diff --git a/_freeze/category/dimension-reduction/2-olivetti-face/execute-results/html.json b/_freeze/category/dimension-reduction/2-olivetti-face/execute-results/html.json new file mode 100644 index 0000000..7103385 --- /dev/null +++ b/_freeze/category/dimension-reduction/2-olivetti-face/execute-results/html.json @@ -0,0 +1,11 @@ +{ + "hash": "b3e9fbdefd68e585282e16606555fadb", + "result": { + "markdown": "---\ntitle: \"2-olivetti-face-project\"\ncode-fold: true\n---\n\n## 1. load package\n\n::: {.cell execution_count=1}\n``` {.julia .cell-code}\nusing MLJ,DataFrames,CSV,Random\ninclude(\"./olivetti-face-code/1-dataprocessing.jl\")\n```\n\n::: {.cell-output .cell-output-display execution_count=2}\n```\nload_olivetti_faces (generic function with 1 method)\n```\n:::\n:::\n\n\n## 2. load data\n\n::: {.cell execution_count=2}\n``` {.julia .cell-code}\n(Xtrain, Xtest), (ytrain, ytest)=load_olivetti_faces()\n```\n\n::: {.cell-output .cell-output-display execution_count=3}\n\n::: {.ansi-escaped-output}\n```{=html}\n
((320×4096 DataFrame\n Row  x1         x2        x3         x4        x5        x6        x7        ⋯\n     │ Float64    Float64   Float64    Float64   Float64   Float64   Float64   ⋯\n─────┼──────────────────────────────────────────────────────────────────────────\n   1 │ 0.595041   0.640496  0.615702   0.644628  0.68595   0.72314   0.731405  ⋯\n   2 │ 0.103306   0.219008  0.177686   0.219008  0.392562  0.57438   0.669422\n   3 │ 0.289256   0.338843  0.417355   0.504132  0.553719  0.561983  0.582645\n   4 │ 0.528926   0.797521  0.826446   0.822314  0.822314  0.818182  0.805785\n   5 │ 0.161157   0.202479  0.268595   0.334711  0.384298  0.392562  0.396694  ⋯\n   6 │ 0.169422   0.293388  0.561983   0.677686  0.727273  0.756198  0.768595\n   7 │ 0.136364   0.177686  0.235537   0.289256  0.334711  0.363636  0.396694\n   8 │ 0.768595   0.756198  0.743802   0.743802  0.752066  0.747934  0.735537\n   9 │ 0.144628   0.210744  0.285124   0.342975  0.392562  0.404959  0.409091  ⋯\n  10 │ 0.566116   0.595041  0.603306   0.619835  0.636364  0.640496  0.661157\n  11 │ 0.524793   0.53719   0.578512   0.628099  0.669422  0.690083  0.68595\n  ⋮  │     ⋮         ⋮          ⋮         ⋮         ⋮         ⋮         ⋮      ⋱\n 311 │ 0.181818   0.338843  0.355372   0.404959  0.438017  0.458678  0.471074\n 312 │ 0.454545   0.528926  0.644628   0.747934  0.780992  0.780992  0.801653  ⋯\n 313 │ 0.553719   0.607438  0.636364   0.64876   0.652893  0.64876   0.673554\n 314 │ 0.0909091  0.136364  0.177686   0.231405  0.363636  0.504132  0.541322\n 315 │ 0.252066   0.252066  0.252066   0.252066  0.256198  0.239669  0.235537\n 316 │ 0.326446   0.483471  0.524793   0.599174  0.665289  0.702479  0.702479  ⋯\n 317 │ 0.53719    0.57438   0.553719   0.615702  0.38843   0.487603  0.690083\n 318 │ 0.128099   0.18595   0.247934   0.31405   0.38843   0.46281   0.520661\n 319 │ 0.586777   0.702479  0.731405   0.731405  0.743802  0.772727  0.793388\n 320 │ 0.136364   0.107438  0.0909091  0.115702  0.115702  0.119835  0.181818  ⋯\n                                               4089 columns and 299 rows omitted, 80×4096 DataFrame\n Row  x1        x2        x3        x4        x5        x6        x7        x ⋯\n     │ Float64   Float64   Float64   Float64   Float64   Float64   Float64   F ⋯\n─────┼──────────────────────────────────────────────────────────────────────────\n   1 │ 0.219008  0.235537  0.252066  0.326446  0.392562  0.553719  0.714876  0 ⋯\n   2 │ 0.194215  0.268595  0.367769  0.487603  0.545455  0.561983  0.578512  0\n   3 │ 0.210744  0.206612  0.194215  0.181818  0.219008  0.239669  0.256198  0\n   4 │ 0.392562  0.475207  0.661157  0.590909  0.471074  0.545455  0.673554  0\n   5 │ 0.719008  0.727273  0.72314   0.714876  0.72314   0.731405  0.739669  0 ⋯\n   6 │ 0.429752  0.458678  0.549587  0.623967  0.673554  0.714876  0.72314   0\n   7 │ 0.289256  0.157025  0.14876   0.190083  0.169422  0.194215  0.404959  0\n   8 │ 0.628099  0.665289  0.68595   0.694215  0.719008  0.731405  0.752066  0\n   9 │ 0.479339  0.549587  0.628099  0.690083  0.677686  0.652893  0.640496  0 ⋯\n  10 │ 0.677686  0.677686  0.681818  0.706612  0.731405  0.739669  0.756198  0\n  11 │ 0.123967  0.132231  0.11157   0.11157   0.119835  0.136364  0.136364  0\n  ⋮  │    ⋮         ⋮         ⋮         ⋮         ⋮         ⋮         ⋮        ⋱\n  71 │ 0.123967  0.128099  0.115702  0.136364  0.115702  0.107438  0.115702  0\n  72 │ 0.384298  0.22314   0.22314   0.305785  0.429752  0.508265  0.557851  0 ⋯\n  73 │ 0.409091  0.590909  0.657025  0.681818  0.694215  0.731405  0.760331  0\n  74 │ 0.487603  0.330578  0.252066  0.38843   0.785124  0.789256  0.780992  0\n  75 │ 0.285124  0.285124  0.272727  0.214876  0.169422  0.165289  0.264463  0\n  76 │ 0.136364  0.132231  0.123967  0.119835  0.11157   0.128099  0.132231  0 ⋯\n  77 │ 0.243802  0.243802  0.247934  0.247934  0.252066  0.256198  0.256198  0\n  78 │ 0.603306  0.586777  0.541322  0.603306  0.603306  0.607438  0.64876   0\n  79 │ 0.772727  0.764463  0.752066  0.764463  0.785124  0.793388  0.797521  0\n  80 │ 0.475207  0.491736  0.5       0.512397  0.524793  0.528926  0.545455  0 ⋯\n                                                4089 columns and 59 rows omitted), (CategoricalArrays.CategoricalValue{Int64, UInt32}[27, 3, 39, 10, 23, 24, 23, 30, 23, 14  …  21, 26, 5, 35, 28, 9, 31, 0, 15, 37], CategoricalArrays.CategoricalValue{Int64, UInt32}[6, 35, 6, 31, 5, 4, 3, 2, 19, 4  …  32, 29, 22, 36, 12, 32, 16, 14, 3, 20]))
\n```\n:::\n\n:::\n:::\n\n\n", + "supporting": [ + "2-olivetti-face_files/figure-html" + ], + "filters": [], + "includes": {} + } +} \ No newline at end of file diff --git a/_freeze/category/dimension-reduction/3-olivetti-face/execute-results/html.json b/_freeze/category/dimension-reduction/3-olivetti-face/execute-results/html.json new file mode 100644 index 0000000..e092d93 --- /dev/null +++ b/_freeze/category/dimension-reduction/3-olivetti-face/execute-results/html.json @@ -0,0 +1,15 @@ +{ + "hash": "d85af18cb48cb03da5f06316a53d0f6a", + "result": { + "markdown": "---\ntitle: \"3-olivetti-face\"\nauthor: math4mad\ncode-fold: true\n---\n\n## 1. load package\n\n::: {.cell execution_count=1}\n``` {.julia .cell-code}\ninclude(\"./olivetti-face-code/1-dataprocessing.jl\")\n\nimport MLJ: transform, inverse_transform\nusing MLJ,DataFrames,CSV,Random,JLSO,GLMakie\nRandom.seed!(4545343)\n```\n\n::: {.cell-output .cell-output-display execution_count=26}\n```\nTaskLocalRNG()\n```\n:::\n:::\n\n\n## 2. import data\n\n::: {.cell execution_count=2}\n``` {.julia .cell-code}\n(Xtrain, Xtest), (ytrain, ytest)=load_olivetti_faces()\n```\n\n::: {.cell-output .cell-output-display execution_count=27}\n\n::: {.ansi-escaped-output}\n```{=html}\n
((320×4096 DataFrame\n Row  x1         x2        x3         x4        x5        x6        x7        ⋯\n     │ Float64    Float64   Float64    Float64   Float64   Float64   Float64   ⋯\n─────┼──────────────────────────────────────────────────────────────────────────\n   1 │ 0.595041   0.640496  0.615702   0.644628  0.68595   0.72314   0.731405  ⋯\n   2 │ 0.103306   0.219008  0.177686   0.219008  0.392562  0.57438   0.669422\n   3 │ 0.289256   0.338843  0.417355   0.504132  0.553719  0.561983  0.582645\n   4 │ 0.528926   0.797521  0.826446   0.822314  0.822314  0.818182  0.805785\n   5 │ 0.161157   0.202479  0.268595   0.334711  0.384298  0.392562  0.396694  ⋯\n   6 │ 0.169422   0.293388  0.561983   0.677686  0.727273  0.756198  0.768595\n   7 │ 0.136364   0.177686  0.235537   0.289256  0.334711  0.363636  0.396694\n   8 │ 0.768595   0.756198  0.743802   0.743802  0.752066  0.747934  0.735537\n   9 │ 0.144628   0.210744  0.285124   0.342975  0.392562  0.404959  0.409091  ⋯\n  10 │ 0.566116   0.595041  0.603306   0.619835  0.636364  0.640496  0.661157\n  11 │ 0.524793   0.53719   0.578512   0.628099  0.669422  0.690083  0.68595\n  ⋮  │     ⋮         ⋮          ⋮         ⋮         ⋮         ⋮         ⋮      ⋱\n 311 │ 0.181818   0.338843  0.355372   0.404959  0.438017  0.458678  0.471074\n 312 │ 0.454545   0.528926  0.644628   0.747934  0.780992  0.780992  0.801653  ⋯\n 313 │ 0.553719   0.607438  0.636364   0.64876   0.652893  0.64876   0.673554\n 314 │ 0.0909091  0.136364  0.177686   0.231405  0.363636  0.504132  0.541322\n 315 │ 0.252066   0.252066  0.252066   0.252066  0.256198  0.239669  0.235537\n 316 │ 0.326446   0.483471  0.524793   0.599174  0.665289  0.702479  0.702479  ⋯\n 317 │ 0.53719    0.57438   0.553719   0.615702  0.38843   0.487603  0.690083\n 318 │ 0.128099   0.18595   0.247934   0.31405   0.38843   0.46281   0.520661\n 319 │ 0.586777   0.702479  0.731405   0.731405  0.743802  0.772727  0.793388\n 320 │ 0.136364   0.107438  0.0909091  0.115702  0.115702  0.119835  0.181818  ⋯\n                                               4089 columns and 299 rows omitted, 80×4096 DataFrame\n Row  x1        x2        x3        x4        x5        x6        x7        x ⋯\n     │ Float64   Float64   Float64   Float64   Float64   Float64   Float64   F ⋯\n─────┼──────────────────────────────────────────────────────────────────────────\n   1 │ 0.219008  0.235537  0.252066  0.326446  0.392562  0.553719  0.714876  0 ⋯\n   2 │ 0.194215  0.268595  0.367769  0.487603  0.545455  0.561983  0.578512  0\n   3 │ 0.210744  0.206612  0.194215  0.181818  0.219008  0.239669  0.256198  0\n   4 │ 0.392562  0.475207  0.661157  0.590909  0.471074  0.545455  0.673554  0\n   5 │ 0.719008  0.727273  0.72314   0.714876  0.72314   0.731405  0.739669  0 ⋯\n   6 │ 0.429752  0.458678  0.549587  0.623967  0.673554  0.714876  0.72314   0\n   7 │ 0.289256  0.157025  0.14876   0.190083  0.169422  0.194215  0.404959  0\n   8 │ 0.628099  0.665289  0.68595   0.694215  0.719008  0.731405  0.752066  0\n   9 │ 0.479339  0.549587  0.628099  0.690083  0.677686  0.652893  0.640496  0 ⋯\n  10 │ 0.677686  0.677686  0.681818  0.706612  0.731405  0.739669  0.756198  0\n  11 │ 0.123967  0.132231  0.11157   0.11157   0.119835  0.136364  0.136364  0\n  ⋮  │    ⋮         ⋮         ⋮         ⋮         ⋮         ⋮         ⋮        ⋱\n  71 │ 0.123967  0.128099  0.115702  0.136364  0.115702  0.107438  0.115702  0\n  72 │ 0.384298  0.22314   0.22314   0.305785  0.429752  0.508265  0.557851  0 ⋯\n  73 │ 0.409091  0.590909  0.657025  0.681818  0.694215  0.731405  0.760331  0\n  74 │ 0.487603  0.330578  0.252066  0.38843   0.785124  0.789256  0.780992  0\n  75 │ 0.285124  0.285124  0.272727  0.214876  0.169422  0.165289  0.264463  0\n  76 │ 0.136364  0.132231  0.123967  0.119835  0.11157   0.128099  0.132231  0 ⋯\n  77 │ 0.243802  0.243802  0.247934  0.247934  0.252066  0.256198  0.256198  0\n  78 │ 0.603306  0.586777  0.541322  0.603306  0.603306  0.607438  0.64876   0\n  79 │ 0.772727  0.764463  0.752066  0.764463  0.785124  0.793388  0.797521  0\n  80 │ 0.475207  0.491736  0.5       0.512397  0.524793  0.528926  0.545455  0 ⋯\n                                                4089 columns and 59 rows omitted), (CategoricalArrays.CategoricalValue{Int64, UInt32}[27, 3, 39, 10, 23, 24, 23, 30, 23, 14  …  21, 26, 5, 35, 28, 9, 31, 0, 15, 37], CategoricalArrays.CategoricalValue{Int64, UInt32}[6, 35, 6, 31, 5, 4, 3, 2, 19, 4  …  32, 29, 22, 36, 12, 32, 16, 14, 3, 20]))
\n```\n:::\n\n:::\n:::\n\n\n## 3. train&save model\n\n::: {.cell execution_count=3}\n``` {.julia .cell-code}\n PCA = @load PCA pkg=MultivariateStats\n function make_model(Xtr)\n return (dim)->begin\n model = PCA(maxoutdim=dim)\n mach = machine(model, Xtr) |> fit!\n try\n JLSO.save(\"./olivetti-face-code/models/of-model-$(dim)pcs.jlso\",:pca=>mach)\n @info \"$(dim) dimension pca model saved\"\n catch e\n @warn \"$(e) has problem\"\n end\n end\nend\nmake_ol_model=make_model(Xtrain)\nmake_ol_model.([1,2,3,100])\n```\n\n::: {.cell-output .cell-output-stdout}\n```\nimport MLJMultivariateStatsInterface ✔\n```\n:::\n\n::: {.cell-output .cell-output-stderr}\n```\n[ Info: For silent loading, specify `verbosity=0`. \n[ Info: Training machine(PCA(maxoutdim = 1, …), …).\n[ Info: 1 dimension pca model saved\n[ Info: Training machine(PCA(maxoutdim = 2, …), …).\n[ Info: 2 dimension pca model saved\n[ Info: Training machine(PCA(maxoutdim = 3, …), …).\n[ Info: 3 dimension pca model saved\n[ Info: Training machine(PCA(maxoutdim = 100, …), …).\n[ Info: 100 dimension pca model saved\n```\n:::\n\n::: {.cell-output .cell-output-display execution_count=28}\n```\n4-element Vector{Nothing}:\n nothing\n nothing\n nothing\n nothing\n```\n:::\n:::\n\n\n## 4. imgs project to low dimension feature space\n第三行是降维到 100的图片, 最后一行是原始图片\n\n::: {.cell execution_count=4}\n``` {.julia .cell-code}\ninclude(\"./olivetti-face-code/3-transform-reconstruct-methods.jl\")\ncat=ytrain|>Array|>levels\nrows,cols=size(Xtrain)\n\npick20=rand(1:rows,20)\npickXtrain=Xtrain[pick20,:]\npickytrain=ytrain[pick20]\n\npcaData=transform_to_2d(pickXtrain)\nreconstructImgs=reconstruct_data(pcaData)\n\npcaData3=transform_to_3d(pickXtrain)\nreconstructImgs3=reconstruct_data(pcaData3)\n\ntransform_to_100d=transform_to_pcadata1(100)\npcaData100=transform_to_100d(pickXtrain)\nreconstructImgs100=reconstruct_data(pcaData100)\n\ndf=vcat(reconstructImgs,reconstructImgs3,reconstructImgs100,pickXtrain)\n```\n\n::: {.cell-output .cell-output-stderr}\n```\n[ Info: 2 pca proceeding...\n[ Info: imgs reconstructing from 2 dimension\n[ Info: 3 pca proceeding...\n[ Info: imgs reconstructing from 3 dimension\n[ Info: 100 pca proceeding...\n[ Info: imgs reconstructing from 100 dimension\n```\n:::\n\n::: {.cell-output .cell-output-display execution_count=29}\n```{=html}\n
80×4096 DataFrame
3996 columns and 55 rows omitted
Rowx1x2x3x4x5x6x7x8x9x10x11x12x13x14x15x16x17x18x19x20x21x22x23x24x25x26x27x28x29x30x31x32x33x34x35x36x37x38x39x40x41x42x43x44x45x46x47x48x49x50x51x52x53x54x55x56x57x58x59x60x61x62x63x64x65x66x67x68x69x70x71x72x73x74x75x76x77x78x79x80x81x82x83x84x85x86x87x88x89x90x91x92x93x94x95x96x97x98x99x100
Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64Float64
10.3474980.3564330.3752640.399540.4230230.4529780.4822740.5037850.5197250.5264260.5344720.5391630.5477520.5486120.5519280.5509040.5516640.5517910.5516330.5530090.554990.5535590.5542420.5497050.5489170.5493030.5476180.5487210.5499410.5485780.5519990.5556190.5547490.5519630.550980.5463730.5453150.5411340.5360550.527920.5226280.5168310.5112740.5046550.4991860.4926990.4842030.4737550.4678410.4599160.4554820.4483470.4399790.4251040.4114370.398440.3824080.3536390.318490.2904630.2652680.249430.2410550.2381270.3513320.3601980.3861930.4127890.4353570.4651850.4940890.5137280.5305860.5371440.5479460.5512170.5593780.5614270.5649770.5677510.5663660.5650850.569240.5731740.5721610.5696040.5668150.5649140.5645240.5575960.5583520.5571520.5571540.5562780.5605220.5658320.5634240.563060.5652210.564248
20.5173230.5747010.6378240.6892220.722970.7521270.7725950.7821530.7855370.7861460.7833270.7801330.7797940.779670.7812130.7831580.7851680.7877990.7874140.7866510.7856540.784730.7825350.7783890.775070.7744820.768580.7632890.7596520.7546110.7528340.752360.7522470.7508730.7490190.744660.7393070.736230.7307760.7233150.715450.7082870.7005880.6921860.6844420.6784920.6718350.6604780.6493460.6414820.6299740.6177050.6072590.5986480.5873010.5705530.5501990.5237860.4792690.4314850.3939570.3612590.3248360.2919020.5281340.5916010.6549560.7043360.7388060.7663580.7828170.7881650.7913020.7911210.7883720.7847590.7829040.7833050.7841440.7861720.7885620.7910070.7921480.7917030.7916920.7895540.7863320.7839660.7824760.7799520.775320.769470.7652590.760290.7578020.7563060.7565510.7564720.7545640.753349
30.4554770.500840.5524290.5984550.6328810.6652760.6917940.7092520.7191670.7245070.7275990.7292140.7325960.7348490.7380480.7404830.7435130.7467240.7477530.7486650.7492760.7490440.748410.7455290.7437520.7439250.7402040.7373410.7351660.732020.731560.7321540.7321690.7313770.7306960.72770.7245820.7224730.7183040.7121850.7061170.7006410.6946640.6878840.6819250.6769420.670950.661630.6530220.6454840.6358390.6256020.616350.6069940.5956710.5791820.558280.5306650.4895830.4472370.4117320.38070.3458040.3141920.4638030.514050.5664750.6109990.6463210.6777110.7014140.7156470.7257850.7308410.7341720.7351860.7374660.74050.7432670.7465210.7492670.7519570.7542010.7554080.7560750.7552030.7537040.7521930.751570.7495290.7467940.7428320.7403610.736990.7361550.7367940.7367990.7369630.7365690.736201
40.4926810.5457010.6045790.654180.6885340.7192060.7423010.7552760.7614110.7640970.7637820.7626520.7638310.7648090.7670880.7693480.7718770.7748530.7751330.7751050.7747890.7742070.7726730.7691390.7664820.7662280.7612440.7569280.753850.7496060.748310.748230.7481980.747140.7458180.7421130.7377020.7351150.730260.7234550.7163710.7099710.703030.6953490.6883890.6829120.6766230.6662070.6561280.6484210.63760.6261540.6162170.6074260.5961550.5794250.5586910.5317730.4886270.4428750.4059650.373590.3371130.3039750.5025060.5612140.6204180.6681250.703330.732640.7521920.7613610.767440.7695580.7693190.7677110.7675410.7691460.7708240.7734140.7760770.7787420.7803230.780540.7808790.7793540.7769370.7749650.7738550.7716830.7678010.7627190.7592170.7548920.7530020.7523310.7525360.752580.7512780.750458
50.296350.3164320.3429450.3796610.4202540.4639320.5088570.5501940.5788740.5989020.6191630.6350910.6485170.6589040.6673770.672650.6797790.6859780.691980.6980930.703370.7057960.7096920.7114730.7142860.7168250.7193620.7228450.7241270.7264130.7287620.7316830.7324280.7342330.7374240.7393930.7426980.7444530.7447410.7436610.7430790.7431390.7425340.7409020.7404930.7391630.7362190.7338490.7323590.7260050.7204410.7155950.7098530.7001220.6897280.6727960.6483590.617310.5850880.5549740.5222020.4909790.4513110.4134810.2983320.321240.348220.3836960.4264080.4706850.515740.5565240.586680.6079980.6281210.6431650.6565730.6684140.6770840.684450.6898450.6947710.6998570.7053730.7088290.7126340.7171390.7185120.7205870.7218780.7239590.7250470.7272630.7281090.730730.7365140.7366310.7377690.7413010.743875
60.2733760.2912330.3152890.3518010.3944040.4404570.4887570.534440.5663250.5891090.6123450.6308290.6458240.6578970.6673880.6734680.6815620.688570.6956280.7027180.7088020.7118330.7165130.7193240.7229570.725940.7295440.7339690.7356720.7388830.7414910.7446420.7455940.7480510.7520190.7550720.7594750.7621350.7633570.7634060.7638340.7649940.7654030.7647610.7653950.7648870.7627210.7617870.7614820.7553870.7502320.7462050.7410810.7316850.7216460.7043680.6788840.6472520.6163160.5875220.5545190.5221370.479580.4384190.2744560.2951040.3190890.3541290.3992220.4461210.4949460.5404950.5740490.5984190.6212570.6388630.6540020.6676280.6773880.685590.6918050.697460.7029580.7091110.7132330.7180730.7238410.7258040.7283870.7306870.7334470.7353130.7382580.739740.7426580.7490980.7494150.7507820.7548890.758079
70.3894240.4232290.4635410.5048510.5410020.5775230.6111460.6378460.655180.6661420.6759910.6831810.6906430.6958920.7010890.7044050.7088570.7130270.7158690.718770.7212190.7219240.7230740.7218620.7218730.7229510.7217060.7214590.7207760.719780.7205950.7222350.7224770.7225560.723320.722110.7215320.7207680.7182320.7139040.7099510.7065480.7026230.6977960.693960.6902730.6852950.6785370.6727660.6656530.6578370.6498070.641930.6321280.6210260.6045620.5825940.5536190.516210.4792740.4453690.4151040.3798690.3474920.3951060.4327450.4741020.514220.5516290.5877990.6198530.6444120.662480.6737610.6838460.6902830.697090.7033950.7084340.7132150.7167330.7200490.7234720.7264570.7280840.7288860.7295830.7291390.7295480.7284960.7277720.725870.7253050.7236640.7244150.7272540.7271690.7276720.7289010.729611
80.4361030.4743210.5195360.5611720.5931570.6247950.6515050.6693060.680090.6854020.6891720.691130.6953950.6971790.700290.7019350.7043980.7068940.7075660.7084640.7092650.7087220.7082690.7049380.7032720.7034390.7000140.6978510.6963190.6934330.6937310.6949140.6947260.6934580.692630.6891880.6863670.6837380.6792820.6726290.6666070.6609450.6549420.6480850.642110.6367320.6301470.6204390.6122470.6046020.5959690.5862710.5771310.5666180.5547810.5390380.5192390.4914550.4514340.4118480.3784590.3506380.321440.2960140.4436170.4857180.5331120.5740470.6065190.6373030.6616460.6764510.6875780.6926020.697150.698340.7016220.7042590.7070650.710130.7119470.7137510.7163380.7180280.7182810.7169530.7150530.7133980.7127660.7096230.7075210.7040330.7019840.6990490.6992120.7007250.7002190.7002510.7003120.699754
90.3172830.3322090.3550930.3862410.4193650.4571160.4953440.5281930.5514520.565760.5808150.591940.6033360.6096120.6158670.6183970.6227630.626320.629660.633740.6376130.6383670.6408940.6399410.6412150.6428290.643570.6460690.6473570.6480920.650940.6541920.6542340.6540440.6554360.654560.6560090.655190.653160.6490250.6464240.6439610.641230.6374550.6348730.631310.6259530.6200970.616730.6096970.604670.598870.5920070.5800090.5681840.5529790.5322060.5021270.4687040.439630.410220.3857660.3598220.3372910.3200170.3364740.3627690.3942470.4281670.4662120.5043710.5361120.5606140.5755970.5917850.6017860.6129950.6206140.6270890.6324750.6349130.6371290.6418330.6466960.6482130.6492640.6506180.6505790.6515960.6493030.6508480.650980.6522680.6523980.6557670.6613940.6604010.6608870.6638550.664896
100.2875260.2894960.3009710.323790.351610.387160.4246850.4568120.4807170.4940970.5095050.5204730.5330610.5379070.5436710.5444330.5474090.5493420.5516650.5554090.5593880.5593570.5619820.5598430.5610670.562530.5634980.5670380.569420.5703580.5745750.5788790.5784690.5771610.5780270.5759530.5776210.5755210.5726450.5671330.56430.5611310.5580290.5537920.5508510.5462710.5395310.532480.5295330.5222130.5189920.5139630.5071170.49280.479880.4662110.447880.4176610.3858610.3616430.3363540.3184060.3042730.2946260.2889940.2905930.3082170.3329710.3606870.3967440.434930.4662520.4915680.5055230.5231760.53270.5452770.5515710.5577750.5625330.5629360.5632270.5684550.574040.5745530.5744050.5745920.574090.574930.5702080.5727490.5735410.5754030.5761660.5813490.5884410.5864070.5865670.5902220.590704
110.4418120.4861140.5364570.5825730.61840.6523450.6810040.7012120.7131250.7202220.7251750.7284010.7327380.7360880.7399390.7429280.7466010.7503630.7520820.7536170.7547330.7549010.7547580.7525550.7512950.7517510.7486950.7463960.7444580.7418880.7415550.7422660.7424230.742070.741890.7396080.7371740.7356680.7321080.7267340.7213070.7165420.7112120.7050660.6997720.6953320.6898660.6814790.6736060.6662370.6568020.647060.6381960.6291120.618040.6012940.5796690.5516920.5113750.4697330.4339750.4020450.3650240.3309830.4496030.4988180.5495860.5940120.6309930.6640830.6901540.7073950.7196470.7266490.7316480.7342850.7376170.7418080.7452670.7490640.7523780.7555770.7580660.7596540.7607660.7605760.7599020.7587740.7584740.7571310.7547970.7513070.7492790.7462910.7455960.7466080.7467670.7470830.7470320.747067
120.5547890.6291730.707230.7696720.8106440.8429350.864640.8755440.8783580.8804450.8774240.8746670.8728850.8748110.8770970.8814630.8854060.8902640.8913250.8910960.890030.8902020.8879480.8854690.8822890.8819420.8758340.8692450.8641920.8589630.8553930.8535410.8540470.8542160.8531310.850460.8449130.8436190.8393710.8338410.8263750.8202470.8131330.8054310.7982580.7937330.7889810.7793390.7677570.7602970.7464270.7332080.7227950.7172910.7074320.6886120.6649210.6386420.5920850.5379690.4949470.4535050.4011380.3507960.5672010.6501990.7248010.7830730.8259940.8564220.8731820.8795120.8818720.8833310.8788780.8761280.8726110.8749310.8762270.8791640.8843290.8893970.8898790.8885320.8899130.8894610.8879020.8862030.8849940.8857860.8798910.8732340.8683250.8625730.8577030.854320.8559650.8563390.853570.853154
130.3965610.4378140.4844070.531190.5720210.6113430.6473220.6769310.6956210.7087440.7200170.7287390.7362780.7434260.749520.7544730.7603970.7661060.770220.7738920.776720.778290.7798120.779970.7804710.7818990.7810980.7806770.7794960.778880.7789220.7799840.7806440.7818370.7833880.7835870.7834730.7840740.7826260.7798530.776620.7743040.7711950.7672290.7642160.7616710.7580540.7528990.7475080.7407320.7319330.7238440.7162990.7082390.698070.6803830.6561930.6269860.5892060.5497490.5129520.4776760.4329060.3900290.4025880.4489320.4944330.5388180.5817170.6206850.6548240.6823240.7017430.7154170.7260340.7342210.7410770.7492670.7550970.7607650.7661060.771120.7744210.7772770.7799490.7821330.7843180.7845140.7853250.7864650.7854520.7835410.7829990.7812880.7809880.7832110.7839360.7847840.7858740.787304
690.2809920.1942150.3016530.4876030.5330580.5413220.5413220.5826450.6157020.6033060.6033060.6570250.7066120.7272730.7107440.7272730.6942150.7024790.7314050.7685950.8057850.8016530.814050.814050.8099170.8181820.8099170.8181820.814050.8223140.8181820.814050.8223140.814050.8181820.8223140.814050.8223140.8181820.8223140.8181820.8099170.814050.8181820.814050.8099170.7933880.7809920.7892560.7603310.7561980.7727270.7644630.7190080.6776860.6404960.6157020.5950410.3347110.2892560.2066120.1983470.3181820.3760330.2520660.1942150.2851240.4586780.5165290.5289260.5165290.5702480.6157020.6198350.5909090.648760.7066120.7272730.7272730.723140.6983470.7024790.7272730.7727270.7975210.8057850.8223140.8181820.8181820.8223140.8305780.8223140.8223140.8223140.8181820.8181820.8264460.814050.8264460.822314
700.1239670.09917350.1239670.1074380.1074380.1280990.1280990.1322310.148760.148760.1611570.1818180.1776860.1735540.1818180.1735540.1652890.185950.1528930.1694220.1570250.148760.1611570.1652890.1942150.1942150.2107440.2314050.2603310.2809920.3057850.3223140.3223140.3264460.3264460.3429750.3677690.388430.388430.3842980.4297520.4504130.4669420.4669420.4710740.462810.4669420.4669420.4793390.4876030.4958680.4958680.4586780.4504130.4338840.4297520.3842980.3429750.3057850.2479340.2272730.1983470.1818180.1652890.1157020.1033060.1280990.1157020.1280990.1198350.1404960.1570250.1611570.1694220.1570250.1735540.1900830.1900830.185950.185950.1652890.185950.1611570.185950.1776860.1735540.1735540.1983470.1900830.1983470.223140.2272730.2561980.2438020.2603310.2809920.3099170.3429750.3595040.355372
710.6033060.6322310.6528930.6735540.6776860.6983470.7314050.7438020.7520660.776860.7809920.7892560.7933880.7892560.7851240.7933880.7975210.814050.814050.8181820.8223140.8181820.8223140.8181820.8305780.8264460.8347110.8264460.8223140.8264460.8223140.8181820.8181820.8305780.8347110.8305780.8223140.8223140.8181820.8057850.8016530.7975210.8016530.7975210.7933880.7933880.7892560.7727270.7603310.776860.776860.7727270.7644630.7396690.723140.7148760.6942150.6363640.5909090.5785120.5578510.5165290.4380170.3099170.5909090.6198350.648760.6735540.6735540.6983470.7272730.7479340.7644630.7685950.776860.7809920.7892560.7809920.7809920.7892560.7851240.7975210.814050.8057850.8181820.8223140.8099170.8099170.8264460.8223140.8305780.8223140.8223140.8305780.8305780.8181820.814050.8305780.8347110.822314
720.3925620.5247930.6198350.6900830.7396690.7727270.8016530.8181820.8264460.8347110.8264460.8347110.8347110.8305780.8388430.8388430.8347110.8388430.8429750.8471070.851240.8429750.851240.8471070.851240.851240.8429750.8429750.8429750.8429750.8388430.8347110.8388430.8347110.8388430.8388430.8388430.8388430.8347110.8305780.8223140.8181820.8016530.7975210.7892560.7975210.776860.7603310.7148760.6446280.5909090.5619830.4917360.4297520.3471070.3471070.2768590.1735540.1735540.1735540.2024790.2024790.2148760.2520660.4752070.611570.6735540.7148760.7520660.776860.814050.8223140.8264460.8347110.8347110.8347110.8305780.8264460.8347110.8347110.8347110.8388430.8471070.8471070.8471070.8471070.8429750.8429750.8429750.8429750.8388430.8429750.8471070.8429750.8429750.8388430.8388430.8388430.8388430.842975
730.5123970.5578510.6198350.6528930.6652890.6818180.6942150.7396690.7603310.7809920.7892560.7851240.7851240.7933880.7933880.7933880.7975210.7933880.8057850.814050.814050.814050.8264460.8347110.8347110.8388430.8305780.8388430.8388430.8429750.8471070.851240.851240.8553720.851240.8471070.851240.8471070.8388430.8429750.8305780.8181820.814050.8223140.8099170.8264460.814050.8099170.814050.814050.8099170.8057850.8016530.7933880.7809920.7520660.7272730.6942150.6611570.5826450.4876030.4214880.3388430.3429750.537190.5867770.6239670.6280990.648760.6611570.6942150.7355370.7603310.7851240.7809920.7851240.7892560.7933880.7892560.7975210.8016530.8057850.814050.814050.814050.8181820.8223140.8305780.8388430.8347110.8347110.8305780.8471070.8429750.8471070.851240.851240.851240.851240.85124
740.2603310.1942150.1446280.314050.4834710.5082650.5247930.574380.5950410.6157020.6239670.6280990.6363640.6404960.6446280.6446280.6694220.6694220.6611570.6611570.6694220.6818180.6694220.6735540.685950.6983470.6942150.7107440.6818180.7024790.6942150.7024790.6942150.6942150.7024790.7066120.7148760.7396690.7561980.7603310.7685950.7520660.7355370.7438020.7520660.7314050.7272730.7148760.7148760.7148760.7107440.7066120.6983470.6900830.6776860.6776860.6776860.6818180.6776860.6900830.6570250.6611570.6694220.6528930.2685950.1942150.1280990.3223140.4834710.5206610.5537190.5826450.5867770.6157020.6280990.6280990.6363640.6404960.648760.6652890.6818180.6818180.6735540.6776860.6735540.6942150.6818180.6818180.6900830.6942150.6983470.685950.6900830.6983470.6900830.7066120.7107440.7024790.6983470.702479
750.6611570.6611570.6652890.6694220.7024790.7272730.7438020.7561980.7685950.7603310.7561980.7520660.7561980.7603310.7685950.7727270.7851240.7892560.7892560.7892560.7809920.7727270.7685950.7685950.7644630.7644630.7644630.7685950.7561980.7561980.7438020.7396690.7479340.7438020.7314050.7272730.7190080.7148760.7066120.7024790.6983470.6942150.6900830.6818180.6776860.6570250.6363640.6322310.6198350.6033060.5909090.5785120.5661160.5661160.5454550.537190.5165290.4793390.4504130.4297520.4173550.4090910.3677690.2520660.6528930.6528930.6528930.6611570.6735540.6983470.7272730.7355370.7561980.7561980.7479340.7438020.7479340.7644630.7727270.7809920.7892560.7933880.7975210.8016530.7975210.7892560.7809920.7809920.776860.776860.7685950.776860.7644630.7603310.7644630.7644630.7644630.7561980.7479340.727273
760.7438020.7561980.7644630.7727270.7809920.7851240.7975210.8016530.8016530.814050.8181820.814050.8223140.8264460.8305780.8347110.8347110.8388430.8429750.8471070.8429750.8471070.8471070.8471070.851240.851240.8471070.8429750.8429750.8347110.8305780.8223140.8181820.8181820.8181820.8223140.8223140.8223140.8264460.8264460.8181820.8057850.7975210.7892560.7933880.7892560.776860.7644630.7644630.7438020.7355370.723140.7148760.7066120.6900830.6611570.6363640.5991740.5289260.5123970.2933880.07438020.2396690.2190080.7396690.7520660.7603310.776860.7809920.7892560.7933880.8016530.8057850.814050.8181820.814050.8264460.8305780.8347110.8347110.8388430.8429750.8429750.8471070.8471070.8471070.8471070.8429750.8429750.851240.851240.8471070.8388430.8305780.8347110.8264460.814050.814050.8181820.822314
770.2024790.2561980.3223140.4504130.574380.6652890.7148760.7685950.7975210.814050.8264460.8305780.8305780.8347110.8347110.8347110.8305780.8388430.8388430.8388430.8429750.8429750.8471070.8429750.851240.851240.8471070.8471070.8429750.8429750.8388430.8429750.8429750.8388430.8388430.8388430.8305780.8305780.8264460.8223140.8181820.8099170.8016530.7892560.7975210.7809920.7272730.6528930.5785120.5289260.462810.3388430.3057850.3388430.2768590.2107440.2024790.2479340.2272730.2148760.2685950.2396690.2107440.1942150.223140.2975210.3760330.5082650.611570.6735540.7272730.776860.8099170.8223140.8264460.8264460.8305780.8347110.8305780.8347110.8305780.8347110.8429750.8429750.8429750.8471070.8471070.8471070.8553720.851240.8471070.851240.8429750.8429750.8388430.8388430.8388430.8429750.8429750.838843
780.3388430.4586780.6818180.7727270.7851240.814050.8388430.851240.8471070.851240.8553720.8553720.851240.851240.8471070.8471070.851240.8471070.8471070.8388430.8347110.8264460.8223140.8223140.8057850.7851240.7685950.7603310.7520660.7355370.7355370.7644630.7603310.7561980.7561980.7561980.7479340.7520660.7396690.7355370.7148760.7107440.7066120.7107440.7066120.6942150.6900830.6818180.6735540.6735540.6652890.648760.6404960.6446280.6446280.6239670.6033060.5950410.5537190.5123970.4917360.4338840.1776860.1900830.3719010.5165290.723140.7892560.7809920.8099170.8471070.8553720.8595040.8595040.8553720.8595040.851240.8553720.8595040.8595040.8636360.8595040.8595040.851240.8429750.8347110.8347110.8305780.8223140.8016530.7809920.7644630.7520660.7314050.7272730.7479340.7727270.7644630.7561980.768595
790.5165290.462810.2809920.2520660.2479340.3677690.574380.6157020.6611570.6157020.6818180.7024790.7355370.7396690.7438020.7685950.7892560.7933880.7975210.814050.8223140.8223140.8264460.8305780.8305780.8347110.8388430.8347110.8347110.8347110.8264460.8305780.8305780.8305780.8347110.8347110.8305780.8305780.8305780.8223140.8264460.8181820.814050.8099170.8016530.8016530.7975210.7851240.7727270.7479340.7396690.7314050.7190080.7148760.7024790.6900830.6652890.6446280.6239670.6033060.5826450.5785120.5413220.6033060.5165290.4504130.2933880.2438020.2355370.3966940.5661160.6322310.6528930.648760.6942150.7190080.7520660.7644630.7685950.7892560.8016530.8057850.8099170.8223140.8223140.8223140.8305780.8305780.8305780.8264460.8223140.8264460.8264460.8264460.8223140.8181820.8264460.8305780.8388430.838843
800.50.5909090.6280990.6694220.685950.7066120.723140.7396690.7438020.7438020.7685950.7727270.776860.7851240.7892560.7975210.8057850.8016530.8181820.814050.814050.8181820.8181820.8181820.8223140.8223140.8223140.8264460.8305780.8181820.8181820.8181820.814050.8181820.814050.8264460.8264460.8264460.814050.7975210.814050.8057850.8099170.7975210.7933880.7933880.7933880.7727270.7603310.7685950.7520660.7396690.723140.6983470.6735540.6776860.6198350.611570.5867770.5206610.4214880.3016530.1776860.1404960.5495870.5619830.611570.6735540.6942150.7066120.7272730.7438020.7438020.7561980.7809920.7809920.7851240.7892560.7933880.7975210.8016530.8057850.8223140.8099170.814050.814050.814050.8181820.8223140.8223140.8223140.8223140.8305780.8264460.8181820.8223140.8181820.8264460.8099170.826446
\n```\n:::\n:::\n\n\nplot reconstruct imgs\n\n::: {.cell execution_count=5}\n``` {.julia .cell-code}\nfunction plot_img(df)\n \n fig=Figure(resolution=(130*20,130*4))\n \n for i in 0:3\n for j in 1:20\n idx=i*20+j\n ax=Axis(fig[i+1,j],yreversed=true)\n img=df[idx,:]|>Array|>d->reshape(d,w,h)\n image!(ax,img)\n hidespines!(ax)\n hidedecorations!(ax)\n end\n end\n\n fig\n #save(\"./imgs/reconstruct-of-face.png\",fig)\nend\n\n\nplot_img(df)\n```\n\n::: {.cell-output .cell-output-display execution_count=30}\n![](3-olivetti-face_files/figure-html/cell-6-output-1.png){}\n:::\n:::\n\n\n", + "supporting": [ + "3-olivetti-face_files" + ], + "filters": [], + "includes": { + "include-in-header": [ + "\n\n\n" + ] + } + } +} \ No newline at end of file diff --git a/_freeze/category/dimension-reduction/3-olivetti-face/figure-html/cell-6-output-1.png b/_freeze/category/dimension-reduction/3-olivetti-face/figure-html/cell-6-output-1.png new file mode 100644 index 0000000..917820c Binary files /dev/null and b/_freeze/category/dimension-reduction/3-olivetti-face/figure-html/cell-6-output-1.png differ diff --git a/category/dimension-reduction/2-olivetti-face-intro.qmd b/category/dimension-reduction/2-olivetti-face-intro.qmd new file mode 100644 index 0000000..dafb587 --- /dev/null +++ b/category/dimension-reduction/2-olivetti-face-intro.qmd @@ -0,0 +1,113 @@ +--- +title: "2-olivetti-face-project" +code-fold: true +--- + + +## olivetti face recognition 的项目 + +## 1. dataprocessing.jl + +读取 csv 文件, 返回 返回 olivetti face 训练数据,测试数据和标签 +`load_olivetti_faces` 函数返回训练,测试数据集和对应标签 +```julia +(Xtrain, Xtest), (ytrain, ytest)=load_olivetti_faces() +``` + +## 2. train&save-model.jl + +导入数据,返回一个高阶函数`make_model` +`make_model` 函数首先接受训练数据集, 然后等待 `dim` 需要缩减到的维度参数 + +最终训练的模型保存的对应的 jlso 文件中:`JLSO.save("$(pwd())/models/of-model-$(dim)pcs.jlso",:pca=>mach)` + + +```julia +function make_model(Xtr) + return (dim)->begin + model = PCA(maxoutdim=dim) + mach = machine(model, Xtr) |> fit! + try + JLSO.save("$(pwd())/models/of-model-$(dim)pcs.jlso",:pca=>mach) + @info "$(dim) dimension pca model saved" + catch e + @warn "$(e) has problem" + end + end +end + +make_ol_model=make_model(Xtrain) +#make_ol_model.([10,20,150]) +``` + + +## 3-transform-reconstruct-methods +在 `MLJ.jl`的 pca 方法和 `MultiVariate.jl` 的方法稍有不同, 使用的是 `transform`函数,而不是`project`方法 + +主要函数为`transform_to_pcadata1`,为高阶函数 +输入参数`dim` 为需要缩减到的维度 +函数内部调用第2 步获得的模型 +返回一个函数 等待 df 参数 +内部调用`transform`函数对数据做降维处理 +返回数据 + +```julia +function transform_to_pcadata(dim::Int) + mach = JLSO.load("$(pwd())/models/of-model-$(dim)pcs.jlso")[:pca] + return (imgs::DataFrame)->begin + @info "$dim pca proceeding..." + pcaX = transform(mach, imgs) # 降维数据 + # 返回降维数据 + return pcaX + end +end +``` + + +`transform_to_pcadata2` 与`transform_to_pcadata1` 一样是高阶函数 +但是参数输入的顺序不同, `transform_to_pcadata2`中先输入dataframe, 然后等待维度参数 +```julia + function transform_to_pcadata2(imgs::DataFrame) + + return (dim::Int)->begin + @info "$dim pca proceeding..." + mach = JLSO.load("$(pwd())/models/of-model-$(dim)pcs.jlso")[:pca] + pcaX = transform(mach, imgs) # 降维数据 + # 返回降维数据 + return pcaX + end + end +``` + +### 重建数据方法 +从低维度数据恢复原始维度数据, 在`MLJ`中使用的方法是`inverse_transform` +`reconstruct_data` 方法首先从数据 dataframe 中获取维度`column`数据 +从存储模型中调用训练模型 +执行重建变换 + +```julia + """ + reconstruct_data(imgs::DataFrame) + 从降维数据重建图片 + TBW + """ + function reconstruct_data(imgs::DataFrame) + + _,cols=size(imgs) + @info "imgs reconstructing from $(cols) dimension" + mach = JLSO.load("$(pwd())/models/of-model-$(cols)pcs.jlso")[:pca] + Xr = inverse_transform(mach, imgs) # 重建近似数据 + return Xr + end +``` + +## 维度缩减到 1d 的数据 + +以 faces 为例,如果缩减到一个维度, 获得的数据是所有图片共用的最大元素,也就是所有人面部共用的特征 + + + + + + + diff --git a/category/dimension-reduction/3-olivetti-face.qmd b/category/dimension-reduction/3-olivetti-face.qmd new file mode 100644 index 0000000..17b7bf9 --- /dev/null +++ b/category/dimension-reduction/3-olivetti-face.qmd @@ -0,0 +1,93 @@ +--- +title: "3-olivetti-face" +author: math4mad +code-fold: true +--- + +## 1. load package +```{julia} +include("./olivetti-face-code/1-dataprocessing.jl") + +import MLJ: transform, inverse_transform +using MLJ,DataFrames,CSV,Random,JLSO,GLMakie +Random.seed!(4545343) + +``` + +## 2. import data +```{julia} +(Xtrain, Xtest), (ytrain, ytest)=load_olivetti_faces() +``` + +## 3. train&save model +```{julia} + PCA = @load PCA pkg=MultivariateStats + function make_model(Xtr) + return (dim)->begin + model = PCA(maxoutdim=dim) + mach = machine(model, Xtr) |> fit! + try + JLSO.save("./olivetti-face-code/models/of-model-$(dim)pcs.jlso",:pca=>mach) + @info "$(dim) dimension pca model saved" + catch e + @warn "$(e) has problem" + end + end +end +make_ol_model=make_model(Xtrain) +make_ol_model.([1,2,3,100]) + +``` + +## 4. imgs project to low dimension feature space +第三行是降维到 100的图片, 最后一行是原始图片 +```{julia} +include("./olivetti-face-code/3-transform-reconstruct-methods.jl") +cat=ytrain|>Array|>levels +rows,cols=size(Xtrain) + +pick20=rand(1:rows,20) +pickXtrain=Xtrain[pick20,:] +pickytrain=ytrain[pick20] + +pcaData=transform_to_2d(pickXtrain) +reconstructImgs=reconstruct_data(pcaData) + +pcaData3=transform_to_3d(pickXtrain) +reconstructImgs3=reconstruct_data(pcaData3) + +transform_to_100d=transform_to_pcadata1(100) +pcaData100=transform_to_100d(pickXtrain) +reconstructImgs100=reconstruct_data(pcaData100) + +df=vcat(reconstructImgs,reconstructImgs3,reconstructImgs100,pickXtrain) +``` +plot reconstruct imgs +```{julia} +function plot_img(df) + + fig=Figure(resolution=(130*20,130*4)) + + for i in 0:3 + for j in 1:20 + idx=i*20+j + ax=Axis(fig[i+1,j],yreversed=true) + img=df[idx,:]|>Array|>d->reshape(d,w,h) + image!(ax,img) + hidespines!(ax) + hidedecorations!(ax) + end + end + + fig + #save("./imgs/reconstruct-of-face.png",fig) +end + + +plot_img(df) +``` + + + + + diff --git a/category/dimension-reduction/data/scikit_fetch_olivetti_faces.csv.zip b/category/dimension-reduction/data/scikit_fetch_olivetti_faces.csv.zip new file mode 100644 index 0000000..3b987e9 Binary files /dev/null and b/category/dimension-reduction/data/scikit_fetch_olivetti_faces.csv.zip differ diff --git a/category/dimension-reduction/olivetti-face-code/1-dataprocessing.jl b/category/dimension-reduction/olivetti-face-code/1-dataprocessing.jl new file mode 100644 index 0000000..d532d40 --- /dev/null +++ b/category/dimension-reduction/olivetti-face-code/1-dataprocessing.jl @@ -0,0 +1,29 @@ + + +using MLJ,DataFrames,CSV,Random + +const w=64 +const h=64 +const length=4096 +const str="olivetti_faces" + + + + +of=olivetti_faces=CSV.File("./olivetti-face-code/olivetti_faces.csv") |> DataFrame +coerce!(of,:label=>Multiclass) +label,X= unpack(of, ==(:label), rng=123); + + +""" + load_olivetti_faces() + 返回 olivetti face 训练数据,测试数据和标签 + return (Xtrain, Xtest), (ytrain, ytest) + train:test=0.8 +""" +function load_olivetti_faces() + (Xtrain, Xtest), (ytrain, ytest) = partition((X, label), 0.8, multi=true, rng=123) + return (Xtrain, Xtest), (ytrain, ytest) +end + +return load_olivetti_faces \ No newline at end of file diff --git a/category/dimension-reduction/olivetti-face-code/2-train&save-model.jl b/category/dimension-reduction/olivetti-face-code/2-train&save-model.jl new file mode 100644 index 0000000..6a0859c --- /dev/null +++ b/category/dimension-reduction/olivetti-face-code/2-train&save-model.jl @@ -0,0 +1,39 @@ + +using MLJ,DataFrames,CSV,Random,JLSO + +include("1-dataprocessing.jl") + + +(Xtrain, Xtest), (ytrain, ytest)=load_olivetti_faces() +#df=vcat(Xtrain,Xtest) + + +PCA = @load PCA pkg=MultivariateStats + +""" + make_model(Xtr) + 接收训练数据, 返回函数等待输入降维维度 + + Arguments +- Xtr 训练数据集 + +return 新函数 arguments 为 降维维度 dim + + + +""" +function make_model(Xtr) + return (dim)->begin + model = PCA(maxoutdim=dim) + mach = machine(model, Xtr) |> fit! + try + JLSO.save("$(pwd())/models/of-model-$(dim)pcs.jlso",:pca=>mach) + @info "$(dim) dimension pca model saved" + catch e + @warn "$(e) has problem" + end + end +end + +#make_ol_model=make_model(Xtrain) +#make_ol_model.([10,20,150]) \ No newline at end of file diff --git a/category/dimension-reduction/olivetti-face-code/3-transform-reconstruct-methods.jl b/category/dimension-reduction/olivetti-face-code/3-transform-reconstruct-methods.jl new file mode 100644 index 0000000..c27a579 --- /dev/null +++ b/category/dimension-reduction/olivetti-face-code/3-transform-reconstruct-methods.jl @@ -0,0 +1,127 @@ +""" +利用定义的高阶函数, 返回了等待原始数据和降维维度的函数 +处理不同的情况 + +这里的函数都有两个参数, 一个是需要缩减到的维度, 一个是 df 数据框. + +高阶函数固定一个参数, 等待另一个参数的变量数组 + +目的都一样批量处理数据 + +transform_to_50d=transform_to_pcadata1(50) #输入缩减维度, 等待目标数据 +data_projectto_dim=transform_to_pcadata2(random_select_nrows(Xtrain)) #输入df 数据, 等待目标维度 + +#transform_to_2d(random_select_nrows(Xtrain)) +#transform_to_3d(random_select_nrows(Xtrain)) +#transform_to_50d(random_select_nrows(Xtrain)) +#data_projectto_dim(2) +#data_projectto_dim(3) + +reconstruct_data(imgs::DataFrame) + +""" + + +import MLJ:transform,inverse_transform +using MLJ,DataFrames,CSV,Random,JLSO + +""" + transform_to_pcadata1(dim::Int) +输入维度, 等待图片数据 + +eg: get_2pcs=transform_to_pcadata(2) +TBW +""" +function transform_to_pcadata1(dim::Int) + mach = JLSO.load("./olivetti-face-code/models/of-model-$(dim)pcs.jlso")[:pca] + return (imgs::DataFrame)->begin + @info "$dim pca proceeding..." + pcaX = transform(mach, imgs) # 降维数据 + # 返回降维数据 + return pcaX + end +end + + +""" + transform_to_pcadata2(imgs::DataFrame) +固定图片, 等待降维维度 + +eg transform_imgs_to_n_dims()=transform_to_pcadata2(imgsArray) +TBW +""" +function transform_to_pcadata2(imgs::DataFrame) + + return (dim::Int)->begin + @info "$dim pca proceeding..." + mach = JLSO.load("./olivetti-face-code/models/of-model-$(dim)pcs.jlso")[:pca] + pcaX = transform(mach, imgs) # 降维数据 + # 返回降维数据 + return pcaX + end +end + + +""" + reconstruct_data(imgs::DataFrame) +从降维数据重建图片 +TBW +""" +function reconstruct_data(imgs::DataFrame) + + _,cols=size(imgs) + @info "imgs reconstructing from $(cols) dimension" + mach = JLSO.load("./olivetti-face-code/models/of-model-$(cols)pcs.jlso")[:pca] + Xr = inverse_transform(mach, imgs) # 重建近似数据 + return Xr +end + +""" + reconstruct_data1(imgs) +构建imgs pca 数据, 固定 imgs array, 等待降维维度 +TBW +""" +function reconstruct_data1(imgs) + + return (dim)->begin + @info "$dim pca proceeding..." + mach = JLSO.load("./olivetti-face-code/models/of-model-$(dim)pcs.jlso")[:pca] + Yte = transform(mach, imgs) # 降维数据 + @info "$dim pca reconstructing..." + Xr = inverse_transform(mach, Yte) # 重建近似数据 + return Xr + end +end + +""" + reconstruct_data2(dim) +固定pca 维度, 等待图片数据 +TBW +""" +function reconstruct_data2(dim) + mach = JLSO.load("./olivetti-face-code/models/of-model-$(dim)pcs.jlso")[:pca] + return (imgs)->begin + @info "$dim pca proceeding..." + Yte = transform(mach, imgs) # 降维数据 + Xr = inverse_transform(mach, Yte) # 重建近似数据 + return Xr + end +end + + +""" +df 降维到 2d eg:df|>transform_to_2d + +eg: [transform_to_2d(d) for d in [df1,df2,df3]] +""" +transform_to_2d=transform_to_pcadata1(2) + +""" +df 降维到 3d eg:df|>transform_to_3d + +eg: [transform_to_3d(d) for d in [df1,df2,df3]] +""" +transform_to_3d=transform_to_pcadata1(3) + + +export transform_to_pcadata1,transform_to_pcadata2,transform_to_2d,transform_to_3d,reconstruct_data diff --git a/category/dimension-reduction/olivetti-face-code/models/of-model-1pcs.jlso b/category/dimension-reduction/olivetti-face-code/models/of-model-1pcs.jlso new file mode 100644 index 0000000..d71c3fd Binary files /dev/null and b/category/dimension-reduction/olivetti-face-code/models/of-model-1pcs.jlso differ diff --git a/category/dimension-reduction/olivetti-face-code/models/of-model-2pcs.jlso b/category/dimension-reduction/olivetti-face-code/models/of-model-2pcs.jlso new file mode 100644 index 0000000..65ddc3d Binary files /dev/null and b/category/dimension-reduction/olivetti-face-code/models/of-model-2pcs.jlso differ diff --git a/category/dimension-reduction/olivetti-face-code/models/of-model-3pcs.jlso b/category/dimension-reduction/olivetti-face-code/models/of-model-3pcs.jlso new file mode 100644 index 0000000..6f8213f Binary files /dev/null and b/category/dimension-reduction/olivetti-face-code/models/of-model-3pcs.jlso differ diff --git a/category/dimension-reduction/olivetti-face-code/olivetti_faces.csv b/category/dimension-reduction/olivetti-face-code/olivetti_faces.csv new file mode 100644 index 0000000..680a364 --- /dev/null +++ b/category/dimension-reduction/olivetti-face-code/olivetti_faces.csv @@ -0,0 +1,401 @@ +x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15,x16,x17,x18,x19,x20,x21,x22,x23,x24,x25,x26,x27,x28,x29,x30,x31,x32,x33,x34,x35,x36,x37,x38,x39,x40,x41,x42,x43,x44,x45,x46,x47,x48,x49,x50,x51,x52,x53,x54,x55,x56,x57,x58,x59,x60,x61,x62,x63,x64,x65,x66,x67,x68,x69,x70,x71,x72,x73,x74,x75,x76,x77,x78,x79,x80,x81,x82,x83,x84,x85,x86,x87,x88,x89,x90,x91,x92,x93,x94,x95,x96,x97,x98,x99,x100,x101,x102,x103,x104,x105,x106,x107,x108,x109,x110,x111,x112,x113,x114,x115,x116,x117,x118,x119,x120,x121,x122,x123,x124,x125,x126,x127,x128,x129,x130,x131,x132,x133,x134,x135,x136,x137,x138,x139,x140,x141,x142,x143,x144,x145,x146,x147,x148,x149,x150,x151,x152,x153,x154,x155,x156,x157,x158,x159,x160,x161,x162,x163,x164,x165,x166,x167,x168,x169,x170,x171,x172,x173,x174,x175,x176,x177,x178,x179,x180,x181,x182,x183,x184,x185,x186,x187,x188,x189,x190,x191,x192,x193,x194,x195,x196,x197,x198,x199,x200,x201,x202,x203,x204,x205,x206,x207,x208,x209,x210,x211,x212,x213,x214,x215,x216,x217,x218,x219,x220,x221,x222,x223,x224,x225,x226,x227,x228,x229,x230,x231,x232,x233,x234,x235,x236,x237,x238,x239,x240,x241,x242,x243,x244,x245,x246,x247,x248,x249,x250,x251,x252,x253,x254,x255,x256,x257,x258,x259,x260,x261,x262,x263,x264,x265,x266,x267,x268,x269,x270,x271,x272,x273,x274,x275,x276,x277,x278,x279,x280,x281,x282,x283,x284,x285,x286,x287,x288,x289,x290,x291,x292,x293,x294,x295,x296,x297,x298,x299,x300,x301,x302,x303,x304,x305,x306,x307,x308,x309,x310,x311,x312,x313,x314,x315,x316,x317,x318,x319,x320,x321,x322,x323,x324,x325,x326,x327,x328,x329,x330,x331,x332,x333,x334,x335,x336,x337,x338,x339,x340,x341,x342,x343,x344,x345,x346,x347,x348,x349,x350,x351,x352,x353,x354,x355,x356,x357,x358,x359,x360,x361,x362,x363,x364,x365,x366,x367,x368,x369,x370,x371,x372,x373,x374,x375,x376,x377,x378,x379,x380,x381,x382,x383,x384,x385,x386,x387,x388,x389,x390,x391,x392,x393,x394,x395,x396,x397,x398,x399,x400,x401,x402,x403,x404,x405,x406,x407,x408,x409,x410,x411,x412,x413,x414,x415,x416,x417,x418,x419,x420,x421,x422,x423,x424,x425,x426,x427,x428,x429,x430,x431,x432,x433,x434,x435,x436,x437,x438,x439,x440,x441,x442,x443,x444,x445,x446,x447,x448,x449,x450,x451,x452,x453,x454,x455,x456,x457,x458,x459,x460,x461,x462,x463,x464,x465,x466,x467,x468,x469,x470,x471,x472,x473,x474,x475,x476,x477,x478,x479,x480,x481,x482,x483,x484,x485,x486,x487,x488,x489,x490,x491,x492,x493,x494,x495,x496,x497,x498,x499,x500,x501,x502,x503,x504,x505,x506,x507,x508,x509,x510,x511,x512,x513,x514,x515,x516,x517,x518,x519,x520,x521,x522,x523,x524,x525,x526,x527,x528,x529,x530,x531,x532,x533,x534,x535,x536,x537,x538,x539,x540,x541,x542,x543,x544,x545,x546,x547,x548,x549,x550,x551,x552,x553,x554,x555,x556,x557,x558,x559,x560,x561,x562,x563,x564,x565,x566,x567,x568,x569,x570,x571,x572,x573,x574,x575,x576,x577,x578,x579,x580,x581,x582,x583,x584,x585,x586,x587,x588,x589,x590,x591,x592,x593,x594,x595,x596,x597,x598,x599,x600,x601,x602,x603,x604,x605,x606,x607,x608,x609,x610,x611,x612,x613,x614,x615,x616,x617,x618,x619,x620,x621,x622,x623,x624,x625,x626,x627,x628,x629,x630,x631,x632,x633,x634,x635,x636,x637,x638,x639,x640,x641,x642,x643,x644,x645,x646,x647,x648,x649,x650,x651,x652,x653,x654,x655,x656,x657,x658,x659,x660,x661,x662,x663,x664,x665,x666,x667,x668,x669,x670,x671,x672,x673,x674,x675,x676,x677,x678,x679,x680,x681,x682,x683,x684,x685,x686,x687,x688,x689,x690,x691,x692,x693,x694,x695,x696,x697,x698,x699,x700,x701,x702,x703,x704,x705,x706,x707,x708,x709,x710,x711,x712,x713,x714,x715,x716,x717,x718,x719,x720,x721,x722,x723,x724,x725,x726,x727,x728,x729,x730,x731,x732,x733,x734,x735,x736,x737,x738,x739,x740,x741,x742,x743,x744,x745,x746,x747,x748,x749,x750,x751,x752,x753,x754,x755,x756,x757,x758,x759,x760,x761,x762,x763,x764,x765,x766,x767,x768,x769,x770,x771,x772,x773,x774,x775,x776,x777,x778,x779,x780,x781,x782,x783,x784,x785,x786,x787,x788,x789,x790,x791,x792,x793,x794,x795,x796,x797,x798,x799,x800,x801,x802,x803,x804,x805,x806,x807,x808,x809,x810,x811,x812,x813,x814,x815,x816,x817,x818,x819,x820,x821,x822,x823,x824,x825,x826,x827,x828,x829,x830,x831,x832,x833,x834,x835,x836,x837,x838,x839,x840,x841,x842,x843,x844,x845,x846,x847,x848,x849,x850,x851,x852,x853,x854,x855,x856,x857,x858,x859,x860,x861,x862,x863,x864,x865,x866,x867,x868,x869,x870,x871,x872,x873,x874,x875,x876,x877,x878,x879,x880,x881,x882,x883,x884,x885,x886,x887,x888,x889,x890,x891,x892,x893,x894,x895,x896,x897,x898,x899,x900,x901,x902,x903,x904,x905,x906,x907,x908,x909,x910,x911,x912,x913,x914,x915,x916,x917,x918,x919,x920,x921,x922,x923,x924,x925,x926,x927,x928,x929,x930,x931,x932,x933,x934,x935,x936,x937,x938,x939,x940,x941,x942,x943,x944,x945,x946,x947,x948,x949,x950,x951,x952,x953,x954,x955,x956,x957,x958,x959,x960,x961,x962,x963,x964,x965,x966,x967,x968,x969,x970,x971,x972,x973,x974,x975,x976,x977,x978,x979,x980,x981,x982,x983,x984,x985,x986,x987,x988,x989,x990,x991,x992,x993,x994,x995,x996,x997,x998,x999,x1000,x1001,x1002,x1003,x1004,x1005,x1006,x1007,x1008,x1009,x1010,x1011,x1012,x1013,x1014,x1015,x1016,x1017,x1018,x1019,x1020,x1021,x1022,x1023,x1024,x1025,x1026,x1027,x1028,x1029,x1030,x1031,x1032,x1033,x1034,x1035,x1036,x1037,x1038,x1039,x1040,x1041,x1042,x1043,x1044,x1045,x1046,x1047,x1048,x1049,x1050,x1051,x1052,x1053,x1054,x1055,x1056,x1057,x1058,x1059,x1060,x1061,x1062,x1063,x1064,x1065,x1066,x1067,x1068,x1069,x1070,x1071,x1072,x1073,x1074,x1075,x1076,x1077,x1078,x1079,x1080,x1081,x1082,x1083,x1084,x1085,x1086,x1087,x1088,x1089,x1090,x1091,x1092,x1093,x1094,x1095,x1096,x1097,x1098,x1099,x1100,x1101,x1102,x1103,x1104,x1105,x1106,x1107,x1108,x1109,x1110,x1111,x1112,x1113,x1114,x1115,x1116,x1117,x1118,x1119,x1120,x1121,x1122,x1123,x1124,x1125,x1126,x1127,x1128,x1129,x1130,x1131,x1132,x1133,x1134,x1135,x1136,x1137,x1138,x1139,x1140,x1141,x1142,x1143,x1144,x1145,x1146,x1147,x1148,x1149,x1150,x1151,x1152,x1153,x1154,x1155,x1156,x1157,x1158,x1159,x1160,x1161,x1162,x1163,x1164,x1165,x1166,x1167,x1168,x1169,x1170,x1171,x1172,x1173,x1174,x1175,x1176,x1177,x1178,x1179,x1180,x1181,x1182,x1183,x1184,x1185,x1186,x1187,x1188,x1189,x1190,x1191,x1192,x1193,x1194,x1195,x1196,x1197,x1198,x1199,x1200,x1201,x1202,x1203,x1204,x1205,x1206,x1207,x1208,x1209,x1210,x1211,x1212,x1213,x1214,x1215,x1216,x1217,x1218,x1219,x1220,x1221,x1222,x1223,x1224,x1225,x1226,x1227,x1228,x1229,x1230,x1231,x1232,x1233,x1234,x1235,x1236,x1237,x1238,x1239,x1240,x1241,x1242,x1243,x1244,x1245,x1246,x1247,x1248,x1249,x1250,x1251,x1252,x1253,x1254,x1255,x1256,x1257,x1258,x1259,x1260,x1261,x1262,x1263,x1264,x1265,x1266,x1267,x1268,x1269,x1270,x1271,x1272,x1273,x1274,x1275,x1276,x1277,x1278,x1279,x1280,x1281,x1282,x1283,x1284,x1285,x1286,x1287,x1288,x1289,x1290,x1291,x1292,x1293,x1294,x1295,x1296,x1297,x1298,x1299,x1300,x1301,x1302,x1303,x1304,x1305,x1306,x1307,x1308,x1309,x1310,x1311,x1312,x1313,x1314,x1315,x1316,x1317,x1318,x1319,x1320,x1321,x1322,x1323,x1324,x1325,x1326,x1327,x1328,x1329,x1330,x1331,x1332,x1333,x1334,x1335,x1336,x1337,x1338,x1339,x1340,x1341,x1342,x1343,x1344,x1345,x1346,x1347,x1348,x1349,x1350,x1351,x1352,x1353,x1354,x1355,x1356,x1357,x1358,x1359,x1360,x1361,x1362,x1363,x1364,x1365,x1366,x1367,x1368,x1369,x1370,x1371,x1372,x1373,x1374,x1375,x1376,x1377,x1378,x1379,x1380,x1381,x1382,x1383,x1384,x1385,x1386,x1387,x1388,x1389,x1390,x1391,x1392,x1393,x1394,x1395,x1396,x1397,x1398,x1399,x1400,x1401,x1402,x1403,x1404,x1405,x1406,x1407,x1408,x1409,x1410,x1411,x1412,x1413,x1414,x1415,x1416,x1417,x1418,x1419,x1420,x1421,x1422,x1423,x1424,x1425,x1426,x1427,x1428,x1429,x1430,x1431,x1432,x1433,x1434,x1435,x1436,x1437,x1438,x1439,x1440,x1441,x1442,x1443,x1444,x1445,x1446,x1447,x1448,x1449,x1450,x1451,x1452,x1453,x1454,x1455,x1456,x1457,x1458,x1459,x1460,x1461,x1462,x1463,x1464,x1465,x1466,x1467,x1468,x1469,x1470,x1471,x1472,x1473,x1474,x1475,x1476,x1477,x1478,x1479,x1480,x1481,x1482,x1483,x1484,x1485,x1486,x1487,x1488,x1489,x1490,x1491,x1492,x1493,x1494,x1495,x1496,x1497,x1498,x1499,x1500,x1501,x1502,x1503,x1504,x1505,x1506,x1507,x1508,x1509,x1510,x1511,x1512,x1513,x1514,x1515,x1516,x1517,x1518,x1519,x1520,x1521,x1522,x1523,x1524,x1525,x1526,x1527,x1528,x1529,x1530,x1531,x1532,x1533,x1534,x1535,x1536,x1537,x1538,x1539,x1540,x1541,x1542,x1543,x1544,x1545,x1546,x1547,x1548,x1549,x1550,x1551,x1552,x1553,x1554,x1555,x1556,x1557,x1558,x1559,x1560,x1561,x1562,x1563,x1564,x1565,x1566,x1567,x1568,x1569,x1570,x1571,x1572,x1573,x1574,x1575,x1576,x1577,x1578,x1579,x1580,x1581,x1582,x1583,x1584,x1585,x1586,x1587,x1588,x1589,x1590,x1591,x1592,x1593,x1594,x1595,x1596,x1597,x1598,x1599,x1600,x1601,x1602,x1603,x1604,x1605,x1606,x1607,x1608,x1609,x1610,x1611,x1612,x1613,x1614,x1615,x1616,x1617,x1618,x1619,x1620,x1621,x1622,x1623,x1624,x1625,x1626,x1627,x1628,x1629,x1630,x1631,x1632,x1633,x1634,x1635,x1636,x1637,x1638,x1639,x1640,x1641,x1642,x1643,x1644,x1645,x1646,x1647,x1648,x1649,x1650,x1651,x1652,x1653,x1654,x1655,x1656,x1657,x1658,x1659,x1660,x1661,x1662,x1663,x1664,x1665,x1666,x1667,x1668,x1669,x1670,x1671,x1672,x1673,x1674,x1675,x1676,x1677,x1678,x1679,x1680,x1681,x1682,x1683,x1684,x1685,x1686,x1687,x1688,x1689,x1690,x1691,x1692,x1693,x1694,x1695,x1696,x1697,x1698,x1699,x1700,x1701,x1702,x1703,x1704,x1705,x1706,x1707,x1708,x1709,x1710,x1711,x1712,x1713,x1714,x1715,x1716,x1717,x1718,x1719,x1720,x1721,x1722,x1723,x1724,x1725,x1726,x1727,x1728,x1729,x1730,x1731,x1732,x1733,x1734,x1735,x1736,x1737,x1738,x1739,x1740,x1741,x1742,x1743,x1744,x1745,x1746,x1747,x1748,x1749,x1750,x1751,x1752,x1753,x1754,x1755,x1756,x1757,x1758,x1759,x1760,x1761,x1762,x1763,x1764,x1765,x1766,x1767,x1768,x1769,x1770,x1771,x1772,x1773,x1774,x1775,x1776,x1777,x1778,x1779,x1780,x1781,x1782,x1783,x1784,x1785,x1786,x1787,x1788,x1789,x1790,x1791,x1792,x1793,x1794,x1795,x1796,x1797,x1798,x1799,x1800,x1801,x1802,x1803,x1804,x1805,x1806,x1807,x1808,x1809,x1810,x1811,x1812,x1813,x1814,x1815,x1816,x1817,x1818,x1819,x1820,x1821,x1822,x1823,x1824,x1825,x1826,x1827,x1828,x1829,x1830,x1831,x1832,x1833,x1834,x1835,x1836,x1837,x1838,x1839,x1840,x1841,x1842,x1843,x1844,x1845,x1846,x1847,x1848,x1849,x1850,x1851,x1852,x1853,x1854,x1855,x1856,x1857,x1858,x1859,x1860,x1861,x1862,x1863,x1864,x1865,x1866,x1867,x1868,x1869,x1870,x1871,x1872,x1873,x1874,x1875,x1876,x1877,x1878,x1879,x1880,x1881,x1882,x1883,x1884,x1885,x1886,x1887,x1888,x1889,x1890,x1891,x1892,x1893,x1894,x1895,x1896,x1897,x1898,x1899,x1900,x1901,x1902,x1903,x1904,x1905,x1906,x1907,x1908,x1909,x1910,x1911,x1912,x1913,x1914,x1915,x1916,x1917,x1918,x1919,x1920,x1921,x1922,x1923,x1924,x1925,x1926,x1927,x1928,x1929,x1930,x1931,x1932,x1933,x1934,x1935,x1936,x1937,x1938,x1939,x1940,x1941,x1942,x1943,x1944,x1945,x1946,x1947,x1948,x1949,x1950,x1951,x1952,x1953,x1954,x1955,x1956,x1957,x1958,x1959,x1960,x1961,x1962,x1963,x1964,x1965,x1966,x1967,x1968,x1969,x1970,x1971,x1972,x1973,x1974,x1975,x1976,x1977,x1978,x1979,x1980,x1981,x1982,x1983,x1984,x1985,x1986,x1987,x1988,x1989,x1990,x1991,x1992,x1993,x1994,x1995,x1996,x1997,x1998,x1999,x2000,x2001,x2002,x2003,x2004,x2005,x2006,x2007,x2008,x2009,x2010,x2011,x2012,x2013,x2014,x2015,x2016,x2017,x2018,x2019,x2020,x2021,x2022,x2023,x2024,x2025,x2026,x2027,x2028,x2029,x2030,x2031,x2032,x2033,x2034,x2035,x2036,x2037,x2038,x2039,x2040,x2041,x2042,x2043,x2044,x2045,x2046,x2047,x2048,x2049,x2050,x2051,x2052,x2053,x2054,x2055,x2056,x2057,x2058,x2059,x2060,x2061,x2062,x2063,x2064,x2065,x2066,x2067,x2068,x2069,x2070,x2071,x2072,x2073,x2074,x2075,x2076,x2077,x2078,x2079,x2080,x2081,x2082,x2083,x2084,x2085,x2086,x2087,x2088,x2089,x2090,x2091,x2092,x2093,x2094,x2095,x2096,x2097,x2098,x2099,x2100,x2101,x2102,x2103,x2104,x2105,x2106,x2107,x2108,x2109,x2110,x2111,x2112,x2113,x2114,x2115,x2116,x2117,x2118,x2119,x2120,x2121,x2122,x2123,x2124,x2125,x2126,x2127,x2128,x2129,x2130,x2131,x2132,x2133,x2134,x2135,x2136,x2137,x2138,x2139,x2140,x2141,x2142,x2143,x2144,x2145,x2146,x2147,x2148,x2149,x2150,x2151,x2152,x2153,x2154,x2155,x2156,x2157,x2158,x2159,x2160,x2161,x2162,x2163,x2164,x2165,x2166,x2167,x2168,x2169,x2170,x2171,x2172,x2173,x2174,x2175,x2176,x2177,x2178,x2179,x2180,x2181,x2182,x2183,x2184,x2185,x2186,x2187,x2188,x2189,x2190,x2191,x2192,x2193,x2194,x2195,x2196,x2197,x2198,x2199,x2200,x2201,x2202,x2203,x2204,x2205,x2206,x2207,x2208,x2209,x2210,x2211,x2212,x2213,x2214,x2215,x2216,x2217,x2218,x2219,x2220,x2221,x2222,x2223,x2224,x2225,x2226,x2227,x2228,x2229,x2230,x2231,x2232,x2233,x2234,x2235,x2236,x2237,x2238,x2239,x2240,x2241,x2242,x2243,x2244,x2245,x2246,x2247,x2248,x2249,x2250,x2251,x2252,x2253,x2254,x2255,x2256,x2257,x2258,x2259,x2260,x2261,x2262,x2263,x2264,x2265,x2266,x2267,x2268,x2269,x2270,x2271,x2272,x2273,x2274,x2275,x2276,x2277,x2278,x2279,x2280,x2281,x2282,x2283,x2284,x2285,x2286,x2287,x2288,x2289,x2290,x2291,x2292,x2293,x2294,x2295,x2296,x2297,x2298,x2299,x2300,x2301,x2302,x2303,x2304,x2305,x2306,x2307,x2308,x2309,x2310,x2311,x2312,x2313,x2314,x2315,x2316,x2317,x2318,x2319,x2320,x2321,x2322,x2323,x2324,x2325,x2326,x2327,x2328,x2329,x2330,x2331,x2332,x2333,x2334,x2335,x2336,x2337,x2338,x2339,x2340,x2341,x2342,x2343,x2344,x2345,x2346,x2347,x2348,x2349,x2350,x2351,x2352,x2353,x2354,x2355,x2356,x2357,x2358,x2359,x2360,x2361,x2362,x2363,x2364,x2365,x2366,x2367,x2368,x2369,x2370,x2371,x2372,x2373,x2374,x2375,x2376,x2377,x2378,x2379,x2380,x2381,x2382,x2383,x2384,x2385,x2386,x2387,x2388,x2389,x2390,x2391,x2392,x2393,x2394,x2395,x2396,x2397,x2398,x2399,x2400,x2401,x2402,x2403,x2404,x2405,x2406,x2407,x2408,x2409,x2410,x2411,x2412,x2413,x2414,x2415,x2416,x2417,x2418,x2419,x2420,x2421,x2422,x2423,x2424,x2425,x2426,x2427,x2428,x2429,x2430,x2431,x2432,x2433,x2434,x2435,x2436,x2437,x2438,x2439,x2440,x2441,x2442,x2443,x2444,x2445,x2446,x2447,x2448,x2449,x2450,x2451,x2452,x2453,x2454,x2455,x2456,x2457,x2458,x2459,x2460,x2461,x2462,x2463,x2464,x2465,x2466,x2467,x2468,x2469,x2470,x2471,x2472,x2473,x2474,x2475,x2476,x2477,x2478,x2479,x2480,x2481,x2482,x2483,x2484,x2485,x2486,x2487,x2488,x2489,x2490,x2491,x2492,x2493,x2494,x2495,x2496,x2497,x2498,x2499,x2500,x2501,x2502,x2503,x2504,x2505,x2506,x2507,x2508,x2509,x2510,x2511,x2512,x2513,x2514,x2515,x2516,x2517,x2518,x2519,x2520,x2521,x2522,x2523,x2524,x2525,x2526,x2527,x2528,x2529,x2530,x2531,x2532,x2533,x2534,x2535,x2536,x2537,x2538,x2539,x2540,x2541,x2542,x2543,x2544,x2545,x2546,x2547,x2548,x2549,x2550,x2551,x2552,x2553,x2554,x2555,x2556,x2557,x2558,x2559,x2560,x2561,x2562,x2563,x2564,x2565,x2566,x2567,x2568,x2569,x2570,x2571,x2572,x2573,x2574,x2575,x2576,x2577,x2578,x2579,x2580,x2581,x2582,x2583,x2584,x2585,x2586,x2587,x2588,x2589,x2590,x2591,x2592,x2593,x2594,x2595,x2596,x2597,x2598,x2599,x2600,x2601,x2602,x2603,x2604,x2605,x2606,x2607,x2608,x2609,x2610,x2611,x2612,x2613,x2614,x2615,x2616,x2617,x2618,x2619,x2620,x2621,x2622,x2623,x2624,x2625,x2626,x2627,x2628,x2629,x2630,x2631,x2632,x2633,x2634,x2635,x2636,x2637,x2638,x2639,x2640,x2641,x2642,x2643,x2644,x2645,x2646,x2647,x2648,x2649,x2650,x2651,x2652,x2653,x2654,x2655,x2656,x2657,x2658,x2659,x2660,x2661,x2662,x2663,x2664,x2665,x2666,x2667,x2668,x2669,x2670,x2671,x2672,x2673,x2674,x2675,x2676,x2677,x2678,x2679,x2680,x2681,x2682,x2683,x2684,x2685,x2686,x2687,x2688,x2689,x2690,x2691,x2692,x2693,x2694,x2695,x2696,x2697,x2698,x2699,x2700,x2701,x2702,x2703,x2704,x2705,x2706,x2707,x2708,x2709,x2710,x2711,x2712,x2713,x2714,x2715,x2716,x2717,x2718,x2719,x2720,x2721,x2722,x2723,x2724,x2725,x2726,x2727,x2728,x2729,x2730,x2731,x2732,x2733,x2734,x2735,x2736,x2737,x2738,x2739,x2740,x2741,x2742,x2743,x2744,x2745,x2746,x2747,x2748,x2749,x2750,x2751,x2752,x2753,x2754,x2755,x2756,x2757,x2758,x2759,x2760,x2761,x2762,x2763,x2764,x2765,x2766,x2767,x2768,x2769,x2770,x2771,x2772,x2773,x2774,x2775,x2776,x2777,x2778,x2779,x2780,x2781,x2782,x2783,x2784,x2785,x2786,x2787,x2788,x2789,x2790,x2791,x2792,x2793,x2794,x2795,x2796,x2797,x2798,x2799,x2800,x2801,x2802,x2803,x2804,x2805,x2806,x2807,x2808,x2809,x2810,x2811,x2812,x2813,x2814,x2815,x2816,x2817,x2818,x2819,x2820,x2821,x2822,x2823,x2824,x2825,x2826,x2827,x2828,x2829,x2830,x2831,x2832,x2833,x2834,x2835,x2836,x2837,x2838,x2839,x2840,x2841,x2842,x2843,x2844,x2845,x2846,x2847,x2848,x2849,x2850,x2851,x2852,x2853,x2854,x2855,x2856,x2857,x2858,x2859,x2860,x2861,x2862,x2863,x2864,x2865,x2866,x2867,x2868,x2869,x2870,x2871,x2872,x2873,x2874,x2875,x2876,x2877,x2878,x2879,x2880,x2881,x2882,x2883,x2884,x2885,x2886,x2887,x2888,x2889,x2890,x2891,x2892,x2893,x2894,x2895,x2896,x2897,x2898,x2899,x2900,x2901,x2902,x2903,x2904,x2905,x2906,x2907,x2908,x2909,x2910,x2911,x2912,x2913,x2914,x2915,x2916,x2917,x2918,x2919,x2920,x2921,x2922,x2923,x2924,x2925,x2926,x2927,x2928,x2929,x2930,x2931,x2932,x2933,x2934,x2935,x2936,x2937,x2938,x2939,x2940,x2941,x2942,x2943,x2944,x2945,x2946,x2947,x2948,x2949,x2950,x2951,x2952,x2953,x2954,x2955,x2956,x2957,x2958,x2959,x2960,x2961,x2962,x2963,x2964,x2965,x2966,x2967,x2968,x2969,x2970,x2971,x2972,x2973,x2974,x2975,x2976,x2977,x2978,x2979,x2980,x2981,x2982,x2983,x2984,x2985,x2986,x2987,x2988,x2989,x2990,x2991,x2992,x2993,x2994,x2995,x2996,x2997,x2998,x2999,x3000,x3001,x3002,x3003,x3004,x3005,x3006,x3007,x3008,x3009,x3010,x3011,x3012,x3013,x3014,x3015,x3016,x3017,x3018,x3019,x3020,x3021,x3022,x3023,x3024,x3025,x3026,x3027,x3028,x3029,x3030,x3031,x3032,x3033,x3034,x3035,x3036,x3037,x3038,x3039,x3040,x3041,x3042,x3043,x3044,x3045,x3046,x3047,x3048,x3049,x3050,x3051,x3052,x3053,x3054,x3055,x3056,x3057,x3058,x3059,x3060,x3061,x3062,x3063,x3064,x3065,x3066,x3067,x3068,x3069,x3070,x3071,x3072,x3073,x3074,x3075,x3076,x3077,x3078,x3079,x3080,x3081,x3082,x3083,x3084,x3085,x3086,x3087,x3088,x3089,x3090,x3091,x3092,x3093,x3094,x3095,x3096,x3097,x3098,x3099,x3100,x3101,x3102,x3103,x3104,x3105,x3106,x3107,x3108,x3109,x3110,x3111,x3112,x3113,x3114,x3115,x3116,x3117,x3118,x3119,x3120,x3121,x3122,x3123,x3124,x3125,x3126,x3127,x3128,x3129,x3130,x3131,x3132,x3133,x3134,x3135,x3136,x3137,x3138,x3139,x3140,x3141,x3142,x3143,x3144,x3145,x3146,x3147,x3148,x3149,x3150,x3151,x3152,x3153,x3154,x3155,x3156,x3157,x3158,x3159,x3160,x3161,x3162,x3163,x3164,x3165,x3166,x3167,x3168,x3169,x3170,x3171,x3172,x3173,x3174,x3175,x3176,x3177,x3178,x3179,x3180,x3181,x3182,x3183,x3184,x3185,x3186,x3187,x3188,x3189,x3190,x3191,x3192,x3193,x3194,x3195,x3196,x3197,x3198,x3199,x3200,x3201,x3202,x3203,x3204,x3205,x3206,x3207,x3208,x3209,x3210,x3211,x3212,x3213,x3214,x3215,x3216,x3217,x3218,x3219,x3220,x3221,x3222,x3223,x3224,x3225,x3226,x3227,x3228,x3229,x3230,x3231,x3232,x3233,x3234,x3235,x3236,x3237,x3238,x3239,x3240,x3241,x3242,x3243,x3244,x3245,x3246,x3247,x3248,x3249,x3250,x3251,x3252,x3253,x3254,x3255,x3256,x3257,x3258,x3259,x3260,x3261,x3262,x3263,x3264,x3265,x3266,x3267,x3268,x3269,x3270,x3271,x3272,x3273,x3274,x3275,x3276,x3277,x3278,x3279,x3280,x3281,x3282,x3283,x3284,x3285,x3286,x3287,x3288,x3289,x3290,x3291,x3292,x3293,x3294,x3295,x3296,x3297,x3298,x3299,x3300,x3301,x3302,x3303,x3304,x3305,x3306,x3307,x3308,x3309,x3310,x3311,x3312,x3313,x3314,x3315,x3316,x3317,x3318,x3319,x3320,x3321,x3322,x3323,x3324,x3325,x3326,x3327,x3328,x3329,x3330,x3331,x3332,x3333,x3334,x3335,x3336,x3337,x3338,x3339,x3340,x3341,x3342,x3343,x3344,x3345,x3346,x3347,x3348,x3349,x3350,x3351,x3352,x3353,x3354,x3355,x3356,x3357,x3358,x3359,x3360,x3361,x3362,x3363,x3364,x3365,x3366,x3367,x3368,x3369,x3370,x3371,x3372,x3373,x3374,x3375,x3376,x3377,x3378,x3379,x3380,x3381,x3382,x3383,x3384,x3385,x3386,x3387,x3388,x3389,x3390,x3391,x3392,x3393,x3394,x3395,x3396,x3397,x3398,x3399,x3400,x3401,x3402,x3403,x3404,x3405,x3406,x3407,x3408,x3409,x3410,x3411,x3412,x3413,x3414,x3415,x3416,x3417,x3418,x3419,x3420,x3421,x3422,x3423,x3424,x3425,x3426,x3427,x3428,x3429,x3430,x3431,x3432,x3433,x3434,x3435,x3436,x3437,x3438,x3439,x3440,x3441,x3442,x3443,x3444,x3445,x3446,x3447,x3448,x3449,x3450,x3451,x3452,x3453,x3454,x3455,x3456,x3457,x3458,x3459,x3460,x3461,x3462,x3463,x3464,x3465,x3466,x3467,x3468,x3469,x3470,x3471,x3472,x3473,x3474,x3475,x3476,x3477,x3478,x3479,x3480,x3481,x3482,x3483,x3484,x3485,x3486,x3487,x3488,x3489,x3490,x3491,x3492,x3493,x3494,x3495,x3496,x3497,x3498,x3499,x3500,x3501,x3502,x3503,x3504,x3505,x3506,x3507,x3508,x3509,x3510,x3511,x3512,x3513,x3514,x3515,x3516,x3517,x3518,x3519,x3520,x3521,x3522,x3523,x3524,x3525,x3526,x3527,x3528,x3529,x3530,x3531,x3532,x3533,x3534,x3535,x3536,x3537,x3538,x3539,x3540,x3541,x3542,x3543,x3544,x3545,x3546,x3547,x3548,x3549,x3550,x3551,x3552,x3553,x3554,x3555,x3556,x3557,x3558,x3559,x3560,x3561,x3562,x3563,x3564,x3565,x3566,x3567,x3568,x3569,x3570,x3571,x3572,x3573,x3574,x3575,x3576,x3577,x3578,x3579,x3580,x3581,x3582,x3583,x3584,x3585,x3586,x3587,x3588,x3589,x3590,x3591,x3592,x3593,x3594,x3595,x3596,x3597,x3598,x3599,x3600,x3601,x3602,x3603,x3604,x3605,x3606,x3607,x3608,x3609,x3610,x3611,x3612,x3613,x3614,x3615,x3616,x3617,x3618,x3619,x3620,x3621,x3622,x3623,x3624,x3625,x3626,x3627,x3628,x3629,x3630,x3631,x3632,x3633,x3634,x3635,x3636,x3637,x3638,x3639,x3640,x3641,x3642,x3643,x3644,x3645,x3646,x3647,x3648,x3649,x3650,x3651,x3652,x3653,x3654,x3655,x3656,x3657,x3658,x3659,x3660,x3661,x3662,x3663,x3664,x3665,x3666,x3667,x3668,x3669,x3670,x3671,x3672,x3673,x3674,x3675,x3676,x3677,x3678,x3679,x3680,x3681,x3682,x3683,x3684,x3685,x3686,x3687,x3688,x3689,x3690,x3691,x3692,x3693,x3694,x3695,x3696,x3697,x3698,x3699,x3700,x3701,x3702,x3703,x3704,x3705,x3706,x3707,x3708,x3709,x3710,x3711,x3712,x3713,x3714,x3715,x3716,x3717,x3718,x3719,x3720,x3721,x3722,x3723,x3724,x3725,x3726,x3727,x3728,x3729,x3730,x3731,x3732,x3733,x3734,x3735,x3736,x3737,x3738,x3739,x3740,x3741,x3742,x3743,x3744,x3745,x3746,x3747,x3748,x3749,x3750,x3751,x3752,x3753,x3754,x3755,x3756,x3757,x3758,x3759,x3760,x3761,x3762,x3763,x3764,x3765,x3766,x3767,x3768,x3769,x3770,x3771,x3772,x3773,x3774,x3775,x3776,x3777,x3778,x3779,x3780,x3781,x3782,x3783,x3784,x3785,x3786,x3787,x3788,x3789,x3790,x3791,x3792,x3793,x3794,x3795,x3796,x3797,x3798,x3799,x3800,x3801,x3802,x3803,x3804,x3805,x3806,x3807,x3808,x3809,x3810,x3811,x3812,x3813,x3814,x3815,x3816,x3817,x3818,x3819,x3820,x3821,x3822,x3823,x3824,x3825,x3826,x3827,x3828,x3829,x3830,x3831,x3832,x3833,x3834,x3835,x3836,x3837,x3838,x3839,x3840,x3841,x3842,x3843,x3844,x3845,x3846,x3847,x3848,x3849,x3850,x3851,x3852,x3853,x3854,x3855,x3856,x3857,x3858,x3859,x3860,x3861,x3862,x3863,x3864,x3865,x3866,x3867,x3868,x3869,x3870,x3871,x3872,x3873,x3874,x3875,x3876,x3877,x3878,x3879,x3880,x3881,x3882,x3883,x3884,x3885,x3886,x3887,x3888,x3889,x3890,x3891,x3892,x3893,x3894,x3895,x3896,x3897,x3898,x3899,x3900,x3901,x3902,x3903,x3904,x3905,x3906,x3907,x3908,x3909,x3910,x3911,x3912,x3913,x3914,x3915,x3916,x3917,x3918,x3919,x3920,x3921,x3922,x3923,x3924,x3925,x3926,x3927,x3928,x3929,x3930,x3931,x3932,x3933,x3934,x3935,x3936,x3937,x3938,x3939,x3940,x3941,x3942,x3943,x3944,x3945,x3946,x3947,x3948,x3949,x3950,x3951,x3952,x3953,x3954,x3955,x3956,x3957,x3958,x3959,x3960,x3961,x3962,x3963,x3964,x3965,x3966,x3967,x3968,x3969,x3970,x3971,x3972,x3973,x3974,x3975,x3976,x3977,x3978,x3979,x3980,x3981,x3982,x3983,x3984,x3985,x3986,x3987,x3988,x3989,x3990,x3991,x3992,x3993,x3994,x3995,x3996,x3997,x3998,x3999,x4000,x4001,x4002,x4003,x4004,x4005,x4006,x4007,x4008,x4009,x4010,x4011,x4012,x4013,x4014,x4015,x4016,x4017,x4018,x4019,x4020,x4021,x4022,x4023,x4024,x4025,x4026,x4027,x4028,x4029,x4030,x4031,x4032,x4033,x4034,x4035,x4036,x4037,x4038,x4039,x4040,x4041,x4042,x4043,x4044,x4045,x4046,x4047,x4048,x4049,x4050,x4051,x4052,x4053,x4054,x4055,x4056,x4057,x4058,x4059,x4060,x4061,x4062,x4063,x4064,x4065,x4066,x4067,x4068,x4069,x4070,x4071,x4072,x4073,x4074,x4075,x4076,x4077,x4078,x4079,x4080,x4081,x4082,x4083,x4084,x4085,x4086,x4087,x4088,x4089,x4090,x4091,x4092,x4093,x4094,x4095,x4096,label +0.30991736,0.3677686,0.41735536,0.44214877,0.5289256,0.607438,0.6570248,0.677686,0.69008267,0.6859504,0.70247936,0.6983471,0.6942149,0.6983471,0.69008267,0.6942149,0.69008267,0.6983471,0.70247936,0.70247936,0.6983471,0.7066116,0.7107438,0.71900827,0.72727275,0.75619835,0.77272725,0.7768595,0.7768595,0.75619835,0.76033056,0.78099173,0.76033056,0.76859504,0.75619835,0.73966944,0.74380165,0.73966944,0.74380165,0.71900827,0.71900827,0.71487606,0.71900827,0.71900827,0.7231405,0.72727275,0.7355372,0.71487606,0.7231405,0.71900827,0.71487606,0.7107438,0.70247936,0.7066116,0.6983471,0.677686,0.6570248,0.6322314,0.5661157,0.5247934,0.446281,0.37190083,0.3305785,0.30578512,0.3429752,0.40495867,0.43801653,0.47107437,0.553719,0.62396693,0.6694215,0.6859504,0.69008267,0.6859504,0.6942149,0.69008267,0.6983471,0.70247936,0.6983471,0.6942149,0.7066116,0.7107438,0.7107438,0.71487606,0.7107438,0.70247936,0.71900827,0.72727275,0.7355372,0.76033056,0.7768595,0.78512394,0.78099173,0.7768595,0.77272725,0.7892562,0.78512394,0.77272725,0.7644628,0.74793386,0.74380165,0.73966944,0.7355372,0.71900827,0.71900827,0.71900827,0.71900827,0.71900827,0.71900827,0.7231405,0.72727275,0.71900827,0.72727275,0.71900827,0.71900827,0.7231405,0.7066116,0.70247936,0.6983471,0.6735537,0.6570248,0.6363636,0.60330576,0.5123967,0.44214877,0.37190083,0.338843,0.3140496,0.3429752,0.41735536,0.45041323,0.5123967,0.57438016,0.6446281,0.677686,0.69008267,0.6942149,0.6942149,0.6983471,0.69008267,0.70247936,0.7066116,0.7066116,0.70247936,0.7066116,0.7107438,0.7107438,0.71487606,0.71900827,0.71487606,0.72727275,0.7355372,0.7355372,0.76859504,0.78512394,0.7892562,0.7768595,0.7768595,0.8016529,0.79752064,0.7892562,0.78099173,0.76033056,0.76859504,0.74380165,0.7355372,0.73140496,0.71900827,0.71900827,0.71900827,0.71900827,0.71900827,0.72727275,0.7355372,0.72727275,0.72727275,0.7231405,0.7231405,0.72727275,0.71900827,0.71900827,0.71900827,0.6859504,0.677686,0.6570248,0.6446281,0.60330576,0.57024795,0.4338843,0.38016528,0.338843,0.29752067,0.30578512,0.4090909,0.47107437,0.5247934,0.59504133,0.6528926,0.6735537,0.677686,0.6859504,0.6859504,0.6942149,0.69008267,0.7066116,0.7107438,0.7107438,0.7066116,0.7107438,0.7066116,0.7107438,0.7107438,0.71487606,0.72727275,0.73140496,0.73140496,0.74380165,0.7644628,0.7892562,0.8140496,0.8057851,0.78099173,0.79752064,0.7933884,0.7933884,0.7892562,0.77272725,0.77272725,0.74793386,0.72727275,0.71900827,0.7066116,0.7231405,0.71900827,0.71900827,0.71487606,0.7231405,0.71900827,0.73140496,0.72727275,0.72727275,0.72727275,0.71900827,0.72727275,0.71900827,0.71487606,0.69008267,0.677686,0.6570248,0.6487603,0.62396693,0.5413223,0.47107437,0.38429752,0.34710744,0.2644628,0.33471075,0.4214876,0.4752066,0.58264464,0.6404959,0.6652893,0.6652893,0.6735537,0.6818182,0.677686,0.6818182,0.69008267,0.70247936,0.7066116,0.7107438,0.7107438,0.71900827,0.71900827,0.71487606,0.7066116,0.71487606,0.7231405,0.72727275,0.73966944,0.75206614,0.7644628,0.7768595,0.8057851,0.8016529,0.8057851,0.8016529,0.7892562,0.7644628,0.78099173,0.7768595,0.76859504,0.75206614,0.72727275,0.7231405,0.70247936,0.71487606,0.71900827,0.71900827,0.71900827,0.72727275,0.71900827,0.72727275,0.72727275,0.72727275,0.72727275,0.72727275,0.7231405,0.71900827,0.71487606,0.70247936,0.6859504,0.661157,0.6446281,0.6446281,0.553719,0.4876033,0.38842976,0.3677686,0.33471075,0.3140496,0.39256197,0.4752066,0.61157024,0.6528926,0.6528926,0.6652893,0.661157,0.6735537,0.661157,0.6735537,0.6818182,0.6942149,0.70247936,0.7066116,0.7107438,0.7231405,0.72727275,0.71900827,0.7107438,0.71487606,0.71900827,0.72727275,0.75206614,0.75206614,0.76033056,0.78512394,0.79752064,0.79752064,0.80991733,0.7892562,0.8057851,0.7892562,0.78512394,0.77272725,0.7644628,0.73966944,0.7231405,0.7231405,0.70247936,0.6942149,0.7107438,0.7107438,0.7066116,0.7231405,0.71900827,0.7231405,0.72727275,0.73140496,0.72727275,0.7231405,0.7231405,0.7231405,0.7107438,0.70247936,0.6859504,0.661157,0.6446281,0.6363636,0.59090906,0.47933885,0.38429752,0.3264463,0.37190083,0.30991736,0.37603307,0.53305787,0.6528926,0.6570248,0.6446281,0.6528926,0.6446281,0.661157,0.6652893,0.6859504,0.6859504,0.6942149,0.6942149,0.7066116,0.7107438,0.70247936,0.71900827,0.71487606,0.71487606,0.71900827,0.71900827,0.73140496,0.74380165,0.74380165,0.7644628,0.7892562,0.7933884,0.7892562,0.7933884,0.7892562,0.8057851,0.7892562,0.7892562,0.77272725,0.76859504,0.75206614,0.7231405,0.7066116,0.6942149,0.6859504,0.69008267,0.69008267,0.6859504,0.7066116,0.7107438,0.7066116,0.7231405,0.7231405,0.7231405,0.7231405,0.72727275,0.73140496,0.71900827,0.6983471,0.6818182,0.661157,0.6446281,0.6280992,0.59504133,0.5123967,0.38016528,0.338843,0.3181818,0.2644628,0.36363637,0.55785125,0.6528926,0.6446281,0.6322314,0.6363636,0.6446281,0.661157,0.677686,0.661157,0.661157,0.6818182,0.69008267,0.70247936,0.71487606,0.6983471,0.7107438,0.7066116,0.7107438,0.7231405,0.72727275,0.72727275,0.7355372,0.73966944,0.75619835,0.77272725,0.7768595,0.7768595,0.77272725,0.78099173,0.78099173,0.77272725,0.7768595,0.76033056,0.75206614,0.73140496,0.71900827,0.7066116,0.6942149,0.6859504,0.6818182,0.677686,0.6818182,0.6983471,0.7066116,0.7066116,0.7107438,0.7066116,0.7231405,0.7355372,0.71900827,0.73140496,0.72727275,0.70247936,0.6818182,0.661157,0.6487603,0.6198347,0.59504133,0.5413223,0.38016528,0.34710744,0.28512397,0.24793388,0.34710744,0.58677685,0.6363636,0.6322314,0.62396693,0.6280992,0.6528926,0.6652893,0.6570248,0.60330576,0.6446281,0.677686,0.69008267,0.69008267,0.6983471,0.6983471,0.69008267,0.6983471,0.6942149,0.7107438,0.70247936,0.71900827,0.7355372,0.7231405,0.73966944,0.75206614,0.75206614,0.75619835,0.75619835,0.7644628,0.74793386,0.74793386,0.75206614,0.74380165,0.74380165,0.73140496,0.71487606,0.7066116,0.70247936,0.69008267,0.6859504,0.6818182,0.6859504,0.6942149,0.69008267,0.6942149,0.6983471,0.6859504,0.6983471,0.7107438,0.72727275,0.7066116,0.71900827,0.7107438,0.69008267,0.661157,0.6446281,0.6198347,0.59504133,0.54545456,0.40082645,0.3553719,0.2644628,0.2644628,0.3140496,0.59504133,0.6280992,0.6198347,0.6198347,0.6363636,0.6570248,0.6528926,0.61157024,0.5785124,0.6322314,0.6528926,0.6487603,0.6570248,0.6487603,0.6446281,0.6322314,0.6446281,0.661157,0.6570248,0.677686,0.70247936,0.71487606,0.7107438,0.7231405,0.72727275,0.74380165,0.73966944,0.74793386,0.74380165,0.7355372,0.7355372,0.74380165,0.73966944,0.75206614,0.7355372,0.71487606,0.6983471,0.70247936,0.69008267,0.6735537,0.661157,0.6528926,0.6404959,0.6446281,0.6528926,0.6570248,0.6528926,0.6694215,0.6694215,0.677686,0.6652893,0.677686,0.6983471,0.7107438,0.6694215,0.6322314,0.61570245,0.59504133,0.53305787,0.4214876,0.338843,0.2231405,0.28512397,0.3140496,0.59917355,0.61570245,0.61157024,0.61570245,0.6404959,0.6404959,0.6363636,0.607438,0.59917355,0.61570245,0.6280992,0.61570245,0.58264464,0.57024795,0.5495868,0.5495868,0.56198347,0.59504133,0.61570245,0.6322314,0.6818182,0.69008267,0.70247936,0.70247936,0.7066116,0.73140496,0.7355372,0.73140496,0.75206614,0.73966944,0.74380165,0.74380165,0.74793386,0.74380165,0.74380165,0.71487606,0.6942149,0.677686,0.6322314,0.58264464,0.5495868,0.5495868,0.5413223,0.553719,0.56198347,0.5785124,0.59504133,0.59917355,0.6363636,0.6322314,0.6322314,0.6280992,0.6528926,0.6652893,0.661157,0.6446281,0.59917355,0.607438,0.553719,0.40495867,0.28099173,0.1983471,0.29338843,0.3305785,0.59090906,0.607438,0.607438,0.6198347,0.61157024,0.61570245,0.60330576,0.62396693,0.6322314,0.60330576,0.60330576,0.59504133,0.5371901,0.5165289,0.5,0.5041322,0.5289256,0.5495868,0.59090906,0.59917355,0.6487603,0.6694215,0.6818182,0.6818182,0.70247936,0.72727275,0.73140496,0.74380165,0.75619835,0.74380165,0.7231405,0.72727275,0.73966944,0.73966944,0.7231405,0.6983471,0.6942149,0.6487603,0.58677685,0.53305787,0.49173555,0.46280992,0.46280992,0.48347107,0.49586776,0.5,0.53305787,0.5495868,0.59090906,0.61157024,0.607438,0.59917355,0.61157024,0.607438,0.6280992,0.6487603,0.607438,0.59917355,0.59504133,0.45867768,0.2520661,0.16115703,0.29338843,0.35123968,0.59090906,0.6198347,0.61570245,0.607438,0.59090906,0.59504133,0.60330576,0.62396693,0.661157,0.6280992,0.61157024,0.61570245,0.59090906,0.5785124,0.5785124,0.553719,0.553719,0.553719,0.5785124,0.59504133,0.6446281,0.661157,0.6652893,0.6818182,0.6983471,0.71900827,0.7355372,0.73966944,0.75206614,0.74793386,0.7231405,0.71487606,0.7231405,0.7231405,0.71487606,0.677686,0.661157,0.6404959,0.5785124,0.5413223,0.5289256,0.5082645,0.47933885,0.5123967,0.5371901,0.553719,0.5413223,0.553719,0.61157024,0.62396693,0.62396693,0.61570245,0.59504133,0.5785124,0.607438,0.61570245,0.60330576,0.60330576,0.607438,0.4876033,0.27272728,0.1570248,0.3264463,0.35950413,0.58264464,0.61570245,0.60330576,0.59504133,0.58677685,0.6280992,0.6363636,0.6694215,0.7066116,0.71487606,0.70247936,0.6818182,0.661157,0.6446281,0.6694215,0.6528926,0.6280992,0.6198347,0.62396693,0.6446281,0.6652893,0.6735537,0.69008267,0.71487606,0.71900827,0.73966944,0.75619835,0.74793386,0.73966944,0.74380165,0.72727275,0.7066116,0.71487606,0.73140496,0.7231405,0.6983471,0.6652893,0.6528926,0.62396693,0.60330576,0.59917355,0.59917355,0.59090906,0.607438,0.62396693,0.6363636,0.62396693,0.62396693,0.6570248,0.6859504,0.6983471,0.6818182,0.6404959,0.60330576,0.58677685,0.57438016,0.58677685,0.59917355,0.62396693,0.5041322,0.3429752,0.18181819,0.3264463,0.3966942,0.59504133,0.61157024,0.607438,0.60330576,0.6322314,0.6487603,0.71487606,0.75619835,0.76859504,0.74793386,0.7231405,0.6942149,0.6942149,0.6528926,0.6363636,0.58677685,0.5371901,0.5289256,0.553719,0.607438,0.6446281,0.6570248,0.69008267,0.73140496,0.74793386,0.7768595,0.78512394,0.76033056,0.7355372,0.74380165,0.72727275,0.70247936,0.7066116,0.71900827,0.7231405,0.71487606,0.7066116,0.677686,0.6404959,0.60330576,0.57024795,0.5495868,0.54545456,0.5371901,0.53305787,0.56198347,0.607438,0.6280992,0.6487603,0.6859504,0.7231405,0.72727275,0.69008267,0.6446281,0.59917355,0.56198347,0.58677685,0.59504133,0.62396693,0.55785125,0.37603307,0.23966943,0.3140496,0.45454547,0.60330576,0.6198347,0.6363636,0.6404959,0.6694215,0.69008267,0.76033056,0.78099173,0.72727275,0.661157,0.61570245,0.5495868,0.4752066,0.37190083,0.4214876,0.35123968,0.3140496,0.37190083,0.39256197,0.45041323,0.5371901,0.60330576,0.6446281,0.70247936,0.74793386,0.76859504,0.76859504,0.75206614,0.73140496,0.7355372,0.72727275,0.6983471,0.6983471,0.6859504,0.6942149,0.70247936,0.6983471,0.6570248,0.5785124,0.5123967,0.46694216,0.43801653,0.5,0.40082645,0.338843,0.338843,0.2892562,0.32231405,0.3677686,0.5,0.57438016,0.6528926,0.6983471,0.6694215,0.60330576,0.59090906,0.59090906,0.59917355,0.61570245,0.6198347,0.4090909,0.23140496,0.3140496,0.5082645,0.62396693,0.6404959,0.6694215,0.6694215,0.70247936,0.7355372,0.7355372,0.6652893,0.5413223,0.49173555,0.55785125,0.446281,0.34710744,0.3181818,0.48347107,0.37603307,0.338843,0.5082645,0.5289256,0.4214876,0.4338843,0.5041322,0.6198347,0.70247936,0.7231405,0.74380165,0.73966944,0.7355372,0.72727275,0.7231405,0.73140496,0.6983471,0.6942149,0.6735537,0.661157,0.6694215,0.6694215,0.61157024,0.49173555,0.46694216,0.5,0.5661157,0.677686,0.5,0.4090909,0.5041322,0.22727273,0.338843,0.2520661,0.5,0.41735536,0.43801653,0.59504133,0.6570248,0.6322314,0.607438,0.61570245,0.61570245,0.62396693,0.6322314,0.45867768,0.21900827,0.3264463,0.5495868,0.6322314,0.6570248,0.69008267,0.7107438,0.6983471,0.7355372,0.6404959,0.5,0.43801653,0.57438016,0.71487606,0.6652893,0.4214876,0.34710744,0.30165288,0.37603307,0.3677686,0.56198347,0.6446281,0.5082645,0.42561984,0.49173555,0.57438016,0.6818182,0.6694215,0.6983471,0.71900827,0.73140496,0.7066116,0.71900827,0.73966944,0.71487606,0.677686,0.6652893,0.62396693,0.62396693,0.62396693,0.553719,0.5123967,0.4752066,0.57024795,0.62396693,0.7107438,0.5661157,0.38429752,0.3966942,0.2603306,0.56198347,0.42975205,0.6818182,0.57438016,0.38429752,0.42975205,0.58264464,0.6280992,0.61570245,0.6322314,0.6280992,0.6280992,0.6404959,0.5082645,0.2892562,0.37603307,0.59504133,0.6446281,0.677686,0.7066116,0.73140496,0.73140496,0.6818182,0.59090906,0.5247934,0.5082645,0.57024795,0.838843,0.87603307,0.76859504,0.40495867,0.38016528,0.40082645,0.46694216,0.60330576,0.59090906,0.56198347,0.5041322,0.49173555,0.5123967,0.6322314,0.61570245,0.6570248,0.70247936,0.71900827,0.6818182,0.7066116,0.75206614,0.76033056,0.72727275,0.661157,0.59917355,0.58677685,0.57024795,0.5082645,0.5,0.47933885,0.5247934,0.58264464,0.6694215,0.6942149,0.5413223,0.446281,0.34710744,0.6528926,0.6487603,0.6735537,0.5785124,0.4876033,0.446281,0.5,0.62396693,0.6363636,0.6570248,0.6404959,0.6322314,0.6322314,0.58677685,0.3140496,0.57024795,0.58677685,0.6446281,0.6859504,0.7107438,0.75206614,0.78099173,0.6694215,0.58677685,0.58677685,0.5785124,0.47933885,0.59917355,0.79752064,0.7231405,0.5165289,0.49586776,0.5206612,0.5413223,0.5785124,0.54545456,0.56198347,0.553719,0.53305787,0.53305787,0.57438016,0.58677685,0.6404959,0.6735537,0.6859504,0.6735537,0.69008267,0.76033056,0.75619835,0.7768595,0.7066116,0.61157024,0.55785125,0.5247934,0.553719,0.57438016,0.59090906,0.5495868,0.57024795,0.58264464,0.6404959,0.60330576,0.5247934,0.4752066,0.54545456,0.61157024,0.57024795,0.55785125,0.5371901,0.5082645,0.4876033,0.60330576,0.661157,0.677686,0.6570248,0.6446281,0.6280992,0.6363636,0.3966942,0.61157024,0.59917355,0.6487603,0.69008267,0.7107438,0.75619835,0.75206614,0.6487603,0.607438,0.6363636,0.661157,0.59917355,0.553719,0.57024795,0.57024795,0.5495868,0.5661157,0.607438,0.59917355,0.57438016,0.57024795,0.58264464,0.607438,0.57024795,0.5371901,0.54545456,0.58677685,0.6446281,0.6694215,0.677686,0.6694215,0.6983471,0.76859504,0.72727275,0.76859504,0.7231405,0.6363636,0.55785125,0.5041322,0.49586776,0.57024795,0.62396693,0.57438016,0.56198347,0.59090906,0.58264464,0.56198347,0.55785125,0.5289256,0.5289256,0.59090906,0.60330576,0.59504133,0.57438016,0.55785125,0.5247934,0.58677685,0.661157,0.6818182,0.6694215,0.661157,0.6322314,0.6322314,0.5247934,0.61157024,0.607438,0.6652893,0.70247936,0.7107438,0.71487606,0.69008267,0.6446281,0.6528926,0.677686,0.7107438,0.74380165,0.7107438,0.6694215,0.6487603,0.6363636,0.6280992,0.61570245,0.58677685,0.59504133,0.59917355,0.59504133,0.58264464,0.55785125,0.553719,0.5661157,0.60330576,0.6528926,0.6735537,0.677686,0.6694215,0.6942149,0.7768595,0.73140496,0.74380165,0.71900827,0.6528926,0.59504133,0.553719,0.5,0.5082645,0.55785125,0.58264464,0.57438016,0.5661157,0.57024795,0.58677685,0.607438,0.6198347,0.6363636,0.6859504,0.6942149,0.6363636,0.6198347,0.61570245,0.61157024,0.61570245,0.661157,0.6818182,0.677686,0.6735537,0.6404959,0.6322314,0.553719,0.62396693,0.6198347,0.6694215,0.70247936,0.70247936,0.6859504,0.6652893,0.6570248,0.6735537,0.6983471,0.74380165,0.7933884,0.8016529,0.74380165,0.70247936,0.6735537,0.6446281,0.62396693,0.61570245,0.59917355,0.6198347,0.58677685,0.55785125,0.57024795,0.59090906,0.61157024,0.6363636,0.6694215,0.677686,0.6735537,0.6735537,0.6859504,0.75206614,0.73140496,0.71900827,0.7231405,0.6735537,0.6280992,0.58677685,0.553719,0.5165289,0.5495868,0.59090906,0.59090906,0.58677685,0.59090906,0.607438,0.61157024,0.6404959,0.677686,0.7066116,0.7107438,0.6735537,0.6528926,0.6528926,0.6528926,0.6570248,0.677686,0.6859504,0.6818182,0.677686,0.6487603,0.6198347,0.57438016,0.6280992,0.6280992,0.6652893,0.6942149,0.70247936,0.6859504,0.6652893,0.6652893,0.6694215,0.6942149,0.72727275,0.75619835,0.75206614,0.72727275,0.7066116,0.6694215,0.6487603,0.6322314,0.6322314,0.61157024,0.60330576,0.59504133,0.58677685,0.61157024,0.6322314,0.6446281,0.661157,0.677686,0.6983471,0.6818182,0.6735537,0.677686,0.7066116,0.71487606,0.7066116,0.71487606,0.6859504,0.6446281,0.59504133,0.59090906,0.57438016,0.553719,0.57438016,0.60330576,0.59917355,0.607438,0.61570245,0.61570245,0.62396693,0.661157,0.6735537,0.677686,0.6735537,0.661157,0.6652893,0.661157,0.6694215,0.677686,0.6818182,0.6859504,0.6859504,0.6570248,0.607438,0.58677685,0.58677685,0.6280992,0.6652893,0.6942149,0.7066116,0.6942149,0.6735537,0.6652893,0.6694215,0.69008267,0.7066116,0.7107438,0.6942149,0.6942149,0.6818182,0.6652893,0.6570248,0.6487603,0.6528926,0.6363636,0.6198347,0.6198347,0.6363636,0.6446281,0.6652893,0.677686,0.69008267,0.6983471,0.69008267,0.677686,0.6735537,0.6859504,0.70247936,0.71487606,0.6818182,0.70247936,0.6859504,0.6652893,0.6280992,0.607438,0.60330576,0.59917355,0.5785124,0.59090906,0.607438,0.61570245,0.62396693,0.62396693,0.61570245,0.6280992,0.6322314,0.6487603,0.6652893,0.661157,0.6735537,0.6694215,0.677686,0.6735537,0.6818182,0.6818182,0.6735537,0.661157,0.607438,0.58264464,0.5785124,0.6280992,0.6570248,0.6942149,0.7066116,0.70247936,0.6735537,0.6735537,0.6735537,0.69008267,0.6859504,0.6983471,0.6859504,0.69008267,0.6735537,0.6735537,0.677686,0.6694215,0.6570248,0.6446281,0.6487603,0.6570248,0.6735537,0.6694215,0.6818182,0.6942149,0.6942149,0.6942149,0.6859504,0.677686,0.677686,0.6942149,0.71487606,0.73966944,0.71487606,0.70247936,0.6859504,0.677686,0.6446281,0.607438,0.61157024,0.6280992,0.61157024,0.607438,0.607438,0.62396693,0.6404959,0.6280992,0.6322314,0.6404959,0.6363636,0.6446281,0.6570248,0.6694215,0.6694215,0.677686,0.6859504,0.6859504,0.69008267,0.6859504,0.6735537,0.6528926,0.61157024,0.58677685,0.59917355,0.6198347,0.6570248,0.6983471,0.7107438,0.69008267,0.69008267,0.6818182,0.6818182,0.6859504,0.6818182,0.6818182,0.6942149,0.6942149,0.69008267,0.6818182,0.6694215,0.6652893,0.6528926,0.6652893,0.677686,0.677686,0.6942149,0.69008267,0.6942149,0.6983471,0.70247936,0.70247936,0.6942149,0.69008267,0.6942149,0.6942149,0.71487606,0.7355372,0.7355372,0.71487606,0.6942149,0.69008267,0.6652893,0.61570245,0.61570245,0.6322314,0.6322314,0.6363636,0.6280992,0.62396693,0.6404959,0.6322314,0.6570248,0.6446281,0.6487603,0.6528926,0.6528926,0.6735537,0.6818182,0.6818182,0.6942149,0.6942149,0.6983471,0.69008267,0.6694215,0.6487603,0.59917355,0.59504133,0.61570245,0.6198347,0.661157,0.6942149,0.70247936,0.69008267,0.7107438,0.6983471,0.6942149,0.70247936,0.6859504,0.70247936,0.6859504,0.69008267,0.6735537,0.6570248,0.6570248,0.661157,0.6570248,0.6694215,0.6859504,0.69008267,0.6983471,0.7066116,0.7066116,0.71900827,0.70247936,0.70247936,0.6983471,0.6942149,0.6942149,0.6942149,0.7066116,0.72727275,0.72727275,0.71900827,0.7066116,0.6942149,0.6818182,0.6446281,0.607438,0.6446281,0.6528926,0.6528926,0.6570248,0.6446281,0.6322314,0.6404959,0.6487603,0.6487603,0.6528926,0.6570248,0.661157,0.6694215,0.6859504,0.6942149,0.70247936,0.6983471,0.70247936,0.6942149,0.6694215,0.6404959,0.59917355,0.59504133,0.6404959,0.61157024,0.6652893,0.6942149,0.71487606,0.71487606,0.72727275,0.71487606,0.71487606,0.7231405,0.7066116,0.69008267,0.70247936,0.6818182,0.677686,0.6859504,0.6694215,0.6694215,0.6859504,0.6859504,0.70247936,0.70247936,0.71900827,0.7355372,0.73140496,0.7107438,0.6942149,0.6942149,0.69008267,0.6694215,0.6694215,0.6859504,0.72727275,0.73140496,0.73966944,0.73140496,0.71487606,0.7066116,0.6983471,0.6570248,0.6528926,0.6446281,0.6528926,0.6528926,0.6694215,0.6652893,0.6694215,0.6528926,0.6570248,0.6652893,0.6735537,0.6735537,0.6818182,0.6942149,0.69008267,0.6983471,0.70247936,0.70247936,0.70247936,0.6983471,0.677686,0.6280992,0.58677685,0.59504133,0.6735537,0.607438,0.661157,0.6942149,0.7355372,0.73140496,0.73966944,0.72727275,0.73140496,0.72727275,0.70247936,0.7066116,0.7066116,0.70247936,0.70247936,0.6983471,0.70247936,0.6983471,0.70247936,0.6983471,0.71487606,0.7231405,0.74793386,0.76859504,0.71900827,0.6528926,0.6570248,0.661157,0.6694215,0.6322314,0.6487603,0.6818182,0.74380165,0.74793386,0.73966944,0.73966944,0.71900827,0.71487606,0.6942149,0.6322314,0.69008267,0.6859504,0.677686,0.661157,0.6652893,0.6694215,0.6818182,0.6652893,0.6694215,0.6818182,0.69008267,0.69008267,0.69008267,0.6983471,0.70247936,0.7066116,0.6983471,0.7066116,0.7066116,0.6942149,0.677686,0.6198347,0.58264464,0.58677685,0.62396693,0.61570245,0.6528926,0.70247936,0.75206614,0.74793386,0.73966944,0.73140496,0.73140496,0.72727275,0.7066116,0.7107438,0.7066116,0.71900827,0.71900827,0.7107438,0.7107438,0.7066116,0.7107438,0.7066116,0.72727275,0.74793386,0.77272725,0.76033056,0.6570248,0.61570245,0.6198347,0.6363636,0.661157,0.6570248,0.6652893,0.6983471,0.74380165,0.74793386,0.73140496,0.7231405,0.7066116,0.7066116,0.6983471,0.6280992,0.6859504,0.71900827,0.6983471,0.677686,0.6652893,0.6694215,0.6859504,0.6735537,0.6818182,0.6983471,0.6983471,0.6983471,0.6942149,0.7107438,0.70247936,0.7066116,0.70247936,0.70247936,0.6983471,0.6735537,0.6735537,0.61570245,0.59917355,0.57438016,0.5785124,0.6198347,0.6528926,0.70247936,0.75619835,0.75619835,0.74793386,0.73966944,0.7231405,0.73140496,0.7231405,0.71487606,0.71900827,0.72727275,0.72727275,0.71900827,0.7231405,0.7066116,0.71900827,0.72727275,0.73966944,0.75619835,0.7644628,0.71487606,0.6322314,0.60330576,0.6198347,0.6487603,0.6652893,0.6694215,0.6818182,0.7355372,0.74793386,0.75206614,0.7355372,0.71900827,0.7066116,0.6942149,0.6983471,0.6735537,0.6735537,0.7231405,0.71487606,0.70247936,0.677686,0.6818182,0.6818182,0.69008267,0.6983471,0.70247936,0.70247936,0.6983471,0.70247936,0.7107438,0.70247936,0.6942149,0.69008267,0.69008267,0.6942149,0.6694215,0.6570248,0.61157024,0.59917355,0.55785125,0.6446281,0.61570245,0.6446281,0.6983471,0.74380165,0.76859504,0.74380165,0.75206614,0.73966944,0.73966944,0.73140496,0.7355372,0.7355372,0.73140496,0.7231405,0.7066116,0.71487606,0.71900827,0.73140496,0.7355372,0.74380165,0.74793386,0.73966944,0.6942149,0.6280992,0.6322314,0.6528926,0.6694215,0.6735537,0.6818182,0.69008267,0.72727275,0.74793386,0.7355372,0.72727275,0.7231405,0.7066116,0.6983471,0.69008267,0.677686,0.677686,0.70247936,0.73140496,0.71900827,0.70247936,0.7066116,0.69008267,0.6983471,0.7066116,0.7066116,0.7066116,0.6983471,0.7107438,0.70247936,0.6983471,0.6942149,0.70247936,0.69008267,0.6818182,0.6818182,0.6363636,0.607438,0.58677685,0.57024795,0.6446281,0.6198347,0.6487603,0.6942149,0.7355372,0.75206614,0.75206614,0.75206614,0.75619835,0.75206614,0.75206614,0.74380165,0.74793386,0.7355372,0.7231405,0.7107438,0.71487606,0.71900827,0.72727275,0.73140496,0.73966944,0.7355372,0.7231405,0.6818182,0.6446281,0.661157,0.6983471,0.70247936,0.7066116,0.7107438,0.69008267,0.74793386,0.7644628,0.72727275,0.73140496,0.72727275,0.71487606,0.70247936,0.6735537,0.6652893,0.6735537,0.6859504,0.7231405,0.71487606,0.7107438,0.71900827,0.69008267,0.70247936,0.7066116,0.71487606,0.71900827,0.7107438,0.7231405,0.7066116,0.6983471,0.70247936,0.7066116,0.6983471,0.6735537,0.6735537,0.6363636,0.60330576,0.58264464,0.5785124,0.661157,0.6280992,0.6322314,0.6818182,0.7355372,0.74380165,0.75206614,0.7644628,0.75619835,0.76859504,0.75619835,0.76033056,0.76033056,0.74793386,0.73140496,0.7355372,0.7231405,0.71900827,0.72727275,0.7231405,0.72727275,0.72727275,0.71487606,0.6859504,0.6818182,0.7107438,0.7355372,0.7355372,0.7355372,0.75619835,0.7231405,0.78099173,0.8181818,0.74380165,0.7355372,0.7231405,0.6983471,0.6942149,0.677686,0.661157,0.6570248,0.677686,0.7066116,0.7231405,0.71900827,0.7355372,0.71900827,0.71487606,0.7107438,0.71487606,0.7231405,0.73140496,0.7355372,0.71487606,0.7066116,0.7107438,0.7107438,0.69008267,0.6735537,0.677686,0.6322314,0.59917355,0.58677685,0.5785124,0.75206614,0.6363636,0.6280992,0.6694215,0.72727275,0.74380165,0.75206614,0.7644628,0.7644628,0.7892562,0.77272725,0.78099173,0.76033056,0.74793386,0.73966944,0.7355372,0.73140496,0.72727275,0.71900827,0.71487606,0.71900827,0.7231405,0.7107438,0.69008267,0.72727275,0.78099173,0.75206614,0.71900827,0.7107438,0.78099173,0.78512394,0.74380165,0.7644628,0.73966944,0.75619835,0.70247936,0.6570248,0.677686,0.70247936,0.6859504,0.6528926,0.6528926,0.6983471,0.72727275,0.7231405,0.7231405,0.7231405,0.7231405,0.72727275,0.72727275,0.73140496,0.74380165,0.74380165,0.71900827,0.71487606,0.7107438,0.7066116,0.6942149,0.677686,0.6735537,0.6280992,0.59504133,0.57438016,0.59917355,0.78099173,0.6404959,0.6322314,0.6570248,0.71487606,0.75206614,0.75619835,0.7644628,0.78512394,0.7933884,0.78512394,0.7768595,0.77272725,0.75619835,0.74380165,0.74380165,0.7355372,0.73140496,0.71487606,0.7107438,0.71487606,0.71900827,0.71487606,0.6446281,0.74793386,0.76033056,0.61157024,0.57024795,0.6652893,0.72727275,0.8016529,0.7644628,0.75619835,0.73140496,0.6983471,0.6404959,0.5785124,0.5289256,0.71487606,0.7066116,0.6404959,0.6322314,0.70247936,0.73140496,0.72727275,0.72727275,0.72727275,0.7231405,0.73966944,0.74380165,0.75206614,0.74380165,0.75619835,0.74380165,0.72727275,0.71900827,0.7066116,0.6942149,0.6735537,0.6652893,0.6198347,0.58677685,0.58264464,0.6404959,0.38842976,0.44214877,0.6198347,0.661157,0.7107438,0.74380165,0.76033056,0.7768595,0.78099173,0.79752064,0.77272725,0.77272725,0.76859504,0.76859504,0.75619835,0.74793386,0.74793386,0.7355372,0.71900827,0.7107438,0.7231405,0.73140496,0.7355372,0.59917355,0.5661157,0.6404959,0.59917355,0.6322314,0.6694215,0.6859504,0.73966944,0.76033056,0.75206614,0.7066116,0.6528926,0.60330576,0.5661157,0.45867768,0.6198347,0.6528926,0.58264464,0.6363636,0.71900827,0.74380165,0.72727275,0.73140496,0.73140496,0.73140496,0.73966944,0.75206614,0.75206614,0.74793386,0.76033056,0.73966944,0.7355372,0.72727275,0.71900827,0.6983471,0.677686,0.6570248,0.60330576,0.58264464,0.5785124,0.59917355,0.19008264,0.16528925,0.62396693,0.661157,0.71487606,0.73140496,0.7644628,0.78099173,0.78512394,0.7892562,0.78099173,0.7768595,0.78099173,0.78099173,0.76859504,0.76859504,0.75206614,0.73966944,0.73140496,0.72727275,0.72727275,0.74380165,0.74380165,0.6859504,0.58677685,0.607438,0.6363636,0.6735537,0.6859504,0.6487603,0.69008267,0.73966944,0.7355372,0.6735537,0.61157024,0.61157024,0.59917355,0.55785125,0.54545456,0.57438016,0.59504133,0.6859504,0.7355372,0.74793386,0.73140496,0.7355372,0.73966944,0.7355372,0.74380165,0.74380165,0.73966944,0.75206614,0.76033056,0.7355372,0.7355372,0.72727275,0.7107438,0.6983471,0.6694215,0.6363636,0.59917355,0.58677685,0.41735536,0.28099173,0.18181819,0.08264463,0.5413223,0.661157,0.70247936,0.73140496,0.7644628,0.78099173,0.78512394,0.78512394,0.79752064,0.7933884,0.7933884,0.7933884,0.7768595,0.76859504,0.74793386,0.73966944,0.7355372,0.73966944,0.7231405,0.71900827,0.72727275,0.6652893,0.6280992,0.661157,0.677686,0.69008267,0.7066116,0.6983471,0.70247936,0.74380165,0.7066116,0.6404959,0.6280992,0.6487603,0.62396693,0.59504133,0.607438,0.6363636,0.661157,0.72727275,0.75206614,0.75619835,0.74380165,0.74793386,0.74380165,0.73966944,0.75206614,0.75619835,0.75206614,0.7644628,0.7644628,0.74793386,0.73966944,0.72727275,0.70247936,0.70247936,0.6735537,0.6322314,0.607438,0.553719,0.28512397,0.17768595,0.17355372,0.1322314,0.30991736,0.6735537,0.6942149,0.73966944,0.7644628,0.78099173,0.78512394,0.8016529,0.8057851,0.8016529,0.8016529,0.8016529,0.78512394,0.7644628,0.75206614,0.74793386,0.7355372,0.7355372,0.72727275,0.7066116,0.7107438,0.6570248,0.6280992,0.6404959,0.661157,0.6818182,0.70247936,0.7066116,0.73140496,0.74380165,0.70247936,0.6735537,0.6652893,0.661157,0.6280992,0.607438,0.6280992,0.6528926,0.6818182,0.73140496,0.7644628,0.76033056,0.76033056,0.7644628,0.74380165,0.73140496,0.75206614,0.76033056,0.76859504,0.75206614,0.76033056,0.75619835,0.74380165,0.7231405,0.7107438,0.7066116,0.6652893,0.61570245,0.607438,0.48347107,0.20661157,0.16528925,0.18595041,0.18595041,0.17355372,0.661157,0.6818182,0.72727275,0.7644628,0.78512394,0.7892562,0.8057851,0.80991733,0.80991733,0.79752064,0.7933884,0.78512394,0.77272725,0.76033056,0.75206614,0.73966944,0.7231405,0.71487606,0.7066116,0.6942149,0.6570248,0.6280992,0.6322314,0.6446281,0.677686,0.69008267,0.6942149,0.7107438,0.73140496,0.6983471,0.677686,0.6487603,0.6404959,0.6198347,0.607438,0.6363636,0.6735537,0.6859504,0.73140496,0.7644628,0.75619835,0.76859504,0.76859504,0.75619835,0.74380165,0.75206614,0.75206614,0.76859504,0.74380165,0.75619835,0.75619835,0.7355372,0.7231405,0.71900827,0.70247936,0.6528926,0.61570245,0.59504133,0.38016528,0.17355372,0.1694215,0.17768595,0.19421488,0.12396694,0.57438016,0.677686,0.71487606,0.76033056,0.78512394,0.79752064,0.8140496,0.8140496,0.8140496,0.8057851,0.79752064,0.78512394,0.7768595,0.77272725,0.7355372,0.71900827,0.7066116,0.6942149,0.6983471,0.6942149,0.6652893,0.6487603,0.6528926,0.661157,0.677686,0.677686,0.6818182,0.71487606,0.72727275,0.70247936,0.677686,0.6404959,0.6363636,0.62396693,0.6280992,0.6487603,0.6694215,0.6818182,0.71900827,0.75206614,0.76033056,0.76859504,0.76859504,0.7644628,0.76033056,0.76859504,0.74380165,0.76859504,0.7644628,0.7644628,0.74793386,0.72727275,0.71900827,0.7231405,0.6859504,0.6363636,0.61157024,0.55785125,0.27272728,0.1570248,0.17768595,0.17355372,0.18595041,0.15289256,0.45041323,0.677686,0.70247936,0.74380165,0.78099173,0.7933884,0.8140496,0.80991733,0.8181818,0.822314,0.8016529,0.7892562,0.76859504,0.76033056,0.73140496,0.7231405,0.7107438,0.6942149,0.6983471,0.7066116,0.69008267,0.69008267,0.6818182,0.677686,0.6735537,0.6694215,0.661157,0.69008267,0.7066116,0.6983471,0.6859504,0.6528926,0.6363636,0.62396693,0.6694215,0.6528926,0.6528926,0.6652893,0.6983471,0.72727275,0.75206614,0.75619835,0.75619835,0.75619835,0.76033056,0.7644628,0.75619835,0.76033056,0.7644628,0.76033056,0.73966944,0.73140496,0.71900827,0.71900827,0.6818182,0.6280992,0.61157024,0.47107437,0.20247933,0.16528925,0.17355372,0.17355372,0.19421488,0.1694215,0.3305785,0.6652893,0.70247936,0.73966944,0.7768595,0.7933884,0.8057851,0.8140496,0.822314,0.822314,0.8016529,0.7892562,0.77272725,0.74793386,0.7355372,0.73140496,0.72727275,0.71900827,0.72727275,0.73140496,0.71487606,0.71487606,0.6983471,0.6818182,0.6652893,0.6322314,0.6198347,0.61157024,0.6280992,0.6487603,0.6652893,0.6528926,0.6570248,0.6487603,0.69008267,0.6735537,0.6570248,0.677686,0.6859504,0.7107438,0.72727275,0.7355372,0.74793386,0.73966944,0.75619835,0.7644628,0.7644628,0.76859504,0.7644628,0.75206614,0.72727275,0.73140496,0.7231405,0.71487606,0.661157,0.6198347,0.59504133,0.36363637,0.1570248,0.1694215,0.17768595,0.18595041,0.17355372,0.1694215,0.24793388,0.59917355,0.6983471,0.7355372,0.77272725,0.7933884,0.8016529,0.80991733,0.8181818,0.822314,0.8057851,0.78512394,0.78512394,0.74793386,0.74793386,0.75619835,0.76033056,0.7768595,0.76033056,0.75206614,0.73966944,0.73966944,0.7107438,0.69008267,0.6735537,0.6280992,0.60330576,0.5785124,0.5785124,0.59917355,0.6322314,0.6363636,0.661157,0.6735537,0.69008267,0.6942149,0.6859504,0.70247936,0.6942149,0.7231405,0.71900827,0.72727275,0.73966944,0.74380165,0.75206614,0.76033056,0.75619835,0.76859504,0.75206614,0.74380165,0.7231405,0.71900827,0.70247936,0.69008267,0.6528926,0.62396693,0.5495868,0.2644628,0.14876033,0.16528925,0.16115703,0.17355372,0.18181819,0.17768595,0.19008264,0.5,0.6983471,0.7355372,0.7768595,0.78099173,0.7933884,0.8016529,0.8181818,0.8181818,0.8016529,0.78512394,0.7933884,0.76859504,0.77272725,0.7768595,0.7768595,0.7933884,0.78512394,0.77272725,0.76033056,0.74793386,0.71900827,0.69008267,0.6735537,0.6652893,0.6280992,0.60330576,0.60330576,0.62396693,0.6528926,0.6487603,0.6694215,0.6859504,0.69008267,0.7066116,0.7107438,0.71900827,0.71487606,0.7355372,0.7355372,0.73140496,0.73966944,0.73966944,0.72727275,0.75206614,0.76033056,0.7644628,0.74793386,0.74380165,0.72727275,0.71487606,0.6942149,0.6694215,0.6570248,0.61157024,0.46280992,0.1983471,0.1570248,0.15289256,0.17355372,0.18181819,0.17768595,0.18595041,0.1446281,0.37603307,0.6735537,0.71487606,0.74793386,0.79752064,0.7892562,0.8016529,0.8181818,0.80991733,0.79752064,0.7933884,0.7933884,0.78512394,0.77272725,0.76033056,0.74380165,0.76033056,0.7768595,0.74793386,0.70247936,0.6818182,0.6528926,0.6280992,0.6280992,0.6280992,0.60330576,0.60330576,0.60330576,0.59917355,0.607438,0.607438,0.62396693,0.6404959,0.6859504,0.7107438,0.7231405,0.7355372,0.73140496,0.75206614,0.74380165,0.74380165,0.74793386,0.74380165,0.7231405,0.73140496,0.76033056,0.75206614,0.74380165,0.7355372,0.72727275,0.7107438,0.6859504,0.6735537,0.6446281,0.59917355,0.35123968,0.15289256,0.15289256,0.15289256,0.17355372,0.18181819,0.18181819,0.18181819,0.16528925,0.25619835,0.59917355,0.7066116,0.76033056,0.78099173,0.79752064,0.8057851,0.8140496,0.8140496,0.8057851,0.7933884,0.8016529,0.7768595,0.73966944,0.69008267,0.62396693,0.62396693,0.6487603,0.60330576,0.553719,0.5371901,0.5165289,0.4876033,0.49586776,0.5413223,0.5247934,0.5206612,0.53305787,0.5495868,0.56198347,0.5661157,0.5661157,0.553719,0.57024795,0.607438,0.6570248,0.70247936,0.72727275,0.72727275,0.73140496,0.73966944,0.74793386,0.74793386,0.7355372,0.71900827,0.75206614,0.74793386,0.74793386,0.73140496,0.71900827,0.6942149,0.6859504,0.661157,0.6198347,0.56198347,0.28099173,0.1446281,0.16115703,0.16528925,0.16115703,0.18181819,0.17355372,0.18595041,0.18181819,0.13636364,0.48347107,0.6983471,0.75619835,0.7768595,0.7892562,0.8057851,0.8057851,0.8016529,0.8140496,0.8181818,0.8016529,0.7355372,0.661157,0.57438016,0.5,0.4752066,0.5041322,0.49173555,0.46694216,0.446281,0.4338843,0.40495867,0.41735536,0.43801653,0.42561984,0.41322315,0.4090909,0.44214877,0.43801653,0.4338843,0.42561984,0.42561984,0.43801653,0.45041323,0.4752066,0.5413223,0.59917355,0.6198347,0.6322314,0.677686,0.7231405,0.74380165,0.74793386,0.73140496,0.74793386,0.74380165,0.74793386,0.7231405,0.7107438,0.6818182,0.677686,0.6528926,0.58677685,0.5165289,0.25619835,0.14876033,0.1570248,0.16528925,0.16528925,0.19008264,0.1694215,0.18181819,0.18595041,0.15289256,0.24793388,0.6528926,0.74380165,0.7768595,0.7892562,0.8016529,0.80991733,0.80991733,0.8181818,0.822314,0.7933884,0.71900827,0.6528926,0.6280992,0.60330576,0.5661157,0.5413223,0.5289256,0.5289256,0.5247934,0.5041322,0.47933885,0.49173555,0.47107437,0.45454547,0.4338843,0.41735536,0.42561984,0.41322315,0.38429752,0.38842976,0.37190083,0.3966942,0.40082645,0.39256197,0.42561984,0.45454547,0.47933885,0.5289256,0.60330576,0.6652893,0.72727275,0.74380165,0.73140496,0.74380165,0.73966944,0.7355372,0.71900827,0.70247936,0.6735537,0.677686,0.61570245,0.5495868,0.49586776,0.23553719,0.15289256,0.16115703,0.16528925,0.1570248,0.18595041,0.17768595,0.18181819,0.18181819,0.1694215,0.11570248,0.47933885,0.71487606,0.76033056,0.78512394,0.7892562,0.8016529,0.80991733,0.8264463,0.8181818,0.7933884,0.73966944,0.6942149,0.6983471,0.71900827,0.7066116,0.6570248,0.607438,0.59090906,0.59090906,0.57438016,0.55785125,0.55785125,0.54545456,0.5247934,0.5041322,0.49586776,0.5289256,0.5206612,0.47933885,0.47107437,0.45454547,0.46694216,0.46694216,0.46280992,0.47933885,0.5123967,0.5371901,0.57438016,0.6322314,0.661157,0.7107438,0.73140496,0.73966944,0.74380165,0.72727275,0.7231405,0.7066116,0.6818182,0.6694215,0.6528926,0.5785124,0.5413223,0.4876033,0.23140496,0.15289256,0.16115703,0.15289256,0.16528925,0.17768595,0.17768595,0.17768595,0.17768595,0.1694215,0.16115703,0.18181819,0.677686,0.74380165,0.7768595,0.78512394,0.7933884,0.8057851,0.8305785,0.822314,0.79752064,0.78099173,0.75619835,0.73966944,0.75206614,0.7644628,0.7644628,0.71487606,0.6652893,0.6404959,0.6322314,0.61570245,0.60330576,0.59504133,0.59504133,0.58264464,0.553719,0.56198347,0.56198347,0.5495868,0.53305787,0.5206612,0.5413223,0.553719,0.553719,0.5785124,0.61157024,0.6363636,0.6570248,0.6818182,0.6942149,0.7107438,0.72727275,0.7355372,0.73966944,0.72727275,0.7107438,0.69008267,0.6652893,0.6652893,0.607438,0.5495868,0.553719,0.4876033,0.22727273,0.14876033,0.15289256,0.16528925,0.16528925,0.17355372,0.18595041,0.18181819,0.17355372,0.18181819,0.17355372,0.11983471,0.58677685,0.7107438,0.76033056,0.77272725,0.7892562,0.79752064,0.8264463,0.8264463,0.8181818,0.8057851,0.8057851,0.77272725,0.75619835,0.7644628,0.78512394,0.78099173,0.75206614,0.71900827,0.7107438,0.677686,0.6446281,0.6280992,0.6198347,0.6198347,0.59917355,0.57438016,0.56198347,0.5495868,0.56198347,0.57024795,0.60330576,0.6198347,0.6363636,0.6652893,0.69008267,0.7066116,0.7066116,0.71487606,0.73140496,0.73140496,0.74793386,0.7355372,0.72727275,0.7107438,0.69008267,0.6694215,0.6528926,0.6446281,0.5661157,0.5495868,0.56198347,0.49586776,0.21900827,0.1322314,0.16115703,0.1694215,0.16528925,0.19421488,0.19008264,0.19008264,0.18595041,0.17355372,0.19008264,0.11983471,0.54545456,0.6487603,0.72727275,0.75619835,0.78099173,0.7933884,0.822314,0.8264463,0.8264463,0.80991733,0.8181818,0.8016529,0.77272725,0.7644628,0.7768595,0.78512394,0.76859504,0.75206614,0.75619835,0.73966944,0.71900827,0.6942149,0.6859504,0.661157,0.6528926,0.6363636,0.6280992,0.61570245,0.6280992,0.6322314,0.6446281,0.6487603,0.6735537,0.6942149,0.71900827,0.71487606,0.72727275,0.73140496,0.74380165,0.72727275,0.73966944,0.73140496,0.72727275,0.6983471,0.661157,0.6446281,0.6322314,0.59917355,0.54545456,0.5661157,0.57438016,0.5,0.21487603,0.14049587,0.16528925,0.1570248,0.1694215,0.19421488,0.20247933,0.19421488,0.18595041,0.1694215,0.19421488,0.1570248,0.553719,0.6404959,0.6735537,0.73140496,0.76033056,0.79752064,0.80991733,0.8181818,0.80991733,0.8057851,0.80991733,0.8140496,0.7892562,0.78099173,0.7933884,0.7892562,0.7768595,0.76033056,0.75619835,0.74380165,0.74380165,0.7231405,0.7107438,0.6942149,0.70247936,0.7066116,0.71487606,0.7066116,0.70247936,0.69008267,0.6735537,0.677686,0.70247936,0.7107438,0.72727275,0.7231405,0.74380165,0.73140496,0.72727275,0.7107438,0.7231405,0.71900827,0.70247936,0.6735537,0.6487603,0.6280992,0.60330576,0.5495868,0.55785125,0.57024795,0.58677685,0.5082645,0.21487603,0.14876033,0.16528925,0.14876033,0.1694215,0.19008264,0.20247933,0.20247933,0.19421488,0.19421488,0.19008264,0.14876033,0.5165289,0.6363636,0.6446281,0.7107438,0.73966944,0.7768595,0.7892562,0.80991733,0.7933884,0.77272725,0.78512394,0.8057851,0.79752064,0.7892562,0.8057851,0.79752064,0.7892562,0.7768595,0.76859504,0.73966944,0.73140496,0.7231405,0.6983471,0.6818182,0.6859504,0.70247936,0.71900827,0.72727275,0.71487606,0.7066116,0.6983471,0.70247936,0.7231405,0.7231405,0.7355372,0.73140496,0.74793386,0.72727275,0.7107438,0.7066116,0.7066116,0.6983471,0.6652893,0.6487603,0.6280992,0.60330576,0.5661157,0.53305787,0.58264464,0.58264464,0.59917355,0.5206612,0.2107438,0.15289256,0.15289256,0.16528925,0.16528925,0.19421488,0.20661157,0.1983471,0.20247933,0.1983471,0.18181819,0.16528925,0.5206612,0.6446281,0.6404959,0.6694215,0.71487606,0.75206614,0.76859504,0.7933884,0.7933884,0.76033056,0.7768595,0.8016529,0.7933884,0.78512394,0.7933884,0.7892562,0.78512394,0.7892562,0.78512394,0.76033056,0.7355372,0.71900827,0.70247936,0.6859504,0.69008267,0.6942149,0.7107438,0.71900827,0.71900827,0.7107438,0.71487606,0.7231405,0.7231405,0.7231405,0.72727275,0.72727275,0.72727275,0.70247936,0.6942149,0.6818182,0.6818182,0.6818182,0.6404959,0.6363636,0.60330576,0.57438016,0.5247934,0.57024795,0.607438,0.58677685,0.61570245,0.5165289,0.21487603,0.1446281,0.1446281,0.1570248,0.16115703,0.1983471,0.20247933,0.19008264,0.1983471,0.1983471,0.18181819,0.1694215,0.5206612,0.661157,0.6528926,0.6487603,0.6735537,0.7231405,0.7355372,0.76033056,0.7768595,0.77272725,0.78099173,0.8016529,0.7933884,0.7892562,0.78512394,0.7768595,0.7768595,0.76859504,0.76859504,0.76033056,0.7355372,0.71900827,0.70247936,0.6818182,0.69008267,0.6818182,0.69008267,0.6983471,0.7066116,0.70247936,0.71487606,0.71900827,0.7231405,0.73140496,0.71487606,0.7107438,0.7066116,0.7066116,0.70247936,0.677686,0.6735537,0.6404959,0.6280992,0.61570245,0.59090906,0.54545456,0.53305787,0.59917355,0.61570245,0.59504133,0.6322314,0.5206612,0.19008264,0.14049587,0.1570248,0.1446281,0.1570248,0.20661157,0.1983471,0.19421488,0.20661157,0.1983471,0.1983471,0.18595041,0.5165289,0.677686,0.6570248,0.6652893,0.6570248,0.6735537,0.71487606,0.73966944,0.7644628,0.77272725,0.76859504,0.78512394,0.7892562,0.78099173,0.78512394,0.78099173,0.76859504,0.76033056,0.73966944,0.75206614,0.7355372,0.71900827,0.6983471,0.6818182,0.6735537,0.6818182,0.6735537,0.677686,0.6818182,0.69008267,0.6942149,0.7066116,0.6983471,0.71487606,0.70247936,0.70247936,0.6983471,0.6983471,0.6859504,0.6652893,0.6446281,0.6198347,0.61157024,0.59090906,0.553719,0.5247934,0.57024795,0.61157024,0.61157024,0.61570245,0.6404959,0.5123967,0.17768595,0.1446281,0.1570248,0.15289256,0.16115703,0.20661157,0.20247933,0.1983471,0.21487603,0.19008264,0.20247933,0.17355372,0.5289256,0.6818182,0.677686,0.677686,0.6942149,0.6363636,0.6652893,0.7107438,0.7355372,0.76033056,0.7644628,0.78099173,0.76033056,0.76859504,0.76859504,0.76859504,0.75619835,0.73966944,0.73140496,0.72727275,0.71487606,0.6942149,0.677686,0.6694215,0.661157,0.661157,0.6446281,0.6652893,0.6694215,0.6735537,0.6859504,0.69008267,0.7066116,0.70247936,0.70247936,0.7066116,0.69008267,0.6735537,0.661157,0.6446281,0.6322314,0.60330576,0.59090906,0.56198347,0.5206612,0.553719,0.59504133,0.62396693,0.6322314,0.6280992,0.6570248,0.5,0.16115703,0.1570248,0.16115703,0.16528925,0.1694215,0.21487603,0.20661157,0.2231405,0.20247933,0.21487603,0.1570248,0.18181819,0.54545456,0.6859504,0.70247936,0.7107438,0.70247936,0.677686,0.6363636,0.6818182,0.70247936,0.73140496,0.75619835,0.78099173,0.7355372,0.75619835,0.76859504,0.76859504,0.75206614,0.71900827,0.70247936,0.6983471,0.69008267,0.6735537,0.661157,0.6528926,0.6404959,0.62396693,0.6322314,0.6404959,0.6446281,0.6528926,0.661157,0.6735537,0.677686,0.6942149,0.69008267,0.6942149,0.677686,0.6570248,0.6528926,0.6280992,0.59917355,0.5785124,0.55785125,0.5371901,0.5371901,0.59090906,0.61570245,0.6280992,0.6487603,0.6487603,0.661157,0.49586776,0.14876033,0.1570248,0.15289256,0.16528925,0.17355372,0.20247933,0.2107438,0.2107438,0.20661157,0.20247933,0.10743801,0.19008264,0.5661157,0.6859504,0.70247936,0.73140496,0.71900827,0.7066116,0.677686,0.6446281,0.6694215,0.677686,0.7355372,0.76859504,0.73966944,0.75206614,0.76033056,0.76859504,0.75206614,0.74380165,0.7066116,0.6859504,0.69008267,0.677686,0.6694215,0.6487603,0.6363636,0.6363636,0.62396693,0.6363636,0.6322314,0.6280992,0.6363636,0.6570248,0.6487603,0.677686,0.69008267,0.6818182,0.677686,0.6528926,0.6280992,0.58677685,0.56198347,0.5495868,0.5413223,0.5413223,0.57438016,0.6198347,0.6322314,0.6446281,0.6652893,0.6487603,0.661157,0.4876033,0.13636364,0.15289256,0.14876033,0.16115703,0.16528925,0.20247933,0.20661157,0.20247933,0.21487603,0.1446281,0.09504132,0.22727273,0.59090906,0.6859504,0.7107438,0.73966944,0.75206614,0.72727275,0.71900827,0.661157,0.6363636,0.6446281,0.6652893,0.72727275,0.74793386,0.75619835,0.77272725,0.7768595,0.76033056,0.75619835,0.75206614,0.6942149,0.69008267,0.6818182,0.6818182,0.6570248,0.6487603,0.6363636,0.6322314,0.6363636,0.62396693,0.6198347,0.6446281,0.6818182,0.6859504,0.677686,0.6818182,0.6735537,0.6652893,0.6322314,0.58264464,0.5413223,0.5371901,0.5371901,0.553719,0.57024795,0.61157024,0.6322314,0.6570248,0.6652893,0.6694215,0.6528926,0.661157,0.4752066,0.1322314,0.14876033,0.15289256,0.16115703,0.1570248,0 +0.45454547,0.47107437,0.5123967,0.55785125,0.59504133,0.6404959,0.6818182,0.70247936,0.7107438,0.70247936,0.7107438,0.6983471,0.70247936,0.7066116,0.7066116,0.71487606,0.71487606,0.7066116,0.6983471,0.71487606,0.6983471,0.7231405,0.73140496,0.74380165,0.75619835,0.77272725,0.76859504,0.78512394,0.7644628,0.75619835,0.73140496,0.74380165,0.7355372,0.71900827,0.7066116,0.71487606,0.71900827,0.7107438,0.7107438,0.7066116,0.70247936,0.70247936,0.70247936,0.69008267,0.6818182,0.69008267,0.6859504,0.6694215,0.677686,0.6652893,0.6528926,0.6570248,0.6404959,0.6198347,0.61570245,0.5785124,0.5,0.35950413,0.3140496,0.21487603,0.19421488,0.19008264,0.18595041,0.18595041,0.446281,0.48347107,0.5206612,0.5661157,0.6198347,0.6652893,0.7066116,0.7107438,0.71900827,0.71487606,0.7066116,0.6983471,0.7066116,0.70247936,0.70247936,0.6942149,0.7107438,0.7107438,0.71487606,0.7231405,0.7107438,0.72727275,0.73966944,0.74380165,0.7644628,0.75619835,0.76859504,0.76859504,0.77272725,0.75206614,0.73966944,0.7355372,0.7231405,0.71487606,0.7107438,0.69008267,0.7107438,0.7107438,0.71900827,0.71487606,0.7066116,0.70247936,0.7066116,0.7107438,0.6859504,0.6859504,0.6859504,0.677686,0.6735537,0.6694215,0.6570248,0.6570248,0.6446281,0.6322314,0.6198347,0.59090906,0.5165289,0.36363637,0.338843,0.1983471,0.2107438,0.21487603,0.2107438,0.2107438,0.49586776,0.5165289,0.53305787,0.59090906,0.6528926,0.69008267,0.7107438,0.7107438,0.71900827,0.7107438,0.71900827,0.7107438,0.71900827,0.7066116,0.7107438,0.7107438,0.71900827,0.71487606,0.73140496,0.72727275,0.7355372,0.73966944,0.74793386,0.75206614,0.76859504,0.77272725,0.7768595,0.76859504,0.77272725,0.75619835,0.73966944,0.73140496,0.7107438,0.71487606,0.7107438,0.71487606,0.7066116,0.7107438,0.7066116,0.7107438,0.70247936,0.70247936,0.6942149,0.6942149,0.69008267,0.6818182,0.6942149,0.6694215,0.6735537,0.6694215,0.661157,0.661157,0.6528926,0.6280992,0.6198347,0.58264464,0.5371901,0.37190083,0.37603307,0.19008264,0.1983471,0.20247933,0.20661157,0.20661157,0.5247934,0.5289256,0.57438016,0.6280992,0.69008267,0.6942149,0.70247936,0.7066116,0.70247936,0.7066116,0.7066116,0.70247936,0.7066116,0.7066116,0.7066116,0.71487606,0.71900827,0.7066116,0.7355372,0.71900827,0.72727275,0.73140496,0.76033056,0.74793386,0.76033056,0.78512394,0.77272725,0.78099173,0.78099173,0.7644628,0.71900827,0.73140496,0.7231405,0.71487606,0.73140496,0.74380165,0.71487606,0.7066116,0.70247936,0.7066116,0.71900827,0.7066116,0.70247936,0.6983471,0.6942149,0.6859504,0.69008267,0.677686,0.70247936,0.6859504,0.677686,0.6652893,0.661157,0.6487603,0.6363636,0.58264464,0.54545456,0.39256197,0.34710744,0.21900827,0.19421488,0.19008264,0.19008264,0.18595041,0.5371901,0.59090906,0.6363636,0.677686,0.70247936,0.6983471,0.70247936,0.70247936,0.6942149,0.6983471,0.6983471,0.6942149,0.6983471,0.6942149,0.7107438,0.7107438,0.71900827,0.71487606,0.7231405,0.73966944,0.74380165,0.75206614,0.76859504,0.76859504,0.75206614,0.7892562,0.78099173,0.76033056,0.7768595,0.7644628,0.73966944,0.73966944,0.7231405,0.71487606,0.7107438,0.7107438,0.70247936,0.6983471,0.7066116,0.6942149,0.7107438,0.70247936,0.69008267,0.6983471,0.6859504,0.69008267,0.6942149,0.677686,0.6942149,0.6818182,0.6859504,0.6694215,0.661157,0.6570248,0.6363636,0.59504133,0.5413223,0.38842976,0.3264463,0.2231405,0.19008264,0.19421488,0.19421488,0.1983471,0.58677685,0.6487603,0.6818182,0.6983471,0.7066116,0.6983471,0.6983471,0.69008267,0.6942149,0.69008267,0.677686,0.6942149,0.6859504,0.6942149,0.70247936,0.71487606,0.7231405,0.7231405,0.72727275,0.7355372,0.74793386,0.7644628,0.77272725,0.76859504,0.76033056,0.7768595,0.7892562,0.7768595,0.78512394,0.76033056,0.74793386,0.73140496,0.73140496,0.71487606,0.71900827,0.7066116,0.6983471,0.71487606,0.6942149,0.70247936,0.70247936,0.7066116,0.6942149,0.6942149,0.6818182,0.69008267,0.6983471,0.677686,0.6983471,0.69008267,0.69008267,0.6859504,0.677686,0.6570248,0.6404959,0.59917355,0.553719,0.38429752,0.33471075,0.21900827,0.18595041,0.18595041,0.18595041,0.18595041,0.6694215,0.70247936,0.70247936,0.7107438,0.6859504,0.6983471,0.6818182,0.6859504,0.6942149,0.6818182,0.6694215,0.69008267,0.69008267,0.6859504,0.6983471,0.7066116,0.71900827,0.7231405,0.7231405,0.7644628,0.7644628,0.75206614,0.76033056,0.7644628,0.76033056,0.75619835,0.7768595,0.7892562,0.76859504,0.73966944,0.74793386,0.73140496,0.7231405,0.72727275,0.71900827,0.71487606,0.7066116,0.71487606,0.70247936,0.6983471,0.6983471,0.7066116,0.70247936,0.6859504,0.6818182,0.6818182,0.677686,0.677686,0.6859504,0.69008267,0.6859504,0.6983471,0.6735537,0.6652893,0.6404959,0.61157024,0.5495868,0.3966942,0.3181818,0.21487603,0.19008264,0.19008264,0.19008264,0.19008264,0.6983471,0.70247936,0.6983471,0.6983471,0.6942149,0.6859504,0.6818182,0.677686,0.6694215,0.6818182,0.6859504,0.6942149,0.70247936,0.6652893,0.6487603,0.69008267,0.70247936,0.73140496,0.74793386,0.77272725,0.7644628,0.75206614,0.74793386,0.74793386,0.74793386,0.74380165,0.7644628,0.76859504,0.74793386,0.7355372,0.72727275,0.73966944,0.71900827,0.72727275,0.71487606,0.7066116,0.71487606,0.7107438,0.7066116,0.70247936,0.7107438,0.70247936,0.6983471,0.69008267,0.677686,0.6735537,0.6694215,0.661157,0.6694215,0.6735537,0.6735537,0.6818182,0.677686,0.6735537,0.661157,0.62396693,0.5661157,0.34710744,0.28099173,0.20247933,0.19421488,0.19421488,0.19421488,0.19421488,0.7066116,0.677686,0.6942149,0.70247936,0.69008267,0.6735537,0.677686,0.6735537,0.6818182,0.6818182,0.69008267,0.69008267,0.6735537,0.61157024,0.61157024,0.6735537,0.69008267,0.71487606,0.71900827,0.74793386,0.7231405,0.7107438,0.6983471,0.7066116,0.7107438,0.6983471,0.7107438,0.70247936,0.71487606,0.71487606,0.71487606,0.7107438,0.7107438,0.71900827,0.71487606,0.7107438,0.71487606,0.7066116,0.6983471,0.70247936,0.7066116,0.6818182,0.6942149,0.6983471,0.6818182,0.6818182,0.6735537,0.661157,0.6652893,0.6652893,0.6735537,0.6570248,0.677686,0.677686,0.6652893,0.6363636,0.58264464,0.37190083,0.22727273,0.19421488,0.1983471,0.1983471,0.1983471,0.1983471,0.6859504,0.677686,0.6859504,0.6859504,0.6694215,0.6570248,0.6735537,0.6818182,0.69008267,0.69008267,0.677686,0.6528926,0.62396693,0.61570245,0.60330576,0.6487603,0.6280992,0.661157,0.62396693,0.6322314,0.6280992,0.61570245,0.60330576,0.60330576,0.607438,0.6322314,0.6198347,0.661157,0.6818182,0.69008267,0.6942149,0.6983471,0.7107438,0.7107438,0.71487606,0.71487606,0.70247936,0.6942149,0.7066116,0.71487606,0.70247936,0.7107438,0.6942149,0.6942149,0.7066116,0.69008267,0.6652893,0.6652893,0.6487603,0.6446281,0.6570248,0.6446281,0.6446281,0.6652893,0.6404959,0.6363636,0.6198347,0.38429752,0.20247933,0.19421488,0.1983471,0.19421488,0.19421488,0.19421488,0.661157,0.677686,0.6859504,0.6818182,0.6570248,0.6570248,0.6694215,0.6818182,0.6694215,0.6404959,0.661157,0.6404959,0.6280992,0.62396693,0.6363636,0.62396693,0.59917355,0.6198347,0.553719,0.5206612,0.5165289,0.5289256,0.53305787,0.55785125,0.5661157,0.5785124,0.58677685,0.61570245,0.6404959,0.6528926,0.661157,0.6859504,0.70247936,0.71487606,0.70247936,0.70247936,0.6983471,0.7066116,0.7066116,0.72727275,0.72727275,0.72727275,0.6983471,0.69008267,0.6942149,0.661157,0.6322314,0.607438,0.58264464,0.57024795,0.59090906,0.607438,0.59917355,0.607438,0.58677685,0.58264464,0.6322314,0.37190083,0.19008264,0.20661157,0.20247933,0.20247933,0.20661157,0.20661157,0.6694215,0.6818182,0.6818182,0.677686,0.6652893,0.6694215,0.677686,0.6528926,0.6363636,0.60330576,0.60330576,0.607438,0.61157024,0.61570245,0.6363636,0.57438016,0.57438016,0.57438016,0.55785125,0.5,0.47933885,0.47107437,0.5,0.5165289,0.5661157,0.59090906,0.59504133,0.6198347,0.62396693,0.6528926,0.6446281,0.6322314,0.677686,0.7066116,0.7107438,0.71487606,0.70247936,0.6983471,0.7066116,0.74793386,0.73966944,0.71487606,0.6983471,0.6818182,0.61570245,0.553719,0.5041322,0.48347107,0.48347107,0.49173555,0.49173555,0.5371901,0.5413223,0.57024795,0.57024795,0.5495868,0.5785124,0.46694216,0.1983471,0.1983471,0.18595041,0.18181819,0.18181819,0.18181819,0.6735537,0.6818182,0.677686,0.677686,0.6694215,0.677686,0.6818182,0.6570248,0.6198347,0.6487603,0.6404959,0.6322314,0.6446281,0.61570245,0.6446281,0.6280992,0.6198347,0.61157024,0.607438,0.59090906,0.607438,0.553719,0.5371901,0.5247934,0.53305787,0.57024795,0.5785124,0.6322314,0.6280992,0.6322314,0.6280992,0.6363636,0.6694215,0.6942149,0.6983471,0.71900827,0.7066116,0.6859504,0.6942149,0.72727275,0.73966944,0.69008267,0.6528926,0.6198347,0.553719,0.5082645,0.49173555,0.46280992,0.46280992,0.4876033,0.49173555,0.5,0.5206612,0.55785125,0.553719,0.5371901,0.5041322,0.5041322,0.22727273,0.19008264,0.20247933,0.20247933,0.1983471,0.1983471,0.6652893,0.677686,0.677686,0.6735537,0.69008267,0.6983471,0.70247936,0.6942149,0.6735537,0.71487606,0.6859504,0.6942149,0.6735537,0.661157,0.6528926,0.6487603,0.6446281,0.61570245,0.59917355,0.58677685,0.5785124,0.56198347,0.5413223,0.5413223,0.56198347,0.5661157,0.59090906,0.61570245,0.6404959,0.6487603,0.6528926,0.6363636,0.6694215,0.70247936,0.7066116,0.7107438,0.6983471,0.6652893,0.661157,0.6942149,0.6942149,0.6652893,0.60330576,0.58677685,0.5661157,0.54545456,0.57438016,0.55785125,0.59917355,0.6198347,0.6446281,0.62396693,0.6280992,0.6859504,0.607438,0.55785125,0.53305787,0.47933885,0.24793388,0.18181819,0.1983471,0.1983471,0.1983471,0.1983471,0.677686,0.677686,0.6983471,0.70247936,0.71487606,0.73140496,0.71487606,0.73966944,0.7892562,0.78099173,0.72727275,0.72727275,0.6942149,0.6652893,0.58677685,0.5165289,0.5,0.46694216,0.45454547,0.38842976,0.4338843,0.37603307,0.38016528,0.38016528,0.4752066,0.5123967,0.5123967,0.53305787,0.607438,0.6818182,0.7231405,0.7066116,0.71487606,0.71487606,0.7231405,0.74793386,0.73966944,0.677686,0.6280992,0.6487603,0.6280992,0.6322314,0.62396693,0.62396693,0.59917355,0.5413223,0.5206612,0.5041322,0.5495868,0.57438016,0.607438,0.6652893,0.6859504,0.7107438,0.6818182,0.59917355,0.58264464,0.45041323,0.23140496,0.17355372,0.19008264,0.19008264,0.19008264,0.19008264,0.6859504,0.6942149,0.7107438,0.72727275,0.75206614,0.76859504,0.75619835,0.79752064,0.80991733,0.76859504,0.6818182,0.59090906,0.5247934,0.46280992,0.30578512,0.2603306,0.38016528,0.29752067,0.3677686,0.28512397,0.5495868,0.5123967,0.40082645,0.3677686,0.3966942,0.41322315,0.45867768,0.46694216,0.47933885,0.6859504,0.78512394,0.8016529,0.75619835,0.71900827,0.73140496,0.77272725,0.74793386,0.70247936,0.6652893,0.62396693,0.59917355,0.60330576,0.58264464,0.5082645,0.45454547,0.28099173,0.32231405,0.3181818,0.32231405,0.26859504,0.40495867,0.45454547,0.45454547,0.55785125,0.6280992,0.61570245,0.57024795,0.40495867,0.16528925,0.19008264,0.19008264,0.19008264,0.19008264,0.19008264,0.6859504,0.7066116,0.71900827,0.74793386,0.76859504,0.7892562,0.7933884,0.79752064,0.6983471,0.58677685,0.45867768,0.39256197,0.5082645,0.62396693,0.37190083,0.35123968,0.21487603,0.2520661,0.3553719,0.35950413,0.6487603,0.61157024,0.53305787,0.40082645,0.41735536,0.44214877,0.45867768,0.5289256,0.5165289,0.5785124,0.74793386,0.76859504,0.7644628,0.71900827,0.73140496,0.74380165,0.77272725,0.74380165,0.72727275,0.6404959,0.59504133,0.5289256,0.5413223,0.5661157,0.607438,0.3264463,0.43801653,0.4214876,0.2107438,0.29752067,0.41322315,0.6446281,0.4876033,0.20661157,0.40082645,0.59917355,0.5661157,0.33471075,0.16528925,0.19008264,0.19421488,0.19421488,0.19421488,0.19421488,0.6942149,0.71900827,0.72727275,0.74380165,0.76033056,0.78512394,0.7768595,0.6694215,0.5495868,0.5206612,0.553719,0.49173555,0.5289256,0.73966944,0.677686,0.32231405,0.37603307,0.338843,0.38016528,0.53305787,0.6652893,0.60330576,0.5082645,0.48347107,0.47107437,0.40495867,0.5123967,0.61570245,0.60330576,0.5289256,0.6652893,0.71900827,0.73966944,0.73966944,0.72727275,0.69008267,0.77272725,0.76033056,0.7768595,0.7066116,0.58677685,0.38842976,0.56198347,0.6652893,0.6859504,0.3140496,0.3966942,0.32231405,0.26859504,0.38016528,0.4876033,0.7231405,0.607438,0.41735536,0.29338843,0.5,0.5661157,0.2892562,0.16528925,0.1983471,0.19421488,0.19421488,0.19421488,0.19421488,0.6942149,0.71900827,0.72727275,0.73140496,0.7355372,0.73140496,0.6983471,0.57438016,0.553719,0.59917355,0.62396693,0.607438,0.5289256,0.5785124,0.6363636,0.5289256,0.5,0.48347107,0.54545456,0.607438,0.5785124,0.5495868,0.47107437,0.4752066,0.47107437,0.45041323,0.5165289,0.60330576,0.57438016,0.5413223,0.6322314,0.6818182,0.70247936,0.7231405,0.7107438,0.6818182,0.73966944,0.7644628,0.76033056,0.74793386,0.6528926,0.4214876,0.41322315,0.55785125,0.6570248,0.5289256,0.39256197,0.36363637,0.33471075,0.6735537,0.70247936,0.71487606,0.54545456,0.47933885,0.4214876,0.47107437,0.56198347,0.29338843,0.15289256,0.20247933,0.20247933,0.20247933,0.20247933,0.20661157,0.7107438,0.72727275,0.7231405,0.73140496,0.71487606,0.6983471,0.6528926,0.61570245,0.62396693,0.6487603,0.6652893,0.677686,0.6198347,0.59090906,0.5785124,0.553719,0.59917355,0.59917355,0.5289256,0.5371901,0.53305787,0.5,0.47933885,0.47933885,0.49586776,0.5041322,0.5289256,0.5371901,0.5247934,0.56198347,0.6198347,0.661157,0.6983471,0.70247936,0.70247936,0.6652893,0.71487606,0.78512394,0.71900827,0.76859504,0.69008267,0.5165289,0.45867768,0.5123967,0.54545456,0.5371901,0.5082645,0.45867768,0.47107437,0.61157024,0.6198347,0.553719,0.5123967,0.48347107,0.45041323,0.553719,0.59090906,0.29752067,0.1570248,0.1983471,0.19421488,0.19421488,0.19421488,0.19421488,0.7231405,0.73140496,0.73140496,0.71487606,0.69008267,0.6735537,0.6446281,0.6528926,0.6570248,0.677686,0.7066116,0.74380165,0.71900827,0.6735537,0.661157,0.607438,0.6280992,0.6198347,0.5661157,0.54545456,0.53305787,0.5082645,0.5165289,0.5165289,0.5165289,0.5247934,0.5371901,0.54545456,0.54545456,0.58264464,0.61570245,0.6652893,0.6983471,0.69008267,0.6942149,0.6694215,0.677686,0.78099173,0.72727275,0.72727275,0.70247936,0.59504133,0.45867768,0.47933885,0.5123967,0.5165289,0.53305787,0.5289256,0.53305787,0.56198347,0.5165289,0.54545456,0.5495868,0.4752066,0.47933885,0.58677685,0.61570245,0.3140496,0.16528925,0.18181819,0.18181819,0.18181819,0.18181819,0.18181819,0.7107438,0.71900827,0.7231405,0.7066116,0.69008267,0.6735537,0.6528926,0.6694215,0.6694215,0.677686,0.6983471,0.71487606,0.7066116,0.69008267,0.6652893,0.6404959,0.6280992,0.6198347,0.58677685,0.57438016,0.58677685,0.57438016,0.56198347,0.5413223,0.54545456,0.553719,0.5661157,0.5785124,0.59917355,0.62396693,0.6363636,0.6694215,0.6859504,0.7066116,0.6859504,0.6859504,0.677686,0.7231405,0.75206614,0.71900827,0.6983471,0.6528926,0.45454547,0.47107437,0.49173555,0.5289256,0.553719,0.57438016,0.6487603,0.6859504,0.6694215,0.61157024,0.58677685,0.53305787,0.5495868,0.607438,0.6322314,0.39256197,0.16115703,0.17768595,0.17768595,0.17355372,0.17355372,0.17355372,0.71900827,0.71487606,0.71487606,0.71487606,0.69008267,0.69008267,0.6694215,0.661157,0.6652893,0.677686,0.6818182,0.677686,0.6859504,0.69008267,0.6652893,0.6735537,0.6735537,0.6652893,0.6404959,0.6446281,0.61570245,0.59504133,0.59917355,0.58677685,0.58264464,0.59504133,0.607438,0.6280992,0.6487603,0.661157,0.6652893,0.677686,0.6818182,0.7107438,0.6942149,0.6859504,0.661157,0.6983471,0.71487606,0.677686,0.6818182,0.6735537,0.5495868,0.4752066,0.5247934,0.5289256,0.553719,0.58264464,0.6446281,0.69008267,0.6818182,0.6280992,0.59090906,0.59090906,0.59504133,0.6198347,0.61570245,0.56198347,0.14876033,0.1983471,0.20247933,0.1983471,0.1983471,0.1983471,0.7107438,0.71900827,0.7066116,0.7107438,0.7066116,0.7066116,0.6859504,0.6818182,0.6652893,0.6735537,0.677686,0.6735537,0.6859504,0.677686,0.6859504,0.6942149,0.6818182,0.6818182,0.6694215,0.6322314,0.6363636,0.6363636,0.6404959,0.6322314,0.6198347,0.6322314,0.6404959,0.6652893,0.6694215,0.6818182,0.6942149,0.6983471,0.69008267,0.70247936,0.6983471,0.6818182,0.6570248,0.6859504,0.70247936,0.6694215,0.6735537,0.6652893,0.61157024,0.5041322,0.5206612,0.5495868,0.5785124,0.5785124,0.59917355,0.61570245,0.62396693,0.6280992,0.61570245,0.61157024,0.61570245,0.607438,0.59917355,0.61570245,0.16528925,0.19421488,0.20247933,0.20247933,0.20247933,0.20247933,0.71487606,0.71900827,0.7107438,0.71487606,0.70247936,0.70247936,0.69008267,0.6859504,0.677686,0.69008267,0.677686,0.69008267,0.6859504,0.69008267,0.7066116,0.7066116,0.677686,0.6652893,0.6528926,0.6528926,0.661157,0.6652893,0.661157,0.6528926,0.6694215,0.6652893,0.6735537,0.677686,0.69008267,0.6983471,0.70247936,0.7066116,0.6983471,0.6983471,0.6942149,0.6859504,0.677686,0.6818182,0.7066116,0.6983471,0.6942149,0.677686,0.6198347,0.54545456,0.5247934,0.54545456,0.58264464,0.61157024,0.60330576,0.60330576,0.61157024,0.61570245,0.6322314,0.62396693,0.62396693,0.61157024,0.59504133,0.58677685,0.1694215,0.18181819,0.18595041,0.18595041,0.18595041,0.19008264,0.72727275,0.71900827,0.7107438,0.70247936,0.6942149,0.6942149,0.6983471,0.6859504,0.6859504,0.6735537,0.6859504,0.6942149,0.6942149,0.6942149,0.7107438,0.7107438,0.677686,0.6652893,0.6735537,0.69008267,0.6818182,0.661157,0.6818182,0.6859504,0.6818182,0.6859504,0.6942149,0.6859504,0.70247936,0.6818182,0.7066116,0.71487606,0.7107438,0.7066116,0.6942149,0.6859504,0.6818182,0.6859504,0.7107438,0.7107438,0.71487606,0.71487606,0.6363636,0.57024795,0.5495868,0.553719,0.5661157,0.61157024,0.6322314,0.62396693,0.61570245,0.61157024,0.6322314,0.6322314,0.6198347,0.61157024,0.61157024,0.5123967,0.17768595,0.1983471,0.1983471,0.20247933,0.20247933,0.20247933,0.73140496,0.7231405,0.6983471,0.7066116,0.6942149,0.6983471,0.6983471,0.69008267,0.6818182,0.69008267,0.6942149,0.6859504,0.70247936,0.7107438,0.6942149,0.6859504,0.6735537,0.6694215,0.6735537,0.6859504,0.6859504,0.6570248,0.6859504,0.6859504,0.677686,0.6859504,0.6859504,0.7066116,0.71900827,0.71487606,0.72727275,0.70247936,0.7066116,0.6983471,0.7066116,0.7066116,0.69008267,0.6859504,0.7107438,0.71487606,0.7066116,0.6983471,0.661157,0.60330576,0.57024795,0.5785124,0.57024795,0.57024795,0.58677685,0.62396693,0.60330576,0.62396693,0.61570245,0.61570245,0.6280992,0.607438,0.6404959,0.4338843,0.1694215,0.19421488,0.19421488,0.19008264,0.18595041,0.18595041,0.74380165,0.72727275,0.7107438,0.7066116,0.7107438,0.7231405,0.6983471,0.6983471,0.6859504,0.6942149,0.6942149,0.69008267,0.6818182,0.6983471,0.6942149,0.6859504,0.69008267,0.6942149,0.6983471,0.69008267,0.6942149,0.6942149,0.69008267,0.6983471,0.69008267,0.69008267,0.7107438,0.72727275,0.73966944,0.73966944,0.71900827,0.6942149,0.70247936,0.69008267,0.70247936,0.6859504,0.661157,0.661157,0.6942149,0.71900827,0.7107438,0.70247936,0.677686,0.62396693,0.59504133,0.59090906,0.6198347,0.60330576,0.59917355,0.607438,0.6198347,0.61157024,0.62396693,0.61157024,0.61570245,0.607438,0.6446281,0.40495867,0.16115703,0.17355372,0.17768595,0.17768595,0.18181819,0.18595041,0.7355372,0.75206614,0.72727275,0.74380165,0.71900827,0.7231405,0.71487606,0.70247936,0.70247936,0.6983471,0.69008267,0.677686,0.6818182,0.677686,0.6983471,0.6983471,0.7107438,0.6942149,0.6942149,0.7066116,0.6942149,0.70247936,0.69008267,0.70247936,0.69008267,0.70247936,0.7107438,0.72727275,0.7107438,0.6818182,0.661157,0.6446281,0.6528926,0.6570248,0.6735537,0.677686,0.6446281,0.6322314,0.7107438,0.73966944,0.7231405,0.7066116,0.6942149,0.6322314,0.62396693,0.61570245,0.6198347,0.62396693,0.6198347,0.62396693,0.6446281,0.6487603,0.6322314,0.62396693,0.6198347,0.60330576,0.6570248,0.3677686,0.1694215,0.19008264,0.19008264,0.19421488,0.19421488,0.19421488,0.73966944,0.76033056,0.75619835,0.7644628,0.74380165,0.7231405,0.71900827,0.6942149,0.7107438,0.6942149,0.6942149,0.6818182,0.6859504,0.6859504,0.6983471,0.71487606,0.71900827,0.7107438,0.7107438,0.70247936,0.6942149,0.7107438,0.6983471,0.6983471,0.6942149,0.6983471,0.6942149,0.69008267,0.6322314,0.6198347,0.62396693,0.61570245,0.61570245,0.6363636,0.661157,0.6818182,0.6652893,0.6818182,0.7231405,0.74380165,0.7231405,0.71487606,0.6818182,0.6280992,0.6404959,0.6446281,0.6280992,0.6404959,0.6322314,0.6363636,0.661157,0.6487603,0.6363636,0.6280992,0.6198347,0.60330576,0.6446281,0.30991736,0.16528925,0.1983471,0.1983471,0.1983471,0.19421488,0.19421488,0.7355372,0.75619835,0.7644628,0.77272725,0.76859504,0.7355372,0.73966944,0.7231405,0.7107438,0.7066116,0.7066116,0.7066116,0.7066116,0.71900827,0.7107438,0.71900827,0.7107438,0.7107438,0.7107438,0.7066116,0.6983471,0.70247936,0.6983471,0.6859504,0.6859504,0.6694215,0.6735537,0.6528926,0.62396693,0.6280992,0.61570245,0.607438,0.6322314,0.6528926,0.6694215,0.6818182,0.6694215,0.69008267,0.76033056,0.75206614,0.72727275,0.72727275,0.69008267,0.6363636,0.6322314,0.677686,0.6487603,0.6446281,0.6487603,0.6570248,0.6652893,0.6404959,0.6322314,0.6198347,0.61570245,0.59917355,0.61157024,0.25619835,0.1694215,0.19008264,0.19008264,0.19008264,0.19008264,0.19008264,0.7644628,0.75619835,0.76033056,0.76033056,0.76859504,0.7355372,0.74793386,0.74380165,0.7355372,0.72727275,0.71900827,0.71900827,0.7107438,0.71900827,0.7107438,0.71487606,0.70247936,0.69008267,0.6942149,0.70247936,0.71900827,0.70247936,0.6735537,0.6694215,0.6570248,0.6404959,0.6570248,0.6528926,0.6652893,0.6446281,0.6404959,0.6280992,0.6652893,0.677686,0.6818182,0.6735537,0.6652893,0.69008267,0.73966944,0.72727275,0.7066116,0.71487606,0.6983471,0.6652893,0.61570245,0.6859504,0.6818182,0.6694215,0.6487603,0.6694215,0.6652893,0.6446281,0.6446281,0.61157024,0.60330576,0.60330576,0.5495868,0.20247933,0.17768595,0.17768595,0.18181819,0.18181819,0.18181819,0.18181819,0.74793386,0.75619835,0.7644628,0.76859504,0.75619835,0.7644628,0.75206614,0.75206614,0.75619835,0.73966944,0.7355372,0.73140496,0.71900827,0.71900827,0.71900827,0.7231405,0.70247936,0.6859504,0.70247936,0.6942149,0.69008267,0.6942149,0.6694215,0.6487603,0.6487603,0.6198347,0.6528926,0.6735537,0.6735537,0.6652893,0.6694215,0.6694215,0.70247936,0.72727275,0.7231405,0.73140496,0.7231405,0.6735537,0.8016529,0.74793386,0.6983471,0.7066116,0.70247936,0.6859504,0.60330576,0.6487603,0.70247936,0.6818182,0.6570248,0.6735537,0.677686,0.661157,0.6570248,0.61570245,0.61157024,0.6322314,0.46694216,0.16528925,0.18181819,0.19008264,0.18595041,0.18595041,0.18595041,0.18181819,0.74793386,0.75206614,0.76033056,0.76859504,0.75206614,0.76033056,0.75206614,0.75619835,0.75206614,0.73966944,0.74380165,0.7355372,0.72727275,0.7231405,0.71900827,0.7231405,0.6942149,0.69008267,0.7066116,0.69008267,0.70247936,0.6735537,0.6446281,0.6446281,0.6404959,0.6280992,0.661157,0.6652893,0.69008267,0.7231405,0.72727275,0.73140496,0.73966944,0.76033056,0.74793386,0.7768595,0.8016529,0.7355372,0.74380165,0.73140496,0.69008267,0.71900827,0.7107438,0.6363636,0.59917355,0.59917355,0.69008267,0.70247936,0.69008267,0.6735537,0.6652893,0.6735537,0.6570248,0.62396693,0.61570245,0.6363636,0.35950413,0.1570248,0.18181819,0.19008264,0.19008264,0.19421488,0.19421488,0.19421488,0.75206614,0.75206614,0.75206614,0.76859504,0.77272725,0.76859504,0.75619835,0.76033056,0.76859504,0.76033056,0.7644628,0.74380165,0.7355372,0.72727275,0.73140496,0.6942149,0.6942149,0.6818182,0.6942149,0.677686,0.6735537,0.6446281,0.6363636,0.6404959,0.6446281,0.62396693,0.6280992,0.661157,0.71487606,0.76033056,0.7644628,0.6942149,0.6280992,0.6487603,0.6652893,0.7066116,0.75619835,0.80991733,0.7355372,0.7066116,0.6735537,0.80991733,0.677686,0.59090906,0.60330576,0.57024795,0.661157,0.70247936,0.69008267,0.69008267,0.6859504,0.677686,0.6487603,0.6280992,0.6198347,0.62396693,0.24380165,0.1570248,0.17355372,0.18181819,0.18181819,0.18181819,0.18181819,0.18595041,0.74380165,0.7644628,0.7644628,0.76033056,0.77272725,0.76859504,0.77272725,0.7644628,0.7768595,0.7644628,0.7644628,0.74793386,0.74380165,0.72727275,0.7066116,0.72727275,0.69008267,0.69008267,0.6859504,0.6694215,0.6487603,0.6322314,0.6363636,0.6652893,0.6818182,0.6942149,0.61157024,0.553719,0.6322314,0.7107438,0.6859504,0.5661157,0.5495868,0.59917355,0.6322314,0.5661157,0.6694215,0.77272725,0.73140496,0.71487606,0.7066116,0.6694215,0.49586776,0.5165289,0.58264464,0.55785125,0.6446281,0.7107438,0.7066116,0.6983471,0.6983471,0.6818182,0.6694215,0.6363636,0.6322314,0.53305787,0.17768595,0.1570248,0.17768595,0.1694215,0.16528925,0.16528925,0.16528925,0.16528925,0.74380165,0.77272725,0.77272725,0.76033056,0.75619835,0.77272725,0.78512394,0.7768595,0.78512394,0.76859504,0.7644628,0.74793386,0.7355372,0.73140496,0.71900827,0.71487606,0.70247936,0.69008267,0.6942149,0.6694215,0.6570248,0.6528926,0.6818182,0.70247936,0.7231405,0.71487606,0.6652893,0.5661157,0.5413223,0.56198347,0.58264464,0.61570245,0.62396693,0.6363636,0.6818182,0.69008267,0.6570248,0.73966944,0.71900827,0.69008267,0.6363636,0.5123967,0.47933885,0.5289256,0.58677685,0.59917355,0.661157,0.71900827,0.7107438,0.6942149,0.6818182,0.6859504,0.6446281,0.6363636,0.6487603,0.40495867,0.15289256,0.16528925,0.18595041,0.18181819,0.18595041,0.18595041,0.18595041,0.18595041,0.74793386,0.76033056,0.7644628,0.76033056,0.7644628,0.76859504,0.7768595,0.7768595,0.78512394,0.78512394,0.77272725,0.75619835,0.74793386,0.74380165,0.7355372,0.71900827,0.7066116,0.70247936,0.6859504,0.677686,0.677686,0.6942149,0.71487606,0.7107438,0.71487606,0.71900827,0.6818182,0.59504133,0.61570245,0.607438,0.62396693,0.6363636,0.6280992,0.6363636,0.6404959,0.6983471,0.7231405,0.70247936,0.661157,0.60330576,0.49173555,0.42975205,0.5289256,0.57024795,0.6322314,0.6694215,0.7066116,0.7231405,0.7107438,0.6983471,0.6859504,0.6859504,0.6446281,0.6446281,0.6404959,0.27272728,0.14049587,0.18181819,0.18181819,0.17768595,0.17768595,0.17768595,0.17768595,0.17768595,0.74793386,0.75206614,0.75206614,0.77272725,0.76859504,0.78512394,0.7768595,0.7768595,0.78512394,0.7768595,0.78099173,0.75619835,0.73966944,0.74380165,0.73966944,0.71900827,0.7066116,0.70247936,0.6859504,0.6859504,0.6983471,0.71487606,0.72727275,0.71487606,0.6942149,0.7107438,0.6859504,0.6322314,0.60330576,0.607438,0.62396693,0.6363636,0.6446281,0.6528926,0.6570248,0.6942149,0.6983471,0.6818182,0.6198347,0.54545456,0.47933885,0.46280992,0.57024795,0.61570245,0.6735537,0.7066116,0.72727275,0.7355372,0.69008267,0.71487606,0.70247936,0.677686,0.661157,0.6404959,0.59917355,0.19421488,0.1446281,0.17768595,0.17355372,0.19008264,0.19008264,0.19008264,0.19008264,0.19008264,0.7355372,0.74793386,0.75619835,0.7644628,0.76033056,0.78099173,0.77272725,0.78099173,0.7892562,0.78512394,0.78099173,0.77272725,0.75619835,0.72727275,0.7231405,0.71487606,0.7066116,0.7107438,0.7107438,0.71900827,0.7231405,0.7231405,0.7231405,0.7107438,0.6859504,0.6942149,0.6818182,0.6570248,0.61570245,0.61157024,0.60330576,0.6198347,0.6528926,0.6322314,0.6487603,0.6570248,0.677686,0.6735537,0.661157,0.58677685,0.55785125,0.5371901,0.6322314,0.6570248,0.6983471,0.70247936,0.73140496,0.73140496,0.6942149,0.6983471,0.70247936,0.6652893,0.6652893,0.661157,0.4752066,0.16115703,0.1570248,0.1694215,0.16528925,0.16528925,0.1694215,0.1694215,0.17355372,0.17355372,0.74380165,0.74793386,0.76033056,0.7644628,0.75619835,0.78512394,0.7892562,0.78512394,0.7933884,0.8057851,0.7933884,0.78512394,0.7644628,0.73140496,0.72727275,0.71487606,0.7231405,0.72727275,0.7231405,0.71900827,0.7107438,0.69008267,0.70247936,0.69008267,0.6694215,0.6818182,0.6818182,0.6528926,0.6404959,0.6322314,0.61157024,0.6280992,0.6446281,0.62396693,0.6694215,0.6694215,0.6694215,0.677686,0.6404959,0.61157024,0.58264464,0.58677685,0.6404959,0.6528926,0.6652893,0.70247936,0.71900827,0.71900827,0.71487606,0.6942149,0.6942149,0.6818182,0.6487603,0.661157,0.34710744,0.1322314,0.1694215,0.18181819,0.1694215,0.16115703,0.16115703,0.16115703,0.16115703,0.16115703,0.7355372,0.7355372,0.75206614,0.76859504,0.75206614,0.77272725,0.77272725,0.78512394,0.7933884,0.8016529,0.7933884,0.76859504,0.76033056,0.74793386,0.7231405,0.72727275,0.73140496,0.72727275,0.72727275,0.70247936,0.70247936,0.6735537,0.6942149,0.6735537,0.6694215,0.6818182,0.6859504,0.6859504,0.6859504,0.6735537,0.6528926,0.6528926,0.6487603,0.6487603,0.6404959,0.6694215,0.6652893,0.661157,0.6446281,0.62396693,0.59504133,0.6446281,0.6363636,0.6322314,0.6404959,0.6818182,0.7066116,0.6942149,0.7107438,0.6942149,0.6942149,0.6818182,0.6487603,0.6404959,0.2231405,0.13636364,0.15289256,0.1694215,0.1694215,0.16528925,0.16528925,0.16528925,0.16528925,0.16528925,0.7231405,0.7231405,0.75206614,0.77272725,0.7768595,0.77272725,0.78512394,0.7933884,0.78512394,0.7892562,0.7892562,0.77272725,0.75619835,0.74380165,0.7355372,0.7355372,0.74793386,0.72727275,0.71487606,0.70247936,0.70247936,0.6983471,0.7066116,0.6652893,0.6942149,0.6983471,0.7066116,0.70247936,0.7107438,0.6983471,0.6652893,0.6652893,0.6322314,0.6363636,0.6280992,0.61570245,0.6280992,0.6280992,0.6487603,0.6404959,0.6487603,0.6652893,0.6528926,0.6322314,0.6280992,0.6528926,0.6859504,0.69008267,0.69008267,0.6942149,0.6983471,0.6735537,0.6363636,0.5785124,0.12809917,0.14049587,0.16528925,0.16528925,0.1570248,0.14876033,0.15289256,0.15289256,0.15289256,0.1570248,0.7355372,0.73140496,0.7644628,0.76033056,0.78512394,0.7768595,0.78512394,0.7933884,0.79752064,0.7892562,0.78512394,0.76033056,0.7644628,0.74793386,0.74380165,0.74380165,0.75619835,0.7355372,0.7107438,0.677686,0.6983471,0.70247936,0.7066116,0.71900827,0.7107438,0.7107438,0.7107438,0.71900827,0.73140496,0.7066116,0.6652893,0.6570248,0.6528926,0.6363636,0.59090906,0.57438016,0.58264464,0.60330576,0.6322314,0.6446281,0.6652893,0.6652893,0.6694215,0.6528926,0.6446281,0.6570248,0.6735537,0.6818182,0.6818182,0.69008267,0.6942149,0.661157,0.6404959,0.47107437,0.10330579,0.14876033,0.16528925,0.16528925,0.16115703,0.1570248,0.1570248,0.1570248,0.1570248,0.1570248,0.73140496,0.73966944,0.75619835,0.77272725,0.78099173,0.7768595,0.8016529,0.79752064,0.79752064,0.78099173,0.77272725,0.74793386,0.76859504,0.7231405,0.74793386,0.75619835,0.74793386,0.73140496,0.7066116,0.6942149,0.7066116,0.71900827,0.7066116,0.73140496,0.73966944,0.72727275,0.7066116,0.71900827,0.7107438,0.6694215,0.6322314,0.607438,0.60330576,0.61157024,0.59090906,0.58264464,0.59504133,0.6198347,0.6363636,0.6446281,0.6735537,0.6694215,0.677686,0.661157,0.6652893,0.6735537,0.677686,0.677686,0.6570248,0.677686,0.6859504,0.661157,0.62396693,0.3264463,0.10743801,0.16115703,0.16115703,0.16528925,0.16115703,0.16115703,0.16115703,0.16115703,0.16115703,0.16115703,0.71900827,0.7355372,0.75206614,0.7644628,0.76033056,0.77272725,0.7933884,0.8016529,0.8016529,0.7892562,0.7933884,0.75619835,0.77272725,0.7355372,0.7644628,0.76859504,0.75206614,0.72727275,0.7107438,0.7066116,0.70247936,0.677686,0.661157,0.7066116,0.71900827,0.6983471,0.6735537,0.6280992,0.607438,0.59917355,0.58264464,0.58264464,0.58677685,0.57024795,0.5413223,0.5371901,0.5495868,0.55785125,0.5661157,0.57438016,0.59917355,0.6404959,0.677686,0.6694215,0.6818182,0.6818182,0.6942149,0.6859504,0.6446281,0.661157,0.6694215,0.6487603,0.58264464,0.1983471,0.1322314,0.16115703,0.16115703,0.1570248,0.14876033,0.14876033,0.1446281,0.1446281,0.1446281,0.14876033,0.72727275,0.73140496,0.75619835,0.75619835,0.7892562,0.78099173,0.8140496,0.79752064,0.8016529,0.79752064,0.7933884,0.76859504,0.76859504,0.77272725,0.7768595,0.7768595,0.74793386,0.71900827,0.7107438,0.70247936,0.6570248,0.5785124,0.5495868,0.59090906,0.5785124,0.5289256,0.49173555,0.45454547,0.43801653,0.42561984,0.42561984,0.42975205,0.47107437,0.4752066,0.44214877,0.45454547,0.46280992,0.4752066,0.48347107,0.4876033,0.49173555,0.5041322,0.5661157,0.6528926,0.677686,0.69008267,0.6983471,0.677686,0.6487603,0.6487603,0.6652893,0.6446281,0.4876033,0.11983471,0.1446281,0.16528925,0.1446281,0.15289256,0.16528925,0.16528925,0.16528925,0.16528925,0.16528925,0.16528925,0.7066116,0.7107438,0.74380165,0.76033056,0.78099173,0.8016529,0.8140496,0.8057851,0.7933884,0.8016529,0.7892562,0.7892562,0.7768595,0.76859504,0.7768595,0.7768595,0.76033056,0.7066116,0.6942149,0.6652893,0.5371901,0.45454547,0.41735536,0.42975205,0.43801653,0.42561984,0.41322315,0.39256197,0.40495867,0.41735536,0.41735536,0.44214877,0.4214876,0.41322315,0.37190083,0.35123968,0.37190083,0.3553719,0.338843,0.34710744,0.38842976,0.40082645,0.4214876,0.5082645,0.5785124,0.6322314,0.677686,0.6818182,0.6446281,0.661157,0.661157,0.6322314,0.35950413,0.11570248,0.16115703,0.16115703,0.14876033,0.1570248,0.16528925,0.16528925,0.16528925,0.16528925,0.16528925,0.16528925,0.6818182,0.6942149,0.70247936,0.74380165,0.7644628,0.8016529,0.8140496,0.8181818,0.8181818,0.8181818,0.7933884,0.7933884,0.78512394,0.78099173,0.78099173,0.7644628,0.76033056,0.6942149,0.6818182,0.6446281,0.58264464,0.55785125,0.5371901,0.5206612,0.5206612,0.5206612,0.5206612,0.5123967,0.5247934,0.5371901,0.53305787,0.5661157,0.5289256,0.49586776,0.47933885,0.45041323,0.4752066,0.4338843,0.4090909,0.40082645,0.38016528,0.3966942,0.37603307,0.41322315,0.46694216,0.553719,0.6694215,0.677686,0.6487603,0.6570248,0.6446281,0.58677685,0.2107438,0.13636364,0.16115703,0.16528925,0.16528925,0.16115703,0.16115703,0.16115703,0.1570248,0.1570248,0.1570248,0.1570248,0.6363636,0.69008267,0.6446281,0.7231405,0.75619835,0.7768595,0.79752064,0.8181818,0.8181818,0.80991733,0.80991733,0.7892562,0.78512394,0.78512394,0.76859504,0.75619835,0.74380165,0.7066116,0.6818182,0.6652893,0.6487603,0.661157,0.6570248,0.6487603,0.62396693,0.607438,0.58677685,0.57024795,0.56198347,0.5785124,0.5785124,0.59917355,0.57438016,0.56198347,0.54545456,0.5289256,0.5165289,0.5041322,0.47107437,0.5041322,0.4876033,0.5,0.48347107,0.49586776,0.5206612,0.58264464,0.6694215,0.6570248,0.6363636,0.6528926,0.6446281,0.44214877,0.1322314,0.14876033,0.15289256,0.1570248,0.15289256,0.15289256,0.17355372,0.17355372,0.17355372,0.17355372,0.17355372,0.1694215,0.6363636,0.6528926,0.6735537,0.6859504,0.72727275,0.76859504,0.7892562,0.79752064,0.8057851,0.8140496,0.80991733,0.7892562,0.79752064,0.7768595,0.78512394,0.75206614,0.7355372,0.71900827,0.71487606,0.69008267,0.677686,0.69008267,0.6942149,0.7066116,0.7355372,0.73140496,0.6942149,0.6652893,0.6198347,0.607438,0.59090906,0.607438,0.58677685,0.59090906,0.57438016,0.553719,0.5289256,0.53305787,0.53305787,0.5495868,0.5495868,0.553719,0.553719,0.5785124,0.6198347,0.62396693,0.6818182,0.6446281,0.6446281,0.6446281,0.6198347,0.2644628,0.11983471,0.14876033,0.14876033,0.14876033,0.15289256,0.14876033,0.16115703,0.16115703,0.16115703,0.16115703,0.16115703,0.16528925,0.6652893,0.6404959,0.6570248,0.6818182,0.70247936,0.73966944,0.77272725,0.7933884,0.7933884,0.8057851,0.80991733,0.79752064,0.7768595,0.7768595,0.76859504,0.74793386,0.75206614,0.70247936,0.72727275,0.71487606,0.6942149,0.6859504,0.6859504,0.6859504,0.71487606,0.73966944,0.71900827,0.70247936,0.6983471,0.6694215,0.6528926,0.6280992,0.61570245,0.607438,0.60330576,0.59504133,0.58677685,0.5785124,0.59090906,0.60330576,0.59504133,0.58677685,0.59917355,0.6280992,0.6652893,0.6570248,0.6694215,0.661157,0.6528926,0.6363636,0.45041323,0.13636364,0.15289256,0.1322314,0.14049587,0.14876033,0.1570248,0.14876033,0.16115703,0.1570248,0.1570248,0.1570248,0.1570248,0.1570248,0.71900827,0.6487603,0.6570248,0.6652893,0.6942149,0.71900827,0.75619835,0.75206614,0.78099173,0.79752064,0.79752064,0.80991733,0.7933884,0.78099173,0.76033056,0.74380165,0.74380165,0.7231405,0.7231405,0.71900827,0.7107438,0.69008267,0.69008267,0.6859504,0.6942149,0.70247936,0.6983471,0.6859504,0.70247936,0.6859504,0.6735537,0.6652893,0.6363636,0.6446281,0.6280992,0.6280992,0.6363636,0.6404959,0.6280992,0.62396693,0.59917355,0.60330576,0.6528926,0.6570248,0.6818182,0.6652893,0.6446281,0.6322314,0.6446281,0.553719,0.23553719,0.12396694,0.1446281,0.13636364,0.1446281,0.14049587,0.15289256,0.1570248,0.1694215,0.1694215,0.1694215,0.1694215,0.1694215,0.1694215,0.75619835,0.6735537,0.6694215,0.6487603,0.6694215,0.6983471,0.73140496,0.74793386,0.76859504,0.7892562,0.78512394,0.8016529,0.7892562,0.76859504,0.75619835,0.73140496,0.71487606,0.70247936,0.72727275,0.73140496,0.7231405,0.6983471,0.7066116,0.6983471,0.70247936,0.6983471,0.70247936,0.677686,0.69008267,0.677686,0.661157,0.6570248,0.6404959,0.62396693,0.61570245,0.6280992,0.6404959,0.661157,0.6570248,0.62396693,0.6363636,0.6528926,0.677686,0.6735537,0.6694215,0.661157,0.61570245,0.61570245,0.60330576,0.3264463,0.12396694,0.13636364,0.1446281,0.14049587,0.13636364,0.1570248,0.15289256,0.1570248,0.1570248,0.1570248,0.1570248,0.1570248,0.1570248,0.1570248,0.7644628,0.7231405,0.6735537,0.6652893,0.6404959,0.677686,0.7107438,0.7231405,0.73966944,0.77272725,0.77272725,0.78099173,0.7644628,0.75619835,0.7355372,0.73966944,0.70247936,0.6694215,0.6983471,0.71487606,0.7231405,0.71487606,0.71487606,0.7066116,0.71900827,0.6983471,0.7066116,0.6983471,0.70247936,0.6735537,0.6487603,0.6487603,0.6446281,0.61570245,0.62396693,0.6363636,0.6446281,0.6570248,0.6528926,0.6570248,0.6694215,0.6818182,0.6694215,0.661157,0.6570248,0.6280992,0.59917355,0.61157024,0.45454547,0.14876033,0.1322314,0.14049587,0.1570248,0.15289256,0.15289256,0.15289256,0.1570248,0.16115703,0.16115703,0.16115703,0.16115703,0.16115703,0.1570248,0.1570248,0.77272725,0.74793386,0.7107438,0.6818182,0.6818182,0.6570248,0.6818182,0.69008267,0.7107438,0.73140496,0.73966944,0.76859504,0.7355372,0.73140496,0.71900827,0.7107438,0.70247936,0.6859504,0.69008267,0.7066116,0.70247936,0.70247936,0.6942149,0.6983471,0.69008267,0.6859504,0.69008267,0.6942149,0.69008267,0.6735537,0.6652893,0.6487603,0.6280992,0.61157024,0.6280992,0.6363636,0.6570248,0.6570248,0.6404959,0.6570248,0.661157,0.6735537,0.6528926,0.6487603,0.6198347,0.6280992,0.59917355,0.5413223,0.24380165,0.1322314,0.14049587,0.1322314,0.1446281,0.1446281,0.15289256,0.1570248,0.1570248,0.15289256,0.1446281,0.1446281,0.1446281,0.1446281,0.1446281,0.14876033,0.7768595,0.77272725,0.73966944,0.70247936,0.70247936,0.6818182,0.6652893,0.6528926,0.677686,0.6859504,0.71487606,0.71900827,0.73966944,0.73140496,0.73140496,0.7107438,0.677686,0.6983471,0.6652893,0.661157,0.6942149,0.6735537,0.6735537,0.6735537,0.6735537,0.6694215,0.677686,0.6528926,0.6652893,0.6322314,0.6404959,0.6404959,0.61157024,0.61570245,0.62396693,0.6487603,0.6735537,0.6694215,0.661157,0.661157,0.6652893,0.677686,0.6487603,0.6404959,0.61570245,0.607438,0.5661157,0.32231405,0.1446281,0.1446281,0.12809917,0.1446281,0.13636364,0.14876033,0.13636364,0.14876033,0.1446281,0.15289256,0.14876033,0.14876033,0.14876033,0.14876033,0.14876033,0.15289256,0.7768595,0.7768595,0.75206614,0.71900827,0.7107438,0.69008267,0.6942149,0.6570248,0.6487603,0.6652893,0.6694215,0.6735537,0.7107438,0.72727275,0.7231405,0.72727275,0.7066116,0.6694215,0.6694215,0.6652893,0.6487603,0.6652893,0.6404959,0.6528926,0.6487603,0.6487603,0.6446281,0.6280992,0.6322314,0.62396693,0.6198347,0.607438,0.60330576,0.61570245,0.6363636,0.6487603,0.6818182,0.6735537,0.6859504,0.69008267,0.6983471,0.69008267,0.6446281,0.6322314,0.58677685,0.5785124,0.46280992,0.16528925,0.13636364,0.1570248,0.1322314,0.1322314,0.13636364,0.14049587,0.1322314,0.1446281,0.1446281,0.1446281,0.14876033,0.14876033,0.14876033,0.14876033,0.14876033,0.14876033,0.7892562,0.78099173,0.75206614,0.74380165,0.7231405,0.70247936,0.70247936,0.6859504,0.661157,0.6487603,0.661157,0.6652893,0.69008267,0.70247936,0.71487606,0.7231405,0.71487606,0.677686,0.661157,0.6735537,0.6280992,0.6198347,0.6404959,0.6446281,0.6280992,0.6404959,0.6322314,0.62396693,0.60330576,0.61157024,0.607438,0.59917355,0.60330576,0.607438,0.6363636,0.6404959,0.6570248,0.6446281,0.6570248,0.6570248,0.6818182,0.6570248,0.61570245,0.59917355,0.5661157,0.5661157,0.4876033,0.13636364,0.14049587,0.14049587,0.13636364,0.14049587,0.14049587,0.13636364,0.1446281,0.1446281,0.15289256,0.14876033,0.1446281,0.1446281,0.1446281,0.14049587,0.14049587,0.14049587,0.78512394,0.78512394,0.76859504,0.76859504,0.73966944,0.70247936,0.7066116,0.69008267,0.6942149,0.661157,0.6446281,0.6280992,0.6570248,0.661157,0.677686,0.6859504,0.7355372,0.71900827,0.6942149,0.6735537,0.6322314,0.61157024,0.6363636,0.6322314,0.62396693,0.6487603,0.6528926,0.6322314,0.61570245,0.61570245,0.607438,0.61570245,0.607438,0.61570245,0.6322314,0.6322314,0.6322314,0.607438,0.61157024,0.661157,0.6446281,0.62396693,0.61157024,0.5785124,0.5247934,0.57438016,0.57438016,0.12396694,0.14049587,0.14876033,0.14049587,0.12809917,0.1322314,0.13636364,0.13636364,0.14876033,0.14049587,0.15289256,0.15289256,0.15289256,0.15289256,0.15289256,0.15289256,0.15289256,0.78099173,0.78099173,0.77272725,0.77272725,0.76033056,0.73140496,0.7066116,0.6942149,0.677686,0.6818182,0.6652893,0.6404959,0.6363636,0.6404959,0.6528926,0.6570248,0.6859504,0.6942149,0.7355372,0.69008267,0.6859504,0.6404959,0.6446281,0.6446281,0.6363636,0.6446281,0.6446281,0.6487603,0.60330576,0.607438,0.60330576,0.61157024,0.61157024,0.607438,0.61570245,0.6322314,0.6404959,0.6363636,0.6694215,0.6694215,0.6446281,0.60330576,0.59504133,0.5206612,0.553719,0.56198347,0.62396693,0.11983471,0.13636364,0.1570248,0.14049587,0.12809917,0.1322314,0.12809917,0.13636364,0.1446281,0.14876033,0.15289256,0.16115703,0.16528925,0.16528925,0.16528925,0.16528925,0.16115703,0.77272725,0.78099173,0.7933884,0.7933884,0.7768595,0.75619835,0.73140496,0.7107438,0.677686,0.6983471,0.677686,0.661157,0.6404959,0.6322314,0.6280992,0.6280992,0.6528926,0.6652893,0.69008267,0.7107438,0.7066116,0.6859504,0.677686,0.6528926,0.6487603,0.6404959,0.6280992,0.6528926,0.61570245,0.60330576,0.61157024,0.61157024,0.62396693,0.607438,0.6322314,0.6694215,0.6652893,0.6942149,0.7066116,0.6446281,0.62396693,0.60330576,0.5289256,0.5413223,0.5661157,0.553719,0.61157024,0.14049587,0.11157025,0.1570248,0.1446281,0.12809917,0.12809917,0.1322314,0.13636364,0.1446281,0.1446281,0.14049587,0.14049587,0.14049587,0.14049587,0.1446281,0.1446281,0.1446281,0.77272725,0.7768595,0.7892562,0.7933884,0.78512394,0.76859504,0.7644628,0.73966944,0.6942149,0.7066116,0.677686,0.6694215,0.6652893,0.6363636,0.62396693,0.6280992,0.607438,0.61570245,0.6363636,0.6652893,0.69008267,0.70247936,0.677686,0.6404959,0.661157,0.6363636,0.6446281,0.6487603,0.6487603,0.6404959,0.62396693,0.6280992,0.6363636,0.62396693,0.6404959,0.6694215,0.6652893,0.6694215,0.6694215,0.607438,0.59504133,0.5413223,0.53305787,0.55785125,0.57438016,0.55785125,0.58264464,0.14049587,0.09504132,0.1570248,0.14049587,0.13636364,0.12809917,0.14049587,0.13636364,0.1446281,0.14049587,0.1446281,0.13636364,0.13636364,0.13636364,0.13636364,0.13636364,0.13636364,0.7644628,0.7892562,0.78099173,0.7892562,0.7933884,0.7644628,0.77272725,0.76033056,0.6983471,0.71487606,0.71487606,0.71487606,0.6942149,0.6735537,0.6322314,0.6404959,0.61570245,0.61157024,0.58677685,0.607438,0.6322314,0.6446281,0.661157,0.6528926,0.6735537,0.661157,0.6528926,0.6280992,0.6322314,0.6446281,0.6404959,0.6280992,0.6322314,0.6363636,0.6280992,0.6198347,0.6198347,0.60330576,0.59090906,0.56198347,0.5165289,0.53305787,0.5785124,0.57024795,0.56198347,0.55785125,0.54545456,0.11157025,0.09504132,0.15289256,0.15289256,0.12809917,0.13636364,0.1322314,0.13636364,0.1570248,0.13636364,0.14876033,0.15289256,0.15289256,0.15289256,0.15289256,0.15289256,0.15289256,0 +0.3181818,0.40082645,0.49173555,0.5289256,0.58677685,0.6570248,0.6818182,0.6859504,0.70247936,0.6983471,0.70247936,0.7066116,0.7066116,0.71487606,0.7107438,0.7066116,0.7066116,0.7066116,0.7231405,0.71900827,0.71900827,0.7107438,0.7107438,0.75206614,0.75619835,0.7644628,0.78512394,0.79752064,0.838843,0.8264463,0.8429752,0.8471074,0.8305785,0.8181818,0.7933884,0.76859504,0.76033056,0.75619835,0.73966944,0.7107438,0.71900827,0.70247936,0.70247936,0.70247936,0.7066116,0.7066116,0.71900827,0.7066116,0.7107438,0.7107438,0.7066116,0.7107438,0.70247936,0.6942149,0.69008267,0.6694215,0.6363636,0.6363636,0.59917355,0.54545456,0.4752066,0.40082645,0.3553719,0.30991736,0.30991736,0.3966942,0.47933885,0.56198347,0.62396693,0.6652893,0.6735537,0.6859504,0.6983471,0.70247936,0.7107438,0.70247936,0.7107438,0.7231405,0.71900827,0.7107438,0.71900827,0.71900827,0.72727275,0.7231405,0.71487606,0.7066116,0.71487606,0.74793386,0.74380165,0.7768595,0.8057851,0.7892562,0.8016529,0.7892562,0.80991733,0.822314,0.8181818,0.8140496,0.77272725,0.76859504,0.75619835,0.76033056,0.74380165,0.71487606,0.7107438,0.7107438,0.7107438,0.70247936,0.7107438,0.71487606,0.71487606,0.71487606,0.7107438,0.7066116,0.7107438,0.71487606,0.7066116,0.6983471,0.6818182,0.6652893,0.6363636,0.6363636,0.607438,0.5495868,0.4876033,0.40495867,0.37603307,0.30165288,0.26859504,0.34710744,0.45454547,0.59090906,0.6570248,0.661157,0.6735537,0.6735537,0.6942149,0.70247936,0.71487606,0.71487606,0.7231405,0.72727275,0.7355372,0.72727275,0.73140496,0.73140496,0.73140496,0.7355372,0.73140496,0.71900827,0.72727275,0.75619835,0.75619835,0.76859504,0.80991733,0.79752064,0.80991733,0.8016529,0.79752064,0.8057851,0.8181818,0.80991733,0.79752064,0.8057851,0.76859504,0.75206614,0.73966944,0.7066116,0.7107438,0.7107438,0.70247936,0.7107438,0.71900827,0.7231405,0.71487606,0.71487606,0.7066116,0.71900827,0.7107438,0.71900827,0.7107438,0.70247936,0.6859504,0.6735537,0.6404959,0.6280992,0.61570245,0.5661157,0.4876033,0.3966942,0.37190083,0.30991736,0.21900827,0.3264463,0.47933885,0.6198347,0.6652893,0.6570248,0.6694215,0.6735537,0.6942149,0.6942149,0.7066116,0.7107438,0.72727275,0.7231405,0.72727275,0.71487606,0.72727275,0.72727275,0.7355372,0.7355372,0.74380165,0.73140496,0.72727275,0.74793386,0.75206614,0.7644628,0.78099173,0.80991733,0.7892562,0.8057851,0.79752064,0.79752064,0.79752064,0.79752064,0.7933884,0.78512394,0.74380165,0.74380165,0.73140496,0.71900827,0.7231405,0.71900827,0.71487606,0.71487606,0.71900827,0.71900827,0.7231405,0.7231405,0.71900827,0.72727275,0.7231405,0.71900827,0.7107438,0.70247936,0.69008267,0.677686,0.6404959,0.62396693,0.607438,0.5785124,0.5,0.38429752,0.338843,0.30578512,0.20247933,0.27272728,0.47107437,0.6363636,0.6570248,0.661157,0.6652893,0.6652893,0.69008267,0.69008267,0.6942149,0.7107438,0.7231405,0.72727275,0.72727275,0.7231405,0.72727275,0.72727275,0.7355372,0.73140496,0.7355372,0.74793386,0.73140496,0.7355372,0.74380165,0.74793386,0.76859504,0.78512394,0.77272725,0.75206614,0.76859504,0.76859504,0.7768595,0.79752064,0.78512394,0.7892562,0.74793386,0.75206614,0.7231405,0.71900827,0.72727275,0.72727275,0.71487606,0.7231405,0.73966944,0.7231405,0.72727275,0.7231405,0.7231405,0.7231405,0.72727275,0.71487606,0.7066116,0.7107438,0.6942149,0.6652893,0.6487603,0.6280992,0.60330576,0.57024795,0.5247934,0.37603307,0.33471075,0.2644628,0.20661157,0.26859504,0.47107437,0.6280992,0.6404959,0.6528926,0.6528926,0.661157,0.6694215,0.6859504,0.69008267,0.7107438,0.7231405,0.7231405,0.7231405,0.73966944,0.73966944,0.74380165,0.7355372,0.7231405,0.72727275,0.73140496,0.73140496,0.7355372,0.74380165,0.75619835,0.77272725,0.77272725,0.7644628,0.75619835,0.78099173,0.7892562,0.7892562,0.7644628,0.77272725,0.78099173,0.75619835,0.75619835,0.73966944,0.71487606,0.7231405,0.7355372,0.72727275,0.72727275,0.7355372,0.72727275,0.73140496,0.72727275,0.7355372,0.7107438,0.7107438,0.71900827,0.7231405,0.71487606,0.6942149,0.677686,0.6570248,0.6363636,0.61157024,0.55785125,0.5495868,0.38842976,0.29338843,0.20661157,0.19421488,0.2892562,0.49173555,0.6198347,0.6280992,0.6404959,0.6404959,0.6570248,0.6652893,0.69008267,0.6983471,0.7066116,0.71487606,0.71487606,0.71487606,0.73966944,0.7355372,0.74793386,0.73966944,0.73140496,0.73140496,0.72727275,0.73966944,0.74380165,0.73966944,0.76033056,0.7644628,0.7644628,0.75619835,0.75206614,0.74793386,0.75619835,0.74793386,0.76033056,0.7644628,0.7768595,0.75619835,0.75206614,0.74380165,0.72727275,0.72727275,0.72727275,0.71900827,0.71900827,0.7231405,0.71900827,0.71900827,0.71900827,0.7231405,0.71487606,0.71487606,0.7231405,0.73140496,0.71487606,0.6983471,0.6735537,0.6528926,0.6363636,0.61157024,0.54545456,0.5495868,0.39256197,0.2603306,0.17355372,0.17768595,0.3140496,0.5165289,0.61157024,0.61570245,0.6322314,0.6363636,0.661157,0.6735537,0.6859504,0.6859504,0.6859504,0.7107438,0.71487606,0.71900827,0.72727275,0.71487606,0.73140496,0.73966944,0.7355372,0.7231405,0.72727275,0.7231405,0.73966944,0.7355372,0.74380165,0.75206614,0.74793386,0.73966944,0.7355372,0.73140496,0.73140496,0.73140496,0.73966944,0.74793386,0.7644628,0.75619835,0.73966944,0.73140496,0.71900827,0.71487606,0.7107438,0.71487606,0.6942149,0.7066116,0.7107438,0.7107438,0.7066116,0.6942149,0.71487606,0.71900827,0.71900827,0.7231405,0.72727275,0.6983471,0.69008267,0.6570248,0.6280992,0.607438,0.5661157,0.5371901,0.41322315,0.23966943,0.18181819,0.1983471,0.3429752,0.5123967,0.607438,0.61157024,0.61570245,0.6404959,0.6694215,0.6735537,0.6735537,0.6446281,0.661157,0.70247936,0.7107438,0.7107438,0.72727275,0.7066116,0.71900827,0.7231405,0.72727275,0.73140496,0.72727275,0.7231405,0.73140496,0.7355372,0.7355372,0.73966944,0.73966944,0.73140496,0.7231405,0.7231405,0.71900827,0.7231405,0.72727275,0.72727275,0.7355372,0.71900827,0.73140496,0.71487606,0.71487606,0.7107438,0.7107438,0.7066116,0.69008267,0.7066116,0.70247936,0.7066116,0.7066116,0.6735537,0.7107438,0.7107438,0.7107438,0.6983471,0.7107438,0.7066116,0.70247936,0.6694215,0.6404959,0.59504133,0.59090906,0.5495868,0.43801653,0.25619835,0.1983471,0.2644628,0.37603307,0.49586776,0.61157024,0.60330576,0.61570245,0.661157,0.6652893,0.6652893,0.6363636,0.61157024,0.6487603,0.69008267,0.69008267,0.6942149,0.7066116,0.6983471,0.6983471,0.71900827,0.71487606,0.73140496,0.7231405,0.71487606,0.72727275,0.71900827,0.7231405,0.7231405,0.7355372,0.72727275,0.72727275,0.72727275,0.71487606,0.71487606,0.7231405,0.72727275,0.72727275,0.7231405,0.7231405,0.7107438,0.7231405,0.71487606,0.7066116,0.71900827,0.70247936,0.7066116,0.70247936,0.69008267,0.69008267,0.6694215,0.69008267,0.677686,0.6735537,0.6570248,0.6694215,0.6859504,0.6942149,0.6735537,0.6528926,0.59504133,0.59090906,0.57438016,0.46280992,0.3305785,0.22727273,0.37190083,0.38016528,0.5165289,0.61157024,0.607438,0.6198347,0.6487603,0.6446281,0.6446281,0.62396693,0.61157024,0.6363636,0.6528926,0.661157,0.6528926,0.661157,0.6570248,0.6528926,0.69008267,0.6942149,0.6983471,0.6942149,0.71487606,0.7231405,0.71487606,0.72727275,0.72727275,0.72727275,0.7231405,0.74380165,0.72727275,0.7107438,0.7231405,0.73140496,0.72727275,0.7355372,0.72727275,0.71487606,0.7107438,0.73140496,0.7066116,0.70247936,0.6942149,0.6570248,0.6404959,0.6280992,0.6280992,0.62396693,0.62396693,0.6322314,0.6363636,0.6280992,0.6280992,0.6322314,0.6652893,0.6487603,0.6487603,0.6487603,0.59917355,0.59917355,0.59917355,0.49586776,0.35950413,0.23140496,0.56198347,0.3677686,0.5413223,0.61157024,0.60330576,0.6198347,0.61570245,0.62396693,0.6446281,0.6446281,0.6404959,0.6198347,0.61570245,0.6363636,0.58677685,0.57024795,0.55785125,0.56198347,0.57024795,0.59917355,0.6280992,0.6363636,0.6983471,0.70247936,0.7107438,0.71900827,0.7231405,0.7355372,0.72727275,0.73140496,0.71900827,0.71487606,0.72727275,0.7231405,0.74380165,0.75206614,0.73966944,0.7066116,0.70247936,0.7066116,0.661157,0.61157024,0.57024795,0.54545456,0.5247934,0.5247934,0.53305787,0.5289256,0.553719,0.5661157,0.58677685,0.61570245,0.58677685,0.5785124,0.60330576,0.61157024,0.61570245,0.6322314,0.59917355,0.59917355,0.59504133,0.553719,0.34710744,0.2107438,0.6859504,0.39256197,0.57024795,0.6198347,0.59917355,0.60330576,0.59504133,0.61570245,0.61570245,0.6487603,0.6528926,0.607438,0.5785124,0.5785124,0.5247934,0.5,0.4752066,0.49173555,0.5041322,0.5247934,0.57024795,0.58677685,0.6404959,0.6652893,0.6983471,0.6942149,0.71487606,0.73140496,0.74380165,0.73140496,0.72727275,0.72727275,0.71900827,0.73140496,0.74380165,0.75206614,0.73140496,0.70247936,0.6942149,0.6404959,0.58264464,0.5165289,0.47107437,0.44214877,0.43801653,0.4752066,0.48347107,0.48347107,0.5,0.5495868,0.5785124,0.59917355,0.60330576,0.607438,0.58264464,0.5785124,0.59504133,0.59090906,0.5785124,0.58677685,0.59504133,0.59917355,0.40495867,0.23966943,0.71900827,0.49173555,0.59090906,0.6280992,0.61570245,0.59090906,0.59917355,0.6363636,0.6652893,0.6942149,0.6983471,0.6487603,0.60330576,0.58264464,0.57024795,0.54545456,0.5413223,0.5041322,0.5082645,0.5206612,0.5495868,0.5495868,0.59504133,0.6404959,0.6694215,0.661157,0.6942149,0.7231405,0.73966944,0.73966944,0.7355372,0.7231405,0.69008267,0.72727275,0.73966944,0.7355372,0.7107438,0.6818182,0.6652893,0.6198347,0.5661157,0.5247934,0.5041322,0.4876033,0.47933885,0.5247934,0.57024795,0.5785124,0.57024795,0.59090906,0.6404959,0.6528926,0.6735537,0.69008267,0.661157,0.60330576,0.57438016,0.5661157,0.57438016,0.58677685,0.59917355,0.61157024,0.45454547,0.29752067,0.72727275,0.59917355,0.59504133,0.6363636,0.6528926,0.61157024,0.6404959,0.6818182,0.7355372,0.7644628,0.73140496,0.70247936,0.677686,0.6528926,0.6322314,0.6198347,0.61570245,0.5495868,0.49173555,0.4752066,0.49173555,0.5206612,0.59090906,0.61570245,0.62396693,0.6652893,0.6652893,0.6983471,0.7231405,0.74380165,0.73140496,0.71487606,0.6983471,0.70247936,0.74380165,0.7355372,0.7066116,0.6735537,0.6280992,0.6280992,0.58677685,0.55785125,0.5289256,0.49173555,0.5041322,0.49173555,0.47933885,0.48347107,0.5082645,0.54545456,0.5785124,0.6280992,0.6528926,0.6859504,0.69008267,0.6528926,0.59917355,0.5661157,0.57024795,0.59090906,0.607438,0.59917355,0.5123967,0.38016528,0.58264464,0.6198347,0.607438,0.6446281,0.6694215,0.6446281,0.6652893,0.6983471,0.7231405,0.7355372,0.6570248,0.59917355,0.59917355,0.57438016,0.45867768,0.3966942,0.42975205,0.34710744,0.30578512,0.38429752,0.41735536,0.40082645,0.47107437,0.57438016,0.62396693,0.6859504,0.6983471,0.7355372,0.76859504,0.7644628,0.71900827,0.7107438,0.70247936,0.6859504,0.74380165,0.75206614,0.72727275,0.6942149,0.6652893,0.6322314,0.57438016,0.5041322,0.43801653,0.43801653,0.55785125,0.4338843,0.39256197,0.5,0.27272728,0.30578512,0.29338843,0.4876033,0.4752066,0.5206612,0.62396693,0.6404959,0.607438,0.58264464,0.58264464,0.607438,0.61570245,0.59917355,0.553719,0.5,0.48347107,0.58264464,0.62396693,0.661157,0.6818182,0.69008267,0.6859504,0.7066116,0.6735537,0.5661157,0.45454547,0.55785125,0.6363636,0.60330576,0.32231405,0.3429752,0.24793388,0.33471075,0.3181818,0.44214877,0.6363636,0.45041323,0.40495867,0.47933885,0.57438016,0.677686,0.7066116,0.7768595,0.8140496,0.78099173,0.71900827,0.72727275,0.7231405,0.69008267,0.7107438,0.7231405,0.7107438,0.70247936,0.661157,0.59090906,0.45454547,0.46280992,0.5082645,0.59917355,0.7231405,0.5247934,0.338843,0.43801653,0.1446281,0.38016528,0.30578512,0.61157024,0.5371901,0.3677686,0.47107437,0.58677685,0.607438,0.59090906,0.607438,0.6198347,0.61570245,0.59917355,0.57438016,0.55785125,0.45867768,0.5661157,0.6322314,0.6694215,0.6942149,0.71900827,0.7107438,0.69008267,0.56198347,0.49173555,0.45454547,0.6570248,0.78512394,0.8057851,0.49586776,0.37190083,0.338843,0.3677686,0.37603307,0.5661157,0.71487606,0.59504133,0.61570245,0.5165289,0.5495868,0.71900827,0.70247936,0.75206614,0.7933884,0.7768595,0.71900827,0.73140496,0.74380165,0.6942149,0.677686,0.6859504,0.6735537,0.6735537,0.6528926,0.54545456,0.5413223,0.661157,0.58677685,0.661157,0.74793386,0.62396693,0.43801653,0.41322315,0.23966943,0.5785124,0.5041322,0.73140496,0.607438,0.46694216,0.4214876,0.5041322,0.60330576,0.6280992,0.6446281,0.62396693,0.62396693,0.61157024,0.58264464,0.58264464,0.5165289,0.58677685,0.6322314,0.6694215,0.70247936,0.74793386,0.7768595,0.71487606,0.59504133,0.58264464,0.5661157,0.6198347,0.90909094,0.91735536,0.7892562,0.5206612,0.45041323,0.44214877,0.5,0.6859504,0.6652893,0.58264464,0.54545456,0.5165289,0.49586776,0.74380165,0.6694215,0.70247936,0.74793386,0.74793386,0.7066116,0.73140496,0.74380165,0.69008267,0.6652893,0.6570248,0.6487603,0.6280992,0.6322314,0.5413223,0.5495868,0.5495868,0.55785125,0.6528926,0.7355372,0.75619835,0.6446281,0.5247934,0.41735536,0.6735537,0.73966944,0.6942149,0.59504133,0.57024795,0.4876033,0.5371901,0.61570245,0.6735537,0.677686,0.6363636,0.6322314,0.6198347,0.59504133,0.56198347,0.59917355,0.58677685,0.6446281,0.6859504,0.71900827,0.75619835,0.7892562,0.7355372,0.6363636,0.61570245,0.6570248,0.5413223,0.6570248,0.8016529,0.7066116,0.6735537,0.607438,0.6446281,0.6322314,0.6859504,0.607438,0.56198347,0.5785124,0.60330576,0.5661157,0.6735537,0.6404959,0.677686,0.71900827,0.71900827,0.7107438,0.72727275,0.75206614,0.6942149,0.6694215,0.6322314,0.607438,0.607438,0.59090906,0.59504133,0.6363636,0.56198347,0.5289256,0.59090906,0.6859504,0.73966944,0.7231405,0.6652893,0.6198347,0.6487603,0.6570248,0.607438,0.59090906,0.57024795,0.5123967,0.53305787,0.61570245,0.6859504,0.677686,0.6528926,0.6446281,0.62396693,0.59090906,0.58264464,0.6652893,0.58264464,0.6404959,0.6818182,0.71487606,0.72727275,0.76033056,0.7066116,0.6735537,0.6528926,0.7066116,0.677686,0.59090906,0.607438,0.60330576,0.59504133,0.59090906,0.607438,0.62396693,0.6363636,0.58264464,0.58677685,0.6528926,0.7066116,0.62396693,0.60330576,0.61570245,0.661157,0.6942149,0.7107438,0.7066116,0.71900827,0.75619835,0.70247936,0.6735537,0.6280992,0.58264464,0.58264464,0.5371901,0.61157024,0.69008267,0.61570245,0.553719,0.5661157,0.62396693,0.6446281,0.60330576,0.59917355,0.59504133,0.57438016,0.62396693,0.6280992,0.607438,0.58264464,0.5785124,0.5785124,0.61570245,0.6818182,0.6818182,0.6652893,0.6570248,0.6322314,0.58677685,0.58264464,0.74380165,0.5785124,0.6363636,0.6818182,0.7066116,0.72727275,0.7066116,0.6818182,0.6942149,0.6942149,0.7231405,0.7768595,0.74380165,0.6694215,0.6404959,0.58677685,0.607438,0.58677685,0.57024795,0.55785125,0.5661157,0.61157024,0.6694215,0.69008267,0.60330576,0.58264464,0.6198347,0.6446281,0.661157,0.6983471,0.6859504,0.6983471,0.76033056,0.6983471,0.6528926,0.6404959,0.58264464,0.55785125,0.5413223,0.54545456,0.6735537,0.6694215,0.5785124,0.5413223,0.56198347,0.59090906,0.56198347,0.59504133,0.61570245,0.6198347,0.71900827,0.7355372,0.6404959,0.6198347,0.6280992,0.62396693,0.6528926,0.6859504,0.677686,0.6652893,0.661157,0.6322314,0.58677685,0.553719,0.78512394,0.58264464,0.6363636,0.677686,0.7066116,0.71900827,0.70247936,0.6859504,0.70247936,0.71900827,0.75206614,0.8057851,0.80991733,0.75206614,0.70247936,0.6735537,0.6528926,0.6280992,0.58677685,0.58264464,0.607438,0.6322314,0.6694215,0.6280992,0.60330576,0.60330576,0.61570245,0.6363636,0.6652893,0.69008267,0.6942149,0.6818182,0.74793386,0.6942149,0.6280992,0.6446281,0.59504133,0.55785125,0.553719,0.5206612,0.59504133,0.6487603,0.6322314,0.58677685,0.5785124,0.59504133,0.59917355,0.6280992,0.661157,0.7107438,0.74793386,0.76033056,0.6735537,0.6528926,0.6487603,0.6528926,0.6652893,0.6818182,0.6735537,0.6735537,0.6652893,0.6363636,0.58264464,0.55785125,0.61570245,0.59917355,0.6363636,0.677686,0.7066116,0.71487606,0.70247936,0.6859504,0.6942149,0.71900827,0.76859504,0.8140496,0.80991733,0.76033056,0.71487606,0.6859504,0.6570248,0.6404959,0.6198347,0.60330576,0.607438,0.6528926,0.6198347,0.6280992,0.62396693,0.61570245,0.607438,0.6446281,0.677686,0.69008267,0.69008267,0.6983471,0.76033056,0.6859504,0.6446281,0.6363636,0.59504133,0.5661157,0.55785125,0.5661157,0.55785125,0.58264464,0.58264464,0.59090906,0.59090906,0.61157024,0.6322314,0.6363636,0.6694215,0.71900827,0.75206614,0.7355372,0.6942149,0.6652893,0.6652893,0.6694215,0.6735537,0.6694215,0.6694215,0.677686,0.6570248,0.6322314,0.5785124,0.56198347,0.5495868,0.59090906,0.6322314,0.6818182,0.7066116,0.71487606,0.70247936,0.6859504,0.6859504,0.7066116,0.75206614,0.7768595,0.7892562,0.7644628,0.7355372,0.6942149,0.6735537,0.6487603,0.6363636,0.6198347,0.61157024,0.6446281,0.62396693,0.6446281,0.6363636,0.62396693,0.62396693,0.661157,0.6942149,0.69008267,0.69008267,0.677686,0.7768595,0.70247936,0.6570248,0.6404959,0.59917355,0.58264464,0.553719,0.57438016,0.57438016,0.57438016,0.5661157,0.58264464,0.60330576,0.6280992,0.6446281,0.6528926,0.677686,0.7107438,0.71487606,0.7107438,0.69008267,0.6735537,0.6694215,0.6735537,0.6735537,0.6694215,0.6694215,0.6694215,0.6528926,0.6322314,0.57024795,0.56198347,0.6570248,0.58677685,0.6322314,0.6859504,0.7107438,0.7107438,0.6942149,0.69008267,0.69008267,0.71487606,0.73966944,0.76033056,0.76033056,0.75619835,0.75206614,0.6942149,0.6818182,0.6528926,0.6487603,0.6404959,0.6404959,0.6404959,0.6446281,0.6487603,0.6446281,0.6363636,0.6322314,0.6735537,0.6983471,0.6859504,0.6859504,0.6859504,0.77272725,0.7107438,0.661157,0.6528926,0.61157024,0.59917355,0.5495868,0.5661157,0.59090906,0.59504133,0.58264464,0.58677685,0.607438,0.6280992,0.6404959,0.6652893,0.69008267,0.70247936,0.69008267,0.6942149,0.6859504,0.6735537,0.661157,0.6818182,0.677686,0.6694215,0.6694215,0.6652893,0.6487603,0.6198347,0.57438016,0.5371901,0.7107438,0.607438,0.6198347,0.6859504,0.6983471,0.7066116,0.7066116,0.70247936,0.70247936,0.7066116,0.71900827,0.73966944,0.73966944,0.73966944,0.72727275,0.6983471,0.6859504,0.677686,0.661157,0.6528926,0.6528926,0.661157,0.6570248,0.6487603,0.6528926,0.6570248,0.677686,0.6942149,0.7066116,0.6859504,0.677686,0.69008267,0.74380165,0.7107438,0.6652893,0.6570248,0.61570245,0.61570245,0.5785124,0.57438016,0.59090906,0.60330576,0.60330576,0.60330576,0.60330576,0.62396693,0.6487603,0.661157,0.6942149,0.70247936,0.69008267,0.677686,0.677686,0.6735537,0.6694215,0.6735537,0.677686,0.6818182,0.677686,0.6652893,0.6446281,0.607438,0.5661157,0.54545456,0.6983471,0.607438,0.607438,0.6942149,0.6983471,0.71900827,0.72727275,0.72727275,0.7107438,0.7231405,0.7231405,0.7231405,0.7231405,0.7231405,0.7066116,0.6735537,0.677686,0.6652893,0.661157,0.6528926,0.6652893,0.677686,0.6735537,0.6652893,0.661157,0.6818182,0.6942149,0.6983471,0.6983471,0.6818182,0.6859504,0.6818182,0.72727275,0.7066116,0.6652893,0.6652893,0.6280992,0.607438,0.61570245,0.5785124,0.59090906,0.607438,0.62396693,0.61570245,0.61157024,0.6198347,0.6363636,0.661157,0.6818182,0.6735537,0.6818182,0.661157,0.6570248,0.661157,0.6735537,0.6859504,0.677686,0.6859504,0.69008267,0.6694215,0.6446281,0.59090906,0.5661157,0.56198347,0.6570248,0.607438,0.61570245,0.6735537,0.6983471,0.7355372,0.73966944,0.73140496,0.73966944,0.74380165,0.73966944,0.72727275,0.71900827,0.7066116,0.6859504,0.661157,0.661157,0.6528926,0.6570248,0.6652893,0.6818182,0.677686,0.6859504,0.677686,0.6735537,0.6859504,0.7066116,0.70247936,0.6942149,0.6859504,0.69008267,0.6859504,0.73140496,0.7066116,0.6570248,0.6735537,0.6280992,0.61157024,0.61157024,0.59504133,0.59504133,0.6198347,0.62396693,0.6322314,0.6322314,0.62396693,0.62396693,0.6363636,0.6487603,0.6446281,0.6487603,0.6487603,0.6446281,0.661157,0.6735537,0.69008267,0.6859504,0.6859504,0.69008267,0.6694215,0.6363636,0.59090906,0.56198347,0.58264464,0.73140496,0.607438,0.62396693,0.661157,0.71487606,0.74793386,0.74793386,0.74793386,0.75619835,0.7644628,0.75206614,0.72727275,0.7107438,0.7066116,0.6818182,0.6694215,0.6652893,0.6570248,0.6652893,0.6570248,0.677686,0.677686,0.6818182,0.69008267,0.6942149,0.7107438,0.7066116,0.7107438,0.6983471,0.6859504,0.69008267,0.6983471,0.75619835,0.74380165,0.69008267,0.6818182,0.6446281,0.61570245,0.6198347,0.607438,0.60330576,0.6280992,0.6280992,0.6322314,0.6487603,0.6528926,0.6487603,0.6363636,0.6446281,0.6528926,0.6652893,0.6818182,0.69008267,0.71900827,0.6942149,0.69008267,0.6859504,0.6942149,0.677686,0.6570248,0.6198347,0.58677685,0.56198347,0.5206612,0.76033056,0.69008267,0.61570245,0.6570248,0.7231405,0.7644628,0.75206614,0.75619835,0.75206614,0.77272725,0.74793386,0.73140496,0.7107438,0.7066116,0.6983471,0.6818182,0.677686,0.6694215,0.6818182,0.677686,0.6942149,0.6942149,0.7066116,0.7231405,0.72727275,0.72727275,0.7107438,0.71487606,0.7066116,0.70247936,0.7066116,0.7066116,0.7768595,0.75619835,0.7107438,0.7066116,0.6570248,0.6322314,0.62396693,0.6280992,0.6280992,0.6404959,0.6363636,0.6363636,0.6446281,0.6487603,0.661157,0.6404959,0.6487603,0.6652893,0.6818182,0.69008267,0.6859504,0.70247936,0.6942149,0.69008267,0.69008267,0.6818182,0.6652893,0.6487603,0.61157024,0.58264464,0.5661157,0.553719,0.446281,0.5413223,0.61157024,0.6570248,0.7107438,0.76859504,0.75619835,0.7644628,0.74793386,0.75206614,0.73966944,0.71900827,0.7107438,0.6942149,0.70247936,0.6859504,0.6859504,0.677686,0.69008267,0.6859504,0.7066116,0.71487606,0.74380165,0.78512394,0.74793386,0.7107438,0.71487606,0.71487606,0.7107438,0.7066116,0.7066116,0.7107438,0.78099173,0.75619835,0.6983471,0.7066116,0.6735537,0.6404959,0.6280992,0.6280992,0.677686,0.677686,0.661157,0.6446281,0.6404959,0.6570248,0.6528926,0.6363636,0.6528926,0.6818182,0.6859504,0.6859504,0.6859504,0.70247936,0.6983471,0.6818182,0.6859504,0.6735537,0.6652893,0.6446281,0.60330576,0.5785124,0.58264464,0.58677685,0.19008264,0.23966943,0.57438016,0.6528926,0.6983471,0.73140496,0.76033056,0.7644628,0.75206614,0.73966944,0.7355372,0.71900827,0.71487606,0.70247936,0.70247936,0.70247936,0.6983471,0.6818182,0.69008267,0.6942149,0.71900827,0.7355372,0.77272725,0.78099173,0.6983471,0.661157,0.677686,0.6983471,0.6983471,0.6818182,0.6859504,0.70247936,0.78099173,0.76033056,0.71487606,0.7066116,0.6859504,0.6528926,0.61570245,0.59090906,0.71487606,0.7107438,0.6859504,0.661157,0.6446281,0.6487603,0.6446281,0.6570248,0.6694215,0.6735537,0.6694215,0.677686,0.677686,0.69008267,0.6859504,0.6859504,0.6859504,0.6652893,0.6570248,0.6322314,0.59090906,0.59504133,0.46694216,0.35123968,0.17768595,0.20247933,0.4876033,0.6528926,0.69008267,0.73140496,0.75619835,0.76033056,0.7644628,0.75619835,0.7355372,0.7355372,0.73140496,0.71900827,0.7107438,0.70247936,0.6859504,0.69008267,0.6983471,0.7107438,0.73140496,0.74380165,0.76033056,0.7355372,0.6446281,0.6404959,0.6528926,0.6652893,0.69008267,0.6487603,0.6652893,0.70247936,0.76859504,0.75206614,0.7231405,0.7107438,0.69008267,0.6652893,0.61570245,0.56198347,0.6735537,0.73140496,0.7066116,0.69008267,0.661157,0.6570248,0.6528926,0.6735537,0.6652893,0.6652893,0.677686,0.69008267,0.6818182,0.677686,0.677686,0.6859504,0.6983471,0.677686,0.6570248,0.6280992,0.58677685,0.61570245,0.25619835,0.18181819,0.18595041,0.16528925,0.4214876,0.6404959,0.6735537,0.73966944,0.74793386,0.7644628,0.76033056,0.76033056,0.75619835,0.75206614,0.74380165,0.72727275,0.7231405,0.6942149,0.6859504,0.6983471,0.7066116,0.71487606,0.72727275,0.73140496,0.75206614,0.7066116,0.6322314,0.62396693,0.6322314,0.6570248,0.6818182,0.6446281,0.6446281,0.6942149,0.75206614,0.74793386,0.7107438,0.70247936,0.677686,0.6735537,0.6322314,0.59090906,0.6487603,0.7231405,0.72727275,0.7066116,0.69008267,0.6859504,0.6528926,0.6818182,0.6818182,0.677686,0.677686,0.6983471,0.6983471,0.6818182,0.69008267,0.6942149,0.6942149,0.6652893,0.6570248,0.62396693,0.59504133,0.56198347,0.1570248,0.19421488,0.19008264,0.14876033,0.35950413,0.62396693,0.6694215,0.7231405,0.75206614,0.75206614,0.76033056,0.75206614,0.76859504,0.75619835,0.76033056,0.74380165,0.73140496,0.6983471,0.71487606,0.6983471,0.6983471,0.70247936,0.7107438,0.71900827,0.7231405,0.6983471,0.6528926,0.6280992,0.6570248,0.6694215,0.6859504,0.6818182,0.677686,0.7107438,0.75619835,0.73966944,0.6983471,0.69008267,0.6818182,0.6735537,0.661157,0.6280992,0.6322314,0.7066116,0.71900827,0.7066116,0.70247936,0.6942149,0.677686,0.6859504,0.6859504,0.6983471,0.6983471,0.7107438,0.7107438,0.6983471,0.70247936,0.6942149,0.6983471,0.6694215,0.6528926,0.607438,0.607438,0.43801653,0.14876033,0.18181819,0.18181819,0.16115703,0.23966943,0.6446281,0.6735537,0.71900827,0.75206614,0.75206614,0.7768595,0.77272725,0.7892562,0.77272725,0.76859504,0.75206614,0.74380165,0.71487606,0.72727275,0.70247936,0.70247936,0.69008267,0.6859504,0.7107438,0.72727275,0.6942149,0.6446281,0.661157,0.6735537,0.6859504,0.677686,0.6818182,0.69008267,0.72727275,0.77272725,0.7355372,0.7107438,0.6942149,0.6818182,0.6818182,0.6694215,0.6404959,0.6322314,0.6859504,0.7107438,0.7066116,0.7066116,0.7107438,0.70247936,0.6983471,0.6983471,0.71487606,0.7066116,0.71487606,0.71487606,0.7066116,0.6942149,0.6983471,0.69008267,0.6694215,0.6487603,0.59504133,0.61570245,0.30165288,0.16115703,0.18181819,0.1694215,0.18181819,0.11157025,0.62396693,0.6818182,0.71900827,0.74380165,0.7644628,0.78099173,0.7892562,0.7892562,0.78099173,0.78512394,0.7644628,0.74793386,0.7355372,0.72727275,0.7066116,0.6983471,0.677686,0.6694215,0.70247936,0.71487606,0.6859504,0.661157,0.6818182,0.7066116,0.69008267,0.6942149,0.6942149,0.70247936,0.78099173,0.80991733,0.73966944,0.7107438,0.70247936,0.69008267,0.6983471,0.6652893,0.6404959,0.62396693,0.6652893,0.70247936,0.7107438,0.70247936,0.70247936,0.70247936,0.7107438,0.7066116,0.73140496,0.72727275,0.7355372,0.72727275,0.71900827,0.7066116,0.70247936,0.6818182,0.6694215,0.6404959,0.59504133,0.5785124,0.2107438,0.1694215,0.18595041,0.17355372,0.18595041,0.09090909,0.49586776,0.6818182,0.7107438,0.73966944,0.7644628,0.78512394,0.7892562,0.7892562,0.7768595,0.77272725,0.76859504,0.76033056,0.73966944,0.73140496,0.7066116,0.6859504,0.6694215,0.677686,0.6942149,0.6983471,0.69008267,0.7066116,0.72727275,0.73966944,0.71487606,0.7107438,0.7066116,0.6859504,0.8264463,0.8264463,0.73140496,0.7107438,0.7107438,0.70247936,0.6859504,0.661157,0.6487603,0.62396693,0.6487603,0.70247936,0.7066116,0.7066116,0.7107438,0.7107438,0.71487606,0.72727275,0.74793386,0.73966944,0.73966944,0.73140496,0.71487606,0.7231405,0.6942149,0.6859504,0.6694215,0.6198347,0.607438,0.4752066,0.16528925,0.17355372,0.18595041,0.17355372,0.17768595,0.16115703,0.3553719,0.6859504,0.6983471,0.74793386,0.77272725,0.7892562,0.7892562,0.78099173,0.78512394,0.7768595,0.78512394,0.7644628,0.74793386,0.73140496,0.7107438,0.69008267,0.6859504,0.6859504,0.70247936,0.6983471,0.661157,0.72727275,0.76859504,0.72727275,0.71487606,0.74380165,0.74793386,0.6859504,0.7355372,0.75619835,0.7066116,0.71487606,0.7107438,0.6859504,0.6652893,0.6735537,0.6735537,0.6198347,0.6280992,0.71487606,0.71487606,0.7107438,0.71487606,0.71900827,0.71900827,0.71487606,0.72727275,0.7355372,0.74793386,0.7355372,0.7107438,0.73140496,0.6818182,0.6818182,0.6652893,0.607438,0.6198347,0.338843,0.1570248,0.17768595,0.18181819,0.17768595,0.17355372,0.1694215,0.28099173,0.6570248,0.69008267,0.74380165,0.76859504,0.78099173,0.7892562,0.8016529,0.79752064,0.7933884,0.8016529,0.7768595,0.75619835,0.73966944,0.7107438,0.6942149,0.6983471,0.6983471,0.71487606,0.71900827,0.61570245,0.59504133,0.6487603,0.60330576,0.6487603,0.7066116,0.838843,0.7231405,0.70247936,0.71487606,0.71487606,0.75206614,0.6735537,0.6322314,0.60330576,0.6322314,0.6487603,0.5495868,0.59917355,0.71487606,0.71900827,0.7107438,0.71487606,0.7107438,0.73140496,0.7231405,0.73140496,0.7355372,0.74793386,0.74380165,0.7231405,0.71900827,0.6859504,0.6859504,0.661157,0.60330576,0.58264464,0.23553719,0.16528925,0.18181819,0.17768595,0.17768595,0.18181819,0.16528925,0.23966943,0.59090906,0.6859504,0.73966944,0.77272725,0.78512394,0.79752064,0.80991733,0.8016529,0.80991733,0.8057851,0.78099173,0.75619835,0.73140496,0.71487606,0.70247936,0.7066116,0.70247936,0.6983471,0.7231405,0.6859504,0.59504133,0.59090906,0.56198347,0.59090906,0.61157024,0.75206614,0.74793386,0.7231405,0.71900827,0.70247936,0.661157,0.61570245,0.56198347,0.49586776,0.5123967,0.5206612,0.5206612,0.6528926,0.71487606,0.7107438,0.7107438,0.7231405,0.6859504,0.73966944,0.73966944,0.74793386,0.74380165,0.73966944,0.74380165,0.7355372,0.71487606,0.7066116,0.6859504,0.6404959,0.607438,0.4876033,0.18181819,0.17768595,0.17768595,0.19008264,0.18595041,0.16115703,0.16115703,0.20247933,0.54545456,0.6859504,0.7231405,0.77272725,0.7933884,0.80991733,0.8181818,0.8264463,0.8140496,0.79752064,0.78099173,0.75619835,0.73140496,0.72727275,0.7107438,0.7107438,0.70247936,0.6942149,0.7066116,0.6942149,0.6652893,0.6735537,0.6652893,0.6446281,0.61570245,0.6280992,0.71487606,0.7355372,0.71487606,0.661157,0.59504133,0.57024795,0.5165289,0.5,0.5206612,0.53305787,0.61570245,0.7066116,0.7066116,0.7107438,0.7231405,0.71900827,0.6652893,0.7231405,0.73966944,0.75619835,0.7355372,0.73140496,0.73966944,0.72727275,0.7107438,0.70247936,0.677686,0.607438,0.60330576,0.35950413,0.16115703,0.17768595,0.18181819,0.1694215,0.18595041,0.17768595,0.17355372,0.1322314,0.4876033,0.6735537,0.7107438,0.76033056,0.7933884,0.8181818,0.822314,0.822314,0.80991733,0.7933884,0.7768595,0.76859504,0.75619835,0.7355372,0.71900827,0.7066116,0.70247936,0.6942149,0.69008267,0.69008267,0.661157,0.677686,0.6942149,0.70247936,0.6859504,0.6198347,0.6404959,0.6652893,0.6446281,0.59917355,0.5495868,0.5495868,0.56198347,0.58677685,0.59917355,0.62396693,0.6652893,0.71487606,0.7066116,0.71487606,0.72727275,0.7231405,0.71487606,0.73966944,0.74380165,0.74793386,0.75206614,0.73140496,0.73966944,0.71487606,0.7066116,0.6983471,0.6694215,0.61157024,0.5661157,0.2520661,0.16115703,0.17768595,0.17355372,0.17768595,0.18181819,0.17768595,0.16528925,0.15289256,0.30991736,0.6818182,0.71487606,0.76033056,0.7892562,0.80991733,0.8181818,0.822314,0.8181818,0.8016529,0.7892562,0.7768595,0.76859504,0.7355372,0.71487606,0.6942149,0.6983471,0.69008267,0.69008267,0.677686,0.661157,0.6735537,0.677686,0.7107438,0.71487606,0.6652893,0.6198347,0.58264464,0.5495868,0.53305787,0.5495868,0.59504133,0.61570245,0.6280992,0.6363636,0.6363636,0.6818182,0.7107438,0.71487606,0.71900827,0.73140496,0.71900827,0.7231405,0.73966944,0.7355372,0.74793386,0.74793386,0.74793386,0.73140496,0.7107438,0.7107438,0.6942149,0.6570248,0.60330576,0.46280992,0.18181819,0.16528925,0.1694215,0.17355372,0.1694215,0.18181819,0.17768595,0.17355372,0.18181819,0.11983471,0.6280992,0.7066116,0.74793386,0.78099173,0.8057851,0.8140496,0.822314,0.822314,0.8140496,0.7933884,0.7768595,0.76859504,0.73966944,0.7066116,0.6983471,0.6983471,0.6859504,0.6859504,0.6735537,0.6694215,0.6859504,0.677686,0.71487606,0.6983471,0.6942149,0.69008267,0.6404959,0.59504133,0.58677685,0.61157024,0.6404959,0.6446281,0.6280992,0.6404959,0.6404959,0.6652893,0.7066116,0.7231405,0.72727275,0.73140496,0.71900827,0.72727275,0.74380165,0.73966944,0.75619835,0.75619835,0.73966944,0.71900827,0.7107438,0.7107438,0.6818182,0.6446281,0.59090906,0.33471075,0.1570248,0.1694215,0.16528925,0.17355372,0.1694215,0.18181819,0.18181819,0.18595041,0.17355372,0.14876033,0.45041323,0.7066116,0.73966944,0.7768595,0.7933884,0.8181818,0.80991733,0.8264463,0.8181818,0.7933884,0.78099173,0.76033056,0.7355372,0.7231405,0.72727275,0.677686,0.7066116,0.6983471,0.69008267,0.6983471,0.7066116,0.7066116,0.7066116,0.6818182,0.6942149,0.71900827,0.70247936,0.69008267,0.6652893,0.6487603,0.6446281,0.6570248,0.6528926,0.6322314,0.6404959,0.6570248,0.6983471,0.71900827,0.7066116,0.7355372,0.7231405,0.7231405,0.73966944,0.73966944,0.75619835,0.75206614,0.74380165,0.71900827,0.70247936,0.6942149,0.6570248,0.6363636,0.5289256,0.23140496,0.16115703,0.17768595,0.16528925,0.18181819,0.1694215,0.18595041,0.17768595,0.18181819,0.16528925,0.17355372,0.3264463,0.6735537,0.72727275,0.7768595,0.78512394,0.8016529,0.8181818,0.822314,0.8140496,0.7892562,0.7892562,0.76859504,0.7355372,0.7355372,0.74793386,0.7355372,0.7355372,0.73966944,0.71900827,0.7107438,0.71487606,0.7107438,0.69008267,0.6570248,0.6528926,0.6694215,0.6818182,0.6859504,0.69008267,0.677686,0.6570248,0.6694215,0.6694215,0.6446281,0.6363636,0.6694215,0.6859504,0.6983471,0.7107438,0.7355372,0.73140496,0.72727275,0.73140496,0.7355372,0.75206614,0.74380165,0.7355372,0.71900827,0.7107438,0.6735537,0.6570248,0.6198347,0.41322315,0.1694215,0.16115703,0.16115703,0.1694215,0.16528925,0.17355372,0.18595041,0.1694215,0.17768595,0.19421488,0.14876033,0.32231405,0.6446281,0.71900827,0.78099173,0.78099173,0.80991733,0.8140496,0.8140496,0.80991733,0.7892562,0.7933884,0.78512394,0.76033056,0.76033056,0.75619835,0.78099173,0.77272725,0.75619835,0.74380165,0.74380165,0.70247936,0.70247936,0.677686,0.6446281,0.62396693,0.60330576,0.6280992,0.6487603,0.677686,0.677686,0.6859504,0.69008267,0.6859504,0.6818182,0.6694215,0.6818182,0.69008267,0.7107438,0.7107438,0.72727275,0.73140496,0.71487606,0.72727275,0.73140496,0.73140496,0.73966944,0.7355372,0.71900827,0.6983471,0.6735537,0.6528926,0.55785125,0.26859504,0.15289256,0.1570248,0.16528925,0.16115703,0.16115703,0.1694215,0.18181819,0.17768595,0.18595041,0.17355372,0.16115703,0.3677686,0.62396693,0.71487606,0.77272725,0.77272725,0.8016529,0.8057851,0.8140496,0.8016529,0.8016529,0.79752064,0.79752064,0.7644628,0.74793386,0.7355372,0.76859504,0.7892562,0.78099173,0.7768595,0.76033056,0.71487606,0.70247936,0.6859504,0.661157,0.6280992,0.61157024,0.61570245,0.6363636,0.6652893,0.6694215,0.677686,0.6735537,0.69008267,0.6942149,0.6983471,0.70247936,0.7107438,0.7355372,0.7231405,0.7355372,0.72727275,0.7066116,0.71900827,0.73140496,0.7231405,0.73140496,0.72727275,0.70247936,0.677686,0.661157,0.6363636,0.43801653,0.17768595,0.16528925,0.15289256,0.1570248,0.16115703,0.16115703,0.16115703,0.17355372,0.19008264,0.18181819,0.17768595,0.1446281,0.39256197,0.59504133,0.6694215,0.7644628,0.76859504,0.7933884,0.8057851,0.80991733,0.8057851,0.8140496,0.8057851,0.78099173,0.73140496,0.7107438,0.6652893,0.6735537,0.72727275,0.7355372,0.7107438,0.6859504,0.661157,0.6446281,0.6446281,0.6487603,0.6363636,0.6363636,0.6363636,0.6487603,0.6487603,0.6487603,0.6694215,0.6859504,0.6983471,0.71900827,0.71487606,0.72727275,0.74380165,0.74793386,0.73966944,0.73966944,0.7355372,0.71900827,0.7066116,0.72727275,0.7231405,0.72727275,0.71900827,0.6859504,0.6652893,0.6487603,0.57438016,0.29752067,0.15289256,0.15289256,0.16115703,0.14876033,0.16528925,0.16528925,0.15289256,0.18595041,0.18595041,0.18595041,0.19008264,0.13636364,0.42975205,0.61570245,0.6280992,0.73140496,0.7644628,0.7892562,0.8057851,0.80991733,0.8181818,0.8181818,0.8016529,0.73966944,0.6735537,0.59090906,0.5,0.46280992,0.5082645,0.5371901,0.5123967,0.46280992,0.47107437,0.49586776,0.5413223,0.57024795,0.58264464,0.58677685,0.59504133,0.59090906,0.59090906,0.59504133,0.607438,0.6322314,0.6570248,0.69008267,0.71900827,0.73966944,0.73966944,0.7355372,0.73140496,0.74380165,0.73966944,0.7355372,0.7107438,0.72727275,0.72727275,0.7231405,0.7066116,0.677686,0.6570248,0.6322314,0.45867768,0.19008264,0.15289256,0.16115703,0.16115703,0.14876033,0.16115703,0.1570248,0.16528925,0.19421488,0.17768595,0.18595041,0.18595041,0.12809917,0.47933885,0.6363636,0.6280992,0.6859504,0.75206614,0.7768595,0.7933884,0.8057851,0.8181818,0.8181818,0.7892562,0.71900827,0.6363636,0.58264464,0.58677685,0.5495868,0.5082645,0.4876033,0.4338843,0.40495867,0.38016528,0.37603307,0.4090909,0.446281,0.48347107,0.4876033,0.5082645,0.5289256,0.5123967,0.49173555,0.45867768,0.45041323,0.4752066,0.5165289,0.58677685,0.62396693,0.6280992,0.6280992,0.6652893,0.71487606,0.73966944,0.74380165,0.71900827,0.73140496,0.7231405,0.7107438,0.6983471,0.661157,0.6487603,0.58264464,0.30991736,0.1446281,0.1570248,0.16115703,0.1570248,0.1570248,0.1570248,0.1694215,0.16115703,0.19008264,0.18181819,0.18181819,0.18595041,0.11157025,0.5123967,0.6570248,0.6322314,0.6446281,0.7231405,0.75619835,0.77272725,0.79752064,0.8140496,0.80991733,0.78099173,0.7355372,0.6694215,0.6694215,0.6942149,0.6652893,0.59504133,0.54545456,0.5247934,0.4876033,0.45867768,0.44214877,0.45454547,0.42975205,0.4338843,0.40082645,0.38842976,0.38842976,0.34710744,0.3553719,0.3429752,0.34710744,0.3553719,0.37603307,0.41735536,0.47107437,0.4752066,0.5123967,0.58677685,0.6487603,0.71900827,0.74380165,0.72727275,0.73140496,0.71900827,0.6983471,0.677686,0.6404959,0.6280992,0.5206612,0.21487603,0.14049587,0.15289256,0.1570248,0.1570248,0.15289256,0.16115703,0.1694215,0.16528925,0.19008264,0.18595041,0.18595041,0.18595041,0.09504132,0.56198347,0.6694215,0.6487603,0.6280992,0.6859504,0.73140496,0.7644628,0.78099173,0.80991733,0.8016529,0.78099173,0.78099173,0.74380165,0.7231405,0.74793386,0.75206614,0.6983471,0.61570245,0.58264464,0.55785125,0.5371901,0.5206612,0.553719,0.5495868,0.53305787,0.5247934,0.5082645,0.49586776,0.47107437,0.43801653,0.4214876,0.4090909,0.4214876,0.42561984,0.446281,0.5041322,0.5413223,0.58677685,0.6487603,0.6694215,0.7066116,0.72727275,0.71900827,0.73140496,0.7107438,0.6818182,0.6487603,0.61157024,0.59504133,0.47107437,0.17355372,0.1446281,0.14876033,0.1570248,0.14876033,0.14876033,0.16115703,0.16528925,0.1570248,0.18595041,0.19008264,0.19008264,0.14876033,0.07024793,0.58677685,0.6694215,0.6487603,0.6570248,0.6487603,0.70247936,0.74380165,0.77272725,0.7933884,0.8016529,0.7933884,0.7892562,0.8057851,0.7644628,0.75206614,0.78099173,0.78099173,0.71900827,0.6570248,0.6198347,0.58677685,0.5785124,0.5661157,0.57438016,0.56198347,0.54545456,0.5289256,0.5206612,0.5247934,0.5165289,0.48347107,0.4752066,0.4876033,0.49586776,0.5247934,0.58264464,0.6322314,0.661157,0.7066116,0.71487606,0.6942149,0.72727275,0.72727275,0.71487606,0.6859504,0.6487603,0.61157024,0.5785124,0.59090906,0.42975205,0.12396694,0.1570248,0.14049587,0.14049587,0.14876033,0.14876033,0.1570248,0.16528925,0.1570248,0.19421488,0.2107438,0.16528925,0.10743801,0.09090909,0.59917355,0.677686,0.6652893,0.677686,0.6528926,0.6652893,0.71487606,0.75206614,0.7768595,0.78512394,0.78512394,0.77272725,0.8057851,0.79752064,0.77272725,0.77272725,0.7933884,0.76859504,0.71487606,0.6859504,0.6487603,0.61157024,0.57438016,0.55785125,0.553719,0.5371901,0.5165289,0.5247934,0.5289256,0.5289256,0.5206612,0.5413223,0.57024795,0.58264464,0.61157024,0.6528926,0.70247936,0.7066116,0.7355372,0.73966944,0.71900827,0.7231405,0.72727275,0.7066116,0.661157,0.6198347,0.58677685,0.553719,0.61570245,0.3553719,0.11157025,0.14876033,0.14049587,0.13636364,0.1446281,0.1570248,0.1570248,0.1694215,0.16528925,0.20661157,0.18595041,0.11983471,0.08677686,0.16528925,0.6280992,0.677686,0.6859504,0.6983471,0.69008267,0.6280992,0.6859504,0.7231405,0.75206614,0.76859504,0.7644628,0.75619835,0.7768595,0.7892562,0.78512394,0.76859504,0.78099173,0.7768595,0.73140496,0.70247936,0.69008267,0.6570248,0.6198347,0.60330576,0.59504133,0.57024795,0.5495868,0.54545456,0.54545456,0.55785125,0.57024795,0.59504133,0.62396693,0.62396693,0.6570248,0.69008267,0.71900827,0.7231405,0.74380165,0.73140496,0.7066116,0.70247936,0.7066116,0.6694215,0.6280992,0.59090906,0.56198347,0.55785125,0.6280992,0.2892562,0.11570248,0.14049587,0.14049587,0.1322314,0.1446281,0.14876033,0.1446281,0.16528925,0.1694215,0.20661157,0.14876033,0.11157025,0.08677686,0.26859504,0.6487603,0.6859504,0.70247936,0.7231405,0.70247936,0.6735537,0.661157,0.6818182,0.7107438,0.74793386,0.75206614,0.73140496,0.73966944,0.76033056,0.7644628,0.7768595,0.78512394,0.78099173,0.74793386,0.70247936,0.6942149,0.677686,0.6652893,0.6528926,0.6404959,0.62396693,0.6280992,0.60330576,0.607438,0.607438,0.61570245,0.6198347,0.6280992,0.6487603,0.6859504,0.7066116,0.7231405,0.7355372,0.72727275,0.6983471,0.69008267,0.6859504,0.6694215,0.6198347,0.59917355,0.5785124,0.56198347,0.5785124,0.6404959,0.17355372,0.13636364,0.1446281,0.14049587,0.1322314,0.1446281,0.14049587,0.1446281,0.1570248,0.1570248,0.18181819,0.12396694,0.09917355,0.08264463,0.37190083,0.661157,0.6818182,0.71487606,0.7355372,0.7355372,0.7066116,0.661157,0.661157,0.6818182,0.7066116,0.75206614,0.7231405,0.72727275,0.74380165,0.73966944,0.74380165,0.75206614,0.76033056,0.75619835,0.73140496,0.71487606,0.6942149,0.6859504,0.6694215,0.6487603,0.6404959,0.6652893,0.6570248,0.6735537,0.6694215,0.6570248,0.6487603,0.661157,0.677686,0.6983471,0.7066116,0.7066116,0.71900827,0.6859504,0.6694215,0.6570248,0.6570248,0.6322314,0.59504133,0.58677685,0.55785125,0.5785124,0.58264464,0.6487603,0.08677686,0.15289256,0.14049587,0.13636364,0.13636364,0.1446281,0.14049587,0.1446281,0.15289256,0.15289256,0.15289256,0.10743801,0.09090909,0.09917355,0.43801653,0.6694215,0.69008267,0.7231405,0.74380165,0.75619835,0.73966944,0.6983471,0.6570248,0.6487603,0.70247936,0.71900827,0.73966944,0.72727275,0.74380165,0.74380165,0.73966944,0.7355372,0.7355372,0.73966944,0.73966944,0.74380165,0.7107438,0.6818182,0.6859504,0.661157,0.661157,0.6652893,0.6652893,0.69008267,0.69008267,0.6818182,0.677686,0.6983471,0.6942149,0.6942149,0.6942149,0.69008267,0.6859504,0.6694215,0.6652893,0.661157,0.6363636,0.59917355,0.57438016,0.56198347,0.57438016,0.59090906,0.5785124,0.6404959,0.07024793,0.13636364,0.15289256,0.1446281,0.1322314,0.14049587,0.13636364,0.1446281,0.14876033,0.15289256,0.1322314,0.09917355,0.08264463,0.11157025,0.47107437,0.6735537,0.69008267,0.71900827,0.75206614,0.7644628,0.7644628,0.73966944,0.6859504,0.6487603,0.6694215,0.6942149,0.72727275,0.73140496,0.73966944,0.73966944,0.75206614,0.74380165,0.7355372,0.7231405,0.72727275,0.7231405,0.71487606,0.70247936,0.6942149,0.6694215,0.6652893,0.6652893,0.661157,0.6735537,0.6818182,0.677686,0.6818182,0.6859504,0.6818182,0.6818182,0.6694215,0.6735537,0.6528926,0.6652893,0.661157,0.6446281,0.607438,0.5785124,0.553719,0.57024795,0.60330576,0.59504133,0.58677685,0.5785124,0.07024793,0.1322314,0.15289256,0.12809917,0.13636364,0.12809917,0.13636364,0.13636364,0.14876033,0.15289256,0.11570248,0.09504132,0.0785124,0.10743801,0.47107437,0.6818182,0.6983471,0.72727275,0.73966944,0.77272725,0.78099173,0.76033056,0.7355372,0.677686,0.6528926,0.661157,0.70247936,0.71900827,0.73966944,0.73140496,0.74380165,0.75619835,0.75206614,0.74380165,0.71900827,0.71487606,0.7107438,0.6983471,0.6818182,0.6652893,0.6570248,0.6528926,0.6487603,0.6528926,0.6570248,0.6694215,0.6652893,0.6694215,0.6735537,0.677686,0.6652893,0.6818182,0.661157,0.6570248,0.6404959,0.6198347,0.58264464,0.553719,0.56198347,0.59917355,0.59504133,0.59090906,0.59090906,0.5,0.0661157,0.1322314,0.16528925,0.1322314,0.1322314,0.14049587,0.1446281,0.1446281,0.1446281,0.1570248,0.11157025,0.09090909,0.0785124,0.1322314,0.41322315,0.69008267,0.70247936,0.72727275,0.74793386,0.7768595,0.78512394,0.7768595,0.76033056,0.71900827,0.677686,0.6446281,0.661157,0.7107438,0.73966944,0.71900827,0.7231405,0.75619835,0.7644628,0.75206614,0.71900827,0.71487606,0.7066116,0.6859504,0.6652893,0.6528926,0.6446281,0.6363636,0.62396693,0.6363636,0.6570248,0.6446281,0.677686,0.6818182,0.69008267,0.69008267,0.69008267,0.6818182,0.661157,0.6528926,0.6363636,0.58677685,0.54545456,0.57024795,0.607438,0.60330576,0.59504133,0.5785124,0.607438,0.41322315,0.07438017,0.1322314,0.18181819,0.13636364,0.12809917,0.14876033,0.1446281,0.14049587,0.14876033,0.15289256,0 +0.1983471,0.19421488,0.19421488,0.19421488,0.19008264,0.19008264,0.24380165,0.40495867,0.48347107,0.5165289,0.5371901,0.5661157,0.57438016,0.58677685,0.61157024,0.6322314,0.6404959,0.6570248,0.6735537,0.6942149,0.70247936,0.71900827,0.72727275,0.71900827,0.7231405,0.7107438,0.73966944,0.74793386,0.75619835,0.75619835,0.7644628,0.77272725,0.78512394,0.78512394,0.8057851,0.8181818,0.8057851,0.80991733,0.7933884,0.7892562,0.78512394,0.7768595,0.78512394,0.76859504,0.78512394,0.7768595,0.78099173,0.7892562,0.78099173,0.7768595,0.7768595,0.7768595,0.76859504,0.76859504,0.75619835,0.74380165,0.7355372,0.72727275,0.6859504,0.6735537,0.61570245,0.58264464,0.5123967,0.45867768,0.21900827,0.21900827,0.21487603,0.21487603,0.2107438,0.2107438,0.26859504,0.4214876,0.48347107,0.5247934,0.53305787,0.57024795,0.5785124,0.59917355,0.62396693,0.6404959,0.6528926,0.661157,0.6818182,0.6859504,0.7066116,0.71487606,0.73140496,0.71487606,0.7355372,0.72727275,0.73966944,0.73966944,0.75206614,0.75206614,0.74380165,0.7892562,0.7892562,0.7933884,0.8057851,0.80991733,0.8016529,0.8057851,0.7933884,0.7933884,0.79752064,0.7892562,0.7933884,0.7892562,0.78099173,0.78099173,0.78512394,0.78512394,0.7892562,0.7892562,0.78512394,0.7768595,0.76859504,0.76033056,0.74793386,0.74793386,0.74380165,0.72727275,0.6983471,0.6446281,0.6198347,0.5661157,0.5123967,0.45041323,0.23966943,0.23966943,0.23966943,0.23966943,0.23553719,0.23553719,0.29338843,0.41735536,0.4752066,0.5082645,0.5495868,0.57438016,0.59504133,0.61157024,0.6280992,0.6404959,0.6652893,0.6694215,0.6818182,0.6818182,0.6942149,0.7107438,0.7231405,0.71900827,0.73966944,0.74793386,0.74793386,0.74380165,0.73966944,0.75619835,0.75619835,0.78099173,0.7892562,0.8016529,0.7933884,0.79752064,0.8140496,0.8016529,0.79752064,0.7892562,0.7892562,0.78512394,0.78099173,0.7892562,0.7892562,0.78099173,0.78099173,0.7768595,0.79752064,0.78512394,0.78512394,0.7768595,0.75619835,0.75619835,0.74793386,0.73966944,0.73966944,0.7355372,0.6942149,0.6694215,0.61157024,0.59090906,0.5,0.46280992,0.22727273,0.22727273,0.22727273,0.22727273,0.23140496,0.23140496,0.29752067,0.4090909,0.4752066,0.5206612,0.55785125,0.59090906,0.60330576,0.61570245,0.6322314,0.6363636,0.6528926,0.6694215,0.6818182,0.6859504,0.6983471,0.7107438,0.72727275,0.71900827,0.73140496,0.7355372,0.7355372,0.73140496,0.73140496,0.73966944,0.77272725,0.7644628,0.7768595,0.78512394,0.78512394,0.79752064,0.80991733,0.8181818,0.8057851,0.79752064,0.8057851,0.78099173,0.78512394,0.78512394,0.7892562,0.7933884,0.79752064,0.7892562,0.7892562,0.7892562,0.78512394,0.77272725,0.7644628,0.75619835,0.75206614,0.74380165,0.73966944,0.74793386,0.7107438,0.6818182,0.661157,0.55785125,0.5123967,0.46280992,0.23553719,0.23553719,0.23140496,0.23140496,0.22727273,0.22727273,0.3305785,0.40495867,0.4752066,0.5206612,0.5785124,0.59504133,0.62396693,0.6446281,0.6363636,0.62396693,0.6487603,0.6570248,0.6859504,0.6818182,0.6983471,0.7107438,0.73140496,0.7231405,0.7355372,0.72727275,0.7355372,0.73966944,0.73966944,0.74380165,0.77272725,0.7644628,0.7768595,0.7892562,0.8016529,0.79752064,0.8057851,0.80991733,0.8016529,0.80991733,0.8057851,0.79752064,0.78512394,0.7933884,0.79752064,0.78512394,0.78512394,0.7933884,0.78512394,0.78512394,0.78512394,0.78099173,0.7768595,0.76033056,0.75619835,0.74793386,0.73966944,0.7355372,0.72727275,0.6859504,0.6446281,0.58677685,0.5206612,0.47107437,0.21487603,0.21487603,0.21487603,0.21900827,0.21900827,0.2231405,0.3429752,0.41322315,0.4876033,0.5371901,0.59504133,0.61157024,0.6198347,0.6487603,0.6322314,0.62396693,0.6404959,0.6528926,0.6818182,0.6818182,0.69008267,0.71900827,0.7231405,0.73140496,0.73966944,0.74380165,0.73966944,0.7231405,0.75619835,0.74793386,0.78099173,0.77272725,0.7768595,0.78099173,0.79752064,0.7933884,0.8016529,0.79752064,0.79752064,0.7892562,0.8016529,0.7892562,0.78512394,0.78512394,0.78512394,0.7892562,0.7768595,0.78099173,0.7892562,0.7933884,0.7933884,0.78099173,0.7768595,0.76859504,0.74793386,0.74793386,0.73140496,0.7355372,0.7355372,0.71487606,0.661157,0.5785124,0.553719,0.46694216,0.18595041,0.19008264,0.19421488,0.19421488,0.1983471,0.20247933,0.338843,0.42975205,0.5041322,0.55785125,0.59917355,0.61570245,0.6322314,0.6280992,0.6322314,0.6363636,0.6446281,0.6487603,0.661157,0.6694215,0.6859504,0.70247936,0.71900827,0.72727275,0.72727275,0.74380165,0.7355372,0.73140496,0.75206614,0.76033056,0.76033056,0.75206614,0.78099173,0.78512394,0.7933884,0.79752064,0.7933884,0.7892562,0.79752064,0.77272725,0.7892562,0.7768595,0.7768595,0.7768595,0.76859504,0.78099173,0.78099173,0.7768595,0.7933884,0.7933884,0.7933884,0.7933884,0.76859504,0.76033056,0.75619835,0.76033056,0.74380165,0.72727275,0.73140496,0.7107438,0.70247936,0.6198347,0.5371901,0.49586776,0.14049587,0.1446281,0.14876033,0.15289256,0.15289256,0.1570248,0.35123968,0.46280992,0.5123967,0.5495868,0.60330576,0.6280992,0.6322314,0.6280992,0.6280992,0.62396693,0.6280992,0.6322314,0.6404959,0.661157,0.6735537,0.677686,0.70247936,0.7066116,0.73966944,0.7231405,0.71900827,0.7355372,0.74793386,0.73140496,0.74380165,0.74793386,0.7644628,0.77272725,0.78512394,0.77272725,0.77272725,0.77272725,0.76033056,0.75619835,0.75619835,0.75619835,0.75619835,0.77272725,0.7644628,0.7768595,0.76859504,0.76859504,0.76859504,0.7644628,0.78512394,0.78512394,0.78099173,0.76859504,0.7644628,0.75206614,0.74793386,0.73140496,0.7231405,0.7231405,0.70247936,0.6859504,0.56198347,0.4876033,0.08264463,0.08264463,0.08264463,0.09090909,0.09504132,0.09917355,0.37603307,0.44214877,0.47933885,0.5289256,0.5661157,0.60330576,0.607438,0.59090906,0.59504133,0.58677685,0.57024795,0.57024795,0.607438,0.62396693,0.6528926,0.6570248,0.6735537,0.6942149,0.71487606,0.7066116,0.6983471,0.7066116,0.72727275,0.73140496,0.71900827,0.7355372,0.7231405,0.7231405,0.74793386,0.7231405,0.71487606,0.7066116,0.69008267,0.6818182,0.6818182,0.69008267,0.7066116,0.7355372,0.7107438,0.7355372,0.7355372,0.72727275,0.73140496,0.7231405,0.75619835,0.76859504,0.77272725,0.7768595,0.75206614,0.74793386,0.74380165,0.7231405,0.71487606,0.71487606,0.6983471,0.6859504,0.6487603,0.49173555,0.11983471,0.11157025,0.10743801,0.09917355,0.09504132,0.09504132,0.3966942,0.40082645,0.446281,0.49586776,0.5,0.49173555,0.5041322,0.49173555,0.49173555,0.49586776,0.49173555,0.48347107,0.5371901,0.56198347,0.59090906,0.61157024,0.6322314,0.661157,0.6735537,0.69008267,0.6818182,0.7107438,0.72727275,0.7355372,0.7231405,0.7107438,0.70247936,0.6735537,0.6735537,0.661157,0.59090906,0.5495868,0.53305787,0.5371901,0.54545456,0.56198347,0.58677685,0.6198347,0.6280992,0.6570248,0.6942149,0.7107438,0.7107438,0.69008267,0.71900827,0.73966944,0.74793386,0.7644628,0.76859504,0.75206614,0.73966944,0.71487606,0.7107438,0.7107438,0.6983471,0.6735537,0.6652893,0.553719,0.18181819,0.17768595,0.17355372,0.1694215,0.16528925,0.18595041,0.37190083,0.3966942,0.42975205,0.4752066,0.446281,0.3966942,0.41735536,0.43801653,0.446281,0.45454547,0.45867768,0.45041323,0.46694216,0.5123967,0.5082645,0.54545456,0.57438016,0.6198347,0.6363636,0.6694215,0.6859504,0.70247936,0.71900827,0.75206614,0.7355372,0.7107438,0.69008267,0.6818182,0.6735537,0.6280992,0.58264464,0.5495868,0.5041322,0.46694216,0.45041323,0.5041322,0.5123967,0.5041322,0.55785125,0.58264464,0.6322314,0.6652893,0.6694215,0.6528926,0.6487603,0.69008267,0.70247936,0.71900827,0.72727275,0.74380165,0.74793386,0.71487606,0.7066116,0.7107438,0.7107438,0.677686,0.6487603,0.61157024,0.2231405,0.2231405,0.2231405,0.21900827,0.21487603,0.23553719,0.33471075,0.39256197,0.41322315,0.45454547,0.47933885,0.42975205,0.3966942,0.40495867,0.40082645,0.41322315,0.41322315,0.41735536,0.42561984,0.4338843,0.46280992,0.48347107,0.5247934,0.5661157,0.61157024,0.6528926,0.6735537,0.71487606,0.7355372,0.77272725,0.74380165,0.7231405,0.7107438,0.69008267,0.69008267,0.6652893,0.61157024,0.58264464,0.5661157,0.5371901,0.5082645,0.5082645,0.5371901,0.57438016,0.5785124,0.5785124,0.6446281,0.6570248,0.6652893,0.6487603,0.6528926,0.6528926,0.6528926,0.6694215,0.6859504,0.71487606,0.73966944,0.71900827,0.7107438,0.7107438,0.71487606,0.6983471,0.6652893,0.6404959,0.21900827,0.21900827,0.21900827,0.21900827,0.21900827,0.23553719,0.30991736,0.40082645,0.45867768,0.49173555,0.5495868,0.54545456,0.5495868,0.5661157,0.54545456,0.5289256,0.47933885,0.46694216,0.46694216,0.42561984,0.40495867,0.4338843,0.4752066,0.5371901,0.59090906,0.61157024,0.6528926,0.7066116,0.7768595,0.78512394,0.77272725,0.74793386,0.73140496,0.71900827,0.6983471,0.70247936,0.6818182,0.6446281,0.6322314,0.6280992,0.59917355,0.61157024,0.6446281,0.661157,0.6735537,0.6652893,0.6983471,0.7231405,0.71900827,0.7066116,0.69008267,0.6942149,0.69008267,0.6652893,0.677686,0.677686,0.7066116,0.7107438,0.72727275,0.71487606,0.7107438,0.7107438,0.6983471,0.6652893,0.1983471,0.1983471,0.20247933,0.20247933,0.20661157,0.23966943,0.3429752,0.43801653,0.5,0.5495868,0.57438016,0.5785124,0.58264464,0.61157024,0.60330576,0.59917355,0.57024795,0.5413223,0.5206612,0.47933885,0.4338843,0.38842976,0.4090909,0.47933885,0.553719,0.61570245,0.6570248,0.7107438,0.78512394,0.7768595,0.7644628,0.74380165,0.75206614,0.7644628,0.74793386,0.73140496,0.70247936,0.6570248,0.6322314,0.607438,0.62396693,0.61157024,0.6280992,0.6446281,0.6570248,0.661157,0.6694215,0.6859504,0.7107438,0.71900827,0.7107438,0.71487606,0.71487606,0.7066116,0.70247936,0.6694215,0.69008267,0.71900827,0.71900827,0.7066116,0.71487606,0.7107438,0.71900827,0.70247936,0.16528925,0.1694215,0.17355372,0.17768595,0.17768595,0.22727273,0.3553719,0.45041323,0.4876033,0.5289256,0.54545456,0.5413223,0.5371901,0.5206612,0.45867768,0.4214876,0.38429752,0.37190083,0.38429752,0.4090909,0.41735536,0.38842976,0.35123968,0.40495867,0.5123967,0.6198347,0.6735537,0.72727275,0.7892562,0.77272725,0.76033056,0.74380165,0.75206614,0.7933884,0.7933884,0.75619835,0.677686,0.6404959,0.59504133,0.54545456,0.5247934,0.5,0.46280992,0.43801653,0.43801653,0.4338843,0.45454547,0.5123967,0.59504133,0.6404959,0.6983471,0.73966944,0.76033056,0.76033056,0.74793386,0.71487606,0.7066116,0.71487606,0.71900827,0.7066116,0.7231405,0.71487606,0.71487606,0.71900827,0.1322314,0.12809917,0.12809917,0.12396694,0.12396694,0.19421488,0.3429752,0.42975205,0.45867768,0.46694216,0.3966942,0.3553719,0.3264463,0.36363637,0.23966943,0.2603306,0.28512397,0.3305785,0.25619835,0.35123968,0.37603307,0.37603307,0.3966942,0.3553719,0.45041323,0.607438,0.6818182,0.73140496,0.78099173,0.76033056,0.74793386,0.74380165,0.74380165,0.74793386,0.8016529,0.78099173,0.6404959,0.57438016,0.4876033,0.45867768,0.45041323,0.48347107,0.5247934,0.6322314,0.5785124,0.3553719,0.3966942,0.40495867,0.23966943,0.34710744,0.42975205,0.59504133,0.7107438,0.7644628,0.7768595,0.76033056,0.75619835,0.73140496,0.71487606,0.7066116,0.71487606,0.7231405,0.71487606,0.7066116,0.11983471,0.12396694,0.12396694,0.12809917,0.12809917,0.1983471,0.30165288,0.38842976,0.36363637,0.28512397,0.21900827,0.30578512,0.48347107,0.47933885,0.32231405,0.19008264,0.446281,0.4090909,0.30165288,0.38842976,0.5289256,0.39256197,0.4338843,0.41735536,0.41735536,0.59090906,0.6694215,0.71487606,0.78512394,0.73966944,0.71900827,0.73140496,0.7107438,0.7107438,0.72727275,0.7066116,0.6322314,0.5123967,0.47107437,0.553719,0.5247934,0.6487603,0.6528926,0.76033056,0.70247936,0.39256197,0.4090909,0.38016528,0.17355372,0.338843,0.3553719,0.42975205,0.49586776,0.6198347,0.7231405,0.7768595,0.76859504,0.76859504,0.73966944,0.7231405,0.72727275,0.71900827,0.71900827,0.71487606,0.11983471,0.11983471,0.11983471,0.11983471,0.11983471,0.18595041,0.30165288,0.35950413,0.2892562,0.18595041,0.29752067,0.45867768,0.59504133,0.5413223,0.3429752,0.3140496,0.28099173,0.2892562,0.3677686,0.46280992,0.6942149,0.4876033,0.4214876,0.45041323,0.45454547,0.59917355,0.6528926,0.71900827,0.78512394,0.75619835,0.71900827,0.69008267,0.6859504,0.6983471,0.6528926,0.6404959,0.59917355,0.54545456,0.5123967,0.58264464,0.57438016,0.6446281,0.6983471,0.74380165,0.8016529,0.5082645,0.41322315,0.41322315,0.32231405,0.5495868,0.58677685,0.60330576,0.41322315,0.47107437,0.5371901,0.6818182,0.7768595,0.7644628,0.7644628,0.72727275,0.73966944,0.73140496,0.73140496,0.71487606,0.12809917,0.12809917,0.12396694,0.12396694,0.11983471,0.20247933,0.3429752,0.35950413,0.2107438,0.32231405,0.4214876,0.4876033,0.57024795,0.60330576,0.45041323,0.3429752,0.3553719,0.40495867,0.4214876,0.5206612,0.60330576,0.48347107,0.4214876,0.42561984,0.47933885,0.6198347,0.6694215,0.7107438,0.7892562,0.77272725,0.74380165,0.6859504,0.6859504,0.6859504,0.6363636,0.58677685,0.5785124,0.58677685,0.5413223,0.54545456,0.5413223,0.55785125,0.6280992,0.6818182,0.73966944,0.75206614,0.60330576,0.446281,0.42561984,0.607438,0.6322314,0.59917355,0.56198347,0.4876033,0.5,0.553719,0.7107438,0.7644628,0.7644628,0.75206614,0.73966944,0.7355372,0.7355372,0.72727275,0.12809917,0.12809917,0.12809917,0.12809917,0.1322314,0.23966943,0.38016528,0.38429752,0.24793388,0.35950413,0.42561984,0.45041323,0.5082645,0.5495868,0.54545456,0.48347107,0.46280992,0.5289256,0.553719,0.55785125,0.5289256,0.5041322,0.4338843,0.41735536,0.5041322,0.62396693,0.6818182,0.7355372,0.7933884,0.78099173,0.7355372,0.6818182,0.677686,0.677686,0.6570248,0.58677685,0.54545456,0.56198347,0.56198347,0.56198347,0.55785125,0.55785125,0.61570245,0.6487603,0.6528926,0.6942149,0.6818182,0.5661157,0.58677685,0.58264464,0.61570245,0.61157024,0.62396693,0.5661157,0.56198347,0.5371901,0.61157024,0.71900827,0.73966944,0.76033056,0.73966944,0.73966944,0.75206614,0.72727275,0.09504132,0.09504132,0.09504132,0.09917355,0.10330579,0.25619835,0.4090909,0.42975205,0.3553719,0.37190083,0.41322315,0.44214877,0.446281,0.48347107,0.47933885,0.53305787,0.5247934,0.5165289,0.5413223,0.5289256,0.5206612,0.48347107,0.4338843,0.44214877,0.5289256,0.6363636,0.677686,0.76859504,0.79752064,0.78099173,0.75206614,0.71487606,0.6942149,0.6818182,0.6859504,0.6652893,0.59917355,0.553719,0.5785124,0.57438016,0.61157024,0.61157024,0.6198347,0.6363636,0.6487603,0.69008267,0.6652893,0.6528926,0.6652893,0.6818182,0.6570248,0.6694215,0.6528926,0.6363636,0.6322314,0.59504133,0.60330576,0.69008267,0.73966944,0.75619835,0.75206614,0.74380165,0.74793386,0.72727275,0.08264463,0.08264463,0.08264463,0.08264463,0.08264463,0.29752067,0.42975205,0.45041323,0.40495867,0.40082645,0.446281,0.49173555,0.5123967,0.5289256,0.5371901,0.5495868,0.53305787,0.53305787,0.5165289,0.5206612,0.49586776,0.46694216,0.46694216,0.45867768,0.5495868,0.6363636,0.69008267,0.77272725,0.7892562,0.76859504,0.76033056,0.73140496,0.6983471,0.69008267,0.677686,0.6859504,0.6859504,0.6280992,0.58264464,0.61570245,0.6363636,0.6818182,0.6942149,0.6942149,0.6942149,0.69008267,0.6818182,0.6859504,0.6859504,0.70247936,0.7066116,0.6942149,0.69008267,0.677686,0.6859504,0.6818182,0.70247936,0.71900827,0.74793386,0.7644628,0.75619835,0.75206614,0.75619835,0.74793386,0.11157025,0.10743801,0.10330579,0.09917355,0.09917355,0.34710744,0.42975205,0.446281,0.41735536,0.45041323,0.48347107,0.5082645,0.5247934,0.5413223,0.54545456,0.54545456,0.54545456,0.53305787,0.5165289,0.5206612,0.49586776,0.48347107,0.47933885,0.4752066,0.5661157,0.6528926,0.72727275,0.78099173,0.7644628,0.7644628,0.75619835,0.74793386,0.7231405,0.70247936,0.677686,0.677686,0.6983471,0.69008267,0.6694215,0.661157,0.6859504,0.6983471,0.73140496,0.74793386,0.75206614,0.74380165,0.7231405,0.73140496,0.70247936,0.71900827,0.7107438,0.70247936,0.70247936,0.71487606,0.7231405,0.73966944,0.75619835,0.77272725,0.77272725,0.77272725,0.76033056,0.76033056,0.76033056,0.75619835,0.1446281,0.14049587,0.13636364,0.1322314,0.13636364,0.38842976,0.42561984,0.446281,0.4338843,0.47107437,0.5165289,0.5247934,0.5371901,0.5495868,0.54545456,0.5413223,0.55785125,0.5495868,0.5371901,0.5371901,0.5123967,0.49173555,0.48347107,0.4876033,0.58677685,0.6735537,0.76033056,0.79752064,0.77272725,0.76859504,0.75206614,0.75206614,0.73140496,0.71487606,0.7066116,0.6818182,0.6942149,0.69008267,0.7066116,0.6942149,0.7066116,0.7355372,0.7355372,0.76033056,0.7768595,0.78512394,0.7355372,0.74793386,0.71900827,0.73140496,0.73140496,0.72727275,0.72727275,0.74793386,0.76033056,0.7768595,0.77272725,0.78099173,0.7768595,0.76859504,0.77272725,0.7644628,0.76033056,0.75206614,0.21900827,0.21487603,0.2107438,0.20661157,0.23140496,0.41735536,0.42561984,0.44214877,0.45454547,0.4876033,0.5206612,0.5247934,0.553719,0.53305787,0.5495868,0.56198347,0.55785125,0.56198347,0.553719,0.56198347,0.5123967,0.4752066,0.49173555,0.5123967,0.61157024,0.6818182,0.75619835,0.7768595,0.77272725,0.7768595,0.76033056,0.7644628,0.74793386,0.73140496,0.6983471,0.6859504,0.6859504,0.7066116,0.7066116,0.7107438,0.71487606,0.7231405,0.75619835,0.77272725,0.78512394,0.78512394,0.77272725,0.7644628,0.75619835,0.74380165,0.75619835,0.75619835,0.76033056,0.7644628,0.77272725,0.78099173,0.7768595,0.76859504,0.76859504,0.76033056,0.77272725,0.7644628,0.76033056,0.76033056,0.29338843,0.2892562,0.28099173,0.27272728,0.3140496,0.42561984,0.42561984,0.44214877,0.46694216,0.48347107,0.5247934,0.54545456,0.55785125,0.553719,0.5661157,0.5661157,0.57024795,0.55785125,0.57438016,0.553719,0.5041322,0.4752066,0.49586776,0.53305787,0.61157024,0.71487606,0.76859504,0.7933884,0.78512394,0.78512394,0.7644628,0.77272725,0.7644628,0.74380165,0.71487606,0.7066116,0.70247936,0.70247936,0.7066116,0.7066116,0.72727275,0.7355372,0.74380165,0.76033056,0.78099173,0.7933884,0.8057851,0.79752064,0.78099173,0.76033056,0.7644628,0.78099173,0.77272725,0.77272725,0.75206614,0.77272725,0.77272725,0.77272725,0.7644628,0.76033056,0.77272725,0.7644628,0.75619835,0.75619835,0.2603306,0.2644628,0.26859504,0.27272728,0.34710744,0.40495867,0.40495867,0.43801653,0.46694216,0.49173555,0.53305787,0.55785125,0.55785125,0.553719,0.55785125,0.56198347,0.57024795,0.57024795,0.57438016,0.54545456,0.4876033,0.45454547,0.5,0.5495868,0.6404959,0.74380165,0.7933884,0.80991733,0.79752064,0.7933884,0.78512394,0.78512394,0.76859504,0.76033056,0.71900827,0.73140496,0.73140496,0.71487606,0.7107438,0.71487606,0.71900827,0.7355372,0.74380165,0.74793386,0.75206614,0.76859504,0.7768595,0.7892562,0.77272725,0.76859504,0.77272725,0.7644628,0.75206614,0.75206614,0.75206614,0.76033056,0.76859504,0.76859504,0.76859504,0.76859504,0.7644628,0.76033056,0.75206614,0.74380165,0.19421488,0.1983471,0.20661157,0.2107438,0.30991736,0.3677686,0.41322315,0.43801653,0.46694216,0.5041322,0.5289256,0.553719,0.5495868,0.56198347,0.57024795,0.57438016,0.57024795,0.58264464,0.58677685,0.54545456,0.46280992,0.48347107,0.53305787,0.59504133,0.6735537,0.76033056,0.80991733,0.78512394,0.77272725,0.77272725,0.78512394,0.7768595,0.7768595,0.74793386,0.6983471,0.7107438,0.77272725,0.76033056,0.7355372,0.7231405,0.71900827,0.73966944,0.74380165,0.76033056,0.7644628,0.75206614,0.76859504,0.77272725,0.77272725,0.76859504,0.7644628,0.75206614,0.7355372,0.74380165,0.75619835,0.7644628,0.76033056,0.7644628,0.7644628,0.77272725,0.76859504,0.76033056,0.75619835,0.73966944,0.10330579,0.10743801,0.11570248,0.11983471,0.2644628,0.34710744,0.41735536,0.446281,0.47107437,0.5082645,0.5289256,0.5495868,0.57438016,0.57438016,0.58264464,0.59090906,0.58264464,0.59090906,0.5785124,0.5495868,0.48347107,0.5247934,0.58264464,0.661157,0.71900827,0.77272725,0.8181818,0.7892562,0.77272725,0.7644628,0.7768595,0.7644628,0.7892562,0.74380165,0.6942149,0.6652893,0.71900827,0.76859504,0.75619835,0.75206614,0.72727275,0.73966944,0.74793386,0.75206614,0.7644628,0.75619835,0.76033056,0.76859504,0.76859504,0.76033056,0.75206614,0.73140496,0.73966944,0.73966944,0.74793386,0.74793386,0.76033056,0.75619835,0.76859504,0.7768595,0.76859504,0.75619835,0.75619835,0.7355372,0.08264463,0.0785124,0.07438017,0.07438017,0.23553719,0.33471075,0.40495867,0.446281,0.46694216,0.49586776,0.5247934,0.5413223,0.58264464,0.60330576,0.59090906,0.59504133,0.59090906,0.607438,0.60330576,0.55785125,0.5,0.5371901,0.62396693,0.7066116,0.71900827,0.76859504,0.78512394,0.78512394,0.78099173,0.75619835,0.7644628,0.76033056,0.77272725,0.76859504,0.73966944,0.6942149,0.6652893,0.74793386,0.76859504,0.75619835,0.74793386,0.75206614,0.72727275,0.75206614,0.75619835,0.7644628,0.75619835,0.76859504,0.77272725,0.75206614,0.74793386,0.73140496,0.74380165,0.74380165,0.75206614,0.75206614,0.76033056,0.76033056,0.7644628,0.76033056,0.7644628,0.76033056,0.75619835,0.73966944,0.11983471,0.11983471,0.11570248,0.11570248,0.23140496,0.3264463,0.3966942,0.43801653,0.45454547,0.5041322,0.5413223,0.56198347,0.59090906,0.58264464,0.59504133,0.59504133,0.60330576,0.6363636,0.607438,0.5165289,0.47107437,0.53305787,0.6322314,0.6983471,0.71900827,0.7768595,0.7892562,0.7768595,0.7768595,0.75619835,0.7644628,0.76033056,0.74793386,0.74380165,0.7355372,0.73966944,0.6735537,0.6983471,0.76033056,0.77272725,0.7644628,0.76033056,0.74380165,0.75206614,0.75206614,0.7644628,0.76859504,0.7644628,0.76859504,0.74793386,0.73966944,0.7355372,0.74380165,0.75619835,0.73966944,0.74380165,0.74380165,0.75619835,0.75619835,0.76859504,0.76033056,0.75619835,0.75619835,0.7355372,0.13636364,0.1322314,0.1322314,0.1322314,0.18181819,0.3264463,0.38016528,0.446281,0.46280992,0.5082645,0.54545456,0.57438016,0.57438016,0.57024795,0.58264464,0.60330576,0.61570245,0.6322314,0.60330576,0.46694216,0.41322315,0.48347107,0.60330576,0.6735537,0.7107438,0.8181818,0.80991733,0.76033056,0.76859504,0.76859504,0.77272725,0.75619835,0.73966944,0.72727275,0.72727275,0.72727275,0.71487606,0.661157,0.7355372,0.7644628,0.76859504,0.76033056,0.7644628,0.7644628,0.73966944,0.7644628,0.76859504,0.7644628,0.76033056,0.74793386,0.75206614,0.74380165,0.73966944,0.74793386,0.73140496,0.75619835,0.74793386,0.75619835,0.75206614,0.7644628,0.77272725,0.76033056,0.73966944,0.7355372,0.16115703,0.16528925,0.16528925,0.16115703,0.11157025,0.3264463,0.35123968,0.44214877,0.47107437,0.5082645,0.5371901,0.5661157,0.57438016,0.57438016,0.5785124,0.60330576,0.6322314,0.6404959,0.58677685,0.45041323,0.42561984,0.3966942,0.5247934,0.61570245,0.677686,0.7231405,0.73966944,0.76033056,0.75619835,0.76033056,0.7644628,0.76033056,0.76033056,0.75619835,0.73966944,0.72727275,0.7231405,0.6570248,0.71900827,0.74793386,0.7644628,0.7644628,0.76859504,0.78512394,0.76033056,0.7768595,0.7644628,0.76033056,0.76859504,0.75619835,0.76033056,0.7644628,0.76033056,0.74793386,0.74380165,0.76859504,0.76859504,0.77272725,0.7644628,0.7644628,0.76859504,0.77272725,0.73966944,0.73140496,0.1570248,0.15289256,0.15289256,0.14876033,0.12809917,0.24793388,0.35123968,0.41322315,0.46694216,0.5165289,0.53305787,0.56198347,0.5661157,0.5785124,0.59917355,0.61157024,0.6363636,0.6446281,0.57024795,0.4090909,0.4752066,0.3429752,0.38016528,0.53305787,0.6446281,0.6859504,0.70247936,0.7231405,0.72727275,0.6983471,0.6487603,0.607438,0.661157,0.72727275,0.74793386,0.73966944,0.7231405,0.6404959,0.7231405,0.74793386,0.7644628,0.76033056,0.76859504,0.78099173,0.77272725,0.7768595,0.76859504,0.7644628,0.76859504,0.76859504,0.77272725,0.76859504,0.76033056,0.76033056,0.7644628,0.76859504,0.78099173,0.7768595,0.77272725,0.77272725,0.7768595,0.76859504,0.75206614,0.74380165,0.16528925,0.16528925,0.16528925,0.16528925,0.14876033,0.17355372,0.3181818,0.39256197,0.45867768,0.5082645,0.5371901,0.54545456,0.553719,0.58677685,0.59090906,0.61157024,0.6446281,0.6446281,0.58677685,0.37603307,0.40082645,0.3305785,0.21900827,0.38016528,0.54545456,0.6280992,0.6735537,0.7066116,0.6198347,0.5206612,0.5371901,0.48347107,0.45454547,0.5371901,0.6694215,0.71487606,0.6983471,0.61157024,0.71900827,0.76033056,0.7644628,0.76859504,0.77272725,0.76859504,0.76859504,0.7768595,0.77272725,0.77272725,0.78099173,0.7768595,0.77272725,0.7768595,0.76859504,0.77272725,0.77272725,0.76859504,0.7768595,0.78099173,0.7768595,0.76859504,0.78099173,0.77272725,0.74793386,0.74380165,0.16528925,0.16115703,0.16115703,0.16115703,0.15289256,0.1446281,0.25619835,0.38429752,0.46280992,0.5082645,0.53305787,0.54545456,0.553719,0.59090906,0.607438,0.62396693,0.6528926,0.6404959,0.6280992,0.5082645,0.338843,0.30991736,0.2520661,0.21487603,0.34710744,0.5247934,0.60330576,0.6404959,0.61570245,0.677686,0.7107438,0.6983471,0.6859504,0.5661157,0.58264464,0.59504133,0.56198347,0.6404959,0.73966944,0.78099173,0.78099173,0.7768595,0.78099173,0.76859504,0.7768595,0.77272725,0.76859504,0.78099173,0.78512394,0.78099173,0.7892562,0.7892562,0.7892562,0.78099173,0.78099173,0.7768595,0.78099173,0.7892562,0.78099173,0.7768595,0.7768595,0.7644628,0.76033056,0.73966944,0.17355372,0.17355372,0.17355372,0.17355372,0.15289256,0.14876033,0.1694215,0.38016528,0.446281,0.49586776,0.5206612,0.5413223,0.57438016,0.58677685,0.62396693,0.6404959,0.661157,0.6528926,0.6446281,0.59917355,0.48347107,0.4338843,0.41322315,0.35123968,0.27272728,0.338843,0.5123967,0.60330576,0.661157,0.6983471,0.7066116,0.69008267,0.69008267,0.6487603,0.59504133,0.57438016,0.59917355,0.71487606,0.77272725,0.7892562,0.7933884,0.78099173,0.79752064,0.78099173,0.78099173,0.7892562,0.77272725,0.7768595,0.76859504,0.77272725,0.7933884,0.8016529,0.78099173,0.78512394,0.7892562,0.79752064,0.79752064,0.78512394,0.7933884,0.78099173,0.7768595,0.7768595,0.75206614,0.7355372,0.14876033,0.14876033,0.15289256,0.15289256,0.1570248,0.1570248,0.12396694,0.37190083,0.42975205,0.49586776,0.5206612,0.54545456,0.58677685,0.59917355,0.6198347,0.6404959,0.661157,0.6652893,0.6404959,0.5785124,0.5206612,0.49586776,0.49173555,0.48347107,0.46694216,0.47107437,0.5247934,0.61570245,0.6735537,0.7107438,0.7066116,0.69008267,0.6652893,0.6487603,0.6446281,0.661157,0.661157,0.73966944,0.7933884,0.79752064,0.79752064,0.7892562,0.8057851,0.7933884,0.78512394,0.7892562,0.78099173,0.7768595,0.7768595,0.78099173,0.7933884,0.8016529,0.7933884,0.78512394,0.79752064,0.8016529,0.7933884,0.7892562,0.7892562,0.78099173,0.7644628,0.7644628,0.74380165,0.7355372,0.1570248,0.15289256,0.15289256,0.15289256,0.15289256,0.1570248,0.11983471,0.33471075,0.41322315,0.47107437,0.5123967,0.5413223,0.57024795,0.59090906,0.607438,0.6404959,0.6487603,0.6446281,0.6280992,0.5495868,0.5041322,0.5082645,0.5123967,0.5413223,0.5495868,0.55785125,0.59090906,0.6280992,0.6652893,0.70247936,0.6652893,0.677686,0.6487603,0.6487603,0.6528926,0.6694215,0.6859504,0.76033056,0.80991733,0.8140496,0.8016529,0.80991733,0.80991733,0.8057851,0.7768595,0.7644628,0.78512394,0.7892562,0.7933884,0.79752064,0.8057851,0.79752064,0.8016529,0.7892562,0.8016529,0.7933884,0.78512394,0.7892562,0.78512394,0.78512394,0.76033056,0.75206614,0.73966944,0.7231405,0.16115703,0.16115703,0.16115703,0.16528925,0.1570248,0.15289256,0.14876033,0.29338843,0.41322315,0.45867768,0.5,0.5371901,0.56198347,0.58264464,0.60330576,0.62396693,0.62396693,0.61570245,0.59090906,0.5206612,0.5041322,0.5165289,0.5206612,0.57438016,0.57024795,0.60330576,0.6363636,0.62396693,0.6528926,0.6694215,0.6735537,0.6694215,0.6570248,0.6528926,0.6528926,0.6735537,0.7066116,0.78099173,0.8016529,0.8140496,0.8057851,0.8181818,0.8181818,0.80991733,0.7892562,0.76859504,0.78099173,0.78512394,0.79752064,0.79752064,0.7892562,0.8057851,0.80991733,0.8057851,0.8016529,0.8016529,0.7933884,0.79752064,0.78512394,0.7892562,0.77272725,0.75619835,0.73966944,0.71900827,0.15289256,0.15289256,0.15289256,0.1570248,0.16528925,0.1570248,0.14049587,0.2768595,0.4090909,0.45041323,0.49173555,0.5247934,0.5661157,0.57024795,0.58677685,0.59504133,0.59090906,0.58677685,0.57024795,0.5165289,0.5082645,0.5413223,0.5413223,0.57438016,0.607438,0.61570245,0.62396693,0.6280992,0.6363636,0.6694215,0.6735537,0.6528926,0.661157,0.69008267,0.6735537,0.69008267,0.73966944,0.76859504,0.78512394,0.8016529,0.80991733,0.8140496,0.822314,0.8140496,0.8057851,0.79752064,0.7892562,0.78512394,0.78512394,0.79752064,0.7933884,0.8016529,0.8181818,0.8140496,0.79752064,0.8016529,0.8016529,0.8016529,0.7933884,0.78099173,0.76859504,0.75206614,0.73140496,0.71487606,0.16528925,0.16115703,0.16115703,0.16115703,0.16115703,0.14876033,0.12396694,0.23966943,0.3966942,0.44214877,0.4752066,0.5206612,0.5413223,0.5495868,0.553719,0.59090906,0.57438016,0.54545456,0.55785125,0.5247934,0.5289256,0.54545456,0.54545456,0.57438016,0.6322314,0.62396693,0.59917355,0.61157024,0.61157024,0.661157,0.69008267,0.6818182,0.6983471,0.71900827,0.72727275,0.70247936,0.75206614,0.76033056,0.75619835,0.78099173,0.78512394,0.7892562,0.8140496,0.80991733,0.8016529,0.8181818,0.8057851,0.7892562,0.7892562,0.79752064,0.79752064,0.8057851,0.822314,0.8057851,0.7892562,0.7933884,0.8057851,0.8016529,0.7933884,0.76033056,0.76033056,0.73966944,0.72727275,0.71487606,0.17355372,0.17355372,0.17355372,0.17355372,0.15289256,0.1570248,0.12809917,0.18595041,0.37190083,0.42975205,0.46280992,0.5206612,0.5041322,0.5289256,0.5413223,0.57438016,0.57024795,0.54545456,0.54545456,0.5289256,0.5413223,0.53305787,0.5206612,0.5661157,0.61570245,0.61570245,0.60330576,0.59090906,0.61157024,0.6446281,0.6818182,0.7066116,0.7355372,0.75619835,0.77272725,0.76033056,0.76859504,0.7644628,0.74793386,0.7768595,0.7644628,0.78512394,0.79752064,0.8016529,0.7933884,0.8264463,0.8181818,0.80991733,0.8057851,0.80991733,0.8016529,0.80991733,0.8057851,0.8016529,0.79752064,0.8016529,0.8016529,0.79752064,0.79752064,0.76033056,0.75619835,0.73140496,0.7231405,0.71487606,0.1694215,0.16528925,0.16528925,0.16115703,0.1570248,0.15289256,0.1322314,0.11983471,0.35123968,0.41322315,0.45041323,0.5,0.49173555,0.5165289,0.5247934,0.56198347,0.5785124,0.5495868,0.5206612,0.5123967,0.5206612,0.49173555,0.45867768,0.48347107,0.5247934,0.5495868,0.58677685,0.58677685,0.61157024,0.6363636,0.6735537,0.7107438,0.73966944,0.7644628,0.78099173,0.77272725,0.77272725,0.77272725,0.75619835,0.78099173,0.77272725,0.77272725,0.7892562,0.8016529,0.7933884,0.8140496,0.8347107,0.80991733,0.80991733,0.8140496,0.8016529,0.8016529,0.7933884,0.8016529,0.79752064,0.8016529,0.8016529,0.7933884,0.7933884,0.76859504,0.75206614,0.7355372,0.7107438,0.71487606,0.1694215,0.1694215,0.1694215,0.16115703,0.16528925,0.15289256,0.1446281,0.0785124,0.30165288,0.39256197,0.44214877,0.47933885,0.46694216,0.5,0.5206612,0.553719,0.56198347,0.5247934,0.48347107,0.47107437,0.41735536,0.40495867,0.38016528,0.40082645,0.41322315,0.40082645,0.48347107,0.5082645,0.5206612,0.5495868,0.56198347,0.58677685,0.6652893,0.7355372,0.7644628,0.7768595,0.77272725,0.7768595,0.76859504,0.78099173,0.78099173,0.78099173,0.78512394,0.78099173,0.7768595,0.78512394,0.8264463,0.822314,0.8140496,0.822314,0.8016529,0.79752064,0.79752064,0.79752064,0.7933884,0.78099173,0.79752064,0.7933884,0.77272725,0.7644628,0.75206614,0.73140496,0.7231405,0.7107438,0.1694215,0.1694215,0.1694215,0.14876033,0.16528925,0.14876033,0.1446281,0.11157025,0.24380165,0.37603307,0.4214876,0.45867768,0.45454547,0.48347107,0.53305787,0.55785125,0.5413223,0.5,0.4214876,0.35950413,0.3140496,0.29338843,0.2892562,0.29752067,0.32231405,0.33471075,0.3677686,0.4214876,0.46280992,0.48347107,0.5,0.5041322,0.5165289,0.56198347,0.62396693,0.6942149,0.74793386,0.77272725,0.76859504,0.7644628,0.76859504,0.7768595,0.78099173,0.78512394,0.7768595,0.78099173,0.7933884,0.8181818,0.8181818,0.79752064,0.8057851,0.8057851,0.8016529,0.8016529,0.7892562,0.7892562,0.7892562,0.78512394,0.76033056,0.77272725,0.75206614,0.72727275,0.71900827,0.70247936,0.14876033,0.15289256,0.15289256,0.14876033,0.16528925,0.14876033,0.1446281,0.11983471,0.19421488,0.35123968,0.41735536,0.43801653,0.43801653,0.4752066,0.5247934,0.55785125,0.5289256,0.4752066,0.35950413,0.2644628,0.25619835,0.28512397,0.30165288,0.3305785,0.34710744,0.3553719,0.33471075,0.3181818,0.34710744,0.338843,0.3429752,0.36363637,0.40082645,0.42975205,0.45454547,0.5082645,0.5785124,0.661157,0.7107438,0.7355372,0.72727275,0.75206614,0.7644628,0.77272725,0.7768595,0.78099173,0.7892562,0.8140496,0.8016529,0.8181818,0.8016529,0.80991733,0.8016529,0.79752064,0.79752064,0.7933884,0.78099173,0.78512394,0.77272725,0.7644628,0.74793386,0.71900827,0.7066116,0.6942149,0.16528925,0.16528925,0.16528925,0.14876033,0.1446281,0.1570248,0.14049587,0.12809917,0.14049587,0.3181818,0.3966942,0.42975205,0.446281,0.47933885,0.5123967,0.5413223,0.55785125,0.49586776,0.41322315,0.33471075,0.3429752,0.38429752,0.41735536,0.45041323,0.45867768,0.47107437,0.45454547,0.44214877,0.43801653,0.4338843,0.4338843,0.446281,0.42561984,0.40082645,0.3966942,0.38429752,0.40495867,0.46694216,0.5289256,0.553719,0.58677685,0.6363636,0.71487606,0.75619835,0.7644628,0.7933884,0.79752064,0.8016529,0.8057851,0.8140496,0.8057851,0.8057851,0.8057851,0.7892562,0.7892562,0.78099173,0.78512394,0.7768595,0.7644628,0.75206614,0.7355372,0.7231405,0.6942149,0.677686,0.1570248,0.1570248,0.16115703,0.16115703,0.14876033,0.16115703,0.13636364,0.13636364,0.10330579,0.23966943,0.3677686,0.4090909,0.4338843,0.4752066,0.5,0.53305787,0.56198347,0.5289256,0.446281,0.37603307,0.37603307,0.42975205,0.46280992,0.4876033,0.5041322,0.5165289,0.5041322,0.49173555,0.5289256,0.53305787,0.5661157,0.58264464,0.58677685,0.5495868,0.5371901,0.5041322,0.49173555,0.5082645,0.5082645,0.5041322,0.53305787,0.5785124,0.6570248,0.6983471,0.74793386,0.78099173,0.7892562,0.8057851,0.8016529,0.8057851,0.8016529,0.8057851,0.8016529,0.79752064,0.78099173,0.78099173,0.77272725,0.7644628,0.75619835,0.73140496,0.71487606,0.7066116,0.6859504,0.661157,0.1570248,0.15289256,0.15289256,0.1694215,0.15289256,0.15289256,0.1446281,0.1446281,0.12809917,0.12809917,0.3305785,0.38842976,0.4214876,0.47107437,0.49173555,0.5289256,0.5661157,0.54545456,0.4752066,0.38429752,0.37190083,0.4338843,0.47107437,0.5082645,0.5247934,0.5413223,0.55785125,0.5495868,0.57024795,0.61157024,0.6363636,0.6280992,0.61570245,0.59504133,0.59504133,0.59917355,0.59917355,0.6280992,0.6363636,0.6487603,0.6487603,0.661157,0.70247936,0.6983471,0.7231405,0.76033056,0.78512394,0.8057851,0.8057851,0.8016529,0.8057851,0.7933884,0.8057851,0.8016529,0.78512394,0.77272725,0.77272725,0.75619835,0.75619835,0.72727275,0.6942149,0.677686,0.6694215,0.6363636,0.16528925,0.16528925,0.16528925,0.1570248,0.1570248,0.15289256,0.15289256,0.14049587,0.1322314,0.12809917,0.25619835,0.35123968,0.4214876,0.46280992,0.5,0.5041322,0.54545456,0.5413223,0.5082645,0.4214876,0.3553719,0.38842976,0.45041323,0.49586776,0.4752066,0.5082645,0.5371901,0.553719,0.57438016,0.60330576,0.6322314,0.62396693,0.6322314,0.6363636,0.6528926,0.6735537,0.6859504,0.6942149,0.7107438,0.7231405,0.7355372,0.7107438,0.74380165,0.73140496,0.6942149,0.76033056,0.7768595,0.79752064,0.8016529,0.79752064,0.8016529,0.8016529,0.79752064,0.7933884,0.78099173,0.7644628,0.77272725,0.75206614,0.74380165,0.7107438,0.677686,0.661157,0.6404959,0.59090906,0.1570248,0.1570248,0.16115703,0.1570248,0.14876033,0.14876033,0.1446281,0.13636364,0.11570248,0.12809917,0.17355372,0.30165288,0.38842976,0.446281,0.49173555,0.4752066,0.5123967,0.5289256,0.5247934,0.4752066,0.41735536,0.38429752,0.42975205,0.5,0.5123967,0.47107437,0.53305787,0.53305787,0.5289256,0.553719,0.59090906,0.62396693,0.6446281,0.6694215,0.6859504,0.6983471,0.72727275,0.72727275,0.73140496,0.73966944,0.74793386,0.73966944,0.74793386,0.75619835,0.74793386,0.7644628,0.77272725,0.7892562,0.7933884,0.7933884,0.8016529,0.79752064,0.7892562,0.7768595,0.76859504,0.7644628,0.7644628,0.73140496,0.7231405,0.6983471,0.6694215,0.6487603,0.60330576,0.58264464,0.16115703,0.16115703,0.1570248,0.15289256,0.15289256,0.15289256,0.1446281,0.1446281,0.13636364,0.1322314,0.09504132,0.24793388,0.3429752,0.4214876,0.45867768,0.45867768,0.46280992,0.48347107,0.5082645,0.5,0.47107437,0.44214877,0.42561984,0.5,0.54545456,0.5123967,0.5,0.5289256,0.5413223,0.5495868,0.57438016,0.61570245,0.6404959,0.6735537,0.6859504,0.70247936,0.7107438,0.72727275,0.73140496,0.73966944,0.74380165,0.74793386,0.74380165,0.76033056,0.76033056,0.75206614,0.78099173,0.78099173,0.79752064,0.7892562,0.7933884,0.78512394,0.7768595,0.76859504,0.75206614,0.76033056,0.75206614,0.7355372,0.6983471,0.6818182,0.6487603,0.607438,0.57438016,0.59917355,0.15289256,0.15289256,0.15289256,0.1570248,0.15289256,0.15289256,0.15289256,0.12809917,0.13636364,0.12809917,0.10743801,0.1322314,0.28512397,0.38429752,0.42975205,0.42975205,0.44214877,0.44214877,0.45867768,0.49173555,0.4876033,0.4876033,0.47933885,0.48347107,0.5289256,0.5371901,0.53305787,0.5123967,0.5371901,0.56198347,0.58677685,0.61157024,0.6363636,0.661157,0.6859504,0.6942149,0.7066116,0.71900827,0.72727275,0.73140496,0.73966944,0.75206614,0.75206614,0.76033056,0.75206614,0.74380165,0.76859504,0.76859504,0.7892562,0.77272725,0.78512394,0.77272725,0.7644628,0.7644628,0.75206614,0.74793386,0.7355372,0.71900827,0.677686,0.661157,0.61570245,0.5785124,0.59090906,0.61157024,0.1570248,0.1570248,0.1570248,0.1570248,0.16115703,0.15289256,0.14876033,0.1322314,0.1446281,0.1322314,0.12396694,0.11570248,0.19008264,0.32231405,0.3966942,0.40495867,0.44214877,0.4338843,0.43801653,0.46280992,0.46694216,0.47933885,0.48347107,0.5082645,0.5082645,0.53305787,0.553719,0.5289256,0.5413223,0.5661157,0.60330576,0.6198347,0.6446281,0.6487603,0.677686,0.69008267,0.7107438,0.71487606,0.71900827,0.73140496,0.7355372,0.75206614,0.75206614,0.74793386,0.7355372,0.73966944,0.75206614,0.76033056,0.76859504,0.72727275,0.7644628,0.7644628,0.75619835,0.7355372,0.73966944,0.71900827,0.71487606,0.677686,0.6652893,0.6280992,0.59090906,0.57438016,0.61570245,0.6363636,0.16115703,0.1570248,0.1570248,0.16528925,0.14876033,0.15289256,0.14876033,0.13636364,0.14049587,0.1322314,0.1322314,0.12396694,0.11983471,0.22727273,0.338843,0.38016528,0.41735536,0.44214877,0.43801653,0.4752066,0.45454547,0.46280992,0.47933885,0.49173555,0.5082645,0.5247934,0.5495868,0.53305787,0.54545456,0.56198347,0.58677685,0.6280992,0.6404959,0.6570248,0.6570248,0.6859504,0.6942149,0.7066116,0.71487606,0.71900827,0.73140496,0.7355372,0.74380165,0.75206614,0.75206614,0.73140496,0.74793386,0.75206614,0.75206614,0.74793386,0.76033056,0.75206614,0.75619835,0.73140496,0.7231405,0.7066116,0.69008267,0.661157,0.61570245,0.59504133,0.5785124,0.60330576,0.6363636,0.6735537,0.1570248,0.16115703,0.16115703,0.1446281,0.16115703,0.14876033,0.15289256,0.1446281,0.13636364,0.12396694,0.1322314,0.12396694,0.12396694,0.12809917,0.25619835,0.3429752,0.39256197,0.4214876,0.44214877,0.46280992,0.4752066,0.48347107,0.49173555,0.49586776,0.5123967,0.5289256,0.5495868,0.54545456,0.5661157,0.5785124,0.59504133,0.61570245,0.6404959,0.6570248,0.661157,0.6694215,0.6818182,0.6942149,0.7107438,0.7066116,0.71900827,0.73140496,0.7355372,0.74380165,0.75206614,0.74380165,0.73966944,0.7355372,0.73966944,0.74793386,0.74793386,0.75206614,0.7231405,0.7231405,0.70247936,0.6735537,0.6446281,0.62396693,0.59504133,0.5785124,0.58264464,0.62396693,0.6652893,0.6942149,0.14876033,0.14876033,0.15289256,0.16115703,0.1446281,0.1446281,0.15289256,0.1570248,0.14049587,0.13636364,0.1322314,0.13636364,0.1322314,0.11983471,0.1570248,0.2768595,0.3677686,0.4090909,0.41735536,0.446281,0.47107437,0.48347107,0.5082645,0.5082645,0.5,0.53305787,0.5413223,0.55785125,0.56198347,0.5785124,0.59917355,0.607438,0.6404959,0.6487603,0.6694215,0.677686,0.69008267,0.6942149,0.6983471,0.7066116,0.71487606,0.73140496,0.7066116,0.72727275,0.72727275,0.73140496,0.7355372,0.7231405,0.73140496,0.7355372,0.73966944,0.72727275,0.71487606,0.71487606,0.6652893,0.6487603,0.6198347,0.59504133,0.58264464,0.57024795,0.60330576,0.6694215,0.70247936,0.7231405,0.16115703,0.16115703,0.1570248,0.15289256,0.1570248,0.1570248,0.1446281,0.16115703,0.14876033,0.12809917,0.1322314,0.13636364,0.13636364,0.1322314,0.12809917,0.17768595,0.2892562,0.37190083,0.3966942,0.4090909,0.45041323,0.47107437,0.49173555,0.5082645,0.5041322,0.5247934,0.5413223,0.5413223,0.56198347,0.5785124,0.58677685,0.62396693,0.6487603,0.6570248,0.677686,0.69008267,0.6942149,0.6942149,0.6859504,0.6942149,0.7107438,0.7066116,0.6735537,0.70247936,0.6983471,0.7231405,0.7355372,0.74793386,0.74380165,0.7355372,0.72727275,0.71900827,0.69008267,0.6570248,0.62396693,0.61570245,0.61157024,0.59090906,0.57438016,0.58264464,0.6487603,0.70247936,0.72727275,0.73140496,0.1446281,0.1446281,0.14049587,0.14876033,0.1446281,0.14049587,0.1446281,0.1446281,0.1446281,0.12396694,0.12809917,0.12396694,0.1322314,0.13636364,0.1322314,0.09917355,0.20247933,0.30991736,0.3553719,0.39256197,0.42561984,0.45454547,0.47107437,0.5,0.5206612,0.5165289,0.5289256,0.54545456,0.56198347,0.58264464,0.59090906,0.6322314,0.6694215,0.71900827,0.71487606,0.6942149,0.6859504,0.6859504,0.6735537,0.6942149,0.7066116,0.6942149,0.6942149,0.69008267,0.70247936,0.71900827,0.74380165,0.73140496,0.71487606,0.6942149,0.69008267,0.6735537,0.6487603,0.62396693,0.60330576,0.607438,0.61570245,0.58677685,0.59090906,0.61157024,0.677686,0.72727275,0.75206614,0.73140496,0.14876033,0.14876033,0.14876033,0.1446281,0.1446281,0.14049587,0.13636364,0.13636364,0.13636364,0.11983471,0.12396694,0.11983471,0.11570248,0.12396694,0.10743801,0.08264463,0.18181819,0.20661157,0.29752067,0.35950413,0.3966942,0.4214876,0.446281,0.4752066,0.5041322,0.5123967,0.5123967,0.54545456,0.553719,0.57024795,0.59090906,0.62396693,0.6570248,0.6735537,0.6735537,0.677686,0.6859504,0.6983471,0.677686,0.69008267,0.70247936,0.7066116,0.71900827,0.7107438,0.72727275,0.7066116,0.7107438,0.6983471,0.6652893,0.6652893,0.6404959,0.6198347,0.60330576,0.607438,0.61157024,0.6280992,0.61570245,0.60330576,0.61570245,0.6652893,0.71900827,0.75619835,0.76033056,0.73140496,0.13636364,0.14049587,0.16115703,0.16115703,0.14876033,0.14876033,0.14876033,0.13636364,0.11983471,0.12809917,0.10743801,0.11570248,0.12396694,0.10743801,0.053719006,0.10743801,0.18595041,0.18181819,0.20661157,0.30991736,0.3677686,0.39256197,0.4214876,0.45454547,0.47933885,0.49586776,0.5206612,0.5289256,0.5495868,0.5661157,0.57438016,0.59917355,0.61157024,0.6363636,0.6528926,0.6652893,0.6652893,0.6652893,0.6942149,0.7066116,0.6942149,0.71900827,0.7231405,0.74380165,0.73140496,0.6942149,0.661157,0.6528926,0.6198347,0.61570245,0.6198347,0.60330576,0.6198347,0.60330576,0.6404959,0.6404959,0.62396693,0.6280992,0.661157,0.7066116,0.73966944,0.76033056,0.7644628,0.7355372,0.14876033,0.14876033,0.14876033,0.15289256,0.1570248,0.1570248,0.14876033,0.14876033,0.13636364,0.12809917,0.12809917,0.12396694,0.11983471,0.09090909,0.041322313,0.1446281,0.1983471,0.18595041,0.18595041,0.21487603,0.30578512,0.34710744,0.39256197,0.4214876,0.45041323,0.4876033,0.49586776,0.5247934,0.5371901,0.5495868,0.5661157,0.59504133,0.60330576,0.6198347,0.6322314,0.6570248,0.6652893,0.6694215,0.7066116,0.71900827,0.71487606,0.71487606,0.7231405,0.69008267,0.69008267,0.6487603,0.6280992,0.58677685,0.59504133,0.59090906,0.60330576,0.60330576,0.6363636,0.6404959,0.6570248,0.6404959,0.6322314,0.6487603,0.6983471,0.73140496,0.75206614,0.76033056,0.75619835,0.74380165,0.14876033,0.14876033,0.14876033,0.15289256,0.1446281,0.15289256,0.1446281,0.14876033,0.1322314,0.12809917,0.1322314,0.11983471,0.11570248,0.08264463,0.045454547,0.17355372,0.2107438,0.20247933,0.18595041,0.18181819,0.21487603,0.27272728,0.3264463,0.38429752,0.40082645,0.44214877,0.47933885,0.5123967,0.5371901,0.55785125,0.5661157,0.58677685,0.58677685,0.61570245,0.6322314,0.661157,0.6818182,0.6735537,0.71487606,0.7107438,0.7066116,0.69008267,0.6818182,0.62396693,0.61570245,0.58677685,0.58264464,0.5785124,0.59090906,0.59090906,0.61157024,0.6280992,0.6446281,0.6570248,0.6528926,0.6363636,0.6570248,0.6859504,0.72727275,0.74380165,0.7644628,0.75206614,0.75206614,0.73966944,0 +0.5,0.54545456,0.58264464,0.62396693,0.6487603,0.69008267,0.6942149,0.71487606,0.7231405,0.73140496,0.73966944,0.73966944,0.7644628,0.75619835,0.7644628,0.78512394,0.7933884,0.79752064,0.8140496,0.80991733,0.80991733,0.8181818,0.8305785,0.8305785,0.8429752,0.838843,0.838843,0.838843,0.8305785,0.8181818,0.8057851,0.8016529,0.79752064,0.7933884,0.7933884,0.78512394,0.79752064,0.8016529,0.7933884,0.7933884,0.7892562,0.79752064,0.78512394,0.78512394,0.77272725,0.7644628,0.7644628,0.74793386,0.73966944,0.73966944,0.7231405,0.7107438,0.70247936,0.6859504,0.6735537,0.59090906,0.4338843,0.35123968,0.22727273,0.21900827,0.2107438,0.2231405,0.2231405,0.2231405,0.47933885,0.5123967,0.58264464,0.6280992,0.6652893,0.69008267,0.6942149,0.7066116,0.71900827,0.72727275,0.73966944,0.75206614,0.76033056,0.76859504,0.7644628,0.7933884,0.7933884,0.8057851,0.822314,0.8057851,0.8181818,0.822314,0.8347107,0.8347107,0.8429752,0.8429752,0.8429752,0.8347107,0.8264463,0.8181818,0.80991733,0.8016529,0.79752064,0.7892562,0.8140496,0.8181818,0.79752064,0.7892562,0.78099173,0.78512394,0.7933884,0.79752064,0.78512394,0.78099173,0.76859504,0.76033056,0.76033056,0.75619835,0.76033056,0.75206614,0.7355372,0.7231405,0.71487606,0.6983471,0.6818182,0.62396693,0.45454547,0.37190083,0.21487603,0.2231405,0.20661157,0.20247933,0.20247933,0.20247933,0.49173555,0.5413223,0.59504133,0.6487603,0.6735537,0.6859504,0.6859504,0.7066116,0.71487606,0.72727275,0.73966944,0.74793386,0.76033056,0.7644628,0.78099173,0.79752064,0.7933884,0.8057851,0.8181818,0.8140496,0.8264463,0.822314,0.8305785,0.8347107,0.8347107,0.8471074,0.8429752,0.8347107,0.8347107,0.822314,0.80991733,0.8181818,0.79752064,0.7892562,0.7892562,0.7933884,0.7892562,0.7892562,0.7892562,0.78099173,0.7933884,0.7892562,0.78099173,0.7768595,0.76859504,0.7644628,0.77272725,0.76033056,0.75206614,0.75619835,0.74793386,0.73966944,0.72727275,0.7066116,0.6859504,0.62396693,0.47107437,0.41322315,0.22727273,0.2107438,0.2107438,0.21487603,0.21487603,0.21487603,0.49173555,0.55785125,0.607438,0.6652893,0.6694215,0.69008267,0.6859504,0.6735537,0.71900827,0.7231405,0.73966944,0.75206614,0.75206614,0.76859504,0.78099173,0.7933884,0.8057851,0.8057851,0.8181818,0.8264463,0.8305785,0.8305785,0.8429752,0.838843,0.8429752,0.8471074,0.8429752,0.8347107,0.8347107,0.8264463,0.8181818,0.8181818,0.8016529,0.7933884,0.79752064,0.78099173,0.78099173,0.7933884,0.7768595,0.77272725,0.78099173,0.7892562,0.7768595,0.7768595,0.76859504,0.76859504,0.77272725,0.74793386,0.7644628,0.75619835,0.74793386,0.74793386,0.73966944,0.71487606,0.70247936,0.6322314,0.49586776,0.41735536,0.29338843,0.20661157,0.2107438,0.21487603,0.21900827,0.21900827,0.49586776,0.56198347,0.6322314,0.6694215,0.6446281,0.6859504,0.6859504,0.6818182,0.7066116,0.71900827,0.74793386,0.7355372,0.74793386,0.76859504,0.78099173,0.79752064,0.80991733,0.822314,0.80991733,0.8305785,0.8264463,0.8429752,0.8471074,0.8471074,0.8429752,0.8429752,0.8512397,0.8512397,0.8347107,0.822314,0.822314,0.8181818,0.8057851,0.8057851,0.8016529,0.7892562,0.78512394,0.7892562,0.78099173,0.78099173,0.78099173,0.78099173,0.78099173,0.7768595,0.7768595,0.76859504,0.77272725,0.7644628,0.76859504,0.76033056,0.76033056,0.76033056,0.74793386,0.7231405,0.70247936,0.6528926,0.5041322,0.40082645,0.2892562,0.20661157,0.2107438,0.2107438,0.2107438,0.2107438,0.5247934,0.59504133,0.6446281,0.6652893,0.6446281,0.6694215,0.677686,0.6859504,0.7066116,0.7066116,0.7355372,0.74793386,0.75206614,0.76859504,0.7768595,0.7933884,0.8057851,0.8140496,0.8181818,0.8347107,0.8305785,0.8305785,0.8347107,0.8429752,0.8471074,0.8471074,0.8512397,0.8636364,0.8305785,0.822314,0.822314,0.8181818,0.8140496,0.80991733,0.8057851,0.78512394,0.7933884,0.7892562,0.78512394,0.78512394,0.7892562,0.7768595,0.7892562,0.78099173,0.76859504,0.76859504,0.7644628,0.75206614,0.7644628,0.7644628,0.75206614,0.7644628,0.75619835,0.73140496,0.71900827,0.677686,0.5247934,0.42561984,0.3181818,0.2107438,0.2107438,0.23553719,0.23553719,0.23553719,0.58264464,0.61570245,0.6363636,0.6487603,0.6570248,0.6570248,0.661157,0.677686,0.7066116,0.7107438,0.73966944,0.74380165,0.75206614,0.7355372,0.74793386,0.78099173,0.79752064,0.8181818,0.8264463,0.8347107,0.8264463,0.8305785,0.8305785,0.8305785,0.838843,0.8305785,0.8429752,0.838843,0.8181818,0.822314,0.80991733,0.8057851,0.79752064,0.79752064,0.8016529,0.7933884,0.79752064,0.78512394,0.7892562,0.78099173,0.7892562,0.77272725,0.7768595,0.78099173,0.76859504,0.77272725,0.7644628,0.76033056,0.74380165,0.75206614,0.75206614,0.74793386,0.75206614,0.74793386,0.7355372,0.70247936,0.56198347,0.39256197,0.3140496,0.21487603,0.21487603,0.2231405,0.2231405,0.2231405,0.58264464,0.59917355,0.6280992,0.6404959,0.6446281,0.6570248,0.6487603,0.6735537,0.69008267,0.7107438,0.73140496,0.7355372,0.72727275,0.6570248,0.72727275,0.7644628,0.78099173,0.8016529,0.79752064,0.8140496,0.8016529,0.78512394,0.7768595,0.78512394,0.7933884,0.78099173,0.76859504,0.77272725,0.7768595,0.7933884,0.7768595,0.7892562,0.78512394,0.7933884,0.7933884,0.7933884,0.7933884,0.77272725,0.7768595,0.78099173,0.77272725,0.7768595,0.76859504,0.78512394,0.76859504,0.7768595,0.7644628,0.75206614,0.74380165,0.7355372,0.72727275,0.73966944,0.7355372,0.75206614,0.72727275,0.71900827,0.59917355,0.4090909,0.2520661,0.21900827,0.20661157,0.23140496,0.23140496,0.23140496,0.58264464,0.59090906,0.6198347,0.6322314,0.6198347,0.6404959,0.6404959,0.6694215,0.6942149,0.71487606,0.7107438,0.7066116,0.6859504,0.6570248,0.6983471,0.7355372,0.71900827,0.74380165,0.7107438,0.6942149,0.6735537,0.661157,0.6570248,0.6528926,0.6528926,0.6652893,0.6735537,0.7066116,0.73140496,0.74793386,0.75619835,0.76033056,0.76859504,0.78512394,0.78099173,0.78099173,0.7768595,0.7644628,0.77272725,0.77272725,0.78512394,0.7892562,0.78099173,0.75206614,0.76033056,0.76033056,0.73966944,0.7355372,0.7066116,0.69008267,0.6983471,0.7107438,0.7066116,0.71487606,0.6859504,0.6859504,0.6942149,0.38842976,0.2231405,0.23140496,0.2231405,0.23140496,0.23140496,0.23140496,0.5785124,0.59917355,0.61157024,0.6280992,0.60330576,0.62396693,0.6280992,0.677686,0.677686,0.6818182,0.6818182,0.677686,0.6694215,0.677686,0.6942149,0.69008267,0.661157,0.7066116,0.61570245,0.5661157,0.56198347,0.5495868,0.56198347,0.59917355,0.61570245,0.59917355,0.62396693,0.6404959,0.6694215,0.70247936,0.70247936,0.7107438,0.74380165,0.7768595,0.7768595,0.7768595,0.7644628,0.78099173,0.7768595,0.78512394,0.8016529,0.79752064,0.78512394,0.7644628,0.74793386,0.7107438,0.661157,0.6280992,0.60330576,0.58677685,0.60330576,0.6280992,0.6404959,0.6528926,0.6528926,0.6363636,0.677686,0.45867768,0.20247933,0.21487603,0.2231405,0.21900827,0.21900827,0.21900827,0.5785124,0.59917355,0.60330576,0.59504133,0.59504133,0.61157024,0.6404959,0.6404959,0.6198347,0.6198347,0.6363636,0.6363636,0.6404959,0.6694215,0.6570248,0.607438,0.59917355,0.59917355,0.56198347,0.5041322,0.49173555,0.45454547,0.47107437,0.4876033,0.5206612,0.57438016,0.5495868,0.59917355,0.61570245,0.6487603,0.6570248,0.6694215,0.70247936,0.75206614,0.76859504,0.78099173,0.78512394,0.7644628,0.74380165,0.76859504,0.8016529,0.79752064,0.78099173,0.74793386,0.71487606,0.6404959,0.59504133,0.56198347,0.5371901,0.553719,0.56198347,0.5495868,0.5785124,0.60330576,0.62396693,0.60330576,0.59917355,0.57024795,0.23966943,0.21487603,0.20661157,0.21900827,0.21900827,0.21900827,0.58677685,0.59504133,0.59917355,0.59504133,0.58677685,0.59504133,0.60330576,0.58677685,0.5785124,0.5785124,0.5785124,0.61157024,0.6363636,0.6446281,0.6942149,0.6694215,0.6446281,0.6322314,0.6198347,0.59090906,0.6280992,0.5785124,0.553719,0.54545456,0.53305787,0.5495868,0.5495868,0.5661157,0.55785125,0.57024795,0.58677685,0.61570245,0.6487603,0.7231405,0.76033056,0.78512394,0.7768595,0.74793386,0.74380165,0.76033056,0.78512394,0.7933884,0.76859504,0.70247936,0.6652893,0.60330576,0.59090906,0.59504133,0.57438016,0.58677685,0.61157024,0.59917355,0.58677685,0.62396693,0.6322314,0.61157024,0.57438016,0.553719,0.3181818,0.2107438,0.20661157,0.20247933,0.20247933,0.20661157,0.59504133,0.58264464,0.59917355,0.56198347,0.57438016,0.5661157,0.57438016,0.56198347,0.57024795,0.59504133,0.59917355,0.6280992,0.6487603,0.6694215,0.69008267,0.7066116,0.70247936,0.6818182,0.6652893,0.6446281,0.6570248,0.6446281,0.6280992,0.607438,0.59504133,0.59090906,0.58264464,0.58264464,0.57438016,0.58264464,0.58677685,0.59504133,0.6363636,0.6859504,0.7644628,0.7892562,0.78512394,0.75206614,0.7355372,0.7231405,0.75206614,0.75206614,0.71487606,0.6859504,0.6818182,0.6735537,0.6818182,0.6942149,0.7066116,0.7355372,0.73140496,0.73140496,0.70247936,0.7107438,0.70247936,0.6528926,0.61157024,0.553719,0.35950413,0.2107438,0.21487603,0.20247933,0.20247933,0.20661157,0.59504133,0.59090906,0.59504133,0.5661157,0.57438016,0.5495868,0.57438016,0.5785124,0.58264464,0.59917355,0.59090906,0.6322314,0.6363636,0.6528926,0.6652893,0.6652893,0.6694215,0.6404959,0.61157024,0.59090906,0.59090906,0.58264464,0.56198347,0.57024795,0.5785124,0.58264464,0.5661157,0.57024795,0.57438016,0.58677685,0.59917355,0.6280992,0.6528926,0.7107438,0.77272725,0.8181818,0.8264463,0.7933884,0.76033056,0.7231405,0.7066116,0.70247936,0.6983471,0.73140496,0.73966944,0.7107438,0.6983471,0.6859504,0.6859504,0.69008267,0.72727275,0.75619835,0.7768595,0.7768595,0.75619835,0.6983471,0.6570248,0.5661157,0.32231405,0.20661157,0.2107438,0.20247933,0.1983471,0.1983471,0.59090906,0.59504133,0.58264464,0.57438016,0.58264464,0.57024795,0.56198347,0.58264464,0.59917355,0.58677685,0.59917355,0.6198347,0.61570245,0.60330576,0.54545456,0.4338843,0.43801653,0.39256197,0.3677686,0.33471075,0.41322315,0.40495867,0.4090909,0.42561984,0.46694216,0.5041322,0.5371901,0.5247934,0.53305787,0.57024795,0.607438,0.6404959,0.6859504,0.70247936,0.75619835,0.8140496,0.8347107,0.8140496,0.8057851,0.76033056,0.69008267,0.6694215,0.7066116,0.6983471,0.60330576,0.5247934,0.45867768,0.45454547,0.45867768,0.45454547,0.5,0.58264464,0.6322314,0.71900827,0.76033056,0.71487606,0.6652893,0.553719,0.2768595,0.1983471,0.2231405,0.22727273,0.22727273,0.2231405,0.59504133,0.59917355,0.60330576,0.58677685,0.59090906,0.59090906,0.57438016,0.59504133,0.59504133,0.59090906,0.55785125,0.5165289,0.4338843,0.35123968,0.2892562,0.11983471,0.6694215,0.38016528,0.30578512,0.28099173,0.56198347,0.5495868,0.45454547,0.42561984,0.45454547,0.47107437,0.5041322,0.5413223,0.56198347,0.5495868,0.59090906,0.6198347,0.6570248,0.6735537,0.7355372,0.77272725,0.8181818,0.8429752,0.8471074,0.822314,0.7231405,0.6487603,0.6446281,0.55785125,0.61570245,0.37603307,0.35123968,0.38429752,0.32231405,0.39256197,0.35123968,0.56198347,0.48347107,0.44214877,0.59504133,0.6983471,0.677686,0.5041322,0.21487603,0.19008264,0.1983471,0.20247933,0.1983471,0.1983471,0.61157024,0.60330576,0.6198347,0.60330576,0.61570245,0.59917355,0.58264464,0.58264464,0.56198347,0.49586776,0.41735536,0.3677686,0.35950413,0.37190083,0.2768595,0.30578512,0.2768595,0.30991736,0.3677686,0.36363637,0.6983471,0.677686,0.59090906,0.48347107,0.48347107,0.4876033,0.5413223,0.59504133,0.6942149,0.59504133,0.59090906,0.6280992,0.6363636,0.6735537,0.71487606,0.76033056,0.7768595,0.8429752,0.8429752,0.8512397,0.8016529,0.59504133,0.57438016,0.6942149,0.8140496,0.43801653,0.41322315,0.56198347,0.06198347,0.38842976,0.35950413,0.7355372,0.72727275,0.47107437,0.30578512,0.57024795,0.6487603,0.41735536,0.19421488,0.20247933,0.21487603,0.2231405,0.2231405,0.21900827,0.6280992,0.6280992,0.6322314,0.6322314,0.6322314,0.61570245,0.59090906,0.54545456,0.4876033,0.4338843,0.42561984,0.4338843,0.5165289,0.607438,0.44214877,0.3677686,0.37190083,0.35950413,0.39256197,0.5661157,0.7355372,0.6983471,0.58264464,0.57438016,0.54545456,0.48347107,0.54545456,0.6404959,0.75206614,0.61157024,0.59090906,0.6280992,0.6446281,0.677686,0.70247936,0.72727275,0.75206614,0.8264463,0.8429752,0.838843,0.8347107,0.70247936,0.43801653,0.677686,0.8429752,0.58677685,0.4090909,0.45867768,0.15289256,0.55785125,0.49586776,0.78099173,0.75619835,0.58264464,0.3553719,0.41735536,0.61157024,0.3966942,0.19008264,0.20661157,0.2231405,0.22727273,0.22727273,0.22727273,0.6487603,0.6528926,0.661157,0.6528926,0.6404959,0.6322314,0.58677685,0.5041322,0.49173555,0.49173555,0.5082645,0.56198347,0.58677685,0.6487603,0.6735537,0.5371901,0.5495868,0.5082645,0.57024795,0.6735537,0.6735537,0.62396693,0.553719,0.5289256,0.5289256,0.5247934,0.54545456,0.6528926,0.6570248,0.58677685,0.59917355,0.6570248,0.6652893,0.6818182,0.6983471,0.69008267,0.71900827,0.7768595,0.8553719,0.822314,0.8595041,0.7892562,0.58264464,0.5082645,0.6280992,0.677686,0.5123967,0.41735536,0.3429752,0.6487603,0.75206614,0.78099173,0.6735537,0.55785125,0.4876033,0.49173555,0.61570245,0.39256197,0.1983471,0.2107438,0.21487603,0.21900827,0.21900827,0.21900827,0.661157,0.661157,0.6818182,0.677686,0.677686,0.6735537,0.60330576,0.553719,0.57024795,0.58264464,0.5661157,0.61157024,0.59504133,0.62396693,0.60330576,0.6528926,0.677686,0.6735537,0.5661157,0.59917355,0.58677685,0.5661157,0.54545456,0.53305787,0.553719,0.57024795,0.5785124,0.61570245,0.60330576,0.59504133,0.6363636,0.677686,0.6983471,0.6983471,0.6859504,0.70247936,0.6983471,0.74793386,0.8181818,0.8347107,0.8471074,0.8181818,0.7066116,0.5247934,0.57438016,0.58264464,0.58677685,0.57438016,0.5371901,0.59917355,0.6198347,0.5785124,0.5661157,0.55785125,0.46694216,0.55785125,0.6652893,0.41322315,0.18595041,0.21487603,0.2107438,0.21487603,0.21487603,0.21487603,0.6735537,0.6735537,0.7066116,0.7066116,0.6983471,0.70247936,0.6528926,0.6322314,0.6322314,0.6404959,0.6280992,0.6322314,0.6322314,0.6487603,0.6735537,0.6818182,0.6859504,0.6818182,0.6570248,0.61570245,0.607438,0.58264464,0.57438016,0.58264464,0.58264464,0.58677685,0.607438,0.6198347,0.6198347,0.6528926,0.6694215,0.6942149,0.6983471,0.7066116,0.71900827,0.6942149,0.7066116,0.73140496,0.7933884,0.8429752,0.8181818,0.838843,0.75619835,0.56198347,0.5041322,0.55785125,0.59090906,0.61157024,0.61570245,0.6404959,0.62396693,0.59504133,0.6198347,0.58677685,0.5371901,0.59504133,0.6983471,0.4876033,0.1694215,0.1983471,0.20661157,0.20661157,0.20661157,0.20661157,0.677686,0.6942149,0.7107438,0.7107438,0.7231405,0.7107438,0.6818182,0.6694215,0.661157,0.6652893,0.6694215,0.6818182,0.6694215,0.6694215,0.677686,0.6694215,0.6735537,0.677686,0.6694215,0.661157,0.6528926,0.6487603,0.61570245,0.61157024,0.59504133,0.62396693,0.6487603,0.6652893,0.69008267,0.7066116,0.71900827,0.6859504,0.6983471,0.7066116,0.73140496,0.7066116,0.7066116,0.6983471,0.75206614,0.8305785,0.78512394,0.79752064,0.78099173,0.6528926,0.49173555,0.5371901,0.56198347,0.60330576,0.661157,0.71487606,0.7355372,0.7066116,0.6735537,0.6404959,0.6322314,0.6570248,0.70247936,0.57438016,0.19421488,0.19421488,0.21487603,0.21487603,0.21487603,0.21487603,0.6694215,0.6942149,0.71900827,0.71487606,0.7355372,0.71900827,0.6942149,0.7066116,0.6859504,0.6942149,0.70247936,0.71900827,0.71900827,0.7231405,0.72727275,0.72727275,0.73966944,0.75619835,0.7355372,0.73966944,0.7066116,0.6942149,0.661157,0.6652893,0.6694215,0.6942149,0.71487606,0.7066116,0.7231405,0.71487606,0.7231405,0.70247936,0.7107438,0.7107438,0.7231405,0.71487606,0.7066116,0.6942149,0.7355372,0.80991733,0.80991733,0.7933884,0.7644628,0.72727275,0.5371901,0.5661157,0.58264464,0.59917355,0.62396693,0.661157,0.6942149,0.70247936,0.6818182,0.677686,0.677686,0.6735537,0.70247936,0.6446281,0.2231405,0.1983471,0.23553719,0.23553719,0.23553719,0.23553719,0.661157,0.6818182,0.71487606,0.7231405,0.72727275,0.73140496,0.7231405,0.7066116,0.6983471,0.7107438,0.7231405,0.73966944,0.75619835,0.7644628,0.7644628,0.7768595,0.78512394,0.78099173,0.77272725,0.74793386,0.72727275,0.7355372,0.7355372,0.74793386,0.74793386,0.75206614,0.75206614,0.72727275,0.72727275,0.71900827,0.73140496,0.71900827,0.7231405,0.71900827,0.7231405,0.71487606,0.71900827,0.7066116,0.73140496,0.78099173,0.8264463,0.8016529,0.7933884,0.74793386,0.6446281,0.58264464,0.607438,0.6404959,0.6528926,0.6487603,0.661157,0.6818182,0.70247936,0.6942149,0.6942149,0.677686,0.6859504,0.6735537,0.2603306,0.20247933,0.21487603,0.21487603,0.21900827,0.21900827,0.6363636,0.6735537,0.7066116,0.71900827,0.73966944,0.74380165,0.7355372,0.71900827,0.7231405,0.73140496,0.72727275,0.76859504,0.7768595,0.78512394,0.78512394,0.79752064,0.7768595,0.78512394,0.76859504,0.76859504,0.75619835,0.7768595,0.78099173,0.7892562,0.77272725,0.7768595,0.74793386,0.74380165,0.71900827,0.71487606,0.70247936,0.7107438,0.7231405,0.7231405,0.72727275,0.7231405,0.7107438,0.7231405,0.7355372,0.7768595,0.80991733,0.8016529,0.79752064,0.78099173,0.6942149,0.6446281,0.61570245,0.6446281,0.6818182,0.677686,0.6735537,0.6859504,0.6942149,0.7107438,0.6942149,0.69008267,0.6735537,0.6735537,0.29338843,0.20661157,0.19008264,0.19421488,0.19421488,0.19421488,0.6363636,0.6652893,0.6942149,0.7231405,0.7231405,0.73140496,0.73140496,0.73140496,0.74380165,0.74793386,0.74380165,0.75619835,0.7768595,0.7933884,0.8016529,0.8057851,0.80991733,0.77272725,0.78512394,0.7933884,0.7933884,0.7892562,0.78512394,0.79752064,0.78512394,0.77272725,0.76033056,0.75619835,0.72727275,0.71900827,0.71487606,0.72727275,0.7231405,0.7107438,0.71900827,0.72727275,0.7231405,0.73140496,0.73140496,0.76033056,0.8016529,0.80991733,0.7933884,0.78099173,0.71900827,0.6818182,0.677686,0.661157,0.6859504,0.7066116,0.7066116,0.7066116,0.7066116,0.71487606,0.70247936,0.69008267,0.69008267,0.6652893,0.30578512,0.18181819,0.2107438,0.2107438,0.2107438,0.2107438,0.6363636,0.6487603,0.6983471,0.70247936,0.6983471,0.7107438,0.7355372,0.71487606,0.7231405,0.74793386,0.74793386,0.76859504,0.78512394,0.8057851,0.8057851,0.80991733,0.78512394,0.78512394,0.78512394,0.79752064,0.78099173,0.78099173,0.7768595,0.7933884,0.78512394,0.76859504,0.75206614,0.74793386,0.73140496,0.73140496,0.7066116,0.71487606,0.7066116,0.71487606,0.71487606,0.71900827,0.71900827,0.7231405,0.71900827,0.75206614,0.8057851,0.8347107,0.8181818,0.8016529,0.75206614,0.70247936,0.70247936,0.7066116,0.7107438,0.6983471,0.7107438,0.7066116,0.71487606,0.7107438,0.7066116,0.6942149,0.69008267,0.6694215,0.32231405,0.19421488,0.21487603,0.21487603,0.21487603,0.21487603,0.62396693,0.62396693,0.6694215,0.677686,0.6942149,0.6983471,0.72727275,0.71487606,0.71900827,0.7231405,0.75619835,0.7644628,0.78099173,0.7892562,0.8016529,0.8016529,0.78099173,0.7933884,0.8016529,0.78099173,0.7933884,0.8016529,0.78099173,0.78512394,0.79752064,0.7768595,0.76033056,0.76033056,0.7355372,0.7066116,0.6694215,0.6652893,0.6735537,0.69008267,0.69008267,0.6983471,0.71487606,0.72727275,0.6942149,0.76033056,0.79752064,0.8429752,0.8347107,0.8181818,0.76859504,0.71487606,0.7231405,0.7355372,0.74793386,0.73140496,0.71900827,0.71900827,0.71487606,0.71900827,0.6983471,0.6942149,0.6983471,0.677686,0.3140496,0.19421488,0.21900827,0.21900827,0.21487603,0.21487603,0.61570245,0.61570245,0.6487603,0.6652893,0.6942149,0.70247936,0.71900827,0.7107438,0.71900827,0.71900827,0.73966944,0.76033056,0.75206614,0.78512394,0.7892562,0.8057851,0.79752064,0.8140496,0.7933884,0.8016529,0.8057851,0.7933884,0.78512394,0.7933884,0.7933884,0.7768595,0.7768595,0.74380165,0.7107438,0.62396693,0.62396693,0.6404959,0.6570248,0.661157,0.677686,0.69008267,0.7107438,0.74380165,0.74380165,0.76859504,0.8264463,0.8512397,0.8347107,0.8264463,0.77272725,0.7066116,0.7355372,0.7355372,0.74380165,0.76033056,0.73140496,0.73966944,0.74380165,0.72727275,0.7107438,0.6983471,0.69008267,0.69008267,0.3264463,0.18181819,0.2107438,0.2107438,0.2107438,0.2107438,0.59917355,0.60330576,0.6446281,0.6694215,0.6859504,0.69008267,0.71487606,0.7066116,0.71487606,0.71900827,0.72727275,0.72727275,0.75206614,0.76033056,0.7768595,0.7933884,0.80991733,0.8140496,0.8016529,0.7933884,0.8016529,0.79752064,0.79752064,0.7933884,0.7892562,0.7768595,0.77272725,0.71900827,0.6487603,0.59504133,0.61570245,0.6487603,0.6487603,0.6528926,0.6942149,0.71487606,0.71900827,0.74380165,0.73966944,0.78099173,0.8429752,0.8512397,0.8305785,0.8264463,0.7933884,0.7231405,0.71900827,0.74380165,0.73966944,0.76033056,0.74380165,0.75206614,0.75206614,0.72727275,0.71487606,0.7066116,0.6983471,0.6942149,0.30578512,0.19008264,0.2107438,0.2107438,0.2107438,0.21487603,0.58677685,0.60330576,0.6404959,0.6818182,0.69008267,0.6859504,0.69008267,0.6859504,0.7066116,0.71900827,0.7231405,0.73140496,0.74793386,0.76859504,0.7768595,0.8016529,0.8140496,0.8057851,0.8057851,0.8016529,0.7933884,0.7933884,0.8016529,0.7933884,0.78099173,0.7644628,0.7355372,0.69008267,0.607438,0.61157024,0.6528926,0.6570248,0.661157,0.6528926,0.6942149,0.71900827,0.7107438,0.72727275,0.73140496,0.77272725,0.8181818,0.8264463,0.8016529,0.8057851,0.7933884,0.76033056,0.70247936,0.74793386,0.74793386,0.75206614,0.75206614,0.76033056,0.75619835,0.72727275,0.71900827,0.71487606,0.6983471,0.6652893,0.2768595,0.17768595,0.20247933,0.20247933,0.20247933,0.20247933,0.5785124,0.59917355,0.61570245,0.661157,0.6859504,0.6735537,0.6942149,0.6942149,0.7066116,0.71900827,0.73140496,0.74793386,0.75206614,0.7768595,0.79752064,0.78099173,0.79752064,0.78512394,0.78099173,0.78512394,0.7933884,0.79752064,0.7933884,0.78099173,0.76033056,0.74793386,0.71487606,0.6280992,0.59504133,0.62396693,0.6528926,0.6446281,0.6694215,0.6528926,0.6652893,0.69008267,0.6818182,0.6942149,0.7066116,0.74380165,0.822314,0.8305785,0.7933884,0.8016529,0.7933884,0.77272725,0.7066116,0.7355372,0.7644628,0.75206614,0.75619835,0.76033056,0.75206614,0.7355372,0.71900827,0.6942149,0.69008267,0.6528926,0.23966943,0.18595041,0.18595041,0.18595041,0.18595041,0.19008264,0.57024795,0.59090906,0.6280992,0.6363636,0.6818182,0.6694215,0.69008267,0.7066116,0.7231405,0.7355372,0.74380165,0.74380165,0.75619835,0.75619835,0.78512394,0.7768595,0.7933884,0.76033056,0.75206614,0.78099173,0.78099173,0.78099173,0.78099173,0.76033056,0.74793386,0.7355372,0.6859504,0.59090906,0.59504133,0.61157024,0.6280992,0.6487603,0.6652893,0.677686,0.661157,0.6446281,0.62396693,0.62396693,0.62396693,0.661157,0.76033056,0.80991733,0.7768595,0.79752064,0.7933884,0.73966944,0.6818182,0.6983471,0.78099173,0.75206614,0.74793386,0.75206614,0.7644628,0.74380165,0.7231405,0.677686,0.70247936,0.59504133,0.20661157,0.19008264,0.19008264,0.19008264,0.19421488,0.19421488,0.57438016,0.59090906,0.6198347,0.6404959,0.6652893,0.6735537,0.6859504,0.7107438,0.73140496,0.72727275,0.7355372,0.76033056,0.7644628,0.75619835,0.76859504,0.77272725,0.78512394,0.76033056,0.7644628,0.7768595,0.77272725,0.78099173,0.76033056,0.73140496,0.7355372,0.73140496,0.677686,0.5661157,0.5495868,0.57438016,0.59504133,0.6446281,0.6859504,0.6983471,0.6694215,0.6322314,0.59917355,0.58677685,0.57024795,0.59917355,0.6735537,0.74380165,0.76859504,0.8595041,0.7933884,0.677686,0.6735537,0.6694215,0.76033056,0.78099173,0.7644628,0.74380165,0.75619835,0.75206614,0.73140496,0.70247936,0.7231405,0.5206612,0.20661157,0.1983471,0.19008264,0.19008264,0.19008264,0.18595041,0.57024795,0.58677685,0.607438,0.6487603,0.6446281,0.677686,0.677686,0.6859504,0.71900827,0.71487606,0.73140496,0.7644628,0.76033056,0.75619835,0.75619835,0.7644628,0.76033056,0.75619835,0.76859504,0.77272725,0.76033056,0.76859504,0.73966944,0.71900827,0.73140496,0.71900827,0.677686,0.57438016,0.49586776,0.54545456,0.58264464,0.6735537,0.69008267,0.54545456,0.47933885,0.4876033,0.46694216,0.46280992,0.5247934,0.59504133,0.6322314,0.7231405,0.75206614,0.79752064,0.6322314,0.58677685,0.6694215,0.6446281,0.71487606,0.7768595,0.77272725,0.76859504,0.75619835,0.75619835,0.7231405,0.70247936,0.7107438,0.446281,0.19008264,0.21487603,0.20661157,0.20661157,0.20661157,0.20661157,0.56198347,0.58677685,0.58677685,0.6404959,0.6570248,0.661157,0.6735537,0.6818182,0.7066116,0.72727275,0.7355372,0.75206614,0.75619835,0.74793386,0.7768595,0.75619835,0.75619835,0.76859504,0.7644628,0.76033056,0.75206614,0.73966944,0.7231405,0.7231405,0.7355372,0.75619835,0.76033056,0.7107438,0.5495868,0.5,0.56198347,0.6487603,0.54545456,0.5041322,0.5661157,0.60330576,0.57024795,0.5165289,0.46280992,0.5785124,0.6404959,0.6818182,0.6942149,0.6446281,0.46280992,0.56198347,0.6404959,0.62396693,0.7107438,0.78512394,0.78099173,0.78099173,0.7768595,0.7644628,0.74793386,0.7066116,0.6983471,0.35123968,0.19008264,0.21487603,0.2231405,0.2231405,0.2231405,0.2231405,0.55785125,0.5785124,0.59917355,0.62396693,0.6570248,0.6652893,0.6694215,0.6859504,0.70247936,0.7231405,0.74380165,0.74380165,0.74793386,0.75206614,0.75206614,0.75206614,0.77272725,0.75206614,0.76033056,0.76859504,0.76033056,0.74380165,0.7355372,0.75206614,0.77272725,0.79752064,0.8016529,0.78512394,0.6652893,0.58264464,0.5495868,0.5413223,0.553719,0.5785124,0.62396693,0.6322314,0.62396693,0.58264464,0.57438016,0.59917355,0.6528926,0.6570248,0.607438,0.5247934,0.553719,0.62396693,0.6735537,0.6652893,0.74380165,0.7892562,0.7892562,0.7768595,0.77272725,0.77272725,0.74793386,0.71900827,0.6652893,0.2644628,0.19008264,0.2107438,0.20661157,0.2107438,0.2107438,0.2107438,0.55785125,0.59090906,0.607438,0.62396693,0.6322314,0.661157,0.677686,0.69008267,0.7066116,0.71487606,0.74380165,0.73140496,0.73966944,0.74380165,0.74380165,0.75619835,0.7768595,0.77272725,0.7644628,0.77272725,0.77272725,0.7644628,0.77272725,0.7892562,0.8016529,0.8016529,0.8016529,0.8057851,0.7066116,0.661157,0.661157,0.6446281,0.6528926,0.661157,0.661157,0.6818182,0.6735537,0.677686,0.69008267,0.69008267,0.661157,0.6198347,0.5371901,0.4752066,0.61157024,0.6652893,0.73966944,0.76033056,0.78512394,0.8016529,0.7933884,0.7768595,0.7644628,0.76859504,0.7355372,0.7355372,0.61157024,0.21487603,0.19008264,0.21487603,0.21487603,0.21487603,0.21487603,0.21487603,0.5661157,0.59090906,0.607438,0.6198347,0.62396693,0.661157,0.677686,0.6942149,0.70247936,0.71900827,0.7231405,0.7355372,0.74380165,0.74380165,0.7644628,0.7644628,0.76859504,0.78099173,0.77272725,0.77272725,0.77272725,0.78512394,0.8016529,0.8140496,0.8057851,0.7933884,0.7933884,0.78512394,0.7355372,0.69008267,0.6735537,0.6735537,0.6818182,0.6859504,0.70247936,0.7107438,0.7066116,0.73140496,0.75619835,0.75619835,0.73140496,0.6404959,0.58264464,0.5371901,0.661157,0.71900827,0.77272725,0.8057851,0.80991733,0.8140496,0.78099173,0.78512394,0.7768595,0.77272725,0.73966944,0.74380165,0.5371901,0.19421488,0.20661157,0.2107438,0.20661157,0.20661157,0.20661157,0.20661157,0.5413223,0.58264464,0.60330576,0.61570245,0.6280992,0.661157,0.677686,0.6859504,0.6983471,0.7066116,0.7107438,0.73140496,0.72727275,0.73966944,0.75619835,0.76033056,0.75206614,0.75619835,0.77272725,0.7768595,0.7892562,0.8057851,0.8140496,0.80991733,0.80991733,0.7892562,0.78512394,0.7644628,0.75206614,0.7107438,0.6694215,0.69008267,0.677686,0.6942149,0.7231405,0.71900827,0.72727275,0.73966944,0.75619835,0.75619835,0.73140496,0.6694215,0.6322314,0.60330576,0.6983471,0.74380165,0.77272725,0.79752064,0.8140496,0.8140496,0.75619835,0.78099173,0.78512394,0.76033056,0.74380165,0.75206614,0.45867768,0.18181819,0.2107438,0.2107438,0.20661157,0.20661157,0.20661157,0.20661157,0.5371901,0.56198347,0.58677685,0.607438,0.6198347,0.6528926,0.6694215,0.6859504,0.69008267,0.7066116,0.71487606,0.73140496,0.73140496,0.74793386,0.73966944,0.75206614,0.75206614,0.75206614,0.77272725,0.78099173,0.79752064,0.8016529,0.80991733,0.7892562,0.78512394,0.7644628,0.77272725,0.75619835,0.75206614,0.74380165,0.7107438,0.7107438,0.6859504,0.7107438,0.73140496,0.71900827,0.73966944,0.75619835,0.75206614,0.76033056,0.7231405,0.677686,0.6446281,0.6694215,0.7107438,0.7355372,0.74380165,0.7768595,0.8016529,0.8057851,0.7892562,0.78512394,0.78099173,0.75619835,0.73966944,0.74380165,0.37603307,0.18595041,0.2107438,0.21487603,0.21487603,0.21487603,0.21487603,0.21487603,0.5247934,0.54545456,0.56198347,0.607438,0.60330576,0.6404959,0.6694215,0.6694215,0.69008267,0.70247936,0.71487606,0.72727275,0.73140496,0.72727275,0.73140496,0.73966944,0.7644628,0.75206614,0.77272725,0.7892562,0.78099173,0.7768595,0.7644628,0.75619835,0.77272725,0.75619835,0.7644628,0.76033056,0.75619835,0.76859504,0.7644628,0.75206614,0.73140496,0.7355372,0.72727275,0.7231405,0.7231405,0.74793386,0.74793386,0.74793386,0.73140496,0.6983471,0.661157,0.73140496,0.7231405,0.7107438,0.71487606,0.75619835,0.7892562,0.78512394,0.7933884,0.78512394,0.7768595,0.76859504,0.7355372,0.7231405,0.2892562,0.17355372,0.2107438,0.20661157,0.2107438,0.2107438,0.2107438,0.2107438,0.5206612,0.5413223,0.55785125,0.58677685,0.58677685,0.62396693,0.6570248,0.661157,0.6818182,0.7066116,0.7107438,0.71900827,0.71487606,0.7231405,0.7355372,0.73966944,0.75206614,0.7644628,0.7644628,0.7768595,0.76033056,0.7644628,0.7644628,0.76033056,0.7355372,0.73140496,0.76859504,0.76859504,0.7768595,0.77272725,0.7892562,0.7768595,0.74793386,0.75206614,0.7231405,0.71487606,0.6983471,0.6942149,0.70247936,0.7107438,0.7231405,0.7231405,0.7231405,0.73966944,0.73966944,0.70247936,0.7107438,0.72727275,0.76859504,0.77272725,0.7644628,0.78512394,0.78099173,0.76859504,0.7355372,0.69008267,0.23553719,0.17355372,0.21487603,0.18595041,0.18181819,0.18181819,0.18181819,0.18181819,0.5247934,0.5371901,0.5495868,0.57438016,0.5785124,0.60330576,0.6446281,0.6570248,0.661157,0.6983471,0.6942149,0.70247936,0.7107438,0.7231405,0.73140496,0.73966944,0.7355372,0.74380165,0.75619835,0.75206614,0.73140496,0.75619835,0.75619835,0.75619835,0.73966944,0.7355372,0.75619835,0.77272725,0.76859504,0.78099173,0.7933884,0.7768595,0.73966944,0.73966944,0.7231405,0.7107438,0.6818182,0.6487603,0.6570248,0.6694215,0.70247936,0.7231405,0.76033056,0.74380165,0.74793386,0.72727275,0.73140496,0.71900827,0.75206614,0.7768595,0.75619835,0.7644628,0.78512394,0.76033056,0.73966944,0.62396693,0.21487603,0.19008264,0.2107438,0.21900827,0.21487603,0.21487603,0.2107438,0.2107438,0.5041322,0.5123967,0.54545456,0.57024795,0.5785124,0.58677685,0.62396693,0.6446281,0.6528926,0.6735537,0.6859504,0.6983471,0.70247936,0.71900827,0.73140496,0.74793386,0.73140496,0.73140496,0.74380165,0.74793386,0.7107438,0.74380165,0.74793386,0.74793386,0.74380165,0.73966944,0.72727275,0.7355372,0.74380165,0.76033056,0.76859504,0.73140496,0.6652893,0.6446281,0.6363636,0.677686,0.6694215,0.6570248,0.661157,0.6859504,0.7107438,0.72727275,0.74793386,0.75619835,0.75206614,0.74793386,0.74380165,0.74380165,0.76033056,0.7768595,0.75619835,0.75206614,0.7768595,0.75206614,0.73966944,0.5165289,0.16528925,0.20247933,0.2107438,0.20247933,0.20247933,0.20661157,0.20661157,0.20661157,0.49586776,0.49173555,0.5495868,0.5495868,0.57024795,0.58677685,0.60330576,0.62396693,0.6487603,0.6694215,0.6652893,0.677686,0.6983471,0.7107438,0.7231405,0.73966944,0.72727275,0.71900827,0.73140496,0.72727275,0.71487606,0.7355372,0.72727275,0.71487606,0.7066116,0.6983471,0.69008267,0.6735537,0.6652893,0.6528926,0.6363636,0.60330576,0.58677685,0.57438016,0.58264464,0.5785124,0.57438016,0.59090906,0.6280992,0.6404959,0.6570248,0.6818182,0.6942149,0.71900827,0.76033056,0.75619835,0.75206614,0.76033056,0.77272725,0.77272725,0.75206614,0.7355372,0.76859504,0.75206614,0.72727275,0.39256197,0.16528925,0.1983471,0.21487603,0.1983471,0.1983471,0.1983471,0.20247933,0.20247933,0.48347107,0.5,0.5289256,0.54545456,0.553719,0.59917355,0.59917355,0.6280992,0.6487603,0.6528926,0.6652893,0.6570248,0.677686,0.7066116,0.70247936,0.73140496,0.7231405,0.71900827,0.7066116,0.71900827,0.71900827,0.71900827,0.6859504,0.6487603,0.6198347,0.607438,0.59090906,0.5495868,0.5,0.47107437,0.46280992,0.46280992,0.46280992,0.4752066,0.5165289,0.5247934,0.5123967,0.5247934,0.53305787,0.59504133,0.59917355,0.607438,0.61157024,0.62396693,0.6735537,0.7355372,0.7644628,0.7644628,0.7768595,0.78512394,0.76033056,0.7231405,0.75206614,0.74380165,0.69008267,0.28099173,0.16115703,0.19421488,0.21900827,0.18595041,0.18595041,0.18595041,0.18595041,0.18595041,0.47107437,0.49586776,0.5,0.5247934,0.5495868,0.5495868,0.58677685,0.61157024,0.6322314,0.6280992,0.661157,0.6735537,0.6735537,0.6942149,0.70247936,0.71487606,0.71487606,0.70247936,0.6983471,0.73140496,0.74380165,0.71487606,0.61157024,0.5371901,0.49173555,0.47933885,0.42975205,0.38429752,0.36363637,0.38016528,0.38842976,0.40495867,0.41735536,0.43801653,0.45041323,0.446281,0.42975205,0.41322315,0.446281,0.44214877,0.41735536,0.43801653,0.47107437,0.5,0.53305787,0.58677685,0.7107438,0.75619835,0.7768595,0.7892562,0.76033056,0.71900827,0.74380165,0.74793386,0.61570245,0.1983471,0.18181819,0.18595041,0.20661157,0.2107438,0.2107438,0.20661157,0.20661157,0.20247933,0.446281,0.4752066,0.4876033,0.5206612,0.5413223,0.53305787,0.57438016,0.607438,0.61157024,0.6280992,0.6570248,0.661157,0.6694215,0.69008267,0.6942149,0.7107438,0.7107438,0.6983471,0.70247936,0.71900827,0.74380165,0.677686,0.54545456,0.4876033,0.46694216,0.47107437,0.45041323,0.45041323,0.46694216,0.48347107,0.5247934,0.5785124,0.6280992,0.6363636,0.58264464,0.5371901,0.5082645,0.4876033,0.4876033,0.46280992,0.41735536,0.4090909,0.41322315,0.42561984,0.4338843,0.47933885,0.5661157,0.6570248,0.71487606,0.78099173,0.76859504,0.7355372,0.7355372,0.73966944,0.4876033,0.16528925,0.19008264,0.19008264,0.19421488,0.21487603,0.21487603,0.21487603,0.21487603,0.21487603,0.4338843,0.45041323,0.48347107,0.49173555,0.5289256,0.5371901,0.57024795,0.59504133,0.59504133,0.61157024,0.6487603,0.6528926,0.6694215,0.6859504,0.6694215,0.70247936,0.6983471,0.6983471,0.70247936,0.70247936,0.7231405,0.69008267,0.6528926,0.61570245,0.59504133,0.59090906,0.59504133,0.57024795,0.5661157,0.5785124,0.58677685,0.62396693,0.6652893,0.6818182,0.6487603,0.61157024,0.59090906,0.58677685,0.56198347,0.57024795,0.5247934,0.5289256,0.5413223,0.5247934,0.5041322,0.4876033,0.5082645,0.57024795,0.7107438,0.77272725,0.75619835,0.73966944,0.7355372,0.71487606,0.3429752,0.16115703,0.1983471,0.18181819,0.19008264,0.19421488,0.1983471,0.1983471,0.20247933,0.20247933,0.4090909,0.42561984,0.46280992,0.47933885,0.5,0.53305787,0.55785125,0.58677685,0.59917355,0.607438,0.6322314,0.6404959,0.6528926,0.6735537,0.6652893,0.69008267,0.6818182,0.6942149,0.6942149,0.6942149,0.7231405,0.71900827,0.73140496,0.7107438,0.69008267,0.661157,0.6322314,0.59504133,0.58264464,0.60330576,0.59090906,0.6198347,0.6652893,0.70247936,0.6859504,0.6694215,0.6528926,0.6404959,0.6198347,0.62396693,0.61157024,0.6198347,0.61570245,0.61570245,0.61157024,0.59917355,0.62396693,0.6363636,0.7231405,0.76859504,0.74380165,0.7355372,0.72727275,0.6198347,0.22727273,0.16528925,0.19421488,0.18181819,0.1983471,0.1983471,0.1983471,0.1983471,0.19421488,0.19421488,0.36363637,0.41322315,0.41322315,0.45867768,0.47107437,0.5165289,0.5413223,0.553719,0.5785124,0.59504133,0.607438,0.6363636,0.6280992,0.6487603,0.661157,0.6652893,0.677686,0.6942149,0.6818182,0.6942149,0.71487606,0.7355372,0.73140496,0.7231405,0.6859504,0.6694215,0.6487603,0.61157024,0.58264464,0.57438016,0.5785124,0.59917355,0.6280992,0.661157,0.677686,0.6694215,0.6694215,0.6652893,0.6570248,0.6487603,0.6446281,0.6404959,0.6528926,0.6528926,0.661157,0.677686,0.7231405,0.72727275,0.75206614,0.7644628,0.73966944,0.74380165,0.71900827,0.46694216,0.18595041,0.17768595,0.19421488,0.18181819,0.19008264,0.2107438,0.2107438,0.2107438,0.2107438,0.2107438,0.3264463,0.38016528,0.3677686,0.41322315,0.47933885,0.48347107,0.5082645,0.54545456,0.55785125,0.57438016,0.58677685,0.61570245,0.61157024,0.6322314,0.6404959,0.661157,0.6694215,0.6859504,0.6859504,0.6818182,0.7066116,0.7107438,0.71900827,0.71900827,0.70247936,0.6735537,0.6570248,0.6404959,0.607438,0.60330576,0.60330576,0.6280992,0.6528926,0.6652893,0.6735537,0.6446281,0.6446281,0.661157,0.6652893,0.6570248,0.6694215,0.6818182,0.6942149,0.69008267,0.6983471,0.72727275,0.75619835,0.7644628,0.76033056,0.76033056,0.74793386,0.73966944,0.6528926,0.30991736,0.1694215,0.1983471,0.18181819,0.18181819,0.18595041,0.19421488,0.19421488,0.19421488,0.1983471,0.1983471,0.2768595,0.338843,0.35950413,0.38016528,0.42975205,0.46694216,0.4876033,0.5206612,0.5413223,0.54545456,0.57024795,0.58677685,0.59917355,0.59917355,0.6280992,0.6487603,0.6570248,0.6818182,0.6735537,0.6487603,0.677686,0.677686,0.6942149,0.6942149,0.71487606,0.69008267,0.6735537,0.6570248,0.6404959,0.6280992,0.6280992,0.6446281,0.6859504,0.7231405,0.71487606,0.6818182,0.6528926,0.677686,0.69008267,0.6818182,0.69008267,0.7107438,0.7231405,0.7231405,0.74793386,0.76033056,0.76859504,0.76859504,0.74793386,0.74380165,0.7355372,0.72727275,0.5041322,0.20661157,0.18595041,0.19008264,0.19421488,0.17355372,0.18595041,0.19008264,0.19008264,0.19008264,0.19008264,0.19008264,0.2520661,0.30578512,0.32231405,0.36363637,0.39256197,0.42975205,0.47107437,0.49173555,0.5082645,0.53305787,0.5495868,0.553719,0.58677685,0.59917355,0.6198347,0.6363636,0.6322314,0.6570248,0.6446281,0.6363636,0.6528926,0.6446281,0.661157,0.6694215,0.69008267,0.6983471,0.6983471,0.6694215,0.6818182,0.661157,0.6652893,0.661157,0.6942149,0.7231405,0.7231405,0.6983471,0.6818182,0.6942149,0.71487606,0.7231405,0.7355372,0.75206614,0.76033056,0.76859504,0.7768595,0.7768595,0.76859504,0.76033056,0.7355372,0.73140496,0.7107438,0.6570248,0.3305785,0.18181819,0.18181819,0.19421488,0.19008264,0.18181819,0.18181819,0.17768595,0.17768595,0.17768595,0.17768595,0.18181819,0.2603306,0.29338843,0.2892562,0.32231405,0.3553719,0.40082645,0.44214877,0.4752066,0.4876033,0.5082645,0.53305787,0.5413223,0.57024795,0.57438016,0.60330576,0.6198347,0.62396693,0.61570245,0.59917355,0.6198347,0.6404959,0.6363636,0.6487603,0.6487603,0.6694215,0.6818182,0.69008267,0.677686,0.69008267,0.6859504,0.6983471,0.70247936,0.7066116,0.71487606,0.73140496,0.7231405,0.70247936,0.72727275,0.74380165,0.76033056,0.7644628,0.7768595,0.7892562,0.7892562,0.7892562,0.77272725,0.75619835,0.73966944,0.7107438,0.7066116,0.6942149,0.4752066,0.20661157,0.2107438,0.19421488,0.19421488,0.19421488,0.18595041,0.18595041,0.17768595,0.17768595,0.17768595,0.17768595,0.17768595,0.3429752,0.28512397,0.2892562,0.29752067,0.3140496,0.36363637,0.4090909,0.4338843,0.46694216,0.4876033,0.5165289,0.5247934,0.54545456,0.56198347,0.5661157,0.59504133,0.6198347,0.58677685,0.58264464,0.61157024,0.6404959,0.6404959,0.6570248,0.6570248,0.6694215,0.6652893,0.6694215,0.677686,0.6735537,0.6859504,0.70247936,0.7107438,0.7066116,0.71900827,0.73140496,0.71487606,0.71487606,0.71487606,0.74380165,0.76859504,0.78099173,0.78099173,0.7933884,0.7892562,0.7892562,0.76859504,0.74793386,0.7231405,0.70247936,0.6942149,0.59917355,0.26859504,0.17355372,0.1983471,0.19421488,0.20247933,0.19008264,0.20247933,0.18595041,0.18181819,0.18181819,0.18181819,0.17768595,0.17768595,0.39256197,0.3181818,0.30578512,0.30165288,0.2892562,0.3181818,0.3553719,0.40495867,0.4338843,0.45454547,0.48347107,0.5082645,0.5206612,0.53305787,0.53305787,0.553719,0.58677685,0.5785124,0.5785124,0.59090906,0.62396693,0.6363636,0.6446281,0.6446281,0.661157,0.661157,0.677686,0.6735537,0.6735537,0.6735537,0.6735537,0.6818182,0.6942149,0.7107438,0.7107438,0.6942149,0.7107438,0.72727275,0.74793386,0.76859504,0.78099173,0.7768595,0.78099173,0.7892562,0.77272725,0.75206614,0.72727275,0.7231405,0.6942149,0.6570248,0.38016528,0.16528925,0.17768595,0.19008264,0.18181819,0.18595041,0.19008264,0.18595041,0.19421488,0.19421488,0.19421488,0.19008264,0.19008264,0.19008264,0.4214876,0.3553719,0.3264463,0.3181818,0.3140496,0.30165288,0.30578512,0.3553719,0.39256197,0.4214876,0.44214877,0.46694216,0.49586776,0.5082645,0.5123967,0.5289256,0.54545456,0.56198347,0.57024795,0.5785124,0.59504133,0.6198347,0.6280992,0.6404959,0.6528926,0.6652893,0.6735537,0.677686,0.6818182,0.6570248,0.6735537,0.6694215,0.69008267,0.6942149,0.6942149,0.69008267,0.71900827,0.72727275,0.74380165,0.76859504,0.76033056,0.76859504,0.7644628,0.78512394,0.76033056,0.75206614,0.70247936,0.7066116,0.6694215,0.4876033,0.20661157,0.15289256,0.17355372,0.17768595,0.18595041,0.17768595,0.18181819,0.18181819,0.17768595,0.17355372,0.17355372,0.1694215,0.1694215,0.16528925,0.43801653,0.38429752,0.34710744,0.338843,0.33471075,0.3264463,0.3140496,0.30165288,0.3305785,0.37190083,0.3966942,0.4338843,0.46280992,0.4752066,0.5082645,0.5082645,0.53305787,0.54545456,0.5495868,0.57024795,0.5785124,0.59504133,0.59917355,0.61570245,0.6280992,0.6652893,0.6528926,0.6735537,0.69008267,0.6735537,0.6735537,0.6694215,0.69008267,0.6859504,0.69008267,0.6818182,0.7066116,0.7107438,0.72727275,0.7355372,0.72727275,0.73140496,0.74793386,0.76033056,0.74380165,0.71900827,0.69008267,0.6652893,0.55785125,0.2520661,0.15289256,0.16528925,0.17355372,0.16528925,0.18181819,0.18181819,0.17355372,0.18181819,0.19008264,0.19008264,0.19421488,0.19421488,0.19421488,0.1983471,0.45041323,0.4090909,0.36363637,0.34710744,0.3429752,0.3553719,0.338843,0.3181818,0.29338843,0.3140496,0.34710744,0.37603307,0.41322315,0.43801653,0.46694216,0.47933885,0.5082645,0.5123967,0.53305787,0.5413223,0.5661157,0.57024795,0.57438016,0.58264464,0.607438,0.6487603,0.6404959,0.6487603,0.6735537,0.6859504,0.6942149,0.677686,0.677686,0.6735537,0.6859504,0.6942149,0.7107438,0.70247936,0.70247936,0.6859504,0.6942149,0.7107438,0.71487606,0.7231405,0.7231405,0.6983471,0.6859504,0.61157024,0.3305785,0.1570248,0.15289256,0.16115703,0.16528925,0.1694215,0.18181819,0.17768595,0.18181819,0.18181819,0.18595041,0.18181819,0.18181819,0.18181819,0.18181819,0.18181819,0.4752066,0.41735536,0.40082645,0.36363637,0.34710744,0.3553719,0.3553719,0.35950413,0.32231405,0.30165288,0.3140496,0.33471075,0.35123968,0.4090909,0.42561984,0.43801653,0.46280992,0.48347107,0.5206612,0.53305787,0.5413223,0.5289256,0.57024795,0.57024795,0.58677685,0.61570245,0.61570245,0.6280992,0.6446281,0.661157,0.6818182,0.6818182,0.661157,0.6735537,0.6859504,0.6983471,0.6983471,0.6942149,0.7066116,0.6942149,0.69008267,0.7107438,0.74793386,0.7355372,0.7107438,0.6983471,0.6735537,0.42561984,0.1694215,0.1570248,0.16528925,0.17355372,0.1694215,0.17355372,0.18181819,0.17768595,0.17355372,0.1694215,0.18595041,0.19008264,0.19008264,0.19421488,0.19421488,0.19421488,0.4752066,0.44214877,0.41735536,0.38429752,0.36363637,0.3553719,0.3553719,0.36363637,0.34710744,0.34710744,0.32231405,0.3140496,0.30578512,0.3429752,0.36363637,0.38016528,0.41322315,0.4338843,0.46280992,0.4876033,0.5247934,0.53305787,0.54545456,0.5495868,0.5661157,0.59090906,0.59917355,0.60330576,0.6198347,0.6322314,0.6487603,0.6528926,0.6652893,0.6652893,0.6859504,0.6942149,0.6983471,0.6859504,0.71900827,0.70247936,0.72727275,0.76033056,0.76033056,0.7355372,0.7066116,0.6818182,0.5165289,0.21487603,0.15289256,0.15289256,0.1570248,0.1694215,0.17768595,0.18181819,0.17768595,0.17768595,0.17355372,0.17768595,0.16528925,0.16528925,0.16528925,0.16528925,0.16528925,0.16528925,0.4876033,0.446281,0.4338843,0.4090909,0.37603307,0.36363637,0.35123968,0.36363637,0.35123968,0.37190083,0.34710744,0.338843,0.30991736,0.3140496,0.3264463,0.3181818,0.37190083,0.38429752,0.41735536,0.446281,0.47933885,0.5082645,0.5289256,0.5413223,0.56198347,0.55785125,0.57438016,0.59504133,0.59917355,0.61157024,0.62396693,0.6363636,0.6694215,0.6818182,0.6983471,0.6983471,0.71487606,0.7107438,0.7644628,0.75619835,0.78512394,0.79752064,0.73966944,0.71487606,0.6818182,0.6198347,0.29338843,0.1446281,0.15289256,0.15289256,0.1570248,0.14876033,0.16115703,0.16115703,0.19008264,0.16115703,0.17768595,0.17355372,0.17768595,0.17768595,0.17768595,0.17768595,0.17355372,0.17355372,0 +0.5495868,0.54545456,0.5413223,0.5371901,0.5371901,0.53305787,0.5289256,0.53305787,0.59090906,0.61157024,0.60330576,0.6280992,0.6198347,0.62396693,0.6446281,0.6652893,0.6652893,0.6694215,0.6735537,0.677686,0.6694215,0.6859504,0.6859504,0.6859504,0.6652893,0.6818182,0.6859504,0.6942149,0.6942149,0.70247936,0.70247936,0.7066116,0.7066116,0.7355372,0.75619835,0.75206614,0.74793386,0.75206614,0.7355372,0.7355372,0.72727275,0.73140496,0.72727275,0.71900827,0.7231405,0.73140496,0.73140496,0.71900827,0.7231405,0.71900827,0.71487606,0.71900827,0.71900827,0.71900827,0.70247936,0.6942149,0.6818182,0.6735537,0.6363636,0.61157024,0.56198347,0.53305787,0.46280992,0.42561984,0.5495868,0.5495868,0.5495868,0.5495868,0.5495868,0.5495868,0.5495868,0.55785125,0.59917355,0.61570245,0.61570245,0.62396693,0.6280992,0.6404959,0.6528926,0.6694215,0.6652893,0.6652893,0.677686,0.6735537,0.6735537,0.6859504,0.6735537,0.6983471,0.661157,0.6818182,0.6942149,0.69008267,0.7066116,0.70247936,0.7066116,0.71900827,0.7107438,0.73966944,0.75206614,0.75206614,0.74793386,0.74793386,0.74380165,0.73966944,0.73966944,0.73966944,0.73140496,0.72727275,0.72727275,0.72727275,0.72727275,0.73140496,0.7355372,0.7231405,0.72727275,0.71900827,0.71900827,0.6942149,0.70247936,0.6942149,0.6983471,0.6735537,0.62396693,0.59090906,0.56198347,0.5206612,0.46694216,0.3966942,0.57024795,0.5661157,0.56198347,0.56198347,0.55785125,0.55785125,0.553719,0.5661157,0.59917355,0.607438,0.61570245,0.6363636,0.6322314,0.6487603,0.6570248,0.6818182,0.6735537,0.677686,0.6818182,0.677686,0.6818182,0.6859504,0.677686,0.69008267,0.6983471,0.6942149,0.69008267,0.6983471,0.70247936,0.6983471,0.7107438,0.7355372,0.73140496,0.74380165,0.74380165,0.74793386,0.74793386,0.75206614,0.74793386,0.76033056,0.73966944,0.74380165,0.73140496,0.73966944,0.72727275,0.72727275,0.7231405,0.73966944,0.7355372,0.71487606,0.74380165,0.7107438,0.71487606,0.7066116,0.6942149,0.6942149,0.6942149,0.6694215,0.6446281,0.59917355,0.5495868,0.5165289,0.43801653,0.4090909,0.58264464,0.58264464,0.58264464,0.58264464,0.58264464,0.5785124,0.5785124,0.58677685,0.60330576,0.6198347,0.6198347,0.6446281,0.6404959,0.6570248,0.6652893,0.6735537,0.677686,0.69008267,0.6859504,0.6735537,0.6818182,0.69008267,0.6859504,0.69008267,0.7066116,0.7107438,0.69008267,0.6942149,0.69008267,0.7066116,0.7107438,0.71487606,0.7231405,0.7231405,0.73966944,0.75206614,0.76033056,0.74793386,0.74380165,0.75206614,0.74380165,0.72727275,0.74380165,0.73966944,0.73140496,0.73966944,0.73140496,0.7355372,0.74793386,0.72727275,0.73140496,0.71487606,0.70247936,0.7066116,0.70247936,0.6942149,0.70247936,0.6818182,0.6528926,0.6363636,0.57024795,0.5041322,0.4752066,0.40495867,0.57024795,0.57438016,0.57438016,0.57438016,0.57438016,0.5785124,0.5785124,0.58264464,0.59090906,0.61157024,0.6322314,0.6528926,0.6487603,0.6694215,0.6694215,0.6694215,0.6818182,0.6859504,0.6983471,0.69008267,0.6983471,0.70247936,0.677686,0.6983471,0.69008267,0.7066116,0.69008267,0.69008267,0.6942149,0.7066116,0.71487606,0.7107438,0.72727275,0.7355372,0.74380165,0.75619835,0.75206614,0.75619835,0.75206614,0.76033056,0.73966944,0.73966944,0.74380165,0.74793386,0.73966944,0.73140496,0.73966944,0.7355372,0.73966944,0.73140496,0.7355372,0.73140496,0.71487606,0.7107438,0.7066116,0.6942149,0.6983471,0.6859504,0.6694215,0.6280992,0.5785124,0.5247934,0.47933885,0.42561984,0.57438016,0.57024795,0.57024795,0.5661157,0.5661157,0.56198347,0.56198347,0.57024795,0.58677685,0.607438,0.6404959,0.6487603,0.6735537,0.69008267,0.69008267,0.6735537,0.6942149,0.69008267,0.6983471,0.6983471,0.70247936,0.7066116,0.6983471,0.70247936,0.6983471,0.70247936,0.6983471,0.7107438,0.6983471,0.71487606,0.72727275,0.7231405,0.71487606,0.73966944,0.73140496,0.73966944,0.73966944,0.73966944,0.73966944,0.74793386,0.74793386,0.73966944,0.74380165,0.74380165,0.73966944,0.7231405,0.73140496,0.7231405,0.74380165,0.74380165,0.73966944,0.73966944,0.71900827,0.7107438,0.70247936,0.6983471,0.69008267,0.6983471,0.69008267,0.6528926,0.57438016,0.5247934,0.5041322,0.42561984,0.5661157,0.57024795,0.57024795,0.57438016,0.57438016,0.5785124,0.58264464,0.57438016,0.5785124,0.6198347,0.6404959,0.6528926,0.677686,0.6859504,0.6942149,0.677686,0.69008267,0.6942149,0.6983471,0.6942149,0.7066116,0.7107438,0.71487606,0.7066116,0.7107438,0.71900827,0.70247936,0.71487606,0.71487606,0.71900827,0.71900827,0.73140496,0.72727275,0.7355372,0.7231405,0.73966944,0.73140496,0.7355372,0.7107438,0.73966944,0.73140496,0.71900827,0.72727275,0.72727275,0.7355372,0.72727275,0.73140496,0.7355372,0.74380165,0.75206614,0.74380165,0.74380165,0.71900827,0.7066116,0.71487606,0.69008267,0.6942149,0.6818182,0.6818182,0.6652893,0.6363636,0.5165289,0.49586776,0.43801653,0.57024795,0.57024795,0.57024795,0.57024795,0.5661157,0.5661157,0.5661157,0.57024795,0.59090906,0.61570245,0.6363636,0.6652893,0.6735537,0.6735537,0.6859504,0.6942149,0.70247936,0.6983471,0.6942149,0.70247936,0.7066116,0.7066116,0.71900827,0.71900827,0.72727275,0.71487606,0.7066116,0.71487606,0.7231405,0.72727275,0.7107438,0.73140496,0.73966944,0.7355372,0.7355372,0.73140496,0.72727275,0.7355372,0.71487606,0.72727275,0.7231405,0.7107438,0.7231405,0.7107438,0.73140496,0.7355372,0.7355372,0.73140496,0.73140496,0.74793386,0.74380165,0.7231405,0.72727275,0.71487606,0.7066116,0.6983471,0.6942149,0.677686,0.6818182,0.661157,0.6528926,0.61570245,0.49173555,0.44214877,0.59090906,0.58677685,0.58677685,0.58677685,0.58264464,0.58264464,0.58264464,0.58264464,0.56198347,0.60330576,0.6322314,0.6570248,0.6652893,0.661157,0.6735537,0.6859504,0.6818182,0.6735537,0.6942149,0.6983471,0.7066116,0.7066116,0.7066116,0.72727275,0.7231405,0.7231405,0.7066116,0.73140496,0.73140496,0.73140496,0.72727275,0.71900827,0.71900827,0.71900827,0.7066116,0.70247936,0.7066116,0.6818182,0.6983471,0.69008267,0.6818182,0.6818182,0.6983471,0.6859504,0.6983471,0.71487606,0.7066116,0.70247936,0.6942149,0.71487606,0.72727275,0.73966944,0.73966944,0.71900827,0.7107438,0.70247936,0.6818182,0.6652893,0.677686,0.6652893,0.62396693,0.6363636,0.55785125,0.42561984,0.60330576,0.60330576,0.60330576,0.60330576,0.60330576,0.59917355,0.59917355,0.5495868,0.5371901,0.59504133,0.607438,0.607438,0.61157024,0.60330576,0.6322314,0.6487603,0.6487603,0.6570248,0.69008267,0.70247936,0.6942149,0.6983471,0.7107438,0.7231405,0.7231405,0.71487606,0.7107438,0.72727275,0.71900827,0.74793386,0.74380165,0.72727275,0.70247936,0.69008267,0.6818182,0.6570248,0.6322314,0.6280992,0.58677685,0.58677685,0.5785124,0.60330576,0.6198347,0.61157024,0.6322314,0.661157,0.661157,0.6735537,0.6528926,0.6694215,0.72727275,0.71487606,0.7231405,0.73140496,0.7066116,0.6983471,0.6818182,0.6652893,0.6694215,0.6735537,0.6280992,0.61570245,0.607438,0.446281,0.57024795,0.57438016,0.5785124,0.5785124,0.58264464,0.58677685,0.59090906,0.5495868,0.5495868,0.5661157,0.61570245,0.53305787,0.553719,0.5661157,0.57024795,0.607438,0.62396693,0.6446281,0.6652893,0.69008267,0.677686,0.7107438,0.72727275,0.73140496,0.72727275,0.72727275,0.7231405,0.7066116,0.72727275,0.74380165,0.73966944,0.72727275,0.70247936,0.6818182,0.6446281,0.61157024,0.55785125,0.5041322,0.47933885,0.46694216,0.45454547,0.49173555,0.4876033,0.53305787,0.55785125,0.58677685,0.6363636,0.6446281,0.62396693,0.6322314,0.6735537,0.6735537,0.6818182,0.70247936,0.7107438,0.7066116,0.69008267,0.6694215,0.6735537,0.6818182,0.6446281,0.62396693,0.61157024,0.55785125,0.5289256,0.5371901,0.5413223,0.5495868,0.5495868,0.553719,0.553719,0.57438016,0.5661157,0.55785125,0.59090906,0.5123967,0.5082645,0.5041322,0.5495868,0.5661157,0.59504133,0.59090906,0.6280992,0.6694215,0.6570248,0.70247936,0.73966944,0.74380165,0.75206614,0.74380165,0.72727275,0.7066116,0.72727275,0.7231405,0.7107438,0.70247936,0.6983471,0.6652893,0.6446281,0.58677685,0.55785125,0.5041322,0.46694216,0.43801653,0.42975205,0.45867768,0.45867768,0.47933885,0.4876033,0.5371901,0.57024795,0.59090906,0.58677685,0.59504133,0.62396693,0.62396693,0.6487603,0.6446281,0.6735537,0.69008267,0.70247936,0.661157,0.6694215,0.6694215,0.6652893,0.6487603,0.607438,0.61570245,0.5123967,0.5082645,0.5041322,0.5,0.49586776,0.49173555,0.4876033,0.56198347,0.59917355,0.60330576,0.6280992,0.6280992,0.6280992,0.6198347,0.59090906,0.59090906,0.5661157,0.57438016,0.6363636,0.6322314,0.6404959,0.6942149,0.71900827,0.76033056,0.75619835,0.73140496,0.6942149,0.72727275,0.74380165,0.7231405,0.70247936,0.6859504,0.6652893,0.6528926,0.6404959,0.607438,0.55785125,0.553719,0.553719,0.5247934,0.5123967,0.5371901,0.56198347,0.57024795,0.5495868,0.59090906,0.6404959,0.6487603,0.6280992,0.6363636,0.62396693,0.62396693,0.61157024,0.6280992,0.6487603,0.661157,0.6735537,0.677686,0.6818182,0.661157,0.6694215,0.6652893,0.6528926,0.61157024,0.5413223,0.5371901,0.5371901,0.5371901,0.53305787,0.53305787,0.53305787,0.59917355,0.6652893,0.72727275,0.74793386,0.71487606,0.6942149,0.71900827,0.7107438,0.69008267,0.6652893,0.661157,0.677686,0.677686,0.6818182,0.6694215,0.6983471,0.75206614,0.75206614,0.71487606,0.6942149,0.71900827,0.7355372,0.74793386,0.7066116,0.69008267,0.6859504,0.6859504,0.6694215,0.6570248,0.61570245,0.59917355,0.57024795,0.56198347,0.55785125,0.57024795,0.59090906,0.60330576,0.59917355,0.6198347,0.6404959,0.661157,0.6652893,0.6570248,0.661157,0.6735537,0.6487603,0.6446281,0.6363636,0.6363636,0.6694215,0.677686,0.6735537,0.6694215,0.6694215,0.6694215,0.6859504,0.6528926,0.5661157,0.5661157,0.56198347,0.56198347,0.55785125,0.55785125,0.5661157,0.6570248,0.74380165,0.7933884,0.78099173,0.74793386,0.7231405,0.6942149,0.6446281,0.56198347,0.5206612,0.5082645,0.5495868,0.59917355,0.6487603,0.6694215,0.6735537,0.7066116,0.73140496,0.7066116,0.69008267,0.71487606,0.72727275,0.7231405,0.70247936,0.69008267,0.7231405,0.7355372,0.71900827,0.6735537,0.61570245,0.58264464,0.5413223,0.5041322,0.49173555,0.47933885,0.4752066,0.4752066,0.48347107,0.5,0.5371901,0.59504133,0.6404959,0.6363636,0.6735537,0.69008267,0.70247936,0.6983471,0.661157,0.6528926,0.661157,0.677686,0.6652893,0.677686,0.6735537,0.6735537,0.6735537,0.6652893,0.56198347,0.5661157,0.57024795,0.57438016,0.5785124,0.58264464,0.59917355,0.69008267,0.76859504,0.75619835,0.6570248,0.56198347,0.5165289,0.5165289,0.3429752,0.30991736,0.338843,0.37603307,0.32231405,0.38842976,0.5,0.61570245,0.6942149,0.69008267,0.6983471,0.6818182,0.677686,0.71900827,0.72727275,0.71487606,0.70247936,0.69008267,0.71487606,0.74380165,0.7644628,0.6694215,0.56198347,0.5082645,0.42975205,0.41735536,0.3966942,0.4338843,0.47933885,0.5123967,0.38842976,0.21487603,0.37190083,0.28099173,0.30578512,0.38842976,0.53305787,0.6528926,0.7066116,0.73966944,0.71900827,0.6942149,0.6818182,0.677686,0.6528926,0.6694215,0.6694215,0.677686,0.661157,0.6735537,0.4338843,0.446281,0.45867768,0.47107437,0.48347107,0.49586776,0.553719,0.6859504,0.6942149,0.5661157,0.40495867,0.46694216,0.59504133,0.6198347,0.32231405,0.37190083,0.38842976,0.4752066,0.3966942,0.30578512,0.47933885,0.54545456,0.661157,0.6694215,0.661157,0.6652893,0.6528926,0.70247936,0.73140496,0.6859504,0.69008267,0.6942149,0.6735537,0.69008267,0.71487606,0.661157,0.5289256,0.4338843,0.45041323,0.4214876,0.5041322,0.5785124,0.59917355,0.71487606,0.5,0.3305785,0.43801653,0.30578512,0.30165288,0.28099173,0.30578512,0.41322315,0.5495868,0.661157,0.7231405,0.71900827,0.7066116,0.7066116,0.6859504,0.6694215,0.677686,0.6694215,0.6735537,0.6735537,0.2603306,0.26859504,0.28099173,0.29338843,0.30991736,0.32231405,0.47107437,0.6818182,0.59504133,0.38842976,0.5165289,0.6942149,0.7644628,0.73140496,0.36363637,0.35950413,0.30165288,0.3429752,0.40082645,0.38429752,0.6198347,0.45454547,0.446281,0.6198347,0.6322314,0.62396693,0.6280992,0.7231405,0.70247936,0.6694215,0.661157,0.6528926,0.6487603,0.6446281,0.60330576,0.60330576,0.5289256,0.46694216,0.4752066,0.49586776,0.5371901,0.6198347,0.6280992,0.71487606,0.6859504,0.3677686,0.4090909,0.3140496,0.49173555,0.47107437,0.57024795,0.45454547,0.38016528,0.47933885,0.5785124,0.7066116,0.71487606,0.7231405,0.71900827,0.677686,0.6859504,0.677686,0.6818182,0.6694215,0.19008264,0.18595041,0.18595041,0.18181819,0.17768595,0.18181819,0.45041323,0.677686,0.5495868,0.46694216,0.54545456,0.6983471,0.76859504,0.8636364,0.75206614,0.37603307,0.35950413,0.38016528,0.38842976,0.49586776,0.5661157,0.446281,0.4214876,0.57438016,0.62396693,0.6198347,0.61157024,0.7066116,0.71900827,0.6818182,0.6487603,0.6363636,0.6487603,0.6198347,0.5661157,0.56198347,0.5413223,0.5082645,0.47933885,0.4752066,0.49173555,0.5413223,0.607438,0.661157,0.7231405,0.6528926,0.5041322,0.3677686,0.45867768,0.59504133,0.59090906,0.5247934,0.4876033,0.45454547,0.46694216,0.58677685,0.70247936,0.71900827,0.7231405,0.6942149,0.69008267,0.6859504,0.6859504,0.6694215,0.17768595,0.18181819,0.18595041,0.19008264,0.19421488,0.1983471,0.4752066,0.69008267,0.62396693,0.5371901,0.54545456,0.5206612,0.60330576,0.7933884,0.73140496,0.56198347,0.45867768,0.4752066,0.5495868,0.53305787,0.5165289,0.48347107,0.46694216,0.5661157,0.6198347,0.6363636,0.61570245,0.7107438,0.74380165,0.6859504,0.6198347,0.6404959,0.6322314,0.62396693,0.56198347,0.5165289,0.5123967,0.5082645,0.49586776,0.5082645,0.48347107,0.5123967,0.5661157,0.58677685,0.607438,0.6694215,0.62396693,0.5413223,0.54545456,0.55785125,0.55785125,0.5785124,0.56198347,0.5206612,0.5,0.5206612,0.6280992,0.6859504,0.7066116,0.70247936,0.6942149,0.69008267,0.6942149,0.6818182,0.20247933,0.1983471,0.1983471,0.19421488,0.19008264,0.18595041,0.5041322,0.69008267,0.6487603,0.553719,0.58264464,0.55785125,0.56198347,0.59917355,0.53305787,0.58264464,0.56198347,0.53305787,0.553719,0.5289256,0.5165289,0.5,0.5082645,0.59090906,0.61570245,0.6322314,0.6404959,0.74793386,0.73140496,0.6983471,0.6198347,0.6487603,0.6280992,0.6322314,0.61157024,0.5661157,0.5123967,0.5,0.5123967,0.5,0.5247934,0.5041322,0.54545456,0.58677685,0.6198347,0.6363636,0.59917355,0.60330576,0.6280992,0.61157024,0.6322314,0.62396693,0.59504133,0.58264464,0.5661157,0.5495868,0.59917355,0.6694215,0.6942149,0.70247936,0.7066116,0.6942149,0.6942149,0.677686,0.21487603,0.21487603,0.21487603,0.21487603,0.21487603,0.21487603,0.55785125,0.6652893,0.62396693,0.59504133,0.6280992,0.69008267,0.73140496,0.7355372,0.6818182,0.6487603,0.59917355,0.56198347,0.5371901,0.5206612,0.5123967,0.5165289,0.5661157,0.59504133,0.62396693,0.607438,0.661157,0.73966944,0.7231405,0.70247936,0.6694215,0.6487603,0.6404959,0.6363636,0.6280992,0.62396693,0.58677685,0.5206612,0.5289256,0.5371901,0.57438016,0.58677685,0.59090906,0.59504133,0.6198347,0.6198347,0.61570245,0.6363636,0.6446281,0.661157,0.6652893,0.6446281,0.6280992,0.61570245,0.6280992,0.6198347,0.6487603,0.6859504,0.70247936,0.7107438,0.7066116,0.70247936,0.7107438,0.69008267,0.1983471,0.20247933,0.20247933,0.20661157,0.20661157,0.2107438,0.59504133,0.6404959,0.60330576,0.61157024,0.6652893,0.7107438,0.75619835,0.75619835,0.6983471,0.6446281,0.59504133,0.5661157,0.5413223,0.53305787,0.5413223,0.5661157,0.61157024,0.59917355,0.6322314,0.6198347,0.6859504,0.6983471,0.7107438,0.70247936,0.69008267,0.661157,0.6528926,0.6198347,0.6280992,0.6363636,0.6363636,0.60330576,0.58264464,0.59917355,0.62396693,0.6404959,0.661157,0.677686,0.6735537,0.6735537,0.677686,0.6694215,0.6487603,0.661157,0.6528926,0.6446281,0.6404959,0.6446281,0.6652893,0.6942149,0.7107438,0.7231405,0.71900827,0.71900827,0.7066116,0.70247936,0.71487606,0.6942149,0.12809917,0.13636364,0.14049587,0.14876033,0.15289256,0.16115703,0.6280992,0.6280992,0.59504133,0.62396693,0.6735537,0.6859504,0.69008267,0.6942149,0.661157,0.6322314,0.607438,0.60330576,0.5785124,0.58677685,0.58677685,0.61157024,0.61570245,0.61157024,0.6363636,0.6487603,0.71487606,0.7066116,0.6983471,0.70247936,0.6859504,0.677686,0.661157,0.6528926,0.6363636,0.6363636,0.6404959,0.6404959,0.6404959,0.61157024,0.6694215,0.677686,0.6859504,0.7355372,0.73966944,0.7107438,0.7107438,0.6818182,0.6694215,0.6735537,0.661157,0.6652893,0.6652893,0.6983471,0.70247936,0.71900827,0.71900827,0.7231405,0.71487606,0.71487606,0.71487606,0.7107438,0.7231405,0.6859504,0.0785124,0.08264463,0.08677686,0.08677686,0.09090909,0.09504132,0.6198347,0.6198347,0.59090906,0.6198347,0.6570248,0.6735537,0.6694215,0.6859504,0.6570248,0.661157,0.6404959,0.6198347,0.607438,0.6198347,0.61570245,0.62396693,0.6198347,0.62396693,0.6487603,0.6735537,0.7231405,0.72727275,0.71487606,0.7107438,0.70247936,0.6859504,0.6694215,0.6570248,0.6404959,0.6363636,0.6322314,0.6487603,0.6528926,0.6570248,0.6528926,0.6859504,0.69008267,0.71487606,0.73966944,0.7355372,0.73966944,0.71900827,0.69008267,0.6942149,0.6983471,0.6942149,0.6942149,0.71487606,0.71900827,0.7231405,0.7107438,0.71487606,0.70247936,0.7107438,0.71900827,0.7066116,0.7107438,0.70247936,0.041322313,0.041322313,0.041322313,0.041322313,0.045454547,0.045454547,0.59504133,0.6198347,0.60330576,0.62396693,0.6528926,0.6652893,0.677686,0.677686,0.6694215,0.6694215,0.6446281,0.6198347,0.6322314,0.6487603,0.6322314,0.6322314,0.6280992,0.6322314,0.6487603,0.6652893,0.7107438,0.7066116,0.71900827,0.71487606,0.7066116,0.70247936,0.677686,0.6694215,0.6487603,0.6446281,0.6446281,0.6570248,0.6528926,0.6652893,0.677686,0.677686,0.6983471,0.71487606,0.7231405,0.74380165,0.76859504,0.74793386,0.71487606,0.7066116,0.7231405,0.71487606,0.7231405,0.71487606,0.7231405,0.71900827,0.71900827,0.7107438,0.7066116,0.7107438,0.7107438,0.71487606,0.6983471,0.6942149,0.02892562,0.03305785,0.03305785,0.03305785,0.03305785,0.03305785,0.56198347,0.61570245,0.61157024,0.6280992,0.6487603,0.6735537,0.677686,0.6735537,0.6487603,0.6363636,0.62396693,0.6322314,0.6404959,0.6446281,0.6404959,0.6570248,0.61570245,0.61570245,0.6528926,0.6859504,0.73966944,0.7355372,0.7355372,0.7355372,0.73140496,0.70247936,0.70247936,0.6735537,0.677686,0.677686,0.6528926,0.661157,0.6528926,0.6694215,0.677686,0.70247936,0.69008267,0.70247936,0.70247936,0.72727275,0.73966944,0.73966944,0.71900827,0.72727275,0.71900827,0.7066116,0.70247936,0.7066116,0.7066116,0.71487606,0.71487606,0.71900827,0.71487606,0.7231405,0.7107438,0.7066116,0.7066116,0.7066116,0.053719006,0.049586777,0.045454547,0.041322313,0.041322313,0.07438017,0.53305787,0.6322314,0.6280992,0.6487603,0.6570248,0.6735537,0.6735537,0.6487603,0.6528926,0.6322314,0.6363636,0.6446281,0.6570248,0.6652893,0.6570248,0.6322314,0.5785124,0.607438,0.6570248,0.7231405,0.74380165,0.73966944,0.7231405,0.7355372,0.73140496,0.7066116,0.70247936,0.6694215,0.661157,0.6983471,0.70247936,0.6859504,0.661157,0.6652893,0.6694215,0.6942149,0.70247936,0.7107438,0.70247936,0.7107438,0.7231405,0.7107438,0.71900827,0.71487606,0.7066116,0.6735537,0.6818182,0.69008267,0.7066116,0.71900827,0.7066116,0.71900827,0.7107438,0.71900827,0.71487606,0.71900827,0.6942149,0.6942149,0.12396694,0.11983471,0.11983471,0.11570248,0.11157025,0.15289256,0.5123967,0.6528926,0.6404959,0.6652893,0.6694215,0.6735537,0.6735537,0.6735537,0.6570248,0.6570248,0.6652893,0.6735537,0.677686,0.71487606,0.661157,0.59090906,0.607438,0.6280992,0.677686,0.74380165,0.74380165,0.71900827,0.6942149,0.72727275,0.71900827,0.72727275,0.6942149,0.6446281,0.6198347,0.6528926,0.7231405,0.7107438,0.69008267,0.677686,0.6735537,0.6942149,0.6983471,0.7066116,0.70247936,0.7107438,0.7231405,0.7107438,0.71900827,0.70247936,0.69008267,0.677686,0.6859504,0.69008267,0.6983471,0.70247936,0.70247936,0.7066116,0.71900827,0.71900827,0.71900827,0.7066116,0.70247936,0.6859504,0.17768595,0.17355372,0.1694215,0.16528925,0.16115703,0.17355372,0.48347107,0.677686,0.6528926,0.6735537,0.6735537,0.677686,0.677686,0.6859504,0.6735537,0.6694215,0.6735537,0.6735537,0.71487606,0.74380165,0.6322314,0.59504133,0.6322314,0.6570248,0.6859504,0.7355372,0.74380165,0.72727275,0.7107438,0.71487606,0.7066116,0.7231405,0.71487606,0.6694215,0.6363636,0.61157024,0.6735537,0.72727275,0.6942149,0.6942149,0.6818182,0.6818182,0.69008267,0.6983471,0.71900827,0.70247936,0.7066116,0.71487606,0.7231405,0.6942149,0.6818182,0.6859504,0.6859504,0.69008267,0.70247936,0.6983471,0.7066116,0.71487606,0.71487606,0.71900827,0.7231405,0.7107438,0.7066116,0.6818182,0.22727273,0.22727273,0.2231405,0.21900827,0.21487603,0.18595041,0.48347107,0.6818182,0.6528926,0.6652893,0.677686,0.6694215,0.69008267,0.69008267,0.69008267,0.677686,0.69008267,0.71900827,0.75206614,0.69008267,0.59504133,0.6404959,0.661157,0.661157,0.6942149,0.71900827,0.73966944,0.71487606,0.71900827,0.71487606,0.71487606,0.7107438,0.71900827,0.6983471,0.6735537,0.6322314,0.6280992,0.6942149,0.7066116,0.70247936,0.70247936,0.69008267,0.6735537,0.6942149,0.6983471,0.7107438,0.7107438,0.71900827,0.71487606,0.69008267,0.6818182,0.677686,0.6942149,0.6818182,0.70247936,0.6859504,0.70247936,0.6983471,0.7066116,0.71487606,0.7107438,0.7107438,0.6983471,0.6859504,0.19421488,0.19421488,0.19008264,0.19008264,0.19008264,0.14049587,0.40495867,0.6983471,0.6694215,0.6652893,0.6818182,0.6942149,0.6983471,0.70247936,0.6694215,0.6942149,0.7107438,0.73140496,0.74380165,0.6404959,0.6280992,0.6818182,0.69008267,0.6942149,0.70247936,0.7892562,0.7355372,0.7066116,0.72727275,0.71487606,0.7107438,0.70247936,0.6859504,0.6859504,0.677686,0.6694215,0.59504133,0.661157,0.70247936,0.7107438,0.7066116,0.6983471,0.6983471,0.6983471,0.6983471,0.71487606,0.70247936,0.71487606,0.6983471,0.69008267,0.6983471,0.69008267,0.6942149,0.661157,0.6942149,0.6983471,0.6942149,0.7107438,0.70247936,0.71487606,0.72727275,0.7066116,0.69008267,0.6942149,0.1983471,0.1983471,0.1983471,0.1983471,0.1983471,0.17355372,0.2603306,0.70247936,0.677686,0.69008267,0.6983471,0.70247936,0.7107438,0.6818182,0.6818182,0.70247936,0.7231405,0.74380165,0.71900827,0.661157,0.6694215,0.70247936,0.7355372,0.7066116,0.7066116,0.76033056,0.70247936,0.7355372,0.7355372,0.73140496,0.7107438,0.7107438,0.6942149,0.69008267,0.6652893,0.6818182,0.6280992,0.6363636,0.69008267,0.6942149,0.70247936,0.70247936,0.71487606,0.6983471,0.6942149,0.71487606,0.70247936,0.71900827,0.6983471,0.70247936,0.6983471,0.7066116,0.70247936,0.6694215,0.7066116,0.71487606,0.7231405,0.7231405,0.7066116,0.71487606,0.71487606,0.71900827,0.6942149,0.6942149,0.19421488,0.19421488,0.19421488,0.19421488,0.19421488,0.19421488,0.14049587,0.6446281,0.69008267,0.6942149,0.71487606,0.71487606,0.72727275,0.6983471,0.70247936,0.7066116,0.7355372,0.73966944,0.69008267,0.7231405,0.72727275,0.6652893,0.8347107,0.74793386,0.71900827,0.6983471,0.70247936,0.70247936,0.6942149,0.69008267,0.6942149,0.7355372,0.72727275,0.7355372,0.6942149,0.677686,0.6322314,0.6280992,0.6818182,0.6983471,0.70247936,0.6983471,0.7231405,0.7066116,0.71487606,0.71487606,0.6983471,0.7107438,0.7066116,0.7107438,0.71900827,0.7066116,0.70247936,0.6983471,0.71900827,0.72727275,0.72727275,0.7355372,0.7231405,0.72727275,0.7231405,0.71487606,0.7066116,0.6942149,0.20247933,0.20661157,0.20661157,0.20661157,0.20661157,0.2107438,0.11157025,0.5413223,0.69008267,0.6942149,0.7231405,0.71900827,0.71900827,0.7107438,0.71487606,0.71900827,0.73966944,0.73966944,0.6818182,0.6694215,0.6528926,0.46694216,0.6818182,0.76859504,0.74380165,0.7107438,0.69008267,0.677686,0.59504133,0.56198347,0.5371901,0.49586776,0.55785125,0.71900827,0.7231405,0.6983471,0.6363636,0.61570245,0.6859504,0.7066116,0.70247936,0.70247936,0.7066116,0.70247936,0.7107438,0.71900827,0.7107438,0.71487606,0.71900827,0.7107438,0.7231405,0.7107438,0.71487606,0.7107438,0.71487606,0.71900827,0.7355372,0.72727275,0.71487606,0.7231405,0.7355372,0.71900827,0.6942149,0.6983471,0.19421488,0.19421488,0.19421488,0.19421488,0.19421488,0.20247933,0.17768595,0.446281,0.69008267,0.71487606,0.73140496,0.7355372,0.72727275,0.71487606,0.7231405,0.73140496,0.73966944,0.73966944,0.7066116,0.607438,0.59917355,0.47933885,0.5123967,0.661157,0.7107438,0.71900827,0.7066116,0.60330576,0.5661157,0.6280992,0.6198347,0.57438016,0.47107437,0.56198347,0.677686,0.661157,0.59090906,0.60330576,0.7066116,0.73140496,0.7107438,0.7066116,0.7107438,0.7107438,0.71900827,0.71900827,0.7231405,0.72727275,0.73140496,0.7231405,0.72727275,0.73140496,0.7231405,0.71900827,0.7231405,0.73140496,0.73966944,0.73966944,0.7355372,0.71487606,0.72727275,0.71900827,0.70247936,0.69008267,0.19008264,0.19008264,0.19008264,0.19008264,0.19421488,0.20247933,0.1694215,0.36363637,0.6735537,0.71487606,0.72727275,0.7231405,0.71900827,0.74380165,0.74793386,0.74793386,0.74380165,0.73966944,0.71900827,0.677686,0.58677685,0.5413223,0.5082645,0.553719,0.6198347,0.70247936,0.71900827,0.661157,0.6528926,0.6570248,0.6570248,0.6652893,0.6280992,0.57024795,0.56198347,0.56198347,0.54545456,0.6694215,0.71487606,0.7355372,0.7231405,0.7231405,0.71900827,0.71487606,0.72727275,0.7107438,0.71900827,0.7231405,0.7107438,0.73966944,0.74380165,0.73140496,0.73140496,0.73140496,0.74793386,0.74380165,0.75206614,0.73140496,0.74380165,0.72727275,0.7231405,0.71487606,0.7066116,0.6818182,0.20247933,0.20247933,0.20247933,0.20247933,0.1983471,0.20247933,0.17768595,0.30578512,0.677686,0.7231405,0.7231405,0.7355372,0.73966944,0.75206614,0.76033056,0.75206614,0.74793386,0.72727275,0.7107438,0.6735537,0.6198347,0.59917355,0.61570245,0.60330576,0.607438,0.6735537,0.7355372,0.69008267,0.6652893,0.6694215,0.6528926,0.6446281,0.59917355,0.59090906,0.58677685,0.59917355,0.6198347,0.7066116,0.73140496,0.74380165,0.7355372,0.7355372,0.73140496,0.71900827,0.71900827,0.72727275,0.71900827,0.71900827,0.7107438,0.73966944,0.74793386,0.74793386,0.71900827,0.73966944,0.74793386,0.73966944,0.74380165,0.73140496,0.74793386,0.7231405,0.71900827,0.7107438,0.6818182,0.6818182,0.1983471,0.1983471,0.1983471,0.1983471,0.1983471,0.20247933,0.17768595,0.18181819,0.71487606,0.7107438,0.73140496,0.74380165,0.74793386,0.7644628,0.76033056,0.74380165,0.72727275,0.7107438,0.6942149,0.6322314,0.60330576,0.607438,0.61570245,0.6487603,0.677686,0.71487606,0.74793386,0.6942149,0.6694215,0.661157,0.6363636,0.62396693,0.607438,0.59504133,0.61570245,0.59504133,0.6487603,0.71900827,0.76033056,0.74380165,0.73966944,0.74380165,0.75206614,0.73140496,0.70247936,0.7355372,0.73140496,0.74380165,0.72727275,0.74793386,0.75206614,0.75206614,0.74380165,0.73966944,0.75206614,0.72727275,0.73140496,0.7355372,0.7355372,0.72727275,0.71487606,0.70247936,0.69008267,0.677686,0.20661157,0.20247933,0.20247933,0.20247933,0.20247933,0.18595041,0.1983471,0.09504132,0.6404959,0.71900827,0.73140496,0.74380165,0.75619835,0.7644628,0.7644628,0.73966944,0.71487606,0.6859504,0.6694215,0.607438,0.59090906,0.61157024,0.61157024,0.661157,0.6735537,0.7107438,0.72727275,0.6859504,0.6487603,0.6404959,0.62396693,0.61570245,0.60330576,0.59090906,0.61157024,0.62396693,0.6694215,0.73966944,0.76033056,0.75206614,0.74380165,0.7644628,0.76033056,0.73966944,0.677686,0.72727275,0.72727275,0.73966944,0.74380165,0.73140496,0.74380165,0.74793386,0.75206614,0.75206614,0.75206614,0.74380165,0.74793386,0.7355372,0.74380165,0.73140496,0.71487606,0.7066116,0.69008267,0.6735537,0.18595041,0.18595041,0.19008264,0.19008264,0.19421488,0.20247933,0.2107438,0.12396694,0.4876033,0.71900827,0.73140496,0.74793386,0.74793386,0.76033056,0.7644628,0.7231405,0.69008267,0.677686,0.6363636,0.60330576,0.59504133,0.62396693,0.6446281,0.6652893,0.6652893,0.71487606,0.73140496,0.6942149,0.677686,0.6363636,0.62396693,0.60330576,0.6198347,0.61157024,0.61157024,0.6528926,0.6983471,0.73966944,0.75206614,0.75206614,0.74793386,0.7768595,0.7644628,0.74793386,0.73140496,0.7355372,0.72727275,0.7355372,0.73966944,0.73966944,0.7355372,0.76033056,0.75619835,0.75206614,0.74380165,0.74793386,0.75206614,0.75206614,0.73966944,0.72727275,0.7107438,0.6983471,0.6735537,0.6735537,0.20247933,0.20247933,0.20247933,0.20247933,0.20247933,0.20247933,0.20247933,0.1446281,0.35123968,0.7231405,0.73966944,0.75206614,0.7768595,0.7644628,0.74793386,0.6983471,0.6735537,0.6446281,0.6322314,0.6198347,0.6404959,0.6528926,0.6652893,0.6570248,0.6652893,0.6694215,0.7066116,0.6983471,0.6859504,0.6487603,0.6363636,0.60330576,0.6528926,0.6528926,0.6446281,0.6694215,0.70247936,0.7107438,0.7355372,0.74793386,0.73966944,0.76033056,0.76033056,0.74793386,0.76033056,0.75206614,0.7355372,0.72727275,0.74380165,0.73966944,0.74380165,0.76859504,0.76033056,0.74380165,0.73966944,0.74380165,0.73966944,0.74380165,0.7231405,0.71487606,0.7066116,0.6942149,0.6735537,0.677686,0.20661157,0.20661157,0.20247933,0.20247933,0.20661157,0.20247933,0.19421488,0.19421488,0.2892562,0.70247936,0.7355372,0.75206614,0.7768595,0.76033056,0.71487606,0.69008267,0.6983471,0.6487603,0.6694215,0.661157,0.677686,0.661157,0.661157,0.6322314,0.61570245,0.59917355,0.61157024,0.6404959,0.661157,0.6363636,0.6363636,0.661157,0.6983471,0.69008267,0.7107438,0.6859504,0.7231405,0.70247936,0.7107438,0.7231405,0.73140496,0.74380165,0.76033056,0.7355372,0.76859504,0.7644628,0.75619835,0.74380165,0.74380165,0.74793386,0.74380165,0.75619835,0.73966944,0.75206614,0.73966944,0.75206614,0.7355372,0.75206614,0.72727275,0.70247936,0.7231405,0.6859504,0.6694215,0.677686,0.19421488,0.19421488,0.1983471,0.1983471,0.20247933,0.1983471,0.1983471,0.17768595,0.23140496,0.6652893,0.7231405,0.74793386,0.78099173,0.74380165,0.7107438,0.6859504,0.70247936,0.72727275,0.7107438,0.6983471,0.7066116,0.677686,0.6818182,0.6570248,0.6280992,0.58677685,0.5785124,0.60330576,0.6280992,0.6322314,0.6570248,0.6942149,0.71487606,0.72727275,0.73140496,0.7231405,0.7355372,0.70247936,0.71487606,0.72727275,0.71487606,0.73140496,0.74793386,0.74793386,0.75206614,0.7768595,0.76859504,0.74793386,0.75619835,0.74793386,0.74793386,0.74793386,0.74380165,0.73966944,0.74380165,0.74793386,0.73966944,0.74380165,0.73140496,0.7107438,0.70247936,0.6859504,0.6694215,0.6735537,0.19421488,0.19421488,0.19008264,0.19008264,0.1983471,0.19008264,0.1983471,0.19421488,0.1446281,0.6322314,0.71900827,0.73966944,0.7644628,0.72727275,0.70247936,0.7066116,0.75206614,0.76033056,0.74380165,0.73966944,0.75206614,0.72727275,0.69008267,0.6818182,0.6570248,0.62396693,0.6198347,0.61157024,0.6198347,0.62396693,0.6404959,0.6859504,0.71900827,0.72727275,0.74380165,0.73966944,0.73966944,0.7231405,0.73966944,0.73140496,0.7355372,0.7355372,0.75206614,0.74380165,0.73966944,0.77272725,0.78099173,0.7644628,0.76033056,0.74793386,0.74380165,0.74793386,0.73966944,0.75619835,0.73140496,0.74380165,0.73140496,0.7355372,0.7231405,0.70247936,0.70247936,0.69008267,0.6694215,0.6694215,0.20247933,0.20247933,0.20247933,0.20661157,0.20247933,0.1983471,0.19008264,0.20661157,0.10330579,0.4752066,0.7231405,0.73140496,0.75206614,0.72727275,0.7107438,0.74793386,0.78512394,0.78512394,0.7892562,0.7644628,0.6694215,0.6280992,0.59504133,0.59504133,0.59917355,0.6198347,0.58264464,0.58264464,0.60330576,0.60330576,0.61570245,0.62396693,0.6446281,0.6818182,0.70247936,0.72727275,0.73140496,0.7355372,0.7355372,0.73966944,0.73140496,0.7355372,0.74793386,0.7355372,0.7355372,0.74793386,0.77272725,0.77272725,0.74793386,0.75619835,0.74380165,0.74793386,0.74793386,0.75206614,0.73966944,0.74793386,0.73966944,0.72727275,0.71900827,0.7107438,0.70247936,0.6818182,0.6652893,0.661157,0.18595041,0.18595041,0.19008264,0.19008264,0.19421488,0.19421488,0.20247933,0.18595041,0.1694215,0.21487603,0.6983471,0.7355372,0.74380165,0.72727275,0.7231405,0.78512394,0.7892562,0.71900827,0.7107438,0.6446281,0.5495868,0.5165289,0.45454547,0.40495867,0.43801653,0.4752066,0.45041323,0.46694216,0.5082645,0.5082645,0.5289256,0.53305787,0.5123967,0.5289256,0.56198347,0.61157024,0.6570248,0.6942149,0.70247936,0.7107438,0.71900827,0.7355372,0.72727275,0.73966944,0.7355372,0.7355372,0.75619835,0.76033056,0.75619835,0.75619835,0.74793386,0.75206614,0.73966944,0.74793386,0.74793386,0.73966944,0.7355372,0.72727275,0.71900827,0.71487606,0.6983471,0.6735537,0.6694215,0.6363636,0.17768595,0.17355372,0.17355372,0.17355372,0.1983471,0.1983471,0.20247933,0.18181819,0.20247933,0.17355372,0.59917355,0.7355372,0.7231405,0.7231405,0.7355372,0.78512394,0.75206614,0.61570245,0.56198347,0.5247934,0.47933885,0.46280992,0.42975205,0.42975205,0.4338843,0.43801653,0.4214876,0.3966942,0.39256197,0.37603307,0.3677686,0.36363637,0.3553719,0.3429752,0.37190083,0.40082645,0.46694216,0.5495868,0.59917355,0.61570245,0.6322314,0.6818182,0.7066116,0.7231405,0.7355372,0.75206614,0.75206614,0.76033056,0.7644628,0.75619835,0.76033056,0.74793386,0.75619835,0.73966944,0.73966944,0.72727275,0.7355372,0.7231405,0.7066116,0.6983471,0.69008267,0.677686,0.6694215,0.6280992,0.20247933,0.20247933,0.1983471,0.1983471,0.20661157,0.1983471,0.1983471,0.18595041,0.18595041,0.1694215,0.45454547,0.7231405,0.7355372,0.7355372,0.75206614,0.77272725,0.7231405,0.60330576,0.53305787,0.5206612,0.5289256,0.54545456,0.5123967,0.5082645,0.5,0.49586776,0.4876033,0.47933885,0.48347107,0.49173555,0.5041322,0.49586776,0.46694216,0.46280992,0.42561984,0.3966942,0.39256197,0.41322315,0.4214876,0.46280992,0.49586776,0.57024795,0.6528926,0.69008267,0.7355372,0.74380165,0.75206614,0.76033056,0.7644628,0.75619835,0.75619835,0.74793386,0.75206614,0.74380165,0.74380165,0.71900827,0.71900827,0.71487606,0.70247936,0.6818182,0.661157,0.6652893,0.6446281,0.6198347,0.19421488,0.1983471,0.1983471,0.20247933,0.19421488,0.20247933,0.19421488,0.19008264,0.18595041,0.16528925,0.25619835,0.72727275,0.7231405,0.73966944,0.7644628,0.7768595,0.75619835,0.71487606,0.6570248,0.61570245,0.57024795,0.59504133,0.57024795,0.5661157,0.553719,0.5495868,0.5289256,0.5206612,0.53305787,0.5661157,0.57024795,0.56198347,0.54545456,0.5413223,0.5371901,0.5206612,0.5247934,0.54545456,0.5371901,0.54545456,0.5661157,0.59917355,0.6487603,0.6570248,0.7107438,0.7355372,0.74793386,0.75619835,0.75206614,0.74380165,0.74380165,0.74380165,0.75619835,0.74380165,0.73966944,0.71487606,0.71487606,0.7066116,0.6983471,0.6735537,0.6528926,0.6363636,0.61570245,0.59917355,0.20661157,0.20661157,0.20661157,0.20247933,0.20247933,0.19421488,0.19008264,0.19008264,0.18595041,0.17355372,0.11570248,0.57438016,0.71900827,0.74380165,0.78099173,0.7768595,0.78099173,0.76033056,0.75619835,0.7355372,0.69008267,0.661157,0.6735537,0.6487603,0.61570245,0.607438,0.59504133,0.58264464,0.59090906,0.607438,0.61157024,0.5785124,0.56198347,0.5661157,0.5785124,0.57438016,0.59504133,0.607438,0.6280992,0.6487603,0.6528926,0.6487603,0.6942149,0.6487603,0.677686,0.7231405,0.73966944,0.74380165,0.75206614,0.74793386,0.74793386,0.75206614,0.75206614,0.7355372,0.7231405,0.71900827,0.7107438,0.6942149,0.69008267,0.661157,0.6322314,0.61570245,0.60330576,0.57438016,0.20661157,0.20661157,0.20661157,0.20661157,0.19008264,0.1983471,0.19421488,0.19008264,0.18595041,0.1694215,0.15289256,0.28099173,0.6942149,0.74793386,0.7768595,0.78099173,0.7892562,0.7768595,0.76859504,0.77272725,0.74380165,0.71487606,0.72727275,0.7107438,0.7066116,0.6818182,0.6652893,0.6528926,0.6446281,0.6363636,0.6404959,0.61570245,0.61157024,0.62396693,0.6446281,0.6487603,0.6652893,0.6735537,0.6818182,0.6942149,0.6942149,0.6859504,0.7107438,0.70247936,0.69008267,0.72727275,0.72727275,0.73966944,0.74380165,0.74380165,0.75206614,0.74793386,0.7355372,0.7231405,0.7231405,0.71487606,0.70247936,0.6859504,0.6570248,0.6528926,0.62396693,0.607438,0.58264464,0.54545456,0.19008264,0.19008264,0.19421488,0.19421488,0.1983471,0.1983471,0.20247933,0.19421488,0.17768595,0.18181819,0.17768595,0.18181819,0.5289256,0.72727275,0.7644628,0.7768595,0.7644628,0.7768595,0.76859504,0.7644628,0.7644628,0.74380165,0.73140496,0.7355372,0.72727275,0.7066116,0.69008267,0.6859504,0.70247936,0.6983471,0.7066116,0.6983471,0.6983471,0.677686,0.6942149,0.6859504,0.6942149,0.69008267,0.6859504,0.6942149,0.69008267,0.6942149,0.6983471,0.7231405,0.7107438,0.71900827,0.73140496,0.7355372,0.74793386,0.74793386,0.7355372,0.73140496,0.72727275,0.7107438,0.7066116,0.7066116,0.6942149,0.69008267,0.6570248,0.6404959,0.607438,0.58677685,0.55785125,0.54545456,0.19421488,0.19421488,0.19008264,0.19008264,0.20247933,0.1983471,0.20661157,0.18181819,0.19008264,0.18595041,0.1694215,0.16528925,0.3140496,0.70247936,0.75206614,0.76859504,0.75206614,0.7644628,0.76859504,0.78512394,0.7768595,0.7768595,0.74793386,0.72727275,0.7231405,0.71900827,0.6983471,0.6735537,0.6818182,0.69008267,0.7107438,0.7107438,0.71487606,0.69008267,0.70247936,0.6859504,0.6942149,0.6942149,0.6859504,0.6818182,0.6983471,0.6983471,0.70247936,0.71900827,0.7066116,0.70247936,0.73140496,0.71487606,0.73966944,0.73140496,0.7355372,0.71900827,0.7231405,0.7066116,0.6983471,0.69008267,0.6818182,0.661157,0.6363636,0.62396693,0.59917355,0.5661157,0.553719,0.56198347,0.19421488,0.19008264,0.19008264,0.19008264,0.19008264,0.1983471,0.18181819,0.1983471,0.18595041,0.18181819,0.17355372,0.19008264,0.12396694,0.5,0.72727275,0.7644628,0.71487606,0.75619835,0.75206614,0.7644628,0.76859504,0.76859504,0.78099173,0.77272725,0.7355372,0.7231405,0.7066116,0.677686,0.6942149,0.6859504,0.6942149,0.70247936,0.71487606,0.6983471,0.70247936,0.6942149,0.70247936,0.6859504,0.6859504,0.677686,0.6859504,0.70247936,0.7066116,0.70247936,0.6942149,0.69008267,0.7066116,0.7066116,0.71900827,0.6859504,0.71900827,0.71487606,0.7107438,0.69008267,0.6859504,0.6694215,0.6652893,0.6528926,0.61570245,0.61570245,0.57438016,0.55785125,0.5495868,0.58677685,0.19008264,0.19421488,0.19421488,0.19421488,0.20247933,0.19008264,0.21487603,0.19008264,0.18595041,0.17768595,0.17768595,0.17768595,0.1694215,0.17768595,0.58264464,0.7355372,0.6983471,0.74380165,0.76033056,0.76033056,0.74793386,0.75206614,0.76033056,0.77272725,0.76033056,0.73140496,0.71487606,0.69008267,0.6818182,0.6735537,0.6652893,0.677686,0.6942149,0.6859504,0.6942149,0.7107438,0.7107438,0.6983471,0.6942149,0.6942149,0.6859504,0.6983471,0.6942149,0.6942149,0.69008267,0.6694215,0.6942149,0.7066116,0.7066116,0.6859504,0.7066116,0.70247936,0.6983471,0.6818182,0.6694215,0.6570248,0.6404959,0.6322314,0.59917355,0.58264464,0.56198347,0.55785125,0.57024795,0.59917355,0.20247933,0.1983471,0.1983471,0.19421488,0.1983471,0.20247933,0.20247933,0.19008264,0.18181819,0.19008264,0.18181819,0.1694215,0.18181819,0.16115703,0.3140496,0.6487603,0.71900827,0.7355372,0.76033056,0.7644628,0.76859504,0.7768595,0.76033056,0.7644628,0.76033056,0.74793386,0.7355372,0.69008267,0.6735537,0.661157,0.661157,0.6528926,0.661157,0.6694215,0.677686,0.69008267,0.6942149,0.6942149,0.6983471,0.6818182,0.6859504,0.6694215,0.70247936,0.6859504,0.6942149,0.677686,0.6942149,0.6859504,0.69008267,0.69008267,0.6983471,0.6942149,0.677686,0.6735537,0.6528926,0.6322314,0.6198347,0.59917355,0.59090906,0.56198347,0.56198347,0.5661157,0.59504133,0.6280992,0.20247933,0.20247933,0.20661157,0.20247933,0.1983471,0.20247933,0.20247933,0.19008264,0.19008264,0.18181819,0.18181819,0.17355372,0.18595041,0.17355372,0.14876033,0.38429752,0.6818182,0.71487606,0.7355372,0.75206614,0.75619835,0.76859504,0.75619835,0.7644628,0.7355372,0.73966944,0.7107438,0.6818182,0.6570248,0.6404959,0.6280992,0.62396693,0.6363636,0.6322314,0.6446281,0.6363636,0.6570248,0.661157,0.6694215,0.6652893,0.6652893,0.6694215,0.6570248,0.6735537,0.6818182,0.6735537,0.6859504,0.6735537,0.6735537,0.677686,0.6818182,0.661157,0.6694215,0.6694215,0.6404959,0.60330576,0.607438,0.58677685,0.5785124,0.5495868,0.56198347,0.5785124,0.62396693,0.6652893,0.18595041,0.18595041,0.18595041,0.19421488,0.1983471,0.1983471,0.19421488,0.18595041,0.19008264,0.17355372,0.18181819,0.17355372,0.17355372,0.17355372,0.17768595,0.12396694,0.47107437,0.677686,0.71487606,0.7231405,0.73140496,0.7644628,0.75206614,0.7107438,0.6983471,0.71487606,0.69008267,0.6694215,0.6446281,0.61570245,0.61157024,0.6198347,0.6198347,0.6198347,0.6404959,0.6363636,0.6322314,0.6363636,0.6322314,0.6322314,0.6446281,0.6570248,0.6363636,0.6446281,0.6446281,0.6404959,0.6818182,0.69008267,0.69008267,0.6694215,0.6694215,0.6487603,0.6528926,0.62396693,0.607438,0.58264464,0.58677685,0.59090906,0.5785124,0.56198347,0.57024795,0.59917355,0.6487603,0.6818182,0.18595041,0.18595041,0.18595041,0.1983471,0.1983471,0.19008264,0.18595041,0.18181819,0.19008264,0.17355372,0.17355372,0.17355372,0.16528925,0.1694215,0.17768595,0.16528925,0.18595041,0.5041322,0.6818182,0.6983471,0.71900827,0.75206614,0.74793386,0.71487606,0.7107438,0.72727275,0.7066116,0.6818182,0.6280992,0.6280992,0.61157024,0.6198347,0.6322314,0.6363636,0.6528926,0.6487603,0.6280992,0.61157024,0.61570245,0.607438,0.6404959,0.6322314,0.6404959,0.6363636,0.6404959,0.661157,0.69008267,0.69008267,0.6528926,0.6404959,0.6404959,0.61570245,0.61570245,0.59090906,0.59090906,0.57438016,0.59090906,0.59504133,0.57438016,0.57438016,0.59917355,0.6322314,0.6487603,0.6859504,0.1983471,0.1983471,0.1983471,0.1983471,0.1983471,0.18595041,0.18595041,0.19421488,0.17768595,0.18181819,0.17355372,0.17768595,0.1694215,0.16528925,0.1694215,0.17355372,0.14876033,0.20661157,0.5206612,0.661157,0.6859504,0.73966944,0.73966944,0.7644628,0.75619835,0.7355372,0.7231405,0.7231405,0.6446281,0.6322314,0.61570245,0.62396693,0.6363636,0.6528926,0.6280992,0.6280992,0.62396693,0.6280992,0.6198347,0.6280992,0.6404959,0.6404959,0.6528926,0.6487603,0.6528926,0.6652893,0.6652893,0.6404959,0.6280992,0.607438,0.61157024,0.58264464,0.57438016,0.57438016,0.57438016,0.59090906,0.60330576,0.59917355,0.58264464,0.59917355,0.6198347,0.6694215,0.6818182,0.70247936,0.18181819,0.18181819,0.18181819,0.1983471,0.19008264,0.18595041,0.19421488,0.18595041,0.18181819,0.18595041,0.17768595,0.16115703,0.17355372,0.1694215,0.17355372,0.19008264,0.17355372,0.16115703,0.19421488,0.5206612,0.6570248,0.71487606,0.7355372,0.76033056,0.76859504,0.71900827,0.7107438,0.74380165,0.69008267,0.6735537,0.6322314,0.6404959,0.6322314,0.61570245,0.607438,0.61570245,0.61570245,0.6198347,0.61570245,0.6446281,0.6487603,0.6363636,0.677686,0.6735537,0.6859504,0.6528926,0.6198347,0.60330576,0.59090906,0.58264464,0.57438016,0.57024795,0.57438016,0.58677685,0.59090906,0.61570245,0.61157024,0.61570245,0.61157024,0.61157024,0.6528926,0.6818182,0.6983471,0.7066116,0.20247933,0.20247933,0.1983471,0.1983471,0.19421488,0.18595041,0.19421488,0.17355372,0.17355372,0.18181819,0.17355372,0.17355372,0.17355372,0.16528925,0.1694215,0.17355372,0.17768595,0.17768595,0.12809917,0.38429752,0.61570245,0.6694215,0.70247936,0.74380165,0.76033056,0.7644628,0.76033056,0.76033056,0.71900827,0.6983471,0.6570248,0.6404959,0.6363636,0.6280992,0.6198347,0.62396693,0.61157024,0.607438,0.62396693,0.661157,0.6735537,0.6363636,0.677686,0.6363636,0.6487603,0.6198347,0.59090906,0.57024795,0.553719,0.54545456,0.5495868,0.5661157,0.58264464,0.61570245,0.61157024,0.62396693,0.6198347,0.61570245,0.6280992,0.6404959,0.6652893,0.7066116,0.70247936,0.7066116,0.20247933,0.20247933,0.20247933,0.1983471,0.19008264,0.18595041,0.18595041,0.19008264,0.18595041,0.18595041,0.16115703,0.17355372,0.18181819,0.1570248,0.17355372,0.1694215,0.17355372,0.18595041,0.09090909,0.43801653,0.61157024,0.61570245,0.6404959,0.70247936,0.7231405,0.72727275,0.73966944,0.73140496,0.7231405,0.6983471,0.6735537,0.6694215,0.6404959,0.6487603,0.6280992,0.6363636,0.62396693,0.6322314,0.6446281,0.6487603,0.6652893,0.6322314,0.6528926,0.607438,0.58264464,0.56198347,0.5495868,0.553719,0.5413223,0.5495868,0.553719,0.58677685,0.607438,0.6198347,0.62396693,0.6198347,0.62396693,0.61570245,0.661157,0.661157,0.69008267,0.71487606,0.7066116,0.70247936,0 +0.3305785,0.30578512,0.3305785,0.35123968,0.42561984,0.5,0.60330576,0.6322314,0.6446281,0.6446281,0.6404959,0.6363636,0.6487603,0.661157,0.6652893,0.6652893,0.6735537,0.6818182,0.677686,0.6652893,0.6818182,0.6942149,0.6983471,0.7066116,0.7066116,0.72727275,0.74380165,0.74380165,0.74380165,0.74793386,0.7355372,0.74380165,0.7355372,0.7355372,0.74380165,0.76033056,0.75619835,0.75619835,0.74793386,0.74380165,0.73966944,0.74380165,0.73966944,0.74380165,0.7644628,0.74380165,0.7644628,0.76859504,0.75619835,0.74793386,0.7355372,0.71900827,0.6942149,0.6942149,0.6735537,0.6652893,0.6404959,0.6363636,0.59090906,0.54545456,0.4876033,0.3966942,0.37190083,0.28512397,0.32231405,0.32231405,0.29752067,0.35950413,0.4338843,0.5247934,0.62396693,0.6363636,0.6404959,0.6363636,0.6280992,0.6280992,0.6487603,0.6570248,0.6652893,0.6652893,0.6818182,0.6983471,0.677686,0.6694215,0.677686,0.6859504,0.6983471,0.7107438,0.7107438,0.7355372,0.73966944,0.75206614,0.74793386,0.73966944,0.74793386,0.7355372,0.7355372,0.7355372,0.73966944,0.75619835,0.75206614,0.74793386,0.73140496,0.73140496,0.7231405,0.74793386,0.72727275,0.72727275,0.73966944,0.74380165,0.74793386,0.75206614,0.75206614,0.75206614,0.73966944,0.72727275,0.7066116,0.69008267,0.6652893,0.6652893,0.6363636,0.6446281,0.60330576,0.53305787,0.4876033,0.41322315,0.338843,0.2603306,0.3264463,0.30991736,0.30578512,0.38016528,0.46280992,0.57024795,0.6404959,0.6322314,0.6322314,0.62396693,0.61570245,0.6322314,0.6528926,0.6570248,0.6694215,0.6735537,0.6735537,0.677686,0.6735537,0.6735537,0.6859504,0.6942149,0.6942149,0.7107438,0.7107438,0.73966944,0.75206614,0.76033056,0.75619835,0.74793386,0.74793386,0.73966944,0.74380165,0.7355372,0.75206614,0.74380165,0.7355372,0.74380165,0.7231405,0.7231405,0.7066116,0.72727275,0.7066116,0.70247936,0.71900827,0.7231405,0.72727275,0.73966944,0.74380165,0.74793386,0.7355372,0.7231405,0.70247936,0.6983471,0.6818182,0.6652893,0.6363636,0.6528926,0.607438,0.5413223,0.48347107,0.40495867,0.36363637,0.27272728,0.34710744,0.34710744,0.35123968,0.41322315,0.48347107,0.59917355,0.6322314,0.6198347,0.61157024,0.61157024,0.6198347,0.6322314,0.6446281,0.6528926,0.6652893,0.6818182,0.661157,0.6694215,0.6694215,0.6735537,0.6859504,0.6818182,0.69008267,0.7066116,0.71900827,0.73966944,0.76033056,0.77272725,0.7768595,0.77272725,0.75619835,0.73966944,0.74380165,0.75206614,0.75619835,0.74380165,0.74380165,0.73966944,0.71900827,0.72727275,0.71487606,0.7107438,0.70247936,0.677686,0.6983471,0.70247936,0.70247936,0.7107438,0.73140496,0.73966944,0.7355372,0.72727275,0.71487606,0.6983471,0.6735537,0.6735537,0.6446281,0.6446281,0.6322314,0.5661157,0.4752066,0.3966942,0.33471075,0.28099173,0.3553719,0.37190083,0.40082645,0.4338843,0.54545456,0.62396693,0.6363636,0.61157024,0.59504133,0.62396693,0.60330576,0.61570245,0.6446281,0.6528926,0.6570248,0.6735537,0.661157,0.6570248,0.661157,0.6570248,0.6487603,0.6652893,0.6859504,0.7066116,0.72727275,0.74380165,0.75619835,0.76859504,0.7768595,0.7933884,0.77272725,0.74793386,0.75206614,0.76033056,0.75206614,0.76033056,0.74793386,0.72727275,0.71487606,0.71487606,0.7066116,0.70247936,0.69008267,0.677686,0.6818182,0.6818182,0.69008267,0.6942149,0.6983471,0.72727275,0.74380165,0.73966944,0.73140496,0.7066116,0.677686,0.6528926,0.6446281,0.6363636,0.6280992,0.57438016,0.4876033,0.41322315,0.32231405,0.28512397,0.30991736,0.36363637,0.41735536,0.48347107,0.60330576,0.6280992,0.607438,0.59917355,0.59917355,0.61570245,0.5495868,0.59917355,0.6280992,0.6198347,0.6280992,0.6322314,0.60330576,0.60330576,0.607438,0.6198347,0.60330576,0.61570245,0.6446281,0.6652893,0.6942149,0.7066116,0.71900827,0.73966944,0.75619835,0.76859504,0.7644628,0.75619835,0.7644628,0.75206614,0.75206614,0.75206614,0.73966944,0.70247936,0.6818182,0.6818182,0.677686,0.6652893,0.6528926,0.6570248,0.6528926,0.6528926,0.6694215,0.677686,0.661157,0.7107438,0.7107438,0.7231405,0.71900827,0.7107438,0.6818182,0.6528926,0.6404959,0.6322314,0.6363636,0.58264464,0.5,0.42561984,0.3264463,0.3140496,0.29752067,0.3677686,0.4214876,0.5123967,0.62396693,0.6198347,0.59504133,0.59917355,0.607438,0.553719,0.5495868,0.58677685,0.61157024,0.59090906,0.57024795,0.55785125,0.54545456,0.54545456,0.55785125,0.5495868,0.58677685,0.59504133,0.61157024,0.6446281,0.6487603,0.6487603,0.6652893,0.6983471,0.73140496,0.75619835,0.7644628,0.76033056,0.74380165,0.7355372,0.74380165,0.7231405,0.7107438,0.6859504,0.6570248,0.6404959,0.60330576,0.56198347,0.5289256,0.56198347,0.57024795,0.5785124,0.607438,0.6280992,0.6322314,0.6694215,0.6735537,0.6818182,0.677686,0.7066116,0.6983471,0.6570248,0.6404959,0.6280992,0.6280992,0.61157024,0.49173555,0.42561984,0.3305785,0.3429752,0.28099173,0.37190083,0.4214876,0.5661157,0.62396693,0.61157024,0.59504133,0.59917355,0.59090906,0.55785125,0.57024795,0.57438016,0.58677685,0.5371901,0.49173555,0.49173555,0.49173555,0.5041322,0.5413223,0.5495868,0.58677685,0.58264464,0.59504133,0.6280992,0.6198347,0.6280992,0.6404959,0.6818182,0.7066116,0.73140496,0.74793386,0.75206614,0.72727275,0.7355372,0.73140496,0.71487606,0.6942149,0.6694215,0.6528926,0.62396693,0.57024795,0.5289256,0.5041322,0.4752066,0.5,0.5289256,0.5371901,0.54545456,0.58264464,0.60330576,0.6404959,0.6528926,0.6404959,0.661157,0.6942149,0.6735537,0.6404959,0.62396693,0.6198347,0.62396693,0.5082645,0.4090909,0.3264463,0.3181818,0.28512397,0.35123968,0.41322315,0.59090906,0.61570245,0.59504133,0.58264464,0.58677685,0.57024795,0.57024795,0.5785124,0.5661157,0.59090906,0.58677685,0.553719,0.54545456,0.5247934,0.5082645,0.5371901,0.5413223,0.57438016,0.58677685,0.6487603,0.6404959,0.61570245,0.6363636,0.6528926,0.6818182,0.7066116,0.71487606,0.73966944,0.74380165,0.7231405,0.71900827,0.71487606,0.6983471,0.6983471,0.6652893,0.661157,0.6404959,0.57438016,0.5413223,0.5123967,0.4752066,0.4752066,0.5,0.49173555,0.4876033,0.53305787,0.56198347,0.61157024,0.6322314,0.59917355,0.61157024,0.6404959,0.6570248,0.6528926,0.6198347,0.607438,0.6198347,0.5289256,0.4090909,0.3264463,0.34710744,0.30578512,0.34710744,0.40495867,0.59504133,0.61157024,0.58677685,0.58264464,0.54545456,0.553719,0.5785124,0.607438,0.607438,0.62396693,0.6198347,0.6280992,0.6528926,0.6652893,0.6363636,0.6198347,0.607438,0.61157024,0.6322314,0.6487603,0.6570248,0.6818182,0.7066116,0.69008267,0.6983471,0.7231405,0.7107438,0.71487606,0.73140496,0.7107438,0.7066116,0.7107438,0.6983471,0.7066116,0.6818182,0.6694215,0.6652893,0.60330576,0.56198347,0.553719,0.5371901,0.5247934,0.54545456,0.57438016,0.58264464,0.5413223,0.55785125,0.59090906,0.59504133,0.57024795,0.5785124,0.58677685,0.61157024,0.6280992,0.62396693,0.59090906,0.60330576,0.53305787,0.39256197,0.32231405,0.35950413,0.3429752,0.3305785,0.41735536,0.58677685,0.59504133,0.59504133,0.553719,0.55785125,0.57438016,0.6198347,0.6528926,0.6694215,0.6818182,0.69008267,0.6942149,0.6942149,0.70247936,0.69008267,0.6859504,0.6528926,0.6322314,0.6280992,0.6363636,0.661157,0.73966944,0.74793386,0.73966944,0.74380165,0.73966944,0.71487606,0.7066116,0.7355372,0.74380165,0.7231405,0.7066116,0.69008267,0.7066116,0.71900827,0.71900827,0.7066116,0.661157,0.6198347,0.607438,0.59917355,0.61157024,0.6487603,0.661157,0.6735537,0.6404959,0.62396693,0.6446281,0.6322314,0.607438,0.59917355,0.5661157,0.57438016,0.59504133,0.61570245,0.59917355,0.59504133,0.53305787,0.3966942,0.29338843,0.3553719,0.3429752,0.29752067,0.41735536,0.58677685,0.5785124,0.58677685,0.56198347,0.59504133,0.6198347,0.6694215,0.6859504,0.6983471,0.7107438,0.7107438,0.7066116,0.6983471,0.6983471,0.69008267,0.6735537,0.6487603,0.6322314,0.62396693,0.59917355,0.6322314,0.7355372,0.7644628,0.7644628,0.75206614,0.7355372,0.7107438,0.70247936,0.74380165,0.77272725,0.76033056,0.71487606,0.6735537,0.70247936,0.73140496,0.7355372,0.7066116,0.6487603,0.62396693,0.607438,0.607438,0.6280992,0.6404959,0.6942149,0.70247936,0.6983471,0.6818182,0.6735537,0.6652893,0.6694215,0.6363636,0.61157024,0.5785124,0.58264464,0.607438,0.58677685,0.59504133,0.54545456,0.39256197,0.27272728,0.33471075,0.3181818,0.27272728,0.39256197,0.5785124,0.57438016,0.58264464,0.60330576,0.6280992,0.6859504,0.71487606,0.71900827,0.71487606,0.7231405,0.7066116,0.6983471,0.69008267,0.6818182,0.6404959,0.607438,0.58264464,0.59090906,0.59917355,0.57438016,0.58677685,0.6694215,0.75206614,0.76033056,0.73966944,0.7231405,0.6942149,0.6942149,0.73140496,0.76859504,0.8057851,0.73966944,0.6818182,0.69008267,0.72727275,0.74793386,0.6735537,0.62396693,0.60330576,0.58677685,0.60330576,0.6198347,0.6487603,0.677686,0.6942149,0.69008267,0.6859504,0.677686,0.6859504,0.6818182,0.6570248,0.6363636,0.60330576,0.5785124,0.5785124,0.59504133,0.59917355,0.57438016,0.38842976,0.24380165,0.3966942,0.35123968,0.27272728,0.38842976,0.5785124,0.5785124,0.61570245,0.6322314,0.6570248,0.72727275,0.76033056,0.74380165,0.71900827,0.71900827,0.677686,0.6528926,0.62396693,0.61157024,0.5371901,0.4876033,0.48347107,0.4876033,0.5123967,0.53305787,0.5495868,0.58264464,0.6818182,0.7231405,0.71487606,0.7066116,0.6735537,0.6694215,0.71487606,0.74793386,0.8057851,0.72727275,0.6818182,0.6652893,0.6942149,0.74793386,0.6446281,0.5785124,0.5413223,0.5289256,0.5495868,0.5413223,0.5661157,0.59917355,0.6446281,0.6528926,0.6694215,0.70247936,0.6983471,0.6983471,0.6942149,0.677686,0.6322314,0.59917355,0.57438016,0.59917355,0.59917355,0.59917355,0.39256197,0.28512397,0.36363637,0.39256197,0.2644628,0.4090909,0.58264464,0.58677685,0.6404959,0.6652893,0.70247936,0.77272725,0.78512394,0.74380165,0.6859504,0.62396693,0.5123967,0.41322315,0.3677686,0.35950413,0.37190083,0.3553719,0.4214876,0.42561984,0.4338843,0.45867768,0.5123967,0.59090906,0.6198347,0.661157,0.6859504,0.677686,0.6487603,0.6528926,0.6942149,0.73966944,0.7355372,0.7355372,0.6694215,0.6363636,0.6280992,0.6942149,0.61570245,0.5041322,0.46694216,0.45041323,0.46280992,0.49173555,0.45867768,0.4338843,0.48347107,0.49173555,0.5247934,0.6198347,0.6694215,0.6983471,0.7107438,0.71487606,0.6652893,0.607438,0.607438,0.60330576,0.59090906,0.61570245,0.4214876,0.3181818,0.338843,0.35950413,0.2520661,0.44214877,0.59090906,0.60330576,0.6694215,0.6942149,0.74793386,0.78512394,0.76859504,0.6942149,0.5289256,0.49586776,0.3677686,0.33471075,0.18595041,0.60330576,0.35123968,0.3305785,0.5082645,0.5041322,0.4214876,0.43801653,0.4752066,0.58264464,0.58264464,0.607438,0.6528926,0.6446281,0.6322314,0.6487603,0.69008267,0.74380165,0.71900827,0.76033056,0.6652893,0.6198347,0.553719,0.661157,0.55785125,0.4752066,0.44214877,0.45454547,0.49586776,0.57438016,0.42975205,0.34710744,0.3677686,0.2520661,0.28512397,0.38016528,0.5247934,0.6363636,0.6818182,0.71900827,0.677686,0.6363636,0.62396693,0.607438,0.58677685,0.6198347,0.5,0.3181818,0.2892562,0.32231405,0.23966943,0.48347107,0.59090906,0.6363636,0.69008267,0.6983471,0.74793386,0.71487606,0.6363636,0.4752066,0.45867768,0.61570245,0.46694216,0.3140496,0.2603306,0.3181818,0.3305785,0.30991736,0.553719,0.6694215,0.49586776,0.446281,0.446281,0.5082645,0.5495868,0.59504133,0.6280992,0.6363636,0.6280992,0.6404959,0.69008267,0.7355372,0.76033056,0.77272725,0.661157,0.62396693,0.54545456,0.54545456,0.4752066,0.45041323,0.47933885,0.5495868,0.6198347,0.7231405,0.5041322,0.38429752,0.41735536,0.13636364,0.3181818,0.2520661,0.38842976,0.48347107,0.59504133,0.6818182,0.6818182,0.6487603,0.6404959,0.6198347,0.59504133,0.59917355,0.56198347,0.32231405,0.2768595,0.338843,0.25619835,0.5371901,0.59917355,0.6570248,0.7066116,0.7107438,0.72727275,0.61157024,0.44214877,0.3677686,0.5785124,0.7355372,0.73966944,0.35950413,0.3264463,0.2892562,0.35950413,0.35950413,0.57438016,0.60330576,0.5123967,0.4876033,0.42975205,0.46280992,0.54545456,0.59090906,0.62396693,0.6322314,0.6280992,0.6363636,0.6570248,0.73140496,0.7892562,0.78512394,0.6735537,0.6528926,0.58677685,0.5,0.44214877,0.48347107,0.45454547,0.56198347,0.6198347,0.7355372,0.56198347,0.37190083,0.3553719,0.21487603,0.47107437,0.4090909,0.58677685,0.37603307,0.42975205,0.5785124,0.6528926,0.6446281,0.6487603,0.6363636,0.60330576,0.59917355,0.5785124,0.35123968,0.2603306,0.3264463,0.30165288,0.5785124,0.6198347,0.661157,0.70247936,0.7355372,0.6859504,0.5206612,0.4752066,0.48347107,0.46280992,0.62396693,0.71900827,0.49586776,0.38429752,0.44214877,0.45867768,0.4876033,0.553719,0.53305787,0.53305787,0.5206612,0.47107437,0.5041322,0.56198347,0.59504133,0.6363636,0.6322314,0.6280992,0.6446281,0.6652893,0.72727275,0.8016529,0.7768595,0.69008267,0.6487603,0.6363636,0.5371901,0.4876033,0.5082645,0.5371901,0.5495868,0.54545456,0.607438,0.61570245,0.4752066,0.38842976,0.3264463,0.5413223,0.56198347,0.59917355,0.4338843,0.35123968,0.47107437,0.58264464,0.6487603,0.6446281,0.6487603,0.6198347,0.607438,0.58677685,0.37190083,0.24793388,0.28099173,0.36363637,0.59504133,0.62396693,0.6652893,0.70247936,0.73966944,0.61157024,0.5247934,0.57024795,0.5785124,0.5206612,0.5123967,0.5041322,0.5413223,0.5289256,0.57024795,0.60330576,0.58264464,0.5785124,0.58677685,0.5785124,0.5495868,0.5371901,0.5785124,0.59090906,0.62396693,0.6446281,0.6322314,0.6363636,0.6528926,0.70247936,0.77272725,0.8264463,0.7644628,0.6694215,0.6570248,0.6528926,0.607438,0.5371901,0.553719,0.59504133,0.59917355,0.60330576,0.6363636,0.58677685,0.56198347,0.5,0.42561984,0.46694216,0.5289256,0.5165289,0.5041322,0.48347107,0.4090909,0.5413223,0.6322314,0.6570248,0.661157,0.6363636,0.6198347,0.607438,0.4214876,0.27272728,0.2768595,0.45867768,0.59504133,0.6404959,0.6694215,0.6983471,0.6735537,0.55785125,0.57438016,0.6446281,0.6694215,0.6487603,0.6280992,0.61157024,0.6363636,0.6280992,0.607438,0.61157024,0.61157024,0.58677685,0.59504133,0.58264464,0.58677685,0.60330576,0.60330576,0.6198347,0.6446281,0.6404959,0.6322314,0.6446281,0.6694215,0.71487606,0.7933884,0.822314,0.7644628,0.69008267,0.6652893,0.6652893,0.6487603,0.607438,0.56198347,0.58264464,0.59917355,0.60330576,0.61570245,0.59917355,0.58677685,0.61157024,0.56198347,0.56198347,0.59090906,0.56198347,0.56198347,0.5413223,0.49173555,0.48347107,0.59090906,0.6487603,0.677686,0.6487603,0.62396693,0.62396693,0.4752066,0.28512397,0.25619835,0.5165289,0.61157024,0.6487603,0.6735537,0.677686,0.61570245,0.59504133,0.62396693,0.677686,0.7107438,0.6983471,0.6859504,0.661157,0.6487603,0.62396693,0.6198347,0.61157024,0.61570245,0.60330576,0.607438,0.61157024,0.6198347,0.61570245,0.6280992,0.6446281,0.6570248,0.6487603,0.6446281,0.6528926,0.6652893,0.71487606,0.79752064,0.8181818,0.76033056,0.7107438,0.6694215,0.6735537,0.6652893,0.6652893,0.6280992,0.58677685,0.60330576,0.61570245,0.607438,0.6198347,0.59917355,0.59917355,0.59917355,0.61570245,0.6446281,0.6446281,0.6280992,0.6322314,0.6198347,0.5661157,0.57438016,0.6487603,0.677686,0.6652893,0.6322314,0.6280992,0.5247934,0.34710744,0.2603306,0.553719,0.6198347,0.661157,0.6735537,0.6404959,0.61570245,0.6198347,0.6528926,0.677686,0.6859504,0.6694215,0.6570248,0.6487603,0.6487603,0.62396693,0.6280992,0.6363636,0.6446281,0.6322314,0.6280992,0.6322314,0.6280992,0.62396693,0.6404959,0.6570248,0.661157,0.6570248,0.6363636,0.6363636,0.6528926,0.7231405,0.79752064,0.8429752,0.77272725,0.71900827,0.6735537,0.677686,0.6694215,0.6735537,0.661157,0.6404959,0.607438,0.6404959,0.6363636,0.6404959,0.62396693,0.6198347,0.62396693,0.6280992,0.6280992,0.6570248,0.6694215,0.6859504,0.6942149,0.6694215,0.6404959,0.6735537,0.6942149,0.677686,0.6528926,0.6198347,0.60330576,0.3264463,0.30991736,0.57024795,0.6363636,0.6652893,0.6570248,0.6404959,0.6280992,0.6404959,0.661157,0.6652893,0.6694215,0.6446281,0.6487603,0.6487603,0.6446281,0.6446281,0.6570248,0.6528926,0.6528926,0.6446281,0.6446281,0.6528926,0.6487603,0.6404959,0.661157,0.6694215,0.6570248,0.6446281,0.607438,0.61157024,0.661157,0.71900827,0.7933884,0.8512397,0.79752064,0.71900827,0.6859504,0.6818182,0.677686,0.6694215,0.6818182,0.6735537,0.6322314,0.6280992,0.6446281,0.6652893,0.6528926,0.6446281,0.6363636,0.6487603,0.6487603,0.6859504,0.69008267,0.6942149,0.70247936,0.6983471,0.69008267,0.6983471,0.7066116,0.6859504,0.6652893,0.6322314,0.6487603,0.33471075,0.40495867,0.58677685,0.6404959,0.6652893,0.6528926,0.6528926,0.6446281,0.6487603,0.6652893,0.6694215,0.661157,0.6570248,0.6570248,0.6487603,0.6528926,0.6570248,0.661157,0.6446281,0.6404959,0.6487603,0.6528926,0.6528926,0.6528926,0.6859504,0.6818182,0.6570248,0.6280992,0.62396693,0.6198347,0.6404959,0.69008267,0.74793386,0.7892562,0.8512397,0.77272725,0.70247936,0.6818182,0.6859504,0.6818182,0.69008267,0.6818182,0.6818182,0.6694215,0.661157,0.6570248,0.661157,0.6735537,0.6735537,0.6652893,0.6942149,0.6859504,0.7066116,0.71487606,0.7107438,0.7066116,0.6983471,0.7066116,0.70247936,0.70247936,0.69008267,0.6735537,0.6446281,0.6322314,0.4090909,0.46694216,0.607438,0.6446281,0.6652893,0.6694215,0.6570248,0.6570248,0.6570248,0.661157,0.661157,0.6570248,0.661157,0.661157,0.661157,0.6528926,0.6404959,0.6322314,0.6322314,0.6322314,0.6487603,0.6446281,0.6570248,0.6859504,0.7107438,0.6570248,0.60330576,0.60330576,0.6322314,0.6404959,0.677686,0.7355372,0.7892562,0.8016529,0.8347107,0.7768595,0.7107438,0.6694215,0.6818182,0.661157,0.7066116,0.70247936,0.6942149,0.6942149,0.6942149,0.6983471,0.7066116,0.71487606,0.6942149,0.6983471,0.70247936,0.71900827,0.73966944,0.7355372,0.72727275,0.71900827,0.7107438,0.7107438,0.70247936,0.6942149,0.6942149,0.6735537,0.6570248,0.61570245,0.45041323,0.5371901,0.60330576,0.6404959,0.6652893,0.661157,0.6570248,0.6570248,0.661157,0.6570248,0.661157,0.6652893,0.6652893,0.6528926,0.6363636,0.6322314,0.62396693,0.62396693,0.6322314,0.6446281,0.6528926,0.661157,0.69008267,0.72727275,0.6942149,0.61157024,0.59917355,0.62396693,0.6404959,0.6652893,0.69008267,0.75619835,0.822314,0.7892562,0.79752064,0.7768595,0.71487606,0.6818182,0.6694215,0.6570248,0.6983471,0.7355372,0.71487606,0.7066116,0.6942149,0.71900827,0.71487606,0.7355372,0.7231405,0.71900827,0.6983471,0.71900827,0.72727275,0.7355372,0.7231405,0.71487606,0.70247936,0.70247936,0.6983471,0.6818182,0.69008267,0.6694215,0.661157,0.62396693,0.47933885,0.58677685,0.607438,0.6363636,0.661157,0.6528926,0.661157,0.6570248,0.6570248,0.6694215,0.6652893,0.6570248,0.661157,0.6487603,0.6528926,0.6363636,0.6446281,0.6446281,0.6487603,0.6570248,0.6694215,0.69008267,0.7231405,0.72727275,0.6446281,0.60330576,0.6404959,0.661157,0.6859504,0.6983471,0.6983471,0.7355372,0.7933884,0.75206614,0.74380165,0.74793386,0.7231405,0.7066116,0.6818182,0.6694215,0.677686,0.74793386,0.73140496,0.7107438,0.7066116,0.71900827,0.7231405,0.7231405,0.71487606,0.7066116,0.70247936,0.6983471,0.70247936,0.7107438,0.6942149,0.6983471,0.6942149,0.70247936,0.6983471,0.6859504,0.6735537,0.661157,0.6487603,0.6198347,0.5247934,0.59504133,0.60330576,0.6363636,0.661157,0.661157,0.6694215,0.6694215,0.6694215,0.6859504,0.6570248,0.661157,0.661157,0.6652893,0.6570248,0.6570248,0.6528926,0.6570248,0.661157,0.6694215,0.6818182,0.71487606,0.71900827,0.6859504,0.6198347,0.6280992,0.6818182,0.71900827,0.72727275,0.74793386,0.72727275,0.76859504,0.8429752,0.75206614,0.72727275,0.73140496,0.71487606,0.70247936,0.69008267,0.6694215,0.6735537,0.7355372,0.73966944,0.7231405,0.71487606,0.71900827,0.7231405,0.73140496,0.7107438,0.70247936,0.7066116,0.6983471,0.6983471,0.6942149,0.677686,0.69008267,0.6942149,0.7066116,0.6983471,0.6942149,0.6818182,0.661157,0.6404959,0.61157024,0.57024795,0.59090906,0.61157024,0.6404959,0.6528926,0.6735537,0.6818182,0.6818182,0.6859504,0.677686,0.661157,0.6528926,0.6694215,0.6694215,0.6735537,0.677686,0.6652893,0.6694215,0.677686,0.70247936,0.70247936,0.72727275,0.70247936,0.6652893,0.6322314,0.6694215,0.72727275,0.76033056,0.73140496,0.77272725,0.74793386,0.7231405,0.77272725,0.73140496,0.75206614,0.7107438,0.70247936,0.71487606,0.6983471,0.6735537,0.661157,0.70247936,0.73140496,0.72727275,0.7231405,0.7107438,0.71900827,0.73966944,0.71487606,0.7107438,0.7107438,0.7066116,0.6983471,0.6942149,0.70247936,0.6859504,0.6983471,0.70247936,0.6942149,0.69008267,0.69008267,0.661157,0.6363636,0.61157024,0.57438016,0.59090906,0.61157024,0.6487603,0.6694215,0.6859504,0.677686,0.677686,0.677686,0.6735537,0.661157,0.661157,0.6735537,0.69008267,0.69008267,0.6652893,0.6735537,0.6859504,0.69008267,0.71900827,0.73140496,0.72727275,0.6859504,0.6487603,0.69008267,0.76033056,0.7892562,0.77272725,0.71900827,0.75206614,0.8016529,0.74380165,0.73966944,0.7355372,0.71487606,0.661157,0.70247936,0.7231405,0.7231405,0.6942149,0.6694215,0.6735537,0.7231405,0.74793386,0.73966944,0.71900827,0.7231405,0.7231405,0.7231405,0.71487606,0.71900827,0.7107438,0.70247936,0.6983471,0.69008267,0.6942149,0.6942149,0.69008267,0.6942149,0.70247936,0.69008267,0.6652893,0.6404959,0.607438,0.5785124,0.58677685,0.60330576,0.661157,0.6859504,0.6942149,0.6818182,0.677686,0.6694215,0.677686,0.6735537,0.6818182,0.6859504,0.6818182,0.6694215,0.661157,0.6735537,0.69008267,0.7066116,0.7231405,0.7355372,0.7107438,0.6652893,0.6570248,0.74793386,0.8016529,0.6983471,0.41735536,0.47107437,0.6942149,0.78512394,0.76033056,0.73966944,0.7355372,0.69008267,0.6487603,0.6363636,0.69008267,0.73140496,0.72727275,0.6818182,0.6528926,0.70247936,0.75206614,0.7355372,0.7231405,0.72727275,0.71487606,0.71487606,0.72727275,0.71487606,0.7107438,0.6942149,0.70247936,0.6942149,0.6983471,0.6942149,0.69008267,0.70247936,0.7066116,0.6818182,0.6652893,0.6363636,0.59917355,0.57438016,0.58677685,0.61570245,0.6652893,0.70247936,0.70247936,0.6983471,0.6859504,0.6942149,0.69008267,0.6859504,0.6983471,0.69008267,0.69008267,0.6652893,0.6735537,0.6818182,0.6983471,0.71487606,0.71900827,0.73140496,0.7066116,0.6570248,0.6735537,0.77272725,0.74380165,0.5041322,0.26859504,0.338843,0.5371901,0.74793386,0.75206614,0.73140496,0.7231405,0.61157024,0.5041322,0.28099173,0.3181818,0.6198347,0.74380165,0.6942149,0.6446281,0.6694215,0.7355372,0.73966944,0.7355372,0.73966944,0.7107438,0.6983471,0.72727275,0.71487606,0.7066116,0.69008267,0.7066116,0.6983471,0.69008267,0.6818182,0.6818182,0.6859504,0.6859504,0.677686,0.6652893,0.6363636,0.59090906,0.58264464,0.607438,0.6198347,0.661157,0.7107438,0.6983471,0.6942149,0.7107438,0.70247936,0.7066116,0.6942149,0.71487606,0.7066116,0.6983471,0.677686,0.69008267,0.6942149,0.7066116,0.71487606,0.71487606,0.71900827,0.6942149,0.661157,0.6652893,0.73140496,0.661157,0.55785125,0.58677685,0.6570248,0.6487603,0.6363636,0.73966944,0.73966944,0.6735537,0.56198347,0.553719,0.41322315,0.37603307,0.5165289,0.6859504,0.69008267,0.6322314,0.6694215,0.72727275,0.74380165,0.74380165,0.74793386,0.73966944,0.7231405,0.7107438,0.7066116,0.7231405,0.7066116,0.7107438,0.7107438,0.6859504,0.6818182,0.6942149,0.677686,0.677686,0.6735537,0.6570248,0.6363636,0.58677685,0.59090906,0.607438,0.62396693,0.6652893,0.7066116,0.6983471,0.6983471,0.71487606,0.7107438,0.71487606,0.7107438,0.7107438,0.7107438,0.6983471,0.69008267,0.6983471,0.6942149,0.7066116,0.71900827,0.7107438,0.7066116,0.69008267,0.6735537,0.5785124,0.6198347,0.59504133,0.61157024,0.6983471,0.6983471,0.71900827,0.6942149,0.74793386,0.74793386,0.661157,0.6363636,0.6694215,0.6404959,0.60330576,0.55785125,0.61570245,0.6446281,0.59504133,0.6818182,0.73966944,0.74380165,0.74793386,0.7355372,0.7355372,0.73140496,0.7231405,0.7107438,0.7231405,0.7107438,0.72727275,0.71487606,0.6942149,0.6942149,0.6983471,0.69008267,0.677686,0.677686,0.6652893,0.6198347,0.58677685,0.58677685,0.60330576,0.6280992,0.6735537,0.70247936,0.70247936,0.7066116,0.71900827,0.7231405,0.72727275,0.73140496,0.73140496,0.71900827,0.6942149,0.6983471,0.6983471,0.7066116,0.7066116,0.71900827,0.7066116,0.70247936,0.70247936,0.6818182,0.58264464,0.5413223,0.5661157,0.61157024,0.6694215,0.6528926,0.677686,0.70247936,0.74380165,0.71900827,0.6528926,0.661157,0.677686,0.6570248,0.6280992,0.5661157,0.553719,0.57024795,0.59917355,0.7066116,0.75206614,0.74793386,0.74380165,0.74380165,0.7355372,0.7355372,0.7355372,0.71900827,0.7355372,0.7231405,0.73140496,0.71487606,0.7066116,0.70247936,0.7066116,0.6983471,0.6859504,0.6818182,0.6528926,0.62396693,0.59917355,0.58677685,0.60330576,0.6363636,0.661157,0.6983471,0.6983471,0.7066116,0.73140496,0.73966944,0.7355372,0.72727275,0.73140496,0.7231405,0.7107438,0.7066116,0.71900827,0.71900827,0.71900827,0.7231405,0.7066116,0.7107438,0.7107438,0.6818182,0.607438,0.59504133,0.61157024,0.6363636,0.6528926,0.661157,0.6735537,0.6983471,0.71900827,0.6859504,0.6528926,0.6735537,0.661157,0.6322314,0.58264464,0.54545456,0.54545456,0.61570245,0.6859504,0.74380165,0.76859504,0.75619835,0.75206614,0.74793386,0.73966944,0.73966944,0.7355372,0.7355372,0.74380165,0.73966944,0.7355372,0.71900827,0.7107438,0.6942149,0.70247936,0.6983471,0.6859504,0.6735537,0.6570248,0.6280992,0.59917355,0.58264464,0.61157024,0.6322314,0.6570248,0.70247936,0.70247936,0.7107438,0.7355372,0.74793386,0.7355372,0.72727275,0.72727275,0.73140496,0.7231405,0.7231405,0.72727275,0.71900827,0.73140496,0.72727275,0.71487606,0.6942149,0.6983471,0.6570248,0.59504133,0.59504133,0.59504133,0.6198347,0.6404959,0.6528926,0.661157,0.6735537,0.69008267,0.661157,0.6528926,0.6487603,0.6198347,0.60330576,0.57438016,0.5661157,0.61157024,0.677686,0.7231405,0.7644628,0.78099173,0.7644628,0.76033056,0.75206614,0.74380165,0.74380165,0.73140496,0.73966944,0.74380165,0.73966944,0.74793386,0.7355372,0.71900827,0.70247936,0.6983471,0.70247936,0.6818182,0.6859504,0.6570248,0.62396693,0.60330576,0.5785124,0.6280992,0.6322314,0.6487603,0.6983471,0.71487606,0.7231405,0.74380165,0.75206614,0.73966944,0.7355372,0.7355372,0.73966944,0.7355372,0.7355372,0.73140496,0.7231405,0.71900827,0.7107438,0.7066116,0.677686,0.6694215,0.6404959,0.59504133,0.58264464,0.57438016,0.58264464,0.62396693,0.6280992,0.6363636,0.6528926,0.6735537,0.6446281,0.6404959,0.61570245,0.59090906,0.58264464,0.56198347,0.57438016,0.6528926,0.6859504,0.72727275,0.78099173,0.78099173,0.76859504,0.76859504,0.7644628,0.75619835,0.74793386,0.7355372,0.7355372,0.73140496,0.73966944,0.75619835,0.72727275,0.71900827,0.71900827,0.7066116,0.7066116,0.6859504,0.6859504,0.661157,0.61570245,0.60330576,0.57438016,0.6404959,0.6280992,0.6487603,0.69008267,0.71900827,0.73966944,0.75206614,0.75206614,0.76033056,0.74380165,0.75206614,0.75206614,0.74380165,0.73966944,0.72727275,0.71487606,0.7066116,0.70247936,0.6942149,0.6652893,0.6528926,0.6322314,0.607438,0.59917355,0.59504133,0.59504133,0.62396693,0.61157024,0.6280992,0.6528926,0.6570248,0.6280992,0.6322314,0.59504133,0.5785124,0.5661157,0.58264464,0.6198347,0.6694215,0.6942149,0.74380165,0.78099173,0.78512394,0.76033056,0.7768595,0.7768595,0.75619835,0.7355372,0.75619835,0.75206614,0.74793386,0.74793386,0.76033056,0.7355372,0.71900827,0.72727275,0.71487606,0.70247936,0.69008267,0.6818182,0.6528926,0.61570245,0.607438,0.57024795,0.6322314,0.6322314,0.6528926,0.6859504,0.71487606,0.7355372,0.74793386,0.74380165,0.76033056,0.74380165,0.75206614,0.75619835,0.74380165,0.73140496,0.73140496,0.71900827,0.70247936,0.6859504,0.6694215,0.6528926,0.6404959,0.6322314,0.6363636,0.6446281,0.6446281,0.6404959,0.6280992,0.61570245,0.61570245,0.6322314,0.6446281,0.6322314,0.6280992,0.60330576,0.59090906,0.58677685,0.6528926,0.6859504,0.6942149,0.7107438,0.74793386,0.75206614,0.77272725,0.75619835,0.77272725,0.78099173,0.76033056,0.71487606,0.75206614,0.75619835,0.76033056,0.75206614,0.75619835,0.74793386,0.72727275,0.72727275,0.71487606,0.70247936,0.6983471,0.677686,0.6446281,0.61157024,0.607438,0.553719,0.62396693,0.6446281,0.6570248,0.6859504,0.71487606,0.73966944,0.74793386,0.76033056,0.7644628,0.75619835,0.74380165,0.74380165,0.74380165,0.74380165,0.72727275,0.70247936,0.677686,0.6735537,0.6570248,0.6446281,0.6528926,0.661157,0.6735537,0.6818182,0.6735537,0.6570248,0.6363636,0.6280992,0.61570245,0.59917355,0.607438,0.61570245,0.62396693,0.6280992,0.6487603,0.677686,0.71487606,0.73140496,0.7107438,0.7066116,0.72727275,0.73966944,0.75206614,0.75619835,0.76859504,0.7768595,0.76033056,0.75206614,0.75206614,0.75206614,0.76033056,0.7355372,0.74793386,0.74793386,0.7355372,0.72727275,0.6983471,0.6942149,0.6983471,0.6694215,0.6363636,0.607438,0.60330576,0.55785125,0.6198347,0.6404959,0.6570248,0.6859504,0.7231405,0.73140496,0.74380165,0.7644628,0.76859504,0.7644628,0.74793386,0.75619835,0.74793386,0.7355372,0.7231405,0.69008267,0.677686,0.6818182,0.6570248,0.6694215,0.6818182,0.6859504,0.7066116,0.70247936,0.6735537,0.6652893,0.661157,0.6487603,0.61157024,0.59090906,0.58677685,0.58677685,0.61157024,0.6487603,0.6983471,0.7355372,0.75206614,0.75206614,0.7355372,0.7066116,0.7355372,0.7107438,0.7355372,0.74793386,0.74793386,0.76033056,0.7644628,0.76859504,0.7644628,0.74793386,0.75206614,0.75206614,0.73966944,0.74793386,0.73966944,0.7231405,0.70247936,0.69008267,0.69008267,0.6528926,0.62396693,0.59917355,0.59504133,0.58264464,0.60330576,0.6322314,0.6528926,0.6859504,0.7231405,0.73966944,0.7644628,0.76859504,0.77272725,0.76859504,0.76033056,0.76033056,0.73966944,0.72727275,0.7066116,0.69008267,0.677686,0.6859504,0.7066116,0.7107438,0.70247936,0.71487606,0.71900827,0.7107438,0.6735537,0.6487603,0.6446281,0.6322314,0.60330576,0.607438,0.60330576,0.59504133,0.6280992,0.6528926,0.6859504,0.74380165,0.73966944,0.75206614,0.73966944,0.73140496,0.74380165,0.70247936,0.7231405,0.72727275,0.7355372,0.75619835,0.7355372,0.7644628,0.76859504,0.75619835,0.75619835,0.76033056,0.75206614,0.75206614,0.73140496,0.7231405,0.7107438,0.70247936,0.6859504,0.6570248,0.61570245,0.59090906,0.59917355,0.5661157,0.59917355,0.6198347,0.6570248,0.6818182,0.7066116,0.74380165,0.75619835,0.76859504,0.7768595,0.76859504,0.7644628,0.75206614,0.73966944,0.73140496,0.6983471,0.6859504,0.7066116,0.71487606,0.7355372,0.7355372,0.7231405,0.73140496,0.72727275,0.6735537,0.6487603,0.62396693,0.61570245,0.60330576,0.56198347,0.55785125,0.57024795,0.5661157,0.5785124,0.58677685,0.61157024,0.6652893,0.71487606,0.74793386,0.75619835,0.74380165,0.73966944,0.71487606,0.73966944,0.73140496,0.73140496,0.75206614,0.74380165,0.74793386,0.7644628,0.76033056,0.7644628,0.75206614,0.75619835,0.75206614,0.71487606,0.71900827,0.71900827,0.6983471,0.677686,0.6446281,0.61157024,0.59504133,0.60330576,0.57024795,0.6528926,0.607438,0.6528926,0.6818182,0.7066116,0.73966944,0.75206614,0.77272725,0.77272725,0.78099173,0.76859504,0.75206614,0.74380165,0.7355372,0.6983471,0.70247936,0.73140496,0.74793386,0.75206614,0.76033056,0.75206614,0.74380165,0.6735537,0.6322314,0.61157024,0.59504133,0.58677685,0.57438016,0.53305787,0.5165289,0.5165289,0.5289256,0.54545456,0.5413223,0.56198347,0.5785124,0.61570245,0.677686,0.7231405,0.75206614,0.74380165,0.74380165,0.74380165,0.73966944,0.73140496,0.74793386,0.74380165,0.74380165,0.76033056,0.7644628,0.77272725,0.75206614,0.75206614,0.73966944,0.71900827,0.71487606,0.7066116,0.6983471,0.6694215,0.6322314,0.607438,0.59504133,0.5785124,0.58264464,0.7066116,0.62396693,0.6404959,0.6859504,0.6942149,0.7355372,0.75619835,0.7644628,0.76859504,0.77272725,0.76033056,0.74793386,0.74793386,0.73966944,0.7107438,0.7231405,0.74380165,0.74380165,0.75206614,0.76859504,0.73966944,0.6528926,0.58264464,0.56198347,0.5165289,0.48347107,0.4752066,0.47107437,0.43801653,0.4090909,0.41735536,0.446281,0.49173555,0.49173555,0.5206612,0.5289256,0.5371901,0.57024795,0.6404959,0.7107438,0.73966944,0.74380165,0.73966944,0.73966944,0.73966944,0.75206614,0.73966944,0.73140496,0.75206614,0.75619835,0.7644628,0.75206614,0.74793386,0.7231405,0.71900827,0.7231405,0.7107438,0.69008267,0.6570248,0.6198347,0.60330576,0.58677685,0.55785125,0.58264464,0.6487603,0.61157024,0.6487603,0.6735537,0.7066116,0.73140496,0.75206614,0.75619835,0.75619835,0.76859504,0.74793386,0.75619835,0.75206614,0.74380165,0.73140496,0.7355372,0.72727275,0.6818182,0.677686,0.6859504,0.61570245,0.5371901,0.47933885,0.446281,0.4090909,0.4090909,0.41735536,0.4214876,0.40082645,0.37190083,0.35950413,0.35950413,0.35123968,0.3677686,0.37603307,0.42975205,0.47107437,0.49586776,0.5413223,0.61570245,0.6942149,0.7231405,0.7355372,0.73966944,0.74793386,0.75206614,0.74793386,0.72727275,0.7355372,0.75619835,0.76033056,0.75206614,0.7355372,0.72727275,0.7107438,0.71487606,0.7107438,0.6859504,0.6487603,0.61157024,0.607438,0.58264464,0.5371901,0.59917355,0.2892562,0.40495867,0.6446281,0.661157,0.71487606,0.73140496,0.74793386,0.74793386,0.76033056,0.7644628,0.76033056,0.76033056,0.76033056,0.74793386,0.73140496,0.72727275,0.661157,0.57438016,0.53305787,0.5413223,0.5,0.48347107,0.46280992,0.47933885,0.4876033,0.5082645,0.5413223,0.5289256,0.5247934,0.5123967,0.49173555,0.49586776,0.45867768,0.42975205,0.4090909,0.37190083,0.38842976,0.41735536,0.45454547,0.49173555,0.5785124,0.6528926,0.69008267,0.7066116,0.7355372,0.74380165,0.74380165,0.73140496,0.71900827,0.75619835,0.74793386,0.74793386,0.7355372,0.73140496,0.7107438,0.7107438,0.70247936,0.6818182,0.6446281,0.59917355,0.607438,0.57438016,0.5495868,0.6446281,0.1694215,0.19421488,0.6818182,0.6652893,0.70247936,0.73966944,0.75206614,0.75619835,0.77272725,0.76859504,0.7644628,0.76859504,0.77272725,0.74793386,0.71487606,0.677686,0.59504133,0.49173555,0.45867768,0.49586776,0.5123967,0.53305787,0.5495868,0.553719,0.5495868,0.57438016,0.607438,0.61157024,0.62396693,0.62396693,0.607438,0.6280992,0.6280992,0.6198347,0.6198347,0.5785124,0.5495868,0.47107437,0.4090909,0.40082645,0.446281,0.5082645,0.57024795,0.6198347,0.6859504,0.73966944,0.73966944,0.74793386,0.73140496,0.74793386,0.74793386,0.74380165,0.7355372,0.73140496,0.7066116,0.70247936,0.6942149,0.6694215,0.6363636,0.59504133,0.59917355,0.54545456,0.49586776,0.553719,0.19008264,0.07024793,0.62396693,0.6652893,0.70247936,0.72727275,0.74793386,0.76859504,0.76859504,0.75619835,0.76033056,0.76859504,0.78512394,0.74793386,0.6983471,0.6735537,0.6487603,0.59917355,0.59917355,0.61157024,0.59917355,0.59917355,0.59917355,0.59917355,0.58677685,0.61570245,0.6198347,0.61570245,0.6280992,0.6363636,0.61570245,0.6322314,0.6528926,0.6528926,0.6404959,0.61570245,0.61157024,0.60330576,0.553719,0.5247934,0.49173555,0.46694216,0.47933885,0.54545456,0.6446281,0.70247936,0.7355372,0.7644628,0.73966944,0.74380165,0.74380165,0.74380165,0.73966944,0.73140496,0.71487606,0.6983471,0.6818182,0.6652893,0.6280992,0.60330576,0.59917355,0.45041323,0.24380165,0.2603306,0.16115703,0.11157025,0.45041323,0.6694215,0.69008267,0.71900827,0.74793386,0.76859504,0.76859504,0.7644628,0.7644628,0.7644628,0.7892562,0.76033056,0.70247936,0.6942149,0.6942149,0.6942149,0.6942149,0.6983471,0.6859504,0.6818182,0.677686,0.6859504,0.6570248,0.6487603,0.6487603,0.6528926,0.6528926,0.6570248,0.6404959,0.6404959,0.6528926,0.6446281,0.6280992,0.607438,0.607438,0.61570245,0.61157024,0.62396693,0.6487603,0.6322314,0.58264464,0.59917355,0.661157,0.6818182,0.7231405,0.75619835,0.75206614,0.75206614,0.74793386,0.74793386,0.74793386,0.7231405,0.7107438,0.6983471,0.6818182,0.6652893,0.62396693,0.60330576,0.57024795,0.33471075,0.1570248,0.16115703,0.16115703,0.18181819,0.3181818,0.6694215,0.6859504,0.72727275,0.75619835,0.7644628,0.7768595,0.78099173,0.7768595,0.77272725,0.78512394,0.76033056,0.73140496,0.71900827,0.71487606,0.7231405,0.71487606,0.7355372,0.75619835,0.75619835,0.76859504,0.76033056,0.72727275,0.7066116,0.69008267,0.6859504,0.6652893,0.6570248,0.6487603,0.6322314,0.6280992,0.6280992,0.6280992,0.6404959,0.6487603,0.6570248,0.661157,0.6735537,0.6942149,0.6983471,0.6818182,0.6735537,0.7066116,0.6818182,0.7066116,0.74380165,0.74793386,0.74793386,0.73966944,0.74380165,0.7355372,0.71487606,0.7066116,0.69008267,0.6735537,0.6528926,0.61570245,0.59917355,0.5041322,0.21900827,0.1570248,0.16115703,0.17768595,0.15289256,0.2603306,0.607438,0.6735537,0.72727275,0.7644628,0.76859504,0.78099173,0.78099173,0.7768595,0.7768595,0.78512394,0.76033056,0.75206614,0.74380165,0.73140496,0.7107438,0.71900827,0.72727275,0.75206614,0.75206614,0.7644628,0.7768595,0.74793386,0.71487606,0.70247936,0.6942149,0.6942149,0.677686,0.6942149,0.6983471,0.6942149,0.69008267,0.677686,0.69008267,0.6859504,0.7066116,0.7066116,0.7107438,0.71487606,0.7231405,0.71900827,0.71900827,0.73140496,0.6983471,0.7066116,0.73966944,0.73966944,0.74793386,0.73140496,0.73140496,0.7231405,0.71900827,0.6983471,0.6735537,0.661157,0.6363636,0.61157024,0.59090906,0.40082645,0.16528925,0.16528925,0.16528925,0.17355372,0.1694215,0.18595041,0.5247934,0.6694215,0.7107438,0.75619835,0.76859504,0.78099173,0.78512394,0.78099173,0.8016529,0.7933884,0.77272725,0.75619835,0.76033056,0.74793386,0.71900827,0.71900827,0.71487606,0.72727275,0.73966944,0.7355372,0.75206614,0.73140496,0.70247936,0.6983471,0.677686,0.6652893,0.6570248,0.6735537,0.6859504,0.6983471,0.70247936,0.6983471,0.70247936,0.6983471,0.70247936,0.7066116,0.71487606,0.71900827,0.71900827,0.7231405,0.7231405,0.7355372,0.72727275,0.7355372,0.75206614,0.74380165,0.74793386,0.73140496,0.73140496,0.71900827,0.7107438,0.6859504,0.6652893,0.6570248,0.607438,0.60330576,0.57024795,0.30578512,0.14876033,0.17768595,0.16115703,0.1694215,0.1694215,0.12809917,0.40495867,0.6528926,0.6942149,0.73966944,0.76033056,0.78099173,0.7768595,0.8016529,0.8016529,0.79752064,0.7892562,0.76859504,0.7768595,0.74793386,0.73966944,0.73140496,0.73140496,0.73966944,0.75206614,0.72727275,0.73140496,0.7107438,0.6859504,0.6859504,0.6694215,0.6446281,0.6322314,0.6404959,0.6528926,0.6735537,0.6859504,0.677686,0.6859504,0.6859504,0.6818182,0.6983471,0.7107438,0.72727275,0.71900827,0.7231405,0.71487606,0.73140496,0.7355372,0.72727275,0.74380165,0.73966944,0.74380165,0.72727275,0.72727275,0.7107438,0.6942149,0.6735537,0.6652893,0.6487603,0.59917355,0.57438016,0.56198347,0.2520661,0.1570248,0.1694215,0.16528925,0.16528925,0.16528925,0.16115703,0.17355372,0.62396693,0.6735537,0.72727275,0.75619835,0.7768595,0.78512394,0.79752064,0.8140496,0.8016529,0.7933884,0.7768595,0.7768595,0.77272725,0.75206614,0.74380165,0.75619835,0.75206614,0.74380165,0.74793386,0.7355372,0.7066116,0.6735537,0.661157,0.6570248,0.6280992,0.6280992,0.6446281,0.6446281,0.661157,0.6694215,0.6735537,0.6735537,0.677686,0.6818182,0.70247936,0.71487606,0.71900827,0.71487606,0.7231405,0.72727275,0.73966944,0.7355372,0.71900827,0.73966944,0.74380165,0.73966944,0.73966944,0.7066116,0.70247936,0.6818182,0.6694215,0.661157,0.62396693,0.58677685,0.553719,0.5495868,0.23140496,0.16115703,0.16528925,0.16115703,0.16115703,0.16115703,0.1694215,0.12809917,0.41322315,0.6528926,0.6983471,0.74380165,0.76033056,0.7892562,0.79752064,0.822314,0.8016529,0.78512394,0.75619835,0.7644628,0.7892562,0.7768595,0.77272725,0.77272725,0.76859504,0.75619835,0.76033056,0.74793386,0.71900827,0.6694215,0.6446281,0.6487603,0.62396693,0.6280992,0.6404959,0.6280992,0.6404959,0.6528926,0.661157,0.661157,0.677686,0.69008267,0.7107438,0.71487606,0.71487606,0.71487606,0.72727275,0.72727275,0.73966944,0.71900827,0.71487606,0.73140496,0.7355372,0.7355372,0.71900827,0.69008267,0.6818182,0.6694215,0.6694215,0.6322314,0.59917355,0.55785125,0.5289256,0.553719,0.19421488,0.1322314,0.16528925,0.16115703,0.16115703,0.1570248,0.1694215,0.1694215,0.21900827,0.57438016,0.6818182,0.71900827,0.75206614,0.7768595,0.8057851,0.8181818,0.80991733,0.78512394,0.71900827,0.74793386,0.77272725,0.7768595,0.77272725,0.76033056,0.76859504,0.76033056,0.75619835,0.74380165,0.71900827,0.6735537,0.6487603,0.6404959,0.6198347,0.61570245,0.6280992,0.61570245,0.62396693,0.6404959,0.6487603,0.6528926,0.677686,0.6942149,0.7066116,0.71900827,0.7231405,0.7107438,0.72727275,0.73140496,0.71487606,0.71487606,0.71487606,0.71900827,0.71900827,0.7107438,0.6983471,0.6818182,0.6694215,0.661157,0.6694215,0.61570245,0.57438016,0.53305787,0.5123967,0.5661157,0.16528925,0.15289256,0.1694215,0.16528925,0.16528925,0.15289256,0.1694215,0.16115703,0.16528925,0.38842976,0.6446281,0.6983471,0.72727275,0.76859504,0.79752064,0.80991733,0.80991733,0.78512394,0.72727275,0.75206614,0.77272725,0.76033056,0.75206614,0.75206614,0.75206614,0.74793386,0.73966944,0.7231405,0.71900827,0.677686,0.6528926,0.6404959,0.62396693,0.62396693,0.6363636,0.6198347,0.62396693,0.6322314,0.6446281,0.6570248,0.6694215,0.69008267,0.6983471,0.71900827,0.7107438,0.7066116,0.7066116,0.7231405,0.71900827,0.7066116,0.6983471,0.71900827,0.7066116,0.6859504,0.6859504,0.677686,0.661157,0.6570248,0.6446281,0.607438,0.5495868,0.5206612,0.5123967,0.57024795,0.1694215,0.15289256,0.17355372,0.16528925,0.16115703,0.16115703,0.16115703,0.1694215,0.15289256,0.20661157,0.5413223,0.6735537,0.7066116,0.75206614,0.7768595,0.79752064,0.8016529,0.7933884,0.7644628,0.75619835,0.75619835,0.74793386,0.73140496,0.72727275,0.72727275,0.7231405,0.71487606,0.6859504,0.6859504,0.6652893,0.6487603,0.6363636,0.6404959,0.6363636,0.62396693,0.62396693,0.61157024,0.6280992,0.6404959,0.6487603,0.6570248,0.6818182,0.6859504,0.70247936,0.6983471,0.7066116,0.7107438,0.71900827,0.7231405,0.71487606,0.70247936,0.70247936,0.6942149,0.6694215,0.677686,0.6652893,0.6487603,0.6487603,0.62396693,0.57438016,0.5247934,0.5082645,0.5289256,0.57438016,0.18595041,0.14876033,0.16528925,0.1570248,0.16115703,0.16528925,0.1570248,0.16528925,0.16528925,0.11157025,0.4090909,0.6280992,0.6942149,0.72727275,0.7644628,0.7768595,0.78512394,0.7768595,0.76033056,0.74380165,0.72727275,0.73966944,0.71900827,0.6942149,0.70247936,0.6859504,0.677686,0.661157,0.6694215,0.661157,0.6528926,0.6446281,0.6487603,0.6363636,0.62396693,0.6280992,0.6198347,0.6322314,0.6363636,0.6570248,0.661157,0.6694215,0.677686,0.6859504,0.6942149,0.6983471,0.7107438,0.7066116,0.71487606,0.7107438,0.7066116,0.69008267,0.6735537,0.6570248,0.6652893,0.6528926,0.6322314,0.6280992,0.58677685,0.5371901,0.5247934,0.5165289,0.5165289,0.54545456,0.20247933,0.14049587,0.1570248,0.16115703,0.1570248,0.17768595,0.16115703,0.16528925,0.1694215,0.12809917,0.3553719,0.6363636,0.6446281,0.69008267,0.7355372,0.7355372,0.7768595,0.78099173,0.76033056,0.75206614,0.73966944,0.7107438,0.7066116,0.6859504,0.69008267,0.6735537,0.6652893,0.6528926,0.6570248,0.6570248,0.6446281,0.6404959,0.6404959,0.6487603,0.6322314,0.6363636,0.6404959,0.6446281,0.6487603,0.6652893,0.677686,0.677686,0.69008267,0.6818182,0.6942149,0.6983471,0.70247936,0.6983471,0.6983471,0.69008267,0.69008267,0.661157,0.6570248,0.661157,0.6528926,0.6446281,0.6198347,0.60330576,0.5495868,0.5247934,0.5289256,0.5206612,0.5247934,0.5123967,0.19421488,0.14049587,0.1570248,0.1570248,0.17768595,0.1694215,0.16528925,0.1694215,0.17768595,0.14876033,0.2644628,0.6652893,0.62396693,0.6528926,0.69008267,0.73140496,0.7644628,0.76033056,0.77272725,0.75206614,0.74793386,0.6859504,0.6818182,0.6859504,0.677686,0.6694215,0.6859504,0.661157,0.6652893,0.6528926,0.6363636,0.6487603,0.6363636,0.6322314,0.6446281,0.6487603,0.661157,0.6694215,0.6859504,0.6735537,0.69008267,0.677686,0.6735537,0.6570248,0.6859504,0.6983471,0.69008267,0.677686,0.677686,0.6694215,0.677686,0.6528926,0.6446281,0.6446281,0.6363636,0.62396693,0.59917355,0.56198347,0.5165289,0.5413223,0.5413223,0.5247934,0.5371901,0.4876033,0.19008264,0.1446281,0.15289256,0.15289256,0 +0.12809917,0.18595041,0.24793388,0.3140496,0.38842976,0.46280992,0.5206612,0.55785125,0.59090906,0.62396693,0.6404959,0.6528926,0.6735537,0.6942149,0.7107438,0.72727275,0.72727275,0.74793386,0.74793386,0.74793386,0.7644628,0.77272725,0.7644628,0.78099173,0.8057851,0.80991733,0.838843,0.8471074,0.838843,0.838843,0.8347107,0.8347107,0.8429752,0.8347107,0.822314,0.8181818,0.822314,0.8140496,0.8016529,0.78512394,0.78512394,0.78099173,0.78512394,0.77272725,0.78512394,0.7933884,0.7892562,0.78512394,0.78099173,0.7768595,0.77272725,0.76859504,0.75619835,0.74793386,0.74380165,0.71900827,0.70247936,0.6735537,0.58677685,0.5165289,0.43801653,0.37190083,0.3553719,0.35950413,0.1322314,0.18181819,0.24380165,0.3181818,0.3966942,0.47933885,0.5289256,0.55785125,0.59090906,0.61570245,0.6446281,0.6652893,0.6818182,0.70247936,0.71900827,0.7355372,0.7231405,0.74793386,0.74380165,0.74793386,0.74793386,0.75619835,0.78099173,0.78512394,0.8057851,0.8140496,0.8429752,0.8512397,0.8512397,0.8553719,0.8305785,0.838843,0.8429752,0.838843,0.838843,0.8264463,0.8305785,0.8140496,0.8016529,0.78512394,0.7892562,0.78512394,0.7892562,0.78512394,0.78512394,0.78512394,0.7892562,0.7892562,0.78512394,0.78099173,0.7768595,0.78099173,0.77272725,0.75619835,0.74380165,0.71900827,0.70247936,0.6735537,0.6198347,0.5247934,0.42561984,0.36363637,0.35950413,0.30165288,0.1322314,0.1694215,0.23553719,0.32231405,0.4090909,0.5123967,0.5371901,0.5495868,0.58677685,0.61570245,0.6487603,0.661157,0.6859504,0.71487606,0.7231405,0.7355372,0.72727275,0.75206614,0.74380165,0.74793386,0.74380165,0.75619835,0.7768595,0.7933884,0.80991733,0.8305785,0.838843,0.838843,0.8719008,0.8595041,0.8512397,0.8471074,0.838843,0.838843,0.8471074,0.8264463,0.8305785,0.80991733,0.8016529,0.7892562,0.78099173,0.78512394,0.7892562,0.78099173,0.7892562,0.7892562,0.78099173,0.7892562,0.7892562,0.7892562,0.78099173,0.78099173,0.7768595,0.76033056,0.74380165,0.71900827,0.7066116,0.6859504,0.6363636,0.5413223,0.43801653,0.36363637,0.39256197,0.32231405,0.12809917,0.16528925,0.23140496,0.3181818,0.4338843,0.5165289,0.5371901,0.5495868,0.58264464,0.6198347,0.6363636,0.6652893,0.69008267,0.71487606,0.7231405,0.73140496,0.74380165,0.75619835,0.75619835,0.75206614,0.73966944,0.75619835,0.76859504,0.7933884,0.80991733,0.8347107,0.822314,0.8553719,0.8595041,0.8595041,0.8636364,0.8553719,0.8512397,0.8305785,0.8429752,0.8305785,0.8305785,0.8057851,0.80991733,0.8016529,0.78512394,0.7892562,0.7933884,0.7768595,0.78099173,0.7892562,0.78099173,0.7933884,0.7933884,0.7892562,0.7892562,0.78512394,0.7768595,0.76033056,0.75206614,0.7231405,0.70247936,0.6859504,0.6404959,0.54545456,0.43801653,0.37603307,0.3677686,0.30165288,0.13636364,0.16115703,0.2107438,0.3305785,0.45454547,0.5165289,0.53305787,0.55785125,0.58264464,0.62396693,0.6404959,0.6652893,0.6942149,0.71487606,0.73140496,0.73140496,0.74380165,0.75206614,0.75619835,0.75206614,0.74380165,0.75619835,0.7644628,0.7892562,0.8140496,0.8305785,0.8347107,0.8636364,0.8595041,0.8595041,0.8677686,0.8636364,0.8677686,0.8595041,0.8471074,0.8429752,0.8264463,0.8181818,0.8016529,0.7933884,0.78512394,0.78512394,0.78512394,0.77272725,0.7768595,0.78512394,0.78512394,0.7933884,0.7892562,0.7892562,0.7768595,0.78099173,0.77272725,0.7644628,0.75619835,0.7231405,0.70247936,0.6859504,0.6570248,0.57024795,0.4338843,0.38842976,0.37190083,0.2644628,0.1322314,0.15289256,0.20661157,0.36363637,0.46694216,0.5082645,0.5247934,0.5495868,0.59090906,0.6280992,0.6528926,0.6735537,0.69008267,0.71900827,0.72727275,0.7355372,0.75619835,0.74793386,0.74380165,0.74380165,0.73966944,0.75206614,0.76859504,0.78099173,0.8057851,0.8264463,0.8305785,0.8553719,0.8553719,0.8595041,0.8595041,0.8677686,0.8719008,0.8595041,0.8553719,0.838843,0.8305785,0.80991733,0.8057851,0.7892562,0.78512394,0.7768595,0.7768595,0.77272725,0.7644628,0.76859504,0.77272725,0.7768595,0.78099173,0.78512394,0.77272725,0.78099173,0.78099173,0.77272725,0.75619835,0.71900827,0.6983471,0.6818182,0.6694215,0.57438016,0.47107437,0.35123968,0.41322315,0.3677686,0.12809917,0.14049587,0.2231405,0.38842976,0.46280992,0.5041322,0.5165289,0.54545456,0.59090906,0.6280992,0.6528926,0.6528926,0.6735537,0.71487606,0.72727275,0.73966944,0.75206614,0.74793386,0.74380165,0.74380165,0.71900827,0.75206614,0.76033056,0.77272725,0.7892562,0.8140496,0.8140496,0.8305785,0.838843,0.8429752,0.8471074,0.8512397,0.8595041,0.8471074,0.838843,0.822314,0.822314,0.79752064,0.79752064,0.78512394,0.78512394,0.7768595,0.76859504,0.76859504,0.74380165,0.76033056,0.75619835,0.76859504,0.76033056,0.7644628,0.78512394,0.78099173,0.78512394,0.78099173,0.75619835,0.71487606,0.70247936,0.6818182,0.6652893,0.59090906,0.45041323,0.338843,0.37603307,0.35950413,0.11983471,0.1322314,0.2107438,0.39256197,0.45454547,0.4876033,0.5,0.5495868,0.59504133,0.62396693,0.61157024,0.59917355,0.6652893,0.69008267,0.7231405,0.71487606,0.7355372,0.72727275,0.7231405,0.7107438,0.70247936,0.7066116,0.7066116,0.7355372,0.7644628,0.75619835,0.78512394,0.7892562,0.8057851,0.8140496,0.8264463,0.822314,0.80991733,0.8016529,0.80991733,0.7892562,0.8057851,0.7892562,0.78512394,0.78099173,0.78512394,0.77272725,0.75619835,0.76859504,0.74380165,0.74793386,0.74793386,0.75206614,0.75619835,0.74380165,0.77272725,0.77272725,0.7644628,0.77272725,0.76033056,0.7355372,0.70247936,0.6859504,0.661157,0.607438,0.42975205,0.3553719,0.35950413,0.2603306,0.11570248,0.12809917,0.21487603,0.38842976,0.446281,0.47933885,0.49173555,0.5495868,0.59504133,0.59917355,0.5661157,0.5785124,0.6322314,0.6570248,0.6528926,0.6528926,0.6487603,0.6363636,0.6198347,0.61570245,0.61157024,0.607438,0.62396693,0.6570248,0.6983471,0.7231405,0.74380165,0.74793386,0.76859504,0.7768595,0.7933884,0.7933884,0.78099173,0.7768595,0.78512394,0.7768595,0.7892562,0.78099173,0.76033056,0.75619835,0.7644628,0.75206614,0.73966944,0.73140496,0.71487606,0.7066116,0.7107438,0.72727275,0.7355372,0.71900827,0.74380165,0.7355372,0.7355372,0.73966944,0.76033056,0.73966944,0.7066116,0.6694215,0.6570248,0.607438,0.4214876,0.38429752,0.3264463,0.21487603,0.11157025,0.11157025,0.23966943,0.38429752,0.43801653,0.45454547,0.48347107,0.5413223,0.55785125,0.56198347,0.553719,0.58264464,0.61570245,0.62396693,0.6198347,0.5661157,0.5495868,0.54545456,0.5413223,0.5371901,0.53305787,0.5289256,0.54545456,0.57438016,0.62396693,0.6404959,0.677686,0.7066116,0.7231405,0.74380165,0.75619835,0.78099173,0.78099173,0.78099173,0.78099173,0.78512394,0.78099173,0.7644628,0.74380165,0.73140496,0.72727275,0.6859504,0.6404959,0.6198347,0.6198347,0.61570245,0.62396693,0.6404959,0.6694215,0.6735537,0.6942149,0.71487606,0.7066116,0.6859504,0.73140496,0.7355372,0.71900827,0.6735537,0.6570248,0.61157024,0.41735536,0.41322315,0.3264463,0.1983471,0.11570248,0.11983471,0.25619835,0.38429752,0.4338843,0.43801653,0.4876033,0.49173555,0.5041322,0.53305787,0.5371901,0.57438016,0.5785124,0.58264464,0.57438016,0.5206612,0.48347107,0.46694216,0.45041323,0.48347107,0.5041322,0.5,0.5082645,0.5289256,0.56198347,0.5785124,0.59504133,0.6363636,0.69008267,0.7107438,0.74380165,0.76859504,0.78099173,0.7644628,0.7768595,0.78512394,0.7768595,0.76033056,0.74380165,0.73966944,0.6942149,0.6404959,0.58677685,0.5495868,0.5371901,0.5413223,0.57024795,0.5661157,0.5785124,0.61157024,0.6404959,0.677686,0.677686,0.6487603,0.677686,0.6859504,0.69008267,0.677686,0.6487603,0.60330576,0.42561984,0.37603307,0.2892562,0.2107438,0.11983471,0.14049587,0.2768595,0.38842976,0.4338843,0.42975205,0.446281,0.44214877,0.446281,0.47107437,0.5247934,0.57024795,0.57024795,0.57438016,0.59090906,0.5661157,0.553719,0.5165289,0.48347107,0.47107437,0.46694216,0.48347107,0.4752066,0.5206612,0.5123967,0.53305787,0.55785125,0.58677685,0.6363636,0.677686,0.71487606,0.76859504,0.7933884,0.77272725,0.77272725,0.78099173,0.78099173,0.76859504,0.74793386,0.74380165,0.71900827,0.6280992,0.59917355,0.57024795,0.54545456,0.53305787,0.57024795,0.58264464,0.5785124,0.59090906,0.6322314,0.661157,0.6487603,0.6404959,0.6404959,0.6363636,0.6570248,0.677686,0.6446281,0.6198347,0.44214877,0.3305785,0.20247933,0.24380165,0.11570248,0.1570248,0.29752067,0.3966942,0.4214876,0.41322315,0.41735536,0.42975205,0.46280992,0.5123967,0.53305787,0.60330576,0.6198347,0.6322314,0.6528926,0.6446281,0.6487603,0.6570248,0.6322314,0.607438,0.57024795,0.5495868,0.5371901,0.53305787,0.5082645,0.5123967,0.5413223,0.56198347,0.6198347,0.661157,0.7066116,0.74380165,0.79752064,0.7644628,0.75206614,0.78099173,0.7892562,0.78512394,0.76859504,0.73966944,0.73140496,0.661157,0.6446281,0.6487603,0.6404959,0.6322314,0.6652893,0.69008267,0.6818182,0.6652893,0.69008267,0.71900827,0.7066116,0.6818182,0.6528926,0.62396693,0.6322314,0.661157,0.6446281,0.6363636,0.4752066,0.29338843,0.2107438,0.2520661,0.11983471,0.18181819,0.33471075,0.41735536,0.41322315,0.3966942,0.41322315,0.446281,0.47933885,0.5289256,0.57024795,0.59504133,0.6280992,0.6446281,0.6570248,0.6570248,0.6570248,0.6570248,0.6363636,0.60330576,0.5785124,0.5661157,0.5661157,0.55785125,0.5206612,0.5041322,0.5206612,0.54545456,0.607438,0.6652893,0.70247936,0.74380165,0.79752064,0.76859504,0.75206614,0.76859504,0.7768595,0.78512394,0.77272725,0.75619835,0.75206614,0.71487606,0.677686,0.677686,0.6694215,0.6818182,0.6859504,0.71900827,0.72727275,0.7231405,0.72727275,0.75619835,0.76859504,0.74793386,0.71900827,0.6694215,0.62396693,0.61570245,0.6280992,0.6570248,0.5,0.29338843,0.1694215,0.26859504,0.12396694,0.21487603,0.3677686,0.41735536,0.41735536,0.40495867,0.41735536,0.46280992,0.48347107,0.5413223,0.56198347,0.58264464,0.59090906,0.59090906,0.57438016,0.553719,0.49173555,0.41322315,0.3966942,0.40495867,0.44214877,0.46280992,0.4876033,0.5082645,0.5041322,0.4752066,0.4876033,0.5413223,0.59504133,0.6570248,0.71487606,0.74793386,0.8057851,0.79752064,0.76033056,0.75206614,0.75206614,0.76033056,0.7768595,0.78512394,0.75206614,0.6818182,0.62396693,0.58264464,0.57024795,0.5661157,0.5413223,0.56198347,0.607438,0.6570248,0.6942149,0.74793386,0.78099173,0.78099173,0.74380165,0.70247936,0.6528926,0.61570245,0.6280992,0.661157,0.5371901,0.32231405,0.18595041,0.28099173,0.13636364,0.2644628,0.40495867,0.42561984,0.4338843,0.4338843,0.42975205,0.47107437,0.49586776,0.5289256,0.5247934,0.4876033,0.4214876,0.3966942,0.30165288,0.2644628,0.25619835,0.30165288,0.3140496,0.40495867,0.4876033,0.42975205,0.446281,0.46280992,0.5,0.49586776,0.45454547,0.5,0.57024795,0.6322314,0.7107438,0.74380165,0.80991733,0.80991733,0.76859504,0.75206614,0.73140496,0.73140496,0.74380165,0.7644628,0.6859504,0.57438016,0.5247934,0.4876033,0.5661157,0.49173555,0.3677686,0.36363637,0.32231405,0.35123968,0.40495867,0.54545456,0.6528926,0.74380165,0.7768595,0.72727275,0.6652893,0.6404959,0.6280992,0.6528926,0.60330576,0.34710744,0.23966943,0.26859504,0.1570248,0.30578512,0.43801653,0.4338843,0.45041323,0.45454547,0.45041323,0.46694216,0.5,0.47107437,0.38016528,0.3140496,0.3140496,0.4090909,0.2603306,0.3429752,0.3677686,0.45867768,0.32231405,0.39256197,0.7107438,0.54545456,0.46694216,0.47107437,0.5165289,0.61157024,0.5247934,0.47933885,0.5206612,0.607438,0.6818182,0.73140496,0.78512394,0.8264463,0.79752064,0.7644628,0.7231405,0.6983471,0.7066116,0.71487606,0.5785124,0.5041322,0.5413223,0.6322314,0.7644628,0.58264464,0.4338843,0.55785125,0.21900827,0.35950413,0.30165288,0.5,0.45041323,0.56198347,0.6942149,0.73140496,0.677686,0.6528926,0.6404959,0.6528926,0.6818182,0.37603307,0.27272728,0.26859504,0.19421488,0.36363637,0.44214877,0.45454547,0.47107437,0.48347107,0.47107437,0.4752066,0.46694216,0.3677686,0.30165288,0.30991736,0.45867768,0.60330576,0.38429752,0.338843,0.28512397,0.30578512,0.3677686,0.45867768,0.75206614,0.6446281,0.5495868,0.54545456,0.5247934,0.61570245,0.6198347,0.49173555,0.5165289,0.59090906,0.6694215,0.71487606,0.7768595,0.838843,0.8347107,0.8016529,0.72727275,0.661157,0.6570248,0.6363636,0.57024795,0.53305787,0.69008267,0.7231405,0.8057851,0.607438,0.4090909,0.45041323,0.1694215,0.45454547,0.446281,0.71900827,0.59090906,0.37190083,0.5289256,0.6818182,0.677686,0.6652893,0.6735537,0.6652893,0.6818182,0.4338843,0.32231405,0.30991736,0.22727273,0.40495867,0.45041323,0.47933885,0.49173555,0.5041322,0.5,0.48347107,0.42975205,0.3677686,0.3966942,0.45867768,0.5785124,0.661157,0.57024795,0.40082645,0.38429752,0.38429752,0.43801653,0.61570245,0.71487606,0.661157,0.6818182,0.55785125,0.5123967,0.57024795,0.59090906,0.5082645,0.53305787,0.58264464,0.6570248,0.7066116,0.7644628,0.8347107,0.838843,0.8429752,0.7644628,0.6446281,0.62396693,0.57438016,0.61157024,0.56198347,0.71487606,0.71900827,0.79752064,0.73966944,0.5,0.4338843,0.3181818,0.61570245,0.6570248,0.7644628,0.6280992,0.47933885,0.45041323,0.59090906,0.6818182,0.69008267,0.6942149,0.6818182,0.6735537,0.49586776,0.3305785,0.30991736,0.2644628,0.4338843,0.47107437,0.49173555,0.5247934,0.5413223,0.5413223,0.5082645,0.42975205,0.40495867,0.46280992,0.5247934,0.5371901,0.59917355,0.6280992,0.57024795,0.5289256,0.5785124,0.5661157,0.6322314,0.62396693,0.58677685,0.62396693,0.6363636,0.59917355,0.5495868,0.53305787,0.5247934,0.55785125,0.58677685,0.6363636,0.6942149,0.77272725,0.838843,0.8057851,0.8553719,0.78512394,0.677686,0.59917355,0.5661157,0.59504133,0.61570245,0.6280992,0.6363636,0.661157,0.7768595,0.6735537,0.5371901,0.4876033,0.62396693,0.70247936,0.6570248,0.59504133,0.58264464,0.5289256,0.58677685,0.6859504,0.71487606,0.7066116,0.69008267,0.677686,0.5371901,0.37190083,0.35950413,0.30165288,0.446281,0.47933885,0.5082645,0.5495868,0.57024795,0.58264464,0.53305787,0.48347107,0.47933885,0.5041322,0.53305787,0.5041322,0.5371901,0.5413223,0.58264464,0.55785125,0.6735537,0.6528926,0.6446281,0.6363636,0.6322314,0.6694215,0.69008267,0.59917355,0.5371901,0.5247934,0.553719,0.58264464,0.59504133,0.6198347,0.6859504,0.75619835,0.8512397,0.80991733,0.8347107,0.78512394,0.6983471,0.607438,0.54545456,0.58677685,0.6487603,0.7066116,0.6983471,0.6818182,0.6694215,0.61157024,0.59090906,0.58264464,0.57438016,0.6322314,0.61157024,0.61157024,0.60330576,0.5495868,0.57438016,0.677686,0.72727275,0.73140496,0.70247936,0.6942149,0.54545456,0.38429752,0.5247934,0.3305785,0.45454547,0.4876033,0.5289256,0.5661157,0.58264464,0.58677685,0.553719,0.5413223,0.53305787,0.5371901,0.5495868,0.57024795,0.5785124,0.58264464,0.6198347,0.61570245,0.6528926,0.6322314,0.6404959,0.661157,0.6570248,0.6528926,0.6363636,0.57024795,0.553719,0.5661157,0.58264464,0.61157024,0.607438,0.6198347,0.677686,0.75206614,0.8471074,0.822314,0.8016529,0.7892562,0.7231405,0.661157,0.5785124,0.5413223,0.58677685,0.6363636,0.6404959,0.6404959,0.6528926,0.6363636,0.6528926,0.6528926,0.6363636,0.6818182,0.7107438,0.6570248,0.6487603,0.6363636,0.61570245,0.6818182,0.73140496,0.73966944,0.7107438,0.6942149,0.60330576,0.45041323,0.6280992,0.36363637,0.44214877,0.4876033,0.54545456,0.57438016,0.57438016,0.58264464,0.56198347,0.56198347,0.57024795,0.5785124,0.58264464,0.59090906,0.59917355,0.60330576,0.62396693,0.61570245,0.6322314,0.6404959,0.661157,0.661157,0.6652893,0.61157024,0.60330576,0.59090906,0.59504133,0.59917355,0.61157024,0.62396693,0.62396693,0.62396693,0.6735537,0.74380165,0.822314,0.8140496,0.7892562,0.78512394,0.73966944,0.69008267,0.6528926,0.58677685,0.5661157,0.61157024,0.6280992,0.6322314,0.6446281,0.6528926,0.6735537,0.70247936,0.7355372,0.76859504,0.7644628,0.7107438,0.7107438,0.7107438,0.6942149,0.7066116,0.7355372,0.74793386,0.72727275,0.7107438,0.6570248,0.56198347,0.6942149,0.37190083,0.42975205,0.48347107,0.5413223,0.5785124,0.58264464,0.58264464,0.57024795,0.57024795,0.59504133,0.607438,0.61570245,0.6198347,0.61157024,0.6198347,0.6322314,0.6363636,0.6487603,0.6570248,0.6570248,0.6528926,0.6404959,0.6280992,0.6198347,0.6280992,0.62396693,0.61570245,0.61570245,0.62396693,0.6280992,0.6280992,0.6694215,0.73966944,0.80991733,0.80991733,0.76859504,0.7768595,0.74380165,0.7107438,0.6570248,0.6487603,0.607438,0.61157024,0.6570248,0.661157,0.661157,0.6735537,0.6818182,0.6983471,0.72727275,0.7231405,0.74380165,0.73140496,0.72727275,0.72727275,0.71900827,0.72727275,0.74380165,0.75206614,0.73140496,0.7107438,0.6528926,0.6280992,0.74380165,0.37603307,0.41735536,0.4752066,0.5371901,0.5785124,0.59090906,0.59090906,0.57438016,0.57438016,0.59504133,0.61570245,0.6322314,0.6363636,0.6363636,0.6487603,0.6446281,0.6528926,0.6694215,0.6818182,0.6859504,0.6570248,0.6570248,0.6528926,0.6487603,0.6363636,0.6363636,0.6280992,0.6280992,0.6322314,0.6280992,0.6280992,0.6652893,0.7355372,0.80991733,0.8181818,0.78512394,0.77272725,0.74380165,0.73140496,0.6983471,0.661157,0.6694215,0.6404959,0.6487603,0.6694215,0.69008267,0.69008267,0.69008267,0.6859504,0.6983471,0.6942149,0.7231405,0.73140496,0.73140496,0.7355372,0.72727275,0.73966944,0.74793386,0.75206614,0.73966944,0.7231405,0.6446281,0.6735537,0.677686,0.37603307,0.4090909,0.45867768,0.5247934,0.5785124,0.59090906,0.59504133,0.58677685,0.58677685,0.60330576,0.6280992,0.6404959,0.6487603,0.661157,0.661157,0.6487603,0.6652893,0.69008267,0.6859504,0.6818182,0.6735537,0.677686,0.6818182,0.6652893,0.6446281,0.6280992,0.6198347,0.6363636,0.6363636,0.6280992,0.6363636,0.6735537,0.7355372,0.8016529,0.8181818,0.8057851,0.78512394,0.75206614,0.7355372,0.72727275,0.6694215,0.6859504,0.6859504,0.6652893,0.677686,0.69008267,0.7107438,0.6942149,0.6818182,0.70247936,0.6983471,0.71487606,0.73140496,0.73140496,0.7355372,0.73966944,0.75206614,0.73966944,0.74380165,0.73966944,0.7231405,0.6446281,0.6652893,0.6198347,0.37190083,0.40495867,0.44214877,0.5247934,0.57024795,0.58264464,0.58264464,0.59504133,0.59917355,0.61157024,0.6280992,0.6487603,0.661157,0.6694215,0.6735537,0.69008267,0.6859504,0.6859504,0.6859504,0.677686,0.6859504,0.6942149,0.6859504,0.677686,0.6404959,0.62396693,0.6280992,0.6280992,0.6322314,0.6363636,0.6487603,0.6859504,0.7355372,0.7933884,0.8057851,0.8016529,0.79752064,0.75619835,0.74380165,0.7355372,0.6818182,0.69008267,0.6983471,0.7066116,0.6942149,0.6942149,0.7066116,0.71487606,0.71900827,0.71487606,0.72727275,0.72727275,0.73966944,0.74380165,0.73966944,0.75619835,0.75206614,0.75206614,0.74793386,0.74380165,0.71487606,0.6570248,0.62396693,0.661157,0.3677686,0.3966942,0.42561984,0.5165289,0.55785125,0.5661157,0.58677685,0.57438016,0.59917355,0.61570245,0.6322314,0.6487603,0.6694215,0.6818182,0.661157,0.6859504,0.6818182,0.6818182,0.677686,0.6694215,0.69008267,0.6983471,0.677686,0.6652893,0.6404959,0.6280992,0.62396693,0.6280992,0.6322314,0.6487603,0.6487603,0.677686,0.72727275,0.7933884,0.8057851,0.80991733,0.79752064,0.7644628,0.76033056,0.74793386,0.7107438,0.69008267,0.7066116,0.71487606,0.71900827,0.71487606,0.7066116,0.7107438,0.7231405,0.71487606,0.72727275,0.73966944,0.74380165,0.74793386,0.75206614,0.74793386,0.75619835,0.76033056,0.75206614,0.72727275,0.71487606,0.6570248,0.5165289,0.46280992,0.3677686,0.38429752,0.4214876,0.5,0.5413223,0.5661157,0.58264464,0.58264464,0.59917355,0.62396693,0.6404959,0.6487603,0.6694215,0.677686,0.661157,0.677686,0.677686,0.6818182,0.6859504,0.6859504,0.69008267,0.70247936,0.677686,0.6652893,0.6363636,0.60330576,0.59917355,0.61157024,0.62396693,0.6446281,0.6280992,0.6652893,0.74380165,0.8057851,0.822314,0.8181818,0.80991733,0.78512394,0.7644628,0.75619835,0.7355372,0.7107438,0.7066116,0.7107438,0.72727275,0.7355372,0.7355372,0.7231405,0.7231405,0.73140496,0.7355372,0.7355372,0.73966944,0.74380165,0.74793386,0.76033056,0.76033056,0.76033056,0.75619835,0.73140496,0.70247936,0.661157,0.5289256,0.41735536,0.3677686,0.38429752,0.41735536,0.48347107,0.53305787,0.57024795,0.58677685,0.58677685,0.607438,0.62396693,0.6363636,0.6487603,0.6694215,0.677686,0.6818182,0.69008267,0.6942149,0.6983471,0.6942149,0.6942149,0.6942149,0.6983471,0.6859504,0.661157,0.61570245,0.553719,0.57438016,0.59917355,0.61157024,0.6487603,0.6322314,0.6694215,0.75206614,0.8181818,0.8305785,0.8057851,0.8057851,0.77272725,0.7644628,0.73966944,0.73966944,0.76033056,0.73140496,0.7231405,0.72727275,0.7355372,0.75206614,0.73966944,0.73140496,0.74793386,0.74793386,0.74793386,0.75206614,0.74793386,0.75619835,0.76033056,0.76033056,0.75619835,0.7644628,0.73966944,0.6942149,0.6570248,0.5247934,0.47933885,0.35950413,0.38016528,0.4090909,0.4752066,0.53305787,0.57438016,0.58677685,0.59504133,0.61570245,0.62396693,0.6322314,0.6570248,0.6528926,0.6942149,0.7066116,0.7107438,0.7066116,0.7066116,0.70247936,0.70247936,0.70247936,0.6983471,0.6942149,0.661157,0.57024795,0.53305787,0.5785124,0.59917355,0.6198347,0.6652893,0.6818182,0.7231405,0.78099173,0.822314,0.8305785,0.8016529,0.7933884,0.76859504,0.75619835,0.73966944,0.7231405,0.7892562,0.76859504,0.74793386,0.74380165,0.74380165,0.76033056,0.75206614,0.74380165,0.75619835,0.75619835,0.75206614,0.74793386,0.75206614,0.75619835,0.76033056,0.76033056,0.76859504,0.76033056,0.7355372,0.6818182,0.6528926,0.54545456,0.5165289,0.3553719,0.37190083,0.40495867,0.46280992,0.5371901,0.57438016,0.57438016,0.58677685,0.607438,0.6198347,0.6363636,0.661157,0.661157,0.6983471,0.7107438,0.7107438,0.7231405,0.7066116,0.71487606,0.71487606,0.71900827,0.71487606,0.7066116,0.6404959,0.5413223,0.56198347,0.58264464,0.61157024,0.6446281,0.661157,0.6983471,0.74380165,0.8016529,0.8305785,0.8305785,0.80991733,0.7933884,0.76859504,0.75206614,0.75206614,0.73140496,0.78099173,0.78512394,0.77272725,0.75619835,0.7355372,0.76859504,0.76033056,0.75619835,0.76859504,0.76859504,0.75619835,0.75206614,0.75206614,0.76033056,0.75619835,0.76859504,0.76033056,0.74793386,0.71900827,0.6818182,0.6446281,0.55785125,0.45454547,0.338843,0.37603307,0.38842976,0.44214877,0.5247934,0.5661157,0.5785124,0.59504133,0.60330576,0.6280992,0.6446281,0.6735537,0.6859504,0.70247936,0.70247936,0.7066116,0.7066116,0.7107438,0.71900827,0.72727275,0.7355372,0.71900827,0.6983471,0.59917355,0.55785125,0.58264464,0.58677685,0.62396693,0.6322314,0.6570248,0.6983471,0.74793386,0.8016529,0.8264463,0.8140496,0.79752064,0.8016529,0.77272725,0.76033056,0.74793386,0.74793386,0.7644628,0.7892562,0.7892562,0.77272725,0.75619835,0.76859504,0.7644628,0.76859504,0.77272725,0.7644628,0.75619835,0.76033056,0.76033056,0.75619835,0.74793386,0.75206614,0.74793386,0.74380165,0.7107438,0.6694215,0.6446281,0.5289256,0.43801653,0.338843,0.3677686,0.38429752,0.44214877,0.5041322,0.55785125,0.57024795,0.59504133,0.62396693,0.6446281,0.6446281,0.6652893,0.6859504,0.6942149,0.6942149,0.6735537,0.6859504,0.7066116,0.71487606,0.7231405,0.7355372,0.71900827,0.6818182,0.56198347,0.5661157,0.57438016,0.57024795,0.59504133,0.60330576,0.6404959,0.6859504,0.73966944,0.8347107,0.8636364,0.80991733,0.7933884,0.7933884,0.78099173,0.7644628,0.7355372,0.73140496,0.74793386,0.78512394,0.79752064,0.78099173,0.78099173,0.7768595,0.7644628,0.77272725,0.7768595,0.7644628,0.76859504,0.76033056,0.7644628,0.74793386,0.76033056,0.75206614,0.74793386,0.73966944,0.71487606,0.6570248,0.6446281,0.56198347,0.57438016,0.33471075,0.36363637,0.38016528,0.4338843,0.5,0.5413223,0.5661157,0.60330576,0.6198347,0.6487603,0.6694215,0.6570248,0.6859504,0.6942149,0.6859504,0.6694215,0.69008267,0.7107438,0.71487606,0.7355372,0.74380165,0.7231405,0.6652893,0.5495868,0.54545456,0.57024795,0.5785124,0.56198347,0.553719,0.56198347,0.6322314,0.7066116,0.8305785,0.87603307,0.8057851,0.7933884,0.78512394,0.76033056,0.75619835,0.74380165,0.71900827,0.72727275,0.7644628,0.7933884,0.78512394,0.7933884,0.78099173,0.76859504,0.7768595,0.78099173,0.7768595,0.7768595,0.78099173,0.7768595,0.75206614,0.76033056,0.76859504,0.74793386,0.73140496,0.7066116,0.6528926,0.6322314,0.607438,0.76033056,0.338843,0.3553719,0.3677686,0.41735536,0.49586776,0.5289256,0.553719,0.59090906,0.60330576,0.6446281,0.6652893,0.6652893,0.677686,0.69008267,0.6735537,0.69008267,0.6983471,0.71487606,0.7231405,0.7355372,0.74380165,0.71487606,0.6487603,0.5371901,0.5123967,0.55785125,0.62396693,0.5785124,0.5082645,0.49586776,0.5371901,0.6363636,0.7107438,0.77272725,0.78512394,0.822314,0.77272725,0.7231405,0.74793386,0.76033056,0.73966944,0.7107438,0.74380165,0.7892562,0.79752064,0.7892562,0.79752064,0.7892562,0.78099173,0.7768595,0.7892562,0.7892562,0.7933884,0.78099173,0.76859504,0.76859504,0.77272725,0.75206614,0.73140496,0.6983471,0.6570248,0.6198347,0.6528926,0.78099173,0.38842976,0.338843,0.3677686,0.40495867,0.48347107,0.5206612,0.5495868,0.58264464,0.607438,0.6322314,0.6570248,0.6694215,0.6694215,0.6694215,0.661157,0.69008267,0.69008267,0.70247936,0.7231405,0.73140496,0.71900827,0.6983471,0.6570248,0.5371901,0.48347107,0.57024795,0.677686,0.45041323,0.35950413,0.40082645,0.4752066,0.5785124,0.677686,0.73966944,0.7644628,0.7644628,0.6983471,0.6198347,0.6198347,0.72727275,0.7355372,0.69008267,0.72727275,0.78512394,0.8016529,0.7933884,0.78512394,0.7892562,0.7933884,0.7892562,0.8016529,0.79752064,0.7933884,0.78099173,0.77272725,0.76033056,0.7644628,0.74793386,0.7355372,0.6942149,0.6528926,0.62396693,0.6818182,0.7768595,0.42975205,0.33471075,0.35950413,0.3966942,0.46280992,0.5165289,0.54545456,0.57024795,0.61570245,0.6404959,0.6528926,0.6694215,0.6652893,0.6735537,0.6694215,0.677686,0.6983471,0.7066116,0.71900827,0.72727275,0.71487606,0.71487606,0.6942149,0.60330576,0.43801653,0.5206612,0.5661157,0.39256197,0.38016528,0.38429752,0.38842976,0.5165289,0.62396693,0.69008267,0.71900827,0.6942149,0.57438016,0.4752066,0.42561984,0.607438,0.69008267,0.6404959,0.73140496,0.7933884,0.7933884,0.7892562,0.7933884,0.7933884,0.79752064,0.8016529,0.8140496,0.80991733,0.8057851,0.79752064,0.78099173,0.76859504,0.7644628,0.74380165,0.73140496,0.6859504,0.6404959,0.62396693,0.6983471,0.77272725,0.45041323,0.32231405,0.3553719,0.39256197,0.45867768,0.5082645,0.5371901,0.57438016,0.60330576,0.62396693,0.6446281,0.6528926,0.661157,0.6694215,0.6859504,0.6818182,0.71900827,0.71900827,0.72727275,0.7355372,0.74380165,0.73966944,0.72727275,0.677686,0.5165289,0.42975205,0.46280992,0.4752066,0.5041322,0.5041322,0.39256197,0.446281,0.58264464,0.6363636,0.6694215,0.661157,0.6404959,0.6280992,0.58677685,0.56198347,0.58264464,0.6404959,0.77272725,0.8140496,0.8016529,0.8057851,0.8057851,0.8016529,0.8016529,0.8016529,0.80991733,0.80991733,0.8140496,0.79752064,0.7768595,0.7768595,0.76033056,0.74380165,0.7355372,0.6652893,0.62396693,0.6322314,0.6818182,0.75619835,0.42975205,0.29338843,0.35123968,0.39256197,0.45041323,0.5,0.5371901,0.57024795,0.59917355,0.6198347,0.6404959,0.6528926,0.6652893,0.6694215,0.6983471,0.6942149,0.7231405,0.7355372,0.74380165,0.76033056,0.76033056,0.74380165,0.74380165,0.6859504,0.60330576,0.57024795,0.58264464,0.5785124,0.57438016,0.59917355,0.55785125,0.4752066,0.57438016,0.6280992,0.6363636,0.661157,0.677686,0.6404959,0.61157024,0.61570245,0.6570248,0.76033056,0.80991733,0.822314,0.8140496,0.80991733,0.8057851,0.8016529,0.79752064,0.8057851,0.79752064,0.80991733,0.8181818,0.7892562,0.7892562,0.78512394,0.7644628,0.74793386,0.71900827,0.661157,0.62396693,0.677686,0.72727275,0.7644628,0.20661157,0.2520661,0.34710744,0.38016528,0.44214877,0.5,0.5371901,0.5661157,0.59090906,0.61157024,0.6363636,0.6570248,0.6735537,0.6735537,0.6983471,0.70247936,0.71487606,0.73140496,0.75206614,0.75619835,0.7644628,0.73966944,0.73140496,0.677686,0.607438,0.60330576,0.60330576,0.61570245,0.61157024,0.6280992,0.6198347,0.6280992,0.6570248,0.677686,0.6942149,0.70247936,0.70247936,0.6652893,0.661157,0.71487606,0.75206614,0.8016529,0.838843,0.8305785,0.822314,0.8181818,0.8140496,0.8016529,0.8140496,0.8140496,0.80991733,0.8181818,0.822314,0.8016529,0.7892562,0.78099173,0.75619835,0.74793386,0.71487606,0.6487603,0.6280992,0.677686,0.6983471,0.57024795,0.12396694,0.17768595,0.338843,0.37603307,0.4338843,0.49173555,0.53305787,0.55785125,0.58264464,0.607438,0.61570245,0.6528926,0.661157,0.6694215,0.6859504,0.6983471,0.7107438,0.7355372,0.74793386,0.75619835,0.75619835,0.73966944,0.71487606,0.661157,0.61570245,0.607438,0.61570245,0.62396693,0.6404959,0.6404959,0.661157,0.6735537,0.72727275,0.73140496,0.74793386,0.7066116,0.70247936,0.6694215,0.677686,0.7355372,0.7644628,0.8016529,0.8471074,0.8347107,0.8347107,0.8347107,0.822314,0.7933884,0.80991733,0.822314,0.8264463,0.8181818,0.8140496,0.80991733,0.7892562,0.77272725,0.75206614,0.74793386,0.6983471,0.6446281,0.54545456,0.44214877,0.37603307,0.26859504,0.12809917,0.12809917,0.30991736,0.37190083,0.4214876,0.48347107,0.5289256,0.5495868,0.58264464,0.60330576,0.6198347,0.6446281,0.6446281,0.6735537,0.677686,0.6983471,0.7107438,0.7231405,0.73966944,0.73966944,0.72727275,0.71487606,0.7066116,0.6570248,0.62396693,0.61570245,0.61570245,0.6322314,0.6694215,0.6570248,0.6859504,0.7066116,0.73140496,0.7355372,0.72727275,0.70247936,0.6859504,0.6694215,0.6859504,0.74793386,0.75206614,0.79752064,0.8305785,0.8305785,0.8347107,0.838843,0.8264463,0.8016529,0.8140496,0.822314,0.8264463,0.80991733,0.8181818,0.80991733,0.79752064,0.77272725,0.76859504,0.73966944,0.69008267,0.6280992,0.38429752,0.21487603,0.21487603,0.19421488,0.12396694,0.12809917,0.2603306,0.35950413,0.40495867,0.47107437,0.5123967,0.553719,0.58264464,0.59917355,0.61570245,0.6322314,0.6404959,0.6694215,0.6818182,0.70247936,0.71487606,0.6983471,0.71487606,0.6983471,0.7066116,0.6983471,0.6983471,0.6570248,0.6404959,0.6363636,0.6363636,0.6528926,0.6694215,0.6818182,0.69008267,0.71900827,0.7231405,0.73966944,0.7231405,0.6983471,0.6859504,0.6983471,0.7231405,0.7355372,0.73966944,0.7768595,0.8140496,0.8181818,0.8305785,0.8347107,0.8305785,0.8264463,0.822314,0.8140496,0.8264463,0.8181818,0.8181818,0.80991733,0.7892562,0.78099173,0.76859504,0.73966944,0.677686,0.59917355,0.28099173,0.19008264,0.19421488,0.19008264,0.12809917,0.12396694,0.21487603,0.34710744,0.3966942,0.45041323,0.5,0.53305787,0.57024795,0.59504133,0.59917355,0.62396693,0.6404959,0.661157,0.6694215,0.6859504,0.6983471,0.6859504,0.6942149,0.6859504,0.661157,0.69008267,0.6942149,0.6735537,0.6694215,0.6652893,0.661157,0.6694215,0.6694215,0.69008267,0.6859504,0.69008267,0.7066116,0.7107438,0.72727275,0.71487606,0.6942149,0.71900827,0.74380165,0.71487606,0.71900827,0.76033056,0.7933884,0.80991733,0.8140496,0.8264463,0.8264463,0.822314,0.8305785,0.8181818,0.8264463,0.822314,0.822314,0.8057851,0.7768595,0.7768595,0.77272725,0.7107438,0.677686,0.5289256,0.21487603,0.19008264,0.1983471,0.19008264,0.1322314,0.11570248,0.18595041,0.3305785,0.38016528,0.446281,0.48347107,0.5289256,0.56198347,0.5785124,0.59917355,0.62396693,0.6404959,0.6404959,0.6528926,0.6694215,0.6694215,0.6735537,0.69008267,0.69008267,0.6446281,0.69008267,0.69008267,0.6818182,0.6818182,0.6818182,0.6528926,0.6570248,0.661157,0.6942149,0.69008267,0.6735537,0.69008267,0.677686,0.7107438,0.71487606,0.73140496,0.75206614,0.74793386,0.74380165,0.71900827,0.76033056,0.77272725,0.7892562,0.8057851,0.8140496,0.822314,0.8181818,0.8305785,0.822314,0.8347107,0.822314,0.8181818,0.7933884,0.78099173,0.7768595,0.76033056,0.6983471,0.6652893,0.4338843,0.17768595,0.19008264,0.19421488,0.18181819,0.13636364,0.11157025,0.1446281,0.3140496,0.35950413,0.43801653,0.4752066,0.5206612,0.54545456,0.58264464,0.59504133,0.61157024,0.6363636,0.6322314,0.6363636,0.661157,0.6446281,0.6528926,0.677686,0.6818182,0.6694215,0.661157,0.6694215,0.6694215,0.69008267,0.677686,0.6363636,0.62396693,0.6322314,0.6694215,0.6694215,0.6694215,0.6652893,0.677686,0.6983471,0.71487606,0.73966944,0.75619835,0.75619835,0.7644628,0.7644628,0.77272725,0.77272725,0.7933884,0.78512394,0.8140496,0.8181818,0.8140496,0.822314,0.822314,0.8347107,0.822314,0.80991733,0.78512394,0.78512394,0.7768595,0.74380165,0.6942149,0.6404959,0.32231405,0.17768595,0.19421488,0.18595041,0.17768595,0.13636364,0.1322314,0.09917355,0.28512397,0.35123968,0.41735536,0.46694216,0.5082645,0.5371901,0.55785125,0.58264464,0.607438,0.62396693,0.6280992,0.6198347,0.6404959,0.6404959,0.6446281,0.6694215,0.6652893,0.6487603,0.6322314,0.6198347,0.6322314,0.6363636,0.58677685,0.56198347,0.54545456,0.5495868,0.59090906,0.61157024,0.6528926,0.6570248,0.6818182,0.69008267,0.70247936,0.73140496,0.74380165,0.75619835,0.78099173,0.78099173,0.78512394,0.7933884,0.8057851,0.79752064,0.8057851,0.8140496,0.8016529,0.8140496,0.8181818,0.822314,0.8181818,0.8016529,0.78099173,0.7644628,0.76033056,0.72727275,0.6942149,0.57024795,0.21900827,0.18595041,0.18595041,0.19008264,0.18595041,0.13636364,0.13636364,0.10330579,0.21900827,0.338843,0.40082645,0.45867768,0.5041322,0.5247934,0.5495868,0.5661157,0.59504133,0.607438,0.61570245,0.6198347,0.61157024,0.6404959,0.6404959,0.6446281,0.6280992,0.59504133,0.57024795,0.55785125,0.5371901,0.49173555,0.45867768,0.46280992,0.46694216,0.48347107,0.5,0.5,0.5661157,0.58264464,0.59917355,0.61157024,0.6280992,0.6487603,0.6942149,0.75206614,0.78099173,0.7892562,0.7933884,0.8016529,0.80991733,0.8057851,0.80991733,0.8057851,0.7933884,0.79752064,0.80991733,0.8181818,0.80991733,0.79752064,0.78512394,0.76033056,0.74380165,0.71487606,0.6983471,0.47107437,0.16528925,0.19008264,0.18595041,0.19008264,0.18595041,0.1322314,0.13636364,0.13636364,0.14049587,0.30991736,0.37603307,0.43801653,0.4876033,0.5123967,0.5413223,0.56198347,0.58677685,0.59917355,0.60330576,0.61157024,0.61157024,0.6404959,0.6322314,0.61157024,0.5495868,0.49586776,0.45041323,0.4338843,0.3966942,0.3553719,0.35950413,0.34710744,0.33471075,0.37190083,0.41735536,0.4338843,0.46694216,0.5,0.5371901,0.54545456,0.5661157,0.5661157,0.5785124,0.6280992,0.71487606,0.77272725,0.79752064,0.8016529,0.8016529,0.8057851,0.8140496,0.80991733,0.8057851,0.77272725,0.8057851,0.8140496,0.8057851,0.79752064,0.78099173,0.76859504,0.73140496,0.71487606,0.661157,0.3264463,0.15289256,0.19008264,0.18595041,0.18181819,0.18595041,0.13636364,0.1322314,0.12809917,0.1322314,0.2520661,0.35123968,0.41322315,0.47933885,0.5082645,0.5371901,0.553719,0.57024795,0.59504133,0.59917355,0.60330576,0.60330576,0.61157024,0.62396693,0.57024795,0.4752066,0.4338843,0.39256197,0.37603307,0.3553719,0.35123968,0.36363637,0.37603307,0.38016528,0.38842976,0.38016528,0.38842976,0.38016528,0.40082645,0.42561984,0.41735536,0.4338843,0.45454547,0.47107437,0.49173555,0.5289256,0.607438,0.6942149,0.73140496,0.74793386,0.76859504,0.8016529,0.8057851,0.8057851,0.7892562,0.79752064,0.80991733,0.8057851,0.8016529,0.76859504,0.75206614,0.7231405,0.7066116,0.5785124,0.2107438,0.17768595,0.17355372,0.17355372,0.17768595,0.18181819,0.1322314,0.1322314,0.12396694,0.11983471,0.1983471,0.3264463,0.39256197,0.45867768,0.4876033,0.5165289,0.54545456,0.5661157,0.57438016,0.59090906,0.59917355,0.59504133,0.59917355,0.61157024,0.6198347,0.56198347,0.5165289,0.47933885,0.43801653,0.43801653,0.44214877,0.4752066,0.5041322,0.5206612,0.53305787,0.5123967,0.5,0.49173555,0.4752066,0.46280992,0.4214876,0.4214876,0.4090909,0.41735536,0.42561984,0.4214876,0.44214877,0.49173555,0.5289256,0.59090906,0.6694215,0.74793386,0.7933884,0.8016529,0.8057851,0.79752064,0.8057851,0.8057851,0.7892562,0.76033056,0.7355372,0.71487606,0.69008267,0.4338843,0.1446281,0.17768595,0.17768595,0.17355372,0.1694215,0.17768595,0.12396694,0.12809917,0.12396694,0.10743801,0.17355372,0.2892562,0.3553719,0.43801653,0.4752066,0.5041322,0.53305787,0.55785125,0.56198347,0.58677685,0.59090906,0.59504133,0.59504133,0.61157024,0.6487603,0.6280992,0.58264464,0.5371901,0.5,0.48347107,0.48347107,0.5206612,0.5495868,0.58677685,0.59917355,0.59090906,0.5495868,0.5413223,0.54545456,0.5413223,0.5041322,0.5123967,0.5123967,0.5123967,0.5082645,0.49586776,0.5,0.5165289,0.53305787,0.58264464,0.6570248,0.71487606,0.77272725,0.8057851,0.8016529,0.8016529,0.79752064,0.7933884,0.7768595,0.7644628,0.72727275,0.7107438,0.6322314,0.2768595,0.1570248,0.1694215,0.1694215,0.1694215,0.18181819,0.17768595,0.12809917,0.12809917,0.12396694,0.11157025,0.17768595,0.23966943,0.3181818,0.4090909,0.45454547,0.4876033,0.5123967,0.5413223,0.55785125,0.57024795,0.58264464,0.59504133,0.59504133,0.62396693,0.6570248,0.661157,0.61570245,0.56198347,0.5123967,0.49173555,0.5041322,0.5206612,0.55785125,0.61570245,0.6280992,0.6528926,0.6322314,0.60330576,0.607438,0.61157024,0.59917355,0.60330576,0.59504133,0.59090906,0.60330576,0.59917355,0.607438,0.6280992,0.6446281,0.661157,0.71900827,0.73140496,0.74793386,0.8016529,0.7933884,0.8016529,0.7892562,0.7768595,0.76859504,0.73966944,0.71900827,0.6983471,0.48347107,0.1694215,0.16115703,0.17355372,0.17355372,0.1694215,0.18181819,0.1694215,0.1322314,0.1322314,0.12396694,0.11157025,0.18595041,0.22727273,0.2644628,0.3677686,0.43801653,0.46694216,0.49586776,0.5206612,0.5413223,0.5661157,0.58677685,0.59917355,0.59504133,0.6322314,0.6487603,0.6570248,0.6280992,0.58264464,0.53305787,0.49173555,0.47933885,0.5123967,0.5371901,0.58264464,0.59917355,0.6198347,0.6404959,0.6446281,0.6280992,0.62396693,0.61570245,0.62396693,0.62396693,0.6363636,0.6735537,0.677686,0.7107438,0.73140496,0.74380165,0.73966944,0.75206614,0.78099173,0.7644628,0.8016529,0.79752064,0.8016529,0.78099173,0.77272725,0.74380165,0.7231405,0.70247936,0.6198347,0.30991736,0.14049587,0.17355372,0.17768595,0.17355372,0.17768595,0.1694215,0.18181819,0.12396694,0.1322314,0.12396694,0.12809917,0.17355372,0.24380165,0.2231405,0.3181818,0.40495867,0.44214877,0.47933885,0.49586776,0.5247934,0.553719,0.58264464,0.59504133,0.57438016,0.61570245,0.6322314,0.6446281,0.6363636,0.607438,0.5661157,0.5289256,0.47933885,0.49173555,0.53305787,0.5785124,0.59090906,0.5785124,0.59090906,0.61157024,0.61157024,0.60330576,0.6280992,0.6487603,0.677686,0.6983471,0.72727275,0.72727275,0.76033056,0.77272725,0.7768595,0.76859504,0.7768595,0.7933884,0.8016529,0.8057851,0.8016529,0.78512394,0.76859504,0.74793386,0.73140496,0.7107438,0.6818182,0.46694216,0.18181819,0.16115703,0.17768595,0.18181819,0.1694215,0.18595041,0.17355372,0.18181819,0.12396694,0.1322314,0.12809917,0.11983471,0.19008264,0.25619835,0.2231405,0.2603306,0.35950413,0.4214876,0.446281,0.47933885,0.5082645,0.5413223,0.56198347,0.58264464,0.5661157,0.5785124,0.59504133,0.61570245,0.6322314,0.61570245,0.59090906,0.56198347,0.5289256,0.5,0.553719,0.607438,0.6322314,0.59917355,0.57024795,0.61157024,0.6322314,0.6198347,0.6446281,0.6694215,0.70247936,0.7231405,0.74380165,0.75619835,0.76859504,0.7768595,0.78099173,0.78512394,0.78512394,0.79752064,0.7933884,0.79752064,0.79752064,0.78512394,0.75206614,0.7231405,0.7066116,0.6983471,0.607438,0.26859504,0.1570248,0.1694215,0.17355372,0.18181819,0.16528925,0.1694215,0.18181819,0.17768595,0.1322314,0.12809917,0.13636364,0.10330579,0.20661157,0.28512397,0.24380165,0.22727273,0.30165288,0.38016528,0.42561984,0.45454547,0.49586776,0.5289256,0.5413223,0.5495868,0.5495868,0.5495868,0.56198347,0.56198347,0.58677685,0.60330576,0.59504133,0.58677685,0.5661157,0.5371901,0.5661157,0.61570245,0.6404959,0.62396693,0.60330576,0.607438,0.6322314,0.6487603,0.6694215,0.6942149,0.72727275,0.74380165,0.76033056,0.77272725,0.78512394,0.7933884,0.7892562,0.8016529,0.8016529,0.7892562,0.78099173,0.78099173,0.78512394,0.76859504,0.7355372,0.70247936,0.6859504,0.677686,0.46694216,0.1570248,0.16528925,0.16528925,0.16528925,0.1694215,0.16528925,0.18181819,0.17355372,0.18181819,0.12809917,0.12396694,0.1322314,0.10743801,0.20661157,0.3181818,0.2644628,0.22727273,0.24380165,0.33471075,0.38842976,0.43801653,0.46694216,0.5082645,0.5289256,0.53305787,0.5206612,0.5371901,0.5413223,0.5413223,0.5495868,0.56198347,0.58677685,0.58264464,0.58264464,0.58264464,0.59917355,0.61157024,0.6404959,0.6446281,0.61570245,0.61570245,0.6404959,0.6735537,0.69008267,0.71487606,0.73966944,0.75619835,0.7768595,0.78512394,0.7933884,0.8016529,0.79752064,0.822314,0.79752064,0.7768595,0.76859504,0.76859504,0.76859504,0.73140496,0.7107438,0.69008267,0.6528926,0.6652893,0.3677686,0.15289256,0.1694215,0.16115703,0.16115703,0.1570248,0.17355372,0.17768595,0.18181819,0.18595041,0.1322314,0.1322314,0.12809917,0.11570248,0.2231405,0.338843,0.29752067,0.2520661,0.2231405,0.26859504,0.35123968,0.3966942,0.43801653,0.47933885,0.49173555,0.5206612,0.5,0.5247934,0.54545456,0.54545456,0.54545456,0.5495868,0.56198347,0.57024795,0.5785124,0.59917355,0.6198347,0.6198347,0.6322314,0.6570248,0.6363636,0.6322314,0.6570248,0.677686,0.70247936,0.7231405,0.7355372,0.75619835,0.78099173,0.7892562,0.8057851,0.8016529,0.79752064,0.80991733,0.78512394,0.76859504,0.75206614,0.75619835,0.74793386,0.7066116,0.6942149,0.6652893,0.62396693,0.6487603,0.3677686,0.15289256,0.1694215,0.16115703,0.1570248,0.1570248,0.17355372,0.17768595,0.17768595,0.1983471,0.13636364,0.1322314,0.12809917,0.12396694,0.22727273,0.3553719,0.338843,0.27272728,0.24380165,0.23140496,0.28512397,0.35123968,0.3966942,0.43801653,0.45867768,0.49586776,0.5,0.5206612,0.5413223,0.54545456,0.553719,0.55785125,0.56198347,0.56198347,0.56198347,0.57438016,0.60330576,0.61157024,0.6322314,0.6487603,0.6363636,0.6404959,0.6570248,0.6735537,0.70247936,0.7231405,0.74380165,0.75206614,0.7768595,0.78512394,0.8057851,0.78512394,0.7892562,0.78512394,0.78099173,0.7768595,0.76033056,0.74793386,0.71487606,0.69008267,0.6735537,0.6363636,0.60330576,0.6570248,0.3553719,0.16115703,0.17355372,0.16115703,0.16528925,0.16528925,0.16528925,0.1694215,0.17355372,0.18181819,0.14049587,0.1446281,0.1322314,0.13636364,0.23966943,0.36363637,0.3553719,0.33471075,0.25619835,0.23553719,0.23966943,0.29338843,0.3553719,0.4090909,0.4338843,0.46694216,0.49173555,0.5041322,0.5289256,0.54545456,0.553719,0.56198347,0.5785124,0.58677685,0.58264464,0.5785124,0.58677685,0.60330576,0.61570245,0.6404959,0.6404959,0.6487603,0.6694215,0.677686,0.70247936,0.71900827,0.74793386,0.75206614,0.76033056,0.77272725,0.7892562,0.78099173,0.78099173,0.77272725,0.77272725,0.7644628,0.74793386,0.7107438,0.6942149,0.677686,0.6446281,0.6198347,0.607438,0.6446281,0.3429752,0.1570248,0.16528925,0.16528925,0.16528925,0.15289256,0.16528925,0.16528925,0.17768595,0.17768595,0.1446281,0.14049587,0.13636364,0.12396694,0.25619835,0.3677686,0.38429752,0.37190083,0.29338843,0.24793388,0.22727273,0.23140496,0.29752067,0.35950413,0.41322315,0.43801653,0.47107437,0.5041322,0.5082645,0.5247934,0.5413223,0.55785125,0.57438016,0.59090906,0.59917355,0.59090906,0.59504133,0.607438,0.6198347,0.6322314,0.6446281,0.6570248,0.6694215,0.677686,0.6983471,0.71900827,0.72727275,0.73966944,0.75206614,0.76859504,0.76859504,0.76859504,0.7768595,0.7644628,0.74793386,0.73966944,0.7231405,0.6942149,0.6652893,0.6487603,0.6280992,0.6322314,0.61157024,0.6322314,0.3181818,0.15289256,0.16528925,0.16115703,0.1570248,0.16115703,0.1570248,0.16115703,0.1694215,0.18595041,0.1322314,0.14049587,0.12809917,0.11157025,0.2768595,0.37190083,0.3966942,0.38842976,0.34710744,0.2768595,0.23140496,0.21900827,0.23553719,0.29338843,0.36363637,0.39256197,0.45041323,0.47933885,0.5041322,0.5,0.5165289,0.54545456,0.5661157,0.58677685,0.59504133,0.59504133,0.59917355,0.60330576,0.61157024,0.6322314,0.6404959,0.6528926,0.661157,0.6735537,0.69008267,0.6983471,0.70247936,0.71487606,0.73140496,0.73966944,0.75206614,0.7644628,0.76033056,0.73966944,0.72727275,0.71900827,0.6942149,0.6735537,0.6446281,0.6280992,0.6404959,0.6363636,0.6280992,0.607438,0.2892562,0.1570248,0.16528925,0.14876033,0.1570248,0.1570248,0.15289256,0.15289256,0.17355372,0.17355372,0 +0.24380165,0.29752067,0.3677686,0.45454547,0.49586776,0.5371901,0.5785124,0.60330576,0.61157024,0.6322314,0.6487603,0.6528926,0.6859504,0.71487606,0.73140496,0.7231405,0.76033056,0.75619835,0.76033056,0.75206614,0.74793386,0.74793386,0.7768595,0.76859504,0.78099173,0.78512394,0.8016529,0.8140496,0.80991733,0.8181818,0.80991733,0.8057851,0.8140496,0.8016529,0.8016529,0.79752064,0.79752064,0.7933884,0.7892562,0.79752064,0.7892562,0.7933884,0.8057851,0.7892562,0.79752064,0.8016529,0.79752064,0.8016529,0.80991733,0.7768595,0.76033056,0.7355372,0.72727275,0.6983471,0.6735537,0.6487603,0.6404959,0.57024795,0.44214877,0.38016528,0.30991736,0.3264463,0.24793388,0.22727273,0.21900827,0.3181818,0.37190083,0.43801653,0.49173555,0.5495868,0.5785124,0.58677685,0.607438,0.62396693,0.6363636,0.661157,0.6942149,0.71487606,0.7355372,0.73966944,0.76033056,0.75619835,0.74793386,0.75206614,0.73966944,0.74793386,0.76033056,0.75206614,0.7768595,0.76859504,0.7892562,0.8016529,0.8057851,0.8057851,0.8140496,0.8057851,0.8057851,0.7933884,0.7933884,0.7933884,0.78512394,0.78512394,0.7892562,0.7933884,0.78512394,0.7768595,0.76859504,0.77272725,0.7644628,0.7768595,0.78099173,0.78512394,0.79752064,0.79752064,0.77272725,0.73966944,0.7231405,0.7107438,0.6859504,0.6528926,0.6446281,0.5661157,0.47107437,0.4090909,0.3181818,0.338843,0.2231405,0.24380165,0.24793388,0.3181818,0.35123968,0.44214877,0.5206612,0.57024795,0.57024795,0.58264464,0.59504133,0.6280992,0.6363636,0.661157,0.6818182,0.7107438,0.73966944,0.74380165,0.75206614,0.75619835,0.73966944,0.73966944,0.72727275,0.72727275,0.72727275,0.7231405,0.7644628,0.7768595,0.7892562,0.8140496,0.8181818,0.8016529,0.80991733,0.8057851,0.79752064,0.7892562,0.79752064,0.79752064,0.79752064,0.7892562,0.78099173,0.7768595,0.7768595,0.76859504,0.75619835,0.7644628,0.74380165,0.74793386,0.75619835,0.76859504,0.76859504,0.79752064,0.7892562,0.75619835,0.72727275,0.7107438,0.6859504,0.661157,0.6487603,0.57438016,0.49586776,0.40495867,0.32231405,0.32231405,0.27272728,0.2520661,0.24380165,0.30165288,0.38016528,0.45867768,0.54545456,0.57024795,0.5661157,0.57438016,0.59090906,0.62396693,0.6280992,0.6280992,0.6735537,0.6983471,0.71487606,0.71900827,0.71900827,0.6942149,0.677686,0.6735537,0.6694215,0.6694215,0.6735537,0.6983471,0.7231405,0.76859504,0.75619835,0.78512394,0.8057851,0.8016529,0.8057851,0.8016529,0.79752064,0.8016529,0.79752064,0.79752064,0.8140496,0.79752064,0.7768595,0.75206614,0.74793386,0.74793386,0.74380165,0.74380165,0.7231405,0.72727275,0.72727275,0.73966944,0.75206614,0.7644628,0.7892562,0.7768595,0.75206614,0.7107438,0.69008267,0.6652893,0.6528926,0.59917355,0.5,0.42975205,0.3264463,0.3140496,0.29338843,0.26859504,0.22727273,0.30165288,0.39256197,0.48347107,0.5495868,0.5661157,0.5661157,0.5661157,0.58677685,0.62396693,0.59504133,0.59504133,0.6570248,0.6735537,0.6735537,0.6404959,0.6322314,0.62396693,0.6280992,0.6280992,0.6322314,0.59504133,0.61570245,0.6363636,0.6528926,0.7231405,0.69008267,0.73140496,0.7644628,0.7933884,0.8016529,0.8057851,0.8057851,0.79752064,0.78512394,0.7933884,0.80991733,0.79752064,0.76859504,0.73966944,0.71900827,0.70247936,0.677686,0.6570248,0.661157,0.6652893,0.6859504,0.70247936,0.74380165,0.7231405,0.75619835,0.7644628,0.75206614,0.71900827,0.69008267,0.661157,0.6570248,0.62396693,0.5165289,0.40495867,0.34710744,0.30165288,0.3305785,0.25619835,0.21900827,0.29752067,0.3966942,0.5123967,0.54545456,0.54545456,0.5413223,0.56198347,0.60330576,0.60330576,0.57438016,0.607438,0.6363636,0.6528926,0.6446281,0.58677685,0.553719,0.5413223,0.55785125,0.57024795,0.6280992,0.61157024,0.58677685,0.57024795,0.60330576,0.6404959,0.6528926,0.6735537,0.71487606,0.76033056,0.78512394,0.8016529,0.8016529,0.7768595,0.76859504,0.78512394,0.78512394,0.78099173,0.74793386,0.72727275,0.70247936,0.6694215,0.61570245,0.58677685,0.5785124,0.5785124,0.59504133,0.6404959,0.6694215,0.6818182,0.7066116,0.71487606,0.7231405,0.7107438,0.7107438,0.6528926,0.6528926,0.6322314,0.53305787,0.40495867,0.3181818,0.30991736,0.36363637,0.2603306,0.21900827,0.29338843,0.42561984,0.5123967,0.5413223,0.5413223,0.5247934,0.5661157,0.59917355,0.5785124,0.57438016,0.61157024,0.607438,0.6280992,0.6322314,0.59090906,0.5371901,0.5289256,0.5165289,0.5247934,0.53305787,0.57438016,0.5413223,0.58264464,0.60330576,0.58264464,0.59504133,0.6528926,0.6818182,0.7355372,0.7768595,0.78512394,0.79752064,0.7768595,0.76859504,0.7768595,0.7768595,0.77272725,0.74380165,0.71487606,0.71900827,0.661157,0.607438,0.58264464,0.553719,0.53305787,0.5661157,0.5785124,0.58264464,0.62396693,0.6487603,0.6983471,0.69008267,0.6818182,0.7066116,0.6694215,0.6528926,0.6404959,0.5371901,0.40495867,0.3305785,0.3181818,0.35950413,0.2520661,0.21900827,0.3181818,0.43801653,0.5123967,0.5371901,0.5165289,0.5247934,0.56198347,0.5661157,0.5661157,0.57024795,0.60330576,0.59090906,0.59504133,0.6322314,0.6487603,0.6694215,0.661157,0.61157024,0.60330576,0.57438016,0.57024795,0.57438016,0.60330576,0.58677685,0.57024795,0.59504133,0.6198347,0.661157,0.73966944,0.76859504,0.7768595,0.7892562,0.78099173,0.76859504,0.77272725,0.77272725,0.76859504,0.74793386,0.7231405,0.73966944,0.6528926,0.6198347,0.59504133,0.5661157,0.53305787,0.55785125,0.553719,0.553719,0.5785124,0.6198347,0.677686,0.6735537,0.6404959,0.6694215,0.6694215,0.6446281,0.6487603,0.54545456,0.41322315,0.34710744,0.36363637,0.3553719,0.2768595,0.20661157,0.338843,0.45454547,0.5082645,0.5165289,0.49586776,0.5247934,0.5123967,0.5123967,0.5206612,0.55785125,0.61157024,0.6735537,0.6859504,0.73966944,0.73966944,0.73140496,0.76033056,0.73140496,0.7107438,0.6694215,0.6446281,0.6404959,0.6446281,0.61570245,0.607438,0.607438,0.607438,0.6694215,0.6942149,0.75619835,0.76033056,0.7933884,0.8016529,0.8057851,0.78099173,0.76859504,0.75206614,0.76033056,0.73966944,0.7644628,0.6983471,0.6446281,0.6280992,0.6198347,0.59090906,0.6198347,0.6487603,0.6446281,0.607438,0.62396693,0.6487603,0.6363636,0.607438,0.61570245,0.6446281,0.6446281,0.6363636,0.56198347,0.41735536,0.34710744,0.3966942,0.30991736,0.27272728,0.20661157,0.35123968,0.45041323,0.49586776,0.49586776,0.49586776,0.49173555,0.4876033,0.5,0.54545456,0.59504133,0.6404959,0.7066116,0.7355372,0.77272725,0.78512394,0.7768595,0.76859504,0.75206614,0.7231405,0.71900827,0.6942149,0.6818182,0.6528926,0.6322314,0.61570245,0.61157024,0.61570245,0.6487603,0.6983471,0.73966944,0.76033056,0.7933884,0.8305785,0.8347107,0.80991733,0.77272725,0.74793386,0.7644628,0.78099173,0.7892562,0.73966944,0.69008267,0.6694215,0.677686,0.677686,0.71900827,0.7231405,0.70247936,0.6818182,0.6735537,0.69008267,0.6528926,0.62396693,0.59504133,0.59917355,0.61570245,0.6322314,0.55785125,0.4090909,0.338843,0.38842976,0.25619835,0.21487603,0.2107438,0.3553719,0.446281,0.4876033,0.46694216,0.46694216,0.46280992,0.48347107,0.5289256,0.57024795,0.61570245,0.6570248,0.71487606,0.73966944,0.76859504,0.77272725,0.77272725,0.7768595,0.74793386,0.7231405,0.6983471,0.69008267,0.6818182,0.6570248,0.6322314,0.61157024,0.59917355,0.6198347,0.6446281,0.677686,0.7107438,0.73966944,0.7768595,0.8057851,0.8305785,0.80991733,0.76859504,0.7355372,0.74793386,0.77272725,0.7892562,0.72727275,0.6942149,0.677686,0.69008267,0.7066116,0.7231405,0.75619835,0.76033056,0.74380165,0.73140496,0.73140496,0.7107438,0.677686,0.6363636,0.59090906,0.59917355,0.6198347,0.553719,0.41322315,0.3553719,0.33471075,0.29752067,0.18181819,0.2231405,0.35950413,0.42975205,0.4752066,0.446281,0.4752066,0.47933885,0.5082645,0.5495868,0.607438,0.6280992,0.6694215,0.70247936,0.72727275,0.74380165,0.75619835,0.7644628,0.76033056,0.74380165,0.7066116,0.6694215,0.6487603,0.661157,0.6322314,0.6198347,0.58677685,0.57438016,0.59504133,0.6322314,0.6446281,0.6818182,0.7066116,0.7355372,0.7933884,0.8057851,0.8057851,0.75619835,0.72727275,0.73966944,0.77272725,0.76859504,0.71487606,0.6818182,0.6818182,0.6983471,0.73140496,0.7355372,0.76033056,0.75619835,0.75619835,0.74380165,0.7355372,0.7355372,0.7107438,0.6859504,0.62396693,0.59917355,0.607438,0.54545456,0.39256197,0.3553719,0.4214876,0.23966943,0.19421488,0.23966943,0.36363637,0.42975205,0.47107437,0.42975205,0.46694216,0.4876033,0.5165289,0.5413223,0.60330576,0.6322314,0.6652893,0.69008267,0.7107438,0.71900827,0.75206614,0.7355372,0.69008267,0.6570248,0.62396693,0.60330576,0.59090906,0.61157024,0.59917355,0.607438,0.57438016,0.54545456,0.57438016,0.59090906,0.61570245,0.6487603,0.6735537,0.71487606,0.7644628,0.78512394,0.7892562,0.75619835,0.71487606,0.71487606,0.77272725,0.74380165,0.6818182,0.6528926,0.6694215,0.7066116,0.73966944,0.7644628,0.77272725,0.7644628,0.75206614,0.75206614,0.74793386,0.73966944,0.72727275,0.6942149,0.6446281,0.607438,0.60330576,0.53305787,0.38429752,0.338843,0.49173555,0.2768595,0.20661157,0.25619835,0.37603307,0.43801653,0.45454547,0.43801653,0.47933885,0.5123967,0.53305787,0.553719,0.60330576,0.6363636,0.6446281,0.6818182,0.661157,0.6528926,0.77272725,0.6570248,0.56198347,0.53305787,0.5165289,0.5123967,0.5123967,0.5247934,0.553719,0.60330576,0.6198347,0.5371901,0.5247934,0.57438016,0.59917355,0.61570245,0.6446281,0.69008267,0.7644628,0.77272725,0.7768595,0.7768595,0.7107438,0.677686,0.73140496,0.7107438,0.6322314,0.5661157,0.55785125,0.5785124,0.6363636,0.71487606,0.74380165,0.6942149,0.7107438,0.7644628,0.7768595,0.75619835,0.74380165,0.7231405,0.677686,0.62396693,0.607438,0.53305787,0.36363637,0.35950413,0.42975205,0.3140496,0.21487603,0.2768595,0.39256197,0.44214877,0.45041323,0.45454547,0.49586776,0.5206612,0.54545456,0.56198347,0.607438,0.61157024,0.60330576,0.58677685,0.553719,0.5041322,0.45867768,0.40495867,0.33471075,0.37603307,0.45041323,0.45041323,0.4752066,0.5041322,0.5206612,0.56198347,0.677686,0.57438016,0.5041322,0.58264464,0.58264464,0.60330576,0.6446281,0.6528926,0.74793386,0.7644628,0.7892562,0.7933884,0.7231405,0.6198347,0.6818182,0.6363636,0.553719,0.5123967,0.5247934,0.5495868,0.53305787,0.5413223,0.58677685,0.5785124,0.5661157,0.6363636,0.7107438,0.76859504,0.75619835,0.73966944,0.6983471,0.6363636,0.62396693,0.5289256,0.34710744,0.3140496,0.42975205,0.2768595,0.23966943,0.2892562,0.40495867,0.45454547,0.45454547,0.4752066,0.5206612,0.5413223,0.5495868,0.57024795,0.58677685,0.5413223,0.5123967,0.46694216,0.38016528,0.28512397,0.20661157,0.3966942,0.30991736,0.30578512,0.56198347,0.57438016,0.44214877,0.4752066,0.54545456,0.5785124,0.6198347,0.59504133,0.5289256,0.58677685,0.59504133,0.607438,0.6446281,0.6570248,0.7231405,0.73966944,0.78512394,0.8057851,0.74380165,0.6363636,0.61157024,0.57438016,0.53305787,0.5165289,0.53305787,0.59917355,0.44214877,0.38842976,0.3677686,0.34710744,0.3553719,0.446281,0.553719,0.6570248,0.75206614,0.74793386,0.70247936,0.661157,0.6446281,0.5495868,0.3181818,0.338843,0.35950413,0.25619835,0.24793388,0.30578512,0.42561984,0.45454547,0.46694216,0.49586776,0.5371901,0.5413223,0.5495868,0.5495868,0.5247934,0.446281,0.38016528,0.38842976,0.30991736,0.29752067,0.28512397,0.49173555,0.338843,0.3140496,0.60330576,0.73966944,0.55785125,0.46694216,0.49586776,0.53305787,0.57438016,0.59504133,0.57024795,0.59504133,0.62396693,0.62396693,0.6280992,0.6528926,0.71900827,0.74380165,0.78512394,0.80991733,0.73966944,0.69008267,0.5371901,0.4876033,0.5082645,0.5661157,0.69008267,0.76859504,0.42561984,0.4752066,0.4338843,0.24793388,0.35950413,0.3181818,0.45454547,0.5495868,0.6363636,0.7644628,0.70247936,0.677686,0.6528926,0.58264464,0.3140496,0.4214876,0.30578512,0.23966943,0.24793388,0.338843,0.446281,0.47107437,0.48347107,0.5247934,0.55785125,0.54545456,0.553719,0.5082645,0.43801653,0.32231405,0.338843,0.5,0.4752066,0.3181818,0.3305785,0.2892562,0.38842976,0.35950413,0.6322314,0.6983471,0.553719,0.5123967,0.5206612,0.49173555,0.57438016,0.58264464,0.58677685,0.60330576,0.6404959,0.6363636,0.62396693,0.6528926,0.71900827,0.76859504,0.822314,0.8512397,0.76859504,0.70247936,0.5661157,0.49173555,0.48347107,0.6280992,0.7355372,0.78512394,0.46694216,0.4090909,0.4090909,0.23140496,0.41322315,0.42561984,0.60330576,0.43801653,0.553719,0.6735537,0.71487606,0.6735537,0.6570248,0.62396693,0.33471075,0.4338843,0.30578512,0.26859504,0.24793388,0.38016528,0.46694216,0.4752066,0.5082645,0.54545456,0.57024795,0.5495868,0.53305787,0.4752066,0.37603307,0.35123968,0.44214877,0.58677685,0.6363636,0.4090909,0.35123968,0.39256197,0.42975205,0.4876033,0.6363636,0.6363636,0.59504133,0.62396693,0.6446281,0.59917355,0.5785124,0.60330576,0.59090906,0.62396693,0.6446281,0.6322314,0.6363636,0.661157,0.72727275,0.76859504,0.8305785,0.8719008,0.7933884,0.71487606,0.6528926,0.5371901,0.5247934,0.6198347,0.6363636,0.7066116,0.55785125,0.4214876,0.4338843,0.36363637,0.55785125,0.58264464,0.73140496,0.47933885,0.40495867,0.58264464,0.7066116,0.6735537,0.6694215,0.6570248,0.38016528,0.37603307,0.30165288,0.26859504,0.27272728,0.41735536,0.4752066,0.49586776,0.53305787,0.56198347,0.58264464,0.55785125,0.49173555,0.44214877,0.41322315,0.45454547,0.5082645,0.5206612,0.57438016,0.56198347,0.5165289,0.55785125,0.5785124,0.6198347,0.6280992,0.6322314,0.6528926,0.6694215,0.661157,0.6322314,0.61570245,0.61570245,0.6198347,0.6404959,0.6487603,0.6280992,0.6487603,0.6735537,0.7107438,0.76033056,0.822314,0.87603307,0.8057851,0.73140496,0.6942149,0.6322314,0.58264464,0.59917355,0.6446281,0.661157,0.6446281,0.5165289,0.41735536,0.38016528,0.58677685,0.62396693,0.6322314,0.5247934,0.40082645,0.5206612,0.6487603,0.6735537,0.677686,0.6652893,0.4876033,0.3677686,0.28099173,0.2603306,0.2768595,0.46280992,0.4876033,0.5206612,0.5495868,0.58677685,0.59917355,0.57438016,0.47107437,0.47107437,0.5041322,0.5371901,0.56198347,0.53305787,0.5661157,0.553719,0.6322314,0.6446281,0.6487603,0.6487603,0.6528926,0.6487603,0.661157,0.6570248,0.661157,0.6528926,0.6322314,0.6280992,0.6363636,0.6487603,0.6528926,0.6487603,0.6528926,0.6694215,0.7107438,0.75619835,0.8057851,0.8636364,0.8140496,0.7355372,0.6983471,0.69008267,0.6404959,0.61157024,0.607438,0.6280992,0.6570248,0.6280992,0.5661157,0.53305787,0.5165289,0.57024795,0.56198347,0.553719,0.5165289,0.46694216,0.59917355,0.677686,0.6859504,0.6528926,0.58264464,0.3264463,0.25619835,0.28099173,0.23966943,0.47107437,0.5,0.54545456,0.58677685,0.61570245,0.6404959,0.59090906,0.5,0.54545456,0.5785124,0.59917355,0.607438,0.6198347,0.6322314,0.6363636,0.661157,0.6404959,0.6322314,0.6694215,0.69008267,0.6694215,0.6818182,0.6818182,0.6694215,0.6487603,0.6363636,0.6363636,0.6404959,0.6404959,0.6446281,0.6404959,0.6446281,0.6446281,0.7066116,0.76033056,0.8016529,0.8471074,0.822314,0.75206614,0.71487606,0.69008267,0.7107438,0.6983471,0.6652893,0.6404959,0.6363636,0.62396693,0.6446281,0.6570248,0.6198347,0.6570248,0.6322314,0.607438,0.56198347,0.5123967,0.55785125,0.661157,0.70247936,0.661157,0.62396693,0.3181818,0.24793388,0.29338843,0.25619835,0.47933885,0.5165289,0.55785125,0.60330576,0.6446281,0.6735537,0.607438,0.59090906,0.61157024,0.6322314,0.6446281,0.6446281,0.661157,0.6694215,0.6694215,0.6942149,0.69008267,0.70247936,0.7107438,0.7231405,0.7107438,0.6942149,0.7066116,0.677686,0.6694215,0.6322314,0.6404959,0.6487603,0.6404959,0.62396693,0.6404959,0.6652893,0.6983471,0.74793386,0.79752064,0.8140496,0.8595041,0.8181818,0.74380165,0.71487606,0.69008267,0.70247936,0.73966944,0.72727275,0.7107438,0.7107438,0.677686,0.6446281,0.6487603,0.6735537,0.70247936,0.7066116,0.677686,0.6859504,0.6528926,0.57438016,0.6446281,0.71487606,0.6818182,0.6404959,0.35123968,0.23553719,0.27272728,0.29752067,0.4876033,0.53305787,0.5785124,0.6280992,0.661157,0.6652893,0.62396693,0.6446281,0.6528926,0.6694215,0.6859504,0.6983471,0.6983471,0.7066116,0.7107438,0.71900827,0.71900827,0.7355372,0.73966944,0.74793386,0.71900827,0.7107438,0.7066116,0.7066116,0.6652893,0.6570248,0.6446281,0.6322314,0.6198347,0.59917355,0.6487603,0.6818182,0.7231405,0.77272725,0.8347107,0.838843,0.8801653,0.8553719,0.76859504,0.6983471,0.71900827,0.70247936,0.74380165,0.74380165,0.73140496,0.75206614,0.75206614,0.74793386,0.73140496,0.7066116,0.69008267,0.71900827,0.72727275,0.7355372,0.7355372,0.6818182,0.69008267,0.73966944,0.7107438,0.6652893,0.40495867,0.23966943,0.27272728,0.26859504,0.5041322,0.553719,0.59504133,0.6322314,0.6570248,0.661157,0.6487603,0.6570248,0.6694215,0.6818182,0.6859504,0.71487606,0.7066116,0.72727275,0.72727275,0.72727275,0.74793386,0.7644628,0.73966944,0.72727275,0.71900827,0.71487606,0.7066116,0.6983471,0.6694215,0.6652893,0.6322314,0.58264464,0.607438,0.6280992,0.661157,0.6859504,0.73140496,0.78099173,0.8801653,0.8595041,0.8595041,0.8595041,0.78512394,0.71900827,0.6983471,0.7231405,0.73140496,0.74793386,0.74380165,0.74793386,0.74380165,0.76859504,0.7768595,0.77272725,0.73966944,0.75619835,0.7644628,0.75619835,0.74793386,0.7355372,0.72727275,0.74793386,0.7355372,0.6859504,0.46694216,0.2520661,0.29752067,0.2603306,0.5082645,0.56198347,0.61157024,0.6363636,0.6528926,0.6570248,0.6528926,0.6528926,0.677686,0.69008267,0.70247936,0.7231405,0.72727275,0.73966944,0.7355372,0.74793386,0.75619835,0.7355372,0.7231405,0.6983471,0.71900827,0.71487606,0.70247936,0.6983471,0.69008267,0.6570248,0.58677685,0.57438016,0.6198347,0.6404959,0.6570248,0.6818182,0.73966944,0.78512394,0.8553719,0.8471074,0.8264463,0.822314,0.7933884,0.75619835,0.7066116,0.73140496,0.74793386,0.75206614,0.7644628,0.77272725,0.76033056,0.76033056,0.7644628,0.78512394,0.78512394,0.78099173,0.78099173,0.76859504,0.75206614,0.75206614,0.74793386,0.75619835,0.73966944,0.7066116,0.5413223,0.25619835,0.24793388,0.28099173,0.5082645,0.55785125,0.60330576,0.6363636,0.6528926,0.6570248,0.6570248,0.6570248,0.6818182,0.6942149,0.70247936,0.72727275,0.72727275,0.74380165,0.73966944,0.74793386,0.7231405,0.7107438,0.71487606,0.7107438,0.71900827,0.71900827,0.71900827,0.71487606,0.70247936,0.6198347,0.5785124,0.5785124,0.61570245,0.6322314,0.6363636,0.6404959,0.6859504,0.74380165,0.88429755,0.8429752,0.80991733,0.8016529,0.78099173,0.76033056,0.73140496,0.72727275,0.76033056,0.75619835,0.75619835,0.7933884,0.7768595,0.7933884,0.78512394,0.78512394,0.7892562,0.8016529,0.7892562,0.78512394,0.76033056,0.75206614,0.75619835,0.74793386,0.74380165,0.72727275,0.57438016,0.30578512,0.23966943,0.28512397,0.5082645,0.5495868,0.59504133,0.6322314,0.6404959,0.6487603,0.6570248,0.6694215,0.6818182,0.69008267,0.70247936,0.7231405,0.7231405,0.73140496,0.71900827,0.72727275,0.7231405,0.71487606,0.72727275,0.71900827,0.72727275,0.72727275,0.73966944,0.74380165,0.6859504,0.59917355,0.59504133,0.59504133,0.6280992,0.62396693,0.61570245,0.59504133,0.6198347,0.70247936,0.78512394,0.822314,0.8016529,0.7933884,0.7355372,0.7644628,0.74380165,0.7231405,0.76033056,0.7768595,0.76033056,0.78099173,0.78099173,0.7933884,0.7933884,0.7892562,0.7768595,0.78512394,0.78512394,0.7768595,0.76859504,0.75619835,0.75619835,0.73966944,0.73140496,0.73140496,0.6280992,0.28099173,0.26859504,0.2892562,0.49586776,0.5413223,0.59090906,0.62396693,0.6280992,0.6404959,0.6446281,0.6528926,0.6818182,0.6942149,0.7066116,0.70247936,0.7231405,0.7231405,0.72727275,0.73140496,0.73140496,0.7355372,0.74380165,0.73140496,0.74380165,0.73966944,0.77272725,0.76859504,0.6570248,0.58264464,0.607438,0.6363636,0.661157,0.6528926,0.61157024,0.5785124,0.59504133,0.6652893,0.74380165,0.7892562,0.8181818,0.74380165,0.7066116,0.7644628,0.76859504,0.71900827,0.7355372,0.78512394,0.7644628,0.77272725,0.7768595,0.78512394,0.7768595,0.7768595,0.76033056,0.76859504,0.7644628,0.76859504,0.75206614,0.75206614,0.74793386,0.73966944,0.71900827,0.71900827,0.6859504,0.30578512,0.27272728,0.30578512,0.48347107,0.5247934,0.58677685,0.61570245,0.6198347,0.6404959,0.6528926,0.6570248,0.6735537,0.70247936,0.6859504,0.70247936,0.71900827,0.72727275,0.73966944,0.73966944,0.7355372,0.74380165,0.74380165,0.74793386,0.7644628,0.76859504,0.7933884,0.74380165,0.6198347,0.58264464,0.62396693,0.6818182,0.7231405,0.6363636,0.5,0.5123967,0.58264464,0.6487603,0.71900827,0.77272725,0.8057851,0.7355372,0.69008267,0.7644628,0.78512394,0.75619835,0.71487606,0.78099173,0.78099173,0.78099173,0.7768595,0.7892562,0.7768595,0.77272725,0.76859504,0.76859504,0.76033056,0.74380165,0.73966944,0.75619835,0.75206614,0.73966944,0.7231405,0.7066116,0.7107438,0.35950413,0.29752067,0.30578512,0.47107437,0.5123967,0.5785124,0.59917355,0.6198347,0.6363636,0.6487603,0.6652893,0.677686,0.7066116,0.69008267,0.7066116,0.7107438,0.7355372,0.74793386,0.75206614,0.74793386,0.74793386,0.74380165,0.7644628,0.7892562,0.7892562,0.79752064,0.7107438,0.57024795,0.57024795,0.62396693,0.7231405,0.6694215,0.35950413,0.21900827,0.2892562,0.49173555,0.6487603,0.6983471,0.74793386,0.7768595,0.6487603,0.4876033,0.59504133,0.76859504,0.77272725,0.70247936,0.7644628,0.80991733,0.7892562,0.7644628,0.7892562,0.7768595,0.7644628,0.7768595,0.7768595,0.76033056,0.74380165,0.75206614,0.74793386,0.75619835,0.74380165,0.72727275,0.6983471,0.7107438,0.41735536,0.3181818,0.29338843,0.46694216,0.5123967,0.55785125,0.59917355,0.6198347,0.6487603,0.6528926,0.6694215,0.677686,0.6818182,0.6859504,0.6983471,0.71487606,0.74793386,0.75619835,0.75206614,0.74380165,0.75619835,0.76859504,0.7768595,0.8016529,0.8057851,0.7892562,0.6694215,0.5413223,0.553719,0.6446281,0.7231405,0.46280992,0.18181819,0.30165288,0.46280992,0.3553719,0.61157024,0.69008267,0.72727275,0.70247936,0.446281,0.20661157,0.32231405,0.6487603,0.7644628,0.7107438,0.73140496,0.8181818,0.7933884,0.78512394,0.7768595,0.78099173,0.76859504,0.78099173,0.77272725,0.75619835,0.74380165,0.74793386,0.75206614,0.74793386,0.73966944,0.73140496,0.6942149,0.7066116,0.46694216,0.30991736,0.30165288,0.46280992,0.5041322,0.5495868,0.58677685,0.6280992,0.6528926,0.6446281,0.6694215,0.661157,0.6859504,0.6859504,0.71487606,0.7355372,0.74380165,0.75619835,0.73140496,0.7355372,0.75619835,0.76859504,0.7933884,0.8057851,0.8181818,0.78099173,0.6404959,0.5165289,0.5371901,0.6198347,0.6446281,0.4876033,0.40495867,0.5495868,0.60330576,0.49173555,0.54545456,0.6735537,0.7066116,0.6198347,0.49586776,0.2644628,0.43801653,0.58677685,0.73966944,0.7107438,0.6942149,0.80991733,0.80991733,0.8016529,0.78099173,0.7892562,0.77272725,0.7768595,0.7644628,0.75619835,0.74793386,0.75619835,0.75206614,0.74380165,0.73966944,0.73966944,0.70247936,0.69008267,0.4752066,0.19421488,0.28512397,0.46280992,0.5,0.53305787,0.59504133,0.62396693,0.6404959,0.6322314,0.661157,0.6652893,0.6859504,0.70247936,0.71900827,0.73966944,0.73966944,0.74380165,0.7107438,0.7355372,0.76033056,0.7768595,0.8016529,0.80991733,0.8140496,0.76859504,0.6446281,0.49586776,0.5082645,0.57438016,0.57438016,0.58264464,0.59504133,0.6363636,0.61157024,0.54545456,0.58264464,0.6818182,0.6983471,0.69008267,0.677686,0.54545456,0.61157024,0.6446281,0.7231405,0.6942149,0.6859504,0.8140496,0.8181818,0.80991733,0.78099173,0.76859504,0.78512394,0.77272725,0.76859504,0.7644628,0.74793386,0.75206614,0.75206614,0.74380165,0.74380165,0.74380165,0.71487606,0.661157,0.48347107,0.28099173,0.5082645,0.45454547,0.5,0.5413223,0.61157024,0.6322314,0.6363636,0.6446281,0.6735537,0.6735537,0.6983471,0.70247936,0.71487606,0.73966944,0.74380165,0.74380165,0.73140496,0.75206614,0.76859504,0.78099173,0.80991733,0.822314,0.8057851,0.76033056,0.6859504,0.5041322,0.446281,0.45867768,0.49173555,0.5371901,0.58677685,0.62396693,0.61570245,0.59090906,0.6322314,0.7066116,0.7066116,0.7107438,0.72727275,0.70247936,0.6735537,0.6942149,0.71900827,0.6487603,0.71487606,0.822314,0.8264463,0.822314,0.80991733,0.7933884,0.78512394,0.7768595,0.77272725,0.76859504,0.75619835,0.75619835,0.73140496,0.73966944,0.73140496,0.73140496,0.71900827,0.6652893,0.5661157,0.59090906,0.76859504,0.446281,0.49173555,0.53305787,0.59917355,0.6280992,0.6280992,0.6487603,0.677686,0.6818182,0.7066116,0.7107438,0.71487606,0.73966944,0.7355372,0.73140496,0.73966944,0.75619835,0.77272725,0.79752064,0.8140496,0.8140496,0.7933884,0.76859504,0.73140496,0.61570245,0.49586776,0.4752066,0.5041322,0.553719,0.59090906,0.6322314,0.6446281,0.6487603,0.6859504,0.72727275,0.71900827,0.71900827,0.71487606,0.6735537,0.677686,0.6694215,0.6280992,0.62396693,0.77272725,0.822314,0.8305785,0.822314,0.80991733,0.8057851,0.78512394,0.78099173,0.78099173,0.77272725,0.78099173,0.73966944,0.7355372,0.7355372,0.72727275,0.7355372,0.6983471,0.6570248,0.59917355,0.69008267,0.7768595,0.44214877,0.47933885,0.5371901,0.58264464,0.6198347,0.62396693,0.6528926,0.6735537,0.6694215,0.7066116,0.71900827,0.7231405,0.72727275,0.7231405,0.72727275,0.73966944,0.75206614,0.77272725,0.8057851,0.8140496,0.80991733,0.78099173,0.7644628,0.74793386,0.6446281,0.55785125,0.57024795,0.58677685,0.60330576,0.62396693,0.6487603,0.6652893,0.6942149,0.7355372,0.73140496,0.73140496,0.7066116,0.6818182,0.6322314,0.59504133,0.58677685,0.6404959,0.7107438,0.8057851,0.8305785,0.8264463,0.8305785,0.8140496,0.8057851,0.8016529,0.7933884,0.78512394,0.78512394,0.7768595,0.75619835,0.73966944,0.73966944,0.72727275,0.7231405,0.7066116,0.6528926,0.59917355,0.70247936,0.6735537,0.43801653,0.47107437,0.53305787,0.5785124,0.60330576,0.6198347,0.6404959,0.6652893,0.6652893,0.7066116,0.7231405,0.7231405,0.72727275,0.73140496,0.72727275,0.74380165,0.77272725,0.7892562,0.80991733,0.8181818,0.79752064,0.78099173,0.76859504,0.74793386,0.6694215,0.59917355,0.60330576,0.607438,0.62396693,0.6487603,0.6652893,0.6859504,0.6983471,0.7231405,0.71487606,0.7066116,0.6818182,0.6363636,0.6198347,0.58264464,0.61157024,0.71487606,0.7644628,0.8057851,0.838843,0.8305785,0.8347107,0.8264463,0.8181818,0.80991733,0.8057851,0.7933884,0.7933884,0.7768595,0.76033056,0.75619835,0.75619835,0.73966944,0.7231405,0.7107438,0.6487603,0.6322314,0.6446281,0.59090906,0.43801653,0.47933885,0.5247934,0.57438016,0.60330576,0.6198347,0.62396693,0.661157,0.6818182,0.7066116,0.71900827,0.71900827,0.71900827,0.7231405,0.74380165,0.74793386,0.78512394,0.8057851,0.822314,0.8057851,0.78512394,0.7644628,0.75206614,0.7355372,0.6859504,0.6487603,0.6487603,0.6487603,0.661157,0.6983471,0.69008267,0.70247936,0.71487606,0.73140496,0.71900827,0.6859504,0.6487603,0.61570245,0.61157024,0.61157024,0.6652893,0.73140496,0.76859504,0.80991733,0.8347107,0.8305785,0.838843,0.8264463,0.8264463,0.8140496,0.80991733,0.80991733,0.8016529,0.7892562,0.7768595,0.75619835,0.75619835,0.74380165,0.7231405,0.7066116,0.6404959,0.61570245,0.53305787,0.6198347,0.45041323,0.47107437,0.53305787,0.5785124,0.59504133,0.62396693,0.6198347,0.6528926,0.6859504,0.7066116,0.7066116,0.71487606,0.71900827,0.73140496,0.75206614,0.7644628,0.7892562,0.79752064,0.80991733,0.7933884,0.7768595,0.74793386,0.73140496,0.7107438,0.7107438,0.69008267,0.6942149,0.6983471,0.7107438,0.75206614,0.7231405,0.73140496,0.73966944,0.7355372,0.71900827,0.70247936,0.6570248,0.6528926,0.6735537,0.6942149,0.71487606,0.74380165,0.7644628,0.8140496,0.8264463,0.8305785,0.8305785,0.8347107,0.822314,0.8140496,0.80991733,0.7892562,0.8057851,0.8057851,0.78512394,0.76033056,0.75206614,0.73966944,0.71900827,0.70247936,0.6487603,0.54545456,0.43801653,0.6528926,0.45454547,0.4752066,0.5206612,0.57024795,0.59917355,0.61570245,0.6280992,0.6487603,0.6859504,0.6942149,0.70247936,0.71900827,0.72727275,0.74380165,0.7644628,0.77272725,0.7768595,0.78512394,0.7892562,0.77272725,0.75619835,0.73140496,0.7231405,0.69008267,0.7066116,0.71487606,0.73140496,0.74793386,0.75206614,0.76033056,0.75206614,0.74793386,0.73966944,0.7355372,0.72727275,0.71900827,0.6983471,0.72727275,0.73966944,0.78512394,0.7644628,0.77272725,0.78512394,0.8181818,0.8181818,0.822314,0.838843,0.838843,0.8181818,0.8181818,0.80991733,0.7892562,0.8016529,0.8057851,0.78512394,0.7644628,0.75619835,0.73966944,0.7231405,0.70247936,0.6528926,0.5041322,0.4338843,0.7107438,0.45041323,0.47933885,0.5165289,0.55785125,0.59504133,0.607438,0.6280992,0.661157,0.677686,0.6859504,0.71900827,0.71487606,0.73140496,0.73966944,0.75619835,0.76859504,0.7768595,0.78099173,0.76859504,0.75206614,0.7355372,0.7107438,0.71487606,0.6983471,0.7107438,0.74380165,0.76033056,0.76033056,0.7644628,0.76033056,0.76859504,0.75619835,0.7231405,0.71900827,0.71487606,0.7355372,0.7644628,0.7933884,0.7892562,0.822314,0.8057851,0.78512394,0.79752064,0.8057851,0.8140496,0.8057851,0.8347107,0.8347107,0.80991733,0.8140496,0.8181818,0.8057851,0.80991733,0.8016529,0.78099173,0.7768595,0.76033056,0.74793386,0.7231405,0.7066116,0.6528926,0.5785124,0.58677685,0.78099173,0.45454547,0.47933885,0.5165289,0.56198347,0.5785124,0.61570245,0.6363636,0.6570248,0.6694215,0.6983471,0.6942149,0.71900827,0.73966944,0.74793386,0.74793386,0.7644628,0.76859504,0.76033056,0.7355372,0.71900827,0.7107438,0.7066116,0.71487606,0.71487606,0.73140496,0.75619835,0.76033056,0.73966944,0.75206614,0.7644628,0.7768595,0.76033056,0.7231405,0.7231405,0.73966944,0.7768595,0.80991733,0.822314,0.8264463,0.8305785,0.822314,0.7933884,0.78512394,0.7933884,0.8016529,0.79752064,0.8264463,0.822314,0.8181818,0.80991733,0.822314,0.8181818,0.8140496,0.8057851,0.78512394,0.78512394,0.7644628,0.74793386,0.73140496,0.6983471,0.6446281,0.59504133,0.6735537,0.7768595,0.45041323,0.47933885,0.5206612,0.553719,0.5661157,0.6198347,0.6363636,0.6528926,0.6652893,0.6942149,0.6859504,0.71900827,0.7231405,0.74793386,0.74793386,0.76033056,0.76033056,0.73140496,0.71487606,0.71487606,0.6859504,0.7066116,0.73140496,0.73140496,0.73966944,0.76859504,0.7644628,0.72727275,0.7066116,0.6983471,0.73140496,0.75619835,0.76033056,0.78512394,0.78512394,0.78099173,0.7892562,0.8057851,0.8264463,0.8181818,0.8305785,0.8140496,0.8016529,0.7892562,0.7892562,0.79752064,0.8057851,0.8181818,0.822314,0.822314,0.822314,0.8181818,0.8057851,0.8016529,0.78512394,0.7892562,0.75206614,0.74380165,0.72727275,0.69008267,0.661157,0.5371901,0.61570245,0.7231405,0.44214877,0.4752066,0.5206612,0.55785125,0.57438016,0.6198347,0.6280992,0.6487603,0.6694215,0.69008267,0.70247936,0.7107438,0.7231405,0.75206614,0.75206614,0.74380165,0.73140496,0.71900827,0.7231405,0.71900827,0.71487606,0.73966944,0.7231405,0.7355372,0.73966944,0.75206614,0.73140496,0.6735537,0.6446281,0.62396693,0.62396693,0.607438,0.6446281,0.6859504,0.6859504,0.677686,0.6942149,0.71487606,0.76033056,0.8181818,0.8264463,0.8181818,0.8181818,0.7892562,0.7892562,0.78512394,0.7892562,0.7933884,0.8140496,0.8305785,0.8140496,0.8140496,0.80991733,0.79752064,0.78512394,0.78512394,0.73966944,0.74380165,0.72727275,0.6818182,0.6652893,0.4338843,0.38842976,0.6198347,0.44214877,0.47107437,0.5247934,0.54545456,0.58264464,0.61570245,0.6322314,0.6446281,0.6735537,0.6859504,0.71487606,0.7107438,0.7355372,0.73966944,0.74793386,0.71900827,0.71487606,0.70247936,0.71900827,0.72727275,0.73966944,0.7644628,0.71900827,0.73140496,0.72727275,0.69008267,0.6363636,0.58264464,0.5661157,0.55785125,0.5495868,0.5289256,0.5413223,0.58264464,0.59917355,0.6322314,0.6528926,0.6694215,0.6859504,0.74793386,0.8016529,0.8181818,0.822314,0.7933884,0.80991733,0.7933884,0.7933884,0.7933884,0.79752064,0.8264463,0.8181818,0.8140496,0.8140496,0.8016529,0.7892562,0.7768595,0.75206614,0.73966944,0.71900827,0.6694215,0.661157,0.46694216,0.32231405,0.5495868,0.4338843,0.46280992,0.5123967,0.5413223,0.56198347,0.607438,0.62396693,0.6404959,0.6735537,0.7066116,0.6983471,0.7066116,0.73140496,0.72727275,0.71900827,0.7107438,0.7066116,0.69008267,0.72727275,0.74793386,0.75206614,0.74793386,0.72727275,0.7107438,0.6570248,0.57024795,0.5371901,0.5165289,0.5082645,0.5,0.5041322,0.48347107,0.47933885,0.53305787,0.56198347,0.607438,0.61570245,0.6404959,0.6446281,0.661157,0.7355372,0.78512394,0.80991733,0.8181818,0.8181818,0.8140496,0.8016529,0.79752064,0.7892562,0.8140496,0.8264463,0.822314,0.80991733,0.8057851,0.7892562,0.7768595,0.76033056,0.74380165,0.71487606,0.661157,0.6528926,0.46694216,0.3429752,0.53305787,0.42561984,0.45867768,0.49173555,0.54545456,0.56198347,0.59504133,0.6198347,0.6404959,0.677686,0.6942149,0.6942149,0.7107438,0.73140496,0.7231405,0.6983471,0.7066116,0.70247936,0.6983471,0.7355372,0.76033056,0.74793386,0.72727275,0.69008267,0.6363636,0.56198347,0.5082645,0.4876033,0.46694216,0.45454547,0.446281,0.446281,0.446281,0.4338843,0.45041323,0.49173555,0.5165289,0.5289256,0.56198347,0.58677685,0.61570245,0.6652893,0.74380165,0.80991733,0.8181818,0.8181818,0.8181818,0.8140496,0.8057851,0.7933884,0.80991733,0.8181818,0.822314,0.8140496,0.8057851,0.78099173,0.76033056,0.7644628,0.74380165,0.71900827,0.6528926,0.6446281,0.4338843,0.38016528,0.54545456,0.4214876,0.45041323,0.4876033,0.5289256,0.54545456,0.58264464,0.61157024,0.6322314,0.6652893,0.6652893,0.6942149,0.71487606,0.7231405,0.7107438,0.6818182,0.6942149,0.70247936,0.71487606,0.75206614,0.75206614,0.7231405,0.6735537,0.61570245,0.5413223,0.4876033,0.46280992,0.42975205,0.42975205,0.44214877,0.45454547,0.47107437,0.48347107,0.46694216,0.44214877,0.446281,0.4338843,0.4214876,0.45454547,0.5082645,0.553719,0.58677685,0.6570248,0.7644628,0.8140496,0.80991733,0.822314,0.822314,0.822314,0.7892562,0.79752064,0.80991733,0.8181818,0.8181818,0.8016529,0.77272725,0.76859504,0.76033056,0.74380165,0.6983471,0.6404959,0.6322314,0.42975205,0.47933885,0.5785124,0.42561984,0.446281,0.47933885,0.5123967,0.5371901,0.57438016,0.61570245,0.6322314,0.6487603,0.6694215,0.69008267,0.7066116,0.71487606,0.7066116,0.6983471,0.6818182,0.71900827,0.73140496,0.75619835,0.7107438,0.6735537,0.59504133,0.5247934,0.46694216,0.45041323,0.45867768,0.48347107,0.54545456,0.58264464,0.62396693,0.6404959,0.6363636,0.661157,0.6404959,0.62396693,0.57438016,0.5165289,0.5041322,0.47107437,0.49173555,0.53305787,0.5661157,0.6694215,0.7892562,0.8057851,0.8140496,0.822314,0.822314,0.8016529,0.78512394,0.8057851,0.8181818,0.8140496,0.7933884,0.77272725,0.77272725,0.76033056,0.7355372,0.69008267,0.6363636,0.607438,0.6198347,0.62396693,0.6322314,0.41735536,0.446281,0.47107437,0.5082645,0.5371901,0.56198347,0.60330576,0.6280992,0.6446281,0.661157,0.677686,0.6942149,0.6942149,0.69008267,0.6942149,0.6818182,0.71487606,0.73966944,0.74380165,0.6528926,0.59917355,0.5247934,0.45867768,0.45041323,0.49173555,0.53305787,0.5785124,0.61570245,0.6570248,0.7066116,0.73140496,0.7355372,0.75619835,0.75206614,0.75619835,0.77272725,0.76859504,0.72727275,0.6735537,0.59090906,0.5289256,0.4876033,0.56198347,0.71487606,0.76859504,0.78512394,0.8140496,0.822314,0.8140496,0.78512394,0.8016529,0.8181818,0.8057851,0.79752064,0.7768595,0.7644628,0.75619835,0.7231405,0.6735537,0.62396693,0.6322314,0.73966944,0.7892562,0.7892562,0.40495867,0.44214877,0.45454547,0.5,0.5371901,0.55785125,0.58677685,0.6280992,0.6363636,0.6404959,0.6570248,0.6859504,0.6859504,0.69008267,0.6818182,0.6818182,0.7066116,0.7355372,0.72727275,0.6198347,0.53305787,0.49586776,0.5082645,0.54545456,0.56198347,0.5785124,0.59504133,0.6322314,0.677686,0.72727275,0.7231405,0.73966944,0.74380165,0.73966944,0.74380165,0.74793386,0.74793386,0.73966944,0.71487606,0.6942149,0.6570248,0.54545456,0.5165289,0.59090906,0.6818182,0.72727275,0.7768595,0.822314,0.8140496,0.79752064,0.8016529,0.8016529,0.8016529,0.7933884,0.76859504,0.76033056,0.75619835,0.71900827,0.6652893,0.61570245,0.6363636,0.73966944,0.8016529,0.8016529,0.39256197,0.4338843,0.45041323,0.48347107,0.5289256,0.553719,0.58264464,0.61157024,0.6404959,0.6446281,0.661157,0.6859504,0.6818182,0.6942149,0.69008267,0.6859504,0.6942149,0.7231405,0.74380165,0.6570248,0.61157024,0.61570245,0.62396693,0.58264464,0.59090906,0.607438,0.61157024,0.6404959,0.677686,0.7107438,0.7066116,0.7107438,0.7231405,0.7231405,0.71487606,0.72727275,0.73140496,0.71900827,0.6983471,0.69008267,0.69008267,0.6694215,0.6446281,0.59917355,0.58677685,0.6487603,0.74793386,0.79752064,0.8140496,0.80991733,0.79752064,0.8016529,0.8057851,0.79752064,0.77272725,0.76033056,0.74793386,0.71487606,0.6570248,0.6198347,0.6363636,0.7231405,0.78099173,0.7768595,0.37190083,0.41322315,0.43801653,0.47107437,0.5082645,0.5495868,0.57438016,0.61157024,0.6198347,0.6487603,0.6570248,0.6735537,0.6735537,0.6983471,0.69008267,0.69008267,0.6859504,0.6983471,0.74380165,0.7107438,0.6735537,0.6735537,0.6487603,0.6280992,0.59090906,0.59917355,0.60330576,0.6322314,0.661157,0.6859504,0.6859504,0.6652893,0.6942149,0.70247936,0.69008267,0.6942149,0.71487606,0.71900827,0.71487606,0.71487606,0.71487606,0.70247936,0.7066116,0.7355372,0.6983471,0.6942149,0.74793386,0.77272725,0.8140496,0.80991733,0.8057851,0.8057851,0.79752064,0.7933884,0.77272725,0.75619835,0.7355372,0.70247936,0.6528926,0.6198347,0.6570248,0.7066116,0.76033056,0.76033056,0.3429752,0.40495867,0.4214876,0.46694216,0.5041322,0.5413223,0.553719,0.59504133,0.61157024,0.6363636,0.6487603,0.6652893,0.6570248,0.6818182,0.677686,0.6859504,0.677686,0.7066116,0.7355372,0.72727275,0.70247936,0.69008267,0.677686,0.6446281,0.6198347,0.61157024,0.6198347,0.661157,0.70247936,0.73140496,0.71900827,0.6694215,0.69008267,0.7107438,0.70247936,0.6942149,0.71487606,0.7355372,0.74793386,0.75206614,0.76033056,0.74793386,0.74793386,0.75619835,0.75619835,0.7355372,0.78099173,0.78512394,0.8016529,0.8057851,0.80991733,0.8057851,0.79752064,0.7892562,0.7768595,0.75206614,0.7231405,0.70247936,0.6404959,0.6280992,0.6652893,0.73140496,0.76859504,0.73966944,0.3140496,0.4090909,0.41735536,0.45454547,0.47933885,0.5123967,0.5495868,0.58264464,0.607438,0.6280992,0.6487603,0.661157,0.661157,0.677686,0.6818182,0.6859504,0.6942149,0.7066116,0.7231405,0.72727275,0.7107438,0.6983471,0.69008267,0.677686,0.6446281,0.6280992,0.6280992,0.661157,0.7107438,0.75619835,0.73140496,0.69008267,0.6818182,0.7107438,0.73140496,0.71900827,0.7355372,0.75206614,0.77272725,0.78099173,0.7892562,0.77272725,0.7768595,0.78099173,0.7892562,0.7768595,0.7892562,0.78512394,0.78099173,0.8016529,0.80991733,0.8016529,0.7892562,0.7768595,0.7644628,0.74793386,0.72727275,0.6983471,0.6322314,0.6404959,0.6818182,0.74380165,0.75206614,0.7107438,0.29338843,0.37190083,0.41322315,0.43801653,0.47107437,0.4876033,0.53305787,0.5661157,0.59504133,0.61570245,0.6363636,0.6528926,0.6570248,0.6652893,0.677686,0.6859504,0.6859504,0.7231405,0.70247936,0.7066116,0.7107438,0.7066116,0.6983471,0.6983471,0.6694215,0.6446281,0.6363636,0.6528926,0.7107438,0.74380165,0.72727275,0.6983471,0.6818182,0.6983471,0.7231405,0.73140496,0.74793386,0.76033056,0.7768595,0.78099173,0.77272725,0.7768595,0.7892562,0.7892562,0.7933884,0.78512394,0.7933884,0.8057851,0.7933884,0.8057851,0.80991733,0.79752064,0.77272725,0.78099173,0.76033056,0.74380165,0.7231405,0.69008267,0.6280992,0.61157024,0.6322314,0.661157,0.61157024,0.57024795,0.26859504,0.3553719,0.40495867,0.42561984,0.45867768,0.5041322,0.5371901,0.56198347,0.58677685,0.607438,0.6198347,0.6363636,0.6446281,0.6652893,0.677686,0.6942149,0.6694215,0.7107438,0.70247936,0.70247936,0.7066116,0.70247936,0.6983471,0.70247936,0.69008267,0.677686,0.661157,0.661157,0.6983471,0.72727275,0.71900827,0.6983471,0.6818182,0.69008267,0.7107438,0.7231405,0.73966944,0.75206614,0.76033056,0.75619835,0.7644628,0.78099173,0.7933884,0.7933884,0.7933884,0.78512394,0.7933884,0.80991733,0.80991733,0.80991733,0.80991733,0.79752064,0.7768595,0.76859504,0.74793386,0.72727275,0.71487606,0.6652893,0.57438016,0.34710744,0.3429752,0.3677686,0.32231405,0.2768595,0.24380165,0.3264463,0.38842976,0.41735536,0.44214877,0.48347107,0.5289256,0.5495868,0.57438016,0.59504133,0.61570245,0.6280992,0.6446281,0.6694215,0.6818182,0.6942149,0.6570248,0.6859504,0.6818182,0.6818182,0.6942149,0.6942149,0.7066116,0.6983471,0.70247936,0.6942149,0.69008267,0.69008267,0.69008267,0.71900827,0.73140496,0.70247936,0.6942149,0.7107438,0.71487606,0.7355372,0.74380165,0.75619835,0.76033056,0.76033056,0.7768595,0.7892562,0.7933884,0.79752064,0.7933884,0.79752064,0.79752064,0.80991733,0.80991733,0.80991733,0.8057851,0.7892562,0.7768595,0.76033056,0.74380165,0.72727275,0.69008267,0.661157,0.4876033,0.20247933,0.20247933,0.2107438,0.20247933,0.19421488,0.21487603,0.30165288,0.3677686,0.40495867,0.42975205,0.47107437,0.5041322,0.5371901,0.55785125,0.5785124,0.59090906,0.61157024,0.6363636,0.6570248,0.6735537,0.6859504,0.661157,0.661157,0.6652893,0.6570248,0.6652893,0.677686,0.6983471,0.6859504,0.69008267,0.6983471,0.6983471,0.7107438,0.6983471,0.7107438,0.7355372,0.71900827,0.71900827,0.7231405,0.71900827,0.73140496,0.73966944,0.7644628,0.74793386,0.7644628,0.78099173,0.7892562,0.7892562,0.79752064,0.7933884,0.80991733,0.80991733,0.8016529,0.7933884,0.8057851,0.8057851,0.78099173,0.76859504,0.75206614,0.7231405,0.71487606,0.6859504,0.6528926,0.38429752,0.1694215,0.18181819,0.19008264,0.1983471,0.18181819,0.16528925,0.2768595,0.35123968,0.38842976,0.4090909,0.45041323,0.4876033,0.5206612,0.5371901,0.5661157,0.58677685,0.60330576,0.6322314,0.6487603,0.6528926,0.6652893,0.6528926,0.6528926,0.6528926,0.6487603,0.6528926,0.6652893,0.6694215,0.6735537,0.6694215,0.6818182,0.6859504,0.70247936,0.7066116,0.71900827,0.74380165,0.7231405,0.71900827,0.73140496,0.71900827,0.72727275,0.73966944,0.75619835,0.73140496,0.77272725,0.78512394,0.7933884,0.79752064,0.8016529,0.7933884,0.8181818,0.8140496,0.7933884,0.78512394,0.7892562,0.8016529,0.76859504,0.75206614,0.74380165,0.71900827,0.71900827,0.661157,0.59090906,0.26859504,0.18595041,0.19421488,0.17768595,0.18595041,0.19421488,0.1446281,0.24793388,0.32231405,0.3677686,0.3966942,0.4214876,0.47107437,0.5041322,0.5165289,0.54545456,0.57024795,0.59504133,0.62396693,0.6322314,0.6404959,0.6280992,0.62396693,0.6487603,0.6487603,0.6528926,0.6528926,0.6652893,0.6570248,0.6694215,0.661157,0.6735537,0.6735537,0.6859504,0.70247936,0.72727275,0.75619835,0.73966944,0.75206614,0.74793386,0.74380165,0.73966944,0.73966944,0.75619835,0.75206614,0.77272725,0.78512394,0.79752064,0.8057851,0.8057851,0.8057851,0.8140496,0.7933884,0.78099173,0.78099173,0.7768595,0.7892562,0.76859504,0.74380165,0.72727275,0.71900827,0.70247936,0.6404959,0.4876033,0.20247933,0.18595041,0.18595041,0.19008264,0.18595041,0.19421488,0.14049587,0.21900827,0.28099173,0.35123968,0.3677686,0.41322315,0.446281,0.4876033,0.5123967,0.5413223,0.553719,0.58677685,0.61157024,0.62396693,0.6322314,0.60330576,0.60330576,0.6404959,0.6528926,0.661157,0.6570248,0.6735537,0.677686,0.6859504,0.6859504,0.6859504,0.6818182,0.6942149,0.71487606,0.73966944,0.76859504,0.76859504,0.77272725,0.76859504,0.74793386,0.7355372,0.73140496,0.75206614,0.75206614,0.7644628,0.78099173,0.7933884,0.8140496,0.78512394,0.8140496,0.8016529,0.79752064,0.78099173,0.76859504,0.78099173,0.7644628,0.74380165,0.7231405,0.7107438,0.71900827,0.6735537,0.61570245,0.35123968,0.17768595,0.18181819,0.18181819,0.19421488,0.19008264,0.19421488,0.11983471,0.2107438,0.24793388,0.32231405,0.3264463,0.38842976,0.42975205,0.46280992,0.48347107,0.5206612,0.5495868,0.57438016,0.59090906,0.61157024,0.6322314,0.58264464,0.60330576,0.6404959,0.6570248,0.6694215,0.6652893,0.6983471,0.70247936,0.7107438,0.71487606,0.71487606,0.6983471,0.71900827,0.73140496,0.75619835,0.76859504,0.77272725,0.7644628,0.75619835,0.73966944,0.7355372,0.74793386,0.74793386,0.75619835,0.75619835,0.76859504,0.78099173,0.79752064,0.78099173,0.8140496,0.7933884,0.8016529,0.7768595,0.76033056,0.77272725,0.74793386,0.73140496,0.71900827,0.7066116,0.70247936,0.6694215,0.5371901,0.23553719,0.1694215,0.17768595,0.19008264,0.19008264,0.18181819,0.19008264,0 +0.38016528,0.44214877,0.48347107,0.54545456,0.58264464,0.6280992,0.6487603,0.677686,0.69008267,0.7107438,0.72727275,0.74793386,0.76033056,0.76033056,0.76859504,0.78099173,0.78099173,0.79752064,0.7644628,0.79752064,0.8016529,0.80991733,0.8347107,0.8347107,0.8595041,0.87603307,0.8801653,0.8801653,0.8801653,0.8719008,0.8677686,0.8429752,0.8264463,0.8140496,0.79752064,0.8016529,0.79752064,0.7933884,0.7933884,0.7768595,0.7644628,0.7644628,0.7768595,0.76859504,0.7644628,0.77272725,0.76033056,0.75206614,0.75206614,0.75619835,0.73966944,0.7355372,0.7355372,0.7231405,0.71900827,0.7107438,0.677686,0.6363636,0.56198347,0.4214876,0.40495867,0.2644628,0.27272728,0.2768595,0.38842976,0.446281,0.49173555,0.54545456,0.607438,0.6404959,0.6528926,0.6652893,0.6942149,0.7107438,0.71900827,0.72727275,0.75619835,0.76033056,0.76859504,0.78099173,0.78099173,0.77272725,0.78099173,0.78099173,0.8057851,0.80991733,0.8429752,0.8429752,0.8595041,0.8677686,0.87603307,0.8801653,0.8801653,0.8636364,0.8636364,0.8512397,0.8264463,0.8140496,0.8057851,0.7892562,0.8016529,0.78512394,0.7933884,0.78099173,0.76859504,0.7768595,0.77272725,0.76033056,0.76033056,0.76859504,0.76859504,0.75619835,0.75619835,0.75206614,0.74380165,0.7355372,0.74380165,0.72727275,0.7231405,0.7107438,0.6694215,0.6322314,0.57438016,0.40495867,0.38842976,0.23553719,0.2107438,0.2107438,0.3677686,0.42975205,0.5082645,0.57024795,0.62396693,0.6446281,0.661157,0.6652893,0.69008267,0.6983471,0.72727275,0.7231405,0.74793386,0.74793386,0.76033056,0.78099173,0.7892562,0.78099173,0.8016529,0.7933884,0.80991733,0.80991733,0.838843,0.8429752,0.8553719,0.8677686,0.8719008,0.8801653,0.8801653,0.8595041,0.8553719,0.838843,0.8181818,0.80991733,0.8057851,0.79752064,0.7933884,0.78512394,0.78512394,0.78099173,0.78099173,0.77272725,0.7768595,0.77272725,0.7644628,0.7644628,0.7644628,0.75619835,0.75206614,0.74793386,0.74793386,0.73966944,0.7355372,0.72727275,0.7231405,0.7066116,0.6735537,0.6280992,0.57438016,0.42975205,0.34710744,0.23553719,0.21900827,0.21900827,0.38429752,0.45454547,0.53305787,0.59090906,0.6322314,0.6404959,0.661157,0.6528926,0.6818182,0.70247936,0.7107438,0.74380165,0.74793386,0.76033056,0.7644628,0.78099173,0.7892562,0.79752064,0.80991733,0.8016529,0.8140496,0.8264463,0.8347107,0.8429752,0.8512397,0.8553719,0.8636364,0.8719008,0.8677686,0.8636364,0.8471074,0.822314,0.8181818,0.79752064,0.7933884,0.7892562,0.79752064,0.7933884,0.7933884,0.78099173,0.77272725,0.77272725,0.7768595,0.76859504,0.76859504,0.76859504,0.76859504,0.75619835,0.75619835,0.75619835,0.75619835,0.74380165,0.74380165,0.73966944,0.73140496,0.71900827,0.6694215,0.6322314,0.56198347,0.4214876,0.30578512,0.23553719,0.21900827,0.21900827,0.446281,0.5247934,0.57438016,0.59917355,0.6280992,0.6404959,0.6652893,0.6570248,0.6859504,0.7066116,0.71900827,0.73966944,0.75206614,0.7644628,0.78099173,0.78099173,0.78512394,0.8016529,0.80991733,0.8016529,0.8057851,0.8264463,0.8264463,0.8429752,0.8553719,0.8512397,0.8553719,0.8512397,0.8636364,0.8512397,0.838843,0.8181818,0.8140496,0.8057851,0.8057851,0.7933884,0.7892562,0.7892562,0.78099173,0.7768595,0.78099173,0.7768595,0.77272725,0.77272725,0.7644628,0.7644628,0.7644628,0.74793386,0.77272725,0.7644628,0.75619835,0.75619835,0.74793386,0.74380165,0.7355372,0.71487606,0.6694215,0.6280992,0.5413223,0.38016528,0.2644628,0.21900827,0.2231405,0.2231405,0.5,0.5371901,0.5785124,0.60330576,0.6198347,0.6363636,0.661157,0.6652893,0.69008267,0.7107438,0.7355372,0.74380165,0.75619835,0.7644628,0.78099173,0.7892562,0.78512394,0.8016529,0.80991733,0.8057851,0.80991733,0.8305785,0.8181818,0.8305785,0.8347107,0.8512397,0.8512397,0.8429752,0.8512397,0.8305785,0.8264463,0.8181818,0.8057851,0.8057851,0.80991733,0.8016529,0.78512394,0.78512394,0.78099173,0.78099173,0.7933884,0.78512394,0.77272725,0.76859504,0.76859504,0.76859504,0.7644628,0.75619835,0.7644628,0.7644628,0.76859504,0.7644628,0.75619835,0.74793386,0.73140496,0.71900827,0.677686,0.6280992,0.53305787,0.30991736,0.23553719,0.21487603,0.2107438,0.2107438,0.5165289,0.53305787,0.5661157,0.59090906,0.61570245,0.6363636,0.6487603,0.6818182,0.70247936,0.6983471,0.7355372,0.73966944,0.75206614,0.76859504,0.78512394,0.7933884,0.7933884,0.7933884,0.8140496,0.8181818,0.8140496,0.822314,0.822314,0.8140496,0.8264463,0.8264463,0.8347107,0.8305785,0.8347107,0.80991733,0.8181818,0.80991733,0.8016529,0.79752064,0.7933884,0.7892562,0.7892562,0.7892562,0.78512394,0.7768595,0.79752064,0.77272725,0.77272725,0.7644628,0.76859504,0.77272725,0.77272725,0.75619835,0.7768595,0.76033056,0.7644628,0.76859504,0.76033056,0.75619835,0.74380165,0.71900827,0.6859504,0.6404959,0.46694216,0.2603306,0.22727273,0.1983471,0.19421488,0.1983471,0.5165289,0.53305787,0.55785125,0.58264464,0.607438,0.6322314,0.6487603,0.677686,0.70247936,0.70247936,0.73966944,0.74793386,0.74793386,0.76859504,0.78512394,0.79752064,0.8057851,0.79752064,0.8140496,0.8140496,0.8140496,0.8016529,0.80991733,0.8016529,0.80991733,0.8016529,0.8181818,0.822314,0.8264463,0.8140496,0.8181818,0.8016529,0.8057851,0.7892562,0.78512394,0.78099173,0.7933884,0.78512394,0.78099173,0.7768595,0.7892562,0.77272725,0.7768595,0.77272725,0.77272725,0.7768595,0.77272725,0.77272725,0.78099173,0.76859504,0.76859504,0.76859504,0.76033056,0.74793386,0.75206614,0.7355372,0.6942149,0.6528926,0.4338843,0.32231405,0.20661157,0.23966943,0.23966943,0.23553719,0.5165289,0.5371901,0.56198347,0.58264464,0.59504133,0.62396693,0.6487603,0.6652893,0.6983471,0.7107438,0.74380165,0.74793386,0.73966944,0.75619835,0.7768595,0.7933884,0.80991733,0.80991733,0.8181818,0.7933884,0.7892562,0.78512394,0.7768595,0.77272725,0.7768595,0.7892562,0.79752064,0.8016529,0.8057851,0.79752064,0.8016529,0.79752064,0.8016529,0.79752064,0.79752064,0.78512394,0.7933884,0.78099173,0.78099173,0.78099173,0.78512394,0.7892562,0.78512394,0.78099173,0.7768595,0.7768595,0.76859504,0.76859504,0.77272725,0.76033056,0.7644628,0.75619835,0.76033056,0.75206614,0.75206614,0.74380165,0.7107438,0.6487603,0.5,0.47933885,0.2231405,0.2231405,0.2231405,0.22727273,0.5289256,0.53305787,0.55785125,0.57438016,0.58677685,0.62396693,0.6404959,0.6694215,0.6983471,0.7066116,0.72727275,0.7231405,0.677686,0.7231405,0.76859504,0.78512394,0.79752064,0.8057851,0.8016529,0.7892562,0.7644628,0.76033056,0.76033056,0.76033056,0.7644628,0.7768595,0.77272725,0.7768595,0.78512394,0.78512394,0.7933884,0.7933884,0.8057851,0.7892562,0.7933884,0.79752064,0.7892562,0.78512394,0.78512394,0.78512394,0.7892562,0.7933884,0.79752064,0.79752064,0.78512394,0.78099173,0.77272725,0.75619835,0.7644628,0.76033056,0.7644628,0.74793386,0.76033056,0.75619835,0.74793386,0.73140496,0.7231405,0.6487603,0.59090906,0.57438016,0.2107438,0.20661157,0.20247933,0.20247933,0.53305787,0.54545456,0.5495868,0.57024795,0.57438016,0.61570245,0.6363636,0.6570248,0.6818182,0.6942149,0.6942149,0.6735537,0.6404959,0.6983471,0.72727275,0.74793386,0.74793386,0.74380165,0.75619835,0.76033056,0.73140496,0.73966944,0.7355372,0.7355372,0.73966944,0.75206614,0.75619835,0.76859504,0.7644628,0.7768595,0.7768595,0.7933884,0.8016529,0.79752064,0.79752064,0.7892562,0.7892562,0.7933884,0.79752064,0.8057851,0.79752064,0.79752064,0.8140496,0.8140496,0.80991733,0.79752064,0.7892562,0.78099173,0.76859504,0.76033056,0.76033056,0.7355372,0.74380165,0.72727275,0.7231405,0.6983471,0.70247936,0.6942149,0.58677685,0.6198347,0.22727273,0.23553719,0.23140496,0.23140496,0.53305787,0.5371901,0.5495868,0.5413223,0.56198347,0.59090906,0.60330576,0.60330576,0.61157024,0.6570248,0.6446281,0.6487603,0.6446281,0.6735537,0.677686,0.6818182,0.6983471,0.6570248,0.6694215,0.6859504,0.6570248,0.6570248,0.6694215,0.6859504,0.6818182,0.6942149,0.7231405,0.76033056,0.75619835,0.76859504,0.77272725,0.78099173,0.7892562,0.80991733,0.7892562,0.79752064,0.78512394,0.8057851,0.8181818,0.8057851,0.8181818,0.8181818,0.8140496,0.8305785,0.8140496,0.8057851,0.79752064,0.76033056,0.73966944,0.71900827,0.72727275,0.7107438,0.70247936,0.6942149,0.6694215,0.661157,0.6652893,0.661157,0.55785125,0.61157024,0.3264463,0.20661157,0.2107438,0.2107438,0.5289256,0.54545456,0.5413223,0.5247934,0.5289256,0.5413223,0.553719,0.553719,0.5661157,0.58264464,0.607438,0.62396693,0.6528926,0.6528926,0.6404959,0.6528926,0.6652893,0.57438016,0.553719,0.5413223,0.57024795,0.5785124,0.58677685,0.58264464,0.61157024,0.6280992,0.6694215,0.6983471,0.7231405,0.73140496,0.74793386,0.76859504,0.78512394,0.78512394,0.79752064,0.78512394,0.79752064,0.8140496,0.8264463,0.822314,0.8140496,0.79752064,0.7768595,0.78099173,0.7355372,0.6735537,0.6404959,0.607438,0.58264464,0.59504133,0.59090906,0.6446281,0.6570248,0.6694215,0.6570248,0.6280992,0.61570245,0.6198347,0.5123967,0.5206612,0.553719,0.18595041,0.18595041,0.18595041,0.5413223,0.553719,0.53305787,0.5165289,0.5041322,0.5082645,0.5206612,0.5206612,0.57024795,0.5413223,0.57438016,0.5785124,0.6198347,0.61570245,0.59917355,0.6198347,0.6446281,0.59090906,0.57024795,0.5289256,0.5289256,0.5371901,0.57024795,0.56198347,0.57024795,0.59090906,0.60330576,0.6446281,0.6652893,0.661157,0.6983471,0.73140496,0.76033056,0.76859504,0.78512394,0.78512394,0.7892562,0.80991733,0.838843,0.8140496,0.78512394,0.76033056,0.7231405,0.6652893,0.607438,0.54545456,0.5206612,0.5082645,0.5247934,0.5661157,0.54545456,0.57024795,0.6280992,0.6570248,0.6487603,0.6280992,0.60330576,0.56198347,0.4876033,0.4338843,0.6859504,0.21487603,0.2107438,0.2107438,0.5661157,0.55785125,0.54545456,0.5247934,0.49173555,0.5,0.5082645,0.5289256,0.54545456,0.5495868,0.5785124,0.59090906,0.62396693,0.6487603,0.6735537,0.677686,0.677686,0.6404959,0.607438,0.56198347,0.49586776,0.45041323,0.446281,0.47107437,0.49586776,0.5123967,0.5247934,0.553719,0.59504133,0.61157024,0.6322314,0.6983471,0.73140496,0.74380165,0.76859504,0.76859504,0.78512394,0.8140496,0.8305785,0.8057851,0.75619835,0.6942149,0.661157,0.61157024,0.57438016,0.55785125,0.54545456,0.5247934,0.5495868,0.59090906,0.61157024,0.6322314,0.6694215,0.72727275,0.7107438,0.677686,0.6363636,0.57438016,0.5165289,0.37603307,0.677686,0.2892562,0.28512397,0.28099173,0.58264464,0.5785124,0.56198347,0.54545456,0.5041322,0.49173555,0.5041322,0.5082645,0.5,0.47933885,0.4752066,0.48347107,0.5041322,0.47933885,0.46694216,0.4090909,0.338843,0.3181818,0.2520661,0.45867768,0.46280992,0.37190083,0.34710744,0.37190083,0.41322315,0.43801653,0.44214877,0.46280992,0.5,0.5495868,0.60330576,0.6652893,0.7107438,0.73140496,0.73966944,0.7355372,0.76859504,0.8016529,0.8181818,0.76859504,0.71487606,0.661157,0.58264464,0.54545456,0.47933885,0.3429752,0.42561984,0.30991736,0.21487603,0.338843,0.40082645,0.55785125,0.5371901,0.54545456,0.58264464,0.661157,0.6363636,0.59504133,0.6198347,0.41735536,0.62396693,0.2603306,0.2644628,0.26859504,0.59504133,0.60330576,0.58677685,0.56198347,0.5247934,0.49586776,0.47107437,0.4338843,0.35950413,0.3305785,0.3305785,0.40495867,0.48347107,0.38016528,0.3305785,0.25619835,0.23966943,0.32231405,0.29752067,0.6404959,0.6570248,0.54545456,0.42561984,0.4876033,0.45867768,0.48347107,0.49173555,0.46280992,0.47933885,0.5289256,0.58264464,0.6487603,0.6983471,0.71900827,0.75619835,0.75206614,0.74380165,0.75206614,0.7644628,0.7231405,0.69008267,0.4876033,0.42561984,0.54545456,0.61157024,0.38016528,0.40082645,0.28512397,0.30165288,0.43801653,0.5041322,0.75206614,0.6363636,0.46694216,0.38842976,0.54545456,0.6322314,0.607438,0.6487603,0.56198347,0.5,0.20247933,0.20661157,0.2107438,0.607438,0.61570245,0.61570245,0.60330576,0.58677685,0.53305787,0.46280992,0.42975205,0.40082645,0.4752066,0.5,0.57438016,0.6652893,0.61157024,0.42561984,0.4214876,0.40495867,0.42561984,0.55785125,0.73966944,0.7107438,0.59917355,0.55785125,0.62396693,0.5082645,0.58264464,0.6198347,0.5785124,0.5206612,0.53305787,0.607438,0.6528926,0.69008267,0.73140496,0.78512394,0.7892562,0.75206614,0.73140496,0.7107438,0.70247936,0.5371901,0.43801653,0.46694216,0.7066116,0.8057851,0.6487603,0.4752066,0.37190083,0.38429752,0.7231405,0.7231405,0.80991733,0.6652893,0.53305787,0.47933885,0.5371901,0.62396693,0.61570245,0.6404959,0.6694215,0.33471075,0.16115703,0.16115703,0.16528925,0.62396693,0.6280992,0.6446281,0.6322314,0.6322314,0.59504133,0.5371901,0.5413223,0.49586776,0.5082645,0.59504133,0.61570245,0.6694215,0.6983471,0.661157,0.6446281,0.61157024,0.62396693,0.71487606,0.7355372,0.6818182,0.57024795,0.55785125,0.54545456,0.53305787,0.6322314,0.6942149,0.6652893,0.56198347,0.57438016,0.59090906,0.6322314,0.6818182,0.71900827,0.8057851,0.80991733,0.75206614,0.71900827,0.69008267,0.6487603,0.5371901,0.5247934,0.5413223,0.6404959,0.77272725,0.80991733,0.78512394,0.70247936,0.6818182,0.822314,0.8016529,0.70247936,0.6322314,0.57024795,0.5123967,0.61570245,0.6487603,0.6322314,0.6487603,0.59090906,0.21900827,0.1694215,0.1694215,0.1694215,0.6322314,0.6446281,0.6528926,0.6404959,0.6528926,0.6363636,0.6198347,0.61157024,0.5785124,0.5413223,0.5661157,0.57438016,0.5785124,0.6322314,0.6446281,0.75206614,0.6942149,0.6446281,0.6404959,0.6487603,0.60330576,0.553719,0.54545456,0.56198347,0.55785125,0.661157,0.661157,0.6280992,0.59090906,0.61157024,0.607438,0.6322314,0.6735537,0.70247936,0.7892562,0.8264463,0.76033056,0.71900827,0.6818182,0.60330576,0.57024795,0.6322314,0.6363636,0.6322314,0.61157024,0.6363636,0.6652893,0.6735537,0.6487603,0.6859504,0.6280992,0.6404959,0.61157024,0.57438016,0.5661157,0.6528926,0.6735537,0.6528926,0.6735537,0.46280992,0.19008264,0.20247933,0.20247933,0.20247933,0.62396693,0.6446281,0.6652893,0.6570248,0.6570248,0.6446281,0.6404959,0.62396693,0.6280992,0.59504133,0.58677685,0.57438016,0.57438016,0.5785124,0.59504133,0.6363636,0.60330576,0.59917355,0.59090906,0.57438016,0.553719,0.53305787,0.57438016,0.59917355,0.60330576,0.6735537,0.6363636,0.59917355,0.61570245,0.6198347,0.607438,0.6198347,0.661157,0.7066116,0.77272725,0.838843,0.78512394,0.74380165,0.70247936,0.59504133,0.54545456,0.6363636,0.62396693,0.61570245,0.607438,0.61570245,0.6487603,0.6446281,0.6983471,0.74380165,0.71487606,0.677686,0.6570248,0.60330576,0.6404959,0.6983471,0.6983471,0.661157,0.6859504,0.338843,0.19421488,0.21900827,0.21900827,0.21900827,0.61570245,0.6446281,0.6694215,0.6694215,0.6652893,0.6528926,0.6487603,0.6446281,0.6487603,0.6528926,0.6280992,0.607438,0.61157024,0.607438,0.607438,0.6280992,0.61570245,0.59917355,0.60330576,0.5785124,0.5785124,0.607438,0.607438,0.62396693,0.677686,0.6570248,0.6280992,0.6198347,0.62396693,0.6198347,0.61570245,0.61570245,0.6404959,0.70247936,0.76033056,0.838843,0.78512394,0.73966944,0.7107438,0.6446281,0.553719,0.58677685,0.61157024,0.61570245,0.6322314,0.6487603,0.6818182,0.70247936,0.7768595,0.80991733,0.78099173,0.70247936,0.6735537,0.6570248,0.6818182,0.70247936,0.6942149,0.677686,0.6198347,0.24380165,0.20661157,0.2231405,0.2231405,0.2231405,0.60330576,0.6446281,0.6694215,0.6735537,0.677686,0.6652893,0.6528926,0.6487603,0.6570248,0.6694215,0.6694215,0.6570248,0.6404959,0.6280992,0.62396693,0.6280992,0.62396693,0.6280992,0.6280992,0.6198347,0.607438,0.62396693,0.62396693,0.6735537,0.6942149,0.6652893,0.6446281,0.6446281,0.6322314,0.61570245,0.6198347,0.6404959,0.6528926,0.6942149,0.73140496,0.8429752,0.78512394,0.7355372,0.7355372,0.70247936,0.58264464,0.59090906,0.607438,0.6363636,0.6487603,0.6570248,0.7107438,0.75206614,0.80991733,0.8264463,0.7768595,0.72727275,0.6983471,0.6818182,0.70247936,0.7107438,0.6983471,0.6818182,0.41322315,0.21900827,0.21487603,0.2231405,0.2231405,0.2231405,0.60330576,0.6446281,0.661157,0.677686,0.6735537,0.6652893,0.661157,0.661157,0.661157,0.6694215,0.6735537,0.677686,0.6694215,0.661157,0.6694215,0.6652893,0.6735537,0.6528926,0.6446281,0.6322314,0.6322314,0.6322314,0.677686,0.7066116,0.6942149,0.6694215,0.6528926,0.6528926,0.62396693,0.6198347,0.6322314,0.6735537,0.6694215,0.6818182,0.71900827,0.8347107,0.8181818,0.74380165,0.74380165,0.73966944,0.6198347,0.59917355,0.62396693,0.6570248,0.6859504,0.71487606,0.74793386,0.74380165,0.76859504,0.7768595,0.75206614,0.73966944,0.70247936,0.6983471,0.71487606,0.7107438,0.70247936,0.661157,0.28099173,0.20247933,0.21487603,0.2107438,0.2107438,0.20661157,0.5785124,0.62396693,0.6446281,0.6528926,0.6528926,0.6528926,0.6570248,0.6694215,0.6694215,0.6735537,0.6859504,0.6818182,0.677686,0.6859504,0.6694215,0.6570248,0.6570248,0.661157,0.6528926,0.6652893,0.6818182,0.71900827,0.7107438,0.70247936,0.6859504,0.6694215,0.6528926,0.6404959,0.6322314,0.6280992,0.6528926,0.6942149,0.677686,0.6859504,0.71487606,0.8140496,0.8512397,0.7644628,0.75206614,0.75206614,0.6528926,0.59917355,0.6322314,0.6487603,0.6942149,0.75619835,0.8016529,0.80991733,0.8140496,0.8057851,0.75619835,0.7355372,0.71487606,0.71487606,0.71900827,0.7107438,0.7107438,0.6280992,0.23553719,0.20247933,0.21900827,0.21900827,0.21900827,0.2231405,0.5661157,0.59504133,0.6280992,0.6363636,0.6446281,0.661157,0.6363636,0.6528926,0.661157,0.6818182,0.69008267,0.6942149,0.6983471,0.7231405,0.6983471,0.6859504,0.677686,0.70247936,0.6942149,0.6983471,0.71900827,0.7231405,0.71487606,0.7066116,0.6735537,0.6528926,0.6446281,0.6528926,0.6404959,0.6487603,0.6652893,0.70247936,0.6859504,0.6859504,0.69008267,0.80991733,0.8512397,0.76859504,0.7355372,0.75206614,0.69008267,0.59504133,0.6363636,0.661157,0.6694215,0.72727275,0.7768595,0.8181818,0.80991733,0.7933884,0.75619835,0.71900827,0.71487606,0.71487606,0.7231405,0.7107438,0.72727275,0.5661157,0.20661157,0.20661157,0.21900827,0.21900827,0.21900827,0.21900827,0.553719,0.58264464,0.61570245,0.6322314,0.6446281,0.6487603,0.6363636,0.6446281,0.661157,0.6694215,0.677686,0.69008267,0.69008267,0.7066116,0.6983471,0.7066116,0.70247936,0.71487606,0.7231405,0.7107438,0.70247936,0.71487606,0.70247936,0.6983471,0.677686,0.6570248,0.6404959,0.6446281,0.6570248,0.677686,0.6818182,0.70247936,0.6859504,0.677686,0.6735537,0.7933884,0.8595041,0.7892562,0.71487606,0.74793386,0.7066116,0.59917355,0.6363636,0.6652893,0.6859504,0.6859504,0.7066116,0.73966944,0.75206614,0.74380165,0.73140496,0.71900827,0.71487606,0.70247936,0.7231405,0.70247936,0.7355372,0.4752066,0.1983471,0.20661157,0.21487603,0.21487603,0.21900827,0.21900827,0.54545456,0.58264464,0.62396693,0.62396693,0.6404959,0.6528926,0.6404959,0.6528926,0.6446281,0.6652893,0.6652893,0.677686,0.6818182,0.6818182,0.677686,0.69008267,0.70247936,0.6983471,0.70247936,0.69008267,0.6983471,0.7107438,0.6942149,0.6818182,0.6652893,0.6570248,0.6446281,0.6404959,0.661157,0.677686,0.6942149,0.70247936,0.69008267,0.69008267,0.6818182,0.76859504,0.8512397,0.8016529,0.73966944,0.72727275,0.71487606,0.61570245,0.62396693,0.6694215,0.6942149,0.71487606,0.7107438,0.7107438,0.7231405,0.73966944,0.74380165,0.74380165,0.72727275,0.7231405,0.71900827,0.7107438,0.71900827,0.37603307,0.18595041,0.20661157,0.20247933,0.20247933,0.20247933,0.20247933,0.5371901,0.5661157,0.6198347,0.62396693,0.6280992,0.6322314,0.62396693,0.6487603,0.6446281,0.6487603,0.6570248,0.6652893,0.6735537,0.69008267,0.6942149,0.6983471,0.6859504,0.70247936,0.70247936,0.6983471,0.6983471,0.7066116,0.69008267,0.6735537,0.6652893,0.6528926,0.6528926,0.6528926,0.6735537,0.6818182,0.69008267,0.70247936,0.6983471,0.6942149,0.6942149,0.76033056,0.8429752,0.8181818,0.78099173,0.76859504,0.7231405,0.6322314,0.6322314,0.6735537,0.6942149,0.7107438,0.71900827,0.7107438,0.72727275,0.74793386,0.75206614,0.73966944,0.72727275,0.71900827,0.7107438,0.70247936,0.69008267,0.28099173,0.1983471,0.20661157,0.20247933,0.20247933,0.20247933,0.20247933,0.5289256,0.5661157,0.59917355,0.6198347,0.6280992,0.6322314,0.6280992,0.6404959,0.6363636,0.6487603,0.6570248,0.6694215,0.6694215,0.6983471,0.7107438,0.71487606,0.7066116,0.70247936,0.70247936,0.70247936,0.69008267,0.6942149,0.6859504,0.677686,0.6652893,0.6487603,0.6280992,0.6280992,0.6528926,0.677686,0.6942149,0.6942149,0.70247936,0.70247936,0.7107438,0.75206614,0.8429752,0.8264463,0.78512394,0.76859504,0.73966944,0.6570248,0.677686,0.7107438,0.70247936,0.7107438,0.7107438,0.7107438,0.73140496,0.76033056,0.74380165,0.72727275,0.72727275,0.7107438,0.70247936,0.7066116,0.59090906,0.22727273,0.20661157,0.1983471,0.20661157,0.20661157,0.20661157,0.20661157,0.5165289,0.5661157,0.5785124,0.61157024,0.6322314,0.6446281,0.6528926,0.661157,0.6446281,0.6694215,0.6694215,0.6942149,0.69008267,0.7066116,0.7066116,0.7066116,0.7107438,0.7066116,0.6942149,0.6942149,0.6859504,0.6818182,0.677686,0.6735537,0.6446281,0.60330576,0.57024795,0.5785124,0.6280992,0.6570248,0.677686,0.69008267,0.7066116,0.70247936,0.7107438,0.74380165,0.838843,0.8264463,0.7768595,0.77272725,0.75619835,0.6735537,0.7231405,0.75619835,0.73140496,0.70247936,0.71487606,0.72727275,0.72727275,0.75206614,0.74380165,0.73140496,0.71900827,0.7066116,0.7066116,0.7231405,0.4752066,0.20247933,0.20661157,0.2107438,0.2107438,0.2107438,0.2107438,0.20661157,0.5165289,0.553719,0.58264464,0.607438,0.6198347,0.6363636,0.6652893,0.6652893,0.677686,0.6818182,0.677686,0.6859504,0.70247936,0.6983471,0.6983471,0.6942149,0.6942149,0.70247936,0.6983471,0.69008267,0.6859504,0.677686,0.661157,0.6570248,0.607438,0.56198347,0.54545456,0.59917355,0.6363636,0.6570248,0.677686,0.6818182,0.6983471,0.6983471,0.6735537,0.73966944,0.8264463,0.8347107,0.78099173,0.78099173,0.76033056,0.7107438,0.73140496,0.7892562,0.7768595,0.75619835,0.73140496,0.73966944,0.73966944,0.74793386,0.74793386,0.74793386,0.71487606,0.70247936,0.71487606,0.6942149,0.33471075,0.19421488,0.21900827,0.20247933,0.21487603,0.21900827,0.21900827,0.21900827,0.5165289,0.5495868,0.58264464,0.59917355,0.62396693,0.6322314,0.661157,0.661157,0.6652893,0.6942149,0.6735537,0.6859504,0.6942149,0.6983471,0.6983471,0.6694215,0.6859504,0.70247936,0.6983471,0.6983471,0.677686,0.6735537,0.6570248,0.6280992,0.5661157,0.553719,0.59917355,0.6363636,0.6404959,0.6528926,0.6735537,0.6859504,0.7066116,0.7231405,0.69008267,0.7355372,0.8057851,0.8264463,0.78099173,0.7768595,0.75206614,0.73966944,0.7231405,0.79752064,0.7892562,0.78099173,0.75619835,0.75206614,0.74380165,0.76033056,0.75206614,0.74793386,0.7355372,0.71900827,0.72727275,0.62396693,0.23966943,0.20661157,0.2231405,0.21900827,0.20661157,0.20661157,0.20661157,0.20661157,0.5289256,0.553719,0.58677685,0.59917355,0.62396693,0.6280992,0.6528926,0.6652893,0.6652893,0.69008267,0.69008267,0.69008267,0.69008267,0.70247936,0.69008267,0.69008267,0.70247936,0.71487606,0.71900827,0.72727275,0.7066116,0.677686,0.6487603,0.59090906,0.5289256,0.57024795,0.6363636,0.6528926,0.6404959,0.6528926,0.69008267,0.70247936,0.71487606,0.7231405,0.7355372,0.7644628,0.8181818,0.8057851,0.78512394,0.77272725,0.74793386,0.71900827,0.71900827,0.78099173,0.79752064,0.79752064,0.7892562,0.7768595,0.7644628,0.7644628,0.7644628,0.74380165,0.73966944,0.72727275,0.7355372,0.5082645,0.20661157,0.21900827,0.21900827,0.22727273,0.22727273,0.22727273,0.22727273,0.22727273,0.5247934,0.5495868,0.5661157,0.59917355,0.6198347,0.6280992,0.6446281,0.6735537,0.677686,0.6818182,0.6859504,0.6818182,0.6859504,0.6859504,0.6859504,0.6942149,0.71487606,0.72727275,0.73140496,0.74793386,0.71900827,0.6735537,0.6404959,0.57438016,0.5247934,0.57024795,0.61570245,0.62396693,0.6280992,0.6280992,0.6859504,0.70247936,0.7107438,0.71487606,0.7355372,0.78099173,0.8347107,0.8181818,0.7933884,0.77272725,0.75619835,0.7231405,0.6983471,0.74380165,0.79752064,0.79752064,0.7892562,0.78512394,0.78512394,0.77272725,0.76859504,0.77272725,0.73966944,0.7355372,0.73140496,0.36363637,0.19421488,0.21487603,0.20661157,0.21900827,0.2231405,0.2231405,0.22727273,0.22727273,0.5206612,0.5413223,0.57024795,0.59504133,0.6198347,0.6322314,0.6487603,0.6528926,0.6735537,0.6818182,0.6859504,0.6859504,0.6859504,0.69008267,0.69008267,0.6983471,0.7107438,0.71900827,0.7231405,0.7231405,0.677686,0.6528926,0.6487603,0.61570245,0.5165289,0.5371901,0.57438016,0.60330576,0.61157024,0.60330576,0.6404959,0.661157,0.6735537,0.7066116,0.7355372,0.8264463,0.8553719,0.8140496,0.78512394,0.77272725,0.7644628,0.7355372,0.6942149,0.6983471,0.78099173,0.8057851,0.7933884,0.78512394,0.7892562,0.78099173,0.7768595,0.77272725,0.73966944,0.74380165,0.677686,0.27272728,0.1983471,0.21900827,0.20661157,0.2231405,0.20661157,0.20661157,0.20661157,0.20661157,0.5082645,0.5289256,0.5661157,0.59917355,0.6198347,0.6322314,0.6487603,0.6652893,0.6694215,0.677686,0.6735537,0.6735537,0.6818182,0.6942149,0.7066116,0.6983471,0.71487606,0.7107438,0.70247936,0.6818182,0.677686,0.69008267,0.6983471,0.7066116,0.59917355,0.47933885,0.5289256,0.58264464,0.60330576,0.607438,0.5661157,0.57024795,0.59504133,0.6528926,0.6942149,0.7892562,0.8305785,0.78099173,0.7644628,0.7768595,0.76859504,0.71900827,0.6859504,0.6570248,0.75206614,0.8016529,0.79752064,0.7933884,0.78099173,0.7768595,0.7768595,0.77272725,0.74380165,0.74793386,0.58677685,0.21487603,0.21487603,0.21900827,0.21487603,0.1983471,0.21900827,0.21900827,0.21487603,0.21487603,0.4876033,0.5206612,0.553719,0.59917355,0.61570245,0.6322314,0.6404959,0.6528926,0.661157,0.6694215,0.677686,0.69008267,0.6942149,0.70247936,0.7107438,0.70247936,0.7066116,0.6942149,0.69008267,0.69008267,0.7107438,0.72727275,0.73140496,0.73140496,0.69008267,0.53305787,0.49173555,0.5289256,0.46694216,0.45867768,0.45454547,0.47933885,0.4752066,0.5413223,0.61570245,0.6983471,0.74793386,0.76033056,0.79752064,0.8264463,0.7231405,0.6570248,0.6322314,0.60330576,0.7231405,0.79752064,0.79752064,0.8057851,0.7933884,0.78512394,0.7768595,0.77272725,0.74793386,0.76033056,0.46694216,0.18181819,0.2231405,0.21487603,0.20661157,0.20247933,0.20661157,0.20661157,0.20661157,0.20661157,0.48347107,0.5082645,0.5247934,0.57438016,0.60330576,0.62396693,0.6363636,0.6404959,0.661157,0.6652893,0.6694215,0.6859504,0.6942149,0.6983471,0.6983471,0.6983471,0.6859504,0.6942149,0.7066116,0.72727275,0.74793386,0.73140496,0.7231405,0.7355372,0.6983471,0.6487603,0.57438016,0.5165289,0.47107437,0.43801653,0.40082645,0.37603307,0.3966942,0.47107437,0.5206612,0.6280992,0.71487606,0.73966944,0.7933884,0.7933884,0.60330576,0.5661157,0.5661157,0.58677685,0.71900827,0.7892562,0.7644628,0.7933884,0.7933884,0.7892562,0.7644628,0.76859504,0.75206614,0.7355372,0.32231405,0.19008264,0.2231405,0.21900827,0.21487603,0.20247933,0.20661157,0.20661157,0.20661157,0.20661157,0.46280992,0.5082645,0.5165289,0.553719,0.59090906,0.607438,0.6404959,0.6404959,0.6570248,0.6694215,0.6694215,0.661157,0.6859504,0.6859504,0.6818182,0.69008267,0.6942149,0.71487606,0.73140496,0.74380165,0.74380165,0.74380165,0.72727275,0.7231405,0.7107438,0.6859504,0.6652893,0.6528926,0.6446281,0.62396693,0.59917355,0.56198347,0.48347107,0.48347107,0.5289256,0.58677685,0.661157,0.6942149,0.6694215,0.58264464,0.5165289,0.54545456,0.5785124,0.6487603,0.74380165,0.7892562,0.78099173,0.7933884,0.7892562,0.7933884,0.76859504,0.76033056,0.75206614,0.6570248,0.2231405,0.1983471,0.21487603,0.22727273,0.21487603,0.20661157,0.20661157,0.20661157,0.20661157,0.20661157,0.45454547,0.49586776,0.5165289,0.5371901,0.57438016,0.59504133,0.6198347,0.6404959,0.6528926,0.6528926,0.6652893,0.661157,0.6652893,0.6859504,0.6818182,0.70247936,0.71487606,0.7107438,0.7231405,0.72727275,0.7355372,0.7231405,0.7231405,0.71900827,0.7107438,0.6859504,0.677686,0.6859504,0.6735537,0.677686,0.6818182,0.677686,0.661157,0.6404959,0.6322314,0.6280992,0.61570245,0.59090906,0.5495868,0.5165289,0.5413223,0.57024795,0.6487603,0.71487606,0.76033056,0.7768595,0.7892562,0.7933884,0.78099173,0.78512394,0.7768595,0.75206614,0.75206614,0.5082645,0.20247933,0.20247933,0.2107438,0.21900827,0.2107438,0.20661157,0.20661157,0.20661157,0.20661157,0.20661157,0.44214877,0.4752066,0.5165289,0.53305787,0.553719,0.59090906,0.607438,0.6280992,0.6404959,0.6404959,0.6528926,0.661157,0.6694215,0.6694215,0.6859504,0.6983471,0.7107438,0.69008267,0.6983471,0.6818182,0.72727275,0.7107438,0.71900827,0.71900827,0.6983471,0.6942149,0.6859504,0.6983471,0.6694215,0.7107438,0.7107438,0.71487606,0.71487606,0.73966944,0.71487606,0.6652893,0.607438,0.55785125,0.5371901,0.5371901,0.5785124,0.62396693,0.6983471,0.75619835,0.7644628,0.7644628,0.78099173,0.7892562,0.7892562,0.7933884,0.76859504,0.73966944,0.70247936,0.338843,0.1983471,0.21900827,0.21487603,0.21487603,0.20247933,0.2107438,0.21900827,0.21900827,0.21900827,0.21900827,0.4214876,0.45867768,0.49173555,0.5247934,0.54545456,0.57024795,0.59917355,0.61157024,0.6280992,0.6322314,0.6528926,0.661157,0.677686,0.6570248,0.6818182,0.6942149,0.6859504,0.6859504,0.6983471,0.70247936,0.6983471,0.6859504,0.7107438,0.71900827,0.71900827,0.71487606,0.7066116,0.71487606,0.6983471,0.73140496,0.73140496,0.74380165,0.75206614,0.76033056,0.7644628,0.75619835,0.6942149,0.62396693,0.6322314,0.6322314,0.6404959,0.6818182,0.71900827,0.75206614,0.76033056,0.76859504,0.75619835,0.7768595,0.7892562,0.7768595,0.7644628,0.74380165,0.58264464,0.1983471,0.1983471,0.21900827,0.2107438,0.21487603,0.20247933,0.20661157,0.20661157,0.2107438,0.2107438,0.2107438,0.3966942,0.446281,0.47107437,0.5,0.5371901,0.5661157,0.58264464,0.59504133,0.60330576,0.62396693,0.6487603,0.6528926,0.6818182,0.661157,0.6735537,0.6818182,0.6528926,0.6652893,0.69008267,0.6942149,0.6818182,0.6487603,0.70247936,0.71487606,0.71900827,0.7231405,0.7231405,0.6983471,0.7107438,0.7231405,0.74380165,0.74380165,0.73966944,0.74793386,0.73966944,0.77272725,0.7644628,0.71900827,0.7355372,0.7231405,0.7107438,0.72727275,0.7231405,0.75206614,0.7644628,0.7768595,0.75619835,0.77272725,0.78099173,0.7768595,0.75619835,0.7231405,0.41735536,0.18181819,0.2107438,0.2107438,0.20661157,0.2231405,0.20661157,0.18595041,0.18595041,0.18595041,0.18595041,0.19008264,0.3553719,0.41735536,0.45867768,0.4876033,0.5247934,0.553719,0.57024795,0.59090906,0.59504133,0.61157024,0.6322314,0.6322314,0.6652893,0.661157,0.661157,0.6694215,0.6487603,0.661157,0.6818182,0.69008267,0.677686,0.661157,0.6735537,0.69008267,0.6983471,0.71900827,0.71487606,0.6735537,0.6818182,0.7066116,0.71900827,0.72727275,0.7066116,0.70247936,0.7066116,0.73966944,0.76033056,0.7644628,0.76033056,0.7644628,0.75206614,0.76033056,0.74793386,0.77272725,0.7768595,0.77272725,0.74793386,0.75619835,0.76859504,0.76859504,0.75206614,0.6363636,0.26859504,0.19008264,0.2107438,0.2107438,0.20661157,0.2107438,0.20247933,0.19421488,0.19421488,0.19421488,0.19421488,0.19421488,0.30578512,0.37190083,0.42561984,0.4752066,0.5082645,0.53305787,0.553719,0.58264464,0.59504133,0.60330576,0.6280992,0.6363636,0.6528926,0.6570248,0.6363636,0.6652893,0.6446281,0.6528926,0.6363636,0.6322314,0.61157024,0.62396693,0.62396693,0.6404959,0.6446281,0.661157,0.6487603,0.61157024,0.607438,0.6322314,0.6983471,0.69008267,0.6694215,0.677686,0.69008267,0.7355372,0.74380165,0.76033056,0.75619835,0.76859504,0.77272725,0.7768595,0.7768595,0.7892562,0.7892562,0.78512394,0.75619835,0.73966944,0.76859504,0.76033056,0.73140496,0.46694216,0.1694215,0.20247933,0.20247933,0.20247933,0.19421488,0.21900827,0.20247933,0.19421488,0.1983471,0.1983471,0.1983471,0.1983471,0.3140496,0.30991736,0.38842976,0.446281,0.49173555,0.5123967,0.5413223,0.57024795,0.58677685,0.607438,0.61570245,0.6198347,0.6446281,0.6363636,0.6322314,0.6652893,0.6570248,0.61157024,0.5371901,0.49586776,0.45867768,0.4752066,0.5,0.49173555,0.4876033,0.49173555,0.49586776,0.5041322,0.5082645,0.5289256,0.5785124,0.59917355,0.6322314,0.6735537,0.6859504,0.6983471,0.7066116,0.71487606,0.76033056,0.77272725,0.7768595,0.7933884,0.7933884,0.7933884,0.8016529,0.78512394,0.75619835,0.74380165,0.7644628,0.75206614,0.61570245,0.2768595,0.18595041,0.1983471,0.20661157,0.1983471,0.20661157,0.21487603,0.1983471,0.21487603,0.21900827,0.21487603,0.21487603,0.2107438,0.30578512,0.3181818,0.34710744,0.40082645,0.45867768,0.49173555,0.5123967,0.5495868,0.5661157,0.59090906,0.60330576,0.61157024,0.62396693,0.62396693,0.6363636,0.6694215,0.677686,0.59917355,0.5247934,0.49586776,0.45867768,0.4214876,0.38842976,0.35950413,0.3429752,0.33471075,0.33471075,0.3429752,0.37603307,0.42561984,0.46280992,0.4752066,0.5123967,0.54545456,0.56198347,0.553719,0.5413223,0.5206612,0.5413223,0.59090906,0.6652893,0.71900827,0.7107438,0.71487606,0.77272725,0.78512394,0.75619835,0.74793386,0.75206614,0.7066116,0.41322315,0.19421488,0.19421488,0.1983471,0.18595041,0.19008264,0.20661157,0.21900827,0.1983471,0.22727273,0.23140496,0.23140496,0.23140496,0.23140496,0.29752067,0.33471075,0.32231405,0.35123968,0.4214876,0.46280992,0.4876033,0.5206612,0.54545456,0.57024795,0.58264464,0.59917355,0.60330576,0.61570245,0.6363636,0.6570248,0.6818182,0.6694215,0.6363636,0.59504133,0.5661157,0.5413223,0.48347107,0.45454547,0.45454547,0.45867768,0.4752066,0.47107437,0.49586776,0.46694216,0.44214877,0.41735536,0.40082645,0.41735536,0.4338843,0.4214876,0.4214876,0.38842976,0.40495867,0.4090909,0.47107437,0.49586776,0.553719,0.6570248,0.75619835,0.76859504,0.75206614,0.74380165,0.74793386,0.54545456,0.24380165,0.1983471,0.19421488,0.19421488,0.20247933,0.18595041,0.20247933,0.2107438,0.20661157,0.21487603,0.2107438,0.2107438,0.2107438,0.2107438,0.27272728,0.3305785,0.338843,0.32231405,0.3677686,0.41735536,0.446281,0.4876033,0.5123967,0.53305787,0.5661157,0.58677685,0.59917355,0.61570245,0.6322314,0.6363636,0.6652893,0.677686,0.677686,0.62396693,0.58677685,0.5495868,0.5165289,0.5,0.5,0.5082645,0.5371901,0.58264464,0.6404959,0.6198347,0.58677685,0.57438016,0.55785125,0.57438016,0.5247934,0.5,0.4876033,0.45867768,0.4876033,0.5041322,0.5165289,0.59504133,0.6570248,0.73966944,0.7892562,0.76033056,0.73966944,0.74793386,0.6570248,0.29752067,0.18181819,0.21487603,0.20247933,0.1983471,0.1983471,0.18595041,0.20247933,0.21487603,0.20247933,0.21900827,0.21900827,0.21900827,0.21900827,0.21900827,0.29752067,0.30991736,0.35123968,0.3429752,0.3429752,0.37603307,0.41322315,0.446281,0.47933885,0.5123967,0.53305787,0.5661157,0.59090906,0.61570245,0.61570245,0.61157024,0.6446281,0.6694215,0.6487603,0.6404959,0.60330576,0.5661157,0.53305787,0.5,0.5165289,0.49586776,0.5289256,0.58264464,0.6487603,0.6446281,0.6322314,0.6280992,0.61157024,0.59917355,0.5661157,0.56198347,0.57024795,0.57024795,0.58677685,0.61570245,0.61570245,0.6818182,0.73966944,0.76859504,0.78512394,0.75206614,0.75206614,0.7107438,0.37190083,0.19008264,0.18595041,0.20661157,0.19008264,0.1983471,0.19421488,0.18595041,0.20247933,0.20661157,0.2107438,0.2107438,0.2107438,0.2107438,0.2107438,0.2107438,0.37190083,0.2892562,0.338843,0.35950413,0.3553719,0.3553719,0.38429752,0.3966942,0.44214877,0.4752066,0.5123967,0.5495868,0.56198347,0.58677685,0.59090906,0.57438016,0.59917355,0.62396693,0.6363636,0.6446281,0.6198347,0.59504133,0.5495868,0.5041322,0.49173555,0.5,0.5206612,0.5495868,0.59090906,0.61570245,0.61570245,0.61570245,0.607438,0.59504133,0.60330576,0.6280992,0.6528926,0.6652893,0.6652893,0.6570248,0.69008267,0.72727275,0.76859504,0.7644628,0.75619835,0.72727275,0.73140496,0.47107437,0.20247933,0.18595041,0.19421488,0.18181819,0.18595041,0.18595041,0.18595041,0.18181819,0.19421488,0.20247933,0.20661157,0.1983471,0.1983471,0.1983471,0.20247933,0.20247933,0.42975205,0.30165288,0.30578512,0.37190083,0.37190083,0.36363637,0.36363637,0.37603307,0.40082645,0.42561984,0.46280992,0.5123967,0.54545456,0.5495868,0.5413223,0.5495868,0.56198347,0.5785124,0.60330576,0.6322314,0.6404959,0.61570245,0.59504133,0.56198347,0.5289256,0.49586776,0.53305787,0.55785125,0.59504133,0.58264464,0.58264464,0.607438,0.62396693,0.6322314,0.6363636,0.6735537,0.6859504,0.6735537,0.661157,0.69008267,0.74793386,0.75206614,0.7644628,0.7355372,0.7107438,0.70247936,0.5289256,0.2107438,0.15289256,0.20247933,0.19421488,0.19008264,0.18595041,0.19008264,0.18595041,0.18595041,0.18595041,0.1983471,0.20661157,0.20247933,0.20247933,0.20661157,0.20661157,0.20661157,0.46694216,0.38016528,0.27272728,0.3264463,0.37190083,0.3677686,0.37190083,0.35950413,0.37190083,0.38842976,0.41322315,0.46280992,0.5123967,0.5206612,0.5247934,0.54545456,0.5495868,0.54545456,0.5661157,0.58677685,0.61570245,0.6280992,0.62396693,0.6198347,0.59917355,0.57024795,0.5785124,0.60330576,0.6280992,0.607438,0.57024795,0.5785124,0.59090906,0.59090906,0.59917355,0.61157024,0.6363636,0.661157,0.6983471,0.73966944,0.75206614,0.73966944,0.72727275,0.6983471,0.677686,0.53305787,0.2603306,0.14876033,0.18181819,0.18181819,0.18595041,0.19008264,0.19008264,0.18595041,0.19421488,0.19008264,0.19008264,0.19421488,0.20661157,0.1983471,0.1983471,0.1983471,0.1983471,0.1983471,0.49586776,0.45454547,0.33471075,0.26859504,0.3429752,0.35950413,0.38429752,0.37603307,0.35950413,0.338843,0.38842976,0.42561984,0.46694216,0.5041322,0.5289256,0.53305787,0.56198347,0.57024795,0.56198347,0.5785124,0.5785124,0.59917355,0.61157024,0.6198347,0.6280992,0.6404959,0.6446281,0.6322314,0.6694215,0.6652893,0.6404959,0.62396693,0.6446281,0.661157,0.6735537,0.677686,0.69008267,0.7107438,0.73140496,0.73140496,0.71487606,0.6983471,0.6983471,0.677686,0.59504133,0.27272728,0.17355372,0.17355372,0.18595041,0.17768595,0.18181819,0.18181819,0.18181819,0.18181819,0.18595041,0.18181819,0.17768595,0.18595041,0.18181819,0.2107438,0.2107438,0.2107438,0.2107438,0.2107438,0.5289256,0.49586776,0.4338843,0.30578512,0.28512397,0.33471075,0.37190083,0.38429752,0.3966942,0.3553719,0.3677686,0.37190083,0.41735536,0.4752066,0.5041322,0.5206612,0.54545456,0.553719,0.553719,0.58264464,0.58264464,0.60330576,0.607438,0.61157024,0.6198347,0.6322314,0.6404959,0.6694215,0.677686,0.6818182,0.6735537,0.6818182,0.6942149,0.7066116,0.72727275,0.73140496,0.71900827,0.72727275,0.7355372,0.73140496,0.7107438,0.6983471,0.677686,0.6528926,0.5165289,0.1322314,0.17768595,0.17768595,0.17768595,0.18181819,0.17768595,0.18595041,0.17355372,0.17768595,0.17768595,0.18595041,0.19008264,0.19008264,0.17768595,0.17768595,0.17768595,0.17768595,0.18181819,0.18181819,0.5289256,0.5206612,0.49173555,0.40495867,0.29752067,0.28099173,0.3181818,0.37190083,0.39256197,0.39256197,0.38842976,0.34710744,0.37603307,0.41735536,0.46694216,0.5,0.5206612,0.53305787,0.5371901,0.553719,0.5661157,0.60330576,0.61570245,0.62396693,0.6404959,0.6280992,0.6487603,0.6818182,0.677686,0.6859504,0.7066116,0.7107438,0.72727275,0.73966944,0.7644628,0.7644628,0.7768595,0.77272725,0.76859504,0.73966944,0.71487606,0.6859504,0.6487603,0.6487603,0.4752066,0.09917355,0.16115703,0.17768595,0.1570248,0.18181819,0.16528925,0.18595041,0.17355372,0.17355372,0.18181819,0.17768595,0.18595041,0.18595041,0.19008264,0.19421488,0.19421488,0.19421488,0.19421488,0.1983471,0.5247934,0.53305787,0.53305787,0.47107437,0.3966942,0.2768595,0.25619835,0.3140496,0.3553719,0.3966942,0.40495867,0.38429752,0.35123968,0.3553719,0.41322315,0.46694216,0.4876033,0.5,0.5123967,0.5247934,0.553719,0.5785124,0.59090906,0.61570245,0.6363636,0.6404959,0.6528926,0.6694215,0.6818182,0.6859504,0.7066116,0.7231405,0.72727275,0.75206614,0.75206614,0.7644628,0.76033056,0.75206614,0.73140496,0.7231405,0.6942149,0.6528926,0.6528926,0.661157,0.41322315,0.09090909,0.1322314,0.17768595,0.1570248,0.16528925,0.1446281,0.17768595,0.17355372,0.17355372,0.17355372,0.17768595,0.17768595,0.18181819,0.18595041,0.18595041,0.18595041,0.18595041,0.18181819,0.18181819,0.5289256,0.53305787,0.53305787,0.5082645,0.46280992,0.40495867,0.2892562,0.2644628,0.29338843,0.3553719,0.3966942,0.41735536,0.3966942,0.338843,0.3553719,0.41322315,0.46694216,0.4876033,0.5041322,0.5082645,0.53305787,0.5495868,0.5661157,0.59504133,0.61570245,0.6363636,0.6446281,0.661157,0.6694215,0.6859504,0.7107438,0.7231405,0.72727275,0.7355372,0.72727275,0.71900827,0.75206614,0.73966944,0.6983471,0.71487606,0.661157,0.6446281,0.6735537,0.6528926,0.3181818,0.0785124,0.11983471,0.16115703,0.1322314,0.1570248,0.13636364,0.16115703,0.16528925,0.16528925,0.17768595,0.17355372,0.19008264,0.18181819,0.19008264,0.19421488,0.19421488,0.19421488,0.19008264,0.19008264,0.5247934,0.54545456,0.53305787,0.53305787,0.49586776,0.45041323,0.40495867,0.30991736,0.27272728,0.28099173,0.3264463,0.38429752,0.3966942,0.3966942,0.33471075,0.3553719,0.40082645,0.46280992,0.4876033,0.5,0.5123967,0.5206612,0.54545456,0.5661157,0.59504133,0.62396693,0.6322314,0.661157,0.6652893,0.6942149,0.7066116,0.7107438,0.71487606,0.7231405,0.73140496,0.74793386,0.74380165,0.7107438,0.7107438,0.6570248,0.6280992,0.661157,0.6652893,0.60330576,0.21900827,0.09504132,0.11157025,0.14876033,0.1446281,0.13636364,0.12809917,0.14049587,0.15289256,0.1570248,0.15289256,0.17768595,0.1694215,0.18595041,0.18181819,0.18595041,0.18181819,0.18181819,0.18181819,0.18181819,0.53305787,0.5371901,0.5371901,0.5371901,0.5247934,0.5082645,0.46694216,0.4214876,0.3553719,0.29338843,0.27272728,0.3181818,0.3553719,0.3966942,0.40082645,0.338843,0.3264463,0.39256197,0.46280992,0.47933885,0.47933885,0.5,0.5165289,0.5413223,0.57024795,0.59917355,0.6198347,0.661157,0.6694215,0.6942149,0.70247936,0.7066116,0.71487606,0.7355372,0.76859504,0.77272725,0.72727275,0.6942149,0.677686,0.6198347,0.6528926,0.6652893,0.6652893,0.45867768,0.12809917,0.09090909,0.11570248,0.1446281,0.15289256,0.13636364,0.13636364,0.11157025,0.1322314,0.16115703,0.14049587,0.14876033,0.14876033,0.16115703,0.18181819,0.18595041,0.18595041,0.19008264,0.19008264,0.19008264,0.53305787,0.54545456,0.54545456,0.5413223,0.5165289,0.53305787,0.49586776,0.47107437,0.45041323,0.3966942,0.32231405,0.28512397,0.29338843,0.33471075,0.38429752,0.42561984,0.37190083,0.3429752,0.38016528,0.44214877,0.446281,0.4752066,0.49586776,0.5206612,0.5371901,0.5785124,0.62396693,0.6528926,0.6694215,0.6942149,0.71487606,0.7066116,0.71487606,0.73140496,0.7355372,0.7231405,0.6735537,0.6694215,0.607438,0.661157,0.6694215,0.6818182,0.57438016,0.30578512,0.08264463,0.08677686,0.12396694,0.14049587,0.19008264,0.1322314,0.1446281,0.11983471,0.10743801,0.14876033,0.1694215,0.14876033,0.14876033,0.14049587,0.16528925,0.17355372,0.17355372,0.17355372,0.17355372,0.17768595,0.5413223,0.54545456,0.5495868,0.5495868,0.5413223,0.5247934,0.5165289,0.48347107,0.4752066,0.46280992,0.4338843,0.38429752,0.3140496,0.30578512,0.3305785,0.37190083,0.40495867,0.4090909,0.38842976,0.37190083,0.40082645,0.4338843,0.47107437,0.49586776,0.5123967,0.5289256,0.59090906,0.6280992,0.6528926,0.6652893,0.6735537,0.6818182,0.6735537,0.6735537,0.6570248,0.6363636,0.6280992,0.6322314,0.6694215,0.6694215,0.6735537,0.6487603,0.40495867,0.20661157,0.07438017,0.09504132,0.13636364,0.1446281,0.17355372,0.16528925,0.1570248,0.14049587,0.11983471,0.1322314,0.1570248,0.17355372,0.1446281,0.14049587,0.1570248,0.1570248,0.1570248,0.16115703,0.16115703,0.16115703,0.5413223,0.54545456,0.5495868,0.54545456,0.5495868,0.5289256,0.5041322,0.5206612,0.47933885,0.48347107,0.46694216,0.45041323,0.4090909,0.35123968,0.3264463,0.3181818,0.3677686,0.40082645,0.42975205,0.4338843,0.4214876,0.42975205,0.44214877,0.46280992,0.4752066,0.5,0.5413223,0.55785125,0.5785124,0.58677685,0.5785124,0.59504133,0.59504133,0.59504133,0.607438,0.6280992,0.6570248,0.677686,0.6818182,0.6652893,0.6363636,0.4338843,0.28099173,0.1570248,0.06198347,0.10330579,0.13636364,0.16115703,0.1446281,0.20247933,0.1446281,0.1694215,0.14049587,0.12809917,0.1322314,0.1570248,0.16528925,0.14876033,0.16528925,0.17355372,0.17355372,0.17355372,0.17355372,0.17355372,0 +0.5413223,0.58677685,0.6404959,0.661157,0.6859504,0.6859504,0.69008267,0.6983471,0.6942149,0.69008267,0.6983471,0.72727275,0.74380165,0.75206614,0.75619835,0.7644628,0.76033056,0.76033056,0.76033056,0.76859504,0.76859504,0.75619835,0.76033056,0.75206614,0.74380165,0.71900827,0.72727275,0.72727275,0.74793386,0.76033056,0.74380165,0.75619835,0.75619835,0.7644628,0.74380165,0.75206614,0.76859504,0.76859504,0.73140496,0.6942149,0.73140496,0.6942149,0.677686,0.69008267,0.6818182,0.6818182,0.677686,0.6694215,0.6694215,0.6528926,0.6487603,0.6446281,0.6487603,0.6446281,0.6322314,0.61157024,0.59917355,0.59917355,0.62396693,0.607438,0.5413223,0.54545456,0.553719,0.55785125,0.553719,0.61570245,0.6570248,0.6735537,0.677686,0.6694215,0.69008267,0.7107438,0.7066116,0.71487606,0.72727275,0.74380165,0.74380165,0.7644628,0.77272725,0.7768595,0.7768595,0.76033056,0.74793386,0.76859504,0.7644628,0.75619835,0.78099173,0.78512394,0.76859504,0.7644628,0.75619835,0.7355372,0.7644628,0.76859504,0.76859504,0.76033056,0.76033056,0.77272725,0.77272725,0.7644628,0.8016529,0.78512394,0.75206614,0.7231405,0.73140496,0.7066116,0.677686,0.6859504,0.677686,0.69008267,0.677686,0.6694215,0.6652893,0.661157,0.6528926,0.6446281,0.6487603,0.6404959,0.6280992,0.61570245,0.607438,0.60330576,0.62396693,0.607438,0.54545456,0.57438016,0.58264464,0.5785124,0.5785124,0.6528926,0.677686,0.6735537,0.661157,0.677686,0.70247936,0.71487606,0.7066116,0.71900827,0.73140496,0.7355372,0.72727275,0.76033056,0.7768595,0.7644628,0.7768595,0.73966944,0.75206614,0.77272725,0.76033056,0.76033056,0.78512394,0.7933884,0.78512394,0.78512394,0.78099173,0.71900827,0.76859504,0.78099173,0.7768595,0.7768595,0.7644628,0.7644628,0.75619835,0.7644628,0.8016529,0.8347107,0.7768595,0.71487606,0.73140496,0.7066116,0.6818182,0.6859504,0.6818182,0.6859504,0.6818182,0.6694215,0.6652893,0.6652893,0.6570248,0.6487603,0.6446281,0.6322314,0.62396693,0.61157024,0.61157024,0.607438,0.61157024,0.59917355,0.57024795,0.57024795,0.60330576,0.59917355,0.58264464,0.6735537,0.6983471,0.6652893,0.6694215,0.677686,0.6983471,0.70247936,0.7107438,0.71900827,0.71900827,0.7355372,0.7231405,0.74793386,0.75619835,0.75619835,0.75619835,0.74380165,0.76033056,0.77272725,0.75619835,0.75619835,0.75619835,0.76033056,0.74793386,0.74793386,0.77272725,0.71487606,0.76033056,0.76859504,0.76033056,0.7768595,0.76859504,0.74380165,0.70247936,0.72727275,0.77272725,0.7892562,0.72727275,0.6818182,0.6859504,0.6652893,0.6446281,0.6570248,0.6652893,0.6652893,0.6528926,0.6528926,0.6570248,0.6570248,0.6446281,0.6322314,0.6280992,0.6280992,0.61570245,0.607438,0.60330576,0.60330576,0.607438,0.607438,0.59504133,0.55785125,0.60330576,0.61157024,0.5785124,0.6694215,0.7066116,0.6528926,0.677686,0.6652893,0.6942149,0.6859504,0.7107438,0.7107438,0.71900827,0.73140496,0.72727275,0.7231405,0.73140496,0.72727275,0.7066116,0.71900827,0.7066116,0.7107438,0.677686,0.677686,0.6652893,0.6652893,0.6694215,0.6694215,0.71487606,0.6983471,0.75206614,0.73140496,0.7231405,0.76033056,0.74380165,0.7231405,0.6652893,0.6694215,0.6983471,0.6694215,0.6404959,0.6322314,0.61570245,0.59090906,0.55785125,0.5661157,0.57438016,0.58677685,0.59917355,0.61570245,0.607438,0.58677685,0.61157024,0.60330576,0.607438,0.6280992,0.6198347,0.59917355,0.59504133,0.60330576,0.60330576,0.62396693,0.59917355,0.55785125,0.607438,0.62396693,0.58677685,0.6487603,0.71487606,0.6446281,0.677686,0.6652893,0.6735537,0.6859504,0.7107438,0.71900827,0.71487606,0.70247936,0.6859504,0.6859504,0.6570248,0.6363636,0.61157024,0.61570245,0.60330576,0.59917355,0.55785125,0.553719,0.553719,0.5661157,0.58264464,0.60330576,0.6404959,0.6735537,0.69008267,0.6859504,0.6983471,0.73140496,0.7107438,0.6859504,0.6446281,0.6322314,0.6322314,0.58264464,0.553719,0.5413223,0.5371901,0.49173555,0.46280992,0.4876033,0.4876033,0.5,0.5206612,0.5247934,0.5082645,0.5289256,0.5785124,0.58264464,0.59917355,0.607438,0.60330576,0.58264464,0.58264464,0.59090906,0.58677685,0.6280992,0.58264464,0.5289256,0.61157024,0.6404959,0.59917355,0.6404959,0.7066116,0.6487603,0.6735537,0.6652893,0.6818182,0.677686,0.6983471,0.6818182,0.6694215,0.6570248,0.6198347,0.59504133,0.55785125,0.5413223,0.5289256,0.5247934,0.5123967,0.5,0.46694216,0.45454547,0.46694216,0.4752066,0.49586776,0.53305787,0.56198347,0.59504133,0.62396693,0.6446281,0.677686,0.6983471,0.6694215,0.6322314,0.59504133,0.57438016,0.5785124,0.53305787,0.4876033,0.4752066,0.46694216,0.4214876,0.4214876,0.42561984,0.42561984,0.42561984,0.44214877,0.43801653,0.446281,0.4752066,0.5123967,0.5247934,0.553719,0.57438016,0.58677685,0.57438016,0.5785124,0.59504133,0.59090906,0.61157024,0.55785125,0.4876033,0.58677685,0.6528926,0.6570248,0.6322314,0.6983471,0.661157,0.6652893,0.661157,0.6735537,0.6735537,0.6735537,0.6363636,0.6363636,0.61157024,0.553719,0.5206612,0.5,0.44214877,0.36363637,0.27272728,0.27272728,0.29338843,0.37190083,0.46280992,0.47933885,0.47933885,0.49173555,0.5,0.49173555,0.48347107,0.54545456,0.6446281,0.6942149,0.6942149,0.661157,0.59090906,0.5495868,0.5247934,0.5165289,0.5082645,0.46694216,0.45867768,0.4338843,0.40082645,0.38429752,0.36363637,0.36363637,0.38429752,0.37190083,0.42561984,0.4338843,0.446281,0.4876033,0.49586776,0.4876033,0.5082645,0.5413223,0.54545456,0.56198347,0.57438016,0.58677685,0.59917355,0.54545456,0.46694216,0.5495868,0.6363636,0.6694215,0.62396693,0.677686,0.6652893,0.6528926,0.6363636,0.6487603,0.6363636,0.59504133,0.56198347,0.56198347,0.5495868,0.5082645,0.54545456,0.60330576,0.6528926,0.75206614,0.8347107,0.8305785,0.76859504,0.7231405,0.6942149,0.6280992,0.57024795,0.59090906,0.661157,0.75619835,0.8016529,0.7768595,0.7355372,0.62396693,0.5495868,0.5289256,0.48347107,0.45454547,0.44214877,0.39256197,0.40495867,0.338843,0.3429752,0.36363637,0.36363637,0.38429752,0.3677686,0.35950413,0.38842976,0.37603307,0.4214876,0.48347107,0.44214877,0.47933885,0.49173555,0.46694216,0.46694216,0.47933885,0.5,0.5082645,0.5247934,0.55785125,0.59090906,0.5371901,0.45041323,0.5165289,0.61157024,0.6198347,0.6198347,0.6528926,0.61570245,0.57024795,0.5371901,0.5289256,0.5371901,0.5661157,0.5785124,0.57024795,0.5495868,0.5247934,0.59090906,0.6322314,0.6942149,0.71487606,0.6983471,0.7066116,0.7107438,0.70247936,0.6694215,0.60330576,0.5247934,0.45454547,0.47933885,0.53305787,0.553719,0.58264464,0.60330576,0.59504133,0.55785125,0.5165289,0.4752066,0.41735536,0.37603307,0.28512397,0.29752067,0.37190083,0.42975205,0.41735536,0.40495867,0.40082645,0.41735536,0.45867768,0.49586776,0.5247934,0.54545456,0.56198347,0.59090906,0.607438,0.61570245,0.55785125,0.5,0.49173555,0.49586776,0.4752066,0.44214877,0.47107437,0.55785125,0.5371901,0.446281,0.48347107,0.57438016,0.57024795,0.5785124,0.55785125,0.553719,0.54545456,0.5785124,0.62396693,0.6280992,0.61570245,0.59917355,0.61570245,0.6487603,0.6198347,0.59090906,0.59917355,0.59504133,0.54545456,0.5041322,0.49173555,0.49586776,0.5123967,0.5123967,0.5082645,0.46694216,0.37190083,0.37190083,0.5082645,0.57024795,0.6487603,0.677686,0.6942149,0.6818182,0.62396693,0.58677685,0.53305787,0.42561984,0.38842976,0.44214877,0.44214877,0.46694216,0.45041323,0.4752066,0.47933885,0.47933885,0.5785124,0.677686,0.69008267,0.6942149,0.69008267,0.6983471,0.69008267,0.6942149,0.6487603,0.58264464,0.53305787,0.5371901,0.53305787,0.4876033,0.47933885,0.47107437,0.48347107,0.46694216,0.45454547,0.5371901,0.5041322,0.5,0.5371901,0.6570248,0.6446281,0.61570245,0.6446281,0.6404959,0.59090906,0.59917355,0.7107438,0.7644628,0.7066116,0.6528926,0.75206614,0.7768595,0.677686,0.6198347,0.59917355,0.56198347,0.54545456,0.5247934,0.5206612,0.49586776,0.49173555,0.42561984,0.44214877,0.6280992,0.6652893,0.6942149,0.6652893,0.6280992,0.6198347,0.59917355,0.49586776,0.43801653,0.5206612,0.4752066,0.4752066,0.45867768,0.49173555,0.59504133,0.57438016,0.5661157,0.7768595,0.7933884,0.72727275,0.677686,0.70247936,0.7066116,0.6942149,0.70247936,0.6983471,0.6446281,0.5661157,0.54545456,0.5371901,0.47933885,0.5165289,0.5289256,0.43801653,0.45041323,0.45041323,0.5082645,0.42975205,0.5289256,0.60330576,0.74793386,0.7231405,0.62396693,0.6363636,0.59917355,0.5661157,0.6487603,0.7892562,0.79752064,0.7231405,0.6735537,0.89669424,0.93801653,0.7355372,0.59090906,0.58677685,0.59090906,0.59090906,0.57438016,0.5495868,0.5123967,0.5247934,0.6198347,0.3677686,0.60330576,0.5785124,0.55785125,0.5247934,0.5206612,0.53305787,0.5,0.43801653,0.5082645,0.5661157,0.53305787,0.4876033,0.4876033,0.56198347,0.607438,0.5413223,0.62396693,0.94214875,0.88429755,0.73966944,0.607438,0.6404959,0.6528926,0.6652893,0.677686,0.7066116,0.677686,0.59917355,0.553719,0.5371901,0.45867768,0.5,0.59090906,0.45041323,0.4338843,0.45454547,0.47107437,0.45867768,0.61570245,0.59504133,0.79752064,0.70247936,0.57024795,0.61570245,0.56198347,0.6198347,0.7066116,0.78512394,0.74793386,0.70247936,0.6570248,0.88429755,0.91322315,0.6859504,0.4876033,0.49173555,0.5123967,0.5371901,0.55785125,0.54545456,0.5206612,0.56198347,0.6570248,0.5206612,0.553719,0.57438016,0.77272725,0.6694215,0.46280992,0.39256197,0.47933885,0.5495868,0.5041322,0.59504133,0.55785125,0.4876033,0.5123967,0.54545456,0.5206612,0.47107437,0.6528926,0.90495867,0.8140496,0.6694215,0.60330576,0.61157024,0.61157024,0.607438,0.61157024,0.6528926,0.6652893,0.60330576,0.56198347,0.5495868,0.46280992,0.46694216,0.57438016,0.54545456,0.45867768,0.44214877,0.42975205,0.5289256,0.6652893,0.57024795,0.8181818,0.553719,0.5289256,0.661157,0.54545456,0.677686,0.72727275,0.7107438,0.6528926,0.7355372,0.7231405,0.75619835,0.77272725,0.5495868,0.5082645,0.5206612,0.47933885,0.46694216,0.48347107,0.5247934,0.5247934,0.58677685,0.6446281,0.62396693,0.677686,0.5495868,0.78099173,0.5165289,0.28099173,0.2892562,0.5,0.59504133,0.45041323,0.5661157,0.553719,0.5041322,0.5041322,0.5041322,0.47107437,0.49586776,0.6404959,0.71900827,0.61570245,0.54545456,0.5082645,0.5247934,0.57024795,0.59504133,0.61570245,0.61157024,0.607438,0.59090906,0.57438016,0.54545456,0.5247934,0.43801653,0.55785125,0.6280992,0.45454547,0.46694216,0.41322315,0.58677685,0.6446281,0.55785125,0.80991733,0.37603307,0.59504133,0.88429755,0.60330576,0.6694215,0.6735537,0.6280992,0.6280992,0.69008267,0.6528926,0.553719,0.5165289,0.40495867,0.40082645,0.446281,0.44214877,0.4338843,0.46694216,0.5289256,0.59090906,0.62396693,0.59504133,0.5247934,0.48347107,0.5,0.5247934,0.446281,0.38429752,0.41322315,0.45454547,0.4752066,0.44214877,0.5165289,0.57024795,0.57024795,0.57438016,0.5289256,0.446281,0.4752066,0.56198347,0.5165289,0.4214876,0.40495867,0.30991736,0.33471075,0.45867768,0.5123967,0.55785125,0.59504133,0.5495868,0.57438016,0.59090906,0.5495868,0.6983471,0.53305787,0.47933885,0.6528926,0.5,0.45041323,0.30578512,0.61570245,0.54545456,0.58677685,0.73140496,0.30165288,0.7644628,0.9338843,0.78099173,0.6198347,0.58264464,0.61157024,0.59504133,0.5206612,0.44214877,0.37190083,0.28512397,0.28099173,0.33471075,0.42561984,0.40082645,0.3966942,0.45041323,0.5371901,0.6322314,0.6446281,0.54545456,0.4338843,0.49173555,0.607438,0.6487603,0.6404959,0.59917355,0.57438016,0.4752066,0.3966942,0.42975205,0.5206612,0.607438,0.6280992,0.607438,0.49586776,0.4338843,0.46280992,0.5165289,0.46694216,0.3966942,0.338843,0.23553719,0.2768595,0.3553719,0.44214877,0.45454547,0.5165289,0.5123967,0.5495868,0.58677685,0.60330576,0.80991733,0.75619835,0.338843,0.62396693,0.58264464,0.21900827,0.17768595,0.58264464,0.39256197,0.58677685,0.6280992,0.3264463,0.8016529,0.93801653,0.822314,0.59504133,0.5165289,0.55785125,0.5041322,0.44214877,0.38016528,0.35123968,0.29752067,0.38016528,0.42975205,0.4752066,0.45041323,0.4338843,0.4752066,0.5413223,0.60330576,0.6404959,0.4752066,0.41735536,0.5082645,0.6363636,0.71900827,0.6859504,0.6570248,0.6528926,0.5165289,0.38842976,0.41735536,0.5206612,0.607438,0.61570245,0.58677685,0.5289256,0.48347107,0.49173555,0.5,0.49586776,0.46694216,0.45867768,0.40082645,0.40082645,0.446281,0.46280992,0.446281,0.45454547,0.45041323,0.4876033,0.553719,0.61570245,0.8595041,0.88429755,0.29752067,0.54545456,0.5413223,0.1694215,0.23553719,0.5495868,0.3264463,0.5082645,0.5041322,0.3429752,0.6983471,0.8719008,0.74380165,0.58264464,0.5,0.49586776,0.48347107,0.5041322,0.49586776,0.4752066,0.47933885,0.5082645,0.5,0.48347107,0.46280992,0.44214877,0.47933885,0.54545456,0.59504133,0.661157,0.41735536,0.4338843,0.53305787,0.6570248,0.72727275,0.6859504,0.6363636,0.6446281,0.5661157,0.40082645,0.38429752,0.5123967,0.5785124,0.59090906,0.5661157,0.5123967,0.48347107,0.47933885,0.4752066,0.5082645,0.5123967,0.5371901,0.5247934,0.5041322,0.5165289,0.5041322,0.49586776,0.44214877,0.42561984,0.446281,0.5206612,0.59504133,0.78099173,0.73966944,0.3140496,0.40082645,0.4876033,0.3264463,0.38842976,0.5123967,0.3140496,0.46280992,0.47107437,0.37190083,0.57438016,0.71487606,0.6487603,0.56198347,0.5,0.47107437,0.5,0.56198347,0.58264464,0.5495868,0.5289256,0.5123967,0.49586776,0.46694216,0.45867768,0.48347107,0.53305787,0.57438016,0.61570245,0.6652893,0.38429752,0.45867768,0.59090906,0.677686,0.7107438,0.6652893,0.61570245,0.6198347,0.61570245,0.4338843,0.3305785,0.49586776,0.57024795,0.607438,0.58677685,0.55785125,0.5289256,0.4876033,0.4876033,0.5,0.5041322,0.5247934,0.5371901,0.5371901,0.5371901,0.54545456,0.5413223,0.5165289,0.49586776,0.49586776,0.5413223,0.60330576,0.677686,0.58677685,0.38842976,0.43801653,0.53305787,0.43801653,0.5082645,0.45041323,0.24380165,0.43801653,0.5289256,0.45454547,0.59090906,0.70247936,0.6818182,0.62396693,0.58677685,0.5495868,0.5495868,0.58677685,0.59504133,0.55785125,0.5082645,0.4876033,0.48347107,0.49173555,0.5289256,0.57024795,0.59090906,0.59504133,0.6487603,0.60330576,0.38842976,0.49173555,0.6487603,0.6983471,0.69008267,0.6570248,0.61157024,0.607438,0.61570245,0.5371901,0.3181818,0.42561984,0.57438016,0.61157024,0.58677685,0.58677685,0.59090906,0.553719,0.54545456,0.53305787,0.5123967,0.5123967,0.5247934,0.5247934,0.54545456,0.5785124,0.59504133,0.59504133,0.58677685,0.58677685,0.59090906,0.61570245,0.6322314,0.57438016,0.4752066,0.48347107,0.5165289,0.4876033,0.5661157,0.40495867,0.19421488,0.39256197,0.5413223,0.49173555,0.61157024,0.7107438,0.6859504,0.6735537,0.6735537,0.6570248,0.6404959,0.6446281,0.6404959,0.58677685,0.5371901,0.5247934,0.53305787,0.56198347,0.58677685,0.59504133,0.59917355,0.59504133,0.70247936,0.47107437,0.41735536,0.5413223,0.6694215,0.6942149,0.6735537,0.6487603,0.61570245,0.59090906,0.60330576,0.607438,0.42975205,0.3181818,0.5495868,0.61570245,0.60330576,0.58264464,0.59504133,0.59090906,0.5785124,0.58264464,0.5661157,0.55785125,0.5495868,0.5289256,0.54545456,0.57438016,0.59917355,0.61157024,0.6198347,0.61570245,0.607438,0.6198347,0.6280992,0.5785124,0.4752066,0.48347107,0.49586776,0.49586776,0.58264464,0.41322315,0.2231405,0.3264463,0.5413223,0.5123967,0.60330576,0.6859504,0.6818182,0.6859504,0.70247936,0.7107438,0.69008267,0.6735537,0.6652893,0.62396693,0.58264464,0.57438016,0.5785124,0.58677685,0.59090906,0.59090906,0.607438,0.607438,0.73140496,0.33471075,0.45041323,0.59504133,0.6859504,0.677686,0.6694215,0.6404959,0.61570245,0.57438016,0.59917355,0.61157024,0.5289256,0.3553719,0.43801653,0.6198347,0.61157024,0.59090906,0.59504133,0.59090906,0.58677685,0.59504133,0.59504133,0.59504133,0.59504133,0.59090906,0.59504133,0.59917355,0.607438,0.61570245,0.61570245,0.61570245,0.6198347,0.6280992,0.6363636,0.5785124,0.47107437,0.5041322,0.48347107,0.49173555,0.57438016,0.48347107,0.24380165,0.20247933,0.553719,0.5413223,0.59504133,0.6652893,0.6818182,0.677686,0.6818182,0.70247936,0.6818182,0.6735537,0.6446281,0.6280992,0.58677685,0.59504133,0.58677685,0.607438,0.59090906,0.58677685,0.6198347,0.6528926,0.59504133,0.38842976,0.45867768,0.6363636,0.6942149,0.6818182,0.6694215,0.6363636,0.62396693,0.58264464,0.607438,0.607438,0.55785125,0.47107437,0.38429752,0.56198347,0.6280992,0.59504133,0.60330576,0.59917355,0.58677685,0.58677685,0.59090906,0.59504133,0.607438,0.61570245,0.61157024,0.607438,0.61157024,0.61157024,0.61570245,0.62396693,0.62396693,0.6322314,0.6404959,0.5785124,0.4876033,0.5247934,0.45041323,0.49173555,0.56198347,0.59504133,0.24380165,0.1322314,0.4752066,0.5413223,0.59504133,0.6694215,0.6983471,0.69008267,0.6735537,0.6735537,0.6528926,0.6487603,0.61157024,0.607438,0.59504133,0.59504133,0.58677685,0.59504133,0.59504133,0.59504133,0.6280992,0.677686,0.41735536,0.5123967,0.48347107,0.6652893,0.7107438,0.677686,0.69008267,0.661157,0.6446281,0.6198347,0.6280992,0.60330576,0.57024795,0.5371901,0.46694216,0.46280992,0.58677685,0.60330576,0.59917355,0.59917355,0.58264464,0.5785124,0.59090906,0.59504133,0.59504133,0.59504133,0.60330576,0.61157024,0.61157024,0.61570245,0.6280992,0.6404959,0.6280992,0.6404959,0.6528926,0.58264464,0.4876033,0.5082645,0.4214876,0.5,0.5495868,0.5371901,0.32231405,0.14876033,0.30165288,0.446281,0.59504133,0.6859504,0.71900827,0.7066116,0.6859504,0.6735537,0.6280992,0.61570245,0.59090906,0.59504133,0.59917355,0.60330576,0.607438,0.60330576,0.59917355,0.62396693,0.6404959,0.55785125,0.4338843,0.5041322,0.56198347,0.70247936,0.7355372,0.6983471,0.71487606,0.75206614,0.75619835,0.6487603,0.6446281,0.6528926,0.61570245,0.56198347,0.5495868,0.45454547,0.45867768,0.59504133,0.61157024,0.60330576,0.59090906,0.58264464,0.59090906,0.59090906,0.58677685,0.58677685,0.59504133,0.607438,0.607438,0.607438,0.6322314,0.6487603,0.6446281,0.6652893,0.6859504,0.59917355,0.4752066,0.5041322,0.40082645,0.5247934,0.53305787,0.2892562,0.60330576,0.1570248,0.2107438,0.30165288,0.61157024,0.677686,0.73140496,0.72727275,0.6942149,0.6570248,0.61157024,0.60330576,0.60330576,0.60330576,0.61157024,0.6280992,0.6198347,0.61157024,0.6280992,0.6528926,0.58677685,0.45867768,0.49586776,0.48347107,0.6404959,0.7066116,0.73140496,0.75206614,0.76859504,0.7933884,0.76859504,0.6446281,0.661157,0.6983471,0.6446281,0.59090906,0.58677685,0.5289256,0.40082645,0.47933885,0.6198347,0.6198347,0.59917355,0.59917355,0.59917355,0.59504133,0.58677685,0.59504133,0.607438,0.607438,0.60330576,0.60330576,0.6404959,0.6528926,0.661157,0.677686,0.72727275,0.60330576,0.5371901,0.5371901,0.41735536,0.54545456,0.5206612,0.40082645,0.5785124,0.37603307,0.18595041,0.22727273,0.59090906,0.6694215,0.71487606,0.7231405,0.69008267,0.6487603,0.61570245,0.61570245,0.6322314,0.6280992,0.6322314,0.6404959,0.6363636,0.6404959,0.6570248,0.5785124,0.47107437,0.49173555,0.5,0.58677685,0.6735537,0.6694215,0.6694215,0.75206614,0.76033056,0.70247936,0.6818182,0.6198347,0.61570245,0.61157024,0.59090906,0.60330576,0.607438,0.59090906,0.5247934,0.4090909,0.45041323,0.59917355,0.61570245,0.61157024,0.60330576,0.59917355,0.59090906,0.59917355,0.61570245,0.59917355,0.59917355,0.59090906,0.6198347,0.6528926,0.661157,0.69008267,0.7231405,0.6198347,0.76033056,0.49173555,0.46694216,0.54545456,0.5165289,0.5661157,0.39256197,0.59504133,0.43801653,0.24793388,0.5206612,0.6694215,0.6942149,0.70247936,0.6818182,0.61570245,0.6198347,0.6363636,0.6487603,0.661157,0.6528926,0.6487603,0.6487603,0.6280992,0.53305787,0.45041323,0.47933885,0.4876033,0.59917355,0.6818182,0.6570248,0.62396693,0.607438,0.6652893,0.677686,0.6404959,0.61570245,0.59090906,0.553719,0.5371901,0.5371901,0.57024795,0.60330576,0.62396693,0.6280992,0.5661157,0.38429752,0.36363637,0.47107437,0.56198347,0.59090906,0.58264464,0.58264464,0.59090906,0.59917355,0.59090906,0.58677685,0.58677685,0.6280992,0.70247936,0.6818182,0.6859504,0.6404959,0.6322314,0.74380165,0.48347107,0.54545456,0.53305787,0.5165289,0.5661157,0.49586776,0.5123967,0.6363636,0.46694216,0.5247934,0.661157,0.6818182,0.70247936,0.70247936,0.661157,0.6652893,0.677686,0.677686,0.6818182,0.6446281,0.59090906,0.54545456,0.46280992,0.42561984,0.47107437,0.44214877,0.553719,0.6942149,0.6818182,0.61570245,0.55785125,0.53305787,0.61157024,0.6280992,0.57024795,0.5289256,0.54545456,0.5247934,0.5206612,0.49586776,0.5123967,0.5371901,0.6198347,0.661157,0.6694215,0.59090906,0.3429752,0.32231405,0.37603307,0.42561984,0.46694216,0.49173555,0.5289256,0.5495868,0.5661157,0.5785124,0.61157024,0.6694215,0.6487603,0.59504133,0.55785125,0.5247934,0.57438016,0.60330576,0.58677685,0.553719,0.5206612,0.5082645,0.553719,0.553719,0.5413223,0.57438016,0.5247934,0.5247934,0.58264464,0.61570245,0.6570248,0.70247936,0.7066116,0.6735537,0.6363636,0.58264464,0.54545456,0.5,0.43801653,0.39256197,0.3966942,0.43801653,0.48347107,0.5041322,0.6322314,0.6859504,0.6404959,0.54545456,0.39256197,0.3429752,0.49173555,0.58264464,0.5165289,0.45454547,0.46280992,0.5165289,0.44214877,0.3181818,0.3264463,0.38842976,0.5041322,0.61157024,0.69008267,0.6942149,0.47933885,0.446281,0.446281,0.42561984,0.40082645,0.3966942,0.41322315,0.43801653,0.44214877,0.446281,0.45041323,0.49173555,0.5082645,0.53305787,0.54545456,0.553719,0.607438,0.62396693,0.58677685,0.54545456,0.5123967,0.5,0.5371901,0.5661157,0.58677685,0.607438,0.59090906,0.57024795,0.5495868,0.5371901,0.5371901,0.5206612,0.5082645,0.47933885,0.46280992,0.44214877,0.41735536,0.3966942,0.4090909,0.44214877,0.48347107,0.5371901,0.59917355,0.60330576,0.661157,0.661157,0.5785124,0.40082645,0.18595041,0.16115703,0.3264463,0.55785125,0.49173555,0.38016528,0.39256197,0.5082645,0.37603307,0.2892562,0.1446281,0.20247933,0.3181818,0.46280992,0.57438016,0.61570245,0.5289256,0.49586776,0.5785124,0.56198347,0.54545456,0.5082645,0.46694216,0.45867768,0.45454547,0.47933885,0.5371901,0.58264464,0.60330576,0.6198347,0.6198347,0.6198347,0.62396693,0.59917355,0.57024795,0.5413223,0.5123967,0.4876033,0.5206612,0.56198347,0.59504133,0.6322314,0.6487603,0.6570248,0.6528926,0.661157,0.6983471,0.6942149,0.70247936,0.6363636,0.5289256,0.5082645,0.5123967,0.5413223,0.58264464,0.61570245,0.6404959,0.61157024,0.6363636,0.6528926,0.6404959,0.6280992,0.49173555,0.23966943,0.1694215,0.22727273,0.40495867,0.5206612,0.5247934,0.3553719,0.38429752,0.49173555,0.40082645,0.41322315,0.20247933,0.17768595,0.20661157,0.30578512,0.45867768,0.5165289,0.5,0.47107437,0.58677685,0.61157024,0.6404959,0.6363636,0.62396693,0.62396693,0.6198347,0.61570245,0.61570245,0.6280992,0.6446281,0.6446281,0.6322314,0.61570245,0.60330576,0.58264464,0.55785125,0.5371901,0.5082645,0.48347107,0.5,0.55785125,0.59504133,0.61570245,0.6322314,0.6487603,0.661157,0.6652893,0.6983471,0.7107438,0.72727275,0.7107438,0.6818182,0.677686,0.6859504,0.71487606,0.70247936,0.6735537,0.6487603,0.59504133,0.6694215,0.70247936,0.62396693,0.5785124,0.4214876,0.23553719,0.36363637,0.4752066,0.553719,0.5289256,0.5371901,0.3966942,0.38842976,0.4338843,0.4090909,0.47107437,0.4090909,0.35950413,0.30578512,0.24793388,0.37603307,0.44214877,0.4214876,0.5041322,0.59090906,0.59917355,0.6198347,0.6404959,0.6570248,0.677686,0.6942149,0.69008267,0.69008267,0.6983471,0.6983471,0.6735537,0.6322314,0.60330576,0.58677685,0.57024795,0.55785125,0.5413223,0.5082645,0.4752066,0.5041322,0.5495868,0.59917355,0.61570245,0.6198347,0.6446281,0.6570248,0.6528926,0.6652893,0.7107438,0.72727275,0.7768595,0.7644628,0.75619835,0.74793386,0.73140496,0.6735537,0.6528926,0.62396693,0.6363636,0.71487606,0.71487606,0.6528926,0.5206612,0.45867768,0.4338843,0.5661157,0.6652893,0.6404959,0.60330576,0.5041322,0.38842976,0.33471075,0.37603307,0.40495867,0.5,0.5413223,0.5413223,0.49173555,0.38842976,0.38016528,0.40495867,0.45454547,0.58677685,0.62396693,0.59917355,0.59917355,0.6280992,0.6570248,0.677686,0.6942149,0.6983471,0.69008267,0.6942149,0.71487606,0.6983471,0.661157,0.6198347,0.58264464,0.56198347,0.56198347,0.5413223,0.5,0.46280992,0.47933885,0.5206612,0.59090906,0.61570245,0.59917355,0.6322314,0.6652893,0.6570248,0.6818182,0.7231405,0.7644628,0.78099173,0.78099173,0.7644628,0.74380165,0.69008267,0.6570248,0.6322314,0.6528926,0.6942149,0.75206614,0.7355372,0.7066116,0.6322314,0.607438,0.6322314,0.6694215,0.7066116,0.6859504,0.6694215,0.553719,0.37603307,0.3429752,0.4214876,0.47107437,0.5495868,0.59504133,0.59917355,0.58264464,0.56198347,0.54545456,0.553719,0.58677685,0.6363636,0.6446281,0.6198347,0.60330576,0.61157024,0.6280992,0.6528926,0.6487603,0.6652893,0.6818182,0.677686,0.7066116,0.6983471,0.677686,0.6363636,0.58264464,0.56198347,0.5661157,0.53305787,0.4876033,0.45867768,0.45041323,0.5,0.5785124,0.60330576,0.60330576,0.6198347,0.6694215,0.6942149,0.7355372,0.73140496,0.74793386,0.75619835,0.77272725,0.75619835,0.71900827,0.69008267,0.6694215,0.6446281,0.6735537,0.73140496,0.75206614,0.74380165,0.7107438,0.6818182,0.6818182,0.6983471,0.7066116,0.71487606,0.7107438,0.6859504,0.59917355,0.46694216,0.47107437,0.56198347,0.5785124,0.607438,0.607438,0.61157024,0.61157024,0.6198347,0.6280992,0.6363636,0.6363636,0.6404959,0.6570248,0.6528926,0.6198347,0.61570245,0.61570245,0.6404959,0.61570245,0.6446281,0.677686,0.6570248,0.6652893,0.6570248,0.6694215,0.6322314,0.58677685,0.57438016,0.57024795,0.5123967,0.48347107,0.45867768,0.4752066,0.4876033,0.553719,0.60330576,0.6322314,0.6198347,0.677686,0.72727275,0.73966944,0.7355372,0.7231405,0.76033056,0.76033056,0.73966944,0.7066116,0.69008267,0.6694215,0.661157,0.7066116,0.74793386,0.73140496,0.71900827,0.6942149,0.70247936,0.6942149,0.6942149,0.70247936,0.7107438,0.6983471,0.6694215,0.6280992,0.55785125,0.58677685,0.6446281,0.6570248,0.6404959,0.61157024,0.61570245,0.6363636,0.6363636,0.62396693,0.6322314,0.6198347,0.6322314,0.6570248,0.6652893,0.6528926,0.6446281,0.62396693,0.6404959,0.6363636,0.6528926,0.677686,0.661157,0.6570248,0.661157,0.6487603,0.607438,0.59090906,0.58264464,0.57024795,0.5082645,0.47107437,0.4752066,0.53305787,0.4876033,0.54545456,0.607438,0.6404959,0.6446281,0.6818182,0.71487606,0.7231405,0.73140496,0.73140496,0.73966944,0.75206614,0.73140496,0.7066116,0.6859504,0.6694215,0.677686,0.73140496,0.73966944,0.71487606,0.6983471,0.6983471,0.7066116,0.7107438,0.6942149,0.6818182,0.70247936,0.69008267,0.677686,0.6363636,0.59917355,0.6487603,0.6942149,0.69008267,0.6735537,0.62396693,0.61570245,0.6404959,0.6363636,0.62396693,0.59917355,0.61157024,0.6280992,0.6652893,0.6570248,0.6570248,0.6528926,0.6363636,0.6446281,0.6404959,0.6322314,0.6652893,0.6528926,0.6363636,0.6404959,0.62396693,0.59917355,0.57438016,0.5785124,0.553719,0.5082645,0.47107437,0.4876033,0.5123967,0.49586776,0.553719,0.607438,0.6570248,0.661157,0.6859504,0.7066116,0.71487606,0.7231405,0.71900827,0.73140496,0.73140496,0.73140496,0.71900827,0.69008267,0.677686,0.6983471,0.72727275,0.71900827,0.7107438,0.7066116,0.70247936,0.70247936,0.7107438,0.6942149,0.6942149,0.71487606,0.6983471,0.6818182,0.6570248,0.6446281,0.6652893,0.6983471,0.71487606,0.69008267,0.661157,0.6322314,0.6363636,0.6322314,0.6570248,0.60330576,0.607438,0.607438,0.6528926,0.6487603,0.6363636,0.6446281,0.6363636,0.6322314,0.6570248,0.6446281,0.6446281,0.6280992,0.61570245,0.6198347,0.59917355,0.58677685,0.56198347,0.57024795,0.54545456,0.5041322,0.47107437,0.49173555,0.49586776,0.5041322,0.5495868,0.60330576,0.6570248,0.6735537,0.6859504,0.6942149,0.70247936,0.7107438,0.71487606,0.72727275,0.7355372,0.73966944,0.71900827,0.69008267,0.677686,0.6983471,0.7107438,0.7066116,0.6983471,0.69008267,0.69008267,0.6942149,0.70247936,0.71487606,0.73140496,0.73966944,0.7231405,0.71487606,0.6859504,0.6570248,0.69008267,0.71900827,0.75619835,0.71900827,0.69008267,0.6404959,0.6446281,0.6404959,0.661157,0.61570245,0.6280992,0.607438,0.6404959,0.6528926,0.6198347,0.6198347,0.61570245,0.6322314,0.6570248,0.6528926,0.6322314,0.61570245,0.6198347,0.61157024,0.59504133,0.57438016,0.55785125,0.56198347,0.5371901,0.5,0.46694216,0.49173555,0.5661157,0.48347107,0.5495868,0.59504133,0.6404959,0.6694215,0.6818182,0.6859504,0.6942149,0.7107438,0.7107438,0.7107438,0.7107438,0.73140496,0.71900827,0.6859504,0.6570248,0.69008267,0.6983471,0.7107438,0.6859504,0.677686,0.69008267,0.73140496,0.73966944,0.76033056,0.73140496,0.69008267,0.6942149,0.677686,0.6735537,0.661157,0.71487606,0.6983471,0.72727275,0.6570248,0.6446281,0.6322314,0.6404959,0.6528926,0.6652893,0.6446281,0.62396693,0.6198347,0.6280992,0.6363636,0.62396693,0.60330576,0.58677685,0.6280992,0.6528926,0.6280992,0.61157024,0.61570245,0.61570245,0.607438,0.59504133,0.57024795,0.553719,0.55785125,0.5289256,0.49173555,0.47107437,0.5041322,0.58264464,0.5,0.5495868,0.5785124,0.6198347,0.6570248,0.6694215,0.6818182,0.69008267,0.70247936,0.7107438,0.7231405,0.7107438,0.71900827,0.71900827,0.677686,0.6446281,0.6859504,0.6818182,0.6983471,0.6818182,0.6942149,0.69008267,0.7644628,0.74380165,0.6818182,0.57024795,0.5206612,0.5371901,0.5247934,0.553719,0.61570245,0.6487603,0.60330576,0.5247934,0.45041323,0.47107437,0.5041322,0.5495868,0.6198347,0.6404959,0.6528926,0.6404959,0.6280992,0.6322314,0.6280992,0.6280992,0.61157024,0.59090906,0.607438,0.6363636,0.61570245,0.59917355,0.61570245,0.6280992,0.61157024,0.58677685,0.57024795,0.5661157,0.5495868,0.5165289,0.49173555,0.4752066,0.5,0.57024795,0.5206612,0.55785125,0.57438016,0.607438,0.6487603,0.6652893,0.677686,0.6694215,0.6942149,0.71900827,0.71487606,0.71487606,0.71900827,0.6983471,0.6652893,0.6694215,0.6983471,0.6983471,0.6942149,0.7066116,0.6942149,0.71487606,0.6818182,0.55785125,0.49173555,0.42561984,0.37603307,0.38016528,0.38016528,0.37190083,0.42975205,0.4214876,0.35950413,0.32231405,0.3264463,0.3305785,0.3429752,0.40495867,0.49173555,0.5495868,0.61157024,0.6446281,0.6404959,0.6198347,0.62396693,0.62396693,0.6280992,0.61157024,0.59917355,0.6280992,0.6322314,0.60330576,0.607438,0.62396693,0.61157024,0.58677685,0.57024795,0.5661157,0.54545456,0.5082645,0.4876033,0.47933885,0.49173555,0.59090906,0.5247934,0.55785125,0.59504133,0.60330576,0.6446281,0.6570248,0.6652893,0.6652893,0.677686,0.7066116,0.71900827,0.70247936,0.71900827,0.6735537,0.6694215,0.6818182,0.7107438,0.7107438,0.6859504,0.70247936,0.661157,0.58677685,0.446281,0.3677686,0.3553719,0.2892562,0.23140496,0.2892562,0.32231405,0.3140496,0.30165288,0.23966943,0.24380165,0.24380165,0.24380165,0.23966943,0.24380165,0.28099173,0.3429752,0.38016528,0.446281,0.5413223,0.59504133,0.61570245,0.59917355,0.58677685,0.607438,0.607438,0.59504133,0.61570245,0.61157024,0.60330576,0.61570245,0.6280992,0.59917355,0.59090906,0.57024795,0.55785125,0.5371901,0.5082645,0.49173555,0.47107437,0.45454547,0.6446281,0.5082645,0.5661157,0.58677685,0.59504133,0.6363636,0.6528926,0.6487603,0.661157,0.6652893,0.6942149,0.72727275,0.70247936,0.70247936,0.6818182,0.6735537,0.69008267,0.6942149,0.6735537,0.677686,0.6487603,0.5082645,0.38429752,0.3140496,0.2520661,0.18595041,0.17768595,0.17355372,0.37190083,0.40495867,0.4090909,0.35123968,0.25619835,0.38842976,0.32231405,0.3140496,0.28099173,0.21487603,0.21487603,0.23140496,0.23966943,0.29338843,0.3677686,0.45454547,0.553719,0.55785125,0.53305787,0.5495868,0.57024795,0.57024795,0.59090906,0.60330576,0.61157024,0.6280992,0.6198347,0.59090906,0.58264464,0.57024795,0.55785125,0.5371901,0.5165289,0.5082645,0.45454547,0.38429752,0.6404959,0.48347107,0.57024795,0.58677685,0.5785124,0.6363636,0.6363636,0.6404959,0.6404959,0.6652893,0.69008267,0.7231405,0.7066116,0.7066116,0.677686,0.6818182,0.6859504,0.6363636,0.59090906,0.62396693,0.5289256,0.36363637,0.2644628,0.23966943,0.14049587,0.10743801,0.16528925,0.21487603,0.5082645,0.5785124,0.5661157,0.47933885,0.39256197,0.5082645,0.46280992,0.45041323,0.36363637,0.2231405,0.1983471,0.16528925,0.19421488,0.2520661,0.25619835,0.30165288,0.40495867,0.46694216,0.446281,0.4752066,0.5206612,0.5495868,0.5785124,0.59504133,0.607438,0.6198347,0.60330576,0.5785124,0.5661157,0.56198347,0.5495868,0.5371901,0.5123967,0.5082645,0.42975205,0.28099173,0.5289256,0.45041323,0.57024795,0.59090906,0.59504133,0.6280992,0.62396693,0.6404959,0.6322314,0.661157,0.6735537,0.71900827,0.7231405,0.7107438,0.6652893,0.6528926,0.6528926,0.5495868,0.49173555,0.4752066,0.37190083,0.2603306,0.28512397,0.28512397,0.11157025,0.09917355,0.11983471,0.1446281,0.32231405,0.45041323,0.4752066,0.43801653,0.3305785,0.38429752,0.41322315,0.38842976,0.36363637,0.32231405,0.3181818,0.29752067,0.3305785,0.3305785,0.2520661,0.2231405,0.24380165,0.29338843,0.36363637,0.446281,0.5082645,0.5413223,0.57024795,0.59504133,0.61570245,0.62396693,0.60330576,0.5661157,0.55785125,0.56198347,0.5371901,0.53305787,0.5082645,0.5165289,0.39256197,0.21487603,0.3181818,0.3305785,0.57438016,0.59504133,0.60330576,0.6198347,0.6198347,0.6280992,0.6404959,0.6487603,0.6735537,0.7066116,0.7231405,0.6983471,0.6652893,0.6363636,0.60330576,0.5041322,0.446281,0.4090909,0.34710744,0.34710744,0.45867768,0.5041322,0.45041323,0.3553719,0.29752067,0.2603306,0.24380165,0.24793388,0.23966943,0.21487603,0.17768595,0.21487603,0.34710744,0.4752066,0.47933885,0.4752066,0.46280992,0.46694216,0.48347107,0.46694216,0.41735536,0.39256197,0.38842976,0.4090909,0.46280992,0.5082645,0.5247934,0.5371901,0.57024795,0.60330576,0.62396693,0.62396693,0.58677685,0.5371901,0.553719,0.553719,0.53305787,0.5206612,0.5,0.5165289,0.338843,0.22727273,0.16528925,0.2107438,0.5661157,0.58264464,0.59504133,0.61570245,0.6280992,0.6322314,0.6404959,0.6363636,0.6694215,0.6859504,0.6983471,0.6859504,0.6570248,0.61570245,0.58264464,0.5165289,0.5041322,0.55785125,0.5371901,0.5289256,0.5371901,0.5413223,0.5289256,0.5,0.48347107,0.46280992,0.43801653,0.41322315,0.39256197,0.41322315,0.45867768,0.5206612,0.5371901,0.55785125,0.5247934,0.5082645,0.5041322,0.48347107,0.48347107,0.48347107,0.5041322,0.5413223,0.58264464,0.57024795,0.53305787,0.5371901,0.5413223,0.5413223,0.5661157,0.60330576,0.61570245,0.61570245,0.553719,0.5371901,0.5495868,0.55785125,0.53305787,0.5041322,0.5041322,0.49173555,0.2892562,0.24793388,0.15289256,0.1694215,0.47107437,0.57438016,0.58677685,0.61157024,0.6280992,0.6322314,0.6322314,0.6198347,0.6487603,0.6859504,0.69008267,0.6735537,0.6198347,0.5785124,0.56198347,0.5247934,0.59090906,0.6818182,0.6280992,0.56198347,0.5413223,0.5413223,0.5495868,0.5661157,0.57024795,0.5495868,0.5661157,0.5495868,0.5495868,0.56198347,0.57024795,0.59090906,0.5495868,0.54545456,0.5123967,0.48347107,0.5,0.47933885,0.49173555,0.5,0.5247934,0.58677685,0.6487603,0.61157024,0.5785124,0.5495868,0.5495868,0.5413223,0.5661157,0.60330576,0.61157024,0.58677685,0.5371901,0.5495868,0.56198347,0.553719,0.5247934,0.49586776,0.5041322,0.45454547,0.24793388,0.24380165,0.14049587,0.1322314,0.338843,0.5785124,0.5785124,0.59504133,0.61157024,0.6363636,0.6404959,0.61570245,0.6322314,0.677686,0.6818182,0.6570248,0.6198347,0.57024795,0.5371901,0.55785125,0.6652893,0.7231405,0.677686,0.59917355,0.5661157,0.5289256,0.5247934,0.553719,0.55785125,0.5413223,0.553719,0.5495868,0.5289256,0.553719,0.57438016,0.5495868,0.53305787,0.47107437,0.45454547,0.46694216,0.5041322,0.49173555,0.5082645,0.5413223,0.56198347,0.61157024,0.6363636,0.6322314,0.60330576,0.56198347,0.553719,0.5289256,0.5661157,0.59504133,0.58677685,0.56198347,0.54545456,0.553719,0.55785125,0.5495868,0.5123967,0.49586776,0.49586776,0.40082645,0.23553719,0.25619835,0.1322314,0.10330579,0.24793388,0.5165289,0.57024795,0.58264464,0.607438,0.6363636,0.6404959,0.61570245,0.607438,0.6487603,0.6652893,0.6446281,0.61570245,0.5661157,0.5495868,0.61570245,0.70247936,0.7231405,0.70247936,0.6487603,0.61570245,0.553719,0.53305787,0.53305787,0.5,0.5082645,0.5165289,0.49586776,0.5165289,0.553719,0.5165289,0.47933885,0.48347107,0.45867768,0.46280992,0.47107437,0.5082645,0.5165289,0.53305787,0.57024795,0.57438016,0.59917355,0.6198347,0.62396693,0.59917355,0.553719,0.553719,0.5413223,0.5661157,0.58264464,0.5661157,0.54545456,0.54545456,0.553719,0.553719,0.5371901,0.5123967,0.5,0.4752066,0.3429752,0.23553719,0.24380165,0.12809917,0.11570248,0.16528925,0.41735536,0.56198347,0.57438016,0.60330576,0.6280992,0.6404959,0.6198347,0.60330576,0.6280992,0.661157,0.6487603,0.6198347,0.5495868,0.57438016,0.6446281,0.6942149,0.7066116,0.69008267,0.6859504,0.6652893,0.59917355,0.59504133,0.5371901,0.5247934,0.48347107,0.48347107,0.41735536,0.47933885,0.49173555,0.41735536,0.4090909,0.41735536,0.4214876,0.45041323,0.4876033,0.5206612,0.5371901,0.5495868,0.57024795,0.57024795,0.59504133,0.60330576,0.60330576,0.58264464,0.553719,0.5371901,0.5413223,0.5661157,0.57024795,0.553719,0.5371901,0.5413223,0.54545456,0.5413223,0.5247934,0.5082645,0.5082645,0.42975205,0.28099173,0.21900827,0.1983471,0.12809917,0.12809917,0.09504132,0.28099173,0.5206612,0.56198347,0.57438016,0.607438,0.6363636,0.6280992,0.607438,0.6280992,0.6363636,0.6363636,0.59917355,0.55785125,0.56198347,0.6446281,0.6735537,0.677686,0.6735537,0.6735537,0.661157,0.6363636,0.62396693,0.5785124,0.5495868,0.4876033,0.45867768,0.38429752,0.38842976,0.3553719,0.338843,0.3677686,0.37190083,0.41735536,0.4752066,0.5,0.5165289,0.5289256,0.5495868,0.55785125,0.57024795,0.5785124,0.58677685,0.58264464,0.57438016,0.553719,0.5289256,0.54545456,0.56198347,0.55785125,0.54545456,0.5413223,0.5413223,0.5413223,0.5371901,0.5206612,0.5082645,0.5,0.35123968,0.21900827,0.1983471,0.16115703,0.12809917,0.12809917,0.12809917,0.11570248,0.4338843,0.5495868,0.5495868,0.58677685,0.6322314,0.6363636,0.61570245,0.61157024,0.6322314,0.62396693,0.59917355,0.57024795,0.59090906,0.6198347,0.6446281,0.6487603,0.6487603,0.6446281,0.6404959,0.61157024,0.61157024,0.60330576,0.5661157,0.5082645,0.45867768,0.39256197,0.38016528,0.3553719,0.40082645,0.4090909,0.41735536,0.42561984,0.45454547,0.49173555,0.5041322,0.5206612,0.5413223,0.54545456,0.553719,0.553719,0.55785125,0.56198347,0.56198347,0.54545456,0.5413223,0.54545456,0.5413223,0.5413223,0.54545456,0.5413223,0.5371901,0.5413223,0.5289256,0.5082645,0.5,0.4876033,0.29752067,0.16115703,0.1570248,0.12396694,0.1322314,0.12396694,0.14049587,0.10330579,0.18595041,0.5289256,0.5413223,0.57438016,0.62396693,0.6363636,0.6280992,0.59504133,0.62396693,0.61570245,0.58677685,0.59917355,0.60330576,0.62396693,0.61157024,0.6363636,0.62396693,0.6280992,0.6280992,0.607438,0.58264464,0.553719,0.5247934,0.4752066,0.44214877,0.41322315,0.41322315,0.4214876,0.44214877,0.44214877,0.42975205,0.41322315,0.43801653,0.46280992,0.49586776,0.5123967,0.5206612,0.5247934,0.53305787,0.5495868,0.553719,0.5495868,0.5247934,0.5371901,0.5495868,0.53305787,0.5206612,0.5289256,0.53305787,0.5371901,0.5413223,0.5371901,0.5165289,0.5041322,0.49173555,0.4876033,0.22727273,0.12809917,0.12809917,0.11157025,0.13636364,0.12809917,0.1446281,0.11983471,0.09090909,0.3181818,0.5495868,0.5495868,0.60330576,0.6280992,0.62396693,0.60330576,0.58677685,0.60330576,0.60330576,0.59504133,0.61157024,0.6322314,0.607438,0.62396693,0.61570245,0.61570245,0.61157024,0.607438,0.57438016,0.5371901,0.5,0.45867768,0.43801653,0.4338843,0.42975205,0.446281,0.45454547,0.44214877,0.42975205,0.42561984,0.446281,0.46280992,0.48347107,0.5,0.5041322,0.5082645,0.5247934,0.54545456,0.553719,0.5371901,0.53305787,0.5413223,0.54545456,0.5371901,0.5247934,0.5247934,0.5247934,0.5371901,0.54545456,0.5371901,0.5041322,0.49173555,0.47107437,0.5041322,0.1694215,0.10330579,0.11157025,0.10743801,0.1322314,0.1322314,0.1322314,0.12809917,0.14049587,0.12809917,0.44214877,0.54545456,0.5785124,0.607438,0.61570245,0.60330576,0.5785124,0.60330576,0.6280992,0.60330576,0.61157024,0.607438,0.60330576,0.60330576,0.607438,0.60330576,0.59090906,0.58677685,0.57438016,0.5371901,0.5082645,0.48347107,0.47107437,0.47107437,0.46280992,0.46280992,0.46694216,0.46280992,0.45454547,0.45867768,0.48347107,0.5,0.5041322,0.5,0.49173555,0.5041322,0.5247934,0.53305787,0.5371901,0.53305787,0.5371901,0.53305787,0.5371901,0.5413223,0.5206612,0.5247934,0.5247934,0.5413223,0.54545456,0.5289256,0.5,0.49586776,0.46694216,0.5247934,0.12396694,0.09917355,0.10743801,0.11157025,0.12396694,0.13636364,0.1322314,0.1322314,0.13636364,0.1322314,0.29752067,0.5413223,0.553719,0.58677685,0.60330576,0.59504133,0.58264464,0.61157024,0.62396693,0.61157024,0.62396693,0.6280992,0.6280992,0.60330576,0.60330576,0.60330576,0.5785124,0.57438016,0.57438016,0.57024795,0.57024795,0.54545456,0.53305787,0.53305787,0.5247934,0.5206612,0.5206612,0.5247934,0.53305787,0.5413223,0.54545456,0.5413223,0.5371901,0.5206612,0.49586776,0.5123967,0.5289256,0.5247934,0.5371901,0.5371901,0.5413223,0.5371901,0.553719,0.53305787,0.5041322,0.5206612,0.5247934,0.5413223,0.5371901,0.5165289,0.5041322,0.47107437,0.49173555,0.5041322,0.11157025,0.09090909,0.11157025,0.11157025,0.12809917,0.13636364,0.12809917,0.1322314,0.13636364,0.14049587,0.2520661,0.5206612,0.5206612,0.5661157,0.59090906,0.59090906,0.58264464,0.59917355,0.62396693,0.62396693,0.6404959,0.6487603,0.6570248,0.6363636,0.6198347,0.61157024,0.58677685,0.57024795,0.5785124,0.58264464,0.60330576,0.607438,0.60330576,0.59504133,0.59504133,0.59504133,0.59917355,0.59917355,0.60330576,0.59504133,0.59090906,0.56198347,0.55785125,0.5289256,0.5041322,0.5289256,0.5289256,0.53305787,0.55785125,0.5206612,0.54545456,0.55785125,0.5371901,0.5206612,0.49586776,0.5123967,0.5289256,0.53305787,0.5206612,0.5,0.48347107,0.4752066,0.5041322,0.46280992,0.10330579,0.09090909,0.11570248,0.10743801,0.12809917,0.13636364,0.13636364,0.1322314,0.1446281,0.1322314,0.26859504,0.5123967,0.5041322,0.5371901,0.57438016,0.59504133,0.59090906,0.58264464,0.59917355,0.6198347,0.6404959,0.6528926,0.6652893,0.6570248,0.62396693,0.62396693,0.61157024,0.59090906,0.59504133,0.61157024,0.6363636,0.6280992,0.6280992,0.61570245,0.62396693,0.61570245,0.6322314,0.61570245,0.607438,0.61570245,0.57438016,0.57024795,0.57438016,0.5371901,0.53305787,0.5495868,0.5371901,0.5785124,0.59090906,0.5495868,0.55785125,0.57024795,0.5413223,0.5206612,0.5123967,0.5247934,0.5247934,0.5165289,0.5082645,0.49173555,0.4752066,0.49173555,0.5206612,0.4338843,0.09917355,0.09090909,0.11570248,0.10743801,0.1322314,0.13636364,0.1322314,0.13636364,0.1446281,0.10743801,0.24380165,0.49173555,0.5082645,0.5041322,0.5495868,0.58264464,0.59090906,0.59090906,0.58264464,0.58677685,0.6363636,0.661157,0.6652893,0.6694215,0.6322314,0.6404959,0.6322314,0.607438,0.59504133,0.6363636,0.661157,0.6363636,0.6363636,0.6280992,0.6404959,0.6198347,0.6322314,0.61157024,0.6198347,0.61157024,0.57024795,0.553719,0.56198347,0.57438016,0.5661157,0.57024795,0.58264464,0.59090906,0.57438016,0.5785124,0.58264464,0.57024795,0.5495868,0.5082645,0.49586776,0.5206612,0.5082645,0.5041322,0.49586776,0.48347107,0.49173555,0.5041322,0.5247934,0.3966942,0.11157025,0.09504132,0.11157025,0.10743801,0.13636364,0.1322314,0.13636364,0.13636364,0.14876033,0.11157025,0.21900827,0.47933885,0.5206612,0.49586776,0.5206612,0.553719,0.57024795,0.57438016,0.58677685,0.58677685,0.6280992,0.6570248,0.6652893,0.677686,0.6487603,0.6487603,0.6570248,0.6487603,0.62396693,0.62396693,0.6363636,0.6446281,0.6446281,0.6446281,0.6487603,0.6322314,0.6322314,0.61570245,0.61570245,0.59917355,0.58264464,0.5661157,0.5661157,0.58264464,0.55785125,0.58264464,0.59504133,0.58264464,0.57024795,0.58264464,0.57438016,0.56198347,0.5371901,0.5082645,0.4876033,0.5,0.5,0.5,0.48347107,0.48347107,0.49586776,0.5123967,0.5289256,0.36363637,0.11157025,0.09504132,0.11157025,0.11157025,1 +0.6446281,0.69008267,0.70247936,0.70247936,0.7066116,0.71900827,0.72727275,0.73966944,0.71900827,0.71900827,0.7355372,0.74380165,0.74793386,0.74793386,0.75619835,0.76033056,0.76859504,0.76033056,0.75619835,0.76033056,0.76033056,0.76859504,0.75619835,0.7644628,0.74793386,0.72727275,0.7066116,0.7066116,0.7066116,0.7066116,0.7231405,0.71900827,0.7107438,0.73140496,0.73966944,0.7355372,0.72727275,0.7231405,0.72727275,0.71487606,0.6942149,0.6859504,0.6859504,0.6818182,0.677686,0.6735537,0.6652893,0.6570248,0.661157,0.6446281,0.62396693,0.61157024,0.61570245,0.6280992,0.61570245,0.59090906,0.57024795,0.5785124,0.60330576,0.5661157,0.46694216,0.53305787,0.5123967,0.57024795,0.6818182,0.6942149,0.7066116,0.6859504,0.6983471,0.7107438,0.7231405,0.7355372,0.71900827,0.72727275,0.74380165,0.7355372,0.73966944,0.74793386,0.76033056,0.7644628,0.7644628,0.75619835,0.74380165,0.76859504,0.77272725,0.76859504,0.7644628,0.78099173,0.7768595,0.75206614,0.7355372,0.72727275,0.7107438,0.71900827,0.7355372,0.7355372,0.72727275,0.73140496,0.76033056,0.7644628,0.75206614,0.74380165,0.75619835,0.73140496,0.7107438,0.6942149,0.6942149,0.677686,0.6735537,0.6735537,0.6818182,0.6694215,0.6694215,0.6528926,0.6322314,0.6280992,0.61157024,0.6198347,0.60330576,0.60330576,0.57438016,0.57438016,0.607438,0.58264464,0.47933885,0.5495868,0.5413223,0.58264464,0.7231405,0.70247936,0.6818182,0.69008267,0.70247936,0.7066116,0.71900827,0.72727275,0.71900827,0.73140496,0.73140496,0.7355372,0.73140496,0.73966944,0.75206614,0.75619835,0.74793386,0.74380165,0.7355372,0.76859504,0.77272725,0.76859504,0.77272725,0.78512394,0.78512394,0.76033056,0.74793386,0.74380165,0.7107438,0.72727275,0.75619835,0.73966944,0.76033056,0.7644628,0.75206614,0.75619835,0.73966944,0.75619835,0.76033056,0.74793386,0.7231405,0.6983471,0.6942149,0.677686,0.6694215,0.677686,0.69008267,0.6694215,0.6652893,0.6487603,0.6404959,0.6404959,0.607438,0.62396693,0.60330576,0.59917355,0.58264464,0.57024795,0.61157024,0.59090906,0.49173555,0.5785124,0.5495868,0.59504133,0.7231405,0.6983471,0.69008267,0.70247936,0.70247936,0.7066116,0.7066116,0.71900827,0.71900827,0.7231405,0.71900827,0.73140496,0.71900827,0.72727275,0.7355372,0.7355372,0.73140496,0.72727275,0.7231405,0.74380165,0.74793386,0.74380165,0.74380165,0.75206614,0.75206614,0.7231405,0.71487606,0.73140496,0.7107438,0.7107438,0.7355372,0.72727275,0.74793386,0.76859504,0.74793386,0.71900827,0.70247936,0.7107438,0.7355372,0.74380165,0.6983471,0.6694215,0.6694215,0.661157,0.661157,0.677686,0.6859504,0.661157,0.6570248,0.6487603,0.6487603,0.6404959,0.607438,0.62396693,0.60330576,0.58264464,0.58677685,0.57438016,0.59504133,0.59504133,0.5289256,0.5661157,0.59917355,0.57438016,0.71900827,0.69008267,0.6942149,0.7066116,0.69008267,0.70247936,0.6983471,0.7107438,0.71900827,0.71900827,0.71487606,0.71900827,0.7066116,0.7066116,0.6942149,0.69008267,0.6818182,0.6735537,0.6694215,0.6735537,0.6694215,0.6487603,0.6404959,0.6487603,0.661157,0.661157,0.661157,0.6694215,0.6859504,0.7066116,0.71900827,0.6983471,0.73140496,0.74380165,0.7107438,0.71487606,0.6694215,0.6570248,0.6859504,0.6735537,0.6322314,0.6198347,0.607438,0.59917355,0.58677685,0.6198347,0.6322314,0.6363636,0.6322314,0.6363636,0.6363636,0.6198347,0.60330576,0.60330576,0.59917355,0.58264464,0.5785124,0.5785124,0.58264464,0.59090906,0.55785125,0.5495868,0.59917355,0.60330576,0.71487606,0.69008267,0.69008267,0.7066116,0.6859504,0.70247936,0.6942149,0.7107438,0.71487606,0.7066116,0.69008267,0.6818182,0.6694215,0.661157,0.6363636,0.61570245,0.60330576,0.59090906,0.58264464,0.59090906,0.5785124,0.54545456,0.53305787,0.54545456,0.553719,0.57438016,0.59917355,0.6198347,0.6404959,0.6652893,0.6818182,0.6652893,0.6818182,0.6983471,0.6694215,0.661157,0.62396693,0.61157024,0.6198347,0.59504133,0.54545456,0.553719,0.5413223,0.5247934,0.4876033,0.5247934,0.5289256,0.55785125,0.57438016,0.5661157,0.58264464,0.58264464,0.59917355,0.59917355,0.59504133,0.5785124,0.5661157,0.57024795,0.57438016,0.59090906,0.59504133,0.5289256,0.61570245,0.61157024,0.7107438,0.6983471,0.69008267,0.70247936,0.6942149,0.7066116,0.6942149,0.6942149,0.6859504,0.6487603,0.62396693,0.6363636,0.62396693,0.59504133,0.57024795,0.5495868,0.5371901,0.5165289,0.5041322,0.5082645,0.49586776,0.46694216,0.46694216,0.47933885,0.48347107,0.5,0.5289256,0.56198347,0.59090906,0.607438,0.62396693,0.6487603,0.6694215,0.6528926,0.6363636,0.607438,0.57438016,0.54545456,0.5495868,0.5206612,0.4752066,0.47107437,0.46694216,0.43801653,0.42975205,0.45041323,0.446281,0.46694216,0.49173555,0.46694216,0.5082645,0.53305787,0.57024795,0.59090906,0.59090906,0.5785124,0.55785125,0.5661157,0.57024795,0.59090906,0.58677685,0.5371901,0.6363636,0.60330576,0.70247936,0.6942149,0.6942149,0.70247936,0.677686,0.6859504,0.6859504,0.6570248,0.6404959,0.6198347,0.62396693,0.6446281,0.59917355,0.5247934,0.5082645,0.49173555,0.45041323,0.4338843,0.4214876,0.42561984,0.41735536,0.3966942,0.41322315,0.42561984,0.43801653,0.46280992,0.48347107,0.5289256,0.553719,0.57024795,0.61157024,0.6446281,0.6528926,0.6322314,0.60330576,0.5661157,0.5206612,0.5041322,0.49586776,0.46280992,0.4214876,0.41735536,0.3966942,0.37190083,0.39256197,0.38429752,0.37603307,0.39256197,0.42975205,0.41735536,0.45867768,0.5,0.5247934,0.5371901,0.5661157,0.5785124,0.55785125,0.55785125,0.57024795,0.58264464,0.53305787,0.5289256,0.6446281,0.62396693,0.70247936,0.70247936,0.6983471,0.6983471,0.677686,0.6818182,0.6859504,0.61570245,0.71487606,0.822314,0.80991733,0.75206614,0.6404959,0.5123967,0.5,0.46694216,0.3966942,0.38842976,0.38016528,0.38429752,0.38016528,0.35123968,0.33471075,0.3305785,0.3181818,0.32231405,0.3305785,0.36363637,0.38016528,0.40082645,0.45867768,0.4752066,0.4876033,0.47933885,0.45867768,0.45454547,0.41322315,0.3966942,0.39256197,0.37190083,0.35123968,0.34710744,0.3305785,0.32231405,0.3305785,0.3305785,0.3305785,0.3429752,0.37190083,0.37190083,0.43801653,0.45867768,0.46280992,0.45041323,0.48347107,0.5206612,0.5413223,0.553719,0.57024795,0.57024795,0.48347107,0.49586776,0.62396693,0.6363636,0.6983471,0.6942149,0.69008267,0.6735537,0.61570245,0.61157024,0.61570245,0.59504133,0.6570248,0.73140496,0.70247936,0.6487603,0.6198347,0.59090906,0.55785125,0.5041322,0.45867768,0.44214877,0.42561984,0.4090909,0.40082645,0.38429752,0.36363637,0.3553719,0.34710744,0.28099173,0.21900827,0.32231405,0.35123968,0.37603307,0.40495867,0.40495867,0.40082645,0.35950413,0.3429752,0.30578512,0.2644628,0.25619835,0.24793388,0.21900827,0.24793388,0.26859504,0.2892562,0.30578512,0.3264463,0.338843,0.3429752,0.3553719,0.38016528,0.37603307,0.45867768,0.4752066,0.46694216,0.4338843,0.446281,0.47107437,0.46694216,0.46694216,0.48347107,0.5206612,0.46694216,0.47107437,0.60330576,0.6446281,0.6942149,0.70247936,0.62396693,0.58677685,0.6198347,0.661157,0.661157,0.6446281,0.6322314,0.6363636,0.6528926,0.6735537,0.7066116,0.72727275,0.6859504,0.607438,0.55785125,0.53305787,0.5082645,0.47933885,0.46280992,0.44214877,0.4338843,0.4338843,0.43801653,0.3966942,0.3181818,0.30991736,0.5082645,0.56198347,0.59504133,0.6198347,0.6446281,0.59090906,0.61570245,0.4876033,0.4214876,0.38842976,0.38842976,0.27272728,0.38429752,0.39256197,0.40082645,0.38842976,0.39256197,0.40082645,0.42975205,0.46694216,0.49586776,0.5,0.553719,0.58264464,0.59090906,0.53305787,0.47933885,0.49586776,0.5,0.47933885,0.5041322,0.47107437,0.39256197,0.42975205,0.57438016,0.6404959,0.71487606,0.61570245,0.553719,0.59090906,0.6404959,0.6735537,0.6694215,0.6404959,0.607438,0.6404959,0.71487606,0.72727275,0.7644628,0.822314,0.8016529,0.7107438,0.6322314,0.59917355,0.57438016,0.5495868,0.5206612,0.49586776,0.48347107,0.47107437,0.47107437,0.47933885,0.47107437,0.40495867,0.49173555,0.6735537,0.6942149,0.6942149,0.7066116,0.6652893,0.6735537,0.55785125,0.47933885,0.47107437,0.45867768,0.40082645,0.44214877,0.4338843,0.44214877,0.4876033,0.53305787,0.5661157,0.5785124,0.61570245,0.6280992,0.62396693,0.6404959,0.661157,0.6942149,0.6528926,0.5495868,0.5247934,0.53305787,0.5082645,0.5785124,0.553719,0.46694216,0.40495867,0.5206612,0.61157024,0.69008267,0.5165289,0.59917355,0.6404959,0.62396693,0.6859504,0.661157,0.60330576,0.607438,0.6983471,0.77272725,0.74380165,0.8016529,0.9214876,0.87603307,0.73966944,0.61157024,0.57438016,0.553719,0.553719,0.5495868,0.54545456,0.5289256,0.5041322,0.5,0.5206612,0.5661157,0.5371901,0.45867768,0.6818182,0.6322314,0.59504133,0.59090906,0.5785124,0.59504133,0.57024795,0.44214877,0.4876033,0.46694216,0.4876033,0.5082645,0.5041322,0.49586776,0.61157024,0.6652893,0.6280992,0.6198347,0.6363636,0.6446281,0.6570248,0.6694215,0.6859504,0.7231405,0.7107438,0.61157024,0.5371901,0.5206612,0.49173555,0.59090906,0.61570245,0.54545456,0.45041323,0.49173555,0.58677685,0.57438016,0.5165289,0.70247936,0.6363636,0.59917355,0.677686,0.6198347,0.58677685,0.6487603,0.75206614,0.78512394,0.7231405,0.78099173,0.946281,0.8801653,0.70247936,0.5371901,0.5165289,0.5041322,0.5041322,0.5123967,0.5371901,0.5371901,0.5206612,0.5206612,0.56198347,0.6280992,0.59917355,0.47107437,0.6818182,0.57438016,0.45041323,0.45867768,0.4752066,0.46280992,0.46694216,0.39256197,0.5661157,0.54545456,0.56198347,0.553719,0.5247934,0.6942149,0.8512397,0.8677686,0.58677685,0.55785125,0.58264464,0.60330576,0.6280992,0.6322314,0.6528926,0.6859504,0.7066116,0.6404959,0.56198347,0.5206612,0.45867768,0.56198347,0.6280992,0.58264464,0.49586776,0.49586776,0.607438,0.5206612,0.5495868,0.7231405,0.59090906,0.59504133,0.6818182,0.607438,0.607438,0.70247936,0.75206614,0.74380165,0.6652893,0.7231405,0.90082645,0.8016529,0.62396693,0.5165289,0.4876033,0.47933885,0.46694216,0.45041323,0.48347107,0.5082645,0.5082645,0.5289256,0.6198347,0.6528926,0.607438,0.62396693,0.78512394,0.58677685,0.24380165,0.2768595,0.30165288,0.30578512,0.45454547,0.57438016,0.58677685,0.607438,0.5495868,0.5785124,0.45454547,0.8347107,0.90495867,0.92561984,0.6280992,0.53305787,0.56198347,0.5785124,0.59090906,0.59090906,0.61570245,0.6198347,0.6570248,0.6322314,0.57024795,0.5371901,0.5371901,0.58264464,0.6198347,0.59090906,0.5206612,0.5082645,0.59090906,0.5082645,0.58677685,0.6694215,0.5165289,0.59917355,0.6694215,0.6198347,0.6404959,0.6942149,0.677686,0.6363636,0.6652893,0.7107438,0.677686,0.5785124,0.46694216,0.38429752,0.39256197,0.42975205,0.43801653,0.41735536,0.43801653,0.4876033,0.5123967,0.5661157,0.70247936,0.6404959,0.5785124,0.6198347,0.71900827,0.48347107,0.3140496,0.23140496,0.2231405,0.2644628,0.3429752,0.5123967,0.57024795,0.6363636,0.5247934,0.53305787,0.40082645,0.75619835,0.87603307,0.78512394,0.59090906,0.45867768,0.4752066,0.446281,0.48347107,0.54545456,0.58677685,0.59504133,0.59504133,0.59504133,0.56198347,0.55785125,0.6528926,0.69008267,0.6280992,0.58264464,0.5289256,0.5206612,0.54545456,0.5371901,0.61157024,0.59090906,0.446281,0.607438,0.677686,0.6446281,0.6528926,0.6446281,0.58677685,0.5661157,0.61570245,0.60330576,0.5082645,0.42975205,0.33471075,0.25619835,0.33471075,0.39256197,0.41322315,0.37603307,0.41322315,0.47107437,0.54545456,0.61570245,0.73140496,0.6198347,0.59917355,0.43801653,0.62396693,0.48347107,0.54545456,0.43801653,0.41735536,0.42975205,0.40495867,0.38842976,0.5247934,0.58264464,0.5165289,0.5247934,0.4338843,0.58264464,0.677686,0.6404959,0.5123967,0.34710744,0.40082645,0.26859504,0.3181818,0.43801653,0.5,0.54545456,0.5661157,0.553719,0.54545456,0.59090906,0.74793386,0.8471074,0.6942149,0.57024795,0.5371901,0.5082645,0.5,0.45867768,0.6404959,0.5165289,0.39256197,0.6487603,0.8181818,0.74793386,0.59917355,0.57024795,0.4876033,0.5041322,0.4876033,0.46694216,0.41322315,0.37190083,0.28099173,0.30165288,0.38429752,0.42561984,0.43801653,0.37190083,0.40082645,0.45454547,0.57438016,0.61570245,0.6694215,0.6322314,0.5661157,0.35950413,0.54545456,0.60330576,0.6859504,0.59917355,0.59090906,0.59917355,0.42975205,0.37603307,0.4752066,0.5247934,0.5371901,0.5247934,0.42561984,0.49173555,0.553719,0.59504133,0.4752066,0.38842976,0.3264463,0.22727273,0.28512397,0.38429752,0.43801653,0.45454547,0.5165289,0.5247934,0.53305787,0.60330576,0.78512394,0.892562,0.71487606,0.5661157,0.5413223,0.49586776,0.4752066,0.3966942,0.60330576,0.46280992,0.38429752,0.661157,0.93801653,0.8305785,0.62396693,0.56198347,0.4752066,0.47933885,0.47933885,0.5,0.49173555,0.45867768,0.45454547,0.45041323,0.46694216,0.46280992,0.45867768,0.4090909,0.42561984,0.4752066,0.5661157,0.59504133,0.61157024,0.6859504,0.38842976,0.44214877,0.5082645,0.70247936,0.71487606,0.6528926,0.6280992,0.6570248,0.46280992,0.38842976,0.4214876,0.4752066,0.5371901,0.55785125,0.48347107,0.49173555,0.5165289,0.5413223,0.5082645,0.47107437,0.42561984,0.37603307,0.39256197,0.4338843,0.47107437,0.46280992,0.47107437,0.4876033,0.5247934,0.59504133,0.7231405,0.7644628,0.6322314,0.553719,0.5247934,0.46694216,0.43801653,0.41735536,0.59090906,0.45041323,0.42561984,0.6652893,0.95454544,0.8719008,0.7231405,0.6280992,0.5495868,0.5413223,0.58677685,0.6363636,0.6280992,0.59090906,0.5495868,0.5123967,0.4876033,0.46694216,0.446281,0.42561984,0.446281,0.49586776,0.55785125,0.59917355,0.59504133,0.7066116,0.2644628,0.49586776,0.56198347,0.7231405,0.7066116,0.6570248,0.62396693,0.6322314,0.5206612,0.38429752,0.4090909,0.44214877,0.5247934,0.5371901,0.5123967,0.49586776,0.5,0.5,0.5165289,0.5123967,0.5165289,0.5123967,0.5165289,0.5289256,0.5413223,0.5289256,0.49586776,0.4752066,0.5082645,0.57438016,0.6322314,0.57024795,0.49586776,0.5123967,0.45454547,0.4090909,0.41735536,0.446281,0.6198347,0.49173555,0.4752066,0.69008267,0.90495867,0.8719008,0.76859504,0.6859504,0.62396693,0.59090906,0.6446281,0.6818182,0.677686,0.6280992,0.56198347,0.5082645,0.49173555,0.46694216,0.45041323,0.46694216,0.5082645,0.5371901,0.57024795,0.61157024,0.6322314,0.59504133,0.3140496,0.5041322,0.6487603,0.72727275,0.70247936,0.6528926,0.607438,0.6198347,0.5785124,0.38842976,0.40082645,0.42975205,0.5247934,0.5413223,0.5123967,0.49173555,0.48347107,0.48347107,0.5,0.5165289,0.5371901,0.5495868,0.5495868,0.553719,0.5495868,0.5289256,0.5,0.4752066,0.48347107,0.53305787,0.5413223,0.42975205,0.37190083,0.4338843,0.37603307,0.34710744,0.41322315,0.446281,0.6363636,0.5289256,0.49586776,0.6942149,0.8264463,0.822314,0.74793386,0.7066116,0.6859504,0.661157,0.6735537,0.6694215,0.6570248,0.6198347,0.55785125,0.5165289,0.5082645,0.5,0.5123967,0.5413223,0.5661157,0.57024795,0.58264464,0.61157024,0.677686,0.4214876,0.41322315,0.55785125,0.6983471,0.7355372,0.6942149,0.6528926,0.60330576,0.61570245,0.6198347,0.45041323,0.38016528,0.42975205,0.5247934,0.5413223,0.5289256,0.5165289,0.5123967,0.5082645,0.5041322,0.5082645,0.5165289,0.5247934,0.5289256,0.5413223,0.53305787,0.5082645,0.49173555,0.47107437,0.46280992,0.4876033,0.49173555,0.4090909,0.36363637,0.42561984,0.3553719,0.30991736,0.42561984,0.43801653,0.6446281,0.5413223,0.5123967,0.6983471,0.7892562,0.7768595,0.6942149,0.6983471,0.7066116,0.7066116,0.69008267,0.6735537,0.6487603,0.62396693,0.607438,0.59090906,0.5661157,0.55785125,0.56198347,0.57024795,0.5785124,0.58264464,0.59504133,0.6363636,0.6404959,0.36363637,0.46694216,0.6322314,0.70247936,0.71900827,0.6859504,0.6363636,0.60330576,0.59917355,0.61157024,0.53305787,0.3677686,0.40495867,0.5165289,0.5495868,0.5371901,0.5413223,0.5495868,0.5495868,0.54545456,0.5413223,0.5247934,0.5082645,0.5041322,0.5123967,0.5082645,0.5041322,0.5123967,0.5041322,0.5082645,0.5289256,0.5371901,0.4752066,0.4214876,0.446281,0.338843,0.2768595,0.42975205,0.41735536,0.6694215,0.553719,0.5247934,0.70247936,0.78099173,0.72727275,0.6528926,0.6694215,0.6859504,0.7107438,0.6818182,0.6570248,0.6570248,0.6570248,0.6322314,0.607438,0.58264464,0.58264464,0.5785124,0.5785124,0.5785124,0.59504133,0.59917355,0.6859504,0.4876033,0.40495867,0.5123967,0.661157,0.69008267,0.6859504,0.6694215,0.6322314,0.607438,0.58264464,0.59504133,0.5785124,0.43801653,0.38429752,0.48347107,0.553719,0.5413223,0.53305787,0.54545456,0.56198347,0.5661157,0.57438016,0.57438016,0.553719,0.5371901,0.5289256,0.5247934,0.5413223,0.56198347,0.57024795,0.5785124,0.60330576,0.607438,0.5371901,0.446281,0.4214876,0.28099173,0.2644628,0.45454547,0.40082645,0.6652893,0.56198347,0.53305787,0.6735537,0.75206614,0.6859504,0.6446281,0.661157,0.677686,0.6942149,0.6694215,0.6528926,0.6528926,0.6570248,0.6198347,0.59917355,0.59917355,0.59090906,0.5785124,0.58264464,0.58677685,0.607438,0.6198347,0.6404959,0.39256197,0.44214877,0.5785124,0.6570248,0.6818182,0.677686,0.6652893,0.6322314,0.61570245,0.58677685,0.59090906,0.58264464,0.5165289,0.38842976,0.45454547,0.54545456,0.55785125,0.5495868,0.5495868,0.5661157,0.57024795,0.57438016,0.5785124,0.58264464,0.58677685,0.58677685,0.58677685,0.59090906,0.59504133,0.607438,0.6198347,0.6363636,0.6404959,0.5661157,0.45454547,0.3677686,0.20247933,0.29338843,0.48347107,0.3966942,0.61157024,0.553719,0.53305787,0.6404959,0.7107438,0.6735537,0.6487603,0.6652893,0.6735537,0.6818182,0.661157,0.6570248,0.6363636,0.62396693,0.60330576,0.59504133,0.59917355,0.59917355,0.5785124,0.58264464,0.60330576,0.61157024,0.6322314,0.4876033,0.4214876,0.49586776,0.6280992,0.661157,0.6859504,0.677686,0.6694215,0.6570248,0.62396693,0.59917355,0.59917355,0.59504133,0.5495868,0.45454547,0.43801653,0.5206612,0.56198347,0.55785125,0.55785125,0.553719,0.56198347,0.57024795,0.57438016,0.58677685,0.59917355,0.60330576,0.60330576,0.607438,0.61157024,0.6280992,0.6446281,0.6528926,0.6487603,0.5785124,0.45041323,0.2892562,0.16528925,0.35950413,0.4876033,0.41735536,0.553719,0.4752066,0.57024795,0.6198347,0.677686,0.6859504,0.661157,0.6652893,0.6735537,0.6859504,0.661157,0.6487603,0.59917355,0.6198347,0.58677685,0.607438,0.59504133,0.60330576,0.58677685,0.59504133,0.62396693,0.6322314,0.54545456,0.42975205,0.43801653,0.5661157,0.6487603,0.6735537,0.6942149,0.677686,0.6859504,0.71900827,0.6818182,0.62396693,0.6198347,0.6280992,0.59504133,0.53305787,0.45454547,0.46694216,0.5413223,0.57024795,0.55785125,0.553719,0.56198347,0.57438016,0.57438016,0.57438016,0.5785124,0.58677685,0.607438,0.61570245,0.62396693,0.6404959,0.661157,0.6694215,0.661157,0.59090906,0.42975205,0.19421488,0.19008264,0.44214877,0.43801653,0.4876033,0.49586776,0.42561984,0.62396693,0.6322314,0.677686,0.6942149,0.677686,0.6652893,0.6694215,0.6859504,0.6528926,0.6322314,0.607438,0.60330576,0.59917355,0.6198347,0.62396693,0.607438,0.61570245,0.6322314,0.6487603,0.60330576,0.4338843,0.446281,0.45454547,0.61570245,0.6694215,0.70247936,0.71487606,0.71487606,0.7107438,0.78099173,0.76859504,0.6570248,0.6322314,0.70247936,0.6570248,0.5661157,0.5123967,0.42561984,0.4752066,0.58677685,0.57438016,0.5661157,0.55785125,0.57024795,0.57438016,0.56198347,0.57024795,0.5785124,0.59504133,0.60330576,0.6198347,0.6528926,0.677686,0.677686,0.6652893,0.59917355,0.40495867,0.14876033,0.25619835,0.53305787,0.35123968,0.60330576,0.38842976,0.5289256,0.6322314,0.6528926,0.6818182,0.6942149,0.69008267,0.661157,0.677686,0.677686,0.6363636,0.6198347,0.6280992,0.6280992,0.62396693,0.6404959,0.6487603,0.6363636,0.6570248,0.661157,0.61157024,0.48347107,0.4338843,0.44214877,0.5413223,0.6570248,0.6942149,0.7231405,0.72727275,0.7644628,0.75206614,0.77272725,0.75206614,0.6487603,0.62396693,0.6652893,0.61570245,0.5495868,0.54545456,0.47933885,0.4090909,0.49173555,0.59090906,0.58264464,0.57438016,0.5785124,0.57438016,0.5661157,0.5785124,0.59090906,0.59917355,0.59504133,0.60330576,0.6404959,0.6859504,0.6735537,0.6528926,0.59504133,0.4090909,0.2107438,0.42975205,0.57024795,0.32231405,0.661157,0.4876033,0.46280992,0.70247936,0.6818182,0.661157,0.7231405,0.7066116,0.69008267,0.677686,0.6652893,0.6446281,0.6198347,0.6404959,0.661157,0.6570248,0.6570248,0.6735537,0.677686,0.6570248,0.607438,0.47933885,0.45041323,0.41322315,0.5041322,0.6487603,0.6942149,0.6983471,0.6942149,0.6818182,0.73140496,0.73966944,0.7066116,0.6694215,0.62396693,0.59090906,0.56198347,0.5289256,0.5206612,0.5495868,0.56198347,0.49586776,0.41322315,0.4752066,0.59504133,0.59090906,0.58677685,0.5785124,0.57438016,0.59090906,0.607438,0.607438,0.59090906,0.59917355,0.60330576,0.6735537,0.661157,0.6280992,0.58264464,0.40082645,0.40495867,0.6983471,0.49586776,0.38016528,0.661157,0.6859504,0.4752066,0.58677685,0.6983471,0.677686,0.7107438,0.73140496,0.72727275,0.70247936,0.6983471,0.677686,0.677686,0.661157,0.677686,0.69008267,0.70247936,0.6942149,0.6487603,0.5289256,0.446281,0.43801653,0.42561984,0.46280992,0.62396693,0.71900827,0.7066116,0.6735537,0.6363636,0.62396693,0.6652893,0.69008267,0.6487603,0.59917355,0.57438016,0.5413223,0.5,0.48347107,0.5,0.53305787,0.5785124,0.607438,0.5041322,0.37603307,0.42561984,0.5661157,0.60330576,0.57438016,0.5785124,0.59504133,0.60330576,0.61157024,0.60330576,0.59504133,0.58264464,0.6446281,0.6528926,0.61157024,0.57024795,0.40495867,0.58264464,0.72727275,0.42975205,0.43801653,0.6652893,0.7231405,0.6570248,0.57438016,0.57024795,0.55785125,0.59917355,0.6404959,0.6818182,0.6942149,0.7107438,0.7231405,0.7231405,0.69008267,0.677686,0.6528926,0.59090906,0.5123967,0.42975205,0.38429752,0.4090909,0.43801653,0.4876033,0.58264464,0.70247936,0.7355372,0.677686,0.60330576,0.5289256,0.5247934,0.607438,0.6570248,0.607438,0.5371901,0.5082645,0.5,0.47933885,0.46280992,0.46694216,0.49586776,0.5495868,0.6363636,0.61570245,0.45867768,0.3264463,0.35950413,0.4338843,0.5165289,0.55785125,0.5785124,0.59090906,0.59504133,0.61570245,0.61157024,0.60330576,0.6322314,0.6280992,0.57024795,0.5206612,0.45041323,0.553719,0.55785125,0.46694216,0.4338843,0.6652893,0.70247936,0.73140496,0.6652893,0.6198347,0.60330576,0.57438016,0.5495868,0.5495868,0.553719,0.553719,0.55785125,0.5495868,0.5123967,0.47107437,0.43801653,0.40495867,0.3966942,0.4090909,0.46280992,0.49173555,0.553719,0.61570245,0.661157,0.71487606,0.69008267,0.59917355,0.46280992,0.3264463,0.32231405,0.48347107,0.607438,0.57024795,0.47933885,0.44214877,0.46694216,0.42561984,0.33471075,0.3264463,0.3966942,0.49173555,0.58264464,0.6363636,0.5495868,0.41735536,0.42975205,0.36363637,0.32231405,0.3677686,0.44214877,0.5123967,0.5371901,0.5785124,0.58677685,0.57024795,0.58264464,0.5413223,0.5082645,0.4752066,0.4752066,0.5,0.5413223,0.5,0.3966942,0.6735537,0.70247936,0.71900827,0.6818182,0.6694215,0.6859504,0.6570248,0.6322314,0.6280992,0.6322314,0.6198347,0.607438,0.55785125,0.5206612,0.5165289,0.5165289,0.56198347,0.61570245,0.61570245,0.6363636,0.607438,0.6198347,0.6487603,0.6818182,0.6859504,0.61570245,0.47933885,0.2892562,0.18181819,0.2107438,0.37603307,0.5495868,0.5371901,0.42975205,0.40082645,0.43801653,0.35123968,0.19421488,0.16115703,0.21487603,0.36363637,0.49173555,0.56198347,0.5413223,0.44214877,0.5495868,0.5413223,0.4876033,0.4090909,0.35950413,0.338843,0.3429752,0.35950413,0.41735536,0.49586776,0.5371901,0.5289256,0.5247934,0.53305787,0.55785125,0.5495868,0.5371901,0.4876033,0.3553719,0.6818182,0.70247936,0.71487606,0.6652893,0.661157,0.6859504,0.677686,0.6735537,0.6735537,0.6652893,0.6694215,0.6528926,0.6363636,0.6280992,0.6694215,0.7107438,0.73966944,0.7231405,0.677686,0.6363636,0.6446281,0.6570248,0.661157,0.6694215,0.6404959,0.5371901,0.36363637,0.23966943,0.22727273,0.30991736,0.43801653,0.5413223,0.5289256,0.4090909,0.40082645,0.446281,0.3677686,0.21487603,0.10743801,0.13636364,0.25619835,0.38429752,0.4876033,0.49586776,0.3966942,0.5661157,0.6404959,0.6404959,0.6198347,0.5785124,0.5289256,0.4752066,0.45867768,0.5289256,0.6528926,0.6694215,0.62396693,0.59917355,0.5785124,0.57438016,0.54545456,0.5206612,0.46694216,0.33471075,0.677686,0.7066116,0.7107438,0.6570248,0.6652893,0.677686,0.6694215,0.677686,0.69008267,0.70247936,0.7355372,0.73966944,0.73966944,0.72727275,0.73140496,0.75206614,0.74793386,0.6983471,0.6570248,0.6322314,0.677686,0.6983471,0.6859504,0.6487603,0.58264464,0.47107437,0.3677686,0.39256197,0.44214877,0.47933885,0.5661157,0.59090906,0.53305787,0.4090909,0.40082645,0.44214877,0.4214876,0.34710744,0.2231405,0.19008264,0.20661157,0.3140496,0.42975205,0.45454547,0.3553719,0.5289256,0.6404959,0.6446281,0.6363636,0.6694215,0.69008267,0.6859504,0.6363636,0.6694215,0.6694215,0.6694215,0.607438,0.58677685,0.57024795,0.56198347,0.5371901,0.5247934,0.43801653,0.29338843,0.661157,0.7107438,0.7107438,0.6652893,0.6694215,0.6983471,0.6942149,0.71900827,0.7355372,0.75206614,0.77272725,0.77272725,0.76859504,0.75619835,0.75206614,0.75206614,0.7107438,0.661157,0.6487603,0.6735537,0.72727275,0.71900827,0.6818182,0.6363636,0.5495868,0.47107437,0.4876033,0.58677685,0.6487603,0.6528926,0.661157,0.6528926,0.54545456,0.4090909,0.40082645,0.41735536,0.4338843,0.446281,0.40495867,0.35123968,0.2644628,0.32231405,0.4214876,0.46280992,0.446281,0.5371901,0.6198347,0.62396693,0.6404959,0.6694215,0.6983471,0.73966944,0.677686,0.6983471,0.6942149,0.677686,0.607438,0.58264464,0.56198347,0.5495868,0.5413223,0.5247934,0.45041323,0.28099173,0.6404959,0.6983471,0.71487606,0.677686,0.6983471,0.72727275,0.74380165,0.76859504,0.7768595,0.77272725,0.78099173,0.78099173,0.77272725,0.76033056,0.74380165,0.7231405,0.70247936,0.677686,0.6818182,0.71487606,0.74380165,0.73140496,0.7066116,0.677686,0.6280992,0.59090906,0.59917355,0.6363636,0.6735537,0.6983471,0.7107438,0.70247936,0.5785124,0.446281,0.45867768,0.446281,0.45867768,0.5041322,0.5,0.47107437,0.41735536,0.446281,0.5082645,0.5371901,0.57438016,0.607438,0.61157024,0.61570245,0.6322314,0.6570248,0.6735537,0.6818182,0.6818182,0.677686,0.6735537,0.6818182,0.6404959,0.59917355,0.55785125,0.5495868,0.5413223,0.5165289,0.5041322,0.3429752,0.6280992,0.69008267,0.7107438,0.70247936,0.71487606,0.73140496,0.76859504,0.78512394,0.78512394,0.77272725,0.78099173,0.77272725,0.7768595,0.75619835,0.7355372,0.72727275,0.71487606,0.7066116,0.7107438,0.72727275,0.72727275,0.7231405,0.7107438,0.6818182,0.6694215,0.6694215,0.6652893,0.6694215,0.6859504,0.7066116,0.71900827,0.70247936,0.60330576,0.5247934,0.58677685,0.553719,0.5495868,0.57024795,0.5661157,0.5495868,0.5661157,0.58264464,0.60330576,0.607438,0.6322314,0.6694215,0.6322314,0.6198347,0.61157024,0.62396693,0.6404959,0.6198347,0.6446281,0.6363636,0.6652893,0.6652893,0.6363636,0.607438,0.56198347,0.54545456,0.5413223,0.5082645,0.5289256,0.3553719,0.6198347,0.6818182,0.70247936,0.71487606,0.7107438,0.71487606,0.76033056,0.78099173,0.7768595,0.76859504,0.77272725,0.76859504,0.7644628,0.74380165,0.71900827,0.71900827,0.7107438,0.7107438,0.72727275,0.7355372,0.71487606,0.6983471,0.6942149,0.6735537,0.677686,0.677686,0.6735537,0.677686,0.70247936,0.7066116,0.69008267,0.677686,0.61157024,0.5785124,0.6735537,0.6404959,0.6280992,0.61570245,0.61157024,0.61157024,0.62396693,0.6363636,0.6404959,0.6280992,0.6404959,0.6859504,0.661157,0.6322314,0.607438,0.62396693,0.62396693,0.59917355,0.6528926,0.6363636,0.6198347,0.61570245,0.61157024,0.59090906,0.55785125,0.54545456,0.53305787,0.5041322,0.49173555,0.3264463,0.61570245,0.6694215,0.70247936,0.7107438,0.7107438,0.71900827,0.74793386,0.7644628,0.76859504,0.7644628,0.76859504,0.7644628,0.75206614,0.7355372,0.72727275,0.71487606,0.71487606,0.71900827,0.7231405,0.7231405,0.7107438,0.6983471,0.6818182,0.677686,0.6983471,0.6942149,0.677686,0.6735537,0.69008267,0.6942149,0.6818182,0.6652893,0.60330576,0.61570245,0.6983471,0.6694215,0.6446281,0.61570245,0.6280992,0.6446281,0.6363636,0.6198347,0.62396693,0.61157024,0.6363636,0.6694215,0.69008267,0.6694215,0.6404959,0.6198347,0.6487603,0.6322314,0.6487603,0.6280992,0.6198347,0.61570245,0.61157024,0.5661157,0.54545456,0.5413223,0.5206612,0.49173555,0.45454547,0.338843,0.62396693,0.6528926,0.70247936,0.7107438,0.7107438,0.72727275,0.74380165,0.74793386,0.76033056,0.76033056,0.75206614,0.76033056,0.75206614,0.74380165,0.7355372,0.71487606,0.71487606,0.7231405,0.71487606,0.6942149,0.69008267,0.70247936,0.6942149,0.6942149,0.6942149,0.70247936,0.6942149,0.661157,0.6818182,0.6942149,0.6694215,0.6487603,0.61157024,0.6363636,0.7066116,0.69008267,0.6446281,0.607438,0.61570245,0.6363636,0.6446281,0.61570245,0.59504133,0.61157024,0.6322314,0.6818182,0.6735537,0.6983471,0.6528926,0.6363636,0.661157,0.61570245,0.6198347,0.6198347,0.59504133,0.59090906,0.59090906,0.55785125,0.5371901,0.5289256,0.5165289,0.4752066,0.42975205,0.40082645,0.62396693,0.6404959,0.6859504,0.7107438,0.7107438,0.7231405,0.73966944,0.73966944,0.74793386,0.76033056,0.75619835,0.74793386,0.74793386,0.74380165,0.73140496,0.7107438,0.71487606,0.7107438,0.7066116,0.70247936,0.6942149,0.6983471,0.69008267,0.6859504,0.6942149,0.69008267,0.69008267,0.677686,0.6942149,0.6983471,0.6694215,0.661157,0.6322314,0.6446281,0.6983471,0.70247936,0.6528926,0.6198347,0.607438,0.6280992,0.6404959,0.62396693,0.59917355,0.61570245,0.61570245,0.6652893,0.6446281,0.677686,0.677686,0.6487603,0.677686,0.6404959,0.6198347,0.58677685,0.58677685,0.5785124,0.57024795,0.54545456,0.5289256,0.5289256,0.5041322,0.46694216,0.44214877,0.47107437,0.6198347,0.6363636,0.6694215,0.70247936,0.7107438,0.7231405,0.73140496,0.7355372,0.74793386,0.75619835,0.75619835,0.75619835,0.73966944,0.72727275,0.73140496,0.72727275,0.7107438,0.6942149,0.6983471,0.70247936,0.6983471,0.69008267,0.6652893,0.677686,0.69008267,0.69008267,0.6983471,0.7066116,0.71487606,0.71487606,0.6942149,0.6859504,0.6446281,0.6652893,0.6983471,0.72727275,0.6735537,0.6528926,0.61157024,0.6322314,0.6404959,0.6198347,0.61157024,0.6363636,0.6198347,0.6487603,0.6363636,0.6487603,0.661157,0.6652893,0.661157,0.6487603,0.59090906,0.58677685,0.59090906,0.58264464,0.57024795,0.5413223,0.5247934,0.5247934,0.5,0.5,0.5165289,0.5247934,0.6198347,0.62396693,0.6487603,0.69008267,0.7066116,0.71487606,0.72727275,0.72727275,0.74380165,0.76033056,0.75619835,0.75206614,0.73140496,0.71900827,0.73140496,0.7231405,0.6983471,0.69008267,0.6983471,0.6942149,0.6983471,0.6818182,0.6859504,0.69008267,0.70247936,0.73140496,0.7355372,0.73966944,0.71900827,0.7107438,0.7066116,0.6859504,0.6487603,0.6735537,0.6859504,0.7107438,0.6652893,0.6528926,0.61570245,0.6322314,0.6363636,0.6363636,0.6198347,0.6280992,0.6280992,0.6363636,0.6280992,0.6280992,0.62396693,0.6487603,0.6652893,0.62396693,0.5661157,0.57438016,0.58677685,0.5785124,0.57024795,0.5371901,0.5247934,0.5206612,0.4876033,0.5165289,0.5371901,0.5413223,0.6198347,0.6198347,0.6446281,0.677686,0.7066116,0.71487606,0.7231405,0.71900827,0.72727275,0.75619835,0.75619835,0.74380165,0.73140496,0.7231405,0.72727275,0.7066116,0.6942149,0.70247936,0.7107438,0.7107438,0.6983471,0.71487606,0.7107438,0.6983471,0.7231405,0.7355372,0.71487606,0.6694215,0.61157024,0.59917355,0.59504133,0.60330576,0.6198347,0.6446281,0.62396693,0.58677685,0.5289256,0.55785125,0.5785124,0.6198347,0.6280992,0.6363636,0.61157024,0.61157024,0.6198347,0.61570245,0.607438,0.61157024,0.61157024,0.6363636,0.6446281,0.59504133,0.5661157,0.57438016,0.59917355,0.59504133,0.55785125,0.53305787,0.5247934,0.5082645,0.48347107,0.5123967,0.53305787,0.53305787,0.6198347,0.6363636,0.6570248,0.677686,0.7066116,0.7107438,0.7107438,0.7231405,0.7231405,0.73966944,0.76033056,0.74380165,0.73140496,0.71900827,0.71487606,0.70247936,0.6983471,0.70247936,0.70247936,0.7231405,0.70247936,0.7231405,0.72727275,0.71487606,0.69008267,0.6198347,0.56198347,0.49586776,0.45041323,0.4338843,0.45041323,0.446281,0.5247934,0.5413223,0.48347107,0.41322315,0.36363637,0.40495867,0.45041323,0.5247934,0.58264464,0.60330576,0.58677685,0.58677685,0.59917355,0.58264464,0.58264464,0.60330576,0.62396693,0.61157024,0.60330576,0.59090906,0.5785124,0.5785124,0.59917355,0.59504133,0.56198347,0.53305787,0.5247934,0.49586776,0.47933885,0.5123967,0.5289256,0.5206612,0.6280992,0.6363636,0.6487603,0.6735537,0.6983471,0.6942149,0.6942149,0.71487606,0.72727275,0.72727275,0.75206614,0.74380165,0.7355372,0.7231405,0.71487606,0.7066116,0.7066116,0.6859504,0.677686,0.6983471,0.6983471,0.69008267,0.6322314,0.57024795,0.5041322,0.42975205,0.44214877,0.41735536,0.39256197,0.38016528,0.40082645,0.3553719,0.39256197,0.35950413,0.3264463,0.28099173,0.28099173,0.30165288,0.32231405,0.38429752,0.45041323,0.47933885,0.5041322,0.54545456,0.5785124,0.57024795,0.56198347,0.5785124,0.60330576,0.59917355,0.58264464,0.58677685,0.5785124,0.59090906,0.607438,0.59090906,0.5661157,0.53305787,0.5206612,0.49586776,0.47933885,0.5123967,0.5247934,0.5123967,0.62396693,0.6280992,0.6363636,0.6652893,0.6859504,0.69008267,0.6859504,0.6942149,0.7231405,0.73140496,0.74380165,0.74793386,0.74380165,0.73140496,0.7107438,0.70247936,0.6942149,0.6404959,0.59917355,0.61157024,0.6322314,0.5413223,0.4214876,0.36363637,0.36363637,0.34710744,0.34710744,0.338843,0.28099173,0.36363637,0.35123968,0.3181818,0.2892562,0.2520661,0.27272728,0.23553719,0.24793388,0.26859504,0.27272728,0.2892562,0.30578512,0.3181818,0.3553719,0.42561984,0.5041322,0.5371901,0.5413223,0.53305787,0.56198347,0.57438016,0.553719,0.57438016,0.58677685,0.607438,0.607438,0.5661157,0.5495868,0.5371901,0.5206612,0.49586776,0.46694216,0.48347107,0.5082645,0.5,0.62396693,0.6280992,0.6363636,0.6528926,0.677686,0.6859504,0.69008267,0.6859504,0.71487606,0.73140496,0.73966944,0.75206614,0.74793386,0.73140496,0.70247936,0.677686,0.6570248,0.56198347,0.48347107,0.44214877,0.42561984,0.37603307,0.3677686,0.38842976,0.42975205,0.42561984,0.41322315,0.40495867,0.39256197,0.40082645,0.3966942,0.38016528,0.338843,0.3305785,0.35950413,0.3181818,0.35123968,0.3677686,0.35123968,0.338843,0.30991736,0.2768595,0.25619835,0.27272728,0.338843,0.40495867,0.45454547,0.46694216,0.5123967,0.5413223,0.54545456,0.56198347,0.58264464,0.60330576,0.58677685,0.5495868,0.53305787,0.5289256,0.5206612,0.5,0.45454547,0.44214877,0.45867768,0.4338843,0.62396693,0.6404959,0.6528926,0.6528926,0.6652893,0.6735537,0.69008267,0.6942149,0.7066116,0.73140496,0.73966944,0.74793386,0.74380165,0.71900827,0.6942149,0.6528926,0.61570245,0.53305787,0.48347107,0.5206612,0.53305787,0.47107437,0.49173555,0.5289256,0.53305787,0.5495868,0.553719,0.55785125,0.54545456,0.5413223,0.5495868,0.5247934,0.5413223,0.53305787,0.5165289,0.47933885,0.48347107,0.5041322,0.49173555,0.46694216,0.42561984,0.38429752,0.35123968,0.3264463,0.32231405,0.32231405,0.35950413,0.40495867,0.47933885,0.5247934,0.53305787,0.5661157,0.59504133,0.60330576,0.58677685,0.54545456,0.5289256,0.5206612,0.5123967,0.49586776,0.4214876,0.35950413,0.338843,0.26859504,0.61570245,0.6363636,0.6528926,0.6528926,0.6652893,0.677686,0.6818182,0.6942149,0.6942149,0.71900827,0.73966944,0.73140496,0.73966944,0.71900827,0.6735537,0.6322314,0.60330576,0.54545456,0.5495868,0.6694215,0.6735537,0.607438,0.553719,0.553719,0.5247934,0.5413223,0.54545456,0.5413223,0.5661157,0.56198347,0.5413223,0.5371901,0.5413223,0.553719,0.5123967,0.5082645,0.47107437,0.4876033,0.5041322,0.5,0.4876033,0.48347107,0.47933885,0.47107437,0.47933885,0.45041323,0.43801653,0.45041323,0.49173555,0.5247934,0.553719,0.58264464,0.60330576,0.60330576,0.57438016,0.5371901,0.5247934,0.5165289,0.5041322,0.49586776,0.38842976,0.24380165,0.18595041,0.1322314,0.607438,0.6322314,0.6404959,0.6404959,0.661157,0.6735537,0.6694215,0.69008267,0.6735537,0.6942149,0.7355372,0.73140496,0.72727275,0.70247936,0.6487603,0.60330576,0.5785124,0.5371901,0.6322314,0.72727275,0.7231405,0.6818182,0.61570245,0.61157024,0.57438016,0.5413223,0.5371901,0.5247934,0.5165289,0.5371901,0.5165289,0.53305787,0.5413223,0.5413223,0.5,0.5,0.47107437,0.47933885,0.5041322,0.5041322,0.49586776,0.5041322,0.5123967,0.53305787,0.57438016,0.57024795,0.53305787,0.5123967,0.5165289,0.5289256,0.553719,0.58264464,0.59917355,0.59090906,0.5495868,0.5165289,0.5165289,0.5082645,0.5041322,0.48347107,0.338843,0.1570248,0.1322314,0.11983471,0.59090906,0.6280992,0.6363636,0.6322314,0.6570248,0.6652893,0.6735537,0.69008267,0.6694215,0.6735537,0.7107438,0.73140496,0.7066116,0.6859504,0.6487603,0.59504133,0.5661157,0.58264464,0.6942149,0.72727275,0.72727275,0.7066116,0.677686,0.6735537,0.61570245,0.61157024,0.58677685,0.56198347,0.5371901,0.54545456,0.49586776,0.5289256,0.5495868,0.5,0.48347107,0.4876033,0.4876033,0.5,0.5165289,0.5123967,0.5,0.5123967,0.53305787,0.553719,0.59090906,0.59504133,0.5661157,0.5413223,0.5371901,0.5371901,0.54545456,0.5785124,0.59504133,0.57024795,0.5247934,0.5123967,0.5206612,0.5082645,0.49173555,0.45867768,0.28512397,0.10743801,0.11570248,0.11983471,0.58264464,0.61570245,0.6280992,0.6322314,0.6404959,0.661157,0.6859504,0.6818182,0.6652893,0.6528926,0.6735537,0.7107438,0.6983471,0.6818182,0.6404959,0.58677685,0.59090906,0.6446281,0.7066116,0.73140496,0.7107438,0.70247936,0.7066116,0.6859504,0.6652893,0.661157,0.61570245,0.59917355,0.56198347,0.5247934,0.45454547,0.45041323,0.45041323,0.4090909,0.44214877,0.45041323,0.47107437,0.49586776,0.5082645,0.5123967,0.5082645,0.5247934,0.54545456,0.56198347,0.58677685,0.59090906,0.5785124,0.56198347,0.5495868,0.5371901,0.5413223,0.5661157,0.57438016,0.5495868,0.5165289,0.5123967,0.5123967,0.5041322,0.48347107,0.4214876,0.21487603,0.09090909,0.11157025,0.11157025,0.57024795,0.59917355,0.6198347,0.6363636,0.6363636,0.661157,0.6818182,0.6735537,0.6694215,0.6487603,0.6528926,0.6818182,0.6942149,0.6818182,0.6322314,0.58264464,0.59504133,0.661157,0.6942149,0.70247936,0.69008267,0.6859504,0.6818182,0.6735537,0.6487603,0.6446281,0.6446281,0.61570245,0.553719,0.5206612,0.44214877,0.40082645,0.39256197,0.40495867,0.43801653,0.43801653,0.46280992,0.4876033,0.4876033,0.5,0.5123967,0.5289256,0.5371901,0.55785125,0.57024795,0.5785124,0.57024795,0.55785125,0.5495868,0.53305787,0.53305787,0.5495868,0.5495868,0.5206612,0.5165289,0.5165289,0.5082645,0.49586776,0.4752066,0.38016528,0.15289256,0.11157025,0.11570248,0.11570248,0.5495868,0.5785124,0.61570245,0.6322314,0.62396693,0.661157,0.661157,0.6694215,0.677686,0.6528926,0.6404959,0.661157,0.661157,0.6652893,0.62396693,0.59504133,0.59504133,0.6528926,0.6694215,0.6735537,0.6652893,0.6570248,0.661157,0.6487603,0.6363636,0.62396693,0.607438,0.57438016,0.54545456,0.47933885,0.4214876,0.40082645,0.4214876,0.42975205,0.44214877,0.42561984,0.4338843,0.45867768,0.46694216,0.48347107,0.5082645,0.5206612,0.53305787,0.54545456,0.5495868,0.55785125,0.5495868,0.5413223,0.5413223,0.5289256,0.53305787,0.5413223,0.5247934,0.5041322,0.5082645,0.5082645,0.5,0.49586776,0.45867768,0.30991736,0.10330579,0.11570248,0.11983471,0.11157025,0.47107437,0.56198347,0.60330576,0.6198347,0.607438,0.62396693,0.6487603,0.6735537,0.677686,0.661157,0.6280992,0.6570248,0.6404959,0.6404959,0.62396693,0.61570245,0.6198347,0.6487603,0.6404959,0.6570248,0.6404959,0.6363636,0.6363636,0.6363636,0.6280992,0.607438,0.56198347,0.5371901,0.49173555,0.43801653,0.42561984,0.4214876,0.446281,0.42975205,0.4338843,0.41735536,0.4090909,0.44214877,0.46694216,0.48347107,0.5,0.5082645,0.5165289,0.5247934,0.5247934,0.53305787,0.5371901,0.5371901,0.5247934,0.5247934,0.5371901,0.5247934,0.5082645,0.5041322,0.5,0.49586776,0.49586776,0.49173555,0.42561984,0.20247933,0.08677686,0.11983471,0.11157025,0.11983471,0.30991736,0.5413223,0.58264464,0.60330576,0.607438,0.59917355,0.6487603,0.6735537,0.6735537,0.6735537,0.6280992,0.6404959,0.6322314,0.6322314,0.6322314,0.6280992,0.6528926,0.6652893,0.6322314,0.6363636,0.6322314,0.6198347,0.62396693,0.61570245,0.61157024,0.58677685,0.54545456,0.5165289,0.4752066,0.4338843,0.41322315,0.42561984,0.446281,0.4214876,0.40082645,0.3966942,0.4090909,0.42975205,0.45454547,0.4752066,0.4876033,0.4876033,0.5041322,0.5165289,0.5165289,0.5165289,0.5123967,0.5206612,0.5247934,0.5206612,0.5165289,0.5041322,0.5,0.5041322,0.49586776,0.49173555,0.5,0.4876033,0.3429752,0.09504132,0.10330579,0.12396694,0.11157025,0.11157025,0.21487603,0.5123967,0.54545456,0.58264464,0.58677685,0.60330576,0.6446281,0.6487603,0.6694215,0.6735537,0.6363636,0.6198347,0.61157024,0.6404959,0.6446281,0.6322314,0.6528926,0.6528926,0.6322314,0.62396693,0.6198347,0.607438,0.59917355,0.59504133,0.59504133,0.5785124,0.54545456,0.5123967,0.4752066,0.446281,0.4214876,0.42975205,0.44214877,0.41735536,0.40495867,0.40495867,0.4214876,0.446281,0.45867768,0.46694216,0.4752066,0.48347107,0.49586776,0.5123967,0.5165289,0.5082645,0.5,0.5206612,0.5289256,0.5041322,0.4876033,0.48347107,0.49173555,0.5,0.49586776,0.49173555,0.5,0.45041323,0.20661157,0.08677686,0.11157025,0.12396694,0.10743801,0.11570248,0.16528925,0.5123967,0.49173555,0.553719,0.55785125,0.59090906,0.6198347,0.6322314,0.6487603,0.6735537,0.6404959,0.61570245,0.61157024,0.6487603,0.6487603,0.6446281,0.6487603,0.6322314,0.6487603,0.61157024,0.61157024,0.61570245,0.59090906,0.57024795,0.57438016,0.56198347,0.5661157,0.55785125,0.5123967,0.49586776,0.47107437,0.446281,0.446281,0.446281,0.446281,0.46280992,0.47933885,0.49173555,0.49173555,0.47933885,0.4752066,0.4876033,0.5,0.5082645,0.5123967,0.5041322,0.5082645,0.5206612,0.5206612,0.49173555,0.47107437,0.4752066,0.48347107,0.49173555,0.5,0.4876033,0.48347107,0.37190083,0.09917355,0.09917355,0.12396694,0.10743801,0.11983471,0.10743801,0.14049587,0.5123967,0.47107437,0.5082645,0.5247934,0.57438016,0.61157024,0.61570245,0.6322314,0.661157,0.6363636,0.61570245,0.6322314,0.6570248,0.6487603,0.6652893,0.6652893,0.6487603,0.6694215,0.6446281,0.6280992,0.62396693,0.59917355,0.57024795,0.5661157,0.5661157,0.58264464,0.59090906,0.5661157,0.5495868,0.5413223,0.5371901,0.5413223,0.5413223,0.54545456,0.5495868,0.5413223,0.5371901,0.5247934,0.5041322,0.4876033,0.5,0.5123967,0.5041322,0.5123967,0.5082645,0.5165289,0.5123967,0.5123967,0.4876033,0.47107437,0.4752066,0.4876033,0.49173555,0.49586776,0.49173555,0.48347107,0.23140496,0.07024793,0.11570248,0.11570248,0.10330579,0.11570248,0.10330579,0.053719006,0.48347107,0.5206612,0.46694216,0.49173555,0.5413223,0.59917355,0.60330576,0.6280992,0.6446281,0.6280992,0.6198347,0.6322314,0.6487603,0.6487603,0.661157,0.6694215,0.6694215,0.677686,0.6694215,0.6404959,0.6280992,0.61157024,0.58677685,0.5785124,0.59090906,0.61570245,0.61157024,0.61570245,0.607438,0.60330576,0.6198347,0.61157024,0.60330576,0.59917355,0.58677685,0.5661157,0.56198347,0.5495868,0.5206612,0.5,0.5082645,0.5165289,0.5165289,0.5165289,0.5041322,0.5206612,0.5123967,0.5041322,0.47107437,0.46280992,0.47933885,0.49173555,0.49173555,0.5,0.49173555,0.41322315,0.09504132,0.09090909,0.11157025,0.11570248,0.10743801,0.10743801,0.11570248,0.053719006,0.4214876,0.54545456,0.4876033,0.4752066,0.49173555,0.55785125,0.59090906,0.6198347,0.62396693,0.6404959,0.6363636,0.62396693,0.62396693,0.6363636,0.6487603,0.6735537,0.6735537,0.6818182,0.6818182,0.6487603,0.6280992,0.61570245,0.59090906,0.57438016,0.607438,0.6446281,0.6322314,0.6280992,0.61157024,0.59917355,0.607438,0.61157024,0.607438,0.59090906,0.59090906,0.57438016,0.56198347,0.56198347,0.54545456,0.5247934,0.5206612,0.53305787,0.553719,0.54545456,0.5082645,0.5247934,0.5123967,0.48347107,0.45867768,0.45867768,0.47933885,0.49586776,0.49173555,0.49586776,0.49586776,0.29752067,0.07438017,0.09917355,0.11157025,0.11570248,0.11157025,0.10743801,0.11983471,1 +0.6570248,0.677686,0.6983471,0.7066116,0.70247936,0.7107438,0.70247936,0.6818182,0.6818182,0.71487606,0.74793386,0.7644628,0.77272725,0.78099173,0.7768595,0.76859504,0.7768595,0.7768595,0.78099173,0.77272725,0.7644628,0.75619835,0.76859504,0.75206614,0.75619835,0.75206614,0.74380165,0.73966944,0.75206614,0.76033056,0.76859504,0.76033056,0.75619835,0.75206614,0.76859504,0.75619835,0.73966944,0.71487606,0.7066116,0.7107438,0.6942149,0.6983471,0.6942149,0.6694215,0.6735537,0.6818182,0.6735537,0.6570248,0.6404959,0.6487603,0.6528926,0.6652893,0.6528926,0.6280992,0.61157024,0.60330576,0.62396693,0.62396693,0.553719,0.55785125,0.57438016,0.55785125,0.57024795,0.54545456,0.677686,0.6859504,0.69008267,0.6983471,0.71487606,0.72727275,0.71900827,0.71900827,0.7355372,0.75619835,0.7644628,0.7768595,0.78099173,0.7892562,0.77272725,0.7768595,0.7768595,0.7768595,0.78099173,0.7768595,0.78512394,0.79752064,0.7768595,0.76033056,0.7644628,0.76033056,0.76033056,0.77272725,0.7768595,0.78512394,0.78099173,0.78099173,0.77272725,0.77272725,0.7933884,0.7768595,0.7644628,0.7066116,0.7107438,0.71900827,0.6859504,0.69008267,0.69008267,0.6859504,0.6859504,0.6859504,0.6818182,0.6735537,0.6570248,0.6528926,0.6528926,0.6528926,0.6404959,0.6280992,0.6198347,0.61157024,0.62396693,0.6198347,0.56198347,0.57438016,0.59090906,0.57438016,0.5785124,0.5413223,0.6983471,0.6818182,0.6818182,0.6942149,0.71487606,0.7355372,0.72727275,0.73966944,0.74380165,0.75206614,0.7644628,0.78099173,0.78512394,0.7933884,0.77272725,0.7644628,0.7644628,0.7644628,0.7768595,0.76859504,0.80991733,0.822314,0.8057851,0.79752064,0.78512394,0.74793386,0.78099173,0.8016529,0.8016529,0.7933884,0.7933884,0.8057851,0.79752064,0.7933884,0.8140496,0.8016529,0.7768595,0.71487606,0.7231405,0.71900827,0.6859504,0.6859504,0.69008267,0.6942149,0.6942149,0.677686,0.6735537,0.6735537,0.6652893,0.6528926,0.6446281,0.6487603,0.6363636,0.62396693,0.6198347,0.6198347,0.61570245,0.61157024,0.57438016,0.5785124,0.61157024,0.60330576,0.58677685,0.5495868,0.70247936,0.6818182,0.6859504,0.6983471,0.71487606,0.72727275,0.72727275,0.74380165,0.74380165,0.74380165,0.75619835,0.77272725,0.7768595,0.77272725,0.76033056,0.75619835,0.76033056,0.76859504,0.76859504,0.76859504,0.8140496,0.8140496,0.8057851,0.8057851,0.8057851,0.72727275,0.8057851,0.79752064,0.8016529,0.8016529,0.7933884,0.7933884,0.7933884,0.78512394,0.8057851,0.8140496,0.7768595,0.72727275,0.71900827,0.71487606,0.69008267,0.6818182,0.6818182,0.6942149,0.6942149,0.6735537,0.677686,0.6694215,0.6652893,0.6570248,0.6487603,0.6487603,0.62396693,0.61570245,0.6198347,0.61570245,0.61157024,0.61157024,0.59504133,0.57438016,0.607438,0.62396693,0.60330576,0.55785125,0.69008267,0.6818182,0.69008267,0.70247936,0.70247936,0.71487606,0.72727275,0.72727275,0.73966944,0.7355372,0.73966944,0.75206614,0.74793386,0.74793386,0.75206614,0.74380165,0.77272725,0.77272725,0.76033056,0.76859504,0.78099173,0.78099173,0.74793386,0.7768595,0.7933884,0.7107438,0.7933884,0.78099173,0.7768595,0.8057851,0.7768595,0.7644628,0.7355372,0.7355372,0.76033056,0.7892562,0.75619835,0.70247936,0.6859504,0.6818182,0.6694215,0.6652893,0.677686,0.6818182,0.6818182,0.6652893,0.6652893,0.6652893,0.6528926,0.6487603,0.6404959,0.6404959,0.6280992,0.61157024,0.607438,0.61157024,0.61157024,0.61157024,0.59917355,0.57024795,0.607438,0.6363636,0.61570245,0.57024795,0.6859504,0.6818182,0.69008267,0.69008267,0.6942149,0.71487606,0.7231405,0.72727275,0.73140496,0.72727275,0.71900827,0.72727275,0.73140496,0.71487606,0.7231405,0.6983471,0.72727275,0.71900827,0.6818182,0.6983471,0.6735537,0.6859504,0.6652893,0.6818182,0.74380165,0.70247936,0.7644628,0.74793386,0.71487606,0.78512394,0.74380165,0.74793386,0.69008267,0.6652893,0.6983471,0.7107438,0.6818182,0.6322314,0.6280992,0.61157024,0.59917355,0.58677685,0.607438,0.61570245,0.6280992,0.6280992,0.6322314,0.6198347,0.6198347,0.62396693,0.6198347,0.6322314,0.6280992,0.60330576,0.59090906,0.59917355,0.60330576,0.61157024,0.58677685,0.55785125,0.61157024,0.6363636,0.6198347,0.5785124,0.6859504,0.69008267,0.6818182,0.6859504,0.69008267,0.7066116,0.71487606,0.71487606,0.7066116,0.69008267,0.677686,0.6694215,0.6446281,0.6198347,0.6198347,0.607438,0.6280992,0.58677685,0.5413223,0.5495868,0.553719,0.56198347,0.607438,0.61570245,0.6528926,0.6735537,0.71487606,0.6983471,0.6735537,0.7355372,0.7107438,0.70247936,0.661157,0.61570245,0.6322314,0.62396693,0.58677685,0.5495868,0.553719,0.5247934,0.49173555,0.48347107,0.5123967,0.5123967,0.5289256,0.5371901,0.5413223,0.53305787,0.57024795,0.59504133,0.59504133,0.61157024,0.61157024,0.59504133,0.58677685,0.59504133,0.59504133,0.59917355,0.5495868,0.5165289,0.59504133,0.6363636,0.62396693,0.59090906,0.6859504,0.69008267,0.6818182,0.677686,0.6859504,0.69008267,0.6859504,0.6570248,0.6652893,0.6446281,0.61157024,0.59504133,0.56198347,0.5495868,0.53305787,0.5165289,0.5371901,0.5041322,0.46694216,0.47107437,0.4752066,0.49173555,0.5247934,0.553719,0.59504133,0.6198347,0.6280992,0.6528926,0.6570248,0.6983471,0.6735537,0.6446281,0.62396693,0.57024795,0.5661157,0.55785125,0.5041322,0.47107437,0.46280992,0.43801653,0.40082645,0.41322315,0.42975205,0.42561984,0.44214877,0.45867768,0.44214877,0.46280992,0.5041322,0.53305787,0.57024795,0.59090906,0.59090906,0.58677685,0.5785124,0.58264464,0.59090906,0.59504133,0.5206612,0.46280992,0.553719,0.6322314,0.61157024,0.60330576,0.6859504,0.6859504,0.6818182,0.6694215,0.677686,0.677686,0.6487603,0.62396693,0.6322314,0.58264464,0.49586776,0.4752066,0.44214877,0.44214877,0.4214876,0.42975205,0.40495867,0.40495867,0.38842976,0.42975205,0.43801653,0.45454547,0.47107437,0.5123967,0.553719,0.5661157,0.59090906,0.6322314,0.6528926,0.6735537,0.6363636,0.59917355,0.57024795,0.5247934,0.5123967,0.5,0.45867768,0.4214876,0.4090909,0.38429752,0.3677686,0.3677686,0.35950413,0.35950413,0.37190083,0.40082645,0.42561984,0.446281,0.47933885,0.5041322,0.5082645,0.5247934,0.56198347,0.57024795,0.57438016,0.57438016,0.5785124,0.59090906,0.5,0.446281,0.5082645,0.61570245,0.62396693,0.607438,0.6818182,0.6859504,0.6694215,0.6735537,0.661157,0.6322314,0.607438,0.59504133,0.59090906,0.54545456,0.4090909,0.4752066,0.42561984,0.41735536,0.3677686,0.36363637,0.3181818,0.30991736,0.3140496,0.3553719,0.38842976,0.42561984,0.4752066,0.5082645,0.5371901,0.5661157,0.61157024,0.661157,0.6652893,0.677686,0.6322314,0.58264464,0.5206612,0.4752066,0.45454547,0.43801653,0.41735536,0.38842976,0.38016528,0.3553719,0.338843,0.3264463,0.3264463,0.34710744,0.38016528,0.4214876,0.46694216,0.5123967,0.56198347,0.60330576,0.62396693,0.58677685,0.54545456,0.5413223,0.5495868,0.5495868,0.5661157,0.58264464,0.5,0.42975205,0.47107437,0.59504133,0.6322314,0.61570245,0.677686,0.6528926,0.59090906,0.58264464,0.5661157,0.5495868,0.5495868,0.5371901,0.55785125,0.57024795,0.40495867,0.8636364,0.88842976,0.8512397,0.8264463,0.77272725,0.7933884,0.74793386,0.75619835,0.6942149,0.7231405,0.74793386,0.6735537,0.55785125,0.44214877,0.44214877,0.46694216,0.46280992,0.46280992,0.45867768,0.4338843,0.41322315,0.36363637,0.33471075,0.3181818,0.30991736,0.3264463,0.338843,0.35123968,0.34710744,0.338843,0.33471075,0.3553719,0.37603307,0.38016528,0.41322315,0.4338843,0.41735536,0.42561984,0.45041323,0.45041323,0.4338843,0.4090909,0.42561984,0.4752066,0.5206612,0.5413223,0.57438016,0.5206612,0.41735536,0.4338843,0.55785125,0.60330576,0.6280992,0.57438016,0.5495868,0.56198347,0.57438016,0.57024795,0.57024795,0.553719,0.56198347,0.61570245,0.62396693,0.49173555,0.74793386,0.822314,0.75206614,0.6446281,0.59917355,0.59504133,0.5661157,0.553719,0.53305787,0.5041322,0.45454547,0.3264463,0.3553719,0.41322315,0.45454547,0.5082645,0.5413223,0.553719,0.55785125,0.5165289,0.5082645,0.42975205,0.34710744,0.26859504,0.30165288,0.34710744,0.35950413,0.38016528,0.40082645,0.41322315,0.46694216,0.5371901,0.54545456,0.553719,0.58677685,0.60330576,0.61570245,0.62396693,0.6363636,0.6198347,0.553719,0.4876033,0.47107437,0.45454547,0.4214876,0.43801653,0.5413223,0.5495868,0.42561984,0.40495867,0.53305787,0.59504133,0.6198347,0.5,0.6735537,0.6446281,0.61157024,0.661157,0.61570245,0.5661157,0.6404959,0.75619835,0.71487606,0.61157024,0.7066116,0.80991733,0.8016529,0.6280992,0.59090906,0.58677685,0.53305787,0.49173555,0.47933885,0.45867768,0.46694216,0.38842976,0.29338843,0.4752066,0.58677685,0.6363636,0.69008267,0.6983471,0.7066116,0.661157,0.6528926,0.5289256,0.41735536,0.38842976,0.41322315,0.4214876,0.42561984,0.47933885,0.5041322,0.5371901,0.677686,0.7933884,0.6859504,0.59504133,0.6198347,0.6487603,0.6694215,0.677686,0.6818182,0.69008267,0.6198347,0.53305787,0.5206612,0.5247934,0.44214877,0.47107437,0.42975205,0.5371901,0.4338843,0.41322315,0.49586776,0.59504133,0.62396693,0.5413223,0.8429752,0.6198347,0.59917355,0.6570248,0.5785124,0.58677685,0.7107438,0.8140496,0.6983471,0.6280992,0.8057851,0.91322315,0.91735536,0.59504133,0.5289256,0.5495868,0.55785125,0.54545456,0.5206612,0.5,0.47933885,0.5,0.45867768,0.3966942,0.6446281,0.6570248,0.6942149,0.6694215,0.6652893,0.6528926,0.6487603,0.5,0.4338843,0.5123967,0.47107437,0.44214877,0.4876033,0.58677685,0.57024795,0.6363636,0.8347107,0.92975205,0.7231405,0.5413223,0.54545456,0.57438016,0.59504133,0.61570245,0.6528926,0.6983471,0.6652893,0.58677685,0.5495868,0.5413223,0.41322315,0.47107437,0.5041322,0.42975205,0.48347107,0.41735536,0.43801653,0.5661157,0.6280992,0.55785125,0.8677686,0.5,0.60330576,0.61157024,0.57024795,0.661157,0.73966944,0.71900827,0.6363636,0.661157,0.74380165,0.8553719,0.7644628,0.553719,0.45454547,0.45454547,0.45454547,0.45041323,0.49586776,0.5041322,0.5041322,0.553719,0.57438016,0.42561984,0.54545456,0.59917355,0.58264464,0.5413223,0.5413223,0.54545456,0.5206612,0.45041323,0.49586776,0.5661157,0.4876033,0.46694216,0.5371901,0.58264464,0.5206612,0.5661157,0.7892562,0.87603307,0.71487606,0.56198347,0.59090906,0.5661157,0.54545456,0.56198347,0.58677685,0.607438,0.6363636,0.59504133,0.54545456,0.5495868,0.42561984,0.43801653,0.57024795,0.42975205,0.5206612,0.41322315,0.38842976,0.5247934,0.61570245,0.57438016,0.8181818,0.3677686,0.607438,0.60330576,0.59504133,0.6983471,0.6735537,0.62396693,0.6404959,0.73966944,0.71487606,0.677686,0.5082645,0.5206612,0.3140496,0.3140496,0.37603307,0.39256197,0.41322315,0.49586776,0.5123967,0.57438016,0.59917355,0.49173555,0.59917355,0.73140496,0.7231405,0.5206612,0.3966942,0.39256197,0.446281,0.47933885,0.53305787,0.58264464,0.5165289,0.5,0.5247934,0.5206612,0.47933885,0.5413223,0.69008267,0.71487606,0.6487603,0.55785125,0.6280992,0.46694216,0.338843,0.41322315,0.47107437,0.53305787,0.553719,0.57438016,0.55785125,0.53305787,0.553719,0.3966942,0.57024795,0.5495868,0.47107437,0.44214877,0.35950413,0.46280992,0.61157024,0.61157024,0.7231405,0.25619835,0.73966944,0.7066116,0.607438,0.6652893,0.57024795,0.61570245,0.61157024,0.661157,0.6652893,0.6363636,0.41322315,0.5,0.24380165,0.23140496,0.3181818,0.3553719,0.41735536,0.5206612,0.57024795,0.61570245,0.58677685,0.5495868,0.6280992,0.6652893,0.6198347,0.34710744,0.2520661,0.2603306,0.3264463,0.45454547,0.5371901,0.57024795,0.56198347,0.55785125,0.5495868,0.5082645,0.46694216,0.5371901,0.59504133,0.62396693,0.677686,0.6652893,0.62396693,0.42975205,0.18181819,0.33471075,0.3264463,0.41735536,0.5082645,0.55785125,0.56198347,0.5247934,0.72727275,0.42975205,0.49586776,0.6280992,0.37603307,0.5,0.3553719,0.40495867,0.5661157,0.6528926,0.6198347,0.24793388,0.91322315,0.8429752,0.6198347,0.61157024,0.5123967,0.57024795,0.5413223,0.607438,0.69008267,0.6735537,0.45454547,0.3966942,0.30991736,0.3429752,0.38429752,0.35950413,0.40495867,0.5661157,0.677686,0.661157,0.5661157,0.446281,0.47107437,0.5289256,0.5123967,0.4214876,0.38842976,0.3966942,0.338843,0.40082645,0.5,0.5495868,0.59917355,0.6404959,0.61570245,0.5371901,0.47107437,0.5,0.553719,0.62396693,0.6735537,0.6694215,0.56198347,0.39256197,0.28512397,0.35123968,0.3264463,0.37603307,0.45041323,0.5371901,0.5785124,0.58264464,0.78099173,0.80991733,0.3553719,0.607438,0.42561984,0.48347107,0.3429752,0.4214876,0.49173555,0.5785124,0.5,0.3181818,0.9834711,0.8801653,0.62396693,0.5661157,0.49173555,0.5082645,0.5371901,0.59504133,0.6528926,0.6446281,0.5289256,0.45041323,0.47107437,0.45867768,0.45867768,0.4338843,0.47933885,0.57438016,0.6404959,0.6363636,0.5247934,0.39256197,0.4752066,0.59504133,0.6652893,0.6404959,0.607438,0.553719,0.43801653,0.37190083,0.43801653,0.5413223,0.61570245,0.6528926,0.61570245,0.5413223,0.48347107,0.48347107,0.5165289,0.57438016,0.58264464,0.59504133,0.54545456,0.47933885,0.46280992,0.47933885,0.48347107,0.4876033,0.45041323,0.5,0.58264464,0.607438,0.79752064,0.822314,0.28512397,0.55785125,0.5371901,0.20661157,0.2107438,0.46694216,0.43801653,0.5082645,0.4338843,0.35123968,0.9504132,0.8553719,0.60330576,0.553719,0.5,0.49586776,0.5495868,0.58677685,0.607438,0.58264464,0.5413223,0.5165289,0.49586776,0.45454547,0.42975205,0.42561984,0.47933885,0.5413223,0.58264464,0.6198347,0.5,0.3966942,0.5,0.6404959,0.72727275,0.677686,0.6570248,0.6404959,0.4876033,0.35950413,0.42561984,0.5289256,0.60330576,0.62396693,0.57438016,0.5123967,0.47107437,0.46280992,0.47107437,0.5206612,0.53305787,0.553719,0.5413223,0.5165289,0.5165289,0.5165289,0.53305787,0.5165289,0.45867768,0.47933885,0.553719,0.59504133,0.6487603,0.61157024,0.22727273,0.41735536,0.5247934,0.0661157,0.11983471,0.2892562,0.38429752,0.54545456,0.49173555,0.40495867,0.8140496,0.8016529,0.6652893,0.607438,0.56198347,0.5289256,0.5661157,0.59504133,0.59917355,0.55785125,0.5206612,0.5041322,0.46694216,0.44214877,0.4338843,0.46280992,0.5082645,0.553719,0.59917355,0.6280992,0.4752066,0.3966942,0.54545456,0.6818182,0.73140496,0.6859504,0.6487603,0.661157,0.5247934,0.37603307,0.41322315,0.5123967,0.58264464,0.60330576,0.5785124,0.5247934,0.4876033,0.47933885,0.48347107,0.49173555,0.5082645,0.5165289,0.53305787,0.5041322,0.49586776,0.49586776,0.4876033,0.46280992,0.46694216,0.47933885,0.5082645,0.59504133,0.5661157,0.5041322,0.30165288,0.44214877,0.54545456,0.18595041,0.37190083,0.3181818,0.38842976,0.49173555,0.553719,0.446281,0.71487606,0.7892562,0.73140496,0.661157,0.6404959,0.62396693,0.62396693,0.62396693,0.61570245,0.5661157,0.5082645,0.49586776,0.48347107,0.49173555,0.5082645,0.54545456,0.5661157,0.5785124,0.6280992,0.59504133,0.44214877,0.446281,0.60330576,0.7066116,0.7355372,0.6859504,0.6363636,0.6446281,0.58264464,0.3966942,0.37603307,0.49586776,0.57024795,0.59504133,0.5785124,0.57438016,0.54545456,0.5247934,0.53305787,0.5123967,0.5,0.49173555,0.5082645,0.47933885,0.49173555,0.4876033,0.5,0.4876033,0.5123967,0.5247934,0.5495868,0.6280992,0.6322314,0.56198347,0.39256197,0.4752066,0.55785125,0.33471075,0.57438016,0.42975205,0.38429752,0.37603307,0.61157024,0.45454547,0.70247936,0.7644628,0.7231405,0.6735537,0.6859504,0.6983471,0.7066116,0.6859504,0.6528926,0.60330576,0.5495868,0.5371901,0.54545456,0.55785125,0.5661157,0.58677685,0.59504133,0.59917355,0.6694215,0.5206612,0.41322315,0.53305787,0.6487603,0.7107438,0.71900827,0.6652893,0.6322314,0.6363636,0.62396693,0.46280992,0.3305785,0.46694216,0.55785125,0.59090906,0.57438016,0.5785124,0.59090906,0.57438016,0.57438016,0.55785125,0.5413223,0.5206612,0.5206612,0.49586776,0.5123967,0.53305787,0.56198347,0.57438016,0.58677685,0.59504133,0.59090906,0.6363636,0.6446281,0.57024795,0.40495867,0.4752066,0.553719,0.38429752,0.607438,0.45041323,0.36363637,0.26859504,0.6446281,0.49586776,0.6859504,0.71487606,0.69008267,0.6694215,0.6983471,0.73966944,0.73966944,0.7066116,0.677686,0.6322314,0.59090906,0.58264464,0.58264464,0.58264464,0.5785124,0.58677685,0.59917355,0.61570245,0.6570248,0.45454547,0.41322315,0.59090906,0.677686,0.7066116,0.7066116,0.661157,0.6404959,0.6198347,0.62396693,0.56198347,0.3677686,0.38429752,0.54545456,0.59090906,0.5785124,0.57024795,0.59090906,0.59917355,0.59090906,0.59090906,0.59090906,0.58264464,0.57024795,0.54545456,0.5495868,0.5785124,0.58677685,0.60330576,0.61157024,0.60330576,0.61570245,0.6363636,0.6528926,0.55785125,0.41322315,0.4752066,0.5082645,0.38016528,0.59504133,0.446281,0.3429752,0.2231405,0.5413223,0.553719,0.6652893,0.6735537,0.6735537,0.6652893,0.6942149,0.72727275,0.71487606,0.6859504,0.6694215,0.6322314,0.59917355,0.59504133,0.59504133,0.59917355,0.58677685,0.58677685,0.607438,0.6528926,0.5661157,0.42975205,0.46694216,0.61157024,0.6859504,0.6983471,0.6859504,0.6528926,0.6280992,0.59917355,0.61157024,0.59917355,0.49586776,0.32231405,0.49586776,0.607438,0.59090906,0.57438016,0.59090906,0.59504133,0.59504133,0.61157024,0.60330576,0.60330576,0.61157024,0.59504133,0.58677685,0.60330576,0.61157024,0.607438,0.61570245,0.61157024,0.6198347,0.6404959,0.6487603,0.5495868,0.4338843,0.45041323,0.48347107,0.38842976,0.5785124,0.46694216,0.3553719,0.18181819,0.30991736,0.5289256,0.6446281,0.6652893,0.6818182,0.677686,0.6859504,0.69008267,0.677686,0.661157,0.6404959,0.6198347,0.59504133,0.59917355,0.60330576,0.60330576,0.58677685,0.59090906,0.6198347,0.6528926,0.4876033,0.4338843,0.5206612,0.6363636,0.6942149,0.6859504,0.677686,0.6487603,0.61157024,0.59504133,0.607438,0.59090906,0.57024795,0.3966942,0.39256197,0.607438,0.607438,0.5785124,0.58677685,0.59090906,0.5785124,0.59504133,0.59917355,0.59917355,0.6322314,0.61570245,0.61157024,0.61157024,0.61570245,0.61157024,0.62396693,0.6322314,0.6280992,0.661157,0.6570248,0.5413223,0.4338843,0.36363637,0.5,0.3966942,0.56198347,0.48347107,0.40495867,0.18181819,0.21487603,0.38429752,0.6570248,0.6818182,0.7107438,0.6942149,0.6859504,0.6735537,0.6528926,0.6322314,0.61570245,0.60330576,0.59090906,0.59917355,0.607438,0.60330576,0.58677685,0.60330576,0.6446281,0.57024795,0.4876033,0.45867768,0.57438016,0.661157,0.6859504,0.6818182,0.661157,0.6694215,0.59917355,0.59504133,0.607438,0.58264464,0.553719,0.54545456,0.40082645,0.49173555,0.60330576,0.59090906,0.59090906,0.5785124,0.5661157,0.5785124,0.59504133,0.59090906,0.607438,0.59917355,0.62396693,0.61570245,0.6198347,0.6198347,0.6446281,0.6528926,0.661157,0.6942149,0.6570248,0.5289256,0.4090909,0.3140496,0.5041322,0.4214876,0.53305787,0.48347107,0.4214876,0.1570248,0.18595041,0.30578512,0.6322314,0.69008267,0.73140496,0.71900827,0.70247936,0.6652893,0.6363636,0.61157024,0.59504133,0.59504133,0.59917355,0.61157024,0.61570245,0.607438,0.607438,0.6322314,0.6198347,0.4752066,0.4876033,0.4876033,0.6198347,0.70247936,0.69008267,0.69008267,0.6818182,0.7107438,0.6280992,0.61570245,0.61157024,0.59090906,0.55785125,0.56198347,0.553719,0.34710744,0.49173555,0.61157024,0.59504133,0.5785124,0.57438016,0.57024795,0.58677685,0.57438016,0.58264464,0.58677685,0.61570245,0.61157024,0.61570245,0.6322314,0.6694215,0.6818182,0.6983471,0.71900827,0.6528926,0.5082645,0.38429752,0.38842976,0.45041323,0.49173555,0.5165289,0.48347107,0.44214877,0.19421488,0.17768595,0.30991736,0.58677685,0.6818182,0.7355372,0.73966944,0.71487606,0.6652893,0.62396693,0.61157024,0.59917355,0.60330576,0.61570245,0.6322314,0.62396693,0.62396693,0.6446281,0.62396693,0.5,0.4752066,0.42975205,0.5289256,0.6528926,0.74380165,0.71900827,0.71487606,0.73140496,0.838843,0.7355372,0.6487603,0.607438,0.661157,0.57438016,0.553719,0.58264464,0.49173555,0.30578512,0.5289256,0.6198347,0.59504133,0.57438016,0.5785124,0.58677685,0.56198347,0.5785124,0.59917355,0.59504133,0.60330576,0.61157024,0.6446281,0.69008267,0.70247936,0.7107438,0.70247936,0.661157,0.5165289,0.42561984,0.49173555,0.38429752,0.53305787,0.5165289,0.47933885,0.41735536,0.46694216,0.20661157,0.28512397,0.5206612,0.6859504,0.7231405,0.72727275,0.7066116,0.6694215,0.6363636,0.6198347,0.62396693,0.6322314,0.6280992,0.6363636,0.6404959,0.6404959,0.61157024,0.5041322,0.46280992,0.45454547,0.46280992,0.6280992,0.6652893,0.73140496,0.74380165,0.76859504,0.76033056,0.8264463,0.71900827,0.6487603,0.6528926,0.7644628,0.60330576,0.57438016,0.57024795,0.59504133,0.42561984,0.338843,0.48347107,0.59504133,0.58677685,0.57438016,0.57024795,0.55785125,0.57024795,0.60330576,0.5785124,0.5785124,0.607438,0.6404959,0.7066116,0.70247936,0.6859504,0.677686,0.6446281,0.59917355,0.62396693,0.5,0.43801653,0.53305787,0.5082645,0.45867768,0.37603307,0.70247936,0.6446281,0.30991736,0.42975205,0.6735537,0.7107438,0.72727275,0.7231405,0.6942149,0.6570248,0.6322314,0.6363636,0.6570248,0.6446281,0.6363636,0.61570245,0.553719,0.4752066,0.446281,0.45867768,0.44214877,0.59504133,0.6942149,0.6694215,0.6735537,0.7066116,0.80991733,0.75206614,0.7231405,0.6404959,0.607438,0.58264464,0.607438,0.5495868,0.55785125,0.59090906,0.59917355,0.60330576,0.43801653,0.3264463,0.40082645,0.5123967,0.55785125,0.55785125,0.54545456,0.5495868,0.57024795,0.56198347,0.55785125,0.58677685,0.6446281,0.71487606,0.6983471,0.6694215,0.6322314,0.60330576,0.71487606,0.6942149,0.446281,0.5247934,0.5123967,0.49173555,0.42975205,0.34710744,0.48347107,0.6859504,0.6404959,0.57438016,0.6322314,0.677686,0.71900827,0.74793386,0.75619835,0.71900827,0.677686,0.6652893,0.661157,0.59504133,0.5289256,0.47107437,0.41322315,0.4090909,0.45867768,0.45867768,0.54545456,0.73140496,0.7066116,0.6446281,0.60330576,0.61570245,0.70247936,0.677686,0.6404959,0.59504133,0.57024795,0.5041322,0.47933885,0.49173555,0.5247934,0.56198347,0.6446281,0.6694215,0.59917355,0.40082645,0.338843,0.3553719,0.38842976,0.45867768,0.4876033,0.5247934,0.5495868,0.553719,0.553719,0.5785124,0.6404959,0.6818182,0.6528926,0.607438,0.5661157,0.54545456,0.57024795,0.553719,0.5371901,0.5247934,0.5,0.47933885,0.42975205,0.338843,0.56198347,0.5289256,0.49173555,0.4876033,0.5082645,0.53305787,0.5495868,0.58677685,0.607438,0.59504133,0.56198347,0.5289256,0.5082645,0.43801653,0.40082645,0.38842976,0.4338843,0.49586776,0.54545456,0.5785124,0.6446281,0.75206614,0.6694215,0.59504133,0.5165289,0.56198347,0.62396693,0.6280992,0.58264464,0.5247934,0.5165289,0.45867768,0.47107437,0.46694216,0.49586776,0.48347107,0.59090906,0.6694215,0.6942149,0.5413223,0.42975205,0.46694216,0.42975205,0.38429752,0.37603307,0.39256197,0.41322315,0.44214877,0.46694216,0.5082645,0.553719,0.57438016,0.5495868,0.5082645,0.5041322,0.5247934,0.56198347,0.57438016,0.54545456,0.5165289,0.49173555,0.4752066,0.48347107,0.37603307,0.59504133,0.6446281,0.6652893,0.6528926,0.6446281,0.6280992,0.6280992,0.6280992,0.6363636,0.6280992,0.5661157,0.5082645,0.47107437,0.43801653,0.49586776,0.5371901,0.60330576,0.6570248,0.6528926,0.6528926,0.69008267,0.70247936,0.59917355,0.4876033,0.2892562,0.36363637,0.57024795,0.59090906,0.5165289,0.42975205,0.46280992,0.4752066,0.45454547,0.3305785,0.30578512,0.38016528,0.47933885,0.56198347,0.6404959,0.58677685,0.45454547,0.5785124,0.59090906,0.5413223,0.49173555,0.42975205,0.40082645,0.39256197,0.42561984,0.48347107,0.5371901,0.57024795,0.58677685,0.58677685,0.59090906,0.59917355,0.57438016,0.5413223,0.5289256,0.5123967,0.48347107,0.4752066,0.5206612,0.45867768,0.59504133,0.62396693,0.6487603,0.661157,0.6859504,0.677686,0.6942149,0.7066116,0.70247936,0.7066116,0.6404959,0.61157024,0.62396693,0.6363636,0.69008267,0.6983471,0.72727275,0.71487606,0.6818182,0.6694215,0.6859504,0.6570248,0.5165289,0.3305785,0.12396694,0.19421488,0.38016528,0.58264464,0.47107437,0.35950413,0.39256197,0.46694216,0.29338843,0.12809917,0.10743801,0.1570248,0.33471075,0.446281,0.5289256,0.5413223,0.42561984,0.59917355,0.6446281,0.6652893,0.6446281,0.61157024,0.58677685,0.56198347,0.55785125,0.59090906,0.62396693,0.6363636,0.6280992,0.607438,0.59090906,0.58264464,0.553719,0.5289256,0.5206612,0.5041322,0.47933885,0.49173555,0.553719,0.4876033,0.607438,0.61570245,0.61570245,0.6487603,0.6735537,0.6652893,0.6859504,0.7066116,0.7066116,0.71900827,0.71900827,0.71487606,0.73966944,0.75619835,0.75619835,0.74793386,0.73140496,0.6942149,0.71487606,0.6983471,0.6570248,0.60330576,0.45041323,0.25619835,0.1983471,0.25619835,0.34710744,0.54545456,0.48347107,0.3677686,0.3966942,0.446281,0.38429752,0.21900827,0.09090909,0.11570248,0.19421488,0.3140496,0.44214877,0.45454547,0.38016528,0.58677685,0.6404959,0.661157,0.6570248,0.6652893,0.6818182,0.677686,0.6570248,0.6528926,0.6528926,0.6280992,0.60330576,0.58264464,0.5661157,0.55785125,0.54545456,0.5289256,0.5123967,0.49586776,0.46694216,0.5041322,0.5661157,0.45867768,0.58677685,0.61157024,0.61157024,0.62396693,0.6652893,0.6528926,0.6735537,0.6818182,0.7231405,0.75619835,0.76859504,0.76859504,0.7644628,0.76859504,0.73966944,0.73140496,0.71487606,0.7066116,0.73966944,0.7231405,0.6446281,0.553719,0.42975205,0.37190083,0.446281,0.40495867,0.5,0.53305787,0.53305787,0.38429752,0.40082645,0.42975205,0.40082645,0.37603307,0.2520661,0.2520661,0.24380165,0.2892562,0.38016528,0.38842976,0.45454547,0.61157024,0.6280992,0.6363636,0.6570248,0.6694215,0.6818182,0.6942149,0.6859504,0.6735537,0.677686,0.6570248,0.6198347,0.58264464,0.553719,0.54545456,0.5413223,0.5289256,0.5082645,0.4876033,0.46694216,0.5371901,0.5289256,0.42975205,0.5785124,0.59917355,0.607438,0.607438,0.6487603,0.6652893,0.69008267,0.71487606,0.74793386,0.75619835,0.78099173,0.78099173,0.76859504,0.75619835,0.71900827,0.7066116,0.72727275,0.7355372,0.76033056,0.7231405,0.677686,0.57438016,0.5165289,0.5495868,0.60330576,0.6322314,0.607438,0.58677685,0.5082645,0.38016528,0.35950413,0.39256197,0.39256197,0.43801653,0.46694216,0.45867768,0.41735536,0.3966942,0.45867768,0.49173555,0.58264464,0.6446281,0.62396693,0.62396693,0.6570248,0.6652893,0.661157,0.6652893,0.6735537,0.661157,0.6735537,0.6735537,0.6446281,0.607438,0.55785125,0.53305787,0.5289256,0.5206612,0.5041322,0.4752066,0.46280992,0.54545456,0.46280992,0.37603307,0.56198347,0.5785124,0.61157024,0.59917355,0.6363636,0.6859504,0.72727275,0.75206614,0.76033056,0.76033056,0.77272725,0.78099173,0.7644628,0.74793386,0.72727275,0.7231405,0.74793386,0.74793386,0.75619835,0.72727275,0.6983471,0.6528926,0.6322314,0.6446281,0.6404959,0.6942149,0.69008267,0.6735537,0.54545456,0.34710744,0.40495867,0.40495867,0.446281,0.5289256,0.5661157,0.5413223,0.55785125,0.5661157,0.59090906,0.60330576,0.6280992,0.661157,0.6487603,0.6363636,0.6446281,0.6404959,0.6322314,0.6198347,0.6487603,0.6446281,0.6446281,0.6528926,0.6404959,0.61570245,0.5661157,0.5371901,0.5289256,0.5123967,0.5,0.47933885,0.47107437,0.5371901,0.45041323,0.41735536,0.55785125,0.5785124,0.60330576,0.61570245,0.6363636,0.6818182,0.73966944,0.76033056,0.74793386,0.74793386,0.76859504,0.78512394,0.76033056,0.76033056,0.74793386,0.73966944,0.75206614,0.76033056,0.73140496,0.72727275,0.6859504,0.6735537,0.6735537,0.6735537,0.677686,0.71487606,0.71487606,0.70247936,0.62396693,0.4338843,0.5495868,0.57438016,0.60330576,0.6198347,0.61570245,0.59504133,0.6198347,0.6363636,0.6404959,0.6280992,0.6363636,0.661157,0.661157,0.6570248,0.6487603,0.6487603,0.6322314,0.6198347,0.6487603,0.6446281,0.6363636,0.6363636,0.6280992,0.60330576,0.57024795,0.5413223,0.5247934,0.5082645,0.49586776,0.47107437,0.47933885,0.53305787,0.5206612,0.5041322,0.56198347,0.57438016,0.607438,0.6280992,0.661157,0.6818182,0.73140496,0.75619835,0.74380165,0.75206614,0.75206614,0.77272725,0.76033056,0.7644628,0.75206614,0.73966944,0.75619835,0.75619835,0.7107438,0.7066116,0.6818182,0.6818182,0.69008267,0.6735537,0.69008267,0.71487606,0.70247936,0.6818182,0.6322314,0.5289256,0.661157,0.6818182,0.6735537,0.62396693,0.6198347,0.6446281,0.6404959,0.6322314,0.62396693,0.62396693,0.6322314,0.6570248,0.677686,0.6818182,0.6694215,0.6570248,0.6404959,0.6322314,0.6487603,0.6487603,0.6322314,0.6280992,0.6198347,0.58264464,0.553719,0.5371901,0.5165289,0.5,0.49173555,0.45867768,0.48347107,0.53305787,0.5123967,0.5247934,0.5661157,0.58677685,0.61570245,0.6487603,0.6528926,0.69008267,0.7107438,0.7355372,0.73966944,0.73966944,0.74793386,0.75619835,0.76859504,0.76859504,0.74380165,0.75206614,0.7355372,0.7355372,0.7066116,0.6983471,0.69008267,0.6942149,0.6983471,0.6942149,0.6818182,0.70247936,0.6983471,0.6735537,0.61570245,0.56198347,0.6942149,0.71487606,0.6735537,0.61157024,0.60330576,0.6404959,0.6322314,0.61157024,0.59917355,0.61157024,0.6404959,0.6528926,0.6694215,0.6859504,0.677686,0.661157,0.6446281,0.6322314,0.6446281,0.6363636,0.61570245,0.61157024,0.59917355,0.57024795,0.5371901,0.5206612,0.5165289,0.49586776,0.48347107,0.45867768,0.48347107,0.5371901,0.5082645,0.5206612,0.57024795,0.59504133,0.607438,0.6446281,0.6570248,0.6818182,0.6942149,0.71487606,0.7355372,0.7355372,0.75206614,0.75619835,0.7644628,0.7644628,0.75206614,0.73966944,0.71900827,0.71487606,0.69008267,0.6983471,0.6942149,0.70247936,0.6983471,0.70247936,0.6859504,0.7107438,0.70247936,0.6694215,0.6198347,0.58264464,0.7066116,0.7231405,0.677686,0.6322314,0.607438,0.62396693,0.6363636,0.6322314,0.607438,0.60330576,0.6280992,0.6528926,0.6528926,0.677686,0.6818182,0.6652893,0.6570248,0.6446281,0.6363636,0.61570245,0.60330576,0.59917355,0.58264464,0.553719,0.5247934,0.5165289,0.5082645,0.49586776,0.47933885,0.45867768,0.49173555,0.53305787,0.5247934,0.5247934,0.59504133,0.58677685,0.60330576,0.6280992,0.661157,0.6652893,0.6983471,0.6942149,0.7355372,0.73966944,0.7355372,0.74793386,0.75206614,0.75619835,0.75619835,0.7231405,0.7107438,0.7066116,0.6983471,0.69008267,0.69008267,0.70247936,0.7066116,0.70247936,0.71900827,0.73966944,0.7231405,0.6942149,0.6487603,0.60330576,0.7107438,0.73966944,0.70247936,0.6528926,0.6280992,0.6404959,0.6446281,0.62396693,0.61570245,0.61570245,0.6280992,0.6528926,0.6446281,0.6528926,0.6652893,0.6694215,0.6570248,0.6446281,0.62396693,0.607438,0.59917355,0.59090906,0.57438016,0.5413223,0.5206612,0.5123967,0.5041322,0.49173555,0.47933885,0.45867768,0.47933885,0.5165289,0.53305787,0.5206612,0.61157024,0.58264464,0.607438,0.61157024,0.6487603,0.6570248,0.6983471,0.6735537,0.73140496,0.72727275,0.74380165,0.73966944,0.73966944,0.7355372,0.7644628,0.7066116,0.70247936,0.6983471,0.70247936,0.6859504,0.6983471,0.6942149,0.7355372,0.7355372,0.75206614,0.75619835,0.73140496,0.7107438,0.6528926,0.62396693,0.7066116,0.72727275,0.69008267,0.661157,0.6404959,0.6570248,0.6570248,0.6363636,0.62396693,0.6198347,0.62396693,0.6446281,0.6404959,0.6322314,0.6363636,0.6652893,0.6404959,0.607438,0.607438,0.607438,0.60330576,0.58677685,0.56198347,0.5371901,0.5289256,0.5123967,0.49586776,0.4876033,0.4876033,0.46280992,0.4338843,0.4752066,0.5041322,0.5041322,0.59504133,0.59090906,0.6280992,0.607438,0.6487603,0.6487603,0.6735537,0.6694215,0.7066116,0.73140496,0.74380165,0.73140496,0.71487606,0.71900827,0.76033056,0.6942149,0.6983471,0.6983471,0.6942149,0.70247936,0.71900827,0.7066116,0.75206614,0.74793386,0.7231405,0.6652893,0.62396693,0.6198347,0.6198347,0.6404959,0.6694215,0.62396693,0.57024795,0.59917355,0.6322314,0.661157,0.661157,0.6404959,0.6280992,0.6198347,0.6198347,0.6322314,0.6322314,0.6322314,0.6363636,0.6446281,0.6198347,0.59504133,0.60330576,0.607438,0.607438,0.58677685,0.553719,0.5371901,0.5247934,0.5082645,0.49173555,0.49173555,0.48347107,0.47107437,0.36363637,0.41735536,0.45041323,0.42975205,0.59090906,0.607438,0.61570245,0.61570245,0.6446281,0.6570248,0.661157,0.6818182,0.6859504,0.71487606,0.74380165,0.7231405,0.70247936,0.70247936,0.7355372,0.6942149,0.71487606,0.71487606,0.70247936,0.71900827,0.72727275,0.7231405,0.6983471,0.6363636,0.57438016,0.5041322,0.45454547,0.4752066,0.5165289,0.57438016,0.5413223,0.44214877,0.38842976,0.43801653,0.5289256,0.60330576,0.6322314,0.6322314,0.61570245,0.60330576,0.60330576,0.60330576,0.607438,0.6446281,0.62396693,0.61157024,0.59917355,0.59504133,0.59504133,0.60330576,0.61157024,0.5785124,0.553719,0.5413223,0.5247934,0.5041322,0.49586776,0.49586776,0.47933885,0.46694216,0.2768595,0.34710744,0.3553719,0.2603306,0.59090906,0.61570245,0.61570245,0.61157024,0.6363636,0.6446281,0.6487603,0.6735537,0.6818182,0.7066116,0.75206614,0.71900827,0.6942149,0.69008267,0.71487606,0.6942149,0.72727275,0.73140496,0.7231405,0.71900827,0.6859504,0.6322314,0.5413223,0.46694216,0.44214877,0.41735536,0.3966942,0.41322315,0.41735536,0.41322315,0.35950413,0.3181818,0.30578512,0.33471075,0.38842976,0.446281,0.49586776,0.5495868,0.58677685,0.61570245,0.59504133,0.59090906,0.59090906,0.6322314,0.61570245,0.59504133,0.58677685,0.60330576,0.60330576,0.61157024,0.61157024,0.5661157,0.55785125,0.5371901,0.5247934,0.5082645,0.5041322,0.49586776,0.4876033,0.45041323,0.23553719,0.30578512,0.2644628,0.12396694,0.59504133,0.61570245,0.6280992,0.6198347,0.6198347,0.6404959,0.6404959,0.6528926,0.6859504,0.7066116,0.74380165,0.72727275,0.7066116,0.6859504,0.71487606,0.6983471,0.70247936,0.7107438,0.7107438,0.6735537,0.5413223,0.44214877,0.3966942,0.3677686,0.37190083,0.3677686,0.35123968,0.36363637,0.33471075,0.28512397,0.24793388,0.23966943,0.23553719,0.26859504,0.30991736,0.3305785,0.34710744,0.38842976,0.45867768,0.5495868,0.59090906,0.58264464,0.57024795,0.58677685,0.59504133,0.56198347,0.5785124,0.607438,0.61157024,0.61157024,0.59090906,0.55785125,0.5495868,0.53305787,0.5206612,0.5082645,0.49586776,0.49586776,0.5041322,0.40082645,0.22727273,0.3181818,0.1983471,0.09917355,0.59504133,0.61157024,0.6280992,0.6363636,0.61570245,0.6280992,0.6446281,0.6404959,0.6859504,0.7107438,0.7231405,0.74793386,0.7231405,0.6942149,0.7107438,0.6942149,0.6528926,0.6404959,0.6280992,0.5371901,0.38016528,0.30991736,0.3264463,0.3429752,0.3181818,0.30165288,0.2768595,0.26859504,0.23966943,0.19008264,0.17768595,0.18595041,0.20661157,0.23140496,0.26859504,0.2644628,0.24793388,0.26859504,0.28512397,0.37603307,0.4752066,0.5082645,0.5206612,0.5247934,0.5413223,0.5371901,0.57024795,0.60330576,0.59917355,0.607438,0.58264464,0.55785125,0.5413223,0.53305787,0.5041322,0.5,0.48347107,0.5,0.5082645,0.338843,0.2231405,0.2892562,0.1570248,0.11157025,0.60330576,0.59917355,0.6280992,0.62396693,0.62396693,0.62396693,0.6446281,0.6570248,0.677686,0.7107438,0.71487606,0.74380165,0.7355372,0.70247936,0.6983471,0.6735537,0.59504133,0.55785125,0.5082645,0.41735536,0.35950413,0.38429752,0.41322315,0.43801653,0.4214876,0.38016528,0.3553719,0.35123968,0.32231405,0.29752067,0.28512397,0.3305785,0.38016528,0.37603307,0.34710744,0.29752067,0.2520661,0.23553719,0.22727273,0.2231405,0.2603306,0.3429752,0.42561984,0.49173555,0.5206612,0.53305787,0.5661157,0.61157024,0.607438,0.61157024,0.58677685,0.5495868,0.5371901,0.5289256,0.49586776,0.49586776,0.48347107,0.5,0.5041322,0.2768595,0.24793388,0.2231405,0.13636364,0.11157025,0.57438016,0.5785124,0.62396693,0.62396693,0.61570245,0.62396693,0.6363636,0.6487603,0.661157,0.70247936,0.70247936,0.72727275,0.71487606,0.7066116,0.6859504,0.6570248,0.607438,0.5661157,0.5495868,0.5371901,0.4876033,0.47933885,0.49173555,0.5082645,0.5289256,0.5123967,0.49586776,0.5041322,0.49173555,0.48347107,0.48347107,0.49173555,0.49586776,0.5,0.47933885,0.45041323,0.42975205,0.41322315,0.41735536,0.42975205,0.37190083,0.38016528,0.42561984,0.47933885,0.5041322,0.55785125,0.58677685,0.61157024,0.60330576,0.60330576,0.5785124,0.53305787,0.5413223,0.5247934,0.4876033,0.4876033,0.49173555,0.5,0.4752066,0.21900827,0.23140496,0.17355372,0.12809917,0.10330579,0.43801653,0.58264464,0.61157024,0.6280992,0.61570245,0.61570245,0.6280992,0.6528926,0.6528926,0.6859504,0.71900827,0.71487606,0.70247936,0.69008267,0.6859504,0.6652893,0.61157024,0.5661157,0.6322314,0.6694215,0.59504133,0.5206612,0.5082645,0.5041322,0.5082645,0.5165289,0.5165289,0.5123967,0.5082645,0.5206612,0.5206612,0.49173555,0.47107437,0.4752066,0.46694216,0.43801653,0.45041323,0.46280992,0.5,0.5661157,0.5661157,0.49173555,0.4752066,0.5123967,0.5082645,0.5413223,0.5661157,0.59917355,0.60330576,0.58677685,0.553719,0.5371901,0.54545456,0.5123967,0.4876033,0.48347107,0.49173555,0.5,0.3966942,0.19008264,0.19421488,0.13636364,0.11983471,0.10743801,0.24380165,0.57024795,0.59504133,0.61157024,0.61570245,0.59917355,0.6363636,0.6487603,0.6363636,0.661157,0.6983471,0.7066116,0.69008267,0.677686,0.6404959,0.58677685,0.54545456,0.59917355,0.6859504,0.7066116,0.661157,0.59504133,0.5495868,0.5206612,0.5,0.5,0.49586776,0.4876033,0.5041322,0.5165289,0.49586776,0.45867768,0.45454547,0.47107437,0.48347107,0.47107437,0.47933885,0.5206612,0.5289256,0.5785124,0.59917355,0.5495868,0.5041322,0.5041322,0.5289256,0.54545456,0.56198347,0.58677685,0.58677685,0.56198347,0.5371901,0.54545456,0.53305787,0.5082645,0.47933885,0.47933885,0.4876033,0.5,0.2644628,0.17768595,0.14876033,0.11157025,0.11157025,0.11157025,0.14876033,0.42975205,0.58264464,0.61570245,0.62396693,0.60330576,0.62396693,0.6404959,0.6280992,0.6322314,0.661157,0.69008267,0.6859504,0.661157,0.6198347,0.57438016,0.607438,0.6652893,0.6983471,0.6942149,0.6859504,0.6652893,0.6198347,0.57438016,0.53305787,0.5041322,0.48347107,0.4338843,0.4876033,0.47107437,0.42561984,0.42561984,0.446281,0.46280992,0.5041322,0.5247934,0.5206612,0.54545456,0.55785125,0.5661157,0.58677685,0.59917355,0.5495868,0.5,0.5247934,0.5082645,0.53305787,0.57024795,0.553719,0.53305787,0.5247934,0.5413223,0.5165289,0.5123967,0.48347107,0.48347107,0.49586776,0.4338843,0.1322314,0.15289256,0.12396694,0.10330579,0.10330579,0.11570248,0.12809917,0.22727273,0.5495868,0.59917355,0.607438,0.59504133,0.607438,0.6322314,0.6363636,0.6322314,0.6322314,0.661157,0.677686,0.6404959,0.59917355,0.60330576,0.6446281,0.6735537,0.6735537,0.661157,0.6694215,0.6735537,0.6570248,0.62396693,0.57438016,0.5082645,0.45867768,0.34710744,0.37190083,0.33471075,0.3305785,0.35950413,0.41322315,0.45454547,0.47933885,0.5123967,0.5165289,0.53305787,0.5247934,0.53305787,0.5413223,0.5661157,0.5661157,0.5289256,0.5247934,0.5,0.5289256,0.553719,0.5371901,0.5123967,0.5206612,0.5247934,0.5,0.5,0.49173555,0.49173555,0.4876033,0.28512397,0.09090909,0.12396694,0.11570248,0.10743801,0.10743801,0.11157025,0.12396694,0.14876033,0.39256197,0.58264464,0.59504133,0.5785124,0.58677685,0.6198347,0.6322314,0.62396693,0.6198347,0.6198347,0.6198347,0.61570245,0.58677685,0.59090906,0.6322314,0.6446281,0.6322314,0.61570245,0.62396693,0.6280992,0.61570245,0.61570245,0.5785124,0.5082645,0.4214876,0.30165288,0.27272728,0.23553719,0.30991736,0.3553719,0.38842976,0.44214877,0.43801653,0.45454547,0.4876033,0.5082645,0.49586776,0.5206612,0.5082645,0.54545456,0.5413223,0.5371901,0.53305787,0.4876033,0.5289256,0.5289256,0.5165289,0.5041322,0.5123967,0.5165289,0.49173555,0.49173555,0.4876033,0.47933885,0.45867768,0.16115703,0.09090909,0.11157025,0.10743801,0.10330579,0.10743801,0.11157025,0.14049587,0.1322314,0.21900827,0.49586776,0.58264464,0.5785124,0.58677685,0.61570245,0.6322314,0.61570245,0.60330576,0.607438,0.60330576,0.607438,0.607438,0.61157024,0.61157024,0.6198347,0.607438,0.58677685,0.58677685,0.59090906,0.57438016,0.5661157,0.5289256,0.46280992,0.3677686,0.2892562,0.27272728,0.2644628,0.3429752,0.38842976,0.36363637,0.39256197,0.40495867,0.41322315,0.44214877,0.47107437,0.47107437,0.49173555,0.49173555,0.5165289,0.56198347,0.5371901,0.5206612,0.5041322,0.5123967,0.5041322,0.5,0.5,0.5,0.5082645,0.4876033,0.49173555,0.47933885,0.4752066,0.41735536,0.11983471,0.09917355,0.11570248,0.10743801,0.09917355,0.11570248,0.10743801,0.1446281,0.1322314,0.1446281,0.30991736,0.5371901,0.57438016,0.58264464,0.59917355,0.62396693,0.6198347,0.59090906,0.58677685,0.59504133,0.607438,0.6198347,0.6404959,0.61157024,0.58677685,0.5785124,0.56198347,0.56198347,0.57024795,0.5495868,0.5123967,0.45867768,0.38842976,0.30165288,0.27272728,0.28512397,0.32231405,0.35950413,0.35950413,0.34710744,0.3553719,0.38429752,0.40082645,0.4214876,0.44214877,0.43801653,0.46694216,0.48347107,0.49173555,0.5247934,0.48347107,0.5206612,0.4876033,0.48347107,0.45454547,0.48347107,0.4876033,0.4876033,0.5041322,0.4876033,0.47933885,0.47933885,0.4752066,0.3966942,0.10330579,0.11157025,0.11157025,0.11157025,0.10330579,0.11157025,0.10330579,0.1446281,0.14049587,0.13636364,0.18595041,0.39256197,0.55785125,0.57024795,0.58264464,0.607438,0.61570245,0.58677685,0.5785124,0.59090906,0.59917355,0.60330576,0.6198347,0.607438,0.5785124,0.55785125,0.54545456,0.53305787,0.53305787,0.5247934,0.47933885,0.42975205,0.35950413,0.29338843,0.28512397,0.29338843,0.35123968,0.36363637,0.3553719,0.35950413,0.38429752,0.40082645,0.41322315,0.41735536,0.4214876,0.44214877,0.46280992,0.4752066,0.49586776,0.4876033,0.46280992,0.5041322,0.48347107,0.46280992,0.45454547,0.46280992,0.46694216,0.4876033,0.5,0.49173555,0.4752066,0.4752066,0.47933885,0.36363637,0.08677686,0.11157025,0.11570248,0.11157025,0.10743801,0.11157025,0.10330579,0.1446281,0.14876033,0.15289256,0.12809917,0.2644628,0.5123967,0.5661157,0.5785124,0.59504133,0.59917355,0.58677685,0.59090906,0.59917355,0.59090906,0.59504133,0.5785124,0.58264464,0.5413223,0.5371901,0.5495868,0.5289256,0.5041322,0.5082645,0.47107437,0.45454547,0.3966942,0.35950413,0.3553719,0.35123968,0.40082645,0.4090909,0.41322315,0.41735536,0.46694216,0.46694216,0.47107437,0.45454547,0.4090909,0.446281,0.45867768,0.46280992,0.47933885,0.47107437,0.45454547,0.46694216,0.4752066,0.46280992,0.45867768,0.47107437,0.47107437,0.49173555,0.5,0.49173555,0.47933885,0.47933885,0.49173555,0.3429752,0.08264463,0.11570248,0.11157025,0.11157025,0.10743801,0.11157025,0.10743801,0.1446281,0.15289256,0.1570248,0.12396694,0.22727273,0.47107437,0.5495868,0.57024795,0.58677685,0.58264464,0.58264464,0.59504133,0.59090906,0.59504133,0.607438,0.58677685,0.5785124,0.5661157,0.5495868,0.5495868,0.5289256,0.5,0.5082645,0.49586776,0.5,0.46694216,0.47107437,0.45454547,0.49173555,0.5041322,0.5289256,0.5247934,0.5247934,0.553719,0.5247934,0.5206612,0.4876033,0.42975205,0.45454547,0.47933885,0.45041323,0.45041323,0.44214877,0.4338843,0.45454547,0.47933885,0.44214877,0.45041323,0.47107437,0.48347107,0.4876033,0.5,0.4876033,0.4752066,0.4876033,0.49173555,0.32231405,0.08264463,0.11157025,0.11157025,0.10743801,0.10330579,0.11157025,0.10743801,0.14049587,0.1446281,0.14876033,0.13636364,0.2231405,0.45867768,0.54545456,0.5495868,0.57024795,0.58677685,0.59504133,0.58677685,0.58264464,0.58677685,0.59504133,0.59090906,0.58264464,0.5785124,0.5785124,0.5661157,0.5371901,0.5082645,0.53305787,0.5289256,0.55785125,0.5495868,0.5785124,0.553719,0.61157024,0.59504133,0.60330576,0.60330576,0.59504133,0.59090906,0.5495868,0.55785125,0.5,0.46694216,0.46694216,0.47933885,0.45454547,0.45867768,0.42561984,0.45454547,0.46694216,0.47107437,0.446281,0.446281,0.47107437,0.48347107,0.48347107,0.4876033,0.4752066,0.4752066,0.49173555,0.4876033,0.30578512,0.08264463,0.11157025,0.11570248,0.11157025,0.10743801,0.11157025,0.10743801,0.14049587,0.14049587,0.1446281,0.14876033,0.19421488,0.44214877,0.5495868,0.5206612,0.5495868,0.57438016,0.59090906,0.58677685,0.5661157,0.5661157,0.58677685,0.59090906,0.60330576,0.61570245,0.60330576,0.58677685,0.55785125,0.5247934,0.5495868,0.5785124,0.61570245,0.607438,0.61570245,0.59917355,0.6280992,0.6198347,0.61570245,0.6198347,0.61570245,0.59090906,0.55785125,0.553719,0.5289256,0.5041322,0.5,0.49586776,0.5041322,0.49173555,0.46280992,0.4752066,0.4876033,0.45867768,0.44214877,0.46694216,0.47933885,0.47933885,0.47107437,0.47933885,0.47107437,0.4876033,0.5082645,0.48347107,0.28099173,0.08264463,0.11570248,0.11570248,0.11570248,0.11570248,0.11570248,0.10330579,1 +0.6280992,0.6446281,0.6735537,0.6983471,0.6983471,0.6983471,0.677686,0.69008267,0.6528926,0.6404959,0.6818182,0.7066116,0.72727275,0.73140496,0.74793386,0.73966944,0.74380165,0.74380165,0.74380165,0.74380165,0.7355372,0.71900827,0.6983471,0.6983471,0.6859504,0.6983471,0.6942149,0.6818182,0.69008267,0.6818182,0.69008267,0.70247936,0.6983471,0.6859504,0.6818182,0.69008267,0.677686,0.677686,0.6652893,0.661157,0.661157,0.6570248,0.6404959,0.6280992,0.6198347,0.61570245,0.61570245,0.59090906,0.59090906,0.61570245,0.59917355,0.5785124,0.55785125,0.553719,0.57438016,0.47933885,0.4338843,0.5041322,0.5371901,0.5371901,0.5247934,0.5495868,0.5371901,0.5,0.6446281,0.6652893,0.6859504,0.6983471,0.6983471,0.7066116,0.7066116,0.6983471,0.6942149,0.7107438,0.72727275,0.74380165,0.73966944,0.74793386,0.75206614,0.74380165,0.74380165,0.74793386,0.74793386,0.75206614,0.74793386,0.73966944,0.7231405,0.70247936,0.69008267,0.69008267,0.6942149,0.6942149,0.7066116,0.6942149,0.6983471,0.71900827,0.71900827,0.71487606,0.69008267,0.71487606,0.6942149,0.6818182,0.661157,0.6652893,0.661157,0.6528926,0.661157,0.6528926,0.6446281,0.6363636,0.62396693,0.60330576,0.59917355,0.61157024,0.60330576,0.58677685,0.56198347,0.5661157,0.58677685,0.5123967,0.45867768,0.5123967,0.5206612,0.54545456,0.53305787,0.54545456,0.5661157,0.5413223,0.661157,0.6818182,0.677686,0.6859504,0.6942149,0.71487606,0.7231405,0.7066116,0.7231405,0.71900827,0.72727275,0.73140496,0.74793386,0.75206614,0.74793386,0.74793386,0.73966944,0.74793386,0.76033056,0.75206614,0.75206614,0.75619835,0.75206614,0.7355372,0.7107438,0.71487606,0.6983471,0.7107438,0.71487606,0.7107438,0.7107438,0.72727275,0.73966944,0.73140496,0.71487606,0.72727275,0.7107438,0.7066116,0.6735537,0.6735537,0.661157,0.6570248,0.661157,0.6652893,0.6570248,0.6363636,0.6280992,0.61570245,0.60330576,0.59917355,0.59917355,0.59090906,0.55785125,0.5661157,0.59917355,0.5495868,0.446281,0.5413223,0.5206612,0.55785125,0.53305787,0.53305787,0.55785125,0.57438016,0.6818182,0.677686,0.6735537,0.6859504,0.6983471,0.7107438,0.71487606,0.7066116,0.71487606,0.71487606,0.71900827,0.7231405,0.7355372,0.74793386,0.73140496,0.73140496,0.72727275,0.73966944,0.76859504,0.75206614,0.76033056,0.7768595,0.76033056,0.73140496,0.7231405,0.7231405,0.6983471,0.7231405,0.7231405,0.71900827,0.74380165,0.73140496,0.74793386,0.7107438,0.7107438,0.7066116,0.7355372,0.7107438,0.6735537,0.6694215,0.6694215,0.6570248,0.6652893,0.6652893,0.6528926,0.6363636,0.6280992,0.6198347,0.607438,0.59917355,0.59090906,0.57024795,0.57024795,0.5661157,0.59504133,0.55785125,0.46280992,0.5785124,0.5247934,0.55785125,0.54545456,0.5371901,0.5206612,0.55785125,0.70247936,0.677686,0.677686,0.69008267,0.6942149,0.70247936,0.70247936,0.7066116,0.70247936,0.70247936,0.71487606,0.7107438,0.7107438,0.73140496,0.7107438,0.71487606,0.7107438,0.71487606,0.74793386,0.72727275,0.7355372,0.75206614,0.73140496,0.70247936,0.6942149,0.7107438,0.69008267,0.71900827,0.7231405,0.7107438,0.75206614,0.73140496,0.73140496,0.6983471,0.6694215,0.6818182,0.7107438,0.677686,0.6363636,0.6280992,0.6322314,0.62396693,0.6404959,0.6487603,0.6404959,0.6322314,0.62396693,0.61570245,0.60330576,0.59090906,0.58677685,0.57024795,0.57024795,0.5661157,0.58264464,0.56198347,0.5082645,0.57438016,0.55785125,0.5661157,0.55785125,0.56198347,0.5206612,0.5041322,0.6983471,0.6694215,0.6859504,0.69008267,0.69008267,0.6942149,0.6942149,0.6983471,0.6983471,0.6983471,0.6942149,0.6859504,0.6859504,0.6735537,0.6652893,0.6487603,0.6446281,0.6404959,0.661157,0.6198347,0.62396693,0.61570245,0.6404959,0.6363636,0.6487603,0.661157,0.6735537,0.6983471,0.6942149,0.6859504,0.71900827,0.70247936,0.6983471,0.661157,0.6322314,0.6363636,0.6446281,0.59917355,0.58264464,0.57024795,0.553719,0.5413223,0.5495868,0.5661157,0.58677685,0.59090906,0.59917355,0.59090906,0.58264464,0.58264464,0.57438016,0.56198347,0.56198347,0.5661157,0.57438016,0.56198347,0.54545456,0.5413223,0.58677685,0.5785124,0.553719,0.57438016,0.56198347,0.4876033,0.6983471,0.661157,0.6859504,0.6859504,0.6694215,0.6859504,0.6942149,0.6942149,0.6818182,0.6735537,0.661157,0.6446281,0.6322314,0.59504133,0.59090906,0.5785124,0.5495868,0.55785125,0.57024795,0.5041322,0.5123967,0.5123967,0.5413223,0.5371901,0.59504133,0.61570245,0.6322314,0.6528926,0.661157,0.6570248,0.677686,0.6694215,0.6446281,0.61570245,0.58264464,0.59090906,0.5661157,0.5041322,0.5165289,0.5,0.4752066,0.446281,0.4752066,0.4752066,0.5041322,0.5082645,0.5082645,0.5289256,0.55785125,0.5785124,0.57438016,0.5661157,0.553719,0.56198347,0.5661157,0.57024795,0.56198347,0.53305787,0.60330576,0.58264464,0.55785125,0.56198347,0.5785124,0.5206612,0.6942149,0.661157,0.6859504,0.6859504,0.6818182,0.677686,0.6735537,0.6528926,0.6198347,0.61570245,0.6198347,0.58677685,0.55785125,0.5289256,0.5206612,0.5041322,0.48347107,0.47933885,0.4752066,0.43801653,0.446281,0.446281,0.4752066,0.47933885,0.5123967,0.56198347,0.5785124,0.59917355,0.6280992,0.6446281,0.6487603,0.6322314,0.60330576,0.57024795,0.53305787,0.5289256,0.5041322,0.45041323,0.446281,0.42975205,0.40495867,0.3966942,0.41735536,0.40082645,0.4214876,0.44214877,0.42975205,0.45867768,0.49586776,0.5289256,0.55785125,0.5661157,0.5495868,0.54545456,0.56198347,0.57438016,0.54545456,0.54545456,0.61570245,0.58264464,0.57024795,0.57438016,0.57438016,0.5082645,0.69008267,0.6694215,0.6859504,0.6818182,0.6694215,0.661157,0.6322314,0.6570248,0.661157,0.6570248,0.6322314,0.54545456,0.49173555,0.4876033,0.446281,0.41322315,0.4090909,0.39256197,0.40082645,0.3677686,0.37190083,0.40082645,0.38842976,0.41735536,0.42561984,0.4752066,0.49173555,0.5165289,0.56198347,0.58677685,0.59090906,0.5785124,0.553719,0.5247934,0.49173555,0.47107437,0.43801653,0.3966942,0.38016528,0.36363637,0.3429752,0.3429752,0.338843,0.33471075,0.34710744,0.3677686,0.38016528,0.45454547,0.47107437,0.47933885,0.49173555,0.53305787,0.5413223,0.5413223,0.55785125,0.56198347,0.5041322,0.53305787,0.62396693,0.59917355,0.57438016,0.58264464,0.57024795,0.47933885,0.6942149,0.6818182,0.69008267,0.6735537,0.6570248,0.6446281,0.6404959,0.78512394,0.78512394,0.7107438,0.6363636,0.54545456,0.49586776,0.48347107,0.4338843,0.38429752,0.37190083,0.35950413,0.35123968,0.33471075,0.30578512,0.32231405,0.29752067,0.29338843,0.27272728,0.35123968,0.34710744,0.36363637,0.40495867,0.40082645,0.37603307,0.35123968,0.33471075,0.3140496,0.30991736,0.30991736,0.28099173,0.28512397,0.29338843,0.30991736,0.32231405,0.3305785,0.338843,0.34710744,0.35950413,0.35950413,0.34710744,0.446281,0.4090909,0.38842976,0.40495867,0.4338843,0.47933885,0.49586776,0.5123967,0.5165289,0.46694216,0.5,0.61570245,0.607438,0.57438016,0.5785124,0.553719,0.49173555,0.677686,0.6818182,0.6859504,0.61570245,0.6322314,0.61157024,0.62396693,0.72727275,0.71487606,0.6487603,0.6363636,0.6322314,0.6198347,0.55785125,0.5041322,0.4752066,0.45454547,0.43801653,0.41735536,0.41735536,0.40495867,0.40082645,0.38842976,0.3305785,0.21900827,0.3264463,0.43801653,0.47933885,0.5247934,0.55785125,0.5289256,0.5,0.46694216,0.3677686,0.34710744,0.3264463,0.26859504,0.30578512,0.3429752,0.36363637,0.37603307,0.38429752,0.3966942,0.41322315,0.44214877,0.47107437,0.46694216,0.5206612,0.5495868,0.5082645,0.46694216,0.47107437,0.47933885,0.47107437,0.47107437,0.47107437,0.41735536,0.45867768,0.59504133,0.62396693,0.59090906,0.57024795,0.56198347,0.5082645,0.6859504,0.6487603,0.60330576,0.59504133,0.6570248,0.6487603,0.6363636,0.6363636,0.6322314,0.661157,0.6983471,0.73140496,0.75206614,0.70247936,0.6280992,0.59090906,0.5661157,0.5371901,0.49586776,0.46280992,0.45454547,0.45867768,0.45867768,0.46280992,0.40495867,0.3140496,0.55785125,0.6363636,0.6694215,0.70247936,0.6818182,0.661157,0.6198347,0.5,0.4752066,0.46694216,0.40495867,0.42561984,0.45041323,0.46280992,0.5041322,0.5289256,0.5413223,0.55785125,0.59090906,0.60330576,0.59504133,0.6446281,0.6528926,0.6652893,0.5661157,0.5,0.5206612,0.5247934,0.53305787,0.5413223,0.45454547,0.4214876,0.5413223,0.6363636,0.62396693,0.58677685,0.553719,0.5371901,0.6942149,0.5495868,0.58677685,0.59504133,0.6694215,0.6652893,0.6198347,0.5785124,0.6446281,0.73140496,0.7231405,0.7768595,0.822314,0.75206614,0.6735537,0.61157024,0.5785124,0.57024795,0.5495868,0.5247934,0.5041322,0.48347107,0.47933885,0.49586776,0.54545456,0.43801653,0.5,0.6735537,0.6528926,0.62396693,0.61157024,0.62396693,0.607438,0.5206612,0.4752066,0.49173555,0.46694216,0.49586776,0.5247934,0.55785125,0.61157024,0.6280992,0.607438,0.58677685,0.58264464,0.607438,0.6322314,0.661157,0.6818182,0.71900827,0.6487603,0.5413223,0.5082645,0.5041322,0.54545456,0.61157024,0.53305787,0.45454547,0.49586776,0.59917355,0.61570245,0.59504133,0.5495868,0.53305787,0.5785124,0.553719,0.62396693,0.59917355,0.6694215,0.6446281,0.59090906,0.58677685,0.72727275,0.77272725,0.661157,0.8636364,0.892562,0.78512394,0.57438016,0.53305787,0.49173555,0.49586776,0.5,0.5165289,0.5247934,0.5082645,0.5041322,0.53305787,0.61157024,0.5371901,0.4752066,0.6446281,0.5206612,0.5123967,0.49586776,0.5082645,0.5,0.48347107,0.47933885,0.54545456,0.5371901,0.56198347,0.57024795,0.6280992,0.7355372,0.6487603,0.5413223,0.5247934,0.5247934,0.5413223,0.5661157,0.59504133,0.61570245,0.6942149,0.6694215,0.58264464,0.5206612,0.47933885,0.5206612,0.62396693,0.56198347,0.49173555,0.5,0.59917355,0.61570245,0.59090906,0.56198347,0.5165289,0.48347107,0.607438,0.6446281,0.58264464,0.661157,0.61570245,0.57024795,0.6528926,0.76859504,0.72727275,0.5247934,0.892562,0.91322315,0.822314,0.5661157,0.5082645,0.41735536,0.41735536,0.41322315,0.44214877,0.49586776,0.5123967,0.5206612,0.5785124,0.6528926,0.5661157,0.58677685,0.7933884,0.5082645,0.28512397,0.3264463,0.3429752,0.38016528,0.46280992,0.54545456,0.59090906,0.58677685,0.5661157,0.59504133,0.74793386,0.892562,0.7933884,0.6280992,0.5495868,0.54545456,0.55785125,0.5247934,0.5289256,0.553719,0.59917355,0.61157024,0.59917355,0.53305787,0.5206612,0.5661157,0.61157024,0.58264464,0.5123967,0.5041322,0.60330576,0.6363636,0.59917355,0.5785124,0.5082645,0.5,0.6528926,0.59917355,0.57438016,0.6528926,0.60330576,0.59090906,0.6818182,0.7066116,0.59917355,0.60330576,0.8264463,0.8471074,0.607438,0.38842976,0.40082645,0.24380165,0.30578512,0.34710744,0.39256197,0.47107437,0.5165289,0.553719,0.6528926,0.6735537,0.553719,0.6322314,0.70247936,0.35123968,0.23553719,0.21487603,0.2231405,0.29752067,0.48347107,0.57024795,0.58264464,0.58264464,0.5289256,0.5495868,0.76859504,0.9214876,0.76033056,0.59504133,0.56198347,0.58677685,0.46280992,0.30165288,0.33471075,0.41735536,0.48347107,0.5247934,0.59090906,0.53305787,0.607438,0.677686,0.6322314,0.58264464,0.5206612,0.49586776,0.5661157,0.59917355,0.60330576,0.59090906,0.5289256,0.5,0.6694215,0.5289256,0.5495868,0.6528926,0.60330576,0.62396693,0.6694215,0.57024795,0.5371901,0.61157024,0.6528926,0.6446281,0.61157024,0.35123968,0.45454547,0.1694215,0.29752067,0.3181818,0.3429752,0.44214877,0.5289256,0.59090906,0.6818182,0.6694215,0.57438016,0.47107437,0.57024795,0.47933885,0.48347107,0.36363637,0.39256197,0.38429752,0.40495867,0.47933885,0.553719,0.55785125,0.5082645,0.47933885,0.62396693,0.76859504,0.6570248,0.6694215,0.79752064,0.7892562,0.6280992,0.23966943,0.28512397,0.35950413,0.34710744,0.46280992,0.54545456,0.5371901,0.7066116,0.8553719,0.7355372,0.56198347,0.5206612,0.46280992,0.53305787,0.5495868,0.58264464,0.59917355,0.5413223,0.47933885,0.6487603,0.45454547,0.5165289,0.677686,0.6280992,0.61570245,0.59917355,0.49173555,0.45867768,0.5206612,0.6694215,0.62396693,0.6528926,0.4090909,0.37190083,0.27272728,0.37190083,0.37190083,0.34710744,0.42561984,0.5289256,0.60330576,0.6446281,0.6818182,0.5165289,0.42975205,0.5165289,0.61570245,0.6528926,0.59090906,0.58677685,0.53305787,0.38429752,0.42975205,0.5082645,0.5495868,0.5495868,0.4876033,0.5206612,0.59504133,0.607438,0.6446281,0.7107438,0.6652893,0.4876033,0.30165288,0.34710744,0.3553719,0.35123968,0.44214877,0.49173555,0.553719,0.72727275,0.91735536,0.74380165,0.56198347,0.53305787,0.46280992,0.5,0.4214876,0.47107437,0.58264464,0.5495868,0.47107437,0.60330576,0.40495867,0.5041322,0.74380165,0.75206614,0.6363636,0.55785125,0.48347107,0.43801653,0.5041322,0.59090906,0.59504133,0.6322314,0.5,0.47933885,0.43801653,0.44214877,0.4214876,0.38842976,0.44214877,0.5206612,0.5785124,0.59090906,0.6528926,0.46694216,0.41322315,0.5495868,0.6735537,0.6859504,0.6322314,0.6322314,0.607438,0.38842976,0.4214876,0.45867768,0.5289256,0.57438016,0.5371901,0.5082645,0.5123967,0.5371901,0.58677685,0.59917355,0.5661157,0.5206612,0.46694216,0.48347107,0.47933885,0.47107437,0.47107437,0.46694216,0.54545456,0.677686,0.7644628,0.61157024,0.5661157,0.5247934,0.40082645,0.46694216,0.23140496,0.25619835,0.446281,0.5206612,0.4752066,0.5495868,0.38016528,0.5413223,0.8016529,0.88842976,0.73966944,0.607438,0.5247934,0.5371901,0.6280992,0.6487603,0.6363636,0.62396693,0.5371901,0.5289256,0.47933885,0.44214877,0.41322315,0.40495867,0.46280992,0.5289256,0.5785124,0.59504133,0.607438,0.446281,0.40082645,0.58677685,0.6859504,0.69008267,0.6404959,0.62396693,0.61570245,0.44214877,0.40082645,0.42975205,0.48347107,0.553719,0.5206612,0.49586776,0.47107437,0.4752066,0.5247934,0.5495868,0.55785125,0.5495868,0.5289256,0.53305787,0.5413223,0.53305787,0.49586776,0.4752066,0.5371901,0.59917355,0.54545456,0.4214876,0.5495868,0.42975205,0.3429752,0.47107437,0.19008264,0.20247933,0.36363637,0.5041322,0.46280992,0.55785125,0.39256197,0.59917355,0.8140496,0.91735536,0.8057851,0.6694215,0.607438,0.59917355,0.6528926,0.69008267,0.6735537,0.6280992,0.553719,0.5165289,0.4752066,0.44214877,0.4338843,0.46280992,0.5165289,0.553719,0.58677685,0.6198347,0.57438016,0.37603307,0.49173555,0.6363636,0.71487606,0.6859504,0.6322314,0.59917355,0.61157024,0.5165289,0.37190083,0.4214876,0.45867768,0.55785125,0.5165289,0.48347107,0.4876033,0.4876033,0.5082645,0.5371901,0.553719,0.553719,0.5413223,0.5371901,0.5247934,0.5041322,0.47933885,0.4752066,0.49586776,0.49586776,0.40082645,0.2892562,0.3966942,0.34710744,0.2644628,0.5206612,0.2107438,0.35950413,0.46694216,0.5165289,0.4752066,0.607438,0.42975205,0.6280992,0.7768595,0.88429755,0.78512394,0.6983471,0.6735537,0.6652893,0.6818182,0.6735537,0.6570248,0.62396693,0.55785125,0.53305787,0.5,0.5,0.5041322,0.5371901,0.56198347,0.5785124,0.60330576,0.62396693,0.553719,0.3553719,0.55785125,0.6942149,0.73140496,0.6818182,0.62396693,0.59504133,0.60330576,0.58677685,0.40082645,0.38842976,0.45867768,0.5371901,0.53305787,0.5289256,0.5165289,0.5371901,0.5289256,0.5247934,0.53305787,0.53305787,0.5165289,0.5206612,0.5165289,0.49173555,0.4752066,0.4752066,0.48347107,0.49586776,0.4338843,0.3264463,0.45867768,0.34710744,0.2644628,0.5371901,0.2107438,0.49173555,0.5165289,0.5082645,0.47107437,0.61570245,0.45454547,0.6198347,0.74793386,0.8140496,0.73966944,0.6859504,0.6983471,0.7066116,0.6983471,0.6735537,0.6528926,0.6363636,0.607438,0.58264464,0.55785125,0.5495868,0.553719,0.5661157,0.58677685,0.58677685,0.6198347,0.6528926,0.44214877,0.446281,0.58677685,0.70247936,0.7066116,0.6652893,0.62396693,0.59917355,0.58677685,0.59504133,0.5,0.35123968,0.45454547,0.5413223,0.53305787,0.53305787,0.55785125,0.54545456,0.55785125,0.56198347,0.55785125,0.5413223,0.5123967,0.5206612,0.5247934,0.5206612,0.53305787,0.54545456,0.56198347,0.58264464,0.5206612,0.40495867,0.45867768,0.29338843,0.2520661,0.5082645,0.23966943,0.53305787,0.5082645,0.5082645,0.45041323,0.6363636,0.46694216,0.607438,0.75206614,0.7768595,0.6983471,0.6570248,0.69008267,0.7066116,0.69008267,0.6652893,0.6528926,0.6570248,0.6322314,0.59504133,0.58264464,0.58264464,0.57438016,0.5661157,0.59090906,0.59504133,0.6280992,0.6322314,0.35123968,0.5082645,0.6363636,0.6818182,0.6942149,0.661157,0.6280992,0.60330576,0.58677685,0.59090906,0.553719,0.40082645,0.4214876,0.5082645,0.55785125,0.53305787,0.5413223,0.5495868,0.5661157,0.57438016,0.58264464,0.57438016,0.56198347,0.56198347,0.56198347,0.57024795,0.58264464,0.59504133,0.6198347,0.6363636,0.57024795,0.43801653,0.42975205,0.21900827,0.2892562,0.47107437,0.2768595,0.49586776,0.4876033,0.5165289,0.41322315,0.6652893,0.4876033,0.57024795,0.71487606,0.7231405,0.6446281,0.6322314,0.6652893,0.69008267,0.6818182,0.661157,0.6528926,0.6404959,0.61570245,0.59504133,0.59090906,0.58677685,0.58264464,0.57438016,0.607438,0.61157024,0.69008267,0.41735536,0.4338843,0.54545456,0.6528926,0.6735537,0.6983471,0.6652893,0.6446281,0.61157024,0.59090906,0.59917355,0.58264464,0.49173555,0.39256197,0.49586776,0.5495868,0.54545456,0.5495868,0.55785125,0.553719,0.5785124,0.57024795,0.59090906,0.59504133,0.59090906,0.59917355,0.60330576,0.60330576,0.62396693,0.6446281,0.6487603,0.59504133,0.46280992,0.3429752,0.18181819,0.35950413,0.41735536,0.3140496,0.45454547,0.47933885,0.5247934,0.39256197,0.6404959,0.5123967,0.55785125,0.6694215,0.6818182,0.6404959,0.6528926,0.6570248,0.6735537,0.6694215,0.6528926,0.6404959,0.6198347,0.60330576,0.59090906,0.59917355,0.59090906,0.5785124,0.59504133,0.607438,0.6570248,0.5413223,0.41322315,0.4752066,0.6198347,0.6570248,0.677686,0.677686,0.677686,0.69008267,0.6528926,0.6198347,0.62396693,0.61570245,0.553719,0.45454547,0.47107437,0.5247934,0.553719,0.55785125,0.553719,0.553719,0.5661157,0.56198347,0.58677685,0.57438016,0.59090906,0.61157024,0.61570245,0.62396693,0.6446281,0.6570248,0.6570248,0.607438,0.4752066,0.2520661,0.1694215,0.43801653,0.3677686,0.3264463,0.446281,0.4876033,0.5247934,0.38842976,0.5495868,0.5413223,0.58264464,0.6570248,0.6735537,0.6528926,0.6487603,0.6528926,0.6735537,0.6652893,0.6446281,0.62396693,0.607438,0.60330576,0.59917355,0.60330576,0.59917355,0.59504133,0.62396693,0.6322314,0.61570245,0.40082645,0.47933885,0.5041322,0.661157,0.6735537,0.6983471,0.69008267,0.7066116,0.74793386,0.75619835,0.6363636,0.6487603,0.7066116,0.6322314,0.5289256,0.4338843,0.47933885,0.553719,0.57024795,0.56198347,0.55785125,0.56198347,0.57024795,0.5661157,0.57024795,0.57438016,0.59504133,0.61157024,0.62396693,0.6694215,0.6818182,0.677686,0.6322314,0.45041323,0.2107438,0.2231405,0.4876033,0.3429752,0.32231405,0.45041323,0.5082645,0.5123967,0.39256197,0.5082645,0.59090906,0.59917355,0.677686,0.677686,0.6652893,0.6570248,0.6446281,0.6735537,0.6570248,0.6363636,0.6198347,0.61157024,0.61157024,0.6280992,0.62396693,0.62396693,0.6404959,0.6570248,0.6487603,0.46694216,0.43801653,0.44214877,0.59917355,0.6652893,0.70247936,0.7231405,0.7355372,0.75619835,0.75619835,0.77272725,0.6322314,0.6446281,0.6818182,0.60330576,0.54545456,0.5,0.4214876,0.49586776,0.57024795,0.5785124,0.5661157,0.57024795,0.57438016,0.553719,0.5785124,0.5785124,0.59090906,0.59090906,0.61570245,0.6735537,0.69008267,0.6694215,0.61570245,0.45454547,0.23966943,0.38016528,0.5206612,0.338843,0.34710744,0.45454547,0.5,0.5082645,0.5206612,0.46280992,0.6198347,0.6280992,0.6735537,0.6942149,0.6859504,0.661157,0.6487603,0.6735537,0.6528926,0.6322314,0.6280992,0.6363636,0.6404959,0.6487603,0.6528926,0.6487603,0.677686,0.6487603,0.5041322,0.45454547,0.41735536,0.5495868,0.661157,0.69008267,0.7066116,0.6859504,0.7107438,0.74793386,0.71900827,0.6818182,0.6280992,0.607438,0.553719,0.5165289,0.5247934,0.5371901,0.4876033,0.42975205,0.48347107,0.5661157,0.58264464,0.58264464,0.57024795,0.5661157,0.5785124,0.59917355,0.58264464,0.58677685,0.607438,0.6363636,0.6818182,0.6363636,0.59090906,0.446281,0.35123968,0.6198347,0.553719,0.34710744,0.39256197,0.45454547,0.5,0.5206612,0.6818182,0.4338843,0.5661157,0.6735537,0.69008267,0.677686,0.7355372,0.6735537,0.6694215,0.6735537,0.6694215,0.6487603,0.6446281,0.661157,0.6694215,0.6942149,0.7066116,0.70247936,0.6198347,0.49173555,0.45454547,0.4214876,0.49586776,0.6487603,0.6983471,0.6983471,0.6652893,0.6280992,0.6570248,0.70247936,0.6694215,0.60330576,0.58264464,0.54545456,0.49586776,0.48347107,0.5041322,0.5371901,0.57438016,0.5206612,0.4090909,0.44214877,0.5413223,0.59090906,0.57438016,0.57438016,0.58677685,0.59917355,0.59504133,0.5785124,0.58264464,0.59504133,0.6652893,0.62396693,0.57438016,0.45454547,0.47107437,0.6694215,0.5123967,0.3966942,0.4090909,0.45454547,0.5206612,0.5413223,0.69008267,0.72727275,0.5041322,0.59917355,0.6735537,0.6404959,0.70247936,0.7066116,0.70247936,0.6942149,0.7107438,0.7107438,0.6983471,0.7066116,0.7107438,0.70247936,0.6570248,0.54545456,0.44214877,0.42975205,0.44214877,0.48347107,0.62396693,0.7107438,0.7107438,0.6528926,0.58677685,0.5289256,0.59917355,0.661157,0.6280992,0.5289256,0.5041322,0.5082645,0.47933885,0.45867768,0.46280992,0.5082645,0.58264464,0.6198347,0.4876033,0.36363637,0.40082645,0.45041323,0.49586776,0.5495868,0.58264464,0.607438,0.59504133,0.607438,0.59504133,0.60330576,0.6404959,0.59504133,0.5371901,0.46280992,0.4876033,0.553719,0.49173555,0.42975205,0.4090909,0.4876033,0.5413223,0.54545456,0.677686,0.72727275,0.70247936,0.58677685,0.5413223,0.55785125,0.58264464,0.607438,0.62396693,0.61157024,0.62396693,0.6404959,0.59917355,0.5661157,0.5371901,0.48347107,0.44214877,0.4090909,0.42561984,0.4752066,0.553719,0.60330576,0.6735537,0.71900827,0.6694215,0.553719,0.38429752,0.30165288,0.41735536,0.60330576,0.58677685,0.48347107,0.42975205,0.45867768,0.42975205,0.30165288,0.32231405,0.41322315,0.5247934,0.61157024,0.56198347,0.4214876,0.40495867,0.40495867,0.37603307,0.38429752,0.41735536,0.4752066,0.53305787,0.5661157,0.56198347,0.553719,0.553719,0.5123967,0.48347107,0.48347107,0.5041322,0.53305787,0.5,0.41322315,0.40082645,0.5,0.53305787,0.5041322,0.677686,0.72727275,0.72727275,0.6859504,0.6487603,0.607438,0.57024795,0.5661157,0.5785124,0.57024795,0.5785124,0.5495868,0.5165289,0.47933885,0.47107437,0.4752066,0.5247934,0.5413223,0.59090906,0.59090906,0.6363636,0.6570248,0.6818182,0.677686,0.57024795,0.38842976,0.2107438,0.1983471,0.37190083,0.5082645,0.553719,0.4338843,0.38016528,0.46694216,0.34710744,0.1570248,0.14049587,0.2520661,0.42561984,0.5289256,0.54545456,0.45867768,0.46694216,0.5289256,0.5082645,0.45454547,0.39256197,0.3429752,0.35123968,0.38842976,0.46280992,0.54545456,0.5661157,0.54545456,0.5371901,0.5495868,0.54545456,0.5371901,0.4876033,0.38842976,0.4090909,0.49173555,0.5,0.45454547,0.677686,0.71900827,0.7231405,0.6818182,0.6694215,0.6652893,0.661157,0.6487603,0.6404959,0.62396693,0.61157024,0.5785124,0.56198347,0.60330576,0.6446281,0.70247936,0.70247936,0.6446281,0.6322314,0.6280992,0.661157,0.661157,0.6570248,0.6198347,0.446281,0.28512397,0.23966943,0.30165288,0.48347107,0.55785125,0.54545456,0.40082645,0.40495867,0.46694216,0.4090909,0.25619835,0.11570248,0.15289256,0.30165288,0.45041323,0.49586776,0.4214876,0.45041323,0.59917355,0.6322314,0.6198347,0.59917355,0.55785125,0.5,0.5082645,0.58264464,0.6487603,0.6404959,0.60330576,0.57438016,0.57024795,0.5495868,0.5247934,0.47933885,0.35950413,0.40082645,0.47107437,0.4876033,0.45454547,0.6735537,0.7231405,0.7231405,0.6818182,0.6528926,0.6570248,0.6570248,0.6528926,0.661157,0.677686,0.69008267,0.6942149,0.69008267,0.7231405,0.75619835,0.75619835,0.6942149,0.6280992,0.607438,0.6570248,0.6859504,0.6694215,0.61157024,0.5371901,0.3966942,0.38842976,0.5041322,0.5495868,0.60330576,0.61157024,0.5371901,0.40082645,0.3966942,0.4338843,0.45867768,0.41735536,0.2768595,0.20247933,0.22727273,0.37603307,0.45041323,0.39256197,0.41735536,0.5785124,0.6280992,0.6404959,0.661157,0.6818182,0.6818182,0.6570248,0.6735537,0.677686,0.6322314,0.59917355,0.56198347,0.5661157,0.54545456,0.5206612,0.45454547,0.29752067,0.3677686,0.446281,0.49586776,0.49173555,0.6694215,0.73140496,0.71900827,0.69008267,0.661157,0.6694215,0.6859504,0.6983471,0.71900827,0.74793386,0.7644628,0.75206614,0.74793386,0.73966944,0.75619835,0.70247936,0.6528926,0.62396693,0.6363636,0.70247936,0.7107438,0.6818182,0.61157024,0.5165289,0.46694216,0.5371901,0.6446281,0.6652893,0.6694215,0.6694215,0.5495868,0.41322315,0.38429752,0.4090909,0.45867768,0.47933885,0.46280992,0.3553719,0.2892562,0.37190083,0.43801653,0.44214877,0.4752066,0.56198347,0.607438,0.62396693,0.661157,0.6859504,0.7107438,0.6983471,0.6859504,0.677686,0.6404959,0.59504133,0.55785125,0.5495868,0.54545456,0.5289256,0.45041323,0.26859504,0.30165288,0.40082645,0.49586776,0.5206612,0.6528926,0.72727275,0.71900827,0.6983471,0.70247936,0.71900827,0.73140496,0.75206614,0.76033056,0.76859504,0.7768595,0.76033056,0.75206614,0.73966944,0.7355372,0.677686,0.6363636,0.6528926,0.6818182,0.72727275,0.7107438,0.6942149,0.6446281,0.60330576,0.59917355,0.6322314,0.6694215,0.69008267,0.6983471,0.69008267,0.57024795,0.45867768,0.4752066,0.47107437,0.47933885,0.5206612,0.54545456,0.4876033,0.46280992,0.49586776,0.5165289,0.54545456,0.59090906,0.59917355,0.60330576,0.62396693,0.6446281,0.6652893,0.6735537,0.6735537,0.6694215,0.661157,0.6487603,0.607438,0.56198347,0.5371901,0.5413223,0.5206612,0.49586776,0.35123968,0.24380165,0.34710744,0.45867768,0.5206612,0.6322314,0.7107438,0.71487606,0.7107438,0.71900827,0.73966944,0.75619835,0.77272725,0.7768595,0.76859504,0.76859504,0.77272725,0.75619835,0.7355372,0.71487606,0.6859504,0.6652893,0.677686,0.71900827,0.71900827,0.7107438,0.6859504,0.6570248,0.661157,0.661157,0.6735537,0.6859504,0.7066116,0.69008267,0.6570248,0.57438016,0.5165289,0.5785124,0.58264464,0.57438016,0.5785124,0.60330576,0.59090906,0.59090906,0.60330576,0.59917355,0.61157024,0.6446281,0.6446281,0.61570245,0.6198347,0.6198347,0.6322314,0.6280992,0.6363636,0.6446281,0.6363636,0.6280992,0.60330576,0.5661157,0.5413223,0.5371901,0.5123967,0.5413223,0.37190083,0.2231405,0.30578512,0.42975205,0.5206612,0.62396693,0.6942149,0.70247936,0.72727275,0.7066116,0.72727275,0.76033056,0.77272725,0.77272725,0.7644628,0.7644628,0.77272725,0.75206614,0.73140496,0.72727275,0.6942149,0.6818182,0.7066116,0.7355372,0.6983471,0.70247936,0.6735537,0.6652893,0.677686,0.677686,0.6735537,0.6859504,0.6942149,0.677686,0.6487603,0.59917355,0.57438016,0.6322314,0.6570248,0.6404959,0.61570245,0.6198347,0.6446281,0.6322314,0.62396693,0.60330576,0.6198347,0.6446281,0.6652893,0.6446281,0.6280992,0.6198347,0.6280992,0.6280992,0.6322314,0.6322314,0.61157024,0.60330576,0.59090906,0.56198347,0.53305787,0.5289256,0.5082645,0.5165289,0.30578512,0.24793388,0.28099173,0.4338843,0.5289256,0.62396693,0.6859504,0.6983471,0.7231405,0.7066116,0.7231405,0.74793386,0.77272725,0.76859504,0.75619835,0.7644628,0.76033056,0.73966944,0.72727275,0.71900827,0.6983471,0.69008267,0.71487606,0.71487606,0.6942149,0.6942149,0.6735537,0.6859504,0.6818182,0.6983471,0.6652893,0.6735537,0.6983471,0.6818182,0.6487603,0.62396693,0.62396693,0.6652893,0.6983471,0.677686,0.6363636,0.6280992,0.6404959,0.6322314,0.6322314,0.59917355,0.59090906,0.6404959,0.6528926,0.6735537,0.6528926,0.6363636,0.6404959,0.6404959,0.6322314,0.6198347,0.59917355,0.59504133,0.5785124,0.54545456,0.5289256,0.5247934,0.5,0.47107437,0.34710744,0.27272728,0.30578512,0.46280992,0.5206612,0.61570245,0.6652893,0.7066116,0.71900827,0.70247936,0.73140496,0.74380165,0.75619835,0.7644628,0.75206614,0.76859504,0.76033056,0.74793386,0.73140496,0.71900827,0.7066116,0.6942149,0.7066116,0.6942149,0.6942149,0.6818182,0.6818182,0.6818182,0.6818182,0.6859504,0.69008267,0.6859504,0.71487606,0.6942149,0.6652893,0.6528926,0.6446281,0.6652893,0.7066116,0.6983471,0.6652893,0.6487603,0.6446281,0.6446281,0.6446281,0.60330576,0.59090906,0.6198347,0.6528926,0.6487603,0.661157,0.6404959,0.6446281,0.6487603,0.6198347,0.607438,0.58264464,0.57438016,0.56198347,0.5371901,0.5247934,0.5123967,0.48347107,0.42975205,0.4090909,0.4090909,0.40082645,0.49586776,0.5165289,0.61570245,0.6570248,0.6942149,0.72727275,0.7066116,0.72727275,0.74380165,0.73966944,0.76033056,0.75619835,0.76033056,0.7644628,0.75206614,0.7355372,0.71487606,0.6983471,0.69008267,0.6983471,0.69008267,0.6942149,0.6735537,0.6652893,0.6859504,0.6983471,0.6983471,0.73140496,0.71487606,0.72727275,0.71487606,0.6859504,0.6652893,0.6570248,0.6735537,0.70247936,0.70247936,0.677686,0.6528926,0.6528926,0.6570248,0.6528926,0.61570245,0.59917355,0.607438,0.6363636,0.62396693,0.6404959,0.6404959,0.661157,0.661157,0.6198347,0.58264464,0.5661157,0.55785125,0.5495868,0.5247934,0.5206612,0.5,0.47933885,0.45867768,0.47933885,0.5123967,0.49586776,0.5082645,0.5,0.61157024,0.6487603,0.6735537,0.7066116,0.71487606,0.72727275,0.7355372,0.73140496,0.75619835,0.75619835,0.76033056,0.75619835,0.74380165,0.73140496,0.71487606,0.6818182,0.6818182,0.6983471,0.69008267,0.69008267,0.6818182,0.6652893,0.6942149,0.73140496,0.73966944,0.72727275,0.6694215,0.62396693,0.6404959,0.6280992,0.6280992,0.6446281,0.6528926,0.6322314,0.59917355,0.58264464,0.60330576,0.6363636,0.6652893,0.6694215,0.6446281,0.61157024,0.60330576,0.62396693,0.607438,0.61157024,0.607438,0.661157,0.6570248,0.61570245,0.56198347,0.57024795,0.553719,0.5413223,0.5165289,0.5123967,0.49586776,0.5,0.5247934,0.5371901,0.5371901,0.5123967,0.4876033,0.46280992,0.61157024,0.6322314,0.6528926,0.6818182,0.71487606,0.6942149,0.7355372,0.71487606,0.75619835,0.74793386,0.7644628,0.76033056,0.73966944,0.72727275,0.70247936,0.6735537,0.677686,0.6983471,0.6942149,0.6983471,0.7066116,0.6942149,0.71487606,0.71487606,0.6570248,0.57024795,0.49173555,0.45454547,0.47107437,0.48347107,0.5082645,0.54545456,0.5247934,0.46280992,0.41735536,0.4214876,0.44214877,0.5041322,0.58264464,0.6446281,0.6570248,0.61570245,0.61157024,0.61157024,0.60330576,0.60330576,0.5785124,0.6446281,0.6487603,0.5661157,0.55785125,0.56198347,0.54545456,0.5289256,0.5123967,0.5082645,0.4876033,0.49586776,0.5289256,0.5371901,0.53305787,0.5123967,0.5041322,0.37603307,0.61157024,0.6198347,0.6363636,0.6735537,0.6983471,0.6983471,0.7231405,0.6942149,0.75619835,0.74793386,0.76033056,0.75206614,0.73140496,0.7107438,0.6818182,0.6735537,0.6859504,0.71487606,0.7107438,0.71487606,0.72727275,0.7066116,0.6570248,0.553719,0.48347107,0.4338843,0.37603307,0.37603307,0.37190083,0.35950413,0.35950413,0.37603307,0.338843,0.3140496,0.2892562,0.29752067,0.3264463,0.3677686,0.42561984,0.5123967,0.58677685,0.607438,0.61157024,0.59917355,0.59504133,0.6198347,0.60330576,0.6198347,0.6363636,0.55785125,0.55785125,0.5661157,0.553719,0.5165289,0.5123967,0.5041322,0.4752066,0.49173555,0.53305787,0.5289256,0.5247934,0.5247934,0.49586776,0.2603306,0.607438,0.6322314,0.6363636,0.6735537,0.6942149,0.6983471,0.7107438,0.6942149,0.71900827,0.74793386,0.75619835,0.74380165,0.72727275,0.70247936,0.6818182,0.6859504,0.6942149,0.71900827,0.73140496,0.71487606,0.677686,0.59504133,0.47933885,0.3966942,0.33471075,0.30165288,0.23553719,0.30165288,0.33471075,0.30991736,0.30578512,0.24380165,0.2892562,0.2644628,0.23966943,0.2231405,0.2520661,0.30578512,0.3305785,0.3553719,0.41322315,0.5041322,0.5785124,0.58264464,0.5785124,0.61570245,0.61157024,0.607438,0.59917355,0.56198347,0.5495868,0.5661157,0.53305787,0.5082645,0.5123967,0.49586776,0.47107437,0.49586776,0.53305787,0.5247934,0.5247934,0.5206612,0.40495867,0.1694215,0.61570245,0.6322314,0.6404959,0.6694215,0.6983471,0.6735537,0.69008267,0.7066116,0.70247936,0.74380165,0.75619835,0.74380165,0.73140496,0.70247936,0.69008267,0.6983471,0.6859504,0.6818182,0.70247936,0.677686,0.553719,0.40495867,0.32231405,0.2768595,0.19421488,0.17768595,0.17355372,0.38429752,0.4214876,0.41322315,0.4338843,0.23966943,0.3966942,0.32231405,0.30165288,0.24380165,0.19421488,0.2231405,0.25619835,0.28512397,0.30991736,0.37190083,0.48347107,0.5413223,0.5413223,0.57024795,0.59090906,0.58264464,0.57024795,0.56198347,0.553719,0.57024795,0.5371901,0.5082645,0.5082645,0.49173555,0.46280992,0.4876033,0.5206612,0.5123967,0.5165289,0.4752066,0.27272728,0.11570248,0.6198347,0.6280992,0.62396693,0.6652893,0.6735537,0.677686,0.6652893,0.6859504,0.6983471,0.73966944,0.74793386,0.75206614,0.73966944,0.7066116,0.6859504,0.6983471,0.6404959,0.59504133,0.6198347,0.57024795,0.4090909,0.30991736,0.24793388,0.16528925,0.12809917,0.16528925,0.19008264,0.553719,0.6198347,0.59917355,0.59917355,0.35950413,0.54545456,0.41735536,0.40495867,0.3264463,0.2520661,0.21487603,0.1694215,0.22727273,0.2768595,0.2892562,0.3677686,0.46280992,0.47933885,0.5041322,0.5495868,0.553719,0.55785125,0.55785125,0.56198347,0.55785125,0.5165289,0.5082645,0.49586776,0.5041322,0.46280992,0.45867768,0.48347107,0.48347107,0.446281,0.3305785,0.1570248,0.10330579,0.61570245,0.62396693,0.62396693,0.6446281,0.661157,0.6735537,0.6652893,0.677686,0.70247936,0.7231405,0.75206614,0.75206614,0.7355372,0.6942149,0.6652893,0.6528926,0.5495868,0.46694216,0.44214877,0.37190083,0.29338843,0.30578512,0.27272728,0.19421488,0.17355372,0.1694215,0.14049587,0.38842976,0.46694216,0.45867768,0.4752066,0.29338843,0.41735536,0.37603307,0.35123968,0.29752067,0.23553719,0.27272728,0.24380165,0.23553719,0.2644628,0.23966943,0.2520661,0.33471075,0.39256197,0.45454547,0.5206612,0.5371901,0.5495868,0.55785125,0.553719,0.5371901,0.5,0.5041322,0.49586776,0.5123967,0.46280992,0.3966942,0.40495867,0.34710744,0.2603306,0.16528925,0.11157025,0.11157025,0.61570245,0.6322314,0.6446281,0.6487603,0.6446281,0.6652893,0.6694215,0.6818182,0.7066116,0.7066116,0.74793386,0.75206614,0.7107438,0.6859504,0.6363636,0.60330576,0.5082645,0.43801653,0.41735536,0.41735536,0.45041323,0.4876033,0.48347107,0.45867768,0.38842976,0.32231405,0.27272728,0.28512397,0.2768595,0.23553719,0.23966943,0.24380165,0.27272728,0.35950413,0.46280992,0.47933885,0.47107437,0.47107437,0.46694216,0.4338843,0.37190083,0.3181818,0.29338843,0.29338843,0.3677686,0.46280992,0.5123967,0.5371901,0.5661157,0.57024795,0.5661157,0.53305787,0.5082645,0.5,0.49173555,0.5,0.46280992,0.30165288,0.2603306,0.18181819,0.14049587,0.11157025,0.10743801,0.11570248,0.60330576,0.6322314,0.6446281,0.6528926,0.6487603,0.661157,0.6694215,0.6694215,0.6859504,0.7107438,0.73140496,0.73966944,0.7107438,0.6528926,0.61157024,0.59090906,0.5289256,0.5247934,0.6446281,0.58264464,0.5206612,0.5289256,0.5206612,0.5247934,0.5206612,0.5041322,0.49173555,0.46694216,0.4338843,0.41735536,0.43801653,0.45041323,0.4876033,0.49586776,0.5206612,0.49173555,0.5082645,0.49586776,0.48347107,0.47107437,0.4752066,0.49173555,0.4876033,0.44214877,0.446281,0.5082645,0.5289256,0.5371901,0.55785125,0.56198347,0.55785125,0.5165289,0.49586776,0.49173555,0.4876033,0.48347107,0.45867768,0.1983471,0.1570248,0.11570248,0.11983471,0.11157025,0.10743801,0.11157025,0.59504133,0.6363636,0.6322314,0.6404959,0.6528926,0.6570248,0.661157,0.6570248,0.661157,0.70247936,0.72727275,0.71900827,0.6942149,0.61157024,0.58264464,0.55785125,0.5041322,0.6528926,0.73140496,0.6570248,0.57024795,0.54545456,0.5289256,0.5289256,0.5495868,0.553719,0.54545456,0.553719,0.5289256,0.5247934,0.54545456,0.553719,0.5413223,0.5041322,0.5,0.5,0.49173555,0.4752066,0.45867768,0.46280992,0.4752066,0.5289256,0.5785124,0.553719,0.5289256,0.53305787,0.5371901,0.5371901,0.55785125,0.57024795,0.5413223,0.5041322,0.49586776,0.49586776,0.48347107,0.49173555,0.40495867,0.11570248,0.11983471,0.11157025,0.11570248,0.11570248,0.10743801,0.11570248,0.59090906,0.61570245,0.6322314,0.6322314,0.6528926,0.6570248,0.6694215,0.6570248,0.6446281,0.677686,0.71900827,0.70247936,0.6735537,0.62396693,0.553719,0.5371901,0.59090906,0.6983471,0.73966944,0.70247936,0.6404959,0.58264464,0.54545456,0.5247934,0.5289256,0.53305787,0.5247934,0.5371901,0.5289256,0.5123967,0.53305787,0.5289256,0.5123967,0.4876033,0.44214877,0.44214877,0.46694216,0.46280992,0.44214877,0.46694216,0.49586776,0.5495868,0.59917355,0.59090906,0.55785125,0.53305787,0.53305787,0.53305787,0.5495868,0.553719,0.5206612,0.49586776,0.5,0.5,0.47933885,0.49173555,0.30578512,0.10330579,0.11157025,0.10743801,0.11157025,0.11157025,0.11983471,0.11570248,0.5785124,0.607438,0.62396693,0.62396693,0.6322314,0.6570248,0.677686,0.6570248,0.6404959,0.6528926,0.6942149,0.6983471,0.661157,0.607438,0.55785125,0.5785124,0.6570248,0.71487606,0.71900827,0.71900827,0.69008267,0.6446281,0.59917355,0.5495868,0.5289256,0.5123967,0.4876033,0.49173555,0.49586776,0.5041322,0.53305787,0.5,0.46280992,0.446281,0.42561984,0.4338843,0.446281,0.45041323,0.45867768,0.49586776,0.5289256,0.56198347,0.59504133,0.58677685,0.55785125,0.5371901,0.5206612,0.5289256,0.5413223,0.5371901,0.5041322,0.49586776,0.5,0.49586776,0.48347107,0.47107437,0.21487603,0.11157025,0.10743801,0.11983471,0.10743801,0.09917355,0.11157025,0.10743801,0.5495868,0.58264464,0.61157024,0.6280992,0.6322314,0.661157,0.6735537,0.661157,0.6528926,0.6487603,0.6694215,0.6942149,0.6652893,0.59917355,0.5495868,0.59917355,0.6570248,0.7066116,0.70247936,0.69008267,0.70247936,0.677686,0.6446281,0.607438,0.56198347,0.5247934,0.47933885,0.44214877,0.41735536,0.446281,0.45454547,0.38016528,0.35950413,0.38429752,0.39256197,0.41735536,0.446281,0.47107437,0.4876033,0.5247934,0.5289256,0.55785125,0.5661157,0.5661157,0.5371901,0.5289256,0.5247934,0.5413223,0.53305787,0.5165289,0.49173555,0.49173555,0.5,0.49173555,0.4876033,0.3966942,0.16528925,0.10743801,0.11983471,0.10743801,0.11157025,0.10743801,0.10330579,0.11157025,0.5165289,0.553719,0.60330576,0.6280992,0.61570245,0.6487603,0.6652893,0.6570248,0.6570248,0.6487603,0.6570248,0.661157,0.6404959,0.58264464,0.5413223,0.59917355,0.6446281,0.6694215,0.6694215,0.6652893,0.6818182,0.6694215,0.6404959,0.6404959,0.607438,0.55785125,0.5041322,0.42561984,0.35123968,0.3305785,0.29338843,0.29752067,0.338843,0.35950413,0.40495867,0.44214877,0.45867768,0.4876033,0.5082645,0.53305787,0.5289256,0.54545456,0.5371901,0.5413223,0.5165289,0.5247934,0.5,0.5289256,0.5289256,0.5,0.4876033,0.49173555,0.49173555,0.49173555,0.48347107,0.29338843,0.12809917,0.11570248,0.11570248,0.11570248,0.10743801,0.11157025,0.10330579,0.11157025,0.4214876,0.53305787,0.5785124,0.607438,0.59504133,0.61570245,0.661157,0.661157,0.661157,0.6446281,0.6446281,0.6528926,0.6322314,0.59504133,0.5785124,0.61157024,0.62396693,0.6446281,0.6487603,0.6363636,0.6652893,0.6487603,0.6322314,0.62396693,0.59504133,0.553719,0.5041322,0.42975205,0.37603307,0.3677686,0.36363637,0.38016528,0.4090909,0.3966942,0.41735536,0.45041323,0.46280992,0.4876033,0.5082645,0.5165289,0.5206612,0.5165289,0.5041322,0.5247934,0.5206612,0.5123967,0.49586776,0.5247934,0.5041322,0.49173555,0.49173555,0.48347107,0.49173555,0.49173555,0.42975205,0.2107438,0.10330579,0.11570248,0.10743801,0.11157025,0.10743801,0.10743801,0.09917355,0.10330579,0.36363637,0.49173555,0.5495868,0.58677685,0.59090906,0.607438,0.6570248,0.6652893,0.6694215,0.6487603,0.6363636,0.6446281,0.6280992,0.607438,0.607438,0.6280992,0.62396693,0.6363636,0.6404959,0.6198347,0.6487603,0.6404959,0.6280992,0.61157024,0.56198347,0.5247934,0.46694216,0.42561984,0.40495867,0.4214876,0.4338843,0.42975205,0.42975205,0.41735536,0.42561984,0.446281,0.46694216,0.4876033,0.49586776,0.49586776,0.5165289,0.5082645,0.5082645,0.5165289,0.4752066,0.5206612,0.5041322,0.49586776,0.47107437,0.49173555,0.49173555,0.48347107,0.49173555,0.48347107,0.33471075,0.13636364,0.09917355,0.11157025,0.10330579,0.11157025,0.09917355,0.11157025,0.10330579,0.11157025,0.3429752,0.48347107,0.5082645,0.54545456,0.5785124,0.59504133,0.6363636,0.661157,0.6652893,0.6528926,0.6198347,0.62396693,0.6363636,0.61570245,0.60330576,0.6322314,0.6363636,0.6322314,0.6322314,0.6198347,0.62396693,0.62396693,0.6198347,0.59917355,0.553719,0.5247934,0.46694216,0.44214877,0.4338843,0.446281,0.46694216,0.45041323,0.43801653,0.43801653,0.446281,0.46280992,0.4752066,0.4876033,0.4876033,0.4876033,0.5082645,0.5082645,0.5123967,0.5,0.5041322,0.5289256,0.5,0.47933885,0.46694216,0.47933885,0.49586776,0.49173555,0.49586776,0.446281,0.2231405,0.09090909,0.11157025,0.11157025,0.11157025,0.10330579,0.10330579,0.11157025,0.10330579,0.10743801,0.29338843,0.5,0.47933885,0.5041322,0.54545456,0.58264464,0.6198347,0.6322314,0.6487603,0.661157,0.62396693,0.6280992,0.6487603,0.62396693,0.607438,0.61570245,0.6280992,0.6280992,0.6198347,0.6198347,0.61157024,0.59504133,0.61157024,0.59090906,0.57024795,0.553719,0.49586776,0.49173555,0.49173555,0.47933885,0.49586776,0.49173555,0.47933885,0.47933885,0.5,0.5123967,0.5165289,0.5082645,0.4876033,0.49586776,0.5082645,0.5123967,0.5082645,0.5082645,0.5041322,0.5247934,0.49173555,0.47107437,0.47107437,0.48347107,0.4876033,0.5,0.49173555,0.38429752,0.11983471,0.09917355,0.11570248,0.11157025,0.11157025,0.11157025,0.10743801,0.10743801,0.11157025,0.10743801,0.23966943,0.49586776,0.5082645,0.4752066,0.49586776,0.56198347,0.607438,0.61157024,0.6363636,0.6280992,0.6280992,0.6404959,0.661157,0.6322314,0.6363636,0.6404959,0.6487603,0.6487603,0.6198347,0.6198347,0.61157024,0.58264464,0.60330576,0.59504133,0.60330576,0.60330576,0.56198347,0.553719,0.553719,0.5413223,0.54545456,0.5413223,0.5495868,0.54545456,0.55785125,0.553719,0.5495868,0.53305787,0.5041322,0.5082645,0.5123967,0.5,0.49586776,0.5041322,0.5082645,0.5206612,0.49173555,0.46694216,0.46694216,0.49173555,0.48347107,0.5041322,0.48347107,0.2603306,0.0785124,0.11570248,0.11983471,0.11570248,0.11157025,0.10743801,0.10743801,0.11157025,0.10743801,0.10743801,0.19421488,0.4752066,0.5413223,0.49173555,0.4752066,0.5082645,0.57438016,0.61157024,0.61570245,0.6198347,0.6280992,0.6280992,0.6570248,0.6487603,0.661157,0.661157,0.6652893,0.6694215,0.6446281,0.62396693,0.62396693,0.59504133,0.59917355,0.607438,0.607438,0.62396693,0.61570245,0.60330576,0.59090906,0.59917355,0.607438,0.59504133,0.59917355,0.58264464,0.5785124,0.5785124,0.57024795,0.54545456,0.5247934,0.5206612,0.5165289,0.5041322,0.5041322,0.49586776,0.5082645,0.5165289,0.48347107,0.45041323,0.46694216,0.48347107,0.4876033,0.5,0.4338843,0.10743801,0.09504132,0.12396694,0.11157025,0.11157025,0.10743801,0.11157025,0.10743801,0.11157025,0.10743801,0.10743801,0.14876033,0.43801653,0.57024795,0.53305787,0.4876033,0.47107437,0.5413223,0.5785124,0.58677685,0.62396693,0.6280992,0.6280992,0.6198347,0.6363636,0.6570248,0.6694215,0.6694215,0.6735537,0.6570248,0.6363636,0.6322314,0.59917355,0.58677685,0.61157024,0.6322314,0.6363636,0.607438,0.6198347,0.60330576,0.6198347,0.61570245,0.61570245,0.607438,0.58677685,0.58677685,0.57024795,0.56198347,0.55785125,0.54545456,0.5413223,0.53305787,0.54545456,0.53305787,0.5082645,0.5123967,0.5,0.47107437,0.45454547,0.46280992,0.47933885,0.48347107,0.49173555,0.39256197,0.049586777,0.10743801,0.11570248,0.10330579,0.10743801,0.10330579,0.10743801,0.10743801,0.10743801,0.10330579,0.10330579,0.13636364,0.39256197,0.59090906,0.55785125,0.5165289,0.4876033,0.49173555,0.53305787,0.58264464,0.59917355,0.6198347,0.61157024,0.6198347,0.607438,0.6487603,0.6818182,0.677686,0.6818182,0.6735537,0.6528926,0.6487603,0.6322314,0.607438,0.61570245,0.6280992,0.62396693,0.62396693,0.62396693,0.6280992,0.6322314,0.6198347,0.62396693,0.59917355,0.59504133,0.59090906,0.57438016,0.55785125,0.57024795,0.5661157,0.5661157,0.57438016,0.5413223,0.5247934,0.53305787,0.5206612,0.49586776,0.46280992,0.45867768,0.46694216,0.47107437,0.47107437,0.5041322,0.35123968,0.045454547,0.11157025,0.11983471,0.10743801,0.11570248,0.10330579,0.10330579,0.10330579,0.10330579,0.10743801,0.10743801,1 +0.6363636,0.6528926,0.6694215,0.677686,0.6859504,0.70247936,0.6983471,0.70247936,0.71487606,0.7107438,0.7231405,0.7355372,0.74793386,0.74793386,0.74380165,0.73140496,0.72727275,0.73140496,0.7355372,0.73140496,0.73966944,0.74380165,0.74793386,0.72727275,0.73966944,0.72727275,0.7066116,0.70247936,0.73140496,0.71900827,0.72727275,0.71487606,0.72727275,0.73140496,0.72727275,0.7231405,0.7231405,0.7355372,0.7107438,0.70247936,0.6859504,0.677686,0.6528926,0.6528926,0.6446281,0.6487603,0.6487603,0.6363636,0.6363636,0.6198347,0.61157024,0.60330576,0.59504133,0.607438,0.59917355,0.5785124,0.56198347,0.56198347,0.57024795,0.553719,0.48347107,0.46280992,0.47107437,0.5123967,0.6528926,0.661157,0.661157,0.6652893,0.6859504,0.6983471,0.6983471,0.6983471,0.7066116,0.7107438,0.71487606,0.71900827,0.73966944,0.73966944,0.72727275,0.71487606,0.71900827,0.7355372,0.73966944,0.72727275,0.7355372,0.7355372,0.73966944,0.71487606,0.72727275,0.73966944,0.6983471,0.6983471,0.74380165,0.7355372,0.73966944,0.73966944,0.73966944,0.73966944,0.6983471,0.7066116,0.71900827,0.76033056,0.7231405,0.6652893,0.661157,0.6652893,0.6446281,0.6528926,0.6570248,0.6528926,0.6528926,0.6363636,0.6363636,0.6198347,0.61570245,0.60330576,0.59504133,0.60330576,0.59090906,0.5785124,0.5661157,0.56198347,0.5785124,0.57438016,0.5,0.48347107,0.4752066,0.5,0.661157,0.6570248,0.6570248,0.6694215,0.6818182,0.69008267,0.69008267,0.70247936,0.70247936,0.70247936,0.7066116,0.70247936,0.71487606,0.71487606,0.6983471,0.6859504,0.69008267,0.7066116,0.7066116,0.6859504,0.6942149,0.6818182,0.6942149,0.6942149,0.6818182,0.7231405,0.6983471,0.70247936,0.74793386,0.7355372,0.73140496,0.74793386,0.75206614,0.74793386,0.677686,0.6818182,0.71487606,0.7355372,0.6694215,0.6446281,0.62396693,0.6280992,0.59090906,0.59917355,0.62396693,0.6280992,0.6322314,0.6198347,0.6280992,0.62396693,0.61570245,0.59917355,0.59090906,0.60330576,0.58264464,0.57024795,0.57438016,0.55785125,0.5785124,0.59090906,0.5123967,0.49173555,0.49586776,0.5123967,0.6694215,0.6528926,0.661157,0.6694215,0.6735537,0.6818182,0.6859504,0.69008267,0.6942149,0.6942149,0.6859504,0.6818182,0.6694215,0.6570248,0.6446281,0.62396693,0.62396693,0.6280992,0.62396693,0.59504133,0.58677685,0.58677685,0.60330576,0.6322314,0.6528926,0.6859504,0.69008267,0.70247936,0.73140496,0.7066116,0.7066116,0.7355372,0.7355372,0.73966944,0.661157,0.6487603,0.69008267,0.6652893,0.59504133,0.61157024,0.58264464,0.5661157,0.5206612,0.53305787,0.5413223,0.5785124,0.5785124,0.58264464,0.59917355,0.59504133,0.59504133,0.58264464,0.58264464,0.58677685,0.57438016,0.56198347,0.57024795,0.57024795,0.57024795,0.59090906,0.5165289,0.49586776,0.54545456,0.5289256,0.6694215,0.6570248,0.6652893,0.661157,0.6652893,0.6735537,0.6818182,0.6942149,0.6942149,0.6570248,0.6363636,0.6198347,0.5785124,0.553719,0.54545456,0.5247934,0.5206612,0.5206612,0.5165289,0.5082645,0.5082645,0.5206612,0.5289256,0.5495868,0.59917355,0.6280992,0.6487603,0.6652893,0.6818182,0.6735537,0.6859504,0.71487606,0.7066116,0.69008267,0.6446281,0.61157024,0.6280992,0.59090906,0.5206612,0.53305787,0.5165289,0.5041322,0.45454547,0.48347107,0.48347107,0.5165289,0.5165289,0.5289256,0.5289256,0.5247934,0.5495868,0.5785124,0.5661157,0.57024795,0.58677685,0.56198347,0.55785125,0.57024795,0.5661157,0.58677685,0.5289256,0.5041322,0.5785124,0.5413223,0.6570248,0.6570248,0.6652893,0.6570248,0.6570248,0.6694215,0.6652893,0.6487603,0.6363636,0.61570245,0.54545456,0.54545456,0.55785125,0.55785125,0.5661157,0.57024795,0.56198347,0.5495868,0.53305787,0.5123967,0.49173555,0.48347107,0.4752066,0.5,0.5413223,0.5785124,0.607438,0.6198347,0.6363636,0.6446281,0.661157,0.6694215,0.6487603,0.61157024,0.5785124,0.553719,0.5661157,0.5371901,0.47933885,0.48347107,0.46694216,0.43801653,0.41322315,0.44214877,0.4338843,0.43801653,0.45454547,0.46694216,0.45041323,0.46694216,0.5123967,0.5495868,0.553719,0.553719,0.5785124,0.55785125,0.54545456,0.55785125,0.57024795,0.57438016,0.5413223,0.5206612,0.54545456,0.56198347,0.661157,0.6570248,0.6570248,0.6487603,0.6404959,0.6280992,0.6322314,0.607438,0.6198347,0.6363636,0.60330576,0.6528926,0.7107438,0.70247936,0.69008267,0.6983471,0.7107438,0.72727275,0.77272725,0.8140496,0.77272725,0.6322314,0.53305787,0.5082645,0.4876033,0.48347107,0.5041322,0.5289256,0.53305787,0.5289256,0.5371901,0.53305787,0.5165289,0.4876033,0.45867768,0.45041323,0.44214877,0.4338843,0.3966942,0.37190083,0.3553719,0.3264463,0.338843,0.37190083,0.37603307,0.38842976,0.4090909,0.40495867,0.43801653,0.42975205,0.45041323,0.46694216,0.5,0.5371901,0.5413223,0.5413223,0.5413223,0.553719,0.5661157,0.57438016,0.56198347,0.5206612,0.5165289,0.59090906,0.6363636,0.607438,0.62396693,0.60330576,0.59917355,0.6322314,0.6446281,0.6404959,0.6280992,0.6363636,0.59917355,0.6322314,0.6859504,0.677686,0.6446281,0.6198347,0.58264464,0.5495868,0.5495868,0.5661157,0.5165289,0.4338843,0.33471075,0.32231405,0.38016528,0.41735536,0.446281,0.48347107,0.49586776,0.5,0.49173555,0.45867768,0.4338843,0.40082645,0.35950413,0.35123968,0.33471075,0.29338843,0.28512397,0.32231405,0.37603307,0.38842976,0.40082645,0.4090909,0.39256197,0.39256197,0.3966942,0.40082645,0.45867768,0.4338843,0.4338843,0.42561984,0.4338843,0.446281,0.446281,0.43801653,0.46694216,0.5,0.553719,0.58677685,0.5785124,0.5041322,0.53305787,0.6198347,0.54545456,0.5371901,0.59090906,0.553719,0.6446281,0.6652893,0.6404959,0.6487603,0.6198347,0.607438,0.59090906,0.61570245,0.6404959,0.60330576,0.5495868,0.5371901,0.5123967,0.48347107,0.4752066,0.49173555,0.4876033,0.48347107,0.46694216,0.36363637,0.3677686,0.45041323,0.5165289,0.553719,0.5785124,0.61157024,0.607438,0.5785124,0.56198347,0.5123967,0.46694216,0.47107437,0.41735536,0.38429752,0.46280992,0.47933885,0.46694216,0.4338843,0.446281,0.47107437,0.45454547,0.43801653,0.4338843,0.45454547,0.48347107,0.49173555,0.49586776,0.48347107,0.4876033,0.53305787,0.5247934,0.5,0.47107437,0.45867768,0.47107437,0.5165289,0.5785124,0.48347107,0.5413223,0.6570248,0.5082645,0.59917355,0.553719,0.5247934,0.6859504,0.6570248,0.6280992,0.6280992,0.59090906,0.6528926,0.6487603,0.6735537,0.7066116,0.661157,0.59090906,0.57438016,0.5413223,0.5082645,0.48347107,0.48347107,0.47933885,0.48347107,0.4876033,0.46694216,0.446281,0.45867768,0.55785125,0.62396693,0.6446281,0.6652893,0.6528926,0.62396693,0.61157024,0.553719,0.5413223,0.55785125,0.5206612,0.5041322,0.5247934,0.5247934,0.5041322,0.5,0.54545456,0.59090906,0.57438016,0.553719,0.5495868,0.55785125,0.56198347,0.5785124,0.58264464,0.5495868,0.5082645,0.49173555,0.5247934,0.5289256,0.5247934,0.46280992,0.5041322,0.47933885,0.4752066,0.4752066,0.5289256,0.6528926,0.57024795,0.6363636,0.53305787,0.553719,0.6818182,0.6322314,0.59917355,0.5785124,0.6487603,0.73966944,0.7231405,0.71900827,0.78099173,0.73966944,0.661157,0.6280992,0.607438,0.58264464,0.54545456,0.5289256,0.5082645,0.5041322,0.49173555,0.5041322,0.5495868,0.49586776,0.553719,0.61570245,0.62396693,0.607438,0.58677685,0.57024795,0.57024795,0.5413223,0.56198347,0.5785124,0.54545456,0.5289256,0.5289256,0.5206612,0.53305787,0.58264464,0.6446281,0.6818182,0.6859504,0.6859504,0.6735537,0.6652893,0.661157,0.6570248,0.6528926,0.6528926,0.61570245,0.54545456,0.5165289,0.54545456,0.5371901,0.4876033,0.5413223,0.5082645,0.42975205,0.41322315,0.5041322,0.61157024,0.59090906,0.6528926,0.54545456,0.58677685,0.6652893,0.6198347,0.55785125,0.60330576,0.76033056,0.7892562,0.7231405,0.71900827,0.80991733,0.7933884,0.677686,0.6198347,0.61570245,0.59504133,0.59504133,0.5785124,0.57438016,0.5289256,0.5041322,0.53305787,0.58677685,0.5661157,0.46280992,0.57024795,0.59504133,0.5206612,0.49173555,0.47933885,0.47107437,0.49173555,0.5661157,0.57438016,0.553719,0.5495868,0.5165289,0.5082645,0.5785124,0.6363636,0.6487603,0.677686,0.71487606,0.71487606,0.6983471,0.6983471,0.70247936,0.6942149,0.6818182,0.6818182,0.6652893,0.58677685,0.5206612,0.5165289,0.5206612,0.5123967,0.55785125,0.553719,0.47107437,0.37190083,0.4752066,0.59504133,0.59917355,0.6735537,0.58264464,0.59917355,0.6570248,0.5785124,0.56198347,0.6735537,0.8057851,0.79752064,0.70247936,0.677686,0.892562,0.8636364,0.69008267,0.5661157,0.57024795,0.5661157,0.59504133,0.59090906,0.57438016,0.56198347,0.5289256,0.5785124,0.60330576,0.6198347,0.5413223,0.74793386,0.76859504,0.5247934,0.41735536,0.38016528,0.4090909,0.49586776,0.57024795,0.553719,0.59504133,0.57024795,0.5082645,0.5413223,0.6446281,0.6322314,0.61570245,0.7107438,0.73966944,0.677686,0.6446281,0.6652893,0.6818182,0.6859504,0.6859504,0.69008267,0.69008267,0.6363636,0.55785125,0.5247934,0.5165289,0.5,0.553719,0.59090906,0.5206612,0.42561984,0.41322315,0.58264464,0.60330576,0.7107438,0.6198347,0.59090906,0.62396693,0.55785125,0.6280992,0.73140496,0.7933884,0.73966944,0.6404959,0.62396693,0.9628099,0.90909094,0.7107438,0.47933885,0.5041322,0.5,0.5247934,0.56198347,0.5785124,0.553719,0.5413223,0.59504133,0.607438,0.6404959,0.59504133,0.8264463,0.78099173,0.4752066,0.338843,0.30578512,0.47107437,0.6694215,0.553719,0.5165289,0.60330576,0.5413223,0.5041322,0.57438016,0.6528926,0.5413223,0.6735537,0.8305785,0.8471074,0.6652893,0.5785124,0.59504133,0.60330576,0.62396693,0.6487603,0.6694215,0.6983471,0.6735537,0.58264464,0.53305787,0.5082645,0.4752066,0.53305787,0.607438,0.5785124,0.4876033,0.38429752,0.54545456,0.6404959,0.73966944,0.607438,0.57438016,0.60330576,0.5661157,0.6735537,0.72727275,0.71487606,0.6446281,0.6528926,0.6404959,0.8636364,0.8429752,0.59917355,0.3966942,0.45041323,0.44214877,0.4338843,0.45867768,0.5123967,0.53305787,0.55785125,0.58677685,0.607438,0.61157024,0.55785125,0.6694215,0.58677685,0.44214877,0.35123968,0.3677686,0.44214877,0.5495868,0.5413223,0.5123967,0.57438016,0.47933885,0.49173555,0.5495868,0.57024795,0.4214876,0.73140496,0.90082645,0.9214876,0.6404959,0.5247934,0.5371901,0.553719,0.57024795,0.58264464,0.59090906,0.6404959,0.6570248,0.59504133,0.54545456,0.5123967,0.45454547,0.5082645,0.607438,0.61157024,0.53305787,0.42561984,0.49586776,0.6818182,0.70247936,0.5413223,0.59090906,0.61570245,0.60330576,0.6694215,0.6528926,0.59917355,0.59504133,0.6570248,0.60330576,0.6404959,0.6280992,0.37603307,0.30578512,0.37603307,0.40495867,0.38842976,0.40082645,0.45041323,0.5041322,0.56198347,0.58677685,0.60330576,0.5289256,0.5371901,0.56198347,0.61157024,0.57438016,0.5165289,0.54545456,0.5041322,0.40082645,0.57024795,0.4876033,0.5495868,0.45041323,0.47107437,0.5206612,0.5165289,0.4090909,0.73966944,0.89669424,0.79752064,0.4876033,0.45867768,0.40495867,0.4338843,0.5123967,0.56198347,0.58677685,0.58264464,0.59504133,0.58264464,0.55785125,0.5165289,0.45041323,0.49173555,0.59090906,0.6198347,0.5785124,0.45041323,0.41735536,0.69008267,0.607438,0.49173555,0.677686,0.7107438,0.62396693,0.61157024,0.55785125,0.5371901,0.5495868,0.5495868,0.5082645,0.49173555,0.37190083,0.2644628,0.30165288,0.3553719,0.41735536,0.3429752,0.36363637,0.4338843,0.53305787,0.607438,0.58264464,0.59917355,0.46694216,0.5247934,0.5785124,0.6983471,0.6446281,0.607438,0.6280992,0.5413223,0.40495867,0.55785125,0.45041323,0.57438016,0.5206612,0.54545456,0.5123967,0.44214877,0.41735536,0.6198347,0.7644628,0.59090906,0.38429752,0.446281,0.2603306,0.2644628,0.42561984,0.46280992,0.5371901,0.57438016,0.5413223,0.56198347,0.57438016,0.5289256,0.56198347,0.5495868,0.5661157,0.6198347,0.62396693,0.42561984,0.25619835,0.69008267,0.4752066,0.5247934,0.8471074,0.8305785,0.6404959,0.5123967,0.4876033,0.49173555,0.47107437,0.446281,0.45454547,0.44214877,0.3140496,0.3140496,0.38842976,0.4090909,0.446281,0.40495867,0.40495867,0.48347107,0.56198347,0.61157024,0.58264464,0.56198347,0.4090909,0.5289256,0.62396693,0.70247936,0.6694215,0.6198347,0.61570245,0.59504133,0.40082645,0.4876033,0.46694216,0.5495868,0.5495868,0.58677685,0.5289256,0.4338843,0.45454547,0.5371901,0.61157024,0.5041322,0.42975205,0.36363637,0.20247933,0.25619835,0.38429752,0.41322315,0.4090909,0.49173555,0.5082645,0.5371901,0.5661157,0.56198347,0.69008267,0.6487603,0.5495868,0.61157024,0.6487603,0.38842976,0.17768595,0.677686,0.39256197,0.5661157,0.89669424,0.8801653,0.6280992,0.47107437,0.4752066,0.47933885,0.48347107,0.5,0.5041322,0.46694216,0.44214877,0.47933885,0.48347107,0.47107437,0.46280992,0.45041323,0.45454547,0.49586776,0.56198347,0.61157024,0.59917355,0.47933885,0.3966942,0.55785125,0.661157,0.6859504,0.6694215,0.607438,0.59917355,0.59504133,0.45867768,0.41735536,0.45041323,0.5289256,0.58264464,0.5661157,0.5247934,0.4876033,0.4876033,0.5289256,0.5495868,0.5206612,0.4876033,0.46694216,0.36363637,0.38842976,0.4214876,0.43801653,0.40495867,0.4214876,0.45454547,0.5123967,0.55785125,0.59504133,0.78512394,0.78512394,0.5082645,0.58677685,0.6446281,0.38429752,0.20247933,0.607438,0.3429752,0.58677685,0.90082645,0.87603307,0.6363636,0.5123967,0.5082645,0.5165289,0.5661157,0.61570245,0.59917355,0.54545456,0.5289256,0.5289256,0.5123967,0.48347107,0.45454547,0.45041323,0.47107437,0.5289256,0.5785124,0.6322314,0.59090906,0.40082645,0.45867768,0.60330576,0.6859504,0.6735537,0.6570248,0.59504133,0.59090906,0.59504133,0.5206612,0.37190083,0.42561984,0.5247934,0.58264464,0.57024795,0.53305787,0.5082645,0.5082645,0.5123967,0.5165289,0.5289256,0.5289256,0.5289256,0.49586776,0.48347107,0.49173555,0.4876033,0.45041323,0.41322315,0.38429752,0.45454547,0.5123967,0.56198347,0.8264463,0.8305785,0.45454547,0.57438016,0.61157024,0.43801653,0.29752067,0.5165289,0.3305785,0.5371901,0.8636364,0.8264463,0.6570248,0.59090906,0.57438016,0.57438016,0.6198347,0.6652893,0.6404959,0.57438016,0.53305787,0.5082645,0.49173555,0.46694216,0.46694216,0.5,0.54545456,0.57438016,0.59504133,0.6487603,0.5289256,0.3553719,0.53305787,0.6570248,0.6942149,0.661157,0.6404959,0.59917355,0.58264464,0.58677685,0.57024795,0.4214876,0.37190083,0.5123967,0.5785124,0.5785124,0.5413223,0.5289256,0.5247934,0.5206612,0.5206612,0.5206612,0.5413223,0.55785125,0.54545456,0.5247934,0.5247934,0.5123967,0.49173555,0.42561984,0.40082645,0.42561984,0.46280992,0.5123967,0.7355372,0.6859504,0.3966942,0.5206612,0.5289256,0.46694216,0.38016528,0.59090906,0.3677686,0.57024795,0.76033056,0.72727275,0.6735537,0.6652893,0.6528926,0.6404959,0.6570248,0.6694215,0.6528926,0.59917355,0.53305787,0.5,0.49586776,0.5123967,0.53305787,0.55785125,0.58677685,0.59090906,0.62396693,0.6322314,0.446281,0.38842976,0.59504133,0.6818182,0.6859504,0.6570248,0.6322314,0.59504133,0.57024795,0.5785124,0.59504133,0.5082645,0.34710744,0.45867768,0.57438016,0.5785124,0.5495868,0.5495868,0.5495868,0.553719,0.5495868,0.53305787,0.53305787,0.54545456,0.5413223,0.5371901,0.553719,0.5661157,0.53305787,0.5082645,0.5,0.4752066,0.49173555,0.5371901,0.6322314,0.5206612,0.3264463,0.45041323,0.5206612,0.4752066,0.41735536,0.6280992,0.40495867,0.6322314,0.6859504,0.6694215,0.677686,0.6942149,0.70247936,0.6942149,0.677686,0.6694215,0.6570248,0.6280992,0.57024795,0.5413223,0.5495868,0.56198347,0.57024795,0.5785124,0.59504133,0.59504133,0.6694215,0.54545456,0.40082645,0.46694216,0.6198347,0.69008267,0.6818182,0.661157,0.6363636,0.607438,0.5785124,0.58264464,0.60330576,0.56198347,0.4090909,0.40082645,0.553719,0.58264464,0.5661157,0.55785125,0.57024795,0.5785124,0.5785124,0.5661157,0.54545456,0.5413223,0.53305787,0.5371901,0.54545456,0.60330576,0.59504133,0.58677685,0.57438016,0.56198347,0.54545456,0.57438016,0.61157024,0.49173555,0.29752067,0.4752066,0.5785124,0.4338843,0.3966942,0.6446281,0.44214877,0.6280992,0.6652893,0.661157,0.6652893,0.6942149,0.7066116,0.6983471,0.6652893,0.6652893,0.6528926,0.6280992,0.59917355,0.58264464,0.5785124,0.58677685,0.58677685,0.58677685,0.607438,0.62396693,0.6528926,0.45867768,0.40495867,0.5247934,0.6404959,0.69008267,0.6818182,0.677686,0.6652893,0.6280992,0.61570245,0.6198347,0.61157024,0.59090906,0.46694216,0.38842976,0.5041322,0.59090906,0.58264464,0.57024795,0.57438016,0.58264464,0.59090906,0.58677685,0.5785124,0.58264464,0.57438016,0.55785125,0.5661157,0.58677685,0.59504133,0.61157024,0.61570245,0.59917355,0.5785124,0.59917355,0.6198347,0.5206612,0.3553719,0.5041322,0.59504133,0.38429752,0.4214876,0.70247936,0.45867768,0.6198347,0.6652893,0.6528926,0.6652893,0.677686,0.69008267,0.677686,0.6528926,0.6528926,0.6363636,0.6198347,0.59504133,0.59504133,0.58677685,0.59917355,0.60330576,0.59090906,0.61157024,0.677686,0.5247934,0.45867768,0.44214877,0.553719,0.6652893,0.6859504,0.6942149,0.70247936,0.7231405,0.6983471,0.6570248,0.6404959,0.62396693,0.58677685,0.5206612,0.43801653,0.45454547,0.57438016,0.59917355,0.58264464,0.58264464,0.58677685,0.59090906,0.59090906,0.58677685,0.59090906,0.60330576,0.59917355,0.60330576,0.59917355,0.607438,0.607438,0.61157024,0.61570245,0.60330576,0.61157024,0.6198347,0.54545456,0.40495867,0.4876033,0.59917355,0.35950413,0.49586776,0.72727275,0.53305787,0.58264464,0.661157,0.6652893,0.6735537,0.6694215,0.6735537,0.6528926,0.6404959,0.6322314,0.6198347,0.61157024,0.59504133,0.59504133,0.607438,0.59504133,0.58677685,0.607438,0.6322314,0.62396693,0.45454547,0.48347107,0.4752066,0.607438,0.7066116,0.71900827,0.73140496,0.72727275,0.80991733,0.78099173,0.677686,0.6528926,0.6983471,0.661157,0.56198347,0.5041322,0.45454547,0.5,0.58677685,0.59917355,0.59504133,0.58677685,0.58264464,0.59090906,0.59090906,0.59090906,0.59504133,0.60330576,0.61570245,0.607438,0.61157024,0.61157024,0.61157024,0.62396693,0.61157024,0.61157024,0.6198347,0.56198347,0.40495867,0.48347107,0.59090906,0.37190083,0.53305787,0.6446281,0.58677685,0.5661157,0.6694215,0.6859504,0.677686,0.6735537,0.6694215,0.6322314,0.6280992,0.61570245,0.607438,0.607438,0.60330576,0.61157024,0.61570245,0.61157024,0.60330576,0.6322314,0.6694215,0.4876033,0.47933885,0.44214877,0.5413223,0.6694215,0.73140496,0.72727275,0.75619835,0.73966944,0.8016529,0.76033056,0.661157,0.6446281,0.6983471,0.661157,0.60330576,0.5661157,0.5,0.42975205,0.5165289,0.61157024,0.607438,0.59504133,0.58677685,0.58677685,0.58677685,0.58677685,0.58264464,0.5785124,0.59917355,0.607438,0.60330576,0.61157024,0.62396693,0.6322314,0.6198347,0.61570245,0.62396693,0.55785125,0.42975205,0.49586776,0.56198347,0.38429752,0.5495868,0.45454547,0.6198347,0.59917355,0.661157,0.6859504,0.6859504,0.6735537,0.6694215,0.62396693,0.62396693,0.61570245,0.61157024,0.607438,0.62396693,0.6363636,0.62396693,0.6404959,0.6487603,0.6942149,0.5371901,0.47933885,0.49173555,0.48347107,0.6322314,0.70247936,0.6983471,0.6818182,0.72727275,0.73966944,0.72727275,0.677686,0.6363636,0.62396693,0.59917355,0.5785124,0.59917355,0.607438,0.553719,0.45041323,0.446281,0.55785125,0.6198347,0.61570245,0.607438,0.59504133,0.59504133,0.58677685,0.5785124,0.59504133,0.60330576,0.59917355,0.59917355,0.607438,0.62396693,0.6404959,0.6322314,0.62396693,0.6363636,0.57024795,0.47107437,0.5206612,0.5165289,0.41735536,0.5247934,0.3553719,0.5082645,0.6198347,0.6652893,0.69008267,0.6942149,0.6694215,0.6652893,0.62396693,0.6198347,0.6322314,0.6280992,0.6322314,0.6363636,0.661157,0.6528926,0.677686,0.6983471,0.5495868,0.48347107,0.5206612,0.48347107,0.607438,0.6983471,0.69008267,0.6404959,0.6322314,0.6859504,0.7066116,0.6528926,0.61570245,0.60330576,0.58264464,0.5413223,0.5371901,0.57024795,0.61157024,0.59917355,0.5413223,0.4752066,0.46694216,0.56198347,0.6280992,0.6322314,0.6198347,0.61157024,0.59090906,0.59090906,0.61157024,0.607438,0.60330576,0.59090906,0.59504133,0.6198347,0.6322314,0.6280992,0.6404959,0.6652893,0.607438,0.55785125,0.59090906,0.446281,0.4876033,0.5247934,0.61570245,0.40082645,0.62396693,0.677686,0.71487606,0.6818182,0.6694215,0.661157,0.6363636,0.6280992,0.6404959,0.6528926,0.6694215,0.6694215,0.6818182,0.6859504,0.6528926,0.5247934,0.5123967,0.5495868,0.46694216,0.58264464,0.72727275,0.7066116,0.6487603,0.58264464,0.5661157,0.6363636,0.6570248,0.59917355,0.5413223,0.5495868,0.54545456,0.53305787,0.5041322,0.5206612,0.55785125,0.61570245,0.6198347,0.57024795,0.45867768,0.43801653,0.5413223,0.6198347,0.6404959,0.6322314,0.61157024,0.60330576,0.62396693,0.6198347,0.60330576,0.59090906,0.58677685,0.607438,0.6198347,0.62396693,0.6570248,0.6735537,0.6280992,0.6694215,0.6363636,0.41735536,0.5247934,0.5082645,0.54545456,0.6280992,0.6404959,0.6570248,0.7066116,0.6859504,0.69008267,0.6818182,0.677686,0.6694215,0.661157,0.6652893,0.6694215,0.661157,0.6322314,0.553719,0.47933885,0.5041322,0.5123967,0.49586776,0.5289256,0.70247936,0.74793386,0.6818182,0.57438016,0.446281,0.40082645,0.5206612,0.6280992,0.56198347,0.4876033,0.47933885,0.5165289,0.47933885,0.38016528,0.41735536,0.46694216,0.5785124,0.6446281,0.6363636,0.5785124,0.3966942,0.3966942,0.49586776,0.59090906,0.62396693,0.6198347,0.61570245,0.6198347,0.61570245,0.607438,0.59090906,0.59090906,0.61570245,0.6322314,0.6404959,0.6487603,0.6198347,0.607438,0.6363636,0.57438016,0.49586776,0.5206612,0.5165289,0.58677685,0.62396693,0.661157,0.60330576,0.56198347,0.5785124,0.59917355,0.61157024,0.62396693,0.62396693,0.61157024,0.59504133,0.553719,0.5,0.446281,0.45454547,0.446281,0.4876033,0.57024795,0.59090906,0.61157024,0.7355372,0.70247936,0.61157024,0.446281,0.2231405,0.22727273,0.3429752,0.59504133,0.5247934,0.42975205,0.41735536,0.5206612,0.3181818,0.19008264,0.2231405,0.28512397,0.47107437,0.5785124,0.6487603,0.6694215,0.4752066,0.40495867,0.39256197,0.41735536,0.46694216,0.5041322,0.54545456,0.59090906,0.59504133,0.59504133,0.58264464,0.59090906,0.61157024,0.59090906,0.57438016,0.55785125,0.5165289,0.5289256,0.57024795,0.55785125,0.53305787,0.5123967,0.5082645,0.6446281,0.6570248,0.6694215,0.6280992,0.58264464,0.58264464,0.58264464,0.58677685,0.5785124,0.54545456,0.5165289,0.49586776,0.46280992,0.45454547,0.46280992,0.49586776,0.57024795,0.62396693,0.6528926,0.6652893,0.6528926,0.7107438,0.6404959,0.5,0.2892562,0.12396694,0.21900827,0.35950413,0.5495868,0.5165289,0.38429752,0.43801653,0.47933885,0.34710744,0.29752067,0.11983471,0.15289256,0.29338843,0.46694216,0.5785124,0.6487603,0.53305787,0.49173555,0.53305787,0.47933885,0.42975205,0.35950413,0.338843,0.36363637,0.39256197,0.41735536,0.44214877,0.49173555,0.5289256,0.5165289,0.5041322,0.5041322,0.5123967,0.57024795,0.6198347,0.57438016,0.5206612,0.5082645,0.5123967,0.6446281,0.6652893,0.6694215,0.6652893,0.661157,0.6570248,0.6487603,0.6487603,0.6363636,0.59917355,0.57024795,0.56198347,0.5495868,0.58264464,0.6446281,0.69008267,0.6983471,0.677686,0.6694215,0.677686,0.6652893,0.6694215,0.57024795,0.38429752,0.23140496,0.22727273,0.32231405,0.5,0.5495868,0.53305787,0.40495867,0.4214876,0.45454547,0.4090909,0.4338843,0.20247933,0.12809917,0.17355372,0.33471075,0.4876033,0.56198347,0.5247934,0.47933885,0.61157024,0.6363636,0.62396693,0.5785124,0.5165289,0.46280992,0.4338843,0.42561984,0.45867768,0.5123967,0.5371901,0.5371901,0.55785125,0.5785124,0.61157024,0.62396693,0.61157024,0.56198347,0.5247934,0.5,0.49586776,0.6404959,0.6570248,0.6694215,0.6735537,0.677686,0.6818182,0.6818182,0.6859504,0.6818182,0.6528926,0.6528926,0.677686,0.6983471,0.7231405,0.73966944,0.72727275,0.69008267,0.6652893,0.6818182,0.6942149,0.6652893,0.61157024,0.5,0.35950413,0.3677686,0.46280992,0.5247934,0.61570245,0.59504133,0.5165289,0.41322315,0.39256197,0.4090909,0.43801653,0.5,0.40495867,0.3181818,0.27272728,0.28099173,0.41735536,0.49173555,0.45867768,0.4214876,0.61570245,0.6652893,0.6942149,0.6694215,0.6446281,0.6322314,0.607438,0.5785124,0.58677685,0.59917355,0.59504133,0.60330576,0.6198347,0.61157024,0.61157024,0.607438,0.58264464,0.5495868,0.53305787,0.49173555,0.49173555,0.6404959,0.6404959,0.6652893,0.6694215,0.6735537,0.6942149,0.7107438,0.7355372,0.73966944,0.73140496,0.7355372,0.74380165,0.75206614,0.74793386,0.73966944,0.7066116,0.6652893,0.6694215,0.6983471,0.7066116,0.661157,0.57024795,0.4752066,0.446281,0.54545456,0.6446281,0.6694215,0.6818182,0.6570248,0.54545456,0.4214876,0.38842976,0.4214876,0.45454547,0.54545456,0.5371901,0.5041322,0.446281,0.3429752,0.38016528,0.43801653,0.40082645,0.446281,0.607438,0.6528926,0.6818182,0.6652893,0.6652893,0.677686,0.6694215,0.6735537,0.6652893,0.677686,0.6652893,0.661157,0.6446281,0.607438,0.59917355,0.59917355,0.5661157,0.5371901,0.5206612,0.49586776,0.49173555,0.6322314,0.6280992,0.661157,0.6735537,0.6983471,0.73140496,0.75619835,0.78099173,0.7892562,0.7768595,0.7644628,0.75206614,0.74380165,0.72727275,0.70247936,0.677686,0.6694215,0.70247936,0.71900827,0.71487606,0.677686,0.59917355,0.5495868,0.57024795,0.6363636,0.6818182,0.7066116,0.6983471,0.6818182,0.59090906,0.47107437,0.4752066,0.5041322,0.5206612,0.57438016,0.59917355,0.5785124,0.5371901,0.47107437,0.44214877,0.45041323,0.44214877,0.5289256,0.6280992,0.6363636,0.661157,0.6735537,0.6694215,0.677686,0.6818182,0.71487606,0.69008267,0.71487606,0.71487606,0.7107438,0.6735537,0.6198347,0.60330576,0.59090906,0.56198347,0.5371901,0.5082645,0.49586776,0.4752066,0.6280992,0.6280992,0.69008267,0.7066116,0.74380165,0.7644628,0.7768595,0.7933884,0.7892562,0.78099173,0.76859504,0.75619835,0.73966944,0.7107438,0.677686,0.6859504,0.70247936,0.7231405,0.7355372,0.7231405,0.69008267,0.6528926,0.6446281,0.661157,0.677686,0.6983471,0.71487606,0.7107438,0.6818182,0.59917355,0.53305787,0.57024795,0.59917355,0.59504133,0.61157024,0.61570245,0.60330576,0.5785124,0.5785124,0.55785125,0.553719,0.55785125,0.60330576,0.6404959,0.6322314,0.661157,0.677686,0.677686,0.6735537,0.6818182,0.7066116,0.70247936,0.70247936,0.7231405,0.72727275,0.6942149,0.6487603,0.61157024,0.5785124,0.55785125,0.5371901,0.5165289,0.5,0.46694216,0.6322314,0.6570248,0.71487606,0.73966944,0.7644628,0.78512394,0.7768595,0.78512394,0.78099173,0.78099173,0.7644628,0.74793386,0.71487606,0.71900827,0.6983471,0.6983471,0.71900827,0.73140496,0.74380165,0.7231405,0.6859504,0.677686,0.677686,0.6818182,0.69008267,0.7107438,0.71487606,0.6942149,0.6735537,0.61157024,0.5785124,0.6280992,0.661157,0.6528926,0.6404959,0.6198347,0.6198347,0.6198347,0.6198347,0.61157024,0.6198347,0.61157024,0.6198347,0.6528926,0.6487603,0.6652893,0.6694215,0.6570248,0.661157,0.6652893,0.6528926,0.6942149,0.6818182,0.71487606,0.72727275,0.6942149,0.661157,0.62396693,0.5785124,0.56198347,0.54545456,0.5165289,0.4876033,0.46280992,0.6735537,0.6652893,0.71900827,0.74793386,0.77272725,0.78512394,0.76859504,0.7768595,0.7768595,0.7892562,0.7644628,0.73140496,0.7231405,0.71487606,0.6983471,0.71487606,0.7355372,0.71900827,0.7231405,0.6983471,0.6859504,0.6859504,0.69008267,0.6818182,0.6818182,0.70247936,0.7066116,0.69008267,0.6735537,0.6322314,0.62396693,0.677686,0.70247936,0.6942149,0.6652893,0.6280992,0.62396693,0.6363636,0.6322314,0.6198347,0.61570245,0.61157024,0.6198347,0.6446281,0.661157,0.6570248,0.661157,0.6570248,0.6570248,0.6487603,0.6404959,0.6818182,0.6735537,0.6859504,0.70247936,0.6735537,0.661157,0.61570245,0.58264464,0.57438016,0.54545456,0.5123967,0.47933885,0.45041323,0.6818182,0.677686,0.6983471,0.72727275,0.77272725,0.7768595,0.76033056,0.76859504,0.7768595,0.78512394,0.76033056,0.72727275,0.7231405,0.7066116,0.6942149,0.7231405,0.73966944,0.71900827,0.7107438,0.69008267,0.6942149,0.6859504,0.70247936,0.69008267,0.6818182,0.7066116,0.7107438,0.6942149,0.6652893,0.6404959,0.6487603,0.6859504,0.71487606,0.71487606,0.6859504,0.6487603,0.6322314,0.6363636,0.6404959,0.6198347,0.59917355,0.59504133,0.61157024,0.6404959,0.661157,0.677686,0.6818182,0.6735537,0.6570248,0.6528926,0.661157,0.69008267,0.6735537,0.6694215,0.6694215,0.6652893,0.6446281,0.59504133,0.58264464,0.59090906,0.54545456,0.5,0.47107437,0.45867768,0.6818182,0.6942149,0.6818182,0.71487606,0.76033056,0.7644628,0.75206614,0.76859504,0.7644628,0.77272725,0.75206614,0.7355372,0.71487606,0.7107438,0.70247936,0.71487606,0.71487606,0.70247936,0.70247936,0.6859504,0.6942149,0.6818182,0.6983471,0.6983471,0.7066116,0.72727275,0.7231405,0.70247936,0.6859504,0.6570248,0.661157,0.6859504,0.7231405,0.72727275,0.70247936,0.6735537,0.6446281,0.6446281,0.6528926,0.6322314,0.60330576,0.59090906,0.61157024,0.6446281,0.6570248,0.6570248,0.6735537,0.6694215,0.6652893,0.6570248,0.6570248,0.677686,0.677686,0.6694215,0.6570248,0.6570248,0.6198347,0.57438016,0.5785124,0.58264464,0.53305787,0.49586776,0.46280992,0.47933885,0.6818182,0.6942149,0.6818182,0.7107438,0.73966944,0.74793386,0.75206614,0.76033056,0.76859504,0.7768595,0.75619835,0.74380165,0.71900827,0.71487606,0.7107438,0.7107438,0.7066116,0.6942149,0.6942149,0.6694215,0.6859504,0.6942149,0.7107438,0.7355372,0.7355372,0.72727275,0.73140496,0.71487606,0.6942149,0.661157,0.6694215,0.6942149,0.72727275,0.7231405,0.6983471,0.6694215,0.6446281,0.6570248,0.661157,0.6487603,0.61570245,0.59504133,0.59917355,0.62396693,0.6404959,0.6404959,0.6570248,0.6694215,0.6694215,0.6652893,0.661157,0.6652893,0.6694215,0.6528926,0.6404959,0.6322314,0.59917355,0.5785124,0.57024795,0.57024795,0.5165289,0.47933885,0.46280992,0.4876033,0.6859504,0.69008267,0.6859504,0.7107438,0.7231405,0.7355372,0.74793386,0.75206614,0.76033056,0.77272725,0.7644628,0.74380165,0.71487606,0.6983471,0.69008267,0.71900827,0.6983471,0.6983471,0.6818182,0.6735537,0.6859504,0.72727275,0.73966944,0.7355372,0.69008267,0.6446281,0.6404959,0.6322314,0.6528926,0.661157,0.6818182,0.6735537,0.6652893,0.6198347,0.60330576,0.607438,0.61570245,0.6446281,0.661157,0.661157,0.6363636,0.60330576,0.59917355,0.6198347,0.6198347,0.62396693,0.6446281,0.661157,0.6694215,0.6735537,0.6652893,0.6570248,0.6446281,0.6280992,0.6280992,0.61570245,0.59504133,0.57024795,0.56198347,0.55785125,0.5123967,0.47107437,0.46280992,0.5123967,0.6694215,0.6983471,0.6859504,0.7107438,0.7107438,0.72727275,0.74380165,0.75206614,0.75619835,0.75619835,0.75619835,0.7355372,0.71900827,0.69008267,0.677686,0.71900827,0.6942149,0.6942149,0.6859504,0.6859504,0.71487606,0.73140496,0.6983471,0.6322314,0.55785125,0.49173555,0.4752066,0.48347107,0.48347107,0.54545456,0.57438016,0.53305787,0.48347107,0.45867768,0.46694216,0.48347107,0.5165289,0.57438016,0.62396693,0.6487603,0.6528926,0.6198347,0.61570245,0.61157024,0.6198347,0.6198347,0.61570245,0.6280992,0.6652893,0.6735537,0.6652893,0.6446281,0.62396693,0.6198347,0.61570245,0.60330576,0.57438016,0.553719,0.56198347,0.5495868,0.5,0.46280992,0.4752066,0.5413223,0.6570248,0.6818182,0.6859504,0.70247936,0.70247936,0.71487606,0.73966944,0.74793386,0.76859504,0.75619835,0.75206614,0.7355372,0.71900827,0.6652893,0.69008267,0.71487606,0.70247936,0.70247936,0.71487606,0.7066116,0.7107438,0.6363636,0.56198347,0.47933885,0.4214876,0.38016528,0.37603307,0.38016528,0.35950413,0.40495867,0.39256197,0.35123968,0.338843,0.338843,0.34710744,0.36363637,0.4090909,0.46694216,0.53305787,0.58677685,0.6404959,0.6446281,0.6363636,0.62396693,0.61157024,0.61157024,0.61157024,0.6198347,0.6528926,0.6694215,0.6487603,0.6280992,0.6198347,0.62396693,0.607438,0.58677685,0.56198347,0.54545456,0.553719,0.53305787,0.49173555,0.46280992,0.4876033,0.55785125,0.6322314,0.6694215,0.6859504,0.69008267,0.6942149,0.70247936,0.7355372,0.74793386,0.7644628,0.75206614,0.73966944,0.72727275,0.69008267,0.69008267,0.71900827,0.7231405,0.71900827,0.71487606,0.71487606,0.677686,0.58677685,0.47933885,0.40082645,0.34710744,0.29752067,0.23966943,0.28099173,0.30991736,0.29338843,0.30991736,0.22727273,0.26859504,0.2892562,0.2892562,0.2768595,0.27272728,0.33471075,0.38429752,0.41735536,0.46280992,0.55785125,0.6322314,0.6487603,0.6322314,0.61570245,0.61570245,0.6280992,0.6198347,0.6280992,0.661157,0.6487603,0.6198347,0.6198347,0.6198347,0.60330576,0.5785124,0.5495868,0.5413223,0.54545456,0.5247934,0.48347107,0.45454547,0.5,0.5413223,0.62396693,0.661157,0.677686,0.6859504,0.6859504,0.6859504,0.71900827,0.74793386,0.75619835,0.73966944,0.74380165,0.71900827,0.6859504,0.6983471,0.7231405,0.73140496,0.7355372,0.71900827,0.6487603,0.5413223,0.4214876,0.34710744,0.2603306,0.2107438,0.20247933,0.17355372,0.3305785,0.40495867,0.38842976,0.38842976,0.23966943,0.37603307,0.37190083,0.3429752,0.3264463,0.2231405,0.2644628,0.3181818,0.3305785,0.3553719,0.41735536,0.49173555,0.61157024,0.6363636,0.61570245,0.60330576,0.6446281,0.62396693,0.6322314,0.661157,0.6487603,0.61157024,0.61570245,0.61157024,0.59917355,0.5661157,0.553719,0.5495868,0.5371901,0.5123967,0.47933885,0.45867768,0.5123967,0.5371901,0.6280992,0.6570248,0.677686,0.677686,0.677686,0.6818182,0.70247936,0.73966944,0.75206614,0.73966944,0.7355372,0.71900827,0.7066116,0.7107438,0.71900827,0.71487606,0.72727275,0.69008267,0.53305787,0.38842976,0.30165288,0.2520661,0.1694215,0.16115703,0.23966943,0.28512397,0.53305787,0.60330576,0.55785125,0.55785125,0.33471075,0.5289256,0.48347107,0.446281,0.446281,0.28099173,0.24793388,0.27272728,0.2520661,0.29752067,0.32231405,0.3553719,0.49586776,0.59090906,0.607438,0.58677685,0.6280992,0.62396693,0.62396693,0.6363636,0.6363636,0.59504133,0.61157024,0.61570245,0.59504133,0.55785125,0.55785125,0.5495868,0.5289256,0.5041322,0.46694216,0.46280992,0.5206612,0.53305787,0.6322314,0.6570248,0.6735537,0.6652893,0.6652893,0.6818182,0.7066116,0.73966944,0.75619835,0.74793386,0.73966944,0.7231405,0.71487606,0.71900827,0.6818182,0.6570248,0.677686,0.607438,0.41322315,0.30165288,0.2603306,0.20247933,0.12809917,0.1694215,0.3140496,0.39256197,0.73966944,0.8264463,0.7644628,0.76859504,0.49586776,0.677686,0.6322314,0.5785124,0.5661157,0.36363637,0.29752067,0.28512397,0.17768595,0.27272728,0.3140496,0.29338843,0.37190083,0.49586776,0.57024795,0.54545456,0.5785124,0.607438,0.607438,0.61570245,0.6280992,0.59504133,0.62396693,0.61157024,0.58677685,0.56198347,0.55785125,0.5413223,0.5206612,0.5082645,0.4752066,0.46694216,0.5247934,0.5206612,0.62396693,0.6528926,0.6652893,0.6528926,0.6487603,0.6735537,0.70247936,0.7355372,0.76033056,0.75619835,0.73966944,0.71487606,0.7107438,0.6942149,0.6198347,0.57438016,0.57024795,0.46280992,0.30578512,0.30165288,0.3429752,0.24380165,0.11157025,0.1322314,0.20247933,0.21900827,0.4752066,0.59917355,0.60330576,0.59917355,0.36363637,0.4752066,0.5082645,0.47933885,0.46694216,0.25619835,0.2603306,0.2603306,0.14876033,0.27272728,0.3305785,0.29338843,0.2768595,0.38016528,0.4752066,0.5,0.5371901,0.5785124,0.59090906,0.60330576,0.61570245,0.60330576,0.62396693,0.59917355,0.56198347,0.5661157,0.553719,0.5413223,0.5123967,0.49586776,0.46694216,0.46694216,0.5206612,0.5165289,0.61570245,0.6446281,0.6487603,0.6528926,0.6446281,0.6694215,0.69008267,0.7231405,0.75206614,0.75206614,0.73140496,0.6942149,0.6818182,0.6404959,0.56198347,0.5,0.45041323,0.35950413,0.3264463,0.41322315,0.47933885,0.3966942,0.22727273,0.14876033,0.09917355,0.08264463,0.11570248,0.14049587,0.18181819,0.19421488,0.14049587,0.18595041,0.2107438,0.2231405,0.2644628,0.19008264,0.22727273,0.2603306,0.29338843,0.40082645,0.37603307,0.28099173,0.21487603,0.24380165,0.37603307,0.446281,0.5165289,0.5661157,0.58264464,0.59917355,0.61570245,0.59504133,0.61570245,0.57438016,0.56198347,0.553719,0.54545456,0.5413223,0.5206612,0.5,0.47933885,0.4752066,0.5082645,0.5082645,0.61570245,0.6363636,0.6363636,0.6528926,0.6487603,0.6694215,0.6859504,0.71900827,0.75206614,0.75206614,0.7231405,0.6859504,0.6570248,0.61570245,0.55785125,0.5206612,0.5123967,0.45867768,0.46280992,0.5247934,0.5413223,0.5206612,0.45454547,0.35123968,0.24380165,0.17768595,0.14876033,0.11983471,0.11983471,0.10743801,0.10330579,0.12809917,0.18595041,0.27272728,0.3553719,0.37190083,0.40082645,0.446281,0.4876033,0.49173555,0.4752066,0.4338843,0.33471075,0.30991736,0.40495867,0.4752066,0.5371901,0.56198347,0.5785124,0.60330576,0.62396693,0.59917355,0.61570245,0.5661157,0.5495868,0.54545456,0.5495868,0.53305787,0.5165289,0.5,0.48347107,0.45454547,0.4876033,0.5082645,0.6322314,0.6404959,0.6322314,0.6487603,0.6652893,0.6528926,0.69008267,0.6942149,0.73966944,0.74380165,0.7066116,0.6735537,0.6322314,0.607438,0.5661157,0.58264464,0.6528926,0.60330576,0.5495868,0.5413223,0.5371901,0.5371901,0.5247934,0.49586776,0.4752066,0.45454547,0.4090909,0.35123968,0.30991736,0.28512397,0.3181818,0.35123968,0.40082645,0.4752066,0.5041322,0.5,0.5041322,0.49173555,0.5041322,0.47933885,0.4876033,0.5123967,0.5371901,0.5371901,0.5289256,0.5371901,0.5661157,0.55785125,0.5785124,0.60330576,0.6198347,0.607438,0.61157024,0.56198347,0.5289256,0.5413223,0.553719,0.5206612,0.5123967,0.5082645,0.4752066,0.42561984,0.45041323,0.49586776,0.6363636,0.6322314,0.6363636,0.6487603,0.6570248,0.6322314,0.6735537,0.6983471,0.72727275,0.7355372,0.6942149,0.6280992,0.61570245,0.57438016,0.5661157,0.661157,0.7355372,0.677686,0.59090906,0.553719,0.54545456,0.5413223,0.54545456,0.5495868,0.54545456,0.5289256,0.5289256,0.5247934,0.5041322,0.49173555,0.5123967,0.5165289,0.5206612,0.5413223,0.5206612,0.49586776,0.5,0.48347107,0.48347107,0.47933885,0.5,0.54545456,0.59504133,0.6198347,0.5785124,0.56198347,0.57438016,0.56198347,0.57438016,0.59504133,0.607438,0.60330576,0.58677685,0.54545456,0.5247934,0.5413223,0.5371901,0.5123967,0.5123967,0.49586776,0.49173555,0.3677686,0.4090909,0.46280992,0.62396693,0.62396693,0.6446281,0.6404959,0.6570248,0.6322314,0.6363636,0.7066116,0.71900827,0.7066116,0.6942149,0.6363636,0.59504133,0.5495868,0.61157024,0.7107438,0.75206614,0.7355372,0.6528926,0.60330576,0.56198347,0.54545456,0.56198347,0.5661157,0.57438016,0.56198347,0.56198347,0.55785125,0.5495868,0.56198347,0.58264464,0.57438016,0.5371901,0.5123967,0.49586776,0.47933885,0.49173555,0.47933885,0.48347107,0.5082645,0.5206612,0.56198347,0.6322314,0.6487603,0.607438,0.58264464,0.57438016,0.55785125,0.5661157,0.59504133,0.607438,0.59917355,0.5661157,0.5247934,0.5289256,0.53305787,0.53305787,0.5165289,0.5082645,0.49586776,0.4876033,0.2768595,0.338843,0.40495867,0.6280992,0.61570245,0.6446281,0.6404959,0.661157,0.6322314,0.6198347,0.6735537,0.70247936,0.69008267,0.677686,0.6322314,0.5661157,0.58677685,0.677686,0.73140496,0.74793386,0.76033056,0.7107438,0.661157,0.59917355,0.56198347,0.56198347,0.5495868,0.5371901,0.5413223,0.5289256,0.5206612,0.5165289,0.5495868,0.54545456,0.5413223,0.5082645,0.45867768,0.45041323,0.46280992,0.48347107,0.48347107,0.49173555,0.5247934,0.55785125,0.59504133,0.6363636,0.6487603,0.62396693,0.59504133,0.56198347,0.54545456,0.5495868,0.58264464,0.59917355,0.58677685,0.5413223,0.5165289,0.5413223,0.54545456,0.5289256,0.5165289,0.49173555,0.49586776,0.46694216,0.2107438,0.27272728,0.3181818,0.62396693,0.61157024,0.6280992,0.6363636,0.6694215,0.6404959,0.607438,0.6404959,0.69008267,0.70247936,0.6694215,0.6198347,0.56198347,0.62396693,0.69008267,0.72727275,0.73140496,0.74380165,0.73966944,0.7066116,0.6487603,0.607438,0.57438016,0.53305787,0.5123967,0.5123967,0.5082645,0.5041322,0.5413223,0.5495868,0.49586776,0.48347107,0.46694216,0.43801653,0.44214877,0.46280992,0.48347107,0.5,0.5247934,0.56198347,0.58677685,0.60330576,0.62396693,0.6322314,0.61157024,0.58264464,0.553719,0.54545456,0.5495868,0.57438016,0.58264464,0.56198347,0.5289256,0.5247934,0.5371901,0.5413223,0.5247934,0.5,0.49586776,0.5,0.4214876,0.19421488,0.24793388,0.27272728,0.607438,0.61570245,0.6198347,0.6446281,0.6694215,0.6487603,0.61570245,0.6446281,0.6570248,0.7066116,0.6694215,0.607438,0.553719,0.6198347,0.6818182,0.70247936,0.70247936,0.7107438,0.72727275,0.71900827,0.69008267,0.6570248,0.59917355,0.56198347,0.5165289,0.4876033,0.45454547,0.45867768,0.49173555,0.46694216,0.3966942,0.4090909,0.4090909,0.41322315,0.44214877,0.46694216,0.49586776,0.5289256,0.5495868,0.57024795,0.58264464,0.59504133,0.607438,0.61157024,0.59504133,0.57024795,0.54545456,0.54545456,0.56198347,0.5785124,0.57024795,0.5371901,0.5206612,0.53305787,0.5495868,0.5413223,0.5206612,0.49586776,0.49586776,0.47933885,0.36363637,0.19008264,0.24380165,0.26859504,0.59090906,0.6198347,0.61157024,0.6446281,0.6528926,0.6528926,0.6322314,0.6446281,0.6487603,0.6528926,0.6487603,0.59090906,0.57024795,0.61570245,0.6528926,0.6735537,0.677686,0.6818182,0.70247936,0.70247936,0.6735537,0.6735537,0.6487603,0.607438,0.54545456,0.4876033,0.4214876,0.38842976,0.37603307,0.338843,0.32231405,0.3677686,0.3677686,0.40495867,0.45041323,0.4876033,0.5082645,0.5413223,0.5661157,0.57024795,0.5785124,0.59090906,0.58677685,0.58264464,0.57024795,0.56198347,0.5413223,0.5371901,0.56198347,0.57438016,0.55785125,0.5289256,0.5247934,0.5371901,0.54545456,0.5413223,0.5123967,0.49173555,0.49173555,0.45041323,0.29752067,0.19421488,0.2603306,0.26859504,0.57438016,0.60330576,0.59917355,0.6198347,0.6446281,0.6528926,0.6446281,0.62396693,0.661157,0.6404959,0.6363636,0.60330576,0.59917355,0.6322314,0.62396693,0.6446281,0.661157,0.6570248,0.677686,0.677686,0.6570248,0.6487603,0.6363636,0.607438,0.5661157,0.5082645,0.42975205,0.39256197,0.3553719,0.33471075,0.36363637,0.40082645,0.39256197,0.41735536,0.46694216,0.5,0.5,0.5289256,0.55785125,0.55785125,0.5661157,0.56198347,0.553719,0.55785125,0.56198347,0.55785125,0.5371901,0.5371901,0.553719,0.55785125,0.54545456,0.53305787,0.53305787,0.5371901,0.53305787,0.5247934,0.5123967,0.5,0.48347107,0.4090909,0.23966943,0.21487603,0.28512397,0.25619835,0.56198347,0.58264464,0.58677685,0.60330576,0.6446281,0.6570248,0.6570248,0.62396693,0.6446281,0.6446281,0.62396693,0.6198347,0.6198347,0.6528926,0.6404959,0.62396693,0.6487603,0.6446281,0.6570248,0.6570248,0.6528926,0.62396693,0.59504133,0.5661157,0.5206612,0.47933885,0.42975205,0.4090909,0.3966942,0.41322315,0.4214876,0.43801653,0.42561984,0.42975205,0.46280992,0.49173555,0.5,0.5206612,0.5371901,0.53305787,0.5495868,0.5495868,0.54545456,0.54545456,0.54545456,0.5413223,0.5413223,0.54545456,0.5371901,0.53305787,0.5371901,0.5289256,0.53305787,0.5371901,0.53305787,0.5206612,0.5041322,0.49586776,0.4752066,0.3429752,0.20661157,0.24380165,0.29338843,0.23140496,0.5165289,0.5661157,0.57024795,0.59090906,0.6363636,0.6570248,0.6570248,0.62396693,0.607438,0.62396693,0.6322314,0.6198347,0.61570245,0.6528926,0.6528926,0.6280992,0.6487603,0.6363636,0.6363636,0.6404959,0.6446281,0.6198347,0.5785124,0.5495868,0.4876033,0.4752066,0.446281,0.43801653,0.44214877,0.46694216,0.45041323,0.45867768,0.44214877,0.45454547,0.46694216,0.48347107,0.5041322,0.5123967,0.5206612,0.5123967,0.5371901,0.54545456,0.55785125,0.553719,0.53305787,0.53305787,0.5495868,0.5495868,0.5206612,0.5123967,0.53305787,0.5289256,0.5247934,0.5413223,0.5371901,0.5206612,0.5,0.5,0.42975205,0.26859504,0.2107438,0.2644628,0.27272728,0.20247933,0.42561984,0.5413223,0.5495868,0.5785124,0.6198347,0.6446281,0.6570248,0.6363636,0.60330576,0.6322314,0.6528926,0.6322314,0.62396693,0.6404959,0.6404959,0.6363636,0.6404959,0.6322314,0.6280992,0.6198347,0.62396693,0.62396693,0.58677685,0.56198347,0.5123967,0.5,0.5,0.47933885,0.4752066,0.4876033,0.49586776,0.48347107,0.4752066,0.48347107,0.49586776,0.5,0.5123967,0.5041322,0.5165289,0.5082645,0.5289256,0.54545456,0.55785125,0.553719,0.5413223,0.54545456,0.553719,0.5495868,0.5206612,0.5165289,0.5289256,0.5289256,0.5371901,0.54545456,0.5206612,0.5041322,0.4876033,0.47933885,0.34710744,0.2231405,0.23966943,0.26859504,0.24380165,0.17768595,1 +0.6694215,0.6818182,0.7066116,0.71487606,0.71900827,0.72727275,0.72727275,0.7355372,0.72727275,0.71900827,0.71487606,0.71487606,0.7355372,0.74380165,0.74793386,0.74793386,0.75619835,0.76033056,0.76033056,0.75619835,0.75619835,0.76033056,0.7644628,0.75206614,0.73966944,0.72727275,0.7066116,0.7066116,0.6942149,0.70247936,0.70247936,0.69008267,0.69008267,0.69008267,0.70247936,0.7066116,0.6983471,0.7107438,0.69008267,0.6983471,0.69008267,0.69008267,0.6859504,0.6818182,0.6735537,0.6818182,0.6694215,0.6446281,0.6280992,0.6280992,0.6322314,0.61157024,0.607438,0.61157024,0.607438,0.59090906,0.57024795,0.57438016,0.57024795,0.49586776,0.45454547,0.5082645,0.55785125,0.58677685,0.677686,0.70247936,0.71487606,0.7066116,0.7066116,0.71900827,0.73140496,0.74380165,0.73140496,0.73140496,0.74380165,0.74380165,0.74793386,0.74793386,0.75206614,0.7644628,0.7644628,0.76859504,0.7644628,0.76033056,0.76859504,0.76859504,0.76859504,0.76033056,0.76033056,0.74793386,0.71900827,0.70247936,0.6942149,0.7107438,0.7066116,0.7066116,0.70247936,0.6942149,0.70247936,0.73140496,0.72727275,0.7231405,0.69008267,0.71487606,0.6942149,0.70247936,0.69008267,0.69008267,0.677686,0.677686,0.6818182,0.6818182,0.6652893,0.661157,0.6446281,0.6198347,0.607438,0.61570245,0.607438,0.59504133,0.57438016,0.57438016,0.58264464,0.53305787,0.47933885,0.5289256,0.5495868,0.58264464,0.6983471,0.7107438,0.70247936,0.70247936,0.71900827,0.71900827,0.73140496,0.73966944,0.72727275,0.72727275,0.73966944,0.73966944,0.73966944,0.7355372,0.74793386,0.7644628,0.7644628,0.75619835,0.75619835,0.75619835,0.78099173,0.77272725,0.7644628,0.76859504,0.77272725,0.7644628,0.74380165,0.71487606,0.7107438,0.71487606,0.71487606,0.71900827,0.7066116,0.71487606,0.71487606,0.7355372,0.74380165,0.74793386,0.7066116,0.71900827,0.70247936,0.7231405,0.6942149,0.69008267,0.677686,0.6818182,0.6818182,0.70247936,0.6859504,0.6652893,0.6363636,0.6322314,0.61157024,0.607438,0.607438,0.59090906,0.57438016,0.57024795,0.59504133,0.56198347,0.49586776,0.5495868,0.55785125,0.5785124,0.7231405,0.7107438,0.70247936,0.6983471,0.71900827,0.71900827,0.71487606,0.7231405,0.72727275,0.72727275,0.72727275,0.7231405,0.7355372,0.73140496,0.72727275,0.74793386,0.75619835,0.73966944,0.7355372,0.74793386,0.76859504,0.76859504,0.7644628,0.77272725,0.77272725,0.7644628,0.7355372,0.7107438,0.71900827,0.7066116,0.7231405,0.7231405,0.70247936,0.72727275,0.73966944,0.7231405,0.74380165,0.71900827,0.70247936,0.6983471,0.7107438,0.7231405,0.69008267,0.69008267,0.677686,0.6859504,0.69008267,0.70247936,0.677686,0.6570248,0.6446281,0.6404959,0.62396693,0.59917355,0.607438,0.58264464,0.57024795,0.57024795,0.58677685,0.57024795,0.5041322,0.57438016,0.57438016,0.57024795,0.73140496,0.70247936,0.70247936,0.71487606,0.71900827,0.7066116,0.7107438,0.7107438,0.7231405,0.7231405,0.7231405,0.71900827,0.71900827,0.71900827,0.71487606,0.72727275,0.72727275,0.71487606,0.70247936,0.70247936,0.71900827,0.7231405,0.6983471,0.6942149,0.6942149,0.70247936,0.6942149,0.6694215,0.6818182,0.6818182,0.70247936,0.7107438,0.6859504,0.71900827,0.7355372,0.71487606,0.71900827,0.69008267,0.6652893,0.661157,0.6859504,0.6735537,0.6487603,0.6446281,0.6363636,0.6404959,0.6735537,0.69008267,0.677686,0.6528926,0.6363636,0.6446281,0.6198347,0.59090906,0.59917355,0.5785124,0.57438016,0.5661157,0.58264464,0.5785124,0.5289256,0.57438016,0.60330576,0.5785124,0.73966944,0.6859504,0.70247936,0.7231405,0.7066116,0.70247936,0.71487606,0.7066116,0.71900827,0.71487606,0.7107438,0.6983471,0.69008267,0.6818182,0.6859504,0.6694215,0.6404959,0.6363636,0.61157024,0.61157024,0.62396693,0.6198347,0.5785124,0.5785124,0.5785124,0.59090906,0.61157024,0.6198347,0.6322314,0.6487603,0.6694215,0.6818182,0.661157,0.6859504,0.6983471,0.677686,0.6694215,0.6404959,0.61157024,0.607438,0.6198347,0.59504133,0.5785124,0.57438016,0.55785125,0.5289256,0.55785125,0.58677685,0.61570245,0.6198347,0.607438,0.6198347,0.60330576,0.59504133,0.59504133,0.58677685,0.56198347,0.5661157,0.57024795,0.57024795,0.56198347,0.5413223,0.6363636,0.59090906,0.7355372,0.69008267,0.6983471,0.71900827,0.7107438,0.6983471,0.7107438,0.70247936,0.7107438,0.6942149,0.6694215,0.6487603,0.6528926,0.6404959,0.61157024,0.59504133,0.57024795,0.55785125,0.53305787,0.5247934,0.53305787,0.5206612,0.47933885,0.48347107,0.4876033,0.49586776,0.5041322,0.5371901,0.5785124,0.59917355,0.6198347,0.6363636,0.6404959,0.6570248,0.661157,0.6363636,0.6198347,0.59090906,0.55785125,0.55785125,0.5495868,0.5123967,0.49586776,0.49173555,0.46694216,0.44214877,0.45454547,0.46280992,0.49173555,0.5165289,0.5289256,0.5371901,0.56198347,0.59090906,0.59917355,0.59090906,0.55785125,0.57438016,0.5661157,0.57438016,0.5661157,0.54545456,0.6487603,0.59090906,0.7231405,0.7066116,0.7066116,0.71900827,0.70247936,0.6942149,0.6983471,0.6942149,0.6983471,0.6694215,0.6322314,0.62396693,0.6280992,0.59090906,0.54545456,0.5041322,0.49586776,0.47107437,0.446281,0.45041323,0.45041323,0.44214877,0.40495867,0.42561984,0.42975205,0.45867768,0.46694216,0.4752066,0.5206612,0.553719,0.57024795,0.60330576,0.6322314,0.6404959,0.61570245,0.59090906,0.5661157,0.5413223,0.5082645,0.5041322,0.4876033,0.446281,0.42561984,0.41322315,0.3966942,0.39256197,0.40495867,0.40495867,0.40495867,0.42975205,0.44214877,0.45867768,0.5,0.5247934,0.5661157,0.5785124,0.5785124,0.56198347,0.5661157,0.57024795,0.5247934,0.5495868,0.661157,0.60330576,0.71487606,0.7107438,0.7107438,0.71900827,0.6818182,0.6570248,0.6983471,0.71487606,0.7231405,0.6570248,0.5785124,0.55785125,0.5247934,0.47933885,0.45867768,0.41322315,0.48347107,0.38842976,0.38429752,0.38842976,0.38016528,0.3677686,0.33471075,0.3140496,0.3429752,0.35950413,0.38429752,0.38429752,0.42561984,0.43801653,0.45041323,0.49173555,0.53305787,0.54545456,0.5371901,0.5371901,0.5123967,0.46280992,0.43801653,0.41322315,0.39256197,0.36363637,0.35123968,0.3429752,0.33471075,0.3305785,0.32231405,0.33471075,0.34710744,0.35950413,0.37603307,0.41322315,0.45867768,0.47933885,0.5,0.5289256,0.56198347,0.56198347,0.55785125,0.5495868,0.4752066,0.5247934,0.6487603,0.62396693,0.7107438,0.7066116,0.7066116,0.71900827,0.69008267,0.6363636,0.78099173,0.79752064,0.74793386,0.661157,0.58677685,0.57024795,0.55785125,0.5495868,0.5289256,0.5,0.49586776,0.44214877,0.42975205,0.40495867,0.3966942,0.38842976,0.39256197,0.37603307,0.3553719,0.30578512,0.2644628,0.21487603,0.2520661,0.3553719,0.3677686,0.3966942,0.41322315,0.37603307,0.32231405,0.2892562,0.2768595,0.28512397,0.28099173,0.28099173,0.2603306,0.2520661,0.27272728,0.28099173,0.2892562,0.29752067,0.30165288,0.3181818,0.3305785,0.3429752,0.3677686,0.42561984,0.47107437,0.446281,0.4090909,0.40495867,0.42561984,0.47107437,0.5123967,0.5,0.4214876,0.4876033,0.6322314,0.6404959,0.7107438,0.7066116,0.6942149,0.69008267,0.61157024,0.59917355,0.71487606,0.7231405,0.6859504,0.6446281,0.6322314,0.6487603,0.6983471,0.7355372,0.6983471,0.61570245,0.57024795,0.5413223,0.5247934,0.5,0.47933885,0.45454547,0.44214877,0.44214877,0.45041323,0.43801653,0.46280992,0.3429752,0.23140496,0.46280992,0.53305787,0.5495868,0.60330576,0.6198347,0.59090906,0.59917355,0.44214877,0.35123968,0.32231405,0.338843,0.2644628,0.30578512,0.3429752,0.34710744,0.338843,0.338843,0.37603307,0.3966942,0.44214877,0.4752066,0.4876033,0.5247934,0.57024795,0.5495868,0.49586776,0.47107437,0.5,0.48347107,0.46694216,0.45454547,0.40082645,0.446281,0.57438016,0.6404959,0.71487606,0.7107438,0.6735537,0.59504133,0.59504133,0.6652893,0.6859504,0.6694215,0.6446281,0.6363636,0.6818182,0.71900827,0.76859504,0.8181818,0.8057851,0.7355372,0.661157,0.61570245,0.58677685,0.57438016,0.5495868,0.5289256,0.5082645,0.49173555,0.48347107,0.4876033,0.49173555,0.5413223,0.42561984,0.43801653,0.6859504,0.6818182,0.7066116,0.7066116,0.6983471,0.6818182,0.5495868,0.46280992,0.45041323,0.4752066,0.37603307,0.4214876,0.44214877,0.44214877,0.4876033,0.5289256,0.5413223,0.57024795,0.59917355,0.61157024,0.61570245,0.6280992,0.6694215,0.6942149,0.6363636,0.5247934,0.5041322,0.53305787,0.56198347,0.59504133,0.5082645,0.46694216,0.5123967,0.58264464,0.7107438,0.71487606,0.607438,0.49173555,0.62396693,0.7066116,0.6859504,0.6446281,0.61570245,0.661157,0.73140496,0.75619835,0.838843,0.91735536,0.8677686,0.75206614,0.6570248,0.60330576,0.56198347,0.553719,0.55785125,0.56198347,0.5495868,0.5371901,0.5123967,0.5165289,0.5371901,0.60330576,0.60330576,0.45041323,0.6446281,0.6280992,0.60330576,0.58264464,0.607438,0.6198347,0.57024795,0.48347107,0.46694216,0.47933885,0.45867768,0.45041323,0.45867768,0.55785125,0.59090906,0.61570245,0.607438,0.61157024,0.6363636,0.6280992,0.6528926,0.6652893,0.6942149,0.7355372,0.6942149,0.57024795,0.5123967,0.5123967,0.56198347,0.6487603,0.57024795,0.5041322,0.49173555,0.54545456,0.71487606,0.69008267,0.5,0.5495868,0.6198347,0.7066116,0.6694215,0.61157024,0.6198347,0.7107438,0.75619835,0.75206614,0.838843,0.92561984,0.8471074,0.6735537,0.5785124,0.54545456,0.5206612,0.5082645,0.49173555,0.5041322,0.53305787,0.5371901,0.49586776,0.5661157,0.62396693,0.6570248,0.6528926,0.5165289,0.62396693,0.6280992,0.45454547,0.42561984,0.46694216,0.45454547,0.47107437,0.446281,0.47933885,0.5247934,0.54545456,0.49586776,0.73966944,0.8429752,0.8305785,0.5082645,0.5165289,0.56198347,0.58677685,0.59090906,0.61570245,0.62396693,0.6322314,0.677686,0.6942149,0.59090906,0.54545456,0.56198347,0.61570245,0.6487603,0.58264464,0.5,0.46280992,0.5041322,0.7066116,0.6818182,0.40082645,0.553719,0.6487603,0.6983471,0.6652893,0.607438,0.6487603,0.7231405,0.71900827,0.6942149,0.77272725,0.89669424,0.7644628,0.6198347,0.55785125,0.5123967,0.49173555,0.48347107,0.45867768,0.446281,0.47107437,0.49586776,0.47107437,0.6363636,0.76859504,0.6983471,0.6363636,0.5785124,0.6487603,0.6404959,0.30578512,0.21900827,0.25619835,0.27272728,0.36363637,0.46280992,0.53305787,0.5785124,0.57438016,0.5165289,0.87603307,0.91322315,0.8553719,0.57024795,0.53305787,0.56198347,0.56198347,0.5495868,0.57024795,0.59504133,0.62396693,0.59090906,0.61570245,0.59917355,0.5413223,0.73140496,0.77272725,0.69008267,0.55785125,0.5,0.42975205,0.46280992,0.661157,0.55785125,0.4752066,0.45454547,0.6652893,0.6818182,0.6570248,0.6280992,0.6570248,0.6652893,0.607438,0.6280992,0.6942149,0.6528926,0.5495868,0.4876033,0.40495867,0.35950413,0.4090909,0.4338843,0.40495867,0.40082645,0.4338843,0.4752066,0.5,0.6818182,0.8636364,0.72727275,0.60330576,0.5495868,0.5785124,0.55785125,0.38016528,0.28512397,0.23553719,0.2520661,0.30165288,0.3966942,0.53305787,0.59504133,0.553719,0.49173555,0.7892562,0.8429752,0.69008267,0.58677685,0.45867768,0.42975205,0.41735536,0.38429752,0.45867768,0.5206612,0.57438016,0.58677685,0.5661157,0.55785125,0.5413223,0.7892562,0.88429755,0.8057851,0.5247934,0.5,0.3966942,0.4090909,0.39256197,0.33471075,0.5123967,0.41322315,0.677686,0.6735537,0.6363636,0.6280992,0.6280992,0.57024795,0.5165289,0.5661157,0.59504133,0.45454547,0.446281,0.3305785,0.2768595,0.30991736,0.38429752,0.42561984,0.38429752,0.3553719,0.39256197,0.46280992,0.553719,0.6694215,0.79752064,0.7066116,0.60330576,0.48347107,0.49586776,0.55785125,0.56198347,0.55785125,0.5082645,0.48347107,0.46280992,0.39256197,0.4752066,0.5661157,0.5495868,0.48347107,0.55785125,0.59090906,0.60330576,0.57438016,0.38842976,0.37190083,0.30165288,0.23966943,0.3264463,0.42561984,0.45867768,0.5082645,0.54545456,0.5247934,0.5371901,0.75619835,0.8677686,0.8016529,0.54545456,0.5123967,0.35123968,0.37190083,0.1570248,0.3429752,0.42561984,0.47933885,0.5785124,0.73966944,0.74380165,0.6322314,0.6404959,0.5206612,0.5123967,0.5041322,0.5,0.46694216,0.4090909,0.36363637,0.35123968,0.40495867,0.42975205,0.45454547,0.4214876,0.38016528,0.4214876,0.47933885,0.56198347,0.60330576,0.6570248,0.6446281,0.60330576,0.4090909,0.5123967,0.59090906,0.6818182,0.661157,0.62396693,0.6363636,0.5371901,0.39256197,0.4338843,0.5123967,0.5371901,0.5123967,0.4876033,0.49173555,0.53305787,0.53305787,0.446281,0.40082645,0.3140496,0.30165288,0.3553719,0.4338843,0.42975205,0.4338843,0.48347107,0.5041322,0.53305787,0.6528926,0.6818182,0.6404959,0.553719,0.5165289,0.30578512,0.338843,0.35950413,0.4090909,0.39256197,0.55785125,0.5495868,0.8719008,0.90909094,0.73140496,0.6942149,0.59917355,0.5495868,0.55785125,0.59917355,0.59504133,0.5785124,0.57024795,0.5289256,0.5,0.47933885,0.45867768,0.42975205,0.40082645,0.41735536,0.48347107,0.55785125,0.57438016,0.59917355,0.6198347,0.57438016,0.3553719,0.5413223,0.6404959,0.71900827,0.6735537,0.6487603,0.6487603,0.57024795,0.41322315,0.4090909,0.46280992,0.4876033,0.5165289,0.5082645,0.5,0.5082645,0.5206612,0.5082645,0.49173555,0.47107437,0.46280992,0.4876033,0.5123967,0.5041322,0.49173555,0.4752066,0.4876033,0.5495868,0.57438016,0.47107437,0.46280992,0.5165289,0.4752066,0.28099173,0.3140496,0.58264464,0.49173555,0.41735536,0.60330576,0.6363636,0.88429755,0.9214876,0.8057851,0.76033056,0.6859504,0.60330576,0.6198347,0.6735537,0.677686,0.6446281,0.6322314,0.56198347,0.5123967,0.48347107,0.45454547,0.42975205,0.446281,0.47107437,0.5413223,0.56198347,0.59504133,0.58677685,0.6570248,0.42561984,0.42561984,0.57438016,0.7107438,0.72727275,0.6818182,0.6487603,0.6280992,0.59090906,0.446281,0.38016528,0.44214877,0.43801653,0.5,0.49586776,0.4876033,0.4752066,0.4876033,0.5082645,0.5123967,0.5247934,0.5371901,0.55785125,0.55785125,0.54545456,0.5289256,0.5082645,0.49173555,0.5413223,0.55785125,0.39256197,0.35123968,0.43801653,0.38842976,0.25619835,0.30578512,0.62396693,0.5371901,0.45867768,0.58264464,0.6652893,0.8347107,0.87603307,0.80991733,0.7768595,0.71900827,0.6570248,0.6570248,0.6735537,0.6652893,0.6446281,0.6198347,0.55785125,0.5206612,0.5,0.49586776,0.5,0.5289256,0.5413223,0.57024795,0.57438016,0.607438,0.61157024,0.661157,0.3264463,0.49173555,0.6652893,0.74380165,0.74380165,0.6570248,0.6280992,0.607438,0.61157024,0.5082645,0.36363637,0.44214877,0.4338843,0.5041322,0.5041322,0.49586776,0.4752066,0.4752066,0.4876033,0.49173555,0.5165289,0.5413223,0.55785125,0.57024795,0.553719,0.5371901,0.5206612,0.5082645,0.5165289,0.5,0.36363637,0.3140496,0.40082645,0.30991736,0.20247933,0.30165288,0.62396693,0.5206612,0.5123967,0.55785125,0.6694215,0.76859504,0.80991733,0.7892562,0.74380165,0.6983471,0.677686,0.6735537,0.6735537,0.6446281,0.6280992,0.61157024,0.59504133,0.57024795,0.553719,0.553719,0.5495868,0.56198347,0.57024795,0.58677685,0.58264464,0.62396693,0.661157,0.5,0.41735536,0.5371901,0.7231405,0.73966944,0.72727275,0.6404959,0.6280992,0.59917355,0.6198347,0.5661157,0.4090909,0.4090909,0.45041323,0.5165289,0.5165289,0.5206612,0.5206612,0.5123967,0.5123967,0.5041322,0.5206612,0.5413223,0.5371901,0.5413223,0.5371901,0.5371901,0.5247934,0.5,0.48347107,0.47933885,0.4090909,0.37603307,0.4090909,0.26859504,0.1694215,0.3140496,0.6322314,0.4876033,0.55785125,0.57438016,0.6322314,0.71487606,0.77272725,0.75619835,0.6859504,0.661157,0.677686,0.6818182,0.6735537,0.6570248,0.6487603,0.6487603,0.6322314,0.60330576,0.58264464,0.5785124,0.57438016,0.5661157,0.5785124,0.58677685,0.59090906,0.6487603,0.62396693,0.4214876,0.47107437,0.62396693,0.6942149,0.71900827,0.69008267,0.6528926,0.61570245,0.60330576,0.59917355,0.58677685,0.5,0.38429752,0.45867768,0.5041322,0.5371901,0.5289256,0.53305787,0.5413223,0.5413223,0.553719,0.57024795,0.57438016,0.5661157,0.54545456,0.5289256,0.5206612,0.5165289,0.5206612,0.53305787,0.56198347,0.5041322,0.4214876,0.37190083,0.2107438,0.1694215,0.3140496,0.607438,0.45041323,0.57024795,0.58677685,0.59504133,0.6694215,0.7355372,0.70247936,0.6487603,0.6446281,0.661157,0.6694215,0.6735537,0.6694215,0.6652893,0.6528926,0.62396693,0.60330576,0.59090906,0.58677685,0.58677685,0.5785124,0.59090906,0.61157024,0.61157024,0.661157,0.47933885,0.43801653,0.5371901,0.6528926,0.677686,0.7066116,0.6735537,0.6363636,0.6198347,0.61157024,0.58677685,0.59090906,0.5495868,0.42561984,0.446281,0.5206612,0.5495868,0.5289256,0.53305787,0.5495868,0.553719,0.55785125,0.57438016,0.58677685,0.59504133,0.56198347,0.5495868,0.553719,0.57024795,0.58677685,0.6198347,0.6322314,0.56198347,0.4338843,0.30578512,0.15289256,0.18181819,0.35123968,0.61157024,0.40082645,0.57024795,0.59504133,0.60330576,0.6528926,0.6983471,0.6652893,0.6528926,0.6446281,0.6570248,0.6570248,0.6652893,0.677686,0.661157,0.6363636,0.61157024,0.59917355,0.59504133,0.59090906,0.58677685,0.58264464,0.60330576,0.61157024,0.6322314,0.54545456,0.4214876,0.47107437,0.61570245,0.6652893,0.6735537,0.7066116,0.6694215,0.6487603,0.6404959,0.61157024,0.58677685,0.59917355,0.58677685,0.49173555,0.42561984,0.5123967,0.54545456,0.5413223,0.54545456,0.5371901,0.54545456,0.5495868,0.5661157,0.5785124,0.57438016,0.58264464,0.59917355,0.5785124,0.607438,0.62396693,0.661157,0.6694215,0.59090906,0.42561984,0.18595041,0.16115703,0.2107438,0.4090909,0.6487603,0.40082645,0.5413223,0.607438,0.6404959,0.69008267,0.70247936,0.6528926,0.6528926,0.6446281,0.661157,0.661157,0.6735537,0.6735537,0.6446281,0.62396693,0.607438,0.60330576,0.59917355,0.59917355,0.59504133,0.61157024,0.6198347,0.62396693,0.5785124,0.43801653,0.4214876,0.53305787,0.6487603,0.6694215,0.6859504,0.69008267,0.661157,0.677686,0.6983471,0.6363636,0.59504133,0.62396693,0.6404959,0.57438016,0.47933885,0.4214876,0.53305787,0.5495868,0.5495868,0.5289256,0.5495868,0.55785125,0.56198347,0.56198347,0.553719,0.5785124,0.59090906,0.60330576,0.6363636,0.6735537,0.6818182,0.6652893,0.62396693,0.38016528,0.11983471,0.1694215,0.22727273,0.5206612,0.6818182,0.5165289,0.43801653,0.6404959,0.6694215,0.74793386,0.7231405,0.6487603,0.661157,0.6487603,0.6652893,0.6652893,0.677686,0.6694215,0.6487603,0.62396693,0.61570245,0.6280992,0.62396693,0.6198347,0.6322314,0.6322314,0.6487603,0.61570245,0.46694216,0.3966942,0.45454547,0.59090906,0.677686,0.6735537,0.6983471,0.69008267,0.6859504,0.74380165,0.78099173,0.7066116,0.62396693,0.661157,0.71487606,0.6198347,0.5371901,0.41322315,0.45867768,0.56198347,0.57438016,0.54545456,0.5495868,0.553719,0.5495868,0.5495868,0.57024795,0.57438016,0.5785124,0.59090906,0.61157024,0.69008267,0.6942149,0.6570248,0.6280992,0.3264463,0.22727273,0.18181819,0.3264463,0.6322314,0.677686,0.76859504,0.32231405,0.62396693,0.70247936,0.7768595,0.73140496,0.677686,0.6735537,0.6528926,0.6652893,0.6735537,0.6652893,0.6528926,0.661157,0.6570248,0.6487603,0.6404959,0.6404959,0.6404959,0.6528926,0.69008267,0.6363636,0.48347107,0.40082645,0.41322315,0.553719,0.6694215,0.6983471,0.71900827,0.73966944,0.76033056,0.7768595,0.75619835,0.77272725,0.71487606,0.62396693,0.6446281,0.6735537,0.58264464,0.5289256,0.49586776,0.39256197,0.43801653,0.54545456,0.57024795,0.56198347,0.56198347,0.553719,0.55785125,0.58677685,0.59504133,0.58264464,0.59090906,0.607438,0.6652893,0.677686,0.6363636,0.59504133,0.3264463,0.2892562,0.3264463,0.6570248,0.5165289,0.677686,0.7768595,0.59504133,0.46280992,0.6404959,0.79752064,0.7231405,0.73140496,0.7231405,0.70247936,0.6652893,0.6735537,0.6694215,0.6735537,0.6735537,0.6859504,0.6983471,0.71487606,0.74793386,0.75206614,0.7355372,0.6198347,0.446281,0.40082645,0.40495867,0.5,0.6735537,0.71487606,0.7066116,0.71487606,0.6942149,0.6983471,0.74380165,0.74380165,0.6942149,0.6446281,0.59917355,0.5785124,0.5495868,0.5082645,0.5082645,0.5371901,0.5289256,0.4090909,0.41735536,0.5247934,0.57024795,0.57438016,0.5661157,0.5661157,0.59090906,0.61157024,0.60330576,0.59917355,0.59504133,0.59917355,0.6322314,0.61570245,0.56198347,0.30578512,0.30991736,0.62396693,0.7933884,0.37603307,0.6983471,0.72727275,0.8140496,0.59917355,0.5247934,0.6570248,0.6735537,0.72727275,0.7355372,0.75619835,0.73140496,0.71900827,0.75206614,0.75206614,0.71900827,0.71487606,0.7355372,0.73140496,0.6859504,0.59504133,0.49173555,0.40082645,0.39256197,0.41322315,0.48347107,0.661157,0.73140496,0.73140496,0.6859504,0.6446281,0.6404959,0.6322314,0.6694215,0.677686,0.6363636,0.5785124,0.553719,0.5206612,0.4752066,0.4752066,0.4876033,0.5206612,0.59090906,0.56198347,0.39256197,0.36363637,0.47933885,0.5206612,0.55785125,0.58264464,0.59090906,0.59917355,0.60330576,0.6322314,0.62396693,0.57438016,0.60330576,0.607438,0.553719,0.39256197,0.41735536,0.58677685,0.5041322,0.40082645,0.6859504,0.71900827,0.78512394,0.8016529,0.6570248,0.5661157,0.58677685,0.57024795,0.54545456,0.58677685,0.61157024,0.69008267,0.71900827,0.71900827,0.6570248,0.62396693,0.58677685,0.5289256,0.46280992,0.40495867,0.40082645,0.40495867,0.44214877,0.57438016,0.59917355,0.7355372,0.72727275,0.70247936,0.607438,0.5165289,0.47107437,0.5413223,0.661157,0.6528926,0.58264464,0.5082645,0.48347107,0.47933885,0.45454547,0.43801653,0.45454547,0.47933885,0.553719,0.6198347,0.5206612,0.3553719,0.38842976,0.4090909,0.446281,0.5041322,0.57024795,0.6322314,0.661157,0.6942149,0.6446281,0.5785124,0.5785124,0.55785125,0.5041322,0.45041323,0.446281,0.47933885,0.42561984,0.44214877,0.6859504,0.7231405,0.78099173,0.79752064,0.7355372,0.677686,0.6404959,0.61570245,0.61157024,0.61157024,0.5785124,0.5371901,0.5247934,0.5123967,0.49173555,0.5,0.5,0.5247934,0.5413223,0.5206612,0.5495868,0.53305787,0.56198347,0.6446281,0.6570248,0.73966944,0.6694215,0.59917355,0.446281,0.2520661,0.2231405,0.30165288,0.553719,0.6322314,0.5371901,0.43801653,0.42561984,0.45867768,0.338843,0.24793388,0.2768595,0.39256197,0.47933885,0.57024795,0.553719,0.4090909,0.48347107,0.47107437,0.43801653,0.42975205,0.41322315,0.3966942,0.40495867,0.45454547,0.45454547,0.48347107,0.5289256,0.5123967,0.49586776,0.49586776,0.5041322,0.49173555,0.42561984,0.44214877,0.69008267,0.71900827,0.75619835,0.78512394,0.7355372,0.69008267,0.6818182,0.6735537,0.661157,0.6404959,0.6404959,0.62396693,0.61570245,0.59090906,0.59917355,0.6363636,0.6694215,0.6983471,0.6735537,0.61570245,0.58264464,0.58677685,0.59090906,0.6404959,0.6735537,0.70247936,0.59090906,0.446281,0.25619835,0.17355372,0.2231405,0.35950413,0.5041322,0.59917355,0.4876033,0.40082645,0.4090909,0.45041323,0.22727273,0.12809917,0.11983471,0.23553719,0.38842976,0.49173555,0.5247934,0.36363637,0.5165289,0.607438,0.58677685,0.55785125,0.5206612,0.46280992,0.38842976,0.35950413,0.41735536,0.5413223,0.60330576,0.57438016,0.553719,0.5495868,0.5413223,0.4876033,0.41322315,0.42975205,0.69008267,0.7231405,0.73966944,0.76859504,0.74793386,0.7107438,0.69008267,0.6818182,0.677686,0.6694215,0.6818182,0.7066116,0.7231405,0.7231405,0.72727275,0.74380165,0.76033056,0.7355372,0.677686,0.61570245,0.58677685,0.6280992,0.6280992,0.6570248,0.6446281,0.6280992,0.5082645,0.37190083,0.3305785,0.29338843,0.3677686,0.5495868,0.57024795,0.59090906,0.45867768,0.38842976,0.4338843,0.4338843,0.28099173,0.13636364,0.09504132,0.1694215,0.26859504,0.42975205,0.49586776,0.30165288,0.47933885,0.6404959,0.6446281,0.6404959,0.661157,0.6652893,0.6487603,0.5785124,0.5785124,0.61570245,0.6198347,0.58264464,0.55785125,0.55785125,0.5371901,0.47107437,0.36363637,0.42561984,0.6694215,0.7355372,0.7355372,0.74793386,0.74380165,0.74793386,0.73140496,0.7231405,0.74380165,0.74793386,0.7644628,0.77272725,0.7768595,0.76859504,0.76033056,0.75619835,0.74793386,0.6942149,0.6363636,0.6198347,0.6363636,0.6859504,0.6818182,0.6570248,0.62396693,0.57024795,0.47933885,0.46280992,0.5289256,0.5661157,0.59504133,0.6446281,0.6487603,0.57024795,0.45454547,0.40082645,0.4214876,0.44214877,0.41322315,0.3140496,0.2644628,0.19421488,0.24380165,0.39256197,0.4752066,0.3677686,0.47107437,0.62396693,0.6363636,0.6446281,0.6859504,0.71487606,0.72727275,0.6694215,0.6652893,0.6404959,0.61157024,0.57024795,0.54545456,0.553719,0.53305787,0.45454547,0.29338843,0.3966942,0.6404959,0.72727275,0.72727275,0.73966944,0.7231405,0.77272725,0.76859504,0.77272725,0.78512394,0.7892562,0.7768595,0.78099173,0.78099173,0.76859504,0.76033056,0.74793386,0.72727275,0.6818182,0.6487603,0.6570248,0.6859504,0.71900827,0.71487606,0.69008267,0.6487603,0.59504133,0.55785125,0.5785124,0.61570245,0.6528926,0.677686,0.69008267,0.6859504,0.553719,0.45041323,0.4338843,0.42975205,0.446281,0.4752066,0.45867768,0.43801653,0.3553719,0.35123968,0.43801653,0.49586776,0.5082645,0.56198347,0.61570245,0.6322314,0.6280992,0.6694215,0.69008267,0.6859504,0.6528926,0.6528926,0.6446281,0.6198347,0.58264464,0.5413223,0.54545456,0.53305787,0.42561984,0.23966943,0.3553719,0.6404959,0.7107438,0.7107438,0.74793386,0.71487606,0.75619835,0.76033056,0.7933884,0.7933884,0.79752064,0.7768595,0.77272725,0.77272725,0.7644628,0.75206614,0.7355372,0.73140496,0.70247936,0.677686,0.6942149,0.7066116,0.71900827,0.71487606,0.7066116,0.6735537,0.6487603,0.6404959,0.6446281,0.6446281,0.6694215,0.69008267,0.6942149,0.6735537,0.5661157,0.5041322,0.5413223,0.5371901,0.5247934,0.5413223,0.53305787,0.5041322,0.49586776,0.5165289,0.54545456,0.57024795,0.59917355,0.6404959,0.6404959,0.6280992,0.607438,0.6322314,0.6363636,0.61570245,0.6322314,0.607438,0.6198347,0.607438,0.57438016,0.5371901,0.5371901,0.5413223,0.37190083,0.2520661,0.32231405,0.6487603,0.70247936,0.7107438,0.74380165,0.7231405,0.72727275,0.74380165,0.78099173,0.7892562,0.7768595,0.76859504,0.78099173,0.76859504,0.76033056,0.73966944,0.72727275,0.72727275,0.7107438,0.6942149,0.7231405,0.71900827,0.6983471,0.6818182,0.6859504,0.6652893,0.6694215,0.6652893,0.661157,0.661157,0.6859504,0.69008267,0.6735537,0.661157,0.607438,0.58264464,0.6363636,0.6487603,0.62396693,0.61570245,0.607438,0.61157024,0.61570245,0.6198347,0.6198347,0.61157024,0.6198347,0.6570248,0.6694215,0.6446281,0.62396693,0.6363636,0.6198347,0.61157024,0.62396693,0.59090906,0.58677685,0.57438016,0.553719,0.5247934,0.5371901,0.5123967,0.33471075,0.2520661,0.3264463,0.6404959,0.6859504,0.70247936,0.7355372,0.71487606,0.7231405,0.7355372,0.7644628,0.77272725,0.78099173,0.75619835,0.7768595,0.75619835,0.75206614,0.73966944,0.73140496,0.72727275,0.7231405,0.71487606,0.71487606,0.71487606,0.6859504,0.6818182,0.6735537,0.6694215,0.677686,0.6735537,0.6735537,0.6570248,0.6735537,0.69008267,0.6735537,0.6487603,0.6363636,0.62396693,0.6570248,0.69008267,0.6652893,0.6322314,0.62396693,0.6446281,0.6487603,0.6322314,0.61570245,0.60330576,0.61570245,0.6487603,0.677686,0.6735537,0.6487603,0.6322314,0.6322314,0.62396693,0.59917355,0.58264464,0.57438016,0.55785125,0.5371901,0.5165289,0.5289256,0.48347107,0.39256197,0.35123968,0.3677686,0.6487603,0.6735537,0.6983471,0.73140496,0.71487606,0.7231405,0.73966944,0.75206614,0.75619835,0.77272725,0.75619835,0.75619835,0.76033056,0.74793386,0.74793386,0.73966944,0.71900827,0.72727275,0.71900827,0.70247936,0.7066116,0.6735537,0.6942149,0.661157,0.6735537,0.677686,0.6735537,0.6859504,0.6694215,0.6818182,0.6983471,0.6694215,0.6528926,0.6528926,0.6363636,0.6528926,0.6942149,0.6818182,0.6487603,0.6322314,0.6322314,0.6404959,0.6322314,0.60330576,0.59090906,0.607438,0.6404959,0.6652893,0.677686,0.6652893,0.6487603,0.6280992,0.60330576,0.57024795,0.55785125,0.5495868,0.5413223,0.5165289,0.5123967,0.5165289,0.46694216,0.45867768,0.47933885,0.47933885,0.6487603,0.6652893,0.69008267,0.71487606,0.71900827,0.71487606,0.7355372,0.7355372,0.74793386,0.75619835,0.76859504,0.75619835,0.75206614,0.7355372,0.73966944,0.7355372,0.73140496,0.71900827,0.70247936,0.7107438,0.6983471,0.6859504,0.677686,0.6652893,0.6570248,0.6818182,0.6859504,0.6983471,0.70247936,0.7107438,0.72727275,0.6983471,0.6859504,0.677686,0.6404959,0.6487603,0.6983471,0.7066116,0.677686,0.661157,0.6404959,0.6528926,0.6446281,0.61570245,0.59504133,0.607438,0.6280992,0.6404959,0.6487603,0.6652893,0.6652893,0.6404959,0.59090906,0.553719,0.53305787,0.53305787,0.5247934,0.5082645,0.5082645,0.5,0.49173555,0.5206612,0.53305787,0.5123967,0.6528926,0.6652893,0.6694215,0.69008267,0.7107438,0.71900827,0.73140496,0.7355372,0.73966944,0.75619835,0.75619835,0.7644628,0.75206614,0.7355372,0.73140496,0.72727275,0.74380165,0.7107438,0.69008267,0.7066116,0.69008267,0.6859504,0.6694215,0.6694215,0.6570248,0.69008267,0.71900827,0.73140496,0.74380165,0.71900827,0.6859504,0.70247936,0.6570248,0.6694215,0.6570248,0.6570248,0.6735537,0.6735537,0.6735537,0.6570248,0.6487603,0.6570248,0.6528926,0.62396693,0.607438,0.607438,0.61157024,0.61157024,0.62396693,0.6404959,0.6528926,0.6280992,0.56198347,0.5289256,0.5247934,0.5247934,0.5123967,0.5041322,0.5041322,0.49586776,0.5123967,0.5495868,0.5289256,0.5,0.6570248,0.6570248,0.661157,0.677686,0.7066116,0.71900827,0.71900827,0.73140496,0.72727275,0.75206614,0.7644628,0.75619835,0.75206614,0.7355372,0.72727275,0.7231405,0.73140496,0.70247936,0.6942149,0.6942149,0.6942149,0.6983471,0.6859504,0.6942149,0.6818182,0.7107438,0.7066116,0.6818182,0.61570245,0.55785125,0.48347107,0.5413223,0.53305787,0.58264464,0.607438,0.59504133,0.5495868,0.49586776,0.5123967,0.56198347,0.6280992,0.661157,0.6694215,0.6487603,0.61570245,0.60330576,0.61157024,0.59504133,0.58677685,0.607438,0.6363636,0.59917355,0.5247934,0.5165289,0.53305787,0.5247934,0.5123967,0.5041322,0.5,0.48347107,0.5165289,0.5371901,0.5206612,0.5206612,0.6570248,0.661157,0.6735537,0.6735537,0.7066116,0.71900827,0.7107438,0.71900827,0.7231405,0.72727275,0.75619835,0.75619835,0.74793386,0.73140496,0.7231405,0.71900827,0.71487606,0.6983471,0.6983471,0.7231405,0.71487606,0.71487606,0.71487606,0.6983471,0.69008267,0.6446281,0.56198347,0.5123967,0.45867768,0.4090909,0.36363637,0.39256197,0.39256197,0.4090909,0.44214877,0.41735536,0.37190083,0.3429752,0.3429752,0.39256197,0.45454547,0.5661157,0.6198347,0.6322314,0.61570245,0.60330576,0.60330576,0.58264464,0.59090906,0.6198347,0.59504133,0.5495868,0.5165289,0.5165289,0.5413223,0.5247934,0.5123967,0.5082645,0.49586776,0.4752066,0.5082645,0.5289256,0.5165289,0.5289256,0.661157,0.6652893,0.677686,0.6818182,0.7107438,0.7107438,0.7107438,0.7107438,0.72727275,0.73966944,0.73966944,0.74793386,0.75206614,0.7355372,0.7231405,0.71900827,0.71900827,0.70247936,0.7066116,0.72727275,0.73966944,0.74380165,0.6983471,0.62396693,0.56198347,0.47933885,0.3966942,0.3429752,0.30991736,0.24380165,0.2644628,0.30578512,0.28512397,0.28099173,0.26859504,0.2644628,0.23140496,0.24793388,0.2892562,0.3264463,0.3429752,0.4090909,0.45454547,0.53305787,0.5661157,0.59917355,0.58677685,0.5661157,0.57438016,0.62396693,0.5661157,0.5206612,0.5247934,0.5289256,0.54545456,0.5206612,0.5165289,0.5082645,0.49586776,0.46280992,0.5082645,0.5165289,0.5123967,0.49173555,0.6652893,0.6694215,0.6694215,0.677686,0.7107438,0.6942149,0.71487606,0.6942149,0.70247936,0.72727275,0.73966944,0.74793386,0.74793386,0.75206614,0.73140496,0.7231405,0.73140496,0.71900827,0.6859504,0.6735537,0.6983471,0.6859504,0.58677685,0.45867768,0.37190083,0.3140496,0.2644628,0.2107438,0.14049587,0.14049587,0.17768595,0.2107438,0.23966943,0.1983471,0.20661157,0.23140496,0.19008264,0.19008264,0.21487603,0.30578512,0.3140496,0.30578512,0.29752067,0.35123968,0.42975205,0.5371901,0.553719,0.54545456,0.5289256,0.58677685,0.5371901,0.5247934,0.5247934,0.5413223,0.54545456,0.5123967,0.5123967,0.5123967,0.49586776,0.45454547,0.5,0.49586776,0.4752066,0.38016528,0.6652893,0.6652893,0.677686,0.6652893,0.6942149,0.69008267,0.7066116,0.70247936,0.6983471,0.73966944,0.74380165,0.74380165,0.75619835,0.75206614,0.7355372,0.71900827,0.71900827,0.6983471,0.6198347,0.5661157,0.56198347,0.5206612,0.42975205,0.37603307,0.3429752,0.33471075,0.35123968,0.3181818,0.18181819,0.16115703,0.24380165,0.26859504,0.30578512,0.22727273,0.23553719,0.26859504,0.24793388,0.24380165,0.2644628,0.34710744,0.30165288,0.24380165,0.23966943,0.24380165,0.2768595,0.38842976,0.46280992,0.4876033,0.49173555,0.5371901,0.5165289,0.5165289,0.5247934,0.553719,0.5165289,0.5082645,0.5082645,0.5123967,0.5,0.45041323,0.43801653,0.40082645,0.3264463,0.20661157,0.6694215,0.6694215,0.6942149,0.6735537,0.6859504,0.6818182,0.7066116,0.7107438,0.70247936,0.7355372,0.74380165,0.73966944,0.75206614,0.75206614,0.7355372,0.71900827,0.69008267,0.6570248,0.56198347,0.4752066,0.446281,0.45041323,0.4214876,0.446281,0.46280992,0.47107437,0.49173555,0.46280992,0.4214876,0.38429752,0.338843,0.30578512,0.32231405,0.29752067,0.3264463,0.37603307,0.40495867,0.4214876,0.45041323,0.4876033,0.4752066,0.38842976,0.30991736,0.2644628,0.24793388,0.2644628,0.30578512,0.38429752,0.45454547,0.5,0.5,0.5289256,0.5371901,0.54545456,0.5041322,0.5082645,0.5082645,0.5041322,0.5082645,0.40082645,0.2231405,0.18181819,0.12809917,0.11570248,0.661157,0.6694215,0.69008267,0.6818182,0.6859504,0.6942149,0.6983471,0.7066116,0.70247936,0.7231405,0.74380165,0.7355372,0.74793386,0.74793386,0.7355372,0.7107438,0.6735537,0.6528926,0.58264464,0.54545456,0.6280992,0.6570248,0.56198347,0.5371901,0.5289256,0.5289256,0.5495868,0.5495868,0.54545456,0.5165289,0.5,0.47933885,0.45454547,0.446281,0.4752066,0.4876033,0.49586776,0.5123967,0.5165289,0.5206612,0.5,0.47933885,0.45041323,0.41322315,0.38842976,0.35123968,0.3181818,0.37603307,0.47107437,0.49586776,0.5123967,0.5413223,0.553719,0.5413223,0.5,0.5041322,0.5,0.4876033,0.5123967,0.3181818,0.09917355,0.11570248,0.11570248,0.11157025,0.6487603,0.6694215,0.677686,0.6694215,0.6859504,0.6942149,0.6818182,0.71900827,0.69008267,0.7066116,0.7107438,0.74380165,0.76033056,0.73140496,0.72727275,0.6735537,0.6446281,0.6198347,0.5371901,0.59917355,0.71487606,0.70247936,0.6446281,0.58264464,0.5413223,0.5206612,0.53305787,0.5495868,0.5661157,0.54545456,0.54545456,0.5371901,0.5165289,0.5289256,0.5371901,0.5165289,0.49173555,0.4876033,0.49173555,0.4876033,0.47107437,0.45867768,0.44214877,0.44214877,0.49586776,0.49586776,0.446281,0.45867768,0.5,0.49586776,0.5082645,0.5413223,0.54545456,0.53305787,0.49586776,0.5,0.49586776,0.4876033,0.5,0.23553719,0.10330579,0.11157025,0.11570248,0.11157025,0.6404959,0.6694215,0.677686,0.6570248,0.69008267,0.6818182,0.6942149,0.7066116,0.70247936,0.70247936,0.6859504,0.7355372,0.75206614,0.7231405,0.7107438,0.6694215,0.61157024,0.57438016,0.55785125,0.6818182,0.71900827,0.6942149,0.6859504,0.6322314,0.5785124,0.53305787,0.5082645,0.5041322,0.5,0.4876033,0.5041322,0.49173555,0.47933885,0.5165289,0.5206612,0.4752066,0.46280992,0.42975205,0.4338843,0.44214877,0.446281,0.42561984,0.42975205,0.45041323,0.5247934,0.553719,0.5247934,0.5082645,0.5123967,0.5041322,0.5165289,0.54545456,0.5413223,0.5165289,0.49586776,0.5,0.49586776,0.48347107,0.45041323,0.19008264,0.08677686,0.10743801,0.11570248,0.10743801,0.6363636,0.661157,0.6735537,0.6570248,0.6859504,0.6818182,0.7066116,0.7066116,0.6983471,0.6859504,0.6735537,0.6983471,0.73140496,0.7231405,0.6942149,0.6528926,0.59504133,0.60330576,0.6404959,0.7107438,0.7107438,0.6859504,0.69008267,0.6818182,0.6363636,0.58677685,0.53305787,0.48347107,0.43801653,0.42561984,0.446281,0.43801653,0.45454547,0.47933885,0.45041323,0.41735536,0.41735536,0.38842976,0.4090909,0.4090909,0.42975205,0.41735536,0.45454547,0.5,0.553719,0.55785125,0.5413223,0.5123967,0.5041322,0.49586776,0.5123967,0.5413223,0.5247934,0.5082645,0.5041322,0.5041322,0.49173555,0.49586776,0.35950413,0.13636364,0.09917355,0.11570248,0.11157025,0.11157025,0.61157024,0.6446281,0.6652893,0.6652893,0.6735537,0.69008267,0.6983471,0.6983471,0.7066116,0.69008267,0.6859504,0.6942149,0.70247936,0.7107438,0.69008267,0.6322314,0.58677685,0.607438,0.6570248,0.6859504,0.6818182,0.661157,0.6735537,0.677686,0.6528926,0.6322314,0.59090906,0.5165289,0.4752066,0.4214876,0.40082645,0.3429752,0.4090909,0.4090909,0.3264463,0.33471075,0.33471075,0.3429752,0.38016528,0.4090909,0.4338843,0.45041323,0.49173555,0.5289256,0.54545456,0.5413223,0.5206612,0.5123967,0.5123967,0.49586776,0.5165289,0.5247934,0.5082645,0.49586776,0.5041322,0.5,0.49173555,0.4752066,0.2892562,0.10743801,0.11983471,0.11157025,0.10743801,0.11157025,0.58264464,0.62396693,0.6528926,0.661157,0.6528926,0.6694215,0.6818182,0.6942149,0.6983471,0.6942149,0.6818182,0.6859504,0.6859504,0.6859504,0.6694215,0.62396693,0.59090906,0.6198347,0.6528926,0.6652893,0.6570248,0.6322314,0.6404959,0.6528926,0.6487603,0.6280992,0.59917355,0.55785125,0.5,0.4214876,0.3305785,0.25619835,0.30991736,0.30165288,0.26859504,0.3264463,0.32231405,0.37603307,0.39256197,0.4214876,0.45454547,0.49586776,0.5165289,0.5289256,0.5247934,0.53305787,0.5289256,0.5206612,0.5041322,0.49173555,0.5165289,0.5123967,0.49586776,0.4876033,0.5,0.49173555,0.49586776,0.42975205,0.18595041,0.08677686,0.11983471,0.11570248,0.10743801,0.11157025,0.5495868,0.59917355,0.6322314,0.6487603,0.6404959,0.6446281,0.6818182,0.69008267,0.7066116,0.70247936,0.6694215,0.6694215,0.677686,0.661157,0.6487603,0.6322314,0.62396693,0.6363636,0.6404959,0.6446281,0.6363636,0.607438,0.61570245,0.62396693,0.6322314,0.61570245,0.5785124,0.5247934,0.4752066,0.39256197,0.30165288,0.2768595,0.30165288,0.30165288,0.3140496,0.3677686,0.35123968,0.38016528,0.41735536,0.4338843,0.47107437,0.5041322,0.49586776,0.5165289,0.5082645,0.5247934,0.5247934,0.5206612,0.4876033,0.5,0.5082645,0.49586776,0.49586776,0.49586776,0.49173555,0.4876033,0.4876033,0.35123968,0.09090909,0.10743801,0.11983471,0.10743801,0.10743801,0.11157025,0.5,0.5661157,0.61157024,0.62396693,0.6322314,0.6446281,0.6694215,0.69008267,0.69008267,0.6942149,0.6694215,0.6487603,0.6528926,0.6528926,0.6487603,0.6446281,0.6528926,0.6818182,0.6487603,0.6280992,0.6198347,0.59917355,0.59504133,0.59090906,0.59917355,0.58677685,0.5413223,0.5,0.4214876,0.3553719,0.3181818,0.33471075,0.38016528,0.37603307,0.37603307,0.38429752,0.3966942,0.40495867,0.41322315,0.45041323,0.46280992,0.47107437,0.48347107,0.5123967,0.5206612,0.5165289,0.48347107,0.4876033,0.5082645,0.49173555,0.46694216,0.49173555,0.47933885,0.5,0.49173555,0.48347107,0.47107437,0.2107438,0.0785124,0.11157025,0.11570248,0.10743801,0.10743801,0.11157025,0.4752066,0.5165289,0.5785124,0.59504133,0.62396693,0.6280992,0.6487603,0.6735537,0.6818182,0.6818182,0.6652893,0.6363636,0.6322314,0.6487603,0.661157,0.6404959,0.6404959,0.6487603,0.6404959,0.6198347,0.607438,0.59504133,0.57438016,0.56198347,0.57024795,0.56198347,0.5247934,0.49173555,0.43801653,0.40495867,0.3677686,0.37603307,0.4214876,0.42561984,0.4214876,0.41735536,0.4338843,0.44214877,0.45454547,0.446281,0.45454547,0.45867768,0.49173555,0.5082645,0.5206612,0.49586776,0.45867768,0.48347107,0.4876033,0.47107437,0.43801653,0.47933885,0.48347107,0.49586776,0.49173555,0.5,0.39256197,0.08264463,0.09917355,0.10743801,0.11570248,0.11570248,0.09917355,0.11157025,0.4876033,0.4752066,0.5165289,0.5661157,0.58677685,0.6198347,0.6446281,0.6363636,0.6652893,0.6694215,0.6570248,0.6322314,0.6363636,0.6528926,0.6570248,0.6446281,0.6363636,0.6363636,0.6322314,0.60330576,0.59504133,0.59917355,0.5661157,0.5371901,0.54545456,0.553719,0.5371901,0.5206612,0.4876033,0.46694216,0.44214877,0.446281,0.46694216,0.47107437,0.48347107,0.48347107,0.49586776,0.5082645,0.5041322,0.49586776,0.46694216,0.45867768,0.4876033,0.5,0.5041322,0.47107437,0.446281,0.46280992,0.4752066,0.46280992,0.45867768,0.47933885,0.47933885,0.49586776,0.4876033,0.5123967,0.20661157,0.09090909,0.11570248,0.11983471,0.10330579,0.11983471,0.09917355,0.11570248,0.5289256,0.47107437,0.47933885,0.5123967,0.56198347,0.61570245,0.62396693,0.6404959,0.6446281,0.661157,0.6322314,0.6446281,0.6322314,0.661157,0.6652893,0.6528926,0.6528926,0.6404959,0.6446281,0.6322314,0.61570245,0.59917355,0.57438016,0.54545456,0.54545456,0.55785125,0.56198347,0.56198347,0.54545456,0.5371901,0.5247934,0.5289256,0.5371901,0.5495868,0.56198347,0.553719,0.553719,0.5495868,0.5495868,0.5289256,0.4876033,0.4752066,0.4876033,0.49173555,0.4752066,0.45041323,0.43801653,0.46280992,0.47107437,0.45867768,0.46280992,0.47107437,0.48347107,0.49586776,0.5123967,0.3966942,0.11983471,0.10330579,0.11157025,0.11570248,0.11570248,0.11157025,0.10330579,0.11570248,0.5785124,0.5123967,0.49586776,0.47933885,0.5206612,0.57438016,0.60330576,0.6404959,0.6404959,0.6404959,0.6404959,0.6528926,0.6280992,0.62396693,0.6570248,0.6487603,0.6570248,0.6363636,0.6446281,0.6570248,0.6322314,0.61157024,0.59090906,0.5495868,0.5661157,0.5785124,0.5785124,0.60330576,0.59917355,0.59917355,0.58264464,0.59504133,0.59504133,0.59917355,0.59917355,0.59917355,0.58677685,0.57024795,0.553719,0.5289256,0.5,0.49586776,0.5,0.5,0.47933885,0.43801653,0.44214877,0.48347107,0.47107437,0.446281,0.45041323,0.47107437,0.48347107,0.5,0.4876033,0.23140496,0.09917355,0.11157025,0.11983471,0.11570248,0.10330579,0.11570248,0.10743801,0.11157025,0.59917355,0.5661157,0.5082645,0.49586776,0.49173555,0.5247934,0.59090906,0.607438,0.6322314,0.61570245,0.6446281,0.6570248,0.6322314,0.62396693,0.61157024,0.6404959,0.677686,0.6570248,0.6570248,0.6694215,0.6404959,0.6198347,0.61157024,0.56198347,0.57024795,0.59504133,0.61157024,0.61570245,0.61157024,0.61570245,0.60330576,0.61157024,0.61157024,0.61157024,0.59917355,0.60330576,0.59090906,0.55785125,0.553719,0.5495868,0.5371901,0.5247934,0.5247934,0.5206612,0.5,0.47107437,0.48347107,0.49173555,0.46694216,0.45041323,0.45867768,0.46694216,0.4876033,0.5041322,0.36363637,0.14049587,0.09504132,0.11570248,0.10743801,0.11570248,0.10330579,0.11157025,0.11157025,0.10330579,0.59917355,0.59917355,0.54545456,0.5082645,0.5082645,0.49173555,0.5165289,0.57024795,0.607438,0.61570245,0.6198347,0.6446281,0.62396693,0.62396693,0.61570245,0.6404959,0.6818182,0.6818182,0.6818182,0.69008267,0.6694215,0.6404959,0.6487603,0.60330576,0.59504133,0.60330576,0.62396693,0.62396693,0.6280992,0.6198347,0.6198347,0.61157024,0.6198347,0.61570245,0.59504133,0.59504133,0.59090906,0.57438016,0.55785125,0.55785125,0.56198347,0.54545456,0.55785125,0.53305787,0.49586776,0.4876033,0.5041322,0.49173555,0.46694216,0.45867768,0.46694216,0.47107437,0.48347107,0.4876033,0.26859504,0.09090909,0.10743801,0.11157025,0.11157025,0.11983471,0.10743801,0.10743801,0.11157025,0.10330579,0.59090906,0.6198347,0.5785124,0.5371901,0.5247934,0.5165289,0.49586776,0.5206612,0.56198347,0.59917355,0.59917355,0.61157024,0.61570245,0.61157024,0.61570245,0.6528926,0.6694215,0.6694215,0.677686,0.6859504,0.69008267,0.661157,0.6570248,0.6404959,0.6198347,0.59090906,0.61157024,0.61570245,0.6487603,0.61570245,0.6446281,0.59917355,0.62396693,0.62396693,0.59090906,0.607438,0.57024795,0.57024795,0.5661157,0.55785125,0.5371901,0.53305787,0.54545456,0.5206612,0.47933885,0.4752066,0.49586776,0.47933885,0.46694216,0.446281,0.45867768,0.47107437,0.4876033,0.47107437,0.2603306,0.07024793,0.10743801,0.11570248,0.11157025,0.11570248,0.11157025,0.11157025,0.10743801,0.10743801,0.5661157,0.6280992,0.59917355,0.57438016,0.553719,0.5413223,0.5206612,0.49173555,0.5165289,0.5495868,0.5661157,0.59090906,0.60330576,0.60330576,0.61570245,0.6198347,0.6446281,0.6487603,0.6735537,0.6818182,0.6859504,0.6694215,0.6528926,0.6322314,0.6322314,0.59917355,0.61570245,0.59917355,0.6487603,0.62396693,0.6404959,0.57024795,0.61570245,0.61157024,0.56198347,0.5785124,0.55785125,0.53305787,0.5495868,0.5165289,0.49173555,0.49586776,0.5082645,0.48347107,0.47933885,0.47107437,0.47107437,0.46694216,0.46280992,0.446281,0.45454547,0.46694216,0.49173555,0.47107437,0.25619835,0.07438017,0.11570248,0.11570248,0.11157025,0.11157025,0.11157025,0.11157025,0.11157025,0.10743801,1 +0.6280992,0.60330576,0.6280992,0.7231405,0.70247936,0.6942149,0.6983471,0.71487606,0.7355372,0.74380165,0.71487606,0.72727275,0.74793386,0.7768595,0.7892562,0.78512394,0.8016529,0.7933884,0.7892562,0.7933884,0.7933884,0.8016529,0.8016529,0.7933884,0.79752064,0.8057851,0.7892562,0.7768595,0.78099173,0.78512394,0.7892562,0.7933884,0.79752064,0.79752064,0.78512394,0.78099173,0.79752064,0.78512394,0.7768595,0.74793386,0.71900827,0.71900827,0.7107438,0.6942149,0.6942149,0.69008267,0.69008267,0.69008267,0.6859504,0.6859504,0.6694215,0.6652893,0.69008267,0.6983471,0.6859504,0.661157,0.6322314,0.62396693,0.6446281,0.6322314,0.553719,0.6280992,0.5785124,0.59917355,0.6487603,0.61157024,0.6404959,0.71487606,0.7066116,0.6942149,0.70247936,0.71900827,0.74793386,0.73966944,0.7355372,0.76859504,0.76859504,0.7768595,0.79752064,0.8057851,0.8057851,0.79752064,0.7892562,0.7933884,0.7933884,0.79752064,0.7892562,0.8140496,0.822314,0.822314,0.78512394,0.7892562,0.7933884,0.7933884,0.79752064,0.8057851,0.8140496,0.80991733,0.8016529,0.7892562,0.80991733,0.8140496,0.79752064,0.74380165,0.71900827,0.7231405,0.71487606,0.7066116,0.7066116,0.6983471,0.7066116,0.71487606,0.71487606,0.6818182,0.6735537,0.6735537,0.6859504,0.69008267,0.6735537,0.661157,0.6322314,0.62396693,0.6487603,0.6280992,0.55785125,0.61570245,0.6446281,0.60330576,0.661157,0.61570245,0.6404959,0.7066116,0.6942149,0.69008267,0.7107438,0.71487606,0.73966944,0.74380165,0.74380165,0.76859504,0.77272725,0.77272725,0.8057851,0.8140496,0.8181818,0.8016529,0.78512394,0.78512394,0.78512394,0.7933884,0.7768595,0.8264463,0.8471074,0.8264463,0.7933884,0.7892562,0.78099173,0.80991733,0.8140496,0.8264463,0.8347107,0.822314,0.8264463,0.8016529,0.8305785,0.8181818,0.8016529,0.74380165,0.71487606,0.7231405,0.7107438,0.6983471,0.7066116,0.7107438,0.71900827,0.7107438,0.7066116,0.6983471,0.677686,0.677686,0.6859504,0.6818182,0.6694215,0.6487603,0.6363636,0.62396693,0.6322314,0.6322314,0.57438016,0.61570245,0.6570248,0.6363636,0.7107438,0.6446281,0.661157,0.6983471,0.6983471,0.6983471,0.6983471,0.7066116,0.7231405,0.74380165,0.74793386,0.75619835,0.76859504,0.76033056,0.7892562,0.7892562,0.79752064,0.7892562,0.77272725,0.76859504,0.7768595,0.7768595,0.7768595,0.8181818,0.8264463,0.80991733,0.8016529,0.7892562,0.7644628,0.8057851,0.80991733,0.822314,0.8264463,0.8181818,0.8264463,0.8140496,0.8181818,0.8181818,0.79752064,0.73966944,0.72727275,0.72727275,0.70247936,0.6983471,0.6983471,0.71487606,0.71900827,0.6983471,0.70247936,0.69008267,0.6942149,0.6735537,0.6735537,0.677686,0.6570248,0.6404959,0.6363636,0.6198347,0.62396693,0.6404959,0.58677685,0.58677685,0.6404959,0.6570248,0.7644628,0.7107438,0.6487603,0.6942149,0.70247936,0.6942149,0.6818182,0.7066116,0.71900827,0.74380165,0.74793386,0.75206614,0.76033056,0.75206614,0.7644628,0.7644628,0.76859504,0.76859504,0.7644628,0.77272725,0.7768595,0.76859504,0.77272725,0.7768595,0.77272725,0.76033056,0.7768595,0.76859504,0.73966944,0.7768595,0.7768595,0.7933884,0.8057851,0.78099173,0.78512394,0.78099173,0.78099173,0.7892562,0.78099173,0.73966944,0.71900827,0.7231405,0.70247936,0.6942149,0.6942149,0.7107438,0.7107438,0.6859504,0.69008267,0.6942149,0.6818182,0.677686,0.6652893,0.661157,0.6446281,0.6280992,0.6198347,0.6198347,0.61157024,0.6363636,0.57438016,0.54545456,0.6322314,0.6528926,0.7933884,0.6942149,0.6528926,0.677686,0.6983471,0.6983471,0.6859504,0.71487606,0.7107438,0.7355372,0.75206614,0.7355372,0.72727275,0.72727275,0.7231405,0.7231405,0.71900827,0.71900827,0.71487606,0.73140496,0.72727275,0.71487606,0.7066116,0.6859504,0.6818182,0.661157,0.70247936,0.71900827,0.71487606,0.73966944,0.72727275,0.75619835,0.7644628,0.73966944,0.71487606,0.69008267,0.70247936,0.72727275,0.7355372,0.6983471,0.6735537,0.6694215,0.661157,0.661157,0.6735537,0.6818182,0.6859504,0.6735537,0.6735537,0.6652893,0.661157,0.6528926,0.6570248,0.661157,0.6528926,0.62396693,0.60330576,0.61157024,0.60330576,0.6280992,0.5289256,0.5123967,0.607438,0.6446281,0.73140496,0.59917355,0.6198347,0.677686,0.6983471,0.6983471,0.6818182,0.7066116,0.7066116,0.72727275,0.6859504,0.6818182,0.6859504,0.6735537,0.6528926,0.6322314,0.61570245,0.61157024,0.61157024,0.62396693,0.57438016,0.5413223,0.5661157,0.5661157,0.5785124,0.59504133,0.61570245,0.6487603,0.6735537,0.6942149,0.6652893,0.7107438,0.71487606,0.70247936,0.6818182,0.6363636,0.6198347,0.6446281,0.6363636,0.59917355,0.59090906,0.58264464,0.57024795,0.553719,0.57438016,0.59090906,0.60330576,0.60330576,0.61570245,0.607438,0.61570245,0.62396693,0.62396693,0.6446281,0.6404959,0.61570245,0.59917355,0.59917355,0.59917355,0.60330576,0.4876033,0.46694216,0.57024795,0.6404959,0.61157024,0.5247934,0.61157024,0.6859504,0.6818182,0.6859504,0.6652893,0.70247936,0.6983471,0.6859504,0.6487603,0.6446281,0.62396693,0.58264464,0.56198347,0.53305787,0.5165289,0.5,0.5,0.5165289,0.4752066,0.43801653,0.46280992,0.46280992,0.48347107,0.5247934,0.553719,0.59090906,0.6198347,0.6363636,0.6280992,0.6818182,0.6735537,0.6570248,0.6322314,0.59917355,0.57024795,0.5785124,0.5413223,0.5,0.4876033,0.48347107,0.43801653,0.42975205,0.46694216,0.47107437,0.47933885,0.5123967,0.5041322,0.5123967,0.553719,0.58677685,0.60330576,0.607438,0.6198347,0.59917355,0.59090906,0.59090906,0.59090906,0.59090906,0.4752066,0.43801653,0.5289256,0.6363636,0.5041322,0.5082645,0.6198347,0.69008267,0.6694215,0.6694215,0.6652893,0.677686,0.661157,0.6322314,0.6280992,0.6198347,0.58264464,0.5495868,0.5165289,0.47933885,0.46280992,0.42975205,0.42975205,0.4090909,0.41322315,0.39256197,0.41735536,0.41735536,0.43801653,0.45867768,0.5,0.5413223,0.5661157,0.59504133,0.6198347,0.6652893,0.6363636,0.607438,0.57438016,0.53305787,0.5082645,0.5041322,0.46280992,0.40495867,0.40495867,0.38016528,0.34710744,0.3677686,0.37190083,0.35950413,0.38016528,0.4090909,0.40082645,0.43801653,0.47933885,0.5165289,0.553719,0.57024795,0.59090906,0.58677685,0.59090906,0.5661157,0.58264464,0.58264464,0.4752066,0.41322315,0.5041322,0.6198347,0.4338843,0.5,0.6363636,0.6942149,0.6694215,0.6652893,0.6404959,0.60330576,0.59090906,0.61157024,0.6528926,0.69008267,0.6694215,0.5661157,0.5785124,0.5661157,0.5289256,0.49586776,0.46280992,0.4338843,0.42561984,0.40495867,0.446281,0.45454547,0.47107437,0.47933885,0.4876033,0.5123967,0.55785125,0.6487603,0.661157,0.677686,0.6363636,0.59504133,0.5289256,0.47107437,0.45041323,0.4338843,0.41735536,0.38016528,0.37190083,0.34710744,0.3181818,0.29338843,0.3140496,0.32231405,0.37603307,0.42561984,0.446281,0.49586776,0.5371901,0.5661157,0.57438016,0.55785125,0.553719,0.55785125,0.5661157,0.54545456,0.5661157,0.57438016,0.49173555,0.39256197,0.47933885,0.58264464,0.3966942,0.5041322,0.6570248,0.6942149,0.60330576,0.57024795,0.54545456,0.5206612,0.5,0.5082645,0.5206612,0.5371901,0.53305787,0.48347107,0.8057851,0.8471074,0.78099173,0.70247936,0.6404959,0.6363636,0.60330576,0.55785125,0.56198347,0.553719,0.58677685,0.59090906,0.53305787,0.5495868,0.607438,0.6735537,0.6735537,0.661157,0.6198347,0.5785124,0.4876033,0.41322315,0.38429752,0.3677686,0.37190083,0.3677686,0.338843,0.32231405,0.3140496,0.32231405,0.38429752,0.43801653,0.49173555,0.5413223,0.5371901,0.5495868,0.58677685,0.607438,0.6280992,0.59917355,0.54545456,0.5206612,0.553719,0.5495868,0.553719,0.57024795,0.5082645,0.40082645,0.45041323,0.55785125,0.3677686,0.5289256,0.6570248,0.5206612,0.5661157,0.5082645,0.5247934,0.59917355,0.57024795,0.57024795,0.6280992,0.6942149,0.69008267,0.60330576,0.75206614,0.8181818,0.77272725,0.6694215,0.6280992,0.6198347,0.59504133,0.58264464,0.59090906,0.57024795,0.5495868,0.47933885,0.40082645,0.40495867,0.38842976,0.40082645,0.3677686,0.40082645,0.39256197,0.3966942,0.35950413,0.30991736,0.2644628,0.28099173,0.3181818,0.3305785,0.3181818,0.3264463,0.3429752,0.35123968,0.38016528,0.38842976,0.42975205,0.4876033,0.5165289,0.5041322,0.5165289,0.5289256,0.5413223,0.5289256,0.47933885,0.4876033,0.5082645,0.53305787,0.54545456,0.57438016,0.5206612,0.42975205,0.42561984,0.5206612,0.3553719,0.607438,0.47107437,0.5371901,0.69008267,0.5123967,0.5371901,0.6570248,0.58264464,0.6198347,0.71487606,0.78512394,0.74793386,0.73140496,0.74380165,0.75619835,0.6446281,0.5289256,0.5247934,0.5289256,0.5206612,0.49586776,0.47107437,0.45867768,0.43801653,0.3305785,0.3966942,0.5661157,0.5661157,0.6694215,0.677686,0.7066116,0.6363636,0.61570245,0.5082645,0.35950413,0.29338843,0.35950413,0.36363637,0.35123968,0.3677686,0.40495867,0.43801653,0.5,0.607438,0.59090906,0.6280992,0.6487603,0.6446281,0.6280992,0.61157024,0.607438,0.61570245,0.54545456,0.47107437,0.45454547,0.45041323,0.45454547,0.49173555,0.56198347,0.55785125,0.45454547,0.38429752,0.47933885,0.338843,0.62396693,0.5041322,0.61570245,0.69008267,0.446281,0.5371901,0.6446281,0.58677685,0.6735537,0.71487606,0.69008267,0.69008267,0.77272725,0.74793386,0.73140496,0.607438,0.49173555,0.46280992,0.4338843,0.45454547,0.4876033,0.48347107,0.46694216,0.47933885,0.5206612,0.3264463,0.6528926,0.6404959,0.71487606,0.7231405,0.74380165,0.71900827,0.6942149,0.5413223,0.41322315,0.45454547,0.45454547,0.3677686,0.37603307,0.44214877,0.47107437,0.5247934,0.59090906,0.6487603,0.607438,0.56198347,0.58677685,0.59090906,0.59504133,0.59090906,0.661157,0.7107438,0.6322314,0.54545456,0.5289256,0.5165289,0.4338843,0.40495867,0.49586776,0.58264464,0.48347107,0.3677686,0.4214876,0.40495867,0.60330576,0.49173555,0.62396693,0.62396693,0.40082645,0.6528926,0.74380165,0.61570245,0.661157,0.6322314,0.59090906,0.6528926,0.69008267,0.661157,0.54545456,0.45867768,0.41322315,0.4090909,0.4214876,0.41322315,0.41322315,0.45041323,0.46280992,0.49173555,0.62396693,0.4338843,0.49173555,0.58264464,0.6322314,0.59917355,0.58677685,0.59917355,0.61157024,0.5785124,0.5123967,0.5247934,0.45041323,0.37603307,0.45041323,0.49173555,0.446281,0.5495868,0.6322314,0.6528926,0.62396693,0.58264464,0.58264464,0.58264464,0.5785124,0.58677685,0.553719,0.58264464,0.6404959,0.55785125,0.5371901,0.5371901,0.4338843,0.3966942,0.45454547,0.55785125,0.5206612,0.39256197,0.3677686,0.45454547,0.55785125,0.3305785,0.6363636,0.5371901,0.38842976,0.8057851,0.8429752,0.6735537,0.57024795,0.5661157,0.61570245,0.59504133,0.4752066,0.55785125,0.26859504,0.2107438,0.26859504,0.3429752,0.40495867,0.38429752,0.39256197,0.45041323,0.5165289,0.57438016,0.6446281,0.5495868,0.48347107,0.5206612,0.70247936,0.54545456,0.42561984,0.4338843,0.41735536,0.42975205,0.5247934,0.54545456,0.47933885,0.43801653,0.4876033,0.47107437,0.40495867,0.4876033,0.553719,0.5247934,0.4214876,0.40082645,0.3305785,0.37190083,0.5041322,0.56198347,0.60330576,0.553719,0.5289256,0.5661157,0.54545456,0.58677685,0.49586776,0.38429752,0.48347107,0.5165289,0.55785125,0.3966942,0.35950413,0.3553719,0.55785125,0.30991736,0.5,0.40082645,0.43801653,0.88429755,0.8595041,0.6942149,0.5082645,0.5495868,0.5661157,0.5123967,0.5289256,0.43801653,0.3181818,0.30578512,0.40082645,0.45041323,0.5041322,0.42975205,0.44214877,0.48347107,0.6404959,0.677686,0.6322314,0.57024795,0.47933885,0.5206612,0.73966944,0.4876033,0.26859504,0.2603306,0.23553719,0.36363637,0.5165289,0.54545456,0.55785125,0.57024795,0.59090906,0.45454547,0.40495867,0.45041323,0.5165289,0.47933885,0.3553719,0.28512397,0.19008264,0.23140496,0.38842976,0.45454547,0.49173555,0.57024795,0.49586776,0.5371901,0.55785125,0.6528926,0.58264464,0.38429752,0.5041322,0.44214877,0.5371901,0.41322315,0.3305785,0.27272728,0.57024795,0.28099173,0.41322315,0.47107437,0.49173555,0.838843,0.7644628,0.62396693,0.5247934,0.5247934,0.5206612,0.553719,0.607438,0.5165289,0.47933885,0.49586776,0.5289256,0.53305787,0.5247934,0.49586776,0.53305787,0.58264464,0.6570248,0.6528926,0.60330576,0.5123967,0.35123968,0.49586776,0.553719,0.446281,0.38016528,0.3677686,0.3140496,0.29752067,0.48347107,0.5289256,0.6280992,0.6652893,0.6363636,0.5289256,0.49173555,0.5041322,0.56198347,0.5371901,0.45867768,0.40082645,0.3553719,0.3429752,0.3966942,0.5041322,0.44214877,0.5,0.49173555,0.5371901,0.58677685,0.6570248,0.6942149,0.37603307,0.4338843,0.43801653,0.41735536,0.44214877,0.35950413,0.21900827,0.5661157,0.1694215,0.3553719,0.5371901,0.48347107,0.6983471,0.72727275,0.6570248,0.61570245,0.54545456,0.49173555,0.5495868,0.607438,0.5785124,0.53305787,0.5123967,0.49173555,0.46280992,0.44214877,0.44214877,0.47107437,0.5289256,0.59504133,0.59917355,0.61157024,0.45041323,0.4090909,0.553719,0.6694215,0.6694215,0.6198347,0.57438016,0.45867768,0.28512397,0.4752066,0.49586776,0.61157024,0.6280992,0.5661157,0.5206612,0.48347107,0.48347107,0.5082645,0.5123967,0.5165289,0.5123967,0.49586776,0.4876033,0.5371901,0.56198347,0.53305787,0.49586776,0.4876033,0.5247934,0.58677685,0.61570245,0.60330576,0.3553719,0.38429752,0.4752066,0.29338843,0.37603307,0.37190083,0.26859504,0.55785125,0.1570248,0.3305785,0.54545456,0.5082645,0.677686,0.78099173,0.76033056,0.7355372,0.6487603,0.5495868,0.5413223,0.5661157,0.56198347,0.5123967,0.47107437,0.45454547,0.43801653,0.446281,0.4752066,0.5289256,0.56198347,0.58264464,0.60330576,0.61157024,0.3677686,0.48347107,0.59917355,0.74793386,0.72727275,0.677686,0.6735537,0.5123967,0.3181818,0.446281,0.5,0.59504133,0.61570245,0.57024795,0.49586776,0.46280992,0.45454547,0.45041323,0.46694216,0.4876033,0.49586776,0.5,0.49586776,0.5165289,0.5289256,0.5,0.4752066,0.46694216,0.4876033,0.56198347,0.5661157,0.53305787,0.41322315,0.40495867,0.5371901,0.20661157,0.14876033,0.2768595,0.37603307,0.5123967,0.16528925,0.28099173,0.48347107,0.5371901,0.6859504,0.78512394,0.78512394,0.73140496,0.7066116,0.661157,0.6363636,0.61570245,0.5785124,0.5371901,0.5,0.4876033,0.5041322,0.53305787,0.56198347,0.58264464,0.57438016,0.59090906,0.62396693,0.57024795,0.36363637,0.54545456,0.6652893,0.75619835,0.72727275,0.6694215,0.6694215,0.58677685,0.338843,0.38842976,0.5247934,0.57024795,0.607438,0.59917355,0.57438016,0.5247934,0.5,0.4876033,0.46280992,0.45454547,0.45454547,0.46280992,0.46280992,0.47933885,0.4876033,0.47933885,0.48347107,0.5041322,0.55785125,0.6404959,0.6735537,0.61157024,0.4338843,0.41322315,0.56198347,0.22727273,0.23966943,0.28512397,0.45454547,0.46280992,0.19008264,0.20247933,0.3429752,0.5371901,0.6942149,0.74380165,0.72727275,0.6942149,0.7066116,0.72727275,0.6818182,0.661157,0.6363636,0.60330576,0.57024795,0.56198347,0.5785124,0.5785124,0.5785124,0.58264464,0.58264464,0.61157024,0.6322314,0.4752066,0.44214877,0.59917355,0.71487606,0.75206614,0.71900827,0.6570248,0.6446281,0.6404959,0.41322315,0.33471075,0.5123967,0.55785125,0.58264464,0.58677685,0.59504133,0.59090906,0.57024795,0.553719,0.5289256,0.5041322,0.47933885,0.47107437,0.45867768,0.47933885,0.5,0.5247934,0.56198347,0.58677685,0.62396693,0.6942149,0.7231405,0.6487603,0.42561984,0.43801653,0.5123967,0.35950413,0.5041322,0.43801653,0.47933885,0.41735536,0.2231405,0.20247933,0.18181819,0.49173555,0.6735537,0.69008267,0.71900827,0.6983471,0.6859504,0.69008267,0.661157,0.661157,0.6528926,0.6198347,0.59504133,0.59090906,0.59504133,0.58264464,0.5661157,0.58264464,0.59090906,0.62396693,0.59504133,0.40495867,0.5371901,0.6404959,0.7231405,0.7355372,0.6983471,0.6363636,0.6404959,0.6280992,0.53305787,0.338843,0.4338843,0.55785125,0.5785124,0.5785124,0.58264464,0.58264464,0.58677685,0.57438016,0.5785124,0.57438016,0.553719,0.5413223,0.5247934,0.5371901,0.5495868,0.57438016,0.59504133,0.607438,0.62396693,0.6735537,0.70247936,0.6322314,0.4338843,0.42561984,0.42975205,0.4214876,0.57438016,0.49173555,0.47933885,0.42975205,0.2603306,0.2107438,0.15289256,0.4090909,0.6528926,0.6859504,0.72727275,0.70247936,0.677686,0.661157,0.6446281,0.6446281,0.61570245,0.59504133,0.58264464,0.59090906,0.58677685,0.57438016,0.56198347,0.59504133,0.607438,0.6322314,0.5206612,0.446281,0.58677685,0.6859504,0.73140496,0.71900827,0.6942149,0.6404959,0.6280992,0.6198347,0.59504133,0.43801653,0.3553719,0.5247934,0.58264464,0.58264464,0.58677685,0.5785124,0.57024795,0.5785124,0.59917355,0.59917355,0.59504133,0.59917355,0.59090906,0.58677685,0.59090906,0.59917355,0.59917355,0.61570245,0.62396693,0.6528926,0.6859504,0.59504133,0.47107437,0.3140496,0.40082645,0.4338843,0.56198347,0.5082645,0.38016528,0.49586776,0.29752067,0.20247933,0.19421488,0.28512397,0.6694215,0.677686,0.73140496,0.7107438,0.6818182,0.6446281,0.6198347,0.59504133,0.58677685,0.58264464,0.58677685,0.58264464,0.58264464,0.56198347,0.57024795,0.59090906,0.6363636,0.61570245,0.47107437,0.5082645,0.607438,0.6983471,0.6983471,0.70247936,0.6528926,0.6322314,0.60330576,0.61157024,0.59917355,0.53305787,0.38842976,0.46280992,0.60330576,0.58677685,0.57438016,0.58264464,0.57024795,0.5661157,0.57024795,0.59504133,0.60330576,0.61570245,0.60330576,0.61157024,0.60330576,0.60330576,0.607438,0.6280992,0.6404959,0.677686,0.6818182,0.57438016,0.45454547,0.2520661,0.45454547,0.42975205,0.5413223,0.49586776,0.3429752,0.55785125,0.38842976,0.20661157,0.23966943,0.19421488,0.6570248,0.6570248,0.7231405,0.7107438,0.6735537,0.6198347,0.59917355,0.59090906,0.58677685,0.59504133,0.61570245,0.59917355,0.59090906,0.58677685,0.58264464,0.59917355,0.6446281,0.5371901,0.47107437,0.56198347,0.6528926,0.6983471,0.6942149,0.6859504,0.6735537,0.61157024,0.60330576,0.607438,0.59504133,0.5661157,0.49173555,0.42561984,0.55785125,0.58677685,0.5661157,0.57438016,0.55785125,0.553719,0.5495868,0.5661157,0.5785124,0.58677685,0.59090906,0.61157024,0.61570245,0.61157024,0.6280992,0.6570248,0.6735537,0.71487606,0.6652893,0.5495868,0.3966942,0.24793388,0.4752066,0.41322315,0.5371901,0.48347107,0.47107437,0.42561984,0.61157024,0.24793388,0.20661157,0.21487603,0.61157024,0.6404959,0.6983471,0.7107438,0.661157,0.62396693,0.61157024,0.61157024,0.61570245,0.607438,0.61570245,0.607438,0.59504133,0.58677685,0.59090906,0.6570248,0.57024795,0.40495867,0.4876033,0.61570245,0.6859504,0.7107438,0.6983471,0.6694215,0.7107438,0.6404959,0.60330576,0.61570245,0.59504133,0.56198347,0.5661157,0.49586776,0.42975205,0.54545456,0.5661157,0.55785125,0.56198347,0.54545456,0.55785125,0.56198347,0.553719,0.5495868,0.5661157,0.58264464,0.607438,0.6198347,0.6528926,0.6859504,0.6942149,0.7066116,0.6322314,0.5123967,0.30991736,0.32231405,0.4752066,0.44214877,0.53305787,0.45454547,0.58264464,0.37190083,0.57438016,0.59504133,0.43801653,0.2520661,0.5371901,0.6487603,0.677686,0.7066116,0.6528926,0.6404959,0.6404959,0.6322314,0.6363636,0.59504133,0.60330576,0.60330576,0.55785125,0.56198347,0.6322314,0.56198347,0.39256197,0.41322315,0.59090906,0.6487603,0.7107438,0.72727275,0.7107438,0.677686,0.80991733,0.71487606,0.60330576,0.6280992,0.6198347,0.5785124,0.56198347,0.57438016,0.45041323,0.42561984,0.5495868,0.5371901,0.5371901,0.5247934,0.54545456,0.5371901,0.5371901,0.5413223,0.5661157,0.5661157,0.58264464,0.6198347,0.6652893,0.73140496,0.6983471,0.661157,0.6528926,0.49173555,0.28099173,0.44214877,0.45454547,0.49173555,0.5082645,0.46694216,0.55785125,0.57024795,0.34710744,0.6570248,0.90082645,0.48347107,0.41735536,0.61570245,0.6735537,0.71487606,0.6818182,0.6487603,0.6404959,0.6280992,0.6322314,0.59090906,0.57438016,0.56198347,0.57024795,0.59504133,0.4752066,0.34710744,0.40082645,0.58677685,0.69008267,0.6528926,0.7107438,0.72727275,0.7892562,0.71487606,0.8347107,0.78099173,0.61157024,0.6570248,0.6859504,0.58677685,0.55785125,0.58264464,0.5785124,0.48347107,0.4338843,0.49173555,0.5289256,0.5123967,0.5123967,0.5082645,0.5123967,0.5206612,0.54545456,0.53305787,0.5413223,0.5785124,0.6363636,0.7355372,0.6735537,0.6363636,0.6446281,0.54545456,0.5206612,0.4876033,0.45041323,0.5165289,0.4752066,0.5123967,0.58264464,0.5371901,0.55785125,0.43801653,0.6446281,0.6652893,0.6322314,0.6280992,0.6694215,0.6983471,0.71487606,0.6818182,0.6694215,0.661157,0.6446281,0.59917355,0.5495868,0.5247934,0.46280992,0.3553719,0.30991736,0.30578512,0.5495868,0.72727275,0.70247936,0.6528926,0.661157,0.6652893,0.8140496,0.7355372,0.73140496,0.661157,0.58677685,0.62396693,0.6198347,0.55785125,0.57438016,0.5785124,0.61157024,0.61570245,0.5289256,0.37603307,0.3966942,0.5041322,0.5371901,0.5123967,0.5,0.49586776,0.5082645,0.5041322,0.5082645,0.5165289,0.59917355,0.71900827,0.661157,0.59504133,0.59504133,0.71900827,0.6528926,0.47107437,0.5,0.5041322,0.46694216,0.553719,0.59090906,0.5041322,0.58264464,0.61157024,0.5785124,0.5165289,0.49586776,0.5082645,0.5413223,0.5661157,0.59504133,0.58264464,0.56198347,0.553719,0.5247934,0.4752066,0.39256197,0.3305785,0.30578512,0.30991736,0.3181818,0.43801653,0.6652893,0.7355372,0.6694215,0.61570245,0.59090906,0.59917355,0.6983471,0.69008267,0.6280992,0.5785124,0.553719,0.5165289,0.48347107,0.49586776,0.53305787,0.56198347,0.6528926,0.6859504,0.6446281,0.48347107,0.2644628,0.35123968,0.44214877,0.48347107,0.5041322,0.5041322,0.5123967,0.5041322,0.49173555,0.5247934,0.6446281,0.6942149,0.6363636,0.58677685,0.56198347,0.607438,0.56198347,0.5165289,0.5165289,0.47933885,0.49173555,0.5785124,0.5247934,0.5041322,0.57438016,0.6280992,0.62396693,0.6404959,0.6570248,0.6446281,0.6652893,0.6487603,0.661157,0.61570245,0.5206612,0.49586776,0.4338843,0.42561984,0.38016528,0.38016528,0.37190083,0.39256197,0.45867768,0.55785125,0.6652893,0.6487603,0.59917355,0.5371901,0.46280992,0.5371901,0.62396693,0.61157024,0.5495868,0.5123967,0.5,0.46280992,0.45454547,0.46280992,0.4752066,0.4876033,0.607438,0.6570248,0.6942149,0.57024795,0.33471075,0.34710744,0.38429752,0.3966942,0.41322315,0.41322315,0.446281,0.45041323,0.446281,0.4876033,0.5371901,0.5082645,0.49173555,0.49586776,0.5123967,0.55785125,0.55785125,0.5371901,0.5123967,0.47107437,0.5247934,0.5495868,0.5495868,0.49173555,0.5495868,0.61570245,0.607438,0.62396693,0.6487603,0.6446281,0.6446281,0.661157,0.6694215,0.661157,0.61157024,0.59917355,0.57024795,0.5661157,0.5247934,0.5,0.46694216,0.5082645,0.59917355,0.6198347,0.6198347,0.56198347,0.446281,0.27272728,0.17355372,0.34710744,0.5495868,0.5661157,0.47107437,0.4214876,0.44214877,0.446281,0.40082645,0.3305785,0.30165288,0.3553719,0.45454547,0.5082645,0.5661157,0.5206612,0.35950413,0.4214876,0.4752066,0.4876033,0.46694216,0.4338843,0.41735536,0.4090909,0.41735536,0.49173555,0.54545456,0.55785125,0.58264464,0.57438016,0.55785125,0.5495868,0.5413223,0.53305787,0.5123967,0.46280992,0.55785125,0.45454547,0.6859504,0.46694216,0.5413223,0.60330576,0.60330576,0.60330576,0.6363636,0.6446281,0.6280992,0.6363636,0.6404959,0.70247936,0.6942149,0.6818182,0.6528926,0.59917355,0.54545456,0.5123967,0.5165289,0.61570245,0.6942149,0.69008267,0.57024795,0.4876033,0.30578512,0.23140496,0.36363637,0.42975205,0.49173555,0.5206612,0.4338843,0.35950413,0.4214876,0.42561984,0.34710744,0.25619835,0.17768595,0.17768595,0.27272728,0.35950413,0.46280992,0.42975205,0.3429752,0.45454547,0.49586776,0.5289256,0.5413223,0.553719,0.56198347,0.5661157,0.55785125,0.56198347,0.5661157,0.55785125,0.5495868,0.5371901,0.5289256,0.5371901,0.53305787,0.53305787,0.5,0.46280992,0.553719,0.44214877,0.71900827,0.47933885,0.54545456,0.59504133,0.60330576,0.59917355,0.6198347,0.6322314,0.6446281,0.661157,0.6983471,0.7231405,0.7231405,0.6818182,0.6363636,0.5785124,0.5371901,0.5247934,0.58264464,0.6983471,0.75619835,0.74380165,0.62396693,0.5206612,0.4752066,0.45867768,0.5371901,0.54545456,0.5206612,0.5123967,0.43801653,0.35950413,0.41735536,0.40495867,0.37603307,0.38016528,0.3553719,0.2892562,0.2603306,0.29338843,0.37603307,0.36363637,0.42975205,0.5082645,0.4876033,0.5041322,0.5371901,0.58677685,0.59917355,0.6198347,0.6322314,0.59917355,0.58677685,0.57438016,0.5495868,0.5371901,0.5206612,0.5206612,0.5165289,0.53305787,0.4876033,0.46694216,0.5413223,0.5041322,0.6942149,0.49586776,0.54545456,0.58264464,0.60330576,0.59504133,0.61157024,0.6446281,0.69008267,0.69008267,0.6983471,0.71900827,0.71900827,0.6694215,0.62396693,0.59090906,0.5495868,0.5661157,0.6694215,0.73140496,0.75206614,0.71900827,0.70247936,0.677686,0.6735537,0.6652893,0.6570248,0.607438,0.5247934,0.47107437,0.3966942,0.3264463,0.338843,0.3305785,0.33471075,0.38016528,0.47107437,0.45041323,0.42561984,0.42975205,0.446281,0.46694216,0.553719,0.5785124,0.5082645,0.5206612,0.53305787,0.56198347,0.57438016,0.58264464,0.59917355,0.59917355,0.59090906,0.59090906,0.57024795,0.54545456,0.5206612,0.5165289,0.53305787,0.5123967,0.48347107,0.47107437,0.5289256,0.5082645,0.6528926,0.5123967,0.5371901,0.5785124,0.59917355,0.607438,0.6363636,0.6652893,0.7066116,0.69008267,0.69008267,0.7066116,0.69008267,0.6446281,0.61570245,0.58264464,0.5661157,0.6446281,0.73140496,0.72727275,0.72727275,0.69008267,0.7066116,0.70247936,0.69008267,0.70247936,0.70247936,0.6652893,0.58264464,0.45041323,0.29752067,0.28099173,0.35123968,0.30578512,0.30578512,0.35123968,0.47933885,0.5123967,0.5371901,0.57024795,0.58264464,0.5785124,0.60330576,0.6322314,0.57024795,0.5289256,0.5247934,0.5289256,0.5495868,0.5413223,0.56198347,0.59917355,0.59090906,0.57024795,0.56198347,0.5495868,0.5247934,0.5165289,0.5247934,0.5,0.47933885,0.47107437,0.5371901,0.5123967,0.6487603,0.5495868,0.53305787,0.57024795,0.607438,0.6322314,0.661157,0.661157,0.6942149,0.6859504,0.6818182,0.6818182,0.6694215,0.6570248,0.62396693,0.59090906,0.607438,0.6818182,0.71487606,0.7231405,0.7231405,0.6983471,0.70247936,0.7066116,0.69008267,0.6818182,0.69008267,0.6735537,0.62396693,0.49173555,0.30991736,0.2892562,0.39256197,0.34710744,0.35950413,0.41322315,0.5123967,0.57438016,0.607438,0.61570245,0.61157024,0.607438,0.61157024,0.6404959,0.62396693,0.57438016,0.5661157,0.53305787,0.54545456,0.5495868,0.56198347,0.58677685,0.57438016,0.56198347,0.55785125,0.54545456,0.5206612,0.5123967,0.5206612,0.49586776,0.47107437,0.47933885,0.5413223,0.5247934,0.6198347,0.553719,0.5495868,0.55785125,0.60330576,0.6404959,0.6652893,0.6570248,0.6818182,0.6818182,0.6818182,0.6859504,0.677686,0.6735537,0.6322314,0.59504133,0.6363636,0.6859504,0.6942149,0.7107438,0.71487606,0.7107438,0.70247936,0.7066116,0.70247936,0.677686,0.6859504,0.6735537,0.6487603,0.57024795,0.4214876,0.38429752,0.42561984,0.4338843,0.47933885,0.5247934,0.55785125,0.60330576,0.6198347,0.62396693,0.61157024,0.59917355,0.6198347,0.6487603,0.6198347,0.59917355,0.55785125,0.55785125,0.56198347,0.553719,0.553719,0.57024795,0.55785125,0.5413223,0.54545456,0.53305787,0.5123967,0.5165289,0.5082645,0.5,0.46280992,0.4752066,0.5206612,0.5289256,0.47933885,0.5247934,0.55785125,0.56198347,0.59917355,0.6404959,0.6570248,0.6487603,0.677686,0.69008267,0.6859504,0.6859504,0.6859504,0.677686,0.6322314,0.58264464,0.6322314,0.69008267,0.6859504,0.70247936,0.69008267,0.6942149,0.7066116,0.70247936,0.71900827,0.7066116,0.7107438,0.6859504,0.6652893,0.6322314,0.5785124,0.5371901,0.5371901,0.59090906,0.607438,0.6198347,0.59917355,0.60330576,0.6198347,0.6363636,0.6198347,0.61570245,0.61157024,0.6363636,0.6363636,0.57024795,0.57024795,0.55785125,0.57024795,0.57438016,0.57024795,0.553719,0.54545456,0.53305787,0.54545456,0.5247934,0.5041322,0.5165289,0.5,0.49173555,0.45867768,0.42561984,0.45867768,0.49173555,0.18595041,0.45041323,0.58264464,0.58264464,0.59917355,0.6487603,0.6487603,0.6487603,0.6570248,0.69008267,0.69008267,0.6818182,0.6859504,0.677686,0.6363636,0.56198347,0.6322314,0.6694215,0.6735537,0.6942149,0.69008267,0.6942149,0.73966944,0.7355372,0.74793386,0.7355372,0.72727275,0.7066116,0.6983471,0.677686,0.6487603,0.677686,0.6694215,0.70247936,0.7066116,0.6528926,0.62396693,0.61570245,0.6322314,0.6446281,0.62396693,0.6280992,0.61570245,0.6322314,0.6487603,0.57024795,0.5495868,0.54545456,0.57024795,0.58264464,0.57438016,0.553719,0.5413223,0.53305787,0.5413223,0.5247934,0.5,0.5082645,0.49173555,0.47933885,0.45041323,0.38016528,0.3966942,0.38429752,0.09917355,0.42975205,0.58677685,0.57438016,0.59917355,0.6446281,0.6363636,0.6446281,0.6570248,0.677686,0.6859504,0.6818182,0.69008267,0.6652893,0.607438,0.58677685,0.677686,0.677686,0.677686,0.6859504,0.70247936,0.71487606,0.75619835,0.73966944,0.6983471,0.6404959,0.607438,0.62396693,0.6280992,0.6363636,0.6446281,0.677686,0.6735537,0.677686,0.6570248,0.62396693,0.59504133,0.607438,0.62396693,0.6446281,0.6446281,0.6446281,0.61570245,0.6280992,0.62396693,0.58677685,0.54545456,0.5289256,0.5661157,0.56198347,0.5413223,0.5371901,0.553719,0.54545456,0.54545456,0.5206612,0.5123967,0.5,0.49173555,0.47933885,0.43801653,0.3264463,0.28512397,0.20247933,0.10330579,0.37603307,0.5785124,0.58677685,0.58264464,0.6198347,0.6404959,0.62396693,0.6570248,0.6694215,0.69008267,0.6942149,0.6859504,0.6446281,0.59917355,0.6363636,0.6983471,0.69008267,0.6694215,0.6735537,0.6735537,0.661157,0.61157024,0.553719,0.49173555,0.44214877,0.41735536,0.42561984,0.446281,0.46280992,0.53305787,0.5413223,0.5289256,0.47933885,0.43801653,0.446281,0.46280992,0.5165289,0.56198347,0.60330576,0.6322314,0.6363636,0.61570245,0.61157024,0.59504133,0.58264464,0.5785124,0.5413223,0.553719,0.55785125,0.55785125,0.54545456,0.553719,0.56198347,0.54545456,0.5206612,0.5123967,0.49173555,0.48347107,0.48347107,0.41735536,0.2892562,0.21487603,0.14049587,0.11570248,0.25619835,0.58264464,0.59504133,0.58264464,0.61157024,0.62396693,0.6198347,0.6446281,0.6735537,0.6942149,0.6983471,0.677686,0.6404959,0.60330576,0.661157,0.6570248,0.6322314,0.6487603,0.62396693,0.5413223,0.46694216,0.38016528,0.3305785,0.29752067,0.28099173,0.25619835,0.32231405,0.3553719,0.338843,0.36363637,0.3305785,0.3305785,0.29752067,0.28512397,0.26859504,0.27272728,0.30991736,0.38016528,0.45041323,0.5123967,0.57438016,0.59090906,0.58677685,0.553719,0.56198347,0.5785124,0.553719,0.5413223,0.5495868,0.56198347,0.54545456,0.56198347,0.57024795,0.5371901,0.5289256,0.5082645,0.49586776,0.49173555,0.49586776,0.37603307,0.23553719,0.1694215,0.12396694,0.1446281,0.12396694,0.57438016,0.58677685,0.59090906,0.607438,0.607438,0.62396693,0.6404959,0.6652893,0.6942149,0.70247936,0.6818182,0.6280992,0.59917355,0.6487603,0.5785124,0.5082645,0.56198347,0.5082645,0.35950413,0.27272728,0.21900827,0.17768595,0.17768595,0.28099173,0.2520661,0.4752066,0.4338843,0.3966942,0.3677686,0.28512397,0.35950413,0.30578512,0.27272728,0.22727273,0.20247933,0.2231405,0.24793388,0.2768595,0.32231405,0.38016528,0.47933885,0.5371901,0.5206612,0.5041322,0.5289256,0.53305787,0.5206612,0.53305787,0.553719,0.5495868,0.57438016,0.5661157,0.5247934,0.5165289,0.5041322,0.49173555,0.5,0.4876033,0.3181818,0.17355372,0.14049587,0.11157025,0.14876033,0.07024793,0.45041323,0.59090906,0.5785124,0.607438,0.6280992,0.6280992,0.6446281,0.6652893,0.6942149,0.6859504,0.6694215,0.6198347,0.57438016,0.58677685,0.47107437,0.37190083,0.38016528,0.29338843,0.17768595,0.11983471,0.12809917,0.1570248,0.14876033,0.38016528,0.35123968,0.58677685,0.5785124,0.5041322,0.46280992,0.36363637,0.45041323,0.39256197,0.35950413,0.2892562,0.23553719,0.23140496,0.1694215,0.1694215,0.22727273,0.2603306,0.3181818,0.42561984,0.46280992,0.42561984,0.446281,0.5,0.49586776,0.5206612,0.5495868,0.5495868,0.57024795,0.5413223,0.5165289,0.5,0.5,0.4876033,0.5,0.45867768,0.23553719,0.12809917,0.11983471,0.10743801,0.13636364,0.11570248,0.21900827,0.58677685,0.5785124,0.59504133,0.6198347,0.607438,0.62396693,0.661157,0.6652893,0.6694215,0.6487603,0.61570245,0.553719,0.5165289,0.4214876,0.38016528,0.3305785,0.2231405,0.16115703,0.10330579,0.11983471,0.12809917,0.1322314,0.22727273,0.16528925,0.5165289,0.6570248,0.60330576,0.5495868,0.39256197,0.46694216,0.44214877,0.3966942,0.28512397,0.20661157,0.2231405,0.14876033,0.14876033,0.15289256,0.11157025,0.1694215,0.2231405,0.3181818,0.33471075,0.40495867,0.47107437,0.49586776,0.5206612,0.55785125,0.55785125,0.5661157,0.5413223,0.5,0.49586776,0.4876033,0.48347107,0.5,0.38429752,0.1570248,0.11570248,0.10743801,0.11157025,0.1446281,0.13636364,0.1322314,0.45454547,0.57438016,0.57438016,0.61157024,0.61570245,0.60330576,0.6487603,0.6694215,0.6652893,0.6404959,0.57024795,0.5206612,0.49173555,0.46280992,0.5247934,0.5289256,0.4214876,0.36363637,0.2603306,0.19008264,0.13636364,0.19421488,0.2603306,0.2768595,0.26859504,0.2520661,0.2107438,0.2231405,0.20661157,0.30991736,0.3264463,0.2644628,0.18181819,0.1322314,0.13636364,0.15289256,0.16528925,0.14876033,0.16115703,0.14876033,0.14876033,0.23966943,0.35950413,0.45041323,0.4752066,0.49173555,0.53305787,0.553719,0.5661157,0.55785125,0.5165289,0.49173555,0.49173555,0.48347107,0.47107437,0.5082645,0.2768595,0.10743801,0.11157025,0.10330579,0.11983471,0.13636364,0.1446281,0.13636364,0.2768595,0.54545456,0.57438016,0.61570245,0.62396693,0.59917355,0.62396693,0.6694215,0.6446281,0.60330576,0.5495868,0.47933885,0.46694216,0.5123967,0.6487603,0.62396693,0.5247934,0.49586776,0.46694216,0.42561984,0.27272728,0.446281,0.27272728,0.30991736,0.29752067,0.18181819,0.1322314,0.15289256,0.16115703,0.23553719,0.28512397,0.22727273,0.15289256,0.24380165,0.23553719,0.27272728,0.30165288,0.2892562,0.3264463,0.32231405,0.33471075,0.37603307,0.446281,0.49173555,0.48347107,0.49173555,0.5247934,0.5413223,0.56198347,0.5413223,0.49586776,0.49173555,0.49586776,0.48347107,0.4876033,0.43801653,0.14876033,0.10743801,0.10330579,0.11157025,0.11570248,0.1322314,0.15289256,0.13636364,0.18181819,0.4214876,0.5661157,0.59917355,0.62396693,0.59917355,0.60330576,0.6487603,0.6322314,0.58264464,0.5413223,0.45867768,0.49586776,0.60330576,0.7066116,0.661157,0.56198347,0.5165289,0.5165289,0.53305787,0.46280992,0.47933885,0.4752066,0.5165289,0.54545456,0.48347107,0.45041323,0.49173555,0.40495867,0.37603307,0.46280992,0.44214877,0.35123968,0.4338843,0.42561984,0.43801653,0.45867768,0.45867768,0.45454547,0.4752066,0.5206612,0.5247934,0.5041322,0.49173555,0.49173555,0.4876033,0.5165289,0.5413223,0.54545456,0.5165289,0.49173555,0.5,0.49586776,0.48347107,0.5,0.29338843,0.10330579,0.11570248,0.10743801,0.11570248,0.10743801,0.14876033,0.1446281,0.1446281,0.1446281,0.26859504,0.49586776,0.5785124,0.6198347,0.60330576,0.607438,0.6322314,0.6280992,0.59090906,0.5123967,0.46694216,0.56198347,0.6570248,0.71487606,0.6942149,0.59504133,0.5289256,0.53305787,0.54545456,0.5082645,0.5206612,0.5041322,0.49586776,0.5082645,0.5413223,0.54545456,0.54545456,0.54545456,0.5082645,0.5165289,0.5165289,0.46694216,0.47933885,0.47107437,0.46280992,0.46280992,0.47107437,0.48347107,0.5206612,0.57024795,0.5661157,0.53305787,0.5,0.46694216,0.46694216,0.5041322,0.5289256,0.5247934,0.49586776,0.49586776,0.5041322,0.49173555,0.49173555,0.45041323,0.16115703,0.09090909,0.11983471,0.11983471,0.09917355,0.11157025,0.1446281,0.14049587,0.14049587,0.15289256,0.1446281,0.36363637,0.56198347,0.6198347,0.61570245,0.59090906,0.62396693,0.60330576,0.5661157,0.5041322,0.4876033,0.58677685,0.661157,0.6942149,0.7066116,0.6487603,0.57024795,0.5206612,0.5247934,0.53305787,0.54545456,0.553719,0.53305787,0.5413223,0.55785125,0.5661157,0.56198347,0.5413223,0.5371901,0.54545456,0.553719,0.48347107,0.45454547,0.45041323,0.43801653,0.45041323,0.46694216,0.49173555,0.53305787,0.57024795,0.57438016,0.53305787,0.4876033,0.4752066,0.4752066,0.5123967,0.5206612,0.5082645,0.4876033,0.49586776,0.49173555,0.4876033,0.49586776,0.30165288,0.10743801,0.10743801,0.12396694,0.10743801,0.11157025,0.11570248,0.14876033,0.1446281,0.1570248,0.15289256,0.14049587,0.18181819,0.47107437,0.60330576,0.6280992,0.58264464,0.61157024,0.59917355,0.553719,0.5082645,0.5206612,0.59090906,0.6487603,0.661157,0.6818182,0.6859504,0.6363636,0.5413223,0.5123967,0.5,0.49586776,0.5,0.5041322,0.5082645,0.5165289,0.5371901,0.55785125,0.54545456,0.54545456,0.5247934,0.48347107,0.4090909,0.41735536,0.42975205,0.4214876,0.446281,0.48347107,0.5165289,0.53305787,0.5495868,0.55785125,0.5165289,0.4752066,0.45867768,0.47107437,0.5,0.5165289,0.5,0.4876033,0.4876033,0.48347107,0.4876033,0.46280992,0.16115703,0.10743801,0.11983471,0.10743801,0.11983471,0.10330579,0.11570248,0.14876033,0.14876033,0.1446281,0.14876033,0.15289256,0.12809917,0.29752067,0.59090906,0.607438,0.59504133,0.58264464,0.59504133,0.55785125,0.53305787,0.55785125,0.59090906,0.6198347,0.6446281,0.6446281,0.6735537,0.6570248,0.61157024,0.5661157,0.5,0.47933885,0.45041323,0.45041323,0.446281,0.45454547,0.4752066,0.47933885,0.44214877,0.44214877,0.40495867,0.37190083,0.3677686,0.40082645,0.42561984,0.43801653,0.46694216,0.5041322,0.5123967,0.5206612,0.5289256,0.5371901,0.5165289,0.49586776,0.45041323,0.47933885,0.49173555,0.5,0.49173555,0.48347107,0.48347107,0.48347107,0.4876033,0.4338843,0.10743801,0.11570248,0.12396694,0.11157025,0.11570248,0.10743801,0.11570248,0.1446281,0.14876033,0.1570248,0.14876033,0.13636364,0.16115703,0.12396694,0.5289256,0.59090906,0.59917355,0.56198347,0.58677685,0.57438016,0.54545456,0.57024795,0.60330576,0.61157024,0.6280992,0.62396693,0.6322314,0.6363636,0.607438,0.61157024,0.553719,0.5,0.45041323,0.41735536,0.3966942,0.4214876,0.446281,0.41322315,0.37603307,0.38429752,0.35950413,0.3553719,0.37603307,0.3966942,0.4338843,0.47107437,0.49173555,0.49586776,0.4876033,0.5082645,0.5123967,0.5165289,0.5041322,0.48347107,0.46694216,0.47107437,0.46694216,0.48347107,0.47933885,0.47933885,0.49173555,0.4752066,0.49586776,0.42975205,0.08264463,0.12396694,0.11570248,0.11570248,0.11570248,0.11570248,0.11157025,0.1446281,0.15289256,0.14876033,0.13636364,0.14876033,0.1446281,0.11570248,0.35123968,0.59917355,0.5785124,0.55785125,0.59090906,0.58677685,0.55785125,0.57438016,0.59504133,0.61157024,0.61570245,0.607438,0.61570245,0.61570245,0.59090906,0.59090906,0.5661157,0.53305787,0.4752066,0.40495867,0.3553719,0.3429752,0.338843,0.29752067,0.29338843,0.3140496,0.30165288,0.3305785,0.37190083,0.41735536,0.44214877,0.46280992,0.47933885,0.4752066,0.48347107,0.5,0.5,0.49586776,0.47933885,0.4752066,0.49173555,0.47933885,0.47107437,0.47933885,0.46694216,0.47107437,0.49173555,0.4752066,0.5123967,0.40082645,0.07438017,0.11983471,0.12396694,0.11983471,0.11983471,0.11983471,0.11157025,0.14876033,0.1446281,0.1446281,0.14876033,0.1570248,0.14049587,0.1322314,0.23140496,0.58264464,0.5661157,0.5661157,0.5785124,0.59504133,0.58264464,0.59504133,0.59504133,0.607438,0.59090906,0.59504133,0.59917355,0.60330576,0.58677685,0.54545456,0.5123967,0.4876033,0.44214877,0.3966942,0.36363637,0.338843,0.3264463,0.30991736,0.3181818,0.3305785,0.30578512,0.35123968,0.37603307,0.41322315,0.41735536,0.42561984,0.446281,0.45041323,0.47107437,0.4876033,0.49586776,0.48347107,0.47933885,0.48347107,0.5,0.4876033,0.4752066,0.47107437,0.47107437,0.4752066,0.49586776,0.4752066,0.5247934,0.37190083,0.07438017,0.11983471,0.12396694,0.11983471,0.12396694,0.12396694,0.11157025,0.1446281,0.14876033,0.1446281,0.14876033,0.14876033,0.13636364,0.14049587,0.2768595,0.55785125,0.5413223,0.56198347,0.55785125,0.58264464,0.60330576,0.6198347,0.62396693,0.6280992,0.58677685,0.60330576,0.58264464,0.5661157,0.5785124,0.5495868,0.5123967,0.4752066,0.43801653,0.4214876,0.4090909,0.3966942,0.40495867,0.38429752,0.39256197,0.38016528,0.34710744,0.36363637,0.37603307,0.40082645,0.41735536,0.41735536,0.4338843,0.45041323,0.46694216,0.4876033,0.48347107,0.4876033,0.5,0.4876033,0.5041322,0.48347107,0.46280992,0.45867768,0.46694216,0.4752066,0.47933885,0.49586776,0.53305787,0.3264463,0.07438017,0.12396694,0.12809917,0.11983471,0.12396694,0.12396694,0.11983471,0.14049587,0.15289256,0.1446281,0.1446281,0.1446281,0.14049587,0.3264463,0.5041322,0.5247934,0.5247934,0.54545456,0.553719,0.553719,0.5785124,0.6280992,0.6322314,0.6446281,0.6198347,0.59504133,0.59504133,0.56198347,0.5661157,0.56198347,0.56198347,0.53305787,0.5,0.49173555,0.49173555,0.4752066,0.49173555,0.47933885,0.46280992,0.43801653,0.4214876,0.4338843,0.42975205,0.43801653,0.44214877,0.44214877,0.44214877,0.45867768,0.48347107,0.47933885,0.48347107,0.47933885,0.5,0.4876033,0.49173555,0.46694216,0.446281,0.45454547,0.47107437,0.47107437,0.48347107,0.5,0.5041322,0.40495867,0.17355372,0.10743801,0.12396694,0.12396694,0.12396694,0.12396694,0.11983471,0.14049587,0.14876033,0.1446281,0.1446281,0.13636364,0.3429752,0.5082645,0.3553719,0.5082645,0.5289256,0.5165289,0.53305787,0.5495868,0.5495868,0.607438,0.6404959,0.6404959,0.6363636,0.61157024,0.61157024,0.58264464,0.57438016,0.59090906,0.59504133,0.59917355,0.58264464,0.57438016,0.553719,0.553719,0.5495868,0.553719,0.5413223,0.53305787,0.5289256,0.5289256,0.5165289,0.5082645,0.5041322,0.4752066,0.46694216,0.4752066,0.5,0.48347107,0.5082645,0.49173555,0.49173555,0.5,0.47933885,0.45867768,0.45041323,0.45867768,0.46280992,0.4752066,0.49586776,0.5041322,0.47933885,0.38016528,0.38842976,0.19008264,0.09917355,0.11983471,0.12809917,0.11983471,0.12396694,0.14876033,0.14876033,0.1446281,0.11983471,0.3305785,0.5413223,0.35123968,0.3140496,0.5041322,0.5371901,0.5082645,0.5206612,0.5123967,0.553719,0.60330576,0.6363636,0.6446281,0.6446281,0.62396693,0.62396693,0.60330576,0.57438016,0.59090906,0.61570245,0.61157024,0.607438,0.607438,0.59504133,0.59504133,0.60330576,0.58677685,0.59090906,0.5785124,0.57438016,0.57024795,0.553719,0.54545456,0.5371901,0.5041322,0.49586776,0.5123967,0.5082645,0.54545456,0.553719,0.5165289,0.5082645,0.5082645,0.47107437,0.446281,0.44214877,0.45867768,0.47107437,0.47933885,0.5,0.47933885,0.46694216,0.27272728,0.37603307,0.40082645,0.1570248,0.11570248,0.12396694,0.12396694,0.11983471,0.14876033,0.15289256,0.12809917,0.20661157,0.62396693,0.45041323,0.29752067,0.3140496,0.47933885,0.54545456,0.5247934,0.5082645,0.5041322,0.5123967,0.56198347,0.60330576,0.6280992,0.6446281,0.6363636,0.6404959,0.6404959,0.61157024,0.59917355,0.6198347,0.61570245,0.59917355,0.61157024,0.5785124,0.58677685,0.58264464,0.59504133,0.59090906,0.58264464,0.58264464,0.55785125,0.5371901,0.53305787,0.5413223,0.5371901,0.53305787,0.5371901,0.553719,0.53305787,0.5289256,0.5247934,0.5123967,0.49173555,0.46280992,0.44214877,0.43801653,0.45867768,0.4752066,0.49586776,0.49586776,0.47933885,0.45454547,0.24380165,0.24793388,0.46280992,0.3677686,0.12809917,0.11570248,0.11157025,0.1322314,0.14049587,0.15289256,0.12809917,0.5371901,0.61157024,0.38842976,0.29338843,0.24793388,0.45867768,0.553719,0.5206612,0.5413223,0.5041322,0.48347107,0.5165289,0.56198347,0.58677685,0.6280992,0.6322314,0.6280992,0.6404959,0.6404959,0.607438,0.60330576,0.607438,0.61570245,0.61570245,0.607438,0.6198347,0.60330576,0.59504133,0.59917355,0.58264464,0.57438016,0.553719,0.54545456,0.5206612,0.54545456,0.55785125,0.5289256,0.553719,0.5495868,0.5206612,0.5123967,0.5,0.4752066,0.45041323,0.44214877,0.44214877,0.44214877,0.45041323,0.4876033,0.5041322,0.4876033,0.4876033,0.44214877,0.20247933,0.20661157,0.38429752,0.5247934,0.28099173,0.11570248,0.11983471,0.12396694,0.1446281,0.11157025,0.4090909,0.7107438,0.5082645,0.40082645,0.24793388,0.1983471,0.47107437,0.55785125,0.5289256,0.53305787,0.5289256,0.47933885,0.4752066,0.5123967,0.5495868,0.59504133,0.607438,0.60330576,0.61570245,0.6280992,0.59504133,0.59090906,0.60330576,0.61157024,0.61157024,0.6198347,0.60330576,0.58677685,0.59090906,0.58264464,0.57024795,0.55785125,0.53305787,0.5247934,0.5123967,0.53305787,0.5165289,0.5123967,0.5165289,0.49173555,0.49173555,0.4876033,0.46694216,0.45041323,0.45041323,0.446281,0.44214877,0.45041323,0.46694216,0.5,0.49586776,0.48347107,0.49173555,0.41322315,0.1446281,0.17355372,0.32231405,0.5289256,0.5123967,0.15289256,0.11157025,0.10743801,1 +0.58677685,0.59504133,0.6818182,0.6942149,0.71487606,0.6983471,0.71487606,0.72727275,0.74380165,0.73966944,0.72727275,0.73966944,0.75619835,0.7644628,0.77272725,0.78099173,0.7892562,0.7768595,0.7768595,0.7933884,0.7892562,0.7933884,0.78512394,0.78512394,0.7768595,0.78099173,0.7644628,0.76859504,0.76033056,0.73966944,0.74793386,0.74793386,0.75619835,0.76859504,0.76033056,0.75206614,0.76033056,0.75619835,0.75206614,0.73140496,0.7066116,0.7107438,0.70247936,0.69008267,0.6942149,0.6818182,0.6735537,0.6735537,0.6735537,0.6694215,0.6528926,0.6487603,0.6570248,0.6735537,0.661157,0.6322314,0.607438,0.61570245,0.6322314,0.59504133,0.5413223,0.60330576,0.54545456,0.59090906,0.6280992,0.6198347,0.7066116,0.71487606,0.6983471,0.69008267,0.71487606,0.73140496,0.74793386,0.73966944,0.74380165,0.76033056,0.7644628,0.7644628,0.7892562,0.7933884,0.79752064,0.7768595,0.77272725,0.78512394,0.7933884,0.78512394,0.7892562,0.79752064,0.822314,0.7933884,0.76033056,0.76033056,0.76033056,0.77272725,0.7644628,0.7644628,0.7933884,0.7933884,0.7892562,0.7768595,0.77272725,0.78099173,0.77272725,0.7355372,0.7066116,0.71487606,0.70247936,0.6942149,0.70247936,0.6942149,0.6859504,0.6942149,0.69008267,0.677686,0.661157,0.6528926,0.661157,0.6694215,0.6570248,0.6363636,0.61570245,0.607438,0.6363636,0.60330576,0.5371901,0.62396693,0.553719,0.61570245,0.61157024,0.62396693,0.70247936,0.73140496,0.69008267,0.6983471,0.71487606,0.72727275,0.74380165,0.74793386,0.75206614,0.75206614,0.75206614,0.7644628,0.7892562,0.7933884,0.7892562,0.76859504,0.7644628,0.77272725,0.7892562,0.78099173,0.78512394,0.80991733,0.838843,0.80991733,0.7892562,0.7768595,0.77272725,0.78512394,0.7892562,0.7892562,0.80991733,0.8057851,0.80991733,0.7892562,0.8057851,0.8057851,0.7892562,0.74380165,0.6942149,0.73140496,0.6983471,0.6859504,0.6942149,0.7066116,0.7107438,0.70247936,0.6942149,0.677686,0.6652893,0.661157,0.6570248,0.6570248,0.6528926,0.6322314,0.6198347,0.607438,0.6404959,0.607438,0.553719,0.6322314,0.60330576,0.61157024,0.61157024,0.62396693,0.69008267,0.72727275,0.69008267,0.7107438,0.7066116,0.71900827,0.73140496,0.73966944,0.74380165,0.74380165,0.74793386,0.74793386,0.76859504,0.77272725,0.76859504,0.7644628,0.75619835,0.76859504,0.78099173,0.7768595,0.78512394,0.8140496,0.8140496,0.79752064,0.79752064,0.78099173,0.75619835,0.7768595,0.78512394,0.79752064,0.80991733,0.79752064,0.8057851,0.7933884,0.79752064,0.80991733,0.78512394,0.74380165,0.71487606,0.73140496,0.6983471,0.6735537,0.69008267,0.70247936,0.7107438,0.6942149,0.6818182,0.677686,0.6735537,0.661157,0.6528926,0.6528926,0.6446281,0.61570245,0.6198347,0.60330576,0.62396693,0.59917355,0.58264464,0.61570245,0.6446281,0.607438,0.62396693,0.6487603,0.6859504,0.71487606,0.69008267,0.70247936,0.6983471,0.7107438,0.71900827,0.73966944,0.7355372,0.74793386,0.74793386,0.7355372,0.73966944,0.75619835,0.74793386,0.74793386,0.74380165,0.75206614,0.76033056,0.75619835,0.75619835,0.76033056,0.7644628,0.74380165,0.7644628,0.7644628,0.73966944,0.76859504,0.76859504,0.7768595,0.7933884,0.78099173,0.76033056,0.7231405,0.75206614,0.7644628,0.7933884,0.74793386,0.69008267,0.70247936,0.6983471,0.6818182,0.69008267,0.7107438,0.7066116,0.69008267,0.677686,0.6818182,0.6735537,0.6528926,0.6528926,0.6446281,0.6322314,0.61157024,0.61570245,0.60330576,0.61157024,0.61157024,0.59504133,0.59504133,0.6570248,0.6404959,0.69008267,0.6652893,0.6859504,0.71900827,0.69008267,0.6983471,0.70247936,0.7107438,0.7231405,0.74380165,0.73966944,0.73140496,0.7107438,0.7107438,0.70247936,0.69008267,0.677686,0.677686,0.6694215,0.6859504,0.6652893,0.6446281,0.6487603,0.6446281,0.6652893,0.6570248,0.6818182,0.7066116,0.7107438,0.73966944,0.71900827,0.73966944,0.76033056,0.73966944,0.71900827,0.677686,0.6694215,0.70247936,0.72727275,0.6694215,0.661157,0.6404959,0.6404959,0.6322314,0.6487603,0.6694215,0.6735537,0.6652893,0.6652893,0.661157,0.6528926,0.6404959,0.6363636,0.6404959,0.6280992,0.607438,0.60330576,0.59090906,0.607438,0.61570245,0.5785124,0.57024795,0.6652893,0.6322314,0.6983471,0.6694215,0.6859504,0.71487606,0.6942149,0.6983471,0.6983471,0.6983471,0.71487606,0.7066116,0.6735537,0.6818182,0.6735537,0.6528926,0.6363636,0.60330576,0.59090906,0.5785124,0.5785124,0.58677685,0.56198347,0.5165289,0.5289256,0.5289256,0.553719,0.57438016,0.60330576,0.6363636,0.661157,0.69008267,0.6652893,0.69008267,0.71487606,0.6983471,0.69008267,0.6404959,0.61157024,0.62396693,0.6322314,0.5661157,0.57438016,0.5661157,0.55785125,0.5206612,0.5371901,0.55785125,0.57438016,0.58677685,0.607438,0.60330576,0.607438,0.6198347,0.61570245,0.6322314,0.62396693,0.59504133,0.59090906,0.58264464,0.59917355,0.61157024,0.5289256,0.54545456,0.661157,0.62396693,0.6404959,0.6363636,0.6859504,0.7066116,0.70247936,0.69008267,0.6859504,0.6983471,0.6983471,0.6735537,0.6322314,0.6487603,0.61570245,0.55785125,0.56198347,0.5165289,0.49586776,0.48347107,0.4876033,0.4752066,0.47107437,0.44214877,0.45867768,0.46280992,0.47933885,0.5123967,0.54545456,0.58264464,0.607438,0.6322314,0.6322314,0.6694215,0.6735537,0.6570248,0.6322314,0.59090906,0.5661157,0.57024795,0.54545456,0.48347107,0.47933885,0.47107437,0.43801653,0.41322315,0.446281,0.45454547,0.4752066,0.49173555,0.5,0.5,0.5413223,0.5785124,0.59917355,0.607438,0.607438,0.58677685,0.58264464,0.5785124,0.59090906,0.59504133,0.4752066,0.5165289,0.6528926,0.6322314,0.5661157,0.6198347,0.6818182,0.6942149,0.6942149,0.6818182,0.6818182,0.6859504,0.6694215,0.6404959,0.6280992,0.62396693,0.57024795,0.5289256,0.4876033,0.43801653,0.4338843,0.42975205,0.42975205,0.41322315,0.42561984,0.4090909,0.45041323,0.446281,0.45454547,0.4752066,0.5123967,0.54545456,0.56198347,0.60330576,0.6322314,0.6570248,0.6487603,0.61570245,0.5785124,0.5371901,0.5041322,0.5082645,0.47933885,0.42561984,0.40082645,0.40082645,0.35950413,0.3677686,0.37603307,0.36363637,0.37603307,0.3966942,0.41322315,0.43801653,0.47107437,0.5041322,0.5289256,0.5661157,0.59504133,0.5785124,0.57438016,0.57438016,0.58677685,0.5785124,0.45454547,0.47933885,0.6198347,0.6363636,0.5165289,0.6363636,0.6859504,0.6942149,0.6652893,0.6446281,0.6322314,0.61570245,0.57438016,0.57438016,0.55785125,0.60330576,0.58677685,0.6818182,0.6446281,0.6983471,0.7107438,0.677686,0.5247934,0.45454547,0.45867768,0.43801653,0.46694216,0.45867768,0.46280992,0.46694216,0.47933885,0.5,0.53305787,0.59504133,0.61157024,0.6322314,0.61570245,0.58264464,0.5247934,0.47107437,0.45041323,0.42561984,0.42561984,0.39256197,0.37190083,0.35950413,0.33471075,0.3181818,0.32231405,0.3305785,0.3677686,0.41322315,0.446281,0.49586776,0.5413223,0.57438016,0.57438016,0.553719,0.553719,0.55785125,0.55785125,0.55785125,0.57024795,0.57024795,0.44214877,0.446281,0.5785124,0.6404959,0.5041322,0.6528926,0.6859504,0.6404959,0.58677685,0.553719,0.5495868,0.5495868,0.553719,0.5371901,0.54545456,0.5785124,0.55785125,0.5289256,0.59090906,0.6859504,0.6818182,0.661157,0.5247934,0.45867768,0.446281,0.4214876,0.41735536,0.38016528,0.33471075,0.32231405,0.338843,0.35950413,0.40495867,0.45041323,0.446281,0.4752066,0.46280992,0.46280992,0.40082645,0.35123968,0.338843,0.30578512,0.3305785,0.3264463,0.3305785,0.32231405,0.29338843,0.28512397,0.30578512,0.3181818,0.3677686,0.38842976,0.43801653,0.45867768,0.4876033,0.54545456,0.5661157,0.54545456,0.5,0.5082645,0.5371901,0.54545456,0.553719,0.5661157,0.44214877,0.41735536,0.53305787,0.62396693,0.5082645,0.6487603,0.61570245,0.55785125,0.59917355,0.5785124,0.6363636,0.6528926,0.6280992,0.58264464,0.6652893,0.7355372,0.71487606,0.61157024,0.8305785,0.8471074,0.7066116,0.6198347,0.57438016,0.5289256,0.47933885,0.45454547,0.45454547,0.42975205,0.38842976,0.27272728,0.3140496,0.4214876,0.4752066,0.5123967,0.5,0.5413223,0.4752066,0.4876033,0.40082645,0.3429752,0.27272728,0.2231405,0.28512397,0.30991736,0.3305785,0.338843,0.32231405,0.36363637,0.41322315,0.4338843,0.4876033,0.5206612,0.54545456,0.5495868,0.5495868,0.5661157,0.55785125,0.48347107,0.41735536,0.43801653,0.44214877,0.46694216,0.5165289,0.5661157,0.45454547,0.39256197,0.5,0.59917355,0.5289256,0.607438,0.5041322,0.6322314,0.70247936,0.58264464,0.6487603,0.6404959,0.59917355,0.62396693,0.73966944,0.8140496,0.7355372,0.6818182,0.9338843,0.91735536,0.77272725,0.57024795,0.58264464,0.5785124,0.55785125,0.5289256,0.5,0.47107437,0.47107437,0.4338843,0.338843,0.5206612,0.61570245,0.677686,0.677686,0.73140496,0.6652893,0.69008267,0.57024795,0.446281,0.3677686,0.3553719,0.40495867,0.39256197,0.41322315,0.39256197,0.45454547,0.70247936,0.76033056,0.6487603,0.6363636,0.677686,0.677686,0.6694215,0.6735537,0.69008267,0.6735537,0.57438016,0.47933885,0.5041322,0.47933885,0.41735536,0.4752066,0.48347107,0.47933885,0.3966942,0.4752066,0.58264464,0.54545456,0.57438016,0.5165289,0.7066116,0.6363636,0.5289256,0.6487603,0.59090906,0.607438,0.69008267,0.76859504,0.74380165,0.70247936,0.6859504,0.8305785,0.8140496,0.59504133,0.48347107,0.4752066,0.47107437,0.5123967,0.5371901,0.5289256,0.5,0.5,0.58677685,0.42561984,0.55785125,0.6528926,0.6735537,0.6487603,0.661157,0.6404959,0.6694215,0.59504133,0.37603307,0.4752066,0.48347107,0.4338843,0.41735536,0.49586776,0.5,0.61570245,0.892562,0.88429755,0.7107438,0.58677685,0.607438,0.6322314,0.6487603,0.6487603,0.7107438,0.7231405,0.6446281,0.5371901,0.5413223,0.5,0.38842976,0.5165289,0.47107437,0.42975205,0.41735536,0.4338843,0.5495868,0.55785125,0.58677685,0.5785124,0.6942149,0.5289256,0.5,0.6735537,0.58677685,0.6446281,0.7107438,0.70247936,0.61157024,0.73140496,0.78099173,0.6983471,0.661157,0.53305787,0.47933885,0.46694216,0.446281,0.41735536,0.44214877,0.47933885,0.49586776,0.5041322,0.6198347,0.5247934,0.4876033,0.60330576,0.6322314,0.5413223,0.5289256,0.5206612,0.5371901,0.48347107,0.38842976,0.57438016,0.5206612,0.45041323,0.47107437,0.5289256,0.49586776,0.59090906,0.8264463,0.7892562,0.6280992,0.58264464,0.59917355,0.59917355,0.59090906,0.57024795,0.58264464,0.677686,0.661157,0.5661157,0.5289256,0.5082645,0.39256197,0.5289256,0.5413223,0.43801653,0.42975205,0.38842976,0.5,0.5413223,0.56198347,0.60330576,0.6652893,0.4090909,0.5413223,0.8057851,0.6446281,0.661157,0.6487603,0.59917355,0.61570245,0.677686,0.61157024,0.5495868,0.3966942,0.3140496,0.338843,0.37603307,0.42561984,0.4090909,0.41322315,0.45041323,0.49173555,0.5413223,0.6694215,0.47933885,0.61570245,0.6570248,0.75206614,0.446281,0.3553719,0.3264463,0.37190083,0.3966942,0.47107437,0.60330576,0.5413223,0.4752066,0.49586776,0.49586776,0.4752066,0.56198347,0.6570248,0.6446281,0.5247934,0.53305787,0.4752066,0.49586776,0.553719,0.61157024,0.58264464,0.53305787,0.61570245,0.5661157,0.5371901,0.5661157,0.57438016,0.46280992,0.60330576,0.5,0.40495867,0.37603307,0.45867768,0.5247934,0.5123967,0.58677685,0.607438,0.30991736,0.6487603,0.92561984,0.74793386,0.6652893,0.5123967,0.57438016,0.59504133,0.5371901,0.44214877,0.48347107,0.24380165,0.23553719,0.35123968,0.3966942,0.45454547,0.38842976,0.40495867,0.49586776,0.6198347,0.6528926,0.6446281,0.5123967,0.5165289,0.54545456,0.5247934,0.3677686,0.21487603,0.2603306,0.2644628,0.32231405,0.46694216,0.5661157,0.5495868,0.54545456,0.54545456,0.48347107,0.45041323,0.5206612,0.5785124,0.5206612,0.38842976,0.39256197,0.2603306,0.2892562,0.43801653,0.5206612,0.5661157,0.58264464,0.49173555,0.57024795,0.53305787,0.61570245,0.7355372,0.49586776,0.55785125,0.5289256,0.38842976,0.36363637,0.41322315,0.42975205,0.45041323,0.46280992,0.4876033,0.27272728,0.7066116,0.94214875,0.78512394,0.6280992,0.45867768,0.5371901,0.5041322,0.49173555,0.5041322,0.4214876,0.37603307,0.40495867,0.45041323,0.47107437,0.49173555,0.45041323,0.4752066,0.55785125,0.6528926,0.6446281,0.6322314,0.5041322,0.3677686,0.5495868,0.5371901,0.58677685,0.446281,0.45454547,0.38429752,0.3429752,0.38842976,0.5206612,0.54545456,0.61157024,0.607438,0.5082645,0.45454547,0.48347107,0.56198347,0.5041322,0.41322315,0.33471075,0.24380165,0.26859504,0.36363637,0.45041323,0.45041323,0.55785125,0.4876033,0.5413223,0.553719,0.6942149,0.8677686,0.6322314,0.4752066,0.5495868,0.3966942,0.338843,0.38016528,0.40495867,0.38016528,0.44214877,0.5206612,0.3553719,0.69008267,0.9214876,0.74793386,0.61570245,0.5661157,0.49586776,0.49586776,0.5413223,0.5785124,0.5371901,0.5206612,0.5123967,0.49173555,0.47107437,0.45454547,0.4338843,0.45454547,0.5165289,0.5785124,0.59090906,0.661157,0.40495867,0.43801653,0.5082645,0.70247936,0.7066116,0.6446281,0.62396693,0.5495868,0.3677686,0.3553719,0.47933885,0.5371901,0.60330576,0.58677685,0.5247934,0.48347107,0.49173555,0.5289256,0.5123967,0.48347107,0.45041323,0.4214876,0.39256197,0.45454547,0.5123967,0.45454547,0.49173555,0.4876033,0.5371901,0.59504133,0.677686,0.78099173,0.55785125,0.47107437,0.56198347,0.40495867,0.27272728,0.3429752,0.5,0.3264463,0.45041323,0.58677685,0.4214876,0.62396693,0.8305785,0.7644628,0.7107438,0.6859504,0.55785125,0.54545456,0.59090906,0.607438,0.5785124,0.53305787,0.49586776,0.4752066,0.45041323,0.4338843,0.43801653,0.47107437,0.53305787,0.57438016,0.59917355,0.6735537,0.29338843,0.48347107,0.54545456,0.76859504,0.7107438,0.6694215,0.6528926,0.61570245,0.38016528,0.3677686,0.45867768,0.5371901,0.58677685,0.553719,0.5041322,0.4752066,0.46280992,0.4752066,0.49173555,0.5041322,0.5165289,0.5123967,0.49173555,0.5289256,0.55785125,0.5165289,0.49173555,0.47933885,0.5206612,0.59917355,0.61570245,0.5289256,0.36363637,0.3429752,0.446281,0.338843,0.13636364,0.2107438,0.553719,0.28512397,0.3677686,0.59917355,0.45041323,0.61570245,0.78099173,0.7892562,0.74380165,0.7231405,0.6570248,0.6322314,0.6280992,0.62396693,0.59090906,0.5247934,0.4752066,0.47107437,0.46694216,0.49173555,0.5289256,0.553719,0.57024795,0.58677685,0.6404959,0.55785125,0.39256197,0.4876033,0.6487603,0.74793386,0.73966944,0.6694215,0.6404959,0.62396693,0.43801653,0.35950413,0.45454547,0.5371901,0.58677685,0.57024795,0.53305787,0.49586776,0.47933885,0.47107437,0.47107437,0.4876033,0.49586776,0.5082645,0.49586776,0.5123967,0.5206612,0.5041322,0.46694216,0.46694216,0.49173555,0.57024795,0.57024795,0.45867768,0.38429752,0.3966942,0.4876033,0.34710744,0.14049587,0.1570248,0.55785125,0.30165288,0.2520661,0.607438,0.4752066,0.6404959,0.7644628,0.75619835,0.6942149,0.7107438,0.7107438,0.70247936,0.6735537,0.6446281,0.61157024,0.57438016,0.5413223,0.53305787,0.54545456,0.56198347,0.5785124,0.58264464,0.58264464,0.59917355,0.69008267,0.38016528,0.5041322,0.5289256,0.7066116,0.7231405,0.74793386,0.6487603,0.6322314,0.6280992,0.5041322,0.33471075,0.43801653,0.5413223,0.57024795,0.57024795,0.5661157,0.56198347,0.54545456,0.5289256,0.49586776,0.4752066,0.47107437,0.45867768,0.47107437,0.47933885,0.49173555,0.47933885,0.47933885,0.49173555,0.5206612,0.59090906,0.6280992,0.55785125,0.446281,0.43801653,0.49586776,0.41322315,0.40082645,0.37190083,0.5247934,0.33471075,0.1446281,0.5289256,0.5,0.6694215,0.72727275,0.7066116,0.6652893,0.677686,0.7107438,0.71487606,0.677686,0.6652893,0.6528926,0.6280992,0.59504133,0.5785124,0.57438016,0.5785124,0.57438016,0.58264464,0.58264464,0.6322314,0.6363636,0.34710744,0.49586776,0.6487603,0.6983471,0.71900827,0.70247936,0.6404959,0.62396693,0.6404959,0.56198347,0.38429752,0.37190083,0.5371901,0.57024795,0.55785125,0.55785125,0.58677685,0.59504133,0.57438016,0.5495868,0.5289256,0.5165289,0.48347107,0.47933885,0.4876033,0.5082645,0.5206612,0.553719,0.57024795,0.58677685,0.6404959,0.661157,0.5785124,0.44214877,0.4090909,0.44214877,0.42561984,0.47933885,0.3677686,0.48347107,0.37190083,0.1694215,0.24380165,0.5041322,0.6570248,0.6859504,0.6942149,0.6818182,0.6735537,0.6859504,0.677686,0.6570248,0.6570248,0.6487603,0.61570245,0.59504133,0.58677685,0.58677685,0.58264464,0.57438016,0.59090906,0.59090906,0.6694215,0.4752066,0.41322315,0.5082645,0.6983471,0.70247936,0.7066116,0.69008267,0.6404959,0.6198347,0.607438,0.61157024,0.47933885,0.34710744,0.47933885,0.57024795,0.5661157,0.56198347,0.57024795,0.58677685,0.58264464,0.58264464,0.58264464,0.5785124,0.56198347,0.54545456,0.5495868,0.55785125,0.57438016,0.59090906,0.60330576,0.6198347,0.661157,0.6570248,0.57024795,0.45867768,0.36363637,0.38842976,0.42561984,0.5,0.36363637,0.4214876,0.4876033,0.18595041,0.1570248,0.44214877,0.6487603,0.677686,0.71900827,0.69008267,0.6818182,0.677686,0.6570248,0.6404959,0.6322314,0.61157024,0.59917355,0.59090906,0.59090906,0.59090906,0.57438016,0.58264464,0.59917355,0.6198347,0.6363636,0.38429752,0.45041323,0.59504133,0.6859504,0.6983471,0.69008267,0.6652893,0.6322314,0.61157024,0.59090906,0.59917355,0.56198347,0.38842976,0.4090909,0.57438016,0.58264464,0.56198347,0.56198347,0.58264464,0.57438016,0.58677685,0.58677685,0.60330576,0.61157024,0.59917355,0.59090906,0.59504133,0.59917355,0.61157024,0.6198347,0.6363636,0.661157,0.6570248,0.5661157,0.45454547,0.29752067,0.38429752,0.4338843,0.5041322,0.39256197,0.3677686,0.60330576,0.21487603,0.16528925,0.2892562,0.661157,0.6652893,0.74380165,0.7231405,0.6983471,0.677686,0.6487603,0.62396693,0.60330576,0.59504133,0.59504133,0.59917355,0.60330576,0.59917355,0.5785124,0.59917355,0.59917355,0.6528926,0.46694216,0.45454547,0.4752066,0.6694215,0.6694215,0.6942149,0.6652893,0.6694215,0.6322314,0.59917355,0.60330576,0.58677685,0.5661157,0.49586776,0.4090909,0.5289256,0.58677685,0.56198347,0.57024795,0.57438016,0.56198347,0.57438016,0.5785124,0.59090906,0.59917355,0.59917355,0.61570245,0.607438,0.607438,0.6198347,0.6363636,0.6528926,0.677686,0.661157,0.5661157,0.39256197,0.23553719,0.41322315,0.4338843,0.5,0.42561984,0.44214877,0.59504133,0.3553719,0.16115703,0.1694215,0.6322314,0.6694215,0.72727275,0.74793386,0.7066116,0.677686,0.6322314,0.61157024,0.60330576,0.59917355,0.61157024,0.6280992,0.61570245,0.6198347,0.61570245,0.61157024,0.6404959,0.5495868,0.3966942,0.47107437,0.58264464,0.6818182,0.6942149,0.6942149,0.677686,0.677686,0.661157,0.59504133,0.607438,0.59090906,0.55785125,0.56198347,0.48347107,0.43801653,0.55785125,0.57438016,0.58264464,0.5661157,0.56198347,0.56198347,0.57438016,0.56198347,0.58264464,0.57024795,0.61570245,0.6198347,0.6198347,0.6363636,0.6694215,0.6859504,0.70247936,0.6652893,0.56198347,0.30991736,0.25619835,0.446281,0.42975205,0.5041322,0.42975205,0.59917355,0.3966942,0.60330576,0.2644628,0.13636364,0.5413223,0.6694215,0.70247936,0.72727275,0.7066116,0.6735537,0.6280992,0.61570245,0.62396693,0.6322314,0.6363636,0.6404959,0.6363636,0.6280992,0.62396693,0.6322314,0.5661157,0.4338843,0.41322315,0.45867768,0.6694215,0.677686,0.74380165,0.6942149,0.6942149,0.7355372,0.74793386,0.6198347,0.61570245,0.6198347,0.58264464,0.5495868,0.58677685,0.3966942,0.42561984,0.58677685,0.5785124,0.5661157,0.57024795,0.56198347,0.5785124,0.5413223,0.57024795,0.57438016,0.59090906,0.61157024,0.6198347,0.661157,0.6942149,0.7066116,0.70247936,0.6570248,0.5371901,0.2520661,0.3553719,0.43801653,0.45454547,0.5082645,0.41735536,0.6280992,0.41735536,0.5289256,0.61570245,0.36363637,0.38842976,0.6818182,0.6983471,0.71900827,0.72727275,0.6694215,0.6322314,0.6322314,0.6322314,0.6446281,0.6363636,0.62396693,0.6322314,0.6322314,0.60330576,0.5165289,0.4338843,0.3966942,0.42975205,0.607438,0.6859504,0.6818182,0.76033056,0.73140496,0.73966944,0.7892562,0.8057851,0.6570248,0.62396693,0.677686,0.6280992,0.553719,0.57024795,0.5495868,0.3429752,0.46280992,0.58264464,0.57024795,0.56198347,0.56198347,0.57024795,0.5371901,0.57438016,0.59504133,0.58264464,0.58677685,0.61157024,0.6694215,0.71487606,0.70247936,0.6694215,0.661157,0.49173555,0.338843,0.49586776,0.41322315,0.4876033,0.5082645,0.3677686,0.5661157,0.61157024,0.41735536,0.6487603,0.71900827,0.45867768,0.6446281,0.677686,0.71900827,0.75619835,0.7355372,0.69008267,0.6570248,0.6446281,0.6487603,0.6446281,0.62396693,0.607438,0.5371901,0.4338843,0.4090909,0.37603307,0.39256197,0.59917355,0.72727275,0.6818182,0.6735537,0.70247936,0.75619835,0.78099173,0.74380165,0.7231405,0.6198347,0.61570245,0.661157,0.59917355,0.54545456,0.5661157,0.59917355,0.5413223,0.338843,0.4090909,0.5413223,0.55785125,0.55785125,0.53305787,0.5371901,0.55785125,0.57438016,0.5661157,0.5661157,0.5785124,0.6363636,0.7066116,0.677686,0.6404959,0.61570245,0.5371901,0.6404959,0.5289256,0.43801653,0.5082645,0.4876033,0.32231405,0.56198347,0.58677685,0.58677685,0.5165289,0.607438,0.59090906,0.61157024,0.6322314,0.661157,0.70247936,0.74793386,0.73140496,0.6942149,0.677686,0.661157,0.60330576,0.5,0.41322315,0.3677686,0.35950413,0.38429752,0.39256197,0.5123967,0.74380165,0.75619835,0.6570248,0.6363636,0.62396693,0.6818182,0.73966944,0.6694215,0.6322314,0.5785124,0.5495868,0.5289256,0.5123967,0.5123967,0.54545456,0.61157024,0.6528926,0.55785125,0.30578512,0.30578512,0.44214877,0.55785125,0.5495868,0.5247934,0.5082645,0.5371901,0.53305787,0.5413223,0.5495868,0.6363636,0.70247936,0.6652893,0.6198347,0.57024795,0.61157024,0.69008267,0.5,0.49173555,0.5041322,0.46694216,0.3264463,0.54545456,0.59090906,0.61157024,0.6363636,0.6280992,0.57438016,0.55785125,0.5413223,0.5413223,0.54545456,0.56198347,0.55785125,0.5165289,0.4752066,0.42975205,0.37190083,0.36363637,0.36363637,0.4090909,0.42561984,0.47107437,0.5165289,0.6363636,0.74793386,0.6942149,0.61157024,0.55785125,0.553719,0.62396693,0.6528926,0.61157024,0.56198347,0.5289256,0.49586776,0.46694216,0.46694216,0.4876033,0.49586776,0.57438016,0.661157,0.6859504,0.4752066,0.3264463,0.3305785,0.34710744,0.40082645,0.4752066,0.49586776,0.5289256,0.54545456,0.54545456,0.5661157,0.6322314,0.6322314,0.57438016,0.53305787,0.5,0.5371901,0.56198347,0.53305787,0.5041322,0.48347107,0.4752066,0.40082645,0.5247934,0.59504133,0.61570245,0.62396693,0.6487603,0.6652893,0.6942149,0.69008267,0.7066116,0.7066116,0.70247936,0.6818182,0.59504133,0.553719,0.5206612,0.5371901,0.57024795,0.5785124,0.58677685,0.5661157,0.58264464,0.58264464,0.677686,0.6942149,0.59917355,0.5,0.338843,0.33471075,0.5247934,0.607438,0.5495868,0.47933885,0.45867768,0.46280992,0.446281,0.38429752,0.38429752,0.41322315,0.48347107,0.57438016,0.6652893,0.58264464,0.40082645,0.5123967,0.49586776,0.41322315,0.35950413,0.32231405,0.3264463,0.34710744,0.37603307,0.43801653,0.5247934,0.54545456,0.53305787,0.5247934,0.53305787,0.553719,0.5495868,0.53305787,0.5,0.46280992,0.5165289,0.49586776,0.5082645,0.58264464,0.61570245,0.6198347,0.6198347,0.6487603,0.6859504,0.677686,0.6983471,0.70247936,0.7107438,0.71487606,0.69008267,0.6859504,0.6818182,0.71900827,0.6983471,0.6694215,0.61570245,0.57438016,0.6528926,0.6446281,0.6446281,0.6280992,0.49586776,0.30991736,0.17355372,0.1983471,0.39256197,0.55785125,0.5123967,0.40495867,0.40082645,0.446281,0.38429752,0.23140496,0.18181819,0.23966943,0.35950413,0.45454547,0.5371901,0.57024795,0.37603307,0.5661157,0.61157024,0.6198347,0.5785124,0.5247934,0.48347107,0.42975205,0.45454547,0.5495868,0.61157024,0.61570245,0.61157024,0.5785124,0.5661157,0.55785125,0.5413223,0.5206612,0.49586776,0.45867768,0.57024795,0.5,0.5082645,0.57024795,0.59917355,0.6198347,0.60330576,0.6280992,0.6735537,0.6652893,0.6735537,0.6859504,0.71487606,0.75206614,0.75619835,0.75206614,0.7355372,0.71900827,0.661157,0.6363636,0.59917355,0.6487603,0.7107438,0.6818182,0.61157024,0.5495868,0.40082645,0.2768595,0.2768595,0.3140496,0.42561984,0.53305787,0.5041322,0.38842976,0.3966942,0.44214877,0.37190083,0.24380165,0.12809917,0.12396694,0.22727273,0.338843,0.43801653,0.49173555,0.338843,0.56198347,0.61570245,0.6280992,0.6280992,0.6363636,0.6528926,0.6363636,0.61570245,0.62396693,0.61157024,0.59090906,0.5785124,0.56198347,0.553719,0.5413223,0.5371901,0.5165289,0.48347107,0.48347107,0.57438016,0.45867768,0.5247934,0.55785125,0.59504133,0.607438,0.61157024,0.61157024,0.6570248,0.677686,0.6983471,0.71900827,0.7355372,0.7644628,0.76859504,0.75206614,0.73966944,0.6983471,0.661157,0.6363636,0.6694215,0.71487606,0.74380165,0.71900827,0.6446281,0.5165289,0.43801653,0.45454547,0.5289256,0.55785125,0.553719,0.5371901,0.49586776,0.40495867,0.39256197,0.41735536,0.40495867,0.37603307,0.27272728,0.2520661,0.23966943,0.2644628,0.38016528,0.40495867,0.40495867,0.58677685,0.60330576,0.607438,0.6280992,0.6487603,0.6735537,0.6859504,0.6652893,0.6570248,0.6487603,0.607438,0.57438016,0.5413223,0.5371901,0.5371901,0.53305787,0.5165289,0.46694216,0.5082645,0.5247934,0.3966942,0.5165289,0.553719,0.59504133,0.607438,0.61570245,0.6198347,0.6528926,0.6983471,0.7355372,0.74380165,0.74793386,0.75206614,0.7644628,0.74793386,0.71487606,0.69008267,0.677686,0.677686,0.6983471,0.74380165,0.74380165,0.7355372,0.677686,0.6446281,0.6198347,0.6198347,0.6487603,0.6859504,0.661157,0.57438016,0.446281,0.3677686,0.3677686,0.35123968,0.3677686,0.41735536,0.43801653,0.42975205,0.37603307,0.35950413,0.42561984,0.45454547,0.5495868,0.6404959,0.61157024,0.607438,0.62396693,0.6363636,0.6404959,0.6487603,0.6487603,0.6404959,0.6446281,0.6363636,0.59917355,0.55785125,0.5206612,0.5206612,0.5247934,0.5082645,0.45041323,0.5165289,0.44214877,0.38429752,0.5,0.5661157,0.59504133,0.61157024,0.6322314,0.6363636,0.661157,0.7107438,0.74380165,0.73966944,0.73966944,0.74793386,0.7644628,0.73966944,0.7107438,0.7066116,0.6818182,0.7066116,0.73966944,0.7355372,0.71900827,0.71900827,0.677686,0.677686,0.6818182,0.677686,0.6859504,0.7107438,0.6942149,0.6363636,0.43801653,0.3140496,0.38842976,0.37190083,0.37190083,0.45041323,0.53305787,0.5206612,0.53305787,0.5495868,0.57024795,0.59917355,0.6198347,0.6652893,0.6404959,0.61157024,0.607438,0.61570245,0.61157024,0.59504133,0.61570245,0.607438,0.61157024,0.60330576,0.59917355,0.55785125,0.5247934,0.5165289,0.5165289,0.4876033,0.46280992,0.5206612,0.49173555,0.46694216,0.49173555,0.5661157,0.59090906,0.6198347,0.6528926,0.661157,0.677686,0.7066116,0.72727275,0.7355372,0.7355372,0.7355372,0.73966944,0.7355372,0.71900827,0.7066116,0.7066116,0.72727275,0.74380165,0.71900827,0.70247936,0.6942149,0.6859504,0.6859504,0.6735537,0.6694215,0.69008267,0.6942149,0.6859504,0.6570248,0.5413223,0.4214876,0.47107437,0.49173555,0.5206612,0.5661157,0.59090906,0.607438,0.6280992,0.62396693,0.6280992,0.6363636,0.6280992,0.6652893,0.6652893,0.6404959,0.62396693,0.62396693,0.61157024,0.60330576,0.6280992,0.62396693,0.59090906,0.5785124,0.58264464,0.54545456,0.53305787,0.5165289,0.5123967,0.48347107,0.45867768,0.53305787,0.5247934,0.5289256,0.5,0.56198347,0.59917355,0.6198347,0.6570248,0.6735537,0.6818182,0.6942149,0.70247936,0.72727275,0.7231405,0.72727275,0.73140496,0.74380165,0.73966944,0.71487606,0.73140496,0.7231405,0.7231405,0.70247936,0.71487606,0.6818182,0.6859504,0.6942149,0.6942149,0.677686,0.677686,0.70247936,0.677686,0.6528926,0.61570245,0.57438016,0.6322314,0.6528926,0.6570248,0.62396693,0.61157024,0.6363636,0.6404959,0.62396693,0.60330576,0.607438,0.6198347,0.661157,0.6735537,0.6735537,0.6487603,0.6280992,0.6198347,0.607438,0.607438,0.59504133,0.58264464,0.57438016,0.56198347,0.5206612,0.5206612,0.5165289,0.5,0.47107437,0.45867768,0.5247934,0.5123967,0.5206612,0.5123967,0.57438016,0.60330576,0.607438,0.6363636,0.6652893,0.677686,0.6859504,0.6942149,0.71487606,0.7231405,0.7231405,0.72727275,0.73140496,0.73966944,0.7231405,0.71900827,0.71487606,0.71487606,0.6942149,0.6983471,0.677686,0.69008267,0.6942149,0.6983471,0.6983471,0.6942149,0.7107438,0.677686,0.6652893,0.6446281,0.6198347,0.6570248,0.71487606,0.6983471,0.661157,0.6322314,0.6280992,0.6363636,0.6404959,0.59917355,0.59504133,0.61570245,0.6487603,0.661157,0.677686,0.661157,0.6404959,0.62396693,0.60330576,0.58677685,0.5785124,0.55785125,0.5495868,0.5413223,0.5123967,0.5041322,0.5123967,0.5,0.46694216,0.46694216,0.53305787,0.5247934,0.5206612,0.5165289,0.59090906,0.607438,0.607438,0.62396693,0.661157,0.6652893,0.6818182,0.6859504,0.7107438,0.71900827,0.73140496,0.71487606,0.71487606,0.73140496,0.74793386,0.70247936,0.70247936,0.7107438,0.6942149,0.6859504,0.677686,0.6859504,0.7107438,0.7231405,0.73140496,0.7231405,0.72727275,0.7107438,0.6942149,0.6446281,0.6446281,0.6652893,0.73140496,0.7066116,0.6818182,0.6280992,0.6404959,0.6528926,0.6446281,0.60330576,0.59917355,0.60330576,0.6363636,0.6363636,0.6487603,0.661157,0.6487603,0.6363636,0.61570245,0.57024795,0.56198347,0.5495868,0.5413223,0.53305787,0.5,0.5082645,0.5123967,0.4876033,0.46280992,0.47933885,0.54545456,0.53305787,0.5165289,0.5247934,0.58264464,0.61570245,0.62396693,0.6322314,0.6528926,0.6694215,0.6694215,0.6694215,0.6983471,0.71900827,0.73140496,0.71487606,0.7066116,0.7231405,0.74380165,0.69008267,0.6942149,0.70247936,0.6942149,0.6859504,0.6942149,0.7066116,0.73140496,0.72727275,0.70247936,0.6528926,0.6404959,0.6404959,0.6570248,0.6487603,0.6652893,0.6694215,0.70247936,0.661157,0.6652893,0.62396693,0.6528926,0.661157,0.6652893,0.6322314,0.607438,0.60330576,0.6198347,0.61570245,0.61570245,0.6280992,0.6446281,0.6322314,0.59504133,0.55785125,0.553719,0.5495868,0.53305787,0.53305787,0.49586776,0.5082645,0.49586776,0.48347107,0.45454547,0.46694216,0.5041322,0.5206612,0.5123967,0.5206612,0.58677685,0.61157024,0.61570245,0.6280992,0.6570248,0.6652893,0.661157,0.6694215,0.6818182,0.71487606,0.72727275,0.7107438,0.7066116,0.7066116,0.7231405,0.6942149,0.7107438,0.71487606,0.70247936,0.7066116,0.7066116,0.69008267,0.6404959,0.58264464,0.5165289,0.45041323,0.4338843,0.45454547,0.4752066,0.553719,0.59090906,0.54545456,0.4752066,0.43801653,0.47107437,0.5371901,0.59917355,0.6446281,0.661157,0.6446281,0.6198347,0.6198347,0.61570245,0.607438,0.60330576,0.61157024,0.6322314,0.607438,0.56198347,0.54545456,0.55785125,0.56198347,0.5289256,0.5289256,0.5123967,0.5123967,0.48347107,0.4876033,0.45454547,0.41735536,0.4338843,0.4752066,0.45867768,0.47933885,0.60330576,0.61570245,0.61157024,0.6280992,0.6446281,0.661157,0.6446281,0.6652893,0.6818182,0.7107438,0.72727275,0.7231405,0.70247936,0.7066116,0.71900827,0.7066116,0.72727275,0.7355372,0.7231405,0.677686,0.6322314,0.54545456,0.446281,0.38842976,0.3429752,0.2892562,0.28512397,0.3181818,0.3181818,0.3677686,0.34710744,0.30578512,0.30165288,0.30578512,0.30991736,0.37190083,0.44214877,0.53305787,0.58677685,0.6404959,0.6446281,0.6280992,0.61157024,0.59504133,0.61157024,0.6198347,0.60330576,0.57438016,0.553719,0.54545456,0.5661157,0.57024795,0.5289256,0.53305787,0.5165289,0.5123967,0.48347107,0.48347107,0.45041323,0.3429752,0.35950413,0.35123968,0.25619835,0.40495867,0.607438,0.6198347,0.6280992,0.62396693,0.6322314,0.6446281,0.6404959,0.6570248,0.6818182,0.70247936,0.73140496,0.74380165,0.71487606,0.7107438,0.71900827,0.7066116,0.6983471,0.7231405,0.6942149,0.56198347,0.45041323,0.35123968,0.28099173,0.2231405,0.19421488,0.14876033,0.1694215,0.2107438,0.21487603,0.23140496,0.1694215,0.21487603,0.21900827,0.20247933,0.21900827,0.2892562,0.35123968,0.37190083,0.41322315,0.5,0.59090906,0.6363636,0.607438,0.5785124,0.607438,0.6198347,0.58677685,0.56198347,0.553719,0.55785125,0.5785124,0.55785125,0.5413223,0.5247934,0.5206612,0.5041322,0.49586776,0.4876033,0.4338843,0.29338843,0.25619835,0.18595041,0.12396694,0.3429752,0.58677685,0.61157024,0.6404959,0.6322314,0.6363636,0.6322314,0.6570248,0.6487603,0.6735537,0.6859504,0.7355372,0.75206614,0.7107438,0.70247936,0.7107438,0.6694215,0.6280992,0.6446281,0.57024795,0.40082645,0.30578512,0.24793388,0.1983471,0.12809917,0.11570248,0.09504132,0.18595041,0.23140496,0.24793388,0.26859504,0.15289256,0.28099173,0.21900827,0.20661157,0.19008264,0.15289256,0.2644628,0.28512397,0.30578512,0.3429752,0.42975205,0.54545456,0.58264464,0.54545456,0.55785125,0.58264464,0.55785125,0.56198347,0.55785125,0.57438016,0.57438016,0.5371901,0.54545456,0.5165289,0.5206612,0.5,0.5,0.49173555,0.41322315,0.27272728,0.22727273,0.13636364,0.11570248,0.28512397,0.553719,0.607438,0.6322314,0.6322314,0.6363636,0.6446281,0.6528926,0.6487603,0.677686,0.70247936,0.7231405,0.75206614,0.71487606,0.69008267,0.677686,0.6198347,0.5413223,0.49586776,0.41322315,0.338843,0.3305785,0.33471075,0.32231405,0.23553719,0.14876033,0.09090909,0.20247933,0.2603306,0.28099173,0.3305785,0.18181819,0.3429752,0.2892562,0.27272728,0.2644628,0.18595041,0.24793388,0.26859504,0.2644628,0.2768595,0.2892562,0.38842976,0.49173555,0.49586776,0.49586776,0.5289256,0.5247934,0.54545456,0.55785125,0.57438016,0.5661157,0.53305787,0.5289256,0.5123967,0.5123967,0.5,0.4876033,0.4876033,0.37190083,0.23966943,0.18595041,0.12396694,0.11570248,0.21900827,0.4876033,0.60330576,0.6280992,0.62396693,0.6363636,0.6446281,0.6487603,0.6363636,0.6528926,0.70247936,0.6983471,0.74380165,0.71487606,0.677686,0.6528926,0.607438,0.5247934,0.5082645,0.5,0.45454547,0.46694216,0.49173555,0.4876033,0.42561984,0.3181818,0.23553719,0.23140496,0.21487603,0.23140496,0.28512397,0.1446281,0.30991736,0.37603307,0.446281,0.46280992,0.45867768,0.4338843,0.38842976,0.3140496,0.2231405,0.20247933,0.23966943,0.3181818,0.38429752,0.446281,0.49586776,0.5082645,0.54545456,0.5661157,0.5785124,0.5661157,0.5247934,0.5165289,0.5082645,0.49586776,0.49173555,0.48347107,0.47107437,0.3181818,0.20247933,0.1570248,0.11157025,0.10743801,0.12396694,0.3966942,0.59504133,0.6198347,0.62396693,0.6363636,0.6280992,0.6446281,0.6446281,0.6363636,0.6942149,0.7066116,0.71487606,0.70247936,0.6363636,0.6363636,0.59504133,0.5289256,0.60330576,0.6322314,0.553719,0.5247934,0.53305787,0.5371901,0.5206612,0.4876033,0.43801653,0.3966942,0.3305785,0.30991736,0.3264463,0.338843,0.42975205,0.5289256,0.53305787,0.5165289,0.5,0.47933885,0.46694216,0.44214877,0.41735536,0.37603307,0.30165288,0.26859504,0.35123968,0.45867768,0.49586776,0.5206612,0.55785125,0.56198347,0.57438016,0.56198347,0.5041322,0.5123967,0.5082645,0.48347107,0.4876033,0.4876033,0.43801653,0.24380165,0.1694215,0.1322314,0.10743801,0.10743801,0.09917355,0.28099173,0.5371901,0.59917355,0.6280992,0.6198347,0.6280992,0.6570248,0.6570248,0.6198347,0.6487603,0.7066116,0.6859504,0.6859504,0.6322314,0.58677685,0.5413223,0.5661157,0.6694215,0.6694215,0.5785124,0.5165289,0.5247934,0.5247934,0.56198347,0.5289256,0.5247934,0.5206612,0.5,0.48347107,0.5041322,0.5206612,0.5165289,0.55785125,0.5413223,0.49586776,0.48347107,0.446281,0.42975205,0.41735536,0.43801653,0.47107437,0.44214877,0.37603307,0.446281,0.49586776,0.5,0.5041322,0.553719,0.5785124,0.55785125,0.5247934,0.5041322,0.5165289,0.5123967,0.47933885,0.4876033,0.4876033,0.38016528,0.17768595,0.13636364,0.11570248,0.10743801,0.11570248,0.12809917,0.16528925,0.446281,0.59090906,0.6280992,0.61157024,0.6404959,0.661157,0.6446281,0.62396693,0.6280992,0.677686,0.6818182,0.6652893,0.6198347,0.56198347,0.57024795,0.6363636,0.70247936,0.69008267,0.62396693,0.5289256,0.5,0.48347107,0.5247934,0.49586776,0.5206612,0.5371901,0.49173555,0.4876033,0.5289256,0.5123967,0.5206612,0.5165289,0.5041322,0.43801653,0.43801653,0.41322315,0.40082645,0.39256197,0.4214876,0.5165289,0.53305787,0.47933885,0.48347107,0.49173555,0.5041322,0.5041322,0.56198347,0.5495868,0.5413223,0.5082645,0.5165289,0.5165289,0.5,0.47933885,0.49173555,0.45867768,0.2768595,0.12809917,0.11157025,0.11157025,0.11157025,0.11157025,0.14049587,0.11983471,0.29338843,0.5495868,0.607438,0.59090906,0.6280992,0.6446281,0.6404959,0.6363636,0.6363636,0.6446281,0.6735537,0.6570248,0.60330576,0.5661157,0.61157024,0.661157,0.6859504,0.6735537,0.661157,0.59917355,0.5041322,0.45454547,0.47933885,0.44214877,0.4338843,0.47107437,0.4214876,0.446281,0.49173555,0.45041323,0.46280992,0.42561984,0.40082645,0.38016528,0.40495867,0.38842976,0.38429752,0.40495867,0.4752066,0.5495868,0.57024795,0.53305787,0.49173555,0.4876033,0.47933885,0.49173555,0.553719,0.5247934,0.5165289,0.5123967,0.49586776,0.5206612,0.4876033,0.48347107,0.49173555,0.38842976,0.16115703,0.11157025,0.11157025,0.10743801,0.10743801,0.11157025,0.1322314,0.13636364,0.1446281,0.44214877,0.58264464,0.59090906,0.59917355,0.6363636,0.6446281,0.6487603,0.6198347,0.6363636,0.6280992,0.62396693,0.57438016,0.553719,0.60330576,0.6446281,0.6446281,0.6446281,0.6404959,0.6322314,0.57024795,0.49173555,0.446281,0.3966942,0.38429752,0.40082645,0.36363637,0.4338843,0.43801653,0.36363637,0.37190083,0.338843,0.33471075,0.3429752,0.38016528,0.38842976,0.3966942,0.44214877,0.5041322,0.53305787,0.5413223,0.5165289,0.49173555,0.49173555,0.4876033,0.5165289,0.54545456,0.5123967,0.49586776,0.5082645,0.5,0.49173555,0.49173555,0.49586776,0.47107437,0.28512397,0.09504132,0.10743801,0.11157025,0.10743801,0.11157025,0.10743801,0.13636364,0.14049587,0.12396694,0.21487603,0.53305787,0.57438016,0.59090906,0.6280992,0.6404959,0.6528926,0.60330576,0.62396693,0.6198347,0.607438,0.58264464,0.58677685,0.59917355,0.61570245,0.60330576,0.59917355,0.607438,0.61157024,0.58677685,0.54545456,0.46280992,0.39256197,0.32231405,0.3140496,0.27272728,0.33471075,0.30578512,0.27272728,0.2768595,0.2644628,0.2892562,0.3264463,0.35950413,0.39256197,0.43801653,0.4876033,0.5041322,0.5082645,0.5206612,0.5123967,0.5082645,0.5,0.49586776,0.5206612,0.5,0.5206612,0.48347107,0.5165289,0.49173555,0.5,0.4876033,0.5,0.40495867,0.16115703,0.09090909,0.11157025,0.11157025,0.11157025,0.11157025,0.10743801,0.13636364,0.13636364,0.14876033,0.10743801,0.32231405,0.56198347,0.5785124,0.59917355,0.6363636,0.6404959,0.60330576,0.59504133,0.607438,0.58677685,0.58677685,0.60330576,0.60330576,0.5785124,0.57438016,0.5661157,0.5785124,0.59917355,0.58677685,0.5495868,0.4752066,0.3966942,0.28512397,0.23553719,0.22727273,0.22727273,0.24380165,0.23966943,0.24380165,0.24793388,0.28099173,0.3181818,0.35123968,0.4090909,0.45454547,0.4752066,0.48347107,0.48347107,0.5082645,0.5206612,0.5123967,0.48347107,0.5041322,0.5,0.49586776,0.4876033,0.5,0.48347107,0.49173555,0.48347107,0.4876033,0.4876033,0.30991736,0.09090909,0.11157025,0.11570248,0.10743801,0.11157025,0.10743801,0.11157025,0.13636364,0.13636364,0.15289256,0.15289256,0.09090909,0.5206612,0.55785125,0.58264464,0.61570245,0.62396693,0.60330576,0.58264464,0.59917355,0.59917355,0.5785124,0.59504133,0.61157024,0.58264464,0.57024795,0.553719,0.55785125,0.56198347,0.553719,0.5206612,0.446281,0.37190083,0.2603306,0.2231405,0.22727273,0.24380165,0.2644628,0.2603306,0.26859504,0.2768595,0.30578512,0.33471075,0.38016528,0.4214876,0.44214877,0.45041323,0.46694216,0.4876033,0.49586776,0.48347107,0.4752066,0.4876033,0.4876033,0.45867768,0.46694216,0.47107437,0.48347107,0.4876033,0.5,0.47933885,0.49173555,0.4752066,0.25619835,0.0785124,0.11570248,0.11570248,0.11157025,0.11157025,0.10743801,0.10743801,0.13636364,0.1322314,0.16115703,0.16115703,0.06198347,0.446281,0.5371901,0.57438016,0.59917355,0.607438,0.59504133,0.58264464,0.60330576,0.59504133,0.58264464,0.57438016,0.57438016,0.5661157,0.56198347,0.553719,0.53305787,0.5165289,0.53305787,0.4876033,0.45867768,0.39256197,0.34710744,0.2768595,0.27272728,0.29752067,0.3181818,0.32231405,0.3553719,0.35950413,0.38842976,0.4090909,0.42561984,0.4214876,0.42561984,0.45041323,0.46280992,0.4876033,0.49173555,0.46280992,0.46280992,0.47107437,0.46694216,0.45041323,0.45867768,0.47107437,0.47933885,0.5041322,0.4876033,0.47933885,0.49586776,0.45454547,0.23553719,0.0785124,0.11570248,0.11157025,0.11570248,0.11157025,0.10743801,0.11570248,0.1446281,0.14049587,0.1446281,0.1570248,0.10743801,0.3677686,0.5495868,0.53305787,0.59090906,0.59090906,0.59090906,0.58677685,0.59917355,0.59917355,0.59504133,0.59090906,0.59917355,0.5785124,0.56198347,0.56198347,0.53305787,0.5123967,0.5247934,0.5082645,0.5041322,0.4752066,0.44214877,0.41735536,0.41322315,0.41735536,0.4338843,0.43801653,0.45867768,0.47933885,0.4876033,0.48347107,0.47933885,0.44214877,0.42561984,0.446281,0.45867768,0.46694216,0.45867768,0.45041323,0.44214877,0.45454547,0.46280992,0.45454547,0.46694216,0.4752066,0.47933885,0.5,0.49173555,0.4876033,0.49173555,0.45454547,0.21487603,0.0785124,0.11983471,0.11570248,0.11157025,0.11983471,0.11157025,0.10330579,0.14876033,0.14049587,0.1446281,0.1446281,0.1322314,0.30578512,0.57438016,0.5041322,0.55785125,0.5785124,0.59504133,0.58677685,0.58264464,0.59090906,0.60330576,0.607438,0.607438,0.61157024,0.59504133,0.5785124,0.5495868,0.5371901,0.5289256,0.5371901,0.54545456,0.5371901,0.5413223,0.5165289,0.5247934,0.5413223,0.54545456,0.55785125,0.5495868,0.553719,0.5413223,0.5289256,0.5082645,0.46280992,0.44214877,0.45041323,0.45454547,0.45454547,0.43801653,0.4338843,0.42561984,0.46280992,0.46694216,0.446281,0.45454547,0.4752066,0.4876033,0.4876033,0.48347107,0.47933885,0.49173555,0.44214877,0.20247933,0.09504132,0.12396694,0.11570248,0.10743801,0.11570248,0.11157025,0.11570248,0.14876033,0.14049587,0.1570248,0.1446281,0.13636364,0.25619835,0.58677685,0.5123967,0.5123967,0.55785125,0.5785124,0.58264464,0.57438016,0.57024795,0.59504133,0.62396693,0.62396693,0.6280992,0.61570245,0.59917355,0.58677685,0.5495868,0.5495868,0.5661157,0.58264464,0.58677685,0.61157024,0.58264464,0.61157024,0.607438,0.607438,0.59917355,0.60330576,0.59917355,0.57024795,0.553719,0.5289256,0.4876033,0.47933885,0.47107437,0.47107437,0.47933885,0.44214877,0.44214877,0.46280992,0.47933885,0.45041323,0.446281,0.45867768,0.4752066,0.48347107,0.48347107,0.4752066,0.48347107,0.5041322,0.42561984,0.17355372,0.09917355,0.11983471,0.11570248,0.11570248,0.11983471,0.11157025,0.11570248,0.14876033,0.1322314,0.1570248,0.1446281,0.14876033,0.21900827,0.57438016,0.54545456,0.49586776,0.5289256,0.56198347,0.57024795,0.57024795,0.56198347,0.59504133,0.6322314,0.6322314,0.6487603,0.6322314,0.6198347,0.61157024,0.57024795,0.56198347,0.607438,0.6280992,0.607438,0.61157024,0.59504133,0.61570245,0.6198347,0.62396693,0.62396693,0.62396693,0.60330576,0.56198347,0.5413223,0.5371901,0.5247934,0.5165289,0.5082645,0.5041322,0.5082645,0.46694216,0.48347107,0.5123967,0.4752066,0.446281,0.45454547,0.46694216,0.46694216,0.4752066,0.48347107,0.47933885,0.4876033,0.5082645,0.4214876,0.17768595,0.09917355,0.12396694,0.11570248,0.11983471,0.11983471,0.10743801,0.11157025,0.1446281,0.13636364,0.14876033,0.1446281,0.12809917,0.3140496,0.55785125,0.553719,0.5082645,0.5123967,0.53305787,0.5495868,0.55785125,0.5661157,0.59917355,0.6322314,0.6322314,0.6528926,0.6446281,0.6363636,0.6446281,0.6198347,0.60330576,0.61570245,0.6322314,0.6198347,0.6280992,0.6280992,0.6363636,0.62396693,0.6280992,0.62396693,0.62396693,0.59917355,0.5661157,0.5413223,0.5495868,0.5413223,0.5289256,0.5413223,0.53305787,0.49586776,0.49586776,0.5123967,0.5082645,0.4752066,0.45041323,0.44214877,0.46280992,0.47107437,0.47933885,0.4752066,0.4876033,0.5,0.5,0.446281,0.30578512,0.15289256,0.10743801,0.11983471,0.11570248,0.11983471,0.11570248,0.10743801,0.15289256,0.14049587,0.1446281,0.11983471,0.28512397,0.49586776,0.5206612,0.54545456,0.53305787,0.5165289,0.5082645,0.5123967,0.54545456,0.553719,0.58264464,0.607438,0.61570245,0.6446281,0.6528926,0.6404959,0.6404959,0.6446281,0.6198347,0.59504133,0.61570245,0.62396693,0.6528926,0.6404959,0.62396693,0.6322314,0.62396693,0.62396693,0.61570245,0.57024795,0.5495868,0.54545456,0.553719,0.5206612,0.5247934,0.5247934,0.5165289,0.48347107,0.5,0.49586776,0.47933885,0.46280992,0.45041323,0.44214877,0.45454547,0.47107437,0.4752066,0.47107437,0.49173555,0.5,0.49586776,0.38016528,0.40082645,0.3305785,0.14876033,0.11983471,0.12396694,0.11570248,0.11983471,0.10743801,1 +0.6818182,0.7066116,0.71900827,0.7107438,0.71487606,0.72727275,0.7355372,0.73966944,0.7355372,0.72727275,0.7355372,0.73966944,0.74380165,0.75206614,0.75619835,0.7644628,0.7644628,0.7644628,0.7644628,0.76033056,0.7644628,0.76033056,0.77272725,0.75619835,0.74380165,0.73140496,0.7066116,0.6983471,0.69008267,0.7066116,0.70247936,0.6942149,0.6942149,0.6818182,0.6983471,0.71900827,0.71487606,0.71487606,0.6942149,0.6983471,0.6942149,0.69008267,0.6859504,0.6859504,0.69008267,0.6859504,0.69008267,0.6652893,0.6570248,0.6404959,0.6280992,0.61157024,0.60330576,0.61157024,0.60330576,0.57438016,0.5661157,0.5785124,0.5289256,0.4876033,0.5165289,0.55785125,0.5785124,0.5785124,0.70247936,0.7107438,0.7066116,0.6983471,0.71487606,0.7231405,0.73140496,0.73966944,0.7355372,0.72727275,0.74380165,0.74380165,0.73966944,0.74793386,0.75206614,0.76859504,0.76859504,0.7644628,0.7644628,0.76033056,0.7892562,0.77272725,0.7644628,0.7768595,0.75619835,0.75619835,0.72727275,0.6983471,0.70247936,0.71900827,0.7066116,0.7107438,0.6942149,0.6983471,0.6983471,0.72727275,0.73966944,0.72727275,0.70247936,0.6983471,0.6983471,0.7107438,0.6983471,0.6859504,0.677686,0.677686,0.69008267,0.69008267,0.6735537,0.6487603,0.6322314,0.61157024,0.60330576,0.61157024,0.59917355,0.5785124,0.5661157,0.5785124,0.553719,0.5041322,0.5247934,0.57024795,0.57438016,0.5661157,0.7231405,0.7107438,0.6983471,0.70247936,0.73140496,0.7231405,0.72727275,0.73140496,0.73140496,0.73140496,0.7355372,0.73140496,0.7355372,0.73140496,0.74380165,0.76033056,0.76033056,0.74793386,0.74380165,0.75206614,0.78512394,0.7768595,0.76033056,0.78099173,0.76859504,0.75619835,0.73140496,0.70247936,0.7066116,0.7107438,0.7066116,0.71487606,0.69008267,0.7107438,0.71900827,0.71487606,0.7355372,0.71900827,0.6983471,0.6942149,0.6983471,0.7107438,0.6983471,0.6859504,0.6859504,0.6942149,0.70247936,0.6983471,0.677686,0.6570248,0.6404959,0.62396693,0.61157024,0.59917355,0.59917355,0.5785124,0.57024795,0.57438016,0.56198347,0.5082645,0.5495868,0.59917355,0.5661157,0.57438016,0.73966944,0.70247936,0.7066116,0.71487606,0.7231405,0.71487606,0.7231405,0.71900827,0.7231405,0.72727275,0.71900827,0.7231405,0.74380165,0.71900827,0.73140496,0.7355372,0.7355372,0.7231405,0.7355372,0.73140496,0.74793386,0.75619835,0.73140496,0.73140496,0.7231405,0.71900827,0.7066116,0.6735537,0.6942149,0.6942149,0.6983471,0.70247936,0.677686,0.70247936,0.71900827,0.6983471,0.71900827,0.6942149,0.661157,0.6652893,0.677686,0.6818182,0.6652893,0.6570248,0.6528926,0.661157,0.6859504,0.6859504,0.6735537,0.661157,0.6446281,0.6363636,0.6198347,0.59504133,0.59090906,0.57438016,0.57024795,0.5785124,0.57024795,0.5206612,0.56198347,0.607438,0.57438016,0.59504133,0.73966944,0.6942149,0.71487606,0.7231405,0.7107438,0.70247936,0.7107438,0.71487606,0.7231405,0.71900827,0.7231405,0.71900827,0.7066116,0.70247936,0.7066116,0.69008267,0.6818182,0.6652893,0.6528926,0.6528926,0.6652893,0.661157,0.62396693,0.61570245,0.61570245,0.6322314,0.6404959,0.6280992,0.6446281,0.6652893,0.6735537,0.6818182,0.661157,0.677686,0.7066116,0.677686,0.677686,0.6528926,0.61570245,0.61157024,0.6280992,0.6198347,0.59504133,0.59090906,0.57438016,0.56198347,0.59504133,0.61157024,0.62396693,0.62396693,0.6363636,0.6322314,0.61157024,0.59090906,0.58264464,0.57024795,0.56198347,0.57438016,0.57438016,0.5495868,0.5413223,0.62396693,0.59090906,0.60330576,0.72727275,0.6983471,0.71487606,0.71900827,0.7066116,0.7107438,0.7107438,0.71487606,0.7231405,0.7066116,0.69008267,0.677686,0.6694215,0.6652893,0.6446281,0.61570245,0.59917355,0.58677685,0.56198347,0.553719,0.5661157,0.5495868,0.5082645,0.5082645,0.5206612,0.5289256,0.54545456,0.553719,0.59504133,0.6198347,0.6363636,0.6487603,0.6446281,0.6528926,0.6694215,0.6446281,0.6280992,0.60330576,0.5661157,0.56198347,0.5661157,0.53305787,0.5123967,0.5082645,0.4876033,0.45454547,0.48347107,0.49586776,0.5206612,0.53305787,0.5413223,0.57438016,0.57024795,0.60330576,0.59504133,0.5785124,0.553719,0.5661157,0.58677685,0.56198347,0.5206612,0.6487603,0.59504133,0.60330576,0.7231405,0.70247936,0.7107438,0.71487606,0.7066116,0.7066116,0.7107438,0.7066116,0.7066116,0.6818182,0.6446281,0.6322314,0.6404959,0.61157024,0.57024795,0.54545456,0.5247934,0.5082645,0.4876033,0.4752066,0.48347107,0.46280992,0.4338843,0.4338843,0.46280992,0.45867768,0.48347107,0.49173555,0.53305787,0.5661157,0.58677685,0.60330576,0.62396693,0.6404959,0.62396693,0.60330576,0.57024795,0.55785125,0.5206612,0.5123967,0.5041322,0.45454547,0.44214877,0.4338843,0.4090909,0.38842976,0.41735536,0.40082645,0.4214876,0.43801653,0.45041323,0.47933885,0.5123967,0.54545456,0.58264464,0.57438016,0.55785125,0.553719,0.5785124,0.5206612,0.5247934,0.6528926,0.61157024,0.59090906,0.71487606,0.71487606,0.7107438,0.71487606,0.70247936,0.6942149,0.7066116,0.7066116,0.6859504,0.6446281,0.61157024,0.59504133,0.58264464,0.553719,0.5123967,0.47107437,0.45454547,0.45041323,0.39256197,0.40082645,0.40495867,0.39256197,0.37190083,0.35950413,0.40082645,0.39256197,0.4338843,0.43801653,0.5,0.5082645,0.5247934,0.553719,0.58677685,0.60330576,0.5785124,0.57438016,0.55785125,0.49173555,0.46694216,0.45041323,0.43801653,0.39256197,0.39256197,0.37603307,0.3677686,0.34710744,0.338843,0.33471075,0.34710744,0.37603307,0.4090909,0.446281,0.49173555,0.48347107,0.5082645,0.5413223,0.553719,0.553719,0.5661157,0.48347107,0.49586776,0.6363636,0.6404959,0.5785124,0.71900827,0.71487606,0.7107438,0.7066116,0.6735537,0.661157,0.7231405,0.73966944,0.6652893,0.58677685,0.56198347,0.5371901,0.5,0.47107437,0.46694216,0.44214877,0.4338843,0.45454547,0.38429752,0.38016528,0.35950413,0.3429752,0.3429752,0.32231405,0.35950413,0.32231405,0.30578512,0.2644628,0.29338843,0.3305785,0.37190083,0.4214876,0.46694216,0.42975205,0.38842976,0.37190083,0.3429752,0.338843,0.3264463,0.3305785,0.30578512,0.28512397,0.27272728,0.25619835,0.2520661,0.2644628,0.28099173,0.3140496,0.33471075,0.35123968,0.35950413,0.38016528,0.4338843,0.4338843,0.42975205,0.46280992,0.47933885,0.48347107,0.49586776,0.45041323,0.45867768,0.59504133,0.6487603,0.58264464,0.71900827,0.7107438,0.7066116,0.7066116,0.6735537,0.661157,0.8181818,0.78512394,0.661157,0.59504133,0.58677685,0.59504133,0.607438,0.607438,0.5661157,0.553719,0.5123967,0.5041322,0.46280992,0.45454547,0.42561984,0.4214876,0.4214876,0.4090909,0.41735536,0.38429752,0.37603307,0.30578512,0.1694215,0.39256197,0.4090909,0.4214876,0.49173555,0.47933885,0.4752066,0.47107437,0.35123968,0.2768595,0.26859504,0.2644628,0.23553719,0.26859504,0.30578512,0.3264463,0.3305785,0.34710744,0.35950413,0.38429752,0.40495867,0.4214876,0.43801653,0.47933885,0.5206612,0.4876033,0.44214877,0.43801653,0.45454547,0.47107437,0.47107437,0.39256197,0.37603307,0.5371901,0.6363636,0.61157024,0.71900827,0.7066116,0.6942149,0.69008267,0.59504133,0.58264464,0.7355372,0.7066116,0.6694215,0.6322314,0.6446281,0.677686,0.7355372,0.7768595,0.74380165,0.661157,0.607438,0.58264464,0.5495868,0.54545456,0.5206612,0.48347107,0.47107437,0.45867768,0.4752066,0.46280992,0.46694216,0.48347107,0.3553719,0.4214876,0.61570245,0.6570248,0.6859504,0.6735537,0.6652893,0.62396693,0.5123967,0.4090909,0.40495867,0.38842976,0.3305785,0.35123968,0.37603307,0.37190083,0.38429752,0.41735536,0.45867768,0.49586776,0.53305787,0.55785125,0.57024795,0.60330576,0.6487603,0.6487603,0.57024795,0.5082645,0.5041322,0.5247934,0.5785124,0.5289256,0.48347107,0.47933885,0.5413223,0.62396693,0.71900827,0.7066116,0.6983471,0.57438016,0.5785124,0.677686,0.70247936,0.661157,0.6446281,0.6363636,0.6942149,0.72727275,0.822314,0.8636364,0.822314,0.72727275,0.661157,0.6198347,0.58264464,0.58264464,0.56198347,0.54545456,0.5289256,0.5082645,0.5,0.5,0.5041322,0.56198347,0.553719,0.47933885,0.6198347,0.69008267,0.6694215,0.661157,0.6652893,0.6487603,0.57024795,0.47933885,0.5041322,0.4876033,0.41735536,0.44214877,0.47933885,0.5165289,0.57024795,0.59504133,0.59504133,0.61157024,0.62396693,0.6363636,0.6487603,0.6735537,0.7107438,0.73140496,0.6570248,0.5413223,0.5082645,0.5247934,0.6363636,0.59504133,0.5165289,0.49586776,0.49586776,0.57438016,0.7107438,0.71900827,0.6528926,0.49173555,0.6280992,0.6983471,0.6859504,0.6363636,0.607438,0.6859504,0.72727275,0.76859504,0.87603307,0.92561984,0.8347107,0.6983471,0.6280992,0.5785124,0.5413223,0.5206612,0.5247934,0.5495868,0.54545456,0.5371901,0.5082645,0.553719,0.58677685,0.61157024,0.6404959,0.53305787,0.56198347,0.6280992,0.5495868,0.5289256,0.54545456,0.5495868,0.5206612,0.4876033,0.46694216,0.48347107,0.46280992,0.47933885,0.60330576,0.6818182,0.59917355,0.5661157,0.5661157,0.59504133,0.59917355,0.607438,0.61570245,0.6404959,0.6818182,0.71487606,0.6735537,0.55785125,0.5495868,0.6363636,0.661157,0.607438,0.53305787,0.46694216,0.446281,0.53305787,0.70247936,0.72727275,0.54545456,0.5082645,0.6487603,0.70247936,0.6694215,0.61570245,0.6280992,0.71900827,0.74380165,0.75206614,0.8636364,0.9338843,0.8016529,0.6446281,0.58677685,0.553719,0.5289256,0.5123967,0.47933885,0.46694216,0.5,0.5165289,0.5041322,0.6198347,0.7355372,0.6818182,0.677686,0.60330576,0.58677685,0.6363636,0.45867768,0.3181818,0.37603307,0.37603307,0.3966942,0.42975205,0.47107437,0.5371901,0.5247934,0.57024795,0.822314,0.8512397,0.73966944,0.5041322,0.5082645,0.55785125,0.55785125,0.58677685,0.59917355,0.61570245,0.59917355,0.61157024,0.6487603,0.57438016,0.61157024,0.7768595,0.78512394,0.59917355,0.5371901,0.44214877,0.40082645,0.5041322,0.70247936,0.6942149,0.49173555,0.5,0.6446281,0.6983471,0.6652893,0.6198347,0.6528926,0.6983471,0.6942149,0.677686,0.78099173,0.8181818,0.6735537,0.5661157,0.5206612,0.4752066,0.4752066,0.47107437,0.45454547,0.4338843,0.44214877,0.46694216,0.4876033,0.6694215,0.8677686,0.73966944,0.6280992,0.61157024,0.60330576,0.6570248,0.42975205,0.2107438,0.24380165,0.22727273,0.23966943,0.37190083,0.5413223,0.59090906,0.553719,0.60330576,0.9504132,0.88842976,0.6404959,0.5785124,0.49173555,0.5289256,0.47107437,0.4752066,0.5247934,0.58264464,0.61157024,0.5785124,0.57024795,0.56198347,0.6528926,0.822314,0.90495867,0.6487603,0.5123967,0.41322315,0.3966942,0.47107437,0.6694215,0.57024795,0.46280992,0.5,0.6404959,0.69008267,0.6487603,0.6363636,0.6487603,0.6363636,0.59504133,0.6198347,0.6694215,0.607438,0.5041322,0.42561984,0.38016528,0.338843,0.38429752,0.42975205,0.38429752,0.36363637,0.4214876,0.45867768,0.5041322,0.6652893,0.88429755,0.7107438,0.6280992,0.59090906,0.45041323,0.58677685,0.44214877,0.41322315,0.3429752,0.33471075,0.38429752,0.40495867,0.446281,0.60330576,0.54545456,0.5123967,0.7768595,0.6859504,0.62396693,0.5413223,0.35123968,0.41322315,0.29752067,0.29752067,0.38842976,0.46280992,0.5165289,0.5661157,0.5289256,0.53305787,0.6280992,0.80991733,0.88842976,0.6859504,0.5289256,0.39256197,0.35950413,0.42975205,0.5495868,0.35123968,0.40495867,0.5123967,0.6280992,0.6322314,0.607438,0.6198347,0.61570245,0.57024795,0.5289256,0.54545456,0.55785125,0.4752066,0.45454547,0.29752067,0.2603306,0.33471075,0.38842976,0.45867768,0.38429752,0.33471075,0.37603307,0.446281,0.5661157,0.607438,0.76859504,0.62396693,0.6735537,0.49586776,0.45454547,0.56198347,0.59504133,0.6198347,0.54545456,0.56198347,0.5247934,0.40082645,0.41735536,0.553719,0.5495868,0.5041322,0.553719,0.53305787,0.57024795,0.5247934,0.37190083,0.3553719,0.24793388,0.25619835,0.32231405,0.4090909,0.4214876,0.45041323,0.5082645,0.5247934,0.57024795,0.6652893,0.6983471,0.61157024,0.5289256,0.41322315,0.30165288,0.38429752,0.3305785,0.20661157,0.3966942,0.5123967,0.59917355,0.6570248,0.7644628,0.661157,0.6446281,0.56198347,0.5371901,0.5123967,0.5165289,0.49173555,0.45041323,0.38016528,0.40495867,0.42975205,0.446281,0.47933885,0.4338843,0.37603307,0.4090909,0.47107437,0.5661157,0.58264464,0.62396693,0.58264464,0.7107438,0.35950413,0.5123967,0.5661157,0.6942149,0.6859504,0.6322314,0.6528926,0.607438,0.40495867,0.40082645,0.4752066,0.5206612,0.5206612,0.5041322,0.49586776,0.5206612,0.5123967,0.47933885,0.4338843,0.3677686,0.37603307,0.42561984,0.47107437,0.46694216,0.45041323,0.46280992,0.5041322,0.5495868,0.5371901,0.4876033,0.5082645,0.5289256,0.40082645,0.2520661,0.3553719,0.446281,0.30165288,0.42561984,0.5495868,0.6198347,0.80991733,0.92561984,0.78512394,0.71487606,0.6363636,0.58264464,0.56198347,0.61570245,0.6198347,0.61157024,0.60330576,0.57024795,0.5206612,0.4876033,0.46694216,0.42975205,0.38842976,0.4214876,0.47107437,0.553719,0.5785124,0.5785124,0.6198347,0.6322314,0.4090909,0.47107437,0.6404959,0.7107438,0.6942149,0.6487603,0.6487603,0.6198347,0.45454547,0.40495867,0.42975205,0.46694216,0.49586776,0.5041322,0.49173555,0.4876033,0.5,0.5041322,0.49586776,0.49173555,0.5082645,0.5371901,0.5371901,0.5206612,0.5041322,0.49173555,0.5041322,0.553719,0.5123967,0.37603307,0.40495867,0.46280992,0.3677686,0.24793388,0.3264463,0.7231405,0.5041322,0.42561984,0.59504133,0.6322314,0.8553719,0.9338843,0.8347107,0.7644628,0.7355372,0.6363636,0.6198347,0.661157,0.6818182,0.661157,0.6528926,0.59090906,0.5247934,0.4876033,0.45867768,0.44214877,0.44214877,0.49586776,0.53305787,0.56198347,0.58264464,0.58264464,0.6694215,0.5165289,0.42975205,0.5495868,0.6942149,0.73140496,0.6942149,0.6446281,0.62396693,0.61157024,0.49586776,0.3966942,0.40495867,0.42975205,0.47107437,0.49173555,0.48347107,0.47107437,0.47107437,0.4876033,0.5041322,0.5206612,0.54545456,0.56198347,0.56198347,0.5495868,0.5371901,0.5123967,0.5165289,0.5371901,0.5,0.30991736,0.33471075,0.40082645,0.28512397,0.21900827,0.2892562,0.78099173,0.5,0.46280992,0.59504133,0.6487603,0.8140496,0.892562,0.7933884,0.7933884,0.75206614,0.6735537,0.6652893,0.6652893,0.6528926,0.6404959,0.6198347,0.57438016,0.5289256,0.5041322,0.5,0.5041322,0.5247934,0.553719,0.56198347,0.57438016,0.59090906,0.6198347,0.6528926,0.5041322,0.45041323,0.61570245,0.73966944,0.7355372,0.6818182,0.6404959,0.61570245,0.607438,0.56198347,0.42561984,0.38016528,0.43801653,0.46694216,0.5082645,0.5,0.4876033,0.4876033,0.4752066,0.4876033,0.5041322,0.5371901,0.553719,0.57024795,0.55785125,0.5495868,0.5371901,0.5289256,0.5123967,0.47107437,0.30991736,0.35950413,0.4214876,0.19008264,0.16115703,0.2892562,0.77272725,0.4876033,0.5041322,0.58677685,0.6404959,0.74380165,0.79752064,0.7933884,0.77272725,0.71900827,0.6818182,0.677686,0.6652893,0.6487603,0.6322314,0.61570245,0.607438,0.58264464,0.56198347,0.553719,0.5495868,0.55785125,0.5661157,0.57438016,0.58677685,0.607438,0.6570248,0.61157024,0.45041323,0.5247934,0.6652893,0.7355372,0.72727275,0.6694215,0.6322314,0.61157024,0.607438,0.58677685,0.49586776,0.36363637,0.43801653,0.46694216,0.5247934,0.5165289,0.5206612,0.5165289,0.5206612,0.5165289,0.5247934,0.54545456,0.56198347,0.57438016,0.5413223,0.54545456,0.5371901,0.5082645,0.5,0.49173555,0.38842976,0.40082645,0.3553719,0.16115703,0.17355372,0.30991736,0.7355372,0.4876033,0.5165289,0.60330576,0.61570245,0.6694215,0.74380165,0.78099173,0.72727275,0.6735537,0.6652893,0.6735537,0.6694215,0.6694215,0.6652893,0.661157,0.6404959,0.607438,0.59090906,0.57438016,0.57024795,0.5661157,0.5661157,0.58264464,0.59504133,0.6280992,0.6694215,0.5206612,0.45041323,0.5495868,0.6983471,0.6942149,0.7231405,0.6570248,0.6322314,0.61157024,0.60330576,0.58264464,0.5661157,0.42561984,0.40495867,0.47107437,0.5371901,0.5247934,0.5289256,0.5413223,0.5413223,0.55785125,0.5661157,0.59090906,0.59504133,0.5785124,0.5495868,0.5413223,0.5247934,0.5247934,0.56198347,0.57024795,0.47107437,0.4090909,0.25619835,0.1570248,0.16528925,0.34710744,0.677686,0.49173555,0.4876033,0.6322314,0.607438,0.61570245,0.6983471,0.73140496,0.6818182,0.6487603,0.6570248,0.6652893,0.6652893,0.677686,0.6818182,0.6694215,0.6363636,0.607438,0.59917355,0.58677685,0.58677685,0.58677685,0.5785124,0.607438,0.607438,0.6404959,0.61570245,0.41735536,0.47933885,0.6322314,0.6818182,0.6942149,0.71900827,0.6528926,0.6363636,0.61570245,0.60330576,0.58264464,0.58677685,0.5082645,0.3677686,0.47933885,0.5371901,0.5289256,0.5371901,0.5371901,0.54545456,0.55785125,0.55785125,0.58677685,0.59504133,0.58264464,0.56198347,0.55785125,0.56198347,0.59090906,0.6322314,0.6198347,0.5206612,0.37190083,0.1983471,0.15289256,0.18595041,0.40082645,0.6652893,0.5247934,0.43801653,0.6446281,0.6280992,0.6322314,0.677686,0.69008267,0.6570248,0.6528926,0.6487603,0.6570248,0.6528926,0.6818182,0.6859504,0.6694215,0.6322314,0.607438,0.59917355,0.59090906,0.59090906,0.58677685,0.61157024,0.607438,0.6198347,0.6198347,0.45867768,0.4338843,0.5495868,0.6818182,0.661157,0.7066116,0.70247936,0.6652893,0.6652893,0.6363636,0.59917355,0.59090906,0.61157024,0.57438016,0.4338843,0.43801653,0.5206612,0.5413223,0.5413223,0.5371901,0.5413223,0.5495868,0.553719,0.5661157,0.57024795,0.57024795,0.58264464,0.59504133,0.61157024,0.6446281,0.6735537,0.6487603,0.54545456,0.3181818,0.1570248,0.16115703,0.2231405,0.45867768,0.6859504,0.60330576,0.40495867,0.6487603,0.6570248,0.69008267,0.7231405,0.6859504,0.6528926,0.6528926,0.6487603,0.6652893,0.661157,0.6859504,0.6859504,0.6652893,0.6404959,0.6198347,0.60330576,0.60330576,0.607438,0.58677685,0.6363636,0.61157024,0.6322314,0.48347107,0.40082645,0.47107437,0.6487603,0.6570248,0.6735537,0.7066116,0.677686,0.6694215,0.71900827,0.6942149,0.62396693,0.60330576,0.6570248,0.6735537,0.5413223,0.4090909,0.4752066,0.54545456,0.5495868,0.5413223,0.5413223,0.5495868,0.553719,0.5495868,0.553719,0.56198347,0.5785124,0.59504133,0.6322314,0.6859504,0.6942149,0.6487603,0.54545456,0.29752067,0.1446281,0.18595041,0.28512397,0.5082645,0.6942149,0.6942149,0.40495867,0.61157024,0.677686,0.72727275,0.7768595,0.6818182,0.6528926,0.6487603,0.6570248,0.677686,0.6694215,0.6735537,0.69008267,0.6528926,0.6280992,0.6322314,0.6280992,0.61570245,0.6322314,0.61157024,0.6404959,0.6694215,0.5371901,0.37603307,0.4338843,0.54545456,0.6735537,0.6652893,0.6859504,0.6983471,0.70247936,0.7066116,0.75619835,0.75206614,0.661157,0.61570245,0.7107438,0.7231405,0.57438016,0.45041323,0.42975205,0.49586776,0.55785125,0.553719,0.54545456,0.54545456,0.5495868,0.5495868,0.56198347,0.57024795,0.5785124,0.59090906,0.62396693,0.69008267,0.6983471,0.6363636,0.5371901,0.30991736,0.2603306,0.25619835,0.38842976,0.60330576,0.6942149,0.75206614,0.5371901,0.46280992,0.6983471,0.75206614,0.8140496,0.69008267,0.6735537,0.6570248,0.661157,0.6735537,0.6735537,0.6694215,0.6859504,0.6735537,0.661157,0.6446281,0.6528926,0.6404959,0.6652893,0.7107438,0.71487606,0.56198347,0.41322315,0.37190083,0.5165289,0.6528926,0.69008267,0.6983471,0.73140496,0.73966944,0.76859504,0.7644628,0.75206614,0.73140496,0.6528926,0.607438,0.6322314,0.59504133,0.5247934,0.5082645,0.45454547,0.42561984,0.47933885,0.5785124,0.56198347,0.56198347,0.55785125,0.55785125,0.58264464,0.59917355,0.59917355,0.59917355,0.61157024,0.6735537,0.6818182,0.61157024,0.53305787,0.2603306,0.28099173,0.41735536,0.76859504,0.5206612,0.6942149,0.7355372,0.75619835,0.4752066,0.5495868,0.75619835,0.8016529,0.73140496,0.7231405,0.70247936,0.6818182,0.677686,0.6818182,0.6735537,0.6694215,0.6694215,0.6859504,0.677686,0.7066116,0.73140496,0.74793386,0.7231405,0.5785124,0.41735536,0.36363637,0.46280992,0.6404959,0.71487606,0.7107438,0.7107438,0.7066116,0.6859504,0.6983471,0.73140496,0.71487606,0.6652893,0.607438,0.58264464,0.553719,0.48347107,0.4876033,0.5123967,0.5165289,0.49173555,0.40495867,0.45454547,0.58677685,0.57438016,0.57024795,0.56198347,0.5785124,0.61157024,0.60330576,0.59917355,0.57438016,0.56198347,0.6198347,0.59504133,0.5413223,0.2107438,0.29752067,0.6322314,0.8429752,0.34710744,0.6983471,0.71900827,0.7933884,0.70247936,0.5495868,0.58264464,0.72727275,0.77272725,0.74793386,0.75619835,0.74380165,0.71900827,0.73966944,0.75619835,0.7644628,0.77272725,0.76859504,0.76033056,0.73966944,0.6859504,0.60330576,0.5082645,0.42561984,0.38016528,0.446281,0.60330576,0.73140496,0.7355372,0.71487606,0.6818182,0.6487603,0.6322314,0.6280992,0.677686,0.6652893,0.61157024,0.5495868,0.5247934,0.5,0.46694216,0.4752066,0.5,0.5206612,0.57438016,0.49173555,0.3181818,0.38429752,0.5413223,0.57024795,0.57024795,0.59917355,0.62396693,0.60330576,0.6363636,0.6198347,0.54545456,0.59917355,0.59504133,0.53305787,0.3677686,0.41735536,0.5371901,0.42975205,0.4752066,0.6942149,0.7107438,0.76859504,0.8181818,0.72727275,0.61157024,0.553719,0.5661157,0.62396693,0.6942149,0.6983471,0.6652893,0.6735537,0.6859504,0.6735537,0.6694215,0.6694215,0.62396693,0.5495868,0.4752066,0.4338843,0.4214876,0.4338843,0.5123967,0.607438,0.6859504,0.75619835,0.72727275,0.6652893,0.58264464,0.48347107,0.47933885,0.5495868,0.6528926,0.6322314,0.5661157,0.47933885,0.47107437,0.47933885,0.45867768,0.4214876,0.45454547,0.47933885,0.55785125,0.59917355,0.35950413,0.36363637,0.338843,0.42561984,0.5661157,0.58264464,0.58264464,0.61157024,0.6735537,0.6570248,0.62396693,0.62396693,0.58264464,0.5165289,0.46280992,0.45867768,0.45041323,0.4338843,0.49173555,0.6942149,0.71900827,0.7644628,0.80991733,0.8057851,0.7231405,0.6446281,0.6280992,0.58264464,0.5495868,0.54545456,0.56198347,0.58677685,0.5785124,0.54545456,0.5123967,0.4752066,0.45867768,0.48347107,0.47933885,0.4876033,0.5165289,0.53305787,0.62396693,0.661157,0.7066116,0.73140496,0.6446281,0.5206612,0.3429752,0.24380165,0.20247933,0.40495867,0.553719,0.61157024,0.5206612,0.4090909,0.42561984,0.43801653,0.23140496,0.20661157,0.30991736,0.4214876,0.49586776,0.57024795,0.40082645,0.4214876,0.446281,0.40495867,0.39256197,0.4214876,0.42561984,0.43801653,0.4338843,0.41322315,0.45041323,0.5041322,0.5,0.4876033,0.49173555,0.5041322,0.45867768,0.42975205,0.46280992,0.6942149,0.7231405,0.76033056,0.79752064,0.8057851,0.75619835,0.6983471,0.6818182,0.6859504,0.6694215,0.6446281,0.61570245,0.59917355,0.57024795,0.54545456,0.5661157,0.59504133,0.6198347,0.6446281,0.62396693,0.57438016,0.5661157,0.5785124,0.6404959,0.661157,0.69008267,0.6570248,0.5165289,0.32231405,0.1983471,0.21487603,0.30578512,0.49173555,0.5041322,0.58264464,0.46280992,0.38842976,0.44214877,0.38016528,0.1694215,0.10743801,0.1570248,0.30165288,0.4214876,0.5206612,0.38842976,0.4090909,0.5371901,0.5785124,0.5247934,0.48347107,0.42975205,0.39256197,0.3553719,0.3966942,0.5206612,0.58677685,0.5661157,0.5495868,0.54545456,0.53305787,0.46280992,0.41735536,0.4752066,0.6942149,0.73140496,0.75619835,0.78512394,0.79752064,0.7644628,0.7107438,0.677686,0.6735537,0.6570248,0.6570248,0.6570248,0.6694215,0.6694215,0.6818182,0.7107438,0.7644628,0.75619835,0.7066116,0.6446281,0.5785124,0.5661157,0.6280992,0.6652893,0.6570248,0.6363636,0.57024795,0.4090909,0.33471075,0.40495867,0.44214877,0.53305787,0.58677685,0.59090906,0.56198347,0.44214877,0.38842976,0.44214877,0.4214876,0.2644628,0.14876033,0.1322314,0.21487603,0.3553719,0.46694216,0.36363637,0.3553719,0.5247934,0.6280992,0.6446281,0.6363636,0.61157024,0.55785125,0.5165289,0.5289256,0.57024795,0.58264464,0.5661157,0.5495868,0.5495868,0.5247934,0.45041323,0.40082645,0.49586776,0.69008267,0.74793386,0.75619835,0.76859504,0.78512394,0.76859504,0.75206614,0.7231405,0.70247936,0.7107438,0.71487606,0.72727275,0.76033056,0.75206614,0.74793386,0.74380165,0.74380165,0.7355372,0.6570248,0.607438,0.57024795,0.61157024,0.6818182,0.69008267,0.6735537,0.59917355,0.5206612,0.4338843,0.5041322,0.59917355,0.6363636,0.661157,0.6570248,0.62396693,0.5289256,0.42561984,0.38842976,0.4214876,0.47107437,0.446281,0.35123968,0.23140496,0.21900827,0.33471075,0.45041323,0.41322315,0.3677686,0.4752066,0.60330576,0.6322314,0.6652893,0.69008267,0.6694215,0.6280992,0.607438,0.60330576,0.58264464,0.55785125,0.54545456,0.5413223,0.5289256,0.41735536,0.3553719,0.49173555,0.6528926,0.73140496,0.75619835,0.76033056,0.75619835,0.77272725,0.78512394,0.7644628,0.76859504,0.76859504,0.77272725,0.76859504,0.78099173,0.77272725,0.75206614,0.75206614,0.74793386,0.6942149,0.607438,0.58677685,0.59090906,0.6694215,0.7231405,0.72727275,0.6942149,0.6446281,0.58677685,0.57024795,0.61570245,0.661157,0.69008267,0.6859504,0.6859504,0.6446281,0.5247934,0.43801653,0.4338843,0.4338843,0.46280992,0.4876033,0.47933885,0.40495867,0.34710744,0.3966942,0.48347107,0.49586776,0.46694216,0.48347107,0.58264464,0.62396693,0.6528926,0.6818182,0.6652893,0.6404959,0.61157024,0.61157024,0.58264464,0.553719,0.5371901,0.53305787,0.53305787,0.3677686,0.3181818,0.4752066,0.6446281,0.71900827,0.74380165,0.76033056,0.7355372,0.76033056,0.78099173,0.7892562,0.78099173,0.7933884,0.78099173,0.76859504,0.77272725,0.77272725,0.75619835,0.74793386,0.71487606,0.6694215,0.61157024,0.607438,0.6363636,0.70247936,0.73966944,0.72727275,0.6942149,0.6694215,0.661157,0.6570248,0.6570248,0.6694215,0.69008267,0.69008267,0.6735537,0.6363636,0.5413223,0.49586776,0.5413223,0.5289256,0.5165289,0.5289256,0.53305787,0.5082645,0.49173555,0.5041322,0.5289256,0.55785125,0.57024795,0.55785125,0.58677685,0.61157024,0.6198347,0.6446281,0.61570245,0.607438,0.58677685,0.607438,0.5785124,0.553719,0.5289256,0.5371901,0.5247934,0.30991736,0.32231405,0.4752066,0.6280992,0.6983471,0.7231405,0.74380165,0.74380165,0.74380165,0.75206614,0.77272725,0.78512394,0.7892562,0.78099173,0.77272725,0.76859504,0.7644628,0.75619835,0.7355372,0.71487606,0.6818182,0.6322314,0.6322314,0.6859504,0.7231405,0.72727275,0.71900827,0.69008267,0.6652893,0.6818182,0.677686,0.6652893,0.6735537,0.6859504,0.69008267,0.661157,0.6363636,0.57024795,0.56198347,0.6280992,0.6280992,0.60330576,0.59504133,0.607438,0.59090906,0.58677685,0.58264464,0.57438016,0.58264464,0.61157024,0.6322314,0.59504133,0.59504133,0.607438,0.61570245,0.58264464,0.59090906,0.57024795,0.57024795,0.54545456,0.5413223,0.5165289,0.53305787,0.4876033,0.3140496,0.33471075,0.47107437,0.6404959,0.6859504,0.71900827,0.7355372,0.74380165,0.7355372,0.7355372,0.75206614,0.76859504,0.7768595,0.76859504,0.7644628,0.7644628,0.76033056,0.74793386,0.72727275,0.7066116,0.6818182,0.6404959,0.6570248,0.71900827,0.73140496,0.7066116,0.6983471,0.677686,0.677686,0.6859504,0.6859504,0.6694215,0.6570248,0.677686,0.69008267,0.6570248,0.6570248,0.61157024,0.61157024,0.661157,0.6818182,0.6487603,0.6198347,0.607438,0.6487603,0.6404959,0.61157024,0.59090906,0.59504133,0.62396693,0.6652893,0.6570248,0.6198347,0.61570245,0.61157024,0.58677685,0.58264464,0.5661157,0.553719,0.5413223,0.5247934,0.5123967,0.5247934,0.46280992,0.3966942,0.41322315,0.49586776,0.6446281,0.6652893,0.6983471,0.7231405,0.7355372,0.72727275,0.73140496,0.74380165,0.75619835,0.76859504,0.7644628,0.76033056,0.76033056,0.75619835,0.73966944,0.7231405,0.70247936,0.6859504,0.6570248,0.677686,0.7231405,0.71487606,0.6983471,0.6983471,0.6818182,0.6859504,0.677686,0.6942149,0.6942149,0.661157,0.6859504,0.7107438,0.6404959,0.6570248,0.6528926,0.6280992,0.661157,0.6983471,0.661157,0.6404959,0.62396693,0.6322314,0.6404959,0.6198347,0.58677685,0.58677685,0.62396693,0.661157,0.6735537,0.6446281,0.6280992,0.61570245,0.58677685,0.56198347,0.54545456,0.5371901,0.5289256,0.5123967,0.5082645,0.5041322,0.48347107,0.4876033,0.5,0.5165289,0.6446281,0.661157,0.6859504,0.7066116,0.73140496,0.72727275,0.73140496,0.74793386,0.75206614,0.74793386,0.76033056,0.75619835,0.75619835,0.76033056,0.74380165,0.73140496,0.7107438,0.6942149,0.6735537,0.69008267,0.71487606,0.69008267,0.6942149,0.69008267,0.6694215,0.6818182,0.69008267,0.677686,0.7107438,0.69008267,0.7231405,0.72727275,0.6818182,0.6818182,0.6694215,0.6446281,0.6570248,0.70247936,0.6942149,0.6694215,0.6528926,0.6404959,0.6446281,0.6280992,0.58677685,0.58677685,0.607438,0.6322314,0.6528926,0.6487603,0.6322314,0.6198347,0.58264464,0.54545456,0.5289256,0.5247934,0.5082645,0.5,0.5041322,0.49173555,0.5041322,0.53305787,0.5165289,0.5041322,0.6446281,0.661157,0.6859504,0.69008267,0.71487606,0.71900827,0.7231405,0.7355372,0.7355372,0.74380165,0.76033056,0.76033056,0.75206614,0.75619835,0.74380165,0.7355372,0.71487606,0.677686,0.6652893,0.6942149,0.71487606,0.6859504,0.6983471,0.6694215,0.661157,0.677686,0.7066116,0.7066116,0.73966944,0.71487606,0.7066116,0.6942149,0.6983471,0.6735537,0.6652893,0.6570248,0.661157,0.677686,0.677686,0.677686,0.6652893,0.6528926,0.6570248,0.6404959,0.60330576,0.58677685,0.59090906,0.60330576,0.6198347,0.6322314,0.6280992,0.61570245,0.57438016,0.5289256,0.5165289,0.5123967,0.5,0.49586776,0.49173555,0.4876033,0.5165289,0.5371901,0.5165289,0.5041322,0.6570248,0.6528926,0.677686,0.6652893,0.6983471,0.70247936,0.71900827,0.7231405,0.73966944,0.73140496,0.7644628,0.74793386,0.7644628,0.75619835,0.73140496,0.7355372,0.71487606,0.7107438,0.6570248,0.6859504,0.70247936,0.6942149,0.6942149,0.677686,0.677686,0.6818182,0.72727275,0.7231405,0.6942149,0.6280992,0.57024795,0.5371901,0.5413223,0.553719,0.58677685,0.61157024,0.59917355,0.56198347,0.5371901,0.5413223,0.58677685,0.6363636,0.661157,0.661157,0.6198347,0.59090906,0.58264464,0.58677685,0.58677685,0.60330576,0.61157024,0.61157024,0.553719,0.5082645,0.5123967,0.5082645,0.5,0.4876033,0.48347107,0.4752066,0.5165289,0.5289256,0.5247934,0.5206612,0.6818182,0.6404959,0.6652893,0.6487603,0.6735537,0.6983471,0.71487606,0.7066116,0.73140496,0.71900827,0.75206614,0.76033056,0.76033056,0.76033056,0.7355372,0.71900827,0.71900827,0.6983471,0.6570248,0.6859504,0.6942149,0.6942149,0.70247936,0.7107438,0.7066116,0.71487606,0.6942149,0.62396693,0.553719,0.47933885,0.42975205,0.41735536,0.4090909,0.40495867,0.4338843,0.46280992,0.43801653,0.39256197,0.38016528,0.38429752,0.40495867,0.47933885,0.5785124,0.6404959,0.62396693,0.59504133,0.57438016,0.57438016,0.5495868,0.57024795,0.59917355,0.59090906,0.5247934,0.5,0.5123967,0.5123967,0.5,0.49586776,0.4752066,0.45867768,0.5206612,0.5247934,0.5247934,0.48347107,0.6818182,0.6446281,0.6818182,0.661157,0.6652893,0.70247936,0.70247936,0.6983471,0.7107438,0.71487606,0.73140496,0.75619835,0.76033056,0.75619835,0.73966944,0.72727275,0.71487606,0.677686,0.6818182,0.6983471,0.7107438,0.7066116,0.71487606,0.71900827,0.7066116,0.6487603,0.53305787,0.45041323,0.3966942,0.3429752,0.30165288,0.30578512,0.30991736,0.30578512,0.30165288,0.30578512,0.2892562,0.26859504,0.28099173,0.30165288,0.3181818,0.3553719,0.42561984,0.5123967,0.5661157,0.58264464,0.5661157,0.553719,0.5495868,0.58264464,0.5785124,0.55785125,0.5123967,0.49586776,0.5123967,0.5123967,0.49586776,0.5,0.47107437,0.45041323,0.5082645,0.5206612,0.5247934,0.35123968,0.6652893,0.661157,0.6652893,0.6694215,0.6735537,0.6942149,0.6983471,0.69008267,0.70247936,0.72727275,0.7231405,0.73966944,0.76033056,0.75619835,0.73966944,0.7231405,0.7107438,0.69008267,0.69008267,0.6942149,0.7066116,0.7231405,0.7231405,0.6735537,0.5785124,0.47107437,0.38016528,0.30991736,0.24793388,0.21900827,0.23966943,0.29752067,0.27272728,0.26859504,0.2231405,0.2520661,0.2644628,0.23553719,0.23553719,0.2603306,0.29752067,0.3305785,0.3305785,0.34710744,0.42561984,0.5123967,0.553719,0.5289256,0.5371901,0.58677685,0.57438016,0.5371901,0.5165289,0.5041322,0.5123967,0.5,0.49173555,0.49173555,0.46694216,0.45867768,0.4876033,0.49173555,0.44214877,0.20247933,0.661157,0.6694215,0.6652893,0.6528926,0.6694215,0.6818182,0.69008267,0.6859504,0.69008267,0.7107438,0.7231405,0.73966944,0.75619835,0.75619835,0.74793386,0.73140496,0.71900827,0.6983471,0.6983471,0.69008267,0.677686,0.7107438,0.6942149,0.55785125,0.41735536,0.3181818,0.24793388,0.18595041,0.14876033,0.1446281,0.3553719,0.4214876,0.40082645,0.4214876,0.28512397,0.35123968,0.3264463,0.26859504,0.25619835,0.23966943,0.2644628,0.28099173,0.30165288,0.28512397,0.30165288,0.3966942,0.5041322,0.5041322,0.5041322,0.54545456,0.53305787,0.5289256,0.5123967,0.5123967,0.5082645,0.49173555,0.49173555,0.49173555,0.47107437,0.44214877,0.41322315,0.35950413,0.24793388,0.13636364,0.661157,0.6735537,0.6735537,0.661157,0.6652893,0.677686,0.6818182,0.69008267,0.69008267,0.6983471,0.7107438,0.73140496,0.75206614,0.75619835,0.75206614,0.73966944,0.71900827,0.7066116,0.7066116,0.6528926,0.61570245,0.6528926,0.60330576,0.42975205,0.35123968,0.26859504,0.1570248,0.09504132,0.1322314,0.07438017,0.33471075,0.42975205,0.47933885,0.55785125,0.30165288,0.3966942,0.3264463,0.26859504,0.23966943,0.18595041,0.20661157,0.11983471,0.2768595,0.33471075,0.27272728,0.29752067,0.4214876,0.47107437,0.4752066,0.5123967,0.5206612,0.5123967,0.5082645,0.5123967,0.49586776,0.4876033,0.48347107,0.49173555,0.48347107,0.37603307,0.24793388,0.19008264,0.1322314,0.10743801,0.6570248,0.6735537,0.6735537,0.6818182,0.6735537,0.677686,0.677686,0.6859504,0.6983471,0.69008267,0.7231405,0.7355372,0.74793386,0.7644628,0.75206614,0.73140496,0.70247936,0.6859504,0.677686,0.59504133,0.5371901,0.55785125,0.44214877,0.38016528,0.44214877,0.2644628,0.053719006,0.09504132,0.11983471,0.08264463,0.17768595,0.20661157,0.2107438,0.2231405,0.11983471,0.18595041,0.20247933,0.19421488,0.16528925,0.15289256,0.14049587,0.10330579,0.30165288,0.40082645,0.2768595,0.2231405,0.32231405,0.38429752,0.4338843,0.48347107,0.5041322,0.5082645,0.5041322,0.5082645,0.49173555,0.48347107,0.4876033,0.4876033,0.47933885,0.29752067,0.11157025,0.11570248,0.11157025,0.10743801,0.6487603,0.661157,0.6735537,0.6859504,0.69008267,0.677686,0.6859504,0.6859504,0.70247936,0.6983471,0.7107438,0.72727275,0.7355372,0.7644628,0.75206614,0.7231405,0.6983471,0.6694215,0.6322314,0.55785125,0.5165289,0.45041323,0.38429752,0.42975205,0.55785125,0.3677686,0.10330579,0.11157025,0.13636364,0.1446281,0.1570248,0.1446281,0.16115703,0.1570248,0.15289256,0.15289256,0.16115703,0.1694215,0.16115703,0.16115703,0.15289256,0.2644628,0.46694216,0.46694216,0.29752067,0.2231405,0.28512397,0.338843,0.40495867,0.48347107,0.5082645,0.5165289,0.5123967,0.5041322,0.4876033,0.47933885,0.47933885,0.48347107,0.45454547,0.2603306,0.09090909,0.11570248,0.11157025,0.11570248,0.6280992,0.6487603,0.677686,0.677686,0.677686,0.6735537,0.6983471,0.6818182,0.70247936,0.677686,0.70247936,0.73140496,0.73140496,0.75206614,0.74380165,0.7107438,0.677686,0.6446281,0.62396693,0.57024795,0.55785125,0.4876033,0.48347107,0.5041322,0.57438016,0.57024795,0.30165288,0.17768595,0.17355372,0.18595041,0.19008264,0.1983471,0.21487603,0.2107438,0.1983471,0.2107438,0.22727273,0.2231405,0.24380165,0.28099173,0.3553719,0.4752066,0.5371901,0.49586776,0.4090909,0.37603307,0.38429752,0.40495867,0.45454547,0.5,0.5041322,0.5165289,0.5165289,0.5,0.48347107,0.47933885,0.47933885,0.48347107,0.43801653,0.19008264,0.09090909,0.11157025,0.10743801,0.11157025,0.62396693,0.6404959,0.677686,0.6818182,0.661157,0.677686,0.6942149,0.6818182,0.6942149,0.6859504,0.6818182,0.7066116,0.7355372,0.74380165,0.73140496,0.6859504,0.6404959,0.61570245,0.61157024,0.5661157,0.58264464,0.6280992,0.58264464,0.5371901,0.5495868,0.54545456,0.5,0.41322315,0.3140496,0.28099173,0.26859504,0.2768595,0.3264463,0.38842976,0.37190083,0.3305785,0.338843,0.35123968,0.39256197,0.44214877,0.48347107,0.5,0.49173555,0.45867768,0.45867768,0.5123967,0.5041322,0.47107437,0.49173555,0.5082645,0.5,0.5123967,0.5165289,0.49586776,0.48347107,0.48347107,0.47933885,0.47933885,0.41322315,0.10330579,0.10330579,0.11157025,0.11570248,0.10330579,0.61570245,0.6363636,0.661157,0.6735537,0.6652893,0.6735537,0.6859504,0.6942149,0.6983471,0.69008267,0.677686,0.6859504,0.73140496,0.73140496,0.7066116,0.6735537,0.6322314,0.5785124,0.5413223,0.553719,0.6363636,0.6983471,0.6446281,0.56198347,0.5413223,0.5289256,0.5247934,0.5206612,0.4752066,0.42561984,0.39256197,0.38429752,0.41735536,0.42975205,0.4338843,0.42975205,0.446281,0.47933885,0.49173555,0.49586776,0.5082645,0.4876033,0.45867768,0.4214876,0.46280992,0.5495868,0.5413223,0.5,0.49586776,0.5,0.4876033,0.5165289,0.5165289,0.48347107,0.4876033,0.49586776,0.4752066,0.49586776,0.29338843,0.0785124,0.11157025,0.11157025,0.11157025,0.11157025,0.59504133,0.6198347,0.6528926,0.6652893,0.6652893,0.677686,0.69008267,0.70247936,0.7066116,0.6942149,0.6694215,0.6694215,0.70247936,0.71487606,0.6942149,0.661157,0.607438,0.55785125,0.5495868,0.607438,0.6818182,0.7231405,0.6983471,0.6198347,0.553719,0.5247934,0.5247934,0.553719,0.5371901,0.5123967,0.49586776,0.4752066,0.48347107,0.4752066,0.46280992,0.49586776,0.49586776,0.5041322,0.5041322,0.49586776,0.49173555,0.446281,0.42561984,0.41735536,0.46280992,0.5661157,0.54545456,0.5123967,0.49173555,0.48347107,0.47933885,0.5123967,0.5041322,0.48347107,0.49173555,0.49173555,0.48347107,0.46694216,0.1694215,0.10330579,0.11157025,0.10743801,0.11157025,0.10743801,0.57024795,0.60330576,0.6363636,0.661157,0.6735537,0.6735537,0.6859504,0.70247936,0.70247936,0.6983471,0.6859504,0.677686,0.6942149,0.70247936,0.69008267,0.6528926,0.58264464,0.5495868,0.58677685,0.6570248,0.6942149,0.7107438,0.7231405,0.6818182,0.58264464,0.5247934,0.5041322,0.5413223,0.56198347,0.54545456,0.5371901,0.5206612,0.5247934,0.5165289,0.5247934,0.5289256,0.5165289,0.48347107,0.46694216,0.45454547,0.45041323,0.41322315,0.4090909,0.45041323,0.4876033,0.53305787,0.53305787,0.5,0.4876033,0.47933885,0.49173555,0.5041322,0.4876033,0.4876033,0.49173555,0.4876033,0.49586776,0.36363637,0.13636364,0.10330579,0.11570248,0.10743801,0.11157025,0.10743801,0.54545456,0.58677685,0.62396693,0.6487603,0.661157,0.6570248,0.661157,0.6859504,0.6942149,0.6983471,0.69008267,0.6818182,0.6859504,0.6859504,0.6694215,0.6322314,0.56198347,0.5371901,0.59090906,0.6570248,0.6859504,0.6859504,0.7066116,0.71487606,0.6528926,0.57438016,0.49586776,0.4876033,0.5165289,0.4876033,0.5206612,0.5041322,0.47933885,0.4752066,0.5165289,0.5041322,0.45041323,0.446281,0.3966942,0.3966942,0.41735536,0.41735536,0.42561984,0.44214877,0.49586776,0.5082645,0.5082645,0.4876033,0.48347107,0.4752066,0.4876033,0.4876033,0.48347107,0.4876033,0.4876033,0.48347107,0.46694216,0.24380165,0.10330579,0.11157025,0.10743801,0.11157025,0.10743801,0.11157025,0.5123967,0.5661157,0.607438,0.6322314,0.6446281,0.6528926,0.6487603,0.6818182,0.6983471,0.6983471,0.6942149,0.6694215,0.6735537,0.677686,0.6487603,0.61570245,0.56198347,0.553719,0.61157024,0.6404959,0.661157,0.6528926,0.6652893,0.6942149,0.69008267,0.6446281,0.54545456,0.5,0.47107437,0.44214877,0.446281,0.45041323,0.42975205,0.446281,0.45867768,0.44214877,0.40495867,0.38429752,0.3553719,0.37190083,0.40082645,0.42975205,0.4214876,0.446281,0.4876033,0.49173555,0.5,0.5,0.48347107,0.46694216,0.47933885,0.48347107,0.48347107,0.4876033,0.4876033,0.4876033,0.38842976,0.1694215,0.09504132,0.10330579,0.10743801,0.10743801,0.10330579,0.10743801,0.49173555,0.5289256,0.58677685,0.6280992,0.6280992,0.6404959,0.6528926,0.6735537,0.6942149,0.70247936,0.69008267,0.6694215,0.661157,0.6735537,0.6446281,0.61157024,0.58264464,0.58264464,0.60330576,0.6280992,0.6322314,0.6322314,0.6404959,0.6487603,0.6652893,0.6487603,0.6198347,0.5495868,0.48347107,0.43801653,0.42561984,0.3966942,0.39256197,0.4214876,0.42975205,0.3677686,0.338843,0.3181818,0.3264463,0.36363637,0.39256197,0.41735536,0.42975205,0.45867768,0.47933885,0.4752066,0.4876033,0.49173555,0.47107437,0.46694216,0.46694216,0.46694216,0.47933885,0.49173555,0.49173555,0.4752066,0.32231405,0.10743801,0.09917355,0.11157025,0.10743801,0.10743801,0.10330579,0.10743801,0.49173555,0.5,0.5371901,0.60330576,0.607438,0.6322314,0.6446281,0.661157,0.6694215,0.6859504,0.6942149,0.6528926,0.6363636,0.6528926,0.6487603,0.61570245,0.58677685,0.6198347,0.61570245,0.60330576,0.62396693,0.61157024,0.61157024,0.6198347,0.6280992,0.62396693,0.62396693,0.59917355,0.53305787,0.45867768,0.4090909,0.3429752,0.3140496,0.3181818,0.30165288,0.2644628,0.2520661,0.2603306,0.30165288,0.35950413,0.38842976,0.4090909,0.42975205,0.45041323,0.47107437,0.47933885,0.48347107,0.47107437,0.46280992,0.46694216,0.45867768,0.46280992,0.47933885,0.4876033,0.49173555,0.45454547,0.23140496,0.09090909,0.10330579,0.10330579,0.11157025,0.10743801,0.10330579,0.11157025,0.5206612,0.47933885,0.49586776,0.56198347,0.59090906,0.61570245,0.6404959,0.6487603,0.6487603,0.6652893,0.6859504,0.6487603,0.6322314,0.6404959,0.661157,0.6280992,0.58677685,0.607438,0.6198347,0.607438,0.6198347,0.61157024,0.60330576,0.59917355,0.607438,0.60330576,0.58264464,0.55785125,0.5289256,0.46694216,0.38842976,0.30991736,0.27272728,0.2644628,0.2603306,0.25619835,0.2603306,0.2644628,0.30578512,0.36363637,0.38842976,0.4090909,0.42561984,0.45041323,0.47933885,0.49173555,0.4752066,0.45867768,0.45867768,0.46694216,0.45867768,0.47107437,0.47933885,0.4876033,0.49586776,0.4214876,0.11570248,0.10330579,0.10330579,0.10743801,0.10330579,0.11983471,0.09917355,0.11157025,0.5785124,0.5,0.49586776,0.5041322,0.56198347,0.60330576,0.62396693,0.6404959,0.6487603,0.661157,0.6528926,0.6322314,0.6404959,0.6528926,0.6570248,0.6280992,0.60330576,0.59917355,0.60330576,0.61157024,0.61570245,0.607438,0.59504133,0.58264464,0.58264464,0.5785124,0.553719,0.5206612,0.48347107,0.42561984,0.3677686,0.32231405,0.30165288,0.3181818,0.30165288,0.2768595,0.30165288,0.3181818,0.34710744,0.38429752,0.4090909,0.41735536,0.4338843,0.45454547,0.47933885,0.48347107,0.45867768,0.44214877,0.45041323,0.46280992,0.45867768,0.46280992,0.47933885,0.4876033,0.5123967,0.30991736,0.07438017,0.11157025,0.11983471,0.10743801,0.09917355,0.11570248,0.10743801,0.10743801,0.60330576,0.56198347,0.5,0.48347107,0.5206612,0.57438016,0.61570245,0.6280992,0.6446281,0.6528926,0.6446281,0.6363636,0.6322314,0.6528926,0.661157,0.6404959,0.62396693,0.6198347,0.6322314,0.62396693,0.59917355,0.61157024,0.58677685,0.55785125,0.553719,0.5661157,0.553719,0.5247934,0.49173555,0.43801653,0.40082645,0.37190083,0.3677686,0.3966942,0.38842976,0.36363637,0.38842976,0.38842976,0.4214876,0.43801653,0.44214877,0.4338843,0.44214877,0.47107437,0.47107437,0.46694216,0.45867768,0.42975205,0.45867768,0.46694216,0.446281,0.45454547,0.4752066,0.49173555,0.4876033,0.18595041,0.10330579,0.11157025,0.11570248,0.11983471,0.10743801,0.10743801,0.10743801,0.11157025,0.59917355,0.60330576,0.54545456,0.5041322,0.49586776,0.5371901,0.59090906,0.61157024,0.6322314,0.6363636,0.6446281,0.6528926,0.6322314,0.6280992,0.6446281,0.6487603,0.6363636,0.6404959,0.6446281,0.6570248,0.6404959,0.6198347,0.59090906,0.55785125,0.5413223,0.56198347,0.56198347,0.5661157,0.53305787,0.49173555,0.48347107,0.46280992,0.45867768,0.48347107,0.4876033,0.46694216,0.4752066,0.47933885,0.49586776,0.49586776,0.49173555,0.46280992,0.446281,0.47933885,0.47107437,0.47107437,0.44214877,0.446281,0.47107437,0.45454547,0.446281,0.46280992,0.4752066,0.5,0.37190083,0.13636364,0.10330579,0.11570248,0.10743801,0.10743801,0.11570248,0.10330579,0.10330579,0.10743801,0.58677685,0.6280992,0.58677685,0.5413223,0.5082645,0.5082645,0.5371901,0.5785124,0.61157024,0.6280992,0.6404959,0.6404959,0.6446281,0.6280992,0.6198347,0.6280992,0.6446281,0.6570248,0.6446281,0.6652893,0.6570248,0.6280992,0.59917355,0.57024795,0.55785125,0.5785124,0.58264464,0.58264464,0.58264464,0.57024795,0.5495868,0.5413223,0.54545456,0.553719,0.55785125,0.553719,0.55785125,0.5413223,0.5413223,0.53305787,0.5206612,0.47933885,0.45867768,0.49173555,0.49173555,0.49586776,0.45454547,0.47933885,0.4752066,0.45041323,0.45454547,0.46280992,0.4752066,0.48347107,0.2603306,0.10330579,0.11157025,0.11570248,0.11157025,0.11157025,0.11157025,0.11157025,0.10743801,0.10330579,1 +0.5661157,0.6198347,0.6570248,0.69008267,0.70247936,0.71487606,0.70247936,0.70247936,0.7231405,0.6818182,0.6487603,0.6570248,0.7107438,0.75206614,0.77272725,0.78512394,0.78099173,0.78099173,0.7892562,0.78512394,0.78512394,0.78099173,0.7768595,0.76033056,0.7768595,0.76859504,0.7644628,0.74793386,0.76033056,0.76859504,0.76033056,0.76033056,0.78099173,0.76859504,0.76033056,0.76033056,0.76859504,0.76033056,0.74793386,0.7231405,0.71900827,0.7107438,0.69008267,0.6942149,0.70247936,0.6652893,0.6818182,0.6735537,0.677686,0.6694215,0.6528926,0.6487603,0.6694215,0.6818182,0.677686,0.6446281,0.6322314,0.607438,0.6322314,0.6446281,0.57438016,0.57024795,0.59504133,0.5661157,0.59090906,0.6570248,0.69008267,0.6983471,0.6942149,0.7066116,0.7107438,0.72727275,0.7355372,0.7066116,0.71900827,0.75206614,0.77272725,0.7768595,0.7892562,0.79752064,0.7892562,0.78512394,0.7933884,0.7933884,0.7933884,0.78512394,0.7892562,0.7892562,0.7892562,0.7768595,0.7768595,0.7768595,0.76859504,0.76859504,0.78099173,0.78099173,0.7933884,0.78099173,0.78099173,0.77272725,0.7892562,0.78099173,0.7644628,0.72727275,0.71487606,0.71900827,0.70247936,0.70247936,0.7107438,0.69008267,0.69008267,0.6942149,0.6942149,0.677686,0.661157,0.6652893,0.6652893,0.677686,0.6694215,0.661157,0.6363636,0.61570245,0.6280992,0.6487603,0.58264464,0.57438016,0.61570245,0.59504133,0.607438,0.6859504,0.71487606,0.6942149,0.6818182,0.7066116,0.71900827,0.74380165,0.7355372,0.73966944,0.75619835,0.76033056,0.77272725,0.7892562,0.79752064,0.79752064,0.78512394,0.78099173,0.78099173,0.8016529,0.78099173,0.7892562,0.79752064,0.8347107,0.80991733,0.7768595,0.78099173,0.78099173,0.78512394,0.7933884,0.8016529,0.8181818,0.80991733,0.8057851,0.79752064,0.7933884,0.8140496,0.8057851,0.78099173,0.7231405,0.71900827,0.72727275,0.6983471,0.6942149,0.6983471,0.7066116,0.6983471,0.6983471,0.6942149,0.6859504,0.677686,0.6694215,0.6694215,0.6694215,0.6570248,0.6487603,0.6404959,0.6198347,0.6198347,0.6363636,0.59090906,0.58677685,0.6280992,0.6198347,0.61570245,0.6859504,0.7107438,0.69008267,0.69008267,0.7066116,0.71900827,0.74380165,0.7355372,0.74380165,0.76033056,0.75619835,0.77272725,0.7892562,0.79752064,0.8016529,0.78099173,0.7768595,0.76859504,0.78512394,0.7768595,0.78512394,0.8016529,0.8429752,0.8181818,0.80991733,0.8057851,0.75619835,0.8057851,0.8057851,0.8140496,0.8305785,0.80991733,0.8140496,0.8181818,0.80991733,0.822314,0.8181818,0.78099173,0.73140496,0.73140496,0.73140496,0.6942149,0.69008267,0.6983471,0.7066116,0.70247936,0.6942149,0.69008267,0.677686,0.6818182,0.6694215,0.6735537,0.6694215,0.6446281,0.6446281,0.6280992,0.6363636,0.6198347,0.62396693,0.60330576,0.59504133,0.62396693,0.6404959,0.6198347,0.6735537,0.7107438,0.6859504,0.70247936,0.70247936,0.7107438,0.72727275,0.7355372,0.73966944,0.75206614,0.75206614,0.76033056,0.77272725,0.7768595,0.78099173,0.77272725,0.76859504,0.76859504,0.78099173,0.77272725,0.78512394,0.79752064,0.80991733,0.8057851,0.80991733,0.8140496,0.7355372,0.8016529,0.7892562,0.79752064,0.822314,0.8016529,0.7892562,0.7933884,0.78512394,0.79752064,0.8057851,0.78099173,0.73140496,0.72727275,0.71900827,0.6983471,0.69008267,0.6983471,0.6983471,0.70247936,0.69008267,0.6818182,0.677686,0.677686,0.6652893,0.6652893,0.661157,0.6363636,0.62396693,0.6198347,0.62396693,0.61157024,0.6198347,0.61157024,0.5785124,0.61570245,0.6570248,0.6363636,0.6694215,0.7066116,0.677686,0.7066116,0.6942149,0.70247936,0.71487606,0.73140496,0.73966944,0.74793386,0.74793386,0.74793386,0.75206614,0.75619835,0.75206614,0.75619835,0.74380165,0.76033056,0.7644628,0.75206614,0.74793386,0.74380165,0.73966944,0.72727275,0.75619835,0.7644628,0.7066116,0.78099173,0.76859504,0.75619835,0.79752064,0.7768595,0.75206614,0.72727275,0.71487606,0.73966944,0.7644628,0.73966944,0.6942149,0.677686,0.6694215,0.6652893,0.6570248,0.6735537,0.677686,0.6818182,0.6735537,0.6694215,0.661157,0.661157,0.6487603,0.6446281,0.6528926,0.6446281,0.61157024,0.61570245,0.61157024,0.607438,0.61570245,0.59917355,0.55785125,0.59917355,0.6446281,0.6735537,0.6652893,0.7066116,0.677686,0.6983471,0.6859504,0.70247936,0.71487606,0.7355372,0.73966944,0.73140496,0.71487606,0.71487606,0.7066116,0.70247936,0.677686,0.69008267,0.6694215,0.677686,0.677686,0.6404959,0.6363636,0.6280992,0.6322314,0.6322314,0.6528926,0.6942149,0.6818182,0.7355372,0.7231405,0.677686,0.76859504,0.73140496,0.7231405,0.677686,0.6446281,0.661157,0.677686,0.6363636,0.6198347,0.607438,0.58677685,0.58677685,0.553719,0.5785124,0.58264464,0.60330576,0.607438,0.61157024,0.59917355,0.61570245,0.62396693,0.6198347,0.6322314,0.6404959,0.6198347,0.59917355,0.59504133,0.59504133,0.607438,0.56198347,0.5041322,0.5661157,0.6446281,0.6694215,0.6570248,0.6983471,0.69008267,0.6983471,0.6859504,0.70247936,0.70247936,0.71487606,0.6818182,0.6859504,0.677686,0.6487603,0.6322314,0.61157024,0.58264464,0.5785124,0.57024795,0.57024795,0.56198347,0.5082645,0.5082645,0.5165289,0.5247934,0.553719,0.58264464,0.61157024,0.6404959,0.6694215,0.677686,0.6404959,0.71900827,0.6859504,0.6735537,0.6404959,0.60330576,0.59917355,0.59917355,0.5371901,0.5165289,0.5123967,0.5,0.45041323,0.44214877,0.4752066,0.47933885,0.49586776,0.5082645,0.5041322,0.5082645,0.5413223,0.58264464,0.59504133,0.59504133,0.62396693,0.607438,0.59090906,0.59090906,0.59917355,0.60330576,0.54545456,0.45454547,0.5165289,0.6280992,0.607438,0.6487603,0.6818182,0.7066116,0.6942149,0.6694215,0.6983471,0.69008267,0.6735537,0.6363636,0.6446281,0.62396693,0.57024795,0.54545456,0.5247934,0.49586776,0.47107437,0.47107437,0.47107437,0.46280992,0.4338843,0.43801653,0.45041323,0.45867768,0.4876033,0.5206612,0.56198347,0.59090906,0.59504133,0.6280992,0.6446281,0.677686,0.6528926,0.61570245,0.59504133,0.54545456,0.53305787,0.5289256,0.4752066,0.41735536,0.42975205,0.40495867,0.3677686,0.37603307,0.39256197,0.38016528,0.38842976,0.4090909,0.4214876,0.43801653,0.4752066,0.5206612,0.5371901,0.553719,0.59090906,0.58677685,0.58677685,0.5785124,0.5785124,0.59917355,0.5371901,0.44214877,0.46280992,0.607438,0.55785125,0.6528926,0.6818182,0.6859504,0.677686,0.6694215,0.6859504,0.6570248,0.6404959,0.62396693,0.61570245,0.5785124,0.5082645,0.446281,0.4090909,0.40495867,0.38016528,0.37190083,0.35950413,0.34710744,0.3429752,0.38016528,0.39256197,0.41735536,0.45041323,0.47933885,0.53305787,0.5371901,0.59917355,0.6363636,0.6570248,0.6652893,0.62396693,0.58264464,0.53305787,0.49586776,0.4752066,0.46280992,0.4214876,0.38429752,0.39256197,0.35950413,0.33471075,0.3264463,0.3305785,0.34710744,0.39256197,0.4338843,0.47107437,0.5082645,0.553719,0.5785124,0.58677685,0.57024795,0.56198347,0.55785125,0.56198347,0.56198347,0.5661157,0.58677685,0.5413223,0.43801653,0.42975205,0.57438016,0.56198347,0.6528926,0.69008267,0.6735537,0.6570248,0.6404959,0.6322314,0.59504133,0.58264464,0.57024795,0.58264464,0.61570245,0.45041323,0.75619835,0.7933884,0.74380165,0.7107438,0.69008267,0.6859504,0.6528926,0.6198347,0.6363636,0.6322314,0.6404959,0.6363636,0.5413223,0.5082645,0.5247934,0.5785124,0.62396693,0.62396693,0.6198347,0.58677685,0.54545456,0.47107437,0.4338843,0.40082645,0.4090909,0.39256197,0.38842976,0.38842976,0.32231405,0.3140496,0.30578512,0.3181818,0.35123968,0.38429752,0.4338843,0.46280992,0.47107437,0.5,0.5289256,0.55785125,0.553719,0.5206612,0.5041322,0.5371901,0.553719,0.553719,0.5661157,0.55785125,0.446281,0.3966942,0.53305787,0.5661157,0.6694215,0.6487603,0.59917355,0.553719,0.5082645,0.5041322,0.49586776,0.5165289,0.5289256,0.56198347,0.60330576,0.47933885,0.8347107,0.892562,0.822314,0.7066116,0.6446281,0.6487603,0.62396693,0.61157024,0.6198347,0.59917355,0.59090906,0.5247934,0.45867768,0.42561984,0.45041323,0.4752066,0.49586776,0.49586776,0.49173555,0.45867768,0.42975205,0.36363637,0.30578512,0.24380165,0.2644628,0.2768595,0.28512397,0.33471075,0.3305785,0.338843,0.3264463,0.36363637,0.42561984,0.48347107,0.53305787,0.5495868,0.5495868,0.5495868,0.55785125,0.55785125,0.5289256,0.4752066,0.44214877,0.46280992,0.4752066,0.5041322,0.55785125,0.57438016,0.46280992,0.40495867,0.49173555,0.57024795,0.59504133,0.5082645,0.59090906,0.59504133,0.58677685,0.661157,0.61570245,0.58264464,0.6322314,0.72727275,0.75619835,0.6487603,0.8471074,0.91322315,0.90909094,0.6528926,0.60330576,0.58677685,0.5247934,0.49173555,0.4752066,0.46280992,0.47107437,0.38429752,0.2603306,0.48347107,0.5123967,0.5413223,0.60330576,0.607438,0.62396693,0.59504133,0.57438016,0.48347107,0.36363637,0.2768595,0.35950413,0.40495867,0.38842976,0.38016528,0.38429752,0.3264463,0.553719,0.76859504,0.7107438,0.6280992,0.677686,0.6818182,0.6735537,0.661157,0.6652893,0.6694215,0.62396693,0.5289256,0.49586776,0.49173555,0.45867768,0.42975205,0.47933885,0.57024795,0.5,0.41322315,0.42975205,0.5206612,0.5041322,0.5413223,0.78099173,0.61570245,0.5413223,0.661157,0.59090906,0.607438,0.70247936,0.8016529,0.74793386,0.6735537,0.80991733,0.90082645,0.8677686,0.58264464,0.5165289,0.5495868,0.56198347,0.5495868,0.5206612,0.49586776,0.47933885,0.49173555,0.38842976,0.41322315,0.6652893,0.6528926,0.71487606,0.7066116,0.71487606,0.6983471,0.677686,0.5165289,0.41735536,0.46694216,0.4752066,0.3966942,0.3966942,0.46280992,0.5123967,0.47933885,0.8636364,0.90909094,0.76859504,0.5661157,0.5785124,0.61157024,0.6280992,0.6280992,0.677686,0.7231405,0.69008267,0.58677685,0.5413223,0.54545456,0.46694216,0.41322315,0.45041323,0.5,0.5413223,0.4338843,0.37190083,0.4752066,0.57024795,0.61570245,0.74380165,0.5165289,0.5289256,0.6322314,0.58264464,0.6735537,0.73140496,0.7231405,0.677686,0.72727275,0.72727275,0.78512394,0.661157,0.5123967,0.4752066,0.45454547,0.4338843,0.47933885,0.5123967,0.5123967,0.4876033,0.5289256,0.6446281,0.3305785,0.61570245,0.61570245,0.61570245,0.59090906,0.59504133,0.59917355,0.59504133,0.46694216,0.48347107,0.54545456,0.49586776,0.3966942,0.47933885,0.53305787,0.5,0.5,0.73140496,0.8016529,0.6694215,0.59090906,0.6198347,0.61570245,0.58677685,0.5785124,0.53305787,0.59504133,0.6694215,0.607438,0.5495868,0.5495868,0.4752066,0.40082645,0.5123967,0.46694216,0.56198347,0.47107437,0.3553719,0.5123967,0.55785125,0.6322314,0.6652893,0.42975205,0.5785124,0.677686,0.60330576,0.6818182,0.6652893,0.61157024,0.6446281,0.72727275,0.7066116,0.57024795,0.49586776,0.3966942,0.40495867,0.4338843,0.4214876,0.4090909,0.41735536,0.4752066,0.5,0.5289256,0.6859504,0.5,0.446281,0.6735537,0.69008267,0.5413223,0.45454547,0.446281,0.45454547,0.44214877,0.5413223,0.57024795,0.5041322,0.4338843,0.5123967,0.5041322,0.43801653,0.5165289,0.62396693,0.6280992,0.5247934,0.5041322,0.42561984,0.40082645,0.5123967,0.57024795,0.61157024,0.57438016,0.5289256,0.58264464,0.5495868,0.5495868,0.58264464,0.43801653,0.47933885,0.5289256,0.5041322,0.5123967,0.37603307,0.54545456,0.43801653,0.6487603,0.607438,0.38842976,0.75206614,0.8057851,0.6528926,0.6198347,0.5661157,0.62396693,0.607438,0.5123967,0.58264464,0.3553719,0.2603306,0.2603306,0.3305785,0.40495867,0.4214876,0.38842976,0.42975205,0.5165289,0.59504133,0.607438,0.6404959,0.57438016,0.4876033,0.6570248,0.7066116,0.39256197,0.24793388,0.2520661,0.29338843,0.41322315,0.53305787,0.553719,0.5495868,0.5165289,0.57024795,0.48347107,0.41322315,0.48347107,0.5495868,0.5247934,0.3966942,0.3677686,0.23140496,0.2231405,0.3677686,0.4752066,0.49586776,0.57438016,0.54545456,0.5165289,0.56198347,0.5661157,0.71900827,0.5371901,0.43801653,0.57024795,0.42561984,0.54545456,0.38842976,0.5206612,0.38842976,0.58264464,0.48347107,0.38429752,0.8801653,0.892562,0.70247936,0.54545456,0.5413223,0.56198347,0.5082645,0.5041322,0.47933885,0.37603307,0.2768595,0.3677686,0.4214876,0.48347107,0.47107437,0.42975205,0.46694216,0.57438016,0.7066116,0.6363636,0.6528926,0.41735536,0.4090909,0.5,0.5082645,0.3966942,0.34710744,0.35950413,0.3305785,0.3264463,0.47933885,0.5165289,0.59917355,0.62396693,0.6404959,0.5,0.45454547,0.47933885,0.5413223,0.5413223,0.44214877,0.39256197,0.30165288,0.29338843,0.3429752,0.47933885,0.45867768,0.4752066,0.5247934,0.5123967,0.56198347,0.60330576,0.77272725,0.7107438,0.40082645,0.5371901,0.4338843,0.47107437,0.38429752,0.5,0.3305785,0.47107437,0.42561984,0.4214876,0.8801653,0.8595041,0.661157,0.5247934,0.5165289,0.4876033,0.5123967,0.57438016,0.5082645,0.47933885,0.45454547,0.4876033,0.49173555,0.49586776,0.46694216,0.46280992,0.5247934,0.58264464,0.6363636,0.59504133,0.6735537,0.2603306,0.5041322,0.57438016,0.6735537,0.661157,0.61157024,0.55785125,0.43801653,0.3140496,0.45454547,0.49586776,0.61570245,0.6322314,0.59917355,0.53305787,0.49173555,0.48347107,0.5123967,0.5206612,0.49173555,0.49586776,0.46280992,0.446281,0.47107437,0.5371901,0.5247934,0.49586776,0.4876033,0.5,0.55785125,0.61570245,0.6983471,0.6652893,0.30991736,0.41322315,0.48347107,0.24380165,0.22727273,0.49586776,0.16528925,0.45454547,0.5082645,0.45454547,0.76033056,0.7768595,0.6570248,0.60330576,0.5371901,0.48347107,0.5206612,0.58264464,0.57024795,0.54545456,0.5123967,0.49586776,0.47107437,0.446281,0.4338843,0.446281,0.49586776,0.5495868,0.59917355,0.607438,0.6280992,0.2768595,0.5165289,0.6322314,0.74380165,0.6983471,0.6735537,0.6652893,0.47933885,0.3553719,0.42975205,0.49173555,0.60330576,0.61157024,0.57438016,0.5082645,0.48347107,0.46280992,0.46280992,0.48347107,0.49586776,0.5082645,0.5041322,0.49586776,0.5123967,0.5247934,0.5247934,0.4876033,0.46694216,0.46694216,0.53305787,0.59917355,0.57024795,0.5123967,0.3264463,0.41735536,0.5371901,0.08264463,0.09090909,0.5123967,0.20661157,0.37603307,0.57438016,0.4876033,0.6735537,0.78099173,0.75206614,0.7107438,0.6446281,0.55785125,0.54545456,0.5785124,0.5785124,0.54545456,0.4876033,0.46694216,0.45867768,0.45454547,0.4752066,0.5123967,0.5495868,0.57024795,0.59917355,0.6735537,0.45867768,0.4090909,0.5247934,0.6983471,0.74793386,0.70247936,0.661157,0.6652893,0.56198347,0.3553719,0.3966942,0.5123967,0.5785124,0.60330576,0.59504133,0.56198347,0.5165289,0.4876033,0.4876033,0.47107437,0.47107437,0.47933885,0.48347107,0.47107437,0.4876033,0.49586776,0.48347107,0.47107437,0.47107437,0.4876033,0.5495868,0.6363636,0.6198347,0.5785124,0.38429752,0.45867768,0.56198347,0.20247933,0.38842976,0.5247934,0.16115703,0.30578512,0.58677685,0.5165289,0.6652893,0.78099173,0.76859504,0.72727275,0.6942149,0.6735537,0.6446281,0.6487603,0.62396693,0.5785124,0.5165289,0.5,0.5165289,0.53305787,0.5495868,0.57438016,0.58264464,0.58264464,0.61570245,0.7107438,0.29752067,0.553719,0.58677685,0.71900827,0.74793386,0.7066116,0.6446281,0.6404959,0.6198347,0.40082645,0.3305785,0.5289256,0.553719,0.59504133,0.58677685,0.59504133,0.58264464,0.553719,0.54545456,0.5206612,0.5,0.47933885,0.4752066,0.45454547,0.4752066,0.49586776,0.5082645,0.53305787,0.5495868,0.5661157,0.59917355,0.6652893,0.6859504,0.61157024,0.38016528,0.47107437,0.5413223,0.36363637,0.60330576,0.5371901,0.1446281,0.2603306,0.5123967,0.553719,0.6735537,0.73966944,0.71900827,0.6818182,0.7066116,0.73966944,0.71900827,0.6942149,0.6570248,0.6322314,0.59090906,0.57024795,0.57438016,0.58264464,0.5785124,0.58264464,0.59504133,0.58677685,0.6570248,0.60330576,0.3429752,0.57024795,0.6570248,0.71487606,0.73140496,0.6859504,0.6363636,0.6363636,0.6363636,0.5206612,0.28512397,0.43801653,0.56198347,0.58264464,0.5785124,0.57438016,0.59917355,0.59504133,0.58264464,0.57024795,0.56198347,0.55785125,0.53305787,0.5123967,0.5247934,0.5413223,0.56198347,0.58677685,0.60330576,0.60330576,0.6198347,0.6570248,0.677686,0.59090906,0.40082645,0.45867768,0.5082645,0.39256197,0.59917355,0.54545456,0.16115703,0.1983471,0.33471075,0.5495868,0.6528926,0.69008267,0.6859504,0.677686,0.69008267,0.7231405,0.7066116,0.6694215,0.6652893,0.6446281,0.607438,0.59090906,0.59090906,0.59917355,0.5785124,0.5785124,0.607438,0.59090906,0.6942149,0.40082645,0.49173555,0.5661157,0.6983471,0.71487606,0.7107438,0.6694215,0.6404959,0.62396693,0.62396693,0.60330576,0.41322315,0.32231405,0.5289256,0.59090906,0.58264464,0.5785124,0.58264464,0.58677685,0.58264464,0.59917355,0.607438,0.59504133,0.59090906,0.58264464,0.57024795,0.58264464,0.59090906,0.59917355,0.607438,0.61570245,0.62396693,0.6528926,0.6652893,0.5661157,0.45454547,0.37190083,0.47107437,0.40495867,0.58264464,0.53305787,0.20661157,0.19421488,0.19008264,0.42975205,0.6404959,0.6818182,0.6942149,0.6942149,0.6694215,0.6818182,0.6570248,0.6570248,0.6363636,0.6198347,0.59917355,0.58677685,0.59504133,0.59090906,0.5785124,0.59090906,0.61570245,0.61570245,0.6446281,0.35950413,0.5082645,0.6198347,0.6983471,0.70247936,0.6942149,0.6570248,0.6404959,0.60330576,0.61157024,0.60330576,0.55785125,0.3553719,0.41735536,0.607438,0.59504133,0.58677685,0.59090906,0.59090906,0.5785124,0.58677685,0.59090906,0.607438,0.6198347,0.61570245,0.61157024,0.60330576,0.607438,0.60330576,0.61570245,0.6280992,0.6363636,0.6735537,0.6735537,0.54545456,0.4876033,0.22727273,0.49586776,0.41735536,0.55785125,0.46280992,0.3140496,0.19421488,0.16115703,0.338843,0.60330576,0.69008267,0.72727275,0.70247936,0.69008267,0.661157,0.6404959,0.62396693,0.59917355,0.59917355,0.59917355,0.59504133,0.60330576,0.58264464,0.57024795,0.59917355,0.61157024,0.69008267,0.45454547,0.48347107,0.5082645,0.6694215,0.6859504,0.69008267,0.6735537,0.661157,0.62396693,0.59504133,0.61570245,0.59090906,0.5661157,0.5123967,0.37603307,0.5371901,0.6198347,0.58677685,0.59090906,0.5785124,0.5661157,0.5661157,0.57438016,0.59504133,0.59917355,0.59504133,0.61157024,0.61570245,0.61157024,0.61157024,0.6404959,0.6528926,0.677686,0.7107438,0.661157,0.53305787,0.45454547,0.21900827,0.5041322,0.43801653,0.5371901,0.4214876,0.45454547,0.19421488,0.19421488,0.27272728,0.57438016,0.677686,0.74793386,0.7231405,0.6983471,0.6528926,0.61157024,0.60330576,0.59090906,0.59504133,0.60330576,0.61157024,0.607438,0.607438,0.59504133,0.61157024,0.677686,0.5661157,0.40495867,0.5165289,0.59090906,0.6818182,0.6942149,0.6942149,0.6735537,0.6818182,0.62396693,0.607438,0.62396693,0.59504133,0.553719,0.56198347,0.5041322,0.42975205,0.53305787,0.59090906,0.58677685,0.58264464,0.57024795,0.553719,0.57438016,0.56198347,0.57024795,0.5785124,0.59917355,0.6198347,0.6198347,0.6322314,0.6652893,0.6859504,0.7107438,0.71487606,0.6446281,0.5495868,0.2892562,0.37190083,0.446281,0.48347107,0.5247934,0.43801653,0.53305787,0.28512397,0.1983471,0.23140496,0.56198347,0.6528926,0.73140496,0.73140496,0.70247936,0.6363636,0.607438,0.61157024,0.61157024,0.61570245,0.62396693,0.6280992,0.61570245,0.62396693,0.61570245,0.6322314,0.6446281,0.38016528,0.45041323,0.4876033,0.677686,0.7107438,0.72727275,0.6983471,0.6983471,0.78512394,0.6983471,0.61570245,0.62396693,0.6280992,0.57438016,0.55785125,0.57438016,0.4752066,0.39256197,0.5413223,0.58264464,0.57438016,0.56198347,0.5661157,0.57024795,0.5661157,0.54545456,0.57438016,0.58677685,0.59090906,0.607438,0.6404959,0.69008267,0.7066116,0.7066116,0.6694215,0.6694215,0.553719,0.17768595,0.553719,0.3966942,0.5206612,0.5165289,0.48347107,0.4876033,0.5413223,0.37190083,0.21487603,0.5247934,0.6446281,0.70247936,0.7107438,0.7066116,0.6404959,0.6363636,0.6322314,0.6363636,0.6446281,0.6280992,0.62396693,0.62396693,0.60330576,0.62396693,0.58677685,0.38016528,0.44214877,0.42561984,0.6280992,0.677686,0.71487606,0.74793386,0.7355372,0.74380165,0.8429752,0.7644628,0.6280992,0.6198347,0.71900827,0.607438,0.56198347,0.57438016,0.57438016,0.446281,0.41322315,0.5,0.553719,0.54545456,0.553719,0.53305787,0.54545456,0.5413223,0.55785125,0.57438016,0.56198347,0.58264464,0.62396693,0.6942149,0.71487606,0.6694215,0.6570248,0.677686,0.45041323,0.6363636,0.5082645,0.4214876,0.5289256,0.5,0.553719,0.45041323,0.59917355,0.7355372,0.4214876,0.446281,0.6322314,0.677686,0.7231405,0.73140496,0.677686,0.6487603,0.6446281,0.6446281,0.6446281,0.62396693,0.59917355,0.59917355,0.5661157,0.4876033,0.38429752,0.38842976,0.40082645,0.6363636,0.71900827,0.6694215,0.677686,0.73966944,0.8140496,0.76033056,0.7644628,0.6735537,0.59504133,0.59917355,0.6694215,0.57438016,0.55785125,0.58677685,0.60330576,0.59090906,0.47107437,0.38016528,0.4214876,0.5041322,0.55785125,0.5371901,0.5247934,0.5247934,0.5289256,0.5413223,0.5289256,0.5371901,0.58264464,0.6818182,0.6983471,0.6446281,0.61570245,0.5371901,0.8057851,0.8140496,0.3553719,0.5289256,0.5082645,0.48347107,0.5371901,0.5413223,0.4876033,0.6322314,0.59504133,0.57024795,0.6280992,0.6570248,0.6983471,0.73140496,0.73966944,0.6859504,0.6694215,0.6487603,0.6363636,0.5785124,0.5123967,0.46280992,0.37190083,0.3553719,0.41322315,0.38016528,0.54545456,0.75206614,0.7107438,0.6404959,0.6198347,0.6280992,0.73140496,0.70247936,0.661157,0.61157024,0.5661157,0.5289256,0.5082645,0.5,0.5289256,0.55785125,0.6198347,0.6652893,0.6322314,0.46280992,0.2892562,0.35950413,0.45454547,0.4876033,0.5041322,0.5206612,0.5,0.5206612,0.5123967,0.5206612,0.58677685,0.6735537,0.6694215,0.61570245,0.59090906,0.53305787,0.6198347,0.5041322,0.5413223,0.53305787,0.49586776,0.4752066,0.5,0.58264464,0.58677685,0.607438,0.55785125,0.5371901,0.5247934,0.5289256,0.55785125,0.57438016,0.607438,0.57438016,0.5495868,0.5289256,0.49586776,0.42975205,0.38016528,0.36363637,0.40082645,0.4214876,0.47933885,0.5165289,0.6487603,0.73140496,0.661157,0.58677685,0.54545456,0.57024795,0.62396693,0.6322314,0.59090906,0.553719,0.53305787,0.48347107,0.45867768,0.47107437,0.49173555,0.5,0.5661157,0.6446281,0.6859504,0.61570245,0.3429752,0.37190083,0.40495867,0.40495867,0.41735536,0.42975205,0.41322315,0.43801653,0.45454547,0.4752066,0.53305787,0.57024795,0.5413223,0.5041322,0.5,0.49173555,0.553719,0.5661157,0.5413223,0.5206612,0.48347107,0.4752066,0.5,0.57024795,0.607438,0.6322314,0.6487603,0.6487603,0.6446281,0.6363636,0.6818182,0.661157,0.6652893,0.61157024,0.53305787,0.5041322,0.47933885,0.49173555,0.5041322,0.5206612,0.5495868,0.5413223,0.58264464,0.59917355,0.661157,0.661157,0.57438016,0.46280992,0.3264463,0.40495867,0.57024795,0.59090906,0.5206612,0.446281,0.46280992,0.46280992,0.45454547,0.37190083,0.338843,0.38429752,0.46280992,0.5247934,0.59504133,0.61157024,0.37190083,0.46694216,0.5289256,0.5206612,0.5,0.45454547,0.41735536,0.40495867,0.4090909,0.45454547,0.5206612,0.57438016,0.58677685,0.58677685,0.57438016,0.57024795,0.5785124,0.5371901,0.5289256,0.5123967,0.47933885,0.49173555,0.5165289,0.5495868,0.607438,0.62396693,0.61570245,0.661157,0.6652893,0.6694215,0.6859504,0.7066116,0.6983471,0.69008267,0.6570248,0.6404959,0.6487603,0.6652893,0.6487603,0.6363636,0.59917355,0.58677685,0.6487603,0.6487603,0.6363636,0.59090906,0.46280992,0.2892562,0.1570248,0.22727273,0.446281,0.55785125,0.47933885,0.35950413,0.3966942,0.45041323,0.35123968,0.18595041,0.11570248,0.15289256,0.26859504,0.38429752,0.46280992,0.5371901,0.30991736,0.48347107,0.56198347,0.58264464,0.59917355,0.59090906,0.58264464,0.5785124,0.5661157,0.57438016,0.607438,0.61157024,0.59504133,0.58677685,0.5661157,0.5495868,0.553719,0.5206612,0.5247934,0.5082645,0.47933885,0.5123967,0.5165289,0.5289256,0.58677685,0.61157024,0.59504133,0.6446281,0.677686,0.6487603,0.661157,0.6818182,0.7107438,0.73140496,0.73966944,0.73140496,0.7231405,0.69008267,0.6528926,0.6280992,0.60330576,0.62396693,0.70247936,0.70247936,0.6198347,0.5165289,0.38842976,0.2892562,0.3140496,0.3677686,0.4338843,0.5413223,0.49173555,0.3553719,0.38429752,0.45867768,0.3966942,0.3140496,0.18595041,0.16528925,0.1983471,0.25619835,0.37190083,0.4090909,0.30578512,0.5371901,0.5661157,0.55785125,0.59090906,0.61570245,0.6363636,0.6528926,0.6652893,0.6404959,0.6404959,0.6280992,0.59917355,0.5661157,0.5495868,0.5371901,0.54545456,0.5289256,0.5247934,0.49586776,0.47107437,0.5289256,0.5082645,0.5247934,0.58264464,0.60330576,0.59504133,0.62396693,0.6570248,0.6404959,0.69008267,0.6942149,0.73966944,0.76033056,0.7644628,0.74380165,0.71487606,0.6735537,0.6322314,0.6322314,0.6446281,0.6942149,0.74793386,0.7355372,0.661157,0.5413223,0.47107437,0.46280992,0.53305787,0.55785125,0.553719,0.5289256,0.5082645,0.37190083,0.37603307,0.4090909,0.39256197,0.41322315,0.40082645,0.38842976,0.3305785,0.29338843,0.34710744,0.37190083,0.45867768,0.61570245,0.57438016,0.553719,0.58677685,0.607438,0.6280992,0.6322314,0.6487603,0.6404959,0.6404959,0.6570248,0.6363636,0.58677685,0.55785125,0.5247934,0.53305787,0.5289256,0.5206612,0.4876033,0.47107437,0.5289256,0.5247934,0.5123967,0.57438016,0.59504133,0.61157024,0.60330576,0.6363636,0.6983471,0.7231405,0.7355372,0.7355372,0.75619835,0.76033056,0.72727275,0.6983471,0.677686,0.6528926,0.661157,0.6694215,0.73966944,0.75206614,0.74380165,0.6983471,0.6487603,0.6280992,0.6280992,0.6446281,0.6694215,0.6528926,0.55785125,0.45867768,0.3264463,0.338843,0.34710744,0.34710744,0.40495867,0.48347107,0.49173555,0.4752066,0.49173555,0.5247934,0.5495868,0.59504133,0.661157,0.61570245,0.57024795,0.5785124,0.58677685,0.59504133,0.59090906,0.59504133,0.6280992,0.61157024,0.6363636,0.61570245,0.607438,0.58264464,0.5289256,0.5247934,0.5247934,0.5041322,0.48347107,0.47933885,0.5247934,0.53305787,0.5165289,0.5661157,0.59090906,0.61570245,0.60330576,0.6446281,0.7231405,0.7231405,0.72727275,0.73140496,0.75206614,0.75206614,0.7231405,0.6983471,0.69008267,0.6487603,0.6859504,0.72727275,0.75206614,0.7231405,0.7231405,0.6942149,0.69008267,0.6818182,0.6818182,0.69008267,0.7107438,0.6942149,0.6322314,0.47107437,0.28512397,0.3677686,0.38016528,0.38842976,0.46694216,0.54545456,0.57438016,0.59090906,0.61570245,0.6280992,0.6446281,0.6198347,0.6528926,0.6694215,0.6280992,0.59917355,0.59917355,0.60330576,0.59090906,0.59917355,0.6280992,0.6280992,0.61570245,0.61157024,0.59504133,0.57024795,0.5371901,0.5247934,0.5165289,0.5,0.47933885,0.47933885,0.5247934,0.5371901,0.5247934,0.5661157,0.58677685,0.6322314,0.6322314,0.6694215,0.70247936,0.7107438,0.72727275,0.7231405,0.7355372,0.73140496,0.71487606,0.71487606,0.6735537,0.6859504,0.71487606,0.75206614,0.74380165,0.71487606,0.70247936,0.6983471,0.7066116,0.6859504,0.6859504,0.6983471,0.7107438,0.69008267,0.6652893,0.5495868,0.38842976,0.47107437,0.5123967,0.5371901,0.57438016,0.59090906,0.61570245,0.6322314,0.6280992,0.62396693,0.62396693,0.60330576,0.6446281,0.6652893,0.6694215,0.6446281,0.6198347,0.59917355,0.60330576,0.59917355,0.61570245,0.61157024,0.60330576,0.59504133,0.59090906,0.55785125,0.5289256,0.5206612,0.5082645,0.5,0.46280992,0.48347107,0.5371901,0.5495868,0.5206612,0.56198347,0.58264464,0.6404959,0.6487603,0.6694215,0.6859504,0.6942149,0.7107438,0.7107438,0.7231405,0.7231405,0.7355372,0.7231405,0.70247936,0.7107438,0.7231405,0.71900827,0.7107438,0.71487606,0.70247936,0.7066116,0.70247936,0.6983471,0.677686,0.6859504,0.70247936,0.6818182,0.6652893,0.58264464,0.5371901,0.60330576,0.6487603,0.6570248,0.6322314,0.59504133,0.61570245,0.6280992,0.6363636,0.59917355,0.60330576,0.607438,0.6487603,0.661157,0.6528926,0.661157,0.6404959,0.62396693,0.607438,0.59917355,0.607438,0.607438,0.58264464,0.57438016,0.57438016,0.5371901,0.5165289,0.5206612,0.5082645,0.49173555,0.46280992,0.4876033,0.53305787,0.5785124,0.5289256,0.57024795,0.58264464,0.62396693,0.6487603,0.6570248,0.677686,0.6859504,0.7066116,0.7107438,0.71900827,0.71900827,0.73966944,0.7231405,0.69008267,0.7107438,0.7107438,0.7231405,0.70247936,0.70247936,0.69008267,0.6983471,0.6983471,0.7066116,0.6818182,0.6983471,0.72727275,0.661157,0.6694215,0.62396693,0.61157024,0.6652893,0.7066116,0.70247936,0.661157,0.6198347,0.62396693,0.6280992,0.6528926,0.61157024,0.61157024,0.61157024,0.6280992,0.661157,0.6363636,0.6528926,0.6404959,0.6280992,0.6198347,0.62396693,0.59504133,0.58264464,0.5785124,0.57438016,0.57024795,0.5247934,0.5041322,0.5123967,0.5041322,0.4876033,0.46280992,0.45867768,0.49586776,0.5785124,0.5289256,0.57024795,0.58677685,0.60330576,0.6446281,0.6487603,0.6735537,0.6818182,0.70247936,0.7066116,0.71487606,0.7066116,0.71900827,0.72727275,0.7066116,0.677686,0.70247936,0.7107438,0.70247936,0.6942149,0.6818182,0.6942149,0.7066116,0.71487606,0.71900827,0.7355372,0.74793386,0.7231405,0.7066116,0.6528926,0.6446281,0.69008267,0.72727275,0.72727275,0.6818182,0.6404959,0.6404959,0.6487603,0.6570248,0.6280992,0.62396693,0.61157024,0.6322314,0.6446281,0.6404959,0.62396693,0.62396693,0.6363636,0.6198347,0.61157024,0.58677685,0.58264464,0.57438016,0.5661157,0.56198347,0.5247934,0.5123967,0.5082645,0.49586776,0.48347107,0.4752066,0.41735536,0.4338843,0.5165289,0.53305787,0.58264464,0.59917355,0.607438,0.6404959,0.6487603,0.6570248,0.6652893,0.6942149,0.7107438,0.71487606,0.70247936,0.7107438,0.73140496,0.70247936,0.6859504,0.6942149,0.6983471,0.70247936,0.70247936,0.6983471,0.7066116,0.7355372,0.75206614,0.75619835,0.7231405,0.6942149,0.7107438,0.6859504,0.6735537,0.6652893,0.69008267,0.6859504,0.6446281,0.61157024,0.607438,0.6280992,0.6487603,0.6570248,0.661157,0.6322314,0.62396693,0.6280992,0.6280992,0.6363636,0.61570245,0.607438,0.6198347,0.607438,0.56198347,0.58677685,0.5661157,0.59504133,0.57024795,0.5495868,0.5289256,0.5206612,0.49586776,0.4876033,0.4876033,0.47933885,0.3429752,0.35950413,0.23966943,0.57438016,0.58264464,0.59090906,0.60330576,0.6322314,0.6446281,0.6446281,0.6652893,0.677686,0.7066116,0.71487606,0.6942149,0.7066116,0.70247936,0.69008267,0.70247936,0.71900827,0.7107438,0.70247936,0.7231405,0.7231405,0.7107438,0.71487606,0.6694215,0.59917355,0.5082645,0.45041323,0.4876033,0.5041322,0.553719,0.61157024,0.5785124,0.4876033,0.41322315,0.41322315,0.446281,0.49586776,0.5785124,0.62396693,0.6404959,0.6487603,0.6322314,0.62396693,0.61570245,0.6198347,0.6322314,0.6198347,0.60330576,0.59504133,0.58677685,0.58264464,0.5785124,0.59504133,0.57438016,0.5371901,0.5289256,0.5123967,0.5,0.49586776,0.49173555,0.47107437,0.30165288,0.3181818,0.11157025,0.55785125,0.59917355,0.58677685,0.60330576,0.62396693,0.6322314,0.6404959,0.6528926,0.6694215,0.70247936,0.71900827,0.6983471,0.70247936,0.6942149,0.69008267,0.6983471,0.7107438,0.7066116,0.6983471,0.6942149,0.6694215,0.61570245,0.5247934,0.45454547,0.42561984,0.40082645,0.3553719,0.38016528,0.38842976,0.38016528,0.3966942,0.34710744,0.29752067,0.28099173,0.2768595,0.30991736,0.35123968,0.40495867,0.47107437,0.5082645,0.57438016,0.6198347,0.6198347,0.60330576,0.59917355,0.62396693,0.61157024,0.59504133,0.57438016,0.5785124,0.58264464,0.5785124,0.59090906,0.56198347,0.5371901,0.53305787,0.5082645,0.5041322,0.49586776,0.5,0.446281,0.2768595,0.28512397,0.09504132,0.46694216,0.59917355,0.60330576,0.61157024,0.607438,0.6280992,0.6363636,0.6404959,0.6694215,0.7066116,0.73140496,0.71900827,0.7107438,0.6942149,0.6983471,0.69008267,0.6487603,0.6446281,0.6570248,0.59504133,0.49173555,0.40082645,0.36363637,0.30991736,0.30991736,0.27272728,0.23140496,0.30578512,0.29338843,0.2520661,0.22727273,0.20661157,0.2107438,0.20247933,0.19421488,0.2231405,0.2644628,0.29338843,0.30165288,0.34710744,0.39256197,0.49586776,0.5785124,0.57438016,0.55785125,0.57024795,0.58264464,0.57024795,0.55785125,0.57438016,0.59090906,0.59090906,0.58264464,0.5495868,0.53305787,0.5165289,0.5123967,0.5041322,0.5,0.5082645,0.40495867,0.2644628,0.24793388,0.11570248,0.3140496,0.607438,0.60330576,0.61570245,0.61157024,0.607438,0.6280992,0.6404959,0.6694215,0.6818182,0.72727275,0.71900827,0.71900827,0.6694215,0.677686,0.6487603,0.56198347,0.5289256,0.5123967,0.42561984,0.3305785,0.27272728,0.29338843,0.2520661,0.18181819,0.1570248,0.1322314,0.26859504,0.2603306,0.2644628,0.2231405,0.21900827,0.24793388,0.2231405,0.2107438,0.14049587,0.13636364,0.14876033,0.1983471,0.23966943,0.27272728,0.32231405,0.42975205,0.49586776,0.49173555,0.49586776,0.5289256,0.53305787,0.5371901,0.57438016,0.57438016,0.58264464,0.57024795,0.5371901,0.5247934,0.5123967,0.5,0.4876033,0.4876033,0.5123967,0.3553719,0.23553719,0.19008264,0.12809917,0.1446281,0.5661157,0.59504133,0.59917355,0.607438,0.6198347,0.6363636,0.6404959,0.661157,0.69008267,0.7107438,0.71900827,0.7066116,0.677686,0.6322314,0.58677685,0.5041322,0.44214877,0.42975205,0.38429752,0.37190083,0.3677686,0.40495867,0.36363637,0.3140496,0.23966943,0.21900827,0.32231405,0.29338843,0.29752067,0.23140496,0.21487603,0.2768595,0.27272728,0.3181818,0.25619835,0.22727273,0.21487603,0.18181819,0.2107438,0.20247933,0.2107438,0.24380165,0.3181818,0.37190083,0.4338843,0.49173555,0.5165289,0.5413223,0.57438016,0.58677685,0.58677685,0.56198347,0.5289256,0.5206612,0.5082645,0.49173555,0.48347107,0.4876033,0.49586776,0.28099173,0.18181819,0.1570248,0.15289256,0.11157025,0.42561984,0.59504133,0.60330576,0.59917355,0.61157024,0.6280992,0.62396693,0.6322314,0.6818182,0.6818182,0.71900827,0.6942149,0.6570248,0.61157024,0.5785124,0.5206612,0.5165289,0.59090906,0.5413223,0.49586776,0.5,0.5206612,0.5206612,0.5,0.446281,0.41735536,0.38016528,0.3140496,0.28512397,0.25619835,0.26859504,0.33471075,0.42975205,0.49173555,0.47107437,0.4752066,0.4214876,0.42975205,0.40495867,0.35123968,0.32231405,0.30165288,0.29338843,0.36363637,0.44214877,0.4876033,0.5165289,0.5495868,0.57024795,0.58677685,0.5785124,0.54545456,0.5123967,0.5165289,0.5041322,0.48347107,0.48347107,0.5,0.446281,0.20247933,0.14049587,0.11570248,0.1446281,0.11570248,0.24793388,0.57024795,0.59504133,0.59090906,0.60330576,0.62396693,0.6404959,0.6198347,0.661157,0.6983471,0.6859504,0.6859504,0.62396693,0.59917355,0.553719,0.5289256,0.6280992,0.7066116,0.6404959,0.55785125,0.5289256,0.5289256,0.5371901,0.553719,0.5289256,0.5289256,0.5123967,0.5,0.5,0.47933885,0.5041322,0.49173555,0.54545456,0.5165289,0.49586776,0.49586776,0.45867768,0.45041323,0.45867768,0.4752066,0.5123967,0.5165289,0.49173555,0.46694216,0.47933885,0.5041322,0.5165289,0.53305787,0.5661157,0.57024795,0.56198347,0.5247934,0.5123967,0.5165289,0.5,0.48347107,0.47933885,0.5123967,0.3181818,0.14049587,0.11157025,0.11570248,0.13636364,0.12396694,0.1570248,0.4338843,0.59504133,0.58677685,0.59090906,0.6280992,0.6363636,0.60330576,0.62396693,0.6735537,0.6735537,0.6570248,0.6322314,0.57024795,0.5413223,0.58677685,0.6942149,0.73140496,0.70247936,0.6198347,0.54545456,0.5247934,0.5041322,0.5495868,0.5206612,0.5289256,0.5289256,0.5123967,0.53305787,0.5289256,0.5371901,0.49586776,0.53305787,0.4876033,0.45454547,0.47107437,0.43801653,0.4338843,0.44214877,0.46694216,0.53305787,0.58677685,0.57024795,0.5247934,0.5041322,0.5123967,0.5165289,0.53305787,0.553719,0.553719,0.5371901,0.5123967,0.5165289,0.5165289,0.5,0.48347107,0.4876033,0.48347107,0.17355372,0.11570248,0.10743801,0.11570248,0.13636364,0.1322314,0.13636364,0.2644628,0.54545456,0.59090906,0.5785124,0.61157024,0.6280992,0.6198347,0.60330576,0.6404959,0.6570248,0.661157,0.61157024,0.57024795,0.59090906,0.6528926,0.7107438,0.71487606,0.70247936,0.6735537,0.62396693,0.5495868,0.5041322,0.5247934,0.48347107,0.48347107,0.49586776,0.48347107,0.49586776,0.5082645,0.48347107,0.47107437,0.446281,0.41735536,0.4338843,0.45041323,0.4338843,0.4338843,0.47107437,0.5082645,0.553719,0.59090906,0.59090906,0.56198347,0.5165289,0.5123967,0.4876033,0.5041322,0.5371901,0.5247934,0.5165289,0.5082645,0.5123967,0.5123967,0.49586776,0.4752066,0.5041322,0.35123968,0.09504132,0.11157025,0.11157025,0.11157025,0.13636364,0.14049587,0.13636364,0.16528925,0.38429752,0.57438016,0.553719,0.58677685,0.62396693,0.6363636,0.60330576,0.61570245,0.6322314,0.6528926,0.607438,0.55785125,0.59504133,0.6487603,0.677686,0.6735537,0.6694215,0.6859504,0.661157,0.6198347,0.56198347,0.5082645,0.47933885,0.45454547,0.45041323,0.45041323,0.4876033,0.46280992,0.42561984,0.41735536,0.38842976,0.40082645,0.41735536,0.44214877,0.45041323,0.45454547,0.49586776,0.5206612,0.5371901,0.56198347,0.5661157,0.54545456,0.5247934,0.5082645,0.49173555,0.5123967,0.5247934,0.5082645,0.4876033,0.5082645,0.5082645,0.49586776,0.4876033,0.4876033,0.47933885,0.18595041,0.08677686,0.11570248,0.10743801,0.10743801,0.13636364,0.14049587,0.1446281,0.13636364,0.21900827,0.47933885,0.5495868,0.57024795,0.61157024,0.6363636,0.61157024,0.59917355,0.61570245,0.61570245,0.58677685,0.57024795,0.59090906,0.6198347,0.6363636,0.6322314,0.6280992,0.6446281,0.6404959,0.60330576,0.6198347,0.54545456,0.49173555,0.4214876,0.36363637,0.338843,0.38016528,0.3264463,0.30991736,0.32231405,0.338843,0.38016528,0.40495867,0.4338843,0.47107437,0.48347107,0.49586776,0.5082645,0.5206612,0.5289256,0.5413223,0.53305787,0.5206612,0.5041322,0.48347107,0.5082645,0.5082645,0.49173555,0.49173555,0.5,0.5,0.48347107,0.48347107,0.49173555,0.40082645,0.10330579,0.11983471,0.11157025,0.11157025,0.10743801,0.13636364,0.1446281,0.14876033,0.14876033,0.13636364,0.28512397,0.5082645,0.55785125,0.59090906,0.6322314,0.62396693,0.58677685,0.59917355,0.59917355,0.59090906,0.59504133,0.6198347,0.607438,0.607438,0.607438,0.59917355,0.61570245,0.6198347,0.59504133,0.5785124,0.55785125,0.5123967,0.43801653,0.3429752,0.28099173,0.28099173,0.25619835,0.30165288,0.3305785,0.3305785,0.3677686,0.41322315,0.42561984,0.446281,0.47107437,0.48347107,0.49173555,0.49586776,0.49586776,0.5165289,0.5247934,0.5123967,0.5041322,0.48347107,0.49173555,0.48347107,0.48347107,0.48347107,0.4876033,0.49173555,0.47933885,0.48347107,0.5041322,0.3429752,0.08677686,0.11157025,0.11570248,0.11570248,0.10330579,0.1446281,0.1446281,0.1446281,0.14876033,0.14876033,0.14049587,0.3429752,0.54545456,0.57024795,0.61157024,0.62396693,0.59504133,0.57438016,0.59504133,0.59917355,0.58677685,0.6198347,0.61570245,0.59090906,0.59504133,0.5785124,0.59504133,0.59917355,0.58264464,0.553719,0.49586776,0.45454547,0.39256197,0.3429752,0.3305785,0.33471075,0.3264463,0.3553719,0.38016528,0.33471075,0.34710744,0.38842976,0.4090909,0.42561984,0.446281,0.45454547,0.46694216,0.47933885,0.48347107,0.49586776,0.5,0.47933885,0.5082645,0.49173555,0.47107437,0.46280992,0.47107437,0.4752066,0.48347107,0.49173555,0.48347107,0.4752066,0.5206612,0.2892562,0.0785124,0.11570248,0.10743801,0.11157025,0.11157025,0.1446281,0.14876033,0.1446281,0.15289256,0.15289256,0.1570248,0.13636364,0.49586776,0.56198347,0.57024795,0.61157024,0.59090906,0.58264464,0.59917355,0.59917355,0.58677685,0.59090906,0.59917355,0.58677685,0.5785124,0.57024795,0.5661157,0.5661157,0.55785125,0.5289256,0.47933885,0.44214877,0.38016528,0.35950413,0.35950413,0.37603307,0.38842976,0.38429752,0.38016528,0.32231405,0.37190083,0.37190083,0.40495867,0.41735536,0.4214876,0.43801653,0.45454547,0.47107437,0.49173555,0.4876033,0.4876033,0.48347107,0.49173555,0.49586776,0.46280992,0.47107437,0.46280992,0.46694216,0.48347107,0.49586776,0.48347107,0.47933885,0.55785125,0.24793388,0.07438017,0.10743801,0.12396694,0.11570248,0.11157025,0.1446281,0.14876033,0.1446281,0.1446281,0.14876033,0.17355372,0.049586777,0.46280992,0.53305787,0.57024795,0.58677685,0.5785124,0.58264464,0.59504133,0.59917355,0.60330576,0.60330576,0.61157024,0.58677685,0.57024795,0.5785124,0.55785125,0.5413223,0.54545456,0.5371901,0.5082645,0.47933885,0.4338843,0.42561984,0.41322315,0.41735536,0.42561984,0.42561984,0.4214876,0.40082645,0.42561984,0.446281,0.45041323,0.4338843,0.42975205,0.43801653,0.45867768,0.47107437,0.4752066,0.4752066,0.48347107,0.46280992,0.49173555,0.4876033,0.46280992,0.45867768,0.46694216,0.47107437,0.48347107,0.49173555,0.4752066,0.49173555,0.54545456,0.22727273,0.07438017,0.11157025,0.12809917,0.11570248,0.11570248,0.14049587,0.14876033,0.1446281,0.14049587,0.14876033,0.1694215,0.06198347,0.41322315,0.5495868,0.5371901,0.56198347,0.58677685,0.58264464,0.5785124,0.59504133,0.61157024,0.6198347,0.6198347,0.61570245,0.59504133,0.58264464,0.57024795,0.5495868,0.54545456,0.55785125,0.56198347,0.55785125,0.53305787,0.5247934,0.5165289,0.5123967,0.5247934,0.5041322,0.5082645,0.5123967,0.5289256,0.5165289,0.5082645,0.49173555,0.46280992,0.446281,0.47107437,0.47107437,0.46694216,0.46280992,0.47107437,0.45867768,0.49586776,0.47933885,0.45041323,0.45041323,0.46280992,0.47107437,0.48347107,0.47933885,0.48347107,0.5041322,0.5495868,0.18181819,0.08264463,0.1322314,0.11570248,0.11570248,0.11570248,0.14049587,0.14049587,0.14049587,0.14049587,0.16115703,0.14876033,0.09090909,0.3264463,0.59917355,0.5247934,0.5371901,0.57024795,0.57438016,0.5661157,0.57438016,0.59504133,0.61570245,0.6198347,0.62396693,0.607438,0.59090906,0.61157024,0.5495868,0.553719,0.57438016,0.5785124,0.58677685,0.59090906,0.58677685,0.58264464,0.59917355,0.60330576,0.59917355,0.60330576,0.5785124,0.57024795,0.55785125,0.5371901,0.5165289,0.47933885,0.4752066,0.48347107,0.4876033,0.5082645,0.4752066,0.46280992,0.47933885,0.49173555,0.45867768,0.45041323,0.45867768,0.46280992,0.47107437,0.4752066,0.47107437,0.49586776,0.5082645,0.5495868,0.17355372,0.09504132,0.12396694,0.12809917,0.11570248,0.11983471,0.1446281,0.1446281,0.15289256,0.14876033,0.15289256,0.1446281,0.11157025,0.26859504,0.58677685,0.56198347,0.5082645,0.54545456,0.55785125,0.56198347,0.5495868,0.57438016,0.61157024,0.62396693,0.6322314,0.6198347,0.59917355,0.6280992,0.57024795,0.57438016,0.58677685,0.61570245,0.61157024,0.61157024,0.60330576,0.60330576,0.61157024,0.61157024,0.61157024,0.59090906,0.58677685,0.58264464,0.5495868,0.54545456,0.5371901,0.5247934,0.5206612,0.5206612,0.5165289,0.53305787,0.49586776,0.49173555,0.49173555,0.49173555,0.45867768,0.446281,0.45454547,0.46280992,0.47107437,0.4752066,0.48347107,0.5082645,0.5041322,0.53305787,0.25619835,0.11157025,0.11983471,0.12809917,0.12809917,0.12396694,0.14049587,0.1446281,0.14876033,0.14876033,0.14876033,0.11983471,0.1694215,0.35950413,0.55785125,0.5661157,0.5123967,0.5123967,0.5371901,0.54545456,0.5413223,0.58264464,0.607438,0.6198347,0.6363636,0.6363636,0.6198347,0.6363636,0.6198347,0.61570245,0.59090906,0.61570245,0.62396693,0.6198347,0.6198347,0.6280992,0.62396693,0.61157024,0.6322314,0.59090906,0.59504133,0.58264464,0.5495868,0.53305787,0.5495868,0.5495868,0.53305787,0.56198347,0.553719,0.5082645,0.49173555,0.5,0.48347107,0.47933885,0.45454547,0.446281,0.45041323,0.46280992,0.47107437,0.47933885,0.5,0.5041322,0.5,0.48347107,0.36363637,0.2892562,0.1446281,0.11570248,0.12809917,0.11983471,0.1446281,0.14876033,0.1446281,0.1446281,0.13636364,0.15289256,0.46280992,0.45041323,0.53305787,0.553719,0.54545456,0.5165289,0.5,0.5289256,0.53305787,0.5495868,0.58264464,0.59917355,0.6198347,0.6322314,0.6322314,0.6322314,0.62396693,0.6280992,0.59917355,0.60330576,0.6198347,0.6280992,0.6322314,0.6322314,0.61570245,0.61157024,0.62396693,0.58264464,0.59504133,0.56198347,0.5495868,0.5413223,0.553719,0.5371901,0.5247934,0.5413223,0.5247934,0.48347107,0.49173555,0.4752066,0.46694216,0.45041323,0.45454547,0.446281,0.446281,0.45867768,0.47107437,0.4876033,0.5082645,0.4876033,0.49173555,0.47933885,0.25619835,0.41735536,0.3181818,0.13636364,0.11983471,0.11983471,0.14876033,0.14876033,0.14876033,0.12809917,0.1570248,0.45867768,0.5206612,0.2603306,0.53305787,0.54545456,0.5661157,0.5247934,0.5082645,0.5082645,0.5123967,0.5289256,0.56198347,0.58264464,0.61157024,0.62396693,0.6198347,0.6198347,0.6198347,0.607438,0.58677685,0.59917355,0.62396693,0.6280992,0.61157024,0.59917355,0.5661157,0.59090906,0.59504133,0.55785125,0.56198347,0.5289256,0.5206612,0.5206612,0.5123967,0.49173555,0.49586776,0.5041322,0.4752066,0.47107437,0.5082645,0.45454547,0.46280992,0.45454547,0.446281,0.446281,0.446281,0.45454547,0.47933885,0.5,0.5165289,0.48347107,0.5,0.48347107,0.17768595,0.32231405,0.46280992,0.29338843,0.11983471,0.11570248,1 +0.5785124,0.60330576,0.6322314,0.6652893,0.677686,0.7107438,0.7231405,0.73966944,0.73966944,0.74380165,0.76033056,0.76859504,0.7768595,0.7768595,0.77272725,0.7892562,0.7933884,0.8140496,0.822314,0.8264463,0.8264463,0.8264463,0.822314,0.822314,0.822314,0.8016529,0.79752064,0.78512394,0.7768595,0.76859504,0.75206614,0.74380165,0.74380165,0.75206614,0.75619835,0.7644628,0.76859504,0.77272725,0.76859504,0.78099173,0.7768595,0.78512394,0.76859504,0.76033056,0.75206614,0.73966944,0.73140496,0.71900827,0.7107438,0.677686,0.6528926,0.6363636,0.61157024,0.59504133,0.58264464,0.5785124,0.57024795,0.4876033,0.45454547,0.43801653,0.35950413,0.2768595,0.20661157,0.18595041,0.553719,0.5785124,0.61157024,0.6446281,0.6694215,0.69008267,0.7107438,0.7231405,0.7355372,0.75206614,0.76033056,0.76859504,0.7768595,0.78512394,0.78512394,0.7892562,0.8057851,0.8181818,0.8264463,0.8264463,0.8264463,0.822314,0.8264463,0.822314,0.822314,0.8140496,0.79752064,0.7892562,0.78099173,0.77272725,0.76033056,0.75619835,0.74793386,0.75206614,0.7644628,0.7644628,0.77272725,0.78099173,0.78099173,0.7933884,0.7892562,0.7892562,0.7768595,0.78099173,0.77272725,0.76033056,0.74793386,0.7355372,0.7231405,0.6983471,0.6694215,0.6487603,0.6280992,0.59504133,0.5661157,0.55785125,0.5371901,0.48347107,0.44214877,0.4338843,0.3677686,0.27272728,0.19421488,0.1694215,0.53305787,0.58264464,0.60330576,0.6322314,0.6528926,0.69008267,0.71900827,0.74380165,0.74793386,0.76033056,0.7644628,0.7768595,0.78099173,0.7933884,0.7892562,0.79752064,0.80991733,0.8181818,0.8264463,0.8305785,0.8347107,0.8305785,0.8264463,0.8264463,0.822314,0.8057851,0.8016529,0.7933884,0.7768595,0.77272725,0.76859504,0.7644628,0.7644628,0.76033056,0.76859504,0.76033056,0.77272725,0.78099173,0.78099173,0.7933884,0.7933884,0.7892562,0.7892562,0.78512394,0.7768595,0.76859504,0.74793386,0.74380165,0.72727275,0.69008267,0.6818182,0.6363636,0.61157024,0.58677685,0.56198347,0.54545456,0.5247934,0.47107437,0.446281,0.42975205,0.38016528,0.25619835,0.18595041,0.16115703,0.553719,0.59917355,0.61570245,0.6363636,0.661157,0.70247936,0.73140496,0.75206614,0.75619835,0.7644628,0.76859504,0.78099173,0.78512394,0.7892562,0.7892562,0.8057851,0.8016529,0.80991733,0.822314,0.8264463,0.8305785,0.8264463,0.8264463,0.822314,0.8140496,0.8016529,0.79752064,0.78099173,0.7644628,0.7644628,0.76859504,0.7644628,0.77272725,0.77272725,0.7892562,0.77272725,0.7768595,0.7768595,0.7768595,0.78099173,0.78512394,0.78512394,0.78099173,0.78512394,0.76859504,0.75619835,0.7355372,0.7231405,0.70247936,0.69008267,0.6570248,0.6363636,0.59504133,0.59504133,0.56198347,0.54545456,0.5206612,0.4752066,0.44214877,0.4338843,0.3677686,0.25619835,0.1694215,0.14049587,0.56198347,0.59917355,0.61157024,0.6404959,0.6694215,0.7066116,0.7355372,0.76033056,0.75619835,0.7644628,0.77272725,0.77272725,0.7768595,0.78512394,0.7768595,0.78512394,0.7768595,0.78512394,0.78512394,0.7933884,0.79752064,0.8057851,0.8016529,0.8057851,0.79752064,0.78512394,0.78099173,0.7644628,0.75206614,0.75206614,0.75206614,0.76033056,0.7768595,0.76859504,0.78099173,0.77272725,0.77272725,0.76859504,0.7644628,0.76859504,0.76859504,0.7644628,0.75619835,0.75619835,0.7355372,0.73140496,0.71487606,0.6942149,0.6859504,0.6818182,0.6404959,0.61157024,0.58677685,0.59090906,0.57024795,0.553719,0.5247934,0.4876033,0.446281,0.43801653,0.37190083,0.25619835,0.13636364,0.1446281,0.57438016,0.59090906,0.62396693,0.6570248,0.677686,0.71900827,0.73966944,0.7644628,0.75206614,0.7644628,0.7644628,0.7644628,0.7644628,0.7644628,0.76033056,0.74380165,0.74793386,0.75619835,0.74793386,0.75206614,0.75206614,0.76033056,0.76033056,0.7644628,0.7644628,0.74793386,0.7355372,0.73140496,0.7231405,0.7355372,0.74380165,0.75206614,0.75206614,0.75206614,0.75619835,0.7644628,0.75206614,0.74380165,0.7355372,0.7355372,0.7355372,0.72727275,0.71487606,0.7066116,0.677686,0.6859504,0.6652893,0.661157,0.6570248,0.6487603,0.62396693,0.59090906,0.59917355,0.58677685,0.58264464,0.5661157,0.53305787,0.4876033,0.45454547,0.4338843,0.39256197,0.2644628,0.1570248,0.11570248,0.5785124,0.59504133,0.6280992,0.6694215,0.6983471,0.72727275,0.73966944,0.7644628,0.75206614,0.75619835,0.76859504,0.75206614,0.74793386,0.7355372,0.71487606,0.71900827,0.71487606,0.71487606,0.7066116,0.7066116,0.6983471,0.7066116,0.7066116,0.71487606,0.7066116,0.7066116,0.69008267,0.6735537,0.70247936,0.71487606,0.7231405,0.72727275,0.71487606,0.7066116,0.71900827,0.7231405,0.71900827,0.7107438,0.69008267,0.6818182,0.6818182,0.6735537,0.6528926,0.6363636,0.6322314,0.6363636,0.62396693,0.61570245,0.61570245,0.607438,0.59504133,0.58264464,0.59504133,0.60330576,0.59917355,0.57438016,0.5413223,0.49173555,0.45867768,0.4338843,0.38842976,0.25619835,0.14876033,0.11157025,0.57438016,0.59917355,0.6198347,0.6652893,0.70247936,0.73140496,0.74380165,0.75619835,0.74380165,0.74380165,0.74380165,0.7231405,0.7231405,0.7066116,0.69008267,0.6942149,0.677686,0.6652893,0.6528926,0.6528926,0.6363636,0.6446281,0.6404959,0.6570248,0.6570248,0.6528926,0.6446281,0.6363636,0.661157,0.6818182,0.6818182,0.6818182,0.677686,0.6694215,0.6735537,0.677686,0.6735537,0.6570248,0.6404959,0.6280992,0.6198347,0.60330576,0.5785124,0.55785125,0.5495868,0.56198347,0.55785125,0.5495868,0.553719,0.54545456,0.5413223,0.5495868,0.55785125,0.58677685,0.58677685,0.57024795,0.5371901,0.49586776,0.45454547,0.43801653,0.39256197,0.22727273,0.15289256,0.12396694,0.59090906,0.59504133,0.6198347,0.6446281,0.6983471,0.73140496,0.73140496,0.7066116,0.70247936,0.69008267,0.661157,0.6694215,0.6735537,0.6528926,0.61157024,0.59090906,0.57024795,0.57024795,0.5495868,0.5413223,0.5289256,0.5413223,0.55785125,0.57024795,0.59504133,0.61157024,0.61157024,0.6198347,0.6322314,0.6363636,0.6363636,0.6404959,0.6322314,0.6322314,0.6280992,0.6404959,0.6280992,0.59090906,0.5785124,0.5661157,0.5495868,0.5206612,0.4876033,0.46280992,0.45041323,0.43801653,0.44214877,0.44214877,0.44214877,0.45041323,0.46694216,0.48347107,0.4876033,0.5165289,0.5289256,0.5082645,0.49173555,0.4752066,0.43801653,0.44214877,0.38842976,0.22727273,0.11570248,0.1322314,0.607438,0.58677685,0.61570245,0.6280992,0.6694215,0.6859504,0.661157,0.6322314,0.607438,0.57438016,0.58264464,0.59504133,0.59917355,0.57024795,0.5123967,0.47107437,0.44214877,0.44214877,0.4214876,0.40082645,0.40495867,0.4214876,0.45041323,0.4752066,0.5082645,0.5413223,0.5495868,0.5661157,0.59504133,0.607438,0.60330576,0.59917355,0.59504133,0.59917355,0.59917355,0.60330576,0.59090906,0.56198347,0.5289256,0.5082645,0.47107437,0.446281,0.42561984,0.38429752,0.36363637,0.3429752,0.33471075,0.3305785,0.34710744,0.3553719,0.38016528,0.4214876,0.4338843,0.45454547,0.46694216,0.4214876,0.40082645,0.3966942,0.3966942,0.41735536,0.38016528,0.2107438,0.09090909,0.12809917,0.607438,0.59917355,0.6280992,0.61570245,0.61570245,0.59090906,0.56198347,0.5289256,0.5041322,0.49173555,0.5041322,0.5041322,0.48347107,0.47107437,0.43801653,0.40082645,0.37190083,0.3677686,0.35950413,0.32231405,0.3429752,0.338843,0.34710744,0.39256197,0.4214876,0.45041323,0.48347107,0.5123967,0.55785125,0.59090906,0.60330576,0.59090906,0.59090906,0.59090906,0.59504133,0.59917355,0.57024795,0.5495868,0.49173555,0.45867768,0.40495867,0.3966942,0.3677686,0.3429752,0.3181818,0.30991736,0.30991736,0.29752067,0.32231405,0.3305785,0.338843,0.36363637,0.38016528,0.38842976,0.39256197,0.38016528,0.37190083,0.38016528,0.3677686,0.3966942,0.34710744,0.18181819,0.09090909,0.11157025,0.59917355,0.607438,0.6404959,0.6404959,0.60330576,0.54545456,0.5206612,0.4876033,0.45454547,0.43801653,0.446281,0.46694216,0.46280992,0.46280992,0.45041323,0.44214877,0.4214876,0.41322315,0.4090909,0.3677686,0.3553719,0.3553719,0.3553719,0.37190083,0.39256197,0.40495867,0.4338843,0.47107437,0.53305787,0.58677685,0.61157024,0.61570245,0.6198347,0.61570245,0.61570245,0.61157024,0.5661157,0.5289256,0.46280992,0.41735536,0.37603307,0.37190083,0.36363637,0.36363637,0.3429752,0.3553719,0.3677686,0.38016528,0.4090909,0.4214876,0.4214876,0.41322315,0.4090909,0.40495867,0.39256197,0.38842976,0.40495867,0.38842976,0.3677686,0.37190083,0.33471075,0.17355372,0.09504132,0.09504132,0.59917355,0.61157024,0.6446281,0.6363636,0.60330576,0.553719,0.5082645,0.49173555,0.49173555,0.5123967,0.5206612,0.5247934,0.53305787,0.553719,0.53305787,0.5289256,0.5,0.47107437,0.45041323,0.4338843,0.41735536,0.4090909,0.4090909,0.3966942,0.40082645,0.38842976,0.41322315,0.45867768,0.5289256,0.607438,0.6322314,0.6528926,0.661157,0.6528926,0.6487603,0.6363636,0.57438016,0.5082645,0.4214876,0.38842976,0.37603307,0.39256197,0.40082645,0.40082645,0.3966942,0.40082645,0.41735536,0.4338843,0.45454547,0.49173555,0.5165289,0.5165289,0.5041322,0.5,0.46694216,0.446281,0.44214877,0.43801653,0.38842976,0.38016528,0.3429752,0.18595041,0.09504132,0.09917355,0.60330576,0.6322314,0.6322314,0.6280992,0.57438016,0.53305787,0.5,0.5165289,0.55785125,0.59090906,0.60330576,0.5785124,0.54545456,0.53305787,0.5371901,0.5247934,0.49586776,0.46694216,0.4338843,0.41322315,0.40495867,0.4090909,0.42975205,0.41735536,0.41735536,0.40082645,0.4090909,0.45454547,0.5371901,0.62396693,0.677686,0.6983471,0.70247936,0.6942149,0.6859504,0.661157,0.58264464,0.49173555,0.40082645,0.38016528,0.38429752,0.41735536,0.41735536,0.40082645,0.3966942,0.40082645,0.4214876,0.4338843,0.43801653,0.45454547,0.45454547,0.46280992,0.48347107,0.49586776,0.49586776,0.47107437,0.446281,0.45041323,0.4214876,0.40495867,0.3553719,0.19421488,0.10330579,0.08677686,0.6198347,0.6404959,0.6487603,0.62396693,0.55785125,0.5082645,0.49586776,0.53305787,0.55785125,0.55785125,0.53305787,0.5123967,0.5289256,0.5661157,0.6363636,0.6446281,0.55785125,0.4876033,0.42975205,0.40082645,0.3553719,0.37603307,0.39256197,0.41322315,0.41735536,0.40495867,0.4090909,0.45041323,0.55785125,0.6528926,0.7231405,0.74380165,0.74793386,0.74380165,0.73140496,0.6983471,0.59504133,0.47933885,0.38842976,0.38016528,0.39256197,0.40082645,0.38016528,0.39256197,0.38842976,0.40082645,0.41735536,0.45041323,0.44214877,0.48347107,0.45454547,0.42561984,0.4090909,0.4090909,0.4338843,0.446281,0.44214877,0.45041323,0.4338843,0.446281,0.3677686,0.1983471,0.12396694,0.11570248,0.62396693,0.6363636,0.6446281,0.6280992,0.5785124,0.53305787,0.5206612,0.5206612,0.48347107,0.446281,0.45041323,0.49586776,0.5165289,0.5123967,0.47107437,0.4338843,0.37603307,0.3305785,0.3181818,0.35123968,0.3677686,0.34710744,0.338843,0.38842976,0.40495867,0.3966942,0.41322315,0.46280992,0.55785125,0.69008267,0.74793386,0.7768595,0.76859504,0.76859504,0.76033056,0.7107438,0.59504133,0.47107437,0.3966942,0.38842976,0.3677686,0.3677686,0.3429752,0.38429752,0.38842976,0.33471075,0.27272728,0.2520661,0.2644628,0.30165288,0.3553719,0.40495867,0.40082645,0.37603307,0.35950413,0.40082645,0.44214877,0.45454547,0.46280992,0.46280992,0.3966942,0.21487603,0.14049587,0.1570248,0.6280992,0.62396693,0.6322314,0.62396693,0.59504133,0.57024795,0.53305787,0.47107437,0.3966942,0.38429752,0.4090909,0.42561984,0.4338843,0.39256197,0.35123968,0.2520661,0.2107438,0.18181819,0.21487603,0.3140496,0.38842976,0.35123968,0.3264463,0.35950413,0.40495867,0.41322315,0.44214877,0.5041322,0.58264464,0.6859504,0.76859504,0.79752064,0.8016529,0.7892562,0.78099173,0.7355372,0.607438,0.49173555,0.45454547,0.3966942,0.3677686,0.32231405,0.3553719,0.4214876,0.45454547,0.3305785,0.2107438,0.15289256,0.14876033,0.1570248,0.23966943,0.338843,0.35123968,0.36363637,0.3429752,0.38016528,0.446281,0.45867768,0.45867768,0.47107437,0.41735536,0.23140496,0.17355372,0.21900827,0.6280992,0.6322314,0.61570245,0.59504133,0.5785124,0.57024795,0.5165289,0.46694216,0.44214877,0.44214877,0.45041323,0.4752066,0.5,0.45867768,0.40082645,0.3140496,0.2603306,0.22727273,0.2892562,0.38016528,0.42975205,0.39256197,0.36363637,0.36363637,0.44214877,0.49586776,0.5123967,0.55785125,0.62396693,0.69008267,0.7644628,0.8057851,0.8264463,0.8057851,0.79752064,0.75619835,0.6280992,0.5206612,0.4876033,0.4338843,0.38016528,0.3677686,0.38016528,0.45454547,0.48347107,0.38842976,0.2603306,0.19008264,0.2107438,0.21487603,0.29338843,0.3677686,0.35950413,0.37190083,0.37603307,0.3966942,0.45454547,0.47107437,0.46280992,0.46694216,0.42975205,0.24793388,0.22727273,0.30165288,0.6198347,0.6446281,0.6322314,0.60330576,0.58677685,0.5661157,0.56198347,0.58264464,0.61570245,0.61157024,0.59917355,0.607438,0.59917355,0.59090906,0.54545456,0.47107437,0.43801653,0.4090909,0.45041323,0.49173555,0.5165289,0.5,0.5123967,0.5247934,0.5495868,0.6280992,0.6404959,0.6487603,0.661157,0.69008267,0.74380165,0.7933884,0.8347107,0.8140496,0.8057851,0.7644628,0.6446281,0.5371901,0.5123967,0.5206612,0.49173555,0.45867768,0.45041323,0.47107437,0.5,0.46694216,0.41322315,0.37603307,0.38016528,0.38842976,0.42975205,0.446281,0.44214877,0.446281,0.45041323,0.4338843,0.42561984,0.45454547,0.46694216,0.47107437,0.44214877,0.28099173,0.338843,0.39256197,0.61570245,0.6487603,0.6570248,0.661157,0.6570248,0.6404959,0.6446281,0.69008267,0.6983471,0.6818182,0.661157,0.6487603,0.6322314,0.6280992,0.6198347,0.5785124,0.55785125,0.53305787,0.553719,0.55785125,0.5785124,0.59090906,0.6198347,0.6694215,0.69008267,0.7231405,0.7355372,0.7231405,0.7066116,0.70247936,0.7355372,0.78512394,0.8264463,0.822314,0.8057851,0.7768595,0.6528926,0.5371901,0.5165289,0.5123967,0.5206612,0.49586776,0.49586776,0.49173555,0.5123967,0.5165289,0.5082645,0.5082645,0.5,0.49586776,0.4876033,0.5123967,0.4752066,0.5082645,0.5123967,0.5,0.48347107,0.4876033,0.4876033,0.47933885,0.43801653,0.3553719,0.43801653,0.42975205,0.6280992,0.6652893,0.6859504,0.69008267,0.70247936,0.7231405,0.6983471,0.7066116,0.7066116,0.6818182,0.6652893,0.6446281,0.6198347,0.59917355,0.59090906,0.5785124,0.55785125,0.5413223,0.5371901,0.56198347,0.60330576,0.6570248,0.6735537,0.7066116,0.74380165,0.76033056,0.7644628,0.74793386,0.72727275,0.7107438,0.72727275,0.76859504,0.8181818,0.822314,0.80991733,0.78512394,0.62396693,0.5289256,0.5165289,0.5413223,0.5371901,0.5206612,0.5123967,0.5082645,0.5123967,0.5041322,0.4876033,0.49586776,0.49173555,0.4876033,0.48347107,0.5041322,0.5,0.5123967,0.5289256,0.5165289,0.5082645,0.5123967,0.49586776,0.49173555,0.44214877,0.38429752,0.46280992,0.45454547,0.6280992,0.677686,0.7107438,0.73140496,0.7355372,0.74793386,0.73140496,0.69008267,0.6735537,0.6735537,0.6404959,0.61157024,0.5785124,0.55785125,0.54545456,0.54545456,0.5495868,0.58677685,0.6280992,0.6363636,0.6859504,0.7066116,0.7231405,0.75206614,0.7768595,0.76859504,0.76859504,0.74793386,0.73140496,0.71487606,0.72727275,0.76033056,0.8057851,0.8264463,0.8016529,0.7768595,0.6198347,0.5206612,0.5206612,0.5661157,0.59090906,0.58264464,0.553719,0.5371901,0.5206612,0.5123967,0.4876033,0.47107437,0.46280992,0.46280992,0.45867768,0.4752066,0.5123967,0.5123967,0.5165289,0.5247934,0.5206612,0.5123967,0.5123967,0.4876033,0.45454547,0.4090909,0.46694216,0.48347107,0.6198347,0.6735537,0.7107438,0.75206614,0.75619835,0.76033056,0.76033056,0.7355372,0.70247936,0.6818182,0.677686,0.661157,0.6404959,0.6363636,0.6446281,0.6487603,0.6735537,0.6983471,0.7231405,0.7231405,0.74380165,0.77272725,0.7892562,0.79752064,0.7933884,0.77272725,0.76033056,0.74793386,0.72727275,0.7231405,0.72727275,0.75619835,0.8057851,0.822314,0.8140496,0.78099173,0.62396693,0.5082645,0.5123967,0.56198347,0.607438,0.6404959,0.6363636,0.60330576,0.57438016,0.5495868,0.5289256,0.49173555,0.49173555,0.5,0.4876033,0.49586776,0.5206612,0.5289256,0.5206612,0.5371901,0.53305787,0.5082645,0.5123967,0.49173555,0.46280992,0.40495867,0.49586776,0.48347107,0.6198347,0.6652893,0.7107438,0.73966944,0.76033056,0.78099173,0.78512394,0.77272725,0.74793386,0.74380165,0.74380165,0.76033056,0.75206614,0.74380165,0.74793386,0.75206614,0.75619835,0.77272725,0.7768595,0.7892562,0.79752064,0.80991733,0.80991733,0.8016529,0.78099173,0.76033056,0.74380165,0.73966944,0.7231405,0.71487606,0.7107438,0.73966944,0.8057851,0.8264463,0.8181818,0.77272725,0.6404959,0.5247934,0.5,0.53305787,0.57438016,0.6280992,0.677686,0.69008267,0.6694215,0.6446281,0.6198347,0.59504133,0.57024795,0.5661157,0.55785125,0.5495868,0.55785125,0.55785125,0.5661157,0.57024795,0.56198347,0.5289256,0.5123967,0.49586776,0.45454547,0.41322315,0.49173555,0.5165289,0.6198347,0.661157,0.7066116,0.74380165,0.77272725,0.7933884,0.79752064,0.8016529,0.8016529,0.8057851,0.7892562,0.8016529,0.8057851,0.79752064,0.7933884,0.79752064,0.8057851,0.80991733,0.80991733,0.8057851,0.8140496,0.80991733,0.79752064,0.7768595,0.75619835,0.73966944,0.73966944,0.72727275,0.7231405,0.7066116,0.70247936,0.7231405,0.8016529,0.8305785,0.8181818,0.78099173,0.6404959,0.5289256,0.49586776,0.5123967,0.5413223,0.58677685,0.6528926,0.69008267,0.70247936,0.6983471,0.6983471,0.6735537,0.6652893,0.6570248,0.6446281,0.6363636,0.6363636,0.6363636,0.62396693,0.61157024,0.58677685,0.54545456,0.5165289,0.49586776,0.446281,0.41322315,0.48347107,0.5247934,0.61157024,0.661157,0.7107438,0.74793386,0.76859504,0.7933884,0.80991733,0.8140496,0.822314,0.822314,0.8181818,0.8140496,0.8140496,0.80991733,0.80991733,0.80991733,0.8181818,0.8140496,0.8057851,0.8057851,0.8016529,0.79752064,0.7768595,0.76033056,0.74380165,0.72727275,0.7231405,0.73140496,0.71900827,0.7066116,0.7107438,0.7231405,0.8016529,0.838843,0.8181818,0.7933884,0.6652893,0.5247934,0.5,0.5123967,0.5289256,0.58264464,0.6198347,0.6652893,0.6818182,0.6942149,0.7107438,0.70247936,0.70247936,0.7107438,0.70247936,0.6942149,0.70247936,0.6942149,0.6859504,0.6570248,0.607438,0.553719,0.5247934,0.4876033,0.46694216,0.46280992,0.49173555,0.5,0.62396693,0.6694215,0.7066116,0.7355372,0.76859504,0.78512394,0.80991733,0.822314,0.8264463,0.8305785,0.8264463,0.822314,0.822314,0.80991733,0.80991733,0.80991733,0.80991733,0.8057851,0.79752064,0.79752064,0.8057851,0.79752064,0.78099173,0.76033056,0.73966944,0.7355372,0.72727275,0.7355372,0.7231405,0.7107438,0.7231405,0.73966944,0.8057851,0.838843,0.822314,0.7933884,0.69008267,0.5495868,0.49173555,0.5206612,0.5289256,0.553719,0.607438,0.6528926,0.6818182,0.69008267,0.7107438,0.71487606,0.7231405,0.72727275,0.72727275,0.7231405,0.72727275,0.72727275,0.71900827,0.69008267,0.607438,0.5413223,0.5082645,0.47933885,0.46694216,0.49173555,0.48347107,0.47933885,0.61157024,0.6735537,0.70247936,0.73966944,0.7644628,0.76859504,0.78099173,0.8016529,0.8264463,0.8305785,0.8305785,0.8305785,0.8181818,0.8016529,0.8057851,0.8057851,0.8057851,0.80991733,0.8057851,0.80991733,0.8057851,0.8057851,0.7933884,0.7644628,0.7355372,0.7355372,0.73966944,0.74380165,0.7355372,0.71487606,0.73140496,0.75206614,0.8057851,0.8347107,0.822314,0.7892562,0.6983471,0.56198347,0.5165289,0.49586776,0.5082645,0.5371901,0.58677685,0.6487603,0.6818182,0.69008267,0.70247936,0.7231405,0.7355372,0.75206614,0.74380165,0.7355372,0.73140496,0.71900827,0.7066116,0.6818182,0.61157024,0.5371901,0.5041322,0.47107437,0.45867768,0.47107437,0.47107437,0.4752066,0.59090906,0.6570248,0.69008267,0.7066116,0.7355372,0.7355372,0.75619835,0.77272725,0.8016529,0.822314,0.8264463,0.822314,0.8140496,0.79752064,0.8057851,0.80991733,0.8057851,0.80991733,0.80991733,0.8057851,0.8016529,0.7768595,0.75206614,0.7231405,0.7066116,0.7066116,0.7231405,0.73140496,0.73140496,0.71900827,0.72727275,0.7644628,0.8140496,0.8347107,0.822314,0.78512394,0.7066116,0.58264464,0.5206612,0.4876033,0.47933885,0.4876033,0.5413223,0.607438,0.6652893,0.69008267,0.7066116,0.72727275,0.73966944,0.75619835,0.75206614,0.73140496,0.71487606,0.6983471,0.677686,0.6487603,0.59090906,0.5413223,0.5,0.4752066,0.46280992,0.4876033,0.49173555,0.47107437,0.57024795,0.6404959,0.6652893,0.6652893,0.70247936,0.71487606,0.7355372,0.73966944,0.76859504,0.79752064,0.80991733,0.80991733,0.8016529,0.79752064,0.8016529,0.8016529,0.7892562,0.7892562,0.78512394,0.7768595,0.7355372,0.6859504,0.6404959,0.6446281,0.6942149,0.7066116,0.71900827,0.7355372,0.7355372,0.71900827,0.73140496,0.7768595,0.822314,0.8347107,0.8140496,0.78512394,0.71900827,0.61157024,0.5247934,0.49173555,0.5041322,0.446281,0.4752066,0.5495868,0.6280992,0.6694215,0.70247936,0.71487606,0.72727275,0.74793386,0.73966944,0.7355372,0.71487606,0.6942149,0.6652893,0.6404959,0.59504133,0.5413223,0.49173555,0.46694216,0.47933885,0.5123967,0.5041322,0.45454547,0.54545456,0.60330576,0.6404959,0.6404959,0.6735537,0.6859504,0.6942149,0.71487606,0.7355372,0.76033056,0.77272725,0.78099173,0.7892562,0.7768595,0.78512394,0.76859504,0.75619835,0.74380165,0.7107438,0.6694215,0.59917355,0.53305787,0.5785124,0.6404959,0.6942149,0.70247936,0.71900827,0.7355372,0.73966944,0.7231405,0.74793386,0.8016529,0.8347107,0.8305785,0.80991733,0.78099173,0.72727275,0.6363636,0.553719,0.5082645,0.5371901,0.47933885,0.4338843,0.4752066,0.5661157,0.61157024,0.6570248,0.6942149,0.70247936,0.72727275,0.71487606,0.7066116,0.7107438,0.6859504,0.6570248,0.62396693,0.58677685,0.53305787,0.49586776,0.446281,0.48347107,0.5165289,0.5,0.42561984,0.5289256,0.56198347,0.61157024,0.6280992,0.6404959,0.6652893,0.6818182,0.6859504,0.70247936,0.71900827,0.73140496,0.73966944,0.74793386,0.74793386,0.71900827,0.6983471,0.69008267,0.6652893,0.61157024,0.5495868,0.4752066,0.446281,0.56198347,0.6363636,0.6942149,0.71487606,0.72727275,0.73140496,0.72727275,0.7231405,0.7644628,0.8181818,0.838843,0.80991733,0.78099173,0.77272725,0.73966944,0.6446281,0.54545456,0.5123967,0.5413223,0.5371901,0.4214876,0.41322315,0.49173555,0.55785125,0.61157024,0.6528926,0.661157,0.6859504,0.69008267,0.6694215,0.661157,0.6446281,0.6198347,0.59090906,0.553719,0.5165289,0.46694216,0.45041323,0.45867768,0.49586776,0.46694216,0.41735536,0.5082645,0.53305787,0.57024795,0.61157024,0.6280992,0.6404959,0.6570248,0.6652893,0.6735537,0.677686,0.6983471,0.71487606,0.7066116,0.6942149,0.6694215,0.6404959,0.6198347,0.57438016,0.5165289,0.45867768,0.40495867,0.41322315,0.53305787,0.6322314,0.6818182,0.6942149,0.6983471,0.69008267,0.6983471,0.7066116,0.73140496,0.78099173,0.7892562,0.77272725,0.74380165,0.73966944,0.70247936,0.6198347,0.5206612,0.49173555,0.5165289,0.5413223,0.4338843,0.36363637,0.4090909,0.49173555,0.553719,0.60330576,0.6322314,0.6487603,0.6487603,0.6446281,0.62396693,0.60330576,0.58677685,0.55785125,0.5247934,0.5,0.45041323,0.44214877,0.42561984,0.44214877,0.43801653,0.4090909,0.5041322,0.5123967,0.5413223,0.57438016,0.61157024,0.61570245,0.6322314,0.6363636,0.6446281,0.6528926,0.661157,0.6735537,0.6735537,0.6528926,0.6322314,0.58677685,0.553719,0.49586776,0.446281,0.40082645,0.38842976,0.4214876,0.5165289,0.58677685,0.61157024,0.59090906,0.58264464,0.58264464,0.59917355,0.6280992,0.6570248,0.6983471,0.7066116,0.70247936,0.69008267,0.6735537,0.6280992,0.553719,0.4752066,0.45041323,0.46280992,0.49586776,0.4338843,0.34710744,0.3553719,0.42975205,0.5,0.54545456,0.57024795,0.59917355,0.59504133,0.59504133,0.58677685,0.56198347,0.54545456,0.5165289,0.49586776,0.46694216,0.45041323,0.4214876,0.3677686,0.3966942,0.3966942,0.40082645,0.49586776,0.5041322,0.5247934,0.5371901,0.57024795,0.57438016,0.61157024,0.60330576,0.61157024,0.6198347,0.6198347,0.6280992,0.6198347,0.59504133,0.5785124,0.5371901,0.48347107,0.42975205,0.38429752,0.38016528,0.41735536,0.47933885,0.5247934,0.5123967,0.47933885,0.4090909,0.3553719,0.38016528,0.446281,0.49173555,0.5413223,0.5661157,0.59090906,0.58264464,0.59917355,0.5785124,0.5247934,0.45867768,0.40082645,0.37190083,0.38016528,0.42561984,0.42975205,0.38429752,0.3305785,0.36363637,0.4338843,0.48347107,0.5082645,0.5413223,0.5495868,0.5495868,0.5371901,0.5206612,0.5041322,0.48347107,0.47107437,0.446281,0.4338843,0.37603307,0.34710744,0.37190083,0.39256197,0.3966942,0.49173555,0.48347107,0.49586776,0.5082645,0.5123967,0.5413223,0.55785125,0.5661157,0.57024795,0.5785124,0.59090906,0.5785124,0.55785125,0.5289256,0.5082645,0.47107437,0.4338843,0.37603307,0.36363637,0.39256197,0.46694216,0.5413223,0.58264464,0.54545456,0.4090909,0.3140496,0.24380165,0.23966943,0.3140496,0.3677686,0.40495867,0.42561984,0.446281,0.43801653,0.46694216,0.45867768,0.41322315,0.34710744,0.28099173,0.28512397,0.3305785,0.4214876,0.44214877,0.4214876,0.35950413,0.338843,0.3677686,0.4214876,0.45454547,0.4752066,0.5,0.48347107,0.49586776,0.4752066,0.45867768,0.44214877,0.44214877,0.4338843,0.4090909,0.38016528,0.38016528,0.38842976,0.40082645,0.40082645,0.4876033,0.46694216,0.46280992,0.47107437,0.46694216,0.48347107,0.5,0.5247934,0.5371901,0.53305787,0.5413223,0.5206612,0.49173555,0.46280992,0.44214877,0.40495867,0.36363637,0.34710744,0.36363637,0.4338843,0.5123967,0.5661157,0.59917355,0.5785124,0.43801653,0.3429752,0.28099173,0.27272728,0.2603306,0.28512397,0.30991736,0.3264463,0.33471075,0.33471075,0.3553719,0.33471075,0.32231405,0.27272728,0.2768595,0.30991736,0.38429752,0.42975205,0.44214877,0.42975205,0.40495867,0.33471075,0.34710744,0.35950413,0.38842976,0.40495867,0.4338843,0.44214877,0.44214877,0.4338843,0.42975205,0.4214876,0.41322315,0.39256197,0.40082645,0.38429752,0.38842976,0.39256197,0.41322315,0.3966942,0.47933885,0.46280992,0.43801653,0.41735536,0.4090909,0.42561984,0.46694216,0.46280992,0.4876033,0.47933885,0.47933885,0.46280992,0.4338843,0.40495867,0.37603307,0.34710744,0.3305785,0.34710744,0.38842976,0.46280992,0.553719,0.58264464,0.58677685,0.58264464,0.5123967,0.41322315,0.35123968,0.3140496,0.29338843,0.2768595,0.2768595,0.28099173,0.28099173,0.2892562,0.29338843,0.28512397,0.2892562,0.3305785,0.33471075,0.37190083,0.38429752,0.40495867,0.42975205,0.43801653,0.41735536,0.38016528,0.34710744,0.338843,0.3264463,0.3429752,0.37190083,0.38842976,0.4090909,0.3966942,0.3966942,0.38842976,0.38429752,0.38016528,0.38016528,0.38842976,0.38842976,0.40082645,0.40495867,0.40495867,0.47107437,0.446281,0.44214877,0.4090909,0.39256197,0.39256197,0.42561984,0.4338843,0.45867768,0.45041323,0.42561984,0.41322315,0.38429752,0.35123968,0.3305785,0.33471075,0.33471075,0.38429752,0.4338843,0.5247934,0.58677685,0.607438,0.59504133,0.5785124,0.55785125,0.5082645,0.4338843,0.3677686,0.33471075,0.30165288,0.29338843,0.29338843,0.2892562,0.2768595,0.30165288,0.3181818,0.35123968,0.37603307,0.37603307,0.38429752,0.38429752,0.38429752,0.4214876,0.446281,0.4214876,0.4090909,0.37190083,0.37190083,0.3305785,0.30165288,0.3181818,0.35123968,0.36363637,0.37603307,0.35950413,0.37190083,0.3677686,0.37190083,0.37603307,0.38429752,0.3966942,0.40082645,0.40495867,0.38842976,0.46280992,0.45041323,0.45454547,0.42975205,0.39256197,0.38429752,0.40082645,0.4214876,0.44214877,0.42561984,0.3966942,0.38016528,0.33471075,0.30578512,0.30578512,0.34710744,0.36363637,0.45454547,0.5082645,0.5785124,0.58677685,0.59090906,0.61157024,0.58677685,0.5661157,0.5661157,0.5165289,0.46280992,0.41322315,0.37190083,0.338843,0.3140496,0.30991736,0.30578512,0.3305785,0.3677686,0.38842976,0.38429752,0.38842976,0.38842976,0.3966942,0.40495867,0.42561984,0.446281,0.4338843,0.42975205,0.4090909,0.42975205,0.38016528,0.30991736,0.28512397,0.32231405,0.338843,0.35123968,0.35950413,0.35950413,0.35950413,0.37190083,0.38016528,0.39256197,0.40082645,0.39256197,0.40495867,0.39256197,0.45454547,0.47107437,0.45454547,0.446281,0.41735536,0.40495867,0.40495867,0.42975205,0.43801653,0.4214876,0.39256197,0.36363637,0.3140496,0.30578512,0.3181818,0.35950413,0.4090909,0.49586776,0.5289256,0.57438016,0.5785124,0.57024795,0.59504133,0.58264464,0.5661157,0.59090906,0.5661157,0.5289256,0.48347107,0.44214877,0.37603307,0.338843,0.3181818,0.30165288,0.338843,0.37190083,0.40082645,0.38016528,0.39256197,0.40082645,0.4090909,0.40495867,0.41322315,0.41735536,0.4338843,0.42975205,0.44214877,0.46280992,0.43801653,0.38429752,0.30578512,0.32231405,0.3677686,0.37190083,0.3677686,0.3677686,0.35950413,0.37603307,0.38016528,0.38429752,0.3966942,0.39256197,0.40495867,0.39256197,0.42561984,0.45454547,0.47107437,0.45867768,0.44214877,0.4338843,0.42561984,0.45041323,0.45454547,0.43801653,0.41322315,0.36363637,0.3181818,0.3181818,0.3429752,0.35950413,0.38429752,0.4214876,0.46280992,0.53305787,0.54545456,0.5413223,0.5785124,0.58264464,0.56198347,0.58677685,0.58677685,0.56198347,0.5206612,0.48347107,0.41735536,0.3677686,0.34710744,0.32231405,0.34710744,0.37603307,0.3966942,0.38842976,0.40082645,0.41735536,0.41735536,0.40082645,0.38842976,0.38429752,0.4090909,0.40495867,0.42975205,0.47107437,0.44214877,0.41735536,0.35950413,0.3677686,0.40082645,0.39256197,0.37603307,0.36363637,0.38016528,0.3677686,0.38429752,0.38842976,0.39256197,0.39256197,0.40082645,0.38842976,0.38842976,0.4338843,0.46694216,0.46694216,0.47107437,0.46280992,0.44214877,0.46694216,0.4752066,0.47107437,0.43801653,0.40495867,0.338843,0.3429752,0.37190083,0.37190083,0.37190083,0.3677686,0.3966942,0.45041323,0.5165289,0.5247934,0.56198347,0.57438016,0.57438016,0.57024795,0.56198347,0.5495868,0.53305787,0.5041322,0.45867768,0.42561984,0.40495867,0.38016528,0.37190083,0.38842976,0.38429752,0.40082645,0.4090909,0.41322315,0.4090909,0.39256197,0.37190083,0.3553719,0.35123968,0.3553719,0.3677686,0.4090909,0.41322315,0.4214876,0.41322315,0.4090909,0.41735536,0.38842976,0.38016528,0.37190083,0.38429752,0.37190083,0.38429752,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.3553719,0.40495867,0.45454547,0.4752066,0.47933885,0.47933885,0.46694216,0.46280992,0.48347107,0.48347107,0.47933885,0.46280992,0.38842976,0.40082645,0.40082645,0.40082645,0.39256197,0.37190083,0.34710744,0.34710744,0.40082645,0.446281,0.4752066,0.5,0.53305787,0.5413223,0.5413223,0.53305787,0.54545456,0.5289256,0.5206612,0.4876033,0.46694216,0.44214877,0.41322315,0.40495867,0.3966942,0.40082645,0.38429752,0.38429752,0.34710744,0.33471075,0.29338843,0.26859504,0.2644628,0.30578512,0.338843,0.38016528,0.4214876,0.42561984,0.45041323,0.42975205,0.41735536,0.38016528,0.37190083,0.38016528,0.37603307,0.37603307,0.39256197,0.3966942,0.3966942,0.3966942,0.38842976,0.38429752,0.338843,0.37190083,0.42561984,0.46280992,0.4752066,0.48347107,0.47107437,0.46694216,0.4752066,0.4876033,0.5,0.5206612,0.49586776,0.46280992,0.45454547,0.45041323,0.45041323,0.446281,0.41322315,0.36363637,0.30165288,0.28099173,0.35123968,0.37603307,0.3966942,0.42561984,0.45867768,0.46694216,0.4876033,0.49586776,0.5082645,0.4876033,0.46694216,0.446281,0.40082645,0.37603307,0.3429752,0.338843,0.3140496,0.338843,0.23140496,0.20661157,0.20661157,0.2520661,0.30165288,0.34710744,0.38016528,0.40495867,0.42561984,0.44214877,0.47107437,0.4338843,0.41322315,0.37603307,0.37190083,0.38016528,0.36363637,0.38429752,0.38429752,0.39256197,0.3966942,0.39256197,0.39256197,0.39256197,0.33471075,0.32231405,0.38429752,0.4338843,0.45454547,0.4752066,0.48347107,0.45454547,0.46280992,0.47933885,0.5082645,0.53305787,0.5661157,0.54545456,0.5123967,0.5,0.5123967,0.5289256,0.5371901,0.54545456,0.4876033,0.35950413,0.35123968,0.3553719,0.3140496,0.35123968,0.37603307,0.3553719,0.37603307,0.4090909,0.4214876,0.4090909,0.40082645,0.3966942,0.36363637,0.3305785,0.26859504,0.23140496,0.2892562,0.28512397,0.19421488,0.23966943,0.3264463,0.38842976,0.39256197,0.40082645,0.4090909,0.42975205,0.43801653,0.45454547,0.4752066,0.42561984,0.40082645,0.38016528,0.36363637,0.3553719,0.38429752,0.38842976,0.38016528,0.40082645,0.38842976,0.39256197,0.39256197,0.38842976,0.2892562,0.28512397,0.35123968,0.40082645,0.43801653,0.45454547,0.46694216,0.46280992,0.45041323,0.45041323,0.4752066,0.5123967,0.55785125,0.57438016,0.5413223,0.53305787,0.54545456,0.5661157,0.59090906,0.607438,0.6322314,0.62396693,0.5206612,0.42561984,0.36363637,0.38429752,0.4090909,0.35950413,0.37603307,0.4214876,0.42561984,0.39256197,0.41322315,0.41735536,0.38842976,0.3305785,0.2520661,0.19421488,0.21900827,0.27272728,0.29338843,0.35123968,0.42561984,0.4338843,0.42975205,0.42561984,0.41735536,0.42975205,0.45867768,0.45041323,0.45867768,0.41322315,0.38429752,0.37603307,0.338843,0.30578512,0.36363637,0.39256197,0.39256197,0.38842976,0.39256197,0.39256197,0.38842976,0.38842976,0.20661157,0.30991736,0.33471075,0.34710744,0.40082645,0.42975205,0.45041323,0.45454547,0.45867768,0.43801653,0.446281,0.4876033,0.5206612,0.553719,0.54545456,0.5413223,0.5661157,0.59090906,0.607438,0.61570245,0.6198347,0.6280992,0.6487603,0.607438,0.5206612,0.47933885,0.47933885,0.446281,0.44214877,0.47107437,0.47107437,0.45041323,0.42975205,0.43801653,0.38842976,0.35123968,0.338843,0.33471075,0.33471075,0.33471075,0.38016528,0.38842976,0.44214877,0.446281,0.45041323,0.446281,0.44214877,0.4338843,0.45041323,0.45867768,0.41735536,0.39256197,0.38016528,0.36363637,0.29752067,0.20661157,0.30578512,0.37603307,0.38842976,0.38842976,0.38842976,0.39256197,0.38842976,0.38429752,0.1446281,0.3181818,0.40082645,0.3264463,0.34710744,0.3966942,0.42975205,0.446281,0.45454547,0.4338843,0.43801653,0.46694216,0.48347107,0.53305787,0.5371901,0.57438016,0.59917355,0.61157024,0.6280992,0.6280992,0.6280992,0.6280992,0.6198347,0.61157024,0.62396693,0.62396693,0.62396693,0.6404959,0.6487603,0.6363636,0.60330576,0.57438016,0.5661157,0.5371901,0.5247934,0.5123967,0.5,0.4752066,0.43801653,0.42561984,0.40082645,0.40495867,0.44214877,0.46280992,0.46694216,0.45867768,0.45867768,0.45454547,0.446281,0.45041323,0.38842976,0.38016528,0.3677686,0.3305785,0.22727273,0.16115703,0.21900827,0.35123968,0.38842976,0.38429752,0.38429752,0.38429752,0.39256197,0.38016528,0.10743801,0.29752067,0.45867768,0.37190083,0.3140496,0.36363637,0.38842976,0.42975205,0.42561984,0.42561984,0.42561984,0.446281,0.46280992,0.5082645,0.5495868,0.5661157,0.607438,0.6198347,0.61157024,0.62396693,0.6322314,0.62396693,0.61157024,0.59504133,0.59504133,0.6198347,0.6487603,0.69008267,0.7231405,0.7107438,0.6694215,0.6487603,0.6487603,0.6280992,0.61157024,0.58677685,0.5661157,0.5289256,0.47933885,0.446281,0.41735536,0.42561984,0.44214877,0.46280992,0.4752066,0.46280992,0.45867768,0.45867768,0.45041323,0.4338843,0.38429752,0.38016528,0.3677686,0.2644628,0.1694215,0.15289256,0.17355372,0.29752067,0.37603307,0.38842976,0.38016528,0.37603307,0.38842976,0.38016528,0.08677686,0.27272728,0.47933885,0.45041323,0.33471075,0.338843,0.3553719,0.4090909,0.41322315,0.42561984,0.4214876,0.4338843,0.45041323,0.49173555,0.5413223,0.5495868,0.59090906,0.60330576,0.61157024,0.61157024,0.6198347,0.61157024,0.60330576,0.58677685,0.5785124,0.5661157,0.5785124,0.59504133,0.59917355,0.59504133,0.57438016,0.553719,0.56198347,0.56198347,0.553719,0.5371901,0.5082645,0.49586776,0.46280992,0.4338843,0.41735536,0.42975205,0.446281,0.46694216,0.47107437,0.46280992,0.46280992,0.45867768,0.43801653,0.41735536,0.38016528,0.3966942,0.3264463,0.16528925,0.1322314,0.14049587,0.1570248,0.23140496,0.35950413,0.3677686,0.39256197,0.38842976,0.38842976,0.39256197,0.07438017,0.22727273,0.48347107,0.49586776,0.40495867,0.3305785,0.32231405,0.3677686,0.40082645,0.4214876,0.4338843,0.4214876,0.44214877,0.49173555,0.5289256,0.54545456,0.5785124,0.59504133,0.59917355,0.607438,0.61570245,0.607438,0.59504133,0.58677685,0.57024795,0.5413223,0.5247934,0.5247934,0.5247934,0.5041322,0.4876033,0.46280992,0.46280992,0.46280992,0.45454547,0.45454547,0.44214877,0.4338843,0.42561984,0.41735536,0.41322315,0.4338843,0.43801653,0.47933885,0.46694216,0.46694216,0.45867768,0.45454547,0.42561984,0.38842976,0.38842976,0.37603307,0.24793388,0.09090909,0.10330579,0.13636364,0.16528925,0.1983471,0.2644628,0.3429752,0.37190083,0.37603307,0.38429752,0.37603307,0.05785124,0.20661157,0.47107437,0.5,0.45867768,0.35950413,0.3140496,0.338843,0.38016528,0.41322315,0.4338843,0.44214877,0.45041323,0.4876033,0.5041322,0.5289256,0.55785125,0.5785124,0.60330576,0.60330576,0.60330576,0.60330576,0.59090906,0.58264464,0.56198347,0.5206612,0.5082645,0.4876033,0.48347107,0.45867768,0.45041323,0.446281,0.44214877,0.4214876,0.4214876,0.4214876,0.41735536,0.40082645,0.3966942,0.41322315,0.4214876,0.43801653,0.43801653,0.46694216,0.45454547,0.46694216,0.45454547,0.43801653,0.4090909,0.37603307,0.38429752,0.34710744,0.15289256,0.07438017,0.09090909,0.13636364,0.1570248,0.18181819,0.18595041,0.1983471,0.2603306,0.3140496,0.3264463,0.35950413,0.0661157,0.19421488,0.46280992,0.5082645,0.48347107,0.41322315,0.3264463,0.3181818,0.38016528,0.4090909,0.45041323,0.446281,0.45041323,0.48347107,0.5082645,0.5123967,0.5413223,0.56198347,0.59917355,0.60330576,0.59504133,0.58677685,0.57438016,0.57024795,0.5495868,0.5247934,0.5165289,0.45867768,0.44214877,0.41322315,0.41735536,0.42975205,0.42975205,0.4214876,0.4214876,0.41322315,0.3966942,0.3966942,0.38429752,0.41322315,0.42561984,0.43801653,0.43801653,0.46694216,0.45867768,0.46280992,0.44214877,0.42975205,0.3966942,0.38016528,0.38842976,0.3677686,0.1322314,0.07438017,0.08677686,0.13636364,0.16528925,0.17355372,0.18595041,0.17768595,0.16528925,0.1983471,0.22727273,0.27272728,0.0785124,0.18595041,0.46280992,0.5082645,0.5082645,0.45454547,0.37190083,0.30578512,0.33471075,0.4090909,0.44214877,0.45867768,0.45454547,0.47107437,0.49586776,0.5082645,0.5206612,0.54545456,0.59090906,0.59504133,0.59917355,0.58264464,0.57438016,0.55785125,0.5495868,0.53305787,0.53305787,0.49173555,0.46280992,0.43801653,0.42561984,0.41735536,0.40495867,0.39256197,0.40495867,0.42561984,0.41322315,0.3966942,0.3966942,0.4338843,0.43801653,0.42975205,0.446281,0.45867768,0.46280992,0.46694216,0.4338843,0.40495867,0.37603307,0.38016528,0.40495867,0.3966942,0.18181819,0.06198347,0.10743801,0.13636364,0.14049587,0.17355372,0.19421488,0.19421488,0.1694215,0.17355372,0.17768595,0.17768595,0.07024793,0.2107438,0.45867768,0.5,0.5165289,0.5,0.4338843,0.3553719,0.29752067,0.3429752,0.40082645,0.45041323,0.46694216,0.46694216,0.49173555,0.5123967,0.5289256,0.5413223,0.57438016,0.59917355,0.59090906,0.59090906,0.57438016,0.55785125,0.5289256,0.5371901,0.5247934,0.5,0.4876033,0.46280992,0.446281,0.4214876,0.40082645,0.3966942,0.40082645,0.4090909,0.41322315,0.3966942,0.41322315,0.43801653,0.446281,0.446281,0.45867768,0.46280992,0.46280992,0.46280992,0.4214876,0.39256197,0.3677686,0.38016528,0.42561984,0.4214876,0.21900827,0.07438017,0.08677686,0.1322314,0.15289256,0.17768595,0.19421488,0.19008264,0.18181819,0.17355372,0.16115703,0.18181819,0.049586777,0.28512397,0.45867768,0.49173555,0.5123967,0.5247934,0.4876033,0.41735536,0.3264463,0.30165288,0.34710744,0.42561984,0.45454547,0.47107437,0.49173555,0.5082645,0.5247934,0.5371901,0.5785124,0.59090906,0.607438,0.61157024,0.58677685,0.5661157,0.5413223,0.5289256,0.5247934,0.5041322,0.49173555,0.4752066,0.45867768,0.446281,0.42975205,0.41322315,0.40082645,0.40495867,0.41322315,0.43801653,0.42561984,0.45867768,0.46280992,0.47107437,0.48347107,0.4752066,0.46280992,0.43801653,0.41735536,0.37190083,0.36363637,0.40495867,0.446281,0.41735536,0.20661157,0.07438017,0.07438017,0.13636364,0.16115703,0.18595041,0.19008264,0.19421488,0.18181819,0.17768595,0.1570248,0.18595041,0.07438017,0.3966942,0.47933885,0.47933885,0.5041322,0.53305787,0.53305787,0.4752066,0.3966942,0.3140496,0.2892562,0.3677686,0.4090909,0.45454547,0.4876033,0.5,0.5165289,0.53305787,0.56198347,0.59090906,0.60330576,0.61157024,0.60330576,0.59090906,0.57438016,0.56198347,0.553719,0.553719,0.5371901,0.5371901,0.5165289,0.5123967,0.47933885,0.47107437,0.4338843,0.44214877,0.446281,0.45867768,0.47933885,0.4876033,0.4876033,0.49173555,0.5041322,0.4752066,0.45454547,0.41735536,0.3966942,0.338843,0.40082645,0.44214877,0.45454547,0.4090909,0.21487603,0.0785124,0.09917355,0.12809917,0.15289256,0.19008264,0.19008264,0.19421488,0.17355372,0.16528925,0.14876033,0.18181819,0.12809917,0.43801653,0.48347107,0.48347107,0.5,0.53305787,0.5495868,0.5165289,0.45041323,0.38016528,0.30991736,0.27272728,0.3553719,0.38842976,0.43801653,0.47933885,0.5123967,0.5371901,0.553719,0.57438016,0.57024795,0.60330576,0.6322314,0.6363636,0.6198347,0.6198347,0.61570245,0.61157024,0.59917355,0.60330576,0.5785124,0.57024795,0.5371901,0.5289256,0.5371901,0.5413223,0.5247934,0.53305787,0.5165289,0.5289256,0.5206612,0.5206612,0.5082645,0.4752066,0.4338843,0.3966942,0.3553719,0.37603307,0.44214877,0.44214877,0.446281,0.4090909,0.20247933,0.08264463,0.09504132,0.13636364,0.15289256,0.18595041,0.20247933,0.1983471,0.16528925,0.14876033,0.1570248,0.17355372,0.1570248,0.45454547,0.5,0.4752066,0.5041322,0.53305787,0.5495868,0.5371901,0.49586776,0.44214877,0.37603307,0.28512397,0.24793388,0.32231405,0.37603307,0.43801653,0.4752066,0.5041322,0.53305787,0.54545456,0.55785125,0.59090906,0.6404959,0.661157,0.6735537,0.661157,0.6487603,0.6363636,0.6280992,0.6322314,0.59090906,0.55785125,0.53305787,0.5289256,0.553719,0.5495868,0.5495868,0.55785125,0.57438016,0.55785125,0.5495868,0.5289256,0.5,0.46694216,0.41322315,0.37190083,0.37603307,0.42975205,0.44214877,0.446281,0.44214877,0.39256197,0.1983471,0.07438017,0.09917355,0.1322314,0.16528925,0.1983471,0.1983471,0.20661157,0.16528925,0.14049587,0.14876033,0.16528925,0.21900827,0.45867768,0.5041322,0.46694216,0.5041322,0.5206612,0.5495868,0.5413223,0.5206612,0.48347107,0.4214876,0.3677686,0.28512397,0.23553719,0.28512397,0.35950413,0.42561984,0.45867768,0.5,0.5247934,0.5371901,0.57024795,0.60330576,0.6446281,0.677686,0.6735537,0.6570248,0.6528926,0.61570245,0.6198347,0.58677685,0.5289256,0.5165289,0.5165289,0.5413223,0.54545456,0.553719,0.56198347,0.5785124,0.57024795,0.5495868,0.5371901,0.4752066,0.43801653,0.38429752,0.3677686,0.42561984,0.45041323,0.44214877,0.44214877,0.43801653,0.3677686,0.17768595,0.0785124,0.11570248,0.14876033,0.17355372,0.20247933,0.20661157,0.2107438,0.17768595,0.14876033,0.14876033,0.1694215,0.24380165,0.47107437,0.5,0.4876033,0.49173555,0.5206612,0.54545456,0.553719,0.5371901,0.5041322,0.46694216,0.41322315,0.34710744,0.29338843,0.24380165,0.27272728,0.338843,0.3966942,0.45041323,0.4876033,0.5041322,0.53305787,0.56198347,0.59504133,0.6322314,0.6404959,0.6322314,0.6280992,0.607438,0.58677685,0.56198347,0.5165289,0.4876033,0.49586776,0.5206612,0.5371901,0.54545456,0.55785125,0.553719,0.553719,0.53305787,0.49173555,0.446281,0.39256197,0.3553719,0.38429752,0.44214877,0.45041323,0.43801653,0.4338843,0.4214876,0.3305785,0.14876033,0.0785124,0.12396694,0.17355372,0.18595041,0.20247933,0.20661157,0.20661157,0.16115703,0.1446281,0.16528925,0.16528925,0.23966943,0.47933885,0.5041322,0.49173555,0.5,0.49586776,0.54545456,0.5495868,0.5495868,0.5206612,0.5,0.44214877,0.40082645,0.338843,0.2768595,0.23553719,0.2520661,0.30991736,0.37190083,0.4338843,0.4752066,0.5082645,0.5247934,0.5495868,0.57438016,0.58264464,0.59504133,0.58677685,0.57438016,0.5495868,0.5247934,0.5,0.46280992,0.47107437,0.5,0.5206612,0.5289256,0.5413223,0.53305787,0.49586776,0.4752066,0.4338843,0.4090909,0.37190083,0.37190083,0.41735536,0.45041323,0.45454547,0.4338843,0.4214876,0.40495867,0.27272728,0.10330579,0.08677686,0.13636364,0.17355372,0.19421488,0.19008264,0.20247933,0.1983471,0.1694215,0.14876033,0.1694215,0.1694215,0.22727273,0.4876033,0.5165289,0.4876033,0.49586776,0.49586776,0.5206612,0.56198347,0.55785125,0.553719,0.5123967,0.4752066,0.42561984,0.38429752,0.30991736,0.26859504,0.24793388,0.25619835,0.2892562,0.36363637,0.41735536,0.46694216,0.46280992,0.4876033,0.5165289,0.5206612,0.5495868,0.5413223,0.5247934,0.5041322,0.47933885,0.48347107,0.47107437,0.46694216,0.49173555,0.5041322,0.5041322,0.49586776,0.4752066,0.4338843,0.3966942,0.40495867,0.34710744,0.37190083,0.4090909,0.4338843,0.45041323,0.44214877,0.4214876,0.41735536,0.38016528,0.17768595,0.09090909,0.09504132,0.1570248,0.17768595,0.19421488,0.1983471,0.20661157,0.19421488,0.16528925,0.17768595,0.16115703,0.15289256,2 +0.6280992,0.6652893,0.6859504,0.6942149,0.71900827,0.73140496,0.75206614,0.76859504,0.7768595,0.78099173,0.78512394,0.7933884,0.80991733,0.822314,0.8264463,0.8264463,0.8305785,0.8305785,0.8347107,0.8347107,0.8305785,0.8305785,0.8181818,0.80991733,0.8140496,0.8140496,0.8016529,0.79752064,0.79752064,0.78512394,0.76859504,0.75619835,0.75619835,0.76033056,0.7644628,0.76859504,0.76033056,0.76859504,0.77272725,0.7768595,0.78512394,0.78099173,0.79752064,0.78099173,0.76859504,0.7644628,0.74380165,0.7066116,0.6983471,0.6735537,0.6446281,0.61570245,0.58264464,0.5413223,0.5206612,0.5041322,0.47107437,0.3553719,0.21487603,0.1694215,0.17355372,0.15289256,0.18181819,0.18595041,0.6363636,0.6528926,0.69008267,0.6942149,0.71900827,0.74380165,0.76033056,0.77272725,0.78099173,0.78512394,0.7892562,0.7933884,0.80991733,0.8181818,0.822314,0.822314,0.822314,0.822314,0.822314,0.8264463,0.8181818,0.822314,0.8140496,0.8057851,0.8057851,0.8057851,0.79752064,0.79752064,0.79752064,0.7892562,0.7644628,0.75206614,0.75619835,0.76033056,0.76859504,0.76859504,0.77272725,0.7768595,0.77272725,0.76859504,0.7768595,0.78099173,0.7933884,0.78099173,0.76859504,0.76033056,0.7355372,0.7066116,0.69008267,0.6652893,0.6404959,0.607438,0.5785124,0.5371901,0.5165289,0.5,0.4752066,0.35950413,0.21900827,0.14876033,0.1570248,0.16115703,0.15289256,0.19421488,0.6446281,0.661157,0.6818182,0.6942149,0.7355372,0.74793386,0.7644628,0.7768595,0.7768595,0.78099173,0.78512394,0.7892562,0.79752064,0.8057851,0.8057851,0.8016529,0.8016529,0.7933884,0.7933884,0.79752064,0.7892562,0.7933884,0.7892562,0.78512394,0.78512394,0.78512394,0.78099173,0.7768595,0.76859504,0.7644628,0.75206614,0.75206614,0.75619835,0.76033056,0.7644628,0.7644628,0.7768595,0.77272725,0.76859504,0.7644628,0.7644628,0.76859504,0.78099173,0.7644628,0.74380165,0.7355372,0.7107438,0.6942149,0.6735537,0.6487603,0.6322314,0.59917355,0.5661157,0.5371901,0.5247934,0.5,0.4752066,0.36363637,0.2107438,0.1570248,0.15289256,0.1446281,0.17768595,0.20247933,0.6652893,0.6694215,0.6983471,0.7066116,0.73140496,0.76033056,0.7644628,0.77272725,0.7768595,0.78099173,0.78099173,0.7892562,0.78512394,0.78512394,0.78099173,0.77272725,0.77272725,0.75619835,0.75206614,0.75206614,0.74793386,0.74380165,0.74793386,0.75619835,0.75619835,0.73966944,0.74380165,0.73140496,0.71487606,0.7107438,0.71487606,0.7355372,0.74380165,0.74793386,0.73966944,0.74380165,0.76033056,0.76033056,0.74793386,0.74380165,0.74380165,0.73966944,0.74380165,0.73140496,0.6942149,0.6942149,0.6735537,0.6570248,0.6404959,0.62396693,0.61157024,0.58677685,0.5495868,0.53305787,0.5247934,0.5123967,0.48347107,0.3553719,0.1983471,0.14876033,0.13636364,0.14876033,0.14049587,0.20247933,0.661157,0.6859504,0.71487606,0.7231405,0.7355372,0.75619835,0.7644628,0.76859504,0.77272725,0.77272725,0.77272725,0.7768595,0.7644628,0.76033056,0.75206614,0.74380165,0.74793386,0.7355372,0.7231405,0.71900827,0.71900827,0.6942149,0.6983471,0.70247936,0.6983471,0.71487606,0.69008267,0.6983471,0.677686,0.6652893,0.6859504,0.7066116,0.71487606,0.71900827,0.7107438,0.7107438,0.7231405,0.72727275,0.71487606,0.7107438,0.6942149,0.6859504,0.6818182,0.6735537,0.6363636,0.6446281,0.62396693,0.61570245,0.60330576,0.59504133,0.58677685,0.5785124,0.5495868,0.5371901,0.5289256,0.5123967,0.48347107,0.3429752,0.19421488,0.13636364,0.13636364,0.14049587,0.13636364,0.18181819,0.6528926,0.6818182,0.71487606,0.7231405,0.73966944,0.75206614,0.75619835,0.75206614,0.74793386,0.74380165,0.73140496,0.72727275,0.7231405,0.71900827,0.70247936,0.69008267,0.6859504,0.6735537,0.6652893,0.6487603,0.6528926,0.6363636,0.6322314,0.6363636,0.6280992,0.6528926,0.6528926,0.6528926,0.6404959,0.6280992,0.6694215,0.6694215,0.6735537,0.6735537,0.6694215,0.6652893,0.6735537,0.6818182,0.6735537,0.6652893,0.6487603,0.62396693,0.6198347,0.59917355,0.5661157,0.5785124,0.553719,0.55785125,0.55785125,0.55785125,0.5495868,0.5495868,0.53305787,0.5371901,0.54545456,0.5289256,0.49173555,0.3553719,0.18595041,0.14049587,0.1322314,0.1322314,0.1446281,0.14876033,0.6528926,0.677686,0.6983471,0.72727275,0.74380165,0.74380165,0.72727275,0.7107438,0.6983471,0.6859504,0.6528926,0.6570248,0.661157,0.661157,0.6404959,0.60330576,0.5785124,0.55785125,0.54545456,0.5289256,0.5289256,0.5206612,0.5289256,0.53305787,0.5413223,0.57438016,0.60330576,0.60330576,0.59917355,0.61157024,0.6322314,0.6322314,0.6280992,0.6198347,0.6198347,0.6280992,0.6363636,0.6363636,0.6198347,0.59917355,0.58677685,0.56198347,0.5495868,0.53305787,0.5,0.5041322,0.47933885,0.47933885,0.47107437,0.4752066,0.46280992,0.47933885,0.47933885,0.5,0.5165289,0.53305787,0.4876033,0.38016528,0.21900827,0.16115703,0.14049587,0.1446281,0.1322314,0.1446281,0.6528926,0.6652893,0.677686,0.71900827,0.7231405,0.70247936,0.661157,0.6404959,0.61157024,0.59504133,0.58677685,0.59090906,0.59090906,0.57024795,0.5413223,0.5082645,0.46280992,0.43801653,0.41735536,0.40495867,0.38842976,0.38842976,0.41322315,0.4338843,0.446281,0.49173555,0.5247934,0.5495868,0.5495868,0.57438016,0.59504133,0.607438,0.59504133,0.58264464,0.57438016,0.59090906,0.59917355,0.59504133,0.5785124,0.55785125,0.5371901,0.5041322,0.47933885,0.46280992,0.4338843,0.41735536,0.3966942,0.37603307,0.3966942,0.3553719,0.38842976,0.38842976,0.4214876,0.446281,0.45454547,0.47107437,0.45041323,0.39256197,0.24793388,0.15289256,0.14049587,0.1446281,0.13636364,0.16528925,0.6528926,0.661157,0.6570248,0.6652893,0.6528926,0.60330576,0.5785124,0.54545456,0.5165289,0.5082645,0.5165289,0.5082645,0.5,0.46694216,0.43801653,0.41322315,0.38842976,0.34710744,0.3429752,0.34710744,0.338843,0.33471075,0.33471075,0.35950413,0.38842976,0.4214876,0.44214877,0.4752066,0.5041322,0.53305787,0.57438016,0.59504133,0.58677685,0.5661157,0.55785125,0.5661157,0.58677685,0.57024795,0.5495868,0.53305787,0.49173555,0.446281,0.41735536,0.3966942,0.35950413,0.35123968,0.3140496,0.30578512,0.28099173,0.3140496,0.3140496,0.32231405,0.3677686,0.40082645,0.41735536,0.40495867,0.3966942,0.34710744,0.24793388,0.14876033,0.15289256,0.1570248,0.14876033,0.21487603,0.6694215,0.6694215,0.6487603,0.6280992,0.607438,0.553719,0.5371901,0.5082645,0.46694216,0.45867768,0.45454547,0.45454547,0.45867768,0.45454547,0.44214877,0.4338843,0.41735536,0.40495867,0.39256197,0.39256197,0.37603307,0.35950413,0.34710744,0.35950413,0.38016528,0.3966942,0.41322315,0.446281,0.47107437,0.5082645,0.5661157,0.60330576,0.60330576,0.59090906,0.58677685,0.58264464,0.59917355,0.58264464,0.5413223,0.5041322,0.45454547,0.41322315,0.37603307,0.35123968,0.338843,0.32231405,0.3181818,0.30578512,0.3140496,0.29752067,0.338843,0.3181818,0.34710744,0.34710744,0.3677686,0.36363637,0.36363637,0.33471075,0.2603306,0.1570248,0.14876033,0.15289256,0.15289256,0.2603306,0.6735537,0.6694215,0.6570248,0.6322314,0.60330576,0.553719,0.5289256,0.5082645,0.49586776,0.5123967,0.5041322,0.5206612,0.5495868,0.5661157,0.56198347,0.55785125,0.54545456,0.5165289,0.47933885,0.446281,0.4338843,0.42561984,0.4090909,0.41322315,0.3966942,0.41322315,0.4214876,0.41735536,0.46280992,0.5041322,0.57438016,0.62396693,0.6280992,0.6280992,0.62396693,0.6280992,0.6280992,0.607438,0.5413223,0.4752066,0.4214876,0.38842976,0.3677686,0.36363637,0.35950413,0.37190083,0.37603307,0.3966942,0.42975205,0.44214877,0.446281,0.4338843,0.40495867,0.40082645,0.37603307,0.35950413,0.37603307,0.35123968,0.2603306,0.16528925,0.14049587,0.15289256,0.17768595,0.29338843,0.6694215,0.6570248,0.6446281,0.61157024,0.59090906,0.5371901,0.5247934,0.54545456,0.57024795,0.607438,0.6446281,0.661157,0.677686,0.6694215,0.661157,0.6322314,0.59917355,0.5661157,0.5289256,0.47933885,0.45454547,0.44214877,0.446281,0.44214877,0.4338843,0.42975205,0.42561984,0.42561984,0.45867768,0.5123967,0.59504133,0.6487603,0.661157,0.6818182,0.677686,0.6818182,0.661157,0.62396693,0.53305787,0.44214877,0.40082645,0.38429752,0.40082645,0.41322315,0.43801653,0.446281,0.45041323,0.5,0.5082645,0.53305787,0.5371901,0.5247934,0.5123967,0.49173555,0.46694216,0.41735536,0.4214876,0.39256197,0.2644628,0.14876033,0.12396694,0.1446281,0.19008264,0.32231405,0.6694215,0.6528926,0.62396693,0.58677685,0.56198347,0.5247934,0.5289256,0.58264464,0.61570245,0.6446281,0.6487603,0.6487603,0.61570245,0.59090906,0.60330576,0.61157024,0.58264464,0.5661157,0.5289256,0.4752066,0.43801653,0.42561984,0.43801653,0.446281,0.43801653,0.44214877,0.43801653,0.4338843,0.46694216,0.5247934,0.6280992,0.6942149,0.7107438,0.7231405,0.72727275,0.7231405,0.6983471,0.6363636,0.5165289,0.42561984,0.40082645,0.4214876,0.446281,0.446281,0.4338843,0.44214877,0.45041323,0.45867768,0.4752066,0.49173555,0.49173555,0.49173555,0.49586776,0.5,0.49173555,0.46280992,0.45041323,0.4214876,0.2768595,0.15289256,0.12396694,0.13636364,0.19421488,0.3264463,0.677686,0.6570248,0.6198347,0.57024795,0.5371901,0.5289256,0.55785125,0.57438016,0.59090906,0.58264464,0.54545456,0.553719,0.59090906,0.6570248,0.7231405,0.71900827,0.6528926,0.61157024,0.5661157,0.5123967,0.446281,0.41322315,0.40495867,0.4214876,0.42975205,0.42975205,0.4338843,0.44214877,0.48347107,0.5413223,0.661157,0.7355372,0.76033056,0.75206614,0.75619835,0.75206614,0.72727275,0.6446281,0.49586776,0.4090909,0.40495867,0.4214876,0.41735536,0.4090909,0.40082645,0.41322315,0.446281,0.47933885,0.49586776,0.5206612,0.49586776,0.46694216,0.41735536,0.43801653,0.45454547,0.45867768,0.446281,0.4214876,0.2768595,0.14876033,0.12809917,0.16115703,0.2231405,0.3264463,0.677686,0.6652893,0.6404959,0.59504133,0.57438016,0.56198347,0.5495868,0.5371901,0.5,0.47107437,0.5082645,0.54545456,0.607438,0.60330576,0.59090906,0.54545456,0.49173555,0.43801653,0.42975205,0.44214877,0.446281,0.41322315,0.38429752,0.40082645,0.4214876,0.42561984,0.42561984,0.46280992,0.5082645,0.57438016,0.6735537,0.76033056,0.7933884,0.78099173,0.78099173,0.7768595,0.75206614,0.6570248,0.5,0.40495867,0.38016528,0.37603307,0.38016528,0.38429752,0.38842976,0.3966942,0.3966942,0.42561984,0.45867768,0.46694216,0.49173555,0.46694216,0.42975205,0.38842976,0.39256197,0.4338843,0.44214877,0.4338843,0.28512397,0.15289256,0.16115703,0.23140496,0.30578512,0.36363637,0.661157,0.6446281,0.6280992,0.61570245,0.61570245,0.55785125,0.5,0.4338843,0.4214876,0.4214876,0.46694216,0.4752066,0.48347107,0.41735536,0.37603307,0.30165288,0.2603306,0.22727273,0.27272728,0.37603307,0.4214876,0.38842976,0.3677686,0.38429752,0.42975205,0.45454547,0.44214877,0.5041322,0.56198347,0.61570245,0.6818182,0.7644628,0.8057851,0.80991733,0.8016529,0.7892562,0.7768595,0.6983471,0.5247934,0.42975205,0.3677686,0.33471075,0.338843,0.37603307,0.37190083,0.30991736,0.24380165,0.23553719,0.2520661,0.2768595,0.3553719,0.3966942,0.41322315,0.38842976,0.35123968,0.41322315,0.45041323,0.45454547,0.29752067,0.18181819,0.23966943,0.32231405,0.37603307,0.39256197,0.6404959,0.62396693,0.61157024,0.59090906,0.58264464,0.5247934,0.4752066,0.42975205,0.45041323,0.43801653,0.46280992,0.4752066,0.47933885,0.38429752,0.33471075,0.24793388,0.1983471,0.21900827,0.2892562,0.4090909,0.446281,0.3966942,0.38429752,0.40495867,0.45867768,0.5289256,0.5371901,0.56198347,0.6280992,0.6487603,0.69008267,0.74793386,0.8016529,0.8264463,0.822314,0.79752064,0.7892562,0.72727275,0.5785124,0.45041323,0.35950413,0.3264463,0.3553719,0.4338843,0.4338843,0.29338843,0.20661157,0.1570248,0.1446281,0.1570248,0.24380165,0.30991736,0.34710744,0.3677686,0.35950413,0.40495867,0.46694216,0.45041323,0.32231405,0.24380165,0.3140496,0.38842976,0.40495867,0.41322315,0.6404959,0.60330576,0.58677685,0.58677685,0.57024795,0.5661157,0.59504133,0.6280992,0.6322314,0.607438,0.5785124,0.59504133,0.59090906,0.49586776,0.45454547,0.37603307,0.338843,0.37190083,0.40495867,0.47933885,0.5,0.4876033,0.5082645,0.54545456,0.5785124,0.6404959,0.6818182,0.6735537,0.7066116,0.6983471,0.6983471,0.7355372,0.77272725,0.822314,0.8347107,0.80991733,0.8016529,0.76033056,0.61570245,0.49586776,0.45867768,0.42561984,0.42561984,0.45867768,0.45867768,0.39256197,0.3181818,0.25619835,0.23966943,0.25619835,0.30991736,0.33471075,0.36363637,0.38429752,0.38429752,0.41322315,0.45454547,0.42975205,0.35123968,0.29752067,0.3553719,0.40082645,0.4090909,0.4214876,0.6735537,0.6652893,0.6652893,0.6446281,0.6404959,0.6859504,0.71900827,0.7355372,0.7066116,0.69008267,0.6694215,0.6446281,0.6404959,0.62396693,0.5785124,0.5371901,0.5123967,0.5082645,0.5082645,0.5289256,0.5413223,0.56198347,0.60330576,0.6570248,0.6983471,0.7355372,0.76033056,0.75619835,0.76033056,0.7355372,0.71900827,0.73140496,0.76033056,0.8057851,0.8347107,0.822314,0.8016529,0.7768595,0.6446281,0.5123967,0.49173555,0.49173555,0.48347107,0.48347107,0.49586776,0.49173555,0.47933885,0.46694216,0.43801653,0.41735536,0.4214876,0.4338843,0.446281,0.45041323,0.4338843,0.44214877,0.446281,0.42975205,0.37190083,0.35950413,0.40082645,0.4090909,0.41322315,0.4214876,0.7066116,0.70247936,0.7231405,0.72727275,0.71487606,0.73140496,0.74380165,0.73966944,0.70247936,0.69008267,0.69008267,0.661157,0.6363636,0.60330576,0.59090906,0.56198347,0.5413223,0.5289256,0.5371901,0.54545456,0.57438016,0.60330576,0.6404959,0.69008267,0.74380165,0.7768595,0.7933884,0.78512394,0.7768595,0.75206614,0.71900827,0.73966944,0.75619835,0.78099173,0.8181818,0.8264463,0.79752064,0.7768595,0.6570248,0.5165289,0.4876033,0.49173555,0.49586776,0.5,0.5082645,0.5041322,0.5,0.5123967,0.49586776,0.4752066,0.47933885,0.47933885,0.4876033,0.47933885,0.49173555,0.47933885,0.46694216,0.45867768,0.38016528,0.38842976,0.42561984,0.4090909,0.4090909,0.41735536,0.7231405,0.7355372,0.75206614,0.76859504,0.75619835,0.74380165,0.7231405,0.71487606,0.70247936,0.6859504,0.661157,0.6322314,0.60330576,0.57438016,0.57438016,0.55785125,0.553719,0.56198347,0.59090906,0.59917355,0.6322314,0.6694215,0.70247936,0.74380165,0.78099173,0.79752064,0.8016529,0.7892562,0.7768595,0.75619835,0.7355372,0.73966944,0.74793386,0.77272725,0.79752064,0.8305785,0.80991733,0.7892562,0.6818182,0.53305787,0.4876033,0.5082645,0.5041322,0.5165289,0.5123967,0.49586776,0.47933885,0.4752066,0.47107437,0.46280992,0.46694216,0.4752066,0.49173555,0.49586776,0.5082645,0.5041322,0.49586776,0.4752066,0.40082645,0.39256197,0.41735536,0.41735536,0.41322315,0.41735536,0.73140496,0.76859504,0.78099173,0.7768595,0.77272725,0.7644628,0.74380165,0.73140496,0.72727275,0.71487606,0.6859504,0.6694215,0.6528926,0.6322314,0.6280992,0.6280992,0.6322314,0.6528926,0.677686,0.69008267,0.70247936,0.73966944,0.76859504,0.7933884,0.80991733,0.80991733,0.79752064,0.78512394,0.78099173,0.76033056,0.75619835,0.75206614,0.7355372,0.75206614,0.8016529,0.822314,0.8181818,0.79752064,0.71487606,0.5413223,0.49173555,0.5371901,0.5495868,0.5413223,0.5289256,0.5165289,0.49173555,0.4752066,0.46280992,0.46280992,0.47107437,0.47933885,0.49586776,0.5041322,0.5371901,0.5123967,0.5082645,0.4876033,0.41322315,0.4090909,0.4090909,0.4090909,0.42561984,0.4214876,0.73966944,0.7644628,0.78512394,0.78512394,0.7892562,0.79752064,0.7768595,0.75206614,0.75619835,0.7644628,0.76033056,0.7644628,0.76033056,0.74380165,0.73140496,0.73140496,0.7355372,0.74380165,0.75206614,0.76859504,0.7768595,0.7933884,0.8016529,0.8057851,0.8057851,0.8016529,0.7933884,0.78099173,0.7644628,0.76033056,0.75206614,0.7355372,0.7107438,0.73140496,0.76859504,0.8264463,0.80991733,0.79752064,0.75206614,0.58264464,0.49173555,0.5165289,0.5785124,0.607438,0.59090906,0.5785124,0.553719,0.53305787,0.5165289,0.5123967,0.5206612,0.5165289,0.5206612,0.53305787,0.54545456,0.5413223,0.49173555,0.4876033,0.4338843,0.40495867,0.41322315,0.4214876,0.41322315,0.42561984,0.71900827,0.75619835,0.7892562,0.8057851,0.80991733,0.8016529,0.7933884,0.79752064,0.80991733,0.80991733,0.80991733,0.8057851,0.8057851,0.79752064,0.78512394,0.7892562,0.78512394,0.7933884,0.79752064,0.8057851,0.8016529,0.8016529,0.7933884,0.79752064,0.7933884,0.78512394,0.78099173,0.7644628,0.76033056,0.75206614,0.74380165,0.7355372,0.71900827,0.7231405,0.75619835,0.822314,0.8264463,0.8140496,0.7644628,0.6198347,0.49173555,0.49586776,0.55785125,0.6198347,0.6404959,0.6446281,0.6322314,0.61570245,0.59917355,0.59090906,0.58677685,0.5785124,0.57438016,0.57438016,0.57438016,0.5413223,0.5247934,0.4752066,0.44214877,0.41735536,0.4214876,0.4090909,0.41322315,0.4090909,0.72727275,0.75206614,0.78512394,0.79752064,0.80991733,0.8181818,0.8181818,0.8181818,0.822314,0.822314,0.8140496,0.8140496,0.8140496,0.8140496,0.8016529,0.8057851,0.79752064,0.80991733,0.8016529,0.8016529,0.7933884,0.78512394,0.7768595,0.7892562,0.7933884,0.78099173,0.76859504,0.75619835,0.76033056,0.76033056,0.73966944,0.72727275,0.7231405,0.7231405,0.76033056,0.822314,0.8347107,0.8181818,0.7892562,0.6570248,0.5123967,0.4876033,0.5289256,0.59504133,0.6280992,0.6570248,0.6652893,0.6652893,0.661157,0.6570248,0.6487603,0.6404959,0.6363636,0.6322314,0.60330576,0.57024795,0.5289256,0.4876033,0.45867768,0.4090909,0.41322315,0.41322315,0.41322315,0.4090909,0.72727275,0.74793386,0.77272725,0.7933884,0.80991733,0.8264463,0.8264463,0.8305785,0.8305785,0.8264463,0.8181818,0.8140496,0.80991733,0.8057851,0.80991733,0.8016529,0.7933884,0.79752064,0.78512394,0.7892562,0.7933884,0.78512394,0.78512394,0.7892562,0.7892562,0.7768595,0.77272725,0.76033056,0.76033056,0.75619835,0.74793386,0.73140496,0.73140496,0.73966944,0.7644628,0.8181818,0.8347107,0.822314,0.7933884,0.70247936,0.54545456,0.47933885,0.5123967,0.56198347,0.6198347,0.6487603,0.6735537,0.677686,0.6859504,0.69008267,0.6942149,0.6818182,0.6735537,0.6735537,0.6404959,0.59917355,0.5495868,0.4876033,0.45041323,0.42975205,0.40082645,0.42561984,0.41735536,0.41735536,0.71900827,0.73140496,0.7644628,0.7892562,0.79752064,0.8181818,0.8305785,0.8347107,0.8347107,0.8305785,0.8181818,0.8140496,0.8057851,0.7892562,0.79752064,0.8016529,0.7933884,0.79752064,0.7892562,0.7892562,0.8057851,0.8016529,0.8016529,0.8016529,0.78099173,0.76859504,0.76859504,0.7644628,0.7644628,0.76033056,0.75619835,0.74380165,0.73140496,0.73966944,0.76859504,0.8140496,0.8347107,0.8264463,0.79752064,0.7231405,0.5785124,0.48347107,0.49586776,0.5371901,0.60330576,0.6363636,0.6652893,0.6859504,0.7066116,0.7107438,0.71487606,0.7066116,0.6942149,0.6818182,0.6570248,0.607438,0.5206612,0.49173555,0.44214877,0.41735536,0.4214876,0.42561984,0.41322315,0.4214876,0.7107438,0.7231405,0.75619835,0.77272725,0.77272725,0.7933884,0.8140496,0.8305785,0.8347107,0.8305785,0.8181818,0.80991733,0.8016529,0.78099173,0.7892562,0.79752064,0.79752064,0.79752064,0.7892562,0.8016529,0.8140496,0.8016529,0.78512394,0.77272725,0.74793386,0.74793386,0.7355372,0.73966944,0.74793386,0.75206614,0.74793386,0.73966944,0.7355372,0.74793386,0.76859504,0.8140496,0.8347107,0.822314,0.79752064,0.74380165,0.62396693,0.5082645,0.46694216,0.5123967,0.57024795,0.6198347,0.6570248,0.677686,0.70247936,0.71900827,0.71900827,0.70247936,0.6818182,0.661157,0.6322314,0.58264464,0.5247934,0.48347107,0.44214877,0.42561984,0.40495867,0.41322315,0.42975205,0.4090909,0.70247936,0.7107438,0.73140496,0.74380165,0.74793386,0.7644628,0.78512394,0.8057851,0.8264463,0.822314,0.8140496,0.8016529,0.7892562,0.7892562,0.78512394,0.8057851,0.7933884,0.78512394,0.78512394,0.78099173,0.78099173,0.74380165,0.71487606,0.6818182,0.6818182,0.7066116,0.73140496,0.7231405,0.7355372,0.75206614,0.74380165,0.73966944,0.73966944,0.74793386,0.77272725,0.80991733,0.8264463,0.8140496,0.7933884,0.75206614,0.661157,0.5413223,0.45454547,0.46694216,0.5289256,0.59917355,0.6487603,0.6735537,0.6942149,0.71900827,0.7231405,0.7107438,0.69008267,0.6570248,0.62396693,0.58264464,0.5206612,0.47933885,0.44214877,0.40495867,0.42561984,0.40495867,0.42975205,0.40495867,0.6818182,0.6818182,0.6983471,0.7066116,0.72727275,0.7355372,0.75619835,0.7768595,0.8016529,0.8140496,0.8057851,0.7892562,0.78512394,0.7892562,0.7768595,0.78512394,0.7768595,0.76033056,0.76033056,0.73140496,0.6983471,0.6487603,0.59917355,0.60330576,0.6735537,0.7107438,0.7231405,0.71487606,0.7355372,0.75206614,0.74793386,0.74380165,0.74380165,0.75206614,0.7892562,0.8181818,0.822314,0.8057851,0.78512394,0.7644628,0.70247936,0.5661157,0.47933885,0.42975205,0.48347107,0.55785125,0.61570245,0.6404959,0.6735537,0.70247936,0.7107438,0.70247936,0.6942149,0.661157,0.62396693,0.58264464,0.5289256,0.4752066,0.42561984,0.41735536,0.4090909,0.41322315,0.42561984,0.40082645,0.6652893,0.6570248,0.677686,0.677686,0.6983471,0.7107438,0.73140496,0.75206614,0.77272725,0.78099173,0.78512394,0.77272725,0.76859504,0.77272725,0.76033056,0.74793386,0.72727275,0.71487606,0.70247936,0.6570248,0.59090906,0.5165289,0.5,0.59504133,0.6694215,0.70247936,0.7107438,0.7231405,0.74380165,0.75206614,0.74380165,0.74793386,0.74380165,0.75619835,0.8057851,0.8264463,0.8140496,0.78512394,0.76859504,0.7768595,0.7355372,0.58677685,0.5041322,0.45867768,0.41735536,0.49173555,0.56198347,0.60330576,0.6487603,0.677686,0.6818182,0.677686,0.6652893,0.6404959,0.607438,0.57438016,0.5206612,0.48347107,0.41735536,0.41735536,0.40495867,0.4214876,0.41735536,0.3966942,0.6363636,0.6363636,0.661157,0.6652893,0.6694215,0.6859504,0.7066116,0.71487606,0.72727275,0.7355372,0.74793386,0.75206614,0.73966944,0.73966944,0.71900827,0.6942149,0.6859504,0.661157,0.61157024,0.5661157,0.5082645,0.44214877,0.446281,0.5785124,0.6446281,0.6818182,0.71900827,0.71900827,0.73140496,0.72727275,0.71487606,0.7107438,0.71487606,0.73140496,0.76859504,0.7892562,0.77272725,0.75206614,0.74380165,0.75619835,0.70247936,0.5785124,0.4876033,0.49586776,0.40495867,0.41735536,0.5041322,0.55785125,0.61157024,0.6446281,0.661157,0.6528926,0.6363636,0.61570245,0.59090906,0.553719,0.5123967,0.47107437,0.41735536,0.4090909,0.3966942,0.42975205,0.40082645,0.4090909,0.59917355,0.607438,0.6404959,0.661157,0.6487603,0.661157,0.6818182,0.69008267,0.6859504,0.6942149,0.7107438,0.71900827,0.7107438,0.70247936,0.6818182,0.661157,0.62396693,0.59090906,0.5289256,0.4752066,0.42561984,0.39256197,0.4338843,0.5247934,0.61157024,0.6528926,0.6735537,0.6446281,0.62396693,0.61157024,0.61157024,0.61570245,0.62396693,0.6446281,0.6735537,0.6983471,0.70247936,0.69008267,0.6859504,0.6735537,0.62396693,0.5206612,0.45041323,0.47933885,0.40495867,0.34710744,0.44214877,0.5165289,0.57024795,0.61157024,0.6198347,0.61570245,0.61157024,0.59090906,0.553719,0.5247934,0.49586776,0.46280992,0.4214876,0.40495867,0.40495867,0.4090909,0.40082645,0.41322315,0.57438016,0.5785124,0.61570245,0.6404959,0.6363636,0.6446281,0.661157,0.661157,0.6735537,0.6818182,0.6818182,0.6859504,0.6818182,0.6694215,0.6404959,0.61157024,0.57024795,0.5123967,0.45454547,0.4214876,0.41322315,0.40495867,0.45454547,0.5123967,0.553719,0.55785125,0.5495868,0.48347107,0.41735536,0.3966942,0.42975205,0.47933885,0.5082645,0.5247934,0.5495868,0.5661157,0.5785124,0.57438016,0.59090906,0.57438016,0.53305787,0.44214877,0.39256197,0.43801653,0.37190083,0.28099173,0.39256197,0.45454547,0.5165289,0.55785125,0.5661157,0.57438016,0.57438016,0.5495868,0.5247934,0.5,0.47107437,0.446281,0.41735536,0.40495867,0.41322315,0.40082645,0.40082645,0.4090909,0.5661157,0.553719,0.5785124,0.60330576,0.607438,0.61570245,0.6322314,0.62396693,0.6363636,0.6487603,0.6446281,0.6404959,0.62396693,0.607438,0.58677685,0.553719,0.5165289,0.46280992,0.40082645,0.4090909,0.4090909,0.46694216,0.5371901,0.553719,0.5289256,0.45867768,0.40495867,0.32231405,0.2768595,0.24793388,0.26859504,0.33471075,0.38842976,0.41735536,0.42975205,0.43801653,0.44214877,0.446281,0.47107437,0.45454547,0.40082645,0.3553719,0.34710744,0.41322315,0.38429752,0.29752067,0.32231405,0.40495867,0.45867768,0.5123967,0.5371901,0.5371901,0.5371901,0.5165289,0.49586776,0.4752066,0.45867768,0.4338843,0.41322315,0.41322315,0.40495867,0.40495867,0.40495867,0.4090909,0.5413223,0.5495868,0.5371901,0.57024795,0.5661157,0.59090906,0.59917355,0.59090906,0.59917355,0.61157024,0.61570245,0.607438,0.57024795,0.5495868,0.53305787,0.49173555,0.45041323,0.4090909,0.39256197,0.41322315,0.446281,0.5371901,0.59504133,0.62396693,0.57438016,0.446281,0.34710744,0.27272728,0.27272728,0.25619835,0.2644628,0.28099173,0.29752067,0.3181818,0.34710744,0.34710744,0.3429752,0.34710744,0.36363637,0.33471075,0.2768595,0.338843,0.39256197,0.446281,0.42975205,0.3429752,0.28099173,0.34710744,0.4090909,0.46694216,0.49173555,0.5,0.49586776,0.48347107,0.47107437,0.45867768,0.44214877,0.42561984,0.4090909,0.4090909,0.40082645,0.40082645,0.40495867,0.40495867,0.5165289,0.5289256,0.5123967,0.5206612,0.5371901,0.5371901,0.56198347,0.56198347,0.5785124,0.57438016,0.57438016,0.55785125,0.5289256,0.49586776,0.47107437,0.4338843,0.3966942,0.38842976,0.3966942,0.4214876,0.5,0.58264464,0.61570245,0.6363636,0.61157024,0.5082645,0.40082645,0.3264463,0.32231405,0.29338843,0.29752067,0.30165288,0.2768595,0.28099173,0.29752067,0.30165288,0.2892562,0.2768595,0.29752067,0.29752067,0.30578512,0.38016528,0.3966942,0.43801653,0.45454547,0.35950413,0.3181818,0.30578512,0.34710744,0.4090909,0.4338843,0.446281,0.45867768,0.45454547,0.43801653,0.42975205,0.41735536,0.4090909,0.3966942,0.40495867,0.4090909,0.3966942,0.40495867,0.4090909,0.48347107,0.49173555,0.46280992,0.48347107,0.4752066,0.49173555,0.5289256,0.5041322,0.5165289,0.5206612,0.5082645,0.5041322,0.47107437,0.45041323,0.41735536,0.39256197,0.38016528,0.36363637,0.40082645,0.45867768,0.5371901,0.607438,0.6280992,0.607438,0.61157024,0.57438016,0.5041322,0.4214876,0.38842976,0.3429752,0.30578512,0.30578512,0.29338843,0.28512397,0.28512397,0.2768595,0.27272728,0.28512397,0.32231405,0.34710744,0.3553719,0.38016528,0.37603307,0.41322315,0.43801653,0.42561984,0.33471075,0.30991736,0.3181818,0.33471075,0.37603307,0.40495867,0.42561984,0.4214876,0.41322315,0.40495867,0.40495867,0.39256197,0.3966942,0.3966942,0.41735536,0.40082645,0.3966942,0.40082645,0.4752066,0.46694216,0.4338843,0.44214877,0.45041323,0.45867768,0.48347107,0.49173555,0.4876033,0.48347107,0.46694216,0.446281,0.4338843,0.40495867,0.37603307,0.38016528,0.37603307,0.38016528,0.42975205,0.5082645,0.5661157,0.6198347,0.6363636,0.61157024,0.59917355,0.59917355,0.57438016,0.5165289,0.47107437,0.41735536,0.3677686,0.35123968,0.3264463,0.30991736,0.30578512,0.30578512,0.3140496,0.3429752,0.37603307,0.38016528,0.37603307,0.37603307,0.38842976,0.40495867,0.42975205,0.41735536,0.3677686,0.35123968,0.3264463,0.29752067,0.3264463,0.3677686,0.38429752,0.39256197,0.38842976,0.39256197,0.39256197,0.38842976,0.40082645,0.40082645,0.40495867,0.40082645,0.3966942,0.4090909,0.47107437,0.45454547,0.41735536,0.42975205,0.41735536,0.45867768,0.45041323,0.46280992,0.4752066,0.45041323,0.4338843,0.4090909,0.38016528,0.36363637,0.36363637,0.38842976,0.39256197,0.4214876,0.4876033,0.553719,0.58264464,0.607438,0.6280992,0.62396693,0.59090906,0.58264464,0.60330576,0.5785124,0.5413223,0.49586776,0.45454547,0.42975205,0.36363637,0.33471075,0.3305785,0.33471075,0.33471075,0.37190083,0.39256197,0.38429752,0.38842976,0.38842976,0.3966942,0.41322315,0.42561984,0.4090909,0.3966942,0.40495867,0.3677686,0.30165288,0.28099173,0.34710744,0.3677686,0.37603307,0.3677686,0.38016528,0.38429752,0.38842976,0.40082645,0.40082645,0.40082645,0.3966942,0.39256197,0.3966942,0.48347107,0.46280992,0.43801653,0.41735536,0.42561984,0.45867768,0.44214877,0.47107437,0.45867768,0.4338843,0.41735536,0.38016528,0.3429752,0.34710744,0.36363637,0.3966942,0.42561984,0.47107437,0.5206612,0.5785124,0.59090906,0.58677685,0.607438,0.6198347,0.59504133,0.5661157,0.61157024,0.59917355,0.57438016,0.5371901,0.5082645,0.45867768,0.40082645,0.36363637,0.35950413,0.33471075,0.34710744,0.38842976,0.39256197,0.39256197,0.3966942,0.3966942,0.39256197,0.4090909,0.4214876,0.42561984,0.40082645,0.43801653,0.4090909,0.34710744,0.2768595,0.3429752,0.36363637,0.38016528,0.36363637,0.3677686,0.38842976,0.40082645,0.40495867,0.40082645,0.3966942,0.40082645,0.4090909,0.3966942,0.48347107,0.47107437,0.45867768,0.4338843,0.43801653,0.46280992,0.45454547,0.48347107,0.47107437,0.44214877,0.41322315,0.3553719,0.3429752,0.3429752,0.36363637,0.3966942,0.42975205,0.46694216,0.5041322,0.553719,0.57438016,0.56198347,0.57438016,0.59504133,0.58677685,0.553719,0.59504133,0.60330576,0.58264464,0.54545456,0.5289256,0.46694216,0.4214876,0.39256197,0.37190083,0.34710744,0.38842976,0.3966942,0.3966942,0.3966942,0.41322315,0.41735536,0.38429752,0.3966942,0.40495867,0.4090909,0.41735536,0.42561984,0.4338843,0.38429752,0.3305785,0.35950413,0.37603307,0.38429752,0.35950413,0.37603307,0.38842976,0.40495867,0.40082645,0.40082645,0.40082645,0.3966942,0.40082645,0.39256197,0.5041322,0.48347107,0.46694216,0.46280992,0.45454547,0.47107437,0.4752066,0.49586776,0.49173555,0.45041323,0.42561984,0.3553719,0.36363637,0.35950413,0.37603307,0.39256197,0.40495867,0.41735536,0.45454547,0.5082645,0.54545456,0.54545456,0.5661157,0.59504133,0.59917355,0.58264464,0.59504133,0.57438016,0.57024795,0.55785125,0.53305787,0.5041322,0.47107437,0.45867768,0.44214877,0.41322315,0.41322315,0.40495867,0.40082645,0.41322315,0.4214876,0.4090909,0.38842976,0.38842976,0.38429752,0.38016528,0.4090909,0.4090909,0.42975205,0.40495867,0.37190083,0.40082645,0.39256197,0.38429752,0.37190083,0.38429752,0.3966942,0.40495867,0.40495867,0.40495867,0.38842976,0.3966942,0.39256197,0.3966942,0.5041322,0.4876033,0.4752066,0.47933885,0.47107437,0.48347107,0.5082645,0.5041322,0.5082645,0.47933885,0.45454547,0.38842976,0.38429752,0.38429752,0.38842976,0.37603307,0.37603307,0.38429752,0.41322315,0.46694216,0.5123967,0.53305787,0.54545456,0.5661157,0.57438016,0.57438016,0.59090906,0.57438016,0.5495868,0.5785124,0.56198347,0.5495868,0.53305787,0.5082645,0.5,0.46694216,0.44214877,0.41735536,0.41322315,0.40082645,0.38429752,0.36363637,0.3429752,0.338843,0.338843,0.3429752,0.38016528,0.3966942,0.41735536,0.42975205,0.41322315,0.42975205,0.38429752,0.38016528,0.38016528,0.38842976,0.39256197,0.40082645,0.40082645,0.40082645,0.38429752,0.3966942,0.3966942,0.3966942,0.5082645,0.5041322,0.49173555,0.49173555,0.49173555,0.48347107,0.5,0.5041322,0.5165289,0.49586776,0.5041322,0.42975205,0.41735536,0.4214876,0.41322315,0.39256197,0.37603307,0.3677686,0.35123968,0.3677686,0.38842976,0.4214876,0.446281,0.45867768,0.46694216,0.48347107,0.5082645,0.5165289,0.5247934,0.54545456,0.53305787,0.5495868,0.5495868,0.5247934,0.5165289,0.47107437,0.42561984,0.38842976,0.37603307,0.3429752,0.29338843,0.2644628,0.2520661,0.27272728,0.30578512,0.338843,0.37190083,0.40495867,0.4214876,0.45041323,0.4338843,0.4214876,0.37190083,0.3677686,0.38429752,0.3966942,0.38842976,0.40082645,0.3966942,0.40082645,0.39256197,0.40082645,0.40082645,0.38842976,0.5041322,0.5041322,0.5,0.49586776,0.49586776,0.4876033,0.5,0.5,0.5165289,0.5247934,0.5495868,0.5041322,0.47107437,0.46280992,0.45041323,0.4338843,0.42561984,0.4090909,0.3553719,0.2892562,0.2520661,0.3181818,0.37603307,0.35123968,0.36363637,0.37190083,0.38842976,0.3553719,0.38429752,0.40495867,0.39256197,0.42975205,0.44214877,0.43801653,0.42561984,0.38842976,0.3264463,0.3181818,0.3429752,0.29752067,0.1983471,0.19008264,0.24793388,0.30165288,0.3553719,0.38842976,0.4090909,0.42561984,0.44214877,0.46280992,0.44214877,0.3966942,0.37190083,0.3677686,0.38842976,0.3966942,0.40082645,0.39256197,0.39256197,0.40495867,0.3966942,0.3966942,0.40082645,0.40082645,0.48347107,0.48347107,0.49173555,0.4876033,0.49586776,0.48347107,0.49586776,0.48347107,0.5,0.5165289,0.57024795,0.5661157,0.5413223,0.5165289,0.48347107,0.47933885,0.5,0.49586776,0.49173555,0.44214877,0.36363637,0.37190083,0.41322315,0.3677686,0.35950413,0.42975205,0.4338843,0.37603307,0.39256197,0.40495867,0.4214876,0.3677686,0.40082645,0.39256197,0.4090909,0.38842976,0.30991736,0.2892562,0.34710744,0.30165288,0.20661157,0.25619835,0.35123968,0.38429752,0.40495867,0.41735536,0.4338843,0.4338843,0.45454547,0.46280992,0.4214876,0.37190083,0.37190083,0.36363637,0.38842976,0.3966942,0.39256197,0.3966942,0.39256197,0.38842976,0.40082645,0.39256197,0.39256197,0.38429752,0.47107437,0.4752066,0.47933885,0.48347107,0.49173555,0.4752066,0.4752066,0.4752066,0.4752066,0.49586776,0.5413223,0.5661157,0.5661157,0.54545456,0.5123967,0.5165289,0.5413223,0.5495868,0.57024795,0.59504133,0.5785124,0.53305787,0.48347107,0.40495867,0.35123968,0.41322315,0.45041323,0.39256197,0.4214876,0.46280992,0.5,0.4752066,0.46280992,0.46694216,0.46694216,0.42561984,0.3264463,0.2603306,0.30578512,0.30165288,0.28512397,0.35123968,0.4090909,0.4214876,0.42975205,0.42975205,0.43801653,0.44214877,0.45867768,0.45041323,0.4090909,0.35950413,0.35950413,0.37603307,0.38429752,0.3966942,0.38842976,0.3966942,0.39256197,0.40082645,0.38842976,0.38842976,0.39256197,0.38842976,0.446281,0.45867768,0.46280992,0.4752066,0.48347107,0.47933885,0.46694216,0.45867768,0.47107437,0.4752066,0.5123967,0.5371901,0.54545456,0.5413223,0.5206612,0.5289256,0.55785125,0.58264464,0.59090906,0.60330576,0.6280992,0.6528926,0.6487603,0.57024795,0.47933885,0.45867768,0.47107437,0.41735536,0.41735536,0.46280992,0.4876033,0.5,0.4752066,0.46694216,0.46280992,0.41735536,0.37603307,0.33471075,0.3305785,0.3429752,0.3553719,0.38429752,0.4214876,0.4338843,0.446281,0.446281,0.44214877,0.45041323,0.45041323,0.4090909,0.3677686,0.3677686,0.37190083,0.40495867,0.38429752,0.40082645,0.38842976,0.3966942,0.38842976,0.3966942,0.3966942,0.39256197,0.38842976,0.38429752,0.4090909,0.42975205,0.45041323,0.46694216,0.47107437,0.4752066,0.46694216,0.45867768,0.46694216,0.46694216,0.49586776,0.5,0.5371901,0.5289256,0.5371901,0.55785125,0.58677685,0.61570245,0.61157024,0.61157024,0.6198347,0.62396693,0.6487603,0.6694215,0.661157,0.6363636,0.6198347,0.59917355,0.58264464,0.57438016,0.5495868,0.53305787,0.5206612,0.5165289,0.5041322,0.49173555,0.4752066,0.46694216,0.42975205,0.40495867,0.39256197,0.3966942,0.42975205,0.446281,0.45454547,0.45867768,0.45454547,0.45454547,0.44214877,0.38016528,0.37190083,0.35950413,0.38429752,0.38016528,0.4090909,0.38842976,0.3966942,0.39256197,0.39256197,0.38016528,0.3966942,0.39256197,0.38016528,0.38842976,0.38429752,0.40082645,0.42561984,0.45041323,0.45454547,0.46280992,0.46694216,0.45454547,0.45041323,0.45867768,0.4876033,0.47933885,0.5165289,0.5371901,0.5661157,0.59090906,0.607438,0.6280992,0.6280992,0.6404959,0.6404959,0.6280992,0.6198347,0.61157024,0.6446281,0.6859504,0.73140496,0.74793386,0.73966944,0.73140496,0.6818182,0.6446281,0.62396693,0.59917355,0.607438,0.59090906,0.58264464,0.5413223,0.5,0.46280992,0.41735536,0.4214876,0.43801653,0.45867768,0.46280992,0.45454547,0.46280992,0.45454547,0.4338843,0.3553719,0.3553719,0.3677686,0.37190083,0.40082645,0.38842976,0.40495867,0.38842976,0.3966942,0.38016528,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.35123968,0.38429752,0.40495867,0.42561984,0.44214877,0.45867768,0.44214877,0.446281,0.43801653,0.45867768,0.4752066,0.47107437,0.5,0.5413223,0.5495868,0.59917355,0.61570245,0.62396693,0.6198347,0.6280992,0.6363636,0.6322314,0.61570245,0.61157024,0.59504133,0.58677685,0.607438,0.6363636,0.6446281,0.6570248,0.61570245,0.60330576,0.57438016,0.553719,0.58677685,0.5661157,0.55785125,0.5289256,0.49173555,0.4752066,0.4338843,0.42561984,0.43801653,0.45454547,0.46280992,0.46280992,0.46694216,0.43801653,0.39256197,0.35950413,0.3553719,0.37603307,0.38842976,0.3966942,0.39256197,0.39256197,0.38429752,0.4090909,0.3677686,0.39256197,0.38842976,0.38842976,0.39256197,0.38429752,0.3305785,0.3677686,0.38429752,0.4090909,0.4338843,0.44214877,0.43801653,0.45041323,0.446281,0.45041323,0.47107437,0.4752066,0.5082645,0.54545456,0.57438016,0.60330576,0.61157024,0.6280992,0.6198347,0.6198347,0.6280992,0.6198347,0.58677685,0.59917355,0.59090906,0.55785125,0.55785125,0.55785125,0.5495868,0.54545456,0.5165289,0.49586776,0.47107437,0.45454547,0.4876033,0.46694216,0.46694216,0.45867768,0.45454547,0.45041323,0.4338843,0.41735536,0.42561984,0.45041323,0.46280992,0.45867768,0.446281,0.4214876,0.39256197,0.3553719,0.3677686,0.38842976,0.38429752,0.40495867,0.38016528,0.38429752,0.3966942,0.38842976,0.37603307,0.39256197,0.38429752,0.39256197,0.38842976,0.37603307,0.29338843,0.3429752,0.35950413,0.39256197,0.4090909,0.42561984,0.43801653,0.45454547,0.45041323,0.446281,0.47107437,0.4752066,0.5082645,0.54545456,0.5495868,0.57438016,0.607438,0.607438,0.6198347,0.61157024,0.62396693,0.6198347,0.59090906,0.59090906,0.58264464,0.5371901,0.5247934,0.5165289,0.5123967,0.5,0.4752066,0.44214877,0.4338843,0.42561984,0.43801653,0.41735536,0.42561984,0.41735536,0.41735536,0.41735536,0.41735536,0.42561984,0.42975205,0.45041323,0.45867768,0.45041323,0.44214877,0.3966942,0.37603307,0.37190083,0.37190083,0.3966942,0.37603307,0.3966942,0.38429752,0.38016528,0.39256197,0.38016528,0.38016528,0.40082645,0.38016528,0.39256197,0.38429752,0.38016528,0.24793388,0.30578512,0.34710744,0.38429752,0.40495867,0.4214876,0.42975205,0.45041323,0.45867768,0.45454547,0.4876033,0.48347107,0.5041322,0.5206612,0.53305787,0.5785124,0.58264464,0.61157024,0.6280992,0.607438,0.61570245,0.607438,0.59090906,0.58264464,0.57024795,0.5371901,0.5206612,0.49173555,0.4752066,0.45867768,0.4338843,0.41735536,0.42975205,0.4338843,0.42561984,0.40495867,0.4214876,0.3966942,0.39256197,0.3966942,0.4090909,0.42561984,0.43801653,0.45041323,0.446281,0.446281,0.41322315,0.37190083,0.3677686,0.3677686,0.37603307,0.38842976,0.38842976,0.38016528,0.38842976,0.37603307,0.39256197,0.37190083,0.38429752,0.40082645,0.37190083,0.38429752,0.38429752,0.38016528,0.23553719,0.26859504,0.30991736,0.35950413,0.39256197,0.41735536,0.43801653,0.45867768,0.46694216,0.46694216,0.48347107,0.49173555,0.5165289,0.5289256,0.53305787,0.56198347,0.58264464,0.61570245,0.6280992,0.6198347,0.61157024,0.607438,0.5785124,0.57438016,0.5661157,0.54545456,0.5289256,0.49586776,0.46280992,0.43801653,0.4214876,0.4090909,0.41735536,0.40495867,0.41322315,0.41322315,0.41322315,0.40082645,0.38429752,0.40082645,0.4214876,0.42561984,0.43801653,0.446281,0.45867768,0.4338843,0.4090909,0.3429752,0.33471075,0.3677686,0.37603307,0.38842976,0.39256197,0.38429752,0.38842976,0.3966942,0.37603307,0.38016528,0.38842976,0.38842976,0.37603307,0.37190083,0.39256197,0.37603307,0.2644628,0.23553719,0.2603306,0.32231405,0.3677686,0.4090909,0.44214877,0.46694216,0.48347107,0.4752066,0.47933885,0.48347107,0.49173555,0.5247934,0.5165289,0.54545456,0.56198347,0.59504133,0.6198347,0.61570245,0.61157024,0.60330576,0.58264464,0.57438016,0.56198347,0.55785125,0.54545456,0.5206612,0.49586776,0.46694216,0.45454547,0.42561984,0.4090909,0.38429752,0.38842976,0.3966942,0.41735536,0.40495867,0.40082645,0.42561984,0.4214876,0.446281,0.45041323,0.45867768,0.45867768,0.42561984,0.37190083,0.2892562,0.24793388,0.3264463,0.37190083,0.38429752,0.38842976,0.38429752,0.38842976,0.40082645,0.37190083,0.38429752,0.38016528,0.38016528,0.38429752,0.37603307,0.39256197,0.38016528,0.29752067,0.2644628,0.2231405,0.2768595,0.3305785,0.3677686,0.41735536,0.44214877,0.4752066,0.49586776,0.49173555,0.48347107,0.5,0.5165289,0.5289256,0.5413223,0.5785124,0.58677685,0.6280992,0.61570245,0.6280992,0.61157024,0.59090906,0.57438016,0.55785125,0.56198347,0.5495868,0.53305787,0.5082645,0.48347107,0.46280992,0.4338843,0.42561984,0.40495867,0.40495867,0.39256197,0.40082645,0.4214876,0.41735536,0.44214877,0.4338843,0.45041323,0.45454547,0.45867768,0.45041323,0.41322315,0.338843,0.23553719,0.19008264,0.2603306,0.3140496,0.338843,0.3677686,0.3677686,0.37603307,0.38429752,0.38016528,0.38016528,0.38429752,0.38429752,0.37603307,0.37603307,0.38842976,0.38429752,0.32231405,0.2892562,0.23553719,0.23140496,0.2603306,0.3140496,0.36363637,0.40495867,0.45041323,0.48347107,0.4876033,0.4876033,0.5082645,0.5206612,0.5247934,0.5413223,0.56198347,0.5785124,0.61570245,0.62396693,0.6446281,0.6404959,0.61157024,0.59090906,0.5785124,0.57024795,0.55785125,0.5495868,0.5289256,0.5041322,0.49586776,0.46694216,0.45454547,0.43801653,0.42561984,0.40495867,0.41322315,0.42975205,0.43801653,0.45867768,0.46694216,0.46280992,0.47933885,0.45454547,0.43801653,0.38429752,0.28099173,0.18181819,0.1694215,0.19008264,0.21487603,0.24380165,0.28512397,0.3140496,0.338843,0.35950413,0.37190083,0.37190083,0.38842976,0.38429752,0.3677686,0.37603307,0.37190083,0.38016528,0.338843,0.32231405,0.28099173,0.2520661,0.22727273,0.2644628,0.30165288,0.3553719,0.41322315,0.45867768,0.47107437,0.4876033,0.5,0.5206612,0.5206612,0.5289256,0.553719,0.58677685,0.61157024,0.62396693,0.6363636,0.6446281,0.6363636,0.6198347,0.60330576,0.59917355,0.59090906,0.59090906,0.5785124,0.56198347,0.55785125,0.5371901,0.5165289,0.5041322,0.47933885,0.46280992,0.4752066,0.47107437,0.47107437,0.49586776,0.4752066,0.47107437,0.48347107,0.46280992,0.4214876,0.3305785,0.21487603,0.1570248,0.16528925,0.17355372,0.17355372,0.17768595,0.19421488,0.21900827,0.24380165,0.28099173,0.3181818,0.35123968,0.38016528,0.38016528,0.37603307,0.38016528,0.3677686,0.37603307,0.36363637,0.3429752,0.30578512,0.27272728,0.23553719,0.23966943,0.23966943,0.29752067,0.3553719,0.4090909,0.43801653,0.45454547,0.47933885,0.5082645,0.5165289,0.53305787,0.54545456,0.5785124,0.58677685,0.607438,0.6198347,0.6404959,0.661157,0.6487603,0.6404959,0.6404959,0.6487603,0.6446281,0.6363636,0.6198347,0.60330576,0.58264464,0.55785125,0.5495868,0.5413223,0.5495868,0.5289256,0.5206612,0.5082645,0.5206612,0.5082645,0.49173555,0.47107437,0.46694216,0.38842976,0.27272728,0.15289256,0.13636364,0.1694215,0.18181819,0.17355372,0.17355372,0.17355372,0.17768595,0.18181819,0.1983471,0.20247933,0.25619835,0.2892562,0.3429752,0.35123968,0.38842976,0.3677686,0.38016528,0.3966942,0.3553719,0.33471075,0.30165288,0.27272728,0.24380165,0.23553719,0.23553719,0.27272728,0.3305785,0.37603307,0.40082645,0.42561984,0.46694216,0.49586776,0.5123967,0.5289256,0.553719,0.55785125,0.58264464,0.59917355,0.6280992,0.6694215,0.677686,0.677686,0.6735537,0.6652893,0.6694215,0.6446281,0.6363636,0.6198347,0.58264464,0.5495868,0.5165289,0.5289256,0.5413223,0.5289256,0.5371901,0.5247934,0.5413223,0.5123967,0.5041322,0.47933885,0.446281,0.3553719,0.1983471,0.1322314,0.13636364,0.16528925,0.19008264,0.18181819,0.17355372,0.1694215,0.1694215,0.17768595,0.17768595,0.17355372,0.19008264,0.18595041,0.23553719,0.2768595,0.3181818,0.3553719,0.35950413,0.446281,0.36363637,0.37190083,0.3264463,0.3140496,0.2520661,0.2520661,0.23140496,0.2231405,0.24380165,0.2892562,0.3429752,0.38016528,0.4090909,0.45454547,0.48347107,0.49586776,0.5206612,0.5495868,0.5495868,0.5785124,0.59090906,0.6446281,0.6652893,0.69008267,0.6942149,0.6694215,0.6652893,0.6487603,0.6280992,0.60330576,0.5661157,0.5247934,0.5082645,0.5165289,0.53305787,0.5371901,0.54545456,0.5495868,0.5413223,0.5413223,0.5041322,0.47107437,0.41322315,0.28512397,0.12809917,0.11157025,0.1570248,0.16115703,0.18595041,0.18595041,0.17355372,0.16115703,0.1570248,0.1694215,0.17768595,0.16528925,0.18595041,0.1694215,0.17355372,0.19008264,0.19421488,0.23140496,0.27272728,0.46694216,0.42975205,0.38842976,0.35123968,0.33471075,0.29338843,0.2603306,0.24793388,0.24380165,0.23140496,0.23966943,0.26859504,0.29752067,0.338843,0.39256197,0.4338843,0.45867768,0.4876033,0.5165289,0.5289256,0.5371901,0.5495868,0.59917355,0.61570245,0.6528926,0.6570248,0.6487603,0.6404959,0.6280992,0.59917355,0.57438016,0.5371901,0.4876033,0.48347107,0.5,0.5247934,0.5289256,0.5371901,0.5413223,0.5247934,0.5165289,0.47933885,0.43801653,0.3553719,0.1983471,0.08264463,0.11570248,0.1446281,0.16528925,0.18181819,0.18181819,0.1694215,0.16528925,0.15289256,0.17355372,0.1694215,0.16528925,0.1694215,0.18181819,0.17768595,0.16115703,0.18595041,0.16115703,0.19008264,2 +0.6322314,0.6570248,0.677686,0.70247936,0.72727275,0.74793386,0.7644628,0.7644628,0.77272725,0.78099173,0.7892562,0.8016529,0.8140496,0.80991733,0.8057851,0.8140496,0.80991733,0.8181818,0.822314,0.822314,0.822314,0.822314,0.8181818,0.8181818,0.80991733,0.8016529,0.8016529,0.79752064,0.7768595,0.7644628,0.76859504,0.7768595,0.78099173,0.77272725,0.78512394,0.77272725,0.7768595,0.7768595,0.78512394,0.78099173,0.7892562,0.7892562,0.7933884,0.7892562,0.77272725,0.76033056,0.74380165,0.73140496,0.7066116,0.69008267,0.661157,0.6322314,0.60330576,0.58264464,0.55785125,0.5206612,0.47107437,0.4338843,0.35123968,0.2231405,0.1694215,0.1694215,0.16528925,0.17768595,0.6363636,0.6570248,0.677686,0.71487606,0.73140496,0.75619835,0.76033056,0.7644628,0.76859504,0.78099173,0.78099173,0.78512394,0.8016529,0.79752064,0.7892562,0.7892562,0.78512394,0.7892562,0.7933884,0.7933884,0.79752064,0.8016529,0.79752064,0.8016529,0.7933884,0.78512394,0.78512394,0.7768595,0.76033056,0.75619835,0.76033056,0.77272725,0.7768595,0.76859504,0.78099173,0.7768595,0.77272725,0.76859504,0.77272725,0.77272725,0.78099173,0.7768595,0.7768595,0.77272725,0.75619835,0.74380165,0.72727275,0.7107438,0.6983471,0.6818182,0.6487603,0.6198347,0.607438,0.58264464,0.54545456,0.5206612,0.4752066,0.42561984,0.34710744,0.21900827,0.16528925,0.16115703,0.14876033,0.1694215,0.6446281,0.6652893,0.69008267,0.71900827,0.73966944,0.75619835,0.75206614,0.7644628,0.7644628,0.78099173,0.76859504,0.7768595,0.7768595,0.77272725,0.7644628,0.76033056,0.75619835,0.75619835,0.76033056,0.75619835,0.75619835,0.76033056,0.7644628,0.76859504,0.76033056,0.75619835,0.74380165,0.73966944,0.73140496,0.73966944,0.75206614,0.76859504,0.75619835,0.75206614,0.76033056,0.76859504,0.76033056,0.75206614,0.75206614,0.74793386,0.75619835,0.75619835,0.74380165,0.7355372,0.7231405,0.70247936,0.70247936,0.6818182,0.6735537,0.6570248,0.6322314,0.60330576,0.607438,0.57438016,0.53305787,0.5289256,0.4752066,0.42561984,0.3429752,0.21487603,0.16115703,0.15289256,0.14876033,0.1570248,0.6528926,0.6818182,0.6983471,0.7231405,0.73966944,0.75206614,0.75619835,0.7644628,0.76033056,0.76859504,0.75619835,0.76033056,0.74793386,0.74793386,0.73966944,0.73966944,0.73140496,0.7231405,0.72727275,0.71900827,0.7107438,0.7107438,0.71900827,0.7231405,0.7231405,0.71900827,0.6983471,0.69008267,0.70247936,0.7107438,0.7231405,0.74380165,0.7355372,0.7231405,0.73140496,0.73966944,0.73966944,0.72727275,0.71900827,0.70247936,0.7107438,0.70247936,0.6859504,0.677686,0.6694215,0.6570248,0.6528926,0.6322314,0.6363636,0.6280992,0.61570245,0.59504133,0.60330576,0.58677685,0.54545456,0.5206612,0.4752066,0.42975205,0.34710744,0.1983471,0.1446281,0.13636364,0.14876033,0.15289256,0.6446281,0.677686,0.70247936,0.72727275,0.7355372,0.74793386,0.75206614,0.73966944,0.74793386,0.7355372,0.73140496,0.73140496,0.71487606,0.71487606,0.6983471,0.6942149,0.69008267,0.677686,0.6735537,0.661157,0.6528926,0.6528926,0.6570248,0.6652893,0.6735537,0.6694215,0.6570248,0.6528926,0.677686,0.6859504,0.6942149,0.7066116,0.6983471,0.6818182,0.6942149,0.7066116,0.70247936,0.6859504,0.6735537,0.6528926,0.6528926,0.6446281,0.61570245,0.60330576,0.59917355,0.59090906,0.59917355,0.58264464,0.58677685,0.58677685,0.57438016,0.57024795,0.58264464,0.59504133,0.56198347,0.5247934,0.47933885,0.44214877,0.3677686,0.2107438,0.1446281,0.12809917,0.14876033,0.15289256,0.6446281,0.6735537,0.70247936,0.7355372,0.72727275,0.73140496,0.7107438,0.7066116,0.6983471,0.6652893,0.6818182,0.677686,0.677686,0.6446281,0.6198347,0.60330576,0.59917355,0.58264464,0.57438016,0.57024795,0.56198347,0.57438016,0.57438016,0.59090906,0.61570245,0.62396693,0.62396693,0.62396693,0.6446281,0.661157,0.6528926,0.661157,0.6446281,0.6446281,0.6528926,0.6694215,0.6570248,0.6363636,0.61570245,0.60330576,0.59090906,0.5785124,0.5495868,0.5289256,0.5165289,0.5041322,0.5165289,0.5165289,0.5041322,0.5082645,0.5,0.5165289,0.5123967,0.5413223,0.5413223,0.5082645,0.48347107,0.45041323,0.35950413,0.2107438,0.12809917,0.14049587,0.14876033,0.14876033,0.6404959,0.661157,0.6942149,0.72727275,0.7066116,0.6735537,0.6528926,0.6363636,0.61157024,0.59504133,0.61570245,0.61570245,0.61570245,0.5785124,0.5247934,0.49586776,0.4752066,0.46694216,0.446281,0.446281,0.43801653,0.45454547,0.4876033,0.5123967,0.54545456,0.57438016,0.58264464,0.59090906,0.60330576,0.6322314,0.6198347,0.6198347,0.59090906,0.60330576,0.61570245,0.62396693,0.6198347,0.59504133,0.57438016,0.5413223,0.5247934,0.49586776,0.47933885,0.45041323,0.42561984,0.40495867,0.41735536,0.4214876,0.40495867,0.41322315,0.42975205,0.446281,0.46694216,0.4752066,0.5,0.46280992,0.45867768,0.4214876,0.3429752,0.19008264,0.11570248,0.1570248,0.16115703,0.1446281,0.6404959,0.6446281,0.6528926,0.6652893,0.62396693,0.58264464,0.56198347,0.5206612,0.5371901,0.5371901,0.54545456,0.5289256,0.5,0.4752066,0.43801653,0.40495867,0.36363637,0.37190083,0.37190083,0.35950413,0.35123968,0.36363637,0.39256197,0.42975205,0.46694216,0.49173555,0.5165289,0.54545456,0.57438016,0.59917355,0.59917355,0.58264464,0.57024795,0.5661157,0.5785124,0.58677685,0.58677685,0.553719,0.5289256,0.49586776,0.46280992,0.44214877,0.41322315,0.38429752,0.35123968,0.3305785,0.3140496,0.3264463,0.32231405,0.338843,0.36363637,0.38842976,0.4338843,0.42975205,0.43801653,0.39256197,0.3966942,0.36363637,0.30991736,0.18181819,0.11983471,0.14049587,0.15289256,0.15289256,0.6446281,0.6322314,0.61157024,0.59090906,0.5661157,0.5247934,0.49586776,0.46280992,0.45454547,0.45454547,0.47933885,0.45454547,0.43801653,0.41322315,0.40082645,0.38842976,0.36363637,0.3677686,0.34710744,0.33471075,0.32231405,0.338843,0.34710744,0.38016528,0.4090909,0.42561984,0.47107437,0.49586776,0.5495868,0.58677685,0.58264464,0.58677685,0.5661157,0.56198347,0.57024795,0.59090906,0.56198347,0.5289256,0.49586776,0.45454547,0.41322315,0.37603307,0.35950413,0.338843,0.3181818,0.30578512,0.30165288,0.28512397,0.30578512,0.3140496,0.3264463,0.3305785,0.37603307,0.3553719,0.38842976,0.37603307,0.35950413,0.35123968,0.28512397,0.1446281,0.10330579,0.14049587,0.14049587,0.15289256,0.6446281,0.6322314,0.61157024,0.57024795,0.5289256,0.5165289,0.47933885,0.47107437,0.45041323,0.45041323,0.4752066,0.4752066,0.47933885,0.4752066,0.45454547,0.45867768,0.4338843,0.4214876,0.4090909,0.38842976,0.38016528,0.37190083,0.37190083,0.38842976,0.3966942,0.4090909,0.4338843,0.47933885,0.53305787,0.58677685,0.607438,0.607438,0.607438,0.59917355,0.61157024,0.62396693,0.58677685,0.5165289,0.46694216,0.42561984,0.38842976,0.3553719,0.36363637,0.3553719,0.35123968,0.35123968,0.37190083,0.37603307,0.40082645,0.39256197,0.38842976,0.3966942,0.37190083,0.38429752,0.36363637,0.40082645,0.3966942,0.3677686,0.2603306,0.14049587,0.09917355,0.13636364,0.14049587,0.13636364,0.6280992,0.62396693,0.60330576,0.5785124,0.53305787,0.5123967,0.5041322,0.53305787,0.553719,0.5495868,0.57024795,0.58677685,0.61570245,0.61157024,0.58264464,0.55785125,0.5165289,0.48347107,0.45867768,0.44214877,0.42561984,0.41735536,0.41735536,0.41322315,0.40082645,0.4090909,0.41735536,0.47107437,0.53305787,0.59090906,0.6404959,0.6404959,0.661157,0.6652893,0.6694215,0.6694215,0.6198347,0.5206612,0.44214877,0.38429752,0.38429752,0.39256197,0.40082645,0.40495867,0.4090909,0.42561984,0.46280992,0.48347107,0.49586776,0.5123967,0.5,0.5082645,0.4752066,0.45454547,0.42975205,0.43801653,0.43801653,0.38429752,0.24793388,0.13636364,0.08677686,0.11983471,0.13636364,0.1322314,0.607438,0.59917355,0.57024795,0.553719,0.5206612,0.5123967,0.553719,0.59504133,0.6280992,0.6528926,0.6735537,0.661157,0.6735537,0.6487603,0.61157024,0.57024795,0.5413223,0.5,0.45867768,0.42561984,0.42561984,0.42975205,0.4338843,0.42561984,0.4090909,0.40495867,0.4214876,0.46280992,0.5247934,0.62396693,0.6694215,0.6818182,0.7107438,0.7231405,0.71487606,0.6983471,0.6363636,0.5123967,0.41735536,0.40495867,0.41322315,0.4338843,0.45041323,0.45454547,0.45041323,0.45454547,0.47107437,0.4876033,0.5123967,0.5165289,0.5082645,0.5289256,0.5165289,0.5,0.4752066,0.45041323,0.45454547,0.41735536,0.2603306,0.1322314,0.09917355,0.11570248,0.1322314,0.12396694,0.62396693,0.59090906,0.553719,0.5165289,0.49586776,0.5082645,0.57024795,0.59090906,0.61157024,0.6198347,0.61157024,0.607438,0.58264464,0.60330576,0.6198347,0.607438,0.60330576,0.57024795,0.49586776,0.43801653,0.40495867,0.4090909,0.41322315,0.4214876,0.42561984,0.41322315,0.41735536,0.46280992,0.5495868,0.661157,0.71900827,0.74380165,0.7644628,0.76033056,0.76033056,0.72727275,0.6570248,0.5082645,0.42561984,0.41322315,0.4338843,0.446281,0.4338843,0.42561984,0.4338843,0.46694216,0.48347107,0.5041322,0.5165289,0.5289256,0.49586776,0.47107437,0.45867768,0.5,0.46280992,0.44214877,0.45454547,0.42561984,0.2768595,0.12809917,0.09917355,0.12396694,0.12809917,0.12396694,0.61570245,0.58677685,0.5413223,0.5,0.4876033,0.5041322,0.5413223,0.5495868,0.553719,0.5289256,0.5495868,0.57024795,0.661157,0.6859504,0.71900827,0.6735537,0.6363636,0.59090906,0.53305787,0.46694216,0.40082645,0.37190083,0.38016528,0.40082645,0.41322315,0.40082645,0.41735536,0.46280992,0.553719,0.6818182,0.75206614,0.77272725,0.78512394,0.7768595,0.7768595,0.73966944,0.6404959,0.48347107,0.41322315,0.40082645,0.41735536,0.40495867,0.40495867,0.4214876,0.4338843,0.46694216,0.49586776,0.5206612,0.54545456,0.56198347,0.5371901,0.48347107,0.42975205,0.42561984,0.43801653,0.42975205,0.43801653,0.41322315,0.28099173,0.12396694,0.10743801,0.11983471,0.14049587,0.18181819,0.59917355,0.57438016,0.54545456,0.5165289,0.5082645,0.49173555,0.5,0.46694216,0.4752066,0.49586776,0.5371901,0.607438,0.6363636,0.61157024,0.59917355,0.5413223,0.47107437,0.42975205,0.4214876,0.41735536,0.39256197,0.35950413,0.3553719,0.38842976,0.41322315,0.41735536,0.44214877,0.48347107,0.57024795,0.6942149,0.77272725,0.79752064,0.8057851,0.7933884,0.7933884,0.76033056,0.6446281,0.49173555,0.42561984,0.3966942,0.38016528,0.37603307,0.37190083,0.41322315,0.43801653,0.43801653,0.43801653,0.45041323,0.47107437,0.5041322,0.5165289,0.47933885,0.44214877,0.37603307,0.39256197,0.41322315,0.42561984,0.41735536,0.29338843,0.14049587,0.11570248,0.13636364,0.17768595,0.25619835,0.58677685,0.55785125,0.5247934,0.5247934,0.5123967,0.4752066,0.42975205,0.41735536,0.42975205,0.46280992,0.45867768,0.5123967,0.5,0.43801653,0.39256197,0.3264463,0.24380165,0.23140496,0.27272728,0.33471075,0.35950413,0.3429752,0.35123968,0.4090909,0.45454547,0.46694216,0.47933885,0.5413223,0.60330576,0.70247936,0.7768595,0.8140496,0.822314,0.8057851,0.8016529,0.78512394,0.6652893,0.5289256,0.45867768,0.3966942,0.36363637,0.3553719,0.3553719,0.4090909,0.446281,0.40082645,0.30578512,0.2520661,0.2644628,0.29338843,0.35123968,0.4090909,0.3966942,0.38842976,0.36363637,0.42975205,0.43801653,0.43801653,0.28512397,0.16115703,0.14049587,0.16528925,0.23140496,0.33471075,0.59504133,0.5661157,0.54545456,0.5413223,0.5247934,0.49173555,0.47107437,0.46280992,0.4338843,0.45454547,0.44214877,0.46694216,0.45454547,0.38842976,0.3264463,0.25619835,0.20247933,0.23966943,0.30165288,0.37603307,0.39256197,0.37603307,0.39256197,0.45867768,0.5413223,0.58264464,0.58677685,0.61570245,0.6404959,0.70247936,0.76033056,0.8016529,0.8305785,0.822314,0.80991733,0.7892562,0.70247936,0.56198347,0.4752066,0.4214876,0.38429752,0.37190083,0.38429752,0.45041323,0.47933885,0.4090909,0.28099173,0.15289256,0.14876033,0.14876033,0.24380165,0.3181818,0.3553719,0.3677686,0.37190083,0.42561984,0.45041323,0.44214877,0.30991736,0.17355372,0.1983471,0.24380165,0.29752067,0.36363637,0.6198347,0.59504133,0.57024795,0.5661157,0.56198347,0.58264464,0.61157024,0.59917355,0.5495868,0.5371901,0.54545456,0.5371901,0.5082645,0.46280992,0.3966942,0.3553719,0.3264463,0.36363637,0.41322315,0.45867768,0.48347107,0.5082645,0.5495868,0.58264464,0.6404959,0.6942149,0.6983471,0.6942149,0.6818182,0.7107438,0.73140496,0.7892562,0.822314,0.8264463,0.8140496,0.8057851,0.71487606,0.5785124,0.5,0.49173555,0.47107437,0.446281,0.45041323,0.47107437,0.4876033,0.45041323,0.3305785,0.24793388,0.1983471,0.23140496,0.2892562,0.3264463,0.38842976,0.3966942,0.40082645,0.4214876,0.446281,0.45454547,0.33471075,0.19421488,0.2644628,0.3264463,0.3429752,0.38429752,0.6487603,0.6487603,0.6322314,0.62396693,0.6363636,0.6652893,0.6983471,0.6818182,0.6446281,0.59917355,0.607438,0.59917355,0.57438016,0.54545456,0.5082645,0.47933885,0.46280992,0.47933885,0.5041322,0.5247934,0.5661157,0.61157024,0.6694215,0.7066116,0.73140496,0.75206614,0.75619835,0.73966944,0.71487606,0.7107438,0.73140496,0.77272725,0.8140496,0.8305785,0.8181818,0.8057851,0.72727275,0.58677685,0.5082645,0.5165289,0.5165289,0.5041322,0.49586776,0.5,0.5041322,0.49173555,0.446281,0.4090909,0.35123968,0.36363637,0.39256197,0.41322315,0.44214877,0.47107437,0.43801653,0.4338843,0.446281,0.45867768,0.37190083,0.22727273,0.29752067,0.38429752,0.38429752,0.3966942,0.6735537,0.6859504,0.6983471,0.6859504,0.6859504,0.7107438,0.72727275,0.7107438,0.6942149,0.6694215,0.6363636,0.607438,0.59504133,0.57024795,0.55785125,0.5289256,0.5247934,0.53305787,0.55785125,0.58264464,0.62396693,0.6652893,0.7066116,0.74793386,0.7644628,0.76859504,0.76859504,0.75206614,0.72727275,0.71487606,0.73140496,0.76033056,0.7933884,0.8305785,0.822314,0.79752064,0.7355372,0.58677685,0.5041322,0.5165289,0.53305787,0.5289256,0.5289256,0.5247934,0.5165289,0.5,0.5,0.49586776,0.46280992,0.446281,0.46694216,0.46280992,0.5,0.5123967,0.49173555,0.47107437,0.46280992,0.46694216,0.4090909,0.30165288,0.33471075,0.3966942,0.3966942,0.40495867,0.6983471,0.7066116,0.73140496,0.73966944,0.72727275,0.7231405,0.7231405,0.71487606,0.7107438,0.70247936,0.6694215,0.6280992,0.59917355,0.58677685,0.58677685,0.5661157,0.57438016,0.59504133,0.6198347,0.6404959,0.6859504,0.7107438,0.74380165,0.7768595,0.7768595,0.77272725,0.76033056,0.75206614,0.73966944,0.7231405,0.7231405,0.74793386,0.78099173,0.8264463,0.8264463,0.8057851,0.75206614,0.59917355,0.5082645,0.5371901,0.55785125,0.55785125,0.553719,0.5495868,0.53305787,0.5123967,0.49586776,0.4876033,0.49173555,0.4752066,0.49173555,0.5041322,0.5247934,0.53305787,0.5247934,0.5,0.4876033,0.47933885,0.42975205,0.3553719,0.37190083,0.40082645,0.40495867,0.41322315,0.71900827,0.73140496,0.74793386,0.7644628,0.75619835,0.72727275,0.71487606,0.71900827,0.71900827,0.71900827,0.6983471,0.6735537,0.661157,0.6570248,0.6652893,0.6570248,0.6652893,0.6942149,0.6942149,0.7066116,0.73966944,0.7644628,0.78512394,0.79752064,0.7933884,0.77272725,0.76033056,0.75619835,0.74380165,0.73140496,0.71900827,0.7231405,0.76859504,0.8181818,0.8264463,0.8057851,0.76033056,0.6198347,0.5082645,0.5289256,0.5785124,0.59504133,0.58677685,0.57438016,0.56198347,0.5495868,0.53305787,0.5041322,0.5041322,0.5041322,0.5082645,0.5289256,0.5413223,0.5413223,0.53305787,0.5165289,0.5,0.48347107,0.44214877,0.3966942,0.4090909,0.4090909,0.40495867,0.41322315,0.71487606,0.74380165,0.7644628,0.77272725,0.77272725,0.75619835,0.73140496,0.72727275,0.7355372,0.74380165,0.74793386,0.74380165,0.75206614,0.73966944,0.75206614,0.73966944,0.73966944,0.75619835,0.76033056,0.7644628,0.78512394,0.8016529,0.8140496,0.8140496,0.7892562,0.76033056,0.75619835,0.74380165,0.73966944,0.73140496,0.71487606,0.70247936,0.74793386,0.80991733,0.8305785,0.8140496,0.76859504,0.6446281,0.5165289,0.5082645,0.5661157,0.61570245,0.6322314,0.62396693,0.59917355,0.58677685,0.57024795,0.55785125,0.5413223,0.54545456,0.5413223,0.54545456,0.553719,0.54545456,0.5289256,0.53305787,0.5082645,0.48347107,0.45867768,0.42561984,0.41735536,0.4090909,0.40082645,0.4090909,0.7066116,0.73966944,0.7644628,0.78099173,0.78512394,0.77272725,0.74793386,0.74793386,0.74793386,0.77272725,0.7768595,0.7768595,0.78512394,0.77272725,0.78512394,0.78099173,0.78099173,0.7933884,0.8016529,0.8057851,0.8140496,0.8181818,0.8140496,0.79752064,0.77272725,0.74380165,0.74380165,0.7355372,0.7355372,0.7231405,0.71487606,0.70247936,0.72727275,0.79752064,0.8347107,0.8140496,0.78099173,0.6694215,0.53305787,0.49173555,0.5289256,0.59917355,0.6487603,0.6652893,0.6528926,0.6404959,0.61570245,0.60330576,0.59090906,0.58264464,0.57438016,0.55785125,0.55785125,0.54545456,0.5289256,0.5371901,0.5123967,0.4876033,0.46280992,0.44214877,0.42561984,0.40082645,0.40495867,0.41322315,0.6983471,0.72727275,0.7644628,0.78512394,0.7933884,0.7892562,0.77272725,0.76859504,0.7768595,0.78099173,0.7933884,0.8016529,0.79752064,0.79752064,0.8057851,0.7933884,0.8057851,0.8140496,0.822314,0.8181818,0.8140496,0.8057851,0.7933884,0.77272725,0.75206614,0.72727275,0.72727275,0.7231405,0.7231405,0.71900827,0.7066116,0.71487606,0.7231405,0.79752064,0.838843,0.822314,0.7892562,0.6942149,0.55785125,0.49173555,0.5041322,0.56198347,0.6280992,0.6694215,0.6818182,0.6818182,0.6652893,0.6528926,0.6404959,0.6280992,0.61570245,0.5785124,0.5785124,0.553719,0.553719,0.54545456,0.5206612,0.4876033,0.47107437,0.45041323,0.42561984,0.4090909,0.41322315,0.4214876,0.69008267,0.72727275,0.75206614,0.78099173,0.8016529,0.8057851,0.79752064,0.7892562,0.8016529,0.7933884,0.7933884,0.8057851,0.79752064,0.80991733,0.80991733,0.8016529,0.80991733,0.80991733,0.80991733,0.8057851,0.79752064,0.78512394,0.77272725,0.74793386,0.73140496,0.71487606,0.71900827,0.71487606,0.71900827,0.71900827,0.70247936,0.71900827,0.73966944,0.7933884,0.838843,0.8264463,0.79752064,0.71900827,0.58264464,0.4876033,0.49586776,0.5289256,0.60330576,0.6528926,0.6735537,0.677686,0.677686,0.6652893,0.6570248,0.6446281,0.6363636,0.60330576,0.61157024,0.58264464,0.5785124,0.56198347,0.5247934,0.49173555,0.47107437,0.44214877,0.42561984,0.41322315,0.4090909,0.41735536,0.6818182,0.7107438,0.73966944,0.77272725,0.7933884,0.8057851,0.8140496,0.8057851,0.8140496,0.8016529,0.7892562,0.8016529,0.7933884,0.7933884,0.8016529,0.8016529,0.7933884,0.7892562,0.78512394,0.7892562,0.78099173,0.77272725,0.7644628,0.74380165,0.7231405,0.71487606,0.71900827,0.72727275,0.73140496,0.71900827,0.7107438,0.72727275,0.73966944,0.7933884,0.8305785,0.8264463,0.79752064,0.7355372,0.61570245,0.5,0.48347107,0.5082645,0.58677685,0.6404959,0.6570248,0.6652893,0.677686,0.6652893,0.6446281,0.6487603,0.6363636,0.6198347,0.6363636,0.61570245,0.607438,0.57024795,0.5371901,0.49586776,0.47107437,0.4338843,0.41322315,0.41322315,0.4214876,0.41322315,0.6652893,0.6942149,0.72727275,0.75619835,0.7768595,0.7933884,0.8057851,0.8140496,0.822314,0.8140496,0.79752064,0.8016529,0.7892562,0.7892562,0.79752064,0.78512394,0.78512394,0.78099173,0.7768595,0.78099173,0.7892562,0.7892562,0.7768595,0.74380165,0.71900827,0.7066116,0.71487606,0.72727275,0.72727275,0.71900827,0.7107438,0.73140496,0.74793386,0.79752064,0.8347107,0.8264463,0.79752064,0.74793386,0.6363636,0.5165289,0.47933885,0.5041322,0.57438016,0.6280992,0.6570248,0.6652893,0.661157,0.661157,0.6404959,0.6570248,0.6363636,0.6487603,0.6487603,0.6487603,0.6280992,0.58264464,0.5413223,0.48347107,0.46694216,0.42975205,0.40082645,0.41322315,0.42561984,0.4090909,0.6570248,0.6859504,0.71900827,0.74793386,0.75619835,0.7768595,0.7933884,0.8016529,0.80991733,0.8181818,0.8057851,0.8016529,0.78512394,0.78099173,0.7933884,0.78512394,0.78512394,0.7892562,0.7892562,0.7892562,0.79752064,0.7933884,0.7644628,0.71900827,0.6942149,0.6942149,0.70247936,0.7066116,0.72727275,0.7231405,0.71487606,0.72727275,0.76033056,0.8016529,0.8264463,0.8264463,0.79752064,0.75619835,0.6694215,0.553719,0.48347107,0.4876033,0.5495868,0.61570245,0.6487603,0.661157,0.661157,0.6735537,0.6652893,0.661157,0.6404959,0.6446281,0.661157,0.661157,0.6280992,0.58264464,0.5247934,0.47933885,0.45867768,0.42561984,0.40082645,0.4090909,0.41322315,0.41322315,0.6570248,0.6818182,0.7107438,0.7355372,0.7355372,0.74793386,0.7644628,0.78512394,0.79752064,0.8016529,0.80991733,0.8016529,0.7892562,0.7768595,0.7892562,0.7933884,0.7892562,0.7933884,0.7892562,0.7933884,0.7892562,0.76033056,0.7107438,0.6735537,0.6652893,0.677686,0.6942149,0.71487606,0.72727275,0.71487606,0.73140496,0.7231405,0.7768595,0.822314,0.8305785,0.8140496,0.7892562,0.7644628,0.6942149,0.58264464,0.5,0.47107437,0.5206612,0.59504133,0.6404959,0.6528926,0.6570248,0.6735537,0.6652893,0.6570248,0.6404959,0.6280992,0.6446281,0.6363636,0.59504133,0.5661157,0.5247934,0.47107437,0.45041323,0.41735536,0.39256197,0.41322315,0.4090909,0.41322315,0.6528926,0.6735537,0.677686,0.7066116,0.71900827,0.7355372,0.74793386,0.75206614,0.7768595,0.79752064,0.78512394,0.7892562,0.78512394,0.7768595,0.78512394,0.7933884,0.78099173,0.78099173,0.7768595,0.77272725,0.74380165,0.6859504,0.6404959,0.6322314,0.6570248,0.677686,0.69008267,0.71487606,0.73140496,0.7355372,0.72727275,0.73140496,0.7933884,0.838843,0.8305785,0.8057851,0.78099173,0.78099173,0.73140496,0.61570245,0.5247934,0.48347107,0.49173555,0.57024795,0.62396693,0.6570248,0.661157,0.6694215,0.677686,0.6652893,0.6446281,0.6280992,0.61570245,0.61570245,0.57438016,0.54545456,0.5123967,0.4752066,0.45454547,0.41322315,0.4090909,0.40082645,0.40495867,0.41322315,0.6404959,0.6528926,0.6528926,0.677686,0.6983471,0.70247936,0.71487606,0.73966944,0.75206614,0.77272725,0.78099173,0.7644628,0.78512394,0.77272725,0.77272725,0.7768595,0.76859504,0.76033056,0.7355372,0.69008267,0.6404959,0.58264464,0.5661157,0.6198347,0.6652893,0.6859504,0.71900827,0.71900827,0.7355372,0.7231405,0.7231405,0.72727275,0.7892562,0.838843,0.8264463,0.78099173,0.7644628,0.76859504,0.73140496,0.6198347,0.5289256,0.49173555,0.48347107,0.53305787,0.58264464,0.62396693,0.6487603,0.661157,0.6735537,0.6570248,0.6487603,0.6446281,0.61157024,0.58677685,0.56198347,0.53305787,0.49173555,0.45867768,0.45454547,0.42561984,0.40082645,0.40495867,0.3966942,0.41322315,0.60330576,0.6322314,0.6363636,0.6528926,0.6735537,0.6859504,0.70247936,0.71487606,0.73966944,0.74380165,0.76033056,0.74380165,0.77272725,0.76033056,0.74793386,0.7355372,0.71487606,0.71487606,0.6942149,0.6322314,0.553719,0.5082645,0.53305787,0.607438,0.661157,0.677686,0.70247936,0.69008267,0.6735537,0.6818182,0.677686,0.6859504,0.73140496,0.76859504,0.77272725,0.73966944,0.73966944,0.73966944,0.677686,0.58264464,0.5,0.4876033,0.47107437,0.47933885,0.553719,0.59090906,0.6280992,0.6363636,0.6363636,0.6446281,0.62396693,0.6198347,0.61157024,0.59090906,0.55785125,0.5247934,0.48347107,0.46694216,0.42561984,0.40495867,0.40495867,0.41322315,0.4090909,0.4090909,0.58264464,0.61157024,0.6280992,0.6446281,0.6528926,0.6694215,0.6859504,0.6942149,0.7107438,0.7107438,0.7355372,0.72727275,0.72727275,0.7355372,0.71487606,0.6983471,0.6859504,0.6652893,0.6198347,0.5495868,0.49173555,0.46694216,0.5123967,0.58677685,0.6363636,0.6446281,0.62396693,0.57024795,0.55785125,0.57024795,0.57438016,0.59917355,0.6322314,0.661157,0.6694215,0.6694215,0.6735537,0.6652893,0.59504133,0.5247934,0.46280992,0.46280992,0.45454547,0.44214877,0.5082645,0.56198347,0.60330576,0.6198347,0.62396693,0.6198347,0.59917355,0.59917355,0.58677685,0.5785124,0.5289256,0.5123967,0.48347107,0.44214877,0.42561984,0.4090909,0.41322315,0.40082645,0.3966942,0.40495867,0.553719,0.5785124,0.607438,0.6322314,0.6446281,0.6487603,0.6652893,0.6818182,0.6652893,0.6942149,0.6942149,0.71900827,0.7066116,0.7107438,0.69008267,0.6859504,0.6446281,0.60330576,0.553719,0.47933885,0.44214877,0.45867768,0.5,0.5495868,0.56198347,0.54545456,0.4752066,0.37190083,0.3553719,0.42975205,0.46694216,0.4752066,0.5082645,0.5371901,0.5495868,0.5495868,0.5661157,0.5661157,0.5,0.42975205,0.40082645,0.42975205,0.4214876,0.40495867,0.47107437,0.5371901,0.5785124,0.59504133,0.607438,0.59917355,0.58264464,0.57438016,0.56198347,0.54545456,0.5123967,0.5,0.46280992,0.43801653,0.41735536,0.40495867,0.4090909,0.38429752,0.40082645,0.40495867,0.53305787,0.553719,0.57438016,0.61157024,0.62396693,0.6363636,0.6404959,0.6528926,0.6652893,0.6694215,0.6652893,0.6818182,0.6942149,0.6818182,0.6694215,0.6487603,0.607438,0.5413223,0.48347107,0.43801653,0.45041323,0.4876033,0.5206612,0.5289256,0.4876033,0.4338843,0.35950413,0.23966943,0.20247933,0.25619835,0.35123968,0.38842976,0.39256197,0.41322315,0.4090909,0.4338843,0.44214877,0.44214877,0.38842976,0.3305785,0.338843,0.3966942,0.40082645,0.38016528,0.42975205,0.49173555,0.5495868,0.5661157,0.57438016,0.5661157,0.57438016,0.54545456,0.5413223,0.5165289,0.5041322,0.47933885,0.45041323,0.4338843,0.4090909,0.40495867,0.40495867,0.40082645,0.40082645,0.4090909,0.5206612,0.53305787,0.5413223,0.57024795,0.58677685,0.59090906,0.61570245,0.61570245,0.62396693,0.6404959,0.6446281,0.6487603,0.6528926,0.62396693,0.6280992,0.59917355,0.553719,0.47933885,0.42561984,0.4338843,0.5,0.57024795,0.58677685,0.57024795,0.47107437,0.38842976,0.2892562,0.24793388,0.24793388,0.2603306,0.27272728,0.30165288,0.338843,0.3429752,0.34710744,0.3429752,0.3553719,0.338843,0.29338843,0.29338843,0.36363637,0.42975205,0.4338843,0.3966942,0.40495867,0.446281,0.5082645,0.54545456,0.5495868,0.553719,0.54545456,0.5247934,0.5123967,0.5,0.47933885,0.47107437,0.44214877,0.4214876,0.3966942,0.40495867,0.40495867,0.40082645,0.39256197,0.3966942,0.5082645,0.5165289,0.5165289,0.53305787,0.5495868,0.56198347,0.5785124,0.58264464,0.59917355,0.607438,0.6198347,0.607438,0.59504133,0.5785124,0.57024795,0.5413223,0.48347107,0.4338843,0.4214876,0.49173555,0.57438016,0.6322314,0.6446281,0.6280992,0.53305787,0.40495867,0.3181818,0.2892562,0.30165288,0.2892562,0.3181818,0.30165288,0.29338843,0.3264463,0.3140496,0.3181818,0.3181818,0.3181818,0.29338843,0.33471075,0.4214876,0.46280992,0.46694216,0.42561984,0.3966942,0.42561984,0.47933885,0.5165289,0.53305787,0.53305787,0.5165289,0.5041322,0.5,0.4752066,0.45867768,0.45867768,0.42561984,0.40082645,0.3966942,0.40082645,0.40082645,0.40495867,0.3966942,0.3966942,0.47933885,0.4876033,0.49173555,0.49586776,0.5082645,0.5206612,0.5371901,0.5495868,0.55785125,0.57438016,0.5785124,0.56198347,0.5495868,0.5371901,0.5082645,0.4752066,0.42561984,0.40495867,0.46280992,0.56198347,0.6280992,0.6570248,0.6570248,0.6528926,0.59504133,0.48347107,0.39256197,0.3553719,0.33471075,0.3181818,0.30991736,0.3264463,0.30578512,0.30991736,0.3140496,0.3264463,0.33471075,0.36363637,0.35950413,0.38429752,0.43801653,0.46694216,0.47933885,0.46280992,0.4090909,0.40082645,0.446281,0.47933885,0.5082645,0.5123967,0.5,0.49586776,0.4752066,0.45454547,0.45454547,0.42975205,0.41735536,0.39256197,0.40082645,0.40495867,0.3966942,0.40495867,0.3966942,0.40082645,0.45867768,0.45454547,0.46280992,0.45041323,0.45867768,0.48347107,0.49173555,0.5123967,0.5082645,0.5371901,0.53305787,0.53305787,0.5123967,0.49173555,0.46280992,0.42561984,0.40082645,0.4338843,0.5371901,0.61157024,0.6528926,0.661157,0.6528926,0.6404959,0.61570245,0.55785125,0.48347107,0.45867768,0.4090909,0.37190083,0.338843,0.3429752,0.338843,0.32231405,0.35123968,0.3553719,0.37190083,0.3966942,0.40082645,0.40082645,0.42975205,0.45454547,0.47107437,0.48347107,0.446281,0.4090909,0.4090909,0.42561984,0.47933885,0.4752066,0.4876033,0.4876033,0.45041323,0.43801653,0.43801653,0.41735536,0.4090909,0.40082645,0.3966942,0.3966942,0.40082645,0.40082645,0.39256197,0.3966942,0.45867768,0.45041323,0.4338843,0.42561984,0.42561984,0.43801653,0.45454547,0.47933885,0.48347107,0.5041322,0.5041322,0.5,0.4752066,0.44214877,0.41735536,0.39256197,0.43801653,0.5082645,0.59504133,0.6363636,0.6404959,0.6487603,0.6487603,0.6322314,0.62396693,0.61157024,0.5785124,0.5495868,0.5,0.45867768,0.40495867,0.37603307,0.3677686,0.36363637,0.37190083,0.37603307,0.40082645,0.41322315,0.41322315,0.39256197,0.4090909,0.4338843,0.46280992,0.46694216,0.47107437,0.45454547,0.4090909,0.3966942,0.4338843,0.45041323,0.4752066,0.46280992,0.446281,0.41735536,0.42561984,0.39256197,0.40082645,0.39256197,0.3966942,0.40082645,0.3966942,0.40495867,0.39256197,0.3966942,0.46280992,0.45041323,0.42975205,0.42561984,0.41735536,0.4214876,0.446281,0.46694216,0.4752066,0.48347107,0.48347107,0.47107437,0.42561984,0.40082645,0.38429752,0.4214876,0.5165289,0.58264464,0.6280992,0.6446281,0.6322314,0.6280992,0.6446281,0.6322314,0.607438,0.607438,0.607438,0.59504133,0.5495868,0.5247934,0.4752066,0.41735536,0.38842976,0.37190083,0.35950413,0.38429752,0.40495867,0.41322315,0.42561984,0.40082645,0.41322315,0.42561984,0.446281,0.45454547,0.46280992,0.48347107,0.45454547,0.38429752,0.39256197,0.42975205,0.45454547,0.446281,0.43801653,0.40495867,0.4090909,0.38842976,0.38842976,0.40082645,0.3966942,0.40082645,0.3966942,0.40082645,0.3966942,0.3966942,0.47107437,0.46280992,0.45041323,0.44214877,0.42975205,0.4338843,0.45454547,0.47107437,0.49173555,0.49586776,0.4876033,0.45041323,0.39256197,0.38842976,0.4090909,0.49173555,0.58264464,0.6198347,0.6280992,0.6280992,0.62396693,0.59917355,0.61157024,0.62396693,0.59917355,0.58677685,0.607438,0.59504133,0.5661157,0.553719,0.5082645,0.43801653,0.3966942,0.3553719,0.3429752,0.37603307,0.4090909,0.41322315,0.41735536,0.41322315,0.4214876,0.42561984,0.44214877,0.446281,0.446281,0.47933885,0.5,0.41322315,0.37190083,0.39256197,0.446281,0.42975205,0.42561984,0.3966942,0.38429752,0.38016528,0.38429752,0.40082645,0.3966942,0.3966942,0.3966942,0.40082645,0.39256197,0.38842976,0.4752066,0.47107437,0.4752066,0.46280992,0.45867768,0.46280992,0.47933885,0.49173555,0.5165289,0.5247934,0.49173555,0.4338843,0.38016528,0.41735536,0.47107437,0.53305787,0.59504133,0.607438,0.60330576,0.58677685,0.59917355,0.57024795,0.5785124,0.607438,0.58677685,0.5785124,0.607438,0.59917355,0.5785124,0.56198347,0.5082645,0.45041323,0.40495867,0.36363637,0.3429752,0.38016528,0.4090909,0.4090909,0.41322315,0.4214876,0.42561984,0.41735536,0.42975205,0.44214877,0.44214877,0.46280992,0.4876033,0.45867768,0.37603307,0.38429752,0.42975205,0.42975205,0.4090909,0.37603307,0.38429752,0.38016528,0.38429752,0.3966942,0.3966942,0.38842976,0.3966942,0.3966942,0.38842976,0.38429752,0.48347107,0.47933885,0.47933885,0.47933885,0.47933885,0.4876033,0.5123967,0.5206612,0.5413223,0.53305787,0.49173555,0.4214876,0.40495867,0.4752066,0.5247934,0.5371901,0.55785125,0.53305787,0.5247934,0.5206612,0.553719,0.54545456,0.55785125,0.59090906,0.58677685,0.58264464,0.59917355,0.59917355,0.59504133,0.56198347,0.5165289,0.45867768,0.42975205,0.4090909,0.38842976,0.3966942,0.41322315,0.41735536,0.42561984,0.42975205,0.42561984,0.4090909,0.4090909,0.42975205,0.4338843,0.45041323,0.46694216,0.47107437,0.4090909,0.3966942,0.42975205,0.42561984,0.3966942,0.3677686,0.38429752,0.37603307,0.39256197,0.3966942,0.40495867,0.38842976,0.39256197,0.38842976,0.38842976,0.38842976,0.49173555,0.49586776,0.49173555,0.49586776,0.5,0.5041322,0.5289256,0.5371901,0.55785125,0.5371901,0.5,0.43801653,0.45867768,0.5165289,0.5371901,0.5165289,0.49586776,0.45041323,0.43801653,0.45867768,0.5041322,0.5289256,0.553719,0.58677685,0.59917355,0.60330576,0.59917355,0.59090906,0.59504133,0.57438016,0.553719,0.49586776,0.5041322,0.4876033,0.45454547,0.4338843,0.42975205,0.4214876,0.43801653,0.4338843,0.41735536,0.41322315,0.40495867,0.41322315,0.42561984,0.43801653,0.446281,0.45041323,0.42975205,0.4214876,0.4338843,0.4214876,0.40495867,0.35950413,0.39256197,0.38429752,0.3966942,0.38842976,0.4090909,0.40082645,0.39256197,0.38842976,0.39256197,0.39256197,0.5,0.5041322,0.5082645,0.5082645,0.5123967,0.5165289,0.5247934,0.5495868,0.553719,0.54545456,0.5247934,0.5206612,0.5206612,0.5371901,0.5247934,0.47107437,0.4338843,0.40495867,0.39256197,0.41322315,0.4752066,0.5206612,0.54545456,0.5661157,0.57024795,0.59090906,0.59504133,0.58677685,0.59090906,0.58677685,0.59504133,0.57024795,0.57438016,0.5661157,0.5247934,0.4752066,0.45041323,0.4214876,0.4214876,0.41322315,0.40495867,0.39256197,0.38016528,0.3677686,0.39256197,0.41735536,0.4214876,0.43801653,0.4338843,0.45454547,0.4214876,0.4214876,0.38842976,0.3677686,0.38429752,0.38842976,0.3966942,0.38842976,0.40082645,0.3966942,0.38842976,0.38842976,0.38842976,0.38842976,0.49173555,0.49586776,0.5082645,0.5082645,0.5165289,0.5247934,0.5371901,0.5413223,0.55785125,0.55785125,0.5661157,0.59504133,0.56198347,0.5413223,0.5082645,0.45454547,0.40082645,0.38842976,0.35950413,0.35123968,0.38842976,0.4214876,0.45041323,0.45454547,0.45041323,0.47107437,0.47933885,0.47933885,0.49173555,0.5,0.5413223,0.54545456,0.56198347,0.5289256,0.49173555,0.41735536,0.38429752,0.36363637,0.338843,0.3429752,0.3429752,0.32231405,0.29752067,0.3140496,0.3429752,0.38016528,0.41735536,0.42975205,0.45041323,0.45867768,0.40495867,0.40495867,0.38016528,0.35123968,0.38429752,0.38016528,0.38842976,0.3966942,0.39256197,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.47107437,0.47933885,0.4876033,0.5041322,0.5123967,0.5123967,0.5371901,0.53305787,0.54545456,0.56198347,0.5785124,0.6198347,0.60330576,0.55785125,0.5041322,0.4752066,0.45867768,0.4338843,0.4090909,0.37603307,0.3429752,0.3181818,0.29752067,0.2768595,0.28512397,0.30165288,0.30578512,0.29752067,0.3140496,0.32231405,0.35950413,0.37603307,0.3966942,0.38016528,0.3305785,0.2644628,0.24793388,0.22727273,0.21487603,0.23140496,0.26859504,0.30165288,0.2892562,0.30578512,0.338843,0.37603307,0.4090909,0.43801653,0.45041323,0.44214877,0.4090909,0.39256197,0.35950413,0.3677686,0.38016528,0.39256197,0.39256197,0.40082645,0.38429752,0.38016528,0.38842976,0.38842976,0.38429752,0.39256197,0.45454547,0.46694216,0.4876033,0.4876033,0.49586776,0.5041322,0.5165289,0.5206612,0.5289256,0.5413223,0.5785124,0.61157024,0.61157024,0.58264464,0.53305787,0.5165289,0.5371901,0.53305787,0.5371901,0.5413223,0.5165289,0.446281,0.38016528,0.30578512,0.2768595,0.2768595,0.2892562,0.2603306,0.28512397,0.28099173,0.29752067,0.2892562,0.2768595,0.29752067,0.27272728,0.23140496,0.25619835,0.24793388,0.25619835,0.27272728,0.33471075,0.38016528,0.38016528,0.3677686,0.37603307,0.40495867,0.4214876,0.446281,0.45454547,0.42975205,0.40495867,0.38016528,0.36363637,0.3677686,0.38842976,0.39256197,0.3966942,0.38842976,0.39256197,0.38429752,0.38842976,0.39256197,0.38429752,0.39256197,0.42975205,0.45454547,0.46694216,0.47933885,0.4876033,0.49586776,0.5,0.5041322,0.5165289,0.5371901,0.553719,0.58677685,0.5785124,0.59090906,0.55785125,0.5495868,0.58264464,0.59090906,0.60330576,0.62396693,0.62396693,0.61570245,0.58264464,0.5247934,0.4876033,0.47107437,0.4752066,0.48347107,0.4752066,0.446281,0.41322315,0.40495867,0.3966942,0.39256197,0.38429752,0.38429752,0.39256197,0.38016528,0.35950413,0.35950413,0.40082645,0.4214876,0.42561984,0.41735536,0.41322315,0.41735536,0.42975205,0.44214877,0.45041323,0.42561984,0.40495867,0.35950413,0.37190083,0.37190083,0.38842976,0.38429752,0.40082645,0.38842976,0.38429752,0.38429752,0.38842976,0.38016528,0.38842976,0.3966942,0.40082645,0.42975205,0.45454547,0.46280992,0.4752066,0.5,0.5123967,0.49586776,0.5082645,0.5123967,0.5413223,0.5495868,0.55785125,0.55785125,0.553719,0.57024795,0.607438,0.6280992,0.62396693,0.6363636,0.6404959,0.6363636,0.6322314,0.6280992,0.6446281,0.6735537,0.70247936,0.73966944,0.75619835,0.7107438,0.6280992,0.59917355,0.57024795,0.56198347,0.55785125,0.5413223,0.53305787,0.4752066,0.43801653,0.41322315,0.42975205,0.44214877,0.446281,0.45041323,0.43801653,0.41735536,0.43801653,0.43801653,0.43801653,0.41322315,0.37603307,0.37190083,0.36363637,0.39256197,0.37603307,0.38016528,0.3966942,0.38429752,0.38016528,0.3966942,0.3966942,0.39256197,0.38842976,0.39256197,0.35950413,0.3966942,0.4338843,0.45041323,0.47107437,0.4876033,0.48347107,0.4876033,0.5041322,0.49586776,0.5206612,0.5289256,0.5371901,0.54545456,0.57438016,0.60330576,0.62396693,0.6487603,0.6446281,0.6446281,0.6404959,0.6322314,0.6198347,0.61157024,0.61157024,0.6322314,0.6487603,0.6818182,0.7107438,0.6983471,0.6280992,0.61157024,0.607438,0.59504133,0.60330576,0.59090906,0.553719,0.5165289,0.46694216,0.43801653,0.42975205,0.44214877,0.45041323,0.45454547,0.45041323,0.4338843,0.446281,0.44214877,0.41735536,0.38429752,0.37190083,0.34710744,0.3966942,0.37603307,0.3966942,0.37603307,0.38842976,0.38429752,0.38016528,0.38842976,0.3966942,0.38842976,0.38429752,0.38016528,0.3140496,0.38429752,0.41322315,0.4338843,0.45867768,0.47107437,0.46694216,0.45867768,0.49586776,0.49173555,0.49173555,0.5247934,0.5371901,0.553719,0.59090906,0.62396693,0.62396693,0.6322314,0.6363636,0.6322314,0.6280992,0.61570245,0.607438,0.607438,0.59090906,0.58264464,0.5785124,0.5661157,0.5785124,0.55785125,0.5247934,0.5041322,0.5041322,0.5206612,0.5082645,0.5041322,0.48347107,0.48347107,0.4752066,0.45041323,0.44214877,0.446281,0.45454547,0.45867768,0.45867768,0.446281,0.43801653,0.4214876,0.41322315,0.3677686,0.34710744,0.3677686,0.35950413,0.38429752,0.3966942,0.38429752,0.3966942,0.38842976,0.38429752,0.3966942,0.38429752,0.38016528,0.38429752,0.38016528,0.30578512,0.34710744,0.3966942,0.42561984,0.446281,0.45041323,0.45867768,0.446281,0.47107437,0.49173555,0.4876033,0.5082645,0.5371901,0.54545456,0.58264464,0.61157024,0.61570245,0.6198347,0.6280992,0.6280992,0.6198347,0.60330576,0.59090906,0.5785124,0.56198347,0.5371901,0.5371901,0.5165289,0.5082645,0.47933885,0.4338843,0.4214876,0.41322315,0.4214876,0.41322315,0.41735536,0.42561984,0.42975205,0.446281,0.44214877,0.44214877,0.45041323,0.45454547,0.45454547,0.45867768,0.45454547,0.44214877,0.4214876,0.40495867,0.37603307,0.30991736,0.3553719,0.38842976,0.36363637,0.3966942,0.38842976,0.38429752,0.37603307,0.38842976,0.39256197,0.38429752,0.38016528,0.38429752,0.37603307,0.30165288,0.30165288,0.35950413,0.3966942,0.4214876,0.4338843,0.46280992,0.45454547,0.45041323,0.47107437,0.46694216,0.5,0.5082645,0.54545456,0.55785125,0.59917355,0.58677685,0.60330576,0.61157024,0.61570245,0.61570245,0.60330576,0.58677685,0.5661157,0.54545456,0.5,0.4876033,0.45867768,0.47933885,0.43801653,0.41322315,0.40495867,0.41322315,0.38842976,0.40082645,0.4090909,0.40495867,0.40495867,0.4090909,0.42561984,0.43801653,0.446281,0.45454547,0.45454547,0.46280992,0.446281,0.4338843,0.40495867,0.3966942,0.34710744,0.2520661,0.3181818,0.37603307,0.38429752,0.38429752,0.38429752,0.38429752,0.38016528,0.40495867,0.38016528,0.38429752,0.38429752,0.38429752,0.37603307,0.32231405,0.29338843,0.30991736,0.3553719,0.39256197,0.41735536,0.44214877,0.446281,0.45867768,0.45867768,0.47933885,0.4876033,0.5123967,0.5247934,0.53305787,0.57438016,0.5785124,0.59504133,0.60330576,0.59504133,0.59917355,0.59504133,0.57438016,0.55785125,0.5289256,0.5041322,0.46694216,0.42975205,0.42975205,0.3966942,0.3966942,0.38842976,0.4090909,0.41735536,0.38842976,0.40495867,0.39256197,0.39256197,0.41322315,0.44214877,0.44214877,0.446281,0.45454547,0.45454547,0.446281,0.446281,0.4214876,0.39256197,0.38429752,0.30165288,0.20247933,0.2644628,0.36363637,0.38429752,0.39256197,0.3677686,0.38842976,0.38429752,0.38842976,0.38016528,0.38016528,0.38016528,0.38842976,0.38429752,0.34710744,0.29752067,0.27272728,0.3181818,0.36363637,0.4090909,0.4338843,0.45041323,0.46280992,0.46280992,0.47107437,0.49586776,0.49586776,0.5123967,0.5206612,0.553719,0.57438016,0.59090906,0.59090906,0.5785124,0.58264464,0.57438016,0.55785125,0.5495868,0.53305787,0.5123967,0.4876033,0.45454547,0.42561984,0.40495867,0.39256197,0.37603307,0.36363637,0.3966942,0.38842976,0.40495867,0.39256197,0.40082645,0.42561984,0.43801653,0.44214877,0.446281,0.45454547,0.446281,0.44214877,0.42561984,0.4090909,0.38842976,0.3429752,0.23553719,0.19008264,0.21900827,0.30991736,0.3677686,0.38016528,0.37603307,0.38016528,0.38842976,0.38429752,0.37603307,0.38016528,0.38016528,0.38429752,0.38429752,0.3677686,0.32231405,0.26859504,0.27272728,0.32231405,0.37190083,0.42975205,0.446281,0.45867768,0.46280992,0.45867768,0.48347107,0.49173555,0.5,0.5082645,0.5371901,0.55785125,0.5785124,0.58264464,0.57438016,0.5785124,0.5661157,0.5495868,0.5413223,0.5289256,0.5165289,0.5,0.47107437,0.45041323,0.4214876,0.40082645,0.38016528,0.35950413,0.38429752,0.38429752,0.3966942,0.4090909,0.40495867,0.42975205,0.43801653,0.44214877,0.45041323,0.45454547,0.44214877,0.43801653,0.40495867,0.40082645,0.3553719,0.28099173,0.19008264,0.17768595,0.20247933,0.22727273,0.28099173,0.3264463,0.35123968,0.37190083,0.38016528,0.38429752,0.37190083,0.38016528,0.37603307,0.38429752,0.38429752,0.3966942,0.3553719,0.30578512,0.26859504,0.2644628,0.30991736,0.37603307,0.42561984,0.45867768,0.446281,0.45867768,0.46694216,0.4876033,0.5,0.5123967,0.5371901,0.55785125,0.57024795,0.5785124,0.58264464,0.58264464,0.57024795,0.55785125,0.5371901,0.5289256,0.5247934,0.5082645,0.48347107,0.46280992,0.4338843,0.41322315,0.40495867,0.39256197,0.38842976,0.38842976,0.40082645,0.41735536,0.42975205,0.43801653,0.45454547,0.45041323,0.45867768,0.45867768,0.45041323,0.4338843,0.3966942,0.38016528,0.29338843,0.20247933,0.14876033,0.18181819,0.19008264,0.18595041,0.18181819,0.21900827,0.28512397,0.3305785,0.35123968,0.37603307,0.37603307,0.37603307,0.37190083,0.38842976,0.38016528,0.43801653,0.39256197,0.338843,0.30578512,0.24380165,0.24793388,0.30165288,0.3677686,0.4338843,0.446281,0.46280992,0.47107437,0.49586776,0.5082645,0.5123967,0.5371901,0.5495868,0.57438016,0.5785124,0.59504133,0.59917355,0.59090906,0.5785124,0.55785125,0.55785125,0.5495868,0.54545456,0.5289256,0.5123967,0.49586776,0.4752066,0.45041323,0.42975205,0.42975205,0.40082645,0.42975205,0.43801653,0.45454547,0.46280992,0.4752066,0.47107437,0.4752066,0.46694216,0.446281,0.42561984,0.39256197,0.32231405,0.20661157,0.14049587,0.14049587,0.18595041,0.18181819,0.2107438,0.1694215,0.16528925,0.19008264,0.23553719,0.27272728,0.32231405,0.35123968,0.36363637,0.3677686,0.38016528,0.38016528,0.46694216,0.4214876,0.36363637,0.338843,0.26859504,0.24380165,0.24793388,0.29752067,0.3677686,0.41322315,0.446281,0.46694216,0.49586776,0.49586776,0.5082645,0.53305787,0.5495868,0.5785124,0.59090906,0.59090906,0.59917355,0.61157024,0.61157024,0.59917355,0.60330576,0.60330576,0.59504133,0.5785124,0.57438016,0.57438016,0.5495868,0.5206612,0.49173555,0.49173555,0.47107437,0.47933885,0.48347107,0.48347107,0.49173555,0.49173555,0.4876033,0.49173555,0.46280992,0.4338843,0.4090909,0.36363637,0.23553719,0.1446281,0.12809917,0.15289256,0.17768595,0.18595041,0.20661157,0.18595041,0.16528925,0.18595041,0.16115703,0.19008264,0.22727273,0.26859504,0.30991736,0.3429752,0.3677686,0.3677686,0.5,0.45041323,0.39256197,0.35123968,0.30578512,0.27272728,0.23966943,0.2520661,0.28099173,0.35123968,0.39256197,0.4338843,0.47933885,0.48347107,0.5082645,0.5289256,0.5413223,0.56198347,0.5785124,0.58264464,0.59917355,0.6322314,0.6446281,0.6404959,0.6446281,0.6528926,0.6322314,0.62396693,0.6198347,0.61570245,0.5661157,0.54545456,0.5206612,0.53305787,0.5413223,0.5289256,0.5247934,0.5289256,0.5206612,0.5123967,0.49586776,0.49173555,0.45454547,0.4214876,0.38016528,0.30165288,0.14876033,0.11570248,0.11570248,0.16115703,0.18181819,0.19421488,0.19421488,0.18595041,0.1694215,0.19008264,0.1570248,0.1694215,0.17768595,0.19008264,0.21487603,0.2644628,0.3181818,0.35123968,0.5206612,0.47933885,0.42561984,0.37603307,0.3429752,0.30165288,0.2644628,0.23966943,0.22727273,0.2768595,0.30578512,0.37190083,0.41735536,0.45867768,0.49173555,0.5165289,0.5247934,0.5495868,0.55785125,0.5661157,0.59090906,0.6322314,0.661157,0.6735537,0.6652893,0.6652893,0.6487603,0.6322314,0.6322314,0.61157024,0.55785125,0.53305787,0.5123967,0.5371901,0.5495868,0.54545456,0.5495868,0.55785125,0.5413223,0.53305787,0.5082645,0.47933885,0.446281,0.4090909,0.3553719,0.22727273,0.09917355,0.09917355,0.12396694,0.1570248,0.17355372,0.20247933,0.1983471,0.17768595,0.1694215,0.17768595,0.16528925,0.16115703,0.16528925,0.17768595,0.17355372,0.19008264,0.21900827,0.27272728,2 +0.1983471,0.17768595,0.18181819,0.18181819,0.19008264,0.28099173,0.5123967,0.661157,0.7355372,0.7644628,0.77272725,0.7892562,0.7933884,0.7892562,0.7933884,0.79752064,0.8016529,0.8057851,0.8181818,0.8264463,0.8264463,0.8264463,0.8305785,0.8305785,0.822314,0.80991733,0.8057851,0.8016529,0.80991733,0.8057851,0.8016529,0.79752064,0.8016529,0.8016529,0.7933884,0.79752064,0.8016529,0.8057851,0.8016529,0.79752064,0.7933884,0.78512394,0.78099173,0.78099173,0.76859504,0.76859504,0.7644628,0.75619835,0.74793386,0.73140496,0.71487606,0.7231405,0.71487606,0.69008267,0.6818182,0.661157,0.6446281,0.61570245,0.58677685,0.5495868,0.5123967,0.49586776,0.5041322,0.5,0.17768595,0.16115703,0.16115703,0.1694215,0.19008264,0.2603306,0.5082645,0.6694215,0.74793386,0.7644628,0.7768595,0.7892562,0.7892562,0.78099173,0.78099173,0.7768595,0.78512394,0.78512394,0.7933884,0.80991733,0.8057851,0.80991733,0.8057851,0.80991733,0.8016529,0.78512394,0.78512394,0.7892562,0.7933884,0.7892562,0.7933884,0.78099173,0.7892562,0.78512394,0.77272725,0.7768595,0.78512394,0.78512394,0.78099173,0.76859504,0.76033056,0.75619835,0.74380165,0.75206614,0.74380165,0.73140496,0.7355372,0.73966944,0.7231405,0.71487606,0.7231405,0.72727275,0.71487606,0.70247936,0.6818182,0.6528926,0.6363636,0.607438,0.58677685,0.5495868,0.5123967,0.5041322,0.5123967,0.49586776,0.17355372,0.14876033,0.15289256,0.16115703,0.14876033,0.22727273,0.5206612,0.6818182,0.74793386,0.76033056,0.77272725,0.77272725,0.7768595,0.76033056,0.76033056,0.75206614,0.75619835,0.75619835,0.75206614,0.76859504,0.76859504,0.76859504,0.76859504,0.75619835,0.75206614,0.75619835,0.76033056,0.78099173,0.77272725,0.76859504,0.76033056,0.7644628,0.76859504,0.76859504,0.75206614,0.74380165,0.73140496,0.73966944,0.73140496,0.7231405,0.70247936,0.7107438,0.6942149,0.6983471,0.6983471,0.6983471,0.7066116,0.70247936,0.6983471,0.70247936,0.7066116,0.71900827,0.71487606,0.7066116,0.69008267,0.6652893,0.6487603,0.6198347,0.58264464,0.5495868,0.5123967,0.5,0.5082645,0.49173555,0.16528925,0.13636364,0.14876033,0.16115703,0.12809917,0.16528925,0.5371901,0.69008267,0.74793386,0.7644628,0.76859504,0.7644628,0.75619835,0.73966944,0.74380165,0.7231405,0.7231405,0.71487606,0.7107438,0.71900827,0.72727275,0.7231405,0.73140496,0.7066116,0.7107438,0.7231405,0.73140496,0.74380165,0.74793386,0.7355372,0.73140496,0.73140496,0.73140496,0.73140496,0.71487606,0.70247936,0.6859504,0.6859504,0.6652893,0.6570248,0.6280992,0.6280992,0.6280992,0.6280992,0.6280992,0.6363636,0.6404959,0.6363636,0.6363636,0.6363636,0.6570248,0.6694215,0.69008267,0.6859504,0.6694215,0.6446281,0.6446281,0.61570245,0.58264464,0.54545456,0.5165289,0.49173555,0.49586776,0.48347107,0.1570248,0.1322314,0.1446281,0.14049587,0.11570248,0.17355372,0.553719,0.70247936,0.74380165,0.7644628,0.75619835,0.75619835,0.74380165,0.72727275,0.7231405,0.69008267,0.6942149,0.6694215,0.6570248,0.6570248,0.6652893,0.677686,0.6818182,0.6818182,0.6735537,0.6983471,0.6942149,0.70247936,0.7066116,0.7107438,0.6942149,0.69008267,0.6983471,0.6859504,0.6652893,0.6487603,0.6322314,0.62396693,0.59917355,0.57024795,0.5495868,0.5165289,0.5082645,0.5165289,0.5206612,0.5247934,0.5289256,0.53305787,0.5413223,0.5495868,0.57024795,0.5785124,0.61157024,0.6198347,0.60330576,0.59504133,0.57438016,0.57438016,0.5661157,0.53305787,0.5123967,0.4876033,0.4876033,0.47107437,0.15289256,0.13636364,0.16528925,0.1446281,0.12396694,0.18595041,0.553719,0.70247936,0.72727275,0.73140496,0.7231405,0.7355372,0.70247936,0.6528926,0.6363636,0.61157024,0.607438,0.5785124,0.5785124,0.57438016,0.58677685,0.6198347,0.62396693,0.6487603,0.6446281,0.661157,0.6570248,0.6570248,0.661157,0.6570248,0.6528926,0.6528926,0.6652893,0.6528926,0.61570245,0.59504133,0.57024795,0.54545456,0.5247934,0.49586776,0.45041323,0.41735536,0.3966942,0.39256197,0.38429752,0.38429752,0.40082645,0.4214876,0.446281,0.47107437,0.49173555,0.5165289,0.5123967,0.5123967,0.5041322,0.4876033,0.47933885,0.4876033,0.5,0.5123967,0.47933885,0.4876033,0.47933885,0.47933885,0.13636364,0.15289256,0.16115703,0.16115703,0.13636364,0.23553719,0.5082645,0.6363636,0.6487603,0.6363636,0.677686,0.6735537,0.62396693,0.5495868,0.5206612,0.49173555,0.47107437,0.446281,0.44214877,0.4752066,0.4876033,0.5247934,0.553719,0.57438016,0.59917355,0.607438,0.6198347,0.62396693,0.6280992,0.6198347,0.61157024,0.6198347,0.62396693,0.6198347,0.59504133,0.55785125,0.5206612,0.4752066,0.45041323,0.42975205,0.39256197,0.3677686,0.33471075,0.3181818,0.30578512,0.3264463,0.3181818,0.3429752,0.37190083,0.40082645,0.41735536,0.44214877,0.45041323,0.4338843,0.4338843,0.44214877,0.43801653,0.45041323,0.46280992,0.47107437,0.45454547,0.45454547,0.46694216,0.49173555,0.16528925,0.20247933,0.1983471,0.18595041,0.16115703,0.2520661,0.45867768,0.5413223,0.53305787,0.53305787,0.58264464,0.57438016,0.5165289,0.45867768,0.40495867,0.38842976,0.38016528,0.36363637,0.34710744,0.3677686,0.39256197,0.41735536,0.45454547,0.49173555,0.5289256,0.5661157,0.61157024,0.6198347,0.62396693,0.61570245,0.59917355,0.61570245,0.62396693,0.60330576,0.57438016,0.5371901,0.47933885,0.42561984,0.40082645,0.39256197,0.37603307,0.36363637,0.34710744,0.338843,0.34710744,0.37190083,0.35950413,0.38429752,0.3966942,0.4090909,0.41322315,0.4214876,0.42561984,0.42561984,0.41735536,0.45041323,0.45867768,0.46280992,0.446281,0.43801653,0.42975205,0.42561984,0.45454547,0.4752066,0.18595041,0.20661157,0.18595041,0.19421488,0.1694215,0.2644628,0.446281,0.4752066,0.46694216,0.43801653,0.47107437,0.4752066,0.4338843,0.4214876,0.39256197,0.39256197,0.3966942,0.38016528,0.36363637,0.3553719,0.34710744,0.37603307,0.39256197,0.4214876,0.45867768,0.5247934,0.5785124,0.61570245,0.6404959,0.6487603,0.6528926,0.6487603,0.6694215,0.6404959,0.57438016,0.5123967,0.446281,0.4090909,0.38429752,0.40082645,0.39256197,0.39256197,0.38429752,0.38429752,0.40495867,0.4214876,0.43801653,0.47107437,0.4876033,0.4876033,0.49586776,0.5,0.49173555,0.48347107,0.46694216,0.46694216,0.4876033,0.48347107,0.46280992,0.44214877,0.4338843,0.42561984,0.446281,0.47933885,0.21487603,0.1570248,0.16528925,0.1983471,0.1983471,0.27272728,0.45867768,0.45867768,0.45454547,0.42975205,0.446281,0.47107437,0.47933885,0.49586776,0.5165289,0.5206612,0.5082645,0.4876033,0.45041323,0.42561984,0.4090909,0.3966942,0.3966942,0.3966942,0.41735536,0.4876033,0.56198347,0.62396693,0.6652893,0.69008267,0.7066116,0.7231405,0.71900827,0.6942149,0.607438,0.5041322,0.4338843,0.3966942,0.39256197,0.3966942,0.40495867,0.39256197,0.38429752,0.40495867,0.41735536,0.4752066,0.53305787,0.5661157,0.59917355,0.607438,0.607438,0.59504133,0.58677685,0.55785125,0.5206612,0.4876033,0.47933885,0.4752066,0.4876033,0.46694216,0.45454547,0.43801653,0.45041323,0.47933885,0.23553719,0.1694215,0.16115703,0.1983471,0.1983471,0.24380165,0.4876033,0.46694216,0.46694216,0.5041322,0.5289256,0.5661157,0.62396693,0.6404959,0.6528926,0.677686,0.6528926,0.61570245,0.54545456,0.48347107,0.45867768,0.4338843,0.4338843,0.40495867,0.38429752,0.44214877,0.54545456,0.6404959,0.6983471,0.73140496,0.75619835,0.7644628,0.7644628,0.73140496,0.6404959,0.5041322,0.4214876,0.38842976,0.39256197,0.3966942,0.3966942,0.38016528,0.38842976,0.42975205,0.48347107,0.56198347,0.6280992,0.6570248,0.6694215,0.677686,0.6652893,0.6446281,0.61570245,0.5785124,0.5413223,0.49586776,0.45867768,0.46280992,0.47107437,0.47107437,0.46694216,0.45041323,0.46280992,0.4752066,0.27272728,0.20247933,0.17768595,0.16528925,0.17355372,0.2231405,0.46694216,0.4752066,0.46694216,0.5247934,0.57438016,0.6322314,0.661157,0.6942149,0.70247936,0.71900827,0.69008267,0.6322314,0.5661157,0.5041322,0.46694216,0.446281,0.4338843,0.42975205,0.38016528,0.40495867,0.53305787,0.6652893,0.73140496,0.76033056,0.78512394,0.7933884,0.7768595,0.74793386,0.6446281,0.5041322,0.41735536,0.38016528,0.38016528,0.38016528,0.37603307,0.3677686,0.40082645,0.45041323,0.53305787,0.60330576,0.6735537,0.677686,0.6570248,0.6322314,0.6322314,0.59504133,0.57438016,0.553719,0.5165289,0.47933885,0.45041323,0.43801653,0.45041323,0.46694216,0.4752066,0.46694216,0.4752066,0.4876033,0.37190083,0.27272728,0.19008264,0.15289256,0.1570248,0.24380165,0.46694216,0.47933885,0.45041323,0.49173555,0.56198347,0.60330576,0.6322314,0.6487603,0.6570248,0.6735537,0.6446281,0.59504133,0.54545456,0.5,0.45454547,0.4338843,0.42561984,0.4338843,0.41322315,0.3966942,0.5082645,0.6735537,0.74793386,0.78512394,0.8016529,0.8016529,0.78512394,0.74380165,0.6363636,0.49586776,0.4090909,0.39256197,0.38429752,0.37603307,0.35950413,0.37190083,0.4214876,0.5,0.5785124,0.6446281,0.6983471,0.69008267,0.6652893,0.6363636,0.59090906,0.5413223,0.5082645,0.48347107,0.46280992,0.44214877,0.44214877,0.4338843,0.446281,0.46280992,0.4752066,0.4752066,0.4752066,0.5,0.41735536,0.37603307,0.22727273,0.16528925,0.16528925,0.23553719,0.46694216,0.5082645,0.46694216,0.4752066,0.5041322,0.5247934,0.56198347,0.60330576,0.6446281,0.6694215,0.661157,0.59504133,0.53305787,0.49586776,0.446281,0.41735536,0.4090909,0.42975205,0.446281,0.44214877,0.5247934,0.6818182,0.75619835,0.8016529,0.8181818,0.8140496,0.7933884,0.74380165,0.62396693,0.5,0.4338843,0.42561984,0.4214876,0.37190083,0.34710744,0.338843,0.41735536,0.4752066,0.5206612,0.58264464,0.6404959,0.6487603,0.6322314,0.60330576,0.57024795,0.5165289,0.48347107,0.446281,0.4090909,0.40495867,0.4214876,0.44214877,0.46280992,0.47107437,0.47107437,0.46694216,0.49586776,0.5041322,0.41735536,0.40495867,0.28512397,0.23140496,0.18181819,0.1983471,0.5,0.5289256,0.5,0.47107437,0.41322315,0.48347107,0.5413223,0.58677685,0.6198347,0.62396693,0.5661157,0.49173555,0.45041323,0.45867768,0.42561984,0.38842976,0.38016528,0.41322315,0.49586776,0.5661157,0.59090906,0.69008267,0.75619835,0.8140496,0.8305785,0.8181818,0.8016529,0.74380165,0.62396693,0.5123967,0.48347107,0.49586776,0.46694216,0.37603307,0.338843,0.3553719,0.3966942,0.42975205,0.4090909,0.38842976,0.41735536,0.44214877,0.4752066,0.47107437,0.46694216,0.45041323,0.43801653,0.4214876,0.39256197,0.3966942,0.3966942,0.4338843,0.45867768,0.47107437,0.46694216,0.4752066,0.49173555,0.5082645,0.39256197,0.3966942,0.34710744,0.35123968,0.22727273,0.16528925,0.57438016,0.553719,0.5247934,0.4876033,0.44214877,0.44214877,0.4752066,0.46694216,0.45454547,0.39256197,0.33471075,0.30578512,0.3181818,0.38016528,0.4090909,0.38016528,0.42975205,0.49173555,0.58677685,0.6859504,0.677686,0.70247936,0.75619835,0.8181818,0.8305785,0.8181818,0.79752064,0.73140496,0.60330576,0.5247934,0.5247934,0.553719,0.53305787,0.5041322,0.4752066,0.4876033,0.49173555,0.49173555,0.45454547,0.3677686,0.28512397,0.2768595,0.3140496,0.36363637,0.37190083,0.37603307,0.37190083,0.38016528,0.4090909,0.43801653,0.46280992,0.45867768,0.46694216,0.45867768,0.4752066,0.49586776,0.5082645,0.5082645,0.39256197,0.40495867,0.41322315,0.41322315,0.26859504,0.2231405,0.60330576,0.59504133,0.553719,0.5371901,0.5371901,0.49586776,0.446281,0.40082645,0.33471075,0.30578512,0.2603306,0.2644628,0.32231405,0.38429752,0.45041323,0.55785125,0.6322314,0.6818182,0.7066116,0.72727275,0.7107438,0.71487606,0.76033056,0.8140496,0.8305785,0.8140496,0.7892562,0.6983471,0.58677685,0.53305787,0.56198347,0.61157024,0.607438,0.59504133,0.60330576,0.59504133,0.58677685,0.58264464,0.5661157,0.53305787,0.4338843,0.36363637,0.338843,0.37190083,0.3966942,0.40495867,0.4338843,0.46280992,0.49173555,0.5206612,0.53305787,0.5289256,0.5247934,0.5,0.5123967,0.5247934,0.5247934,0.5165289,0.41322315,0.4090909,0.4090909,0.45041323,0.30165288,0.37190083,0.61157024,0.6487603,0.6280992,0.61570245,0.6487603,0.6198347,0.553719,0.4752066,0.4090909,0.36363637,0.36363637,0.36363637,0.41735536,0.46694216,0.5289256,0.62396693,0.69008267,0.72727275,0.73140496,0.73966944,0.70247936,0.71900827,0.7644628,0.8140496,0.8264463,0.8016529,0.75206614,0.6528926,0.5661157,0.5495868,0.59090906,0.6487603,0.6652893,0.6487603,0.6280992,0.6363636,0.6363636,0.6322314,0.59504133,0.57024795,0.5371901,0.4876033,0.45041323,0.4338843,0.45867768,0.45867768,0.49586776,0.5165289,0.5413223,0.553719,0.57024795,0.57024795,0.55785125,0.55785125,0.553719,0.5495868,0.54545456,0.53305787,0.41322315,0.40495867,0.40082645,0.47107437,0.36363637,0.42975205,0.62396693,0.69008267,0.7066116,0.661157,0.6942149,0.69008267,0.6528926,0.59090906,0.5247934,0.4752066,0.45454547,0.45867768,0.47933885,0.5289256,0.59917355,0.677686,0.71487606,0.73140496,0.72727275,0.72727275,0.69008267,0.71900827,0.7768595,0.8140496,0.822314,0.7892562,0.71487606,0.6198347,0.56198347,0.55785125,0.60330576,0.6652893,0.69008267,0.6942149,0.6694215,0.6652893,0.6570248,0.6570248,0.6404959,0.59917355,0.57024795,0.53305787,0.5041322,0.48347107,0.47933885,0.4876033,0.5123967,0.5413223,0.56198347,0.5785124,0.59504133,0.60330576,0.58677685,0.58677685,0.58677685,0.57024795,0.5661157,0.5495868,0.3966942,0.3966942,0.3966942,0.43801653,0.42561984,0.45867768,0.6446281,0.71900827,0.74380165,0.71487606,0.70247936,0.7107438,0.70247936,0.6487603,0.59917355,0.56198347,0.5371901,0.54545456,0.58264464,0.6446281,0.6859504,0.73140496,0.74793386,0.74793386,0.73140496,0.7107438,0.6942149,0.72727275,0.7892562,0.8264463,0.8181818,0.76859504,0.6859504,0.60330576,0.55785125,0.56198347,0.59090906,0.6280992,0.6735537,0.71487606,0.7231405,0.7066116,0.6983471,0.6859504,0.69008267,0.6735537,0.6487603,0.61570245,0.59090906,0.5661157,0.55785125,0.553719,0.56198347,0.5785124,0.59504133,0.607438,0.61157024,0.61570245,0.61157024,0.61570245,0.61157024,0.5785124,0.57024795,0.553719,0.40082645,0.40495867,0.4090909,0.3966942,0.47933885,0.5082645,0.6570248,0.7355372,0.76033056,0.75206614,0.7231405,0.73966944,0.73966944,0.71487606,0.6818182,0.6652893,0.6487603,0.6652893,0.6942149,0.73140496,0.7355372,0.7644628,0.7644628,0.74380165,0.71900827,0.70247936,0.6818182,0.73966944,0.8057851,0.8264463,0.8140496,0.76859504,0.6735537,0.59090906,0.5413223,0.55785125,0.58677685,0.6322314,0.6528926,0.6818182,0.72727275,0.74380165,0.73966944,0.73140496,0.7231405,0.7231405,0.71487606,0.6942149,0.677686,0.6694215,0.6528926,0.6363636,0.6198347,0.61157024,0.6322314,0.6198347,0.6363636,0.6363636,0.6528926,0.6528926,0.6280992,0.59917355,0.5785124,0.553719,0.40495867,0.40495867,0.4090909,0.39256197,0.46280992,0.5413223,0.6528926,0.74380165,0.77272725,0.76859504,0.74380165,0.73966944,0.74793386,0.74380165,0.73966944,0.71487606,0.71487606,0.72727275,0.74380165,0.76033056,0.7644628,0.76859504,0.73966944,0.72727275,0.70247936,0.69008267,0.6818182,0.74380165,0.8181818,0.8264463,0.80991733,0.76033056,0.6652893,0.5785124,0.5289256,0.5495868,0.5785124,0.59504133,0.62396693,0.6280992,0.6818182,0.7355372,0.76033056,0.75619835,0.75619835,0.75206614,0.75206614,0.74380165,0.73140496,0.73140496,0.7066116,0.69008267,0.6652893,0.6487603,0.6446281,0.6487603,0.661157,0.6859504,0.6859504,0.69008267,0.6570248,0.61570245,0.5785124,0.553719,0.40495867,0.4090909,0.40495867,0.37603307,0.43801653,0.57024795,0.6570248,0.74380165,0.78512394,0.78512394,0.75206614,0.75619835,0.74793386,0.75206614,0.75619835,0.7355372,0.74793386,0.75206614,0.75206614,0.75619835,0.75619835,0.74793386,0.71900827,0.69008267,0.6818182,0.6818182,0.69008267,0.76033056,0.822314,0.8264463,0.80991733,0.75206614,0.661157,0.57024795,0.5206612,0.5371901,0.57024795,0.58264464,0.59090906,0.61157024,0.6446281,0.7066116,0.73140496,0.73966944,0.75619835,0.76033056,0.75619835,0.74793386,0.74793386,0.74793386,0.7355372,0.71900827,0.6983471,0.6818182,0.6818182,0.6942149,0.7066116,0.71900827,0.70247936,0.7066116,0.677686,0.61570245,0.58264464,0.54545456,0.4090909,0.4090909,0.40495867,0.3966942,0.40082645,0.553719,0.6528926,0.73966944,0.7768595,0.79752064,0.77272725,0.76033056,0.74380165,0.74793386,0.74793386,0.7355372,0.73966944,0.74380165,0.7355372,0.7355372,0.72727275,0.7107438,0.69008267,0.6735537,0.6694215,0.6818182,0.7066116,0.78512394,0.8305785,0.8264463,0.8016529,0.74380165,0.6528926,0.56198347,0.5247934,0.5247934,0.57024795,0.58264464,0.5785124,0.59917355,0.6487603,0.69008267,0.7107438,0.71900827,0.73966944,0.74793386,0.74380165,0.72727275,0.7231405,0.73140496,0.7355372,0.71487606,0.71900827,0.7066116,0.71487606,0.71487606,0.72727275,0.73140496,0.71900827,0.6983471,0.6570248,0.61157024,0.5661157,0.54545456,0.4090909,0.4090909,0.4090909,0.38429752,0.40495867,0.54545456,0.6487603,0.71900827,0.77272725,0.78099173,0.78099173,0.76859504,0.74380165,0.73140496,0.72727275,0.7231405,0.72727275,0.71900827,0.71487606,0.71487606,0.7066116,0.69008267,0.6818182,0.6694215,0.6735537,0.6942149,0.73966944,0.8057851,0.8347107,0.8264463,0.7892562,0.72727275,0.6404959,0.57438016,0.5165289,0.5289256,0.5413223,0.5661157,0.5661157,0.59090906,0.6404959,0.6859504,0.71487606,0.72727275,0.73140496,0.7231405,0.72727275,0.71900827,0.7107438,0.71900827,0.7231405,0.71487606,0.72727275,0.7231405,0.73140496,0.7355372,0.7355372,0.73140496,0.7066116,0.661157,0.6322314,0.58677685,0.5371901,0.53305787,0.3966942,0.39256197,0.40082645,0.3966942,0.40082645,0.53305787,0.6404959,0.6942149,0.74793386,0.76859504,0.77272725,0.7644628,0.74380165,0.72727275,0.72727275,0.7231405,0.72727275,0.7107438,0.7107438,0.7066116,0.71487606,0.7066116,0.6818182,0.6652893,0.677686,0.71900827,0.77272725,0.8181818,0.8347107,0.8181818,0.78099173,0.71900827,0.6322314,0.56198347,0.53305787,0.5289256,0.5413223,0.5247934,0.5289256,0.56198347,0.6198347,0.677686,0.7107438,0.72727275,0.71487606,0.71900827,0.72727275,0.7231405,0.71900827,0.7231405,0.71900827,0.71487606,0.7107438,0.7231405,0.7355372,0.72727275,0.71487606,0.69008267,0.6694215,0.6198347,0.58677685,0.56198347,0.5247934,0.5123967,0.40082645,0.40082645,0.40082645,0.40082645,0.39256197,0.49586776,0.62396693,0.6859504,0.7231405,0.74380165,0.75206614,0.75619835,0.75619835,0.73140496,0.72727275,0.7355372,0.7231405,0.72727275,0.7231405,0.71900827,0.72727275,0.7066116,0.6652893,0.6570248,0.69008267,0.75206614,0.8016529,0.8305785,0.838843,0.80991733,0.7768595,0.7231405,0.6404959,0.5785124,0.5413223,0.5371901,0.5495868,0.5206612,0.5041322,0.5,0.5661157,0.6487603,0.6942149,0.71900827,0.7231405,0.71487606,0.72727275,0.7355372,0.73140496,0.71900827,0.71487606,0.70247936,0.6983471,0.6942149,0.70247936,0.69008267,0.6694215,0.6528926,0.6198347,0.59504133,0.55785125,0.54545456,0.5165289,0.49173555,0.3966942,0.3966942,0.39256197,0.40495867,0.37190083,0.46280992,0.59917355,0.6735537,0.7066116,0.7231405,0.7355372,0.73966944,0.75206614,0.73966944,0.7355372,0.7355372,0.7231405,0.7231405,0.7231405,0.71487606,0.71487606,0.677686,0.6363636,0.6735537,0.72727275,0.7892562,0.8264463,0.8429752,0.8429752,0.8140496,0.78512394,0.7231405,0.6404959,0.59090906,0.55785125,0.55785125,0.57024795,0.56198347,0.5289256,0.47933885,0.5041322,0.59917355,0.6694215,0.6983471,0.71900827,0.7107438,0.7231405,0.72727275,0.73140496,0.71900827,0.7107438,0.6942149,0.69008267,0.677686,0.6735537,0.661157,0.6363636,0.61570245,0.59090906,0.57024795,0.5371901,0.5247934,0.49586776,0.48347107,0.38842976,0.39256197,0.39256197,0.3966942,0.36363637,0.43801653,0.58264464,0.6404959,0.6859504,0.6983471,0.7231405,0.7231405,0.7231405,0.73140496,0.73140496,0.73140496,0.7231405,0.71487606,0.7066116,0.69008267,0.6528926,0.62396693,0.6322314,0.7066116,0.75619835,0.7933884,0.8264463,0.838843,0.838843,0.80991733,0.7892562,0.71487606,0.6363636,0.58677685,0.56198347,0.5661157,0.59090906,0.607438,0.5661157,0.5082645,0.45454547,0.54545456,0.6280992,0.6652893,0.6818182,0.6942149,0.70247936,0.72727275,0.7231405,0.70247936,0.71487606,0.7066116,0.6942149,0.6818182,0.661157,0.6446281,0.62396693,0.60330576,0.5785124,0.5371901,0.5206612,0.5041322,0.48347107,0.47107437,0.40082645,0.40082645,0.40082645,0.39256197,0.38429752,0.38429752,0.55785125,0.6280992,0.6570248,0.677686,0.6942149,0.7107438,0.7066116,0.71900827,0.7231405,0.71487606,0.7066116,0.70247936,0.69008267,0.6528926,0.58264464,0.59090906,0.6570248,0.71900827,0.7355372,0.77272725,0.79752064,0.8057851,0.8016529,0.78099173,0.75619835,0.6859504,0.59090906,0.55785125,0.5371901,0.553719,0.5785124,0.59090906,0.5661157,0.5123967,0.45454547,0.4876033,0.58264464,0.61570245,0.6570248,0.677686,0.6942149,0.7107438,0.7107438,0.6942149,0.69008267,0.69008267,0.6859504,0.6735537,0.6528926,0.6363636,0.61570245,0.58677685,0.5785124,0.5247934,0.5123967,0.49173555,0.4752066,0.45867768,0.3966942,0.3966942,0.39256197,0.40082645,0.39256197,0.39256197,0.5165289,0.607438,0.62396693,0.6652893,0.677686,0.69008267,0.6983471,0.70247936,0.7066116,0.6983471,0.677686,0.677686,0.6446281,0.60330576,0.5371901,0.5661157,0.61570245,0.6652893,0.70247936,0.71487606,0.73966944,0.73966944,0.74793386,0.71487606,0.6694215,0.61157024,0.5247934,0.5,0.49173555,0.5,0.5165289,0.54545456,0.5371901,0.49173555,0.42975205,0.44214877,0.5247934,0.58264464,0.6322314,0.6487603,0.677686,0.6859504,0.69008267,0.677686,0.6735537,0.6570248,0.6652893,0.6446281,0.6363636,0.607438,0.59504133,0.57024795,0.56198347,0.5206612,0.49586776,0.46694216,0.47107437,0.45041323,0.39256197,0.3966942,0.3966942,0.40082645,0.38842976,0.38842976,0.46280992,0.5785124,0.60330576,0.6404959,0.661157,0.6652893,0.6818182,0.69008267,0.6818182,0.6735537,0.6652893,0.6446281,0.60330576,0.53305787,0.49173555,0.5123967,0.5123967,0.5165289,0.57438016,0.61157024,0.6404959,0.6570248,0.6528926,0.62396693,0.55785125,0.49173555,0.45041323,0.42975205,0.41735536,0.3966942,0.41735536,0.45454547,0.4752066,0.46694216,0.42561984,0.41735536,0.48347107,0.5289256,0.58677685,0.6198347,0.6528926,0.6570248,0.6652893,0.661157,0.6570248,0.6446281,0.6322314,0.6280992,0.61570245,0.58677685,0.5785124,0.55785125,0.53305787,0.49586776,0.47933885,0.45867768,0.45867768,0.446281,0.40495867,0.40495867,0.4090909,0.40082645,0.38842976,0.39256197,0.42561984,0.5371901,0.58677685,0.61570245,0.6404959,0.6446281,0.661157,0.6735537,0.6694215,0.661157,0.6404959,0.61157024,0.54545456,0.45867768,0.45041323,0.4876033,0.45041323,0.41735536,0.42975205,0.45867768,0.48347107,0.5123967,0.5289256,0.5,0.4338843,0.39256197,0.3553719,0.3181818,0.2644628,0.23553719,0.2768595,0.35950413,0.41322315,0.446281,0.42561984,0.42561984,0.45867768,0.5082645,0.5413223,0.57438016,0.62396693,0.62396693,0.6446281,0.6363636,0.6322314,0.6198347,0.607438,0.59504133,0.57024795,0.5661157,0.553719,0.53305787,0.5041322,0.48347107,0.4752066,0.4752066,0.446281,0.44214877,0.4090909,0.4090909,0.4090909,0.40495867,0.3966942,0.39256197,0.4090909,0.48347107,0.54545456,0.59090906,0.59917355,0.62396693,0.6363636,0.6446281,0.6363636,0.62396693,0.61157024,0.56198347,0.4876033,0.40495867,0.45454547,0.56198347,0.5371901,0.42975205,0.3553719,0.338843,0.35123968,0.37190083,0.38016528,0.40495867,0.35123968,0.3264463,0.30991736,0.30165288,0.27272728,0.24380165,0.24380165,0.30165288,0.38842976,0.43801653,0.45041323,0.46694216,0.4752066,0.49173555,0.5082645,0.5371901,0.57024795,0.61157024,0.62396693,0.61570245,0.61157024,0.60330576,0.59090906,0.5785124,0.54545456,0.5413223,0.5165289,0.5123967,0.47933885,0.47107437,0.47107437,0.46280992,0.446281,0.42561984,0.39256197,0.38842976,0.38842976,0.38429752,0.38842976,0.40082645,0.38016528,0.44214877,0.5041322,0.5371901,0.55785125,0.59090906,0.61157024,0.60330576,0.59504133,0.59090906,0.5661157,0.5041322,0.43801653,0.41735536,0.5247934,0.61570245,0.6404959,0.5371901,0.37603307,0.29752067,0.29338843,0.30165288,0.32231405,0.3264463,0.30991736,0.30578512,0.30578512,0.30578512,0.30578512,0.30165288,0.30165288,0.3429752,0.42975205,0.46694216,0.47933885,0.5,0.5,0.5082645,0.49586776,0.5082645,0.5371901,0.56198347,0.58677685,0.59504133,0.58677685,0.5785124,0.553719,0.54545456,0.5247934,0.5206612,0.4876033,0.47933885,0.46694216,0.446281,0.45454547,0.45041323,0.4338843,0.4214876,0.37603307,0.37603307,0.37603307,0.37603307,0.38842976,0.3966942,0.38016528,0.4090909,0.446281,0.4876033,0.5165289,0.5495868,0.57024795,0.56198347,0.56198347,0.54545456,0.5082645,0.446281,0.40082645,0.47107437,0.58264464,0.6322314,0.6404959,0.607438,0.45041323,0.3429752,0.32231405,0.2892562,0.29752067,0.30165288,0.29752067,0.3181818,0.29338843,0.3429752,0.34710744,0.36363637,0.38429752,0.41322315,0.45041323,0.47933885,0.49173555,0.5041322,0.5041322,0.5413223,0.5206612,0.49173555,0.49173555,0.5082645,0.5247934,0.553719,0.56198347,0.55785125,0.5371901,0.5206612,0.5,0.4876033,0.47107437,0.45041323,0.446281,0.4338843,0.4338843,0.42975205,0.4090909,0.40495867,0.38016528,0.38016528,0.38429752,0.38429752,0.38016528,0.38842976,0.38429752,0.38429752,0.40082645,0.42561984,0.46280992,0.5,0.5247934,0.5371901,0.5247934,0.5,0.45867768,0.40082645,0.41735536,0.53305787,0.61570245,0.6322314,0.62396693,0.60330576,0.5289256,0.46694216,0.41322315,0.3429752,0.30991736,0.3181818,0.30578512,0.32231405,0.338843,0.38429752,0.38429752,0.4214876,0.42561984,0.42975205,0.43801653,0.446281,0.45867768,0.4876033,0.49586776,0.553719,0.54545456,0.53305787,0.49586776,0.46694216,0.46694216,0.49586776,0.5206612,0.5165289,0.5123967,0.49586776,0.47107437,0.45867768,0.45454547,0.446281,0.42561984,0.4214876,0.41322315,0.41322315,0.39256197,0.38842976,0.39256197,0.39256197,0.39256197,0.38842976,0.38842976,0.38429752,0.40082645,0.38842976,0.3966942,0.38429752,0.41322315,0.45041323,0.5,0.5082645,0.49586776,0.45454547,0.40082645,0.3677686,0.49173555,0.5785124,0.61157024,0.61570245,0.61157024,0.59090906,0.58677685,0.5495868,0.5082645,0.42561984,0.3553719,0.3429752,0.3305785,0.338843,0.3677686,0.40495867,0.40495867,0.42975205,0.43801653,0.41735536,0.42561984,0.42975205,0.446281,0.45867768,0.48347107,0.5165289,0.5371901,0.55785125,0.553719,0.5,0.45454547,0.446281,0.4752066,0.48347107,0.4876033,0.47933885,0.45454547,0.45041323,0.44214877,0.42561984,0.41322315,0.4090909,0.40082645,0.40082645,0.39256197,0.40495867,0.38842976,0.38842976,0.38429752,0.38429752,0.38842976,0.38842976,0.39256197,0.38429752,0.3966942,0.3966942,0.38842976,0.41735536,0.46280992,0.49173555,0.4752066,0.41735536,0.37603307,0.43801653,0.5661157,0.59090906,0.61157024,0.59917355,0.60330576,0.58677685,0.5785124,0.59090906,0.5371901,0.48347107,0.4214876,0.3677686,0.33471075,0.32231405,0.35123968,0.3966942,0.41322315,0.4214876,0.42975205,0.40495867,0.4214876,0.43801653,0.43801653,0.45041323,0.46280992,0.4876033,0.5123967,0.5413223,0.58264464,0.58677685,0.5082645,0.41322315,0.41735536,0.446281,0.45867768,0.45454547,0.45454547,0.43801653,0.42561984,0.41735536,0.40082645,0.40082645,0.3966942,0.40082645,0.39256197,0.40082645,0.38429752,0.38429752,0.38016528,0.38016528,0.38016528,0.38016528,0.38842976,0.38016528,0.38429752,0.41322315,0.4090909,0.4090909,0.4752066,0.49173555,0.47107437,0.4090909,0.3966942,0.49586776,0.5785124,0.60330576,0.59917355,0.59090906,0.59090906,0.59504133,0.58264464,0.58264464,0.55785125,0.5206612,0.446281,0.38429752,0.3429752,0.30578512,0.3305785,0.39256197,0.3966942,0.40495867,0.40495867,0.42561984,0.4090909,0.42561984,0.42561984,0.44214877,0.45454547,0.46694216,0.48347107,0.5206612,0.57024795,0.59917355,0.57438016,0.47933885,0.38842976,0.40495867,0.42975205,0.45041323,0.4338843,0.43801653,0.41735536,0.4090909,0.39256197,0.38429752,0.39256197,0.40082645,0.3966942,0.4090909,0.38016528,0.38429752,0.38429752,0.38429752,0.38429752,0.38016528,0.38842976,0.38016528,0.38016528,0.41735536,0.4338843,0.42975205,0.48347107,0.5082645,0.49173555,0.41322315,0.43801653,0.5206612,0.55785125,0.55785125,0.5661157,0.5661157,0.5661157,0.57024795,0.57438016,0.58264464,0.57024795,0.5495868,0.4752066,0.4090909,0.38429752,0.32231405,0.3429752,0.37190083,0.38429752,0.38842976,0.41322315,0.42561984,0.41735536,0.42975205,0.3966942,0.4090909,0.4214876,0.44214877,0.46280992,0.49173555,0.53305787,0.54545456,0.553719,0.553719,0.44214877,0.3966942,0.42975205,0.446281,0.44214877,0.42975205,0.41735536,0.4090909,0.38842976,0.38016528,0.39256197,0.39256197,0.3966942,0.40082645,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.3677686,0.39256197,0.37603307,0.37603307,0.39256197,0.43801653,0.45867768,0.4876033,0.5206612,0.5247934,0.44214877,0.4876033,0.5289256,0.5206612,0.4876033,0.49173555,0.5123967,0.5413223,0.57024795,0.57438016,0.57438016,0.58264464,0.5661157,0.5123967,0.45867768,0.446281,0.3966942,0.38842976,0.37603307,0.38429752,0.40495867,0.4214876,0.4214876,0.41322315,0.42561984,0.40082645,0.3966942,0.4090909,0.40082645,0.42561984,0.45867768,0.4876033,0.5041322,0.5123967,0.5247934,0.48347107,0.44214877,0.45867768,0.45867768,0.44214877,0.42975205,0.4214876,0.4090909,0.38842976,0.39256197,0.40082645,0.3966942,0.39256197,0.38842976,0.38429752,0.38429752,0.38429752,0.38429752,0.38842976,0.37603307,0.38842976,0.38016528,0.38429752,0.38016528,0.4338843,0.45867768,0.49586776,0.5206612,0.5247934,0.5289256,0.54545456,0.53305787,0.4876033,0.42975205,0.4090909,0.446281,0.5123967,0.56198347,0.58264464,0.58264464,0.5785124,0.59090906,0.59090906,0.553719,0.5371901,0.5082645,0.46280992,0.4338843,0.4090909,0.41735536,0.4214876,0.41322315,0.41322315,0.4090909,0.40495867,0.40082645,0.37603307,0.35123968,0.3429752,0.38016528,0.4090909,0.42975205,0.45867768,0.47933885,0.4752066,0.4876033,0.5,0.4752066,0.44214877,0.4214876,0.41322315,0.4090909,0.40082645,0.38842976,0.40495867,0.38842976,0.37603307,0.3677686,0.39256197,0.3966942,0.3966942,0.39256197,0.38842976,0.37603307,0.38016528,0.38429752,0.38429752,0.36363637,0.41322315,0.45041323,0.4876033,0.5165289,0.56198347,0.59504133,0.58677685,0.54545456,0.48347107,0.4214876,0.37603307,0.40082645,0.46280992,0.47933885,0.5082645,0.5206612,0.56198347,0.5661157,0.59504133,0.59504133,0.5785124,0.5495868,0.5082645,0.446281,0.4090909,0.38842976,0.37603307,0.3553719,0.3553719,0.35950413,0.34710744,0.33471075,0.29752067,0.2644628,0.24793388,0.29752067,0.338843,0.3677686,0.41735536,0.45041323,0.46694216,0.49173555,0.54545456,0.47933885,0.43801653,0.4214876,0.4090909,0.40082645,0.38842976,0.39256197,0.3966942,0.37190083,0.37190083,0.34710744,0.38016528,0.38016528,0.37603307,0.37603307,0.37190083,0.37603307,0.37190083,0.37603307,0.38016528,0.37603307,0.38429752,0.43801653,0.4752066,0.5082645,0.54545456,0.607438,0.61157024,0.5661157,0.5165289,0.46694216,0.42561984,0.3966942,0.3966942,0.36363637,0.32231405,0.29752067,0.32231405,0.3429752,0.39256197,0.42561984,0.45041323,0.41735536,0.34710744,0.3140496,0.2892562,0.2768595,0.24793388,0.23966943,0.21900827,0.22727273,0.23966943,0.24380165,0.2603306,0.2603306,0.24380165,0.27272728,0.3140496,0.34710744,0.40082645,0.44214877,0.46280992,0.49173555,0.5082645,0.46694216,0.43801653,0.42561984,0.4090909,0.3966942,0.39256197,0.3966942,0.38016528,0.37190083,0.3553719,0.35123968,0.3677686,0.3677686,0.37190083,0.37190083,0.37603307,0.37190083,0.37603307,0.37603307,0.37603307,0.38842976,0.35950413,0.41322315,0.45041323,0.47933885,0.5371901,0.59090906,0.61157024,0.59504133,0.5413223,0.54545456,0.553719,0.5289256,0.5,0.446281,0.34710744,0.24793388,0.2231405,0.24380165,0.22727273,0.2768595,0.28099173,0.2644628,0.2603306,0.2644628,0.26859504,0.2644628,0.2603306,0.28512397,0.26859504,0.2768595,0.2892562,0.3264463,0.36363637,0.38429752,0.3677686,0.3553719,0.36363637,0.3677686,0.41735536,0.446281,0.45041323,0.48347107,0.5,0.46694216,0.4338843,0.4214876,0.3966942,0.3966942,0.38429752,0.38842976,0.37603307,0.35950413,0.33471075,0.3181818,0.38016528,0.37603307,0.37603307,0.37190083,0.37190083,0.37190083,0.37603307,0.37603307,0.37190083,0.38842976,0.3553719,0.39256197,0.38842976,0.46694216,0.49173555,0.54545456,0.5785124,0.58264464,0.56198347,0.58264464,0.59917355,0.59504133,0.59504133,0.5785124,0.5247934,0.45041323,0.40495867,0.40495867,0.40495867,0.4214876,0.40495867,0.38429752,0.40082645,0.41322315,0.42561984,0.43801653,0.44214877,0.45041323,0.41735536,0.4090909,0.4214876,0.4338843,0.45454547,0.45867768,0.45041323,0.43801653,0.43801653,0.41322315,0.43801653,0.45454547,0.47107437,0.47933885,0.48347107,0.45454547,0.42561984,0.4214876,0.4090909,0.4090909,0.38429752,0.38429752,0.3677686,0.34710744,0.30991736,0.30991736,0.37190083,0.37603307,0.38016528,0.38016528,0.38429752,0.38429752,0.3553719,0.38016528,0.3677686,0.38842976,0.37190083,0.3553719,0.4090909,0.43801653,0.46694216,0.5082645,0.54545456,0.5495868,0.55785125,0.5785124,0.607438,0.6198347,0.61157024,0.60330576,0.5785124,0.57438016,0.55785125,0.57024795,0.6280992,0.677686,0.69008267,0.6404959,0.61570245,0.61570245,0.59090906,0.57438016,0.56198347,0.5371901,0.5123967,0.48347107,0.47107437,0.45867768,0.47107437,0.49173555,0.48347107,0.47933885,0.47933885,0.46694216,0.446281,0.44214877,0.47933885,0.4752066,0.45454547,0.42975205,0.40495867,0.4090909,0.39256197,0.3966942,0.38842976,0.38842976,0.35950413,0.3264463,0.28512397,0.3305785,0.38429752,0.38429752,0.38429752,0.38016528,0.38016528,0.38016528,0.36363637,0.37190083,0.36363637,0.37190083,0.37603307,0.37190083,0.37190083,0.4090909,0.45041323,0.47933885,0.5123967,0.5495868,0.57438016,0.59504133,0.61157024,0.6198347,0.61157024,0.59090906,0.58677685,0.5661157,0.57024795,0.58264464,0.6198347,0.661157,0.661157,0.6404959,0.6322314,0.6198347,0.58264464,0.57024795,0.57024795,0.5371901,0.5206612,0.49173555,0.47107437,0.47107437,0.49173555,0.4876033,0.48347107,0.5,0.49586776,0.4876033,0.4752066,0.4752066,0.45867768,0.45867768,0.43801653,0.41322315,0.40495867,0.40082645,0.38842976,0.39256197,0.38429752,0.38429752,0.3429752,0.30991736,0.30991736,0.3553719,0.38429752,0.38842976,0.38842976,0.39256197,0.38842976,0.38429752,0.36363637,0.37603307,0.36363637,0.38016528,0.37190083,0.3677686,0.3677686,0.37603307,0.4090909,0.45041323,0.4876033,0.5413223,0.5661157,0.59504133,0.59917355,0.60330576,0.59504133,0.59504133,0.57438016,0.56198347,0.553719,0.53305787,0.5206612,0.5082645,0.49586776,0.5041322,0.5041322,0.49173555,0.4876033,0.47933885,0.5,0.4876033,0.47933885,0.47107437,0.46280992,0.4752066,0.47107437,0.49586776,0.4876033,0.5041322,0.5,0.5,0.47933885,0.47933885,0.45867768,0.446281,0.43801653,0.41322315,0.39256197,0.39256197,0.38429752,0.37603307,0.37603307,0.35950413,0.33471075,0.2892562,0.35950413,0.38016528,0.37603307,0.3677686,0.36363637,0.35950413,0.36363637,0.36363637,0.3677686,0.37190083,0.3677686,0.37190083,0.38016528,0.37190083,0.3677686,0.36363637,0.39256197,0.4090909,0.45454547,0.5082645,0.54545456,0.57024795,0.5785124,0.58264464,0.58677685,0.5785124,0.55785125,0.53305787,0.5123967,0.5082645,0.49586776,0.45041323,0.41735536,0.43801653,0.42561984,0.41322315,0.42975205,0.42975205,0.44214877,0.44214877,0.44214877,0.45041323,0.446281,0.45867768,0.4752066,0.47933885,0.49586776,0.49586776,0.49173555,0.4876033,0.47933885,0.47107437,0.45454547,0.43801653,0.42561984,0.41322315,0.39256197,0.39256197,0.38842976,0.38016528,0.3553719,0.3429752,0.3181818,0.3553719,0.38429752,0.3966942,0.3677686,0.3677686,0.37190083,0.37190083,0.37190083,0.37190083,0.3677686,0.36363637,0.37190083,0.35950413,0.37603307,0.37603307,0.37190083,0.35123968,0.35950413,0.3966942,0.4338843,0.4752066,0.5206612,0.5371901,0.56198347,0.57024795,0.58264464,0.57024795,0.5495868,0.5206612,0.4752066,0.47107437,0.45454547,0.4214876,0.41322315,0.42975205,0.42561984,0.4214876,0.4338843,0.42975205,0.4090909,0.40495867,0.41735536,0.43801653,0.45041323,0.45454547,0.47107437,0.47933885,0.48347107,0.48347107,0.5,0.4876033,0.4752066,0.46280992,0.45041323,0.4338843,0.41735536,0.3966942,0.38429752,0.3966942,0.38016528,0.38429752,0.338843,0.30991736,0.3181818,0.37190083,0.38842976,0.4090909,0.37603307,0.37603307,0.37603307,0.37603307,0.37603307,0.37603307,0.3677686,0.35950413,0.37190083,0.35950413,0.3553719,0.36363637,0.34710744,0.338843,0.32231405,0.37603307,0.41735536,0.45454547,0.48347107,0.5247934,0.5495868,0.57024795,0.56198347,0.55785125,0.54545456,0.5247934,0.49173555,0.46280992,0.4214876,0.40495867,0.40495867,0.41735536,0.4214876,0.41735536,0.42561984,0.41735536,0.3966942,0.40082645,0.4090909,0.42975205,0.44214877,0.45454547,0.47107437,0.4752066,0.47933885,0.47933885,0.49173555,0.4752066,0.47933885,0.45454547,0.43801653,0.4214876,0.40495867,0.40495867,0.39256197,0.38842976,0.3677686,0.34710744,0.33471075,0.3264463,0.35123968,0.37603307,0.3966942,0.4214876,0.37603307,0.37603307,0.37190083,0.37190083,0.3677686,0.3677686,0.35950413,0.34710744,0.34710744,0.35123968,0.34710744,0.34710744,0.33471075,0.3429752,0.3181818,0.34710744,0.3966942,0.43801653,0.45454547,0.5041322,0.5371901,0.55785125,0.5495868,0.5495868,0.5371901,0.5289256,0.5165289,0.49173555,0.45454547,0.4338843,0.41735536,0.3966942,0.3966942,0.40082645,0.41322315,0.41322315,0.39256197,0.40495867,0.41322315,0.42561984,0.46280992,0.45867768,0.4752066,0.4876033,0.49586776,0.49173555,0.49586776,0.48347107,0.47107437,0.45041323,0.42561984,0.41735536,0.40495867,0.40495867,0.39256197,0.37190083,0.3429752,0.30578512,0.3140496,0.3429752,0.35950413,0.38429752,0.41322315,0.4338843,0.36363637,0.36363637,0.35950413,0.35950413,0.3553719,0.3553719,0.34710744,0.3305785,0.3429752,0.338843,0.3429752,0.33471075,0.3305785,0.3429752,0.32231405,0.32231405,0.35123968,0.4214876,0.45041323,0.49173555,0.5247934,0.5495868,0.55785125,0.55785125,0.5413223,0.5206612,0.5165289,0.5165289,0.4876033,0.46694216,0.42561984,0.4214876,0.41735536,0.3966942,0.40082645,0.40082645,0.40495867,0.41735536,0.44214877,0.45867768,0.47107437,0.49173555,0.5,0.5123967,0.5247934,0.5123967,0.49173555,0.4876033,0.46280992,0.446281,0.4214876,0.39256197,0.40495867,0.38842976,0.36363637,0.3429752,0.3181818,0.30578512,0.338843,0.35950413,0.38429752,0.38842976,0.42561984,0.44214877,0.34710744,0.3429752,0.338843,0.3305785,0.3264463,0.32231405,0.32231405,0.338843,0.3181818,0.3305785,0.3264463,0.3264463,0.30991736,0.3264463,0.3264463,0.32231405,0.3140496,0.38016528,0.45041323,0.49173555,0.5165289,0.5495868,0.57024795,0.58677685,0.5661157,0.553719,0.5495868,0.5413223,0.53305787,0.5165289,0.49586776,0.47107437,0.46694216,0.43801653,0.44214877,0.4338843,0.45867768,0.46694216,0.4876033,0.5,0.5165289,0.5371901,0.5371901,0.5413223,0.5371901,0.5206612,0.49173555,0.4752066,0.45867768,0.4338843,0.41735536,0.3966942,0.38842976,0.35950413,0.3305785,0.30578512,0.3140496,0.3264463,0.35950413,0.36363637,0.39256197,0.41322315,0.42561984,0.43801653,0.3264463,0.3305785,0.33471075,0.3429752,0.34710744,0.35123968,0.34710744,0.33471075,0.3305785,0.3181818,0.30991736,0.32231405,0.30991736,0.30991736,0.32231405,0.3181818,0.3429752,0.3264463,0.4090909,0.45867768,0.49173555,0.5371901,0.55785125,0.58264464,0.60330576,0.59504133,0.59917355,0.59090906,0.59090906,0.58677685,0.5785124,0.56198347,0.5371901,0.5206612,0.5413223,0.5413223,0.553719,0.55785125,0.56198347,0.57024795,0.57438016,0.57438016,0.56198347,0.57438016,0.553719,0.5206612,0.4752066,0.45041323,0.43801653,0.4214876,0.3966942,0.38842976,0.35123968,0.32231405,0.29752067,0.30165288,0.3305785,0.32231405,0.35950413,0.37190083,0.38016528,0.4214876,0.4090909,0.43801653,0.3429752,0.338843,0.3305785,0.3264463,0.32231405,0.32231405,0.32231405,0.3264463,0.338843,0.3264463,0.30165288,0.338843,0.3140496,0.3181818,0.3264463,0.32231405,0.3429752,0.2768595,0.2892562,0.4214876,0.4752066,0.5206612,0.54545456,0.5785124,0.6198347,0.6404959,0.6404959,0.6280992,0.6280992,0.61570245,0.60330576,0.57438016,0.55785125,0.55785125,0.58677685,0.60330576,0.59504133,0.607438,0.61157024,0.607438,0.61157024,0.59917355,0.58677685,0.58677685,0.5413223,0.5165289,0.45867768,0.43801653,0.4214876,0.39256197,0.37190083,0.3305785,0.30991736,0.29752067,0.30578512,0.33471075,0.32231405,0.33471075,0.35123968,0.37603307,0.38842976,0.41735536,0.4214876,0.41735536,0.32231405,0.3264463,0.3264463,0.3264463,0.3264463,0.3264463,0.3305785,0.3305785,0.34710744,0.34710744,0.3305785,0.3429752,0.3305785,0.32231405,0.3181818,0.3140496,0.33471075,0.2603306,0.20247933,0.3140496,0.44214877,0.5,0.5247934,0.57438016,0.61157024,0.6487603,0.6528926,0.6322314,0.62396693,0.6198347,0.59917355,0.55785125,0.5413223,0.54545456,0.56198347,0.57438016,0.58264464,0.61157024,0.62396693,0.6198347,0.6198347,0.61570245,0.59504133,0.56198347,0.5289256,0.4876033,0.45454547,0.4214876,0.40082645,0.37190083,0.3305785,0.2892562,0.29338843,0.338843,0.33471075,0.3429752,0.338843,0.35123968,0.35950413,0.38429752,0.3966942,0.41322315,0.42561984,0.42975205,0.3305785,0.3305785,0.33471075,0.33471075,0.3305785,0.3305785,0.3264463,0.3305785,0.34710744,0.3305785,0.3264463,0.3264463,0.3264463,0.3181818,0.32231405,0.33471075,0.30578512,0.24793388,0.1983471,0.1983471,0.34710744,0.44214877,0.5041322,0.54545456,0.58264464,0.62396693,0.6363636,0.6280992,0.62396693,0.6198347,0.58264464,0.54545456,0.5165289,0.5165289,0.55785125,0.5785124,0.58264464,0.59917355,0.607438,0.61157024,0.6198347,0.60330576,0.57024795,0.5123967,0.47933885,0.45454547,0.4214876,0.39256197,0.34710744,0.33471075,0.28512397,0.30991736,0.3264463,0.35123968,0.34710744,0.3553719,0.35123968,0.3553719,0.38429752,0.38842976,0.40495867,0.41322315,0.4214876,0.42561984,0.3264463,0.3264463,0.32231405,0.32231405,0.32231405,0.32231405,0.32231405,0.32231405,0.3305785,0.33471075,0.3264463,0.32231405,0.32231405,0.3140496,0.33471075,0.35123968,0.29338843,0.24793388,0.21487603,0.18595041,0.22727273,0.3553719,0.45041323,0.5082645,0.5495868,0.57024795,0.59504133,0.59917355,0.59504133,0.58264464,0.56198347,0.5206612,0.48347107,0.48347107,0.5289256,0.54545456,0.5661157,0.5785124,0.58677685,0.57438016,0.57024795,0.5495868,0.5082645,0.47107437,0.42975205,0.40082645,0.37190083,0.3429752,0.30578512,0.29338843,0.30578512,0.34710744,0.3429752,0.35123968,0.3553719,0.35950413,0.35950413,0.35950413,0.38429752,0.3966942,0.41735536,0.4090909,0.4090909,0.4090909,0.32231405,0.32231405,0.32231405,0.3264463,0.3305785,0.33471075,0.338843,0.338843,0.3429752,0.338843,0.3140496,0.30578512,0.29752067,0.2892562,0.33471075,0.32231405,0.28099173,0.23140496,0.23966943,0.21487603,0.19008264,0.21900827,0.36363637,0.45041323,0.5,0.5247934,0.54545456,0.56198347,0.55785125,0.553719,0.5247934,0.5082645,0.48347107,0.49173555,0.5123967,0.5289256,0.54545456,0.5495868,0.5413223,0.53305787,0.49173555,0.4876033,0.446281,0.41735536,0.3966942,0.3553719,0.32231405,0.29338843,0.28512397,0.30165288,0.3305785,0.3553719,0.34710744,0.3429752,0.35950413,0.3677686,0.3553719,0.37190083,0.38429752,0.39256197,0.40082645,0.40495867,0.40082645,0.4090909,0.338843,0.3429752,0.338843,0.3305785,0.3264463,0.32231405,0.3181818,0.3140496,0.2768595,0.29752067,0.26859504,0.2768595,0.27272728,0.28512397,0.3305785,0.29752067,0.25619835,0.21900827,0.23140496,0.21900827,0.1983471,0.1570248,0.22727273,0.3305785,0.4090909,0.44214877,0.49586776,0.5123967,0.5123967,0.5,0.4752066,0.4876033,0.49586776,0.4876033,0.49586776,0.5,0.5041322,0.49173555,0.47933885,0.46280992,0.42975205,0.41322315,0.39256197,0.36363637,0.338843,0.29752067,0.27272728,0.28099173,0.30578512,0.30991736,0.3140496,0.3305785,0.338843,0.35950413,0.3553719,0.37190083,0.3677686,0.37190083,0.38842976,0.3966942,0.39256197,0.41322315,0.3966942,0.41322315,0.3140496,0.30578512,0.29752067,0.28512397,0.2768595,0.26859504,0.2603306,0.25619835,0.23966943,0.2603306,0.28099173,0.29338843,0.3264463,0.33471075,0.3264463,0.28512397,0.24793388,0.22727273,0.1983471,0.21900827,0.1983471,0.16115703,0.13636364,0.19008264,0.2644628,0.36363637,0.38016528,0.41735536,0.446281,0.4338843,0.42975205,0.43801653,0.44214877,0.44214877,0.446281,0.44214877,0.43801653,0.42561984,0.3966942,0.38429752,0.37190083,0.35123968,0.3181818,0.29338843,0.2603306,0.25619835,0.2603306,0.2768595,0.29338843,0.29338843,0.29752067,0.3140496,0.35123968,0.34710744,0.35123968,0.3677686,0.37190083,0.37190083,0.38842976,0.3966942,0.39256197,0.4090909,0.3966942,0.41322315,2 +0.1570248,0.1570248,0.15289256,0.15289256,0.1570248,0.18595041,0.15289256,0.3553719,0.61157024,0.70247936,0.7355372,0.75619835,0.76859504,0.7644628,0.75619835,0.76033056,0.76859504,0.76859504,0.78099173,0.7892562,0.8016529,0.8057851,0.80991733,0.8264463,0.8181818,0.8016529,0.8057851,0.80991733,0.8181818,0.8140496,0.8016529,0.8016529,0.8057851,0.7933884,0.7933884,0.7933884,0.8016529,0.8057851,0.8016529,0.7933884,0.7892562,0.76859504,0.78099173,0.78099173,0.76859504,0.7768595,0.77272725,0.76033056,0.75619835,0.73966944,0.75619835,0.75206614,0.7355372,0.7231405,0.7107438,0.6942149,0.6818182,0.661157,0.61570245,0.57024795,0.5247934,0.5165289,0.5247934,0.5247934,0.1322314,0.12809917,0.12809917,0.12396694,0.14876033,0.17355372,0.1322314,0.3553719,0.6198347,0.7066116,0.7355372,0.75206614,0.74793386,0.74380165,0.74380165,0.72727275,0.74380165,0.7355372,0.74793386,0.75619835,0.76033056,0.7644628,0.7768595,0.7768595,0.78099173,0.77272725,0.78512394,0.79752064,0.79752064,0.7892562,0.7768595,0.78099173,0.78099173,0.7768595,0.76859504,0.76033056,0.76033056,0.7644628,0.75619835,0.74793386,0.75619835,0.73140496,0.7355372,0.74793386,0.7355372,0.74793386,0.75206614,0.73966944,0.73966944,0.74380165,0.75206614,0.76033056,0.73966944,0.73140496,0.70247936,0.6942149,0.6735537,0.6446281,0.61157024,0.57438016,0.5247934,0.5206612,0.5289256,0.5247934,0.14049587,0.14049587,0.1446281,0.1446281,0.14049587,0.16115703,0.11983471,0.35123968,0.6322314,0.7066116,0.72727275,0.74380165,0.72727275,0.72727275,0.7231405,0.7107438,0.7231405,0.70247936,0.6983471,0.7107438,0.71900827,0.72727275,0.71900827,0.72727275,0.7355372,0.73140496,0.75206614,0.7768595,0.77272725,0.7644628,0.74793386,0.74380165,0.75619835,0.76033056,0.7355372,0.71900827,0.71487606,0.7107438,0.6983471,0.6859504,0.6735537,0.6818182,0.6859504,0.6818182,0.6942149,0.7107438,0.71487606,0.7066116,0.71487606,0.7355372,0.74380165,0.75619835,0.75206614,0.72727275,0.71900827,0.6983471,0.6735537,0.6487603,0.607438,0.5785124,0.5165289,0.53305787,0.5371901,0.5247934,0.11570248,0.11570248,0.11157025,0.11157025,0.14876033,0.14049587,0.07438017,0.38842976,0.6446281,0.70247936,0.71900827,0.73140496,0.7231405,0.7107438,0.7107438,0.6859504,0.6859504,0.677686,0.6570248,0.6652893,0.6652893,0.677686,0.6818182,0.6942149,0.6983471,0.7066116,0.71900827,0.73140496,0.7355372,0.72727275,0.71900827,0.70247936,0.71900827,0.70247936,0.69008267,0.6694215,0.6652893,0.6570248,0.6280992,0.607438,0.5785124,0.5661157,0.57024795,0.5785124,0.60330576,0.61570245,0.61157024,0.6198347,0.6198347,0.6446281,0.6570248,0.70247936,0.7107438,0.70247936,0.677686,0.6735537,0.6694215,0.6487603,0.60330576,0.5661157,0.5247934,0.5247934,0.5206612,0.5082645,0.14049587,0.14049587,0.14049587,0.14049587,0.13636364,0.1322314,0.08677686,0.4090909,0.6404959,0.6735537,0.69008267,0.7066116,0.6983471,0.6487603,0.6404959,0.607438,0.6280992,0.6198347,0.59090906,0.59090906,0.59917355,0.6198347,0.6446281,0.6570248,0.6694215,0.6735537,0.6818182,0.6818182,0.6859504,0.6859504,0.677686,0.6694215,0.6983471,0.6652893,0.6363636,0.61570245,0.59917355,0.58677685,0.55785125,0.5289256,0.4876033,0.45041323,0.45041323,0.446281,0.45867768,0.49173555,0.4876033,0.5206612,0.5289256,0.5495868,0.57024795,0.59917355,0.6280992,0.6280992,0.607438,0.59504133,0.59917355,0.61157024,0.59504133,0.553719,0.5289256,0.5082645,0.5123967,0.49173555,0.13636364,0.14049587,0.14049587,0.14049587,0.14876033,0.12396694,0.15289256,0.4338843,0.59090906,0.61570245,0.6404959,0.677686,0.6446281,0.57024795,0.5247934,0.5123967,0.47933885,0.46694216,0.45867768,0.48347107,0.5082645,0.5371901,0.57438016,0.59917355,0.6198347,0.6322314,0.6404959,0.6487603,0.6528926,0.6322314,0.6322314,0.6322314,0.6570248,0.6280992,0.607438,0.57024795,0.5371901,0.5165289,0.48347107,0.45867768,0.41735536,0.38016528,0.3677686,0.3553719,0.3429752,0.3677686,0.38842976,0.41735536,0.44214877,0.4752066,0.5041322,0.5165289,0.53305787,0.5289256,0.5041322,0.5041322,0.5041322,0.5206612,0.5413223,0.53305787,0.5247934,0.5165289,0.5206612,0.48347107,0.1694215,0.1694215,0.17355372,0.17768595,0.16528925,0.14049587,0.2107438,0.4214876,0.5206612,0.5247934,0.5413223,0.5785124,0.54545456,0.48347107,0.42561984,0.4090909,0.38016528,0.39256197,0.36363637,0.38016528,0.40495867,0.43801653,0.47933885,0.5206612,0.5495868,0.59090906,0.61570245,0.6404959,0.6446281,0.62396693,0.61570245,0.62396693,0.6280992,0.61570245,0.58677685,0.5413223,0.49586776,0.45454547,0.42975205,0.41322315,0.38016528,0.37603307,0.33471075,0.32231405,0.338843,0.3140496,0.3305785,0.35950413,0.37603307,0.40495867,0.4214876,0.45867768,0.45454547,0.45041323,0.45041323,0.46280992,0.47107437,0.47933885,0.49173555,0.49173555,0.4876033,0.49586776,0.5082645,0.4876033,0.1983471,0.1983471,0.1983471,0.1983471,0.17768595,0.14049587,0.23140496,0.40495867,0.45454547,0.43801653,0.43801653,0.4876033,0.45867768,0.4214876,0.39256197,0.3677686,0.3677686,0.3677686,0.3305785,0.34710744,0.34710744,0.38016528,0.3966942,0.43801653,0.47933885,0.5495868,0.59917355,0.62396693,0.6528926,0.6528926,0.6570248,0.661157,0.6652893,0.6280992,0.5785124,0.5247934,0.4752066,0.42975205,0.40082645,0.40082645,0.38842976,0.38842976,0.37190083,0.37190083,0.39256197,0.38429752,0.41322315,0.41322315,0.42561984,0.42975205,0.42561984,0.45041323,0.44214877,0.4338843,0.446281,0.46694216,0.47933885,0.47107437,0.46280992,0.46280992,0.45041323,0.46694216,0.4876033,0.49586776,0.19008264,0.19008264,0.19008264,0.19008264,0.18595041,0.14876033,0.24793388,0.40082645,0.4338843,0.38842976,0.3677686,0.41735536,0.44214877,0.44214877,0.45867768,0.46280992,0.46280992,0.446281,0.42561984,0.40082645,0.37603307,0.38429752,0.38016528,0.38429752,0.42561984,0.5165289,0.58264464,0.6322314,0.677686,0.6942149,0.7066116,0.71487606,0.71900827,0.677686,0.59917355,0.5041322,0.45867768,0.4090909,0.40082645,0.41322315,0.41735536,0.4090909,0.4090909,0.41735536,0.44214877,0.45867768,0.5247934,0.53305787,0.5413223,0.5495868,0.5413223,0.5371901,0.5247934,0.5,0.47933885,0.49173555,0.5,0.49586776,0.47107437,0.45867768,0.43801653,0.44214877,0.46280992,0.5041322,0.1694215,0.16528925,0.16115703,0.1570248,0.17355372,0.1570248,0.24793388,0.38429752,0.4214876,0.4338843,0.45041323,0.47107437,0.53305787,0.57024795,0.59917355,0.61570245,0.607438,0.59504133,0.5413223,0.4752066,0.446281,0.41735536,0.41322315,0.38842976,0.40495867,0.46280992,0.56198347,0.6363636,0.69008267,0.7355372,0.75619835,0.76859504,0.76033056,0.71900827,0.6198347,0.5123967,0.4338843,0.41322315,0.4214876,0.41735536,0.42975205,0.41735536,0.4214876,0.44214877,0.5,0.56198347,0.6322314,0.6652893,0.6694215,0.6735537,0.6652893,0.6528926,0.62396693,0.58264464,0.53305787,0.5082645,0.5082645,0.5041322,0.49173555,0.46280992,0.44214877,0.446281,0.46694216,0.5,0.14876033,0.14876033,0.14876033,0.15289256,0.16528925,0.18595041,0.25619835,0.3966942,0.4214876,0.48347107,0.5123967,0.55785125,0.61157024,0.6570248,0.6859504,0.6983471,0.69008267,0.6652893,0.60330576,0.5247934,0.45867768,0.46280992,0.446281,0.42561984,0.39256197,0.4214876,0.553719,0.6570248,0.73140496,0.75619835,0.7892562,0.7892562,0.78099173,0.74793386,0.6404959,0.5123967,0.4214876,0.41322315,0.41735536,0.41322315,0.4090909,0.41322315,0.43801653,0.48347107,0.553719,0.62396693,0.6942149,0.6942149,0.6942149,0.6942149,0.6859504,0.6735537,0.6570248,0.6198347,0.55785125,0.5206612,0.47933885,0.49586776,0.49586776,0.4876033,0.46694216,0.45867768,0.47107437,0.49586776,0.14876033,0.14876033,0.14876033,0.14876033,0.1570248,0.17355372,0.2231405,0.37603307,0.42975205,0.47107437,0.5165289,0.5661157,0.607438,0.6404959,0.6487603,0.6570248,0.6528926,0.6322314,0.5661157,0.5206612,0.47107437,0.45454547,0.44214877,0.4338843,0.4090909,0.40082645,0.5247934,0.6735537,0.74793386,0.7768595,0.8016529,0.79752064,0.7892562,0.74793386,0.6363636,0.5165289,0.42975205,0.40495867,0.40495867,0.40082645,0.4090909,0.41322315,0.45041323,0.5165289,0.5785124,0.6528926,0.71487606,0.69008267,0.6694215,0.6446281,0.6363636,0.6280992,0.61157024,0.59090906,0.54545456,0.5041322,0.47107437,0.4752066,0.48347107,0.4876033,0.4876033,0.47933885,0.47933885,0.49586776,0.13636364,0.13636364,0.13636364,0.13636364,0.14049587,0.14049587,0.1983471,0.38842976,0.4338843,0.45041323,0.48347107,0.5123967,0.54545456,0.57438016,0.62396693,0.6652893,0.69008267,0.6652893,0.59504133,0.5413223,0.4752066,0.45041323,0.42975205,0.43801653,0.4214876,0.4090909,0.5082645,0.6735537,0.74793386,0.7933884,0.8140496,0.8016529,0.7892562,0.73966944,0.62396693,0.5082645,0.43801653,0.4338843,0.42561984,0.3966942,0.40495867,0.41322315,0.47107437,0.5495868,0.61570245,0.6735537,0.73140496,0.7107438,0.6942149,0.661157,0.59917355,0.55785125,0.53305787,0.5123967,0.49173555,0.47107437,0.47107437,0.45454547,0.4752066,0.49173555,0.49173555,0.4876033,0.49586776,0.5,0.14876033,0.14876033,0.14876033,0.14876033,0.1446281,0.12809917,0.19421488,0.40082645,0.46694216,0.46280992,0.446281,0.43801653,0.5041322,0.57024795,0.6280992,0.6818182,0.69008267,0.6404959,0.5661157,0.5206612,0.46694216,0.446281,0.4090909,0.4214876,0.46280992,0.47107437,0.5289256,0.6735537,0.76033056,0.8057851,0.8347107,0.80991733,0.8016529,0.7355372,0.607438,0.5123967,0.4876033,0.5,0.47107437,0.4090909,0.38016528,0.38842976,0.446281,0.5082645,0.5413223,0.59090906,0.6446281,0.6652893,0.6446281,0.6404959,0.58677685,0.54545456,0.49586776,0.45867768,0.4338843,0.42975205,0.45867768,0.45454547,0.48347107,0.4876033,0.47933885,0.4876033,0.5041322,0.5123967,0.14049587,0.1446281,0.14876033,0.15289256,0.1570248,0.14876033,0.1694215,0.38429752,0.47933885,0.47933885,0.4214876,0.39256197,0.4752066,0.5206612,0.53305787,0.5206612,0.47933885,0.41735536,0.38429752,0.4090909,0.42975205,0.41322315,0.38842976,0.39256197,0.5082645,0.58677685,0.59504133,0.6818182,0.76033056,0.8140496,0.8305785,0.80991733,0.79752064,0.72727275,0.607438,0.5206612,0.53305787,0.57024795,0.5165289,0.43801653,0.39256197,0.40082645,0.41735536,0.4338843,0.38429752,0.3553719,0.40495867,0.446281,0.47933885,0.49586776,0.49586776,0.4876033,0.46694216,0.42561984,0.40495867,0.38842976,0.4214876,0.46280992,0.5041322,0.5041322,0.49173555,0.4876033,0.5082645,0.5165289,0.20661157,0.2107438,0.21487603,0.21487603,0.21900827,0.18181819,0.15289256,0.40495867,0.49173555,0.4876033,0.42975205,0.38842976,0.3966942,0.4214876,0.37190083,0.3429752,0.26859504,0.23966943,0.2603306,0.3429752,0.41735536,0.446281,0.4752066,0.5165289,0.59090906,0.6818182,0.6652893,0.69008267,0.75619835,0.8140496,0.8305785,0.8016529,0.78099173,0.7107438,0.59090906,0.5413223,0.59090906,0.6404959,0.6198347,0.58264464,0.5661157,0.58264464,0.54545456,0.5247934,0.43801653,0.3305785,0.25619835,0.25619835,0.32231405,0.34710744,0.38429752,0.39256197,0.41322315,0.4090909,0.40495867,0.41735536,0.43801653,0.45867768,0.48347107,0.4752066,0.47933885,0.5,0.5041322,0.5123967,0.25619835,0.25619835,0.2603306,0.2603306,0.2644628,0.27272728,0.1446281,0.47107437,0.5206612,0.5041322,0.5041322,0.5082645,0.45867768,0.41735536,0.35950413,0.3140496,0.27272728,0.2768595,0.3305785,0.40495867,0.48347107,0.56198347,0.6363636,0.6694215,0.7066116,0.7231405,0.6983471,0.71487606,0.7644628,0.80991733,0.822314,0.79752064,0.74793386,0.6859504,0.58264464,0.57024795,0.6404959,0.6859504,0.6859504,0.677686,0.6818182,0.677686,0.6446281,0.6198347,0.607438,0.5495868,0.42975205,0.3553719,0.338843,0.37603307,0.3966942,0.41322315,0.43801653,0.45867768,0.48347107,0.5041322,0.5206612,0.5165289,0.5,0.5,0.5165289,0.5165289,0.5165289,0.5123967,0.30578512,0.30991736,0.3140496,0.3181818,0.3264463,0.3553719,0.1983471,0.5082645,0.5785124,0.57024795,0.59917355,0.61157024,0.58677685,0.5206612,0.45867768,0.42975205,0.40082645,0.4214876,0.45041323,0.5,0.5371901,0.61157024,0.6652893,0.6942149,0.71900827,0.71900827,0.6818182,0.71487606,0.77272725,0.80991733,0.8140496,0.77272725,0.71487606,0.6487603,0.59090906,0.59504133,0.661157,0.6983471,0.70247936,0.69008267,0.6735537,0.6859504,0.6528926,0.6404959,0.61570245,0.59504133,0.5495868,0.49173555,0.45454547,0.45041323,0.45867768,0.4752066,0.49586776,0.5165289,0.5371901,0.57024795,0.58264464,0.59917355,0.58264464,0.5661157,0.5495868,0.5661157,0.54545456,0.5413223,0.3677686,0.3677686,0.3677686,0.37190083,0.37190083,0.36363637,0.2603306,0.54545456,0.62396693,0.6528926,0.6446281,0.661157,0.6404959,0.59090906,0.5413223,0.49586776,0.47933885,0.47933885,0.5,0.54545456,0.59917355,0.661157,0.6983471,0.70247936,0.71900827,0.6983471,0.677686,0.72727275,0.7892562,0.8181818,0.80991733,0.74793386,0.6818182,0.6280992,0.59090906,0.60330576,0.6528926,0.6983471,0.7231405,0.71900827,0.6859504,0.6942149,0.6818182,0.6694215,0.6404959,0.58264464,0.55785125,0.5206612,0.49173555,0.48347107,0.4876033,0.4876033,0.5247934,0.5495868,0.59504133,0.6322314,0.6570248,0.6528926,0.6404959,0.6280992,0.61570245,0.59917355,0.59504133,0.57024795,0.3966942,0.40082645,0.40082645,0.40495867,0.40495867,0.3677686,0.30991736,0.60330576,0.6694215,0.6942149,0.6694215,0.6735537,0.6735537,0.6363636,0.58677685,0.5495868,0.53305787,0.5371901,0.58677685,0.6322314,0.6694215,0.71487606,0.7355372,0.72727275,0.71900827,0.6859504,0.677686,0.74380165,0.80991733,0.822314,0.8016529,0.73140496,0.6652893,0.59917355,0.59504133,0.60330576,0.6404959,0.6818182,0.71900827,0.74380165,0.74380165,0.73140496,0.71487606,0.70247936,0.6983471,0.661157,0.6198347,0.57438016,0.5413223,0.5206612,0.5247934,0.5289256,0.56198347,0.58677685,0.6404959,0.6570248,0.6818182,0.6859504,0.6818182,0.661157,0.6487603,0.6322314,0.62396693,0.59504133,0.40082645,0.40082645,0.3966942,0.3966942,0.3966942,0.37190083,0.38429752,0.61570245,0.7107438,0.72727275,0.70247936,0.69008267,0.70247936,0.6942149,0.661157,0.6446281,0.6280992,0.6404959,0.6735537,0.7066116,0.7355372,0.74793386,0.74793386,0.7231405,0.6983471,0.6818182,0.6735537,0.75619835,0.822314,0.822314,0.79752064,0.73140496,0.6487603,0.58264464,0.57438016,0.607438,0.6322314,0.6652893,0.6983471,0.72727275,0.75619835,0.76859504,0.75206614,0.74380165,0.73966944,0.73966944,0.7107438,0.6735537,0.6487603,0.6322314,0.6198347,0.62396693,0.6198347,0.6487603,0.6818182,0.69008267,0.6818182,0.69008267,0.6942149,0.69008267,0.6652893,0.6570248,0.6363636,0.61570245,0.40082645,0.40082645,0.40082645,0.40082645,0.40082645,0.3677686,0.41735536,0.6322314,0.7355372,0.74793386,0.7231405,0.70247936,0.7107438,0.71900827,0.71487606,0.69008267,0.7066116,0.6983471,0.73140496,0.73966944,0.74380165,0.74793386,0.73140496,0.70247936,0.6818182,0.6694215,0.69008267,0.7768595,0.8305785,0.8181818,0.7933884,0.72727275,0.6363636,0.5785124,0.5495868,0.60330576,0.6280992,0.6487603,0.6652893,0.6859504,0.73140496,0.7644628,0.76859504,0.76859504,0.76859504,0.76859504,0.76033056,0.75206614,0.7355372,0.72727275,0.7107438,0.69008267,0.6735537,0.677686,0.6859504,0.7066116,0.6983471,0.71900827,0.71487606,0.7066116,0.6818182,0.661157,0.6446281,0.6198347,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.37190083,0.44214877,0.6280992,0.73966944,0.76859504,0.74380165,0.72727275,0.7231405,0.72727275,0.7355372,0.7107438,0.72727275,0.7355372,0.74380165,0.73966944,0.73966944,0.72727275,0.70247936,0.6818182,0.661157,0.6694215,0.71900827,0.8016529,0.8305785,0.8181818,0.78512394,0.71487606,0.6363636,0.57438016,0.553719,0.59917355,0.6280992,0.6404959,0.6487603,0.6735537,0.7066116,0.74793386,0.76033056,0.76033056,0.78099173,0.7768595,0.76859504,0.76859504,0.76033056,0.76033056,0.76033056,0.73140496,0.71487606,0.72727275,0.71900827,0.72727275,0.73140496,0.7355372,0.73966944,0.7231405,0.6983471,0.6694215,0.6528926,0.61570245,0.3966942,0.39256197,0.39256197,0.39256197,0.38842976,0.3677686,0.44214877,0.6363636,0.73966944,0.7768595,0.77272725,0.75619835,0.73140496,0.72727275,0.7355372,0.73140496,0.72727275,0.7231405,0.72727275,0.7355372,0.71487606,0.70247936,0.677686,0.6652893,0.661157,0.6859504,0.75619835,0.8181818,0.8305785,0.8140496,0.78099173,0.7066116,0.6280992,0.57024795,0.553719,0.58677685,0.6198347,0.6487603,0.6404959,0.6735537,0.70247936,0.73966944,0.74793386,0.75619835,0.7644628,0.78512394,0.7644628,0.76859504,0.75619835,0.76859504,0.7644628,0.74380165,0.74793386,0.75619835,0.75206614,0.75619835,0.76033056,0.76033056,0.75619835,0.72727275,0.7066116,0.6694215,0.6528926,0.60330576,0.37190083,0.37190083,0.3677686,0.3677686,0.3677686,0.3677686,0.46280992,0.6363636,0.73140496,0.77272725,0.78099173,0.77272725,0.7355372,0.7231405,0.71900827,0.7231405,0.7231405,0.7107438,0.7066116,0.71487606,0.7066116,0.6942149,0.6652893,0.6570248,0.6735537,0.71900827,0.78099173,0.8305785,0.8305785,0.8057851,0.76033056,0.69008267,0.61570245,0.57438016,0.553719,0.57438016,0.60330576,0.6198347,0.62396693,0.6570248,0.70247936,0.7355372,0.74793386,0.75619835,0.76033056,0.7644628,0.76859504,0.7644628,0.75206614,0.76033056,0.76033056,0.75206614,0.75619835,0.76859504,0.76859504,0.7768595,0.77272725,0.77272725,0.75206614,0.7231405,0.70247936,0.6446281,0.6322314,0.58677685,0.37190083,0.37190083,0.37190083,0.37603307,0.37603307,0.37603307,0.4752066,0.6446281,0.73140496,0.75619835,0.77272725,0.76859504,0.74793386,0.72727275,0.72727275,0.73140496,0.72727275,0.7231405,0.7107438,0.7066116,0.7231405,0.6983471,0.661157,0.6487603,0.69008267,0.75206614,0.7933884,0.838843,0.822314,0.79752064,0.75619835,0.6859504,0.61570245,0.57438016,0.55785125,0.57024795,0.58677685,0.58264464,0.57438016,0.61570245,0.677686,0.7231405,0.75206614,0.75619835,0.76033056,0.75619835,0.7644628,0.7768595,0.76033056,0.76033056,0.7644628,0.75619835,0.75619835,0.77272725,0.76859504,0.78099173,0.76859504,0.76033056,0.7355372,0.70247936,0.6735537,0.6363636,0.59917355,0.57438016,0.38016528,0.38016528,0.37603307,0.37603307,0.37603307,0.38016528,0.49173555,0.6487603,0.71900827,0.74380165,0.75619835,0.75619835,0.74380165,0.7355372,0.73140496,0.7355372,0.72727275,0.7231405,0.71900827,0.71487606,0.7231405,0.677686,0.6404959,0.6570248,0.7231405,0.7768595,0.822314,0.838843,0.838843,0.79752064,0.7644628,0.6859504,0.6280992,0.58677685,0.57024795,0.58264464,0.59090906,0.58677685,0.5371901,0.54545456,0.61157024,0.69008267,0.7231405,0.74380165,0.75619835,0.75619835,0.76033056,0.77272725,0.77272725,0.7644628,0.76033056,0.75206614,0.75206614,0.75206614,0.75619835,0.75619835,0.75619835,0.71487606,0.7066116,0.677686,0.6322314,0.62396693,0.58264464,0.56198347,0.37190083,0.37190083,0.37190083,0.37190083,0.37603307,0.37603307,0.4752066,0.6487603,0.7066116,0.7231405,0.7355372,0.73966944,0.7355372,0.7355372,0.72727275,0.7355372,0.7231405,0.71900827,0.7107438,0.70247936,0.6818182,0.6363636,0.6322314,0.69008267,0.75206614,0.8016529,0.8305785,0.8429752,0.838843,0.8057851,0.76859504,0.6859504,0.6322314,0.59917355,0.59504133,0.61157024,0.6198347,0.6280992,0.5661157,0.5165289,0.5495868,0.6280992,0.6983471,0.73140496,0.74793386,0.75206614,0.75206614,0.77272725,0.77272725,0.7644628,0.7644628,0.75206614,0.74793386,0.73140496,0.72727275,0.7231405,0.72727275,0.69008267,0.6859504,0.661157,0.62396693,0.607438,0.57438016,0.5371901,0.35950413,0.35950413,0.35950413,0.3553719,0.3553719,0.37190083,0.4876033,0.62396693,0.677686,0.6983471,0.7107438,0.72727275,0.71487606,0.72727275,0.7231405,0.7107438,0.7107438,0.7107438,0.6859504,0.6570248,0.61157024,0.59504133,0.6694215,0.7107438,0.75206614,0.7933884,0.8181818,0.8347107,0.8181818,0.79752064,0.7644628,0.6694215,0.6198347,0.59090906,0.60330576,0.6198347,0.6404959,0.6404959,0.61157024,0.5661157,0.5041322,0.56198347,0.6487603,0.69008267,0.71487606,0.7355372,0.73966944,0.75619835,0.76859504,0.76033056,0.76033056,0.75206614,0.74793386,0.73140496,0.71900827,0.71900827,0.6942149,0.677686,0.6652893,0.6280992,0.59504133,0.58264464,0.553719,0.5165289,0.35950413,0.35950413,0.36363637,0.36363637,0.36363637,0.37190083,0.45454547,0.60330576,0.6528926,0.677686,0.6942149,0.7107438,0.6983471,0.7107438,0.71487606,0.6942149,0.6859504,0.6818182,0.6735537,0.59504133,0.5247934,0.607438,0.6446281,0.69008267,0.73140496,0.75206614,0.77272725,0.78512394,0.77272725,0.74793386,0.7107438,0.6280992,0.58264464,0.553719,0.58264464,0.60330576,0.6322314,0.6322314,0.607438,0.56198347,0.48347107,0.5,0.57438016,0.6404959,0.6818182,0.7107438,0.72727275,0.73966944,0.75206614,0.7355372,0.74380165,0.73966944,0.74793386,0.73140496,0.71900827,0.7107438,0.6818182,0.6694215,0.6487603,0.60330576,0.5785124,0.55785125,0.53305787,0.5041322,0.37190083,0.37603307,0.37603307,0.37603307,0.37603307,0.38016528,0.446281,0.57438016,0.62396693,0.6487603,0.6652893,0.6859504,0.6859504,0.6818182,0.6983471,0.6694215,0.661157,0.6570248,0.61157024,0.5413223,0.4876033,0.5661157,0.5495868,0.59504133,0.6528926,0.6818182,0.6983471,0.71487606,0.70247936,0.6652893,0.607438,0.553719,0.5041322,0.5041322,0.5041322,0.5413223,0.5785124,0.58677685,0.56198347,0.5371901,0.4338843,0.46280992,0.5123967,0.58677685,0.6363636,0.6735537,0.70247936,0.7107438,0.73140496,0.7231405,0.71900827,0.71900827,0.71900827,0.7107438,0.6942149,0.677686,0.6652893,0.6487603,0.6280992,0.59504133,0.5661157,0.5371901,0.5165289,0.4876033,0.36363637,0.36363637,0.36363637,0.3677686,0.3677686,0.37190083,0.41322315,0.54545456,0.59504133,0.62396693,0.6363636,0.6528926,0.6735537,0.677686,0.6735537,0.661157,0.6363636,0.61157024,0.55785125,0.4752066,0.46694216,0.47933885,0.446281,0.45454547,0.5206612,0.5661157,0.59090906,0.61570245,0.60330576,0.54545456,0.49173555,0.43801653,0.4338843,0.4214876,0.4090909,0.40495867,0.4338843,0.4752066,0.49586776,0.49586776,0.39256197,0.446281,0.47933885,0.5289256,0.58677685,0.6363636,0.6735537,0.6942149,0.6983471,0.7066116,0.6983471,0.6818182,0.6859504,0.6818182,0.6735537,0.6487603,0.6487603,0.6280992,0.607438,0.57438016,0.5413223,0.5165289,0.5041322,0.48347107,0.38429752,0.38429752,0.38429752,0.38429752,0.38016528,0.38016528,0.38842976,0.49586776,0.5661157,0.59917355,0.61570245,0.6280992,0.6404959,0.6487603,0.6528926,0.6280992,0.6198347,0.553719,0.5041322,0.42561984,0.446281,0.46694216,0.39256197,0.35123968,0.38429752,0.41735536,0.44214877,0.4752066,0.47107437,0.4338843,0.39256197,0.35123968,0.338843,0.29752067,0.25619835,0.24793388,0.28512397,0.36363637,0.4338843,0.446281,0.41322315,0.43801653,0.49586776,0.4876033,0.5413223,0.59504133,0.6280992,0.661157,0.6652893,0.6694215,0.6818182,0.661157,0.6528926,0.661157,0.6404959,0.6280992,0.62396693,0.59917355,0.58264464,0.5413223,0.5165289,0.49173555,0.48347107,0.4752066,0.37603307,0.37603307,0.38016528,0.38016528,0.38016528,0.38016528,0.37603307,0.45454547,0.5206612,0.55785125,0.5785124,0.59917355,0.61157024,0.607438,0.60330576,0.59504133,0.57438016,0.5082645,0.43801653,0.3966942,0.45867768,0.5371901,0.49173555,0.35123968,0.3140496,0.30165288,0.33471075,0.34710744,0.35950413,0.35123968,0.3264463,0.29338843,0.29338843,0.29752067,0.25619835,0.2520661,0.24380165,0.30165288,0.39256197,0.42975205,0.44214877,0.47933885,0.5206612,0.5165289,0.5165289,0.54545456,0.58264464,0.62396693,0.6487603,0.6404959,0.6446281,0.6322314,0.6198347,0.62396693,0.59917355,0.59090906,0.58264464,0.57024795,0.54545456,0.5247934,0.49173555,0.49586776,0.47933885,0.46694216,0.38842976,0.39256197,0.39256197,0.39256197,0.3966942,0.3966942,0.3677686,0.41735536,0.46694216,0.5082645,0.5371901,0.56198347,0.57438016,0.57024795,0.56198347,0.55785125,0.5247934,0.46280992,0.40082645,0.40082645,0.5082645,0.5785124,0.58677685,0.42975205,0.30578512,0.2520661,0.2644628,0.28512397,0.2892562,0.29338843,0.29752067,0.2892562,0.30991736,0.30578512,0.30578512,0.3140496,0.30991736,0.34710744,0.41735536,0.45454547,0.48347107,0.48347107,0.54545456,0.55785125,0.5165289,0.5082645,0.553719,0.58677685,0.61570245,0.61570245,0.61570245,0.61157024,0.59504133,0.59504133,0.57438016,0.56198347,0.553719,0.5371901,0.5165289,0.49173555,0.47107437,0.48347107,0.4752066,0.46280992,0.3966942,0.39256197,0.39256197,0.39256197,0.38842976,0.38842976,0.38429752,0.38429752,0.41322315,0.45041323,0.49586776,0.5206612,0.5371901,0.5289256,0.5165289,0.5082645,0.47107437,0.41322315,0.38016528,0.446281,0.56198347,0.59504133,0.59504133,0.5041322,0.3429752,0.30165288,0.25619835,0.2520661,0.27272728,0.28099173,0.29338843,0.29752067,0.3305785,0.33471075,0.3677686,0.38429752,0.40082645,0.41735536,0.45041323,0.4752066,0.49586776,0.5041322,0.54545456,0.5785124,0.5495868,0.5041322,0.5082645,0.53305787,0.57024795,0.58677685,0.59917355,0.5785124,0.57438016,0.56198347,0.54545456,0.5289256,0.5165289,0.5041322,0.49173555,0.47107437,0.46280992,0.4752066,0.4752066,0.45454547,0.38016528,0.38016528,0.38016528,0.38016528,0.38016528,0.38016528,0.38429752,0.39256197,0.36363637,0.37190083,0.44214877,0.46694216,0.49173555,0.49586776,0.48347107,0.46280992,0.41735536,0.3677686,0.38429752,0.5123967,0.58264464,0.59917355,0.59090906,0.5371901,0.42975205,0.3677686,0.32231405,0.2644628,0.2768595,0.29338843,0.30165288,0.3140496,0.35123968,0.37603307,0.40082645,0.4214876,0.4214876,0.42975205,0.44214877,0.45454547,0.47107437,0.49173555,0.5289256,0.58677685,0.57024795,0.53305787,0.48347107,0.48347107,0.5082645,0.5413223,0.56198347,0.55785125,0.5413223,0.53305787,0.5082645,0.4876033,0.47933885,0.4752066,0.46280992,0.45454547,0.45041323,0.45454547,0.45454547,0.44214877,0.37603307,0.37603307,0.37603307,0.37603307,0.37603307,0.37603307,0.38429752,0.39256197,0.36363637,0.338843,0.37603307,0.4214876,0.46280992,0.46694216,0.45454547,0.4214876,0.35950413,0.338843,0.45041323,0.5495868,0.58264464,0.59090906,0.59504133,0.5495868,0.5082645,0.46694216,0.3966942,0.32231405,0.30578512,0.3264463,0.3181818,0.3264463,0.36363637,0.38842976,0.41322315,0.4338843,0.42561984,0.41735536,0.41322315,0.4338843,0.446281,0.47107437,0.5289256,0.56198347,0.5785124,0.5661157,0.5247934,0.4752066,0.45867768,0.49173555,0.5165289,0.5289256,0.5247934,0.5165289,0.47107437,0.47107437,0.45454547,0.45454547,0.43801653,0.4338843,0.44214877,0.42975205,0.42975205,0.42561984,0.36363637,0.36363637,0.36363637,0.35950413,0.35950413,0.35950413,0.37603307,0.38016528,0.39256197,0.34710744,0.3305785,0.38016528,0.4338843,0.446281,0.42561984,0.38016528,0.3140496,0.39256197,0.5247934,0.57438016,0.59504133,0.58264464,0.59504133,0.5785124,0.55785125,0.5413223,0.46694216,0.39256197,0.3429752,0.3429752,0.3181818,0.30991736,0.34710744,0.40082645,0.4214876,0.4214876,0.42975205,0.41735536,0.42561984,0.43801653,0.45041323,0.46694216,0.5123967,0.5495868,0.57438016,0.57024795,0.5785124,0.5413223,0.47107437,0.446281,0.46280992,0.4876033,0.4876033,0.48347107,0.47107437,0.46694216,0.46280992,0.44214877,0.4338843,0.4214876,0.4338843,0.42561984,0.42561984,0.42561984,0.35950413,0.35950413,0.35950413,0.35950413,0.36363637,0.3677686,0.37190083,0.38842976,0.38429752,0.38842976,0.33471075,0.36363637,0.42561984,0.45867768,0.42975205,0.36363637,0.3305785,0.45867768,0.55785125,0.58677685,0.58677685,0.5785124,0.58264464,0.5785124,0.57024795,0.5661157,0.5082645,0.45454547,0.38429752,0.34710744,0.3181818,0.2892562,0.33471075,0.39256197,0.40495867,0.41735536,0.40495867,0.4214876,0.4214876,0.43801653,0.45867768,0.4752066,0.5082645,0.54545456,0.553719,0.56198347,0.60330576,0.607438,0.57438016,0.45867768,0.4090909,0.44214877,0.46694216,0.45867768,0.46694216,0.446281,0.45041323,0.4338843,0.42975205,0.41322315,0.42975205,0.4214876,0.42975205,0.41735536,0.3966942,0.40082645,0.40082645,0.40082645,0.3966942,0.3966942,0.37603307,0.38016528,0.37603307,0.3966942,0.3553719,0.3677686,0.42975205,0.4752066,0.45454547,0.37603307,0.39256197,0.47933885,0.5495868,0.5495868,0.56198347,0.55785125,0.55785125,0.56198347,0.57024795,0.5785124,0.553719,0.5,0.4338843,0.3677686,0.338843,0.29752067,0.3181818,0.37190083,0.38016528,0.3966942,0.40495867,0.42975205,0.4338843,0.4338843,0.446281,0.45867768,0.4876033,0.5289256,0.5413223,0.55785125,0.60330576,0.61570245,0.61570245,0.553719,0.44214877,0.40082645,0.44214877,0.46280992,0.45041323,0.45454547,0.43801653,0.43801653,0.42561984,0.4090909,0.4214876,0.42561984,0.41322315,0.40082645,0.38842976,0.38429752,0.38429752,0.38429752,0.38016528,0.38016528,0.37603307,0.38016528,0.38016528,0.38016528,0.38429752,0.38429752,0.4338843,0.5041322,0.49173555,0.42561984,0.45041323,0.49173555,0.5165289,0.46694216,0.48347107,0.5165289,0.53305787,0.56198347,0.56198347,0.57438016,0.58264464,0.5289256,0.48347107,0.4214876,0.40082645,0.338843,0.338843,0.36363637,0.38016528,0.40082645,0.41322315,0.42561984,0.43801653,0.44214877,0.42975205,0.43801653,0.45867768,0.48347107,0.5082645,0.54545456,0.57438016,0.59917355,0.58677685,0.59090906,0.5289256,0.4090909,0.42561984,0.46694216,0.46280992,0.46280992,0.4338843,0.446281,0.42561984,0.4090909,0.4090909,0.4214876,0.41735536,0.4090909,0.3677686,0.37190083,0.37190083,0.37603307,0.37603307,0.37603307,0.37603307,0.37190083,0.38429752,0.37190083,0.38842976,0.42561984,0.4338843,0.5,0.5289256,0.5165289,0.5082645,0.5082645,0.47933885,0.4214876,0.40082645,0.45867768,0.5123967,0.5413223,0.55785125,0.57438016,0.57438016,0.57024795,0.56198347,0.5082645,0.46694216,0.4214876,0.38842976,0.39256197,0.4090909,0.41322315,0.4214876,0.42975205,0.41735536,0.42975205,0.41735536,0.4214876,0.4338843,0.4338843,0.45454547,0.4752066,0.55785125,0.58264464,0.56198347,0.5661157,0.553719,0.47107437,0.46694216,0.4876033,0.48347107,0.45041323,0.45454547,0.4338843,0.41322315,0.4090909,0.40495867,0.41735536,0.41735536,0.41735536,0.38429752,0.38016528,0.38016528,0.37603307,0.37603307,0.37190083,0.37190083,0.37190083,0.37603307,0.38016528,0.38016528,0.4338843,0.45041323,0.4876033,0.5495868,0.59090906,0.58264464,0.5413223,0.49173555,0.43801653,0.38016528,0.40082645,0.45454547,0.4752066,0.5,0.5371901,0.55785125,0.58264464,0.59917355,0.57024795,0.53305787,0.48347107,0.42975205,0.4090909,0.40495867,0.40495867,0.40495867,0.3966942,0.3966942,0.3966942,0.40082645,0.38842976,0.39256197,0.37190083,0.3677686,0.38429752,0.44214877,0.4876033,0.5041322,0.5247934,0.5289256,0.5123967,0.5289256,0.5289256,0.49586776,0.45041323,0.446281,0.42975205,0.42561984,0.41735536,0.4214876,0.41735536,0.41735536,0.40082645,0.36363637,0.36363637,0.3677686,0.3677686,0.3677686,0.3677686,0.3677686,0.37190083,0.38016528,0.3677686,0.37603307,0.42561984,0.43801653,0.47933885,0.54545456,0.61157024,0.62396693,0.57024795,0.5206612,0.49586776,0.44214877,0.3966942,0.35123968,0.3264463,0.30578512,0.338843,0.35950413,0.38842976,0.4338843,0.4752066,0.46694216,0.42561984,0.38016528,0.34710744,0.338843,0.33471075,0.3181818,0.30578512,0.29752067,0.30578512,0.3305785,0.3181818,0.30578512,0.28099173,0.2644628,0.29752067,0.338843,0.40082645,0.446281,0.5,0.5041322,0.5206612,0.57024795,0.55785125,0.5,0.45454547,0.42975205,0.42975205,0.41735536,0.41735536,0.41322315,0.4090909,0.3966942,0.39256197,0.38016528,0.38016528,0.38016528,0.38016528,0.38016528,0.38016528,0.37603307,0.36363637,0.37603307,0.37603307,0.37190083,0.3966942,0.4338843,0.45041323,0.5206612,0.58677685,0.6363636,0.60330576,0.553719,0.55785125,0.5413223,0.5206612,0.46280992,0.33471075,0.23553719,0.20661157,0.24380165,0.24380165,0.25619835,0.30991736,0.35123968,0.33471075,0.32231405,0.3140496,0.30991736,0.2768595,0.23553719,0.21900827,0.16115703,0.18181819,0.2107438,0.22727273,0.23966943,0.28099173,0.2603306,0.2768595,0.30578512,0.35123968,0.42975205,0.47933885,0.49173555,0.5165289,0.5661157,0.5495868,0.5041322,0.446281,0.4214876,0.42561984,0.4090909,0.41735536,0.4090909,0.4090909,0.39256197,0.37603307,0.38016528,0.38016528,0.38016528,0.37603307,0.37603307,0.37603307,0.37190083,0.3677686,0.37190083,0.37190083,0.38016528,0.37603307,0.41735536,0.41735536,0.4752066,0.54545456,0.60330576,0.61570245,0.58264464,0.5785124,0.59090906,0.61157024,0.5661157,0.5371901,0.41322315,0.30578512,0.28099173,0.2768595,0.26859504,0.3181818,0.338843,0.3429752,0.338843,0.3429752,0.34710744,0.30165288,0.2768595,0.2892562,0.2644628,0.3140496,0.30991736,0.35950413,0.39256197,0.42975205,0.41735536,0.39256197,0.38016528,0.38842976,0.44214877,0.4876033,0.49586776,0.5123967,0.55785125,0.5371901,0.47933885,0.44214877,0.42561984,0.42561984,0.3966942,0.41322315,0.40082645,0.39256197,0.38429752,0.3677686,0.35950413,0.35950413,0.35950413,0.3553719,0.3553719,0.3553719,0.35950413,0.3677686,0.37603307,0.37603307,0.38016528,0.36363637,0.38842976,0.41322315,0.42975205,0.5041322,0.55785125,0.58677685,0.57438016,0.58264464,0.59917355,0.607438,0.6198347,0.58264464,0.54545456,0.4752066,0.46280992,0.46694216,0.47107437,0.49586776,0.5,0.5041322,0.47933885,0.48347107,0.4752066,0.48347107,0.4752066,0.45867768,0.45041323,0.45454547,0.45041323,0.4876033,0.5,0.5206612,0.5247934,0.5123967,0.5041322,0.4876033,0.4876033,0.5,0.5,0.5123967,0.54545456,0.5123967,0.46694216,0.42561984,0.41735536,0.41322315,0.3966942,0.40082645,0.39256197,0.38016528,0.38016528,0.36363637,0.37190083,0.37190083,0.37603307,0.37603307,0.37603307,0.37603307,0.37190083,0.3677686,0.37190083,0.37190083,0.37190083,0.37603307,0.35123968,0.3966942,0.40082645,0.47107437,0.5165289,0.5661157,0.5785124,0.58264464,0.607438,0.62396693,0.61157024,0.59090906,0.55785125,0.54545456,0.55785125,0.58677685,0.6363636,0.6942149,0.7066116,0.69008267,0.6570248,0.6487603,0.6280992,0.60330576,0.57438016,0.553719,0.55785125,0.54545456,0.5082645,0.5206612,0.5247934,0.5495868,0.553719,0.5661157,0.57438016,0.5661157,0.5413223,0.5123967,0.48347107,0.54545456,0.5206612,0.4752066,0.45041323,0.42975205,0.41322315,0.4090909,0.4090909,0.3966942,0.3966942,0.37603307,0.37190083,0.34710744,0.3677686,0.3677686,0.3677686,0.36363637,0.36363637,0.36363637,0.36363637,0.37190083,0.3677686,0.3677686,0.37603307,0.37603307,0.35950413,0.35950413,0.37603307,0.43801653,0.47107437,0.5413223,0.5785124,0.60330576,0.61157024,0.6198347,0.607438,0.58677685,0.56198347,0.53305787,0.553719,0.5661157,0.59504133,0.6322314,0.6446281,0.6487603,0.6322314,0.6198347,0.62396693,0.58677685,0.58264464,0.57438016,0.55785125,0.5371901,0.5206612,0.5206612,0.5371901,0.55785125,0.55785125,0.58677685,0.59504133,0.5785124,0.57024795,0.5495868,0.5206612,0.53305787,0.5,0.45041323,0.41735536,0.4090909,0.40495867,0.4090909,0.40082645,0.40082645,0.38016528,0.3677686,0.3429752,0.3264463,0.34710744,0.35123968,0.35123968,0.3553719,0.3553719,0.35950413,0.35950413,0.37603307,0.37190083,0.35950413,0.37603307,0.37190083,0.35950413,0.3553719,0.3677686,0.35123968,0.45041323,0.49586776,0.553719,0.58677685,0.59917355,0.59504133,0.59504133,0.57438016,0.55785125,0.5206612,0.5289256,0.5206612,0.5123967,0.5082645,0.49173555,0.5,0.5123967,0.5041322,0.5041322,0.5082645,0.5165289,0.5247934,0.5123967,0.49586776,0.5,0.5165289,0.5289256,0.54545456,0.56198347,0.59504133,0.59090906,0.58677685,0.57438016,0.5661157,0.5413223,0.5,0.46694216,0.43801653,0.4090909,0.40082645,0.40082645,0.39256197,0.39256197,0.39256197,0.40082645,0.34710744,0.33471075,0.2768595,0.37190083,0.37190083,0.3677686,0.3677686,0.36363637,0.36363637,0.36363637,0.3677686,0.36363637,0.36363637,0.3677686,0.37603307,0.38016528,0.3429752,0.35123968,0.338843,0.38842976,0.46280992,0.5247934,0.5495868,0.57438016,0.57438016,0.5785124,0.56198347,0.5495868,0.5165289,0.4876033,0.4876033,0.49173555,0.45867768,0.43801653,0.45041323,0.43801653,0.45041323,0.44214877,0.45867768,0.47107437,0.47107437,0.47107437,0.47107437,0.4752066,0.5041322,0.5165289,0.5495868,0.54545456,0.5785124,0.58264464,0.5785124,0.5785124,0.5661157,0.553719,0.5,0.45041323,0.42975205,0.41322315,0.40082645,0.40082645,0.3966942,0.39256197,0.38429752,0.38842976,0.3264463,0.3140496,0.2768595,0.3553719,0.3553719,0.35950413,0.35950413,0.35950413,0.35950413,0.36363637,0.37190083,0.3553719,0.3677686,0.3677686,0.37190083,0.3677686,0.3677686,0.33471075,0.34710744,0.35123968,0.42561984,0.5,0.5247934,0.5495868,0.5661157,0.57024795,0.5495868,0.5495868,0.5165289,0.46694216,0.45454547,0.45041323,0.4338843,0.4338843,0.446281,0.44214877,0.44214877,0.44214877,0.44214877,0.446281,0.4214876,0.4338843,0.46280992,0.4752066,0.49586776,0.5206612,0.53305787,0.5495868,0.55785125,0.57024795,0.57438016,0.57024795,0.5495868,0.5413223,0.4876033,0.44214877,0.42975205,0.40495867,0.40495867,0.41735536,0.3966942,0.39256197,0.39256197,0.38429752,0.30991736,0.29752067,0.3181818,0.3677686,0.3677686,0.36363637,0.36363637,0.36363637,0.36363637,0.36363637,0.36363637,0.3553719,0.37190083,0.37603307,0.37603307,0.37603307,0.37190083,0.34710744,0.3429752,0.35123968,0.3966942,0.47107437,0.5,0.53305787,0.56198347,0.553719,0.54545456,0.5289256,0.5123967,0.5041322,0.45867768,0.42975205,0.4090909,0.41322315,0.42561984,0.43801653,0.43801653,0.44214877,0.446281,0.42561984,0.42561984,0.42561984,0.45867768,0.47933885,0.49173555,0.5082645,0.5247934,0.5413223,0.5413223,0.5661157,0.553719,0.553719,0.5413223,0.5165289,0.4752066,0.43801653,0.4090909,0.41322315,0.40495867,0.42561984,0.40082645,0.3966942,0.35950413,0.34710744,0.2892562,0.3181818,0.34710744,0.36363637,0.36363637,0.36363637,0.36363637,0.36363637,0.36363637,0.36363637,0.37190083,0.3429752,0.37603307,0.35950413,0.36363637,0.37190083,0.37190083,0.36363637,0.33471075,0.37603307,0.38016528,0.446281,0.4752066,0.5123967,0.5495868,0.5495868,0.5371901,0.53305787,0.5206612,0.5165289,0.5,0.46280992,0.446281,0.42561984,0.4214876,0.41735536,0.42561984,0.4338843,0.45454547,0.42975205,0.4214876,0.446281,0.46280992,0.47933885,0.49586776,0.5123967,0.5123967,0.54545456,0.54545456,0.55785125,0.553719,0.5495868,0.5289256,0.5,0.45454547,0.4338843,0.42975205,0.4090909,0.41322315,0.4090909,0.3966942,0.38016528,0.338843,0.29752067,0.3181818,0.35123968,0.37190083,0.3553719,0.35123968,0.35123968,0.35123968,0.35123968,0.34710744,0.34710744,0.36363637,0.34710744,0.37190083,0.35950413,0.36363637,0.3677686,0.3677686,0.36363637,0.34710744,0.35950413,0.37603307,0.41735536,0.45454547,0.49586776,0.5371901,0.5413223,0.5495868,0.54545456,0.5247934,0.5206612,0.53305787,0.48347107,0.47933885,0.45454547,0.4338843,0.42975205,0.4338843,0.446281,0.42975205,0.44214877,0.446281,0.45454547,0.47933885,0.5,0.5082645,0.5206612,0.53305787,0.56198347,0.5661157,0.55785125,0.55785125,0.54545456,0.5165289,0.4752066,0.43801653,0.4338843,0.43801653,0.4090909,0.42975205,0.3966942,0.38429752,0.35123968,0.3181818,0.30165288,0.34710744,0.38429752,0.40495867,0.3553719,0.3553719,0.35950413,0.35950413,0.35950413,0.35950413,0.35950413,0.35950413,0.34710744,0.38016528,0.3553719,0.3553719,0.3553719,0.35123968,0.35123968,0.3429752,0.3264463,0.3429752,0.4090909,0.45041323,0.47933885,0.53305787,0.55785125,0.57438016,0.5661157,0.5413223,0.5413223,0.5413223,0.5206612,0.5123967,0.49586776,0.47933885,0.4752066,0.45867768,0.45454547,0.45041323,0.45867768,0.47933885,0.49173555,0.5041322,0.53305787,0.5413223,0.553719,0.57024795,0.58264464,0.58677685,0.5661157,0.5495868,0.5371901,0.5041322,0.46280992,0.42561984,0.41735536,0.41735536,0.41322315,0.4090909,0.39256197,0.3429752,0.3181818,0.32231405,0.3305785,0.37603307,0.38016528,0.4214876,0.35123968,0.34710744,0.34710744,0.34710744,0.34710744,0.34710744,0.34710744,0.3553719,0.35123968,0.35123968,0.35123968,0.34710744,0.34710744,0.3429752,0.34710744,0.3553719,0.3181818,0.2768595,0.37603307,0.42561984,0.48347107,0.5206612,0.5661157,0.58677685,0.59090906,0.58264464,0.57438016,0.57438016,0.5661157,0.5661157,0.55785125,0.553719,0.53305787,0.5165289,0.5165289,0.5123967,0.5247934,0.54545456,0.55785125,0.5661157,0.59090906,0.58677685,0.59917355,0.61570245,0.607438,0.59504133,0.55785125,0.5371901,0.5123967,0.48347107,0.446281,0.42561984,0.40495867,0.38842976,0.40495867,0.3677686,0.3677686,0.3140496,0.3140496,0.3429752,0.36363637,0.37603307,0.3966942,0.41322315,0.338843,0.338843,0.338843,0.338843,0.3429752,0.3429752,0.3429752,0.35123968,0.35950413,0.34710744,0.34710744,0.33471075,0.33471075,0.34710744,0.3429752,0.3429752,0.3140496,0.2107438,0.2892562,0.40082645,0.446281,0.5041322,0.5495868,0.58264464,0.61570245,0.61570245,0.6198347,0.61157024,0.607438,0.6198347,0.607438,0.59917355,0.59917355,0.60330576,0.60330576,0.61157024,0.60330576,0.6198347,0.62396693,0.6280992,0.6404959,0.6280992,0.6363636,0.6446281,0.6322314,0.59504133,0.54545456,0.5082645,0.48347107,0.45454547,0.42561984,0.40495867,0.38842976,0.37190083,0.36363637,0.33471075,0.3140496,0.3305785,0.338843,0.3553719,0.38016528,0.38016528,0.41735536,0.44214877,0.35123968,0.35123968,0.3553719,0.3553719,0.3553719,0.3553719,0.35950413,0.3553719,0.35950413,0.34710744,0.3429752,0.3140496,0.3181818,0.338843,0.3429752,0.3429752,0.29752067,0.21487603,0.17355372,0.30991736,0.41735536,0.48347107,0.5206612,0.57024795,0.6280992,0.6487603,0.6446281,0.6280992,0.61570245,0.6446281,0.62396693,0.607438,0.58264464,0.58677685,0.61157024,0.62396693,0.6198347,0.6446281,0.6528926,0.6652893,0.6570248,0.6570248,0.6528926,0.6446281,0.62396693,0.58264464,0.5289256,0.49173555,0.46694216,0.43801653,0.40082645,0.38429752,0.3677686,0.338843,0.3181818,0.30578512,0.30991736,0.3553719,0.37603307,0.36363637,0.38842976,0.3966942,0.42561984,0.44214877,0.36363637,0.35950413,0.35950413,0.35950413,0.3553719,0.3553719,0.35123968,0.3429752,0.33471075,0.338843,0.33471075,0.3305785,0.30578512,0.3305785,0.35123968,0.33471075,0.2644628,0.21900827,0.1322314,0.17355372,0.36363637,0.45041323,0.5,0.54545456,0.607438,0.6528926,0.6652893,0.6322314,0.62396693,0.6322314,0.62396693,0.58264464,0.56198347,0.56198347,0.59090906,0.607438,0.61157024,0.6363636,0.6528926,0.6694215,0.661157,0.661157,0.6528926,0.62396693,0.59090906,0.553719,0.5082645,0.46694216,0.44214877,0.42561984,0.36363637,0.3429752,0.3264463,0.30165288,0.29338843,0.3264463,0.3553719,0.35123968,0.35950413,0.38842976,0.4090909,0.4214876,0.4338843,0.44214877,0.33471075,0.33471075,0.33471075,0.33471075,0.33471075,0.33471075,0.33471075,0.3305785,0.3264463,0.33471075,0.3264463,0.3305785,0.3140496,0.3429752,0.3677686,0.3181818,0.24793388,0.20247933,0.13636364,0.10743801,0.3181818,0.3966942,0.47933885,0.5,0.5661157,0.61570245,0.6363636,0.6198347,0.62396693,0.6280992,0.607438,0.57024795,0.53305787,0.5495868,0.5661157,0.59504133,0.61157024,0.62396693,0.6280992,0.6570248,0.6528926,0.6446281,0.61570245,0.5785124,0.5289256,0.5041322,0.47933885,0.42561984,0.3966942,0.37603307,0.3305785,0.29338843,0.28099173,0.2768595,0.3181818,0.35123968,0.3677686,0.37603307,0.3677686,0.40495867,0.40495867,0.4214876,0.43801653,0.446281,0.32231405,0.32231405,0.3181818,0.3181818,0.3181818,0.3140496,0.3140496,0.3181818,0.3305785,0.338843,0.3264463,0.3140496,0.30578512,0.35123968,0.35123968,0.2892562,0.22727273,0.17768595,0.14049587,0.09917355,0.3429752,0.37603307,0.42561984,0.46694216,0.5247934,0.55785125,0.58677685,0.59504133,0.59504133,0.60330576,0.59090906,0.54545456,0.5082645,0.5165289,0.5371901,0.55785125,0.59090906,0.607438,0.61570245,0.61570245,0.607438,0.61157024,0.553719,0.5165289,0.47933885,0.45867768,0.4214876,0.39256197,0.34710744,0.3181818,0.28512397,0.26859504,0.28099173,0.3181818,0.34710744,0.35950413,0.37190083,0.37603307,0.38016528,0.38429752,0.40495867,0.4214876,0.4338843,0.44214877,0.3181818,0.3181818,0.32231405,0.32231405,0.32231405,0.32231405,0.3264463,0.3264463,0.3305785,0.3305785,0.30991736,0.29752067,0.30165288,0.338843,0.338843,0.2603306,0.20661157,0.16115703,0.14876033,0.10743801,0.33471075,0.43801653,0.37190083,0.45041323,0.48347107,0.5165289,0.5371901,0.55785125,0.5661157,0.56198347,0.54545456,0.5413223,0.5165289,0.5082645,0.5247934,0.5413223,0.5661157,0.5785124,0.57024795,0.57024795,0.54545456,0.5206612,0.5123967,0.46694216,0.43801653,0.41735536,0.37190083,0.3429752,0.29752067,0.26859504,0.2644628,0.30578512,0.33471075,0.3553719,0.37603307,0.38842976,0.38016528,0.3966942,0.38429752,0.38429752,0.40495867,0.42975205,0.4338843,0.43801653,2 +0.19008264,0.25619835,0.3553719,0.42561984,0.49586776,0.5165289,0.57438016,0.6280992,0.6652893,0.71900827,0.7355372,0.75206614,0.75619835,0.76859504,0.7768595,0.78512394,0.78512394,0.79752064,0.8057851,0.822314,0.8140496,0.8264463,0.8347107,0.8305785,0.838843,0.8429752,0.8347107,0.8347107,0.8305785,0.822314,0.822314,0.8264463,0.822314,0.822314,0.822314,0.8181818,0.8264463,0.8347107,0.8264463,0.8305785,0.8347107,0.8347107,0.8264463,0.8264463,0.822314,0.8181818,0.8057851,0.8057851,0.79752064,0.7892562,0.7768595,0.76859504,0.74380165,0.74380165,0.71487606,0.69008267,0.6735537,0.6735537,0.6446281,0.58264464,0.4876033,0.5165289,0.49586776,0.4214876,0.19421488,0.2520661,0.338843,0.446281,0.5123967,0.5371901,0.5785124,0.6322314,0.6859504,0.7355372,0.74380165,0.75619835,0.7644628,0.7768595,0.7892562,0.7933884,0.7892562,0.8016529,0.80991733,0.822314,0.8305785,0.8264463,0.8347107,0.8347107,0.838843,0.838843,0.8347107,0.8347107,0.8305785,0.822314,0.822314,0.822314,0.8347107,0.8264463,0.8264463,0.822314,0.8264463,0.8264463,0.8305785,0.8305785,0.8347107,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.80991733,0.8057851,0.8057851,0.7892562,0.78099173,0.7644628,0.74380165,0.7231405,0.71487606,0.6818182,0.677686,0.6652893,0.6198347,0.56198347,0.5,0.5041322,0.5082645,0.42561984,0.17355372,0.24380165,0.3429752,0.45454547,0.5413223,0.5413223,0.5785124,0.6404959,0.6983471,0.74380165,0.74793386,0.74793386,0.76859504,0.78099173,0.7892562,0.7892562,0.7892562,0.79752064,0.8016529,0.8140496,0.822314,0.822314,0.8429752,0.8347107,0.838843,0.838843,0.838843,0.8305785,0.8305785,0.8181818,0.8264463,0.822314,0.822314,0.8347107,0.8264463,0.822314,0.8264463,0.8264463,0.822314,0.8347107,0.8305785,0.838843,0.8347107,0.8305785,0.8181818,0.8264463,0.8140496,0.79752064,0.8016529,0.7892562,0.77272725,0.77272725,0.74380165,0.73140496,0.71487606,0.70247936,0.677686,0.661157,0.6198347,0.56198347,0.5,0.5,0.49173555,0.45454547,0.17355372,0.24380165,0.37603307,0.46280992,0.553719,0.5371901,0.59917355,0.6446281,0.7066116,0.73966944,0.73966944,0.74793386,0.7644628,0.76859504,0.7768595,0.78512394,0.7644628,0.78512394,0.77272725,0.7892562,0.79752064,0.79752064,0.8181818,0.822314,0.8264463,0.8305785,0.8429752,0.8347107,0.8347107,0.8305785,0.8347107,0.8264463,0.822314,0.8305785,0.822314,0.8347107,0.8305785,0.8305785,0.8181818,0.8347107,0.838843,0.8471074,0.8264463,0.8305785,0.80991733,0.8016529,0.80991733,0.7933884,0.78512394,0.78099173,0.7768595,0.74793386,0.72727275,0.72727275,0.7107438,0.6942149,0.6694215,0.6570248,0.6280992,0.56198347,0.49586776,0.5082645,0.48347107,0.46280992,0.15289256,0.2603306,0.40495867,0.48347107,0.5413223,0.5371901,0.61157024,0.6570248,0.7066116,0.73966944,0.73140496,0.74793386,0.75619835,0.76033056,0.75619835,0.76033056,0.74380165,0.7644628,0.75619835,0.77272725,0.76859504,0.77272725,0.7892562,0.7933884,0.7933884,0.79752064,0.8057851,0.79752064,0.80991733,0.8181818,0.8305785,0.838843,0.8305785,0.8181818,0.8181818,0.822314,0.8264463,0.8305785,0.80991733,0.8140496,0.822314,0.822314,0.80991733,0.8016529,0.7933884,0.77272725,0.76859504,0.76859504,0.75619835,0.7644628,0.75619835,0.74380165,0.71900827,0.73140496,0.7107438,0.6859504,0.6694215,0.6487603,0.6198347,0.5661157,0.5082645,0.5123967,0.47933885,0.4752066,0.1570248,0.27272728,0.42975205,0.5082645,0.5165289,0.5495868,0.60330576,0.6735537,0.71487606,0.73140496,0.7355372,0.74380165,0.73966944,0.74380165,0.74380165,0.73966944,0.7355372,0.76033056,0.7355372,0.74380165,0.74793386,0.7355372,0.75619835,0.75206614,0.76859504,0.77272725,0.76859504,0.76033056,0.76859504,0.77272725,0.8016529,0.8140496,0.80991733,0.7933884,0.7892562,0.7892562,0.79752064,0.79752064,0.78512394,0.77272725,0.77272725,0.77272725,0.75206614,0.7355372,0.7231405,0.73140496,0.7231405,0.71487606,0.72727275,0.72727275,0.7107438,0.7107438,0.7107438,0.7231405,0.7107438,0.6818182,0.677686,0.6528926,0.6198347,0.56198347,0.5123967,0.49586776,0.46694216,0.47107437,0.1570248,0.2644628,0.44214877,0.5165289,0.5123967,0.5413223,0.59504133,0.69008267,0.6983471,0.6652893,0.6652893,0.6859504,0.6570248,0.7066116,0.70247936,0.6652893,0.6322314,0.6694215,0.6487603,0.661157,0.677686,0.6735537,0.6983471,0.6818182,0.70247936,0.73140496,0.7355372,0.73140496,0.74793386,0.75619835,0.75619835,0.76859504,0.76033056,0.74793386,0.75619835,0.74380165,0.75619835,0.73966944,0.74380165,0.7231405,0.6983471,0.72727275,0.6528926,0.6363636,0.59090906,0.58677685,0.607438,0.6198347,0.607438,0.59504133,0.60330576,0.59917355,0.61570245,0.607438,0.6446281,0.6487603,0.59504133,0.59090906,0.59917355,0.553719,0.49586776,0.4752066,0.46280992,0.4876033,0.17355372,0.23140496,0.446281,0.5289256,0.5247934,0.5289256,0.57438016,0.62396693,0.57438016,0.57024795,0.5785124,0.56198347,0.58677685,0.6322314,0.61570245,0.54545456,0.5082645,0.5123967,0.5,0.4752066,0.4752066,0.5,0.53305787,0.58264464,0.61157024,0.6652893,0.69008267,0.6983471,0.71487606,0.7231405,0.71487606,0.72727275,0.71487606,0.71487606,0.73140496,0.6983471,0.74380165,0.71487606,0.6735537,0.661157,0.61157024,0.6363636,0.5785124,0.5495868,0.4876033,0.446281,0.46694216,0.46280992,0.45454547,0.46694216,0.4752066,0.49173555,0.5289256,0.5289256,0.53305787,0.5289256,0.5123967,0.48347107,0.4752066,0.48347107,0.47107437,0.46694216,0.49173555,0.47933885,0.2107438,0.17768595,0.446281,0.5247934,0.5413223,0.5371901,0.5082645,0.5041322,0.5,0.4876033,0.46280992,0.46694216,0.5123967,0.5206612,0.49173555,0.446281,0.4090909,0.3966942,0.38429752,0.40495867,0.38429752,0.37603307,0.40082645,0.4338843,0.49586776,0.54545456,0.58677685,0.6322314,0.6694215,0.6942149,0.6983471,0.7107438,0.6983471,0.6735537,0.69008267,0.6983471,0.70247936,0.6735537,0.6528926,0.61157024,0.5413223,0.5495868,0.5247934,0.47107437,0.41322315,0.39256197,0.3553719,0.33471075,0.34710744,0.38016528,0.40082645,0.42561984,0.46694216,0.49173555,0.49586776,0.46280992,0.44214877,0.4338843,0.41735536,0.42975205,0.41322315,0.446281,0.5082645,0.46280992,0.23553719,0.1322314,0.446281,0.5247934,0.53305787,0.5371901,0.5289256,0.4876033,0.5,0.47933885,0.44214877,0.42561984,0.446281,0.5,0.4752066,0.48347107,0.49173555,0.49173555,0.4752066,0.46694216,0.43801653,0.40495867,0.40495867,0.38842976,0.41322315,0.46280992,0.5,0.57438016,0.607438,0.6735537,0.6983471,0.71487606,0.7107438,0.70247936,0.70247936,0.73966944,0.71487606,0.661157,0.6280992,0.5785124,0.49586776,0.49173555,0.46694216,0.43801653,0.40082645,0.40495867,0.40082645,0.41735536,0.44214877,0.45867768,0.46280992,0.47107437,0.48347107,0.48347107,0.49173555,0.45867768,0.45454547,0.49586776,0.48347107,0.446281,0.38429752,0.38842976,0.4876033,0.45041323,0.22727273,0.14876033,0.46694216,0.5247934,0.5289256,0.5289256,0.53305787,0.5289256,0.5165289,0.5247934,0.5413223,0.553719,0.57024795,0.6280992,0.6652893,0.6859504,0.6942149,0.71487606,0.69008267,0.6735537,0.6363636,0.58677685,0.55785125,0.5082645,0.46694216,0.46280992,0.45041323,0.5123967,0.58264464,0.661157,0.6942149,0.73140496,0.74380165,0.75619835,0.74793386,0.77272725,0.76033056,0.6735537,0.59504133,0.5247934,0.46280992,0.47107437,0.4752066,0.48347107,0.5123967,0.5495868,0.5661157,0.61570245,0.6487603,0.6694215,0.6652893,0.6487603,0.6487603,0.6363636,0.62396693,0.58677685,0.553719,0.57438016,0.5661157,0.4876033,0.38429752,0.39256197,0.46694216,0.4752066,0.22727273,0.2107438,0.5041322,0.53305787,0.5371901,0.53305787,0.5041322,0.5289256,0.5123967,0.5371901,0.58264464,0.6322314,0.6528926,0.6818182,0.71487606,0.7355372,0.74380165,0.75206614,0.74380165,0.70247936,0.6694215,0.6446281,0.6528926,0.661157,0.6280992,0.5661157,0.49173555,0.47107437,0.5495868,0.6446281,0.71900827,0.75206614,0.77272725,0.7933884,0.78512394,0.79752064,0.7892562,0.6983471,0.56198347,0.4876033,0.47933885,0.5206612,0.54545456,0.57024795,0.57024795,0.58677685,0.59917355,0.6446281,0.69008267,0.71900827,0.71487606,0.70247936,0.71487606,0.7107438,0.677686,0.6487603,0.607438,0.57438016,0.57024795,0.54545456,0.42975205,0.41322315,0.4752066,0.49173555,0.1694215,0.28099173,0.5206612,0.5495868,0.5413223,0.5371901,0.5165289,0.5247934,0.5041322,0.5123967,0.5371901,0.58677685,0.61570245,0.61157024,0.6652893,0.6735537,0.6983471,0.73140496,0.7107438,0.6487603,0.59504133,0.58264464,0.58264464,0.60330576,0.6280992,0.6363636,0.57438016,0.47933885,0.49173555,0.6322314,0.74793386,0.78512394,0.7933884,0.8140496,0.8181818,0.8140496,0.8016529,0.69008267,0.53305787,0.4876033,0.5123967,0.5661157,0.57438016,0.5371901,0.5289256,0.56198347,0.607438,0.6487603,0.7107438,0.7231405,0.677686,0.6859504,0.6735537,0.6446281,0.6322314,0.62396693,0.57438016,0.53305787,0.54545456,0.5371901,0.4752066,0.44214877,0.48347107,0.49586776,0.14049587,0.32231405,0.553719,0.57024795,0.54545456,0.5289256,0.54545456,0.5413223,0.5165289,0.48347107,0.47107437,0.48347107,0.53305787,0.59504133,0.6446281,0.6859504,0.73966944,0.78512394,0.76033056,0.69008267,0.6404959,0.57438016,0.5247934,0.5371901,0.5661157,0.59917355,0.607438,0.5371901,0.46694216,0.607438,0.76033056,0.7933884,0.8181818,0.8264463,0.8264463,0.8140496,0.78099173,0.6446281,0.49586776,0.5247934,0.553719,0.54545456,0.5123967,0.49586776,0.5165289,0.5495868,0.6446281,0.6818182,0.74793386,0.75206614,0.7107438,0.661157,0.61157024,0.57438016,0.58677685,0.54545456,0.5041322,0.49586776,0.5165289,0.5289256,0.49173555,0.48347107,0.49173555,0.49586776,0.1570248,0.39256197,0.54545456,0.58264464,0.58677685,0.553719,0.5247934,0.5413223,0.5371901,0.5041322,0.42561984,0.40082645,0.49586776,0.59090906,0.6363636,0.6735537,0.7107438,0.73966944,0.6528926,0.607438,0.6322314,0.55785125,0.5165289,0.5082645,0.5247934,0.58264464,0.6322314,0.5661157,0.5206612,0.58677685,0.74793386,0.8140496,0.822314,0.8347107,0.8347107,0.8264463,0.7933884,0.60330576,0.5247934,0.59917355,0.56198347,0.47933885,0.42561984,0.45867768,0.47933885,0.4876033,0.59917355,0.677686,0.77272725,0.7231405,0.6694215,0.661157,0.6322314,0.5661157,0.49173555,0.46694216,0.46694216,0.49586776,0.5371901,0.5247934,0.49586776,0.5206612,0.49586776,0.5082645,0.1983471,0.41735536,0.5495868,0.57438016,0.6280992,0.59917355,0.553719,0.5289256,0.55785125,0.553719,0.55785125,0.4214876,0.38016528,0.44214877,0.37190083,0.3429752,0.3140496,0.32231405,0.33471075,0.446281,0.59504133,0.56198347,0.5082645,0.49173555,0.5082645,0.5165289,0.7107438,0.70247936,0.59917355,0.59917355,0.74380165,0.8016529,0.8264463,0.8429752,0.8347107,0.8264463,0.79752064,0.59090906,0.54545456,0.6404959,0.54545456,0.49173555,0.4752066,0.5,0.446281,0.23966943,0.2107438,0.24793388,0.37190083,0.49586776,0.5371901,0.54545456,0.5371901,0.5289256,0.47107437,0.42975205,0.446281,0.5123967,0.56198347,0.5413223,0.5,0.5495868,0.5041322,0.5041322,0.23553719,0.43801653,0.5413223,0.57024795,0.6280992,0.6446281,0.6322314,0.59090906,0.6198347,0.677686,0.6942149,0.6280992,0.4752066,0.45454547,0.4214876,0.38429752,0.3677686,0.38016528,0.43801653,0.56198347,0.6363636,0.61157024,0.6280992,0.6652893,0.7066116,0.7107438,0.7231405,0.7892562,0.71487606,0.6404959,0.71487606,0.7892562,0.8181818,0.8471074,0.8347107,0.822314,0.7892562,0.59917355,0.56198347,0.6528926,0.6528926,0.6280992,0.58677685,0.60330576,0.57438016,0.43801653,0.35950413,0.25619835,0.24793388,0.30578512,0.40082645,0.45041323,0.43801653,0.4338843,0.4090909,0.46280992,0.5165289,0.5082645,0.5165289,0.5495868,0.553719,0.54545456,0.5413223,0.5206612,0.23553719,0.446281,0.5413223,0.58677685,0.6446281,0.6818182,0.677686,0.70247936,0.6735537,0.71900827,0.75619835,0.6942149,0.6280992,0.58264464,0.553719,0.5495868,0.5165289,0.5289256,0.56198347,0.61157024,0.6528926,0.6570248,0.6859504,0.7355372,0.76033056,0.7892562,0.78099173,0.77272725,0.74380165,0.677686,0.7066116,0.78099173,0.8181818,0.838843,0.8347107,0.822314,0.7644628,0.59090906,0.5661157,0.6528926,0.6363636,0.6570248,0.6528926,0.6404959,0.6322314,0.6322314,0.607438,0.5495868,0.47933885,0.4338843,0.5,0.5082645,0.5,0.48347107,0.5206612,0.59504133,0.62396693,0.59504133,0.56198347,0.59090906,0.59504133,0.5495868,0.553719,0.5289256,0.21487603,0.44214877,0.5371901,0.60330576,0.6570248,0.71487606,0.7066116,0.75206614,0.7355372,0.72727275,0.76033056,0.74793386,0.73140496,0.6859504,0.6528926,0.62396693,0.607438,0.60330576,0.6198347,0.6198347,0.661157,0.6859504,0.7355372,0.75619835,0.76033056,0.78099173,0.7644628,0.75206614,0.74793386,0.69008267,0.7107438,0.7644628,0.8140496,0.8347107,0.8305785,0.8181818,0.7231405,0.59504133,0.5785124,0.6694215,0.661157,0.6528926,0.6735537,0.6983471,0.6859504,0.6570248,0.6446281,0.6363636,0.61570245,0.61157024,0.5661157,0.57024795,0.57438016,0.57438016,0.6198347,0.6528926,0.6570248,0.6404959,0.6280992,0.62396693,0.6198347,0.57438016,0.55785125,0.5247934,0.21487603,0.4338843,0.5413223,0.58677685,0.6528926,0.70247936,0.75206614,0.76033056,0.7644628,0.7355372,0.72727275,0.75619835,0.77272725,0.75619835,0.7231405,0.7066116,0.677686,0.677686,0.69008267,0.7107438,0.7355372,0.73966944,0.77272725,0.7768595,0.78512394,0.78512394,0.76033056,0.73966944,0.74793386,0.70247936,0.7107438,0.75619835,0.8140496,0.838843,0.8305785,0.8016529,0.6818182,0.59917355,0.59090906,0.6487603,0.70247936,0.7066116,0.7107438,0.71900827,0.71900827,0.7231405,0.6942149,0.6528926,0.61570245,0.6198347,0.607438,0.61157024,0.6280992,0.661157,0.6818182,0.6735537,0.6735537,0.6528926,0.661157,0.6404959,0.6280992,0.59504133,0.553719,0.5165289,0.23966943,0.4338843,0.5041322,0.57438016,0.6487603,0.69008267,0.75619835,0.7768595,0.7768595,0.75619835,0.73966944,0.75206614,0.76859504,0.7768595,0.7644628,0.7768595,0.7644628,0.76859504,0.76033056,0.7768595,0.78512394,0.78512394,0.8016529,0.80991733,0.8057851,0.78512394,0.75206614,0.74380165,0.74793386,0.71487606,0.7066116,0.75206614,0.8181818,0.838843,0.8305785,0.8016529,0.677686,0.59090906,0.60330576,0.6322314,0.6818182,0.72727275,0.76033056,0.74793386,0.74380165,0.73966944,0.74793386,0.74380165,0.73140496,0.71900827,0.6983471,0.6983471,0.69008267,0.69008267,0.6942149,0.677686,0.6652893,0.6652893,0.6694215,0.6446281,0.62396693,0.60330576,0.553719,0.5123967,0.41735536,0.4214876,0.46694216,0.56198347,0.6363636,0.69008267,0.75206614,0.78512394,0.79752064,0.7768595,0.74793386,0.77272725,0.76859504,0.79752064,0.78512394,0.77272725,0.7644628,0.7933884,0.7892562,0.8016529,0.8057851,0.8057851,0.822314,0.822314,0.7892562,0.76033056,0.73966944,0.72727275,0.73966944,0.7066116,0.677686,0.71487606,0.822314,0.838843,0.8305785,0.8016529,0.69008267,0.58677685,0.59090906,0.6322314,0.6528926,0.6735537,0.75206614,0.7892562,0.78099173,0.76033056,0.7644628,0.7355372,0.7355372,0.72727275,0.73140496,0.7231405,0.7066116,0.70247936,0.6942149,0.6818182,0.6652893,0.7066116,0.69008267,0.6446281,0.60330576,0.58677685,0.5371901,0.5041322,0.5413223,0.41735536,0.43801653,0.5495868,0.6363636,0.7066116,0.74793386,0.78099173,0.8057851,0.8057851,0.7768595,0.77272725,0.78099173,0.78512394,0.79752064,0.8016529,0.78099173,0.79752064,0.8057851,0.8057851,0.8140496,0.8057851,0.8057851,0.80991733,0.75619835,0.7355372,0.71487606,0.71900827,0.7231405,0.6818182,0.677686,0.7107438,0.822314,0.8471074,0.8347107,0.79752064,0.69008267,0.57438016,0.58264464,0.6363636,0.6280992,0.6280992,0.70247936,0.77272725,0.78512394,0.76859504,0.7933884,0.78099173,0.77272725,0.7644628,0.75619835,0.75619835,0.7231405,0.71487606,0.71900827,0.7066116,0.71900827,0.7066116,0.71900827,0.6652893,0.6198347,0.5785124,0.54545456,0.48347107,0.54545456,0.42561984,0.41735536,0.54545456,0.6404959,0.6983471,0.7355372,0.77272725,0.8016529,0.8016529,0.8057851,0.8016529,0.78512394,0.7933884,0.7892562,0.7933884,0.79752064,0.7933884,0.8016529,0.7892562,0.79752064,0.79752064,0.7768595,0.76859504,0.73966944,0.71900827,0.70247936,0.7107438,0.7066116,0.6652893,0.6983471,0.7355372,0.8264463,0.8471074,0.8347107,0.8016529,0.7107438,0.58677685,0.5661157,0.61570245,0.59090906,0.607438,0.6818182,0.74380165,0.76859504,0.7644628,0.7892562,0.7768595,0.7644628,0.7644628,0.76033056,0.75206614,0.74380165,0.71900827,0.72727275,0.7355372,0.74380165,0.74380165,0.71487606,0.6735537,0.61570245,0.5785124,0.53305787,0.41735536,0.5247934,0.41735536,0.41735536,0.5371901,0.6404959,0.6983471,0.7355372,0.77272725,0.78512394,0.7892562,0.8057851,0.8181818,0.8016529,0.8016529,0.79752064,0.79752064,0.8016529,0.7892562,0.8016529,0.78099173,0.78099173,0.7892562,0.77272725,0.75619835,0.7231405,0.70247936,0.7107438,0.71487606,0.7066116,0.6694215,0.71487606,0.76033056,0.8264463,0.8471074,0.8305785,0.8016529,0.70247936,0.59917355,0.5661157,0.59504133,0.60330576,0.607438,0.6570248,0.73140496,0.76033056,0.76859504,0.77272725,0.76859504,0.75619835,0.74380165,0.74793386,0.7355372,0.74793386,0.7644628,0.75206614,0.75619835,0.75619835,0.74793386,0.70247936,0.6652893,0.61157024,0.57024795,0.5082645,0.35950413,0.62396693,0.38429752,0.4090909,0.5206612,0.6404959,0.6942149,0.73966944,0.7644628,0.76859504,0.7768595,0.79752064,0.8057851,0.8181818,0.8057851,0.8057851,0.79752064,0.80991733,0.7933884,0.8016529,0.8057851,0.78512394,0.78512394,0.7933884,0.78099173,0.72727275,0.6859504,0.6983471,0.7107438,0.70247936,0.677686,0.71900827,0.78099173,0.8347107,0.8429752,0.8305785,0.78512394,0.7107438,0.59917355,0.57024795,0.5785124,0.58677685,0.61157024,0.661157,0.73140496,0.7644628,0.76859504,0.75619835,0.77272725,0.77272725,0.75206614,0.7644628,0.75206614,0.74380165,0.7644628,0.7644628,0.7644628,0.74380165,0.72727275,0.677686,0.62396693,0.60330576,0.553719,0.4752066,0.36363637,0.6487603,0.4214876,0.40082645,0.5041322,0.6322314,0.6818182,0.70247936,0.74793386,0.74380165,0.7644628,0.78099173,0.7933884,0.8016529,0.8140496,0.80991733,0.8016529,0.8181818,0.80991733,0.8057851,0.8140496,0.79752064,0.79752064,0.7892562,0.7644628,0.6942149,0.6570248,0.677686,0.70247936,0.6983471,0.6942149,0.7355372,0.8057851,0.838843,0.8429752,0.8264463,0.78512394,0.73966944,0.6280992,0.5785124,0.5785124,0.55785125,0.59917355,0.6735537,0.72727275,0.76859504,0.77272725,0.76859504,0.77272725,0.7892562,0.78099173,0.76859504,0.75206614,0.75206614,0.75206614,0.75206614,0.74793386,0.71900827,0.69008267,0.6694215,0.607438,0.59917355,0.5413223,0.42561984,0.46694216,0.59504133,0.4214876,0.40082645,0.47933885,0.61570245,0.661157,0.6735537,0.7231405,0.72727275,0.73966944,0.76033056,0.7892562,0.78512394,0.8016529,0.80991733,0.8057851,0.8057851,0.8057851,0.8016529,0.79752064,0.7892562,0.7768595,0.75206614,0.71900827,0.6652893,0.6404959,0.6735537,0.7066116,0.7107438,0.7231405,0.7644628,0.822314,0.8471074,0.8347107,0.822314,0.79752064,0.75206614,0.6446281,0.59917355,0.59090906,0.5661157,0.57024795,0.6652893,0.73140496,0.7768595,0.78099173,0.78099173,0.78099173,0.7933884,0.78099173,0.7768595,0.76033056,0.76033056,0.7355372,0.73140496,0.72727275,0.6942149,0.6694215,0.6487603,0.59090906,0.59090906,0.5206612,0.40082645,0.54545456,0.6446281,0.446281,0.39256197,0.45867768,0.57024795,0.6363636,0.6694215,0.6818182,0.71900827,0.73966944,0.75206614,0.76859504,0.78099173,0.78512394,0.79752064,0.8016529,0.7933884,0.7892562,0.79752064,0.7892562,0.7768595,0.7355372,0.6859504,0.661157,0.6570248,0.6570248,0.7066116,0.7107438,0.7107438,0.73140496,0.79752064,0.8512397,0.8471074,0.8347107,0.8305785,0.8181818,0.76859504,0.6487603,0.61570245,0.61570245,0.6198347,0.56198347,0.62396693,0.7107438,0.76033056,0.76859504,0.7768595,0.78512394,0.7933884,0.78512394,0.77272725,0.77272725,0.76859504,0.75206614,0.7355372,0.7231405,0.69008267,0.6735537,0.61570245,0.57024795,0.56198347,0.48347107,0.41322315,0.58677685,0.6570248,0.47107437,0.40495867,0.42561984,0.5289256,0.59504133,0.6570248,0.6735537,0.6818182,0.72727275,0.72727275,0.74380165,0.76859504,0.78099173,0.7768595,0.78512394,0.78099173,0.77272725,0.78512394,0.7768595,0.73966944,0.7107438,0.6652893,0.6322314,0.6528926,0.6859504,0.677686,0.6735537,0.6942149,0.73966944,0.7933884,0.8305785,0.838843,0.8429752,0.8429752,0.8140496,0.75206614,0.6404959,0.59090906,0.59917355,0.6280992,0.60330576,0.58264464,0.6735537,0.72727275,0.76033056,0.76859504,0.78099173,0.78099173,0.78512394,0.7644628,0.7644628,0.76033056,0.75206614,0.7355372,0.7107438,0.6942149,0.6652893,0.62396693,0.55785125,0.53305787,0.46280992,0.44214877,0.59090906,0.6280992,0.47933885,0.38016528,0.4214876,0.48347107,0.5413223,0.62396693,0.6446281,0.6942149,0.7066116,0.71900827,0.73140496,0.74380165,0.76859504,0.77272725,0.7768595,0.77272725,0.77272725,0.7644628,0.74380165,0.677686,0.6694215,0.6528926,0.59504133,0.62396693,0.61570245,0.54545456,0.56198347,0.607438,0.6818182,0.76033056,0.78512394,0.8057851,0.8181818,0.8140496,0.76859504,0.70247936,0.59917355,0.54545456,0.5661157,0.60330576,0.59090906,0.59504133,0.61570245,0.69008267,0.74380165,0.75619835,0.7768595,0.77272725,0.7768595,0.76859504,0.74793386,0.73966944,0.7355372,0.72727275,0.6818182,0.6694215,0.6487603,0.59917355,0.5371901,0.5165289,0.4338843,0.49173555,0.59090906,0.4876033,0.41322315,0.3677686,0.4090909,0.45454547,0.5082645,0.55785125,0.607438,0.6570248,0.6735537,0.6859504,0.71900827,0.71900827,0.73966944,0.75206614,0.74793386,0.75619835,0.75206614,0.71900827,0.6694215,0.6363636,0.661157,0.69008267,0.60330576,0.5289256,0.5041322,0.338843,0.3264463,0.47107437,0.5247934,0.6280992,0.6859504,0.71487606,0.74793386,0.73966944,0.6652893,0.553719,0.47107437,0.4338843,0.446281,0.5123967,0.5495868,0.6198347,0.607438,0.6322314,0.7066116,0.73966944,0.76033056,0.75619835,0.76033056,0.73966944,0.74793386,0.71900827,0.71487606,0.6942149,0.6652893,0.6528926,0.6198347,0.5661157,0.5206612,0.5123967,0.4090909,0.46694216,0.49586776,0.17768595,0.17768595,0.338843,0.41322315,0.40495867,0.46280992,0.5,0.5495868,0.59917355,0.62396693,0.661157,0.6859504,0.6942149,0.70247936,0.69008267,0.71900827,0.73140496,0.71487606,0.6818182,0.6322314,0.6363636,0.71487606,0.74793386,0.677686,0.5289256,0.41735536,0.30991736,0.18595041,0.2603306,0.38842976,0.446281,0.5041322,0.5371901,0.59504133,0.5785124,0.4752066,0.37190083,0.3181818,0.28099173,0.3305785,0.4090909,0.5247934,0.6570248,0.6446281,0.607438,0.6652893,0.6983471,0.73140496,0.75619835,0.73966944,0.73140496,0.71900827,0.6983471,0.6942149,0.6487603,0.6487603,0.62396693,0.58677685,0.5371901,0.5165289,0.49173555,0.3264463,0.20661157,0.30991736,0.10330579,0.07024793,0.2603306,0.4090909,0.37190083,0.4090909,0.42975205,0.47933885,0.5247934,0.57438016,0.59090906,0.6487603,0.6487603,0.6528926,0.661157,0.6652893,0.6694215,0.6404959,0.61570245,0.6198347,0.6983471,0.75619835,0.74380165,0.72727275,0.6694215,0.5206612,0.34710744,0.2768595,0.23553719,0.25619835,0.29338843,0.3264463,0.36363637,0.4090909,0.3677686,0.32231405,0.3305785,0.338843,0.37190083,0.3966942,0.45867768,0.57438016,0.6942149,0.70247936,0.6404959,0.6198347,0.6652893,0.7066116,0.73140496,0.7231405,0.71900827,0.6942149,0.6818182,0.6652893,0.6404959,0.61570245,0.58264464,0.5495868,0.5165289,0.49586776,0.49173555,0.24793388,0.19421488,0.30991736,0.12809917,0.07438017,0.1694215,0.38016528,0.38016528,0.38429752,0.38429752,0.38016528,0.44214877,0.5082645,0.553719,0.58264464,0.61157024,0.62396693,0.6198347,0.6198347,0.60330576,0.57024795,0.58677685,0.6694215,0.73140496,0.74793386,0.7107438,0.7066116,0.7107438,0.6280992,0.5289256,0.45041323,0.35950413,0.29752067,0.26859504,0.27272728,0.29338843,0.32231405,0.3264463,0.38429752,0.46280992,0.5,0.5289256,0.5495868,0.58264464,0.6322314,0.677686,0.677686,0.7066116,0.6322314,0.61570245,0.6528926,0.6735537,0.69008267,0.6818182,0.677686,0.6487603,0.6322314,0.60330576,0.5785124,0.5413223,0.5123967,0.4752066,0.4752066,0.4090909,0.25619835,0.28099173,0.3264463,0.23553719,0.11983471,0.09090909,0.34710744,0.37603307,0.39256197,0.4090909,0.35950413,0.38842976,0.46280992,0.5123967,0.55785125,0.58264464,0.5785124,0.57024795,0.5413223,0.5206612,0.5495868,0.6363636,0.7066116,0.6942149,0.6735537,0.6818182,0.6859504,0.6570248,0.6322314,0.6322314,0.60330576,0.55785125,0.4338843,0.3966942,0.40082645,0.42561984,0.4214876,0.446281,0.5247934,0.5289256,0.54545456,0.57438016,0.57024795,0.5661157,0.59917355,0.6322314,0.6446281,0.69008267,0.6735537,0.61570245,0.59504133,0.607438,0.6322314,0.6528926,0.6487603,0.6322314,0.607438,0.55785125,0.5495868,0.5165289,0.46694216,0.45041323,0.44214877,0.35123968,0.30165288,0.3181818,0.3264463,0.2892562,0.23553719,0.1570248,0.29752067,0.40495867,0.3966942,0.446281,0.44214877,0.41322315,0.45454547,0.5247934,0.5661157,0.57024795,0.553719,0.5165289,0.4876033,0.5371901,0.6280992,0.6818182,0.6735537,0.677686,0.661157,0.6404959,0.6859504,0.6280992,0.62396693,0.6487603,0.6570248,0.6198347,0.57024795,0.5371901,0.5289256,0.5413223,0.5206612,0.5247934,0.55785125,0.553719,0.57438016,0.57024795,0.5661157,0.5165289,0.5495868,0.58264464,0.6198347,0.6404959,0.6570248,0.6528926,0.6280992,0.56198347,0.55785125,0.607438,0.607438,0.59090906,0.57438016,0.54545456,0.53305787,0.4752066,0.4338843,0.446281,0.41322315,0.3264463,0.30578512,0.32231405,0.3305785,0.30165288,0.2892562,0.25619835,0.2892562,0.37190083,0.4090909,0.446281,0.46280992,0.446281,0.48347107,0.553719,0.59504133,0.58677685,0.5495868,0.4876033,0.5082645,0.5661157,0.6363636,0.6528926,0.6570248,0.6528926,0.6404959,0.59090906,0.6487603,0.6363636,0.59504133,0.62396693,0.6363636,0.59504133,0.607438,0.58264464,0.5371901,0.5413223,0.47933885,0.5,0.53305787,0.5661157,0.56198347,0.55785125,0.5495868,0.5289256,0.55785125,0.5661157,0.58677685,0.59090906,0.61157024,0.62396693,0.6818182,0.6735537,0.5,0.4752066,0.57438016,0.55785125,0.5495868,0.5247934,0.49586776,0.4338843,0.4214876,0.45867768,0.38429752,0.3181818,0.3140496,0.338843,0.33471075,0.29752067,0.29752067,0.2768595,0.2644628,0.3553719,0.40495867,0.43801653,0.47933885,0.45867768,0.4876033,0.57024795,0.6198347,0.607438,0.57438016,0.5371901,0.54545456,0.5661157,0.5413223,0.57024795,0.5785124,0.59090906,0.607438,0.5495868,0.59090906,0.61157024,0.57024795,0.59504133,0.6198347,0.57438016,0.60330576,0.57438016,0.5165289,0.5289256,0.446281,0.43801653,0.53305787,0.54545456,0.5247934,0.5206612,0.5371901,0.5123967,0.5495868,0.55785125,0.5661157,0.57438016,0.5495868,0.59504133,0.6652893,0.69008267,0.61570245,0.446281,0.5082645,0.54545456,0.54545456,0.5206612,0.48347107,0.41322315,0.446281,0.43801653,0.35950413,0.30578512,0.3305785,0.3429752,0.3429752,0.29752067,0.29338843,0.29338843,0.26859504,0.30991736,0.3966942,0.4338843,0.4876033,0.47107437,0.46694216,0.5495868,0.6198347,0.6322314,0.6652893,0.6280992,0.5785124,0.5495868,0.49586776,0.4752066,0.46280992,0.48347107,0.5165289,0.48347107,0.5289256,0.56198347,0.5495868,0.5371901,0.57438016,0.56198347,0.56198347,0.54545456,0.49586776,0.5123967,0.45454547,0.45454547,0.5082645,0.5041322,0.49173555,0.5082645,0.5289256,0.53305787,0.5123967,0.4876033,0.5206612,0.54545456,0.5413223,0.58264464,0.6404959,0.6322314,0.6322314,0.5247934,0.5289256,0.56198347,0.553719,0.5165289,0.45867768,0.4214876,0.4876033,0.41322315,0.30578512,0.3140496,0.33471075,0.338843,0.34710744,0.29752067,0.2892562,0.29338843,0.2892562,0.27272728,0.3429752,0.41735536,0.45454547,0.47107437,0.446281,0.5165289,0.6280992,0.6528926,0.7231405,0.7107438,0.62396693,0.5661157,0.5041322,0.43801653,0.4090909,0.3966942,0.3966942,0.41735536,0.45867768,0.47107437,0.48347107,0.49173555,0.5,0.5082645,0.5206612,0.53305787,0.5206612,0.5289256,0.5,0.4876033,0.49173555,0.47107437,0.4876033,0.5041322,0.48347107,0.4876033,0.47933885,0.45454547,0.47107437,0.4876033,0.5247934,0.58264464,0.61570245,0.58264464,0.58677685,0.55785125,0.62396693,0.59917355,0.5413223,0.48347107,0.44214877,0.446281,0.47107437,0.32231405,0.28099173,0.32231405,0.3305785,0.3429752,0.35950413,0.28512397,0.29338843,0.29752067,0.29338843,0.2231405,0.25619835,0.38016528,0.42975205,0.45041323,0.41735536,0.45041323,0.5661157,0.6322314,0.70247936,0.73140496,0.6694215,0.60330576,0.553719,0.5082645,0.45867768,0.44214877,0.42975205,0.4214876,0.38842976,0.37603307,0.38842976,0.40495867,0.41735536,0.42975205,0.45454547,0.4876033,0.5495868,0.5661157,0.5289256,0.49173555,0.4752066,0.44214877,0.4338843,0.42561984,0.41322315,0.4338843,0.41735536,0.41735536,0.3966942,0.38842976,0.45867768,0.5123967,0.5495868,0.5495868,0.55785125,0.57024795,0.6570248,0.58264464,0.5165289,0.43801653,0.42975205,0.45867768,0.4214876,0.22727273,0.19421488,0.3264463,0.338843,0.3429752,0.36363637,0.28099173,0.30165288,0.28099173,0.2768595,0.17355372,0.1570248,0.32231405,0.38016528,0.42561984,0.41322315,0.39256197,0.49173555,0.5661157,0.6528926,0.70247936,0.6942149,0.6322314,0.59917355,0.57024795,0.5371901,0.56198347,0.5785124,0.59504133,0.61570245,0.5413223,0.54545456,0.53305787,0.5247934,0.5413223,0.56198347,0.55785125,0.5165289,0.5123967,0.49586776,0.5,0.5206612,0.48347107,0.446281,0.44214877,0.4338843,0.46280992,0.46694216,0.47107437,0.4338843,0.40495867,0.41322315,0.42975205,0.49586776,0.5371901,0.54545456,0.57438016,0.6363636,0.54545456,0.47933885,0.42975205,0.4338843,0.4338843,0.32231405,0.1694215,0.18595041,0.26859504,0.338843,0.34710744,0.35123968,0.29338843,0.29338843,0.29338843,0.24793388,0.15289256,0.0661157,0.23553719,0.3181818,0.3966942,0.4214876,0.37190083,0.41322315,0.5041322,0.59090906,0.6322314,0.6363636,0.59917355,0.58677685,0.6446281,0.6198347,0.6198347,0.6322314,0.6322314,0.6322314,0.6363636,0.661157,0.6942149,0.70247936,0.6983471,0.74380165,0.74793386,0.7355372,0.71487606,0.70247936,0.69008267,0.6446281,0.61157024,0.58677685,0.58677685,0.57024795,0.56198347,0.5495868,0.58264464,0.55785125,0.5371901,0.5165289,0.5082645,0.5082645,0.5371901,0.5495868,0.58264464,0.59090906,0.5041322,0.4338843,0.41322315,0.4214876,0.3677686,0.21487603,0.17355372,0.20247933,0.2107438,0.30991736,0.338843,0.3677686,0.2892562,0.29338843,0.27272728,0.2231405,0.12809917,0.049586777,0.1694215,0.2768595,0.35123968,0.41322315,0.37190083,0.338843,0.42561984,0.5082645,0.58264464,0.6363636,0.6363636,0.6363636,0.62396693,0.61157024,0.6280992,0.6198347,0.6198347,0.6198347,0.6322314,0.6487603,0.6818182,0.6983471,0.70247936,0.70247936,0.69008267,0.6694215,0.69008267,0.69008267,0.69008267,0.6735537,0.677686,0.6446281,0.60330576,0.5785124,0.57438016,0.5785124,0.58677685,0.57438016,0.59504133,0.59917355,0.59090906,0.53305787,0.5289256,0.5661157,0.58677685,0.53305787,0.43801653,0.41735536,0.4214876,0.4090909,0.27272728,0.12809917,0.17768595,0.20247933,0.21487603,0.22727273,0.24793388,0.28512397,0.2892562,0.28099173,0.2603306,0.18595041,0.09917355,0.05785124,0.18181819,0.30578512,0.29752067,0.38842976,0.40082645,0.30991736,0.3305785,0.4338843,0.5206612,0.59504133,0.6363636,0.677686,0.6404959,0.59090906,0.60330576,0.61570245,0.59917355,0.59917355,0.59917355,0.59917355,0.59917355,0.6322314,0.6487603,0.62396693,0.59090906,0.59090906,0.58677685,0.58264464,0.59917355,0.60330576,0.60330576,0.59090906,0.57024795,0.55785125,0.5661157,0.57024795,0.57024795,0.58264464,0.59917355,0.59917355,0.60330576,0.58264464,0.553719,0.57024795,0.54545456,0.45041323,0.40082645,0.38429752,0.4214876,0.35950413,0.16528925,0.10743801,0.1694215,0.21900827,0.21487603,0.22727273,0.22727273,0.22727273,0.28099173,0.2768595,0.23966943,0.1570248,0.09090909,0.06198347,0.14049587,0.41322315,0.2768595,0.3305785,0.40495867,0.40495867,0.3305785,0.35123968,0.446281,0.553719,0.6198347,0.6528926,0.661157,0.6446281,0.57438016,0.59917355,0.58264464,0.5661157,0.56198347,0.5495868,0.5247934,0.553719,0.5661157,0.5495868,0.5371901,0.57438016,0.54545456,0.54545456,0.56198347,0.56198347,0.5371901,0.5082645,0.5289256,0.5661157,0.5661157,0.5661157,0.57438016,0.59504133,0.59917355,0.60330576,0.6198347,0.607438,0.59504133,0.5413223,0.48347107,0.41322315,0.3966942,0.40495867,0.38842976,0.30991736,0.13636364,0.07438017,0.17355372,0.2231405,0.22727273,0.2231405,0.23553719,0.23140496,0.27272728,0.2768595,0.22727273,0.14876033,0.09090909,0.07024793,0.11983471,0.39256197,0.42975205,0.2603306,0.35950413,0.4214876,0.4090909,0.34710744,0.40082645,0.5165289,0.58677685,0.62396693,0.6487603,0.6735537,0.6322314,0.5785124,0.59090906,0.55785125,0.5371901,0.5289256,0.49586776,0.5082645,0.5,0.5,0.5,0.5082645,0.5082645,0.5289256,0.5413223,0.5123967,0.5,0.49173555,0.54545456,0.553719,0.553719,0.55785125,0.57438016,0.58677685,0.59917355,0.60330576,0.6198347,0.59917355,0.57438016,0.49173555,0.43801653,0.4090909,0.42975205,0.39256197,0.35123968,0.36363637,0.21487603,0.08677686,0.1694215,0.21900827,0.22727273,0.21900827,0.24380165,0.22727273,0.27272728,0.2768595,0.21487603,0.12396694,0.11157025,0.07024793,0.12809917,0.37190083,0.45041323,0.35123968,0.28512397,0.4090909,0.4752066,0.42975205,0.38429752,0.49586776,0.56198347,0.59504133,0.61157024,0.6487603,0.6487603,0.607438,0.59504133,0.5785124,0.553719,0.5413223,0.5247934,0.5,0.49173555,0.5,0.49173555,0.47107437,0.45454547,0.5,0.53305787,0.5206612,0.49173555,0.5165289,0.5371901,0.5413223,0.5495868,0.55785125,0.57438016,0.60330576,0.607438,0.607438,0.61157024,0.57024795,0.5082645,0.47107437,0.41322315,0.41735536,0.43801653,0.34710744,0.3677686,0.38016528,0.26859504,0.09090909,0.1694215,0.2107438,0.22727273,0.21900827,0.23966943,0.23140496,0.28512397,0.2644628,0.19008264,0.14876033,0.10743801,0.0661157,0.17768595,0.38842976,0.41735536,0.42975205,0.3181818,0.30991736,0.446281,0.48347107,0.42561984,0.44214877,0.5371901,0.5661157,0.60330576,0.6404959,0.6363636,0.62396693,0.61570245,0.59090906,0.58264464,0.57438016,0.55785125,0.53305787,0.49586776,0.5,0.48347107,0.48347107,0.5,0.5,0.5082645,0.5082645,0.5123967,0.5247934,0.5413223,0.54545456,0.5661157,0.5785124,0.59917355,0.6198347,0.607438,0.61570245,0.5785124,0.5289256,0.47107437,0.446281,0.43801653,0.42561984,0.37190083,0.3553719,0.40495867,0.38842976,0.28099173,0.12396694,0.16528925,0.21900827,0.23140496,0.21900827,0.23966943,0.23140496,0.30578512,0.2520661,0.18595041,0.1446281,0.12809917,0.05785124,0.26859504,0.4090909,0.3966942,0.40495867,0.38842976,0.30165288,0.30165288,0.45867768,0.45867768,0.45454547,0.5206612,0.5413223,0.58677685,0.61157024,0.6487603,0.6404959,0.6528926,0.62396693,0.607438,0.61157024,0.60330576,0.58677685,0.5661157,0.5413223,0.5247934,0.5041322,0.5,0.5,0.49173555,0.5165289,0.5413223,0.553719,0.57024795,0.58264464,0.607438,0.61157024,0.6198347,0.60330576,0.59504133,0.58264464,0.553719,0.4876033,0.4338843,0.45041323,0.42561984,0.3966942,0.33471075,0.38842976,0.4214876,0.40495867,0.28099173,0.14876033,0.1570248,0.21900827,0.23553719,0.23140496,0.22727273,0.23553719,0.32231405,0.23966943,0.18595041,0.13636364,0.13636364,0.049586777,0.3553719,0.41735536,0.39256197,0.40082645,0.40082645,0.37190083,0.29752067,0.3429752,0.4214876,0.44214877,0.53305787,0.5247934,0.55785125,0.59504133,0.6363636,0.6322314,0.6446281,0.6694215,0.6404959,0.6404959,0.6570248,0.6198347,0.59090906,0.58677685,0.58677685,0.553719,0.5413223,0.553719,0.553719,0.57438016,0.58264464,0.59917355,0.62396693,0.6280992,0.6280992,0.6404959,0.6363636,0.61570245,0.5785124,0.5413223,0.5206612,0.46694216,0.42975205,0.40082645,0.36363637,0.338843,0.38429752,0.41322315,0.446281,0.38016528,0.3140496,0.1694215,0.17768595,0.23140496,0.23140496,0.22727273,0.23140496,0.23966943,0.3181818,0.23553719,0.17355372,0.14049587,0.12809917,0.07438017,0.42561984,0.41735536,0.37603307,0.38842976,0.41322315,0.39256197,0.3553719,0.28512397,0.3264463,0.37603307,0.4876033,0.5206612,0.55785125,0.59090906,0.61570245,0.61157024,0.6446281,0.71487606,0.7066116,0.6983471,0.6859504,0.6404959,0.6280992,0.6198347,0.59090906,0.5661157,0.55785125,0.58264464,0.61157024,0.607438,0.62396693,0.6487603,0.661157,0.6528926,0.6446281,0.6694215,0.6446281,0.60330576,0.53305787,0.5206612,0.48347107,0.44214877,0.40082645,0.33471075,0.3264463,0.37190083,0.40082645,0.43801653,0.45867768,0.36363637,0.33471075,0.18181819,0.17768595,0.23140496,0.22727273,0.23966943,0.23966943,0.25619835,0.3181818,0.22727273,0.17355372,0.14049587,0.1322314,0.08264463,0.45454547,0.40495867,0.37603307,0.38842976,0.41322315,0.41322315,0.37190083,0.32231405,0.28099173,0.2768595,0.37603307,0.48347107,0.5165289,0.56198347,0.58677685,0.607438,0.62396693,0.69008267,0.7107438,0.7231405,0.6818182,0.6735537,0.6735537,0.661157,0.61570245,0.58677685,0.57024795,0.59917355,0.61570245,0.61157024,0.6487603,0.6694215,0.6818182,0.6694215,0.677686,0.661157,0.61570245,0.58264464,0.5206612,0.49173555,0.46280992,0.35950413,0.3140496,0.32231405,0.35123968,0.38842976,0.43801653,0.45454547,0.44214877,0.3553719,0.33471075,0.1694215,0.20661157,0.23140496,0.22727273,0.24380165,0.23553719,0.24380165,0.29752067,0.2231405,0.1694215,0.14876033,0.10743801,0.11157025,0.47933885,0.3966942,0.3677686,0.38429752,0.41322315,0.41735536,0.38842976,0.3553719,0.3140496,0.26859504,0.2520661,0.38016528,0.46280992,0.5206612,0.56198347,0.58677685,0.59090906,0.6652893,0.6735537,0.70247936,0.6859504,0.6818182,0.6942149,0.69008267,0.661157,0.59504133,0.60330576,0.6363636,0.6694215,0.661157,0.6859504,0.6818182,0.6818182,0.6818182,0.677686,0.6322314,0.58264464,0.553719,0.5,0.46280992,0.41735536,0.26859504,0.30991736,0.35123968,0.3966942,0.42561984,0.46280992,0.45867768,0.44214877,0.3553719,0.30991736,0.17355372,0.23140496,0.23966943,0.22727273,0.24380165,0.23553719,0.23140496,0.28099173,0.2231405,0.20661157,0.1694215,0.10330579,0.12396694,0.4876033,0.40495867,0.37190083,0.38429752,0.40082645,0.42975205,0.39256197,0.37603307,0.33471075,0.3181818,0.25619835,0.23966943,0.35123968,0.46280992,0.5165289,0.5661157,0.59090906,0.6363636,0.6322314,0.6487603,0.6570248,0.6652893,0.6859504,0.6528926,0.6694215,0.59917355,0.58677685,0.61157024,0.6446281,0.6735537,0.677686,0.6735537,0.6570248,0.6570248,0.6487603,0.59090906,0.553719,0.5082645,0.45454547,0.3966942,0.2768595,0.30165288,0.34710744,0.38429752,0.42975205,0.45867768,0.46280992,0.45454547,0.42561984,0.3553719,0.2644628,0.21487603,0.23966943,0.23553719,0.21900827,0.22727273,0.23966943,0.25619835,0.26859504,0.23966943,0.2107438,0.19421488,0.12396694,0.13636364,0.48347107,0.41735536,0.38429752,0.38429752,0.3966942,0.39256197,0.42975205,0.39256197,0.36363637,0.3264463,0.30991736,0.2603306,0.2231405,0.33471075,0.45041323,0.5289256,0.55785125,0.58264464,0.60330576,0.607438,0.6363636,0.6570248,0.6322314,0.61570245,0.6322314,0.6446281,0.607438,0.6198347,0.6404959,0.6818182,0.6735537,0.6446281,0.62396693,0.59504133,0.59917355,0.5495868,0.5206612,0.4876033,0.3966942,0.30578512,0.29338843,0.338843,0.39256197,0.42561984,0.46280992,0.47933885,0.46694216,0.45041323,0.3966942,0.338843,0.23553719,0.2231405,0.2520661,0.21900827,0.2107438,0.22727273,0.23140496,0.24793388,0.29752067,0.2520661,0.22727273,0.20661157,0.1446281,0.17768595,0.46280992,0.4214876,0.4090909,0.38842976,0.39256197,0.3966942,0.40082645,0.40495867,0.37603307,0.35950413,0.32231405,0.30165288,0.24793388,0.22727273,0.33471075,0.45041323,0.47933885,0.5247934,0.5206612,0.55785125,0.57024795,0.59090906,0.59090906,0.5785124,0.59917355,0.6198347,0.61157024,0.58677685,0.60330576,0.6322314,0.6198347,0.5785124,0.5661157,0.54545456,0.5371901,0.5165289,0.46280992,0.40082645,0.30165288,0.30991736,0.35123968,0.38016528,0.4338843,0.46694216,0.4876033,0.48347107,0.46694216,0.4338843,0.3677686,0.30165288,0.23966943,0.24380165,0.2603306,0.20247933,0.2231405,0.23553719,0.23140496,0.23966943,0.2768595,0.24793388,0.2520661,0.21487603,0.15289256,0.21487603,0.47933885,0.4338843,0.42561984,0.40082645,0.37603307,0.39256197,0.3966942,0.40082645,0.38429752,0.37603307,0.34710744,0.3140496,0.29338843,0.23966943,0.22727273,0.2603306,0.338843,0.4214876,0.42561984,0.46280992,0.4876033,0.5495868,0.5413223,0.5413223,0.57024795,0.55785125,0.57024795,0.5661157,0.55785125,0.5413223,0.5371901,0.5206612,0.4876033,0.49586776,0.46694216,0.38016528,0.35123968,0.29752067,0.29752067,0.3429752,0.38842976,0.4214876,0.4752066,0.49586776,0.49586776,0.48347107,0.47107437,0.40495867,0.35950413,0.2603306,0.23553719,0.23140496,0.23140496,0.21487603,0.23140496,0.23553719,0.22727273,0.21900827,0.27272728,0.22727273,0.2644628,0.21900827,0.1570248,0.20661157,0.46694216,0.45041323,0.42561984,0.41322315,0.39256197,0.38016528,0.38429752,0.4090909,0.38842976,0.37603307,0.36363637,0.34710744,0.30578512,0.2892562,0.24793388,0.22727273,0.22727273,0.28512397,0.30991736,0.34710744,0.34710744,0.43801653,0.44214877,0.4338843,0.4876033,0.4752066,0.49173555,0.5041322,0.48347107,0.47107437,0.44214877,0.42561984,0.39256197,0.37603307,0.35123968,0.2644628,0.2892562,0.3140496,0.34710744,0.38016528,0.4214876,0.46280992,0.49173555,0.49173555,0.49586776,0.48347107,0.45041323,0.3553719,0.3305785,0.23553719,0.23966943,0.2231405,0.2107438,0.21487603,0.23140496,0.24793388,0.2107438,0.20247933,0.27272728,0.23966943,0.23966943,0.23966943,0.17768595,0.20661157,0.43801653,0.4752066,0.42561984,0.40495867,0.41322315,0.38429752,0.37603307,0.40082645,0.3966942,0.38429752,0.3677686,0.3553719,0.3305785,0.30165288,0.2768595,0.24380165,0.23140496,0.23553719,0.23553719,0.24793388,0.23140496,0.26859504,0.28099173,0.30165288,0.29338843,0.32231405,0.36363637,0.33471075,0.34710744,0.32231405,0.33471075,0.29752067,0.28512397,0.2644628,0.27272728,0.26859504,0.30578512,0.35123968,0.38016528,0.41735536,0.46694216,0.5041322,0.5082645,0.5082645,0.5,0.48347107,0.4090909,0.37190083,0.27272728,0.23553719,0.24793388,0.21900827,0.20247933,0.2107438,0.22727273,0.25619835,0.21487603,0.1983471,0.2644628,0.25619835,0.23553719,0.25619835,0.20661157,0.20247933,0.40082645,0.49586776,0.446281,0.41735536,0.4090909,0.38429752,0.37190083,0.38842976,0.38016528,0.39256197,0.3677686,0.35950413,0.3553719,0.32231405,0.29752067,0.2603306,0.24380165,0.25619835,0.23140496,0.23140496,0.20661157,0.21900827,0.2107438,0.1983471,0.2107438,0.2231405,0.21900827,0.21487603,0.24793388,0.22727273,0.23140496,0.2520661,0.24380165,0.2603306,0.2644628,0.28512397,0.3140496,0.3553719,0.38429752,0.41735536,0.47107437,0.5041322,0.5082645,0.5082645,0.5,0.4876033,0.41322315,0.37190083,0.2768595,0.23553719,0.2520661,0.21900827,0.20247933,0.2107438,0.22727273,0.25619835,0.2231405,0.19421488,0.2603306,0.25619835,0.24793388,0.2520661,0.2231405,0.19421488,0.36363637,0.5123967,0.49586776,0.45454547,0.41735536,0.38842976,0.37190083,0.3677686,0.38429752,0.38842976,0.38016528,0.3677686,0.36363637,0.338843,0.30165288,0.2768595,0.24380165,0.2520661,0.23553719,0.23553719,0.20661157,0.21900827,0.20661157,0.1983471,0.2107438,0.2231405,0.21900827,0.2107438,0.24793388,0.23140496,0.23140496,0.2520661,0.23966943,0.2603306,0.2644628,0.28099173,0.30991736,0.35123968,0.38429752,0.41735536,0.46694216,0.5041322,0.5082645,0.5123967,0.5,0.4876033,0.4214876,0.37603307,0.28099173,0.23140496,0.2520661,0.21900827,0.20247933,0.2107438,0.2231405,0.2520661,0.23140496,0.19008264,0.2603306,0.24380165,0.23553719,0.24793388,0.2231405,0.19421488,0.34710744,0.5123967,0.5041322,0.45867768,0.41735536,0.38842976,0.37190083,0.3677686,0.38429752,0.38842976,0.38016528,0.3677686,0.36363637,0.338843,0.30165288,0.28099173,0.24380165,0.2520661,0.23966943,0.23553719,0.20661157,0.21900827,0.20661157,0.1983471,0.2107438,0.2231405,0.21900827,0.2107438,0.24793388,0.23140496,0.22727273,0.2520661,0.23966943,0.2603306,0.2603306,0.28099173,0.30991736,0.35123968,0.38016528,0.41322315,0.46280992,0.5041322,0.5082645,0.5123967,0.5,0.49173555,0.42561984,0.37603307,0.2892562,0.23140496,0.2520661,0.2231405,0.20247933,0.2107438,0.2231405,0.2520661,0.23553719,0.19008264,2 +0.1694215,0.18181819,0.20661157,0.32231405,0.45041323,0.54545456,0.60330576,0.6859504,0.6983471,0.7107438,0.73140496,0.75206614,0.75619835,0.76033056,0.7644628,0.78099173,0.78099173,0.79752064,0.8057851,0.8140496,0.8181818,0.8264463,0.8305785,0.8347107,0.822314,0.822314,0.822314,0.8264463,0.822314,0.8181818,0.8140496,0.8140496,0.8140496,0.822314,0.8181818,0.8181818,0.8305785,0.8264463,0.8305785,0.8347107,0.8264463,0.822314,0.8305785,0.822314,0.8140496,0.8057851,0.8016529,0.79752064,0.7768595,0.77272725,0.76033056,0.75619835,0.75206614,0.7355372,0.7355372,0.71487606,0.72727275,0.7231405,0.6404959,0.58264464,0.57024795,0.57024795,0.5413223,0.49586776,0.17355372,0.1694215,0.1983471,0.3305785,0.43801653,0.5041322,0.60330576,0.6652893,0.6942149,0.7066116,0.72727275,0.75206614,0.7644628,0.76859504,0.76859504,0.78512394,0.7892562,0.8016529,0.80991733,0.8181818,0.822314,0.822314,0.8305785,0.838843,0.8305785,0.8347107,0.8264463,0.8305785,0.8264463,0.822314,0.80991733,0.8181818,0.8181818,0.8181818,0.8264463,0.822314,0.8264463,0.8264463,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.8181818,0.8181818,0.8057851,0.79752064,0.8016529,0.78099173,0.78099173,0.7644628,0.75619835,0.74793386,0.7231405,0.7231405,0.70247936,0.7066116,0.71487606,0.6363636,0.553719,0.55785125,0.57438016,0.5413223,0.4876033,0.16115703,0.1694215,0.19008264,0.3140496,0.446281,0.5165289,0.59917355,0.6652893,0.7066116,0.7231405,0.7355372,0.75206614,0.7644628,0.77272725,0.7768595,0.78099173,0.79752064,0.8016529,0.8181818,0.822314,0.8264463,0.8264463,0.838843,0.838843,0.8347107,0.8347107,0.8264463,0.8305785,0.8305785,0.8264463,0.8181818,0.8140496,0.8140496,0.8140496,0.8305785,0.8140496,0.8347107,0.8305785,0.8347107,0.8305785,0.8347107,0.8347107,0.8305785,0.822314,0.822314,0.8140496,0.8140496,0.8140496,0.79752064,0.7933884,0.7644628,0.76033056,0.75206614,0.7231405,0.7066116,0.6983471,0.7066116,0.6859504,0.6198347,0.553719,0.553719,0.57438016,0.5495868,0.49173555,0.1322314,0.15289256,0.17355372,0.3181818,0.46280992,0.5289256,0.60330576,0.6859504,0.71900827,0.73140496,0.74380165,0.76859504,0.7768595,0.78099173,0.7768595,0.7892562,0.8016529,0.80991733,0.822314,0.8264463,0.8305785,0.8347107,0.8305785,0.8347107,0.8347107,0.8471074,0.8305785,0.8347107,0.8347107,0.8347107,0.8305785,0.822314,0.8057851,0.822314,0.8181818,0.8264463,0.8305785,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.8347107,0.8264463,0.822314,0.8264463,0.8181818,0.8057851,0.7933884,0.7933884,0.76859504,0.75206614,0.73966944,0.7231405,0.6983471,0.7066116,0.70247936,0.661157,0.60330576,0.55785125,0.54545456,0.56198347,0.55785125,0.5082645,0.13636364,0.1446281,0.17768595,0.3140496,0.46694216,0.5371901,0.62396693,0.6983471,0.7231405,0.73140496,0.74793386,0.76859504,0.78512394,0.78099173,0.7768595,0.78512394,0.7933884,0.8016529,0.8181818,0.8264463,0.8264463,0.8305785,0.822314,0.8429752,0.838843,0.8471074,0.8305785,0.822314,0.8347107,0.838843,0.8305785,0.8264463,0.8181818,0.8181818,0.822314,0.8140496,0.8305785,0.8305785,0.8347107,0.838843,0.8429752,0.8347107,0.8347107,0.8305785,0.822314,0.8181818,0.8181818,0.8016529,0.7933884,0.78512394,0.75619835,0.74793386,0.7355372,0.73140496,0.71900827,0.7107438,0.6942149,0.6570248,0.60330576,0.5661157,0.54545456,0.54545456,0.54545456,0.5247934,0.14049587,0.14049587,0.14049587,0.3264463,0.4752066,0.5495868,0.6363636,0.7066116,0.7231405,0.72727275,0.74793386,0.74793386,0.7644628,0.7644628,0.77272725,0.76859504,0.77272725,0.78512394,0.7933884,0.8057851,0.80991733,0.8140496,0.822314,0.8264463,0.8429752,0.8429752,0.8305785,0.8264463,0.8305785,0.838843,0.8347107,0.8264463,0.8181818,0.8181818,0.8181818,0.8140496,0.8264463,0.822314,0.8429752,0.8429752,0.8429752,0.8347107,0.8264463,0.8264463,0.822314,0.8016529,0.8016529,0.8016529,0.78512394,0.77272725,0.74380165,0.73966944,0.73140496,0.7231405,0.71487606,0.7107438,0.70247936,0.661157,0.607438,0.56198347,0.5413223,0.54545456,0.5247934,0.5165289,0.12809917,0.14049587,0.09504132,0.36363637,0.49173555,0.55785125,0.6487603,0.7066116,0.7231405,0.7355372,0.74380165,0.74793386,0.74793386,0.74793386,0.74380165,0.75206614,0.75619835,0.7644628,0.76859504,0.78099173,0.7892562,0.7892562,0.7933884,0.8057851,0.8140496,0.8181818,0.822314,0.8181818,0.8429752,0.838843,0.8305785,0.8181818,0.8140496,0.8140496,0.8181818,0.8140496,0.8140496,0.8181818,0.8305785,0.8305785,0.8181818,0.822314,0.80991733,0.8016529,0.8016529,0.78512394,0.78512394,0.7933884,0.7768595,0.75206614,0.72727275,0.74793386,0.73966944,0.7231405,0.7231405,0.7107438,0.7066116,0.661157,0.61157024,0.5661157,0.54545456,0.55785125,0.5206612,0.5289256,0.14876033,0.14876033,0.08264463,0.37190083,0.49173555,0.57024795,0.6528926,0.71487606,0.71900827,0.73140496,0.74380165,0.73966944,0.7355372,0.72727275,0.74793386,0.73140496,0.73966944,0.74380165,0.7355372,0.75619835,0.75619835,0.76859504,0.7768595,0.78099173,0.77272725,0.78099173,0.78512394,0.8016529,0.8305785,0.8347107,0.8140496,0.7933884,0.7892562,0.79752064,0.80991733,0.7933884,0.7892562,0.7892562,0.79752064,0.78099173,0.77272725,0.76859504,0.7892562,0.7644628,0.76033056,0.76033056,0.7644628,0.77272725,0.76033056,0.74793386,0.73966944,0.75206614,0.74380165,0.7355372,0.73140496,0.71487606,0.70247936,0.661157,0.61157024,0.56198347,0.553719,0.56198347,0.5165289,0.5,0.16528925,0.16528925,0.07438017,0.38429752,0.49173555,0.57438016,0.6652893,0.6818182,0.6818182,0.6942149,0.6942149,0.7231405,0.71900827,0.6983471,0.7107438,0.70247936,0.70247936,0.71900827,0.70247936,0.71487606,0.7107438,0.7355372,0.74793386,0.74380165,0.74380165,0.75619835,0.75619835,0.77272725,0.7892562,0.79752064,0.7933884,0.76033056,0.76033056,0.7644628,0.78099173,0.7644628,0.75206614,0.74793386,0.75619835,0.7231405,0.71900827,0.6859504,0.7066116,0.6983471,0.70247936,0.71900827,0.71900827,0.7231405,0.71487606,0.71487606,0.72727275,0.75206614,0.75619835,0.73966944,0.7107438,0.70247936,0.70247936,0.6735537,0.60330576,0.54545456,0.54545456,0.553719,0.5041322,0.5123967,0.19008264,0.18595041,0.08264463,0.3677686,0.49586776,0.553719,0.607438,0.59090906,0.62396693,0.61570245,0.6322314,0.6694215,0.6404959,0.5785124,0.57024795,0.57438016,0.5661157,0.61570245,0.59917355,0.6404959,0.6446281,0.661157,0.70247936,0.71900827,0.7231405,0.7355372,0.74380165,0.73966944,0.74793386,0.75619835,0.73966944,0.74380165,0.73140496,0.7355372,0.74380165,0.71487606,0.6983471,0.6942149,0.70247936,0.6487603,0.62396693,0.59090906,0.5495868,0.56198347,0.59504133,0.59090906,0.59090906,0.59504133,0.59504133,0.60330576,0.62396693,0.607438,0.6652893,0.677686,0.6322314,0.6280992,0.6322314,0.6322314,0.59504133,0.5413223,0.5371901,0.53305787,0.5165289,0.5371901,0.20247933,0.21487603,0.11570248,0.33471075,0.49173555,0.49173555,0.5,0.5082645,0.5,0.5082645,0.58264464,0.59090906,0.5371901,0.4752066,0.46694216,0.45867768,0.4338843,0.43801653,0.41322315,0.4876033,0.53305787,0.57438016,0.62396693,0.6570248,0.6859504,0.70247936,0.7066116,0.7107438,0.72727275,0.71487606,0.71487606,0.73140496,0.6983471,0.7231405,0.71900827,0.677686,0.6487603,0.6280992,0.6198347,0.59090906,0.5661157,0.5,0.45041323,0.44214877,0.45454547,0.42561984,0.45041323,0.47933885,0.49173555,0.5206612,0.553719,0.56198347,0.56198347,0.57438016,0.5495868,0.5289256,0.5082645,0.48347107,0.5371901,0.5289256,0.5289256,0.5413223,0.5371901,0.553719,0.2231405,0.24380165,0.1322314,0.29338843,0.4876033,0.47107437,0.45867768,0.4214876,0.43801653,0.42975205,0.47933885,0.49173555,0.46280992,0.4338843,0.39256197,0.35950413,0.37190083,0.35950413,0.36363637,0.35950413,0.39256197,0.45867768,0.5041322,0.553719,0.61570245,0.6446281,0.677686,0.6942149,0.7107438,0.7231405,0.6818182,0.7066116,0.6983471,0.7066116,0.6942149,0.661157,0.6280992,0.5661157,0.5413223,0.5495868,0.5,0.44214877,0.42975205,0.38842976,0.35123968,0.34710744,0.3677686,0.37603307,0.40495867,0.43801653,0.47933885,0.5123967,0.53305787,0.5041322,0.4876033,0.47107437,0.45867768,0.42561984,0.46280992,0.43801653,0.48347107,0.5413223,0.553719,0.5413223,0.19421488,0.23966943,0.14876033,0.2892562,0.5123967,0.49586776,0.4338843,0.4752066,0.446281,0.41322315,0.46694216,0.5123967,0.5123967,0.5165289,0.5165289,0.49586776,0.46280992,0.40082645,0.35950413,0.37603307,0.35950413,0.3966942,0.42561984,0.45867768,0.5371901,0.59090906,0.6363636,0.6818182,0.7107438,0.73140496,0.7231405,0.7107438,0.73140496,0.73140496,0.6735537,0.6528926,0.607438,0.55785125,0.5123967,0.5041322,0.48347107,0.46280992,0.43801653,0.4338843,0.42561984,0.42975205,0.45867768,0.46280992,0.45041323,0.45867768,0.4752066,0.48347107,0.5082645,0.49173555,0.4752066,0.5,0.5165289,0.47933885,0.4752066,0.42561984,0.41322315,0.5,0.56198347,0.5206612,0.17355372,0.23966943,0.19421488,0.30578512,0.5247934,0.5,0.45867768,0.47107437,0.5413223,0.54545456,0.5206612,0.5289256,0.53305787,0.5123967,0.5041322,0.5123967,0.5206612,0.49586776,0.47107437,0.45454547,0.446281,0.446281,0.45454547,0.4214876,0.45867768,0.5371901,0.62396693,0.6735537,0.7231405,0.75619835,0.76033056,0.74793386,0.7644628,0.76859504,0.71487606,0.6446281,0.59504133,0.5247934,0.5,0.5165289,0.5371901,0.55785125,0.54545456,0.53305787,0.5123967,0.5082645,0.5495868,0.6198347,0.6404959,0.59504133,0.58264464,0.58677685,0.59090906,0.58264464,0.5495868,0.5661157,0.58264464,0.5495868,0.47107437,0.43801653,0.41322315,0.4752066,0.553719,0.5206612,0.18181819,0.23140496,0.18181819,0.30578512,0.56198347,0.5165289,0.47107437,0.49173555,0.55785125,0.53305787,0.45454547,0.42975205,0.41735536,0.42975205,0.36363637,0.3181818,0.37190083,0.4214876,0.45867768,0.47933885,0.48347107,0.5082645,0.54545456,0.5082645,0.4338843,0.48347107,0.59504133,0.6818182,0.73140496,0.76859504,0.78512394,0.78099173,0.78512394,0.78512394,0.74793386,0.6446281,0.54545456,0.5165289,0.5495868,0.59090906,0.62396693,0.59917355,0.5413223,0.5082645,0.49173555,0.47933885,0.446281,0.43801653,0.45041323,0.47933885,0.5371901,0.56198347,0.5661157,0.61570245,0.61570245,0.59917355,0.60330576,0.58677685,0.53305787,0.46694216,0.43801653,0.5041322,0.553719,0.5289256,0.17768595,0.19421488,0.16528925,0.3140496,0.59504133,0.56198347,0.49586776,0.5,0.5206612,0.4338843,0.37603307,0.33471075,0.4876033,0.57438016,0.43801653,0.3429752,0.3140496,0.40082645,0.34710744,0.42561984,0.4876033,0.48347107,0.5289256,0.5661157,0.5,0.446281,0.55785125,0.70247936,0.75619835,0.78512394,0.8016529,0.80991733,0.80991733,0.80991733,0.7644628,0.6404959,0.5247934,0.53305787,0.58677685,0.59504133,0.57024795,0.5206612,0.4876033,0.5247934,0.5041322,0.338843,0.23553719,0.3140496,0.2231405,0.24380165,0.34710744,0.45454547,0.48347107,0.47933885,0.5495868,0.58677685,0.5785124,0.57438016,0.55785125,0.5371901,0.5165289,0.5082645,0.5371901,0.5289256,0.21487603,0.18595041,0.13636364,0.37190083,0.58677685,0.59504133,0.5661157,0.5206612,0.48347107,0.3966942,0.35123968,0.38016528,0.61570245,0.6942149,0.46280992,0.42975205,0.23553719,0.35950413,0.37603307,0.44214877,0.56198347,0.5123967,0.48347107,0.5289256,0.54545456,0.45867768,0.49586776,0.7107438,0.7768595,0.8057851,0.8140496,0.8181818,0.822314,0.80991733,0.75619835,0.60330576,0.5247934,0.553719,0.5785124,0.553719,0.5,0.4876033,0.5123967,0.661157,0.6404959,0.40495867,0.20661157,0.46694216,0.26859504,0.21900827,0.2603306,0.49173555,0.4338843,0.45041323,0.40082645,0.5041322,0.58264464,0.57024795,0.5785124,0.58677685,0.5785124,0.55785125,0.5206612,0.5165289,0.27272728,0.1983471,0.11570248,0.4338843,0.58264464,0.57024795,0.57024795,0.5371901,0.49173555,0.42561984,0.46694216,0.5041322,0.6404959,0.7231405,0.49586776,0.5123967,0.37190083,0.3305785,0.45041323,0.54545456,0.71487606,0.6280992,0.5,0.5289256,0.55785125,0.5082645,0.49586776,0.6942149,0.78512394,0.80991733,0.822314,0.8305785,0.8264463,0.80991733,0.7231405,0.59504133,0.5495868,0.61157024,0.59917355,0.5165289,0.5123967,0.5206612,0.61570245,0.76859504,0.70247936,0.4090909,0.2768595,0.23140496,0.24793388,0.30165288,0.39256197,0.607438,0.44214877,0.38016528,0.46280992,0.43801653,0.5661157,0.59090906,0.59917355,0.607438,0.59504133,0.59917355,0.5165289,0.5082645,0.2644628,0.23140496,0.1322314,0.48347107,0.6322314,0.57024795,0.53305787,0.5165289,0.53305787,0.5206612,0.5495868,0.6446281,0.6818182,0.75206614,0.6652893,0.59090906,0.55785125,0.5413223,0.58677685,0.6528926,0.71487606,0.6528926,0.57438016,0.553719,0.6446281,0.58264464,0.5413223,0.6652893,0.7892562,0.8140496,0.8347107,0.8429752,0.8347107,0.80991733,0.71900827,0.60330576,0.59504133,0.6942149,0.6322314,0.5247934,0.59090906,0.553719,0.6446281,0.75619835,0.74793386,0.5371901,0.4090909,0.36363637,0.3677686,0.4090909,0.54545456,0.6446281,0.5247934,0.46280992,0.42975205,0.5,0.55785125,0.607438,0.61570245,0.61570245,0.59917355,0.58264464,0.5123967,0.5123967,0.2644628,0.24380165,0.2107438,0.4876033,0.6446281,0.6322314,0.59090906,0.58264464,0.61157024,0.6404959,0.59090906,0.59917355,0.6652893,0.71900827,0.73966944,0.7107438,0.6859504,0.6735537,0.70247936,0.7066116,0.73140496,0.71487606,0.7231405,0.6694215,0.7231405,0.7066116,0.61157024,0.6528926,0.76859504,0.8140496,0.838843,0.8429752,0.8305785,0.8140496,0.71900827,0.607438,0.6404959,0.73140496,0.70247936,0.6818182,0.6694215,0.6404959,0.661157,0.7107438,0.72727275,0.7066116,0.607438,0.5785124,0.5785124,0.59917355,0.6528926,0.661157,0.60330576,0.57438016,0.57024795,0.5661157,0.59090906,0.59504133,0.59917355,0.59917355,0.59504133,0.553719,0.5289256,0.53305787,0.32231405,0.24380165,0.25619835,0.5041322,0.6652893,0.6694215,0.6652893,0.69008267,0.6487603,0.70247936,0.6487603,0.62396693,0.6528926,0.6694215,0.6735537,0.6859504,0.70247936,0.6942149,0.677686,0.6404959,0.6694215,0.71487606,0.76859504,0.78512394,0.7933884,0.7644628,0.677686,0.6570248,0.74793386,0.8016529,0.8471074,0.838843,0.8305785,0.8016529,0.71487606,0.61157024,0.661157,0.73140496,0.73966944,0.7355372,0.70247936,0.6652893,0.6652893,0.7066116,0.71487606,0.75206614,0.73966944,0.7107438,0.70247936,0.6818182,0.6735537,0.6652893,0.6446281,0.6322314,0.6570248,0.661157,0.6280992,0.59917355,0.59090906,0.6198347,0.6404959,0.58677685,0.5495868,0.5413223,0.41322315,0.2892562,0.29752067,0.5247934,0.677686,0.71900827,0.7107438,0.74380165,0.6404959,0.6363636,0.6735537,0.6570248,0.6363636,0.6404959,0.6446281,0.6487603,0.6446281,0.6363636,0.661157,0.6735537,0.73140496,0.74793386,0.75619835,0.7768595,0.78512394,0.7644628,0.7107438,0.6694215,0.74380165,0.79752064,0.8347107,0.838843,0.8305785,0.7892562,0.6983471,0.61570245,0.6694215,0.73140496,0.73966944,0.7355372,0.6983471,0.677686,0.6694215,0.6818182,0.6735537,0.7066116,0.70247936,0.6818182,0.6942149,0.677686,0.6735537,0.677686,0.6652893,0.661157,0.6735537,0.6942149,0.6818182,0.661157,0.6528926,0.6694215,0.6446281,0.59917355,0.56198347,0.5247934,0.46694216,0.36363637,0.3305785,0.5165289,0.677686,0.74380165,0.75206614,0.76859504,0.661157,0.6528926,0.6570248,0.6404959,0.61570245,0.61570245,0.62396693,0.6404959,0.6570248,0.6859504,0.7107438,0.7231405,0.74793386,0.75619835,0.76033056,0.7768595,0.76859504,0.75619835,0.70247936,0.677686,0.73966944,0.8016529,0.8305785,0.8347107,0.822314,0.7644628,0.677686,0.6198347,0.6818182,0.73966944,0.76859504,0.7644628,0.72727275,0.6983471,0.6818182,0.6859504,0.6570248,0.6570248,0.6487603,0.6487603,0.6404959,0.6446281,0.6363636,0.6487603,0.6694215,0.6818182,0.6818182,0.6818182,0.677686,0.7066116,0.677686,0.661157,0.6694215,0.6363636,0.58264464,0.5413223,0.4876033,0.44214877,0.37190083,0.5123967,0.6818182,0.73966944,0.76859504,0.7892562,0.75619835,0.6487603,0.6570248,0.661157,0.6528926,0.6652893,0.677686,0.6983471,0.7107438,0.7355372,0.74793386,0.73966944,0.7644628,0.78099173,0.7933884,0.78099173,0.76033056,0.74380165,0.6983471,0.6818182,0.74380165,0.8057851,0.8305785,0.8347107,0.8057851,0.7231405,0.6694215,0.6322314,0.6859504,0.73140496,0.7768595,0.78099173,0.78099173,0.74380165,0.6942149,0.6818182,0.6818182,0.6694215,0.6528926,0.6446281,0.6404959,0.6404959,0.6487603,0.6487603,0.6694215,0.6859504,0.6652893,0.677686,0.6983471,0.6859504,0.677686,0.6694215,0.6363636,0.62396693,0.58264464,0.5413223,0.4876033,0.49173555,0.42975205,0.5165289,0.6818182,0.75619835,0.7933884,0.80991733,0.78512394,0.74793386,0.73966944,0.73140496,0.7231405,0.7107438,0.70247936,0.73140496,0.71900827,0.74793386,0.75619835,0.7768595,0.8016529,0.79752064,0.79752064,0.76033056,0.74380165,0.72727275,0.7066116,0.69008267,0.74380165,0.80991733,0.8347107,0.8347107,0.78099173,0.6983471,0.6570248,0.6363636,0.6859504,0.70247936,0.74793386,0.7768595,0.79752064,0.8016529,0.7644628,0.71900827,0.70247936,0.6818182,0.6446281,0.6322314,0.6404959,0.6404959,0.6487603,0.6446281,0.661157,0.6859504,0.6942149,0.71900827,0.73966944,0.73966944,0.6859504,0.6446281,0.677686,0.6446281,0.57438016,0.53305787,0.48347107,0.48347107,0.5041322,0.55785125,0.7107438,0.76859504,0.7892562,0.8140496,0.8140496,0.8057851,0.7892562,0.76859504,0.78099173,0.76859504,0.75206614,0.76859504,0.78099173,0.7892562,0.7933884,0.79752064,0.8140496,0.7892562,0.77272725,0.73966944,0.73140496,0.7107438,0.6942149,0.6652893,0.74380165,0.8264463,0.8347107,0.8305785,0.7768595,0.6983471,0.6363636,0.6280992,0.6694215,0.70247936,0.72727275,0.73140496,0.77272725,0.8057851,0.80991733,0.7933884,0.7768595,0.7644628,0.74380165,0.73140496,0.71487606,0.71487606,0.72727275,0.73140496,0.7355372,0.74380165,0.76033056,0.76859504,0.76033056,0.74380165,0.71900827,0.6694215,0.6570248,0.6528926,0.60330576,0.5247934,0.5082645,0.4090909,0.5123967,0.61157024,0.71900827,0.7644628,0.7933884,0.8057851,0.8181818,0.8181818,0.80991733,0.79752064,0.8057851,0.7892562,0.7933884,0.7892562,0.7933884,0.7933884,0.79752064,0.7892562,0.7892562,0.7644628,0.74793386,0.73140496,0.71900827,0.7107438,0.677686,0.6528926,0.72727275,0.8347107,0.838843,0.8264463,0.78099173,0.6983471,0.6280992,0.62396693,0.6859504,0.69008267,0.70247936,0.71487606,0.74380165,0.7892562,0.8016529,0.8057851,0.8057851,0.8057851,0.79752064,0.7892562,0.7892562,0.8016529,0.7892562,0.79752064,0.7933884,0.7933884,0.8016529,0.79752064,0.7892562,0.75206614,0.71900827,0.6983471,0.6570248,0.6446281,0.61570245,0.5206612,0.5371901,0.40495867,0.3677686,0.6487603,0.71900827,0.7644628,0.77272725,0.7933884,0.80991733,0.822314,0.8140496,0.80991733,0.80991733,0.80991733,0.8140496,0.79752064,0.79752064,0.7768595,0.7933884,0.78512394,0.77272725,0.75206614,0.74380165,0.73140496,0.71487606,0.7231405,0.661157,0.661157,0.7355372,0.8471074,0.8471074,0.822314,0.77272725,0.69008267,0.62396693,0.62396693,0.6859504,0.70247936,0.70247936,0.71900827,0.74793386,0.77272725,0.7933884,0.7933884,0.8016529,0.80991733,0.8140496,0.8057851,0.8057851,0.8140496,0.80991733,0.79752064,0.8140496,0.80991733,0.8140496,0.8057851,0.8016529,0.7644628,0.71900827,0.6983471,0.6487603,0.6280992,0.60330576,0.553719,0.5,0.5247934,0.4090909,0.6487603,0.7066116,0.74380165,0.75619835,0.77272725,0.79752064,0.80991733,0.822314,0.8181818,0.8057851,0.822314,0.8057851,0.80991733,0.8140496,0.7892562,0.7892562,0.7892562,0.78512394,0.75619835,0.73140496,0.73966944,0.7355372,0.7107438,0.677686,0.6859504,0.77272725,0.8512397,0.8471074,0.8264463,0.7768595,0.6983471,0.6404959,0.6198347,0.677686,0.7231405,0.7107438,0.71487606,0.75206614,0.7644628,0.7892562,0.79752064,0.79752064,0.7933884,0.8057851,0.8140496,0.8140496,0.8181818,0.8181818,0.79752064,0.80991733,0.8057851,0.8181818,0.79752064,0.7892562,0.74793386,0.7066116,0.677686,0.6570248,0.61570245,0.59090906,0.5661157,0.4338843,0.5661157,0.5206612,0.6280992,0.6652893,0.71900827,0.74380165,0.76033056,0.78099173,0.7933884,0.80991733,0.8181818,0.8181818,0.822314,0.822314,0.8140496,0.8140496,0.7933884,0.7933884,0.79752064,0.78512394,0.75619835,0.73140496,0.7231405,0.73140496,0.7066116,0.6859504,0.71487606,0.79752064,0.8553719,0.838843,0.8264463,0.77272725,0.69008267,0.6363636,0.6280992,0.6570248,0.69008267,0.6859504,0.6983471,0.74793386,0.76859504,0.7933884,0.79752064,0.79752064,0.79752064,0.8057851,0.822314,0.822314,0.822314,0.8140496,0.80991733,0.8057851,0.8016529,0.7933884,0.7892562,0.7644628,0.73966944,0.7107438,0.6735537,0.6570248,0.61570245,0.58264464,0.5371901,0.3677686,0.54545456,0.553719,0.59090906,0.6404959,0.7066116,0.71900827,0.74380165,0.7644628,0.78099173,0.7933884,0.8057851,0.8140496,0.8057851,0.80991733,0.8016529,0.8057851,0.78099173,0.7933884,0.78099173,0.74793386,0.7066116,0.6983471,0.6983471,0.7066116,0.6942149,0.6942149,0.73966944,0.8140496,0.8471074,0.8429752,0.8181818,0.76033056,0.677686,0.6404959,0.6363636,0.6446281,0.6570248,0.6363636,0.6363636,0.6983471,0.75206614,0.78512394,0.79752064,0.79752064,0.79752064,0.80991733,0.8181818,0.8264463,0.822314,0.822314,0.80991733,0.8016529,0.8016529,0.78099173,0.78099173,0.75206614,0.72727275,0.70247936,0.6570248,0.6446281,0.62396693,0.57438016,0.5,0.338843,0.5206612,0.553719,0.56198347,0.6198347,0.6818182,0.7066116,0.73966944,0.75206614,0.76859504,0.76859504,0.7933884,0.79752064,0.78512394,0.78512394,0.78512394,0.7892562,0.74380165,0.71900827,0.6942149,0.6570248,0.661157,0.6818182,0.70247936,0.7066116,0.69008267,0.7107438,0.76859504,0.8264463,0.8471074,0.838843,0.8057851,0.77272725,0.6942149,0.6363636,0.6280992,0.6363636,0.6652893,0.6487603,0.61570245,0.60330576,0.6652893,0.75206614,0.78099173,0.8016529,0.8057851,0.8057851,0.8140496,0.8264463,0.822314,0.8140496,0.8140496,0.80991733,0.8057851,0.7892562,0.77272725,0.75619835,0.73140496,0.7107438,0.6570248,0.6363636,0.60330576,0.56198347,0.46280992,0.3264463,0.49173555,0.5371901,0.53305787,0.60330576,0.6487603,0.6942149,0.71487606,0.7231405,0.74793386,0.7644628,0.7644628,0.7768595,0.7644628,0.75619835,0.76033056,0.74793386,0.71900827,0.6570248,0.60330576,0.5661157,0.6570248,0.6652893,0.70247936,0.71487606,0.7066116,0.73966944,0.7933884,0.8305785,0.8429752,0.8347107,0.8057851,0.7933884,0.69008267,0.6528926,0.6404959,0.6446281,0.69008267,0.6942149,0.6528926,0.59504133,0.57024795,0.6570248,0.71900827,0.7644628,0.78512394,0.8016529,0.8140496,0.8140496,0.8181818,0.8057851,0.80991733,0.8140496,0.8016529,0.7933884,0.7644628,0.74793386,0.7355372,0.6983471,0.6735537,0.62396693,0.59090906,0.553719,0.46280992,0.30165288,0.4090909,0.48347107,0.5041322,0.57438016,0.6363636,0.677686,0.70247936,0.6983471,0.73140496,0.76033056,0.75619835,0.75206614,0.74380165,0.72727275,0.72727275,0.6859504,0.6487603,0.60330576,0.5495868,0.5123967,0.6652893,0.6942149,0.7107438,0.7066116,0.71487606,0.77272725,0.822314,0.838843,0.8305785,0.8305785,0.822314,0.7892562,0.6942149,0.6694215,0.6446281,0.6652893,0.7066116,0.7107438,0.6818182,0.59917355,0.5413223,0.553719,0.61570245,0.6942149,0.73966944,0.77272725,0.79752064,0.8016529,0.80991733,0.8016529,0.79752064,0.79752064,0.7892562,0.7768595,0.75619835,0.71487606,0.71900827,0.69008267,0.6694215,0.59917355,0.553719,0.5206612,0.45041323,0.3140496,0.3264463,0.38429752,0.45867768,0.53305787,0.60330576,0.6446281,0.677686,0.6983471,0.7066116,0.73140496,0.7355372,0.72727275,0.7231405,0.7066116,0.677686,0.6280992,0.58264464,0.55785125,0.5371901,0.5082645,0.6694215,0.69008267,0.6818182,0.6983471,0.7231405,0.78099173,0.80991733,0.8305785,0.8305785,0.8347107,0.822314,0.7768595,0.6983471,0.6570248,0.6322314,0.6735537,0.70247936,0.71487606,0.6818182,0.59917355,0.53305787,0.5289256,0.5206612,0.60330576,0.6735537,0.71900827,0.76859504,0.7768595,0.7892562,0.79752064,0.78512394,0.76859504,0.75619835,0.75206614,0.73966944,0.6983471,0.6983471,0.677686,0.6280992,0.59090906,0.553719,0.5082645,0.4338843,0.30991736,0.30165288,0.3140496,0.4090909,0.49173555,0.5495868,0.607438,0.6322314,0.6735537,0.6735537,0.71487606,0.6942149,0.69008267,0.6942149,0.6735537,0.6198347,0.56198347,0.5206612,0.5289256,0.54545456,0.5247934,0.59504133,0.58677685,0.59090906,0.6363636,0.71900827,0.76859504,0.79752064,0.8140496,0.8181818,0.8305785,0.8057851,0.75619835,0.677686,0.6280992,0.61570245,0.6446281,0.677686,0.7066116,0.6404959,0.58264464,0.553719,0.58264464,0.5206612,0.5,0.57438016,0.6487603,0.70247936,0.74793386,0.76033056,0.74380165,0.75206614,0.74793386,0.7231405,0.7231405,0.6983471,0.6735537,0.661157,0.6404959,0.607438,0.55785125,0.53305787,0.47933885,0.42975205,0.3140496,0.30991736,0.30578512,0.34710744,0.42975205,0.49586776,0.55785125,0.60330576,0.6322314,0.6528926,0.661157,0.6446281,0.6528926,0.6487603,0.61157024,0.55785125,0.5165289,0.5082645,0.55785125,0.59090906,0.5413223,0.4876033,0.39256197,0.40495867,0.5,0.6570248,0.73966944,0.76033056,0.78099173,0.78512394,0.78512394,0.75619835,0.6983471,0.62396693,0.57024795,0.57438016,0.5661157,0.59504133,0.58677685,0.5661157,0.55785125,0.60330576,0.6363636,0.62396693,0.5289256,0.47933885,0.5495868,0.6322314,0.6859504,0.7066116,0.7107438,0.7066116,0.7066116,0.69008267,0.69008267,0.6570248,0.6363636,0.6322314,0.61157024,0.57024795,0.5289256,0.5123967,0.46280992,0.43801653,0.30991736,0.3140496,0.30578512,0.3181818,0.3553719,0.40082645,0.48347107,0.5495868,0.58677685,0.61157024,0.61570245,0.60330576,0.60330576,0.58264464,0.5371901,0.48347107,0.49173555,0.5495868,0.5785124,0.60330576,0.55785125,0.49586776,0.3264463,0.21487603,0.3264463,0.446281,0.6198347,0.6652893,0.6859504,0.7231405,0.7107438,0.6528926,0.5661157,0.49173555,0.446281,0.40082645,0.30991736,0.28512397,0.3677686,0.44214877,0.553719,0.62396693,0.6404959,0.6528926,0.6446281,0.5206612,0.45454547,0.54545456,0.61157024,0.6487603,0.6694215,0.6446281,0.6652893,0.6528926,0.6446281,0.62396693,0.59917355,0.58677685,0.56198347,0.54545456,0.49173555,0.47933885,0.44214877,0.42975205,0.30578512,0.30578512,0.30991736,0.30991736,0.3305785,0.30578512,0.40082645,0.48347107,0.53305787,0.553719,0.5661157,0.55785125,0.5495868,0.5041322,0.4338843,0.47933885,0.5289256,0.53305787,0.57024795,0.61157024,0.5785124,0.53305787,0.40082645,0.24380165,0.2107438,0.2892562,0.38429752,0.49586776,0.5165289,0.58677685,0.57438016,0.49586776,0.3966942,0.34710744,0.3140496,0.30578512,0.3181818,0.3181818,0.40082645,0.47933885,0.58264464,0.61157024,0.6198347,0.62396693,0.6570248,0.6198347,0.49173555,0.4338843,0.5123967,0.57024795,0.60330576,0.59504133,0.61570245,0.59090906,0.58264464,0.57438016,0.553719,0.54545456,0.5206612,0.48347107,0.45454547,0.4338843,0.4338843,0.41322315,0.30991736,0.30578512,0.30578512,0.30578512,0.3429752,0.29338843,0.3181818,0.4214876,0.49173555,0.5123967,0.5165289,0.5082645,0.45041323,0.4090909,0.47933885,0.5206612,0.5123967,0.54545456,0.5785124,0.607438,0.60330576,0.55785125,0.4752066,0.3429752,0.26859504,0.21900827,0.23553719,0.28512397,0.338843,0.3966942,0.40082645,0.32231405,0.28512397,0.30578512,0.3677686,0.4214876,0.49586776,0.5041322,0.54545456,0.54545456,0.5413223,0.57024795,0.58264464,0.59504133,0.61157024,0.607438,0.5785124,0.48347107,0.4214876,0.45454547,0.5041322,0.5289256,0.55785125,0.5413223,0.5289256,0.5165289,0.49173555,0.49173555,0.47933885,0.45454547,0.42561984,0.41322315,0.42975205,0.36363637,0.30991736,0.30578512,0.3140496,0.30991736,0.30991736,0.35123968,0.29338843,0.37603307,0.47107437,0.48347107,0.4752066,0.446281,0.38842976,0.41735536,0.48347107,0.5206612,0.5495868,0.59504133,0.61570245,0.59090906,0.60330576,0.59090906,0.5371901,0.45041323,0.3553719,0.26859504,0.23553719,0.21487603,0.23966943,0.2644628,0.29338843,0.28099173,0.35123968,0.41735536,0.46694216,0.5041322,0.53305787,0.5413223,0.5289256,0.5371901,0.5371901,0.57024795,0.57438016,0.58264464,0.59504133,0.59090906,0.58677685,0.5785124,0.5123967,0.42975205,0.40495867,0.4338843,0.4752066,0.49173555,0.47107437,0.47107437,0.446281,0.45867768,0.44214877,0.41322315,0.4090909,0.4090909,0.42561984,0.2768595,0.30165288,0.30165288,0.30578512,0.30165288,0.28512397,0.38429752,0.3181818,0.3429752,0.46280992,0.48347107,0.48347107,0.45041323,0.4090909,0.44214877,0.446281,0.48347107,0.5206612,0.58264464,0.62396693,0.58677685,0.58264464,0.61157024,0.5661157,0.5371901,0.47107437,0.36363637,0.30991736,0.2768595,0.2768595,0.29338843,0.3305785,0.3966942,0.45454547,0.5041322,0.5247934,0.5413223,0.5371901,0.54545456,0.5371901,0.5495868,0.57438016,0.5785124,0.5785124,0.59504133,0.61570245,0.57024795,0.59504133,0.6198347,0.59917355,0.53305787,0.45867768,0.36363637,0.37603307,0.4338843,0.42975205,0.42975205,0.44214877,0.45041323,0.42561984,0.39256197,0.4214876,0.41322315,0.3966942,0.27272728,0.29752067,0.29338843,0.30165288,0.30578512,0.28512397,0.33471075,0.39256197,0.32231405,0.45041323,0.5165289,0.5289256,0.5413223,0.49173555,0.45454547,0.46280992,0.45041323,0.43801653,0.49173555,0.5413223,0.5495868,0.5495868,0.59917355,0.5661157,0.5661157,0.54545456,0.47933885,0.44214877,0.39256197,0.37190083,0.41322315,0.41322315,0.42975205,0.46280992,0.5247934,0.57024795,0.5413223,0.5371901,0.54545456,0.553719,0.56198347,0.57438016,0.54545456,0.5495868,0.57438016,0.57438016,0.57024795,0.60330576,0.61570245,0.607438,0.56198347,0.5495868,0.45867768,0.37603307,0.4214876,0.46280992,0.446281,0.45454547,0.45867768,0.38842976,0.41735536,0.42975205,0.42561984,0.35123968,0.23140496,0.29752067,0.30165288,0.29752067,0.30991736,0.29338843,0.29752067,0.41322315,0.338843,0.40495867,0.5371901,0.5785124,0.6363636,0.59917355,0.48347107,0.49586776,0.4752066,0.4338843,0.41735536,0.42561984,0.5041322,0.5123967,0.607438,0.5495868,0.57024795,0.5785124,0.57024795,0.5413223,0.49586776,0.46694216,0.5041322,0.47933885,0.4214876,0.49586776,0.553719,0.57024795,0.5289256,0.5413223,0.56198347,0.55785125,0.57024795,0.57024795,0.5165289,0.5413223,0.5165289,0.5206612,0.5082645,0.553719,0.5661157,0.57438016,0.5289256,0.5371901,0.5041322,0.49173555,0.5165289,0.5082645,0.48347107,0.4876033,0.42561984,0.40082645,0.46280992,0.42561984,0.42561984,0.30991736,0.14049587,0.2892562,0.29752067,0.30165288,0.30578512,0.30165288,0.2768595,0.37603307,0.37603307,0.35123968,0.5206612,0.607438,0.6570248,0.6818182,0.553719,0.5247934,0.5371901,0.5041322,0.48347107,0.41735536,0.3677686,0.46280992,0.53305787,0.5495868,0.58264464,0.55785125,0.58264464,0.5785124,0.553719,0.53305787,0.54545456,0.53305787,0.49586776,0.5371901,0.55785125,0.5289256,0.553719,0.56198347,0.5661157,0.5495868,0.5371901,0.5413223,0.5165289,0.5082645,0.48347107,0.4338843,0.4338843,0.45041323,0.46694216,0.5082645,0.5,0.5247934,0.5289256,0.58677685,0.57438016,0.5247934,0.48347107,0.47107437,0.40495867,0.45041323,0.47933885,0.4090909,0.3677686,0.30165288,0.14049587,0.28512397,0.29752067,0.29338843,0.29752067,0.30165288,0.28512397,0.30991736,0.38429752,0.3305785,0.45041323,0.59504133,0.6528926,0.6983471,0.6528926,0.57438016,0.57024795,0.55785125,0.5495868,0.5289256,0.49173555,0.34710744,0.3181818,0.3966942,0.4752066,0.49586776,0.5371901,0.57024795,0.59090906,0.5785124,0.57024795,0.58677685,0.5661157,0.5785124,0.56198347,0.55785125,0.56198347,0.5413223,0.5165289,0.5,0.47933885,0.46280992,0.41735536,0.39256197,0.38842976,0.3966942,0.4338843,0.46694216,0.47933885,0.5165289,0.53305787,0.5247934,0.58677685,0.6198347,0.55785125,0.5123967,0.4752066,0.4214876,0.4338843,0.48347107,0.46694216,0.36363637,0.32231405,0.29338843,0.10743801,0.29752067,0.30165288,0.2892562,0.29338843,0.29752067,0.30165288,0.28512397,0.35123968,0.3553719,0.35950413,0.5165289,0.61157024,0.6694215,0.69008267,0.6487603,0.59090906,0.58264464,0.5661157,0.5661157,0.59917355,0.58264464,0.49173555,0.35123968,0.3553719,0.37603307,0.41322315,0.45867768,0.53305787,0.5785124,0.59504133,0.61157024,0.59917355,0.57438016,0.54545456,0.5289256,0.49586776,0.46280992,0.41322315,0.41322315,0.4214876,0.44214877,0.446281,0.49586776,0.5289256,0.5289256,0.54545456,0.5495868,0.5413223,0.553719,0.5495868,0.5495868,0.6280992,0.62396693,0.5371901,0.49586776,0.45041323,0.41322315,0.46694216,0.48347107,0.41735536,0.2768595,0.38429752,0.2644628,0.08264463,0.30165288,0.29338843,0.29752067,0.29752067,0.29752067,0.30578512,0.2892562,0.29338843,0.34710744,0.29338843,0.4214876,0.5247934,0.61570245,0.6570248,0.677686,0.61570245,0.59090906,0.58677685,0.5785124,0.60330576,0.59917355,0.60330576,0.5495868,0.49586776,0.46694216,0.446281,0.44214877,0.45454547,0.46694216,0.48347107,0.5,0.5,0.49173555,0.5123967,0.5413223,0.5413223,0.5123967,0.47933885,0.5206612,0.5371901,0.55785125,0.55785125,0.57438016,0.57438016,0.57024795,0.57438016,0.58677685,0.55785125,0.55785125,0.55785125,0.6280992,0.6446281,0.59504133,0.5165289,0.46694216,0.42561984,0.43801653,0.4752066,0.43801653,0.338843,0.23966943,0.46694216,0.19421488,0.07438017,0.30165288,0.2892562,0.29752067,0.30165288,0.29752067,0.29752067,0.30578512,0.2768595,0.30578512,0.32231405,0.3429752,0.446281,0.553719,0.607438,0.6735537,0.6652893,0.6528926,0.6198347,0.60330576,0.59504133,0.59917355,0.59504133,0.58264464,0.59090906,0.59504133,0.58264464,0.62396693,0.71487606,0.7107438,0.62396693,0.57024795,0.55785125,0.607438,0.6404959,0.677686,0.6652893,0.607438,0.59090906,0.59090906,0.55785125,0.5785124,0.57438016,0.59504133,0.59090906,0.59917355,0.61157024,0.607438,0.59504133,0.57438016,0.61570245,0.6322314,0.60330576,0.5289256,0.47933885,0.446281,0.4338843,0.46694216,0.46280992,0.38429752,0.2603306,0.3264463,0.47107437,0.15289256,0.08677686,0.29338843,0.2892562,0.29338843,0.30578512,0.29338843,0.30165288,0.29338843,0.29752067,0.2892562,0.30991736,0.2768595,0.34710744,0.46280992,0.5413223,0.6446281,0.661157,0.6818182,0.6528926,0.59090906,0.59504133,0.59090906,0.59090906,0.58677685,0.60330576,0.61570245,0.61570245,0.6487603,0.76033056,0.8140496,0.7892562,0.7644628,0.71487606,0.73140496,0.73140496,0.71487606,0.6942149,0.661157,0.6363636,0.6198347,0.59917355,0.58264464,0.58264464,0.59917355,0.59917355,0.61570245,0.6322314,0.62396693,0.61570245,0.6198347,0.6198347,0.62396693,0.553719,0.47107437,0.45041323,0.41735536,0.45041323,0.47933885,0.41322315,0.29752067,0.2520661,0.37190083,0.46280992,0.1694215,0.07438017,0.28512397,0.28099173,0.30578512,0.2892562,0.30165288,0.30165288,0.28512397,0.30165288,0.28099173,0.2768595,0.2768595,0.2768595,0.3553719,0.46694216,0.58264464,0.6404959,0.677686,0.69008267,0.59504133,0.58677685,0.58264464,0.57024795,0.5785124,0.59090906,0.60330576,0.6322314,0.661157,0.6942149,0.71900827,0.7107438,0.7066116,0.70247936,0.6859504,0.677686,0.6694215,0.6570248,0.6404959,0.61157024,0.58677685,0.58264464,0.59090906,0.58677685,0.59090906,0.61570245,0.6322314,0.6322314,0.6404959,0.6363636,0.6446281,0.6198347,0.58264464,0.5165289,0.45041323,0.42561984,0.42561984,0.46280992,0.45454547,0.3553719,0.24380165,0.30578512,0.4214876,0.46280992,0.22727273,0.08264463,0.28512397,0.28512397,0.30165288,0.2892562,0.29338843,0.30165288,0.2768595,0.28512397,0.28512397,0.2520661,0.2603306,0.28512397,0.2768595,0.37190083,0.5041322,0.61157024,0.6280992,0.6652893,0.6487603,0.59090906,0.59090906,0.5495868,0.553719,0.55785125,0.55785125,0.58264464,0.6198347,0.6198347,0.61570245,0.61157024,0.59917355,0.59090906,0.5785124,0.58264464,0.58677685,0.58677685,0.5785124,0.5785124,0.5785124,0.5785124,0.59090906,0.59917355,0.59504133,0.6322314,0.6322314,0.6280992,0.6363636,0.6404959,0.6363636,0.59917355,0.5495868,0.4876033,0.446281,0.4338843,0.46280992,0.45867768,0.40082645,0.29338843,0.24793388,0.37603307,0.45041323,0.46280992,0.3181818,0.12396694,0.28512397,0.28512397,0.2892562,0.2892562,0.29338843,0.2603306,0.25619835,0.2644628,0.2520661,0.2520661,0.22727273,0.28099173,0.2892562,0.3140496,0.42561984,0.54545456,0.58264464,0.61157024,0.661157,0.607438,0.59504133,0.55785125,0.53305787,0.5206612,0.5,0.5206612,0.553719,0.553719,0.54545456,0.5495868,0.5495868,0.5123967,0.54545456,0.5495868,0.5371901,0.5371901,0.5165289,0.5289256,0.5661157,0.58264464,0.59504133,0.60330576,0.59917355,0.6280992,0.6404959,0.6363636,0.6322314,0.6198347,0.607438,0.57438016,0.5123967,0.45867768,0.45041323,0.47107437,0.4752066,0.4214876,0.3553719,0.23553719,0.3305785,0.42975205,0.4752066,0.446281,0.3677686,0.19008264,0.28512397,0.2768595,0.2768595,0.2768595,0.27272728,0.2603306,0.25619835,0.24380165,0.2520661,0.25619835,0.19008264,0.1983471,0.3305785,0.3305785,0.37190083,0.49173555,0.5495868,0.58264464,0.62396693,0.6322314,0.59504133,0.5785124,0.5413223,0.5247934,0.49173555,0.48347107,0.5082645,0.49173555,0.5,0.5165289,0.5289256,0.5041322,0.53305787,0.5371901,0.5165289,0.5041322,0.5123967,0.5289256,0.57438016,0.58264464,0.59090906,0.607438,0.59090906,0.62396693,0.6322314,0.6198347,0.61570245,0.60330576,0.57438016,0.5289256,0.4876033,0.45041323,0.45867768,0.5,0.46694216,0.37603307,0.2520661,0.29338843,0.39256197,0.47107437,0.4876033,0.4338843,0.37603307,0.23553719,0.27272728,0.27272728,0.26859504,0.2768595,0.26859504,0.25619835,0.23966943,0.24380165,0.2603306,0.24380165,0.17355372,0.10743801,0.2768595,0.38016528,0.36363637,0.43801653,0.5165289,0.5495868,0.59504133,0.61570245,0.61157024,0.5785124,0.55785125,0.55785125,0.5413223,0.49586776,0.48347107,0.4752066,0.47933885,0.49173555,0.48347107,0.49173555,0.5247934,0.553719,0.5165289,0.49173555,0.5123967,0.5413223,0.5785124,0.59090906,0.59090906,0.60330576,0.60330576,0.61570245,0.6322314,0.6198347,0.6198347,0.5785124,0.55785125,0.5041322,0.48347107,0.46694216,0.47933885,0.47933885,0.4338843,0.30991736,0.2768595,0.338843,0.45041323,0.5082645,0.49173555,0.43801653,0.3677686,0.25619835,0.26859504,0.25619835,0.26859504,0.2603306,0.25619835,0.24793388,0.24380165,0.2520661,0.2644628,0.2107438,0.15289256,0.11570248,0.10330579,0.33471075,0.40082645,0.41735536,0.4876033,0.5371901,0.57438016,0.59917355,0.6198347,0.59917355,0.58677685,0.56198347,0.5661157,0.56198347,0.5123967,0.5041322,0.49586776,0.49173555,0.4876033,0.4876033,0.5,0.53305787,0.5247934,0.5206612,0.5289256,0.553719,0.59090906,0.59090906,0.59917355,0.60330576,0.61157024,0.6322314,0.61570245,0.62396693,0.59917355,0.5495868,0.5123967,0.49173555,0.4876033,0.4752066,0.49586776,0.44214877,0.33471075,0.27272728,0.3264463,0.40495867,0.49173555,0.5165289,0.48347107,0.46694216,0.3553719,0.26859504,0.2603306,0.2520661,0.2603306,0.25619835,0.2520661,0.24793388,0.24793388,0.26859504,0.25619835,0.17355372,0.16528925,0.10330579,0.05785124,0.18181819,0.39256197,0.42561984,0.4752066,0.5247934,0.5495868,0.59504133,0.6280992,0.6446281,0.59917355,0.59090906,0.5785124,0.59090906,0.5661157,0.5413223,0.5206612,0.5041322,0.5041322,0.5165289,0.5206612,0.5165289,0.5206612,0.553719,0.56198347,0.5785124,0.59917355,0.60330576,0.6198347,0.6280992,0.6322314,0.6280992,0.61157024,0.59504133,0.5785124,0.5371901,0.4876033,0.48347107,0.4752066,0.47107437,0.47107437,0.37190083,0.2768595,0.30991736,0.3966942,0.46694216,0.5123967,0.5123967,0.48347107,0.47933885,0.37190083,0.23553719,0.2644628,0.25619835,0.24793388,0.2520661,0.2520661,0.23966943,0.2520661,0.2644628,0.2231405,0.16115703,0.1570248,0.09090909,0.10743801,0.0785124,0.32231405,0.40082645,0.4752066,0.5165289,0.5289256,0.5785124,0.607438,0.6363636,0.6528926,0.6404959,0.61570245,0.62396693,0.607438,0.59090906,0.57438016,0.57024795,0.553719,0.53305787,0.5413223,0.53305787,0.553719,0.59090906,0.59090906,0.60330576,0.6280992,0.6446281,0.6280992,0.6446281,0.6446281,0.6280992,0.60330576,0.5785124,0.56198347,0.5289256,0.5,0.47107437,0.45454547,0.45041323,0.4090909,0.28512397,0.29752067,0.38016528,0.45867768,0.5041322,0.5247934,0.5082645,0.4876033,0.4876033,0.37190083,0.20247933,0.2644628,0.2520661,0.2644628,0.24793388,0.2520661,0.23553719,0.2644628,0.25619835,0.18595041,0.1570248,0.11570248,0.11983471,0.11157025,0.053719006,0.30165288,0.3305785,0.4214876,0.5,0.5289256,0.55785125,0.58264464,0.62396693,0.6735537,0.6652893,0.6652893,0.6694215,0.6280992,0.6446281,0.6446281,0.6363636,0.6280992,0.59917355,0.61157024,0.61570245,0.62396693,0.6322314,0.6363636,0.6446281,0.6570248,0.6570248,0.6363636,0.6570248,0.6528926,0.61570245,0.5785124,0.553719,0.5289256,0.5123967,0.4876033,0.45867768,0.43801653,0.36363637,0.29752067,0.28512397,0.36363637,0.45454547,0.5041322,0.5289256,0.5289256,0.5041322,0.49586776,0.49173555,0.3305785,0.20661157,0.2644628,0.24793388,0.2644628,0.25619835,0.23966943,0.2520661,0.2768595,0.23140496,0.17355372,0.12809917,0.11570248,0.11983471,0.12396694,0.0661157,0.3181818,0.3429752,0.3264463,0.44214877,0.5041322,0.54545456,0.56198347,0.60330576,0.6735537,0.6942149,0.7107438,0.6818182,0.6487603,0.6446281,0.6735537,0.6404959,0.6198347,0.607438,0.6322314,0.6652893,0.661157,0.6570248,0.6652893,0.677686,0.6735537,0.6694215,0.6487603,0.6652893,0.6404959,0.60330576,0.56198347,0.5289256,0.5165289,0.4752066,0.446281,0.4214876,0.35950413,0.2644628,0.2768595,0.3429752,0.4214876,0.5041322,0.5247934,0.53305787,0.53305787,0.5123967,0.49586776,0.47933885,0.30991736,0.20247933,0.25619835,0.2520661,0.25619835,0.23966943,0.20247933,0.2644628,0.28099173,0.21487603,0.16528925,0.1322314,0.11983471,0.12396694,0.10330579,0.08264463,0.3264463,0.37603307,0.3264463,0.32231405,0.45867768,0.5123967,0.5413223,0.58677685,0.6404959,0.6859504,0.71900827,0.69008267,0.661157,0.6570248,0.677686,0.6322314,0.60330576,0.59090906,0.60330576,0.6404959,0.6528926,0.6652893,0.6859504,0.7066116,0.6859504,0.70247936,0.677686,0.6570248,0.61570245,0.58677685,0.54545456,0.5041322,0.5,0.43801653,0.37603307,0.34710744,0.2644628,0.2644628,0.3181818,0.40082645,0.4752066,0.5206612,0.5289256,0.53305787,0.5247934,0.5041322,0.5041322,0.45041323,0.28512397,0.2231405,0.24380165,0.25619835,0.24380165,0.23553719,0.20661157,0.29338843,0.2768595,0.19421488,0.16528925,0.15289256,0.12809917,0.11983471,0.09090909,0.09917355,0.338843,0.3553719,0.39256197,0.29338843,0.36363637,0.47933885,0.5165289,0.55785125,0.60330576,0.6487603,0.677686,0.677686,0.6735537,0.6735537,0.6859504,0.6652893,0.62396693,0.58677685,0.61157024,0.6446281,0.6570248,0.6735537,0.70247936,0.6983471,0.69008267,0.7066116,0.6735537,0.6198347,0.58677685,0.5661157,0.5082645,0.5,0.45867768,0.38429752,0.30165288,0.26859504,0.26859504,0.30991736,0.38016528,0.47107437,0.5206612,0.5413223,0.5413223,0.5371901,0.5247934,0.5041322,0.49173555,0.42561984,0.2644628,0.21900827,0.2520661,0.26859504,0.2520661,0.23966943,0.24793388,0.3264463,0.25619835,0.19421488,0.15289256,0.16528925,0.14049587,0.1322314,0.09090909,0.11983471,0.33471075,0.3553719,0.37190083,0.37603307,0.2644628,0.38842976,0.48347107,0.5413223,0.58677685,0.61570245,0.6280992,0.6487603,0.6652893,0.6694215,0.6735537,0.677686,0.607438,0.5785124,0.6198347,0.62396693,0.6528926,0.6735537,0.6983471,0.6942149,0.677686,0.6818182,0.6528926,0.59504133,0.5661157,0.54545456,0.47107437,0.45867768,0.37190083,0.29752067,0.25619835,0.28512397,0.3140496,0.38016528,0.446281,0.5041322,0.5371901,0.553719,0.5495868,0.5289256,0.5165289,0.49586776,0.48347107,0.38016528,0.2644628,0.23966943,0.28099173,0.26859504,0.24793388,0.20661157,0.28512397,0.33471075,0.24380165,0.22727273,0.17355372,0.1570248,0.14876033,0.1322314,0.09504132,0.14876033,0.3553719,0.35123968,0.34710744,0.39256197,0.35950413,0.2520661,0.4214876,0.5082645,0.5495868,0.57438016,0.59504133,0.6363636,0.6570248,0.661157,0.6363636,0.6446281,0.6487603,0.61570245,0.59917355,0.6363636,0.661157,0.6818182,0.677686,0.6735537,0.6404959,0.6322314,0.607438,0.57024795,0.54545456,0.5247934,0.446281,0.39256197,0.2892562,0.27272728,0.29752067,0.3181818,0.36363637,0.43801653,0.5,0.53305787,0.5495868,0.55785125,0.5413223,0.5247934,0.5041322,0.49586776,0.446281,0.338843,0.2520661,0.24793388,2 +0.17355372,0.16115703,0.16115703,0.2520661,0.36363637,0.45454547,0.5247934,0.61157024,0.6652893,0.6859504,0.6983471,0.7231405,0.73966944,0.75206614,0.7644628,0.76859504,0.78099173,0.7933884,0.8016529,0.80991733,0.822314,0.822314,0.8264463,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8347107,0.8347107,0.8305785,0.8264463,0.8181818,0.8140496,0.8181818,0.822314,0.822314,0.8305785,0.8264463,0.8347107,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.822314,0.822314,0.822314,0.8181818,0.8016529,0.79752064,0.7768595,0.7644628,0.75619835,0.7355372,0.71487606,0.7066116,0.7066116,0.6983471,0.6363636,0.59090906,0.54545456,0.55785125,0.55785125,0.15289256,0.14876033,0.16528925,0.2231405,0.3677686,0.46280992,0.5247934,0.61157024,0.6735537,0.6983471,0.7107438,0.7355372,0.75206614,0.76033056,0.7644628,0.76859504,0.78512394,0.7933884,0.80991733,0.80991733,0.8181818,0.8264463,0.8305785,0.8305785,0.8347107,0.8347107,0.8429752,0.8305785,0.8305785,0.8347107,0.8347107,0.8305785,0.8264463,0.8140496,0.8181818,0.822314,0.8181818,0.8305785,0.8305785,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8264463,0.822314,0.822314,0.80991733,0.8016529,0.7892562,0.77272725,0.75619835,0.74380165,0.74380165,0.72727275,0.7107438,0.7066116,0.6859504,0.6322314,0.58677685,0.55785125,0.5413223,0.553719,0.1446281,0.1446281,0.14049587,0.20247933,0.38016528,0.47107437,0.5289256,0.6280992,0.6942149,0.7107438,0.71900827,0.73966944,0.7644628,0.78099173,0.76033056,0.77272725,0.78512394,0.7933884,0.8016529,0.8140496,0.822314,0.8305785,0.8264463,0.8264463,0.8347107,0.838843,0.838843,0.8264463,0.822314,0.8347107,0.8347107,0.8305785,0.8264463,0.8181818,0.822314,0.822314,0.8140496,0.8264463,0.8264463,0.8347107,0.838843,0.838843,0.8347107,0.8347107,0.8305785,0.8264463,0.8140496,0.8140496,0.8057851,0.7892562,0.7892562,0.75619835,0.75206614,0.73966944,0.7355372,0.73140496,0.71487606,0.71487606,0.6942149,0.6487603,0.59504133,0.5495868,0.55785125,0.54545456,0.13636364,0.14049587,0.12396694,0.19421488,0.37603307,0.47107437,0.53305787,0.6363636,0.6942149,0.7066116,0.71900827,0.73140496,0.74793386,0.7644628,0.76033056,0.7768595,0.7644628,0.77272725,0.7892562,0.7933884,0.8057851,0.8140496,0.80991733,0.8181818,0.8264463,0.838843,0.8471074,0.8264463,0.822314,0.8305785,0.8429752,0.8347107,0.8264463,0.8181818,0.8264463,0.8181818,0.8140496,0.822314,0.822314,0.838843,0.838843,0.8347107,0.838843,0.822314,0.80991733,0.8181818,0.8016529,0.79752064,0.8016529,0.7892562,0.77272725,0.73966944,0.73966944,0.74380165,0.73966944,0.73140496,0.7231405,0.7231405,0.6983471,0.6487603,0.59504133,0.55785125,0.56198347,0.56198347,0.1446281,0.13636364,0.11157025,0.18181819,0.38429752,0.4752066,0.54545456,0.6446281,0.6983471,0.70247936,0.71900827,0.7355372,0.7355372,0.74793386,0.7355372,0.75206614,0.75206614,0.75206614,0.76859504,0.7644628,0.7768595,0.7892562,0.78512394,0.7933884,0.8057851,0.80991733,0.822314,0.8181818,0.822314,0.8471074,0.8429752,0.8347107,0.8181818,0.80991733,0.8140496,0.8181818,0.80991733,0.80991733,0.80991733,0.8140496,0.822314,0.80991733,0.8016529,0.8057851,0.78099173,0.78512394,0.7768595,0.76859504,0.78099173,0.77272725,0.76033056,0.73966944,0.73966944,0.75206614,0.75206614,0.73966944,0.7355372,0.71900827,0.7066116,0.6487603,0.59917355,0.56198347,0.57024795,0.553719,0.15289256,0.14049587,0.11157025,0.17355372,0.4090909,0.47933885,0.5495868,0.6570248,0.6983471,0.7107438,0.71487606,0.73140496,0.72727275,0.73140496,0.7107438,0.74380165,0.72727275,0.72727275,0.74793386,0.7355372,0.74793386,0.75619835,0.76859504,0.7768595,0.78099173,0.77272725,0.7768595,0.7768595,0.8057851,0.8264463,0.8305785,0.822314,0.7933884,0.78512394,0.78512394,0.8057851,0.79752064,0.78099173,0.77272725,0.78099173,0.77272725,0.75206614,0.73966944,0.74793386,0.74793386,0.73140496,0.7355372,0.74380165,0.74793386,0.73966944,0.73140496,0.7355372,0.74793386,0.76033056,0.75206614,0.74793386,0.7355372,0.7355372,0.71487606,0.6652893,0.59090906,0.5495868,0.5661157,0.53305787,0.1694215,0.14049587,0.1322314,0.15289256,0.4090909,0.46280992,0.56198347,0.6570248,0.6818182,0.6818182,0.6983471,0.7066116,0.71487606,0.71487606,0.6983471,0.71900827,0.71487606,0.6983471,0.71900827,0.7107438,0.7107438,0.7066116,0.7355372,0.74793386,0.75206614,0.74380165,0.75206614,0.76033056,0.76859504,0.7933884,0.79752064,0.79752064,0.7644628,0.76033056,0.75619835,0.7644628,0.76033056,0.74380165,0.72727275,0.74380165,0.7107438,0.6694215,0.6570248,0.62396693,0.6322314,0.6322314,0.6570248,0.6570248,0.6528926,0.6487603,0.6528926,0.661157,0.661157,0.6652893,0.71900827,0.6942149,0.661157,0.661157,0.6735537,0.6404959,0.58264464,0.5413223,0.5495868,0.5289256,0.18595041,0.16115703,0.14049587,0.13636364,0.4090909,0.45867768,0.55785125,0.6570248,0.6280992,0.6280992,0.6404959,0.6487603,0.6818182,0.661157,0.60330576,0.607438,0.61157024,0.59917355,0.6322314,0.61570245,0.6404959,0.6446281,0.6652893,0.7066116,0.71900827,0.71900827,0.73140496,0.73966944,0.7355372,0.75619835,0.75619835,0.75206614,0.75619835,0.74380165,0.7355372,0.74380165,0.7066116,0.6859504,0.6694215,0.69008267,0.6446281,0.607438,0.5785124,0.5082645,0.48347107,0.5082645,0.5082645,0.49173555,0.5206612,0.5247934,0.5413223,0.57024795,0.58264464,0.5661157,0.58677685,0.59090906,0.5785124,0.553719,0.54545456,0.5371901,0.553719,0.5289256,0.54545456,0.5413223,0.19421488,0.17768595,0.16528925,0.11983471,0.39256197,0.47107437,0.5247934,0.54545456,0.5247934,0.5371901,0.5413223,0.59090906,0.61570245,0.57024795,0.49173555,0.4876033,0.49173555,0.47107437,0.4752066,0.45041323,0.5,0.5289256,0.58264464,0.6280992,0.661157,0.6735537,0.69008267,0.70247936,0.70247936,0.7231405,0.73140496,0.71487606,0.73966944,0.73140496,0.72727275,0.73966944,0.6859504,0.6652893,0.62396693,0.61157024,0.5785124,0.55785125,0.5082645,0.44214877,0.4338843,0.40495867,0.38016528,0.38429752,0.4090909,0.41735536,0.4338843,0.4876033,0.5082645,0.553719,0.55785125,0.5206612,0.49173555,0.45867768,0.46694216,0.446281,0.47933885,0.48347107,0.5123967,0.5495868,0.1983471,0.19421488,0.1983471,0.10330579,0.3553719,0.46280992,0.43801653,0.446281,0.45454547,0.4338843,0.45454547,0.5165289,0.5247934,0.4876033,0.43801653,0.40082645,0.3966942,0.38842976,0.40082645,0.38429752,0.3677686,0.39256197,0.47107437,0.5041322,0.5495868,0.59504133,0.6280992,0.661157,0.677686,0.7066116,0.72727275,0.7107438,0.71487606,0.72727275,0.7355372,0.7231405,0.6859504,0.6446281,0.59090906,0.5413223,0.53305787,0.5082645,0.4752066,0.4338843,0.41322315,0.4090909,0.39256197,0.41322315,0.42975205,0.4338843,0.4338843,0.45454547,0.45041323,0.47107437,0.5,0.4752066,0.47107437,0.49173555,0.49173555,0.4752066,0.46280992,0.446281,0.45041323,0.5206612,0.2107438,0.23966943,0.23553719,0.11157025,0.3181818,0.4752066,0.4338843,0.42975205,0.4214876,0.39256197,0.38842976,0.45867768,0.47933885,0.4752066,0.47933885,0.47107437,0.46694216,0.45454547,0.4214876,0.37190083,0.3677686,0.35950413,0.39256197,0.4338843,0.45041323,0.5123967,0.57438016,0.61570245,0.661157,0.6983471,0.7355372,0.74380165,0.72727275,0.73966944,0.73966944,0.72727275,0.661157,0.6404959,0.58677685,0.5247934,0.5,0.49173555,0.49173555,0.4876033,0.5,0.53305787,0.5661157,0.60330576,0.6280992,0.6363636,0.6322314,0.607438,0.59090906,0.58264464,0.5661157,0.5371901,0.5247934,0.553719,0.57024795,0.5247934,0.47107437,0.45041323,0.44214877,0.5082645,0.17768595,0.20247933,0.21900827,0.1322314,0.3140496,0.49586776,0.46280992,0.43801653,0.42975205,0.43801653,0.45454547,0.49173555,0.55785125,0.59917355,0.6280992,0.6528926,0.677686,0.6859504,0.6735537,0.62396693,0.5661157,0.49586776,0.46280992,0.45041323,0.4338843,0.45041323,0.5123967,0.58264464,0.6446281,0.6983471,0.74793386,0.75619835,0.75619835,0.74793386,0.76859504,0.75619835,0.6735537,0.6198347,0.553719,0.5165289,0.5206612,0.5371901,0.56198347,0.5785124,0.59090906,0.59504133,0.6363636,0.677686,0.72727275,0.75206614,0.74793386,0.74793386,0.74380165,0.7231405,0.6942149,0.661157,0.61570245,0.59504133,0.60330576,0.58264464,0.5247934,0.47933885,0.46280992,0.5165289,0.14876033,0.18181819,0.23553719,0.17768595,0.3264463,0.5082645,0.4752066,0.446281,0.43801653,0.5,0.56198347,0.5785124,0.6198347,0.6487603,0.661157,0.6735537,0.6735537,0.6735537,0.677686,0.661157,0.6528926,0.6446281,0.6198347,0.57438016,0.5206612,0.46280992,0.46694216,0.5495868,0.6446281,0.7066116,0.74380165,0.77272725,0.78512394,0.77272725,0.78099173,0.77272725,0.69008267,0.59917355,0.5289256,0.53305787,0.553719,0.5785124,0.59917355,0.57438016,0.5495868,0.5413223,0.5661157,0.57024795,0.6363636,0.6818182,0.70247936,0.6983471,0.70247936,0.7066116,0.69008267,0.677686,0.6404959,0.60330576,0.59504133,0.59504133,0.56198347,0.5371901,0.5206612,0.5165289,0.11983471,0.18595041,0.2231405,0.17768595,0.3264463,0.5413223,0.5,0.45867768,0.45454547,0.5206612,0.5413223,0.54545456,0.5289256,0.53305787,0.5413223,0.57438016,0.59917355,0.6446281,0.6363636,0.57438016,0.5495868,0.5661157,0.607438,0.62396693,0.60330576,0.5371901,0.45867768,0.5,0.6446281,0.73140496,0.76859504,0.7892562,0.8057851,0.8057851,0.8016529,0.8016529,0.70247936,0.5785124,0.5247934,0.53305787,0.55785125,0.5661157,0.553719,0.5165289,0.49173555,0.53305787,0.5785124,0.6198347,0.6818182,0.6859504,0.6652893,0.6280992,0.61570245,0.61570245,0.59917355,0.61157024,0.59917355,0.58264464,0.58264464,0.5785124,0.59917355,0.59504133,0.60330576,0.553719,0.11983471,0.19421488,0.19008264,0.16115703,0.3429752,0.56198347,0.5661157,0.5165289,0.48347107,0.5041322,0.42975205,0.38842976,0.47107437,0.5661157,0.6404959,0.69008267,0.71900827,0.6942149,0.6652893,0.6363636,0.5785124,0.5206612,0.5206612,0.5413223,0.59504133,0.58264464,0.49173555,0.45454547,0.59917355,0.7355372,0.7933884,0.8016529,0.8140496,0.822314,0.80991733,0.8016529,0.69008267,0.56198347,0.5371901,0.5413223,0.553719,0.5247934,0.5,0.5082645,0.5247934,0.5661157,0.6322314,0.6818182,0.7231405,0.72727275,0.70247936,0.6942149,0.6363636,0.59917355,0.5371901,0.5041322,0.5041322,0.5413223,0.59090906,0.61570245,0.6280992,0.661157,0.59504133,0.59090906,0.14049587,0.21487603,0.17355372,0.1570248,0.3677686,0.5495868,0.58264464,0.58677685,0.53305787,0.49586776,0.38016528,0.34710744,0.5041322,0.5371901,0.4876033,0.46280992,0.446281,0.42561984,0.446281,0.5082645,0.57438016,0.5413223,0.49586776,0.5,0.5206612,0.58677685,0.49586776,0.47107437,0.56198347,0.73966944,0.7892562,0.8140496,0.8264463,0.8305785,0.8140496,0.8016529,0.6528926,0.5785124,0.56198347,0.61570245,0.57438016,0.4876033,0.4214876,0.43801653,0.45454547,0.3553719,0.3181818,0.35123968,0.4338843,0.5123967,0.55785125,0.59090906,0.59504133,0.59917355,0.5495868,0.49173555,0.4752066,0.49173555,0.57438016,0.61157024,0.62396693,0.60330576,0.60330576,0.59917355,0.14876033,0.2603306,0.19421488,0.15289256,0.40495867,0.55785125,0.54545456,0.55785125,0.5371901,0.5165289,0.43801653,0.3553719,0.37190083,0.39256197,0.30578512,0.3305785,0.21487603,0.1694215,0.25619835,0.38842976,0.55785125,0.60330576,0.48347107,0.46280992,0.47933885,0.59917355,0.59090906,0.5041322,0.553719,0.72727275,0.7892562,0.822314,0.8347107,0.8347107,0.8181818,0.8057851,0.6528926,0.58264464,0.607438,0.70247936,0.5495868,0.55785125,0.46694216,0.4876033,0.5289256,0.3966942,0.25619835,0.17355372,0.1446281,0.23553719,0.32231405,0.44214877,0.48347107,0.47107437,0.4752066,0.4752066,0.5,0.5371901,0.59090906,0.6322314,0.61570245,0.59917355,0.59504133,0.54545456,0.14876033,0.2520661,0.23553719,0.16528925,0.4338843,0.59090906,0.58264464,0.5206612,0.5123967,0.553719,0.553719,0.4876033,0.47107437,0.47933885,0.4338843,0.41322315,0.3553719,0.28099173,0.37603307,0.49586776,0.61157024,0.6446281,0.58677685,0.57438016,0.59504133,0.5495868,0.74380165,0.59917355,0.57024795,0.6859504,0.78512394,0.8181818,0.838843,0.8347107,0.822314,0.8057851,0.661157,0.59090906,0.6446281,0.71900827,0.6942149,0.69008267,0.607438,0.58264464,0.607438,0.5413223,0.45041323,0.35123968,0.29752067,0.3429752,0.3677686,0.49173555,0.5165289,0.5041322,0.5206612,0.55785125,0.60330576,0.6322314,0.607438,0.59090906,0.59504133,0.6363636,0.6363636,0.58264464,0.22727273,0.23966943,0.24793388,0.18181819,0.45041323,0.58677685,0.6322314,0.6280992,0.61570245,0.6280992,0.6652893,0.61157024,0.58677685,0.58677685,0.61570245,0.5371901,0.55785125,0.5371901,0.57024795,0.61570245,0.6528926,0.6570248,0.6735537,0.7107438,0.75206614,0.76033056,0.75206614,0.70247936,0.6198347,0.6570248,0.77272725,0.8140496,0.8429752,0.838843,0.822314,0.7892562,0.6528926,0.59504133,0.677686,0.71900827,0.6942149,0.7107438,0.6818182,0.6487603,0.6487603,0.6694215,0.661157,0.61157024,0.58677685,0.57438016,0.5661157,0.58264464,0.607438,0.607438,0.6363636,0.6404959,0.6487603,0.677686,0.6942149,0.6818182,0.6528926,0.6694215,0.6570248,0.61157024,0.3264463,0.28099173,0.24380165,0.17768595,0.4876033,0.6280992,0.6818182,0.677686,0.71487606,0.6983471,0.6983471,0.661157,0.6280992,0.62396693,0.62396693,0.6198347,0.62396693,0.6280992,0.6404959,0.6404959,0.6487603,0.6363636,0.677686,0.72727275,0.74793386,0.76859504,0.75619835,0.74380165,0.6528926,0.661157,0.7644628,0.80991733,0.8347107,0.838843,0.8140496,0.7644628,0.6487603,0.607438,0.6818182,0.74793386,0.7107438,0.70247936,0.69008267,0.6859504,0.6652893,0.661157,0.661157,0.661157,0.6694215,0.6735537,0.6487603,0.6446281,0.6652893,0.6570248,0.6528926,0.6694215,0.69008267,0.7107438,0.6942149,0.69008267,0.69008267,0.677686,0.661157,0.6404959,0.40082645,0.3429752,0.27272728,0.20247933,0.5165289,0.6322314,0.69008267,0.73140496,0.73140496,0.7107438,0.6652893,0.6859504,0.6528926,0.607438,0.59917355,0.58677685,0.5785124,0.57438016,0.60330576,0.61570245,0.6528926,0.6983471,0.7355372,0.74793386,0.75206614,0.75619835,0.75206614,0.72727275,0.661157,0.6652893,0.75206614,0.80991733,0.8305785,0.8305785,0.79752064,0.7355372,0.6487603,0.6322314,0.6942149,0.75206614,0.76859504,0.75206614,0.72727275,0.72727275,0.7066116,0.69008267,0.6694215,0.6322314,0.6198347,0.61157024,0.59504133,0.60330576,0.6198347,0.6198347,0.6735537,0.70247936,0.69008267,0.6942149,0.6983471,0.7066116,0.6859504,0.6652893,0.6528926,0.6404959,0.43801653,0.3966942,0.3140496,0.23140496,0.47933885,0.6570248,0.7107438,0.74793386,0.74380165,0.74793386,0.7107438,0.7107438,0.7107438,0.661157,0.62396693,0.59917355,0.61570245,0.62396693,0.6570248,0.7066116,0.71900827,0.7355372,0.75619835,0.7768595,0.7768595,0.76859504,0.74380165,0.71900827,0.6652893,0.6694215,0.75206614,0.80991733,0.8347107,0.8264463,0.78512394,0.7107438,0.661157,0.6446281,0.6735537,0.73140496,0.77272725,0.7768595,0.78512394,0.76859504,0.74793386,0.72727275,0.71900827,0.6859504,0.677686,0.677686,0.6735537,0.677686,0.69008267,0.69008267,0.6570248,0.70247936,0.7066116,0.7231405,0.75206614,0.7355372,0.69008267,0.6570248,0.6652893,0.6487603,0.44214877,0.44214877,0.38842976,0.2644628,0.49586776,0.6404959,0.70247936,0.74793386,0.7768595,0.77272725,0.74380165,0.73140496,0.75206614,0.75206614,0.74380165,0.69008267,0.71900827,0.7066116,0.71487606,0.74380165,0.75619835,0.76859504,0.7892562,0.7933884,0.77272725,0.75206614,0.73140496,0.71487606,0.6735537,0.6652893,0.76033056,0.8181818,0.8347107,0.8305785,0.77272725,0.69008267,0.6446281,0.6404959,0.6735537,0.7066116,0.7355372,0.75206614,0.78099173,0.8016529,0.7892562,0.7644628,0.76033056,0.75206614,0.73140496,0.71487606,0.6983471,0.7107438,0.7107438,0.71487606,0.7107438,0.73140496,0.73966944,0.76033056,0.75619835,0.75206614,0.7231405,0.6818182,0.6694215,0.6570248,0.42975205,0.45867768,0.45041323,0.32231405,0.47933885,0.6404959,0.71900827,0.7644628,0.78099173,0.7892562,0.78512394,0.7768595,0.78099173,0.78099173,0.7892562,0.75206614,0.74793386,0.7644628,0.76859504,0.78512394,0.7768595,0.7892562,0.8057851,0.77272725,0.74380165,0.72727275,0.71487606,0.70247936,0.6652893,0.6528926,0.75619835,0.8305785,0.8347107,0.822314,0.78099173,0.6942149,0.6446281,0.6363636,0.6735537,0.7066116,0.71487606,0.71900827,0.76033056,0.78512394,0.80991733,0.7933884,0.79752064,0.79752064,0.7892562,0.78099173,0.78099173,0.78512394,0.78512394,0.77272725,0.7644628,0.7768595,0.7768595,0.7892562,0.7892562,0.7644628,0.72727275,0.70247936,0.6694215,0.6570248,0.42561984,0.46280992,0.46280992,0.40082645,0.5123967,0.6694215,0.73966944,0.76859504,0.78512394,0.79752064,0.79752064,0.7933884,0.7892562,0.78512394,0.78512394,0.78512394,0.77272725,0.78512394,0.7644628,0.8057851,0.78512394,0.7768595,0.78099173,0.75619835,0.73140496,0.71900827,0.7107438,0.6983471,0.6652893,0.6404959,0.75206614,0.838843,0.8429752,0.822314,0.78099173,0.70247936,0.6322314,0.6363636,0.6818182,0.71487606,0.7066116,0.71487606,0.74793386,0.7644628,0.8057851,0.78512394,0.79752064,0.8057851,0.8057851,0.79752064,0.7933884,0.8057851,0.8016529,0.7892562,0.7892562,0.79752064,0.7933884,0.79752064,0.7933884,0.77272725,0.72727275,0.6983471,0.6694215,0.6446281,0.40082645,0.46694216,0.41735536,0.446281,0.553719,0.677686,0.7355372,0.7644628,0.78099173,0.7892562,0.8016529,0.79752064,0.7933884,0.79752064,0.7933884,0.7933884,0.7933884,0.78512394,0.76859504,0.78099173,0.7933884,0.7768595,0.76033056,0.74380165,0.73140496,0.7231405,0.71487606,0.69008267,0.6570248,0.661157,0.75206614,0.8429752,0.8429752,0.8264463,0.78099173,0.6942149,0.6363636,0.6322314,0.6859504,0.72727275,0.7231405,0.7231405,0.74380165,0.7644628,0.7892562,0.7892562,0.7933884,0.79752064,0.8057851,0.80991733,0.8016529,0.8057851,0.8140496,0.79752064,0.7933884,0.8016529,0.8016529,0.79752064,0.79752064,0.74380165,0.72727275,0.677686,0.6735537,0.6446281,0.35123968,0.5,0.40495867,0.36363637,0.54545456,0.677686,0.72727275,0.75206614,0.76033056,0.78512394,0.7933884,0.80991733,0.8057851,0.8057851,0.8016529,0.80991733,0.79752064,0.79752064,0.78512394,0.7768595,0.78512394,0.7892562,0.76859504,0.74380165,0.72727275,0.7355372,0.72727275,0.6942149,0.661157,0.6818182,0.78099173,0.8512397,0.8429752,0.8305785,0.78099173,0.7066116,0.6446281,0.6363636,0.6735537,0.71900827,0.7231405,0.71900827,0.73966944,0.75206614,0.7892562,0.78512394,0.7933884,0.7933884,0.7892562,0.8181818,0.8140496,0.8181818,0.8181818,0.8016529,0.79752064,0.8016529,0.7933884,0.7933884,0.76859504,0.73966944,0.71900827,0.69008267,0.6735537,0.6404959,0.30165288,0.45867768,0.4876033,0.3966942,0.53305787,0.661157,0.6983471,0.72727275,0.74793386,0.76859504,0.78512394,0.79752064,0.80991733,0.8057851,0.8016529,0.8140496,0.8016529,0.8016529,0.7933884,0.78099173,0.78099173,0.7933884,0.76859504,0.74793386,0.71487606,0.71900827,0.7231405,0.6983471,0.6735537,0.7107438,0.7892562,0.8429752,0.8347107,0.8305785,0.7768595,0.6942149,0.6487603,0.6404959,0.661157,0.6818182,0.6735537,0.6735537,0.7231405,0.75206614,0.78099173,0.7933884,0.79752064,0.7892562,0.79752064,0.80991733,0.8181818,0.822314,0.8181818,0.80991733,0.8016529,0.79752064,0.78512394,0.78099173,0.7644628,0.73140496,0.7231405,0.6652893,0.6528926,0.6404959,0.28512397,0.38016528,0.53305787,0.49586776,0.5413223,0.6198347,0.6652893,0.70247936,0.73140496,0.74793386,0.77272725,0.77272725,0.7933884,0.8016529,0.8016529,0.80991733,0.8016529,0.7892562,0.7892562,0.7768595,0.78099173,0.7768595,0.71900827,0.6942149,0.6859504,0.69008267,0.6942149,0.6818182,0.677686,0.73140496,0.8057851,0.838843,0.838843,0.8140496,0.76859504,0.70247936,0.6446281,0.6404959,0.6487603,0.6652893,0.6404959,0.607438,0.6280992,0.69008267,0.75206614,0.78512394,0.79752064,0.79752064,0.8016529,0.80991733,0.822314,0.822314,0.8181818,0.80991733,0.8016529,0.8016529,0.7933884,0.77272725,0.7644628,0.73140496,0.7355372,0.677686,0.6322314,0.6198347,0.29752067,0.30578512,0.49586776,0.53305787,0.53305787,0.58677685,0.6363636,0.677686,0.7107438,0.7231405,0.7644628,0.75619835,0.76859504,0.79752064,0.78099173,0.78512394,0.78099173,0.78099173,0.7768595,0.73966944,0.7231405,0.70247936,0.6404959,0.6528926,0.677686,0.6859504,0.71487606,0.6818182,0.6859504,0.75206614,0.8140496,0.8429752,0.8347107,0.80991733,0.7768595,0.71900827,0.6446281,0.6446281,0.6322314,0.6818182,0.6859504,0.6446281,0.59090906,0.58677685,0.6694215,0.73966944,0.7768595,0.78512394,0.79752064,0.8057851,0.8181818,0.8181818,0.80991733,0.8057851,0.80991733,0.8016529,0.7933884,0.7768595,0.7644628,0.73966944,0.7107438,0.6818182,0.6487603,0.59504133,0.30165288,0.28512397,0.45454547,0.54545456,0.5123967,0.5495868,0.61157024,0.6570248,0.6942149,0.71900827,0.72727275,0.75619835,0.74380165,0.78099173,0.7644628,0.75619835,0.75619835,0.75206614,0.74793386,0.70247936,0.6528926,0.607438,0.57024795,0.6487603,0.6487603,0.69008267,0.7066116,0.6818182,0.71900827,0.7768595,0.822314,0.838843,0.8347107,0.8140496,0.78512394,0.7231405,0.6694215,0.6528926,0.6528926,0.70247936,0.7231405,0.6942149,0.6280992,0.56198347,0.57438016,0.6404959,0.6983471,0.74380165,0.77272725,0.8016529,0.8016529,0.80991733,0.8016529,0.79752064,0.7933884,0.7892562,0.78512394,0.77272725,0.7355372,0.71900827,0.70247936,0.6735537,0.6280992,0.57438016,0.30991736,0.27272728,0.40495867,0.5371901,0.49173555,0.5082645,0.58677685,0.6322314,0.6694215,0.6942149,0.6942149,0.7355372,0.73966944,0.7355372,0.74793386,0.73140496,0.73140496,0.7231405,0.6983471,0.6487603,0.60330576,0.54545456,0.5123967,0.6487603,0.6942149,0.7066116,0.6942149,0.6859504,0.75206614,0.8016529,0.8305785,0.8347107,0.8305785,0.822314,0.78512394,0.72727275,0.6818182,0.6528926,0.6570248,0.7107438,0.73140496,0.6942149,0.6280992,0.5413223,0.5247934,0.5371901,0.607438,0.6818182,0.7231405,0.76859504,0.78099173,0.78512394,0.79752064,0.7892562,0.77272725,0.7768595,0.75619835,0.74793386,0.71487606,0.70247936,0.6942149,0.6528926,0.60330576,0.56198347,0.30165288,0.28099173,0.33471075,0.46694216,0.47933885,0.47107437,0.55785125,0.6198347,0.6570248,0.6694215,0.6818182,0.7107438,0.73966944,0.7355372,0.7231405,0.7231405,0.7066116,0.6818182,0.6404959,0.59504133,0.5661157,0.5206612,0.5082645,0.6404959,0.6859504,0.677686,0.661157,0.6983471,0.76033056,0.7933884,0.822314,0.8264463,0.8347107,0.8305785,0.7892562,0.71487606,0.6694215,0.6322314,0.6694215,0.6983471,0.7355372,0.69008267,0.6198347,0.5413223,0.5495868,0.5206612,0.5123967,0.5785124,0.6528926,0.7107438,0.73966944,0.76033056,0.76033056,0.76033056,0.75619835,0.73966944,0.73140496,0.71900827,0.6859504,0.677686,0.661157,0.6198347,0.57438016,0.54545456,0.29752067,0.30165288,0.29752067,0.3305785,0.40495867,0.44214877,0.5082645,0.57438016,0.62396693,0.6446281,0.6735537,0.677686,0.7107438,0.7066116,0.6942149,0.6983471,0.6859504,0.6280992,0.5785124,0.5413223,0.5289256,0.5123967,0.5041322,0.59090906,0.59504133,0.5785124,0.60330576,0.677686,0.74793386,0.78099173,0.8016529,0.80991733,0.8181818,0.8140496,0.77272725,0.70247936,0.6363636,0.607438,0.62396693,0.6363636,0.677686,0.6322314,0.5785124,0.57024795,0.59917355,0.59504133,0.5082645,0.4876033,0.56198347,0.6322314,0.6859504,0.71900827,0.7231405,0.71900827,0.72727275,0.6942149,0.6983471,0.6818182,0.6487603,0.6446281,0.62396693,0.59917355,0.5495868,0.5206612,0.30578512,0.2892562,0.29338843,0.28512397,0.30165288,0.38429752,0.45454547,0.5247934,0.57438016,0.60330576,0.6363636,0.6487603,0.6735537,0.661157,0.661157,0.6652893,0.6446281,0.5785124,0.5247934,0.5082645,0.5413223,0.553719,0.5082645,0.47933885,0.4090909,0.40495867,0.46280992,0.5785124,0.6942149,0.74793386,0.75619835,0.76859504,0.77272725,0.75619835,0.7066116,0.6363636,0.56198347,0.54545456,0.5289256,0.5082645,0.49586776,0.5165289,0.5289256,0.59504133,0.6280992,0.6446281,0.61570245,0.5082645,0.45867768,0.5495868,0.6198347,0.661157,0.6818182,0.6652893,0.677686,0.677686,0.6694215,0.6487603,0.62396693,0.61157024,0.59090906,0.5661157,0.5165289,0.5,0.29338843,0.29338843,0.29752067,0.30165288,0.29752067,0.3305785,0.38016528,0.446281,0.5165289,0.56198347,0.59917355,0.61570245,0.6198347,0.61570245,0.61157024,0.61157024,0.56198347,0.5123967,0.4752066,0.5206612,0.56198347,0.5785124,0.5413223,0.48347107,0.34710744,0.2231405,0.28099173,0.40082645,0.5371901,0.6280992,0.6570248,0.6859504,0.7066116,0.661157,0.5661157,0.47933885,0.43801653,0.37603307,0.3181818,0.27272728,0.3305785,0.42561984,0.53305787,0.60330576,0.6322314,0.6322314,0.6528926,0.6280992,0.4876033,0.44214877,0.5289256,0.57438016,0.6280992,0.61570245,0.62396693,0.61157024,0.607438,0.59504133,0.58677685,0.5661157,0.5495868,0.5247934,0.48347107,0.46280992,0.29338843,0.2892562,0.29338843,0.29338843,0.28512397,0.3264463,0.30578512,0.34710744,0.4338843,0.5,0.5413223,0.5661157,0.57438016,0.57438016,0.56198347,0.5413223,0.48347107,0.44214877,0.5082645,0.54545456,0.56198347,0.59090906,0.56198347,0.5206612,0.40495867,0.2520661,0.20661157,0.2603306,0.3429752,0.44214877,0.48347107,0.5289256,0.56198347,0.5123967,0.3966942,0.33471075,0.30578512,0.3181818,0.37603307,0.40082645,0.45041323,0.5123967,0.5413223,0.57438016,0.59504133,0.61157024,0.6322314,0.6363636,0.58677685,0.4752066,0.4214876,0.46280992,0.5289256,0.5413223,0.57024795,0.57024795,0.5495868,0.5413223,0.53305787,0.5165289,0.5165289,0.4876033,0.45454547,0.4338843,0.2892562,0.2768595,0.30991736,0.29752067,0.2892562,0.3140496,0.30578512,0.27272728,0.33471075,0.42975205,0.4876033,0.5165289,0.5289256,0.5247934,0.5,0.446281,0.42975205,0.5041322,0.49586776,0.5206612,0.55785125,0.58264464,0.59917355,0.553719,0.46694216,0.3429752,0.2603306,0.23553719,0.22727273,0.2520661,0.30578512,0.338843,0.36363637,0.3305785,0.2768595,0.30991736,0.37603307,0.43801653,0.5041322,0.5165289,0.5371901,0.5371901,0.5247934,0.5495868,0.58264464,0.59504133,0.59917355,0.60330576,0.59090906,0.55785125,0.5,0.4214876,0.43801653,0.45454547,0.49586776,0.5123967,0.5,0.49173555,0.47933885,0.4752066,0.47933885,0.44214877,0.42561984,0.42561984,0.29338843,0.29338843,0.29752067,0.30165288,0.29338843,0.29752067,0.3140496,0.28512397,0.26859504,0.3553719,0.446281,0.47107437,0.4876033,0.47933885,0.41735536,0.3966942,0.47107437,0.5123967,0.5165289,0.56198347,0.59504133,0.59090906,0.59917355,0.59090906,0.5289256,0.44214877,0.338843,0.26859504,0.22727273,0.2231405,0.2107438,0.22727273,0.26859504,0.28099173,0.34710744,0.43801653,0.48347107,0.5041322,0.5289256,0.53305787,0.53305787,0.5206612,0.56198347,0.56198347,0.59504133,0.58677685,0.6198347,0.59917355,0.59090906,0.59917355,0.59504133,0.5371901,0.45454547,0.3966942,0.39256197,0.43801653,0.45867768,0.44214877,0.446281,0.45041323,0.45867768,0.4214876,0.42561984,0.4338843,0.28512397,0.29338843,0.29338843,0.29752067,0.29752067,0.2892562,0.29338843,0.32231405,0.28512397,0.29752067,0.4214876,0.46694216,0.47107437,0.446281,0.39256197,0.41322315,0.446281,0.4876033,0.5123967,0.58264464,0.60330576,0.60330576,0.57024795,0.59504133,0.57024795,0.5206612,0.446281,0.3553719,0.28512397,0.28512397,0.27272728,0.2892562,0.35123968,0.38429752,0.45454547,0.5041322,0.5289256,0.5371901,0.5371901,0.5289256,0.5495868,0.5289256,0.57024795,0.58264464,0.59090906,0.5661157,0.6280992,0.60330576,0.59504133,0.61570245,0.6322314,0.5785124,0.55785125,0.5,0.3677686,0.39256197,0.45041323,0.46280992,0.44214877,0.45867768,0.446281,0.4090909,0.42975205,0.44214877,0.2892562,0.29338843,0.29752067,0.29752067,0.29752067,0.29752067,0.27272728,0.3305785,0.3429752,0.28099173,0.38842976,0.47107437,0.4876033,0.49586776,0.45454547,0.43801653,0.44214877,0.46694216,0.446281,0.5206612,0.5371901,0.58677685,0.5371901,0.5785124,0.5785124,0.553719,0.5371901,0.4752066,0.42975205,0.41322315,0.38016528,0.3966942,0.46694216,0.41735536,0.45041323,0.5,0.553719,0.5495868,0.5289256,0.54545456,0.57024795,0.5661157,0.59090906,0.5495868,0.5206612,0.553719,0.55785125,0.5661157,0.5785124,0.61157024,0.6198347,0.57438016,0.55785125,0.55785125,0.45867768,0.46694216,0.5041322,0.5,0.49173555,0.47933885,0.42975205,0.4214876,0.46280992,0.446281,0.2892562,0.29338843,0.29752067,0.29752067,0.29752067,0.29338843,0.2768595,0.30991736,0.37603307,0.30578512,0.35950413,0.48347107,0.5371901,0.58264464,0.553719,0.4752066,0.45867768,0.47107437,0.41735536,0.44214877,0.45041323,0.5247934,0.5165289,0.5661157,0.58264464,0.5661157,0.57438016,0.56198347,0.5247934,0.5123967,0.45454547,0.49173555,0.5247934,0.45041323,0.44214877,0.5289256,0.54545456,0.5413223,0.5289256,0.55785125,0.57438016,0.57024795,0.57438016,0.55785125,0.5123967,0.55785125,0.5082645,0.5041322,0.5041322,0.53305787,0.5413223,0.53305787,0.5413223,0.5371901,0.5371901,0.57438016,0.553719,0.53305787,0.5,0.49586776,0.41322315,0.4752066,0.48347107,0.4338843,0.28512397,0.2892562,0.29338843,0.30165288,0.2892562,0.30578512,0.2892562,0.2768595,0.35950413,0.39256197,0.30165288,0.46280992,0.55785125,0.6198347,0.6528926,0.5371901,0.49173555,0.5165289,0.47107437,0.45041323,0.40495867,0.41735536,0.49173555,0.5289256,0.57024795,0.5785124,0.5785124,0.57024795,0.5785124,0.55785125,0.5165289,0.5371901,0.55785125,0.5165289,0.49586776,0.56198347,0.5413223,0.5495868,0.56198347,0.57024795,0.5661157,0.5413223,0.5371901,0.5289256,0.5041322,0.49586776,0.43801653,0.4214876,0.42561984,0.45867768,0.47933885,0.5206612,0.54545456,0.5495868,0.59917355,0.607438,0.55785125,0.5206612,0.48347107,0.446281,0.42975205,0.5,0.45041323,0.3966942,0.28099173,0.2892562,0.28512397,0.2892562,0.2892562,0.29338843,0.29338843,0.26859504,0.3140496,0.41322315,0.30991736,0.39256197,0.55785125,0.6280992,0.677686,0.6280992,0.5413223,0.54545456,0.5371901,0.5082645,0.48347107,0.44214877,0.34710744,0.3264463,0.42975205,0.47107437,0.5247934,0.5289256,0.553719,0.57024795,0.58677685,0.56198347,0.58677685,0.58264464,0.57438016,0.59090906,0.56198347,0.57024795,0.55785125,0.5247934,0.5041322,0.48347107,0.47107437,0.45041323,0.42561984,0.4338843,0.4338843,0.46280992,0.45041323,0.5041322,0.5165289,0.553719,0.553719,0.57024795,0.6404959,0.61157024,0.553719,0.5247934,0.48347107,0.4090909,0.4876033,0.5,0.4338843,0.34710744,0.28099173,0.2892562,0.28099173,0.28099173,0.28512397,0.2892562,0.29338843,0.28512397,0.26859504,0.3677686,0.3553719,0.3140496,0.48347107,0.59917355,0.6487603,0.6818182,0.6363636,0.57438016,0.57024795,0.55785125,0.5371901,0.5413223,0.53305787,0.4090909,0.30165288,0.28099173,0.34710744,0.39256197,0.446281,0.49173555,0.5413223,0.55785125,0.57438016,0.57438016,0.5785124,0.53305787,0.5041322,0.48347107,0.45041323,0.41735536,0.38429752,0.40082645,0.43801653,0.45867768,0.49173555,0.5413223,0.56198347,0.5661157,0.5495868,0.5495868,0.54545456,0.56198347,0.5661157,0.59917355,0.6570248,0.61157024,0.5413223,0.49173555,0.45454547,0.4338843,0.5123967,0.45454547,0.38016528,0.2892562,0.28099173,0.28099173,0.28512397,0.28512397,0.2892562,0.2892562,0.28512397,0.30165288,0.26859504,0.2892562,0.37603307,0.30991736,0.35950413,0.5165289,0.59917355,0.6528926,0.6694215,0.62396693,0.57024795,0.5785124,0.5495868,0.57024795,0.58264464,0.5785124,0.5495868,0.45041323,0.4090909,0.38016528,0.38429752,0.41322315,0.46694216,0.4876033,0.4876033,0.47107437,0.4752066,0.45454547,0.4752066,0.5289256,0.5371901,0.5247934,0.5123967,0.5289256,0.5495868,0.553719,0.5661157,0.58264464,0.59090906,0.59504133,0.60330576,0.58264464,0.57438016,0.55785125,0.59504133,0.6404959,0.6363636,0.57438016,0.5165289,0.4752066,0.44214877,0.46694216,0.49586776,0.41322315,0.30578512,0.32231405,0.28099173,0.2768595,0.2892562,0.28512397,0.2892562,0.28512397,0.28099173,0.29752067,0.29752067,0.2520661,0.3140496,0.3429752,0.28512397,0.41735536,0.5289256,0.59917355,0.6528926,0.661157,0.61157024,0.59917355,0.5785124,0.58677685,0.58677685,0.5661157,0.5785124,0.54545456,0.57024795,0.553719,0.5495868,0.58264464,0.6322314,0.6446281,0.60330576,0.56198347,0.57438016,0.6198347,0.6446281,0.7066116,0.677686,0.61157024,0.59917355,0.58677685,0.57024795,0.57438016,0.5785124,0.59917355,0.59917355,0.61570245,0.6404959,0.59917355,0.61157024,0.59917355,0.61570245,0.6528926,0.58677685,0.5165289,0.47107437,0.45041323,0.45454547,0.49173555,0.45867768,0.34710744,0.24793388,0.42561984,0.28512397,0.2768595,0.2768595,0.2892562,0.29338843,0.28512397,0.2892562,0.2892562,0.29338843,0.28099173,0.2644628,0.3264463,0.30578512,0.30578512,0.44214877,0.5289256,0.59917355,0.6652893,0.6652893,0.6528926,0.607438,0.59090906,0.5785124,0.57438016,0.55785125,0.54545456,0.58264464,0.60330576,0.6198347,0.6859504,0.75619835,0.78512394,0.76033056,0.71487606,0.6942149,0.7107438,0.7231405,0.70247936,0.6942149,0.6528926,0.6446281,0.607438,0.5785124,0.58264464,0.58677685,0.61157024,0.61157024,0.6280992,0.6528926,0.6198347,0.62396693,0.6280992,0.62396693,0.6198347,0.55785125,0.4752066,0.45041323,0.4338843,0.46694216,0.48347107,0.3966942,0.28099173,0.30165288,0.5041322,0.2768595,0.28099173,0.26859504,0.28512397,0.2892562,0.28512397,0.28512397,0.28099173,0.29338843,0.29338843,0.27272728,0.2603306,0.3140496,0.23966943,0.3264463,0.45041323,0.53305787,0.6280992,0.6446281,0.6570248,0.62396693,0.58264464,0.58677685,0.5661157,0.55785125,0.54545456,0.5661157,0.59504133,0.607438,0.6652893,0.7066116,0.7231405,0.7107438,0.6859504,0.6818182,0.69008267,0.7066116,0.6652893,0.6570248,0.6322314,0.61157024,0.5785124,0.57438016,0.59090906,0.59090906,0.61157024,0.6322314,0.6446281,0.6570248,0.6322314,0.6487603,0.6487603,0.6404959,0.58264464,0.5247934,0.46280992,0.446281,0.45041323,0.46694216,0.446281,0.3305785,0.27272728,0.39256197,0.5206612,0.27272728,0.29338843,0.2644628,0.28512397,0.28512397,0.2768595,0.28099173,0.28512397,0.2892562,0.2768595,0.2768595,0.23966943,0.2520661,0.29752067,0.23553719,0.33471075,0.45867768,0.5661157,0.61570245,0.6528926,0.6322314,0.58264464,0.58264464,0.5661157,0.53305787,0.53305787,0.5371901,0.5495868,0.58264464,0.607438,0.62396693,0.61570245,0.59917355,0.5785124,0.56198347,0.553719,0.54545456,0.553719,0.57024795,0.57024795,0.56198347,0.5661157,0.5785124,0.59504133,0.59090906,0.6198347,0.6322314,0.6446281,0.6446281,0.62396693,0.6446281,0.6404959,0.60330576,0.55785125,0.49173555,0.45867768,0.46694216,0.47933885,0.46280992,0.40495867,0.29752067,0.33471075,0.46280992,0.5,0.2768595,0.28099173,0.2892562,0.27272728,0.2892562,0.28099173,0.27272728,0.2768595,0.27272728,0.2644628,0.25619835,0.23553719,0.1983471,0.26859504,0.2892562,0.23553719,0.35950413,0.5,0.5785124,0.59917355,0.61157024,0.607438,0.58677685,0.5785124,0.53305787,0.5165289,0.5082645,0.5,0.5206612,0.5495868,0.5495868,0.5247934,0.5206612,0.5041322,0.49586776,0.5041322,0.5165289,0.5041322,0.5206612,0.5206612,0.5123967,0.5661157,0.59504133,0.59917355,0.59504133,0.61157024,0.6280992,0.6363636,0.6446281,0.6322314,0.61570245,0.6198347,0.57438016,0.5206612,0.4752066,0.45867768,0.5041322,0.4876033,0.43801653,0.3429752,0.30165288,0.40495867,0.49586776,0.5,0.2768595,0.28099173,0.2768595,0.28099173,0.27272728,0.2768595,0.2644628,0.2644628,0.2520661,0.2520661,0.24793388,0.23553719,0.16528925,0.19421488,0.29752067,0.28099173,0.27272728,0.42975205,0.5289256,0.55785125,0.58264464,0.607438,0.59917355,0.59090906,0.5495868,0.5247934,0.5082645,0.46694216,0.45454547,0.5165289,0.48347107,0.4876033,0.4876033,0.5,0.48347107,0.5,0.5123967,0.49586776,0.49586776,0.5041322,0.5206612,0.58264464,0.59504133,0.59504133,0.59504133,0.61157024,0.6198347,0.6322314,0.62396693,0.61570245,0.607438,0.59504133,0.5413223,0.49173555,0.47107437,0.46694216,0.5041322,0.4876033,0.40082645,0.30165288,0.3429752,0.46694216,0.5206612,0.49586776,0.2768595,0.27272728,0.2644628,0.27272728,0.26859504,0.2603306,0.2603306,0.25619835,0.24793388,0.24380165,0.25619835,0.23140496,0.15289256,0.11157025,0.23140496,0.3429752,0.30165288,0.36363637,0.48347107,0.53305787,0.5495868,0.58677685,0.59917355,0.59090906,0.57438016,0.5495868,0.5413223,0.5082645,0.47107437,0.45454547,0.45041323,0.46280992,0.46694216,0.47933885,0.48347107,0.5,0.5247934,0.5165289,0.5082645,0.5165289,0.54545456,0.59504133,0.59917355,0.59917355,0.59917355,0.59917355,0.6198347,0.6280992,0.6322314,0.62396693,0.59090906,0.56198347,0.5165289,0.4876033,0.48347107,0.49586776,0.47107437,0.446281,0.33471075,0.3140496,0.42561984,0.5123967,0.5247934,0.4876033,0.26859504,0.2603306,0.24380165,0.26859504,0.2603306,0.2603306,0.23966943,0.25619835,0.24380165,0.24793388,0.2520661,0.21487603,0.14876033,0.09090909,0.11570248,0.29338843,0.36363637,0.3429752,0.4338843,0.5,0.5247934,0.56198347,0.59504133,0.59090906,0.58677685,0.5661157,0.55785125,0.5661157,0.54545456,0.49173555,0.49173555,0.49173555,0.47933885,0.47933885,0.47933885,0.49586776,0.53305787,0.53305787,0.53305787,0.5413223,0.55785125,0.59504133,0.59504133,0.59504133,0.607438,0.61570245,0.6322314,0.6322314,0.6280992,0.607438,0.5785124,0.5289256,0.5,0.49173555,0.4876033,0.5123967,0.46694216,0.3553719,0.29752067,0.38842976,0.4752066,0.53305787,0.5247934,0.49586776,0.27272728,0.2603306,0.24793388,0.25619835,0.24793388,0.23966943,0.24793388,0.24380165,0.24793388,0.26859504,0.24380165,0.18595041,0.15289256,0.11157025,0.049586777,0.17768595,0.3305785,0.38842976,0.39256197,0.49173555,0.5165289,0.5495868,0.5785124,0.60330576,0.61157024,0.59090906,0.57438016,0.57438016,0.59504133,0.55785125,0.53305787,0.5289256,0.49586776,0.5123967,0.5206612,0.5247934,0.53305787,0.5247934,0.5495868,0.57024795,0.57438016,0.61157024,0.59090906,0.6280992,0.62396693,0.6322314,0.6363636,0.6280992,0.61157024,0.58677685,0.5661157,0.5247934,0.49173555,0.4752066,0.47933885,0.48347107,0.4214876,0.26859504,0.3677686,0.45454547,0.5247934,0.5413223,0.5206612,0.49586776,0.26859504,0.2603306,0.2603306,0.24380165,0.24380165,0.24380165,0.24380165,0.24380165,0.23966943,0.26859504,0.22727273,0.16115703,0.14049587,0.10743801,0.0661157,0.12396694,0.26859504,0.37603307,0.38842976,0.48347107,0.5041322,0.5247934,0.57438016,0.61570245,0.6322314,0.62396693,0.607438,0.607438,0.61570245,0.61157024,0.59917355,0.57024795,0.553719,0.55785125,0.54545456,0.56198347,0.54545456,0.5413223,0.5785124,0.59504133,0.60330576,0.6363636,0.6446281,0.6446281,0.6487603,0.661157,0.6446281,0.62396693,0.59504133,0.57024795,0.54545456,0.5206612,0.49173555,0.46694216,0.45867768,0.4214876,0.29338843,0.3305785,0.4338843,0.5082645,0.5289256,0.5413223,0.5247934,0.5,0.25619835,0.2520661,0.25619835,0.24380165,0.2520661,0.2644628,0.24380165,0.23553719,0.26859504,0.24793388,0.19421488,0.1446281,0.12396694,0.11157025,0.08264463,0.10743801,0.27272728,0.3264463,0.35123968,0.45867768,0.5,0.5082645,0.553719,0.59090906,0.61157024,0.6487603,0.6446281,0.6404959,0.6404959,0.6363636,0.62396693,0.6280992,0.6198347,0.6322314,0.58677685,0.62396693,0.6280992,0.6198347,0.6404959,0.6446281,0.6404959,0.6446281,0.6694215,0.6528926,0.6528926,0.6652893,0.6487603,0.607438,0.57024795,0.5495868,0.5247934,0.5,0.47107437,0.446281,0.39256197,0.30578512,0.3140496,0.41322315,0.5,0.5413223,0.5495868,0.5371901,0.5206612,0.5082645,0.2520661,0.24793388,0.2520661,0.23966943,0.24793388,0.24793388,0.22727273,0.24793388,0.2768595,0.24380165,0.15289256,0.14876033,0.10330579,0.12396694,0.09917355,0.07024793,0.25619835,0.3305785,0.29752067,0.37603307,0.46694216,0.5082645,0.5413223,0.553719,0.59917355,0.677686,0.677686,0.677686,0.677686,0.6570248,0.6487603,0.677686,0.6363636,0.6446281,0.59917355,0.6280992,0.6570248,0.6652893,0.6570248,0.661157,0.6735537,0.6818182,0.6735537,0.661157,0.6652893,0.6570248,0.6363636,0.59917355,0.54545456,0.5247934,0.5082645,0.45041323,0.42561984,0.39256197,0.3181818,0.29752067,0.37603307,0.46694216,0.53305787,0.553719,0.54545456,0.53305787,0.5165289,0.5082645,0.2603306,0.2603306,0.2644628,0.24793388,0.24380165,0.22727273,0.21900827,0.2603306,0.27272728,0.2107438,0.15289256,0.12809917,0.11570248,0.12396694,0.09917355,0.07438017,0.23140496,0.35123968,0.3264463,0.28512397,0.4090909,0.47107437,0.5206612,0.5413223,0.57024795,0.6487603,0.69008267,0.7066116,0.6942149,0.6528926,0.6487603,0.677686,0.6487603,0.6322314,0.58677685,0.59504133,0.6363636,0.6363636,0.6363636,0.661157,0.6859504,0.69008267,0.6818182,0.6818182,0.677686,0.6280992,0.61157024,0.57438016,0.5289256,0.5123967,0.48347107,0.4090909,0.3553719,0.30578512,0.28512397,0.35123968,0.43801653,0.5041322,0.553719,0.5413223,0.54545456,0.5247934,0.5123967,0.5041322,0.28512397,0.2644628,0.24380165,0.23140496,0.21900827,0.21487603,0.2231405,0.28099173,0.2603306,0.18181819,0.14876033,0.15289256,0.12396694,0.11570248,0.09917355,0.09090909,0.24793388,0.3553719,0.36363637,0.30991736,0.2768595,0.4214876,0.47933885,0.5123967,0.54545456,0.60330576,0.6570248,0.6983471,0.6983471,0.6570248,0.661157,0.677686,0.6528926,0.6570248,0.59504133,0.58264464,0.6528926,0.6694215,0.677686,0.69008267,0.6983471,0.69008267,0.6942149,0.69008267,0.6652893,0.59917355,0.58677685,0.54545456,0.5082645,0.49586776,0.446281,0.34710744,0.28099173,0.2892562,0.3264463,0.41322315,0.49586776,0.53305787,0.553719,0.553719,0.54545456,0.5206612,0.5123967,0.5,0.28099173,0.28512397,0.2520661,0.25619835,0.2644628,0.24380165,0.26859504,0.30165288,0.23553719,0.1983471,0.15289256,0.15289256,0.1322314,0.11570248,0.11157025,0.08677686,0.2603306,0.34710744,0.3553719,0.37190083,0.29338843,0.30165288,0.42975205,0.49173555,0.5206612,0.56198347,0.6198347,0.6404959,0.6652893,0.6528926,0.6652893,0.6694215,0.677686,0.6446281,0.57024795,0.59917355,0.60330576,0.6280992,0.661157,0.6735537,0.6942149,0.6818182,0.6735537,0.6694215,0.6280992,0.58264464,0.5661157,0.5247934,0.4752066,0.446281,0.33471075,0.2768595,0.2892562,0.338843,0.4090909,0.4752066,0.5247934,0.5495868,0.56198347,0.553719,0.5371901,0.5082645,0.5165289,0.4876033,0.28512397,0.3181818,0.2603306,0.2603306,0.24380165,0.21900827,0.2768595,0.30991736,0.23140496,0.21487603,0.17768595,0.14876033,0.13636364,0.11983471,0.11157025,0.08677686,0.29752067,0.338843,0.338843,0.37603307,0.3677686,0.2603306,0.30991736,0.4214876,0.5041322,0.5495868,0.5785124,0.59917355,0.62396693,0.6487603,0.661157,0.6487603,0.6446281,0.6528926,0.60330576,0.60330576,0.6280992,0.6446281,0.6652893,0.6818182,0.677686,0.6652893,0.6363636,0.62396693,0.59917355,0.56198347,0.5413223,0.5165289,0.45041323,0.3553719,0.2892562,0.29752067,0.3264463,0.38429752,0.45454547,0.5165289,0.54545456,0.55785125,0.55785125,0.54545456,0.5247934,0.5082645,0.5123967,0.446281,0.2768595,0.29752067,0.2644628,0.23140496,0.21487603,0.2107438,0.29338843,0.30165288,0.24793388,0.1983471,0.20661157,0.17355372,0.14049587,0.1446281,0.09917355,0.10330579,0.34710744,0.33471075,0.30991736,0.3553719,0.37190083,0.338843,0.25619835,0.32231405,0.45454547,0.5082645,0.5206612,0.553719,0.5785124,0.6198347,0.6404959,0.6198347,0.61570245,0.6322314,0.6735537,0.6198347,0.59504133,0.6363636,0.6528926,0.6570248,0.6280992,0.62396693,0.59917355,0.5661157,0.56198347,0.53305787,0.5206612,0.45041323,0.3429752,0.28099173,0.29752067,0.33471075,0.37603307,0.4338843,0.5,0.5413223,0.56198347,0.56198347,0.5495868,0.5413223,0.5206612,0.5041322,0.4752066,0.41735536,0.25619835,0.2520661,0.27272728,0.2644628,0.23553719,0.23966943,0.3181818,0.29752067,0.2520661,0.2107438,0.19421488,0.19008264,0.15289256,0.1322314,0.10330579,0.10330579,0.38016528,0.36363637,0.3140496,0.3305785,0.37190083,0.36363637,0.3181818,0.26859504,0.3305785,0.4090909,0.45454547,0.47933885,0.5247934,0.56198347,0.58677685,0.59504133,0.59504133,0.61157024,0.61157024,0.6280992,0.5785124,0.59504133,0.61570245,0.59917355,0.58677685,0.56198347,0.553719,0.5413223,0.5,0.47107437,0.41322315,0.33471075,0.28099173,0.28512397,0.33471075,0.36363637,0.42975205,0.5,0.5413223,0.55785125,0.57024795,0.5661157,0.54545456,0.5371901,0.5041322,0.49173555,0.43801653,0.34710744,2 +0.5206612,0.5371901,0.553719,0.61157024,0.6363636,0.677686,0.7107438,0.71900827,0.7355372,0.73966944,0.7644628,0.78099173,0.77272725,0.7768595,0.78099173,0.7933884,0.8016529,0.8181818,0.8181818,0.8305785,0.8305785,0.8305785,0.8347107,0.8305785,0.8347107,0.822314,0.8181818,0.8264463,0.8140496,0.8140496,0.8181818,0.8181818,0.822314,0.822314,0.8181818,0.8181818,0.80991733,0.8264463,0.8264463,0.8140496,0.822314,0.8181818,0.80991733,0.79752064,0.7892562,0.7892562,0.7768595,0.7644628,0.76033056,0.74380165,0.72727275,0.7231405,0.70247936,0.6735537,0.6652893,0.661157,0.661157,0.6198347,0.5289256,0.49586776,0.46694216,0.3966942,0.32231405,0.24380165,0.4876033,0.5206612,0.5371901,0.59917355,0.6198347,0.661157,0.6983471,0.7107438,0.7355372,0.74380165,0.75619835,0.77272725,0.7644628,0.7933884,0.78512394,0.79752064,0.8057851,0.822314,0.8264463,0.8264463,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.8181818,0.80991733,0.8181818,0.822314,0.8140496,0.8181818,0.822314,0.8140496,0.822314,0.822314,0.822314,0.8264463,0.822314,0.8305785,0.822314,0.8140496,0.8140496,0.8057851,0.7933884,0.7892562,0.7768595,0.78099173,0.76033056,0.74793386,0.71900827,0.71900827,0.6942149,0.6652893,0.6528926,0.6404959,0.59917355,0.5165289,0.49586776,0.4752066,0.38016528,0.3140496,0.23553719,0.48347107,0.5165289,0.5123967,0.58264464,0.60330576,0.6487603,0.6942149,0.7231405,0.73966944,0.74793386,0.75206614,0.7768595,0.7768595,0.7892562,0.7933884,0.7933884,0.8057851,0.822314,0.822314,0.8264463,0.8305785,0.8347107,0.8347107,0.838843,0.838843,0.822314,0.8305785,0.822314,0.8140496,0.8140496,0.80991733,0.8140496,0.8264463,0.822314,0.8140496,0.8181818,0.8264463,0.8181818,0.8305785,0.822314,0.8305785,0.822314,0.8181818,0.8181818,0.8140496,0.8016529,0.79752064,0.7933884,0.78512394,0.76033056,0.74793386,0.73966944,0.7107438,0.6942149,0.6694215,0.6528926,0.6404959,0.59090906,0.5123967,0.49173555,0.47933885,0.40495867,0.3181818,0.24380165,0.47107437,0.5289256,0.5206612,0.56198347,0.61570245,0.6487603,0.70247936,0.73140496,0.74380165,0.76033056,0.7644628,0.78512394,0.78512394,0.79752064,0.79752064,0.8057851,0.8140496,0.822314,0.8305785,0.8347107,0.838843,0.8347107,0.838843,0.8429752,0.8347107,0.8264463,0.822314,0.8181818,0.80991733,0.80991733,0.8140496,0.8140496,0.822314,0.8264463,0.8181818,0.822314,0.822314,0.8181818,0.8305785,0.8305785,0.8264463,0.8264463,0.8181818,0.8140496,0.8140496,0.8016529,0.79752064,0.7892562,0.78512394,0.77272725,0.76033056,0.73140496,0.71487606,0.6942149,0.677686,0.6570248,0.6322314,0.57438016,0.5082645,0.48347107,0.4876033,0.3966942,0.3140496,0.21900827,0.5123967,0.54545456,0.5413223,0.56198347,0.61157024,0.661157,0.7107438,0.7355372,0.74380165,0.75619835,0.7644628,0.78512394,0.78099173,0.79752064,0.7892562,0.8016529,0.8016529,0.8057851,0.8181818,0.8264463,0.8305785,0.838843,0.838843,0.8347107,0.8347107,0.8305785,0.8264463,0.8181818,0.8057851,0.80991733,0.80991733,0.80991733,0.822314,0.8264463,0.822314,0.8305785,0.822314,0.822314,0.8264463,0.8305785,0.838843,0.8305785,0.8181818,0.8140496,0.8016529,0.8016529,0.7933884,0.78099173,0.78099173,0.78099173,0.75206614,0.71900827,0.70247936,0.69008267,0.6652893,0.6528926,0.6363636,0.58677685,0.5165289,0.4752066,0.48347107,0.4214876,0.29752067,0.21487603,0.5247934,0.553719,0.5371901,0.5785124,0.607438,0.6652893,0.71900827,0.73140496,0.7355372,0.75206614,0.76033056,0.77272725,0.76859504,0.78512394,0.7768595,0.78512394,0.78512394,0.7892562,0.8016529,0.8016529,0.80991733,0.822314,0.8264463,0.8264463,0.8347107,0.8429752,0.8305785,0.8181818,0.8181818,0.8181818,0.8181818,0.8140496,0.8181818,0.822314,0.8305785,0.8347107,0.8264463,0.822314,0.8305785,0.8305785,0.838843,0.8305785,0.80991733,0.80991733,0.7892562,0.7892562,0.7892562,0.77272725,0.76859504,0.78099173,0.73966944,0.6983471,0.7066116,0.69008267,0.6528926,0.6487603,0.6322314,0.59504133,0.5206612,0.48347107,0.47933885,0.446281,0.29752067,0.1983471,0.5123967,0.553719,0.5413223,0.59504133,0.62396693,0.6652893,0.71487606,0.7231405,0.73140496,0.74380165,0.76033056,0.76859504,0.7644628,0.7644628,0.7644628,0.76859504,0.77272725,0.76859504,0.7768595,0.7768595,0.78512394,0.7933884,0.8057851,0.8016529,0.822314,0.8305785,0.8057851,0.79752064,0.822314,0.8264463,0.8264463,0.8181818,0.8140496,0.822314,0.8264463,0.8305785,0.822314,0.8181818,0.8181818,0.80991733,0.8181818,0.8057851,0.78512394,0.78099173,0.77272725,0.7644628,0.75619835,0.74380165,0.75206614,0.75206614,0.7066116,0.70247936,0.7066116,0.6942149,0.6652893,0.6404959,0.6280992,0.59090906,0.5247934,0.49173555,0.4752066,0.45454547,0.34710744,0.1694215,0.5082645,0.553719,0.5413223,0.58264464,0.6280992,0.6652893,0.71487606,0.7231405,0.72727275,0.73966944,0.74380165,0.75206614,0.74793386,0.74380165,0.75206614,0.76033056,0.75619835,0.74380165,0.74793386,0.74793386,0.75206614,0.75206614,0.76033056,0.77272725,0.78099173,0.78099173,0.76033056,0.76859504,0.7933884,0.8057851,0.8140496,0.80991733,0.8057851,0.8016529,0.8057851,0.80991733,0.8016529,0.7933884,0.78512394,0.76033056,0.77272725,0.75619835,0.7107438,0.7066116,0.69008267,0.69008267,0.6818182,0.69008267,0.6859504,0.677686,0.6446281,0.6652893,0.6487603,0.661157,0.6570248,0.6280992,0.607438,0.58677685,0.5206612,0.5,0.46694216,0.46280992,0.3677686,0.16528925,0.5247934,0.5371901,0.54545456,0.5661157,0.6322314,0.677686,0.70247936,0.677686,0.69008267,0.6942149,0.6735537,0.71487606,0.71900827,0.7066116,0.6694215,0.6735537,0.6818182,0.6652893,0.6818182,0.6859504,0.6859504,0.6942149,0.69008267,0.7231405,0.73966944,0.75206614,0.72727275,0.74793386,0.77272725,0.76859504,0.78099173,0.77272725,0.77272725,0.76859504,0.76859504,0.7768595,0.76033056,0.73140496,0.7355372,0.70247936,0.7066116,0.6859504,0.6280992,0.6198347,0.5661157,0.55785125,0.58677685,0.57438016,0.5495868,0.54545456,0.5371901,0.553719,0.5495868,0.5413223,0.58264464,0.5661157,0.54545456,0.5495868,0.5082645,0.49586776,0.45867768,0.47107437,0.3677686,0.14876033,0.54545456,0.5206612,0.5495868,0.5495868,0.62396693,0.6570248,0.6280992,0.607438,0.6198347,0.60330576,0.59504133,0.661157,0.677686,0.61570245,0.54545456,0.5413223,0.5371901,0.5289256,0.5206612,0.53305787,0.54545456,0.5785124,0.607438,0.6446281,0.6942149,0.7107438,0.7066116,0.71900827,0.7355372,0.73140496,0.73966944,0.73140496,0.7355372,0.74793386,0.7355372,0.75206614,0.73140496,0.6983471,0.6859504,0.6570248,0.6280992,0.6198347,0.57024795,0.5289256,0.47107437,0.45867768,0.47107437,0.44214877,0.446281,0.46280992,0.46280992,0.48347107,0.5206612,0.5,0.5123967,0.49173555,0.45867768,0.43801653,0.43801653,0.47107437,0.46280992,0.4752066,0.37190083,0.1322314,0.55785125,0.5289256,0.5371901,0.53305787,0.56198347,0.55785125,0.5371901,0.53305787,0.5206612,0.53305787,0.5289256,0.553719,0.553719,0.5247934,0.46280992,0.4338843,0.42561984,0.41735536,0.41322315,0.4214876,0.42561984,0.4338843,0.48347107,0.5413223,0.59504133,0.6322314,0.6652893,0.69008267,0.71487606,0.7066116,0.71487606,0.7066116,0.6942149,0.7066116,0.7066116,0.71487606,0.71487606,0.6694215,0.661157,0.59504133,0.55785125,0.55785125,0.5206612,0.45454547,0.41735536,0.38842976,0.35950413,0.34710744,0.36363637,0.38016528,0.39256197,0.4338843,0.46280992,0.47933885,0.47933885,0.4338843,0.41735536,0.3966942,0.38429752,0.4214876,0.46694216,0.4876033,0.3553719,0.12809917,0.5661157,0.54545456,0.5495868,0.5041322,0.49173555,0.4876033,0.49173555,0.46280992,0.446281,0.45041323,0.5,0.5165289,0.4876033,0.45041323,0.42975205,0.4090909,0.38016528,0.38429752,0.35950413,0.35950413,0.3677686,0.38842976,0.41322315,0.45867768,0.5,0.5413223,0.61157024,0.6404959,0.6859504,0.6983471,0.7107438,0.70247936,0.6818182,0.69008267,0.7107438,0.7107438,0.677686,0.6694215,0.6404959,0.56198347,0.5123967,0.49586776,0.46694216,0.4338843,0.3966942,0.38016528,0.38016528,0.38429752,0.4090909,0.446281,0.42975205,0.45867768,0.446281,0.4752066,0.47107437,0.446281,0.46280992,0.46280992,0.41735536,0.3677686,0.45867768,0.48347107,0.3181818,0.11157025,0.53305787,0.5495868,0.5495868,0.5165289,0.5165289,0.49173555,0.5165289,0.5206612,0.4752066,0.46280992,0.48347107,0.5247934,0.54545456,0.57024795,0.57024795,0.5785124,0.5785124,0.55785125,0.5289256,0.49173555,0.43801653,0.41735536,0.4214876,0.44214877,0.46694216,0.48347107,0.57024795,0.61157024,0.6735537,0.7066116,0.72727275,0.7355372,0.7231405,0.7231405,0.7355372,0.74793386,0.69008267,0.6363636,0.60330576,0.5247934,0.4876033,0.4752066,0.48347107,0.4876033,0.47933885,0.4876033,0.5041322,0.5247934,0.55785125,0.59504133,0.58264464,0.607438,0.6198347,0.607438,0.58677685,0.5495868,0.5495868,0.5413223,0.45041323,0.36363637,0.4214876,0.46694216,0.28512397,0.10330579,0.53305787,0.54545456,0.5413223,0.5371901,0.5413223,0.5289256,0.5413223,0.5661157,0.58264464,0.607438,0.59917355,0.61570245,0.607438,0.57024795,0.553719,0.53305787,0.53305787,0.5247934,0.5289256,0.55785125,0.59917355,0.59090906,0.5495868,0.5289256,0.49586776,0.47933885,0.5082645,0.58677685,0.6528926,0.70247936,0.73966944,0.75206614,0.75619835,0.75206614,0.7768595,0.7768595,0.73140496,0.6363636,0.5371901,0.49173555,0.5165289,0.56198347,0.5785124,0.57438016,0.5289256,0.49586776,0.5206612,0.5206612,0.5413223,0.5413223,0.5413223,0.54545456,0.57024795,0.6280992,0.6404959,0.62396693,0.59090906,0.58264464,0.5206612,0.38016528,0.4090909,0.47933885,0.26859504,0.12809917,0.56198347,0.5247934,0.5413223,0.5165289,0.5206612,0.5371901,0.56198347,0.59090906,0.61570245,0.60330576,0.5371901,0.49173555,0.47107437,0.45041323,0.41322315,0.42561984,0.446281,0.4752066,0.5206612,0.5289256,0.5041322,0.5661157,0.6446281,0.6363636,0.59090906,0.5165289,0.4876033,0.5495868,0.6446281,0.71487606,0.76859504,0.77272725,0.79752064,0.79752064,0.7933884,0.79752064,0.73966944,0.6198347,0.49586776,0.5247934,0.58264464,0.607438,0.57024795,0.5206612,0.53305787,0.5165289,0.4752066,0.4338843,0.4214876,0.4090909,0.45454547,0.49173555,0.5041322,0.5,0.553719,0.59917355,0.58677685,0.5661157,0.5371901,0.4214876,0.43801653,0.49173555,0.2644628,0.14049587,0.5785124,0.5247934,0.55785125,0.5289256,0.5123967,0.53305787,0.553719,0.5785124,0.55785125,0.4876033,0.42561984,0.41735536,0.47933885,0.48347107,0.3264463,0.41735536,0.41322315,0.3966942,0.41322315,0.53305787,0.5413223,0.49173555,0.53305787,0.6280992,0.6446281,0.59090906,0.5,0.5206612,0.6404959,0.7355372,0.7892562,0.8016529,0.80991733,0.8140496,0.80991733,0.8057851,0.74380165,0.5661157,0.5,0.57438016,0.59917355,0.55785125,0.5082645,0.5371901,0.5785124,0.44214877,0.3305785,0.33471075,0.30991736,0.28099173,0.37603307,0.4752066,0.446281,0.47107437,0.42561984,0.4876033,0.55785125,0.5495868,0.5247934,0.44214877,0.45454547,0.49586776,0.2892562,0.16115703,0.57438016,0.5413223,0.55785125,0.55785125,0.54545456,0.5413223,0.5495868,0.5413223,0.46280992,0.41322315,0.3553719,0.47107437,0.6570248,0.5123967,0.42975205,0.338843,0.45454547,0.43801653,0.3966942,0.553719,0.6363636,0.5413223,0.49586776,0.5371901,0.6198347,0.6322314,0.5495868,0.5,0.59917355,0.73140496,0.79752064,0.8140496,0.822314,0.822314,0.80991733,0.79752064,0.71900827,0.5247934,0.5289256,0.60330576,0.57024795,0.5123967,0.5123967,0.6322314,0.6694215,0.42975205,0.2768595,0.45041323,0.30165288,0.3429752,0.3305785,0.69008267,0.5495868,0.38842976,0.42975205,0.41322315,0.5165289,0.5371901,0.5165289,0.48347107,0.4752066,0.49173555,0.30165288,0.18181819,0.56198347,0.553719,0.5371901,0.57438016,0.59090906,0.5661157,0.5495868,0.5041322,0.42975205,0.42561984,0.38842976,0.57024795,0.7355372,0.49586776,0.47933885,0.32231405,0.26859504,0.42561984,0.4214876,0.62396693,0.75619835,0.5785124,0.5247934,0.5206612,0.607438,0.6446281,0.57438016,0.5495868,0.57024795,0.71900827,0.8016529,0.8181818,0.8305785,0.8305785,0.822314,0.80991733,0.6942149,0.5165289,0.59917355,0.6404959,0.57438016,0.5247934,0.5661157,0.74793386,0.69008267,0.4338843,0.23553719,0.30165288,0.24793388,0.30165288,0.32231405,0.6652893,0.6818182,0.42561984,0.40082645,0.42561984,0.4876033,0.53305787,0.5123967,0.5041322,0.48347107,0.49586776,0.3305785,0.17355372,0.57438016,0.57024795,0.54545456,0.57024795,0.5785124,0.5661157,0.5495868,0.5206612,0.45041323,0.48347107,0.5413223,0.6198347,0.73140496,0.59090906,0.5165289,0.47107437,0.37603307,0.45454547,0.5247934,0.6983471,0.78512394,0.661157,0.59504133,0.5413223,0.607438,0.7107438,0.61157024,0.59917355,0.59504133,0.70247936,0.8016529,0.822314,0.8347107,0.8347107,0.8264463,0.8140496,0.70247936,0.5289256,0.6694215,0.661157,0.5785124,0.58677685,0.62396693,0.75619835,0.7231405,0.49173555,0.35950413,0.2644628,0.29338843,0.35950413,0.43801653,0.661157,0.60330576,0.5082645,0.42975205,0.43801653,0.5165289,0.54545456,0.5123967,0.5123967,0.49173555,0.5041322,0.38429752,0.14049587,0.5661157,0.61157024,0.59090906,0.5661157,0.5495868,0.54545456,0.5495868,0.5661157,0.57024795,0.56198347,0.6198347,0.6735537,0.71900827,0.74380165,0.62396693,0.58677685,0.55785125,0.57024795,0.6528926,0.75206614,0.76033056,0.6818182,0.6859504,0.6404959,0.6198347,0.77272725,0.72727275,0.6528926,0.6404959,0.6859504,0.78099173,0.80991733,0.8347107,0.8347107,0.822314,0.80991733,0.71900827,0.5495868,0.6859504,0.6735537,0.6570248,0.6487603,0.6446281,0.7107438,0.73140496,0.6280992,0.5082645,0.44214877,0.446281,0.48347107,0.59917355,0.6652893,0.59917355,0.5371901,0.49173555,0.5041322,0.5247934,0.5371901,0.5165289,0.5247934,0.5041322,0.5082645,0.4214876,0.10330579,0.5495868,0.6198347,0.6280992,0.60330576,0.5785124,0.5785124,0.59917355,0.6528926,0.6859504,0.6446281,0.6198347,0.6528926,0.6694215,0.7231405,0.71900827,0.677686,0.6859504,0.69008267,0.72727275,0.74380165,0.7355372,0.71900827,0.73966944,0.75619835,0.74380165,0.7892562,0.7933884,0.72727275,0.6859504,0.677686,0.76033056,0.79752064,0.8305785,0.838843,0.822314,0.8140496,0.72727275,0.57024795,0.6735537,0.6942149,0.7355372,0.71487606,0.6942149,0.70247936,0.7107438,0.70247936,0.6735537,0.6446281,0.61157024,0.62396693,0.6446281,0.6446281,0.60330576,0.5371901,0.553719,0.59917355,0.5413223,0.5123967,0.53305787,0.5371901,0.5165289,0.5165289,0.4338843,0.10743801,0.5495868,0.61157024,0.6446281,0.6446281,0.6487603,0.661157,0.6528926,0.6983471,0.72727275,0.7066116,0.6735537,0.6818182,0.6942149,0.71900827,0.72727275,0.7231405,0.7355372,0.7231405,0.7066116,0.6983471,0.70247936,0.73140496,0.76033056,0.78099173,0.8016529,0.79752064,0.7933884,0.7644628,0.71900827,0.69008267,0.74793386,0.78512394,0.822314,0.8347107,0.8264463,0.8140496,0.7107438,0.57024795,0.6528926,0.6818182,0.7107438,0.71900827,0.7066116,0.6942149,0.6859504,0.6942149,0.70247936,0.7231405,0.6818182,0.6983471,0.6570248,0.6322314,0.61157024,0.57024795,0.60330576,0.6363636,0.58677685,0.55785125,0.5661157,0.57024795,0.5371901,0.53305787,0.43801653,0.17768595,0.55785125,0.6198347,0.6652893,0.6735537,0.677686,0.73140496,0.7066116,0.6983471,0.7231405,0.73140496,0.71487606,0.6983471,0.6983471,0.677686,0.6942149,0.677686,0.6694215,0.6735537,0.69008267,0.71900827,0.7355372,0.76033056,0.77272725,0.78099173,0.7933884,0.78099173,0.77272725,0.7644628,0.7231405,0.7066116,0.73966944,0.76859504,0.80991733,0.8305785,0.822314,0.8181818,0.6983471,0.58264464,0.6404959,0.70247936,0.71900827,0.7107438,0.7231405,0.71487606,0.6942149,0.677686,0.6570248,0.6528926,0.6404959,0.6652893,0.6487603,0.6280992,0.6198347,0.62396693,0.6446281,0.6404959,0.61157024,0.607438,0.607438,0.59090906,0.5495868,0.5371901,0.4338843,0.29338843,0.5661157,0.6322314,0.677686,0.6983471,0.7066116,0.75206614,0.74380165,0.69008267,0.6859504,0.70247936,0.69008267,0.6694215,0.6363636,0.6280992,0.6446281,0.677686,0.6942149,0.7231405,0.73966944,0.74793386,0.76033056,0.77272725,0.78099173,0.79752064,0.79752064,0.78512394,0.76859504,0.7644628,0.72727275,0.71487606,0.73140496,0.76033056,0.80991733,0.8347107,0.8305785,0.8140496,0.677686,0.58264464,0.6280992,0.69008267,0.74793386,0.73966944,0.72727275,0.7107438,0.70247936,0.70247936,0.6859504,0.6570248,0.6280992,0.61570245,0.61157024,0.61157024,0.62396693,0.6446281,0.6404959,0.6404959,0.6363636,0.6363636,0.6198347,0.60330576,0.5661157,0.5289256,0.4214876,0.4338843,0.54545456,0.6280992,0.6652893,0.7066116,0.74793386,0.76033056,0.76033056,0.7231405,0.70247936,0.7107438,0.6983471,0.7066116,0.6983471,0.73140496,0.7231405,0.74793386,0.73966944,0.75206614,0.7644628,0.7644628,0.76859504,0.7933884,0.8016529,0.8181818,0.8057851,0.7768595,0.76859504,0.75206614,0.74793386,0.71900827,0.71900827,0.75206614,0.80991733,0.8347107,0.8305785,0.8140496,0.6859504,0.5785124,0.61157024,0.6570248,0.73140496,0.75619835,0.76033056,0.73140496,0.69008267,0.6942149,0.6859504,0.6818182,0.6694215,0.6570248,0.6528926,0.6570248,0.6487603,0.6694215,0.6528926,0.6363636,0.6363636,0.6528926,0.62396693,0.607438,0.58264464,0.53305787,0.41735536,0.5371901,0.5495868,0.60330576,0.661157,0.7066116,0.74793386,0.76033056,0.76859504,0.7644628,0.72727275,0.7107438,0.7355372,0.73140496,0.73966944,0.73966944,0.73140496,0.74793386,0.74793386,0.75206614,0.78099173,0.79752064,0.80991733,0.822314,0.8140496,0.8140496,0.78512394,0.7644628,0.75206614,0.74793386,0.75206614,0.7107438,0.6942149,0.71900827,0.8016529,0.838843,0.8347107,0.822314,0.7066116,0.59504133,0.58677685,0.661157,0.6859504,0.71900827,0.78099173,0.78512394,0.75206614,0.7231405,0.6942149,0.6487603,0.6487603,0.6446281,0.6487603,0.6652893,0.6570248,0.6570248,0.6735537,0.661157,0.677686,0.661157,0.6280992,0.59917355,0.5785124,0.5206612,0.4214876,0.58677685,0.5247934,0.59917355,0.6487603,0.6983471,0.74380165,0.7768595,0.7892562,0.7768595,0.76033056,0.77272725,0.75206614,0.78512394,0.78099173,0.7768595,0.74380165,0.7892562,0.79752064,0.79752064,0.8140496,0.8181818,0.822314,0.8305785,0.8181818,0.78512394,0.78099173,0.74793386,0.74793386,0.73966944,0.73140496,0.71487606,0.6983471,0.70247936,0.7933884,0.8512397,0.8347107,0.80991733,0.72727275,0.5785124,0.58677685,0.6322314,0.661157,0.6735537,0.73966944,0.7768595,0.78099173,0.77272725,0.76859504,0.73966944,0.72727275,0.6859504,0.69008267,0.6942149,0.6859504,0.70247936,0.6818182,0.6942149,0.6983471,0.69008267,0.6404959,0.61570245,0.57438016,0.5082645,0.43801653,0.6652893,0.5247934,0.57024795,0.6322314,0.6942149,0.73966944,0.7768595,0.79752064,0.8057851,0.7933884,0.7892562,0.78512394,0.78099173,0.8016529,0.79752064,0.8016529,0.78512394,0.8057851,0.80991733,0.8181818,0.822314,0.80991733,0.8140496,0.79752064,0.76033056,0.75619835,0.7231405,0.72727275,0.73966944,0.7231405,0.6942149,0.6942149,0.72727275,0.79752064,0.8471074,0.8347107,0.822314,0.74380165,0.59917355,0.57024795,0.6363636,0.6404959,0.6652893,0.71900827,0.76033056,0.77272725,0.77272725,0.78099173,0.77272725,0.76033056,0.75619835,0.76033056,0.76033056,0.72727275,0.73966944,0.73966944,0.73966944,0.73140496,0.7107438,0.6694215,0.61570245,0.58677685,0.49586776,0.47933885,0.6487603,0.5123967,0.55785125,0.6280992,0.69008267,0.7355372,0.7644628,0.79752064,0.8057851,0.8016529,0.8057851,0.79752064,0.7933884,0.79752064,0.7933884,0.79752064,0.8016529,0.79752064,0.8016529,0.79752064,0.8057851,0.8016529,0.7933884,0.7768595,0.75619835,0.74380165,0.73966944,0.7231405,0.73966944,0.71900827,0.6818182,0.70247936,0.73966944,0.8057851,0.8471074,0.8347107,0.8264463,0.75619835,0.6280992,0.54545456,0.6198347,0.6528926,0.6528926,0.7066116,0.74380165,0.76033056,0.76859504,0.7768595,0.76859504,0.75206614,0.75619835,0.76033056,0.74793386,0.74793386,0.75206614,0.75619835,0.75619835,0.75619835,0.7231405,0.6818182,0.62396693,0.58677685,0.46694216,0.5165289,0.6404959,0.49173555,0.56198347,0.6280992,0.6818182,0.71900827,0.75619835,0.78099173,0.7892562,0.8016529,0.8140496,0.8140496,0.8057851,0.8057851,0.7892562,0.79752064,0.8016529,0.79752064,0.79752064,0.7892562,0.7933884,0.8016529,0.7933884,0.78512394,0.7644628,0.7355372,0.73966944,0.7355372,0.73966944,0.71900827,0.69008267,0.71487606,0.75619835,0.8057851,0.8429752,0.8305785,0.8181818,0.75619835,0.6280992,0.56198347,0.58264464,0.6280992,0.6487603,0.6942149,0.7355372,0.7644628,0.7644628,0.76033056,0.76033056,0.7644628,0.74380165,0.75619835,0.75206614,0.7355372,0.77272725,0.7644628,0.7644628,0.76033056,0.71900827,0.6735537,0.61157024,0.57438016,0.46280992,0.5206612,0.60330576,0.46694216,0.55785125,0.6198347,0.6735537,0.7107438,0.75206614,0.7644628,0.76859504,0.7933884,0.8057851,0.8181818,0.80991733,0.8140496,0.7892562,0.80991733,0.8057851,0.7933884,0.8016529,0.79752064,0.7933884,0.8016529,0.8057851,0.8016529,0.7644628,0.73140496,0.71900827,0.70247936,0.73140496,0.7107438,0.6983471,0.7231405,0.7644628,0.8181818,0.8429752,0.8347107,0.8140496,0.76033056,0.6528926,0.57024795,0.57024795,0.59504133,0.62396693,0.6983471,0.73966944,0.76033056,0.7644628,0.75619835,0.7644628,0.77272725,0.7644628,0.75619835,0.75619835,0.73140496,0.76033056,0.76859504,0.7644628,0.74380165,0.70247936,0.6487603,0.607438,0.55785125,0.4752066,0.5289256,0.6280992,0.42975205,0.53305787,0.60330576,0.6570248,0.70247936,0.73966944,0.74380165,0.75206614,0.7768595,0.7933884,0.8057851,0.80991733,0.8181818,0.7933884,0.8016529,0.80991733,0.79752064,0.8016529,0.79752064,0.79752064,0.79752064,0.8016529,0.78512394,0.73140496,0.6983471,0.6983471,0.6735537,0.72727275,0.7066116,0.7066116,0.73140496,0.77272725,0.8264463,0.8429752,0.8305785,0.80991733,0.76859504,0.6942149,0.58677685,0.57438016,0.57438016,0.58677685,0.661157,0.7355372,0.75206614,0.7644628,0.7644628,0.7644628,0.78099173,0.7768595,0.76033056,0.75619835,0.73966944,0.74380165,0.74380165,0.74793386,0.71900827,0.69008267,0.6404959,0.61570245,0.5413223,0.47107437,0.62396693,0.6198347,0.38842976,0.5082645,0.59090906,0.6446281,0.677686,0.7066116,0.73140496,0.74380165,0.76033056,0.7768595,0.7933884,0.79752064,0.8057851,0.8057851,0.79752064,0.8016529,0.79752064,0.79752064,0.7933884,0.78512394,0.7768595,0.76859504,0.73140496,0.6859504,0.6735537,0.661157,0.69008267,0.7231405,0.7107438,0.71487606,0.74793386,0.8016529,0.8429752,0.838843,0.822314,0.8181818,0.7892562,0.71487606,0.6198347,0.58264464,0.607438,0.57024795,0.61157024,0.7107438,0.74793386,0.7644628,0.7644628,0.76033056,0.77272725,0.78099173,0.7644628,0.76859504,0.73966944,0.73966944,0.72727275,0.7231405,0.6942149,0.677686,0.6280992,0.59504133,0.5082645,0.5082645,0.6942149,0.59917355,0.35950413,0.47107437,0.57438016,0.6280992,0.6446281,0.6818182,0.7107438,0.7231405,0.7355372,0.74793386,0.78099173,0.78099173,0.7933884,0.8016529,0.79752064,0.78512394,0.7892562,0.7933884,0.78512394,0.76859504,0.72727275,0.69008267,0.6570248,0.6446281,0.6652893,0.6652893,0.71900827,0.71487606,0.7107438,0.7231405,0.7644628,0.8264463,0.8471074,0.838843,0.8264463,0.8264463,0.8057851,0.73140496,0.6363636,0.58677685,0.6280992,0.60330576,0.5785124,0.661157,0.72727275,0.74380165,0.75619835,0.76033056,0.76859504,0.7768595,0.7644628,0.7644628,0.75206614,0.74793386,0.73140496,0.71487606,0.69008267,0.6652893,0.61157024,0.57024795,0.4752066,0.54545456,0.69008267,0.6322314,0.35950413,0.44214877,0.5371901,0.59917355,0.6322314,0.6528926,0.69008267,0.7066116,0.73140496,0.74380165,0.75619835,0.77272725,0.77272725,0.78099173,0.7933884,0.77272725,0.77272725,0.7768595,0.76859504,0.74380165,0.69008267,0.6280992,0.59504133,0.607438,0.6570248,0.6983471,0.7066116,0.6983471,0.69008267,0.72727275,0.76033056,0.80991733,0.838843,0.838843,0.8429752,0.8305785,0.80991733,0.73140496,0.62396693,0.57024795,0.61157024,0.62396693,0.5661157,0.60330576,0.6818182,0.72727275,0.74793386,0.75619835,0.75619835,0.77272725,0.74793386,0.74793386,0.75206614,0.73966944,0.73140496,0.7107438,0.6859504,0.6528926,0.607438,0.553719,0.46280992,0.58677685,0.6570248,0.6446281,0.39256197,0.3966942,0.49173555,0.5661157,0.61157024,0.6322314,0.6570248,0.6859504,0.7107438,0.7231405,0.7231405,0.76033056,0.76859504,0.76859504,0.78099173,0.77272725,0.75206614,0.7644628,0.74380165,0.69008267,0.6404959,0.60330576,0.5413223,0.5661157,0.661157,0.6818182,0.6322314,0.6363636,0.62396693,0.6694215,0.73966944,0.78099173,0.8016529,0.822314,0.8347107,0.822314,0.76859504,0.6983471,0.59504133,0.5413223,0.58264464,0.6198347,0.57438016,0.57438016,0.6363636,0.6983471,0.73140496,0.74380165,0.74793386,0.76033056,0.74793386,0.73966944,0.7355372,0.7231405,0.71900827,0.6859504,0.6570248,0.6322314,0.59090906,0.5165289,0.46280992,0.61570245,0.62396693,0.6198347,0.42975205,0.3553719,0.45867768,0.5123967,0.57438016,0.62396693,0.6363636,0.6694215,0.6942149,0.7107438,0.7066116,0.73966944,0.7644628,0.75619835,0.77272725,0.76033056,0.74380165,0.74380165,0.6942149,0.6322314,0.59917355,0.59917355,0.5413223,0.5247934,0.59504133,0.5785124,0.45041323,0.45454547,0.5289256,0.5371901,0.62396693,0.7107438,0.74380165,0.76033056,0.7768595,0.77272725,0.7107438,0.59504133,0.5165289,0.5123967,0.5413223,0.553719,0.57438016,0.5785124,0.59504133,0.6570248,0.70247936,0.72727275,0.7355372,0.73966944,0.72727275,0.72727275,0.7231405,0.6983471,0.70247936,0.6694215,0.6446281,0.61570245,0.56198347,0.47107437,0.47933885,0.59090906,0.57024795,0.57438016,0.41735536,0.37190083,0.4214876,0.4752066,0.5165289,0.58677685,0.6198347,0.6528926,0.677686,0.69008267,0.71900827,0.71900827,0.7355372,0.75206614,0.75206614,0.74380165,0.73966944,0.70247936,0.6322314,0.59090906,0.58677685,0.6198347,0.62396693,0.5,0.47107437,0.47107437,0.32231405,0.1446281,0.30991736,0.46280992,0.47933885,0.5495868,0.607438,0.6487603,0.6818182,0.661157,0.57438016,0.45041323,0.3677686,0.3181818,0.3677686,0.4876033,0.60330576,0.61570245,0.58677685,0.6322314,0.6818182,0.6983471,0.7066116,0.71900827,0.7066116,0.71900827,0.6859504,0.6694215,0.6652893,0.6198347,0.6198347,0.59504133,0.53305787,0.45867768,0.5123967,0.56198347,0.5206612,0.5247934,0.42561984,0.37190083,0.3966942,0.45867768,0.49173555,0.5289256,0.5785124,0.61570245,0.6404959,0.6487603,0.677686,0.6983471,0.6942149,0.7066116,0.7066116,0.71900827,0.7107438,0.6694215,0.60330576,0.58677685,0.62396693,0.677686,0.6942149,0.58677685,0.43801653,0.37603307,0.32231405,0.1983471,0.20661157,0.26859504,0.3677686,0.41322315,0.45041323,0.4876033,0.5206612,0.49173555,0.39256197,0.29752067,0.23553719,0.2892562,0.36363637,0.49586776,0.6528926,0.6570248,0.60330576,0.607438,0.6528926,0.677686,0.6983471,0.7107438,0.6942149,0.677686,0.6735537,0.6570248,0.6322314,0.61570245,0.59504133,0.55785125,0.5041322,0.43801653,0.5,0.5082645,0.42561984,0.4090909,0.41322315,0.40082645,0.37190083,0.4214876,0.47107437,0.49586776,0.5371901,0.5785124,0.607438,0.6363636,0.6570248,0.677686,0.677686,0.6570248,0.677686,0.677686,0.6652893,0.6198347,0.5785124,0.59917355,0.677686,0.70247936,0.70247936,0.6859504,0.59917355,0.446281,0.41735536,0.33471075,0.28512397,0.2603306,0.2644628,0.2892562,0.338843,0.35950413,0.35123968,0.3181818,0.32231405,0.34710744,0.38429752,0.44214877,0.49173555,0.58264464,0.6528926,0.6694215,0.6528926,0.61157024,0.6198347,0.6570248,0.661157,0.6859504,0.6694215,0.6446281,0.6404959,0.6363636,0.60330576,0.59090906,0.553719,0.5206612,0.47933885,0.41735536,0.38842976,0.37603307,0.3553719,0.3966942,0.3966942,0.4090909,0.3677686,0.38016528,0.42561984,0.45454547,0.47933885,0.5247934,0.55785125,0.59090906,0.6198347,0.6404959,0.6280992,0.6322314,0.6404959,0.6404959,0.62396693,0.58677685,0.5785124,0.6404959,0.71900827,0.7066116,0.69008267,0.6859504,0.6818182,0.53305787,0.5,0.45041323,0.39256197,0.32231405,0.2892562,0.2768595,0.29752067,0.3140496,0.3264463,0.3429752,0.4338843,0.47933885,0.5123967,0.5413223,0.553719,0.59504133,0.6404959,0.661157,0.6818182,0.6404959,0.59504133,0.59917355,0.61157024,0.6363636,0.6363636,0.6363636,0.60330576,0.59504133,0.57438016,0.5495868,0.5289256,0.47933885,0.45454547,0.3677686,0.30578512,0.35950413,0.3677686,0.39256197,0.40082645,0.41735536,0.3677686,0.3677686,0.40495867,0.4090909,0.41735536,0.46694216,0.5206612,0.5371901,0.5661157,0.59090906,0.61157024,0.6198347,0.61570245,0.60330576,0.5785124,0.57024795,0.61157024,0.6859504,0.7066116,0.69008267,0.6818182,0.6735537,0.6570248,0.59090906,0.55785125,0.53305787,0.5082645,0.40495867,0.3966942,0.40082645,0.41735536,0.4090909,0.41322315,0.4752066,0.5082645,0.5247934,0.553719,0.5247934,0.53305787,0.55785125,0.61157024,0.6487603,0.6735537,0.6735537,0.62396693,0.5785124,0.5661157,0.59504133,0.60330576,0.61570245,0.5785124,0.57024795,0.5371901,0.5123967,0.49586776,0.45041323,0.4214876,0.33471075,0.32231405,0.37190083,0.37603307,0.38842976,0.38016528,0.41735536,0.37603307,0.37603307,0.39256197,0.39256197,0.38429752,0.41322315,0.45454547,0.49173555,0.5371901,0.55785125,0.58677685,0.58677685,0.5785124,0.55785125,0.5495868,0.59090906,0.6570248,0.69008267,0.6859504,0.6652893,0.6694215,0.6942149,0.6363636,0.6363636,0.6280992,0.59504133,0.57024795,0.49586776,0.49586776,0.5165289,0.5413223,0.5247934,0.5082645,0.53305787,0.54545456,0.5413223,0.553719,0.5206612,0.5123967,0.5495868,0.59090906,0.6322314,0.6363636,0.661157,0.677686,0.62396693,0.53305787,0.5289256,0.5785124,0.5785124,0.5661157,0.5413223,0.5165289,0.49173555,0.46280992,0.42975205,0.39256197,0.33471075,0.3429752,0.38016528,0.37603307,0.39256197,0.3181818,0.40082645,0.40082645,0.37603307,0.4090909,0.41735536,0.39256197,0.39256197,0.4214876,0.46694216,0.5123967,0.5495868,0.57024795,0.57024795,0.56198347,0.53305787,0.56198347,0.6446281,0.69008267,0.6942149,0.6983471,0.6859504,0.6446281,0.69008267,0.6735537,0.62396693,0.6363636,0.6446281,0.59504133,0.56198347,0.553719,0.5413223,0.5371901,0.5247934,0.5123967,0.5289256,0.55785125,0.5413223,0.5495868,0.5289256,0.5413223,0.5661157,0.58264464,0.607438,0.61157024,0.62396693,0.677686,0.70247936,0.58677685,0.46280992,0.53305787,0.553719,0.5413223,0.5165289,0.5,0.46694216,0.42975205,0.41735536,0.37603307,0.338843,0.3553719,0.37603307,0.39256197,0.39256197,0.18595041,0.38429752,0.41322315,0.39256197,0.4214876,0.446281,0.4338843,0.4214876,0.41322315,0.45867768,0.5206612,0.55785125,0.5785124,0.57438016,0.5289256,0.5289256,0.59504133,0.6528926,0.6942149,0.6942149,0.69008267,0.6859504,0.6322314,0.661157,0.6735537,0.6322314,0.6404959,0.6735537,0.61570245,0.60330576,0.59504133,0.53305787,0.53305787,0.49586776,0.4752066,0.5247934,0.57438016,0.5247934,0.54545456,0.5413223,0.54545456,0.57438016,0.57438016,0.59917355,0.59504133,0.59504133,0.6570248,0.6859504,0.6446281,0.5123967,0.4876033,0.5413223,0.5371901,0.5041322,0.49173555,0.45041323,0.41735536,0.4214876,0.35950413,0.35123968,0.3677686,0.38016528,0.40082645,0.40082645,0.09090909,0.3264463,0.39256197,0.40495867,0.4214876,0.45454547,0.46694216,0.45454547,0.44214877,0.46694216,0.53305787,0.5661157,0.59504133,0.58677685,0.5289256,0.55785125,0.607438,0.6280992,0.6570248,0.6528926,0.6446281,0.6694215,0.62396693,0.6198347,0.661157,0.62396693,0.6322314,0.6859504,0.6570248,0.6322314,0.61570245,0.54545456,0.53305787,0.4876033,0.4752066,0.5371901,0.5661157,0.5123967,0.553719,0.56198347,0.57024795,0.5661157,0.5371901,0.57024795,0.5785124,0.58677685,0.6363636,0.6404959,0.6280992,0.58677685,0.5123967,0.55785125,0.5495868,0.5123967,0.4876033,0.43801653,0.41322315,0.41735536,0.3553719,0.35950413,0.38016528,0.39256197,0.3966942,0.4090909,0.09090909,0.24380165,0.37190083,0.4090909,0.4338843,0.45867768,0.47933885,0.48347107,0.47107437,0.48347107,0.5371901,0.5785124,0.60330576,0.607438,0.56198347,0.5785124,0.61570245,0.607438,0.607438,0.57024795,0.57438016,0.62396693,0.60330576,0.607438,0.661157,0.6446281,0.6570248,0.6570248,0.6735537,0.6652893,0.6280992,0.57024795,0.56198347,0.53305787,0.5165289,0.55785125,0.53305787,0.553719,0.57024795,0.58264464,0.5661157,0.56198347,0.5371901,0.55785125,0.5661157,0.58264464,0.62396693,0.60330576,0.58677685,0.57438016,0.55785125,0.59917355,0.56198347,0.5123967,0.48347107,0.42561984,0.4338843,0.40495867,0.3553719,0.3677686,0.39256197,0.38842976,0.40495867,0.40082645,0.2520661,0.18181819,0.3140496,0.3966942,0.446281,0.47107437,0.5041322,0.5082645,0.5,0.5041322,0.5371901,0.58677685,0.61157024,0.6694215,0.61157024,0.58264464,0.59504133,0.5785124,0.57024795,0.5495868,0.56198347,0.59090906,0.62396693,0.6322314,0.6694215,0.6694215,0.677686,0.6652893,0.661157,0.677686,0.6652893,0.6404959,0.6363636,0.61157024,0.58677685,0.58264464,0.56198347,0.58264464,0.5785124,0.57438016,0.5495868,0.55785125,0.55785125,0.553719,0.5289256,0.55785125,0.5661157,0.553719,0.5495868,0.5413223,0.59090906,0.6280992,0.553719,0.47933885,0.47107437,0.4338843,0.446281,0.38016528,0.3553719,0.38016528,0.38429752,0.38429752,0.4090909,0.40082645,0.22727273,0.11157025,0.2644628,0.3553719,0.44214877,0.46280992,0.5,0.5206612,0.5206612,0.5,0.5371901,0.607438,0.6363636,0.6983471,0.677686,0.5785124,0.5785124,0.553719,0.5247934,0.5206612,0.5206612,0.54545456,0.607438,0.60330576,0.61570245,0.61570245,0.6528926,0.6487603,0.6942149,0.70247936,0.7231405,0.7355372,0.7231405,0.7066116,0.6652893,0.6198347,0.58677685,0.59504133,0.55785125,0.54545456,0.5289256,0.5413223,0.5165289,0.46694216,0.46694216,0.5041322,0.5165289,0.53305787,0.5495868,0.5289256,0.6198347,0.60330576,0.53305787,0.47933885,0.446281,0.446281,0.4338843,0.3553719,0.35950413,0.38842976,0.38842976,0.38429752,0.4090909,0.3966942,0.11570248,0.09090909,0.23553719,0.30165288,0.40495867,0.446281,0.48347107,0.5165289,0.5165289,0.5123967,0.5165289,0.58264464,0.6404959,0.69008267,0.71900827,0.59504133,0.5661157,0.55785125,0.5165289,0.4876033,0.44214877,0.40082645,0.40495867,0.3966942,0.45454547,0.45041323,0.47107437,0.47107437,0.5123967,0.5289256,0.5661157,0.6363636,0.6652893,0.6322314,0.56198347,0.48347107,0.45867768,0.45454547,0.42561984,0.40082645,0.40495867,0.40495867,0.3966942,0.41735536,0.45454547,0.47107437,0.5123967,0.5371901,0.5495868,0.5413223,0.61570245,0.57438016,0.5123967,0.47107437,0.44214877,0.45454547,0.40082645,0.3429752,0.36363637,0.38842976,0.38842976,0.39256197,0.40495867,0.39256197,0.09090909,0.07024793,0.23966943,0.23966943,0.35950413,0.4214876,0.46280992,0.49586776,0.49586776,0.5082645,0.5041322,0.54545456,0.607438,0.6694215,0.71900827,0.6570248,0.58677685,0.59090906,0.59504133,0.57024795,0.5661157,0.54545456,0.44214877,0.3181818,0.28099173,0.2520661,0.23140496,0.28099173,0.30165288,0.338843,0.35950413,0.38429752,0.42561984,0.40495867,0.36363637,0.30991736,0.26859504,0.28099173,0.2768595,0.30578512,0.35123968,0.4090909,0.4876033,0.54545456,0.54545456,0.53305787,0.5413223,0.553719,0.553719,0.56198347,0.58264464,0.55785125,0.48347107,0.45867768,0.43801653,0.42975205,0.35123968,0.338843,0.37190083,0.39256197,0.39256197,0.39256197,0.4090909,0.38429752,0.10330579,0.06198347,0.24380165,0.27272728,0.2892562,0.37190083,0.4338843,0.47107437,0.5041322,0.49586776,0.48347107,0.5165289,0.5413223,0.62396693,0.6652893,0.6735537,0.6280992,0.61157024,0.6363636,0.6280992,0.61570245,0.6322314,0.6363636,0.6198347,0.5123967,0.45454547,0.40495867,0.35950413,0.3429752,0.30578512,0.30578512,0.30165288,0.30578512,0.338843,0.35950413,0.39256197,0.4214876,0.47107437,0.5,0.48347107,0.5,0.5165289,0.53305787,0.553719,0.55785125,0.5413223,0.5413223,0.55785125,0.55785125,0.58264464,0.57438016,0.54545456,0.4752066,0.45867768,0.43801653,0.40495867,0.3181818,0.33471075,0.38016528,0.38842976,0.39256197,0.40495867,0.40082645,0.40495867,0.0785124,0.045454547,0.24793388,0.3264463,0.2644628,0.3140496,0.38429752,0.446281,0.47933885,0.49586776,0.48347107,0.5,0.5289256,0.58264464,0.607438,0.6280992,0.59504133,0.59917355,0.6322314,0.6446281,0.6446281,0.6363636,0.62396693,0.61570245,0.6280992,0.62396693,0.6528926,0.6322314,0.6942149,0.6818182,0.6487603,0.6198347,0.59090906,0.58677685,0.58677685,0.61157024,0.6198347,0.61570245,0.5661157,0.5371901,0.57024795,0.53305787,0.5206612,0.5661157,0.57024795,0.5661157,0.5785124,0.553719,0.553719,0.59504133,0.553719,0.48347107,0.45454547,0.44214877,0.43801653,0.36363637,0.23966943,0.29338843,0.38842976,0.39256197,0.40082645,0.38842976,0.4214876,0.40495867,0.07438017,0.037190083,0.24380165,0.3553719,0.29752067,0.2603306,0.3305785,0.41735536,0.45867768,0.47107437,0.47933885,0.4752066,0.5165289,0.5289256,0.5785124,0.61570245,0.60330576,0.6322314,0.6363636,0.661157,0.661157,0.6570248,0.6363636,0.607438,0.5785124,0.57438016,0.6198347,0.6280992,0.661157,0.71900827,0.73966944,0.72727275,0.69008267,0.6735537,0.6652893,0.6859504,0.6735537,0.6280992,0.61157024,0.57024795,0.56198347,0.53305787,0.5413223,0.57024795,0.57024795,0.5785124,0.57438016,0.57438016,0.57024795,0.56198347,0.5413223,0.45454547,0.446281,0.41322315,0.42975205,0.3264463,0.17768595,0.24380165,0.38016528,0.39256197,0.3966942,0.39256197,0.40495867,0.40495867,0.07438017,0.037190083,0.24380165,0.37603307,0.338843,0.2520661,0.28512397,0.38016528,0.4214876,0.45041323,0.45454547,0.45454547,0.5165289,0.5041322,0.553719,0.59917355,0.61157024,0.6363636,0.6487603,0.6363636,0.6570248,0.6570248,0.6363636,0.607438,0.59504133,0.5661157,0.58264464,0.57438016,0.59917355,0.607438,0.607438,0.60330576,0.58677685,0.58677685,0.58677685,0.59917355,0.5785124,0.57024795,0.5785124,0.56198347,0.53305787,0.53305787,0.5413223,0.5661157,0.5785124,0.58264464,0.5785124,0.5785124,0.5785124,0.54545456,0.5206612,0.45867768,0.42975205,0.4214876,0.38016528,0.24380165,0.1694215,0.21900827,0.33471075,0.38842976,0.39256197,0.40082645,0.40082645,0.4090909,0.07438017,0.03305785,0.23553719,0.38429752,0.37603307,0.29338843,0.25619835,0.32231405,0.39256197,0.41322315,0.45041323,0.45041323,0.4752066,0.5,0.5289256,0.58264464,0.59504133,0.61157024,0.6280992,0.6198347,0.6322314,0.6446281,0.6446281,0.60330576,0.58677685,0.57024795,0.5413223,0.55785125,0.5661157,0.553719,0.5247934,0.49173555,0.48347107,0.4876033,0.48347107,0.49173555,0.49586776,0.5123967,0.5206612,0.5289256,0.5165289,0.53305787,0.54545456,0.57438016,0.58264464,0.5785124,0.58264464,0.58264464,0.58264464,0.5371901,0.5041322,0.44214877,0.4338843,0.42975205,0.30165288,0.16115703,0.19421488,0.20661157,0.27272728,0.338843,0.36363637,0.38842976,0.40082645,0.40082645,0.08264463,0.03305785,0.2231405,0.38842976,0.38016528,0.3181818,0.2644628,0.2644628,0.338843,0.39256197,0.44214877,0.45867768,0.45041323,0.4876033,0.5206612,0.5661157,0.58677685,0.58677685,0.60330576,0.61157024,0.62396693,0.6322314,0.6487603,0.61570245,0.59504133,0.5785124,0.5413223,0.5206612,0.5206612,0.5413223,0.5041322,0.47933885,0.4876033,0.4876033,0.47107437,0.4876033,0.49586776,0.48347107,0.48347107,0.5,0.53305787,0.5495868,0.55785125,0.57438016,0.58264464,0.57438016,0.58264464,0.5785124,0.5661157,0.5165289,0.4752066,0.41322315,0.45041323,0.37603307,0.18181819,0.1446281,0.2107438,0.21487603,0.23140496,0.24380165,0.2768595,0.3140496,0.35123968,0.37190083,0.08264463,0.02892562,0.21487603,0.38429752,0.39256197,0.33471075,0.29338843,0.23966943,0.26859504,0.3429752,0.40495867,0.46280992,0.45867768,0.4876033,0.5165289,0.553719,0.5661157,0.57024795,0.58677685,0.607438,0.6198347,0.61570245,0.6322314,0.62396693,0.59917355,0.59917355,0.57024795,0.53305787,0.5,0.5041322,0.48347107,0.4876033,0.49586776,0.49173555,0.5,0.5165289,0.5082645,0.48347107,0.49586776,0.5206612,0.5661157,0.56198347,0.56198347,0.5661157,0.57438016,0.57438016,0.57438016,0.57024795,0.553719,0.49586776,0.446281,0.4090909,0.42975205,0.2603306,0.09090909,0.1570248,0.21487603,0.21900827,0.22727273,0.21487603,0.23140496,0.23553719,0.2520661,0.28512397,0.08264463,0.037190083,0.24380165,0.38016528,0.39256197,0.35950413,0.32231405,0.25619835,0.2231405,0.28512397,0.37603307,0.45454547,0.45041323,0.47107437,0.5082645,0.5371901,0.553719,0.56198347,0.57438016,0.59917355,0.61157024,0.61157024,0.62396693,0.6198347,0.60330576,0.61157024,0.61157024,0.59504133,0.55785125,0.53305787,0.5206612,0.5165289,0.5,0.5,0.5041322,0.5371901,0.53305787,0.5123967,0.5289256,0.55785125,0.58264464,0.56198347,0.5661157,0.57024795,0.5785124,0.5785124,0.57438016,0.55785125,0.5289256,0.47107437,0.43801653,0.41322315,0.35950413,0.17768595,0.0785124,0.16115703,0.2107438,0.22727273,0.23553719,0.2231405,0.22727273,0.23553719,0.22727273,0.2231405,0.0661157,0.08677686,0.3140496,0.37603307,0.38842976,0.38016528,0.35123968,0.29338843,0.23966943,0.21900827,0.30578512,0.40082645,0.446281,0.45867768,0.48347107,0.5206612,0.54545456,0.55785125,0.57024795,0.59917355,0.607438,0.6198347,0.6363636,0.62396693,0.6198347,0.61157024,0.61570245,0.62396693,0.60330576,0.57024795,0.55785125,0.53305787,0.5247934,0.53305787,0.53305787,0.5371901,0.5371901,0.5495868,0.56198347,0.58677685,0.59090906,0.5785124,0.58677685,0.59090906,0.59504133,0.58264464,0.57438016,0.54545456,0.49586776,0.44214877,0.41735536,0.38016528,0.30991736,0.19421488,0.08264463,0.16528925,0.2107438,0.2231405,0.22727273,0.23553719,0.23140496,0.23140496,0.22727273,0.2231405,0.049586777,0.16115703,0.37190083,0.3553719,0.37190083,0.38842976,0.37190083,0.32231405,0.2768595,0.22727273,0.22727273,0.29338843,0.4090909,0.46280992,0.45867768,0.5082645,0.5413223,0.54545456,0.57438016,0.58677685,0.61570245,0.6322314,0.6652893,0.6528926,0.6404959,0.6280992,0.62396693,0.6363636,0.6363636,0.61157024,0.59917355,0.58677685,0.57438016,0.57438016,0.57024795,0.5495868,0.54545456,0.58677685,0.59090906,0.607438,0.607438,0.59090906,0.607438,0.61157024,0.607438,0.57438016,0.5495868,0.53305787,0.4752066,0.41322315,0.3553719,0.3553719,0.30578512,0.24793388,0.08264463,0.1694215,0.21487603,0.21900827,0.21900827,0.24380165,0.23140496,0.22727273,0.23140496,0.21900827,0.020661157,0.2520661,0.39256197,0.35123968,0.37603307,0.38842976,0.39256197,0.3553719,0.30578512,0.25619835,0.22727273,0.2107438,0.29338843,0.40082645,0.43801653,0.49173555,0.5371901,0.5206612,0.5495868,0.58264464,0.62396693,0.6446281,0.6735537,0.6859504,0.6735537,0.661157,0.6652893,0.6694215,0.6652893,0.6570248,0.6694215,0.677686,0.6694215,0.6487603,0.6487603,0.6404959,0.6404959,0.6363636,0.6280992,0.6322314,0.6363636,0.6322314,0.6322314,0.6322314,0.60330576,0.55785125,0.5247934,0.5041322,0.46280992,0.3553719,0.338843,0.39256197,0.2603306,0.30165288,0.09504132,0.17355372,0.2231405,0.2231405,0.2231405,0.23966943,0.23966943,0.23966943,0.23553719,0.2231405,0.016528925,0.34710744,0.40082645,0.34710744,0.38016528,0.39256197,0.38842976,0.37603307,0.34710744,0.2892562,0.2520661,0.2231405,0.21487603,0.28512397,0.35123968,0.45454547,0.5247934,0.5206612,0.5371901,0.5661157,0.61570245,0.62396693,0.6487603,0.7066116,0.7107438,0.70247936,0.7066116,0.7066116,0.6942149,0.6942149,0.7107438,0.69008267,0.6694215,0.6570248,0.6652893,0.70247936,0.69008267,0.677686,0.69008267,0.677686,0.6818182,0.6487603,0.6446281,0.6487603,0.607438,0.5289256,0.5,0.47107437,0.38429752,0.3429752,0.35950413,0.4090909,0.27272728,0.2892562,0.10743801,0.18181819,0.22727273,0.2231405,0.22727273,0.24380165,0.22727273,0.24793388,0.23140496,0.21487603,0.037190083,0.4090909,0.41322315,0.35123968,0.38016528,0.41322315,0.42561984,0.39256197,0.3677686,0.32231405,0.2768595,0.24380165,0.21487603,0.20247933,0.24380165,0.3181818,0.43801653,0.48347107,0.5289256,0.55785125,0.57438016,0.59504133,0.6198347,0.7107438,0.7231405,0.73966944,0.74380165,0.7066116,0.6983471,0.6859504,0.70247936,0.6735537,0.6446281,0.6280992,0.6446281,0.6735537,0.6487603,0.6528926,0.69008267,0.6859504,0.6818182,0.6652893,0.661157,0.6363636,0.58264464,0.5206612,0.48347107,0.42975205,0.3140496,0.37603307,0.38842976,0.4214876,0.2644628,0.2892562,0.13636364,0.19421488,0.23140496,0.2231405,0.22727273,0.23966943,0.22727273,0.23140496,0.21900827,0.20247933,2 +0.5413223,0.553719,0.58264464,0.6198347,0.6322314,0.6694215,0.70247936,0.72727275,0.7355372,0.74793386,0.7644628,0.77272725,0.78512394,0.7892562,0.7933884,0.7933884,0.80991733,0.80991733,0.8305785,0.8264463,0.8264463,0.8347107,0.8347107,0.8305785,0.8305785,0.8305785,0.8264463,0.8264463,0.8181818,0.80991733,0.8140496,0.8057851,0.80991733,0.8057851,0.8140496,0.8140496,0.8140496,0.8181818,0.80991733,0.8140496,0.80991733,0.80991733,0.80991733,0.80991733,0.78512394,0.7768595,0.7644628,0.7644628,0.74380165,0.73966944,0.72727275,0.70247936,0.677686,0.677686,0.6363636,0.6363636,0.6280992,0.61157024,0.4876033,0.46694216,0.37603307,0.2520661,0.23140496,0.23553719,0.5247934,0.5413223,0.55785125,0.60330576,0.6198347,0.6528926,0.6859504,0.7231405,0.74380165,0.75619835,0.7644628,0.7644628,0.78512394,0.7892562,0.79752064,0.79752064,0.8057851,0.80991733,0.822314,0.8305785,0.8305785,0.8305785,0.8347107,0.8347107,0.838843,0.838843,0.8264463,0.8264463,0.822314,0.80991733,0.80991733,0.8057851,0.80991733,0.80991733,0.8181818,0.80991733,0.8140496,0.822314,0.8181818,0.822314,0.8181818,0.8181818,0.8181818,0.8057851,0.8016529,0.79752064,0.78512394,0.78099173,0.76859504,0.76033056,0.74380165,0.71900827,0.7066116,0.6859504,0.6528926,0.61570245,0.6198347,0.59504133,0.49173555,0.46694216,0.38016528,0.23966943,0.21900827,0.21900827,0.5206612,0.553719,0.5495868,0.59090906,0.62396693,0.6487603,0.6818182,0.73140496,0.75619835,0.75619835,0.77272725,0.77272725,0.7933884,0.79752064,0.8057851,0.8057851,0.8140496,0.822314,0.8264463,0.8347107,0.838843,0.8347107,0.838843,0.8347107,0.838843,0.8347107,0.822314,0.822314,0.822314,0.8057851,0.8016529,0.8016529,0.8140496,0.80991733,0.822314,0.8140496,0.8140496,0.822314,0.822314,0.822314,0.8181818,0.8264463,0.8140496,0.80991733,0.8057851,0.79752064,0.7933884,0.78512394,0.78099173,0.76033056,0.74380165,0.71900827,0.6983471,0.6818182,0.661157,0.6198347,0.6280992,0.57024795,0.48347107,0.46694216,0.38842976,0.2520661,0.20661157,0.19421488,0.54545456,0.57024795,0.56198347,0.58264464,0.62396693,0.6446281,0.70247936,0.73966944,0.76033056,0.75619835,0.77272725,0.7768595,0.7892562,0.8016529,0.80991733,0.8057851,0.8140496,0.822314,0.8264463,0.8305785,0.8429752,0.838843,0.838843,0.8347107,0.8347107,0.8347107,0.8305785,0.8181818,0.8181818,0.79752064,0.79752064,0.8016529,0.8016529,0.8057851,0.822314,0.822314,0.822314,0.8264463,0.822314,0.8181818,0.8181818,0.8305785,0.8181818,0.8057851,0.80991733,0.8016529,0.7933884,0.7892562,0.7768595,0.76859504,0.75619835,0.73140496,0.6983471,0.69008267,0.6694215,0.6363636,0.6280992,0.56198347,0.4876033,0.46280992,0.3966942,0.25619835,0.20247933,0.17768595,0.56198347,0.5785124,0.56198347,0.59504133,0.6198347,0.6404959,0.71487606,0.74380165,0.75206614,0.75619835,0.7644628,0.77272725,0.78099173,0.78512394,0.8016529,0.79752064,0.8057851,0.80991733,0.80991733,0.8181818,0.8264463,0.8264463,0.8347107,0.8347107,0.8347107,0.8347107,0.838843,0.8264463,0.822314,0.7933884,0.8057851,0.80991733,0.8016529,0.8057851,0.8181818,0.8264463,0.8305785,0.822314,0.822314,0.822314,0.822314,0.8347107,0.8264463,0.8057851,0.8057851,0.79752064,0.7892562,0.7892562,0.77272725,0.76859504,0.7644628,0.7231405,0.6818182,0.677686,0.6404959,0.62396693,0.61570245,0.57438016,0.4876033,0.46694216,0.40082645,0.2520661,0.18595041,0.17355372,0.56198347,0.58677685,0.57024795,0.61157024,0.6363636,0.6487603,0.71487606,0.74380165,0.73966944,0.75206614,0.75619835,0.7644628,0.7768595,0.77272725,0.78512394,0.7768595,0.78512394,0.79752064,0.78512394,0.8057851,0.80991733,0.8057851,0.822314,0.8305785,0.8347107,0.8429752,0.8471074,0.8305785,0.79752064,0.80991733,0.80991733,0.8057851,0.80991733,0.80991733,0.8181818,0.8264463,0.8347107,0.822314,0.822314,0.8305785,0.822314,0.8429752,0.822314,0.80991733,0.79752064,0.78512394,0.78099173,0.77272725,0.76033056,0.75619835,0.76033056,0.71487606,0.6818182,0.6818182,0.6322314,0.61570245,0.607438,0.58264464,0.5,0.46280992,0.4090909,0.24793388,0.16528925,0.16528925,0.56198347,0.5785124,0.57024795,0.607438,0.6404959,0.661157,0.71487606,0.73966944,0.73966944,0.74793386,0.75206614,0.75619835,0.76859504,0.76033056,0.7644628,0.76033056,0.77272725,0.78512394,0.75619835,0.77272725,0.7768595,0.76859504,0.78512394,0.7933884,0.8057851,0.8140496,0.8181818,0.7933884,0.76859504,0.80991733,0.8181818,0.8181818,0.80991733,0.8016529,0.8140496,0.8305785,0.8347107,0.8305785,0.8140496,0.8181818,0.79752064,0.80991733,0.8016529,0.76859504,0.75206614,0.73966944,0.73966944,0.7231405,0.71900827,0.7231405,0.7107438,0.677686,0.6735537,0.661157,0.6404959,0.61157024,0.59917355,0.56198347,0.5041322,0.45867768,0.4214876,0.24793388,0.14049587,0.1570248,0.553719,0.5785124,0.5661157,0.58264464,0.6487603,0.661157,0.7066116,0.7231405,0.70247936,0.7066116,0.71487606,0.7066116,0.72727275,0.7355372,0.73966944,0.71487606,0.71487606,0.73140496,0.7066116,0.71487606,0.73140496,0.7231405,0.73140496,0.72727275,0.73966944,0.76859504,0.7644628,0.75619835,0.74380165,0.7892562,0.7933884,0.80991733,0.7892562,0.7892562,0.79752064,0.8016529,0.8140496,0.8057851,0.7768595,0.78512394,0.74793386,0.73966944,0.74793386,0.6859504,0.6652893,0.6404959,0.6280992,0.6280992,0.6363636,0.62396693,0.59504133,0.58264464,0.58677685,0.5785124,0.58264464,0.59917355,0.5785124,0.54545456,0.5082645,0.47107437,0.4214876,0.25619835,0.1446281,0.14876033,0.56198347,0.56198347,0.58264464,0.57438016,0.6322314,0.6735537,0.70247936,0.6652893,0.6363636,0.6570248,0.6363636,0.61570245,0.6735537,0.69008267,0.6570248,0.59917355,0.57024795,0.58677685,0.58677685,0.57438016,0.59504133,0.59504133,0.6280992,0.6446281,0.661157,0.71900827,0.72727275,0.72727275,0.72727275,0.7644628,0.76033056,0.77272725,0.75619835,0.76033056,0.76033056,0.76033056,0.7768595,0.76859504,0.73140496,0.71900827,0.6983471,0.661157,0.6859504,0.60330576,0.60330576,0.5371901,0.5082645,0.5289256,0.5206612,0.49586776,0.4876033,0.4752066,0.49586776,0.5123967,0.47933885,0.5247934,0.5,0.48347107,0.47107437,0.46280992,0.4214876,0.23140496,0.14876033,0.15289256,0.5661157,0.55785125,0.58264464,0.56198347,0.60330576,0.6404959,0.60330576,0.5661157,0.57024795,0.54545456,0.5413223,0.553719,0.58677685,0.59090906,0.56198347,0.5,0.46280992,0.46694216,0.446281,0.446281,0.446281,0.45867768,0.48347107,0.5247934,0.5785124,0.6363636,0.6652893,0.6818182,0.7107438,0.7231405,0.73140496,0.7231405,0.7231405,0.71900827,0.72727275,0.7355372,0.74380165,0.73966944,0.70247936,0.6859504,0.6528926,0.59504133,0.60330576,0.553719,0.5247934,0.45867768,0.42975205,0.41735536,0.40082645,0.4090909,0.4214876,0.4090909,0.446281,0.47933885,0.46694216,0.45867768,0.42561984,0.40495867,0.39256197,0.43801653,0.4214876,0.21487603,0.14049587,0.1694215,0.58264464,0.5495868,0.59090906,0.5495868,0.5289256,0.5247934,0.5,0.5,0.47107437,0.45041323,0.49173555,0.5165289,0.5165289,0.49586776,0.45867768,0.446281,0.4090909,0.38429752,0.38842976,0.38016528,0.37603307,0.39256197,0.4090909,0.43801653,0.48347107,0.54545456,0.5661157,0.62396693,0.6652893,0.6983471,0.71487606,0.7107438,0.70247936,0.6818182,0.677686,0.70247936,0.7107438,0.70247936,0.6818182,0.6694215,0.607438,0.5371901,0.53305787,0.5082645,0.46280992,0.40495867,0.37603307,0.35123968,0.338843,0.37190083,0.38842976,0.39256197,0.43801653,0.42561984,0.46694216,0.42561984,0.40082645,0.38842976,0.36363637,0.41322315,0.40082645,0.20661157,0.1322314,0.1570248,0.57438016,0.553719,0.59090906,0.55785125,0.5165289,0.5247934,0.5123967,0.5371901,0.5206612,0.48347107,0.45867768,0.47933885,0.5206612,0.5206612,0.5082645,0.5371901,0.5247934,0.5123967,0.5041322,0.47933885,0.43801653,0.4090909,0.41735536,0.42561984,0.45041323,0.5,0.5123967,0.5785124,0.62396693,0.6652893,0.7066116,0.7107438,0.7066116,0.6983471,0.6859504,0.7066116,0.7231405,0.6818182,0.6528926,0.6570248,0.57024795,0.49586776,0.4876033,0.45867768,0.43801653,0.4090909,0.4090909,0.4338843,0.45041323,0.48347107,0.5041322,0.5123967,0.5247934,0.5165289,0.5289256,0.4876033,0.45867768,0.47107437,0.3966942,0.38429752,0.35950413,0.18181819,0.1322314,0.1446281,0.553719,0.56198347,0.57438016,0.56198347,0.55785125,0.57024795,0.5495868,0.57024795,0.57438016,0.5785124,0.5785124,0.59090906,0.62396693,0.6322314,0.62396693,0.59504133,0.5661157,0.56198347,0.55785125,0.56198347,0.57024795,0.5495868,0.5289256,0.5123967,0.49173555,0.5,0.5041322,0.5495868,0.59917355,0.6487603,0.70247936,0.72727275,0.7355372,0.73140496,0.71900827,0.7355372,0.75619835,0.71900827,0.6570248,0.59090906,0.5206612,0.47933885,0.47933885,0.4876033,0.49173555,0.49173555,0.49586776,0.5082645,0.53305787,0.5661157,0.58677685,0.59504133,0.6322314,0.6198347,0.6322314,0.59917355,0.55785125,0.5495868,0.45867768,0.37190083,0.3264463,0.1694215,0.12396694,0.1322314,0.56198347,0.55785125,0.5661157,0.553719,0.5495868,0.57438016,0.57024795,0.59090906,0.61570245,0.6363636,0.6198347,0.58264464,0.553719,0.5206612,0.5082645,0.49586776,0.5165289,0.5206612,0.5289256,0.5289256,0.5206612,0.553719,0.6198347,0.6322314,0.60330576,0.55785125,0.5082645,0.5289256,0.57438016,0.6446281,0.7066116,0.74793386,0.76033056,0.7644628,0.7644628,0.76859504,0.78512394,0.7355372,0.6404959,0.5165289,0.4876033,0.5206612,0.553719,0.5495868,0.5371901,0.5123967,0.5289256,0.5371901,0.5413223,0.5495868,0.553719,0.5206612,0.55785125,0.57438016,0.6322314,0.6198347,0.59917355,0.5661157,0.5041322,0.40082645,0.3181818,0.16115703,0.11570248,0.11983471,0.58677685,0.5371901,0.57438016,0.55785125,0.5413223,0.56198347,0.57024795,0.59504133,0.61157024,0.59090906,0.5289256,0.46280992,0.47107437,0.47107437,0.40082645,0.34710744,0.38016528,0.37603307,0.42561984,0.5413223,0.57024795,0.49173555,0.5,0.6280992,0.661157,0.6280992,0.553719,0.5247934,0.5495868,0.6446281,0.72727275,0.77272725,0.78512394,0.7933884,0.79752064,0.7933884,0.8016529,0.74380165,0.59917355,0.47933885,0.5289256,0.57024795,0.57024795,0.53305787,0.5371901,0.5289256,0.49173555,0.45867768,0.41322315,0.4214876,0.42561984,0.46280992,0.5206612,0.49586776,0.5082645,0.58264464,0.58264464,0.55785125,0.5082645,0.43801653,0.3140496,0.18181819,0.09504132,0.11570248,0.59917355,0.5413223,0.59504133,0.5785124,0.57024795,0.55785125,0.57024795,0.58677685,0.553719,0.47933885,0.4214876,0.40495867,0.5041322,0.54545456,0.42561984,0.36363637,0.446281,0.44214877,0.42975205,0.49586776,0.607438,0.5661157,0.5041322,0.49173555,0.60330576,0.6322314,0.61157024,0.5371901,0.5289256,0.61570245,0.73140496,0.7933884,0.80991733,0.8140496,0.8140496,0.8057851,0.8016529,0.73140496,0.53305787,0.49173555,0.5661157,0.553719,0.5206612,0.5289256,0.57024795,0.46280992,0.338843,0.3553719,0.3305785,0.30578512,0.42561984,0.5082645,0.39256197,0.46280992,0.46694216,0.446281,0.5495868,0.5371901,0.49586776,0.45041323,0.33471075,0.18595041,0.09917355,0.09917355,0.59504133,0.5661157,0.57438016,0.607438,0.61570245,0.59090906,0.58264464,0.5661157,0.49173555,0.43801653,0.40082645,0.41735536,0.677686,0.58677685,0.45867768,0.37190083,0.3305785,0.5,0.38016528,0.53305787,0.75619835,0.6404959,0.5206612,0.5247934,0.5289256,0.61157024,0.6198347,0.5785124,0.5413223,0.59090906,0.7231405,0.8016529,0.822314,0.822314,0.822314,0.8181818,0.8016529,0.7107438,0.4876033,0.5413223,0.57438016,0.5206612,0.5123967,0.6198347,0.6487603,0.43801653,0.2644628,0.47107437,0.3264463,0.38842976,0.2644628,0.76033056,0.6487603,0.36363637,0.42561984,0.41735536,0.49173555,0.5206612,0.49173555,0.4752066,0.35123968,0.18595041,0.10743801,0.10330579,0.59090906,0.58677685,0.55785125,0.60330576,0.60330576,0.59090906,0.58264464,0.56198347,0.48347107,0.43801653,0.47107437,0.5206612,0.71900827,0.62396693,0.47933885,0.45041323,0.2892562,0.3553719,0.45867768,0.58677685,0.7933884,0.72727275,0.553719,0.5247934,0.54545456,0.61570245,0.62396693,0.58677685,0.59090906,0.60330576,0.70247936,0.8016529,0.8264463,0.8305785,0.8347107,0.8264463,0.8140496,0.7066116,0.5041322,0.62396693,0.59504133,0.53305787,0.5661157,0.73140496,0.6818182,0.41322315,0.25619835,0.30578512,0.23553719,0.29752067,0.2768595,0.6694215,0.7066116,0.49586776,0.3677686,0.4214876,0.48347107,0.5123967,0.49173555,0.49586776,0.37603307,0.17768595,0.12396694,0.11157025,0.607438,0.61157024,0.58677685,0.58677685,0.59090906,0.5785124,0.57024795,0.56198347,0.553719,0.5206612,0.57438016,0.6487603,0.7066116,0.7066116,0.57438016,0.5165289,0.46280992,0.48347107,0.5495868,0.6942149,0.8016529,0.74793386,0.661157,0.677686,0.56198347,0.6487603,0.73140496,0.6322314,0.6198347,0.6280992,0.7107438,0.8016529,0.8264463,0.838843,0.838843,0.8305785,0.8181818,0.71900827,0.5495868,0.6652893,0.58264464,0.57438016,0.607438,0.71900827,0.7066116,0.4752066,0.37190083,0.25619835,0.2768595,0.3677686,0.4090909,0.661157,0.61157024,0.5165289,0.42975205,0.41322315,0.5123967,0.5165289,0.47933885,0.5082645,0.41735536,0.15289256,0.1446281,0.1694215,0.57438016,0.661157,0.6280992,0.59504133,0.56198347,0.56198347,0.59504133,0.6198347,0.677686,0.661157,0.60330576,0.6404959,0.6859504,0.72727275,0.72727275,0.6652893,0.6280992,0.62396693,0.6694215,0.74793386,0.76859504,0.7231405,0.677686,0.7066116,0.6528926,0.6818182,0.7768595,0.75619835,0.6818182,0.6694215,0.6983471,0.76859504,0.8057851,0.8347107,0.838843,0.8305785,0.8140496,0.74380165,0.57438016,0.6652893,0.6735537,0.6652893,0.6363636,0.677686,0.71487606,0.61570245,0.5206612,0.42975205,0.446281,0.46694216,0.58677685,0.661157,0.59090906,0.5413223,0.47933885,0.47933885,0.5206612,0.5165289,0.5,0.5041322,0.45041323,0.1322314,0.21487603,0.2231405,0.58264464,0.6322314,0.6487603,0.661157,0.6487603,0.6487603,0.6446281,0.6983471,0.74793386,0.7231405,0.677686,0.6652893,0.6694215,0.6818182,0.71900827,0.71900827,0.71487606,0.7355372,0.73966944,0.73966944,0.7231405,0.71900827,0.73140496,0.75619835,0.78512394,0.7933884,0.79752064,0.79752064,0.74793386,0.7066116,0.70247936,0.75206614,0.7892562,0.8305785,0.8347107,0.8305785,0.8305785,0.75619835,0.57438016,0.6404959,0.6859504,0.71900827,0.6983471,0.69008267,0.70247936,0.6859504,0.661157,0.62396693,0.61157024,0.59090906,0.6528926,0.6404959,0.607438,0.5371901,0.5247934,0.55785125,0.5041322,0.49586776,0.5082645,0.5165289,0.47107437,0.1446281,0.26859504,0.24793388,0.607438,0.6404959,0.6859504,0.6818182,0.6942149,0.72727275,0.70247936,0.7107438,0.75619835,0.75619835,0.73966944,0.7231405,0.71487606,0.72727275,0.72727275,0.72727275,0.71487606,0.7107438,0.6942149,0.6942149,0.70247936,0.7066116,0.74380165,0.75206614,0.78512394,0.8057851,0.8016529,0.7933884,0.77272725,0.73140496,0.71487606,0.74793386,0.78512394,0.8140496,0.8347107,0.8264463,0.8264463,0.74793386,0.59090906,0.607438,0.661157,0.6818182,0.69008267,0.677686,0.6735537,0.6735537,0.677686,0.69008267,0.7066116,0.6446281,0.6735537,0.61570245,0.59504133,0.5495868,0.57024795,0.59504133,0.553719,0.5371901,0.5413223,0.5247934,0.48347107,0.2520661,0.37190083,0.3264463,0.607438,0.6694215,0.6942149,0.7066116,0.7107438,0.76033056,0.75206614,0.72727275,0.7107438,0.7231405,0.71900827,0.7066116,0.6818182,0.6487603,0.6446281,0.661157,0.6694215,0.6859504,0.70247936,0.71900827,0.72727275,0.76033056,0.77272725,0.76859504,0.7892562,0.8057851,0.78512394,0.78099173,0.77272725,0.7355372,0.7231405,0.74380165,0.7644628,0.79752064,0.8347107,0.822314,0.822314,0.73966944,0.59090906,0.59504133,0.6818182,0.6859504,0.69008267,0.6983471,0.677686,0.6694215,0.6404959,0.6280992,0.6446281,0.62396693,0.6487603,0.61157024,0.59504133,0.59504133,0.607438,0.60330576,0.59917355,0.5785124,0.57024795,0.5413223,0.48347107,0.39256197,0.46694216,0.3966942,0.61157024,0.6652893,0.69008267,0.7231405,0.74380165,0.7644628,0.77272725,0.73140496,0.6983471,0.73140496,0.7231405,0.71487606,0.6818182,0.6818182,0.69008267,0.7107438,0.72727275,0.7355372,0.75619835,0.7644628,0.75619835,0.78099173,0.78512394,0.7933884,0.8181818,0.80991733,0.7892562,0.77272725,0.7644628,0.74793386,0.7355372,0.72727275,0.75619835,0.7892562,0.8347107,0.8347107,0.8264463,0.73966944,0.58677685,0.59504133,0.6735537,0.72727275,0.71487606,0.6983471,0.6735537,0.69008267,0.6694215,0.6487603,0.6198347,0.60330576,0.59504133,0.59917355,0.59917355,0.61570245,0.6198347,0.61570245,0.61570245,0.60330576,0.58677685,0.5495868,0.47107437,0.5082645,0.53305787,0.45867768,0.59917355,0.6446281,0.6859504,0.7231405,0.7644628,0.7768595,0.78512394,0.76859504,0.74380165,0.71900827,0.7355372,0.73966944,0.73966944,0.75619835,0.75206614,0.75619835,0.75619835,0.75619835,0.77272725,0.78099173,0.7892562,0.7933884,0.8140496,0.822314,0.8264463,0.8057851,0.78512394,0.77272725,0.7644628,0.76033056,0.73966944,0.71487606,0.73140496,0.7768595,0.838843,0.8347107,0.822314,0.75619835,0.60330576,0.5785124,0.6487603,0.71487606,0.74793386,0.75206614,0.6942149,0.677686,0.6818182,0.6404959,0.6528926,0.6322314,0.61570245,0.6280992,0.6280992,0.6363636,0.6363636,0.61157024,0.62396693,0.61570245,0.59090906,0.5785124,0.45454547,0.57438016,0.57024795,0.5082645,0.59090906,0.6363636,0.6735537,0.7107438,0.75206614,0.78099173,0.7933884,0.7892562,0.76859504,0.75619835,0.76859504,0.7768595,0.7768595,0.7768595,0.76859504,0.76859504,0.78099173,0.78099173,0.7933884,0.80991733,0.8140496,0.8264463,0.8347107,0.8264463,0.8057851,0.7933884,0.77272725,0.7644628,0.75619835,0.75619835,0.73140496,0.7066116,0.7107438,0.74793386,0.8429752,0.8429752,0.8264463,0.77272725,0.6363636,0.5661157,0.6280992,0.661157,0.71900827,0.7768595,0.7644628,0.72727275,0.71900827,0.6570248,0.62396693,0.6322314,0.62396693,0.6363636,0.6404959,0.6446281,0.6404959,0.6404959,0.6570248,0.62396693,0.58677685,0.5785124,0.45454547,0.61157024,0.59504133,0.5495868,0.57024795,0.62396693,0.661157,0.7066116,0.74793386,0.7892562,0.8057851,0.8016529,0.8057851,0.7892562,0.8016529,0.78099173,0.79752064,0.8057851,0.8016529,0.7933884,0.8057851,0.8140496,0.8181818,0.8305785,0.8264463,0.822314,0.8347107,0.8181818,0.7933884,0.7768595,0.75619835,0.75206614,0.75619835,0.74793386,0.7231405,0.7066116,0.71487606,0.72727275,0.8553719,0.8471074,0.8264463,0.78099173,0.6487603,0.55785125,0.607438,0.6280992,0.6735537,0.74380165,0.77272725,0.75619835,0.7644628,0.74380165,0.71487606,0.70247936,0.6735537,0.6694215,0.677686,0.6818182,0.677686,0.677686,0.6859504,0.6528926,0.59917355,0.5785124,0.44214877,0.6528926,0.6322314,0.57024795,0.55785125,0.607438,0.6528926,0.7066116,0.73966944,0.78099173,0.8057851,0.8181818,0.8140496,0.8140496,0.8140496,0.8016529,0.8016529,0.8057851,0.8140496,0.8181818,0.80991733,0.8181818,0.8140496,0.8264463,0.822314,0.8140496,0.8181818,0.79752064,0.78512394,0.7644628,0.75206614,0.74380165,0.74793386,0.73966944,0.7107438,0.70247936,0.73140496,0.74793386,0.8429752,0.8553719,0.8264463,0.7933884,0.677686,0.5661157,0.59090906,0.6198347,0.6570248,0.71487606,0.7644628,0.75206614,0.76033056,0.76859504,0.75206614,0.74380165,0.74380165,0.73140496,0.7107438,0.7107438,0.71900827,0.71900827,0.7107438,0.6735537,0.61157024,0.5785124,0.446281,0.661157,0.6735537,0.5413223,0.54545456,0.59917355,0.6487603,0.70247936,0.73140496,0.7644628,0.8016529,0.80991733,0.8140496,0.822314,0.8264463,0.8140496,0.80991733,0.80991733,0.80991733,0.80991733,0.8181818,0.8181818,0.8057851,0.80991733,0.80991733,0.8264463,0.8057851,0.7933884,0.7768595,0.75206614,0.75206614,0.75619835,0.75206614,0.74793386,0.7107438,0.7107438,0.73966944,0.7644628,0.8347107,0.8512397,0.8264463,0.7933884,0.6942149,0.57024795,0.5785124,0.61570245,0.6446281,0.6983471,0.74793386,0.74793386,0.75619835,0.76033056,0.74380165,0.72727275,0.73140496,0.72727275,0.7355372,0.74380165,0.73966944,0.73966944,0.72727275,0.6859504,0.6322314,0.56198347,0.4752066,0.6404959,0.6694215,0.5041322,0.5371901,0.59504133,0.6487603,0.69008267,0.71900827,0.76033056,0.78512394,0.7933884,0.8057851,0.8181818,0.8264463,0.8264463,0.8140496,0.8140496,0.80991733,0.8140496,0.8140496,0.80991733,0.8181818,0.8057851,0.80991733,0.80991733,0.8181818,0.8140496,0.78512394,0.75619835,0.74793386,0.75206614,0.74793386,0.74380165,0.71487606,0.7107438,0.74380165,0.78099173,0.8305785,0.8471074,0.8264463,0.79752064,0.70247936,0.58677685,0.55785125,0.59504133,0.6322314,0.6859504,0.74380165,0.75206614,0.75206614,0.7355372,0.75206614,0.73140496,0.73140496,0.7355372,0.73140496,0.75206614,0.75206614,0.74380165,0.73966944,0.6652893,0.6280992,0.553719,0.49173555,0.6280992,0.62396693,0.47933885,0.5041322,0.57438016,0.6363636,0.6859504,0.71487606,0.76033056,0.7644628,0.77272725,0.7892562,0.80991733,0.8181818,0.822314,0.8264463,0.8181818,0.80991733,0.8140496,0.8181818,0.80991733,0.8181818,0.80991733,0.8181818,0.80991733,0.822314,0.8057851,0.77272725,0.73966944,0.71900827,0.7066116,0.7231405,0.72727275,0.71487606,0.71487606,0.7355372,0.78099173,0.8429752,0.8471074,0.8305785,0.8016529,0.72727275,0.6198347,0.55785125,0.56198347,0.61157024,0.6859504,0.73140496,0.74380165,0.75206614,0.7355372,0.75619835,0.75619835,0.73966944,0.7355372,0.72727275,0.73966944,0.75206614,0.75206614,0.7107438,0.6652893,0.60330576,0.55785125,0.48347107,0.59917355,0.607438,0.46694216,0.4752066,0.5495868,0.6198347,0.6652893,0.70247936,0.7231405,0.74793386,0.74793386,0.7768595,0.7892562,0.8057851,0.8181818,0.8140496,0.8181818,0.80991733,0.8140496,0.822314,0.80991733,0.8057851,0.8181818,0.8016529,0.8140496,0.8016529,0.7768595,0.71487606,0.6983471,0.70247936,0.6983471,0.72727275,0.73966944,0.7231405,0.73140496,0.73966944,0.79752064,0.8429752,0.838843,0.8264463,0.79752064,0.75206614,0.6570248,0.5785124,0.553719,0.57438016,0.6735537,0.72727275,0.73966944,0.75619835,0.74380165,0.75619835,0.76859504,0.74793386,0.7355372,0.73140496,0.71900827,0.7231405,0.72727275,0.6859504,0.661157,0.59917355,0.5495868,0.47107437,0.56198347,0.59504133,0.44214877,0.4338843,0.5289256,0.607438,0.6446281,0.6735537,0.70247936,0.73140496,0.73966944,0.75619835,0.7644628,0.7892562,0.8057851,0.8057851,0.80991733,0.80991733,0.8057851,0.8057851,0.8057851,0.8016529,0.8057851,0.7892562,0.76859504,0.74793386,0.7066116,0.6818182,0.6859504,0.6694215,0.70247936,0.72727275,0.7231405,0.73966944,0.72727275,0.7644628,0.8305785,0.8512397,0.838843,0.8181818,0.8057851,0.78512394,0.6859504,0.60330576,0.59090906,0.553719,0.6446281,0.71487606,0.74793386,0.75206614,0.74793386,0.75206614,0.7644628,0.74793386,0.74380165,0.73140496,0.71900827,0.7107438,0.6983471,0.6694215,0.6446281,0.5785124,0.5289256,0.49173555,0.6322314,0.59090906,0.4214876,0.4090909,0.49586776,0.57024795,0.6404959,0.6404959,0.6818182,0.7066116,0.72727275,0.73140496,0.75619835,0.76859504,0.7892562,0.7933884,0.79752064,0.80991733,0.8016529,0.7933884,0.7933884,0.7933884,0.7892562,0.77272725,0.7066116,0.6694215,0.6363636,0.6404959,0.6735537,0.6859504,0.73140496,0.73966944,0.72727275,0.74380165,0.73140496,0.76859504,0.8429752,0.8429752,0.8305785,0.822314,0.822314,0.8016529,0.7066116,0.59917355,0.59504133,0.59504133,0.58677685,0.6942149,0.73140496,0.73966944,0.73966944,0.74793386,0.75619835,0.73966944,0.73966944,0.73966944,0.7355372,0.7107438,0.69008267,0.6487603,0.6363636,0.553719,0.5,0.5413223,0.6404959,0.5206612,0.41735536,0.39256197,0.46694216,0.5289256,0.59504133,0.6404959,0.6487603,0.6818182,0.70247936,0.7355372,0.74380165,0.74793386,0.76859504,0.78512394,0.78099173,0.7892562,0.79752064,0.78512394,0.7768595,0.78099173,0.76859504,0.7231405,0.6652893,0.62396693,0.59090906,0.59504133,0.661157,0.7066116,0.71900827,0.70247936,0.6942149,0.7107438,0.72727275,0.7644628,0.80991733,0.838843,0.838843,0.8347107,0.8264463,0.7933884,0.70247936,0.58264464,0.5661157,0.6198347,0.56198347,0.6446281,0.70247936,0.73966944,0.73140496,0.73966944,0.74380165,0.73140496,0.72727275,0.73140496,0.72727275,0.71487606,0.677686,0.6570248,0.61157024,0.54545456,0.47933885,0.58264464,0.61157024,0.4752066,0.4090909,0.38016528,0.4214876,0.5082645,0.54545456,0.59504133,0.6446281,0.6652893,0.6570248,0.7066116,0.7231405,0.72727275,0.74793386,0.77272725,0.78099173,0.7892562,0.78099173,0.77272725,0.76859504,0.76033056,0.73140496,0.6570248,0.61570245,0.60330576,0.5661157,0.553719,0.6322314,0.6694215,0.6198347,0.57438016,0.61157024,0.61570245,0.6446281,0.71487606,0.76859504,0.79752064,0.8057851,0.80991733,0.8016529,0.75206614,0.661157,0.54545456,0.5289256,0.59090906,0.57024795,0.59090906,0.6694215,0.71487606,0.71487606,0.73140496,0.7355372,0.72727275,0.71900827,0.7066116,0.6983471,0.70247936,0.6528926,0.6363636,0.59917355,0.5247934,0.47107437,0.607438,0.57024795,0.42561984,0.4214876,0.38842976,0.40082645,0.46280992,0.5041322,0.5495868,0.61570245,0.6487603,0.6570248,0.6942149,0.7107438,0.71900827,0.73966944,0.74793386,0.7644628,0.76859504,0.76859504,0.7644628,0.75619835,0.7231405,0.6694215,0.607438,0.59504133,0.6198347,0.59090906,0.5247934,0.54545456,0.553719,0.446281,0.3140496,0.38842976,0.5082645,0.5247934,0.58677685,0.6694215,0.7066116,0.72727275,0.74380165,0.73966944,0.6694215,0.5371901,0.45867768,0.47933885,0.5123967,0.59090906,0.57438016,0.6280992,0.6942149,0.7066116,0.71487606,0.71487606,0.7066116,0.7066116,0.6859504,0.6818182,0.6735537,0.6322314,0.61157024,0.5785124,0.4876033,0.46694216,0.58677685,0.5165289,0.40495867,0.41322315,0.4090909,0.3966942,0.4338843,0.4752066,0.5041322,0.56198347,0.607438,0.6280992,0.6694215,0.677686,0.6983471,0.71900827,0.7231405,0.74380165,0.74380165,0.7355372,0.74380165,0.73966944,0.6818182,0.61157024,0.59090906,0.6280992,0.6735537,0.6652893,0.55785125,0.45041323,0.43801653,0.3553719,0.1983471,0.20661157,0.3305785,0.41735536,0.45454547,0.5123967,0.56198347,0.59504133,0.62396693,0.607438,0.49586776,0.3677686,0.30165288,0.35123968,0.47933885,0.6446281,0.59090906,0.61157024,0.661157,0.677686,0.70247936,0.6983471,0.69008267,0.69008267,0.6528926,0.6570248,0.6322314,0.607438,0.58264464,0.54545456,0.45867768,0.45454547,0.5123967,0.45041323,0.4090909,0.41735536,0.4338843,0.38429752,0.4090909,0.45041323,0.4876033,0.5082645,0.56198347,0.59090906,0.6280992,0.6446281,0.661157,0.6859504,0.6942149,0.70247936,0.6983471,0.7066116,0.7231405,0.70247936,0.6322314,0.59504133,0.60330576,0.6818182,0.71487606,0.70247936,0.6446281,0.5082645,0.42561984,0.4214876,0.3305785,0.2892562,0.2520661,0.2892562,0.3305785,0.38842976,0.41735536,0.44214877,0.45454547,0.41735536,0.33471075,0.27272728,0.33471075,0.3966942,0.55785125,0.6735537,0.6198347,0.59504133,0.6363636,0.6652893,0.6818182,0.6818182,0.6652893,0.6570248,0.6363636,0.6528926,0.59504133,0.59090906,0.55785125,0.5123967,0.43801653,0.41322315,0.42975205,0.41322315,0.41735536,0.4214876,0.44214877,0.40082645,0.38842976,0.41322315,0.45867768,0.46694216,0.5082645,0.5413223,0.58264464,0.61157024,0.6404959,0.661157,0.6694215,0.6694215,0.6694215,0.6735537,0.6859504,0.6322314,0.59917355,0.57438016,0.6570248,0.73140496,0.71487606,0.7066116,0.7107438,0.6487603,0.5041322,0.5289256,0.45867768,0.4090909,0.338843,0.29338843,0.26859504,0.30578512,0.3264463,0.3264463,0.32231405,0.3305785,0.35950413,0.38842976,0.4752066,0.5247934,0.607438,0.6570248,0.6487603,0.61570245,0.6198347,0.6446281,0.6570248,0.661157,0.6487603,0.6280992,0.61157024,0.607438,0.5785124,0.553719,0.5247934,0.47107437,0.41322315,0.38842976,0.4090909,0.4090909,0.41735536,0.41735536,0.45867768,0.40082645,0.3966942,0.3966942,0.4214876,0.42561984,0.446281,0.47933885,0.5289256,0.55785125,0.5785124,0.607438,0.6322314,0.6322314,0.6404959,0.6363636,0.6528926,0.59090906,0.57438016,0.6198347,0.70247936,0.73140496,0.71487606,0.6983471,0.6942149,0.6818182,0.5661157,0.56198347,0.5289256,0.5123967,0.41322315,0.38429752,0.35123968,0.3553719,0.35123968,0.3305785,0.35123968,0.41322315,0.4752066,0.5082645,0.5371901,0.55785125,0.61570245,0.6322314,0.6570248,0.6363636,0.607438,0.60330576,0.61157024,0.6198347,0.61157024,0.61570245,0.57438016,0.57438016,0.5413223,0.5206612,0.4876033,0.42561984,0.39256197,0.40082645,0.41322315,0.41322315,0.41735536,0.41322315,0.446281,0.42561984,0.38842976,0.4090909,0.4090909,0.40495867,0.3966942,0.4214876,0.47107437,0.5082645,0.54545456,0.57438016,0.59504133,0.59917355,0.62396693,0.60330576,0.58264464,0.57024795,0.59504133,0.6570248,0.70247936,0.69008267,0.6818182,0.69008267,0.677686,0.6487603,0.6363636,0.62396693,0.5785124,0.58677685,0.47933885,0.46694216,0.47933885,0.5082645,0.4876033,0.45041323,0.46694216,0.49586776,0.5289256,0.5247934,0.5247934,0.5041322,0.58677685,0.62396693,0.6404959,0.6487603,0.6322314,0.58264464,0.57024795,0.58264464,0.59090906,0.59090906,0.553719,0.5413223,0.5041322,0.48347107,0.4338843,0.39256197,0.38429752,0.40082645,0.4090909,0.41322315,0.41735536,0.41735536,0.44214877,0.4338843,0.4090909,0.40082645,0.4338843,0.4214876,0.40082645,0.3966942,0.42561984,0.46694216,0.5123967,0.5495868,0.57024795,0.58264464,0.59504133,0.57024795,0.56198347,0.58264464,0.6487603,0.69008267,0.6942149,0.6942149,0.6818182,0.6859504,0.7107438,0.6652893,0.6570248,0.6735537,0.6487603,0.60330576,0.53305787,0.53305787,0.55785125,0.56198347,0.54545456,0.5247934,0.5206612,0.5289256,0.5371901,0.5206612,0.5041322,0.49586776,0.57024795,0.60330576,0.61570245,0.6280992,0.661157,0.61157024,0.53305787,0.53305787,0.55785125,0.54545456,0.53305787,0.5,0.4876033,0.46694216,0.41322315,0.3677686,0.37603307,0.40082645,0.4090909,0.41322315,0.42561984,0.41322315,0.4338843,0.46694216,0.42975205,0.4214876,0.446281,0.45454547,0.44214877,0.41735536,0.4090909,0.446281,0.5041322,0.54545456,0.57024795,0.58677685,0.57024795,0.5371901,0.5661157,0.62396693,0.6983471,0.71487606,0.7107438,0.7107438,0.6942149,0.6446281,0.677686,0.6859504,0.6363636,0.6487603,0.6735537,0.6404959,0.58264464,0.59090906,0.56198347,0.5371901,0.5123967,0.49586776,0.5247934,0.5413223,0.5371901,0.5247934,0.5165289,0.5371901,0.55785125,0.58264464,0.59917355,0.59917355,0.6570248,0.677686,0.54545456,0.46694216,0.5289256,0.53305787,0.5123967,0.49173555,0.47107437,0.4214876,0.38016528,0.3677686,0.38842976,0.40495867,0.40082645,0.40495867,0.42561984,0.40495867,0.3966942,0.45041323,0.42561984,0.45867768,0.45454547,0.47107437,0.47933885,0.45454547,0.44214877,0.45041323,0.5082645,0.553719,0.5785124,0.59917355,0.553719,0.5247934,0.58677685,0.62396693,0.6818182,0.7107438,0.70247936,0.70247936,0.6942149,0.6363636,0.6652893,0.69008267,0.6570248,0.6652893,0.7066116,0.6528926,0.62396693,0.6280992,0.553719,0.5289256,0.49173555,0.47107437,0.5289256,0.5495868,0.5247934,0.5206612,0.5206612,0.5495868,0.553719,0.5785124,0.58677685,0.5785124,0.6363636,0.6652893,0.59917355,0.47933885,0.5206612,0.5413223,0.49586776,0.5,0.46280992,0.4090909,0.40495867,0.3677686,0.3966942,0.4090909,0.40495867,0.41322315,0.4214876,0.41735536,0.3677686,0.42975205,0.43801653,0.45041323,0.47107437,0.4876033,0.5041322,0.49586776,0.47933885,0.49173555,0.5289256,0.57024795,0.59917355,0.61157024,0.57024795,0.553719,0.607438,0.61570245,0.6446281,0.6652893,0.6404959,0.6487603,0.677686,0.62396693,0.6322314,0.6694215,0.6528926,0.6363636,0.70247936,0.6942149,0.6528926,0.6404959,0.55785125,0.53305787,0.5,0.4876033,0.54545456,0.5371901,0.5123967,0.5289256,0.55785125,0.5495868,0.5206612,0.553719,0.57024795,0.57438016,0.61157024,0.6198347,0.60330576,0.5289256,0.56198347,0.5661157,0.5206612,0.5082645,0.44214877,0.40082645,0.38429752,0.37603307,0.40082645,0.4090909,0.41322315,0.41735536,0.41322315,0.41322315,0.30578512,0.3966942,0.42561984,0.4752066,0.48347107,0.5041322,0.5165289,0.5247934,0.5082645,0.5206612,0.5247934,0.5785124,0.607438,0.6322314,0.6198347,0.5785124,0.61157024,0.607438,0.61157024,0.607438,0.57024795,0.58264464,0.6322314,0.6198347,0.6280992,0.677686,0.6570248,0.6818182,0.6735537,0.6942149,0.69008267,0.6446281,0.57438016,0.5661157,0.553719,0.5413223,0.5495868,0.5206612,0.53305787,0.5495868,0.54545456,0.54545456,0.5123967,0.5289256,0.54545456,0.57438016,0.607438,0.59504133,0.57024795,0.54545456,0.61157024,0.59917355,0.5165289,0.5123967,0.42975205,0.41322315,0.37190083,0.38429752,0.40495867,0.4090909,0.41735536,0.41735536,0.41735536,0.42561984,0.23140496,0.3264463,0.4090909,0.46280992,0.4876033,0.5206612,0.53305787,0.5495868,0.5371901,0.5247934,0.5371901,0.59504133,0.62396693,0.6694215,0.70247936,0.607438,0.59917355,0.59504133,0.57024795,0.57024795,0.57438016,0.58677685,0.61570245,0.6446281,0.6363636,0.661157,0.6735537,0.6983471,0.6735537,0.677686,0.69008267,0.677686,0.6528926,0.6528926,0.62396693,0.59090906,0.56198347,0.5413223,0.5661157,0.56198347,0.5495868,0.5413223,0.5371901,0.5495868,0.553719,0.57024795,0.57438016,0.56198347,0.5413223,0.5371901,0.6404959,0.59504133,0.5,0.47933885,0.42975205,0.40495867,0.36363637,0.39256197,0.40495867,0.40082645,0.41735536,0.41322315,0.41735536,0.42561984,0.2231405,0.26859504,0.3677686,0.42561984,0.47107437,0.49173555,0.5247934,0.5413223,0.5371901,0.5495868,0.5289256,0.58677685,0.6570248,0.6694215,0.72727275,0.6404959,0.5785124,0.58264464,0.553719,0.5413223,0.5495868,0.5371901,0.553719,0.58677685,0.58264464,0.59090906,0.59504133,0.6198347,0.6280992,0.6694215,0.6818182,0.6942149,0.7107438,0.7107438,0.6942149,0.6570248,0.5785124,0.5661157,0.5495868,0.5413223,0.5206612,0.5289256,0.53305787,0.5206612,0.5289256,0.5495868,0.5371901,0.5413223,0.5371901,0.5413223,0.6446281,0.55785125,0.4876033,0.446281,0.43801653,0.38842976,0.35950413,0.3966942,0.40495867,0.4090909,0.4090909,0.41735536,0.41322315,0.42561984,0.25619835,0.2231405,0.29752067,0.39256197,0.45041323,0.47933885,0.5082645,0.5289256,0.5247934,0.53305787,0.53305787,0.5495868,0.61570245,0.6528926,0.71487606,0.69008267,0.59090906,0.57438016,0.57024795,0.54545456,0.53305787,0.49173555,0.4338843,0.37190083,0.3677686,0.38429752,0.3966942,0.42975205,0.446281,0.4752066,0.5041322,0.5289256,0.5785124,0.60330576,0.57438016,0.5247934,0.44214877,0.43801653,0.45867768,0.41735536,0.4214876,0.43801653,0.42975205,0.42561984,0.47107437,0.5082645,0.5371901,0.5495868,0.5413223,0.54545456,0.607438,0.53305787,0.4752066,0.4338843,0.4214876,0.3677686,0.37603307,0.3966942,0.4090909,0.41322315,0.4090909,0.4214876,0.4090909,0.41735536,0.28099173,0.24793388,0.23966943,0.35123968,0.41735536,0.45041323,0.48347107,0.5123967,0.5247934,0.5289256,0.5206612,0.5413223,0.57438016,0.6198347,0.69008267,0.6942149,0.6446281,0.60330576,0.607438,0.59917355,0.59090906,0.59917355,0.57438016,0.45454547,0.3677686,0.30578512,0.2644628,0.2768595,0.2892562,0.3181818,0.3429752,0.35950413,0.37603307,0.40495867,0.39256197,0.35950413,0.2520661,0.2644628,0.26859504,0.22727273,0.24380165,0.3553719,0.4214876,0.5,0.5247934,0.5206612,0.5289256,0.56198347,0.5495868,0.56198347,0.5785124,0.5123967,0.45454547,0.42975205,0.38016528,0.34710744,0.39256197,0.40082645,0.40495867,0.41322315,0.41322315,0.41735536,0.40495867,0.42561984,0.28512397,0.30578512,0.2231405,0.28512397,0.36363637,0.4090909,0.45041323,0.49173555,0.5165289,0.53305787,0.5206612,0.5289256,0.5495868,0.58264464,0.62396693,0.6528926,0.661157,0.61570245,0.6280992,0.6487603,0.61157024,0.61157024,0.6198347,0.62396693,0.607438,0.53305787,0.42561984,0.33471075,0.33471075,0.40082645,0.37603307,0.38016528,0.41735536,0.37190083,0.4214876,0.4338843,0.32231405,0.39256197,0.3429752,0.3140496,0.36363637,0.46280992,0.49586776,0.5289256,0.5495868,0.5165289,0.53305787,0.553719,0.55785125,0.57438016,0.54545456,0.49173555,0.45041323,0.4090909,0.37190083,0.37190083,0.40082645,0.40082645,0.4090909,0.41322315,0.41322315,0.4214876,0.41322315,0.41322315,0.30165288,0.32231405,0.2520661,0.23553719,0.30165288,0.36363637,0.42561984,0.47107437,0.49586776,0.5206612,0.5165289,0.5165289,0.53305787,0.56198347,0.59504133,0.62396693,0.62396693,0.607438,0.6198347,0.6652893,0.6570248,0.6446281,0.61570245,0.56198347,0.62396693,0.6363636,0.6322314,0.59090906,0.54545456,0.5413223,0.47933885,0.46280992,0.5123967,0.44214877,0.49586776,0.5123967,0.47107437,0.5206612,0.49173555,0.49173555,0.49173555,0.49173555,0.49586776,0.5082645,0.5413223,0.5413223,0.5413223,0.56198347,0.54545456,0.5785124,0.5082645,0.45454547,0.4214876,0.40082645,0.34710744,0.38842976,0.40495867,0.40082645,0.41322315,0.4090909,0.41322315,0.4214876,0.41735536,0.41735536,0.32231405,0.33471075,0.30165288,0.23553719,0.24380165,0.3140496,0.39256197,0.446281,0.47107437,0.49586776,0.5,0.49173555,0.53305787,0.54545456,0.56198347,0.61157024,0.6404959,0.6528926,0.6528926,0.6735537,0.677686,0.677686,0.6528926,0.5661157,0.5371901,0.5495868,0.60330576,0.6528926,0.7107438,0.73966944,0.69008267,0.6404959,0.6280992,0.58264464,0.59504133,0.60330576,0.59090906,0.607438,0.61157024,0.57024795,0.5289256,0.5123967,0.48347107,0.49173555,0.5413223,0.553719,0.5495868,0.57024795,0.55785125,0.54545456,0.48347107,0.42975205,0.39256197,0.35950413,0.34710744,0.40082645,0.40082645,0.40082645,0.41735536,0.41735536,0.4090909,0.4214876,0.4090909,0.4214876,0.3429752,0.35950413,0.3305785,0.27272728,0.2231405,0.2644628,0.3553719,0.41735536,0.45454547,0.46280992,0.4876033,0.48347107,0.5206612,0.53305787,0.553719,0.59917355,0.6280992,0.6446281,0.6735537,0.6528926,0.6570248,0.6942149,0.6735537,0.5785124,0.5289256,0.5082645,0.5165289,0.55785125,0.59504133,0.661157,0.7107438,0.7231405,0.6983471,0.6694215,0.6404959,0.6487603,0.6446281,0.6280992,0.61157024,0.5661157,0.5206612,0.5082645,0.4876033,0.49586776,0.5413223,0.5661157,0.55785125,0.58264464,0.55785125,0.5247934,0.47933885,0.41322315,0.39256197,0.28099173,0.3140496,0.41322315,0.3966942,0.40082645,0.40082645,0.4090909,0.42561984,0.41322315,0.41322315,0.41322315,0.35123968,0.36363637,0.338843,0.29338843,0.2520661,0.22727273,0.29338843,0.37190083,0.42561984,0.44214877,0.48347107,0.49173555,0.49173555,0.5206612,0.5495868,0.58677685,0.62396693,0.6280992,0.6446281,0.6446281,0.6363636,0.6694215,0.6694215,0.62396693,0.5289256,0.5082645,0.49173555,0.5,0.49173555,0.53305787,0.5495868,0.5661157,0.5495868,0.53305787,0.5206612,0.5413223,0.5371901,0.5413223,0.5247934,0.5206612,0.5041322,0.48347107,0.48347107,0.5041322,0.5495868,0.57024795,0.57438016,0.57024795,0.55785125,0.5082645,0.44214877,0.41735536,0.3553719,0.20661157,0.27272728,0.38016528,0.3966942,0.40082645,0.4090909,0.4214876,0.40495867,0.41322315,0.41735536,0.4214876,0.3677686,0.36363637,0.33471075,0.30165288,0.28099173,0.22727273,0.2231405,0.32231405,0.38016528,0.42561984,0.46280992,0.49173555,0.49173555,0.5206612,0.5495868,0.58264464,0.61157024,0.61157024,0.6198347,0.6322314,0.6280992,0.6363636,0.6528926,0.6570248,0.58264464,0.5206612,0.5,0.4752066,0.4752066,0.47933885,0.45867768,0.446281,0.41735536,0.4214876,0.41322315,0.42975205,0.43801653,0.45041323,0.45867768,0.46694216,0.47933885,0.47933885,0.4876033,0.5206612,0.55785125,0.57024795,0.57024795,0.56198347,0.5371901,0.47933885,0.4090909,0.40082645,0.2892562,0.18181819,0.23140496,0.29752067,0.3553719,0.38016528,0.4090909,0.3966942,0.42561984,0.41322315,0.4090909,0.4090909,0.37190083,0.38429752,0.3553719,0.3181818,0.2768595,0.24793388,0.1983471,0.24793388,0.3305785,0.40495867,0.45041323,0.48347107,0.49173555,0.5123967,0.5413223,0.57438016,0.59090906,0.59090906,0.61157024,0.6280992,0.6322314,0.6280992,0.62396693,0.6404959,0.62396693,0.58264464,0.553719,0.5041322,0.45454547,0.45041323,0.45867768,0.43801653,0.42561984,0.44214877,0.43801653,0.4214876,0.42975205,0.43801653,0.4338843,0.44214877,0.46280992,0.5041322,0.5123967,0.5371901,0.55785125,0.57438016,0.56198347,0.54545456,0.5247934,0.45041323,0.38429752,0.3429752,0.22727273,0.1983471,0.2231405,0.2231405,0.2520661,0.28512397,0.3429752,0.37603307,0.41735536,0.40495867,0.41735536,0.41735536,0.37603307,0.38842976,0.37603307,0.338843,0.29338843,0.24380165,0.22727273,0.1983471,0.24793388,0.36363637,0.43801653,0.4752066,0.47933885,0.4876033,0.5206612,0.56198347,0.58677685,0.58677685,0.607438,0.62396693,0.6404959,0.6404959,0.6198347,0.62396693,0.6280992,0.607438,0.60330576,0.5785124,0.54545456,0.5,0.4752066,0.45454547,0.45867768,0.44214877,0.45041323,0.46694216,0.4752066,0.47933885,0.45867768,0.4752066,0.5082645,0.5247934,0.53305787,0.5495868,0.56198347,0.58264464,0.55785125,0.53305787,0.5041322,0.41735536,0.35950413,0.23140496,0.18181819,0.2107438,0.2231405,0.2231405,0.22727273,0.23553719,0.21487603,0.26859504,0.3181818,0.37603307,0.3966942,0.4090909,0.3677686,0.38842976,0.38842976,0.35950413,0.3264463,0.27272728,0.24793388,0.20661157,0.1983471,0.23966943,0.36363637,0.4338843,0.47107437,0.47933885,0.49173555,0.5413223,0.57024795,0.58264464,0.59917355,0.61570245,0.6528926,0.6404959,0.6487603,0.6404959,0.6487603,0.6363636,0.6363636,0.6363636,0.6363636,0.59504133,0.5661157,0.54545456,0.5289256,0.47107437,0.5,0.4876033,0.5041322,0.5206612,0.5123967,0.5206612,0.54545456,0.553719,0.55785125,0.56198347,0.58264464,0.59090906,0.553719,0.53305787,0.47933885,0.3677686,0.2520661,0.14876033,0.18181819,0.21487603,0.21900827,0.23966943,0.22727273,0.23553719,0.21487603,0.22727273,0.23140496,0.2520661,0.30165288,0.3553719,0.35950413,0.37603307,0.39256197,0.38429752,0.35123968,0.30991736,0.2644628,0.23966943,0.20247933,0.19421488,0.24793388,0.34710744,0.4338843,0.45867768,0.47933885,0.5289256,0.5413223,0.57438016,0.58677685,0.61157024,0.6528926,0.6652893,0.6859504,0.6859504,0.677686,0.6694215,0.6652893,0.6735537,0.6818182,0.6487603,0.62396693,0.59917355,0.57024795,0.5289256,0.56198347,0.5495868,0.5413223,0.5371901,0.5661157,0.58264464,0.59917355,0.58264464,0.5785124,0.58264464,0.61157024,0.5785124,0.5371901,0.5206612,0.43801653,0.2892562,0.11983471,0.14049587,0.19421488,0.21900827,0.21900827,0.23966943,0.23140496,0.23966943,0.21900827,0.23140496,0.23140496,0.21487603,0.23553719,0.24380165,0.35950413,0.37190083,0.3966942,0.39256197,0.38016528,0.33471075,0.28512397,0.2644628,0.2231405,0.2107438,0.20661157,0.24380165,0.34710744,0.4090909,0.45041323,0.5082645,0.5206612,0.54545456,0.553719,0.60330576,0.6528926,0.69008267,0.6983471,0.72727275,0.7107438,0.6983471,0.6942149,0.70247936,0.7107438,0.7066116,0.6818182,0.6694215,0.661157,0.6280992,0.60330576,0.59917355,0.5785124,0.58264464,0.61157024,0.6198347,0.62396693,0.60330576,0.60330576,0.6198347,0.6198347,0.58677685,0.5247934,0.49173555,0.3966942,0.20247933,0.07438017,0.14876033,0.1983471,0.21487603,0.2231405,0.24380165,0.22727273,0.24793388,0.2231405,0.23140496,0.22727273,0.22727273,0.22727273,0.21487603,0.3429752,0.37190083,0.3966942,0.41735536,0.3966942,0.38429752,0.3264463,0.26859504,0.2603306,0.21900827,0.21487603,0.19421488,0.24380165,0.30991736,0.35950413,0.45867768,0.5041322,0.5371901,0.54545456,0.59917355,0.6280992,0.677686,0.6735537,0.72727275,0.7355372,0.71487606,0.7107438,0.72727275,0.72727275,0.73140496,0.72727275,0.72727275,0.72727275,0.69008267,0.661157,0.6652893,0.6694215,0.6652893,0.6570248,0.6528926,0.6446281,0.6322314,0.6198347,0.6322314,0.6570248,0.55785125,0.5041322,0.45867768,0.3264463,0.16528925,0.10743801,0.1570248,0.20661157,0.2231405,0.21900827,0.2520661,0.2231405,0.25619835,0.22727273,0.22727273,0.2231405,0.23140496,0.23553719,0.21900827,0.3429752,0.37603307,0.41735536,0.4338843,0.41735536,0.38842976,0.3429752,0.30578512,0.27272728,0.23553719,0.21900827,0.20247933,0.20661157,0.21900827,0.2603306,0.35123968,0.43801653,0.5082645,0.5165289,0.58677685,0.58264464,0.6322314,0.6487603,0.7231405,0.75206614,0.73966944,0.73966944,0.7355372,0.7355372,0.71487606,0.72727275,0.73966944,0.7107438,0.6652893,0.6570248,0.661157,0.6694215,0.6652893,0.6528926,0.661157,0.6735537,0.661157,0.6198347,0.6487603,0.62396693,0.5661157,0.45454547,0.41735536,0.29752067,0.1694215,0.1322314,0.16528925,0.2231405,0.22727273,0.22727273,0.24380165,0.2231405,0.24380165,0.22727273,0.2231405,0.2107438,0.2231405,0.23140496,0.22727273,2 +0.1694215,0.2644628,0.21900827,0.28099173,0.4214876,0.5495868,0.6694215,0.70247936,0.7066116,0.73140496,0.74793386,0.76859504,0.78512394,0.7892562,0.7933884,0.79752064,0.8057851,0.80991733,0.8140496,0.8264463,0.8264463,0.8347107,0.8305785,0.8347107,0.8305785,0.822314,0.8264463,0.8305785,0.8181818,0.8181818,0.822314,0.8264463,0.8264463,0.80991733,0.8181818,0.8057851,0.8016529,0.8057851,0.8016529,0.79752064,0.8016529,0.79752064,0.7892562,0.8016529,0.79752064,0.79752064,0.79752064,0.7933884,0.79752064,0.7933884,0.7892562,0.78512394,0.77272725,0.75206614,0.7231405,0.6859504,0.6528926,0.61157024,0.61570245,0.57438016,0.45454547,0.36363637,0.34710744,0.37190083,0.20247933,0.22727273,0.1983471,0.2768595,0.45867768,0.60330576,0.6735537,0.70247936,0.6983471,0.7355372,0.74380165,0.77272725,0.78099173,0.78512394,0.79752064,0.8140496,0.8057851,0.8140496,0.8181818,0.8305785,0.8264463,0.8305785,0.8305785,0.8347107,0.8305785,0.8264463,0.822314,0.8264463,0.8305785,0.80991733,0.822314,0.8305785,0.8264463,0.822314,0.822314,0.8181818,0.80991733,0.80991733,0.8057851,0.8016529,0.8016529,0.79752064,0.8016529,0.79752064,0.7933884,0.79752064,0.8016529,0.8016529,0.7933884,0.7933884,0.79752064,0.78512394,0.76859504,0.74793386,0.71900827,0.6735537,0.6528926,0.6322314,0.6280992,0.59504133,0.5082645,0.37603307,0.3305785,0.38429752,0.21487603,0.18181819,0.1983471,0.30165288,0.5041322,0.6487603,0.6735537,0.6859504,0.70247936,0.7355372,0.75619835,0.7768595,0.7892562,0.7933884,0.8016529,0.80991733,0.80991733,0.8057851,0.8181818,0.8264463,0.8264463,0.8181818,0.8305785,0.8305785,0.8305785,0.822314,0.822314,0.8264463,0.8264463,0.8140496,0.8181818,0.8264463,0.822314,0.822314,0.822314,0.822314,0.8057851,0.80991733,0.8016529,0.79752064,0.7933884,0.7933884,0.8016529,0.7892562,0.78512394,0.7933884,0.79752064,0.79752064,0.79752064,0.7933884,0.7933884,0.78512394,0.76859504,0.74380165,0.71487606,0.6818182,0.6528926,0.6446281,0.6280992,0.59504133,0.54545456,0.40495867,0.28099173,0.3553719,0.18181819,0.16528925,0.21487603,0.36363637,0.55785125,0.6735537,0.677686,0.6983471,0.70247936,0.74380165,0.7644628,0.7768595,0.7933884,0.79752064,0.80991733,0.79752064,0.8057851,0.79752064,0.8016529,0.8140496,0.822314,0.8140496,0.8264463,0.822314,0.8140496,0.822314,0.822314,0.8264463,0.80991733,0.80991733,0.8140496,0.8264463,0.822314,0.8181818,0.8140496,0.8140496,0.79752064,0.8016529,0.79752064,0.78512394,0.7892562,0.7933884,0.78512394,0.7892562,0.78512394,0.78512394,0.7892562,0.7933884,0.79752064,0.7933884,0.78512394,0.7892562,0.76859504,0.74793386,0.71900827,0.677686,0.661157,0.6528926,0.6280992,0.58677685,0.57438016,0.43801653,0.26859504,0.27272728,0.15289256,0.17768595,0.22727273,0.43801653,0.61157024,0.677686,0.69008267,0.70247936,0.7107438,0.7355372,0.75619835,0.7768595,0.7933884,0.8057851,0.8140496,0.79752064,0.8057851,0.7933884,0.7892562,0.7933884,0.8016529,0.8016529,0.80991733,0.8140496,0.8016529,0.8181818,0.80991733,0.8140496,0.8057851,0.80991733,0.8140496,0.8181818,0.8181818,0.80991733,0.8057851,0.8016529,0.7933884,0.7933884,0.78512394,0.78512394,0.78099173,0.7768595,0.77272725,0.7768595,0.78099173,0.7644628,0.7768595,0.78099173,0.78512394,0.7933884,0.7768595,0.76033056,0.75619835,0.74793386,0.71487606,0.6735537,0.6652893,0.661157,0.62396693,0.60330576,0.59504133,0.5123967,0.30165288,0.23140496,0.1446281,0.1694215,0.26859504,0.5206612,0.6487603,0.6818182,0.6942149,0.7107438,0.7107438,0.74793386,0.74380165,0.77272725,0.7892562,0.8016529,0.8016529,0.8016529,0.8057851,0.79752064,0.7892562,0.78099173,0.78099173,0.7768595,0.78512394,0.78512394,0.78512394,0.79752064,0.79752064,0.8016529,0.8016529,0.80991733,0.79752064,0.79752064,0.8016529,0.79752064,0.7892562,0.78512394,0.7892562,0.7768595,0.76859504,0.7644628,0.76033056,0.75206614,0.74380165,0.75206614,0.74793386,0.7355372,0.74793386,0.7231405,0.74380165,0.75206614,0.7355372,0.7066116,0.7066116,0.71900827,0.69008267,0.6859504,0.677686,0.6487603,0.6322314,0.6198347,0.60330576,0.553719,0.3677686,0.24380165,0.15289256,0.16528925,0.3553719,0.59504133,0.6694215,0.6942149,0.6983471,0.71900827,0.7231405,0.74793386,0.75206614,0.76033056,0.74380165,0.75206614,0.75619835,0.76859504,0.7768595,0.7644628,0.76859504,0.75619835,0.75206614,0.74793386,0.74793386,0.75619835,0.7644628,0.7644628,0.77272725,0.7768595,0.78099173,0.78512394,0.7768595,0.78099173,0.78099173,0.7644628,0.7768595,0.77272725,0.7644628,0.76859504,0.73966944,0.72727275,0.7107438,0.6818182,0.6528926,0.6363636,0.61570245,0.607438,0.6446281,0.62396693,0.61157024,0.6198347,0.62396693,0.61157024,0.6322314,0.6446281,0.6528926,0.6528926,0.6570248,0.6487603,0.6363636,0.61157024,0.59504133,0.57438016,0.43801653,0.28512397,0.16528925,0.18595041,0.41735536,0.6404959,0.677686,0.70247936,0.70247936,0.71900827,0.71900827,0.73140496,0.74380165,0.71487606,0.6818182,0.6818182,0.6652893,0.677686,0.6694215,0.6570248,0.6528926,0.6322314,0.6404959,0.6570248,0.6735537,0.69008267,0.71900827,0.7066116,0.71487606,0.73140496,0.75206614,0.76033056,0.7355372,0.76033056,0.75619835,0.74380165,0.75206614,0.75206614,0.73140496,0.70247936,0.6859504,0.661157,0.61570245,0.553719,0.5,0.446281,0.42975205,0.4338843,0.44214877,0.46694216,0.4876033,0.5123967,0.5165289,0.5206612,0.5661157,0.61157024,0.62396693,0.607438,0.607438,0.6322314,0.6322314,0.62396693,0.5785124,0.58677685,0.4876033,0.30991736,0.15289256,0.2231405,0.4876033,0.6446281,0.6694215,0.6942149,0.6983471,0.71900827,0.71487606,0.7107438,0.72727275,0.6528926,0.6570248,0.6322314,0.60330576,0.58264464,0.54545456,0.5371901,0.5041322,0.48347107,0.47107437,0.5041322,0.5413223,0.59917355,0.6322314,0.6404959,0.661157,0.7066116,0.7231405,0.72727275,0.7355372,0.73966944,0.75206614,0.72727275,0.6983471,0.70247936,0.6818182,0.6487603,0.607438,0.58677685,0.5289256,0.45867768,0.40495867,0.3553719,0.3553719,0.35123968,0.3429752,0.37190083,0.42561984,0.45867768,0.45454547,0.41322315,0.42975205,0.48347107,0.47933885,0.5123967,0.54545456,0.60330576,0.607438,0.607438,0.58677685,0.59504133,0.53305787,0.38842976,0.16528925,0.28099173,0.5371901,0.6446281,0.6818182,0.6942149,0.6942149,0.6528926,0.58264464,0.5661157,0.553719,0.5289256,0.54545456,0.49586776,0.5289256,0.61157024,0.58264464,0.5413223,0.5165289,0.48347107,0.46694216,0.46694216,0.47107437,0.49586776,0.5123967,0.5247934,0.5165289,0.5661157,0.6198347,0.6446281,0.6570248,0.6528926,0.6404959,0.60330576,0.5495868,0.54545456,0.5123967,0.42561984,0.39256197,0.38842976,0.4090909,0.3677686,0.37603307,0.37603307,0.38429752,0.39256197,0.38016528,0.4090909,0.46694216,0.4752066,0.46694216,0.4338843,0.45867768,0.48347107,0.446281,0.4338843,0.40082645,0.42975205,0.54545456,0.59917355,0.5785124,0.58677685,0.56198347,0.44214877,0.17768595,0.338843,0.58677685,0.6446281,0.677686,0.6859504,0.59090906,0.446281,0.45454547,0.5206612,0.59090906,0.60330576,0.58264464,0.5289256,0.47933885,0.5082645,0.49173555,0.45041323,0.40082645,0.38842976,0.37190083,0.3677686,0.38016528,0.37190083,0.37603307,0.30991736,0.21487603,0.3429752,0.53305787,0.57438016,0.59917355,0.62396693,0.59504133,0.59504133,0.57024795,0.5495868,0.45041323,0.3181818,0.3966942,0.42975205,0.3966942,0.3677686,0.35123968,0.36363637,0.3264463,0.3305785,0.3305785,0.37603307,0.4752066,0.5165289,0.5371901,0.56198347,0.58677685,0.59504133,0.59090906,0.58677685,0.58264464,0.5247934,0.3429752,0.40495867,0.55785125,0.57438016,0.57438016,0.5041322,0.18595041,0.38016528,0.61570245,0.6528926,0.6570248,0.4876033,0.446281,0.6363636,0.661157,0.6446281,0.6528926,0.62396693,0.60330576,0.553719,0.5,0.43801653,0.42975205,0.4090909,0.37190083,0.3553719,0.3429752,0.3429752,0.37190083,0.40495867,0.4214876,0.46280992,0.5041322,0.3677686,0.38842976,0.6859504,0.74380165,0.76859504,0.7644628,0.7107438,0.6652893,0.5661157,0.3677686,0.41735536,0.5082645,0.43801653,0.40495867,0.33471075,0.35123968,0.60330576,0.4876033,0.38016528,0.44214877,0.45867768,0.4876033,0.5495868,0.61157024,0.5495868,0.5785124,0.5661157,0.56198347,0.58264464,0.59090906,0.5661157,0.57024795,0.338843,0.35123968,0.58677685,0.5785124,0.5495868,0.20247933,0.4090909,0.6363636,0.6694215,0.49586776,0.38016528,0.6198347,0.6818182,0.6363636,0.61157024,0.607438,0.60330576,0.58677685,0.5785124,0.54545456,0.5082645,0.7644628,0.7892562,0.4338843,0.40495867,0.36363637,0.338843,0.3429752,0.47107437,0.46694216,0.38016528,0.46280992,0.5495868,0.25619835,0.57438016,0.74380165,0.76859504,0.7768595,0.74380165,0.6652893,0.5206612,0.30991736,0.4752066,0.45454547,0.40495867,0.38842976,0.3305785,0.30991736,0.62396693,0.5247934,0.36363637,0.44214877,0.45867768,0.47933885,0.55785125,0.76859504,0.5785124,0.5,0.5206612,0.5247934,0.53305787,0.5785124,0.553719,0.56198347,0.5413223,0.30991736,0.43801653,0.61157024,0.57024795,0.18181819,0.37603307,0.6694215,0.59090906,0.3966942,0.41735536,0.6446281,0.6322314,0.58677685,0.5785124,0.56198347,0.56198347,0.53305787,0.4876033,0.45041323,0.35950413,0.49173555,0.57024795,0.3966942,0.32231405,0.29752067,0.34710744,0.4090909,0.56198347,0.59504133,0.36363637,0.40495867,0.56198347,0.3264463,0.47107437,0.73966944,0.76033056,0.75206614,0.7107438,0.6363636,0.4338843,0.3140496,0.5041322,0.44214877,0.38842976,0.3553719,0.29338843,0.24793388,0.35123968,0.41322315,0.4752066,0.5661157,0.5495868,0.6446281,0.58677685,0.45867768,0.45041323,0.45041323,0.4876033,0.49586776,0.5082645,0.5413223,0.55785125,0.553719,0.5495868,0.46280992,0.29338843,0.57438016,0.5289256,0.23966943,0.28512397,0.61570245,0.53305787,0.36363637,0.4338843,0.6570248,0.58677685,0.5495868,0.553719,0.53305787,0.49173555,0.43801653,0.42975205,0.5123967,0.5661157,0.61570245,0.607438,0.553719,0.47107437,0.4090909,0.3140496,0.4090909,0.36363637,0.34710744,0.35950413,0.37603307,0.5247934,0.37603307,0.29752067,0.4876033,0.49586776,0.5247934,0.48347107,0.45867768,0.3264463,0.35123968,0.5289256,0.4752066,0.46280992,0.42561984,0.30991736,0.35950413,0.38842976,0.47107437,0.5,0.49586776,0.4338843,0.49586776,0.5371901,0.5371901,0.53305787,0.44214877,0.4090909,0.46280992,0.5041322,0.5123967,0.54545456,0.553719,0.5289256,0.46280992,0.38842976,0.42561984,0.45867768,0.37603307,0.32231405,0.57024795,0.5123967,0.35123968,0.44214877,0.661157,0.58264464,0.553719,0.5289256,0.4752066,0.39256197,0.47107437,0.5206612,0.5,0.4214876,0.39256197,0.41322315,0.47933885,0.47107437,0.5041322,0.4876033,0.44214877,0.37603307,0.29338843,0.338843,0.38016528,0.49586776,0.38016528,0.20247933,0.33471075,0.43801653,0.46280992,0.43801653,0.41322315,0.20247933,0.34710744,0.553719,0.5247934,0.49586776,0.46280992,0.41735536,0.48347107,0.49586776,0.45867768,0.3677686,0.28512397,0.32231405,0.3553719,0.28512397,0.37603307,0.4214876,0.46280992,0.42561984,0.44214877,0.4876033,0.5041322,0.5289256,0.5289256,0.4876033,0.38429752,0.59090906,0.57438016,0.58264464,0.41735536,0.46694216,0.7768595,0.59917355,0.3677686,0.43801653,0.6487603,0.59504133,0.56198347,0.5289256,0.43801653,0.41322315,0.46694216,0.3966942,0.37190083,0.38842976,0.3429752,0.38842976,0.40495867,0.35950413,0.47107437,0.5123967,0.47933885,0.4752066,0.42561984,0.4214876,0.4752066,0.57438016,0.37190083,0.338843,0.59090906,0.74380165,0.76859504,0.7066116,0.6446281,0.30165288,0.2768595,0.5413223,0.53305787,0.48347107,0.43801653,0.44214877,0.4876033,0.49586776,0.5,0.34710744,0.30578512,0.2768595,0.29338843,0.28512397,0.45454547,0.36363637,0.35950413,0.41322315,0.45867768,0.5123967,0.5,0.53305787,0.48347107,0.42975205,0.46280992,0.57024795,0.5,0.5206612,0.53305787,0.46280992,0.6446281,0.59917355,0.5082645,0.48347107,0.61570245,0.61570245,0.59090906,0.55785125,0.48347107,0.42975205,0.3966942,0.36363637,0.49173555,0.5041322,0.4090909,0.4214876,0.446281,0.42561984,0.5123967,0.55785125,0.45454547,0.47933885,0.5413223,0.57024795,0.59090906,0.58264464,0.28099173,0.2644628,0.59504133,0.73140496,0.76033056,0.73140496,0.6983471,0.30578512,0.2231405,0.49173555,0.5247934,0.5206612,0.4752066,0.44214877,0.4752066,0.58264464,0.6363636,0.47933885,0.38429752,0.30991736,0.29338843,0.35123968,0.5247934,0.45454547,0.42561984,0.42975205,0.4338843,0.47933885,0.5247934,0.47933885,0.41322315,0.47933885,0.58264464,0.55785125,0.4090909,0.59504133,0.57024795,0.61157024,0.5,0.46694216,0.59504133,0.553719,0.5661157,0.6446281,0.6528926,0.55785125,0.5082645,0.5041322,0.49173555,0.5289256,0.57024795,0.59504133,0.55785125,0.5371901,0.553719,0.58264464,0.6404959,0.6363636,0.47933885,0.55785125,0.58677685,0.6528926,0.6280992,0.45867768,0.20661157,0.3966942,0.72727275,0.79752064,0.79752064,0.78099173,0.7768595,0.46280992,0.16528925,0.39256197,0.47107437,0.5495868,0.5041322,0.5371901,0.61570245,0.61570245,0.6487603,0.58264464,0.5041322,0.4338843,0.43801653,0.49586776,0.54545456,0.5123967,0.49586776,0.5289256,0.5413223,0.48347107,0.48347107,0.45867768,0.46694216,0.5785124,0.61157024,0.53305787,0.4338843,0.60330576,0.5413223,0.6528926,0.5495868,0.446281,0.59917355,0.5785124,0.46280992,0.57438016,0.6487603,0.57438016,0.60330576,0.61570245,0.5661157,0.5495868,0.54545456,0.5206612,0.54545456,0.53305787,0.5165289,0.53305787,0.553719,0.57438016,0.5,0.53305787,0.607438,0.6198347,0.5,0.30991736,0.2231405,0.5495868,0.7768595,0.7933884,0.78099173,0.76859504,0.78512394,0.6528926,0.23140496,0.32231405,0.40082645,0.5041322,0.5371901,0.5661157,0.553719,0.5165289,0.5206612,0.5123967,0.5,0.47933885,0.4876033,0.46694216,0.5082645,0.5206612,0.56198347,0.58677685,0.58677685,0.5495868,0.49586776,0.4876033,0.57438016,0.59917355,0.61570245,0.5082645,0.45454547,0.58677685,0.5165289,0.6198347,0.60330576,0.42561984,0.61157024,0.62396693,0.4752066,0.47933885,0.6404959,0.6859504,0.6652893,0.6694215,0.62396693,0.58264464,0.553719,0.5289256,0.5123967,0.5041322,0.47933885,0.4752066,0.45041323,0.44214877,0.446281,0.46280992,0.5165289,0.54545456,0.46694216,0.2892562,0.3553719,0.6570248,0.8057851,0.8305785,0.78099173,0.76033056,0.75206614,0.7066116,0.41735536,0.2644628,0.47107437,0.45867768,0.5206612,0.5785124,0.5289256,0.45867768,0.44214877,0.45867768,0.4752066,0.5123967,0.5247934,0.5206612,0.53305787,0.5495868,0.58264464,0.59504133,0.55785125,0.553719,0.58677685,0.6198347,0.6446281,0.61157024,0.61570245,0.5123967,0.47107437,0.58264464,0.47933885,0.61570245,0.62396693,0.40495867,0.6198347,0.6280992,0.54545456,0.46280992,0.6446281,0.75619835,0.71900827,0.6446281,0.59504133,0.59090906,0.60330576,0.59917355,0.58264464,0.5785124,0.5413223,0.5123967,0.4876033,0.47933885,0.45867768,0.4752066,0.5123967,0.53305787,0.4752066,0.38842976,0.5371901,0.6942149,0.8016529,0.8429752,0.7892562,0.76859504,0.76033056,0.677686,0.60330576,0.2603306,0.446281,0.5123967,0.5,0.57024795,0.553719,0.49173555,0.47933885,0.47107437,0.5041322,0.5206612,0.5206612,0.5413223,0.5371901,0.5495868,0.5661157,0.5785124,0.5413223,0.58264464,0.6818182,0.7231405,0.6983471,0.6322314,0.62396693,0.49586776,0.48347107,0.57024795,0.5041322,0.57438016,0.6528926,0.37603307,0.6280992,0.6280992,0.61157024,0.5082645,0.6280992,0.75206614,0.74380165,0.6404959,0.5785124,0.58264464,0.61570245,0.61157024,0.59090906,0.59504133,0.553719,0.5413223,0.5206612,0.5123967,0.5041322,0.5247934,0.58677685,0.5371901,0.40495867,0.5041322,0.6487603,0.70247936,0.8057851,0.838843,0.8057851,0.7768595,0.78099173,0.69008267,0.6322314,0.47933885,0.25619835,0.57024795,0.5371901,0.5495868,0.56198347,0.5289256,0.5206612,0.53305787,0.5371901,0.5661157,0.55785125,0.57438016,0.57438016,0.58264464,0.60330576,0.607438,0.553719,0.6198347,0.71487606,0.73966944,0.7107438,0.6322314,0.6487603,0.44214877,0.55785125,0.57438016,0.5289256,0.553719,0.6818182,0.45867768,0.57438016,0.6735537,0.6446281,0.56198347,0.6322314,0.73140496,0.7066116,0.6363636,0.61157024,0.60330576,0.607438,0.59917355,0.58677685,0.58677685,0.57024795,0.5413223,0.54545456,0.55785125,0.5661157,0.59917355,0.6198347,0.446281,0.3677686,0.607438,0.6735537,0.74380165,0.8347107,0.8553719,0.80991733,0.7933884,0.7892562,0.72727275,0.62396693,0.61570245,0.40495867,0.35950413,0.62396693,0.59090906,0.58264464,0.553719,0.5123967,0.49586776,0.5206612,0.5413223,0.5413223,0.57024795,0.59090906,0.59504133,0.59504133,0.61157024,0.60330576,0.661157,0.7066116,0.7066116,0.6859504,0.69008267,0.62396693,0.42975205,0.60330576,0.553719,0.57438016,0.5371901,0.62396693,0.6322314,0.4338843,0.71900827,0.6859504,0.59917355,0.61157024,0.6983471,0.6859504,0.61570245,0.6280992,0.61570245,0.60330576,0.58264464,0.57024795,0.57024795,0.55785125,0.57024795,0.58264464,0.61157024,0.61570245,0.6446281,0.5041322,0.30991736,0.5413223,0.661157,0.70247936,0.78512394,0.838843,0.8429752,0.822314,0.7933884,0.7933884,0.75206614,0.6487603,0.59917355,0.6198347,0.3966942,0.33471075,0.7107438,0.6694215,0.6363636,0.607438,0.5495868,0.5206612,0.5247934,0.5247934,0.56198347,0.57438016,0.58677685,0.58264464,0.607438,0.6404959,0.6818182,0.69008267,0.7066116,0.74380165,0.77272725,0.45867768,0.57024795,0.5785124,0.5371901,0.58264464,0.5206612,0.57438016,0.6694215,0.5206612,0.5247934,0.8057851,0.6570248,0.6280992,0.6652893,0.6735537,0.6487603,0.6528926,0.6487603,0.62396693,0.60330576,0.60330576,0.607438,0.62396693,0.6363636,0.607438,0.61570245,0.6363636,0.5206612,0.3305785,0.4876033,0.6652893,0.6570248,0.73966944,0.7892562,0.8305785,0.8347107,0.8181818,0.7933884,0.7933884,0.77272725,0.69008267,0.59504133,0.59090906,0.59090906,0.4090909,0.4338843,0.661157,0.71487606,0.69008267,0.6487603,0.607438,0.5785124,0.57024795,0.5661157,0.58264464,0.59504133,0.58677685,0.6198347,0.61157024,0.661157,0.70247936,0.75619835,0.79752064,0.6280992,0.5413223,0.6198347,0.553719,0.5247934,0.57438016,0.5123967,0.55785125,0.61570245,0.7231405,0.48347107,0.553719,0.75619835,0.70247936,0.6694215,0.6694215,0.6570248,0.6652893,0.6652893,0.6487603,0.6322314,0.6404959,0.6446281,0.677686,0.6570248,0.6404959,0.61570245,0.5,0.3966942,0.5123967,0.6280992,0.6322314,0.6942149,0.76033056,0.7892562,0.822314,0.8305785,0.8016529,0.7768595,0.79752064,0.78099173,0.71487606,0.607438,0.553719,0.5661157,0.5785124,0.5123967,0.4752066,0.61157024,0.71487606,0.73966944,0.6735537,0.6363636,0.61570245,0.5785124,0.5785124,0.59090906,0.607438,0.6198347,0.6487603,0.6983471,0.73966944,0.71487606,0.6322314,0.607438,0.6363636,0.59090906,0.5371901,0.5165289,0.553719,0.5,0.5495868,0.59504133,0.6363636,0.70247936,0.54545456,0.54545456,0.6694215,0.7231405,0.75619835,0.71487606,0.7107438,0.6735537,0.661157,0.6528926,0.661157,0.6735537,0.69008267,0.6446281,0.5785124,0.47933885,0.45041323,0.5165289,0.6280992,0.6322314,0.6322314,0.7231405,0.75619835,0.78512394,0.8181818,0.8347107,0.8016529,0.7644628,0.78512394,0.75206614,0.6942149,0.607438,0.5661157,0.5495868,0.5495868,0.61570245,0.5785124,0.47107437,0.5289256,0.57438016,0.72727275,0.75206614,0.7644628,0.6983471,0.6818182,0.677686,0.6735537,0.69008267,0.6694215,0.6528926,0.6322314,0.61157024,0.6280992,0.6322314,0.61157024,0.56198347,0.5371901,0.5123967,0.5661157,0.4876033,0.55785125,0.5785124,0.61570245,0.6570248,0.677686,0.5785124,0.45041323,0.49586776,0.5413223,0.6528926,0.6818182,0.7231405,0.7644628,0.77272725,0.76033056,0.69008267,0.6280992,0.5247934,0.5165289,0.5413223,0.53305787,0.62396693,0.6280992,0.61570245,0.6694215,0.6983471,0.7107438,0.75619835,0.80991733,0.8264463,0.78099173,0.78099173,0.74793386,0.6942149,0.6404959,0.607438,0.59917355,0.59917355,0.5082645,0.607438,0.661157,0.607438,0.5123967,0.47107437,0.36363637,0.39256197,0.5206612,0.54545456,0.55785125,0.5371901,0.5082645,0.5,0.5,0.5371901,0.60330576,0.6322314,0.61570245,0.607438,0.57438016,0.5495868,0.5371901,0.5082645,0.58677685,0.45041323,0.553719,0.5785124,0.59090906,0.6404959,0.677686,0.6198347,0.5082645,0.43801653,0.42561984,0.45454547,0.46280992,0.5041322,0.5371901,0.5661157,0.5785124,0.5785124,0.59504133,0.60330576,0.59504133,0.607438,0.6528926,0.6735537,0.61570245,0.6198347,0.6528926,0.61157024,0.6404959,0.6859504,0.74793386,0.74793386,0.7231405,0.7066116,0.6363636,0.58264464,0.5495868,0.5661157,0.59917355,0.6322314,0.54545456,0.553719,0.6818182,0.7066116,0.677686,0.61570245,0.5413223,0.47107437,0.45041323,0.46280992,0.48347107,0.49586776,0.49586776,0.5165289,0.57024795,0.59917355,0.6198347,0.59090906,0.5785124,0.58264464,0.56198347,0.56198347,0.5371901,0.5082645,0.62396693,0.42975205,0.5413223,0.58677685,0.59504133,0.62396693,0.661157,0.6363636,0.5413223,0.45867768,0.47933885,0.49173555,0.5165289,0.53305787,0.54545456,0.57024795,0.58264464,0.60330576,0.6322314,0.6528926,0.69008267,0.71487606,0.6983471,0.6652893,0.61570245,0.5785124,0.553719,0.5082645,0.5247934,0.58264464,0.6570248,0.661157,0.6363636,0.59504133,0.5,0.46694216,0.48347107,0.47933885,0.5413223,0.607438,0.57438016,0.47107437,0.6652893,0.71487606,0.7355372,0.75206614,0.71487606,0.6404959,0.59917355,0.5785124,0.58677685,0.5785124,0.57438016,0.57438016,0.59090906,0.58677685,0.59090906,0.56198347,0.5661157,0.5661157,0.5413223,0.5413223,0.5495868,0.5123967,0.61570245,0.42561984,0.5206612,0.59504133,0.60330576,0.6198347,0.6528926,0.6446281,0.5785124,0.5,0.49173555,0.5165289,0.5413223,0.55785125,0.5785124,0.6404959,0.6570248,0.70247936,0.73140496,0.74793386,0.75619835,0.74380165,0.6983471,0.62396693,0.59090906,0.4752066,0.35950413,0.3677686,0.45041323,0.48347107,0.5413223,0.553719,0.5289256,0.47933885,0.4090909,0.3429752,0.30991736,0.338843,0.43801653,0.5413223,0.56198347,0.44214877,0.59917355,0.6983471,0.72727275,0.73966944,0.76033056,0.75206614,0.74380165,0.71900827,0.71900827,0.7066116,0.6694215,0.6404959,0.607438,0.5661157,0.57438016,0.55785125,0.5495868,0.5495868,0.53305787,0.53305787,0.53305787,0.5247934,0.62396693,0.42975205,0.5,0.59090906,0.61157024,0.62396693,0.6528926,0.6652893,0.6446281,0.6198347,0.62396693,0.6570248,0.69008267,0.7107438,0.73140496,0.7644628,0.77272725,0.78099173,0.77272725,0.7644628,0.75619835,0.7231405,0.6983471,0.57024795,0.5165289,0.338843,0.1446281,0.11157025,0.2603306,0.3966942,0.4338843,0.4338843,0.42561984,0.40495867,0.2768595,0.14876033,0.11983471,0.12809917,0.3140496,0.47107437,0.5289256,0.47107437,0.5413223,0.677686,0.7231405,0.7355372,0.74793386,0.7355372,0.74380165,0.7355372,0.75619835,0.7644628,0.73140496,0.70247936,0.6652893,0.62396693,0.607438,0.553719,0.5413223,0.5371901,0.5289256,0.5247934,0.5371901,0.5247934,0.7066116,0.45041323,0.47107437,0.57024795,0.59917355,0.61570245,0.6363636,0.661157,0.661157,0.6735537,0.6818182,0.6942149,0.72727275,0.76033056,0.77272725,0.78512394,0.7768595,0.7768595,0.77272725,0.77272725,0.76859504,0.7231405,0.69008267,0.5123967,0.44214877,0.28512397,0.1570248,0.09504132,0.1322314,0.30165288,0.338843,0.36363637,0.37603307,0.3677686,0.23966943,0.09917355,0.08677686,0.11157025,0.19008264,0.39256197,0.47933885,0.47933885,0.5,0.6404959,0.6983471,0.71900827,0.73966944,0.73140496,0.7231405,0.73140496,0.74380165,0.74380165,0.72727275,0.7107438,0.677686,0.6528926,0.6446281,0.59090906,0.55785125,0.5289256,0.5165289,0.5165289,0.53305787,0.5165289,0.74380165,0.4876033,0.44214877,0.58264464,0.61157024,0.61157024,0.61570245,0.6280992,0.6404959,0.6487603,0.661157,0.677686,0.7231405,0.74380165,0.76033056,0.7768595,0.7768595,0.74380165,0.76033056,0.76859504,0.75619835,0.7107438,0.6694215,0.49586776,0.39256197,0.33471075,0.2520661,0.24380165,0.30578512,0.3264463,0.30165288,0.33471075,0.35950413,0.39256197,0.38429752,0.2231405,0.14049587,0.15289256,0.22727273,0.33471075,0.4338843,0.46280992,0.446281,0.60330576,0.69008267,0.71487606,0.72727275,0.7231405,0.71487606,0.70247936,0.7355372,0.7355372,0.7107438,0.7107438,0.6694215,0.6363636,0.6404959,0.607438,0.5785124,0.5413223,0.5082645,0.5082645,0.5082645,0.5123967,0.6487603,0.5371901,0.41735536,0.56198347,0.607438,0.61157024,0.61570245,0.6322314,0.6280992,0.6198347,0.6570248,0.6694215,0.7107438,0.7355372,0.74793386,0.75619835,0.76033056,0.7355372,0.74793386,0.74793386,0.7066116,0.6859504,0.6818182,0.5247934,0.3677686,0.37603307,0.3966942,0.49173555,0.53305787,0.47107437,0.338843,0.30991736,0.3553719,0.39256197,0.446281,0.4338843,0.3305785,0.3181818,0.28512397,0.3264463,0.38842976,0.4338843,0.44214877,0.5661157,0.6652893,0.7107438,0.70247936,0.71487606,0.71900827,0.7066116,0.71900827,0.7107438,0.7107438,0.70247936,0.6528926,0.62396693,0.607438,0.59504133,0.5785124,0.5371901,0.5041322,0.49586776,0.49586776,0.48347107,0.4752066,0.47107437,0.43801653,0.5371901,0.59504133,0.60330576,0.61157024,0.62396693,0.61157024,0.6198347,0.6404959,0.661157,0.6983471,0.73140496,0.72727275,0.74380165,0.74380165,0.72727275,0.7231405,0.6983471,0.661157,0.6652893,0.677686,0.61570245,0.3966942,0.30165288,0.338843,0.47933885,0.57438016,0.553719,0.47933885,0.39256197,0.38016528,0.4214876,0.446281,0.45454547,0.446281,0.38429752,0.30991736,0.3181818,0.36363637,0.43801653,0.47107437,0.5247934,0.6363636,0.69008267,0.69008267,0.7066116,0.7066116,0.7066116,0.69008267,0.6859504,0.6859504,0.6735537,0.6363636,0.61157024,0.59090906,0.58677685,0.57438016,0.5413223,0.5123967,0.5082645,0.49586776,0.47933885,0.39256197,0.40495867,0.45454547,0.5289256,0.5661157,0.58677685,0.59504133,0.59504133,0.59917355,0.61570245,0.61157024,0.6363636,0.6652893,0.69008267,0.7066116,0.7355372,0.73140496,0.71487606,0.71487606,0.69008267,0.6942149,0.7066116,0.70247936,0.6818182,0.5413223,0.35950413,0.38429752,0.446281,0.5495868,0.57438016,0.553719,0.45867768,0.42561984,0.4338843,0.44214877,0.42975205,0.42975205,0.38016528,0.33471075,0.35950413,0.42975205,0.49173555,0.5289256,0.5289256,0.61570245,0.661157,0.6859504,0.69008267,0.6942149,0.6859504,0.6652893,0.6487603,0.6570248,0.6280992,0.6322314,0.607438,0.607438,0.58677685,0.553719,0.5165289,0.5041322,0.49586776,0.49173555,0.46694216,0.42561984,0.3966942,0.47107437,0.5,0.5495868,0.56198347,0.57438016,0.57024795,0.59917355,0.57024795,0.6198347,0.6404959,0.6487603,0.661157,0.6735537,0.6983471,0.7107438,0.70247936,0.70247936,0.69008267,0.7231405,0.7231405,0.70247936,0.70247936,0.6859504,0.6280992,0.6446281,0.57024795,0.57024795,0.59090906,0.5661157,0.5041322,0.48347107,0.47107437,0.46694216,0.45867768,0.46280992,0.446281,0.45041323,0.47933885,0.5,0.5165289,0.54545456,0.5495868,0.61570245,0.6570248,0.69008267,0.6818182,0.6942149,0.6694215,0.6570248,0.6322314,0.6363636,0.607438,0.61570245,0.61157024,0.59090906,0.59090906,0.5413223,0.5165289,0.49173555,0.4876033,0.47933885,0.46694216,0.42561984,0.40495867,0.45454547,0.5,0.5371901,0.5495868,0.55785125,0.57024795,0.5661157,0.58677685,0.59504133,0.62396693,0.6404959,0.6487603,0.6652893,0.6652893,0.6942149,0.6818182,0.6942149,0.6983471,0.71900827,0.7355372,0.73140496,0.6983471,0.6859504,0.6280992,0.6322314,0.61157024,0.59504133,0.62396693,0.59090906,0.5371901,0.53305787,0.53305787,0.5123967,0.47933885,0.4876033,0.48347107,0.5,0.5123967,0.56198347,0.56198347,0.5785124,0.58677685,0.6280992,0.6652893,0.6859504,0.6735537,0.6735537,0.6570248,0.6487603,0.62396693,0.61570245,0.60330576,0.58264464,0.59090906,0.5661157,0.57024795,0.54545456,0.5,0.4876033,0.4876033,0.4752066,0.4752066,0.4214876,0.4090909,0.45454547,0.48347107,0.5165289,0.5247934,0.5495868,0.56198347,0.5661157,0.58677685,0.59504133,0.6322314,0.62396693,0.6404959,0.6404959,0.6528926,0.6694215,0.6694215,0.6694215,0.69008267,0.71487606,0.73140496,0.7107438,0.6942149,0.69008267,0.6446281,0.607438,0.61570245,0.62396693,0.6570248,0.59504133,0.57024795,0.56198347,0.59504133,0.59504133,0.55785125,0.53305787,0.5041322,0.53305787,0.553719,0.58264464,0.607438,0.6198347,0.6363636,0.6446281,0.677686,0.6694215,0.6528926,0.6446281,0.61570245,0.6198347,0.6322314,0.59917355,0.59504133,0.59504133,0.59090906,0.57024795,0.553719,0.5247934,0.5165289,0.4752066,0.4876033,0.46694216,0.49586776,0.4214876,0.41735536,0.4338843,0.4876033,0.48347107,0.5,0.54545456,0.57024795,0.57438016,0.58677685,0.59090906,0.62396693,0.6198347,0.6322314,0.6198347,0.6280992,0.6363636,0.6322314,0.6528926,0.6652893,0.69008267,0.69008267,0.677686,0.6694215,0.6859504,0.6570248,0.6404959,0.6446281,0.6404959,0.6694215,0.62396693,0.61570245,0.62396693,0.6363636,0.6404959,0.607438,0.59090906,0.58677685,0.5785124,0.59504133,0.61570245,0.6404959,0.6404959,0.6363636,0.6404959,0.6570248,0.6570248,0.6652893,0.6363636,0.60330576,0.6280992,0.62396693,0.60330576,0.58264464,0.59090906,0.5785124,0.56198347,0.5413223,0.5206612,0.5,0.4752066,0.48347107,0.47107437,0.49173555,0.4214876,0.41322315,0.4214876,0.49173555,0.49173555,0.49173555,0.5165289,0.5661157,0.58677685,0.58677685,0.60330576,0.61157024,0.60330576,0.61570245,0.62396693,0.61570245,0.607438,0.59917355,0.6446281,0.6528926,0.6694215,0.6694215,0.661157,0.6528926,0.6652893,0.6652893,0.6694215,0.6694215,0.6983471,0.7107438,0.677686,0.6942149,0.71900827,0.70247936,0.6983471,0.6528926,0.6363636,0.62396693,0.62396693,0.62396693,0.6198347,0.6570248,0.6363636,0.6322314,0.6322314,0.6322314,0.6487603,0.6363636,0.607438,0.59504133,0.61570245,0.61157024,0.5785124,0.5785124,0.57438016,0.56198347,0.5495868,0.53305787,0.5041322,0.49173555,0.48347107,0.46694216,0.47933885,0.49586776,0.42975205,0.4090909,0.41322315,0.47107437,0.5041322,0.49173555,0.5165289,0.553719,0.57024795,0.5785124,0.60330576,0.59504133,0.59504133,0.60330576,0.61157024,0.58677685,0.59090906,0.60330576,0.61157024,0.61157024,0.6322314,0.6404959,0.6446281,0.6528926,0.6694215,0.6818182,0.6859504,0.71487606,0.73966944,0.77272725,0.73966944,0.7355372,0.7768595,0.75619835,0.7355372,0.7231405,0.7066116,0.677686,0.6570248,0.6280992,0.6446281,0.62396693,0.61157024,0.6280992,0.61570245,0.61570245,0.61157024,0.59090906,0.58677685,0.58264464,0.5661157,0.56198347,0.5661157,0.57024795,0.56198347,0.54545456,0.5371901,0.5247934,0.49173555,0.49173555,0.47933885,0.47933885,0.47107437,0.49586776,0.41735536,0.41322315,0.41322315,0.45041323,0.5,0.5,0.5247934,0.553719,0.55785125,0.58264464,0.58677685,0.59504133,0.59504133,0.59917355,0.58264464,0.57024795,0.5785124,0.58264464,0.57024795,0.58677685,0.59090906,0.60330576,0.6446281,0.6446281,0.6735537,0.71900827,0.70247936,0.6694215,0.57438016,0.57438016,0.6363636,0.6942149,0.6694215,0.61570245,0.5371901,0.58264464,0.6404959,0.6818182,0.677686,0.677686,0.6363636,0.60330576,0.61157024,0.58677685,0.56198347,0.56198347,0.56198347,0.56198347,0.53305787,0.5289256,0.5165289,0.53305787,0.55785125,0.5661157,0.553719,0.5495868,0.5289256,0.5206612,0.5041322,0.4752066,0.4752066,0.47107437,0.46280992,0.48347107,0.41735536,0.41735536,0.4090909,0.4338843,0.49173555,0.5082645,0.5165289,0.553719,0.54545456,0.57024795,0.5785124,0.57438016,0.59090906,0.57438016,0.553719,0.5495868,0.5495868,0.5289256,0.5247934,0.54545456,0.54545456,0.5661157,0.61157024,0.61157024,0.59090906,0.5082645,0.40082645,0.2768595,0.2644628,0.27272728,0.3264463,0.40495867,0.40082645,0.3429752,0.3305785,0.33471075,0.37190083,0.41735536,0.53305787,0.6363636,0.62396693,0.59090906,0.57024795,0.5495868,0.5247934,0.5123967,0.4876033,0.49586776,0.48347107,0.4752066,0.47107437,0.49173555,0.5289256,0.54545456,0.5495868,0.53305787,0.5165289,0.5082645,0.5,0.47933885,0.45867768,0.47933885,0.47107437,0.45454547,0.41735536,0.41322315,0.41322315,0.4214876,0.47107437,0.5082645,0.5247934,0.5371901,0.5371901,0.55785125,0.5785124,0.58264464,0.58677685,0.57438016,0.5495868,0.5371901,0.5123967,0.47107437,0.46694216,0.45454547,0.46694216,0.49173555,0.47933885,0.42975205,0.33471075,0.26859504,0.23553719,0.2520661,0.26859504,0.29338843,0.32231405,0.3264463,0.29752067,0.28512397,0.30578512,0.32231405,0.30991736,0.2644628,0.21900827,0.30991736,0.42561984,0.45454547,0.46280992,0.47107437,0.446281,0.44214877,0.41322315,0.41322315,0.41735536,0.4338843,0.42975205,0.46280992,0.5,0.5289256,0.53305787,0.5206612,0.5041322,0.5041322,0.4752066,0.4752066,0.4752066,0.46280992,0.49173555,0.40495867,0.4214876,0.40495867,0.41735536,0.41735536,0.45041323,0.48347107,0.49586776,0.5123967,0.5371901,0.5661157,0.5785124,0.58264464,0.57438016,0.57438016,0.5495868,0.5289256,0.49173555,0.4214876,0.36363637,0.3140496,0.3140496,0.29752067,0.24380165,0.23553719,0.2107438,0.20661157,0.1983471,0.23140496,0.22727273,0.2231405,0.2520661,0.24793388,0.2231405,0.21900827,0.23140496,0.24793388,0.23553719,0.24793388,0.21900827,0.2107438,0.23966943,0.24380165,0.29752067,0.3140496,0.30991736,0.3140496,0.30991736,0.3140496,0.35950413,0.39256197,0.4090909,0.45867768,0.5041322,0.5289256,0.53305787,0.5206612,0.49173555,0.49173555,0.46694216,0.46694216,0.47933885,0.45454547,0.49173555,0.3140496,0.3966942,0.4214876,0.4214876,0.40082645,0.42975205,0.47933885,0.5,0.49586776,0.5082645,0.5495868,0.56198347,0.58264464,0.5785124,0.57024795,0.56198347,0.49586776,0.45867768,0.3677686,0.3140496,0.2520661,0.23553719,0.19421488,0.19008264,0.1983471,0.24380165,0.26859504,0.30165288,0.37190083,0.446281,0.45867768,0.41735536,0.338843,0.28512397,0.2892562,0.30165288,0.2892562,0.2644628,0.28512397,0.2644628,0.2603306,0.24793388,0.23553719,0.22727273,0.21900827,0.24380165,0.2603306,0.2644628,0.28099173,0.3181818,0.3305785,0.3677686,0.45867768,0.5123967,0.5082645,0.5206612,0.5247934,0.48347107,0.48347107,0.46694216,0.45867768,0.46280992,0.45454547,0.46694216,0.23966943,0.40495867,0.4090909,0.4214876,0.41322315,0.4090909,0.446281,0.48347107,0.4876033,0.5123967,0.5371901,0.54545456,0.5661157,0.58264464,0.5661157,0.5661157,0.5123967,0.4338843,0.41322315,0.4338843,0.42975205,0.43801653,0.40495867,0.39256197,0.38429752,0.41322315,0.43801653,0.446281,0.49173555,0.5495868,0.58677685,0.6280992,0.60330576,0.56198347,0.59917355,0.6363636,0.53305787,0.5041322,0.48347107,0.45454547,0.4090909,0.36363637,0.3429752,0.35950413,0.3677686,0.40082645,0.4338843,0.41735536,0.38842976,0.37190083,0.34710744,0.3966942,0.46694216,0.5165289,0.5082645,0.5082645,0.5041322,0.4876033,0.46694216,0.4752066,0.44214877,0.446281,0.45867768,0.4214876,0.20247933,0.42975205,0.3966942,0.4214876,0.4090909,0.40082645,0.41735536,0.46280992,0.48347107,0.5041322,0.5289256,0.5413223,0.55785125,0.57024795,0.56198347,0.54545456,0.553719,0.48347107,0.5165289,0.59090906,0.6280992,0.6198347,0.59917355,0.57024795,0.5371901,0.5247934,0.5247934,0.5,0.48347107,0.4876033,0.4876033,0.5123967,0.5082645,0.5165289,0.5165289,0.5206612,0.49586776,0.49586776,0.4876033,0.4876033,0.48347107,0.4752066,0.45454547,0.46280992,0.46694216,0.4876033,0.47933885,0.49173555,0.48347107,0.46694216,0.42561984,0.4752066,0.46694216,0.5,0.49173555,0.48347107,0.47933885,0.46694216,0.46280992,0.45454547,0.446281,0.42975205,0.45041323,0.32231405,0.21900827,0.41322315,0.40495867,0.42561984,0.41322315,0.41322315,0.40082645,0.43801653,0.46280992,0.48347107,0.5206612,0.5289256,0.553719,0.5495868,0.5495868,0.5495868,0.553719,0.5371901,0.56198347,0.61570245,0.6487603,0.6363636,0.61157024,0.57438016,0.5495868,0.5165289,0.5,0.47933885,0.4752066,0.48347107,0.4752066,0.446281,0.45454547,0.4752066,0.44214877,0.42561984,0.446281,0.45867768,0.47933885,0.4752066,0.47107437,0.45867768,0.45454547,0.46694216,0.4876033,0.47933885,0.5165289,0.5123967,0.5247934,0.5247934,0.5041322,0.4876033,0.46280992,0.46280992,0.46694216,0.45041323,0.45867768,0.45454547,0.47107437,0.43801653,0.44214877,0.42561984,0.41322315,0.27272728,0.23140496,0.4090909,0.41322315,0.4090909,0.40495867,0.41735536,0.39256197,0.3966942,0.45041323,0.45454547,0.48347107,0.5041322,0.5165289,0.5206612,0.53305787,0.5495868,0.5413223,0.5495868,0.5785124,0.60330576,0.6198347,0.62396693,0.61157024,0.5661157,0.5661157,0.5165289,0.47933885,0.41735536,0.37603307,0.35950413,0.37190083,0.3429752,0.34710744,0.35123968,0.338843,0.32231405,0.35950413,0.36363637,0.3966942,0.38429752,0.4214876,0.42975205,0.43801653,0.4752066,0.5082645,0.5,0.5206612,0.5206612,0.53305787,0.5413223,0.5206612,0.5,0.47107437,0.44214877,0.45041323,0.42975205,0.43801653,0.45454547,0.446281,0.446281,0.42561984,0.4214876,0.35950413,0.23140496,0.22727273,0.4090909,0.4090909,0.40082645,0.40495867,0.41735536,0.40495867,0.36363637,0.41735536,0.45454547,0.44214877,0.48347107,0.49173555,0.5041322,0.5206612,0.5413223,0.5206612,0.5289256,0.57438016,0.58264464,0.59504133,0.60330576,0.59917355,0.57438016,0.57024795,0.54545456,0.5082645,0.45041323,0.41322315,0.38016528,0.338843,0.33471075,0.29752067,0.30578512,0.30991736,0.29338843,0.3140496,0.3305785,0.36363637,0.35950413,0.4090909,0.4214876,0.47107437,0.5123967,0.53305787,0.5165289,0.5165289,0.5082645,0.5165289,0.5206612,0.49173555,0.4876033,0.4752066,0.43801653,0.43801653,0.4090909,0.42975205,0.4338843,0.4338843,0.42975205,0.41735536,0.4090909,0.28099173,0.20661157,0.2231405,0.4090909,0.41735536,0.4090909,0.42561984,0.40495867,0.41735536,0.38016528,0.37190083,0.43801653,0.446281,0.45867768,0.45867768,0.47933885,0.49173555,0.5165289,0.5289256,0.5371901,0.5785124,0.57024795,0.59917355,0.59917355,0.58677685,0.57024795,0.57438016,0.553719,0.53305787,0.5041322,0.4876033,0.446281,0.4090909,0.39256197,0.34710744,0.34710744,0.3429752,0.33471075,0.338843,0.3553719,0.38016528,0.40082645,0.41322315,0.45041323,0.4876033,0.5289256,0.5371901,0.5206612,0.5289256,0.5082645,0.5,0.49586776,0.48347107,0.46694216,0.47107437,0.4090909,0.4338843,0.40082645,0.40495867,0.40495867,0.41735536,0.41735536,0.41735536,0.3553719,0.21487603,0.21900827,0.2231405,0.40082645,0.4090909,0.41735536,0.41735536,0.4090909,0.42975205,0.41322315,0.36363637,0.37603307,0.42561984,0.44214877,0.44214877,0.446281,0.47107437,0.48347107,0.5247934,0.54545456,0.57438016,0.58264464,0.60330576,0.59090906,0.59917355,0.5785124,0.59090906,0.59090906,0.57438016,0.58264464,0.607438,0.61157024,0.607438,0.61570245,0.61157024,0.57438016,0.5661157,0.57438016,0.5413223,0.5082645,0.48347107,0.47107437,0.4876033,0.5082645,0.5247934,0.5371901,0.53305787,0.5206612,0.5082645,0.4876033,0.47933885,0.47107437,0.45867768,0.446281,0.45041323,0.40495867,0.4214876,0.40082645,0.4090909,0.40082645,0.41735536,0.3966942,0.43801653,0.2644628,0.2107438,0.21900827,0.2231405,0.4214876,0.41322315,0.41735536,0.4090909,0.41322315,0.41322315,0.41735536,0.39256197,0.34710744,0.37603307,0.4214876,0.45041323,0.44214877,0.46280992,0.48347107,0.5165289,0.53305787,0.55785125,0.5413223,0.58677685,0.57438016,0.60330576,0.61570245,0.6322314,0.6404959,0.6322314,0.6570248,0.6942149,0.72727275,0.73966944,0.7355372,0.73966944,0.7231405,0.73140496,0.7355372,0.7107438,0.6859504,0.661157,0.59504133,0.59090906,0.58264464,0.5661157,0.56198347,0.54545456,0.5,0.46280992,0.5,0.48347107,0.46280992,0.43801653,0.43801653,0.42561984,0.4214876,0.3966942,0.40495867,0.41322315,0.4090909,0.3966942,0.38429752,0.45041323,0.2231405,0.19008264,0.23966943,0.22727273,0.40082645,0.4090909,0.4214876,0.40495867,0.4090909,0.41735536,0.40495867,0.42561984,0.40495867,0.3429752,0.38016528,0.4338843,0.42975205,0.45454547,0.4752066,0.49586776,0.5165289,0.5371901,0.5371901,0.55785125,0.553719,0.59090906,0.61570245,0.6446281,0.6983471,0.6735537,0.6652893,0.677686,0.71487606,0.7355372,0.74793386,0.75619835,0.7107438,0.71900827,0.71487606,0.7107438,0.7107438,0.72727275,0.6983471,0.6859504,0.6694215,0.6322314,0.59504133,0.55785125,0.5082645,0.48347107,0.5041322,0.46694216,0.45041323,0.44214877,0.43801653,0.42561984,0.41322315,0.3966942,0.39256197,0.40082645,0.39256197,0.37190083,0.38842976,0.46280992,0.2107438,0.2107438,0.23140496,0.2231405,0.40495867,0.40495867,0.41735536,0.40082645,0.41735536,0.4090909,0.41322315,0.4090909,0.47107437,0.38842976,0.32231405,0.38429752,0.41322315,0.446281,0.45867768,0.47107437,0.48347107,0.5,0.5165289,0.55785125,0.5413223,0.57024795,0.61570245,0.6322314,0.6570248,0.6487603,0.6570248,0.677686,0.7066116,0.7107438,0.71487606,0.7107438,0.677686,0.6570248,0.6694215,0.6859504,0.69008267,0.70247936,0.6942149,0.661157,0.6652893,0.6694215,0.6322314,0.59090906,0.5495868,0.5247934,0.5289256,0.47933885,0.45041323,0.45454547,0.4214876,0.41322315,0.41735536,0.40495867,0.36363637,0.37603307,0.36363637,0.3677686,0.446281,0.45454547,0.1983471,0.21900827,0.2231405,0.2231405,0.4090909,0.4090909,0.41735536,0.4090909,0.4214876,0.41322315,0.41735536,0.40495867,0.46280992,0.49173555,0.3677686,0.30578512,0.3677686,0.4214876,0.44214877,0.46280992,0.47107437,0.48347107,0.4876033,0.5495868,0.56198347,0.55785125,0.59917355,0.61157024,0.6198347,0.6280992,0.6487603,0.69008267,0.70247936,0.70247936,0.6818182,0.6652893,0.6446281,0.62396693,0.6404959,0.6652893,0.6570248,0.661157,0.6570248,0.6363636,0.607438,0.6694215,0.6363636,0.58677685,0.56198347,0.5495868,0.5289256,0.5,0.45867768,0.44214877,0.41735536,0.40082645,0.3966942,0.38842976,0.33471075,0.33471075,0.35950413,0.41322315,0.46280992,0.43801653,0.21487603,0.21900827,0.21487603,0.2231405,0.4214876,0.40495867,0.4090909,0.41735536,0.4214876,0.4090909,0.4214876,0.38842976,0.45041323,0.5,0.47107437,0.30578512,0.29338843,0.3553719,0.38429752,0.42561984,0.44214877,0.45867768,0.47107437,0.5247934,0.553719,0.553719,0.56198347,0.5785124,0.58264464,0.57438016,0.61570245,0.6983471,0.677686,0.6942149,0.6859504,0.6528926,0.6322314,0.6322314,0.6570248,0.6446281,0.6280992,0.6487603,0.6487603,0.62396693,0.58677685,0.59504133,0.5661157,0.5661157,0.54545456,0.5206612,0.49586776,0.4752066,0.41735536,0.4214876,0.4090909,0.37603307,0.38429752,0.35950413,0.30991736,0.33471075,0.41735536,0.446281,0.45867768,0.4090909,0.20247933,0.2107438,0.21487603,0.2231405,0.4090909,0.41322315,0.4090909,0.41735536,0.42975205,0.41735536,0.4214876,0.39256197,0.44214877,0.5,0.47933885,0.3966942,0.29752067,0.26859504,0.30578512,0.35950413,0.40082645,0.42561984,0.44214877,0.47933885,0.54545456,0.5413223,0.5413223,0.5413223,0.553719,0.553719,0.57438016,0.62396693,0.6363636,0.6280992,0.6404959,0.6280992,0.61157024,0.607438,0.6280992,0.61157024,0.59917355,0.58677685,0.58677685,0.55785125,0.5206612,0.5413223,0.55785125,0.57024795,0.5247934,0.4876033,0.45867768,0.42975205,0.3966942,0.38429752,0.39256197,0.34710744,0.3264463,0.3140496,0.35123968,0.42975205,0.44214877,0.446281,0.46694216,0.40082645,0.19421488,0.2107438,0.2107438,0.20661157,0.4214876,0.39256197,0.41322315,0.41322315,0.41735536,0.41735536,0.4214876,0.40082645,0.42975205,0.5,0.4876033,0.4214876,0.35123968,0.2520661,0.24793388,0.29338843,0.3140496,0.35123968,0.40082645,0.4338843,0.47933885,0.5,0.5206612,0.5289256,0.5371901,0.5247934,0.5413223,0.5495868,0.57024795,0.55785125,0.5413223,0.5495868,0.5371901,0.55785125,0.55785125,0.553719,0.5371901,0.5206612,0.53305787,0.5,0.48347107,0.5082645,0.553719,0.5661157,0.4752066,0.44214877,0.41322315,0.38429752,0.36363637,0.33471075,0.338843,0.32231405,0.29338843,0.36363637,0.41322315,0.43801653,0.44214877,0.43801653,0.46694216,0.37603307,0.1983471,0.2107438,0.20661157,0.23553719,0.43801653,0.39256197,0.4214876,0.41322315,0.4090909,0.41735536,0.42975205,0.40495867,0.4214876,0.5,0.49586776,0.44214877,0.3966942,0.2768595,0.24793388,0.23140496,0.27272728,0.27272728,0.3181818,0.3677686,0.41322315,0.4338843,0.45867768,0.47933885,0.4876033,0.47107437,0.47933885,0.49173555,0.48347107,0.47107437,0.45867768,0.47107437,0.47107437,0.5165289,0.5123967,0.5082645,0.49173555,0.49173555,0.48347107,0.45041323,0.446281,0.45454547,0.5,0.48347107,0.41322315,0.39256197,0.3677686,0.3264463,0.3181818,0.2768595,0.28512397,0.29752067,0.3553719,0.4090909,0.42975205,0.42561984,0.43801653,0.43801653,0.45454547,0.36363637,0.1983471,0.2107438,0.23553719,0.21487603,3 +0.56198347,0.6652893,0.6983471,0.6983471,0.73140496,0.7231405,0.72727275,0.75206614,0.76033056,0.77272725,0.7892562,0.79752064,0.8016529,0.8057851,0.8140496,0.8181818,0.822314,0.822314,0.8305785,0.838843,0.8264463,0.8181818,0.80991733,0.8140496,0.8181818,0.8140496,0.79752064,0.8016529,0.8140496,0.80991733,0.8057851,0.8057851,0.80991733,0.8057851,0.8016529,0.8057851,0.8016529,0.7933884,0.8016529,0.7892562,0.78512394,0.7933884,0.78512394,0.78512394,0.78512394,0.79752064,0.78512394,0.79752064,0.78512394,0.77272725,0.76859504,0.76033056,0.73140496,0.6983471,0.6570248,0.58677685,0.57438016,0.57438016,0.42561984,0.24380165,0.27272728,0.338843,0.34710744,0.20247933,0.60330576,0.69008267,0.7066116,0.6983471,0.7231405,0.7355372,0.72727275,0.74793386,0.7644628,0.7768595,0.7892562,0.8016529,0.8140496,0.8140496,0.822314,0.8181818,0.8264463,0.8181818,0.8140496,0.8429752,0.8305785,0.80991733,0.8057851,0.8181818,0.8181818,0.80991733,0.79752064,0.79752064,0.8140496,0.8016529,0.7933884,0.8016529,0.8057851,0.8016529,0.80991733,0.79752064,0.8016529,0.7933884,0.8016529,0.7933884,0.78099173,0.78512394,0.78099173,0.78099173,0.78099173,0.7768595,0.77272725,0.78099173,0.7768595,0.76859504,0.7644628,0.76033056,0.73140496,0.70247936,0.6528926,0.59917355,0.57438016,0.57438016,0.49173555,0.2520661,0.2231405,0.3181818,0.35950413,0.2231405,0.6446281,0.6942149,0.70247936,0.7107438,0.71900827,0.74380165,0.72727275,0.74793386,0.76859504,0.7768595,0.7892562,0.7933884,0.80991733,0.8140496,0.8181818,0.8181818,0.8181818,0.8140496,0.80991733,0.8264463,0.8181818,0.8057851,0.8016529,0.80991733,0.8057851,0.8057851,0.79752064,0.79752064,0.80991733,0.7892562,0.7892562,0.7933884,0.8016529,0.8057851,0.8057851,0.79752064,0.7933884,0.78512394,0.7892562,0.78512394,0.78512394,0.78512394,0.77272725,0.77272725,0.76859504,0.76033056,0.75619835,0.76859504,0.77272725,0.7644628,0.76033056,0.75619835,0.7355372,0.7066116,0.6570248,0.60330576,0.59090906,0.57438016,0.54545456,0.28099173,0.1694215,0.27272728,0.35123968,0.23966943,0.6735537,0.7066116,0.71900827,0.72727275,0.73140496,0.74793386,0.71487606,0.75619835,0.76033056,0.76859504,0.7892562,0.8057851,0.8140496,0.8181818,0.8181818,0.822314,0.8181818,0.80991733,0.8057851,0.80991733,0.8016529,0.7933884,0.7933884,0.79752064,0.7933884,0.79752064,0.79752064,0.7933884,0.79752064,0.7892562,0.7892562,0.79752064,0.79752064,0.79752064,0.79752064,0.7933884,0.7892562,0.78512394,0.78512394,0.7768595,0.7768595,0.77272725,0.76859504,0.74793386,0.75206614,0.75206614,0.7355372,0.74793386,0.76033056,0.76033056,0.76859504,0.75619835,0.73140496,0.70247936,0.6652893,0.607438,0.59917355,0.57438016,0.5785124,0.37190083,0.11570248,0.21900827,0.30578512,0.25619835,0.6942149,0.71487606,0.7231405,0.73140496,0.7355372,0.75206614,0.7355372,0.75619835,0.7644628,0.76859504,0.78099173,0.79752064,0.8016529,0.8140496,0.80991733,0.8057851,0.80991733,0.8057851,0.7892562,0.7933884,0.7768595,0.77272725,0.7768595,0.7768595,0.7768595,0.7768595,0.77272725,0.78099173,0.78099173,0.7933884,0.7933884,0.78099173,0.7933884,0.78512394,0.78099173,0.78512394,0.76859504,0.7644628,0.77272725,0.75619835,0.75206614,0.74793386,0.74380165,0.73140496,0.73966944,0.75206614,0.72727275,0.72727275,0.71900827,0.7355372,0.74380165,0.7231405,0.6983471,0.6859504,0.6528926,0.62396693,0.59917355,0.58264464,0.57438016,0.48347107,0.10743801,0.18181819,0.24380165,0.23966943,0.70247936,0.7231405,0.7355372,0.73140496,0.73140496,0.74380165,0.7355372,0.75206614,0.76859504,0.7768595,0.78512394,0.74793386,0.7355372,0.75619835,0.75206614,0.75206614,0.7644628,0.75206614,0.74793386,0.74793386,0.7355372,0.73140496,0.75619835,0.7355372,0.74380165,0.75206614,0.74793386,0.76033056,0.76033056,0.7768595,0.76859504,0.76859504,0.77272725,0.7644628,0.75206614,0.76859504,0.76033056,0.74793386,0.76033056,0.73966944,0.7231405,0.7107438,0.71487606,0.677686,0.677686,0.6818182,0.661157,0.6694215,0.6528926,0.6446281,0.6528926,0.6363636,0.6280992,0.6322314,0.61570245,0.61570245,0.607438,0.58264464,0.5785124,0.55785125,0.17768595,0.1570248,0.20661157,0.21900827,0.70247936,0.71900827,0.7231405,0.72727275,0.7355372,0.74793386,0.75206614,0.74793386,0.75206614,0.75619835,0.74380165,0.6942149,0.6735537,0.6735537,0.6652893,0.6652893,0.6570248,0.6322314,0.6363636,0.6322314,0.61570245,0.62396693,0.6735537,0.6652893,0.6983471,0.71900827,0.7107438,0.7107438,0.71900827,0.73966944,0.74793386,0.7355372,0.74380165,0.74793386,0.7355372,0.7355372,0.7355372,0.73140496,0.71900827,0.6983471,0.6818182,0.6404959,0.6198347,0.5661157,0.5371901,0.5082645,0.5206612,0.5082645,0.5206612,0.5247934,0.5371901,0.53305787,0.54545456,0.57024795,0.5785124,0.57438016,0.5785124,0.57024795,0.58264464,0.59090906,0.2603306,0.12396694,0.19421488,0.19421488,0.7066116,0.7066116,0.71487606,0.7231405,0.7355372,0.75206614,0.75206614,0.73140496,0.71900827,0.72727275,0.7066116,0.6570248,0.6446281,0.61570245,0.59090906,0.57024795,0.54545456,0.5123967,0.5123967,0.49173555,0.44214877,0.446281,0.5165289,0.5165289,0.61157024,0.6280992,0.6404959,0.6570248,0.69008267,0.7107438,0.7107438,0.7107438,0.7231405,0.73966944,0.71900827,0.6983471,0.6859504,0.6859504,0.6570248,0.61570245,0.59504133,0.54545456,0.4876033,0.42975205,0.37603307,0.34710744,0.37190083,0.338843,0.37190083,0.42975205,0.46280992,0.45867768,0.49173555,0.5289256,0.57024795,0.57024795,0.54545456,0.5661157,0.57024795,0.58264464,0.35950413,0.10743801,0.20661157,0.18181819,0.70247936,0.71487606,0.71900827,0.73140496,0.73140496,0.73140496,0.71900827,0.6859504,0.6694215,0.661157,0.6198347,0.5371901,0.5165289,0.4876033,0.47107437,0.47107437,0.4752066,0.47107437,0.46694216,0.45867768,0.41735536,0.41735536,0.45454547,0.4752066,0.5371901,0.5661157,0.60330576,0.61157024,0.6322314,0.6942149,0.7066116,0.7066116,0.71487606,0.71487606,0.69008267,0.61570245,0.60330576,0.59504133,0.57438016,0.5289256,0.5041322,0.4752066,0.45454547,0.4338843,0.4090909,0.40495867,0.40495867,0.38016528,0.40495867,0.44214877,0.43801653,0.4214876,0.44214877,0.40082645,0.38842976,0.40495867,0.40495867,0.446281,0.5123967,0.57024795,0.4876033,0.10743801,0.20247933,0.18595041,0.69008267,0.7066116,0.71900827,0.72727275,0.7231405,0.70247936,0.6322314,0.53305787,0.553719,0.607438,0.607438,0.553719,0.54545456,0.5206612,0.49586776,0.45041323,0.42561984,0.3966942,0.38429752,0.38429752,0.3677686,0.3553719,0.3553719,0.33471075,0.3553719,0.3429752,0.3305785,0.30578512,0.2644628,0.38429752,0.45867768,0.5165289,0.54545456,0.53305787,0.5413223,0.5289256,0.5041322,0.47107437,0.4752066,0.3966942,0.35123968,0.38429752,0.41322315,0.41735536,0.4090909,0.39256197,0.38842976,0.3677686,0.37603307,0.40082645,0.43801653,0.45041323,0.47933885,0.4752066,0.47933885,0.46694216,0.42561984,0.3677686,0.338843,0.39256197,0.47933885,0.1694215,0.1694215,0.17355372,0.6735537,0.6859504,0.7066116,0.71487606,0.6859504,0.58264464,0.4752066,0.4752066,0.58677685,0.6570248,0.6694215,0.62396693,0.59090906,0.553719,0.5371901,0.46694216,0.41322315,0.37190083,0.338843,0.3429752,0.36363637,0.36363637,0.38429752,0.3966942,0.4214876,0.45041323,0.46280992,0.4752066,0.41322315,0.39256197,0.58677685,0.71900827,0.7355372,0.70247936,0.6652893,0.61570245,0.54545456,0.48347107,0.4214876,0.25619835,0.3140496,0.45041323,0.43801653,0.37603307,0.37603307,0.35950413,0.38429752,0.38016528,0.41322315,0.4214876,0.4752066,0.49586776,0.5123967,0.5206612,0.54545456,0.553719,0.57024795,0.42975205,0.23966943,0.41735536,0.3966942,0.23140496,0.15289256,0.1694215,0.6735537,0.6652893,0.6652893,0.6570248,0.58264464,0.45454547,0.5,0.607438,0.6487603,0.6322314,0.6322314,0.59504133,0.48347107,0.57024795,0.71487606,0.5785124,0.4214876,0.42975205,0.4090909,0.37603307,0.37190083,0.45454547,0.41322315,0.4090909,0.42561984,0.44214877,0.44214877,0.48347107,0.5785124,0.4338843,0.39256197,0.6859504,0.75206614,0.74380165,0.71487606,0.6487603,0.54545456,0.47933885,0.3140496,0.29338843,0.4090909,0.6694215,0.69008267,0.41735536,0.37190083,0.41735536,0.46280992,0.36363637,0.6735537,0.6198347,0.42561984,0.4876033,0.49173555,0.5082645,0.5165289,0.53305787,0.5661157,0.5,0.1570248,0.30578512,0.5247934,0.46694216,0.14049587,0.16115703,0.677686,0.6487603,0.6363636,0.58677685,0.43801653,0.46694216,0.58264464,0.61570245,0.607438,0.58264464,0.57438016,0.5661157,0.43801653,0.5165289,0.74380165,0.59917355,0.4090909,0.4090909,0.41322315,0.4338843,0.49173555,0.7355372,0.58677685,0.35950413,0.4090909,0.44214877,0.43801653,0.4338843,0.5495868,0.5206612,0.3677686,0.6363636,0.7933884,0.77272725,0.7355372,0.6570248,0.5289256,0.42561984,0.1983471,0.3553719,0.33471075,0.44214877,0.5165289,0.37603307,0.3264463,0.35123968,0.4090909,0.3264463,0.54545456,0.71487606,0.4090909,0.44214877,0.48347107,0.47107437,0.47933885,0.5247934,0.5495868,0.5123967,0.23553719,0.33471075,0.47107437,0.553719,0.36363637,0.11983471,0.6735537,0.661157,0.6363636,0.5165289,0.38842976,0.5661157,0.57438016,0.57438016,0.59090906,0.58677685,0.5785124,0.5413223,0.46280992,0.37603307,0.5247934,0.58264464,0.5495868,0.5082645,0.40495867,0.42561984,0.36363637,0.3553719,0.38842976,0.38016528,0.37190083,0.44214877,0.45041323,0.40495867,0.5247934,0.56198347,0.39256197,0.56198347,0.78512394,0.7644628,0.74380165,0.6363636,0.5082645,0.35950413,0.1983471,0.38842976,0.32231405,0.32231405,0.3429752,0.30991736,0.33471075,0.37603307,0.48347107,0.661157,0.48347107,0.49586776,0.47107437,0.44214877,0.42975205,0.41322315,0.42561984,0.4752066,0.5371901,0.5206612,0.338843,0.4090909,0.45867768,0.49586776,0.57438016,0.19421488,0.5495868,0.6363636,0.6322314,0.43801653,0.5,0.6570248,0.6280992,0.6198347,0.6322314,0.58677685,0.49586776,0.54545456,0.6363636,0.6652893,0.6446281,0.59504133,0.5082645,0.48347107,0.4876033,0.49173555,0.4876033,0.35950413,0.29338843,0.35123968,0.36363637,0.37603307,0.40082645,0.41735536,0.5289256,0.5661157,0.37190083,0.338843,0.45041323,0.43801653,0.4214876,0.40495867,0.32231405,0.24793388,0.2644628,0.38429752,0.3140496,0.28512397,0.3181818,0.338843,0.34710744,0.4090909,0.46694216,0.5041322,0.43801653,0.46694216,0.5206612,0.5247934,0.42561984,0.35950413,0.40495867,0.46694216,0.5165289,0.5371901,0.39256197,0.37603307,0.4214876,0.42975205,0.58264464,0.3966942,0.2768595,0.55785125,0.69008267,0.4876033,0.6446281,0.6942149,0.6404959,0.62396693,0.59090906,0.5247934,0.49173555,0.60330576,0.59090906,0.5371901,0.446281,0.446281,0.38016528,0.3305785,0.38016528,0.446281,0.45867768,0.41735536,0.34710744,0.3181818,0.3181818,0.3677686,0.3966942,0.45041323,0.553719,0.553719,0.37603307,0.30578512,0.49586776,0.5785124,0.57024795,0.49173555,0.38016528,0.1446281,0.2520661,0.42975205,0.30578512,0.24793388,0.2768595,0.3140496,0.28512397,0.29338843,0.26859504,0.29752067,0.18181819,0.24793388,0.3553719,0.37603307,0.4338843,0.40495867,0.39256197,0.45454547,0.5123967,0.5289256,0.40082645,0.29338843,0.30578512,0.24380165,0.49586776,0.59504133,0.24793388,0.42561984,0.71487606,0.59090906,0.6570248,0.6983471,0.6735537,0.6198347,0.5661157,0.5495868,0.5165289,0.5,0.47107437,0.5,0.41322315,0.4090909,0.36363637,0.3181818,0.35123968,0.42975205,0.47107437,0.40082645,0.34710744,0.338843,0.3181818,0.36363637,0.4752066,0.5206612,0.56198347,0.5,0.35123968,0.3181818,0.57438016,0.677686,0.6735537,0.6280992,0.5247934,0.18595041,0.24793388,0.45867768,0.36363637,0.30165288,0.3181818,0.32231405,0.2644628,0.23553719,0.23553719,0.2768595,0.21487603,0.25619835,0.4090909,0.33471075,0.34710744,0.40495867,0.4338843,0.46694216,0.5123967,0.5,0.42561984,0.38016528,0.37603307,0.30165288,0.46280992,0.6528926,0.41322315,0.5041322,0.5371901,0.46280992,0.6859504,0.70247936,0.70247936,0.6570248,0.59504133,0.56198347,0.5165289,0.5082645,0.55785125,0.6322314,0.5041322,0.45867768,0.40495867,0.38842976,0.42561984,0.5123967,0.54545456,0.40082645,0.3264463,0.30991736,0.41735536,0.47107437,0.58264464,0.59090906,0.49173555,0.38429752,0.25619835,0.37190083,0.6735537,0.75206614,0.74380165,0.71900827,0.59090906,0.2231405,0.23140496,0.42561984,0.338843,0.3181818,0.35950413,0.45041323,0.41322315,0.3264463,0.25619835,0.2520661,0.29752067,0.37603307,0.47933885,0.41322315,0.41322315,0.40495867,0.41735536,0.46280992,0.49173555,0.4214876,0.44214877,0.45867768,0.446281,0.41735536,0.553719,0.6446281,0.45867768,0.53305787,0.46694216,0.3966942,0.6198347,0.6404959,0.6487603,0.59504133,0.58264464,0.61570245,0.59090906,0.57438016,0.6322314,0.70247936,0.661157,0.54545456,0.5,0.48347107,0.5206612,0.57024795,0.5785124,0.4752066,0.4090909,0.41735536,0.5123967,0.6404959,0.6735537,0.5495868,0.35950413,0.38016528,0.23140496,0.5041322,0.77272725,0.8057851,0.7768595,0.77272725,0.75619835,0.29338843,0.19008264,0.3966942,0.37190083,0.41735536,0.4090909,0.5123967,0.55785125,0.49586776,0.3966942,0.33471075,0.42975205,0.5165289,0.53305787,0.47933885,0.45867768,0.4752066,0.43801653,0.43801653,0.4214876,0.39256197,0.4876033,0.45867768,0.45454547,0.45041323,0.57438016,0.61570245,0.607438,0.46694216,0.3140496,0.43801653,0.48347107,0.5247934,0.607438,0.607438,0.6363636,0.6694215,0.6570248,0.59090906,0.59917355,0.61157024,0.61157024,0.553719,0.5165289,0.49586776,0.5165289,0.5206612,0.5206612,0.5,0.48347107,0.53305787,0.60330576,0.6735537,0.61570245,0.44214877,0.2768595,0.3553719,0.2768595,0.6198347,0.7933884,0.7933884,0.77272725,0.7644628,0.7933884,0.5165289,0.14876033,0.37603307,0.35123968,0.40495867,0.45454547,0.5247934,0.57024795,0.56198347,0.49586776,0.45867768,0.49173555,0.5206612,0.5123967,0.5,0.5041322,0.5165289,0.5165289,0.44214877,0.35950413,0.4214876,0.5206612,0.45041323,0.45041323,0.45454547,0.59917355,0.5082645,0.6942149,0.61157024,0.3264463,0.44214877,0.5413223,0.46280992,0.61570245,0.6735537,0.6942149,0.70247936,0.7107438,0.6818182,0.6570248,0.607438,0.56198347,0.5206612,0.53305787,0.5165289,0.5,0.47933885,0.4752066,0.4876033,0.5041322,0.5082645,0.57024795,0.5785124,0.5413223,0.4214876,0.3140496,0.28512397,0.45867768,0.71487606,0.8057851,0.80991733,0.7768595,0.77272725,0.8016529,0.6570248,0.1983471,0.3677686,0.3966942,0.44214877,0.49586776,0.5123967,0.4876033,0.4752066,0.47933885,0.48347107,0.49173555,0.5123967,0.5082645,0.53305787,0.54545456,0.5371901,0.5413223,0.46694216,0.43801653,0.5165289,0.5289256,0.446281,0.446281,0.45867768,0.61570245,0.45454547,0.71487606,0.70247936,0.446281,0.3677686,0.6528926,0.47107437,0.57438016,0.69008267,0.7231405,0.7231405,0.71900827,0.7066116,0.6570248,0.6322314,0.607438,0.57438016,0.57024795,0.553719,0.5289256,0.49586776,0.47933885,0.48347107,0.49586776,0.49173555,0.5371901,0.5495868,0.5247934,0.5371901,0.43801653,0.2644628,0.6570248,0.72727275,0.78099173,0.8057851,0.78512394,0.77272725,0.79752064,0.73966944,0.42561984,0.24793388,0.4752066,0.45454547,0.553719,0.5371901,0.49586776,0.47933885,0.49173555,0.49586776,0.5041322,0.5289256,0.5289256,0.5495868,0.5413223,0.5206612,0.49586776,0.5,0.5785124,0.62396693,0.53305787,0.41735536,0.45041323,0.48347107,0.61570245,0.38429752,0.70247936,0.7107438,0.6446281,0.26859504,0.71487606,0.55785125,0.5413223,0.6570248,0.7231405,0.74380165,0.72727275,0.69008267,0.6404959,0.61570245,0.62396693,0.61157024,0.59090906,0.57024795,0.54545456,0.5247934,0.5041322,0.5041322,0.5082645,0.5123967,0.57438016,0.56198347,0.5371901,0.59504133,0.30165288,0.5123967,0.7107438,0.6983471,0.76859504,0.8016529,0.7933884,0.77272725,0.78099173,0.76033056,0.62396693,0.23966943,0.40495867,0.49173555,0.57024795,0.5661157,0.5206612,0.49586776,0.5123967,0.5247934,0.5289256,0.53305787,0.5495868,0.553719,0.553719,0.53305787,0.5123967,0.553719,0.661157,0.6942149,0.5371901,0.4090909,0.45454547,0.54545456,0.5661157,0.40495867,0.6983471,0.7107438,0.7892562,0.30165288,0.6280992,0.6694215,0.553719,0.60330576,0.6983471,0.73140496,0.71487606,0.661157,0.62396693,0.61157024,0.61570245,0.59504133,0.58264464,0.5785124,0.5413223,0.5206612,0.5123967,0.54545456,0.55785125,0.58264464,0.6280992,0.5495868,0.58677685,0.40495867,0.43801653,0.677686,0.6942149,0.6983471,0.76859504,0.79752064,0.79752064,0.7768595,0.78099173,0.75206614,0.6942149,0.44214877,0.20661157,0.5206612,0.58264464,0.57024795,0.5165289,0.49173555,0.5041322,0.5247934,0.54545456,0.5661157,0.57438016,0.5785124,0.55785125,0.55785125,0.5785124,0.61570245,0.70247936,0.7231405,0.55785125,0.40495867,0.5041322,0.6280992,0.49586776,0.42561984,0.677686,0.7107438,0.8016529,0.57024795,0.39256197,0.76033056,0.62396693,0.59090906,0.6735537,0.6859504,0.6652893,0.6322314,0.6198347,0.61157024,0.61157024,0.5661157,0.57438016,0.5371901,0.5413223,0.5495868,0.56198347,0.60330576,0.6280992,0.6363636,0.6280992,0.59504133,0.45454547,0.37603307,0.6694215,0.6859504,0.69008267,0.7107438,0.76859504,0.80991733,0.80991733,0.7892562,0.78512394,0.77272725,0.6942149,0.61157024,0.32231405,0.2768595,0.6198347,0.6280992,0.5661157,0.5041322,0.48347107,0.4876033,0.5041322,0.5289256,0.54545456,0.553719,0.5413223,0.5413223,0.59090906,0.6487603,0.70247936,0.70247936,0.5661157,0.46694216,0.6404959,0.6570248,0.43801653,0.446281,0.6528926,0.70247936,0.7355372,0.7768595,0.39256197,0.6322314,0.73140496,0.6322314,0.6446281,0.661157,0.6570248,0.6280992,0.6280992,0.6198347,0.6198347,0.59090906,0.58264464,0.5785124,0.607438,0.62396693,0.6280992,0.6198347,0.6528926,0.6404959,0.62396693,0.49586776,0.40082645,0.607438,0.69008267,0.661157,0.6859504,0.73140496,0.7768595,0.8181818,0.822314,0.8016529,0.79752064,0.7892562,0.72727275,0.6404959,0.54545456,0.28512397,0.3264463,0.6818182,0.6404959,0.59504133,0.54545456,0.5123967,0.49173555,0.5082645,0.5371901,0.55785125,0.5495868,0.57024795,0.61157024,0.6363636,0.6652893,0.6818182,0.59917355,0.60330576,0.73140496,0.5495868,0.45041323,0.46694216,0.6363636,0.6818182,0.70247936,0.76033056,0.7355372,0.4090909,0.6859504,0.73966944,0.6570248,0.6528926,0.6446281,0.6363636,0.6446281,0.6570248,0.6404959,0.6322314,0.6322314,0.6652893,0.6735537,0.661157,0.6404959,0.6280992,0.6528926,0.61157024,0.4876033,0.4090909,0.58677685,0.6735537,0.6528926,0.661157,0.6818182,0.73966944,0.78512394,0.80991733,0.8264463,0.8057851,0.7892562,0.7933884,0.75206614,0.677686,0.58677685,0.48347107,0.3966942,0.30165288,0.661157,0.6735537,0.6363636,0.61157024,0.5785124,0.5495868,0.54545456,0.56198347,0.5661157,0.59090906,0.61570245,0.59917355,0.6446281,0.6983471,0.6942149,0.7107438,0.62396693,0.46280992,0.48347107,0.46280992,0.61570245,0.6528926,0.69008267,0.73140496,0.75206614,0.7066116,0.5082645,0.6198347,0.76033056,0.71900827,0.6735537,0.6694215,0.6735537,0.6570248,0.6404959,0.6487603,0.62396693,0.6404959,0.6652893,0.661157,0.6818182,0.6942149,0.6280992,0.48347107,0.44214877,0.57438016,0.6735537,0.6446281,0.6280992,0.6446281,0.7107438,0.74380165,0.7933884,0.79752064,0.822314,0.80991733,0.7768595,0.78099173,0.77272725,0.6983471,0.60330576,0.5041322,0.553719,0.45867768,0.29752067,0.61570245,0.6652893,0.6487603,0.6280992,0.58264464,0.55785125,0.5785124,0.59090906,0.61570245,0.6487603,0.6652893,0.7107438,0.73140496,0.6735537,0.59917355,0.53305787,0.5,0.49173555,0.44214877,0.60330576,0.6280992,0.6652893,0.7066116,0.73966944,0.75206614,0.72727275,0.55785125,0.42561984,0.6859504,0.74793386,0.7231405,0.6942149,0.6694215,0.6570248,0.6570248,0.6570248,0.661157,0.70247936,0.7231405,0.6859504,0.607438,0.5082645,0.4752066,0.5785124,0.6487603,0.6446281,0.6280992,0.6280992,0.6446281,0.6942149,0.74793386,0.76859504,0.8057851,0.8347107,0.8140496,0.78099173,0.7768595,0.76033056,0.7066116,0.6198347,0.53305787,0.54545456,0.5495868,0.5247934,0.40082645,0.49586776,0.62396693,0.6528926,0.6528926,0.6404959,0.6446281,0.6570248,0.677686,0.70247936,0.677686,0.6487603,0.6198347,0.5785124,0.55785125,0.553719,0.5165289,0.49173555,0.42561984,0.60330576,0.61157024,0.6570248,0.6818182,0.6983471,0.7355372,0.7231405,0.6446281,0.5289256,0.36363637,0.40495867,0.5041322,0.57024795,0.6280992,0.661157,0.6694215,0.6528926,0.6322314,0.6322314,0.62396693,0.57024795,0.5247934,0.5495868,0.59917355,0.6652893,0.6322314,0.62396693,0.6487603,0.6404959,0.6446281,0.6735537,0.7066116,0.71900827,0.78099173,0.8305785,0.8016529,0.77272725,0.76859504,0.72727275,0.6570248,0.59090906,0.57438016,0.5165289,0.607438,0.57024795,0.5041322,0.48347107,0.42561984,0.446281,0.5165289,0.53305787,0.5371901,0.5495868,0.5495868,0.5413223,0.5413223,0.54545456,0.57024795,0.58264464,0.57438016,0.553719,0.5082645,0.4876033,0.3966942,0.607438,0.607438,0.6404959,0.6446281,0.6570248,0.6983471,0.71487606,0.6404959,0.54545456,0.5082645,0.5165289,0.5041322,0.5,0.5041322,0.5123967,0.5371901,0.553719,0.5661157,0.59090906,0.59917355,0.607438,0.6198347,0.6694215,0.71900827,0.6859504,0.6322314,0.6322314,0.6528926,0.6487603,0.62396693,0.6322314,0.6404959,0.6487603,0.6983471,0.75619835,0.75206614,0.7231405,0.7066116,0.6528926,0.57438016,0.5206612,0.56198347,0.553719,0.5495868,0.6528926,0.59917355,0.56198347,0.5082645,0.446281,0.39256197,0.40082645,0.4214876,0.44214877,0.46694216,0.4876033,0.53305787,0.5661157,0.5785124,0.553719,0.55785125,0.53305787,0.49586776,0.49173555,0.38842976,0.62396693,0.62396693,0.6404959,0.6528926,0.6694215,0.69008267,0.71487606,0.6404959,0.5289256,0.5,0.49586776,0.5165289,0.5165289,0.5289256,0.5495868,0.55785125,0.58264464,0.60330576,0.6404959,0.6818182,0.71487606,0.74380165,0.7355372,0.7066116,0.6570248,0.6404959,0.6487603,0.6363636,0.58264464,0.553719,0.5495868,0.53305787,0.553719,0.59917355,0.6528926,0.6652893,0.6363636,0.59917355,0.5247934,0.47107437,0.46694216,0.5123967,0.56198347,0.5289256,0.6322314,0.6859504,0.677686,0.6322314,0.57024795,0.53305787,0.5247934,0.5289256,0.5495868,0.55785125,0.56198347,0.57438016,0.55785125,0.553719,0.54545456,0.5413223,0.5247934,0.5082645,0.5,0.38842976,0.6322314,0.6280992,0.6404959,0.661157,0.661157,0.677686,0.70247936,0.6652893,0.59504133,0.55785125,0.5371901,0.56198347,0.57024795,0.58677685,0.6198347,0.6363636,0.6818182,0.7107438,0.74793386,0.7768595,0.7892562,0.7768595,0.7231405,0.677686,0.6198347,0.60330576,0.6280992,0.57438016,0.45041323,0.38016528,0.42561984,0.45454547,0.47107437,0.5123967,0.553719,0.57024795,0.553719,0.4876033,0.42561984,0.3677686,0.36363637,0.4338843,0.5289256,0.5206612,0.57438016,0.69008267,0.6942149,0.70247936,0.677686,0.6487603,0.6322314,0.6198347,0.61157024,0.59917355,0.57438016,0.5661157,0.5413223,0.553719,0.5495868,0.53305787,0.5206612,0.5123967,0.5082645,0.37190083,0.62396693,0.6280992,0.6446281,0.6487603,0.6735537,0.6818182,0.6859504,0.6859504,0.6652893,0.6694215,0.6694215,0.69008267,0.71487606,0.72727275,0.74793386,0.7644628,0.78099173,0.7933884,0.79752064,0.7892562,0.7892562,0.76033056,0.71487606,0.6694215,0.607438,0.5785124,0.55785125,0.43801653,0.1983471,0.09504132,0.12396694,0.25619835,0.4090909,0.45041323,0.45454547,0.446281,0.44214877,0.38429752,0.2892562,0.19421488,0.19008264,0.3429752,0.4752066,0.5082645,0.5371901,0.6694215,0.6942149,0.6983471,0.6942149,0.6859504,0.69008267,0.6942149,0.6859504,0.6446281,0.60330576,0.57024795,0.5495868,0.53305787,0.5289256,0.5247934,0.5247934,0.5206612,0.5,0.3305785,0.59917355,0.62396693,0.6363636,0.6404959,0.6487603,0.6735537,0.677686,0.6859504,0.6983471,0.70247936,0.7107438,0.73966944,0.7644628,0.77272725,0.7892562,0.7933884,0.7933884,0.8016529,0.79752064,0.78512394,0.7892562,0.74380165,0.69008267,0.6446281,0.58677685,0.5165289,0.46694216,0.30165288,0.12809917,0.09504132,0.09504132,0.17768595,0.2520661,0.3677686,0.3677686,0.37190083,0.38016528,0.2892562,0.12809917,0.10330579,0.11570248,0.29338843,0.42975205,0.47933885,0.5165289,0.6322314,0.677686,0.70247936,0.6983471,0.6818182,0.6859504,0.70247936,0.7066116,0.6942149,0.6487603,0.59917355,0.56198347,0.5289256,0.5165289,0.5082645,0.5,0.5123967,0.47107437,0.2892562,0.61570245,0.6322314,0.6363636,0.6322314,0.6363636,0.6446281,0.661157,0.6652893,0.6694215,0.6942149,0.6942149,0.73966944,0.75619835,0.76859504,0.78099173,0.7933884,0.7892562,0.78099173,0.78512394,0.77272725,0.76033056,0.72727275,0.661157,0.6322314,0.5495868,0.45867768,0.40495867,0.29752067,0.18595041,0.14049587,0.23140496,0.3264463,0.26859504,0.29338843,0.3305785,0.3429752,0.38016528,0.2768595,0.11983471,0.12809917,0.14876033,0.27272728,0.39256197,0.45041323,0.4876033,0.58264464,0.6528926,0.70247936,0.6983471,0.6818182,0.6735537,0.69008267,0.6942149,0.6983471,0.6652893,0.60330576,0.59917355,0.553719,0.5247934,0.49173555,0.5,0.5,0.41322315,0.26859504,0.61157024,0.6280992,0.6280992,0.6280992,0.6363636,0.6487603,0.6487603,0.661157,0.6363636,0.6859504,0.69008267,0.7231405,0.74380165,0.75619835,0.76859504,0.7768595,0.78099173,0.77272725,0.76033056,0.74793386,0.74380165,0.6570248,0.6652893,0.6322314,0.5371901,0.40082645,0.38016528,0.3264463,0.3305785,0.38016528,0.47107437,0.47933885,0.38016528,0.30991736,0.32231405,0.34710744,0.41735536,0.38429752,0.28512397,0.24380165,0.24380165,0.2892562,0.35950413,0.446281,0.4752066,0.5413223,0.6528926,0.69008267,0.6983471,0.6983471,0.677686,0.6859504,0.6859504,0.6859504,0.6446281,0.61570245,0.58264464,0.5661157,0.5413223,0.48347107,0.5041322,0.4876033,0.3305785,0.2231405,0.58677685,0.61570245,0.62396693,0.6198347,0.6322314,0.6404959,0.6280992,0.6446281,0.6404959,0.6570248,0.6859504,0.6983471,0.74380165,0.75206614,0.75206614,0.76859504,0.76859504,0.75619835,0.7355372,0.71900827,0.6528926,0.59090906,0.6570248,0.6570248,0.58264464,0.40495867,0.338843,0.3181818,0.38842976,0.5206612,0.5785124,0.553719,0.47933885,0.3966942,0.35950413,0.37603307,0.42975205,0.4338843,0.42561984,0.37603307,0.33471075,0.3181818,0.3677686,0.45867768,0.48347107,0.5165289,0.6280992,0.6446281,0.69008267,0.6942149,0.69008267,0.6859504,0.6735537,0.6735537,0.6322314,0.59504133,0.56198347,0.54545456,0.5371901,0.49173555,0.49586776,0.46694216,0.2520661,0.2231405,0.55785125,0.59504133,0.607438,0.60330576,0.61570245,0.61570245,0.60330576,0.6322314,0.6363636,0.6363636,0.6735537,0.6818182,0.7231405,0.73140496,0.74793386,0.76859504,0.76033056,0.7355372,0.7107438,0.6859504,0.6528926,0.6528926,0.7066116,0.70247936,0.6528926,0.5413223,0.36363637,0.30165288,0.3677686,0.4752066,0.56198347,0.56198347,0.5371901,0.4752066,0.4214876,0.4214876,0.43801653,0.4214876,0.41322315,0.37190083,0.30991736,0.3264463,0.42561984,0.49586776,0.5123967,0.5206612,0.5785124,0.62396693,0.69008267,0.6694215,0.6735537,0.6528926,0.6363636,0.6280992,0.607438,0.58677685,0.57024795,0.5495868,0.53305787,0.49173555,0.5,0.45041323,0.22727273,0.22727273,0.5413223,0.57024795,0.58264464,0.58264464,0.59090906,0.59917355,0.59090906,0.61157024,0.61570245,0.6363636,0.6652893,0.6694215,0.6818182,0.6983471,0.7107438,0.73140496,0.7355372,0.71900827,0.7066116,0.677686,0.6818182,0.71487606,0.7231405,0.7355372,0.7107438,0.6818182,0.56198347,0.5082645,0.53305787,0.5041322,0.56198347,0.5785124,0.54545456,0.49586776,0.46280992,0.47107437,0.45454547,0.4338843,0.42561984,0.3966942,0.39256197,0.446281,0.5041322,0.54545456,0.56198347,0.553719,0.5495868,0.6280992,0.6446281,0.6528926,0.6528926,0.6322314,0.607438,0.59917355,0.58677685,0.57438016,0.57024795,0.553719,0.5206612,0.4876033,0.5165289,0.41322315,0.21487603,0.23553719,0.5371901,0.55785125,0.5661157,0.57024795,0.58677685,0.58677685,0.5785124,0.59917355,0.59917355,0.6198347,0.6446281,0.661157,0.6735537,0.677686,0.6942149,0.6983471,0.70247936,0.6983471,0.69008267,0.6735537,0.7066116,0.72727275,0.72727275,0.74793386,0.7231405,0.73140496,0.6735537,0.6487603,0.661157,0.58264464,0.58677685,0.60330576,0.5661157,0.49586776,0.5,0.5165289,0.4876033,0.45041323,0.46694216,0.46694216,0.47933885,0.5165289,0.5371901,0.5495868,0.55785125,0.56198347,0.5495868,0.61157024,0.6198347,0.6570248,0.6446281,0.6198347,0.59090906,0.58677685,0.56198347,0.5661157,0.553719,0.53305787,0.5165289,0.47933885,0.5206612,0.35123968,0.20661157,0.23553719,0.5247934,0.5413223,0.54545456,0.5495868,0.57438016,0.59504133,0.5661157,0.59090906,0.59504133,0.6280992,0.6487603,0.6363636,0.6528926,0.6735537,0.6818182,0.6859504,0.6859504,0.6942149,0.6818182,0.6818182,0.7066116,0.7231405,0.74793386,0.74793386,0.7066116,0.7231405,0.6735537,0.6322314,0.6404959,0.61570245,0.61570245,0.6322314,0.57438016,0.5123967,0.5413223,0.5413223,0.54545456,0.47933885,0.4876033,0.49586776,0.5041322,0.53305787,0.5661157,0.5661157,0.57024795,0.55785125,0.553719,0.60330576,0.60330576,0.6280992,0.6198347,0.59504133,0.59504133,0.57024795,0.553719,0.553719,0.5371901,0.5247934,0.5123967,0.48347107,0.5123967,0.30991736,0.2107438,0.23966943,0.5123967,0.5206612,0.5371901,0.5371901,0.5661157,0.60330576,0.59090906,0.58677685,0.58264464,0.61157024,0.6404959,0.6446281,0.6570248,0.6570248,0.6446281,0.6652893,0.6652893,0.6694215,0.6652893,0.6735537,0.69008267,0.71487606,0.7231405,0.71900827,0.71487606,0.7066116,0.69008267,0.6528926,0.6363636,0.6280992,0.6363636,0.6570248,0.57438016,0.5371901,0.553719,0.59504133,0.60330576,0.553719,0.5289256,0.5,0.5206612,0.5371901,0.56198347,0.57438016,0.58264464,0.57024795,0.55785125,0.58677685,0.5661157,0.607438,0.57438016,0.57438016,0.59504133,0.553719,0.5495868,0.553719,0.5371901,0.5123967,0.49586776,0.49173555,0.5041322,0.29338843,0.20661157,0.24793388,0.5165289,0.5206612,0.5165289,0.53305787,0.55785125,0.59504133,0.60330576,0.59504133,0.607438,0.6198347,0.6404959,0.6404959,0.6363636,0.6446281,0.6280992,0.6446281,0.6404959,0.6322314,0.6446281,0.661157,0.677686,0.70247936,0.7066116,0.6818182,0.69008267,0.6818182,0.69008267,0.677686,0.6694215,0.6528926,0.6528926,0.6735537,0.59090906,0.5785124,0.6198347,0.6363636,0.6446281,0.60330576,0.553719,0.54545456,0.54545456,0.5371901,0.55785125,0.57438016,0.56198347,0.55785125,0.55785125,0.57438016,0.57438016,0.58677685,0.553719,0.58264464,0.59090906,0.5495868,0.5413223,0.54545456,0.5289256,0.5082645,0.49173555,0.49586776,0.4876033,0.24380165,0.20661157,0.24793388,0.5371901,0.5247934,0.5123967,0.5165289,0.5495868,0.58264464,0.59917355,0.60330576,0.60330576,0.61570245,0.62396693,0.6198347,0.61570245,0.6404959,0.62396693,0.62396693,0.61570245,0.61157024,0.6363636,0.6487603,0.6570248,0.6735537,0.6859504,0.677686,0.661157,0.677686,0.677686,0.6818182,0.69008267,0.6859504,0.7066116,0.71487606,0.6487603,0.6487603,0.71487606,0.71487606,0.6818182,0.6487603,0.59917355,0.57024795,0.5785124,0.5413223,0.553719,0.5661157,0.5495868,0.5413223,0.5495868,0.5661157,0.56198347,0.553719,0.5495868,0.5661157,0.5661157,0.5413223,0.5289256,0.53305787,0.5247934,0.5,0.48347107,0.49586776,0.47107437,0.20247933,0.23553719,0.22727273,0.5289256,0.5371901,0.5371901,0.5289256,0.55785125,0.57438016,0.58677685,0.59504133,0.60330576,0.61157024,0.61157024,0.59917355,0.61570245,0.6322314,0.60330576,0.60330576,0.59917355,0.607438,0.62396693,0.61570245,0.62396693,0.6404959,0.6487603,0.661157,0.6652893,0.6818182,0.6694215,0.6942149,0.7066116,0.73140496,0.75206614,0.76033056,0.7107438,0.7066116,0.76033056,0.76033056,0.71487606,0.7107438,0.677686,0.6280992,0.59917355,0.55785125,0.56198347,0.553719,0.5413223,0.5371901,0.54545456,0.5371901,0.5413223,0.5247934,0.53305787,0.5206612,0.5206612,0.5289256,0.53305787,0.5206612,0.5123967,0.5,0.47933885,0.5,0.44214877,0.18595041,0.2231405,0.25619835,0.5206612,0.5371901,0.5371901,0.5371901,0.57024795,0.57024795,0.5785124,0.59090906,0.59917355,0.60330576,0.60330576,0.59090906,0.607438,0.59917355,0.57438016,0.5785124,0.59090906,0.5785124,0.58264464,0.58264464,0.59917355,0.60330576,0.61157024,0.661157,0.6570248,0.6859504,0.73140496,0.76033056,0.7231405,0.661157,0.59090906,0.5661157,0.6280992,0.6942149,0.6983471,0.6570248,0.56198347,0.58677685,0.6280992,0.6487603,0.6322314,0.59917355,0.57438016,0.54545456,0.53305787,0.5165289,0.5206612,0.49586776,0.5123967,0.49173555,0.49173555,0.4752066,0.49586776,0.5247934,0.5247934,0.5165289,0.5041322,0.5,0.47933885,0.5041322,0.3966942,0.20661157,0.22727273,0.24793388,0.5082645,0.5413223,0.5413223,0.54545456,0.5661157,0.57024795,0.5661157,0.5785124,0.58677685,0.60330576,0.59090906,0.59090906,0.59090906,0.5661157,0.553719,0.55785125,0.5495868,0.5247934,0.5206612,0.5371901,0.553719,0.55785125,0.58677685,0.6280992,0.6280992,0.6322314,0.58264464,0.5041322,0.40495867,0.3140496,0.26859504,0.2603306,0.32231405,0.41735536,0.41322315,0.36363637,0.3140496,0.3181818,0.37190083,0.446281,0.5206612,0.58264464,0.57438016,0.5371901,0.5206612,0.5082645,0.5,0.45867768,0.46280992,0.45867768,0.45867768,0.41322315,0.4752066,0.5,0.5206612,0.5041322,0.5082645,0.5,0.4876033,0.4876033,0.338843,0.21900827,0.23140496,0.23140496,0.4876033,0.5206612,0.53305787,0.5413223,0.55785125,0.56198347,0.56198347,0.57438016,0.58677685,0.607438,0.59504133,0.59917355,0.58677685,0.5785124,0.5371901,0.54545456,0.5041322,0.46694216,0.45867768,0.45867768,0.46280992,0.49586776,0.5082645,0.5041322,0.446281,0.40495867,0.30991736,0.2603306,0.23553719,0.2520661,0.2520661,0.29338843,0.3181818,0.3264463,0.29338843,0.2768595,0.2768595,0.30165288,0.27272728,0.2768595,0.29338843,0.35123968,0.446281,0.46280992,0.46694216,0.46694216,0.446281,0.41322315,0.38842976,0.40082645,0.4214876,0.41322315,0.45041323,0.5,0.5082645,0.49586776,0.47933885,0.47107437,0.46280992,0.47107437,0.28512397,0.2231405,0.21900827,0.22727273,0.4752066,0.5247934,0.5206612,0.5371901,0.53305787,0.54545456,0.553719,0.57438016,0.59090906,0.59917355,0.59917355,0.58264464,0.5785124,0.57438016,0.5289256,0.5289256,0.4752066,0.40495867,0.338843,0.32231405,0.29752067,0.3140496,0.29338843,0.26859504,0.23553719,0.2107438,0.2107438,0.20247933,0.2107438,0.23553719,0.20661157,0.23553719,0.26859504,0.2520661,0.23966943,0.23553719,0.23966943,0.27272728,0.2520661,0.24793388,0.20661157,0.23140496,0.2520661,0.29338843,0.35123968,0.35123968,0.3553719,0.3264463,0.3264463,0.35123968,0.38842976,0.40495867,0.44214877,0.49173555,0.5082645,0.49173555,0.48347107,0.46694216,0.47107437,0.4338843,0.2603306,0.21900827,0.23553719,0.22727273,0.45867768,0.49586776,0.5165289,0.53305787,0.5206612,0.5289256,0.5413223,0.55785125,0.57024795,0.58677685,0.59917355,0.58677685,0.57438016,0.5661157,0.5165289,0.49173555,0.42561984,0.3429752,0.28099173,0.21900827,0.19008264,0.19008264,0.17355372,0.20247933,0.20247933,0.2231405,0.22727273,0.2603306,0.30991736,0.338843,0.30578512,0.2892562,0.29338843,0.2644628,0.25619835,0.2603306,0.26859504,0.2644628,0.25619835,0.21900827,0.23553719,0.21900827,0.20661157,0.19421488,0.18181819,0.20661157,0.2107438,0.24380165,0.27272728,0.3305785,0.338843,0.38429752,0.4752066,0.4752066,0.5,0.49586776,0.47107437,0.46280992,0.46694216,0.37603307,0.23553719,0.2231405,0.23966943,0.23140496,0.45041323,0.45454547,0.5082645,0.5041322,0.5206612,0.5247934,0.5495868,0.5413223,0.5495868,0.57024795,0.58677685,0.59917355,0.57438016,0.55785125,0.5165289,0.45867768,0.39256197,0.3677686,0.3677686,0.36363637,0.37190083,0.36363637,0.34710744,0.338843,0.3429752,0.37603307,0.3966942,0.44214877,0.5247934,0.56198347,0.53305787,0.5,0.4752066,0.446281,0.43801653,0.46694216,0.45867768,0.42561984,0.4090909,0.3429752,0.3429752,0.30991736,0.30991736,0.30991736,0.32231405,0.37603307,0.37190083,0.3429752,0.3305785,0.338843,0.3264463,0.38016528,0.48347107,0.49173555,0.49586776,0.4876033,0.46694216,0.46280992,0.45041323,0.32231405,0.2231405,0.23553719,0.23140496,0.22727273,0.41735536,0.446281,0.47933885,0.49586776,0.5165289,0.5206612,0.5371901,0.5495868,0.5495868,0.56198347,0.57438016,0.57024795,0.57024795,0.56198347,0.55785125,0.47107437,0.446281,0.5,0.5495868,0.56198347,0.58264464,0.58264464,0.553719,0.5289256,0.5165289,0.5247934,0.5206612,0.5041322,0.5082645,0.53305787,0.5289256,0.5206612,0.5041322,0.5,0.5206612,0.5206612,0.5041322,0.47933885,0.45867768,0.41322315,0.4214876,0.4090909,0.3966942,0.44214877,0.446281,0.47107437,0.47933885,0.446281,0.41322315,0.39256197,0.37603307,0.41735536,0.45867768,0.47933885,0.48347107,0.46694216,0.46280992,0.45454547,0.41322315,0.27272728,0.21900827,0.23553719,0.23553719,0.21900827,0.40082645,0.4338843,0.47107437,0.4876033,0.5041322,0.5,0.5289256,0.54545456,0.54545456,0.553719,0.57438016,0.56198347,0.55785125,0.553719,0.57438016,0.5247934,0.5289256,0.57438016,0.6363636,0.6487603,0.6322314,0.6198347,0.59917355,0.5661157,0.5413223,0.5371901,0.5247934,0.5082645,0.49586776,0.49586776,0.5,0.45867768,0.46694216,0.4752066,0.47933885,0.45454547,0.446281,0.45867768,0.48347107,0.4876033,0.4876033,0.48347107,0.47933885,0.47107437,0.47107437,0.48347107,0.4752066,0.4752066,0.46280992,0.4338843,0.4214876,0.42975205,0.44214877,0.45454547,0.45867768,0.45454547,0.45454547,0.45041323,0.36363637,0.23140496,0.2231405,0.23140496,0.23553719,0.21900827,0.35950413,0.41322315,0.44214877,0.45867768,0.47933885,0.47933885,0.5,0.5289256,0.5247934,0.53305787,0.5371901,0.5371901,0.54545456,0.55785125,0.5495868,0.5495868,0.5661157,0.607438,0.6404959,0.6446281,0.6322314,0.61570245,0.58264464,0.5495868,0.5413223,0.49586776,0.47933885,0.42561984,0.41735536,0.3966942,0.41322315,0.3966942,0.39256197,0.4214876,0.40495867,0.39256197,0.39256197,0.4214876,0.44214877,0.42975205,0.44214877,0.44214877,0.44214877,0.46280992,0.48347107,0.49173555,0.48347107,0.48347107,0.47107437,0.45041323,0.44214877,0.4214876,0.4338843,0.43801653,0.44214877,0.45041323,0.44214877,0.42975205,0.30578512,0.2231405,0.23140496,0.23966943,0.2231405,0.23140496,0.37190083,0.37603307,0.41735536,0.42561984,0.46694216,0.49173555,0.47107437,0.49173555,0.5165289,0.5206612,0.5206612,0.5165289,0.5371901,0.5495868,0.5289256,0.54545456,0.58264464,0.60330576,0.61157024,0.61570245,0.62396693,0.61157024,0.58677685,0.5661157,0.553719,0.5082645,0.46694216,0.40082645,0.39256197,0.338843,0.3305785,0.3305785,0.2892562,0.29338843,0.29338843,0.27272728,0.29752067,0.3429752,0.34710744,0.37603307,0.40082645,0.41735536,0.46694216,0.48347107,0.49586776,0.4876033,0.47933885,0.4752066,0.47107437,0.43801653,0.446281,0.42561984,0.42561984,0.4214876,0.42975205,0.44214877,0.4338843,0.38429752,0.24793388,0.23140496,0.21900827,0.22727273,0.22727273,0.23553719,0.47107437,0.3181818,0.38842976,0.42561984,0.45041323,0.46694216,0.4752066,0.4752066,0.49173555,0.5041322,0.5041322,0.5041322,0.5206612,0.5495868,0.5123967,0.5247934,0.60330576,0.5785124,0.607438,0.61157024,0.6198347,0.60330576,0.58264464,0.57024795,0.55785125,0.5206612,0.4876033,0.44214877,0.41735536,0.37190083,0.34710744,0.33471075,0.3140496,0.29338843,0.3181818,0.30578512,0.3140496,0.338843,0.35950413,0.37603307,0.3966942,0.4214876,0.45867768,0.5,0.49173555,0.47933885,0.4752066,0.46280992,0.45454547,0.4338843,0.43801653,0.42975205,0.4214876,0.4090909,0.41735536,0.41322315,0.42975205,0.3264463,0.20661157,0.23553719,0.22727273,0.22727273,0.2231405,0.2231405,0.5371901,0.35123968,0.34710744,0.38842976,0.42975205,0.42975205,0.46280992,0.46694216,0.46694216,0.46694216,0.48347107,0.4876033,0.49586776,0.5289256,0.5289256,0.5413223,0.59504133,0.57024795,0.61570245,0.61157024,0.61570245,0.607438,0.57438016,0.5661157,0.57438016,0.55785125,0.5206612,0.5289256,0.5,0.42975205,0.41735536,0.38842976,0.36363637,0.3429752,0.35950413,0.3677686,0.37190083,0.37603307,0.38429752,0.40495867,0.41735536,0.446281,0.46280992,0.49173555,0.49586776,0.47933885,0.4752066,0.45867768,0.44214877,0.43801653,0.44214877,0.4214876,0.40082645,0.40082645,0.38016528,0.42561984,0.38429752,0.25619835,0.20247933,0.23140496,0.2231405,0.23553719,0.23140496,0.21487603,0.5247934,0.4752066,0.3264463,0.3429752,0.3966942,0.41322315,0.42561984,0.45454547,0.46280992,0.45867768,0.47107437,0.4752066,0.47933885,0.5,0.5247934,0.553719,0.5661157,0.57024795,0.607438,0.61157024,0.607438,0.61157024,0.61570245,0.61570245,0.61157024,0.61570245,0.607438,0.6363636,0.6818182,0.6694215,0.6570248,0.6652893,0.6198347,0.57438016,0.56198347,0.5661157,0.53305787,0.5123967,0.47933885,0.46280992,0.45867768,0.47933885,0.49173555,0.49173555,0.49173555,0.45867768,0.46280992,0.446281,0.44214877,0.42975205,0.4338843,0.41322315,0.3966942,0.38842976,0.3966942,0.4214876,0.29752067,0.2231405,0.2231405,0.24380165,0.23553719,0.22727273,0.23553719,0.23553719,0.5165289,0.5123967,0.40082645,0.2892562,0.35950413,0.3677686,0.40495867,0.43801653,0.46694216,0.46280992,0.46280992,0.4752066,0.48347107,0.5041322,0.5247934,0.5495868,0.5495868,0.56198347,0.5785124,0.59504133,0.607438,0.6404959,0.6446281,0.661157,0.6694215,0.6570248,0.6652893,0.71487606,0.74380165,0.76033056,0.76033056,0.73140496,0.73966944,0.6983471,0.7066116,0.7107438,0.6942149,0.677686,0.6487603,0.58677685,0.5371901,0.5289256,0.5165289,0.5041322,0.48347107,0.44214877,0.45867768,0.45041323,0.42975205,0.4338843,0.42975205,0.40495867,0.38429752,0.3966942,0.41322315,0.34710744,0.2231405,0.21487603,0.23140496,0.2231405,0.23553719,0.22727273,0.24380165,0.2231405,0.5165289,0.5082645,0.46694216,0.33471075,0.2892562,0.3305785,0.3677686,0.4090909,0.4338843,0.45041323,0.45041323,0.46694216,0.47933885,0.4876033,0.5,0.5289256,0.5289256,0.54545456,0.55785125,0.553719,0.55785125,0.61570245,0.6280992,0.6694215,0.72727275,0.71487606,0.6942149,0.69008267,0.72727275,0.7355372,0.73966944,0.73140496,0.7231405,0.6942149,0.6942149,0.6983471,0.70247936,0.7066116,0.7107438,0.6859504,0.6363636,0.59504133,0.56198347,0.5206612,0.49173555,0.45867768,0.45867768,0.44214877,0.4214876,0.4338843,0.41322315,0.40495867,0.38429752,0.3966942,0.38016528,0.2231405,0.23553719,0.21900827,0.23966943,0.2231405,0.23140496,0.22727273,0.23553719,0.22727273,0.5082645,0.5165289,0.48347107,0.4214876,0.28512397,0.2768595,0.3305785,0.3677686,0.38016528,0.42975205,0.446281,0.45867768,0.47933885,0.47933885,0.48347107,0.5041322,0.5123967,0.5123967,0.59504133,0.53305787,0.5785124,0.61157024,0.6487603,0.6487603,0.6735537,0.6859504,0.6694215,0.69008267,0.71487606,0.71900827,0.71487606,0.7066116,0.6942149,0.6652893,0.6363636,0.6487603,0.6652893,0.6735537,0.677686,0.6652893,0.6198347,0.6280992,0.607438,0.57024795,0.5206612,0.49173555,0.4752066,0.45454547,0.43801653,0.41322315,0.40495867,0.40082645,0.38016528,0.3553719,0.27272728,0.20661157,0.21900827,0.2231405,0.2231405,0.2231405,0.21900827,0.2231405,0.2231405,0.22727273,0.49586776,0.5123967,0.4876033,0.446281,0.36363637,0.24793388,0.28512397,0.3140496,0.3429752,0.37190083,0.4214876,0.446281,0.46694216,0.47107437,0.47933885,0.4876033,0.49586776,0.4876033,0.55785125,0.57024795,0.57438016,0.59504133,0.6198347,0.62396693,0.6446281,0.6528926,0.6446281,0.69008267,0.71900827,0.71487606,0.6942149,0.6694215,0.6446281,0.6280992,0.607438,0.61570245,0.6487603,0.6404959,0.6363636,0.6280992,0.59090906,0.60330576,0.61157024,0.5495868,0.5289256,0.5,0.47933885,0.46280992,0.446281,0.41322315,0.3966942,0.38016528,0.34710744,0.2768595,0.21900827,0.22727273,0.23140496,0.21487603,0.22727273,0.2231405,0.21487603,0.2231405,0.23140496,0.23140496,0.49586776,0.5,0.4876033,0.45041323,0.40495867,0.30165288,0.24380165,0.28512397,0.28512397,0.3140496,0.35123968,0.39256197,0.4214876,0.446281,0.44214877,0.46694216,0.4752066,0.48347107,0.53305787,0.58264464,0.56198347,0.57438016,0.58264464,0.58677685,0.61157024,0.607438,0.61570245,0.661157,0.7107438,0.6818182,0.69008267,0.6652893,0.6404959,0.607438,0.6198347,0.61570245,0.6322314,0.607438,0.61157024,0.61570245,0.59090906,0.55785125,0.5413223,0.5289256,0.5041322,0.4876033,0.44214877,0.42975205,0.41735536,0.3966942,0.38016528,0.35123968,0.2520661,0.21900827,0.2231405,0.21487603,0.23553719,0.2231405,0.2231405,0.23140496,0.21487603,0.21900827,0.21900827,0.22727273,3 +0.2892562,0.1570248,0.14876033,0.19008264,0.1694215,0.19421488,0.40495867,0.607438,0.6694215,0.677686,0.72727275,0.74380165,0.77272725,0.76859504,0.78512394,0.79752064,0.7933884,0.8016529,0.8140496,0.822314,0.8305785,0.822314,0.8264463,0.8347107,0.8429752,0.8305785,0.8305785,0.838843,0.8305785,0.8305785,0.8347107,0.8347107,0.8305785,0.8305785,0.8264463,0.822314,0.822314,0.8140496,0.80991733,0.8057851,0.8057851,0.79752064,0.79752064,0.8016529,0.8016529,0.8016529,0.8016529,0.8016529,0.7933884,0.8016529,0.8016529,0.78512394,0.78099173,0.76859504,0.74793386,0.70247936,0.69008267,0.6694215,0.661157,0.6487603,0.607438,0.54545456,0.41322315,0.36363637,0.3181818,0.11983471,0.17768595,0.1694215,0.1694215,0.1983471,0.47933885,0.6363636,0.6694215,0.6735537,0.7355372,0.75206614,0.7768595,0.78099173,0.7933884,0.7892562,0.79752064,0.79752064,0.8140496,0.8140496,0.8140496,0.8264463,0.8264463,0.8264463,0.8264463,0.8305785,0.8347107,0.8347107,0.8264463,0.8305785,0.838843,0.8347107,0.8305785,0.8347107,0.8264463,0.8264463,0.8264463,0.8181818,0.8057851,0.7933884,0.8016529,0.8016529,0.7892562,0.79752064,0.79752064,0.79752064,0.8016529,0.8057851,0.79752064,0.80991733,0.79752064,0.78512394,0.78512394,0.76033056,0.73966944,0.70247936,0.6818182,0.6735537,0.6694215,0.6446281,0.62396693,0.5661157,0.446281,0.34710744,0.3181818,0.1322314,0.1694215,0.14876033,0.14876033,0.2644628,0.54545456,0.661157,0.6735537,0.69008267,0.7355372,0.75619835,0.7768595,0.7892562,0.8016529,0.7892562,0.79752064,0.78512394,0.7892562,0.8016529,0.80991733,0.8181818,0.8181818,0.8140496,0.8181818,0.8264463,0.8347107,0.8264463,0.8140496,0.8264463,0.8347107,0.8347107,0.8347107,0.8305785,0.822314,0.8140496,0.80991733,0.8140496,0.80991733,0.7892562,0.7933884,0.7933884,0.78512394,0.7892562,0.7892562,0.79752064,0.79752064,0.8016529,0.8016529,0.8057851,0.7933884,0.78512394,0.78512394,0.76033056,0.7355372,0.7066116,0.677686,0.6818182,0.661157,0.6446281,0.6198347,0.61157024,0.46694216,0.3305785,0.35950413,0.13636364,0.16115703,0.17355372,0.14876033,0.33471075,0.61157024,0.6694215,0.6818182,0.6942149,0.73140496,0.75206614,0.7768595,0.79752064,0.79752064,0.79752064,0.7892562,0.78512394,0.7768595,0.7768595,0.7892562,0.8016529,0.80991733,0.8016529,0.8057851,0.8057851,0.8264463,0.7933884,0.8140496,0.822314,0.8264463,0.8264463,0.8264463,0.80991733,0.80991733,0.8057851,0.79752064,0.79752064,0.79752064,0.78099173,0.78099173,0.78099173,0.7768595,0.78512394,0.7768595,0.78512394,0.7892562,0.79752064,0.79752064,0.7892562,0.7892562,0.77272725,0.7768595,0.75206614,0.7355372,0.6942149,0.69008267,0.6859504,0.6652893,0.6528926,0.62396693,0.6198347,0.5413223,0.35950413,0.37190083,0.16115703,0.16528925,0.1694215,0.11570248,0.45867768,0.6487603,0.677686,0.69008267,0.7066116,0.7231405,0.73966944,0.7768595,0.7933884,0.7933884,0.7892562,0.78512394,0.78099173,0.77272725,0.76859504,0.77272725,0.7768595,0.7768595,0.78512394,0.7892562,0.7892562,0.8016529,0.8016529,0.80991733,0.8057851,0.8057851,0.8140496,0.8016529,0.7892562,0.7892562,0.7933884,0.78512394,0.7768595,0.78099173,0.76859504,0.7644628,0.75619835,0.76859504,0.77272725,0.76859504,0.75619835,0.74793386,0.7644628,0.77272725,0.7644628,0.74793386,0.73966944,0.73966944,0.73140496,0.72727275,0.7107438,0.6983471,0.6942149,0.6735537,0.6528926,0.6446281,0.6322314,0.56198347,0.42561984,0.38429752,0.19008264,0.18181819,0.14049587,0.13636364,0.5785124,0.6652893,0.6818182,0.6859504,0.71487606,0.74380165,0.7355372,0.73140496,0.72727275,0.7355372,0.74793386,0.75619835,0.7355372,0.73966944,0.73966944,0.74793386,0.73966944,0.73966944,0.75619835,0.7644628,0.76859504,0.77272725,0.78512394,0.77272725,0.7768595,0.78512394,0.7768595,0.78099173,0.77272725,0.76859504,0.7768595,0.76859504,0.74793386,0.75206614,0.73140496,0.72727275,0.7107438,0.69008267,0.6652893,0.6859504,0.6694215,0.6487603,0.6446281,0.6652893,0.661157,0.6528926,0.6694215,0.6735537,0.6942149,0.6983471,0.6983471,0.6859504,0.6859504,0.6694215,0.6528926,0.6363636,0.6198347,0.59090906,0.47107437,0.37190083,0.22727273,0.18181819,0.11983471,0.21487603,0.6446281,0.6694215,0.6818182,0.69008267,0.6983471,0.71487606,0.6859504,0.6694215,0.661157,0.6446281,0.6404959,0.6363636,0.61157024,0.607438,0.61157024,0.6280992,0.6528926,0.677686,0.7066116,0.71900827,0.70247936,0.7231405,0.74793386,0.74793386,0.74793386,0.75619835,0.74793386,0.75206614,0.75206614,0.74793386,0.74380165,0.71487606,0.6983471,0.69008267,0.6322314,0.5785124,0.5495868,0.49173555,0.46694216,0.4876033,0.5041322,0.5082645,0.5247934,0.5413223,0.54545456,0.56198347,0.5785124,0.62396693,0.6446281,0.6446281,0.6280992,0.6652893,0.6859504,0.661157,0.6528926,0.6322314,0.61157024,0.607438,0.5165289,0.33471075,0.23553719,0.17768595,0.11570248,0.3429752,0.6322314,0.6694215,0.6694215,0.6528926,0.6446281,0.661157,0.607438,0.59090906,0.5661157,0.5413223,0.4752066,0.41735536,0.42561984,0.39256197,0.38016528,0.41322315,0.47107437,0.55785125,0.61570245,0.6322314,0.6570248,0.6859504,0.71900827,0.72727275,0.73140496,0.7355372,0.7355372,0.71487606,0.6818182,0.6942149,0.6652893,0.61570245,0.59917355,0.58677685,0.5123967,0.4752066,0.4090909,0.38842976,0.37603307,0.38016528,0.38429752,0.40082645,0.43801653,0.45454547,0.446281,0.45041323,0.5123967,0.58264464,0.607438,0.61570245,0.607438,0.607438,0.661157,0.6528926,0.6487603,0.6280992,0.62396693,0.59917355,0.553719,0.3553719,0.25619835,0.20661157,0.15289256,0.42561984,0.6280992,0.62396693,0.553719,0.5041322,0.4876033,0.5371901,0.5289256,0.5,0.5165289,0.6363636,0.6818182,0.6983471,0.79752064,0.77272725,0.6487603,0.5495868,0.4876033,0.4752066,0.5247934,0.5661157,0.58677685,0.6487603,0.6983471,0.6983471,0.6859504,0.6818182,0.7107438,0.73140496,0.74380165,0.7355372,0.6818182,0.59090906,0.5495868,0.5289256,0.49173555,0.446281,0.42975205,0.42561984,0.42975205,0.42975205,0.446281,0.47107437,0.4752066,0.46694216,0.40082645,0.35950413,0.338843,0.38842976,0.43801653,0.48347107,0.5,0.55785125,0.61570245,0.61570245,0.62396693,0.61570245,0.60330576,0.59917355,0.57438016,0.4214876,0.30165288,0.19421488,0.19008264,0.45454547,0.53305787,0.47107437,0.38429752,0.5206612,0.54545456,0.59917355,0.59917355,0.54545456,0.5,0.45454547,0.38429752,0.338843,0.3305785,0.3305785,0.29752067,0.3181818,0.3140496,0.36363637,0.3966942,0.4214876,0.32231405,0.4214876,0.5785124,0.607438,0.59917355,0.61157024,0.5785124,0.56198347,0.56198347,0.5289256,0.3966942,0.33471075,0.41322315,0.446281,0.446281,0.40495867,0.37190083,0.34710744,0.35950413,0.3264463,0.3264463,0.338843,0.43801653,0.4876033,0.5371901,0.57438016,0.58677685,0.553719,0.53305787,0.4752066,0.44214877,0.42975205,0.44214877,0.57024795,0.59504133,0.59504133,0.59090906,0.59917355,0.59090906,0.37603307,0.4752066,0.21487603,0.20661157,0.4090909,0.47933885,0.4214876,0.3264463,0.62396693,0.61157024,0.61157024,0.58677685,0.5785124,0.5041322,0.5,0.4214876,0.37603307,0.5165289,0.553719,0.35950413,0.38842976,0.3677686,0.39256197,0.38429752,0.46280992,0.4214876,0.29338843,0.45041323,0.6487603,0.7107438,0.76033056,0.74380165,0.71487606,0.6818182,0.5,0.34710744,0.46280992,0.4876033,0.45867768,0.43801653,0.41322315,0.40495867,0.30991736,0.661157,0.71900827,0.40495867,0.43801653,0.5123967,0.5165289,0.53305787,0.6735537,0.62396693,0.5495868,0.58264464,0.57024795,0.5661157,0.56198347,0.42975205,0.28512397,0.57438016,0.58677685,0.5661157,0.59090906,0.607438,0.34710744,0.58264464,0.30578512,0.18181819,0.41322315,0.5123967,0.34710744,0.38842976,0.6280992,0.58264464,0.55785125,0.553719,0.5495868,0.5371901,0.55785125,0.5123967,0.44214877,0.6818182,0.71900827,0.3966942,0.34710744,0.35123968,0.43801653,0.38016528,0.73140496,0.69008267,0.35123968,0.30578512,0.62396693,0.7231405,0.77272725,0.76859504,0.73966944,0.677686,0.38842976,0.42975205,0.4876033,0.4338843,0.40495867,0.35950413,0.33471075,0.3140496,0.2603306,0.5165289,0.7231405,0.5661157,0.55785125,0.6198347,0.58264464,0.5495868,0.677686,0.607438,0.47107437,0.5,0.5495868,0.5289256,0.54545456,0.6363636,0.37190083,0.30578512,0.57438016,0.57024795,0.58264464,0.60330576,0.45867768,0.55785125,0.446281,0.2520661,0.49173555,0.5,0.32231405,0.5289256,0.5785124,0.5247934,0.5289256,0.5165289,0.5123967,0.5247934,0.5247934,0.5041322,0.49173555,0.553719,0.57438016,0.42975205,0.3181818,0.25619835,0.29338843,0.41322315,0.38429752,0.47933885,0.41735536,0.2644628,0.553719,0.6983471,0.74793386,0.73140496,0.70247936,0.61570245,0.37190083,0.49173555,0.48347107,0.4214876,0.3677686,0.34710744,0.338843,0.35123968,0.41322315,0.47933885,0.58677685,0.6446281,0.6570248,0.6404959,0.59090906,0.677686,0.57024795,0.5661157,0.54545456,0.446281,0.53305787,0.5041322,0.5247934,0.57024795,0.60330576,0.24380165,0.43801653,0.607438,0.57438016,0.55785125,0.5785124,0.5495868,0.29752067,0.4214876,0.5123967,0.45867768,0.3553719,0.58264464,0.57024795,0.5082645,0.4876033,0.45867768,0.45454547,0.49586776,0.5371901,0.5661157,0.61157024,0.6528926,0.607438,0.58264464,0.48347107,0.3677686,0.35123968,0.46694216,0.45041323,0.43801653,0.4752066,0.2520661,0.3181818,0.42561984,0.46280992,0.46694216,0.45041323,0.4090909,0.3429752,0.49586776,0.4752066,0.42561984,0.42975205,0.42561984,0.4338843,0.45454547,0.47933885,0.5165289,0.6280992,0.6859504,0.69008267,0.6859504,0.69008267,0.677686,0.61570245,0.48347107,0.4752066,0.5206612,0.5123967,0.5165289,0.53305787,0.553719,0.607438,0.45867768,0.29338843,0.553719,0.48347107,0.38429752,0.54545456,0.61570245,0.4876033,0.5082645,0.38429752,0.3181818,0.29338843,0.59504133,0.58264464,0.5289256,0.4752066,0.42975205,0.4752066,0.53305787,0.553719,0.5289256,0.54545456,0.5495868,0.5247934,0.57438016,0.5165289,0.49586776,0.5041322,0.45867768,0.41735536,0.48347107,0.5206612,0.2892562,0.32231405,0.5206612,0.61157024,0.59504133,0.49173555,0.38016528,0.27272728,0.45454547,0.48347107,0.4876033,0.4876033,0.4338843,0.42975205,0.47933885,0.53305787,0.53305787,0.54545456,0.5785124,0.55785125,0.5785124,0.59917355,0.59090906,0.61157024,0.54545456,0.47107437,0.44214877,0.45454547,0.47933885,0.5247934,0.5495868,0.5661157,0.5785124,0.53305787,0.5785124,0.446281,0.28099173,0.5495868,0.607438,0.7231405,0.5661157,0.32231405,0.37190083,0.3429752,0.59090906,0.61570245,0.57024795,0.5082645,0.46694216,0.45867768,0.44214877,0.42561984,0.3429752,0.24380165,0.21487603,0.2892562,0.3966942,0.47933885,0.45867768,0.46280992,0.47107437,0.46280992,0.5082645,0.56198347,0.27272728,0.36363637,0.56198347,0.69008267,0.6983471,0.661157,0.55785125,0.2892562,0.3966942,0.47933885,0.5371901,0.5206612,0.45454547,0.446281,0.47933885,0.46280992,0.46280992,0.44214877,0.41322315,0.38429752,0.35123968,0.34710744,0.4090909,0.47107437,0.47107437,0.4752066,0.4752066,0.46694216,0.49173555,0.5165289,0.5413223,0.49586776,0.5495868,0.57024795,0.5413223,0.45041323,0.46694216,0.59504133,0.59504133,0.5123967,0.59917355,0.4338843,0.4752066,0.4214876,0.55785125,0.661157,0.59504133,0.5165289,0.45867768,0.42561984,0.37603307,0.37190083,0.41322315,0.29752067,0.2520661,0.34710744,0.40082645,0.553719,0.5371901,0.48347107,0.46280992,0.5371901,0.6528926,0.57438016,0.21487603,0.3966942,0.6942149,0.7933884,0.7892562,0.73966944,0.59090906,0.29338843,0.33471075,0.38016528,0.5165289,0.55785125,0.49173555,0.42561984,0.40495867,0.38016528,0.5165289,0.57438016,0.49586776,0.4214876,0.3181818,0.30578512,0.3966942,0.4090909,0.39256197,0.42561984,0.43801653,0.48347107,0.5,0.5289256,0.4752066,0.43801653,0.57024795,0.37603307,0.4090909,0.57438016,0.60330576,0.61157024,0.6363636,0.46694216,0.61157024,0.45867768,0.47107437,0.5041322,0.4752066,0.6322314,0.60330576,0.553719,0.5785124,0.5371901,0.5,0.49173555,0.5123967,0.46280992,0.41322315,0.45454547,0.46694216,0.5082645,0.49173555,0.446281,0.5206612,0.5661157,0.59090906,0.41735536,0.16528925,0.54545456,0.76859504,0.8057851,0.79752064,0.78099173,0.74380165,0.3429752,0.30165288,0.29338843,0.3966942,0.57024795,0.5,0.43801653,0.45454547,0.4338843,0.5289256,0.553719,0.5165289,0.43801653,0.39256197,0.42975205,0.46694216,0.47107437,0.46694216,0.5082645,0.56198347,0.5206612,0.45454547,0.47107437,0.4752066,0.53305787,0.6528926,0.35123968,0.5247934,0.6528926,0.6198347,0.6198347,0.59504133,0.42561984,0.607438,0.46694216,0.44214877,0.58264464,0.45454547,0.5495868,0.6487603,0.6322314,0.6528926,0.60330576,0.55785125,0.5495868,0.49586776,0.47107437,0.48347107,0.46694216,0.45867768,0.41322315,0.42561984,0.42975205,0.5289256,0.58264464,0.47933885,0.21900827,0.27272728,0.6859504,0.7933884,0.79752064,0.78512394,0.76859504,0.77272725,0.5247934,0.29752067,0.338843,0.37190083,0.4752066,0.58264464,0.59917355,0.54545456,0.48347107,0.46694216,0.47107437,0.48347107,0.47933885,0.47107437,0.47933885,0.48347107,0.5371901,0.57024795,0.58677685,0.6280992,0.59504133,0.54545456,0.5041322,0.5289256,0.61157024,0.6487603,0.34710744,0.6198347,0.6528926,0.6280992,0.59917355,0.57438016,0.39256197,0.59504133,0.48347107,0.41735536,0.57438016,0.5041322,0.5289256,0.7107438,0.72727275,0.6528926,0.58677685,0.57438016,0.5785124,0.57438016,0.5495868,0.553719,0.5413223,0.5041322,0.43801653,0.42561984,0.43801653,0.48347107,0.5165289,0.4214876,0.21900827,0.5082645,0.76859504,0.8347107,0.8057851,0.7768595,0.7644628,0.72727275,0.6363636,0.35123968,0.43801653,0.46694216,0.46280992,0.53305787,0.58264464,0.5371901,0.47933885,0.45867768,0.45454547,0.49173555,0.5041322,0.5206612,0.5289256,0.5165289,0.56198347,0.59917355,0.59504133,0.59090906,0.59504133,0.6198347,0.62396693,0.6570248,0.6859504,0.61570245,0.3677686,0.6859504,0.6487603,0.61157024,0.58264464,0.58677685,0.4090909,0.553719,0.5495868,0.42561984,0.48347107,0.5495868,0.5371901,0.73966944,0.75619835,0.6487603,0.58264464,0.5785124,0.5785124,0.58677685,0.58264464,0.59090906,0.55785125,0.5371901,0.49586776,0.45867768,0.48347107,0.5206612,0.5165289,0.37603307,0.45454547,0.6404959,0.78512394,0.8429752,0.79752064,0.75619835,0.75206614,0.7107438,0.6694215,0.5,0.40082645,0.5413223,0.5247934,0.4752066,0.57024795,0.5495868,0.5123967,0.49586776,0.49173555,0.5123967,0.53305787,0.53305787,0.5495868,0.5495868,0.57438016,0.58677685,0.57438016,0.55785125,0.59090906,0.6652893,0.70247936,0.7066116,0.71900827,0.57438016,0.446281,0.6942149,0.6280992,0.60330576,0.59917355,0.61570245,0.5,0.46280992,0.6652893,0.4338843,0.44214877,0.57024795,0.5785124,0.72727275,0.6942149,0.61570245,0.60330576,0.58677685,0.59090906,0.59504133,0.5785124,0.58264464,0.55785125,0.5371901,0.5289256,0.5165289,0.5413223,0.58264464,0.44214877,0.37603307,0.59504133,0.7066116,0.8181818,0.8429752,0.8057851,0.7644628,0.75206614,0.6983471,0.6487603,0.6363636,0.42561984,0.5,0.607438,0.4876033,0.553719,0.553719,0.5289256,0.5041322,0.5082645,0.53305787,0.5247934,0.5413223,0.56198347,0.5661157,0.59090906,0.59917355,0.59917355,0.57024795,0.59090906,0.6735537,0.7066116,0.71900827,0.71900827,0.5123967,0.5247934,0.6652893,0.6198347,0.5785124,0.61570245,0.6446281,0.58677685,0.40495867,0.6652893,0.60330576,0.41735536,0.55785125,0.58264464,0.6859504,0.6818182,0.607438,0.62396693,0.607438,0.59504133,0.57024795,0.5785124,0.56198347,0.55785125,0.56198347,0.56198347,0.57438016,0.59917355,0.5661157,0.3181818,0.47107437,0.6735537,0.7768595,0.8429752,0.8471074,0.8057851,0.78512394,0.76859504,0.7066116,0.6363636,0.6446281,0.59917355,0.37603307,0.56198347,0.6198347,0.59504133,0.59504133,0.5785124,0.5495868,0.5041322,0.5,0.5289256,0.53305787,0.57024795,0.58264464,0.59917355,0.60330576,0.62396693,0.61570245,0.6363636,0.677686,0.70247936,0.7066116,0.6818182,0.45454547,0.59090906,0.6363636,0.607438,0.5661157,0.61570245,0.69008267,0.6322314,0.5041322,0.43801653,0.78512394,0.5289256,0.56198347,0.57024795,0.62396693,0.661157,0.6487603,0.6280992,0.62396693,0.607438,0.58677685,0.58677685,0.59504133,0.61570245,0.607438,0.58264464,0.607438,0.5785124,0.3429752,0.42561984,0.6446281,0.73140496,0.8016529,0.8429752,0.8471074,0.80991733,0.78512394,0.7933884,0.71900827,0.6487603,0.59917355,0.6487603,0.5785124,0.3429752,0.6735537,0.6983471,0.6528926,0.6363636,0.6198347,0.5785124,0.5495868,0.5289256,0.5289256,0.55785125,0.5785124,0.60330576,0.58264464,0.6280992,0.6528926,0.677686,0.6859504,0.72727275,0.7768595,0.59504133,0.49586776,0.6487603,0.61157024,0.58264464,0.54545456,0.6652893,0.76033056,0.6942149,0.5289256,0.5289256,0.4090909,0.7892562,0.6942149,0.6487603,0.61570245,0.6404959,0.6404959,0.6363636,0.6363636,0.62396693,0.60330576,0.607438,0.6280992,0.6487603,0.6198347,0.60330576,0.5413223,0.37603307,0.44214877,0.59917355,0.6942149,0.75206614,0.80991733,0.8347107,0.8347107,0.8057851,0.78512394,0.80991733,0.77272725,0.6570248,0.57438016,0.60330576,0.6487603,0.57024795,0.3429752,0.6198347,0.7355372,0.71487606,0.6859504,0.6404959,0.6404959,0.58677685,0.58677685,0.55785125,0.58264464,0.60330576,0.58264464,0.59917355,0.6280992,0.6818182,0.73140496,0.8016529,0.7231405,0.5247934,0.62396693,0.6404959,0.59090906,0.56198347,0.5413223,0.69008267,0.7933884,0.7355372,0.5247934,0.553719,0.5785124,0.4214876,0.6570248,0.71900827,0.72727275,0.70247936,0.6859504,0.6570248,0.6652893,0.6322314,0.6363636,0.6322314,0.6404959,0.6363636,0.58264464,0.5,0.41322315,0.48347107,0.58677685,0.6446281,0.72727275,0.7644628,0.8016529,0.838843,0.8181818,0.7892562,0.78512394,0.79752064,0.77272725,0.6694215,0.56198347,0.57024795,0.59917355,0.61157024,0.59090906,0.46280992,0.5413223,0.661157,0.76033056,0.74380165,0.6735537,0.6322314,0.61570245,0.57438016,0.57438016,0.59504133,0.61157024,0.61570245,0.6694215,0.72727275,0.74380165,0.70247936,0.60330576,0.6404959,0.6528926,0.61570245,0.57024795,0.5413223,0.5413223,0.59917355,0.7107438,0.74793386,0.5785124,0.5165289,0.58264464,0.59917355,0.44214877,0.46280992,0.5413223,0.6818182,0.73966944,0.75619835,0.7892562,0.78512394,0.78099173,0.7107438,0.62396693,0.54545456,0.49586776,0.49586776,0.5082645,0.59504133,0.60330576,0.6694215,0.71900827,0.76033056,0.79752064,0.8429752,0.822314,0.7768595,0.77272725,0.75619835,0.73966944,0.6652893,0.58264464,0.55785125,0.59917355,0.57438016,0.6198347,0.6363636,0.5371901,0.47107437,0.46280992,0.5785124,0.71900827,0.7768595,0.7644628,0.73140496,0.70247936,0.69008267,0.661157,0.6487603,0.6487603,0.6404959,0.61157024,0.62396693,0.661157,0.6363636,0.62396693,0.59917355,0.5661157,0.53305787,0.5289256,0.6280992,0.607438,0.71900827,0.60330576,0.5206612,0.5785124,0.61570245,0.57438016,0.38842976,0.38842976,0.39256197,0.40082645,0.45867768,0.49586776,0.54545456,0.55785125,0.5661157,0.5495868,0.5661157,0.58677685,0.5785124,0.61157024,0.6404959,0.6198347,0.6652893,0.6694215,0.73140496,0.77272725,0.80991733,0.7892562,0.74380165,0.74793386,0.6818182,0.6446281,0.6446281,0.61157024,0.58677685,0.61570245,0.55785125,0.59504133,0.677686,0.6942149,0.59504133,0.5082645,0.42975205,0.38429752,0.41735536,0.41735536,0.45041323,0.4876033,0.49173555,0.47933885,0.5082645,0.53305787,0.62396693,0.6280992,0.6322314,0.61157024,0.60330576,0.59090906,0.57438016,0.5495868,0.5371901,0.53305787,0.71900827,0.6404959,0.6528926,0.57438016,0.5206612,0.59090906,0.61570245,0.58264464,0.45041323,0.4214876,0.46694216,0.4876033,0.5082645,0.5165289,0.54545456,0.56198347,0.5785124,0.59917355,0.62396693,0.6528926,0.677686,0.677686,0.6280992,0.59917355,0.58264464,0.58264464,0.6528926,0.7231405,0.73140496,0.71487606,0.6818182,0.61570245,0.57024795,0.5413223,0.56198347,0.58677685,0.6198347,0.61570245,0.56198347,0.55785125,0.6652893,0.72727275,0.74793386,0.73140496,0.6528926,0.5661157,0.5247934,0.5041322,0.48347107,0.5,0.5041322,0.5041322,0.5371901,0.58677685,0.62396693,0.607438,0.58264464,0.5785124,0.57438016,0.57438016,0.553719,0.55785125,0.5413223,0.5123967,0.73966944,0.69008267,0.6735537,0.5785124,0.5247934,0.59917355,0.62396693,0.58677685,0.5123967,0.45041323,0.47933885,0.5206612,0.5289256,0.56198347,0.59090906,0.6198347,0.6652893,0.70247936,0.7231405,0.74380165,0.71900827,0.661157,0.58264464,0.49173555,0.45867768,0.45867768,0.54545456,0.61157024,0.6363636,0.607438,0.55785125,0.4752066,0.45454547,0.44214877,0.44214877,0.47933885,0.59504133,0.59504133,0.5413223,0.5082645,0.6198347,0.7107438,0.73966944,0.75619835,0.7644628,0.73966944,0.6859504,0.6487603,0.6198347,0.60330576,0.5785124,0.57438016,0.56198347,0.58264464,0.57438016,0.57438016,0.55785125,0.5661157,0.5661157,0.54545456,0.5371901,0.54545456,0.54545456,0.5206612,0.7066116,0.7107438,0.73966944,0.69008267,0.5165289,0.59090906,0.6280992,0.62396693,0.607438,0.59090906,0.607438,0.6487603,0.677686,0.7066116,0.7355372,0.74380165,0.76033056,0.75619835,0.73966944,0.74793386,0.72727275,0.6322314,0.5289256,0.35950413,0.23140496,0.30165288,0.45454547,0.49586776,0.5123967,0.49173555,0.446281,0.40082645,0.33471075,0.24793388,0.23140496,0.338843,0.49586776,0.56198347,0.5371901,0.47107437,0.54545456,0.677686,0.73140496,0.74793386,0.75619835,0.7644628,0.75206614,0.75206614,0.75206614,0.76033056,0.73140496,0.6983471,0.6487603,0.62396693,0.59090906,0.57438016,0.5661157,0.5495868,0.54545456,0.53305787,0.5371901,0.5413223,0.54545456,0.5206612,0.5495868,0.61570245,0.6859504,0.6983471,0.5371901,0.5785124,0.61570245,0.6322314,0.6322314,0.6528926,0.6528926,0.69008267,0.72727275,0.74793386,0.7644628,0.76033056,0.7644628,0.75619835,0.74793386,0.73966944,0.73140496,0.5785124,0.44214877,0.28099173,0.12396694,0.10743801,0.2644628,0.39256197,0.3966942,0.40082645,0.38016528,0.30578512,0.16115703,0.08677686,0.0785124,0.13636364,0.37190083,0.5082645,0.49586776,0.4752066,0.5206612,0.6652893,0.7231405,0.73966944,0.74793386,0.74793386,0.74793386,0.74793386,0.76033056,0.7644628,0.76859504,0.73140496,0.7066116,0.6818182,0.6487603,0.62396693,0.58677685,0.5495868,0.5371901,0.53305787,0.5165289,0.53305787,0.5371901,0.5206612,0.446281,0.47107437,0.54545456,0.59090906,0.5495868,0.58677685,0.60330576,0.61157024,0.62396693,0.6280992,0.6446281,0.6735537,0.71900827,0.73966944,0.75619835,0.74793386,0.7355372,0.74793386,0.74380165,0.74380165,0.7231405,0.5661157,0.3966942,0.2892562,0.2107438,0.14876033,0.1694215,0.29752067,0.3553719,0.36363637,0.36363637,0.29338843,0.2892562,0.10743801,0.10743801,0.11570248,0.26859504,0.43801653,0.45454547,0.4752066,0.47933885,0.61570245,0.70247936,0.6942149,0.7355372,0.74380165,0.7355372,0.72727275,0.75619835,0.75206614,0.73140496,0.7355372,0.7107438,0.6818182,0.6694215,0.6570248,0.62396693,0.58264464,0.5413223,0.5206612,0.5041322,0.53305787,0.5206612,0.5082645,0.40082645,0.4090909,0.4214876,0.42975205,0.5,0.59917355,0.60330576,0.61157024,0.61157024,0.61157024,0.6404959,0.6694215,0.7107438,0.7231405,0.73966944,0.73966944,0.72727275,0.7355372,0.72727275,0.70247936,0.6818182,0.61570245,0.38429752,0.35123968,0.35950413,0.4090909,0.4090909,0.3264463,0.30991736,0.3305785,0.36363637,0.41322315,0.42975205,0.2520661,0.21487603,0.21487603,0.2768595,0.36363637,0.43801653,0.44214877,0.44214877,0.5785124,0.6942149,0.71900827,0.73140496,0.73140496,0.73140496,0.71487606,0.7355372,0.7355372,0.72727275,0.72727275,0.7066116,0.6735537,0.6528926,0.661157,0.61570245,0.61157024,0.55785125,0.53305787,0.5082645,0.5082645,0.5123967,0.49586776,0.41735536,0.42561984,0.42975205,0.3966942,0.45454547,0.58677685,0.58677685,0.59090906,0.59090906,0.607438,0.6198347,0.6528926,0.6942149,0.7107438,0.72727275,0.72727275,0.7107438,0.71487606,0.6859504,0.6528926,0.6570248,0.6735537,0.45867768,0.3264463,0.3429752,0.5123967,0.5413223,0.46280992,0.3429752,0.35123968,0.37190083,0.42561984,0.4752066,0.42975205,0.3966942,0.3181818,0.3140496,0.34710744,0.38429752,0.41735536,0.43801653,0.54545456,0.661157,0.71487606,0.6942149,0.72727275,0.71900827,0.71900827,0.71900827,0.71487606,0.7107438,0.7107438,0.6859504,0.6570248,0.6280992,0.59917355,0.59504133,0.59504133,0.56198347,0.5371901,0.5082645,0.5041322,0.5041322,0.49173555,0.42975205,0.42561984,0.42975205,0.40495867,0.45041323,0.56198347,0.5661157,0.5661157,0.58677685,0.58677685,0.62396693,0.6322314,0.661157,0.6818182,0.7107438,0.7231405,0.7066116,0.7066116,0.69008267,0.6818182,0.6942149,0.6735537,0.59504133,0.35123968,0.2892562,0.4338843,0.553719,0.54545456,0.45867768,0.39256197,0.39256197,0.43801653,0.43801653,0.4214876,0.41735536,0.3305785,0.28099173,0.3181818,0.38842976,0.45454547,0.48347107,0.53305787,0.6487603,0.70247936,0.6859504,0.71900827,0.7066116,0.7066116,0.7066116,0.6942149,0.6942149,0.6652893,0.6652893,0.6446281,0.6280992,0.59917355,0.60330576,0.59504133,0.553719,0.53305787,0.5123967,0.5082645,0.49173555,0.4876033,0.41735536,0.4214876,0.4338843,0.41735536,0.42975205,0.5495868,0.553719,0.5495868,0.57024795,0.57438016,0.61570245,0.6280992,0.6322314,0.6528926,0.6735537,0.69008267,0.6818182,0.69008267,0.69008267,0.71487606,0.6859504,0.6694215,0.6735537,0.57024795,0.553719,0.53305787,0.553719,0.57438016,0.5247934,0.446281,0.41322315,0.45041323,0.45041323,0.43801653,0.446281,0.39256197,0.37190083,0.42975205,0.47933885,0.5041322,0.5289256,0.5661157,0.6446281,0.6942149,0.6983471,0.6859504,0.7107438,0.69008267,0.6735537,0.6528926,0.6528926,0.6404959,0.6363636,0.6363636,0.6280992,0.6198347,0.607438,0.56198347,0.5371901,0.5247934,0.5082645,0.5041322,0.47933885,0.47933885,0.41322315,0.4214876,0.42561984,0.41322315,0.42561984,0.5289256,0.54545456,0.54545456,0.56198347,0.5785124,0.61157024,0.6198347,0.6198347,0.6446281,0.661157,0.6694215,0.69008267,0.69008267,0.6983471,0.71900827,0.7107438,0.6942149,0.677686,0.6280992,0.62396693,0.59504133,0.5785124,0.61157024,0.57024795,0.49586776,0.46280992,0.47107437,0.46694216,0.47933885,0.49173555,0.4752066,0.49173555,0.5247934,0.5413223,0.54545456,0.57438016,0.59504133,0.6570248,0.6983471,0.70247936,0.6859504,0.6983471,0.6818182,0.677686,0.6528926,0.6446281,0.6363636,0.607438,0.6280992,0.607438,0.58677685,0.59090906,0.5661157,0.5206612,0.5082645,0.49586776,0.4752066,0.4752066,0.4876033,0.4214876,0.41735536,0.4214876,0.41735536,0.42975205,0.5041322,0.5206612,0.55785125,0.56198347,0.57024795,0.59090906,0.607438,0.6198347,0.62396693,0.6404959,0.6487603,0.6528926,0.661157,0.677686,0.70247936,0.70247936,0.6942149,0.6694215,0.6446281,0.59504133,0.58264464,0.61157024,0.6280992,0.59917355,0.54545456,0.53305787,0.553719,0.5289256,0.5165289,0.5247934,0.5082645,0.5247934,0.5661157,0.59090906,0.62396693,0.6322314,0.6528926,0.6694215,0.70247936,0.70247936,0.677686,0.6694215,0.6528926,0.6528926,0.6570248,0.6322314,0.61157024,0.607438,0.607438,0.59090906,0.5785124,0.57438016,0.55785125,0.5123967,0.5041322,0.49173555,0.47107437,0.47933885,0.47933885,0.42975205,0.42561984,0.4214876,0.4090909,0.4338843,0.4752066,0.5165289,0.54545456,0.5661157,0.57024795,0.59504133,0.607438,0.61570245,0.60330576,0.6198347,0.61157024,0.6198347,0.6446281,0.661157,0.6818182,0.6694215,0.661157,0.6487603,0.6487603,0.62396693,0.607438,0.6363636,0.6570248,0.59917355,0.59504133,0.58677685,0.607438,0.607438,0.5785124,0.5661157,0.56198347,0.5785124,0.59917355,0.6363636,0.6446281,0.677686,0.6735537,0.677686,0.6859504,0.6859504,0.6487603,0.6570248,0.6198347,0.62396693,0.6404959,0.62396693,0.59917355,0.59917355,0.61157024,0.59504133,0.5785124,0.553719,0.5371901,0.5247934,0.5,0.48347107,0.47107437,0.47933885,0.47933885,0.41735536,0.41735536,0.41322315,0.41322315,0.42561984,0.48347107,0.48347107,0.5371901,0.5661157,0.57438016,0.59090906,0.59504133,0.58677685,0.60330576,0.59917355,0.59090906,0.59917355,0.6280992,0.6404959,0.6404959,0.6404959,0.6363636,0.6280992,0.6570248,0.6404959,0.6528926,0.6694215,0.69008267,0.6528926,0.6859504,0.6735537,0.6694215,0.6652893,0.6198347,0.607438,0.6198347,0.6404959,0.6280992,0.6570248,0.661157,0.6859504,0.6487603,0.6487603,0.6694215,0.6694215,0.6570248,0.6322314,0.61157024,0.62396693,0.6322314,0.61157024,0.58677685,0.59917355,0.58677685,0.5785124,0.56198347,0.55785125,0.5289256,0.5041322,0.47933885,0.4752066,0.47933885,0.47933885,0.47933885,0.40495867,0.40495867,0.42561984,0.41322315,0.4090909,0.48347107,0.5,0.5413223,0.5495868,0.5661157,0.5785124,0.58677685,0.5785124,0.58677685,0.5785124,0.57438016,0.59090906,0.59090906,0.59504133,0.607438,0.6280992,0.6280992,0.6487603,0.6528926,0.661157,0.677686,0.7231405,0.74380165,0.7231405,0.74793386,0.75619835,0.74380165,0.72727275,0.70247936,0.6735537,0.661157,0.6487603,0.6322314,0.6570248,0.6487603,0.6404959,0.6528926,0.6446281,0.6404959,0.6404959,0.6198347,0.60330576,0.59917355,0.59917355,0.59090906,0.5785124,0.58264464,0.58264464,0.57438016,0.55785125,0.553719,0.53305787,0.5041322,0.5041322,0.48347107,0.47933885,0.46694216,0.48347107,0.48347107,0.40082645,0.40082645,0.4214876,0.41735536,0.40082645,0.4752066,0.4876033,0.5289256,0.5371901,0.55785125,0.56198347,0.5785124,0.5661157,0.553719,0.553719,0.55785125,0.55785125,0.5495868,0.5785124,0.57438016,0.61570245,0.6280992,0.661157,0.6818182,0.6528926,0.60330576,0.58264464,0.59917355,0.677686,0.7355372,0.7107438,0.6528926,0.6528926,0.7107438,0.71900827,0.70247936,0.6818182,0.6363636,0.6487603,0.61570245,0.6322314,0.61157024,0.60330576,0.60330576,0.59504133,0.5785124,0.57438016,0.553719,0.5413223,0.5495868,0.55785125,0.57438016,0.57438016,0.5661157,0.5495868,0.5413223,0.53305787,0.5,0.4876033,0.48347107,0.4752066,0.4752066,0.4876033,0.47933885,0.41735536,0.41735536,0.42561984,0.4090909,0.40495867,0.45454547,0.49586776,0.5123967,0.5247934,0.5495868,0.553719,0.5661157,0.5661157,0.53305787,0.53305787,0.5082645,0.5,0.5041322,0.5289256,0.5289256,0.57438016,0.58264464,0.553719,0.5041322,0.4090909,0.3429752,0.29752067,0.30991736,0.38016528,0.43801653,0.38429752,0.3140496,0.2768595,0.39256197,0.49586776,0.58677685,0.6322314,0.6487603,0.6280992,0.59917355,0.59917355,0.55785125,0.553719,0.5371901,0.5206612,0.5247934,0.5123967,0.5247934,0.48347107,0.5123967,0.5413223,0.55785125,0.56198347,0.5495868,0.54545456,0.53305787,0.5206612,0.5123967,0.47933885,0.46694216,0.46280992,0.48347107,0.47107437,0.48347107,0.41735536,0.41735536,0.41735536,0.41322315,0.40495867,0.4338843,0.48347107,0.5,0.5123967,0.553719,0.57024795,0.56198347,0.57024795,0.5413223,0.5289256,0.49173555,0.44214877,0.41322315,0.4090909,0.42561984,0.4338843,0.40495867,0.3264463,0.2768595,0.25619835,0.2520661,0.28099173,0.29338843,0.3429752,0.3264463,0.30165288,0.29338843,0.32231405,0.30578512,0.2603306,0.28512397,0.3553719,0.446281,0.5041322,0.5165289,0.5206612,0.49173555,0.5041322,0.47107437,0.446281,0.446281,0.45041323,0.46280992,0.43801653,0.4752066,0.5041322,0.5371901,0.553719,0.5371901,0.5289256,0.5165289,0.5041322,0.48347107,0.46694216,0.48347107,0.46694216,0.47107437,0.4752066,0.47107437,0.41322315,0.41322315,0.40495867,0.41735536,0.4090909,0.41322315,0.46694216,0.47933885,0.5041322,0.5371901,0.56198347,0.56198347,0.56198347,0.5413223,0.5082645,0.4752066,0.40495867,0.30991736,0.28099173,0.2520661,0.24380165,0.20661157,0.20247933,0.18595041,0.17355372,0.1983471,0.1983471,0.20247933,0.2644628,0.2520661,0.23966943,0.22727273,0.2644628,0.27272728,0.2520661,0.21487603,0.21487603,0.23140496,0.28099173,0.29338843,0.338843,0.3677686,0.36363637,0.36363637,0.35950413,0.3429752,0.36363637,0.40082645,0.4090909,0.46694216,0.49173555,0.5289256,0.5495868,0.5371901,0.5206612,0.49586776,0.49173555,0.46694216,0.446281,0.4876033,0.47933885,0.46280992,0.45867768,0.46694216,0.4090909,0.4090909,0.4214876,0.40082645,0.41735536,0.40495867,0.446281,0.47933885,0.49586776,0.5,0.5413223,0.57024795,0.56198347,0.5413223,0.5247934,0.43801653,0.38842976,0.35950413,0.3264463,0.28099173,0.24793388,0.20247933,0.2231405,0.25619835,0.30165288,0.30991736,0.41322315,0.37603307,0.37603307,0.33471075,0.2892562,0.3181818,0.34710744,0.3181818,0.28512397,0.2644628,0.25619835,0.24793388,0.20661157,0.2107438,0.18181819,0.2107438,0.23140496,0.2231405,0.2520661,0.26859504,0.29752067,0.338843,0.37190083,0.45454547,0.5123967,0.5247934,0.5206612,0.54545456,0.5247934,0.4876033,0.48347107,0.47933885,0.46280992,0.46280992,0.47107437,0.45454547,0.45454547,0.44214877,0.42561984,0.42561984,0.4090909,0.42561984,0.4090909,0.40082645,0.41322315,0.45867768,0.4752066,0.5206612,0.5206612,0.553719,0.55785125,0.5413223,0.53305787,0.45454547,0.45867768,0.53305787,0.54545456,0.53305787,0.49586776,0.44214877,0.4338843,0.446281,0.45041323,0.47107437,0.53305787,0.56198347,0.59090906,0.5661157,0.5041322,0.54545456,0.6280992,0.5495868,0.5041322,0.5041322,0.5041322,0.41322315,0.36363637,0.3264463,0.3181818,0.32231405,0.36363637,0.36363637,0.36363637,0.35950413,0.3429752,0.3429752,0.36363637,0.44214877,0.5165289,0.5289256,0.5165289,0.5165289,0.5165289,0.4876033,0.47107437,0.46694216,0.446281,0.45454547,0.45454547,0.44214877,0.45454547,0.40495867,0.41322315,0.41322315,0.40495867,0.41735536,0.41322315,0.4090909,0.40495867,0.4338843,0.45867768,0.5041322,0.5123967,0.53305787,0.5413223,0.5413223,0.5495868,0.5165289,0.54545456,0.59090906,0.6487603,0.6280992,0.61157024,0.5495868,0.53305787,0.5206612,0.4876033,0.47107437,0.47933885,0.48347107,0.5041322,0.5165289,0.5165289,0.5,0.5247934,0.49173555,0.48347107,0.4876033,0.4876033,0.47107437,0.4876033,0.45454547,0.446281,0.47107437,0.47933885,0.48347107,0.4876033,0.48347107,0.47107437,0.44214877,0.45867768,0.45867768,0.5041322,0.5,0.5041322,0.5041322,0.49173555,0.46694216,0.47107437,0.45454547,0.446281,0.4338843,0.43801653,0.4338843,0.44214877,0.38429752,0.3966942,0.40082645,0.3966942,0.4090909,0.4090909,0.4090909,0.39256197,0.4090909,0.42561984,0.47933885,0.4876033,0.5082645,0.5165289,0.53305787,0.54545456,0.5495868,0.56198347,0.60330576,0.6280992,0.6198347,0.59504133,0.5495868,0.5206612,0.49173555,0.45454547,0.42561984,0.446281,0.45454547,0.44214877,0.46694216,0.4752066,0.4338843,0.446281,0.46280992,0.47107437,0.49586776,0.49173555,0.4752066,0.47933885,0.46694216,0.47107437,0.48347107,0.49173555,0.5289256,0.5206612,0.5413223,0.55785125,0.5289256,0.5041322,0.5,0.4752066,0.47107437,0.47107437,0.46280992,0.45454547,0.46280992,0.46280992,0.43801653,0.44214877,0.42561984,0.42975205,0.41735536,0.44214877,0.3677686,0.42975205,0.42975205,0.4090909,0.41322315,0.41322315,0.40495867,0.41322315,0.40082645,0.41322315,0.43801653,0.4752066,0.48347107,0.5,0.5289256,0.5206612,0.5206612,0.5785124,0.5785124,0.59504133,0.59917355,0.5785124,0.57024795,0.5413223,0.5041322,0.42975205,0.37603307,0.33471075,0.3264463,0.3264463,0.30578512,0.3305785,0.33471075,0.3181818,0.36363637,0.38842976,0.3966942,0.3966942,0.41735536,0.42975205,0.446281,0.49173555,0.5123967,0.5247934,0.5413223,0.5495868,0.55785125,0.5785124,0.55785125,0.53305787,0.5082645,0.45041323,0.45041323,0.44214877,0.43801653,0.4338843,0.44214877,0.45454547,0.4338843,0.4338843,0.4214876,0.4090909,0.40082645,0.4214876,0.37190083,0.4090909,0.4090909,0.40495867,0.4090909,0.4214876,0.4090909,0.4090909,0.39256197,0.38842976,0.43801653,0.42561984,0.46280992,0.47107437,0.5041322,0.5165289,0.5082645,0.57024795,0.56198347,0.58677685,0.58677685,0.57438016,0.57024795,0.55785125,0.5247934,0.46694216,0.42561984,0.39256197,0.35123968,0.3181818,0.30991736,0.29752067,0.30165288,0.28099173,0.30991736,0.3429752,0.35123968,0.37190083,0.39256197,0.42975205,0.46280992,0.5247934,0.553719,0.53305787,0.5371901,0.54545456,0.5247934,0.54545456,0.5289256,0.49586776,0.5,0.45867768,0.42975205,0.42975205,0.41735536,0.4338843,0.4338843,0.44214877,0.4090909,0.4214876,0.42561984,0.4090909,0.38016528,0.45867768,0.35123968,0.3966942,0.3966942,0.40082645,0.3966942,0.4090909,0.41322315,0.40495867,0.41735536,0.3677686,0.3966942,0.4090909,0.4338843,0.44214877,0.46694216,0.5,0.53305787,0.55785125,0.5661157,0.58677685,0.58677685,0.5785124,0.5495868,0.55785125,0.553719,0.5289256,0.5123967,0.48347107,0.43801653,0.42975205,0.40495867,0.38016528,0.35950413,0.37603307,0.35950413,0.38016528,0.38842976,0.40082645,0.4338843,0.45867768,0.5082645,0.5495868,0.5495868,0.5371901,0.5289256,0.5371901,0.5206612,0.5082645,0.5,0.49173555,0.4876033,0.45041323,0.41322315,0.4214876,0.40495867,0.4090909,0.41735536,0.4090909,0.41322315,0.41735536,0.40495867,0.38842976,0.40082645,0.4752066,0.3264463,0.3966942,0.3966942,0.40082645,0.4090909,0.40495867,0.42561984,0.40495867,0.41322315,0.40082645,0.35950413,0.39256197,0.42561984,0.42975205,0.446281,0.47933885,0.5206612,0.5413223,0.5413223,0.57438016,0.5785124,0.59504133,0.58677685,0.59917355,0.60330576,0.58677685,0.6198347,0.6404959,0.6322314,0.6280992,0.6404959,0.61570245,0.607438,0.6363636,0.59917355,0.56198347,0.5041322,0.5,0.5082645,0.5289256,0.5495868,0.553719,0.553719,0.5413223,0.5165289,0.5123967,0.5041322,0.49586776,0.47933885,0.45454547,0.45867768,0.45041323,0.3966942,0.4214876,0.3966942,0.39256197,0.3966942,0.4090909,0.41735536,0.40082645,0.37190083,0.40082645,0.4338843,0.47933885,0.30578512,0.4090909,0.4090909,0.40082645,0.40495867,0.40495867,0.41735536,0.40495867,0.41322315,0.4214876,0.38016528,0.3553719,0.38842976,0.4214876,0.4338843,0.4752066,0.5041322,0.5206612,0.5371901,0.5495868,0.55785125,0.59090906,0.59917355,0.6487603,0.6446281,0.6363636,0.6694215,0.7066116,0.72727275,0.73140496,0.75206614,0.7355372,0.74380165,0.75619835,0.7231405,0.73140496,0.70247936,0.6446281,0.61157024,0.59917355,0.59090906,0.5785124,0.56198347,0.5247934,0.49173555,0.49586776,0.5041322,0.48347107,0.46694216,0.446281,0.43801653,0.4338843,0.37603307,0.40082645,0.40082645,0.3966942,0.4090909,0.38842976,0.39256197,0.38842976,0.35950413,0.4214876,0.446281,0.45867768,0.2892562,0.39256197,0.3966942,0.40082645,0.40495867,0.40495867,0.4090909,0.40082645,0.40495867,0.4090909,0.41322315,0.39256197,0.3140496,0.3966942,0.42975205,0.45041323,0.46280992,0.4876033,0.5,0.5371901,0.5206612,0.57438016,0.59917355,0.6363636,0.6694215,0.6404959,0.661157,0.6859504,0.7107438,0.73966944,0.74793386,0.7231405,0.7066116,0.71487606,0.7107438,0.7066116,0.73140496,0.70247936,0.6735537,0.6652893,0.6322314,0.61157024,0.57024795,0.5289256,0.49586776,0.5082645,0.49173555,0.47107437,0.44214877,0.45041323,0.42975205,0.41322315,0.40082645,0.3966942,0.38842976,0.38429752,0.39256197,0.38016528,0.37190083,0.36363637,0.40082645,0.4338843,0.446281,0.47933885,0.2107438,0.41322315,0.41322315,0.4090909,0.40495867,0.4090909,0.40495867,0.40495867,0.41322315,0.40495867,0.41322315,0.42561984,0.37603307,0.32231405,0.3966942,0.4338843,0.446281,0.46694216,0.46694216,0.553719,0.53305787,0.5661157,0.59504133,0.59917355,0.6280992,0.6198347,0.6528926,0.677686,0.69008267,0.6983471,0.6983471,0.6652893,0.6404959,0.661157,0.69008267,0.6735537,0.69008267,0.677686,0.6363636,0.6528926,0.661157,0.6404959,0.59090906,0.5661157,0.54545456,0.53305787,0.5165289,0.48347107,0.46280992,0.44214877,0.4090909,0.3966942,0.41322315,0.4090909,0.38016528,0.3553719,0.36363637,0.37190083,0.3305785,0.41735536,0.446281,0.43801653,0.45867768,0.45041323,0.20247933,0.41735536,0.41322315,0.4090909,0.40082645,0.4090909,0.41322315,0.4090909,0.41735536,0.41735536,0.41735536,0.42975205,0.42561984,0.38842976,0.32231405,0.3677686,0.41322315,0.44214877,0.45041323,0.5165289,0.5413223,0.54545456,0.56198347,0.58264464,0.59090906,0.607438,0.6818182,0.69008267,0.69008267,0.6735537,0.6404959,0.6404959,0.6280992,0.6404959,0.661157,0.6487603,0.6694215,0.661157,0.6322314,0.6322314,0.6528926,0.607438,0.59090906,0.5413223,0.5495868,0.5371901,0.5247934,0.4752066,0.45454547,0.42561984,0.40495867,0.3966942,0.3966942,0.38429752,0.36363637,0.33471075,0.3181818,0.30578512,0.4090909,0.46694216,0.4338843,0.44214877,0.46280992,0.4214876,0.1983471,0.40082645,0.40082645,0.40082645,0.40495867,0.40495867,0.4090909,0.41735536,0.40082645,0.4214876,0.41322315,0.4214876,0.4090909,0.4876033,0.38016528,0.29338843,0.3429752,0.40082645,0.42975205,0.46694216,0.5371901,0.53305787,0.5206612,0.5413223,0.55785125,0.5661157,0.6487603,0.6446281,0.6652893,0.6694215,0.6322314,0.6363636,0.6363636,0.6446281,0.6363636,0.6198347,0.6404959,0.6404959,0.61570245,0.5785124,0.5661157,0.57024795,0.58677685,0.54545456,0.5123967,0.49586776,0.48347107,0.44214877,0.41322315,0.40082645,0.3966942,0.38016528,0.3677686,0.35123968,0.338843,0.29752067,0.30991736,0.38429752,0.42975205,0.43801653,0.4338843,0.43801653,0.46280992,0.39256197,0.20247933,0.4090909,0.41322315,0.41322315,0.4090909,0.4214876,0.40082645,0.3966942,0.40495867,0.41735536,0.41322315,0.42561984,0.40082645,0.46694216,0.46280992,0.35950413,0.2768595,0.30165288,0.3677686,0.40495867,0.48347107,0.5123967,0.5247934,0.5289256,0.5289256,0.5413223,0.57024795,0.59504133,0.59504133,0.59504133,0.59917355,0.58677685,0.59917355,0.59917355,0.59504133,0.57438016,0.57438016,0.57024795,0.54545456,0.5165289,0.5371901,0.57024795,0.59090906,0.5247934,0.4876033,0.46280992,0.4214876,0.40495867,0.38016528,0.37190083,0.37603307,0.34710744,0.3305785,0.3140496,0.29338843,0.29338843,0.38429752,0.42561984,0.42975205,0.43801653,0.42561984,0.44214877,0.45867768,0.37190083,0.20661157,0.38842976,0.38842976,0.39256197,0.4214876,0.40495867,0.4090909,0.40495867,0.41322315,0.41735536,0.41735536,0.41735536,0.40495867,0.45041323,0.48347107,0.41735536,0.3181818,0.2520661,0.28099173,0.35123968,0.4090909,0.45041323,0.4752066,0.49586776,0.49173555,0.5082645,0.5,0.5247934,0.5082645,0.5041322,0.5082645,0.53305787,0.53305787,0.5371901,0.5289256,0.5165289,0.5206612,0.53305787,0.4876033,0.4876033,0.5082645,0.55785125,0.5661157,0.46280992,0.44214877,0.41322315,0.37603307,0.34710744,0.34710744,0.30578512,0.3305785,0.29338843,0.2768595,0.2603306,0.30165288,0.35950413,0.40082645,0.42561984,0.4214876,0.4214876,0.44214877,0.42975205,0.45041323,0.36363637,0.17768595,0.4090909,0.4090909,0.4090909,0.40495867,0.40495867,0.40495867,0.4090909,0.40495867,0.40495867,0.42975205,0.41735536,0.40495867,0.45041323,0.48347107,0.45041323,0.35950413,0.2644628,0.2231405,0.25619835,0.30578512,0.3553719,0.41322315,0.4338843,0.4214876,0.446281,0.44214877,0.44214877,0.4338843,0.4338843,0.42561984,0.446281,0.49173555,0.5,0.4752066,0.48347107,0.4876033,0.45867768,0.4338843,0.45041323,0.446281,0.46694216,0.45041323,0.3966942,0.37603307,0.36363637,0.32231405,0.30165288,0.3181818,0.2520661,0.26859504,0.25619835,0.25619835,0.29338843,0.33471075,0.40495867,0.40495867,0.4090909,0.4214876,0.4214876,0.4338843,0.4338843,0.446281,0.3677686,0.2231405,0.40082645,0.40082645,0.40082645,0.40082645,0.40495867,0.4090909,0.40495867,0.40495867,0.41322315,0.42975205,0.41735536,0.40495867,0.446281,0.5,0.44214877,0.40082645,0.30991736,0.24380165,0.2231405,0.24793388,0.24380165,0.3264463,0.3553719,0.36363637,0.37190083,0.37190083,0.39256197,0.38016528,0.38016528,0.38016528,0.3966942,0.42561984,0.42975205,0.42561984,0.41735536,0.40495867,0.38842976,0.38429752,0.38016528,0.37190083,0.338843,0.3305785,0.3264463,0.3181818,0.30578512,0.28099173,0.2520661,0.2644628,0.2520661,0.2603306,0.2768595,0.30578512,0.35950413,0.38842976,0.41735536,0.41322315,0.4090909,0.4214876,0.4214876,0.42975205,0.43801653,0.4338843,0.30578512,0.2520661,0.3966942,0.39256197,0.39256197,0.40495867,0.40082645,0.4090909,0.4090909,0.41735536,0.4214876,0.4214876,0.4338843,0.3966942,0.4090909,0.48347107,0.47107437,0.4338843,0.3553719,0.2768595,0.24793388,0.23553719,0.2107438,0.2603306,0.25619835,0.28512397,0.29752067,0.30578512,0.29752067,0.3305785,0.3264463,0.338843,0.3264463,0.35123968,0.3429752,0.3553719,0.338843,0.33471075,0.3305785,0.32231405,0.34710744,0.3305785,0.30165288,0.29338843,0.29752067,0.24793388,0.2603306,0.25619835,0.2520661,0.2520661,0.2603306,0.27272728,0.3181818,0.35123968,0.37603307,0.40082645,0.43801653,0.40082645,0.4214876,0.42975205,0.4338843,0.42561984,0.43801653,0.43801653,0.2107438,0.20661157,3 +0.5082645,0.60330576,0.6198347,0.6280992,0.6570248,0.6652893,0.69008267,0.72727275,0.74380165,0.76859504,0.77272725,0.78512394,0.78099173,0.7892562,0.79752064,0.8016529,0.7892562,0.8057851,0.822314,0.822314,0.822314,0.8264463,0.8264463,0.8264463,0.8264463,0.822314,0.822314,0.8305785,0.8264463,0.8181818,0.8264463,0.822314,0.8305785,0.8264463,0.8264463,0.822314,0.8181818,0.8181818,0.8181818,0.8140496,0.80991733,0.8057851,0.8016529,0.79752064,0.8016529,0.79752064,0.79752064,0.7933884,0.7933884,0.78512394,0.78512394,0.78512394,0.75619835,0.73966944,0.71487606,0.6694215,0.6280992,0.607438,0.59090906,0.54545456,0.3966942,0.30165288,0.32231405,0.29338843,0.55785125,0.61157024,0.62396693,0.6446281,0.6652893,0.677686,0.6983471,0.72727275,0.75206614,0.7644628,0.77272725,0.7892562,0.7933884,0.79752064,0.7933884,0.8016529,0.7892562,0.79752064,0.80991733,0.8264463,0.8140496,0.822314,0.8305785,0.8264463,0.8264463,0.822314,0.8264463,0.8305785,0.822314,0.8181818,0.8305785,0.8264463,0.8264463,0.8305785,0.822314,0.8264463,0.822314,0.8264463,0.8181818,0.8140496,0.80991733,0.8016529,0.8057851,0.8016529,0.7933884,0.7892562,0.8016529,0.79752064,0.7933884,0.7892562,0.78512394,0.78512394,0.76859504,0.74793386,0.7107438,0.6818182,0.6322314,0.61570245,0.59917355,0.5661157,0.43801653,0.28512397,0.3181818,0.3305785,0.59090906,0.62396693,0.6363636,0.6528926,0.6818182,0.6735537,0.6983471,0.71900827,0.74793386,0.7644628,0.7768595,0.7933884,0.8016529,0.8016529,0.8016529,0.8016529,0.7933884,0.7933884,0.8016529,0.80991733,0.8181818,0.8305785,0.8264463,0.8264463,0.8264463,0.8264463,0.8305785,0.8305785,0.8264463,0.822314,0.8264463,0.8305785,0.8264463,0.8305785,0.8264463,0.822314,0.822314,0.8264463,0.8181818,0.8140496,0.8057851,0.8016529,0.8057851,0.8057851,0.7933884,0.7892562,0.7892562,0.7933884,0.7933884,0.7933884,0.7892562,0.7768595,0.77272725,0.74793386,0.71487606,0.6818182,0.6322314,0.6404959,0.59090906,0.57024795,0.49173555,0.30991736,0.29752067,0.338843,0.60330576,0.6363636,0.6487603,0.6528926,0.6859504,0.677686,0.6983471,0.71900827,0.74380165,0.75619835,0.77272725,0.7892562,0.8016529,0.8016529,0.8057851,0.80991733,0.7933884,0.8016529,0.80991733,0.7933884,0.8181818,0.822314,0.822314,0.8181818,0.8264463,0.822314,0.8347107,0.8305785,0.8264463,0.8305785,0.8347107,0.8264463,0.8305785,0.8305785,0.8264463,0.822314,0.822314,0.822314,0.8181818,0.8140496,0.8057851,0.8016529,0.7933884,0.79752064,0.7933884,0.78512394,0.7768595,0.78512394,0.7892562,0.79752064,0.7933884,0.7768595,0.7768595,0.74793386,0.71487606,0.6859504,0.6446281,0.6322314,0.60330576,0.58264464,0.5247934,0.35123968,0.28512397,0.33471075,0.61157024,0.6363636,0.6652893,0.6487603,0.6818182,0.6735537,0.6942149,0.73140496,0.74380165,0.74793386,0.73966944,0.75619835,0.78099173,0.78099173,0.7933884,0.8016529,0.7892562,0.8016529,0.8016529,0.7892562,0.8016529,0.8181818,0.80991733,0.8140496,0.8140496,0.8181818,0.8264463,0.8264463,0.8347107,0.8305785,0.8264463,0.8347107,0.8264463,0.8264463,0.8181818,0.822314,0.822314,0.8181818,0.8140496,0.80991733,0.79752064,0.7933884,0.7892562,0.7892562,0.7933884,0.78099173,0.76859504,0.75619835,0.75619835,0.78099173,0.77272725,0.74380165,0.72727275,0.71900827,0.6942149,0.69008267,0.6694215,0.6280992,0.61570245,0.58677685,0.553719,0.40082645,0.2892562,0.3140496,0.6198347,0.6363636,0.661157,0.6570248,0.6818182,0.69008267,0.6942149,0.7107438,0.73140496,0.71900827,0.69008267,0.6983471,0.7107438,0.7231405,0.7355372,0.74380165,0.7355372,0.74793386,0.74793386,0.74793386,0.76859504,0.7892562,0.78512394,0.79752064,0.79752064,0.8016529,0.8140496,0.8140496,0.822314,0.8181818,0.8181818,0.8264463,0.8264463,0.8181818,0.80991733,0.80991733,0.822314,0.8140496,0.80991733,0.7933884,0.78512394,0.7768595,0.76033056,0.73140496,0.73966944,0.71487606,0.7107438,0.6983471,0.6818182,0.70247936,0.6983471,0.677686,0.6528926,0.6570248,0.6528926,0.6446281,0.6487603,0.62396693,0.607438,0.58677685,0.553719,0.45041323,0.3140496,0.28099173,0.62396693,0.6363636,0.6528926,0.6570248,0.6694215,0.6818182,0.6859504,0.6652893,0.70247936,0.69008267,0.6735537,0.6735537,0.661157,0.6652893,0.6404959,0.62396693,0.6198347,0.6322314,0.62396693,0.60330576,0.6570248,0.6859504,0.71487606,0.74793386,0.77272725,0.78099173,0.77272725,0.78512394,0.8016529,0.8181818,0.8016529,0.8057851,0.80991733,0.8016529,0.8057851,0.8057851,0.80991733,0.7892562,0.78099173,0.76033056,0.74380165,0.6942149,0.6652893,0.59917355,0.5785124,0.56198347,0.5785124,0.57438016,0.57438016,0.59504133,0.58677685,0.58677685,0.58677685,0.61570245,0.62396693,0.6322314,0.58264464,0.59504133,0.60330576,0.5785124,0.553719,0.5,0.3429752,0.2520661,0.61570245,0.6404959,0.6570248,0.6404959,0.6404959,0.6363636,0.62396693,0.6570248,0.677686,0.6652893,0.6487603,0.6487603,0.62396693,0.61157024,0.553719,0.5289256,0.5082645,0.5082645,0.4876033,0.44214877,0.47933885,0.5206612,0.58264464,0.6487603,0.6942149,0.72727275,0.7355372,0.7644628,0.7892562,0.7933884,0.8016529,0.79752064,0.79752064,0.79752064,0.78099173,0.78099173,0.78512394,0.75619835,0.72727275,0.6983471,0.6652893,0.58677685,0.53305787,0.46280992,0.4214876,0.4338843,0.44214877,0.44214877,0.46694216,0.5247934,0.53305787,0.5289256,0.5413223,0.59917355,0.61157024,0.6280992,0.5785124,0.5661157,0.59090906,0.58264464,0.5661157,0.5247934,0.3677686,0.23966943,0.607438,0.6322314,0.6446281,0.661157,0.6280992,0.6404959,0.62396693,0.661157,0.6735537,0.6446281,0.61570245,0.59090906,0.5661157,0.5413223,0.4752066,0.44214877,0.42975205,0.39256197,0.37603307,0.3553719,0.36363637,0.4090909,0.45041323,0.5206612,0.59090906,0.6528926,0.6652893,0.72727275,0.76859504,0.78099173,0.7933884,0.7933884,0.79752064,0.7892562,0.7644628,0.74793386,0.73140496,0.7231405,0.661157,0.62396693,0.59504133,0.5082645,0.43801653,0.38016528,0.34710744,0.36363637,0.35123968,0.37603307,0.446281,0.5289256,0.54545456,0.553719,0.56198347,0.607438,0.6198347,0.62396693,0.58677685,0.57024795,0.57024795,0.57438016,0.5661157,0.5371901,0.4214876,0.24380165,0.60330576,0.61570245,0.6322314,0.62396693,0.61570245,0.6198347,0.6280992,0.6280992,0.6528926,0.6446281,0.6322314,0.607438,0.60330576,0.61157024,0.55785125,0.5247934,0.5123967,0.446281,0.42975205,0.42561984,0.4214876,0.42975205,0.4338843,0.46694216,0.5247934,0.59090906,0.6280992,0.6818182,0.75206614,0.77272725,0.79752064,0.7933884,0.7933884,0.78512394,0.76859504,0.73966944,0.6983471,0.677686,0.61157024,0.5785124,0.5206612,0.45867768,0.446281,0.446281,0.446281,0.45867768,0.4752066,0.5082645,0.5661157,0.62396693,0.6280992,0.61570245,0.62396693,0.61570245,0.6198347,0.61157024,0.59917355,0.57024795,0.55785125,0.5495868,0.553719,0.53305787,0.47107437,0.29338843,0.60330576,0.59917355,0.5785124,0.5785124,0.59090906,0.61570245,0.62396693,0.6198347,0.6322314,0.6528926,0.6570248,0.6446281,0.6735537,0.6859504,0.6735537,0.677686,0.6487603,0.62396693,0.58264464,0.553719,0.5247934,0.5082645,0.4876033,0.4876033,0.5041322,0.54545456,0.60330576,0.6528926,0.71487606,0.76033056,0.7933884,0.79752064,0.79752064,0.78099173,0.76033056,0.7231405,0.69008267,0.6652893,0.58677685,0.54545456,0.49173555,0.48347107,0.5206612,0.55785125,0.5785124,0.60330576,0.62396693,0.6446281,0.6528926,0.661157,0.661157,0.6487603,0.6528926,0.62396693,0.61157024,0.58677685,0.59090906,0.57438016,0.55785125,0.5371901,0.5495868,0.5413223,0.5206612,0.338843,0.62396693,0.59917355,0.5661157,0.5785124,0.5785124,0.59504133,0.59917355,0.59917355,0.59917355,0.62396693,0.6322314,0.6487603,0.6652893,0.6735537,0.6446281,0.6446281,0.61157024,0.58264464,0.5495868,0.5247934,0.49586776,0.49173555,0.49173555,0.49586776,0.49173555,0.5041322,0.56198347,0.6198347,0.6859504,0.73140496,0.7892562,0.8057851,0.8057851,0.7892562,0.75619835,0.7107438,0.6570248,0.59917355,0.5247934,0.47933885,0.48347107,0.5289256,0.55785125,0.56198347,0.59090906,0.61157024,0.6322314,0.6487603,0.6694215,0.6652893,0.6570248,0.6487603,0.6487603,0.59504133,0.5661157,0.55785125,0.56198347,0.56198347,0.57438016,0.553719,0.553719,0.55785125,0.56198347,0.38016528,0.6363636,0.61157024,0.59917355,0.59090906,0.59504133,0.58264464,0.5785124,0.57024795,0.553719,0.55785125,0.54545456,0.5413223,0.56198347,0.58677685,0.6280992,0.6487603,0.6570248,0.61570245,0.5661157,0.5371901,0.5,0.45867768,0.446281,0.45867768,0.46280992,0.47107437,0.4876033,0.57024795,0.6570248,0.7231405,0.78512394,0.80991733,0.8181818,0.8016529,0.76859504,0.70247936,0.6280992,0.5289256,0.48347107,0.49173555,0.5123967,0.4876033,0.46280992,0.47107437,0.4752066,0.5041322,0.53305787,0.56198347,0.56198347,0.56198347,0.5661157,0.553719,0.57438016,0.5661157,0.54545456,0.5371901,0.553719,0.56198347,0.58264464,0.57438016,0.56198347,0.5785124,0.5785124,0.42561984,0.6487603,0.62396693,0.6280992,0.61157024,0.61157024,0.5785124,0.553719,0.5413223,0.5041322,0.4876033,0.53305787,0.57438016,0.61570245,0.6322314,0.6280992,0.6487603,0.6735537,0.62396693,0.5785124,0.5371901,0.5041322,0.46694216,0.42561984,0.44214877,0.45041323,0.45041323,0.44214877,0.5,0.6322314,0.71900827,0.78512394,0.8140496,0.8264463,0.8140496,0.78099173,0.69008267,0.57438016,0.4876033,0.4876033,0.48347107,0.44214877,0.40495867,0.42975205,0.46694216,0.47933885,0.5371901,0.58264464,0.6322314,0.6322314,0.61157024,0.59090906,0.58264464,0.5413223,0.4752066,0.4752066,0.5247934,0.55785125,0.5661157,0.58677685,0.58264464,0.5785124,0.59090906,0.58677685,0.47933885,0.6652893,0.6446281,0.6487603,0.6280992,0.6280992,0.59917355,0.55785125,0.5289256,0.49586776,0.49586776,0.5289256,0.54545456,0.5371901,0.5247934,0.46694216,0.4214876,0.4876033,0.5,0.446281,0.49586776,0.49173555,0.47107437,0.446281,0.43801653,0.446281,0.43801653,0.45867768,0.47107437,0.58677685,0.6983471,0.78512394,0.822314,0.8347107,0.822314,0.8057851,0.69008267,0.53305787,0.48347107,0.4752066,0.446281,0.4090909,0.4214876,0.45041323,0.46280992,0.45454547,0.45454547,0.49173555,0.5206612,0.43801653,0.45454547,0.48347107,0.55785125,0.5413223,0.48347107,0.47107437,0.5123967,0.5495868,0.57438016,0.59917355,0.58264464,0.59090906,0.61157024,0.59090906,0.5165289,0.6818182,0.6735537,0.677686,0.6570248,0.6446281,0.61570245,0.5661157,0.5206612,0.47933885,0.446281,0.446281,0.41735536,0.4214876,0.3966942,0.25619835,0.19421488,0.23140496,0.29338843,0.16528925,0.27272728,0.39256197,0.4338843,0.4338843,0.46694216,0.5206612,0.45867768,0.4876033,0.5082645,0.57024795,0.6652893,0.78099173,0.8140496,0.8305785,0.8305785,0.8264463,0.7107438,0.5082645,0.4752066,0.49586776,0.45041323,0.41322315,0.41735536,0.4214876,0.46280992,0.4214876,0.28512397,0.24793388,0.3677686,0.19008264,0.18181819,0.28512397,0.38016528,0.4090909,0.45867768,0.47107437,0.53305787,0.56198347,0.5785124,0.607438,0.59090906,0.59504133,0.61570245,0.59090906,0.5206612,0.6942149,0.69008267,0.6983471,0.6859504,0.6528926,0.59917355,0.553719,0.5289256,0.5041322,0.45867768,0.46694216,0.45041323,0.45041323,0.5082645,0.35950413,0.24380165,0.2520661,0.22727273,0.26859504,0.3966942,0.5247934,0.46280992,0.4090909,0.46280992,0.58264464,0.5661157,0.5123967,0.5661157,0.59917355,0.6322314,0.76033056,0.8016529,0.8264463,0.8181818,0.8264463,0.71900827,0.49173555,0.48347107,0.57024795,0.48347107,0.4338843,0.43801653,0.42561984,0.5206612,0.5041322,0.32231405,0.23966943,0.16528925,0.19421488,0.19008264,0.3181818,0.4338843,0.3140496,0.36363637,0.4338843,0.4752066,0.5413223,0.57024795,0.59917355,0.59504133,0.60330576,0.6198347,0.59090906,0.53305787,0.6942149,0.6818182,0.70247936,0.6735537,0.6446281,0.60330576,0.60330576,0.6198347,0.60330576,0.553719,0.5495868,0.56198347,0.57024795,0.6280992,0.58264464,0.3966942,0.37190083,0.37603307,0.3966942,0.5123967,0.59917355,0.5123967,0.5041322,0.55785125,0.5247934,0.6363636,0.61157024,0.59090906,0.59504133,0.607438,0.72727275,0.7892562,0.8140496,0.8016529,0.8016529,0.73966944,0.48347107,0.5165289,0.59504133,0.5041322,0.5041322,0.5165289,0.5041322,0.607438,0.6280992,0.46694216,0.3677686,0.2603306,0.30165288,0.32231405,0.5082645,0.5165289,0.4338843,0.4338843,0.47107437,0.45867768,0.48347107,0.5495868,0.60330576,0.59917355,0.61570245,0.61157024,0.60330576,0.54545456,0.7066116,0.6983471,0.6983471,0.6735537,0.677686,0.6735537,0.6694215,0.6694215,0.6735537,0.6446281,0.62396693,0.6363636,0.6363636,0.62396693,0.62396693,0.58677685,0.56198347,0.5495868,0.553719,0.5785124,0.59504133,0.55785125,0.55785125,0.6363636,0.6570248,0.6487603,0.6363636,0.62396693,0.607438,0.60330576,0.69008267,0.7644628,0.7933884,0.7933884,0.78099173,0.74380165,0.5371901,0.5206612,0.59504133,0.58677685,0.57438016,0.5661157,0.5661157,0.59917355,0.61570245,0.58264464,0.5371901,0.45867768,0.4752066,0.5082645,0.5661157,0.553719,0.5206612,0.5247934,0.55785125,0.56198347,0.5413223,0.5495868,0.57438016,0.59504133,0.59504133,0.62396693,0.607438,0.55785125,0.6983471,0.7107438,0.69008267,0.7066116,0.74380165,0.75619835,0.7231405,0.677686,0.6859504,0.69008267,0.69008267,0.7107438,0.677686,0.6570248,0.6280992,0.6363636,0.62396693,0.60330576,0.59090906,0.57438016,0.58264464,0.5661157,0.57024795,0.6322314,0.6528926,0.6322314,0.6528926,0.6528926,0.59504133,0.58677685,0.6859504,0.75206614,0.7768595,0.7768595,0.77272725,0.75206614,0.59917355,0.5165289,0.56198347,0.61157024,0.59917355,0.57438016,0.5661157,0.56198347,0.5661157,0.59504133,0.62396693,0.60330576,0.60330576,0.5661157,0.553719,0.58677685,0.59090906,0.59917355,0.61157024,0.6322314,0.6446281,0.61570245,0.607438,0.61570245,0.59504133,0.61157024,0.58677685,0.55785125,0.6818182,0.6942149,0.7107438,0.73966944,0.76859504,0.77272725,0.75619835,0.71900827,0.6859504,0.70247936,0.7066116,0.7107438,0.71900827,0.7107438,0.6983471,0.6983471,0.6818182,0.6446281,0.6198347,0.59917355,0.59917355,0.59090906,0.60330576,0.6322314,0.6322314,0.6735537,0.6942149,0.6694215,0.58264464,0.60330576,0.6983471,0.7644628,0.77272725,0.76033056,0.76859504,0.77272725,0.6280992,0.54545456,0.57024795,0.61157024,0.6446281,0.60330576,0.57024795,0.553719,0.5495868,0.5785124,0.61570245,0.6198347,0.6280992,0.59504133,0.59504133,0.6198347,0.62396693,0.6404959,0.6487603,0.6735537,0.6942149,0.6983471,0.677686,0.6528926,0.6322314,0.59504133,0.5785124,0.5371901,0.6694215,0.6942149,0.7231405,0.75206614,0.78099173,0.7892562,0.77272725,0.75206614,0.72727275,0.73140496,0.73966944,0.73966944,0.7355372,0.7355372,0.7231405,0.7231405,0.7107438,0.6735537,0.6487603,0.6487603,0.6404959,0.6446281,0.6694215,0.6652893,0.6859504,0.73140496,0.70247936,0.6446281,0.58264464,0.61157024,0.69008267,0.75206614,0.77272725,0.7644628,0.7644628,0.7644628,0.6735537,0.56198347,0.59504133,0.60330576,0.6528926,0.6652893,0.6404959,0.6198347,0.59917355,0.60330576,0.61570245,0.62396693,0.6322314,0.6322314,0.6363636,0.661157,0.6694215,0.677686,0.6818182,0.70247936,0.7231405,0.7355372,0.73140496,0.69008267,0.6528926,0.59917355,0.5661157,0.5289256,0.661157,0.70247936,0.7355372,0.7644628,0.78512394,0.7892562,0.77272725,0.76033056,0.75619835,0.76033056,0.75619835,0.75619835,0.75619835,0.75619835,0.74380165,0.75206614,0.74380165,0.71487606,0.6983471,0.70247936,0.71900827,0.71487606,0.72727275,0.72727275,0.74380165,0.7355372,0.6818182,0.62396693,0.59917355,0.62396693,0.6818182,0.73966944,0.7768595,0.7644628,0.74793386,0.77272725,0.70247936,0.59504133,0.60330576,0.6363636,0.6528926,0.6818182,0.6942149,0.6735537,0.6694215,0.6694215,0.6818182,0.6818182,0.7066116,0.7066116,0.70247936,0.71487606,0.72727275,0.7355372,0.71487606,0.71487606,0.74380165,0.75206614,0.75619835,0.73966944,0.6652893,0.59917355,0.56198347,0.5165289,0.6446281,0.6942149,0.7355372,0.77272725,0.78512394,0.7933884,0.7892562,0.78099173,0.76859504,0.76859504,0.77272725,0.76033056,0.76033056,0.74793386,0.73140496,0.74380165,0.74380165,0.73140496,0.7355372,0.74793386,0.7768595,0.7644628,0.76859504,0.77272725,0.75619835,0.71487606,0.6528926,0.61570245,0.61570245,0.6363636,0.69008267,0.7355372,0.77272725,0.76859504,0.75206614,0.75619835,0.7107438,0.61570245,0.60330576,0.6487603,0.7107438,0.71487606,0.73140496,0.71487606,0.69008267,0.69008267,0.70247936,0.7107438,0.7107438,0.73966944,0.7355372,0.73966944,0.74793386,0.75619835,0.74793386,0.73966944,0.75619835,0.76859504,0.76859504,0.75206614,0.6818182,0.60330576,0.5495868,0.49586776,0.62396693,0.677686,0.71487606,0.76033056,0.78099173,0.7933884,0.8016529,0.7933884,0.7933884,0.7768595,0.78099173,0.78512394,0.78099173,0.76033056,0.75206614,0.75619835,0.76033056,0.76859504,0.7933884,0.76859504,0.7933884,0.7892562,0.78099173,0.75206614,0.74793386,0.69008267,0.6363636,0.61157024,0.62396693,0.661157,0.71487606,0.75619835,0.7892562,0.78099173,0.76033056,0.7644628,0.7107438,0.6322314,0.60330576,0.62396693,0.70247936,0.74380165,0.76859504,0.77272725,0.7644628,0.74380165,0.7231405,0.71487606,0.71487606,0.73140496,0.74380165,0.75619835,0.76033056,0.76859504,0.76859504,0.7644628,0.7644628,0.76859504,0.7644628,0.7355372,0.6859504,0.61157024,0.5247934,0.48347107,0.59917355,0.6528926,0.6983471,0.73966944,0.77272725,0.7892562,0.7892562,0.7933884,0.8016529,0.7892562,0.7892562,0.8016529,0.8016529,0.7933884,0.78512394,0.7892562,0.8016529,0.8140496,0.8181818,0.7768595,0.7933884,0.79752064,0.76859504,0.74793386,0.71900827,0.661157,0.61570245,0.607438,0.6404959,0.69008267,0.72727275,0.7768595,0.79752064,0.79752064,0.78099173,0.77272725,0.74380165,0.6487603,0.61157024,0.61570245,0.6694215,0.7355372,0.76859504,0.7933884,0.79752064,0.7892562,0.7933884,0.76033056,0.77272725,0.75206614,0.76859504,0.7768595,0.7768595,0.7768595,0.78099173,0.7768595,0.7644628,0.7644628,0.76033056,0.71900827,0.6942149,0.60330576,0.5206612,0.47107437,0.5785124,0.62396693,0.6735537,0.7231405,0.76033056,0.78099173,0.7768595,0.7933884,0.79752064,0.79752064,0.7933884,0.8140496,0.80991733,0.8016529,0.79752064,0.8016529,0.8140496,0.8140496,0.8057851,0.8057851,0.8140496,0.78099173,0.76033056,0.7355372,0.70247936,0.6404959,0.58677685,0.61157024,0.6528926,0.70247936,0.73140496,0.77272725,0.8016529,0.8016529,0.78512394,0.77272725,0.7644628,0.6859504,0.62396693,0.59917355,0.6363636,0.71487606,0.76859504,0.7933884,0.8016529,0.8057851,0.8016529,0.78512394,0.8016529,0.75619835,0.76859504,0.7933884,0.7892562,0.7768595,0.7768595,0.77272725,0.77272725,0.77272725,0.75619835,0.7231405,0.6818182,0.59917355,0.5165289,0.45867768,0.56198347,0.59917355,0.6487603,0.6983471,0.73966944,0.75619835,0.75619835,0.7933884,0.79752064,0.79752064,0.8016529,0.80991733,0.8140496,0.80991733,0.8140496,0.8181818,0.8181818,0.8181818,0.8181818,0.8140496,0.80991733,0.76859504,0.7644628,0.71900827,0.6652893,0.59917355,0.57438016,0.6198347,0.6652893,0.71900827,0.73966944,0.7768595,0.80991733,0.8016529,0.76859504,0.78512394,0.77272725,0.7066116,0.6363636,0.59504133,0.59917355,0.677686,0.75206614,0.78099173,0.7933884,0.8016529,0.7933884,0.7933884,0.8016529,0.79752064,0.7892562,0.7892562,0.7892562,0.78099173,0.78512394,0.77272725,0.77272725,0.77272725,0.73966944,0.7066116,0.6652893,0.58677685,0.5206612,0.45454547,0.55785125,0.58677685,0.6198347,0.6652893,0.7107438,0.7355372,0.74380165,0.7768595,0.78512394,0.7892562,0.8016529,0.8016529,0.8181818,0.8181818,0.822314,0.822314,0.8181818,0.8181818,0.822314,0.8016529,0.8016529,0.75619835,0.73140496,0.7066116,0.59917355,0.57024795,0.59504133,0.6280992,0.6694215,0.71487606,0.74793386,0.78099173,0.8305785,0.8057851,0.78099173,0.78099173,0.76859504,0.7066116,0.6404959,0.60330576,0.58264464,0.6363636,0.7355372,0.75619835,0.7768595,0.8016529,0.79752064,0.8016529,0.8016529,0.8016529,0.79752064,0.79752064,0.78512394,0.7768595,0.7892562,0.77272725,0.74380165,0.7644628,0.71487606,0.6735537,0.6446281,0.57024795,0.5041322,0.45867768,0.5661157,0.59090906,0.6198347,0.6487603,0.6859504,0.7231405,0.73140496,0.75206614,0.77272725,0.78099173,0.79752064,0.8016529,0.8057851,0.8181818,0.8264463,0.8264463,0.8181818,0.8181818,0.8140496,0.7933884,0.77272725,0.74380165,0.72727275,0.677686,0.56198347,0.58677685,0.62396693,0.62396693,0.6570248,0.6859504,0.7355372,0.7933884,0.8305785,0.822314,0.8016529,0.78099173,0.75206614,0.6818182,0.6322314,0.61157024,0.59917355,0.6198347,0.7107438,0.74380165,0.75206614,0.7933884,0.8016529,0.79752064,0.79752064,0.7933884,0.7933884,0.7933884,0.78099173,0.78099173,0.7768595,0.7644628,0.72727275,0.71900827,0.677686,0.6570248,0.61570245,0.56198347,0.5082645,0.44214877,0.57438016,0.59504133,0.6280992,0.6528926,0.6694215,0.7066116,0.71900827,0.72727275,0.7644628,0.7644628,0.7933884,0.7933884,0.8057851,0.8140496,0.8140496,0.8181818,0.80991733,0.8057851,0.8016529,0.7768595,0.76033056,0.74380165,0.73140496,0.6446281,0.58264464,0.6198347,0.6280992,0.62396693,0.61157024,0.6446281,0.69008267,0.76033056,0.8016529,0.8305785,0.79752064,0.75619835,0.7066116,0.6322314,0.59917355,0.607438,0.61570245,0.607438,0.6859504,0.7355372,0.74793386,0.7768595,0.7892562,0.78512394,0.7892562,0.7892562,0.79752064,0.7933884,0.78099173,0.77272725,0.77272725,0.73966944,0.7066116,0.677686,0.6694215,0.6322314,0.58677685,0.56198347,0.5,0.446281,0.5661157,0.59504133,0.6198347,0.6487603,0.661157,0.6859504,0.7066116,0.7107438,0.76033056,0.76033056,0.78099173,0.78099173,0.7933884,0.79752064,0.8016529,0.8057851,0.7933884,0.7933884,0.78512394,0.77272725,0.75619835,0.75206614,0.6942149,0.59917355,0.60330576,0.6198347,0.57438016,0.553719,0.54545456,0.57438016,0.62396693,0.71900827,0.7644628,0.76859504,0.75206614,0.6942149,0.62396693,0.57438016,0.55785125,0.5785124,0.61570245,0.58677685,0.6570248,0.7231405,0.75206614,0.7644628,0.77272725,0.77272725,0.77272725,0.7768595,0.7892562,0.7892562,0.77272725,0.74793386,0.74380165,0.7107438,0.6859504,0.6652893,0.6570248,0.62396693,0.57438016,0.5495868,0.4876033,0.45867768,0.55785125,0.58677685,0.60330576,0.6280992,0.6652893,0.6735537,0.70247936,0.7231405,0.72727275,0.73966944,0.76033056,0.77272725,0.78099173,0.7892562,0.7933884,0.79752064,0.78512394,0.78512394,0.76859504,0.7768595,0.76859504,0.76033056,0.6528926,0.553719,0.61157024,0.58677685,0.44214877,0.37190083,0.41322315,0.48347107,0.54545456,0.61157024,0.6859504,0.70247936,0.6652893,0.58677685,0.5123967,0.45454547,0.45454547,0.5247934,0.607438,0.58264464,0.607438,0.71900827,0.75619835,0.76033056,0.76033056,0.7644628,0.7644628,0.7644628,0.7768595,0.7768595,0.75206614,0.73966944,0.71900827,0.69008267,0.6694215,0.6528926,0.6404959,0.607438,0.57024795,0.5495868,0.47933885,0.47107437,0.56198347,0.59504133,0.607438,0.61570245,0.6363636,0.6694215,0.6735537,0.7107438,0.70247936,0.71900827,0.73966944,0.7644628,0.77272725,0.78512394,0.7892562,0.78099173,0.78099173,0.78512394,0.77272725,0.78512394,0.7768595,0.75206614,0.59917355,0.5165289,0.58264464,0.5123967,0.33471075,0.16528925,0.16528925,0.3264463,0.46694216,0.54545456,0.58677685,0.58677685,0.5495868,0.47107437,0.3305785,0.20247933,0.21487603,0.45041323,0.59090906,0.57024795,0.60330576,0.71900827,0.75206614,0.76033056,0.76033056,0.75206614,0.75619835,0.75619835,0.7644628,0.7644628,0.73966944,0.72727275,0.7066116,0.6859504,0.6694215,0.6404959,0.61157024,0.59090906,0.55785125,0.5495868,0.4752066,0.47107437,0.553719,0.59090906,0.59917355,0.61157024,0.6363636,0.661157,0.6528926,0.6652893,0.6942149,0.6983471,0.72727275,0.75206614,0.76033056,0.76859504,0.78512394,0.77272725,0.76859504,0.78512394,0.78099173,0.78099173,0.7933884,0.7355372,0.55785125,0.4876033,0.5495868,0.5082645,0.42975205,0.2644628,0.17768595,0.25619835,0.33471075,0.46694216,0.5,0.5,0.47933885,0.3677686,0.2231405,0.23966943,0.26859504,0.3966942,0.55785125,0.553719,0.5495868,0.7066116,0.73966944,0.74793386,0.75619835,0.75619835,0.74793386,0.73966944,0.75206614,0.74793386,0.74380165,0.72727275,0.6942149,0.677686,0.6694215,0.6404959,0.60330576,0.57438016,0.54545456,0.53305787,0.46280992,0.41322315,0.53305787,0.58264464,0.59504133,0.607438,0.6363636,0.6363636,0.6570248,0.6487603,0.677686,0.6942149,0.71487606,0.74380165,0.75619835,0.76033056,0.7768595,0.77272725,0.76033056,0.7768595,0.77272725,0.7644628,0.78099173,0.7355372,0.57024795,0.45454547,0.5206612,0.5495868,0.55785125,0.45867768,0.3966942,0.46280992,0.35123968,0.38842976,0.44214877,0.446281,0.47107437,0.45454547,0.38016528,0.4214876,0.46280992,0.44214877,0.5165289,0.53305787,0.54545456,0.6652893,0.73966944,0.74793386,0.75619835,0.75206614,0.74793386,0.73140496,0.73966944,0.74793386,0.74380165,0.73140496,0.6818182,0.661157,0.6528926,0.62396693,0.59917355,0.5661157,0.5289256,0.5247934,0.45867768,0.3429752,0.5082645,0.55785125,0.5785124,0.59917355,0.61570245,0.61570245,0.6404959,0.6528926,0.6652893,0.6983471,0.7107438,0.74380165,0.74380165,0.75619835,0.7644628,0.7644628,0.75206614,0.77272725,0.75619835,0.73140496,0.73966944,0.73140496,0.6280992,0.45454547,0.45041323,0.5206612,0.53305787,0.55785125,0.5661157,0.58264464,0.5206612,0.43801653,0.45454547,0.47933885,0.5371901,0.57024795,0.5495868,0.57024795,0.57438016,0.5165289,0.5041322,0.4752066,0.5785124,0.6652893,0.71900827,0.76033056,0.74380165,0.75206614,0.74793386,0.7355372,0.7355372,0.74380165,0.72727275,0.71487606,0.6652893,0.6570248,0.62396693,0.6198347,0.59504133,0.553719,0.5247934,0.5165289,0.44214877,0.3305785,0.4876033,0.53305787,0.55785125,0.57438016,0.60330576,0.59917355,0.6280992,0.6404959,0.6570248,0.677686,0.69008267,0.7107438,0.71900827,0.74380165,0.76859504,0.75619835,0.76033056,0.75619835,0.75206614,0.73966944,0.75619835,0.73966944,0.6983471,0.56198347,0.446281,0.44214877,0.43801653,0.4876033,0.59917355,0.6280992,0.61570245,0.553719,0.5413223,0.5495868,0.59917355,0.59917355,0.58264464,0.57438016,0.55785125,0.5165289,0.46280992,0.49173555,0.61157024,0.6446281,0.70247936,0.73966944,0.7355372,0.75206614,0.73966944,0.73966944,0.7231405,0.7107438,0.6983471,0.6983471,0.6652893,0.6446281,0.6280992,0.61570245,0.58677685,0.5495868,0.5206612,0.5082645,0.41322315,0.3264463,0.47933885,0.5123967,0.5413223,0.56198347,0.58677685,0.58677685,0.607438,0.62396693,0.6446281,0.6735537,0.677686,0.6859504,0.70247936,0.71900827,0.74380165,0.74793386,0.75619835,0.75619835,0.74380165,0.75619835,0.75619835,0.73140496,0.71900827,0.6735537,0.58264464,0.5289256,0.5289256,0.46280992,0.57024795,0.6528926,0.6446281,0.60330576,0.57024795,0.58677685,0.61157024,0.58264464,0.5413223,0.5123967,0.4752066,0.47107437,0.4752066,0.57438016,0.6487603,0.6528926,0.6818182,0.72727275,0.73140496,0.73966944,0.73140496,0.7355372,0.7066116,0.6983471,0.6818182,0.6652893,0.6735537,0.6487603,0.6446281,0.6198347,0.57438016,0.5371901,0.5123967,0.4876033,0.38016528,0.3181818,0.45454547,0.49173555,0.5165289,0.5495868,0.58677685,0.58677685,0.59504133,0.6198347,0.6363636,0.6694215,0.6735537,0.6818182,0.7066116,0.7066116,0.7231405,0.73966944,0.73966944,0.75619835,0.74793386,0.75619835,0.75206614,0.72727275,0.70247936,0.70247936,0.6735537,0.6446281,0.6694215,0.56198347,0.57024795,0.6652893,0.6570248,0.6280992,0.58264464,0.60330576,0.6198347,0.59090906,0.5661157,0.54545456,0.53305787,0.5661157,0.57438016,0.607438,0.661157,0.6652893,0.677686,0.7231405,0.73140496,0.72727275,0.73140496,0.71900827,0.69008267,0.6818182,0.6735537,0.6487603,0.6652893,0.6570248,0.6198347,0.61157024,0.57024795,0.5206612,0.49586776,0.47107437,0.36363637,0.3181818,0.4338843,0.46694216,0.5041322,0.5371901,0.58264464,0.60330576,0.59090906,0.61570245,0.6322314,0.661157,0.6652893,0.6859504,0.69008267,0.7107438,0.71487606,0.73140496,0.72727275,0.74380165,0.73966944,0.74793386,0.74380165,0.73966944,0.71487606,0.6942149,0.6818182,0.6363636,0.661157,0.60330576,0.61157024,0.6942149,0.6983471,0.6404959,0.60330576,0.62396693,0.6322314,0.60330576,0.59504133,0.58264464,0.58677685,0.60330576,0.6280992,0.6280992,0.661157,0.6528926,0.661157,0.7107438,0.71900827,0.7231405,0.71900827,0.70247936,0.6859504,0.6859504,0.661157,0.6322314,0.661157,0.6363636,0.60330576,0.59917355,0.5661157,0.5165289,0.49173555,0.46280992,0.35950413,0.3264463,0.44214877,0.46280992,0.4876033,0.5206612,0.57438016,0.61157024,0.59917355,0.61570245,0.6363636,0.6570248,0.661157,0.6818182,0.6694215,0.6859504,0.70247936,0.7066116,0.71487606,0.72727275,0.7107438,0.7231405,0.72727275,0.71900827,0.70247936,0.6942149,0.69008267,0.6446281,0.62396693,0.6322314,0.6363636,0.7231405,0.7107438,0.6404959,0.6363636,0.6528926,0.6652893,0.6363636,0.6198347,0.59090906,0.59917355,0.61570245,0.6322314,0.6528926,0.6652893,0.661157,0.6570248,0.69008267,0.70247936,0.7066116,0.6942149,0.6652893,0.6652893,0.6818182,0.6404959,0.6280992,0.6528926,0.6280992,0.61157024,0.58264464,0.5495868,0.5206612,0.4876033,0.45041323,0.338843,0.32231405,0.45454547,0.46694216,0.4752066,0.5123967,0.56198347,0.59504133,0.61570245,0.61570245,0.6322314,0.6528926,0.6487603,0.6694215,0.6694215,0.6694215,0.677686,0.69008267,0.6818182,0.6983471,0.69008267,0.70247936,0.70247936,0.6859504,0.6735537,0.677686,0.6818182,0.6694215,0.6652893,0.6652893,0.6652893,0.72727275,0.7231405,0.6694215,0.6818182,0.6859504,0.7066116,0.677686,0.6363636,0.6198347,0.62396693,0.62396693,0.6280992,0.6570248,0.6570248,0.6570248,0.6570248,0.677686,0.677686,0.69008267,0.6859504,0.6363636,0.661157,0.6652893,0.6322314,0.6322314,0.6487603,0.62396693,0.607438,0.57438016,0.54545456,0.5041322,0.47933885,0.4338843,0.3429752,0.3305785,0.45041323,0.46694216,0.49173555,0.5206612,0.5661157,0.5785124,0.60330576,0.61570245,0.6280992,0.6363636,0.6404959,0.6528926,0.6694215,0.6487603,0.6652893,0.6652893,0.6570248,0.69008267,0.6818182,0.6859504,0.6735537,0.6694215,0.6570248,0.6652893,0.6818182,0.6818182,0.6859504,0.6818182,0.71487606,0.75619835,0.73140496,0.7231405,0.73966944,0.73140496,0.7355372,0.7066116,0.6570248,0.6487603,0.6487603,0.6446281,0.62396693,0.6735537,0.6570248,0.6404959,0.6446281,0.6652893,0.6694215,0.677686,0.6652893,0.6528926,0.6570248,0.6528926,0.62396693,0.6198347,0.6322314,0.607438,0.59090906,0.56198347,0.5247934,0.5,0.47107437,0.42975205,0.3264463,0.338843,0.45454547,0.4752066,0.48347107,0.5165289,0.5661157,0.56198347,0.58677685,0.607438,0.62396693,0.62396693,0.6280992,0.6446281,0.6487603,0.6198347,0.6570248,0.6280992,0.6446281,0.661157,0.6487603,0.6528926,0.6446281,0.6570248,0.6694215,0.6735537,0.6859504,0.6859504,0.6818182,0.7066116,0.73140496,0.78512394,0.75206614,0.73140496,0.75619835,0.76033056,0.7644628,0.76033056,0.71900827,0.677686,0.6735537,0.6404959,0.6528926,0.6694215,0.6404959,0.6487603,0.6570248,0.661157,0.6570248,0.6404959,0.6322314,0.6446281,0.62396693,0.61570245,0.607438,0.62396693,0.6198347,0.59090906,0.5785124,0.5495868,0.5165289,0.49173555,0.4752066,0.40082645,0.3140496,0.35123968,0.43801653,0.46280992,0.49586776,0.5123967,0.56198347,0.56198347,0.58264464,0.59917355,0.61157024,0.61570245,0.6280992,0.62396693,0.61570245,0.59504133,0.6404959,0.61157024,0.61570245,0.6198347,0.6198347,0.62396693,0.6198347,0.6487603,0.6818182,0.677686,0.6983471,0.71900827,0.6983471,0.69008267,0.661157,0.6694215,0.70247936,0.76033056,0.7768595,0.7644628,0.73140496,0.74380165,0.74380165,0.72727275,0.7066116,0.677686,0.6818182,0.6570248,0.6487603,0.6446281,0.6404959,0.6446281,0.6363636,0.6198347,0.607438,0.60330576,0.59090906,0.59917355,0.607438,0.6198347,0.61157024,0.58264464,0.5661157,0.553719,0.5041322,0.47933885,0.46280992,0.37190083,0.3264463,0.3429752,0.39256197,0.45867768,0.48347107,0.5041322,0.54545456,0.5413223,0.5661157,0.59504133,0.61157024,0.61157024,0.6280992,0.6198347,0.59504133,0.59090906,0.59917355,0.57024795,0.57438016,0.5785124,0.5785124,0.58264464,0.59504133,0.62396693,0.6487603,0.6446281,0.6280992,0.59917355,0.5495868,0.4876033,0.42561984,0.41322315,0.45867768,0.56198347,0.58677685,0.5123967,0.43801653,0.46280992,0.553719,0.62396693,0.7107438,0.7066116,0.6983471,0.6694215,0.6487603,0.62396693,0.62396693,0.62396693,0.61157024,0.59917355,0.57438016,0.56198347,0.56198347,0.59090906,0.59917355,0.59917355,0.59917355,0.57438016,0.56198347,0.5413223,0.5,0.47933885,0.44214877,0.35123968,0.338843,0.338843,0.39256197,0.4338843,0.48347107,0.5,0.5165289,0.5289256,0.5661157,0.59917355,0.607438,0.62396693,0.61570245,0.61570245,0.59917355,0.58677685,0.57438016,0.553719,0.5289256,0.5247934,0.5041322,0.5,0.5206612,0.5289256,0.5123967,0.48347107,0.45454547,0.37190083,0.35950413,0.38429752,0.38842976,0.40082645,0.42561984,0.45041323,0.46280992,0.44214877,0.44214877,0.42975205,0.40082645,0.36363637,0.41735536,0.5661157,0.6322314,0.6322314,0.61157024,0.60330576,0.58677685,0.58264464,0.57024795,0.553719,0.53305787,0.5206612,0.5371901,0.56198347,0.58264464,0.58677685,0.58677685,0.56198347,0.5495868,0.5165289,0.4876033,0.47107437,0.4214876,0.32231405,0.35123968,0.338843,0.3429752,0.41735536,0.45867768,0.5041322,0.5082645,0.5247934,0.553719,0.58264464,0.60330576,0.61570245,0.61157024,0.62396693,0.61157024,0.5661157,0.56198347,0.53305787,0.4752066,0.4338843,0.37603307,0.35123968,0.35123968,0.338843,0.3181818,0.30165288,0.3264463,0.2892562,0.29752067,0.3429752,0.32231405,0.3181818,0.36363637,0.40082645,0.3966942,0.38429752,0.3966942,0.40082645,0.40495867,0.37190083,0.3305785,0.33471075,0.40495867,0.46280992,0.5082645,0.5247934,0.5123967,0.5082645,0.5123967,0.49586776,0.49173555,0.49586776,0.5206612,0.5495868,0.5785124,0.58264464,0.57438016,0.55785125,0.53305787,0.49586776,0.4752066,0.45867768,0.38842976,0.3181818,0.34710744,0.3553719,0.30578512,0.38842976,0.43801653,0.48347107,0.5041322,0.5247934,0.5413223,0.56198347,0.58264464,0.61570245,0.62396693,0.61157024,0.61157024,0.5785124,0.5289256,0.5041322,0.48347107,0.47933885,0.44214877,0.40082645,0.34710744,0.3140496,0.3181818,0.3429752,0.3305785,0.3140496,0.32231405,0.37190083,0.35123968,0.3305785,0.3553719,0.3553719,0.3429752,0.3553719,0.35950413,0.3429752,0.338843,0.32231405,0.3181818,0.3264463,0.29338843,0.27272728,0.30578512,0.32231405,0.34710744,0.36363637,0.39256197,0.4214876,0.45867768,0.47933885,0.5,0.56198347,0.57438016,0.5661157,0.5661157,0.5495868,0.5165289,0.49173555,0.46694216,0.4338843,0.3553719,0.32231405,0.34710744,0.34710744,0.29752067,0.35123968,0.41322315,0.46280992,0.4876033,0.5123967,0.5413223,0.56198347,0.5661157,0.59917355,0.607438,0.61157024,0.607438,0.59090906,0.53305787,0.5289256,0.56198347,0.59090906,0.5785124,0.5495868,0.49586776,0.44214877,0.42975205,0.45454547,0.42975205,0.40495867,0.42975205,0.4752066,0.5,0.5165289,0.54545456,0.47933885,0.45454547,0.5082645,0.48347107,0.45041323,0.45041323,0.41735536,0.37603307,0.35950413,0.338843,0.3181818,0.338843,0.40495867,0.46280992,0.4752066,0.46694216,0.47107437,0.46280992,0.46280992,0.5041322,0.57438016,0.57024795,0.5661157,0.55785125,0.5371901,0.5041322,0.4752066,0.45867768,0.40495867,0.3264463,0.338843,0.338843,0.3553719,0.30991736,0.30991736,0.38016528,0.43801653,0.46280992,0.49173555,0.5289256,0.5413223,0.56198347,0.58677685,0.58677685,0.607438,0.59504133,0.62396693,0.58264464,0.59504133,0.6363636,0.6652893,0.6528926,0.62396693,0.61157024,0.553719,0.5495868,0.53305787,0.5289256,0.4876033,0.47933885,0.49173555,0.5082645,0.5495868,0.5661157,0.53305787,0.5206612,0.57024795,0.54545456,0.5165289,0.49173555,0.45454547,0.4338843,0.42561984,0.44214877,0.4752066,0.5041322,0.55785125,0.59504133,0.59917355,0.57024795,0.5371901,0.5165289,0.5247934,0.53305787,0.57438016,0.55785125,0.55785125,0.54545456,0.5165289,0.4876033,0.46694216,0.4338843,0.37190083,0.3181818,0.35123968,0.3429752,0.35950413,0.3140496,0.29752067,0.33471075,0.40495867,0.45041323,0.47107437,0.5082645,0.5165289,0.5495868,0.56198347,0.5661157,0.59504133,0.607438,0.607438,0.607438,0.62396693,0.6570248,0.69008267,0.6818182,0.6528926,0.6322314,0.5785124,0.5495868,0.5413223,0.54545456,0.5371901,0.54545456,0.5123967,0.5082645,0.5206612,0.5247934,0.5247934,0.5041322,0.5041322,0.5,0.5082645,0.47933885,0.47933885,0.4876033,0.5,0.5041322,0.5289256,0.55785125,0.57438016,0.58264464,0.58677685,0.58264464,0.57024795,0.57024795,0.53305787,0.5495868,0.553719,0.5413223,0.53305787,0.5206612,0.49173555,0.47933885,0.45867768,0.3966942,0.3429752,0.33471075,0.35123968,0.34710744,0.3553719,0.3181818,0.3181818,0.30165288,0.36363637,0.42561984,0.45867768,0.47933885,0.49586776,0.53305787,0.53305787,0.553719,0.5785124,0.60330576,0.59090906,0.59917355,0.62396693,0.6363636,0.6570248,0.6652893,0.6570248,0.6280992,0.5785124,0.5495868,0.5165289,0.47933885,0.47107437,0.4876033,0.4876033,0.4876033,0.4752066,0.49173555,0.5041322,0.47107437,0.45454547,0.48347107,0.5041322,0.5041322,0.5082645,0.5082645,0.5165289,0.5123967,0.5371901,0.55785125,0.56198347,0.58677685,0.58264464,0.58264464,0.58677685,0.58264464,0.5495868,0.54545456,0.53305787,0.5289256,0.5082645,0.49586776,0.48347107,0.46280992,0.43801653,0.3677686,0.32231405,0.3429752,0.34710744,0.3553719,0.3553719,0.3140496,0.32231405,0.3181818,0.32231405,0.37190083,0.44214877,0.46694216,0.4752066,0.49173555,0.5165289,0.5247934,0.55785125,0.59090906,0.57024795,0.58264464,0.61570245,0.61157024,0.6322314,0.6363636,0.6446281,0.6280992,0.61157024,0.59504133,0.57024795,0.5123967,0.45454547,0.446281,0.446281,0.43801653,0.4338843,0.40495867,0.41322315,0.41735536,0.39256197,0.44214877,0.45041323,0.46694216,0.47933885,0.4876033,0.49586776,0.5165289,0.5495868,0.5661157,0.5661157,0.58264464,0.56198347,0.57438016,0.58264464,0.56198347,0.53305787,0.553719,0.5371901,0.5123967,0.49173555,0.47933885,0.46280992,0.45041323,0.40082645,0.3305785,0.338843,0.3553719,0.35123968,0.35123968,0.3553719,0.3181818,0.3264463,0.3429752,0.3140496,0.32231405,0.3966942,0.45454547,0.46694216,0.46694216,0.49586776,0.5,0.53305787,0.553719,0.58677685,0.59090906,0.61157024,0.61570245,0.6280992,0.6280992,0.6280992,0.6198347,0.59504133,0.6198347,0.59504133,0.55785125,0.5165289,0.5082645,0.48347107,0.47107437,0.47933885,0.446281,0.4338843,0.45041323,0.42975205,0.45041323,0.45867768,0.46280992,0.4876033,0.5,0.5082645,0.5371901,0.57024795,0.57024795,0.56198347,0.55785125,0.5495868,0.55785125,0.5495868,0.5413223,0.54545456,0.5495868,0.5247934,0.5041322,0.47107437,0.446281,0.45041323,0.42561984,0.36363637,0.3181818,0.3264463,0.3429752,0.3429752,0.35950413,0.36363637,0.30578512,0.3181818,0.35123968,0.34710744,0.30165288,0.3429752,0.41322315,0.45867768,0.4752066,0.48347107,0.48347107,0.5123967,0.5247934,0.5785124,0.58677685,0.60330576,0.61570245,0.6280992,0.61570245,0.6280992,0.6280992,0.58677685,0.6280992,0.6280992,0.61157024,0.59090906,0.59090906,0.55785125,0.5123967,0.49173555,0.4752066,0.45041323,0.47933885,0.49586776,0.5041322,0.5041322,0.5041322,0.5289256,0.53305787,0.5413223,0.553719,0.5661157,0.57024795,0.56198347,0.5495868,0.54545456,0.5495868,0.5371901,0.53305787,0.53305787,0.5371901,0.49586776,0.47107437,0.45867768,0.43801653,0.4338843,0.38429752,0.3305785,0.32231405,0.338843,0.338843,0.34710744,0.34710744,0.35123968,0.30991736,0.3140496,0.34710744,0.38016528,0.30991736,0.29752067,0.35950413,0.43801653,0.46694216,0.47107437,0.4752066,0.5082645,0.5247934,0.5661157,0.5785124,0.59090906,0.60330576,0.61570245,0.61157024,0.6280992,0.6446281,0.6404959,0.6735537,0.6694215,0.661157,0.6735537,0.6983471,0.7066116,0.677686,0.6652893,0.6570248,0.6322314,0.6198347,0.6735537,0.6280992,0.6280992,0.59504133,0.5785124,0.57438016,0.5785124,0.5785124,0.5785124,0.57438016,0.5495868,0.5371901,0.5413223,0.5413223,0.5289256,0.5206612,0.5165289,0.5165289,0.4752066,0.45867768,0.45454547,0.43801653,0.39256197,0.3305785,0.3140496,0.338843,0.3181818,0.34710744,0.34710744,0.34710744,0.35123968,0.32231405,0.30991736,0.3429752,0.38429752,0.3553719,0.28512397,0.2892562,0.3677686,0.41735536,0.47107437,0.46694216,0.49173555,0.5041322,0.5289256,0.5495868,0.56198347,0.58264464,0.58264464,0.58677685,0.61570245,0.6446281,0.6487603,0.70247936,0.7107438,0.6859504,0.70247936,0.7355372,0.75206614,0.75619835,0.74380165,0.75619835,0.74380165,0.74380165,0.74793386,0.73140496,0.7066116,0.70247936,0.6570248,0.6280992,0.61157024,0.607438,0.59917355,0.57024795,0.5371901,0.53305787,0.5413223,0.5495868,0.5123967,0.5041322,0.5123967,0.4876033,0.45867768,0.44214877,0.43801653,0.40495867,0.3553719,0.30991736,0.32231405,0.32231405,0.3305785,0.338843,0.3429752,0.3553719,0.3553719,0.3181818,0.30991736,0.35123968,0.37603307,0.35950413,0.30991736,0.2768595,0.28512397,0.3677686,0.4338843,0.45867768,0.4876033,0.49586776,0.5123967,0.53305787,0.53305787,0.5661157,0.58677685,0.57024795,0.59504133,0.6404959,0.6363636,0.6859504,0.71487606,0.6859504,0.6859504,0.71900827,0.73966944,0.74793386,0.75619835,0.7644628,0.74793386,0.74380165,0.76033056,0.75619835,0.74380165,0.73966944,0.7355372,0.70247936,0.677686,0.6570248,0.6363636,0.58264464,0.55785125,0.5495868,0.55785125,0.53305787,0.5041322,0.5123967,0.48347107,0.45867768,0.45041323,0.42561984,0.39256197,0.38016528,0.33471075,0.30991736,0.32231405,0.3181818,0.3305785,0.338843,0.338843,0.34710744,0.35123968,0.3140496,0.30165288,0.33471075,0.37190083,0.3677686,0.33471075,0.28512397,0.23140496,0.30165288,0.3429752,0.41322315,0.45867768,0.47107437,0.4876033,0.5082645,0.5,0.5247934,0.58677685,0.5785124,0.59917355,0.62396693,0.6280992,0.6487603,0.661157,0.661157,0.6694215,0.7107438,0.73140496,0.75206614,0.75206614,0.75206614,0.73966944,0.7066116,0.71900827,0.73140496,0.7355372,0.7231405,0.72727275,0.69008267,0.6694215,0.6818182,0.661157,0.60330576,0.57024795,0.5661157,0.55785125,0.54545456,0.5082645,0.49586776,0.45867768,0.44214877,0.42561984,0.38016528,0.36363637,0.38429752,0.33471075,0.30991736,0.32231405,0.3305785,0.3305785,0.338843,0.3429752,0.3429752,0.34710744,0.30991736,0.29338843,0.338843,0.37603307,0.3677686,0.34710744,0.30578512,0.23553719,0.24380165,0.26859504,0.30991736,0.37190083,0.41735536,0.446281,0.47107437,0.49173555,0.5123967,0.56198347,0.57438016,0.5785124,0.59504133,0.59090906,0.6322314,0.62396693,0.6322314,0.661157,0.71487606,0.73140496,0.75206614,0.74793386,0.72727275,0.71487606,0.69008267,0.69008267,0.71900827,0.73140496,0.6983471,0.69008267,0.6570248,0.6280992,0.6570248,0.6363636,0.58677685,0.5661157,0.553719,0.5371901,0.5289256,0.48347107,0.47107437,0.43801653,0.4214876,0.37603307,0.338843,0.37603307,0.4214876,0.3140496,0.30165288,0.3181818,0.33471075,0.3305785,0.3429752,0.338843,0.338843,0.34710744,0.30578512,0.28099173,0.30991736,0.37190083,0.38016528,0.35123968,0.32231405,0.27272728,0.23553719,0.21900827,0.25619835,0.29752067,0.3429752,0.3966942,0.4338843,0.46694216,0.47933885,0.5165289,0.57024795,0.5661157,0.5661157,0.57024795,0.5785124,0.59090906,0.60330576,0.6446281,0.7107438,0.71487606,0.74380165,0.75206614,0.71900827,0.6942149,0.7066116,0.70247936,0.71487606,0.7066116,0.6983471,0.69008267,0.6652893,0.6322314,0.60330576,0.5785124,0.59090906,0.553719,0.5247934,0.49173555,0.48347107,0.446281,0.41735536,0.38429752,0.34710744,0.3305785,0.35950413,0.41322315,0.4338843,0.30991736,0.30578512,0.3140496,0.3305785,0.33471075,0.3429752,0.33471075,0.3429752,0.34710744,0.29338843,0.19421488,0.24793388,0.37603307,0.38842976,0.36363637,0.3429752,0.30165288,0.2520661,0.21487603,0.22727273,0.2644628,0.27272728,0.29338843,0.3553719,0.3966942,0.42975205,0.45867768,0.5206612,0.54545456,0.553719,0.5661157,0.56198347,0.57438016,0.58264464,0.607438,0.6652893,0.69008267,0.6983471,0.71487606,0.7107438,0.677686,0.6942149,0.70247936,0.6942149,0.677686,0.6694215,0.661157,0.6280992,0.57438016,0.55785125,0.57024795,0.58264464,0.54545456,0.5082645,0.4876033,0.42561984,0.3966942,0.3553719,0.3305785,0.32231405,0.3429752,0.38842976,0.446281,0.43801653,0.30165288,0.30578512,0.3140496,0.3264463,0.338843,0.3305785,0.33471075,0.3429752,0.3429752,3 +0.6694215,0.6652893,0.6942149,0.70247936,0.7107438,0.73966944,0.76033056,0.77272725,0.78512394,0.7933884,0.79752064,0.79752064,0.8057851,0.8181818,0.8140496,0.8181818,0.8140496,0.8264463,0.8347107,0.8264463,0.8264463,0.822314,0.8181818,0.8305785,0.8264463,0.8181818,0.80991733,0.822314,0.8181818,0.8140496,0.8140496,0.8181818,0.8181818,0.8181818,0.80991733,0.8057851,0.8016529,0.8016529,0.8016529,0.7933884,0.78512394,0.7933884,0.78099173,0.7768595,0.7768595,0.78099173,0.78512394,0.7768595,0.76859504,0.75206614,0.74793386,0.72727275,0.69008267,0.6570248,0.59504133,0.56198347,0.4876033,0.29752067,0.2892562,0.24793388,0.30165288,0.38429752,0.19421488,0.12396694,0.6818182,0.6818182,0.6983471,0.71487606,0.70247936,0.73966944,0.75619835,0.77272725,0.78099173,0.7933884,0.8016529,0.8057851,0.8140496,0.8181818,0.80991733,0.8181818,0.80991733,0.8181818,0.8347107,0.8305785,0.8264463,0.822314,0.8305785,0.8305785,0.822314,0.8140496,0.8181818,0.822314,0.822314,0.80991733,0.80991733,0.8181818,0.822314,0.8181818,0.8057851,0.80991733,0.80991733,0.80991733,0.8057851,0.8016529,0.7933884,0.7892562,0.78512394,0.7768595,0.7768595,0.78099173,0.78099173,0.7768595,0.77272725,0.75619835,0.75619835,0.73140496,0.70247936,0.661157,0.59504133,0.56198347,0.54545456,0.3429752,0.18595041,0.338843,0.28512397,0.36363637,0.23553719,0.13636364,0.6859504,0.6942149,0.7066116,0.7231405,0.69008267,0.7355372,0.75619835,0.76859504,0.78099173,0.7933884,0.8057851,0.80991733,0.822314,0.80991733,0.8181818,0.8181818,0.8140496,0.8181818,0.8264463,0.822314,0.8264463,0.8264463,0.822314,0.8305785,0.8305785,0.822314,0.8264463,0.8264463,0.8140496,0.8057851,0.8140496,0.8181818,0.822314,0.822314,0.80991733,0.80991733,0.8140496,0.8057851,0.80991733,0.8057851,0.7892562,0.78512394,0.7892562,0.78512394,0.76859504,0.77272725,0.7768595,0.77272725,0.76859504,0.75619835,0.76033056,0.73966944,0.7107438,0.661157,0.60330576,0.5785124,0.56198347,0.4090909,0.12396694,0.3181818,0.3305785,0.3181818,0.2520661,0.1322314,0.69008267,0.6983471,0.71487606,0.73140496,0.7066116,0.7355372,0.75206614,0.76033056,0.76859504,0.7892562,0.79752064,0.822314,0.822314,0.8140496,0.8264463,0.8181818,0.8140496,0.8140496,0.8181818,0.8140496,0.8264463,0.8264463,0.8264463,0.822314,0.8264463,0.8305785,0.8264463,0.8181818,0.822314,0.8140496,0.8181818,0.8140496,0.822314,0.8264463,0.8140496,0.8140496,0.8140496,0.79752064,0.8016529,0.8016529,0.7933884,0.7892562,0.78512394,0.7768595,0.76859504,0.75619835,0.7644628,0.7644628,0.76859504,0.75619835,0.7644628,0.74380165,0.7231405,0.6694215,0.61570245,0.58677685,0.56198347,0.5082645,0.1446281,0.21900827,0.338843,0.3140496,0.25619835,0.12396694,0.7107438,0.6942149,0.71487606,0.71487606,0.71900827,0.7355372,0.75619835,0.7644628,0.7768595,0.76033056,0.76859504,0.78512394,0.79752064,0.8016529,0.8140496,0.8140496,0.8140496,0.8140496,0.8140496,0.8057851,0.822314,0.822314,0.8181818,0.8181818,0.822314,0.822314,0.822314,0.822314,0.8181818,0.822314,0.8305785,0.822314,0.8181818,0.8264463,0.8140496,0.8057851,0.8057851,0.8016529,0.79752064,0.8016529,0.7892562,0.78512394,0.7768595,0.76859504,0.77272725,0.75206614,0.73966944,0.75206614,0.7768595,0.76859504,0.76033056,0.73966944,0.72727275,0.6818182,0.62396693,0.59504133,0.56198347,0.5495868,0.2520661,0.1446281,0.3264463,0.3140496,0.2603306,0.11983471,0.7066116,0.69008267,0.71487606,0.7231405,0.72727275,0.72727275,0.7355372,0.75619835,0.75206614,0.7107438,0.70247936,0.71487606,0.7355372,0.74380165,0.77272725,0.7768595,0.77272725,0.7933884,0.78512394,0.78099173,0.8016529,0.8057851,0.7892562,0.8016529,0.8057851,0.80991733,0.8181818,0.8140496,0.8181818,0.822314,0.822314,0.8181818,0.8181818,0.8140496,0.8057851,0.8057851,0.79752064,0.8016529,0.7892562,0.7892562,0.7768595,0.7768595,0.76859504,0.75619835,0.7644628,0.76033056,0.73966944,0.73140496,0.71900827,0.7644628,0.7355372,0.6942149,0.6818182,0.6528926,0.61570245,0.60330576,0.56198347,0.553719,0.3305785,0.11983471,0.29752067,0.32231405,0.22727273,0.12809917,0.6983471,0.70247936,0.6983471,0.71487606,0.7231405,0.7107438,0.70247936,0.73140496,0.7231405,0.69008267,0.6859504,0.69008267,0.6652893,0.6735537,0.661157,0.6363636,0.6404959,0.6528926,0.6322314,0.6280992,0.70247936,0.71487606,0.73140496,0.76033056,0.7768595,0.78512394,0.7892562,0.7933884,0.79752064,0.80991733,0.80991733,0.80991733,0.8057851,0.8016529,0.7933884,0.79752064,0.8016529,0.7933884,0.78512394,0.7768595,0.74793386,0.73966944,0.71900827,0.6818182,0.6859504,0.6652893,0.661157,0.6570248,0.6404959,0.6528926,0.6487603,0.62396693,0.6198347,0.61570245,0.58264464,0.58264464,0.55785125,0.553719,0.3966942,0.1570248,0.2603306,0.29752067,0.23966943,0.14876033,0.69008267,0.70247936,0.6735537,0.69008267,0.6735537,0.661157,0.69008267,0.7066116,0.6942149,0.6694215,0.661157,0.661157,0.6363636,0.6198347,0.57438016,0.5371901,0.5289256,0.53305787,0.5,0.45041323,0.5,0.5371901,0.58677685,0.6735537,0.7066116,0.7355372,0.74380165,0.76859504,0.7892562,0.79752064,0.79752064,0.7892562,0.7933884,0.7933884,0.7768595,0.7768595,0.7892562,0.7644628,0.7355372,0.72727275,0.69008267,0.6487603,0.59917355,0.5371901,0.5082645,0.5,0.5165289,0.5,0.5289256,0.53305787,0.5123967,0.5206612,0.5371901,0.58264464,0.5785124,0.5371901,0.53305787,0.5495868,0.44214877,0.2107438,0.23966943,0.27272728,0.20661157,0.1983471,0.6859504,0.6983471,0.6735537,0.677686,0.677686,0.661157,0.6983471,0.7066116,0.677686,0.661157,0.6322314,0.59917355,0.5785124,0.54545456,0.5,0.47107437,0.4338843,0.40082645,0.38429752,0.37603307,0.35950413,0.38842976,0.45454547,0.53305787,0.60330576,0.6652893,0.6735537,0.72727275,0.7768595,0.78512394,0.7933884,0.7892562,0.7933884,0.78512394,0.74793386,0.75206614,0.75206614,0.72727275,0.6818182,0.6528926,0.607438,0.5371901,0.47107437,0.39256197,0.3677686,0.40495867,0.3966942,0.37603307,0.41735536,0.49173555,0.5,0.5,0.5289256,0.57438016,0.57438016,0.5371901,0.5123967,0.5371901,0.48347107,0.24793388,0.21487603,0.22727273,0.2107438,0.29752067,0.6652893,0.6570248,0.6487603,0.6570248,0.6652893,0.6652893,0.6652893,0.6694215,0.6818182,0.6570248,0.6528926,0.62396693,0.62396693,0.61157024,0.5661157,0.5413223,0.48347107,0.446281,0.4090909,0.42561984,0.41735536,0.4214876,0.42975205,0.47933885,0.53305787,0.607438,0.6322314,0.70247936,0.74793386,0.7768595,0.7892562,0.79752064,0.7892562,0.78099173,0.74793386,0.73140496,0.6983471,0.6818182,0.6363636,0.57438016,0.5247934,0.46280992,0.39256197,0.3553719,0.33471075,0.37603307,0.37190083,0.40082645,0.46694216,0.5165289,0.53305787,0.5371901,0.54545456,0.5785124,0.5785124,0.5495868,0.5206612,0.5289256,0.5123967,0.29752067,0.20661157,0.17355372,0.25619835,0.41322315,0.62396693,0.607438,0.6280992,0.6404959,0.6570248,0.6570248,0.6363636,0.6487603,0.6694215,0.6942149,0.6818182,0.69008267,0.70247936,0.7107438,0.6983471,0.677686,0.6446281,0.60330576,0.5661157,0.54545456,0.5371901,0.5206612,0.5123967,0.5041322,0.5289256,0.5785124,0.61570245,0.6694215,0.71900827,0.76033056,0.7892562,0.79752064,0.7933884,0.77272725,0.74380165,0.71487606,0.6652893,0.6528926,0.58264464,0.5206612,0.47107437,0.43801653,0.45867768,0.49586776,0.49173555,0.53305787,0.5371901,0.55785125,0.59917355,0.6280992,0.61570245,0.59917355,0.59090906,0.57438016,0.56198347,0.5495868,0.5165289,0.5,0.53305787,0.3429752,0.18595041,0.14876033,0.33471075,0.46280992,0.62396693,0.6198347,0.6280992,0.62396693,0.6322314,0.6322314,0.6198347,0.6198347,0.6446281,0.6652893,0.6694215,0.6983471,0.70247936,0.70247936,0.677686,0.6404959,0.6198347,0.5785124,0.55785125,0.5289256,0.5123967,0.5082645,0.5082645,0.5165289,0.5247934,0.5495868,0.59504133,0.661157,0.69008267,0.75206614,0.7892562,0.8016529,0.8057851,0.78099173,0.73140496,0.69008267,0.6322314,0.59504133,0.5206612,0.4752066,0.48347107,0.5165289,0.5661157,0.59504133,0.6198347,0.6363636,0.6528926,0.6528926,0.6528926,0.6404959,0.6280992,0.6198347,0.59917355,0.56198347,0.5413223,0.5413223,0.5289256,0.49586776,0.5371901,0.38429752,0.18181819,0.24793388,0.37190083,0.46280992,0.6528926,0.6446281,0.6363636,0.6198347,0.61157024,0.59504133,0.60330576,0.57438016,0.59504133,0.58264464,0.58264464,0.58264464,0.60330576,0.6404959,0.6446281,0.661157,0.6404959,0.58677685,0.5495868,0.5165289,0.45454547,0.44214877,0.45867768,0.4876033,0.49173555,0.49586776,0.54545456,0.6280992,0.6859504,0.74380165,0.7892562,0.80991733,0.822314,0.79752064,0.74793386,0.677686,0.5785124,0.5,0.46694216,0.49586776,0.5289256,0.5413223,0.54545456,0.553719,0.5661157,0.58264464,0.58677685,0.59504133,0.607438,0.59917355,0.607438,0.59917355,0.57438016,0.54545456,0.5206612,0.5206612,0.53305787,0.5206612,0.553719,0.43801653,0.25619835,0.3966942,0.40082645,0.45041323,0.677686,0.6694215,0.6528926,0.6280992,0.58677685,0.57024795,0.5661157,0.5371901,0.54545456,0.57024795,0.60330576,0.6404959,0.6694215,0.69008267,0.677686,0.69008267,0.661157,0.61157024,0.57438016,0.5289256,0.4752066,0.40495867,0.41735536,0.446281,0.47107437,0.46694216,0.5123967,0.59090906,0.677686,0.74380165,0.7933884,0.822314,0.8305785,0.8057851,0.77272725,0.661157,0.5041322,0.46280992,0.4876033,0.5,0.4752066,0.45867768,0.47933885,0.4876033,0.5041322,0.5289256,0.53305787,0.5371901,0.5413223,0.5413223,0.54545456,0.5041322,0.5,0.5123967,0.5123967,0.5289256,0.54545456,0.5371901,0.54545456,0.5165289,0.32231405,0.43801653,0.4338843,0.46280992,0.6859504,0.6652893,0.661157,0.6487603,0.607438,0.58264464,0.54545456,0.5371901,0.5413223,0.56198347,0.57438016,0.58677685,0.59504133,0.59504133,0.5785124,0.58264464,0.55785125,0.5413223,0.5082645,0.49586776,0.47933885,0.42975205,0.41735536,0.4338843,0.45454547,0.4876033,0.48347107,0.5661157,0.6570248,0.7355372,0.7933884,0.8264463,0.8347107,0.8264463,0.7933884,0.6694215,0.47107437,0.446281,0.46694216,0.45041323,0.43801653,0.446281,0.4876033,0.49586776,0.5082645,0.5413223,0.57438016,0.60330576,0.60330576,0.5785124,0.57024795,0.5165289,0.44214877,0.446281,0.5123967,0.53305787,0.54545456,0.5413223,0.54545456,0.56198347,0.4090909,0.42975205,0.4338843,0.45454547,0.71487606,0.70247936,0.69008267,0.6570248,0.58264464,0.5289256,0.5165289,0.5,0.45867768,0.47933885,0.47933885,0.46280992,0.47933885,0.44214877,0.3429752,0.23140496,0.22727273,0.14876033,0.20247933,0.2892562,0.3677686,0.40082645,0.446281,0.5413223,0.46280992,0.5,0.5206612,0.57438016,0.6363636,0.71487606,0.7892562,0.822314,0.8347107,0.8305785,0.8057851,0.70247936,0.45454547,0.42561984,0.45454547,0.43801653,0.446281,0.446281,0.46280992,0.4752066,0.48347107,0.46280992,0.47933885,0.43801653,0.38429752,0.39256197,0.43801653,0.47933885,0.446281,0.45867768,0.5206612,0.5371901,0.56198347,0.5371901,0.56198347,0.57438016,0.446281,0.42561984,0.44214877,0.45041323,0.7231405,0.7107438,0.6735537,0.62396693,0.55785125,0.56198347,0.58677685,0.5661157,0.49173555,0.5123967,0.5206612,0.48347107,0.5041322,0.47933885,0.41735536,0.23140496,0.23966943,0.20247933,0.2644628,0.3553719,0.39256197,0.3429752,0.4752066,0.5661157,0.5495868,0.53305787,0.58264464,0.61157024,0.6446281,0.677686,0.77272725,0.8057851,0.8264463,0.8264463,0.8140496,0.7066116,0.4876033,0.4876033,0.44214877,0.42975205,0.45867768,0.4090909,0.43801653,0.47933885,0.49586776,0.3429752,0.2768595,0.17768595,0.17768595,0.18595041,0.28099173,0.30991736,0.38429752,0.46280992,0.53305787,0.54545456,0.5661157,0.5495868,0.57438016,0.5661157,0.45454547,0.41322315,0.43801653,0.45041323,0.7066116,0.6942149,0.677686,0.6528926,0.6570248,0.6735537,0.6942149,0.6735537,0.59917355,0.59504133,0.61157024,0.59090906,0.60330576,0.59090906,0.59917355,0.41735536,0.3677686,0.36363637,0.38429752,0.4752066,0.4752066,0.446281,0.57024795,0.5082645,0.6322314,0.6363636,0.62396693,0.6404959,0.6446281,0.6404959,0.73966944,0.7892562,0.8181818,0.8057851,0.79752064,0.71900827,0.5413223,0.553719,0.5082645,0.48347107,0.74380165,0.446281,0.49586776,0.56198347,0.58677685,0.40082645,0.2520661,0.16528925,0.19421488,0.24380165,0.36363637,0.35123968,0.35950413,0.41735536,0.46694216,0.5371901,0.5661157,0.57024795,0.57024795,0.55785125,0.4752066,0.41322315,0.43801653,0.45041323,0.71487606,0.71487606,0.7231405,0.75206614,0.7066116,0.6859504,0.7107438,0.71487606,0.6983471,0.6983471,0.70247936,0.6694215,0.6570248,0.607438,0.6280992,0.59090906,0.5495868,0.53305787,0.53305787,0.54545456,0.5413223,0.5247934,0.61157024,0.661157,0.6487603,0.6487603,0.6487603,0.6694215,0.6280992,0.61157024,0.6983471,0.76033056,0.79752064,0.7892562,0.78099173,0.73966944,0.5785124,0.5165289,0.49173555,0.48347107,0.54545456,0.5495868,0.56198347,0.59917355,0.6363636,0.57024795,0.4214876,0.3305785,0.3553719,0.41322315,0.5,0.45041323,0.45041323,0.48347107,0.46694216,0.5041322,0.553719,0.55785125,0.57438016,0.5661157,0.48347107,0.41735536,0.4338843,0.43801653,0.7355372,0.74793386,0.7768595,0.7933884,0.76033056,0.71487606,0.69008267,0.71900827,0.7231405,0.73140496,0.75619835,0.73966944,0.7066116,0.70247936,0.677686,0.6404959,0.60330576,0.57438016,0.5413223,0.5495868,0.54545456,0.56198347,0.60330576,0.6404959,0.6446281,0.6735537,0.6942149,0.69008267,0.59917355,0.61157024,0.6735537,0.73966944,0.7768595,0.7768595,0.76859504,0.76033056,0.62396693,0.5,0.57438016,0.57024795,0.55785125,0.553719,0.5371901,0.54545456,0.5495868,0.57024795,0.5413223,0.5082645,0.5123967,0.5082645,0.5289256,0.5289256,0.5495868,0.5661157,0.5661157,0.5371901,0.5206612,0.5495868,0.56198347,0.5495868,0.5,0.41735536,0.43801653,0.43801653,0.74793386,0.76859504,0.7933884,0.8016529,0.78099173,0.75206614,0.71900827,0.72727275,0.7355372,0.73140496,0.74380165,0.73966944,0.74793386,0.7231405,0.71487606,0.69008267,0.6446281,0.60330576,0.5785124,0.59917355,0.58264464,0.59917355,0.6404959,0.6322314,0.6942149,0.7231405,0.71487606,0.677686,0.59090906,0.6280992,0.6652893,0.72727275,0.77272725,0.77272725,0.75206614,0.76859504,0.6859504,0.5041322,0.553719,0.59090906,0.56198347,0.56198347,0.5413223,0.5495868,0.58677685,0.59917355,0.61570245,0.59504133,0.55785125,0.5371901,0.57024795,0.59090906,0.60330576,0.61157024,0.62396693,0.62396693,0.59504133,0.57438016,0.57024795,0.54545456,0.4876033,0.42561984,0.43801653,0.44214877,0.7644628,0.78099173,0.8016529,0.8057851,0.7933884,0.77272725,0.76033056,0.76033056,0.76859504,0.76859504,0.76033056,0.75619835,0.76033056,0.74793386,0.7355372,0.7107438,0.6694215,0.6446281,0.6363636,0.6487603,0.6487603,0.6735537,0.69008267,0.7066116,0.75206614,0.75619835,0.71487606,0.6528926,0.607438,0.6404959,0.6570248,0.7231405,0.76033056,0.76859504,0.75206614,0.75619835,0.7355372,0.553719,0.53305787,0.607438,0.6280992,0.607438,0.57438016,0.5495868,0.55785125,0.58264464,0.58677685,0.58677685,0.58264464,0.58677685,0.61157024,0.6322314,0.6404959,0.6404959,0.6528926,0.6735537,0.677686,0.607438,0.5785124,0.5289256,0.4752066,0.4338843,0.4338843,0.4338843,0.7768595,0.7892562,0.8016529,0.8057851,0.79752064,0.7892562,0.78099173,0.78099173,0.7768595,0.78512394,0.78512394,0.77272725,0.7768595,0.76033056,0.7644628,0.75206614,0.72727275,0.6983471,0.6942149,0.72727275,0.73140496,0.74380165,0.76033056,0.76859504,0.7644628,0.75206614,0.6859504,0.6322314,0.6363636,0.6446281,0.6570248,0.7066116,0.73966944,0.7644628,0.75619835,0.74380165,0.74793386,0.607438,0.5413223,0.60330576,0.6652893,0.677686,0.6570248,0.6363636,0.6363636,0.6446281,0.6446281,0.661157,0.661157,0.6528926,0.6735537,0.6859504,0.6859504,0.661157,0.677686,0.6942149,0.71487606,0.6735537,0.60330576,0.5289256,0.46694216,0.4214876,0.42975205,0.4338843,0.75619835,0.7892562,0.79752064,0.8057851,0.8140496,0.8016529,0.79752064,0.7933884,0.7892562,0.7933884,0.78512394,0.78099173,0.77272725,0.75619835,0.75206614,0.74380165,0.73966944,0.74793386,0.75206614,0.7768595,0.78512394,0.78512394,0.7892562,0.78099173,0.7644628,0.72727275,0.6652893,0.6487603,0.6404959,0.6446281,0.6652893,0.70247936,0.72727275,0.75206614,0.76033056,0.7355372,0.75206614,0.661157,0.5661157,0.60330576,0.677686,0.7066116,0.70247936,0.6859504,0.6735537,0.6818182,0.6942149,0.7066116,0.7231405,0.7066116,0.7107438,0.71900827,0.71900827,0.69008267,0.6942149,0.71900827,0.72727275,0.7066116,0.6198347,0.5289256,0.45454547,0.41735536,0.42561984,0.42561984,0.7355372,0.7768595,0.7892562,0.79752064,0.8057851,0.8057851,0.8140496,0.8140496,0.79752064,0.79752064,0.79752064,0.79752064,0.78099173,0.78099173,0.7768595,0.78099173,0.7892562,0.80991733,0.7933884,0.77272725,0.8181818,0.8057851,0.78099173,0.76859504,0.74793386,0.70247936,0.661157,0.6404959,0.6280992,0.6446281,0.677686,0.70247936,0.74380165,0.76859504,0.7768595,0.75206614,0.7644628,0.70247936,0.59504133,0.58264464,0.6735537,0.73140496,0.75206614,0.7355372,0.70247936,0.69008267,0.6818182,0.6859504,0.70247936,0.7107438,0.72727275,0.7355372,0.7355372,0.73966944,0.73140496,0.73140496,0.73140496,0.7066116,0.6280992,0.53305787,0.43801653,0.41735536,0.41322315,0.43801653,0.7231405,0.75619835,0.77272725,0.79752064,0.8016529,0.8016529,0.8140496,0.8140496,0.8057851,0.8057851,0.8140496,0.8140496,0.8057851,0.8016529,0.8057851,0.822314,0.8181818,0.8140496,0.8057851,0.8057851,0.822314,0.79752064,0.77272725,0.74793386,0.7231405,0.69008267,0.6404959,0.62396693,0.6322314,0.6487603,0.6983471,0.71487606,0.75206614,0.78512394,0.78512394,0.78512394,0.77272725,0.73140496,0.6404959,0.5661157,0.6404959,0.7231405,0.7644628,0.78099173,0.76033056,0.75206614,0.72727275,0.73140496,0.73140496,0.74380165,0.74793386,0.74380165,0.75619835,0.7644628,0.74380165,0.71900827,0.72727275,0.70247936,0.6363636,0.5413223,0.41735536,0.39256197,0.4214876,0.42975205,0.70247936,0.73140496,0.7644628,0.78512394,0.78099173,0.8016529,0.8181818,0.8016529,0.822314,0.822314,0.822314,0.8181818,0.8181818,0.8140496,0.822314,0.8264463,0.8305785,0.8140496,0.822314,0.8305785,0.8140496,0.7933884,0.77272725,0.74380165,0.71900827,0.6694215,0.61157024,0.59504133,0.6322314,0.6652893,0.6942149,0.73140496,0.74793386,0.7892562,0.8057851,0.77272725,0.7768595,0.74380165,0.6859504,0.5785124,0.58264464,0.6942149,0.75206614,0.78099173,0.78099173,0.7768595,0.76859504,0.76859504,0.74380165,0.74793386,0.76859504,0.75206614,0.75206614,0.74793386,0.74793386,0.7355372,0.7231405,0.70247936,0.6487603,0.53305787,0.40082645,0.3966942,0.41735536,0.41735536,0.6818182,0.6983471,0.74380165,0.76033056,0.7644628,0.7933884,0.8016529,0.7892562,0.8181818,0.8264463,0.8181818,0.822314,0.822314,0.822314,0.8305785,0.8305785,0.8264463,0.8305785,0.8305785,0.822314,0.79752064,0.77272725,0.76859504,0.7355372,0.6694215,0.6198347,0.59504133,0.59504133,0.6280992,0.677686,0.7066116,0.73966944,0.75206614,0.79752064,0.8181818,0.78099173,0.76033056,0.77272725,0.7107438,0.6198347,0.5413223,0.6570248,0.73966944,0.7644628,0.78512394,0.78099173,0.78099173,0.78099173,0.77272725,0.76033056,0.77272725,0.7644628,0.75206614,0.76033056,0.73966944,0.74793386,0.7231405,0.6859504,0.6280992,0.5247934,0.38842976,0.38016528,0.41735536,0.41322315,0.6694215,0.677686,0.71900827,0.74380165,0.76033056,0.76859504,0.7892562,0.7933884,0.8057851,0.822314,0.80991733,0.8181818,0.8264463,0.8305785,0.8305785,0.8305785,0.822314,0.8347107,0.8264463,0.8140496,0.78099173,0.75619835,0.7644628,0.69008267,0.59090906,0.57438016,0.61157024,0.607438,0.6280992,0.6652893,0.7107438,0.72727275,0.76033056,0.80991733,0.8264463,0.79752064,0.7768595,0.76859504,0.7355372,0.6446281,0.5495868,0.59504133,0.71900827,0.73966944,0.78099173,0.78099173,0.78512394,0.78099173,0.78099173,0.76859504,0.7768595,0.7644628,0.74793386,0.7644628,0.73140496,0.71487606,0.7066116,0.6652893,0.59090906,0.5247934,0.3677686,0.40495867,0.40082645,0.40495867,0.6735537,0.6859504,0.6983471,0.73140496,0.74793386,0.75206614,0.7768595,0.78099173,0.8016529,0.8140496,0.8057851,0.8181818,0.8347107,0.822314,0.8264463,0.8305785,0.822314,0.822314,0.8140496,0.8016529,0.77272725,0.76033056,0.7644628,0.6487603,0.553719,0.607438,0.6322314,0.6404959,0.6446281,0.661157,0.6859504,0.6983471,0.74380165,0.80991733,0.8305785,0.8181818,0.78512394,0.75206614,0.71487606,0.62396693,0.553719,0.5785124,0.69008267,0.7107438,0.74380165,0.78512394,0.78099173,0.78099173,0.7768595,0.7768595,0.7768595,0.75619835,0.75619835,0.75206614,0.72727275,0.69008267,0.661157,0.6322314,0.58677685,0.5082645,0.38842976,0.38016528,0.40495867,0.3966942,0.661157,0.6859504,0.6983471,0.7107438,0.7355372,0.7355372,0.7644628,0.77272725,0.7892562,0.8057851,0.8016529,0.8140496,0.822314,0.8140496,0.8181818,0.8181818,0.80991733,0.8181818,0.8057851,0.7933884,0.76859504,0.76859504,0.74793386,0.57438016,0.59504133,0.6322314,0.6404959,0.6404959,0.6363636,0.6198347,0.6363636,0.6487603,0.69008267,0.76033056,0.80991733,0.80991733,0.7644628,0.7231405,0.6570248,0.57438016,0.5371901,0.57024795,0.6487603,0.71900827,0.73140496,0.76033056,0.7644628,0.76859504,0.7644628,0.78512394,0.77272725,0.76033056,0.74793386,0.73140496,0.6983471,0.661157,0.6404959,0.61157024,0.553719,0.5165289,0.36363637,0.39256197,0.39256197,0.40082645,0.6487603,0.6735537,0.70247936,0.7066116,0.71487606,0.73966944,0.75206614,0.7644628,0.77272725,0.7892562,0.7933884,0.79752064,0.8057851,0.8016529,0.822314,0.8140496,0.79752064,0.7933884,0.79752064,0.78512394,0.7768595,0.78512394,0.6735537,0.5289256,0.59504133,0.6528926,0.6363636,0.553719,0.5247934,0.5371901,0.56198347,0.58264464,0.607438,0.6983471,0.75619835,0.74380165,0.7066116,0.6404959,0.5495868,0.5041322,0.5082645,0.57024795,0.60330576,0.70247936,0.72727275,0.74793386,0.75206614,0.74793386,0.75619835,0.77272725,0.77272725,0.74793386,0.7231405,0.6983471,0.6694215,0.6404959,0.62396693,0.59504133,0.5495868,0.5165289,0.36363637,0.3677686,0.3966942,0.39256197,0.6446281,0.6570248,0.6735537,0.70247936,0.70247936,0.73140496,0.7355372,0.7355372,0.75206614,0.77272725,0.78099173,0.7892562,0.8016529,0.79752064,0.79752064,0.8016529,0.8016529,0.7933884,0.7933884,0.7933884,0.78099173,0.7933884,0.59917355,0.5123967,0.59090906,0.6363636,0.5413223,0.3553719,0.2520661,0.30991736,0.43801653,0.49586776,0.57024795,0.59504133,0.6528926,0.661157,0.61157024,0.5206612,0.38429752,0.3429752,0.48347107,0.58264464,0.5661157,0.677686,0.7355372,0.7355372,0.7355372,0.72727275,0.74793386,0.75206614,0.7644628,0.7231405,0.70247936,0.677686,0.6528926,0.6280992,0.60330576,0.58264464,0.5371901,0.5,0.37190083,0.37190083,0.38429752,0.39256197,0.6322314,0.6528926,0.6652893,0.6942149,0.6735537,0.6983471,0.7107438,0.71487606,0.73140496,0.76033056,0.76859504,0.77272725,0.79752064,0.79752064,0.7933884,0.7892562,0.7933884,0.7933884,0.79752064,0.7933884,0.79752064,0.74793386,0.5785124,0.48347107,0.57024795,0.57024795,0.446281,0.28512397,0.17768595,0.14876033,0.2892562,0.36363637,0.49586776,0.53305787,0.56198347,0.55785125,0.4876033,0.3140496,0.22727273,0.22727273,0.46280992,0.5661157,0.54545456,0.661157,0.7231405,0.73966944,0.7355372,0.71900827,0.73140496,0.72727275,0.73966944,0.71900827,0.6859504,0.6694215,0.6528926,0.6198347,0.58677685,0.56198347,0.5289256,0.48347107,0.3677686,0.38016528,0.38016528,0.38016528,0.6363636,0.6487603,0.6735537,0.677686,0.677686,0.6942149,0.6859504,0.7107438,0.7231405,0.74793386,0.7644628,0.77272725,0.7892562,0.7892562,0.7892562,0.78099173,0.78512394,0.7933884,0.7892562,0.7892562,0.77272725,0.77272725,0.553719,0.46694216,0.53305787,0.5371901,0.49173555,0.42975205,0.3429752,0.3429752,0.45454547,0.3305785,0.39256197,0.47107437,0.46280992,0.4752066,0.32231405,0.19421488,0.37190083,0.3429752,0.44214877,0.54545456,0.5206612,0.6404959,0.7066116,0.7231405,0.7355372,0.71900827,0.7066116,0.71900827,0.7231405,0.7066116,0.6983471,0.6528926,0.6404959,0.6198347,0.59090906,0.5371901,0.5165289,0.45454547,0.3677686,0.37190083,0.37603307,0.38016528,0.62396693,0.6404959,0.6528926,0.6570248,0.661157,0.6818182,0.6818182,0.6983471,0.71900827,0.7355372,0.76859504,0.76859504,0.7768595,0.78099173,0.7892562,0.78099173,0.7768595,0.78099173,0.7644628,0.73966944,0.75206614,0.76859504,0.61570245,0.4214876,0.48347107,0.5371901,0.553719,0.55785125,0.5371901,0.54545456,0.5661157,0.49173555,0.41322315,0.41322315,0.4338843,0.46694216,0.42975205,0.41735536,0.55785125,0.47107437,0.4752066,0.5041322,0.5165289,0.6363636,0.70247936,0.7107438,0.73140496,0.7231405,0.70247936,0.70247936,0.7107438,0.70247936,0.6983471,0.6528926,0.62396693,0.60330576,0.58677685,0.53305787,0.5082645,0.42561984,0.35950413,0.3677686,0.38016528,0.38429752,0.60330576,0.607438,0.6446281,0.6280992,0.6446281,0.6735537,0.6735537,0.6859504,0.70247936,0.72727275,0.75206614,0.7355372,0.7768595,0.78099173,0.78099173,0.7768595,0.77272725,0.77272725,0.74380165,0.7355372,0.74793386,0.76033056,0.6859504,0.5,0.3966942,0.44214877,0.47107437,0.5123967,0.59090906,0.6446281,0.62396693,0.5785124,0.5082645,0.48347107,0.5,0.5495868,0.54545456,0.55785125,0.59917355,0.5661157,0.5165289,0.46694216,0.53305787,0.6322314,0.6859504,0.6983471,0.73140496,0.7231405,0.71487606,0.70247936,0.7066116,0.6983471,0.6735537,0.6322314,0.59917355,0.58677685,0.5661157,0.5289256,0.49586776,0.41322315,0.3553719,0.3677686,0.38429752,0.38842976,0.59090906,0.59917355,0.6322314,0.61157024,0.6280992,0.6570248,0.661157,0.6859504,0.70247936,0.71487606,0.6983471,0.7231405,0.75619835,0.7644628,0.77272725,0.76859504,0.7644628,0.76033056,0.75206614,0.76859504,0.76859504,0.77272725,0.7355372,0.6528926,0.5495868,0.4752066,0.446281,0.446281,0.53305787,0.6487603,0.6487603,0.6322314,0.5785124,0.5495868,0.5785124,0.59090906,0.5413223,0.5247934,0.4876033,0.4752066,0.45041323,0.48347107,0.58264464,0.6322314,0.6735537,0.69008267,0.71900827,0.72727275,0.7107438,0.70247936,0.677686,0.6652893,0.661157,0.6280992,0.607438,0.58677685,0.57438016,0.5082645,0.4876033,0.39256197,0.35123968,0.37190083,0.38429752,0.38429752,0.57024795,0.59917355,0.6198347,0.61157024,0.61157024,0.6528926,0.6528926,0.677686,0.70247936,0.70247936,0.7066116,0.73140496,0.73966944,0.7355372,0.75619835,0.75206614,0.76033056,0.75206614,0.76859504,0.77272725,0.76033056,0.75619835,0.7355372,0.71487606,0.677686,0.6446281,0.6528926,0.57438016,0.5247934,0.6487603,0.661157,0.6363636,0.59504133,0.58264464,0.61570245,0.59090906,0.53305787,0.5041322,0.45867768,0.46280992,0.5082645,0.57438016,0.6322314,0.6446281,0.661157,0.6859504,0.6983471,0.7066116,0.6983471,0.6859504,0.661157,0.6446281,0.6322314,0.6280992,0.607438,0.607438,0.5495868,0.5123967,0.47107437,0.36363637,0.35950413,0.37190083,0.37603307,0.37603307,0.56198347,0.59504133,0.62396693,0.6322314,0.6198347,0.6487603,0.6487603,0.6735537,0.6983471,0.6942149,0.7066116,0.71900827,0.73140496,0.73966944,0.74380165,0.75206614,0.74793386,0.75206614,0.7644628,0.75619835,0.75619835,0.75206614,0.73140496,0.71900827,0.7066116,0.6652893,0.6983471,0.6570248,0.607438,0.6487603,0.69008267,0.6570248,0.59917355,0.59917355,0.6363636,0.59504133,0.5495868,0.553719,0.53305787,0.55785125,0.57438016,0.59090906,0.6280992,0.6404959,0.6528926,0.661157,0.6818182,0.6942149,0.69008267,0.6694215,0.6487603,0.6322314,0.607438,0.6322314,0.58677685,0.5785124,0.553719,0.5082645,0.4338843,0.3429752,0.35950413,0.37603307,0.3677686,0.36363637,0.553719,0.5785124,0.61570245,0.6446281,0.6322314,0.6363636,0.6487603,0.6735537,0.6942149,0.6859504,0.7066116,0.70247936,0.7066116,0.72727275,0.7355372,0.7355372,0.74380165,0.7355372,0.74380165,0.75206614,0.74380165,0.73966944,0.7231405,0.71487606,0.7066116,0.6570248,0.6528926,0.661157,0.6404959,0.70247936,0.71487606,0.6528926,0.61570245,0.6322314,0.6694215,0.6322314,0.58677685,0.58264464,0.56198347,0.58264464,0.607438,0.6198347,0.6363636,0.6198347,0.6404959,0.661157,0.6942149,0.6818182,0.661157,0.6570248,0.6446281,0.6198347,0.60330576,0.61570245,0.5785124,0.5661157,0.5413223,0.5041322,0.41735536,0.3553719,0.3677686,0.3677686,0.37603307,0.37603307,0.53305787,0.57438016,0.607438,0.6363636,0.6404959,0.6446281,0.6487603,0.6735537,0.6859504,0.677686,0.69008267,0.7066116,0.6942149,0.6983471,0.7066116,0.7107438,0.71487606,0.72727275,0.71487606,0.73140496,0.7231405,0.7107438,0.7066116,0.70247936,0.7107438,0.6859504,0.661157,0.677686,0.6694215,0.71487606,0.7231405,0.6404959,0.6280992,0.661157,0.7066116,0.6818182,0.61570245,0.59917355,0.57024795,0.59090906,0.61570245,0.62396693,0.6363636,0.6322314,0.6280992,0.6322314,0.6528926,0.661157,0.6280992,0.62396693,0.6322314,0.61157024,0.607438,0.607438,0.58264464,0.5495868,0.5289256,0.48347107,0.39256197,0.35950413,0.36363637,0.3677686,0.38016528,0.38016528,0.54545456,0.58264464,0.61157024,0.62396693,0.6322314,0.6404959,0.6446281,0.6735537,0.6652893,0.6694215,0.6735537,0.6983471,0.6859504,0.6859504,0.6942149,0.6818182,0.6983471,0.7231405,0.7107438,0.7066116,0.6942149,0.6942149,0.6859504,0.6859504,0.7066116,0.6983471,0.69008267,0.6942149,0.71487606,0.73966944,0.73140496,0.6694215,0.70247936,0.72727275,0.7355372,0.70247936,0.6363636,0.61157024,0.60330576,0.61157024,0.61570245,0.62396693,0.6280992,0.60330576,0.6198347,0.6198347,0.6404959,0.6570248,0.6198347,0.6198347,0.6363636,0.59917355,0.59504133,0.61157024,0.5661157,0.5495868,0.5123967,0.46694216,0.37190083,0.35123968,0.35950413,0.3677686,0.37190083,0.37190083,0.55785125,0.58677685,0.59917355,0.59917355,0.6198347,0.6404959,0.6363636,0.661157,0.6528926,0.661157,0.6652893,0.6735537,0.6652893,0.6652893,0.661157,0.6694215,0.6859504,0.6818182,0.6818182,0.6735537,0.6735537,0.69008267,0.6818182,0.69008267,0.70247936,0.6983471,0.70247936,0.71487606,0.73966944,0.7644628,0.74793386,0.6983471,0.73966944,0.77272725,0.76859504,0.73966944,0.6942149,0.6404959,0.6280992,0.61570245,0.62396693,0.6280992,0.61157024,0.59917355,0.61157024,0.6198347,0.6280992,0.61570245,0.61570245,0.6198347,0.59917355,0.58677685,0.58264464,0.58264464,0.56198347,0.53305787,0.49173555,0.4338843,0.35950413,0.3553719,0.3677686,0.3677686,0.3553719,0.3553719,0.55785125,0.58264464,0.59504133,0.59090906,0.61157024,0.6363636,0.6404959,0.6404959,0.6528926,0.6570248,0.6446281,0.6363636,0.6280992,0.6487603,0.6363636,0.6487603,0.6487603,0.6404959,0.6528926,0.6487603,0.6570248,0.6859504,0.6942149,0.6983471,0.71900827,0.75206614,0.7355372,0.7231405,0.7107438,0.7066116,0.7231405,0.7231405,0.76033056,0.77272725,0.75619835,0.73966944,0.73140496,0.6983471,0.6652893,0.6198347,0.6363636,0.61157024,0.607438,0.607438,0.607438,0.61157024,0.60330576,0.58677685,0.59090906,0.58264464,0.57024795,0.58264464,0.58677685,0.57024795,0.5413223,0.5206612,0.48347107,0.40495867,0.34710744,0.36363637,0.3677686,0.35950413,0.37190083,0.3677686,0.5495868,0.5661157,0.57438016,0.5785124,0.607438,0.62396693,0.6280992,0.6487603,0.6487603,0.6446281,0.6404959,0.62396693,0.61570245,0.6198347,0.59917355,0.59090906,0.59917355,0.607438,0.61157024,0.61157024,0.6322314,0.6694215,0.69008267,0.6859504,0.71487606,0.69008267,0.6280992,0.5289256,0.48347107,0.4752066,0.5041322,0.58677685,0.661157,0.62396693,0.57438016,0.5289256,0.59917355,0.6487603,0.6735537,0.6735537,0.6652893,0.6198347,0.61157024,0.59090906,0.58677685,0.59504133,0.58677685,0.5661157,0.5495868,0.5413223,0.55785125,0.5785124,0.57024795,0.5661157,0.53305787,0.5206612,0.46694216,0.3677686,0.3553719,0.3553719,0.36363637,0.36363637,0.37603307,0.38016528,0.5413223,0.5495868,0.5661157,0.57438016,0.607438,0.6322314,0.6322314,0.6528926,0.6446281,0.6404959,0.6322314,0.61570245,0.60330576,0.59504133,0.57024795,0.5371901,0.54545456,0.53305787,0.5289256,0.5413223,0.5661157,0.57438016,0.56198347,0.5206612,0.4752066,0.38842976,0.38016528,0.40082645,0.4214876,0.41322315,0.42561984,0.46694216,0.5,0.446281,0.4338843,0.40495867,0.41322315,0.42975205,0.5041322,0.59917355,0.6570248,0.61157024,0.59504133,0.58677685,0.57438016,0.57024795,0.55785125,0.5371901,0.5165289,0.5123967,0.5495868,0.5661157,0.5661157,0.5495868,0.5206612,0.5041322,0.446281,0.35123968,0.3553719,0.35950413,0.36363637,0.3677686,0.36363637,0.36363637,0.53305787,0.54545456,0.56198347,0.57024795,0.59504133,0.61570245,0.6280992,0.6404959,0.6404959,0.6363636,0.6280992,0.59917355,0.58264464,0.57024795,0.5247934,0.47933885,0.4338843,0.40082645,0.38429752,0.37190083,0.38842976,0.3677686,0.35123968,0.3181818,0.3429752,0.3140496,0.3305785,0.3553719,0.3429752,0.3429752,0.3966942,0.4338843,0.42561984,0.39256197,0.40082645,0.41322315,0.40082645,0.3677686,0.3264463,0.3677686,0.47933885,0.5165289,0.5371901,0.5289256,0.5247934,0.5206612,0.5041322,0.4876033,0.48347107,0.5123967,0.5413223,0.553719,0.553719,0.5413223,0.5041322,0.4752066,0.4214876,0.338843,0.3553719,0.3677686,0.3553719,0.3553719,0.37190083,0.37190083,0.5247934,0.5371901,0.55785125,0.57024795,0.59090906,0.59917355,0.60330576,0.6322314,0.6528926,0.6363636,0.62396693,0.6198347,0.55785125,0.5413223,0.49173555,0.47933885,0.46280992,0.43801653,0.41322315,0.35123968,0.3305785,0.3140496,0.35123968,0.3264463,0.32231405,0.3140496,0.32231405,0.3264463,0.29338843,0.24793388,0.2892562,0.3140496,0.3140496,0.33471075,0.338843,0.3429752,0.33471075,0.3140496,0.3140496,0.30991736,0.27272728,0.3181818,0.37603307,0.4090909,0.4214876,0.4214876,0.42975205,0.446281,0.46280992,0.49173555,0.54545456,0.5413223,0.5413223,0.5247934,0.49173555,0.4752066,0.37603307,0.32231405,0.36363637,0.36363637,0.36363637,0.3553719,0.35950413,0.35950413,0.5082645,0.5206612,0.54545456,0.55785125,0.59090906,0.59090906,0.60330576,0.61570245,0.6363636,0.6322314,0.6198347,0.6322314,0.57024795,0.5247934,0.5495868,0.57024795,0.58677685,0.58677685,0.56198347,0.5082645,0.47107437,0.44214877,0.47933885,0.45454547,0.4214876,0.42975205,0.46694216,0.5082645,0.49586776,0.5371901,0.5289256,0.45454547,0.45454547,0.49173555,0.45041323,0.42561984,0.40082645,0.3429752,0.3305785,0.338843,0.28512397,0.2768595,0.32231405,0.3677686,0.38429752,0.40082645,0.41735536,0.4338843,0.42561984,0.5165289,0.553719,0.5413223,0.5289256,0.5165289,0.4752066,0.446281,0.338843,0.338843,0.3553719,0.36363637,0.36363637,0.35950413,0.36363637,0.36363637,0.5,0.49173555,0.5247934,0.5495868,0.5785124,0.5785124,0.59917355,0.607438,0.61157024,0.61157024,0.6198347,0.6280992,0.61570245,0.57024795,0.61570245,0.6570248,0.6694215,0.6528926,0.6446281,0.6363636,0.58677685,0.55785125,0.55785125,0.55785125,0.5165289,0.5082645,0.5123967,0.53305787,0.53305787,0.60330576,0.59504133,0.4876033,0.53305787,0.59504133,0.5247934,0.4752066,0.45454547,0.40495867,0.38842976,0.4090909,0.4090909,0.43801653,0.5,0.5495868,0.5495868,0.5247934,0.49586776,0.47933885,0.49173555,0.5123967,0.553719,0.5413223,0.5165289,0.49586776,0.45867768,0.40082645,0.3181818,0.34710744,0.34710744,0.3677686,0.35950413,0.36363637,0.37603307,0.37603307,0.4752066,0.49586776,0.5041322,0.5165289,0.56198347,0.55785125,0.57438016,0.5785124,0.58677685,0.59917355,0.62396693,0.62396693,0.61570245,0.6198347,0.6528926,0.677686,0.6942149,0.6859504,0.661157,0.6487603,0.59504133,0.5785124,0.5661157,0.56198347,0.553719,0.5495868,0.53305787,0.5371901,0.5206612,0.5247934,0.5165289,0.5165289,0.5206612,0.5,0.47933885,0.4752066,0.45454547,0.45454547,0.47107437,0.47933885,0.5,0.5206612,0.5495868,0.56198347,0.57024795,0.56198347,0.54545456,0.5247934,0.53305787,0.5289256,0.5371901,0.5206612,0.5,0.47107437,0.44214877,0.35123968,0.338843,0.34710744,0.3553719,0.3553719,0.3553719,0.3553719,0.35950413,0.35950413,0.43801653,0.4752066,0.5,0.5123967,0.5206612,0.5495868,0.55785125,0.56198347,0.58264464,0.59090906,0.6322314,0.59917355,0.59504133,0.6280992,0.6446281,0.661157,0.6735537,0.677686,0.6570248,0.6280992,0.58677685,0.58264464,0.5495868,0.5123967,0.49173555,0.49586776,0.49173555,0.5041322,0.4876033,0.45041323,0.5,0.49173555,0.46694216,0.45867768,0.47933885,0.49586776,0.5041322,0.5123967,0.49586776,0.4876033,0.5082645,0.53305787,0.5495868,0.5661157,0.56198347,0.57024795,0.55785125,0.54545456,0.5206612,0.5165289,0.5041322,0.4876033,0.47107437,0.45041323,0.40495867,0.32231405,0.34710744,0.3429752,0.35950413,0.3553719,0.3553719,0.35950413,0.3553719,0.3553719,0.41322315,0.43801653,0.48347107,0.5165289,0.49586776,0.5165289,0.5289256,0.53305787,0.553719,0.57438016,0.62396693,0.59504133,0.57438016,0.6280992,0.6280992,0.6404959,0.6528926,0.6652893,0.661157,0.62396693,0.62396693,0.62396693,0.57024795,0.53305787,0.48347107,0.47107437,0.45867768,0.45454547,0.45041323,0.42975205,0.42561984,0.42561984,0.4090909,0.4090909,0.4338843,0.45041323,0.46280992,0.43801653,0.4752066,0.48347107,0.5165289,0.54545456,0.5495868,0.553719,0.553719,0.56198347,0.553719,0.5247934,0.53305787,0.5082645,0.4876033,0.46694216,0.45041323,0.42975205,0.35123968,0.3305785,0.35123968,0.34710744,0.3553719,0.3553719,0.3553719,0.3677686,0.37190083,0.37190083,0.37603307,0.40495867,0.44214877,0.48347107,0.5041322,0.5,0.5082645,0.5165289,0.5413223,0.5371901,0.57024795,0.607438,0.60330576,0.6280992,0.6280992,0.6487603,0.6446281,0.6570248,0.6446281,0.61570245,0.61157024,0.6280992,0.59504133,0.5661157,0.54545456,0.5247934,0.49586776,0.4752066,0.4752066,0.46280992,0.42975205,0.42975205,0.4338843,0.43801653,0.45454547,0.44214877,0.46280992,0.4752066,0.4752066,0.5206612,0.54545456,0.553719,0.5371901,0.5371901,0.5495868,0.5371901,0.53305787,0.5206612,0.5206612,0.49586776,0.47107437,0.43801653,0.41735536,0.38842976,0.33471075,0.3181818,0.34710744,0.3429752,0.3553719,0.35123968,0.36363637,0.35950413,0.35950413,0.36363637,0.3305785,0.36363637,0.40495867,0.45454547,0.49173555,0.5082645,0.5206612,0.49586776,0.5413223,0.5247934,0.5495868,0.59917355,0.59917355,0.61570245,0.6280992,0.6446281,0.6446281,0.6363636,0.6446281,0.6404959,0.6198347,0.6487603,0.6404959,0.6280992,0.6198347,0.6198347,0.57024795,0.5289256,0.5206612,0.5082645,0.4752066,0.47933885,0.5,0.5082645,0.5123967,0.49586776,0.5165289,0.5123967,0.5165289,0.5413223,0.5495868,0.5495868,0.5371901,0.53305787,0.5413223,0.5165289,0.5123967,0.5206612,0.5123967,0.46694216,0.44214877,0.4214876,0.3966942,0.3305785,0.33471075,0.3429752,0.3429752,0.3553719,0.35123968,0.34710744,0.36363637,0.36363637,0.35950413,0.35950413,0.25619835,0.3181818,0.3677686,0.41735536,0.46280992,0.4876033,0.5041322,0.5,0.5289256,0.5371901,0.56198347,0.59504133,0.60330576,0.607438,0.61570245,0.6198347,0.6322314,0.6322314,0.6694215,0.6735537,0.6735537,0.6942149,0.6859504,0.6818182,0.70247936,0.73966944,0.7355372,0.71900827,0.6818182,0.6652893,0.6404959,0.61570245,0.6280992,0.62396693,0.61157024,0.58264464,0.56198347,0.553719,0.5661157,0.56198347,0.553719,0.5413223,0.5247934,0.5247934,0.5206612,0.5082645,0.49173555,0.5,0.49173555,0.4338843,0.42975205,0.41322315,0.3429752,0.30991736,0.3305785,0.338843,0.338843,0.34710744,0.35950413,0.34710744,0.34710744,0.36363637,0.3677686,0.3677686,0.24793388,0.25619835,0.3181818,0.36363637,0.4090909,0.45041323,0.49173555,0.49586776,0.5041322,0.5289256,0.5247934,0.553719,0.5661157,0.57438016,0.59917355,0.60330576,0.59504133,0.607438,0.6528926,0.6694215,0.677686,0.73140496,0.72727275,0.71487606,0.71900827,0.74793386,0.7644628,0.7644628,0.76033056,0.74793386,0.73966944,0.71487606,0.7231405,0.71487606,0.6942149,0.69008267,0.6363636,0.61157024,0.59504133,0.58264464,0.57024795,0.5371901,0.5,0.5123967,0.5413223,0.49586776,0.4752066,0.4876033,0.46280992,0.42561984,0.4090909,0.3677686,0.30578512,0.3264463,0.33471075,0.338843,0.35123968,0.3429752,0.34710744,0.3553719,0.3429752,0.35950413,0.36363637,0.36363637,0.2644628,0.23553719,0.2644628,0.29752067,0.3553719,0.40495867,0.44214877,0.48347107,0.49586776,0.5206612,0.5206612,0.54545456,0.5495868,0.5495868,0.5661157,0.6363636,0.58264464,0.59917355,0.6322314,0.6694215,0.6694215,0.70247936,0.71900827,0.70247936,0.70247936,0.72727275,0.75206614,0.75619835,0.75619835,0.7644628,0.75206614,0.72727275,0.73140496,0.73140496,0.7066116,0.71900827,0.70247936,0.661157,0.6363636,0.61157024,0.5785124,0.5371901,0.5206612,0.5123967,0.5165289,0.47107437,0.48347107,0.45454547,0.43801653,0.41322315,0.35123968,0.3181818,0.3181818,0.3181818,0.3264463,0.3429752,0.3429752,0.34710744,0.34710744,0.3553719,0.35123968,0.3429752,0.3429752,0.3429752,0.27272728,0.24380165,0.23140496,0.23966943,0.28099173,0.3264463,0.37190083,0.4214876,0.45041323,0.47933885,0.5,0.5082645,0.5289256,0.5165289,0.5247934,0.61570245,0.607438,0.61157024,0.62396693,0.6528926,0.6487603,0.661157,0.69008267,0.6694215,0.6983471,0.72727275,0.74380165,0.7644628,0.75206614,0.75206614,0.73140496,0.6942149,0.69008267,0.6942149,0.7107438,0.7066116,0.70247936,0.6487603,0.6198347,0.6280992,0.59917355,0.54545456,0.5371901,0.5165289,0.53305787,0.4876033,0.45041323,0.4214876,0.40495867,0.34710744,0.30165288,0.30165288,0.3264463,0.3140496,0.3305785,0.338843,0.34710744,0.338843,0.35123968,0.35123968,0.35123968,0.3429752,0.3429752,0.338843,0.29752067,0.25619835,0.23140496,0.22727273,0.25619835,0.2603306,0.29752067,0.3429752,0.38429752,0.4214876,0.45867768,0.47107437,0.5,0.5082645,0.5206612,0.57438016,0.59917355,0.59917355,0.59504133,0.61157024,0.6198347,0.6404959,0.6487603,0.6363636,0.6818182,0.7355372,0.75206614,0.76033056,0.74793386,0.72727275,0.70247936,0.6818182,0.6694215,0.70247936,0.7107438,0.6818182,0.6694215,0.6363636,0.6198347,0.61570245,0.57024795,0.5371901,0.5247934,0.5041322,0.5082645,0.45454547,0.4214876,0.38842976,0.338843,0.2892562,0.3140496,0.30578512,0.3264463,0.32231405,0.33471075,0.3305785,0.3429752,0.3429752,0.3429752,0.34710744,0.3553719,0.36363637,0.35950413,0.35950413,0.338843,0.28099173,0.23966943,0.23966943,0.23140496,0.2520661,0.2603306,0.27272728,0.3140496,0.34710744,0.38842976,0.41322315,0.45867768,0.47933885,0.48347107,0.5289256,0.55785125,0.59090906,0.58264464,0.58677685,0.58677685,0.59917355,0.607438,0.6198347,0.6404959,0.71487606,0.73966944,0.7355372,0.74793386,0.71900827,0.6942149,0.677686,0.69008267,0.70247936,0.69008267,0.6694215,0.677686,0.6363636,0.59917355,0.553719,0.5495868,0.5495868,0.5041322,0.47107437,0.45041323,0.40495867,0.37603307,0.3264463,0.26859504,0.28099173,0.3140496,0.3140496,0.3181818,0.3305785,0.33471075,0.3305785,0.33471075,0.34710744,0.35123968,0.34710744,0.34710744,0.35950413,0.35950413,0.35950413,0.36363637,0.32231405,0.27272728,0.24793388,0.24380165,0.23553719,0.2520661,0.24380165,0.2644628,0.2768595,0.30578512,0.338843,0.38016528,0.41322315,0.45041323,0.46694216,0.5,0.54545456,0.553719,0.57024795,0.58264464,0.59090906,0.58264464,0.59090906,0.61570245,0.6652893,0.6818182,0.6942149,0.6859504,0.6942149,0.6694215,0.661157,0.6735537,0.677686,0.6652893,0.6363636,0.6280992,0.59090906,0.5413223,0.5247934,0.5495868,0.54545456,0.4752066,0.446281,0.39256197,0.3429752,0.35950413,0.28099173,0.26859504,0.28512397,0.3181818,0.3140496,0.3140496,0.3264463,0.3305785,0.338843,0.33471075,0.34710744,0.34710744,0.3429752,0.35123968,0.338843,0.3429752,0.3429752,0.3966942,0.35950413,0.29752067,0.28099173,0.2644628,0.23966943,0.2520661,0.23966943,0.25619835,0.24793388,0.2520661,0.2644628,0.28512397,0.3140496,0.36363637,0.4090909,0.45041323,0.4752066,0.5,0.5165289,0.5495868,0.5495868,0.53305787,0.5495868,0.59504133,0.61157024,0.6322314,0.6487603,0.607438,0.6198347,0.60330576,0.6198347,0.6322314,0.6280992,0.6198347,0.58677685,0.57024795,0.54545456,0.5,0.5123967,0.5495868,0.5413223,0.42561984,0.37603307,0.33471075,0.33471075,0.38429752,0.28099173,0.28099173,0.2892562,0.30991736,0.3140496,0.30991736,0.33471075,0.3264463,0.3305785,0.3305785,0.34710744,0.32231405,0.35123968,0.35123968,0.33471075,0.33471075,0.338843,3 +0.38429752,0.38429752,0.34710744,0.21900827,0.16528925,0.11157025,0.18595041,0.4338843,0.53305787,0.58677685,0.6652893,0.70247936,0.7107438,0.72727275,0.7355372,0.74380165,0.74793386,0.77272725,0.77272725,0.78512394,0.79752064,0.79752064,0.7892562,0.8016529,0.80991733,0.8264463,0.8305785,0.822314,0.8264463,0.8264463,0.8305785,0.8305785,0.8181818,0.822314,0.8264463,0.822314,0.8305785,0.8181818,0.8181818,0.822314,0.8264463,0.822314,0.822314,0.822314,0.822314,0.8140496,0.822314,0.8305785,0.8305785,0.838843,0.822314,0.8181818,0.8305785,0.8181818,0.8140496,0.822314,0.80991733,0.7892562,0.78099173,0.77272725,0.75206614,0.75619835,0.75619835,0.73140496,0.38842976,0.38429752,0.35123968,0.2107438,0.16115703,0.10743801,0.2107438,0.46694216,0.54545456,0.60330576,0.6694215,0.6983471,0.7231405,0.74380165,0.74380165,0.74380165,0.7355372,0.7644628,0.77272725,0.7768595,0.78512394,0.7933884,0.78512394,0.7933884,0.80991733,0.822314,0.8181818,0.80991733,0.8181818,0.8264463,0.8264463,0.822314,0.822314,0.8181818,0.8181818,0.822314,0.822314,0.8181818,0.80991733,0.822314,0.8264463,0.8264463,0.822314,0.8264463,0.8264463,0.8181818,0.822314,0.8264463,0.8305785,0.838843,0.8264463,0.8264463,0.8264463,0.8140496,0.8140496,0.8181818,0.8057851,0.7933884,0.78099173,0.76859504,0.75619835,0.75619835,0.74380165,0.7355372,0.37603307,0.37603307,0.34710744,0.2231405,0.1570248,0.09917355,0.24793388,0.5082645,0.55785125,0.59917355,0.6652893,0.7066116,0.7355372,0.74793386,0.74380165,0.73966944,0.73966944,0.74793386,0.75619835,0.7768595,0.78512394,0.7933884,0.78512394,0.7892562,0.79752064,0.8181818,0.80991733,0.80991733,0.8057851,0.822314,0.8264463,0.822314,0.8181818,0.8140496,0.8181818,0.8181818,0.822314,0.8181818,0.8057851,0.822314,0.822314,0.8264463,0.8264463,0.8264463,0.8347107,0.8264463,0.822314,0.822314,0.822314,0.8347107,0.8264463,0.8264463,0.80991733,0.79752064,0.7892562,0.7933884,0.78512394,0.78099173,0.78099173,0.76859504,0.76033056,0.75619835,0.7355372,0.73966944,0.38016528,0.37603307,0.3305785,0.24380165,0.16528925,0.08677686,0.29338843,0.5413223,0.56198347,0.60330576,0.6570248,0.71900827,0.74380165,0.75619835,0.75619835,0.75619835,0.74793386,0.75206614,0.73966944,0.7644628,0.78099173,0.78512394,0.78099173,0.78512394,0.78512394,0.8057851,0.8181818,0.80991733,0.7933884,0.8140496,0.8140496,0.8181818,0.8140496,0.80991733,0.8140496,0.8140496,0.8181818,0.80991733,0.80991733,0.8181818,0.8181818,0.8140496,0.8140496,0.8181818,0.822314,0.8140496,0.8140496,0.8016529,0.78512394,0.7933884,0.8016529,0.8016529,0.76859504,0.74380165,0.75206614,0.74380165,0.73966944,0.74380165,0.75619835,0.76033056,0.75619835,0.75206614,0.73140496,0.73966944,0.36363637,0.36363637,0.3429752,0.29752067,0.1694215,0.07024793,0.3553719,0.5661157,0.56198347,0.62396693,0.6652893,0.6983471,0.72727275,0.74793386,0.75619835,0.75206614,0.75206614,0.74793386,0.7355372,0.75206614,0.76859504,0.7644628,0.7768595,0.77272725,0.7768595,0.7933884,0.8057851,0.8016529,0.7933884,0.7933884,0.8057851,0.8016529,0.8016529,0.80991733,0.8016529,0.8057851,0.80991733,0.8057851,0.79752064,0.8016529,0.8016529,0.8016529,0.7768595,0.7768595,0.7644628,0.7355372,0.73140496,0.73140496,0.71487606,0.6983471,0.6983471,0.6942149,0.69008267,0.677686,0.69008267,0.7066116,0.71487606,0.72727275,0.7231405,0.7107438,0.71487606,0.72727275,0.72727275,0.73140496,0.36363637,0.35950413,0.37603307,0.34710744,0.1694215,0.041322313,0.44214877,0.5661157,0.56198347,0.60330576,0.6198347,0.62396693,0.661157,0.6942149,0.70247936,0.7066116,0.7107438,0.70247936,0.7066116,0.73140496,0.74380165,0.7355372,0.74793386,0.76033056,0.75206614,0.76859504,0.78099173,0.78099173,0.78512394,0.78512394,0.7933884,0.7892562,0.7892562,0.8057851,0.8016529,0.79752064,0.7933884,0.78512394,0.7768595,0.7768595,0.7231405,0.7066116,0.6404959,0.61570245,0.553719,0.54545456,0.54545456,0.57438016,0.59090906,0.58677685,0.60330576,0.61157024,0.61570245,0.607438,0.6363636,0.677686,0.6983471,0.71900827,0.71487606,0.6859504,0.6735537,0.6983471,0.71487606,0.71900827,0.34710744,0.3429752,0.42561984,0.32231405,0.17355372,0.06198347,0.4876033,0.5371901,0.5206612,0.55785125,0.5785124,0.57438016,0.5785124,0.59917355,0.58677685,0.59090906,0.59504133,0.5661157,0.5785124,0.61157024,0.6446281,0.677686,0.6983471,0.72727275,0.72727275,0.7355372,0.75206614,0.76859504,0.77272725,0.76859504,0.7768595,0.7892562,0.78512394,0.7892562,0.7892562,0.78099173,0.75619835,0.7355372,0.73140496,0.70247936,0.6570248,0.60330576,0.5413223,0.45867768,0.43801653,0.42561984,0.41735536,0.4338843,0.45454547,0.48347107,0.5413223,0.57438016,0.5785124,0.58264464,0.607438,0.677686,0.7066116,0.7066116,0.7066116,0.70247936,0.6818182,0.6942149,0.69008267,0.6942149,0.42561984,0.4338843,0.44214877,0.3140496,0.16528925,0.1322314,0.5165289,0.4876033,0.5123967,0.54545456,0.56198347,0.5495868,0.5371901,0.5206612,0.47107437,0.46280992,0.4752066,0.44214877,0.4090909,0.45454547,0.47933885,0.5413223,0.59917355,0.6487603,0.677686,0.6942149,0.7231405,0.75206614,0.76033056,0.76859504,0.7644628,0.78099173,0.78512394,0.7768595,0.74380165,0.73966944,0.72727275,0.6818182,0.6528926,0.6487603,0.59504133,0.53305787,0.47107437,0.40082645,0.40082645,0.39256197,0.37190083,0.3677686,0.38842976,0.47107437,0.56198347,0.59917355,0.62396693,0.6322314,0.6322314,0.6818182,0.70247936,0.70247936,0.6983471,0.6942149,0.69008267,0.69008267,0.6818182,0.6694215,0.5289256,0.53305787,0.43801653,0.29338843,0.15289256,0.2231405,0.5,0.49586776,0.4876033,0.53305787,0.53305787,0.5082645,0.49173555,0.46280992,0.4090909,0.3677686,0.3553719,0.3553719,0.30165288,0.30165288,0.35123968,0.38842976,0.42561984,0.5206612,0.5785124,0.60330576,0.661157,0.71900827,0.73966944,0.7644628,0.7644628,0.7768595,0.78099173,0.78512394,0.75619835,0.71487606,0.6983471,0.6652893,0.61157024,0.59504133,0.56198347,0.5041322,0.5,0.4752066,0.48347107,0.46280992,0.47107437,0.5041322,0.5289256,0.59090906,0.6487603,0.6694215,0.6942149,0.70247936,0.70247936,0.6818182,0.6859504,0.6735537,0.6735537,0.6818182,0.677686,0.6735537,0.6694215,0.6487603,0.5413223,0.5413223,0.38429752,0.23966943,0.22727273,0.30991736,0.5123967,0.47107437,0.4876033,0.5123967,0.5247934,0.5041322,0.49586776,0.5041322,0.47933885,0.446281,0.42975205,0.41322315,0.38842976,0.37190083,0.35950413,0.3677686,0.36363637,0.41735536,0.48347107,0.5495868,0.60330576,0.6652893,0.71900827,0.75619835,0.76859504,0.78512394,0.77272725,0.78512394,0.76859504,0.7231405,0.6983471,0.6694215,0.61570245,0.58264464,0.54545456,0.5247934,0.5247934,0.5289256,0.5413223,0.54545456,0.57024795,0.61157024,0.6446281,0.6694215,0.6942149,0.70247936,0.7066116,0.7107438,0.71900827,0.677686,0.6735537,0.661157,0.6404959,0.6446281,0.6446281,0.6404959,0.6570248,0.6570248,0.5123967,0.5123967,0.34710744,0.22727273,0.30578512,0.40495867,0.47933885,0.47107437,0.47933885,0.4876033,0.5206612,0.5413223,0.553719,0.60330576,0.61570245,0.60330576,0.61157024,0.61157024,0.58677685,0.5661157,0.5495868,0.4752066,0.43801653,0.41322315,0.4090909,0.46694216,0.5289256,0.59090906,0.677686,0.73966944,0.77272725,0.7933884,0.79752064,0.7892562,0.7768595,0.7355372,0.69008267,0.6487603,0.59504133,0.5495868,0.5206612,0.5,0.49586776,0.5041322,0.5041322,0.53305787,0.57438016,0.6198347,0.70247936,0.73140496,0.75206614,0.74793386,0.72727275,0.7107438,0.6942149,0.6694215,0.6528926,0.6280992,0.59917355,0.60330576,0.6280992,0.6280992,0.6363636,0.6570248,0.47933885,0.47933885,0.34710744,0.23966943,0.35123968,0.45041323,0.47107437,0.446281,0.45867768,0.45867768,0.4876033,0.54545456,0.58264464,0.6198347,0.6528926,0.6528926,0.6363636,0.62396693,0.60330576,0.5785124,0.5661157,0.553719,0.5165289,0.49586776,0.42561984,0.40082645,0.41735536,0.5041322,0.6198347,0.71487606,0.7768595,0.8057851,0.80991733,0.8016529,0.7892562,0.74793386,0.6942149,0.6322314,0.57024795,0.5247934,0.5,0.47933885,0.45041323,0.41735536,0.41735536,0.45867768,0.5,0.54545456,0.57024795,0.56198347,0.59090906,0.607438,0.6363636,0.6446281,0.6446281,0.6322314,0.61570245,0.60330576,0.59504133,0.61157024,0.62396693,0.6198347,0.6280992,0.6528926,0.46280992,0.46280992,0.36363637,0.2768595,0.38016528,0.4752066,0.4876033,0.45454547,0.44214877,0.4338843,0.45454547,0.47107437,0.4876033,0.5082645,0.54545456,0.57024795,0.5661157,0.57024795,0.55785125,0.56198347,0.54545456,0.5206612,0.49586776,0.5,0.46694216,0.42561984,0.36363637,0.38842976,0.54545456,0.6983471,0.78099173,0.80991733,0.8181818,0.8181818,0.7892562,0.74793386,0.7066116,0.6280992,0.5495868,0.5165289,0.49586776,0.446281,0.38429752,0.35950413,0.40082645,0.4752066,0.553719,0.60330576,0.6280992,0.6322314,0.6363636,0.6446281,0.6487603,0.62396693,0.607438,0.59090906,0.5661157,0.56198347,0.56198347,0.5661157,0.61157024,0.61157024,0.62396693,0.661157,0.44214877,0.446281,0.38429752,0.30578512,0.40082645,0.49586776,0.5206612,0.4876033,0.46280992,0.45041323,0.41322315,0.37190083,0.45041323,0.5247934,0.5785124,0.61570245,0.6528926,0.6570248,0.6404959,0.6198347,0.607438,0.56198347,0.5206612,0.49173555,0.46694216,0.45867768,0.41322315,0.3140496,0.45454547,0.70247936,0.78512394,0.822314,0.8347107,0.822314,0.7933884,0.76033056,0.69008267,0.61570245,0.5413223,0.53305787,0.4876033,0.41735536,0.3553719,0.37603307,0.4338843,0.47107437,0.53305787,0.58677685,0.6280992,0.6322314,0.6363636,0.6322314,0.6446281,0.6280992,0.62396693,0.61157024,0.58677685,0.56198347,0.553719,0.57438016,0.607438,0.61570245,0.6280992,0.6942149,0.47107437,0.4752066,0.43801653,0.3429752,0.41322315,0.5041322,0.54545456,0.5206612,0.5,0.4876033,0.4338843,0.34710744,0.46694216,0.5123967,0.54545456,0.55785125,0.57438016,0.59090906,0.58677685,0.57024795,0.5495868,0.5413223,0.5247934,0.5041322,0.48347107,0.47107437,0.45454547,0.338843,0.38842976,0.6652893,0.8057851,0.8347107,0.8264463,0.8264463,0.8057851,0.74380165,0.6528926,0.59917355,0.5661157,0.5413223,0.47933885,0.45454547,0.37603307,0.37603307,0.3966942,0.3553719,0.35950413,0.36363637,0.4090909,0.42561984,0.5371901,0.5495868,0.5371901,0.5371901,0.5289256,0.5247934,0.5247934,0.5413223,0.5413223,0.5413223,0.61157024,0.6487603,0.6446281,0.6735537,0.5247934,0.5247934,0.49586776,0.38429752,0.41735536,0.5123967,0.5661157,0.55785125,0.5371901,0.5082645,0.45041323,0.33471075,0.3553719,0.3181818,0.3181818,0.29752067,0.30991736,0.34710744,0.41735536,0.49173555,0.49586776,0.47933885,0.47933885,0.46280992,0.47107437,0.46694216,0.5413223,0.42975205,0.37190083,0.677686,0.8016529,0.8305785,0.822314,0.8264463,0.8057851,0.7066116,0.62396693,0.58264464,0.59917355,0.5495868,0.5041322,0.56198347,0.446281,0.3305785,0.26859504,0.2603306,0.2231405,0.1322314,0.17768595,0.19421488,0.43801653,0.4876033,0.446281,0.45041323,0.45454547,0.45454547,0.47107437,0.5041322,0.5123967,0.4876033,0.5165289,0.5661157,0.59917355,0.6859504,0.5413223,0.54545456,0.53305787,0.44214877,0.41322315,0.5247934,0.58264464,0.59090906,0.55785125,0.5082645,0.47107437,0.3305785,0.3429752,0.28512397,0.23140496,0.1983471,0.17355372,0.18181819,0.2768595,0.47933885,0.5206612,0.49173555,0.5247934,0.47933885,0.42561984,0.45454547,0.5247934,0.5123967,0.42975205,0.6818182,0.7933884,0.822314,0.8140496,0.80991733,0.7892562,0.6694215,0.61570245,0.607438,0.59504133,0.607438,0.607438,0.58264464,0.47933885,0.43801653,0.3677686,0.35123968,0.33471075,0.2644628,0.22727273,0.23966943,0.5041322,0.58264464,0.5413223,0.48347107,0.5041322,0.5206612,0.53305787,0.57438016,0.607438,0.59090906,0.5661157,0.5661157,0.59090906,0.6487603,0.5495868,0.54545456,0.5413223,0.48347107,0.38842976,0.5289256,0.59090906,0.60330576,0.5661157,0.5247934,0.54545456,0.47933885,0.3966942,0.38429752,0.37603307,0.30165288,0.2768595,0.2768595,0.37190083,0.5413223,0.55785125,0.5495868,0.5785124,0.5495868,0.5289256,0.553719,0.54545456,0.53305787,0.49586776,0.70247936,0.7933884,0.8140496,0.79752064,0.78512394,0.7644628,0.6363636,0.61157024,0.6446281,0.6198347,0.6487603,0.69008267,0.6280992,0.58677685,0.55785125,0.5289256,0.5123967,0.48347107,0.46280992,0.44214877,0.45454547,0.59090906,0.6280992,0.59917355,0.57438016,0.58264464,0.6280992,0.6363636,0.6528926,0.6942149,0.69008267,0.6652893,0.6735537,0.6694215,0.661157,0.46280992,0.45454547,0.45041323,0.5206612,0.38842976,0.5206612,0.60330576,0.60330576,0.607438,0.59504133,0.57438016,0.58264464,0.5289256,0.48347107,0.49173555,0.46280992,0.446281,0.42975205,0.48347107,0.5371901,0.53305787,0.5371901,0.5661157,0.5661157,0.57024795,0.61157024,0.607438,0.5206612,0.5495868,0.7355372,0.79752064,0.8016529,0.78512394,0.76859504,0.74793386,0.62396693,0.57438016,0.6487603,0.6652893,0.6280992,0.61157024,0.6818182,0.6570248,0.61157024,0.55785125,0.5247934,0.553719,0.5785124,0.59917355,0.59090906,0.61157024,0.6363636,0.6363636,0.6528926,0.6528926,0.677686,0.6942149,0.6983471,0.70247936,0.7066116,0.71487606,0.72727275,0.73140496,0.7355372,0.37603307,0.37190083,0.37190083,0.5371901,0.39256197,0.5041322,0.59917355,0.6198347,0.6570248,0.6735537,0.6280992,0.6280992,0.607438,0.58264464,0.5371901,0.49586776,0.5206612,0.53305787,0.5413223,0.553719,0.54545456,0.5371901,0.5413223,0.5495868,0.56198347,0.59504133,0.5785124,0.5041322,0.6487603,0.76859504,0.7892562,0.7933884,0.78512394,0.7644628,0.73140496,0.6570248,0.55785125,0.61157024,0.6942149,0.6735537,0.5661157,0.6528926,0.6735537,0.6363636,0.58264464,0.5247934,0.49173555,0.5041322,0.54545456,0.58264464,0.61157024,0.6528926,0.6487603,0.6570248,0.6735537,0.6859504,0.6859504,0.7231405,0.73140496,0.73140496,0.74380165,0.76859504,0.76859504,0.78099173,0.2892562,0.28099173,0.2768595,0.5371901,0.40495867,0.5082645,0.59504133,0.6446281,0.7107438,0.7107438,0.6735537,0.6570248,0.6570248,0.6363636,0.61157024,0.58264464,0.57438016,0.60330576,0.60330576,0.60330576,0.5785124,0.55785125,0.56198347,0.5785124,0.59917355,0.61157024,0.56198347,0.5495868,0.7107438,0.79752064,0.78099173,0.78099173,0.78099173,0.76033056,0.71487606,0.6652893,0.6198347,0.61570245,0.6859504,0.70247936,0.661157,0.59504133,0.677686,0.6735537,0.6487603,0.607438,0.57438016,0.55785125,0.57024795,0.59090906,0.61570245,0.6487603,0.6694215,0.69008267,0.7107438,0.7107438,0.72727275,0.74380165,0.75206614,0.75206614,0.76859504,0.7933884,0.7892562,0.78512394,0.2520661,0.2520661,0.2520661,0.4876033,0.45041323,0.49173555,0.59090906,0.661157,0.71900827,0.7231405,0.69008267,0.6859504,0.69008267,0.6818182,0.661157,0.6446281,0.61570245,0.6528926,0.6446281,0.6280992,0.60330576,0.607438,0.6198347,0.6322314,0.6446281,0.6322314,0.56198347,0.59917355,0.74380165,0.8181818,0.78099173,0.77272725,0.7768595,0.76859504,0.73140496,0.6735537,0.6528926,0.6652893,0.70247936,0.6983471,0.7066116,0.6859504,0.6818182,0.70247936,0.6942149,0.6694215,0.6487603,0.6487603,0.6570248,0.677686,0.6983471,0.7231405,0.73140496,0.75206614,0.77272725,0.76859504,0.78512394,0.79752064,0.7933884,0.7768595,0.78512394,0.8016529,0.8016529,0.79752064,0.2520661,0.2520661,0.2520661,0.4338843,0.4876033,0.46694216,0.60330576,0.69008267,0.7355372,0.7355372,0.70247936,0.6942149,0.70247936,0.6983471,0.6983471,0.6694215,0.6363636,0.6859504,0.6735537,0.6652893,0.6404959,0.6735537,0.6859504,0.6694215,0.6652893,0.6280992,0.5661157,0.6446281,0.77272725,0.80991733,0.7768595,0.77272725,0.78512394,0.76859504,0.7355372,0.70247936,0.6735537,0.6735537,0.7066116,0.71487606,0.73966944,0.75206614,0.7355372,0.75206614,0.7355372,0.7355372,0.6818182,0.677686,0.6983471,0.71487606,0.73140496,0.75206614,0.78099173,0.78099173,0.79752064,0.7933884,0.7933884,0.80991733,0.8016529,0.7933884,0.8016529,0.8057851,0.8057851,0.8057851,0.2231405,0.2231405,0.21900827,0.38429752,0.5041322,0.47933885,0.59917355,0.6942149,0.73966944,0.74793386,0.72727275,0.7107438,0.7066116,0.70247936,0.7066116,0.6735537,0.6446281,0.6735537,0.6652893,0.6570248,0.6694215,0.7066116,0.71487606,0.69008267,0.661157,0.59917355,0.60330576,0.70247936,0.7933884,0.7933884,0.78099173,0.7644628,0.79752064,0.77272725,0.73140496,0.71487606,0.6983471,0.677686,0.70247936,0.71900827,0.75206614,0.7644628,0.77272725,0.78512394,0.7933884,0.7933884,0.76033056,0.74380165,0.7231405,0.7066116,0.7231405,0.74380165,0.76859504,0.78099173,0.79752064,0.7933884,0.79752064,0.80991733,0.80991733,0.8057851,0.8057851,0.80991733,0.8140496,0.8140496,0.27272728,0.2768595,0.2768595,0.34710744,0.5123967,0.47933885,0.57438016,0.6859504,0.72727275,0.74793386,0.73966944,0.7355372,0.71900827,0.7231405,0.7231405,0.70247936,0.6859504,0.69008267,0.70247936,0.71900827,0.71900827,0.71487606,0.73140496,0.6859504,0.6280992,0.58677685,0.661157,0.76033056,0.8016529,0.7933884,0.78099173,0.78512394,0.78512394,0.77272725,0.73140496,0.7107438,0.7107438,0.69008267,0.6983471,0.71487606,0.73966944,0.76859504,0.78099173,0.7933884,0.8057851,0.8140496,0.8057851,0.8057851,0.79752064,0.7768595,0.76859504,0.77272725,0.78099173,0.7933884,0.8057851,0.79752064,0.8057851,0.8140496,0.8140496,0.8140496,0.8140496,0.8140496,0.8140496,0.80991733,0.24793388,0.24793388,0.2520661,0.3140496,0.49586776,0.49173555,0.56198347,0.6570248,0.71900827,0.73966944,0.7355372,0.73966944,0.73140496,0.74380165,0.75206614,0.73966944,0.72727275,0.73966944,0.74793386,0.75619835,0.7107438,0.6983471,0.7231405,0.6570248,0.59090906,0.62396693,0.7107438,0.78512394,0.8181818,0.8016529,0.77272725,0.78512394,0.78512394,0.76033056,0.71487606,0.69008267,0.6942149,0.7107438,0.6983471,0.7066116,0.7231405,0.7644628,0.7892562,0.7892562,0.8016529,0.8140496,0.822314,0.822314,0.822314,0.8140496,0.8057851,0.7933884,0.7768595,0.79752064,0.8140496,0.8057851,0.8057851,0.80991733,0.8181818,0.8140496,0.8140496,0.8140496,0.8057851,0.8016529,0.28099173,0.28512397,0.28512397,0.29338843,0.45867768,0.47933885,0.5371901,0.6528926,0.7066116,0.7231405,0.73966944,0.73966944,0.73966944,0.74793386,0.75206614,0.74793386,0.73966944,0.74380165,0.75619835,0.73140496,0.73140496,0.73140496,0.70247936,0.61157024,0.59504133,0.6735537,0.73966944,0.7933884,0.8264463,0.8057851,0.7768595,0.7892562,0.7933884,0.75619835,0.71900827,0.6859504,0.6859504,0.6983471,0.6983471,0.69008267,0.70247936,0.75206614,0.78512394,0.7933884,0.8016529,0.822314,0.822314,0.8181818,0.8181818,0.822314,0.8181818,0.8140496,0.8016529,0.8016529,0.8140496,0.80991733,0.80991733,0.8181818,0.8181818,0.8057851,0.8181818,0.8140496,0.80991733,0.7892562,0.3140496,0.3140496,0.3140496,0.28099173,0.38842976,0.45867768,0.5123967,0.62396693,0.6694215,0.6983471,0.72727275,0.73966944,0.74793386,0.75206614,0.75619835,0.76033056,0.75206614,0.74793386,0.75206614,0.75206614,0.74380165,0.7231405,0.6487603,0.5785124,0.62396693,0.70247936,0.75206614,0.79752064,0.8140496,0.8016529,0.7768595,0.78099173,0.7892562,0.76033056,0.7107438,0.6818182,0.6694215,0.6735537,0.6942149,0.677686,0.6694215,0.73140496,0.7768595,0.7933884,0.8016529,0.8181818,0.822314,0.8264463,0.822314,0.8264463,0.822314,0.822314,0.822314,0.8140496,0.8140496,0.80991733,0.8140496,0.822314,0.8264463,0.8057851,0.79752064,0.8016529,0.7933884,0.76033056,0.3305785,0.3305785,0.33471075,0.29752067,0.338843,0.4338843,0.48347107,0.58677685,0.6446281,0.69008267,0.7107438,0.7231405,0.75206614,0.74793386,0.7644628,0.77272725,0.7644628,0.76033056,0.75619835,0.76033056,0.7355372,0.6983471,0.5785124,0.5785124,0.6652893,0.71900827,0.77272725,0.80991733,0.8181818,0.8016529,0.7892562,0.7768595,0.7768595,0.75619835,0.71487606,0.677686,0.6528926,0.6818182,0.7066116,0.661157,0.6322314,0.7107438,0.77272725,0.7933884,0.7933884,0.79752064,0.8181818,0.822314,0.8264463,0.822314,0.8264463,0.822314,0.822314,0.8181818,0.8181818,0.8140496,0.8181818,0.822314,0.8181818,0.80991733,0.7933884,0.78099173,0.76033056,0.74380165,0.3429752,0.3429752,0.3429752,0.3181818,0.30578512,0.40082645,0.47933885,0.5495868,0.6280992,0.6446281,0.69008267,0.7231405,0.73966944,0.73966944,0.76033056,0.7768595,0.7768595,0.76859504,0.75619835,0.74793386,0.71487606,0.661157,0.56198347,0.56198347,0.6652893,0.73966944,0.78512394,0.8264463,0.8305785,0.80991733,0.7892562,0.76859504,0.74793386,0.72727275,0.71900827,0.6859504,0.661157,0.6942149,0.70247936,0.6818182,0.61570245,0.6735537,0.7644628,0.78512394,0.79752064,0.7933884,0.8057851,0.822314,0.822314,0.8140496,0.822314,0.8181818,0.822314,0.822314,0.8181818,0.80991733,0.8057851,0.8140496,0.80991733,0.7892562,0.78099173,0.74793386,0.73966944,0.73966944,0.3305785,0.3305785,0.3264463,0.32231405,0.29752067,0.3429752,0.4752066,0.5413223,0.59917355,0.6280992,0.6735537,0.7066116,0.73966944,0.7355372,0.75206614,0.76859504,0.76033056,0.75619835,0.74380165,0.7231405,0.6942149,0.6198347,0.54545456,0.5289256,0.6363636,0.75206614,0.7644628,0.78512394,0.8140496,0.822314,0.7768595,0.7355372,0.6983471,0.6859504,0.7066116,0.6942149,0.6818182,0.7231405,0.6859504,0.6818182,0.6198347,0.61570245,0.74793386,0.7768595,0.79752064,0.79752064,0.79752064,0.8140496,0.8181818,0.8016529,0.80991733,0.8181818,0.8181818,0.8181818,0.8140496,0.80991733,0.79752064,0.78512394,0.78099173,0.77272725,0.75206614,0.75206614,0.72727275,0.72727275,0.32231405,0.32231405,0.32231405,0.3264463,0.30578512,0.32231405,0.46280992,0.54545456,0.58677685,0.61570245,0.6528926,0.70247936,0.71900827,0.71487606,0.7355372,0.73966944,0.73966944,0.73140496,0.71900827,0.7107438,0.6735537,0.5785124,0.4876033,0.46280992,0.5661157,0.73140496,0.73966944,0.74793386,0.7768595,0.7644628,0.7066116,0.6735537,0.6446281,0.6404959,0.6363636,0.661157,0.6859504,0.72727275,0.677686,0.6446281,0.6198347,0.55785125,0.69008267,0.76859504,0.78512394,0.79752064,0.79752064,0.8057851,0.8057851,0.79752064,0.8016529,0.8057851,0.80991733,0.8140496,0.8057851,0.8016529,0.7892562,0.77272725,0.77272725,0.74793386,0.7355372,0.73966944,0.71487606,0.6942149,0.3264463,0.3264463,0.3264463,0.3264463,0.30165288,0.30991736,0.46280992,0.5413223,0.5785124,0.61157024,0.6322314,0.661157,0.70247936,0.7066116,0.71487606,0.72727275,0.7355372,0.7231405,0.7107438,0.6942149,0.6404959,0.5495868,0.3966942,0.338843,0.45454547,0.61570245,0.6859504,0.69008267,0.70247936,0.6694215,0.607438,0.57438016,0.553719,0.53305787,0.5041322,0.5289256,0.6280992,0.6942149,0.677686,0.6363636,0.6198347,0.54545456,0.6198347,0.75206614,0.78099173,0.7933884,0.8016529,0.8057851,0.8016529,0.7933884,0.79752064,0.79752064,0.79752064,0.8057851,0.79752064,0.78512394,0.77272725,0.76033056,0.75206614,0.74793386,0.73140496,0.71487606,0.70247936,0.6859504,0.3305785,0.3305785,0.3305785,0.3264463,0.29338843,0.30165288,0.45454547,0.5289256,0.553719,0.59504133,0.61157024,0.6404959,0.6735537,0.69008267,0.7066116,0.7231405,0.71487606,0.71900827,0.7231405,0.70247936,0.60330576,0.54545456,0.40082645,0.1983471,0.2892562,0.49173555,0.58264464,0.6198347,0.61157024,0.58264464,0.5206612,0.46280992,0.40495867,0.2768595,0.18181819,0.21487603,0.45867768,0.62396693,0.6735537,0.6363636,0.60330576,0.5661157,0.62396693,0.7644628,0.7768595,0.78512394,0.79752064,0.8016529,0.8057851,0.7892562,0.78512394,0.7933884,0.7892562,0.7933884,0.78099173,0.78512394,0.76859504,0.75206614,0.74380165,0.73966944,0.7355372,0.7066116,0.6983471,0.6859504,0.32231405,0.32231405,0.32231405,0.3181818,0.30165288,0.28512397,0.446281,0.5247934,0.5371901,0.57024795,0.59917355,0.61570245,0.6652893,0.6818182,0.6942149,0.73140496,0.6983471,0.6983471,0.73966944,0.7107438,0.57024795,0.49173555,0.47107437,0.27272728,0.14049587,0.30991736,0.45041323,0.5123967,0.5206612,0.5247934,0.45041323,0.43801653,0.45041323,0.3305785,0.24793388,0.16115703,0.20247933,0.49173555,0.6198347,0.607438,0.58264464,0.55785125,0.607438,0.73966944,0.76859504,0.7768595,0.78512394,0.7933884,0.8016529,0.7933884,0.76859504,0.78512394,0.7933884,0.7892562,0.7768595,0.7892562,0.77272725,0.74793386,0.7355372,0.72727275,0.7231405,0.70247936,0.70247936,0.6818182,0.3140496,0.3140496,0.3140496,0.3140496,0.3264463,0.26859504,0.4214876,0.5165289,0.5413223,0.55785125,0.58264464,0.607438,0.6570248,0.6818182,0.6859504,0.71487606,0.6942149,0.6983471,0.7231405,0.71487606,0.59090906,0.45867768,0.48347107,0.42975205,0.27272728,0.17355372,0.2892562,0.4090909,0.45041323,0.47933885,0.47107437,0.5165289,0.5413223,0.46280992,0.3966942,0.37190083,0.2892562,0.38842976,0.5289256,0.57438016,0.57438016,0.54545456,0.58677685,0.71900827,0.76859504,0.7768595,0.78099173,0.78512394,0.7933884,0.7892562,0.7768595,0.7768595,0.78512394,0.78512394,0.77272725,0.78512394,0.76859504,0.73966944,0.72727275,0.7107438,0.7066116,0.69008267,0.6859504,0.6694215,0.30578512,0.30578512,0.30578512,0.30578512,0.33471075,0.2644628,0.38016528,0.5,0.5206612,0.5413223,0.57438016,0.60330576,0.6446281,0.6735537,0.6859504,0.70247936,0.70247936,0.6942149,0.7107438,0.6942149,0.607438,0.47933885,0.45041323,0.46694216,0.38842976,0.29752067,0.3181818,0.3553719,0.38842976,0.446281,0.5082645,0.55785125,0.62396693,0.6280992,0.59090906,0.59090906,0.5661157,0.45867768,0.47107437,0.5289256,0.53305787,0.5289256,0.61157024,0.71900827,0.7644628,0.76859504,0.78099173,0.7768595,0.7892562,0.78099173,0.7768595,0.7768595,0.77272725,0.76859504,0.76033056,0.7768595,0.75619835,0.72727275,0.7231405,0.7066116,0.6942149,0.69008267,0.6818182,0.6694215,0.30991736,0.30991736,0.30991736,0.30991736,0.338843,0.2644628,0.35123968,0.48347107,0.5082645,0.5247934,0.55785125,0.59090906,0.62396693,0.6487603,0.677686,0.70247936,0.6983471,0.69008267,0.71487606,0.6859504,0.6652893,0.59917355,0.49173555,0.40495867,0.34710744,0.3677686,0.45454547,0.45041323,0.45041323,0.48347107,0.5206612,0.58677685,0.6322314,0.6404959,0.6404959,0.6280992,0.5785124,0.5,0.45454547,0.47933885,0.5165289,0.56198347,0.6570248,0.71900827,0.75619835,0.7768595,0.77272725,0.76859504,0.7768595,0.77272725,0.77272725,0.7768595,0.76033056,0.74793386,0.74380165,0.74793386,0.74380165,0.7231405,0.71487606,0.71487606,0.7066116,0.6983471,0.677686,0.6528926,0.3140496,0.3140496,0.3140496,0.3140496,0.3305785,0.28512397,0.3140496,0.45454547,0.5,0.5123967,0.54545456,0.58264464,0.60330576,0.62396693,0.6528926,0.6942149,0.6983471,0.69008267,0.7066116,0.7066116,0.677686,0.661157,0.607438,0.47933885,0.38842976,0.39256197,0.4876033,0.5413223,0.5289256,0.5123967,0.5413223,0.58677685,0.6280992,0.59090906,0.56198347,0.56198347,0.5082645,0.48347107,0.4752066,0.5165289,0.57438016,0.62396693,0.6983471,0.7355372,0.7644628,0.78099173,0.77272725,0.76859504,0.76859504,0.76859504,0.7644628,0.75619835,0.74793386,0.7355372,0.74380165,0.7355372,0.71900827,0.72727275,0.73140496,0.7107438,0.70247936,0.6983471,0.6735537,0.6487603,0.3140496,0.3140496,0.3140496,0.3140496,0.3140496,0.30165288,0.30165288,0.42561984,0.49173555,0.5041322,0.54545456,0.57024795,0.59917355,0.6280992,0.6322314,0.661157,0.677686,0.6859504,0.6942149,0.7066116,0.6859504,0.661157,0.6404959,0.59090906,0.5371901,0.49586776,0.5082645,0.5661157,0.5785124,0.53305787,0.5206612,0.57438016,0.6363636,0.61570245,0.60330576,0.607438,0.57024795,0.5785124,0.59504133,0.6322314,0.6363636,0.6528926,0.7107438,0.7355372,0.7644628,0.77272725,0.78099173,0.76033056,0.76033056,0.76859504,0.76033056,0.75206614,0.74380165,0.73140496,0.7355372,0.7231405,0.70247936,0.71487606,0.7107438,0.69008267,0.6735537,0.6818182,0.6818182,0.6322314,0.3140496,0.3140496,0.3140496,0.3140496,0.30578512,0.30991736,0.2892562,0.37603307,0.5,0.49586776,0.5289256,0.5661157,0.5785124,0.607438,0.62396693,0.6487603,0.6694215,0.6735537,0.6859504,0.6942149,0.6859504,0.6735537,0.6446281,0.61157024,0.57024795,0.5413223,0.5413223,0.607438,0.6363636,0.57438016,0.5082645,0.56198347,0.6404959,0.6363636,0.6363636,0.6487603,0.6280992,0.6446281,0.6652893,0.6942149,0.6983471,0.6942149,0.7355372,0.75206614,0.74380165,0.7768595,0.77272725,0.77272725,0.76859504,0.76033056,0.74793386,0.73966944,0.74793386,0.7355372,0.7231405,0.71487606,0.70247936,0.71487606,0.7231405,0.69008267,0.6859504,0.6694215,0.661157,0.6322314,0.3181818,0.3181818,0.3181818,0.3181818,0.30991736,0.3181818,0.28512397,0.34710744,0.47933885,0.5,0.5165289,0.56198347,0.5785124,0.59917355,0.60330576,0.6322314,0.6570248,0.6528926,0.6570248,0.6735537,0.6652893,0.6487603,0.6404959,0.6198347,0.5661157,0.5413223,0.58264464,0.661157,0.677686,0.62396693,0.5247934,0.55785125,0.6446281,0.6570248,0.6570248,0.661157,0.6404959,0.661157,0.6942149,0.71900827,0.7355372,0.73140496,0.75619835,0.76859504,0.75206614,0.76033056,0.7768595,0.74380165,0.75206614,0.75206614,0.72727275,0.7066116,0.7231405,0.73140496,0.7107438,0.7066116,0.70247936,0.71487606,0.70247936,0.70247936,0.6859504,0.6570248,0.6446281,0.6280992,0.30991736,0.30991736,0.30991736,0.30991736,0.30991736,0.3181818,0.28512397,0.3140496,0.45041323,0.5,0.5165289,0.53305787,0.56198347,0.58677685,0.59090906,0.607438,0.62396693,0.6322314,0.6363636,0.6446281,0.6446281,0.6198347,0.61570245,0.6198347,0.59090906,0.5661157,0.58677685,0.677686,0.7066116,0.6570248,0.58264464,0.5785124,0.6694215,0.6983471,0.6859504,0.6859504,0.6859504,0.6983471,0.71487606,0.73140496,0.73966944,0.74380165,0.75619835,0.75619835,0.74793386,0.75619835,0.76033056,0.7355372,0.74793386,0.74380165,0.71900827,0.6983471,0.7231405,0.72727275,0.7066116,0.70247936,0.70247936,0.70247936,0.6983471,0.6859504,0.677686,0.6570248,0.6363636,0.6198347,0.3140496,0.3140496,0.3140496,0.3140496,0.30991736,0.30991736,0.29338843,0.3140496,0.4090909,0.48347107,0.5041322,0.53305787,0.5371901,0.58264464,0.5785124,0.59090906,0.59917355,0.61570245,0.62396693,0.62396693,0.61570245,0.60330576,0.59504133,0.62396693,0.61157024,0.60330576,0.6363636,0.6983471,0.74380165,0.71900827,0.6528926,0.6322314,0.6942149,0.72727275,0.7066116,0.6983471,0.7231405,0.7355372,0.73140496,0.7355372,0.75619835,0.75206614,0.74793386,0.73140496,0.71900827,0.74793386,0.7355372,0.7355372,0.74793386,0.71900827,0.7066116,0.7066116,0.71487606,0.7066116,0.6983471,0.6859504,0.70247936,0.69008267,0.6818182,0.6652893,0.6735537,0.6487603,0.6198347,0.59917355,0.3140496,0.3140496,0.3140496,0.30991736,0.30991736,0.3181818,0.29752067,0.3140496,0.40082645,0.45454547,0.5,0.5247934,0.53305787,0.57024795,0.55785125,0.57024795,0.5785124,0.59090906,0.59504133,0.59090906,0.58264464,0.60330576,0.60330576,0.61570245,0.607438,0.6198347,0.6735537,0.73966944,0.77272725,0.75619835,0.7107438,0.69008267,0.73966944,0.76033056,0.74793386,0.73140496,0.74380165,0.73966944,0.73140496,0.74380165,0.75619835,0.73140496,0.7355372,0.73966944,0.72727275,0.7355372,0.7231405,0.7231405,0.71487606,0.69008267,0.6942149,0.6942149,0.6859504,0.6652893,0.6735537,0.69008267,0.69008267,0.6818182,0.6735537,0.661157,0.6570248,0.6404959,0.6198347,0.60330576,0.30578512,0.30578512,0.30578512,0.30578512,0.30578512,0.3264463,0.29752067,0.29752067,0.38842976,0.446281,0.48347107,0.5041322,0.53305787,0.54545456,0.5371901,0.54545456,0.553719,0.56198347,0.56198347,0.5495868,0.56198347,0.59917355,0.60330576,0.6446281,0.6528926,0.6322314,0.6528926,0.6983471,0.76033056,0.77272725,0.74793386,0.7066116,0.72727275,0.7644628,0.76859504,0.77272725,0.7644628,0.76033056,0.73140496,0.76033056,0.72727275,0.7066116,0.7355372,0.72727275,0.7107438,0.7231405,0.7066116,0.70247936,0.6983471,0.661157,0.6487603,0.661157,0.6528926,0.6528926,0.6735537,0.6818182,0.6859504,0.6818182,0.6735537,0.6487603,0.6363636,0.6322314,0.6280992,0.59504133,0.30991736,0.30991736,0.30991736,0.30991736,0.30991736,0.32231405,0.30578512,0.29752067,0.3429752,0.42561984,0.46694216,0.5082645,0.5247934,0.5371901,0.5247934,0.5247934,0.5206612,0.5165289,0.5289256,0.5165289,0.53305787,0.5785124,0.59917355,0.61157024,0.58264464,0.5123967,0.45454547,0.47107437,0.5495868,0.62396693,0.6363636,0.5495868,0.5041322,0.5495868,0.61570245,0.71487606,0.77272725,0.76033056,0.7644628,0.76859504,0.73140496,0.71487606,0.71487606,0.6983471,0.6818182,0.69008267,0.6818182,0.661157,0.6735537,0.6446281,0.6198347,0.61570245,0.61570245,0.6280992,0.6487603,0.6570248,0.661157,0.6652893,0.661157,0.6322314,0.6280992,0.62396693,0.6198347,0.57024795,0.30578512,0.30165288,0.30165288,0.30165288,0.30578512,0.3181818,0.30578512,0.28512397,0.3305785,0.3966942,0.45867768,0.5082645,0.5247934,0.5413223,0.5289256,0.5123967,0.5041322,0.48347107,0.47107437,0.44214877,0.46280992,0.5041322,0.5165289,0.44214877,0.37190083,0.3264463,0.338843,0.338843,0.3677686,0.4338843,0.47933885,0.44214877,0.42561984,0.42561984,0.42975205,0.39256197,0.45454547,0.59504133,0.6859504,0.71487606,0.7107438,0.6859504,0.6735537,0.6735537,0.661157,0.6446281,0.6487603,0.61157024,0.6198347,0.60330576,0.59090906,0.59090906,0.5661157,0.59504133,0.61157024,0.6363636,0.6487603,0.6487603,0.6487603,0.62396693,0.61157024,0.607438,0.59917355,0.55785125,0.30991736,0.30991736,0.30991736,0.30991736,0.30991736,0.30991736,0.30578512,0.29338843,0.30578512,0.37190083,0.42975205,0.49173555,0.5206612,0.5413223,0.5413223,0.5082645,0.5082645,0.46280992,0.4090909,0.35123968,0.32231405,0.30578512,0.28512397,0.26859504,0.25619835,0.2644628,0.30578512,0.2892562,0.3264463,0.38016528,0.4214876,0.4090909,0.40082645,0.4090909,0.42561984,0.3966942,0.37190083,0.32231405,0.41322315,0.49586776,0.5371901,0.54545456,0.5661157,0.58677685,0.57024795,0.56198347,0.57024795,0.55785125,0.5413223,0.5123967,0.5413223,0.54545456,0.5495868,0.57024795,0.59504133,0.62396693,0.6363636,0.6363636,0.6404959,0.6280992,0.607438,0.59504133,0.59090906,0.5661157,0.3140496,0.3140496,0.3140496,0.3140496,0.30991736,0.30578512,0.30991736,0.30165288,0.29752067,0.338843,0.40495867,0.45454547,0.5165289,0.53305787,0.54545456,0.5289256,0.49173555,0.46280992,0.446281,0.42975205,0.3264463,0.2520661,0.21487603,0.23140496,0.23966943,0.23966943,0.2768595,0.29752067,0.26859504,0.26859504,0.30991736,0.3140496,0.29338843,0.29338843,0.3140496,0.3429752,0.36363637,0.3264463,0.3264463,0.3181818,0.3305785,0.3429752,0.36363637,0.39256197,0.38842976,0.38842976,0.41322315,0.40495867,0.39256197,0.41322315,0.4752066,0.5,0.5289256,0.5123967,0.59090906,0.62396693,0.62396693,0.62396693,0.6363636,0.62396693,0.61157024,0.58677685,0.5661157,0.5661157,0.30165288,0.30165288,0.30165288,0.30165288,0.30165288,0.30165288,0.30991736,0.30578512,0.29338843,0.3181818,0.37603307,0.4338843,0.49173555,0.53305787,0.5413223,0.5661157,0.5165289,0.49586776,0.5371901,0.5661157,0.5206612,0.43801653,0.37190083,0.3429752,0.3305785,0.3305785,0.38016528,0.41322315,0.3966942,0.42561984,0.42561984,0.40495867,0.39256197,0.41322315,0.42975205,0.43801653,0.45041323,0.42975205,0.41322315,0.38016528,0.35950413,0.3553719,0.35950413,0.35950413,0.38429752,0.4214876,0.47107437,0.48347107,0.44214877,0.44214877,0.45867768,0.4752066,0.4752066,0.5123967,0.58264464,0.6280992,0.6280992,0.61570245,0.6198347,0.61157024,0.59504133,0.5785124,0.55785125,0.553719,0.30578512,0.30578512,0.30578512,0.30578512,0.30578512,0.30165288,0.30991736,0.3140496,0.29752067,0.29752067,0.33471075,0.40082645,0.46280992,0.5,0.53305787,0.5661157,0.57024795,0.5495868,0.5785124,0.6404959,0.61157024,0.5413223,0.48347107,0.45454547,0.45041323,0.41735536,0.4338843,0.4338843,0.48347107,0.5206612,0.5206612,0.48347107,0.49586776,0.5289256,0.5495868,0.5661157,0.56198347,0.5371901,0.5,0.46694216,0.47107437,0.46694216,0.5082645,0.5206612,0.553719,0.61157024,0.6363636,0.6404959,0.62396693,0.5785124,0.5371901,0.5289256,0.5165289,0.5289256,0.5661157,0.6198347,0.607438,0.59917355,0.59504133,0.59917355,0.58264464,0.54545456,0.553719,0.54545456,0.3140496,0.3140496,0.30991736,0.30991736,0.30991736,0.30165288,0.30991736,0.30991736,0.30991736,0.30578512,0.3140496,0.36363637,0.42561984,0.46694216,0.5082645,0.553719,0.57438016,0.57438016,0.58264464,0.6446281,0.6404959,0.58264464,0.5206612,0.4752066,0.4752066,0.48347107,0.46694216,0.45867768,0.4876033,0.4876033,0.5289256,0.5082645,0.4876033,0.49173555,0.5041322,0.5206612,0.5247934,0.5371901,0.5289256,0.5495868,0.5785124,0.5495868,0.58264464,0.61570245,0.6198347,0.6404959,0.6404959,0.6322314,0.6363636,0.6322314,0.61570245,0.58677685,0.57024795,0.5661157,0.55785125,0.57438016,0.58264464,0.57438016,0.5661157,0.5661157,0.55785125,0.5495868,0.5495868,0.53305787,0.30578512,0.30578512,0.30578512,0.30578512,0.30578512,0.30991736,0.29752067,0.30991736,0.30991736,0.29752067,0.29752067,0.32231405,0.38016528,0.42561984,0.4876033,0.5371901,0.5495868,0.57024795,0.5661157,0.61157024,0.62396693,0.58264464,0.5371901,0.47933885,0.42561984,0.42561984,0.46694216,0.48347107,0.47107437,0.5,0.49586776,0.49173555,0.47933885,0.47933885,0.4876033,0.5247934,0.5371901,0.553719,0.55785125,0.57024795,0.5661157,0.5495868,0.57024795,0.59504133,0.60330576,0.6198347,0.6363636,0.6487603,0.6363636,0.6446281,0.6570248,0.6322314,0.59504133,0.58677685,0.57438016,0.55785125,0.55785125,0.55785125,0.5413223,0.553719,0.54545456,0.53305787,0.53305787,0.5206612,0.29752067,0.29752067,0.29752067,0.29752067,0.29752067,0.30578512,0.30578512,0.30991736,0.30165288,0.29752067,0.29752067,0.3140496,0.33471075,0.37603307,0.45041323,0.5165289,0.5082645,0.54545456,0.5495868,0.5661157,0.58264464,0.57438016,0.553719,0.5165289,0.46280992,0.3966942,0.3553719,0.37190083,0.39256197,0.40495867,0.41322315,0.41735536,0.42561984,0.42561984,0.43801653,0.46694216,0.49586776,0.5,0.5123967,0.5289256,0.5371901,0.53305787,0.57024795,0.59917355,0.61570245,0.61157024,0.62396693,0.6363636,0.62396693,0.6322314,0.6487603,0.6363636,0.59917355,0.58677685,0.59090906,0.55785125,0.5661157,0.5495868,0.5371901,0.5413223,0.5247934,0.5247934,0.5123967,0.5041322,0.30165288,0.30578512,0.30578512,0.30578512,0.30991736,0.30165288,0.30991736,0.30165288,0.3181818,0.30165288,0.30165288,0.29752067,0.30578512,0.32231405,0.38429752,0.45867768,0.5,0.5289256,0.5413223,0.5495868,0.57024795,0.56198347,0.54545456,0.54545456,0.5289256,0.47107437,0.42561984,0.41322315,0.3966942,0.41735536,0.41735536,0.35950413,0.41322315,0.41322315,0.40082645,0.41735536,0.446281,0.45867768,0.48347107,0.5082645,0.5247934,0.5495868,0.5785124,0.6280992,0.6446281,0.61157024,0.607438,0.61157024,0.61157024,0.61157024,0.6198347,0.607438,0.59090906,0.59504133,0.59504133,0.57438016,0.5495868,0.54545456,0.5289256,0.5123967,0.5082645,0.5,0.49586776,0.49173555,0.3140496,0.30991736,0.30991736,0.30991736,0.30991736,0.29752067,0.30991736,0.29752067,0.30165288,0.30991736,0.30578512,0.30165288,0.29338843,0.30578512,0.338843,0.3966942,0.47107437,0.5165289,0.5289256,0.54545456,0.57024795,0.55785125,0.54545456,0.54545456,0.55785125,0.5371901,0.5165289,0.49586776,0.47107437,0.45867768,0.4752066,0.43801653,0.43801653,0.46280992,0.45867768,0.46280992,0.4752066,0.4876033,0.5123967,0.5371901,0.553719,0.57438016,0.60330576,0.6280992,0.6322314,0.607438,0.61570245,0.607438,0.61570245,0.59917355,0.59504133,0.58264464,0.58264464,0.58677685,0.5785124,0.5785124,0.5413223,0.5165289,0.5247934,0.5123967,0.5041322,0.5041322,0.49586776,0.48347107,0.29752067,0.29752067,0.29338843,0.29338843,0.29338843,0.30578512,0.30165288,0.30165288,0.29752067,0.32231405,0.30578512,0.3140496,0.30991736,0.30991736,0.3264463,0.3553719,0.4338843,0.4876033,0.5123967,0.5289256,0.5495868,0.54545456,0.55785125,0.57024795,0.59917355,0.59090906,0.5785124,0.59917355,0.59090906,0.57438016,0.57438016,0.57438016,0.56198347,0.553719,0.59504133,0.59504133,0.58264464,0.57024795,0.5661157,0.57438016,0.60330576,0.6198347,0.6363636,0.6363636,0.6322314,0.62396693,0.61157024,0.59917355,0.59504133,0.59504133,0.58677685,0.57438016,0.57438016,0.5661157,0.55785125,0.55785125,0.5289256,0.5123967,0.5082645,0.5041322,0.5,0.5082645,0.49586776,0.4752066,0.29338843,0.29338843,0.29338843,0.29752067,0.29752067,0.29338843,0.3140496,0.29752067,0.30578512,0.30165288,0.30578512,0.30991736,0.3140496,0.30578512,0.29752067,0.3264463,0.38842976,0.446281,0.47933885,0.5165289,0.5123967,0.5123967,0.58677685,0.59917355,0.62396693,0.6198347,0.61570245,0.6528926,0.6818182,0.6859504,0.69008267,0.7107438,0.7107438,0.71487606,0.74793386,0.7355372,0.7355372,0.74380165,0.70247936,0.661157,0.6694215,0.6735537,0.6735537,0.6735537,0.6487603,0.6322314,0.59504133,0.58677685,0.59917355,0.59917355,0.59504133,0.57024795,0.553719,0.56198347,0.56198347,0.5371901,0.5165289,0.5165289,0.5,0.5041322,0.47107437,0.48347107,0.47107437,0.46280992,0.30991736,0.3140496,0.3140496,0.3140496,0.3181818,0.30578512,0.29752067,0.3140496,0.3140496,0.29752067,0.30578512,0.3140496,0.3140496,0.30991736,0.30165288,0.2892562,0.32231405,0.3966942,0.45041323,0.48347107,0.5165289,0.48347107,0.553719,0.5661157,0.6280992,0.6404959,0.61570245,0.6487603,0.6818182,0.6983471,0.7231405,0.74380165,0.73140496,0.74380165,0.7644628,0.75619835,0.7768595,0.78099173,0.76033056,0.74380165,0.73140496,0.71487606,0.7107438,0.70247936,0.677686,0.6487603,0.6280992,0.61157024,0.61157024,0.607438,0.59504133,0.553719,0.54545456,0.57438016,0.5495868,0.5041322,0.5082645,0.5206612,0.5082645,0.5,0.46280992,0.43801653,0.446281,0.42561984,0.30578512,0.30578512,0.30165288,0.30165288,0.30165288,0.30165288,0.29752067,0.30578512,0.30578512,0.30165288,0.30165288,0.3140496,0.30991736,0.30991736,0.30991736,0.29338843,0.29338843,0.33471075,0.4090909,0.44214877,0.5082645,0.49173555,0.5247934,0.56198347,0.58264464,0.59917355,0.59917355,0.6404959,0.677686,0.6983471,0.7231405,0.7231405,0.70247936,0.7066116,0.73966944,0.73966944,0.75619835,0.77272725,0.7768595,0.74380165,0.73966944,0.73140496,0.73966944,0.71900827,0.6983471,0.661157,0.6446281,0.6446281,0.6198347,0.6198347,0.6198347,0.58677685,0.55785125,0.553719,0.5247934,0.49586776,0.4876033,0.5,0.49173555,0.47933885,0.446281,0.4090909,0.41322315,0.36363637,0.2892562,0.28512397,0.28512397,0.28512397,0.28512397,0.29338843,0.30578512,0.30165288,0.29338843,0.29752067,0.30578512,0.3181818,0.29338843,0.3140496,0.30991736,0.30578512,0.30165288,0.28512397,0.3305785,0.38842976,0.46694216,0.4876033,0.5082645,0.53305787,0.55785125,0.55785125,0.59504133,0.6487603,0.677686,0.69008267,0.6983471,0.6983471,0.677686,0.6694215,0.6818182,0.72727275,0.73966944,0.72727275,0.75619835,0.7107438,0.6942149,0.6942149,0.7231405,0.70247936,0.6652893,0.6404959,0.6363636,0.6446281,0.62396693,0.61157024,0.6280992,0.57024795,0.5371901,0.5289256,0.5165289,0.49586776,0.47107437,0.46694216,0.46280992,0.446281,0.4090909,0.37603307,0.34710744,0.29338843,0.30578512,0.30578512,0.30578512,0.30578512,0.30578512,0.30578512,0.30165288,0.29752067,0.29338843,0.30578512,0.30165288,0.32231405,0.29338843,0.30578512,0.3140496,0.30578512,0.30578512,0.30578512,0.28512397,0.32231405,0.41322315,0.45867768,0.47933885,0.49586776,0.5289256,0.5247934,0.59917355,0.6652893,0.6735537,0.6942149,0.6859504,0.6735537,0.6818182,0.677686,0.6735537,0.70247936,0.72727275,0.71487606,0.7355372,0.7107438,0.6983471,0.6652893,0.6652893,0.6528926,0.6363636,0.6404959,0.6280992,0.59917355,0.59090906,0.5661157,0.57024795,0.5123967,0.49586776,0.49173555,0.47933885,0.46694216,0.45454547,0.43801653,0.41735536,0.38842976,0.35123968,0.30165288,0.2603306,0.28099173,0.3140496,0.3140496,0.30991736,0.30991736,0.30991736,0.30578512,0.30578512,0.30165288,0.29752067,0.29752067,0.30165288,0.30991736,0.30991736,0.29752067,0.3181818,0.30578512,0.30165288,0.3181818,0.29752067,0.2768595,0.32231405,0.40495867,0.46280992,0.47107437,0.49173555,0.5,0.55785125,0.6570248,0.6487603,0.6942149,0.70247936,0.6818182,0.6859504,0.6818182,0.6859504,0.6942149,0.7066116,0.7066116,0.71900827,0.69008267,0.6694215,0.62396693,0.62396693,0.62396693,0.6404959,0.6404959,0.6198347,0.58264464,0.57438016,0.54545456,0.5041322,0.47933885,0.46280992,0.45454547,0.4214876,0.41322315,0.40495867,0.39256197,0.34710744,0.30165288,0.28099173,0.2520661,0.26859504,0.35950413,3 +0.18595041,0.3429752,0.5123967,0.57024795,0.6280992,0.61570245,0.6528926,0.661157,0.6859504,0.72727275,0.74380165,0.7644628,0.76859504,0.7768595,0.7892562,0.78512394,0.7933884,0.7933884,0.7892562,0.8140496,0.8181818,0.8181818,0.8181818,0.822314,0.8264463,0.8264463,0.822314,0.8264463,0.8264463,0.8347107,0.8264463,0.8181818,0.8264463,0.8305785,0.8264463,0.8264463,0.8264463,0.822314,0.8181818,0.822314,0.8181818,0.80991733,0.8140496,0.80991733,0.8016529,0.8016529,0.8057851,0.79752064,0.8016529,0.8016529,0.8016529,0.7933884,0.78099173,0.7933884,0.7768595,0.76033056,0.74380165,0.73140496,0.6983471,0.6652893,0.6280992,0.6404959,0.607438,0.59917355,0.18595041,0.446281,0.5495868,0.59504133,0.61570245,0.6280992,0.6487603,0.6570248,0.70247936,0.73140496,0.74793386,0.7644628,0.7768595,0.78512394,0.7933884,0.7892562,0.79752064,0.78512394,0.78099173,0.80991733,0.8181818,0.8181818,0.80991733,0.8264463,0.8264463,0.8181818,0.8181818,0.8264463,0.8305785,0.8305785,0.8305785,0.8264463,0.8347107,0.8305785,0.8264463,0.8305785,0.8264463,0.8264463,0.822314,0.8264463,0.822314,0.822314,0.80991733,0.8140496,0.8140496,0.8057851,0.8016529,0.79752064,0.79752064,0.80991733,0.8016529,0.7933884,0.7892562,0.79752064,0.7892562,0.77272725,0.75619835,0.7355372,0.70247936,0.6694215,0.6363636,0.6487603,0.59090906,0.59504133,0.2603306,0.5,0.57438016,0.6280992,0.6280992,0.6487603,0.6694215,0.6570248,0.6983471,0.7107438,0.74380165,0.76033056,0.7892562,0.79752064,0.79752064,0.7933884,0.7933884,0.7933884,0.78512394,0.78512394,0.8016529,0.8140496,0.8181818,0.822314,0.822314,0.8140496,0.8264463,0.8305785,0.8305785,0.8264463,0.822314,0.8264463,0.8347107,0.8347107,0.8347107,0.8305785,0.8264463,0.8264463,0.8264463,0.822314,0.822314,0.8181818,0.8057851,0.8140496,0.80991733,0.8016529,0.79752064,0.79752064,0.7933884,0.8016529,0.79752064,0.7892562,0.79752064,0.7933884,0.7768595,0.78512394,0.75619835,0.72727275,0.70247936,0.661157,0.6694215,0.6404959,0.59917355,0.58677685,0.35950413,0.5289256,0.58677685,0.6280992,0.6404959,0.6363636,0.661157,0.6652893,0.7066116,0.71900827,0.7355372,0.7644628,0.78512394,0.8016529,0.8057851,0.7933884,0.7933884,0.7892562,0.7933884,0.7892562,0.7933884,0.8016529,0.80991733,0.8140496,0.8140496,0.8140496,0.8181818,0.8181818,0.8264463,0.822314,0.8264463,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.822314,0.822314,0.8181818,0.8181818,0.8140496,0.80991733,0.8016529,0.8016529,0.79752064,0.78099173,0.78512394,0.7933884,0.8016529,0.79752064,0.8016529,0.7892562,0.76859504,0.7933884,0.75619835,0.7231405,0.7066116,0.6735537,0.6694215,0.6363636,0.6198347,0.59917355,0.43801653,0.5495868,0.59504133,0.6404959,0.6446281,0.6404959,0.6652893,0.6570248,0.7107438,0.72727275,0.73966944,0.73966944,0.76033056,0.78512394,0.7892562,0.78512394,0.79752064,0.7933884,0.7892562,0.7892562,0.78512394,0.7933884,0.8016529,0.8057851,0.80991733,0.80991733,0.8140496,0.8181818,0.822314,0.822314,0.822314,0.8264463,0.8305785,0.838843,0.8347107,0.8264463,0.8264463,0.8264463,0.822314,0.822314,0.822314,0.822314,0.80991733,0.8057851,0.7892562,0.8016529,0.8016529,0.7892562,0.78099173,0.78099173,0.78512394,0.79752064,0.79752064,0.78512394,0.75619835,0.76033056,0.74793386,0.7231405,0.7066116,0.69008267,0.6570248,0.6487603,0.6198347,0.6198347,0.4876033,0.54545456,0.60330576,0.6198347,0.6363636,0.6487603,0.6652893,0.6818182,0.6859504,0.7231405,0.71900827,0.6735537,0.69008267,0.71487606,0.73966944,0.75206614,0.76859504,0.7644628,0.7644628,0.76033056,0.7768595,0.78099173,0.7892562,0.78512394,0.7933884,0.79752064,0.79752064,0.80991733,0.8181818,0.8181818,0.8181818,0.8181818,0.822314,0.822314,0.822314,0.8181818,0.8140496,0.8140496,0.8181818,0.80991733,0.8057851,0.79752064,0.79752064,0.7933884,0.78099173,0.78099173,0.7892562,0.76859504,0.7644628,0.74380165,0.7107438,0.75619835,0.75619835,0.73140496,0.69008267,0.69008267,0.6859504,0.6694215,0.69008267,0.6818182,0.661157,0.6363636,0.62396693,0.60330576,0.5289256,0.55785125,0.607438,0.61570245,0.6322314,0.6280992,0.6570248,0.6570248,0.6528926,0.6735537,0.6735537,0.661157,0.6570248,0.6652893,0.6694215,0.6652893,0.6528926,0.661157,0.6694215,0.6652893,0.6818182,0.71487606,0.73966944,0.73966944,0.76033056,0.7768595,0.78099173,0.78099173,0.7892562,0.8016529,0.8057851,0.8057851,0.80991733,0.8140496,0.8057851,0.8057851,0.8057851,0.8057851,0.8057851,0.8057851,0.7892562,0.7768595,0.76859504,0.74380165,0.7107438,0.69008267,0.677686,0.6404959,0.6570248,0.6652893,0.6446281,0.6446281,0.6446281,0.6446281,0.6280992,0.6404959,0.6446281,0.6528926,0.6487603,0.6198347,0.6446281,0.6198347,0.6322314,0.59917355,0.553719,0.57024795,0.59917355,0.6198347,0.6280992,0.62396693,0.61570245,0.607438,0.6363636,0.677686,0.661157,0.6363636,0.6446281,0.62396693,0.607438,0.58264464,0.5413223,0.5371901,0.5495868,0.5165289,0.5082645,0.5495868,0.59090906,0.6446281,0.6983471,0.73140496,0.75206614,0.75206614,0.7644628,0.78512394,0.7933884,0.7933884,0.7933884,0.7933884,0.7933884,0.7933884,0.7892562,0.7933884,0.78099173,0.76033056,0.74793386,0.7355372,0.6942149,0.6363636,0.58264464,0.53305787,0.4752066,0.4876033,0.5123967,0.5247934,0.5206612,0.5661157,0.5495868,0.5495868,0.55785125,0.58264464,0.61570245,0.6363636,0.6322314,0.58677685,0.59090906,0.6198347,0.6280992,0.59090906,0.57024795,0.58264464,0.58264464,0.61157024,0.62396693,0.6280992,0.607438,0.59917355,0.62396693,0.6404959,0.62396693,0.61570245,0.58677685,0.5661157,0.5413223,0.49173555,0.45867768,0.446281,0.42561984,0.40495867,0.3677686,0.38429752,0.4338843,0.4876033,0.57024795,0.6280992,0.6652893,0.69008267,0.72727275,0.76859504,0.7768595,0.78099173,0.78512394,0.7892562,0.7892562,0.7768595,0.7644628,0.76033056,0.74380165,0.7066116,0.6818182,0.6528926,0.60330576,0.5247934,0.46694216,0.38429752,0.37603307,0.37603307,0.38842976,0.39256197,0.41322315,0.5,0.5371901,0.5413223,0.5371901,0.5785124,0.62396693,0.6363636,0.6363636,0.59917355,0.58264464,0.59917355,0.61157024,0.58677685,0.58264464,0.59917355,0.57438016,0.59504133,0.59917355,0.59090906,0.59504133,0.59917355,0.61570245,0.6322314,0.6198347,0.607438,0.5661157,0.53305787,0.5165289,0.45867768,0.42561984,0.40495867,0.3677686,0.338843,0.33471075,0.33471075,0.3677686,0.41322315,0.45867768,0.5289256,0.59090906,0.6322314,0.677686,0.73966944,0.76859504,0.78099173,0.7892562,0.7933884,0.78512394,0.77272725,0.74793386,0.7231405,0.7107438,0.6694215,0.62396693,0.58677685,0.54545456,0.4752066,0.41735536,0.36363637,0.3553719,0.35123968,0.33471075,0.37190083,0.43801653,0.5206612,0.5495868,0.57024795,0.5661157,0.607438,0.6280992,0.6404959,0.62396693,0.60330576,0.59090906,0.60330576,0.58264464,0.58264464,0.59090906,0.6198347,0.5785124,0.55785125,0.5495868,0.57438016,0.5785124,0.607438,0.58264464,0.59917355,0.6198347,0.62396693,0.61157024,0.61570245,0.6322314,0.6322314,0.59917355,0.5785124,0.5247934,0.49173555,0.47933885,0.47107437,0.45454547,0.4338843,0.43801653,0.4752066,0.5371901,0.59917355,0.6528926,0.6983471,0.74793386,0.7768595,0.7892562,0.7933884,0.7768595,0.7768595,0.75206614,0.7066116,0.6818182,0.6487603,0.58677685,0.5413223,0.49173555,0.46280992,0.46280992,0.48347107,0.46694216,0.49173555,0.5123967,0.5495868,0.59504133,0.6446281,0.6570248,0.6363636,0.6280992,0.6280992,0.62396693,0.61157024,0.607438,0.61157024,0.59090906,0.5785124,0.5413223,0.5785124,0.607438,0.6198347,0.61157024,0.54545456,0.5413223,0.553719,0.5495868,0.5785124,0.57438016,0.57024795,0.59504133,0.61570245,0.61157024,0.6404959,0.6446281,0.6570248,0.6528926,0.6487603,0.607438,0.58264464,0.55785125,0.5371901,0.5165289,0.49586776,0.47933885,0.4752066,0.49586776,0.54545456,0.607438,0.6652893,0.7231405,0.77272725,0.7892562,0.8016529,0.7892562,0.76859504,0.73966944,0.6942149,0.661157,0.61157024,0.553719,0.5,0.47933885,0.49586776,0.5165289,0.54545456,0.55785125,0.59090906,0.6198347,0.6446281,0.6404959,0.6487603,0.6487603,0.6446281,0.6446281,0.6280992,0.61570245,0.60330576,0.58677685,0.58264464,0.58677685,0.59090906,0.5413223,0.57024795,0.61570245,0.6280992,0.61570245,0.59090906,0.56198347,0.5661157,0.54545456,0.55785125,0.553719,0.5413223,0.5413223,0.5413223,0.5289256,0.5495868,0.5495868,0.57438016,0.59504133,0.59090906,0.553719,0.53305787,0.5123967,0.4876033,0.4752066,0.49173555,0.49586776,0.47933885,0.46280992,0.49586776,0.56198347,0.6322314,0.70247936,0.7644628,0.7933884,0.8057851,0.8016529,0.7768595,0.7355372,0.677686,0.61157024,0.5413223,0.49586776,0.47107437,0.47933885,0.48347107,0.4752066,0.4876033,0.5082645,0.54545456,0.57024795,0.60330576,0.607438,0.62396693,0.6198347,0.61157024,0.61570245,0.59090906,0.58264464,0.5495868,0.553719,0.553719,0.57438016,0.59504133,0.57024795,0.58264464,0.61157024,0.6446281,0.62396693,0.59917355,0.60330576,0.5785124,0.553719,0.53305787,0.5247934,0.5,0.45454547,0.46694216,0.5082645,0.5495868,0.57438016,0.607438,0.6280992,0.6446281,0.58677685,0.54545456,0.5371901,0.5206612,0.47933885,0.44214877,0.446281,0.46694216,0.446281,0.42975205,0.4876033,0.59090906,0.6818182,0.75619835,0.79752064,0.822314,0.8140496,0.7892562,0.73966944,0.6694215,0.5785124,0.49173555,0.47107437,0.4752066,0.45041323,0.4090909,0.38842976,0.41735536,0.45041323,0.5,0.5413223,0.55785125,0.553719,0.54545456,0.5495868,0.54545456,0.53305787,0.5371901,0.5413223,0.5289256,0.5371901,0.55785125,0.5661157,0.58264464,0.59090906,0.57438016,0.61157024,0.6570248,0.6363636,0.6322314,0.6280992,0.60330576,0.58264464,0.5413223,0.5123967,0.46694216,0.45041323,0.5,0.5041322,0.5,0.45454547,0.42975205,0.4214876,0.5495868,0.5247934,0.48347107,0.5,0.5,0.49586776,0.46694216,0.44214877,0.44214877,0.45454547,0.4338843,0.44214877,0.553719,0.677686,0.76033056,0.80991733,0.8305785,0.822314,0.79752064,0.7355372,0.6363636,0.53305787,0.47933885,0.46694216,0.4338843,0.39256197,0.3966942,0.40495867,0.4214876,0.45041323,0.4876033,0.56198347,0.5661157,0.553719,0.56198347,0.58677685,0.57438016,0.5495868,0.49173555,0.47107437,0.49173555,0.53305787,0.56198347,0.56198347,0.59090906,0.607438,0.5785124,0.61157024,0.6652893,0.6528926,0.661157,0.6446281,0.62396693,0.607438,0.5661157,0.5206612,0.47933885,0.446281,0.42561984,0.39256197,0.37603307,0.24793388,0.1983471,0.17355372,0.29752067,0.32231405,0.30578512,0.48347107,0.49173555,0.46694216,0.46694216,0.45454547,0.45041323,0.46280992,0.46694216,0.44214877,0.5123967,0.6652893,0.76859504,0.8140496,0.8305785,0.8264463,0.8057851,0.74380165,0.60330576,0.5123967,0.48347107,0.44214877,0.4090909,0.38842976,0.40495867,0.40082645,0.38016528,0.3553719,0.28099173,0.41735536,0.35123968,0.3140496,0.42975205,0.49173555,0.5247934,0.5247934,0.5123967,0.47933885,0.48347107,0.5123967,0.553719,0.55785125,0.61570245,0.60330576,0.57438016,0.61570245,0.6735537,0.6694215,0.6818182,0.677686,0.6528926,0.61157024,0.553719,0.5123967,0.48347107,0.42561984,0.3966942,0.38842976,0.4090909,0.30578512,0.20247933,0.21487603,0.21900827,0.2520661,0.3553719,0.553719,0.4752066,0.43801653,0.5041322,0.46694216,0.49586776,0.5123967,0.48347107,0.49173555,0.5165289,0.6363636,0.76033056,0.8140496,0.8347107,0.8264463,0.8140496,0.75206614,0.59504133,0.5082645,0.5,0.4876033,0.446281,0.40082645,0.38842976,0.40495867,0.3181818,0.2603306,0.14049587,0.25619835,0.24380165,0.14876033,0.3305785,0.3966942,0.39256197,0.38842976,0.446281,0.47107437,0.4752066,0.5413223,0.57024795,0.56198347,0.6280992,0.607438,0.60330576,0.59504133,0.6735537,0.677686,0.6735537,0.6735537,0.6528926,0.59504133,0.57024795,0.58264464,0.58264464,0.5082645,0.4752066,0.5165289,0.5661157,0.49586776,0.35123968,0.30991736,0.3305785,0.37603307,0.5289256,0.6942149,0.57438016,0.5123967,0.6487603,0.5371901,0.49586776,0.56198347,0.55785125,0.5371901,0.54545456,0.6198347,0.73966944,0.8057851,0.8305785,0.8181818,0.8140496,0.74793386,0.57024795,0.49586776,0.5413223,0.553719,0.49586776,0.41735536,0.38842976,0.48347107,0.42975205,0.34710744,0.2603306,0.20247933,0.24793388,0.2520661,0.4752066,0.5123967,0.4338843,0.38016528,0.3966942,0.44214877,0.44214877,0.4752066,0.53305787,0.57024795,0.60330576,0.607438,0.6198347,0.57438016,0.677686,0.6818182,0.6818182,0.6652893,0.6570248,0.6404959,0.6404959,0.6528926,0.6570248,0.607438,0.56198347,0.58677685,0.62396693,0.61157024,0.57438016,0.5,0.5,0.54545456,0.6198347,0.6280992,0.5785124,0.5371901,0.60330576,0.61570245,0.5661157,0.58264464,0.6280992,0.59504133,0.56198347,0.607438,0.7231405,0.79752064,0.8181818,0.8057851,0.8057851,0.74793386,0.56198347,0.4876033,0.58264464,0.57438016,0.5206612,0.48347107,0.47107437,0.5413223,0.553719,0.46694216,0.4214876,0.3429752,0.34710744,0.4338843,0.59917355,0.607438,0.5165289,0.48347107,0.47933885,0.5123967,0.5,0.46280992,0.49173555,0.5495868,0.607438,0.607438,0.6198347,0.57024795,0.677686,0.6942149,0.69008267,0.6735537,0.70247936,0.7231405,0.7107438,0.6735537,0.6694215,0.6735537,0.6487603,0.6570248,0.6322314,0.59504133,0.57438016,0.58677685,0.59090906,0.59504133,0.60330576,0.5785124,0.5785124,0.57438016,0.57438016,0.6322314,0.661157,0.6528926,0.6363636,0.6198347,0.57438016,0.59917355,0.70247936,0.7768595,0.8016529,0.79752064,0.7892562,0.74793386,0.5785124,0.5082645,0.57438016,0.59917355,0.5785124,0.5661157,0.57024795,0.57438016,0.59090906,0.58264464,0.59917355,0.57024795,0.54545456,0.59090906,0.59504133,0.59504133,0.56198347,0.5661157,0.55785125,0.5785124,0.59090906,0.57024795,0.5495868,0.5495868,0.5785124,0.6198347,0.607438,0.5661157,0.6570248,0.6735537,0.69008267,0.70247936,0.7355372,0.7644628,0.74793386,0.70247936,0.6694215,0.6859504,0.6818182,0.69008267,0.6942149,0.6735537,0.6528926,0.6446281,0.6404959,0.62396693,0.6198347,0.59090906,0.5785124,0.57024795,0.57438016,0.6198347,0.6446281,0.6404959,0.6446281,0.6404959,0.58264464,0.59504133,0.6942149,0.7644628,0.7892562,0.78512394,0.78099173,0.75206614,0.60330576,0.53305787,0.5495868,0.58264464,0.6198347,0.61570245,0.58677685,0.5495868,0.5371901,0.53305787,0.57024795,0.59917355,0.59090906,0.61570245,0.58264464,0.59504133,0.60330576,0.61570245,0.6198347,0.61570245,0.6198347,0.6280992,0.6404959,0.61157024,0.61157024,0.6280992,0.6198347,0.5661157,0.6487603,0.6570248,0.6942149,0.7231405,0.75619835,0.76859504,0.7644628,0.73140496,0.6942149,0.6859504,0.7066116,0.6983471,0.7107438,0.71900827,0.7066116,0.6942149,0.7066116,0.6735537,0.6487603,0.6198347,0.60330576,0.59504133,0.61157024,0.6404959,0.6446281,0.661157,0.6818182,0.6446281,0.5785124,0.607438,0.7066116,0.7644628,0.77272725,0.76859504,0.7768595,0.75206614,0.6280992,0.553719,0.57438016,0.5785124,0.62396693,0.6528926,0.61157024,0.5785124,0.57024795,0.5495868,0.59090906,0.6198347,0.6404959,0.6528926,0.6404959,0.6363636,0.6363636,0.6363636,0.6528926,0.6322314,0.6404959,0.661157,0.69008267,0.6983471,0.6942149,0.6652893,0.6528926,0.5495868,0.6280992,0.6694215,0.7066116,0.7355372,0.77272725,0.77272725,0.77272725,0.75206614,0.72727275,0.7231405,0.7355372,0.72727275,0.73140496,0.73140496,0.71487606,0.7066116,0.71900827,0.6818182,0.6694215,0.6694215,0.6570248,0.6446281,0.6694215,0.6818182,0.6859504,0.7107438,0.6983471,0.6280992,0.57438016,0.6280992,0.7231405,0.77272725,0.76859504,0.76033056,0.78099173,0.75619835,0.6487603,0.57438016,0.607438,0.59917355,0.6198347,0.661157,0.661157,0.6322314,0.62396693,0.59917355,0.607438,0.61570245,0.6322314,0.6446281,0.6528926,0.6528926,0.661157,0.6570248,0.6570248,0.661157,0.661157,0.69008267,0.73140496,0.73966944,0.75619835,0.6859504,0.6859504,0.5289256,0.60330576,0.6652893,0.7066116,0.75206614,0.7768595,0.78099173,0.7892562,0.7644628,0.74793386,0.74380165,0.74793386,0.73966944,0.73966944,0.7355372,0.7231405,0.7355372,0.7355372,0.71487606,0.6942149,0.7066116,0.71487606,0.71487606,0.71900827,0.72727275,0.72727275,0.7231405,0.677686,0.607438,0.58264464,0.6404959,0.7231405,0.76859504,0.7768595,0.76033056,0.77272725,0.76033056,0.6735537,0.60330576,0.61157024,0.6322314,0.6404959,0.6735537,0.6983471,0.677686,0.6694215,0.6570248,0.6570248,0.6735537,0.6942149,0.6942149,0.6942149,0.6983471,0.6983471,0.7066116,0.7107438,0.7066116,0.6942149,0.72727275,0.76033056,0.76033056,0.7644628,0.7355372,0.6983471,0.5082645,0.58677685,0.6487603,0.6942149,0.75206614,0.76859504,0.78099173,0.79752064,0.78099173,0.76859504,0.7644628,0.76033056,0.74380165,0.7355372,0.72727275,0.7066116,0.73140496,0.72727275,0.72727275,0.73140496,0.74380165,0.7644628,0.7644628,0.75619835,0.75619835,0.73966944,0.7066116,0.6446281,0.60330576,0.607438,0.6570248,0.7231405,0.77272725,0.7768595,0.75619835,0.76859504,0.75619835,0.6859504,0.6280992,0.6198347,0.6528926,0.6818182,0.70247936,0.7231405,0.72727275,0.7066116,0.6859504,0.6859504,0.7066116,0.72727275,0.7231405,0.73966944,0.74380165,0.73140496,0.73140496,0.75206614,0.73966944,0.7355372,0.75619835,0.77272725,0.7768595,0.78099173,0.75619835,0.7107438,0.5,0.57438016,0.62396693,0.677686,0.73966944,0.76033056,0.78099173,0.79752064,0.78512394,0.7933884,0.78099173,0.77272725,0.76859504,0.7644628,0.74380165,0.7355372,0.74380165,0.74380165,0.75619835,0.77272725,0.77272725,0.7768595,0.78099173,0.7644628,0.75206614,0.72727275,0.677686,0.62396693,0.61157024,0.6322314,0.6818182,0.73966944,0.7768595,0.78099173,0.76033056,0.7644628,0.74793386,0.69008267,0.6446281,0.6280992,0.6528926,0.6983471,0.7231405,0.74793386,0.76033056,0.75619835,0.73966944,0.71487606,0.7107438,0.7107438,0.70247936,0.73140496,0.7355372,0.74380165,0.74380165,0.76033056,0.75619835,0.76033056,0.7768595,0.7768595,0.78099173,0.78099173,0.74793386,0.7066116,0.5,0.5495868,0.59917355,0.661157,0.7231405,0.75206614,0.77272725,0.78512394,0.78512394,0.7933884,0.7933884,0.78512394,0.78512394,0.7933884,0.78099173,0.77272725,0.78099173,0.7892562,0.8016529,0.79752064,0.7768595,0.77272725,0.78099173,0.75206614,0.73140496,0.6983471,0.6446281,0.607438,0.6198347,0.6570248,0.7066116,0.76033056,0.7892562,0.7892562,0.77272725,0.77272725,0.75619835,0.6942149,0.6363636,0.6280992,0.6404959,0.6818182,0.7231405,0.75619835,0.77272725,0.7892562,0.7892562,0.76859504,0.75619835,0.73966944,0.73140496,0.7355372,0.75206614,0.76859504,0.7644628,0.7768595,0.78099173,0.7768595,0.78512394,0.7768595,0.78099173,0.7768595,0.74380165,0.6983471,0.5041322,0.5289256,0.58264464,0.6322314,0.6942149,0.74380165,0.76033056,0.76859504,0.78512394,0.7892562,0.7933884,0.7933884,0.7933884,0.79752064,0.79752064,0.7892562,0.7933884,0.8016529,0.8057851,0.7933884,0.78099173,0.78512394,0.76859504,0.73966944,0.71900827,0.6652893,0.607438,0.59504133,0.6363636,0.6818182,0.72727275,0.77272725,0.79752064,0.8016529,0.78512394,0.7768595,0.7644628,0.70247936,0.6363636,0.62396693,0.6363636,0.661157,0.71487606,0.75619835,0.77272725,0.79752064,0.8016529,0.79752064,0.8016529,0.7892562,0.78099173,0.74793386,0.7768595,0.7892562,0.7768595,0.78512394,0.78099173,0.78099173,0.78099173,0.78099173,0.76859504,0.76859504,0.73140496,0.6942149,0.5165289,0.5247934,0.553719,0.607438,0.6694215,0.71900827,0.7355372,0.75206614,0.7768595,0.7768595,0.7892562,0.79752064,0.79752064,0.8016529,0.8016529,0.79752064,0.8016529,0.8057851,0.8016529,0.79752064,0.7933884,0.7892562,0.75619835,0.7355372,0.70247936,0.6363636,0.58264464,0.59504133,0.6528926,0.6983471,0.7355372,0.77272725,0.8016529,0.8057851,0.7892562,0.7768595,0.77272725,0.72727275,0.6528926,0.6198347,0.6198347,0.6280992,0.6942149,0.75206614,0.77272725,0.79752064,0.8057851,0.8016529,0.80991733,0.8016529,0.79752064,0.76859504,0.78099173,0.79752064,0.78512394,0.7892562,0.78099173,0.77272725,0.78512394,0.7768595,0.76033056,0.75206614,0.71900827,0.6818182,0.5082645,0.5371901,0.553719,0.59090906,0.6404959,0.6859504,0.7066116,0.73966944,0.7644628,0.7644628,0.78512394,0.7933884,0.7933884,0.8057851,0.8140496,0.80991733,0.80991733,0.8057851,0.8057851,0.8057851,0.7933884,0.7768595,0.74380165,0.7231405,0.6735537,0.59090906,0.57024795,0.61157024,0.6652893,0.7107438,0.74380165,0.7768595,0.8057851,0.8016529,0.78512394,0.78512394,0.7768595,0.73966944,0.6652893,0.61570245,0.61157024,0.59917355,0.6528926,0.7355372,0.76859504,0.78512394,0.8016529,0.8016529,0.8057851,0.8057851,0.79752064,0.8016529,0.7933884,0.7933884,0.7892562,0.7892562,0.7892562,0.77272725,0.77272725,0.7644628,0.75206614,0.72727275,0.6983471,0.6570248,0.49173555,0.55785125,0.56198347,0.59090906,0.62396693,0.6735537,0.6942149,0.7231405,0.73966944,0.76033056,0.77272725,0.7892562,0.7892562,0.8016529,0.8181818,0.8140496,0.8181818,0.80991733,0.80991733,0.8016529,0.7768595,0.75619835,0.7231405,0.7066116,0.6363636,0.56198347,0.58677685,0.6280992,0.6735537,0.71900827,0.75206614,0.78512394,0.8181818,0.8140496,0.78099173,0.78099173,0.76859504,0.72727275,0.6694215,0.61157024,0.62396693,0.59090906,0.61570245,0.71487606,0.75619835,0.7644628,0.78512394,0.8016529,0.80991733,0.8057851,0.79752064,0.8016529,0.8016529,0.79752064,0.7892562,0.7892562,0.78512394,0.78099173,0.75619835,0.74380165,0.72727275,0.6942149,0.677686,0.6363636,0.48347107,0.5495868,0.57438016,0.59090906,0.6280992,0.6570248,0.6859504,0.7107438,0.71900827,0.75206614,0.76859504,0.7892562,0.78099173,0.79752064,0.80991733,0.8016529,0.8140496,0.80991733,0.8016529,0.78512394,0.7644628,0.74380165,0.71900827,0.6942149,0.607438,0.58264464,0.6198347,0.6280992,0.6528926,0.6942149,0.74793386,0.7892562,0.822314,0.8264463,0.7933884,0.7768595,0.75206614,0.6983471,0.661157,0.6198347,0.6363636,0.607438,0.60330576,0.69008267,0.74380165,0.75619835,0.77272725,0.7933884,0.8057851,0.8016529,0.79752064,0.79752064,0.8057851,0.7933884,0.78512394,0.78512394,0.78099173,0.7644628,0.74793386,0.71900827,0.6983471,0.677686,0.6528926,0.607438,0.45867768,0.5413223,0.57438016,0.58677685,0.61570245,0.6528926,0.6735537,0.6983471,0.7066116,0.73966944,0.75619835,0.78099173,0.77272725,0.7892562,0.79752064,0.7892562,0.79752064,0.79752064,0.78099173,0.77272725,0.75619835,0.73966944,0.7107438,0.661157,0.59917355,0.607438,0.61570245,0.60330576,0.61157024,0.6487603,0.71900827,0.77272725,0.8016529,0.822314,0.79752064,0.75206614,0.71487606,0.6570248,0.6280992,0.6198347,0.6322314,0.6198347,0.59090906,0.6652893,0.73140496,0.75619835,0.7644628,0.78512394,0.7933884,0.7892562,0.7933884,0.7933884,0.8016529,0.7892562,0.78512394,0.76859504,0.7644628,0.7355372,0.71900827,0.6983471,0.6694215,0.6652893,0.6322314,0.58677685,0.43801653,0.54545456,0.56198347,0.59090906,0.60330576,0.6528926,0.6652893,0.6859504,0.7066116,0.71487606,0.7355372,0.76033056,0.7644628,0.7768595,0.78512394,0.78099173,0.7892562,0.78099173,0.7644628,0.76033056,0.7644628,0.74793386,0.70247936,0.61570245,0.59504133,0.59917355,0.553719,0.53305787,0.5413223,0.58264464,0.661157,0.7355372,0.7644628,0.78099173,0.75619835,0.70247936,0.6446281,0.59917355,0.5785124,0.59090906,0.6322314,0.6198347,0.57024795,0.6322314,0.71900827,0.75206614,0.75619835,0.76859504,0.78512394,0.7768595,0.78099173,0.78512394,0.79752064,0.7892562,0.78099173,0.75619835,0.73140496,0.7107438,0.69008267,0.6942149,0.6528926,0.6487603,0.6198347,0.57438016,0.42561984,0.54545456,0.57024795,0.58264464,0.59504133,0.6322314,0.6528926,0.6694215,0.6942149,0.69008267,0.71487606,0.73966944,0.75206614,0.7644628,0.78099173,0.77272725,0.7768595,0.7768595,0.7644628,0.76033056,0.7644628,0.75206614,0.677686,0.5661157,0.58264464,0.55785125,0.42561984,0.35950413,0.42561984,0.5123967,0.58264464,0.661157,0.70247936,0.7066116,0.6694215,0.607438,0.5495868,0.49586776,0.4752066,0.5165289,0.60330576,0.6198347,0.55785125,0.607438,0.70247936,0.75206614,0.7644628,0.7644628,0.77272725,0.76033056,0.77272725,0.77272725,0.78512394,0.7768595,0.76033056,0.74380165,0.7107438,0.6983471,0.6818182,0.6735537,0.6446281,0.6280992,0.607438,0.5661157,0.4090909,0.5289256,0.5661157,0.5785124,0.59090906,0.6198347,0.6322314,0.6446281,0.6652893,0.6735537,0.6942149,0.72727275,0.74380165,0.75206614,0.77272725,0.76859504,0.7644628,0.77272725,0.76859504,0.76859504,0.77272725,0.74793386,0.6280992,0.5123967,0.55785125,0.5123967,0.34710744,0.19421488,0.22727273,0.38016528,0.5041322,0.57024795,0.61570245,0.61570245,0.57024795,0.49586776,0.3966942,0.3140496,0.25619835,0.37603307,0.55785125,0.607438,0.5495868,0.59917355,0.6983471,0.75206614,0.76033056,0.7644628,0.76859504,0.76033056,0.76033056,0.7644628,0.76859504,0.7644628,0.74793386,0.72727275,0.70247936,0.6859504,0.69008267,0.6446281,0.6322314,0.61570245,0.5785124,0.553719,0.40082645,0.5041322,0.55785125,0.57438016,0.59917355,0.61570245,0.61570245,0.6446281,0.6446281,0.6735537,0.6859504,0.7231405,0.73966944,0.74793386,0.7644628,0.76859504,0.75206614,0.76033056,0.76859504,0.7644628,0.78512394,0.75206614,0.59504133,0.47107437,0.53305787,0.5082645,0.42561984,0.2603306,0.14876033,0.23553719,0.39256197,0.4876033,0.5247934,0.5247934,0.4876033,0.40082645,0.2768595,0.23140496,0.20247933,0.29338843,0.49173555,0.57438016,0.5413223,0.58264464,0.677686,0.73966944,0.74793386,0.75619835,0.76859504,0.75619835,0.74793386,0.75619835,0.75619835,0.75206614,0.74793386,0.73140496,0.6942149,0.677686,0.6859504,0.6446281,0.6280992,0.61157024,0.56198347,0.53305787,0.4090909,0.4752066,0.5371901,0.56198347,0.58677685,0.60330576,0.607438,0.6322314,0.6404959,0.6694215,0.677686,0.7107438,0.73966944,0.74793386,0.76033056,0.75206614,0.74793386,0.75206614,0.76033056,0.74793386,0.75206614,0.73966944,0.61157024,0.45454547,0.4876033,0.5371901,0.5413223,0.46280992,0.3429752,0.32231405,0.338843,0.38842976,0.446281,0.45454547,0.45867768,0.4338843,0.34710744,0.33471075,0.37190083,0.37190083,0.45454547,0.5289256,0.5247934,0.56198347,0.661157,0.7355372,0.75619835,0.75206614,0.76033056,0.75619835,0.73966944,0.73966944,0.74793386,0.73966944,0.73966944,0.72727275,0.69008267,0.6652893,0.6694215,0.6446281,0.6198347,0.59504133,0.553719,0.53305787,0.41322315,0.45041323,0.5165289,0.5413223,0.56198347,0.59090906,0.59090906,0.62396693,0.6280992,0.6528926,0.6694215,0.6942149,0.71900827,0.72727275,0.75206614,0.74793386,0.74793386,0.74380165,0.75206614,0.73140496,0.71900827,0.7231405,0.6570248,0.49586776,0.42561984,0.49586776,0.5289256,0.53305787,0.5247934,0.5,0.4338843,0.38842976,0.4214876,0.446281,0.5,0.5495868,0.5206612,0.5082645,0.5413223,0.5,0.47933885,0.49173555,0.5041322,0.57024795,0.6528926,0.7231405,0.76033056,0.74793386,0.75206614,0.75206614,0.74380165,0.7355372,0.74380165,0.73966944,0.73140496,0.7107438,0.677686,0.6570248,0.6404959,0.6363636,0.61157024,0.5785124,0.5495868,0.5206612,0.41735536,0.44214877,0.49173555,0.53305787,0.5495868,0.57438016,0.57438016,0.61570245,0.61157024,0.6487603,0.6694215,0.677686,0.69008267,0.7107438,0.73966944,0.74793386,0.74380165,0.74380165,0.74380165,0.73140496,0.72727275,0.7355372,0.6983471,0.59917355,0.45867768,0.4214876,0.42561984,0.45454547,0.55785125,0.59504133,0.55785125,0.49586776,0.48347107,0.5123967,0.5661157,0.59504133,0.58677685,0.58264464,0.57438016,0.5289256,0.47933885,0.45867768,0.5082645,0.59504133,0.6487603,0.7107438,0.73966944,0.73966944,0.75206614,0.74793386,0.74793386,0.73966944,0.7231405,0.7231405,0.7107438,0.6983471,0.6652893,0.6528926,0.6280992,0.6280992,0.60330576,0.57438016,0.5371901,0.5165289,0.42561984,0.42975205,0.47107437,0.5123967,0.5413223,0.5661157,0.5661157,0.607438,0.607438,0.6404959,0.6570248,0.6694215,0.677686,0.6983471,0.71487606,0.72727275,0.73966944,0.73966944,0.73966944,0.7355372,0.74793386,0.73140496,0.70247936,0.677686,0.59090906,0.5041322,0.4752066,0.45867768,0.53305787,0.62396693,0.61570245,0.57024795,0.5413223,0.5661157,0.60330576,0.58677685,0.56198347,0.54545456,0.5041322,0.46694216,0.45454547,0.4752066,0.56198347,0.6363636,0.661157,0.6983471,0.73140496,0.73966944,0.74793386,0.73966944,0.73966944,0.73140496,0.7066116,0.6983471,0.69008267,0.677686,0.6652893,0.6528926,0.6487603,0.6363636,0.59917355,0.55785125,0.5289256,0.5123967,0.41735536,0.42561984,0.45454547,0.49173555,0.5289256,0.57438016,0.55785125,0.59504133,0.607438,0.6322314,0.6570248,0.661157,0.677686,0.6942149,0.70247936,0.71487606,0.72727275,0.73140496,0.74380165,0.73966944,0.74793386,0.73140496,0.70247936,0.69008267,0.6652893,0.61570245,0.61157024,0.56198347,0.54545456,0.62396693,0.6363636,0.59917355,0.56198347,0.5785124,0.61157024,0.59090906,0.57024795,0.5495868,0.5165289,0.5123967,0.5371901,0.54545456,0.607438,0.661157,0.6694215,0.6942149,0.73140496,0.7355372,0.7355372,0.7355372,0.7231405,0.7107438,0.6983471,0.6859504,0.6818182,0.6570248,0.6735537,0.6570248,0.6363636,0.6322314,0.58264464,0.5495868,0.5247934,0.5,0.40495867,0.43801653,0.43801653,0.4752066,0.5123967,0.57024795,0.5785124,0.57438016,0.607438,0.62396693,0.6528926,0.6570248,0.6652893,0.6735537,0.69008267,0.70247936,0.71487606,0.71900827,0.72727275,0.72727275,0.7355372,0.72727275,0.71487606,0.6942149,0.6694215,0.6322314,0.6280992,0.61157024,0.58677685,0.6446281,0.6652893,0.62396693,0.5785124,0.5785124,0.61157024,0.60330576,0.58677685,0.5785124,0.57438016,0.57438016,0.61570245,0.61157024,0.6322314,0.6652893,0.661157,0.6859504,0.71487606,0.73140496,0.72727275,0.7355372,0.7107438,0.70247936,0.6942149,0.677686,0.6652893,0.6487603,0.661157,0.6363636,0.61157024,0.6280992,0.58264464,0.5413223,0.5165289,0.49173555,0.3677686,0.446281,0.44214877,0.46694216,0.5,0.55785125,0.58677685,0.59090906,0.59917355,0.62396693,0.6446281,0.6528926,0.661157,0.6528926,0.6818182,0.6818182,0.6942149,0.6983471,0.6983471,0.7066116,0.7231405,0.7066116,0.7066116,0.69008267,0.6694215,0.6404959,0.61157024,0.61157024,0.6198347,0.6818182,0.6859504,0.6446281,0.59917355,0.59917355,0.6322314,0.62396693,0.60330576,0.59504133,0.59090906,0.59917355,0.6322314,0.6487603,0.6570248,0.6735537,0.661157,0.6694215,0.70247936,0.7107438,0.71900827,0.71487606,0.69008267,0.6859504,0.6859504,0.6735537,0.6487603,0.6487603,0.6528926,0.6322314,0.61157024,0.61157024,0.57438016,0.5371901,0.5165289,0.47933885,0.3429752,0.43801653,0.446281,0.46694216,0.49173555,0.55785125,0.57438016,0.59504133,0.59917355,0.62396693,0.6322314,0.6363636,0.6570248,0.6528926,0.6652893,0.6694215,0.6652893,0.677686,0.6942149,0.6859504,0.6983471,0.6859504,0.677686,0.6735537,0.661157,0.6570248,0.6363636,0.6280992,0.6404959,0.6983471,0.70247936,0.6570248,0.62396693,0.6280992,0.6694215,0.661157,0.6363636,0.61570245,0.59917355,0.61157024,0.6363636,0.6528926,0.6570248,0.677686,0.6694215,0.6735537,0.6942149,0.6859504,0.69008267,0.70247936,0.661157,0.6528926,0.6818182,0.661157,0.6363636,0.6404959,0.6487603,0.6322314,0.61157024,0.58677685,0.55785125,0.5289256,0.49586776,0.47107437,0.3140496,0.4338843,0.45454547,0.46694216,0.5041322,0.54545456,0.55785125,0.5785124,0.59917355,0.61157024,0.62396693,0.6280992,0.6446281,0.6363636,0.6446281,0.6528926,0.6528926,0.6652893,0.6818182,0.6652893,0.6735537,0.6570248,0.6570248,0.6570248,0.6652893,0.6652893,0.661157,0.6652893,0.6818182,0.71900827,0.71900827,0.6942149,0.6859504,0.6859504,0.6983471,0.69008267,0.6446281,0.62396693,0.6404959,0.6446281,0.6404959,0.6528926,0.6694215,0.6652893,0.6487603,0.6652893,0.6735537,0.6859504,0.70247936,0.6983471,0.661157,0.6652893,0.6735537,0.6528926,0.6280992,0.6404959,0.6280992,0.62396693,0.59917355,0.57438016,0.5413223,0.5165289,0.49173555,0.46694216,0.30991736,0.3966942,0.45867768,0.4752066,0.5,0.5371901,0.5495868,0.5785124,0.59090906,0.59917355,0.61157024,0.62396693,0.6280992,0.6198347,0.6322314,0.6322314,0.6322314,0.6487603,0.6446281,0.6363636,0.6487603,0.6446281,0.6570248,0.6570248,0.6735537,0.6652893,0.6652893,0.6818182,0.71900827,0.76033056,0.75206614,0.72727275,0.74380165,0.74380165,0.74380165,0.7355372,0.6818182,0.6570248,0.6652893,0.661157,0.6528926,0.6694215,0.6735537,0.661157,0.6487603,0.6652893,0.6652893,0.677686,0.677686,0.661157,0.6528926,0.6652893,0.6446281,0.6322314,0.6280992,0.6322314,0.6198347,0.607438,0.59090906,0.553719,0.5289256,0.5206612,0.47933885,0.46280992,0.30991736,0.37190083,0.446281,0.4752066,0.49586776,0.53305787,0.5371901,0.57438016,0.5785124,0.59917355,0.59917355,0.61570245,0.60330576,0.59504133,0.607438,0.607438,0.60330576,0.6198347,0.61570245,0.61157024,0.61570245,0.6322314,0.6652893,0.6652893,0.69008267,0.6983471,0.7066116,0.71487606,0.7355372,0.76859504,0.77272725,0.75619835,0.7644628,0.76859504,0.76859504,0.7644628,0.7355372,0.70247936,0.6859504,0.6652893,0.6652893,0.6694215,0.6528926,0.661157,0.6570248,0.6735537,0.6694215,0.6570248,0.6487603,0.6363636,0.6363636,0.6363636,0.61157024,0.61157024,0.62396693,0.6322314,0.61157024,0.59090906,0.5785124,0.5661157,0.5247934,0.49586776,0.47933885,0.4752066,0.30165288,0.3429752,0.43801653,0.47107437,0.47933885,0.5165289,0.5247934,0.57438016,0.58677685,0.59917355,0.60330576,0.607438,0.60330576,0.5785124,0.58264464,0.57024795,0.553719,0.5785124,0.58264464,0.5785124,0.58677685,0.6198347,0.661157,0.6652893,0.677686,0.6694215,0.6280992,0.57438016,0.53305787,0.5413223,0.6198347,0.70247936,0.7231405,0.6859504,0.6280992,0.6487603,0.7066116,0.73140496,0.71487606,0.70247936,0.6983471,0.677686,0.6570248,0.6570248,0.6280992,0.6404959,0.6404959,0.6404959,0.6322314,0.607438,0.59504133,0.59504133,0.59090906,0.61157024,0.607438,0.62396693,0.60330576,0.5785124,0.57024795,0.57024795,0.5206612,0.4876033,0.4752066,0.46694216,0.3140496,0.30578512,0.40082645,0.4752066,0.4752066,0.5041322,0.5123967,0.5661157,0.59090906,0.59504133,0.607438,0.60330576,0.60330576,0.57438016,0.57438016,0.54545456,0.5206612,0.5247934,0.5206612,0.5082645,0.5371901,0.57024795,0.58264464,0.5661157,0.5289256,0.47107437,0.42975205,0.4090909,0.39256197,0.39256197,0.42561984,0.49586776,0.5247934,0.4876033,0.44214877,0.44214877,0.4876033,0.5371901,0.6198347,0.69008267,0.70247936,0.6818182,0.661157,0.6404959,0.62396693,0.6198347,0.61570245,0.60330576,0.59504133,0.57438016,0.55785125,0.5495868,0.57024795,0.59090906,0.59090906,0.607438,0.59504133,0.56198347,0.5661157,0.5413223,0.5,0.48347107,0.46694216,0.46280992,0.3140496,0.29752067,0.36363637,0.45454547,0.47107437,0.49586776,0.5123967,0.5413223,0.57438016,0.59504133,0.61570245,0.61157024,0.60330576,0.57438016,0.553719,0.5289256,0.47933885,0.446281,0.40495867,0.38016528,0.39256197,0.40082645,0.37603307,0.3553719,0.34710744,0.32231405,0.3264463,0.3677686,0.35950413,0.37190083,0.40495867,0.446281,0.45041323,0.42975205,0.4214876,0.4214876,0.42561984,0.40082645,0.38842976,0.4752066,0.5785124,0.61570245,0.61157024,0.60330576,0.59090906,0.58264464,0.5785124,0.56198347,0.54545456,0.53305787,0.5165289,0.5289256,0.5371901,0.5661157,0.58677685,0.58677685,0.58677685,0.553719,0.54545456,0.5165289,0.49173555,0.4876033,0.46280992,0.446281,0.30578512,0.30991736,0.32231405,0.41735536,0.45454547,0.47933885,0.5041322,0.5371901,0.55785125,0.58677685,0.61570245,0.60330576,0.59917355,0.58264464,0.5371901,0.5082645,0.47933885,0.46280992,0.4338843,0.3553719,0.30991736,0.26859504,0.26859504,0.2768595,0.2768595,0.27272728,0.28099173,0.30165288,0.27272728,0.26859504,0.3181818,0.3553719,0.36363637,0.35123968,0.3553719,0.3677686,0.3677686,0.3553719,0.3264463,0.3305785,0.36363637,0.40495867,0.446281,0.4876033,0.4876033,0.49586776,0.49586776,0.48347107,0.47933885,0.4876033,0.5,0.5,0.5371901,0.56198347,0.5785124,0.58264464,0.5785124,0.5413223,0.53305787,0.5165289,0.47933885,0.49586776,0.43801653,0.42561984,0.30991736,0.3140496,0.29338843,0.3966942,0.43801653,0.47107437,0.5,0.5206612,0.5495868,0.57438016,0.59917355,0.59917355,0.60330576,0.59090906,0.54545456,0.5123967,0.5413223,0.5661157,0.5495868,0.5165289,0.47107437,0.40495867,0.37603307,0.38429752,0.35950413,0.34710744,0.38016528,0.41322315,0.40082645,0.38429752,0.37603307,0.3553719,0.338843,0.35123968,0.3553719,0.34710744,0.3553719,0.33471075,0.30165288,0.30578512,0.29752067,0.2768595,0.2768595,0.29338843,0.3140496,0.36363637,0.38016528,0.38429752,0.41735536,0.446281,0.46280992,0.48347107,0.5371901,0.57024795,0.56198347,0.5785124,0.57438016,0.5413223,0.5206612,0.5,0.46694216,0.46280992,0.4338843,0.39256197,0.3181818,0.3140496,0.3181818,0.30991736,0.42561984,0.44214877,0.48347107,0.5123967,0.5289256,0.56198347,0.58677685,0.59090906,0.59917355,0.607438,0.60330576,0.5661157,0.62396693,0.661157,0.6487603,0.61570245,0.59504133,0.5495868,0.5041322,0.5,0.47933885,0.45041323,0.46280992,0.48347107,0.5041322,0.5495868,0.58264464,0.53305787,0.48347107,0.5247934,0.5289256,0.5041322,0.49173555,0.45041323,0.41735536,0.38842976,0.37603307,0.36363637,0.36363637,0.3966942,0.45454547,0.5206612,0.5082645,0.4752066,0.46694216,0.45867768,0.45867768,0.4752066,0.5495868,0.57024795,0.57024795,0.56198347,0.55785125,0.53305787,0.5082645,0.4876033,0.45454547,0.446281,0.40082645,0.3305785,0.3181818,0.3181818,0.32231405,0.2892562,0.36363637,0.4338843,0.46694216,0.48347107,0.5206612,0.53305787,0.55785125,0.57024795,0.58677685,0.60330576,0.607438,0.607438,0.6363636,0.6735537,0.6859504,0.6487603,0.6198347,0.59090906,0.54545456,0.54545456,0.54545456,0.5165289,0.49173555,0.49173555,0.5,0.5289256,0.54545456,0.53305787,0.5206612,0.53305787,0.5413223,0.5247934,0.5041322,0.46694216,0.44214877,0.43801653,0.45041323,0.46694216,0.5,0.5413223,0.58264464,0.59917355,0.60330576,0.5785124,0.5413223,0.5206612,0.5082645,0.5165289,0.553719,0.56198347,0.5495868,0.54545456,0.5289256,0.5165289,0.48347107,0.4752066,0.45454547,0.42561984,0.36363637,0.3305785,0.30991736,0.3181818,0.32231405,0.29752067,0.3140496,0.4214876,0.45041323,0.46280992,0.5082645,0.5123967,0.5206612,0.5661157,0.58677685,0.59504133,0.60330576,0.61570245,0.6404959,0.6570248,0.6735537,0.6528926,0.6198347,0.58264464,0.5371901,0.5206612,0.5206612,0.53305787,0.5413223,0.5247934,0.5082645,0.5165289,0.5289256,0.53305787,0.5165289,0.5041322,0.5082645,0.5082645,0.5,0.49173555,0.5041322,0.5165289,0.5247934,0.5289256,0.55785125,0.5785124,0.5785124,0.59090906,0.59504133,0.59504133,0.58264464,0.55785125,0.53305787,0.5371901,0.5371901,0.54545456,0.5413223,0.5206612,0.5082645,0.5041322,0.47933885,0.47107437,0.4338843,0.4090909,0.3264463,0.30578512,0.32231405,0.3264463,0.30991736,0.3264463,0.2768595,0.35123968,0.42561984,0.446281,0.45867768,0.4876033,0.5082645,0.5247934,0.57024795,0.5785124,0.553719,0.60330576,0.60330576,0.61570245,0.6322314,0.6363636,0.61570245,0.58264464,0.5495868,0.5206612,0.47107437,0.44214877,0.45041323,0.45867768,0.47107437,0.47107437,0.48347107,0.5,0.47933885,0.46694216,0.48347107,0.5082645,0.5289256,0.53305787,0.53305787,0.5206612,0.5082645,0.5165289,0.54545456,0.55785125,0.5785124,0.59504133,0.59917355,0.58677685,0.58677685,0.58677685,0.56198347,0.5495868,0.5371901,0.5247934,0.5082645,0.5123967,0.4876033,0.4876033,0.46694216,0.45041323,0.4090909,0.36363637,0.30165288,0.3181818,0.30578512,0.3305785,0.30165288,0.33471075,0.29752067,0.29752067,0.37190083,0.43801653,0.44214877,0.46280992,0.47933885,0.5041322,0.553719,0.57024795,0.57024795,0.59504133,0.59090906,0.61570245,0.61570245,0.61570245,0.61157024,0.59090906,0.58677685,0.553719,0.49586776,0.45454547,0.44214877,0.42975205,0.4214876,0.4338843,0.41322315,0.39256197,0.40495867,0.38842976,0.40082645,0.43801653,0.45454547,0.46694216,0.4752066,0.49173555,0.5082645,0.53305787,0.5661157,0.57438016,0.57024795,0.57024795,0.5661157,0.58264464,0.57438016,0.56198347,0.5371901,0.5413223,0.5413223,0.5123967,0.5041322,0.4876033,0.4752066,0.46694216,0.446281,0.43801653,0.40082645,0.32231405,0.30165288,0.33471075,0.3181818,0.3140496,0.3181818,0.3181818,0.33471075,0.29338843,0.28512397,0.41735536,0.44214877,0.45867768,0.46280992,0.47933885,0.5041322,0.553719,0.58677685,0.58677685,0.59917355,0.6198347,0.61157024,0.607438,0.60330576,0.5785124,0.59090906,0.57438016,0.5413223,0.5165289,0.49586776,0.46694216,0.45867768,0.47107437,0.446281,0.41322315,0.4338843,0.42975205,0.42975205,0.45041323,0.45041323,0.46280992,0.4752066,0.5,0.5206612,0.5495868,0.5785124,0.57438016,0.5495868,0.55785125,0.5495868,0.553719,0.55785125,0.5413223,0.54545456,0.54545456,0.53305787,0.5165289,0.4876033,0.46280992,0.43801653,0.446281,0.4338843,0.41735536,0.37190083,0.3181818,0.30991736,0.3181818,0.30578512,0.3181818,0.3181818,0.3305785,0.30991736,0.3181818,0.2892562,0.3305785,0.42561984,0.43801653,0.45041323,0.4752066,0.49586776,0.5413223,0.55785125,0.5661157,0.5785124,0.607438,0.61157024,0.60330576,0.61570245,0.607438,0.61570245,0.6198347,0.60330576,0.58677685,0.59090906,0.56198347,0.5123967,0.5,0.47933885,0.45454547,0.45867768,0.47933885,0.49173555,0.49586776,0.5,0.5082645,0.5289256,0.54545456,0.5495868,0.56198347,0.57024795,0.57024795,0.553719,0.56198347,0.553719,0.54545456,0.5371901,0.5247934,0.5371901,0.5413223,0.5123967,0.47933885,0.47107437,0.43801653,0.446281,0.44214877,0.40495867,0.36363637,0.4090909,0.30578512,0.3305785,0.3181818,0.32231405,0.3140496,0.3140496,0.33471075,0.3140496,0.3181818,0.3264463,0.30165288,0.35123968,0.4214876,0.4338843,0.45454547,0.48347107,0.5206612,0.553719,0.55785125,0.57024795,0.58677685,0.58677685,0.607438,0.6322314,0.6404959,0.6570248,0.6528926,0.6446281,0.6528926,0.6859504,0.6983471,0.6735537,0.6570248,0.6570248,0.6280992,0.60330576,0.6280992,0.6280992,0.607438,0.58677685,0.5661157,0.5661157,0.5785124,0.57438016,0.5785124,0.5785124,0.57024795,0.5495868,0.54545456,0.54545456,0.53305787,0.5289256,0.5082645,0.5123967,0.5165289,0.49173555,0.45867768,0.45867768,0.44214877,0.446281,0.41322315,0.3677686,0.38842976,0.40495867,0.30165288,0.3305785,0.3181818,0.3140496,0.3140496,0.3181818,0.3305785,0.3140496,0.3181818,0.338843,0.35950413,0.27272728,0.34710744,0.41735536,0.446281,0.47107437,0.48347107,0.5082645,0.53305787,0.5413223,0.57024795,0.5413223,0.58264464,0.6198347,0.6322314,0.677686,0.6983471,0.6859504,0.6942149,0.72727275,0.74793386,0.75206614,0.74793386,0.75206614,0.75206614,0.73966944,0.75206614,0.72727275,0.7066116,0.6983471,0.6528926,0.61570245,0.61570245,0.60330576,0.59917355,0.58264464,0.5661157,0.5289256,0.53305787,0.54545456,0.553719,0.5123967,0.5,0.5206612,0.49586776,0.46694216,0.45041323,0.44214877,0.43801653,0.42975205,0.37190083,0.34710744,0.44214877,0.40495867,0.30165288,0.3181818,0.3305785,0.30578512,0.30991736,0.32231405,0.30165288,0.30578512,0.30991736,0.3305785,0.38016528,0.3140496,0.2768595,0.3429752,0.41322315,0.446281,0.46694216,0.5,0.5165289,0.5165289,0.57438016,0.553719,0.56198347,0.6198347,0.6363636,0.6570248,0.69008267,0.677686,0.6694215,0.7066116,0.73140496,0.7355372,0.76033056,0.76859504,0.74793386,0.75206614,0.7644628,0.75619835,0.73966944,0.74380165,0.73140496,0.69008267,0.6735537,0.6570248,0.6363636,0.59917355,0.57438016,0.553719,0.54545456,0.5413223,0.5413223,0.49173555,0.5165289,0.5123967,0.46280992,0.46280992,0.45867768,0.4338843,0.40495867,0.3677686,0.3264463,0.39256197,0.45867768,0.40495867,0.30578512,0.30578512,0.3181818,0.30991736,0.3140496,0.30578512,0.3181818,0.3181818,0.30165288,0.3181818,0.38429752,0.3429752,0.29752067,0.26859504,0.33471075,0.3966942,0.42975205,0.46280992,0.47933885,0.47933885,0.5495868,0.57438016,0.57024795,0.59917355,0.607438,0.6198347,0.6322314,0.6363636,0.661157,0.70247936,0.71487606,0.7355372,0.74380165,0.75619835,0.7355372,0.71900827,0.7231405,0.72727275,0.72727275,0.7355372,0.7355372,0.6983471,0.677686,0.677686,0.6652893,0.6280992,0.59090906,0.56198347,0.55785125,0.5495868,0.54545456,0.5123967,0.5165289,0.4752066,0.45454547,0.446281,0.446281,0.40495867,0.35123968,0.3264463,0.3553719,0.42975205,0.4876033,0.37190083,0.30165288,0.32231405,0.3181818,3 +0.10330579,0.21900827,0.17768595,0.21900827,0.39256197,0.57438016,0.6694215,0.6818182,0.7107438,0.73140496,0.76033056,0.77272725,0.77272725,0.7933884,0.79752064,0.8016529,0.8016529,0.80991733,0.822314,0.8264463,0.8305785,0.8305785,0.8347107,0.8347107,0.8305785,0.8305785,0.838843,0.8305785,0.8264463,0.8264463,0.838843,0.8347107,0.8305785,0.8264463,0.822314,0.8181818,0.8140496,0.80991733,0.80991733,0.80991733,0.8016529,0.8057851,0.78512394,0.7933884,0.79752064,0.79752064,0.8057851,0.79752064,0.7933884,0.79752064,0.8016529,0.79752064,0.7892562,0.7768595,0.76859504,0.7355372,0.6942149,0.6735537,0.6570248,0.6446281,0.6280992,0.59504133,0.49586776,0.36363637,0.17355372,0.17355372,0.1570248,0.2231405,0.45867768,0.61570245,0.6694215,0.677686,0.71487606,0.7355372,0.7644628,0.7768595,0.7768595,0.7892562,0.7933884,0.79752064,0.8016529,0.8181818,0.822314,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.8305785,0.838843,0.8305785,0.8181818,0.8347107,0.838843,0.8347107,0.8347107,0.8264463,0.8264463,0.8181818,0.8181818,0.8181818,0.8057851,0.8016529,0.8057851,0.8057851,0.7933884,0.79752064,0.79752064,0.7933884,0.8016529,0.8016529,0.7933884,0.7933884,0.80991733,0.79752064,0.78099173,0.76859504,0.76033056,0.7231405,0.6983471,0.6652893,0.6735537,0.6570248,0.6363636,0.607438,0.553719,0.40082645,0.19421488,0.14876033,0.16115703,0.2603306,0.5247934,0.6528926,0.6694215,0.69008267,0.71487606,0.74793386,0.76859504,0.78099173,0.7933884,0.79752064,0.79752064,0.7933884,0.78512394,0.80991733,0.8140496,0.8140496,0.822314,0.822314,0.8264463,0.8181818,0.8264463,0.8347107,0.8305785,0.822314,0.822314,0.8305785,0.8347107,0.8347107,0.8305785,0.8264463,0.822314,0.8140496,0.8140496,0.8140496,0.8057851,0.7933884,0.79752064,0.8016529,0.7892562,0.7933884,0.7933884,0.7892562,0.8016529,0.8057851,0.79752064,0.79752064,0.8016529,0.7892562,0.78099173,0.76859504,0.75206614,0.72727275,0.6983471,0.677686,0.661157,0.6652893,0.6280992,0.6198347,0.57024795,0.41322315,0.17355372,0.1322314,0.18181819,0.32231405,0.57438016,0.6652893,0.677686,0.69008267,0.7231405,0.76033056,0.7644628,0.78512394,0.8016529,0.79752064,0.7933884,0.7892562,0.78099173,0.7892562,0.7892562,0.8016529,0.8140496,0.8140496,0.80991733,0.8057851,0.8140496,0.8264463,0.8181818,0.8140496,0.8264463,0.8181818,0.8305785,0.8305785,0.822314,0.8181818,0.8140496,0.80991733,0.8016529,0.8016529,0.7933884,0.7892562,0.7892562,0.7892562,0.7768595,0.78099173,0.78512394,0.78512394,0.7933884,0.8016529,0.79752064,0.79752064,0.7933884,0.78099173,0.78099173,0.76859504,0.74793386,0.7231405,0.6818182,0.6983471,0.6859504,0.6446281,0.6322314,0.61570245,0.607438,0.45454547,0.16115703,0.16528925,0.14049587,0.42561984,0.62396693,0.6694215,0.6859504,0.6942149,0.7231405,0.73140496,0.76859504,0.7892562,0.8016529,0.79752064,0.79752064,0.78512394,0.78512394,0.78099173,0.77272725,0.7892562,0.79752064,0.7933884,0.7933884,0.79752064,0.79752064,0.80991733,0.8016529,0.80991733,0.8140496,0.8140496,0.822314,0.822314,0.8057851,0.8016529,0.79752064,0.79752064,0.78512394,0.8016529,0.7768595,0.78099173,0.76859504,0.76859504,0.77272725,0.78099173,0.77272725,0.76859504,0.77272725,0.7768595,0.78512394,0.78512394,0.78099173,0.76033056,0.75619835,0.76033056,0.74380165,0.7107438,0.6859504,0.69008267,0.677686,0.6570248,0.6404959,0.6280992,0.61570245,0.5247934,0.16528925,0.14049587,0.18181819,0.53305787,0.6570248,0.6818182,0.6942149,0.7107438,0.7231405,0.74380165,0.74793386,0.76859504,0.7768595,0.7768595,0.78512394,0.77272725,0.78512394,0.76033056,0.76033056,0.76033056,0.77272725,0.76859504,0.78099173,0.77272725,0.7768595,0.7892562,0.7933884,0.8016529,0.79752064,0.7933884,0.79752064,0.79752064,0.7892562,0.78099173,0.7768595,0.7892562,0.77272725,0.7644628,0.76033056,0.75619835,0.74793386,0.73140496,0.7231405,0.73140496,0.7107438,0.72727275,0.7066116,0.6942149,0.71487606,0.7231405,0.71487606,0.70247936,0.7107438,0.7107438,0.7066116,0.7066116,0.70247936,0.69008267,0.677686,0.661157,0.6487603,0.6363636,0.61157024,0.56198347,0.1694215,0.11983471,0.20247933,0.6198347,0.6735537,0.69008267,0.6942149,0.70247936,0.72727275,0.74380165,0.70247936,0.71487606,0.7107438,0.7107438,0.71900827,0.70247936,0.7107438,0.7066116,0.7107438,0.72727275,0.71900827,0.7107438,0.73966944,0.73966944,0.73966944,0.75206614,0.76033056,0.76859504,0.7644628,0.77272725,0.7768595,0.76859504,0.7644628,0.7644628,0.76859504,0.7644628,0.75619835,0.72727275,0.7231405,0.69008267,0.661157,0.6363636,0.59090906,0.55785125,0.55785125,0.59090906,0.58264464,0.59090906,0.58677685,0.58677685,0.59917355,0.59917355,0.62396693,0.6528926,0.6735537,0.661157,0.6652893,0.6818182,0.677686,0.6570248,0.6528926,0.6322314,0.59917355,0.58264464,0.17355372,0.09917355,0.33471075,0.6446281,0.6652893,0.6818182,0.69008267,0.69008267,0.7066116,0.6983471,0.6570248,0.677686,0.6404959,0.61570245,0.60330576,0.58264464,0.57438016,0.54545456,0.5371901,0.5661157,0.58677685,0.6198347,0.6528926,0.6735537,0.677686,0.6942149,0.71900827,0.73140496,0.73140496,0.73966944,0.7355372,0.74793386,0.74380165,0.7231405,0.7231405,0.7066116,0.6694215,0.6528926,0.6322314,0.58264464,0.5123967,0.48347107,0.41735536,0.39256197,0.3966942,0.41735536,0.4214876,0.4752066,0.5,0.5123967,0.5041322,0.5206612,0.55785125,0.607438,0.6404959,0.6280992,0.607438,0.6363636,0.6652893,0.6570248,0.6446281,0.6198347,0.61570245,0.59504133,0.1570248,0.12396694,0.4214876,0.6528926,0.6652893,0.6652893,0.62396693,0.59504133,0.607438,0.58677685,0.56198347,0.553719,0.5413223,0.57438016,0.5206612,0.5041322,0.5123967,0.49173555,0.45041323,0.47933885,0.5082645,0.58677685,0.6652893,0.70247936,0.7231405,0.7107438,0.74380165,0.73966944,0.73966944,0.74380165,0.73140496,0.75619835,0.6859504,0.6694215,0.6818182,0.6570248,0.607438,0.58264464,0.5661157,0.5165289,0.47107437,0.4338843,0.41735536,0.4090909,0.3966942,0.4214876,0.38842976,0.41322315,0.42561984,0.4338843,0.40082645,0.39256197,0.45041323,0.44214877,0.49586776,0.5495868,0.58677685,0.61570245,0.6322314,0.6322314,0.6404959,0.61157024,0.61157024,0.59504133,0.16115703,0.17355372,0.49586776,0.6446281,0.60330576,0.5041322,0.45041323,0.45454547,0.49173555,0.5206612,0.5082645,0.46694216,0.53305787,0.70247936,0.70247936,0.6570248,0.607438,0.54545456,0.46694216,0.4214876,0.42975205,0.45867768,0.4876033,0.4876033,0.47107437,0.5785124,0.6570248,0.6446281,0.6280992,0.6322314,0.6570248,0.6570248,0.6570248,0.6322314,0.61157024,0.5082645,0.41322315,0.42975205,0.45454547,0.42561984,0.41322315,0.40082645,0.40495867,0.41322315,0.38429752,0.40495867,0.38429752,0.4338843,0.46694216,0.4752066,0.47933885,0.46694216,0.5,0.46694216,0.46280992,0.40495867,0.38016528,0.446281,0.58264464,0.607438,0.61570245,0.60330576,0.59090906,0.59090906,0.1570248,0.2231405,0.5165289,0.5371901,0.45041323,0.38842976,0.5661157,0.607438,0.62396693,0.6487603,0.60330576,0.55785125,0.4876033,0.4214876,0.36363637,0.30991736,0.28099173,0.26859504,0.2892562,0.28512397,0.3264463,0.3553719,0.37190083,0.38429752,0.3140496,0.1694215,0.5495868,0.61570245,0.6487603,0.6818182,0.69008267,0.6652893,0.6487603,0.6198347,0.5289256,0.34710744,0.40082645,0.4752066,0.47107437,0.45454547,0.36363637,0.38842976,0.35123968,0.39256197,0.40495867,0.338843,0.3553719,0.41735536,0.49173555,0.5165289,0.57438016,0.58264464,0.59504133,0.59917355,0.58677685,0.57438016,0.5495868,0.45041323,0.35950413,0.4752066,0.59090906,0.59504133,0.5785124,0.59090906,0.16115703,0.2603306,0.45454547,0.47933885,0.41735536,0.25619835,0.62396693,0.61570245,0.607438,0.607438,0.59090906,0.55785125,0.5206612,0.5041322,0.4090909,0.43801653,0.59504133,0.4876033,0.3677686,0.35950413,0.40495867,0.40495867,0.40082645,0.41735536,0.5082645,0.3553719,0.2231405,0.58677685,0.69008267,0.74380165,0.7644628,0.74793386,0.7107438,0.6942149,0.41735536,0.3553719,0.5082645,0.49173555,0.45867768,0.4214876,0.3966942,0.40495867,0.3429752,0.60330576,0.7107438,0.41735536,0.44214877,0.49173555,0.5371901,0.49173555,0.6652893,0.6983471,0.553719,0.58677685,0.55785125,0.5785124,0.5785124,0.59917355,0.5,0.30165288,0.47933885,0.59917355,0.55785125,0.58677685,0.19421488,0.22727273,0.41735536,0.53305787,0.33471075,0.3677686,0.6528926,0.59090906,0.57024795,0.5661157,0.56198347,0.5413223,0.5082645,0.49173555,0.37603307,0.38429752,0.71487606,0.59917355,0.3429752,0.30165288,0.3966942,0.4214876,0.38842976,0.607438,0.6446281,0.5165289,0.1446281,0.46694216,0.7066116,0.75206614,0.77272725,0.76859504,0.72727275,0.6942149,0.2603306,0.46694216,0.49586776,0.44214877,0.41322315,0.35950413,0.3181818,0.3305785,0.26859504,0.41322315,0.5661157,0.45041323,0.45867768,0.49173555,0.46280992,0.46280992,0.5123967,0.6363636,0.4876033,0.47933885,0.5123967,0.5371901,0.5289256,0.5661157,0.59917355,0.4876033,0.2644628,0.57024795,0.5495868,0.58677685,0.2644628,0.21900827,0.49173555,0.5082645,0.33471075,0.47107437,0.607438,0.5413223,0.5495868,0.5247934,0.4876033,0.45867768,0.446281,0.46694216,0.47933885,0.49173555,0.55785125,0.5041322,0.3677686,0.29752067,0.24793388,0.2892562,0.41735536,0.4338843,0.48347107,0.4876033,0.21900827,0.36363637,0.6735537,0.7066116,0.71900827,0.6942149,0.661157,0.59090906,0.18595041,0.53305787,0.49173555,0.41735536,0.3677686,0.3429752,0.3429752,0.3553719,0.38842976,0.45867768,0.56198347,0.59504133,0.62396693,0.5785124,0.5206612,0.6818182,0.57024795,0.42561984,0.4338843,0.42561984,0.46694216,0.5206612,0.49173555,0.54545456,0.57024795,0.60330576,0.3553719,0.38016528,0.61570245,0.58264464,0.30578512,0.3305785,0.5247934,0.45867768,0.35950413,0.5371901,0.59504133,0.5165289,0.5165289,0.46694216,0.3966942,0.446281,0.5165289,0.5082645,0.45867768,0.4214876,0.46694216,0.47107437,0.45867768,0.39256197,0.37603307,0.3305785,0.446281,0.44214877,0.3966942,0.46280992,0.2603306,0.16528925,0.34710744,0.338843,0.37603307,0.38842976,0.38429752,0.35123968,0.28099173,0.5247934,0.4876033,0.41735536,0.40082645,0.40495867,0.4214876,0.446281,0.43801653,0.54545456,0.55785125,0.5371901,0.5,0.41735536,0.48347107,0.46694216,0.553719,0.553719,0.5082645,0.45041323,0.4338843,0.4876033,0.5,0.54545456,0.56198347,0.58677685,0.5206612,0.28512397,0.55785125,0.48347107,0.4876033,0.47107437,0.41735536,0.3264463,0.30578512,0.56198347,0.59917355,0.5371901,0.49173555,0.4090909,0.38016528,0.446281,0.42561984,0.39256197,0.28099173,0.16115703,0.2644628,0.29338843,0.35950413,0.40082645,0.45867768,0.5082645,0.4338843,0.4338843,0.4752066,0.55785125,0.3264463,0.28099173,0.47107437,0.6446281,0.6694215,0.59090906,0.5123967,0.32231405,0.24380165,0.5206612,0.5371901,0.5041322,0.46694216,0.45041323,0.446281,0.49173555,0.45867768,0.5123967,0.46280992,0.40082645,0.42975205,0.39256197,0.44214877,0.32231405,0.46280992,0.4338843,0.446281,0.45454547,0.4214876,0.46280992,0.47107437,0.54545456,0.553719,0.55785125,0.59917355,0.61157024,0.60330576,0.5495868,0.76859504,0.5785124,0.3553719,0.3429752,0.33471075,0.5661157,0.62396693,0.57438016,0.5082645,0.45041323,0.40495867,0.3429752,0.3553719,0.5,0.35950413,0.20247933,0.23140496,0.3429752,0.41322315,0.4338843,0.49173555,0.48347107,0.446281,0.47107437,0.5165289,0.6198347,0.3429752,0.2603306,0.4876033,0.6487603,0.72727275,0.69008267,0.661157,0.46280992,0.23553719,0.45454547,0.5371901,0.5661157,0.49586776,0.4338843,0.45041323,0.45867768,0.4090909,0.57438016,0.57024795,0.45041323,0.40082645,0.36363637,0.33471075,0.3264463,0.53305787,0.446281,0.37603307,0.41322315,0.4090909,0.45867768,0.5082645,0.5165289,0.53305787,0.49173555,0.54545456,0.5289256,0.5,0.47107437,0.5,0.59917355,0.44214877,0.46694216,0.41735536,0.5495868,0.6528926,0.6198347,0.5247934,0.48347107,0.45454547,0.47933885,0.49586776,0.553719,0.49586776,0.25619835,0.33471075,0.40082645,0.5165289,0.57438016,0.59504133,0.5247934,0.49586776,0.5289256,0.6570248,0.6570248,0.30578512,0.2520661,0.58264464,0.76033056,0.80991733,0.7768595,0.72727275,0.5082645,0.25619835,0.37190083,0.446281,0.5785124,0.5661157,0.5206612,0.49586776,0.46280992,0.4338843,0.6942149,0.6735537,0.55785125,0.4752066,0.38016528,0.3677686,0.4338843,0.58677685,0.553719,0.47933885,0.46694216,0.42561984,0.43801653,0.5,0.5,0.45454547,0.446281,0.57024795,0.41322315,0.44214877,0.58264464,0.46694216,0.58677685,0.47107437,0.48347107,0.4752066,0.5,0.62396693,0.6198347,0.553719,0.553719,0.55785125,0.53305787,0.55785125,0.56198347,0.5661157,0.45867768,0.46280992,0.5123967,0.55785125,0.60330576,0.59504133,0.53305787,0.57024795,0.607438,0.6487603,0.5495868,0.23966943,0.3553719,0.70247936,0.7933884,0.8016529,0.7892562,0.78099173,0.6528926,0.26859504,0.36363637,0.30991736,0.46280992,0.5785124,0.5247934,0.5206612,0.54545456,0.5123967,0.6198347,0.61157024,0.5785124,0.5041322,0.43801653,0.45867768,0.5206612,0.55785125,0.5661157,0.5413223,0.57024795,0.59504133,0.53305787,0.4752066,0.4752066,0.47933885,0.5289256,0.6322314,0.3966942,0.5165289,0.6570248,0.3966942,0.61157024,0.49586776,0.45041323,0.5661157,0.45041323,0.5123967,0.62396693,0.62396693,0.6404959,0.6322314,0.5661157,0.5413223,0.54545456,0.5082645,0.5289256,0.49586776,0.48347107,0.47107437,0.446281,0.43801653,0.43801653,0.5247934,0.57438016,0.56198347,0.35123968,0.23553719,0.5082645,0.7644628,0.8057851,0.7892562,0.7768595,0.7768595,0.74793386,0.40082645,0.33471075,0.29338843,0.3677686,0.4876033,0.5785124,0.61157024,0.54545456,0.49173555,0.49173555,0.46694216,0.49586776,0.5,0.48347107,0.49586776,0.49173555,0.54545456,0.57024795,0.61570245,0.61157024,0.60330576,0.5785124,0.5371901,0.5082645,0.553719,0.61570245,0.6404959,0.40082645,0.53305787,0.6652893,0.3305785,0.59090906,0.5123967,0.41735536,0.607438,0.5165289,0.46694216,0.661157,0.72727275,0.6694215,0.6198347,0.5785124,0.57024795,0.57438016,0.55785125,0.5661157,0.5413223,0.5413223,0.48347107,0.45041323,0.4338843,0.446281,0.46280992,0.5165289,0.5165289,0.30165288,0.3429752,0.6570248,0.80991733,0.8347107,0.78512394,0.76859504,0.76033056,0.73966944,0.58264464,0.3181818,0.47933885,0.43801653,0.46280992,0.53305787,0.59917355,0.5413223,0.47933885,0.45041323,0.45867768,0.47933885,0.5082645,0.5247934,0.53305787,0.53305787,0.53305787,0.58677685,0.6322314,0.59504133,0.57024795,0.57024795,0.60330576,0.6404959,0.6570248,0.6694215,0.6446281,0.42561984,0.5661157,0.6652893,0.38429752,0.5289256,0.58677685,0.40495867,0.5289256,0.57438016,0.4876033,0.69008267,0.7768595,0.70247936,0.5785124,0.5661157,0.5661157,0.58677685,0.58677685,0.58677685,0.57024795,0.57024795,0.5165289,0.4876033,0.46694216,0.47107437,0.49173555,0.5495868,0.47107437,0.3553719,0.553719,0.70247936,0.8181818,0.838843,0.76859504,0.74793386,0.76033056,0.6942149,0.6735537,0.40082645,0.41322315,0.57438016,0.5123967,0.5041322,0.5661157,0.55785125,0.5123967,0.49173555,0.49586776,0.49173555,0.5247934,0.5247934,0.5371901,0.54545456,0.5495868,0.57438016,0.58677685,0.57024795,0.553719,0.5785124,0.6570248,0.71900827,0.7107438,0.6942149,0.6528926,0.42561984,0.6198347,0.6404959,0.45867768,0.45041323,0.6652893,0.4214876,0.44214877,0.60330576,0.5413223,0.6942149,0.7644628,0.661157,0.59917355,0.58677685,0.57438016,0.59090906,0.59504133,0.59917355,0.58677685,0.5661157,0.55785125,0.5247934,0.5123967,0.5371901,0.57024795,0.5495868,0.29752067,0.5123967,0.6652893,0.74380165,0.838843,0.8471074,0.7892562,0.76033056,0.75619835,0.6818182,0.6487603,0.59917355,0.338843,0.5371901,0.6363636,0.5165289,0.54545456,0.55785125,0.5413223,0.5082645,0.5123967,0.53305787,0.5495868,0.5495868,0.5661157,0.57024795,0.58264464,0.59917355,0.61157024,0.59917355,0.57024795,0.607438,0.6735537,0.71487606,0.71900827,0.72727275,0.58677685,0.41322315,0.661157,0.61157024,0.57438016,0.41735536,0.6570248,0.57024795,0.40082645,0.59504133,0.57438016,0.677686,0.7066116,0.6363636,0.607438,0.607438,0.59504133,0.59090906,0.57438016,0.57438016,0.57024795,0.553719,0.54545456,0.553719,0.57024795,0.59090906,0.59504133,0.3677686,0.3429752,0.6322314,0.6942149,0.8016529,0.8471074,0.8305785,0.79752064,0.78512394,0.78099173,0.6983471,0.6322314,0.6570248,0.57438016,0.3264463,0.59504133,0.6404959,0.58264464,0.59504133,0.58264464,0.53305787,0.5,0.5,0.5289256,0.53305787,0.55785125,0.57438016,0.59090906,0.60330576,0.60330576,0.62396693,0.61570245,0.6404959,0.6859504,0.7107438,0.70247936,0.75619835,0.45041323,0.5289256,0.6528926,0.59504133,0.59090906,0.47933885,0.46694216,0.73966944,0.5123967,0.5785124,0.57024795,0.6198347,0.6735537,0.6570248,0.6404959,0.6280992,0.61570245,0.59504133,0.58677685,0.57438016,0.57438016,0.59090906,0.58677685,0.58677685,0.61570245,0.60330576,0.45041323,0.35123968,0.57438016,0.6818182,0.7644628,0.8140496,0.8471074,0.8347107,0.8016529,0.7933884,0.8057851,0.71900827,0.6363636,0.61157024,0.6652893,0.5413223,0.32231405,0.6404959,0.7355372,0.6528926,0.6404959,0.6198347,0.57024795,0.5413223,0.5206612,0.5123967,0.5413223,0.57024795,0.59090906,0.59504133,0.59504133,0.62396693,0.6652893,0.6694215,0.6859504,0.71487606,0.78512394,0.59917355,0.41322315,0.6694215,0.6198347,0.57438016,0.59090906,0.5289256,0.5041322,0.49586776,0.77272725,0.6859504,0.6280992,0.59090906,0.6404959,0.661157,0.6487603,0.6487603,0.6404959,0.6198347,0.61157024,0.61157024,0.6322314,0.6528926,0.61157024,0.60330576,0.607438,0.45454547,0.35950413,0.5206612,0.661157,0.7107438,0.76859504,0.8181818,0.838843,0.8264463,0.8016529,0.78512394,0.8140496,0.7644628,0.661157,0.5785124,0.61157024,0.6446281,0.57438016,0.29752067,0.6404959,0.75619835,0.70247936,0.6859504,0.6487603,0.6363636,0.58264464,0.5661157,0.57438016,0.57438016,0.60330576,0.59917355,0.59504133,0.60330576,0.6487603,0.6818182,0.7355372,0.80991733,0.73140496,0.5206612,0.6198347,0.6528926,0.59917355,0.56198347,0.61570245,0.49586776,0.59504133,0.5413223,0.38429752,0.822314,0.75206614,0.677686,0.6652893,0.6528926,0.6570248,0.6570248,0.6446281,0.62396693,0.6322314,0.6322314,0.6487603,0.6322314,0.6280992,0.5661157,0.42561984,0.41735536,0.5371901,0.61570245,0.69008267,0.74380165,0.7644628,0.8181818,0.838843,0.8140496,0.7892562,0.7892562,0.8016529,0.78512394,0.677686,0.58264464,0.57024795,0.59504133,0.607438,0.59090906,0.45867768,0.5289256,0.6859504,0.7355372,0.7355372,0.6942149,0.6363636,0.62396693,0.59090906,0.56198347,0.59090906,0.60330576,0.59917355,0.61570245,0.6652893,0.73140496,0.7644628,0.72727275,0.59090906,0.6280992,0.6570248,0.6280992,0.58677685,0.5413223,0.6735537,0.5,0.5413223,0.60330576,0.59917355,0.37190083,0.58677685,0.70247936,0.75206614,0.75206614,0.74793386,0.7355372,0.71487606,0.7066116,0.7107438,0.6983471,0.661157,0.59090906,0.46280992,0.45867768,0.48347107,0.5371901,0.60330576,0.6363636,0.6983471,0.74793386,0.7768595,0.8140496,0.838843,0.8140496,0.7768595,0.77272725,0.7768595,0.74793386,0.677686,0.58677685,0.55785125,0.59090906,0.5661157,0.61570245,0.6322314,0.53305787,0.4752066,0.5413223,0.6198347,0.73140496,0.7355372,0.73966944,0.71900827,0.6942149,0.70247936,0.6818182,0.6818182,0.6694215,0.677686,0.661157,0.6322314,0.6198347,0.6487603,0.6528926,0.6322314,0.61157024,0.57024795,0.5371901,0.73966944,0.5206612,0.5289256,0.59504133,0.6198347,0.58264464,0.38429752,0.38016528,0.5289256,0.5289256,0.59090906,0.58264464,0.58264464,0.59917355,0.61570245,0.57438016,0.5165289,0.5165289,0.57024795,0.56198347,0.5371901,0.6322314,0.62396693,0.6404959,0.677686,0.70247936,0.76033056,0.8016529,0.822314,0.7933884,0.76859504,0.75619835,0.6942149,0.6652893,0.6570248,0.62396693,0.59090906,0.60330576,0.553719,0.58677685,0.6735537,0.6694215,0.58264464,0.48347107,0.4338843,0.4214876,0.45041323,0.47933885,0.5041322,0.5371901,0.54545456,0.53305787,0.5247934,0.5206612,0.54545456,0.59917355,0.6198347,0.6528926,0.6322314,0.607438,0.607438,0.5785124,0.56198347,0.53305787,0.76033056,0.54545456,0.5206612,0.58677685,0.6280992,0.6198347,0.46694216,0.4090909,0.42561984,0.4338843,0.47933885,0.49173555,0.5289256,0.5495868,0.58677685,0.59504133,0.60330576,0.61157024,0.607438,0.61157024,0.661157,0.6652893,0.6198347,0.62396693,0.61157024,0.6363636,0.70247936,0.75619835,0.75206614,0.73140496,0.7107438,0.6652893,0.59917355,0.56198347,0.58677685,0.61157024,0.61570245,0.61570245,0.56198347,0.5495868,0.661157,0.71487606,0.71900827,0.6818182,0.61570245,0.5371901,0.4752066,0.4752066,0.47107437,0.48347107,0.4876033,0.49586776,0.5082645,0.5371901,0.59917355,0.6446281,0.61570245,0.61157024,0.58677685,0.5785124,0.59504133,0.56198347,0.57024795,0.53305787,0.6818182,0.5289256,0.53305787,0.59504133,0.6280992,0.607438,0.5247934,0.4338843,0.446281,0.46694216,0.4876033,0.49173555,0.5247934,0.5371901,0.54545456,0.60330576,0.6322314,0.6694215,0.7066116,0.7107438,0.69008267,0.62396693,0.5661157,0.53305787,0.5041322,0.5247934,0.607438,0.661157,0.6694215,0.6322314,0.59504133,0.5165289,0.4752066,0.49173555,0.4876033,0.5082645,0.60330576,0.6198347,0.56198347,0.5082645,0.62396693,0.71487606,0.74380165,0.74793386,0.7644628,0.7231405,0.6322314,0.5785124,0.56198347,0.55785125,0.55785125,0.553719,0.5495868,0.55785125,0.59917355,0.59917355,0.57438016,0.57438016,0.57438016,0.57024795,0.5495868,0.5413223,0.56198347,0.54545456,0.6859504,0.5165289,0.5289256,0.60330576,0.6280992,0.61570245,0.58264464,0.5247934,0.5165289,0.5371901,0.5785124,0.58264464,0.6363636,0.6652893,0.70247936,0.73140496,0.74793386,0.75619835,0.74793386,0.72727275,0.6694215,0.5785124,0.5,0.35950413,0.37603307,0.44214877,0.4876033,0.57024795,0.57438016,0.5289256,0.47107437,0.41322315,0.35950413,0.35123968,0.32231405,0.37603307,0.5165289,0.58264464,0.55785125,0.4752066,0.53305787,0.6652893,0.71487606,0.74380165,0.75619835,0.77272725,0.76859504,0.74793386,0.73966944,0.71900827,0.7066116,0.6694215,0.6446281,0.61570245,0.59504133,0.58677685,0.55785125,0.57024795,0.553719,0.55785125,0.54545456,0.5289256,0.5495868,0.5413223,0.74793386,0.60330576,0.5041322,0.59090906,0.61570245,0.6446281,0.6363636,0.6446281,0.6446281,0.6694215,0.7107438,0.7231405,0.75619835,0.7644628,0.77272725,0.76859504,0.76033056,0.75206614,0.74793386,0.72727275,0.6322314,0.53305787,0.40495867,0.19008264,0.11157025,0.25619835,0.40082645,0.44214877,0.43801653,0.41735536,0.40495867,0.3264463,0.1983471,0.14876033,0.13636364,0.1570248,0.41322315,0.5165289,0.53305787,0.49173555,0.49173555,0.6363636,0.7231405,0.7355372,0.75206614,0.75619835,0.74793386,0.74380165,0.7644628,0.76033056,0.77272725,0.74793386,0.7231405,0.6983471,0.6570248,0.6280992,0.60330576,0.57024795,0.5495868,0.5413223,0.5371901,0.5289256,0.5413223,0.5495868,0.7231405,0.6570248,0.5123967,0.59504133,0.61157024,0.62396693,0.6487603,0.6528926,0.6570248,0.6652893,0.7107438,0.7355372,0.76033056,0.77272725,0.75619835,0.76033056,0.75619835,0.75206614,0.74793386,0.73140496,0.59504133,0.46280992,0.338843,0.19421488,0.13636364,0.11983471,0.25619835,0.3553719,0.3553719,0.38016528,0.37603307,0.28512397,0.19008264,0.09917355,0.10743801,0.06198347,0.25619835,0.47107437,0.4752066,0.47933885,0.47933885,0.61157024,0.7066116,0.7107438,0.7355372,0.74793386,0.74380165,0.7355372,0.75206614,0.75619835,0.75619835,0.73966944,0.7355372,0.7066116,0.6859504,0.6694215,0.6570248,0.59917355,0.57024795,0.5413223,0.5247934,0.5247934,0.5371901,0.5289256,0.61570245,0.61157024,0.5206612,0.59504133,0.59504133,0.61157024,0.62396693,0.6280992,0.6404959,0.6528926,0.7066116,0.7231405,0.74380165,0.75619835,0.74793386,0.74380165,0.76033056,0.75619835,0.75206614,0.7231405,0.607438,0.42561984,0.3677686,0.26859504,0.26859504,0.24380165,0.29338843,0.3181818,0.3264463,0.3429752,0.37190083,0.38016528,0.30991736,0.1694215,0.1322314,0.15289256,0.2107438,0.38016528,0.45041323,0.45867768,0.44214877,0.5413223,0.69008267,0.70247936,0.71900827,0.73966944,0.74380165,0.72727275,0.72727275,0.74380165,0.74793386,0.73140496,0.74380165,0.7107438,0.6735537,0.6652893,0.6652893,0.6280992,0.60330576,0.553719,0.5247934,0.5123967,0.5082645,0.5206612,0.446281,0.47107437,0.5082645,0.59090906,0.59504133,0.61157024,0.61570245,0.61157024,0.6280992,0.6446281,0.69008267,0.71900827,0.7355372,0.73140496,0.73140496,0.7231405,0.7355372,0.71900827,0.6942149,0.6859504,0.6487603,0.45041323,0.36363637,0.3553719,0.43801653,0.48347107,0.45867768,0.36363637,0.3140496,0.34710744,0.35950413,0.43801653,0.45454547,0.38016528,0.29338843,0.2892562,0.26859504,0.3305785,0.4090909,0.4338843,0.4338843,0.5206612,0.6528926,0.71487606,0.71487606,0.71900827,0.7355372,0.7231405,0.72727275,0.73140496,0.7355372,0.7231405,0.7231405,0.6942149,0.6570248,0.6446281,0.6280992,0.61570245,0.607438,0.56198347,0.5247934,0.5041322,0.5,0.5165289,0.42561984,0.3677686,0.49173555,0.5785124,0.59917355,0.59504133,0.59504133,0.607438,0.62396693,0.6280992,0.6735537,0.7107438,0.71900827,0.73140496,0.72727275,0.7107438,0.72727275,0.6942149,0.6528926,0.6570248,0.6694215,0.55785125,0.3429752,0.29338843,0.3677686,0.5413223,0.5495868,0.48347107,0.38429752,0.3677686,0.39256197,0.44214877,0.45041323,0.46694216,0.42561984,0.35950413,0.30578512,0.30165288,0.37190083,0.4214876,0.446281,0.5082645,0.62396693,0.71487606,0.6818182,0.7107438,0.7355372,0.71487606,0.7231405,0.71487606,0.70247936,0.6983471,0.6983471,0.6694215,0.6487603,0.6280992,0.59917355,0.61157024,0.59917355,0.56198347,0.53305787,0.5206612,0.5165289,0.5041322,0.4338843,0.4090909,0.46280992,0.56198347,0.57024795,0.57438016,0.58264464,0.58677685,0.61157024,0.6198347,0.6487603,0.6570248,0.6942149,0.7107438,0.71487606,0.7066116,0.7066116,0.6859504,0.6983471,0.69008267,0.6818182,0.6487603,0.47107437,0.35950413,0.41322315,0.4876033,0.57024795,0.5495868,0.47107437,0.3966942,0.4090909,0.46280992,0.4338843,0.4338843,0.41735536,0.3677686,0.3140496,0.338843,0.41322315,0.47107437,0.5,0.53305787,0.61570245,0.69008267,0.6859504,0.7066116,0.71487606,0.6983471,0.7107438,0.6942149,0.6694215,0.661157,0.661157,0.6446281,0.6363636,0.6280992,0.61570245,0.60330576,0.57024795,0.553719,0.5247934,0.5123967,0.5041322,0.5,0.42561984,0.4090909,0.45454547,0.5371901,0.55785125,0.56198347,0.5661157,0.5661157,0.60330576,0.62396693,0.6487603,0.6322314,0.6652893,0.6735537,0.69008267,0.6983471,0.69008267,0.6942149,0.72727275,0.7066116,0.677686,0.677686,0.6322314,0.60330576,0.6446281,0.5206612,0.58264464,0.57438016,0.53305787,0.446281,0.43801653,0.47933885,0.46280992,0.46280992,0.45454547,0.44214877,0.42975205,0.4752066,0.49173555,0.5,0.5413223,0.553719,0.62396693,0.6818182,0.6983471,0.6983471,0.7066116,0.70247936,0.69008267,0.6735537,0.6487603,0.6487603,0.6570248,0.61157024,0.6446281,0.6322314,0.60330576,0.59917355,0.56198347,0.53305787,0.5165289,0.5041322,0.49586776,0.48347107,0.4214876,0.41322315,0.42975205,0.5371901,0.5247934,0.57024795,0.55785125,0.5661157,0.59090906,0.61570245,0.6198347,0.6446281,0.6570248,0.6570248,0.6694215,0.6818182,0.6859504,0.6983471,0.71487606,0.71900827,0.6983471,0.677686,0.6487603,0.59917355,0.6280992,0.5661157,0.60330576,0.607438,0.57024795,0.5041322,0.49586776,0.5082645,0.49173555,0.4876033,0.49173555,0.49173555,0.49173555,0.5289256,0.56198347,0.55785125,0.5785124,0.59917355,0.6363636,0.6859504,0.70247936,0.6942149,0.69008267,0.69008267,0.677686,0.6652893,0.6446281,0.6487603,0.6198347,0.60330576,0.61157024,0.59917355,0.58264464,0.58677685,0.5661157,0.5206612,0.5165289,0.49173555,0.48347107,0.47933885,0.4214876,0.3966942,0.44214877,0.47933885,0.5289256,0.54545456,0.55785125,0.5661157,0.58264464,0.607438,0.6198347,0.6198347,0.62396693,0.6446281,0.6528926,0.6528926,0.6652893,0.6942149,0.6983471,0.70247936,0.69008267,0.6818182,0.6694215,0.59917355,0.61157024,0.5785124,0.6487603,0.6404959,0.58677685,0.553719,0.553719,0.59090906,0.56198347,0.5371901,0.5371901,0.5123967,0.5413223,0.57438016,0.607438,0.62396693,0.6446281,0.661157,0.6652893,0.6942149,0.6942149,0.6818182,0.6694215,0.6528926,0.6322314,0.6446281,0.6404959,0.6280992,0.59917355,0.6198347,0.61157024,0.59090906,0.57438016,0.57024795,0.54545456,0.5247934,0.49586776,0.4876033,0.4752066,0.47933885,0.41735536,0.41322315,0.43801653,0.47933885,0.5041322,0.5413223,0.57438016,0.57438016,0.58677685,0.607438,0.61157024,0.61157024,0.59917355,0.6280992,0.6198347,0.6198347,0.6446281,0.6528926,0.69008267,0.677686,0.6570248,0.6570248,0.661157,0.6322314,0.6404959,0.61157024,0.6570248,0.661157,0.61570245,0.61157024,0.607438,0.6404959,0.6322314,0.58264464,0.59504133,0.58677685,0.59504133,0.60330576,0.6404959,0.6446281,0.6694215,0.6694215,0.6652893,0.6818182,0.6818182,0.6652893,0.6694215,0.6404959,0.61157024,0.6280992,0.6528926,0.6198347,0.59504133,0.607438,0.61157024,0.58677685,0.57438016,0.5495868,0.5413223,0.5123967,0.49173555,0.4876033,0.4876033,0.4752066,0.4214876,0.42561984,0.41735536,0.4752066,0.49586776,0.5247934,0.57024795,0.5785124,0.58677685,0.60330576,0.58264464,0.60330576,0.61157024,0.59917355,0.60330576,0.59917355,0.6363636,0.6487603,0.6528926,0.6487603,0.6322314,0.6446281,0.6528926,0.6487603,0.6528926,0.6652893,0.70247936,0.70247936,0.6694215,0.6942149,0.69008267,0.6983471,0.6694215,0.6570248,0.60330576,0.6280992,0.6487603,0.6280992,0.6446281,0.677686,0.661157,0.6570248,0.6487603,0.661157,0.6694215,0.6652893,0.6528926,0.6280992,0.6198347,0.6363636,0.6322314,0.607438,0.59504133,0.58677685,0.59917355,0.57438016,0.56198347,0.5413223,0.5289256,0.5041322,0.4876033,0.48347107,0.47107437,0.4752066,0.41735536,0.4090909,0.41322315,0.47933885,0.49586776,0.5247934,0.55785125,0.56198347,0.5785124,0.59090906,0.58677685,0.58677685,0.59090906,0.58264464,0.57438016,0.59504133,0.60330576,0.60330576,0.61570245,0.6280992,0.6322314,0.6446281,0.6652893,0.661157,0.677686,0.7107438,0.76033056,0.75619835,0.73966944,0.75206614,0.7644628,0.75206614,0.72727275,0.7231405,0.6818182,0.6694215,0.6652893,0.6404959,0.661157,0.6570248,0.6322314,0.6570248,0.6487603,0.6404959,0.6280992,0.62396693,0.59504133,0.59504133,0.59090906,0.59090906,0.58677685,0.58264464,0.5785124,0.58677685,0.57024795,0.56198347,0.56198347,0.5247934,0.49586776,0.5,0.49173555,0.4752066,0.46694216,0.4876033,0.4214876,0.41735536,0.4090909,0.4752066,0.5,0.5206612,0.5371901,0.5495868,0.57438016,0.57438016,0.58677685,0.5785124,0.54545456,0.5661157,0.5661157,0.56198347,0.5661157,0.57438016,0.5785124,0.61570245,0.6322314,0.6528926,0.6859504,0.6859504,0.6487603,0.59090906,0.57438016,0.6652893,0.73140496,0.74380165,0.70247936,0.6363636,0.62396693,0.6652893,0.69008267,0.69008267,0.6859504,0.677686,0.6570248,0.6198347,0.6198347,0.62396693,0.58264464,0.60330576,0.58264464,0.59090906,0.57024795,0.5661157,0.54545456,0.54545456,0.553719,0.57438016,0.57024795,0.5785124,0.5661157,0.5495868,0.54545456,0.5206612,0.5041322,0.49586776,0.48347107,0.4876033,0.46694216,0.49173555,0.4214876,0.41735536,0.40082645,0.45041323,0.49586776,0.5206612,0.5247934,0.54545456,0.55785125,0.57438016,0.57438016,0.56198347,0.5413223,0.53305787,0.5289256,0.5041322,0.5165289,0.5289256,0.5371901,0.5785124,0.59090906,0.59090906,0.5495868,0.45867768,0.338843,0.2768595,0.24380165,0.29338843,0.40082645,0.446281,0.40082645,0.338843,0.35123968,0.39256197,0.45867768,0.5165289,0.6322314,0.6694215,0.6446281,0.61157024,0.60330576,0.58264464,0.553719,0.5413223,0.5247934,0.5206612,0.5206612,0.5082645,0.5041322,0.48347107,0.5165289,0.54545456,0.553719,0.56198347,0.553719,0.5371901,0.5247934,0.5289256,0.5082645,0.48347107,0.46694216,0.4752066,0.48347107,0.47933885,0.41735536,0.4214876,0.40495867,0.4338843,0.4752066,0.5123967,0.5165289,0.5413223,0.56198347,0.56198347,0.57438016,0.55785125,0.5413223,0.5371901,0.5041322,0.45041323,0.44214877,0.4338843,0.446281,0.49173555,0.4338843,0.36363637,0.30165288,0.24380165,0.24793388,0.2768595,0.28099173,0.33471075,0.33471075,0.30991736,0.30165288,0.29338843,0.3140496,0.32231405,0.30991736,0.28099173,0.28099173,0.43801653,0.5123967,0.5206612,0.5082645,0.5123967,0.4876033,0.4752066,0.46694216,0.446281,0.446281,0.45454547,0.45867768,0.446281,0.4752066,0.5123967,0.54545456,0.5495868,0.54545456,0.5123967,0.5247934,0.5082645,0.49173555,0.47107437,0.4752066,0.46694216,0.4752066,0.4752066,0.41322315,0.4214876,0.40495867,0.41322315,0.47933885,0.4876033,0.5,0.5289256,0.5661157,0.57024795,0.57024795,0.56198347,0.5413223,0.5247934,0.47933885,0.40495867,0.3429752,0.29752067,0.29338843,0.2603306,0.2107438,0.1983471,0.2231405,0.1983471,0.21487603,0.23140496,0.20247933,0.24380165,0.28512397,0.24793388,0.23966943,0.24380165,0.2644628,0.2768595,0.28099173,0.2520661,0.21487603,0.21900827,0.2644628,0.29752067,0.3429752,0.38016528,0.3553719,0.3553719,0.36363637,0.34710744,0.3553719,0.39256197,0.40495867,0.43801653,0.47107437,0.49586776,0.5371901,0.54545456,0.5413223,0.5165289,0.49586776,0.49586776,0.46694216,0.45867768,0.4752066,0.4752066,0.47107437,0.45867768,0.4214876,0.41735536,0.41322315,0.40082645,0.446281,0.4876033,0.49586776,0.5082645,0.54545456,0.55785125,0.5785124,0.5661157,0.54545456,0.5041322,0.446281,0.36363637,0.3264463,0.26859504,0.20247933,0.19008264,0.18595041,0.18595041,0.23140496,0.2520661,0.28099173,0.338843,0.3677686,0.3677686,0.38429752,0.29752067,0.24793388,0.27272728,0.27272728,0.21900827,0.25619835,0.21487603,0.23553719,0.24793388,0.22727273,0.21900827,0.20661157,0.23140496,0.21487603,0.24380165,0.24380165,0.24380165,0.28512397,0.3140496,0.3553719,0.37603307,0.46694216,0.5165289,0.53305787,0.53305787,0.5371901,0.5082645,0.49173555,0.48347107,0.4752066,0.46694216,0.46694216,0.45867768,0.46694216,0.4338843,0.4090909,0.41322315,0.3966942,0.4090909,0.41735536,0.47107437,0.4876033,0.5041322,0.53305787,0.5413223,0.57438016,0.56198347,0.553719,0.5082645,0.43801653,0.4338843,0.4752066,0.47933885,0.45454547,0.4214876,0.37190083,0.3553719,0.3966942,0.42561984,0.45041323,0.4876033,0.53305787,0.57438016,0.6280992,0.5661157,0.5289256,0.607438,0.6363636,0.53305787,0.48347107,0.45867768,0.45867768,0.39256197,0.338843,0.3140496,0.30991736,0.30578512,0.3264463,0.36363637,0.3677686,0.338843,0.338843,0.33471075,0.33471075,0.37190083,0.47107437,0.5289256,0.5247934,0.5206612,0.5206612,0.5082645,0.49586776,0.46694216,0.4752066,0.46280992,0.45041323,0.44214877,0.45454547,0.45041323,0.41322315,0.42975205,0.40495867,0.41735536,0.4090909,0.43801653,0.4752066,0.5,0.5165289,0.5371901,0.56198347,0.553719,0.54545456,0.5371901,0.5,0.5123967,0.60330576,0.6322314,0.6198347,0.59090906,0.553719,0.5247934,0.5041322,0.5041322,0.49586776,0.47107437,0.4876033,0.5206612,0.5165289,0.5123967,0.5495868,0.5206612,0.5495868,0.5206612,0.5165289,0.5,0.5,0.49173555,0.46694216,0.43801653,0.446281,0.446281,0.46694216,0.4876033,0.48347107,0.4876033,0.46280992,0.44214877,0.42561984,0.43801653,0.4752066,0.5165289,0.5165289,0.5041322,0.5041322,0.49586776,0.47107437,0.48347107,0.45867768,0.44214877,0.44214877,0.4338843,0.446281,0.46280992,0.4090909,0.4090909,0.4090909,0.41735536,0.40495867,0.41322315,0.446281,0.4876033,0.49586776,0.5165289,0.54545456,0.53305787,0.5495868,0.5495868,0.5495868,0.55785125,0.607438,0.6446281,0.6363636,0.607438,0.57438016,0.53305787,0.5,0.48347107,0.47933885,0.47107437,0.4876033,0.46694216,0.46280992,0.4876033,0.48347107,0.446281,0.45454547,0.47107437,0.49173555,0.49586776,0.49586776,0.49173555,0.4876033,0.47107437,0.4752066,0.48347107,0.49586776,0.5082645,0.5041322,0.5247934,0.5413223,0.5289256,0.5123967,0.4876033,0.47933885,0.48347107,0.49173555,0.46694216,0.47107437,0.46694216,0.45867768,0.46280992,0.44214877,0.45041323,0.43801653,0.42561984,0.42975205,0.47107437,0.40082645,0.4090909,0.40082645,0.4090909,0.4090909,0.38842976,0.4214876,0.45041323,0.47107437,0.48347107,0.5165289,0.5041322,0.54545456,0.5371901,0.5413223,0.57438016,0.58677685,0.6280992,0.607438,0.59917355,0.5661157,0.5371901,0.5165289,0.446281,0.40495867,0.35950413,0.35123968,0.37190083,0.37603307,0.37190083,0.39256197,0.3553719,0.35950413,0.3966942,0.4090909,0.4090909,0.4090909,0.44214877,0.42561984,0.44214877,0.46694216,0.5,0.5082645,0.5413223,0.5495868,0.5413223,0.57438016,0.57438016,0.5413223,0.5165289,0.48347107,0.45867768,0.45454547,0.44214877,0.45041323,0.45454547,0.446281,0.45867768,0.4338843,0.446281,0.42975205,0.41322315,0.41322315,0.46280992,0.41322315,0.40082645,0.40082645,0.41735536,0.41322315,0.3966942,0.39256197,0.42975205,0.446281,0.47933885,0.48347107,0.5041322,0.5289256,0.5206612,0.5247934,0.57024795,0.57024795,0.59504133,0.59504133,0.58264464,0.5661157,0.5661157,0.5371901,0.49173555,0.4214876,0.39256197,0.3553719,0.33471075,0.30991736,0.28512397,0.29752067,0.29338843,0.28512397,0.3181818,0.3429752,0.34710744,0.3677686,0.40495867,0.41322315,0.46694216,0.5041322,0.5371901,0.5371901,0.5413223,0.5495868,0.53305787,0.55785125,0.5495868,0.5247934,0.5,0.4876033,0.45454547,0.42975205,0.4338843,0.42975205,0.4338843,0.446281,0.43801653,0.4214876,0.4214876,0.42561984,0.4090909,0.4090909,0.446281,0.3966942,0.4090909,0.41735536,0.41322315,0.41322315,0.41735536,0.37190083,0.40495867,0.4338843,0.44214877,0.45867768,0.47107437,0.5,0.5247934,0.5289256,0.55785125,0.56198347,0.59090906,0.59090906,0.58677685,0.55785125,0.5495868,0.5495868,0.5165289,0.4876033,0.47107437,0.41735536,0.39256197,0.35950413,0.33471075,0.33471075,0.3305785,0.3181818,0.32231405,0.35123968,0.37190083,0.37190083,0.41735536,0.41735536,0.49586776,0.53305787,0.56198347,0.5371901,0.5371901,0.54545456,0.5123967,0.5247934,0.5206612,0.5041322,0.4876033,0.4752066,0.44214877,0.43801653,0.42561984,0.4090909,0.41322315,0.42561984,0.42561984,0.41735536,0.4214876,0.41735536,0.39256197,0.41322315,0.44214877,0.40082645,0.40082645,0.41322315,0.41322315,0.41735536,0.4090909,0.40082645,0.3677686,0.40495867,0.42561984,0.4338843,0.44214877,0.47107437,0.5082645,0.5289256,0.5495868,0.57024795,0.59917355,0.58264464,0.58677685,0.5785124,0.57024795,0.58677685,0.5661157,0.57024795,0.58264464,0.5661157,0.55785125,0.5495868,0.54545456,0.5082645,0.5123967,0.5123967,0.4876033,0.46694216,0.45041323,0.45454547,0.47933885,0.49586776,0.53305787,0.5495868,0.55785125,0.54545456,0.5371901,0.5289256,0.5247934,0.49586776,0.49173555,0.49173555,0.47933885,0.45867768,0.42561984,0.42561984,0.40495867,0.40495867,0.38842976,0.40495867,0.4090909,0.41322315,0.41322315,0.39256197,0.38016528,0.44214877,0.42975205,0.3966942,0.41322315,0.41322315,0.4090909,0.41322315,0.40082645,0.41322315,0.37603307,0.35123968,0.4090909,0.44214877,0.4214876,0.46694216,0.49586776,0.5206612,0.53305787,0.553719,0.56198347,0.57024795,0.58677685,0.61157024,0.61570245,0.62396693,0.61570245,0.6404959,0.69008267,0.7066116,0.7107438,0.7231405,0.7355372,0.7231405,0.74793386,0.75206614,0.7066116,0.6818182,0.6322314,0.58264464,0.57438016,0.57438016,0.57024795,0.5661157,0.56198347,0.54545456,0.5041322,0.49586776,0.5,0.5082645,0.47933885,0.45454547,0.45041323,0.446281,0.4214876,0.40082645,0.41735536,0.4090909,0.40495867,0.40495867,0.39256197,0.4090909,0.38016528,0.37603307,0.40082645,0.45454547,0.42561984,0.40082645,0.40082645,0.4090909,0.4090909,0.41322315,0.40495867,0.41322315,0.4090909,0.3553719,0.36363637,0.4214876,0.41322315,0.45454547,0.4752066,0.5,0.5165289,0.5289256,0.5371901,0.5413223,0.59090906,0.61157024,0.6280992,0.6652893,0.6528926,0.6528926,0.69008267,0.7107438,0.7231405,0.75206614,0.74793386,0.73966944,0.74380165,0.7355372,0.71900827,0.71487606,0.71900827,0.69008267,0.6652893,0.6487603,0.61157024,0.59917355,0.57438016,0.53305787,0.4876033,0.48347107,0.5165289,0.49173555,0.47933885,0.446281,0.45454547,0.43801653,0.4090909,0.40082645,0.38842976,0.41735536,0.3966942,0.40082645,0.38842976,0.38016528,0.35950413,0.3677686,0.45041323,0.446281,0.40495867,0.4090909,0.40495867,0.40495867,0.40495867,0.4090909,0.4090909,0.4090909,0.4214876,0.4090909,0.3553719,0.35123968,0.40082645,0.42975205,0.446281,0.46694216,0.48347107,0.5082645,0.53305787,0.5247934,0.5661157,0.607438,0.61570245,0.6487603,0.6322314,0.6528926,0.6735537,0.70247936,0.71487606,0.7355372,0.7231405,0.6942149,0.6859504,0.6818182,0.6983471,0.70247936,0.7107438,0.6983471,0.6694215,0.6735537,0.6652893,0.6404959,0.59917355,0.553719,0.5371901,0.53305787,0.5082645,0.5,0.46280992,0.44214877,0.45041323,0.41322315,0.40082645,0.4090909,0.3966942,0.38429752,0.37190083,0.38429752,0.37603307,0.35950413,0.37603307,0.4338843,0.44214877,0.44214877,0.3966942,0.40495867,0.41735536,0.40495867,0.40082645,0.41322315,0.4090909,0.41322315,0.42561984,0.4214876,0.40082645,0.33471075,0.34710744,0.40495867,0.44214877,0.45454547,0.46280992,0.47107437,0.53305787,0.53305787,0.56198347,0.58264464,0.60330576,0.6198347,0.61570245,0.6528926,0.677686,0.6942149,0.6818182,0.6818182,0.6652893,0.6363636,0.62396693,0.6570248,0.677686,0.6735537,0.6694215,0.6694215,0.6363636,0.6363636,0.6735537,0.6652893,0.62396693,0.5785124,0.56198347,0.54545456,0.5289256,0.5082645,0.47933885,0.43801653,0.4338843,0.40495867,0.3966942,0.40082645,0.40082645,0.34710744,0.35123968,0.3553719,0.3305785,0.37603307,0.44214877,0.4338843,0.4338843,0.45867768,0.38016528,0.40082645,0.4214876,0.4090909,0.41322315,0.4090909,0.41322315,0.4214876,0.4214876,0.40495867,0.42561984,0.44214877,0.3429752,0.3305785,0.37190083,0.41735536,0.43801653,0.45454547,0.5082645,0.5289256,0.55785125,0.5371901,0.5785124,0.58264464,0.58264464,0.6487603,0.6859504,0.6818182,0.7066116,0.6652893,0.6446281,0.6363636,0.6404959,0.6528926,0.6446281,0.6446281,0.661157,0.6652893,0.6528926,0.6280992,0.62396693,0.59917355,0.58264464,0.55785125,0.553719,0.5289256,0.5165289,0.49586776,0.45454547,0.42561984,0.42561984,0.40082645,0.38429752,0.38016528,0.38016528,0.34710744,0.3305785,0.32231405,0.34710744,0.43801653,0.45041323,0.44214877,0.4338843,0.47107437,0.36363637,0.41322315,0.40495867,0.40495867,0.41322315,0.4090909,0.42561984,0.41322315,0.41735536,0.41735536,0.41322315,0.46694216,0.4214876,0.3140496,0.28099173,0.3677686,0.38842976,0.42975205,0.46280992,0.5165289,0.5413223,0.5165289,0.5247934,0.5495868,0.55785125,0.59504133,0.6404959,0.62396693,0.6652893,0.6528926,0.6322314,0.6280992,0.6322314,0.6404959,0.62396693,0.607438,0.61157024,0.6198347,0.59504133,0.56198347,0.5661157,0.57024795,0.59504133,0.57024795,0.5289256,0.49586776,0.4752066,0.45454547,0.40495867,0.40495867,0.38842976,0.3966942,0.37190083,0.35950413,0.33471075,0.3140496,0.30165288,0.3429752,0.42561984,0.43801653,0.4338843,0.4338843,0.44214877,0.48347107,0.3264463,0.41322315,0.4214876,0.4090909,0.40495867,0.41735536,0.41322315,0.41322315,0.4214876,0.41322315,0.40495867,0.45867768,0.46694216,0.39256197,0.29338843,0.28512397,0.30165288,0.37603307,0.4090909,0.45867768,0.49586776,0.5123967,0.5413223,0.5206612,0.5289256,0.5495868,0.57438016,0.57438016,0.56198347,0.58264464,0.57024795,0.57024795,0.58264464,0.5785124,0.57024795,0.56198347,0.54545456,0.553719,0.5289256,0.5123967,0.5289256,0.55785125,0.59090906,0.54545456,0.49173555,0.46694216,0.42975205,0.3966942,0.3677686,0.37190083,0.35950413,0.37190083,0.3264463,0.30991736,0.2892562,0.2892562,0.32231405,0.42561984,0.4338843,0.43801653,0.42975205,0.42975205,0.4338843,0.47107437,0.30991736,0.3966942,0.41735536,0.4090909,0.40082645,0.40495867,0.41735536,0.4214876,0.4090909,0.4214876,0.41322315,0.44214877,0.47933885,0.42975205,0.3429752,0.25619835,0.24793388,0.28512397,0.3429752,0.40082645,0.44214877,0.45041323,0.5123967,0.47107437,0.48347107,0.49173555,0.5,0.49586776,0.47933885,0.49173555,0.4876033,0.5082645,0.5247934,0.53305787,0.5123967,0.5206612,0.5082645,0.5206612,0.48347107,0.4752066,0.48347107,0.5123967,0.5661157,0.4876033,0.42975205,0.4214876,0.38429752,0.3553719,0.35123968,0.3181818,0.2892562,0.3181818,0.2892562,0.27272728,0.28099173,0.34710744,0.3677686,0.4338843,0.4214876,0.42561984,0.42975205,0.42975205,0.43801653,0.4752066,0.2768595,3 +0.7231405,0.7231405,0.72727275,0.73140496,0.7355372,0.74380165,0.7644628,0.76859504,0.7768595,0.7768595,0.7892562,0.79752064,0.7933884,0.79752064,0.8057851,0.8057851,0.78099173,0.78512394,0.76859504,0.7644628,0.76859504,0.77272725,0.76859504,0.77272725,0.7768595,0.78099173,0.7768595,0.7768595,0.7933884,0.7892562,0.78512394,0.78099173,0.7933884,0.78099173,0.7768595,0.77272725,0.77272725,0.77272725,0.75619835,0.7644628,0.74793386,0.75206614,0.74380165,0.72727275,0.73966944,0.76033056,0.75206614,0.73966944,0.74380165,0.74380165,0.76033056,0.76859504,0.73966944,0.71900827,0.7107438,0.6942149,0.6570248,0.6322314,0.61570245,0.59504133,0.5785124,0.57024795,0.41735536,0.2107438,0.7231405,0.7231405,0.72727275,0.73140496,0.73966944,0.75206614,0.7644628,0.76859504,0.75619835,0.73140496,0.72727275,0.7355372,0.7355372,0.74793386,0.76859504,0.76033056,0.75206614,0.75619835,0.75206614,0.74380165,0.74793386,0.74380165,0.74380165,0.74793386,0.75619835,0.7644628,0.76033056,0.76033056,0.78099173,0.7768595,0.76033056,0.76859504,0.78099173,0.76033056,0.75206614,0.7644628,0.75206614,0.75619835,0.75206614,0.73966944,0.7231405,0.72727275,0.72727275,0.71487606,0.71487606,0.72727275,0.72727275,0.71487606,0.7107438,0.677686,0.7066116,0.6983471,0.6652893,0.6528926,0.661157,0.661157,0.6363636,0.6363636,0.62396693,0.59917355,0.5785124,0.57438016,0.46694216,0.2520661,0.7066116,0.71900827,0.73140496,0.74380165,0.74793386,0.74380165,0.74380165,0.74380165,0.71900827,0.6818182,0.6694215,0.6570248,0.6528926,0.661157,0.6652893,0.6487603,0.6570248,0.6735537,0.661157,0.661157,0.6818182,0.69008267,0.69008267,0.7107438,0.7231405,0.72727275,0.72727275,0.72727275,0.75206614,0.75206614,0.7355372,0.74380165,0.75619835,0.73966944,0.7355372,0.75206614,0.7355372,0.7355372,0.7231405,0.71487606,0.69008267,0.677686,0.6487603,0.62396693,0.58677685,0.58677685,0.57024795,0.58264464,0.58677685,0.57438016,0.57438016,0.55785125,0.56198347,0.5785124,0.58677685,0.61157024,0.607438,0.60330576,0.61157024,0.59917355,0.58264464,0.57024795,0.5082645,0.30578512,0.70247936,0.71900827,0.72727275,0.73966944,0.7355372,0.7231405,0.71487606,0.7107438,0.6859504,0.661157,0.6487603,0.62396693,0.607438,0.58264464,0.5495868,0.5247934,0.5123967,0.5041322,0.46280992,0.47933885,0.5165289,0.5495868,0.59917355,0.6322314,0.6487603,0.661157,0.6694215,0.6818182,0.71487606,0.72727275,0.7066116,0.71900827,0.72727275,0.7231405,0.7107438,0.7107438,0.70247936,0.70247936,0.6528926,0.6487603,0.62396693,0.58264464,0.5371901,0.4876033,0.44214877,0.4214876,0.41735536,0.41735536,0.43801653,0.446281,0.4876033,0.47107437,0.48347107,0.5082645,0.5371901,0.5785124,0.5785124,0.57024795,0.5785124,0.58677685,0.5785124,0.5661157,0.53305787,0.35950413,0.7066116,0.7231405,0.72727275,0.72727275,0.70247936,0.677686,0.677686,0.6694215,0.6363636,0.59917355,0.56198347,0.5206612,0.5041322,0.5041322,0.48347107,0.45454547,0.446281,0.42561984,0.37603307,0.37190083,0.40495867,0.42975205,0.49173555,0.54545456,0.5785124,0.59917355,0.607438,0.661157,0.69008267,0.71487606,0.71487606,0.72727275,0.72727275,0.72727275,0.6735537,0.6487603,0.6528926,0.6363636,0.59090906,0.55785125,0.5413223,0.49586776,0.41322315,0.3553719,0.29752067,0.29338843,0.30165288,0.30165288,0.30991736,0.35950413,0.4338843,0.446281,0.45867768,0.46694216,0.4752066,0.5289256,0.54545456,0.53305787,0.5413223,0.57024795,0.57438016,0.56198347,0.5495868,0.41735536,0.7107438,0.71900827,0.7066116,0.6694215,0.58264464,0.5123967,0.5289256,0.57024795,0.55785125,0.5247934,0.49586776,0.46694216,0.45454547,0.5041322,0.5413223,0.49586776,0.46694216,0.45041323,0.42975205,0.41735536,0.3966942,0.40495867,0.4214876,0.43801653,0.45867768,0.46694216,0.43801653,0.49173555,0.55785125,0.57438016,0.59090906,0.61570245,0.607438,0.61570245,0.5785124,0.553719,0.54545456,0.5413223,0.5289256,0.47107437,0.47107437,0.446281,0.4214876,0.34710744,0.37190083,0.38016528,0.38842976,0.38842976,0.41735536,0.4338843,0.46280992,0.42561984,0.44214877,0.4338843,0.37603307,0.4214876,0.44214877,0.45041323,0.446281,0.45867768,0.5082645,0.5495868,0.553719,0.48347107,0.6942149,0.6818182,0.6280992,0.5123967,0.46280992,0.5165289,0.58677685,0.6446281,0.62396693,0.59917355,0.56198347,0.5082645,0.48347107,0.446281,0.42975205,0.39256197,0.37190083,0.36363637,0.37603307,0.38429752,0.38016528,0.36363637,0.34710744,0.3553719,0.35950413,0.37603307,0.3181818,0.28512397,0.446281,0.55785125,0.59090906,0.6280992,0.607438,0.58264464,0.55785125,0.5123967,0.46280992,0.446281,0.38429752,0.27272728,0.23966943,0.29752067,0.33471075,0.32231405,0.3264463,0.3553719,0.37603307,0.41322315,0.446281,0.47933885,0.5413223,0.5,0.5,0.49173555,0.45454547,0.44214877,0.44214877,0.4338843,0.43801653,0.40495867,0.40082645,0.41322315,0.49586776,0.5413223,0.6570248,0.59504133,0.46694216,0.45867768,0.553719,0.59917355,0.61157024,0.61157024,0.59504133,0.58264464,0.5165289,0.48347107,0.6652893,0.71900827,0.5289256,0.38429752,0.37603307,0.36363637,0.338843,0.35950413,0.4752066,0.46694216,0.3677686,0.38016528,0.4338843,0.46280992,0.46280992,0.35950413,0.38842976,0.61157024,0.7066116,0.72727275,0.7107438,0.6735537,0.6198347,0.56198347,0.5041322,0.4338843,0.2644628,0.38016528,0.40082645,0.46694216,0.8471074,0.78512394,0.21900827,0.32231405,0.3677686,0.4090909,0.38429752,0.5206612,0.661157,0.5206612,0.5,0.5165289,0.5247934,0.5165289,0.5371901,0.5495868,0.54545456,0.49586776,0.32231405,0.33471075,0.39256197,0.46694216,0.59917355,0.45867768,0.45041323,0.5495868,0.58677685,0.60330576,0.59917355,0.59090906,0.58677685,0.61157024,0.59090906,0.59917355,0.74793386,0.8471074,0.69008267,0.5082645,0.46694216,0.45454547,0.42561984,0.44214877,0.6818182,0.6404959,0.37190083,0.3429752,0.42561984,0.45867768,0.5123967,0.5247934,0.30991736,0.49173555,0.7066116,0.76033056,0.75619835,0.7231405,0.661157,0.5661157,0.5082645,0.29338843,0.30991736,0.4214876,0.3264463,0.26859504,0.58677685,0.58264464,0.29752067,0.3264463,0.42561984,0.5,0.46280992,0.6363636,0.8471074,0.58264464,0.4876033,0.5165289,0.5206612,0.4876033,0.5041322,0.5495868,0.5371901,0.53305787,0.30165288,0.28512397,0.4338843,0.37190083,0.5289256,0.37603307,0.5661157,0.58677685,0.55785125,0.60330576,0.61157024,0.59090906,0.61157024,0.6280992,0.607438,0.59090906,0.6694215,0.74793386,0.7644628,0.70247936,0.60330576,0.48347107,0.44214877,0.4090909,0.45454547,0.45867768,0.3553719,0.3181818,0.40082645,0.46280992,0.4752066,0.58264464,0.37603307,0.41322315,0.6983471,0.78512394,0.7768595,0.74380165,0.6818182,0.57024795,0.4338843,0.21900827,0.42561984,0.46280992,0.38842976,0.37190083,0.446281,0.43801653,0.37190083,0.38429752,0.45454547,0.4752066,0.6198347,0.553719,0.58264464,0.5661157,0.5123967,0.4876033,0.5082645,0.45454547,0.4752066,0.5247934,0.5371901,0.5495868,0.36363637,0.23966943,0.49586776,0.45867768,0.41322315,0.47933885,0.62396693,0.59090906,0.5495868,0.58264464,0.59504133,0.5785124,0.58677685,0.6322314,0.6487603,0.6404959,0.6735537,0.7107438,0.72727275,0.7107438,0.6983471,0.6198347,0.5495868,0.5289256,0.44214877,0.37603307,0.36363637,0.3429752,0.3553719,0.4214876,0.446281,0.58264464,0.45041323,0.39256197,0.6694215,0.7892562,0.7768595,0.73966944,0.6528926,0.56198347,0.35950413,0.22727273,0.46280992,0.45867768,0.40082645,0.38016528,0.41735536,0.446281,0.40495867,0.42561984,0.5289256,0.58677685,0.6983471,0.6735537,0.61570245,0.59504133,0.5413223,0.47107437,0.47933885,0.44214877,0.45454547,0.5,0.5371901,0.57024795,0.41735536,0.3140496,0.49173555,0.5413223,0.38842976,0.59917355,0.6404959,0.61570245,0.59504133,0.54545456,0.56198347,0.57438016,0.57024795,0.5785124,0.607438,0.6363636,0.661157,0.71487606,0.74380165,0.72727275,0.7107438,0.661157,0.5785124,0.49586776,0.4214876,0.37190083,0.35123968,0.3429752,0.3264463,0.3553719,0.42561984,0.5661157,0.47107437,0.30165288,0.40082645,0.47107437,0.4752066,0.46694216,0.41322315,0.38016528,0.27272728,0.28512397,0.43801653,0.45041323,0.3553719,0.3553719,0.3140496,0.3429752,0.338843,0.3966942,0.5371901,0.60330576,0.59504133,0.58677685,0.57438016,0.53305787,0.5,0.46280992,0.46280992,0.4752066,0.47107437,0.5041322,0.5371901,0.5785124,0.446281,0.26859504,0.39256197,0.49173555,0.5041322,0.6322314,0.6404959,0.61157024,0.59917355,0.58677685,0.60330576,0.6280992,0.6280992,0.6446281,0.6446281,0.6528926,0.6694215,0.6983471,0.71900827,0.6983471,0.6735537,0.62396693,0.57438016,0.5289256,0.446281,0.35950413,0.29338843,0.26859504,0.30578512,0.35950413,0.44214877,0.5661157,0.46280992,0.27272728,0.32231405,0.45454547,0.5165289,0.5,0.41735536,0.34710744,0.18181819,0.29338843,0.44214877,0.38842976,0.33471075,0.34710744,0.3264463,0.3140496,0.35950413,0.45867768,0.553719,0.59917355,0.58264464,0.59504133,0.57438016,0.5289256,0.49173555,0.45454547,0.46280992,0.47107437,0.49586776,0.5082645,0.54545456,0.54545456,0.47107437,0.2768595,0.26859504,0.30165288,0.55785125,0.6198347,0.6404959,0.61570245,0.607438,0.60330576,0.59504133,0.57024795,0.5495868,0.56198347,0.58264464,0.58677685,0.607438,0.6446281,0.6487603,0.6198347,0.58677685,0.53305787,0.4876033,0.47107437,0.45041323,0.38842976,0.30578512,0.2603306,0.30991736,0.4214876,0.5,0.5495868,0.4214876,0.28512397,0.3966942,0.58677685,0.6694215,0.661157,0.607438,0.5165289,0.23553719,0.2644628,0.4090909,0.37603307,0.32231405,0.3264463,0.34710744,0.39256197,0.41322315,0.44214877,0.49173555,0.5082645,0.5123967,0.5495868,0.5082645,0.49586776,0.49173555,0.48347107,0.47107437,0.46694216,0.49586776,0.5082645,0.54545456,0.4752066,0.48347107,0.4090909,0.37190083,0.30991736,0.5247934,0.57024795,0.6404959,0.6528926,0.6280992,0.58677685,0.54545456,0.5165289,0.4876033,0.48347107,0.5289256,0.53305787,0.5495868,0.56198347,0.5495868,0.5413223,0.49586776,0.446281,0.3966942,0.37190083,0.36363637,0.33471075,0.3140496,0.35950413,0.44214877,0.5289256,0.5206612,0.45041323,0.32231405,0.27272728,0.46280992,0.6735537,0.7355372,0.7231405,0.6818182,0.57438016,0.23553719,0.21487603,0.3966942,0.39256197,0.28099173,0.3305785,0.41322315,0.44214877,0.4876033,0.48347107,0.47933885,0.46694216,0.45867768,0.49586776,0.46694216,0.44214877,0.46694216,0.47107437,0.45041323,0.48347107,0.49173555,0.5247934,0.4876033,0.39256197,0.5206612,0.45041323,0.4214876,0.41735536,0.58264464,0.48347107,0.49586776,0.6198347,0.6322314,0.59504133,0.5661157,0.5495868,0.5247934,0.47933885,0.39256197,0.38429752,0.40495867,0.39256197,0.38016528,0.37603307,0.37190083,0.3429752,0.3264463,0.2892562,0.30578512,0.35123968,0.40495867,0.49173555,0.59504133,0.59917355,0.45867768,0.3429752,0.26859504,0.30991736,0.58677685,0.77272725,0.7892562,0.77272725,0.75619835,0.69008267,0.29338843,0.1446281,0.34710744,0.42975205,0.24380165,0.26859504,0.32231405,0.34710744,0.3553719,0.38429752,0.40495867,0.3966942,0.37603307,0.40495867,0.40495867,0.38016528,0.4214876,0.43801653,0.44214877,0.45867768,0.4752066,0.5082645,0.39256197,0.40082645,0.55785125,0.43801653,0.42975205,0.45867768,0.6528926,0.5247934,0.38429752,0.5371901,0.6652893,0.6446281,0.6404959,0.6652893,0.6735537,0.6446281,0.5371901,0.49586776,0.42561984,0.3429752,0.33471075,0.29338843,0.3140496,0.3181818,0.3553719,0.35123968,0.38016528,0.46280992,0.56198347,0.60330576,0.6198347,0.5413223,0.36363637,0.27272728,0.2520661,0.4090909,0.69008267,0.79752064,0.7892562,0.7768595,0.7644628,0.75206614,0.47107437,0.20661157,0.27272728,0.3677686,0.3429752,0.3429752,0.34710744,0.3181818,0.30165288,0.26859504,0.30165288,0.28512397,0.27272728,0.3140496,0.3429752,0.33471075,0.40082645,0.46694216,0.5041322,0.4876033,0.47933885,0.4214876,0.35123968,0.48347107,0.56198347,0.4214876,0.43801653,0.4752066,0.6322314,0.6446281,0.42561984,0.4876033,0.6859504,0.72727275,0.70247936,0.6694215,0.71900827,0.7066116,0.6487603,0.61570245,0.57438016,0.49586776,0.47107437,0.41322315,0.38842976,0.40495867,0.42561984,0.43801653,0.46694216,0.5082645,0.59090906,0.62396693,0.5785124,0.4876033,0.35123968,0.2520661,0.28512397,0.553719,0.75206614,0.80991733,0.7933884,0.7644628,0.7644628,0.77272725,0.59917355,0.24380165,0.24380165,0.37603307,0.3966942,0.44214877,0.46280992,0.44214877,0.38842976,0.35123968,0.37603307,0.35950413,0.3305785,0.35950413,0.3966942,0.4214876,0.46280992,0.54545456,0.59504133,0.56198347,0.49586776,0.40082645,0.43801653,0.5495868,0.553719,0.41322315,0.44214877,0.5041322,0.5785124,0.6859504,0.5247934,0.47933885,0.6528926,0.73966944,0.73966944,0.7066116,0.70247936,0.7107438,0.6528926,0.6322314,0.61570245,0.5661157,0.54545456,0.5041322,0.47933885,0.45454547,0.48347107,0.47933885,0.49586776,0.5041322,0.5495868,0.5661157,0.5413223,0.5123967,0.43801653,0.2768595,0.3966942,0.6652893,0.76033056,0.8140496,0.7933884,0.7644628,0.7644628,0.75206614,0.6694215,0.4090909,0.3140496,0.41322315,0.45454547,0.5289256,0.553719,0.5371901,0.4752066,0.4214876,0.43801653,0.45454547,0.42975205,0.4338843,0.47107437,0.5041322,0.5371901,0.5661157,0.6198347,0.59090906,0.5123967,0.5,0.5661157,0.59090906,0.5413223,0.39256197,0.446281,0.553719,0.49173555,0.7231405,0.61157024,0.4876033,0.59504133,0.6983471,0.7355372,0.74793386,0.70247936,0.6735537,0.6280992,0.61570245,0.59917355,0.58677685,0.57024795,0.5371901,0.5082645,0.47933885,0.5041322,0.49586776,0.49586776,0.5082645,0.53305787,0.553719,0.5289256,0.5371901,0.446281,0.3429752,0.553719,0.6983471,0.73966944,0.79752064,0.8016529,0.7768595,0.77272725,0.7644628,0.6942149,0.5247934,0.30578512,0.34710744,0.46694216,0.5206612,0.5785124,0.55785125,0.5041322,0.45454547,0.46694216,0.49586776,0.5082645,0.5123967,0.53305787,0.5495868,0.5785124,0.58264464,0.60330576,0.58264464,0.5495868,0.61570245,0.6652893,0.6446281,0.5247934,0.37603307,0.45041323,0.6198347,0.38842976,0.70247936,0.70247936,0.56198347,0.56198347,0.6652893,0.73140496,0.72727275,0.677686,0.6487603,0.60330576,0.61570245,0.607438,0.59090906,0.58264464,0.55785125,0.53305787,0.5041322,0.5165289,0.5289256,0.53305787,0.5495868,0.57024795,0.5785124,0.5371901,0.5,0.37190083,0.5123967,0.661157,0.6942149,0.72727275,0.7892562,0.8016529,0.78512394,0.77272725,0.78512394,0.71900827,0.61570245,0.38016528,0.30165288,0.46694216,0.5082645,0.5661157,0.56198347,0.5082645,0.46694216,0.47933885,0.5082645,0.53305787,0.5495868,0.5661157,0.59090906,0.59504133,0.59504133,0.59504133,0.58264464,0.59090906,0.6818182,0.72727275,0.6818182,0.5,0.38429752,0.5247934,0.6280992,0.37603307,0.6363636,0.7231405,0.6570248,0.5661157,0.6570248,0.71487606,0.6818182,0.6322314,0.61570245,0.59090906,0.607438,0.59917355,0.57438016,0.55785125,0.56198347,0.54545456,0.53305787,0.5413223,0.58264464,0.58264464,0.59917355,0.607438,0.59090906,0.5206612,0.38842976,0.45041323,0.6446281,0.6859504,0.69008267,0.7355372,0.78512394,0.79752064,0.78099173,0.76859504,0.7933884,0.74793386,0.6487603,0.5165289,0.30165288,0.37190083,0.56198347,0.5661157,0.57438016,0.5165289,0.47107437,0.4752066,0.49586776,0.5247934,0.54545456,0.5661157,0.5785124,0.57024795,0.5785124,0.5785124,0.59090906,0.6404959,0.71487606,0.72727275,0.6859504,0.5165289,0.42561984,0.6404959,0.5289256,0.58677685,0.46280992,0.72727275,0.677686,0.61570245,0.6363636,0.6652893,0.6735537,0.6322314,0.6198347,0.607438,0.60330576,0.59504133,0.58264464,0.55785125,0.57438016,0.57438016,0.59504133,0.59090906,0.60330576,0.62396693,0.61570245,0.60330576,0.5785124,0.39256197,0.42975205,0.61570245,0.6735537,0.6735537,0.70247936,0.74380165,0.7933884,0.8057851,0.7892562,0.7768595,0.78099173,0.74793386,0.6528926,0.59504133,0.44214877,0.29752067,0.4876033,0.61157024,0.61157024,0.57024795,0.5165289,0.48347107,0.47933885,0.49586776,0.5123967,0.5371901,0.5495868,0.54545456,0.553719,0.5661157,0.59504133,0.6528926,0.6859504,0.69008267,0.6652893,0.5247934,0.59917355,0.69008267,0.3966942,0.74380165,0.45041323,0.5785124,0.74793386,0.677686,0.61570245,0.62396693,0.6404959,0.6322314,0.6322314,0.6404959,0.6322314,0.6198347,0.60330576,0.59917355,0.6280992,0.6363636,0.6487603,0.6198347,0.59090906,0.6322314,0.607438,0.54545456,0.4214876,0.40495867,0.60330576,0.6735537,0.6652893,0.6694215,0.72727275,0.7644628,0.8057851,0.8181818,0.8057851,0.7892562,0.7933884,0.77272725,0.6983471,0.607438,0.56198347,0.446281,0.3305785,0.5206612,0.6570248,0.6446281,0.60330576,0.5661157,0.53305787,0.5123967,0.5123967,0.5247934,0.54545456,0.54545456,0.5495868,0.57438016,0.59504133,0.6198347,0.6446281,0.6652893,0.6652893,0.661157,0.75206614,0.56198347,0.44214877,0.70247936,0.75206614,0.5041322,0.5413223,0.7644628,0.71900827,0.6446281,0.6322314,0.6404959,0.6446281,0.6404959,0.6487603,0.6446281,0.6198347,0.6280992,0.6487603,0.6528926,0.6404959,0.6363636,0.6322314,0.6404959,0.5165289,0.4214876,0.41735536,0.5785124,0.6652893,0.6487603,0.6528926,0.677686,0.73966944,0.7644628,0.8057851,0.822314,0.80991733,0.7892562,0.7933884,0.78099173,0.72727275,0.6322314,0.55785125,0.5289256,0.446281,0.39256197,0.5413223,0.6404959,0.6652893,0.6322314,0.59917355,0.5661157,0.5413223,0.5247934,0.54545456,0.553719,0.56198347,0.5785124,0.59090906,0.60330576,0.6487603,0.6859504,0.74793386,0.7644628,0.61157024,0.49173555,0.5,0.677686,0.70247936,0.7231405,0.5495868,0.4876033,0.71487606,0.74380165,0.6859504,0.6942149,0.6735537,0.6694215,0.6404959,0.6404959,0.6404959,0.6322314,0.6652893,0.69008267,0.6983471,0.6652893,0.61570245,0.54545456,0.4338843,0.44214877,0.57438016,0.6694215,0.6487603,0.61570245,0.6570248,0.69008267,0.74793386,0.7768595,0.7933884,0.8264463,0.8140496,0.78099173,0.7892562,0.7933884,0.7355372,0.6570248,0.5661157,0.5165289,0.5495868,0.5206612,0.4090909,0.5041322,0.6404959,0.6735537,0.6652893,0.6280992,0.59090906,0.553719,0.56198347,0.58264464,0.59504133,0.6198347,0.6446281,0.6735537,0.7231405,0.74380165,0.6942149,0.59090906,0.55785125,0.5495868,0.5247934,0.661157,0.6942149,0.7066116,0.69008267,0.57024795,0.40082645,0.4752066,0.61570245,0.7066116,0.6983471,0.7107438,0.6942149,0.6735537,0.6859504,0.69008267,0.70247936,0.7066116,0.6694215,0.6198347,0.5495868,0.47107437,0.47933885,0.58677685,0.6404959,0.6322314,0.6280992,0.6198347,0.6570248,0.70247936,0.76033056,0.7892562,0.7933884,0.8264463,0.8264463,0.78099173,0.77272725,0.7892562,0.7355372,0.6694215,0.5785124,0.53305787,0.5206612,0.5785124,0.553719,0.4752066,0.4752066,0.59504133,0.6487603,0.661157,0.69008267,0.6859504,0.677686,0.6983471,0.71900827,0.7355372,0.7355372,0.6859504,0.6280992,0.59090906,0.57024795,0.57024795,0.5785124,0.5495868,0.5041322,0.6363636,0.6487603,0.69008267,0.6859504,0.62396693,0.5206612,0.3966942,0.37603307,0.38016528,0.45041323,0.55785125,0.5785124,0.59090906,0.61157024,0.6363636,0.62396693,0.61570245,0.5661157,0.55785125,0.5371901,0.5371901,0.60330576,0.677686,0.60330576,0.61157024,0.6363636,0.62396693,0.6570248,0.677686,0.73966944,0.75206614,0.8140496,0.8471074,0.8181818,0.78099173,0.76859504,0.73966944,0.70247936,0.6404959,0.59090906,0.5661157,0.5247934,0.56198347,0.60330576,0.553719,0.5041322,0.45867768,0.4752066,0.49173555,0.5082645,0.5082645,0.5123967,0.5247934,0.5289256,0.5289256,0.5289256,0.53305787,0.5495868,0.58264464,0.5785124,0.57438016,0.56198347,0.54545456,0.5082645,0.6280992,0.6487603,0.6694215,0.69008267,0.62396693,0.5247934,0.49173555,0.5,0.4876033,0.4752066,0.45041323,0.42561984,0.45041323,0.4752066,0.5247934,0.5495868,0.58677685,0.607438,0.61157024,0.6198347,0.6570248,0.70247936,0.677686,0.60330576,0.6280992,0.661157,0.6446281,0.6404959,0.6363636,0.677686,0.69008267,0.7768595,0.8057851,0.76859504,0.74380165,0.75206614,0.71487606,0.6322314,0.5785124,0.56198347,0.58264464,0.55785125,0.5247934,0.6363636,0.6363636,0.58264464,0.5413223,0.46280992,0.38429752,0.35123968,0.36363637,0.4090909,0.4338843,0.4338843,0.45867768,0.48347107,0.5165289,0.55785125,0.5785124,0.5661157,0.553719,0.5413223,0.53305787,0.5082645,0.6363636,0.6570248,0.6694215,0.6818182,0.6363636,0.5371901,0.4876033,0.4752066,0.49173555,0.5,0.5082645,0.5165289,0.5289256,0.5413223,0.57024795,0.59917355,0.6446281,0.6818182,0.7066116,0.72727275,0.71900827,0.70247936,0.6363636,0.6404959,0.6322314,0.6446281,0.61157024,0.59504133,0.57438016,0.59090906,0.6198347,0.69008267,0.7355372,0.7107438,0.6942149,0.677686,0.61570245,0.54545456,0.5123967,0.5082645,0.55785125,0.58264464,0.5247934,0.60330576,0.677686,0.677686,0.6487603,0.60330576,0.5371901,0.5165289,0.5123967,0.5206612,0.5289256,0.5206612,0.5247934,0.54545456,0.55785125,0.56198347,0.55785125,0.5495868,0.5413223,0.5206612,0.5247934,0.5082645,0.6363636,0.6570248,0.6694215,0.677686,0.6528926,0.59090906,0.54545456,0.5289256,0.5371901,0.55785125,0.5661157,0.59504133,0.61570245,0.6446281,0.69008267,0.7107438,0.74380165,0.76859504,0.77272725,0.76033056,0.71900827,0.6652893,0.61570245,0.6198347,0.6322314,0.553719,0.48347107,0.47933885,0.48347107,0.49173555,0.5247934,0.58677685,0.6322314,0.6487603,0.59090906,0.55785125,0.5041322,0.44214877,0.42975205,0.446281,0.5,0.56198347,0.53305787,0.54545456,0.6570248,0.6983471,0.70247936,0.7107438,0.6652893,0.6322314,0.61570245,0.59504133,0.59090906,0.58264464,0.57438016,0.5661157,0.5661157,0.5495868,0.5495868,0.54545456,0.53305787,0.5247934,0.5289256,0.5041322,0.6322314,0.6404959,0.6735537,0.6859504,0.6818182,0.6694215,0.6528926,0.661157,0.6735537,0.6942149,0.71900827,0.73966944,0.75619835,0.77272725,0.7892562,0.7933884,0.78512394,0.78099173,0.76859504,0.74793386,0.7066116,0.6446281,0.59917355,0.58677685,0.58264464,0.446281,0.24793388,0.24793388,0.3305785,0.43801653,0.45041323,0.5041322,0.5165289,0.553719,0.5165289,0.45454547,0.41735536,0.3429752,0.30991736,0.338843,0.42561984,0.5289256,0.5289256,0.5,0.62396693,0.6942149,0.7066116,0.7107438,0.6983471,0.6942149,0.6818182,0.6859504,0.677686,0.6363636,0.60330576,0.5785124,0.56198347,0.54545456,0.5371901,0.53305787,0.5247934,0.5289256,0.53305787,0.5041322,0.6280992,0.6280992,0.6404959,0.6694215,0.6735537,0.6818182,0.6818182,0.6942149,0.7107438,0.7355372,0.76033056,0.7768595,0.7892562,0.7892562,0.78512394,0.7892562,0.7892562,0.7768595,0.7644628,0.73140496,0.6818182,0.6280992,0.57438016,0.53305787,0.4876033,0.28512397,0.11570248,0.09504132,0.09504132,0.23553719,0.38842976,0.43801653,0.42975205,0.4338843,0.4090909,0.37603307,0.29338843,0.1570248,0.11983471,0.17355372,0.3677686,0.46694216,0.5165289,0.4876033,0.59504133,0.6735537,0.7066116,0.7066116,0.6983471,0.6983471,0.6983471,0.71900827,0.71900827,0.69008267,0.6487603,0.61157024,0.57438016,0.5495868,0.5371901,0.5165289,0.5123967,0.5165289,0.5206612,0.5082645,0.6198347,0.62396693,0.6363636,0.6487603,0.6487603,0.6570248,0.6694215,0.6818182,0.7066116,0.73966944,0.75619835,0.7644628,0.78099173,0.7892562,0.7768595,0.77272725,0.78099173,0.7644628,0.75206614,0.71487606,0.6570248,0.61157024,0.5247934,0.46694216,0.40495867,0.23553719,0.11983471,0.11157025,0.11157025,0.21487603,0.24380165,0.33471075,0.37603307,0.3429752,0.37603307,0.3181818,0.10743801,0.10743801,0.10330579,0.11983471,0.30991736,0.42975205,0.49173555,0.46694216,0.553719,0.6446281,0.6859504,0.70247936,0.6983471,0.6818182,0.677686,0.7107438,0.7107438,0.7066116,0.6818182,0.6363636,0.59917355,0.5785124,0.553719,0.5206612,0.5082645,0.5,0.5041322,0.5041322,0.6198347,0.6280992,0.6446281,0.6446281,0.6363636,0.6446281,0.6570248,0.677686,0.70247936,0.73140496,0.75206614,0.75619835,0.76859504,0.78099173,0.76859504,0.76033056,0.75619835,0.74380165,0.72727275,0.677686,0.6528926,0.60330576,0.4876033,0.4214876,0.38016528,0.28099173,0.2107438,0.20247933,0.28099173,0.30578512,0.27272728,0.30991736,0.33471075,0.33471075,0.3677686,0.338843,0.1570248,0.12396694,0.16528925,0.14876033,0.28512397,0.40082645,0.46280992,0.44214877,0.5206612,0.61570245,0.6735537,0.69008267,0.6983471,0.677686,0.6735537,0.6942149,0.70247936,0.6983471,0.6859504,0.6446281,0.607438,0.59090906,0.57024795,0.5371901,0.5082645,0.4876033,0.5041322,0.4876033,0.61570245,0.62396693,0.6280992,0.62396693,0.62396693,0.6363636,0.6487603,0.6694215,0.6818182,0.7231405,0.74793386,0.74793386,0.76033056,0.76859504,0.75619835,0.7355372,0.7231405,0.70247936,0.6570248,0.6322314,0.6363636,0.6280992,0.5165289,0.38429752,0.3553719,0.32231405,0.3677686,0.45454547,0.53305787,0.46280992,0.37190083,0.3140496,0.3140496,0.3305785,0.36363637,0.43801653,0.35950413,0.2644628,0.2603306,0.24793388,0.30165288,0.3553719,0.446281,0.43801653,0.49173555,0.59917355,0.6570248,0.6735537,0.6942149,0.677686,0.6735537,0.6859504,0.6983471,0.6818182,0.6735537,0.6280992,0.58677685,0.5661157,0.55785125,0.53305787,0.49586776,0.48347107,0.5,0.47933885,0.59090906,0.59090906,0.607438,0.60330576,0.61570245,0.6322314,0.6446281,0.6570248,0.6735537,0.7066116,0.72727275,0.73140496,0.75206614,0.75619835,0.73966944,0.71487606,0.70247936,0.6735537,0.6322314,0.6446281,0.6735537,0.6528926,0.607438,0.39256197,0.29752067,0.28512397,0.3553719,0.5041322,0.56198347,0.5413223,0.48347107,0.3677686,0.3429752,0.36363637,0.38842976,0.44214877,0.45454547,0.41735536,0.35123968,0.30578512,0.3181818,0.35123968,0.44214877,0.46694216,0.46694216,0.58264464,0.62396693,0.6528926,0.69008267,0.677686,0.6818182,0.6652893,0.6735537,0.6652893,0.6446281,0.6198347,0.5785124,0.553719,0.553719,0.54545456,0.5082645,0.49173555,0.5123967,0.46694216,0.58264464,0.57438016,0.58677685,0.58677685,0.59917355,0.61570245,0.6198347,0.6446281,0.661157,0.6735537,0.69008267,0.70247936,0.72727275,0.7355372,0.71900827,0.7066116,0.69008267,0.661157,0.6694215,0.6942149,0.7066116,0.6942149,0.6818182,0.5371901,0.38842976,0.32231405,0.36363637,0.45867768,0.553719,0.56198347,0.53305787,0.47107437,0.40082645,0.4090909,0.42561984,0.42561984,0.4338843,0.40082645,0.35950413,0.30165288,0.33471075,0.40495867,0.47107437,0.5041322,0.4876033,0.56198347,0.60330576,0.6446281,0.6735537,0.6652893,0.6735537,0.6446281,0.6404959,0.6322314,0.61157024,0.60330576,0.5785124,0.57438016,0.57024795,0.5289256,0.49586776,0.4876033,0.5,0.45867768,0.55785125,0.5785124,0.5785124,0.5785124,0.58677685,0.59917355,0.607438,0.6363636,0.6528926,0.661157,0.6652893,0.677686,0.69008267,0.6983471,0.6983471,0.6983471,0.677686,0.6652893,0.6983471,0.71487606,0.7107438,0.7066116,0.7107438,0.677686,0.59090906,0.57438016,0.5661157,0.5165289,0.54545456,0.5661157,0.54545456,0.49173555,0.42975205,0.43801653,0.446281,0.43801653,0.43801653,0.41322315,0.37603307,0.3677686,0.42561984,0.47107437,0.49173555,0.5371901,0.5247934,0.5413223,0.59504133,0.6280992,0.6570248,0.661157,0.661157,0.62396693,0.607438,0.59917355,0.58677685,0.59504133,0.58264464,0.56198347,0.55785125,0.5289256,0.48347107,0.4876033,0.4876033,0.4214876,0.5371901,0.56198347,0.5785124,0.57438016,0.57438016,0.59504133,0.607438,0.6322314,0.6404959,0.6487603,0.661157,0.6694215,0.6694215,0.6735537,0.6818182,0.677686,0.6735537,0.6818182,0.6983471,0.7231405,0.73966944,0.7231405,0.7066116,0.6942149,0.6446281,0.6528926,0.6570248,0.58677685,0.57024795,0.58264464,0.55785125,0.49173555,0.4752066,0.48347107,0.45867768,0.45454547,0.45454547,0.45867768,0.45454547,0.47107437,0.5123967,0.5041322,0.5165289,0.54545456,0.5413223,0.5495868,0.58264464,0.6198347,0.6404959,0.6570248,0.6487603,0.61157024,0.60330576,0.59090906,0.55785125,0.56198347,0.55785125,0.5413223,0.5247934,0.5289256,0.48347107,0.47107437,0.4752066,0.42561984,0.5289256,0.55785125,0.58264464,0.5785124,0.57438016,0.59090906,0.59504133,0.61570245,0.6322314,0.6363636,0.6446281,0.6487603,0.6570248,0.661157,0.6652893,0.6570248,0.661157,0.6735537,0.6942149,0.7231405,0.73140496,0.71487606,0.70247936,0.6942149,0.6487603,0.61570245,0.61157024,0.59917355,0.6198347,0.61570245,0.5661157,0.5082645,0.5082645,0.5206612,0.5,0.4752066,0.45454547,0.4752066,0.48347107,0.5,0.53305787,0.5495868,0.553719,0.57024795,0.54545456,0.55785125,0.58264464,0.607438,0.6198347,0.6280992,0.61570245,0.607438,0.59504133,0.58264464,0.55785125,0.553719,0.55785125,0.5247934,0.5165289,0.5206612,0.4876033,0.47107437,0.4876033,0.3966942,0.5247934,0.5495868,0.58264464,0.59090906,0.58677685,0.59090906,0.59917355,0.607438,0.6280992,0.6363636,0.6322314,0.62396693,0.6404959,0.6404959,0.6363636,0.6363636,0.6487603,0.661157,0.677686,0.7066116,0.7066116,0.70247936,0.6942149,0.69008267,0.6735537,0.6322314,0.6198347,0.607438,0.6280992,0.6363636,0.5661157,0.5247934,0.5413223,0.5661157,0.56198347,0.53305787,0.49586776,0.5,0.48347107,0.5165289,0.5413223,0.5661157,0.5661157,0.57438016,0.55785125,0.56198347,0.58677685,0.59090906,0.59917355,0.59917355,0.57438016,0.57438016,0.59504133,0.5661157,0.53305787,0.56198347,0.5371901,0.5371901,0.5206612,0.49586776,0.49586776,0.47107437,0.49173555,0.36363637,0.5041322,0.5289256,0.57438016,0.58264464,0.60330576,0.59504133,0.59504133,0.61570245,0.61570245,0.62396693,0.6198347,0.61570245,0.6198347,0.6198347,0.607438,0.61570245,0.6446281,0.6528926,0.661157,0.69008267,0.69008267,0.6694215,0.661157,0.6735537,0.677686,0.6570248,0.6570248,0.6446281,0.6322314,0.6528926,0.60330576,0.57024795,0.59917355,0.61157024,0.607438,0.59090906,0.53305787,0.5289256,0.5206612,0.5289256,0.5371901,0.56198347,0.57024795,0.5661157,0.5495868,0.55785125,0.5785124,0.58677685,0.59504133,0.59504133,0.553719,0.59917355,0.58677685,0.55785125,0.5413223,0.5495868,0.5495868,0.53305787,0.5123967,0.49173555,0.4876033,0.4752066,0.48347107,0.338843,0.5206612,0.53305787,0.58264464,0.57438016,0.59090906,0.59917355,0.59090906,0.61157024,0.60330576,0.607438,0.61157024,0.607438,0.60330576,0.59504133,0.59090906,0.61157024,0.6280992,0.6363636,0.6528926,0.6570248,0.6652893,0.6570248,0.6528926,0.6694215,0.6818182,0.677686,0.6652893,0.6735537,0.6859504,0.6818182,0.6404959,0.6322314,0.6652893,0.6735537,0.6570248,0.6322314,0.57438016,0.5495868,0.5495868,0.54545456,0.5247934,0.5661157,0.5661157,0.55785125,0.54545456,0.5495868,0.55785125,0.57024795,0.57024795,0.5495868,0.54545456,0.5785124,0.553719,0.54545456,0.53305787,0.5413223,0.5206612,0.5206612,0.49586776,0.4752066,0.4752066,0.46694216,0.47933885,0.2768595,0.5123967,0.553719,0.57438016,0.56198347,0.57438016,0.59090906,0.59090906,0.59504133,0.59090906,0.59504133,0.59917355,0.59090906,0.57438016,0.5785124,0.5785124,0.59504133,0.59090906,0.58677685,0.6198347,0.62396693,0.6404959,0.6528926,0.6487603,0.661157,0.6694215,0.677686,0.69008267,0.70247936,0.7355372,0.73966944,0.6983471,0.70247936,0.75206614,0.74793386,0.7231405,0.70247936,0.6570248,0.61157024,0.58677685,0.56198347,0.5289256,0.5661157,0.553719,0.54545456,0.54545456,0.55785125,0.5495868,0.553719,0.53305787,0.53305787,0.5371901,0.5413223,0.5206612,0.53305787,0.5413223,0.5206612,0.5041322,0.5123967,0.49173555,0.46280992,0.48347107,0.4752066,0.47107437,0.23553719,0.5206612,0.553719,0.56198347,0.55785125,0.55785125,0.58677685,0.58264464,0.5785124,0.5785124,0.58264464,0.5785124,0.5661157,0.54545456,0.5661157,0.56198347,0.553719,0.553719,0.5661157,0.59090906,0.59504133,0.6280992,0.6570248,0.6570248,0.6818182,0.7231405,0.73140496,0.72727275,0.70247936,0.6694215,0.6694215,0.6818182,0.7231405,0.74380165,0.71487606,0.6694215,0.6652893,0.6735537,0.661157,0.6363636,0.59090906,0.5661157,0.5495868,0.54545456,0.5413223,0.5289256,0.53305787,0.5247934,0.53305787,0.5041322,0.5041322,0.5082645,0.49586776,0.4876033,0.5371901,0.5165289,0.5371901,0.5,0.49586776,0.49173555,0.48347107,0.46280992,0.48347107,0.42975205,0.19008264,0.5206612,0.553719,0.55785125,0.54545456,0.55785125,0.57438016,0.58677685,0.57438016,0.5785124,0.57438016,0.553719,0.5413223,0.5371901,0.5289256,0.5082645,0.49173555,0.5123967,0.5289256,0.54545456,0.56198347,0.59504133,0.62396693,0.6446281,0.6446281,0.6322314,0.5661157,0.47933885,0.40082645,0.33471075,0.3429752,0.4214876,0.5247934,0.54545456,0.49173555,0.4214876,0.42561984,0.4876033,0.5413223,0.5785124,0.59504133,0.59504133,0.5495868,0.5371901,0.5289256,0.5206612,0.49586776,0.47933885,0.48347107,0.46280992,0.47933885,0.45867768,0.45041323,0.47107437,0.5123967,0.5165289,0.5041322,0.49586776,0.49173555,0.5,0.47107437,0.45867768,0.49173555,0.37190083,0.19008264,0.5165289,0.5289256,0.5371901,0.5371901,0.56198347,0.5661157,0.59090906,0.5785124,0.57438016,0.5785124,0.5495868,0.5371901,0.5247934,0.49586776,0.45867768,0.42975205,0.44214877,0.44214877,0.47107437,0.5041322,0.5123967,0.5123967,0.4752066,0.41735536,0.3429752,0.2768595,0.2520661,0.24380165,0.23966943,0.26859504,0.2892562,0.30991736,0.3181818,0.2892562,0.2644628,0.2644628,0.28512397,0.3140496,0.36363637,0.4338843,0.5082645,0.5206612,0.5041322,0.49586776,0.5,0.46694216,0.45454547,0.4214876,0.4090909,0.42975205,0.42561984,0.4090909,0.446281,0.4876033,0.5,0.5041322,0.49586776,0.47933885,0.4752066,0.45867768,0.45454547,0.49173555,0.28099173,0.1983471,0.5123967,0.5165289,0.5206612,0.5289256,0.55785125,0.57024795,0.59090906,0.58264464,0.57024795,0.5785124,0.56198347,0.5247934,0.5082645,0.46694216,0.42561984,0.3553719,0.3264463,0.3140496,0.3429752,0.3429752,0.3264463,0.29752067,0.27272728,0.23966943,0.21900827,0.21487603,0.23140496,0.23140496,0.23140496,0.2768595,0.29752067,0.28512397,0.26859504,0.2520661,0.25619835,0.2768595,0.2768595,0.2520661,0.23553719,0.2520661,0.3140496,0.36363637,0.39256197,0.41322315,0.41322315,0.40495867,0.3966942,0.35950413,0.35123968,0.38429752,0.39256197,0.40082645,0.44214877,0.47933885,0.5041322,0.48347107,0.49173555,0.48347107,0.45041323,0.45454547,0.46280992,0.46280992,0.23140496,0.1983471,0.5041322,0.5123967,0.5123967,0.5247934,0.5413223,0.553719,0.57024795,0.5785124,0.5785124,0.57024795,0.5661157,0.5247934,0.4752066,0.43801653,0.3677686,0.3140496,0.25619835,0.2231405,0.19421488,0.17355372,0.18595041,0.18595041,0.19008264,0.19008264,0.18595041,0.18181819,0.2107438,0.2231405,0.1983471,0.21487603,0.23966943,0.22727273,0.2107438,0.21900827,0.21487603,0.22727273,0.24380165,0.22727273,0.2107438,0.1983471,0.20661157,0.2231405,0.23553719,0.25619835,0.26859504,0.28099173,0.26859504,0.27272728,0.29752067,0.34710744,0.35950413,0.38429752,0.44214877,0.47933885,0.5,0.5,0.47107437,0.48347107,0.45867768,0.446281,0.47107437,0.40495867,0.19008264,0.21900827,0.49173555,0.49173555,0.5082645,0.5165289,0.53305787,0.5413223,0.5495868,0.57438016,0.5785124,0.5661157,0.553719,0.5247934,0.45041323,0.4090909,0.36363637,0.3553719,0.33471075,0.3264463,0.3264463,0.2892562,0.2520661,0.2520661,0.2603306,0.28099173,0.29338843,0.35123968,0.40495867,0.44214877,0.41735536,0.37190083,0.34710744,0.30991736,0.2892562,0.30165288,0.3181818,0.30578512,0.29752067,0.29752067,0.2768595,0.2603306,0.24380165,0.23966943,0.21900827,0.23140496,0.27272728,0.28512397,0.2768595,0.28512397,0.29338843,0.3181818,0.3264463,0.37190083,0.46280992,0.47933885,0.4752066,0.49586776,0.47933885,0.45454547,0.45454547,0.43801653,0.46694216,0.32231405,0.2107438,0.20661157,0.4752066,0.4876033,0.5041322,0.5123967,0.5289256,0.53305787,0.5371901,0.57438016,0.553719,0.5661157,0.54545456,0.5247934,0.4752066,0.44214877,0.45454547,0.5,0.5289256,0.5289256,0.5495868,0.5495868,0.5,0.48347107,0.45867768,0.47107437,0.47107437,0.48347107,0.5206612,0.58264464,0.59504133,0.58677685,0.55785125,0.5123967,0.47933885,0.5123967,0.5082645,0.47107437,0.43801653,0.42975205,0.40082645,0.35950413,0.3305785,0.3264463,0.338843,0.3677686,0.4090909,0.4214876,0.41322315,0.38842976,0.36363637,0.35123968,0.3305785,0.38842976,0.46280992,0.4752066,0.47933885,0.48347107,0.4752066,0.45454547,0.45041323,0.45041323,0.41735536,0.2644628,0.21487603,0.23553719,0.45454547,0.4752066,0.4876033,0.5,0.5206612,0.5123967,0.5413223,0.55785125,0.5371901,0.5495868,0.5413223,0.5371901,0.5165289,0.5,0.5247934,0.58677685,0.62396693,0.6198347,0.61157024,0.607438,0.58264464,0.553719,0.5289256,0.54545456,0.5247934,0.5,0.46694216,0.49173555,0.5,0.49173555,0.5,0.49586776,0.5041322,0.5082645,0.5,0.48347107,0.46694216,0.45454547,0.43801653,0.42975205,0.41735536,0.41735536,0.42561984,0.446281,0.46280992,0.47107437,0.47107437,0.45454547,0.42975205,0.4090909,0.38842976,0.4214876,0.446281,0.45454547,0.45867768,0.45867768,0.46280992,0.44214877,0.446281,0.4338843,0.34710744,0.2231405,0.2231405,0.23140496,0.4214876,0.45041323,0.47107437,0.4752066,0.5,0.5041322,0.5247934,0.5289256,0.5206612,0.5371901,0.53305787,0.54545456,0.5247934,0.5413223,0.55785125,0.59917355,0.6280992,0.6280992,0.607438,0.59090906,0.57438016,0.5247934,0.5247934,0.49173555,0.48347107,0.49173555,0.47933885,0.47107437,0.47933885,0.446281,0.45041323,0.45867768,0.46280992,0.44214877,0.4338843,0.446281,0.446281,0.46280992,0.45867768,0.45454547,0.446281,0.44214877,0.45041323,0.45867768,0.4752066,0.4752066,0.47107437,0.47933885,0.46280992,0.42975205,0.41322315,0.41735536,0.4338843,0.42975205,0.4214876,0.44214877,0.446281,0.4338843,0.4338843,0.42975205,0.28099173,0.21487603,0.23553719,0.23140496,0.38842976,0.4338843,0.46280992,0.45867768,0.47107437,0.48347107,0.5041322,0.5,0.5,0.5165289,0.53305787,0.5206612,0.5123967,0.54545456,0.5661157,0.58677685,0.59504133,0.61157024,0.59917355,0.60330576,0.553719,0.5371901,0.5123967,0.48347107,0.42975205,0.3966942,0.3677686,0.36363637,0.3966942,0.37603307,0.37603307,0.37603307,0.38842976,0.35950413,0.3677686,0.38842976,0.39256197,0.41322315,0.4090909,0.4214876,0.43801653,0.43801653,0.45041323,0.45867768,0.47107437,0.4752066,0.46280992,0.47933885,0.47933885,0.45867768,0.44214877,0.42561984,0.41322315,0.41735536,0.4214876,0.43801653,0.42975205,0.4214876,0.42975205,0.35950413,0.24380165,0.21487603,0.23553719,0.22727273,0.36363637,0.40082645,0.42975205,0.45867768,0.45454547,0.45867768,0.47933885,0.48347107,0.47107437,0.4876033,0.5206612,0.5206612,0.4752066,0.5495868,0.5661157,0.57024795,0.57438016,0.59917355,0.59090906,0.5785124,0.57024795,0.553719,0.5206612,0.5,0.446281,0.38016528,0.35950413,0.3305785,0.30991736,0.30991736,0.2892562,0.29338843,0.29752067,0.28512397,0.2892562,0.3181818,0.3429752,0.3553719,0.36363637,0.38842976,0.41735536,0.44214877,0.46280992,0.4752066,0.47107437,0.46694216,0.45867768,0.45867768,0.45867768,0.4338843,0.41735536,0.42561984,0.41735536,0.40495867,0.40495867,0.41322315,0.4214876,0.41735536,0.40495867,0.2892562,0.22727273,0.2107438,0.23966943,0.22727273,0.35950413,0.37190083,0.3966942,0.43801653,0.446281,0.43801653,0.446281,0.45867768,0.46694216,0.46280992,0.5082645,0.5165289,0.5082645,0.5661157,0.55785125,0.57024795,0.58677685,0.61157024,0.58677685,0.57024795,0.55785125,0.54545456,0.54545456,0.5041322,0.46694216,0.45454547,0.41322315,0.3677686,0.338843,0.32231405,0.29338843,0.29338843,0.30165288,0.29338843,0.28512397,0.30991736,0.3305785,0.36363637,0.3677686,0.38429752,0.4090909,0.45041323,0.4752066,0.48347107,0.46280992,0.45867768,0.45454547,0.446281,0.45041323,0.4338843,0.42975205,0.41735536,0.4090909,0.40495867,0.38842976,0.39256197,0.40082645,0.41735536,0.34710744,0.23966943,0.23140496,0.21900827,0.22727273,0.23140496,0.40495867,0.35123968,0.35950413,0.40082645,0.42975205,0.44214877,0.44214877,0.45041323,0.45041323,0.45454547,0.4752066,0.5,0.5289256,0.553719,0.5661157,0.58264464,0.60330576,0.59090906,0.59504133,0.5785124,0.55785125,0.553719,0.56198347,0.56198347,0.5206612,0.5289256,0.5165289,0.46694216,0.45041323,0.42975205,0.39256197,0.37603307,0.38016528,0.37603307,0.37190083,0.36363637,0.3677686,0.38842976,0.39256197,0.41322315,0.44214877,0.45041323,0.4752066,0.47933885,0.4752066,0.46694216,0.45867768,0.4338843,0.42561984,0.42975205,0.42975205,0.4090909,0.3966942,0.38016528,0.37190083,0.38016528,0.4090909,0.37603307,0.28512397,0.21487603,0.21900827,0.23140496,0.2231405,0.22727273,0.4752066,0.3677686,0.33471075,0.3553719,0.40082645,0.44214877,0.446281,0.44214877,0.446281,0.46694216,0.47107437,0.5123967,0.5165289,0.5413223,0.5495868,0.57024795,0.57438016,0.59917355,0.58677685,0.6198347,0.607438,0.607438,0.61570245,0.61157024,0.607438,0.6487603,0.69008267,0.6735537,0.661157,0.6487603,0.6198347,0.57024795,0.55785125,0.5661157,0.5495868,0.5041322,0.4876033,0.45867768,0.43801653,0.45041323,0.47107437,0.4752066,0.4876033,0.47107437,0.45454547,0.446281,0.43801653,0.42561984,0.41735536,0.41322315,0.40082645,0.3966942,0.38842976,0.38842976,0.38016528,0.38016528,0.38842976,0.32231405,0.23553719,0.21900827,0.2231405,0.2231405,0.2231405,0.2231405,0.5082645,0.42975205,0.338843,0.3181818,0.37190083,0.4090909,0.42975205,0.43801653,0.45041323,0.46280992,0.47107437,0.49173555,0.5123967,0.53305787,0.53305787,0.553719,0.5413223,0.57024795,0.59504133,0.61570245,0.6322314,0.6570248,0.6735537,0.6446281,0.677686,0.7107438,0.74380165,0.75619835,0.75619835,0.73966944,0.73966944,0.70247936,0.6942149,0.7066116,0.69008267,0.6570248,0.6446281,0.61570245,0.55785125,0.5289256,0.5082645,0.5082645,0.5041322,0.4752066,0.446281,0.4338843,0.44214877,0.4338843,0.40495867,0.4214876,0.4214876,0.39256197,0.37603307,0.38016528,0.38016528,0.38016528,0.33471075,0.25619835,0.21900827,0.22727273,0.22727273,0.21900827,0.21487603,0.21900827,0.5,0.47107437,0.38842976,0.3181818,0.32231405,0.3553719,0.38429752,0.4214876,0.43801653,0.46280992,0.46280992,0.46694216,0.47933885,0.5,0.5082645,0.5413223,0.5289256,0.5413223,0.553719,0.6198347,0.607438,0.6694215,0.7107438,0.69008267,0.6818182,0.6859504,0.73140496,0.74380165,0.7355372,0.73966944,0.72727275,0.6983471,0.69008267,0.70247936,0.6983471,0.6983471,0.7066116,0.7107438,0.6694215,0.62396693,0.58677685,0.55785125,0.5206612,0.49173555,0.46280992,0.43801653,0.44214877,0.4214876,0.4090909,0.4214876,0.4090909,0.38842976,0.38429752,0.37603307,0.36363637,0.34710744,0.27272728,0.2231405,0.22727273,0.23140496,0.21900827,0.21487603,0.21900827,0.22727273,0.4876033,0.4752066,0.41735536,0.35123968,0.29752067,0.29752067,0.338843,0.38842976,0.41735536,0.44214877,0.45867768,0.46694216,0.47933885,0.48347107,0.48347107,0.5371901,0.55785125,0.5371901,0.5785124,0.6198347,0.6322314,0.6198347,0.6735537,0.6735537,0.6652893,0.6942149,0.6983471,0.7231405,0.70247936,0.7107438,0.6942149,0.6652893,0.6404959,0.6487603,0.661157,0.6859504,0.6818182,0.70247936,0.6694215,0.6280992,0.6322314,0.607438,0.5661157,0.5247934,0.49586776,0.47107437,0.45867768,0.45041323,0.42561984,0.41322315,0.39256197,0.38429752,0.38016528,0.35123968,0.338843,0.28512397,0.2107438,0.21900827,0.22727273,0.2231405,0.21900827,0.21487603,0.2231405,0.23140496,0.48347107,0.4752066,0.4338843,0.38842976,0.3140496,0.28099173,0.29752067,0.33471075,0.35950413,0.40495867,0.4338843,0.446281,0.47107437,0.46694216,0.45041323,0.5,0.553719,0.5661157,0.57024795,0.59917355,0.59090906,0.6198347,0.6280992,0.6446281,0.6487603,0.6859504,0.6983471,0.71487606,0.677686,0.6735537,0.6446281,0.62396693,0.59917355,0.61157024,0.6322314,0.6570248,0.6404959,0.6404959,0.6198347,0.60330576,0.607438,0.6198347,0.5661157,0.5247934,0.5206612,0.5,0.47107437,0.446281,0.42561984,0.40082645,0.3966942,0.3677686,0.34710744,0.35123968,0.338843,0.23140496,0.2107438,0.21487603,0.21487603,0.2107438,0.21900827,0.2231405,0.21900827,0.2231405,0.47933885,0.47107437,0.45041323,0.41322315,0.338843,0.2768595,0.26859504,0.28512397,0.30578512,0.338843,0.38842976,0.4090909,0.4214876,0.45867768,0.45454547,0.48347107,0.5289256,0.5495868,0.5495868,0.57024795,0.553719,0.59917355,0.59090906,0.607438,0.60330576,0.6818182,0.6983471,0.6859504,0.6818182,0.6570248,0.6198347,0.607438,0.59090906,0.61570245,0.61570245,0.6198347,0.6198347,0.62396693,0.61157024,0.59504133,0.57024795,0.55785125,0.5413223,0.5123967,0.5041322,0.47107437,0.45041323,0.42561984,0.4090909,0.40082645,0.35950413,0.3429752,0.33471075,0.38842976,0.3677686,0.22727273,0.20661157,0.21487603,0.2107438,0.21487603,0.23140496,0.22727273,0.21900827,0.21900827,3 +0.77272725,0.7644628,0.75206614,0.7644628,0.78512394,0.7933884,0.79752064,0.80991733,0.8181818,0.8181818,0.8305785,0.8305785,0.8347107,0.838843,0.8347107,0.8347107,0.838843,0.8305785,0.8264463,0.8347107,0.8305785,0.8140496,0.8057851,0.8057851,0.8057851,0.8140496,0.8181818,0.78512394,0.7933884,0.80991733,0.8057851,0.78512394,0.78512394,0.79752064,0.8016529,0.7933884,0.79752064,0.78512394,0.78512394,0.78099173,0.78512394,0.7768595,0.75619835,0.7644628,0.74380165,0.74380165,0.7231405,0.7231405,0.71900827,0.70247936,0.6859504,0.6818182,0.6487603,0.6198347,0.446281,0.16528925,0.1983471,0.3181818,0.24793388,0.30578512,0.4338843,0.45454547,0.45454547,0.45867768,0.76859504,0.7644628,0.75206614,0.7644628,0.78099173,0.78512394,0.7892562,0.7933884,0.80991733,0.822314,0.8264463,0.8305785,0.8347107,0.8347107,0.8305785,0.8347107,0.838843,0.8347107,0.8347107,0.838843,0.8305785,0.8140496,0.8140496,0.8057851,0.8140496,0.8140496,0.8140496,0.79752064,0.8016529,0.8016529,0.7933884,0.78099173,0.78512394,0.79752064,0.7933884,0.79752064,0.8016529,0.7892562,0.77272725,0.76859504,0.77272725,0.76859504,0.76033056,0.75206614,0.73966944,0.7355372,0.7066116,0.70247936,0.7066116,0.7066116,0.6983471,0.69008267,0.661157,0.6322314,0.5413223,0.2107438,0.15289256,0.29752067,0.28512397,0.32231405,0.42561984,0.46280992,0.45867768,0.45867768,0.7644628,0.76033056,0.75206614,0.7644628,0.78512394,0.7892562,0.7892562,0.79752064,0.8057851,0.8057851,0.80991733,0.822314,0.8264463,0.8264463,0.8264463,0.8347107,0.8347107,0.8347107,0.838843,0.8347107,0.8264463,0.8140496,0.80991733,0.8057851,0.8016529,0.79752064,0.8057851,0.80991733,0.8016529,0.7933884,0.78512394,0.78512394,0.7933884,0.7933884,0.7892562,0.7933884,0.7933884,0.77272725,0.7768595,0.76859504,0.77272725,0.76859504,0.75619835,0.75206614,0.7355372,0.71487606,0.7066116,0.69008267,0.6983471,0.70247936,0.71487606,0.6942149,0.6652893,0.6280992,0.59917355,0.24380165,0.11570248,0.25619835,0.29338843,0.3429752,0.4338843,0.46694216,0.47107437,0.47107437,0.76033056,0.7644628,0.76033056,0.7644628,0.7768595,0.78099173,0.7892562,0.8057851,0.8057851,0.77272725,0.76033056,0.78099173,0.7933884,0.8016529,0.80991733,0.822314,0.8264463,0.822314,0.8264463,0.822314,0.8181818,0.8057851,0.8016529,0.8016529,0.78512394,0.7933884,0.79752064,0.79752064,0.79752064,0.7933884,0.7892562,0.7892562,0.7933884,0.7892562,0.78099173,0.7892562,0.78512394,0.77272725,0.76033056,0.75619835,0.75619835,0.75619835,0.74793386,0.7355372,0.72727275,0.70247936,0.7107438,0.70247936,0.6859504,0.6818182,0.71487606,0.7066116,0.661157,0.62396693,0.6363636,0.3264463,0.11570248,0.21900827,0.28512397,0.37190083,0.446281,0.46280992,0.46694216,0.47107437,0.74793386,0.76859504,0.7644628,0.76859504,0.75206614,0.74380165,0.76033056,0.76859504,0.74793386,0.72727275,0.7066116,0.7107438,0.71900827,0.7231405,0.74380165,0.75619835,0.75206614,0.75206614,0.7644628,0.77272725,0.7644628,0.76859504,0.78512394,0.78099173,0.76033056,0.77272725,0.78512394,0.78099173,0.78512394,0.78512394,0.78512394,0.7892562,0.78099173,0.78512394,0.7768595,0.76859504,0.76859504,0.7644628,0.75619835,0.75619835,0.75619835,0.73966944,0.73140496,0.71487606,0.7231405,0.69008267,0.6942149,0.6942149,0.6652893,0.6280992,0.6487603,0.6652893,0.60330576,0.57024795,0.58264464,0.46694216,0.1446281,0.2231405,0.27272728,0.40495867,0.45041323,0.46280992,0.46694216,0.46694216,0.7355372,0.76033056,0.74793386,0.74793386,0.73966944,0.73140496,0.7355372,0.75619835,0.7355372,0.71900827,0.7231405,0.7107438,0.6942149,0.677686,0.6694215,0.6528926,0.6198347,0.61570245,0.6363636,0.6322314,0.60330576,0.6322314,0.6859504,0.6983471,0.71487606,0.74380165,0.75619835,0.75619835,0.75619835,0.7644628,0.77272725,0.78099173,0.77272725,0.76859504,0.7644628,0.76033056,0.75619835,0.75619835,0.75619835,0.75206614,0.73966944,0.72727275,0.70247936,0.6818182,0.6487603,0.6280992,0.607438,0.59504133,0.57438016,0.5371901,0.54545456,0.56198347,0.5165289,0.49586776,0.5413223,0.49586776,0.23966943,0.20661157,0.30991736,0.44214877,0.46280992,0.46280992,0.46280992,0.46280992,0.72727275,0.74380165,0.73140496,0.71900827,0.7066116,0.71900827,0.72727275,0.7355372,0.71487606,0.6983471,0.7066116,0.6818182,0.6528926,0.6363636,0.59504133,0.56198347,0.5206612,0.5,0.5165289,0.5041322,0.446281,0.446281,0.49586776,0.53305787,0.58677685,0.6570248,0.6983471,0.7066116,0.71487606,0.73966944,0.7644628,0.76859504,0.76033056,0.75619835,0.75619835,0.75206614,0.73966944,0.73140496,0.72727275,0.72727275,0.6983471,0.677686,0.6404959,0.59504133,0.53305787,0.5082645,0.46280992,0.45454547,0.4214876,0.4090909,0.43801653,0.46694216,0.4338843,0.43801653,0.5,0.5247934,0.30991736,0.20247933,0.37190083,0.45867768,0.45454547,0.45867768,0.45867768,0.45454547,0.72727275,0.7107438,0.7107438,0.70247936,0.7066116,0.73140496,0.74380165,0.74793386,0.7066116,0.6859504,0.6652893,0.607438,0.58677685,0.57438016,0.5247934,0.49173555,0.45454547,0.41735536,0.39256197,0.37603307,0.37190083,0.35123968,0.34710744,0.41735536,0.49173555,0.5661157,0.61570245,0.6446281,0.6694215,0.71487606,0.75619835,0.75619835,0.75619835,0.75619835,0.76033056,0.75206614,0.7231405,0.69008267,0.6942149,0.6859504,0.6487603,0.607438,0.5661157,0.49586776,0.41735536,0.37190083,0.338843,0.3429752,0.3140496,0.30991736,0.38016528,0.45041323,0.42975205,0.42975205,0.47933885,0.49173555,0.3677686,0.2644628,0.4338843,0.47107437,0.44214877,0.46280992,0.45867768,0.45867768,0.70247936,0.6859504,0.6983471,0.71487606,0.7066116,0.7066116,0.6942149,0.71487606,0.6942149,0.6818182,0.677686,0.6198347,0.607438,0.60330576,0.56198347,0.5247934,0.47933885,0.42975205,0.38429752,0.38842976,0.4090909,0.41322315,0.446281,0.4338843,0.46280992,0.5206612,0.5661157,0.59917355,0.6404959,0.6942149,0.73966944,0.75619835,0.76033056,0.76859504,0.7644628,0.74793386,0.71487606,0.6735537,0.6528926,0.6322314,0.59090906,0.5413223,0.47933885,0.40495867,0.33471075,0.30578512,0.3140496,0.3264463,0.3264463,0.35950413,0.41735536,0.45454547,0.46694216,0.45867768,0.5,0.4876033,0.38842976,0.338843,0.46280992,0.45454547,0.45454547,0.45867768,0.45867768,0.45867768,0.6735537,0.677686,0.6859504,0.7066116,0.6818182,0.6735537,0.6859504,0.6735537,0.70247936,0.6942149,0.69008267,0.6735537,0.677686,0.6818182,0.6652893,0.6404959,0.607438,0.5785124,0.5413223,0.5206612,0.5165289,0.5247934,0.5247934,0.5289256,0.5165289,0.53305787,0.553719,0.58677685,0.6363636,0.6859504,0.7231405,0.75206614,0.7644628,0.77272725,0.7644628,0.7355372,0.6983471,0.6446281,0.61157024,0.59504133,0.5371901,0.45867768,0.40495867,0.38842976,0.39256197,0.40495867,0.43801653,0.45041323,0.46694216,0.5165289,0.56198347,0.5661157,0.54545456,0.5123967,0.49173555,0.5,0.40495867,0.40082645,0.45454547,0.45867768,0.46694216,0.45454547,0.45867768,0.45867768,0.6694215,0.6570248,0.6652893,0.6735537,0.6652893,0.6363636,0.6652893,0.661157,0.6942149,0.6735537,0.6735537,0.6694215,0.6694215,0.661157,0.6570248,0.6363636,0.61157024,0.58677685,0.5495868,0.5247934,0.5,0.5247934,0.5123967,0.5247934,0.5371901,0.5413223,0.56198347,0.58677685,0.6363636,0.6818182,0.7107438,0.74793386,0.77272725,0.78512394,0.7768595,0.74793386,0.6942149,0.61570245,0.5661157,0.5165289,0.446281,0.41322315,0.42561984,0.46694216,0.5123967,0.54545456,0.57438016,0.59090906,0.59504133,0.59504133,0.59090906,0.5785124,0.56198347,0.5165289,0.4876033,0.46280992,0.43801653,0.4214876,0.45041323,0.45867768,0.46280992,0.45867768,0.46280992,0.46280992,0.677686,0.6528926,0.6446281,0.6404959,0.6404959,0.6198347,0.6280992,0.60330576,0.607438,0.59504133,0.61157024,0.6404959,0.6404959,0.6322314,0.61570245,0.59090906,0.5495868,0.5289256,0.48347107,0.446281,0.38842976,0.44214877,0.4752066,0.49586776,0.5206612,0.5206612,0.54545456,0.57438016,0.62396693,0.6694215,0.7066116,0.75206614,0.7892562,0.7892562,0.7933884,0.76033056,0.70247936,0.59917355,0.48347107,0.41735536,0.41735536,0.44214877,0.46280992,0.4876033,0.5206612,0.5371901,0.553719,0.5661157,0.57024795,0.57438016,0.5661157,0.5495868,0.5413223,0.4876033,0.45867768,0.46694216,0.446281,0.43801653,0.45041323,0.45867768,0.45867768,0.45867768,0.46694216,0.46694216,0.6818182,0.6487603,0.6198347,0.607438,0.59504133,0.553719,0.5495868,0.55785125,0.59504133,0.6322314,0.6652893,0.677686,0.6652893,0.6652893,0.6570248,0.62396693,0.57024795,0.5495868,0.5,0.5,0.42975205,0.37190083,0.41322315,0.47107437,0.49586776,0.4876033,0.5289256,0.55785125,0.61570245,0.6652893,0.71900827,0.76859504,0.79752064,0.8057851,0.8057851,0.7933884,0.7355372,0.55785125,0.40082645,0.40082645,0.4214876,0.42975205,0.45867768,0.4876033,0.49173555,0.49586776,0.5,0.49586776,0.4876033,0.4876033,0.4752066,0.46280992,0.46694216,0.4752066,0.45454547,0.46694216,0.45454547,0.43801653,0.446281,0.45454547,0.45867768,0.45867768,0.45867768,0.45867768,0.6859504,0.6570248,0.6198347,0.59917355,0.57438016,0.553719,0.5785124,0.59917355,0.60330576,0.62396693,0.6198347,0.6198347,0.61157024,0.57024795,0.56198347,0.5165289,0.45867768,0.47107437,0.46694216,0.45867768,0.46280992,0.39256197,0.38842976,0.45867768,0.5041322,0.4876033,0.5123967,0.54545456,0.61570245,0.6818182,0.73966944,0.7768595,0.8057851,0.822314,0.8181818,0.8016529,0.76033056,0.5206612,0.35950413,0.39256197,0.42561984,0.45041323,0.4752066,0.4876033,0.4752066,0.5,0.5082645,0.49586776,0.5,0.49173555,0.48347107,0.46280992,0.39256197,0.40082645,0.46280992,0.47933885,0.46280992,0.44214877,0.45041323,0.45454547,0.46280992,0.45867768,0.45041323,0.45041323,0.70247936,0.661157,0.6198347,0.5785124,0.5495868,0.54545456,0.5082645,0.47933885,0.5165289,0.53305787,0.49586776,0.5,0.5289256,0.37603307,0.32231405,0.2892562,0.17355372,0.24793388,0.28512397,0.3181818,0.40082645,0.42561984,0.41322315,0.45867768,0.5123967,0.54545456,0.5165289,0.5371901,0.61570245,0.6818182,0.7355372,0.7768595,0.8140496,0.8264463,0.8264463,0.822314,0.7933884,0.5495868,0.3553719,0.4090909,0.43801653,0.45454547,0.46694216,0.47933885,0.42975205,0.446281,0.44214877,0.3966942,0.38429752,0.35950413,0.38016528,0.42975205,0.4338843,0.43801653,0.4752066,0.4876033,0.46694216,0.446281,0.45041323,0.45867768,0.45867768,0.45867768,0.45041323,0.45041323,0.6859504,0.6322314,0.58264464,0.5661157,0.56198347,0.57024795,0.5495868,0.5123967,0.5206612,0.5289256,0.47933885,0.5041322,0.55785125,0.338843,0.2107438,0.21487603,0.1570248,0.26859504,0.3181818,0.35123968,0.2768595,0.40082645,0.49173555,0.553719,0.5041322,0.56198347,0.5413223,0.553719,0.6487603,0.6818182,0.7107438,0.7644628,0.8057851,0.8305785,0.8181818,0.8305785,0.8181818,0.6446281,0.38429752,0.3966942,0.41322315,0.40495867,0.42975205,0.5041322,0.40082645,0.34710744,0.2768595,0.17355372,0.18181819,0.18595041,0.2231405,0.2644628,0.38842976,0.4876033,0.5,0.5041322,0.46280992,0.44214877,0.45454547,0.45454547,0.45454547,0.45454547,0.45041323,0.45041323,0.6859504,0.6694215,0.6652893,0.6859504,0.70247936,0.6652893,0.59917355,0.57024795,0.59917355,0.607438,0.58677685,0.62396693,0.661157,0.46694216,0.27272728,0.2768595,0.30165288,0.35950413,0.41735536,0.4876033,0.43801653,0.47107437,0.49586776,0.607438,0.553719,0.57438016,0.58677685,0.59504133,0.6859504,0.7107438,0.6983471,0.73140496,0.7933884,0.8140496,0.822314,0.822314,0.822314,0.74380165,0.39256197,0.3677686,0.44214877,0.446281,0.48347107,0.58264464,0.45867768,0.29338843,0.18595041,0.11983471,0.17768595,0.22727273,0.28512397,0.2520661,0.28099173,0.4214876,0.5082645,0.5165289,0.47107437,0.43801653,0.446281,0.45867768,0.45454547,0.45454547,0.46280992,0.46280992,0.73140496,0.7231405,0.72727275,0.74380165,0.75619835,0.73966944,0.6983471,0.661157,0.661157,0.6652893,0.6570248,0.6694215,0.6818182,0.59917355,0.45867768,0.3966942,0.4214876,0.44214877,0.5123967,0.49586776,0.49173555,0.5123967,0.5413223,0.607438,0.61157024,0.6280992,0.6446281,0.6446281,0.7066116,0.72727275,0.69008267,0.6983471,0.75206614,0.79752064,0.80991733,0.8181818,0.7892562,0.79752064,0.5,0.35123968,0.47933885,0.5041322,0.553719,0.61157024,0.5495868,0.36363637,0.2644628,0.20661157,0.25619835,0.34710744,0.46280992,0.42561984,0.3181818,0.39256197,0.4876033,0.5247934,0.4752066,0.43801653,0.43801653,0.45454547,0.45454547,0.45454547,0.45867768,0.45454547,0.7892562,0.78099173,0.75619835,0.7355372,0.74793386,0.75619835,0.73966944,0.72727275,0.72727275,0.72727275,0.7066116,0.677686,0.6446281,0.6198347,0.58677685,0.54545456,0.54545456,0.5206612,0.5041322,0.5082645,0.5123967,0.55785125,0.60330576,0.6363636,0.6363636,0.6735537,0.6983471,0.6983471,0.7231405,0.71487606,0.677686,0.661157,0.71900827,0.76033056,0.8057851,0.8016529,0.7768595,0.77272725,0.661157,0.41735536,0.4876033,0.5165289,0.53305787,0.55785125,0.55785125,0.4752066,0.38842976,0.34710744,0.41322315,0.49586776,0.4876033,0.45041323,0.42561984,0.446281,0.46280992,0.5082645,0.47107437,0.44214877,0.44214877,0.45041323,0.45867768,0.46280992,0.46280992,0.46280992,0.8057851,0.8016529,0.78512394,0.75619835,0.73966944,0.74380165,0.75619835,0.75619835,0.74793386,0.75206614,0.74380165,0.7231405,0.6818182,0.6446281,0.6198347,0.58264464,0.55785125,0.5371901,0.5206612,0.5247934,0.5123967,0.5495868,0.60330576,0.6322314,0.6570248,0.71487606,0.73966944,0.73140496,0.73966944,0.7066116,0.6446281,0.6404959,0.7107438,0.7231405,0.7768595,0.79752064,0.76859504,0.76033056,0.73140496,0.5413223,0.446281,0.5041322,0.48347107,0.5041322,0.5041322,0.5041322,0.5041322,0.5041322,0.49586776,0.46280992,0.47933885,0.49586776,0.5123967,0.5247934,0.5,0.5082645,0.47933885,0.43801653,0.446281,0.45867768,0.46280992,0.46280992,0.46280992,0.46280992,0.8181818,0.8016529,0.8016529,0.7892562,0.76859504,0.75619835,0.77272725,0.7644628,0.75206614,0.75206614,0.74793386,0.74380165,0.71487606,0.69008267,0.6818182,0.6404959,0.59504133,0.5661157,0.553719,0.54545456,0.553719,0.58264464,0.607438,0.6363636,0.7066116,0.76033056,0.7644628,0.75619835,0.73966944,0.6942149,0.6363636,0.661157,0.7107438,0.71487606,0.75206614,0.7933884,0.7768595,0.74793386,0.73966944,0.6528926,0.45454547,0.47107437,0.47933885,0.4752066,0.5,0.5041322,0.5247934,0.54545456,0.5289256,0.5041322,0.5165289,0.5247934,0.54545456,0.57438016,0.5495868,0.54545456,0.48347107,0.44214877,0.446281,0.45867768,0.45867768,0.46280992,0.46280992,0.46280992,0.822314,0.80991733,0.79752064,0.8016529,0.7892562,0.78099173,0.7892562,0.7892562,0.78099173,0.7644628,0.75619835,0.75206614,0.7231405,0.7066116,0.69008267,0.6570248,0.62396693,0.607438,0.58264464,0.58677685,0.61157024,0.6363636,0.6570248,0.6983471,0.7644628,0.7933884,0.78099173,0.76859504,0.72727275,0.6818182,0.6528926,0.677686,0.70247936,0.69008267,0.73140496,0.78099173,0.78099173,0.74793386,0.73966944,0.71487606,0.5495868,0.5,0.5165289,0.49173555,0.5165289,0.5289256,0.5289256,0.5413223,0.5247934,0.5371901,0.5371901,0.5495868,0.5661157,0.59504133,0.59917355,0.58264464,0.5165289,0.4214876,0.44214877,0.45454547,0.45454547,0.45867768,0.46280992,0.46280992,0.822314,0.8140496,0.8016529,0.8057851,0.79752064,0.79752064,0.8016529,0.8016529,0.79752064,0.7892562,0.7768595,0.76859504,0.74380165,0.73140496,0.72727275,0.6942149,0.661157,0.6363636,0.6404959,0.6528926,0.6818182,0.71900827,0.74793386,0.77272725,0.8016529,0.8057851,0.7933884,0.76033056,0.71487606,0.6859504,0.6735537,0.6818182,0.6942149,0.69008267,0.7231405,0.7644628,0.78099173,0.75206614,0.74380165,0.72727275,0.6322314,0.56198347,0.5661157,0.5495868,0.55785125,0.57024795,0.57024795,0.5785124,0.5785124,0.5785124,0.607438,0.59917355,0.59090906,0.60330576,0.61157024,0.62396693,0.5495868,0.41735536,0.43801653,0.44214877,0.45454547,0.45041323,0.45041323,0.45041323,0.8181818,0.80991733,0.8140496,0.80991733,0.8016529,0.79752064,0.8016529,0.8057851,0.79752064,0.7933884,0.78512394,0.76859504,0.7355372,0.7355372,0.7355372,0.6983471,0.6818182,0.677686,0.70247936,0.73140496,0.75206614,0.78512394,0.8016529,0.8016529,0.80991733,0.8057851,0.78512394,0.74380165,0.7107438,0.6983471,0.69008267,0.6942149,0.6983471,0.6983471,0.7107438,0.74380165,0.75206614,0.74793386,0.74793386,0.73140496,0.6694215,0.60330576,0.607438,0.59504133,0.59090906,0.59504133,0.61157024,0.607438,0.6280992,0.6280992,0.62396693,0.6280992,0.6198347,0.61570245,0.6280992,0.6404959,0.59090906,0.4338843,0.41735536,0.43801653,0.45041323,0.44214877,0.44214877,0.44214877,0.80991733,0.80991733,0.8347107,0.8057851,0.8140496,0.8181818,0.80991733,0.79752064,0.79752064,0.7933884,0.7892562,0.76859504,0.74380165,0.73966944,0.7355372,0.71487606,0.7231405,0.75206614,0.76033056,0.77272725,0.7933884,0.80991733,0.8140496,0.8016529,0.8057851,0.79752064,0.7644628,0.7355372,0.71487606,0.6983471,0.6859504,0.69008267,0.69008267,0.69008267,0.7107438,0.7355372,0.73966944,0.74380165,0.75206614,0.74380165,0.6983471,0.6446281,0.6280992,0.6487603,0.61570245,0.59504133,0.59917355,0.59504133,0.61157024,0.6198347,0.6404959,0.6446281,0.6446281,0.661157,0.6446281,0.6487603,0.6198347,0.45041323,0.4090909,0.446281,0.45041323,0.45454547,0.45454547,0.45454547,0.8057851,0.80991733,0.8305785,0.8140496,0.822314,0.8264463,0.8264463,0.8016529,0.79752064,0.8057851,0.8016529,0.78512394,0.76859504,0.7644628,0.78099173,0.78099173,0.7892562,0.8057851,0.7892562,0.77272725,0.8181818,0.8305785,0.8181818,0.79752064,0.7933884,0.78512394,0.75206614,0.73140496,0.7107438,0.6942149,0.6818182,0.6818182,0.6818182,0.69008267,0.71487606,0.72727275,0.7355372,0.75619835,0.7644628,0.75206614,0.7355372,0.69008267,0.6363636,0.6818182,0.6942149,0.6570248,0.6322314,0.62396693,0.6322314,0.6528926,0.677686,0.6652893,0.6735537,0.677686,0.6528926,0.6528926,0.61570245,0.47933885,0.40495867,0.44214877,0.45454547,0.45041323,0.45041323,0.45041323,0.8016529,0.80991733,0.822314,0.8181818,0.8264463,0.8305785,0.8264463,0.8181818,0.80991733,0.8140496,0.8140496,0.79752064,0.78512394,0.78512394,0.79752064,0.8057851,0.80991733,0.8057851,0.8181818,0.8181818,0.8305785,0.8264463,0.8181818,0.7933884,0.78099173,0.77272725,0.74380165,0.71900827,0.6942149,0.6735537,0.6652893,0.6735537,0.6735537,0.6859504,0.7107438,0.73140496,0.75206614,0.7768595,0.7768595,0.76033056,0.76033056,0.73966944,0.6570248,0.6570248,0.71487606,0.7107438,0.6942149,0.6942149,0.6735537,0.6735537,0.7066116,0.6859504,0.6818182,0.6735537,0.6570248,0.6570248,0.62396693,0.49173555,0.41322315,0.4338843,0.446281,0.45454547,0.45454547,0.45454547,0.78512394,0.79752064,0.7933884,0.8140496,0.8181818,0.8305785,0.822314,0.822314,0.822314,0.8181818,0.8181818,0.8057851,0.7892562,0.8140496,0.8140496,0.8181818,0.8181818,0.80991733,0.8264463,0.8305785,0.8347107,0.822314,0.80991733,0.79752064,0.78512394,0.76859504,0.72727275,0.6983471,0.6735537,0.6404959,0.6487603,0.661157,0.6859504,0.6983471,0.6983471,0.72727275,0.75206614,0.7768595,0.7892562,0.77272725,0.76033056,0.76859504,0.70247936,0.6280992,0.6735537,0.73140496,0.7355372,0.7231405,0.6942149,0.6859504,0.7107438,0.6983471,0.69008267,0.6859504,0.6735537,0.6652893,0.6198347,0.5041322,0.41322315,0.4214876,0.43801653,0.45041323,0.45041323,0.45454547,0.7644628,0.7768595,0.7933884,0.8016529,0.8140496,0.8140496,0.8140496,0.822314,0.8305785,0.8181818,0.8181818,0.8181818,0.80991733,0.8181818,0.8264463,0.8181818,0.8264463,0.8264463,0.822314,0.8305785,0.838843,0.8181818,0.79752064,0.79752064,0.78099173,0.74380165,0.6818182,0.6570248,0.6446281,0.62396693,0.6363636,0.6446281,0.661157,0.6983471,0.7066116,0.7231405,0.75619835,0.7768595,0.8016529,0.78099173,0.75619835,0.7644628,0.75206614,0.6446281,0.6198347,0.70247936,0.7355372,0.72727275,0.72727275,0.7231405,0.71900827,0.7107438,0.6983471,0.69008267,0.6694215,0.6528926,0.60330576,0.49173555,0.3966942,0.41735536,0.43801653,0.4338843,0.43801653,0.43801653,0.75619835,0.77272725,0.7892562,0.7892562,0.79752064,0.8057851,0.8140496,0.8181818,0.8264463,0.8181818,0.8140496,0.822314,0.8181818,0.822314,0.8264463,0.8181818,0.8181818,0.838843,0.8264463,0.8347107,0.822314,0.8181818,0.78099173,0.79752064,0.78099173,0.6942149,0.61570245,0.6198347,0.6322314,0.6404959,0.6198347,0.6363636,0.6446281,0.677686,0.7107438,0.73140496,0.7644628,0.78512394,0.8057851,0.7933884,0.76859504,0.76859504,0.77272725,0.69008267,0.59090906,0.6570248,0.73140496,0.7355372,0.7231405,0.7231405,0.71900827,0.7066116,0.6983471,0.6942149,0.661157,0.6322314,0.58264464,0.46694216,0.40082645,0.41735536,0.42975205,0.42561984,0.42561984,0.42561984,0.74793386,0.75619835,0.77272725,0.7768595,0.78099173,0.79752064,0.8057851,0.80991733,0.8181818,0.8181818,0.80991733,0.8140496,0.822314,0.8264463,0.822314,0.822314,0.8140496,0.822314,0.822314,0.8305785,0.8057851,0.80991733,0.7768595,0.8057851,0.76859504,0.6404959,0.58677685,0.6404959,0.6363636,0.6487603,0.6322314,0.6487603,0.6652893,0.6694215,0.69008267,0.7231405,0.73966944,0.77272725,0.8016529,0.8016529,0.7892562,0.78099173,0.75619835,0.71487606,0.57438016,0.59917355,0.7107438,0.72727275,0.72727275,0.73140496,0.71900827,0.6983471,0.70247936,0.69008267,0.6446281,0.59917355,0.553719,0.46280992,0.40495867,0.41322315,0.42561984,0.4214876,0.4214876,0.4214876,0.7355372,0.74380165,0.7644628,0.76859504,0.76859504,0.7892562,0.79752064,0.8016529,0.8140496,0.80991733,0.8140496,0.80991733,0.8140496,0.822314,0.8181818,0.8181818,0.8181818,0.8181818,0.8181818,0.80991733,0.8016529,0.7933884,0.78512394,0.7933884,0.7231405,0.59917355,0.607438,0.6652893,0.6446281,0.6446281,0.6735537,0.69008267,0.6652893,0.6735537,0.69008267,0.69008267,0.7107438,0.73140496,0.77272725,0.80991733,0.79752064,0.76859504,0.7355372,0.7107438,0.56198347,0.5289256,0.6735537,0.7066116,0.7107438,0.7231405,0.72727275,0.70247936,0.6942149,0.6652893,0.61570245,0.58264464,0.53305787,0.45041323,0.40082645,0.40495867,0.4214876,0.4214876,0.4214876,0.4214876,0.75206614,0.74793386,0.75206614,0.7644628,0.77272725,0.78099173,0.7892562,0.79752064,0.8057851,0.8057851,0.8057851,0.8016529,0.80991733,0.8140496,0.80991733,0.80991733,0.80991733,0.8140496,0.80991733,0.80991733,0.8016529,0.7892562,0.78099173,0.76033056,0.6652893,0.56198347,0.61157024,0.6487603,0.6652893,0.6818182,0.6694215,0.6570248,0.62396693,0.6446281,0.61570245,0.6280992,0.6570248,0.6528926,0.7107438,0.7768595,0.76859504,0.73966944,0.70247936,0.661157,0.5123967,0.45867768,0.6404959,0.6942149,0.6942149,0.7107438,0.72727275,0.6983471,0.6735537,0.6404959,0.59090906,0.5661157,0.5289256,0.44214877,0.38842976,0.40495867,0.42561984,0.42975205,0.4338843,0.4338843,0.7231405,0.73140496,0.74380165,0.75206614,0.7644628,0.7644628,0.7644628,0.78099173,0.7933884,0.79752064,0.8016529,0.79752064,0.8016529,0.8057851,0.8057851,0.80991733,0.8057851,0.8057851,0.8057851,0.8016529,0.7933884,0.78099173,0.77272725,0.7231405,0.60330576,0.553719,0.59090906,0.62396693,0.677686,0.677686,0.6198347,0.5247934,0.47933885,0.5,0.5413223,0.553719,0.58264464,0.59090906,0.6363636,0.69008267,0.70247936,0.69008267,0.6528926,0.5413223,0.4214876,0.4214876,0.59090906,0.677686,0.6652893,0.6859504,0.7066116,0.6818182,0.6528926,0.6198347,0.57438016,0.5495868,0.5165289,0.42975205,0.38016528,0.40082645,0.4090909,0.4090909,0.4090909,0.4090909,0.7107438,0.71900827,0.72727275,0.7355372,0.74793386,0.75206614,0.74793386,0.7644628,0.78099173,0.7892562,0.7892562,0.7933884,0.8016529,0.8016529,0.8016529,0.8057851,0.8016529,0.8016529,0.8057851,0.79752064,0.7892562,0.76859504,0.74793386,0.69008267,0.55785125,0.54545456,0.5785124,0.62396693,0.6404959,0.5661157,0.4214876,0.19421488,0.1570248,0.27272728,0.38842976,0.42975205,0.5082645,0.56198347,0.57438016,0.607438,0.62396693,0.61157024,0.5289256,0.36363637,0.38842976,0.43801653,0.59917355,0.6652893,0.6570248,0.6694215,0.6859504,0.6652893,0.6446281,0.59917355,0.57024795,0.5495868,0.49586776,0.4214876,0.37603307,0.40082645,0.4090909,0.4090909,0.4090909,0.4090909,0.7231405,0.7107438,0.71900827,0.7231405,0.72727275,0.73966944,0.74380165,0.75619835,0.77272725,0.78512394,0.78512394,0.7933884,0.8016529,0.79752064,0.8016529,0.79752064,0.7933884,0.79752064,0.79752064,0.79752064,0.78099173,0.75206614,0.7355372,0.6652893,0.5371901,0.5247934,0.55785125,0.58264464,0.55785125,0.42975205,0.2644628,0.2231405,0.23140496,0.37603307,0.45041323,0.3553719,0.34710744,0.4876033,0.5165289,0.53305787,0.5247934,0.48347107,0.3553719,0.26859504,0.45041323,0.48347107,0.553719,0.6735537,0.6528926,0.6487603,0.6694215,0.6487603,0.6528926,0.58677685,0.56198347,0.5413223,0.5,0.40495867,0.3677686,0.39256197,0.3966942,0.39256197,0.39256197,0.39256197,0.7066116,0.6983471,0.7066116,0.71900827,0.7066116,0.72727275,0.74380165,0.74793386,0.76033056,0.7768595,0.78512394,0.7892562,0.7933884,0.79752064,0.79752064,0.7892562,0.7933884,0.7933884,0.7892562,0.78099173,0.74380165,0.7231405,0.7355372,0.661157,0.5247934,0.49586776,0.5413223,0.5413223,0.5,0.446281,0.41735536,0.38842976,0.4214876,0.5,0.5165289,0.45041323,0.37190083,0.41735536,0.45041323,0.446281,0.40082645,0.37603307,0.32231405,0.3677686,0.4876033,0.47107437,0.57024795,0.6694215,0.6487603,0.6363636,0.6404959,0.6446281,0.6570248,0.58677685,0.54545456,0.5413223,0.4876033,0.38842976,0.38429752,0.38842976,0.40495867,0.4090909,0.4090909,0.4090909,0.677686,0.6859504,0.69008267,0.71487606,0.7066116,0.71487606,0.7355372,0.73966944,0.74380165,0.7768595,0.78512394,0.78099173,0.79752064,0.7933884,0.7892562,0.7933884,0.78099173,0.77272725,0.76859504,0.7355372,0.6942149,0.7066116,0.74380165,0.6942149,0.55785125,0.46280992,0.48347107,0.5123967,0.5123967,0.54545456,0.607438,0.58264464,0.58264464,0.59504133,0.553719,0.49173555,0.4338843,0.40495867,0.4090909,0.40495867,0.37190083,0.4214876,0.46694216,0.46694216,0.45867768,0.4752066,0.607438,0.6487603,0.6528926,0.6446281,0.6363636,0.6363636,0.6487603,0.57438016,0.53305787,0.5289256,0.4752066,0.38429752,0.37190083,0.38842976,0.3966942,0.40082645,0.40082645,0.40082645,0.677686,0.661157,0.6818182,0.7066116,0.70247936,0.70247936,0.73140496,0.73140496,0.73140496,0.7644628,0.7644628,0.7644628,0.78512394,0.78512394,0.78512394,0.7892562,0.7768595,0.76859504,0.75619835,0.71900827,0.70247936,0.73140496,0.75619835,0.7355372,0.6528926,0.5206612,0.45041323,0.45867768,0.45041323,0.46694216,0.5247934,0.59917355,0.6363636,0.6322314,0.59090906,0.5371901,0.4876033,0.45041323,0.45041323,0.45867768,0.45454547,0.5041322,0.5247934,0.47933885,0.43801653,0.5289256,0.61570245,0.6198347,0.6446281,0.6404959,0.6487603,0.61570245,0.61157024,0.57438016,0.5206612,0.5247934,0.46280992,0.37603307,0.36363637,0.39256197,0.38016528,0.38016528,0.38016528,0.38429752,0.6652893,0.6446281,0.6570248,0.6942149,0.6735537,0.6942149,0.72727275,0.72727275,0.73140496,0.73966944,0.73966944,0.75206614,0.76859504,0.76859504,0.7768595,0.77272725,0.7644628,0.75619835,0.7355372,0.7355372,0.74380165,0.75619835,0.7644628,0.75619835,0.7355372,0.6652893,0.56198347,0.5082645,0.47107437,0.43801653,0.4752066,0.5661157,0.6363636,0.6446281,0.61570245,0.57024795,0.53305787,0.5206612,0.53305787,0.5123967,0.45041323,0.42975205,0.42975205,0.42975205,0.49586776,0.57438016,0.607438,0.60330576,0.6280992,0.6363636,0.6322314,0.59917355,0.58264464,0.56198347,0.53305787,0.5289256,0.4338843,0.36363637,0.37190083,0.39256197,0.38429752,0.38429752,0.38429752,0.38429752,0.6694215,0.6487603,0.6446281,0.69008267,0.677686,0.69008267,0.7231405,0.71900827,0.72727275,0.73140496,0.74380165,0.74380165,0.75619835,0.75206614,0.75206614,0.75206614,0.75206614,0.74793386,0.7355372,0.76033056,0.7644628,0.76033056,0.7644628,0.76859504,0.76033056,0.7355372,0.7066116,0.6818182,0.6487603,0.59917355,0.54545456,0.5785124,0.6528926,0.6487603,0.607438,0.5661157,0.553719,0.5661157,0.56198347,0.5123967,0.43801653,0.41322315,0.43801653,0.5,0.5785124,0.59917355,0.60330576,0.59504133,0.607438,0.6280992,0.61157024,0.58264464,0.5661157,0.54545456,0.5413223,0.5206612,0.42975205,0.3553719,0.37190083,0.38016528,0.38429752,0.38429752,0.38429752,0.38429752,0.6735537,0.661157,0.6487603,0.6735537,0.6859504,0.677686,0.7107438,0.71900827,0.71900827,0.7231405,0.73966944,0.74380165,0.75619835,0.75206614,0.74380165,0.75206614,0.74793386,0.74380165,0.74793386,0.7644628,0.7644628,0.76859504,0.76859504,0.76859504,0.75619835,0.75206614,0.7355372,0.71900827,0.72727275,0.71487606,0.6528926,0.6322314,0.661157,0.6528926,0.60330576,0.56198347,0.5661157,0.59504133,0.5785124,0.5206612,0.47933885,0.48347107,0.5123967,0.5413223,0.58264464,0.59504133,0.60330576,0.607438,0.607438,0.61157024,0.59504133,0.57438016,0.5495868,0.5371901,0.53305787,0.5165289,0.40495867,0.35123968,0.36363637,0.37603307,0.36363637,0.36363637,0.36363637,0.3677686,0.677686,0.6818182,0.661157,0.661157,0.6859504,0.6818182,0.6942149,0.71900827,0.71900827,0.71900827,0.7355372,0.73140496,0.73966944,0.73140496,0.74793386,0.74380165,0.74793386,0.7355372,0.74793386,0.75619835,0.76859504,0.7644628,0.7644628,0.76033056,0.73966944,0.74380165,0.7231405,0.69008267,0.6694215,0.69008267,0.661157,0.6735537,0.6942149,0.6735537,0.59504133,0.56198347,0.59504133,0.6198347,0.59504133,0.5371901,0.5082645,0.5123967,0.5289256,0.57024795,0.58677685,0.58264464,0.59504133,0.59917355,0.59917355,0.58677685,0.57024795,0.56198347,0.5371901,0.5289256,0.5289256,0.4876033,0.38842976,0.3429752,0.37603307,0.38016528,0.36363637,0.36363637,0.36363637,0.36363637,0.6652893,0.677686,0.6859504,0.6735537,0.677686,0.6859504,0.70247936,0.7107438,0.7066116,0.71900827,0.73140496,0.71900827,0.7231405,0.7231405,0.7231405,0.73140496,0.7231405,0.72727275,0.73140496,0.7355372,0.76033056,0.74380165,0.75206614,0.74380165,0.74380165,0.73140496,0.7355372,0.71487606,0.6694215,0.69008267,0.6735537,0.677686,0.7066116,0.6735537,0.5785124,0.5785124,0.6322314,0.6570248,0.62396693,0.55785125,0.5206612,0.5206612,0.5495868,0.5785124,0.58677685,0.58264464,0.58677685,0.58264464,0.58264464,0.56198347,0.5495868,0.5495868,0.5289256,0.5289256,0.5206612,0.46280992,0.37190083,0.338843,0.37603307,0.3677686,0.37603307,0.37603307,0.37603307,0.37190083,0.661157,0.6652893,0.677686,0.6818182,0.6735537,0.6818182,0.70247936,0.70247936,0.69008267,0.6983471,0.7066116,0.71487606,0.7066116,0.7107438,0.72727275,0.7107438,0.6942149,0.7355372,0.72727275,0.71900827,0.74793386,0.7231405,0.72727275,0.71900827,0.72727275,0.70247936,0.73140496,0.7231405,0.70247936,0.71487606,0.7066116,0.7066116,0.71900827,0.6652893,0.58677685,0.6280992,0.6818182,0.6983471,0.6487603,0.58264464,0.54545456,0.54545456,0.5495868,0.57024795,0.5785124,0.56198347,0.56198347,0.57024795,0.57438016,0.55785125,0.5495868,0.5371901,0.5247934,0.5247934,0.5041322,0.42975205,0.34710744,0.35123968,0.35950413,0.36363637,0.3677686,0.3677686,0.3677686,0.3677686,0.6487603,0.6487603,0.6652893,0.6735537,0.6735537,0.6859504,0.69008267,0.6942149,0.6859504,0.6942149,0.6983471,0.70247936,0.69008267,0.70247936,0.6942149,0.6942149,0.70247936,0.7231405,0.70247936,0.7066116,0.7231405,0.70247936,0.7107438,0.71487606,0.6942149,0.7066116,0.71900827,0.71487606,0.71487606,0.71900827,0.73140496,0.73966944,0.74793386,0.6859504,0.6198347,0.6859504,0.7355372,0.73140496,0.6818182,0.607438,0.57024795,0.57438016,0.56198347,0.5785124,0.55785125,0.5495868,0.553719,0.56198347,0.5495868,0.5495868,0.5413223,0.5206612,0.5165289,0.5206612,0.47933885,0.38842976,0.3429752,0.3553719,0.3553719,0.36363637,0.3677686,0.3677686,0.3677686,0.3677686,0.6363636,0.6446281,0.661157,0.6694215,0.6735537,0.677686,0.6735537,0.677686,0.677686,0.6942149,0.6818182,0.677686,0.6735537,0.69008267,0.6694215,0.6694215,0.69008267,0.677686,0.6652893,0.677686,0.69008267,0.677686,0.6942149,0.71487606,0.70247936,0.71487606,0.71900827,0.7231405,0.71487606,0.7355372,0.75619835,0.7644628,0.78099173,0.73966944,0.6818182,0.7231405,0.77272725,0.7644628,0.7231405,0.6570248,0.61570245,0.58264464,0.553719,0.58264464,0.56198347,0.5495868,0.553719,0.54545456,0.53305787,0.53305787,0.5206612,0.5041322,0.5123967,0.5123967,0.45454547,0.3553719,0.3305785,0.3553719,0.3553719,0.3677686,0.37603307,0.37603307,0.37603307,0.37603307,0.6280992,0.6363636,0.6570248,0.661157,0.6652893,0.6735537,0.6652893,0.6694215,0.6735537,0.6694215,0.6528926,0.6446281,0.6404959,0.6528926,0.661157,0.6404959,0.6446281,0.6404959,0.6446281,0.661157,0.6570248,0.6652893,0.6818182,0.71487606,0.7107438,0.70247936,0.73966944,0.77272725,0.77272725,0.74793386,0.73140496,0.6735537,0.6570248,0.6570248,0.677686,0.71900827,0.7355372,0.7107438,0.6570248,0.6487603,0.6363636,0.60330576,0.58677685,0.57024795,0.553719,0.54545456,0.5413223,0.54545456,0.5206612,0.5,0.5,0.5,0.5082645,0.5,0.4214876,0.338843,0.338843,0.3553719,0.3677686,0.3677686,0.35950413,0.35950413,0.36363637,0.36363637,0.6198347,0.6404959,0.6570248,0.661157,0.6694215,0.6735537,0.6652893,0.6735537,0.6735537,0.6528926,0.6363636,0.62396693,0.6280992,0.6280992,0.59917355,0.58677685,0.59504133,0.59917355,0.60330576,0.61570245,0.61570245,0.6446281,0.6570248,0.69008267,0.69008267,0.6859504,0.6942149,0.677686,0.62396693,0.5495868,0.49173555,0.446281,0.45041323,0.45867768,0.5247934,0.58677685,0.56198347,0.5206612,0.46280992,0.47933885,0.5371901,0.57024795,0.607438,0.59090906,0.553719,0.53305787,0.5206612,0.5206612,0.5,0.46280992,0.48347107,0.49586776,0.5082645,0.47107437,0.38429752,0.33471075,0.35123968,0.35950413,0.36363637,0.36363637,0.3553719,0.3553719,0.3553719,0.3553719,0.607438,0.6363636,0.6570248,0.661157,0.6694215,0.6735537,0.6694215,0.6652893,0.6652893,0.6528926,0.6322314,0.6198347,0.61157024,0.59504133,0.5661157,0.5371901,0.5247934,0.5247934,0.5206612,0.5206612,0.5371901,0.56198347,0.55785125,0.56198347,0.553719,0.5123967,0.46280992,0.40082645,0.38429752,0.3966942,0.40495867,0.40495867,0.40082645,0.41322315,0.43801653,0.44214877,0.40495867,0.40082645,0.37603307,0.37603307,0.34710744,0.4090909,0.5413223,0.553719,0.5371901,0.5082645,0.5,0.4876033,0.46694216,0.43801653,0.47107437,0.49586776,0.5041322,0.4338843,0.34710744,0.338843,0.35123968,0.36363637,0.35950413,0.3677686,0.37603307,0.37190083,0.37190083,0.37190083,0.607438,0.62396693,0.6322314,0.6446281,0.6528926,0.6694215,0.6735537,0.6694215,0.6528926,0.6446281,0.62396693,0.59090906,0.58264464,0.553719,0.5041322,0.44214877,0.3966942,0.38842976,0.37603307,0.37603307,0.39256197,0.3966942,0.37603307,0.3677686,0.338843,0.3140496,0.3181818,0.3181818,0.3181818,0.3264463,0.30991736,0.32231405,0.34710744,0.38842976,0.39256197,0.37603307,0.35123968,0.37190083,0.36363637,0.3553719,0.30578512,0.2644628,0.3264463,0.4090909,0.45041323,0.45867768,0.4214876,0.41322315,0.4214876,0.42561984,0.4876033,0.5,0.49173555,0.39256197,0.3264463,0.338843,0.3429752,0.35950413,0.36363637,0.36363637,0.36363637,0.3677686,0.3677686,0.3677686,0.607438,0.6280992,0.62396693,0.6322314,0.6446281,0.661157,0.6694215,0.661157,0.6446281,0.6322314,0.6198347,0.57438016,0.5371901,0.5041322,0.47107437,0.446281,0.44214877,0.44214877,0.40082645,0.36363637,0.34710744,0.33471075,0.33471075,0.3429752,0.3429752,0.3305785,0.33471075,0.3429752,0.34710744,0.3305785,0.29752067,0.29338843,0.30991736,0.3264463,0.338843,0.34710744,0.32231405,0.3140496,0.30578512,0.26859504,0.28099173,0.2644628,0.22727273,0.23553719,0.29752067,0.35123968,0.3553719,0.3677686,0.3966942,0.44214877,0.5082645,0.4876033,0.4752066,0.33471075,0.3264463,0.3305785,0.35123968,0.34710744,0.36363637,0.37190083,0.37190083,0.37190083,0.37190083,0.3677686,0.61157024,0.6280992,0.61570245,0.6280992,0.6404959,0.6528926,0.6570248,0.6528926,0.6363636,0.6280992,0.61157024,0.56198347,0.5247934,0.5289256,0.54545456,0.5495868,0.57024795,0.5785124,0.54545456,0.5123967,0.4876033,0.46694216,0.4752066,0.49173555,0.47107437,0.45041323,0.48347107,0.5041322,0.5165289,0.5041322,0.46280992,0.42975205,0.4090909,0.40495867,0.41322315,0.44214877,0.3966942,0.3429752,0.338843,0.29338843,0.28512397,0.24793388,0.25619835,0.338843,0.38429752,0.40495867,0.40082645,0.38842976,0.4090909,0.46694216,0.5082645,0.48347107,0.41735536,0.3140496,0.3429752,0.3264463,0.3553719,0.35950413,0.35123968,0.35123968,0.3553719,0.3553719,0.3553719,0.35950413,0.607438,0.607438,0.607438,0.6198347,0.6322314,0.6363636,0.6404959,0.6322314,0.6322314,0.6322314,0.6322314,0.58677685,0.56198347,0.59504133,0.6280992,0.6363636,0.6363636,0.6363636,0.6322314,0.62396693,0.59090906,0.5661157,0.55785125,0.56198347,0.5371901,0.5082645,0.5165289,0.54545456,0.5495868,0.53305787,0.5082645,0.47933885,0.45454547,0.46694216,0.5,0.5165289,0.47107437,0.41322315,0.39256197,0.37603307,0.3553719,0.39256197,0.43801653,0.47933885,0.5,0.4876033,0.45867768,0.446281,0.46694216,0.47933885,0.49586776,0.45454547,0.3677686,0.30991736,0.3429752,0.33471075,0.36363637,0.35123968,0.34710744,0.35123968,0.35123968,0.35123968,0.35123968,0.35123968,0.58264464,0.59504133,0.59504133,0.59917355,0.607438,0.607438,0.607438,0.607438,0.6198347,0.61570245,0.6198347,0.607438,0.6198347,0.6570248,0.677686,0.69008267,0.6818182,0.6694215,0.6652893,0.6570248,0.62396693,0.60330576,0.59917355,0.59917355,0.60330576,0.59090906,0.5661157,0.5413223,0.53305787,0.5289256,0.5082645,0.4752066,0.46280992,0.47107437,0.49173555,0.47933885,0.45041323,0.4214876,0.4090909,0.4090909,0.4338843,0.46280992,0.49173555,0.5041322,0.5165289,0.5082645,0.4876033,0.48347107,0.49173555,0.4752066,0.46694216,0.3966942,0.3181818,0.33471075,0.3305785,0.35123968,0.3553719,0.34710744,0.34710744,0.36363637,0.35950413,0.35950413,0.35950413,0.35950413,0.56198347,0.57024795,0.58677685,0.58677685,0.59504133,0.58677685,0.59504133,0.59504133,0.62396693,0.61157024,0.61157024,0.61570245,0.6363636,0.661157,0.6735537,0.6859504,0.6942149,0.677686,0.6652893,0.6446281,0.61157024,0.58677685,0.5661157,0.5413223,0.5289256,0.5413223,0.5495868,0.53305787,0.53305787,0.5289256,0.48347107,0.46280992,0.47933885,0.47933885,0.45867768,0.446281,0.44214877,0.44214877,0.45454547,0.45041323,0.45454547,0.45454547,0.47933885,0.5082645,0.5206612,0.5123967,0.5041322,0.49173555,0.4752066,0.45454547,0.42561984,0.34710744,0.3264463,0.3305785,0.3264463,0.35950413,0.35123968,0.35123968,0.35123968,0.3553719,0.3553719,0.3553719,0.35950413,0.35950413,0.5413223,0.5413223,0.56198347,0.57438016,0.5785124,0.57024795,0.5785124,0.59090906,0.6363636,0.59090906,0.55785125,0.607438,0.6363636,0.6404959,0.6570248,0.661157,0.6818182,0.6652893,0.6570248,0.6280992,0.62396693,0.607438,0.5785124,0.5413223,0.49173555,0.46280992,0.46694216,0.446281,0.43801653,0.43801653,0.41735536,0.4090909,0.4214876,0.41735536,0.3966942,0.40495867,0.42975205,0.42975205,0.4214876,0.41322315,0.41735536,0.46280992,0.49173555,0.5,0.49586776,0.5041322,0.49173555,0.4752066,0.46280992,0.42561984,0.36363637,0.32231405,0.33471075,0.3264463,0.3429752,0.35123968,0.35123968,0.338843,0.35950413,0.3553719,0.3553719,0.3553719,0.3553719,0.3553719,0.5371901,0.5289256,0.53305787,0.5495868,0.553719,0.5495868,0.55785125,0.58677685,0.607438,0.61157024,0.59504133,0.6280992,0.6404959,0.62396693,0.661157,0.6446281,0.661157,0.6528926,0.6446281,0.62396693,0.6322314,0.62396693,0.58677685,0.56198347,0.5082645,0.48347107,0.46694216,0.46280992,0.4338843,0.4338843,0.41735536,0.3966942,0.3966942,0.38429752,0.38429752,0.3966942,0.40082645,0.40082645,0.3966942,0.4090909,0.45867768,0.4876033,0.49173555,0.49173555,0.48347107,0.48347107,0.4752066,0.45867768,0.4338843,0.37603307,0.3181818,0.3140496,0.3305785,0.33471075,0.3429752,0.35123968,0.35123968,0.35123968,0.34710744,0.34710744,0.34710744,0.35123968,0.35123968,0.35123968,0.53305787,0.5371901,0.5289256,0.54545456,0.53305787,0.553719,0.5495868,0.5495868,0.58677685,0.6198347,0.60330576,0.6280992,0.6487603,0.6404959,0.661157,0.6487603,0.6487603,0.6487603,0.6528926,0.62396693,0.6280992,0.6280992,0.6198347,0.58677685,0.5661157,0.5661157,0.5165289,0.49586776,0.46694216,0.46694216,0.446281,0.42975205,0.4338843,0.4338843,0.446281,0.45041323,0.44214877,0.43801653,0.446281,0.46280992,0.48347107,0.49173555,0.48347107,0.48347107,0.4752066,0.46280992,0.45867768,0.44214877,0.38429752,0.3264463,0.3140496,0.3181818,0.3305785,0.338843,0.338843,0.35950413,0.35950413,0.34710744,0.34710744,0.35950413,0.35950413,0.35950413,0.35950413,0.3553719,0.5247934,0.5371901,0.5289256,0.5371901,0.53305787,0.553719,0.55785125,0.553719,0.59504133,0.59917355,0.59917355,0.6198347,0.62396693,0.6322314,0.6446281,0.6570248,0.6487603,0.6528926,0.677686,0.6487603,0.6570248,0.6694215,0.6694215,0.6446281,0.6404959,0.661157,0.6487603,0.60330576,0.57438016,0.55785125,0.5371901,0.5,0.5082645,0.5289256,0.5247934,0.5165289,0.5041322,0.49586776,0.5082645,0.5041322,0.49173555,0.48347107,0.4752066,0.47107437,0.46280992,0.446281,0.43801653,0.40495867,0.3305785,0.30578512,0.3181818,0.32231405,0.33471075,0.338843,0.3429752,0.35123968,0.34710744,0.34710744,0.338843,0.338843,0.3429752,0.3429752,0.34710744,0.34710744,0.5,0.5165289,0.5289256,0.5289256,0.5206612,0.553719,0.5495868,0.5661157,0.5785124,0.59504133,0.60330576,0.607438,0.607438,0.62396693,0.6198347,0.6363636,0.6446281,0.6652893,0.6983471,0.6859504,0.70247936,0.71487606,0.6983471,0.6983471,0.71487606,0.75206614,0.74793386,0.7355372,0.7066116,0.677686,0.6487603,0.61157024,0.607438,0.6280992,0.61570245,0.60330576,0.57024795,0.54545456,0.53305787,0.5289256,0.5082645,0.4752066,0.46280992,0.46694216,0.45454547,0.43801653,0.41735536,0.35123968,0.30165288,0.30578512,0.32231405,0.3305785,0.3305785,0.3305785,0.3429752,0.34710744,0.3429752,0.35123968,0.35123968,0.3553719,0.35123968,0.35123968,0.35123968,0.34710744,0.46694216,0.49173555,0.5206612,0.5289256,0.5165289,0.5413223,0.5495868,0.5413223,0.54545456,0.5661157,0.58264464,0.58677685,0.58264464,0.6322314,0.607438,0.607438,0.6322314,0.6652893,0.6942149,0.69008267,0.7231405,0.75206614,0.74380165,0.7355372,0.73140496,0.73140496,0.75619835,0.7644628,0.73966944,0.7231405,0.71487606,0.69008267,0.6735537,0.6859504,0.6652893,0.6404959,0.62396693,0.57438016,0.55785125,0.5371901,0.5082645,0.47933885,0.46694216,0.46694216,0.446281,0.41735536,0.36363637,0.30165288,0.30165288,0.3140496,0.3140496,0.3305785,0.33471075,0.3264463,0.338843,0.34710744,0.34710744,0.3553719,0.3553719,0.3553719,0.3553719,0.3553719,0.3553719,0.3553719,0.42975205,0.46280992,0.49173555,0.5123967,0.5247934,0.53305787,0.553719,0.553719,0.553719,0.5661157,0.57438016,0.55785125,0.56198347,0.62396693,0.6198347,0.61157024,0.6280992,0.661157,0.6942149,0.69008267,0.70247936,0.7355372,0.75206614,0.7107438,0.70247936,0.72727275,0.74380165,0.74380165,0.74380165,0.73140496,0.73140496,0.7107438,0.6735537,0.677686,0.661157,0.6404959,0.6446281,0.61570245,0.5661157,0.5495868,0.5371901,0.48347107,0.4752066,0.46280992,0.4338843,0.35950413,0.30578512,0.28512397,0.30578512,0.3140496,0.3181818,0.3305785,0.338843,0.3264463,0.3305785,0.338843,0.34710744,0.3553719,0.34710744,0.3429752,0.3429752,0.3429752,0.34710744,0.34710744,0.37603307,0.40495867,0.4338843,0.46694216,0.48347107,0.49586776,0.5123967,0.5247934,0.5247934,0.5413223,0.553719,0.5371901,0.54545456,0.61570245,0.6322314,0.6280992,0.6280992,0.6528926,0.6735537,0.6735537,0.6859504,0.6859504,0.7231405,0.69008267,0.70247936,0.74380165,0.73966944,0.73966944,0.74793386,0.72727275,0.71487606,0.6859504,0.6404959,0.6322314,0.6280992,0.6446281,0.6446281,0.61570245,0.53305787,0.5371901,0.5289256,0.47933885,0.47107437,0.47107437,0.38016528,0.2892562,0.28099173,0.29752067,0.30991736,0.3140496,0.3181818,0.33471075,0.3264463,0.3429752,0.338843,0.338843,0.3429752,0.34710744,0.34710744,0.3429752,0.3429752,0.3429752,0.3429752,0.3429752,3 +0.45454547,0.42975205,0.5371901,0.61157024,0.6528926,0.70247936,0.72727275,0.7355372,0.7355372,0.7355372,0.74380165,0.75206614,0.76033056,0.7644628,0.77272725,0.7768595,0.78099173,0.77272725,0.77272725,0.76033056,0.75619835,0.7644628,0.7644628,0.7644628,0.7644628,0.7768595,0.7892562,0.7933884,0.80991733,0.79752064,0.79752064,0.8016529,0.7892562,0.7892562,0.7933884,0.78512394,0.7892562,0.78512394,0.78099173,0.78512394,0.78099173,0.76033056,0.75619835,0.75206614,0.74380165,0.7355372,0.72727275,0.71487606,0.7066116,0.6983471,0.70247936,0.7107438,0.7107438,0.69008267,0.69008267,0.677686,0.6446281,0.60330576,0.56198347,0.53305787,0.5123967,0.49586776,0.48347107,0.4876033,0.45041323,0.4338843,0.5247934,0.59917355,0.6322314,0.6818182,0.71487606,0.73966944,0.7355372,0.7355372,0.74380165,0.74380165,0.75619835,0.77272725,0.78512394,0.7892562,0.78512394,0.7892562,0.78512394,0.78099173,0.76859504,0.7644628,0.76859504,0.77272725,0.7768595,0.7933884,0.79752064,0.8016529,0.8140496,0.8016529,0.79752064,0.80991733,0.78512394,0.8016529,0.8057851,0.79752064,0.79752064,0.79752064,0.7933884,0.79752064,0.7933884,0.7768595,0.76859504,0.76859504,0.75619835,0.73966944,0.74793386,0.7107438,0.71487606,0.7107438,0.7107438,0.7231405,0.7107438,0.6942149,0.677686,0.6652893,0.6280992,0.59504133,0.54545456,0.5206612,0.5041322,0.4876033,0.48347107,0.48347107,0.45867768,0.446281,0.5082645,0.5785124,0.607438,0.661157,0.7066116,0.72727275,0.7231405,0.7355372,0.74380165,0.75619835,0.7644628,0.77272725,0.79752064,0.8057851,0.7933884,0.79752064,0.7933884,0.7892562,0.7892562,0.7768595,0.78099173,0.7892562,0.7892562,0.79752064,0.8016529,0.80991733,0.8181818,0.80991733,0.79752064,0.80991733,0.79752064,0.8057851,0.80991733,0.8181818,0.8140496,0.8057851,0.8016529,0.8016529,0.79752064,0.78512394,0.78512394,0.77272725,0.76033056,0.74380165,0.73966944,0.73140496,0.72727275,0.7231405,0.71900827,0.7107438,0.6983471,0.6859504,0.6652893,0.6528926,0.61157024,0.57024795,0.5371901,0.5082645,0.49173555,0.47933885,0.47933885,0.47933885,0.49173555,0.45454547,0.48347107,0.56198347,0.58677685,0.6404959,0.6942149,0.72727275,0.73140496,0.72727275,0.75206614,0.7644628,0.76859504,0.7892562,0.8016529,0.80991733,0.80991733,0.80991733,0.8016529,0.8016529,0.8016529,0.7933884,0.79752064,0.79752064,0.7933884,0.79752064,0.8057851,0.8140496,0.8140496,0.8140496,0.80991733,0.80991733,0.80991733,0.8140496,0.8181818,0.822314,0.822314,0.8181818,0.80991733,0.8057851,0.8016529,0.78099173,0.7768595,0.7644628,0.75206614,0.75206614,0.73140496,0.71900827,0.71487606,0.71900827,0.71487606,0.6983471,0.6859504,0.677686,0.6528926,0.62396693,0.58677685,0.54545456,0.5289256,0.5041322,0.4876033,0.4752066,0.4752066,0.47107437,0.49173555,0.446281,0.45041323,0.553719,0.58264464,0.62396693,0.677686,0.7066116,0.72727275,0.71487606,0.73140496,0.7644628,0.76859504,0.78099173,0.8016529,0.8057851,0.80991733,0.8181818,0.80991733,0.8140496,0.80991733,0.8057851,0.80991733,0.80991733,0.8016529,0.8016529,0.8057851,0.80991733,0.80991733,0.80991733,0.80991733,0.8057851,0.80991733,0.8181818,0.822314,0.8181818,0.8181818,0.822314,0.8181818,0.8140496,0.79752064,0.78512394,0.77272725,0.7644628,0.74793386,0.74380165,0.73140496,0.7231405,0.72727275,0.71487606,0.7066116,0.69008267,0.6735537,0.6652893,0.6280992,0.59504133,0.55785125,0.5371901,0.5165289,0.4876033,0.4876033,0.4752066,0.46694216,0.46280992,0.49586776,0.45867768,0.44214877,0.5413223,0.5785124,0.60330576,0.661157,0.69008267,0.72727275,0.71900827,0.7231405,0.76033056,0.76859504,0.76859504,0.7892562,0.8016529,0.80991733,0.8181818,0.80991733,0.80991733,0.80991733,0.80991733,0.8181818,0.8140496,0.80991733,0.8016529,0.8057851,0.8057851,0.8016529,0.7933884,0.79752064,0.8016529,0.80991733,0.8140496,0.822314,0.79752064,0.80991733,0.80991733,0.8057851,0.8057851,0.78099173,0.78099173,0.76859504,0.76033056,0.74380165,0.74380165,0.7355372,0.7231405,0.7231405,0.71487606,0.70247936,0.6818182,0.6652893,0.6446281,0.61157024,0.58264464,0.54545456,0.5289256,0.49586776,0.4876033,0.48347107,0.46694216,0.46280992,0.46280992,0.5,0.48347107,0.45867768,0.5206612,0.57024795,0.59090906,0.6570248,0.70247936,0.73140496,0.7231405,0.71487606,0.75206614,0.76859504,0.7768595,0.7768595,0.7892562,0.8016529,0.8057851,0.8016529,0.79752064,0.8016529,0.8016529,0.8140496,0.8181818,0.8057851,0.79752064,0.79752064,0.8016529,0.79752064,0.7892562,0.78512394,0.8016529,0.79752064,0.8057851,0.79752064,0.8016529,0.7933884,0.7892562,0.7892562,0.7892562,0.77272725,0.7644628,0.76033056,0.75206614,0.74793386,0.7355372,0.7355372,0.72727275,0.72727275,0.7107438,0.6983471,0.6859504,0.6652893,0.6363636,0.61157024,0.58677685,0.5495868,0.5206612,0.49586776,0.47933885,0.46694216,0.46280992,0.46280992,0.47107437,0.5,0.4752066,0.446281,0.5165289,0.56198347,0.59504133,0.661157,0.7107438,0.73140496,0.72727275,0.71900827,0.74380165,0.7644628,0.77272725,0.76859504,0.78512394,0.7933884,0.7933884,0.7933884,0.7933884,0.79752064,0.78512394,0.7933884,0.8057851,0.79752064,0.7892562,0.7892562,0.7892562,0.7892562,0.78099173,0.77272725,0.77272725,0.78099173,0.77272725,0.78099173,0.78512394,0.77272725,0.7644628,0.77272725,0.76859504,0.76033056,0.75206614,0.73966944,0.7231405,0.71900827,0.70247936,0.7066116,0.71900827,0.70247936,0.6942149,0.69008267,0.677686,0.6652893,0.6363636,0.6198347,0.607438,0.5661157,0.5247934,0.49173555,0.47107437,0.46280992,0.46280992,0.47107437,0.46694216,0.4876033,0.46694216,0.44214877,0.5,0.55785125,0.59917355,0.6735537,0.71900827,0.72727275,0.7355372,0.71487606,0.72727275,0.74793386,0.74793386,0.74793386,0.7644628,0.76859504,0.7644628,0.7644628,0.77272725,0.7768595,0.7644628,0.75619835,0.78512394,0.7768595,0.77272725,0.7768595,0.7768595,0.76859504,0.75619835,0.74793386,0.74793386,0.76033056,0.75619835,0.73966944,0.73966944,0.7355372,0.7355372,0.73140496,0.71900827,0.7107438,0.6942149,0.677686,0.6487603,0.6446281,0.6322314,0.6487603,0.6487603,0.6404959,0.6446281,0.6570248,0.6528926,0.6487603,0.6404959,0.6322314,0.6280992,0.59504133,0.5413223,0.49173555,0.47107437,0.46280992,0.45454547,0.46280992,0.46280992,0.48347107,0.46280992,0.42975205,0.48347107,0.54545456,0.60330576,0.677686,0.7107438,0.70247936,0.6942149,0.661157,0.6652893,0.6818182,0.661157,0.6570248,0.677686,0.677686,0.6694215,0.677686,0.7066116,0.71487606,0.71487606,0.72727275,0.74380165,0.75206614,0.74793386,0.75619835,0.75619835,0.73966944,0.7355372,0.7231405,0.71487606,0.71487606,0.71900827,0.70247936,0.677686,0.6570248,0.661157,0.6404959,0.62396693,0.61157024,0.59504133,0.57438016,0.5413223,0.53305787,0.5371901,0.553719,0.553719,0.5289256,0.56198347,0.60330576,0.607438,0.59504133,0.60330576,0.60330576,0.607438,0.607438,0.57438016,0.5165289,0.4752066,0.47107437,0.46694216,0.46694216,0.46280992,0.5,0.48347107,0.43801653,0.4752066,0.54545456,0.61157024,0.6694215,0.6818182,0.6570248,0.6198347,0.61570245,0.57438016,0.5661157,0.5785124,0.57024795,0.56198347,0.5413223,0.53305787,0.56198347,0.58264464,0.6280992,0.6446281,0.6735537,0.6652893,0.71900827,0.7231405,0.71487606,0.73140496,0.7231405,0.7066116,0.6983471,0.6859504,0.6735537,0.6652893,0.6570248,0.6280992,0.59504133,0.57438016,0.5371901,0.5206612,0.5206612,0.49586776,0.47107437,0.45454547,0.42975205,0.42975205,0.43801653,0.43801653,0.43801653,0.46280992,0.5289256,0.5247934,0.5082645,0.54545456,0.553719,0.5495868,0.54545456,0.553719,0.5289256,0.46694216,0.46280992,0.45867768,0.47107437,0.46694216,0.5041322,0.49173555,0.44214877,0.45867768,0.54545456,0.59917355,0.6280992,0.6198347,0.58677685,0.5413223,0.5165289,0.4876033,0.49173555,0.5123967,0.5123967,0.48347107,0.4876033,0.47933885,0.5,0.5082645,0.5495868,0.57438016,0.62396693,0.61157024,0.6735537,0.6735537,0.6652893,0.6983471,0.6818182,0.6570248,0.6528926,0.6570248,0.6363636,0.61570245,0.59090906,0.5785124,0.55785125,0.5082645,0.4876033,0.46280992,0.45041323,0.42975205,0.40082645,0.38016528,0.3677686,0.36363637,0.35123968,0.37190083,0.3966942,0.42561984,0.47933885,0.49173555,0.46694216,0.4876033,0.49173555,0.49586776,0.5041322,0.5165289,0.5041322,0.46694216,0.46694216,0.46280992,0.47107437,0.4752066,0.5041322,0.49173555,0.4338843,0.446281,0.5289256,0.56198347,0.553719,0.53305787,0.5165289,0.48347107,0.45041323,0.37603307,0.39256197,0.4090909,0.42975205,0.43801653,0.45041323,0.45867768,0.47107437,0.47107437,0.4876033,0.5165289,0.5661157,0.58264464,0.59504133,0.6322314,0.6322314,0.6487603,0.6363636,0.61157024,0.607438,0.61157024,0.58677685,0.5661157,0.5413223,0.5247934,0.49173555,0.46694216,0.46694216,0.43801653,0.4214876,0.4214876,0.40082645,0.38016528,0.38842976,0.3966942,0.40495867,0.4214876,0.41735536,0.45041323,0.47107437,0.46280992,0.46280992,0.47107437,0.48347107,0.47107437,0.47107437,0.48347107,0.47933885,0.45867768,0.45454547,0.47107437,0.4752066,0.48347107,0.5041322,0.49173555,0.42561984,0.4338843,0.5041322,0.5289256,0.5206612,0.49586776,0.49586776,0.47933885,0.45041323,0.38842976,0.38842976,0.40495867,0.40495867,0.41322315,0.41322315,0.42561984,0.4338843,0.44214877,0.45454547,0.46280992,0.5082645,0.5371901,0.55785125,0.59504133,0.6198347,0.6198347,0.62396693,0.60330576,0.59090906,0.5785124,0.5495868,0.5247934,0.5041322,0.47107437,0.42975205,0.42975205,0.44214877,0.4214876,0.3966942,0.38842976,0.36363637,0.3305785,0.3305785,0.33471075,0.37190083,0.38429752,0.41322315,0.42975205,0.45041323,0.45867768,0.46280992,0.47107437,0.47933885,0.46280992,0.46694216,0.46694216,0.45867768,0.45041323,0.45041323,0.46694216,0.48347107,0.4876033,0.5247934,0.5165289,0.44214877,0.41322315,0.49586776,0.5289256,0.5247934,0.5123967,0.49586776,0.49586776,0.4876033,0.4338843,0.4090909,0.39256197,0.35950413,0.33471075,0.30991736,0.30165288,0.30991736,0.3429752,0.38016528,0.41735536,0.45867768,0.48347107,0.5206612,0.57024795,0.6198347,0.6404959,0.6570248,0.6404959,0.60330576,0.5661157,0.5206612,0.4876033,0.46694216,0.42975205,0.40082645,0.39256197,0.40082645,0.38016528,0.35950413,0.3264463,0.2892562,0.29338843,0.28512397,0.29338843,0.3305785,0.30991736,0.3181818,0.3305785,0.3553719,0.37603307,0.40082645,0.4338843,0.446281,0.45454547,0.46280992,0.46280992,0.45041323,0.45454547,0.46280992,0.46280992,0.49586776,0.47933885,0.54545456,0.54545456,0.5082645,0.40495867,0.47933885,0.5247934,0.5123967,0.5,0.5,0.45867768,0.41735536,0.3677686,0.338843,0.338843,0.3140496,0.2892562,0.2644628,0.24793388,0.26859504,0.26859504,0.28512397,0.338843,0.38842976,0.42561984,0.46694216,0.57438016,0.6694215,0.7231405,0.72727275,0.70247936,0.6528926,0.59090906,0.5123967,0.45867768,0.41322315,0.39256197,0.38016528,0.38842976,0.38842976,0.37190083,0.35123968,0.3305785,0.3305785,0.32231405,0.32231405,0.28099173,0.2644628,0.23553719,0.24793388,0.28512397,0.29752067,0.3181818,0.34710744,0.34710744,0.37603307,0.41322315,0.45867768,0.45867768,0.46280992,0.46280992,0.4752066,0.47107437,0.49586776,0.48347107,0.57438016,0.57438016,0.5247934,0.4090909,0.4752066,0.5413223,0.5082645,0.49586776,0.43801653,0.38429752,0.37190083,0.3305785,0.32231405,0.3264463,0.2520661,0.2644628,0.24380165,0.1983471,0.22727273,0.2768595,0.3181818,0.3429752,0.37190083,0.40082645,0.41322315,0.607438,0.73140496,0.7768595,0.78099173,0.75206614,0.7066116,0.6446281,0.54545456,0.45041323,0.40082645,0.37603307,0.38842976,0.38429752,0.39256197,0.37603307,0.38429752,0.35950413,0.3553719,0.4214876,0.45041323,0.33471075,0.32231405,0.24793388,0.21900827,0.23553719,0.24793388,0.32231405,0.3140496,0.30991736,0.32231405,0.34710744,0.42561984,0.45867768,0.47933885,0.48347107,0.48347107,0.4876033,0.4876033,0.48347107,0.58677685,0.5785124,0.40495867,0.36363637,0.4876033,0.5785124,0.5247934,0.49586776,0.41322315,0.39256197,0.3429752,0.29752067,0.44214877,0.45867768,0.29752067,0.27272728,0.26859504,0.21900827,0.24380165,0.30165288,0.3677686,0.35123968,0.38016528,0.4214876,0.40495867,0.6446281,0.76033056,0.7933884,0.8016529,0.77272725,0.73140496,0.6735537,0.58264464,0.47933885,0.42561984,0.39256197,0.3966942,0.41735536,0.45041323,0.39256197,0.37190083,0.3264463,0.42561984,0.5289256,0.5495868,0.39256197,0.29752067,0.23553719,0.2231405,0.23966943,0.30165288,0.40082645,0.32231405,0.26859504,0.29338843,0.3181818,0.38429752,0.446281,0.4752066,0.49586776,0.5,0.5041322,0.5,0.4876033,0.59090906,0.59090906,0.35950413,0.3181818,0.48347107,0.59090906,0.55785125,0.5,0.44214877,0.37190083,0.2892562,0.338843,0.4876033,0.5371901,0.37603307,0.2892562,0.24380165,0.2644628,0.2892562,0.3429752,0.3966942,0.35950413,0.38016528,0.4338843,0.4752066,0.6818182,0.76859504,0.8016529,0.8140496,0.7768595,0.75206614,0.70247936,0.6198347,0.5371901,0.4752066,0.43801653,0.42561984,0.43801653,0.45867768,0.40495867,0.39256197,0.3677686,0.4338843,0.5247934,0.57024795,0.46280992,0.35123968,0.30165288,0.2768595,0.29338843,0.38016528,0.4338843,0.3966942,0.3305785,0.34710744,0.3429752,0.38429752,0.42975205,0.47107437,0.5082645,0.5289256,0.5371901,0.5206612,0.5,0.61570245,0.61570245,0.38842976,0.3305785,0.4752066,0.60330576,0.58264464,0.5206612,0.46694216,0.40495867,0.38016528,0.40082645,0.47933885,0.55785125,0.45454547,0.40495867,0.34710744,0.37603307,0.39256197,0.4090909,0.42561984,0.41322315,0.42975205,0.4752066,0.56198347,0.71487606,0.7768595,0.80991733,0.8140496,0.7933884,0.7768595,0.73140496,0.6446281,0.56198347,0.53305787,0.5165289,0.5041322,0.4876033,0.46280992,0.4752066,0.45867768,0.45041323,0.45454547,0.4876033,0.5165289,0.5,0.43801653,0.4214876,0.41735536,0.40495867,0.45041323,0.46694216,0.45867768,0.43801653,0.45041323,0.43801653,0.45041323,0.4876033,0.5123967,0.5413223,0.56198347,0.55785125,0.53305787,0.5123967,0.6528926,0.6570248,0.47933885,0.35950413,0.4752066,0.6363636,0.6570248,0.60330576,0.55785125,0.5123967,0.5082645,0.5123967,0.5206612,0.5371901,0.54545456,0.5041322,0.49173555,0.48347107,0.47933885,0.45867768,0.45041323,0.43801653,0.4876033,0.58677685,0.6322314,0.7107438,0.78512394,0.8264463,0.8140496,0.7933884,0.77272725,0.7107438,0.6280992,0.5785124,0.57024795,0.58677685,0.59090906,0.5661157,0.5082645,0.48347107,0.47107437,0.47933885,0.47933885,0.49586776,0.5082645,0.5082645,0.5082645,0.5082645,0.5123967,0.5082645,0.5165289,0.5206612,0.5123967,0.5082645,0.5165289,0.5041322,0.5247934,0.54545456,0.5661157,0.5785124,0.58264464,0.57024795,0.553719,0.5206612,0.70247936,0.70247936,0.5413223,0.42561984,0.5165289,0.6446281,0.71487606,0.71900827,0.677686,0.61570245,0.59504133,0.60330576,0.60330576,0.59504133,0.59504133,0.56198347,0.53305787,0.5,0.4876033,0.4876033,0.4876033,0.5041322,0.58677685,0.6446281,0.6487603,0.7066116,0.77272725,0.8305785,0.8264463,0.79752064,0.7644628,0.6942149,0.61570245,0.58677685,0.58264464,0.607438,0.6280992,0.6198347,0.58677685,0.54545456,0.5206612,0.53305787,0.5041322,0.5082645,0.5082645,0.5082645,0.5206612,0.5206612,0.5247934,0.5371901,0.5413223,0.5413223,0.5247934,0.5371901,0.53305787,0.55785125,0.58264464,0.59504133,0.61157024,0.607438,0.5785124,0.5661157,0.55785125,0.5165289,0.6983471,0.6983471,0.54545456,0.45454547,0.59917355,0.6570248,0.73966944,0.76033056,0.7355372,0.6694215,0.61157024,0.60330576,0.59504133,0.57024795,0.54545456,0.54545456,0.5,0.5206612,0.54545456,0.5785124,0.607438,0.6404959,0.661157,0.6735537,0.6652893,0.69008267,0.76859504,0.8140496,0.8264463,0.78512394,0.74380165,0.6735537,0.60330576,0.59090906,0.59504133,0.607438,0.6198347,0.62396693,0.61570245,0.58677685,0.58264464,0.60330576,0.58264464,0.5785124,0.553719,0.5247934,0.5082645,0.5,0.49173555,0.48347107,0.48347107,0.5,0.5082645,0.5123967,0.5413223,0.5495868,0.58264464,0.607438,0.6363636,0.6280992,0.60330576,0.58264464,0.56198347,0.5206612,0.6818182,0.6818182,0.56198347,0.5289256,0.6528926,0.677686,0.74380165,0.75619835,0.74380165,0.6942149,0.6322314,0.60330576,0.58264464,0.56198347,0.55785125,0.58677685,0.59504133,0.6322314,0.6570248,0.69008267,0.6983471,0.6859504,0.6818182,0.6818182,0.6694215,0.70247936,0.75206614,0.8057851,0.8140496,0.7768595,0.70247936,0.6528926,0.59504133,0.58677685,0.59504133,0.60330576,0.607438,0.61157024,0.61157024,0.59090906,0.60330576,0.6280992,0.6280992,0.6487603,0.6404959,0.61570245,0.58677685,0.56198347,0.54545456,0.54545456,0.5413223,0.54545456,0.553719,0.58264464,0.6363636,0.6404959,0.6446281,0.6363636,0.62396693,0.6280992,0.6198347,0.59090906,0.57024795,0.53305787,0.6528926,0.6487603,0.6322314,0.61570245,0.6694215,0.6818182,0.74793386,0.74793386,0.75619835,0.74380165,0.7107438,0.69008267,0.6694215,0.661157,0.6487603,0.6818182,0.69008267,0.71487606,0.7355372,0.7231405,0.6983471,0.6818182,0.6735537,0.6818182,0.6652893,0.6859504,0.73966944,0.80991733,0.79752064,0.7644628,0.6652893,0.6322314,0.59504133,0.5785124,0.58264464,0.59504133,0.59504133,0.59504133,0.60330576,0.59504133,0.59917355,0.6404959,0.6528926,0.677686,0.69008267,0.6983471,0.677686,0.661157,0.6363636,0.6322314,0.6322314,0.6280992,0.6404959,0.6694215,0.6859504,0.69008267,0.6818182,0.661157,0.6363636,0.6363636,0.62396693,0.59917355,0.57024795,0.53305787,0.57024795,0.5661157,0.6694215,0.6735537,0.661157,0.6818182,0.7355372,0.75619835,0.76859504,0.77272725,0.76859504,0.76859504,0.76033056,0.74793386,0.71900827,0.71900827,0.73966944,0.73966944,0.73140496,0.7066116,0.6859504,0.677686,0.6735537,0.6735537,0.6735537,0.6859504,0.73966944,0.838843,0.8140496,0.76033056,0.6570248,0.6322314,0.60330576,0.58677685,0.57024795,0.57438016,0.58264464,0.59090906,0.59917355,0.59504133,0.62396693,0.6570248,0.677686,0.6942149,0.70247936,0.71900827,0.7231405,0.72727275,0.7107438,0.6942149,0.69008267,0.677686,0.69008267,0.7107438,0.70247936,0.71487606,0.69008267,0.6652893,0.6487603,0.6404959,0.6322314,0.607438,0.5661157,0.5206612,0.48347107,0.48347107,0.6446281,0.6652893,0.6570248,0.6818182,0.7231405,0.75206614,0.7644628,0.76859504,0.7768595,0.7768595,0.77272725,0.76033056,0.76033056,0.75206614,0.76033056,0.74380165,0.73966944,0.7066116,0.6859504,0.6859504,0.677686,0.6694215,0.6735537,0.69008267,0.74793386,0.8471074,0.822314,0.7644628,0.69008267,0.6570248,0.6322314,0.59917355,0.57024795,0.55785125,0.5495868,0.5661157,0.58264464,0.59917355,0.6322314,0.6570248,0.70247936,0.71487606,0.72727275,0.74380165,0.74380165,0.74380165,0.73966944,0.73140496,0.72727275,0.71487606,0.7066116,0.71487606,0.6983471,0.70247936,0.6859504,0.6694215,0.6570248,0.6404959,0.6280992,0.60330576,0.56198347,0.5165289,0.45041323,0.45041323,0.59504133,0.6735537,0.6322314,0.6652893,0.71487606,0.72727275,0.74793386,0.75206614,0.7644628,0.76033056,0.7644628,0.7644628,0.7644628,0.77272725,0.76033056,0.74380165,0.74380165,0.71900827,0.69008267,0.677686,0.6652893,0.6652893,0.6735537,0.69008267,0.75206614,0.8305785,0.8016529,0.75619835,0.71900827,0.6818182,0.661157,0.61570245,0.58264464,0.57024795,0.55785125,0.5413223,0.5413223,0.58677685,0.6280992,0.6487603,0.6983471,0.7231405,0.7231405,0.7355372,0.75206614,0.75206614,0.74380165,0.73966944,0.73140496,0.72727275,0.71487606,0.71900827,0.6983471,0.6983471,0.69008267,0.6735537,0.6487603,0.6322314,0.61157024,0.58264464,0.5413223,0.49586776,0.44214877,0.44214877,0.5371901,0.6859504,0.6198347,0.6487603,0.70247936,0.7231405,0.7355372,0.74793386,0.74793386,0.7644628,0.76859504,0.76859504,0.77272725,0.7768595,0.76859504,0.75619835,0.7355372,0.71900827,0.69008267,0.6528926,0.6528926,0.661157,0.677686,0.6942149,0.74793386,0.79752064,0.7768595,0.7355372,0.72727275,0.6983471,0.6818182,0.6198347,0.58677685,0.58264464,0.60330576,0.59090906,0.553719,0.5413223,0.58264464,0.607438,0.6694215,0.7107438,0.7066116,0.71900827,0.73966944,0.74380165,0.74793386,0.7355372,0.7231405,0.71487606,0.71900827,0.7231405,0.6983471,0.6859504,0.6942149,0.677686,0.6528926,0.62396693,0.59504133,0.56198347,0.5206612,0.46694216,0.45867768,0.45867768,0.5041322,0.6570248,0.6280992,0.62396693,0.6818182,0.7066116,0.73140496,0.74793386,0.74380165,0.7644628,0.76859504,0.77272725,0.77272725,0.76859504,0.76033056,0.74380165,0.72727275,0.7066116,0.661157,0.6404959,0.6570248,0.6652893,0.6818182,0.6983471,0.7355372,0.76033056,0.75206614,0.7231405,0.7231405,0.7107438,0.6942149,0.6280992,0.57438016,0.5785124,0.61570245,0.61157024,0.59090906,0.5495868,0.49586776,0.5413223,0.61570245,0.661157,0.6735537,0.71487606,0.72727275,0.7355372,0.7355372,0.7231405,0.7107438,0.70247936,0.7066116,0.7066116,0.6818182,0.6735537,0.6735537,0.6652893,0.6322314,0.60330576,0.57438016,0.5371901,0.5041322,0.46280992,0.49586776,0.49586776,0.46694216,0.60330576,0.6694215,0.6198347,0.6652893,0.70247936,0.73140496,0.74380165,0.73140496,0.74380165,0.7644628,0.7644628,0.76033056,0.74793386,0.74380165,0.72727275,0.7066116,0.661157,0.61157024,0.6446281,0.6487603,0.6570248,0.6859504,0.7107438,0.73140496,0.73966944,0.7355372,0.73140496,0.7107438,0.6983471,0.661157,0.58677685,0.5413223,0.55785125,0.57438016,0.57438016,0.5661157,0.54545456,0.46280992,0.4752066,0.5495868,0.59504133,0.6404959,0.6859504,0.70247936,0.7107438,0.7066116,0.6942149,0.69008267,0.69008267,0.6859504,0.6735537,0.6652893,0.6446281,0.6446281,0.6322314,0.60330576,0.5785124,0.54545456,0.5247934,0.48347107,0.45867768,0.5041322,0.5041322,0.46694216,0.5495868,0.6983471,0.61157024,0.6652893,0.7107438,0.71487606,0.7355372,0.7231405,0.7355372,0.74380165,0.74380165,0.73966944,0.72727275,0.71900827,0.6818182,0.6404959,0.5661157,0.59090906,0.6446281,0.61157024,0.6198347,0.6570248,0.6983471,0.72727275,0.72727275,0.71487606,0.71487606,0.6942149,0.6404959,0.5785124,0.5041322,0.48347107,0.5082645,0.5247934,0.5206612,0.5123967,0.5,0.4214876,0.45867768,0.5371901,0.55785125,0.58677685,0.61157024,0.661157,0.677686,0.6735537,0.6694215,0.6652893,0.661157,0.6528926,0.6487603,0.6404959,0.6198347,0.607438,0.59090906,0.5661157,0.553719,0.5247934,0.5,0.47107437,0.45041323,0.5,0.5,0.46694216,0.47933885,0.6859504,0.6280992,0.6570248,0.6859504,0.6983471,0.7107438,0.71487606,0.72727275,0.72727275,0.73140496,0.7231405,0.7107438,0.6859504,0.6198347,0.55785125,0.5206612,0.59090906,0.6198347,0.57024795,0.5371901,0.58264464,0.6528926,0.69008267,0.6942149,0.6818182,0.6694215,0.6404959,0.55785125,0.47107437,0.42561984,0.41322315,0.41322315,0.4338843,0.45454547,0.46280992,0.44214877,0.4090909,0.46694216,0.56198347,0.58264464,0.5661157,0.553719,0.59090906,0.6280992,0.6487603,0.6570248,0.6446281,0.6363636,0.62396693,0.6280992,0.62396693,0.58677685,0.58264464,0.55785125,0.5495868,0.5206612,0.5041322,0.4876033,0.46280992,0.44214877,0.49586776,0.49586776,0.49173555,0.44214877,0.6487603,0.6694215,0.6363636,0.6735537,0.6735537,0.69008267,0.6942149,0.6983471,0.70247936,0.6983471,0.6859504,0.6694215,0.61570245,0.54545456,0.5206612,0.57024795,0.607438,0.56198347,0.5,0.42975205,0.45041323,0.5413223,0.58677685,0.61157024,0.61157024,0.59917355,0.5371901,0.45454547,0.40082645,0.34710744,0.30165288,0.28512397,0.3181818,0.36363637,0.40495867,0.41322315,0.4214876,0.48347107,0.56198347,0.607438,0.60330576,0.553719,0.5247934,0.55785125,0.60330576,0.62396693,0.6280992,0.6198347,0.59917355,0.59090906,0.58264464,0.5661157,0.56198347,0.5413223,0.53305787,0.5123967,0.48347107,0.48347107,0.45454547,0.43801653,0.5,0.5,0.4876033,0.446281,0.59917355,0.6983471,0.59090906,0.6404959,0.6446281,0.661157,0.6652893,0.6735537,0.6735537,0.661157,0.6404959,0.61157024,0.5495868,0.5082645,0.5495868,0.6280992,0.6528926,0.57438016,0.446281,0.338843,0.3305785,0.3966942,0.46694216,0.49586776,0.49173555,0.4876033,0.45041323,0.40082645,0.35123968,0.30578512,0.3264463,0.32231405,0.32231405,0.35123968,0.39256197,0.42975205,0.446281,0.47933885,0.53305787,0.59090906,0.60330576,0.5785124,0.5371901,0.5041322,0.5413223,0.57438016,0.59504133,0.59917355,0.58264464,0.56198347,0.55785125,0.54545456,0.54545456,0.5247934,0.5041322,0.47933885,0.48347107,0.47107437,0.45867768,0.44214877,0.49586776,0.49586776,0.49173555,0.46280992,0.5165289,0.661157,0.57024795,0.59917355,0.607438,0.6322314,0.6280992,0.6322314,0.6322314,0.6322314,0.59917355,0.553719,0.49586776,0.5123967,0.607438,0.6404959,0.6528926,0.6322314,0.5123967,0.3966942,0.3677686,0.37603307,0.42561984,0.42561984,0.41322315,0.4090909,0.40082645,0.38429752,0.38016528,0.37190083,0.3966942,0.39256197,0.3966942,0.41735536,0.446281,0.46280992,0.47107437,0.4876033,0.5247934,0.5785124,0.58677685,0.5785124,0.5661157,0.54545456,0.49586776,0.5289256,0.57438016,0.59090906,0.56198347,0.5413223,0.5371901,0.5289256,0.5165289,0.5,0.5,0.47107437,0.49586776,0.46694216,0.46280992,0.446281,0.49173555,0.49173555,0.4876033,0.48347107,0.4752066,0.5413223,0.5495868,0.553719,0.57024795,0.60330576,0.59917355,0.59917355,0.59504133,0.59090906,0.5661157,0.5165289,0.4876033,0.5661157,0.6487603,0.6570248,0.6363636,0.6528926,0.55785125,0.4752066,0.43801653,0.446281,0.45041323,0.43801653,0.4214876,0.41322315,0.4090909,0.4090909,0.40495867,0.41735536,0.43801653,0.44214877,0.446281,0.45867768,0.46694216,0.4752066,0.4876033,0.4876033,0.5206612,0.55785125,0.57024795,0.5785124,0.58264464,0.5785124,0.54545456,0.5041322,0.53305787,0.55785125,0.553719,0.5371901,0.5123967,0.5165289,0.5041322,0.5082645,0.4752066,0.4876033,0.49173555,0.46694216,0.46280992,0.44214877,0.4876033,0.4876033,0.48347107,0.4876033,0.48347107,0.4752066,0.5165289,0.5247934,0.5413223,0.57438016,0.5785124,0.5785124,0.56198347,0.55785125,0.53305787,0.5,0.5289256,0.61157024,0.6363636,0.6322314,0.61570245,0.6404959,0.607438,0.5165289,0.4876033,0.48347107,0.49173555,0.46694216,0.44214877,0.446281,0.46280992,0.45867768,0.44214877,0.46280992,0.45867768,0.47933885,0.47107437,0.4876033,0.5,0.5041322,0.49173555,0.48347107,0.5082645,0.5371901,0.55785125,0.57438016,0.59917355,0.59917355,0.58677685,0.5495868,0.5165289,0.5413223,0.5495868,0.5413223,0.5247934,0.5123967,0.5082645,0.49586776,0.48347107,0.4876033,0.48347107,0.46694216,0.45867768,0.43801653,0.47933885,0.47933885,0.4876033,0.49173555,0.4876033,0.47107437,0.48347107,0.5247934,0.5123967,0.5413223,0.5413223,0.56198347,0.5495868,0.5495868,0.5247934,0.5082645,0.5785124,0.61570245,0.607438,0.607438,0.61570245,0.62396693,0.6487603,0.59090906,0.5495868,0.5247934,0.5289256,0.5041322,0.47933885,0.4876033,0.5,0.49586776,0.4876033,0.5082645,0.5,0.5041322,0.5,0.5082645,0.5289256,0.5371901,0.5247934,0.5165289,0.53305787,0.53305787,0.5371901,0.55785125,0.5785124,0.59504133,0.58264464,0.58264464,0.55785125,0.5289256,0.55785125,0.553719,0.53305787,0.5206612,0.5041322,0.5,0.48347107,0.48347107,0.4752066,0.46694216,0.45041323,0.43801653,0.48347107,0.48347107,0.4876033,0.4876033,0.48347107,0.48347107,0.46280992,0.5206612,0.5041322,0.49586776,0.5371901,0.53305787,0.55785125,0.55785125,0.5289256,0.5247934,0.59504133,0.59090906,0.58264464,0.59504133,0.61157024,0.6363636,0.6694215,0.661157,0.6322314,0.60330576,0.57438016,0.5495868,0.53305787,0.5247934,0.5123967,0.5123967,0.5247934,0.5289256,0.5289256,0.5206612,0.5371901,0.5371901,0.54545456,0.553719,0.553719,0.5495868,0.56198347,0.553719,0.53305787,0.5247934,0.49586776,0.48347107,0.5206612,0.553719,0.55785125,0.54545456,0.55785125,0.55785125,0.5371901,0.5123967,0.5041322,0.4876033,0.47933885,0.47107437,0.46280992,0.46694216,0.45041323,0.42561984,0.47933885,0.47933885,0.47933885,0.47933885,0.4752066,0.47933885,0.4752066,0.49586776,0.5082645,0.4876033,0.5371901,0.5371901,0.5661157,0.5661157,0.53305787,0.5289256,0.54545456,0.5413223,0.553719,0.59090906,0.62396693,0.6446281,0.677686,0.6735537,0.677686,0.6528926,0.61157024,0.58264464,0.56198347,0.5495868,0.5371901,0.5247934,0.5247934,0.5165289,0.5165289,0.5041322,0.5123967,0.5206612,0.5123967,0.5165289,0.5247934,0.5371901,0.553719,0.54545456,0.5206612,0.5082645,0.45867768,0.42561984,0.4752066,0.5247934,0.55785125,0.5785124,0.58264464,0.57024795,0.5413223,0.5165289,0.5041322,0.48347107,0.46694216,0.45454547,0.46694216,0.46694216,0.446281,0.4338843,0.48347107,0.48347107,0.48347107,0.47933885,0.4752066,0.4752066,0.47933885,0.47107437,0.5289256,0.49173555,0.5165289,0.5371901,0.5495868,0.58264464,0.56198347,0.5413223,0.5247934,0.4876033,0.49586776,0.553719,0.59917355,0.59917355,0.61570245,0.61570245,0.6198347,0.59917355,0.5661157,0.5371901,0.5247934,0.5082645,0.49173555,0.47933885,0.47107437,0.46694216,0.47107437,0.46280992,0.46280992,0.47107437,0.45867768,0.446281,0.43801653,0.44214877,0.446281,0.446281,0.42975205,0.41322315,0.36363637,0.33471075,0.41735536,0.49586776,0.553719,0.59917355,0.59504133,0.58264464,0.55785125,0.5165289,0.5,0.47933885,0.45454547,0.46280992,0.45867768,0.46694216,0.44214877,0.4338843,0.48347107,0.48347107,0.48347107,0.47933885,0.4752066,0.4752066,0.47933885,0.45454547,0.5082645,0.5247934,0.5041322,0.5413223,0.57438016,0.59917355,0.59504133,0.5661157,0.5206612,0.446281,0.4338843,0.47107437,0.5,0.49173555,0.47933885,0.49586776,0.4876033,0.49173555,0.46280992,0.4338843,0.44214877,0.4338843,0.41735536,0.4090909,0.41735536,0.41735536,0.42975205,0.4214876,0.34710744,0.40495867,0.4214876,0.38429752,0.35950413,0.38016528,0.36363637,0.3305785,0.28512397,0.22727273,0.20247933,0.21900827,0.39256197,0.48347107,0.54545456,0.60330576,0.61570245,0.59917355,0.5661157,0.5247934,0.49173555,0.4752066,0.45041323,0.45867768,0.46694216,0.45867768,0.446281,0.4338843,0.49173555,0.49173555,0.4876033,0.47933885,0.47933885,0.47933885,0.47933885,0.45867768,0.4752066,0.5371901,0.5247934,0.5247934,0.56198347,0.61157024,0.6280992,0.61157024,0.55785125,0.46280992,0.41735536,0.35123968,0.3181818,0.3264463,0.24380165,0.40082645,0.4090909,0.44214877,0.45867768,0.37603307,0.43801653,0.4876033,0.49173555,0.42561984,0.446281,0.5123967,0.5495868,0.5289256,0.3305785,0.41322315,0.5123967,0.45041323,0.38016528,0.47107437,0.38429752,0.24793388,0.19008264,0.17768595,0.22727273,0.30165288,0.45867768,0.5413223,0.59090906,0.6322314,0.6446281,0.61157024,0.56198347,0.5123967,0.47933885,0.46280992,0.43801653,0.46280992,0.47107437,0.45041323,0.44214877,0.41735536,0.47933885,0.47933885,0.47933885,0.47107437,0.4752066,0.47933885,0.4752066,0.4752066,0.45041323,0.5289256,0.54545456,0.5165289,0.53305787,0.59090906,0.6280992,0.6322314,0.59917355,0.53305787,0.49586776,0.40082645,0.32231405,0.27272728,0.11157025,0.30165288,0.4752066,0.5082645,0.5371901,0.4338843,0.5041322,0.6198347,0.6487603,0.56198347,0.5495868,0.6528926,0.6528926,0.62396693,0.41735536,0.4752066,0.5371901,0.46694216,0.35123968,0.446281,0.38429752,0.2520661,0.27272728,0.34710744,0.41322315,0.48347107,0.5661157,0.6198347,0.6487603,0.661157,0.6487603,0.59917355,0.5413223,0.5,0.47107437,0.446281,0.4338843,0.45454547,0.46280992,0.446281,0.42975205,0.3966942,0.48347107,0.48347107,0.48347107,0.4752066,0.4752066,0.47933885,0.4752066,0.4752066,0.45041323,0.49173555,0.5495868,0.54545456,0.5082645,0.5661157,0.61570245,0.6363636,0.6322314,0.59917355,0.58264464,0.56198347,0.5206612,0.4214876,0.26859504,0.23553719,0.45454547,0.47933885,0.54545456,0.46280992,0.5289256,0.6570248,0.6983471,0.61157024,0.54545456,0.6280992,0.6404959,0.62396693,0.37603307,0.38842976,0.4752066,0.4338843,0.3140496,0.38016528,0.41322315,0.39256197,0.44214877,0.49173555,0.5206612,0.5661157,0.61570245,0.6487603,0.661157,0.6694215,0.6363636,0.5785124,0.5165289,0.4752066,0.45867768,0.45041323,0.45454547,0.45454547,0.45041323,0.45454547,0.4214876,0.38842976,0.47933885,0.47933885,0.4752066,0.47107437,0.46694216,0.4752066,0.4752066,0.47107437,0.46694216,0.46280992,0.5247934,0.55785125,0.5206612,0.5371901,0.59090906,0.6322314,0.6528926,0.6487603,0.6198347,0.6198347,0.6322314,0.59090906,0.4752066,0.37603307,0.39256197,0.34710744,0.3677686,0.30991736,0.36363637,0.5,0.55785125,0.5206612,0.41322315,0.47933885,0.5041322,0.49173555,0.38016528,0.338843,0.45041323,0.46280992,0.45454547,0.4752066,0.49586776,0.5123967,0.5413223,0.5661157,0.58264464,0.61157024,0.6198347,0.6322314,0.6694215,0.661157,0.6487603,0.57024795,0.49586776,0.46280992,0.44214877,0.446281,0.45454547,0.45041323,0.44214877,0.446281,0.41322315,0.37603307,0.46280992,0.46280992,0.46694216,0.4752066,0.47107437,0.47107437,0.47107437,0.46694216,0.47107437,0.45041323,0.48347107,0.54545456,0.54545456,0.5165289,0.56198347,0.62396693,0.6528926,0.677686,0.6404959,0.6280992,0.661157,0.6570248,0.61570245,0.56198347,0.56198347,0.54545456,0.5289256,0.5206612,0.5123967,0.5413223,0.59090906,0.57024795,0.53305787,0.5206612,0.5041322,0.4876033,0.47933885,0.49586776,0.53305787,0.56198347,0.5413223,0.5495868,0.553719,0.5661157,0.58264464,0.60330576,0.61157024,0.6198347,0.6363636,0.6280992,0.6570248,0.6652893,0.6404959,0.56198347,0.5,0.46280992,0.45041323,0.45454547,0.45041323,0.43801653,0.42975205,0.42975205,0.39256197,0.36363637,0.47933885,0.47933885,0.47933885,0.4752066,0.47107437,0.47107437,0.46694216,0.46694216,0.46694216,0.45867768,0.45454547,0.5082645,0.56198347,0.5165289,0.5247934,0.58677685,0.6446281,0.6735537,0.6652893,0.6363636,0.6528926,0.6652893,0.6446281,0.62396693,0.61157024,0.6363636,0.61570245,0.62396693,0.61157024,0.6322314,0.6652893,0.6694215,0.6528926,0.6280992,0.59504133,0.5661157,0.553719,0.57024795,0.56198347,0.58677685,0.5661157,0.5661157,0.57438016,0.59090906,0.60330576,0.61157024,0.607438,0.59917355,0.6322314,0.59917355,0.59504133,0.6280992,0.59504133,0.54545456,0.4876033,0.46694216,0.446281,0.45454547,0.45454547,0.43801653,0.42975205,0.3966942,0.37190083,0.35123968,0.47107437,0.47107437,0.47107437,0.46694216,0.46694216,0.46280992,0.46694216,0.46694216,0.46694216,0.46694216,0.45041323,0.45867768,0.5206612,0.5413223,0.5041322,0.553719,0.61570245,0.6735537,0.6818182,0.6570248,0.661157,0.677686,0.6818182,0.6446281,0.59504133,0.6198347,0.6198347,0.6280992,0.6446281,0.6487603,0.661157,0.661157,0.6528926,0.6363636,0.61157024,0.59917355,0.58264464,0.59090906,0.58264464,0.58677685,0.5785124,0.55785125,0.57024795,0.59917355,0.61157024,0.60330576,0.59917355,0.59504133,0.58677685,0.5785124,0.56198347,0.59090906,0.5661157,0.5247934,0.4752066,0.46280992,0.45454547,0.446281,0.446281,0.42975205,0.4090909,0.37190083,0.35123968,0.338843,0.46280992,0.46280992,0.46280992,0.46280992,0.47107437,0.46694216,0.46280992,0.46280992,0.45454547,0.45867768,0.45454547,0.43801653,0.47933885,0.5371901,0.5289256,0.5206612,0.58264464,0.6363636,0.6652893,0.6528926,0.6570248,0.6735537,0.6859504,0.6735537,0.6198347,0.607438,0.59917355,0.59917355,0.6198347,0.6322314,0.62396693,0.62396693,0.6198347,0.60330576,0.59504133,0.59504133,0.59917355,0.607438,0.59917355,0.58677685,0.59504133,0.5785124,0.5785124,0.59504133,0.60330576,0.59917355,0.58677685,0.57438016,0.5495868,0.5785124,0.55785125,0.58264464,0.5495868,0.5,0.45454547,0.45454547,0.446281,0.43801653,0.43801653,0.41735536,0.38016528,0.35123968,0.3305785,0.33471075,0.46280992,0.46280992,0.46280992,0.46694216,0.4752066,0.46280992,0.46694216,0.46694216,0.45454547,0.45867768,0.45454547,0.46280992,0.44214877,0.47933885,0.5371901,0.5,0.54545456,0.61157024,0.6404959,0.6487603,0.6652893,0.661157,0.6735537,0.6818182,0.6570248,0.6198347,0.6198347,0.60330576,0.61570245,0.61570245,0.61157024,0.60330576,0.60330576,0.59090906,0.59917355,0.59504133,0.607438,0.6198347,0.607438,0.59090906,0.59090906,0.60330576,0.58677685,0.58264464,0.59090906,0.5785124,0.55785125,0.553719,0.5661157,0.58264464,0.553719,0.5785124,0.5247934,0.4752066,0.45867768,0.44214877,0.446281,0.42975205,0.41735536,0.38842976,0.36363637,0.3264463,0.3181818,0.34710744,0.47107437,0.47107437,0.47107437,0.46280992,0.46280992,0.46280992,0.45867768,0.45454547,0.45867768,0.45454547,0.46280992,0.45454547,0.44214877,0.4338843,0.47933885,0.5123967,0.5,0.57438016,0.6280992,0.6446281,0.6652893,0.6570248,0.661157,0.677686,0.6570248,0.6446281,0.6322314,0.62396693,0.6322314,0.6280992,0.61570245,0.6198347,0.607438,0.59504133,0.60330576,0.607438,0.60330576,0.61570245,0.59917355,0.58264464,0.59504133,0.59090906,0.57024795,0.58677685,0.58264464,0.56198347,0.5413223,0.553719,0.5785124,0.58677685,0.57438016,0.56198347,0.5082645,0.45867768,0.446281,0.44214877,0.4338843,0.41735536,0.39256197,0.35950413,0.3429752,0.3264463,0.338843,0.35950413,0.46694216,0.46694216,0.46694216,0.46280992,0.45454547,0.45454547,0.45867768,0.46280992,0.46280992,0.45867768,0.45454547,0.45041323,0.45454547,0.44214877,0.4214876,0.48347107,0.5041322,0.5413223,0.60330576,0.6363636,0.6652893,0.6694215,0.6570248,0.6528926,0.6487603,0.6487603,0.6363636,0.6322314,0.6363636,0.6528926,0.6322314,0.62396693,0.62396693,0.61157024,0.61570245,0.6198347,0.6198347,0.61157024,0.61157024,0.60330576,0.59090906,0.59917355,0.58264464,0.59504133,0.57438016,0.55785125,0.553719,0.57438016,0.58677685,0.59090906,0.57438016,0.5371901,0.47933885,0.45041323,0.42975205,0.4338843,0.40495867,0.39256197,0.35950413,0.33471075,0.32231405,0.338843,0.35950413,0.35950413,0.46280992,0.46280992,0.46280992,0.45454547,0.46694216,0.45041323,0.45454547,0.45454547,0.45041323,0.45454547,0.45041323,0.45041323,0.45041323,0.446281,0.44214877,0.43801653,0.49173555,0.5082645,0.5785124,0.62396693,0.661157,0.677686,0.6570248,0.6322314,0.6404959,0.6446281,0.6404959,0.62396693,0.6446281,0.661157,0.661157,0.661157,0.6735537,0.677686,0.6735537,0.6694215,0.6652893,0.6487603,0.6363636,0.62396693,0.61570245,0.61570245,0.60330576,0.59917355,0.58264464,0.58677685,0.59090906,0.59090906,0.59504133,0.59090906,0.56198347,0.5123967,0.45867768,0.4338843,0.4214876,0.41322315,0.38016528,0.3553719,0.32231405,0.3181818,0.33471075,0.3553719,0.37603307,0.37603307,0.45867768,0.45867768,0.45867768,0.45041323,0.45454547,0.45867768,0.45454547,0.45454547,0.45041323,0.45454547,0.45041323,0.44214877,0.446281,0.43801653,0.45041323,0.42561984,0.45454547,0.4876033,0.5413223,0.60330576,0.6570248,0.677686,0.6570248,0.6570248,0.661157,0.6446281,0.6363636,0.62396693,0.6446281,0.677686,0.6735537,0.6942149,0.7107438,0.7355372,0.73140496,0.71487606,0.70247936,0.69008267,0.6694215,0.6446281,0.6322314,0.6487603,0.62396693,0.6363636,0.6198347,0.61570245,0.61157024,0.60330576,0.607438,0.58677685,0.53305787,0.47107437,0.42975205,0.41322315,0.41322315,0.38016528,0.34710744,0.3181818,0.3140496,0.32231405,0.34710744,0.3677686,0.37190083,0.38429752,0.46694216,0.46694216,0.46694216,0.45041323,0.46280992,0.45041323,0.44214877,0.45454547,0.45041323,0.45454547,0.45041323,0.44214877,0.446281,0.44214877,0.44214877,0.41735536,0.49173555,0.47933885,0.48347107,0.5661157,0.6446281,0.6818182,0.6652893,0.677686,0.6942149,0.6694215,0.661157,0.661157,0.6652893,0.6818182,0.6652893,0.6983471,0.71487606,0.73966944,0.73966944,0.72727275,0.6983471,0.6694215,0.6528926,0.6363636,0.6446281,0.6570248,0.6652893,0.661157,0.6487603,0.6404959,0.61570245,0.607438,0.60330576,0.55785125,0.49586776,0.43801653,0.3966942,0.38842976,0.38016528,0.32231405,0.30578512,0.30991736,0.3305785,0.33471075,0.3429752,0.35950413,0.37190083,0.39256197,0.44214877,0.44214877,0.44214877,0.45041323,0.45041323,0.446281,0.446281,0.44214877,0.446281,0.44214877,0.43801653,0.43801653,0.44214877,0.43801653,0.44214877,0.40082645,0.5165289,0.5495868,0.45867768,0.5041322,0.607438,0.6570248,0.6694215,0.6818182,0.6983471,0.6942149,0.69008267,0.677686,0.6487603,0.661157,0.6528926,0.7066116,0.71900827,0.73140496,0.74380165,0.71900827,0.6942149,0.6694215,0.6528926,0.6487603,0.6404959,0.6652893,0.677686,0.6694215,0.6570248,0.6322314,0.60330576,0.58677685,0.56198347,0.5123967,0.45454547,0.3966942,0.37190083,0.35950413,0.3181818,0.29752067,0.30165288,0.3264463,0.33471075,0.338843,0.3553719,0.3553719,0.35950413,0.39256197,0.45867768,0.45867768,0.45867768,0.44214877,0.446281,0.446281,0.446281,0.44214877,0.43801653,0.4338843,0.43801653,0.4338843,0.43801653,0.43801653,0.43801653,0.39256197,0.5041322,0.59917355,0.5165289,0.46694216,0.5413223,0.62396693,0.6570248,0.677686,0.69008267,0.70247936,0.6942149,0.677686,0.6363636,0.6404959,0.6818182,0.69008267,0.7231405,0.71900827,0.7231405,0.7231405,0.6859504,0.6652893,0.6652893,0.661157,0.6363636,0.6446281,0.6652893,0.661157,0.6363636,0.61157024,0.57024795,0.5495868,0.5123967,0.47107437,0.41735536,0.35950413,0.34710744,0.3181818,0.30165288,0.3264463,0.3264463,0.33471075,0.3305785,0.35123968,0.37190083,0.37190083,0.36363637,0.40495867,0.45041323,0.45041323,0.45041323,0.43801653,0.45041323,0.44214877,0.44214877,0.43801653,0.44214877,0.4338843,0.43801653,0.43801653,0.4338843,0.4338843,0.42975205,0.39256197,0.5,0.607438,0.5413223,0.5123967,0.46694216,0.57024795,0.6322314,0.6652893,0.6859504,0.6983471,0.6859504,0.6694215,0.6404959,0.6528926,0.69008267,0.6859504,0.6942149,0.6859504,0.6818182,0.70247936,0.69008267,0.6570248,0.6570248,0.6487603,0.6198347,0.607438,0.6404959,0.607438,0.61157024,0.5661157,0.5206612,0.5,0.46280992,0.41322315,0.38016528,0.338843,0.3140496,0.30578512,0.3305785,0.338843,0.3429752,0.34710744,0.3429752,0.37190083,0.38842976,0.39256197,0.37603307,0.37603307,0.446281,0.446281,0.446281,0.43801653,0.446281,0.43801653,0.446281,0.43801653,0.43801653,0.43801653,0.4338843,0.4338843,0.42975205,0.4338843,0.42975205,0.38842976,0.4876033,0.6198347,0.55785125,0.5495868,0.48347107,0.4752066,0.55785125,0.61570245,0.6404959,0.6652893,0.6652893,0.6363636,0.6446281,0.6487603,0.6694215,0.6570248,0.6446281,0.6363636,0.6280992,0.6404959,0.6528926,0.6322314,0.61157024,0.61570245,0.59090906,0.58677685,0.5785124,0.553719,0.54545456,0.5,0.47107437,0.446281,0.41735536,0.37190083,0.33471075,0.3264463,0.3264463,0.3264463,0.33471075,0.35950413,0.338843,0.3553719,0.37603307,0.36363637,0.40082645,0.39256197,0.36363637,0.36363637,0.44214877,0.44214877,0.44214877,0.43801653,0.43801653,0.43801653,0.44214877,0.4338843,0.4338843,0.4338843,0.4338843,0.4338843,0.42975205,0.42975205,0.42975205,0.39256197,0.49173555,0.6198347,0.58264464,0.5495868,0.5123967,0.47107437,0.47107437,0.56198347,0.59917355,0.6198347,0.6404959,0.61570245,0.61570245,0.607438,0.6280992,0.60330576,0.58677685,0.5785124,0.5785124,0.5661157,0.59504133,0.59504133,0.553719,0.55785125,0.553719,0.53305787,0.5082645,0.5082645,0.47107437,0.44214877,0.42975205,0.40082645,0.35950413,0.3264463,0.3181818,0.32231405,0.3305785,0.35123968,0.3429752,0.3553719,0.338843,0.36363637,0.38016528,0.38429752,0.4090909,0.3966942,0.37603307,0.37603307,0.44214877,0.44214877,0.44214877,0.43801653,0.4338843,0.42975205,0.43801653,0.4338843,0.42975205,0.42975205,0.42975205,0.42975205,0.42975205,0.42561984,0.43801653,0.4214876,0.5165289,0.59917355,0.607438,0.56198347,0.5206612,0.5082645,0.45867768,0.47107437,0.5371901,0.57438016,0.59090906,0.58677685,0.57438016,0.56198347,0.5661157,0.553719,0.5413223,0.53305787,0.53305787,0.5206612,0.5413223,0.5413223,0.5082645,0.49586776,0.48347107,0.46694216,0.45867768,0.45454547,0.42561984,0.4090909,0.37603307,0.33471075,0.30991736,0.3140496,0.3305785,0.34710744,0.35123968,0.3553719,0.35123968,0.3553719,0.36363637,0.3677686,0.38842976,0.38429752,0.4090909,0.40495867,0.38429752,0.38016528,0.44214877,0.44214877,0.44214877,0.4338843,0.42975205,0.4338843,0.42975205,0.43801653,0.4214876,0.42561984,0.4338843,0.4338843,0.42975205,0.42561984,0.49173555,0.42975205,0.49586776,0.59504133,0.61157024,0.57438016,0.553719,0.5371901,0.47933885,0.44214877,0.45454547,0.49586776,0.5247934,0.53305787,0.5206612,0.5082645,0.5,0.49173555,0.49586776,0.47933885,0.47933885,0.46280992,0.47107437,0.46694216,0.45867768,0.43801653,0.4214876,0.41322315,0.41322315,0.40082645,0.38016528,0.34710744,0.3140496,0.30578512,0.3181818,0.33471075,0.34710744,0.3553719,0.35950413,0.35950413,0.3677686,0.35950413,0.38016528,0.38429752,0.38842976,0.37603307,0.4090909,0.4090909,0.38429752,0.38429752,4 +0.677686,0.677686,0.6818182,0.7066116,0.73140496,0.73966944,0.75619835,0.7644628,0.76859504,0.76033056,0.7644628,0.76033056,0.7644628,0.7644628,0.76033056,0.76859504,0.77272725,0.77272725,0.76859504,0.76859504,0.76033056,0.7644628,0.75206614,0.75206614,0.75619835,0.75619835,0.7644628,0.74380165,0.7231405,0.74380165,0.76033056,0.7644628,0.76033056,0.75619835,0.75619835,0.75206614,0.7355372,0.73140496,0.7355372,0.71487606,0.7066116,0.70247936,0.6942149,0.6942149,0.6735537,0.6570248,0.6528926,0.6446281,0.6363636,0.61157024,0.60330576,0.60330576,0.59090906,0.58677685,0.57438016,0.57024795,0.54545456,0.5041322,0.4752066,0.44214877,0.42561984,0.4338843,0.42561984,0.4090909,0.6570248,0.661157,0.6694215,0.6983471,0.73140496,0.73966944,0.75619835,0.7644628,0.76033056,0.75619835,0.76033056,0.76033056,0.76033056,0.77272725,0.77272725,0.78099173,0.78099173,0.78512394,0.78512394,0.7768595,0.76859504,0.7644628,0.75619835,0.76033056,0.75619835,0.75206614,0.75619835,0.75206614,0.74380165,0.75619835,0.76033056,0.76859504,0.76033056,0.75206614,0.74793386,0.74793386,0.73966944,0.72727275,0.72727275,0.72727275,0.7231405,0.7231405,0.7107438,0.7107438,0.6859504,0.6818182,0.6694215,0.6528926,0.6404959,0.62396693,0.607438,0.59917355,0.60330576,0.607438,0.58677685,0.57438016,0.5413223,0.5,0.46694216,0.43801653,0.42975205,0.42975205,0.42561984,0.4090909,0.6446281,0.6487603,0.6528926,0.6652893,0.70247936,0.7231405,0.73966944,0.74793386,0.75619835,0.75619835,0.75619835,0.76033056,0.76033056,0.7768595,0.78512394,0.78512394,0.7933884,0.79752064,0.79752064,0.78512394,0.7892562,0.78512394,0.76859504,0.76859504,0.76859504,0.7644628,0.76859504,0.76033056,0.7644628,0.77272725,0.7768595,0.7768595,0.76859504,0.74793386,0.75206614,0.73966944,0.74380165,0.74380165,0.74380165,0.7355372,0.73966944,0.7355372,0.73966944,0.73966944,0.71900827,0.7066116,0.6942149,0.6818182,0.661157,0.62396693,0.6198347,0.607438,0.61157024,0.61157024,0.59090906,0.5661157,0.5413223,0.49586776,0.45454547,0.43801653,0.42975205,0.42975205,0.41735536,0.40082645,0.6363636,0.6404959,0.6404959,0.6446281,0.6818182,0.7107438,0.72727275,0.74380165,0.75619835,0.74793386,0.75206614,0.7644628,0.76859504,0.78099173,0.7892562,0.7933884,0.8016529,0.80991733,0.8057851,0.7933884,0.7892562,0.7892562,0.7892562,0.7892562,0.7892562,0.7768595,0.78099173,0.7768595,0.77272725,0.78099173,0.78099173,0.78512394,0.7768595,0.75619835,0.75206614,0.74380165,0.74793386,0.75206614,0.75619835,0.75206614,0.75619835,0.75206614,0.75206614,0.74380165,0.7355372,0.7231405,0.7107438,0.69008267,0.6735537,0.6487603,0.6404959,0.6322314,0.6198347,0.607438,0.58677685,0.56198347,0.53305787,0.4876033,0.45041323,0.42561984,0.42561984,0.4338843,0.41322315,0.39256197,0.6280992,0.6280992,0.6363636,0.6363636,0.6652893,0.6983471,0.7231405,0.73140496,0.75619835,0.74793386,0.74793386,0.75619835,0.77272725,0.78099173,0.79752064,0.8016529,0.8140496,0.822314,0.8264463,0.8181818,0.8057851,0.8016529,0.8016529,0.8057851,0.80991733,0.7933884,0.79752064,0.78512394,0.7768595,0.78512394,0.7933884,0.7892562,0.78512394,0.7644628,0.75619835,0.76033056,0.75619835,0.76033056,0.76859504,0.77272725,0.76859504,0.76033056,0.7644628,0.74793386,0.73966944,0.7231405,0.70247936,0.6818182,0.661157,0.6322314,0.62396693,0.6322314,0.62396693,0.59917355,0.5785124,0.553719,0.5123967,0.47107437,0.446281,0.42561984,0.41735536,0.42561984,0.40495867,0.38429752,0.6280992,0.6363636,0.6322314,0.6322314,0.6528926,0.6818182,0.7107438,0.72727275,0.7355372,0.74380165,0.74793386,0.75206614,0.7644628,0.78099173,0.79752064,0.79752064,0.822314,0.8264463,0.8264463,0.8181818,0.8140496,0.8181818,0.8181818,0.8140496,0.8181818,0.80991733,0.8140496,0.7892562,0.7768595,0.78512394,0.78512394,0.7933884,0.78099173,0.76859504,0.7644628,0.76033056,0.77272725,0.7768595,0.77272725,0.77272725,0.77272725,0.77272725,0.7644628,0.75206614,0.74793386,0.7355372,0.7107438,0.6818182,0.6570248,0.6446281,0.6322314,0.6322314,0.61157024,0.59090906,0.5661157,0.53305787,0.49173555,0.45867768,0.43801653,0.4214876,0.41735536,0.41322315,0.39256197,0.39256197,0.62396693,0.6322314,0.6280992,0.62396693,0.6446281,0.6694215,0.70247936,0.71900827,0.73140496,0.75206614,0.75206614,0.74793386,0.75619835,0.77272725,0.79752064,0.7933884,0.8057851,0.8181818,0.822314,0.822314,0.8140496,0.8140496,0.8140496,0.80991733,0.8140496,0.8140496,0.80991733,0.79752064,0.7892562,0.78099173,0.78099173,0.7768595,0.76859504,0.7644628,0.75619835,0.77272725,0.77272725,0.7768595,0.77272725,0.76033056,0.7644628,0.7644628,0.75619835,0.74380165,0.74380165,0.73966944,0.71900827,0.677686,0.6528926,0.6404959,0.6363636,0.6280992,0.59917355,0.59090906,0.55785125,0.5206612,0.47933885,0.446281,0.42975205,0.4214876,0.41322315,0.4090909,0.39256197,0.39256197,0.607438,0.6404959,0.62396693,0.61157024,0.6363636,0.6694215,0.70247936,0.71900827,0.7355372,0.74793386,0.75619835,0.75206614,0.75619835,0.76859504,0.78512394,0.79752064,0.7933884,0.7933884,0.8057851,0.80991733,0.8057851,0.8016529,0.8016529,0.8016529,0.8016529,0.8016529,0.8016529,0.7933884,0.78512394,0.7768595,0.7768595,0.76859504,0.7644628,0.75619835,0.75206614,0.77272725,0.76859504,0.76859504,0.76859504,0.76033056,0.75206614,0.75619835,0.76033056,0.74793386,0.73966944,0.73140496,0.6983471,0.6694215,0.6487603,0.6363636,0.6363636,0.6198347,0.607438,0.59504133,0.56198347,0.5123967,0.48347107,0.446281,0.42975205,0.41322315,0.41735536,0.4090909,0.39256197,0.38842976,0.60330576,0.6363636,0.6404959,0.62396693,0.6280992,0.6652893,0.70247936,0.71900827,0.7355372,0.74793386,0.7644628,0.76033056,0.75619835,0.76859504,0.7768595,0.7892562,0.78512394,0.7768595,0.7892562,0.7933884,0.7933884,0.7892562,0.7892562,0.7933884,0.7892562,0.7768595,0.78099173,0.78512394,0.7768595,0.7644628,0.7644628,0.7644628,0.76033056,0.74793386,0.74380165,0.75206614,0.75206614,0.75206614,0.74793386,0.75206614,0.74380165,0.73966944,0.74793386,0.73140496,0.71900827,0.69008267,0.661157,0.6280992,0.61157024,0.61157024,0.61157024,0.59917355,0.59504133,0.58264464,0.57024795,0.5289256,0.5082645,0.45867768,0.41735536,0.4090909,0.4090909,0.40082645,0.39256197,0.38429752,0.61157024,0.6198347,0.6487603,0.6363636,0.6280992,0.6487603,0.70247936,0.72727275,0.74793386,0.75206614,0.76033056,0.7644628,0.75206614,0.75619835,0.75619835,0.76033056,0.75206614,0.75206614,0.76859504,0.77272725,0.76033056,0.74793386,0.75206614,0.7644628,0.76033056,0.75206614,0.74380165,0.76033056,0.74793386,0.74380165,0.74793386,0.74793386,0.7355372,0.7231405,0.71900827,0.71900827,0.7231405,0.71900827,0.71487606,0.7107438,0.7107438,0.7066116,0.69008267,0.661157,0.6528926,0.61157024,0.58677685,0.553719,0.5413223,0.5495868,0.54545456,0.5413223,0.55785125,0.553719,0.54545456,0.5495868,0.5247934,0.49173555,0.42975205,0.4090909,0.4090909,0.40495867,0.40082645,0.38842976,0.62396693,0.61570245,0.6446281,0.6528926,0.6363636,0.6528926,0.71487606,0.73966944,0.74380165,0.74793386,0.73966944,0.74380165,0.7107438,0.6983471,0.6942149,0.6859504,0.661157,0.6446281,0.6404959,0.6446281,0.62396693,0.6198347,0.6280992,0.661157,0.6818182,0.69008267,0.7066116,0.7107438,0.7231405,0.71487606,0.7231405,0.7231405,0.7066116,0.6983471,0.6942149,0.677686,0.6818182,0.6818182,0.6570248,0.6404959,0.6280992,0.6198347,0.59504133,0.56198347,0.5495868,0.5206612,0.4876033,0.45041323,0.45041323,0.45454547,0.45041323,0.45454547,0.4876033,0.5041322,0.49586776,0.5041322,0.49586776,0.5,0.45454547,0.4090909,0.41322315,0.40495867,0.40495867,0.38842976,0.6404959,0.6363636,0.6528926,0.6570248,0.6404959,0.661157,0.7066116,0.72727275,0.73140496,0.71900827,0.6942149,0.6735537,0.6446281,0.6198347,0.59504133,0.5785124,0.56198347,0.5371901,0.5165289,0.5165289,0.49586776,0.49586776,0.5247934,0.56198347,0.59504133,0.6280992,0.6404959,0.6528926,0.6818182,0.6818182,0.6818182,0.6983471,0.6735537,0.6487603,0.6570248,0.6487603,0.62396693,0.6280992,0.59917355,0.57438016,0.55785125,0.5289256,0.5,0.47933885,0.46694216,0.43801653,0.41322315,0.38016528,0.3553719,0.34710744,0.35123968,0.35950413,0.41735536,0.4338843,0.41735536,0.44214877,0.45041323,0.45454547,0.45454547,0.4090909,0.41735536,0.41322315,0.41322315,0.38842976,0.6363636,0.6446281,0.6694215,0.6528926,0.6528926,0.6487603,0.661157,0.6735537,0.6652893,0.6404959,0.61157024,0.5661157,0.553719,0.5123967,0.48347107,0.48347107,0.4876033,0.46694216,0.45454547,0.4752066,0.45867768,0.48347107,0.48347107,0.5041322,0.53305787,0.5661157,0.58677685,0.607438,0.62396693,0.6363636,0.6322314,0.6487603,0.6280992,0.59504133,0.60330576,0.607438,0.58264464,0.55785125,0.53305787,0.5123967,0.5,0.47107437,0.446281,0.41322315,0.40082645,0.37190083,0.3429752,0.3264463,0.3181818,0.30991736,0.3140496,0.35123968,0.40082645,0.42561984,0.3966942,0.41322315,0.41735536,0.4090909,0.42561984,0.3966942,0.41735536,0.41322315,0.41322315,0.38842976,0.6446281,0.6487603,0.6652893,0.6735537,0.6363636,0.61570245,0.60330576,0.59917355,0.57438016,0.55785125,0.53305787,0.5041322,0.4752066,0.4338843,0.38842976,0.3966942,0.4090909,0.41322315,0.41322315,0.4338843,0.446281,0.47107437,0.46694216,0.47933885,0.49173555,0.5165289,0.5371901,0.56198347,0.57438016,0.59917355,0.607438,0.60330576,0.57024795,0.54545456,0.553719,0.5495868,0.5247934,0.49173555,0.47933885,0.45041323,0.4338843,0.41322315,0.40082645,0.38429752,0.3677686,0.34710744,0.338843,0.3553719,0.37190083,0.37603307,0.3966942,0.40082645,0.4214876,0.41735536,0.4090909,0.41735536,0.40495867,0.40082645,0.40082645,0.39256197,0.4090909,0.41735536,0.4090909,0.37603307,0.661157,0.6528926,0.6818182,0.6652893,0.59917355,0.59090906,0.59090906,0.5661157,0.54545456,0.5289256,0.5165289,0.5,0.4752066,0.446281,0.4214876,0.4214876,0.4090909,0.3966942,0.38429752,0.38842976,0.40495867,0.42975205,0.44214877,0.46280992,0.47107437,0.4876033,0.5082645,0.5247934,0.553719,0.5785124,0.59090906,0.58677685,0.57024795,0.5413223,0.5247934,0.5123967,0.48347107,0.45041323,0.4214876,0.38429752,0.38016528,0.35123968,0.33471075,0.29338843,0.26859504,0.2603306,0.24793388,0.28099173,0.30165288,0.32231405,0.338843,0.36363637,0.37603307,0.40082645,0.41322315,0.41735536,0.40495867,0.40082645,0.3966942,0.39256197,0.41735536,0.4214876,0.4090909,0.38429752,0.6735537,0.661157,0.6735537,0.6528926,0.59090906,0.58264464,0.57438016,0.55785125,0.53305787,0.5206612,0.5,0.46280992,0.4214876,0.38429752,0.3553719,0.35123968,0.3140496,0.2768595,0.2768595,0.29338843,0.30165288,0.33471075,0.3677686,0.41322315,0.4338843,0.45867768,0.4752066,0.5082645,0.5495868,0.59504133,0.6322314,0.6404959,0.6198347,0.57024795,0.5206612,0.4752066,0.42561984,0.39256197,0.3677686,0.33471075,0.338843,0.30991736,0.2892562,0.28099173,0.25619835,0.24380165,0.23966943,0.24380165,0.2644628,0.24793388,0.28512397,0.30578512,0.30991736,0.33471075,0.3429752,0.38016528,0.40082645,0.40495867,0.4090909,0.40082645,0.42975205,0.4214876,0.4090909,0.39256197,0.6735537,0.677686,0.677686,0.6528926,0.59917355,0.57024795,0.54545456,0.5413223,0.5,0.45454547,0.41735536,0.38429752,0.36363637,0.3305785,0.28099173,0.2644628,0.23553719,0.23140496,0.24793388,0.29752067,0.30991736,0.33471075,0.3553719,0.38016528,0.3966942,0.42975205,0.45454547,0.49173555,0.57024795,0.6570248,0.7231405,0.7355372,0.6942149,0.62396693,0.5495868,0.46694216,0.38842976,0.338843,0.33471075,0.3305785,0.32231405,0.32231405,0.29338843,0.30991736,0.30165288,0.23140496,0.23140496,0.21487603,0.2231405,0.2107438,0.24793388,0.30578512,0.2768595,0.29338843,0.2892562,0.3140496,0.37603307,0.41735536,0.42561984,0.41735536,0.446281,0.41735536,0.41735536,0.4090909,0.6652893,0.6859504,0.6859504,0.6652893,0.6280992,0.5785124,0.5371901,0.5082645,0.45454547,0.41735536,0.42561984,0.38429752,0.35950413,0.30991736,0.2644628,0.23140496,0.2107438,0.2231405,0.2644628,0.3553719,0.38016528,0.3553719,0.38016528,0.41735536,0.41735536,0.4338843,0.45454547,0.49586776,0.61157024,0.7231405,0.7768595,0.7768595,0.73966944,0.6694215,0.59090906,0.49173555,0.39256197,0.3305785,0.3305785,0.3429752,0.338843,0.3140496,0.2892562,0.38016528,0.42561984,0.30165288,0.25619835,0.23966943,0.21900827,0.22727273,0.2892562,0.38842976,0.30578512,0.23553719,0.23966943,0.28512397,0.34710744,0.41322315,0.446281,0.446281,0.446281,0.4214876,0.41735536,0.41735536,0.6652893,0.6859504,0.6818182,0.6652893,0.6363636,0.59917355,0.5495868,0.5041322,0.45041323,0.4214876,0.37190083,0.34710744,0.4338843,0.4090909,0.3264463,0.25619835,0.23966943,0.25619835,0.3140496,0.43801653,0.46694216,0.3966942,0.3429752,0.37603307,0.47933885,0.46694216,0.4752066,0.5289256,0.6528926,0.75206614,0.7892562,0.7933884,0.76033056,0.7107438,0.6404959,0.5289256,0.41322315,0.37603307,0.3677686,0.38016528,0.33471075,0.2892562,0.30991736,0.4214876,0.4752066,0.38016528,0.29752067,0.25619835,0.23966943,0.25619835,0.36363637,0.40495867,0.36363637,0.28099173,0.2644628,0.26859504,0.3264463,0.41735536,0.446281,0.47933885,0.446281,0.4338843,0.4214876,0.4214876,0.6652893,0.6818182,0.677686,0.6694215,0.6487603,0.607438,0.553719,0.5082645,0.45867768,0.4214876,0.38842976,0.40082645,0.46280992,0.46694216,0.40495867,0.37190083,0.3264463,0.3264463,0.37190083,0.45041323,0.45454547,0.4214876,0.40495867,0.42975205,0.47107437,0.49586776,0.53305787,0.59917355,0.69008267,0.7644628,0.79752064,0.79752064,0.76859504,0.74380165,0.6942149,0.5785124,0.46694216,0.41735536,0.40495867,0.41735536,0.42561984,0.4090909,0.39256197,0.41735536,0.45041323,0.44214877,0.40082645,0.37603307,0.36363637,0.38429752,0.39256197,0.40495867,0.40082645,0.39256197,0.38429752,0.38016528,0.41735536,0.45867768,0.48347107,0.49586776,0.46694216,0.4338843,0.4214876,0.4214876,0.6694215,0.677686,0.6735537,0.6983471,0.7107438,0.6735537,0.6198347,0.59090906,0.5661157,0.5413223,0.5289256,0.5413223,0.5371901,0.5247934,0.5041322,0.5165289,0.4752066,0.45454547,0.46694216,0.46694216,0.45867768,0.45041323,0.45041323,0.45454547,0.5123967,0.58677685,0.6322314,0.6694215,0.7066116,0.7644628,0.80991733,0.8016529,0.76033056,0.76033056,0.71900827,0.607438,0.49173555,0.46694216,0.47107437,0.45867768,0.42975205,0.42975205,0.42975205,0.42975205,0.45454547,0.46694216,0.45867768,0.446281,0.44214877,0.45041323,0.43801653,0.45867768,0.45454547,0.45454547,0.45454547,0.45454547,0.4752066,0.5,0.5082645,0.5041322,0.4752066,0.43801653,0.41735536,0.42561984,0.6652893,0.6859504,0.6735537,0.6942149,0.74380165,0.75619835,0.7644628,0.76033056,0.73140496,0.6694215,0.6404959,0.6446281,0.6322314,0.61570245,0.59917355,0.60330576,0.55785125,0.5247934,0.4876033,0.47107437,0.45867768,0.47107437,0.4876033,0.5206612,0.61570245,0.6735537,0.6942149,0.6983471,0.7107438,0.75206614,0.80991733,0.80991733,0.77272725,0.76033056,0.72727275,0.58677685,0.5082645,0.49173555,0.5123967,0.5082645,0.4752066,0.45041323,0.46280992,0.45454547,0.45867768,0.45867768,0.46280992,0.46280992,0.46694216,0.4752066,0.48347107,0.47933885,0.4752066,0.47107437,0.4752066,0.47933885,0.5041322,0.5247934,0.5206612,0.5,0.4752066,0.44214877,0.4090909,0.41735536,0.6570248,0.6859504,0.6859504,0.7231405,0.76033056,0.78099173,0.78512394,0.78099173,0.76859504,0.7066116,0.6446281,0.6280992,0.61570245,0.59917355,0.57024795,0.5495868,0.5289256,0.5082645,0.49586776,0.5206612,0.54545456,0.58264464,0.60330576,0.6446281,0.6859504,0.6942149,0.71487606,0.7066116,0.7107438,0.73140496,0.79752064,0.8264463,0.8016529,0.76859504,0.7107438,0.59917355,0.5082645,0.5082645,0.5247934,0.5289256,0.5082645,0.47933885,0.49173555,0.5,0.5123967,0.4876033,0.45867768,0.45041323,0.43801653,0.43801653,0.44214877,0.44214877,0.45867768,0.46280992,0.4876033,0.49586776,0.5206612,0.5206612,0.5206612,0.5041322,0.48347107,0.45454547,0.3966942,0.3966942,0.6487603,0.661157,0.6942149,0.73140496,0.76859504,0.78099173,0.7768595,0.77272725,0.76033056,0.7066116,0.6487603,0.6198347,0.59090906,0.5661157,0.55785125,0.54545456,0.5785124,0.59504133,0.6198347,0.6446281,0.6735537,0.6983471,0.6983471,0.7066116,0.7107438,0.70247936,0.71487606,0.71900827,0.7107438,0.7355372,0.7768595,0.8264463,0.8057851,0.76033056,0.6983471,0.60330576,0.5,0.5123967,0.5206612,0.53305787,0.5165289,0.49586776,0.5082645,0.5123967,0.55785125,0.553719,0.53305787,0.5206612,0.5,0.49586776,0.49173555,0.49173555,0.5041322,0.5123967,0.54545456,0.55785125,0.55785125,0.53305787,0.5247934,0.5123967,0.49173555,0.45454547,0.41322315,0.3677686,0.6322314,0.6446281,0.6818182,0.72727275,0.75619835,0.76859504,0.77272725,0.76859504,0.7768595,0.76033056,0.73966944,0.71900827,0.7066116,0.6859504,0.677686,0.6735537,0.6942149,0.7231405,0.73140496,0.7355372,0.74793386,0.73140496,0.71900827,0.7066116,0.7066116,0.70247936,0.7066116,0.7231405,0.71487606,0.71487606,0.75206614,0.80991733,0.8016529,0.75619835,0.6735537,0.5785124,0.5082645,0.5082645,0.5123967,0.5165289,0.5123967,0.5041322,0.5123967,0.54545456,0.57024795,0.59090906,0.59917355,0.58264464,0.57438016,0.55785125,0.54545456,0.5413223,0.5495868,0.56198347,0.57024795,0.57438016,0.57024795,0.54545456,0.5289256,0.5206612,0.49173555,0.45867768,0.40495867,0.3677686,0.6198347,0.6363636,0.677686,0.71487606,0.74380165,0.76033056,0.7768595,0.78512394,0.78512394,0.7892562,0.7933884,0.7933884,0.7933884,0.78099173,0.76859504,0.75206614,0.76033056,0.77272725,0.78099173,0.7644628,0.75206614,0.73140496,0.71900827,0.7107438,0.71487606,0.71487606,0.71487606,0.71487606,0.7066116,0.70247936,0.73966944,0.8140496,0.8264463,0.76859504,0.6818182,0.5785124,0.5247934,0.5082645,0.5041322,0.5,0.5041322,0.5082645,0.5371901,0.5661157,0.59917355,0.6198347,0.62396693,0.62396693,0.6280992,0.6280992,0.607438,0.59504133,0.58677685,0.58677685,0.58677685,0.58264464,0.56198347,0.54545456,0.5371901,0.5247934,0.49586776,0.45867768,0.40082645,0.37603307,0.6363636,0.6198347,0.6652893,0.70247936,0.73140496,0.74793386,0.76033056,0.76859504,0.7768595,0.7933884,0.8016529,0.7892562,0.7933884,0.79752064,0.7933884,0.79752064,0.8016529,0.7892562,0.78512394,0.7644628,0.75619835,0.73966944,0.71900827,0.71900827,0.7231405,0.7107438,0.70247936,0.7066116,0.70247936,0.70247936,0.7355372,0.8140496,0.838843,0.78099173,0.70247936,0.61157024,0.56198347,0.5413223,0.49173555,0.4752066,0.48347107,0.5082645,0.54545456,0.58264464,0.62396693,0.6446281,0.6528926,0.661157,0.661157,0.661157,0.6528926,0.6446281,0.6322314,0.61570245,0.607438,0.5785124,0.57438016,0.553719,0.53305787,0.5165289,0.5,0.45454547,0.3966942,0.38842976,0.6528926,0.59917355,0.6404959,0.6859504,0.71900827,0.73966944,0.75206614,0.76033056,0.77272725,0.7768595,0.7892562,0.7933884,0.8016529,0.80991733,0.8057851,0.80991733,0.8057851,0.7933884,0.78512394,0.7644628,0.7644628,0.73966944,0.7231405,0.71900827,0.7107438,0.69008267,0.69008267,0.69008267,0.70247936,0.7107438,0.73140496,0.79752064,0.8181818,0.7768595,0.7231405,0.6487603,0.60330576,0.57438016,0.5165289,0.5,0.47107437,0.47933885,0.5247934,0.57024795,0.6322314,0.6487603,0.661157,0.6652893,0.677686,0.6818182,0.6735537,0.677686,0.661157,0.6404959,0.6322314,0.59917355,0.58677685,0.5785124,0.5371901,0.5082645,0.47933885,0.44214877,0.38842976,0.38016528,0.677686,0.59090906,0.6280992,0.6652893,0.70247936,0.72727275,0.74380165,0.75206614,0.7644628,0.77272725,0.78099173,0.79752064,0.80991733,0.8140496,0.8057851,0.8057851,0.7933884,0.78512394,0.77272725,0.76033056,0.75206614,0.7355372,0.71487606,0.6818182,0.6652893,0.6694215,0.6818182,0.6818182,0.6983471,0.71487606,0.73140496,0.77272725,0.78512394,0.75619835,0.71487606,0.661157,0.61570245,0.58677685,0.5413223,0.53305787,0.54545456,0.5,0.4752066,0.5123967,0.59090906,0.62396693,0.6404959,0.661157,0.6735537,0.677686,0.677686,0.6735537,0.6528926,0.6404959,0.62396693,0.59504133,0.57438016,0.5785124,0.53305787,0.49173555,0.46280992,0.42561984,0.37603307,0.37603307,0.6942149,0.58677685,0.60330576,0.6487603,0.6942149,0.71487606,0.7355372,0.74793386,0.76859504,0.76859504,0.76859504,0.78099173,0.79752064,0.8016529,0.7933884,0.7892562,0.7768595,0.76859504,0.76033056,0.7355372,0.72727275,0.7066116,0.6528926,0.6487603,0.6735537,0.6859504,0.6818182,0.6818182,0.6983471,0.71487606,0.72727275,0.75206614,0.73966944,0.71900827,0.6942149,0.6694215,0.6363636,0.59504133,0.5289256,0.5123967,0.5495868,0.5371901,0.46694216,0.44214877,0.5123967,0.5661157,0.607438,0.6363636,0.661157,0.6570248,0.6528926,0.6528926,0.6363636,0.62396693,0.607438,0.57438016,0.5661157,0.5495868,0.5165289,0.48347107,0.45454547,0.41322315,0.3677686,0.3966942,0.7066116,0.60330576,0.59090906,0.6198347,0.69008267,0.71487606,0.73140496,0.75206614,0.75619835,0.7644628,0.76033056,0.7644628,0.78099173,0.7768595,0.76859504,0.75619835,0.74793386,0.72727275,0.7107438,0.69008267,0.6404959,0.59504133,0.58677685,0.6528926,0.6983471,0.6818182,0.6694215,0.6735537,0.6942149,0.71487606,0.72727275,0.73966944,0.7231405,0.6983471,0.6818182,0.6570248,0.6198347,0.57024795,0.5041322,0.4752066,0.5082645,0.49586776,0.46280992,0.41735536,0.46280992,0.5082645,0.553719,0.58677685,0.62396693,0.62396693,0.607438,0.61570245,0.61157024,0.59917355,0.57438016,0.56198347,0.53305787,0.5247934,0.48347107,0.47107437,0.44214877,0.3966942,0.3677686,0.4090909,0.7768595,0.6198347,0.57438016,0.61157024,0.661157,0.71900827,0.72727275,0.7355372,0.7355372,0.74793386,0.74793386,0.75206614,0.7644628,0.74793386,0.74380165,0.7355372,0.7107438,0.6859504,0.6363636,0.57438016,0.5247934,0.5206612,0.58264464,0.6528926,0.6859504,0.6652893,0.6446281,0.6404959,0.661157,0.6818182,0.70247936,0.7231405,0.7066116,0.677686,0.6528926,0.6446281,0.58264464,0.5082645,0.45041323,0.4338843,0.45867768,0.45041323,0.42975205,0.4214876,0.47107437,0.48347107,0.48347107,0.5247934,0.55785125,0.59917355,0.59090906,0.58677685,0.58264464,0.56198347,0.5495868,0.5413223,0.5123967,0.49586776,0.45867768,0.45041323,0.4338843,0.38429752,0.37603307,0.42561984,0.78512394,0.6735537,0.5785124,0.59917355,0.661157,0.7107438,0.7231405,0.71487606,0.71487606,0.71900827,0.7231405,0.7231405,0.72727275,0.7231405,0.71900827,0.6942149,0.661157,0.60330576,0.5413223,0.4876033,0.49586776,0.553719,0.57438016,0.61157024,0.6280992,0.6280992,0.59090906,0.57438016,0.57024795,0.607438,0.6570248,0.6859504,0.6818182,0.6487603,0.6198347,0.59090906,0.5165289,0.4338843,0.37603307,0.36363637,0.38429752,0.3966942,0.3966942,0.42561984,0.4876033,0.5206612,0.4876033,0.45041323,0.48347107,0.5165289,0.56198347,0.55785125,0.56198347,0.5371901,0.5206612,0.5041322,0.49173555,0.47933885,0.45454547,0.43801653,0.4338843,0.37190083,0.3677686,0.42975205,0.78512394,0.75206614,0.59090906,0.5785124,0.6446281,0.6735537,0.6818182,0.6818182,0.69008267,0.6859504,0.6942149,0.6942149,0.6942149,0.6859504,0.6528926,0.6363636,0.58677685,0.5165289,0.4752066,0.49173555,0.5661157,0.62396693,0.61570245,0.57024795,0.53305787,0.5123967,0.45867768,0.446281,0.44214877,0.4752066,0.54545456,0.58264464,0.59090906,0.57024795,0.54545456,0.5082645,0.42975205,0.3553719,0.30165288,0.29338843,0.32231405,0.3677686,0.3966942,0.4214876,0.446281,0.5,0.5082645,0.46280992,0.42561984,0.45867768,0.49586776,0.5247934,0.53305787,0.5206612,0.48347107,0.47107437,0.46694216,0.45867768,0.44214877,0.42561984,0.4338843,0.37603307,0.35123968,0.38842976,0.78512394,0.78099173,0.61570245,0.5661157,0.62396693,0.6280992,0.6363636,0.6446281,0.6528926,0.6570248,0.6487603,0.6446281,0.6404959,0.6363636,0.61157024,0.553719,0.5165289,0.45867768,0.4752066,0.553719,0.6280992,0.6487603,0.6446281,0.61157024,0.4752066,0.4090909,0.338843,0.33471075,0.35950413,0.38842976,0.42975205,0.45867768,0.46694216,0.45454547,0.45041323,0.4090909,0.3677686,0.338843,0.3181818,0.3181818,0.35123968,0.40495867,0.41322315,0.4214876,0.446281,0.47933885,0.49586776,0.4876033,0.446281,0.4338843,0.43801653,0.4876033,0.5082645,0.5,0.45867768,0.45867768,0.45454547,0.45041323,0.42975205,0.4338843,0.42561984,0.37190083,0.30578512,0.30165288,0.72727275,0.70247936,0.59090906,0.56198347,0.60330576,0.59917355,0.59504133,0.59917355,0.61157024,0.60330576,0.60330576,0.607438,0.59504133,0.58264464,0.5495868,0.5,0.47107437,0.45454547,0.53305787,0.6280992,0.6528926,0.661157,0.6528926,0.6487603,0.553719,0.4752066,0.42561984,0.4214876,0.42975205,0.42975205,0.41322315,0.4214876,0.40495867,0.4090909,0.3966942,0.38429752,0.37603307,0.38016528,0.38429752,0.38429752,0.38842976,0.41735536,0.41735536,0.42975205,0.42975205,0.45867768,0.47933885,0.49586776,0.4876033,0.46280992,0.42975205,0.45041323,0.48347107,0.4752066,0.46280992,0.446281,0.446281,0.446281,0.4338843,0.4338843,0.4090909,0.3677686,0.2603306,0.24380165,0.57438016,0.5413223,0.5041322,0.5495868,0.59090906,0.58677685,0.56198347,0.55785125,0.57438016,0.59090906,0.57438016,0.57024795,0.553719,0.5413223,0.5082645,0.46694216,0.45867768,0.5,0.59090906,0.6487603,0.661157,0.6487603,0.6487603,0.6570248,0.6322314,0.54545456,0.4876033,0.47933885,0.48347107,0.47107437,0.4338843,0.4214876,0.41735536,0.4338843,0.41735536,0.41322315,0.42561984,0.42975205,0.42975205,0.4214876,0.42975205,0.42975205,0.42975205,0.42975205,0.4338843,0.446281,0.4752066,0.5041322,0.5165289,0.49586776,0.47107437,0.43801653,0.46694216,0.47933885,0.46694216,0.45867768,0.45041323,0.44214877,0.43801653,0.42561984,0.41322315,0.35123968,0.23966943,0.24380165,0.47933885,0.47107437,0.47107437,0.5247934,0.58677685,0.58264464,0.5495868,0.53305787,0.53305787,0.5495868,0.553719,0.54545456,0.5289256,0.5123967,0.47933885,0.45041323,0.4876033,0.54545456,0.60330576,0.6322314,0.6404959,0.6404959,0.6404959,0.6570248,0.6652893,0.6363636,0.56198347,0.53305787,0.5247934,0.5041322,0.46694216,0.45454547,0.46694216,0.47107437,0.46694216,0.45867768,0.47107437,0.45867768,0.45454547,0.45867768,0.46694216,0.47107437,0.45041323,0.446281,0.45041323,0.446281,0.45867768,0.47107437,0.48347107,0.48347107,0.47933885,0.45454547,0.45867768,0.47933885,0.4752066,0.45454547,0.446281,0.4338843,0.4214876,0.41735536,0.4090909,0.3181818,0.22727273,0.2520661,0.47933885,0.46694216,0.46280992,0.5,0.5661157,0.57438016,0.54545456,0.5082645,0.5041322,0.53305787,0.5413223,0.5413223,0.53305787,0.5082645,0.47107437,0.46280992,0.5082645,0.5495868,0.59504133,0.61570245,0.62396693,0.6404959,0.6652893,0.677686,0.6942149,0.6942149,0.6735537,0.6280992,0.59090906,0.5495868,0.5165289,0.49586776,0.49586776,0.48347107,0.5041322,0.5041322,0.5041322,0.5,0.4876033,0.4876033,0.47933885,0.48347107,0.47107437,0.46280992,0.46280992,0.446281,0.446281,0.42975205,0.41735536,0.45041323,0.46694216,0.47107437,0.49173555,0.48347107,0.48347107,0.446281,0.4338843,0.4214876,0.4090909,0.40495867,0.39256197,0.28512397,0.22727273,0.25619835,0.4752066,0.47933885,0.47107437,0.47933885,0.54545456,0.55785125,0.5495868,0.5082645,0.5,0.5371901,0.54545456,0.5495868,0.54545456,0.5165289,0.47107437,0.47107437,0.49586776,0.5123967,0.5661157,0.60330576,0.6322314,0.661157,0.677686,0.69008267,0.7066116,0.7066116,0.7066116,0.6983471,0.6570248,0.607438,0.56198347,0.5413223,0.53305787,0.5165289,0.5041322,0.5041322,0.4876033,0.49173555,0.4752066,0.47933885,0.46280992,0.45454547,0.43801653,0.43801653,0.4338843,0.42975205,0.40495867,0.38842976,0.37190083,0.4214876,0.45867768,0.5041322,0.5206612,0.5165289,0.49586776,0.446281,0.42561984,0.40495867,0.40495867,0.40495867,0.37603307,0.2644628,0.23553719,0.2603306,0.48347107,0.47933885,0.46694216,0.47107437,0.5289256,0.553719,0.55785125,0.53305787,0.5082645,0.5371901,0.553719,0.5661157,0.55785125,0.53305787,0.4876033,0.48347107,0.47107437,0.45041323,0.5041322,0.55785125,0.59917355,0.61570245,0.6322314,0.6280992,0.6363636,0.6404959,0.6322314,0.62396693,0.59917355,0.5661157,0.5371901,0.5206612,0.5082645,0.47933885,0.45454547,0.45867768,0.44214877,0.4338843,0.42975205,0.42561984,0.4090909,0.39256197,0.37603307,0.3677686,0.338843,0.32231405,0.27272728,0.25619835,0.30991736,0.41322315,0.45041323,0.5123967,0.54545456,0.5495868,0.5041322,0.44214877,0.41735536,0.39256197,0.40495867,0.40495867,0.3553719,0.24793388,0.23140496,0.25619835,0.4752066,0.46280992,0.47107437,0.45867768,0.5082645,0.54545456,0.56198347,0.55785125,0.53305787,0.5413223,0.55785125,0.59090906,0.58677685,0.57024795,0.5371901,0.48347107,0.446281,0.38842976,0.40082645,0.44214877,0.48347107,0.49586776,0.49586776,0.49586776,0.49173555,0.4876033,0.48347107,0.48347107,0.45454547,0.43801653,0.44214877,0.43801653,0.4214876,0.40082645,0.3966942,0.41735536,0.4214876,0.3677686,0.3677686,0.4090909,0.37603307,0.37603307,0.38429752,0.28512397,0.17355372,0.1570248,0.16115703,0.1694215,0.3429752,0.44214877,0.46694216,0.53305787,0.5785124,0.553719,0.4876033,0.42975205,0.40495867,0.38842976,0.4090909,0.39256197,0.3181818,0.24793388,0.23140496,0.2644628,0.46694216,0.4752066,0.47107437,0.45867768,0.48347107,0.53305787,0.553719,0.57024795,0.55785125,0.54545456,0.54545456,0.58264464,0.60330576,0.59917355,0.59090906,0.5289256,0.446281,0.40495867,0.30991736,0.25619835,0.2603306,0.26859504,0.3264463,0.41322315,0.44214877,0.41735536,0.446281,0.4876033,0.38016528,0.38016528,0.46280992,0.4876033,0.46694216,0.4214876,0.45041323,0.5041322,0.5082645,0.3966942,0.38842976,0.4752066,0.42975205,0.4338843,0.44214877,0.2231405,0.12396694,0.19008264,0.28512397,0.38429752,0.446281,0.47933885,0.5206612,0.56198347,0.57438016,0.5289256,0.45454547,0.41735536,0.39256197,0.39256197,0.40495867,0.37603307,0.29338843,0.23140496,0.24380165,0.24793388,0.47107437,0.46694216,0.46694216,0.47107437,0.46694216,0.5165289,0.54545456,0.57024795,0.57438016,0.5495868,0.553719,0.55785125,0.61157024,0.6198347,0.6198347,0.5785124,0.5082645,0.4752066,0.39256197,0.338843,0.27272728,0.19008264,0.18181819,0.36363637,0.5,0.5041322,0.53305787,0.59917355,0.4876033,0.42561984,0.61570245,0.661157,0.6322314,0.5371901,0.5785124,0.6404959,0.62396693,0.47933885,0.45867768,0.5289256,0.446281,0.38842976,0.38429752,0.24793388,0.27272728,0.3553719,0.42975205,0.47107437,0.47933885,0.5041322,0.5371901,0.5661157,0.553719,0.4876033,0.42561984,0.3966942,0.39256197,0.3966942,0.38842976,0.34710744,0.2603306,0.23553719,0.24380165,0.23553719,0.47107437,0.46280992,0.46694216,0.46694216,0.46280992,0.4876033,0.5289256,0.55785125,0.5785124,0.5661157,0.56198347,0.55785125,0.59504133,0.61157024,0.62396693,0.61570245,0.57438016,0.553719,0.5371901,0.54545456,0.53305787,0.44214877,0.3140496,0.29752067,0.44214877,0.5123967,0.5413223,0.59917355,0.5247934,0.43801653,0.6487603,0.6859504,0.677686,0.56198347,0.57024795,0.6280992,0.60330576,0.45041323,0.3305785,0.4338843,0.35950413,0.30578512,0.35950413,0.37603307,0.41322315,0.45454547,0.4752066,0.48347107,0.47933885,0.5,0.5413223,0.57024795,0.5413223,0.46280992,0.41322315,0.39256197,0.3966942,0.40495867,0.38016528,0.3140496,0.23966943,0.24380165,0.24793388,0.24380165,0.47107437,0.46694216,0.47107437,0.45867768,0.47107437,0.46280992,0.49586776,0.5413223,0.56198347,0.5785124,0.5661157,0.56198347,0.58264464,0.59917355,0.6322314,0.6363636,0.6322314,0.59917355,0.58264464,0.6198347,0.661157,0.6487603,0.5661157,0.47933885,0.4338843,0.40495867,0.38842976,0.4338843,0.40082645,0.38016528,0.55785125,0.55785125,0.56198347,0.45454547,0.42975205,0.48347107,0.47107437,0.40495867,0.3553719,0.40082645,0.41735536,0.41322315,0.4338843,0.45041323,0.46694216,0.48347107,0.49586776,0.49586776,0.5,0.49173555,0.54545456,0.57024795,0.5247934,0.45041323,0.40495867,0.3966942,0.40082645,0.37190083,0.3677686,0.29338843,0.22727273,0.24380165,0.23966943,0.24380165,0.47107437,0.46694216,0.46694216,0.45454547,0.4752066,0.4338843,0.48347107,0.5082645,0.53305787,0.57024795,0.58264464,0.56198347,0.553719,0.59090906,0.61570245,0.6404959,0.6528926,0.6280992,0.59917355,0.6198347,0.6570248,0.677686,0.677686,0.6322314,0.6198347,0.58677685,0.57438016,0.55785125,0.54545456,0.5371901,0.5661157,0.5661157,0.553719,0.5,0.4876033,0.5,0.49173555,0.46694216,0.47107437,0.4876033,0.47933885,0.46694216,0.46280992,0.47107437,0.48347107,0.5,0.5,0.49173555,0.5,0.48347107,0.5082645,0.5289256,0.48347107,0.42975205,0.40082645,0.40082645,0.4090909,0.35123968,0.35123968,0.2892562,0.23140496,0.23966943,0.24380165,0.23966943,0.46694216,0.46280992,0.46694216,0.45867768,0.46280992,0.446281,0.5041322,0.4876033,0.5082645,0.553719,0.57438016,0.5661157,0.553719,0.57438016,0.5785124,0.6198347,0.6528926,0.6528926,0.6322314,0.6280992,0.661157,0.6735537,0.6735537,0.6735537,0.6652893,0.6487603,0.6652893,0.6652893,0.6694215,0.6694215,0.6570248,0.6404959,0.6280992,0.58677685,0.57438016,0.57024795,0.5495868,0.5289256,0.5247934,0.5247934,0.5123967,0.49586776,0.47107437,0.4752066,0.49586776,0.5,0.49586776,0.4876033,0.48347107,0.47107437,0.4876033,0.5,0.45041323,0.41322315,0.40082645,0.3966942,0.3677686,0.3305785,0.3677686,0.26859504,0.23553719,0.23553719,0.24380165,0.23966943,0.46694216,0.45867768,0.46694216,0.45454547,0.46694216,0.4090909,0.5413223,0.5123967,0.46694216,0.5082645,0.5495868,0.5661157,0.56198347,0.5495868,0.55785125,0.61157024,0.6363636,0.661157,0.661157,0.6487603,0.661157,0.6735537,0.69008267,0.6942149,0.6652893,0.6280992,0.6487603,0.6570248,0.661157,0.6652893,0.6652893,0.6528926,0.6446281,0.6198347,0.61157024,0.59504133,0.57438016,0.55785125,0.5413223,0.5289256,0.5165289,0.5041322,0.47107437,0.4752066,0.49173555,0.49586776,0.4876033,0.47107437,0.45454547,0.46280992,0.49173555,0.49173555,0.42561984,0.3966942,0.38016528,0.37190083,0.3429752,0.3305785,0.37190083,0.25619835,0.23140496,0.23966943,0.24380165,0.23966943,0.45867768,0.45867768,0.46694216,0.45867768,0.46280992,0.42561984,0.5165289,0.59090906,0.4752066,0.46280992,0.5165289,0.54545456,0.55785125,0.5413223,0.5413223,0.58677685,0.6198347,0.6487603,0.6446281,0.6487603,0.6570248,0.6652893,0.6859504,0.6983471,0.6859504,0.6446281,0.6363636,0.6322314,0.6198347,0.6198347,0.61570245,0.61157024,0.59504133,0.59090906,0.57438016,0.553719,0.5495868,0.54545456,0.553719,0.54545456,0.53305787,0.5165289,0.49173555,0.4876033,0.4876033,0.4876033,0.47107437,0.45867768,0.46280992,0.47107437,0.48347107,0.47107437,0.41322315,0.38842976,0.37603307,0.34710744,0.338843,0.35123968,0.36363637,0.25619835,0.21900827,0.24380165,0.23966943,0.23553719,0.46280992,0.45454547,0.46280992,0.45454547,0.46694216,0.42561984,0.4876033,0.6198347,0.55785125,0.45454547,0.46280992,0.5,0.5371901,0.5371901,0.53305787,0.553719,0.6198347,0.6487603,0.6446281,0.6528926,0.6694215,0.661157,0.6735537,0.69008267,0.69008267,0.6694215,0.6528926,0.6404959,0.6322314,0.62396693,0.61570245,0.59917355,0.57438016,0.57438016,0.55785125,0.5495868,0.55785125,0.553719,0.5661157,0.56198347,0.53305787,0.5206612,0.5041322,0.48347107,0.4876033,0.47933885,0.45454547,0.45041323,0.46694216,0.48347107,0.47107437,0.446281,0.3966942,0.37603307,0.35950413,0.33471075,0.35123968,0.35950413,0.3553719,0.24793388,0.2231405,0.24793388,0.23966943,0.23140496,0.45041323,0.45867768,0.45454547,0.45867768,0.46694216,0.42561984,0.48347107,0.61157024,0.61570245,0.5206612,0.4338843,0.45867768,0.5041322,0.5289256,0.5371901,0.53305787,0.59504133,0.6322314,0.6446281,0.661157,0.6694215,0.661157,0.6652893,0.677686,0.6859504,0.6735537,0.661157,0.6446281,0.6404959,0.6404959,0.62396693,0.607438,0.59917355,0.59504133,0.57024795,0.55785125,0.57438016,0.56198347,0.56198347,0.55785125,0.53305787,0.5206612,0.5041322,0.48347107,0.47933885,0.4752066,0.45454547,0.46694216,0.47933885,0.49586776,0.47107437,0.42561984,0.37603307,0.35950413,0.3305785,0.338843,0.36363637,0.34710744,0.34710744,0.24793388,0.22727273,0.23553719,0.22727273,0.23966943,0.45041323,0.45454547,0.45041323,0.45454547,0.45454547,0.41735536,0.47933885,0.61157024,0.61157024,0.59090906,0.4876033,0.42975205,0.46280992,0.49586776,0.53305787,0.5413223,0.57024795,0.61570245,0.6363636,0.6570248,0.6735537,0.6818182,0.6735537,0.6652893,0.6570248,0.6652893,0.661157,0.6446281,0.6446281,0.6363636,0.6363636,0.6198347,0.62396693,0.607438,0.59504133,0.58677685,0.58264464,0.58677685,0.58264464,0.56198347,0.553719,0.53305787,0.5123967,0.5041322,0.5082645,0.4752066,0.48347107,0.48347107,0.49173555,0.4876033,0.45041323,0.40495867,0.35950413,0.33471075,0.3305785,0.36363637,0.35950413,0.3553719,0.34710744,0.24380165,0.22727273,0.23553719,0.23553719,0.23140496,0.45041323,0.45454547,0.446281,0.45041323,0.45454547,0.4214876,0.45867768,0.61157024,0.6198347,0.6198347,0.57024795,0.47933885,0.43801653,0.45867768,0.5,0.5289256,0.5495868,0.58264464,0.6280992,0.6570248,0.677686,0.69008267,0.6735537,0.6528926,0.6404959,0.6528926,0.6446281,0.6446281,0.6363636,0.6363636,0.6528926,0.6570248,0.6652893,0.6735537,0.6694215,0.6652893,0.6487603,0.6446281,0.6363636,0.61157024,0.59090906,0.5661157,0.553719,0.53305787,0.5206612,0.5165289,0.5082645,0.5,0.5082645,0.4876033,0.42561984,0.37190083,0.32231405,0.33471075,0.34710744,0.3677686,0.3429752,0.33471075,0.338843,0.25619835,0.22727273,0.2231405,0.23140496,0.23140496,0.45041323,0.45454547,0.45041323,0.45041323,0.45041323,0.41735536,0.45867768,0.59917355,0.60330576,0.6322314,0.607438,0.5661157,0.47933885,0.42975205,0.45454547,0.5041322,0.5289256,0.54545456,0.59504133,0.6363636,0.677686,0.6942149,0.6859504,0.6694215,0.6859504,0.6818182,0.6528926,0.6446281,0.6446281,0.6487603,0.6735537,0.69008267,0.6983471,0.71900827,0.71487606,0.7066116,0.6818182,0.6694215,0.6570248,0.62396693,0.59504133,0.56198347,0.56198347,0.5661157,0.5661157,0.5495868,0.5289256,0.5082645,0.5082645,0.47107437,0.3966942,0.338843,0.30991736,0.338843,0.338843,0.3677686,0.34710744,0.3305785,0.33471075,0.2520661,0.2231405,0.2231405,0.2231405,0.23966943,0.45041323,0.44214877,0.446281,0.446281,0.45041323,0.4338843,0.44214877,0.59090906,0.59917355,0.6487603,0.61157024,0.58264464,0.5495868,0.46694216,0.42561984,0.45867768,0.5,0.5123967,0.55785125,0.6198347,0.6735537,0.69008267,0.6983471,0.69008267,0.7107438,0.72727275,0.70247936,0.677686,0.69008267,0.6818182,0.6859504,0.6942149,0.7107438,0.7355372,0.7355372,0.6983471,0.6652893,0.6652893,0.6570248,0.62396693,0.59504133,0.57024795,0.57438016,0.58677685,0.58264464,0.57438016,0.5289256,0.5041322,0.47933885,0.42975205,0.36363637,0.3181818,0.33471075,0.3264463,0.3429752,0.38016528,0.35123968,0.3305785,0.32231405,0.25619835,0.23140496,0.22727273,0.2231405,0.23140496,0.44214877,0.44214877,0.446281,0.44214877,0.446281,0.4214876,0.42975205,0.58677685,0.59090906,0.62396693,0.6322314,0.58677685,0.5785124,0.5041322,0.44214877,0.42561984,0.44214877,0.4752066,0.5,0.5785124,0.6198347,0.6694215,0.6818182,0.6942149,0.7066116,0.72727275,0.73140496,0.7107438,0.7107438,0.6942149,0.677686,0.6859504,0.7107438,0.72727275,0.7231405,0.6694215,0.6652893,0.6528926,0.6404959,0.6198347,0.607438,0.59090906,0.57438016,0.58264464,0.58677685,0.5661157,0.5206612,0.47933885,0.45867768,0.38842976,0.32231405,0.3305785,0.35123968,0.3429752,0.33471075,0.36363637,0.35950413,0.3429752,0.33471075,0.2520661,0.22727273,0.21900827,0.23140496,0.23140496,0.43801653,0.42975205,0.446281,0.42975205,0.43801653,0.42561984,0.4214876,0.5661157,0.61570245,0.59090906,0.6280992,0.61570245,0.58264464,0.5082645,0.47107437,0.4338843,0.41322315,0.4214876,0.446281,0.5041322,0.5661157,0.6322314,0.6570248,0.69008267,0.7066116,0.71900827,0.72727275,0.72727275,0.71900827,0.6942149,0.677686,0.6942149,0.7231405,0.71900827,0.6942149,0.6570248,0.6487603,0.661157,0.6487603,0.6198347,0.61157024,0.59504133,0.55785125,0.56198347,0.56198347,0.53305787,0.49173555,0.4338843,0.4090909,0.34710744,0.3264463,0.35123968,0.3677686,0.35123968,0.32231405,0.3553719,0.35950413,0.34710744,0.33471075,0.24380165,0.21900827,0.2231405,0.2231405,0.23553719,0.4338843,0.4338843,0.4338843,0.4338843,0.4338843,0.4214876,0.4214876,0.55785125,0.6280992,0.59504133,0.62396693,0.61157024,0.60330576,0.553719,0.5041322,0.4752066,0.42561984,0.40082645,0.40495867,0.42561984,0.48347107,0.57024795,0.61157024,0.661157,0.69008267,0.6983471,0.7107438,0.73140496,0.6983471,0.6818182,0.6942149,0.70247936,0.71487606,0.677686,0.6363636,0.61570245,0.607438,0.62396693,0.6280992,0.59504133,0.58677685,0.56198347,0.5371901,0.5247934,0.5123967,0.48347107,0.4338843,0.4090909,0.34710744,0.3305785,0.34710744,0.36363637,0.37190083,0.34710744,0.338843,0.34710744,0.34710744,0.35123968,0.33471075,0.23966943,0.21487603,0.2231405,0.21487603,0.2231405,0.4338843,0.42561984,0.4338843,0.43801653,0.42975205,0.42561984,0.41735536,0.54545456,0.6322314,0.61570245,0.6363636,0.60330576,0.62396693,0.59090906,0.5413223,0.5,0.46694216,0.41735536,0.40082645,0.40082645,0.40495867,0.47933885,0.5206612,0.58264464,0.6404959,0.6528926,0.6652893,0.69008267,0.6859504,0.6570248,0.6446281,0.6404959,0.6404959,0.61570245,0.58264464,0.56198347,0.56198347,0.5495868,0.5785124,0.56198347,0.5289256,0.5082645,0.49586776,0.4752066,0.45041323,0.4214876,0.3966942,0.34710744,0.32231405,0.3264463,0.3553719,0.37190083,0.37603307,0.35123968,0.34710744,0.3553719,0.3305785,0.3553719,0.34710744,0.24793388,0.2107438,0.21487603,0.21900827,0.22727273,0.4338843,0.43801653,0.42561984,0.4338843,0.42975205,0.42561984,0.43801653,0.553719,0.62396693,0.6322314,0.6322314,0.60330576,0.60330576,0.61570245,0.5661157,0.5289256,0.4876033,0.46280992,0.4338843,0.41322315,0.3966942,0.4090909,0.44214877,0.5041322,0.57024795,0.60330576,0.61570245,0.6322314,0.6404959,0.6280992,0.59917355,0.58677685,0.5785124,0.553719,0.5289256,0.5165289,0.5123967,0.49586776,0.5165289,0.5165289,0.46694216,0.446281,0.42975205,0.41322315,0.3966942,0.37603307,0.34710744,0.30578512,0.34710744,0.3429752,0.34710744,0.3677686,0.37190083,0.3553719,0.34710744,0.35950413,0.33471075,0.34710744,0.338843,0.28099173,0.21487603,0.2231405,0.21487603,0.21487603,0.42975205,0.4338843,0.42561984,0.42975205,0.44214877,0.45867768,0.45041323,0.5413223,0.6198347,0.6363636,0.6322314,0.6322314,0.6280992,0.6280992,0.58677685,0.5495868,0.5165289,0.49173555,0.45867768,0.4338843,0.42975205,0.40082645,0.40082645,0.41322315,0.46280992,0.5123967,0.54545456,0.5661157,0.5661157,0.55785125,0.54545456,0.5289256,0.5082645,0.49586776,0.47933885,0.46694216,0.46280992,0.44214877,0.45041323,0.446281,0.4214876,0.40495867,0.37190083,0.3677686,0.34710744,0.3264463,0.3264463,0.3429752,0.34710744,0.36363637,0.3553719,0.36363637,0.3677686,0.3553719,0.3553719,0.36363637,0.34710744,0.35123968,0.3264463,0.26859504,0.24380165,0.20661157,0.21487603,0.2107438,0.42561984,0.42975205,0.41735536,0.45041323,0.5123967,0.39256197,0.24793388,0.5165289,0.62396693,0.62396693,0.62396693,0.6363636,0.6363636,0.6363636,0.58677685,0.54545456,0.5413223,0.5206612,0.4876033,0.45041323,0.43801653,0.42975205,0.41735536,0.3966942,0.38016528,0.4090909,0.46280992,0.48347107,0.49586776,0.49586776,0.4752066,0.46694216,0.44214877,0.42975205,0.4214876,0.40495867,0.3966942,0.38429752,0.38429752,0.38429752,0.3553719,0.3429752,0.32231405,0.32231405,0.30165288,0.32231405,0.35123968,0.37190083,0.3553719,0.37603307,0.37603307,0.37190083,0.36363637,0.35950413,0.36363637,0.35123968,0.35950413,0.3553719,0.30991736,0.25619835,0.2520661,0.21900827,0.21487603,0.21487603,0.4214876,0.42975205,0.41322315,0.5041322,0.5289256,0.16115703,0.23966943,0.53305787,0.6198347,0.6322314,0.62396693,0.6363636,0.6487603,0.6487603,0.607438,0.5785124,0.553719,0.5289256,0.5206612,0.47933885,0.446281,0.4338843,0.4338843,0.4214876,0.39256197,0.38016528,0.37190083,0.3966942,0.41735536,0.42561984,0.42975205,0.40082645,0.38842976,0.3677686,0.3553719,0.3429752,0.32231405,0.3181818,0.3264463,0.3140496,0.29338843,0.3140496,0.29752067,0.30165288,0.30578512,0.33471075,0.35950413,0.38016528,0.36363637,0.36363637,0.37603307,0.37603307,0.37190083,0.3677686,0.36363637,0.3677686,0.36363637,0.37603307,0.29752067,0.18595041,0.2768595,0.23553719,0.23140496,0.21900827,4 +0.661157,0.661157,0.6652893,0.6694215,0.70247936,0.72727275,0.74380165,0.75619835,0.76859504,0.76033056,0.75619835,0.75206614,0.75619835,0.76033056,0.76859504,0.77272725,0.78512394,0.7892562,0.7892562,0.7892562,0.78099173,0.77272725,0.76859504,0.76859504,0.7644628,0.7644628,0.7644628,0.76859504,0.75619835,0.75619835,0.74380165,0.73966944,0.74793386,0.74380165,0.73140496,0.72727275,0.71900827,0.71487606,0.7066116,0.70247936,0.6983471,0.6942149,0.69008267,0.6818182,0.677686,0.6570248,0.6363636,0.6322314,0.6198347,0.60330576,0.59090906,0.5785124,0.5661157,0.5661157,0.54545456,0.5371901,0.5165289,0.47933885,0.45041323,0.42975205,0.41735536,0.4090909,0.3677686,0.2520661,0.6528926,0.6528926,0.6528926,0.661157,0.6735537,0.6983471,0.72727275,0.7355372,0.75619835,0.75619835,0.74793386,0.74380165,0.74793386,0.7644628,0.77272725,0.78099173,0.7892562,0.7933884,0.79752064,0.8016529,0.79752064,0.7892562,0.78099173,0.78099173,0.7768595,0.7768595,0.76859504,0.7768595,0.7644628,0.76033056,0.7644628,0.7644628,0.7644628,0.75619835,0.74793386,0.72727275,0.71900827,0.7107438,0.7107438,0.71487606,0.70247936,0.6983471,0.6983471,0.70247936,0.7066116,0.6694215,0.6694215,0.6528926,0.6280992,0.607438,0.60330576,0.5785124,0.57438016,0.58264464,0.55785125,0.5371901,0.5165289,0.47933885,0.44214877,0.4214876,0.4214876,0.4090909,0.36363637,0.28099173,0.6446281,0.6404959,0.6487603,0.6487603,0.6487603,0.69008267,0.71900827,0.73966944,0.74793386,0.75619835,0.75206614,0.74793386,0.75206614,0.76859504,0.78099173,0.78512394,0.7933884,0.8016529,0.8140496,0.8140496,0.80991733,0.8016529,0.78512394,0.78099173,0.78512394,0.79752064,0.78512394,0.7892562,0.78099173,0.7768595,0.76859504,0.7644628,0.76859504,0.7644628,0.75206614,0.7355372,0.7231405,0.71487606,0.71900827,0.71487606,0.71487606,0.7107438,0.7107438,0.7231405,0.71900827,0.70247936,0.69008267,0.6735537,0.6528926,0.62396693,0.607438,0.59090906,0.5785124,0.58677685,0.5661157,0.5413223,0.5165289,0.4752066,0.43801653,0.4214876,0.4214876,0.40082645,0.35123968,0.3140496,0.6446281,0.6322314,0.6363636,0.6404959,0.6487603,0.677686,0.70247936,0.71900827,0.73966944,0.74793386,0.74793386,0.75206614,0.74793386,0.76033056,0.77272725,0.7892562,0.79752064,0.8016529,0.822314,0.822314,0.8181818,0.8057851,0.7933884,0.7892562,0.7892562,0.8057851,0.8016529,0.8016529,0.7933884,0.78099173,0.76859504,0.7644628,0.76859504,0.7768595,0.76033056,0.74793386,0.73140496,0.73140496,0.7355372,0.73140496,0.73140496,0.7355372,0.72727275,0.7231405,0.72727275,0.70247936,0.6942149,0.6818182,0.6570248,0.6280992,0.61157024,0.60330576,0.59917355,0.59504133,0.57024795,0.54545456,0.5082645,0.47107437,0.4338843,0.41735536,0.41322315,0.38842976,0.37190083,0.32231405,0.6363636,0.6404959,0.6322314,0.6322314,0.6446281,0.6570248,0.6818182,0.7066116,0.71900827,0.7355372,0.74380165,0.75206614,0.74380165,0.75206614,0.76859504,0.78512394,0.79752064,0.79752064,0.8140496,0.822314,0.822314,0.8140496,0.8016529,0.79752064,0.79752064,0.79752064,0.8057851,0.8057851,0.79752064,0.78512394,0.77272725,0.7644628,0.76859504,0.77272725,0.75619835,0.76033056,0.74380165,0.73966944,0.74793386,0.74793386,0.75206614,0.75619835,0.74380165,0.74793386,0.73140496,0.71487606,0.6983471,0.677686,0.6528926,0.6280992,0.59917355,0.59917355,0.59917355,0.59504133,0.5661157,0.54545456,0.49586776,0.45867768,0.4214876,0.41322315,0.41322315,0.38429752,0.36363637,0.3264463,0.6322314,0.6363636,0.6280992,0.62396693,0.6322314,0.6487603,0.6735537,0.6983471,0.71900827,0.72727275,0.74793386,0.75619835,0.75619835,0.75206614,0.7644628,0.7768595,0.79752064,0.8016529,0.8057851,0.80991733,0.8181818,0.80991733,0.8016529,0.79752064,0.79752064,0.7933884,0.8016529,0.8016529,0.79752064,0.7892562,0.7768595,0.76033056,0.7644628,0.76859504,0.75619835,0.75619835,0.74380165,0.74793386,0.75206614,0.75206614,0.75206614,0.74380165,0.74380165,0.74380165,0.73966944,0.71900827,0.7066116,0.69008267,0.661157,0.6198347,0.60330576,0.59917355,0.59504133,0.58677685,0.553719,0.5289256,0.47933885,0.446281,0.41735536,0.4090909,0.40495867,0.37190083,0.3553719,0.3140496,0.6198347,0.6446281,0.6280992,0.61570245,0.6198347,0.6363636,0.6652893,0.6983471,0.71900827,0.73140496,0.74380165,0.75619835,0.75619835,0.75206614,0.76033056,0.7768595,0.78512394,0.8016529,0.7933884,0.79752064,0.8016529,0.8057851,0.79752064,0.7892562,0.7933884,0.78512394,0.7933884,0.7892562,0.78512394,0.78512394,0.77272725,0.75619835,0.75619835,0.7644628,0.74793386,0.75206614,0.74380165,0.75206614,0.74793386,0.75206614,0.75206614,0.74793386,0.74380165,0.73966944,0.73966944,0.7231405,0.7107438,0.6859504,0.6570248,0.6322314,0.61157024,0.59917355,0.60330576,0.57438016,0.5495868,0.5165289,0.47107437,0.43801653,0.40495867,0.40082645,0.4090909,0.3677686,0.3553719,0.30578512,0.61570245,0.6446281,0.6363636,0.6280992,0.62396693,0.62396693,0.6570248,0.6983471,0.7231405,0.73140496,0.74793386,0.75206614,0.75206614,0.75619835,0.76033056,0.7644628,0.77272725,0.7768595,0.76859504,0.77272725,0.78099173,0.7892562,0.78512394,0.76859504,0.7768595,0.78099173,0.78099173,0.76033056,0.75619835,0.76033056,0.75619835,0.75206614,0.75206614,0.74793386,0.74380165,0.73966944,0.73966944,0.7355372,0.73966944,0.74380165,0.74380165,0.74793386,0.7355372,0.73966944,0.7355372,0.72727275,0.6983471,0.6652893,0.6363636,0.61570245,0.59917355,0.607438,0.59504133,0.5785124,0.55785125,0.5165289,0.47107437,0.4338843,0.4090909,0.3966942,0.40082645,0.37190083,0.35950413,0.30165288,0.61157024,0.62396693,0.6322314,0.6404959,0.62396693,0.62396693,0.6446281,0.6983471,0.73140496,0.73966944,0.74793386,0.75206614,0.74380165,0.75206614,0.7355372,0.72727275,0.72727275,0.72727275,0.7107438,0.70247936,0.7107438,0.71900827,0.7107438,0.6983471,0.69008267,0.71900827,0.71900827,0.72727275,0.7231405,0.72727275,0.73140496,0.7231405,0.73140496,0.7231405,0.7107438,0.7107438,0.7107438,0.7107438,0.71487606,0.71487606,0.71487606,0.71487606,0.7107438,0.6983471,0.69008267,0.6694215,0.6404959,0.61570245,0.58264464,0.57024795,0.57024795,0.57024795,0.5661157,0.56198347,0.55785125,0.5289256,0.4876033,0.4338843,0.3966942,0.3966942,0.39256197,0.38016528,0.34710744,0.3140496,0.6198347,0.62396693,0.6322314,0.6528926,0.6446281,0.6280992,0.6528926,0.70247936,0.7355372,0.7355372,0.73966944,0.7355372,0.71487606,0.7066116,0.677686,0.6652893,0.6446281,0.62396693,0.607438,0.58264464,0.5661157,0.56198347,0.5495868,0.5495868,0.5661157,0.59917355,0.6363636,0.661157,0.6694215,0.6818182,0.69008267,0.70247936,0.7107438,0.6983471,0.6983471,0.6942149,0.6818182,0.6735537,0.6652893,0.6652893,0.661157,0.6446281,0.6322314,0.6198347,0.59917355,0.57024795,0.5495868,0.5289256,0.4876033,0.4752066,0.4876033,0.49173555,0.5,0.5206612,0.5289256,0.5165289,0.5,0.46280992,0.3966942,0.39256197,0.39256197,0.37190083,0.3305785,0.30578512,0.6363636,0.6404959,0.6446281,0.6570248,0.6528926,0.6404959,0.6694215,0.6942149,0.7107438,0.71900827,0.7066116,0.6859504,0.6570248,0.62396693,0.59504133,0.58264464,0.5413223,0.5289256,0.5206612,0.49586776,0.48347107,0.48347107,0.4752066,0.4876033,0.49173555,0.5165289,0.553719,0.59504133,0.61157024,0.6280992,0.6528926,0.6694215,0.6570248,0.6694215,0.661157,0.6404959,0.6363636,0.6363636,0.6198347,0.61157024,0.59504133,0.5785124,0.55785125,0.54545456,0.5082645,0.4876033,0.4752066,0.45041323,0.40495867,0.37603307,0.38842976,0.38429752,0.40495867,0.45041323,0.47107437,0.47107437,0.4876033,0.47933885,0.41735536,0.39256197,0.39256197,0.37603307,0.32231405,0.29338843,0.6446281,0.661157,0.661157,0.6570248,0.6528926,0.6528926,0.6570248,0.6446281,0.6487603,0.6446281,0.61570245,0.59090906,0.5785124,0.5247934,0.49586776,0.46280992,0.42975205,0.43801653,0.44214877,0.4338843,0.42561984,0.446281,0.45454547,0.4752066,0.47933885,0.4876033,0.5165289,0.5413223,0.57024795,0.59090906,0.60330576,0.61570245,0.6322314,0.61570245,0.607438,0.58264464,0.58677685,0.59504133,0.57438016,0.553719,0.53305787,0.5123967,0.49586776,0.47933885,0.446281,0.4214876,0.40495867,0.38429752,0.34710744,0.3181818,0.30578512,0.30578512,0.3429752,0.39256197,0.41735536,0.41735536,0.4338843,0.446281,0.42561984,0.40082645,0.4090909,0.35950413,0.3264463,0.30578512,0.6487603,0.6652893,0.6694215,0.6694215,0.6487603,0.6322314,0.61157024,0.60330576,0.59090906,0.5785124,0.5495868,0.5206612,0.5123967,0.4876033,0.45041323,0.4338843,0.40495867,0.40495867,0.41322315,0.41735536,0.41322315,0.43801653,0.45041323,0.47107437,0.46694216,0.4752066,0.49173555,0.49586776,0.5289256,0.5495868,0.56198347,0.58264464,0.59504133,0.58264464,0.55785125,0.5413223,0.54545456,0.5413223,0.5165289,0.4876033,0.46694216,0.46280992,0.43801653,0.42975205,0.3966942,0.37190083,0.36363637,0.34710744,0.3181818,0.3305785,0.33471075,0.33471075,0.35950413,0.38429752,0.39256197,0.40082645,0.39256197,0.4090909,0.4090909,0.39256197,0.41322315,0.35123968,0.32231405,0.30991736,0.6570248,0.661157,0.6818182,0.6818182,0.6404959,0.607438,0.58264464,0.59090906,0.59090906,0.57024795,0.553719,0.5289256,0.5082645,0.4876033,0.46694216,0.43801653,0.41735536,0.40495867,0.38429752,0.3677686,0.36363637,0.37190083,0.40082645,0.42975205,0.45041323,0.45867768,0.47107437,0.48347107,0.5,0.5206612,0.54545456,0.57438016,0.58677685,0.5785124,0.5661157,0.5289256,0.5165289,0.49586776,0.4752066,0.446281,0.40495867,0.38016528,0.37603307,0.3677686,0.3553719,0.35123968,0.34710744,0.3429752,0.3553719,0.3677686,0.38842976,0.40082645,0.4090909,0.4214876,0.41322315,0.40082645,0.39256197,0.38016528,0.3966942,0.38429752,0.4090909,0.3553719,0.3140496,0.29338843,0.661157,0.661157,0.6818182,0.6735537,0.6322314,0.59090906,0.57438016,0.57024795,0.56198347,0.5371901,0.5206612,0.5,0.46694216,0.42975205,0.40082645,0.37603307,0.3553719,0.338843,0.30991736,0.29752067,0.29338843,0.29338843,0.3140496,0.35123968,0.3966942,0.4214876,0.44214877,0.46280992,0.4752066,0.5041322,0.5495868,0.60330576,0.6322314,0.6322314,0.607438,0.5495868,0.49586776,0.45454547,0.41735536,0.37603307,0.3553719,0.33471075,0.3264463,0.30578512,0.28099173,0.25619835,0.25619835,0.2520661,0.28512397,0.30578512,0.3181818,0.3429752,0.37190083,0.40495867,0.41735536,0.41322315,0.40082645,0.37603307,0.38016528,0.38429752,0.4090909,0.35123968,0.30578512,0.2644628,0.6694215,0.6735537,0.677686,0.6735537,0.6363636,0.60330576,0.5661157,0.5495868,0.5371901,0.5082645,0.46694216,0.44214877,0.41322315,0.38842976,0.34710744,0.30991736,0.2768595,0.2644628,0.25619835,0.2768595,0.3140496,0.3264463,0.338843,0.3429752,0.3677686,0.3966942,0.4214876,0.44214877,0.47107437,0.5082645,0.58264464,0.6859504,0.71900827,0.71900827,0.677686,0.60330576,0.5082645,0.42561984,0.36363637,0.32231405,0.3181818,0.3140496,0.29752067,0.28099173,0.2644628,0.24380165,0.2520661,0.24380165,0.2644628,0.29752067,0.30165288,0.3140496,0.3140496,0.3305785,0.36363637,0.3966942,0.40082645,0.38429752,0.38429752,0.3966942,0.41322315,0.3429752,0.29338843,0.23140496,0.6818182,0.69008267,0.6818182,0.6735537,0.6487603,0.6198347,0.5785124,0.5495868,0.5123967,0.46694216,0.43801653,0.42975205,0.40495867,0.35950413,0.29752067,0.24380165,0.23966943,0.23140496,0.2520661,0.3181818,0.38429752,0.35950413,0.35950413,0.38842976,0.40495867,0.41322315,0.42561984,0.45041323,0.47107437,0.5289256,0.6322314,0.73966944,0.76859504,0.75619835,0.7231405,0.6487603,0.53305787,0.42561984,0.35123968,0.3140496,0.3181818,0.3140496,0.30991736,0.29752067,0.2892562,0.23553719,0.23140496,0.2231405,0.2107438,0.23140496,0.2603306,0.29338843,0.28512397,0.29338843,0.29338843,0.33471075,0.38429752,0.39256197,0.4090909,0.40495867,0.41322315,0.35950413,0.28099173,0.22727273,0.6818182,0.6859504,0.6735537,0.6570248,0.6446281,0.6322314,0.59504133,0.553719,0.49586776,0.45867768,0.42561984,0.38429752,0.3677686,0.40082645,0.3429752,0.27272728,0.23966943,0.24793388,0.2768595,0.38429752,0.47933885,0.45041323,0.37603307,0.33471075,0.4090909,0.45454547,0.47107437,0.46280992,0.5041322,0.5785124,0.6818182,0.76033056,0.7892562,0.7768595,0.74793386,0.69008267,0.58264464,0.46280992,0.35950413,0.3553719,0.35123968,0.3181818,0.2892562,0.3264463,0.35950413,0.26859504,0.24380165,0.24380165,0.21487603,0.23553719,0.30991736,0.3677686,0.29752067,0.23966943,0.25619835,0.2892562,0.35950413,0.40495867,0.41322315,0.41735536,0.4090909,0.36363637,0.2768595,0.2520661,0.677686,0.6859504,0.6694215,0.6694215,0.6528926,0.6363636,0.59917355,0.54545456,0.49173555,0.45867768,0.42975205,0.4090909,0.41735536,0.45867768,0.42975205,0.38429752,0.3553719,0.338843,0.35123968,0.42561984,0.4876033,0.45867768,0.3966942,0.3677686,0.40082645,0.46280992,0.5,0.5289256,0.5785124,0.6404959,0.6983471,0.7768595,0.78512394,0.78512394,0.76033056,0.71900827,0.6446281,0.5123967,0.40082645,0.38842976,0.39256197,0.3677686,0.3264463,0.35950413,0.3966942,0.3264463,0.27272728,0.24380165,0.23140496,0.25619835,0.33471075,0.40495867,0.3429752,0.24793388,0.21900827,0.25619835,0.33471075,0.4090909,0.4338843,0.42561984,0.4090909,0.37603307,0.2644628,0.27272728,0.6735537,0.6818182,0.6735537,0.6983471,0.71900827,0.69008267,0.6446281,0.61570245,0.59504133,0.57438016,0.553719,0.54545456,0.553719,0.5495868,0.53305787,0.5082645,0.5041322,0.47933885,0.46280992,0.4752066,0.47933885,0.45454547,0.4338843,0.42975205,0.45041323,0.5041322,0.57438016,0.62396693,0.6570248,0.6735537,0.7066116,0.7644628,0.8016529,0.79752064,0.76033056,0.73140496,0.6694215,0.56198347,0.45041323,0.4214876,0.41322315,0.41322315,0.40082645,0.40082645,0.41735536,0.4090909,0.3966942,0.37190083,0.35123968,0.35123968,0.37603307,0.40082645,0.38016528,0.34710744,0.3264463,0.30578512,0.35123968,0.41735536,0.45041323,0.43801653,0.4214876,0.37190083,0.2768595,0.30165288,0.677686,0.677686,0.6735537,0.69008267,0.74380165,0.75206614,0.75206614,0.76033056,0.74793386,0.7231405,0.677686,0.6487603,0.6487603,0.6363636,0.6280992,0.60330576,0.59090906,0.55785125,0.5206612,0.5,0.4752066,0.46694216,0.45867768,0.47107437,0.5206612,0.59917355,0.6694215,0.69008267,0.6859504,0.6859504,0.70247936,0.75206614,0.8016529,0.8057851,0.7768595,0.73966944,0.677686,0.57024795,0.47933885,0.46694216,0.4752066,0.4338843,0.41322315,0.41322315,0.42561984,0.42975205,0.446281,0.44214877,0.42975205,0.42975205,0.43801653,0.44214877,0.43801653,0.42561984,0.41735536,0.40495867,0.4214876,0.45041323,0.47933885,0.45041323,0.4214876,0.38016528,0.3181818,0.34710744,0.677686,0.6818182,0.69008267,0.71900827,0.75619835,0.78099173,0.78512394,0.7768595,0.7768595,0.76033056,0.71487606,0.6570248,0.6322314,0.607438,0.58264464,0.5495868,0.5371901,0.5206612,0.5041322,0.5041322,0.5165289,0.553719,0.57438016,0.60330576,0.6487603,0.6942149,0.7066116,0.6983471,0.6942149,0.70247936,0.6983471,0.73140496,0.78099173,0.80991733,0.7933884,0.75206614,0.6859504,0.5785124,0.48347107,0.49173555,0.5082645,0.47107437,0.446281,0.45454547,0.446281,0.43801653,0.4338843,0.44214877,0.44214877,0.45867768,0.45454547,0.47107437,0.46280992,0.45454547,0.45041323,0.46280992,0.47933885,0.47933885,0.4876033,0.45867768,0.41735536,0.38429752,0.35950413,0.36363637,0.6694215,0.677686,0.6983471,0.73966944,0.76859504,0.78099173,0.78099173,0.78099173,0.76859504,0.7355372,0.6818182,0.6446281,0.61157024,0.58264464,0.55785125,0.553719,0.553719,0.5785124,0.607438,0.6280992,0.6404959,0.6859504,0.7066116,0.7066116,0.7107438,0.7107438,0.7107438,0.70247936,0.7066116,0.71487606,0.70247936,0.71900827,0.75619835,0.7933884,0.7933884,0.75206614,0.6859504,0.58264464,0.4876033,0.49173555,0.5082645,0.49586776,0.4752066,0.47933885,0.49173555,0.49586776,0.46280992,0.4338843,0.4214876,0.42561984,0.42561984,0.4338843,0.43801653,0.45454547,0.46280992,0.46694216,0.47933885,0.5,0.49173555,0.45867768,0.4214876,0.38429752,0.38016528,0.37190083,0.6528926,0.6652893,0.6942149,0.73140496,0.75619835,0.76859504,0.76859504,0.77272725,0.7644628,0.76033056,0.74380165,0.73140496,0.70247936,0.7066116,0.69008267,0.677686,0.6818182,0.70247936,0.73140496,0.73140496,0.7355372,0.75206614,0.73966944,0.72727275,0.7066116,0.7066116,0.7107438,0.7066116,0.7107438,0.7107438,0.6983471,0.7066116,0.73140496,0.78099173,0.79752064,0.76033056,0.6859504,0.5785124,0.4876033,0.4876033,0.49173555,0.5,0.4876033,0.49173555,0.5082645,0.5247934,0.53305787,0.5082645,0.49586776,0.47107437,0.47107437,0.47107437,0.47107437,0.49173555,0.5082645,0.5123967,0.5123967,0.49586776,0.47933885,0.46694216,0.4338843,0.36363637,0.3429752,0.38429752,0.6487603,0.6570248,0.69008267,0.71900827,0.73966944,0.74793386,0.7644628,0.78099173,0.7892562,0.7892562,0.7933884,0.7892562,0.78099173,0.78099173,0.77272725,0.76033056,0.75619835,0.76033056,0.78512394,0.78099173,0.7644628,0.76033056,0.73966944,0.71487606,0.7066116,0.7066116,0.7107438,0.7066116,0.70247936,0.7066116,0.69008267,0.6983471,0.71900827,0.78099173,0.8181818,0.78512394,0.70247936,0.59504133,0.5041322,0.4876033,0.48347107,0.49173555,0.49173555,0.5082645,0.5371901,0.55785125,0.5785124,0.58264464,0.55785125,0.5371901,0.5206612,0.5165289,0.5165289,0.53305787,0.5495868,0.553719,0.53305787,0.5165289,0.4876033,0.4752066,0.43801653,0.35123968,0.3140496,0.3677686,0.62396693,0.6487603,0.6652893,0.70247936,0.7231405,0.74380165,0.76033056,0.77272725,0.78099173,0.78099173,0.7892562,0.7933884,0.78512394,0.7892562,0.78512394,0.7892562,0.79752064,0.7933884,0.7933884,0.78512394,0.77272725,0.76859504,0.74380165,0.7231405,0.71900827,0.71487606,0.7107438,0.6942149,0.6942149,0.677686,0.6859504,0.6942149,0.71487606,0.78099173,0.8264463,0.79752064,0.7231405,0.6322314,0.5413223,0.5041322,0.48347107,0.4752066,0.49586776,0.5247934,0.56198347,0.58677685,0.607438,0.61570245,0.61157024,0.61157024,0.59090906,0.57024795,0.553719,0.55785125,0.57024795,0.553719,0.5495868,0.53305787,0.49586776,0.48347107,0.44214877,0.34710744,0.29752067,0.33471075,0.61157024,0.62396693,0.6528926,0.6818182,0.7107438,0.73140496,0.75619835,0.7644628,0.76859504,0.7768595,0.7768595,0.78512394,0.78512394,0.8016529,0.8016529,0.8057851,0.8057851,0.79752064,0.7933884,0.78512394,0.76859504,0.76859504,0.75206614,0.74380165,0.7231405,0.7107438,0.6859504,0.6652893,0.6735537,0.6694215,0.69008267,0.6942149,0.7231405,0.76033056,0.8016529,0.7892562,0.7355372,0.6570248,0.58264464,0.54545456,0.5,0.47107437,0.48347107,0.5247934,0.5661157,0.61570245,0.6322314,0.6404959,0.6528926,0.6487603,0.6363636,0.62396693,0.607438,0.59090906,0.5785124,0.56198347,0.5371901,0.5289256,0.5123967,0.4876033,0.45041323,0.3677686,0.29752067,0.32231405,0.59917355,0.607438,0.6446281,0.6694215,0.6942149,0.7231405,0.74793386,0.75619835,0.7644628,0.77272725,0.7768595,0.7768595,0.79752064,0.8181818,0.8140496,0.80991733,0.8016529,0.7933884,0.78099173,0.76859504,0.7644628,0.75619835,0.74380165,0.71900827,0.6818182,0.6694215,0.661157,0.6735537,0.6652893,0.6859504,0.677686,0.70247936,0.7231405,0.74793386,0.77272725,0.75206614,0.72727275,0.6818182,0.60330576,0.57024795,0.5247934,0.5041322,0.49173555,0.5,0.54545456,0.61570245,0.6322314,0.6528926,0.6528926,0.661157,0.661157,0.6528926,0.6363636,0.6198347,0.60330576,0.58264464,0.553719,0.5413223,0.5082645,0.4876033,0.446281,0.38016528,0.3140496,0.30991736,0.57438016,0.59917355,0.6198347,0.6487603,0.69008267,0.7107438,0.73140496,0.74793386,0.76033056,0.77272725,0.78099173,0.7768595,0.7892562,0.8016529,0.8016529,0.7933884,0.78512394,0.77272725,0.75619835,0.74380165,0.7355372,0.71900827,0.69008267,0.6487603,0.6363636,0.6570248,0.677686,0.677686,0.6735537,0.6735537,0.6859504,0.7066116,0.7231405,0.7355372,0.73966944,0.71487606,0.6942149,0.661157,0.6198347,0.57438016,0.5289256,0.5123967,0.5123967,0.48347107,0.4876033,0.57438016,0.607438,0.6322314,0.6446281,0.6528926,0.6570248,0.6528926,0.6280992,0.61570245,0.60330576,0.58677685,0.5661157,0.54545456,0.5206612,0.48347107,0.4338843,0.38842976,0.32231405,0.30991736,0.57438016,0.5785124,0.607438,0.6363636,0.6735537,0.7066116,0.72727275,0.74793386,0.75619835,0.7644628,0.77272725,0.7644628,0.77272725,0.78099173,0.77272725,0.76033056,0.75619835,0.73966944,0.71900827,0.6942149,0.6652893,0.6280992,0.58677685,0.58264464,0.6280992,0.6735537,0.6818182,0.6818182,0.661157,0.661157,0.6735537,0.6942149,0.71900827,0.73140496,0.7231405,0.6942149,0.6735537,0.6570248,0.61157024,0.55785125,0.49586776,0.48347107,0.49173555,0.46694216,0.43801653,0.5041322,0.55785125,0.60330576,0.62396693,0.6280992,0.6363636,0.6363636,0.6198347,0.60330576,0.59917355,0.56198347,0.553719,0.5371901,0.5041322,0.47107437,0.4214876,0.38016528,0.3429752,0.3677686,0.57438016,0.5661157,0.59917355,0.6198347,0.661157,0.70247936,0.72727275,0.7355372,0.73966944,0.74380165,0.75206614,0.75206614,0.75206614,0.75619835,0.75206614,0.7355372,0.71900827,0.6942149,0.6652893,0.6198347,0.5495868,0.5165289,0.5123967,0.5495868,0.61157024,0.6528926,0.6652893,0.6694215,0.6280992,0.61570245,0.61570245,0.6363636,0.6694215,0.6983471,0.6942149,0.6694215,0.6528926,0.6322314,0.58677685,0.5123967,0.446281,0.42975205,0.44214877,0.44214877,0.44214877,0.44214877,0.5,0.54545456,0.58264464,0.59917355,0.60330576,0.60330576,0.59090906,0.58264464,0.57024795,0.5495868,0.5289256,0.5082645,0.47933885,0.45867768,0.4090909,0.40082645,0.4090909,0.40082645,0.57438016,0.57024795,0.59504133,0.61157024,0.6528926,0.6983471,0.71900827,0.72727275,0.71900827,0.7231405,0.71900827,0.7231405,0.7231405,0.71900827,0.71487606,0.70247936,0.6694215,0.6404959,0.58677685,0.5206612,0.4752066,0.4876033,0.53305787,0.54545456,0.5661157,0.59917355,0.607438,0.60330576,0.55785125,0.5247934,0.5123967,0.53305787,0.58264464,0.6280992,0.6363636,0.6280992,0.60330576,0.57438016,0.5165289,0.42975205,0.37603307,0.38016528,0.4090909,0.40495867,0.4338843,0.46280992,0.46694216,0.47933885,0.5165289,0.56198347,0.57438016,0.5785124,0.57024795,0.553719,0.5413223,0.53305787,0.5123967,0.47933885,0.46694216,0.44214877,0.41322315,0.4338843,0.43801653,0.4214876,0.56198347,0.57438016,0.58264464,0.60330576,0.6404959,0.6694215,0.6818182,0.6942149,0.69008267,0.6859504,0.6818182,0.69008267,0.6859504,0.677686,0.6652893,0.6404959,0.607438,0.56198347,0.49586776,0.47107437,0.5,0.56198347,0.61157024,0.60330576,0.55785125,0.5123967,0.48347107,0.446281,0.3966942,0.38842976,0.38842976,0.41322315,0.46280992,0.5165289,0.53305787,0.53305787,0.5247934,0.49173555,0.4214876,0.35123968,0.29752067,0.30578512,0.3553719,0.38429752,0.42975205,0.47933885,0.49173555,0.45454547,0.45454547,0.5,0.5247934,0.5371901,0.553719,0.53305787,0.5206612,0.49586776,0.48347107,0.46280992,0.45454547,0.42561984,0.41735536,0.44214877,0.4338843,0.42975205,0.5413223,0.57438016,0.57024795,0.59504133,0.6198347,0.6280992,0.6363636,0.6528926,0.6487603,0.6487603,0.6446281,0.6404959,0.6322314,0.62396693,0.6198347,0.59090906,0.5371901,0.5041322,0.45041323,0.47933885,0.5495868,0.61570245,0.6363636,0.6363636,0.59504133,0.5041322,0.4214876,0.3677686,0.3553719,0.35950413,0.37190083,0.37603307,0.40082645,0.42975205,0.43801653,0.42975205,0.4214876,0.40082645,0.36363637,0.32231405,0.29752067,0.32231405,0.3677686,0.39256197,0.41735536,0.45454547,0.4876033,0.47933885,0.42561984,0.4338843,0.4752066,0.5082645,0.5165289,0.5206612,0.49586776,0.46694216,0.45867768,0.45454547,0.43801653,0.4090909,0.41322315,0.43801653,0.4214876,0.4214876,0.5289256,0.57024795,0.57438016,0.59090906,0.59917355,0.59504133,0.59504133,0.60330576,0.61157024,0.607438,0.60330576,0.59917355,0.59090906,0.5785124,0.57024795,0.54545456,0.49586776,0.45041323,0.47107437,0.5289256,0.61570245,0.6528926,0.6570248,0.6528926,0.6404959,0.59090906,0.47933885,0.43801653,0.42561984,0.42975205,0.42975205,0.41735536,0.40495867,0.40082645,0.3966942,0.38016528,0.37603307,0.37603307,0.37190083,0.36363637,0.35123968,0.3677686,0.38842976,0.4090909,0.41322315,0.446281,0.46694216,0.47933885,0.44214877,0.4090909,0.4214876,0.46694216,0.49173555,0.49586776,0.46280992,0.446281,0.44214877,0.43801653,0.41735536,0.4090909,0.4214876,0.43801653,0.42561984,0.40495867,0.5123967,0.55785125,0.57024795,0.5785124,0.59090906,0.57438016,0.56198347,0.56198347,0.5661157,0.5661157,0.57438016,0.5661157,0.55785125,0.5495868,0.5371901,0.5041322,0.45867768,0.45867768,0.5123967,0.59504133,0.6528926,0.661157,0.6570248,0.6570248,0.6652893,0.6446281,0.58264464,0.5206612,0.49173555,0.49173555,0.47933885,0.45454547,0.42561984,0.41735536,0.42561984,0.41735536,0.41735536,0.41735536,0.41322315,0.4090909,0.3966942,0.39256197,0.40495867,0.40495867,0.4090909,0.43801653,0.43801653,0.46280992,0.46694216,0.44214877,0.41735536,0.4338843,0.47107437,0.4752066,0.45041323,0.4338843,0.42975205,0.42975205,0.4214876,0.40082645,0.41322315,0.41322315,0.40495867,0.3677686,0.5082645,0.54545456,0.56198347,0.56198347,0.5785124,0.5661157,0.5371901,0.5413223,0.5289256,0.5413223,0.54545456,0.54545456,0.5371901,0.53305787,0.5123967,0.47933885,0.45041323,0.49173555,0.5495868,0.59917355,0.6363636,0.6487603,0.6528926,0.6570248,0.6694215,0.6694215,0.6570248,0.59917355,0.553719,0.53305787,0.5165289,0.4752066,0.45454547,0.46694216,0.4876033,0.4752066,0.45867768,0.46694216,0.45454547,0.43801653,0.42975205,0.42561984,0.4338843,0.41735536,0.41322315,0.4214876,0.42975205,0.46280992,0.4876033,0.47933885,0.44214877,0.4214876,0.45041323,0.45867768,0.44214877,0.43801653,0.4338843,0.42561984,0.4214876,0.39256197,0.35950413,0.36363637,0.338843,0.30165288,0.5,0.53305787,0.55785125,0.553719,0.56198347,0.5661157,0.53305787,0.5,0.49586776,0.5247934,0.53305787,0.5371901,0.53305787,0.5247934,0.49173555,0.47107437,0.46280992,0.5165289,0.55785125,0.59090906,0.61570245,0.6322314,0.6528926,0.661157,0.6859504,0.6983471,0.70247936,0.6983471,0.6652893,0.6198347,0.57024795,0.5289256,0.5123967,0.5082645,0.5082645,0.49173555,0.5041322,0.5,0.49586776,0.4752066,0.46280992,0.45041323,0.45867768,0.446281,0.43801653,0.42561984,0.42561984,0.44214877,0.46280992,0.46280992,0.46280992,0.44214877,0.44214877,0.45454547,0.45454547,0.44214877,0.42975205,0.4214876,0.41735536,0.37190083,0.2892562,0.28099173,0.27272728,0.2520661,0.446281,0.5165289,0.5495868,0.54545456,0.5413223,0.5413223,0.5371901,0.5041322,0.5,0.5247934,0.5495868,0.5495868,0.553719,0.5289256,0.4876033,0.46694216,0.4752066,0.5041322,0.5371901,0.57024795,0.607438,0.6322314,0.6570248,0.6735537,0.6942149,0.7066116,0.71487606,0.71900827,0.7231405,0.69008267,0.6446281,0.58677685,0.553719,0.53305787,0.5123967,0.5082645,0.5,0.5123967,0.5082645,0.49173555,0.47933885,0.45454547,0.46280992,0.45041323,0.43801653,0.44214877,0.42975205,0.41322315,0.4090909,0.42561984,0.45041323,0.46280992,0.47107437,0.47107437,0.45454547,0.43801653,0.4214876,0.4090909,0.41322315,0.34710744,0.24380165,0.23966943,0.24793388,0.2520661,0.40495867,0.49586776,0.5371901,0.54545456,0.54545456,0.55785125,0.54545456,0.5247934,0.5041322,0.53305787,0.54545456,0.55785125,0.5661157,0.553719,0.5041322,0.49586776,0.48347107,0.46694216,0.49586776,0.53305787,0.58264464,0.61157024,0.6322314,0.6322314,0.6322314,0.6404959,0.6487603,0.6487603,0.6446281,0.6280992,0.60330576,0.5785124,0.56198347,0.53305787,0.5082645,0.4876033,0.4752066,0.47107437,0.46280992,0.46280992,0.446281,0.4338843,0.42975205,0.4214876,0.4214876,0.42975205,0.41735536,0.38429752,0.37190083,0.41322315,0.45454547,0.49173555,0.5165289,0.49173555,0.46694216,0.4338843,0.4090909,0.3966942,0.40082645,0.3140496,0.23966943,0.23966943,0.24380165,0.2520661,0.41735536,0.47933885,0.5206612,0.5413223,0.5371901,0.553719,0.56198347,0.5495868,0.53305787,0.5495868,0.5661157,0.58264464,0.59090906,0.57438016,0.54545456,0.49586776,0.46694216,0.42561984,0.42561984,0.47107437,0.5082645,0.5206612,0.5289256,0.5165289,0.5041322,0.5,0.5,0.5,0.4876033,0.4752066,0.46694216,0.46280992,0.47107437,0.44214877,0.42561984,0.40495867,0.4090909,0.4090909,0.39256197,0.39256197,0.38842976,0.36363637,0.37603307,0.33471075,0.3264463,0.32231405,0.3140496,0.2892562,0.3181818,0.3966942,0.44214877,0.5082645,0.53305787,0.5247934,0.4876033,0.42975205,0.3966942,0.3966942,0.3966942,0.28099173,0.23966943,0.24793388,0.23966943,0.2520661,0.446281,0.47107437,0.5,0.53305787,0.53305787,0.553719,0.553719,0.57438016,0.5495868,0.5495868,0.55785125,0.58264464,0.60330576,0.59917355,0.59504133,0.5371901,0.46280992,0.39256197,0.3264463,0.30165288,0.30578512,0.3305785,0.37603307,0.4090909,0.41322315,0.42561984,0.40495867,0.44214877,0.45454547,0.40495867,0.41322315,0.45867768,0.48347107,0.45041323,0.41322315,0.4214876,0.446281,0.4214876,0.37190083,0.38842976,0.39256197,0.3677686,0.40082645,0.30165288,0.18595041,0.1570248,0.15289256,0.19008264,0.3140496,0.4090909,0.446281,0.5123967,0.57024795,0.5371901,0.48347107,0.4090909,0.38429752,0.40082645,0.37603307,0.2520661,0.23966943,0.24793388,0.24380165,0.24793388,0.46694216,0.47933885,0.49173555,0.5165289,0.5289256,0.5371901,0.55785125,0.57438016,0.56198347,0.5495868,0.553719,0.57438016,0.607438,0.61157024,0.6280992,0.58264464,0.5,0.42975205,0.3181818,0.2107438,0.16115703,0.15289256,0.28099173,0.40082645,0.46694216,0.5165289,0.47933885,0.5289256,0.56198347,0.47107437,0.47107437,0.57438016,0.6198347,0.5785124,0.5041322,0.54545456,0.58264464,0.5413223,0.45454547,0.46694216,0.47107437,0.44214877,0.47933885,0.30165288,0.12809917,0.14876033,0.2107438,0.29752067,0.38842976,0.446281,0.48347107,0.53305787,0.5661157,0.5206612,0.45454547,0.40082645,0.37603307,0.40082645,0.34710744,0.23553719,0.2520661,0.24380165,0.24380165,0.24793388,0.47107437,0.5041322,0.49586776,0.49173555,0.5123967,0.5289256,0.553719,0.5661157,0.57024795,0.56198347,0.553719,0.57024795,0.60330576,0.6198347,0.62396693,0.60330576,0.56198347,0.5041322,0.46280992,0.42975205,0.3677686,0.2603306,0.22727273,0.35123968,0.46694216,0.55785125,0.553719,0.58264464,0.61570245,0.5206612,0.53305787,0.6528926,0.71487606,0.6652893,0.59504133,0.6198347,0.6652893,0.61157024,0.5041322,0.49173555,0.47107437,0.41735536,0.4214876,0.2603306,0.19421488,0.27272728,0.34710744,0.41322315,0.446281,0.47107437,0.5123967,0.5413223,0.53305787,0.47107437,0.42561984,0.38842976,0.3966942,0.38842976,0.30578512,0.2231405,0.24380165,0.24380165,0.2520661,0.24380165,0.46280992,0.53305787,0.5206612,0.47933885,0.49586776,0.5123967,0.5289256,0.5661157,0.57024795,0.57024795,0.55785125,0.5661157,0.59090906,0.607438,0.6404959,0.6363636,0.61570245,0.56198347,0.55785125,0.5785124,0.59917355,0.56198347,0.446281,0.36363637,0.3966942,0.47107437,0.4338843,0.44214877,0.49586776,0.42561984,0.47107437,0.6363636,0.69008267,0.6570248,0.553719,0.5495868,0.58677685,0.5247934,0.38842976,0.3553719,0.36363637,0.338843,0.33471075,0.3264463,0.34710744,0.39256197,0.42561984,0.446281,0.46280992,0.47107437,0.5206612,0.53305787,0.5082645,0.44214877,0.40082645,0.38429752,0.39256197,0.37190083,0.2603306,0.21900827,0.25619835,0.24380165,0.2520661,0.23966943,0.48347107,0.5661157,0.5495868,0.4752066,0.48347107,0.4876033,0.5165289,0.5371901,0.553719,0.57438016,0.5661157,0.553719,0.57024795,0.59090906,0.6322314,0.6404959,0.6404959,0.60330576,0.58264464,0.59917355,0.6363636,0.661157,0.6446281,0.59090906,0.5495868,0.5165289,0.4752066,0.45454547,0.45454547,0.41322315,0.4090909,0.42975205,0.45041323,0.43801653,0.3966942,0.39256197,0.4338843,0.42561984,0.38016528,0.3677686,0.37603307,0.38842976,0.38429752,0.41322315,0.42975205,0.44214877,0.45454547,0.46280992,0.46694216,0.48347107,0.5247934,0.53305787,0.49173555,0.42561984,0.38842976,0.38429752,0.38842976,0.3140496,0.23140496,0.23966943,0.23140496,0.23966943,0.23553719,0.23966943,0.49586776,0.58677685,0.55785125,0.5123967,0.446281,0.48347107,0.4876033,0.5206612,0.5495868,0.57438016,0.57024795,0.54545456,0.55785125,0.57024795,0.59917355,0.6322314,0.6446281,0.6322314,0.607438,0.607438,0.6322314,0.6570248,0.6735537,0.6735537,0.677686,0.6528926,0.6528926,0.6694215,0.6735537,0.6818182,0.6983471,0.677686,0.6363636,0.57438016,0.54545456,0.5247934,0.5289256,0.5123967,0.49173555,0.4752066,0.46280992,0.45454547,0.446281,0.43801653,0.44214877,0.45867768,0.46280992,0.46694216,0.4752066,0.4752066,0.5123967,0.5123967,0.46694216,0.41322315,0.38842976,0.38429752,0.35950413,0.27272728,0.23140496,0.23966943,0.23966943,0.23966943,0.24380165,0.23966943,0.5289256,0.60330576,0.59090906,0.5495868,0.47107437,0.44214877,0.46694216,0.49173555,0.5289256,0.5413223,0.56198347,0.55785125,0.54545456,0.553719,0.57024795,0.60330576,0.6404959,0.6487603,0.6446281,0.6404959,0.6487603,0.6694215,0.6735537,0.6818182,0.6818182,0.661157,0.6652893,0.69008267,0.7066116,0.7107438,0.7066116,0.6818182,0.6528926,0.62396693,0.61157024,0.59917355,0.59090906,0.57438016,0.56198347,0.5413223,0.5289256,0.4876033,0.46280992,0.446281,0.446281,0.46280992,0.46694216,0.46280992,0.47107437,0.46280992,0.48347107,0.48347107,0.42975205,0.40082645,0.38429752,0.37603307,0.3181818,0.23966943,0.23966943,0.23553719,0.24380165,0.24380165,0.23966943,0.24380165,0.54545456,0.61157024,0.60330576,0.5785124,0.54545456,0.45041323,0.44214877,0.46280992,0.49173555,0.5206612,0.5413223,0.56198347,0.5413223,0.53305787,0.5495868,0.59917355,0.6198347,0.6404959,0.6528926,0.6570248,0.6652893,0.6735537,0.6818182,0.69008267,0.6859504,0.661157,0.6446281,0.6528926,0.6652893,0.6735537,0.6694215,0.6694215,0.6487603,0.6280992,0.61157024,0.607438,0.59917355,0.58264464,0.5661157,0.5371901,0.5247934,0.49586776,0.48347107,0.44214877,0.45454547,0.46280992,0.47107437,0.45867768,0.45454547,0.45454547,0.47107437,0.46280992,0.4090909,0.38842976,0.37603307,0.3429752,0.2644628,0.23140496,0.23966943,0.23140496,0.23966943,0.24380165,0.23966943,0.24380165,0.55785125,0.61157024,0.6198347,0.59917355,0.57438016,0.5041322,0.43801653,0.446281,0.46694216,0.49586776,0.5206612,0.5413223,0.54545456,0.5289256,0.53305787,0.57438016,0.6198347,0.6446281,0.6528926,0.6570248,0.6735537,0.6735537,0.6818182,0.6859504,0.69008267,0.6735537,0.661157,0.6487603,0.6404959,0.6280992,0.61570245,0.6198347,0.60330576,0.59504133,0.5785124,0.57024795,0.553719,0.54545456,0.5495868,0.5495868,0.5495868,0.5206612,0.5,0.45867768,0.45454547,0.46694216,0.45867768,0.45454547,0.446281,0.46280992,0.46694216,0.43801653,0.39256197,0.37603307,0.35950413,0.28512397,0.23553719,0.23553719,0.23966943,0.23553719,0.23966943,0.23553719,0.23966943,0.23966943,0.56198347,0.61157024,0.6198347,0.6198347,0.5785124,0.5495868,0.46694216,0.43801653,0.446281,0.46280992,0.4876033,0.5165289,0.5371901,0.5289256,0.5289256,0.55785125,0.59917355,0.6363636,0.6446281,0.661157,0.6735537,0.6652893,0.6694215,0.677686,0.6859504,0.6735537,0.661157,0.6487603,0.6404959,0.6322314,0.61570245,0.61570245,0.59917355,0.58677685,0.57024795,0.55785125,0.553719,0.5495868,0.55785125,0.553719,0.5495868,0.5165289,0.5041322,0.47107437,0.46694216,0.46280992,0.446281,0.446281,0.45454547,0.45867768,0.46280992,0.4214876,0.38016528,0.36363637,0.30991736,0.24380165,0.22727273,0.23966943,0.23966943,0.23140496,0.23553719,0.23140496,0.23966943,0.23966943,0.57024795,0.61157024,0.6198347,0.6280992,0.59917355,0.5785124,0.5289256,0.45041323,0.4338843,0.446281,0.46280992,0.4876033,0.5165289,0.53305787,0.5413223,0.54545456,0.58677685,0.62396693,0.6487603,0.6694215,0.6694215,0.6694215,0.6652893,0.6694215,0.677686,0.6694215,0.6570248,0.6487603,0.6363636,0.6404959,0.62396693,0.6198347,0.60330576,0.59090906,0.57438016,0.55785125,0.55785125,0.55785125,0.56198347,0.5495868,0.5495868,0.5247934,0.5041322,0.47933885,0.47107437,0.46694216,0.44214877,0.446281,0.46694216,0.4752066,0.446281,0.40082645,0.36363637,0.33471075,0.2603306,0.22727273,0.22727273,0.23966943,0.23966943,0.23553719,0.23553719,0.23553719,0.23966943,0.23553719,0.57438016,0.61570245,0.60330576,0.62396693,0.62396693,0.57024795,0.56198347,0.49173555,0.42975205,0.4214876,0.446281,0.46694216,0.49586776,0.5165289,0.5413223,0.5413223,0.5661157,0.59917355,0.6363636,0.6528926,0.6694215,0.6859504,0.6859504,0.6652893,0.6570248,0.6487603,0.6446281,0.6404959,0.6322314,0.6363636,0.6280992,0.6363636,0.61570245,0.61570245,0.60330576,0.59917355,0.59090906,0.59090906,0.58677685,0.5785124,0.5661157,0.5413223,0.5247934,0.49586776,0.49173555,0.4752066,0.46280992,0.46694216,0.48347107,0.47107437,0.4338843,0.38429752,0.338843,0.27272728,0.23553719,0.22727273,0.23140496,0.23140496,0.23553719,0.23140496,0.23553719,0.23966943,0.23553719,0.23966943,0.59917355,0.607438,0.61157024,0.61570245,0.62396693,0.58264464,0.57024795,0.53305787,0.45454547,0.41735536,0.4214876,0.4338843,0.47107437,0.5,0.5206612,0.5413223,0.54545456,0.57024795,0.61570245,0.6446281,0.661157,0.6859504,0.6859504,0.677686,0.6694215,0.661157,0.661157,0.6446281,0.6322314,0.62396693,0.6446281,0.661157,0.661157,0.6735537,0.677686,0.677686,0.661157,0.6528926,0.6404959,0.6198347,0.59917355,0.57024795,0.54545456,0.5247934,0.5206612,0.5041322,0.49586776,0.47933885,0.48347107,0.47107437,0.4090909,0.3677686,0.29752067,0.23553719,0.22727273,0.22727273,0.22727273,0.23553719,0.23140496,0.23140496,0.2231405,0.23966943,0.23553719,0.23140496,0.60330576,0.62396693,0.60330576,0.6198347,0.6404959,0.62396693,0.59504133,0.55785125,0.5041322,0.44214877,0.41735536,0.4090909,0.43801653,0.47107437,0.5,0.5371901,0.53305787,0.5495868,0.58264464,0.6280992,0.661157,0.6983471,0.69008267,0.6859504,0.6983471,0.7107438,0.69008267,0.6652893,0.6528926,0.6528926,0.6652893,0.6818182,0.70247936,0.71487606,0.7107438,0.70247936,0.677686,0.6694215,0.6528926,0.6322314,0.60330576,0.57438016,0.553719,0.54545456,0.553719,0.5413223,0.5206612,0.48347107,0.49173555,0.46280992,0.38016528,0.34710744,0.2892562,0.23140496,0.21487603,0.23140496,0.21900827,0.23966943,0.23140496,0.23140496,0.23140496,0.22727273,0.22727273,0.23553719,0.59917355,0.62396693,0.5661157,0.6198347,0.6446281,0.62396693,0.607438,0.58264464,0.5289256,0.49586776,0.44214877,0.41322315,0.41322315,0.43801653,0.46280992,0.5082645,0.5165289,0.5289256,0.553719,0.607438,0.6446281,0.6735537,0.6942149,0.6942149,0.7066116,0.7231405,0.7231405,0.70247936,0.69008267,0.6983471,0.69008267,0.6859504,0.6983471,0.71900827,0.7231405,0.70247936,0.677686,0.6528926,0.6363636,0.6280992,0.59917355,0.57438016,0.55785125,0.5661157,0.5785124,0.56198347,0.5289256,0.48347107,0.47933885,0.4338843,0.35123968,0.33471075,0.2768595,0.2231405,0.2231405,0.22727273,0.21900827,0.23140496,0.22727273,0.22727273,0.21900827,0.22727273,0.23553719,0.23966943,0.59090906,0.6280992,0.58677685,0.59504133,0.6446281,0.6280992,0.61570245,0.61157024,0.56198347,0.49586776,0.47107437,0.42975205,0.41322315,0.40495867,0.4214876,0.45041323,0.47933885,0.5,0.5123967,0.55785125,0.607438,0.6487603,0.6694215,0.69008267,0.7066116,0.7107438,0.73140496,0.72727275,0.7107438,0.7107438,0.69008267,0.6818182,0.6983471,0.71900827,0.7107438,0.6859504,0.6528926,0.6404959,0.6363636,0.6363636,0.61157024,0.59090906,0.5661157,0.55785125,0.57024795,0.55785125,0.5289256,0.45867768,0.45041323,0.38842976,0.3264463,0.32231405,0.2644628,0.21900827,0.2231405,0.2231405,0.22727273,0.22727273,0.22727273,0.2231405,0.22727273,0.2231405,0.22727273,0.23553719,0.59917355,0.6322314,0.59504133,0.58264464,0.60330576,0.62396693,0.62396693,0.6280992,0.58677685,0.5123967,0.4752066,0.45867768,0.4214876,0.4090909,0.40495867,0.40082645,0.4214876,0.446281,0.4752066,0.5041322,0.5413223,0.61157024,0.6363636,0.6735537,0.6983471,0.70247936,0.71900827,0.71900827,0.71900827,0.7066116,0.6942149,0.6983471,0.7066116,0.71487606,0.69008267,0.6570248,0.6280992,0.62396693,0.6363636,0.6363636,0.607438,0.58677685,0.56198347,0.5289256,0.5289256,0.5247934,0.5,0.43801653,0.4090909,0.35950413,0.3264463,0.30991736,0.25619835,0.2107438,0.2231405,0.2231405,0.2231405,0.21487603,0.23140496,0.21900827,0.22727273,0.21900827,0.23140496,0.2231405,0.59504133,0.6280992,0.6280992,0.607438,0.59090906,0.6280992,0.6363636,0.6198347,0.56198347,0.54545456,0.4876033,0.4752066,0.44214877,0.40495867,0.41735536,0.40495867,0.39256197,0.3966942,0.42975205,0.45041323,0.4876033,0.5371901,0.5785124,0.61157024,0.6570248,0.677686,0.6818182,0.6942149,0.7107438,0.6942149,0.6818182,0.6859504,0.69008267,0.6818182,0.6487603,0.607438,0.59504133,0.58264464,0.59917355,0.60330576,0.58264464,0.55785125,0.53305787,0.5041322,0.49586776,0.4752066,0.45867768,0.40082645,0.35950413,0.3429752,0.338843,0.3140496,0.2520661,0.2107438,0.22727273,0.21900827,0.21487603,0.2231405,0.22727273,0.21900827,0.2231405,0.21900827,0.22727273,0.22727273,0.59504133,0.6198347,0.6446281,0.62396693,0.61570245,0.6198347,0.62396693,0.6322314,0.607438,0.57438016,0.54545456,0.5082645,0.47107437,0.4090909,0.40082645,0.41322315,0.4090909,0.38429752,0.38429752,0.4090909,0.42561984,0.46280992,0.5082645,0.54545456,0.59917355,0.6322314,0.6322314,0.6528926,0.6694215,0.6735537,0.6487603,0.6363636,0.6280992,0.61570245,0.59090906,0.55785125,0.5413223,0.5371901,0.5247934,0.54545456,0.53305787,0.5082645,0.4876033,0.46694216,0.44214877,0.42975205,0.40495867,0.35123968,0.338843,0.33471075,0.338843,0.30578512,0.23966943,0.2107438,0.21487603,0.2231405,0.2107438,0.2231405,0.21487603,0.21900827,0.2231405,0.21487603,0.2231405,0.2231405,0.61157024,0.607438,0.6487603,0.6363636,0.6280992,0.6198347,0.607438,0.6280992,0.6280992,0.59504133,0.56198347,0.5289256,0.49173555,0.45454547,0.42561984,0.4090909,0.40495867,0.3966942,0.38429752,0.37603307,0.38016528,0.40495867,0.4338843,0.48347107,0.5247934,0.56198347,0.5785124,0.59917355,0.61157024,0.61157024,0.59917355,0.5785124,0.57024795,0.5495868,0.5289256,0.5041322,0.4876033,0.4876033,0.47933885,0.49173555,0.48347107,0.45454547,0.4338843,0.4090909,0.3966942,0.37603307,0.3553719,0.3264463,0.3305785,0.3305785,0.3305785,0.29752067,0.22727273,0.21487603,0.21487603,0.21900827,0.21487603,0.21487603,0.2107438,0.21900827,0.21900827,0.21487603,0.22727273,0.21487603,0.6198347,0.61570245,0.6363636,0.6446281,0.6280992,0.62396693,0.607438,0.62396693,0.6487603,0.60330576,0.58677685,0.553719,0.5165289,0.49173555,0.46280992,0.43801653,0.41735536,0.41735536,0.3966942,0.38842976,0.3677686,0.35950413,0.37190083,0.39256197,0.4338843,0.47107437,0.5041322,0.53305787,0.5413223,0.5371901,0.5289256,0.5165289,0.5041322,0.49173555,0.46694216,0.45454547,0.44214877,0.43801653,0.42561984,0.42975205,0.42561984,0.40082645,0.37603307,0.36363637,0.35123968,0.338843,0.3305785,0.32231405,0.3305785,0.3264463,0.32231405,0.2768595,0.21487603,0.2107438,0.2231405,0.20661157,0.21487603,0.20247933,0.21487603,0.2107438,0.21487603,0.21900827,0.21487603,0.21900827,0.62396693,0.6280992,0.6280992,0.6404959,0.6322314,0.6322314,0.6280992,0.6280992,0.6404959,0.58677685,0.58264464,0.58264464,0.553719,0.5165289,0.4876033,0.45454547,0.45867768,0.42561984,0.4214876,0.4090909,0.3966942,0.37190083,0.3553719,0.3553719,0.3553719,0.38429752,0.41735536,0.45867768,0.47107437,0.47107437,0.46694216,0.45867768,0.43801653,0.4214876,0.41735536,0.40082645,0.38842976,0.37190083,0.37603307,0.3677686,0.3677686,0.3429752,0.3264463,0.32231405,0.32231405,0.3264463,0.338843,0.32231405,0.3305785,0.3305785,0.3305785,0.26859504,0.20661157,0.21487603,0.21900827,0.20247933,0.21900827,0.21900827,0.21487603,0.2107438,0.2107438,0.20661157,0.21487603,0.2107438,0.62396693,0.6322314,0.6363636,0.6280992,0.6198347,0.6363636,0.6404959,0.6322314,0.6363636,0.59090906,0.5785124,0.57024795,0.56198347,0.5495868,0.5206612,0.47933885,0.46694216,0.44214877,0.44214877,0.42975205,0.41735536,0.38842976,0.38016528,0.36363637,0.3429752,0.338843,0.3429752,0.36363637,0.3966942,0.39256197,0.4090909,0.40495867,0.38016528,0.36363637,0.3553719,0.3305785,0.32231405,0.3181818,0.3140496,0.3140496,0.30991736,0.30991736,0.30991736,0.32231405,0.3305785,0.33471075,0.33471075,0.3264463,0.3429752,0.33471075,0.33471075,0.25619835,0.1983471,0.21487603,0.21487603,0.20661157,0.20661157,0.20661157,0.20661157,0.20661157,0.20661157,0.21487603,0.2107438,0.2231405,4 +0.42975205,0.45867768,0.5495868,0.62396693,0.6735537,0.71487606,0.7231405,0.7107438,0.71487606,0.71900827,0.73966944,0.75206614,0.76033056,0.7644628,0.77272725,0.77272725,0.76859504,0.7644628,0.76033056,0.76033056,0.7644628,0.7644628,0.76859504,0.77272725,0.78099173,0.7892562,0.7892562,0.79752064,0.7933884,0.7892562,0.7892562,0.78099173,0.7768595,0.7768595,0.78099173,0.77272725,0.78099173,0.77272725,0.78099173,0.7768595,0.7644628,0.75619835,0.75206614,0.73966944,0.73140496,0.72727275,0.7107438,0.70247936,0.6983471,0.6983471,0.7107438,0.7107438,0.70247936,0.6859504,0.6735537,0.6570248,0.6280992,0.59090906,0.55785125,0.5247934,0.5082645,0.49586776,0.49586776,0.49586776,0.44214877,0.45454547,0.53305787,0.60330576,0.6528926,0.70247936,0.71900827,0.7107438,0.7107438,0.7231405,0.73966944,0.75619835,0.75619835,0.7768595,0.78512394,0.78512394,0.78512394,0.7768595,0.77272725,0.76859504,0.76859504,0.77272725,0.7768595,0.78099173,0.78512394,0.7892562,0.79752064,0.8016529,0.79752064,0.7892562,0.79752064,0.7892562,0.7892562,0.7892562,0.79752064,0.78512394,0.7892562,0.7892562,0.7933884,0.7892562,0.7768595,0.76859504,0.76859504,0.75206614,0.74380165,0.73966944,0.7231405,0.71487606,0.71900827,0.7107438,0.71487606,0.71487606,0.6942149,0.6859504,0.6652893,0.6487603,0.61157024,0.58264464,0.54545456,0.5165289,0.5,0.49173555,0.49173555,0.49586776,0.46694216,0.45867768,0.5206612,0.57438016,0.6322314,0.6859504,0.71487606,0.7107438,0.7107438,0.72727275,0.74793386,0.75206614,0.76859504,0.78512394,0.8016529,0.7933884,0.7933884,0.78512394,0.78512394,0.78512394,0.78512394,0.78512394,0.7933884,0.78512394,0.78512394,0.79752064,0.8057851,0.80991733,0.8057851,0.79752064,0.8016529,0.8016529,0.8016529,0.8057851,0.8057851,0.8057851,0.8016529,0.79752064,0.79752064,0.7933884,0.78099173,0.77272725,0.76859504,0.75206614,0.74380165,0.73140496,0.7231405,0.71900827,0.72727275,0.71900827,0.71900827,0.7107438,0.69008267,0.6859504,0.6528926,0.6404959,0.59090906,0.56198347,0.5289256,0.5082645,0.49173555,0.48347107,0.4876033,0.49173555,0.48347107,0.45867768,0.5041322,0.56198347,0.61157024,0.6735537,0.71900827,0.71487606,0.7066116,0.71900827,0.75619835,0.75619835,0.77272725,0.7892562,0.8016529,0.8016529,0.8057851,0.79752064,0.7933884,0.79752064,0.79752064,0.79752064,0.7933884,0.7892562,0.7933884,0.79752064,0.8057851,0.80991733,0.80991733,0.8057851,0.8057851,0.80991733,0.80991733,0.8140496,0.80991733,0.8181818,0.8181818,0.80991733,0.8057851,0.79752064,0.78512394,0.77272725,0.7644628,0.75206614,0.73966944,0.72727275,0.7231405,0.71900827,0.7231405,0.7231405,0.71487606,0.6983471,0.6859504,0.6818182,0.6363636,0.61157024,0.5661157,0.54545456,0.5165289,0.5,0.4876033,0.47933885,0.47933885,0.47933885,0.48347107,0.44214877,0.48347107,0.553719,0.59504133,0.6570248,0.6983471,0.7107438,0.70247936,0.71487606,0.75206614,0.76033056,0.76033056,0.78512394,0.79752064,0.8016529,0.80991733,0.8057851,0.8016529,0.8057851,0.80991733,0.80991733,0.79752064,0.7933884,0.7892562,0.79752064,0.8016529,0.8057851,0.8057851,0.79752064,0.8016529,0.8140496,0.80991733,0.8181818,0.80991733,0.8181818,0.8181818,0.8181818,0.80991733,0.79752064,0.78099173,0.77272725,0.7644628,0.75206614,0.73966944,0.73140496,0.71900827,0.7231405,0.72727275,0.7107438,0.70247936,0.6859504,0.6694215,0.661157,0.61570245,0.58677685,0.5495868,0.5247934,0.5041322,0.48347107,0.47933885,0.47107437,0.47107437,0.4752066,0.49173555,0.446281,0.46280992,0.5371901,0.58264464,0.6404959,0.69008267,0.7107438,0.7066116,0.71487606,0.74380165,0.76859504,0.7644628,0.77272725,0.7892562,0.79752064,0.8057851,0.79752064,0.79752064,0.8016529,0.8016529,0.80991733,0.8057851,0.79752064,0.7892562,0.79752064,0.79752064,0.79752064,0.7933884,0.7933884,0.8016529,0.8016529,0.8057851,0.8057851,0.8016529,0.80991733,0.80991733,0.8057851,0.8016529,0.7892562,0.7768595,0.77272725,0.7644628,0.75206614,0.74380165,0.7355372,0.7231405,0.7231405,0.72727275,0.7066116,0.6983471,0.69008267,0.6652893,0.6404959,0.61157024,0.57024795,0.54545456,0.5165289,0.49173555,0.47933885,0.4752066,0.46694216,0.46694216,0.46694216,0.5,0.46694216,0.47107437,0.5247934,0.57024795,0.6363636,0.6818182,0.7066116,0.7107438,0.71900827,0.73140496,0.7644628,0.7644628,0.76859504,0.78512394,0.7892562,0.7933884,0.7933884,0.7933884,0.7933884,0.7933884,0.79752064,0.8016529,0.79752064,0.78512394,0.7892562,0.7892562,0.7892562,0.78512394,0.7892562,0.7892562,0.7892562,0.7933884,0.79752064,0.79752064,0.7933884,0.7933884,0.7933884,0.7892562,0.78099173,0.76859504,0.7644628,0.75619835,0.74380165,0.73966944,0.73966944,0.7355372,0.72727275,0.7231405,0.7066116,0.70247936,0.6818182,0.661157,0.62396693,0.61570245,0.5661157,0.5413223,0.5082645,0.48347107,0.47107437,0.47107437,0.46280992,0.46280992,0.46694216,0.5082645,0.47933885,0.46280992,0.5206612,0.57438016,0.6363636,0.69008267,0.71487606,0.7231405,0.7231405,0.7231405,0.74793386,0.7644628,0.7644628,0.78099173,0.78512394,0.78512394,0.7892562,0.7892562,0.7892562,0.78512394,0.78099173,0.78512394,0.78099173,0.7768595,0.78099173,0.7768595,0.7768595,0.7768595,0.77272725,0.77272725,0.78099173,0.7768595,0.77272725,0.7768595,0.77272725,0.76859504,0.76859504,0.7644628,0.75619835,0.74793386,0.7355372,0.71900827,0.7066116,0.70247936,0.7107438,0.7066116,0.70247936,0.6942149,0.69008267,0.69008267,0.6694215,0.6487603,0.6198347,0.6198347,0.59090906,0.5413223,0.5082645,0.47933885,0.46694216,0.45867768,0.46280992,0.46694216,0.46694216,0.5,0.46280992,0.45867768,0.5123967,0.57024795,0.6487603,0.6983471,0.7107438,0.71900827,0.70247936,0.6983471,0.73140496,0.71900827,0.7355372,0.75206614,0.75619835,0.75619835,0.74380165,0.75619835,0.76033056,0.74793386,0.75206614,0.7644628,0.76033056,0.75619835,0.76033056,0.75206614,0.75206614,0.75619835,0.74793386,0.74793386,0.75619835,0.75619835,0.73140496,0.7231405,0.71900827,0.71900827,0.71900827,0.6983471,0.6818182,0.6652893,0.6487603,0.6363636,0.6280992,0.6322314,0.6404959,0.6280992,0.6322314,0.6446281,0.6528926,0.6570248,0.6528926,0.6404959,0.6446281,0.6363636,0.6280992,0.57024795,0.5247934,0.47933885,0.47107437,0.46280992,0.45867768,0.46694216,0.45867768,0.5041322,0.47107437,0.44214877,0.4876033,0.5785124,0.661157,0.69008267,0.6735537,0.661157,0.6322314,0.6280992,0.6280992,0.59504133,0.607438,0.61157024,0.6322314,0.62396693,0.6363636,0.6694215,0.69008267,0.6983471,0.70247936,0.71900827,0.73140496,0.7355372,0.73966944,0.73966944,0.74793386,0.74380165,0.7355372,0.7107438,0.7107438,0.6983471,0.69008267,0.6570248,0.6322314,0.6280992,0.59917355,0.59090906,0.58677685,0.56198347,0.5371901,0.5206612,0.5041322,0.5206612,0.5413223,0.53305787,0.5206612,0.553719,0.58677685,0.61570245,0.59504133,0.607438,0.61570245,0.59917355,0.61570245,0.59504133,0.5495868,0.49173555,0.47107437,0.46280992,0.46280992,0.47107437,0.45867768,0.5082645,0.47933885,0.45041323,0.47933885,0.5785124,0.6487603,0.6570248,0.6322314,0.58677685,0.58264464,0.5247934,0.53305787,0.5495868,0.54545456,0.53305787,0.5041322,0.5165289,0.53305787,0.55785125,0.60330576,0.6280992,0.6404959,0.6652893,0.69008267,0.69008267,0.7066116,0.71487606,0.7066116,0.69008267,0.69008267,0.6859504,0.6570248,0.661157,0.62396693,0.61570245,0.58264464,0.54545456,0.5206612,0.5041322,0.49173555,0.47933885,0.446281,0.42975205,0.42561984,0.41735536,0.41735536,0.41735536,0.42975205,0.46694216,0.5247934,0.5206612,0.5,0.5371901,0.5495868,0.54545456,0.55785125,0.56198347,0.553719,0.49173555,0.46280992,0.45867768,0.46694216,0.4752066,0.46694216,0.5123967,0.49173555,0.44214877,0.49173555,0.57024795,0.59504133,0.59504133,0.5495868,0.5041322,0.4752066,0.45867768,0.46694216,0.4876033,0.48347107,0.4752066,0.47933885,0.48347107,0.4876033,0.5,0.5289256,0.57024795,0.59917355,0.61570245,0.6404959,0.6487603,0.661157,0.677686,0.6487603,0.6322314,0.6404959,0.6487603,0.6280992,0.59504133,0.58264464,0.553719,0.5289256,0.5,0.48347107,0.46280992,0.42975205,0.4214876,0.3966942,0.3677686,0.35950413,0.3553719,0.35950413,0.38429752,0.40082645,0.4338843,0.47933885,0.5041322,0.47933885,0.47933885,0.5123967,0.49586776,0.5123967,0.5206612,0.5165289,0.4876033,0.46280992,0.46694216,0.47107437,0.4752066,0.47933885,0.5206612,0.49586776,0.44214877,0.47933885,0.5371901,0.5247934,0.5082645,0.49586776,0.47933885,0.42561984,0.38016528,0.37603307,0.3966942,0.41735536,0.41735536,0.45041323,0.45041323,0.45867768,0.46694216,0.4752066,0.5041322,0.5371901,0.5661157,0.59504133,0.61570245,0.6198347,0.6280992,0.61570245,0.58677685,0.59917355,0.59917355,0.57024795,0.55785125,0.5289256,0.5,0.4876033,0.46280992,0.45454547,0.44214877,0.41735536,0.41735536,0.40082645,0.39256197,0.38842976,0.40082645,0.42561984,0.4338843,0.4338843,0.45454547,0.47933885,0.48347107,0.47933885,0.4752066,0.49173555,0.49173555,0.4752066,0.47933885,0.4876033,0.46694216,0.45454547,0.45867768,0.4752066,0.48347107,0.4876033,0.5206612,0.5,0.44214877,0.46694216,0.5165289,0.5,0.49173555,0.47933885,0.4752066,0.45041323,0.3966942,0.40495867,0.3966942,0.41322315,0.4090909,0.4090909,0.4090909,0.41735536,0.42561984,0.43801653,0.45867768,0.4876033,0.5206612,0.54545456,0.57438016,0.59917355,0.607438,0.61157024,0.59917355,0.58264464,0.57438016,0.53305787,0.5247934,0.4876033,0.45867768,0.42975205,0.42561984,0.42561984,0.4214876,0.41322315,0.40495867,0.38429752,0.3677686,0.3677686,0.37190083,0.39256197,0.40495867,0.4214876,0.44214877,0.45041323,0.46280992,0.48347107,0.48347107,0.49173555,0.47933885,0.47107437,0.47107437,0.46694216,0.446281,0.45454547,0.45867768,0.47933885,0.49586776,0.49586776,0.53305787,0.5041322,0.44214877,0.45454547,0.5041322,0.5082645,0.5041322,0.49586776,0.4876033,0.47933885,0.42975205,0.41322315,0.38842976,0.37190083,0.3305785,0.30165288,0.2892562,0.30578512,0.3181818,0.35123968,0.39256197,0.42975205,0.46280992,0.5082645,0.56198347,0.607438,0.6446281,0.661157,0.6363636,0.60330576,0.55785125,0.5206612,0.48347107,0.45041323,0.41735536,0.40495867,0.39256197,0.39256197,0.38842976,0.38429752,0.35950413,0.3264463,0.30991736,0.30165288,0.30991736,0.3305785,0.34710744,0.35123968,0.36363637,0.37190083,0.39256197,0.4214876,0.44214877,0.46694216,0.46280992,0.47107437,0.46280992,0.46694216,0.45867768,0.45454547,0.46280992,0.48347107,0.49586776,0.49586776,0.5247934,0.5206612,0.45867768,0.446281,0.5,0.5,0.49173555,0.48347107,0.46280992,0.4214876,0.39256197,0.3429752,0.35123968,0.33471075,0.30165288,0.28512397,0.2520661,0.27272728,0.28099173,0.28099173,0.3140496,0.3677686,0.40495867,0.45867768,0.5495868,0.6528926,0.72727275,0.7355372,0.71487606,0.6652893,0.59090906,0.5247934,0.45867768,0.41322315,0.38842976,0.38016528,0.38016528,0.39256197,0.38842976,0.37603307,0.35950413,0.3429752,0.3429752,0.34710744,0.30578512,0.28512397,0.2768595,0.25619835,0.30165288,0.3181818,0.3553719,0.35950413,0.3553719,0.38429752,0.4214876,0.4752066,0.47107437,0.4752066,0.47107437,0.47107437,0.48347107,0.49586776,0.5,0.49586776,0.5041322,0.5247934,0.4876033,0.45454547,0.5082645,0.5123967,0.49173555,0.45454547,0.41322315,0.38842976,0.3553719,0.3264463,0.338843,0.2768595,0.2603306,0.2768595,0.21487603,0.23140496,0.2603306,0.3140496,0.3429752,0.35950413,0.38016528,0.4338843,0.5785124,0.7107438,0.76859504,0.78099173,0.76033056,0.7107438,0.6487603,0.5661157,0.46280992,0.41322315,0.39256197,0.38016528,0.40082645,0.40495867,0.3966942,0.38429752,0.37603307,0.35950413,0.39256197,0.43801653,0.3553719,0.29752067,0.26859504,0.21900827,0.2231405,0.23966943,0.30578512,0.33471075,0.33471075,0.338843,0.3553719,0.42975205,0.46694216,0.48347107,0.4876033,0.49586776,0.49586776,0.5,0.5041322,0.5,0.4876033,0.53305787,0.4876033,0.44214877,0.5247934,0.53305787,0.5,0.44214877,0.40495867,0.37190083,0.30578512,0.38016528,0.446281,0.338843,0.2768595,0.2768595,0.24380165,0.24380165,0.2768595,0.34710744,0.34710744,0.3677686,0.3966942,0.45041323,0.607438,0.73140496,0.78512394,0.7933884,0.78099173,0.73966944,0.6735537,0.60330576,0.5041322,0.446281,0.41322315,0.40082645,0.42561984,0.43801653,0.41735536,0.37190083,0.35123968,0.38429752,0.47107437,0.5371901,0.4338843,0.3140496,0.2603306,0.22727273,0.22727273,0.2603306,0.3429752,0.3305785,0.2892562,0.30578512,0.3264463,0.37603307,0.43801653,0.47933885,0.5041322,0.5123967,0.5165289,0.5123967,0.5082645,0.5041322,0.49173555,0.54545456,0.46280992,0.41322315,0.53305787,0.553719,0.5123967,0.45867768,0.38842976,0.338843,0.3140496,0.42561984,0.5082645,0.41735536,0.3264463,0.28099173,0.2768595,0.29752067,0.3264463,0.38842976,0.37190083,0.36363637,0.41735536,0.5123967,0.6570248,0.75206614,0.7933884,0.79752064,0.7892562,0.76033056,0.6983471,0.6322314,0.5371901,0.5,0.45867768,0.45041323,0.45867768,0.46280992,0.43801653,0.40082645,0.39256197,0.41322315,0.47933885,0.5371901,0.47933885,0.38429752,0.34710744,0.30991736,0.30991736,0.338843,0.40495867,0.39256197,0.34710744,0.33471075,0.35123968,0.36363637,0.42561984,0.46280992,0.5,0.5206612,0.53305787,0.5289256,0.5206612,0.5041322,0.48347107,0.54545456,0.47933885,0.3966942,0.53305787,0.59090906,0.54545456,0.49173555,0.41735536,0.41735536,0.41322315,0.446281,0.5,0.47933885,0.4090909,0.40495867,0.38429752,0.4090909,0.40082645,0.41735536,0.41322315,0.42561984,0.49173555,0.58677685,0.6983471,0.76859504,0.8016529,0.80991733,0.7892562,0.7768595,0.7066116,0.6446281,0.56198347,0.5495868,0.5413223,0.5289256,0.5165289,0.48347107,0.4752066,0.47107437,0.46280992,0.45454547,0.4752066,0.5041322,0.5041322,0.4752066,0.46694216,0.46280992,0.45041323,0.45867768,0.48347107,0.4752066,0.46694216,0.45867768,0.45041323,0.446281,0.47107437,0.49586776,0.53305787,0.553719,0.5661157,0.56198347,0.5371901,0.5082645,0.4752066,0.5495868,0.5371901,0.41322315,0.53305787,0.6487603,0.6280992,0.59090906,0.53305787,0.5371901,0.5413223,0.53305787,0.54545456,0.5413223,0.5289256,0.5206612,0.49586776,0.4876033,0.46280992,0.446281,0.45041323,0.5123967,0.58677685,0.6404959,0.7066116,0.7768595,0.80991733,0.8140496,0.7933884,0.77272725,0.6942149,0.6363636,0.57024795,0.57438016,0.59917355,0.60330576,0.59090906,0.54545456,0.5082645,0.49173555,0.4876033,0.4876033,0.49173555,0.5082645,0.5123967,0.5165289,0.5165289,0.5247934,0.5289256,0.5413223,0.5413223,0.5371901,0.5289256,0.5247934,0.5247934,0.5371901,0.55785125,0.57438016,0.59090906,0.58677685,0.58677685,0.57438016,0.5495868,0.5123967,0.45867768,0.54545456,0.59504133,0.46280992,0.5371901,0.6818182,0.71900827,0.6983471,0.6322314,0.607438,0.60330576,0.59917355,0.59504133,0.57024795,0.54545456,0.5165289,0.49173555,0.49173555,0.49586776,0.5041322,0.5371901,0.607438,0.6363636,0.6487603,0.6983471,0.76859504,0.80991733,0.8181818,0.7892562,0.7644628,0.677686,0.62396693,0.58264464,0.58677685,0.60330576,0.6280992,0.6322314,0.607438,0.5661157,0.54545456,0.54545456,0.5371901,0.5247934,0.5206612,0.5082645,0.5123967,0.5123967,0.5206612,0.5247934,0.5371901,0.5371901,0.5247934,0.5247934,0.5289256,0.5495868,0.57438016,0.607438,0.6198347,0.6322314,0.61157024,0.60330576,0.58677685,0.5661157,0.5206612,0.45041323,0.5413223,0.6198347,0.49586776,0.5661157,0.70247936,0.75206614,0.73966944,0.6694215,0.61157024,0.58264464,0.5661157,0.553719,0.5413223,0.5289256,0.5206612,0.5289256,0.55785125,0.58677685,0.61570245,0.6404959,0.661157,0.6570248,0.6528926,0.69008267,0.75619835,0.8016529,0.8140496,0.78099173,0.73966944,0.6652893,0.61157024,0.59090906,0.60330576,0.59917355,0.62396693,0.6280992,0.6198347,0.59504133,0.59090906,0.60330576,0.59917355,0.59504133,0.58264464,0.553719,0.53305787,0.5123967,0.5082645,0.5041322,0.5082645,0.5123967,0.5123967,0.5247934,0.55785125,0.58264464,0.59917355,0.6198347,0.62396693,0.6363636,0.6280992,0.6198347,0.60330576,0.5785124,0.5371901,0.446281,0.5371901,0.61570245,0.5165289,0.60330576,0.71900827,0.75206614,0.7355372,0.6983471,0.6404959,0.61570245,0.58264464,0.57438016,0.5785124,0.59504133,0.61570245,0.6404959,0.661157,0.6818182,0.6859504,0.6694215,0.6694215,0.6652893,0.661157,0.69008267,0.75206614,0.7933884,0.8016529,0.7644628,0.7066116,0.6446281,0.607438,0.59090906,0.59917355,0.607438,0.61570245,0.61570245,0.6198347,0.59504133,0.60330576,0.62396693,0.6363636,0.6487603,0.6570248,0.6446281,0.62396693,0.59917355,0.57438016,0.5661157,0.5661157,0.57024795,0.5785124,0.60330576,0.6404959,0.6570248,0.6652893,0.661157,0.6404959,0.6404959,0.6322314,0.62396693,0.607438,0.58677685,0.5495868,0.4338843,0.5289256,0.62396693,0.57438016,0.6363636,0.7231405,0.74793386,0.75206614,0.75206614,0.73140496,0.71900827,0.69008267,0.6818182,0.6694215,0.677686,0.7066116,0.71900827,0.7107438,0.7066116,0.69008267,0.6735537,0.6694215,0.6652893,0.661157,0.6818182,0.75206614,0.8057851,0.8057851,0.75619835,0.6818182,0.6322314,0.607438,0.59090906,0.58677685,0.59504133,0.61157024,0.60330576,0.607438,0.59917355,0.61157024,0.6363636,0.6570248,0.677686,0.70247936,0.7066116,0.7066116,0.6942149,0.6694215,0.6528926,0.6487603,0.6487603,0.661157,0.6818182,0.6983471,0.7066116,0.7066116,0.6942149,0.6735537,0.6570248,0.6446281,0.6322314,0.607438,0.5785124,0.5413223,0.44214877,0.5,0.6363636,0.6487603,0.6570248,0.71487606,0.75619835,0.76859504,0.77272725,0.76859504,0.76033056,0.74793386,0.7355372,0.72727275,0.73140496,0.73966944,0.74380165,0.7231405,0.7066116,0.6859504,0.6735537,0.677686,0.6652893,0.661157,0.6859504,0.76859504,0.8305785,0.8264463,0.75619835,0.677686,0.6363636,0.61157024,0.59090906,0.57438016,0.5785124,0.59090906,0.60330576,0.60330576,0.607438,0.6322314,0.6570248,0.6818182,0.70247936,0.71900827,0.73140496,0.73966944,0.73966944,0.7355372,0.71487606,0.7107438,0.70247936,0.7066116,0.71487606,0.71900827,0.71900827,0.71487606,0.6983471,0.6942149,0.6735537,0.661157,0.6487603,0.61570245,0.5785124,0.53305787,0.47933885,0.4876033,0.607438,0.661157,0.661157,0.70247936,0.74380165,0.75206614,0.75619835,0.75619835,0.74380165,0.75206614,0.74380165,0.74793386,0.75206614,0.74793386,0.75206614,0.73140496,0.7107438,0.6942149,0.6818182,0.6652893,0.6528926,0.6652893,0.69008267,0.76859504,0.8305785,0.8181818,0.76033056,0.6942149,0.661157,0.6363636,0.60330576,0.57024795,0.5661157,0.55785125,0.57438016,0.58677685,0.61157024,0.6404959,0.661157,0.6942149,0.71900827,0.73140496,0.73966944,0.75619835,0.75619835,0.74380165,0.7355372,0.73966944,0.72727275,0.7231405,0.71487606,0.72727275,0.7107438,0.7066116,0.6983471,0.6942149,0.6735537,0.6570248,0.6446281,0.61157024,0.57438016,0.5206612,0.5,0.47933885,0.57024795,0.6404959,0.6487603,0.6942149,0.7355372,0.74793386,0.7355372,0.75206614,0.74793386,0.75619835,0.74380165,0.75206614,0.76033056,0.75619835,0.74793386,0.74380165,0.7231405,0.6942149,0.6652893,0.6487603,0.6528926,0.6694215,0.6859504,0.76859504,0.822314,0.7892562,0.74793386,0.7066116,0.6818182,0.6528926,0.61157024,0.59090906,0.58264464,0.57438016,0.5661157,0.56198347,0.58264464,0.6280992,0.6570248,0.6942149,0.7231405,0.73140496,0.73966944,0.75206614,0.75206614,0.74793386,0.74793386,0.75206614,0.7231405,0.72727275,0.7231405,0.71900827,0.7066116,0.7066116,0.7066116,0.6983471,0.6735537,0.661157,0.6404959,0.60330576,0.55785125,0.5,0.5041322,0.48347107,0.5206612,0.6198347,0.6570248,0.6818182,0.71487606,0.7355372,0.72727275,0.73966944,0.76033056,0.7644628,0.75619835,0.75619835,0.75206614,0.75206614,0.74380165,0.73140496,0.7107438,0.6735537,0.6404959,0.6446281,0.6528926,0.6652893,0.6942149,0.75206614,0.78512394,0.7644628,0.7355372,0.7107438,0.6983471,0.6735537,0.6198347,0.58677685,0.59917355,0.607438,0.61157024,0.58677685,0.57024795,0.56198347,0.59917355,0.6487603,0.69008267,0.7066116,0.7231405,0.74380165,0.74380165,0.74793386,0.74380165,0.7355372,0.71487606,0.71487606,0.72727275,0.71487606,0.71487606,0.6942149,0.70247936,0.6859504,0.6652893,0.6528926,0.62396693,0.59090906,0.53305787,0.47933885,0.4876033,0.4752066,0.5041322,0.59504133,0.6404959,0.6818182,0.7107438,0.7355372,0.7231405,0.73140496,0.74793386,0.75619835,0.74793386,0.74793386,0.74793386,0.73966944,0.7231405,0.7066116,0.6652893,0.6280992,0.6363636,0.6446281,0.6528926,0.6694215,0.6942149,0.72727275,0.75206614,0.73966944,0.71900827,0.7066116,0.70247936,0.6818182,0.6198347,0.58264464,0.58264464,0.607438,0.61157024,0.59090906,0.57024795,0.53305787,0.5165289,0.5661157,0.6280992,0.6652893,0.6942149,0.71487606,0.7231405,0.73140496,0.71900827,0.71487606,0.7066116,0.7066116,0.71487606,0.70247936,0.6859504,0.69008267,0.6818182,0.6652893,0.6446281,0.6198347,0.60330576,0.5661157,0.5123967,0.47107437,0.49173555,0.49173555,0.47933885,0.57438016,0.6363636,0.6818182,0.7066116,0.73140496,0.71900827,0.7231405,0.7355372,0.73966944,0.73140496,0.7231405,0.71487606,0.6983471,0.6735537,0.6322314,0.57024795,0.59090906,0.6363636,0.6322314,0.6446281,0.6735537,0.6983471,0.71487606,0.71900827,0.71487606,0.7107438,0.6983471,0.661157,0.6363636,0.57024795,0.5413223,0.56198347,0.57024795,0.57438016,0.56198347,0.54545456,0.49586776,0.46694216,0.5082645,0.55785125,0.59917355,0.6446281,0.677686,0.69008267,0.6942149,0.6859504,0.69008267,0.6942149,0.6859504,0.6942149,0.6818182,0.661157,0.661157,0.6528926,0.6322314,0.61570245,0.59504133,0.57438016,0.5413223,0.49173555,0.45454547,0.49586776,0.49173555,0.46280992,0.54545456,0.6280992,0.677686,0.69008267,0.7066116,0.71487606,0.7107438,0.72727275,0.71487606,0.71900827,0.6942149,0.6983471,0.6528926,0.59504133,0.53305787,0.5041322,0.5785124,0.6198347,0.59504133,0.59917355,0.6446281,0.6818182,0.7066116,0.6983471,0.6983471,0.69008267,0.6735537,0.61570245,0.5495868,0.49586776,0.49173555,0.5082645,0.5165289,0.5165289,0.5165289,0.5,0.446281,0.4338843,0.5082645,0.5495868,0.5413223,0.56198347,0.59917355,0.6404959,0.6570248,0.661157,0.6694215,0.661157,0.6487603,0.6487603,0.6570248,0.6446281,0.6280992,0.61570245,0.59917355,0.58264464,0.56198347,0.5413223,0.5206612,0.47933885,0.45041323,0.49173555,0.49586776,0.46694216,0.5206612,0.6280992,0.6818182,0.6859504,0.6818182,0.6859504,0.6942149,0.6983471,0.7066116,0.70247936,0.6694215,0.6404959,0.58264464,0.5123967,0.4752066,0.5041322,0.57024795,0.5785124,0.53305787,0.5165289,0.57438016,0.6363636,0.6735537,0.6652893,0.6570248,0.6487603,0.60330576,0.53305787,0.46694216,0.41322315,0.4090909,0.3966942,0.40495867,0.44214877,0.45454547,0.44214877,0.4090909,0.44214877,0.5413223,0.59504133,0.5785124,0.53305787,0.5247934,0.5661157,0.607438,0.6280992,0.6570248,0.6363636,0.6280992,0.6363636,0.62396693,0.61570245,0.59917355,0.59917355,0.58264464,0.553719,0.54545456,0.5289256,0.5082645,0.47107437,0.43801653,0.49173555,0.49586776,0.4752066,0.49586776,0.59090906,0.6404959,0.6446281,0.6528926,0.661157,0.6652893,0.661157,0.6487603,0.6363636,0.61570245,0.57024795,0.5082645,0.47107437,0.5123967,0.58264464,0.57438016,0.5165289,0.45041323,0.40495867,0.44214877,0.5165289,0.56198347,0.58264464,0.58677685,0.57438016,0.5082645,0.45041323,0.3677686,0.3264463,0.28512397,0.28512397,0.28512397,0.3429752,0.37190083,0.39256197,0.41735536,0.47107437,0.5371901,0.58677685,0.60330576,0.5785124,0.5165289,0.49586776,0.5371901,0.57438016,0.60330576,0.62396693,0.6198347,0.607438,0.5785124,0.58264464,0.5785124,0.58264464,0.56198347,0.5413223,0.5247934,0.5041322,0.49586776,0.46694216,0.446281,0.49173555,0.49173555,0.4752066,0.47933885,0.57438016,0.59917355,0.607438,0.6198347,0.6280992,0.61570245,0.6280992,0.62396693,0.59917355,0.56198347,0.5206612,0.47107437,0.48347107,0.55785125,0.61157024,0.61157024,0.53305787,0.4214876,0.338843,0.34710744,0.4090909,0.45454547,0.4752066,0.4752066,0.45867768,0.42975205,0.38842976,0.3264463,0.3305785,0.33471075,0.338843,0.3305785,0.3553719,0.38842976,0.4338843,0.446281,0.4752066,0.5165289,0.5661157,0.59090906,0.59090906,0.56198347,0.5,0.4876033,0.5082645,0.54545456,0.58677685,0.58677685,0.57438016,0.56198347,0.55785125,0.55785125,0.54545456,0.5371901,0.5165289,0.5041322,0.5041322,0.49173555,0.47107437,0.45041323,0.4876033,0.49173555,0.48347107,0.47933885,0.54545456,0.553719,0.56198347,0.5785124,0.5785124,0.57438016,0.5785124,0.5785124,0.5661157,0.5165289,0.48347107,0.446281,0.5247934,0.60330576,0.62396693,0.6198347,0.58264464,0.47933885,0.40495867,0.38429752,0.3966942,0.41735536,0.42561984,0.4090909,0.4090909,0.40082645,0.38429752,0.37603307,0.38429752,0.3966942,0.4090909,0.4090909,0.4214876,0.43801653,0.46280992,0.47107437,0.48347107,0.5206612,0.57024795,0.58677685,0.58264464,0.5661157,0.5371901,0.49586776,0.47933885,0.49586776,0.5495868,0.5661157,0.5413223,0.5413223,0.5247934,0.5289256,0.5289256,0.5123967,0.5082645,0.5082645,0.5,0.4876033,0.46280992,0.45041323,0.49173555,0.49586776,0.49173555,0.4752066,0.5,0.5206612,0.5165289,0.54545456,0.54545456,0.5413223,0.54545456,0.54545456,0.5371901,0.49586776,0.46280992,0.47933885,0.5785124,0.62396693,0.6280992,0.62396693,0.607438,0.5371901,0.47107437,0.45041323,0.45041323,0.44214877,0.43801653,0.42561984,0.41735536,0.41322315,0.41735536,0.41735536,0.4214876,0.43801653,0.45867768,0.45454547,0.45867768,0.46694216,0.4752066,0.4876033,0.4876033,0.5206612,0.5661157,0.5785124,0.57438016,0.57024795,0.57024795,0.5413223,0.5041322,0.47107437,0.5082645,0.53305787,0.53305787,0.5247934,0.5165289,0.5206612,0.5165289,0.5082645,0.49173555,0.49586776,0.5,0.47933885,0.46280992,0.446281,0.4876033,0.4876033,0.49173555,0.4876033,0.47933885,0.49586776,0.49173555,0.5041322,0.5123967,0.5289256,0.53305787,0.5289256,0.5247934,0.48347107,0.46694216,0.5289256,0.5785124,0.60330576,0.61157024,0.61157024,0.6198347,0.5785124,0.5206612,0.49586776,0.49586776,0.49586776,0.4752066,0.45867768,0.46694216,0.47107437,0.45867768,0.46694216,0.46694216,0.47933885,0.48347107,0.47933885,0.47933885,0.5,0.5041322,0.5123967,0.5,0.5206612,0.5495868,0.5661157,0.5661157,0.58677685,0.58677685,0.57024795,0.54545456,0.5123967,0.4876033,0.5082645,0.5247934,0.5206612,0.5247934,0.5165289,0.5123967,0.5041322,0.4876033,0.4876033,0.49586776,0.47933885,0.45867768,0.446281,0.49586776,0.4876033,0.49173555,0.49173555,0.46694216,0.4876033,0.4752066,0.46694216,0.49173555,0.5,0.5206612,0.5289256,0.5123967,0.47933885,0.5082645,0.5495868,0.57024795,0.57438016,0.58677685,0.61157024,0.6280992,0.6280992,0.59090906,0.56198347,0.5413223,0.53305787,0.5206612,0.5123967,0.5123967,0.5082645,0.49173555,0.5082645,0.5,0.5165289,0.5123967,0.5123967,0.5123967,0.5289256,0.54545456,0.5413223,0.5371901,0.553719,0.55785125,0.553719,0.553719,0.56198347,0.55785125,0.54545456,0.5413223,0.53305787,0.5123967,0.5041322,0.5206612,0.5371901,0.5206612,0.5082645,0.5041322,0.49586776,0.48347107,0.48347107,0.47933885,0.46694216,0.45041323,0.446281,0.49173555,0.48347107,0.48347107,0.49173555,0.47933885,0.46694216,0.49586776,0.46694216,0.47933885,0.49173555,0.5247934,0.5413223,0.5206612,0.49173555,0.5123967,0.5413223,0.54545456,0.553719,0.58677685,0.6198347,0.6404959,0.6528926,0.6487603,0.6322314,0.60330576,0.57024795,0.54545456,0.5413223,0.5413223,0.5247934,0.5165289,0.5247934,0.5247934,0.5371901,0.5247934,0.5289256,0.5289256,0.5371901,0.54545456,0.553719,0.55785125,0.57024795,0.57024795,0.553719,0.5371901,0.5247934,0.4876033,0.46694216,0.48347107,0.5082645,0.53305787,0.5371901,0.5371901,0.5413223,0.5289256,0.49586776,0.49586776,0.48347107,0.46694216,0.4752066,0.46694216,0.46694216,0.45454547,0.43801653,0.48347107,0.47933885,0.47933885,0.48347107,0.47933885,0.46694216,0.49586776,0.49173555,0.4752066,0.4876033,0.5247934,0.553719,0.54545456,0.5165289,0.5206612,0.5123967,0.49586776,0.5165289,0.57438016,0.60330576,0.6198347,0.6363636,0.6446281,0.6363636,0.61157024,0.5785124,0.5413223,0.53305787,0.53305787,0.5247934,0.5123967,0.5165289,0.5,0.5165289,0.5041322,0.5041322,0.5082645,0.5,0.5082645,0.5082645,0.5123967,0.5247934,0.5289256,0.5165289,0.49586776,0.47107437,0.4338843,0.3966942,0.42975205,0.4876033,0.5495868,0.5785124,0.5785124,0.57024795,0.5413223,0.5082645,0.48347107,0.4752066,0.45454547,0.45867768,0.46280992,0.46280992,0.45041323,0.43801653,0.4752066,0.47933885,0.47933885,0.4752066,0.47933885,0.46694216,0.47933885,0.5082645,0.49586776,0.4876033,0.5371901,0.56198347,0.58264464,0.5661157,0.553719,0.49586776,0.45041323,0.46280992,0.5206612,0.53305787,0.53305787,0.5371901,0.54545456,0.54545456,0.53305787,0.5041322,0.4876033,0.4752066,0.47107437,0.45867768,0.45867768,0.46280992,0.446281,0.46280992,0.44214877,0.43801653,0.44214877,0.43801653,0.4338843,0.41735536,0.42561984,0.42975205,0.4214876,0.41322315,0.38016528,0.35123968,0.3140496,0.28512397,0.35950413,0.46694216,0.54545456,0.59917355,0.61570245,0.607438,0.5661157,0.5206612,0.4752066,0.47107437,0.446281,0.46280992,0.47107437,0.45867768,0.45041323,0.4338843,0.4752066,0.47933885,0.47933885,0.47107437,0.47933885,0.47107437,0.46280992,0.49586776,0.5289256,0.5041322,0.5123967,0.57024795,0.607438,0.6198347,0.59504133,0.5123967,0.43801653,0.4090909,0.40082645,0.3966942,0.38016528,0.3677686,0.4090909,0.42975205,0.44214877,0.4338843,0.4090909,0.4338843,0.446281,0.43801653,0.4214876,0.41735536,0.45041323,0.46694216,0.45041323,0.38842976,0.41322315,0.46694216,0.4338843,0.38429752,0.42561984,0.41735536,0.35950413,0.3140496,0.2520661,0.2107438,0.19421488,0.2231405,0.35123968,0.4752066,0.5495868,0.61157024,0.6446281,0.6280992,0.57024795,0.5123967,0.46694216,0.45454547,0.45041323,0.46280992,0.47107437,0.45867768,0.44214877,0.42561984,0.47933885,0.47933885,0.47107437,0.47107437,0.4752066,0.4752066,0.45867768,0.47107437,0.53305787,0.5289256,0.4876033,0.5495868,0.607438,0.6363636,0.6404959,0.5661157,0.48347107,0.4214876,0.3305785,0.28099173,0.23140496,0.18595041,0.3305785,0.4338843,0.4752066,0.4876033,0.4214876,0.4876033,0.5495868,0.56198347,0.49173555,0.4752066,0.5661157,0.58677685,0.5661157,0.446281,0.45454547,0.553719,0.5123967,0.4338843,0.49586776,0.47107437,0.33471075,0.24793388,0.20661157,0.2107438,0.2603306,0.34710744,0.45867768,0.5413223,0.59917355,0.6280992,0.6570248,0.61157024,0.54545456,0.5,0.46280992,0.446281,0.45454547,0.45867768,0.46694216,0.45041323,0.4338843,0.41322315,0.47933885,0.4752066,0.47107437,0.4752066,0.4752066,0.46694216,0.47107437,0.45041323,0.5165289,0.5413223,0.5123967,0.5165289,0.59090906,0.6363636,0.6528926,0.61570245,0.55785125,0.5165289,0.43801653,0.36363637,0.2644628,0.14876033,0.29752067,0.49173555,0.553719,0.57024795,0.49173555,0.56198347,0.6570248,0.6942149,0.61157024,0.5661157,0.677686,0.69008267,0.661157,0.5206612,0.5,0.5785124,0.5289256,0.4214876,0.46280992,0.45867768,0.30991736,0.25619835,0.30165288,0.36363637,0.42561984,0.5082645,0.5661157,0.60330576,0.6322314,0.6487603,0.6404959,0.58677685,0.5206612,0.48347107,0.45867768,0.446281,0.45454547,0.46280992,0.46280992,0.44214877,0.42975205,0.40082645,0.4752066,0.4752066,0.47107437,0.4752066,0.47933885,0.46694216,0.4752066,0.45454547,0.46694216,0.54545456,0.55785125,0.49173555,0.56198347,0.6280992,0.6570248,0.6570248,0.61570245,0.58677685,0.5661157,0.53305787,0.44214877,0.29752067,0.30991736,0.44214877,0.5206612,0.5413223,0.48347107,0.57024795,0.6735537,0.72727275,0.6652893,0.5661157,0.661157,0.677686,0.6404959,0.4876033,0.38842976,0.47107437,0.44214877,0.338843,0.3677686,0.42561984,0.38842976,0.3966942,0.45867768,0.5,0.5371901,0.58264464,0.61570245,0.62396693,0.6446281,0.6487603,0.6363636,0.5785124,0.5,0.46694216,0.45454547,0.446281,0.45867768,0.46280992,0.45454547,0.43801653,0.41735536,0.38842976,0.47933885,0.47933885,0.4752066,0.47107437,0.4752066,0.47107437,0.4752066,0.4752066,0.45041323,0.49586776,0.553719,0.5206612,0.5206612,0.59917355,0.6528926,0.6735537,0.6528926,0.61570245,0.6198347,0.6280992,0.58677685,0.49173555,0.42561984,0.4214876,0.41735536,0.41735536,0.37190083,0.41322315,0.49586776,0.553719,0.5289256,0.40495867,0.45867768,0.5041322,0.49586776,0.40082645,0.35123968,0.41735536,0.45041323,0.42975205,0.45041323,0.49173555,0.5123967,0.5289256,0.553719,0.5785124,0.59917355,0.62396693,0.6363636,0.6322314,0.6487603,0.661157,0.6487603,0.5661157,0.5,0.45867768,0.45454547,0.45454547,0.45867768,0.45454547,0.43801653,0.42975205,0.40082645,0.37190083,0.4752066,0.4752066,0.4752066,0.4752066,0.47107437,0.47107437,0.47107437,0.47107437,0.45041323,0.46280992,0.5247934,0.56198347,0.5,0.5495868,0.62396693,0.6694215,0.677686,0.6404959,0.6280992,0.6446281,0.6363636,0.60330576,0.57024795,0.553719,0.53305787,0.5206612,0.5041322,0.49586776,0.5206612,0.56198347,0.5785124,0.5289256,0.5082645,0.5,0.48347107,0.46280992,0.47107437,0.5165289,0.5371901,0.54545456,0.553719,0.56198347,0.57438016,0.5785124,0.59917355,0.61570245,0.6198347,0.6322314,0.6363636,0.62396693,0.6280992,0.6446281,0.61570245,0.5495868,0.48347107,0.46280992,0.45867768,0.45867768,0.45454547,0.44214877,0.42561984,0.41322315,0.38842976,0.36363637,0.47933885,0.47107437,0.46694216,0.4752066,0.47107437,0.46694216,0.46694216,0.46280992,0.47107437,0.45867768,0.46694216,0.553719,0.5206612,0.5082645,0.5785124,0.6404959,0.677686,0.6652893,0.6487603,0.6570248,0.661157,0.6363636,0.6198347,0.61157024,0.62396693,0.6198347,0.61570245,0.59917355,0.61570245,0.6363636,0.6446281,0.6404959,0.61570245,0.58264464,0.56198347,0.55785125,0.57024795,0.58264464,0.59090906,0.59504133,0.58264464,0.58264464,0.59090906,0.59504133,0.61570245,0.6198347,0.61570245,0.62396693,0.6198347,0.607438,0.59090906,0.607438,0.58264464,0.5206612,0.47107437,0.46694216,0.45454547,0.45041323,0.45041323,0.42561984,0.4090909,0.38429752,0.3677686,0.3429752,0.45454547,0.46694216,0.47107437,0.46694216,0.46694216,0.46694216,0.46280992,0.46694216,0.46694216,0.45867768,0.43801653,0.5,0.5413223,0.5,0.5289256,0.607438,0.6487603,0.6735537,0.6652893,0.677686,0.677686,0.6652893,0.6322314,0.60330576,0.6198347,0.6322314,0.6404959,0.6446281,0.6570248,0.6694215,0.6652893,0.661157,0.6487603,0.6322314,0.61570245,0.60330576,0.60330576,0.607438,0.59917355,0.59917355,0.58264464,0.5785124,0.58677685,0.60330576,0.61570245,0.61570245,0.607438,0.60330576,0.59504133,0.58677685,0.59917355,0.59504133,0.57024795,0.5,0.46280992,0.45454547,0.44214877,0.43801653,0.43801653,0.4214876,0.38842976,0.37190083,0.35123968,0.3264463,0.46280992,0.46694216,0.46280992,0.46694216,0.46694216,0.47107437,0.45454547,0.46694216,0.45867768,0.46280992,0.45041323,0.45454547,0.5,0.5247934,0.4876033,0.56198347,0.6322314,0.661157,0.6570248,0.677686,0.6818182,0.6859504,0.6570248,0.61157024,0.607438,0.607438,0.61157024,0.6198347,0.6363636,0.6404959,0.6404959,0.6280992,0.61570245,0.607438,0.59917355,0.59504133,0.60330576,0.61157024,0.61157024,0.59917355,0.59090906,0.58264464,0.58677685,0.60330576,0.61570245,0.607438,0.59504133,0.5785124,0.5785124,0.58264464,0.59090906,0.59504133,0.54545456,0.4752066,0.46280992,0.44214877,0.446281,0.43801653,0.4338843,0.40082645,0.37603307,0.35123968,0.3305785,0.3264463,0.46280992,0.46280992,0.46280992,0.46694216,0.45867768,0.45867768,0.46280992,0.45867768,0.46694216,0.45041323,0.45041323,0.45867768,0.45041323,0.49586776,0.4876033,0.5082645,0.61157024,0.6487603,0.6570248,0.6694215,0.6735537,0.677686,0.6735537,0.6363636,0.61157024,0.61157024,0.60330576,0.607438,0.61157024,0.59917355,0.59917355,0.59504133,0.58264464,0.5785124,0.59917355,0.607438,0.6322314,0.62396693,0.61570245,0.60330576,0.59504133,0.58677685,0.58677685,0.59504133,0.60330576,0.58677685,0.57024795,0.58264464,0.59090906,0.59504133,0.59504133,0.5785124,0.5206612,0.46694216,0.44214877,0.44214877,0.446281,0.42975205,0.40082645,0.38429752,0.35950413,0.33471075,0.3140496,0.34710744,0.46694216,0.46280992,0.46280992,0.46280992,0.46280992,0.46694216,0.45454547,0.46280992,0.45454547,0.47107437,0.45867768,0.45041323,0.45041323,0.446281,0.49173555,0.4876033,0.553719,0.6363636,0.6694215,0.6694215,0.6652893,0.6694215,0.6735537,0.6570248,0.6198347,0.61570245,0.61157024,0.61570245,0.6280992,0.6198347,0.6322314,0.607438,0.60330576,0.62396693,0.61570245,0.60330576,0.61570245,0.6198347,0.607438,0.59504133,0.59917355,0.58677685,0.5785124,0.59504133,0.59504133,0.56198347,0.5661157,0.58264464,0.607438,0.61157024,0.58677685,0.553719,0.5082645,0.44214877,0.44214877,0.42561984,0.43801653,0.40495867,0.38842976,0.35950413,0.338843,0.3140496,0.3429752,0.38429752,0.45867768,0.46280992,0.46280992,0.46280992,0.45867768,0.45867768,0.45041323,0.45454547,0.45867768,0.45041323,0.46694216,0.44214877,0.43801653,0.45454547,0.4752066,0.4752066,0.5082645,0.60330576,0.6446281,0.6694215,0.6735537,0.6652893,0.6652893,0.661157,0.6280992,0.6198347,0.6198347,0.6404959,0.6404959,0.6280992,0.62396693,0.61157024,0.60330576,0.607438,0.61157024,0.61157024,0.61570245,0.6198347,0.61157024,0.59917355,0.59504133,0.58677685,0.58677685,0.59917355,0.5785124,0.5661157,0.58677685,0.61157024,0.61157024,0.607438,0.58264464,0.5289256,0.4752066,0.446281,0.4338843,0.42975205,0.41322315,0.38842976,0.35950413,0.33471075,0.3181818,0.3305785,0.36363637,0.38842976,0.46280992,0.45867768,0.46694216,0.45867768,0.45867768,0.45867768,0.45454547,0.45867768,0.45041323,0.45041323,0.45041323,0.42975205,0.42975205,0.4752066,0.5371901,0.46694216,0.48347107,0.54545456,0.6322314,0.6652893,0.6735537,0.6652893,0.6570248,0.6487603,0.6322314,0.62396693,0.6198347,0.6404959,0.6570248,0.6570248,0.6528926,0.661157,0.661157,0.661157,0.6528926,0.661157,0.6528926,0.6363636,0.6404959,0.6280992,0.61157024,0.61157024,0.61157024,0.607438,0.59917355,0.61157024,0.61570245,0.6198347,0.61570245,0.60330576,0.56198347,0.5041322,0.446281,0.42561984,0.4214876,0.4214876,0.38842976,0.35950413,0.338843,0.3140496,0.3264463,0.35950413,0.37190083,0.40082645,0.45867768,0.45867768,0.45454547,0.45454547,0.45454547,0.45867768,0.45041323,0.45041323,0.446281,0.45867768,0.45454547,0.45454547,0.41735536,0.47933885,0.60330576,0.5123967,0.46694216,0.5,0.58677685,0.6570248,0.6735537,0.6652893,0.6652893,0.6570248,0.6322314,0.62396693,0.6198347,0.6363636,0.6694215,0.6818182,0.69008267,0.7066116,0.7231405,0.72727275,0.71900827,0.7066116,0.69008267,0.677686,0.6652893,0.6446281,0.6363636,0.6322314,0.6363636,0.6322314,0.6322314,0.6322314,0.62396693,0.62396693,0.6322314,0.59504133,0.5206612,0.45867768,0.42561984,0.41735536,0.3966942,0.39256197,0.34710744,0.3264463,0.3140496,0.30991736,0.34710744,0.37190083,0.39256197,0.40495867,0.45454547,0.45454547,0.45867768,0.45454547,0.45454547,0.45041323,0.446281,0.446281,0.44214877,0.45454547,0.44214877,0.45454547,0.41735536,0.4752066,0.59917355,0.59504133,0.48347107,0.45867768,0.5371901,0.6280992,0.677686,0.6735537,0.6859504,0.6983471,0.6652893,0.6446281,0.6363636,0.6528926,0.6652893,0.6694215,0.6818182,0.6983471,0.7355372,0.74380165,0.7231405,0.7107438,0.6735537,0.6652893,0.6487603,0.6363636,0.6487603,0.6652893,0.6694215,0.6694215,0.6570248,0.6404959,0.6280992,0.6322314,0.62396693,0.55785125,0.49586776,0.42975205,0.39256197,0.3966942,0.3677686,0.3305785,0.32231405,0.30991736,0.3181818,0.33471075,0.3677686,0.38429752,0.40082645,0.4090909,0.44214877,0.446281,0.45041323,0.45041323,0.45041323,0.45041323,0.446281,0.446281,0.44214877,0.43801653,0.45041323,0.446281,0.41322315,0.49173555,0.59917355,0.60330576,0.553719,0.46280992,0.4876033,0.58264464,0.6528926,0.6735537,0.677686,0.6983471,0.6942149,0.677686,0.6652893,0.6446281,0.6446281,0.6528926,0.6818182,0.7066116,0.73966944,0.74380165,0.7355372,0.7066116,0.677686,0.6528926,0.6404959,0.6404959,0.6570248,0.677686,0.6818182,0.677686,0.6570248,0.6322314,0.6198347,0.607438,0.57024795,0.5041322,0.43801653,0.40082645,0.38016528,0.35950413,0.32231405,0.29752067,0.30578512,0.3140496,0.338843,0.3553719,0.3677686,0.38016528,0.40082645,0.39256197,0.45041323,0.45041323,0.446281,0.446281,0.44214877,0.44214877,0.4338843,0.45041323,0.4338843,0.42975205,0.43801653,0.4338843,0.4090909,0.49173555,0.59917355,0.59090906,0.58677685,0.5247934,0.46694216,0.5206612,0.61570245,0.6570248,0.6735537,0.69008267,0.6983471,0.6859504,0.6652893,0.6404959,0.6363636,0.6570248,0.6735537,0.70247936,0.71900827,0.72727275,0.7355372,0.7066116,0.6652893,0.661157,0.6570248,0.6446281,0.6487603,0.6694215,0.6735537,0.6652893,0.6363636,0.607438,0.58264464,0.56198347,0.5165289,0.45867768,0.40082645,0.36363637,0.35123968,0.3181818,0.29752067,0.30991736,0.3181818,0.3305785,0.34710744,0.36363637,0.3677686,0.37190083,0.39256197,0.40082645,0.45454547,0.446281,0.44214877,0.43801653,0.44214877,0.43801653,0.4338843,0.446281,0.4338843,0.4338843,0.4338843,0.43801653,0.38842976,0.5041322,0.61570245,0.58264464,0.59504133,0.5495868,0.47933885,0.47107437,0.553719,0.62396693,0.661157,0.6735537,0.69008267,0.6735537,0.6570248,0.6363636,0.6404959,0.6735537,0.6859504,0.6983471,0.6983471,0.6859504,0.71487606,0.70247936,0.6652893,0.6528926,0.6528926,0.6322314,0.61570245,0.6322314,0.6404959,0.62396693,0.59504133,0.5661157,0.5371901,0.5082645,0.46694216,0.41322315,0.3677686,0.338843,0.32231405,0.30165288,0.30991736,0.3264463,0.33471075,0.33471075,0.37190083,0.37190083,0.3677686,0.3677686,0.39256197,0.39256197,0.44214877,0.44214877,0.44214877,0.43801653,0.44214877,0.43801653,0.4338843,0.44214877,0.4338843,0.4338843,0.43801653,0.42561984,0.40082645,0.5082645,0.6322314,0.59090906,0.59504133,0.57438016,0.5206612,0.4752066,0.49173555,0.56198347,0.6198347,0.6404959,0.6652893,0.6528926,0.6363636,0.6280992,0.6446281,0.661157,0.6652893,0.6487603,0.6528926,0.6404959,0.6570248,0.6652893,0.6487603,0.6322314,0.62396693,0.607438,0.59090906,0.59504133,0.59504133,0.5785124,0.54545456,0.5082645,0.4876033,0.45454547,0.41735536,0.3677686,0.338843,0.32231405,0.3140496,0.30991736,0.33471075,0.3305785,0.34710744,0.35123968,0.38016528,0.38842976,0.37190083,0.35950413,0.38429752,0.38842976,0.44214877,0.4338843,0.43801653,0.43801653,0.43801653,0.44214877,0.4338843,0.43801653,0.4338843,0.42975205,0.43801653,0.41735536,0.42975205,0.5371901,0.6446281,0.61157024,0.58677685,0.58677685,0.5661157,0.5082645,0.4752066,0.49586776,0.55785125,0.59504133,0.62396693,0.6322314,0.61570245,0.61157024,0.6198347,0.6280992,0.61570245,0.60330576,0.59090906,0.58677685,0.58264464,0.59917355,0.61157024,0.5785124,0.57438016,0.57024795,0.553719,0.54545456,0.5289256,0.5082645,0.47933885,0.45041323,0.43801653,0.3966942,0.36363637,0.3305785,0.32231405,0.3181818,0.3264463,0.3305785,0.3429752,0.3305785,0.36363637,0.37190083,0.38016528,0.40495867,0.37603307,0.36363637,0.38016528,0.38016528,0.44214877,0.4338843,0.43801653,0.43801653,0.4338843,0.44214877,0.42975205,0.42561984,0.4338843,0.42561984,0.446281,0.43801653,0.45454547,0.5661157,0.6404959,0.6198347,0.59090906,0.5785124,0.5785124,0.5371901,0.49173555,0.46280992,0.49586776,0.5371901,0.57438016,0.59917355,0.59504133,0.58264464,0.57438016,0.5785124,0.55785125,0.56198347,0.5413223,0.5371901,0.5289256,0.54545456,0.55785125,0.5247934,0.5165289,0.5082645,0.49173555,0.47933885,0.46694216,0.446281,0.42561984,0.40495867,0.37603307,0.3429752,0.3305785,0.32231405,0.33471075,0.3305785,0.3305785,0.338843,0.34710744,0.35123968,0.37190083,0.38842976,0.39256197,0.4090909,0.38842976,0.38016528,0.38016528,0.37603307,0.44214877,0.43801653,0.4338843,0.4338843,0.4338843,0.43801653,0.42975205,0.42975205,0.41735536,0.47107437,0.48347107,0.40495867,0.3429752,0.5661157,0.6404959,0.62396693,0.60330576,0.59090906,0.58677685,0.553719,0.5123967,0.47933885,0.46280992,0.46694216,0.5082645,0.5371901,0.54545456,0.5371901,0.5289256,0.5247934,0.5082645,0.5082645,0.5,0.4876033,0.4876033,0.4876033,0.4876033,0.4752066,0.45867768,0.44214877,0.42975205,0.42561984,0.41322315,0.40082645,0.37603307,0.34710744,0.32231405,0.3264463,0.3181818,0.33471075,0.338843,0.338843,0.34710744,0.3429752,0.3553719,0.3677686,0.38429752,0.38429752,0.3966942,0.40082645,0.38842976,0.38429752,0.38429752,0.37190083,4 +0.5082645,0.5082645,0.5082645,0.5413223,0.58677685,0.61570245,0.61157024,0.62396693,0.6363636,0.6652893,0.677686,0.70247936,0.71900827,0.7231405,0.72727275,0.71900827,0.72727275,0.7231405,0.71900827,0.72727275,0.72727275,0.7355372,0.74793386,0.7644628,0.78099173,0.7892562,0.7933884,0.8057851,0.80991733,0.80991733,0.8181818,0.8181818,0.8140496,0.80991733,0.8140496,0.8140496,0.822314,0.8181818,0.8181818,0.8181818,0.8181818,0.8181818,0.822314,0.822314,0.8181818,0.8140496,0.8140496,0.8140496,0.8057851,0.8057851,0.8140496,0.822314,0.8181818,0.8057851,0.8016529,0.8016529,0.78512394,0.76859504,0.74793386,0.72727275,0.7066116,0.69008267,0.6818182,0.6735537,0.4876033,0.4876033,0.4876033,0.5206612,0.57024795,0.60330576,0.61157024,0.6198347,0.6363636,0.661157,0.69008267,0.70247936,0.7231405,0.73966944,0.74380165,0.73966944,0.74380165,0.73966944,0.72727275,0.72727275,0.73140496,0.73966944,0.75619835,0.7768595,0.78512394,0.7892562,0.79752064,0.8016529,0.8057851,0.80991733,0.8181818,0.822314,0.8181818,0.80991733,0.8181818,0.8181818,0.8181818,0.8181818,0.8181818,0.822314,0.8181818,0.822314,0.8264463,0.8264463,0.8181818,0.8140496,0.8140496,0.8140496,0.8181818,0.8181818,0.80991733,0.8264463,0.8181818,0.8016529,0.7933884,0.7892562,0.7768595,0.75619835,0.73966944,0.71487606,0.70247936,0.677686,0.677686,0.6694215,0.45041323,0.45041323,0.45041323,0.49586776,0.553719,0.59090906,0.61157024,0.61157024,0.6322314,0.6694215,0.69008267,0.7107438,0.7355372,0.75619835,0.76033056,0.75619835,0.75206614,0.75206614,0.74793386,0.73966944,0.74380165,0.75206614,0.76859504,0.7768595,0.78512394,0.7933884,0.8016529,0.8016529,0.80991733,0.80991733,0.8181818,0.8181818,0.822314,0.80991733,0.8181818,0.8181818,0.8181818,0.822314,0.822314,0.8181818,0.8181818,0.822314,0.8264463,0.822314,0.8181818,0.8140496,0.8140496,0.8140496,0.8181818,0.822314,0.80991733,0.8140496,0.80991733,0.79752064,0.7933884,0.78099173,0.76859504,0.73966944,0.72727275,0.71487606,0.6942149,0.677686,0.6694215,0.6652893,0.41735536,0.41735536,0.41735536,0.47107437,0.5371901,0.58677685,0.60330576,0.61157024,0.6322314,0.6735537,0.6983471,0.7355372,0.74380165,0.76033056,0.7644628,0.76859504,0.7644628,0.76033056,0.76033056,0.75619835,0.75619835,0.7644628,0.77272725,0.78099173,0.78512394,0.79752064,0.8016529,0.80991733,0.8140496,0.80991733,0.8140496,0.8181818,0.822314,0.8181818,0.8181818,0.822314,0.822314,0.8264463,0.8264463,0.8181818,0.8181818,0.822314,0.822314,0.8181818,0.8140496,0.80991733,0.8140496,0.80991733,0.8140496,0.8181818,0.80991733,0.8057851,0.8057851,0.7933884,0.78512394,0.76859504,0.75206614,0.73140496,0.71487606,0.7066116,0.69008267,0.6735537,0.6652893,0.661157,0.39256197,0.39256197,0.39256197,0.45041323,0.5206612,0.57024795,0.59504133,0.607438,0.6198347,0.677686,0.70247936,0.72727275,0.74793386,0.76033056,0.77272725,0.78099173,0.78099173,0.77272725,0.76859504,0.76859504,0.7768595,0.7768595,0.78099173,0.78512394,0.78512394,0.79752064,0.8057851,0.80991733,0.8140496,0.80991733,0.8181818,0.822314,0.822314,0.8181818,0.8181818,0.8264463,0.822314,0.8264463,0.8264463,0.8264463,0.822314,0.8181818,0.8181818,0.8181818,0.8181818,0.8140496,0.8140496,0.8181818,0.8140496,0.8057851,0.8057851,0.79752064,0.79752064,0.7892562,0.77272725,0.73966944,0.73966944,0.7231405,0.7107438,0.6942149,0.6735537,0.6652893,0.661157,0.6570248,0.35123968,0.35123968,0.35123968,0.42975205,0.5082645,0.55785125,0.59504133,0.60330576,0.61157024,0.6735537,0.70247936,0.71900827,0.7355372,0.75619835,0.77272725,0.78099173,0.78099173,0.77272725,0.77272725,0.78099173,0.7892562,0.7892562,0.7892562,0.7892562,0.7892562,0.7933884,0.8057851,0.80991733,0.80991733,0.8140496,0.8140496,0.80991733,0.8181818,0.80991733,0.8181818,0.8264463,0.822314,0.8264463,0.822314,0.822314,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.822314,0.8140496,0.8140496,0.80991733,0.8057851,0.79752064,0.7892562,0.79752064,0.7768595,0.7644628,0.74793386,0.7355372,0.7066116,0.70247936,0.69008267,0.6735537,0.661157,0.6570248,0.661157,0.3264463,0.3264463,0.3264463,0.40495867,0.5082645,0.5661157,0.59917355,0.60330576,0.61157024,0.6528926,0.7066116,0.7107438,0.73140496,0.74793386,0.76859504,0.7768595,0.7768595,0.76859504,0.77272725,0.78099173,0.79752064,0.8016529,0.7933884,0.7892562,0.7892562,0.7892562,0.79752064,0.8016529,0.8057851,0.8140496,0.80991733,0.8016529,0.80991733,0.8140496,0.8140496,0.822314,0.8181818,0.822314,0.822314,0.8264463,0.838843,0.8429752,0.8429752,0.8347107,0.8264463,0.822314,0.8181818,0.8057851,0.8016529,0.79752064,0.7892562,0.7933884,0.7892562,0.7644628,0.75619835,0.74793386,0.73140496,0.7066116,0.6942149,0.6818182,0.6652893,0.6570248,0.6528926,0.661157,0.30165288,0.30165288,0.30165288,0.38842976,0.5082645,0.58264464,0.607438,0.61157024,0.6198347,0.6404959,0.6942149,0.6983471,0.71900827,0.74380165,0.76033056,0.7644628,0.77272725,0.7644628,0.76859504,0.7768595,0.78512394,0.7933884,0.7933884,0.7933884,0.7892562,0.78512394,0.7933884,0.7933884,0.7933884,0.8016529,0.8057851,0.7933884,0.8016529,0.8140496,0.8140496,0.8140496,0.8181818,0.8181818,0.8181818,0.822314,0.8347107,0.838843,0.8347107,0.822314,0.8140496,0.80991733,0.8140496,0.8057851,0.7892562,0.78512394,0.78099173,0.78099173,0.78099173,0.7644628,0.76033056,0.76033056,0.7355372,0.7066116,0.6859504,0.6818182,0.6694215,0.661157,0.6528926,0.6570248,0.32231405,0.32231405,0.32231405,0.3677686,0.5082645,0.59504133,0.6198347,0.6280992,0.6198347,0.62396693,0.661157,0.6859504,0.71487606,0.73966944,0.75206614,0.75619835,0.75619835,0.7644628,0.76033056,0.75619835,0.7644628,0.77272725,0.78099173,0.78099173,0.78099173,0.78099173,0.7768595,0.78512394,0.78512394,0.78512394,0.7933884,0.7892562,0.7933884,0.7892562,0.7933884,0.7933884,0.79752064,0.7933884,0.79752064,0.7933884,0.79752064,0.7933884,0.78512394,0.77272725,0.7644628,0.76859504,0.7768595,0.76859504,0.7644628,0.7644628,0.76033056,0.76033056,0.7644628,0.76859504,0.76859504,0.7644628,0.75619835,0.72727275,0.6942149,0.677686,0.6735537,0.6652893,0.6528926,0.6652893,0.35123968,0.35123968,0.35123968,0.39256197,0.5165289,0.58677685,0.59504133,0.58264464,0.5661157,0.58264464,0.61570245,0.61157024,0.6363636,0.6694215,0.677686,0.6942149,0.7066116,0.72727275,0.7355372,0.7231405,0.73966944,0.75206614,0.75619835,0.76033056,0.76033056,0.7644628,0.76033056,0.77272725,0.77272725,0.76859504,0.76859504,0.7768595,0.76033056,0.73966944,0.73140496,0.72727275,0.7355372,0.7107438,0.70247936,0.6983471,0.6818182,0.6694215,0.6652893,0.677686,0.6859504,0.6859504,0.6818182,0.6859504,0.70247936,0.74793386,0.74793386,0.74793386,0.73966944,0.73140496,0.73966944,0.74793386,0.74380165,0.73966944,0.71900827,0.6818182,0.6528926,0.6528926,0.6528926,0.6652893,0.36363637,0.36363637,0.36363637,0.4090909,0.5247934,0.56198347,0.5495868,0.5247934,0.5165289,0.5082645,0.48347107,0.48347107,0.5,0.5165289,0.5206612,0.553719,0.57438016,0.6280992,0.661157,0.6652893,0.677686,0.70247936,0.73140496,0.73966944,0.74380165,0.74793386,0.75619835,0.76033056,0.75619835,0.74380165,0.72727275,0.7355372,0.72727275,0.70247936,0.6652893,0.6322314,0.59917355,0.58677685,0.57438016,0.5661157,0.5413223,0.5247934,0.5247934,0.5289256,0.54545456,0.57024795,0.58264464,0.57438016,0.59090906,0.6528926,0.6859504,0.6487603,0.6570248,0.6983471,0.7107438,0.6983471,0.71900827,0.7107438,0.71900827,0.69008267,0.6363636,0.6404959,0.6446281,0.6528926,0.41322315,0.41322315,0.41322315,0.446281,0.49586776,0.5082645,0.48347107,0.46280992,0.45454547,0.42975205,0.4214876,0.4752066,0.4752066,0.46280992,0.45454547,0.4752066,0.49173555,0.5289256,0.5785124,0.59917355,0.61157024,0.6446281,0.6818182,0.6983471,0.70247936,0.7231405,0.73140496,0.71900827,0.7231405,0.71900827,0.6942149,0.69008267,0.677686,0.6652893,0.6694215,0.6198347,0.5661157,0.5289256,0.5206612,0.5,0.4752066,0.45454547,0.4338843,0.41322315,0.42561984,0.43801653,0.45041323,0.47933885,0.5247934,0.57438016,0.6280992,0.61570245,0.60330576,0.6322314,0.6487603,0.6404959,0.6735537,0.677686,0.677686,0.6570248,0.6363636,0.6404959,0.6487603,0.6652893,0.41322315,0.41322315,0.41322315,0.4338843,0.45041323,0.43801653,0.4214876,0.3966942,0.36363637,0.338843,0.34710744,0.38429752,0.41735536,0.41322315,0.4214876,0.42975205,0.44214877,0.45867768,0.5,0.53305787,0.5661157,0.59504133,0.62396693,0.6446281,0.6570248,0.677686,0.6859504,0.6735537,0.6735537,0.6735537,0.6694215,0.6363636,0.6280992,0.62396693,0.6363636,0.58264464,0.5247934,0.5041322,0.4752066,0.46280992,0.446281,0.42561984,0.3966942,0.38842976,0.3966942,0.40495867,0.41322315,0.45041323,0.5041322,0.56198347,0.59504133,0.61157024,0.62396693,0.6322314,0.6570248,0.6446281,0.6280992,0.6404959,0.6404959,0.62396693,0.61157024,0.6198347,0.6404959,0.6694215,0.40495867,0.40495867,0.40495867,0.41322315,0.41322315,0.39256197,0.38842976,0.37603307,0.34710744,0.30991736,0.2768595,0.3140496,0.338843,0.3429752,0.3677686,0.37190083,0.37190083,0.38016528,0.40082645,0.446281,0.49173555,0.5247934,0.553719,0.59090906,0.6198347,0.6446281,0.6528926,0.6528926,0.6528926,0.6404959,0.61570245,0.59504133,0.5785124,0.57438016,0.56198347,0.5289256,0.49586776,0.48347107,0.45867768,0.45454547,0.4338843,0.41322315,0.38842976,0.37603307,0.38429752,0.40495867,0.4090909,0.446281,0.48347107,0.5165289,0.5413223,0.57438016,0.60330576,0.6363636,0.6528926,0.6487603,0.6363636,0.6404959,0.6363636,0.62396693,0.61570245,0.62396693,0.6446281,0.677686,0.41322315,0.41322315,0.41322315,0.4214876,0.4214876,0.41322315,0.3966942,0.4090909,0.38429752,0.3553719,0.3264463,0.3140496,0.30991736,0.28099173,0.26859504,0.2520661,0.2603306,0.28512397,0.30165288,0.34710744,0.39256197,0.44214877,0.4876033,0.5413223,0.59090906,0.62396693,0.661157,0.69008267,0.6818182,0.6570248,0.6363636,0.58677685,0.5495868,0.53305787,0.5041322,0.47107437,0.47107437,0.46280992,0.45041323,0.42975205,0.3966942,0.35123968,0.32231405,0.3181818,0.3264463,0.3553719,0.3677686,0.39256197,0.42561984,0.44214877,0.43801653,0.46280992,0.5041322,0.5413223,0.58264464,0.61157024,0.6280992,0.6280992,0.6280992,0.6322314,0.6322314,0.6528926,0.661157,0.6859504,0.42975205,0.42975205,0.42975205,0.42975205,0.4214876,0.4090909,0.4090909,0.38429752,0.33471075,0.3264463,0.28512397,0.2603306,0.2644628,0.2231405,0.20661157,0.19421488,0.19421488,0.2107438,0.20661157,0.22727273,0.28099173,0.33471075,0.39256197,0.47107437,0.5785124,0.6570248,0.71900827,0.74380165,0.74793386,0.7231405,0.6818182,0.61157024,0.57438016,0.5247934,0.49173555,0.47933885,0.47933885,0.47933885,0.47107437,0.45867768,0.42975205,0.40495867,0.39256197,0.38842976,0.39256197,0.34710744,0.28099173,0.28099173,0.3966942,0.3966942,0.3966942,0.48347107,0.4876033,0.446281,0.446281,0.5123967,0.57438016,0.61570245,0.6404959,0.6446281,0.6570248,0.6652893,0.677686,0.69008267,0.42561984,0.42561984,0.42561984,0.43801653,0.4338843,0.41735536,0.41322315,0.3305785,0.29338843,0.2892562,0.25619835,0.2892562,0.30991736,0.2107438,0.20247933,0.19421488,0.1694215,0.19008264,0.19421488,0.24793388,0.2603306,0.2768595,0.30991736,0.41735536,0.59504133,0.71487606,0.7768595,0.7933884,0.8016529,0.78512394,0.73966944,0.6859504,0.6280992,0.57438016,0.5495868,0.5495868,0.5413223,0.5371901,0.5247934,0.49586776,0.4752066,0.4338843,0.42561984,0.47933885,0.5165289,0.41735536,0.30578512,0.27272728,0.4214876,0.37190083,0.28099173,0.37603307,0.4338843,0.46280992,0.4752066,0.45867768,0.49173555,0.5661157,0.61570245,0.6528926,0.677686,0.6859504,0.6942149,0.7066116,0.40082645,0.40082645,0.40082645,0.44214877,0.45454547,0.4214876,0.4090909,0.3140496,0.29752067,0.23553719,0.2520661,0.4090909,0.446281,0.29338843,0.25619835,0.2107438,0.20247933,0.2231405,0.22727273,0.28512397,0.2768595,0.27272728,0.29752067,0.4214876,0.62396693,0.74793386,0.8016529,0.8140496,0.8181818,0.8057851,0.78099173,0.73140496,0.6735537,0.6404959,0.62396693,0.6198347,0.6404959,0.6363636,0.60330576,0.5247934,0.45867768,0.43801653,0.5041322,0.62396693,0.661157,0.5123967,0.38016528,0.27272728,0.2644628,0.32231405,0.3305785,0.45454547,0.47107437,0.38842976,0.4090909,0.446281,0.49173555,0.53305787,0.58264464,0.6404959,0.677686,0.7066116,0.7231405,0.72727275,0.37603307,0.37603307,0.37603307,0.45454547,0.4876033,0.45041323,0.41735536,0.3305785,0.29752067,0.24793388,0.3181818,0.46280992,0.5289256,0.40082645,0.3305785,0.2768595,0.27272728,0.30578512,0.3140496,0.35123968,0.3181818,0.28099173,0.3140496,0.45867768,0.6528926,0.76859504,0.8140496,0.822314,0.8264463,0.8140496,0.78099173,0.74793386,0.6983471,0.6818182,0.6652893,0.6570248,0.70247936,0.7066116,0.6694215,0.57438016,0.5123967,0.5041322,0.56198347,0.6570248,0.7066116,0.59504133,0.47107437,0.41322315,0.3966942,0.41322315,0.46280992,0.5661157,0.57024795,0.49586776,0.47107437,0.47933885,0.5082645,0.56198347,0.61157024,0.6570248,0.6983471,0.73140496,0.75619835,0.75619835,0.35950413,0.35950413,0.35950413,0.45454547,0.5123967,0.49586776,0.45041323,0.3677686,0.3553719,0.3553719,0.41735536,0.46280992,0.53305787,0.49586776,0.40495867,0.41322315,0.42561984,0.45454547,0.45867768,0.4338843,0.38016528,0.33471075,0.3677686,0.5247934,0.69008267,0.78099173,0.8181818,0.822314,0.8347107,0.8140496,0.7892562,0.76033056,0.7107438,0.70247936,0.6942149,0.6859504,0.70247936,0.70247936,0.6818182,0.6322314,0.59917355,0.57438016,0.5785124,0.607438,0.6404959,0.6280992,0.553719,0.5413223,0.57438016,0.57024795,0.59090906,0.6446281,0.6487603,0.6322314,0.6322314,0.6280992,0.6322314,0.677686,0.7107438,0.73966944,0.75619835,0.76859504,0.7768595,0.76859504,0.35950413,0.35950413,0.35950413,0.446281,0.5041322,0.5371901,0.5247934,0.45867768,0.42975205,0.4338843,0.49173555,0.5,0.5247934,0.53305787,0.5206612,0.5206612,0.5413223,0.5495868,0.53305787,0.49173555,0.41735536,0.38842976,0.43801653,0.57438016,0.7107438,0.7892562,0.822314,0.822314,0.8305785,0.822314,0.78099173,0.74793386,0.7231405,0.71900827,0.7355372,0.73140496,0.7355372,0.7231405,0.6859504,0.6363636,0.59917355,0.57438016,0.56198347,0.5785124,0.59504133,0.60330576,0.60330576,0.61570245,0.6528926,0.6570248,0.661157,0.6818182,0.70247936,0.71487606,0.72727275,0.71487606,0.7231405,0.74380165,0.76859504,0.78512394,0.78512394,0.78099173,0.7768595,0.7768595,0.3677686,0.3677686,0.3677686,0.42975205,0.5123967,0.5661157,0.58677685,0.53305787,0.4876033,0.4876033,0.53305787,0.55785125,0.553719,0.553719,0.54545456,0.5371901,0.5247934,0.53305787,0.5206612,0.4876033,0.446281,0.45867768,0.5041322,0.58677685,0.7066116,0.78512394,0.822314,0.822314,0.8264463,0.80991733,0.7644628,0.7355372,0.73140496,0.73140496,0.74793386,0.76033056,0.76033056,0.75619835,0.7355372,0.7066116,0.6694215,0.6280992,0.60330576,0.59504133,0.59504133,0.59504133,0.607438,0.6198347,0.6528926,0.6735537,0.69008267,0.6983471,0.70247936,0.71487606,0.71900827,0.73140496,0.75206614,0.76859504,0.7933884,0.8016529,0.7933884,0.78512394,0.7768595,0.77272725,0.3677686,0.3677686,0.3677686,0.40082645,0.5165289,0.59090906,0.6280992,0.59504133,0.5247934,0.49586776,0.5165289,0.5289256,0.5123967,0.53305787,0.53305787,0.5371901,0.5413223,0.553719,0.55785125,0.53305787,0.5165289,0.5247934,0.5289256,0.58264464,0.6942149,0.7768595,0.822314,0.822314,0.8181818,0.8016529,0.75619835,0.73140496,0.73140496,0.73966944,0.74380165,0.7644628,0.7644628,0.76033056,0.75619835,0.74380165,0.74793386,0.73140496,0.70247936,0.6735537,0.6446281,0.62396693,0.61157024,0.6198347,0.6280992,0.6363636,0.6487603,0.661157,0.6735537,0.6942149,0.71900827,0.73966944,0.7644628,0.78099173,0.79752064,0.8016529,0.79752064,0.7933884,0.78099173,0.77272725,0.38016528,0.38016528,0.38016528,0.38016528,0.5,0.607438,0.6487603,0.6446281,0.59504133,0.53305787,0.5206612,0.5206612,0.5206612,0.54545456,0.56198347,0.58677685,0.60330576,0.61157024,0.61157024,0.59504133,0.5661157,0.5495868,0.54545456,0.58264464,0.6859504,0.7768595,0.8181818,0.8140496,0.8057851,0.7892562,0.75206614,0.73140496,0.73140496,0.75206614,0.74380165,0.75206614,0.7644628,0.76033056,0.74380165,0.74380165,0.76033056,0.76859504,0.77272725,0.7644628,0.74380165,0.71487606,0.6983471,0.69008267,0.69008267,0.6983471,0.7066116,0.7066116,0.73140496,0.7355372,0.76033056,0.7768595,0.7892562,0.7933884,0.7933884,0.8016529,0.79752064,0.7933884,0.78099173,0.76859504,0.39256197,0.39256197,0.39256197,0.37603307,0.4876033,0.607438,0.6652893,0.6859504,0.69008267,0.661157,0.6363636,0.6280992,0.6198347,0.6198347,0.6363636,0.661157,0.6735537,0.6694215,0.6446281,0.61157024,0.57438016,0.55785125,0.553719,0.58677685,0.677686,0.76859504,0.8140496,0.8057851,0.7892562,0.77272725,0.74380165,0.72727275,0.7231405,0.7355372,0.74793386,0.74793386,0.74793386,0.74793386,0.74793386,0.73966944,0.75206614,0.77272725,0.78512394,0.7933884,0.7933884,0.78512394,0.78512394,0.7768595,0.76859504,0.77272725,0.77272725,0.76859504,0.7892562,0.7892562,0.8016529,0.8057851,0.80991733,0.79752064,0.7933884,0.7933884,0.7892562,0.7892562,0.78099173,0.7644628,0.38429752,0.38429752,0.38429752,0.38016528,0.49173555,0.60330576,0.6735537,0.6942149,0.7231405,0.73966944,0.72727275,0.72727275,0.7066116,0.677686,0.6859504,0.7066116,0.7107438,0.6859504,0.6446281,0.59917355,0.57024795,0.55785125,0.553719,0.59504133,0.6859504,0.78099173,0.8181818,0.8016529,0.78099173,0.75619835,0.73966944,0.7355372,0.7231405,0.71487606,0.73966944,0.75206614,0.7355372,0.73966944,0.74380165,0.74380165,0.75619835,0.78099173,0.7933884,0.79752064,0.79752064,0.79752064,0.80991733,0.8057851,0.79752064,0.7933884,0.79752064,0.7933884,0.8016529,0.8140496,0.80991733,0.80991733,0.8140496,0.8016529,0.79752064,0.7892562,0.7892562,0.7892562,0.78512394,0.7644628,0.38429752,0.38429752,0.38429752,0.38842976,0.49173555,0.59504133,0.6404959,0.677686,0.6983471,0.7355372,0.73966944,0.73966944,0.73140496,0.7066116,0.7231405,0.7231405,0.71487606,0.6859504,0.6446281,0.59504133,0.5661157,0.55785125,0.55785125,0.607438,0.6983471,0.7933884,0.822314,0.8016529,0.7768595,0.75619835,0.7355372,0.73140496,0.7231405,0.70247936,0.71487606,0.7355372,0.73966944,0.73966944,0.73966944,0.75206614,0.76859504,0.7892562,0.79752064,0.8016529,0.79752064,0.8016529,0.80991733,0.80991733,0.8140496,0.80991733,0.80991733,0.8057851,0.8057851,0.8140496,0.80991733,0.8181818,0.8140496,0.8016529,0.79752064,0.7892562,0.78512394,0.78512394,0.7768595,0.76033056,0.38842976,0.38842976,0.38842976,0.38016528,0.4876033,0.57024795,0.6198347,0.6528926,0.6735537,0.70247936,0.71900827,0.72727275,0.73140496,0.71900827,0.74380165,0.73140496,0.7231405,0.6942149,0.6528926,0.59504133,0.56198347,0.5495868,0.5661157,0.6198347,0.71487606,0.7933884,0.822314,0.80991733,0.7933884,0.76859504,0.73966944,0.7355372,0.71487606,0.70247936,0.69008267,0.6942149,0.70247936,0.7231405,0.74380165,0.75619835,0.77272725,0.7892562,0.8016529,0.8057851,0.8016529,0.8016529,0.80991733,0.80991733,0.8140496,0.8181818,0.8181818,0.8181818,0.8140496,0.80991733,0.80991733,0.8140496,0.8140496,0.8057851,0.8016529,0.7933884,0.78099173,0.7768595,0.76859504,0.74793386,0.38016528,0.38016528,0.38016528,0.38429752,0.46694216,0.56198347,0.60330576,0.6404959,0.6694215,0.6818182,0.7066116,0.7231405,0.72727275,0.7231405,0.73966944,0.73966944,0.7231405,0.6983471,0.6570248,0.59090906,0.54545456,0.54545456,0.5785124,0.6363636,0.72727275,0.7933884,0.80991733,0.80991733,0.80991733,0.78512394,0.76033056,0.74793386,0.71900827,0.7107438,0.70247936,0.6942149,0.6818182,0.69008267,0.71487606,0.74380165,0.77272725,0.7933884,0.79752064,0.8016529,0.79752064,0.7933884,0.8016529,0.80991733,0.80991733,0.8181818,0.8264463,0.8305785,0.8264463,0.822314,0.8140496,0.8057851,0.8181818,0.80991733,0.8016529,0.7933884,0.78099173,0.76859504,0.75619835,0.7355372,0.3966942,0.3966942,0.3966942,0.36363637,0.45454547,0.5289256,0.5785124,0.6404959,0.6528926,0.6694215,0.7107438,0.73966944,0.7231405,0.73966944,0.72727275,0.7355372,0.71900827,0.6859504,0.6404959,0.57438016,0.5247934,0.54545456,0.59917355,0.6487603,0.7231405,0.77272725,0.8016529,0.8140496,0.8264463,0.8016529,0.7768595,0.75206614,0.7107438,0.7066116,0.7066116,0.71487606,0.7066116,0.6983471,0.69008267,0.6942149,0.73140496,0.7644628,0.7768595,0.78512394,0.7892562,0.7892562,0.7933884,0.8016529,0.8016529,0.8140496,0.8264463,0.8347107,0.838843,0.8347107,0.8140496,0.8057851,0.8057851,0.8057851,0.79752064,0.7933884,0.7768595,0.76033056,0.74380165,0.7231405,0.39256197,0.39256197,0.39256197,0.38429752,0.41322315,0.5123967,0.58264464,0.6363636,0.661157,0.661157,0.677686,0.71487606,0.71900827,0.7231405,0.71900827,0.7231405,0.71487606,0.6735537,0.61157024,0.5413223,0.5371901,0.56198347,0.607438,0.6528926,0.7066116,0.75206614,0.78512394,0.8016529,0.8140496,0.8181818,0.7933884,0.7644628,0.72727275,0.6983471,0.7107438,0.7231405,0.71487606,0.7066116,0.69008267,0.6570248,0.6694215,0.7066116,0.7355372,0.75206614,0.76859504,0.77272725,0.7768595,0.78512394,0.78512394,0.8016529,0.8057851,0.8305785,0.8347107,0.8264463,0.8016529,0.79752064,0.8057851,0.7933884,0.78512394,0.78099173,0.76859504,0.76033056,0.7355372,0.70247936,0.40495867,0.40495867,0.40495867,0.37190083,0.39256197,0.49173555,0.57438016,0.62396693,0.6652893,0.661157,0.6942149,0.6983471,0.70247936,0.7066116,0.71900827,0.6942149,0.6735537,0.62396693,0.54545456,0.5206612,0.53305787,0.56198347,0.61157024,0.6652893,0.7107438,0.73966944,0.76859504,0.7933884,0.822314,0.822314,0.78512394,0.7355372,0.6983471,0.69008267,0.70247936,0.7107438,0.70247936,0.6983471,0.677686,0.6280992,0.6280992,0.6735537,0.6942149,0.70247936,0.7231405,0.74793386,0.75619835,0.76033056,0.7644628,0.77272725,0.7933884,0.79752064,0.80991733,0.8057851,0.7892562,0.78099173,0.7768595,0.78099173,0.77272725,0.7644628,0.75619835,0.74793386,0.7231405,0.6859504,0.3966942,0.3966942,0.3966942,0.38429752,0.37190083,0.4752066,0.56198347,0.59090906,0.6363636,0.6570248,0.6735537,0.69008267,0.6983471,0.7066116,0.6983471,0.6859504,0.6363636,0.5495868,0.4876033,0.5,0.5041322,0.5206612,0.58677685,0.6528926,0.7066116,0.73140496,0.73966944,0.7644628,0.7892562,0.76859504,0.71900827,0.661157,0.6363636,0.6487603,0.6735537,0.677686,0.677686,0.6652893,0.6404959,0.59504133,0.6198347,0.6983471,0.7066116,0.6694215,0.661157,0.6818182,0.71900827,0.74380165,0.75206614,0.76033056,0.76859504,0.7768595,0.78099173,0.78512394,0.78512394,0.76859504,0.75206614,0.74793386,0.75619835,0.74380165,0.7355372,0.7231405,0.71487606,0.677686,0.40495867,0.40495867,0.40495867,0.39256197,0.35950413,0.446281,0.54545456,0.58264464,0.61157024,0.6528926,0.6528926,0.6652893,0.677686,0.6859504,0.6694215,0.6446281,0.5661157,0.49173555,0.46280992,0.47933885,0.45867768,0.44214877,0.49586776,0.60330576,0.677686,0.7066116,0.7107438,0.7107438,0.71900827,0.6859504,0.61570245,0.55785125,0.5495868,0.5206612,0.5247934,0.5413223,0.5785124,0.59504133,0.5785124,0.57438016,0.6404959,0.73140496,0.75619835,0.72727275,0.661157,0.62396693,0.6487603,0.69008267,0.7231405,0.74380165,0.74793386,0.76033056,0.77272725,0.76033056,0.75619835,0.74793386,0.74380165,0.74380165,0.74380165,0.73966944,0.73140496,0.7107438,0.69008267,0.6735537,0.3966942,0.3966942,0.3966942,0.38429752,0.37190083,0.40495867,0.49173555,0.5413223,0.57438016,0.59917355,0.6198347,0.6404959,0.6404959,0.6280992,0.62396693,0.58677685,0.5082645,0.45867768,0.4876033,0.49173555,0.42975205,0.35950413,0.3677686,0.46280992,0.5661157,0.61570245,0.6404959,0.6528926,0.6322314,0.58264464,0.5123967,0.446281,0.3677686,0.29752067,0.29338843,0.3181818,0.39256197,0.47933885,0.5495868,0.6280992,0.69008267,0.72727275,0.75206614,0.76859504,0.73140496,0.6446281,0.59090906,0.61570245,0.6652893,0.6983471,0.7231405,0.74380165,0.74793386,0.73140496,0.72727275,0.71900827,0.7355372,0.7355372,0.72727275,0.71487606,0.6983471,0.6859504,0.677686,0.6652893,0.38842976,0.38842976,0.38842976,0.38842976,0.38016528,0.38016528,0.45041323,0.5,0.5495868,0.553719,0.57024795,0.59504133,0.62396693,0.60330576,0.5785124,0.5206612,0.46694216,0.46694216,0.5082645,0.5206612,0.4752066,0.3677686,0.28512397,0.3181818,0.4090909,0.4752066,0.5,0.5082645,0.5123967,0.49173555,0.42975205,0.40495867,0.42975205,0.4752066,0.46280992,0.42975205,0.45041323,0.5495868,0.6280992,0.6652893,0.677686,0.70247936,0.7355372,0.75619835,0.74793386,0.7107438,0.6280992,0.57024795,0.58677685,0.6487603,0.6942149,0.7231405,0.73140496,0.71487606,0.71487606,0.71487606,0.70247936,0.6983471,0.6942149,0.6818182,0.6735537,0.677686,0.6694215,0.6570248,0.38842976,0.38842976,0.38842976,0.38429752,0.38842976,0.38016528,0.40495867,0.45867768,0.4876033,0.5123967,0.5413223,0.56198347,0.5785124,0.57024795,0.5371901,0.47107437,0.45041323,0.49586776,0.5206612,0.5247934,0.5041322,0.42975205,0.338843,0.30578512,0.33471075,0.37603307,0.38429752,0.39256197,0.41735536,0.44214877,0.4338843,0.45454547,0.5123967,0.553719,0.57438016,0.5785124,0.61570245,0.6570248,0.6859504,0.6859504,0.6859504,0.7066116,0.73140496,0.73966944,0.73966944,0.7355372,0.7107438,0.6322314,0.56198347,0.58264464,0.661157,0.6942149,0.71900827,0.70247936,0.69008267,0.69008267,0.677686,0.6859504,0.677686,0.6694215,0.6694215,0.6735537,0.6570248,0.6446281,0.39256197,0.39256197,0.39256197,0.38842976,0.38842976,0.38429752,0.39256197,0.41735536,0.45454547,0.47107437,0.5041322,0.5206612,0.553719,0.54545456,0.5,0.45454547,0.46694216,0.5123967,0.5206612,0.5206612,0.5082645,0.45867768,0.38842976,0.3677686,0.36363637,0.3677686,0.35950413,0.3553719,0.39256197,0.42975205,0.446281,0.48347107,0.5413223,0.58677685,0.62396693,0.6446281,0.661157,0.6735537,0.6859504,0.69008267,0.6942149,0.7107438,0.7231405,0.73140496,0.72727275,0.73966944,0.73966944,0.7107438,0.6404959,0.57438016,0.59917355,0.6570248,0.70247936,0.6983471,0.6983471,0.6859504,0.6818182,0.6859504,0.6735537,0.6570248,0.6570248,0.6652893,0.6570248,0.6363636,0.39256197,0.39256197,0.39256197,0.38842976,0.38429752,0.37603307,0.37603307,0.4090909,0.41735536,0.42975205,0.46694216,0.49173555,0.5289256,0.5289256,0.4876033,0.46694216,0.49586776,0.4876033,0.49173555,0.5041322,0.5,0.4752066,0.4214876,0.40082645,0.40082645,0.4090909,0.40082645,0.4090909,0.4752066,0.5289256,0.53305787,0.5495868,0.57024795,0.62396693,0.6528926,0.6694215,0.6818182,0.6983471,0.70247936,0.6983471,0.6859504,0.69008267,0.6983471,0.71487606,0.7231405,0.7355372,0.74380165,0.73140496,0.7107438,0.6652893,0.59090906,0.607438,0.6859504,0.7066116,0.7066116,0.6983471,0.6942149,0.6859504,0.677686,0.661157,0.661157,0.661157,0.6528926,0.6363636,0.38842976,0.38842976,0.38842976,0.38842976,0.38429752,0.38016528,0.37603307,0.39256197,0.4090909,0.3966942,0.42561984,0.47107437,0.5041322,0.5123967,0.48347107,0.48347107,0.49586776,0.47107437,0.47107437,0.4876033,0.5,0.5,0.46694216,0.44214877,0.44214877,0.46694216,0.49586776,0.5123967,0.55785125,0.59090906,0.58264464,0.59090906,0.6198347,0.6446281,0.6818182,0.6983471,0.70247936,0.72727275,0.73966944,0.71900827,0.70247936,0.70247936,0.6983471,0.6942149,0.70247936,0.6983471,0.6942149,0.6859504,0.6859504,0.7066116,0.6528926,0.59090906,0.6446281,0.6983471,0.71487606,0.70247936,0.6983471,0.69008267,0.6818182,0.661157,0.6570248,0.6487603,0.6404959,0.6363636,0.38842976,0.38842976,0.38842976,0.38842976,0.38429752,0.38429752,0.37190083,0.39256197,0.40082645,0.3966942,0.41322315,0.45041323,0.49586776,0.5041322,0.48347107,0.46280992,0.45454547,0.43801653,0.45041323,0.47933885,0.5041322,0.5247934,0.5206612,0.5165289,0.5289256,0.5495868,0.58264464,0.59917355,0.61570245,0.607438,0.60330576,0.6322314,0.6528926,0.6694215,0.6983471,0.7231405,0.7231405,0.7355372,0.74793386,0.74380165,0.72727275,0.72727275,0.7231405,0.7107438,0.69008267,0.6735537,0.6363636,0.5785124,0.59090906,0.6363636,0.6570248,0.6363636,0.6446281,0.6942149,0.7066116,0.70247936,0.6983471,0.6942149,0.6818182,0.6570248,0.6404959,0.6322314,0.6363636,0.6322314,0.38429752,0.38429752,0.38429752,0.37603307,0.38016528,0.38842976,0.38016528,0.37190083,0.41322315,0.39256197,0.3966942,0.44214877,0.49586776,0.5206612,0.49586776,0.46280992,0.42561984,0.39256197,0.41322315,0.47107437,0.5082645,0.53305787,0.553719,0.57024795,0.58264464,0.58264464,0.60330576,0.61570245,0.6280992,0.6322314,0.61570245,0.6322314,0.6404959,0.6446281,0.6652893,0.6942149,0.70247936,0.70247936,0.70247936,0.6983471,0.69008267,0.6942149,0.6983471,0.69008267,0.6652893,0.6363636,0.58264464,0.4752066,0.45867768,0.5413223,0.62396693,0.661157,0.661157,0.6818182,0.7107438,0.71487606,0.7107438,0.6983471,0.677686,0.6528926,0.6322314,0.6322314,0.6363636,0.6322314,0.38842976,0.38842976,0.38842976,0.37190083,0.38016528,0.38429752,0.38016528,0.3677686,0.3966942,0.40495867,0.3966942,0.43801653,0.49173555,0.5413223,0.53305787,0.5,0.4338843,0.34710744,0.338843,0.41322315,0.45867768,0.4752066,0.5041322,0.5206612,0.5289256,0.5247934,0.5289256,0.5413223,0.55785125,0.57438016,0.5661157,0.56198347,0.56198347,0.56198347,0.58264464,0.58677685,0.60330576,0.59917355,0.59504133,0.5785124,0.5661157,0.57024795,0.57024795,0.553719,0.5206612,0.45454547,0.40495867,0.33471075,0.34710744,0.45454547,0.56198347,0.6363636,0.6735537,0.69008267,0.71900827,0.7231405,0.71487606,0.6983471,0.6735537,0.6487603,0.6363636,0.6446281,0.6404959,0.6322314,0.38842976,0.38842976,0.38842976,0.37603307,0.37603307,0.38016528,0.38016528,0.36363637,0.3677686,0.42561984,0.41322315,0.40082645,0.47933885,0.553719,0.57438016,0.553719,0.4876033,0.37603307,0.29752067,0.29752067,0.33471075,0.3553719,0.3677686,0.39256197,0.41322315,0.41322315,0.40082645,0.4090909,0.42975205,0.44214877,0.45454547,0.45867768,0.45867768,0.49173555,0.5041322,0.47933885,0.46280992,0.45867768,0.49173555,0.46694216,0.43801653,0.446281,0.446281,0.37190083,0.3140496,0.3181818,0.3677686,0.42975205,0.46694216,0.5123967,0.5661157,0.6198347,0.677686,0.7066116,0.7231405,0.71900827,0.7107438,0.6818182,0.6570248,0.6322314,0.6280992,0.6404959,0.6446281,0.62396693,0.38429752,0.38429752,0.38429752,0.37190083,0.3677686,0.38016528,0.38016528,0.37603307,0.3553719,0.41322315,0.44214877,0.39256197,0.446281,0.5289256,0.58677685,0.58677685,0.5413223,0.446281,0.3553719,0.29752067,0.29752067,0.25619835,0.20247933,0.26859504,0.3429752,0.38016528,0.35123968,0.3429752,0.42561984,0.45867768,0.47933885,0.446281,0.45867768,0.5371901,0.56198347,0.5247934,0.4338843,0.43801653,0.5123967,0.47933885,0.41735536,0.42975205,0.45867768,0.40495867,0.3966942,0.47933885,0.57024795,0.6446281,0.6652893,0.6528926,0.661157,0.6652893,0.70247936,0.7066116,0.7066116,0.7066116,0.69008267,0.6652893,0.6404959,0.6198347,0.62396693,0.6404959,0.6404959,0.6198347,0.38016528,0.38016528,0.38016528,0.37190083,0.37190083,0.38016528,0.37603307,0.37603307,0.35950413,0.37190083,0.43801653,0.43801653,0.41322315,0.49173555,0.5785124,0.61570245,0.59917355,0.5247934,0.45454547,0.40495867,0.38842976,0.30991736,0.21487603,0.22727273,0.30578512,0.39256197,0.38016528,0.37603307,0.5041322,0.57438016,0.6280992,0.56198347,0.5289256,0.62396693,0.6446281,0.60330576,0.47933885,0.4752066,0.553719,0.54545456,0.5082645,0.5165289,0.5495868,0.5661157,0.607438,0.6652893,0.70247936,0.72727275,0.7355372,0.73140496,0.72727275,0.7231405,0.7231405,0.7066116,0.70247936,0.677686,0.661157,0.6363636,0.62396693,0.6198347,0.6280992,0.6363636,0.6280992,0.61570245,0.38016528,0.38016528,0.38016528,0.37190083,0.37603307,0.37190083,0.38016528,0.37190083,0.3677686,0.36363637,0.3966942,0.45041323,0.41735536,0.446281,0.5495868,0.6280992,0.6404959,0.60330576,0.5247934,0.4876033,0.48347107,0.42975205,0.35950413,0.32231405,0.3305785,0.38016528,0.38016528,0.38429752,0.48347107,0.56198347,0.61157024,0.57438016,0.5041322,0.55785125,0.5785124,0.5785124,0.553719,0.59917355,0.6487603,0.6446281,0.6404959,0.6446281,0.661157,0.6859504,0.7107438,0.7355372,0.74380165,0.75206614,0.75206614,0.74380165,0.74793386,0.74793386,0.74380165,0.72727275,0.7066116,0.6570248,0.6322314,0.61570245,0.6198347,0.62396693,0.6322314,0.6280992,0.61157024,0.61157024,0.38429752,0.38429752,0.38429752,0.37190083,0.37190083,0.37603307,0.3677686,0.3677686,0.38016528,0.36363637,0.34710744,0.4338843,0.43801653,0.41735536,0.5041322,0.607438,0.6570248,0.661157,0.59090906,0.5413223,0.553719,0.5123967,0.47107437,0.46280992,0.46694216,0.47107437,0.47107437,0.47107437,0.5123967,0.55785125,0.58264464,0.57438016,0.5495868,0.57024795,0.59090906,0.61157024,0.661157,0.73140496,0.74793386,0.72727275,0.7231405,0.71487606,0.7231405,0.73966944,0.74793386,0.76033056,0.7644628,0.76033056,0.7644628,0.76033056,0.74793386,0.76033056,0.76859504,0.74380165,0.7066116,0.6652893,0.6322314,0.61157024,0.62396693,0.62396693,0.62396693,0.61570245,0.59917355,0.59090906,0.37603307,0.37603307,0.37603307,0.37190083,0.37190083,0.37603307,0.3677686,0.35950413,0.38016528,0.35950413,0.3429752,0.3553719,0.446281,0.4214876,0.43801653,0.56198347,0.6446281,0.6735537,0.6528926,0.61570245,0.607438,0.5785124,0.53305787,0.5165289,0.5413223,0.5661157,0.55785125,0.5661157,0.5785124,0.59090906,0.61570245,0.61157024,0.61157024,0.6198347,0.6280992,0.6487603,0.6942149,0.75206614,0.77272725,0.76033056,0.74380165,0.7355372,0.74380165,0.7644628,0.77272725,0.76859504,0.76033056,0.75619835,0.75619835,0.7644628,0.72727275,0.72727275,0.73966944,0.72727275,0.6818182,0.661157,0.6363636,0.6198347,0.6280992,0.6280992,0.62396693,0.61157024,0.58264464,0.5661157,0.38016528,0.38016528,0.38016528,0.37190083,0.37603307,0.37190083,0.3677686,0.3677686,0.36363637,0.3553719,0.35950413,0.35950413,0.38016528,0.4338843,0.4090909,0.4876033,0.59917355,0.661157,0.6652893,0.6528926,0.6404959,0.61570245,0.5661157,0.5165289,0.5206612,0.55785125,0.58264464,0.607438,0.61570245,0.62396693,0.6363636,0.6446281,0.6487603,0.661157,0.661157,0.6694215,0.6942149,0.71900827,0.73966944,0.75619835,0.75206614,0.74793386,0.75206614,0.76859504,0.76859504,0.75619835,0.74793386,0.74793386,0.73966944,0.74380165,0.71900827,0.6942149,0.72727275,0.7066116,0.6735537,0.661157,0.6404959,0.6363636,0.62396693,0.6198347,0.61570245,0.59917355,0.56198347,0.5206612,0.37603307,0.37603307,0.37603307,0.3677686,0.36363637,0.3677686,0.36363637,0.3677686,0.36363637,0.36363637,0.35950413,0.3553719,0.3553719,0.3966942,0.40495867,0.42975205,0.5247934,0.59917355,0.6322314,0.6404959,0.6404959,0.6198347,0.59090906,0.54545456,0.5206612,0.53305787,0.54545456,0.57438016,0.60330576,0.60330576,0.61570245,0.6280992,0.62396693,0.6322314,0.6446281,0.6694215,0.69008267,0.71487606,0.73140496,0.74380165,0.75206614,0.75206614,0.75206614,0.75206614,0.75619835,0.74380165,0.73966944,0.72727275,0.71487606,0.7066116,0.71900827,0.71487606,0.73140496,0.71487606,0.6735537,0.6528926,0.6322314,0.6280992,0.61157024,0.59917355,0.59917355,0.5785124,0.5289256,0.48347107,0.3677686,0.3677686,0.3677686,0.35950413,0.36363637,0.36363637,0.3553719,0.37190083,0.35950413,0.37190083,0.35123968,0.3677686,0.35123968,0.34710744,0.40082645,0.38842976,0.45867768,0.56198347,0.59917355,0.6322314,0.6404959,0.6198347,0.59917355,0.57438016,0.553719,0.54545456,0.56198347,0.58264464,0.59917355,0.607438,0.59917355,0.61157024,0.61157024,0.62396693,0.6487603,0.661157,0.6942149,0.71487606,0.7231405,0.73140496,0.73966944,0.75206614,0.74380165,0.7355372,0.73140496,0.7231405,0.7107438,0.7066116,0.7066116,0.71487606,0.71487606,0.7107438,0.7355372,0.7107438,0.6652893,0.6446281,0.62396693,0.62396693,0.61157024,0.59504133,0.5785124,0.53305787,0.4876033,0.4338843,0.35950413,0.35950413,0.35950413,0.36363637,0.3553719,0.35950413,0.36363637,0.3677686,0.35123968,0.36363637,0.3429752,0.3677686,0.3553719,0.35123968,0.35950413,0.38429752,0.40495867,0.49586776,0.5785124,0.6198347,0.6363636,0.6198347,0.60330576,0.58677685,0.5661157,0.5661157,0.58264464,0.60330576,0.62396693,0.62396693,0.6363636,0.6280992,0.6198347,0.6404959,0.661157,0.6652893,0.6652893,0.69008267,0.6983471,0.7066116,0.72727275,0.73140496,0.71900827,0.71487606,0.71487606,0.70247936,0.6859504,0.677686,0.70247936,0.72727275,0.71900827,0.7355372,0.72727275,0.69008267,0.6570248,0.6322314,0.61157024,0.6198347,0.60330576,0.5785124,0.5289256,0.49173555,0.42975205,0.3677686,0.3553719,0.3553719,0.3553719,0.36363637,0.36363637,0.36363637,0.34710744,0.3553719,0.35123968,0.3553719,0.35123968,0.36363637,0.35123968,0.35123968,0.3429752,0.35950413,0.38842976,0.43801653,0.5289256,0.60330576,0.6363636,0.62396693,0.59504133,0.5785124,0.57438016,0.5785124,0.58677685,0.61157024,0.6322314,0.6363636,0.6404959,0.6322314,0.6280992,0.6198347,0.6446281,0.6528926,0.6652893,0.677686,0.6983471,0.70247936,0.71487606,0.71900827,0.71900827,0.71487606,0.7066116,0.69008267,0.6859504,0.7066116,0.71900827,0.72727275,0.74380165,0.74380165,0.7066116,0.6818182,0.6404959,0.62396693,0.607438,0.59090906,0.57024795,0.5289256,0.47933885,0.4090909,0.35123968,0.37190083,0.35950413,0.35950413,0.35950413,0.35950413,0.3553719,0.36363637,0.3553719,0.35123968,0.35950413,0.3553719,0.35950413,0.338843,0.3553719,0.3429752,0.3553719,0.3429752,0.38842976,0.40082645,0.48347107,0.57024795,0.61570245,0.6280992,0.59917355,0.58264464,0.58677685,0.58264464,0.59090906,0.607438,0.6404959,0.6652893,0.661157,0.6818182,0.6859504,0.6983471,0.69008267,0.7066116,0.7107438,0.70247936,0.71487606,0.7231405,0.7231405,0.7231405,0.72727275,0.71487606,0.70247936,0.71487606,0.72727275,0.7231405,0.73966944,0.74380165,0.74793386,0.7355372,0.6983471,0.6570248,0.62396693,0.60330576,0.58264464,0.5495868,0.5,0.45041323,0.38842976,0.338843,0.3677686,0.44214877,0.35950413,0.35950413,0.35950413,0.35950413,0.3553719,0.35950413,0.3429752,0.35123968,0.3553719,0.3429752,0.35123968,0.3553719,0.3429752,0.3553719,0.35123968,0.3264463,0.45041323,0.40495867,0.4214876,0.5247934,0.59504133,0.61157024,0.61157024,0.6198347,0.607438,0.59504133,0.58677685,0.607438,0.6528926,0.6694215,0.6818182,0.7066116,0.72727275,0.74380165,0.74793386,0.75619835,0.76033056,0.75206614,0.73966944,0.73140496,0.7355372,0.73966944,0.73966944,0.73966944,0.72727275,0.7355372,0.74380165,0.73966944,0.74380165,0.74793386,0.73966944,0.7066116,0.6487603,0.61570245,0.59090906,0.57438016,0.54545456,0.4876033,0.4214876,0.35123968,0.3305785,0.37190083,0.42561984,0.4752066,0.3677686,0.3677686,0.3677686,0.3553719,0.34710744,0.35950413,0.35123968,0.35123968,0.34710744,0.3429752,0.338843,0.3429752,0.338843,0.3429752,0.338843,0.30991736,0.4752066,0.46694216,0.40082645,0.46694216,0.5661157,0.59504133,0.61157024,0.6570248,0.661157,0.6322314,0.6198347,0.62396693,0.6446281,0.6570248,0.6694215,0.6942149,0.71900827,0.75206614,0.76033056,0.76859504,0.76033056,0.75619835,0.75206614,0.7355372,0.73966944,0.75206614,0.75619835,0.7644628,0.7644628,0.75619835,0.75206614,0.75619835,0.7644628,0.75619835,0.71900827,0.6652893,0.607438,0.5661157,0.55785125,0.5165289,0.4752066,0.38016528,0.3264463,0.3305785,0.37603307,0.4214876,0.47107437,0.5247934,0.35123968,0.35123968,0.35123968,0.34710744,0.34710744,0.35123968,0.34710744,0.3429752,0.3429752,0.3429752,0.3429752,0.34710744,0.3429752,0.338843,0.3429752,0.3264463,0.48347107,0.49173555,0.44214877,0.42561984,0.5082645,0.5661157,0.59917355,0.6446281,0.677686,0.6694215,0.6528926,0.6322314,0.6198347,0.6322314,0.661157,0.6983471,0.7107438,0.74793386,0.76033056,0.7644628,0.7644628,0.7644628,0.7644628,0.74793386,0.74793386,0.7644628,0.76859504,0.77272725,0.77272725,0.7644628,0.75619835,0.74793386,0.74380165,0.71900827,0.677686,0.61157024,0.57024795,0.5206612,0.5041322,0.4338843,0.35950413,0.3140496,0.3305785,0.38842976,0.42561984,0.45041323,0.5123967,0.553719,0.338843,0.338843,0.338843,0.34710744,0.35123968,0.34710744,0.35123968,0.35123968,0.338843,0.35123968,0.338843,0.3553719,0.33471075,0.3429752,0.3677686,0.3553719,0.5041322,0.5,0.4752066,0.446281,0.446281,0.5247934,0.58677685,0.62396693,0.6652893,0.6735537,0.6570248,0.62396693,0.60330576,0.6322314,0.661157,0.70247936,0.71487606,0.72727275,0.74380165,0.74793386,0.74793386,0.76859504,0.78099173,0.7644628,0.75206614,0.75619835,0.77272725,0.78099173,0.7768595,0.76859504,0.74793386,0.72727275,0.71900827,0.6818182,0.6280992,0.56198347,0.5,0.45867768,0.42561984,0.3429752,0.3181818,0.3677686,0.40082645,0.4338843,0.45867768,0.4876033,0.54545456,0.5785124,0.34710744,0.34710744,0.34710744,0.34710744,0.34710744,0.34710744,0.3429752,0.34710744,0.338843,0.34710744,0.338843,0.35123968,0.3305785,0.37190083,0.40495867,0.338843,0.5123967,0.5165289,0.48347107,0.45454547,0.42975205,0.46280992,0.5413223,0.59504133,0.6446281,0.6570248,0.6363636,0.61570245,0.61570245,0.6446281,0.677686,0.6983471,0.7066116,0.7107438,0.7231405,0.73966944,0.72727275,0.75619835,0.78512394,0.7768595,0.75206614,0.75206614,0.7644628,0.76859504,0.7644628,0.73966944,0.7107438,0.69008267,0.6652893,0.6280992,0.56198347,0.5,0.44214877,0.38429752,0.3429752,0.35123968,0.38016528,0.41322315,0.44214877,0.46280992,0.49586776,0.5289256,0.56198347,0.59917355,0.35123968,0.35123968,0.35123968,0.34710744,0.338843,0.3429752,0.338843,0.3429752,0.33471075,0.338843,0.33471075,0.3429752,0.3429752,0.43801653,0.3140496,0.24380165,0.5413223,0.5247934,0.48347107,0.45454547,0.44214877,0.42561984,0.47107437,0.5413223,0.59917355,0.62396693,0.59917355,0.59504133,0.607438,0.6446281,0.6652893,0.6694215,0.677686,0.6735537,0.677686,0.7066116,0.7066116,0.71487606,0.74380165,0.74793386,0.7355372,0.73966944,0.73966944,0.7355372,0.7231405,0.69008267,0.6652893,0.6404959,0.60330576,0.5661157,0.47933885,0.42975205,0.36363637,0.34710744,0.37190083,0.4090909,0.4338843,0.45454547,0.47107437,0.4876033,0.5289256,0.5661157,0.58677685,0.607438,0.3429752,0.3429752,0.3429752,0.3429752,0.3305785,0.338843,0.338843,0.33471075,0.3429752,0.3264463,0.3429752,0.38429752,0.38429752,0.3429752,0.18181819,0.30578512,0.553719,0.5289256,0.4876033,0.46280992,0.45454547,0.41735536,0.40082645,0.47107437,0.5371901,0.5785124,0.57438016,0.56198347,0.5785124,0.61570245,0.6322314,0.6280992,0.6363636,0.6363636,0.6198347,0.6404959,0.661157,0.661157,0.6652893,0.6859504,0.69008267,0.6818182,0.6735537,0.6694215,0.6487603,0.6198347,0.59917355,0.57438016,0.5289256,0.46280992,0.38842976,0.35950413,0.34710744,0.3966942,0.42561984,0.45867768,0.4752066,0.48347107,0.49173555,0.5206612,0.55785125,0.58677685,0.59504133,0.607438,0.34710744,0.34710744,0.34710744,0.3429752,0.3305785,0.33471075,0.3305785,0.33471075,0.338843,0.3140496,0.41322315,0.46280992,0.23553719,0.15289256,0.1983471,0.3553719,0.553719,0.5289256,0.49586776,0.48347107,0.46694216,0.4338843,0.37603307,0.39256197,0.46280992,0.5123967,0.53305787,0.5289256,0.53305787,0.56198347,0.58264464,0.58264464,0.59504133,0.59504133,0.5785124,0.58677685,0.607438,0.607438,0.59917355,0.61157024,0.61157024,0.59917355,0.59504133,0.59090906,0.57438016,0.55785125,0.5247934,0.47107437,0.41322315,0.34710744,0.33471075,0.37190083,0.41735536,0.45867768,0.4876033,0.49173555,0.5041322,0.5165289,0.5247934,0.55785125,0.5785124,0.59090906,0.59090906,0.607438,0.3429752,0.3429752,0.3429752,0.33471075,0.33471075,0.33471075,0.3305785,0.3429752,0.35950413,0.36363637,0.45041323,0.5,0.049586777,0.1983471,0.24793388,0.3140496,0.5661157,0.5371901,0.5082645,0.49173555,0.48347107,0.45454547,0.4090909,0.37190083,0.38016528,0.4214876,0.45454547,0.47107437,0.4752066,0.49173555,0.5165289,0.5247934,0.54545456,0.5371901,0.53305787,0.5206612,0.5247934,0.53305787,0.53305787,0.53305787,0.5206612,0.5206612,0.5247934,0.5165289,0.5,0.46280992,0.40495867,0.3553719,0.3305785,0.33471075,0.39256197,0.446281,0.4876033,0.5206612,0.5206612,0.5123967,0.5289256,0.55785125,0.57024795,0.5785124,0.60330576,0.60330576,0.59504133,0.59917355,4 +0.338843,0.40495867,0.5082645,0.5247934,0.5785124,0.62396693,0.6528926,0.6570248,0.6570248,0.6735537,0.6859504,0.70247936,0.71487606,0.7355372,0.73966944,0.74793386,0.73966944,0.72727275,0.7355372,0.73966944,0.74380165,0.74793386,0.75619835,0.75619835,0.76033056,0.7768595,0.79752064,0.8057851,0.8140496,0.8140496,0.8181818,0.8264463,0.822314,0.8181818,0.8181818,0.822314,0.8181818,0.8264463,0.8264463,0.822314,0.822314,0.822314,0.822314,0.8264463,0.822314,0.8181818,0.8057851,0.80991733,0.8057851,0.79752064,0.8057851,0.80991733,0.8016529,0.7933884,0.78512394,0.7768595,0.75619835,0.7231405,0.70247936,0.677686,0.661157,0.6404959,0.6570248,0.6528926,0.3264463,0.3553719,0.49173555,0.49586776,0.54545456,0.607438,0.6404959,0.6570248,0.6570248,0.6694215,0.69008267,0.7107438,0.73140496,0.7355372,0.75206614,0.7644628,0.75619835,0.7644628,0.75206614,0.74793386,0.74380165,0.74793386,0.75619835,0.7644628,0.7768595,0.7933884,0.7933884,0.8016529,0.8140496,0.80991733,0.8140496,0.8305785,0.8305785,0.8264463,0.822314,0.8264463,0.8264463,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.8264463,0.8264463,0.8181818,0.80991733,0.80991733,0.8140496,0.8057851,0.80991733,0.8057851,0.8016529,0.7892562,0.7768595,0.76859504,0.74380165,0.71487606,0.6942149,0.6694215,0.6487603,0.6446281,0.6528926,0.6528926,0.33471075,0.338843,0.47933885,0.49173555,0.5247934,0.59090906,0.6280992,0.6487603,0.6528926,0.6694215,0.6942149,0.71900827,0.73140496,0.74793386,0.76859504,0.7768595,0.76859504,0.77272725,0.76859504,0.76859504,0.75619835,0.75619835,0.76859504,0.7768595,0.7892562,0.79752064,0.8016529,0.80991733,0.80991733,0.8181818,0.8140496,0.8264463,0.8305785,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.8305785,0.8305785,0.8305785,0.8264463,0.8305785,0.8264463,0.822314,0.8140496,0.8140496,0.822314,0.80991733,0.8057851,0.8016529,0.7933884,0.78512394,0.77272725,0.75206614,0.73140496,0.6983471,0.6818182,0.6652893,0.6446281,0.6322314,0.6322314,0.6363636,0.3677686,0.34710744,0.45454547,0.49586776,0.5082645,0.5661157,0.61570245,0.6404959,0.6487603,0.6735537,0.6983471,0.71900827,0.73966944,0.7644628,0.78099173,0.78099173,0.78512394,0.78099173,0.7768595,0.7768595,0.78099173,0.77272725,0.7768595,0.78512394,0.7933884,0.79752064,0.8057851,0.8140496,0.8181818,0.8264463,0.8140496,0.8264463,0.8264463,0.8264463,0.8264463,0.8305785,0.8305785,0.8264463,0.8264463,0.8305785,0.822314,0.822314,0.8305785,0.822314,0.8264463,0.8181818,0.8140496,0.80991733,0.8057851,0.80991733,0.8016529,0.7892562,0.78099173,0.78099173,0.75619835,0.7355372,0.7107438,0.6818182,0.6694215,0.6487603,0.6363636,0.6280992,0.62396693,0.62396693,0.35950413,0.3553719,0.42561984,0.4876033,0.49586776,0.5413223,0.60330576,0.6280992,0.6446281,0.6528926,0.69008267,0.72727275,0.74793386,0.7768595,0.78099173,0.7892562,0.7933884,0.79752064,0.7892562,0.7892562,0.7933884,0.7892562,0.7892562,0.7933884,0.7892562,0.79752064,0.8057851,0.80991733,0.8181818,0.8264463,0.8264463,0.822314,0.8264463,0.822314,0.8264463,0.8305785,0.8264463,0.8264463,0.8264463,0.8305785,0.8305785,0.8305785,0.8347107,0.8264463,0.8140496,0.8181818,0.8140496,0.80991733,0.8057851,0.8016529,0.7933884,0.78512394,0.77272725,0.76859504,0.74793386,0.71487606,0.70247936,0.6818182,0.661157,0.6446281,0.6322314,0.62396693,0.6363636,0.6280992,0.34710744,0.3429752,0.40082645,0.47933885,0.47933885,0.5289256,0.59090906,0.6280992,0.6363636,0.6446281,0.6818182,0.72727275,0.73966944,0.76033056,0.7768595,0.78512394,0.79752064,0.8057851,0.7933884,0.7933884,0.79752064,0.79752064,0.8016529,0.8016529,0.79752064,0.8016529,0.8016529,0.8140496,0.8181818,0.8181818,0.822314,0.822314,0.8264463,0.822314,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.8305785,0.8347107,0.8512397,0.838843,0.8347107,0.822314,0.8181818,0.8181818,0.8057851,0.8016529,0.79752064,0.7892562,0.78512394,0.77272725,0.76033056,0.74793386,0.71900827,0.6983471,0.6818182,0.6528926,0.6363636,0.6322314,0.6280992,0.6404959,0.6280992,0.3305785,0.33471075,0.37603307,0.47107437,0.48347107,0.5247934,0.59090906,0.6280992,0.6487603,0.6446281,0.6735537,0.7231405,0.73966944,0.75206614,0.76859504,0.78512394,0.7892562,0.8057851,0.7892562,0.7892562,0.79752064,0.79752064,0.80991733,0.80991733,0.8016529,0.79752064,0.8016529,0.8057851,0.80991733,0.80991733,0.8181818,0.8181818,0.822314,0.8140496,0.822314,0.822314,0.8264463,0.8264463,0.822314,0.8347107,0.8471074,0.8595041,0.8471074,0.8471074,0.822314,0.8181818,0.8140496,0.8016529,0.79752064,0.7892562,0.78512394,0.78512394,0.76859504,0.75206614,0.74380165,0.73140496,0.70247936,0.677686,0.6528926,0.6322314,0.6280992,0.6322314,0.6363636,0.6280992,0.35123968,0.34710744,0.3553719,0.446281,0.49173555,0.53305787,0.60330576,0.6404959,0.6570248,0.6487603,0.6735537,0.7066116,0.73140496,0.7355372,0.75619835,0.7768595,0.78099173,0.7933884,0.7892562,0.78512394,0.7892562,0.7933884,0.8057851,0.80991733,0.8057851,0.8016529,0.79752064,0.8016529,0.8057851,0.79752064,0.8016529,0.8140496,0.8140496,0.80991733,0.8140496,0.8181818,0.8181818,0.8264463,0.8264463,0.8305785,0.8347107,0.8471074,0.8429752,0.8347107,0.80991733,0.8016529,0.79752064,0.7933884,0.78512394,0.77272725,0.76859504,0.77272725,0.76859504,0.75206614,0.75619835,0.74793386,0.7231405,0.677686,0.6487603,0.6404959,0.62396693,0.6322314,0.6363636,0.6280992,0.37603307,0.34710744,0.3429752,0.4338843,0.49173555,0.54545456,0.60330576,0.6570248,0.661157,0.6570248,0.6694215,0.6859504,0.7107438,0.7231405,0.73966944,0.7644628,0.77272725,0.7768595,0.7892562,0.78099173,0.7892562,0.77272725,0.78512394,0.7933884,0.79752064,0.79752064,0.7933884,0.7892562,0.7933884,0.7892562,0.7933884,0.79752064,0.8057851,0.79752064,0.8016529,0.8140496,0.8181818,0.8140496,0.8181818,0.8181818,0.8140496,0.8140496,0.8057851,0.78512394,0.76859504,0.75619835,0.76033056,0.76033056,0.75206614,0.74793386,0.75206614,0.75206614,0.75206614,0.76033056,0.76033056,0.74793386,0.73966944,0.70247936,0.6570248,0.6280992,0.6198347,0.6280992,0.6363636,0.6322314,0.37603307,0.3429752,0.33471075,0.41322315,0.49173555,0.55785125,0.61570245,0.6322314,0.6487603,0.6363636,0.6280992,0.6446281,0.661157,0.677686,0.70247936,0.72727275,0.7355372,0.74380165,0.75619835,0.76033056,0.76033056,0.75619835,0.75619835,0.76859504,0.7768595,0.7768595,0.78099173,0.7768595,0.7768595,0.7768595,0.7768595,0.77272725,0.78512394,0.78512394,0.7768595,0.7644628,0.7644628,0.76859504,0.75619835,0.75206614,0.73966944,0.72727275,0.71487606,0.6942149,0.677686,0.6818182,0.6859504,0.6735537,0.677686,0.6942149,0.7231405,0.73140496,0.71487606,0.71900827,0.71487606,0.7107438,0.71900827,0.7066116,0.6694215,0.61157024,0.6198347,0.6280992,0.6404959,0.6404959,0.45454547,0.4090909,0.338843,0.38842976,0.49586776,0.55785125,0.59504133,0.59504133,0.59504133,0.57024795,0.553719,0.56198347,0.5661157,0.5661157,0.5785124,0.59917355,0.607438,0.6280992,0.6446281,0.6859504,0.7066116,0.7066116,0.71900827,0.73966944,0.75206614,0.75206614,0.75619835,0.76033056,0.76033056,0.76859504,0.76033056,0.75206614,0.75206614,0.75619835,0.73966944,0.7066116,0.6735537,0.6570248,0.6446281,0.6280992,0.61570245,0.59917355,0.5785124,0.5661157,0.56198347,0.57024795,0.58264464,0.5661157,0.55785125,0.59090906,0.6322314,0.6363636,0.6322314,0.6528926,0.661157,0.6570248,0.6735537,0.661157,0.6446281,0.60330576,0.61570245,0.6280992,0.6446281,0.6487603,0.5495868,0.47933885,0.33471075,0.37603307,0.47933885,0.5289256,0.5495868,0.5413223,0.5247934,0.5041322,0.49173555,0.4752066,0.47933885,0.5,0.5041322,0.5,0.5,0.5123967,0.5289256,0.58264464,0.6198347,0.6363636,0.6528926,0.677686,0.71487606,0.7231405,0.73140496,0.7355372,0.7355372,0.73140496,0.72727275,0.71900827,0.7107438,0.6983471,0.70247936,0.6694215,0.6404959,0.58264464,0.553719,0.53305787,0.5123967,0.49586776,0.47107437,0.446281,0.43801653,0.45041323,0.43801653,0.45041323,0.46280992,0.49173555,0.57438016,0.59090906,0.5785124,0.58677685,0.61157024,0.60330576,0.61570245,0.6198347,0.60330576,0.58677685,0.59090906,0.6198347,0.6446281,0.6528926,0.42561984,0.39256197,0.3305785,0.37190083,0.45454547,0.47933885,0.4752066,0.46280992,0.45041323,0.4338843,0.3966942,0.38016528,0.3966942,0.4338843,0.45454547,0.43801653,0.446281,0.45867768,0.45454547,0.48347107,0.5289256,0.57438016,0.59090906,0.6280992,0.6528926,0.6735537,0.6859504,0.6983471,0.6942149,0.6859504,0.6859504,0.6983471,0.6735537,0.6528926,0.6322314,0.6280992,0.607438,0.5371901,0.5,0.4752066,0.45867768,0.44214877,0.41322315,0.38429752,0.38429752,0.38429752,0.38842976,0.3966942,0.44214877,0.48347107,0.5371901,0.553719,0.57438016,0.59504133,0.607438,0.60330576,0.59090906,0.60330576,0.58677685,0.58264464,0.58677685,0.6280992,0.6528926,0.6404959,0.33471075,0.30991736,0.2644628,0.36363637,0.4338843,0.446281,0.4338843,0.41735536,0.40495867,0.3966942,0.3553719,0.30991736,0.30578512,0.33471075,0.35123968,0.36363637,0.38842976,0.39256197,0.38429752,0.40495867,0.446281,0.48347107,0.5247934,0.5661157,0.58264464,0.6198347,0.6446281,0.661157,0.6652893,0.6528926,0.6446281,0.62396693,0.59917355,0.58264464,0.57024795,0.553719,0.53305787,0.47933885,0.45867768,0.43801653,0.4090909,0.3677686,0.3264463,0.30165288,0.30578512,0.3140496,0.3305785,0.35123968,0.38429752,0.4214876,0.45454547,0.4752066,0.5082645,0.54545456,0.57438016,0.59090906,0.59090906,0.59504133,0.59917355,0.59504133,0.61157024,0.6363636,0.6652893,0.6487603,0.34710744,0.3264463,0.24380165,0.338843,0.446281,0.446281,0.42975205,0.41735536,0.40495867,0.39256197,0.37603307,0.30578512,0.29338843,0.30165288,0.28099173,0.25619835,0.2603306,0.27272728,0.28099173,0.30578512,0.33471075,0.37190083,0.42561984,0.4752066,0.5206612,0.57024795,0.6198347,0.6404959,0.6694215,0.6859504,0.6570248,0.6280992,0.59090906,0.5495868,0.5123967,0.48347107,0.45454547,0.44214877,0.42561984,0.40495867,0.35950413,0.3264463,0.30991736,0.3140496,0.30165288,0.2892562,0.28512397,0.3181818,0.37603307,0.35950413,0.3966942,0.42561984,0.446281,0.45041323,0.46280992,0.5165289,0.57438016,0.59090906,0.61157024,0.6198347,0.6322314,0.6570248,0.6735537,0.6487603,0.44214877,0.4214876,0.25619835,0.338843,0.45454547,0.45454547,0.42975205,0.4214876,0.38842976,0.3429752,0.3140496,0.28512397,0.2603306,0.22727273,0.2107438,0.19008264,0.17355372,0.17768595,0.20247933,0.23140496,0.2520661,0.2892562,0.3305785,0.37603307,0.446281,0.5371901,0.6280992,0.69008267,0.72727275,0.74380165,0.71487606,0.6735537,0.61157024,0.5495868,0.49586776,0.46280992,0.45041323,0.45041323,0.44214877,0.41735536,0.3966942,0.37603307,0.36363637,0.40082645,0.40082645,0.3264463,0.23140496,0.33471075,0.3966942,0.25619835,0.33471075,0.4214876,0.42561984,0.42975205,0.44214877,0.45867768,0.5082645,0.57024795,0.6280992,0.6528926,0.6570248,0.677686,0.6818182,0.6694215,0.49586776,0.4876033,0.29752067,0.34710744,0.4752066,0.47933885,0.42975205,0.40495867,0.3429752,0.3181818,0.29752067,0.24793388,0.30578512,0.2892562,0.21900827,0.19008264,0.17355372,0.1694215,0.19008264,0.23553719,0.27272728,0.27272728,0.29752067,0.3140496,0.37190083,0.5165289,0.6859504,0.76033056,0.7892562,0.7933884,0.78512394,0.74380165,0.677686,0.607438,0.5495868,0.5247934,0.5289256,0.5495868,0.54545456,0.5,0.4338843,0.40495867,0.46694216,0.59090906,0.60330576,0.45867768,0.30991736,0.23140496,0.2644628,0.30991736,0.37190083,0.45867768,0.4090909,0.37603307,0.40495867,0.43801653,0.5041322,0.5495868,0.60330576,0.6570248,0.69008267,0.71487606,0.7107438,0.6859504,0.5247934,0.5247934,0.30991736,0.42975205,0.49586776,0.5,0.446281,0.40495867,0.34710744,0.29752067,0.2520661,0.28512397,0.42975205,0.446281,0.3140496,0.2520661,0.21900827,0.23140496,0.24793388,0.29752067,0.3264463,0.2768595,0.2892562,0.3264463,0.35950413,0.53305787,0.72727275,0.79752064,0.8181818,0.8181818,0.8140496,0.7892562,0.73140496,0.6694215,0.6280992,0.61570245,0.6280992,0.661157,0.6694215,0.57024795,0.4876033,0.45454547,0.5289256,0.6652893,0.71487606,0.58264464,0.446281,0.37603307,0.35950413,0.41735536,0.5247934,0.5661157,0.5123967,0.45454547,0.45867768,0.48347107,0.5413223,0.607438,0.6570248,0.7066116,0.73966944,0.74793386,0.73140496,0.6942149,0.5289256,0.53305787,0.3677686,0.5206612,0.5247934,0.53305787,0.48347107,0.42561984,0.3553719,0.30165288,0.29752067,0.35123968,0.46280992,0.54545456,0.42975205,0.3677686,0.338843,0.3553719,0.38842976,0.41322315,0.40495867,0.35123968,0.34710744,0.3553719,0.40495867,0.5785124,0.74793386,0.80991733,0.8264463,0.8305785,0.8264463,0.79752064,0.75619835,0.70247936,0.6694215,0.6570248,0.661157,0.6859504,0.6983471,0.677686,0.6363636,0.58264464,0.57438016,0.6322314,0.677686,0.6487603,0.54545456,0.5247934,0.5495868,0.553719,0.607438,0.6280992,0.607438,0.607438,0.607438,0.61157024,0.6694215,0.73140496,0.75206614,0.76033056,0.76859504,0.75619835,0.7355372,0.6983471,0.57024795,0.57438016,0.48347107,0.56198347,0.5371901,0.5495868,0.55785125,0.49586776,0.4338843,0.40082645,0.4214876,0.47107437,0.49173555,0.5206612,0.5413223,0.4752066,0.4752066,0.5041322,0.5247934,0.5206612,0.5,0.45041323,0.4090909,0.3966942,0.46694216,0.62396693,0.76033056,0.8181818,0.8264463,0.8347107,0.8347107,0.8057851,0.76859504,0.7231405,0.6942149,0.6942149,0.6983471,0.70247936,0.6859504,0.6528926,0.61157024,0.59504133,0.5785124,0.59090906,0.61570245,0.6322314,0.61157024,0.61157024,0.6363636,0.6322314,0.6446281,0.6652893,0.677686,0.6983471,0.70247936,0.70247936,0.73140496,0.77272725,0.78512394,0.7768595,0.76859504,0.75206614,0.73966944,0.70247936,0.57024795,0.57024795,0.553719,0.55785125,0.5371901,0.55785125,0.607438,0.59504133,0.5371901,0.49173555,0.49586776,0.5206612,0.53305787,0.5371901,0.553719,0.54545456,0.5413223,0.5413223,0.54545456,0.5413223,0.5165289,0.48347107,0.45454547,0.46694216,0.5247934,0.6570248,0.76859504,0.8140496,0.822314,0.8347107,0.8347107,0.8057851,0.76033056,0.72727275,0.71487606,0.73140496,0.7355372,0.7355372,0.7355372,0.6942149,0.6528926,0.61157024,0.59504133,0.58264464,0.58677685,0.58677685,0.59504133,0.61570245,0.6404959,0.661157,0.6818182,0.6942149,0.6983471,0.70247936,0.7231405,0.73966944,0.76033056,0.78512394,0.7892562,0.7768595,0.7644628,0.75206614,0.7355372,0.7107438,0.5123967,0.5082645,0.5495868,0.5495868,0.5371901,0.58677685,0.6446281,0.6446281,0.607438,0.5495868,0.53305787,0.553719,0.57024795,0.57024795,0.5661157,0.5661157,0.553719,0.5413223,0.5495868,0.56198347,0.55785125,0.53305787,0.5289256,0.5495868,0.56198347,0.6487603,0.76033056,0.8140496,0.8264463,0.8264463,0.8305785,0.79752064,0.74380165,0.7231405,0.7231405,0.73966944,0.74380165,0.74380165,0.74793386,0.73966944,0.73966944,0.7231405,0.6818182,0.6446281,0.62396693,0.59917355,0.59917355,0.59504133,0.59504133,0.60330576,0.61157024,0.6280992,0.6363636,0.6694215,0.6983471,0.7355372,0.7644628,0.7892562,0.7892562,0.7768595,0.76859504,0.75206614,0.7355372,0.71487606,0.42561984,0.4214876,0.54545456,0.5247934,0.53305787,0.58677685,0.6570248,0.6818182,0.661157,0.59917355,0.5371901,0.5371901,0.53305787,0.5289256,0.5413223,0.56198347,0.5661157,0.58264464,0.59917355,0.61157024,0.61157024,0.59917355,0.59504133,0.58264464,0.57024795,0.6322314,0.74380165,0.8181818,0.8347107,0.8264463,0.822314,0.7933884,0.7355372,0.7231405,0.72727275,0.73966944,0.74793386,0.74793386,0.74380165,0.72727275,0.7355372,0.75619835,0.7644628,0.75206614,0.73140496,0.6942149,0.677686,0.6652893,0.6735537,0.6818182,0.69008267,0.70247936,0.7107438,0.74793386,0.77272725,0.7892562,0.7892562,0.7892562,0.78099173,0.77272725,0.76859504,0.75206614,0.72727275,0.6983471,0.37190083,0.3677686,0.5,0.54545456,0.5413223,0.59090906,0.6735537,0.6942149,0.7066116,0.6818182,0.6198347,0.59917355,0.59090906,0.59090906,0.59917355,0.62396693,0.6528926,0.661157,0.6652893,0.6694215,0.661157,0.6322314,0.61157024,0.59917355,0.58677685,0.6198347,0.7231405,0.80991733,0.8305785,0.822314,0.80991733,0.78512394,0.72727275,0.71900827,0.73140496,0.73966944,0.73966944,0.74380165,0.73966944,0.7231405,0.7231405,0.74380165,0.77272725,0.78512394,0.78512394,0.78099173,0.7644628,0.75206614,0.75206614,0.75619835,0.76033056,0.7644628,0.7768595,0.78512394,0.7933884,0.8016529,0.7933884,0.78512394,0.7768595,0.76859504,0.76859504,0.75206614,0.7231405,0.69008267,0.3429752,0.338843,0.46280992,0.5371901,0.5289256,0.59090906,0.661157,0.7066116,0.7355372,0.74380165,0.73140496,0.71900827,0.7107438,0.6983471,0.6818182,0.6818182,0.7066116,0.71900827,0.71900827,0.6983471,0.661157,0.6322314,0.60330576,0.60330576,0.59917355,0.62396693,0.7107438,0.8016529,0.822314,0.8181818,0.79752064,0.76033056,0.73966944,0.71900827,0.7107438,0.73140496,0.73140496,0.73140496,0.73140496,0.72727275,0.73140496,0.75206614,0.77272725,0.7892562,0.7892562,0.8016529,0.79752064,0.79752064,0.78099173,0.78099173,0.78099173,0.78099173,0.7933884,0.79752064,0.8016529,0.8016529,0.7892562,0.78512394,0.7768595,0.76859504,0.76859504,0.75619835,0.73140496,0.6859504,0.3677686,0.3677686,0.41322315,0.5371901,0.553719,0.5785124,0.6446281,0.69008267,0.73140496,0.7355372,0.7644628,0.7644628,0.7644628,0.75619835,0.73140496,0.72727275,0.74380165,0.74380165,0.7231405,0.6942149,0.6528926,0.6198347,0.60330576,0.60330576,0.59917355,0.6198347,0.7066116,0.7933884,0.822314,0.8140496,0.78099173,0.74380165,0.73966944,0.7231405,0.7107438,0.7107438,0.72727275,0.72727275,0.72727275,0.73140496,0.73966944,0.76033056,0.78099173,0.7892562,0.7933884,0.7933884,0.8057851,0.8016529,0.80991733,0.8057851,0.79752064,0.7933884,0.8016529,0.79752064,0.7933884,0.79752064,0.78512394,0.78099173,0.7768595,0.76033056,0.76033056,0.74793386,0.71487606,0.677686,0.3677686,0.37190083,0.38842976,0.5123967,0.57024795,0.5661157,0.61570245,0.661157,0.70247936,0.7107438,0.74380165,0.75619835,0.75206614,0.76033056,0.75206614,0.75619835,0.75619835,0.74380165,0.7355372,0.7066116,0.661157,0.6198347,0.59504133,0.59504133,0.59917355,0.6322314,0.7107438,0.8016529,0.8305785,0.8181818,0.78099173,0.74380165,0.72727275,0.71900827,0.7066116,0.6942149,0.6983471,0.7066116,0.7231405,0.73140496,0.74793386,0.76859504,0.7892562,0.79752064,0.8016529,0.8016529,0.8016529,0.8181818,0.80991733,0.8181818,0.8140496,0.8057851,0.80991733,0.8057851,0.79752064,0.8016529,0.7892562,0.78512394,0.77272725,0.75206614,0.74793386,0.7355372,0.6983471,0.6446281,0.39256197,0.39256197,0.38016528,0.46280992,0.5661157,0.55785125,0.59504133,0.6446281,0.6859504,0.6983471,0.71900827,0.74380165,0.75619835,0.76033056,0.75206614,0.75619835,0.76033056,0.74793386,0.7355372,0.7107438,0.661157,0.61570245,0.5785124,0.5785124,0.59917355,0.6404959,0.71900827,0.7933884,0.8264463,0.8264463,0.8016529,0.7644628,0.75206614,0.73140496,0.70247936,0.6942149,0.677686,0.677686,0.6942149,0.7107438,0.74380165,0.76859504,0.7892562,0.79752064,0.79752064,0.7933884,0.79752064,0.8140496,0.8140496,0.8264463,0.822314,0.8181818,0.822314,0.80991733,0.79752064,0.79752064,0.7933884,0.7892562,0.7768595,0.75206614,0.7355372,0.71487606,0.6859504,0.62396693,0.40082645,0.40082645,0.38016528,0.41322315,0.5371901,0.553719,0.57024795,0.62396693,0.661157,0.6942149,0.6983471,0.72727275,0.75206614,0.75619835,0.75206614,0.75619835,0.76033056,0.75206614,0.73140496,0.7107438,0.6570248,0.58677685,0.54545456,0.57024795,0.61157024,0.6570248,0.71487606,0.78512394,0.80991733,0.8264463,0.8264463,0.78512394,0.76859504,0.73966944,0.7107438,0.7066116,0.70247936,0.6942149,0.6818182,0.677686,0.6983471,0.73966944,0.77272725,0.78512394,0.7892562,0.78512394,0.7892562,0.8016529,0.8057851,0.822314,0.822314,0.822314,0.822314,0.8140496,0.7892562,0.7892562,0.7892562,0.78512394,0.7768595,0.75206614,0.73140496,0.6983471,0.6694215,0.61570245,0.40495867,0.40495867,0.38842976,0.39256197,0.5082645,0.5495868,0.553719,0.60330576,0.6528926,0.69008267,0.6983471,0.7107438,0.74380165,0.75619835,0.75619835,0.75206614,0.74793386,0.74793386,0.73140496,0.70247936,0.6363636,0.55785125,0.553719,0.57438016,0.6198347,0.6652893,0.71900827,0.7768595,0.8140496,0.8347107,0.8347107,0.8057851,0.78099173,0.74793386,0.71487606,0.70247936,0.71900827,0.71900827,0.6983471,0.677686,0.6528926,0.6694215,0.71487606,0.74380165,0.7644628,0.77272725,0.7768595,0.78099173,0.78512394,0.8016529,0.80991733,0.8140496,0.80991733,0.79752064,0.7768595,0.76859504,0.76859504,0.7644628,0.75206614,0.7355372,0.7231405,0.6942149,0.6446281,0.607438,0.40082645,0.40082645,0.39256197,0.38016528,0.45041323,0.5413223,0.5413223,0.59504133,0.6446281,0.6859504,0.69008267,0.6983471,0.7107438,0.73966944,0.73966944,0.7355372,0.7355372,0.72727275,0.71487606,0.6735537,0.59090906,0.54545456,0.58264464,0.59504133,0.62396693,0.6694215,0.7066116,0.75206614,0.78099173,0.8264463,0.8347107,0.8181818,0.7933884,0.75206614,0.70247936,0.6942149,0.7066116,0.7066116,0.70247936,0.6735537,0.6198347,0.62396693,0.661157,0.6818182,0.7066116,0.72727275,0.74793386,0.75619835,0.76033056,0.77272725,0.78512394,0.7892562,0.78099173,0.77272725,0.7644628,0.74793386,0.73966944,0.74380165,0.72727275,0.71487606,0.6983471,0.677686,0.6280992,0.59917355,0.3966942,0.3966942,0.3966942,0.38429752,0.40495867,0.4752066,0.5289256,0.58677685,0.62396693,0.6694215,0.6942149,0.6983471,0.71487606,0.71900827,0.73140496,0.72727275,0.71900827,0.6983471,0.6735537,0.607438,0.5371901,0.54545456,0.5785124,0.5785124,0.6322314,0.69008267,0.7107438,0.74380165,0.7644628,0.8016529,0.8181818,0.8057851,0.76859504,0.71900827,0.6735537,0.6694215,0.6859504,0.677686,0.6735537,0.6487603,0.59504133,0.6363636,0.69008267,0.6735537,0.6487603,0.6570248,0.6942149,0.7231405,0.73966944,0.75206614,0.76033056,0.76033056,0.76033056,0.75206614,0.74793386,0.73140496,0.71900827,0.71487606,0.71487606,0.6942149,0.6735537,0.6652893,0.61570245,0.58677685,0.3966942,0.3966942,0.3966942,0.39256197,0.38842976,0.40082645,0.49586776,0.5785124,0.607438,0.6322314,0.6694215,0.6652893,0.6942149,0.6983471,0.71487606,0.71487606,0.6983471,0.6694215,0.61570245,0.5413223,0.49586776,0.53305787,0.5289256,0.5247934,0.5785124,0.6528926,0.7066116,0.7355372,0.73966944,0.75619835,0.7768595,0.75619835,0.7066116,0.6404959,0.59917355,0.59917355,0.607438,0.61570245,0.6198347,0.59090906,0.59090906,0.661157,0.7231405,0.72727275,0.6859504,0.62396693,0.6198347,0.6652893,0.70247936,0.72727275,0.74793386,0.73966944,0.7355372,0.72727275,0.71900827,0.7066116,0.7107438,0.70247936,0.6942149,0.6694215,0.6487603,0.6446281,0.61157024,0.58677685,0.40082645,0.40082645,0.40082645,0.38842976,0.38842976,0.38429752,0.4214876,0.53305787,0.57024795,0.59917355,0.6363636,0.6446281,0.661157,0.6694215,0.6694215,0.677686,0.661157,0.61570245,0.55785125,0.5206612,0.5082645,0.5041322,0.4752066,0.43801653,0.46694216,0.5661157,0.6652893,0.7066116,0.7066116,0.71487606,0.7107438,0.6735537,0.607438,0.5247934,0.45454547,0.40495867,0.38016528,0.42561984,0.49586776,0.553719,0.6280992,0.677686,0.7107438,0.74380165,0.7355372,0.6694215,0.59090906,0.59090906,0.6404959,0.6818182,0.71900827,0.71487606,0.7231405,0.6983471,0.69008267,0.6818182,0.6859504,0.677686,0.661157,0.6404959,0.6322314,0.62396693,0.60330576,0.58677685,0.40082645,0.40082645,0.40082645,0.39256197,0.39256197,0.38429752,0.40495867,0.4752066,0.5289256,0.55785125,0.58677685,0.607438,0.61570245,0.6404959,0.6404959,0.6322314,0.607438,0.57024795,0.5165289,0.5206612,0.53305787,0.5041322,0.44214877,0.3677686,0.338843,0.41322315,0.53305787,0.60330576,0.6280992,0.6280992,0.62396693,0.57024795,0.4876033,0.40082645,0.3553719,0.33471075,0.3140496,0.3429752,0.48347107,0.59917355,0.6446281,0.6694215,0.6942149,0.7231405,0.73966944,0.71487606,0.6570248,0.58264464,0.5661157,0.6198347,0.677686,0.7066116,0.6942149,0.6735537,0.6694215,0.6652893,0.6570248,0.6487603,0.6404959,0.6322314,0.62396693,0.607438,0.59917355,0.57438016,0.40495867,0.40495867,0.40495867,0.39256197,0.38016528,0.39256197,0.38842976,0.446281,0.47933885,0.5123967,0.54545456,0.56198347,0.57438016,0.60330576,0.607438,0.60330576,0.5661157,0.5123967,0.5082645,0.53305787,0.5289256,0.5247934,0.4876033,0.37190083,0.30578512,0.30578512,0.37603307,0.446281,0.4876033,0.48347107,0.4876033,0.46694216,0.42975205,0.4214876,0.45867768,0.49586776,0.5165289,0.55785125,0.6322314,0.661157,0.6735537,0.6735537,0.6942149,0.7107438,0.71900827,0.71900827,0.7107438,0.6735537,0.58677685,0.55785125,0.6280992,0.6735537,0.6859504,0.677686,0.6570248,0.6528926,0.6528926,0.6363636,0.6280992,0.62396693,0.6198347,0.60330576,0.59504133,0.5785124,0.38842976,0.38429752,0.38429752,0.39256197,0.37603307,0.39256197,0.38429752,0.42561984,0.45041323,0.46280992,0.49586776,0.5247934,0.5413223,0.55785125,0.5785124,0.5785124,0.53305787,0.5,0.5371901,0.55785125,0.5413223,0.5289256,0.5123967,0.44214877,0.37603307,0.338843,0.35123968,0.3677686,0.37603307,0.37190083,0.40082645,0.4090909,0.4338843,0.4752066,0.5413223,0.58677685,0.62396693,0.6446281,0.661157,0.6735537,0.6735537,0.6735537,0.677686,0.6942149,0.7066116,0.71900827,0.73140496,0.72727275,0.677686,0.59090906,0.5785124,0.6446281,0.677686,0.677686,0.6652893,0.6652893,0.6528926,0.6363636,0.6198347,0.6198347,0.61157024,0.59917355,0.59090906,0.57438016,0.38429752,0.38429752,0.38429752,0.38842976,0.38016528,0.38429752,0.38429752,0.39256197,0.44214877,0.42975205,0.446281,0.47933885,0.5082645,0.5371901,0.56198347,0.56198347,0.5289256,0.5247934,0.5289256,0.5247934,0.5247934,0.5165289,0.5165289,0.47933885,0.4214876,0.3966942,0.39256197,0.38842976,0.3677686,0.3677686,0.446281,0.4876033,0.5165289,0.55785125,0.59917355,0.6404959,0.6528926,0.6652893,0.69008267,0.69008267,0.6735537,0.661157,0.661157,0.6652893,0.69008267,0.70247936,0.71487606,0.72727275,0.71900827,0.6983471,0.61570245,0.61157024,0.6694215,0.69008267,0.6735537,0.6652893,0.661157,0.6446281,0.62396693,0.6198347,0.59917355,0.59504133,0.58677685,0.5661157,0.39256197,0.39256197,0.39256197,0.38429752,0.38429752,0.38429752,0.38016528,0.37603307,0.42561984,0.41735536,0.42561984,0.45454547,0.4752066,0.5165289,0.55785125,0.5495868,0.53305787,0.5371901,0.5082645,0.5,0.5,0.5082645,0.5165289,0.5041322,0.46280992,0.4338843,0.42975205,0.42561984,0.4214876,0.45454547,0.5413223,0.58264464,0.57438016,0.607438,0.6404959,0.6818182,0.69008267,0.69008267,0.7107438,0.71900827,0.6983471,0.6818182,0.677686,0.6694215,0.677686,0.6652893,0.6487603,0.6363636,0.6528926,0.6735537,0.6487603,0.61157024,0.6446281,0.6859504,0.6735537,0.6652893,0.6652893,0.6487603,0.61570245,0.59504133,0.58264464,0.58677685,0.59090906,0.57024795,0.39256197,0.39256197,0.39256197,0.38429752,0.38842976,0.38429752,0.38429752,0.3677686,0.41735536,0.4214876,0.41735536,0.43801653,0.46280992,0.5123967,0.5495868,0.5413223,0.5123967,0.49586776,0.47933885,0.4752066,0.48347107,0.5123967,0.5289256,0.53305787,0.5165289,0.49173555,0.4876033,0.49586776,0.5289256,0.57024795,0.61570245,0.607438,0.62396693,0.661157,0.6818182,0.70247936,0.71900827,0.7231405,0.7231405,0.72727275,0.71487606,0.6983471,0.6942149,0.69008267,0.677686,0.6570248,0.59917355,0.5206612,0.53305787,0.60330576,0.6487603,0.6487603,0.6487603,0.6859504,0.6818182,0.677686,0.6652893,0.6528926,0.607438,0.59504133,0.59504133,0.59504133,0.5785124,0.56198347,0.38429752,0.38429752,0.38429752,0.38016528,0.38429752,0.38429752,0.38842976,0.36363637,0.3966942,0.44214877,0.4090909,0.4214876,0.45454547,0.49586776,0.55785125,0.553719,0.5,0.45041323,0.41322315,0.42975205,0.4752066,0.5247934,0.54545456,0.56198347,0.57024795,0.5785124,0.58677685,0.58677685,0.607438,0.6487603,0.6570248,0.6404959,0.6404959,0.661157,0.661157,0.6735537,0.6859504,0.69008267,0.6735537,0.661157,0.6487603,0.6404959,0.6487603,0.6487603,0.6280992,0.59090906,0.5082645,0.38842976,0.4090909,0.5206612,0.61157024,0.6570248,0.6652893,0.6818182,0.69008267,0.6818182,0.6694215,0.6363636,0.607438,0.58677685,0.60330576,0.59090906,0.57438016,0.55785125,0.37603307,0.37603307,0.37603307,0.38016528,0.38016528,0.38429752,0.38429752,0.3677686,0.37603307,0.42975205,0.446281,0.4214876,0.45454547,0.5123967,0.57024795,0.58264464,0.53305787,0.45867768,0.35950413,0.338843,0.42561984,0.47933885,0.49586776,0.5289256,0.5495868,0.5661157,0.57024795,0.57024795,0.58264464,0.60330576,0.61570245,0.60330576,0.58264464,0.57024795,0.5661157,0.57024795,0.5661157,0.57024795,0.5661157,0.5495868,0.5165289,0.5082645,0.49173555,0.45867768,0.40082645,0.3553719,0.3429752,0.36363637,0.41735536,0.5082645,0.57024795,0.6404959,0.677686,0.69008267,0.69008267,0.677686,0.6570248,0.61570245,0.59090906,0.58677685,0.61157024,0.59090906,0.57024795,0.53305787,0.38429752,0.38429752,0.38429752,0.38016528,0.37603307,0.38016528,0.38016528,0.37190083,0.36363637,0.4090909,0.45454547,0.42561984,0.44214877,0.49173555,0.5661157,0.61570245,0.59090906,0.5082645,0.38429752,0.2892562,0.2892562,0.36363637,0.37603307,0.39256197,0.42561984,0.44214877,0.43801653,0.4338843,0.4338843,0.446281,0.45867768,0.46280992,0.45867768,0.4752066,0.47933885,0.48347107,0.45454547,0.41735536,0.45041323,0.446281,0.39256197,0.38016528,0.38429752,0.30165288,0.28512397,0.39256197,0.5247934,0.61157024,0.607438,0.61157024,0.6198347,0.6570248,0.6818182,0.69008267,0.6818182,0.661157,0.6363636,0.59917355,0.5785124,0.58677685,0.59917355,0.58677685,0.55785125,0.5206612,0.38842976,0.38842976,0.38429752,0.37603307,0.37190083,0.37603307,0.38016528,0.37190083,0.3677686,0.36363637,0.45867768,0.45454547,0.42975205,0.46694216,0.5413223,0.59917355,0.607438,0.56198347,0.46280992,0.3553719,0.30991736,0.3140496,0.25619835,0.2107438,0.26859504,0.35123968,0.38016528,0.35123968,0.338843,0.40495867,0.44214877,0.45867768,0.4214876,0.45867768,0.49586776,0.5289256,0.47107437,0.39256197,0.45454547,0.46694216,0.39256197,0.37190083,0.43801653,0.47107437,0.5247934,0.61157024,0.6735537,0.7107438,0.70247936,0.6859504,0.6942149,0.70247936,0.6942149,0.69008267,0.6570248,0.6280992,0.61570245,0.58677685,0.58677685,0.58264464,0.58677685,0.5785124,0.54545456,0.4876033,0.38429752,0.38842976,0.38842976,0.37603307,0.37603307,0.38016528,0.37603307,0.37603307,0.37190083,0.35950413,0.41322315,0.47107437,0.44214877,0.44214877,0.5082645,0.5785124,0.61570245,0.59917355,0.5371901,0.45867768,0.42561984,0.4214876,0.35123968,0.23553719,0.2107438,0.28512397,0.39256197,0.38429752,0.36363637,0.46280992,0.54545456,0.5785124,0.5165289,0.5082645,0.5661157,0.58677685,0.54545456,0.4338843,0.46694216,0.53305787,0.5371901,0.54545456,0.58677685,0.6198347,0.661157,0.7066116,0.7231405,0.7231405,0.72727275,0.71487606,0.72727275,0.7231405,0.6983471,0.677686,0.6363636,0.60330576,0.58264464,0.5785124,0.58677685,0.58264464,0.57024795,0.57024795,0.5247934,0.45041323,0.39256197,0.39256197,0.39256197,0.38429752,0.37603307,0.37603307,0.37603307,0.37190083,0.37603307,0.3553719,0.3677686,0.43801653,0.45867768,0.43801653,0.46694216,0.54545456,0.61570245,0.6363636,0.607438,0.5371901,0.5123967,0.5247934,0.49173555,0.40082645,0.35950413,0.3305785,0.35950413,0.38842976,0.38016528,0.46694216,0.54545456,0.5785124,0.5413223,0.5082645,0.53305787,0.57438016,0.62396693,0.59917355,0.6487603,0.661157,0.6570248,0.6652893,0.6818182,0.6983471,0.71487606,0.73140496,0.7355372,0.74380165,0.74793386,0.7231405,0.73966944,0.74380165,0.7355372,0.6942149,0.6404959,0.59917355,0.57438016,0.5785124,0.5785124,0.57024795,0.55785125,0.5289256,0.48347107,0.41735536,0.38016528,0.37603307,0.37603307,0.38016528,0.38429752,0.37603307,0.37603307,0.3677686,0.37190083,0.3677686,0.3553719,0.38842976,0.46280992,0.45041323,0.43801653,0.5041322,0.59504133,0.6528926,0.661157,0.607438,0.57438016,0.5785124,0.55785125,0.5165289,0.5082645,0.5041322,0.5041322,0.5,0.5041322,0.5165289,0.55785125,0.58677685,0.58677685,0.57438016,0.5785124,0.60330576,0.6570248,0.70247936,0.73140496,0.72727275,0.70247936,0.6983471,0.6983471,0.71487606,0.73140496,0.73966944,0.73140496,0.7355372,0.74380165,0.72727275,0.7231405,0.73140496,0.7231405,0.677686,0.6280992,0.60330576,0.58264464,0.5785124,0.5785124,0.57024795,0.53305787,0.49173555,0.42561984,0.41322315,0.3677686,0.3677686,0.3677686,0.37190083,0.37603307,0.37190083,0.37190083,0.37190083,0.37190083,0.36363637,0.36363637,0.35123968,0.4090909,0.45454547,0.42975205,0.45454547,0.553719,0.6363636,0.6652893,0.6570248,0.6404959,0.62396693,0.61157024,0.57438016,0.5495868,0.56198347,0.59504133,0.59090906,0.59917355,0.59917355,0.61157024,0.6363636,0.6322314,0.6280992,0.6280992,0.62396693,0.661157,0.72727275,0.75619835,0.7355372,0.7107438,0.6983471,0.6983471,0.7231405,0.73966944,0.7355372,0.7231405,0.7231405,0.71487606,0.7107438,0.677686,0.6694215,0.6859504,0.6570248,0.61570245,0.59917355,0.58264464,0.57024795,0.5661157,0.5495868,0.49586776,0.4214876,0.3966942,0.4752066,0.3677686,0.3677686,0.3677686,0.3677686,0.37190083,0.37190083,0.3677686,0.3677686,0.3677686,0.36363637,0.3677686,0.35950413,0.35950413,0.41735536,0.4338843,0.4338843,0.48347107,0.59090906,0.6363636,0.6652893,0.6694215,0.6570248,0.6404959,0.60330576,0.56198347,0.5413223,0.5785124,0.58677685,0.61570245,0.6280992,0.6363636,0.6487603,0.6528926,0.661157,0.661157,0.6570248,0.6570248,0.6859504,0.70247936,0.7107438,0.71487606,0.70247936,0.70247936,0.71487606,0.72727275,0.7231405,0.70247936,0.7066116,0.6818182,0.69008267,0.69008267,0.69008267,0.6818182,0.6487603,0.61570245,0.59090906,0.5785124,0.55785125,0.5495868,0.5123967,0.44214877,0.38429752,0.446281,0.5165289,0.38016528,0.38016528,0.38016528,0.38016528,0.37603307,0.36363637,0.3677686,0.3677686,0.36363637,0.3677686,0.36363637,0.3677686,0.3429752,0.37190083,0.41322315,0.42561984,0.43801653,0.5206612,0.59504133,0.6280992,0.6487603,0.6487603,0.6363636,0.6198347,0.59090906,0.553719,0.553719,0.55785125,0.58264464,0.607438,0.607438,0.61157024,0.6198347,0.61570245,0.61570245,0.62396693,0.6528926,0.6735537,0.69008267,0.7107438,0.7107438,0.7107438,0.7066116,0.7066116,0.7066116,0.7066116,0.6859504,0.6735537,0.6818182,0.6859504,0.6818182,0.6859504,0.6818182,0.6404959,0.60330576,0.58264464,0.5661157,0.5495868,0.5165289,0.45041323,0.38842976,0.41322315,0.5041322,0.5495868,0.38016528,0.38016528,0.38016528,0.37603307,0.36363637,0.36363637,0.3677686,0.3677686,0.35950413,0.36363637,0.35950413,0.35950413,0.3553719,0.3429752,0.38016528,0.4090909,0.40082645,0.47107437,0.5661157,0.60330576,0.6363636,0.6446281,0.62396693,0.6198347,0.60330576,0.5785124,0.57438016,0.57024795,0.58677685,0.61157024,0.607438,0.61570245,0.61157024,0.60330576,0.6198347,0.6404959,0.6487603,0.6694215,0.6818182,0.6818182,0.69008267,0.6983471,0.6983471,0.6942149,0.6942149,0.6818182,0.661157,0.6570248,0.6818182,0.69008267,0.70247936,0.70247936,0.6694215,0.6280992,0.58677685,0.5661157,0.54545456,0.5165289,0.45041323,0.38016528,0.37603307,0.46694216,0.5371901,0.553719,0.37190083,0.37190083,0.3677686,0.3677686,0.3677686,0.36363637,0.3677686,0.35950413,0.3553719,0.35950413,0.3553719,0.3553719,0.3553719,0.35123968,0.34710744,0.36363637,0.40495867,0.4214876,0.5,0.58677685,0.6198347,0.6446281,0.6280992,0.607438,0.60330576,0.59090906,0.59090906,0.58677685,0.59504133,0.6322314,0.6280992,0.62396693,0.6322314,0.61570245,0.62396693,0.6404959,0.6446281,0.6570248,0.6694215,0.6735537,0.677686,0.6859504,0.677686,0.6818182,0.677686,0.6570248,0.6404959,0.661157,0.69008267,0.70247936,0.7107438,0.70247936,0.6446281,0.61570245,0.57024795,0.5413223,0.5082645,0.446281,0.36363637,0.3553719,0.4214876,0.5082645,0.55785125,0.58264464,0.35950413,0.35950413,0.35950413,0.35950413,0.3677686,0.3553719,0.36363637,0.3553719,0.35123968,0.3553719,0.35950413,0.3553719,0.35123968,0.35123968,0.35123968,0.33471075,0.38429752,0.3966942,0.45041323,0.54545456,0.607438,0.6404959,0.6404959,0.60330576,0.58677685,0.59090906,0.59090906,0.59504133,0.607438,0.6280992,0.6570248,0.6487603,0.661157,0.6487603,0.6528926,0.6570248,0.6694215,0.6735537,0.6694215,0.6859504,0.6859504,0.677686,0.69008267,0.6818182,0.6694215,0.6694215,0.6942149,0.6983471,0.7107438,0.71487606,0.7066116,0.69008267,0.6280992,0.59090906,0.54545456,0.5,0.43801653,0.338843,0.3429752,0.40495867,0.4752066,0.5289256,0.5371901,0.553719,0.35950413,0.35950413,0.35950413,0.35950413,0.3553719,0.35950413,0.35950413,0.35950413,0.34710744,0.35123968,0.3553719,0.34710744,0.3429752,0.35123968,0.3553719,0.2892562,0.45041323,0.4090909,0.40082645,0.49586776,0.58264464,0.6322314,0.6363636,0.61570245,0.607438,0.60330576,0.59090906,0.59504133,0.607438,0.6404959,0.6652893,0.677686,0.70247936,0.7066116,0.71900827,0.7231405,0.7231405,0.72727275,0.71487606,0.7066116,0.70247936,0.6983471,0.7066116,0.7066116,0.6859504,0.6983471,0.7107438,0.71487606,0.7231405,0.7231405,0.6942149,0.6487603,0.59090906,0.54545456,0.5,0.4214876,0.33471075,0.3181818,0.38842976,0.446281,0.5206612,0.56198347,0.5495868,0.553719,0.36363637,0.36363637,0.36363637,0.36363637,0.34710744,0.3553719,0.3553719,0.3553719,0.35123968,0.338843,0.3429752,0.3429752,0.34710744,0.3429752,0.34710744,0.2768595,0.4752066,0.48347107,0.38842976,0.41735536,0.53305787,0.607438,0.6322314,0.6280992,0.6570248,0.6487603,0.6198347,0.61570245,0.61570245,0.661157,0.6735537,0.69008267,0.71487606,0.7355372,0.75206614,0.75619835,0.76033056,0.76033056,0.74380165,0.7231405,0.7066116,0.7107438,0.72727275,0.7355372,0.73140496,0.72727275,0.72727275,0.72727275,0.73966944,0.71900827,0.6652893,0.607438,0.5413223,0.49173555,0.4090909,0.3264463,0.3264463,0.38429752,0.43801653,0.49173555,0.55785125,0.58264464,0.57024795,0.5413223,0.35950413,0.35950413,0.35950413,0.35950413,0.3429752,0.3553719,0.35123968,0.35123968,0.34710744,0.34710744,0.3429752,0.3429752,0.3429752,0.3429752,0.34710744,0.29752067,0.47107437,0.5247934,0.47107437,0.38016528,0.46280992,0.5661157,0.6198347,0.6280992,0.6570248,0.6859504,0.6735537,0.6652893,0.6570248,0.661157,0.6652893,0.6859504,0.71487606,0.72727275,0.75206614,0.76033056,0.76033056,0.76859504,0.75206614,0.7355372,0.7107438,0.7231405,0.74793386,0.74793386,0.75619835,0.74793386,0.73140496,0.71900827,0.71487606,0.6818182,0.6198347,0.5495868,0.4876033,0.4090909,0.32231405,0.33471075,0.39256197,0.45041323,0.48347107,0.54545456,0.56198347,0.59090906,0.57024795,0.5413223,0.34710744,0.34710744,0.34710744,0.3429752,0.34710744,0.35123968,0.3429752,0.3429752,0.34710744,0.35123968,0.34710744,0.338843,0.3429752,0.338843,0.35123968,0.34710744,0.46694216,0.5371901,0.5082645,0.42561984,0.41322315,0.49586776,0.57024795,0.62396693,0.6487603,0.6818182,0.69008267,0.6818182,0.6652893,0.6446281,0.6487603,0.6735537,0.71900827,0.7231405,0.7355372,0.75206614,0.75206614,0.76033056,0.7644628,0.75619835,0.7355372,0.73140496,0.75619835,0.7644628,0.76033056,0.75206614,0.72727275,0.6983471,0.677686,0.6363636,0.5661157,0.4876033,0.3966942,0.3429752,0.35123968,0.40495867,0.45454547,0.47107437,0.54545456,0.57438016,0.5785124,0.59504133,0.5785124,0.56198347,0.3429752,0.3429752,0.3429752,0.3429752,0.35123968,0.35123968,0.35123968,0.35123968,0.34710744,0.34710744,0.3429752,0.34710744,0.3429752,0.338843,0.38842976,0.3264463,0.41735536,0.5495868,0.5165289,0.446281,0.4214876,0.41735536,0.5165289,0.58677685,0.6363636,0.6694215,0.6859504,0.6859504,0.661157,0.6363636,0.6528926,0.6859504,0.7107438,0.7231405,0.71900827,0.73140496,0.73966944,0.73966944,0.7644628,0.78512394,0.7644628,0.7231405,0.73966944,0.75206614,0.74380165,0.7355372,0.6942149,0.6652893,0.6280992,0.57024795,0.49173555,0.40495867,0.35123968,0.37603307,0.42561984,0.45454547,0.49173555,0.5206612,0.55785125,0.58677685,0.58264464,0.59090906,0.5785124,0.553719,0.3429752,0.3429752,0.3429752,0.338843,0.34710744,0.35123968,0.338843,0.34710744,0.338843,0.34710744,0.3429752,0.33471075,0.35123968,0.38016528,0.38429752,0.23553719,0.38016528,0.56198347,0.5247934,0.4752066,0.446281,0.4090909,0.41735536,0.5206612,0.58677685,0.6322314,0.661157,0.661157,0.6363636,0.6322314,0.6570248,0.69008267,0.69008267,0.6983471,0.69008267,0.6942149,0.71487606,0.71900827,0.7231405,0.74793386,0.74380165,0.7107438,0.71900827,0.7231405,0.7066116,0.6859504,0.6404959,0.607438,0.56198347,0.4876033,0.3966942,0.36363637,0.3966942,0.44214877,0.47107437,0.49173555,0.5206612,0.5495868,0.57438016,0.5785124,0.5661157,0.59090906,0.57438016,0.5495868,0.34710744,0.34710744,0.34710744,0.35123968,0.34710744,0.3305785,0.3429752,0.3429752,0.3429752,0.3429752,0.338843,0.32231405,0.41322315,0.36363637,0.21487603,0.19008264,0.41735536,0.5661157,0.5247934,0.49173555,0.47107437,0.446281,0.3553719,0.40082645,0.5082645,0.57024795,0.60330576,0.6198347,0.59917355,0.60330576,0.6280992,0.6528926,0.6446281,0.6446281,0.6487603,0.6322314,0.6404959,0.6735537,0.6652893,0.6652893,0.6859504,0.6818182,0.6652893,0.6528926,0.6363636,0.60330576,0.5785124,0.5371901,0.46694216,0.38016528,0.3677686,0.42975205,0.4752066,0.49173555,0.5,0.5371901,0.57024795,0.57024795,0.60330576,0.58677685,0.58264464,0.58677685,0.5661157,0.55785125,0.3429752,0.3429752,0.3429752,0.3429752,0.338843,0.33471075,0.3429752,0.338843,0.338843,0.34710744,0.338843,0.34710744,0.48347107,0.30991736,0.11570248,0.23966943,0.40082645,0.57024795,0.5371901,0.5,0.4876033,0.46280992,0.4338843,0.3677686,0.41735536,0.48347107,0.5371901,0.57438016,0.5661157,0.56198347,0.5785124,0.59917355,0.59917355,0.607438,0.60330576,0.58677685,0.58264464,0.61570245,0.607438,0.59090906,0.59917355,0.60330576,0.58677685,0.5785124,0.56198347,0.53305787,0.49586776,0.4214876,0.35123968,0.35950413,0.4338843,0.49173555,0.5082645,0.49586776,0.5247934,0.57024795,0.58677685,0.5785124,0.59917355,0.59504133,0.59504133,0.58264464,0.5785124,0.56198347,0.3553719,0.35950413,0.35950413,0.35950413,0.34710744,0.33471075,0.338843,0.338843,0.3429752,0.36363637,0.37603307,0.38429752,0.46280992,0.3305785,0.1694215,0.2603306,0.37190083,0.5661157,0.54545456,0.5082645,0.49586776,0.4752066,0.45454547,0.42975205,0.37603307,0.3966942,0.446281,0.49586776,0.5041322,0.5082645,0.5206612,0.53305787,0.5413223,0.5495868,0.55785125,0.5371901,0.5165289,0.54545456,0.5413223,0.5247934,0.5123967,0.5082645,0.5,0.49586776,0.4752066,0.4338843,0.3677686,0.3305785,0.37603307,0.44214877,0.5,0.5165289,0.5289256,0.5123967,0.53305787,0.5661157,0.5785124,0.58677685,0.5785124,0.5785124,0.59090906,0.58264464,0.58677685,0.5495868,0.338843,0.338843,0.338843,0.338843,0.338843,0.3429752,0.34710744,0.3553719,0.37190083,0.38842976,0.4214876,0.38429752,0.46280992,0.33471075,0.23553719,0.23553719,0.38429752,0.55785125,0.5371901,0.5123967,0.4876033,0.4876033,0.46280992,0.43801653,0.4090909,0.38842976,0.37603307,0.38842976,0.42561984,0.4338843,0.43801653,0.44214877,0.45041323,0.47107437,0.4752066,0.45454547,0.4214876,0.41735536,0.42561984,0.4214876,0.4090909,0.39256197,0.38842976,0.38016528,0.35123968,0.32231405,0.3181818,0.3677686,0.45867768,0.5041322,0.5206612,0.5371901,0.5123967,0.5165289,0.5206612,0.55785125,0.58677685,0.59090906,0.58677685,0.58264464,0.60330576,0.5785124,0.58264464,0.54545456,0.33471075,0.338843,0.338843,0.3429752,0.34710744,0.37190083,0.38842976,0.39256197,0.38016528,0.38842976,0.41735536,0.3677686,0.48347107,0.30578512,0.28099173,0.17355372,0.41322315,0.5495868,0.5413223,0.5206612,0.49173555,0.47933885,0.4752066,0.446281,0.40495867,0.41322315,0.3966942,0.338843,0.338843,0.3429752,0.3553719,0.34710744,0.3553719,0.36363637,0.35123968,0.33471075,0.3181818,0.30578512,0.29338843,0.29752067,0.29752067,0.29338843,0.29752067,0.30165288,0.30165288,0.32231405,0.3677686,0.446281,0.48347107,0.5165289,0.5289256,0.49586776,0.5289256,0.5165289,0.5289256,0.56198347,0.59090906,0.59090906,0.59090906,0.58264464,0.59917355,0.58264464,0.57024795,0.5495868,4 +0.5247934,0.49173555,0.5371901,0.6528926,0.6942149,0.6983471,0.6942149,0.71487606,0.72727275,0.74380165,0.75206614,0.77272725,0.7768595,0.78099173,0.77272725,0.76859504,0.76859504,0.7644628,0.7644628,0.77272725,0.77272725,0.7768595,0.78512394,0.7933884,0.79752064,0.8016529,0.79752064,0.79752064,0.8016529,0.80991733,0.8140496,0.8140496,0.8181818,0.80991733,0.8057851,0.80991733,0.8140496,0.80991733,0.8016529,0.79752064,0.7892562,0.78099173,0.76859504,0.75619835,0.74793386,0.74380165,0.7355372,0.73966944,0.74380165,0.7355372,0.73140496,0.7231405,0.71900827,0.70247936,0.6859504,0.6694215,0.6280992,0.60330576,0.5661157,0.5495868,0.53305787,0.5165289,0.5082645,0.5165289,0.5206612,0.5082645,0.5165289,0.6363636,0.69008267,0.6942149,0.69008267,0.7231405,0.73140496,0.74793386,0.7644628,0.78099173,0.78512394,0.7933884,0.78099173,0.77272725,0.78099173,0.7768595,0.77272725,0.78099173,0.78099173,0.7768595,0.78512394,0.7933884,0.8016529,0.8057851,0.8057851,0.8057851,0.8016529,0.8140496,0.8181818,0.8181818,0.8181818,0.822314,0.8181818,0.8140496,0.8140496,0.8181818,0.80991733,0.79752064,0.7892562,0.7768595,0.76033056,0.75619835,0.73966944,0.72727275,0.73140496,0.73966944,0.74380165,0.7355372,0.73140496,0.71487606,0.71900827,0.6983471,0.6694215,0.6487603,0.607438,0.58264464,0.56198347,0.5495868,0.5123967,0.5123967,0.5,0.5082645,0.5123967,0.5247934,0.49586776,0.61157024,0.6735537,0.6983471,0.70247936,0.71900827,0.73966944,0.75206614,0.7644628,0.78099173,0.78512394,0.79752064,0.7892562,0.78099173,0.7892562,0.78512394,0.78512394,0.7892562,0.78099173,0.78099173,0.7892562,0.79752064,0.8057851,0.8057851,0.8057851,0.8016529,0.8016529,0.8140496,0.822314,0.8305785,0.8305785,0.8264463,0.8264463,0.822314,0.8181818,0.8181818,0.8140496,0.79752064,0.7892562,0.7768595,0.75619835,0.75206614,0.73966944,0.73140496,0.73966944,0.74380165,0.73966944,0.73140496,0.7231405,0.7066116,0.70247936,0.69008267,0.6404959,0.6280992,0.60330576,0.56198347,0.5495868,0.53305787,0.5,0.5082645,0.5041322,0.49586776,0.5289256,0.5123967,0.4752066,0.59504133,0.6652893,0.6859504,0.69008267,0.7066116,0.7355372,0.74793386,0.75619835,0.7768595,0.78099173,0.8016529,0.79752064,0.7933884,0.7933884,0.7933884,0.79752064,0.79752064,0.7933884,0.78512394,0.78512394,0.7933884,0.79752064,0.8016529,0.8016529,0.79752064,0.8016529,0.80991733,0.8181818,0.822314,0.822314,0.822314,0.8264463,0.8264463,0.8264463,0.8140496,0.8016529,0.7933884,0.78512394,0.76859504,0.75619835,0.75206614,0.73966944,0.7355372,0.74380165,0.74380165,0.7355372,0.7231405,0.7231405,0.7107438,0.69008267,0.6735537,0.6363636,0.60330576,0.59917355,0.5495868,0.5413223,0.5082645,0.5,0.5082645,0.4876033,0.49173555,0.5247934,0.5247934,0.49173555,0.553719,0.6528926,0.69008267,0.69008267,0.6983471,0.7355372,0.74380165,0.75206614,0.76859504,0.7768595,0.7933884,0.7933884,0.7892562,0.7892562,0.79752064,0.8016529,0.8057851,0.79752064,0.78512394,0.78512394,0.7933884,0.7933884,0.7933884,0.7933884,0.79752064,0.8016529,0.8016529,0.80991733,0.8181818,0.80991733,0.8057851,0.8140496,0.8140496,0.80991733,0.8057851,0.7933884,0.78099173,0.76859504,0.76033056,0.75619835,0.75206614,0.73966944,0.74380165,0.74380165,0.74380165,0.72727275,0.7231405,0.71900827,0.7107438,0.677686,0.6652893,0.6363636,0.60330576,0.59090906,0.553719,0.5289256,0.5082645,0.49173555,0.49173555,0.48347107,0.4876033,0.5413223,0.5165289,0.46694216,0.55785125,0.6446281,0.69008267,0.6942149,0.6983471,0.73140496,0.74793386,0.75206614,0.7644628,0.7768595,0.78512394,0.78512394,0.78512394,0.78512394,0.78512394,0.7933884,0.79752064,0.7933884,0.78512394,0.78099173,0.78512394,0.78512394,0.7892562,0.78512394,0.78512394,0.7892562,0.7892562,0.79752064,0.8016529,0.8016529,0.7933884,0.7892562,0.79752064,0.8016529,0.7892562,0.78099173,0.77272725,0.75619835,0.74793386,0.74380165,0.73966944,0.73966944,0.74793386,0.73140496,0.73140496,0.71900827,0.71900827,0.7066116,0.70247936,0.6735537,0.6570248,0.6487603,0.61157024,0.59504133,0.553719,0.5247934,0.5123967,0.4876033,0.47933885,0.4876033,0.49586776,0.5206612,0.5206612,0.48347107,0.54545456,0.661157,0.6983471,0.6983471,0.6983471,0.7231405,0.73966944,0.75206614,0.76033056,0.7768595,0.7768595,0.7768595,0.78099173,0.78099173,0.77272725,0.77272725,0.78099173,0.78099173,0.7768595,0.7768595,0.77272725,0.77272725,0.77272725,0.7768595,0.77272725,0.77272725,0.78099173,0.7768595,0.7768595,0.78099173,0.7768595,0.76859504,0.76859504,0.7768595,0.77272725,0.74793386,0.73966944,0.72727275,0.71900827,0.7066116,0.6983471,0.7066116,0.71900827,0.6859504,0.6983471,0.6942149,0.7066116,0.69008267,0.69008267,0.6818182,0.6570248,0.661157,0.6404959,0.61157024,0.56198347,0.5289256,0.5165289,0.49586776,0.4876033,0.4752066,0.49586776,0.5165289,0.5123967,0.46694216,0.56198347,0.661157,0.7066116,0.70247936,0.69008267,0.6983471,0.7231405,0.73140496,0.74380165,0.75619835,0.75619835,0.75619835,0.7644628,0.7644628,0.75619835,0.75206614,0.76033056,0.7644628,0.76033056,0.75619835,0.75619835,0.75619835,0.75619835,0.75619835,0.75619835,0.74380165,0.76033056,0.74793386,0.7355372,0.7231405,0.7231405,0.7355372,0.72727275,0.7107438,0.7107438,0.6818182,0.6570248,0.6446281,0.6363636,0.62396693,0.6280992,0.6404959,0.6404959,0.62396693,0.6404959,0.6570248,0.6735537,0.661157,0.6652893,0.661157,0.6570248,0.661157,0.6528926,0.6322314,0.58677685,0.5371901,0.5206612,0.49586776,0.49586776,0.49173555,0.49586776,0.5123967,0.5165289,0.47933885,0.55785125,0.6570248,0.6818182,0.6570248,0.6363636,0.6487603,0.6528926,0.6528926,0.6735537,0.6859504,0.677686,0.6859504,0.70247936,0.71487606,0.71487606,0.71900827,0.72727275,0.7355372,0.73966944,0.73966944,0.73966944,0.74380165,0.74380165,0.74380165,0.73140496,0.71900827,0.71900827,0.7107438,0.69008267,0.661157,0.6404959,0.62396693,0.61157024,0.59090906,0.5785124,0.58264464,0.5413223,0.53305787,0.5289256,0.5206612,0.5371901,0.553719,0.5247934,0.5289256,0.553719,0.607438,0.61570245,0.60330576,0.61157024,0.61570245,0.62396693,0.62396693,0.6198347,0.6198347,0.59917355,0.55785125,0.5123967,0.49173555,0.48347107,0.4876033,0.5,0.5247934,0.5041322,0.5206612,0.59090906,0.6322314,0.6198347,0.59917355,0.5785124,0.55785125,0.5413223,0.5495868,0.56198347,0.56198347,0.5661157,0.57438016,0.59917355,0.6280992,0.6487603,0.6652893,0.677686,0.6983471,0.7107438,0.7107438,0.71487606,0.72727275,0.71900827,0.7107438,0.7066116,0.69008267,0.677686,0.6652893,0.6487603,0.62396693,0.59504133,0.55785125,0.5206612,0.5165289,0.5123967,0.49173555,0.45867768,0.446281,0.4338843,0.42975205,0.43801653,0.45454547,0.43801653,0.45454547,0.4876033,0.5413223,0.55785125,0.5371901,0.54545456,0.56198347,0.57024795,0.57438016,0.57024795,0.58264464,0.5785124,0.55785125,0.5041322,0.49173555,0.4876033,0.4876033,0.49586776,0.5123967,0.5,0.5165289,0.58264464,0.60330576,0.5661157,0.5413223,0.5123967,0.4876033,0.5123967,0.5289256,0.5247934,0.5082645,0.5,0.5082645,0.5206612,0.553719,0.58677685,0.61157024,0.6322314,0.6528926,0.6694215,0.6694215,0.677686,0.6942149,0.677686,0.661157,0.6694215,0.661157,0.6487603,0.6198347,0.60330576,0.58264464,0.55785125,0.5206612,0.4876033,0.4876033,0.46694216,0.4338843,0.41322315,0.3966942,0.37190083,0.35950413,0.37603307,0.38016528,0.3966942,0.42975205,0.45454547,0.5,0.5206612,0.5082645,0.5,0.5165289,0.5289256,0.5289256,0.53305787,0.5413223,0.5413223,0.5289256,0.49586776,0.4876033,0.49173555,0.4876033,0.5,0.5165289,0.5123967,0.5289256,0.54545456,0.54545456,0.5123967,0.45867768,0.42975205,0.42975205,0.446281,0.46280992,0.46694216,0.47107437,0.47107437,0.4752066,0.4752066,0.49173555,0.5289256,0.56198347,0.58677685,0.60330576,0.6198347,0.6322314,0.6404959,0.6446281,0.6363636,0.6198347,0.6280992,0.62396693,0.59917355,0.57024795,0.55785125,0.53305787,0.5123967,0.5,0.46280992,0.45867768,0.42561984,0.4338843,0.41322315,0.3966942,0.38842976,0.37603307,0.40495867,0.4090909,0.42561984,0.44214877,0.45454547,0.47933885,0.49586776,0.5041322,0.49173555,0.5041322,0.5082645,0.5041322,0.5041322,0.5082645,0.5123967,0.5,0.48347107,0.4752066,0.48347107,0.4876033,0.5082645,0.5247934,0.5082645,0.49586776,0.49173555,0.48347107,0.47107437,0.44214877,0.39256197,0.35123968,0.35950413,0.38842976,0.4090909,0.42975205,0.446281,0.446281,0.446281,0.45041323,0.47107437,0.5,0.5371901,0.55785125,0.5785124,0.59917355,0.61157024,0.61570245,0.61570245,0.60330576,0.59090906,0.59917355,0.57024795,0.5413223,0.5206612,0.4876033,0.47107437,0.45454547,0.45041323,0.44214877,0.43801653,0.42561984,0.4338843,0.41735536,0.39256197,0.3966942,0.4090909,0.41322315,0.42975205,0.42975205,0.446281,0.45867768,0.46694216,0.4876033,0.47933885,0.5041322,0.5,0.49586776,0.4876033,0.49173555,0.4876033,0.47933885,0.47107437,0.47107437,0.47933885,0.5,0.5206612,0.5123967,0.5165289,0.5,0.4876033,0.4752066,0.47107437,0.46694216,0.42975205,0.40082645,0.40082645,0.40495867,0.4090909,0.40495867,0.40082645,0.39256197,0.38429752,0.3966942,0.41322315,0.43801653,0.47933885,0.5082645,0.5371901,0.57024795,0.59917355,0.61157024,0.62396693,0.61570245,0.59090906,0.5785124,0.54545456,0.5123967,0.49586776,0.46280992,0.42975205,0.42561984,0.42561984,0.42561984,0.4090909,0.41322315,0.40082645,0.36363637,0.33471075,0.3264463,0.3264463,0.3429752,0.35950413,0.37603307,0.38016528,0.3966942,0.41735536,0.4338843,0.4338843,0.45867768,0.48347107,0.48347107,0.48347107,0.4876033,0.47933885,0.48347107,0.47933885,0.48347107,0.49586776,0.5041322,0.5247934,0.5123967,0.5123967,0.5082645,0.49586776,0.48347107,0.47933885,0.47933885,0.46694216,0.43801653,0.40495867,0.38429752,0.36363637,0.3305785,0.30578512,0.29752067,0.28099173,0.30578512,0.3305785,0.35123968,0.3966942,0.44214877,0.49173555,0.5495868,0.61157024,0.6487603,0.6735537,0.6652893,0.6280992,0.59090906,0.53305787,0.49173555,0.47107437,0.42561984,0.41322315,0.39256197,0.40082645,0.4214876,0.38842976,0.38842976,0.37603307,0.338843,0.34710744,0.33471075,0.3429752,0.338843,0.3181818,0.3305785,0.3264463,0.338843,0.35123968,0.36363637,0.38016528,0.39256197,0.4090909,0.43801653,0.46694216,0.48347107,0.4876033,0.4876033,0.49173555,0.5,0.5041322,0.5082645,0.5247934,0.5206612,0.5123967,0.5082645,0.5,0.47933885,0.47933885,0.4752066,0.43801653,0.39256197,0.35123968,0.3429752,0.34710744,0.3181818,0.28099173,0.2768595,0.23966943,0.25619835,0.25619835,0.28099173,0.3264463,0.3677686,0.43801653,0.5495868,0.6570248,0.71487606,0.73966944,0.73140496,0.677686,0.6280992,0.553719,0.48347107,0.44214877,0.4090909,0.3966942,0.38016528,0.40495867,0.40082645,0.40082645,0.38842976,0.40082645,0.38429752,0.34710744,0.34710744,0.38842976,0.338843,0.29338843,0.27272728,0.23966943,0.24793388,0.2644628,0.30165288,0.338843,0.34710744,0.34710744,0.38016528,0.4214876,0.45867768,0.4876033,0.5,0.5041322,0.5123967,0.5165289,0.5165289,0.5289256,0.5165289,0.5082645,0.5041322,0.5082645,0.5,0.4752066,0.42975205,0.37603307,0.35123968,0.3140496,0.30991736,0.3181818,0.28512397,0.24793388,0.2768595,0.21487603,0.18595041,0.22727273,0.28099173,0.3305785,0.33471075,0.39256197,0.55785125,0.70247936,0.7644628,0.78099173,0.76859504,0.72727275,0.6735537,0.60330576,0.5123967,0.446281,0.41735536,0.40082645,0.39256197,0.42561984,0.4214876,0.4214876,0.41735536,0.40082645,0.3553719,0.38429752,0.45454547,0.5289256,0.4338843,0.3305785,0.28512397,0.24380165,0.22727273,0.22727273,0.2644628,0.30991736,0.3181818,0.3140496,0.33471075,0.37190083,0.4214876,0.47107437,0.5,0.5123967,0.5247934,0.5371901,0.5371901,0.5413223,0.5123967,0.5123967,0.5041322,0.5082645,0.5206612,0.48347107,0.42561984,0.38429752,0.33471075,0.28512397,0.38429752,0.45041323,0.35123968,0.2892562,0.2768595,0.24793388,0.19008264,0.23140496,0.28099173,0.33471075,0.3305785,0.39256197,0.5785124,0.72727275,0.78512394,0.8016529,0.78512394,0.74380165,0.70247936,0.6363636,0.56198347,0.47933885,0.44214877,0.42561984,0.41735536,0.44214877,0.45867768,0.4338843,0.38429752,0.3429752,0.3429752,0.42975205,0.5247934,0.58677685,0.5,0.36363637,0.29752067,0.2644628,0.2520661,0.2644628,0.30991736,0.3553719,0.3305785,0.30578512,0.32231405,0.34710744,0.38842976,0.43801653,0.4752066,0.5041322,0.5289256,0.5413223,0.553719,0.553719,0.5123967,0.5165289,0.5123967,0.5123967,0.5247934,0.5,0.42975205,0.3553719,0.2892562,0.2768595,0.43801653,0.5206612,0.42975205,0.33471075,0.26859504,0.2603306,0.2520661,0.2603306,0.30991736,0.3553719,0.32231405,0.43801653,0.6322314,0.74793386,0.79752064,0.80991733,0.7892562,0.76033056,0.7231405,0.6570248,0.59090906,0.5247934,0.49586776,0.45454547,0.45454547,0.46694216,0.46694216,0.4752066,0.446281,0.41322315,0.38429752,0.4338843,0.4752066,0.5413223,0.5165289,0.4214876,0.38429752,0.35950413,0.3429752,0.36363637,0.40082645,0.42561984,0.41735536,0.40082645,0.3966942,0.40082645,0.41735536,0.45454547,0.48347107,0.5165289,0.5495868,0.57024795,0.59090906,0.58264464,0.5165289,0.5165289,0.5082645,0.5082645,0.5247934,0.5165289,0.45041323,0.37603307,0.3429752,0.3553719,0.41322315,0.5,0.47933885,0.3677686,0.338843,0.3140496,0.338843,0.3429752,0.35950413,0.38016528,0.38016528,0.5123967,0.6859504,0.76033056,0.8016529,0.8140496,0.79752064,0.76859504,0.7355372,0.6694215,0.607438,0.57438016,0.55785125,0.5413223,0.53305787,0.5206612,0.4876033,0.47107437,0.4752066,0.46280992,0.47107437,0.4876033,0.5082645,0.5206612,0.5289256,0.5165289,0.53305787,0.5289256,0.5041322,0.5,0.5123967,0.5123967,0.5123967,0.5123967,0.5082645,0.5,0.5082645,0.5247934,0.5495868,0.57438016,0.59090906,0.607438,0.61570245,0.607438,0.5123967,0.5123967,0.5082645,0.5041322,0.5413223,0.58264464,0.5206612,0.46280992,0.46280992,0.46280992,0.4752066,0.48347107,0.5165289,0.49586776,0.49173555,0.49586776,0.47107437,0.45041323,0.42975205,0.4214876,0.48347107,0.5785124,0.7231405,0.76859504,0.8057851,0.822314,0.8016529,0.76859504,0.73140496,0.661157,0.6198347,0.59090906,0.59917355,0.61570245,0.6198347,0.607438,0.55785125,0.5123967,0.4876033,0.48347107,0.4876033,0.5041322,0.5247934,0.53305787,0.53305787,0.53305787,0.54545456,0.553719,0.56198347,0.5785124,0.5785124,0.57024795,0.56198347,0.55785125,0.55785125,0.5661157,0.58677685,0.61157024,0.6322314,0.6363636,0.6363636,0.6363636,0.6322314,0.6198347,0.5041322,0.5041322,0.5041322,0.49586776,0.54545456,0.6363636,0.6280992,0.5785124,0.553719,0.55785125,0.58677685,0.5661157,0.553719,0.54545456,0.5082645,0.4876033,0.48347107,0.45454547,0.45867768,0.47933885,0.57024795,0.6280992,0.71900827,0.77272725,0.8140496,0.822314,0.8057851,0.7644628,0.7231405,0.6446281,0.6280992,0.59504133,0.61157024,0.6363636,0.6570248,0.6528926,0.6280992,0.59090906,0.56198347,0.5495868,0.5413223,0.5247934,0.5247934,0.5289256,0.53305787,0.5371901,0.5413223,0.54545456,0.553719,0.56198347,0.55785125,0.5495868,0.5495868,0.5495868,0.5661157,0.58677685,0.607438,0.6404959,0.6694215,0.6818182,0.6735537,0.6652893,0.6528926,0.6322314,0.49586776,0.5,0.5082645,0.4876033,0.5247934,0.6818182,0.70247936,0.6446281,0.59917355,0.59090906,0.59090906,0.5785124,0.55785125,0.5413223,0.49173555,0.48347107,0.4876033,0.5082645,0.53305787,0.59090906,0.6198347,0.6404959,0.7066116,0.76859504,0.8140496,0.8140496,0.7933884,0.75206614,0.70247936,0.6404959,0.6280992,0.607438,0.6198347,0.6404959,0.661157,0.661157,0.6528926,0.6198347,0.61570245,0.6198347,0.6198347,0.607438,0.59090906,0.5661157,0.53305787,0.5206612,0.5165289,0.5082645,0.5082645,0.5123967,0.5206612,0.5247934,0.53305787,0.553719,0.58264464,0.607438,0.6280992,0.6487603,0.6694215,0.677686,0.6735537,0.6735537,0.6652893,0.6446281,0.5,0.5,0.5,0.48347107,0.54545456,0.7107438,0.7231405,0.6570248,0.5785124,0.5495868,0.5371901,0.5,0.5041322,0.5041322,0.5123967,0.5495868,0.59090906,0.61570245,0.6322314,0.6528926,0.6446281,0.6446281,0.7066116,0.76859504,0.8057851,0.8016529,0.77272725,0.7355372,0.6818182,0.6322314,0.6198347,0.62396693,0.6322314,0.6322314,0.6487603,0.6528926,0.6446281,0.62396693,0.62396693,0.6322314,0.6487603,0.6570248,0.6694215,0.6652893,0.6446281,0.6198347,0.59504133,0.58264464,0.5661157,0.55785125,0.57024795,0.57438016,0.59504133,0.6322314,0.6694215,0.6942149,0.6942149,0.69008267,0.6818182,0.6735537,0.6652893,0.6694215,0.6652893,0.6446281,0.5,0.5041322,0.49586776,0.46694216,0.59504133,0.71900827,0.7231405,0.6859504,0.6446281,0.607438,0.5785124,0.5785124,0.59090906,0.6198347,0.6322314,0.6570248,0.6735537,0.6818182,0.6570248,0.6570248,0.6528926,0.6487603,0.7066116,0.76859504,0.8016529,0.7933884,0.75206614,0.7107438,0.6694215,0.6280992,0.61570245,0.61570245,0.62396693,0.6322314,0.6322314,0.6404959,0.6363636,0.6280992,0.6280992,0.6404959,0.661157,0.6818182,0.7066116,0.7231405,0.72727275,0.71487606,0.6942149,0.6735537,0.661157,0.6570248,0.6570248,0.661157,0.6818182,0.7107438,0.7231405,0.73140496,0.73140496,0.7231405,0.7066116,0.6859504,0.677686,0.6735537,0.6652893,0.6363636,0.5041322,0.5041322,0.5,0.4752066,0.6280992,0.7355372,0.74380165,0.75206614,0.72727275,0.7107438,0.6859504,0.6818182,0.6570248,0.6694215,0.7066116,0.7107438,0.7066116,0.6818182,0.661157,0.6528926,0.6446281,0.6528926,0.70247936,0.78099173,0.80991733,0.7933884,0.7355372,0.6859504,0.6528926,0.6280992,0.61570245,0.607438,0.61570245,0.6322314,0.6280992,0.6280992,0.6322314,0.6280992,0.6322314,0.6528926,0.6735537,0.6983471,0.71900827,0.74380165,0.76033056,0.76033056,0.75206614,0.7355372,0.71900827,0.71900827,0.71900827,0.71900827,0.7355372,0.74380165,0.74380165,0.74793386,0.73966944,0.73140496,0.71487606,0.70247936,0.6942149,0.6859504,0.6694215,0.6446281,0.5123967,0.5123967,0.4876033,0.4876033,0.6652893,0.73140496,0.7644628,0.76859504,0.76033056,0.75619835,0.74380165,0.7231405,0.7066116,0.7231405,0.7355372,0.7355372,0.7107438,0.6818182,0.661157,0.6570248,0.6487603,0.6652893,0.71900827,0.8057851,0.8347107,0.8016529,0.7355372,0.6818182,0.6487603,0.6322314,0.61570245,0.59917355,0.60330576,0.61157024,0.6198347,0.62396693,0.6322314,0.6363636,0.6528926,0.6735537,0.6942149,0.71900827,0.73966944,0.75206614,0.76033056,0.7768595,0.76859504,0.7644628,0.7644628,0.75206614,0.74380165,0.73966944,0.73966944,0.73966944,0.73966944,0.7355372,0.73140496,0.71900827,0.7231405,0.7107438,0.6983471,0.69008267,0.6652893,0.6404959,0.5123967,0.5082645,0.47933885,0.5082645,0.6652893,0.7231405,0.74793386,0.74380165,0.75206614,0.7355372,0.73140496,0.72727275,0.7355372,0.73966944,0.73140496,0.73140496,0.71900827,0.69008267,0.6694215,0.6528926,0.6528926,0.6652893,0.72727275,0.8140496,0.8429752,0.8057851,0.73966944,0.69008267,0.6652893,0.6446281,0.6198347,0.59504133,0.58677685,0.58677685,0.58677685,0.59504133,0.61570245,0.6322314,0.6570248,0.677686,0.6942149,0.72727275,0.75206614,0.75619835,0.7644628,0.7768595,0.7768595,0.76859504,0.7644628,0.76033056,0.74793386,0.74380165,0.7355372,0.7355372,0.73140496,0.73140496,0.72727275,0.71900827,0.71900827,0.70247936,0.6983471,0.6859504,0.661157,0.62396693,0.5082645,0.5041322,0.47933885,0.5082645,0.677686,0.71487606,0.7355372,0.72727275,0.73966944,0.72727275,0.7355372,0.72727275,0.75206614,0.74380165,0.74380165,0.7355372,0.7231405,0.6983471,0.6694215,0.6487603,0.6487603,0.6735537,0.72727275,0.80991733,0.822314,0.78512394,0.7355372,0.7066116,0.6859504,0.6652893,0.6363636,0.60330576,0.59504133,0.59917355,0.58677685,0.58264464,0.58677685,0.607438,0.6363636,0.6652893,0.69008267,0.71900827,0.74380165,0.74380165,0.75206614,0.76859504,0.7768595,0.77272725,0.76859504,0.76033056,0.74793386,0.73966944,0.73966944,0.73966944,0.72727275,0.72727275,0.73140496,0.72727275,0.71487606,0.6983471,0.6942149,0.6694215,0.6570248,0.61570245,0.5123967,0.5123967,0.47933885,0.5082645,0.6570248,0.7107438,0.73140496,0.7107438,0.7355372,0.73966944,0.73966944,0.73966944,0.73966944,0.74380165,0.73140496,0.7355372,0.7231405,0.6983471,0.6487603,0.6322314,0.6446281,0.677686,0.73140496,0.78512394,0.7933884,0.76033056,0.72727275,0.71487606,0.70247936,0.6735537,0.6363636,0.607438,0.607438,0.6198347,0.6198347,0.61157024,0.59917355,0.59090906,0.59090906,0.607438,0.6404959,0.69008267,0.71487606,0.72727275,0.74380165,0.74793386,0.76033056,0.7644628,0.7644628,0.74793386,0.7355372,0.73140496,0.73140496,0.73140496,0.72727275,0.71900827,0.72727275,0.7231405,0.70247936,0.6859504,0.677686,0.6487603,0.6322314,0.59917355,0.5082645,0.5082645,0.47107437,0.49586776,0.6487603,0.6983471,0.72727275,0.7066116,0.7231405,0.75206614,0.75206614,0.74380165,0.7355372,0.74380165,0.72727275,0.71487606,0.70247936,0.6652893,0.6363636,0.6363636,0.6487603,0.6735537,0.71487606,0.76033056,0.76859504,0.74380165,0.7231405,0.71487606,0.71487606,0.677686,0.6322314,0.60330576,0.607438,0.6280992,0.6322314,0.6198347,0.60330576,0.58264464,0.55785125,0.5413223,0.56198347,0.61570245,0.661157,0.69008267,0.7066116,0.7231405,0.7355372,0.73966944,0.73966944,0.72727275,0.7231405,0.71487606,0.71900827,0.7231405,0.7107438,0.7107438,0.7107438,0.7066116,0.677686,0.661157,0.6487603,0.6280992,0.61157024,0.58264464,0.5082645,0.5082645,0.47107437,0.47933885,0.6528926,0.69008267,0.71900827,0.6983471,0.71487606,0.72727275,0.72727275,0.72727275,0.71487606,0.71487606,0.7107438,0.6942149,0.6404959,0.61157024,0.6198347,0.62396693,0.6487603,0.6735537,0.6983471,0.72727275,0.74380165,0.7355372,0.71487606,0.70247936,0.6983471,0.661157,0.61157024,0.58677685,0.59090906,0.61157024,0.61157024,0.59917355,0.58677685,0.5661157,0.5247934,0.49173555,0.5082645,0.5495868,0.59090906,0.6322314,0.6652893,0.6859504,0.6983471,0.70247936,0.7066116,0.7107438,0.7066116,0.70247936,0.6983471,0.6983471,0.69008267,0.6859504,0.6818182,0.6735537,0.6487603,0.6363636,0.61570245,0.607438,0.59090906,0.553719,0.5041322,0.5041322,0.48347107,0.4752066,0.6363636,0.69008267,0.7066116,0.6983471,0.71487606,0.7066116,0.7107438,0.7066116,0.70247936,0.69008267,0.6652893,0.6198347,0.56198347,0.57438016,0.60330576,0.6198347,0.6446281,0.677686,0.6983471,0.7107438,0.71900827,0.7231405,0.7066116,0.677686,0.6487603,0.59917355,0.55785125,0.54545456,0.553719,0.57024795,0.57438016,0.55785125,0.5495868,0.5289256,0.48347107,0.44214877,0.48347107,0.54545456,0.5661157,0.5661157,0.59504133,0.6198347,0.6570248,0.6694215,0.677686,0.6859504,0.6818182,0.6652893,0.6652893,0.6735537,0.6694215,0.661157,0.6487603,0.6404959,0.6280992,0.607438,0.59504133,0.5785124,0.57024795,0.53305787,0.5082645,0.5123967,0.48347107,0.46280992,0.6322314,0.6735537,0.6859504,0.69008267,0.70247936,0.70247936,0.70247936,0.69008267,0.6735537,0.6570248,0.61570245,0.53305787,0.5041322,0.55785125,0.5785124,0.57024795,0.60330576,0.6570248,0.6818182,0.6942149,0.69008267,0.69008267,0.6818182,0.6363636,0.5785124,0.5206612,0.4876033,0.47933885,0.47933885,0.49173555,0.49586776,0.49586776,0.49173555,0.4752066,0.43801653,0.4214876,0.4876033,0.58264464,0.59917355,0.57438016,0.5413223,0.55785125,0.59090906,0.6280992,0.6487603,0.661157,0.6570248,0.6487603,0.6528926,0.6528926,0.6528926,0.6280992,0.6280992,0.6198347,0.61157024,0.59090906,0.5785124,0.56198347,0.54545456,0.5289256,0.5082645,0.5082645,0.49173555,0.46694216,0.61570245,0.661157,0.6652893,0.6735537,0.6694215,0.6818182,0.677686,0.6694215,0.6446281,0.607438,0.5413223,0.4752066,0.48347107,0.5371901,0.5371901,0.5041322,0.5289256,0.60330576,0.6487603,0.6570248,0.6528926,0.6446281,0.61570245,0.56198347,0.49173555,0.43801653,0.40082645,0.37190083,0.35950413,0.36363637,0.38016528,0.41322315,0.42561984,0.4214876,0.4090909,0.43801653,0.5082645,0.59090906,0.61570245,0.607438,0.5785124,0.53305787,0.5247934,0.5661157,0.59917355,0.62396693,0.6446281,0.6363636,0.61570245,0.61157024,0.61157024,0.60330576,0.607438,0.61157024,0.58677685,0.58264464,0.5495868,0.54545456,0.5247934,0.5206612,0.5,0.5,0.4876033,0.46280992,0.58264464,0.6363636,0.6404959,0.6404959,0.6487603,0.6528926,0.6363636,0.6280992,0.59090906,0.5495868,0.4876033,0.4752066,0.5289256,0.56198347,0.5165289,0.446281,0.42975205,0.48347107,0.5413223,0.57024795,0.58264464,0.57024795,0.5371901,0.47933885,0.4214876,0.37190083,0.3305785,0.30165288,0.30165288,0.30578512,0.32231405,0.3553719,0.38016528,0.4090909,0.4214876,0.45867768,0.5082645,0.57024795,0.60330576,0.61157024,0.60330576,0.55785125,0.5041322,0.5082645,0.54545456,0.5661157,0.61157024,0.61570245,0.59917355,0.59090906,0.58677685,0.59090906,0.5785124,0.59090906,0.57438016,0.553719,0.5413223,0.5289256,0.5247934,0.5082645,0.49586776,0.49586776,0.4876033,0.46280992,0.5413223,0.59504133,0.61157024,0.607438,0.61157024,0.61570245,0.607438,0.59090906,0.5495868,0.5082645,0.46694216,0.4876033,0.55785125,0.59504133,0.57438016,0.47933885,0.38429752,0.38429752,0.43801653,0.47107437,0.47933885,0.47107437,0.45041323,0.42561984,0.38429752,0.3429752,0.3305785,0.33471075,0.3553719,0.35950413,0.3553719,0.37603307,0.40082645,0.43801653,0.45454547,0.4752066,0.5082645,0.56198347,0.59917355,0.60330576,0.60330576,0.5785124,0.5495868,0.4876033,0.4876033,0.5123967,0.57438016,0.59090906,0.5785124,0.57438016,0.55785125,0.5785124,0.55785125,0.56198347,0.553719,0.5371901,0.53305787,0.5247934,0.5247934,0.49586776,0.49173555,0.49173555,0.49173555,0.47107437,0.5041322,0.5495868,0.57024795,0.57438016,0.57438016,0.5785124,0.57438016,0.55785125,0.5165289,0.47107437,0.45454547,0.5165289,0.58677685,0.6198347,0.607438,0.53305787,0.4338843,0.38016528,0.39256197,0.41735536,0.41735536,0.41322315,0.40495867,0.3966942,0.38429752,0.37190083,0.38016528,0.39256197,0.40495867,0.4214876,0.42561984,0.42975205,0.446281,0.46280992,0.4752066,0.49586776,0.5165289,0.5661157,0.607438,0.607438,0.58264464,0.58264464,0.57024795,0.53305787,0.48347107,0.4876033,0.5082645,0.56198347,0.553719,0.5495868,0.5371901,0.54545456,0.54545456,0.5413223,0.5371901,0.5165289,0.5206612,0.5206612,0.5206612,0.49586776,0.5082645,0.5082645,0.49173555,0.48347107,0.4876033,0.5082645,0.5289256,0.5413223,0.54545456,0.5413223,0.54545456,0.53305787,0.49173555,0.45454547,0.48347107,0.553719,0.60330576,0.6198347,0.61157024,0.5661157,0.49173555,0.44214877,0.42975205,0.4338843,0.4338843,0.4214876,0.41322315,0.41322315,0.4090909,0.40495867,0.41735536,0.4338843,0.446281,0.46280992,0.46694216,0.46280992,0.47933885,0.47933885,0.49586776,0.5041322,0.5206612,0.553719,0.59917355,0.59917355,0.59090906,0.59504133,0.58677685,0.57438016,0.54545456,0.5,0.49173555,0.5041322,0.5413223,0.53305787,0.5371901,0.5413223,0.5289256,0.5371901,0.5289256,0.5123967,0.5123967,0.5082645,0.5165289,0.5,0.5,0.5,0.49586776,0.49586776,0.47933885,0.4876033,0.49586776,0.5041322,0.5206612,0.5206612,0.5247934,0.5165289,0.47933885,0.46694216,0.5165289,0.5661157,0.58677685,0.59504133,0.60330576,0.58677685,0.5247934,0.47107437,0.46694216,0.4752066,0.46694216,0.446281,0.4338843,0.45041323,0.45454547,0.446281,0.45041323,0.47107437,0.4752066,0.4876033,0.49173555,0.4876033,0.5082645,0.5123967,0.5247934,0.5289256,0.53305787,0.56198347,0.58677685,0.58264464,0.59504133,0.59504133,0.61157024,0.61157024,0.5785124,0.54545456,0.5123967,0.49586776,0.5206612,0.5371901,0.5413223,0.54545456,0.5289256,0.5289256,0.5247934,0.5082645,0.5082645,0.5,0.5082645,0.5,0.49173555,0.49173555,0.49586776,0.4876033,0.4752066,0.47933885,0.46694216,0.47107437,0.49173555,0.5082645,0.5165289,0.5082645,0.48347107,0.49173555,0.5371901,0.5661157,0.5661157,0.5785124,0.59917355,0.59917355,0.57438016,0.5247934,0.5041322,0.5041322,0.5082645,0.49586776,0.48347107,0.4876033,0.4876033,0.47933885,0.4876033,0.5082645,0.5123967,0.5206612,0.5165289,0.5123967,0.5371901,0.5495868,0.56198347,0.5661157,0.5661157,0.59917355,0.59917355,0.57438016,0.58677685,0.5785124,0.5661157,0.56198347,0.54545456,0.53305787,0.5413223,0.5123967,0.5123967,0.5289256,0.53305787,0.5371901,0.5289256,0.5206612,0.5041322,0.49586776,0.49586776,0.49586776,0.4876033,0.49173555,0.49586776,0.49586776,0.4876033,0.4876033,0.48347107,0.47933885,0.46694216,0.45454547,0.4752066,0.5041322,0.5206612,0.5165289,0.49173555,0.5,0.5371901,0.5495868,0.5495868,0.57024795,0.59917355,0.6198347,0.6198347,0.58677685,0.5661157,0.54545456,0.53305787,0.5289256,0.5206612,0.5123967,0.5,0.5082645,0.5206612,0.53305787,0.53305787,0.5413223,0.5371901,0.5371901,0.553719,0.5661157,0.58264464,0.59090906,0.59504133,0.61157024,0.61157024,0.58677685,0.5661157,0.553719,0.5247934,0.4876033,0.45867768,0.5041322,0.5165289,0.5289256,0.54545456,0.54545456,0.54545456,0.5413223,0.5165289,0.5082645,0.5,0.49173555,0.47933885,0.47933885,0.4752066,0.4876033,0.4876033,0.4876033,0.48347107,0.49173555,0.4876033,0.47933885,0.47107437,0.46280992,0.46694216,0.49173555,0.5289256,0.5371901,0.5165289,0.5165289,0.5165289,0.5,0.5206612,0.55785125,0.59504133,0.6280992,0.6404959,0.6363636,0.61570245,0.5785124,0.5413223,0.5206612,0.53305787,0.53305787,0.5206612,0.5165289,0.5247934,0.5289256,0.5247934,0.5289256,0.5289256,0.53305787,0.53305787,0.5413223,0.55785125,0.5495868,0.57024795,0.57438016,0.58677685,0.57024795,0.5371901,0.5206612,0.48347107,0.42975205,0.41322315,0.46280992,0.5082645,0.56198347,0.59090906,0.58264464,0.57024795,0.553719,0.5289256,0.5082645,0.49586776,0.47933885,0.46280992,0.46694216,0.47107437,0.47933885,0.4752066,0.4752066,0.4752066,0.4876033,0.48347107,0.47933885,0.4752066,0.4752066,0.47107437,0.4876033,0.5289256,0.553719,0.553719,0.54545456,0.5165289,0.4752066,0.4752066,0.5247934,0.5661157,0.57438016,0.59090906,0.59917355,0.59504133,0.5661157,0.5247934,0.49586776,0.5041322,0.5,0.5041322,0.49586776,0.4876033,0.48347107,0.49173555,0.47933885,0.48347107,0.47933885,0.4876033,0.4876033,0.48347107,0.46280992,0.4752066,0.4752066,0.47107437,0.46694216,0.45454547,0.42561984,0.3966942,0.3429752,0.3305785,0.39256197,0.4752066,0.55785125,0.59504133,0.61157024,0.59917355,0.5785124,0.5413223,0.5082645,0.4876033,0.47107437,0.46280992,0.4752066,0.4752066,0.47933885,0.4752066,0.4752066,0.4752066,0.47933885,0.47933885,0.47933885,0.47107437,0.4752066,0.4876033,0.49173555,0.5247934,0.57024795,0.59504133,0.58677685,0.54545456,0.4752066,0.42975205,0.46280992,0.49173555,0.47933885,0.49173555,0.49586776,0.5,0.4876033,0.45867768,0.44214877,0.4338843,0.4338843,0.4338843,0.4214876,0.4338843,0.4338843,0.446281,0.446281,0.42561984,0.3966942,0.44214877,0.45867768,0.42975205,0.38842976,0.41322315,0.42975205,0.38429752,0.37190083,0.3429752,0.28512397,0.25619835,0.20247933,0.18595041,0.338843,0.46280992,0.54545456,0.607438,0.6487603,0.6487603,0.59090906,0.5371901,0.5,0.48347107,0.46280992,0.46280992,0.4752066,0.48347107,0.47933885,0.48347107,0.48347107,0.47933885,0.4752066,0.47933885,0.47933885,0.47107437,0.4752066,0.5041322,0.5,0.5041322,0.5661157,0.61570245,0.6322314,0.59917355,0.5082645,0.4214876,0.3966942,0.3677686,0.34710744,0.33471075,0.3264463,0.37190083,0.39256197,0.41322315,0.39256197,0.40082645,0.43801653,0.446281,0.4214876,0.41322315,0.446281,0.47933885,0.5,0.446281,0.36363637,0.45867768,0.5165289,0.46694216,0.39256197,0.45454547,0.4876033,0.38016528,0.3264463,0.28099173,0.20247933,0.19008264,0.2107438,0.28099173,0.4214876,0.5289256,0.58677685,0.6363636,0.661157,0.6487603,0.59090906,0.5371901,0.5041322,0.47933885,0.45867768,0.46280992,0.46694216,0.47933885,0.4752066,0.4876033,0.4876033,0.47933885,0.47933885,0.47933885,0.47933885,0.4752066,0.46694216,0.49586776,0.5123967,0.49173555,0.5413223,0.61570245,0.6446281,0.6363636,0.5661157,0.48347107,0.42975205,0.3305785,0.24380165,0.18595041,0.15289256,0.40082645,0.47107437,0.5165289,0.46694216,0.46280992,0.5785124,0.58677685,0.553719,0.48347107,0.56198347,0.62396693,0.6280992,0.56198347,0.42561984,0.5206612,0.59917355,0.5371901,0.43801653,0.49586776,0.5413223,0.38016528,0.24793388,0.2520661,0.23553719,0.29338843,0.37190083,0.46280992,0.5495868,0.60330576,0.6404959,0.6570248,0.6570248,0.6198347,0.5661157,0.5247934,0.49173555,0.47107437,0.45041323,0.45867768,0.4752066,0.4752066,0.47107437,0.48347107,0.48347107,0.48347107,0.47933885,0.47933885,0.47933885,0.4752066,0.46694216,0.4752066,0.5082645,0.5123967,0.5123967,0.59504133,0.6404959,0.6487603,0.61157024,0.55785125,0.5247934,0.45867768,0.38016528,0.2768595,0.1446281,0.38429752,0.5289256,0.5661157,0.5165289,0.5247934,0.6487603,0.6818182,0.6694215,0.5661157,0.6280992,0.69008267,0.70247936,0.6363636,0.47107437,0.53305787,0.60330576,0.5413223,0.38429752,0.41322315,0.49586776,0.38016528,0.28512397,0.338843,0.3966942,0.45041323,0.5165289,0.58264464,0.62396693,0.6322314,0.6446281,0.6528926,0.6363636,0.61157024,0.553719,0.5,0.47107437,0.46280992,0.46280992,0.46694216,0.47933885,0.47107437,0.46280992,0.47933885,0.47933885,0.47933885,0.48347107,0.47933885,0.4752066,0.47933885,0.47107437,0.47107437,0.49173555,0.5289256,0.5082645,0.55785125,0.6280992,0.6652893,0.6487603,0.60330576,0.58677685,0.57024795,0.5289256,0.4338843,0.29338843,0.32231405,0.5041322,0.57438016,0.5289256,0.5371901,0.661157,0.6983471,0.6942149,0.55785125,0.59090906,0.6570248,0.6735537,0.607438,0.41735536,0.44214877,0.49586776,0.46694216,0.35123968,0.37190083,0.46280992,0.446281,0.44214877,0.49173555,0.53305787,0.5661157,0.607438,0.6363636,0.6404959,0.6446281,0.6487603,0.661157,0.6528926,0.60330576,0.5413223,0.49586776,0.46694216,0.45867768,0.46280992,0.47107437,0.4752066,0.46280992,0.45041323,0.48347107,0.48347107,0.47933885,0.47933885,0.4752066,0.4752066,0.4752066,0.47107437,0.46694216,0.46694216,0.5165289,0.5289256,0.5206612,0.60330576,0.6570248,0.6694215,0.6487603,0.61157024,0.61157024,0.61157024,0.553719,0.46694216,0.37603307,0.38016528,0.38016528,0.3305785,0.35950413,0.5247934,0.5785124,0.59917355,0.45867768,0.44214877,0.5165289,0.5371901,0.49173555,0.3677686,0.3677686,0.42561984,0.45867768,0.46280992,0.48347107,0.5289256,0.553719,0.57024795,0.59504133,0.61157024,0.6322314,0.6528926,0.661157,0.6528926,0.6446281,0.6570248,0.6735537,0.661157,0.607438,0.5495868,0.5,0.46694216,0.46280992,0.46694216,0.46694216,0.46280992,0.45041323,0.44214877,0.4752066,0.4752066,0.4752066,0.4752066,0.4752066,0.47933885,0.46694216,0.47107437,0.47107437,0.45867768,0.47933885,0.53305787,0.5165289,0.553719,0.6280992,0.6735537,0.6735537,0.6322314,0.61570245,0.6487603,0.61157024,0.5661157,0.5247934,0.5206612,0.49173555,0.46694216,0.446281,0.4090909,0.46280992,0.48347107,0.46280992,0.446281,0.45867768,0.47933885,0.49173555,0.4752066,0.5082645,0.5371901,0.56198347,0.5785124,0.58677685,0.59917355,0.61157024,0.61570245,0.6322314,0.6446281,0.6487603,0.6528926,0.6570248,0.6570248,0.6404959,0.6404959,0.6487603,0.6363636,0.59090906,0.53305787,0.49586776,0.4752066,0.46694216,0.46694216,0.46694216,0.45867768,0.446281,0.42975205,0.45867768,0.45867768,0.46280992,0.4752066,0.4752066,0.4752066,0.47107437,0.47107437,0.47107437,0.46694216,0.46280992,0.5041322,0.5247934,0.5041322,0.58264464,0.6528926,0.677686,0.6528926,0.6404959,0.6528926,0.6363636,0.607438,0.59504133,0.60330576,0.60330576,0.58264464,0.56198347,0.5495868,0.5785124,0.59090906,0.59504133,0.59504133,0.57438016,0.5785124,0.5785124,0.5785124,0.59917355,0.60330576,0.62396693,0.6198347,0.61157024,0.61157024,0.61570245,0.6280992,0.6446281,0.6528926,0.6487603,0.6446281,0.6404959,0.6404959,0.62396693,0.60330576,0.61157024,0.607438,0.5661157,0.5165289,0.4876033,0.47933885,0.46694216,0.46280992,0.46280992,0.45041323,0.43801653,0.41735536,0.47107437,0.47107437,0.47107437,0.47107437,0.47107437,0.46694216,0.46694216,0.47107437,0.46694216,0.46280992,0.46280992,0.46280992,0.5123967,0.5041322,0.53305787,0.61157024,0.6694215,0.6694215,0.6652893,0.6735537,0.661157,0.6404959,0.59090906,0.59917355,0.61570245,0.6198347,0.61570245,0.607438,0.6280992,0.62396693,0.6363636,0.6322314,0.6198347,0.6198347,0.62396693,0.6280992,0.6363636,0.6280992,0.6446281,0.6280992,0.61157024,0.60330576,0.61157024,0.6322314,0.6487603,0.6446281,0.6363636,0.6322314,0.6280992,0.6198347,0.61157024,0.607438,0.61157024,0.59090906,0.5495868,0.5082645,0.48347107,0.47107437,0.45454547,0.446281,0.45041323,0.43801653,0.41735536,0.40082645,0.4752066,0.4752066,0.47107437,0.47107437,0.47107437,0.46694216,0.46694216,0.47107437,0.46694216,0.46280992,0.46280992,0.45041323,0.47107437,0.5165289,0.4876033,0.5661157,0.6404959,0.6570248,0.6652893,0.6735537,0.6735537,0.661157,0.61157024,0.59504133,0.59504133,0.61157024,0.61570245,0.6322314,0.6363636,0.6404959,0.6363636,0.6487603,0.6280992,0.6280992,0.6280992,0.62396693,0.6280992,0.62396693,0.6322314,0.6280992,0.61157024,0.60330576,0.61157024,0.6280992,0.6363636,0.6363636,0.62396693,0.61157024,0.60330576,0.59504133,0.59917355,0.607438,0.60330576,0.58264464,0.53305787,0.49173555,0.47107437,0.45867768,0.45867768,0.45041323,0.45041323,0.42975205,0.40082645,0.38429752,0.46694216,0.46694216,0.46694216,0.46694216,0.46694216,0.47107437,0.46280992,0.46694216,0.4752066,0.45867768,0.45867768,0.45867768,0.44214877,0.49173555,0.47933885,0.5082645,0.6198347,0.6528926,0.6528926,0.677686,0.6694215,0.677686,0.6322314,0.59917355,0.58677685,0.58677685,0.59090906,0.60330576,0.60330576,0.607438,0.60330576,0.59917355,0.58677685,0.59504133,0.60330576,0.61570245,0.6322314,0.6322314,0.6322314,0.62396693,0.62396693,0.607438,0.61157024,0.6198347,0.6280992,0.6280992,0.607438,0.59504133,0.59917355,0.60330576,0.607438,0.61570245,0.607438,0.5661157,0.5206612,0.47933885,0.45454547,0.45454547,0.45454547,0.45041323,0.4338843,0.41322315,0.39256197,0.37190083,0.46694216,0.46694216,0.46694216,0.47107437,0.46694216,0.46694216,0.46280992,0.46280992,0.47107437,0.45867768,0.45867768,0.46694216,0.45041323,0.45867768,0.45867768,0.48347107,0.5661157,0.6404959,0.661157,0.6652893,0.6652893,0.6694215,0.6487603,0.61570245,0.59917355,0.59504133,0.59090906,0.61157024,0.59504133,0.59090906,0.59090906,0.58264464,0.59090906,0.59090906,0.60330576,0.6280992,0.6363636,0.6322314,0.6280992,0.6198347,0.6198347,0.61157024,0.607438,0.61570245,0.6198347,0.61157024,0.59090906,0.59090906,0.607438,0.6198347,0.62396693,0.6198347,0.59090906,0.5495868,0.5041322,0.46694216,0.45867768,0.446281,0.446281,0.43801653,0.4090909,0.3966942,0.38842976,0.3553719,0.47107437,0.47107437,0.47107437,0.46694216,0.46280992,0.46694216,0.46280992,0.45867768,0.47107437,0.45867768,0.45454547,0.46280992,0.45867768,0.45454547,0.44214877,0.46280992,0.5082645,0.607438,0.6570248,0.6652893,0.661157,0.6652893,0.6570248,0.6280992,0.607438,0.607438,0.60330576,0.61157024,0.61570245,0.61570245,0.61157024,0.59504133,0.61157024,0.6198347,0.61570245,0.6198347,0.62396693,0.6280992,0.6198347,0.6198347,0.61570245,0.607438,0.60330576,0.61157024,0.607438,0.59504133,0.58677685,0.59917355,0.6198347,0.6322314,0.6322314,0.6198347,0.5785124,0.5247934,0.4876033,0.45867768,0.45041323,0.446281,0.43801653,0.41735536,0.40495867,0.38842976,0.36363637,0.3429752,0.46280992,0.46280992,0.46280992,0.45867768,0.45867768,0.45867768,0.45867768,0.45041323,0.46694216,0.45454547,0.45041323,0.45041323,0.45867768,0.45454547,0.446281,0.43801653,0.46280992,0.5661157,0.6322314,0.6652893,0.6652893,0.6487603,0.6528926,0.6363636,0.607438,0.607438,0.607438,0.6322314,0.62396693,0.62396693,0.61570245,0.60330576,0.59917355,0.61157024,0.62396693,0.6280992,0.6363636,0.6322314,0.6322314,0.6280992,0.6198347,0.61157024,0.61570245,0.6198347,0.607438,0.59917355,0.607438,0.6198347,0.6322314,0.6322314,0.6322314,0.61157024,0.5661157,0.5082645,0.47107437,0.45041323,0.4338843,0.44214877,0.42561984,0.40082645,0.38016528,0.36363637,0.338843,0.33471075,0.46694216,0.46694216,0.46694216,0.45454547,0.46694216,0.46280992,0.45454547,0.45867768,0.46694216,0.45041323,0.45454547,0.45041323,0.45867768,0.45041323,0.45041323,0.4338843,0.4338843,0.5123967,0.60330576,0.6570248,0.6694215,0.6446281,0.6404959,0.6322314,0.61570245,0.60330576,0.61570245,0.6363636,0.6404959,0.6446281,0.6487603,0.6528926,0.661157,0.6694215,0.6694215,0.6735537,0.6694215,0.661157,0.661157,0.6487603,0.6322314,0.6280992,0.6322314,0.6322314,0.62396693,0.62396693,0.6363636,0.6322314,0.6363636,0.6404959,0.6322314,0.58677685,0.5371901,0.47933885,0.45041323,0.4338843,0.42975205,0.4338843,0.4090909,0.37603307,0.3553719,0.34710744,0.3305785,0.30991736,0.46280992,0.46280992,0.46280992,0.45867768,0.45867768,0.46280992,0.45041323,0.45454547,0.4752066,0.45041323,0.45867768,0.45454547,0.45454547,0.45454547,0.45041323,0.446281,0.42975205,0.45041323,0.56198347,0.6446281,0.6694215,0.6528926,0.6570248,0.6446281,0.61570245,0.60330576,0.61157024,0.6404959,0.6652893,0.677686,0.6859504,0.6983471,0.7231405,0.73140496,0.7231405,0.71900827,0.70247936,0.6859504,0.677686,0.661157,0.6528926,0.6487603,0.6528926,0.6570248,0.6487603,0.6528926,0.6528926,0.6446281,0.6528926,0.6487603,0.61570245,0.553719,0.5041322,0.45454547,0.42561984,0.4214876,0.41735536,0.40082645,0.37190083,0.34710744,0.33471075,0.3181818,0.3181818,0.3140496,0.45867768,0.45867768,0.45867768,0.45867768,0.45867768,0.46280992,0.45454547,0.45454547,0.46694216,0.45454547,0.446281,0.446281,0.45041323,0.45041323,0.45041323,0.45041323,0.42561984,0.4338843,0.5123967,0.6198347,0.661157,0.661157,0.677686,0.6735537,0.6404959,0.62396693,0.62396693,0.6446281,0.6570248,0.661157,0.6694215,0.6942149,0.73140496,0.74380165,0.73966944,0.71487606,0.69008267,0.677686,0.661157,0.6528926,0.661157,0.6735537,0.6818182,0.6818182,0.677686,0.6652893,0.6528926,0.6487603,0.6528926,0.6322314,0.5785124,0.5165289,0.47107437,0.42975205,0.4090909,0.40082645,0.3966942,0.3553719,0.33471075,0.32231405,0.3140496,0.32231405,0.338843,0.3305785,0.45454547,0.45454547,0.45454547,0.45867768,0.45041323,0.45454547,0.446281,0.45867768,0.45867768,0.45041323,0.44214877,0.44214877,0.446281,0.44214877,0.446281,0.44214877,0.4214876,0.45454547,0.49586776,0.5785124,0.6404959,0.6528926,0.6735537,0.6859504,0.6694215,0.6487603,0.6404959,0.6363636,0.6404959,0.6528926,0.6694215,0.6942149,0.73140496,0.75206614,0.74380165,0.71487606,0.6859504,0.661157,0.6487603,0.6528926,0.6735537,0.69008267,0.6942149,0.6942149,0.6859504,0.6652893,0.6446281,0.6322314,0.62396693,0.59090906,0.5371901,0.4752066,0.42975205,0.40082645,0.3966942,0.37603307,0.3553719,0.3305785,0.3140496,0.29338843,0.32231405,0.338843,0.338843,0.338843,0.45454547,0.45454547,0.45454547,0.446281,0.45454547,0.45041323,0.446281,0.446281,0.45867768,0.446281,0.44214877,0.45041323,0.44214877,0.43801653,0.44214877,0.43801653,0.41322315,0.46694216,0.5247934,0.54545456,0.607438,0.6446281,0.6652893,0.69008267,0.6859504,0.6652893,0.6322314,0.6198347,0.6322314,0.6446281,0.661157,0.6859504,0.71487606,0.7355372,0.73140496,0.7107438,0.6859504,0.6652893,0.6570248,0.661157,0.6694215,0.6859504,0.6942149,0.69008267,0.6694215,0.6487603,0.6198347,0.59917355,0.58264464,0.5413223,0.49173555,0.43801653,0.3966942,0.37190083,0.3677686,0.35123968,0.3305785,0.3140496,0.32231405,0.3140496,0.338843,0.3429752,0.3429752,0.338843,0.45867768,0.45867768,0.45867768,0.446281,0.44214877,0.446281,0.45041323,0.43801653,0.44214877,0.43801653,0.43801653,0.446281,0.44214877,0.43801653,0.43801653,0.4338843,0.41322315,0.4752066,0.5371901,0.54545456,0.5785124,0.6280992,0.6570248,0.6735537,0.677686,0.661157,0.6322314,0.62396693,0.6363636,0.661157,0.677686,0.69008267,0.6983471,0.71487606,0.7231405,0.7107438,0.69008267,0.6818182,0.6694215,0.6528926,0.6487603,0.661157,0.6735537,0.661157,0.6446281,0.61157024,0.5785124,0.55785125,0.5289256,0.49586776,0.44214877,0.40495867,0.37603307,0.35123968,0.33471075,0.32231405,0.3264463,0.3181818,0.32231405,0.338843,0.33471075,0.36363637,0.3140496,0.3677686,4 +0.5206612,0.5206612,0.53305787,0.5661157,0.6280992,0.6694215,0.6942149,0.6942149,0.6859504,0.6942149,0.69008267,0.6983471,0.71900827,0.7231405,0.72727275,0.73140496,0.74380165,0.74380165,0.74380165,0.7355372,0.74380165,0.76033056,0.76859504,0.7768595,0.7933884,0.74793386,0.71487606,0.76859504,0.8057851,0.8057851,0.8181818,0.822314,0.8140496,0.8181818,0.80991733,0.8140496,0.8140496,0.8057851,0.8016529,0.8016529,0.7933884,0.79752064,0.79752064,0.7933884,0.78512394,0.7933884,0.78099173,0.78512394,0.7768595,0.76859504,0.76859504,0.77272725,0.78099173,0.7644628,0.75619835,0.75206614,0.7107438,0.6818182,0.6404959,0.61157024,0.59090906,0.60330576,0.59090906,0.5371901,0.5082645,0.5123967,0.5165289,0.5289256,0.60330576,0.6528926,0.6818182,0.6942149,0.6942149,0.6859504,0.70247936,0.7066116,0.7231405,0.73140496,0.73966944,0.74793386,0.75206614,0.74380165,0.74380165,0.72727275,0.74793386,0.75619835,0.75619835,0.77272725,0.78512394,0.75206614,0.71487606,0.7644628,0.8057851,0.80991733,0.8181818,0.822314,0.822314,0.8181818,0.8140496,0.8181818,0.80991733,0.80991733,0.79752064,0.80991733,0.79752064,0.8057851,0.80991733,0.7933884,0.79752064,0.79752064,0.7892562,0.7933884,0.78099173,0.77272725,0.76859504,0.78099173,0.78099173,0.76859504,0.75619835,0.75206614,0.7066116,0.6694215,0.6363636,0.59917355,0.59090906,0.59090906,0.5661157,0.5371901,0.48347107,0.5123967,0.5041322,0.5041322,0.5661157,0.62396693,0.661157,0.6942149,0.70247936,0.6983471,0.7107438,0.71487606,0.73140496,0.74793386,0.74793386,0.75619835,0.76033056,0.76033056,0.75619835,0.75206614,0.76033056,0.74793386,0.76033056,0.7644628,0.76859504,0.76859504,0.75619835,0.7768595,0.8057851,0.8016529,0.8057851,0.8140496,0.8181818,0.822314,0.8181818,0.822314,0.822314,0.80991733,0.8140496,0.8264463,0.8181818,0.8264463,0.822314,0.80991733,0.8140496,0.80991733,0.8016529,0.8016529,0.7768595,0.78099173,0.78099173,0.78099173,0.7768595,0.7644628,0.74793386,0.73966944,0.69008267,0.6570248,0.6280992,0.59090906,0.58677685,0.57438016,0.55785125,0.53305787,0.47107437,0.5041322,0.5041322,0.5,0.5371901,0.60330576,0.6446281,0.677686,0.677686,0.69008267,0.7066116,0.71900827,0.73966944,0.75619835,0.75619835,0.77272725,0.7768595,0.78099173,0.7768595,0.78099173,0.76859504,0.76859504,0.76033056,0.7644628,0.76859504,0.77272725,0.78099173,0.7892562,0.8016529,0.8057851,0.80991733,0.8140496,0.822314,0.8264463,0.8305785,0.8305785,0.8305785,0.8264463,0.8347107,0.8305785,0.8305785,0.8347107,0.8347107,0.8264463,0.8264463,0.822314,0.80991733,0.8140496,0.78512394,0.7892562,0.7892562,0.78099173,0.77272725,0.76033056,0.73966944,0.7231405,0.6694215,0.6446281,0.6198347,0.58264464,0.5785124,0.57024795,0.553719,0.5371901,0.46694216,0.5,0.5041322,0.5,0.5165289,0.5661157,0.6280992,0.661157,0.677686,0.6859504,0.7107438,0.73140496,0.75206614,0.76033056,0.76859504,0.78512394,0.8016529,0.79752064,0.7892562,0.7892562,0.7892562,0.78512394,0.7768595,0.7768595,0.78099173,0.78512394,0.7933884,0.8016529,0.8016529,0.8140496,0.822314,0.8140496,0.822314,0.8305785,0.8347107,0.8347107,0.8347107,0.838843,0.8305785,0.8305785,0.838843,0.8305785,0.8347107,0.8305785,0.8264463,0.822314,0.8140496,0.80991733,0.8016529,0.7892562,0.7892562,0.78099173,0.76033056,0.75206614,0.73140496,0.70247936,0.6528926,0.6363636,0.60330576,0.5785124,0.57438016,0.58264464,0.553719,0.54545456,0.45867768,0.49586776,0.5041322,0.49173555,0.5082645,0.5413223,0.61570245,0.6528926,0.677686,0.6818182,0.6983471,0.7231405,0.76033056,0.7644628,0.78099173,0.79752064,0.80991733,0.8016529,0.80991733,0.8016529,0.79752064,0.79752064,0.8016529,0.7892562,0.7933884,0.7933884,0.79752064,0.79752064,0.80991733,0.8181818,0.822314,0.822314,0.8264463,0.8264463,0.8347107,0.838843,0.8347107,0.8347107,0.8347107,0.8347107,0.838843,0.838843,0.8429752,0.838843,0.8305785,0.822314,0.8140496,0.8057851,0.7933884,0.7933884,0.78512394,0.76859504,0.75619835,0.74380165,0.7231405,0.6859504,0.6570248,0.6198347,0.59504133,0.5785124,0.5785124,0.5785124,0.56198347,0.55785125,0.446281,0.49586776,0.5082645,0.5,0.49173555,0.53305787,0.59090906,0.6404959,0.677686,0.6818182,0.6859504,0.7107438,0.75206614,0.76859504,0.78099173,0.79752064,0.8057851,0.80991733,0.8181818,0.8140496,0.8057851,0.80991733,0.80991733,0.8016529,0.8057851,0.8057851,0.79752064,0.8016529,0.8057851,0.8181818,0.822314,0.8264463,0.8305785,0.8264463,0.8347107,0.8347107,0.838843,0.838843,0.8347107,0.838843,0.8429752,0.8429752,0.8471074,0.8429752,0.838843,0.822314,0.80991733,0.8016529,0.7933884,0.78512394,0.78512394,0.75619835,0.76033056,0.74380165,0.71487606,0.69008267,0.6570248,0.6198347,0.59090906,0.57024795,0.58677685,0.57438016,0.57438016,0.5661157,0.42975205,0.49586776,0.5082645,0.5123967,0.5041322,0.53305787,0.59504133,0.6446281,0.677686,0.6983471,0.6859504,0.6942149,0.73966944,0.77272725,0.76859504,0.78512394,0.79752064,0.8057851,0.80991733,0.822314,0.8140496,0.8140496,0.80991733,0.8181818,0.8181818,0.80991733,0.80991733,0.8057851,0.8016529,0.8140496,0.8181818,0.8181818,0.8264463,0.8181818,0.822314,0.8305785,0.838843,0.8347107,0.8347107,0.838843,0.838843,0.8429752,0.8429752,0.8429752,0.8264463,0.80991733,0.8016529,0.7933884,0.78099173,0.7768595,0.7768595,0.75619835,0.75619835,0.74380165,0.71487606,0.7066116,0.6735537,0.6198347,0.59504133,0.57024795,0.59090906,0.58264464,0.58677685,0.5785124,0.41735536,0.4876033,0.5206612,0.5206612,0.5123967,0.5413223,0.607438,0.6528926,0.677686,0.6983471,0.6942149,0.6942149,0.72727275,0.74793386,0.76859504,0.76859504,0.78512394,0.8016529,0.79752064,0.80991733,0.8057851,0.8057851,0.8016529,0.80991733,0.8181818,0.8140496,0.8181818,0.8057851,0.8016529,0.80991733,0.8057851,0.8057851,0.8057851,0.822314,0.8264463,0.822314,0.8305785,0.8264463,0.8264463,0.8347107,0.8305785,0.8347107,0.838843,0.822314,0.8140496,0.79752064,0.78512394,0.78099173,0.78099173,0.77272725,0.76033056,0.75619835,0.75206614,0.73966944,0.72727275,0.71900827,0.7066116,0.6404959,0.59090906,0.57438016,0.59090906,0.59090906,0.59090906,0.5785124,0.3966942,0.48347107,0.53305787,0.53305787,0.5206612,0.5495868,0.61157024,0.661157,0.6942149,0.6983471,0.7107438,0.6983471,0.71487606,0.7355372,0.75619835,0.75619835,0.7644628,0.78512394,0.7892562,0.7933884,0.79752064,0.79752064,0.7933884,0.79752064,0.8057851,0.80991733,0.8140496,0.8057851,0.79752064,0.8016529,0.8016529,0.7933884,0.7933884,0.8016529,0.8140496,0.8057851,0.80991733,0.822314,0.8181818,0.822314,0.8264463,0.8305785,0.822314,0.8181818,0.79752064,0.77272725,0.76033056,0.74793386,0.7644628,0.74380165,0.73140496,0.74380165,0.72727275,0.7231405,0.72727275,0.7107438,0.70247936,0.6652893,0.58677685,0.5661157,0.59090906,0.61157024,0.5785124,0.57438016,0.35950413,0.47107437,0.54545456,0.5371901,0.5289256,0.55785125,0.6198347,0.661157,0.69008267,0.677686,0.6983471,0.6818182,0.677686,0.70247936,0.7231405,0.72727275,0.74793386,0.76033056,0.78512394,0.78099173,0.7892562,0.7892562,0.7892562,0.7768595,0.78099173,0.7892562,0.79752064,0.7892562,0.78512394,0.78512394,0.78512394,0.7892562,0.78512394,0.7768595,0.7892562,0.79752064,0.78512394,0.8016529,0.8016529,0.7933884,0.8016529,0.79752064,0.7892562,0.77272725,0.74793386,0.71487606,0.6983471,0.677686,0.69008267,0.6570248,0.6487603,0.6983471,0.6942149,0.6652893,0.6694215,0.6446281,0.6446281,0.6322314,0.5785124,0.5495868,0.59090906,0.61570245,0.59917355,0.56198347,0.35950413,0.46694216,0.5495868,0.5495868,0.5371901,0.55785125,0.59917355,0.6280992,0.6528926,0.6280992,0.6570248,0.61570245,0.607438,0.6363636,0.6570248,0.6528926,0.6735537,0.71900827,0.72727275,0.7355372,0.72727275,0.74380165,0.75619835,0.74380165,0.74380165,0.76859504,0.76859504,0.77272725,0.76859504,0.7768595,0.7644628,0.76033056,0.7644628,0.76033056,0.7644628,0.78099173,0.75206614,0.75619835,0.72727275,0.7355372,0.73140496,0.7066116,0.70247936,0.6735537,0.6322314,0.60330576,0.59917355,0.5785124,0.57024795,0.5206612,0.5247934,0.58677685,0.5785124,0.55785125,0.59090906,0.56198347,0.57024795,0.5785124,0.5413223,0.53305787,0.59090906,0.61157024,0.59504133,0.57024795,0.3429752,0.46280992,0.55785125,0.5495868,0.5247934,0.5247934,0.5495868,0.58264464,0.59504133,0.58264464,0.57024795,0.5495868,0.54545456,0.53305787,0.54545456,0.55785125,0.553719,0.5661157,0.59090906,0.59917355,0.59917355,0.6446281,0.6652893,0.6818182,0.69008267,0.7107438,0.72727275,0.74380165,0.7355372,0.75206614,0.74793386,0.73966944,0.73966944,0.73140496,0.7231405,0.73140496,0.71900827,0.69008267,0.6446281,0.6198347,0.59504133,0.57024795,0.56198347,0.5371901,0.49586776,0.46694216,0.5123967,0.4752066,0.45041323,0.42561984,0.446281,0.5123967,0.5247934,0.5082645,0.53305787,0.5413223,0.5165289,0.5371901,0.5206612,0.53305787,0.59090906,0.607438,0.59504133,0.5785124,0.3553719,0.43801653,0.5661157,0.5495868,0.5041322,0.47933885,0.49173555,0.5,0.5,0.5041322,0.46280992,0.46280992,0.45867768,0.43801653,0.45454547,0.47933885,0.48347107,0.46694216,0.4752066,0.46694216,0.47933885,0.5206612,0.5495868,0.60330576,0.62396693,0.6363636,0.677686,0.70247936,0.6942149,0.71487606,0.72727275,0.6942149,0.6983471,0.6942149,0.6818182,0.6694215,0.6570248,0.6198347,0.60330576,0.54545456,0.5,0.46694216,0.45454547,0.42561984,0.38016528,0.35123968,0.3677686,0.3677686,0.34710744,0.3553719,0.4090909,0.446281,0.46280992,0.48347107,0.5206612,0.53305787,0.5165289,0.5165289,0.5289256,0.55785125,0.60330576,0.60330576,0.59917355,0.59090906,0.38842976,0.42561984,0.56198347,0.553719,0.5082645,0.45454547,0.45454547,0.446281,0.4338843,0.42975205,0.4090909,0.38842976,0.35950413,0.3264463,0.3305785,0.37190083,0.3966942,0.38842976,0.38842976,0.40495867,0.40495867,0.42561984,0.45867768,0.5165289,0.5495868,0.5785124,0.60330576,0.6280992,0.6446281,0.6652893,0.6859504,0.6446281,0.6446281,0.6446281,0.62396693,0.59504133,0.5661157,0.54545456,0.5165289,0.46280992,0.41735536,0.37603307,0.33471075,0.3140496,0.2768595,0.2603306,0.24793388,0.27272728,0.27272728,0.30578512,0.37190083,0.38429752,0.4090909,0.3966942,0.41735536,0.47107437,0.5,0.5206612,0.5495868,0.58677685,0.61570245,0.607438,0.59504133,0.59504133,0.37190083,0.41735536,0.5413223,0.57438016,0.5165289,0.45867768,0.44214877,0.44214877,0.42561984,0.39256197,0.36363637,0.35123968,0.3140496,0.27272728,0.2603306,0.24793388,0.24380165,0.24380165,0.27272728,0.30578512,0.30991736,0.32231405,0.3553719,0.4090909,0.45041323,0.49173555,0.5247934,0.57024795,0.61157024,0.6280992,0.6528926,0.6487603,0.6280992,0.59917355,0.55785125,0.5206612,0.4752066,0.43801653,0.41735536,0.37603307,0.3429752,0.30165288,0.29338843,0.29338843,0.2603306,0.20247933,0.14876033,0.2231405,0.22727273,0.24380165,0.37190083,0.37190083,0.39256197,0.41322315,0.38016528,0.38016528,0.45867768,0.5289256,0.59090906,0.62396693,0.6570248,0.6322314,0.59917355,0.59917355,0.35123968,0.40082645,0.5413223,0.57024795,0.53305787,0.47107437,0.43801653,0.42975205,0.38842976,0.3429752,0.33471075,0.30578512,0.27272728,0.23140496,0.19008264,0.1694215,0.16115703,0.1694215,0.20247933,0.25619835,0.26859504,0.2768595,0.2892562,0.2892562,0.35123968,0.3966942,0.45041323,0.5289256,0.61157024,0.6528926,0.6983471,0.6983471,0.6859504,0.61570245,0.5371901,0.45867768,0.40082645,0.37190083,0.37603307,0.3677686,0.338843,0.30991736,0.33471075,0.42975205,0.42975205,0.29338843,0.22727273,0.18595041,0.24793388,0.2603306,0.4338843,0.42561984,0.36363637,0.35950413,0.38429752,0.41322315,0.5,0.57438016,0.6487603,0.6983471,0.69008267,0.6487603,0.60330576,0.59917355,0.37190083,0.4214876,0.53305787,0.5661157,0.553719,0.49586776,0.44214877,0.4090909,0.35950413,0.3305785,0.30578512,0.2644628,0.338843,0.30165288,0.2520661,0.19421488,0.19008264,0.20661157,0.24793388,0.3264463,0.3553719,0.27272728,0.2520661,0.3140496,0.33471075,0.34710744,0.40082645,0.5247934,0.6652893,0.7355372,0.7768595,0.78099173,0.76033056,0.7107438,0.60330576,0.5082645,0.446281,0.43801653,0.47107437,0.45867768,0.41322315,0.38429752,0.38429752,0.553719,0.61157024,0.44214877,0.3677686,0.3181818,0.34710744,0.4214876,0.55785125,0.5041322,0.45867768,0.43801653,0.44214877,0.5,0.6198347,0.6983471,0.72727275,0.7355372,0.7107438,0.6570248,0.59504133,0.58677685,0.4214876,0.5082645,0.5413223,0.55785125,0.57438016,0.55785125,0.49173555,0.42975205,0.38429752,0.3181818,0.2892562,0.29338843,0.38429752,0.46280992,0.35950413,0.30165288,0.25619835,0.27272728,0.34710744,0.4214876,0.38429752,0.29752067,0.28099173,0.3181818,0.38429752,0.37603307,0.37603307,0.553719,0.72727275,0.7933884,0.8181818,0.8181818,0.8057851,0.77272725,0.677686,0.59504133,0.57024795,0.57024795,0.58677685,0.59504133,0.59504133,0.57024795,0.5289256,0.59090906,0.661157,0.60330576,0.5123967,0.5206612,0.553719,0.58677685,0.61157024,0.59090906,0.553719,0.5661157,0.553719,0.6198347,0.71487606,0.75619835,0.74793386,0.73966944,0.7107438,0.6694215,0.59917355,0.5661157,0.446281,0.5371901,0.5495868,0.553719,0.58264464,0.61570245,0.59090906,0.5495868,0.47107437,0.4090909,0.38429752,0.41735536,0.45454547,0.5,0.49586776,0.446281,0.44214877,0.446281,0.5165289,0.5,0.47107437,0.4338843,0.41735536,0.3966942,0.4338843,0.45041323,0.39256197,0.60330576,0.7644628,0.80991733,0.8264463,0.8347107,0.8181818,0.78512394,0.7231405,0.6363636,0.6446281,0.6487603,0.6528926,0.6404959,0.6322314,0.59917355,0.5785124,0.59090906,0.61157024,0.6363636,0.61157024,0.59090906,0.6198347,0.61157024,0.60330576,0.61570245,0.6198347,0.6570248,0.6446281,0.677686,0.74380165,0.76859504,0.74380165,0.73140496,0.7107438,0.6818182,0.61570245,0.5289256,0.53305787,0.53305787,0.54545456,0.553719,0.61570245,0.6487603,0.6652893,0.6280992,0.57024795,0.5247934,0.48347107,0.5082645,0.5206612,0.5165289,0.53305787,0.5289256,0.5247934,0.5289256,0.5413223,0.53305787,0.5206612,0.5123967,0.48347107,0.46280992,0.5082645,0.5123967,0.45867768,0.6570248,0.78099173,0.8140496,0.8305785,0.838843,0.8264463,0.79752064,0.73966944,0.661157,0.6735537,0.6983471,0.7107438,0.6942149,0.661157,0.6404959,0.59917355,0.58264464,0.57438016,0.5661157,0.56198347,0.5661157,0.59917355,0.6198347,0.6322314,0.6322314,0.6363636,0.6404959,0.6694215,0.71487606,0.74380165,0.7644628,0.74793386,0.72727275,0.6942149,0.677686,0.59504133,0.5289256,0.6322314,0.60330576,0.5661157,0.53305787,0.62396693,0.6652893,0.6818182,0.6735537,0.6570248,0.60330576,0.5413223,0.5413223,0.55785125,0.553719,0.553719,0.55785125,0.553719,0.55785125,0.5371901,0.553719,0.56198347,0.57024795,0.54545456,0.53305787,0.57024795,0.5661157,0.5371901,0.6859504,0.7933884,0.8140496,0.8264463,0.8429752,0.838843,0.8016529,0.73140496,0.6859504,0.6818182,0.71900827,0.71487606,0.72727275,0.71487606,0.72727275,0.70247936,0.6694215,0.6446281,0.59090906,0.55785125,0.5495868,0.5371901,0.5371901,0.56198347,0.59090906,0.61570245,0.6818182,0.73140496,0.75619835,0.75619835,0.74793386,0.73966944,0.71900827,0.6983471,0.661157,0.58264464,0.5123967,0.6280992,0.6735537,0.6528926,0.5165289,0.6198347,0.6694215,0.6942149,0.70247936,0.72727275,0.677686,0.5785124,0.53305787,0.53305787,0.5289256,0.5123967,0.5247934,0.5371901,0.56198347,0.57438016,0.60330576,0.6198347,0.6280992,0.60330576,0.59504133,0.607438,0.60330576,0.58264464,0.6528926,0.77272725,0.822314,0.8181818,0.8429752,0.8429752,0.79752064,0.71487606,0.6942149,0.6983471,0.71487606,0.71487606,0.7107438,0.6983471,0.7231405,0.74380165,0.75206614,0.74793386,0.70247936,0.6694215,0.6528926,0.661157,0.6694215,0.6818182,0.6983471,0.71900827,0.75619835,0.7768595,0.77272725,0.74793386,0.7355372,0.7355372,0.71900827,0.6983471,0.6528926,0.57438016,0.49173555,0.6322314,0.661157,0.71487606,0.5247934,0.607438,0.6694215,0.7066116,0.7231405,0.74380165,0.74380165,0.6983471,0.6322314,0.62396693,0.60330576,0.58677685,0.607438,0.6322314,0.6487603,0.6487603,0.6570248,0.6652893,0.6652893,0.6363636,0.6280992,0.6322314,0.6322314,0.61157024,0.6404959,0.7355372,0.822314,0.8305785,0.838843,0.8429752,0.7933884,0.71487606,0.6942149,0.7066116,0.7107438,0.7107438,0.7107438,0.6818182,0.69008267,0.71487606,0.74380165,0.76859504,0.76859504,0.75619835,0.73966944,0.7355372,0.74380165,0.75206614,0.74793386,0.76859504,0.7768595,0.78099173,0.76859504,0.7355372,0.74380165,0.72727275,0.71900827,0.6983471,0.6446281,0.56198347,0.46280992,0.6280992,0.6487603,0.6942149,0.5371901,0.58264464,0.6528926,0.70247936,0.7355372,0.76033056,0.77272725,0.76859504,0.74793386,0.75619835,0.73966944,0.7231405,0.69008267,0.69008267,0.71900827,0.7231405,0.7107438,0.69008267,0.6694215,0.6404959,0.6363636,0.6487603,0.6487603,0.6363636,0.6363636,0.7107438,0.8140496,0.8429752,0.8347107,0.8305785,0.7933884,0.7231405,0.6818182,0.7066116,0.70247936,0.6983471,0.70247936,0.6735537,0.6859504,0.71487606,0.7355372,0.76033056,0.77272725,0.7768595,0.78099173,0.7768595,0.76033056,0.7644628,0.75619835,0.77272725,0.76859504,0.76859504,0.74793386,0.7355372,0.7355372,0.7107438,0.7066116,0.677686,0.6198347,0.5289256,0.43801653,0.6363636,0.6446281,0.677686,0.56198347,0.5495868,0.6280992,0.677686,0.7066116,0.73966944,0.75619835,0.77272725,0.78099173,0.78512394,0.7768595,0.77272725,0.75206614,0.74380165,0.76033056,0.75206614,0.72727275,0.70247936,0.677686,0.6446281,0.6404959,0.6446281,0.6570248,0.6487603,0.6487603,0.6983471,0.79752064,0.8471074,0.8264463,0.8264463,0.77272725,0.71900827,0.6859504,0.6859504,0.6942149,0.6942149,0.6942149,0.6818182,0.6942149,0.7231405,0.74380165,0.76033056,0.77272725,0.78512394,0.78099173,0.79752064,0.7768595,0.7768595,0.7644628,0.7644628,0.76033056,0.76033056,0.74380165,0.74380165,0.73140496,0.70247936,0.69008267,0.661157,0.59090906,0.5082645,0.4338843,0.61570245,0.6322314,0.6487603,0.60330576,0.5206612,0.59917355,0.6528926,0.6818182,0.7107438,0.7355372,0.75206614,0.7768595,0.77272725,0.78099173,0.7892562,0.76859504,0.7768595,0.7768595,0.76033056,0.74380165,0.71900827,0.6942149,0.6487603,0.6528926,0.6363636,0.6446281,0.6528926,0.6487603,0.6818182,0.7768595,0.8347107,0.822314,0.8347107,0.75619835,0.71900827,0.6983471,0.6818182,0.677686,0.6818182,0.6859504,0.6735537,0.7066116,0.7231405,0.75206614,0.76859504,0.76859504,0.78099173,0.7892562,0.7892562,0.7933884,0.7933884,0.76859504,0.7768595,0.76859504,0.74793386,0.75619835,0.73966944,0.7231405,0.70247936,0.6735537,0.6404959,0.57438016,0.4876033,0.446281,0.5041322,0.57024795,0.6198347,0.6280992,0.5123967,0.57438016,0.62396693,0.661157,0.69008267,0.7231405,0.7355372,0.75206614,0.77272725,0.7768595,0.7933884,0.76859504,0.78512394,0.78099173,0.77272725,0.75619835,0.7355372,0.6983471,0.6694215,0.6446281,0.6280992,0.61570245,0.6446281,0.6528926,0.6818182,0.76033056,0.80991733,0.8429752,0.8429752,0.75619835,0.7231405,0.70247936,0.69008267,0.6652893,0.6487603,0.6528926,0.6652893,0.70247936,0.7231405,0.76033056,0.7644628,0.7644628,0.77272725,0.78099173,0.78512394,0.7933884,0.7892562,0.7644628,0.78099173,0.76033056,0.7355372,0.74380165,0.73140496,0.71900827,0.6942149,0.6735537,0.62396693,0.5495868,0.47933885,0.45454547,0.40082645,0.47933885,0.54545456,0.57024795,0.5082645,0.5495868,0.59917355,0.6528926,0.6735537,0.70247936,0.72727275,0.73140496,0.7644628,0.78099173,0.78099173,0.77272725,0.7768595,0.76859504,0.76859504,0.74380165,0.7355372,0.7066116,0.6446281,0.59504133,0.59504133,0.59917355,0.6280992,0.6694215,0.6942149,0.75619835,0.8016529,0.8512397,0.8553719,0.7768595,0.73966944,0.72727275,0.70247936,0.6818182,0.6735537,0.6570248,0.6280992,0.6528926,0.6983471,0.7355372,0.75206614,0.75619835,0.7644628,0.7644628,0.7768595,0.7768595,0.76859504,0.75206614,0.76033056,0.74380165,0.71900827,0.71900827,0.71487606,0.6983471,0.6818182,0.6487603,0.61157024,0.53305787,0.4752066,0.45454547,0.38842976,0.39256197,0.42975205,0.4338843,0.45867768,0.5123967,0.59504133,0.6363636,0.69008267,0.71487606,0.7355372,0.7231405,0.73966944,0.76033056,0.76859504,0.7644628,0.76859504,0.76033056,0.7644628,0.7355372,0.71487606,0.6859504,0.607438,0.56198347,0.60330576,0.607438,0.62396693,0.6859504,0.70247936,0.74793386,0.7933884,0.838843,0.8512397,0.79752064,0.74793386,0.74793386,0.71487606,0.6859504,0.6983471,0.7066116,0.6570248,0.59917355,0.6446281,0.6818182,0.7107438,0.72727275,0.74380165,0.74380165,0.74793386,0.75206614,0.74793386,0.75206614,0.73140496,0.71900827,0.7107438,0.6942149,0.6859504,0.6735537,0.6487603,0.6280992,0.58677685,0.5041322,0.49586776,0.43801653,0.38842976,0.3966942,0.39256197,0.37190083,0.40495867,0.49586776,0.55785125,0.62396693,0.661157,0.6818182,0.7231405,0.71487606,0.71900827,0.7355372,0.74793386,0.75206614,0.75206614,0.7355372,0.73140496,0.71900827,0.6859504,0.6363636,0.553719,0.5785124,0.6446281,0.62396693,0.6198347,0.6942149,0.71487606,0.7355372,0.78512394,0.8181818,0.8264463,0.79752064,0.76859504,0.75619835,0.71487606,0.6735537,0.69008267,0.7107438,0.6694215,0.59504133,0.62396693,0.6528926,0.6446281,0.6652893,0.6942149,0.71900827,0.71900827,0.71487606,0.7231405,0.7107438,0.6942149,0.7066116,0.6942149,0.661157,0.6570248,0.6446281,0.6280992,0.58677685,0.553719,0.5123967,0.49586776,0.41735536,0.38842976,0.39256197,0.39256197,0.38016528,0.39256197,0.45867768,0.5371901,0.6198347,0.6404959,0.6487603,0.6942149,0.6983471,0.7066116,0.71900827,0.73140496,0.73966944,0.73140496,0.72727275,0.7107438,0.6652893,0.6280992,0.5661157,0.5165289,0.59090906,0.6487603,0.6322314,0.6322314,0.677686,0.7066116,0.7231405,0.75619835,0.78099173,0.79752064,0.7933884,0.77272725,0.7644628,0.7107438,0.6570248,0.661157,0.6735537,0.6404959,0.60330576,0.6487603,0.677686,0.6570248,0.60330576,0.61157024,0.6570248,0.6942149,0.70247936,0.7066116,0.6942149,0.677686,0.6694215,0.661157,0.6404959,0.6404959,0.61570245,0.58677685,0.55785125,0.5413223,0.5041322,0.49586776,0.38016528,0.39256197,0.38842976,0.39256197,0.38016528,0.38016528,0.446281,0.49173555,0.5495868,0.61157024,0.62396693,0.6487603,0.6694215,0.69008267,0.6818182,0.6942149,0.7107438,0.7066116,0.69008267,0.6652893,0.607438,0.58677685,0.54545456,0.5,0.58264464,0.61157024,0.59504133,0.6280992,0.6735537,0.7066116,0.73140496,0.7355372,0.75619835,0.7768595,0.78099173,0.75206614,0.72727275,0.6487603,0.61157024,0.59917355,0.607438,0.58264464,0.607438,0.661157,0.69008267,0.6983471,0.6528926,0.55785125,0.57024795,0.6322314,0.6570248,0.6818182,0.677686,0.6487603,0.6322314,0.62396693,0.61157024,0.607438,0.5785124,0.55785125,0.5413223,0.5165289,0.49173555,0.47933885,0.338843,0.38842976,0.39256197,0.39256197,0.38429752,0.37603307,0.41735536,0.47107437,0.48347107,0.5371901,0.5785124,0.60330576,0.62396693,0.6322314,0.6528926,0.6652893,0.6487603,0.6446281,0.6280992,0.59090906,0.57438016,0.59504133,0.57438016,0.5082645,0.5289256,0.54545456,0.5206612,0.5289256,0.59504133,0.6694215,0.71487606,0.73966944,0.7355372,0.74380165,0.74793386,0.7231405,0.6528926,0.55785125,0.49173555,0.45041323,0.4752066,0.53305787,0.61157024,0.6487603,0.6694215,0.6859504,0.6818182,0.6280992,0.5371901,0.5371901,0.59917355,0.6446281,0.6570248,0.6322314,0.61570245,0.59917355,0.59090906,0.58264464,0.54545456,0.54545456,0.5289256,0.5082645,0.49173555,0.46694216,0.338843,0.38429752,0.39256197,0.38429752,0.38016528,0.37190083,0.38842976,0.45867768,0.45454547,0.47933885,0.5206612,0.54545456,0.57024795,0.56198347,0.59090906,0.61157024,0.61570245,0.59090906,0.57024795,0.553719,0.5785124,0.61157024,0.57438016,0.5247934,0.5041322,0.45454547,0.4214876,0.40082645,0.45041323,0.553719,0.6446281,0.6983471,0.69008267,0.6942149,0.677686,0.6280992,0.5206612,0.4214876,0.338843,0.338843,0.42975205,0.57024795,0.6322314,0.6446281,0.6652893,0.6652893,0.677686,0.6735537,0.6404959,0.53305787,0.5289256,0.59917355,0.6322314,0.61157024,0.61157024,0.59090906,0.59504133,0.5661157,0.5413223,0.53305787,0.5206612,0.5,0.48347107,0.45454547,0.35123968,0.38842976,0.38429752,0.38842976,0.37603307,0.38842976,0.37603307,0.44214877,0.45454547,0.43801653,0.46694216,0.49173555,0.5247934,0.5289256,0.553719,0.5661157,0.57024795,0.5661157,0.54545456,0.5495868,0.59917355,0.61570245,0.55785125,0.5289256,0.5165289,0.45867768,0.36363637,0.32231405,0.3305785,0.40082645,0.48347107,0.57024795,0.58677685,0.58264464,0.57024795,0.5041322,0.41735536,0.38429752,0.4090909,0.46280992,0.54545456,0.62396693,0.6404959,0.6446281,0.6528926,0.6446281,0.6570248,0.6859504,0.6694215,0.6404959,0.5495868,0.5371901,0.607438,0.6322314,0.6198347,0.607438,0.59917355,0.56198347,0.54545456,0.5206612,0.5123967,0.5,0.48347107,0.46280992,0.34710744,0.38429752,0.38429752,0.38016528,0.37603307,0.38429752,0.3677686,0.41735536,0.45041323,0.42561984,0.42975205,0.4338843,0.46694216,0.49586776,0.5165289,0.53305787,0.55785125,0.55785125,0.54545456,0.57024795,0.59504133,0.59090906,0.5495868,0.5289256,0.5289256,0.5041322,0.4214876,0.36363637,0.34710744,0.35123968,0.36363637,0.38429752,0.43801653,0.42975205,0.4338843,0.41735536,0.4338843,0.5,0.5495868,0.59090906,0.61570245,0.6363636,0.61570245,0.61570245,0.6280992,0.6322314,0.6446281,0.6528926,0.6487603,0.6404959,0.6487603,0.553719,0.553719,0.6198347,0.62396693,0.61157024,0.607438,0.57024795,0.5289256,0.5082645,0.5247934,0.49586776,0.4752066,0.45454547,0.35123968,0.38429752,0.38842976,0.38429752,0.37603307,0.38016528,0.37603307,0.38842976,0.45041323,0.4338843,0.41322315,0.41735536,0.43801653,0.46280992,0.49173555,0.5123967,0.553719,0.5495868,0.5495868,0.5661157,0.5495868,0.5289256,0.5413223,0.5165289,0.5165289,0.5247934,0.47107437,0.4090909,0.3966942,0.3966942,0.37603307,0.3181818,0.3264463,0.37190083,0.4090909,0.47107437,0.5495868,0.607438,0.62396693,0.6363636,0.6528926,0.6735537,0.6198347,0.62396693,0.61157024,0.607438,0.607438,0.5661157,0.5371901,0.5661157,0.61157024,0.60330576,0.57024795,0.6198347,0.6280992,0.61570245,0.61157024,0.5661157,0.5206612,0.5165289,0.5289256,0.48347107,0.45041323,0.47107437,0.35123968,0.38429752,0.38429752,0.38429752,0.38016528,0.38016528,0.38429752,0.37603307,0.43801653,0.45041323,0.41735536,0.40495867,0.4338843,0.45041323,0.4876033,0.5206612,0.54545456,0.5371901,0.5123967,0.5082645,0.5041322,0.5,0.5123967,0.5247934,0.5206612,0.5289256,0.5206612,0.45867768,0.42561984,0.42561984,0.40495867,0.35950413,0.38016528,0.446281,0.5041322,0.5785124,0.6363636,0.6652893,0.6694215,0.661157,0.6694215,0.6859504,0.6528926,0.6487603,0.6322314,0.607438,0.5785124,0.46694216,0.38429752,0.46694216,0.55785125,0.6198347,0.61157024,0.61570245,0.6363636,0.6280992,0.60330576,0.553719,0.5206612,0.53305787,0.5247934,0.44214877,0.46694216,0.47107437,0.34710744,0.38429752,0.38016528,0.38429752,0.38016528,0.37603307,0.38842976,0.35123968,0.4214876,0.45454547,0.43801653,0.41322315,0.4214876,0.45454547,0.49173555,0.5413223,0.5661157,0.553719,0.4876033,0.41735536,0.40082645,0.446281,0.49586776,0.53305787,0.5371901,0.553719,0.553719,0.5247934,0.49586776,0.45867768,0.446281,0.44214877,0.4876033,0.54545456,0.59090906,0.6652893,0.6818182,0.6942149,0.6859504,0.69008267,0.6652893,0.6528926,0.62396693,0.59504133,0.59090906,0.5371901,0.46694216,0.40082645,0.3677686,0.4338843,0.49586776,0.5785124,0.6198347,0.6280992,0.6363636,0.6198347,0.58264464,0.5289256,0.5206612,0.5289256,0.49586776,0.41322315,0.5,0.47933885,0.34710744,0.38429752,0.37603307,0.38016528,0.37603307,0.37603307,0.38016528,0.37190083,0.35950413,0.446281,0.45867768,0.42975205,0.42561984,0.45454547,0.5041322,0.55785125,0.60330576,0.61157024,0.553719,0.39256197,0.2892562,0.33471075,0.45041323,0.5041322,0.5247934,0.5413223,0.5785124,0.5661157,0.5413223,0.49586776,0.4876033,0.5082645,0.57438016,0.6280992,0.62396693,0.6404959,0.61157024,0.607438,0.57024795,0.5785124,0.56198347,0.5289256,0.49173555,0.45041323,0.4090909,0.38842976,0.45041323,0.57024795,0.607438,0.58264464,0.55785125,0.58264464,0.6280992,0.6404959,0.62396693,0.60330576,0.55785125,0.5123967,0.5165289,0.5247934,0.45041323,0.48347107,0.5123967,0.46694216,0.33471075,0.38429752,0.38016528,0.38016528,0.38016528,0.37603307,0.37190083,0.37190083,0.35950413,0.41322315,0.46280992,0.45454547,0.4338843,0.43801653,0.4876033,0.553719,0.61570245,0.6363636,0.61157024,0.48347107,0.30165288,0.2520661,0.338843,0.3677686,0.3966942,0.41735536,0.45041323,0.4752066,0.45867768,0.45041323,0.43801653,0.46694216,0.5,0.5247934,0.5082645,0.49586776,0.48347107,0.45454547,0.45867768,0.43801653,0.4338843,0.37603307,0.338843,0.338843,0.39256197,0.49586776,0.62396693,0.6735537,0.6942149,0.6652893,0.6446281,0.6363636,0.6363636,0.6322314,0.60330576,0.5661157,0.5289256,0.5,0.5165289,0.48347107,0.446281,0.5165289,0.5247934,0.45041323,0.33471075,0.37190083,0.37603307,0.37190083,0.38016528,0.37190083,0.37190083,0.3677686,0.35950413,0.3677686,0.4338843,0.46280992,0.446281,0.4338843,0.45867768,0.5289256,0.59504133,0.6280992,0.6198347,0.56198347,0.42975205,0.33471075,0.36363637,0.32231405,0.2644628,0.25619835,0.2892562,0.34710744,0.37603307,0.35123968,0.3264463,0.40495867,0.4214876,0.4090909,0.37603307,0.40082645,0.41322315,0.41735536,0.3181818,0.3140496,0.37603307,0.3677686,0.3966942,0.47933885,0.56198347,0.6322314,0.70247936,0.6942149,0.69008267,0.6735537,0.6694215,0.6694215,0.6570248,0.6280992,0.58677685,0.53305787,0.5041322,0.49173555,0.49586776,0.44214877,0.4752066,0.5371901,0.5206612,0.42975205,0.3305785,0.37603307,0.37603307,0.38016528,0.3677686,0.3677686,0.37603307,0.3677686,0.36363637,0.35950413,0.37603307,0.446281,0.46280992,0.44214877,0.446281,0.4876033,0.5661157,0.6198347,0.6404959,0.61570245,0.5289256,0.44214877,0.45867768,0.446281,0.3677686,0.30165288,0.2520661,0.28512397,0.34710744,0.3181818,0.26859504,0.4214876,0.45041323,0.45454547,0.37603307,0.3966942,0.4338843,0.46694216,0.4214876,0.42561984,0.5123967,0.5413223,0.57438016,0.61570245,0.661157,0.6818182,0.7107438,0.6983471,0.6942149,0.677686,0.6818182,0.6859504,0.677686,0.6280992,0.5785124,0.5289256,0.49586776,0.5,0.46280992,0.4338843,0.5165289,0.5413223,0.5123967,0.4214876,0.33471075,0.38016528,0.37603307,0.37190083,0.36363637,0.37190083,0.3677686,0.3677686,0.36363637,0.36363637,0.35950413,0.38016528,0.45041323,0.45867768,0.4338843,0.446281,0.5206612,0.607438,0.6487603,0.6570248,0.59090906,0.5495868,0.5371901,0.5413223,0.5,0.446281,0.42561984,0.3966942,0.4090909,0.40082645,0.37190083,0.45041323,0.48347107,0.49586776,0.47933885,0.48347107,0.5247934,0.607438,0.62396693,0.60330576,0.6280992,0.6446281,0.6446281,0.6487603,0.6694215,0.6859504,0.70247936,0.6942149,0.6735537,0.6859504,0.661157,0.6528926,0.6528926,0.607438,0.55785125,0.5206612,0.49173555,0.47933885,0.41735536,0.47933885,0.5495868,0.5289256,0.49586776,0.41735536,0.3429752,0.37603307,0.37190083,0.38429752,0.3677686,0.36363637,0.36363637,0.36363637,0.3677686,0.36363637,0.3553719,0.34710744,0.40082645,0.43801653,0.446281,0.42975205,0.48347107,0.57438016,0.6404959,0.661157,0.6528926,0.61157024,0.62396693,0.60330576,0.59090906,0.5495868,0.5413223,0.5495868,0.553719,0.5495868,0.5289256,0.5371901,0.5661157,0.59504133,0.59090906,0.59504133,0.61570245,0.6487603,0.6735537,0.6942149,0.677686,0.69008267,0.6570248,0.6404959,0.6694215,0.6942149,0.6859504,0.6735537,0.6570248,0.661157,0.6487603,0.6322314,0.6280992,0.58677685,0.54545456,0.5082645,0.4752066,0.41735536,0.42561984,0.5289256,0.55785125,0.5206612,0.4752066,0.40082645,0.35950413,0.37603307,0.37190083,0.37190083,0.37190083,0.3553719,0.3677686,0.36363637,0.35950413,0.36363637,0.36363637,0.338843,0.3966942,0.41735536,0.4338843,0.4214876,0.44214877,0.5165289,0.59504133,0.6280992,0.6652893,0.6570248,0.6404959,0.6404959,0.62396693,0.59090906,0.56198347,0.57438016,0.61157024,0.62396693,0.6198347,0.61570245,0.59917355,0.61570245,0.61157024,0.6198347,0.6322314,0.6487603,0.6652893,0.6818182,0.6694215,0.6735537,0.6570248,0.6322314,0.6652893,0.6859504,0.6735537,0.6570248,0.6446281,0.62396693,0.6528926,0.6280992,0.6280992,0.5785124,0.5247934,0.4876033,0.42975205,0.4090909,0.4876033,0.54545456,0.56198347,0.5206612,0.4752066,0.4090909,0.3429752,0.37190083,0.36363637,0.36363637,0.3677686,0.3553719,0.37603307,0.35123968,0.35950413,0.35950413,0.35950413,0.3264463,0.41322315,0.45867768,0.38429752,0.41735536,0.41735536,0.45867768,0.54545456,0.59090906,0.62396693,0.6487603,0.6528926,0.6322314,0.6404959,0.6198347,0.5785124,0.55785125,0.56198347,0.58264464,0.607438,0.6198347,0.62396693,0.61570245,0.61570245,0.61570245,0.61157024,0.6280992,0.6404959,0.6528926,0.6859504,0.6652893,0.6652893,0.6363636,0.6570248,0.661157,0.6570248,0.6280992,0.6280992,0.6446281,0.6404959,0.6404959,0.62396693,0.5661157,0.5041322,0.44214877,0.3966942,0.45867768,0.5123967,0.5371901,0.5495868,0.5165289,0.49173555,0.4090909,0.34710744,0.3677686,0.35950413,0.35950413,0.3677686,0.36363637,0.36363637,0.35950413,0.35950413,0.35950413,0.35123968,0.32231405,0.38842976,0.5123967,0.42561984,0.38842976,0.4090909,0.41322315,0.49173555,0.5785124,0.607438,0.6404959,0.6528926,0.62396693,0.6280992,0.6322314,0.60330576,0.58264464,0.57024795,0.5661157,0.5785124,0.59090906,0.58264464,0.58264464,0.59917355,0.58264464,0.59917355,0.61157024,0.6280992,0.6570248,0.6652893,0.6487603,0.661157,0.6363636,0.6446281,0.6404959,0.6280992,0.60330576,0.6198347,0.6446281,0.661157,0.6528926,0.59917355,0.5413223,0.45867768,0.38016528,0.42561984,0.5123967,0.5495868,0.5082645,0.5495868,0.5082645,0.4876033,0.4090909,0.3429752,0.35950413,0.35950413,0.3553719,0.36363637,0.35950413,0.35123968,0.34710744,0.3429752,0.35123968,0.34710744,0.3181818,0.36363637,0.5123967,0.49586776,0.43801653,0.37603307,0.39256197,0.43801653,0.53305787,0.59504133,0.6322314,0.6487603,0.6363636,0.6198347,0.6198347,0.61157024,0.59917355,0.59504133,0.58264464,0.59917355,0.60330576,0.60330576,0.59917355,0.607438,0.58264464,0.60330576,0.6198347,0.61570245,0.6280992,0.6363636,0.6280992,0.6404959,0.6280992,0.6446281,0.6322314,0.61570245,0.61570245,0.6446281,0.661157,0.677686,0.6404959,0.58264464,0.5,0.39256197,0.38429752,0.48347107,0.5495868,0.5413223,0.5123967,0.5165289,0.5,0.4876033,0.40495867,0.3429752,0.36363637,0.35123968,0.3553719,0.3553719,0.35123968,0.3429752,0.3553719,0.3429752,0.35123968,0.3553719,0.3305785,0.38016528,0.5123967,0.5247934,0.5041322,0.42561984,0.37603307,0.3966942,0.4752066,0.5785124,0.6198347,0.6487603,0.6570248,0.62396693,0.59917355,0.59504133,0.59917355,0.59917355,0.59504133,0.607438,0.6280992,0.6280992,0.6280992,0.6404959,0.62396693,0.6198347,0.6280992,0.6446281,0.6363636,0.6446281,0.6446281,0.6404959,0.6446281,0.6487603,0.6404959,0.62396693,0.6528926,0.6528926,0.661157,0.661157,0.60330576,0.5413223,0.41322315,0.37190083,0.47107437,0.5247934,0.5661157,0.55785125,0.5289256,0.53305787,0.49586776,0.47933885,0.41322315,0.34710744,0.37190083,0.34710744,0.35950413,0.3553719,0.35123968,0.3429752,0.35123968,0.34710744,0.34710744,0.35950413,0.38016528,0.3677686,0.49586776,0.5413223,0.5082645,0.49586776,0.4214876,0.37603307,0.41322315,0.5206612,0.59504133,0.6404959,0.6570248,0.6322314,0.62396693,0.61157024,0.61157024,0.59917355,0.607438,0.61570245,0.6446281,0.661157,0.677686,0.6983471,0.7066116,0.71900827,0.70247936,0.7107438,0.6983471,0.677686,0.661157,0.6528926,0.6652893,0.6735537,0.6694215,0.6570248,0.6735537,0.6735537,0.6859504,0.6363636,0.56198347,0.46694216,0.36363637,0.4338843,0.5247934,0.553719,0.5661157,0.553719,0.53305787,0.5206612,0.5,0.46694216,0.42975205,0.3553719,0.3553719,0.3553719,0.35123968,0.35123968,0.3553719,0.3429752,0.34710744,0.34710744,0.3264463,0.39256197,0.41735536,0.20247933,0.4876033,0.55785125,0.5123967,0.46694216,0.47933885,0.4090909,0.37190083,0.4338843,0.553719,0.62396693,0.661157,0.6363636,0.6570248,0.677686,0.6404959,0.6280992,0.6322314,0.6404959,0.6735537,0.6942149,0.71900827,0.7355372,0.75206614,0.7644628,0.75619835,0.75206614,0.7355372,0.6983471,0.6694215,0.661157,0.6818182,0.69008267,0.6983471,0.6983471,0.6735537,0.677686,0.6570248,0.59090906,0.4876033,0.40082645,0.4214876,0.49173555,0.5371901,0.5413223,0.57024795,0.55785125,0.5289256,0.5247934,0.5041322,0.45867768,0.45454547,0.38842976,0.338843,0.3553719,0.34710744,0.35123968,0.34710744,0.3429752,0.3429752,0.3429752,0.35950413,0.45867768,0.30165288,0.16528925,0.5247934,0.55785125,0.53305787,0.4876033,0.47933885,0.45041323,0.40082645,0.3553719,0.47107437,0.5661157,0.6280992,0.6487603,0.6652893,0.70247936,0.6983471,0.6859504,0.69008267,0.6818182,0.6818182,0.69008267,0.7107438,0.73966944,0.73966944,0.75619835,0.7644628,0.7644628,0.75206614,0.70247936,0.6735537,0.6694215,0.6942149,0.71900827,0.70247936,0.7107438,0.6735537,0.6528926,0.61157024,0.5206612,0.41322315,0.4214876,0.4876033,0.5413223,0.5495868,0.56198347,0.5661157,0.5495868,0.5371901,0.5165289,0.5041322,0.45454547,0.3966942,0.47107437,0.3429752,0.3553719,0.34710744,0.35123968,0.3429752,0.338843,0.3429752,0.40495867,0.39256197,0.2231405,0.19008264,0.2231405,0.5165289,0.553719,0.53305787,0.5123967,0.49173555,0.46694216,0.4090909,0.38429752,0.37190083,0.48347107,0.57024795,0.6280992,0.6652893,0.6859504,0.71487606,0.71900827,0.71487606,0.69008267,0.6735537,0.6694215,0.70247936,0.73140496,0.72727275,0.73966944,0.74380165,0.74793386,0.75619835,0.7231405,0.70247936,0.6818182,0.6818182,0.71900827,0.7066116,0.6983471,0.6528926,0.61157024,0.553719,0.4338843,0.40495867,0.49173555,0.5371901,0.553719,0.5785124,0.5785124,0.56198347,0.56198347,0.5289256,0.5165289,0.5165289,0.45867768,0.26859504,0.49173555,0.33471075,0.3553719,0.3429752,0.338843,0.3429752,0.338843,0.35950413,0.46694216,0.29752067,0.12396694,0.3181818,0.07438017,0.5206612,0.553719,0.5413223,0.5206612,0.5041322,0.4876033,0.45454547,0.4090909,0.36363637,0.37190083,0.4876033,0.57024795,0.6363636,0.6652893,0.6942149,0.71900827,0.71487606,0.6859504,0.677686,0.6735537,0.7107438,0.7107438,0.71487606,0.7107438,0.71900827,0.73140496,0.71900827,0.71900827,0.71900827,0.6818182,0.6652893,0.69008267,0.6859504,0.6528926,0.60330576,0.55785125,0.446281,0.38429752,0.46280992,0.5289256,0.5495868,0.5661157,0.56198347,0.5785124,0.5661157,0.56198347,0.5247934,0.5165289,0.5041322,0.48347107,0.19008264,0.45041323,0.338843,0.3429752,0.338843,0.338843,0.3553719,0.37190083,0.4090909,0.45454547,0.3140496,0.23966943,0.27272728,0.18595041,0.5495868,0.5413223,0.54545456,0.5289256,0.5082645,0.5,0.4752066,0.446281,0.41322315,0.39256197,0.38016528,0.45454547,0.56198347,0.61157024,0.6446281,0.6818182,0.6735537,0.6652893,0.6528926,0.677686,0.6983471,0.6859504,0.677686,0.6694215,0.6694215,0.6942149,0.6818182,0.6859504,0.6859504,0.661157,0.6446281,0.6487603,0.62396693,0.58264464,0.5289256,0.45041323,0.37603307,0.42975205,0.4876033,0.5371901,0.56198347,0.5785124,0.5661157,0.5785124,0.56198347,0.553719,0.5289256,0.5247934,0.4876033,0.47933885,0.27272728,0.40082645,0.338843,0.3429752,0.35123968,0.36363637,0.40082645,0.41322315,0.4214876,0.42561984,0.338843,0.2768595,0.21487603,0.3264463,0.5371901,0.5247934,0.5371901,0.5371901,0.5,0.49586776,0.4752066,0.45454547,0.42975205,0.42975205,0.37603307,0.35950413,0.446281,0.53305787,0.57024795,0.62396693,0.6404959,0.607438,0.61570245,0.61570245,0.6487603,0.6322314,0.6198347,0.61570245,0.59917355,0.60330576,0.6322314,0.607438,0.59504133,0.607438,0.59090906,0.5661157,0.5413223,0.49586776,0.4214876,0.37603307,0.4214876,0.45867768,0.5082645,0.56198347,0.5785124,0.58264464,0.57438016,0.5785124,0.55785125,0.5495868,0.5371901,0.5165289,0.47107437,0.45867768,0.33471075,0.38842976,0.35123968,0.38016528,0.3966942,0.39256197,0.38842976,0.42975205,0.41322315,0.4214876,0.38016528,0.2520661,0.23553719,0.38016528,0.5413223,0.5289256,0.5289256,0.5371901,0.5082645,0.49173555,0.48347107,0.45867768,0.42975205,0.42975205,0.4090909,0.3677686,0.36363637,0.3966942,0.4876033,0.5371901,0.57024795,0.56198347,0.5495868,0.5495868,0.5785124,0.57024795,0.553719,0.56198347,0.553719,0.54545456,0.56198347,0.5371901,0.5123967,0.5165289,0.5,0.46694216,0.44214877,0.38429752,0.3553719,0.39256197,0.4752066,0.46694216,0.5289256,0.5661157,0.58264464,0.58677685,0.58264464,0.57024795,0.55785125,0.54545456,0.5371901,0.5,0.46694216,0.45454547,0.40082645,0.41322315,0.40082645,0.41735536,0.40495867,0.38429752,0.35950413,0.4338843,0.38842976,0.446281,0.42975205,0.2107438,0.2603306,0.37603307,0.53305787,0.54545456,0.5206612,0.5371901,0.5289256,0.5,0.4876033,0.46694216,0.45867768,0.43801653,0.4214876,0.38429752,0.3553719,0.35123968,0.3553719,0.41735536,0.45867768,0.47107437,0.4752066,0.47107437,0.47933885,0.49586776,0.48347107,0.4876033,0.4752066,0.446281,0.44214877,0.44214877,0.4214876,0.3966942,0.38016528,0.35123968,0.33471075,0.32231405,0.38016528,0.42975205,0.47107437,0.47933885,0.5371901,0.57438016,0.58264464,0.59090906,0.58677685,0.5785124,0.56198347,0.553719,0.5371901,0.49586776,0.45867768,0.46280992,0.4338843,0.42561984,0.4338843,0.38842976,0.38842976,0.35123968,0.35950413,0.3966942,0.36363637,0.44214877,0.48347107,0.18181819,0.2644628,0.3553719,0.53305787,0.54545456,0.53305787,0.5247934,0.553719,0.5165289,0.5,0.47933885,0.47107437,0.45454547,0.42561984,0.41735536,0.38016528,0.36363637,0.3429752,0.3264463,0.3553719,0.38016528,0.37603307,0.3677686,0.37190083,0.37603307,0.38016528,0.3553719,0.3429752,0.3181818,0.30578512,0.3181818,0.30165288,0.29338843,0.30578512,0.29752067,0.30991736,0.36363637,0.42975205,0.47107437,0.47933885,0.5,0.5371901,0.58677685,0.57024795,0.58677685,0.59090906,0.5785124,0.5661157,0.553719,0.5413223,0.5,0.45867768,0.46280992,0.4338843,0.42975205,0.3966942,0.38016528,0.37603307,0.34710744,0.35950413,0.38429752,0.34710744,0.3677686,0.47107437,0.3140496,0.24793388,0.3264463,0.53305787,0.553719,0.54545456,0.5371901,0.5371901,0.53305787,0.5123967,0.49173555,0.48347107,0.46280992,0.43801653,0.42975205,0.4090909,0.39256197,0.37603307,0.33471075,0.338843,0.32231405,0.3181818,0.30578512,0.29752067,0.2892562,0.28512397,0.2603306,0.2644628,0.2603306,0.24380165,0.25619835,0.2603306,0.26859504,0.29338843,0.29338843,0.30578512,0.35950413,0.4214876,0.4752066,0.47933885,0.5,0.53305787,0.58264464,0.57024795,0.58677685,0.59090906,0.5785124,0.57024795,0.553719,0.5413223,0.5041322,0.46280992,0.46694216,0.4338843,0.4338843,0.36363637,0.39256197,0.35950413,0.34710744,0.35950413,0.37603307,0.35950413,0.3429752,0.3553719,0.4338843,0.338843,0.29752067,0.5165289,0.56198347,0.5495868,0.54545456,0.53305787,0.5413223,0.5247934,0.5041322,0.49173555,0.4752066,0.46280992,0.45041323,0.4090909,0.40082645,0.3966942,0.36363637,0.3677686,0.3264463,0.30578512,0.29338843,0.2892562,0.28099173,0.28512397,0.2603306,0.2644628,0.2603306,0.24380165,0.25619835,0.2603306,0.26859504,0.2892562,0.29338843,0.30165288,0.3553719,0.41322315,0.4752066,0.47933885,0.49586776,0.53305787,0.5785124,0.57438016,0.58677685,0.59504133,0.57438016,0.57024795,0.553719,0.54545456,0.5041322,0.46694216,0.46694216,0.4338843,0.4338843,0.33471075,0.3966942,0.3677686,0.338843,0.35950413,0.37190083,0.35123968,0.338843,0.30578512,0.34710744,0.45867768,0.3429752,0.45867768,0.56198347,0.553719,0.553719,0.54545456,0.5413223,0.53305787,0.5082645,0.49173555,0.47933885,0.46280992,0.45041323,0.41322315,0.40082645,0.3966942,0.36363637,0.37190083,0.3264463,0.30991736,0.29338843,0.2892562,0.28099173,0.28512397,0.2644628,0.2644628,0.2644628,0.23966943,0.25619835,0.2603306,0.26859504,0.2892562,0.29338843,0.30165288,0.35123968,0.40495867,0.4752066,0.4752066,0.49586776,0.5289256,0.57438016,0.57438016,0.58677685,0.59504133,0.57438016,0.57438016,0.553719,0.54545456,0.5082645,0.47107437,0.46694216,0.43801653,0.43801653,4 +0.5247934,0.5371901,0.5785124,0.6280992,0.6694215,0.69008267,0.6859504,0.6942149,0.6983471,0.6983471,0.72727275,0.7231405,0.73966944,0.74793386,0.76033056,0.76033056,0.74793386,0.74793386,0.75206614,0.76033056,0.75619835,0.7644628,0.7768595,0.78099173,0.7355372,0.73966944,0.78512394,0.8140496,0.8140496,0.822314,0.8181818,0.8347107,0.8264463,0.8305785,0.8305785,0.8181818,0.822314,0.8181818,0.8181818,0.80991733,0.8140496,0.822314,0.8140496,0.8140496,0.80991733,0.79752064,0.79752064,0.7892562,0.7892562,0.7892562,0.78512394,0.7933884,0.78099173,0.76859504,0.7644628,0.73966944,0.7107438,0.6652893,0.6404959,0.61570245,0.607438,0.61157024,0.59504133,0.55785125,0.5165289,0.5206612,0.55785125,0.607438,0.6487603,0.677686,0.69008267,0.70247936,0.71487606,0.71487606,0.72727275,0.74380165,0.74793386,0.75619835,0.77272725,0.7644628,0.76859504,0.76033056,0.76033056,0.76033056,0.75619835,0.76033056,0.76859504,0.77272725,0.77272725,0.77272725,0.7892562,0.8057851,0.8140496,0.8140496,0.8181818,0.8305785,0.8347107,0.8264463,0.8305785,0.8264463,0.8264463,0.8264463,0.822314,0.8305785,0.8264463,0.8264463,0.822314,0.8264463,0.8181818,0.8057851,0.8057851,0.79752064,0.8016529,0.79752064,0.78099173,0.7892562,0.7768595,0.7644628,0.73966944,0.73966944,0.6735537,0.6694215,0.62396693,0.607438,0.59917355,0.607438,0.58264464,0.553719,0.5041322,0.5041322,0.5289256,0.58264464,0.6363636,0.6694215,0.6942149,0.7066116,0.7107438,0.7231405,0.72727275,0.75206614,0.75619835,0.76859504,0.78512394,0.77272725,0.78512394,0.7768595,0.78099173,0.76859504,0.75619835,0.76033056,0.76859504,0.77272725,0.7768595,0.7892562,0.8016529,0.80991733,0.8181818,0.8181818,0.8140496,0.8264463,0.8347107,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.8181818,0.80991733,0.80991733,0.8016529,0.79752064,0.79752064,0.7892562,0.7768595,0.76859504,0.7644628,0.7355372,0.71900827,0.6652893,0.6528926,0.62396693,0.59917355,0.59090906,0.59090906,0.57438016,0.553719,0.5,0.5,0.5123967,0.56198347,0.61570245,0.6487603,0.6735537,0.6942149,0.7066116,0.72727275,0.7355372,0.75619835,0.76033056,0.7768595,0.79752064,0.7892562,0.7933884,0.78512394,0.78512394,0.78512394,0.78512394,0.77272725,0.77272725,0.78099173,0.78099173,0.7933884,0.8057851,0.8140496,0.8264463,0.8264463,0.822314,0.822314,0.8305785,0.8305785,0.8347107,0.8264463,0.8305785,0.8305785,0.8305785,0.8347107,0.8305785,0.8264463,0.8264463,0.8264463,0.8140496,0.80991733,0.8057851,0.8016529,0.7892562,0.78512394,0.78099173,0.76033056,0.74793386,0.75619835,0.71900827,0.6942149,0.6487603,0.6363636,0.607438,0.59504133,0.58677685,0.58677685,0.57438016,0.5495868,0.49586776,0.5,0.5041322,0.54545456,0.59917355,0.6322314,0.6652893,0.677686,0.6983471,0.71900827,0.73966944,0.75619835,0.77272725,0.78099173,0.8016529,0.8016529,0.79752064,0.8057851,0.7933884,0.78512394,0.8057851,0.79752064,0.7892562,0.7892562,0.7933884,0.79752064,0.8016529,0.8140496,0.8264463,0.8305785,0.8264463,0.822314,0.8264463,0.8305785,0.8305785,0.8264463,0.8347107,0.8305785,0.8305785,0.8305785,0.8305785,0.8347107,0.8305785,0.8264463,0.8140496,0.80991733,0.8016529,0.7892562,0.78512394,0.78099173,0.7644628,0.75206614,0.73966944,0.74793386,0.70247936,0.6818182,0.6570248,0.62396693,0.60330576,0.59090906,0.59090906,0.59504133,0.57024795,0.553719,0.4876033,0.49586776,0.49173555,0.5165289,0.57438016,0.6280992,0.6652893,0.6735537,0.6735537,0.6942149,0.73140496,0.75619835,0.76859504,0.7768595,0.79752064,0.8016529,0.8057851,0.8140496,0.80991733,0.79752064,0.80991733,0.8057851,0.8057851,0.80991733,0.8016529,0.79752064,0.8057851,0.80991733,0.8264463,0.8264463,0.8264463,0.822314,0.822314,0.8347107,0.8305785,0.8347107,0.8347107,0.8347107,0.8305785,0.8347107,0.8347107,0.8347107,0.838843,0.8305785,0.8181818,0.8057851,0.79752064,0.7892562,0.7768595,0.7768595,0.75206614,0.74380165,0.74380165,0.7231405,0.7107438,0.6818182,0.6570248,0.6322314,0.59504133,0.59090906,0.59504133,0.59504133,0.57024795,0.57024795,0.47933885,0.49586776,0.4876033,0.5,0.54545456,0.61570245,0.6487603,0.6694215,0.6652893,0.6694215,0.7066116,0.74793386,0.76033056,0.76859504,0.7892562,0.8016529,0.80991733,0.8181818,0.822314,0.80991733,0.8140496,0.8057851,0.8140496,0.822314,0.80991733,0.8057851,0.8057851,0.80991733,0.822314,0.822314,0.8264463,0.822314,0.8181818,0.8305785,0.8305785,0.8305785,0.8264463,0.8305785,0.8347107,0.8347107,0.8429752,0.838843,0.838843,0.8347107,0.8140496,0.8057851,0.79752064,0.78512394,0.7768595,0.76859504,0.75619835,0.75619835,0.75206614,0.73140496,0.71487606,0.69008267,0.6487603,0.6280992,0.59917355,0.59090906,0.59504133,0.59090906,0.5785124,0.57024795,0.4752066,0.5,0.49173555,0.48347107,0.5413223,0.60330576,0.6363636,0.661157,0.6652893,0.661157,0.6942149,0.73140496,0.75619835,0.7644628,0.77272725,0.7933884,0.8057851,0.8140496,0.822314,0.8140496,0.8140496,0.8057851,0.8181818,0.822314,0.8181818,0.8140496,0.8057851,0.80991733,0.8181818,0.8181818,0.80991733,0.8140496,0.822314,0.822314,0.822314,0.8264463,0.822314,0.822314,0.838843,0.8347107,0.8471074,0.8429752,0.838843,0.8305785,0.8057851,0.7933884,0.78512394,0.78099173,0.78099173,0.75619835,0.74793386,0.74380165,0.74380165,0.73140496,0.72727275,0.71487606,0.6735537,0.6280992,0.60330576,0.58677685,0.60330576,0.59504133,0.59090906,0.58264464,0.48347107,0.47933885,0.5082645,0.49586776,0.5289256,0.60330576,0.6322314,0.6570248,0.6694215,0.6652893,0.6859504,0.71487606,0.73966944,0.75206614,0.75619835,0.78099173,0.79752064,0.8057851,0.8140496,0.80991733,0.8016529,0.8057851,0.80991733,0.8140496,0.8140496,0.8181818,0.80991733,0.8016529,0.8057851,0.8057851,0.8057851,0.8016529,0.80991733,0.822314,0.8181818,0.8181818,0.8264463,0.822314,0.8305785,0.8347107,0.8347107,0.8347107,0.8264463,0.80991733,0.78512394,0.7644628,0.73966944,0.74793386,0.75206614,0.7231405,0.72727275,0.73966944,0.72727275,0.72727275,0.7231405,0.71900827,0.6983471,0.6446281,0.59090906,0.5785124,0.59917355,0.59504133,0.59917355,0.58677685,0.47107437,0.5,0.5041322,0.5,0.5165289,0.59504133,0.6363636,0.6694215,0.6694215,0.6735537,0.6694215,0.69008267,0.71900827,0.73140496,0.74380165,0.7644628,0.78099173,0.7892562,0.79752064,0.8016529,0.8057851,0.8016529,0.7892562,0.79752064,0.8016529,0.8057851,0.8057851,0.79752064,0.79752064,0.79752064,0.8016529,0.7933884,0.7933884,0.8016529,0.80991733,0.8016529,0.8057851,0.8057851,0.8016529,0.8057851,0.7933884,0.7892562,0.77272725,0.74380165,0.7066116,0.6859504,0.677686,0.6735537,0.6528926,0.62396693,0.6652893,0.70247936,0.6818182,0.677686,0.6859504,0.677686,0.6694215,0.6528926,0.58677685,0.58264464,0.59917355,0.61157024,0.60330576,0.60330576,0.45041323,0.5165289,0.5123967,0.5082645,0.5123967,0.607438,0.6363636,0.6570248,0.6404959,0.6404959,0.607438,0.6322314,0.6694215,0.6735537,0.6818182,0.72727275,0.73966944,0.75619835,0.75619835,0.7644628,0.78099173,0.78512394,0.76859504,0.76859504,0.7892562,0.7892562,0.7892562,0.78512394,0.78512394,0.78099173,0.78099173,0.78099173,0.77272725,0.78099173,0.7892562,0.7768595,0.76859504,0.75206614,0.73966944,0.7355372,0.7066116,0.6859504,0.6652893,0.6280992,0.58264464,0.57024795,0.5495868,0.56198347,0.54545456,0.5082645,0.553719,0.61570245,0.59090906,0.59917355,0.62396693,0.61157024,0.6198347,0.6198347,0.57438016,0.57024795,0.59917355,0.6198347,0.60330576,0.59917355,0.42975205,0.5041322,0.5247934,0.5041322,0.53305787,0.59504133,0.60330576,0.6280992,0.59090906,0.5785124,0.553719,0.5661157,0.553719,0.56198347,0.5661157,0.59917355,0.61157024,0.6322314,0.6446281,0.6694215,0.7066116,0.73140496,0.72727275,0.73140496,0.75206614,0.7644628,0.77272725,0.7644628,0.77272725,0.7644628,0.76859504,0.77272725,0.75206614,0.75619835,0.75619835,0.74380165,0.7231405,0.6942149,0.6652893,0.6280992,0.59090906,0.57024795,0.5495868,0.5165289,0.47933885,0.45454547,0.4752066,0.41735536,0.42561984,0.43801653,0.5,0.58264464,0.57438016,0.5661157,0.58677685,0.59504133,0.58264464,0.58264464,0.553719,0.54545456,0.59090906,0.61157024,0.61157024,0.59504133,0.4090909,0.5041322,0.5371901,0.5123967,0.5247934,0.55785125,0.553719,0.5495868,0.53305787,0.4876033,0.4876033,0.47933885,0.48347107,0.5041322,0.5247934,0.5123967,0.5,0.5123967,0.5247934,0.553719,0.59917355,0.6363636,0.6652893,0.6694215,0.6859504,0.7355372,0.74380165,0.7231405,0.74793386,0.75619835,0.7355372,0.73140496,0.7355372,0.71900827,0.7066116,0.6942149,0.6694215,0.6528926,0.61157024,0.553719,0.5165289,0.49586776,0.4752066,0.44214877,0.40082645,0.38429752,0.38842976,0.39256197,0.40082645,0.446281,0.5123967,0.5495868,0.56198347,0.57438016,0.59090906,0.59917355,0.58264464,0.57024795,0.54545456,0.54545456,0.59504133,0.61570245,0.61570245,0.59504133,0.38842976,0.49173555,0.5371901,0.5123967,0.49586776,0.5082645,0.49173555,0.46694216,0.46280992,0.42975205,0.40082645,0.35950413,0.3677686,0.3966942,0.44214877,0.45454547,0.45041323,0.45041323,0.45867768,0.4752066,0.5,0.54545456,0.58264464,0.61570245,0.6322314,0.677686,0.6942149,0.6859504,0.7107438,0.71900827,0.6859504,0.6859504,0.6983471,0.69008267,0.661157,0.6363636,0.61157024,0.59504133,0.54545456,0.5,0.46694216,0.4338843,0.40495867,0.37190083,0.34710744,0.338843,0.3677686,0.38016528,0.3966942,0.44214877,0.45867768,0.47933885,0.49586776,0.5289256,0.56198347,0.5661157,0.57024795,0.5661157,0.5661157,0.57438016,0.60330576,0.6198347,0.61157024,0.59504133,0.37190083,0.48347107,0.54545456,0.49586776,0.47933885,0.47933885,0.4752066,0.45454547,0.44214877,0.43801653,0.40495867,0.35123968,0.3264463,0.33471075,0.35950413,0.36363637,0.38016528,0.39256197,0.40082645,0.4090909,0.42561984,0.46694216,0.5,0.54545456,0.57438016,0.60330576,0.6363636,0.6487603,0.661157,0.6859504,0.661157,0.6487603,0.6487603,0.6322314,0.59917355,0.57024795,0.54545456,0.5082645,0.47107437,0.44214877,0.4090909,0.34710744,0.30578512,0.29338843,0.28099173,0.2892562,0.3140496,0.35950413,0.3305785,0.39256197,0.4090909,0.4214876,0.45454547,0.44214877,0.446281,0.5165289,0.5495868,0.55785125,0.58677685,0.59917355,0.61570245,0.6198347,0.61157024,0.607438,0.3553719,0.47933885,0.5371901,0.5082645,0.4752066,0.47107437,0.47107437,0.45867768,0.45041323,0.4338843,0.40082645,0.35123968,0.3140496,0.3140496,0.29752067,0.26859504,0.26859504,0.28512397,0.29752067,0.30991736,0.3305785,0.37190083,0.41735536,0.45867768,0.5041322,0.53305787,0.58677685,0.6198347,0.6280992,0.6735537,0.677686,0.6694215,0.6363636,0.60330576,0.553719,0.5082645,0.47107437,0.44214877,0.42975205,0.41322315,0.38429752,0.35123968,0.34710744,0.338843,0.30578512,0.23553719,0.18595041,0.42561984,0.2603306,0.2892562,0.40082645,0.41735536,0.42561984,0.42975205,0.4214876,0.45041323,0.5165289,0.57438016,0.607438,0.6198347,0.6404959,0.6322314,0.6198347,0.61157024,0.3429752,0.45867768,0.5371901,0.5247934,0.4752066,0.45867768,0.46694216,0.43801653,0.41322315,0.35950413,0.32231405,0.30165288,0.29338843,0.23140496,0.2231405,0.18595041,0.20661157,0.20247933,0.21900827,0.24793388,0.26859504,0.29338843,0.3264463,0.3677686,0.41322315,0.47107437,0.5371901,0.62396693,0.6694215,0.71487606,0.74380165,0.71900827,0.6735537,0.61157024,0.5413223,0.47107437,0.45041323,0.45041323,0.46694216,0.45867768,0.45454547,0.40495867,0.3966942,0.5041322,0.46694216,0.35123968,0.2231405,0.4090909,0.30991736,0.28512397,0.45454547,0.45867768,0.3677686,0.37190083,0.40082645,0.43801653,0.5206612,0.5661157,0.6198347,0.6570248,0.6735537,0.6570248,0.6198347,0.61570245,0.38016528,0.4338843,0.5413223,0.5413223,0.48347107,0.446281,0.446281,0.41322315,0.32231405,0.3553719,0.33471075,0.25619835,0.30578512,0.24380165,0.21487603,0.14876033,0.21487603,0.21900827,0.2107438,0.3181818,0.29752067,0.28512397,0.30578512,0.33471075,0.3553719,0.39256197,0.5123967,0.6528926,0.74793386,0.78099173,0.7892562,0.78099173,0.73966944,0.6694215,0.58677685,0.5247934,0.5206612,0.5495868,0.58264464,0.5495868,0.47107437,0.4338843,0.5123967,0.6652893,0.61570245,0.45041323,0.3264463,0.2520661,0.3140496,0.40495867,0.56198347,0.54545456,0.45041323,0.41322315,0.40495867,0.446281,0.553719,0.61157024,0.6735537,0.7107438,0.70247936,0.6735537,0.6322314,0.6198347,0.4752066,0.43801653,0.53305787,0.5413223,0.49173555,0.45454547,0.43801653,0.40082645,0.36363637,0.32231405,0.27272728,0.33471075,0.4752066,0.3429752,0.30165288,0.19421488,0.2107438,0.2892562,0.2892562,0.45041323,0.37603307,0.29752067,0.30578512,0.35950413,0.37190083,0.37190083,0.49586776,0.6942149,0.78512394,0.8140496,0.8140496,0.8140496,0.78099173,0.72727275,0.6363636,0.61157024,0.60330576,0.6528926,0.677686,0.6570248,0.57024795,0.5413223,0.5413223,0.6652893,0.6859504,0.56198347,0.45041323,0.42561984,0.45041323,0.53305787,0.6322314,0.60330576,0.55785125,0.54545456,0.5247934,0.553719,0.6735537,0.71900827,0.72727275,0.75206614,0.71900827,0.6818182,0.6322314,0.607438,0.49173555,0.44214877,0.5247934,0.5495868,0.5206612,0.4752066,0.43801653,0.40495867,0.35123968,0.30578512,0.30165288,0.3966942,0.5495868,0.47107437,0.3966942,0.3140496,0.29338843,0.38016528,0.44214877,0.5371901,0.45041323,0.38429752,0.38429752,0.4090909,0.41322315,0.38842976,0.5123967,0.7107438,0.7933884,0.822314,0.8305785,0.8305785,0.79752064,0.75206614,0.677686,0.661157,0.6404959,0.69008267,0.6818182,0.6942149,0.6652893,0.6280992,0.59090906,0.6280992,0.6652893,0.6570248,0.58264464,0.5785124,0.59917355,0.60330576,0.6198347,0.61570245,0.61570245,0.6363636,0.6363636,0.6487603,0.7355372,0.7644628,0.75206614,0.75619835,0.72727275,0.69008267,0.6322314,0.59504133,0.4338843,0.41322315,0.5289256,0.553719,0.5661157,0.5413223,0.49173555,0.446281,0.38842976,0.39256197,0.44214877,0.4876033,0.5371901,0.5785124,0.49173555,0.45867768,0.42561984,0.5206612,0.57438016,0.58677685,0.54545456,0.5165289,0.49586776,0.446281,0.45454547,0.45041323,0.57024795,0.74380165,0.8057851,0.8264463,0.838843,0.8347107,0.80991733,0.77272725,0.7107438,0.6818182,0.6818182,0.70247936,0.70247936,0.6652893,0.6280992,0.58677685,0.58264464,0.58264464,0.59504133,0.61157024,0.59917355,0.607438,0.6280992,0.62396693,0.6446281,0.6487603,0.661157,0.6735537,0.6983471,0.71900827,0.75619835,0.7768595,0.74380165,0.73966944,0.7231405,0.69008267,0.6404959,0.58264464,0.40082645,0.38016528,0.5247934,0.55785125,0.5785124,0.61157024,0.59090906,0.54545456,0.5,0.46694216,0.4876033,0.5289256,0.5413223,0.56198347,0.57438016,0.5495868,0.54545456,0.5785124,0.58677685,0.5785124,0.57438016,0.553719,0.5206612,0.5041322,0.5289256,0.5247934,0.59917355,0.74793386,0.8057851,0.8305785,0.8347107,0.838843,0.8181818,0.77272725,0.7231405,0.6983471,0.7107438,0.71900827,0.73966944,0.6983471,0.6942149,0.6570248,0.59504133,0.59090906,0.58677685,0.58677685,0.58264464,0.59504133,0.607438,0.62396693,0.6363636,0.6363636,0.6404959,0.6570248,0.6859504,0.72727275,0.75619835,0.7768595,0.75206614,0.74793386,0.71900827,0.6983471,0.6528926,0.57438016,0.3966942,0.4090909,0.5123967,0.57024795,0.60330576,0.6446281,0.6570248,0.6363636,0.60330576,0.5413223,0.53305787,0.5661157,0.57438016,0.57024795,0.58264464,0.57024795,0.57438016,0.55785125,0.56198347,0.56198347,0.58264464,0.57438016,0.5371901,0.5661157,0.59917355,0.58677685,0.6198347,0.73140496,0.8057851,0.8264463,0.8264463,0.838843,0.822314,0.7644628,0.71900827,0.7107438,0.72727275,0.7355372,0.7231405,0.74380165,0.72727275,0.73966944,0.7231405,0.6818182,0.6446281,0.607438,0.59504133,0.59504133,0.59090906,0.59917355,0.60330576,0.6322314,0.6570248,0.70247936,0.74380165,0.76033056,0.7644628,0.76033056,0.75206614,0.74380165,0.71487606,0.69008267,0.6487603,0.5661157,0.40495867,0.4876033,0.5165289,0.55785125,0.6198347,0.6652893,0.6942149,0.69008267,0.6652893,0.59090906,0.5413223,0.553719,0.57024795,0.56198347,0.56198347,0.57438016,0.5661157,0.5661157,0.58264464,0.61157024,0.6280992,0.6198347,0.61157024,0.62396693,0.62396693,0.61570245,0.607438,0.6983471,0.7892562,0.8347107,0.8305785,0.838843,0.822314,0.7644628,0.71900827,0.71900827,0.71900827,0.7355372,0.72727275,0.7107438,0.7107438,0.73140496,0.75619835,0.76859504,0.75206614,0.71487606,0.69008267,0.677686,0.677686,0.6859504,0.6942149,0.7107438,0.72727275,0.75206614,0.7768595,0.78512394,0.7768595,0.75619835,0.74380165,0.74380165,0.71900827,0.69008267,0.6404959,0.553719,0.45454547,0.5123967,0.53305787,0.54545456,0.61570245,0.677686,0.7107438,0.71487606,0.71487606,0.6487603,0.5661157,0.54545456,0.553719,0.5495868,0.55785125,0.58677685,0.59917355,0.6280992,0.6487603,0.6652893,0.69008267,0.6652893,0.6487603,0.6528926,0.6322314,0.6322314,0.61570245,0.6735537,0.76859504,0.8429752,0.838843,0.8305785,0.8140496,0.76033056,0.71487606,0.71900827,0.73140496,0.72727275,0.7355372,0.7107438,0.7066116,0.7107438,0.73966944,0.76859504,0.77272725,0.78099173,0.7644628,0.74793386,0.74380165,0.75206614,0.75619835,0.75619835,0.77272725,0.78099173,0.7892562,0.78512394,0.76859504,0.75206614,0.74793386,0.74380165,0.72727275,0.6942149,0.6404959,0.553719,0.58677685,0.5247934,0.5371901,0.5289256,0.61570245,0.6818182,0.7231405,0.72727275,0.74380165,0.7231405,0.677686,0.6570248,0.6487603,0.6404959,0.6404959,0.6528926,0.677686,0.70247936,0.7231405,0.71487606,0.7231405,0.6942149,0.6487603,0.6446281,0.6446281,0.6363636,0.6322314,0.661157,0.74793386,0.8347107,0.838843,0.822314,0.8016529,0.76033056,0.71487606,0.7066116,0.71487606,0.71900827,0.7107438,0.7107438,0.70247936,0.70247936,0.73966944,0.7644628,0.77272725,0.7933884,0.78512394,0.78099173,0.7768595,0.76033056,0.77272725,0.76859504,0.7768595,0.78099173,0.78099173,0.78099173,0.76859504,0.75619835,0.74793386,0.74380165,0.73140496,0.6859504,0.6322314,0.5413223,0.6322314,0.62396693,0.5785124,0.5041322,0.61570245,0.6652893,0.71487606,0.74380165,0.76033056,0.7644628,0.7644628,0.75619835,0.75206614,0.73966944,0.7231405,0.7107438,0.72727275,0.75206614,0.75619835,0.74380165,0.7066116,0.6859504,0.6404959,0.6322314,0.6404959,0.6404959,0.6404959,0.6446281,0.73140496,0.8140496,0.8347107,0.8181818,0.7933884,0.74793386,0.7231405,0.7066116,0.70247936,0.71487606,0.70247936,0.70247936,0.7107438,0.71900827,0.74380165,0.76859504,0.7768595,0.7892562,0.7933884,0.7933884,0.79752064,0.7933884,0.78512394,0.7768595,0.7768595,0.7768595,0.7768595,0.7768595,0.7644628,0.75619835,0.74380165,0.7355372,0.71900827,0.6735537,0.61157024,0.53305787,0.61570245,0.6487603,0.6859504,0.5165289,0.59090906,0.6487603,0.69008267,0.73966944,0.75619835,0.76033056,0.7768595,0.7768595,0.78099173,0.7768595,0.7644628,0.75619835,0.7644628,0.77272725,0.77272725,0.74380165,0.7107438,0.6818182,0.6446281,0.6280992,0.6280992,0.6322314,0.6363636,0.6322314,0.71900827,0.8057851,0.8347107,0.822314,0.7933884,0.73966944,0.72727275,0.71487606,0.6942149,0.69008267,0.6983471,0.6942149,0.7107438,0.7231405,0.75206614,0.77272725,0.78512394,0.7933884,0.8057851,0.8057851,0.7933884,0.80991733,0.8016529,0.79752064,0.7892562,0.78099173,0.7768595,0.77272725,0.77272725,0.76033056,0.73966944,0.7231405,0.7107438,0.6652893,0.59504133,0.5165289,0.6198347,0.6404959,0.7231405,0.56198347,0.553719,0.6280992,0.677686,0.6942149,0.73966944,0.74380165,0.76033056,0.77272725,0.7768595,0.78099173,0.77272725,0.77272725,0.78099173,0.77272725,0.77272725,0.74793386,0.7231405,0.6859504,0.6487603,0.6280992,0.607438,0.61570245,0.6363636,0.6446281,0.71487606,0.8016529,0.8305785,0.8305785,0.8057851,0.74380165,0.7355372,0.71900827,0.69008267,0.6694215,0.6694215,0.6735537,0.70247936,0.7231405,0.75619835,0.78099173,0.7892562,0.7933884,0.8016529,0.8057851,0.8016529,0.822314,0.80991733,0.8057851,0.8016529,0.7933884,0.77272725,0.76859504,0.76859504,0.75619835,0.7355372,0.71487606,0.6942149,0.6528926,0.58264464,0.5123967,0.62396693,0.6446281,0.69008267,0.59504133,0.54545456,0.59917355,0.6652893,0.677686,0.7231405,0.7355372,0.73966944,0.7644628,0.7768595,0.78512394,0.78099173,0.78099173,0.7892562,0.7768595,0.77272725,0.75206614,0.73140496,0.6942149,0.6404959,0.60330576,0.58264464,0.59917355,0.6446281,0.661157,0.71900827,0.8016529,0.8181818,0.8429752,0.8347107,0.77272725,0.75619835,0.7355372,0.70247936,0.6859504,0.6735537,0.661157,0.6652893,0.70247936,0.74793386,0.78099173,0.78099173,0.7933884,0.79752064,0.8057851,0.8057851,0.822314,0.8016529,0.7933884,0.8057851,0.78512394,0.7644628,0.7644628,0.76033056,0.74793386,0.7231405,0.7066116,0.6818182,0.6363636,0.5661157,0.5082645,0.61570245,0.6363636,0.6694215,0.61157024,0.5289256,0.57024795,0.6322314,0.661157,0.6942149,0.73966944,0.72727275,0.74380165,0.7768595,0.7892562,0.7768595,0.78099173,0.7768595,0.77272725,0.76859504,0.74793386,0.73140496,0.6942149,0.61157024,0.57438016,0.58264464,0.59917355,0.6528926,0.6818182,0.71900827,0.7892562,0.8140496,0.8429752,0.8429752,0.79752064,0.76859504,0.74793386,0.7107438,0.6942149,0.70247936,0.69008267,0.6528926,0.6487603,0.7107438,0.75619835,0.7644628,0.78512394,0.7892562,0.7892562,0.8016529,0.8016529,0.7933884,0.7933884,0.7933884,0.77272725,0.75619835,0.74380165,0.73966944,0.73140496,0.7066116,0.69008267,0.6652893,0.6198347,0.55785125,0.5123967,0.59090906,0.6404959,0.6446281,0.6404959,0.5247934,0.5413223,0.61157024,0.6570248,0.6818182,0.72727275,0.72727275,0.72727275,0.75206614,0.77272725,0.78099173,0.7768595,0.7768595,0.77272725,0.76859504,0.74380165,0.7231405,0.677686,0.57438016,0.57438016,0.61157024,0.607438,0.6528926,0.6942149,0.7107438,0.77272725,0.7933884,0.8429752,0.8471074,0.8140496,0.7892562,0.7644628,0.71487606,0.6818182,0.70247936,0.70247936,0.661157,0.62396693,0.661157,0.71487606,0.73140496,0.75206614,0.76859504,0.7644628,0.78099173,0.76859504,0.78512394,0.7768595,0.7644628,0.75619835,0.74793386,0.7231405,0.71487606,0.7107438,0.6942149,0.6652893,0.6446281,0.60330576,0.54545456,0.5165289,0.4752066,0.5785124,0.607438,0.6570248,0.5413223,0.5123967,0.59090906,0.6404959,0.677686,0.7066116,0.73140496,0.7107438,0.73140496,0.76033056,0.7644628,0.76033056,0.76033056,0.74793386,0.74793386,0.73140496,0.6983471,0.62396693,0.5495868,0.59504133,0.62396693,0.61157024,0.6528926,0.6942149,0.7231405,0.75619835,0.76859504,0.8181818,0.838843,0.822314,0.78512394,0.76033056,0.70247936,0.6652893,0.6818182,0.6859504,0.6487603,0.61570245,0.6528926,0.6983471,0.69008267,0.6942149,0.71900827,0.74380165,0.75619835,0.75619835,0.75619835,0.75619835,0.74793386,0.73966944,0.7355372,0.70247936,0.6983471,0.69008267,0.6735537,0.6487603,0.62396693,0.58677685,0.5495868,0.5247934,0.39256197,0.45867768,0.5413223,0.59917355,0.5371901,0.49173555,0.56198347,0.6280992,0.6528926,0.6818182,0.71487606,0.7107438,0.71900827,0.73966944,0.74380165,0.75619835,0.74793386,0.73966944,0.7231405,0.6942149,0.6446281,0.56198347,0.5289256,0.59504133,0.59917355,0.58677685,0.6363636,0.69008267,0.73140496,0.75619835,0.7644628,0.7768595,0.8140496,0.79752064,0.7644628,0.71900827,0.6363636,0.62396693,0.6404959,0.6446281,0.61157024,0.59917355,0.6652893,0.71487606,0.6983471,0.6570248,0.661157,0.69008267,0.7231405,0.73966944,0.74380165,0.73966944,0.73140496,0.70247936,0.70247936,0.6818182,0.6818182,0.6652893,0.6446281,0.607438,0.60330576,0.5785124,0.5495868,0.5206612,0.38429752,0.38842976,0.42561984,0.47107437,0.45867768,0.46280992,0.53305787,0.61157024,0.6404959,0.6528926,0.6818182,0.6983471,0.70247936,0.7066116,0.73966944,0.7355372,0.7355372,0.71487606,0.69008267,0.6487603,0.59504133,0.5289256,0.5082645,0.5661157,0.553719,0.5247934,0.55785125,0.6280992,0.6942149,0.73966944,0.76033056,0.74793386,0.76859504,0.76033056,0.7107438,0.62396693,0.53305787,0.5,0.4876033,0.5289256,0.5495868,0.607438,0.6652893,0.70247936,0.71487606,0.69008267,0.6280992,0.61570245,0.661157,0.6942149,0.71487606,0.71900827,0.7066116,0.6735537,0.6694215,0.661157,0.6528926,0.6363636,0.6198347,0.59090906,0.59504133,0.56198347,0.5413223,0.5123967,0.39256197,0.37603307,0.39256197,0.38842976,0.39256197,0.43801653,0.5,0.553719,0.59917355,0.6198347,0.6487603,0.6652893,0.6694215,0.6983471,0.6859504,0.6983471,0.6942149,0.6694215,0.6363636,0.60330576,0.58264464,0.5371901,0.5082645,0.5041322,0.47933885,0.4338843,0.42561984,0.49586776,0.607438,0.70247936,0.71900827,0.70247936,0.71900827,0.6694215,0.607438,0.4876033,0.40495867,0.35123968,0.33471075,0.4338843,0.55785125,0.6363636,0.6570248,0.6859504,0.7066116,0.6942149,0.6528926,0.59090906,0.59504133,0.6363636,0.677686,0.6983471,0.6942149,0.6570248,0.6528926,0.6446281,0.6280992,0.6198347,0.59504133,0.59090906,0.5785124,0.55785125,0.5247934,0.5123967,0.3966942,0.38429752,0.39256197,0.38429752,0.38016528,0.4214876,0.47107437,0.49173555,0.54545456,0.57438016,0.607438,0.62396693,0.62396693,0.6487603,0.6694215,0.661157,0.6446281,0.61157024,0.60330576,0.59090906,0.58677685,0.5495868,0.5247934,0.49173555,0.41735536,0.33471075,0.29752067,0.338843,0.43801653,0.5371901,0.59504133,0.59917355,0.607438,0.56198347,0.49586776,0.4090909,0.40082645,0.39256197,0.41735536,0.5206612,0.62396693,0.6528926,0.661157,0.677686,0.6859504,0.69008267,0.69008267,0.6487603,0.58677685,0.5785124,0.6280992,0.6694215,0.677686,0.6528926,0.6446281,0.6363636,0.6322314,0.607438,0.58264464,0.58677685,0.5785124,0.5495868,0.5247934,0.5082645,0.39256197,0.39256197,0.38842976,0.38842976,0.37603307,0.40082645,0.45867768,0.46694216,0.48347107,0.5206612,0.5661157,0.5785124,0.58677685,0.61157024,0.6280992,0.6280992,0.607438,0.5785124,0.57024795,0.58677685,0.58677685,0.553719,0.53305787,0.5206612,0.44214877,0.34710744,0.30578512,0.29752067,0.33471075,0.39256197,0.446281,0.46280992,0.46694216,0.45041323,0.4338843,0.446281,0.5123967,0.53305787,0.57438016,0.6322314,0.6570248,0.661157,0.661157,0.6818182,0.6694215,0.677686,0.70247936,0.6983471,0.6528926,0.58677685,0.5785124,0.6322314,0.6694215,0.6652893,0.6570248,0.6446281,0.6404959,0.60330576,0.59504133,0.5661157,0.57438016,0.553719,0.5206612,0.5,0.38429752,0.39256197,0.38842976,0.38842976,0.38016528,0.38016528,0.446281,0.45867768,0.446281,0.4752066,0.5165289,0.54545456,0.55785125,0.5785124,0.58677685,0.60330576,0.59504133,0.5661157,0.57024795,0.59504133,0.59090906,0.55785125,0.5371901,0.5371901,0.49173555,0.4090909,0.37603307,0.35950413,0.36363637,0.35950413,0.35950413,0.3677686,0.40495867,0.4338843,0.47933885,0.53305787,0.59504133,0.61157024,0.6363636,0.6446281,0.6570248,0.6570248,0.6280992,0.661157,0.661157,0.677686,0.7066116,0.71487606,0.70247936,0.6652893,0.59917355,0.59090906,0.6487603,0.6735537,0.6652893,0.6446281,0.6363636,0.61157024,0.59090906,0.5661157,0.57024795,0.553719,0.5206612,0.4876033,0.38429752,0.39256197,0.38842976,0.38429752,0.38016528,0.37190083,0.42561984,0.45867768,0.43801653,0.446281,0.46694216,0.5,0.53305787,0.5495868,0.55785125,0.58677685,0.58677685,0.57024795,0.59090906,0.57438016,0.553719,0.553719,0.5371901,0.5371901,0.5289256,0.45454547,0.41735536,0.41322315,0.41322315,0.38842976,0.35950413,0.38016528,0.46694216,0.5206612,0.56198347,0.60330576,0.6570248,0.6487603,0.6570248,0.677686,0.6859504,0.6404959,0.62396693,0.6280992,0.6363636,0.6487603,0.6570248,0.6528926,0.6446281,0.6694215,0.6487603,0.59917355,0.6280992,0.6652893,0.6528926,0.6487603,0.6363636,0.60330576,0.56198347,0.5661157,0.5785124,0.54545456,0.53305787,0.45041323,0.38429752,0.38429752,0.38429752,0.38016528,0.37603307,0.37603307,0.40082645,0.45041323,0.44214877,0.42561984,0.42975205,0.46694216,0.5,0.5247934,0.5495868,0.5785124,0.57438016,0.57438016,0.58264464,0.54545456,0.5247934,0.5247934,0.5371901,0.5371901,0.553719,0.5206612,0.45041323,0.4338843,0.43801653,0.43801653,0.41735536,0.47107437,0.56198347,0.59504133,0.6198347,0.6570248,0.6818182,0.6859504,0.6818182,0.6859504,0.71487606,0.677686,0.6694215,0.6570248,0.6404959,0.6280992,0.61570245,0.5413223,0.5413223,0.61570245,0.6528926,0.6446281,0.6404959,0.661157,0.6570248,0.6528926,0.6404959,0.59917355,0.57438016,0.57438016,0.57438016,0.5371901,0.5123967,0.43801653,0.39256197,0.38016528,0.38429752,0.38429752,0.37190083,0.37603307,0.37603307,0.44214877,0.45041323,0.4214876,0.42561984,0.45867768,0.47933885,0.5165289,0.553719,0.57438016,0.5661157,0.5495868,0.5289256,0.5041322,0.5041322,0.5165289,0.5371901,0.55785125,0.553719,0.56198347,0.5247934,0.5123967,0.5082645,0.5165289,0.5413223,0.59090906,0.62396693,0.6363636,0.6694215,0.6942149,0.7107438,0.71900827,0.71487606,0.70247936,0.70247936,0.6859504,0.6652893,0.6570248,0.6487603,0.59917355,0.56198347,0.41735536,0.42975205,0.5371901,0.61570245,0.6570248,0.6652893,0.6652893,0.6694215,0.661157,0.6363636,0.59090906,0.5661157,0.58264464,0.5661157,0.5247934,0.4752066,0.46694216,0.38842976,0.38429752,0.38429752,0.38016528,0.37603307,0.38016528,0.35950413,0.42975205,0.47107437,0.44214877,0.41735536,0.42975205,0.47107437,0.5082645,0.55785125,0.58677685,0.5785124,0.5371901,0.4752066,0.42975205,0.45041323,0.5041322,0.54545456,0.5661157,0.59504133,0.59504133,0.59917355,0.607438,0.59090906,0.59917355,0.61570245,0.661157,0.6694215,0.6652893,0.6652893,0.6694215,0.6694215,0.661157,0.6570248,0.6446281,0.62396693,0.607438,0.58264464,0.57024795,0.54545456,0.47107437,0.43801653,0.41322315,0.44214877,0.5247934,0.5661157,0.6404959,0.6818182,0.677686,0.6694215,0.6487603,0.61157024,0.57024795,0.56198347,0.5785124,0.56198347,0.5041322,0.446281,0.5,0.38842976,0.37603307,0.38016528,0.37603307,0.37603307,0.38429752,0.37190083,0.37603307,0.4752066,0.46280992,0.4338843,0.4338843,0.46694216,0.5123967,0.57024795,0.61570245,0.62396693,0.5785124,0.46694216,0.34710744,0.35950413,0.45454547,0.5247934,0.5495868,0.57024795,0.59090906,0.59917355,0.59090906,0.57438016,0.5661157,0.5785124,0.607438,0.61570245,0.60330576,0.5785124,0.56198347,0.54545456,0.5413223,0.53305787,0.5289256,0.5041322,0.45454547,0.44214877,0.40082645,0.37603307,0.37603307,0.47107437,0.60330576,0.59917355,0.61157024,0.59917355,0.6487603,0.6859504,0.6859504,0.6652893,0.6363636,0.59504133,0.553719,0.553719,0.57024795,0.54545456,0.47107437,0.45041323,0.5247934,0.38429752,0.38016528,0.38429752,0.37603307,0.38016528,0.38842976,0.3677686,0.35950413,0.45867768,0.4752066,0.46280992,0.4338843,0.446281,0.49586776,0.57438016,0.6280992,0.6570248,0.6363636,0.5289256,0.3553719,0.2231405,0.27272728,0.38016528,0.38842976,0.40495867,0.44214877,0.45454547,0.47107437,0.45041323,0.41322315,0.46694216,0.46280992,0.45867768,0.45867768,0.45041323,0.45454547,0.45454547,0.41735536,0.38429752,0.40495867,0.3966942,0.3264463,0.34710744,0.36363637,0.41735536,0.53305787,0.6322314,0.6942149,0.6942149,0.6818182,0.6735537,0.6942149,0.6859504,0.677686,0.6404959,0.61570245,0.58264464,0.553719,0.553719,0.56198347,0.5206612,0.446281,0.4752066,0.5289256,0.38429752,0.38016528,0.37190083,0.37603307,0.37190083,0.38429752,0.37603307,0.3429752,0.40495867,0.47107437,0.48347107,0.46280992,0.43801653,0.47107437,0.5495868,0.61157024,0.6528926,0.6570248,0.59917355,0.45867768,0.33471075,0.30578512,0.2644628,0.24793388,0.23966943,0.30165288,0.3264463,0.39256197,0.38016528,0.28099173,0.42561984,0.45041323,0.446281,0.42975205,0.40082645,0.47933885,0.49173555,0.42975205,0.33471075,0.39256197,0.42975205,0.40495867,0.45454547,0.5206612,0.58264464,0.6528926,0.6942149,0.7066116,0.7107438,0.70247936,0.7066116,0.7107438,0.69008267,0.6652893,0.62396693,0.58264464,0.55785125,0.5495868,0.5413223,0.5371901,0.48347107,0.45454547,0.5041322,0.53305787,0.38429752,0.38429752,0.37190083,0.38016528,0.37603307,0.38016528,0.36363637,0.37190083,0.3553719,0.42975205,0.48347107,0.48347107,0.446281,0.45454547,0.5123967,0.58677685,0.6363636,0.661157,0.6446281,0.57438016,0.45867768,0.42975205,0.4090909,0.3264463,0.25619835,0.2644628,0.27272728,0.35950413,0.37190083,0.23553719,0.44214877,0.5,0.5165289,0.5289256,0.40082645,0.5123967,0.5123967,0.5165289,0.46694216,0.5,0.56198347,0.5785124,0.59917355,0.6280992,0.6652893,0.6983471,0.71487606,0.71487606,0.7231405,0.70247936,0.74380165,0.72727275,0.74793386,0.6652893,0.61157024,0.5785124,0.5413223,0.5495868,0.54545456,0.5082645,0.45041323,0.4876033,0.5413223,0.53305787,0.38429752,0.37603307,0.37603307,0.37190083,0.37190083,0.38429752,0.36363637,0.37603307,0.34710744,0.38429752,0.45041323,0.47933885,0.47107437,0.45041323,0.4752066,0.54545456,0.6198347,0.6694215,0.6859504,0.6363636,0.57024795,0.5413223,0.53305787,0.4752066,0.41322315,0.38429752,0.37190083,0.39256197,0.41322315,0.35123968,0.446281,0.5123967,0.5206612,0.55785125,0.48347107,0.553719,0.6198347,0.69008267,0.6528926,0.6570248,0.6735537,0.6694215,0.661157,0.6652893,0.69008267,0.7107438,0.7231405,0.71487606,0.7231405,0.7231405,0.73140496,0.7231405,0.73140496,0.661157,0.61570245,0.57438016,0.53305787,0.54545456,0.5371901,0.46280992,0.44214877,0.53305787,0.553719,0.5289256,0.38016528,0.3677686,0.3677686,0.3677686,0.37190083,0.3677686,0.3677686,0.36363637,0.36363637,0.35123968,0.40082645,0.46694216,0.4876033,0.45041323,0.446281,0.5041322,0.59504133,0.661157,0.70247936,0.6735537,0.6280992,0.6280992,0.607438,0.58264464,0.54545456,0.53305787,0.5371901,0.5413223,0.5371901,0.5247934,0.53305787,0.5661157,0.59090906,0.607438,0.59917355,0.61570245,0.6487603,0.6983471,0.7107438,0.71900827,0.70247936,0.6983471,0.6735537,0.6694215,0.6983471,0.71900827,0.71487606,0.70247936,0.6983471,0.71487606,0.6818182,0.6652893,0.6859504,0.6487603,0.59917355,0.5661157,0.5289256,0.5289256,0.49173555,0.42561984,0.47933885,0.56198347,0.553719,0.5165289,0.37603307,0.37190083,0.37603307,0.37190083,0.37190083,0.37190083,0.3677686,0.36363637,0.3677686,0.36363637,0.34710744,0.42561984,0.46280992,0.46694216,0.42975205,0.4752066,0.5495868,0.6487603,0.70247936,0.70247936,0.6818182,0.6735537,0.6652893,0.6404959,0.61157024,0.58264464,0.59090906,0.61570245,0.6198347,0.62396693,0.62396693,0.6198347,0.6404959,0.6487603,0.6322314,0.6570248,0.6694215,0.69008267,0.72727275,0.7355372,0.70247936,0.6942149,0.6694215,0.6652893,0.6983471,0.71487606,0.70247936,0.69008267,0.6818182,0.6859504,0.69008267,0.6818182,0.677686,0.6280992,0.58264464,0.553719,0.5165289,0.5123967,0.42975205,0.43801653,0.5413223,0.57438016,0.5413223,0.5123967,0.3677686,0.37190083,0.3677686,0.3677686,0.37190083,0.3677686,0.37190083,0.35950413,0.36363637,0.37190083,0.338843,0.37190083,0.42561984,0.45867768,0.44214877,0.44214877,0.49586776,0.59917355,0.6528926,0.6942149,0.71487606,0.6983471,0.6859504,0.6652893,0.6404959,0.59504133,0.57438016,0.59917355,0.61570245,0.62396693,0.6363636,0.6487603,0.6528926,0.6570248,0.6570248,0.6487603,0.6570248,0.661157,0.677686,0.6983471,0.7066116,0.6942149,0.6818182,0.6735537,0.6942149,0.6983471,0.6859504,0.6652893,0.6652893,0.6735537,0.6942149,0.6859504,0.6735537,0.61570245,0.5661157,0.5371901,0.5123967,0.45867768,0.4090909,0.49586776,0.56198347,0.57024795,0.5123967,0.5,0.36363637,0.3677686,0.3677686,0.37190083,0.37190083,0.36363637,0.3677686,0.36363637,0.35950413,0.3677686,0.35123968,0.3553719,0.42975205,0.41322315,0.446281,0.42975205,0.4338843,0.5495868,0.60330576,0.6528926,0.6735537,0.6942149,0.6818182,0.6694215,0.6528926,0.62396693,0.58677685,0.58677685,0.59504133,0.59917355,0.61570245,0.62396693,0.61157024,0.6198347,0.6198347,0.6198347,0.6280992,0.6487603,0.6735537,0.6942149,0.6942149,0.6859504,0.6859504,0.6735537,0.677686,0.677686,0.661157,0.6404959,0.6528926,0.6859504,0.69008267,0.6859504,0.6570248,0.60330576,0.553719,0.5165289,0.4752066,0.38016528,0.46694216,0.553719,0.57024795,0.553719,0.49586776,0.4876033,0.3677686,0.37190083,0.3677686,0.3677686,0.3677686,0.36363637,0.36363637,0.35950413,0.36363637,0.36363637,0.35123968,0.35123968,0.46694216,0.4090909,0.41322315,0.41735536,0.41735536,0.48347107,0.58677685,0.6198347,0.6487603,0.6735537,0.677686,0.6570248,0.6487603,0.6363636,0.61157024,0.59917355,0.59917355,0.607438,0.62396693,0.6322314,0.6322314,0.6363636,0.6198347,0.6280992,0.6570248,0.6446281,0.6570248,0.6818182,0.6694215,0.6694215,0.677686,0.6652893,0.661157,0.6694215,0.6363636,0.62396693,0.661157,0.69008267,0.70247936,0.69008267,0.6404959,0.59504133,0.53305787,0.47107437,0.3966942,0.41322315,0.5123967,0.5413223,0.58264464,0.56198347,0.5123967,0.45454547,0.36363637,0.3677686,0.3553719,0.36363637,0.36363637,0.35950413,0.35950413,0.3553719,0.35950413,0.35950413,0.35123968,0.34710744,0.47107437,0.5,0.3966942,0.40082645,0.40495867,0.41735536,0.54545456,0.59090906,0.6363636,0.6570248,0.6694215,0.6528926,0.6404959,0.6322314,0.6198347,0.61157024,0.61157024,0.6198347,0.6404959,0.6446281,0.6446281,0.6446281,0.6404959,0.62396693,0.6528926,0.6528926,0.661157,0.6652893,0.6694215,0.6735537,0.6652893,0.6694215,0.6652893,0.661157,0.6487603,0.6652893,0.6859504,0.7066116,0.7066116,0.6859504,0.6280992,0.56198347,0.4876033,0.3966942,0.38842976,0.48347107,0.5289256,0.5289256,0.59090906,0.5371901,0.5206612,0.49586776,0.37190083,0.3677686,0.3553719,0.36363637,0.36363637,0.36363637,0.3553719,0.35123968,0.35950413,0.3553719,0.3429752,0.35123968,0.45041323,0.5165289,0.47107437,0.37603307,0.38842976,0.3966942,0.47933885,0.55785125,0.61570245,0.6446281,0.677686,0.6652893,0.6280992,0.61570245,0.61570245,0.6198347,0.61570245,0.6198347,0.6446281,0.6652893,0.6694215,0.677686,0.6818182,0.677686,0.6818182,0.69008267,0.70247936,0.6859504,0.6859504,0.6818182,0.6735537,0.677686,0.677686,0.6694215,0.6735537,0.6942149,0.69008267,0.7066116,0.70247936,0.6528926,0.58677685,0.5123967,0.41322315,0.36363637,0.446281,0.5371901,0.56198347,0.53305787,0.55785125,0.5495868,0.5247934,0.5,0.37190083,0.36363637,0.3553719,0.35950413,0.3553719,0.3553719,0.34710744,0.3553719,0.35123968,0.34710744,0.3429752,0.33471075,0.44214877,0.5082645,0.5,0.43801653,0.38842976,0.38016528,0.41735536,0.5082645,0.59504133,0.6280992,0.6818182,0.6652893,0.6280992,0.6322314,0.6280992,0.6198347,0.61570245,0.6198347,0.6446281,0.6818182,0.69008267,0.7107438,0.72727275,0.7355372,0.73966944,0.74380165,0.73966944,0.72727275,0.7066116,0.6942149,0.6859504,0.70247936,0.7066116,0.7107438,0.6983471,0.7107438,0.71487606,0.72727275,0.6983471,0.61157024,0.5413223,0.44214877,0.3677686,0.41322315,0.49586776,0.57438016,0.5785124,0.5247934,0.5413223,0.5247934,0.5165289,0.5,0.35950413,0.35950413,0.36363637,0.35123968,0.3553719,0.35123968,0.34710744,0.35123968,0.35123968,0.35123968,0.3429752,0.3264463,0.4338843,0.5123967,0.5,0.5,0.42561984,0.37190083,0.37190083,0.4338843,0.5495868,0.60330576,0.6735537,0.677686,0.6280992,0.677686,0.6818182,0.6487603,0.6404959,0.6487603,0.6652893,0.6983471,0.7066116,0.72727275,0.74380165,0.75619835,0.76859504,0.77272725,0.7644628,0.74380165,0.71487606,0.6859504,0.6818182,0.7231405,0.73140496,0.7355372,0.7231405,0.7066116,0.7107438,0.7066116,0.6528926,0.5661157,0.47933885,0.38429752,0.40082645,0.49586776,0.54545456,0.58264464,0.58264464,0.5495868,0.54545456,0.5165289,0.5082645,0.4876033,0.35950413,0.3553719,0.3553719,0.3553719,0.34710744,0.34710744,0.35123968,0.34710744,0.35123968,0.34710744,0.3429752,0.338843,0.446281,0.53305787,0.5165289,0.49586776,0.4752066,0.41322315,0.35950413,0.37603307,0.46694216,0.57024795,0.6322314,0.6735537,0.6446281,0.6818182,0.71900827,0.6983471,0.6859504,0.6818182,0.6859504,0.69008267,0.6942149,0.7231405,0.74380165,0.74793386,0.7644628,0.77272725,0.77272725,0.75619835,0.7231405,0.70247936,0.70247936,0.72727275,0.74380165,0.74793386,0.7355372,0.71487606,0.69008267,0.6694215,0.60330576,0.49586776,0.40495867,0.39256197,0.46694216,0.5371901,0.57438016,0.59090906,0.57438016,0.55785125,0.553719,0.5247934,0.5123967,0.4876033,0.3553719,0.35123968,0.35123968,0.3553719,0.34710744,0.34710744,0.34710744,0.34710744,0.34710744,0.34710744,0.36363637,0.40082645,0.43801653,0.53305787,0.5247934,0.5041322,0.47933885,0.46280992,0.40082645,0.35950413,0.38429752,0.49173555,0.5785124,0.6280992,0.6694215,0.677686,0.7066116,0.72727275,0.72727275,0.70247936,0.677686,0.6735537,0.6859504,0.7231405,0.74793386,0.74793386,0.75206614,0.76859504,0.76859504,0.7644628,0.74793386,0.7355372,0.71900827,0.7066116,0.73966944,0.73966944,0.72727275,0.69008267,0.661157,0.62396693,0.5371901,0.4214876,0.39256197,0.45454547,0.5165289,0.55785125,0.5785124,0.59504133,0.58677685,0.5413223,0.54545456,0.53305787,0.5041322,0.48347107,0.3553719,0.3553719,0.34710744,0.35123968,0.34710744,0.34710744,0.35123968,0.3429752,0.3429752,0.33471075,0.41735536,0.30991736,0.34710744,0.55785125,0.5413223,0.5041322,0.4752066,0.46694216,0.43801653,0.38842976,0.35950413,0.39256197,0.5,0.5661157,0.6487603,0.6652893,0.6942149,0.71900827,0.72727275,0.70247936,0.677686,0.6694215,0.6942149,0.72727275,0.7355372,0.73140496,0.72727275,0.74380165,0.75619835,0.75206614,0.75206614,0.75206614,0.6983471,0.69008267,0.73140496,0.71487606,0.6983471,0.6487603,0.61570245,0.55785125,0.446281,0.40082645,0.446281,0.5,0.553719,0.57024795,0.57024795,0.58264464,0.5785124,0.55785125,0.553719,0.53305787,0.5082645,0.47933885,0.34710744,0.35123968,0.3429752,0.34710744,0.3429752,0.34710744,0.3429752,0.338843,0.3553719,0.4090909,0.42561984,0.18595041,0.38016528,0.5661157,0.54545456,0.5289256,0.49586776,0.47933885,0.45041323,0.4090909,0.3966942,0.36363637,0.40495867,0.48347107,0.57438016,0.62396693,0.6570248,0.6818182,0.71487606,0.6818182,0.661157,0.6735537,0.6983471,0.71900827,0.7066116,0.70247936,0.6983471,0.70247936,0.71900827,0.7231405,0.7231405,0.72727275,0.70247936,0.69008267,0.6942149,0.6735537,0.6404959,0.607438,0.5495868,0.45041323,0.38842976,0.44214877,0.5165289,0.5495868,0.5785124,0.59504133,0.59090906,0.59504133,0.5785124,0.56198347,0.54545456,0.5289256,0.5082645,0.46280992,0.34710744,0.34710744,0.34710744,0.34710744,0.3429752,0.3429752,0.32231405,0.37603307,0.45454547,0.30991736,0.17768595,0.19008264,0.43801653,0.5661157,0.54545456,0.5371901,0.5165289,0.49586776,0.46280992,0.4214876,0.4090909,0.3966942,0.38429752,0.37603307,0.45867768,0.553719,0.59917355,0.6322314,0.677686,0.6487603,0.6322314,0.6363636,0.6694215,0.677686,0.6652893,0.6570248,0.6487603,0.6363636,0.6487603,0.6694215,0.6570248,0.6570248,0.6652893,0.6528926,0.6280992,0.60330576,0.57438016,0.53305787,0.45041323,0.3966942,0.40082645,0.49586776,0.553719,0.57438016,0.58264464,0.59090906,0.59917355,0.58677685,0.58264464,0.57024795,0.54545456,0.53305787,0.5247934,0.446281,0.3429752,0.3429752,0.3429752,0.3429752,0.338843,0.34710744,0.3140496,0.446281,0.46694216,0.06198347,0.20661157,0.2107438,0.40495867,0.57024795,0.55785125,0.5413223,0.5247934,0.5123967,0.4876033,0.45454547,0.41735536,0.40082645,0.40082645,0.37190083,0.3677686,0.446281,0.5289256,0.553719,0.6198347,0.61570245,0.59090906,0.59504133,0.59917355,0.62396693,0.61157024,0.607438,0.607438,0.59917355,0.59090906,0.61570245,0.59090906,0.57024795,0.57024795,0.553719,0.54545456,0.5247934,0.49173555,0.4214876,0.3966942,0.4338843,0.446281,0.5247934,0.553719,0.58264464,0.58677685,0.57024795,0.57438016,0.58677685,0.59090906,0.56198347,0.54545456,0.53305787,0.5247934,0.42975205,0.338843,0.338843,0.338843,0.338843,0.338843,0.3553719,0.3966942,0.41735536,0.5041322,0.0785124,0.3553719,0.11570248,0.45867768,0.56198347,0.553719,0.54545456,0.5289256,0.5289256,0.5082645,0.47107437,0.45454547,0.4338843,0.41322315,0.38842976,0.35950413,0.35950413,0.41322315,0.46694216,0.5165289,0.54545456,0.53305787,0.53305787,0.53305787,0.5413223,0.54545456,0.5495868,0.5495868,0.53305787,0.5123967,0.5165289,0.5206612,0.5,0.47933885,0.46694216,0.45041323,0.4214876,0.38842976,0.36363637,0.41322315,0.46694216,0.4752066,0.53305787,0.57438016,0.59917355,0.60330576,0.59090906,0.58264464,0.60330576,0.57438016,0.553719,0.553719,0.5289256,0.5082645,0.43801653,4 +0.3264463,0.46280992,0.553719,0.553719,0.553719,0.5413223,0.607438,0.6446281,0.677686,0.70247936,0.71900827,0.71900827,0.72727275,0.7355372,0.74793386,0.75619835,0.7768595,0.7892562,0.78512394,0.78512394,0.7892562,0.7768595,0.7892562,0.79752064,0.7933884,0.8016529,0.8016529,0.8016529,0.8016529,0.8181818,0.822314,0.8140496,0.8140496,0.8057851,0.80991733,0.8057851,0.8057851,0.8057851,0.8057851,0.79752064,0.80991733,0.8057851,0.79752064,0.8016529,0.79752064,0.79752064,0.7892562,0.7892562,0.7892562,0.78512394,0.7892562,0.7892562,0.7933884,0.78512394,0.7768595,0.77272725,0.7355372,0.7107438,0.69008267,0.6363636,0.62396693,0.607438,0.59504133,0.59917355,0.34710744,0.4752066,0.54545456,0.5413223,0.5413223,0.5371901,0.58264464,0.6322314,0.6694215,0.6983471,0.7107438,0.71487606,0.72727275,0.7231405,0.75206614,0.75206614,0.76859504,0.7768595,0.7768595,0.78099173,0.7892562,0.78099173,0.78099173,0.7933884,0.7933884,0.79752064,0.8016529,0.79752064,0.8016529,0.8140496,0.822314,0.8181818,0.8140496,0.8057851,0.8057851,0.80991733,0.8057851,0.80991733,0.8057851,0.8016529,0.7933884,0.79752064,0.7892562,0.7892562,0.78512394,0.78512394,0.7768595,0.7768595,0.78099173,0.77272725,0.7892562,0.78512394,0.78512394,0.78099173,0.77272725,0.7644628,0.74793386,0.7107438,0.6818182,0.6322314,0.62396693,0.59917355,0.60330576,0.59917355,0.37190083,0.4876033,0.53305787,0.5371901,0.5371901,0.5289256,0.5661157,0.62396693,0.6570248,0.69008267,0.6983471,0.6942149,0.6859504,0.71487606,0.74793386,0.75206614,0.75619835,0.7768595,0.78512394,0.7933884,0.79752064,0.79752064,0.7933884,0.7933884,0.8016529,0.80991733,0.80991733,0.8057851,0.80991733,0.8181818,0.8264463,0.8057851,0.8181818,0.8016529,0.80991733,0.8140496,0.8140496,0.80991733,0.8057851,0.80991733,0.8016529,0.8016529,0.7933884,0.79752064,0.7933884,0.78512394,0.76859504,0.77272725,0.7644628,0.7644628,0.7768595,0.78099173,0.7768595,0.77272725,0.7644628,0.75206614,0.74380165,0.6983471,0.6735537,0.6446281,0.61570245,0.59917355,0.607438,0.60330576,0.38842976,0.48347107,0.5371901,0.5289256,0.5289256,0.5247934,0.553719,0.607438,0.6528926,0.677686,0.69008267,0.677686,0.69008267,0.70247936,0.73966944,0.76033056,0.7644628,0.78099173,0.8016529,0.8057851,0.8057851,0.80991733,0.8057851,0.8016529,0.8140496,0.8264463,0.8264463,0.8181818,0.8181818,0.8264463,0.8181818,0.8181818,0.8140496,0.80991733,0.8140496,0.8181818,0.8181818,0.80991733,0.8140496,0.80991733,0.80991733,0.80991733,0.8016529,0.79752064,0.8016529,0.7933884,0.7768595,0.77272725,0.75619835,0.76033056,0.7644628,0.7644628,0.75619835,0.75619835,0.76033056,0.74380165,0.7231405,0.69008267,0.6652893,0.6363636,0.61570245,0.59917355,0.607438,0.59917355,0.40082645,0.5,0.5247934,0.5206612,0.5247934,0.5247934,0.5371901,0.58677685,0.6363636,0.661157,0.6818182,0.6818182,0.6694215,0.7066116,0.72727275,0.75619835,0.7644628,0.7768595,0.8057851,0.8057851,0.8057851,0.8140496,0.80991733,0.8140496,0.80991733,0.8181818,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.822314,0.8140496,0.8140496,0.8140496,0.8181818,0.8181818,0.822314,0.8140496,0.8181818,0.822314,0.822314,0.80991733,0.8057851,0.79752064,0.78512394,0.77272725,0.76033056,0.74793386,0.76033056,0.74380165,0.7355372,0.73966944,0.74380165,0.7231405,0.70247936,0.6652893,0.6528926,0.6322314,0.607438,0.607438,0.61157024,0.59504133,0.38842976,0.4876033,0.5247934,0.5041322,0.53305787,0.5165289,0.5247934,0.57438016,0.6280992,0.6528926,0.6694215,0.6859504,0.6818182,0.6983471,0.71487606,0.7355372,0.74380165,0.7644628,0.77272725,0.76859504,0.75619835,0.77272725,0.7892562,0.79752064,0.79752064,0.8057851,0.8181818,0.8181818,0.822314,0.8264463,0.8264463,0.822314,0.8140496,0.8140496,0.8140496,0.8181818,0.8057851,0.80991733,0.8057851,0.80991733,0.80991733,0.80991733,0.8140496,0.8016529,0.7933884,0.78512394,0.78512394,0.76033056,0.7768595,0.75619835,0.74793386,0.7355372,0.7355372,0.7355372,0.7231405,0.7066116,0.6818182,0.661157,0.6487603,0.6280992,0.607438,0.607438,0.607438,0.59504133,0.4090909,0.46280992,0.5,0.5123967,0.5206612,0.5123967,0.5165289,0.57438016,0.6198347,0.6528926,0.661157,0.677686,0.6570248,0.6404959,0.661157,0.6487603,0.61570245,0.6280992,0.6280992,0.6198347,0.6404959,0.677686,0.71900827,0.75619835,0.7644628,0.7768595,0.79752064,0.8140496,0.80991733,0.8181818,0.8181818,0.8181818,0.8181818,0.8016529,0.7933884,0.8057851,0.78099173,0.78512394,0.76859504,0.7644628,0.76033056,0.74380165,0.7355372,0.72727275,0.7107438,0.6983471,0.7107438,0.71487606,0.74380165,0.73140496,0.71900827,0.71900827,0.7231405,0.7231405,0.7107438,0.6983471,0.6735537,0.6446281,0.6280992,0.6198347,0.607438,0.59917355,0.60330576,0.58677685,0.39256197,0.45041323,0.4876033,0.5123967,0.5165289,0.5082645,0.5041322,0.57438016,0.62396693,0.661157,0.6404959,0.6280992,0.59917355,0.58677685,0.5661157,0.5495868,0.54545456,0.55785125,0.5413223,0.53305787,0.5495868,0.5785124,0.6198347,0.6859504,0.71900827,0.73140496,0.76859504,0.7933884,0.7892562,0.79752064,0.8057851,0.8016529,0.79752064,0.79752064,0.78099173,0.78512394,0.75619835,0.75619835,0.74380165,0.71900827,0.6818182,0.6487603,0.6487603,0.6280992,0.58677685,0.5661157,0.5661157,0.607438,0.6487603,0.6446281,0.677686,0.7107438,0.7066116,0.6983471,0.7107438,0.70247936,0.6652893,0.6322314,0.61570245,0.61157024,0.60330576,0.59917355,0.60330576,0.57024795,0.38429752,0.4338843,0.4876033,0.5082645,0.5206612,0.5165289,0.5041322,0.58677685,0.6198347,0.6404959,0.59504133,0.553719,0.5206612,0.5,0.48347107,0.5,0.5165289,0.53305787,0.5247934,0.5165289,0.54545456,0.5495868,0.55785125,0.6322314,0.6735537,0.7066116,0.7355372,0.75619835,0.7644628,0.77272725,0.7892562,0.7768595,0.76859504,0.78099173,0.7768595,0.75206614,0.7355372,0.71900827,0.74380165,0.6818182,0.6280992,0.59090906,0.59090906,0.5661157,0.54545456,0.5206612,0.4876033,0.49173555,0.5206612,0.53305787,0.59504133,0.69008267,0.69008267,0.69008267,0.6942149,0.6942149,0.6818182,0.6198347,0.60330576,0.59917355,0.59917355,0.60330576,0.60330576,0.5661157,0.40495867,0.44214877,0.4876033,0.5041322,0.5206612,0.5206612,0.53305787,0.5661157,0.61570245,0.56198347,0.53305787,0.5082645,0.46694216,0.4214876,0.3966942,0.42975205,0.45454547,0.47107437,0.47933885,0.5165289,0.5165289,0.5289256,0.53305787,0.5785124,0.59917355,0.6735537,0.69008267,0.71487606,0.74793386,0.75206614,0.7644628,0.75619835,0.75206614,0.75206614,0.74793386,0.71487606,0.6983471,0.6983471,0.6859504,0.6404959,0.61157024,0.5661157,0.54545456,0.5247934,0.49586776,0.45867768,0.43801653,0.446281,0.44214877,0.46280992,0.5371901,0.6528926,0.6322314,0.62396693,0.69008267,0.6652893,0.6735537,0.6322314,0.59917355,0.59090906,0.59917355,0.61570245,0.59504133,0.56198347,0.4090909,0.45454547,0.48347107,0.5,0.5206612,0.5206612,0.5165289,0.5413223,0.5247934,0.4752066,0.49173555,0.49586776,0.47933885,0.4338843,0.4214876,0.44214877,0.45867768,0.46280992,0.46280992,0.48347107,0.49586776,0.5,0.5041322,0.5247934,0.56198347,0.6280992,0.6652893,0.6983471,0.73140496,0.74793386,0.75619835,0.76033056,0.75206614,0.75619835,0.7231405,0.69008267,0.6735537,0.6528926,0.62396693,0.607438,0.59504133,0.5661157,0.54545456,0.5289256,0.4876033,0.4752066,0.5,0.5247934,0.5289256,0.5247934,0.57024795,0.6404959,0.6404959,0.59504133,0.6363636,0.6198347,0.62396693,0.6404959,0.607438,0.58677685,0.60330576,0.61570245,0.5785124,0.56198347,0.40495867,0.45867768,0.47933885,0.49586776,0.5247934,0.5206612,0.49173555,0.5082645,0.5289256,0.5206612,0.5371901,0.5661157,0.55785125,0.5206612,0.5289256,0.5247934,0.5165289,0.5,0.46694216,0.45041323,0.446281,0.45041323,0.46280992,0.47107437,0.49586776,0.55785125,0.61570245,0.6818182,0.72727275,0.76033056,0.7768595,0.7933884,0.76859504,0.76033056,0.7107438,0.6694215,0.6487603,0.59504133,0.55785125,0.57438016,0.553719,0.54545456,0.5371901,0.5289256,0.5247934,0.54545456,0.58264464,0.61570245,0.6280992,0.6322314,0.661157,0.6735537,0.6652893,0.6487603,0.6280992,0.6363636,0.61570245,0.6198347,0.58264464,0.58264464,0.61157024,0.607438,0.5785124,0.57438016,0.39256197,0.44214877,0.47933885,0.5041322,0.5247934,0.5082645,0.48347107,0.53305787,0.5413223,0.55785125,0.56198347,0.57024795,0.57024795,0.54545456,0.53305787,0.5247934,0.5,0.5,0.46694216,0.4338843,0.40495867,0.40082645,0.41322315,0.42975205,0.44214877,0.48347107,0.5371901,0.6404959,0.73966944,0.78512394,0.8016529,0.80991733,0.7933884,0.7644628,0.7066116,0.6570248,0.607438,0.553719,0.53305787,0.54545456,0.5413223,0.5247934,0.5247934,0.5123967,0.5165289,0.54545456,0.5785124,0.607438,0.6322314,0.6528926,0.6652893,0.6859504,0.6859504,0.6652893,0.6735537,0.6570248,0.6198347,0.60330576,0.55785125,0.5661157,0.61157024,0.60330576,0.59090906,0.57438016,0.38429752,0.42975205,0.47933885,0.5123967,0.53305787,0.5041322,0.4876033,0.5371901,0.54545456,0.5495868,0.55785125,0.54545456,0.5289256,0.5123967,0.5123967,0.5247934,0.54545456,0.5661157,0.54545456,0.53305787,0.4752066,0.4214876,0.38842976,0.40495867,0.4090909,0.42561984,0.47107437,0.6280992,0.76033056,0.8057851,0.8181818,0.8140496,0.79752064,0.7768595,0.71900827,0.6487603,0.5785124,0.5495868,0.553719,0.55785125,0.54545456,0.553719,0.55785125,0.5289256,0.53305787,0.553719,0.57024795,0.58264464,0.607438,0.59504133,0.59504133,0.6363636,0.6694215,0.6694215,0.6694215,0.6528926,0.6404959,0.62396693,0.54545456,0.5495868,0.59917355,0.61570245,0.59090906,0.57438016,0.37603307,0.4214876,0.4752066,0.5123967,0.5413223,0.5123967,0.47107437,0.53305787,0.553719,0.5413223,0.5123967,0.47933885,0.4876033,0.5082645,0.5206612,0.55785125,0.54545456,0.5123967,0.5206612,0.5785124,0.55785125,0.5289256,0.4752066,0.4214876,0.3966942,0.4090909,0.446281,0.62396693,0.76859504,0.80991733,0.8181818,0.822314,0.8057851,0.78512394,0.7231405,0.6404959,0.59090906,0.58264464,0.59504133,0.58677685,0.57438016,0.58264464,0.57024795,0.5495868,0.54545456,0.5413223,0.56198347,0.607438,0.6528926,0.61570245,0.61157024,0.56198347,0.57438016,0.6322314,0.6528926,0.6446281,0.6363636,0.6280992,0.5661157,0.5371901,0.59504133,0.6198347,0.60330576,0.58264464,0.39256197,0.41735536,0.46694216,0.5206612,0.54545456,0.5206612,0.4752066,0.5123967,0.5371901,0.5165289,0.45454547,0.47107437,0.4752066,0.45867768,0.39256197,0.3429752,0.30578512,0.29752067,0.32231405,0.38429752,0.48347107,0.553719,0.57438016,0.5165289,0.4214876,0.40495867,0.4752066,0.6446281,0.77272725,0.8057851,0.8181818,0.8264463,0.8140496,0.7768595,0.7231405,0.6528926,0.6280992,0.62396693,0.6322314,0.62396693,0.61570245,0.58264464,0.5289256,0.5082645,0.48347107,0.4090909,0.3677686,0.40082645,0.39256197,0.4752066,0.5413223,0.54545456,0.57438016,0.5123967,0.58677685,0.6404959,0.6404959,0.6404959,0.59917355,0.54545456,0.58264464,0.6198347,0.60330576,0.58677685,0.35950413,0.41735536,0.45454547,0.5123967,0.5413223,0.5247934,0.5,0.5123967,0.5413223,0.5041322,0.446281,0.46280992,0.38429752,0.45041323,0.37603307,0.3140496,0.25619835,0.38016528,0.5289256,0.38429752,0.54545456,0.5041322,0.47933885,0.5247934,0.48347107,0.46280992,0.5371901,0.6735537,0.78099173,0.80991733,0.8140496,0.822314,0.8181818,0.78512394,0.7355372,0.677686,0.6570248,0.6570248,0.6942149,0.6735537,0.61570245,0.5165289,0.48347107,0.553719,0.5413223,0.41735536,0.29752067,0.45867768,0.36363637,0.2520661,0.41735536,0.45041323,0.5413223,0.5289256,0.5247934,0.607438,0.6446281,0.6446281,0.6322314,0.58677685,0.59917355,0.607438,0.60330576,0.59090906,0.3305785,0.39256197,0.446281,0.5206612,0.5495868,0.5247934,0.5165289,0.5413223,0.5371901,0.4876033,0.42975205,0.3429752,0.3429752,0.53305787,0.45867768,0.36363637,0.27272728,0.27272728,0.38842976,0.45041323,0.6652893,0.8347107,0.57024795,0.4338843,0.5123967,0.553719,0.58677685,0.677686,0.76859504,0.8016529,0.79752064,0.8140496,0.80991733,0.77272725,0.72727275,0.6942149,0.6859504,0.677686,0.71487606,0.70247936,0.58264464,0.48347107,0.553719,0.661157,0.62396693,0.45454547,0.30991736,0.35123968,0.41322315,0.30578512,0.47933885,0.446281,0.37603307,0.43801653,0.5041322,0.55785125,0.6487603,0.661157,0.661157,0.6280992,0.61570245,0.61157024,0.607438,0.59090906,0.30578512,0.35950413,0.4338843,0.5165289,0.55785125,0.53305787,0.5165289,0.5413223,0.5165289,0.45041323,0.3966942,0.4090909,0.42975205,0.5495868,0.54545456,0.45454547,0.446281,0.45041323,0.5123967,0.53305787,0.6528926,0.70247936,0.677686,0.5247934,0.58264464,0.607438,0.59917355,0.6652893,0.73966944,0.78099173,0.7892562,0.8016529,0.7892562,0.76033056,0.7231405,0.70247936,0.7107438,0.7355372,0.70247936,0.72727275,0.69008267,0.6363636,0.6198347,0.6859504,0.6652893,0.55785125,0.446281,0.37190083,0.45041323,0.42975205,0.58677685,0.5289256,0.38429752,0.3429752,0.41735536,0.5371901,0.6280992,0.6735537,0.6818182,0.6528926,0.6322314,0.61570245,0.607438,0.59090906,0.30165288,0.338843,0.42975205,0.53305787,0.5495868,0.5413223,0.54545456,0.5413223,0.5123967,0.4876033,0.4752066,0.5041322,0.5206612,0.5495868,0.553719,0.56198347,0.57438016,0.61570245,0.661157,0.6694215,0.6528926,0.6694215,0.61570245,0.59090906,0.6322314,0.6280992,0.62396693,0.6446281,0.7231405,0.7644628,0.78099173,0.7933884,0.77272725,0.74793386,0.71487606,0.7107438,0.71900827,0.74380165,0.74793386,0.7066116,0.677686,0.6487603,0.6528926,0.6735537,0.6859504,0.6942149,0.61157024,0.6322314,0.58264464,0.56198347,0.61570245,0.59090906,0.5371901,0.49173555,0.45454547,0.48347107,0.61157024,0.661157,0.70247936,0.6818182,0.661157,0.6280992,0.61157024,0.59090906,0.30991736,0.3305785,0.4214876,0.5247934,0.553719,0.57438016,0.60330576,0.607438,0.60330576,0.59917355,0.5661157,0.59090906,0.61570245,0.6404959,0.6487603,0.6487603,0.6446281,0.6570248,0.6404959,0.6446281,0.6487603,0.6694215,0.6446281,0.6487603,0.6446281,0.6322314,0.6280992,0.62396693,0.6983471,0.75619835,0.78512394,0.7933884,0.76033056,0.73140496,0.7066116,0.7066116,0.71487606,0.73140496,0.73966944,0.75206614,0.71487606,0.69008267,0.661157,0.6528926,0.6735537,0.69008267,0.6570248,0.6942149,0.6694215,0.6652893,0.661157,0.6487603,0.6404959,0.6446281,0.59917355,0.58264464,0.6363636,0.6818182,0.72727275,0.7231405,0.69008267,0.6404959,0.6198347,0.59917355,0.29338843,0.32231405,0.3966942,0.5206612,0.5495868,0.59090906,0.6528926,0.6859504,0.6942149,0.6735537,0.6363636,0.6528926,0.6487603,0.6652893,0.6652893,0.6280992,0.6280992,0.6198347,0.62396693,0.6652893,0.7066116,0.71487606,0.6818182,0.6528926,0.6363636,0.6322314,0.62396693,0.61570245,0.7107438,0.76859504,0.8057851,0.79752064,0.7644628,0.7231405,0.7066116,0.6983471,0.7107438,0.71900827,0.73140496,0.73966944,0.7355372,0.75619835,0.75206614,0.7066116,0.6694215,0.6446281,0.6570248,0.6859504,0.6942149,0.7107438,0.71900827,0.7107438,0.71487606,0.7231405,0.70247936,0.6942149,0.73966944,0.7355372,0.75619835,0.75206614,0.71900827,0.6570248,0.61570245,0.61570245,0.30991736,0.29338843,0.38016528,0.5206612,0.553719,0.60330576,0.6818182,0.71900827,0.71900827,0.72727275,0.6942149,0.6404959,0.6322314,0.6322314,0.6280992,0.6280992,0.677686,0.69008267,0.71900827,0.7231405,0.73966944,0.7231405,0.6735537,0.6446281,0.6280992,0.6198347,0.61157024,0.6322314,0.7231405,0.78512394,0.8140496,0.8016529,0.78099173,0.73966944,0.7107438,0.69008267,0.6942149,0.73140496,0.71487606,0.7231405,0.7231405,0.75206614,0.78099173,0.7892562,0.76859504,0.69008267,0.6735537,0.6404959,0.6322314,0.661157,0.69008267,0.7107438,0.72727275,0.74793386,0.75206614,0.76859504,0.76859504,0.77272725,0.7644628,0.75619835,0.71900827,0.6694215,0.62396693,0.6280992,0.4090909,0.26859504,0.35123968,0.5165289,0.5661157,0.6198347,0.6983471,0.72727275,0.74380165,0.76859504,0.7644628,0.7355372,0.75206614,0.75206614,0.74380165,0.73140496,0.74793386,0.75619835,0.7644628,0.75206614,0.7355372,0.70247936,0.661157,0.6446281,0.61157024,0.59917355,0.6280992,0.661157,0.73966944,0.8057851,0.838843,0.8016529,0.78512394,0.76033056,0.74380165,0.69008267,0.6652893,0.71487606,0.71900827,0.7231405,0.7231405,0.75206614,0.77272725,0.7933884,0.8016529,0.7933884,0.78512394,0.7768595,0.74793386,0.73966944,0.73966944,0.74793386,0.76033056,0.78099173,0.7768595,0.7933884,0.78099173,0.78512394,0.76859504,0.74793386,0.7231405,0.661157,0.61570245,0.6363636,0.5,0.3553719,0.3140496,0.5123967,0.5785124,0.6322314,0.70247936,0.7355372,0.76033056,0.78512394,0.78512394,0.7768595,0.7892562,0.7892562,0.77272725,0.75206614,0.76033056,0.77272725,0.78099173,0.76033056,0.73140496,0.6983471,0.6694215,0.6404959,0.59504133,0.59090906,0.6446281,0.6983471,0.7644628,0.8140496,0.8264463,0.8057851,0.7933884,0.78099173,0.7644628,0.6983471,0.6694215,0.6694215,0.71487606,0.73140496,0.7355372,0.76033056,0.7768595,0.7892562,0.8057851,0.8016529,0.7933884,0.78512394,0.7933884,0.79752064,0.7933884,0.7933884,0.79752064,0.80991733,0.80991733,0.8057851,0.79752064,0.7892562,0.77272725,0.75206614,0.7231405,0.6652893,0.60330576,0.6404959,0.39256197,0.42975205,0.35123968,0.49173555,0.57024795,0.6322314,0.6942149,0.74793386,0.76859504,0.78512394,0.7892562,0.7892562,0.7892562,0.78512394,0.78099173,0.76859504,0.78099173,0.7768595,0.7768595,0.75619835,0.74793386,0.7107438,0.6735537,0.61570245,0.5785124,0.60330576,0.6694215,0.7231405,0.78512394,0.80991733,0.8181818,0.8140496,0.8057851,0.78512394,0.78099173,0.72727275,0.6735537,0.6735537,0.6735537,0.71900827,0.74380165,0.7644628,0.78099173,0.7933884,0.8016529,0.8016529,0.8057851,0.8016529,0.7892562,0.79752064,0.7933884,0.8016529,0.8181818,0.8140496,0.8264463,0.822314,0.8016529,0.7892562,0.77272725,0.75206614,0.7231405,0.6735537,0.59504133,0.61570245,0.42975205,0.45867768,0.43801653,0.48347107,0.57438016,0.6404959,0.6859504,0.72727275,0.76033056,0.77272725,0.77272725,0.78099173,0.76859504,0.77272725,0.78512394,0.7768595,0.7933884,0.78099173,0.78099173,0.76859504,0.75206614,0.72727275,0.6446281,0.59090906,0.57024795,0.61157024,0.6652893,0.7231405,0.78099173,0.8140496,0.8140496,0.8264463,0.8347107,0.8057851,0.75619835,0.7107438,0.6818182,0.6818182,0.6859504,0.6818182,0.74793386,0.78099173,0.7933884,0.80991733,0.8016529,0.8057851,0.8140496,0.80991733,0.8057851,0.8057851,0.7933884,0.7933884,0.8057851,0.8057851,0.8305785,0.822314,0.8057851,0.7892562,0.7768595,0.75619835,0.7231405,0.6694215,0.58677685,0.5785124,0.5041322,0.5082645,0.45867768,0.48347107,0.55785125,0.62396693,0.69008267,0.70247936,0.74380165,0.75619835,0.74793386,0.75619835,0.77272725,0.78099173,0.7933884,0.78512394,0.8016529,0.79752064,0.78099173,0.77272725,0.7644628,0.7231405,0.6198347,0.59504133,0.56198347,0.59090906,0.61570245,0.6818182,0.7644628,0.8016529,0.80991733,0.822314,0.8264463,0.78099173,0.70247936,0.6570248,0.677686,0.6983471,0.6942149,0.661157,0.71900827,0.78512394,0.8057851,0.822314,0.8140496,0.8140496,0.8181818,0.8140496,0.8057851,0.8181818,0.8016529,0.7933884,0.7933884,0.79752064,0.8140496,0.80991733,0.79752064,0.8016529,0.78099173,0.76033056,0.7231405,0.6652893,0.5785124,0.5661157,0.55785125,0.57024795,0.49173555,0.4752066,0.54545456,0.61570245,0.6652893,0.70247936,0.71900827,0.73966944,0.73140496,0.74380165,0.77272725,0.7933884,0.79752064,0.7933884,0.79752064,0.79752064,0.7892562,0.78099173,0.76033056,0.661157,0.58677685,0.60330576,0.5495868,0.5371901,0.5,0.59090906,0.6818182,0.74793386,0.7644628,0.77272725,0.76859504,0.6983471,0.61570245,0.58264464,0.62396693,0.6859504,0.70247936,0.661157,0.6652893,0.76859504,0.8181818,0.8140496,0.8140496,0.822314,0.822314,0.822314,0.8181818,0.8181818,0.8057851,0.8057851,0.8016529,0.7892562,0.7933884,0.8016529,0.7933884,0.78512394,0.7768595,0.76033056,0.7355372,0.6570248,0.57438016,0.55785125,0.59090906,0.62396693,0.553719,0.47933885,0.53305787,0.61157024,0.6446281,0.6859504,0.70247936,0.73140496,0.7355372,0.73966944,0.76859504,0.78512394,0.79752064,0.7933884,0.7933884,0.7933884,0.78512394,0.76859504,0.71487606,0.59917355,0.553719,0.58677685,0.5206612,0.42975205,0.39256197,0.44214877,0.54545456,0.6404959,0.6652893,0.6735537,0.6652893,0.59090906,0.48347107,0.3966942,0.41735536,0.56198347,0.661157,0.6528926,0.61157024,0.73140496,0.822314,0.8016529,0.8140496,0.8181818,0.822314,0.822314,0.822314,0.8181818,0.8057851,0.8140496,0.8057851,0.78512394,0.7892562,0.7933884,0.7892562,0.78099173,0.7644628,0.75206614,0.71487606,0.6570248,0.57024795,0.5413223,0.61157024,0.59917355,0.47933885,0.42975205,0.5206612,0.59504133,0.6280992,0.6652893,0.6983471,0.7231405,0.74380165,0.75206614,0.77272725,0.78099173,0.7933884,0.79752064,0.78512394,0.7933884,0.7768595,0.7355372,0.6446281,0.5495868,0.5123967,0.5413223,0.43801653,0.28512397,0.24380165,0.2892562,0.4338843,0.5165289,0.5371901,0.55785125,0.57438016,0.5,0.4090909,0.3140496,0.30165288,0.4214876,0.5661157,0.59917355,0.5785124,0.7107438,0.7933884,0.7933884,0.7933884,0.80991733,0.822314,0.822314,0.822314,0.8181818,0.8140496,0.80991733,0.8016529,0.78099173,0.78512394,0.78099173,0.7768595,0.7644628,0.73966944,0.7355372,0.70247936,0.6404959,0.56198347,0.5413223,0.61157024,0.5495868,0.41735536,0.3966942,0.5082645,0.5661157,0.61570245,0.661157,0.6859504,0.70247936,0.73966944,0.74793386,0.75206614,0.7768595,0.78512394,0.79752064,0.78512394,0.7768595,0.7644628,0.6942149,0.59090906,0.5495868,0.5041322,0.46694216,0.37603307,0.2603306,0.23140496,0.26859504,0.34710744,0.42975205,0.4338843,0.47107437,0.5123967,0.5495868,0.5247934,0.5289256,0.49586776,0.45454547,0.47933885,0.5495868,0.5785124,0.71487606,0.7768595,0.78099173,0.7768595,0.7933884,0.8140496,0.8181818,0.822314,0.8181818,0.80991733,0.8016529,0.8016529,0.78512394,0.77272725,0.7768595,0.7644628,0.75619835,0.73140496,0.7231405,0.6818182,0.607438,0.55785125,0.5371901,0.59504133,0.5082645,0.42975205,0.42561984,0.49173555,0.5495868,0.58677685,0.6694215,0.677686,0.6942149,0.7231405,0.73966944,0.74793386,0.76859504,0.76859504,0.77272725,0.76859504,0.75206614,0.7355372,0.6859504,0.60330576,0.57438016,0.5495868,0.42975205,0.37190083,0.33471075,0.34710744,0.39256197,0.4090909,0.42561984,0.41735536,0.4338843,0.5082645,0.58677685,0.61570245,0.6198347,0.59917355,0.54545456,0.53305787,0.59504133,0.6446281,0.7066116,0.75206614,0.77272725,0.76859504,0.77272725,0.7933884,0.8057851,0.8181818,0.8140496,0.8057851,0.7933884,0.7933884,0.78512394,0.7644628,0.7644628,0.74793386,0.74380165,0.73140496,0.70247936,0.6694215,0.59090906,0.54545456,0.53305787,0.56198347,0.4876033,0.4876033,0.5165289,0.46694216,0.5289256,0.57438016,0.6322314,0.6652893,0.6818182,0.7066116,0.71487606,0.73140496,0.75619835,0.76033056,0.75206614,0.74793386,0.73966944,0.72727275,0.7066116,0.6487603,0.6198347,0.60330576,0.5123967,0.42975205,0.4214876,0.43801653,0.4752066,0.4876033,0.49586776,0.48347107,0.49586776,0.55785125,0.59504133,0.6446281,0.6528926,0.6322314,0.6404959,0.6570248,0.6652893,0.6859504,0.6983471,0.7355372,0.76859504,0.76859504,0.75206614,0.76859504,0.7892562,0.80991733,0.8140496,0.8016529,0.7892562,0.78512394,0.77272725,0.76033056,0.75206614,0.73966944,0.73140496,0.71487606,0.69008267,0.6487603,0.58677685,0.5413223,0.5371901,0.553719,0.5041322,0.58677685,0.6280992,0.45454547,0.5,0.5413223,0.58677685,0.6322314,0.6652893,0.6942149,0.69008267,0.7066116,0.73140496,0.75206614,0.74380165,0.73140496,0.72727275,0.71487606,0.7107438,0.69008267,0.661157,0.661157,0.61570245,0.5661157,0.54545456,0.55785125,0.58677685,0.58264464,0.58677685,0.6322314,0.6322314,0.6487603,0.6694215,0.69008267,0.6942149,0.6859504,0.677686,0.70247936,0.69008267,0.6942149,0.6983471,0.73140496,0.75619835,0.7644628,0.75206614,0.74380165,0.77272725,0.7892562,0.8057851,0.79752064,0.78099173,0.76859504,0.76033056,0.76033056,0.75206614,0.73966944,0.73140496,0.69008267,0.6818182,0.6322314,0.5785124,0.5413223,0.5413223,0.5785124,0.5082645,0.6280992,0.6694215,0.5165289,0.48347107,0.5206612,0.5495868,0.607438,0.6363636,0.677686,0.677686,0.6942149,0.7107438,0.73140496,0.73140496,0.72727275,0.7107438,0.7066116,0.71900827,0.6859504,0.6735537,0.677686,0.6652893,0.661157,0.6570248,0.6694215,0.69008267,0.6570248,0.607438,0.6818182,0.7107438,0.6942149,0.7066116,0.7231405,0.73140496,0.7066116,0.70247936,0.69008267,0.6942149,0.6859504,0.7066116,0.71900827,0.73140496,0.75206614,0.76859504,0.74793386,0.73966944,0.7768595,0.79752064,0.79752064,0.77272725,0.75619835,0.75206614,0.75206614,0.7355372,0.71900827,0.7066116,0.677686,0.6694215,0.6198347,0.5785124,0.53305787,0.5371901,0.6280992,0.55785125,0.58264464,0.6570248,0.5495868,0.4752066,0.5041322,0.5165289,0.55785125,0.61570245,0.6570248,0.6735537,0.677686,0.69008267,0.71487606,0.73140496,0.71900827,0.7066116,0.6942149,0.6694215,0.6735537,0.6570248,0.6735537,0.6983471,0.6983471,0.6983471,0.72727275,0.75619835,0.71900827,0.6735537,0.71487606,0.71900827,0.70247936,0.7231405,0.73966944,0.74793386,0.7231405,0.7231405,0.72727275,0.7066116,0.677686,0.6942149,0.71487606,0.71487606,0.74380165,0.76859504,0.77272725,0.71900827,0.74380165,0.78512394,0.78512394,0.76859504,0.74793386,0.73966944,0.7355372,0.72727275,0.6983471,0.6859504,0.6735537,0.6570248,0.61570245,0.57438016,0.5413223,0.5371901,0.6280992,0.6280992,0.6280992,0.6694215,0.5785124,0.4752066,0.5,0.5082645,0.54545456,0.607438,0.62396693,0.6570248,0.6735537,0.6735537,0.7066116,0.7231405,0.71487606,0.70247936,0.6570248,0.6198347,0.6404959,0.6528926,0.6735537,0.70247936,0.71900827,0.7355372,0.75619835,0.78512394,0.76859504,0.75619835,0.7355372,0.7066116,0.7066116,0.73140496,0.74793386,0.74380165,0.74380165,0.73966944,0.75206614,0.75619835,0.7066116,0.6942149,0.6983471,0.7066116,0.73966944,0.7644628,0.76859504,0.74793386,0.71900827,0.76033056,0.78099173,0.76859504,0.74793386,0.7355372,0.72727275,0.72727275,0.6859504,0.6859504,0.6735537,0.6487603,0.61570245,0.58264464,0.54545456,0.5371901,0.61157024,0.6404959,0.661157,0.6942149,0.6322314,0.4876033,0.5,0.5,0.54545456,0.5785124,0.61570245,0.6322314,0.6487603,0.677686,0.7107438,0.7107438,0.6983471,0.6818182,0.6198347,0.60330576,0.62396693,0.6528926,0.6859504,0.7066116,0.71900827,0.73966944,0.75619835,0.77272725,0.7644628,0.78099173,0.76859504,0.73966944,0.72727275,0.73140496,0.7355372,0.7355372,0.74793386,0.73966944,0.74793386,0.76033056,0.73966944,0.73140496,0.7107438,0.70247936,0.71487606,0.75619835,0.76033056,0.76033056,0.74793386,0.73966944,0.77272725,0.77272725,0.75619835,0.74380165,0.7355372,0.7231405,0.677686,0.6859504,0.6694215,0.6446281,0.6198347,0.5785124,0.5495868,0.5206612,0.6404959,0.6404959,0.661157,0.6859504,0.6528926,0.5041322,0.49173555,0.5041322,0.5123967,0.55785125,0.607438,0.62396693,0.6487603,0.6735537,0.6942149,0.70247936,0.6652893,0.6404959,0.59504133,0.58264464,0.61157024,0.6528926,0.6652893,0.6818182,0.69008267,0.69008267,0.69008267,0.661157,0.6859504,0.7066116,0.7066116,0.7107438,0.6983471,0.6818182,0.6735537,0.69008267,0.6983471,0.70247936,0.7066116,0.71487606,0.7107438,0.73140496,0.72727275,0.6983471,0.6983471,0.71487606,0.7231405,0.75206614,0.76033056,0.7355372,0.75619835,0.78099173,0.75619835,0.74380165,0.7355372,0.7066116,0.6942149,0.6818182,0.6694215,0.6446281,0.61570245,0.57438016,0.54545456,0.49586776,0.6404959,0.6487603,0.6570248,0.6735537,0.6652893,0.5123967,0.47933885,0.5041322,0.5123967,0.5413223,0.58677685,0.61570245,0.6280992,0.6818182,0.70247936,0.70247936,0.661157,0.6198347,0.57024795,0.5371901,0.57438016,0.59090906,0.58264464,0.59090906,0.58264464,0.57438016,0.553719,0.5289256,0.53305787,0.5495868,0.5413223,0.553719,0.57438016,0.57438016,0.57438016,0.58264464,0.58677685,0.61157024,0.61570245,0.61570245,0.6198347,0.661157,0.6942149,0.6818182,0.69008267,0.661157,0.6818182,0.74793386,0.75206614,0.73966944,0.75619835,0.78512394,0.74793386,0.7355372,0.72727275,0.6983471,0.6859504,0.6818182,0.6652893,0.6363636,0.607438,0.57438016,0.5413223,0.47933885,0.5785124,0.6322314,0.6404959,0.6528926,0.677686,0.5123967,0.4752066,0.5,0.5247934,0.53305787,0.56198347,0.60330576,0.6280992,0.6818182,0.71487606,0.71487606,0.6818182,0.58264464,0.5123967,0.5041322,0.49586776,0.4876033,0.4752066,0.45867768,0.44214877,0.45454547,0.45867768,0.37190083,0.4338843,0.5041322,0.5123967,0.4876033,0.4752066,0.5082645,0.5413223,0.5041322,0.38016528,0.49173555,0.5165289,0.4876033,0.5,0.5206612,0.553719,0.58264464,0.61570245,0.61157024,0.6404959,0.71900827,0.76859504,0.76859504,0.75619835,0.77272725,0.74793386,0.72727275,0.73140496,0.69008267,0.677686,0.6652893,0.6570248,0.6363636,0.59504133,0.5661157,0.5289256,0.46280992,0.46694216,0.5413223,0.59917355,0.61157024,0.607438,0.4876033,0.46280992,0.5082645,0.53305787,0.53305787,0.55785125,0.60330576,0.6363636,0.6983471,0.74793386,0.74380165,0.7107438,0.607438,0.446281,0.4214876,0.40495867,0.36363637,0.34710744,0.38016528,0.3677686,0.5041322,0.553719,0.40495867,0.5082645,0.6528926,0.69008267,0.59504133,0.607438,0.6983471,0.75206614,0.6942149,0.4338843,0.6694215,0.56198347,0.46280992,0.45454547,0.4338843,0.41322315,0.36363637,0.41322315,0.47933885,0.54545456,0.6528926,0.73140496,0.76859504,0.76033056,0.7768595,0.75206614,0.7355372,0.71487606,0.6859504,0.6570248,0.6487603,0.6570248,0.6363636,0.58264464,0.55785125,0.5247934,0.44214877,0.37603307,0.42561984,0.47933885,0.4876033,0.46694216,0.4338843,0.45867768,0.5165289,0.5247934,0.5371901,0.54545456,0.5785124,0.62396693,0.69008267,0.73966944,0.75619835,0.74380165,0.6487603,0.47107437,0.29752067,0.18595041,0.14876033,0.23140496,0.43801653,0.446281,0.60330576,0.6652893,0.5371901,0.59917355,0.76859504,0.80991733,0.7355372,0.7107438,0.79752064,0.8140496,0.80991733,0.57438016,0.75619835,0.6942149,0.5495868,0.56198347,0.47933885,0.30578512,0.22727273,0.2892562,0.44214877,0.54545456,0.6487603,0.7066116,0.7644628,0.7768595,0.78512394,0.75619835,0.73966944,0.7107438,0.6735537,0.6528926,0.661157,0.6528926,0.6322314,0.5661157,0.55785125,0.49586776,0.46694216,0.37603307,0.37190083,0.38429752,0.38842976,0.3677686,0.35950413,0.46694216,0.49173555,0.5413223,0.5495868,0.5289256,0.553719,0.59917355,0.6652893,0.71487606,0.75619835,0.76033056,0.7066116,0.58677685,0.37190083,0.26859504,0.18181819,0.20247933,0.4214876,0.43801653,0.45454547,0.49586776,0.43801653,0.5247934,0.6859504,0.73140496,0.6942149,0.6363636,0.7355372,0.73140496,0.70247936,0.47933885,0.5413223,0.60330576,0.5082645,0.5495868,0.53305787,0.41735536,0.446281,0.5123967,0.6198347,0.6694215,0.7231405,0.73966944,0.7644628,0.78512394,0.78099173,0.75619835,0.73140496,0.69008267,0.6570248,0.6570248,0.6652893,0.6528926,0.61570245,0.57438016,0.5495868,0.47107437,0.46694216,0.38016528,0.37603307,0.37603307,0.37190083,0.37190083,0.338843,0.45867768,0.48347107,0.53305787,0.55785125,0.53305787,0.5371901,0.5785124,0.6404959,0.6983471,0.74380165,0.77272725,0.74380165,0.7107438,0.6363636,0.58264464,0.5,0.45041323,0.47107437,0.5,0.5165289,0.553719,0.55785125,0.58677685,0.6859504,0.7107438,0.6859504,0.6404959,0.69008267,0.70247936,0.6942149,0.6446281,0.6404959,0.661157,0.6363636,0.6198347,0.61570245,0.61570245,0.661157,0.6942149,0.72727275,0.76033056,0.76859504,0.7768595,0.78512394,0.7892562,0.78512394,0.74793386,0.71900827,0.6818182,0.6404959,0.6404959,0.6652893,0.6446281,0.607438,0.57024795,0.5371901,0.46280992,0.41735536,0.37603307,0.37190083,0.37190083,0.37603307,0.37190083,0.35123968,0.4214876,0.47933885,0.5247934,0.55785125,0.5413223,0.5206612,0.54545456,0.6198347,0.6859504,0.74793386,0.7768595,0.74380165,0.71487606,0.6942149,0.6735537,0.6404959,0.607438,0.59917355,0.6280992,0.6528926,0.661157,0.6859504,0.6983471,0.74380165,0.77272725,0.75206614,0.75206614,0.75619835,0.77272725,0.78099173,0.75619835,0.74793386,0.74793386,0.7355372,0.7066116,0.70247936,0.7355372,0.73966944,0.75619835,0.76859504,0.7768595,0.7768595,0.7892562,0.79752064,0.78512394,0.7768595,0.72727275,0.6942149,0.661157,0.6280992,0.6404959,0.6652893,0.6363636,0.59917355,0.57024795,0.5206612,0.446281,0.35123968,0.37603307,0.37603307,0.37603307,0.38016528,0.3677686,0.3677686,0.37603307,0.46694216,0.5082645,0.56198347,0.5495868,0.5165289,0.53305787,0.59504133,0.6694215,0.7355372,0.7768595,0.74380165,0.6983471,0.6983471,0.6818182,0.661157,0.6487603,0.6280992,0.6446281,0.6694215,0.69008267,0.71487606,0.7355372,0.76033056,0.77272725,0.76859504,0.76859504,0.77272725,0.7768595,0.7892562,0.78099173,0.77272725,0.7768595,0.76033056,0.7355372,0.73140496,0.7644628,0.76033056,0.77272725,0.78099173,0.78512394,0.78099173,0.7933884,0.7933884,0.7892562,0.76033056,0.7066116,0.6652893,0.6446281,0.6198347,0.6446281,0.6528926,0.6280992,0.59090906,0.5413223,0.49586776,0.4338843,0.3140496,0.37603307,0.37190083,0.37190083,0.38016528,0.36363637,0.37603307,0.34710744,0.43801653,0.48347107,0.5247934,0.5495868,0.5165289,0.5165289,0.553719,0.6404959,0.7231405,0.7644628,0.75206614,0.72727275,0.7107438,0.6983471,0.6859504,0.6694215,0.6528926,0.6404959,0.6652893,0.677686,0.6983471,0.73140496,0.74380165,0.74793386,0.76033056,0.76859504,0.76033056,0.76859504,0.7892562,0.79752064,0.79752064,0.7892562,0.7768595,0.74380165,0.74793386,0.7644628,0.78099173,0.7768595,0.77272725,0.78512394,0.78512394,0.7892562,0.79752064,0.79752064,0.75206614,0.6983471,0.6487603,0.6322314,0.6280992,0.6363636,0.6404959,0.61157024,0.57024795,0.5165289,0.4752066,0.41322315,0.3140496,0.37603307,0.36363637,0.37190083,0.38016528,0.3553719,0.37190083,0.35950413,0.40082645,0.46280992,0.5,0.54545456,0.5165289,0.5,0.553719,0.59917355,0.6942149,0.73966944,0.75619835,0.74793386,0.72727275,0.71487606,0.7066116,0.6859504,0.6859504,0.6652893,0.6818182,0.70247936,0.71487606,0.73966944,0.75619835,0.74380165,0.75206614,0.75206614,0.7644628,0.7768595,0.78512394,0.8016529,0.8016529,0.7933884,0.7892562,0.76859504,0.75619835,0.7768595,0.7768595,0.7644628,0.76033056,0.7644628,0.7768595,0.74793386,0.77272725,0.7768595,0.73966944,0.69008267,0.6446281,0.6280992,0.6322314,0.6322314,0.62396693,0.60330576,0.54545456,0.47933885,0.46280992,0.40495867,0.3140496,0.37190083,0.37190083,0.37190083,0.3677686,0.36363637,0.3677686,0.35950413,0.37603307,0.4338843,0.4752066,0.5247934,0.5289256,0.49173555,0.5206612,0.5785124,0.6487603,0.6942149,0.72727275,0.73966944,0.73140496,0.7066116,0.7107438,0.6983471,0.6942149,0.6818182,0.6942149,0.71487606,0.72727275,0.74793386,0.76033056,0.74793386,0.77272725,0.74793386,0.75619835,0.78099173,0.77272725,0.7892562,0.7933884,0.78099173,0.7892562,0.78512394,0.7644628,0.76859504,0.76859504,0.75206614,0.74793386,0.73966944,0.74380165,0.74380165,0.73966944,0.74380165,0.71900827,0.677686,0.6363636,0.6280992,0.6322314,0.61157024,0.61570245,0.5785124,0.5082645,0.45867768,0.4752066,0.39256197,0.3181818,0.37190083,0.37190083,0.37190083,0.37603307,0.3677686,0.35950413,0.36363637,0.3553719,0.39256197,0.44214877,0.47933885,0.5247934,0.5082645,0.5041322,0.54545456,0.6198347,0.6652893,0.6818182,0.70247936,0.7231405,0.69008267,0.70247936,0.6983471,0.69008267,0.6859504,0.70247936,0.71487606,0.7231405,0.76033056,0.75619835,0.75619835,0.75206614,0.7355372,0.73140496,0.75619835,0.75619835,0.7768595,0.78512394,0.7768595,0.78512394,0.7768595,0.76033056,0.76033056,0.75619835,0.73140496,0.72727275,0.73140496,0.7355372,0.74793386,0.73966944,0.7231405,0.6942149,0.6570248,0.6322314,0.6280992,0.6322314,0.607438,0.58677685,0.5371901,0.47107437,0.45041323,0.49586776,0.38429752,0.32231405,0.37190083,0.36363637,0.3677686,0.37603307,0.37190083,0.35950413,0.3677686,0.34710744,0.36363637,0.4090909,0.45454547,0.5041322,0.5041322,0.5,0.5165289,0.5785124,0.6404959,0.6652893,0.6942149,0.7066116,0.6983471,0.6818182,0.6818182,0.677686,0.6859504,0.6983471,0.7107438,0.72727275,0.75206614,0.7644628,0.75619835,0.76859504,0.76033056,0.75619835,0.7644628,0.77272725,0.7768595,0.7768595,0.7768595,0.78099173,0.76859504,0.76033056,0.75206614,0.73966944,0.7107438,0.7107438,0.73966944,0.74380165,0.7355372,0.73140496,0.71487606,0.6652893,0.6404959,0.6280992,0.6198347,0.62396693,0.59504133,0.553719,0.4876033,0.446281,0.47107437,0.5123967,0.37190083,0.3264463,0.37190083,0.36363637,0.37603307,0.36363637,0.35950413,0.3677686,0.35950413,0.3429752,0.3677686,0.38842976,0.41735536,0.45867768,0.4876033,0.49173555,0.49586776,0.5413223,0.59917355,0.6404959,0.6735537,0.7066116,0.7107438,0.677686,0.6652893,0.6735537,0.6942149,0.6942149,0.6983471,0.71900827,0.74380165,0.76033056,0.75206614,0.76033056,0.76859504,0.77272725,0.77272725,0.7768595,0.7768595,0.7768595,0.7644628,0.77272725,0.77272725,0.7644628,0.75206614,0.73966944,0.72727275,0.7355372,0.75206614,0.75206614,0.74793386,0.7231405,0.6859504,0.6446281,0.62396693,0.61570245,0.60330576,0.61157024,0.56198347,0.49173555,0.446281,0.446281,0.5206612,0.5206612,0.35123968,0.338843,0.3677686,0.36363637,0.37190083,0.35950413,0.36363637,0.36363637,0.36363637,0.3429752,0.37603307,0.45454547,0.37190083,0.41322315,0.45867768,0.47933885,0.49173555,0.5123967,0.55785125,0.6198347,0.6528926,0.70247936,0.7066116,0.6735537,0.6942149,0.7107438,0.7066116,0.70247936,0.7066116,0.7107438,0.72727275,0.72727275,0.73966944,0.76033056,0.77272725,0.78099173,0.78099173,0.78512394,0.76033056,0.76859504,0.73966944,0.75206614,0.77272725,0.76859504,0.7644628,0.74793386,0.75206614,0.7355372,0.76033056,0.75619835,0.74793386,0.71487606,0.6694215,0.6322314,0.61157024,0.61570245,0.60330576,0.57438016,0.5123967,0.43801653,0.42561984,0.4876033,0.5495868,0.5041322,0.3181818,0.34710744,0.35950413,0.36363637,0.35950413,0.36363637,0.35950413,0.36363637,0.35950413,0.35123968,0.3305785,0.5371901,0.39256197,0.37603307,0.41735536,0.45867768,0.48347107,0.49586776,0.5165289,0.59090906,0.6446281,0.6859504,0.7066116,0.677686,0.70247936,0.73140496,0.7231405,0.71487606,0.73140496,0.7066116,0.6983471,0.7107438,0.7355372,0.7768595,0.78099173,0.7892562,0.7933884,0.7933884,0.78099173,0.76033056,0.74380165,0.73966944,0.76033056,0.78099173,0.7768595,0.76859504,0.75619835,0.74793386,0.76033056,0.76033056,0.7355372,0.6942149,0.6404959,0.61570245,0.60330576,0.60330576,0.56198347,0.5165289,0.45041323,0.39256197,0.46694216,0.5371901,0.553719,0.47107437,0.3140496,0.35123968,0.3553719,0.36363637,0.35950413,0.36363637,0.35950413,0.35950413,0.3553719,0.3429752,0.338843,0.5082645,0.5,0.37603307,0.38429752,0.4214876,0.45454547,0.46280992,0.4876033,0.53305787,0.61570245,0.6652893,0.69008267,0.6859504,0.6942149,0.71900827,0.73140496,0.72727275,0.7231405,0.6942149,0.6735537,0.71900827,0.76033056,0.7892562,0.7933884,0.7892562,0.8016529,0.80991733,0.7892562,0.7768595,0.76033056,0.74380165,0.76033056,0.7768595,0.7768595,0.76859504,0.75206614,0.76033056,0.75619835,0.75619835,0.70247936,0.6446281,0.59917355,0.58677685,0.57438016,0.5495868,0.5123967,0.44214877,0.38842976,0.4214876,0.5247934,0.5495868,0.553719,0.44214877,0.30991736,0.35123968,0.35123968,0.36363637,0.35950413,0.3553719,0.3553719,0.3553719,0.35123968,0.35123968,0.32231405,0.5123967,0.5123967,0.45867768,0.3677686,0.37603307,0.4214876,0.446281,0.446281,0.48347107,0.56198347,0.6198347,0.6487603,0.677686,0.69008267,0.70247936,0.72727275,0.72727275,0.70247936,0.70247936,0.6983471,0.74793386,0.78099173,0.78512394,0.7892562,0.78512394,0.79752064,0.822314,0.80991733,0.8016529,0.78099173,0.74793386,0.74380165,0.76033056,0.7768595,0.7644628,0.74793386,0.73966944,0.74793386,0.71900827,0.6652893,0.59504133,0.56198347,0.5495868,0.5289256,0.49173555,0.4214876,0.3553719,0.38429752,0.5041322,0.55785125,0.5495868,0.54545456,0.4090909,0.3181818,0.35123968,0.35950413,0.3553719,0.3553719,0.35123968,0.3553719,0.35123968,0.35123968,0.33471075,0.3429752,0.5082645,0.5123967,0.49173555,0.40495867,0.338843,0.37190083,0.41735536,0.42975205,0.4338843,0.5082645,0.56198347,0.607438,0.6446281,0.6694215,0.69008267,0.70247936,0.71900827,0.6818182,0.6859504,0.70247936,0.74793386,0.76859504,0.7644628,0.78099173,0.7644628,0.77272725,0.7892562,0.8140496,0.80991733,0.78512394,0.75206614,0.7355372,0.73966944,0.74793386,0.73966944,0.71487606,0.7066116,0.7107438,0.6694215,0.61157024,0.54545456,0.5082645,0.49586776,0.446281,0.38842976,0.3305785,0.3553719,0.47107437,0.55785125,0.553719,0.5371901,0.54545456,0.37603307,0.3305785,0.36363637,0.35123968,0.3553719,0.35950413,0.3553719,0.35123968,0.35123968,0.34710744,0.3305785,0.35123968,0.5206612,0.5165289,0.49586776,0.44214877,0.37603307,0.35123968,0.36363637,0.40082645,0.3966942,0.43801653,0.4876033,0.5495868,0.58677685,0.6280992,0.6487603,0.6652893,0.7107438,0.6694215,0.6735537,0.6859504,0.71900827,0.7355372,0.74380165,0.75619835,0.75619835,0.7231405,0.74793386,0.77272725,0.77272725,0.7644628,0.75206614,0.7355372,0.73140496,0.73140496,0.7066116,0.6859504,0.6735537,0.661157,0.61157024,0.54545456,0.47933885,0.446281,0.39256197,0.3264463,0.3140496,0.34710744,0.43801653,0.53305787,0.5661157,0.553719,0.53305787,0.54545456,0.338843,0.34710744,0.36363637,0.35123968,0.3553719,0.3553719,0.35123968,0.34710744,0.3553719,0.35123968,0.3264463,0.37190083,0.5371901,0.5206612,0.5082645,0.47107437,0.42975205,0.38842976,0.338843,0.35123968,0.35950413,0.38842976,0.41322315,0.46280992,0.5123967,0.57024795,0.61570245,0.6280992,0.6694215,0.6570248,0.6528926,0.6570248,0.677686,0.6942149,0.6983471,0.7066116,0.73140496,0.7107438,0.7066116,0.74380165,0.71900827,0.7107438,0.71487606,0.6983471,0.6942149,0.69008267,0.6570248,0.6446281,0.6280992,0.59090906,0.5371901,0.4752066,0.40495867,0.32231405,0.2892562,0.30578512,0.35950413,0.42975205,0.49173555,0.5495868,0.57024795,0.553719,0.5289256,0.53305787,0.3429752,0.35123968,0.3677686,0.3553719,0.35123968,0.35123968,0.3429752,0.35123968,0.338843,0.3553719,0.3264463,0.37603307,0.5413223,0.5082645,0.5123967,0.47933885,0.45454547,0.41735536,0.38429752,0.3429752,0.33471075,0.3429752,0.35950413,0.38429752,0.43801653,0.47933885,0.57024795,0.57438016,0.61570245,0.62396693,0.6198347,0.6198347,0.6322314,0.6528926,0.6487603,0.6694215,0.6735537,0.661157,0.6528926,0.6735537,0.6694215,0.661157,0.6404959,0.6446281,0.6446281,0.6404959,0.6198347,0.59504133,0.56198347,0.5082645,0.44214877,0.38429752,0.30165288,0.26859504,0.3264463,0.3677686,0.41735536,0.47933885,0.53305787,0.5661157,0.5661157,0.54545456,0.5289256,0.5,0.3305785,0.3553719,0.36363637,0.35123968,0.34710744,0.34710744,0.34710744,0.34710744,0.3429752,0.3429752,0.3140496,0.40495867,0.5371901,0.5,0.5165289,0.49586776,0.45867768,0.446281,0.40495867,0.35950413,0.3305785,0.3264463,0.33471075,0.33471075,0.37603307,0.39256197,0.47107437,0.5289256,0.553719,0.5785124,0.5785124,0.57024795,0.5785124,0.58677685,0.59504133,0.607438,0.61570245,0.59090906,0.57438016,0.58677685,0.59504133,0.58264464,0.57024795,0.58677685,0.59504133,0.57438016,0.56198347,0.5165289,0.45867768,0.39256197,0.338843,0.30991736,0.32231405,0.3553719,0.38016528,0.40495867,0.45867768,0.5206612,0.5495868,0.57438016,0.5495868,0.5413223,0.5165289,0.45867768,0.33471075,0.3553719,0.36363637,0.3429752,0.34710744,0.338843,0.34710744,0.33471075,0.338843,0.33471075,0.3140496,0.4090909,0.5371901,0.5041322,0.5165289,0.5,0.46694216,0.46694216,0.4090909,0.37190083,0.3553719,0.33471075,0.3305785,0.3181818,0.32231405,0.338843,0.3429752,0.4338843,0.47933885,0.5,0.53305787,0.5206612,0.5206612,0.5165289,0.5206612,0.5206612,0.5165289,0.5082645,0.49586776,0.49586776,0.5,0.49586776,0.5,0.5165289,0.5247934,0.5082645,0.45454547,0.39256197,0.338843,0.32231405,0.3181818,0.338843,0.37190083,0.3966942,0.41322315,0.446281,0.5,0.5413223,0.57438016,0.5495868,0.5289256,0.5289256,0.5123967,0.44214877,0.3305785,0.35950413,0.36363637,4 +0.71900827,0.72727275,0.7231405,0.71487606,0.7231405,0.73140496,0.73966944,0.76033056,0.78099173,0.7933884,0.8057851,0.8057851,0.8181818,0.822314,0.8305785,0.838843,0.8471074,0.8553719,0.8719008,0.8636364,0.8595041,0.8719008,0.8719008,0.8553719,0.8553719,0.8553719,0.8429752,0.8595041,0.8305785,0.80991733,0.76859504,0.77272725,0.77272725,0.74793386,0.74793386,0.7355372,0.74793386,0.75619835,0.75619835,0.75619835,0.74793386,0.74793386,0.73966944,0.74380165,0.74793386,0.74793386,0.74793386,0.7355372,0.7231405,0.69008267,0.6818182,0.6818182,0.677686,0.661157,0.6446281,0.6198347,0.59504133,0.59090906,0.57024795,0.5371901,0.53305787,0.53305787,0.45867768,0.3305785,0.7107438,0.71900827,0.71900827,0.71487606,0.71900827,0.73140496,0.74380165,0.76033056,0.77272725,0.7892562,0.8016529,0.8057851,0.8181818,0.8264463,0.8264463,0.838843,0.8429752,0.8512397,0.8677686,0.8719008,0.8677686,0.8719008,0.8719008,0.8719008,0.8677686,0.8595041,0.8553719,0.8553719,0.838843,0.8305785,0.8140496,0.7933884,0.7933884,0.7644628,0.77272725,0.76033056,0.76859504,0.78512394,0.7892562,0.7933884,0.78099173,0.78512394,0.7644628,0.7644628,0.7644628,0.77272725,0.7644628,0.74380165,0.73140496,0.7107438,0.7066116,0.7066116,0.6859504,0.6735537,0.6694215,0.6487603,0.607438,0.59090906,0.5661157,0.5371901,0.5289256,0.5206612,0.47107437,0.3429752,0.7066116,0.71487606,0.71487606,0.7107438,0.7231405,0.73140496,0.73966944,0.75619835,0.77272725,0.78512394,0.8016529,0.8016529,0.8140496,0.8305785,0.822314,0.8264463,0.838843,0.8553719,0.8677686,0.8719008,0.8677686,0.87603307,0.87603307,0.8719008,0.8719008,0.8677686,0.8636364,0.8636364,0.8471074,0.838843,0.838843,0.822314,0.8016529,0.79752064,0.8057851,0.7892562,0.7892562,0.80991733,0.80991733,0.822314,0.8140496,0.8181818,0.8057851,0.8016529,0.78512394,0.7768595,0.7768595,0.74793386,0.73140496,0.73140496,0.71900827,0.71487606,0.6983471,0.69008267,0.6818182,0.661157,0.62396693,0.59504133,0.5661157,0.5413223,0.53305787,0.5206612,0.49173555,0.37603307,0.7066116,0.71487606,0.71487606,0.7107438,0.71900827,0.72727275,0.73966944,0.7644628,0.77272725,0.78512394,0.79752064,0.79752064,0.8140496,0.8264463,0.8347107,0.8264463,0.838843,0.8512397,0.8553719,0.8636364,0.8677686,0.87603307,0.87603307,0.8719008,0.8719008,0.8677686,0.8636364,0.8636364,0.8471074,0.8429752,0.8471074,0.8429752,0.8140496,0.8264463,0.8305785,0.8140496,0.8140496,0.8181818,0.8264463,0.838843,0.8264463,0.8264463,0.8264463,0.8181818,0.79752064,0.8016529,0.78099173,0.75619835,0.74380165,0.74380165,0.73966944,0.72727275,0.7107438,0.7066116,0.6818182,0.6694215,0.6280992,0.59504133,0.57024795,0.5495868,0.5371901,0.5206612,0.5123967,0.4090909,0.70247936,0.7107438,0.71900827,0.71900827,0.71900827,0.71900827,0.7355372,0.76033056,0.7644628,0.77272725,0.7892562,0.8016529,0.8140496,0.8181818,0.8264463,0.8305785,0.8347107,0.838843,0.8471074,0.8553719,0.8636364,0.87603307,0.87603307,0.8677686,0.8677686,0.8636364,0.8595041,0.8595041,0.8471074,0.8429752,0.8471074,0.8471074,0.8264463,0.8347107,0.838843,0.8264463,0.8264463,0.822314,0.8347107,0.8471074,0.8347107,0.8305785,0.838843,0.8305785,0.8181818,0.8181818,0.8057851,0.78512394,0.75619835,0.73966944,0.75206614,0.73966944,0.7231405,0.7066116,0.6859504,0.6652893,0.6404959,0.59917355,0.57438016,0.553719,0.54545456,0.5123967,0.5247934,0.44214877,0.7066116,0.7107438,0.7231405,0.7231405,0.7231405,0.7231405,0.7355372,0.75619835,0.7644628,0.7644628,0.78099173,0.79752064,0.7933884,0.8057851,0.8140496,0.8140496,0.822314,0.8264463,0.8347107,0.838843,0.8471074,0.8636364,0.8677686,0.8636364,0.8595041,0.8553719,0.8429752,0.8429752,0.838843,0.8347107,0.8429752,0.8471074,0.8305785,0.8347107,0.8305785,0.822314,0.8264463,0.8305785,0.8264463,0.8429752,0.838843,0.822314,0.8181818,0.8264463,0.8057851,0.8140496,0.7933884,0.77272725,0.7644628,0.75619835,0.75206614,0.73966944,0.73140496,0.7066116,0.677686,0.6694215,0.6487603,0.607438,0.5785124,0.553719,0.5413223,0.5165289,0.53305787,0.47107437,0.7066116,0.7066116,0.7231405,0.72727275,0.72727275,0.7231405,0.72727275,0.76033056,0.77272725,0.77272725,0.7892562,0.78099173,0.76033056,0.78099173,0.80991733,0.8140496,0.8181818,0.8057851,0.79752064,0.8016529,0.80991733,0.822314,0.8305785,0.838843,0.838843,0.838843,0.822314,0.8181818,0.8181818,0.8140496,0.8264463,0.8347107,0.8264463,0.8181818,0.8181818,0.80991733,0.822314,0.822314,0.8140496,0.8140496,0.822314,0.7892562,0.7892562,0.79752064,0.78099173,0.7933884,0.74793386,0.74793386,0.74380165,0.75619835,0.74380165,0.7231405,0.7066116,0.6818182,0.6446281,0.6652893,0.6528926,0.6198347,0.58677685,0.553719,0.5371901,0.53305787,0.5289256,0.4876033,0.7107438,0.7107438,0.71900827,0.73140496,0.72727275,0.7231405,0.7355372,0.76033056,0.7644628,0.7768595,0.76033056,0.71487606,0.6983471,0.71900827,0.7355372,0.75206614,0.75206614,0.7355372,0.74380165,0.75206614,0.74793386,0.7644628,0.7768595,0.78512394,0.79752064,0.8057851,0.7933884,0.78512394,0.8016529,0.8016529,0.8016529,0.80991733,0.80991733,0.8016529,0.7892562,0.7933884,0.79752064,0.8140496,0.78512394,0.7768595,0.7768595,0.75206614,0.75619835,0.75619835,0.73966944,0.72727275,0.7107438,0.6983471,0.677686,0.6942149,0.69008267,0.677686,0.6570248,0.62396693,0.58677685,0.61570245,0.6487603,0.6280992,0.607438,0.5661157,0.5413223,0.5289256,0.5206612,0.5,0.7066116,0.7107438,0.71900827,0.72727275,0.72727275,0.7231405,0.74380165,0.75619835,0.75206614,0.75206614,0.70247936,0.6528926,0.6322314,0.6404959,0.6652893,0.661157,0.6198347,0.607438,0.61570245,0.6198347,0.6198347,0.6528926,0.6818182,0.6859504,0.71900827,0.74793386,0.74380165,0.75206614,0.78099173,0.78512394,0.78512394,0.78512394,0.78512394,0.78512394,0.76033056,0.7644628,0.77272725,0.77272725,0.74380165,0.75206614,0.75619835,0.71900827,0.72727275,0.69008267,0.6735537,0.61157024,0.57024795,0.56198347,0.57024795,0.56198347,0.58264464,0.58264464,0.59090906,0.55785125,0.5371901,0.5413223,0.57438016,0.61570245,0.62396693,0.58264464,0.5289256,0.5289256,0.5206612,0.5082645,0.7066116,0.7107438,0.71900827,0.71487606,0.72727275,0.7066116,0.6694215,0.59917355,0.61570245,0.6280992,0.6363636,0.57438016,0.5661157,0.57438016,0.57024795,0.55785125,0.5413223,0.5247934,0.5041322,0.49586776,0.5123967,0.5289256,0.53305787,0.5413223,0.59504133,0.6487603,0.6735537,0.6942149,0.7355372,0.75206614,0.75619835,0.7644628,0.76033056,0.74793386,0.73966944,0.73140496,0.75206614,0.73140496,0.6942149,0.6942149,0.6818182,0.6404959,0.58677685,0.55785125,0.5165289,0.47107437,0.45867768,0.47107437,0.5123967,0.49586776,0.5041322,0.59090906,0.61570245,0.58264464,0.5371901,0.5495868,0.5371901,0.62396693,0.69008267,0.677686,0.49173555,0.5206612,0.53305787,0.5082645,0.7107438,0.7107438,0.7107438,0.71900827,0.7107438,0.677686,0.6363636,0.61570245,0.8264463,0.8677686,0.822314,0.7107438,0.6859504,0.6487603,0.62396693,0.607438,0.57438016,0.5495868,0.5,0.48347107,0.5289256,0.58677685,0.60330576,0.607438,0.61570245,0.607438,0.59504133,0.61157024,0.6652893,0.7066116,0.73140496,0.75206614,0.74380165,0.7355372,0.73140496,0.71487606,0.71900827,0.7107438,0.6404959,0.59090906,0.57024795,0.5206612,0.446281,0.47107437,0.49173555,0.5247934,0.5785124,0.54545456,0.6446281,0.59090906,0.5495868,0.78512394,0.77272725,0.6487603,0.54545456,0.5495868,0.53305787,0.5785124,0.6198347,0.61157024,0.5041322,0.5041322,0.57024795,0.5123967,0.70247936,0.7107438,0.7066116,0.71487606,0.6818182,0.61570245,0.6198347,0.5661157,0.5165289,0.5,0.6487603,0.71487606,0.7355372,0.58264464,0.5413223,0.55785125,0.5206612,0.5041322,0.48347107,0.47933885,0.4876033,0.60330576,0.75206614,0.75619835,0.69008267,0.6198347,0.58677685,0.6322314,0.661157,0.6570248,0.7107438,0.75619835,0.75619835,0.73966944,0.72727275,0.7107438,0.70247936,0.7066116,0.6859504,0.607438,0.8801653,0.77272725,0.49173555,0.5082645,0.48347107,0.45454547,0.38429752,0.2603306,0.5289256,0.46280992,0.5,0.8305785,0.87603307,0.6322314,0.45041323,0.47107437,0.45867768,0.47933885,0.49173555,0.45867768,0.4752066,0.49173555,0.58677685,0.5413223,0.7066116,0.71900827,0.7107438,0.70247936,0.661157,0.6652893,0.6487603,0.6570248,0.59917355,0.5661157,0.7768595,0.92975205,0.89669424,0.70247936,0.56198347,0.60330576,0.59504133,0.55785125,0.5165289,0.4876033,0.446281,0.5165289,0.6942149,0.70247936,0.58264464,0.53305787,0.553719,0.59504133,0.62396693,0.6363636,0.6942149,0.76033056,0.77272725,0.73966944,0.73140496,0.71900827,0.6942149,0.6363636,0.59504133,0.5661157,0.61570245,0.5661157,0.5206612,0.49173555,0.47933885,0.46694216,0.44214877,0.35123968,0.6570248,0.78099173,0.49173555,0.49586776,0.58264464,0.553719,0.5,0.49173555,0.46694216,0.49586776,0.5041322,0.47107437,0.44214877,0.47107437,0.53305787,0.60330576,0.7107438,0.7231405,0.70247936,0.6859504,0.61570245,0.6280992,0.6322314,0.6528926,0.61570245,0.57438016,0.5495868,0.6446281,0.6694215,0.6322314,0.59504133,0.60330576,0.60330576,0.57438016,0.5371901,0.55785125,0.6487603,0.69008267,0.75619835,0.71900827,0.57024795,0.5206612,0.5289256,0.5289256,0.55785125,0.6198347,0.6983471,0.7644628,0.78512394,0.76033056,0.74793386,0.7355372,0.6983471,0.57438016,0.6322314,0.61157024,0.59504133,0.58264464,0.5206612,0.5,0.4752066,0.45041323,0.45867768,0.41735536,0.5661157,0.72727275,0.61570245,0.5371901,0.5247934,0.5413223,0.5413223,0.5371901,0.5041322,0.5371901,0.5206612,0.5082645,0.47107437,0.5,0.49586776,0.59504133,0.6942149,0.71900827,0.70247936,0.6942149,0.58264464,0.6487603,0.6404959,0.6528926,0.6652893,0.62396693,0.6280992,0.6280992,0.607438,0.5413223,0.49586776,0.5,0.5,0.47933885,0.41322315,0.47933885,0.6528926,0.58264464,0.5206612,0.5289256,0.5247934,0.53305787,0.53305787,0.54545456,0.5495868,0.59090906,0.69008267,0.77272725,0.7892562,0.7644628,0.74793386,0.74793386,0.7107438,0.6652893,0.661157,0.57438016,0.60330576,0.61157024,0.5082645,0.42975205,0.38016528,0.37603307,0.41322315,0.43801653,0.45867768,0.5,0.5495868,0.53305787,0.49586776,0.49173555,0.5041322,0.4752066,0.5041322,0.54545456,0.5371901,0.5123967,0.49586776,0.5289256,0.48347107,0.5206612,0.5206612,0.5661157,0.72727275,0.71487606,0.607438,0.677686,0.6446281,0.61570245,0.57438016,0.5495868,0.5165289,0.5206612,0.57438016,0.5413223,0.45454547,0.41735536,0.4214876,0.3966942,0.40082645,0.4876033,0.59090906,0.5247934,0.5165289,0.5,0.5165289,0.5206612,0.5289256,0.54545456,0.5661157,0.58264464,0.6818182,0.75619835,0.7231405,0.73966944,0.76033056,0.8264463,0.8512397,0.8512397,0.6487603,0.47933885,0.5123967,0.55785125,0.45041323,0.38016528,0.37190083,0.338843,0.42975205,0.45454547,0.46280992,0.42561984,0.4876033,0.5495868,0.446281,0.4090909,0.446281,0.40082645,0.43801653,0.5,0.5371901,0.5,0.5041322,0.54545456,0.49173555,0.38842976,0.4752066,0.3140496,0.6735537,0.74793386,0.6735537,0.6528926,0.6322314,0.56198347,0.46280992,0.3966942,0.44214877,0.41735536,0.4876033,0.58677685,0.42975205,0.3181818,0.338843,0.338843,0.4090909,0.5082645,0.5495868,0.5247934,0.5247934,0.5206612,0.5082645,0.4876033,0.5082645,0.5413223,0.5785124,0.607438,0.62396693,0.60330576,0.59504133,0.607438,0.607438,0.61157024,0.6198347,0.61570245,0.5495868,0.4752066,0.43801653,0.46280992,0.41322315,0.38016528,0.42975205,0.40495867,0.4214876,0.48347107,0.42561984,0.35950413,0.45041323,0.58264464,0.44214877,0.33471075,0.35123968,0.3677686,0.41322315,0.4338843,0.49173555,0.49173555,0.49586776,0.4752066,0.4338843,0.40082645,0.5123967,0.45454547,0.6570248,0.71487606,0.6446281,0.6280992,0.5785124,0.5165289,0.45041323,0.43801653,0.4214876,0.4338843,0.47107437,0.61570245,0.49173555,0.3677686,0.30578512,0.35123968,0.45867768,0.59090906,0.6280992,0.57024795,0.5082645,0.5247934,0.49586776,0.4876033,0.5082645,0.5495868,0.607438,0.6487603,0.6198347,0.59917355,0.7066116,0.7768595,0.7644628,0.7107438,0.59917355,0.5247934,0.5413223,0.53305787,0.5413223,0.43801653,0.338843,0.4090909,0.5206612,0.45867768,0.38016528,0.41735536,0.3553719,0.37190083,0.49586776,0.6322314,0.5371901,0.37190083,0.3264463,0.37190083,0.42975205,0.43801653,0.43801653,0.45454547,0.42975205,0.40495867,0.44214877,0.5289256,0.5371901,0.5123967,0.6280992,0.6570248,0.661157,0.6280992,0.59917355,0.58264464,0.60330576,0.60330576,0.57438016,0.5661157,0.607438,0.6363636,0.5785124,0.5041322,0.446281,0.42975205,0.5041322,0.6280992,0.6322314,0.5785124,0.55785125,0.58264464,0.57024795,0.5785124,0.58264464,0.59917355,0.6528926,0.661157,0.62396693,0.69008267,0.8264463,0.8512397,0.8264463,0.8016529,0.72727275,0.5495868,0.49586776,0.54545456,0.5661157,0.5123967,0.46280992,0.47933885,0.5413223,0.55785125,0.53305787,0.5041322,0.45867768,0.49173555,0.57024795,0.6446281,0.5661157,0.40495867,0.40082645,0.4338843,0.48347107,0.4876033,0.45041323,0.40495867,0.39256197,0.45454547,0.5123967,0.57438016,0.6694215,0.55785125,0.5371901,0.58677685,0.661157,0.6735537,0.71487606,0.73966944,0.74380165,0.71900827,0.6983471,0.61570245,0.6198347,0.6404959,0.6446281,0.6322314,0.61157024,0.59504133,0.59504133,0.62396693,0.62396693,0.59917355,0.6198347,0.6570248,0.6735537,0.6694215,0.6652893,0.6528926,0.6487603,0.6322314,0.6487603,0.7768595,0.8636364,0.8595041,0.8347107,0.8057851,0.78099173,0.59917355,0.5082645,0.6404959,0.69008267,0.6859504,0.6528926,0.6404959,0.6363636,0.6363636,0.6198347,0.59504133,0.55785125,0.553719,0.57024795,0.62396693,0.59090906,0.46694216,0.47107437,0.5082645,0.5413223,0.5247934,0.45454547,0.40495867,0.45867768,0.5247934,0.5413223,0.5785124,0.75619835,0.6818182,0.5206612,0.61157024,0.59504133,0.6570248,0.73140496,0.73966944,0.74793386,0.73966944,0.72727275,0.70247936,0.69008267,0.6818182,0.6694215,0.6735537,0.6570248,0.6652893,0.6570248,0.6280992,0.6198347,0.61570245,0.6322314,0.69008267,0.7231405,0.71900827,0.7231405,0.6942149,0.6322314,0.6198347,0.661157,0.8140496,0.8553719,0.8595041,0.822314,0.8016529,0.79752064,0.6363636,0.48347107,0.6198347,0.73966944,0.73140496,0.72727275,0.7066116,0.69008267,0.677686,0.6528926,0.6363636,0.60330576,0.59504133,0.5785124,0.61157024,0.607438,0.5289256,0.5206612,0.55785125,0.55785125,0.53305787,0.4752066,0.5123967,0.54545456,0.55785125,0.5371901,0.57438016,0.7644628,0.75206614,0.5785124,0.7231405,0.607438,0.61157024,0.71900827,0.7644628,0.75206614,0.73966944,0.75619835,0.75619835,0.77272725,0.7768595,0.76033056,0.75619835,0.73966944,0.71900827,0.70247936,0.6735537,0.661157,0.6818182,0.6983471,0.7355372,0.76033056,0.74380165,0.7355372,0.73966944,0.6446281,0.6363636,0.6942149,0.7933884,0.8471074,0.8719008,0.8181818,0.79752064,0.79752064,0.71487606,0.45454547,0.4876033,0.71900827,0.677686,0.6942149,0.69008267,0.6694215,0.661157,0.6446281,0.6322314,0.61157024,0.607438,0.59090906,0.607438,0.61157024,0.5661157,0.5495868,0.5785124,0.58264464,0.57024795,0.55785125,0.61570245,0.59504133,0.57024795,0.5413223,0.56198347,0.75206614,0.7644628,0.6859504,0.73966944,0.6818182,0.59504133,0.6694215,0.75206614,0.78512394,0.7768595,0.74793386,0.7231405,0.73140496,0.7355372,0.71900827,0.71487606,0.7066116,0.6942149,0.6942149,0.7066116,0.71900827,0.74793386,0.7768595,0.7768595,0.7768595,0.7355372,0.6528926,0.69008267,0.6652893,0.6528926,0.73966944,0.77272725,0.8347107,0.89669424,0.822314,0.79752064,0.7933884,0.71487606,0.53305787,0.45041323,0.61570245,0.6942149,0.6528926,0.69008267,0.6942149,0.6983471,0.6859504,0.661157,0.6363636,0.61157024,0.61157024,0.6363636,0.6363636,0.62396693,0.61570245,0.6198347,0.62396693,0.6322314,0.6446281,0.661157,0.61157024,0.58264464,0.57024795,0.5495868,0.74380165,0.75206614,0.74380165,0.74380165,0.74793386,0.62396693,0.6487603,0.7066116,0.78512394,0.76859504,0.75619835,0.76033056,0.73140496,0.74793386,0.74793386,0.7355372,0.7355372,0.74380165,0.74793386,0.75619835,0.7768595,0.78099173,0.79752064,0.8016529,0.7768595,0.6983471,0.6735537,0.6694215,0.6404959,0.70247936,0.75619835,0.75619835,0.8057851,0.892562,0.8471074,0.8057851,0.78512394,0.6983471,0.58677685,0.45454547,0.39256197,0.59090906,0.6652893,0.7066116,0.7107438,0.71900827,0.7231405,0.71900827,0.7107438,0.6942149,0.69008267,0.6942149,0.6859504,0.6859504,0.677686,0.6528926,0.661157,0.6735537,0.6694215,0.661157,0.6280992,0.58677685,0.59090906,0.53305787,0.7355372,0.73966944,0.7644628,0.73966944,0.75206614,0.6859504,0.6322314,0.6694215,0.74793386,0.7644628,0.76033056,0.76859504,0.76859504,0.7892562,0.7933884,0.78512394,0.78099173,0.78512394,0.78512394,0.78512394,0.8016529,0.8016529,0.7933884,0.8140496,0.76859504,0.6942149,0.71487606,0.6818182,0.6735537,0.74793386,0.7644628,0.76033056,0.79752064,0.8677686,0.8553719,0.80991733,0.78099173,0.7107438,0.62396693,0.58677685,0.5247934,0.5289256,0.61157024,0.6983471,0.7107438,0.7066116,0.71900827,0.72727275,0.72727275,0.71487606,0.71487606,0.71487606,0.7107438,0.70247936,0.6983471,0.6735537,0.6652893,0.677686,0.6570248,0.6446281,0.62396693,0.59917355,0.60330576,0.5289256,0.73140496,0.7355372,0.75206614,0.77272725,0.74793386,0.71487606,0.6735537,0.6487603,0.6859504,0.73966944,0.76859504,0.7768595,0.7892562,0.79752064,0.79752064,0.79752064,0.7933884,0.79752064,0.79752064,0.8057851,0.7933884,0.8057851,0.78099173,0.7892562,0.7355372,0.70247936,0.6818182,0.6694215,0.74380165,0.77272725,0.7768595,0.78099173,0.79752064,0.8429752,0.8471074,0.8181818,0.78512394,0.75619835,0.6859504,0.6363636,0.60330576,0.5495868,0.553719,0.6487603,0.71487606,0.7107438,0.7107438,0.7107438,0.71900827,0.71487606,0.7107438,0.71487606,0.71487606,0.7107438,0.70247936,0.677686,0.6487603,0.6570248,0.6404959,0.62396693,0.60330576,0.6570248,0.6322314,0.53305787,0.72727275,0.73140496,0.74793386,0.76859504,0.74380165,0.70247936,0.7107438,0.6652893,0.677686,0.73140496,0.78099173,0.8057851,0.8057851,0.8016529,0.79752064,0.8016529,0.8016529,0.80991733,0.8016529,0.80991733,0.7892562,0.7933884,0.76859504,0.76033056,0.7066116,0.6487603,0.6404959,0.7107438,0.7892562,0.78099173,0.78512394,0.8429752,0.8305785,0.8140496,0.822314,0.8181818,0.78512394,0.7768595,0.75206614,0.6652893,0.607438,0.5785124,0.57024795,0.59504133,0.6735537,0.7066116,0.71487606,0.7066116,0.7107438,0.7107438,0.7107438,0.71487606,0.7107438,0.7107438,0.7107438,0.677686,0.6446281,0.6404959,0.6363636,0.62396693,0.6859504,0.7107438,0.59504133,0.5247934,0.71900827,0.7231405,0.74380165,0.76033056,0.78099173,0.7231405,0.72727275,0.7107438,0.70247936,0.73966944,0.7768595,0.80991733,0.8057851,0.8057851,0.8016529,0.7933884,0.8016529,0.822314,0.8016529,0.8016529,0.78099173,0.7892562,0.7644628,0.72727275,0.6818182,0.5289256,0.6570248,0.7355372,0.7644628,0.75619835,0.7933884,0.8471074,0.8305785,0.8264463,0.8181818,0.8057851,0.79752064,0.78099173,0.77272725,0.6859504,0.59090906,0.5661157,0.58264464,0.57438016,0.59917355,0.6446281,0.6859504,0.71487606,0.7107438,0.7066116,0.7066116,0.7107438,0.7107438,0.7066116,0.7066116,0.6818182,0.6528926,0.661157,0.6735537,0.6528926,0.6570248,0.6198347,0.56198347,0.5371901,0.7231405,0.73140496,0.7355372,0.74793386,0.76033056,0.76859504,0.74380165,0.71900827,0.71487606,0.73966944,0.7644628,0.78099173,0.7933884,0.80991733,0.8057851,0.79752064,0.8016529,0.8140496,0.8016529,0.8016529,0.8016529,0.8181818,0.7231405,0.6694215,0.6280992,0.5165289,0.7107438,0.75619835,0.73140496,0.74380165,0.7768595,0.8181818,0.8057851,0.8181818,0.8347107,0.8140496,0.8016529,0.76859504,0.74793386,0.6818182,0.607438,0.5661157,0.59504133,0.57438016,0.6198347,0.59917355,0.6280992,0.677686,0.7231405,0.71487606,0.71487606,0.7066116,0.7066116,0.70247936,0.677686,0.6652893,0.6652893,0.6694215,0.6528926,0.6280992,0.60330576,0.58677685,0.553719,0.5123967,0.71900827,0.73140496,0.7355372,0.74380165,0.74793386,0.75619835,0.7644628,0.73140496,0.677686,0.70247936,0.72727275,0.73140496,0.74793386,0.7644628,0.76859504,0.75619835,0.7644628,0.76033056,0.75206614,0.76033056,0.75619835,0.74380165,0.6652893,0.60330576,0.55785125,0.677686,0.79752064,0.7933884,0.7355372,0.73966944,0.76859504,0.79752064,0.80991733,0.8429752,0.88842976,0.8595041,0.8140496,0.78512394,0.73966944,0.677686,0.607438,0.60330576,0.6528926,0.57024795,0.6198347,0.6280992,0.6198347,0.61570245,0.6859504,0.6818182,0.6818182,0.6694215,0.6818182,0.6818182,0.6570248,0.6280992,0.6322314,0.6363636,0.6280992,0.61570245,0.59917355,0.57024795,0.5413223,0.49586776,0.7066116,0.7231405,0.72727275,0.7355372,0.7355372,0.73966944,0.75206614,0.73966944,0.6983471,0.71487606,0.7355372,0.73140496,0.7107438,0.70247936,0.71487606,0.70247936,0.7066116,0.6983471,0.6818182,0.6818182,0.6570248,0.6446281,0.6280992,0.5206612,0.607438,0.7892562,0.8181818,0.78099173,0.74380165,0.74793386,0.77272725,0.7892562,0.8016529,0.8512397,0.892562,0.8471074,0.80991733,0.7892562,0.72727275,0.661157,0.60330576,0.59090906,0.6363636,0.6198347,0.59090906,0.6404959,0.6322314,0.61157024,0.61570245,0.6280992,0.6363636,0.6404959,0.6528926,0.6528926,0.6322314,0.59917355,0.61157024,0.62396693,0.62396693,0.59917355,0.58264464,0.5661157,0.54545456,0.49173555,0.6859504,0.7107438,0.7231405,0.71900827,0.71487606,0.7231405,0.7355372,0.7355372,0.6983471,0.69008267,0.6983471,0.6983471,0.69008267,0.6983471,0.6983471,0.6818182,0.6859504,0.6694215,0.6487603,0.6404959,0.61157024,0.60330576,0.58677685,0.5,0.6735537,0.7644628,0.77272725,0.75206614,0.71487606,0.72727275,0.7355372,0.75206614,0.76859504,0.78099173,0.80991733,0.78099173,0.75619835,0.7066116,0.661157,0.62396693,0.5785124,0.55785125,0.55785125,0.57438016,0.5661157,0.6570248,0.6694215,0.6363636,0.62396693,0.62396693,0.6198347,0.6322314,0.6363636,0.6322314,0.61570245,0.59917355,0.59917355,0.61157024,0.61157024,0.58677685,0.57024795,0.55785125,0.5413223,0.48347107,0.677686,0.7066116,0.71900827,0.71487606,0.71487606,0.71900827,0.73140496,0.73140496,0.7066116,0.6735537,0.661157,0.661157,0.661157,0.6735537,0.6818182,0.677686,0.677686,0.677686,0.6528926,0.6280992,0.59504133,0.59917355,0.60330576,0.58677685,0.661157,0.6735537,0.6859504,0.6818182,0.6528926,0.6652893,0.6735537,0.6735537,0.6735537,0.7066116,0.7231405,0.70247936,0.661157,0.61570245,0.58264464,0.5371901,0.53305787,0.5,0.49173555,0.5289256,0.553719,0.6570248,0.6942149,0.6818182,0.6652893,0.6570248,0.6363636,0.6363636,0.6322314,0.6198347,0.607438,0.60330576,0.59090906,0.59917355,0.59504133,0.5785124,0.56198347,0.54545456,0.5247934,0.4752066,0.6694215,0.6942149,0.70247936,0.70247936,0.7107438,0.71900827,0.72727275,0.73140496,0.72727275,0.7066116,0.69008267,0.69008267,0.69008267,0.6983471,0.71900827,0.73140496,0.7231405,0.7066116,0.677686,0.6280992,0.61157024,0.6487603,0.6942149,0.72727275,0.6694215,0.55785125,0.55785125,0.5206612,0.5,0.5413223,0.5661157,0.5661157,0.5661157,0.58264464,0.61157024,0.59504133,0.56198347,0.5206612,0.5082645,0.48347107,0.446281,0.3966942,0.44214877,0.5165289,0.553719,0.6280992,0.70247936,0.6983471,0.69008267,0.69008267,0.677686,0.6652893,0.6446281,0.60330576,0.59917355,0.58677685,0.57438016,0.59504133,0.58264464,0.56198347,0.5495868,0.54545456,0.5165289,0.4876033,0.6570248,0.6859504,0.6983471,0.70247936,0.7066116,0.7231405,0.73140496,0.7355372,0.73966944,0.7355372,0.7355372,0.7355372,0.73966944,0.74793386,0.75206614,0.7644628,0.74793386,0.71487606,0.6735537,0.6570248,0.69008267,0.72727275,0.76859504,0.7768595,0.77272725,0.54545456,0.446281,0.3966942,0.338843,0.36363637,0.37603307,0.44214877,0.5082645,0.5,0.5247934,0.5289256,0.4876033,0.48347107,0.46694216,0.42561984,0.38429752,0.34710744,0.47107437,0.5371901,0.56198347,0.60330576,0.6818182,0.71487606,0.70247936,0.6983471,0.69008267,0.6859504,0.6694215,0.6280992,0.607438,0.5785124,0.57024795,0.58677685,0.57438016,0.56198347,0.54545456,0.5413223,0.5082645,0.4752066,0.6528926,0.69008267,0.7107438,0.7066116,0.7066116,0.71900827,0.73140496,0.72727275,0.7355372,0.73140496,0.74380165,0.74380165,0.74380165,0.7644628,0.75619835,0.74793386,0.7355372,0.7066116,0.6983471,0.7355372,0.7768595,0.7892562,0.78512394,0.7892562,0.78099173,0.7066116,0.5495868,0.45041323,0.40495867,0.40082645,0.41735536,0.40495867,0.3677686,0.46694216,0.4752066,0.46280992,0.46694216,0.44214877,0.43801653,0.4214876,0.446281,0.446281,0.5247934,0.5495868,0.57024795,0.59090906,0.6528926,0.71487606,0.7107438,0.70247936,0.6942149,0.69008267,0.6735537,0.6487603,0.61570245,0.5785124,0.57438016,0.57024795,0.56198347,0.553719,0.53305787,0.5371901,0.49586776,0.48347107,0.6528926,0.6735537,0.6859504,0.7066116,0.7066116,0.7107438,0.71900827,0.7231405,0.72727275,0.7231405,0.73966944,0.74380165,0.74380165,0.74793386,0.74380165,0.73140496,0.71900827,0.7355372,0.76033056,0.7933884,0.8057851,0.8016529,0.7768595,0.78512394,0.7768595,0.77272725,0.72727275,0.677686,0.61157024,0.5289256,0.49586776,0.47107437,0.446281,0.39256197,0.4090909,0.4338843,0.4214876,0.45867768,0.4876033,0.4876033,0.5,0.5165289,0.5247934,0.55785125,0.57438016,0.58264464,0.6363636,0.6983471,0.71900827,0.70247936,0.6942149,0.6942149,0.6694215,0.6570248,0.6198347,0.60330576,0.57024795,0.5661157,0.5661157,0.553719,0.54545456,0.5206612,0.49586776,0.4876033,0.6487603,0.6735537,0.6818182,0.7066116,0.7107438,0.7066116,0.7066116,0.71487606,0.71487606,0.72727275,0.7355372,0.74380165,0.73966944,0.7355372,0.73140496,0.73140496,0.74380165,0.78099173,0.7933884,0.7892562,0.78512394,0.78099173,0.77272725,0.77272725,0.76859504,0.78099173,0.78512394,0.7768595,0.75206614,0.70247936,0.61157024,0.54545456,0.48347107,0.42561984,0.4752066,0.4752066,0.48347107,0.5165289,0.5371901,0.5289256,0.5247934,0.5371901,0.5495868,0.5661157,0.5661157,0.59090906,0.6198347,0.677686,0.70247936,0.7107438,0.6859504,0.6983471,0.6735537,0.6570248,0.6322314,0.607438,0.5785124,0.57024795,0.55785125,0.54545456,0.5289256,0.5082645,0.49173555,0.46694216,0.6404959,0.6694215,0.6818182,0.6942149,0.7066116,0.70247936,0.70247936,0.7066116,0.71487606,0.72727275,0.73140496,0.73140496,0.73140496,0.7355372,0.7355372,0.74793386,0.7768595,0.8016529,0.7933884,0.7768595,0.76033056,0.76859504,0.7644628,0.76033056,0.76033056,0.7644628,0.77272725,0.77272725,0.75206614,0.7355372,0.7066116,0.6322314,0.5495868,0.49586776,0.5495868,0.553719,0.553719,0.5661157,0.57438016,0.55785125,0.5495868,0.55785125,0.55785125,0.58264464,0.56198347,0.59917355,0.61157024,0.6652893,0.6942149,0.7066116,0.6942149,0.6942149,0.69008267,0.6487603,0.6363636,0.59917355,0.58677685,0.57024795,0.56198347,0.54545456,0.5371901,0.49173555,0.5,0.45041323,0.6404959,0.661157,0.6735537,0.6942149,0.6942149,0.70247936,0.6983471,0.7107438,0.71487606,0.71487606,0.7231405,0.72727275,0.73140496,0.73966944,0.74793386,0.76033056,0.78512394,0.7933884,0.78512394,0.76859504,0.75619835,0.7644628,0.7644628,0.76859504,0.7644628,0.73966944,0.74793386,0.73966944,0.73966944,0.7231405,0.73966944,0.70247936,0.6322314,0.59504133,0.57438016,0.57024795,0.5661157,0.57438016,0.58264464,0.57438016,0.5785124,0.57024795,0.57024795,0.5785124,0.57438016,0.58677685,0.61570245,0.6446281,0.677686,0.6859504,0.6818182,0.677686,0.6735537,0.6570248,0.6198347,0.58677685,0.58264464,0.56198347,0.5495868,0.53305787,0.5123967,0.5,0.49173555,0.4338843,0.6363636,0.6570248,0.661157,0.6818182,0.6818182,0.70247936,0.70247936,0.7107438,0.71487606,0.71900827,0.7231405,0.7231405,0.72727275,0.74380165,0.75619835,0.7644628,0.76859504,0.7644628,0.76033056,0.74793386,0.74380165,0.73140496,0.7355372,0.73966944,0.73966944,0.73140496,0.75206614,0.77272725,0.7933884,0.78099173,0.78512394,0.78099173,0.73966944,0.7107438,0.6528926,0.62396693,0.5785124,0.58264464,0.59090906,0.59090906,0.59504133,0.57438016,0.59090906,0.55785125,0.57024795,0.57024795,0.59504133,0.61157024,0.6446281,0.661157,0.6652893,0.6652893,0.6487603,0.62396693,0.61157024,0.59917355,0.5785124,0.57024795,0.5289256,0.5123967,0.5,0.5082645,0.47933885,0.4214876,0.62396693,0.6570248,0.6528926,0.6652893,0.6735537,0.6983471,0.6983471,0.7066116,0.71487606,0.7231405,0.7231405,0.7231405,0.71900827,0.7355372,0.75206614,0.75206614,0.74380165,0.7355372,0.7231405,0.71487606,0.7107438,0.6942149,0.7066116,0.7231405,0.73966944,0.74793386,0.75619835,0.7644628,0.74793386,0.73140496,0.71900827,0.71487606,0.71487606,0.7231405,0.71487606,0.6818182,0.61157024,0.57024795,0.5495868,0.553719,0.553719,0.553719,0.58677685,0.55785125,0.56198347,0.55785125,0.56198347,0.58264464,0.6280992,0.6487603,0.6570248,0.6570248,0.6570248,0.60330576,0.59917355,0.59090906,0.57024795,0.5413223,0.5247934,0.5082645,0.5,0.5,0.5,0.3966942,0.6280992,0.6528926,0.6652893,0.6570248,0.6735537,0.69008267,0.70247936,0.7107438,0.7231405,0.7231405,0.72727275,0.73140496,0.71900827,0.72727275,0.73966944,0.7355372,0.72727275,0.7066116,0.6735537,0.6694215,0.6570248,0.6322314,0.6528926,0.69008267,0.6983471,0.677686,0.62396693,0.59504133,0.5785124,0.5785124,0.59504133,0.5661157,0.5413223,0.553719,0.57438016,0.5371901,0.5165289,0.49173555,0.4752066,0.47933885,0.46280992,0.47107437,0.5,0.5123967,0.5206612,0.5247934,0.5165289,0.5413223,0.59504133,0.6198347,0.661157,0.6528926,0.6404959,0.59090906,0.59090906,0.57438016,0.5661157,0.5413223,0.5247934,0.5082645,0.49586776,0.5082645,0.46280992,0.3677686,0.6322314,0.6446281,0.661157,0.6528926,0.6652893,0.6694215,0.69008267,0.7066116,0.73140496,0.7231405,0.7231405,0.73140496,0.7231405,0.72727275,0.72727275,0.73140496,0.7107438,0.6735537,0.6280992,0.59917355,0.5495868,0.5082645,0.5247934,0.5495868,0.5495868,0.49173555,0.45041323,0.43801653,0.45867768,0.48347107,0.5,0.48347107,0.45867768,0.43801653,0.4338843,0.4090909,0.40082645,0.40082645,0.38842976,0.38842976,0.3553719,0.338843,0.36363637,0.38842976,0.41322315,0.41735536,0.41322315,0.45454547,0.5247934,0.58677685,0.6404959,0.6446281,0.60330576,0.58264464,0.57438016,0.57438016,0.55785125,0.5413223,0.5289256,0.5,0.49586776,0.49586776,0.44214877,0.33471075,0.61570245,0.6322314,0.6487603,0.6446281,0.6570248,0.661157,0.6735537,0.70247936,0.72727275,0.71900827,0.71900827,0.72727275,0.7231405,0.71900827,0.7066116,0.7107438,0.6983471,0.6446281,0.5785124,0.5,0.39256197,0.338843,0.32231405,0.3305785,0.35950413,0.30578512,0.2520661,0.2892562,0.3140496,0.3181818,0.33471075,0.35123968,0.3429752,0.3264463,0.29752067,0.30578512,0.30165288,0.30991736,0.29338843,0.2768595,0.28099173,0.27272728,0.29752067,0.3264463,0.35123968,0.35123968,0.33471075,0.39256197,0.47107437,0.58264464,0.60330576,0.6280992,0.60330576,0.56198347,0.57438016,0.553719,0.553719,0.54545456,0.5206612,0.5041322,0.49586776,0.5,0.40495867,0.35123968,0.607438,0.60330576,0.6363636,0.6363636,0.6487603,0.6652893,0.6694215,0.69008267,0.70247936,0.7066116,0.71900827,0.72727275,0.72727275,0.71900827,0.7066116,0.7066116,0.69008267,0.6404959,0.58677685,0.5247934,0.48347107,0.5123967,0.48347107,0.4090909,0.3966942,0.38842976,0.38429752,0.42561984,0.43801653,0.41735536,0.39256197,0.3677686,0.35123968,0.35123968,0.3429752,0.36363637,0.38429752,0.38016528,0.3966942,0.38842976,0.40495867,0.4090909,0.4214876,0.4214876,0.41735536,0.42975205,0.45454547,0.47933885,0.5082645,0.58677685,0.607438,0.62396693,0.58677685,0.55785125,0.57438016,0.5495868,0.5371901,0.5289256,0.5,0.5082645,0.49173555,0.47107437,0.36363637,0.35950413,0.6404959,0.57438016,0.62396693,0.62396693,0.6487603,0.661157,0.6694215,0.6694215,0.6818182,0.6942149,0.71487606,0.72727275,0.7355372,0.72727275,0.7107438,0.7107438,0.69008267,0.6694215,0.6487603,0.6446281,0.6735537,0.71900827,0.70247936,0.677686,0.6818182,0.69008267,0.69008267,0.6859504,0.6818182,0.6983471,0.6983471,0.6735537,0.6487603,0.6198347,0.6198347,0.6363636,0.6280992,0.60330576,0.61570245,0.607438,0.58264464,0.56198347,0.5495868,0.5165289,0.5082645,0.5123967,0.5495868,0.57024795,0.57438016,0.59917355,0.6198347,0.61570245,0.5661157,0.55785125,0.57438016,0.53305787,0.5289256,0.5165289,0.5041322,0.4876033,0.5,0.42975205,0.338843,0.37190083,0.6983471,0.5661157,0.59504133,0.6198347,0.6487603,0.6487603,0.6570248,0.6528926,0.6735537,0.69008267,0.6983471,0.71900827,0.73140496,0.7355372,0.7231405,0.71487606,0.70247936,0.69008267,0.70247936,0.7066116,0.75619835,0.76033056,0.7355372,0.70247936,0.677686,0.661157,0.661157,0.677686,0.6735537,0.71487606,0.77272725,0.7892562,0.76033056,0.7066116,0.70247936,0.7107438,0.69008267,0.6694215,0.661157,0.6198347,0.59504133,0.5785124,0.56198347,0.5413223,0.5495868,0.55785125,0.5785124,0.607438,0.61157024,0.61570245,0.62396693,0.607438,0.5785124,0.54545456,0.5495868,0.5289256,0.5247934,0.5041322,0.5,0.49586776,0.46694216,0.39256197,0.33471075,0.35123968,0.73140496,0.607438,0.55785125,0.61570245,0.6404959,0.6446281,0.6487603,0.6528926,0.6652893,0.6818182,0.6818182,0.6983471,0.7107438,0.71900827,0.7231405,0.70247936,0.6983471,0.7066116,0.71900827,0.73966944,0.77272725,0.7768595,0.76033056,0.72727275,0.70247936,0.6735537,0.6404959,0.6363636,0.6322314,0.62396693,0.6404959,0.6735537,0.6818182,0.6487603,0.6487603,0.6446281,0.6322314,0.607438,0.58677685,0.55785125,0.5495868,0.5495868,0.553719,0.5661157,0.57024795,0.5785124,0.59917355,0.61570245,0.6322314,0.6280992,0.6280992,0.59917355,0.55785125,0.55785125,0.5413223,0.53305787,0.5165289,0.49586776,0.5,0.48347107,0.43801653,0.338843,0.3553719,0.35123968,0.71900827,0.69008267,0.553719,0.58677685,0.61570245,0.6446281,0.6363636,0.6528926,0.6652893,0.6694215,0.6735537,0.6859504,0.69008267,0.6983471,0.7066116,0.70247936,0.6983471,0.71487606,0.7355372,0.7644628,0.76859504,0.7768595,0.76859504,0.73140496,0.7107438,0.6859504,0.661157,0.6322314,0.61570245,0.59090906,0.5661157,0.5495868,0.5495868,0.5413223,0.5495868,0.54545456,0.53305787,0.5206612,0.5123967,0.5123967,0.5247934,0.5371901,0.55785125,0.5785124,0.58264464,0.59504133,0.607438,0.6322314,0.6322314,0.6322314,0.607438,0.5661157,0.5495868,0.5371901,0.5123967,0.5165289,0.5041322,0.48347107,0.49586776,0.47107437,0.3677686,0.36363637,0.3553719,0.35950413,0.7107438,0.72727275,0.6198347,0.5495868,0.59090906,0.6198347,0.6280992,0.6404959,0.6528926,0.6570248,0.661157,0.6818182,0.6818182,0.69008267,0.6942149,0.6983471,0.70247936,0.71487606,0.73140496,0.75619835,0.7644628,0.75619835,0.76033056,0.73966944,0.71900827,0.6942149,0.6735537,0.6528926,0.61570245,0.57024795,0.5206612,0.48347107,0.47107437,0.45454547,0.45867768,0.45454547,0.45454547,0.47107437,0.47933885,0.49586776,0.5206612,0.5413223,0.55785125,0.58264464,0.59504133,0.607438,0.60330576,0.61157024,0.62396693,0.6198347,0.58677685,0.55785125,0.5371901,0.5123967,0.5165289,0.5,0.5,0.4876033,0.47107437,0.4090909,0.35123968,0.35123968,0.35950413,0.35123968,0.70247936,0.73140496,0.6942149,0.55785125,0.5495868,0.58677685,0.61570245,0.62396693,0.6322314,0.6404959,0.6487603,0.6528926,0.6818182,0.677686,0.677686,0.6942149,0.69008267,0.7066116,0.71487606,0.7231405,0.73966944,0.74793386,0.7355372,0.72727275,0.7231405,0.70247936,0.6818182,0.6694215,0.6446281,0.607438,0.55785125,0.5123967,0.47933885,0.46694216,0.45041323,0.45041323,0.46280992,0.48347107,0.49586776,0.5165289,0.5413223,0.55785125,0.58264464,0.60330576,0.60330576,0.59917355,0.59504133,0.59504133,0.59504133,0.58264464,0.5661157,0.54545456,0.53305787,0.5123967,0.5041322,0.49586776,0.4876033,0.47933885,0.446281,0.3305785,0.35123968,0.3429752,0.3553719,0.35950413,0.6983471,0.71487606,0.72727275,0.6280992,0.5371901,0.553719,0.59504133,0.607438,0.6198347,0.6322314,0.6404959,0.6404959,0.6570248,0.6652893,0.661157,0.6818182,0.677686,0.6818182,0.6859504,0.6983471,0.72727275,0.71487606,0.71487606,0.7107438,0.71487606,0.6983471,0.69008267,0.6859504,0.6652893,0.6363636,0.61157024,0.58264464,0.5661157,0.54545456,0.5371901,0.5289256,0.5289256,0.5289256,0.54545456,0.55785125,0.56198347,0.58264464,0.59504133,0.59504133,0.59504133,0.59090906,0.59090906,0.59090906,0.57024795,0.55785125,0.5413223,0.5289256,0.5247934,0.5041322,0.5,0.49173555,0.4752066,0.4752066,0.38429752,0.34710744,0.35123968,0.3429752,0.34710744,0.36363637,0.6942149,0.7107438,0.7355372,0.70247936,0.59090906,0.5371901,0.56198347,0.58677685,0.61157024,0.61157024,0.62396693,0.6280992,0.6446281,0.6570248,0.6570248,0.6735537,0.677686,0.6859504,0.661157,0.6859504,0.6983471,0.7231405,0.7107438,0.70247936,0.70247936,0.7066116,0.70247936,0.6942149,0.6859504,0.677686,0.661157,0.6570248,0.6652893,0.6652893,0.6528926,0.6404959,0.62396693,0.60330576,0.607438,0.60330576,0.59917355,0.607438,0.607438,0.60330576,0.59917355,0.59090906,0.58264464,0.5785124,0.56198347,0.5413223,0.5165289,0.5082645,0.5082645,0.5,0.49173555,0.4752066,0.4752066,0.41735536,0.3553719,0.34710744,0.3553719,0.3553719,0.3429752,0.35950413,0.6942149,0.71900827,0.74380165,0.73140496,0.6528926,0.5661157,0.5289256,0.5661157,0.58677685,0.59917355,0.61157024,0.6198347,0.6198347,0.6404959,0.6446281,0.6528926,0.6694215,0.6735537,0.6694215,0.661157,0.6859504,0.6942149,0.7107438,0.71900827,0.71487606,0.71900827,0.71487606,0.71900827,0.72727275,0.73140496,0.7355372,0.75206614,0.76859504,0.77272725,0.75619835,0.73966944,0.73140496,0.7107438,0.6983471,0.6818182,0.6694215,0.6570248,0.6446281,0.6280992,0.61570245,0.60330576,0.58264464,0.57024795,0.5495868,0.5247934,0.5165289,0.5123967,0.5165289,0.48347107,0.47107437,0.46280992,0.45454547,0.37603307,0.3553719,0.3553719,0.35950413,0.34710744,0.35123968,0.3429752,0.6942149,0.71900827,0.74380165,0.73966944,0.69008267,0.61570245,0.53305787,0.54545456,0.553719,0.58264464,0.59504133,0.60330576,0.60330576,0.6198347,0.6446281,0.6404959,0.6487603,0.677686,0.6694215,0.6570248,0.69008267,0.6942149,0.71487606,0.71900827,0.7355372,0.74380165,0.74380165,0.75206614,0.7892562,0.7933884,0.8016529,0.8016529,0.8057851,0.79752064,0.7768595,0.7644628,0.77272725,0.7644628,0.76033056,0.74793386,0.73966944,0.72727275,0.69008267,0.6446281,0.62396693,0.61157024,0.58264464,0.553719,0.53305787,0.5289256,0.5082645,0.49173555,0.5,0.47933885,0.45454547,0.45867768,0.46280992,0.37190083,0.34710744,0.3553719,0.35123968,0.3429752,0.35123968,0.34710744,0.69008267,0.71900827,0.73966944,0.73966944,0.71487606,0.661157,0.5785124,0.5289256,0.5289256,0.5661157,0.5661157,0.5785124,0.59917355,0.60330576,0.62396693,0.6280992,0.6487603,0.661157,0.6487603,0.6404959,0.677686,0.6983471,0.6859504,0.7231405,0.73966944,0.76859504,0.76859504,0.78099173,0.8016529,0.8140496,0.8140496,0.8057851,0.8057851,0.79752064,0.78099173,0.7644628,0.7768595,0.77272725,0.76033056,0.75206614,0.75206614,0.7355372,0.70247936,0.6528926,0.6280992,0.59504133,0.5661157,0.5495868,0.53305787,0.5165289,0.49173555,0.47933885,0.4752066,0.46280992,0.44214877,0.47933885,0.47933885,0.38016528,0.33471075,0.34710744,0.35123968,0.35123968,0.338843,0.34710744,0.69008267,0.7231405,0.7355372,0.73140496,0.7231405,0.6859504,0.6280992,0.54545456,0.5082645,0.5495868,0.553719,0.5495868,0.58264464,0.5785124,0.60330576,0.6198347,0.607438,0.6528926,0.6404959,0.6487603,0.6652893,0.6735537,0.677686,0.6983471,0.6983471,0.74380165,0.76859504,0.7768595,0.7892562,0.79752064,0.8057851,0.79752064,0.7892562,0.78512394,0.7768595,0.76033056,0.77272725,0.75619835,0.74380165,0.73966944,0.71900827,0.6983471,0.6735537,0.6446281,0.61157024,0.57438016,0.54545456,0.53305787,0.53305787,0.5,0.4752066,0.47107437,0.46280992,0.45041323,0.45454547,0.49586776,0.49173555,0.38429752,0.338843,0.3429752,0.34710744,0.34710744,0.3429752,0.338843,0.69008267,0.72727275,0.7355372,0.72727275,0.73140496,0.7066116,0.6652893,0.58264464,0.5206612,0.5247934,0.54545456,0.5495868,0.553719,0.5495868,0.58677685,0.59504133,0.59504133,0.59917355,0.6322314,0.6404959,0.661157,0.6446281,0.6694215,0.6942149,0.6735537,0.73140496,0.74380165,0.74380165,0.7644628,0.77272725,0.76859504,0.7644628,0.75619835,0.74793386,0.73966944,0.72727275,0.74380165,0.72727275,0.71900827,0.7107438,0.677686,0.6528926,0.6487603,0.607438,0.57438016,0.5495868,0.5413223,0.53305787,0.5041322,0.4876033,0.46694216,0.45867768,0.45041323,0.45454547,0.4752066,0.49173555,0.5247934,0.42561984,0.338843,0.338843,0.35123968,0.3429752,0.3429752,0.34710744,0.6983471,0.7355372,0.7355372,0.73140496,0.74380165,0.72727275,0.69008267,0.6280992,0.57024795,0.5165289,0.53305787,0.5495868,0.5371901,0.5413223,0.56198347,0.54545456,0.5661157,0.59090906,0.59504133,0.60330576,0.6322314,0.6446281,0.6528926,0.677686,0.6859504,0.6983471,0.7107438,0.70247936,0.71900827,0.74380165,0.73140496,0.70247936,0.7066116,0.6983471,0.69008267,0.6818182,0.6983471,0.69008267,0.6818182,0.6694215,0.6446281,0.62396693,0.607438,0.55785125,0.5413223,0.5247934,0.5165289,0.5,0.47933885,0.4752066,0.45454547,0.446281,0.45041323,0.47107437,0.5,0.46694216,0.5413223,0.53305787,0.35950413,0.3181818,0.3429752,0.3429752,0.33471075,0.3429752,0.6983471,0.74380165,0.73966944,0.73140496,0.73966944,0.74380165,0.7066116,0.661157,0.61570245,0.5371901,0.5289256,0.5371901,0.5371901,0.5289256,0.5413223,0.53305787,0.53305787,0.55785125,0.57024795,0.5785124,0.59504133,0.6322314,0.6404959,0.6322314,0.6570248,0.677686,0.6528926,0.6859504,0.677686,0.69008267,0.6983471,0.661157,0.6570248,0.6404959,0.6322314,0.6322314,0.6487603,0.6280992,0.62396693,0.6280992,0.60330576,0.58264464,0.5661157,0.5123967,0.5165289,0.5082645,0.5041322,0.47933885,0.46280992,0.46280992,0.44214877,0.45041323,0.46280992,0.4876033,0.5165289,0.46694216,0.5206612,0.6322314,0.44214877,0.30578512,0.33471075,0.3429752,0.338843,0.3305785,0.70247936,0.74793386,0.74380165,0.73966944,0.7355372,0.73966944,0.72727275,0.6859504,0.6487603,0.55785125,0.5371901,0.5247934,0.5289256,0.5371901,0.5413223,0.5247934,0.5289256,0.5371901,0.5289256,0.55785125,0.5495868,0.58264464,0.59504133,0.61570245,0.61570245,0.6322314,0.6280992,0.6363636,0.6446281,0.6446281,0.6404959,0.6363636,0.61157024,0.59504133,0.58264464,0.58677685,0.58677685,0.5785124,0.58264464,0.57438016,0.553719,0.5413223,0.5206612,0.48347107,0.49173555,0.4752066,0.4876033,0.46694216,0.44214877,0.45041323,0.43801653,0.46694216,0.48347107,0.49173555,0.5206612,0.49173555,0.49586776,0.6487603,0.5661157,0.3305785,0.32231405,0.33471075,0.338843,0.3305785,0.71487606,0.75619835,0.73966944,0.73966944,0.73966944,0.73966944,0.7355372,0.7066116,0.677686,0.61157024,0.57024795,0.5413223,0.5289256,0.5371901,0.53305787,0.5371901,0.5289256,0.5165289,0.5206612,0.5247934,0.5289256,0.5371901,0.5495868,0.5785124,0.58264464,0.58677685,0.59090906,0.58677685,0.59090906,0.58264464,0.57024795,0.58677685,0.56198347,0.55785125,0.5371901,0.5495868,0.53305787,0.5371901,0.53305787,0.5247934,0.5165289,0.5,0.4876033,0.47107437,0.4876033,0.46694216,0.46280992,0.446281,0.44214877,0.446281,0.45454547,0.5,0.5041322,0.5123967,0.5123967,0.5041322,0.46694216,0.607438,0.6818182,0.42975205,0.28512397,0.3264463,0.33471075,0.3305785,0.72727275,0.75206614,0.74793386,0.73966944,0.74380165,0.74380165,0.73966944,0.7231405,0.7066116,0.6528926,0.60330576,0.5661157,0.53305787,0.5206612,0.53305787,0.5413223,0.53305787,0.53305787,0.5247934,0.5123967,0.5206612,0.5082645,0.5165289,0.5206612,0.5413223,0.54545456,0.5371901,0.5413223,0.5371901,0.5371901,0.5082645,0.53305787,0.49586776,0.5206612,0.48347107,0.5082645,0.5082645,0.49173555,0.4752066,0.49586776,0.47933885,0.46694216,0.446281,0.45454547,0.45041323,0.45041323,0.45041323,0.446281,0.45867768,0.46280992,0.49173555,0.49173555,0.5247934,0.53305787,0.5165289,0.5,0.43801653,0.5661157,0.74380165,0.5661157,0.3140496,0.30165288,0.338843,0.32231405,5 +0.6859504,0.6983471,0.70247936,0.7066116,0.7066116,0.71487606,0.72727275,0.74380165,0.76033056,0.78099173,0.79752064,0.79752064,0.8057851,0.8140496,0.8181818,0.822314,0.8264463,0.8429752,0.8595041,0.8636364,0.8636364,0.8677686,0.8677686,0.8512397,0.8512397,0.8512397,0.8471074,0.8429752,0.8181818,0.78512394,0.7644628,0.76859504,0.74380165,0.74380165,0.74380165,0.7355372,0.74793386,0.74793386,0.76033056,0.74380165,0.7355372,0.73140496,0.74380165,0.75619835,0.74793386,0.74793386,0.7355372,0.72727275,0.7066116,0.6942149,0.6859504,0.6818182,0.6694215,0.6694215,0.6570248,0.62396693,0.60330576,0.60330576,0.58677685,0.55785125,0.5495868,0.5413223,0.53305787,0.48347107,0.6983471,0.70247936,0.7066116,0.70247936,0.7107438,0.71487606,0.72727275,0.74380165,0.76033056,0.7768595,0.7892562,0.79752064,0.8016529,0.8181818,0.8181818,0.8181818,0.8347107,0.838843,0.8595041,0.8677686,0.8677686,0.8719008,0.8677686,0.8677686,0.8636364,0.8595041,0.8595041,0.8471074,0.8305785,0.8140496,0.8016529,0.7933884,0.76859504,0.76033056,0.7644628,0.75619835,0.76859504,0.77272725,0.78512394,0.7768595,0.77272725,0.75619835,0.74793386,0.76859504,0.77272725,0.77272725,0.76033056,0.74380165,0.7231405,0.7066116,0.7066116,0.70247936,0.6859504,0.6859504,0.6735537,0.6487603,0.61157024,0.60330576,0.58677685,0.55785125,0.54545456,0.5413223,0.5371901,0.49173555,0.70247936,0.7066116,0.7066116,0.7107438,0.7066116,0.7107438,0.72727275,0.74380165,0.76033056,0.77272725,0.7892562,0.7933884,0.8016529,0.8140496,0.822314,0.8140496,0.8305785,0.8429752,0.8595041,0.8677686,0.8677686,0.87603307,0.8719008,0.8719008,0.8719008,0.8636364,0.8636364,0.8553719,0.8429752,0.8347107,0.838843,0.80991733,0.79752064,0.79752064,0.7933884,0.78099173,0.7933884,0.8016529,0.8140496,0.8181818,0.80991733,0.7933884,0.78512394,0.7768595,0.78512394,0.78099173,0.77272725,0.75206614,0.73966944,0.73140496,0.71487606,0.71487606,0.70247936,0.6983471,0.6859504,0.6694215,0.62396693,0.60330576,0.58264464,0.55785125,0.5413223,0.5371901,0.53305787,0.5123967,0.69008267,0.6983471,0.7066116,0.71487606,0.7066116,0.7107438,0.72727275,0.74793386,0.76033056,0.7644628,0.78512394,0.7933884,0.79752064,0.80991733,0.8140496,0.8181818,0.822314,0.8347107,0.8512397,0.8636364,0.8636364,0.87603307,0.8719008,0.8677686,0.8719008,0.8636364,0.8677686,0.8595041,0.8471074,0.8471074,0.8471074,0.822314,0.8181818,0.8264463,0.822314,0.8057851,0.8140496,0.8181818,0.8305785,0.8264463,0.8305785,0.8181818,0.8181818,0.79752064,0.8016529,0.7892562,0.77272725,0.75206614,0.75206614,0.74793386,0.72727275,0.72727275,0.71900827,0.7066116,0.6983471,0.677686,0.6363636,0.60330576,0.58264464,0.56198347,0.5495868,0.5413223,0.5247934,0.5371901,0.6818182,0.69008267,0.7066116,0.71487606,0.7107438,0.71900827,0.72727275,0.74793386,0.75619835,0.76033056,0.77272725,0.78512394,0.7933884,0.8016529,0.8057851,0.8140496,0.8140496,0.822314,0.8347107,0.8512397,0.8512397,0.8719008,0.8719008,0.8595041,0.8677686,0.8595041,0.8636364,0.8553719,0.8512397,0.8471074,0.8512397,0.8347107,0.8305785,0.8347107,0.8347107,0.822314,0.8347107,0.822314,0.838843,0.8347107,0.8305785,0.8264463,0.8305785,0.8140496,0.8140496,0.8016529,0.78099173,0.76033056,0.75206614,0.76033056,0.74793386,0.73966944,0.73140496,0.71487606,0.6983471,0.677686,0.6487603,0.61157024,0.58677685,0.5661157,0.55785125,0.54545456,0.5289256,0.5371901,0.6859504,0.6942149,0.70247936,0.71487606,0.71900827,0.71900827,0.72727275,0.74793386,0.76033056,0.7644628,0.77272725,0.76859504,0.7644628,0.78512394,0.79752064,0.8016529,0.80991733,0.80991733,0.80991733,0.822314,0.8305785,0.8471074,0.8553719,0.8553719,0.8512397,0.8471074,0.8429752,0.838843,0.838843,0.838843,0.8429752,0.838843,0.8305785,0.8305785,0.8305785,0.822314,0.838843,0.8264463,0.8347107,0.838843,0.8347107,0.8264463,0.8305785,0.8181818,0.80991733,0.8016529,0.7892562,0.7644628,0.75619835,0.76033056,0.76033056,0.74793386,0.73966944,0.71900827,0.6983471,0.677686,0.6570248,0.6198347,0.58677685,0.57438016,0.5495868,0.5371901,0.5371901,0.5413223,0.69008267,0.6983471,0.70247936,0.71487606,0.7231405,0.71900827,0.73140496,0.75206614,0.7644628,0.7644628,0.75619835,0.72727275,0.71487606,0.75206614,0.76859504,0.78099173,0.78099173,0.77272725,0.7768595,0.78099173,0.7933884,0.80991733,0.822314,0.8305785,0.8347107,0.8305785,0.8140496,0.8181818,0.8140496,0.8181818,0.8305785,0.8264463,0.8264463,0.8140496,0.8181818,0.8140496,0.8305785,0.822314,0.822314,0.8305785,0.8181818,0.8016529,0.80991733,0.8057851,0.8016529,0.78099173,0.77272725,0.75206614,0.76033056,0.75619835,0.75619835,0.74380165,0.7355372,0.70247936,0.6983471,0.6818182,0.6570248,0.6322314,0.59917355,0.57438016,0.54545456,0.53305787,0.5413223,0.5371901,0.6859504,0.70247936,0.7066116,0.71487606,0.7231405,0.7231405,0.73140496,0.74380165,0.74793386,0.7355372,0.69008267,0.6570248,0.6487603,0.6859504,0.70247936,0.6983471,0.6818182,0.6942149,0.7107438,0.7107438,0.73140496,0.75619835,0.76859504,0.78512394,0.7933884,0.8016529,0.7768595,0.79752064,0.8016529,0.79752064,0.8057851,0.8016529,0.80991733,0.7933884,0.79752064,0.8057851,0.8181818,0.8016529,0.7933884,0.7933884,0.78099173,0.77272725,0.7768595,0.77272725,0.76859504,0.74380165,0.74380165,0.7231405,0.7355372,0.7355372,0.72727275,0.71900827,0.7066116,0.661157,0.661157,0.6735537,0.6652893,0.6446281,0.61157024,0.58264464,0.553719,0.5371901,0.5413223,0.53305787,0.69008267,0.7066116,0.7107438,0.71487606,0.7231405,0.71487606,0.6983471,0.6694215,0.661157,0.6404959,0.61570245,0.607438,0.59917355,0.59917355,0.6198347,0.59504133,0.55785125,0.57438016,0.5785124,0.5785124,0.607438,0.6528926,0.6652893,0.6983471,0.73140496,0.74380165,0.7355372,0.7768595,0.78512394,0.78099173,0.78099173,0.78512394,0.7892562,0.76859504,0.76859504,0.78099173,0.7892562,0.76859504,0.7644628,0.75619835,0.73966944,0.73966944,0.72727275,0.7231405,0.6942149,0.6694215,0.661157,0.6446281,0.6528926,0.661157,0.6404959,0.6363636,0.6280992,0.59504133,0.58264464,0.61570245,0.6487603,0.6487603,0.6198347,0.59090906,0.56198347,0.5413223,0.5371901,0.5247934,0.69008267,0.7066116,0.70247936,0.71487606,0.7066116,0.677686,0.6322314,0.59917355,0.6363636,0.6487603,0.6652893,0.69008267,0.6942149,0.6363636,0.59917355,0.56198347,0.5371901,0.5123967,0.49586776,0.49173555,0.48347107,0.5165289,0.53305787,0.5785124,0.6446281,0.6694215,0.6859504,0.7355372,0.75619835,0.74793386,0.7644628,0.76033056,0.75619835,0.75206614,0.73966944,0.74793386,0.75206614,0.71900827,0.7231405,0.71487606,0.6859504,0.6652893,0.6363636,0.61157024,0.57024795,0.5371901,0.5289256,0.5495868,0.54545456,0.56198347,0.57438016,0.5785124,0.57024795,0.58264464,0.5661157,0.56198347,0.58677685,0.607438,0.62396693,0.60330576,0.56198347,0.54545456,0.5413223,0.5289256,0.69008267,0.7066116,0.70247936,0.70247936,0.6818182,0.6404959,0.61157024,0.6198347,0.71487606,0.7355372,0.73966944,0.78512394,0.8347107,0.7644628,0.6528926,0.5785124,0.56198347,0.5413223,0.5,0.47107437,0.47107437,0.5041322,0.5371901,0.553719,0.57024795,0.61570245,0.62396693,0.6652893,0.71487606,0.7231405,0.73966944,0.74793386,0.72727275,0.73966944,0.71900827,0.71900827,0.7231405,0.6859504,0.6570248,0.61157024,0.61570245,0.6280992,0.56198347,0.5,0.47107437,0.4752066,0.5082645,0.55785125,0.53305787,0.57438016,0.6735537,0.6487603,0.61570245,0.6694215,0.6322314,0.5785124,0.56198347,0.55785125,0.62396693,0.6280992,0.553719,0.53305787,0.54545456,0.5371901,0.6942149,0.7107438,0.7107438,0.6983471,0.661157,0.6280992,0.61570245,0.58264464,0.59917355,0.60330576,0.59090906,0.6363636,0.76033056,0.71900827,0.59504133,0.53305787,0.5206612,0.5206612,0.49173555,0.44214877,0.47933885,0.62396693,0.74380165,0.6859504,0.6280992,0.62396693,0.60330576,0.6818182,0.6570248,0.70247936,0.7355372,0.75619835,0.72727275,0.73140496,0.71487606,0.6942149,0.7066116,0.6735537,0.59090906,0.5165289,0.6404959,0.75206614,0.6363636,0.48347107,0.47107437,0.49586776,0.5206612,0.55785125,0.47933885,0.57024795,0.75206614,0.6859504,0.59917355,0.6694215,0.61157024,0.553719,0.54545456,0.5289256,0.57024795,0.58264464,0.5289256,0.5165289,0.5371901,0.5413223,0.70247936,0.7107438,0.7107438,0.6818182,0.6280992,0.62396693,0.6446281,0.607438,0.61570245,0.6404959,0.6404959,0.6404959,0.6652893,0.6570248,0.61157024,0.58264464,0.55785125,0.54545456,0.5206612,0.45454547,0.46280992,0.6446281,0.78099173,0.6570248,0.607438,0.55785125,0.61157024,0.71487606,0.62396693,0.6652893,0.74793386,0.7768595,0.74793386,0.7231405,0.71900827,0.69008267,0.6859504,0.6487603,0.56198347,0.49173555,0.6528926,0.6735537,0.6652893,0.49586776,0.44214877,0.4338843,0.4214876,0.4214876,0.35123968,0.45041323,0.6280992,0.61570245,0.54545456,0.5413223,0.53305787,0.5206612,0.5,0.5041322,0.48347107,0.4876033,0.5,0.5123967,0.5289256,0.54545456,0.6570248,0.7066116,0.7066116,0.6818182,0.6446281,0.6363636,0.6363636,0.61570245,0.59917355,0.607438,0.6198347,0.6198347,0.6280992,0.6487603,0.6198347,0.5661157,0.553719,0.5413223,0.5082645,0.46694216,0.47933885,0.5785124,0.5495868,0.57024795,0.57438016,0.5371901,0.5289256,0.55785125,0.6322314,0.6322314,0.75206614,0.78099173,0.75619835,0.72727275,0.72727275,0.6942149,0.6363636,0.57024795,0.5495868,0.5371901,0.5371901,0.5,0.61157024,0.53305787,0.46280992,0.42975205,0.446281,0.49173555,0.5206612,0.59504133,0.70247936,0.6570248,0.59917355,0.55785125,0.54545456,0.5413223,0.5247934,0.5247934,0.5289256,0.5165289,0.5,0.5247934,0.53305787,0.5371901,0.5082645,0.677686,0.7066116,0.69008267,0.677686,0.6652893,0.6487603,0.6198347,0.5495868,0.49586776,0.5041322,0.5,0.47933885,0.53305787,0.55785125,0.46694216,0.44214877,0.4214876,0.40082645,0.43801653,0.48347107,0.61157024,0.5371901,0.5495868,0.56198347,0.57438016,0.54545456,0.553719,0.5206612,0.677686,0.76859504,0.78512394,0.76859504,0.75206614,0.74380165,0.7066116,0.6404959,0.5661157,0.5123967,0.5165289,0.5123967,0.4876033,0.5495868,0.5165289,0.42975205,0.38016528,0.3966942,0.46694216,0.5206612,0.5289256,0.5206612,0.553719,0.59090906,0.553719,0.53305787,0.553719,0.5495868,0.53305787,0.54545456,0.54545456,0.5247934,0.54545456,0.5413223,0.5289256,0.3966942,0.59917355,0.74380165,0.6942149,0.6735537,0.6652893,0.6198347,0.56198347,0.49586776,0.4214876,0.40082645,0.4214876,0.41322315,0.42975205,0.48347107,0.40495867,0.33471075,0.3181818,0.3305785,0.45867768,0.5165289,0.4752066,0.49586776,0.5289256,0.553719,0.553719,0.53305787,0.5371901,0.41735536,0.70247936,0.80991733,0.7768595,0.73966944,0.72727275,0.73140496,0.7066116,0.7355372,0.6198347,0.49586776,0.49586776,0.47933885,0.4338843,0.42975205,0.44214877,0.37603307,0.3181818,0.3305785,0.41735536,0.49173555,0.46694216,0.45454547,0.47933885,0.54545456,0.4752066,0.41322315,0.45041323,0.49173555,0.5206612,0.5413223,0.54545456,0.54545456,0.54545456,0.5371901,0.54545456,0.41735536,0.54545456,0.78512394,0.6983471,0.6528926,0.6404959,0.5785124,0.5123967,0.46280992,0.43801653,0.42561984,0.42561984,0.45454547,0.4752066,0.44214877,0.39256197,0.29338843,0.29752067,0.3305785,0.5082645,0.5785124,0.49173555,0.47107437,0.4876033,0.5413223,0.5206612,0.5123967,0.5082645,0.5,0.59917355,0.79752064,0.70247936,0.6528926,0.6652893,0.6818182,0.69008267,0.74380165,0.59090906,0.5206612,0.48347107,0.45867768,0.41322315,0.4090909,0.40082645,0.40495867,0.3181818,0.2892562,0.35950413,0.44214877,0.37603307,0.38842976,0.45041323,0.5289256,0.4876033,0.37190083,0.338843,0.38842976,0.47107437,0.5123967,0.5289256,0.5413223,0.5123967,0.5,0.61570245,0.553719,0.5413223,0.6735537,0.6694215,0.6446281,0.6280992,0.59090906,0.57438016,0.55785125,0.5495868,0.5495868,0.54545456,0.5785124,0.59917355,0.5371901,0.43801653,0.3264463,0.3264463,0.40082645,0.53305787,0.61157024,0.5165289,0.42561984,0.46694216,0.56198347,0.54545456,0.49586776,0.5413223,0.59090906,0.5785124,0.56198347,0.6487603,0.6487603,0.6487603,0.6363636,0.60330576,0.58264464,0.5289256,0.5371901,0.53305787,0.47933885,0.42975205,0.42975205,0.45041323,0.5,0.41735536,0.3305785,0.34710744,0.38429752,0.3553719,0.43801653,0.5123967,0.5371901,0.48347107,0.37190083,0.3553719,0.39256197,0.446281,0.4752066,0.49586776,0.5082645,0.45041323,0.4338843,0.6280992,0.677686,0.55785125,0.553719,0.6280992,0.6487603,0.69008267,0.7107438,0.7231405,0.71487606,0.6818182,0.6404959,0.6198347,0.6363636,0.6528926,0.6487603,0.607438,0.553719,0.53305787,0.553719,0.61157024,0.59090906,0.53305787,0.5041322,0.54545456,0.58677685,0.62396693,0.56198347,0.61157024,0.6446281,0.6198347,0.6280992,0.8057851,0.8264463,0.8057851,0.76033056,0.6446281,0.5041322,0.5661157,0.5041322,0.56198347,0.5289256,0.4752066,0.5082645,0.5247934,0.5661157,0.5206612,0.48347107,0.42975205,0.44214877,0.39256197,0.4876033,0.553719,0.5661157,0.5413223,0.42975205,0.39256197,0.43801653,0.47107437,0.47107437,0.446281,0.42561984,0.4090909,0.45454547,0.57024795,0.7231405,0.6404959,0.58264464,0.59504133,0.61157024,0.7066116,0.74793386,0.75206614,0.74793386,0.73140496,0.69008267,0.677686,0.70247936,0.7066116,0.7066116,0.7066116,0.677686,0.6694215,0.6446281,0.6528926,0.61570245,0.59090906,0.59090906,0.6487603,0.6942149,0.7066116,0.6487603,0.6528926,0.6570248,0.61157024,0.78099173,0.8553719,0.8512397,0.8347107,0.8181818,0.7933884,0.4338843,0.6859504,0.58677685,0.6363636,0.6735537,0.677686,0.677686,0.6735537,0.677686,0.6859504,0.677686,0.6570248,0.62396693,0.553719,0.5661157,0.5661157,0.58264464,0.59090906,0.5247934,0.5,0.5289256,0.5289256,0.48347107,0.4090909,0.41735536,0.48347107,0.53305787,0.5289256,0.73140496,0.6942149,0.6487603,0.60330576,0.58677685,0.6859504,0.75206614,0.76859504,0.75619835,0.7355372,0.70247936,0.70247936,0.72727275,0.74380165,0.75619835,0.75206614,0.74793386,0.72727275,0.7107438,0.6942149,0.6694215,0.661157,0.6570248,0.6859504,0.7107438,0.74793386,0.7107438,0.607438,0.607438,0.6652893,0.822314,0.8636364,0.8636364,0.822314,0.80991733,0.80991733,0.43801653,0.6404959,0.6983471,0.661157,0.6528926,0.6570248,0.6570248,0.6570248,0.6570248,0.6446281,0.6404959,0.6363636,0.6446281,0.6198347,0.6363636,0.61157024,0.59504133,0.61157024,0.5785124,0.55785125,0.5661157,0.5289256,0.4752066,0.4338843,0.5082645,0.58264464,0.57024795,0.54545456,0.7231405,0.71487606,0.69008267,0.6322314,0.59090906,0.6570248,0.74380165,0.78512394,0.76859504,0.7231405,0.69008267,0.677686,0.6735537,0.6528926,0.6528926,0.6528926,0.6570248,0.6487603,0.6322314,0.6404959,0.6528926,0.677686,0.6983471,0.7355372,0.73140496,0.76033056,0.72727275,0.607438,0.57438016,0.71900827,0.8264463,0.8719008,0.87603307,0.80991733,0.80991733,0.7892562,0.60330576,0.42975205,0.6942149,0.6735537,0.677686,0.6859504,0.6570248,0.6322314,0.61157024,0.607438,0.60330576,0.60330576,0.61157024,0.59504133,0.58677685,0.59090906,0.58677685,0.59504133,0.607438,0.60330576,0.59090906,0.56198347,0.5247934,0.5495868,0.607438,0.62396693,0.58677685,0.5413223,0.71487606,0.7231405,0.7107438,0.6570248,0.61570245,0.6322314,0.7231405,0.78099173,0.77272725,0.73966944,0.73140496,0.71900827,0.6983471,0.6818182,0.6487603,0.6446281,0.6487603,0.6652893,0.6694215,0.71487606,0.7355372,0.76033056,0.77272725,0.7644628,0.73140496,0.7231405,0.75619835,0.6570248,0.61157024,0.73966944,0.7892562,0.88842976,0.87603307,0.80991733,0.8057851,0.7933884,0.677686,0.446281,0.4752066,0.75206614,0.677686,0.70247936,0.71900827,0.6983471,0.69008267,0.6570248,0.607438,0.58264464,0.58264464,0.58264464,0.57024795,0.5785124,0.59917355,0.61157024,0.6322314,0.6487603,0.6528926,0.6363636,0.6280992,0.6404959,0.6404959,0.61570245,0.58264464,0.5495868,0.7066116,0.73140496,0.72727275,0.69008267,0.6528926,0.6363636,0.6942149,0.74793386,0.75619835,0.75619835,0.77272725,0.78099173,0.78512394,0.7892562,0.78099173,0.77272725,0.77272725,0.78099173,0.76033056,0.78099173,0.7892562,0.7933884,0.7892562,0.76033056,0.6983471,0.6446281,0.6818182,0.6322314,0.6818182,0.74793386,0.7644628,0.90495867,0.89669424,0.8057851,0.8057851,0.79752064,0.6487603,0.5785124,0.35950413,0.6322314,0.6280992,0.677686,0.71900827,0.72727275,0.73966944,0.73140496,0.71900827,0.7066116,0.69008267,0.6859504,0.6694215,0.677686,0.70247936,0.70247936,0.6818182,0.6735537,0.677686,0.6735537,0.6735537,0.6694215,0.6446281,0.61157024,0.5785124,0.5495868,0.7107438,0.7355372,0.72727275,0.69008267,0.677686,0.6487603,0.6487603,0.6942149,0.75206614,0.8016529,0.8057851,0.79752064,0.7892562,0.7933884,0.7933884,0.7933884,0.7933884,0.8016529,0.8016529,0.78512394,0.7933884,0.7933884,0.7933884,0.74793386,0.6942149,0.6942149,0.6735537,0.6363636,0.74380165,0.7355372,0.75619835,0.8636364,0.91322315,0.822314,0.80991733,0.78512394,0.62396693,0.607438,0.46280992,0.45454547,0.61157024,0.661157,0.71487606,0.7231405,0.73140496,0.73966944,0.74380165,0.74793386,0.73966944,0.74380165,0.74380165,0.74380165,0.73966944,0.72727275,0.6983471,0.6735537,0.677686,0.69008267,0.677686,0.6528926,0.6363636,0.62396693,0.5661157,0.5413223,0.71487606,0.73140496,0.73966944,0.6942149,0.6735537,0.6652893,0.6280992,0.6818182,0.75206614,0.8016529,0.822314,0.80991733,0.8057851,0.79752064,0.7933884,0.79752064,0.79752064,0.79752064,0.7933884,0.77272725,0.78512394,0.7768595,0.75206614,0.7355372,0.7066116,0.71487606,0.6735537,0.71900827,0.76033056,0.74793386,0.75206614,0.8471074,0.90495867,0.838843,0.8016529,0.76859504,0.661157,0.62396693,0.62396693,0.55785125,0.59504133,0.6487603,0.7231405,0.73140496,0.71900827,0.72727275,0.72727275,0.7355372,0.73140496,0.72727275,0.73140496,0.73966944,0.74380165,0.74793386,0.73140496,0.6942149,0.677686,0.677686,0.6570248,0.6446281,0.62396693,0.61157024,0.57438016,0.54545456,0.71487606,0.73140496,0.75206614,0.73140496,0.6942149,0.6818182,0.6570248,0.6942149,0.76033056,0.8016529,0.80991733,0.8057851,0.8057851,0.8016529,0.7892562,0.8057851,0.80991733,0.79752064,0.7933884,0.7768595,0.77272725,0.7644628,0.73966944,0.6942149,0.6859504,0.677686,0.7107438,0.7768595,0.77272725,0.76859504,0.77272725,0.8264463,0.892562,0.8347107,0.8016529,0.76859504,0.71900827,0.6652893,0.677686,0.6322314,0.58677685,0.56198347,0.69008267,0.73140496,0.72727275,0.73140496,0.72727275,0.73966944,0.7355372,0.73140496,0.7355372,0.73966944,0.74380165,0.73966944,0.74380165,0.7107438,0.6818182,0.6735537,0.6487603,0.6280992,0.6446281,0.61157024,0.5661157,0.5495868,0.7231405,0.73140496,0.73966944,0.74793386,0.7231405,0.6942149,0.69008267,0.71487606,0.7644628,0.7892562,0.7933884,0.7933884,0.8057851,0.8016529,0.7892562,0.79752064,0.8057851,0.7933884,0.78099173,0.76859504,0.76859504,0.74793386,0.7231405,0.6363636,0.6198347,0.6735537,0.78512394,0.7768595,0.76859504,0.8016529,0.8181818,0.8057851,0.8429752,0.8305785,0.80991733,0.77272725,0.7768595,0.71487606,0.6652893,0.6652893,0.6363636,0.59504133,0.57024795,0.70247936,0.7231405,0.73140496,0.72727275,0.73140496,0.73140496,0.73140496,0.72727275,0.7355372,0.74793386,0.74380165,0.74380165,0.71487606,0.6818182,0.6818182,0.661157,0.6694215,0.69008267,0.6322314,0.5785124,0.5495868,0.7107438,0.72727275,0.7355372,0.7355372,0.74793386,0.71900827,0.6735537,0.7231405,0.77272725,0.7768595,0.7768595,0.78099173,0.7892562,0.79752064,0.78512394,0.7892562,0.78512394,0.76033056,0.7644628,0.75206614,0.74793386,0.7107438,0.6446281,0.55785125,0.6198347,0.7355372,0.76033056,0.76033056,0.77272725,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.80991733,0.77272725,0.8057851,0.72727275,0.661157,0.60330576,0.6363636,0.6198347,0.5495868,0.58677685,0.6818182,0.7231405,0.71900827,0.72727275,0.72727275,0.73140496,0.72727275,0.71900827,0.73966944,0.74380165,0.7355372,0.71900827,0.677686,0.677686,0.7107438,0.76033056,0.6983471,0.607438,0.57438016,0.54545456,0.7066116,0.72727275,0.7231405,0.71900827,0.7355372,0.72727275,0.6818182,0.661157,0.6859504,0.6983471,0.7107438,0.73966944,0.7768595,0.7892562,0.7892562,0.78512394,0.76859504,0.75619835,0.78099173,0.76033056,0.6942149,0.59917355,0.5371901,0.56198347,0.7107438,0.7933884,0.73140496,0.74380165,0.76859504,0.8140496,0.8016529,0.8347107,0.8347107,0.838843,0.8057851,0.78512394,0.7768595,0.71900827,0.6735537,0.57024795,0.6694215,0.6322314,0.5165289,0.5206612,0.55785125,0.661157,0.70247936,0.7066116,0.70247936,0.71487606,0.7107438,0.71487606,0.7231405,0.73966944,0.73966944,0.7231405,0.6818182,0.6694215,0.6818182,0.6735537,0.62396693,0.58677685,0.57024795,0.54545456,0.6942149,0.71487606,0.7107438,0.71900827,0.73140496,0.73140496,0.69008267,0.661157,0.661157,0.6570248,0.661157,0.6446281,0.6280992,0.6322314,0.6446281,0.6652893,0.661157,0.6735537,0.7066116,0.6198347,0.5413223,0.5082645,0.5,0.7066116,0.8264463,0.8347107,0.74793386,0.7355372,0.7644628,0.78099173,0.8016529,0.8264463,0.8801653,0.8677686,0.8181818,0.78099173,0.75619835,0.70247936,0.6528926,0.59090906,0.71487606,0.74380165,0.607438,0.45454547,0.47933885,0.5206612,0.6198347,0.70247936,0.6983471,0.6983471,0.6818182,0.6735537,0.6818182,0.6652893,0.6446281,0.62396693,0.61570245,0.6404959,0.6652893,0.6652893,0.6198347,0.58264464,0.56198347,0.53305787,0.677686,0.6983471,0.70247936,0.71487606,0.72727275,0.73140496,0.70247936,0.6528926,0.6280992,0.6363636,0.6363636,0.6404959,0.6363636,0.62396693,0.6280992,0.60330576,0.5785124,0.55785125,0.54545456,0.5371901,0.5289256,0.47933885,0.5495868,0.78512394,0.822314,0.8057851,0.7355372,0.74380165,0.75619835,0.7933884,0.79752064,0.8429752,0.90909094,0.88842976,0.8305785,0.8140496,0.75206614,0.6818182,0.6528926,0.59917355,0.6487603,0.6983471,0.6652893,0.45041323,0.446281,0.47107437,0.49586776,0.5247934,0.56198347,0.57024795,0.59090906,0.61157024,0.61570245,0.62396693,0.6198347,0.61157024,0.61157024,0.61570245,0.62396693,0.62396693,0.59917355,0.57438016,0.55785125,0.5289256,0.6735537,0.6859504,0.69008267,0.71487606,0.7231405,0.72727275,0.7231405,0.6859504,0.661157,0.6528926,0.6404959,0.6363636,0.6487603,0.6322314,0.607438,0.59504133,0.57024795,0.5495868,0.5371901,0.5289256,0.5495868,0.5289256,0.58677685,0.73966944,0.76033056,0.7644628,0.7066116,0.72727275,0.73966944,0.76859504,0.7768595,0.80991733,0.8512397,0.8305785,0.7892562,0.76033056,0.7107438,0.6735537,0.6322314,0.58677685,0.59504133,0.6322314,0.60330576,0.49173555,0.5082645,0.5082645,0.4876033,0.5041322,0.5371901,0.553719,0.57438016,0.59917355,0.60330576,0.6198347,0.61570245,0.62396693,0.61570245,0.59504133,0.607438,0.607438,0.57438016,0.55785125,0.54545456,0.5165289,0.6652893,0.6859504,0.69008267,0.6983471,0.7107438,0.7107438,0.7107438,0.71487606,0.71487606,0.7107438,0.71900827,0.71487606,0.7107438,0.6942149,0.6570248,0.61157024,0.56198347,0.53305787,0.5371901,0.54545456,0.5785124,0.61157024,0.6487603,0.6280992,0.6818182,0.7107438,0.6735537,0.6694215,0.7066116,0.7107438,0.72727275,0.74380165,0.7768595,0.73966944,0.72727275,0.677686,0.6528926,0.6198347,0.58677685,0.5661157,0.53305787,0.5495868,0.54545456,0.5041322,0.58677685,0.5785124,0.5289256,0.5082645,0.5206612,0.5413223,0.56198347,0.59917355,0.61570245,0.61157024,0.60330576,0.60330576,0.59090906,0.5785124,0.58677685,0.58264464,0.57024795,0.553719,0.5289256,0.5123967,0.6487603,0.677686,0.6859504,0.6818182,0.6983471,0.6983471,0.70247936,0.7107438,0.71900827,0.71900827,0.7231405,0.73140496,0.7231405,0.6818182,0.6404959,0.58677685,0.55785125,0.5785124,0.59090906,0.6198347,0.661157,0.69008267,0.73140496,0.58677685,0.5289256,0.59090906,0.55785125,0.5785124,0.607438,0.6198347,0.62396693,0.661157,0.69008267,0.6570248,0.62396693,0.57438016,0.553719,0.5289256,0.5165289,0.5041322,0.446281,0.47933885,0.5247934,0.553719,0.6280992,0.6735537,0.6404959,0.5661157,0.5165289,0.53305787,0.5661157,0.59917355,0.6280992,0.62396693,0.607438,0.59504133,0.58677685,0.5661157,0.56198347,0.5661157,0.553719,0.5413223,0.5289256,0.49586776,0.6487603,0.6735537,0.6735537,0.661157,0.6694215,0.6818182,0.6818182,0.6942149,0.71487606,0.7107438,0.6983471,0.6859504,0.6652893,0.6198347,0.59090906,0.58677685,0.6404959,0.6859504,0.70247936,0.71900827,0.73966944,0.75619835,0.74793386,0.6859504,0.47933885,0.3677686,0.3429752,0.3966942,0.45041323,0.5289256,0.53305787,0.5289256,0.5785124,0.56198347,0.5371901,0.5041322,0.4876033,0.46280992,0.42975205,0.34710744,0.3966942,0.4752066,0.5082645,0.5413223,0.5785124,0.6818182,0.6942149,0.661157,0.59504133,0.5371901,0.56198347,0.59504133,0.6280992,0.6404959,0.6280992,0.59917355,0.57438016,0.56198347,0.56198347,0.5495868,0.54545456,0.5289256,0.5165289,0.4876033,0.6487603,0.6735537,0.6652893,0.6570248,0.6652893,0.6694215,0.677686,0.6859504,0.69008267,0.6818182,0.6735537,0.6570248,0.6198347,0.59090906,0.607438,0.6859504,0.7355372,0.7355372,0.74380165,0.75206614,0.75206614,0.75206614,0.7644628,0.74793386,0.6570248,0.5,0.41735536,0.39256197,0.38429752,0.40082645,0.42975205,0.48347107,0.5165289,0.49586776,0.47933885,0.46694216,0.41735536,0.4214876,0.4338843,0.4338843,0.4876033,0.5165289,0.53305787,0.54545456,0.57438016,0.6446281,0.6818182,0.70247936,0.69008267,0.61157024,0.5661157,0.58677685,0.62396693,0.6280992,0.6280992,0.59917355,0.58264464,0.56198347,0.54545456,0.54545456,0.5413223,0.5289256,0.5123967,0.48347107,0.6363636,0.661157,0.6652893,0.6528926,0.661157,0.6652893,0.6694215,0.6694215,0.6735537,0.6735537,0.661157,0.6363636,0.61570245,0.6363636,0.71900827,0.76859504,0.74793386,0.73966944,0.73140496,0.75619835,0.73966944,0.74380165,0.74793386,0.77272725,0.75619835,0.6859504,0.5413223,0.46280992,0.46280992,0.44214877,0.41322315,0.39256197,0.40495867,0.45867768,0.43801653,0.4214876,0.446281,0.4752066,0.5,0.4876033,0.5123967,0.5247934,0.5495868,0.553719,0.5785124,0.61570245,0.6570248,0.7066116,0.73140496,0.7107438,0.6363636,0.59090906,0.62396693,0.6363636,0.62396693,0.60330576,0.58264464,0.553719,0.5413223,0.5371901,0.5247934,0.5165289,0.5082645,0.48347107,0.6363636,0.6487603,0.6528926,0.6570248,0.6652893,0.661157,0.661157,0.661157,0.661157,0.6735537,0.6570248,0.6404959,0.6487603,0.7107438,0.76033056,0.76033056,0.73140496,0.7355372,0.73966944,0.75206614,0.74380165,0.75206614,0.74793386,0.76033056,0.7644628,0.76033056,0.677686,0.59917355,0.5165289,0.4752066,0.46280992,0.4338843,0.39256197,0.4338843,0.45454547,0.46694216,0.4876033,0.5206612,0.5247934,0.5247934,0.5289256,0.5495868,0.56198347,0.5661157,0.57438016,0.60330576,0.6322314,0.6818182,0.70247936,0.7066116,0.70247936,0.6404959,0.6404959,0.6570248,0.6280992,0.59504133,0.57438016,0.55785125,0.53305787,0.5371901,0.5247934,0.5041322,0.5,0.48347107,0.62396693,0.6322314,0.6487603,0.661157,0.6694215,0.6735537,0.6652893,0.6694215,0.6652893,0.661157,0.6694215,0.677686,0.70247936,0.73140496,0.72727275,0.7066116,0.7066116,0.71900827,0.73140496,0.7355372,0.7355372,0.74793386,0.74793386,0.7355372,0.75619835,0.74793386,0.72727275,0.6983471,0.6446281,0.5413223,0.5,0.47107437,0.48347107,0.5041322,0.5082645,0.5165289,0.5289256,0.5495868,0.5495868,0.56198347,0.55785125,0.57438016,0.5785124,0.56198347,0.57024795,0.59090906,0.59504133,0.6198347,0.6280992,0.6652893,0.6983471,0.6735537,0.6487603,0.6528926,0.6322314,0.59504133,0.5785124,0.553719,0.5413223,0.53305787,0.5123967,0.49586776,0.49173555,0.4752066,0.6198347,0.6322314,0.6570248,0.677686,0.6818182,0.6859504,0.6859504,0.6735537,0.6652893,0.6735537,0.677686,0.6983471,0.71900827,0.71487606,0.677686,0.6446281,0.6487603,0.677686,0.70247936,0.6983471,0.7231405,0.73966944,0.74380165,0.74793386,0.76859504,0.7644628,0.78099173,0.76859504,0.75206614,0.6818182,0.58264464,0.54545456,0.5495868,0.56198347,0.55785125,0.55785125,0.56198347,0.59504133,0.59504133,0.59504133,0.59090906,0.58264464,0.58677685,0.5661157,0.5661157,0.57024795,0.55785125,0.5495868,0.5495868,0.61157024,0.6694215,0.6818182,0.6652893,0.6570248,0.61570245,0.58264464,0.57438016,0.55785125,0.5413223,0.5206612,0.5,0.5,0.5,0.45867768,0.6198347,0.6322314,0.6487603,0.6652893,0.677686,0.6942149,0.70247936,0.69008267,0.6859504,0.677686,0.69008267,0.7107438,0.7107438,0.6818182,0.60330576,0.5661157,0.6198347,0.6446281,0.6446281,0.6652893,0.70247936,0.7231405,0.73140496,0.73140496,0.73966944,0.75206614,0.75206614,0.74793386,0.74380165,0.74380165,0.69008267,0.6446281,0.59090906,0.58677685,0.5785124,0.57438016,0.56198347,0.5661157,0.57024795,0.5661157,0.58264464,0.57438016,0.5785124,0.55785125,0.56198347,0.5371901,0.5,0.5082645,0.44214877,0.5413223,0.6652893,0.6859504,0.6570248,0.6570248,0.61157024,0.57438016,0.56198347,0.553719,0.53305787,0.5123967,0.5041322,0.49173555,0.49586776,0.4338843,0.607438,0.62396693,0.6280992,0.6446281,0.661157,0.69008267,0.70247936,0.6983471,0.69008267,0.6859504,0.6983471,0.7107438,0.70247936,0.6570248,0.5785124,0.56198347,0.5495868,0.5,0.47107437,0.5165289,0.5785124,0.61570245,0.61570245,0.59504133,0.5785124,0.5785124,0.5785124,0.5785124,0.59090906,0.59090906,0.57024795,0.56198347,0.5495868,0.5041322,0.4752066,0.48347107,0.4752066,0.48347107,0.4752066,0.45867768,0.4752066,0.47107437,0.46694216,0.46694216,0.41735536,0.35123968,0.32231405,0.3305785,0.3966942,0.5495868,0.6694215,0.677686,0.6487603,0.6446281,0.60330576,0.57438016,0.5661157,0.5495868,0.53305787,0.5123967,0.49586776,0.4876033,0.49173555,0.4214876,0.58264464,0.6198347,0.62396693,0.6363636,0.6570248,0.6735537,0.6942149,0.70247936,0.7066116,0.6983471,0.7066116,0.7066116,0.6942149,0.6694215,0.6322314,0.61157024,0.54545456,0.41322315,0.3429752,0.2892562,0.33471075,0.4214876,0.4752066,0.47933885,0.46694216,0.45041323,0.4752066,0.46694216,0.47933885,0.49173555,0.45454547,0.45867768,0.44214877,0.41735536,0.4090909,0.40082645,0.41735536,0.40082645,0.4090909,0.3553719,0.40082645,0.42561984,0.42975205,0.3264463,0.2520661,0.27272728,0.35123968,0.40082645,0.48347107,0.6198347,0.6859504,0.661157,0.6487603,0.6322314,0.58677685,0.57024795,0.5661157,0.5495868,0.5289256,0.5123967,0.49586776,0.49586776,0.4752066,0.40082645,0.55785125,0.60330576,0.6198347,0.6363636,0.6528926,0.6694215,0.6818182,0.6942149,0.7107438,0.7107438,0.7107438,0.7066116,0.7066116,0.6942149,0.6694215,0.677686,0.6528926,0.59090906,0.5661157,0.47933885,0.37603307,0.3429752,0.45041323,0.5289256,0.46694216,0.43801653,0.5082645,0.4752066,0.44214877,0.5041322,0.48347107,0.48347107,0.40082645,0.45454547,0.45867768,0.49173555,0.44214877,0.41322315,0.44214877,0.338843,0.3264463,0.4876033,0.46694216,0.30578512,0.3181818,0.3966942,0.47933885,0.53305787,0.59917355,0.6818182,0.70247936,0.6694215,0.6570248,0.61157024,0.58264464,0.57438016,0.553719,0.5371901,0.5247934,0.5165289,0.5,0.49586776,0.45454547,0.38429752,0.5495868,0.59090906,0.61157024,0.6280992,0.6487603,0.6570248,0.6652893,0.6859504,0.6983471,0.71900827,0.7231405,0.7107438,0.71900827,0.7107438,0.6859504,0.6983471,0.6983471,0.6942149,0.71900827,0.6942149,0.6280992,0.5413223,0.55785125,0.59917355,0.5247934,0.44214877,0.5495868,0.5165289,0.42975205,0.5661157,0.55785125,0.54545456,0.4090909,0.49586776,0.5371901,0.5661157,0.45454547,0.38842976,0.45867768,0.37190083,0.33471075,0.4752066,0.45867768,0.41322315,0.44214877,0.5082645,0.57024795,0.607438,0.6487603,0.69008267,0.70247936,0.6818182,0.6322314,0.59090906,0.58264464,0.5661157,0.54545456,0.5289256,0.5206612,0.5123967,0.49586776,0.48347107,0.42975205,0.37603307,0.5289256,0.55785125,0.59917355,0.6198347,0.6322314,0.6404959,0.6570248,0.677686,0.69008267,0.71487606,0.71900827,0.71900827,0.71900827,0.7107438,0.70247936,0.7066116,0.7066116,0.72727275,0.74793386,0.74793386,0.71900827,0.6735537,0.661157,0.677686,0.6652893,0.6363636,0.6694215,0.6404959,0.59090906,0.60330576,0.59090906,0.5661157,0.47933885,0.5041322,0.55785125,0.5413223,0.48347107,0.45041323,0.47933885,0.46694216,0.47107437,0.49173555,0.49173555,0.49586776,0.5123967,0.553719,0.59917355,0.6404959,0.6652893,0.6818182,0.6983471,0.6818182,0.607438,0.58677685,0.5785124,0.553719,0.54545456,0.5206612,0.5123967,0.49586776,0.48347107,0.46694216,0.40082645,0.35950413,0.54545456,0.57438016,0.58264464,0.607438,0.6322314,0.6363636,0.6528926,0.6652893,0.6735537,0.6859504,0.7066116,0.71900827,0.71487606,0.70247936,0.7066116,0.71487606,0.71900827,0.74380165,0.75619835,0.76033056,0.73140496,0.71487606,0.6818182,0.677686,0.6818182,0.7066116,0.7107438,0.74793386,0.74793386,0.72727275,0.71487606,0.6652893,0.6694215,0.677686,0.6652893,0.6446281,0.61570245,0.607438,0.58264464,0.5413223,0.53305787,0.5289256,0.5165289,0.5371901,0.553719,0.58264464,0.61570245,0.6570248,0.6694215,0.6818182,0.6859504,0.6487603,0.59917355,0.58677685,0.57438016,0.54545456,0.53305787,0.5206612,0.5,0.49173555,0.4876033,0.4338843,0.37190083,0.36363637,0.5495868,0.60330576,0.59090906,0.58677685,0.6198347,0.6322314,0.6446281,0.6570248,0.6694215,0.677686,0.69008267,0.70247936,0.7107438,0.7107438,0.7107438,0.72727275,0.7355372,0.75619835,0.7644628,0.76859504,0.74380165,0.73140496,0.7107438,0.6818182,0.6694215,0.6859504,0.6859504,0.7107438,0.72727275,0.76859504,0.77272725,0.70247936,0.7231405,0.7355372,0.69008267,0.677686,0.6652893,0.6446281,0.59504133,0.5661157,0.56198347,0.5495868,0.56198347,0.57024795,0.57024795,0.58677685,0.6280992,0.6528926,0.6652893,0.6694215,0.6528926,0.61570245,0.59917355,0.57024795,0.553719,0.5413223,0.5165289,0.5165289,0.5,0.4876033,0.47107437,0.3966942,0.3553719,0.35950413,0.5371901,0.6363636,0.6280992,0.5661157,0.59504133,0.6198347,0.6322314,0.6363636,0.6528926,0.6735537,0.6859504,0.6942149,0.6983471,0.7107438,0.71487606,0.73140496,0.74793386,0.7644628,0.7644628,0.75619835,0.75206614,0.72727275,0.71900827,0.6983471,0.677686,0.6694215,0.661157,0.6570248,0.6528926,0.677686,0.6694215,0.6570248,0.6735537,0.6735537,0.6404959,0.6322314,0.61570245,0.59917355,0.5785124,0.5661157,0.57438016,0.58677685,0.59504133,0.5785124,0.57438016,0.59504133,0.6322314,0.6446281,0.6570248,0.6528926,0.61157024,0.58677685,0.57024795,0.55785125,0.5371901,0.5289256,0.5165289,0.5123967,0.49173555,0.4876033,0.42975205,0.37190083,0.35950413,0.35950413,0.5289256,0.6487603,0.6735537,0.5785124,0.57024795,0.59917355,0.61157024,0.6280992,0.6322314,0.6570248,0.6735537,0.677686,0.6859504,0.6983471,0.7066116,0.7231405,0.73966944,0.74793386,0.7644628,0.75206614,0.74380165,0.71900827,0.71487606,0.70247936,0.69008267,0.6652893,0.6487603,0.6198347,0.59504133,0.58264464,0.57024795,0.57024795,0.57438016,0.57438016,0.56198347,0.56198347,0.5495868,0.56198347,0.54545456,0.57438016,0.5785124,0.60330576,0.59090906,0.5785124,0.58264464,0.59917355,0.6322314,0.6322314,0.6363636,0.6322314,0.59090906,0.57024795,0.54545456,0.5413223,0.5289256,0.5123967,0.5123967,0.49586776,0.4752066,0.45867768,0.39256197,0.3553719,0.35950413,0.36363637,0.5247934,0.6404959,0.7066116,0.6280992,0.5495868,0.57024795,0.59917355,0.61157024,0.6198347,0.6404959,0.6528926,0.6652893,0.6735537,0.69008267,0.70247936,0.7066116,0.7231405,0.72727275,0.74380165,0.73966944,0.71900827,0.71900827,0.7107438,0.6942149,0.6942149,0.661157,0.6404959,0.607438,0.5661157,0.5371901,0.5041322,0.49173555,0.46280992,0.48347107,0.47107437,0.47933885,0.5206612,0.5206612,0.5371901,0.57024795,0.58264464,0.58677685,0.5785124,0.58264464,0.58264464,0.59504133,0.61570245,0.61157024,0.61570245,0.59917355,0.57024795,0.55785125,0.5413223,0.5289256,0.5206612,0.5082645,0.49586776,0.48347107,0.47107437,0.41735536,0.36363637,0.35123968,0.35950413,0.35950413,0.607438,0.7066116,0.7066116,0.6859504,0.58264464,0.54545456,0.58264464,0.59917355,0.61157024,0.62396693,0.6363636,0.6528926,0.6652893,0.6818182,0.6983471,0.69008267,0.7066116,0.7107438,0.7355372,0.73140496,0.71487606,0.7107438,0.7066116,0.6859504,0.69008267,0.677686,0.6528926,0.6280992,0.58264464,0.5661157,0.55785125,0.5371901,0.5165289,0.5082645,0.4752066,0.5041322,0.53305787,0.5413223,0.56198347,0.57024795,0.58264464,0.58677685,0.57438016,0.58264464,0.5785124,0.59504133,0.61570245,0.59917355,0.58677685,0.5785124,0.553719,0.5495868,0.53305787,0.5247934,0.5123967,0.5041322,0.4876033,0.4752066,0.43801653,0.37603307,0.35950413,0.35123968,0.35123968,0.36363637,0.77272725,0.77272725,0.6942149,0.71900827,0.6404959,0.553719,0.5495868,0.58677685,0.60330576,0.6198347,0.6280992,0.6322314,0.6487603,0.6694215,0.6859504,0.69008267,0.69008267,0.6942149,0.72727275,0.7231405,0.7231405,0.7066116,0.70247936,0.69008267,0.6859504,0.677686,0.6652893,0.6528926,0.6198347,0.607438,0.607438,0.59917355,0.59504133,0.5785124,0.55785125,0.57438016,0.5785124,0.58677685,0.59090906,0.58677685,0.59917355,0.59090906,0.57024795,0.57438016,0.58264464,0.60330576,0.61157024,0.58264464,0.57024795,0.553719,0.5371901,0.5413223,0.5247934,0.5123967,0.5041322,0.49586776,0.47933885,0.45041323,0.38842976,0.35123968,0.3553719,0.3553719,0.35123968,0.3553719,0.90495867,0.7892562,0.6818182,0.73140496,0.6818182,0.58264464,0.5371901,0.56198347,0.58264464,0.60330576,0.61157024,0.61157024,0.6280992,0.6528926,0.6694215,0.6859504,0.69008267,0.6859504,0.71487606,0.71487606,0.7231405,0.71900827,0.7107438,0.70247936,0.6983471,0.69008267,0.6818182,0.6735537,0.6570248,0.6528926,0.6652893,0.6694215,0.6652893,0.661157,0.6528926,0.6322314,0.6280992,0.6198347,0.6198347,0.607438,0.61157024,0.60330576,0.59504133,0.60330576,0.60330576,0.607438,0.59917355,0.57024795,0.56198347,0.5413223,0.5247934,0.53305787,0.5206612,0.49586776,0.49173555,0.48347107,0.4752066,0.4338843,0.36363637,0.35123968,0.35123968,0.34710744,0.35950413,0.35123968,0.92561984,0.77272725,0.6818182,0.72727275,0.70247936,0.6198347,0.54545456,0.5413223,0.55785125,0.5785124,0.59090906,0.59917355,0.61157024,0.6363636,0.6570248,0.6818182,0.6818182,0.6735537,0.7066116,0.7107438,0.7231405,0.73140496,0.73140496,0.72727275,0.71900827,0.72727275,0.72727275,0.73140496,0.73140496,0.7355372,0.74793386,0.7644628,0.73966944,0.74793386,0.73140496,0.71487606,0.6983471,0.6818182,0.6735537,0.6528926,0.6446281,0.6363636,0.6280992,0.6363636,0.6280992,0.60330576,0.58677685,0.57024795,0.553719,0.5371901,0.5165289,0.5206612,0.5123967,0.48347107,0.4752066,0.45867768,0.4752066,0.42975205,0.3553719,0.34710744,0.35123968,0.35123968,0.35950413,0.3553719,0.8801653,0.7355372,0.6983471,0.72727275,0.71487606,0.6570248,0.57438016,0.53305787,0.54545456,0.56198347,0.57024795,0.59090906,0.59917355,0.6198347,0.6363636,0.6652893,0.6694215,0.6652893,0.6942149,0.70247936,0.71487606,0.7355372,0.75619835,0.75619835,0.76033056,0.76859504,0.78099173,0.78512394,0.78512394,0.79752064,0.7933884,0.8057851,0.7644628,0.7644628,0.7644628,0.7644628,0.75619835,0.74793386,0.73140496,0.7231405,0.7066116,0.6735537,0.6487603,0.6570248,0.6322314,0.58677685,0.5661157,0.56198347,0.5413223,0.5247934,0.5082645,0.5,0.49173555,0.47933885,0.45867768,0.45041323,0.49586776,0.43801653,0.3553719,0.34710744,0.35123968,0.3553719,0.3553719,0.35123968,0.8347107,0.7107438,0.71487606,0.73140496,0.7231405,0.677686,0.607438,0.5371901,0.5247934,0.5495868,0.55785125,0.57438016,0.59090906,0.607438,0.61157024,0.6280992,0.6570248,0.661157,0.6859504,0.6859504,0.6983471,0.71900827,0.74380165,0.77272725,0.78512394,0.7933884,0.8016529,0.80991733,0.8057851,0.8057851,0.8016529,0.8181818,0.77272725,0.7644628,0.78099173,0.7892562,0.76859504,0.7644628,0.75206614,0.75619835,0.73140496,0.6942149,0.6694215,0.6570248,0.61570245,0.5785124,0.55785125,0.55785125,0.5289256,0.5041322,0.49173555,0.48347107,0.4752066,0.46280992,0.446281,0.45867768,0.5082645,0.43801653,0.3553719,0.35123968,0.35123968,0.35123968,0.34710744,0.34710744,0.8057851,0.6983471,0.73140496,0.73140496,0.73140496,0.70247936,0.6404959,0.5661157,0.5206612,0.5413223,0.55785125,0.553719,0.57438016,0.59090906,0.59504133,0.607438,0.6322314,0.6528926,0.661157,0.6735537,0.69008267,0.7066116,0.71487606,0.76859504,0.78099173,0.78099173,0.8016529,0.8016529,0.80991733,0.8016529,0.8057851,0.8016529,0.7768595,0.7768595,0.78099173,0.7768595,0.75619835,0.75619835,0.74380165,0.72727275,0.71487606,0.6818182,0.6652893,0.6280992,0.59090906,0.57438016,0.5495868,0.5413223,0.5082645,0.49586776,0.47933885,0.47933885,0.46694216,0.446281,0.446281,0.47107437,0.5123967,0.44214877,0.36363637,0.3429752,0.3429752,0.35123968,0.35123968,0.3429752,0.78099173,0.6818182,0.74380165,0.7355372,0.7355372,0.7231405,0.6735537,0.607438,0.5413223,0.5247934,0.54545456,0.5413223,0.553719,0.56198347,0.5661157,0.58677685,0.60330576,0.62396693,0.6363636,0.6694215,0.6735537,0.6983471,0.70247936,0.74793386,0.75206614,0.74793386,0.78512394,0.76859504,0.78099173,0.78099173,0.78099173,0.7644628,0.75206614,0.75619835,0.76033056,0.74380165,0.73140496,0.7355372,0.71487606,0.677686,0.69008267,0.6528926,0.6363636,0.58677685,0.57438016,0.56198347,0.5413223,0.5165289,0.4876033,0.49586776,0.46694216,0.46280992,0.45867768,0.446281,0.46280992,0.48347107,0.5082645,0.5,0.39256197,0.3305785,0.3429752,0.35123968,0.35123968,0.3429752,0.7768595,0.6859504,0.75619835,0.74380165,0.73966944,0.73140496,0.6983471,0.6404959,0.5785124,0.5247934,0.5289256,0.53305787,0.54545456,0.5413223,0.5371901,0.55785125,0.58264464,0.59090906,0.607438,0.661157,0.661157,0.6818182,0.6859504,0.71487606,0.71487606,0.71900827,0.73966944,0.74793386,0.7355372,0.7355372,0.7355372,0.7231405,0.71487606,0.71900827,0.71900827,0.7107438,0.6983471,0.7066116,0.6694215,0.6528926,0.661157,0.61570245,0.59090906,0.56198347,0.553719,0.53305787,0.5206612,0.49586776,0.47107437,0.48347107,0.45867768,0.446281,0.45867768,0.46280992,0.4876033,0.5,0.48347107,0.58264464,0.45041323,0.32231405,0.33471075,0.34710744,0.34710744,0.338843,0.7933884,0.70247936,0.76033056,0.74380165,0.74380165,0.73966944,0.71900827,0.6694215,0.61157024,0.54545456,0.5206612,0.5289256,0.54545456,0.5413223,0.53305787,0.53305787,0.553719,0.55785125,0.5785124,0.6198347,0.6322314,0.6487603,0.6528926,0.6735537,0.677686,0.6859504,0.6942149,0.7107438,0.70247936,0.6859504,0.677686,0.677686,0.6694215,0.677686,0.6694215,0.6694215,0.661157,0.6652893,0.6280992,0.6280992,0.61157024,0.57438016,0.5413223,0.5413223,0.53305787,0.5041322,0.49173555,0.47933885,0.46280992,0.46280992,0.45454547,0.446281,0.45867768,0.47933885,0.5041322,0.5123967,0.46280992,0.61157024,0.55785125,0.34710744,0.30991736,0.3429752,0.3429752,0.338843,0.838843,0.73140496,0.75206614,0.74793386,0.74380165,0.74380165,0.72727275,0.6942149,0.6404959,0.58677685,0.5371901,0.5206612,0.53305787,0.54545456,0.5413223,0.5247934,0.5371901,0.5289256,0.55785125,0.5661157,0.59504133,0.607438,0.6198347,0.6363636,0.6404959,0.6487603,0.6570248,0.661157,0.6652893,0.6446281,0.6280992,0.62396693,0.6198347,0.6322314,0.61570245,0.61157024,0.62396693,0.61570245,0.59504133,0.58264464,0.55785125,0.5289256,0.5082645,0.5123967,0.5082645,0.48347107,0.4752066,0.46694216,0.45867768,0.45867768,0.45867768,0.45867768,0.47107437,0.49586776,0.5082645,0.5247934,0.45454547,0.57024795,0.6570248,0.41735536,0.30165288,0.3429752,0.338843,0.33471075,0.892562,0.76859504,0.7355372,0.76033056,0.74793386,0.74380165,0.73966944,0.7231405,0.677686,0.6280992,0.5661157,0.5247934,0.5206612,0.53305787,0.5413223,0.5413223,0.53305787,0.5247934,0.53305787,0.53305787,0.5495868,0.5661157,0.59090906,0.59917355,0.59504133,0.607438,0.60330576,0.59917355,0.607438,0.59917355,0.58677685,0.5785124,0.5785124,0.5785124,0.57024795,0.553719,0.58677685,0.553719,0.55785125,0.5371901,0.5082645,0.5041322,0.4876033,0.49173555,0.48347107,0.47107437,0.45867768,0.46694216,0.45454547,0.46280992,0.45867768,0.47933885,0.49586776,0.5123967,0.5165289,0.5289256,0.43801653,0.5123967,0.6942149,0.5371901,0.3181818,0.3181818,0.3429752,0.3305785,5 +0.7107438,0.7107438,0.70247936,0.7107438,0.71900827,0.7355372,0.75206614,0.77272725,0.7933884,0.79752064,0.8057851,0.8140496,0.8181818,0.8264463,0.8347107,0.8429752,0.8553719,0.8677686,0.8719008,0.8719008,0.8719008,0.8719008,0.8636364,0.8636364,0.8595041,0.8636364,0.8512397,0.8429752,0.8181818,0.822314,0.8140496,0.79752064,0.7892562,0.7933884,0.7933884,0.8057851,0.8140496,0.8347107,0.80991733,0.8140496,0.7933884,0.78099173,0.7892562,0.7933884,0.7892562,0.78512394,0.76859504,0.73966944,0.74793386,0.73966944,0.7355372,0.72727275,0.7231405,0.71487606,0.6942149,0.6446281,0.6198347,0.59504133,0.56198347,0.553719,0.5413223,0.5371901,0.5082645,0.39256197,0.7066116,0.7107438,0.70247936,0.7066116,0.71900827,0.73140496,0.74793386,0.76859504,0.7892562,0.79752064,0.8016529,0.8181818,0.8181818,0.8181818,0.8305785,0.838843,0.8595041,0.8719008,0.8677686,0.8677686,0.8719008,0.8677686,0.8719008,0.8719008,0.8636364,0.8677686,0.8595041,0.8512397,0.8429752,0.8471074,0.8181818,0.8181818,0.8140496,0.8140496,0.8057851,0.822314,0.8264463,0.8471074,0.838843,0.838843,0.822314,0.822314,0.8181818,0.80991733,0.79752064,0.78512394,0.77272725,0.75619835,0.75619835,0.74380165,0.74380165,0.74380165,0.73140496,0.72727275,0.7107438,0.6694215,0.6322314,0.607438,0.57438016,0.553719,0.5413223,0.5371901,0.5165289,0.4214876,0.70247936,0.70247936,0.70247936,0.7107438,0.71900827,0.73140496,0.74793386,0.76859504,0.78099173,0.7933884,0.79752064,0.8140496,0.8264463,0.822314,0.8305785,0.838843,0.8512397,0.8636364,0.8677686,0.8719008,0.8719008,0.8677686,0.8719008,0.8719008,0.8636364,0.8636364,0.8595041,0.8553719,0.8512397,0.8553719,0.8347107,0.8305785,0.8347107,0.838843,0.8181818,0.8347107,0.8347107,0.8512397,0.8471074,0.8471074,0.8347107,0.838843,0.8305785,0.822314,0.822314,0.7933884,0.78512394,0.76859504,0.7768595,0.7644628,0.75206614,0.76033056,0.7355372,0.73140496,0.71487606,0.677686,0.6404959,0.60330576,0.5785124,0.55785125,0.54545456,0.5371901,0.53305787,0.46280992,0.6983471,0.70247936,0.70247936,0.7066116,0.71487606,0.72727275,0.74793386,0.76033056,0.7768595,0.7933884,0.8016529,0.80991733,0.822314,0.822314,0.8264463,0.8347107,0.838843,0.8512397,0.8636364,0.87603307,0.8801653,0.8719008,0.8677686,0.8719008,0.8677686,0.8636364,0.8553719,0.8512397,0.8512397,0.8553719,0.8429752,0.838843,0.8429752,0.838843,0.8347107,0.8347107,0.8347107,0.8471074,0.8512397,0.8429752,0.838843,0.8429752,0.8347107,0.822314,0.8305785,0.8181818,0.79752064,0.7768595,0.77272725,0.78099173,0.77272725,0.7644628,0.73966944,0.72727275,0.7107438,0.69008267,0.6487603,0.607438,0.5785124,0.56198347,0.54545456,0.53305787,0.5371901,0.5041322,0.6942149,0.70247936,0.70247936,0.70247936,0.7107438,0.72727275,0.75206614,0.75619835,0.76859504,0.78099173,0.7892562,0.8016529,0.80991733,0.8140496,0.8181818,0.822314,0.8264463,0.8429752,0.8553719,0.8677686,0.87603307,0.8719008,0.8636364,0.8636364,0.8595041,0.8512397,0.8512397,0.8471074,0.8512397,0.8553719,0.8471074,0.838843,0.8429752,0.8347107,0.8347107,0.8347107,0.838843,0.838843,0.8553719,0.838843,0.8305785,0.8305785,0.8347107,0.8264463,0.8181818,0.8016529,0.7933884,0.78512394,0.78512394,0.78099173,0.76859504,0.76033056,0.7355372,0.7107438,0.7107438,0.6818182,0.6570248,0.61570245,0.58264464,0.56198347,0.54545456,0.5371901,0.5371901,0.5247934,0.6983471,0.7066116,0.7066116,0.7066116,0.7107438,0.72727275,0.74793386,0.75619835,0.7644628,0.78099173,0.78512394,0.7892562,0.8016529,0.8057851,0.80991733,0.822314,0.80991733,0.80991733,0.822314,0.8305785,0.8471074,0.8553719,0.8512397,0.8512397,0.8471074,0.8347107,0.838843,0.8347107,0.8347107,0.8429752,0.8429752,0.8347107,0.8347107,0.822314,0.8264463,0.8305785,0.8347107,0.8305785,0.8305785,0.8264463,0.8057851,0.79752064,0.8140496,0.79752064,0.8016529,0.76859504,0.77272725,0.76859504,0.78099173,0.77272725,0.75619835,0.73966944,0.70247936,0.6859504,0.6983471,0.6859504,0.661157,0.6280992,0.59504133,0.55785125,0.553719,0.54545456,0.5371901,0.53305787,0.6983471,0.7107438,0.71487606,0.71487606,0.71487606,0.72727275,0.75206614,0.76033056,0.76859504,0.76859504,0.73966944,0.72727275,0.76033056,0.78099173,0.7933884,0.7933884,0.78099173,0.78099173,0.78099173,0.7892562,0.7933884,0.8057851,0.8181818,0.822314,0.8181818,0.8057851,0.8140496,0.822314,0.8181818,0.822314,0.8264463,0.822314,0.8140496,0.80991733,0.80991733,0.8264463,0.8181818,0.8016529,0.7933884,0.7768595,0.78512394,0.76033056,0.7892562,0.75619835,0.73966944,0.74380165,0.71900827,0.70247936,0.7231405,0.71487606,0.6942149,0.6818182,0.6487603,0.61157024,0.6404959,0.677686,0.6735537,0.6487603,0.61157024,0.5661157,0.553719,0.54545456,0.53305787,0.5289256,0.6983471,0.7066116,0.7107438,0.71900827,0.71487606,0.73140496,0.75206614,0.75619835,0.76033056,0.71900827,0.6735537,0.677686,0.7066116,0.7107438,0.6859504,0.6735537,0.6735537,0.6818182,0.6818182,0.70247936,0.71900827,0.72727275,0.74380165,0.76033056,0.7768595,0.76859504,0.78512394,0.8016529,0.79752064,0.8016529,0.8016529,0.8016529,0.7933884,0.77272725,0.78512394,0.79752064,0.78099173,0.76859504,0.77272725,0.75206614,0.73966944,0.73140496,0.6942149,0.677686,0.607438,0.5785124,0.59504133,0.57024795,0.54545456,0.61157024,0.61157024,0.59504133,0.59090906,0.61570245,0.607438,0.61157024,0.6487603,0.6528926,0.6487603,0.59917355,0.54545456,0.5495868,0.5371901,0.5247934,0.6983471,0.6983471,0.7107438,0.71900827,0.7107438,0.70247936,0.6487603,0.58677685,0.5289256,0.47107437,0.4752066,0.49586776,0.5371901,0.57438016,0.5661157,0.56198347,0.56198347,0.56198347,0.55785125,0.553719,0.57024795,0.57438016,0.61570245,0.6694215,0.70247936,0.7107438,0.74380165,0.76859504,0.76859504,0.7768595,0.78099173,0.7768595,0.76859504,0.75619835,0.7644628,0.76033056,0.73140496,0.7107438,0.7107438,0.6859504,0.6322314,0.59917355,0.5371901,0.5206612,0.44214877,0.48347107,0.5165289,0.3966942,0.2768595,0.59090906,0.6487603,0.5785124,0.6652893,0.69008267,0.6818182,0.57438016,0.59917355,0.62396693,0.6570248,0.6694215,0.5371901,0.5495868,0.5413223,0.5289256,0.6942149,0.6983471,0.7066116,0.71487606,0.7107438,0.6859504,0.6487603,0.76033056,0.78099173,0.78099173,0.8057851,0.8553719,0.7768595,0.62396693,0.59917355,0.58264464,0.54545456,0.5123967,0.5082645,0.4876033,0.48347107,0.47933885,0.54545456,0.59504133,0.61570245,0.6446281,0.6652893,0.71487606,0.73966944,0.75619835,0.77272725,0.76033056,0.75206614,0.74793386,0.7355372,0.7355372,0.7066116,0.6322314,0.54545456,0.5495868,0.61157024,0.5495868,0.5206612,0.55785125,0.55785125,0.54545456,0.5247934,0.4090909,0.32231405,0.59917355,0.55785125,0.5247934,0.78099173,0.74380165,0.7066116,0.49586776,0.5495868,0.5661157,0.57024795,0.6322314,0.55785125,0.58264464,0.54545456,0.53305787,0.6942149,0.69008267,0.6983471,0.6983471,0.69008267,0.6652893,0.607438,0.6487603,0.6694215,0.8429752,0.93801653,0.946281,0.87603307,0.6322314,0.56198347,0.54545456,0.5371901,0.5165289,0.5165289,0.5123967,0.5206612,0.49173555,0.55785125,0.6487603,0.6487603,0.6694215,0.69008267,0.6859504,0.7066116,0.74380165,0.77272725,0.7644628,0.74380165,0.73966944,0.7231405,0.72727275,0.71487606,0.6363636,0.59504133,0.8347107,0.8677686,0.75206614,0.60330576,0.5289256,0.47933885,0.4214876,0.43801653,0.38842976,0.4338843,0.47933885,0.3429752,0.57438016,0.9214876,0.91735536,0.80991733,0.3966942,0.5082645,0.5289256,0.5082645,0.49586776,0.54545456,0.58264464,0.60330576,0.5165289,0.6942149,0.6859504,0.69008267,0.6942149,0.6983471,0.6528926,0.61570245,0.59090906,0.48347107,0.4338843,0.661157,0.75619835,0.75206614,0.5661157,0.54545456,0.5495868,0.54545456,0.5165289,0.4876033,0.47107437,0.47107437,0.3966942,0.49173555,0.76033056,0.8347107,0.78099173,0.677686,0.6859504,0.6942149,0.72727275,0.7892562,0.78099173,0.75206614,0.74793386,0.7355372,0.71487606,0.6652893,0.6198347,0.59917355,0.6487603,0.7066116,0.7355372,0.61570245,0.5165289,0.4876033,0.48347107,0.49173555,0.46694216,0.47107437,0.5661157,0.446281,0.49586776,0.7933884,0.8429752,0.69008267,0.42561984,0.5041322,0.5371901,0.5123967,0.4752066,0.49173555,0.53305787,0.6404959,0.53305787,0.70247936,0.6983471,0.6859504,0.72727275,0.6322314,0.6487603,0.6528926,0.6404959,0.6363636,0.58677685,0.8140496,0.94214875,0.9214876,0.76859504,0.60330576,0.62396693,0.60330576,0.58677685,0.553719,0.5206612,0.5041322,0.446281,0.60330576,0.8264463,0.838843,0.73140496,0.58264464,0.6198347,0.677686,0.73140496,0.7933884,0.7933884,0.77272725,0.76033056,0.74793386,0.6859504,0.6363636,0.607438,0.58677685,0.57438016,0.57438016,0.58264464,0.5413223,0.49173555,0.5123967,0.5041322,0.5082645,0.5041322,0.40495867,0.69008267,0.74380165,0.5206612,0.61157024,0.6446281,0.607438,0.53305787,0.5165289,0.5413223,0.5165289,0.5206612,0.4876033,0.53305787,0.59917355,0.57438016,0.7107438,0.6983471,0.6528926,0.6570248,0.61570245,0.6404959,0.6570248,0.6446281,0.62396693,0.56198347,0.5495868,0.7066116,0.73140496,0.6652893,0.5289256,0.57024795,0.5661157,0.5495868,0.5041322,0.46694216,0.45867768,0.5041322,0.6446281,0.73140496,0.6694215,0.5785124,0.57024795,0.54545456,0.62396693,0.76033056,0.8016529,0.79752064,0.7768595,0.76033056,0.74380165,0.6942149,0.6983471,0.6363636,0.56198347,0.5661157,0.553719,0.58264464,0.5413223,0.446281,0.44214877,0.45041323,0.4338843,0.42561984,0.30991736,0.60330576,0.7768595,0.57024795,0.5165289,0.46280992,0.5082645,0.5413223,0.5247934,0.5289256,0.5371901,0.54545456,0.5247934,0.553719,0.5289256,0.6322314,0.7066116,0.7066116,0.6280992,0.6652893,0.6487603,0.6983471,0.6363636,0.6322314,0.60330576,0.57024795,0.5082645,0.5165289,0.5495868,0.5082645,0.46694216,0.47933885,0.47933885,0.45867768,0.41322315,0.38429752,0.5082645,0.661157,0.6487603,0.6446281,0.5785124,0.5289256,0.5661157,0.5247934,0.5785124,0.78512394,0.822314,0.75206614,0.73140496,0.71900827,0.7107438,0.78512394,0.8057851,0.6487603,0.56198347,0.58264464,0.57024795,0.607438,0.56198347,0.45041323,0.42561984,0.37603307,0.38429752,0.36363637,0.41735536,0.4338843,0.5247934,0.56198347,0.54545456,0.49173555,0.47933885,0.49173555,0.49173555,0.5247934,0.55785125,0.56198347,0.5495868,0.55785125,0.4752066,0.7066116,0.6818182,0.72727275,0.6942149,0.6735537,0.6694215,0.677686,0.61570245,0.5413223,0.5289256,0.5247934,0.5123967,0.54545456,0.57024795,0.5371901,0.45041323,0.4090909,0.40495867,0.39256197,0.39256197,0.44214877,0.57024795,0.6198347,0.5371901,0.5123967,0.5165289,0.5371901,0.56198347,0.56198347,0.58264464,0.6487603,0.6694215,0.6363636,0.6363636,0.6322314,0.6198347,0.6487603,0.6570248,0.5661157,0.5206612,0.5247934,0.45454547,0.48347107,0.5413223,0.47933885,0.4338843,0.28512397,0.35950413,0.42975205,0.45867768,0.43801653,0.46694216,0.5495868,0.56198347,0.47933885,0.41735536,0.46694216,0.46280992,0.5,0.54545456,0.56198347,0.53305787,0.5082645,0.4090909,0.5785124,0.53305787,0.6942149,0.6528926,0.6735537,0.6528926,0.6446281,0.5785124,0.46694216,0.38016528,0.4338843,0.46280992,0.5082645,0.61157024,0.607438,0.46694216,0.35950413,0.37190083,0.33471075,0.4338843,0.553719,0.56198347,0.5289256,0.5082645,0.5371901,0.5495868,0.553719,0.57438016,0.62396693,0.6487603,0.61157024,0.6322314,0.73140496,0.75619835,0.73966944,0.6859504,0.57024795,0.57438016,0.5785124,0.53305787,0.5165289,0.45041323,0.40082645,0.45041323,0.53305787,0.5165289,0.38842976,0.338843,0.446281,0.42975205,0.446281,0.5206612,0.57024795,0.58264464,0.46694216,0.3264463,0.4214876,0.446281,0.46694216,0.49586776,0.5,0.47107437,0.4214876,0.4214876,0.49173555,0.553719,0.6735537,0.6322314,0.6570248,0.6404959,0.607438,0.53305787,0.47933885,0.446281,0.42561984,0.446281,0.5123967,0.607438,0.607438,0.5371901,0.3553719,0.33471075,0.34710744,0.5247934,0.6528926,0.62396693,0.5495868,0.5289256,0.57438016,0.59504133,0.59917355,0.60330576,0.6652893,0.6818182,0.661157,0.73140496,0.8305785,0.8347107,0.8140496,0.79752064,0.6818182,0.5495868,0.57024795,0.58264464,0.56198347,0.49586776,0.46694216,0.47107437,0.5123967,0.54545456,0.5123967,0.4090909,0.3966942,0.49586776,0.4876033,0.5413223,0.5785124,0.59504133,0.53305787,0.38842976,0.4338843,0.47107437,0.4876033,0.45454547,0.40495867,0.42975205,0.446281,0.5247934,0.49586776,0.5165289,0.61157024,0.6363636,0.661157,0.6404959,0.607438,0.59504133,0.60330576,0.61570245,0.57438016,0.57438016,0.59090906,0.61570245,0.61570245,0.5785124,0.5082645,0.45867768,0.49586776,0.59917355,0.6694215,0.6322314,0.58264464,0.59504133,0.6446281,0.6735537,0.6735537,0.6487603,0.6652893,0.6818182,0.70247936,0.8057851,0.8553719,0.8471074,0.822314,0.8057851,0.75619835,0.59090906,0.5289256,0.61570245,0.6198347,0.59504133,0.59090906,0.59090906,0.59917355,0.61157024,0.61570245,0.60330576,0.58677685,0.59090906,0.56198347,0.5785124,0.59090906,0.60330576,0.5785124,0.49173555,0.5082645,0.53305787,0.5123967,0.45454547,0.4090909,0.4752066,0.5289256,0.57024795,0.5206612,0.5413223,0.5289256,0.6322314,0.6404959,0.6818182,0.6942149,0.74380165,0.7355372,0.71900827,0.6983471,0.6280992,0.6198347,0.61570245,0.6570248,0.6528926,0.6280992,0.62396693,0.61157024,0.62396693,0.6404959,0.6363636,0.61157024,0.6446281,0.70247936,0.7355372,0.74380165,0.69008267,0.6198347,0.6652893,0.72727275,0.8264463,0.8553719,0.8471074,0.8140496,0.79752064,0.7768595,0.6363636,0.47933885,0.5785124,0.71900827,0.7231405,0.70247936,0.69008267,0.6694215,0.6487603,0.6280992,0.61570245,0.61157024,0.59504133,0.553719,0.5661157,0.58264464,0.62396693,0.6198347,0.57438016,0.5661157,0.57024795,0.5413223,0.5041322,0.5041322,0.55785125,0.5785124,0.57024795,0.5371901,0.6528926,0.55785125,0.61570245,0.5661157,0.661157,0.7231405,0.74380165,0.75206614,0.73966944,0.71487606,0.6818182,0.6735537,0.6446281,0.6652893,0.6528926,0.6446281,0.6404959,0.661157,0.6528926,0.6487603,0.6487603,0.6570248,0.6942149,0.74380165,0.76033056,0.7892562,0.75206614,0.6363636,0.6446281,0.73140496,0.8140496,0.8677686,0.8471074,0.80991733,0.8016529,0.78512394,0.6694215,0.47933885,0.5165289,0.71900827,0.7644628,0.76859504,0.7768595,0.76033056,0.7355372,0.71487606,0.6983471,0.677686,0.6528926,0.62396693,0.6198347,0.61570245,0.6404959,0.6487603,0.60330576,0.59504133,0.60330576,0.59917355,0.59504133,0.607438,0.6280992,0.61157024,0.58677685,0.5247934,0.73966944,0.6322314,0.6198347,0.5495868,0.61157024,0.7107438,0.76033056,0.76033056,0.73966944,0.6983471,0.6818182,0.7231405,0.74793386,0.74793386,0.75206614,0.72727275,0.7066116,0.71487606,0.7107438,0.6983471,0.7107438,0.7355372,0.76033056,0.77272725,0.77272725,0.74380165,0.75619835,0.6652893,0.6652893,0.74380165,0.78512394,0.8636364,0.8636364,0.80991733,0.8016529,0.7768595,0.6859504,0.5206612,0.47933885,0.6859504,0.7644628,0.7231405,0.76033056,0.76033056,0.75619835,0.74380165,0.7231405,0.6942149,0.6859504,0.6735537,0.6652893,0.6570248,0.6652893,0.677686,0.6404959,0.6322314,0.6446281,0.6570248,0.6694215,0.6694215,0.661157,0.6528926,0.59917355,0.53305787,0.74793386,0.70247936,0.62396693,0.57438016,0.59917355,0.6652893,0.76033056,0.78099173,0.75619835,0.7107438,0.71487606,0.74793386,0.76859504,0.76033056,0.75619835,0.76033056,0.75206614,0.75206614,0.76859504,0.77272725,0.7933884,0.7933884,0.79752064,0.78512394,0.75206614,0.69008267,0.6735537,0.661157,0.7066116,0.73966944,0.76859504,0.8429752,0.8677686,0.8264463,0.79752064,0.7644628,0.6694215,0.61157024,0.43801653,0.45454547,0.7231405,0.6983471,0.73140496,0.7355372,0.7355372,0.73966944,0.73966944,0.72727275,0.7231405,0.7107438,0.6942149,0.70247936,0.7107438,0.71487606,0.6818182,0.6694215,0.6818182,0.6983471,0.6983471,0.6859504,0.6859504,0.677686,0.59917355,0.56198347,0.73966944,0.75619835,0.6446281,0.6446281,0.62396693,0.6652893,0.74380165,0.76859504,0.75619835,0.74380165,0.7768595,0.76859504,0.79752064,0.7892562,0.7933884,0.78099173,0.79752064,0.7892562,0.7933884,0.8057851,0.8057851,0.8057851,0.8140496,0.78512394,0.7355372,0.6983471,0.677686,0.677686,0.74793386,0.74793386,0.7644628,0.822314,0.8512397,0.8264463,0.7933884,0.76859504,0.7066116,0.6363636,0.58264464,0.4876033,0.58677685,0.7107438,0.71900827,0.73140496,0.7231405,0.73140496,0.74380165,0.74793386,0.74380165,0.73966944,0.73140496,0.73140496,0.7355372,0.73140496,0.7066116,0.6859504,0.70247936,0.6983471,0.6818182,0.6859504,0.69008267,0.6652893,0.57438016,0.5785124,0.7231405,0.7644628,0.6983471,0.6694215,0.6735537,0.6652893,0.69008267,0.72727275,0.73966944,0.7644628,0.78099173,0.7933884,0.7933884,0.7892562,0.8016529,0.78512394,0.7892562,0.8057851,0.79752064,0.8057851,0.8057851,0.8057851,0.79752064,0.7644628,0.72727275,0.70247936,0.6818182,0.7355372,0.76033056,0.77272725,0.7933884,0.8140496,0.822314,0.8264463,0.8016529,0.7768595,0.74380165,0.6983471,0.6528926,0.6198347,0.56198347,0.59504133,0.69008267,0.7355372,0.7355372,0.72727275,0.7355372,0.7355372,0.7355372,0.73966944,0.73966944,0.73966944,0.74380165,0.72727275,0.70247936,0.6694215,0.6859504,0.69008267,0.6694215,0.6652893,0.6983471,0.6570248,0.57438016,0.58677685,0.7231405,0.74380165,0.75206614,0.661157,0.7107438,0.6694215,0.6570248,0.6818182,0.7355372,0.7768595,0.8016529,0.7933884,0.8016529,0.8016529,0.79752064,0.8016529,0.7933884,0.8140496,0.80991733,0.79752064,0.8057851,0.79752064,0.77272725,0.72727275,0.6818182,0.6570248,0.73140496,0.77272725,0.75619835,0.80991733,0.8471074,0.8140496,0.80991733,0.80991733,0.8057851,0.78099173,0.76859504,0.73140496,0.661157,0.6198347,0.607438,0.58677685,0.59504133,0.677686,0.7355372,0.7355372,0.73140496,0.7355372,0.7355372,0.72727275,0.72727275,0.72727275,0.7355372,0.72727275,0.7107438,0.6735537,0.6652893,0.6818182,0.6652893,0.6942149,0.73966944,0.6487603,0.59090906,0.57438016,0.71487606,0.73140496,0.76033056,0.71900827,0.6983471,0.6818182,0.6570248,0.6942149,0.76033056,0.8016529,0.822314,0.80991733,0.80991733,0.8057851,0.7933884,0.8057851,0.8140496,0.80991733,0.822314,0.79752064,0.8016529,0.78512394,0.75206614,0.6652893,0.59504133,0.6735537,0.74380165,0.74793386,0.75619835,0.8181818,0.838843,0.8140496,0.822314,0.8057851,0.8057851,0.78512394,0.77272725,0.75619835,0.661157,0.58677685,0.59504133,0.59504133,0.58677685,0.61570245,0.6942149,0.73966944,0.7355372,0.72727275,0.73140496,0.72727275,0.71900827,0.72727275,0.72727275,0.7231405,0.71900827,0.69008267,0.6652893,0.661157,0.6404959,0.6528926,0.6570248,0.6198347,0.59917355,0.56198347,0.7107438,0.72727275,0.73966944,0.7644628,0.7107438,0.6570248,0.6735537,0.7066116,0.75619835,0.7933884,0.80991733,0.8140496,0.80991733,0.8140496,0.79752064,0.8140496,0.8181818,0.8057851,0.80991733,0.8016529,0.7892562,0.74380165,0.72727275,0.59917355,0.57438016,0.71900827,0.7355372,0.7231405,0.75619835,0.78512394,0.8016529,0.8016529,0.8305785,0.8264463,0.8181818,0.78099173,0.7644628,0.7355372,0.661157,0.59504133,0.59917355,0.61570245,0.59090906,0.6322314,0.6570248,0.7066116,0.73140496,0.73140496,0.7355372,0.72727275,0.71900827,0.72727275,0.73140496,0.72727275,0.6983471,0.6487603,0.6404959,0.6363636,0.6280992,0.6446281,0.6363636,0.61157024,0.59090906,0.553719,0.71487606,0.7231405,0.73140496,0.75206614,0.76033056,0.71487606,0.661157,0.6859504,0.73966944,0.7644628,0.7768595,0.78099173,0.7892562,0.7933884,0.7892562,0.7933884,0.8057851,0.8016529,0.8140496,0.79752064,0.74793386,0.6942149,0.661157,0.55785125,0.6570248,0.78512394,0.75206614,0.71487606,0.75619835,0.78512394,0.7933884,0.8181818,0.88842976,0.892562,0.8305785,0.79752064,0.76859504,0.7066116,0.6487603,0.6198347,0.6363636,0.677686,0.59504133,0.6322314,0.6446281,0.6570248,0.69008267,0.70247936,0.7066116,0.6942149,0.6859504,0.6983471,0.71487606,0.71487606,0.6818182,0.6363636,0.6487603,0.6570248,0.6487603,0.6446281,0.6198347,0.60330576,0.57438016,0.54545456,0.71487606,0.71900827,0.73140496,0.73966944,0.75206614,0.74380165,0.7066116,0.6942149,0.7231405,0.74793386,0.73966944,0.72727275,0.74380165,0.76033056,0.75206614,0.75619835,0.75619835,0.75619835,0.75206614,0.7355372,0.6859504,0.6487603,0.56198347,0.61157024,0.7644628,0.8016529,0.75619835,0.73140496,0.74793386,0.78099173,0.77272725,0.822314,0.8719008,0.8801653,0.8140496,0.7933884,0.75206614,0.69008267,0.6446281,0.61157024,0.61157024,0.6570248,0.6280992,0.607438,0.661157,0.6487603,0.6446281,0.6404959,0.6487603,0.6528926,0.6487603,0.6694215,0.677686,0.6735537,0.6446281,0.6280992,0.6528926,0.6528926,0.6446281,0.6198347,0.607438,0.59504133,0.5661157,0.53305787,0.6983471,0.71487606,0.71900827,0.7231405,0.73140496,0.73966944,0.71900827,0.6983471,0.7107438,0.7355372,0.7355372,0.72727275,0.7355372,0.73966944,0.71900827,0.7107438,0.6983471,0.6818182,0.6735537,0.6570248,0.6280992,0.59917355,0.5206612,0.6942149,0.76859504,0.7644628,0.7231405,0.71900827,0.72727275,0.72727275,0.74793386,0.75619835,0.79752064,0.77272725,0.75206614,0.7107438,0.6652893,0.6322314,0.6198347,0.55785125,0.55785125,0.57024795,0.5785124,0.57438016,0.6694215,0.69008267,0.6652893,0.6487603,0.6487603,0.6446281,0.6487603,0.6570248,0.6570248,0.6446281,0.6363636,0.6322314,0.6363636,0.6446281,0.6363636,0.607438,0.59090906,0.5785124,0.55785125,0.53305787,0.69008267,0.7066116,0.7107438,0.7107438,0.71900827,0.72727275,0.7107438,0.69008267,0.6859504,0.6859504,0.69008267,0.69008267,0.6942149,0.6983471,0.6942149,0.6942149,0.69008267,0.6652893,0.6528926,0.62396693,0.60330576,0.59917355,0.59504133,0.6694215,0.6818182,0.6818182,0.6487603,0.6363636,0.661157,0.6528926,0.6446281,0.6735537,0.6942149,0.69008267,0.6528926,0.61570245,0.56198347,0.55785125,0.5247934,0.5247934,0.4752066,0.48347107,0.5206612,0.54545456,0.6570248,0.7107438,0.71487606,0.6983471,0.69008267,0.6694215,0.6694215,0.6570248,0.6446281,0.6404959,0.6363636,0.6280992,0.61157024,0.6322314,0.6198347,0.59504133,0.58264464,0.57438016,0.553719,0.5247934,0.6735537,0.70247936,0.7107438,0.7066116,0.7107438,0.72727275,0.7231405,0.70247936,0.6735537,0.661157,0.6694215,0.6818182,0.69008267,0.7107438,0.7231405,0.72727275,0.71900827,0.6983471,0.6570248,0.6322314,0.6404959,0.69008267,0.73140496,0.6280992,0.57024795,0.5413223,0.49173555,0.47933885,0.5413223,0.553719,0.55785125,0.54545456,0.5785124,0.58264464,0.5785124,0.5289256,0.5041322,0.49173555,0.46280992,0.4214876,0.37603307,0.40495867,0.5082645,0.54545456,0.6322314,0.7107438,0.7231405,0.71487606,0.71900827,0.7107438,0.6983471,0.6942149,0.6570248,0.6363636,0.6280992,0.60330576,0.59504133,0.6198347,0.60330576,0.58677685,0.57024795,0.55785125,0.54545456,0.5206612,0.6652893,0.6859504,0.6942149,0.6942149,0.7107438,0.7231405,0.72727275,0.73140496,0.71900827,0.7107438,0.72727275,0.73140496,0.7355372,0.75619835,0.76859504,0.7644628,0.74380165,0.7066116,0.661157,0.6735537,0.71900827,0.7644628,0.79752064,0.70247936,0.53305787,0.45454547,0.3966942,0.36363637,0.38429752,0.37190083,0.46280992,0.49173555,0.5082645,0.5082645,0.5165289,0.49173555,0.45454547,0.44214877,0.41735536,0.3677686,0.38016528,0.41322315,0.5371901,0.57024795,0.607438,0.70247936,0.73140496,0.7231405,0.7231405,0.71900827,0.71487606,0.71900827,0.69008267,0.6487603,0.6322314,0.59504133,0.59504133,0.607438,0.58677685,0.5785124,0.57024795,0.5661157,0.5371901,0.5206612,0.6570248,0.6859504,0.69008267,0.69008267,0.71487606,0.7231405,0.7231405,0.7355372,0.73966944,0.74380165,0.74793386,0.74793386,0.76033056,0.7644628,0.77272725,0.76033056,0.7231405,0.6942149,0.6983471,0.75206614,0.7768595,0.7892562,0.7933884,0.77272725,0.6280992,0.4752066,0.41735536,0.3966942,0.40082645,0.41735536,0.38016528,0.40495867,0.47107437,0.47933885,0.46694216,0.446281,0.41735536,0.45041323,0.46280992,0.43801653,0.46694216,0.4876033,0.5661157,0.59090906,0.59917355,0.6818182,0.72727275,0.7355372,0.72727275,0.7107438,0.71900827,0.71487606,0.6983471,0.6735537,0.6446281,0.60330576,0.59090906,0.58677685,0.57024795,0.57024795,0.5661157,0.553719,0.5289256,0.5082645,0.661157,0.6818182,0.69008267,0.70247936,0.7107438,0.71900827,0.71900827,0.7231405,0.72727275,0.73966944,0.74380165,0.74380165,0.75619835,0.7644628,0.75206614,0.73966944,0.71900827,0.7231405,0.76859504,0.80991733,0.8016529,0.78512394,0.7892562,0.78099173,0.74793386,0.6694215,0.62396693,0.55785125,0.49586776,0.4876033,0.46280992,0.44214877,0.39256197,0.44214877,0.42975205,0.4090909,0.47933885,0.5082645,0.5041322,0.5165289,0.5371901,0.5413223,0.57438016,0.58264464,0.60330576,0.6694215,0.7066116,0.74380165,0.73140496,0.71900827,0.71487606,0.71487606,0.6983471,0.6859504,0.6528926,0.6198347,0.59504133,0.59504133,0.5661157,0.5661157,0.553719,0.5413223,0.5289256,0.5,0.6404959,0.6570248,0.6818182,0.7066116,0.6983471,0.70247936,0.71487606,0.7231405,0.7231405,0.73140496,0.74380165,0.74380165,0.74380165,0.74793386,0.73966944,0.7355372,0.75206614,0.77272725,0.7933884,0.8057851,0.7933884,0.78099173,0.77272725,0.77272725,0.7768595,0.76859504,0.76033056,0.74793386,0.6942149,0.60330576,0.5495868,0.48347107,0.45454547,0.5,0.5082645,0.4752066,0.553719,0.54545456,0.553719,0.5371901,0.55785125,0.55785125,0.59090906,0.57024795,0.6198347,0.6652893,0.6859504,0.73966944,0.73140496,0.72727275,0.7107438,0.7231405,0.70247936,0.677686,0.661157,0.6322314,0.60330576,0.59917355,0.5661157,0.56198347,0.55785125,0.5371901,0.5165289,0.49586776,0.6404959,0.6652893,0.6859504,0.70247936,0.70247936,0.70247936,0.70247936,0.7107438,0.71900827,0.72727275,0.73966944,0.7355372,0.73966944,0.73966944,0.74380165,0.76033056,0.78512394,0.7933884,0.7892562,0.78099173,0.78099173,0.76859504,0.76033056,0.76033056,0.77272725,0.78099173,0.7768595,0.74793386,0.74793386,0.71487606,0.6363636,0.553719,0.5413223,0.57024795,0.57024795,0.5495868,0.58677685,0.5785124,0.5661157,0.57024795,0.5661157,0.57024795,0.59917355,0.5785124,0.6363636,0.6652893,0.677686,0.7355372,0.73140496,0.7231405,0.71487606,0.7231405,0.70247936,0.677686,0.6652893,0.6322314,0.607438,0.58677685,0.5785124,0.5495868,0.54545456,0.53305787,0.5123967,0.49586776,0.6322314,0.6570248,0.6735537,0.69008267,0.6983471,0.6983471,0.70247936,0.70247936,0.71487606,0.7231405,0.73140496,0.73140496,0.7355372,0.74380165,0.75206614,0.7768595,0.79752064,0.7892562,0.77272725,0.7644628,0.77272725,0.7644628,0.76859504,0.7644628,0.75206614,0.76033056,0.76033056,0.73966944,0.74380165,0.75619835,0.73140496,0.6570248,0.61157024,0.58264464,0.58677685,0.57438016,0.58264464,0.58677685,0.58264464,0.58264464,0.58677685,0.58264464,0.58677685,0.59090906,0.6280992,0.6570248,0.6694215,0.7231405,0.7107438,0.7066116,0.70247936,0.7107438,0.6983471,0.6735537,0.6570248,0.6198347,0.607438,0.59090906,0.56198347,0.55785125,0.54545456,0.5206612,0.5082645,0.49586776,0.6198347,0.6446281,0.6694215,0.6818182,0.69008267,0.6942149,0.70247936,0.7107438,0.7107438,0.71487606,0.72727275,0.73140496,0.73966944,0.75206614,0.76033056,0.76859504,0.78512394,0.78099173,0.76859504,0.76033056,0.75619835,0.75206614,0.76033056,0.75206614,0.73966944,0.75619835,0.77272725,0.78099173,0.78099173,0.7933884,0.79752064,0.74380165,0.71487606,0.661157,0.6363636,0.607438,0.59917355,0.60330576,0.60330576,0.607438,0.60330576,0.607438,0.57438016,0.59917355,0.62396693,0.6404959,0.6446281,0.6735537,0.6859504,0.6983471,0.69008267,0.6942149,0.6818182,0.6528926,0.6404959,0.62396693,0.59917355,0.59090906,0.55785125,0.54545456,0.5206612,0.5082645,0.5206612,0.4876033,0.6280992,0.6404959,0.6570248,0.6694215,0.677686,0.69008267,0.6983471,0.71487606,0.7107438,0.71487606,0.7231405,0.72727275,0.7355372,0.76033056,0.75619835,0.74793386,0.75206614,0.74793386,0.73966944,0.7355372,0.71900827,0.71900827,0.72727275,0.73966944,0.75206614,0.7644628,0.78099173,0.78099173,0.76033056,0.74793386,0.75619835,0.74793386,0.74380165,0.74380165,0.6942149,0.6528926,0.60330576,0.58677685,0.5785124,0.59090906,0.59917355,0.60330576,0.58677685,0.59090906,0.61157024,0.60330576,0.60330576,0.6487603,0.677686,0.6942149,0.6694215,0.6859504,0.6735537,0.6363636,0.62396693,0.62396693,0.59917355,0.57024795,0.5413223,0.5289256,0.5082645,0.5082645,0.5165289,0.4876033,0.61157024,0.6404959,0.6404959,0.6528926,0.6652893,0.69008267,0.6942149,0.71487606,0.71900827,0.71900827,0.72727275,0.71900827,0.72727275,0.74793386,0.74380165,0.7355372,0.7231405,0.71487606,0.7066116,0.70247936,0.677686,0.6818182,0.7107438,0.73140496,0.71900827,0.677686,0.6404959,0.607438,0.607438,0.61570245,0.59917355,0.5785124,0.5785124,0.607438,0.57024795,0.5371901,0.5289256,0.5247934,0.5123967,0.5123967,0.5206612,0.5206612,0.5413223,0.553719,0.57438016,0.553719,0.55785125,0.607438,0.661157,0.6652893,0.69008267,0.6818182,0.6528926,0.62396693,0.61157024,0.61570245,0.58264464,0.553719,0.54545456,0.5206612,0.5123967,0.5123967,0.5,0.5,0.61157024,0.6280992,0.6446281,0.6487603,0.6694215,0.6859504,0.6983471,0.71487606,0.73140496,0.7231405,0.73140496,0.72727275,0.7231405,0.7355372,0.7355372,0.7231405,0.7066116,0.677686,0.6570248,0.6322314,0.59917355,0.59090906,0.61157024,0.61157024,0.56198347,0.5,0.4876033,0.5041322,0.5123967,0.5371901,0.5206612,0.47933885,0.46694216,0.45867768,0.44214877,0.4338843,0.4338843,0.4338843,0.41735536,0.41322315,0.38842976,0.3677686,0.40495867,0.446281,0.4752066,0.45867768,0.46694216,0.5165289,0.60330576,0.6363636,0.6859504,0.6694215,0.6404959,0.59917355,0.61157024,0.607438,0.5785124,0.56198347,0.5371901,0.5206612,0.5165289,0.5123967,0.5082645,0.49586776,0.59917355,0.6363636,0.6446281,0.6404959,0.661157,0.6694215,0.6859504,0.7066116,0.72727275,0.7231405,0.72727275,0.73140496,0.72727275,0.72727275,0.72727275,0.71900827,0.6859504,0.6404959,0.59090906,0.5165289,0.446281,0.42975205,0.43801653,0.43801653,0.4090909,0.3429752,0.3181818,0.37190083,0.3553719,0.3553719,0.38016528,0.38429752,0.35950413,0.3181818,0.3305785,0.33471075,0.3305785,0.3264463,0.29338843,0.29338843,0.28512397,0.28099173,0.30991736,0.34710744,0.37190083,0.35123968,0.33471075,0.4214876,0.553719,0.6280992,0.661157,0.6528926,0.6322314,0.58264464,0.59090906,0.58677685,0.5785124,0.5495868,0.5413223,0.5289256,0.5206612,0.5041322,0.5,0.48347107,0.56198347,0.6280992,0.6322314,0.6322314,0.6446281,0.6528926,0.6694215,0.70247936,0.71900827,0.7231405,0.71900827,0.72727275,0.72727275,0.71487606,0.7066116,0.71487606,0.677686,0.6198347,0.5371901,0.43801653,0.37603307,0.35950413,0.29752067,0.28512397,0.30578512,0.26859504,0.30165288,0.3429752,0.32231405,0.3264463,0.3429752,0.35123968,0.3305785,0.28099173,0.3181818,0.35123968,0.34710744,0.36363637,0.35950413,0.35950413,0.38429752,0.38842976,0.40082645,0.4090909,0.41735536,0.4090909,0.41322315,0.45867768,0.57024795,0.6322314,0.6528926,0.6404959,0.6198347,0.57438016,0.58677685,0.57438016,0.5661157,0.5495868,0.5371901,0.5371901,0.5165289,0.5123967,0.5041322,0.4752066,0.5371901,0.60330576,0.62396693,0.6280992,0.6322314,0.6528926,0.6694215,0.6942149,0.70247936,0.71900827,0.71900827,0.72727275,0.73140496,0.7107438,0.7066116,0.7107438,0.6818182,0.6446281,0.607438,0.57438016,0.607438,0.62396693,0.5661157,0.5495868,0.5661157,0.59090906,0.607438,0.61570245,0.61570245,0.60330576,0.58677685,0.57024795,0.553719,0.5495868,0.5661157,0.5785124,0.55785125,0.5785124,0.58677685,0.5785124,0.58264464,0.56198347,0.55785125,0.5371901,0.5289256,0.5413223,0.57024795,0.59090906,0.6280992,0.6528926,0.6652893,0.6404959,0.59504133,0.57024795,0.59090906,0.5661157,0.53305787,0.53305787,0.5371901,0.5206612,0.5082645,0.5082645,0.49586776,0.43801653,0.5082645,0.5661157,0.61570245,0.61570245,0.6363636,0.6446281,0.6652893,0.6694215,0.6859504,0.70247936,0.71487606,0.73140496,0.7355372,0.7231405,0.71487606,0.7107438,0.6983471,0.6818182,0.6818182,0.6942149,0.7355372,0.73966944,0.70247936,0.6818182,0.677686,0.69008267,0.69008267,0.69008267,0.71487606,0.74793386,0.75619835,0.73966944,0.7066116,0.7107438,0.71900827,0.7066116,0.677686,0.677686,0.661157,0.6404959,0.6280992,0.60330576,0.59504133,0.59090906,0.59090906,0.60330576,0.6363636,0.6652893,0.6735537,0.661157,0.6652893,0.6363636,0.59090906,0.57024795,0.59090906,0.553719,0.5413223,0.5206612,0.5371901,0.5041322,0.5041322,0.49586776,0.49173555,0.3966942,0.5041322,0.5413223,0.60330576,0.60330576,0.6363636,0.6322314,0.6487603,0.6487603,0.6735537,0.69008267,0.6983471,0.7231405,0.73140496,0.72727275,0.71487606,0.6942149,0.7107438,0.7107438,0.7231405,0.74793386,0.78099173,0.76859504,0.7355372,0.6983471,0.6570248,0.6404959,0.6487603,0.6487603,0.6487603,0.6859504,0.73140496,0.73140496,0.69008267,0.6859504,0.69008267,0.6694215,0.6446281,0.6322314,0.60330576,0.58677685,0.58677685,0.57438016,0.59090906,0.607438,0.61157024,0.6280992,0.6528926,0.6859504,0.6942149,0.6818182,0.6694215,0.62396693,0.58677685,0.5785124,0.55785125,0.5413223,0.5495868,0.5247934,0.5289256,0.5041322,0.5206612,0.46694216,0.45041323,0.36363637,0.49586776,0.56198347,0.58677685,0.59090906,0.6280992,0.6322314,0.6404959,0.6446281,0.6652893,0.677686,0.6818182,0.70247936,0.7066116,0.72727275,0.7107438,0.6859504,0.7107438,0.72727275,0.73966944,0.76859504,0.78099173,0.78099173,0.75206614,0.73140496,0.70247936,0.6694215,0.6446281,0.62396693,0.61570245,0.59504133,0.5785124,0.57438016,0.57438016,0.58264464,0.5785124,0.5661157,0.54545456,0.54545456,0.5371901,0.5413223,0.553719,0.57024795,0.59917355,0.61570245,0.6280992,0.6363636,0.661157,0.6859504,0.69008267,0.6735537,0.6487603,0.607438,0.57438016,0.56198347,0.5495868,0.5413223,0.53305787,0.5206612,0.5165289,0.5082645,0.49586776,0.46280992,0.38842976,0.34710744,0.4876033,0.5785124,0.62396693,0.57438016,0.59917355,0.6280992,0.6322314,0.6487603,0.6570248,0.6652893,0.6735537,0.6859504,0.69008267,0.7066116,0.7107438,0.69008267,0.7107438,0.73140496,0.75619835,0.77272725,0.77272725,0.7644628,0.75206614,0.72727275,0.70247936,0.6859504,0.6652893,0.6280992,0.58677685,0.5371901,0.5082645,0.49173555,0.48347107,0.47933885,0.4752066,0.47107437,0.4752066,0.49173555,0.5082645,0.5289256,0.553719,0.57438016,0.607438,0.62396693,0.6363636,0.6404959,0.661157,0.6694215,0.6652893,0.661157,0.6198347,0.57438016,0.5495868,0.5413223,0.53305787,0.5371901,0.5123967,0.5247934,0.49173555,0.5,0.4876033,0.42561984,0.33471075,0.36363637,0.4876033,0.57438016,0.6983471,0.57024795,0.5661157,0.607438,0.6198347,0.6363636,0.6363636,0.6528926,0.6652893,0.6735537,0.6818182,0.69008267,0.6942149,0.6859504,0.7066116,0.71487606,0.7355372,0.7644628,0.7644628,0.75619835,0.74380165,0.7231405,0.71487606,0.6942149,0.677686,0.6528926,0.61570245,0.5661157,0.5206612,0.48347107,0.46280992,0.45041323,0.43801653,0.45454547,0.47933885,0.49586776,0.5165289,0.54545456,0.57438016,0.59917355,0.62396693,0.6363636,0.6404959,0.6446281,0.6404959,0.6404959,0.6404959,0.6198347,0.60330576,0.5785124,0.5371901,0.54545456,0.5289256,0.5289256,0.5165289,0.5123967,0.4752066,0.49173555,0.45041323,0.37603307,0.3429752,0.35123968,0.49586776,0.5661157,0.7231405,0.6487603,0.54545456,0.57024795,0.607438,0.61570245,0.62396693,0.6363636,0.6528926,0.6652893,0.6694215,0.6818182,0.6818182,0.6859504,0.6983471,0.70247936,0.7107438,0.72727275,0.73140496,0.74380165,0.7231405,0.72727275,0.71487606,0.70247936,0.69008267,0.6859504,0.6528926,0.61157024,0.59090906,0.56198347,0.5413223,0.5289256,0.5165289,0.5165289,0.53305787,0.54545456,0.56198347,0.5785124,0.59917355,0.6198347,0.6322314,0.6280992,0.6280992,0.6322314,0.62396693,0.62396693,0.61570245,0.59917355,0.58264464,0.5413223,0.5495868,0.5371901,0.53305787,0.5247934,0.5082645,0.5041322,0.47933885,0.46694216,0.40495867,0.3429752,0.3553719,0.36363637,0.4876033,0.56198347,0.7066116,0.71900827,0.60330576,0.5371901,0.57438016,0.59090906,0.6198347,0.61570245,0.6446281,0.6404959,0.661157,0.661157,0.6735537,0.677686,0.6694215,0.6859504,0.6942149,0.71900827,0.71900827,0.7231405,0.7066116,0.7107438,0.7107438,0.70247936,0.70247936,0.69008267,0.6694215,0.6570248,0.6446281,0.6446281,0.6446281,0.6404959,0.6322314,0.6198347,0.61157024,0.61157024,0.61570245,0.62396693,0.6322314,0.6322314,0.6363636,0.6280992,0.61570245,0.61570245,0.61570245,0.6198347,0.59090906,0.57024795,0.553719,0.53305787,0.5371901,0.5371901,0.5123967,0.5123967,0.5,0.49173555,0.4752066,0.4338843,0.3429752,0.34710744,0.36363637,0.35950413,0.4876033,0.5495868,0.6942149,0.7231405,0.6942149,0.55785125,0.5371901,0.5661157,0.61157024,0.607438,0.6322314,0.6198347,0.6446281,0.6487603,0.6652893,0.6694215,0.677686,0.6694215,0.6735537,0.69008267,0.70247936,0.71487606,0.71900827,0.7107438,0.71487606,0.71900827,0.71900827,0.71487606,0.7107438,0.7231405,0.7231405,0.73966944,0.76033056,0.75619835,0.74380165,0.7355372,0.71900827,0.7107438,0.6983471,0.69008267,0.6818182,0.6735537,0.6570248,0.6446281,0.6322314,0.62396693,0.61570245,0.59917355,0.58264464,0.55785125,0.54545456,0.5165289,0.53305787,0.5206612,0.5123967,0.49173555,0.49586776,0.46280992,0.46694216,0.41735536,0.35123968,0.338843,0.36363637,0.34710744,0.49586776,0.59504133,0.6859504,0.71487606,0.72727275,0.6404959,0.5495868,0.5371901,0.5785124,0.59090906,0.607438,0.6198347,0.6198347,0.6363636,0.6487603,0.6487603,0.6694215,0.6735537,0.6570248,0.6859504,0.6818182,0.7107438,0.7107438,0.7355372,0.72727275,0.73140496,0.73966944,0.7644628,0.7768595,0.79752064,0.8057851,0.8057851,0.8057851,0.79752064,0.7768595,0.78512394,0.77272725,0.7768595,0.7644628,0.75206614,0.74380165,0.72727275,0.6983471,0.661157,0.6487603,0.6363636,0.61157024,0.58677685,0.5661157,0.553719,0.5289256,0.5123967,0.5247934,0.5082645,0.49586776,0.47933885,0.47107437,0.44214877,0.49586776,0.40495867,0.34710744,0.338843,0.3553719,0.3553719,0.54545456,0.7355372,0.6983471,0.7107438,0.73140496,0.6942149,0.60330576,0.5289256,0.5413223,0.5661157,0.58677685,0.60330576,0.59917355,0.61570245,0.6363636,0.6446281,0.6487603,0.6735537,0.6528926,0.6735537,0.69008267,0.6983471,0.7066116,0.73140496,0.74793386,0.7644628,0.7768595,0.7892562,0.80991733,0.8140496,0.80991733,0.80991733,0.8057851,0.7933884,0.7768595,0.78099173,0.78512394,0.78512394,0.77272725,0.76859504,0.76859504,0.75206614,0.71487606,0.6652893,0.6487603,0.6322314,0.59917355,0.57438016,0.553719,0.54545456,0.5247934,0.5082645,0.5041322,0.49586776,0.47933885,0.47107437,0.45867768,0.46280992,0.5041322,0.3966942,0.3264463,0.3429752,0.35123968,0.35123968,0.69008267,0.87603307,0.7107438,0.70247936,0.7355372,0.71487606,0.6487603,0.55785125,0.5247934,0.5413223,0.5661157,0.57438016,0.58677685,0.59090906,0.6198347,0.6280992,0.6446281,0.661157,0.6404959,0.6570248,0.6694215,0.69008267,0.6942149,0.7107438,0.74793386,0.76859504,0.78512394,0.7892562,0.8016529,0.8057851,0.8140496,0.8016529,0.8016529,0.79752064,0.7768595,0.78099173,0.78512394,0.77272725,0.76033056,0.75619835,0.74380165,0.72727275,0.70247936,0.6652893,0.6446281,0.60330576,0.5785124,0.5661157,0.54545456,0.53305787,0.5082645,0.49586776,0.4876033,0.4752066,0.47107437,0.45867768,0.46280992,0.49173555,0.5082645,0.38016528,0.3264463,0.34710744,0.34710744,0.35123968,0.8471074,0.90495867,0.71487606,0.6942149,0.73140496,0.7231405,0.6735537,0.607438,0.5289256,0.5123967,0.5495868,0.553719,0.55785125,0.58264464,0.59917355,0.61157024,0.607438,0.6446281,0.6280992,0.661157,0.6694215,0.6694215,0.6942149,0.677686,0.7107438,0.74793386,0.75206614,0.76859504,0.78099173,0.77272725,0.7892562,0.78099173,0.7768595,0.76859504,0.75619835,0.7644628,0.7644628,0.74380165,0.74380165,0.73140496,0.7066116,0.6859504,0.6694215,0.6322314,0.607438,0.5785124,0.57024795,0.5661157,0.5413223,0.5165289,0.5,0.48347107,0.4752066,0.46280992,0.446281,0.45454547,0.4876033,0.5082645,0.5082645,0.39256197,0.33471075,0.33471075,0.35123968,0.35123968,0.93801653,0.87603307,0.7107438,0.70247936,0.73140496,0.72727275,0.6983471,0.6404959,0.5661157,0.49586776,0.5247934,0.553719,0.553719,0.56198347,0.57024795,0.59504133,0.60330576,0.58264464,0.6363636,0.6404959,0.6446281,0.6487603,0.677686,0.6859504,0.69008267,0.7355372,0.7107438,0.7355372,0.75206614,0.74793386,0.74380165,0.73966944,0.72727275,0.73140496,0.71900827,0.7231405,0.73140496,0.71487606,0.7066116,0.6942149,0.6652893,0.661157,0.6363636,0.59090906,0.5661157,0.553719,0.553719,0.5413223,0.5123967,0.5,0.4752066,0.47107437,0.46280992,0.45041323,0.45041323,0.4752066,0.49173555,0.5,0.5123967,0.41735536,0.34710744,0.33471075,0.34710744,0.35123968,0.95454544,0.8429752,0.7107438,0.7066116,0.73140496,0.73140496,0.7107438,0.6735537,0.61570245,0.53305787,0.48347107,0.5413223,0.55785125,0.5413223,0.553719,0.5413223,0.57438016,0.5785124,0.58677685,0.59504133,0.6198347,0.6487603,0.6404959,0.6652893,0.6818182,0.6942149,0.6818182,0.69008267,0.70247936,0.71900827,0.6983471,0.6942149,0.6818182,0.6818182,0.6694215,0.6735537,0.677686,0.6652893,0.6652893,0.6528926,0.6280992,0.61570245,0.58264464,0.5413223,0.5413223,0.5371901,0.5123967,0.49586776,0.4876033,0.4752066,0.46280992,0.45454547,0.446281,0.43801653,0.47107437,0.4876033,0.5041322,0.4876033,0.5289256,0.5041322,0.34710744,0.3181818,0.34710744,0.3429752,0.94214875,0.822314,0.7107438,0.71487606,0.73140496,0.73140496,0.72727275,0.6983471,0.6404959,0.59090906,0.5041322,0.5082645,0.53305787,0.5413223,0.54545456,0.5289256,0.5289256,0.54545456,0.57024795,0.5661157,0.59917355,0.6322314,0.6280992,0.62396693,0.6404959,0.661157,0.6322314,0.6694215,0.6570248,0.6694215,0.6694215,0.6404959,0.6363636,0.6198347,0.62396693,0.6280992,0.61570245,0.607438,0.61157024,0.59917355,0.58264464,0.57438016,0.5371901,0.5165289,0.5082645,0.5123967,0.49586776,0.4876033,0.47107437,0.46694216,0.45454547,0.446281,0.446281,0.46694216,0.48347107,0.49586776,0.5206612,0.49173555,0.5289256,0.59090906,0.40082645,0.29752067,0.3429752,0.338843,0.93801653,0.8140496,0.71487606,0.7231405,0.72727275,0.7355372,0.7355372,0.7231405,0.6694215,0.6198347,0.56198347,0.5165289,0.5041322,0.5206612,0.54545456,0.5371901,0.53305787,0.5371901,0.5371901,0.5413223,0.553719,0.57024795,0.58677685,0.61570245,0.59917355,0.6198347,0.60330576,0.607438,0.61157024,0.62396693,0.61570245,0.59504133,0.59917355,0.57024795,0.5785124,0.57438016,0.56198347,0.56198347,0.5661157,0.54545456,0.54545456,0.53305787,0.5,0.49586776,0.47933885,0.49586776,0.46694216,0.47933885,0.45867768,0.446281,0.45454547,0.45041323,0.46280992,0.48347107,0.49173555,0.5041322,0.5206612,0.5123967,0.47933885,0.59090906,0.53305787,0.32231405,0.3181818,0.3429752,0.93801653,0.8140496,0.7231405,0.7355372,0.72727275,0.73966944,0.7355372,0.73140496,0.7066116,0.6528926,0.607438,0.5413223,0.49173555,0.5165289,0.53305787,0.5289256,0.5371901,0.53305787,0.5247934,0.5289256,0.5289256,0.53305787,0.5495868,0.5661157,0.57024795,0.57024795,0.56198347,0.56198347,0.56198347,0.55785125,0.553719,0.54545456,0.5495868,0.5247934,0.5247934,0.5289256,0.5247934,0.5123967,0.5165289,0.49586776,0.5041322,0.48347107,0.47933885,0.4752066,0.46280992,0.47107437,0.45041323,0.45867768,0.44214877,0.45867768,0.45867768,0.45454547,0.47933885,0.5041322,0.5,0.5123967,0.5165289,0.53305787,0.45454547,0.5123967,0.6528926,0.4090909,0.28512397,0.33471075,0.93801653,0.8429752,0.73140496,0.73966944,0.7355372,0.73966944,0.73966944,0.73140496,0.71900827,0.6818182,0.6446281,0.58677685,0.5247934,0.5206612,0.5165289,0.5082645,0.5413223,0.53305787,0.54545456,0.5247934,0.5206612,0.5247934,0.5123967,0.5247934,0.53305787,0.53305787,0.5247934,0.5206612,0.5206612,0.5165289,0.5041322,0.49586776,0.5,0.4876033,0.49586776,0.47933885,0.5082645,0.47107437,0.48347107,0.47933885,0.46280992,0.46280992,0.45867768,0.44214877,0.45041323,0.45041323,0.45041323,0.45454547,0.45867768,0.45454547,0.46694216,0.4752066,0.4876033,0.5206612,0.5247934,0.5247934,0.5247934,0.53305787,0.42975205,0.42561984,0.70247936,0.553719,0.30991736,0.30991736,5 +0.6363636,0.677686,0.6694215,0.661157,0.6528926,0.6942149,0.72727275,0.76033056,0.7892562,0.80991733,0.8140496,0.8305785,0.8429752,0.8429752,0.8471074,0.8595041,0.8801653,0.87603307,0.88429755,0.892562,0.892562,0.8801653,0.88842976,0.88429755,0.892562,0.89669424,0.88842976,0.8719008,0.8677686,0.8677686,0.8677686,0.8677686,0.8719008,0.8719008,0.8719008,0.87603307,0.8801653,0.8801653,0.8677686,0.8719008,0.87603307,0.8801653,0.87603307,0.87603307,0.8719008,0.8677686,0.8677686,0.8595041,0.8512397,0.838843,0.838843,0.8471074,0.8347107,0.822314,0.7933884,0.7933884,0.7892562,0.76033056,0.71900827,0.7107438,0.6859504,0.6983471,0.6983471,0.62396693,0.6322314,0.6694215,0.661157,0.6652893,0.661157,0.7066116,0.7231405,0.75206614,0.78512394,0.8057851,0.8140496,0.8347107,0.838843,0.8429752,0.8471074,0.8553719,0.87603307,0.88429755,0.88842976,0.89669424,0.89669424,0.89669424,0.892562,0.88842976,0.89669424,0.89669424,0.88842976,0.88842976,0.88429755,0.8719008,0.8677686,0.8636364,0.8719008,0.8719008,0.8719008,0.87603307,0.88429755,0.8801653,0.8801653,0.88429755,0.87603307,0.88429755,0.88429755,0.88842976,0.88429755,0.8801653,0.8677686,0.8636364,0.8512397,0.8553719,0.8553719,0.8471074,0.8429752,0.8347107,0.8016529,0.7892562,0.7933884,0.77272725,0.73140496,0.6942149,0.70247936,0.6859504,0.6859504,0.6652893,0.6487603,0.6694215,0.6570248,0.661157,0.6652893,0.70247936,0.7231405,0.75206614,0.78512394,0.8016529,0.8140496,0.8347107,0.838843,0.838843,0.8471074,0.8595041,0.8719008,0.88842976,0.892562,0.89669424,0.90082645,0.90082645,0.90495867,0.89669424,0.89669424,0.89669424,0.89669424,0.892562,0.88842976,0.88842976,0.8801653,0.8719008,0.8677686,0.8719008,0.87603307,0.8801653,0.88842976,0.892562,0.88842976,0.892562,0.8801653,0.88842976,0.892562,0.892562,0.88842976,0.88429755,0.8719008,0.8677686,0.8636364,0.8595041,0.8595041,0.8512397,0.8429752,0.838843,0.8181818,0.79752064,0.78512394,0.76859504,0.72727275,0.70247936,0.6983471,0.6859504,0.6652893,0.6859504,0.6322314,0.6528926,0.6694215,0.6404959,0.6652893,0.70247936,0.7231405,0.74793386,0.78512394,0.79752064,0.8140496,0.8305785,0.838843,0.838843,0.8471074,0.8636364,0.8719008,0.88429755,0.88842976,0.89669424,0.89669424,0.90082645,0.90495867,0.90082645,0.90909094,0.90082645,0.90082645,0.89669424,0.89669424,0.89669424,0.892562,0.88842976,0.8801653,0.8801653,0.88429755,0.88429755,0.88842976,0.892562,0.892562,0.89669424,0.88842976,0.88842976,0.88842976,0.892562,0.892562,0.88429755,0.87603307,0.87603307,0.87603307,0.8636364,0.8677686,0.8595041,0.8512397,0.838843,0.822314,0.79752064,0.7768595,0.76033056,0.7231405,0.71487606,0.6859504,0.6859504,0.6652893,0.677686,0.6198347,0.6446281,0.677686,0.6487603,0.6570248,0.7066116,0.7231405,0.75619835,0.76859504,0.79752064,0.80991733,0.8264463,0.8305785,0.838843,0.8429752,0.8553719,0.8677686,0.87603307,0.88429755,0.90082645,0.89669424,0.90082645,0.90495867,0.89669424,0.90495867,0.90082645,0.90082645,0.89669424,0.90082645,0.90082645,0.892562,0.89669424,0.892562,0.88842976,0.88429755,0.88429755,0.892562,0.88842976,0.892562,0.89669424,0.89669424,0.892562,0.88842976,0.89669424,0.89669424,0.88842976,0.87603307,0.87603307,0.88429755,0.8719008,0.8719008,0.8677686,0.8553719,0.838843,0.8264463,0.8057851,0.77272725,0.75619835,0.7355372,0.71900827,0.6983471,0.6859504,0.677686,0.6694215,0.6280992,0.6363636,0.677686,0.6652893,0.6652893,0.6983471,0.72727275,0.75206614,0.7644628,0.7892562,0.79752064,0.8140496,0.8264463,0.8305785,0.838843,0.8471074,0.8553719,0.8677686,0.8801653,0.89669424,0.90495867,0.90082645,0.90082645,0.89669424,0.89669424,0.90495867,0.89669424,0.90082645,0.90082645,0.90082645,0.89669424,0.89669424,0.89669424,0.892562,0.88842976,0.88842976,0.892562,0.89669424,0.89669424,0.89669424,0.89669424,0.89669424,0.892562,0.89669424,0.892562,0.88429755,0.8801653,0.87603307,0.87603307,0.87603307,0.8719008,0.8595041,0.8471074,0.8347107,0.822314,0.8057851,0.7768595,0.75619835,0.7231405,0.70247936,0.70247936,0.69008267,0.6818182,0.6694215,0.6363636,0.6404959,0.6694215,0.6652893,0.6818182,0.69008267,0.73966944,0.75206614,0.76859504,0.78099173,0.76033056,0.77272725,0.8140496,0.8264463,0.8305785,0.8305785,0.8305785,0.8429752,0.8636364,0.8801653,0.892562,0.892562,0.892562,0.892562,0.88429755,0.90082645,0.892562,0.89669424,0.90082645,0.90082645,0.89669424,0.89669424,0.892562,0.88842976,0.88842976,0.88842976,0.892562,0.89669424,0.89669424,0.88842976,0.88842976,0.892562,0.892562,0.892562,0.8801653,0.8719008,0.87603307,0.87603307,0.8677686,0.8677686,0.8595041,0.8471074,0.8140496,0.8181818,0.822314,0.79752064,0.78099173,0.76033056,0.73140496,0.70247936,0.6983471,0.69008267,0.677686,0.661157,0.6404959,0.6446281,0.661157,0.6735537,0.677686,0.6942149,0.74793386,0.74793386,0.75619835,0.72727275,0.69008267,0.7231405,0.76033056,0.78512394,0.79752064,0.79752064,0.8057851,0.8181818,0.8264463,0.8471074,0.8553719,0.8801653,0.88429755,0.8801653,0.87603307,0.8801653,0.88842976,0.892562,0.89669424,0.90082645,0.89669424,0.892562,0.88842976,0.88429755,0.88842976,0.88842976,0.88842976,0.88429755,0.8801653,0.8801653,0.87603307,0.8801653,0.87603307,0.8719008,0.8595041,0.8719008,0.838843,0.8636364,0.8512397,0.8429752,0.8305785,0.8181818,0.75206614,0.75619835,0.8016529,0.8016529,0.78099173,0.7644628,0.7355372,0.7066116,0.6942149,0.6942149,0.6818182,0.6570248,0.6363636,0.6446281,0.6570248,0.6694215,0.6735537,0.7107438,0.72727275,0.7355372,0.70247936,0.6487603,0.6322314,0.6570248,0.6983471,0.70247936,0.661157,0.677686,0.70247936,0.71900827,0.76033056,0.79752064,0.8140496,0.8264463,0.8429752,0.8595041,0.8512397,0.8677686,0.87603307,0.87603307,0.88429755,0.88429755,0.88429755,0.88429755,0.8719008,0.8719008,0.8801653,0.8801653,0.8719008,0.8719008,0.8553719,0.8512397,0.8512397,0.8471074,0.838843,0.8016529,0.77272725,0.78512394,0.76859504,0.7768595,0.78512394,0.75206614,0.75206614,0.71900827,0.6942149,0.6735537,0.6942149,0.76033056,0.7644628,0.76033056,0.7355372,0.7107438,0.6942149,0.6942149,0.6859504,0.6528926,0.6363636,0.6446281,0.6487603,0.661157,0.661157,0.6570248,0.61570245,0.61157024,0.5785124,0.5289256,0.5206612,0.5495868,0.553719,0.5495868,0.53305787,0.5371901,0.57024795,0.58264464,0.58677685,0.6363636,0.6735537,0.73140496,0.78512394,0.79752064,0.8140496,0.838843,0.8553719,0.8595041,0.8719008,0.8719008,0.8677686,0.87603307,0.8595041,0.8553719,0.8553719,0.8471074,0.8347107,0.838843,0.822314,0.79752064,0.78099173,0.75206614,0.73966944,0.661157,0.6446281,0.6570248,0.6487603,0.58677685,0.58264464,0.54545456,0.5371901,0.5082645,0.5371901,0.59504133,0.607438,0.6322314,0.6694215,0.70247936,0.7231405,0.6983471,0.677686,0.69008267,0.6818182,0.6570248,0.6404959,0.6322314,0.6446281,0.6446281,0.61570245,0.6487603,0.58677685,0.74793386,0.71900827,0.7107438,0.75619835,0.7933884,0.6942149,0.6280992,0.56198347,0.5123967,0.46694216,0.46280992,0.48347107,0.5041322,0.5041322,0.553719,0.6363636,0.6983471,0.73966944,0.7644628,0.8305785,0.838843,0.8512397,0.8553719,0.8553719,0.8553719,0.8553719,0.838843,0.8305785,0.80991733,0.7892562,0.78512394,0.74380165,0.6528926,0.59090906,0.607438,0.57024795,0.4876033,0.5206612,0.5495868,0.58677685,0.60330576,0.6322314,0.59504133,0.71900827,0.77272725,0.7892562,0.8016529,0.78099173,0.6570248,0.60330576,0.60330576,0.6735537,0.661157,0.6570248,0.677686,0.677686,0.6652893,0.6446281,0.6363636,0.6404959,0.6322314,0.60330576,0.62396693,0.58264464,0.6528926,0.6446281,0.6404959,0.6404959,0.661157,0.6363636,0.6198347,0.59917355,0.61157024,0.58264464,0.5371901,0.5206612,0.5165289,0.4752066,0.446281,0.57438016,0.6363636,0.6818182,0.70247936,0.75619835,0.8305785,0.838843,0.8471074,0.8512397,0.8429752,0.8471074,0.8264463,0.8140496,0.8016529,0.77272725,0.73140496,0.6694215,0.6694215,0.6942149,0.7768595,0.73966944,0.5413223,0.5371901,0.54545456,0.55785125,0.60330576,0.6487603,0.55785125,0.8719008,0.9214876,0.87603307,0.78099173,0.6652893,0.69008267,0.6528926,0.6198347,0.6198347,0.58264464,0.61157024,0.6694215,0.6818182,0.6735537,0.6487603,0.6404959,0.6363636,0.62396693,0.58677685,0.57438016,0.6322314,0.57438016,0.56198347,0.59917355,0.61157024,0.58677685,0.56198347,0.5661157,0.53305787,0.5206612,0.5082645,0.49173555,0.5165289,0.58677685,0.6942149,0.7933884,0.8719008,0.87603307,0.80991733,0.75206614,0.6859504,0.7892562,0.838843,0.8512397,0.8512397,0.8471074,0.838843,0.8264463,0.8140496,0.7933884,0.74793386,0.6528926,0.58677685,0.607438,0.59504133,0.5495868,0.55785125,0.5123967,0.45867768,0.42975205,0.47107437,0.5,0.5165289,0.4752066,0.6404959,0.8347107,0.71900827,0.6198347,0.57438016,0.607438,0.6570248,0.6570248,0.61570245,0.59090906,0.59504133,0.6487603,0.69008267,0.6859504,0.6404959,0.6363636,0.6404959,0.61157024,0.57024795,0.56198347,0.6322314,0.58677685,0.57024795,0.62396693,0.6570248,0.6983471,0.6818182,0.6942149,0.70247936,0.6487603,0.62396693,0.5785124,0.5495868,0.5495868,0.6322314,0.80991733,0.8677686,0.8429752,0.73140496,0.6942149,0.6570248,0.71900827,0.8264463,0.8636364,0.8595041,0.8595041,0.8429752,0.8429752,0.8264463,0.76033056,0.6652893,0.6280992,0.59090906,0.58677685,0.58677685,0.57438016,0.60330576,0.61570245,0.58264464,0.60330576,0.6280992,0.661157,0.6735537,0.661157,0.6487603,0.6818182,0.6859504,0.677686,0.6404959,0.60330576,0.6446281,0.6694215,0.6528926,0.6322314,0.6404959,0.6322314,0.6859504,0.6983471,0.6198347,0.6198347,0.6322314,0.6198347,0.59090906,0.59504133,0.6198347,0.61570245,0.59090906,0.58677685,0.61570245,0.6198347,0.607438,0.5785124,0.6487603,0.6322314,0.6363636,0.61570245,0.57024795,0.53305787,0.5123967,0.59917355,0.6652893,0.6735537,0.661157,0.6280992,0.62396693,0.62396693,0.7933884,0.8636364,0.8719008,0.8719008,0.8553719,0.8553719,0.8347107,0.6983471,0.59504133,0.69008267,0.6528926,0.6322314,0.6198347,0.58264464,0.5413223,0.553719,0.5289256,0.5165289,0.54545456,0.61570245,0.6446281,0.6280992,0.6363636,0.6280992,0.6404959,0.6735537,0.6528926,0.61157024,0.607438,0.6404959,0.6652893,0.6652893,0.6818182,0.6570248,0.6694215,0.6818182,0.59090906,0.61157024,0.6280992,0.6280992,0.61570245,0.62396693,0.62396693,0.59090906,0.54545456,0.48347107,0.44214877,0.5123967,0.5371901,0.5247934,0.58264464,0.57438016,0.607438,0.58677685,0.5495868,0.54545456,0.55785125,0.5413223,0.55785125,0.58264464,0.61570245,0.62396693,0.61157024,0.59917355,0.8347107,0.89669424,0.8719008,0.8347107,0.8264463,0.8016529,0.76859504,0.7892562,0.6487603,0.6983471,0.661157,0.6363636,0.59504133,0.53305787,0.5206612,0.5371901,0.5206612,0.46694216,0.4090909,0.55785125,0.553719,0.5785124,0.58264464,0.57438016,0.58264464,0.62396693,0.59504133,0.53305787,0.57024795,0.61157024,0.6694215,0.6859504,0.6859504,0.6487603,0.6694215,0.6652893,0.6404959,0.71900827,0.6570248,0.61157024,0.61157024,0.6198347,0.59504133,0.56198347,0.4752066,0.45867768,0.47107437,0.45867768,0.49586776,0.44214877,0.4090909,0.3429752,0.3966942,0.4214876,0.47933885,0.60330576,0.61157024,0.5785124,0.5661157,0.553719,0.55785125,0.59090906,0.58677685,0.5247934,0.73140496,0.91322315,0.8140496,0.7066116,0.677686,0.6363636,0.61570245,0.7644628,0.6942149,0.6818182,0.6694215,0.6487603,0.607438,0.57024795,0.5661157,0.553719,0.5,0.41735536,0.23553719,0.41735536,0.3677686,0.47107437,0.5123967,0.5206612,0.54545456,0.61157024,0.607438,0.5206612,0.5247934,0.59504133,0.6570248,0.6859504,0.6528926,0.5785124,0.72727275,0.78099173,0.6570248,0.78099173,0.6735537,0.6280992,0.607438,0.59090906,0.58264464,0.56198347,0.49586776,0.4214876,0.46694216,0.4876033,0.5785124,0.5041322,0.5041322,0.38429752,0.338843,0.446281,0.607438,0.71487606,0.6570248,0.59504133,0.5495868,0.57024795,0.57438016,0.5661157,0.5785124,0.5206612,0.53305787,0.6735537,0.7107438,0.7107438,0.71487606,0.6983471,0.6322314,0.59090906,0.6818182,0.7107438,0.661157,0.6818182,0.6280992,0.53305787,0.5785124,0.6859504,0.6528926,0.553719,0.41322315,0.37603307,0.44214877,0.5247934,0.607438,0.55785125,0.5082645,0.56198347,0.58677685,0.5785124,0.5247934,0.58264464,0.6280992,0.6322314,0.5082645,0.4090909,0.6487603,0.6198347,0.59090906,0.62396693,0.661157,0.6735537,0.6570248,0.6322314,0.6322314,0.607438,0.57024795,0.5,0.54545456,0.6198347,0.6859504,0.6570248,0.62396693,0.57024795,0.53305787,0.61570245,0.7231405,0.77272725,0.71487606,0.6570248,0.59504133,0.62396693,0.6322314,0.59504133,0.6198347,0.59504133,0.60330576,0.73966944,0.8264463,0.8553719,0.8553719,0.8512397,0.76859504,0.56198347,0.6859504,0.7355372,0.70247936,0.74793386,0.71900827,0.6818182,0.6818182,0.74380165,0.7355372,0.6694215,0.6198347,0.607438,0.61570245,0.6487603,0.70247936,0.6446281,0.57438016,0.61570245,0.607438,0.62396693,0.59090906,0.607438,0.61570245,0.5371901,0.41735536,0.45867768,0.677686,0.6942149,0.6404959,0.60330576,0.6198347,0.6528926,0.70247936,0.7107438,0.7231405,0.70247936,0.6818182,0.62396693,0.57438016,0.61570245,0.7066116,0.74380165,0.72727275,0.71487606,0.7066116,0.73140496,0.77272725,0.78099173,0.74380165,0.72727275,0.72727275,0.72727275,0.69008267,0.6446281,0.6528926,0.60330576,0.6818182,0.822314,0.87603307,0.87603307,0.88429755,0.88429755,0.8553719,0.56198347,0.8181818,0.74793386,0.76859504,0.7933884,0.78512394,0.76859504,0.74793386,0.75206614,0.7644628,0.75206614,0.75206614,0.75206614,0.71900827,0.71900827,0.71900827,0.70247936,0.6446281,0.677686,0.69008267,0.69008267,0.6570248,0.61157024,0.58264464,0.47107437,0.4876033,0.607438,0.6942149,0.71900827,0.6735537,0.6404959,0.6280992,0.62396693,0.70247936,0.74793386,0.75619835,0.73966944,0.7231405,0.6942149,0.661157,0.661157,0.6735537,0.7107438,0.73140496,0.74380165,0.7644628,0.76033056,0.76859504,0.7768595,0.7644628,0.76859504,0.7768595,0.77272725,0.75619835,0.6735537,0.6528926,0.6280992,0.7231405,0.8429752,0.8801653,0.87603307,0.87603307,0.8719008,0.8801653,0.59917355,0.76859504,0.7355372,0.79752064,0.7892562,0.75619835,0.7355372,0.7107438,0.70247936,0.6942149,0.6859504,0.6942149,0.6983471,0.6859504,0.6942149,0.69008267,0.7066116,0.70247936,0.71487606,0.7355372,0.7355372,0.70247936,0.59504133,0.5165289,0.5123967,0.59917355,0.6942149,0.677686,0.71487606,0.6859504,0.6652893,0.6570248,0.6322314,0.69008267,0.7644628,0.7892562,0.7768595,0.75206614,0.7107438,0.70247936,0.7107438,0.6942149,0.69008267,0.7066116,0.7066116,0.71900827,0.71900827,0.71487606,0.73966944,0.7644628,0.7768595,0.75619835,0.74793386,0.7644628,0.661157,0.6487603,0.6694215,0.73966944,0.8471074,0.88842976,0.87603307,0.8801653,0.8636364,0.8553719,0.71900827,0.59090906,0.6198347,0.838843,0.8057851,0.7933884,0.77272725,0.74793386,0.72727275,0.7107438,0.6983471,0.70247936,0.7107438,0.6983471,0.7066116,0.6942149,0.6983471,0.71487606,0.73966944,0.75619835,0.76033056,0.7355372,0.6404959,0.5661157,0.61157024,0.6859504,0.7231405,0.6570248,0.71900827,0.677686,0.6735537,0.677686,0.6528926,0.6818182,0.75619835,0.79752064,0.79752064,0.78099173,0.75206614,0.7355372,0.73140496,0.7107438,0.6983471,0.7066116,0.69008267,0.7107438,0.73140496,0.74793386,0.7768595,0.8016529,0.8016529,0.7768595,0.72727275,0.76033056,0.76033056,0.6198347,0.6322314,0.7355372,0.8471074,0.89669424,0.87603307,0.8719008,0.8636364,0.8719008,0.7644628,0.59504133,0.3966942,0.8553719,0.7892562,0.8057851,0.8181818,0.79752064,0.7933884,0.7768595,0.75206614,0.7355372,0.7355372,0.73140496,0.73966944,0.73966944,0.7355372,0.76033056,0.78099173,0.78512394,0.78099173,0.77272725,0.71487606,0.677686,0.71487606,0.72727275,0.7231405,0.6404959,0.71900827,0.6735537,0.6735537,0.69008267,0.6735537,0.677686,0.7355372,0.78099173,0.7933884,0.78099173,0.78099173,0.7768595,0.78099173,0.7933884,0.76859504,0.76859504,0.76033056,0.7768595,0.7768595,0.80991733,0.8140496,0.822314,0.8057851,0.7892562,0.6652893,0.61570245,0.7066116,0.6280992,0.6487603,0.7355372,0.8429752,0.90909094,0.88429755,0.8595041,0.8719008,0.8553719,0.75619835,0.71487606,0.37190083,0.71487606,0.78099173,0.8016529,0.8429752,0.8140496,0.822314,0.8181818,0.8140496,0.79752064,0.7892562,0.78512394,0.78512394,0.7892562,0.78099173,0.7933884,0.8016529,0.78099173,0.78512394,0.7933884,0.76033056,0.70247936,0.76033056,0.7644628,0.70247936,0.61157024,0.7355372,0.6694215,0.677686,0.661157,0.6942149,0.6735537,0.7066116,0.75619835,0.78099173,0.78512394,0.7892562,0.7933884,0.7933884,0.8181818,0.8140496,0.8057851,0.8057851,0.8140496,0.8140496,0.822314,0.8181818,0.8264463,0.8305785,0.80991733,0.71900827,0.6487603,0.6322314,0.6404959,0.6942149,0.73140496,0.822314,0.90082645,0.89669424,0.8595041,0.87603307,0.838843,0.76033056,0.74380165,0.6446281,0.5661157,0.7107438,0.8057851,0.8553719,0.8305785,0.8181818,0.822314,0.8305785,0.8264463,0.822314,0.822314,0.8140496,0.8140496,0.8057851,0.8057851,0.8016529,0.7933884,0.79752064,0.8016529,0.77272725,0.6859504,0.7644628,0.7933884,0.6322314,0.677686,0.7231405,0.6694215,0.6859504,0.6280992,0.7066116,0.6942149,0.6983471,0.73140496,0.76033056,0.7892562,0.8016529,0.8057851,0.80991733,0.80991733,0.822314,0.8181818,0.8140496,0.8181818,0.8305785,0.80991733,0.822314,0.8140496,0.8181818,0.80991733,0.7231405,0.6859504,0.677686,0.6818182,0.7066116,0.7355372,0.8140496,0.88429755,0.89669424,0.8719008,0.8595041,0.8347107,0.78099173,0.77272725,0.74793386,0.6983471,0.62396693,0.71900827,0.8471074,0.8429752,0.8181818,0.822314,0.8264463,0.8264463,0.822314,0.8305785,0.8264463,0.822314,0.8181818,0.7933884,0.79752064,0.7933884,0.8016529,0.7933884,0.7644628,0.6859504,0.75206614,0.77272725,0.60330576,0.7355372,0.7107438,0.6570248,0.677686,0.6528926,0.6942149,0.71900827,0.69008267,0.7066116,0.74793386,0.7933884,0.8181818,0.822314,0.8264463,0.822314,0.8264463,0.8181818,0.8181818,0.822314,0.8471074,0.8016529,0.8181818,0.80991733,0.79752064,0.74793386,0.6694215,0.69008267,0.7107438,0.7231405,0.7231405,0.75619835,0.8140496,0.87603307,0.88429755,0.8636364,0.8512397,0.838843,0.80991733,0.7933884,0.78099173,0.74793386,0.661157,0.6198347,0.76033056,0.8429752,0.8264463,0.8181818,0.822314,0.822314,0.8264463,0.822314,0.822314,0.822314,0.8264463,0.822314,0.8140496,0.8057851,0.7933884,0.7892562,0.74380165,0.6859504,0.77272725,0.661157,0.6983471,0.7355372,0.6942149,0.6446281,0.6570248,0.6942149,0.6859504,0.78099173,0.69008267,0.6983471,0.75206614,0.79752064,0.822314,0.8305785,0.8305785,0.8347107,0.822314,0.8264463,0.8264463,0.822314,0.8429752,0.8140496,0.8140496,0.79752064,0.75619835,0.6528926,0.6404959,0.6818182,0.73966944,0.72727275,0.74380165,0.7933884,0.822314,0.8512397,0.8677686,0.8636364,0.8512397,0.8471074,0.838843,0.79752064,0.77272725,0.75206614,0.73140496,0.6280992,0.62396693,0.78512394,0.8429752,0.8264463,0.8264463,0.8347107,0.8347107,0.8305785,0.8264463,0.822314,0.8305785,0.8347107,0.8305785,0.8140496,0.8016529,0.7933884,0.7355372,0.7231405,0.73966944,0.677686,0.7644628,0.71900827,0.6818182,0.6404959,0.6570248,0.6942149,0.70247936,0.7644628,0.677686,0.71487606,0.76859504,0.8057851,0.822314,0.8347107,0.8347107,0.8305785,0.8305785,0.8305785,0.8347107,0.822314,0.8305785,0.8264463,0.8057851,0.75619835,0.677686,0.6280992,0.6487603,0.6983471,0.7066116,0.71487606,0.7768595,0.8264463,0.838843,0.8429752,0.8553719,0.8595041,0.8471074,0.8512397,0.8512397,0.7892562,0.76033056,0.7231405,0.75206614,0.7107438,0.60330576,0.6570248,0.77272725,0.8471074,0.8264463,0.8264463,0.8305785,0.822314,0.8264463,0.8347107,0.8347107,0.8347107,0.8305785,0.8181818,0.8016529,0.7768595,0.7644628,0.75619835,0.7107438,0.76859504,0.74793386,0.70247936,0.6735537,0.6363636,0.6487603,0.6818182,0.70247936,0.6942149,0.6859504,0.6942149,0.71487606,0.74793386,0.77272725,0.8140496,0.8471074,0.8512397,0.8347107,0.8347107,0.8429752,0.8347107,0.8264463,0.8181818,0.7231405,0.6528926,0.73966944,0.6859504,0.6528926,0.7107438,0.6694215,0.71487606,0.7933884,0.8181818,0.838843,0.8553719,0.8595041,0.8553719,0.8471074,0.8512397,0.838843,0.7892562,0.75206614,0.7066116,0.75206614,0.72727275,0.7066116,0.6280992,0.6528926,0.7231405,0.8140496,0.8719008,0.8512397,0.838843,0.838843,0.8512397,0.8471074,0.8264463,0.7933884,0.75206614,0.73140496,0.6942149,0.6983471,0.75619835,0.7644628,0.76033056,0.73140496,0.69008267,0.661157,0.6198347,0.6446281,0.6694215,0.6818182,0.69008267,0.70247936,0.6942149,0.70247936,0.73140496,0.73140496,0.71900827,0.7231405,0.73140496,0.7355372,0.73966944,0.76033056,0.8057851,0.7644628,0.6694215,0.71487606,0.7644628,0.72727275,0.6363636,0.71900827,0.74793386,0.6652893,0.7231405,0.78512394,0.80991733,0.8347107,0.8677686,0.87603307,0.8636364,0.8512397,0.8429752,0.8305785,0.78512394,0.75619835,0.72727275,0.7933884,0.71900827,0.73966944,0.73966944,0.661157,0.6198347,0.57024795,0.79752064,0.8471074,0.74793386,0.71487606,0.73966944,0.71487606,0.6983471,0.6818182,0.677686,0.70247936,0.7231405,0.77272725,0.78099173,0.76033056,0.75619835,0.72727275,0.6859504,0.6528926,0.607438,0.6404959,0.6570248,0.6570248,0.677686,0.69008267,0.6859504,0.69008267,0.7066116,0.7066116,0.70247936,0.7066116,0.7107438,0.69008267,0.6818182,0.6735537,0.70247936,0.73140496,0.76033056,0.7768595,0.7768595,0.6280992,0.6404959,0.7933884,0.7355372,0.6818182,0.73140496,0.78512394,0.8140496,0.838843,0.8801653,0.89669424,0.8801653,0.8719008,0.8512397,0.8181818,0.78099173,0.7644628,0.73140496,0.79752064,0.7644628,0.71487606,0.79752064,0.7933884,0.69008267,0.607438,0.6198347,0.677686,0.6735537,0.69008267,0.72727275,0.74380165,0.74793386,0.73966944,0.74380165,0.76033056,0.78512394,0.8016529,0.76859504,0.75206614,0.73966944,0.72727275,0.6735537,0.6446281,0.59917355,0.6322314,0.6487603,0.6652893,0.6818182,0.70247936,0.7066116,0.7066116,0.7107438,0.71900827,0.73140496,0.74380165,0.74793386,0.75619835,0.78099173,0.78099173,0.78099173,0.7892562,0.77272725,0.76859504,0.73966944,0.5123967,0.7066116,0.7644628,0.6983471,0.6818182,0.7355372,0.7768595,0.8057851,0.8347107,0.8677686,0.88429755,0.88842976,0.87603307,0.8471074,0.80991733,0.77272725,0.75206614,0.72727275,0.75619835,0.75206614,0.7066116,0.78099173,0.822314,0.80991733,0.7933884,0.79752064,0.8057851,0.8140496,0.8181818,0.8140496,0.8140496,0.8057851,0.79752064,0.7892562,0.7768595,0.7933884,0.79752064,0.75206614,0.7355372,0.7231405,0.71487606,0.661157,0.6322314,0.59504133,0.62396693,0.6404959,0.661157,0.69008267,0.7066116,0.73140496,0.7231405,0.71487606,0.72727275,0.7355372,0.75206614,0.76859504,0.7768595,0.7892562,0.79752064,0.7933884,0.78099173,0.7644628,0.7644628,0.6983471,0.5289256,0.6652893,0.6942149,0.6528926,0.6363636,0.69008267,0.73140496,0.76033056,0.79752064,0.8264463,0.838843,0.8471074,0.8305785,0.8057851,0.7768595,0.75619835,0.73140496,0.6983471,0.70247936,0.70247936,0.71487606,0.79752064,0.822314,0.80991733,0.8016529,0.79752064,0.79752064,0.80991733,0.8181818,0.8181818,0.8016529,0.79752064,0.79752064,0.78099173,0.76859504,0.78099173,0.7768595,0.73966944,0.72727275,0.70247936,0.70247936,0.6570248,0.6280992,0.58677685,0.6322314,0.6404959,0.6570248,0.6942149,0.7066116,0.72727275,0.74793386,0.73966944,0.75619835,0.7644628,0.77272725,0.79752064,0.8140496,0.8140496,0.80991733,0.8016529,0.78099173,0.76033056,0.7768595,0.7066116,0.6528926,0.59504133,0.56198347,0.57024795,0.54545456,0.59917355,0.6363636,0.6570248,0.7066116,0.76033056,0.78099173,0.7768595,0.74380165,0.7231405,0.7066116,0.6983471,0.6735537,0.59090906,0.60330576,0.6694215,0.75619835,0.80991733,0.8264463,0.8264463,0.80991733,0.8057851,0.80991733,0.8140496,0.8140496,0.8140496,0.79752064,0.7933884,0.7892562,0.76859504,0.76033056,0.76859504,0.76033056,0.7355372,0.71900827,0.6983471,0.69008267,0.6487603,0.62396693,0.5785124,0.607438,0.6446281,0.6487603,0.677686,0.6983471,0.7231405,0.73140496,0.75206614,0.76033056,0.7768595,0.79752064,0.80991733,0.8181818,0.8264463,0.80991733,0.7933884,0.7933884,0.79752064,0.8016529,0.75206614,0.6983471,0.6363636,0.4876033,0.42975205,0.40082645,0.45041323,0.5041322,0.54545456,0.58677685,0.6446281,0.6942149,0.6983471,0.6694215,0.6528926,0.6322314,0.59504133,0.56198347,0.49173555,0.5785124,0.7107438,0.7768595,0.79752064,0.8181818,0.8347107,0.8264463,0.8181818,0.80991733,0.822314,0.8181818,0.822314,0.8140496,0.79752064,0.78512394,0.7644628,0.75619835,0.75619835,0.74380165,0.7231405,0.7066116,0.6942149,0.6818182,0.6404959,0.6198347,0.57438016,0.59504133,0.6446281,0.6446281,0.6570248,0.6859504,0.71487606,0.71900827,0.75206614,0.77272725,0.77272725,0.7933884,0.8057851,0.8057851,0.80991733,0.8057851,0.8140496,0.8305785,0.838843,0.8181818,0.7933884,0.72727275,0.7066116,0.5661157,0.4090909,0.34710744,0.35123968,0.39256197,0.4214876,0.47933885,0.54545456,0.59917355,0.62396693,0.607438,0.5785124,0.5661157,0.59090906,0.6198347,0.6570248,0.6983471,0.7644628,0.77272725,0.78512394,0.8057851,0.8264463,0.838843,0.8264463,0.80991733,0.822314,0.8140496,0.822314,0.8140496,0.8016529,0.78512394,0.7644628,0.75206614,0.74380165,0.7355372,0.71487606,0.70247936,0.6942149,0.6694215,0.6363636,0.62396693,0.57024795,0.59090906,0.6322314,0.6528926,0.6487603,0.6735537,0.69008267,0.71900827,0.7355372,0.76033056,0.77272725,0.78099173,0.7933884,0.8016529,0.8016529,0.8181818,0.8264463,0.8347107,0.8305785,0.8181818,0.8057851,0.7768595,0.74793386,0.6942149,0.57438016,0.4752066,0.40495867,0.3966942,0.39256197,0.38842976,0.42975205,0.5,0.5413223,0.5495868,0.58677685,0.6446281,0.6818182,0.6983471,0.7355372,0.73966944,0.75206614,0.7644628,0.76859504,0.8016529,0.8140496,0.8305785,0.8264463,0.8181818,0.8181818,0.8181818,0.822314,0.80991733,0.8057851,0.7892562,0.77272725,0.75206614,0.73966944,0.72727275,0.7066116,0.6942149,0.69008267,0.661157,0.6363636,0.61157024,0.553719,0.58264464,0.62396693,0.6446281,0.6363636,0.677686,0.677686,0.7066116,0.74380165,0.75619835,0.76033056,0.77272725,0.78099173,0.79752064,0.8057851,0.8264463,0.8264463,0.8181818,0.8057851,0.8057851,0.79752064,0.7933884,0.7892562,0.77272725,0.7355372,0.6694215,0.57438016,0.49586776,0.45867768,0.44214877,0.4214876,0.48347107,0.58264464,0.6198347,0.69008267,0.71900827,0.7355372,0.7355372,0.7355372,0.74380165,0.76033056,0.75619835,0.76859504,0.78512394,0.8016529,0.8264463,0.838843,0.822314,0.8140496,0.8181818,0.822314,0.8140496,0.8057851,0.79752064,0.7768595,0.75206614,0.73966944,0.7231405,0.70247936,0.6942149,0.677686,0.6446281,0.6363636,0.61570245,0.553719,0.56198347,0.607438,0.6363636,0.6446281,0.6570248,0.6818182,0.6818182,0.71900827,0.73966944,0.7644628,0.7768595,0.7892562,0.79752064,0.8057851,0.822314,0.8181818,0.8016529,0.79752064,0.79752064,0.7933884,0.7933884,0.7933884,0.79752064,0.8016529,0.77272725,0.73140496,0.6694215,0.6280992,0.61570245,0.59504133,0.6570248,0.6983471,0.6983471,0.73966944,0.75619835,0.75206614,0.74380165,0.74380165,0.74380165,0.76033056,0.76033056,0.7768595,0.7933884,0.78512394,0.822314,0.8347107,0.822314,0.8140496,0.8140496,0.8140496,0.8140496,0.8016529,0.7892562,0.76859504,0.74793386,0.7355372,0.71487606,0.6942149,0.6818182,0.661157,0.6446281,0.6322314,0.60330576,0.5413223,0.56198347,0.59504133,0.61570245,0.6404959,0.6570248,0.6818182,0.677686,0.71487606,0.73140496,0.75206614,0.76859504,0.78512394,0.78099173,0.7892562,0.8057851,0.8057851,0.7933884,0.7892562,0.78512394,0.7933884,0.79752064,0.78099173,0.7892562,0.7933884,0.79752064,0.78099173,0.76859504,0.77272725,0.74793386,0.71900827,0.73140496,0.72727275,0.7231405,0.73966944,0.76033056,0.75206614,0.74793386,0.75619835,0.76033056,0.75619835,0.76033056,0.77272725,0.7892562,0.78099173,0.80991733,0.8057851,0.79752064,0.80991733,0.8016529,0.79752064,0.79752064,0.7933884,0.7768595,0.7644628,0.74793386,0.73140496,0.7066116,0.677686,0.661157,0.6487603,0.6446281,0.6322314,0.62396693,0.5165289,0.57024795,0.5661157,0.61570245,0.6404959,0.6528926,0.69008267,0.70247936,0.7066116,0.73140496,0.73140496,0.75206614,0.77272725,0.76033056,0.76859504,0.77272725,0.7768595,0.77272725,0.7644628,0.75619835,0.77272725,0.78512394,0.77272725,0.78512394,0.7933884,0.8057851,0.8140496,0.8016529,0.8347107,0.8181818,0.7768595,0.76033056,0.7355372,0.73140496,0.74380165,0.77272725,0.77272725,0.77272725,0.7644628,0.76859504,0.76033056,0.75619835,0.75619835,0.7644628,0.76033056,0.7644628,0.77272725,0.78099173,0.79752064,0.7892562,0.78512394,0.78099173,0.77272725,0.7644628,0.75619835,0.74793386,0.71900827,0.6942149,0.6652893,0.6570248,0.6528926,0.6446281,0.6322314,0.607438,0.5,0.5661157,0.5661157,0.59917355,0.6322314,0.6528926,0.6942149,0.7107438,0.71487606,0.73140496,0.72727275,0.72727275,0.75619835,0.74793386,0.74793386,0.74793386,0.74793386,0.73966944,0.7231405,0.71487606,0.73966944,0.76033056,0.77272725,0.78099173,0.7892562,0.8057851,0.80991733,0.8057851,0.8305785,0.8429752,0.822314,0.7892562,0.76033056,0.74793386,0.75206614,0.76859504,0.77272725,0.78099173,0.7768595,0.7768595,0.7644628,0.74380165,0.74793386,0.7355372,0.7231405,0.71900827,0.73966944,0.76859504,0.7892562,0.79752064,0.78099173,0.76859504,0.75206614,0.75619835,0.74793386,0.7355372,0.7107438,0.69008267,0.6694215,0.6528926,0.6487603,0.6446281,0.6280992,0.5785124,0.4752066,0.54545456,0.553719,0.5785124,0.60330576,0.6322314,0.69008267,0.7107438,0.71487606,0.7355372,0.7231405,0.71900827,0.7355372,0.74380165,0.7355372,0.72727275,0.71900827,0.70247936,0.6652893,0.6404959,0.677686,0.71487606,0.7231405,0.6983471,0.677686,0.6859504,0.677686,0.69008267,0.6859504,0.7066116,0.75206614,0.8181818,0.78099173,0.7231405,0.70247936,0.69008267,0.69008267,0.70247936,0.71487606,0.72727275,0.73140496,0.71487606,0.71900827,0.6942149,0.6652893,0.6528926,0.6735537,0.71487606,0.7768595,0.8016529,0.76859504,0.75619835,0.7355372,0.75206614,0.74793386,0.73140496,0.7066116,0.6859504,0.6694215,0.661157,0.6528926,0.6404959,0.61157024,0.5661157,0.45867768,0.5206612,0.5495868,0.56198347,0.59090906,0.61157024,0.6694215,0.70247936,0.7066116,0.73140496,0.72727275,0.71487606,0.71487606,0.7355372,0.73966944,0.71487606,0.6818182,0.6322314,0.53305787,0.45867768,0.5041322,0.553719,0.553719,0.5371901,0.5289256,0.56198347,0.60330576,0.6363636,0.6487603,0.6198347,0.59917355,0.61157024,0.6198347,0.60330576,0.607438,0.62396693,0.61570245,0.60330576,0.59504133,0.58677685,0.59504133,0.59917355,0.607438,0.59090906,0.5785124,0.56198347,0.58677685,0.6570248,0.75619835,0.78099173,0.77272725,0.74380165,0.72727275,0.73966944,0.74380165,0.7231405,0.70247936,0.6818182,0.6694215,0.6652893,0.6487603,0.6404959,0.607438,0.5413223,0.44214877,0.4876033,0.5371901,0.56198347,0.58677685,0.59090906,0.6446281,0.6694215,0.7107438,0.72727275,0.7355372,0.7107438,0.7066116,0.72727275,0.74793386,0.73140496,0.70247936,0.6528926,0.55785125,0.48347107,0.446281,0.44214877,0.45454547,0.45454547,0.45041323,0.44214877,0.47933885,0.5165289,0.55785125,0.54545456,0.54545456,0.5661157,0.5785124,0.56198347,0.5661157,0.57438016,0.57438016,0.55785125,0.553719,0.5495868,0.5495868,0.5495868,0.56198347,0.5785124,0.61157024,0.6322314,0.6322314,0.6818182,0.74793386,0.78099173,0.75206614,0.73966944,0.7231405,0.74793386,0.73140496,0.7107438,0.69008267,0.677686,0.6735537,0.661157,0.6487603,0.6363636,0.57024795,0.5289256,0.446281,0.45454547,0.5206612,0.5495868,0.57024795,0.5785124,0.61157024,0.6487603,0.6859504,0.71900827,0.74380165,0.71900827,0.71487606,0.73140496,0.74380165,0.75619835,0.75206614,0.73140496,0.7066116,0.6983471,0.6528926,0.6363636,0.6322314,0.6404959,0.6363636,0.661157,0.6446281,0.6694215,0.6652893,0.6570248,0.661157,0.6280992,0.6446281,0.6652893,0.6446281,0.6280992,0.6404959,0.6404959,0.6446281,0.6528926,0.6528926,0.6446281,0.6404959,0.661157,0.7066116,0.74380165,0.73966944,0.74380165,0.77272725,0.78099173,0.75206614,0.7231405,0.73140496,0.74793386,0.71487606,0.6983471,0.677686,0.6652893,0.6652893,0.6487603,0.6363636,0.61157024,0.5495868,0.5206612,0.45867768,0.44214877,0.49586776,0.54545456,0.56198347,0.56198347,0.58264464,0.6363636,0.6570248,0.7066116,0.73966944,0.7355372,0.73140496,0.7355372,0.74793386,0.76033056,0.77272725,0.76859504,0.77272725,0.7768595,0.73140496,0.6859504,0.6735537,0.6859504,0.6942149,0.6942149,0.6983471,0.74380165,0.7892562,0.7933884,0.77272725,0.76859504,0.75206614,0.7644628,0.77272725,0.75619835,0.74793386,0.7231405,0.7107438,0.70247936,0.6942149,0.6859504,0.69008267,0.71900827,0.75206614,0.7768595,0.79752064,0.7768595,0.78099173,0.7768595,0.75619835,0.7355372,0.7355372,0.7355372,0.7066116,0.69008267,0.677686,0.6570248,0.6570248,0.6404959,0.6280992,0.58264464,0.5247934,0.5206612,0.45867768,0.44214877,0.4752066,0.5289256,0.5495868,0.55785125,0.57438016,0.61157024,0.6404959,0.661157,0.7107438,0.73140496,0.73966944,0.71487606,0.7355372,0.75619835,0.7768595,0.78099173,0.7933884,0.7892562,0.76859504,0.7231405,0.6735537,0.661157,0.661157,0.6652893,0.6694215,0.6735537,0.7107438,0.73140496,0.7231405,0.74380165,0.73140496,0.73140496,0.75619835,0.73966944,0.73140496,0.7107438,0.7107438,0.6983471,0.7066116,0.71900827,0.73140496,0.74793386,0.7644628,0.7892562,0.8057851,0.79752064,0.7892562,0.7892562,0.74380165,0.74793386,0.73140496,0.71900827,0.6942149,0.6818182,0.677686,0.6487603,0.6487603,0.6322314,0.59917355,0.5495868,0.5165289,0.5123967,0.45867768,0.43801653,0.46694216,0.53305787,0.5371901,0.54545456,0.5661157,0.58677685,0.6198347,0.6363636,0.6694215,0.7066116,0.7231405,0.7231405,0.73140496,0.75206614,0.77272725,0.7933884,0.79752064,0.7892562,0.7768595,0.76033056,0.73140496,0.6983471,0.6694215,0.6487603,0.6487603,0.6446281,0.6446281,0.6404959,0.6446281,0.661157,0.661157,0.661157,0.6735537,0.6735537,0.69008267,0.6859504,0.70247936,0.71487606,0.73966944,0.75619835,0.76033056,0.75206614,0.7644628,0.7892562,0.8057851,0.8016529,0.7768595,0.76859504,0.7231405,0.7355372,0.7231405,0.6942149,0.6859504,0.6735537,0.6528926,0.6487603,0.6446281,0.61157024,0.57024795,0.5206612,0.5123967,0.5206612,0.45041323,0.44214877,0.46280992,0.5661157,0.553719,0.5247934,0.54545456,0.5661157,0.59504133,0.6198347,0.6487603,0.6818182,0.6942149,0.71900827,0.7231405,0.73966944,0.76859504,0.7892562,0.78512394,0.77272725,0.77272725,0.75206614,0.7355372,0.72727275,0.71900827,0.6859504,0.6487603,0.6198347,0.61157024,0.59504133,0.57438016,0.58264464,0.59090906,0.58264464,0.61157024,0.6404959,0.6652893,0.677686,0.7107438,0.73140496,0.74793386,0.76033056,0.75619835,0.75619835,0.76859504,0.78512394,0.7892562,0.7933884,0.77272725,0.73966944,0.7107438,0.71487606,0.6942149,0.6818182,0.677686,0.661157,0.6528926,0.6322314,0.61570245,0.59090906,0.54545456,0.5,0.5247934,0.5165289,0.45041323,0.42975205,0.47107437,0.59917355,0.607438,0.53305787,0.5165289,0.54545456,0.5661157,0.59917355,0.6280992,0.6570248,0.6694215,0.6942149,0.7107438,0.73140496,0.73966944,0.74793386,0.7768595,0.7644628,0.75619835,0.74793386,0.73966944,0.73140496,0.7355372,0.7231405,0.6983471,0.6735537,0.6652893,0.6528926,0.6446281,0.6322314,0.62396693,0.59917355,0.6280992,0.6528926,0.6735537,0.6983471,0.71900827,0.73140496,0.74380165,0.74793386,0.74793386,0.75619835,0.76859504,0.77272725,0.77272725,0.7644628,0.75206614,0.73140496,0.71487606,0.6942149,0.6859504,0.677686,0.661157,0.6487603,0.6363636,0.6198347,0.58677685,0.5661157,0.5661157,0.49586776,0.5206612,0.5165289,0.44214877,0.41322315,0.5413223,0.6694215,0.6446281,0.5785124,0.5123967,0.53305787,0.553719,0.5785124,0.59917355,0.62396693,0.6446281,0.6694215,0.6859504,0.70247936,0.71487606,0.71487606,0.73966944,0.75206614,0.7355372,0.7355372,0.73966944,0.73140496,0.7355372,0.73966944,0.72727275,0.7107438,0.7107438,0.70247936,0.6983471,0.6983471,0.69008267,0.677686,0.6942149,0.70247936,0.7107438,0.72727275,0.72727275,0.74380165,0.74380165,0.74793386,0.73966944,0.75619835,0.75619835,0.76033056,0.76033056,0.72727275,0.73140496,0.7107438,0.6942149,0.6983471,0.6694215,0.6694215,0.6446281,0.6528926,0.6280992,0.60330576,0.55785125,0.60330576,0.58677685,0.5,0.5123967,0.5123967,0.42561984,0.41322315,0.6818182,0.73966944,0.62396693,0.62396693,0.553719,0.5165289,0.5289256,0.55785125,0.5785124,0.59917355,0.6198347,0.6446281,0.6694215,0.6652893,0.6859504,0.6983471,0.73140496,0.74380165,0.73140496,0.7231405,0.73140496,0.7355372,0.73966944,0.7355372,0.73966944,0.73966944,0.73966944,0.74380165,0.74793386,0.75206614,0.76033056,0.75206614,0.74380165,0.73140496,0.75206614,0.74793386,0.75206614,0.75206614,0.74793386,0.74380165,0.73966944,0.73966944,0.75206614,0.76033056,0.74380165,0.71487606,0.70247936,0.69008267,0.6818182,0.6818182,0.6652893,0.6487603,0.6322314,0.6280992,0.6198347,0.55785125,0.58677685,0.6363636,0.607438,0.49586776,0.5082645,0.5082645,0.40495867,0.5165289,0.8347107,0.76033056,0.607438,0.6363636,0.59504133,0.53305787,0.5165289,0.5413223,0.553719,0.57438016,0.59504133,0.61570245,0.6570248,0.6735537,0.6652893,0.6818182,0.7066116,0.72727275,0.7355372,0.73140496,0.73966944,0.74380165,0.74793386,0.76033056,0.76859504,0.78512394,0.7933884,0.8016529,0.8181818,0.8140496,0.822314,0.8140496,0.8140496,0.79752064,0.8057851,0.78099173,0.7768595,0.77272725,0.76859504,0.77272725,0.76033056,0.75619835,0.76033056,0.74793386,0.7355372,0.7066116,0.6942149,0.6859504,0.6735537,0.6694215,0.6570248,0.6280992,0.61157024,0.607438,0.56198347,0.5785124,0.6487603,0.607438,0.70247936,0.5123967,0.4876033,0.5123967,0.3966942,0.6983471,0.90082645,0.74380165,0.59917355,0.6446281,0.61570245,0.56198347,0.5247934,0.5206612,0.5289256,0.54545456,0.55785125,0.59090906,0.61570245,0.6570248,0.6570248,0.6735537,0.6942149,0.7066116,0.72727275,0.73966944,0.75619835,0.7644628,0.77272725,0.79752064,0.8181818,0.822314,0.8305785,0.8347107,0.8471074,0.8347107,0.8347107,0.8429752,0.8471074,0.8471074,0.8429752,0.838843,0.8305785,0.8181818,0.79752064,0.78512394,0.7768595,0.78099173,0.76033056,0.7355372,0.71900827,0.70247936,0.6818182,0.6735537,0.6652893,0.6570248,0.6404959,0.61570245,0.59504133,0.57438016,0.56198347,0.6322314,0.6735537,0.54545456,0.80991733,0.6322314,0.4214876,0.5082645,0.49173555,0.8429752,0.90082645,0.7231405,0.607438,0.6446281,0.62396693,0.58677685,0.53305787,0.5123967,0.5206612,0.5206612,0.54545456,0.56198347,0.58677685,0.6198347,0.6528926,0.6404959,0.6818182,0.69008267,0.7066116,0.7355372,0.75619835,0.78512394,0.79752064,0.80991733,0.8305785,0.8347107,0.8305785,0.8347107,0.8471074,0.838843,0.8347107,0.8471074,0.8512397,0.8595041,0.8471074,0.8512397,0.8553719,0.8429752,0.822314,0.78099173,0.7768595,0.7768595,0.7355372,0.7107438,0.70247936,0.6942149,0.6735537,0.6570248,0.6487603,0.6322314,0.607438,0.59090906,0.56198347,0.55785125,0.61570245,0.6487603,0.6859504,0.5123967,0.8305785,0.8057851,0.4090909,0.4876033,0.6942149,0.89669424,0.892562,0.6942149,0.61157024,0.6404959,0.6363636,0.607438,0.55785125,0.5041322,0.5165289,0.5289256,0.5413223,0.5371901,0.5495868,0.58677685,0.6198347,0.6280992,0.6528926,0.6735537,0.6818182,0.70247936,0.72727275,0.77272725,0.78512394,0.8016529,0.8181818,0.8305785,0.8305785,0.8347107,0.8471074,0.8471074,0.838843,0.8471074,0.8553719,0.8553719,0.8429752,0.8512397,0.8347107,0.8264463,0.8057851,0.78099173,0.7644628,0.73966944,0.7066116,0.70247936,0.69008267,0.6818182,0.661157,0.6363636,0.6198347,0.59917355,0.58264464,0.55785125,0.5495868,0.607438,0.6446281,0.6652893,0.6859504,0.5165289,0.8140496,0.91735536,0.5371901,0.4338843,0.8429752,0.90495867,0.90082645,0.677686,0.6198347,0.6446281,0.6446281,0.6280992,0.58264464,0.5289256,0.48347107,0.5206612,0.5413223,0.5413223,0.5413223,0.5413223,0.5785124,0.59917355,0.6446281,0.6404959,0.6694215,0.6818182,0.69008267,0.74380165,0.75206614,0.77272725,0.79752064,0.8016529,0.80991733,0.822314,0.8264463,0.8305785,0.8305785,0.838843,0.838843,0.838843,0.8429752,0.8347107,0.79752064,0.79752064,0.78099173,0.76859504,0.7355372,0.7107438,0.6942149,0.69008267,0.677686,0.661157,0.6363636,0.61157024,0.59090906,0.57024795,0.54545456,0.5413223,0.59090906,0.6446281,0.6570248,0.677686,0.69008267,0.5371901,0.7933884,0.9338843,0.74380165,0.45454547,0.88842976,0.90082645,0.90909094,0.6983471,0.607438,0.6446281,0.6528926,0.6322314,0.59504133,0.55785125,0.5,0.47107437,0.5206612,0.54545456,0.5371901,0.53305787,0.5495868,0.553719,0.59504133,0.62396693,0.6363636,0.6735537,0.6818182,0.71487606,0.71900827,0.72727275,0.76859504,0.7768595,0.76859504,0.7892562,0.8016529,0.8016529,0.79752064,0.79752064,0.8016529,0.8016529,0.8016529,0.8016529,0.7644628,0.76033056,0.75619835,0.72727275,0.7066116,0.69008267,0.69008267,0.6652893,0.6446281,0.6363636,0.607438,0.5785124,0.56198347,0.5413223,0.5371901,0.5785124,0.6363636,0.661157,0.6694215,0.6818182,0.6983471,0.553719,0.7768595,0.93801653,0.8264463,0.61157024,0.8801653,0.89669424,0.9214876,0.71900827,0.6280992,0.6446281,0.6528926,0.6404959,0.61157024,0.57438016,0.53305787,0.47933885,0.48347107,0.5247934,0.5413223,0.5371901,0.553719,0.5247934,0.54545456,0.59504133,0.607438,0.6322314,0.6528926,0.677686,0.6694215,0.70247936,0.7231405,0.73966944,0.73966944,0.74380165,0.75619835,0.7644628,0.75206614,0.74793386,0.76033056,0.76859504,0.77272725,0.75206614,0.73966944,0.74380165,0.70247936,0.69008267,0.661157,0.677686,0.6570248,0.6322314,0.62396693,0.59917355,0.5661157,0.54545456,0.53305787,0.53305787,0.57024795,0.6280992,0.6652893,0.6735537,0.677686,0.6983471,0.7107438,0.5495868,0.7892562,0.9338843,0.8471074,0.76033056,0.8801653,0.89669424,0.92561984,0.77272725,0.62396693,0.6528926,0.6487603,0.6487603,0.6280992,0.59917355,0.5661157,0.5165289,0.48347107,0.4876033,0.5206612,0.54545456,0.5495868,0.53305787,0.53305787,0.54545456,0.5661157,0.59504133,0.59917355,0.6404959,0.62396693,0.6652893,0.6859504,0.7066116,0.7107438,0.70247936,0.7066116,0.7066116,0.7066116,0.70247936,0.69008267,0.70247936,0.7231405,0.7107438,0.6983471,0.6983471,0.6570248,0.6528926,0.6487603,0.6528926,0.6404959,0.61157024,0.58677685,0.5495868,0.53305787,0.53305787,0.5413223,0.5661157,0.61157024,0.6570248,0.6859504,0.6942149,0.6942149,0.70247936,0.71900827,0.5371901,0.8181818,0.92561984,0.8595041,0.78512394,0.88842976,0.89669424,0.9214876,0.8181818,0.61570245,0.6652893,0.6487603,0.6528926,0.6446281,0.6198347,0.58677685,0.5413223,0.5,0.47933885,0.49586776,0.5206612,0.5413223,0.54545456,0.5495868,0.5371901,0.53305787,0.54545456,0.55785125,0.58264464,0.58264464,0.60330576,0.6280992,0.6570248,0.6694215,0.677686,0.677686,0.6694215,0.6652893,0.6570248,0.6446281,0.661157,0.6694215,0.661157,0.6570248,0.6652893,0.6280992,0.6198347,0.6198347,0.61157024,0.607438,0.57024795,0.5371901,0.5289256,0.5289256,0.54545456,0.57438016,0.61570245,0.6528926,0.677686,0.70247936,0.7066116,0.70247936,0.7107438,0.72727275,0.5247934,0.8471074,0.91322315,0.8636364,0.80991733,0.89669424,0.89669424,0.90495867,0.90082645,0.607438,0.6570248,0.6570248,0.6570248,0.6487603,0.6363636,0.607438,0.5661157,0.5247934,0.49586776,0.49173555,0.5,0.5289256,0.5371901,0.54545456,0.5371901,0.53305787,0.53305787,0.53305787,0.53305787,0.5289256,0.5371901,0.57024795,0.59504133,0.60330576,0.61570245,0.6322314,0.6280992,0.6280992,0.62396693,0.61157024,0.6198347,0.62396693,0.6322314,0.62396693,0.62396693,0.61570245,0.59917355,0.61570245,0.59090906,0.57438016,0.5371901,0.5123967,0.5247934,0.5371901,0.553719,0.59090906,0.6363636,0.6694215,0.6859504,0.7107438,0.7107438,0.70247936,0.7107438,0.72727275,0.5289256,0.838843,0.91322315,0.8677686,0.8140496,5 +0.3305785,0.4090909,0.5495868,0.59917355,0.6198347,0.607438,0.62396693,0.6652893,0.70247936,0.75206614,0.7644628,0.78512394,0.8140496,0.8057851,0.822314,0.8264463,0.8471074,0.8677686,0.87603307,0.88429755,0.88842976,0.88429755,0.88429755,0.88429755,0.88842976,0.88842976,0.88429755,0.88429755,0.8801653,0.87603307,0.8636364,0.87603307,0.87603307,0.87603307,0.88429755,0.88842976,0.88429755,0.8801653,0.87603307,0.87603307,0.8801653,0.88842976,0.88842976,0.88842976,0.88429755,0.88429755,0.87603307,0.8719008,0.87603307,0.87603307,0.8719008,0.8719008,0.8553719,0.8595041,0.8305785,0.8181818,0.80991733,0.7933884,0.76033056,0.73140496,0.72727275,0.7231405,0.71900827,0.7231405,0.3181818,0.41735536,0.553719,0.60330576,0.61157024,0.61157024,0.6280992,0.6652893,0.7066116,0.75206614,0.7644628,0.78512394,0.8181818,0.8057851,0.8181818,0.8347107,0.8471074,0.8677686,0.8801653,0.88429755,0.88842976,0.892562,0.892562,0.88842976,0.892562,0.892562,0.892562,0.88842976,0.88429755,0.8801653,0.8719008,0.87603307,0.8719008,0.8801653,0.8801653,0.88429755,0.892562,0.88842976,0.88842976,0.88429755,0.88842976,0.892562,0.892562,0.892562,0.88842976,0.88429755,0.88429755,0.8801653,0.87603307,0.8801653,0.8677686,0.8801653,0.8636364,0.8677686,0.838843,0.822314,0.822314,0.7933884,0.7644628,0.73966944,0.72727275,0.71900827,0.71900827,0.71900827,0.29752067,0.43801653,0.58264464,0.61157024,0.61157024,0.61157024,0.6322314,0.6652893,0.6983471,0.74793386,0.7644628,0.78512394,0.80991733,0.80991733,0.8140496,0.8347107,0.8471074,0.8636364,0.87603307,0.88842976,0.892562,0.892562,0.892562,0.892562,0.892562,0.892562,0.892562,0.892562,0.892562,0.88429755,0.8801653,0.88429755,0.87603307,0.8801653,0.88429755,0.8801653,0.88842976,0.88842976,0.892562,0.892562,0.88842976,0.88842976,0.892562,0.892562,0.88842976,0.88429755,0.88429755,0.88429755,0.8801653,0.8801653,0.8719008,0.87603307,0.8677686,0.8595041,0.8553719,0.8140496,0.822314,0.7892562,0.7644628,0.73966944,0.72727275,0.71900827,0.71900827,0.7107438,0.28099173,0.45041323,0.59090906,0.61157024,0.6198347,0.60330576,0.6322314,0.6694215,0.6983471,0.74380165,0.76859504,0.7892562,0.8016529,0.8057851,0.8140496,0.8305785,0.838843,0.8595041,0.8719008,0.88842976,0.892562,0.892562,0.892562,0.892562,0.892562,0.892562,0.892562,0.892562,0.892562,0.88842976,0.88842976,0.88842976,0.88429755,0.8801653,0.88429755,0.8801653,0.88842976,0.88842976,0.892562,0.892562,0.88842976,0.892562,0.89669424,0.89669424,0.892562,0.88842976,0.88429755,0.88429755,0.88842976,0.88429755,0.87603307,0.87603307,0.8636364,0.8471074,0.8595041,0.8181818,0.80991733,0.79752064,0.7644628,0.74793386,0.7355372,0.71900827,0.71487606,0.70247936,0.28512397,0.45454547,0.58264464,0.60330576,0.61570245,0.61570245,0.6280992,0.6652893,0.6942149,0.73140496,0.75619835,0.76859504,0.7933884,0.79752064,0.8016529,0.822314,0.8264463,0.8471074,0.8677686,0.88429755,0.88842976,0.88842976,0.88842976,0.88429755,0.88842976,0.89669424,0.892562,0.892562,0.89669424,0.892562,0.88842976,0.892562,0.8801653,0.88429755,0.8801653,0.8801653,0.88842976,0.892562,0.892562,0.892562,0.892562,0.88842976,0.892562,0.892562,0.892562,0.88842976,0.88429755,0.88429755,0.88429755,0.8801653,0.87603307,0.8719008,0.8595041,0.838843,0.8595041,0.8264463,0.8016529,0.7933884,0.7644628,0.75206614,0.74380165,0.71487606,0.7107438,0.7066116,0.28512397,0.46280992,0.5785124,0.59917355,0.61570245,0.6280992,0.6322314,0.6735537,0.70247936,0.73966944,0.73966944,0.72727275,0.76859504,0.7892562,0.79752064,0.8057851,0.79752064,0.8140496,0.838843,0.8595041,0.87603307,0.88429755,0.8801653,0.8801653,0.88429755,0.88842976,0.88842976,0.892562,0.892562,0.89669424,0.88842976,0.88842976,0.87603307,0.8801653,0.88429755,0.88429755,0.88429755,0.892562,0.88429755,0.88429755,0.88842976,0.88842976,0.892562,0.88429755,0.8801653,0.88429755,0.8801653,0.87603307,0.87603307,0.8677686,0.8677686,0.8512397,0.8471074,0.8429752,0.8429752,0.822314,0.8057851,0.7933884,0.76859504,0.74793386,0.7355372,0.72727275,0.71487606,0.7107438,0.28099173,0.4752066,0.58677685,0.59504133,0.6198347,0.62396693,0.6280992,0.6859504,0.7066116,0.71487606,0.661157,0.6528926,0.7231405,0.7355372,0.75206614,0.75619835,0.7644628,0.78099173,0.8057851,0.8264463,0.8471074,0.8595041,0.8677686,0.8719008,0.8677686,0.87603307,0.88429755,0.892562,0.892562,0.892562,0.88429755,0.8801653,0.8801653,0.87603307,0.88429755,0.87603307,0.87603307,0.87603307,0.8719008,0.8719008,0.87603307,0.8719008,0.8636364,0.8636364,0.8677686,0.8636364,0.8677686,0.8595041,0.8595041,0.8553719,0.8595041,0.8057851,0.7892562,0.838843,0.838843,0.8181818,0.8016529,0.8057851,0.7644628,0.75206614,0.7355372,0.72727275,0.71900827,0.7107438,0.28512397,0.47933885,0.59504133,0.60330576,0.61570245,0.6198347,0.6487603,0.69008267,0.70247936,0.6404959,0.59504133,0.58677685,0.6694215,0.661157,0.607438,0.6446281,0.6446281,0.6694215,0.7066116,0.75206614,0.78099173,0.80991733,0.8305785,0.8347107,0.8471074,0.8677686,0.8719008,0.8801653,0.88842976,0.88429755,0.892562,0.8677686,0.8677686,0.8677686,0.87603307,0.8719008,0.8719008,0.8595041,0.8512397,0.8595041,0.8471074,0.8305785,0.8057851,0.78099173,0.78512394,0.79752064,0.80991733,0.822314,0.7933884,0.7892562,0.77272725,0.75619835,0.73140496,0.75206614,0.8140496,0.822314,0.8016529,0.8016529,0.76859504,0.75206614,0.7355372,0.73140496,0.7231405,0.70247936,0.2603306,0.4752066,0.59090906,0.60330576,0.61157024,0.6198347,0.61570245,0.6404959,0.6280992,0.55785125,0.5165289,0.553719,0.58264464,0.5413223,0.49173555,0.53305787,0.5165289,0.53305787,0.54545456,0.59090906,0.6446281,0.71487606,0.77272725,0.7933884,0.822314,0.8512397,0.8595041,0.8595041,0.8719008,0.8677686,0.87603307,0.8719008,0.8512397,0.8553719,0.8429752,0.8347107,0.8347107,0.8264463,0.79752064,0.7644628,0.73140496,0.6859504,0.61157024,0.59917355,0.6487603,0.661157,0.6404959,0.6446281,0.661157,0.677686,0.661157,0.6528926,0.58677685,0.553719,0.6570248,0.74380165,0.76859504,0.77272725,0.76033056,0.74793386,0.73966944,0.73140496,0.7231405,0.7107438,0.2603306,0.46694216,0.59090906,0.607438,0.62396693,0.6322314,0.6198347,0.661157,0.70247936,0.6528926,0.6487603,0.77272725,0.822314,0.76859504,0.75619835,0.8512397,0.7933884,0.76033056,0.61157024,0.49586776,0.5206612,0.5785124,0.6363636,0.69008267,0.73966944,0.8057851,0.838843,0.8471074,0.8595041,0.8553719,0.8553719,0.8636364,0.8429752,0.8347107,0.8181818,0.7933884,0.79752064,0.76859504,0.677686,0.5785124,0.58264464,0.60330576,0.6363636,0.70247936,0.8057851,0.74793386,0.6404959,0.6487603,0.661157,0.6735537,0.70247936,0.59504133,0.72727275,0.8347107,0.90495867,0.892562,0.88842976,0.8512397,0.7355372,0.73966944,0.71900827,0.7231405,0.72727275,0.7107438,0.2644628,0.45454547,0.59504133,0.607438,0.62396693,0.58264464,0.55785125,0.5289256,0.53305787,0.56198347,0.5661157,0.5289256,0.5413223,0.45041323,0.5,0.9338843,0.90082645,0.8305785,0.57438016,0.5661157,0.59917355,0.5785124,0.57024795,0.58677685,0.61570245,0.7355372,0.822314,0.8429752,0.8512397,0.8553719,0.8512397,0.8553719,0.8347107,0.80991733,0.8140496,0.77272725,0.75206614,0.677686,0.59917355,0.58677685,0.6446281,0.7066116,0.661157,0.74380165,0.88429755,0.7231405,0.446281,0.49173555,0.5661157,0.60330576,0.6694215,0.5123967,0.92975205,0.9338843,0.92561984,0.92561984,0.92561984,0.93801653,0.8677686,0.7231405,0.6859504,0.71900827,0.73140496,0.71487606,0.2107438,0.37603307,0.59504133,0.6280992,0.62396693,0.5495868,0.53305787,0.5041322,0.53305787,0.6570248,0.60330576,0.607438,0.58677685,0.45867768,0.3966942,0.62396693,0.6942149,0.6404959,0.45454547,0.49586776,0.5247934,0.5371901,0.53305787,0.553719,0.553719,0.76033056,0.8305785,0.8140496,0.8512397,0.8636364,0.8512397,0.8471074,0.8471074,0.822314,0.80991733,0.76033056,0.6652893,0.6404959,0.58264464,0.5289256,0.5371901,0.5082645,0.44214877,0.5785124,0.7768595,0.7355372,0.5041322,0.54545456,0.607438,0.60330576,0.6280992,0.4214876,0.9214876,0.92561984,0.92561984,0.92561984,0.92561984,0.93801653,0.90909094,0.73966944,0.6487603,0.69008267,0.7107438,0.70247936,0.20661157,0.30578512,0.57024795,0.6363636,0.607438,0.53305787,0.5413223,0.54545456,0.61157024,0.6694215,0.677686,0.6983471,0.70247936,0.6859504,0.6694215,0.90495867,0.91322315,0.8264463,0.59504133,0.59917355,0.58677685,0.58677685,0.61570245,0.78512394,0.91322315,0.9214876,0.9586777,0.8305785,0.838843,0.8636364,0.8677686,0.8553719,0.8512397,0.8429752,0.77272725,0.6570248,0.6694215,0.6983471,0.6859504,0.6363636,0.6322314,0.6404959,0.61570245,0.62396693,0.6487603,0.69008267,0.6859504,0.6983471,0.7107438,0.6942149,0.71487606,0.553719,0.91735536,0.9338843,0.92561984,0.92561984,0.92561984,0.9214876,0.88429755,0.76859504,0.69008267,0.6735537,0.71487606,0.71487606,0.1983471,0.29752067,0.55785125,0.6280992,0.59090906,0.5495868,0.54545456,0.5785124,0.59917355,0.6487603,0.6818182,0.61570245,0.6487603,0.62396693,0.59090906,0.6280992,0.6735537,0.6652893,0.6280992,0.607438,0.59090906,0.57438016,0.55785125,0.74380165,0.9214876,0.9338843,0.94214875,0.838843,0.838843,0.87603307,0.88429755,0.88429755,0.8595041,0.8512397,0.7107438,0.6942149,0.74793386,0.7231405,0.6983471,0.6652893,0.6528926,0.6652893,0.661157,0.6528926,0.6487603,0.677686,0.6818182,0.6859504,0.6942149,0.6942149,0.6942149,0.6404959,0.71487606,0.89669424,0.90909094,0.88842976,0.8719008,0.76859504,0.6942149,0.73966944,0.72727275,0.6818182,0.7107438,0.7231405,0.39256197,0.55785125,0.58677685,0.59504133,0.59917355,0.58264464,0.57438016,0.59504133,0.59917355,0.60330576,0.57438016,0.49173555,0.5206612,0.57438016,0.59090906,0.6363636,0.6363636,0.6735537,0.677686,0.60330576,0.5495868,0.5123967,0.49586776,0.5371901,0.7892562,0.92561984,0.90082645,0.7355372,0.8595041,0.90495867,0.91322315,0.91322315,0.8553719,0.75206614,0.8140496,0.79752064,0.74793386,0.7231405,0.6983471,0.6652893,0.6280992,0.58264464,0.58677685,0.58677685,0.57024795,0.6280992,0.6280992,0.62396693,0.6570248,0.6363636,0.62396693,0.59504133,0.5041322,0.59090906,0.73140496,0.70247936,0.6735537,0.6818182,0.71900827,0.74380165,0.74380165,0.73966944,0.73966944,0.6942149,0.6363636,0.80991733,0.60330576,0.5661157,0.607438,0.59504133,0.58264464,0.58264464,0.58677685,0.5206612,0.5123967,0.5,0.5123967,0.53305787,0.5247934,0.5661157,0.46280992,0.58264464,0.6198347,0.5661157,0.59504133,0.56198347,0.5041322,0.44214877,0.58677685,0.7768595,0.69008267,0.61157024,0.7355372,0.77272725,0.822314,0.8347107,0.7768595,0.661157,0.75206614,0.7644628,0.75619835,0.7231405,0.7066116,0.661157,0.59504133,0.5413223,0.56198347,0.59090906,0.5495868,0.5785124,0.5495868,0.56198347,0.60330576,0.5785124,0.61157024,0.6198347,0.61570245,0.5785124,0.59504133,0.6280992,0.6570248,0.71487606,0.72727275,0.75206614,0.75206614,0.7644628,0.7107438,0.54545456,0.42975205,0.58264464,0.5413223,0.56198347,0.61570245,0.60330576,0.57024795,0.56198347,0.54545456,0.49586776,0.4752066,0.49173555,0.46280992,0.45867768,0.43801653,0.47107437,0.30165288,0.4214876,0.53305787,0.5247934,0.6198347,0.5785124,0.53305787,0.49586776,0.5165289,0.607438,0.61570245,0.47933885,0.48347107,0.5785124,0.6652893,0.70247936,0.73140496,0.6942149,0.607438,0.73140496,0.7644628,0.72727275,0.7066116,0.6735537,0.61570245,0.57024795,0.53305787,0.55785125,0.5413223,0.5,0.39256197,0.40495867,0.42561984,0.37190083,0.47933885,0.59504133,0.6198347,0.59917355,0.607438,0.57438016,0.6363636,0.6983471,0.6859504,0.6983471,0.6652893,0.6322314,0.5247934,0.43801653,0.24380165,0.46694216,0.553719,0.53305787,0.61157024,0.6280992,0.5785124,0.57438016,0.57024795,0.5206612,0.4752066,0.49586776,0.5371901,0.61157024,0.58677685,0.55785125,0.4214876,0.42561984,0.56198347,0.661157,0.7355372,0.6446281,0.5247934,0.5123967,0.55785125,0.6198347,0.6322314,0.607438,0.74380165,0.8429752,0.8595041,0.87603307,0.8595041,0.80991733,0.58677685,0.70247936,0.7768595,0.73966944,0.7355372,0.73140496,0.6322314,0.5495868,0.55785125,0.6652893,0.6859504,0.61570245,0.4752066,0.38842976,0.4090909,0.45041323,0.57024795,0.58677685,0.55785125,0.47933885,0.5247934,0.58677685,0.6446281,0.6570248,0.61570245,0.5661157,0.55785125,0.57024795,0.5165289,0.56198347,0.24380165,0.45454547,0.59090906,0.5206612,0.58677685,0.6652893,0.6322314,0.6322314,0.6404959,0.61157024,0.5661157,0.55785125,0.61157024,0.6404959,0.661157,0.6280992,0.60330576,0.6198347,0.6735537,0.6983471,0.6983471,0.661157,0.6322314,0.607438,0.59504133,0.6446281,0.59504133,0.6528926,0.7892562,0.8512397,0.8636364,0.8677686,0.8677686,0.8553719,0.6404959,0.6487603,0.7892562,0.77272725,0.77272725,0.77272725,0.6942149,0.6404959,0.6528926,0.69008267,0.6942149,0.6735537,0.62396693,0.58264464,0.58264464,0.59090906,0.6735537,0.6198347,0.59917355,0.5495868,0.5371901,0.62396693,0.6528926,0.62396693,0.5165289,0.45867768,0.5289256,0.61157024,0.6404959,0.70247936,0.29338843,0.46280992,0.6198347,0.53305787,0.5495868,0.6487603,0.6818182,0.6983471,0.6942149,0.6652893,0.6280992,0.607438,0.6280992,0.61570245,0.6404959,0.6652893,0.6735537,0.69008267,0.71900827,0.71900827,0.7066116,0.6983471,0.70247936,0.6859504,0.661157,0.6404959,0.5371901,0.6818182,0.80991733,0.8636364,0.8595041,0.8636364,0.8553719,0.8512397,0.6983471,0.6198347,0.7644628,0.78099173,0.79752064,0.7933884,0.75619835,0.6983471,0.6942149,0.7066116,0.69008267,0.6942149,0.70247936,0.7066116,0.6735537,0.6818182,0.6983471,0.6652893,0.661157,0.6694215,0.6735537,0.70247936,0.677686,0.62396693,0.54545456,0.5495868,0.62396693,0.6735537,0.75206614,0.75619835,0.3140496,0.47933885,0.6404959,0.57438016,0.53305787,0.62396693,0.7107438,0.73140496,0.71900827,0.6859504,0.6652893,0.6652893,0.677686,0.6446281,0.6487603,0.69008267,0.7107438,0.7231405,0.7355372,0.7355372,0.73966944,0.74380165,0.7355372,0.7355372,0.72727275,0.59917355,0.5206612,0.6983471,0.8264463,0.8719008,0.8553719,0.8636364,0.8471074,0.8595041,0.74793386,0.6198347,0.73140496,0.7933884,0.8140496,0.79752064,0.7768595,0.74380165,0.73966944,0.75619835,0.74793386,0.74793386,0.76033056,0.74793386,0.72727275,0.7355372,0.74380165,0.7355372,0.7355372,0.74380165,0.75619835,0.74380165,0.71900827,0.6818182,0.6694215,0.70247936,0.6983471,0.6942149,0.78512394,0.7644628,0.3305785,0.5,0.6487603,0.61570245,0.55785125,0.6280992,0.72727275,0.74793386,0.73966944,0.72727275,0.7231405,0.7107438,0.71487606,0.6818182,0.6818182,0.71900827,0.73140496,0.76033056,0.7768595,0.7892562,0.8057851,0.8016529,0.7644628,0.77272725,0.75619835,0.5661157,0.55785125,0.7066116,0.838843,0.8801653,0.8512397,0.8595041,0.8429752,0.8677686,0.7892562,0.6652893,0.6570248,0.8429752,0.8347107,0.8057851,0.822314,0.8016529,0.7933884,0.7933884,0.78512394,0.78099173,0.78099173,0.78512394,0.76859504,0.78099173,0.78512394,0.78099173,0.7892562,0.7892562,0.8057851,0.7892562,0.75619835,0.75206614,0.76859504,0.7768595,0.71900827,0.6942149,0.79752064,0.76859504,0.40495867,0.5165289,0.6528926,0.6404959,0.59504133,0.6404959,0.73140496,0.75206614,0.75619835,0.7644628,0.77272725,0.75206614,0.75619835,0.74380165,0.73140496,0.75206614,0.75206614,0.77272725,0.79752064,0.80991733,0.80991733,0.79752064,0.75206614,0.74380165,0.69008267,0.553719,0.607438,0.7231405,0.8347107,0.88429755,0.8553719,0.8553719,0.8512397,0.8429752,0.8057851,0.72727275,0.6280992,0.74793386,0.79752064,0.8016529,0.8429752,0.8305785,0.822314,0.8181818,0.8140496,0.8016529,0.78512394,0.7892562,0.78099173,0.7933884,0.79752064,0.7933884,0.8181818,0.79752064,0.8181818,0.822314,0.78099173,0.7768595,0.80991733,0.8057851,0.75619835,0.7355372,0.7933884,0.76859504,0.47933885,0.53305787,0.6487603,0.661157,0.6198347,0.6570248,0.7066116,0.73966944,0.7644628,0.7768595,0.7768595,0.77272725,0.76859504,0.7892562,0.78099173,0.78512394,0.78512394,0.7892562,0.79752064,0.79752064,0.8016529,0.7933884,0.74793386,0.73966944,0.6363636,0.5785124,0.6404959,0.72727275,0.822314,0.8719008,0.8636364,0.8553719,0.8429752,0.8305785,0.8181818,0.77272725,0.6983471,0.6652893,0.72727275,0.7892562,0.8429752,0.8471074,0.8305785,0.8305785,0.8264463,0.8264463,0.822314,0.822314,0.8181818,0.80991733,0.8140496,0.80991733,0.8264463,0.8057851,0.8057851,0.822314,0.78512394,0.76033056,0.8057851,0.8140496,0.8140496,0.78099173,0.78099173,0.7644628,0.53305787,0.54545456,0.6570248,0.70247936,0.6446281,0.6570248,0.6818182,0.72727275,0.76033056,0.78512394,0.78099173,0.78512394,0.78512394,0.79752064,0.79752064,0.7933884,0.7933884,0.8016529,0.79752064,0.79752064,0.79752064,0.78099173,0.74793386,0.71487606,0.6446281,0.6363636,0.6735537,0.73966944,0.822314,0.8595041,0.8595041,0.8512397,0.8347107,0.8347107,0.8429752,0.822314,0.76033056,0.71487606,0.6942149,0.74380165,0.8264463,0.8512397,0.838843,0.8305785,0.8305785,0.838843,0.8305785,0.8305785,0.838843,0.8305785,0.8305785,0.8140496,0.8264463,0.8140496,0.80991733,0.8264463,0.78099173,0.73966944,0.7933884,0.78099173,0.7892562,0.7933884,0.76859504,0.75619835,0.57438016,0.55785125,0.6570248,0.7644628,0.6818182,0.6404959,0.6735537,0.7231405,0.76859504,0.79752064,0.79752064,0.80991733,0.80991733,0.8057851,0.8016529,0.79752064,0.8016529,0.80991733,0.79752064,0.79752064,0.78099173,0.7231405,0.677686,0.661157,0.6694215,0.6735537,0.71487606,0.77272725,0.8181818,0.8471074,0.8512397,0.8429752,0.8305785,0.8347107,0.8512397,0.8429752,0.7933884,0.75619835,0.70247936,0.6942149,0.7768595,0.8429752,0.838843,0.8347107,0.8305785,0.8347107,0.8305785,0.8305785,0.838843,0.8347107,0.8305785,0.8347107,0.8181818,0.8264463,0.8181818,0.822314,0.78099173,0.7355372,0.78099173,0.72727275,0.75619835,0.7892562,0.7644628,0.75619835,0.60330576,0.56198347,0.6198347,0.677686,0.6859504,0.6694215,0.6818182,0.73140496,0.77272725,0.8016529,0.80991733,0.822314,0.8181818,0.80991733,0.8016529,0.8016529,0.8016529,0.8140496,0.8016529,0.78099173,0.72727275,0.6487603,0.6198347,0.6487603,0.661157,0.6942149,0.75619835,0.8016529,0.8264463,0.8429752,0.8429752,0.838843,0.8429752,0.8305785,0.8471074,0.8264463,0.7892562,0.76859504,0.74793386,0.6818182,0.6818182,0.79752064,0.838843,0.8347107,0.8305785,0.8347107,0.838843,0.8347107,0.838843,0.8347107,0.8305785,0.838843,0.8347107,0.8429752,0.822314,0.8057851,0.7768595,0.7355372,0.7355372,0.7355372,0.77272725,0.78512394,0.7644628,0.74380165,0.6280992,0.5785124,0.60330576,0.6487603,0.6694215,0.6818182,0.7066116,0.7355372,0.77272725,0.8057851,0.822314,0.8305785,0.8264463,0.8140496,0.80991733,0.80991733,0.8057851,0.8057851,0.78512394,0.71900827,0.6942149,0.69008267,0.6322314,0.6322314,0.661157,0.72727275,0.77272725,0.80991733,0.838843,0.8429752,0.8471074,0.838843,0.838843,0.8305785,0.8429752,0.8057851,0.76859504,0.73966944,0.76859504,0.74380165,0.6487603,0.6942149,0.8347107,0.8553719,0.8347107,0.8347107,0.838843,0.8347107,0.838843,0.8347107,0.8429752,0.8429752,0.8429752,0.8429752,0.8305785,0.8181818,0.8305785,0.7644628,0.73966944,0.8016529,0.7892562,0.78512394,0.7644628,0.73966944,0.607438,0.59917355,0.60330576,0.6487603,0.661157,0.6487603,0.677686,0.6983471,0.7231405,0.7355372,0.75619835,0.7892562,0.8016529,0.80991733,0.8181818,0.822314,0.79752064,0.74793386,0.70247936,0.70247936,0.74380165,0.6942149,0.6322314,0.6404959,0.6735537,0.7355372,0.7768595,0.80991733,0.8429752,0.8677686,0.8595041,0.8305785,0.8429752,0.8347107,0.8140496,0.78099173,0.75619835,0.74793386,0.76859504,0.75619835,0.7231405,0.6487603,0.75206614,0.90082645,0.8595041,0.8429752,0.8553719,0.8595041,0.838843,0.8429752,0.8512397,0.8347107,0.8140496,0.78099173,0.75206614,0.7355372,0.7768595,0.7892562,0.7933884,0.8016529,0.7892562,0.78512394,0.76033056,0.7355372,0.57438016,0.57438016,0.59917355,0.6446281,0.6528926,0.6446281,0.6652893,0.6942149,0.72727275,0.72727275,0.71487606,0.7231405,0.7107438,0.6983471,0.7066116,0.6983471,0.7066116,0.70247936,0.7355372,0.76859504,0.72727275,0.6528926,0.6694215,0.6735537,0.6859504,0.74793386,0.78512394,0.822314,0.8677686,0.89669424,0.87603307,0.8636364,0.8471074,0.8181818,0.7933884,0.78512394,0.7644628,0.7892562,0.8181818,0.75206614,0.7355372,0.7107438,0.6446281,0.6818182,0.6818182,0.6942149,0.73140496,0.74793386,0.7355372,0.74380165,0.75619835,0.75619835,0.7355372,0.71900827,0.72727275,0.77272725,0.8140496,0.8181818,0.80991733,0.7933884,0.78512394,0.78099173,0.74793386,0.7231405,0.6280992,0.5785124,0.59090906,0.6280992,0.6280992,0.6322314,0.6487603,0.677686,0.69008267,0.7107438,0.71900827,0.72727275,0.73140496,0.72727275,0.7355372,0.7355372,0.76033056,0.7644628,0.7644628,0.74793386,0.6570248,0.6280992,0.6859504,0.6487603,0.6859504,0.73966944,0.7768595,0.8181818,0.8636364,0.87603307,0.88842976,0.892562,0.8471074,0.8181818,0.7892562,0.78099173,0.76033056,0.76859504,0.8140496,0.76859504,0.7355372,0.78512394,0.79752064,0.76033056,0.72727275,0.7107438,0.7107438,0.71900827,0.73140496,0.75619835,0.78099173,0.78099173,0.78099173,0.75619835,0.8016529,0.8181818,0.8181818,0.8264463,0.8016529,0.78512394,0.78512394,0.77272725,0.74380165,0.7107438,0.6735537,0.59917355,0.5785124,0.6280992,0.6404959,0.6570248,0.6735537,0.69008267,0.6983471,0.7066116,0.71900827,0.73966944,0.74793386,0.75206614,0.77272725,0.7644628,0.76859504,0.7644628,0.75619835,0.70247936,0.59917355,0.6198347,0.6570248,0.6198347,0.6528926,0.6983471,0.7355372,0.7933884,0.822314,0.8305785,0.8347107,0.8347107,0.80991733,0.7933884,0.78512394,0.76033056,0.72727275,0.73966944,0.76859504,0.74793386,0.71900827,0.76859504,0.8181818,0.822314,0.8057851,0.80991733,0.8181818,0.8264463,0.8305785,0.8347107,0.8347107,0.8347107,0.822314,0.8140496,0.8181818,0.8140496,0.8181818,0.822314,0.7892562,0.7768595,0.78512394,0.7644628,0.74380165,0.7066116,0.6652893,0.60330576,0.57024795,0.607438,0.6363636,0.6570248,0.6983471,0.7066116,0.6983471,0.74380165,0.74380165,0.74380165,0.79752064,0.79752064,0.80991733,0.80991733,0.8016529,0.78099173,0.76033056,0.677686,0.6280992,0.61157024,0.57438016,0.55785125,0.5661157,0.59090906,0.62396693,0.6942149,0.76033056,0.77272725,0.7644628,0.73966944,0.72727275,0.71487606,0.72727275,0.71900827,0.6818182,0.69008267,0.71900827,0.71487606,0.71900827,0.78512394,0.8264463,0.822314,0.8140496,0.8140496,0.8140496,0.822314,0.8305785,0.8347107,0.8305785,0.822314,0.8181818,0.8181818,0.80991733,0.7933884,0.8140496,0.8016529,0.78099173,0.76859504,0.7644628,0.74793386,0.72727275,0.6942149,0.69008267,0.62396693,0.57438016,0.59504133,0.6322314,0.6652893,0.6942149,0.72727275,0.73966944,0.7644628,0.7644628,0.77272725,0.7892562,0.80991733,0.8140496,0.79752064,0.7892562,0.7768595,0.75619835,0.6942149,0.6652893,0.62396693,0.5247934,0.46280992,0.45867768,0.49586776,0.5289256,0.5661157,0.6404959,0.69008267,0.70247936,0.6735537,0.6694215,0.6570248,0.62396693,0.58677685,0.5495868,0.553719,0.6322314,0.6735537,0.75206614,0.80991733,0.838843,0.8305785,0.8181818,0.80991733,0.8181818,0.8264463,0.838843,0.8429752,0.8305785,0.80991733,0.80991733,0.80991733,0.78512394,0.7933884,0.80991733,0.7933884,0.76859504,0.76033056,0.75206614,0.73140496,0.7231405,0.6942149,0.69008267,0.6363636,0.57024795,0.58677685,0.62396693,0.6528926,0.6818182,0.7066116,0.72727275,0.75206614,0.76033056,0.7892562,0.7892562,0.8057851,0.8140496,0.7933884,0.7933884,0.7933884,0.77272725,0.7107438,0.677686,0.6446281,0.5165289,0.38429752,0.3305785,0.3553719,0.40495867,0.47933885,0.54545456,0.61157024,0.6363636,0.6446281,0.61157024,0.54545456,0.57024795,0.59504133,0.58677685,0.5495868,0.60330576,0.7107438,0.78099173,0.8057851,0.8347107,0.8429752,0.8347107,0.822314,0.8181818,0.8264463,0.8347107,0.8471074,0.8429752,0.822314,0.8264463,0.8057851,0.78512394,0.7892562,0.79752064,0.78099173,0.76859504,0.74793386,0.7355372,0.73140496,0.71900827,0.6859504,0.661157,0.6404959,0.5661157,0.5785124,0.607438,0.6404959,0.677686,0.69008267,0.71487606,0.75206614,0.76033056,0.7768595,0.7933884,0.79752064,0.79752064,0.79752064,0.80991733,0.822314,0.8016529,0.74380165,0.70247936,0.677686,0.607438,0.46280992,0.37190083,0.35123968,0.35123968,0.38429752,0.44214877,0.5289256,0.57438016,0.59090906,0.5371901,0.58264464,0.6735537,0.6818182,0.661157,0.6818182,0.7231405,0.76033056,0.78512394,0.79752064,0.8305785,0.8471074,0.8471074,0.8305785,0.822314,0.822314,0.8347107,0.8347107,0.838843,0.8264463,0.8264463,0.8016529,0.7892562,0.7892562,0.78512394,0.76859504,0.75619835,0.73966944,0.73140496,0.72727275,0.7066116,0.677686,0.57438016,0.6280992,0.5661157,0.57438016,0.607438,0.62396693,0.6570248,0.677686,0.6983471,0.74793386,0.75619835,0.76859504,0.7768595,0.7933884,0.7933884,0.8057851,0.8140496,0.8181818,0.7933884,0.7644628,0.7355372,0.71900827,0.6942149,0.6363636,0.54545456,0.45867768,0.4338843,0.42975205,0.4090909,0.47107437,0.553719,0.5661157,0.607438,0.6942149,0.7231405,0.71900827,0.7231405,0.74793386,0.74793386,0.75206614,0.7768595,0.7933884,0.8264463,0.8429752,0.8471074,0.838843,0.8347107,0.8305785,0.8347107,0.8347107,0.8305785,0.8429752,0.8140496,0.8057851,0.8016529,0.78099173,0.78512394,0.75619835,0.74793386,0.73140496,0.72727275,0.71487606,0.6983471,0.6694215,0.47107437,0.5413223,0.553719,0.57438016,0.60330576,0.6198347,0.6404959,0.6652893,0.7066116,0.7355372,0.74380165,0.7644628,0.76859504,0.7892562,0.7933884,0.80991733,0.8057851,0.7892562,0.78099173,0.76859504,0.76033056,0.76033056,0.75619835,0.74380165,0.7066116,0.6363636,0.59090906,0.58677685,0.59504133,0.6280992,0.6942149,0.677686,0.6694215,0.74380165,0.75619835,0.76033056,0.74380165,0.73966944,0.75206614,0.76033056,0.78512394,0.79752064,0.8264463,0.8347107,0.838843,0.8471074,0.838843,0.838843,0.8347107,0.838843,0.8347107,0.8305785,0.8181818,0.8181818,0.8057851,0.7768595,0.78099173,0.7644628,0.73966944,0.72727275,0.7231405,0.71900827,0.69008267,0.6694215,0.446281,0.45454547,0.5123967,0.57438016,0.59917355,0.61570245,0.6363636,0.6570248,0.6859504,0.71900827,0.74380165,0.75619835,0.7768595,0.78512394,0.78512394,0.80991733,0.79752064,0.7768595,0.77272725,0.7644628,0.7644628,0.7644628,0.76859504,0.7768595,0.76033056,0.74793386,0.73140496,0.73140496,0.73966944,0.7355372,0.7355372,0.7107438,0.70247936,0.74793386,0.7644628,0.7644628,0.74793386,0.75206614,0.76033056,0.77272725,0.79752064,0.80991733,0.822314,0.8264463,0.8347107,0.8471074,0.8429752,0.8347107,0.8305785,0.838843,0.8347107,0.8264463,0.822314,0.8264463,0.7933884,0.78099173,0.77272725,0.75206614,0.73140496,0.7231405,0.7231405,0.71487606,0.677686,0.6694215,0.45041323,0.44214877,0.4876033,0.55785125,0.59090906,0.60330576,0.6363636,0.661157,0.677686,0.7107438,0.7355372,0.74793386,0.77272725,0.76033056,0.76859504,0.7933884,0.78512394,0.77272725,0.7644628,0.76033056,0.76859504,0.7644628,0.7644628,0.77272725,0.78099173,0.78099173,0.7892562,0.8016529,0.78512394,0.76859504,0.73140496,0.71487606,0.7066116,0.73966944,0.76859504,0.76859504,0.75619835,0.76859504,0.77272725,0.78099173,0.79752064,0.8057851,0.8140496,0.8181818,0.822314,0.8305785,0.8305785,0.8305785,0.822314,0.8305785,0.8305785,0.822314,0.822314,0.8140496,0.7933884,0.78099173,0.76859504,0.75619835,0.7355372,0.7231405,0.71487606,0.6983471,0.6735537,0.6652893,0.45454547,0.44214877,0.47107437,0.54545456,0.58264464,0.60330576,0.6322314,0.661157,0.677686,0.7066116,0.71487606,0.72727275,0.76033056,0.7355372,0.74793386,0.76033056,0.76033056,0.75206614,0.73966944,0.7355372,0.75619835,0.76033056,0.7644628,0.77272725,0.7892562,0.7933884,0.8016529,0.8264463,0.8181818,0.79752064,0.76033056,0.73140496,0.7231405,0.74793386,0.78099173,0.78512394,0.78512394,0.7892562,0.7933884,0.7933884,0.7892562,0.79752064,0.8016529,0.79752064,0.79752064,0.79752064,0.80991733,0.822314,0.8140496,0.8057851,0.8140496,0.8181818,0.8057851,0.8016529,0.7933884,0.78512394,0.76033056,0.75619835,0.72727275,0.7107438,0.6983471,0.6818182,0.6735537,0.6652893,0.45041323,0.44214877,0.45454547,0.5289256,0.57024795,0.59917355,0.6363636,0.6652893,0.6818182,0.7107438,0.7107438,0.7066116,0.73140496,0.7231405,0.73140496,0.73966944,0.7355372,0.7231405,0.6983471,0.6983471,0.73140496,0.73966944,0.73140496,0.72727275,0.72727275,0.73140496,0.73966944,0.75619835,0.76859504,0.78099173,0.78512394,0.75206614,0.73140496,0.7355372,0.76033056,0.76859504,0.77272725,0.7892562,0.8057851,0.8016529,0.78512394,0.7892562,0.78099173,0.7644628,0.76033056,0.77272725,0.79752064,0.8140496,0.8181818,0.8057851,0.8057851,0.8016529,0.7933884,0.8016529,0.7933884,0.7768595,0.74793386,0.74380165,0.71487606,0.6942149,0.69008267,0.677686,0.6694215,0.6694215,0.446281,0.43801653,0.44214877,0.5165289,0.56198347,0.5785124,0.6280992,0.6652893,0.6818182,0.71487606,0.71487606,0.6942149,0.7107438,0.7231405,0.72727275,0.7231405,0.7066116,0.6818182,0.61570245,0.60330576,0.6487603,0.6528926,0.6198347,0.607438,0.6198347,0.6363636,0.661157,0.6652893,0.6652893,0.677686,0.71900827,0.6859504,0.677686,0.677686,0.6983471,0.6942149,0.6983471,0.7107438,0.72727275,0.73966944,0.74793386,0.75619835,0.73966944,0.7107438,0.7066116,0.72727275,0.76033056,0.7892562,0.8181818,0.8057851,0.8016529,0.78512394,0.78099173,0.79752064,0.78512394,0.77272725,0.74380165,0.73140496,0.7107438,0.6859504,0.6859504,0.6859504,0.6735537,0.6652893,0.446281,0.446281,0.4338843,0.49586776,0.5495868,0.55785125,0.60330576,0.6487603,0.6859504,0.7107438,0.7107438,0.6942149,0.69008267,0.7231405,0.73140496,0.71900827,0.6859504,0.62396693,0.5,0.43801653,0.48347107,0.49586776,0.47933885,0.47107437,0.5,0.5413223,0.59504133,0.59917355,0.58677685,0.5785124,0.61157024,0.59090906,0.59504133,0.607438,0.62396693,0.61157024,0.60330576,0.59090906,0.5785124,0.59504133,0.607438,0.62396693,0.6198347,0.60330576,0.58677685,0.60330576,0.677686,0.75619835,0.80991733,0.79752064,0.7933884,0.76859504,0.77272725,0.7892562,0.7768595,0.7644628,0.74793386,0.72727275,0.7066116,0.6859504,0.69008267,0.6859504,0.6735537,0.661157,0.446281,0.446281,0.42975205,0.47107437,0.5289256,0.553719,0.58264464,0.62396693,0.6818182,0.6942149,0.71900827,0.6983471,0.6735537,0.71900827,0.73966944,0.74380165,0.71487606,0.6570248,0.5413223,0.47107437,0.46280992,0.47107437,0.49173555,0.5,0.5247934,0.5413223,0.59090906,0.59504133,0.59504133,0.60330576,0.59917355,0.60330576,0.61157024,0.59090906,0.59504133,0.59917355,0.59504133,0.59504133,0.5785124,0.5785124,0.57024795,0.5661157,0.57438016,0.5785124,0.58677685,0.57438016,0.6404959,0.7355372,0.7933884,0.79752064,0.7933884,0.7644628,0.7644628,0.78512394,0.77272725,0.75619835,0.7355372,0.7231405,0.7066116,0.6983471,0.6942149,0.677686,0.6652893,0.6528926,0.44214877,0.44214877,0.43801653,0.446281,0.5082645,0.553719,0.5661157,0.59917355,0.6528926,0.6818182,0.7231405,0.7107438,0.69008267,0.71900827,0.74380165,0.76033056,0.76033056,0.72727275,0.6942149,0.6652893,0.6198347,0.607438,0.6198347,0.6322314,0.6322314,0.6404959,0.6942149,0.7107438,0.7107438,0.7355372,0.70247936,0.7066116,0.7231405,0.70247936,0.7066116,0.7107438,0.70247936,0.6983471,0.6942149,0.6859504,0.6735537,0.6570248,0.661157,0.6859504,0.71900827,0.7066116,0.7107438,0.75206614,0.7933884,0.79752064,0.78512394,0.75206614,0.7644628,0.78099173,0.75619835,0.74793386,0.72727275,0.71487606,0.7066116,0.7066116,0.6942149,0.677686,0.6735537,0.6528926,0.44214877,0.44214877,0.446281,0.43801653,0.48347107,0.54545456,0.5495868,0.5785124,0.62396693,0.661157,0.71900827,0.72727275,0.71487606,0.7231405,0.73966944,0.7644628,0.7768595,0.76033056,0.7644628,0.74793386,0.6942149,0.6528926,0.6487603,0.661157,0.6570248,0.6570248,0.6983471,0.73140496,0.73966944,0.7644628,0.75206614,0.73966944,0.75619835,0.77272725,0.77272725,0.76033056,0.74380165,0.7355372,0.7355372,0.73140496,0.7231405,0.7231405,0.7355372,0.76033056,0.7892562,0.8016529,0.7892562,0.78099173,0.79752064,0.7933884,0.77272725,0.74380165,0.78099173,0.77272725,0.74380165,0.73140496,0.7231405,0.7066116,0.7066116,0.6942149,0.6859504,0.6735537,0.6694215,0.6404959,0.446281,0.43801653,0.43801653,0.42561984,0.46280992,0.5206612,0.5413223,0.56198347,0.61157024,0.6280992,0.6859504,0.71487606,0.72727275,0.70247936,0.7231405,0.7644628,0.7768595,0.7768595,0.7768595,0.7644628,0.7231405,0.6818182,0.6570248,0.6487603,0.6404959,0.6446281,0.6570248,0.6735537,0.69008267,0.7107438,0.71900827,0.71487606,0.7231405,0.73140496,0.73966944,0.73966944,0.7231405,0.7355372,0.73966944,0.74793386,0.76033056,0.76033056,0.77272725,0.7933884,0.80991733,0.8305785,0.822314,0.8016529,0.8057851,0.79752064,0.78099173,0.75206614,0.7768595,0.75619835,0.73966944,0.7231405,0.71487606,0.70247936,0.6942149,0.6859504,0.6735537,0.661157,0.6528926,0.62396693,0.44214877,0.446281,0.4338843,0.4338843,0.44214877,0.49173555,0.5371901,0.553719,0.58264464,0.6198347,0.6487603,0.6942149,0.71900827,0.7107438,0.7231405,0.74793386,0.76859504,0.7768595,0.7768595,0.76859504,0.74380165,0.71900827,0.69008267,0.6818182,0.6570248,0.6322314,0.6280992,0.6198347,0.61570245,0.60330576,0.61570245,0.62396693,0.6363636,0.6652893,0.6942149,0.7066116,0.7107438,0.74380165,0.76033056,0.78099173,0.7933884,0.7892562,0.78512394,0.79752064,0.8181818,0.8347107,0.8347107,0.8181818,0.8140496,0.7933884,0.77272725,0.76859504,0.7644628,0.74380165,0.72727275,0.71900827,0.71487606,0.6942149,0.6859504,0.6818182,0.6735537,0.6487603,0.6322314,0.59917355,0.44214877,0.43801653,0.43801653,0.44214877,0.4338843,0.46280992,0.5165289,0.5371901,0.56198347,0.607438,0.62396693,0.661157,0.69008267,0.7066116,0.7066116,0.7355372,0.75619835,0.77272725,0.76859504,0.7644628,0.74380165,0.7231405,0.71487606,0.7107438,0.6942149,0.6735537,0.661157,0.6487603,0.6322314,0.61157024,0.59504133,0.59504133,0.58264464,0.62396693,0.6652893,0.6859504,0.71900827,0.75206614,0.76859504,0.78512394,0.78512394,0.78512394,0.7933884,0.79752064,0.8140496,0.8305785,0.8305785,0.8140496,0.79752064,0.76859504,0.7644628,0.76859504,0.74793386,0.73140496,0.71900827,0.7107438,0.7066116,0.6818182,0.6818182,0.6818182,0.661157,0.6404959,0.607438,0.5785124,0.43801653,0.44214877,0.44214877,0.43801653,0.44214877,0.43801653,0.49173555,0.5247934,0.54545456,0.57024795,0.607438,0.6404959,0.6652893,0.6859504,0.70247936,0.71487606,0.7231405,0.73966944,0.76033056,0.74793386,0.73140496,0.71900827,0.71487606,0.72727275,0.72727275,0.7107438,0.7066116,0.6942149,0.6942149,0.69008267,0.6983471,0.6652893,0.6446281,0.6818182,0.6983471,0.7231405,0.73966944,0.75206614,0.76859504,0.7768595,0.78099173,0.78099173,0.7933884,0.7933884,0.8057851,0.8181818,0.80991733,0.8016529,0.7933884,0.75206614,0.75619835,0.74380165,0.71900827,0.72727275,0.7066116,0.7066116,0.69008267,0.6859504,0.6735537,0.6694215,0.6570248,0.62396693,0.5785124,0.5785124,0.43801653,0.4338843,0.43801653,0.44214877,0.446281,0.41322315,0.45867768,0.49586776,0.5206612,0.5495868,0.58264464,0.61570245,0.6363636,0.6652893,0.6735537,0.69008267,0.6942149,0.71487606,0.72727275,0.73140496,0.7231405,0.7231405,0.7231405,0.72727275,0.7355372,0.73140496,0.72727275,0.73140496,0.73140496,0.72727275,0.73140496,0.72727275,0.7231405,0.74793386,0.74793386,0.7644628,0.7644628,0.77272725,0.7768595,0.78099173,0.78512394,0.78099173,0.7892562,0.7933884,0.7892562,0.7933884,0.7892562,0.78099173,0.7768595,0.75619835,0.74380165,0.73140496,0.7107438,0.71487606,0.7066116,0.69008267,0.6859504,0.6818182,0.6570248,0.6487603,0.6404959,0.59504133,0.55785125,0.60330576,0.44214877,0.4338843,0.44214877,0.45041323,0.4338843,0.44214877,0.42561984,0.47107437,0.5247934,0.5165289,0.57024795,0.5785124,0.61570245,0.6363636,0.6487603,0.6528926,0.677686,0.6942149,0.7231405,0.72727275,0.71900827,0.71900827,0.73140496,0.74380165,0.73966944,0.74793386,0.75619835,0.75206614,0.75619835,0.7644628,0.7768595,0.78512394,0.7892562,0.7644628,0.7768595,0.7933884,0.7768595,0.78512394,0.7768595,0.76859504,0.7644628,0.7644628,0.7768595,0.7768595,0.7892562,0.7892562,0.76859504,0.75619835,0.7644628,0.7355372,0.71900827,0.74380165,0.70247936,0.7066116,0.6983471,0.6694215,0.6818182,0.6652893,0.6528926,0.6363636,0.60330576,0.56198347,0.57024795,0.62396693,0.43801653,0.43801653,0.4338843,0.4338843,0.446281,0.4338843,0.40495867,0.5289256,0.5206612,0.5,0.53305787,0.55785125,0.5785124,0.61570245,0.6280992,0.6570248,0.6570248,0.6694215,0.6942149,0.71487606,0.7231405,0.7231405,0.7355372,0.74793386,0.76033056,0.7768595,0.7933884,0.8057851,0.8140496,0.8347107,0.8264463,0.8429752,0.8305785,0.8305785,0.822314,0.8181818,0.8057851,0.8057851,0.79752064,0.7933884,0.79752064,0.7892562,0.78099173,0.78512394,0.78099173,0.7768595,0.75619835,0.73140496,0.7355372,0.7066116,0.7107438,0.7231405,0.6942149,0.69008267,0.69008267,0.6652893,0.6735537,0.6363636,0.6363636,0.61157024,0.56198347,0.5413223,0.607438,0.6487603,0.43801653,0.43801653,0.43801653,0.43801653,0.43801653,0.4338843,0.40495867,0.55785125,0.607438,0.49173555,0.5082645,0.5413223,0.5495868,0.5785124,0.607438,0.6363636,0.6446281,0.6570248,0.6818182,0.7066116,0.7231405,0.7355372,0.74793386,0.7644628,0.78512394,0.8140496,0.8181818,0.8264463,0.8264463,0.8429752,0.8264463,0.8347107,0.8471074,0.8471074,0.8595041,0.8553719,0.8429752,0.8429752,0.8347107,0.80991733,0.80991733,0.7933884,0.7933884,0.7892562,0.76859504,0.75619835,0.74793386,0.73140496,0.7231405,0.6942149,0.6942149,0.7107438,0.6859504,0.6818182,0.6735537,0.6446281,0.661157,0.6404959,0.60330576,0.56198347,0.53305787,0.59504133,0.6363636,0.6570248,0.43801653,0.4338843,0.43801653,0.43801653,0.446281,0.38842976,0.45041323,0.6322314,0.62396693,0.57024795,0.49586776,0.5206612,0.53305787,0.54545456,0.5785124,0.60330576,0.6322314,0.6404959,0.6694215,0.69008267,0.7107438,0.7355372,0.7644628,0.78099173,0.7933884,0.8140496,0.8140496,0.8140496,0.8264463,0.8429752,0.838843,0.8305785,0.8429752,0.8553719,0.8595041,0.8512397,0.8512397,0.8636364,0.8512397,0.8264463,0.8016529,0.7933884,0.8016529,0.78512394,0.76033056,0.74380165,0.7355372,0.7231405,0.7107438,0.6942149,0.6942149,0.6983471,0.69008267,0.6570248,0.6280992,0.6363636,0.6280992,0.6198347,0.57024795,0.5495868,0.57438016,0.6363636,0.6446281,0.6570248,0.43801653,0.4338843,0.4338843,0.446281,0.43801653,0.30991736,0.6198347,0.73140496,0.607438,0.60330576,0.5289256,0.5,0.5,0.5289256,0.54545456,0.5785124,0.607438,0.6198347,0.6404959,0.6652893,0.677686,0.70247936,0.74380165,0.76033056,0.7768595,0.79752064,0.80991733,0.8140496,0.8264463,0.8471074,0.8471074,0.838843,0.8512397,0.8553719,0.8595041,0.8512397,0.8553719,0.8471074,0.8429752,0.822314,0.79752064,0.7933884,0.78099173,0.75619835,0.74380165,0.7355372,0.7231405,0.71487606,0.6942149,0.6859504,0.677686,0.6859504,0.661157,0.6446281,0.6322314,0.6198347,0.60330576,0.5785124,0.53305787,0.56198347,0.62396693,0.6487603,0.6528926,0.6528926,0.44214877,0.4338843,0.4338843,0.44214877,0.39256197,0.36363637,0.79752064,0.76033056,0.59917355,0.59917355,0.5661157,0.5041322,0.5082645,0.5206612,0.5247934,0.53305787,0.5785124,0.607438,0.6322314,0.6446281,0.6570248,0.677686,0.71487606,0.72727275,0.75206614,0.77272725,0.78099173,0.7933884,0.8140496,0.8264463,0.8305785,0.8264463,0.8347107,0.838843,0.8471074,0.8471074,0.838843,0.8264463,0.8140496,0.8057851,0.7892562,0.77272725,0.75619835,0.7355372,0.7355372,0.7231405,0.71487606,0.7107438,0.6818182,0.6694215,0.6570248,0.6487603,0.6404959,0.62396693,0.61570245,0.59090906,0.5661157,0.54545456,0.5371901,0.61157024,0.6487603,0.6694215,0.661157,0.6487603,0.44214877,0.42975205,0.43801653,0.4338843,0.33471075,0.553719,0.892562,0.74793386,0.60330576,0.60330576,0.58677685,0.5082645,0.49586776,0.5165289,0.5247934,0.5206612,0.5289256,0.56198347,0.59504133,0.61157024,0.6404959,0.6652893,0.6818182,0.69008267,0.7107438,0.74793386,0.76033056,0.7644628,0.78099173,0.80991733,0.8057851,0.7933884,0.8016529,0.80991733,0.8181818,0.8264463,0.8140496,0.7892562,0.7933884,0.7768595,0.76033056,0.74793386,0.73140496,0.7231405,0.7231405,0.6983471,0.6942149,0.6818182,0.661157,0.6446281,0.6404959,0.607438,0.6280992,0.60330576,0.59090906,0.5661157,0.5495868,0.5371901,0.58264464,0.6446281,0.6528926,0.677686,0.6652893,0.6322314,0.44214877,0.42975205,0.43801653,0.39256197,0.3966942,0.72727275,0.92975205,0.7231405,0.607438,0.62396693,0.59504133,0.5495868,0.47933885,0.47107437,0.5206612,0.5289256,0.5206612,0.53305787,0.5495868,0.58677685,0.607438,0.6322314,0.6528926,0.661157,0.6818182,0.7107438,0.73966944,0.7355372,0.73966944,0.77272725,0.77272725,0.76033056,0.7644628,0.76859504,0.78099173,0.78512394,0.77272725,0.77272725,0.76859504,0.74380165,0.72727275,0.71900827,0.7107438,0.7066116,0.6983471,0.6735537,0.6694215,0.661157,0.6280992,0.62396693,0.62396693,0.59090906,0.59917355,0.5785124,0.56198347,0.553719,0.5495868,0.5661157,0.62396693,0.6528926,0.6570248,0.677686,0.6735537,0.60330576,0.4338843,0.43801653,0.43801653,0.3553719,0.5413223,0.8181818,0.9338843,0.7107438,0.61157024,0.6322314,0.607438,0.57438016,0.5206612,0.45041323,0.46694216,0.5165289,0.5371901,0.53305787,0.5206612,0.5495868,0.5661157,0.58677685,0.607438,0.6198347,0.6446281,0.677686,0.70247936,0.7066116,0.71487606,0.73140496,0.72727275,0.7231405,0.71487606,0.7107438,0.7355372,0.74380165,0.73140496,0.7355372,0.73140496,0.70247936,0.69008267,0.6942149,0.69008267,0.6818182,0.6694215,0.6528926,0.6363636,0.6280992,0.59504133,0.59917355,0.58677685,0.57024795,0.57438016,0.5661157,0.54545456,0.5495868,0.57438016,0.61157024,0.6570248,0.661157,0.6694215,0.6818182,0.6735537,0.59504133,0.42975205,0.44214877,0.40082645,0.40495867,0.6942149,0.8636364,0.93801653,0.72727275,0.62396693,0.6404959,0.61157024,0.59090906,0.5495868,0.4876033,0.4338843,0.46694216,0.5289256,0.5413223,0.53305787,0.5289256,0.5371901,0.5495868,0.57024795,0.57438016,0.59090906,0.6322314,0.6528926,0.6735537,0.6859504,0.6942149,0.6859504,0.6859504,0.6652893,0.6694215,0.6859504,0.69008267,0.6942149,0.70247936,0.6983471,0.6652893,0.6570248,0.661157,0.6652893,0.661157,0.6404959,0.6280992,0.59917355,0.58264464,0.57024795,0.57024795,0.55785125,0.55785125,0.5661157,0.5661157,0.5495868,0.5661157,0.61157024,0.6404959,0.6694215,0.6694215,0.6859504,0.6859504,0.6818182,0.59504133,0.46694216,0.5041322,0.43801653,0.5495868,0.8057851,0.8719008,0.93801653,0.74793386,0.62396693,0.6446281,0.6280992,0.60330576,0.5661157,0.5165289,0.46280992,0.43801653,0.4876033,0.5247934,0.5371901,0.5371901,0.5289256,0.5289256,0.5289256,0.5247934,0.5371901,0.57024795,0.59917355,0.6198347,0.6363636,0.6570248,0.6404959,0.6446281,0.6363636,0.6322314,0.6404959,0.6363636,0.6487603,0.6570248,0.6528926,0.6280992,0.6280992,0.6322314,0.6280992,0.6280992,0.61157024,0.58264464,0.56198347,0.5413223,0.553719,0.55785125,0.5661157,0.57438016,0.5661157,0.57024795,0.57024795,0.59504133,0.6487603,0.661157,0.6694215,0.6818182,0.69008267,0.6859504,0.69008267,0.59504133,0.553719,0.60330576,0.6322314,0.73140496,0.8512397,0.8719008,0.9338843,0.7768595,0.62396693,0.6487603,0.6363636,0.62396693,0.5785124,0.54545456,0.5,0.45041323,0.45454547,0.47933885,0.5165289,0.5371901,0.5413223,0.53305787,0.5289256,0.5165289,0.5,0.5206612,0.553719,0.55785125,0.57024795,0.59917355,0.59917355,0.59090906,0.59504133,0.59090906,0.59090906,0.58264464,0.59504133,0.59504133,0.58677685,0.59090906,0.59917355,0.59090906,0.58677685,0.57438016,0.5495868,0.5371901,0.5413223,0.54545456,0.55785125,0.57024795,0.5785124,0.58264464,0.57438016,0.57024795,0.59917355,0.6363636,0.6694215,0.677686,0.677686,0.6942149,0.6983471,0.6983471,0.70247936,0.59917355,5 +0.6570248,0.6487603,0.6528926,0.677686,0.7066116,0.7355372,0.7644628,0.7933884,0.79752064,0.8181818,0.838843,0.8264463,0.8347107,0.8471074,0.8553719,0.87603307,0.88429755,0.88429755,0.892562,0.892562,0.89669424,0.90082645,0.89669424,0.892562,0.89669424,0.89669424,0.88842976,0.88842976,0.892562,0.8801653,0.8801653,0.8719008,0.87603307,0.87603307,0.8801653,0.88429755,0.88842976,0.892562,0.88429755,0.88842976,0.88429755,0.8801653,0.88842976,0.88842976,0.88842976,0.88429755,0.87603307,0.8677686,0.8595041,0.8636364,0.8595041,0.8636364,0.8512397,0.8595041,0.838843,0.8471074,0.79752064,0.79752064,0.78512394,0.75206614,0.71487606,0.69008267,0.6818182,0.6818182,0.6528926,0.6487603,0.661157,0.6859504,0.7066116,0.73140496,0.7644628,0.7892562,0.7933884,0.8140496,0.8347107,0.8347107,0.8305785,0.8471074,0.8553719,0.8719008,0.88429755,0.88842976,0.892562,0.892562,0.892562,0.89669424,0.89669424,0.892562,0.89669424,0.89669424,0.89669424,0.892562,0.892562,0.88842976,0.88429755,0.88429755,0.87603307,0.8801653,0.8801653,0.8801653,0.88842976,0.892562,0.88842976,0.88842976,0.892562,0.88842976,0.88842976,0.88842976,0.88429755,0.8801653,0.87603307,0.8677686,0.87603307,0.87603307,0.8595041,0.8636364,0.8595041,0.8595041,0.8471074,0.8429752,0.80991733,0.7933884,0.78099173,0.75206614,0.71487606,0.6942149,0.6859504,0.6818182,0.6528926,0.6446281,0.6570248,0.6859504,0.7107438,0.73140496,0.76033056,0.7892562,0.7933884,0.8181818,0.8264463,0.838843,0.8347107,0.8471074,0.8553719,0.8677686,0.8801653,0.88429755,0.892562,0.89669424,0.892562,0.89669424,0.89669424,0.89669424,0.89669424,0.892562,0.892562,0.892562,0.89669424,0.892562,0.88429755,0.892562,0.88429755,0.88429755,0.88429755,0.8801653,0.88429755,0.88842976,0.892562,0.88842976,0.88842976,0.892562,0.892562,0.88842976,0.892562,0.88842976,0.88429755,0.87603307,0.8677686,0.88429755,0.8719008,0.8677686,0.8677686,0.8553719,0.8471074,0.8305785,0.822314,0.78512394,0.7768595,0.75206614,0.71900827,0.7066116,0.69008267,0.677686,0.661157,0.6487603,0.6446281,0.6818182,0.71487606,0.7355372,0.74793386,0.78512394,0.7892562,0.80991733,0.8264463,0.8264463,0.8347107,0.838843,0.8471074,0.8636364,0.87603307,0.8801653,0.892562,0.90082645,0.89669424,0.89669424,0.89669424,0.892562,0.892562,0.89669424,0.892562,0.88842976,0.89669424,0.892562,0.88842976,0.89669424,0.88429755,0.88429755,0.88429755,0.8801653,0.88429755,0.88842976,0.88842976,0.88842976,0.892562,0.892562,0.892562,0.892562,0.88842976,0.88842976,0.88429755,0.87603307,0.8719008,0.87603307,0.87603307,0.8636364,0.8636364,0.8595041,0.838843,0.8264463,0.8305785,0.79752064,0.77272725,0.74380165,0.7231405,0.7107438,0.6942149,0.677686,0.6570248,0.6528926,0.6528926,0.677686,0.7107438,0.73140496,0.74380165,0.7768595,0.78512394,0.7892562,0.8140496,0.8181818,0.822314,0.8347107,0.8347107,0.8429752,0.8595041,0.8677686,0.88429755,0.90082645,0.89669424,0.892562,0.892562,0.88842976,0.892562,0.892562,0.892562,0.88842976,0.90082645,0.89669424,0.892562,0.892562,0.88429755,0.88429755,0.88842976,0.88429755,0.88429755,0.88842976,0.88842976,0.88842976,0.892562,0.892562,0.892562,0.892562,0.88842976,0.8801653,0.8801653,0.8719008,0.8719008,0.8636364,0.8677686,0.8553719,0.8471074,0.838843,0.8305785,0.822314,0.8140496,0.79752064,0.77272725,0.75206614,0.72727275,0.70247936,0.6942149,0.6818182,0.6570248,0.661157,0.6652893,0.6735537,0.7107438,0.73140496,0.75206614,0.76859504,0.75619835,0.74380165,0.78099173,0.79752064,0.8181818,0.8264463,0.8140496,0.822314,0.8305785,0.8429752,0.8595041,0.87603307,0.8801653,0.88842976,0.88842976,0.88429755,0.88842976,0.88429755,0.892562,0.88842976,0.90909094,0.89669424,0.89669424,0.892562,0.88429755,0.88429755,0.88842976,0.88429755,0.8801653,0.88429755,0.88842976,0.88429755,0.8801653,0.8801653,0.88429755,0.8801653,0.87603307,0.8636364,0.8719008,0.8512397,0.8636364,0.8553719,0.8553719,0.838843,0.8471074,0.79752064,0.7892562,0.8140496,0.80991733,0.7933884,0.7768595,0.75619835,0.73140496,0.70247936,0.69008267,0.6859504,0.6528926,0.6652893,0.6652893,0.6652893,0.71900827,0.73966944,0.75206614,0.73966944,0.6942149,0.6859504,0.7355372,0.75619835,0.7644628,0.76033056,0.76033056,0.7768595,0.7933884,0.8057851,0.8264463,0.8429752,0.8512397,0.8636364,0.8719008,0.87603307,0.8719008,0.8801653,0.88429755,0.892562,0.89669424,0.90082645,0.89669424,0.88842976,0.88429755,0.8801653,0.88429755,0.8801653,0.87603307,0.8801653,0.8719008,0.8636364,0.8636364,0.8636364,0.8595041,0.8512397,0.8347107,0.8140496,0.8264463,0.8140496,0.8305785,0.8264463,0.8057851,0.8016529,0.7892562,0.74793386,0.7231405,0.75206614,0.79752064,0.7933884,0.78099173,0.75619835,0.72727275,0.7066116,0.69008267,0.6859504,0.6404959,0.661157,0.6694215,0.6735537,0.71487606,0.71900827,0.7107438,0.6570248,0.59917355,0.59917355,0.6404959,0.677686,0.661157,0.6404959,0.6570248,0.6735537,0.677686,0.6942149,0.73140496,0.76033056,0.7892562,0.822314,0.838843,0.838843,0.8429752,0.8636364,0.8719008,0.8801653,0.892562,0.892562,0.88842976,0.88842976,0.8677686,0.8677686,0.8719008,0.8677686,0.8595041,0.8595041,0.8553719,0.838843,0.8305785,0.822314,0.79752064,0.7768595,0.7355372,0.7066116,0.7231405,0.71900827,0.70247936,0.6859504,0.661157,0.6528926,0.6198347,0.6404959,0.62396693,0.6198347,0.6735537,0.7355372,0.7644628,0.76033056,0.7355372,0.7066116,0.69008267,0.6859504,0.6528926,0.6528926,0.661157,0.6735537,0.677686,0.6859504,0.6859504,0.6322314,0.5495868,0.58677685,0.6280992,0.6694215,0.62396693,0.553719,0.5371901,0.54545456,0.55785125,0.57024795,0.59504133,0.6280992,0.6570248,0.71900827,0.78099173,0.79752064,0.8140496,0.8471074,0.8553719,0.8553719,0.8677686,0.87603307,0.8719008,0.87603307,0.8636364,0.8553719,0.8595041,0.8429752,0.822314,0.8264463,0.8181818,0.77272725,0.7107438,0.6735537,0.6652893,0.6280992,0.58264464,0.59917355,0.6198347,0.6363636,0.62396693,0.58264464,0.607438,0.72727275,0.7892562,0.8057851,0.7768595,0.74793386,0.72727275,0.69008267,0.6735537,0.7107438,0.73140496,0.70247936,0.677686,0.69008267,0.6446281,0.6404959,0.6487603,0.661157,0.61570245,0.69008267,0.7355372,0.7107438,0.607438,0.6818182,0.7768595,0.8140496,0.75206614,0.61570245,0.55785125,0.56198347,0.5495868,0.5371901,0.53305787,0.53305787,0.5082645,0.5371901,0.59917355,0.6570248,0.72727275,0.78512394,0.838843,0.8429752,0.8512397,0.8553719,0.8553719,0.8636364,0.8512397,0.8429752,0.838843,0.822314,0.79752064,0.78099173,0.75206614,0.6942149,0.6446281,0.6446281,0.7107438,0.6570248,0.49586776,0.5661157,0.553719,0.57438016,0.59504133,0.49586776,0.7066116,0.87603307,0.90909094,0.90909094,0.90495867,0.89669424,0.90909094,0.892562,0.75206614,0.661157,0.74380165,0.72727275,0.6652893,0.6818182,0.6363636,0.6404959,0.6404959,0.6528926,0.59504133,0.61157024,0.6322314,0.62396693,0.5785124,0.57438016,0.7107438,0.8016529,0.76859504,0.61157024,0.54545456,0.5495868,0.5206612,0.5206612,0.54545456,0.5247934,0.5,0.6363636,0.69008267,0.7933884,0.8016529,0.7892562,0.78099173,0.8305785,0.8471074,0.8553719,0.8553719,0.8595041,0.8471074,0.8305785,0.8181818,0.8057851,0.78512394,0.73966944,0.677686,0.661157,0.71487606,0.73966944,0.7933884,0.75619835,0.5206612,0.5247934,0.4876033,0.5123967,0.5495868,0.38842976,0.72727275,0.91735536,0.92975205,0.92561984,0.9214876,0.92975205,0.90082645,0.7892562,0.6570248,0.59504133,0.59917355,0.6694215,0.6859504,0.6570248,0.6198347,0.6198347,0.58264464,0.6363636,0.59504133,0.59090906,0.59090906,0.57024795,0.5371901,0.38429752,0.5123967,0.6735537,0.7107438,0.60330576,0.5289256,0.54545456,0.5289256,0.53305787,0.57024795,0.5785124,0.6694215,0.8677686,0.8636364,0.90495867,0.89669424,0.91322315,0.8677686,0.7892562,0.838843,0.8636364,0.8595041,0.8553719,0.8471074,0.838843,0.8264463,0.8140496,0.76859504,0.6859504,0.607438,0.58677685,0.58677685,0.553719,0.5785124,0.61157024,0.5785124,0.5165289,0.5165289,0.56198347,0.59090906,0.46280992,0.71487606,0.90909094,0.9338843,0.9214876,0.9214876,0.92975205,0.90082645,0.75619835,0.61570245,0.61157024,0.59090906,0.59917355,0.6735537,0.71487606,0.6198347,0.60330576,0.5371901,0.6859504,0.58677685,0.59504133,0.6198347,0.6404959,0.6818182,0.59504133,0.73140496,0.8471074,0.87603307,0.77272725,0.661157,0.6652893,0.6446281,0.6198347,0.607438,0.59917355,0.8305785,0.95454544,0.92561984,0.92561984,0.92561984,0.95454544,0.8801653,0.76033056,0.8347107,0.8677686,0.8677686,0.8636364,0.8553719,0.8471074,0.838843,0.7892562,0.71900827,0.6694215,0.6528926,0.661157,0.6363636,0.6363636,0.6322314,0.6322314,0.6363636,0.607438,0.62396693,0.6570248,0.6735537,0.6198347,0.6735537,0.838843,0.91735536,0.91735536,0.91322315,0.8719008,0.7644628,0.661157,0.61157024,0.62396693,0.6404959,0.59090906,0.6446281,0.7066116,0.6404959,0.59917355,0.5413223,0.61157024,0.57438016,0.6363636,0.6404959,0.6694215,0.6694215,0.6363636,0.6322314,0.6859504,0.74380165,0.7231405,0.69008267,0.6942149,0.677686,0.6487603,0.59504133,0.5123967,0.7892562,0.9504132,0.92561984,0.92561984,0.9214876,0.92975205,0.8264463,0.6942149,0.8140496,0.8719008,0.87603307,0.8719008,0.8636364,0.8595041,0.8429752,0.75619835,0.6818182,0.7066116,0.6983471,0.70247936,0.6859504,0.6735537,0.6446281,0.6528926,0.6404959,0.60330576,0.6198347,0.6404959,0.661157,0.6446281,0.59504133,0.6446281,0.7644628,0.8140496,0.7892562,0.73966944,0.69008267,0.6694215,0.6446281,0.6280992,0.6652893,0.6446281,0.6570248,0.70247936,0.6363636,0.61157024,0.607438,0.6198347,0.61157024,0.6652893,0.6198347,0.62396693,0.6322314,0.6198347,0.61157024,0.61157024,0.62396693,0.6404959,0.6487603,0.6570248,0.6528926,0.6198347,0.553719,0.4338843,0.56198347,0.87603307,0.89669424,0.88842976,0.8471074,0.822314,0.71900827,0.7066116,0.8512397,0.90495867,0.87603307,0.8347107,0.822314,0.8016529,0.79752064,0.822314,0.7768595,0.70247936,0.6859504,0.6859504,0.6818182,0.6735537,0.58677685,0.59917355,0.6198347,0.5413223,0.553719,0.54545456,0.59504133,0.61157024,0.59917355,0.58264464,0.6363636,0.6735537,0.6570248,0.6280992,0.6322314,0.661157,0.6487603,0.62396693,0.6735537,0.69008267,0.6859504,0.677686,0.6280992,0.6363636,0.6322314,0.6363636,0.6363636,0.6363636,0.58677685,0.5,0.5123967,0.553719,0.58677685,0.59090906,0.607438,0.6528926,0.6363636,0.62396693,0.6487603,0.58677685,0.553719,0.49173555,0.45454547,0.7107438,0.6942149,0.70247936,0.71900827,0.7107438,0.6652893,0.59917355,0.7768595,0.90909094,0.8553719,0.74380165,0.6983471,0.6528926,0.6363636,0.73140496,0.7768595,0.70247936,0.661157,0.6570248,0.6404959,0.62396693,0.53305787,0.57438016,0.6446281,0.56198347,0.5165289,0.40082645,0.5289256,0.57438016,0.59090906,0.59090906,0.59917355,0.61157024,0.6198347,0.6280992,0.59504133,0.57438016,0.6198347,0.6198347,0.6735537,0.71487606,0.71487606,0.58677685,0.6322314,0.62396693,0.6280992,0.6280992,0.6198347,0.6198347,0.553719,0.45454547,0.45867768,0.5,0.5495868,0.5165289,0.47107437,0.5165289,0.47107437,0.40082645,0.5,0.46280992,0.58677685,0.59917355,0.56198347,0.59090906,0.59090906,0.57438016,0.607438,0.6487603,0.6528926,0.59090906,0.59504133,0.6818182,0.7231405,0.71487606,0.7107438,0.69008267,0.6570248,0.6280992,0.6487603,0.7355372,0.677686,0.6487603,0.6280992,0.6198347,0.5661157,0.5082645,0.60330576,0.53305787,0.47933885,0.22727273,0.4090909,0.46280992,0.49173555,0.5289256,0.56198347,0.55785125,0.55785125,0.61570245,0.60330576,0.553719,0.57024795,0.58677685,0.6528926,0.6859504,0.6570248,0.47107437,0.6404959,0.6322314,0.6198347,0.6198347,0.59917355,0.59917355,0.54545456,0.46694216,0.41735536,0.39256197,0.46280992,0.5123967,0.46694216,0.47107437,0.43801653,0.33471075,0.42561984,0.53305787,0.70247936,0.6818182,0.6322314,0.59504133,0.6198347,0.6198347,0.58677685,0.6198347,0.6570248,0.6570248,0.61570245,0.69008267,0.78512394,0.8181818,0.822314,0.8140496,0.76033056,0.6280992,0.5785124,0.75206614,0.6983471,0.69008267,0.6818182,0.59090906,0.5082645,0.553719,0.7231405,0.6446281,0.58264464,0.37603307,0.34710744,0.41322315,0.5206612,0.59917355,0.607438,0.53305787,0.49586776,0.57024795,0.59090906,0.58677685,0.55785125,0.55785125,0.6198347,0.59917355,0.5247934,0.34710744,0.6446281,0.6694215,0.6322314,0.61570245,0.607438,0.607438,0.57024795,0.5123967,0.49586776,0.53305787,0.59090906,0.62396693,0.60330576,0.553719,0.53305787,0.48347107,0.55785125,0.6487603,0.7933884,0.7355372,0.71487606,0.6694215,0.57024795,0.661157,0.62396693,0.6322314,0.6652893,0.6694215,0.7066116,0.79752064,0.8595041,0.8677686,0.8636364,0.8595041,0.8264463,0.6818182,0.5289256,0.7644628,0.7231405,0.7355372,0.72727275,0.6363636,0.62396693,0.6322314,0.71487606,0.6942149,0.62396693,0.55785125,0.53305787,0.5413223,0.59090906,0.6652893,0.6694215,0.60330576,0.57024795,0.59917355,0.59917355,0.61157024,0.59917355,0.55785125,0.56198347,0.5,0.44214877,0.42561984,0.61157024,0.6652893,0.6735537,0.6694215,0.6735537,0.677686,0.6570248,0.61570245,0.5785124,0.59090906,0.6363636,0.6694215,0.69008267,0.6818182,0.6570248,0.6363636,0.677686,0.71487606,0.74793386,0.70247936,0.70247936,0.71900827,0.6942149,0.7107438,0.6818182,0.661157,0.6570248,0.6446281,0.72727275,0.8305785,0.8636364,0.8719008,0.8636364,0.8595041,0.8471074,0.74380165,0.5289256,0.73140496,0.76033056,0.74793386,0.76859504,0.74793386,0.7107438,0.6859504,0.6942149,0.6983471,0.6859504,0.6818182,0.71900827,0.6859504,0.661157,0.6859504,0.6652893,0.6280992,0.6404959,0.6735537,0.6735537,0.6652893,0.6487603,0.57438016,0.5123967,0.46280992,0.5082645,0.59504133,0.58677685,0.62396693,0.6735537,0.7066116,0.72727275,0.73140496,0.71487606,0.6859504,0.6528926,0.6280992,0.6280992,0.6280992,0.6280992,0.6487603,0.6487603,0.6652893,0.69008267,0.71900827,0.74793386,0.74380165,0.72727275,0.74380165,0.7355372,0.74380165,0.74380165,0.6652893,0.61157024,0.6198347,0.7355372,0.8429752,0.8677686,0.8677686,0.8595041,0.8553719,0.838843,0.77272725,0.57024795,0.6198347,0.77272725,0.78512394,0.7933884,0.7933884,0.78512394,0.77272725,0.75619835,0.74793386,0.7066116,0.70247936,0.7107438,0.6859504,0.6652893,0.6735537,0.6694215,0.6694215,0.70247936,0.7355372,0.74793386,0.71487606,0.6983471,0.60330576,0.5289256,0.53305787,0.6280992,0.70247936,0.60330576,0.59917355,0.6528926,0.7107438,0.74793386,0.75206614,0.7355372,0.71487606,0.69008267,0.677686,0.6983471,0.7231405,0.7355372,0.74380165,0.75206614,0.75206614,0.74793386,0.73966944,0.74380165,0.74793386,0.76033056,0.75619835,0.73140496,0.76033056,0.8016529,0.661157,0.5661157,0.6198347,0.73966944,0.8429752,0.8801653,0.8677686,0.8553719,0.8553719,0.8471074,0.80991733,0.61570245,0.5247934,0.7768595,0.7892562,0.8016529,0.8016529,0.79752064,0.8016529,0.79752064,0.7768595,0.78099173,0.79752064,0.7933884,0.7768595,0.75619835,0.74380165,0.74380165,0.74380165,0.73966944,0.75206614,0.7768595,0.75206614,0.73966944,0.6570248,0.61157024,0.6528926,0.70247936,0.7355372,0.6446281,0.607438,0.6404959,0.71487606,0.7644628,0.7768595,0.76033056,0.73966944,0.7231405,0.71487606,0.7231405,0.73140496,0.73966944,0.75206614,0.75619835,0.75206614,0.77272725,0.7644628,0.7892562,0.8264463,0.8347107,0.7933884,0.7644628,0.74380165,0.8264463,0.6818182,0.5661157,0.6322314,0.7355372,0.8347107,0.88429755,0.8677686,0.8553719,0.8553719,0.8512397,0.8347107,0.6735537,0.45041323,0.73966944,0.90909094,0.78099173,0.8140496,0.8016529,0.79752064,0.8016529,0.79752064,0.77272725,0.74793386,0.74380165,0.74380165,0.75619835,0.76033056,0.75206614,0.77272725,0.77272725,0.76859504,0.7892562,0.78099173,0.77272725,0.71900827,0.6859504,0.73140496,0.73966944,0.73966944,0.6735537,0.6487603,0.6528926,0.71487606,0.76859504,0.78512394,0.7768595,0.7644628,0.76033056,0.76033056,0.76859504,0.7768595,0.7644628,0.7644628,0.78099173,0.7892562,0.79752064,0.8181818,0.8181818,0.8140496,0.8057851,0.8016529,0.7768595,0.61570245,0.70247936,0.6652893,0.61157024,0.6694215,0.7355372,0.822314,0.8801653,0.87603307,0.8553719,0.8512397,0.8429752,0.8181818,0.7231405,0.553719,0.5371901,0.8140496,0.78512394,0.8347107,0.8181818,0.80991733,0.80991733,0.8057851,0.8057851,0.7892562,0.7768595,0.7768595,0.76859504,0.7768595,0.77272725,0.7644628,0.7892562,0.7892562,0.7933884,0.8016529,0.7933884,0.75619835,0.7107438,0.75619835,0.7644628,0.73140496,0.6735537,0.6818182,0.6735537,0.7066116,0.75206614,0.7768595,0.7768595,0.7768595,0.7768595,0.78099173,0.7933884,0.8057851,0.79752064,0.78512394,0.7933884,0.8057851,0.79752064,0.8181818,0.80991733,0.80991733,0.8181818,0.8305785,0.76859504,0.6942149,0.6818182,0.6446281,0.6446281,0.69008267,0.73140496,0.80991733,0.8677686,0.8801653,0.8553719,0.8471074,0.838843,0.80991733,0.75206614,0.7107438,0.553719,0.6487603,0.73140496,0.8264463,0.8429752,0.822314,0.8140496,0.8181818,0.822314,0.822314,0.8140496,0.8140496,0.80991733,0.80991733,0.8057851,0.7933884,0.79752064,0.79752064,0.78099173,0.79752064,0.7933884,0.7644628,0.7066116,0.76033056,0.77272725,0.7231405,0.6735537,0.6942149,0.6942149,0.6983471,0.73140496,0.75619835,0.77272725,0.78512394,0.78512394,0.7892562,0.8057851,0.8140496,0.8181818,0.8140496,0.8057851,0.8181818,0.822314,0.8140496,0.8181818,0.8181818,0.8305785,0.838843,0.77272725,0.73966944,0.6942149,0.661157,0.6859504,0.7066116,0.73966944,0.8057851,0.8595041,0.8677686,0.8595041,0.8429752,0.8347107,0.8305785,0.7933884,0.76859504,0.6983471,0.6528926,0.6280992,0.76033056,0.8429752,0.838843,0.822314,0.822314,0.8264463,0.822314,0.822314,0.822314,0.8305785,0.8305785,0.8181818,0.8057851,0.8057851,0.8057851,0.7892562,0.8016529,0.7892562,0.7644628,0.6942149,0.75619835,0.76859504,0.71487606,0.6694215,0.7231405,0.72727275,0.6942149,0.7107438,0.73966944,0.76859504,0.8016529,0.8057851,0.8057851,0.8181818,0.8140496,0.822314,0.822314,0.8057851,0.822314,0.8347107,0.8057851,0.822314,0.822314,0.8140496,0.8016529,0.73140496,0.6942149,0.6859504,0.6983471,0.71487606,0.7231405,0.7644628,0.80991733,0.8429752,0.8595041,0.8553719,0.838843,0.8305785,0.8512397,0.838843,0.78512394,0.75619835,0.7107438,0.6322314,0.661157,0.7933884,0.8429752,0.8305785,0.822314,0.822314,0.822314,0.8181818,0.8181818,0.822314,0.822314,0.822314,0.8181818,0.79752064,0.80991733,0.7768595,0.8016529,0.78512394,0.75619835,0.6983471,0.76033056,0.7355372,0.71900827,0.661157,0.7644628,0.76859504,0.6983471,0.7066116,0.73966944,0.7768595,0.8140496,0.8264463,0.8264463,0.8305785,0.822314,0.822314,0.8264463,0.8181818,0.8181818,0.8429752,0.8140496,0.822314,0.8140496,0.7892562,0.72727275,0.6652893,0.661157,0.70247936,0.7231405,0.71487606,0.75619835,0.8181818,0.8305785,0.8347107,0.8429752,0.8471074,0.838843,0.822314,0.8553719,0.8512397,0.78512394,0.75206614,0.7355372,0.6983471,0.6280992,0.6818182,0.79752064,0.838843,0.8264463,0.822314,0.8305785,0.8264463,0.8181818,0.822314,0.8264463,0.822314,0.8305785,0.8264463,0.8264463,0.7933884,0.7933884,0.78099173,0.72727275,0.72727275,0.75619835,0.7066116,0.7355372,0.6735537,0.75619835,0.76033056,0.6983471,0.7107438,0.75619835,0.7892562,0.8181818,0.8305785,0.838843,0.8347107,0.838843,0.822314,0.8264463,0.8347107,0.822314,0.8347107,0.822314,0.8140496,0.7933884,0.7355372,0.677686,0.6404959,0.6694215,0.7066116,0.69008267,0.7066116,0.78099173,0.822314,0.838843,0.838843,0.8471074,0.8429752,0.838843,0.8305785,0.8429752,0.8347107,0.77272725,0.72727275,0.7355372,0.73966944,0.677686,0.6322314,0.6942149,0.7892562,0.8264463,0.8305785,0.8305785,0.8264463,0.822314,0.8264463,0.8264463,0.8264463,0.8305785,0.8305785,0.8264463,0.79752064,0.8057851,0.7892562,0.7355372,0.79752064,0.7644628,0.74793386,0.75206614,0.6859504,0.71487606,0.70247936,0.6735537,0.6942149,0.75206614,0.78099173,0.8016529,0.822314,0.8429752,0.838843,0.8471074,0.8305785,0.8305785,0.8429752,0.8264463,0.8305785,0.8181818,0.78099173,0.72727275,0.73140496,0.7107438,0.6694215,0.677686,0.677686,0.661157,0.71900827,0.78099173,0.8057851,0.8264463,0.8429752,0.8512397,0.8512397,0.8305785,0.8264463,0.838843,0.8057851,0.7644628,0.71900827,0.73140496,0.74793386,0.73140496,0.69008267,0.661157,0.6859504,0.75619835,0.8305785,0.8677686,0.8471074,0.8347107,0.8305785,0.838843,0.8471074,0.8347107,0.822314,0.8016529,0.7892562,0.77272725,0.7231405,0.6652893,0.74380165,0.7768595,0.77272725,0.75619835,0.677686,0.7066116,0.71487606,0.7107438,0.69008267,0.69008267,0.74380165,0.76033056,0.7768595,0.7933884,0.8016529,0.8057851,0.7933884,0.79752064,0.8057851,0.8181818,0.8016529,0.75206614,0.7355372,0.74380165,0.75619835,0.6942149,0.677686,0.71487606,0.6859504,0.6735537,0.73966944,0.7768595,0.79752064,0.8264463,0.8677686,0.88429755,0.8719008,0.8471074,0.8347107,0.8347107,0.7933884,0.76033056,0.73140496,0.75206614,0.74380165,0.7355372,0.75619835,0.73140496,0.6652893,0.6487603,0.71487606,0.8305785,0.8347107,0.77272725,0.74793386,0.76033056,0.76033056,0.75206614,0.7355372,0.71900827,0.71487606,0.72727275,0.72727275,0.74793386,0.78099173,0.76859504,0.76033056,0.74793386,0.677686,0.6942149,0.6983471,0.7066116,0.7066116,0.71487606,0.74380165,0.74793386,0.73140496,0.71900827,0.7231405,0.73966944,0.73140496,0.73966944,0.73966944,0.77272725,0.76859504,0.74793386,0.76033056,0.78099173,0.7355372,0.661157,0.6983471,0.75206614,0.6983471,0.69008267,0.74380165,0.7892562,0.8057851,0.838843,0.88842976,0.90082645,0.88429755,0.88429755,0.8553719,0.8264463,0.7892562,0.7644628,0.73966944,0.76033056,0.77272725,0.7355372,0.7644628,0.7933884,0.74380165,0.6735537,0.6487603,0.72727275,0.74380165,0.71900827,0.6942149,0.73140496,0.73966944,0.75206614,0.74793386,0.71900827,0.73966944,0.7644628,0.7768595,0.7933884,0.78512394,0.76859504,0.75619835,0.74380165,0.6570248,0.6735537,0.6818182,0.69008267,0.69008267,0.6942149,0.71487606,0.73140496,0.7355372,0.73140496,0.74380165,0.74793386,0.7355372,0.74380165,0.7355372,0.75619835,0.77272725,0.78512394,0.78512394,0.77272725,0.677686,0.6322314,0.71487606,0.73140496,0.677686,0.6818182,0.73140496,0.76859504,0.7933884,0.822314,0.8636364,0.8719008,0.89669424,0.88429755,0.8471074,0.8181818,0.7933884,0.75619835,0.7355372,0.72727275,0.75619835,0.73966944,0.73966944,0.79752064,0.822314,0.78512394,0.74380165,0.73966944,0.74793386,0.7644628,0.76859504,0.78512394,0.7933884,0.8016529,0.7892562,0.76859504,0.7892562,0.78512394,0.7933884,0.8016529,0.77272725,0.74793386,0.74793386,0.73966944,0.6694215,0.6735537,0.69008267,0.7107438,0.71900827,0.73140496,0.7231405,0.73140496,0.74793386,0.75206614,0.76859504,0.7768595,0.78099173,0.79752064,0.7933884,0.79752064,0.79752064,0.7892562,0.78099173,0.73966944,0.6363636,0.61157024,0.69008267,0.6942149,0.6446281,0.6404959,0.6942149,0.71487606,0.75206614,0.78512394,0.822314,0.822314,0.8512397,0.8140496,0.7933884,0.78512394,0.76033056,0.73966944,0.71487606,0.6983471,0.71487606,0.7107438,0.71900827,0.78512394,0.8347107,0.8347107,0.8264463,0.822314,0.8181818,0.80991733,0.822314,0.8264463,0.8181818,0.822314,0.8016529,0.7933884,0.79752064,0.78512394,0.7933884,0.79752064,0.76859504,0.74380165,0.73966944,0.73140496,0.6570248,0.677686,0.69008267,0.7107438,0.7355372,0.74380165,0.72727275,0.73140496,0.75206614,0.76033056,0.7768595,0.79752064,0.79752064,0.8140496,0.8181818,0.8140496,0.79752064,0.7892562,0.78512394,0.7355372,0.6528926,0.607438,0.607438,0.6198347,0.58677685,0.5785124,0.61570245,0.6322314,0.6528926,0.6942149,0.76033056,0.7768595,0.7768595,0.7355372,0.71900827,0.7107438,0.70247936,0.69008267,0.661157,0.6280992,0.6570248,0.6859504,0.7231405,0.7933884,0.8347107,0.8347107,0.8305785,0.8264463,0.8264463,0.8140496,0.8264463,0.8347107,0.80991733,0.8016529,0.79752064,0.7892562,0.7768595,0.77272725,0.7892562,0.7892562,0.75206614,0.7355372,0.73140496,0.7107438,0.6487603,0.6694215,0.6859504,0.70247936,0.7355372,0.76033056,0.75619835,0.76033056,0.78099173,0.7933884,0.7933884,0.8181818,0.8264463,0.8305785,0.838843,0.8264463,0.8057851,0.7933884,0.7933884,0.75619835,0.6983471,0.6404959,0.55785125,0.5082645,0.4752066,0.4338843,0.4876033,0.5371901,0.57024795,0.59090906,0.6404959,0.6942149,0.7066116,0.6735537,0.661157,0.6570248,0.607438,0.57024795,0.5165289,0.5,0.57438016,0.677686,0.75619835,0.79752064,0.8264463,0.8305785,0.8264463,0.8264463,0.8264463,0.8264463,0.8347107,0.838843,0.8181818,0.8016529,0.79752064,0.78512394,0.7644628,0.7644628,0.7768595,0.77272725,0.74793386,0.73140496,0.71900827,0.7066116,0.6446281,0.6570248,0.69008267,0.70247936,0.72727275,0.74380165,0.76033056,0.77272725,0.78099173,0.7892562,0.8057851,0.80991733,0.8305785,0.8305785,0.8264463,0.8140496,0.8016529,0.8016529,0.8057851,0.78099173,0.7355372,0.6859504,0.59090906,0.446281,0.38429752,0.34710744,0.36363637,0.40082645,0.42975205,0.5041322,0.56198347,0.61157024,0.6363636,0.6363636,0.59917355,0.56198347,0.57024795,0.59917355,0.58677685,0.55785125,0.607438,0.71900827,0.77272725,0.78099173,0.8140496,0.8305785,0.8305785,0.8305785,0.822314,0.8181818,0.8347107,0.8347107,0.8305785,0.8140496,0.8057851,0.7933884,0.76859504,0.76859504,0.77272725,0.7644628,0.73966944,0.71900827,0.7107438,0.70247936,0.6404959,0.6570248,0.6735537,0.70247936,0.71900827,0.73966944,0.73966944,0.77272725,0.77272725,0.7892562,0.80991733,0.8181818,0.822314,0.8264463,0.8140496,0.8140496,0.822314,0.8264463,0.8140496,0.79752064,0.7768595,0.73140496,0.6735537,0.5371901,0.4338843,0.38429752,0.35950413,0.37603307,0.38016528,0.3966942,0.47107437,0.5413223,0.57438016,0.58677685,0.56198347,0.59504133,0.6446281,0.6487603,0.6570248,0.6859504,0.71487606,0.75206614,0.7768595,0.78099173,0.79752064,0.8264463,0.8264463,0.8305785,0.8264463,0.8181818,0.8305785,0.8264463,0.8264463,0.822314,0.80991733,0.7933884,0.77272725,0.76859504,0.7644628,0.74793386,0.7355372,0.71900827,0.70247936,0.6983471,0.6322314,0.6570248,0.6570248,0.6942149,0.6983471,0.73140496,0.72727275,0.77272725,0.78099173,0.78512394,0.7933884,0.8057851,0.80991733,0.8140496,0.8181818,0.822314,0.8347107,0.8347107,0.8181818,0.8016529,0.7892562,0.7768595,0.75206614,0.6942149,0.61157024,0.5371901,0.48347107,0.45454547,0.45041323,0.40495867,0.4214876,0.4876033,0.54545456,0.58677685,0.6363636,0.6859504,0.7066116,0.70247936,0.71487606,0.7355372,0.7355372,0.75206614,0.76033056,0.7644628,0.79752064,0.8181818,0.8305785,0.8305785,0.8305785,0.8264463,0.8347107,0.8305785,0.822314,0.822314,0.80991733,0.7933884,0.7768595,0.76859504,0.75619835,0.74380165,0.72727275,0.71487606,0.70247936,0.6942149,0.6280992,0.6570248,0.661157,0.677686,0.6859504,0.71900827,0.73140496,0.75619835,0.77272725,0.78099173,0.7892562,0.79752064,0.8057851,0.80991733,0.822314,0.822314,0.822314,0.8181818,0.8016529,0.7933884,0.78512394,0.7892562,0.7933884,0.78099173,0.7644628,0.7107438,0.6570248,0.59504133,0.59090906,0.56198347,0.5289256,0.58677685,0.6487603,0.6570248,0.70247936,0.73966944,0.74380165,0.7355372,0.7355372,0.73140496,0.73966944,0.75619835,0.75619835,0.7644628,0.78512394,0.80991733,0.8140496,0.8429752,0.8264463,0.8264463,0.8305785,0.8347107,0.8264463,0.8181818,0.80991733,0.8016529,0.78099173,0.76859504,0.76033056,0.7355372,0.71900827,0.70247936,0.6983471,0.6859504,0.62396693,0.6487603,0.661157,0.6694215,0.6818182,0.7066116,0.73140496,0.74793386,0.76859504,0.77272725,0.7892562,0.8016529,0.8057851,0.80991733,0.8264463,0.8264463,0.80991733,0.8016529,0.7933884,0.78512394,0.78512394,0.78512394,0.7933884,0.8016529,0.80991733,0.78099173,0.76859504,0.7355372,0.72727275,0.71487606,0.6818182,0.70247936,0.73140496,0.7107438,0.73140496,0.76033056,0.76033056,0.75206614,0.74380165,0.73966944,0.74793386,0.75206614,0.76859504,0.77272725,0.8016529,0.79752064,0.8181818,0.838843,0.8264463,0.8181818,0.8181818,0.8264463,0.8264463,0.8140496,0.80991733,0.8016529,0.78099173,0.76859504,0.75206614,0.73140496,0.71900827,0.70247936,0.6942149,0.6859504,0.61157024,0.6363636,0.661157,0.6570248,0.6818182,0.70247936,0.71487606,0.7355372,0.76033056,0.7768595,0.78512394,0.8016529,0.8016529,0.80991733,0.822314,0.822314,0.8016529,0.7933884,0.7933884,0.78099173,0.7933884,0.7892562,0.78099173,0.7933884,0.79752064,0.78512394,0.78512394,0.7892562,0.8016529,0.78512394,0.76033056,0.74380165,0.73966944,0.7231405,0.7355372,0.76033056,0.76033056,0.75206614,0.75206614,0.75619835,0.7644628,0.74793386,0.7644628,0.7768595,0.8057851,0.7892562,0.80991733,0.8264463,0.8264463,0.80991733,0.80991733,0.8140496,0.8181818,0.80991733,0.80991733,0.7933884,0.7768595,0.7644628,0.74380165,0.73140496,0.71487606,0.6983471,0.6818182,0.6735537,0.59917355,0.6280992,0.6570248,0.661157,0.6859504,0.6983471,0.71900827,0.73140496,0.75206614,0.7644628,0.78099173,0.7892562,0.78099173,0.78099173,0.8016529,0.8140496,0.8016529,0.7892562,0.78512394,0.78512394,0.7933884,0.7933884,0.77272725,0.79752064,0.78099173,0.8057851,0.8016529,0.8057851,0.8347107,0.822314,0.79752064,0.76859504,0.74380165,0.73140496,0.7355372,0.76033056,0.77272725,0.76859504,0.76859504,0.76859504,0.77272725,0.76033056,0.7644628,0.7768595,0.7892562,0.7892562,0.7933884,0.79752064,0.79752064,0.8057851,0.79752064,0.79752064,0.79752064,0.79752064,0.7933884,0.78099173,0.7768595,0.7644628,0.74380165,0.7231405,0.7066116,0.6818182,0.6694215,0.6570248,0.58264464,0.61570245,0.6487603,0.661157,0.6859504,0.6983471,0.71487606,0.73140496,0.74793386,0.74380165,0.76859504,0.78099173,0.76033056,0.76033056,0.77272725,0.77272725,0.77272725,0.76033056,0.74793386,0.75206614,0.77272725,0.7892562,0.77272725,0.8016529,0.7892562,0.80991733,0.8057851,0.8016529,0.822314,0.8264463,0.8181818,0.80991733,0.78512394,0.7644628,0.75206614,0.7644628,0.78099173,0.77272725,0.7768595,0.78099173,0.78099173,0.7644628,0.74793386,0.77272725,0.75206614,0.75619835,0.76033056,0.76033056,0.78099173,0.79752064,0.7933884,0.78512394,0.78512394,0.78099173,0.78099173,0.7768595,0.7768595,0.7644628,0.7355372,0.7107438,0.69008267,0.6694215,0.661157,0.6528926,0.57024795,0.59917355,0.6446281,0.661157,0.6859504,0.7066116,0.71487606,0.7355372,0.74380165,0.73966944,0.73966944,0.75619835,0.75206614,0.74793386,0.76033056,0.76033056,0.75206614,0.74380165,0.72727275,0.71487606,0.75619835,0.76033056,0.7644628,0.73966944,0.74380165,0.74380165,0.73140496,0.73966944,0.74380165,0.74793386,0.7644628,0.7892562,0.78099173,0.74793386,0.72727275,0.72727275,0.72727275,0.73140496,0.7355372,0.74793386,0.76859504,0.7644628,0.74793386,0.76859504,0.73966944,0.7355372,0.7231405,0.75206614,0.7768595,0.7892562,0.8016529,0.7892562,0.78099173,0.77272725,0.76859504,0.76859504,0.7644628,0.75206614,0.72727275,0.70247936,0.677686,0.661157,0.661157,0.6570248,0.57438016,0.58677685,0.6280992,0.6570248,0.677686,0.7107438,0.71900827,0.7355372,0.74793386,0.7355372,0.73140496,0.74380165,0.74793386,0.74380165,0.74793386,0.7355372,0.7231405,0.70247936,0.6570248,0.6446281,0.6942149,0.70247936,0.677686,0.6198347,0.61570245,0.62396693,0.6363636,0.6652893,0.661157,0.6446281,0.6487603,0.6818182,0.6859504,0.661157,0.6570248,0.661157,0.661157,0.661157,0.661157,0.661157,0.6652893,0.69008267,0.6859504,0.7107438,0.70247936,0.677686,0.6735537,0.69008267,0.71900827,0.7644628,0.79752064,0.7933884,0.76859504,0.75206614,0.75206614,0.7644628,0.75619835,0.73966944,0.72727275,0.70247936,0.6818182,0.661157,0.661157,0.6570248,0.56198347,0.57438016,0.60330576,0.6363636,0.6652893,0.6983471,0.71487606,0.73140496,0.74380165,0.7355372,0.7231405,0.72727275,0.73966944,0.74380165,0.7355372,0.71487606,0.677686,0.6198347,0.5206612,0.48347107,0.54545456,0.55785125,0.5206612,0.5082645,0.5041322,0.5247934,0.57024795,0.61570245,0.6198347,0.60330576,0.58264464,0.58677685,0.59504133,0.58264464,0.58264464,0.59504133,0.59917355,0.58677685,0.57024795,0.553719,0.5371901,0.5495868,0.553719,0.5661157,0.57024795,0.5413223,0.54545456,0.58677685,0.6528926,0.7355372,0.78099173,0.7892562,0.76859504,0.74380165,0.73966944,0.74793386,0.74793386,0.7355372,0.7231405,0.6983471,0.6818182,0.6652893,0.661157,0.6570248,0.553719,0.553719,0.59090906,0.607438,0.6446281,0.677686,0.7066116,0.7231405,0.73966944,0.73966944,0.71900827,0.71487606,0.72727275,0.74793386,0.74380165,0.71900827,0.6694215,0.58264464,0.47933885,0.41735536,0.4090909,0.42561984,0.42561984,0.45867768,0.4752066,0.48347107,0.5041322,0.54545456,0.56198347,0.5661157,0.5661157,0.57438016,0.58677685,0.59090906,0.58264464,0.58264464,0.59504133,0.59090906,0.58264464,0.58264464,0.58264464,0.5661157,0.5661157,0.56198347,0.57024795,0.5785124,0.607438,0.60330576,0.6570248,0.73140496,0.76859504,0.78099173,0.7644628,0.73966944,0.73140496,0.73966944,0.74380165,0.73140496,0.7107438,0.6942149,0.677686,0.6694215,0.6652893,0.6528926,0.5495868,0.553719,0.58264464,0.59917355,0.62396693,0.6570248,0.6942149,0.71900827,0.73966944,0.74380165,0.72727275,0.71900827,0.7355372,0.75206614,0.75619835,0.75206614,0.72727275,0.6859504,0.677686,0.6570248,0.61570245,0.6446281,0.6322314,0.6570248,0.6735537,0.6859504,0.6694215,0.7107438,0.72727275,0.7231405,0.7231405,0.7107438,0.70247936,0.71487606,0.71487606,0.6942149,0.6983471,0.6942149,0.69008267,0.6859504,0.70247936,0.6735537,0.6652893,0.6487603,0.6528926,0.677686,0.71900827,0.7107438,0.71900827,0.75206614,0.78099173,0.78099173,0.75619835,0.73140496,0.73966944,0.75206614,0.73140496,0.71900827,0.6983471,0.6818182,0.6735537,0.6735537,0.6528926,0.6528926,0.5371901,0.5495868,0.57438016,0.58677685,0.59917355,0.6404959,0.6694215,0.6983471,0.73140496,0.74380165,0.73966944,0.7355372,0.74793386,0.75619835,0.76033056,0.7768595,0.7644628,0.75206614,0.7644628,0.75206614,0.69008267,0.6818182,0.6694215,0.6818182,0.6942149,0.69008267,0.69008267,0.7231405,0.76859504,0.77272725,0.76033056,0.76033056,0.75206614,0.74793386,0.76033056,0.7644628,0.76033056,0.74380165,0.73140496,0.71900827,0.7231405,0.71487606,0.7066116,0.6983471,0.71900827,0.73966944,0.7644628,0.78099173,0.7768595,0.7768595,0.78099173,0.7768595,0.75206614,0.72727275,0.73966944,0.75206614,0.71487606,0.6942149,0.6942149,0.6735537,0.6818182,0.6652893,0.6404959,0.6446281,0.5082645,0.5413223,0.55785125,0.57024795,0.5785124,0.61570245,0.6487603,0.677686,0.71487606,0.73966944,0.74380165,0.74380165,0.74793386,0.75206614,0.76859504,0.78512394,0.7768595,0.78099173,0.7892562,0.7768595,0.73966944,0.70247936,0.677686,0.6652893,0.677686,0.6694215,0.677686,0.6735537,0.69008267,0.7107438,0.71487606,0.7231405,0.72727275,0.72727275,0.73140496,0.73966944,0.72727275,0.7231405,0.71487606,0.71900827,0.71900827,0.72727275,0.73140496,0.7355372,0.74793386,0.7644628,0.78099173,0.80991733,0.8057851,0.7892562,0.7892562,0.78512394,0.76033056,0.73966944,0.7355372,0.7355372,0.7066116,0.6942149,0.6983471,0.6652893,0.6694215,0.6487603,0.6446281,0.6280992,0.46280992,0.5247934,0.553719,0.56198347,0.57024795,0.59504133,0.6322314,0.6570248,0.6859504,0.71487606,0.7355372,0.74380165,0.73140496,0.74793386,0.77272725,0.78099173,0.7892562,0.7892562,0.79752064,0.78512394,0.76033056,0.73966944,0.71900827,0.6983471,0.6818182,0.661157,0.6487603,0.6487603,0.6487603,0.6487603,0.6487603,0.6570248,0.6652893,0.6694215,0.6735537,0.6859504,0.6942149,0.70247936,0.6983471,0.71487606,0.7355372,0.75206614,0.76859504,0.7644628,0.76033056,0.77272725,0.7892562,0.8140496,0.80991733,0.7933884,0.7892562,0.7768595,0.75206614,0.74380165,0.73966944,0.71900827,0.6983471,0.6859504,0.69008267,0.6694215,0.6487603,0.6652893,0.6363636,0.607438,0.44214877,0.5082645,0.5371901,0.553719,0.5661157,0.58264464,0.61157024,0.6363636,0.6570248,0.6859504,0.71900827,0.73140496,0.72727275,0.7355372,0.7644628,0.7768595,0.7892562,0.7933884,0.7933884,0.78512394,0.76859504,0.74380165,0.73140496,0.72727275,0.71900827,0.6942149,0.6652893,0.6487603,0.62396693,0.60330576,0.57438016,0.5495868,0.55785125,0.56198347,0.58264464,0.62396693,0.6570248,0.6818182,0.6983471,0.72727275,0.74793386,0.76859504,0.78099173,0.76859504,0.76859504,0.7768595,0.7892562,0.8057851,0.8057851,0.7933884,0.78099173,0.75619835,0.7355372,0.73966944,0.72727275,0.6983471,0.6859504,0.6818182,0.6694215,0.6528926,0.6528926,0.6570248,0.6198347,0.59504133,0.40495867,0.5041322,0.5165289,0.5289256,0.55785125,0.57024795,0.58677685,0.6198347,0.6404959,0.6570248,0.69008267,0.7066116,0.7231405,0.73140496,0.74793386,0.76859504,0.77272725,0.7892562,0.78512394,0.77272725,0.76033056,0.75619835,0.7355372,0.73966944,0.74380165,0.72727275,0.7107438,0.6983471,0.6818182,0.677686,0.6735537,0.661157,0.6487603,0.62396693,0.6280992,0.6528926,0.6735537,0.69008267,0.71900827,0.7355372,0.74793386,0.7644628,0.76859504,0.7644628,0.76859504,0.7768595,0.78512394,0.7933884,0.7933884,0.78099173,0.76859504,0.74380165,0.7231405,0.71900827,0.70247936,0.69008267,0.6735537,0.677686,0.6570248,0.6528926,0.6404959,0.6363636,0.61570245,0.553719,0.42561984,0.5371901,0.53305787,0.5165289,0.53305787,0.553719,0.57024795,0.59917355,0.62396693,0.6446281,0.6694215,0.6818182,0.6983471,0.7231405,0.73140496,0.74793386,0.74793386,0.7644628,0.77272725,0.76033056,0.75206614,0.75619835,0.74380165,0.73966944,0.74793386,0.74793386,0.7355372,0.72727275,0.7231405,0.71900827,0.71900827,0.71487606,0.7066116,0.6735537,0.69008267,0.71487606,0.7107438,0.74380165,0.7355372,0.75206614,0.76033056,0.76033056,0.7644628,0.76033056,0.7644628,0.77272725,0.77272725,0.78099173,0.77272725,0.76033056,0.75206614,0.73140496,0.7107438,0.7066116,0.6942149,0.6818182,0.6694215,0.6652893,0.6570248,0.6404959,0.6322314,0.60330576,0.57438016,0.5661157,0.39256197,0.5206612,0.59917355,0.5371901,0.5,0.5289256,0.55785125,0.5785124,0.59917355,0.6198347,0.6446281,0.661157,0.6735537,0.6983471,0.7066116,0.71900827,0.7231405,0.73966944,0.76033056,0.75206614,0.74380165,0.74380165,0.74380165,0.74380165,0.74793386,0.75619835,0.74793386,0.74793386,0.74380165,0.73966944,0.74793386,0.74793386,0.75206614,0.75619835,0.75206614,0.74793386,0.75619835,0.7768595,0.75206614,0.76859504,0.7644628,0.7644628,0.7644628,0.76033056,0.76033056,0.7644628,0.76859504,0.76859504,0.75619835,0.73966944,0.73140496,0.71900827,0.6983471,0.6983471,0.69008267,0.6735537,0.6570248,0.6570248,0.6528926,0.6322314,0.62396693,0.57024795,0.57024795,0.58677685,0.4090909,0.5123967,0.6198347,0.59090906,0.5123967,0.5041322,0.5371901,0.55785125,0.58677685,0.59917355,0.62396693,0.6404959,0.6652893,0.6694215,0.6818182,0.69008267,0.70247936,0.7231405,0.74793386,0.75206614,0.73966944,0.73966944,0.74793386,0.74793386,0.75206614,0.76033056,0.7644628,0.77272725,0.78099173,0.78099173,0.7892562,0.8016529,0.7933884,0.8140496,0.79752064,0.78099173,0.78099173,0.7892562,0.78099173,0.7768595,0.77272725,0.7644628,0.7644628,0.7644628,0.75206614,0.76033056,0.76859504,0.76033056,0.74380165,0.7231405,0.7107438,0.70247936,0.6859504,0.69008267,0.6818182,0.661157,0.6487603,0.6487603,0.6446281,0.61157024,0.59917355,0.5371901,0.59917355,0.60330576,0.4090909,0.5041322,0.61570245,0.6322314,0.56198347,0.5041322,0.5123967,0.5413223,0.5661157,0.5785124,0.59917355,0.61570245,0.6404959,0.6570248,0.6818182,0.677686,0.677686,0.7066116,0.73140496,0.73966944,0.74793386,0.74793386,0.75619835,0.75619835,0.7644628,0.78512394,0.8016529,0.80991733,0.8181818,0.822314,0.8264463,0.8429752,0.8264463,0.8471074,0.838843,0.8429752,0.8347107,0.8347107,0.80991733,0.80991733,0.7892562,0.7892562,0.78512394,0.77272725,0.76859504,0.76859504,0.76033056,0.74793386,0.7355372,0.71487606,0.6942149,0.6859504,0.677686,0.677686,0.6694215,0.6487603,0.6363636,0.6198347,0.6322314,0.59504133,0.5495868,0.5661157,0.6363636,0.60330576,0.4214876,0.5247934,0.62396693,0.6487603,0.61157024,0.5413223,0.5,0.5206612,0.54545456,0.57024795,0.57438016,0.59917355,0.607438,0.6363636,0.6694215,0.677686,0.6652893,0.6983471,0.7107438,0.72727275,0.74380165,0.76033056,0.76859504,0.77272725,0.78512394,0.8057851,0.8264463,0.8305785,0.8305785,0.8347107,0.8347107,0.8471074,0.8305785,0.838843,0.8471074,0.8429752,0.8512397,0.8553719,0.8471074,0.8471074,0.8347107,0.8140496,0.79752064,0.78099173,0.78512394,0.77272725,0.74793386,0.73140496,0.72727275,0.7107438,0.69008267,0.677686,0.6694215,0.6694215,0.661157,0.6322314,0.6198347,0.607438,0.60330576,0.553719,0.553719,0.61157024,0.6446281,0.59917355,0.4752066,0.62396693,0.6528926,0.6363636,0.6280992,0.5785124,0.5206612,0.5,0.5165289,0.5371901,0.5495868,0.5785124,0.59504133,0.61157024,0.6363636,0.6694215,0.6528926,0.6818182,0.6983471,0.71487606,0.73140496,0.75206614,0.77272725,0.7892562,0.79752064,0.80991733,0.8305785,0.8347107,0.8347107,0.8305785,0.838843,0.8553719,0.838843,0.8429752,0.8512397,0.8595041,0.8595041,0.8471074,0.8471074,0.8512397,0.8471074,0.822314,0.78512394,0.7768595,0.78099173,0.76033056,0.73140496,0.71900827,0.7107438,0.70247936,0.6859504,0.661157,0.661157,0.6528926,0.6446281,0.61570245,0.607438,0.59504133,0.553719,0.5495868,0.59917355,0.6363636,0.6487603,0.60330576,0.5661157,0.74793386,0.6652893,0.6198347,0.6363636,0.60330576,0.553719,0.5123967,0.5082645,0.5041322,0.5289256,0.54545456,0.55785125,0.58677685,0.61570245,0.6322314,0.6404959,0.6487603,0.677686,0.69008267,0.7066116,0.71900827,0.75619835,0.78512394,0.7892562,0.8016529,0.8140496,0.822314,0.8305785,0.8305785,0.838843,0.8553719,0.8429752,0.838843,0.8512397,0.8553719,0.8512397,0.8512397,0.8429752,0.8305785,0.8264463,0.8140496,0.78512394,0.77272725,0.76033056,0.73140496,0.71487606,0.7107438,0.6942149,0.6859504,0.6652893,0.6446281,0.6404959,0.6322314,0.61157024,0.59917355,0.58677685,0.55785125,0.5413223,0.58677685,0.6322314,0.6487603,0.6404959,0.6280992,0.7107438,0.8140496,0.6570248,0.61157024,0.6404959,0.6198347,0.5785124,0.5165289,0.49173555,0.5165289,0.5165289,0.5289256,0.5495868,0.5413223,0.57024795,0.61570245,0.61570245,0.6528926,0.661157,0.6694215,0.6859504,0.69008267,0.7231405,0.75619835,0.76033056,0.7768595,0.7933884,0.79752064,0.80991733,0.8181818,0.8264463,0.8429752,0.8305785,0.8264463,0.838843,0.838843,0.8429752,0.8429752,0.8264463,0.80991733,0.7933884,0.78099173,0.76859504,0.74793386,0.73140496,0.7107438,0.70247936,0.6983471,0.6859504,0.6735537,0.6446281,0.6280992,0.607438,0.607438,0.59090906,0.57438016,0.553719,0.5247934,0.57024795,0.62396693,0.6528926,0.661157,0.61570245,0.6818182,0.838843,0.822314,0.6446281,0.61157024,0.6404959,0.62396693,0.59090906,0.5371901,0.4876033,0.4876033,0.53305787,0.53305787,0.5247934,0.53305787,0.5413223,0.5495868,0.59090906,0.61157024,0.6322314,0.6404959,0.6694215,0.6859504,0.7066116,0.72727275,0.72727275,0.74793386,0.76859504,0.7892562,0.7768595,0.78512394,0.8016529,0.8181818,0.8057851,0.79752064,0.80991733,0.8140496,0.8140496,0.8181818,0.8016529,0.78512394,0.7768595,0.76033056,0.73966944,0.7231405,0.7066116,0.70247936,0.6942149,0.677686,0.661157,0.6528926,0.62396693,0.61157024,0.59090906,0.58677685,0.57024795,0.5495868,0.5289256,0.54545456,0.607438,0.6404959,0.661157,0.6735537,0.59504133,0.70247936,0.90082645,0.8140496,0.6363636,0.6198347,0.6446281,0.6363636,0.61157024,0.5661157,0.5123967,0.47107437,0.49173555,0.5413223,0.5289256,0.5206612,0.5206612,0.53305787,0.5495868,0.57438016,0.607438,0.6198347,0.6404959,0.6652893,0.6859504,0.6983471,0.6942149,0.71487606,0.73140496,0.76859504,0.75206614,0.75206614,0.76033056,0.78512394,0.7768595,0.76033056,0.77272725,0.7768595,0.78099173,0.7892562,0.76859504,0.76033056,0.75206614,0.72727275,0.7066116,0.69008267,0.6818182,0.6818182,0.6652893,0.6528926,0.6404959,0.6322314,0.59504133,0.58677685,0.5785124,0.55785125,0.54545456,0.5289256,0.5371901,0.59917355,0.6363636,0.6487603,0.6694215,0.677686,0.59090906,0.6983471,5 +0.2644628,0.26859504,0.43801653,0.58264464,0.59504133,0.60330576,0.6280992,0.6735537,0.71487606,0.74380165,0.77272725,0.7933884,0.7892562,0.8057851,0.8264463,0.8471074,0.8636364,0.8677686,0.8801653,0.8801653,0.88429755,0.8801653,0.88842976,0.88842976,0.88842976,0.88842976,0.8801653,0.87603307,0.8719008,0.8719008,0.8719008,0.87603307,0.87603307,0.88429755,0.892562,0.88429755,0.88842976,0.88429755,0.88429755,0.892562,0.88842976,0.89669424,0.89669424,0.892562,0.88842976,0.88842976,0.88842976,0.88842976,0.88842976,0.88429755,0.88429755,0.8801653,0.8719008,0.8553719,0.8512397,0.8429752,0.8264463,0.8057851,0.7768595,0.7644628,0.75619835,0.75206614,0.75206614,0.74793386,0.24793388,0.25619835,0.45454547,0.59917355,0.59504133,0.60330576,0.6322314,0.6694215,0.7107438,0.74380165,0.77272725,0.7892562,0.7892562,0.8057851,0.8305785,0.8471074,0.8595041,0.8719008,0.8801653,0.88429755,0.88842976,0.88842976,0.892562,0.892562,0.88429755,0.88842976,0.88842976,0.88429755,0.8801653,0.87603307,0.8719008,0.8719008,0.8801653,0.88429755,0.88842976,0.88842976,0.88842976,0.892562,0.88842976,0.892562,0.892562,0.89669424,0.892562,0.892562,0.892562,0.892562,0.88842976,0.88429755,0.892562,0.88842976,0.88842976,0.8801653,0.8719008,0.8636364,0.8471074,0.838843,0.822314,0.8057851,0.7768595,0.76859504,0.76033056,0.75619835,0.75206614,0.74380165,0.23140496,0.23966943,0.45867768,0.59917355,0.59504133,0.59917355,0.6322314,0.6694215,0.7107438,0.74380165,0.76859504,0.78512394,0.7892562,0.8057851,0.822314,0.838843,0.8595041,0.87603307,0.8801653,0.88429755,0.88842976,0.88842976,0.892562,0.89669424,0.88842976,0.892562,0.892562,0.88842976,0.88429755,0.8801653,0.8801653,0.87603307,0.8801653,0.88429755,0.88842976,0.88842976,0.892562,0.892562,0.892562,0.892562,0.892562,0.89669424,0.89669424,0.89669424,0.892562,0.892562,0.892562,0.892562,0.892562,0.88842976,0.88842976,0.87603307,0.8719008,0.8677686,0.8471074,0.8305785,0.8181818,0.8016529,0.78099173,0.7768595,0.76033056,0.75206614,0.74793386,0.7355372,0.2231405,0.23966943,0.45041323,0.59504133,0.59917355,0.607438,0.6322314,0.6735537,0.71487606,0.73966944,0.75619835,0.7768595,0.78512394,0.79752064,0.80991733,0.8264463,0.8471074,0.8677686,0.8801653,0.8801653,0.88429755,0.87603307,0.88429755,0.89669424,0.892562,0.892562,0.892562,0.892562,0.88842976,0.88429755,0.88429755,0.8801653,0.87603307,0.8801653,0.88842976,0.88842976,0.892562,0.892562,0.892562,0.892562,0.892562,0.89669424,0.90082645,0.89669424,0.892562,0.892562,0.892562,0.892562,0.88842976,0.88429755,0.88429755,0.8719008,0.8677686,0.8636364,0.8471074,0.8264463,0.8181818,0.8016529,0.78512394,0.78099173,0.76859504,0.75206614,0.74793386,0.73966944,0.21900827,0.24793388,0.446281,0.59090906,0.60330576,0.61157024,0.6322314,0.6735537,0.7066116,0.71900827,0.72727275,0.76033056,0.7768595,0.78099173,0.7892562,0.8016529,0.8264463,0.8512397,0.8719008,0.87603307,0.8801653,0.8677686,0.87603307,0.88429755,0.88429755,0.892562,0.892562,0.892562,0.88842976,0.88429755,0.8801653,0.8801653,0.87603307,0.88429755,0.88842976,0.88842976,0.88429755,0.88842976,0.892562,0.892562,0.88842976,0.89669424,0.88842976,0.88842976,0.88842976,0.88842976,0.88429755,0.88429755,0.8801653,0.87603307,0.8719008,0.8677686,0.8636364,0.8595041,0.8471074,0.8264463,0.8181818,0.8016529,0.78099173,0.77272725,0.7644628,0.75619835,0.74793386,0.74793386,0.21487603,0.24380165,0.44214877,0.59504133,0.60330576,0.61570245,0.6446281,0.6818182,0.6818182,0.6694215,0.6818182,0.7231405,0.74380165,0.75206614,0.75206614,0.77272725,0.7933884,0.822314,0.8429752,0.8595041,0.8677686,0.8595041,0.8636364,0.8719008,0.8719008,0.88429755,0.892562,0.892562,0.88842976,0.87603307,0.87603307,0.8801653,0.8801653,0.87603307,0.8801653,0.8801653,0.87603307,0.87603307,0.8801653,0.88429755,0.88429755,0.87603307,0.87603307,0.87603307,0.8801653,0.8801653,0.8719008,0.8719008,0.8719008,0.8595041,0.8347107,0.8429752,0.8512397,0.8553719,0.838843,0.8305785,0.8181818,0.8016529,0.78512394,0.76859504,0.76033056,0.75619835,0.75619835,0.74793386,0.2107438,0.22727273,0.4338843,0.60330576,0.607438,0.6198347,0.6528926,0.6694215,0.6322314,0.59917355,0.6198347,0.6652893,0.6570248,0.6570248,0.677686,0.70247936,0.73140496,0.7644628,0.7933884,0.822314,0.838843,0.8429752,0.8471074,0.8595041,0.8677686,0.8801653,0.8801653,0.88429755,0.88429755,0.8677686,0.8719008,0.8677686,0.8719008,0.8719008,0.8719008,0.8636364,0.8595041,0.8636364,0.8595041,0.8595041,0.8471074,0.8264463,0.838843,0.8347107,0.8471074,0.8553719,0.838843,0.8347107,0.8347107,0.8181818,0.78512394,0.78512394,0.8181818,0.8429752,0.8347107,0.8347107,0.8264463,0.8016529,0.7892562,0.77272725,0.76033056,0.76033056,0.75619835,0.74793386,0.2107438,0.20661157,0.41735536,0.607438,0.61157024,0.61570245,0.6198347,0.607438,0.553719,0.5247934,0.5371901,0.5495868,0.5206612,0.5082645,0.54545456,0.57024795,0.607438,0.6570248,0.6983471,0.75206614,0.7892562,0.80991733,0.822314,0.8471074,0.8553719,0.8677686,0.8719008,0.87603307,0.87603307,0.8636364,0.8553719,0.8553719,0.8512397,0.8471074,0.8553719,0.8471074,0.8264463,0.822314,0.8057851,0.7933884,0.75206614,0.71487606,0.71900827,0.7066116,0.7066116,0.7231405,0.7231405,0.72727275,0.73966944,0.73140496,0.72727275,0.71900827,0.7355372,0.78099173,0.8057851,0.8181818,0.8181818,0.8016529,0.7892562,0.77272725,0.7644628,0.7644628,0.75619835,0.74793386,0.23140496,0.2231405,0.4090909,0.60330576,0.60330576,0.59090906,0.5785124,0.57024795,0.5371901,0.5371901,0.57024795,0.553719,0.58677685,0.59504133,0.59504133,0.58677685,0.56198347,0.55785125,0.57438016,0.6363636,0.6983471,0.73966944,0.7768595,0.822314,0.838843,0.8553719,0.8553719,0.8553719,0.8636364,0.8595041,0.8471074,0.8347107,0.822314,0.8016529,0.822314,0.80991733,0.75619835,0.6983471,0.677686,0.6528926,0.59090906,0.61570245,0.6694215,0.6735537,0.6694215,0.70247936,0.6942149,0.6942149,0.6859504,0.6652893,0.6652893,0.661157,0.661157,0.6446281,0.7066116,0.7768595,0.78099173,0.77272725,0.77272725,0.7644628,0.76033056,0.76033056,0.76033056,0.74793386,0.24380165,0.2603306,0.4338843,0.59504133,0.58677685,0.553719,0.5495868,0.57438016,0.5661157,0.61570245,0.6942149,0.661157,0.72727275,0.74380165,0.70247936,0.6942149,0.6818182,0.61570245,0.59504133,0.59090906,0.58677685,0.6404959,0.69008267,0.74793386,0.8264463,0.8429752,0.8429752,0.8429752,0.8512397,0.8512397,0.838843,0.822314,0.8016529,0.76859504,0.78512394,0.73966944,0.6694215,0.60330576,0.59917355,0.553719,0.4752066,0.57024795,0.677686,0.6818182,0.8057851,0.89669424,0.8181818,0.72727275,0.6818182,0.6487603,0.6446281,0.6487603,0.6322314,0.58677685,0.71487606,0.80991733,0.80991733,0.76859504,0.73966944,0.73966944,0.73966944,0.75206614,0.76033056,0.74380165,0.2892562,0.338843,0.46694216,0.57024795,0.57438016,0.5082645,0.49173555,0.5165289,0.5082645,0.54545456,0.61157024,0.5165289,0.5041322,0.49173555,0.47933885,0.553719,0.78099173,0.78512394,0.7231405,0.62396693,0.54545456,0.58264464,0.61570245,0.6570248,0.78512394,0.8305785,0.838843,0.8471074,0.8512397,0.8471074,0.838843,0.8140496,0.8016529,0.76033056,0.73140496,0.6694215,0.6280992,0.6363636,0.62396693,0.5785124,0.4752066,0.49173555,0.5082645,0.4338843,0.62396693,0.7355372,0.7107438,0.59504133,0.59917355,0.61157024,0.6446281,0.6487603,0.59917355,0.6694215,0.8801653,0.9338843,0.92975205,0.87603307,0.7231405,0.6818182,0.7231405,0.74380165,0.74793386,0.7355372,0.38429752,0.42561984,0.44214877,0.5206612,0.5661157,0.4876033,0.49586776,0.5371901,0.5661157,0.60330576,0.6528926,0.61157024,0.607438,0.607438,0.57024795,0.5495868,0.8140496,0.79752064,0.6859504,0.5247934,0.5247934,0.5495868,0.58264464,0.58677685,0.7768595,0.8181818,0.8305785,0.8512397,0.8595041,0.8471074,0.8471074,0.8264463,0.8057851,0.7355372,0.6818182,0.6404959,0.6198347,0.59504133,0.59917355,0.57024795,0.5041322,0.5371901,0.5495868,0.53305787,0.5785124,0.61570245,0.6487603,0.62396693,0.61570245,0.6280992,0.62396693,0.607438,0.5413223,0.6322314,0.8636364,0.93801653,0.92975205,0.9504132,0.73966944,0.6322314,0.70247936,0.73140496,0.73966944,0.7355372,0.46280992,0.47107437,0.38016528,0.49173555,0.553719,0.49173555,0.5123967,0.553719,0.60330576,0.6322314,0.6694215,0.6694215,0.6404959,0.6528926,0.6487603,0.59917355,0.6528926,0.6528926,0.61157024,0.5371901,0.5289256,0.54545456,0.56198347,0.5785124,0.8553719,0.8512397,0.79752064,0.8553719,0.8719008,0.8595041,0.8553719,0.8512397,0.76859504,0.6818182,0.69008267,0.6735537,0.6528926,0.6528926,0.6570248,0.6404959,0.607438,0.607438,0.6446281,0.661157,0.6859504,0.6859504,0.71900827,0.71487606,0.6983471,0.6983471,0.69008267,0.6735537,0.61570245,0.55785125,0.75206614,0.90082645,0.9214876,0.91735536,0.71487606,0.6280992,0.6983471,0.72727275,0.73966944,0.74793386,0.49173555,0.46694216,0.36363637,0.48347107,0.5785124,0.5247934,0.5247934,0.5495868,0.57438016,0.58264464,0.60330576,0.60330576,0.5661157,0.58677685,0.6322314,0.6280992,0.6487603,0.6487603,0.60330576,0.56198347,0.5289256,0.53305787,0.57438016,0.62396693,0.7768595,0.822314,0.7644628,0.8553719,0.892562,0.8801653,0.87603307,0.8719008,0.74380165,0.6983471,0.74793386,0.71487606,0.6942149,0.69008267,0.677686,0.6694215,0.61570245,0.5785124,0.59090906,0.61157024,0.6528926,0.6363636,0.6983471,0.71487606,0.6859504,0.6735537,0.6735537,0.6735537,0.6570248,0.59917355,0.6322314,0.78512394,0.8595041,0.822314,0.70247936,0.677686,0.72727275,0.74793386,0.74380165,0.74380165,0.57024795,0.45041323,0.3553719,0.47107437,0.607438,0.5661157,0.54545456,0.53305787,0.5123967,0.49173555,0.5123967,0.54545456,0.5371901,0.5413223,0.57024795,0.57438016,0.6446281,0.677686,0.60330576,0.5785124,0.5041322,0.45454547,0.5247934,0.6198347,0.6404959,0.6942149,0.7355372,0.76859504,0.90495867,0.88429755,0.88429755,0.8801653,0.78099173,0.77272725,0.7644628,0.71900827,0.6983471,0.6942149,0.677686,0.6528926,0.5785124,0.5247934,0.5206612,0.5413223,0.57024795,0.5371901,0.607438,0.6942149,0.6404959,0.607438,0.59090906,0.59090906,0.59917355,0.59917355,0.607438,0.6859504,0.74793386,0.75619835,0.7066116,0.7355372,0.7933884,0.74793386,0.6942149,0.661157,0.6983471,0.45041323,0.34710744,0.47107437,0.607438,0.5785124,0.5495868,0.5082645,0.45454547,0.45041323,0.5082645,0.54545456,0.5371901,0.48347107,0.4090909,0.3677686,0.4752066,0.56198347,0.4752066,0.60330576,0.56198347,0.4214876,0.42561984,0.5289256,0.5661157,0.6198347,0.6446281,0.5785124,0.78099173,0.7933884,0.80991733,0.8347107,0.70247936,0.77272725,0.77272725,0.72727275,0.71487606,0.69008267,0.6652893,0.61157024,0.58677685,0.57024795,0.5495868,0.56198347,0.5041322,0.4338843,0.41322315,0.58264464,0.54545456,0.5495868,0.58264464,0.59090906,0.57024795,0.5661157,0.58677685,0.6528926,0.71487606,0.73140496,0.73966944,0.7892562,0.7892562,0.6363636,0.53305787,0.5165289,0.54545456,0.36363637,0.30991736,0.4876033,0.59504133,0.57024795,0.5371901,0.5041322,0.45041323,0.4338843,0.46694216,0.49586776,0.5289256,0.5371901,0.48347107,0.3677686,0.35950413,0.4214876,0.48347107,0.6528926,0.59504133,0.4214876,0.38842976,0.446281,0.5413223,0.55785125,0.54545456,0.61157024,0.6487603,0.6652893,0.7066116,0.7107438,0.59504133,0.76033056,0.76859504,0.74380165,0.7231405,0.71487606,0.6818182,0.61570245,0.57438016,0.5247934,0.54545456,0.6322314,0.55785125,0.42561984,0.3264463,0.42561984,0.39256197,0.41322315,0.49586776,0.5123967,0.5165289,0.5661157,0.58677685,0.62396693,0.6570248,0.677686,0.6735537,0.6363636,0.55785125,0.46694216,0.48347107,0.54545456,0.5165289,0.37603307,0.3553719,0.5082645,0.607438,0.607438,0.5495868,0.5371901,0.5165289,0.48347107,0.5123967,0.5661157,0.61570245,0.6363636,0.59090906,0.53305787,0.4752066,0.53305787,0.6198347,0.71900827,0.6322314,0.45041323,0.40082645,0.47933885,0.58677685,0.57024795,0.677686,0.8181818,0.8553719,0.8677686,0.8636364,0.8264463,0.61157024,0.72727275,0.7644628,0.76859504,0.7355372,0.7768595,0.74793386,0.6280992,0.55785125,0.57024795,0.6363636,0.75619835,0.6818182,0.5661157,0.49173555,0.47933885,0.46694216,0.53305787,0.57438016,0.5123967,0.43801653,0.47933885,0.5661157,0.6280992,0.6363636,0.6404959,0.6404959,0.57438016,0.5041322,0.5041322,0.58677685,0.6735537,0.5247934,0.44214877,0.42561984,0.5123967,0.59917355,0.6570248,0.62396693,0.6198347,0.60330576,0.56198347,0.56198347,0.59090906,0.6322314,0.661157,0.6446281,0.6322314,0.661157,0.69008267,0.7066116,0.70247936,0.6404959,0.5661157,0.5247934,0.5661157,0.60330576,0.57438016,0.76859504,0.8471074,0.8677686,0.87603307,0.87603307,0.87603307,0.677686,0.6735537,0.76859504,0.7892562,0.7644628,0.8140496,0.7768595,0.7107438,0.6570248,0.6570248,0.6446281,0.6859504,0.70247936,0.6694215,0.6487603,0.6528926,0.6528926,0.6859504,0.6487603,0.61570245,0.58677685,0.5661157,0.59504133,0.6363636,0.6280992,0.59090906,0.60330576,0.55785125,0.5661157,0.661157,0.7355372,0.7644628,0.5206612,0.47107437,0.47933885,0.5165289,0.57024795,0.6570248,0.6652893,0.6735537,0.6487603,0.61157024,0.59917355,0.59917355,0.61157024,0.6280992,0.62396693,0.6280992,0.6652893,0.7066116,0.71900827,0.7107438,0.6983471,0.6694215,0.6487603,0.6487603,0.607438,0.607438,0.7933884,0.8512397,0.87603307,0.8677686,0.8636364,0.8677686,0.7231405,0.6652893,0.75619835,0.78512394,0.7933884,0.8140496,0.7933884,0.75206614,0.7066116,0.6859504,0.6652893,0.6570248,0.71900827,0.74380165,0.7355372,0.7355372,0.75619835,0.74380165,0.7066116,0.70247936,0.71487606,0.6983471,0.6487603,0.6280992,0.62396693,0.6404959,0.6652893,0.661157,0.71487606,0.78099173,0.7933884,0.7892562,0.5289256,0.49173555,0.5082645,0.5371901,0.55785125,0.6694215,0.7066116,0.70247936,0.677686,0.6487603,0.6404959,0.6446281,0.6570248,0.661157,0.6652893,0.6694215,0.70247936,0.74380165,0.75619835,0.75619835,0.7644628,0.73966944,0.7355372,0.7107438,0.57438016,0.6487603,0.8181818,0.8636364,0.87603307,0.8636364,0.8636364,0.87603307,0.74793386,0.6818182,0.8016529,0.7644628,0.8181818,0.8305785,0.80991733,0.7933884,0.75206614,0.71487606,0.70247936,0.70247936,0.7231405,0.7644628,0.7644628,0.77272725,0.7892562,0.8016529,0.7892562,0.8016529,0.8057851,0.7892562,0.73140496,0.6942149,0.70247936,0.7355372,0.77272725,0.77272725,0.7933884,0.8140496,0.80991733,0.7933884,0.53305787,0.5206612,0.54545456,0.553719,0.57024795,0.69008267,0.7355372,0.7355372,0.72727275,0.7107438,0.6983471,0.6818182,0.6694215,0.6570248,0.6528926,0.6570248,0.6859504,0.69008267,0.74380165,0.7892562,0.7768595,0.72727275,0.78099173,0.74380165,0.53305787,0.6735537,0.8305785,0.87603307,0.87603307,0.8636364,0.8512397,0.8719008,0.8264463,0.6198347,0.8595041,0.892562,0.8305785,0.8181818,0.8429752,0.838843,0.8016529,0.78099173,0.76033056,0.74793386,0.71900827,0.71900827,0.74793386,0.76033056,0.77272725,0.78512394,0.7892562,0.79752064,0.79752064,0.8016529,0.76859504,0.77272725,0.8181818,0.822314,0.8264463,0.8347107,0.8305785,0.8181818,0.80991733,0.7933884,0.54545456,0.553719,0.57024795,0.58264464,0.60330576,0.6942149,0.73966944,0.73966944,0.75206614,0.75206614,0.75206614,0.74793386,0.74380165,0.71900827,0.71487606,0.71900827,0.74380165,0.76859504,0.76859504,0.7644628,0.73140496,0.6694215,0.7231405,0.677686,0.5123967,0.71900827,0.838843,0.8801653,0.8677686,0.8677686,0.8595041,0.8595041,0.8305785,0.6818182,0.72727275,0.8801653,0.8347107,0.78099173,0.8429752,0.8512397,0.8305785,0.822314,0.8264463,0.80991733,0.7933884,0.76859504,0.75619835,0.75206614,0.77272725,0.7768595,0.79752064,0.8016529,0.8016529,0.80991733,0.78099173,0.76859504,0.8140496,0.8429752,0.8140496,0.80991733,0.822314,0.8181818,0.80991733,0.7892562,0.55785125,0.58264464,0.57024795,0.59090906,0.61570245,0.6818182,0.7231405,0.74380165,0.75206614,0.76033056,0.7644628,0.76859504,0.7768595,0.76033056,0.75619835,0.7644628,0.76859504,0.7768595,0.7768595,0.76859504,0.72727275,0.6694215,0.61570245,0.54545456,0.59504133,0.7355372,0.8305785,0.87603307,0.87603307,0.8636364,0.8553719,0.8429752,0.822314,0.78512394,0.6859504,0.7644628,0.8016529,0.76859504,0.8264463,0.8512397,0.8429752,0.8429752,0.8429752,0.8347107,0.8305785,0.8264463,0.8264463,0.80991733,0.8140496,0.8181818,0.822314,0.8181818,0.8140496,0.822314,0.79752064,0.77272725,0.80991733,0.8429752,0.79752064,0.79752064,0.8264463,0.8181818,0.8016529,0.78512394,0.57024795,0.6363636,0.60330576,0.59504133,0.61570245,0.661157,0.70247936,0.74380165,0.76033056,0.7644628,0.76859504,0.7768595,0.78099173,0.7768595,0.76859504,0.78099173,0.78099173,0.7768595,0.77272725,0.76859504,0.72727275,0.6652893,0.59090906,0.5785124,0.6528926,0.7355372,0.8347107,0.87603307,0.87603307,0.8595041,0.8595041,0.8347107,0.8347107,0.8305785,0.77272725,0.69008267,0.8347107,0.7892562,0.79752064,0.8471074,0.8471074,0.8429752,0.8429752,0.8429752,0.8429752,0.838843,0.838843,0.838843,0.8305785,0.8305785,0.8264463,0.8305785,0.8305785,0.8305785,0.80991733,0.76859504,0.8016529,0.8264463,0.7644628,0.7933884,0.8347107,0.80991733,0.7933884,0.78099173,0.55785125,0.70247936,0.69008267,0.60330576,0.60330576,0.6487603,0.6942149,0.7355372,0.76859504,0.78099173,0.78512394,0.78512394,0.78099173,0.78512394,0.7768595,0.78512394,0.78099173,0.7768595,0.7768595,0.73966944,0.6818182,0.6198347,0.6363636,0.6363636,0.6735537,0.76033056,0.8347107,0.8595041,0.8677686,0.8553719,0.8512397,0.838843,0.8471074,0.8471074,0.8264463,0.73966944,0.74793386,0.822314,0.8057851,0.838843,0.8512397,0.8429752,0.8429752,0.8429752,0.8429752,0.8347107,0.838843,0.8471074,0.838843,0.838843,0.8305785,0.8305785,0.8305785,0.8347107,0.8181818,0.76859504,0.8016529,0.7892562,0.74793386,0.8057851,0.8305785,0.79752064,0.78099173,0.7768595,0.5289256,0.6570248,0.677686,0.6363636,0.60330576,0.6363636,0.70247936,0.74380165,0.7768595,0.7933884,0.8016529,0.79752064,0.78512394,0.7768595,0.78099173,0.78099173,0.78099173,0.76859504,0.74793386,0.69008267,0.59917355,0.62396693,0.6446281,0.6652893,0.7231405,0.78512394,0.822314,0.8553719,0.8595041,0.838843,0.8347107,0.8429752,0.838843,0.8471074,0.8347107,0.8016529,0.7107438,0.75206614,0.8264463,0.822314,0.8347107,0.8429752,0.8347107,0.8347107,0.838843,0.8347107,0.838843,0.8347107,0.8305785,0.8305785,0.838843,0.8429752,0.838843,0.8305785,0.8057851,0.76033056,0.7892562,0.74380165,0.77272725,0.8181818,0.80991733,0.79752064,0.78099173,0.77272725,0.5413223,0.6280992,0.62396693,0.661157,0.6487603,0.661157,0.7107438,0.74793386,0.78512394,0.7933884,0.79752064,0.79752064,0.7892562,0.78512394,0.7933884,0.7768595,0.78099173,0.75206614,0.6983471,0.6322314,0.59504133,0.60330576,0.6528926,0.71487606,0.7768595,0.8140496,0.8347107,0.8512397,0.8553719,0.8429752,0.8429752,0.8429752,0.838843,0.8305785,0.8140496,0.7892562,0.8016529,0.677686,0.71487606,0.838843,0.838843,0.8347107,0.8429752,0.8347107,0.8429752,0.8429752,0.838843,0.8429752,0.838843,0.838843,0.8429752,0.8512397,0.8471074,0.8347107,0.8057851,0.76859504,0.7355372,0.75206614,0.8140496,0.8057851,0.79752064,0.8016529,0.78512394,0.7644628,0.53305787,0.6280992,0.60330576,0.607438,0.6404959,0.677686,0.7066116,0.74793386,0.78099173,0.7933884,0.79752064,0.79752064,0.7892562,0.7892562,0.7892562,0.7768595,0.7644628,0.70247936,0.6570248,0.7107438,0.61570245,0.59090906,0.661157,0.74380165,0.7892562,0.822314,0.838843,0.8471074,0.8512397,0.8471074,0.8429752,0.8429752,0.8471074,0.8057851,0.7768595,0.76033056,0.7892562,0.7933884,0.61570245,0.74793386,0.89669424,0.8636364,0.838843,0.838843,0.838843,0.8471074,0.838843,0.838843,0.8429752,0.8429752,0.8429752,0.8471074,0.8429752,0.8471074,0.8305785,0.7644628,0.76033056,0.8140496,0.8264463,0.8181818,0.80991733,0.79752064,0.7768595,0.76033056,0.5123967,0.62396693,0.61570245,0.60330576,0.607438,0.6280992,0.661157,0.6859504,0.7107438,0.73140496,0.75619835,0.77272725,0.7768595,0.78099173,0.76859504,0.71900827,0.6818182,0.6859504,0.7355372,0.677686,0.58677685,0.6280992,0.6859504,0.75206614,0.78512394,0.822314,0.8595041,0.8677686,0.8512397,0.8429752,0.8471074,0.838843,0.8140496,0.7933884,0.7644628,0.78099173,0.7892562,0.76033056,0.7231405,0.6570248,0.7107438,0.79752064,0.7933884,0.8264463,0.838843,0.8553719,0.8429752,0.8429752,0.838843,0.8264463,0.80991733,0.8181818,0.8140496,0.7933884,0.7892562,0.8057851,0.8264463,0.8305785,0.8181818,0.80991733,0.80991733,0.7892562,0.76859504,0.74793386,0.49586776,0.59917355,0.61570245,0.59917355,0.60330576,0.6322314,0.6735537,0.6983471,0.7066116,0.6983471,0.6942149,0.6859504,0.6694215,0.6652893,0.6735537,0.6859504,0.7231405,0.74793386,0.70247936,0.59917355,0.6322314,0.6694215,0.70247936,0.76859504,0.79752064,0.838843,0.892562,0.892562,0.8719008,0.8595041,0.8471074,0.8181818,0.8016529,0.8057851,0.78099173,0.80991733,0.8429752,0.7892562,0.72727275,0.76033056,0.70247936,0.6487603,0.6487603,0.6735537,0.71900827,0.76859504,0.75619835,0.74793386,0.7355372,0.7355372,0.73966944,0.73966944,0.74380165,0.7768595,0.822314,0.8429752,0.838843,0.8347107,0.8181818,0.8057851,0.8057851,0.7892562,0.75619835,0.7355372,0.4752066,0.5785124,0.62396693,0.59917355,0.59504133,0.61570245,0.6487603,0.661157,0.6694215,0.69008267,0.6983471,0.7066116,0.71900827,0.72727275,0.73140496,0.74380165,0.74380165,0.7107438,0.6280992,0.5785124,0.6652893,0.6528926,0.70247936,0.75206614,0.79752064,0.8429752,0.8677686,0.87603307,0.90082645,0.88429755,0.8429752,0.80991733,0.8016529,0.7933884,0.76859504,0.79752064,0.8264463,0.80991733,0.72727275,0.75619835,0.8016529,0.77272725,0.73140496,0.7107438,0.7066116,0.7231405,0.7355372,0.75619835,0.78099173,0.7933884,0.8016529,0.79752064,0.80991733,0.8347107,0.8347107,0.8347107,0.8347107,0.8181818,0.79752064,0.79752064,0.8016529,0.78512394,0.7644628,0.73140496,0.45454547,0.5371901,0.61157024,0.59917355,0.607438,0.6322314,0.6570248,0.6735537,0.6942149,0.7066116,0.71900827,0.7355372,0.74380165,0.75206614,0.75206614,0.74380165,0.72727275,0.6570248,0.57024795,0.59917355,0.6280992,0.6198347,0.661157,0.7107438,0.7768595,0.80991733,0.8264463,0.8347107,0.8429752,0.8429752,0.822314,0.8057851,0.78099173,0.77272725,0.74793386,0.7644628,0.7892562,0.78099173,0.71900827,0.72727275,0.79752064,0.8140496,0.8016529,0.7892562,0.80991733,0.8181818,0.8305785,0.838843,0.838843,0.8429752,0.8429752,0.838843,0.8347107,0.822314,0.822314,0.8347107,0.8347107,0.8140496,0.7933884,0.79752064,0.7892562,0.7768595,0.75619835,0.7231405,0.44214877,0.5206612,0.60330576,0.59090906,0.607438,0.6363636,0.6735537,0.69008267,0.71900827,0.73140496,0.74793386,0.7768595,0.78512394,0.7892562,0.78512394,0.7644628,0.71487606,0.6446281,0.59917355,0.61157024,0.5661157,0.553719,0.5785124,0.61157024,0.6942149,0.75619835,0.7768595,0.77272725,0.75619835,0.74793386,0.74380165,0.75206614,0.73966944,0.7355372,0.70247936,0.71900827,0.74380165,0.73966944,0.69008267,0.74793386,0.8181818,0.822314,0.80991733,0.8016529,0.8057851,0.80991733,0.8181818,0.8305785,0.8305785,0.8347107,0.8264463,0.8264463,0.8264463,0.8181818,0.80991733,0.822314,0.822314,0.79752064,0.78099173,0.78099173,0.77272725,0.7644628,0.74380165,0.71900827,0.44214877,0.49586776,0.58264464,0.59504133,0.61570245,0.6528926,0.6859504,0.7107438,0.7355372,0.75206614,0.76033056,0.78099173,0.79752064,0.7933884,0.78099173,0.74793386,0.6942149,0.6487603,0.6280992,0.6280992,0.5413223,0.45867768,0.48347107,0.5041322,0.56198347,0.6487603,0.6983471,0.7066116,0.6942149,0.69008267,0.6818182,0.6652893,0.6446281,0.607438,0.5495868,0.55785125,0.6528926,0.6652893,0.7066116,0.78099173,0.8471074,0.838843,0.8264463,0.80991733,0.8016529,0.8264463,0.8347107,0.8429752,0.8429752,0.8264463,0.822314,0.8181818,0.80991733,0.8016529,0.80991733,0.8140496,0.80991733,0.7933884,0.78512394,0.77272725,0.76033056,0.75206614,0.73966944,0.71900827,0.45867768,0.46280992,0.53305787,0.59090906,0.607438,0.6363636,0.6735537,0.7066116,0.72727275,0.74793386,0.7644628,0.78512394,0.7933884,0.78099173,0.78099173,0.7644628,0.71487606,0.6694215,0.6528926,0.6487603,0.57024795,0.38429752,0.32231405,0.38016528,0.46280992,0.5413223,0.607438,0.6487603,0.6487603,0.6404959,0.59917355,0.5413223,0.57438016,0.607438,0.59090906,0.5371901,0.59917355,0.6983471,0.76859504,0.80991733,0.8429752,0.8512397,0.838843,0.8264463,0.80991733,0.8181818,0.8305785,0.8471074,0.8553719,0.838843,0.838843,0.8305785,0.8181818,0.8016529,0.8016529,0.8057851,0.8016529,0.78512394,0.77272725,0.75619835,0.76033056,0.75619835,0.7355372,0.7107438,0.45867768,0.446281,0.49586776,0.58264464,0.59917355,0.6280992,0.6570248,0.69008267,0.72727275,0.74380165,0.75206614,0.77272725,0.78099173,0.7768595,0.7892562,0.78099173,0.74793386,0.6983471,0.6694215,0.6528926,0.62396693,0.47107437,0.33471075,0.3305785,0.34710744,0.42561984,0.5123967,0.55785125,0.6198347,0.5785124,0.5289256,0.5661157,0.6818182,0.677686,0.6487603,0.6818182,0.71900827,0.75619835,0.7892562,0.80991733,0.8429752,0.8553719,0.8512397,0.838843,0.8264463,0.8181818,0.8264463,0.838843,0.8471074,0.8429752,0.838843,0.8347107,0.8181818,0.8057851,0.79752064,0.7892562,0.78512394,0.7768595,0.76859504,0.75619835,0.74793386,0.74793386,0.72727275,0.6942149,0.46280992,0.45041323,0.49173555,0.57024795,0.59090906,0.607438,0.6404959,0.6859504,0.71487606,0.73140496,0.74380165,0.76033056,0.78099173,0.78099173,0.7933884,0.78099173,0.75619835,0.7107438,0.6859504,0.661157,0.6528926,0.5785124,0.49173555,0.38016528,0.38429752,0.37603307,0.3966942,0.45867768,0.54545456,0.53305787,0.58677685,0.6652893,0.71900827,0.72727275,0.72727275,0.75206614,0.75619835,0.7644628,0.78512394,0.80991733,0.838843,0.8429752,0.8553719,0.8512397,0.838843,0.8264463,0.8305785,0.838843,0.838843,0.8429752,0.838843,0.8264463,0.8181818,0.80991733,0.8016529,0.7892562,0.78099173,0.76859504,0.76033056,0.74793386,0.74380165,0.7355372,0.71900827,0.6942149,0.45454547,0.45041323,0.48347107,0.553719,0.59090906,0.59917355,0.62396693,0.6735537,0.7066116,0.7231405,0.73966944,0.75206614,0.78099173,0.78512394,0.79752064,0.78512394,0.75619835,0.73140496,0.7107438,0.6983471,0.6942149,0.6735537,0.6198347,0.5371901,0.46280992,0.4876033,0.5206612,0.5785124,0.661157,0.6487603,0.6446281,0.71487606,0.75206614,0.7644628,0.75619835,0.74793386,0.74793386,0.76859504,0.78512394,0.8140496,0.8347107,0.8429752,0.8471074,0.8553719,0.8471074,0.8471074,0.8347107,0.838843,0.8471074,0.8429752,0.838843,0.8305785,0.8264463,0.80991733,0.8016529,0.7933884,0.78099173,0.7644628,0.74793386,0.74793386,0.75206614,0.73140496,0.7107438,0.6942149,0.45454547,0.4338843,0.45867768,0.54545456,0.58677685,0.59090906,0.61570245,0.6570248,0.69008267,0.71900827,0.74380165,0.75619835,0.76859504,0.78512394,0.8016529,0.77272725,0.75206614,0.74793386,0.72727275,0.7355372,0.73140496,0.73966944,0.71487606,0.6818182,0.6363636,0.6570248,0.69008267,0.7107438,0.7231405,0.69008267,0.6859504,0.7355372,0.76033056,0.76859504,0.7644628,0.74793386,0.7644628,0.78099173,0.80991733,0.822314,0.838843,0.8347107,0.8347107,0.8512397,0.8553719,0.8512397,0.838843,0.838843,0.8471074,0.8429752,0.838843,0.838843,0.8347107,0.80991733,0.8016529,0.7892562,0.7768595,0.76033056,0.73966944,0.74380165,0.74380165,0.72727275,0.7066116,0.69008267,0.45867768,0.45454547,0.45867768,0.5165289,0.5785124,0.59090906,0.61570245,0.6487603,0.6735537,0.70247936,0.7355372,0.74380165,0.74380165,0.7644628,0.7892562,0.76859504,0.74793386,0.74793386,0.74793386,0.75619835,0.7355372,0.74793386,0.75206614,0.75206614,0.7355372,0.74793386,0.75206614,0.74380165,0.7231405,0.6942149,0.69008267,0.7231405,0.75619835,0.75619835,0.75619835,0.76033056,0.7768595,0.79752064,0.80991733,0.8264463,0.838843,0.8305785,0.838843,0.838843,0.8471074,0.8429752,0.8347107,0.8305785,0.838843,0.838843,0.8429752,0.838843,0.822314,0.8057851,0.79752064,0.78512394,0.7768595,0.76033056,0.74793386,0.74380165,0.73140496,0.7107438,0.6942149,0.69008267,0.45867768,0.45454547,0.45041323,0.5,0.57024795,0.58677685,0.61570245,0.6487603,0.6694215,0.6859504,0.71487606,0.73140496,0.71900827,0.7355372,0.74793386,0.73966944,0.7231405,0.71900827,0.72727275,0.74793386,0.74380165,0.75619835,0.77272725,0.7892562,0.78512394,0.8140496,0.7933884,0.7644628,0.73140496,0.6942149,0.6942149,0.72727275,0.7768595,0.7768595,0.7892562,0.78099173,0.7933884,0.8057851,0.8016529,0.822314,0.822314,0.8181818,0.822314,0.8140496,0.8181818,0.822314,0.8305785,0.8264463,0.822314,0.8305785,0.8264463,0.8264463,0.8140496,0.80991733,0.8016529,0.78512394,0.7768595,0.76033056,0.73966944,0.72727275,0.71487606,0.70247936,0.6942149,0.6859504,0.45454547,0.45041323,0.446281,0.49173555,0.56198347,0.58677685,0.61570245,0.6446281,0.6694215,0.6818182,0.69008267,0.7107438,0.7066116,0.71900827,0.72727275,0.71900827,0.6983471,0.6818182,0.70247936,0.73140496,0.74380165,0.74380165,0.75619835,0.76033056,0.7768595,0.79752064,0.8057851,0.7892562,0.7644628,0.73966944,0.72727275,0.75206614,0.7933884,0.7933884,0.8057851,0.8140496,0.822314,0.8181818,0.7892562,0.8057851,0.79752064,0.78512394,0.7892562,0.78099173,0.79752064,0.8181818,0.822314,0.822314,0.8181818,0.8181818,0.8140496,0.8140496,0.8140496,0.8140496,0.8016529,0.7768595,0.76033056,0.74380165,0.7231405,0.7107438,0.7066116,0.6942149,0.69008267,0.6859504,0.45454547,0.446281,0.43801653,0.48347107,0.5413223,0.57024795,0.61570245,0.6487603,0.6735537,0.6818182,0.6735537,0.69008267,0.7066116,0.71487606,0.7107438,0.6818182,0.6487603,0.61157024,0.6487603,0.6818182,0.6652893,0.6446281,0.6528926,0.6528926,0.6735537,0.6859504,0.69008267,0.7231405,0.75619835,0.71487606,0.6942149,0.7066116,0.73140496,0.73966944,0.76033056,0.78099173,0.8057851,0.8181818,0.79752064,0.79752064,0.7892562,0.75619835,0.75206614,0.74793386,0.77272725,0.8016529,0.822314,0.8264463,0.8181818,0.8140496,0.8057851,0.8057851,0.8057851,0.8057851,0.7892562,0.76859504,0.75619835,0.7355372,0.71487606,0.70247936,0.7066116,0.6983471,0.69008267,0.6859504,0.45454547,0.45454547,0.446281,0.46694216,0.5206612,0.55785125,0.59504133,0.6404959,0.6735537,0.6818182,0.661157,0.6735537,0.70247936,0.7107438,0.69008267,0.6487603,0.57438016,0.47107437,0.49586776,0.553719,0.5247934,0.5123967,0.54545456,0.5785124,0.6280992,0.6363636,0.6198347,0.6198347,0.6446281,0.6322314,0.6322314,0.6528926,0.677686,0.6694215,0.6652893,0.6694215,0.6652893,0.6942149,0.6942149,0.7107438,0.71900827,0.69008267,0.6694215,0.661157,0.677686,0.7355372,0.7933884,0.822314,0.80991733,0.79752064,0.7892562,0.79752064,0.8016529,0.79752064,0.78512394,0.7644628,0.75619835,0.73966944,0.71900827,0.7066116,0.70247936,0.7066116,0.6983471,0.6859504,0.45041323,0.446281,0.446281,0.45454547,0.49173555,0.553719,0.5785124,0.62396693,0.6694215,0.6818182,0.6652893,0.6570248,0.6983471,0.72727275,0.71487606,0.6694215,0.57024795,0.3966942,0.36363637,0.40082645,0.39256197,0.3966942,0.4338843,0.45867768,0.5206612,0.54545456,0.5413223,0.5495868,0.55785125,0.55785125,0.553719,0.56198347,0.58677685,0.57438016,0.56198347,0.55785125,0.5289256,0.553719,0.53305787,0.56198347,0.5661157,0.56198347,0.5495868,0.5371901,0.54545456,0.6528926,0.76033056,0.8057851,0.80991733,0.7933884,0.78099173,0.78512394,0.7933884,0.78512394,0.78512394,0.7644628,0.75206614,0.7355372,0.71900827,0.71487606,0.7107438,0.6983471,0.69008267,0.677686,0.45041323,0.45041323,0.45041323,0.44214877,0.4752066,0.5371901,0.5661157,0.60330576,0.6487603,0.6818182,0.677686,0.6652893,0.70247936,0.73140496,0.74793386,0.7355372,0.6818182,0.60330576,0.5661157,0.53305787,0.5371901,0.54545456,0.5661157,0.57438016,0.607438,0.6322314,0.6322314,0.6487603,0.6280992,0.6198347,0.6404959,0.6198347,0.61570245,0.6280992,0.6446281,0.6404959,0.6404959,0.6487603,0.61157024,0.6198347,0.61157024,0.62396693,0.6404959,0.661157,0.6322314,0.6735537,0.74793386,0.7933884,0.8016529,0.78512394,0.7768595,0.78512394,0.7892562,0.7768595,0.7768595,0.76033056,0.74793386,0.7355372,0.71900827,0.7231405,0.7107438,0.70247936,0.6983471,0.6818182,0.44214877,0.45454547,0.45454547,0.4338843,0.45867768,0.5123967,0.5495868,0.57438016,0.62396693,0.677686,0.6942149,0.6818182,0.70247936,0.73140496,0.75206614,0.7644628,0.7355372,0.7231405,0.6859504,0.6280992,0.6198347,0.6363636,0.6487603,0.6446281,0.6942149,0.7355372,0.7355372,0.75619835,0.74380165,0.72727275,0.74793386,0.74380165,0.74793386,0.74793386,0.75206614,0.7355372,0.73140496,0.73966944,0.71900827,0.70247936,0.70247936,0.7231405,0.74793386,0.78512394,0.76859504,0.75619835,0.76859504,0.7933884,0.79752064,0.78099173,0.77272725,0.7892562,0.78512394,0.77272725,0.76033056,0.74380165,0.73140496,0.72727275,0.7231405,0.71487606,0.70247936,0.6983471,0.6983471,0.677686,0.446281,0.45041323,0.45041323,0.43801653,0.44214877,0.48347107,0.5371901,0.553719,0.59917355,0.6528926,0.6983471,0.6942149,0.6983471,0.7231405,0.75619835,0.76859504,0.75619835,0.75619835,0.71900827,0.6528926,0.6198347,0.62396693,0.6322314,0.6363636,0.6652893,0.7066116,0.7231405,0.74380165,0.75206614,0.73966944,0.75619835,0.76859504,0.76859504,0.7644628,0.76033056,0.74380165,0.74380165,0.74793386,0.73966944,0.73966944,0.7644628,0.7768595,0.8016529,0.8181818,0.8305785,0.80991733,0.78512394,0.7933884,0.79752064,0.78099173,0.77272725,0.78512394,0.78099173,0.76033056,0.75206614,0.7355372,0.7231405,0.7231405,0.71900827,0.7066116,0.6942149,0.6859504,0.6818182,0.6652893,0.44214877,0.45041323,0.45454547,0.446281,0.4338843,0.46694216,0.5247934,0.5413223,0.57438016,0.61570245,0.6694215,0.69008267,0.6942149,0.7066116,0.74380165,0.76033056,0.76033056,0.76033056,0.73966944,0.6859504,0.6487603,0.62396693,0.61157024,0.61570245,0.62396693,0.6446281,0.6652893,0.6859504,0.7066116,0.6983471,0.7107438,0.71900827,0.7231405,0.74380165,0.73966944,0.7355372,0.74380165,0.76859504,0.77272725,0.7768595,0.7933884,0.7933884,0.8140496,0.8305785,0.8512397,0.8305785,0.8140496,0.80991733,0.8057851,0.7892562,0.78512394,0.78099173,0.76859504,0.75619835,0.74380165,0.7355372,0.72727275,0.7107438,0.7066116,0.6983471,0.6859504,0.677686,0.6694215,0.6528926,0.446281,0.446281,0.45041323,0.45041323,0.4338843,0.446281,0.5041322,0.5413223,0.553719,0.58677685,0.6322314,0.6694215,0.6859504,0.6942149,0.7355372,0.75619835,0.76033056,0.75206614,0.73966944,0.7107438,0.6818182,0.6652893,0.6404959,0.607438,0.60330576,0.59504133,0.58264464,0.58264464,0.59090906,0.59917355,0.61570245,0.6446281,0.677686,0.7066116,0.71900827,0.74380165,0.7644628,0.7892562,0.79752064,0.8057851,0.8016529,0.80991733,0.8181818,0.8347107,0.8471074,0.8347107,0.822314,0.8140496,0.79752064,0.78512394,0.78512394,0.78099173,0.75619835,0.74380165,0.7355372,0.72727275,0.71900827,0.7066116,0.70247936,0.6983471,0.6818182,0.6652893,0.6528926,0.6363636,0.44214877,0.44214877,0.446281,0.446281,0.43801653,0.43801653,0.46280992,0.5165289,0.5413223,0.56198347,0.60330576,0.6363636,0.6652893,0.6818182,0.71487606,0.73140496,0.74793386,0.74380165,0.7355372,0.71487606,0.6983471,0.6942149,0.6818182,0.6528926,0.6363636,0.6322314,0.61570245,0.61570245,0.59090906,0.59090906,0.5785124,0.61570245,0.661157,0.677686,0.71487606,0.74793386,0.76859504,0.78512394,0.79752064,0.79752064,0.8016529,0.80991733,0.8140496,0.8305785,0.8347107,0.8305785,0.8181818,0.8016529,0.77272725,0.77272725,0.7768595,0.76033056,0.73966944,0.73140496,0.72727275,0.71900827,0.7066116,0.70247936,0.6983471,0.6942149,0.677686,0.6570248,0.6363636,0.607438,0.446281,0.446281,0.44214877,0.44214877,0.45041323,0.43801653,0.44214877,0.49173555,0.5206612,0.5413223,0.5785124,0.61157024,0.6363636,0.6652893,0.6859504,0.6983471,0.71487606,0.73140496,0.71487606,0.70247936,0.70247936,0.70247936,0.7066116,0.6983471,0.677686,0.677686,0.677686,0.677686,0.6694215,0.6528926,0.6280992,0.6652893,0.6818182,0.71487606,0.7355372,0.74793386,0.76859504,0.78099173,0.7892562,0.7933884,0.8016529,0.8016529,0.8140496,0.8181818,0.822314,0.8181818,0.80991733,0.7892562,0.76859504,0.7644628,0.75206614,0.73966944,0.73140496,0.72727275,0.71900827,0.7107438,0.70247936,0.6942149,0.6818182,0.677686,0.6694215,0.6446281,0.61157024,0.5785124,0.44214877,0.446281,0.446281,0.44214877,0.44214877,0.43801653,0.43801653,0.46280992,0.5,0.5289256,0.55785125,0.58677685,0.61570245,0.6363636,0.6528926,0.6694215,0.69008267,0.71487606,0.70247936,0.6942149,0.7066116,0.70247936,0.71487606,0.71900827,0.7066116,0.7107438,0.7107438,0.7107438,0.7231405,0.71487606,0.7107438,0.72727275,0.72727275,0.7644628,0.75619835,0.76033056,0.78099173,0.78512394,0.78099173,0.7892562,0.7933884,0.7933884,0.8016529,0.8057851,0.8057851,0.79752064,0.78512394,0.78099173,0.76033056,0.75206614,0.73966944,0.7355372,0.7231405,0.71900827,0.7066116,0.6983471,0.6942149,0.6818182,0.6652893,0.6652893,0.6487603,0.62396693,0.58677685,0.56198347,0.43801653,0.44214877,0.446281,0.44214877,0.43801653,0.44214877,0.446281,0.44214877,0.46694216,0.5123967,0.5371901,0.56198347,0.59090906,0.61157024,0.6322314,0.6528926,0.6694215,0.6983471,0.70247936,0.6942149,0.7107438,0.7107438,0.71900827,0.73140496,0.72727275,0.74380165,0.74793386,0.75206614,0.77272725,0.76859504,0.7768595,0.76859504,0.7644628,0.7892562,0.7768595,0.78099173,0.78512394,0.7892562,0.78099173,0.78099173,0.78512394,0.78099173,0.79752064,0.8057851,0.7933884,0.78512394,0.7644628,0.77272725,0.75206614,0.73966944,0.73966944,0.73140496,0.71487606,0.71487606,0.6983471,0.6983471,0.6859504,0.6694215,0.6652893,0.6528926,0.62396693,0.58677685,0.55785125,0.57438016,0.43801653,0.43801653,0.44214877,0.44214877,0.44214877,0.446281,0.45041323,0.4338843,0.446281,0.49586776,0.5247934,0.5371901,0.55785125,0.58677685,0.61570245,0.6363636,0.6487603,0.6818182,0.6942149,0.6942149,0.7107438,0.7231405,0.7355372,0.75619835,0.76859504,0.7892562,0.7933884,0.8016529,0.822314,0.8140496,0.8264463,0.822314,0.8140496,0.8181818,0.80991733,0.8016529,0.8016529,0.8016529,0.79752064,0.7933884,0.7892562,0.78512394,0.79752064,0.7933884,0.78512394,0.7644628,0.74793386,0.74793386,0.73140496,0.72727275,0.73140496,0.71487606,0.7066116,0.70247936,0.6859504,0.6859504,0.6818182,0.661157,0.6487603,0.6280992,0.59090906,0.55785125,0.5661157,0.61570245,0.44214877,0.44214877,0.44214877,0.44214877,0.44214877,0.44214877,0.446281,0.41322315,0.44214877,0.5785124,0.5371901,0.5,0.53305787,0.56198347,0.59090906,0.6198347,0.6363636,0.6652893,0.69008267,0.70247936,0.7231405,0.73966944,0.75206614,0.7892562,0.79752064,0.8057851,0.8140496,0.822314,0.8347107,0.8264463,0.8471074,0.8429752,0.8512397,0.8512397,0.8429752,0.8347107,0.8429752,0.822314,0.8181818,0.80991733,0.7933884,0.8016529,0.79752064,0.78099173,0.7768595,0.75619835,0.74380165,0.73140496,0.7231405,0.71900827,0.71900827,0.7107438,0.6983471,0.6859504,0.6694215,0.6652893,0.6652893,0.6487603,0.62396693,0.60330576,0.55785125,0.553719,0.60330576,0.6528926,0.44214877,0.44214877,0.44214877,0.43801653,0.44214877,0.44214877,0.43801653,0.38429752,0.48347107,0.73966944,0.58264464,0.48347107,0.5123967,0.5413223,0.5661157,0.59917355,0.6198347,0.6446281,0.6735537,0.6942149,0.73140496,0.75206614,0.76859504,0.8016529,0.8016529,0.8057851,0.80991733,0.8305785,0.838843,0.8264463,0.8429752,0.8512397,0.8636364,0.8636364,0.8595041,0.8595041,0.8636364,0.8471074,0.8181818,0.8057851,0.8057851,0.8057851,0.7892562,0.76859504,0.7644628,0.74793386,0.74380165,0.72727275,0.7231405,0.7107438,0.71487606,0.7066116,0.6859504,0.6694215,0.6528926,0.6487603,0.6487603,0.62396693,0.59917355,0.57024795,0.5495868,0.58677685,0.6404959,0.6694215,0.44214877,0.44214877,0.44214877,0.43801653,0.43801653,0.45454547,0.41735536,0.39256197,0.6280992,0.8347107,0.607438,0.5123967,0.5082645,0.5289256,0.54545456,0.57438016,0.59504133,0.62396693,0.6446281,0.6652893,0.70247936,0.73966944,0.75619835,0.78099173,0.7933884,0.8057851,0.8140496,0.8305785,0.8471074,0.8347107,0.8429752,0.8512397,0.8553719,0.8595041,0.8595041,0.8595041,0.8595041,0.8512397,0.8140496,0.80991733,0.8057851,0.78512394,0.77272725,0.75619835,0.74793386,0.74380165,0.7355372,0.7107438,0.7066116,0.70247936,0.6983471,0.6859504,0.6652893,0.6528926,0.6446281,0.6280992,0.6198347,0.59917355,0.57024795,0.5495868,0.57438016,0.6280992,0.661157,0.677686,0.446281,0.44214877,0.43801653,0.44214877,0.44214877,0.446281,0.3966942,0.46280992,0.7933884,0.8429752,0.60330576,0.553719,0.5247934,0.5247934,0.53305787,0.54545456,0.5661157,0.607438,0.61570245,0.6404959,0.6694215,0.7107438,0.7231405,0.76033056,0.77272725,0.7933884,0.8057851,0.8181818,0.838843,0.822314,0.838843,0.838843,0.8471074,0.8512397,0.8471074,0.838843,0.8347107,0.8305785,0.8057851,0.8016529,0.78512394,0.7644628,0.75206614,0.74793386,0.7355372,0.73966944,0.7231405,0.6983471,0.6859504,0.677686,0.6652893,0.6570248,0.6487603,0.6363636,0.6280992,0.61157024,0.59090906,0.57438016,0.553719,0.56198347,0.61157024,0.6528926,0.6694215,0.6818182,0.44214877,0.446281,0.4338843,0.44214877,0.45041323,0.41735536,0.3966942,0.59917355,0.88429755,0.8305785,0.59917355,0.57024795,0.5413223,0.5123967,0.5247934,0.53305787,0.5371901,0.57024795,0.59090906,0.6198347,0.6487603,0.677686,0.69008267,0.73140496,0.74793386,0.7644628,0.78512394,0.79752064,0.8181818,0.79752064,0.8057851,0.8140496,0.822314,0.838843,0.8264463,0.8140496,0.8140496,0.8016529,0.78512394,0.7768595,0.76033056,0.74793386,0.74380165,0.73966944,0.71900827,0.7231405,0.70247936,0.6818182,0.6652893,0.6570248,0.6404959,0.6363636,0.6322314,0.61570245,0.59917355,0.58677685,0.57024795,0.56198347,0.55785125,0.59090906,0.6404959,0.6570248,0.6735537,0.6859504,0.44214877,0.44214877,0.43801653,0.44214877,0.45041323,0.38429752,0.44214877,0.75619835,0.90909094,0.822314,0.59917355,0.58264464,0.55785125,0.5,0.49173555,0.5289256,0.5289256,0.53305787,0.5661157,0.59504133,0.6280992,0.6404959,0.661157,0.6983471,0.72727275,0.73140496,0.74793386,0.7644628,0.7892562,0.7644628,0.7644628,0.78099173,0.78512394,0.8016529,0.79752064,0.7892562,0.79752064,0.7768595,0.75206614,0.74793386,0.72727275,0.7355372,0.73140496,0.71900827,0.69008267,0.6983471,0.6818182,0.6528926,0.6446281,0.6487603,0.6280992,0.61570245,0.61157024,0.59917355,0.5785124,0.57024795,0.56198347,0.5661157,0.58264464,0.62396693,0.6570248,0.6652893,0.677686,0.69008267,0.44214877,0.4338843,0.43801653,0.44214877,0.43801653,0.3966942,0.553719,0.8512397,0.90909094,0.8264463,0.61570245,0.59917355,0.57438016,0.5165289,0.46694216,0.47107437,0.5206612,0.5289256,0.5371901,0.55785125,0.59090906,0.60330576,0.6280992,0.6652893,0.6942149,0.70247936,0.7107438,0.7231405,0.74380165,0.72727275,0.7231405,0.7231405,0.7355372,0.76033056,0.75206614,0.75619835,0.76033056,0.72727275,0.7231405,0.71487606,0.71487606,0.71487606,0.7066116,0.6818182,0.6694215,0.661157,0.6570248,0.6280992,0.6198347,0.61570245,0.60330576,0.59090906,0.58677685,0.58677685,0.57024795,0.5661157,0.57024795,0.58264464,0.61570245,0.6570248,0.6735537,0.6735537,0.6942149,0.6942149,0.446281,0.446281,0.46694216,0.5041322,0.48347107,0.49586776,0.7066116,0.8801653,0.90909094,0.838843,0.6322314,0.61157024,0.58677685,0.54545456,0.4876033,0.42975205,0.46280992,0.5082645,0.53305787,0.5289256,0.5413223,0.56198347,0.57438016,0.6198347,0.661157,0.6652893,0.6818182,0.69008267,0.6983471,0.69008267,0.6735537,0.6735537,0.69008267,0.7107438,0.7107438,0.71900827,0.71900827,0.6983471,0.6859504,0.6818182,0.69008267,0.6859504,0.6859504,0.6570248,0.6528926,0.6280992,0.607438,0.59917355,0.59090906,0.5785124,0.58264464,0.5785124,0.5785124,0.5785124,0.57024795,0.57024795,0.58264464,0.61157024,0.6404959,0.6694215,0.677686,0.6859504,0.6983471,0.6983471,5 +0.7231405,0.7107438,0.71487606,0.73140496,0.7355372,0.75206614,0.77272725,0.7933884,0.8140496,0.8347107,0.8347107,0.8429752,0.8595041,0.8677686,0.8677686,0.8677686,0.87603307,0.88429755,0.88842976,0.89669424,0.90082645,0.90082645,0.90082645,0.90082645,0.90495867,0.90082645,0.89669424,0.90082645,0.90082645,0.89669424,0.89669424,0.892562,0.88842976,0.8801653,0.87603307,0.8719008,0.8677686,0.8719008,0.87603307,0.8801653,0.88429755,0.8801653,0.8801653,0.87603307,0.8719008,0.88429755,0.87603307,0.8677686,0.8636364,0.8512397,0.838843,0.8264463,0.822314,0.822314,0.8140496,0.79752064,0.78512394,0.74793386,0.7355372,0.7107438,0.6487603,0.6363636,0.6404959,0.5041322,0.71487606,0.7231405,0.70247936,0.71487606,0.73966944,0.75206614,0.7768595,0.7933884,0.8057851,0.8305785,0.838843,0.838843,0.8636364,0.8636364,0.8719008,0.8677686,0.8719008,0.88429755,0.88842976,0.89669424,0.90082645,0.90495867,0.90495867,0.90082645,0.90082645,0.90082645,0.89669424,0.90082645,0.90082645,0.89669424,0.89669424,0.892562,0.88842976,0.88429755,0.88429755,0.88429755,0.8801653,0.87603307,0.8801653,0.88429755,0.88429755,0.88429755,0.88429755,0.88429755,0.8801653,0.88429755,0.8801653,0.87603307,0.8677686,0.8471074,0.8429752,0.838843,0.8264463,0.822314,0.8140496,0.8057851,0.7933884,0.75206614,0.74380165,0.71487606,0.6487603,0.6446281,0.6363636,0.54545456,0.7231405,0.7231405,0.7066116,0.7066116,0.72727275,0.75206614,0.7768595,0.8016529,0.79752064,0.8181818,0.838843,0.8347107,0.8553719,0.8636364,0.8677686,0.8677686,0.8677686,0.8801653,0.8801653,0.892562,0.89669424,0.90082645,0.90495867,0.90082645,0.90495867,0.90082645,0.90082645,0.90082645,0.89669424,0.892562,0.892562,0.89669424,0.89669424,0.88842976,0.88429755,0.88842976,0.88842976,0.8801653,0.8801653,0.88429755,0.88429755,0.88429755,0.88842976,0.88842976,0.88842976,0.88842976,0.8801653,0.8801653,0.8677686,0.8512397,0.8512397,0.8512397,0.8347107,0.8305785,0.8181818,0.8057851,0.79752064,0.76033056,0.73140496,0.71487606,0.6570248,0.6363636,0.6363636,0.58677685,0.7231405,0.72727275,0.7231405,0.71900827,0.7231405,0.74793386,0.77272725,0.78512394,0.8016529,0.8140496,0.8305785,0.8347107,0.838843,0.8553719,0.8595041,0.8595041,0.8636364,0.8719008,0.8719008,0.88429755,0.892562,0.89669424,0.90495867,0.90495867,0.90082645,0.90082645,0.89669424,0.89669424,0.90082645,0.89669424,0.892562,0.892562,0.89669424,0.88842976,0.892562,0.892562,0.88842976,0.88842976,0.88429755,0.88842976,0.88842976,0.88842976,0.88842976,0.892562,0.892562,0.88842976,0.88429755,0.88429755,0.8719008,0.8595041,0.8553719,0.8553719,0.8471074,0.838843,0.8347107,0.8140496,0.79752064,0.76859504,0.72727275,0.7066116,0.6652893,0.6404959,0.6198347,0.61157024,0.71900827,0.7231405,0.71900827,0.73140496,0.72727275,0.73140496,0.7768595,0.7892562,0.8057851,0.80991733,0.822314,0.822314,0.79752064,0.8305785,0.8429752,0.8512397,0.8595041,0.8677686,0.8595041,0.8636364,0.8719008,0.8801653,0.88842976,0.90082645,0.89669424,0.89669424,0.89669424,0.90082645,0.90495867,0.90082645,0.892562,0.892562,0.89669424,0.892562,0.892562,0.892562,0.88842976,0.88842976,0.88842976,0.88842976,0.892562,0.892562,0.892562,0.88842976,0.88842976,0.88842976,0.88429755,0.87603307,0.8719008,0.8636364,0.8553719,0.8512397,0.8471074,0.838843,0.8264463,0.8057851,0.78099173,0.76859504,0.73966944,0.6983471,0.6694215,0.6446281,0.6322314,0.61570245,0.7107438,0.71900827,0.71900827,0.72727275,0.7231405,0.73140496,0.78512394,0.7892562,0.8016529,0.80991733,0.7933884,0.76033056,0.73966944,0.7933884,0.80991733,0.822314,0.8305785,0.8264463,0.8264463,0.838843,0.8471074,0.8512397,0.8636364,0.87603307,0.88842976,0.892562,0.89669424,0.892562,0.89669424,0.90082645,0.89669424,0.90082645,0.89669424,0.90082645,0.892562,0.892562,0.88842976,0.892562,0.892562,0.88842976,0.88842976,0.892562,0.88842976,0.8801653,0.87603307,0.8801653,0.87603307,0.8677686,0.8553719,0.8512397,0.8512397,0.8471074,0.8347107,0.822314,0.8016529,0.7768595,0.7768595,0.7644628,0.7355372,0.7066116,0.6570248,0.6487603,0.6363636,0.61570245,0.7107438,0.71487606,0.71900827,0.72727275,0.71900827,0.75206614,0.78512394,0.78099173,0.7933884,0.77272725,0.72727275,0.6859504,0.6859504,0.71900827,0.74380165,0.76033056,0.73140496,0.71900827,0.74793386,0.7644628,0.78099173,0.79752064,0.822314,0.8429752,0.8512397,0.8595041,0.87603307,0.8801653,0.8801653,0.88842976,0.89669424,0.892562,0.89669424,0.89669424,0.88842976,0.88842976,0.88842976,0.88429755,0.892562,0.88842976,0.8801653,0.8801653,0.87603307,0.8636364,0.8636364,0.8636364,0.8553719,0.838843,0.8264463,0.8181818,0.8181818,0.8264463,0.8140496,0.8016529,0.77272725,0.72727275,0.73140496,0.7644628,0.7355372,0.7066116,0.6570248,0.6446281,0.6404959,0.61157024,0.71487606,0.7066116,0.71900827,0.71900827,0.71900827,0.73140496,0.71487606,0.6983471,0.71900827,0.69008267,0.6570248,0.6198347,0.6198347,0.6363636,0.6528926,0.6528926,0.54545456,0.49173555,0.60330576,0.607438,0.6446281,0.661157,0.7066116,0.73140496,0.7644628,0.822314,0.8347107,0.8347107,0.8553719,0.8801653,0.8801653,0.8801653,0.88842976,0.88429755,0.8801653,0.87603307,0.8719008,0.8719008,0.87603307,0.8636364,0.8595041,0.8636364,0.8512397,0.8429752,0.8347107,0.8181818,0.7892562,0.75206614,0.7355372,0.7355372,0.7355372,0.74380165,0.73140496,0.71900827,0.6942149,0.6446281,0.6487603,0.70247936,0.7355372,0.7107438,0.6735537,0.6446281,0.6404959,0.607438,0.7107438,0.6983471,0.7107438,0.70247936,0.6859504,0.677686,0.6322314,0.70247936,0.7933884,0.7066116,0.62396693,0.61157024,0.61570245,0.6280992,0.62396693,0.59504133,0.42975205,0.40082645,0.6322314,0.59090906,0.6363636,0.6198347,0.6198347,0.5661157,0.58677685,0.69008267,0.75619835,0.7892562,0.80991733,0.8553719,0.8553719,0.8636364,0.87603307,0.8719008,0.8677686,0.8677686,0.8553719,0.8553719,0.8553719,0.8305785,0.822314,0.8181818,0.79752064,0.7644628,0.72727275,0.6735537,0.59917355,0.5413223,0.553719,0.607438,0.6198347,0.607438,0.61570245,0.6198347,0.59917355,0.5785124,0.5785124,0.58677685,0.661157,0.6942149,0.677686,0.6322314,0.6404959,0.59917355,0.6983471,0.6818182,0.6859504,0.661157,0.61570245,0.61570245,0.6322314,0.6570248,0.79752064,0.76033056,0.71487606,0.6322314,0.59090906,0.61157024,0.62396693,0.62396693,0.41735536,0.75206614,0.9504132,0.92561984,0.91735536,0.90909094,0.90495867,0.7066116,0.47933885,0.56198347,0.6198347,0.6735537,0.71900827,0.79752064,0.838843,0.8471074,0.8553719,0.8595041,0.8512397,0.8553719,0.8429752,0.8347107,0.8347107,0.8016529,0.7768595,0.7644628,0.71487606,0.6487603,0.60330576,0.5165289,0.5082645,0.5495868,0.58677685,0.6404959,0.6652893,0.6322314,0.6198347,0.6363636,0.61570245,0.60330576,0.61157024,0.6652893,0.71900827,0.6652893,0.5661157,0.58264464,0.607438,0.59504133,0.6983471,0.6818182,0.6818182,0.6280992,0.59504133,0.6363636,0.6198347,0.54545456,0.69008267,0.8181818,0.8347107,0.6818182,0.5661157,0.59917355,0.59504133,0.607438,0.35950413,0.8057851,0.93801653,0.9214876,0.92561984,0.9214876,0.9710744,0.78099173,0.62396693,0.607438,0.6404959,0.69008267,0.71900827,0.72727275,0.8181818,0.8429752,0.8512397,0.8636364,0.8471074,0.8471074,0.8347107,0.8181818,0.8264463,0.7933884,0.76033056,0.7892562,0.73140496,0.6363636,0.58677685,0.5206612,0.7066116,0.90909094,0.92975205,0.91322315,0.91322315,0.8140496,0.677686,0.6198347,0.59090906,0.59090906,0.58264464,0.5785124,0.59917355,0.58264464,0.5165289,0.53305787,0.56198347,0.53305787,0.6942149,0.6694215,0.6487603,0.59504133,0.59504133,0.6487603,0.61157024,0.5661157,0.62396693,0.74380165,0.78099173,0.73140496,0.661157,0.69008267,0.69008267,0.6859504,0.59504133,0.80991733,0.9586777,0.9214876,0.92561984,0.93801653,0.93801653,0.62396693,0.6487603,0.60330576,0.5413223,0.5206612,0.57024795,0.57438016,0.72727275,0.8429752,0.8677686,0.8636364,0.8471074,0.8429752,0.838843,0.822314,0.8140496,0.75206614,0.75206614,0.78512394,0.71487606,0.6322314,0.6198347,0.607438,0.74380165,0.90495867,0.9338843,0.9214876,0.93801653,0.91322315,0.8140496,0.59917355,0.5041322,0.54545456,0.5082645,0.49586776,0.53305787,0.54545456,0.5,0.5082645,0.59917355,0.58677685,0.6859504,0.6735537,0.6528926,0.61157024,0.607438,0.6528926,0.661157,0.6487603,0.6446281,0.677686,0.6942149,0.6983471,0.6983471,0.69008267,0.6942149,0.69008267,0.661157,0.71487606,0.946281,0.91735536,0.91735536,0.9338843,0.87603307,0.6528926,0.62396693,0.6363636,0.6404959,0.6280992,0.6198347,0.55785125,0.6280992,0.8181818,0.87603307,0.8719008,0.8595041,0.8512397,0.8471074,0.838843,0.78099173,0.6942149,0.73966944,0.7066116,0.6446281,0.61570245,0.6322314,0.6280992,0.6280992,0.7933884,0.90082645,0.892562,0.88842976,0.76033056,0.6694215,0.6652893,0.6487603,0.6280992,0.59504133,0.57438016,0.55785125,0.553719,0.5165289,0.49173555,0.59090906,0.57024795,0.6322314,0.6322314,0.6446281,0.6487603,0.6198347,0.6487603,0.6818182,0.6818182,0.6570248,0.6694215,0.6570248,0.6198347,0.607438,0.61157024,0.6198347,0.6198347,0.59917355,0.5495868,0.8471074,0.8677686,0.8595041,0.822314,0.6280992,0.6404959,0.6652893,0.62396693,0.607438,0.6446281,0.6652893,0.59090906,0.58264464,0.8016529,0.8801653,0.8801653,0.87603307,0.87603307,0.8677686,0.8595041,0.72727275,0.7107438,0.72727275,0.6694215,0.6570248,0.6404959,0.6198347,0.59504133,0.5495868,0.61570245,0.76033056,0.7768595,0.6983471,0.6487603,0.6528926,0.6735537,0.677686,0.677686,0.6735537,0.6570248,0.6363636,0.58677685,0.5413223,0.5413223,0.61157024,0.5289256,0.47107437,0.5206612,0.75206614,0.8429752,0.74793386,0.6404959,0.6446281,0.6487603,0.60330576,0.58264464,0.59090906,0.5661157,0.5289256,0.53305787,0.5495868,0.56198347,0.59917355,0.607438,0.6446281,0.6942149,0.69008267,0.6280992,0.58264464,0.57024795,0.6404959,0.6363636,0.607438,0.61157024,0.6570248,0.6280992,0.55785125,0.8512397,0.8553719,0.8595041,0.9214876,0.90909094,0.90909094,0.90909094,0.78512394,0.77272725,0.6983471,0.6528926,0.6363636,0.59504133,0.56198347,0.5661157,0.553719,0.54545456,0.6198347,0.6570248,0.6404959,0.60330576,0.59917355,0.59504133,0.57024795,0.57024795,0.61570245,0.6528926,0.6404959,0.59504133,0.57438016,0.59917355,0.6528926,0.47107437,0.45454547,0.40082645,0.59917355,0.79752064,0.73966944,0.62396693,0.61570245,0.59504133,0.5371901,0.47933885,0.5,0.5247934,0.47933885,0.45867768,0.4214876,0.37603307,0.45867768,0.5082645,0.49586776,0.6198347,0.6528926,0.6528926,0.6487603,0.61157024,0.607438,0.59917355,0.61157024,0.61157024,0.6487603,0.59917355,0.59504133,0.6280992,0.6983471,0.6942149,0.8264463,0.838843,0.8305785,0.8057851,0.71487606,0.6859504,0.6570248,0.6363636,0.607438,0.56198347,0.553719,0.59090906,0.5289256,0.44214877,0.59090906,0.5661157,0.58677685,0.57438016,0.58677685,0.60330576,0.59917355,0.5289256,0.5289256,0.59917355,0.62396693,0.59504133,0.59504133,0.6404959,0.6735537,0.45454547,0.61570245,0.60330576,0.61157024,0.6694215,0.6528926,0.61157024,0.607438,0.58677685,0.5247934,0.45454547,0.45454547,0.5041322,0.5123967,0.4876033,0.45454547,0.40082645,0.45041323,0.48347107,0.58677685,0.75206614,0.74380165,0.6652893,0.59090906,0.57024795,0.6652893,0.6694215,0.5785124,0.58264464,0.661157,0.607438,0.62396693,0.60330576,0.6404959,0.69008267,0.74380165,0.76033056,0.7644628,0.71487606,0.607438,0.61570245,0.6487603,0.6446281,0.59917355,0.553719,0.59090906,0.59917355,0.5082645,0.30165288,0.5289256,0.49586776,0.5247934,0.5165289,0.45454547,0.46280992,0.49586776,0.5371901,0.553719,0.57438016,0.607438,0.59504133,0.61157024,0.6404959,0.6198347,0.43801653,0.6446281,0.6859504,0.661157,0.6404959,0.661157,0.677686,0.6859504,0.6652893,0.6198347,0.5661157,0.5495868,0.58677685,0.6280992,0.6198347,0.58264464,0.54545456,0.5371901,0.6198347,0.6570248,0.7933884,0.77272725,0.71900827,0.6735537,0.59504133,0.553719,0.677686,0.6694215,0.59917355,0.677686,0.6404959,0.6322314,0.607438,0.74380165,0.8181818,0.822314,0.822314,0.822314,0.78512394,0.6404959,0.61157024,0.677686,0.6694215,0.59917355,0.57438016,0.6570248,0.6280992,0.5785124,0.38429752,0.35123968,0.49586776,0.59917355,0.6446281,0.59917355,0.4752066,0.40082645,0.37603307,0.5041322,0.59090906,0.59504133,0.5785124,0.59917355,0.58677685,0.5082645,0.45867768,0.6404959,0.6652893,0.6570248,0.661157,0.7066116,0.74793386,0.75619835,0.74380165,0.7355372,0.7066116,0.661157,0.6487603,0.6528926,0.6735537,0.69008267,0.6859504,0.6942149,0.73140496,0.7231405,0.76859504,0.78512394,0.76033056,0.73966944,0.73966944,0.75619835,0.77272725,0.71900827,0.661157,0.7107438,0.6570248,0.61570245,0.6322314,0.822314,0.8719008,0.8801653,0.8719008,0.8636364,0.8471074,0.7066116,0.59090906,0.70247936,0.71487606,0.6694215,0.6446281,0.6694215,0.661157,0.6570248,0.59917355,0.61157024,0.6280992,0.6859504,0.7107438,0.6570248,0.55785125,0.49173555,0.47107437,0.5165289,0.59504133,0.60330576,0.58264464,0.57024795,0.4876033,0.45041323,0.5123967,0.6818182,0.6487603,0.6735537,0.71487606,0.73966944,0.76859504,0.78512394,0.78512394,0.7892562,0.78512394,0.76033056,0.7355372,0.7066116,0.6859504,0.6818182,0.6859504,0.69008267,0.7066116,0.7231405,0.76033056,0.7768595,0.75206614,0.7355372,0.74793386,0.7768595,0.76033056,0.75206614,0.74380165,0.6735537,0.6198347,0.60330576,0.6859504,0.8429752,0.8719008,0.88429755,0.8719008,0.8553719,0.8553719,0.76859504,0.59504133,0.6859504,0.78512394,0.76033056,0.72727275,0.70247936,0.69008267,0.69008267,0.6652893,0.6983471,0.69008267,0.6942149,0.6404959,0.61157024,0.58677685,0.5785124,0.59090906,0.62396693,0.661157,0.661157,0.607438,0.553719,0.45454547,0.5,0.58677685,0.72727275,0.6652893,0.6983471,0.76859504,0.76033056,0.77272725,0.8057851,0.822314,0.8305785,0.8264463,0.8140496,0.8057851,0.7892562,0.77272725,0.76859504,0.7644628,0.74793386,0.73966944,0.73140496,0.72727275,0.73140496,0.7644628,0.78099173,0.7768595,0.7644628,0.76033056,0.8016529,0.76033056,0.6859504,0.61157024,0.58264464,0.72727275,0.8347107,0.8677686,0.8801653,0.8677686,0.8512397,0.8512397,0.8016529,0.60330576,0.59504133,0.8140496,0.7892562,0.77272725,0.74380165,0.7355372,0.71487606,0.6983471,0.6983471,0.6818182,0.70247936,0.661157,0.6446281,0.6363636,0.6322314,0.6528926,0.677686,0.6942149,0.6818182,0.6322314,0.55785125,0.49586776,0.57024795,0.61157024,0.74793386,0.70247936,0.71487606,0.79752064,0.76033056,0.75619835,0.79752064,0.8264463,0.8347107,0.822314,0.8140496,0.80991733,0.7933884,0.78099173,0.7768595,0.76859504,0.76033056,0.76033056,0.76859504,0.7768595,0.78512394,0.8181818,0.822314,0.79752064,0.78512394,0.8016529,0.79752064,0.8140496,0.72727275,0.61157024,0.607438,0.73966944,0.8057851,0.8677686,0.88842976,0.8636364,0.8471074,0.8512397,0.8181818,0.6446281,0.5165289,0.7768595,0.78512394,0.7892562,0.75619835,0.7644628,0.7355372,0.73140496,0.73966944,0.69008267,0.71900827,0.6942149,0.677686,0.6652893,0.6735537,0.69008267,0.7231405,0.71900827,0.6983471,0.6694215,0.59917355,0.5661157,0.62396693,0.61570245,0.74793386,0.73966944,0.73140496,0.8057851,0.76033056,0.73140496,0.78099173,0.8181818,0.822314,0.8140496,0.80991733,0.80991733,0.80991733,0.8140496,0.80991733,0.8057851,0.8057851,0.8057851,0.8057851,0.822314,0.8347107,0.8347107,0.8347107,0.8264463,0.8264463,0.7933884,0.69008267,0.70247936,0.74380165,0.6363636,0.6652893,0.75619835,0.7892562,0.8553719,0.90082645,0.8677686,0.8471074,0.8512397,0.822314,0.70247936,0.5206612,0.6735537,0.73966944,0.8140496,0.77272725,0.7768595,0.77272725,0.74793386,0.7355372,0.7231405,0.72727275,0.72727275,0.7107438,0.7107438,0.72727275,0.7231405,0.74380165,0.7355372,0.7231405,0.71487606,0.6446281,0.6198347,0.6570248,0.6280992,0.74380165,0.7644628,0.75619835,0.7768595,0.76033056,0.7355372,0.76859504,0.8016529,0.8140496,0.80991733,0.80991733,0.8140496,0.8181818,0.8305785,0.8347107,0.8181818,0.8181818,0.8347107,0.8264463,0.8140496,0.8305785,0.838843,0.8429752,0.8471074,0.8429752,0.8140496,0.70247936,0.6652893,0.6735537,0.6652893,0.73140496,0.75206614,0.78099173,0.838843,0.90082645,0.87603307,0.8553719,0.8512397,0.822314,0.7231405,0.5785124,0.54545456,0.69008267,0.8140496,0.79752064,0.78512394,0.79752064,0.78099173,0.76033056,0.78099173,0.76859504,0.75206614,0.76033056,0.75206614,0.76033056,0.74793386,0.74793386,0.74793386,0.74380165,0.73966944,0.6735537,0.6446281,0.661157,0.6363636,0.73140496,0.7644628,0.78099173,0.74793386,0.73966944,0.74380165,0.76033056,0.77272725,0.8016529,0.8057851,0.80991733,0.8264463,0.8305785,0.838843,0.8429752,0.838843,0.8347107,0.8429752,0.8429752,0.8347107,0.838843,0.8429752,0.838843,0.8512397,0.8347107,0.78099173,0.73140496,0.6983471,0.6694215,0.7231405,0.76033056,0.75619835,0.78099173,0.8264463,0.88842976,0.88429755,0.8595041,0.8471074,0.822314,0.7355372,0.661157,0.59917355,0.6322314,0.73140496,0.8264463,0.79752064,0.79752064,0.7892562,0.8016529,0.8057851,0.7892562,0.78512394,0.78512394,0.78512394,0.78512394,0.7768595,0.76859504,0.75206614,0.75619835,0.74793386,0.6942149,0.6528926,0.661157,0.6446281,0.7231405,0.75206614,0.78512394,0.76859504,0.7107438,0.74380165,0.76033056,0.76033056,0.79752064,0.8181818,0.8305785,0.8429752,0.8429752,0.838843,0.8429752,0.8429752,0.838843,0.8429752,0.8512397,0.8429752,0.838843,0.8429752,0.838843,0.8305785,0.8016529,0.75206614,0.7231405,0.70247936,0.71900827,0.7644628,0.76859504,0.77272725,0.7892562,0.822314,0.8719008,0.87603307,0.8595041,0.8471074,0.8264463,0.77272725,0.7231405,0.6942149,0.6570248,0.59504133,0.78099173,0.822314,0.80991733,0.7933884,0.80991733,0.8016529,0.7933884,0.8016529,0.7892562,0.79752064,0.77272725,0.78512394,0.76859504,0.76033056,0.75619835,0.74380165,0.70247936,0.6570248,0.661157,0.6487603,0.71487606,0.74793386,0.76859504,0.78512394,0.7231405,0.7355372,0.78512394,0.78099173,0.8016529,0.8305785,0.8471074,0.8553719,0.8512397,0.8471074,0.8429752,0.8429752,0.8429752,0.8429752,0.8512397,0.8471074,0.838843,0.8347107,0.8264463,0.8016529,0.75619835,0.71487606,0.6983471,0.71900827,0.76859504,0.7768595,0.7644628,0.78512394,0.8181818,0.8305785,0.8471074,0.8595041,0.8553719,0.8429752,0.8347107,0.80991733,0.75206614,0.71487606,0.6942149,0.6363636,0.6487603,0.7892562,0.80991733,0.8016529,0.7933884,0.79752064,0.79752064,0.7892562,0.7892562,0.8057851,0.7933884,0.7933884,0.76859504,0.75619835,0.74793386,0.73966944,0.69008267,0.6404959,0.6942149,0.6570248,0.70247936,0.73966944,0.76033056,0.7768595,0.76033056,0.74380165,0.8181818,0.8264463,0.8016529,0.822314,0.8471074,0.8595041,0.8553719,0.8512397,0.8471074,0.8471074,0.8553719,0.8553719,0.8512397,0.8512397,0.8429752,0.8347107,0.822314,0.7768595,0.71487606,0.6818182,0.70247936,0.74793386,0.7644628,0.75206614,0.75619835,0.8016529,0.8429752,0.838843,0.8347107,0.8471074,0.8471074,0.8429752,0.8429752,0.8305785,0.78099173,0.71900827,0.70247936,0.677686,0.6363636,0.6983471,0.8057851,0.8181818,0.8057851,0.8140496,0.8016529,0.8016529,0.8016529,0.8140496,0.8016529,0.8016529,0.78512394,0.7644628,0.74793386,0.7231405,0.677686,0.69008267,0.80991733,0.6322314,0.6983471,0.73140496,0.74380165,0.75206614,0.76033056,0.7644628,0.7892562,0.8140496,0.78099173,0.7933884,0.8181818,0.8347107,0.8471074,0.8553719,0.8595041,0.8553719,0.8595041,0.8595041,0.8553719,0.8553719,0.8471074,0.838843,0.7933884,0.75206614,0.72727275,0.69008267,0.7107438,0.74793386,0.72727275,0.7107438,0.74793386,0.8016529,0.8347107,0.8347107,0.838843,0.8512397,0.8471074,0.8471074,0.8429752,0.8264463,0.79752064,0.73140496,0.7066116,0.7107438,0.6652893,0.6570248,0.6694215,0.8057851,0.8181818,0.8140496,0.8140496,0.8057851,0.8057851,0.8264463,0.8140496,0.8057851,0.7892562,0.77272725,0.74793386,0.71487606,0.6694215,0.74793386,0.79752064,0.59504133,0.6983471,0.7231405,0.72727275,0.7231405,0.7355372,0.77272725,0.75619835,0.73966944,0.74380165,0.75206614,0.74793386,0.75206614,0.78099173,0.8264463,0.8553719,0.8636364,0.8801653,0.87603307,0.838843,0.8181818,0.7892562,0.76859504,0.7644628,0.77272725,0.71900827,0.6859504,0.73966944,0.77272725,0.72727275,0.70247936,0.74793386,0.7933884,0.822314,0.8305785,0.8471074,0.8636364,0.8595041,0.8553719,0.8471074,0.822314,0.8016529,0.75206614,0.70247936,0.7107438,0.73966944,0.69008267,0.6280992,0.6446281,0.75619835,0.8305785,0.838843,0.8181818,0.8140496,0.8305785,0.8181818,0.78099173,0.76859504,0.73966944,0.6818182,0.6487603,0.6487603,0.73140496,0.7231405,0.58677685,0.70247936,0.72727275,0.71900827,0.71900827,0.72727275,0.76033056,0.73966944,0.7231405,0.7355372,0.74793386,0.74793386,0.73966944,0.71900827,0.6983471,0.6735537,0.6942149,0.7107438,0.6859504,0.6652893,0.6942149,0.75206614,0.79752064,0.8140496,0.75206614,0.6652893,0.7107438,0.79752064,0.79752064,0.7355372,0.71900827,0.76033056,0.7933884,0.8140496,0.8305785,0.8636364,0.88429755,0.8801653,0.87603307,0.8636364,0.8347107,0.8016529,0.74793386,0.71900827,0.71487606,0.74793386,0.7768595,0.6942149,0.6322314,0.5495868,0.6280992,0.6735537,0.6446281,0.677686,0.6983471,0.7066116,0.6694215,0.661157,0.677686,0.6570248,0.6735537,0.69008267,0.71487606,0.7066116,0.58264464,0.7066116,0.73140496,0.72727275,0.72727275,0.74793386,0.7768595,0.77272725,0.76859504,0.77272725,0.76859504,0.78099173,0.78512394,0.78512394,0.8016529,0.7892562,0.8016529,0.8057851,0.79752064,0.79752064,0.80991733,0.8016529,0.8016529,0.8016529,0.677686,0.6487603,0.73966944,0.8016529,0.78512394,0.73140496,0.7231405,0.75619835,0.78512394,0.8057851,0.8264463,0.8595041,0.8801653,0.88842976,0.89669424,0.88429755,0.838843,0.79752064,0.75206614,0.71487606,0.7066116,0.7355372,0.79752064,0.8140496,0.78099173,0.73966944,0.7066116,0.7107438,0.69008267,0.7066116,0.73140496,0.71900827,0.7066116,0.70247936,0.71487606,0.7231405,0.74380165,0.71900827,0.71487606,0.6983471,0.57438016,0.6983471,0.71900827,0.73140496,0.73140496,0.74793386,0.78099173,0.78512394,0.7933884,0.7644628,0.7644628,0.77272725,0.78099173,0.78512394,0.8016529,0.8057851,0.822314,0.8181818,0.8264463,0.8140496,0.8016529,0.7933884,0.7892562,0.78512394,0.61570245,0.62396693,0.71487606,0.75206614,0.75206614,0.71487606,0.6942149,0.71900827,0.75619835,0.7768595,0.7933884,0.8181818,0.8429752,0.8636364,0.87603307,0.8553719,0.80991733,0.7768595,0.73966944,0.70247936,0.6818182,0.7066116,0.77272725,0.8181818,0.8140496,0.7933884,0.78512394,0.78099173,0.78512394,0.7892562,0.78512394,0.7768595,0.76033056,0.76033056,0.74793386,0.76033056,0.76859504,0.7107438,0.70247936,0.677686,0.58264464,0.69008267,0.7066116,0.71900827,0.7355372,0.74793386,0.76859504,0.7892562,0.79752064,0.7768595,0.78512394,0.7933884,0.7892562,0.7892562,0.8140496,0.8305785,0.8264463,0.8305785,0.8305785,0.80991733,0.7892562,0.78099173,0.7933884,0.8057851,0.6487603,0.59917355,0.6322314,0.661157,0.677686,0.6528926,0.6280992,0.6487603,0.6859504,0.70247936,0.7231405,0.75206614,0.78099173,0.8057851,0.8057851,0.78512394,0.74793386,0.7231405,0.6983471,0.661157,0.6487603,0.6859504,0.77272725,0.8140496,0.8140496,0.8057851,0.79752064,0.7892562,0.7892562,0.8016529,0.79752064,0.78099173,0.7768595,0.7644628,0.74380165,0.76033056,0.7644628,0.70247936,0.69008267,0.6487603,0.58677685,0.6942149,0.7066116,0.7107438,0.73966944,0.75619835,0.76033056,0.78099173,0.79752064,0.79752064,0.8057851,0.80991733,0.8140496,0.80991733,0.822314,0.8429752,0.838843,0.8347107,0.8181818,0.78512394,0.78512394,0.8016529,0.8140496,0.8305785,0.74380165,0.6363636,0.553719,0.553719,0.5495868,0.5123967,0.4876033,0.5206612,0.57438016,0.60330576,0.6280992,0.6528926,0.69008267,0.72727275,0.73140496,0.7066116,0.677686,0.6570248,0.6198347,0.58264464,0.61157024,0.7066116,0.78512394,0.8016529,0.80991733,0.8057851,0.8016529,0.79752064,0.7892562,0.8057851,0.7892562,0.7644628,0.7644628,0.75619835,0.7355372,0.74380165,0.74793386,0.6983471,0.677686,0.6280992,0.60330576,0.6859504,0.7107438,0.70247936,0.7231405,0.75206614,0.75206614,0.76859504,0.77272725,0.78512394,0.8016529,0.8016529,0.822314,0.822314,0.8347107,0.8347107,0.8429752,0.8264463,0.8140496,0.8140496,0.8264463,0.8347107,0.8347107,0.838843,0.8140496,0.7355372,0.607438,0.5082645,0.446281,0.40082645,0.37603307,0.39256197,0.4338843,0.46694216,0.5206612,0.57024795,0.60330576,0.6404959,0.6570248,0.6404959,0.6198347,0.59090906,0.5371901,0.5371901,0.6528926,0.75206614,0.77272725,0.7892562,0.8140496,0.8140496,0.80991733,0.8016529,0.8016529,0.8057851,0.8016529,0.77272725,0.7644628,0.74793386,0.72727275,0.73966944,0.72727275,0.69008267,0.661157,0.61570245,0.6198347,0.677686,0.7107438,0.7066116,0.70247936,0.74380165,0.74793386,0.7644628,0.76033056,0.7768595,0.8057851,0.8140496,0.80991733,0.8140496,0.8305785,0.8181818,0.822314,0.822314,0.8305785,0.8429752,0.8553719,0.8512397,0.8347107,0.8347107,0.8347107,0.8057851,0.75206614,0.6446281,0.5495868,0.4752066,0.42561984,0.4090909,0.3966942,0.38016528,0.4214876,0.49586776,0.54545456,0.57024795,0.58677685,0.59917355,0.5785124,0.58264464,0.6322314,0.677686,0.72727275,0.74793386,0.75206614,0.7768595,0.80991733,0.8140496,0.80991733,0.8057851,0.8016529,0.8016529,0.7933884,0.78099173,0.76033056,0.74380165,0.72727275,0.72727275,0.7107438,0.6818182,0.6487603,0.59917355,0.6322314,0.677686,0.7066116,0.7066116,0.7066116,0.72727275,0.7355372,0.74380165,0.7644628,0.77272725,0.7933884,0.8057851,0.8016529,0.80991733,0.8016529,0.822314,0.8181818,0.8347107,0.8471074,0.8471074,0.8471074,0.8429752,0.8305785,0.8264463,0.8181818,0.8264463,0.822314,0.7933884,0.74380165,0.6735537,0.59917355,0.56198347,0.53305787,0.4752066,0.41322315,0.43801653,0.49173555,0.5289256,0.5785124,0.6198347,0.6363636,0.6735537,0.7107438,0.7066116,0.71900827,0.73966944,0.7355372,0.75619835,0.7892562,0.80991733,0.8140496,0.80991733,0.79752064,0.79752064,0.79752064,0.78512394,0.7644628,0.74380165,0.7231405,0.71487606,0.6983471,0.6694215,0.6446281,0.58677685,0.62396693,0.677686,0.6983471,0.70247936,0.7107438,0.71900827,0.7231405,0.7355372,0.7644628,0.7768595,0.78512394,0.7933884,0.79752064,0.80991733,0.8016529,0.8264463,0.8305785,0.8471074,0.8595041,0.838843,0.8305785,0.8264463,0.8264463,0.8140496,0.8140496,0.8140496,0.8181818,0.8264463,0.8264463,0.7933884,0.75206614,0.7066116,0.6818182,0.6322314,0.5413223,0.5082645,0.5371901,0.60330576,0.6735537,0.71487606,0.71487606,0.7107438,0.7107438,0.7107438,0.71900827,0.7355372,0.7355372,0.74793386,0.78099173,0.8057851,0.8140496,0.8057851,0.79752064,0.8016529,0.79752064,0.78099173,0.76859504,0.75206614,0.7231405,0.7107438,0.6859504,0.661157,0.6363636,0.5785124,0.58264464,0.6735537,0.6942149,0.6983471,0.71487606,0.7066116,0.7231405,0.7355372,0.74380165,0.76033056,0.77272725,0.79752064,0.8057851,0.80991733,0.80991733,0.838843,0.8305785,0.8471074,0.8553719,0.8347107,0.8181818,0.8181818,0.8181818,0.8140496,0.8140496,0.80991733,0.8057851,0.822314,0.8264463,0.80991733,0.79752064,0.78512394,0.77272725,0.75206614,0.6942149,0.6818182,0.71487606,0.7231405,0.74380165,0.74793386,0.73966944,0.72727275,0.71900827,0.71487606,0.7231405,0.73140496,0.74380165,0.75206614,0.7644628,0.79752064,0.8140496,0.8057851,0.79752064,0.79752064,0.79752064,0.78512394,0.77272725,0.74793386,0.7231405,0.70247936,0.6818182,0.6570248,0.6280992,0.57438016,0.54545456,0.661157,0.6859504,0.6983471,0.7066116,0.71487606,0.73140496,0.73966944,0.74380165,0.7644628,0.76859504,0.78512394,0.79752064,0.8057851,0.822314,0.8181818,0.822314,0.8305785,0.8471074,0.8305785,0.822314,0.8140496,0.8140496,0.8140496,0.8140496,0.8181818,0.79752064,0.8140496,0.80991733,0.80991733,0.8016529,0.8057851,0.8140496,0.7933884,0.75619835,0.74793386,0.75619835,0.75206614,0.76033056,0.7644628,0.74380165,0.7355372,0.7355372,0.7355372,0.73966944,0.7355372,0.74380165,0.75206614,0.76033056,0.78099173,0.79752064,0.79752064,0.78512394,0.7892562,0.7892562,0.7768595,0.76033056,0.7355372,0.71900827,0.6983471,0.6735537,0.6446281,0.61570245,0.57024795,0.5247934,0.6404959,0.6735537,0.6983471,0.7066116,0.71487606,0.7355372,0.74380165,0.74793386,0.75206614,0.7644628,0.7768595,0.78512394,0.8016529,0.8140496,0.79752064,0.8057851,0.80991733,0.80991733,0.8057851,0.8057851,0.7933884,0.78512394,0.7892562,0.80991733,0.8140496,0.79752064,0.8181818,0.8140496,0.8305785,0.8264463,0.822314,0.838843,0.8264463,0.7933884,0.7768595,0.76033056,0.75206614,0.76033056,0.76859504,0.76033056,0.75619835,0.75619835,0.74793386,0.74380165,0.73966944,0.7355372,0.73966944,0.74793386,0.75619835,0.76859504,0.78099173,0.77272725,0.76859504,0.77272725,0.76033056,0.74793386,0.73140496,0.71487606,0.69008267,0.6570248,0.6280992,0.60330576,0.55785125,0.5206612,0.6280992,0.6694215,0.69008267,0.7107438,0.71900827,0.7355372,0.75619835,0.75619835,0.75619835,0.77272725,0.7768595,0.76859504,0.76859504,0.7933884,0.7892562,0.7892562,0.78512394,0.78512394,0.78512394,0.78512394,0.7644628,0.74793386,0.77272725,0.79752064,0.8016529,0.8057851,0.8140496,0.80991733,0.8181818,0.8140496,0.8057851,0.8181818,0.822314,0.80991733,0.79752064,0.78099173,0.7644628,0.75619835,0.76859504,0.76033056,0.76033056,0.76859504,0.7644628,0.74380165,0.73140496,0.72727275,0.7231405,0.72727275,0.73140496,0.75619835,0.7768595,0.77272725,0.76859504,0.75619835,0.74380165,0.73966944,0.72727275,0.7066116,0.6735537,0.6404959,0.6198347,0.59917355,0.553719,0.5206612,0.62396693,0.6570248,0.6735537,0.6983471,0.71900827,0.7355372,0.76033056,0.75619835,0.76859504,0.7768595,0.7768595,0.76859504,0.76859504,0.78512394,0.7892562,0.7768595,0.7644628,0.76033056,0.74380165,0.74380165,0.7066116,0.69008267,0.72727275,0.75206614,0.75619835,0.75206614,0.73140496,0.71900827,0.73140496,0.71900827,0.7231405,0.73140496,0.73966944,0.74380165,0.77272725,0.7892562,0.74793386,0.7231405,0.6942149,0.6818182,0.6942149,0.7107438,0.72727275,0.7355372,0.72727275,0.73140496,0.7107438,0.69008267,0.7066116,0.73966944,0.7644628,0.7768595,0.7644628,0.73966944,0.7231405,0.72727275,0.7231405,0.69008267,0.6570248,0.6322314,0.6198347,0.59090906,0.54545456,0.5206612,0.61570245,0.6363636,0.6570248,0.677686,0.70247936,0.72727275,0.75619835,0.76033056,0.76033056,0.77272725,0.7768595,0.7644628,0.75619835,0.7644628,0.78099173,0.7644628,0.74793386,0.7231405,0.6859504,0.6446281,0.56198347,0.56198347,0.60330576,0.6322314,0.6363636,0.61157024,0.58677685,0.58264464,0.61157024,0.62396693,0.6570248,0.6652893,0.6487603,0.6322314,0.6404959,0.6446281,0.6198347,0.6198347,0.6198347,0.6280992,0.6280992,0.61570245,0.61570245,0.6280992,0.6404959,0.6570248,0.6280992,0.61157024,0.6404959,0.6859504,0.7355372,0.76859504,0.75619835,0.72727275,0.71487606,0.71900827,0.7107438,0.6818182,0.6528926,0.6363636,0.6198347,0.58264464,0.5289256,0.5165289,0.607438,0.6280992,0.6446281,0.6735537,0.69008267,0.7107438,0.7355372,0.75619835,0.76033056,0.76859504,0.78099173,0.77272725,0.73966944,0.73966944,0.77272725,0.77272725,0.75619835,0.71487606,0.6570248,0.57024795,0.5041322,0.46280992,0.4876033,0.5041322,0.5123967,0.5123967,0.5041322,0.5289256,0.54545456,0.5661157,0.60330576,0.607438,0.59917355,0.58264464,0.59917355,0.59090906,0.58264464,0.5785124,0.5785124,0.58264464,0.55785125,0.53305787,0.5123967,0.5082645,0.5082645,0.5289256,0.5371901,0.5165289,0.57438016,0.6570248,0.72727275,0.75619835,0.75206614,0.71900827,0.70247936,0.7107438,0.70247936,0.6735537,0.6446281,0.6322314,0.61570245,0.5661157,0.5165289,0.5206612,0.59917355,0.62396693,0.6363636,0.661157,0.6735537,0.6942149,0.71900827,0.73966944,0.75619835,0.76859504,0.7768595,0.77272725,0.75619835,0.75619835,0.77272725,0.76859504,0.77272725,0.76033056,0.7107438,0.6652893,0.661157,0.61157024,0.59090906,0.5785124,0.5785124,0.58677685,0.59917355,0.607438,0.6198347,0.607438,0.6446281,0.6280992,0.60330576,0.607438,0.61570245,0.60330576,0.6198347,0.60330576,0.5785124,0.5661157,0.56198347,0.57024795,0.59504133,0.57438016,0.5661157,0.5661157,0.607438,0.6363636,0.6404959,0.6859504,0.73966944,0.75619835,0.74380165,0.7107438,0.6983471,0.7066116,0.69008267,0.661157,0.6404959,0.6322314,0.61570245,0.5495868,0.5041322,0.5165289,0.58677685,0.61570245,0.6280992,0.6446281,0.6570248,0.6735537,0.70247936,0.72727275,0.7355372,0.7644628,0.78099173,0.78099173,0.7644628,0.76859504,0.7768595,0.77272725,0.78512394,0.79752064,0.77272725,0.76859504,0.78512394,0.7644628,0.72727275,0.6983471,0.6983471,0.6942149,0.71900827,0.7107438,0.7231405,0.7231405,0.7644628,0.76859504,0.75619835,0.75206614,0.74380165,0.74380165,0.75206614,0.75619835,0.73140496,0.71900827,0.7066116,0.6818182,0.6652893,0.6528926,0.6322314,0.62396693,0.6652893,0.71487606,0.71487606,0.72727275,0.75619835,0.75619835,0.7355372,0.7066116,0.7066116,0.70247936,0.677686,0.6487603,0.6363636,0.62396693,0.59504133,0.5289256,0.5041322,0.5165289,0.5661157,0.60330576,0.62396693,0.6280992,0.6404959,0.6570248,0.69008267,0.7107438,0.7231405,0.75206614,0.78099173,0.78099173,0.78099173,0.7768595,0.78099173,0.78099173,0.7933884,0.80991733,0.79752064,0.80991733,0.822314,0.8016529,0.77272725,0.7355372,0.71900827,0.7107438,0.71487606,0.7107438,0.71487606,0.71487606,0.73140496,0.76859504,0.76859504,0.75619835,0.7644628,0.7644628,0.75206614,0.75619835,0.75206614,0.7355372,0.70247936,0.69008267,0.6818182,0.6652893,0.6570248,0.6694215,0.70247936,0.73140496,0.75619835,0.75206614,0.75619835,0.75619835,0.73140496,0.70247936,0.7066116,0.6942149,0.6652893,0.6404959,0.6280992,0.61157024,0.56198347,0.5082645,0.5082645,0.5165289,0.5495868,0.58677685,0.607438,0.6198347,0.6322314,0.6487603,0.6735537,0.6983471,0.70247936,0.7231405,0.74793386,0.7644628,0.7768595,0.76859504,0.76033056,0.76859504,0.7892562,0.8057851,0.80991733,0.822314,0.8264463,0.822314,0.79752064,0.77272725,0.75206614,0.72727275,0.71487606,0.7066116,0.7107438,0.6942149,0.6983471,0.6983471,0.6942149,0.70247936,0.71900827,0.7231405,0.71487606,0.6983471,0.69008267,0.6818182,0.677686,0.6942149,0.69008267,0.6942149,0.70247936,0.7107438,0.71487606,0.73966944,0.77272725,0.7644628,0.76033056,0.76033056,0.73140496,0.7066116,0.6983471,0.6818182,0.661157,0.6363636,0.6198347,0.59504133,0.5289256,0.5041322,0.5165289,0.5165289,0.5289256,0.56198347,0.58677685,0.607438,0.6198347,0.6404959,0.6570248,0.6735537,0.6942149,0.7066116,0.72727275,0.74793386,0.75619835,0.76033056,0.7644628,0.76859504,0.7892562,0.8057851,0.8140496,0.8181818,0.8181818,0.8181818,0.8016529,0.7933884,0.78099173,0.76033056,0.75206614,0.73140496,0.7107438,0.6859504,0.6735537,0.6652893,0.6446281,0.6404959,0.6280992,0.6446281,0.6363636,0.6446281,0.6528926,0.6818182,0.6818182,0.6942149,0.7066116,0.7355372,0.72727275,0.72727275,0.7231405,0.74793386,0.77272725,0.76859504,0.75619835,0.73966944,0.71900827,0.7066116,0.6818182,0.6694215,0.6446281,0.6280992,0.61157024,0.57024795,0.5082645,0.5041322,0.5123967,0.5082645,0.5082645,0.5289256,0.553719,0.59090906,0.61157024,0.62396693,0.6446281,0.6652893,0.677686,0.6942149,0.71900827,0.7355372,0.7355372,0.75206614,0.75619835,0.76033056,0.78099173,0.7933884,0.8057851,0.8140496,0.80991733,0.80991733,0.8016529,0.7892562,0.78099173,0.76859504,0.77272725,0.75619835,0.74380165,0.7107438,0.69008267,0.6735537,0.6487603,0.6404959,0.607438,0.58677685,0.59917355,0.59917355,0.6363636,0.6570248,0.6818182,0.70247936,0.71900827,0.73140496,0.7231405,0.72727275,0.72727275,0.74380165,0.7644628,0.75619835,0.74380165,0.71487606,0.70247936,0.6942149,0.6652893,0.6528926,0.6322314,0.61570245,0.60330576,0.5289256,0.49586776,0.5165289,0.5123967,0.5041322,0.5041322,0.5165289,0.53305787,0.553719,0.58264464,0.60330576,0.6198347,0.6404959,0.661157,0.6818182,0.70247936,0.71487606,0.71900827,0.73140496,0.74793386,0.75206614,0.7644628,0.77272725,0.7768595,0.7933884,0.79752064,0.7933884,0.78512394,0.78512394,0.7768595,0.76859504,0.7768595,0.77272725,0.77272725,0.74793386,0.7231405,0.71900827,0.7066116,0.71487606,0.6983471,0.6942149,0.6570248,0.677686,0.69008267,0.6942149,0.7107438,0.71487606,0.7231405,0.73140496,0.72727275,0.73140496,0.7355372,0.7355372,0.74793386,0.7355372,0.72727275,0.7066116,0.69008267,0.6735537,0.6570248,0.6322314,0.62396693,0.61157024,0.56198347,0.5123967,0.5,0.5165289,0.5041322,0.49586776,0.5289256,0.5082645,0.5123967,0.5289256,0.55785125,0.58264464,0.60330576,0.6322314,0.6487603,0.661157,0.6818182,0.6942149,0.70247936,0.71900827,0.72727275,0.73140496,0.74380165,0.75206614,0.75619835,0.7768595,0.78512394,0.78099173,0.7768595,0.7768595,0.77272725,0.76859504,0.7768595,0.7768595,0.78099173,0.76859504,0.75619835,0.75206614,0.74793386,0.7355372,0.72727275,0.72727275,0.7066116,0.71900827,0.73140496,0.73140496,0.73140496,0.73140496,0.73140496,0.73966944,0.7231405,0.7355372,0.72727275,0.7355372,0.72727275,0.71487606,0.7107438,0.69008267,0.677686,0.6652893,0.6487603,0.62396693,0.607438,0.59090906,0.5206612,0.5,0.49586776,0.5123967,0.49586776,0.5,0.5661157,0.5247934,0.5041322,0.5165289,0.5371901,0.5661157,0.58264464,0.607438,0.6322314,0.6446281,0.661157,0.677686,0.6859504,0.6983471,0.7107438,0.71900827,0.72727275,0.73140496,0.74380165,0.7644628,0.7768595,0.7768595,0.7768595,0.76859504,0.77272725,0.78099173,0.78512394,0.78099173,0.78512394,0.78512394,0.78512394,0.7768595,0.7768595,0.78099173,0.7768595,0.78099173,0.77272725,0.75619835,0.74793386,0.76033056,0.75619835,0.74380165,0.73966944,0.7355372,0.71900827,0.71900827,0.7231405,0.7355372,0.71900827,0.6942149,0.69008267,0.6694215,0.6652893,0.6570248,0.6280992,0.61570245,0.59504133,0.54545456,0.5041322,0.5041322,0.5,0.5,0.49586776,0.5,0.59090906,0.53305787,0.5206612,0.5123967,0.5123967,0.5247934,0.553719,0.58264464,0.607438,0.61570245,0.6363636,0.6570248,0.6652893,0.6818182,0.6942149,0.7066116,0.71487606,0.71487606,0.72727275,0.74793386,0.75619835,0.77272725,0.77272725,0.77272725,0.7768595,0.78512394,0.78512394,0.7933884,0.8057851,0.80991733,0.8181818,0.8264463,0.8264463,0.8429752,0.838843,0.8347107,0.8305785,0.8181818,0.8016529,0.7933884,0.7768595,0.7644628,0.74793386,0.75206614,0.7355372,0.7231405,0.73140496,0.73140496,0.71900827,0.677686,0.677686,0.6528926,0.6528926,0.6404959,0.607438,0.60330576,0.553719,0.5041322,0.49586776,0.5,0.49586776,0.49586776,0.49173555,0.5,0.607438,0.56198347,0.5206612,0.5123967,0.5165289,0.5082645,0.5289256,0.553719,0.58264464,0.59917355,0.61157024,0.6322314,0.6446281,0.6652893,0.6735537,0.69008267,0.7107438,0.7066116,0.7231405,0.73966944,0.74380165,0.76033056,0.76859504,0.78099173,0.7933884,0.7933884,0.8016529,0.8181818,0.8429752,0.8429752,0.8429752,0.8471074,0.8512397,0.8512397,0.8471074,0.838843,0.8471074,0.8429752,0.8347107,0.8347107,0.822314,0.8057851,0.7933884,0.76033056,0.75206614,0.7355372,0.7355372,0.71900827,0.6983471,0.677686,0.6694215,0.6404959,0.6363636,0.61570245,0.59090906,0.5661157,0.5082645,0.5,0.49586776,0.5,0.49173555,0.49586776,0.49173555,0.49586776,0.61570245,0.58264464,0.54545456,0.5,0.5247934,0.5165289,0.5123967,0.5247934,0.5413223,0.57024795,0.58677685,0.60330576,0.6198347,0.6404959,0.6570248,0.677686,0.69008267,0.69008267,0.6983471,0.7231405,0.73966944,0.75206614,0.76033056,0.7768595,0.79752064,0.8140496,0.8140496,0.8305785,0.8471074,0.8553719,0.8471074,0.8471074,0.8512397,0.8553719,0.8512397,0.8347107,0.8429752,0.8471074,0.8471074,0.8429752,0.8347107,0.8347107,0.8181818,0.7768595,0.74380165,0.74793386,0.73966944,0.6983471,0.6818182,0.6735537,0.6487603,0.6363636,0.61570245,0.59504133,0.56198347,0.5206612,0.49586776,0.5041322,0.49586776,0.5,0.5,0.49173555,0.49173555,0.49586776,0.62396693,0.58677685,0.55785125,0.5165289,0.5082645,0.5206612,0.5289256,0.5206612,0.5165289,0.5413223,0.56198347,0.5785124,0.59917355,0.61157024,0.62396693,0.6487603,0.6694215,0.6735537,0.677686,0.70247936,0.71900827,0.73140496,0.73966944,0.75206614,0.78099173,0.8057851,0.80991733,0.822314,0.8347107,0.8471074,0.8512397,0.8512397,0.8471074,0.8553719,0.8595041,0.8471074,0.8471074,0.8553719,0.8512397,0.8305785,0.8305785,0.822314,0.8057851,0.77272725,0.74793386,0.73140496,0.7107438,0.6818182,0.6735537,0.661157,0.6322314,0.61570245,0.58677685,0.57024795,0.55785125,0.5,0.49173555,0.5,0.49586776,0.49586776,0.5041322,0.48347107,0.49586776,0.48347107,0.6280992,0.59504133,0.5785124,0.54545456,0.49586776,0.5082645,0.53305787,0.5371901,0.5247934,0.5247934,0.5371901,0.5495868,0.56198347,0.58677685,0.59090906,0.607438,0.6363636,0.6528926,0.6652893,0.6859504,0.6942149,0.7107438,0.7231405,0.72727275,0.75206614,0.78512394,0.7892562,0.7933884,0.8181818,0.8264463,0.8347107,0.8429752,0.8429752,0.8471074,0.8471074,0.838843,0.8429752,0.8512397,0.8347107,0.822314,0.8181818,0.7933884,0.78099173,0.76033056,0.73140496,0.7066116,0.6818182,0.6694215,0.6652893,0.6446281,0.61157024,0.57438016,0.55785125,0.55785125,0.6446281,0.47933885,0.49586776,0.49586776,0.49173555,0.4876033,0.5,0.4752066,0.5,0.47933885,0.6322314,0.61570245,0.59090906,0.5495868,0.5206612,0.5,0.5247934,0.5413223,0.5413223,0.53305787,0.5289256,0.5206612,0.5247934,0.54545456,0.553719,0.5661157,0.59504133,0.6198347,0.6363636,0.661157,0.6694215,0.69008267,0.7107438,0.71900827,0.73966944,0.7644628,0.76033056,0.7644628,0.7892562,0.8057851,0.80991733,0.80991733,0.8181818,0.8181818,0.8181818,0.80991733,0.822314,0.8264463,0.8140496,0.8057851,0.79752064,0.7644628,0.74793386,0.7355372,0.7066116,0.6818182,0.6694215,0.661157,0.6446281,0.6198347,0.5785124,0.5495868,0.58677685,0.58264464,0.76033056,0.5165289,0.47107437,0.49173555,0.5,0.4876033,0.5,0.48347107,0.49173555,0.47933885,0.6404959,0.6363636,0.59504133,0.5661157,0.54545456,0.5,0.49173555,0.53305787,0.5371901,0.53305787,0.5289256,0.5206612,0.5041322,0.5123967,0.5165289,0.5247934,0.5495868,0.57024795,0.59917355,0.6322314,0.6528926,0.6652893,0.6818182,0.6983471,0.71900827,0.73140496,0.73140496,0.7355372,0.75206614,0.78099173,0.7892562,0.78099173,0.78512394,0.7933884,0.7933884,0.78512394,0.78512394,0.7892562,0.78512394,0.78099173,0.7644628,0.73966944,0.73140496,0.70247936,0.6735537,0.6570248,0.6487603,0.6404959,0.61570245,0.58264464,0.553719,0.58264464,0.6528926,0.58677685,0.7892562,0.6570248,0.41735536,0.49173555,0.4876033,0.49586776,0.49173555,0.47933885,0.47933885,0.48347107,0.6280992,0.6322314,0.6198347,0.5661157,0.57438016,0.5082645,0.49173555,0.5206612,0.5247934,0.5289256,0.5371901,0.5289256,0.5206612,0.5123967,0.5041322,0.5041322,0.5206612,0.5289256,0.5495868,0.59090906,0.61570245,0.6322314,0.6446281,0.6570248,0.6859504,0.69008267,0.6942149,0.71900827,0.72727275,0.7355372,0.74793386,0.73966944,0.7355372,0.74793386,0.75619835,0.74380165,0.73966944,0.74793386,0.73966944,0.74380165,0.72727275,0.71487606,0.6983471,0.6652893,0.6446281,0.6446281,0.6280992,0.60330576,0.5785124,0.55785125,0.5785124,0.6446281,0.6735537,0.58264464,0.7933884,0.8347107,0.40495867,0.46694216,0.48347107,0.5,0.4752066,0.48347107,0.4876033,0.47107437,0.6363636,0.6404959,0.6198347,0.59504133,0.5661157,0.5413223,0.5,0.5165289,0.5165289,0.5247934,0.53305787,0.53305787,0.5247934,0.5165289,0.5082645,0.5165289,0.5041322,0.5041322,0.5082645,0.5371901,0.55785125,0.5785124,0.61157024,0.6198347,0.6404959,0.6528926,0.6487603,0.6652893,0.6859504,0.6983471,0.71487606,0.7107438,0.7066116,0.7066116,0.6983471,0.7066116,0.6942149,0.6859504,0.6942149,0.6983471,0.6859504,0.6818182,0.661157,0.6322314,0.61570245,0.6198347,0.60330576,0.57024795,0.553719,0.59504133,0.6363636,0.6652893,0.6694215,0.58677685,0.7933884,0.90495867,0.5495868,0.4090909,0.49173555,0.4876033,0.47107437,0.48347107,0.4752066,0.4752066,5 +0.25619835,0.40082645,0.30165288,0.2644628,0.20247933,0.54545456,0.607438,0.61570245,0.6735537,0.71900827,0.74793386,0.77272725,0.7768595,0.79752064,0.8181818,0.838843,0.8512397,0.8595041,0.8719008,0.8677686,0.8636364,0.8636364,0.8801653,0.8801653,0.8801653,0.87603307,0.8719008,0.8677686,0.8636364,0.8719008,0.8719008,0.8801653,0.88429755,0.88842976,0.88429755,0.88842976,0.88842976,0.88429755,0.892562,0.89669424,0.89669424,0.89669424,0.89669424,0.90082645,0.89669424,0.88842976,0.892562,0.89669424,0.892562,0.89669424,0.89669424,0.88842976,0.88842976,0.87603307,0.8719008,0.8719008,0.8553719,0.8429752,0.8140496,0.80991733,0.7892562,0.79752064,0.7892562,0.78099173,0.26859504,0.39256197,0.3181818,0.21487603,0.1983471,0.58264464,0.59917355,0.61570245,0.6735537,0.7231405,0.74380165,0.7768595,0.7644628,0.8057851,0.8181818,0.838843,0.8512397,0.8595041,0.87603307,0.8801653,0.87603307,0.87603307,0.88429755,0.88842976,0.88429755,0.88429755,0.8801653,0.8719008,0.8677686,0.8677686,0.87603307,0.8801653,0.88429755,0.88842976,0.88842976,0.892562,0.892562,0.88842976,0.892562,0.89669424,0.90082645,0.89669424,0.89669424,0.89669424,0.90082645,0.892562,0.88842976,0.89669424,0.89669424,0.892562,0.88842976,0.8801653,0.892562,0.8801653,0.8636364,0.8677686,0.8512397,0.838843,0.8181818,0.8016529,0.79752064,0.7892562,0.79752064,0.7933884,0.28099173,0.38842976,0.29752067,0.17355372,0.2644628,0.59917355,0.59504133,0.6198347,0.6735537,0.7231405,0.74380165,0.77272725,0.77272725,0.79752064,0.8181818,0.8429752,0.8595041,0.8719008,0.8719008,0.88842976,0.8801653,0.88429755,0.88842976,0.892562,0.88842976,0.88842976,0.88429755,0.88429755,0.87603307,0.87603307,0.8801653,0.88429755,0.8801653,0.8801653,0.88429755,0.892562,0.892562,0.892562,0.892562,0.89669424,0.90082645,0.90082645,0.89669424,0.89669424,0.89669424,0.90082645,0.89669424,0.89669424,0.89669424,0.89669424,0.89669424,0.87603307,0.88429755,0.88429755,0.8636364,0.8595041,0.8471074,0.838843,0.8181818,0.8057851,0.80991733,0.7892562,0.78512394,0.7892562,0.3429752,0.3553719,0.30578512,0.1446281,0.30165288,0.59504133,0.59504133,0.6280992,0.6694215,0.71487606,0.74793386,0.7644628,0.78099173,0.79752064,0.80991733,0.838843,0.8553719,0.8801653,0.8719008,0.88429755,0.87603307,0.87603307,0.892562,0.892562,0.892562,0.892562,0.88842976,0.88842976,0.88842976,0.8801653,0.8801653,0.87603307,0.8801653,0.88429755,0.88842976,0.892562,0.892562,0.892562,0.892562,0.892562,0.89669424,0.90082645,0.90082645,0.89669424,0.89669424,0.89669424,0.892562,0.89669424,0.89669424,0.892562,0.892562,0.8801653,0.8801653,0.8801653,0.8677686,0.8553719,0.8429752,0.8305785,0.8140496,0.80991733,0.80991733,0.79752064,0.78512394,0.7768595,0.41322315,0.3553719,0.29338843,0.14876033,0.28512397,0.57024795,0.607438,0.6280992,0.6735537,0.7066116,0.7355372,0.75206614,0.7644628,0.78099173,0.7892562,0.822314,0.8471074,0.87603307,0.8677686,0.8801653,0.8636364,0.8677686,0.88429755,0.88842976,0.892562,0.892562,0.88842976,0.88842976,0.88842976,0.87603307,0.88429755,0.8801653,0.8801653,0.88842976,0.88842976,0.88842976,0.88842976,0.892562,0.892562,0.89669424,0.892562,0.892562,0.892562,0.89669424,0.89669424,0.88842976,0.88429755,0.88842976,0.88842976,0.8801653,0.87603307,0.87603307,0.8801653,0.8719008,0.8636364,0.8512397,0.838843,0.8264463,0.8181818,0.8057851,0.78512394,0.7933884,0.7933884,0.7892562,0.44214877,0.36363637,0.2644628,0.16115703,0.27272728,0.553719,0.61570245,0.6322314,0.6735537,0.677686,0.70247936,0.7355372,0.75619835,0.76859504,0.75619835,0.79752064,0.8181818,0.8429752,0.8677686,0.8636364,0.8595041,0.8595041,0.8719008,0.8719008,0.8801653,0.88842976,0.88842976,0.88842976,0.8801653,0.8719008,0.87603307,0.8801653,0.8677686,0.87603307,0.8801653,0.8801653,0.87603307,0.8801653,0.8801653,0.88429755,0.8801653,0.8801653,0.8801653,0.8801653,0.88429755,0.8801653,0.8801653,0.87603307,0.87603307,0.8512397,0.8347107,0.8512397,0.8719008,0.8719008,0.8553719,0.8471074,0.8471074,0.8264463,0.8140496,0.8057851,0.7933884,0.7933884,0.79752064,0.7892562,0.45041323,0.37603307,0.27272728,0.1694215,0.24793388,0.5371901,0.62396693,0.6446281,0.6528926,0.61157024,0.6446281,0.6859504,0.7066116,0.71900827,0.72727275,0.73966944,0.78512394,0.8016529,0.8347107,0.8471074,0.8512397,0.8471074,0.8553719,0.8636364,0.87603307,0.8801653,0.8801653,0.8801653,0.8677686,0.8677686,0.8636364,0.87603307,0.8677686,0.87603307,0.8636364,0.8553719,0.8636364,0.8553719,0.8595041,0.8429752,0.8305785,0.822314,0.838843,0.838843,0.8595041,0.8471074,0.8264463,0.8264463,0.8181818,0.7933884,0.7768595,0.77272725,0.8181818,0.8512397,0.8512397,0.8471074,0.8512397,0.8264463,0.822314,0.80991733,0.7933884,0.7892562,0.79752064,0.78099173,0.42975205,0.40082645,0.30578512,0.17355372,0.24380165,0.5247934,0.6363636,0.6363636,0.59917355,0.5413223,0.59504133,0.62396693,0.5785124,0.59504133,0.607438,0.6528926,0.6983471,0.73140496,0.76859504,0.8016529,0.8140496,0.8181818,0.8471074,0.8553719,0.8677686,0.8719008,0.8719008,0.8801653,0.8677686,0.8471074,0.8512397,0.8553719,0.838843,0.8595041,0.8512397,0.8181818,0.8140496,0.7892562,0.78512394,0.73966944,0.7066116,0.6983471,0.6942149,0.6652893,0.6280992,0.6446281,0.6570248,0.69008267,0.7107438,0.73140496,0.73966944,0.71487606,0.7355372,0.76859504,0.7933884,0.8140496,0.8305785,0.822314,0.8181818,0.79752064,0.7892562,0.7892562,0.7933884,0.78512394,0.40082645,0.40495867,0.35950413,0.21487603,0.24793388,0.5082645,0.60330576,0.57438016,0.5165289,0.46694216,0.48347107,0.47107437,0.42975205,0.43801653,0.4752066,0.5082645,0.5413223,0.5785124,0.6363636,0.71900827,0.74793386,0.7768595,0.822314,0.838843,0.8471074,0.8595041,0.8512397,0.8553719,0.8636364,0.838843,0.8305785,0.822314,0.7933884,0.80991733,0.8181818,0.74380165,0.677686,0.6694215,0.62396693,0.57438016,0.5785124,0.6363636,0.661157,0.75619835,0.7892562,0.7933884,0.8057851,0.8471074,0.7892562,0.73140496,0.71487606,0.73140496,0.71900827,0.677686,0.677686,0.7066116,0.75206614,0.7892562,0.8140496,0.79752064,0.77272725,0.77272725,0.7892562,0.7892562,0.46694216,0.44214877,0.40495867,0.3305785,0.33471075,0.49586776,0.56198347,0.5413223,0.5289256,0.5371901,0.57438016,0.5785124,0.5495868,0.62396693,0.6404959,0.59090906,0.5495868,0.53305787,0.55785125,0.60330576,0.6487603,0.6859504,0.75206614,0.8181818,0.8429752,0.838843,0.838843,0.838843,0.8512397,0.8347107,0.8181818,0.8016529,0.7644628,0.77272725,0.76033056,0.6404959,0.57024795,0.60330576,0.57024795,0.5413223,0.61157024,0.57024795,0.5123967,0.54545456,0.59917355,0.59504133,0.72727275,0.91735536,0.892562,0.7768595,0.661157,0.7107438,0.7107438,0.677686,0.6404959,0.6280992,0.74793386,0.6735537,0.7231405,0.75206614,0.7644628,0.76859504,0.78099173,0.78512394,0.5041322,0.49586776,0.47933885,0.45867768,0.41322315,0.45454547,0.5082645,0.5,0.5082645,0.5165289,0.5289256,0.5206612,0.5165289,0.5661157,0.61157024,0.6652893,0.7066116,0.7355372,0.71487606,0.6322314,0.6280992,0.6487603,0.6570248,0.75206614,0.822314,0.8347107,0.8429752,0.838843,0.8429752,0.8347107,0.79752064,0.8016529,0.7644628,0.71900827,0.661157,0.5785124,0.56198347,0.5785124,0.57024795,0.47933885,0.60330576,0.5206612,0.48347107,0.49586776,0.5041322,0.43801653,0.47107437,0.72727275,0.77272725,0.71900827,0.607438,0.6198347,0.6404959,0.6859504,0.6859504,0.6363636,0.8057851,0.77272725,0.58677685,0.69008267,0.7107438,0.75619835,0.76033056,0.76859504,0.5082645,0.5247934,0.5413223,0.4752066,0.37603307,0.3966942,0.46694216,0.46694216,0.5082645,0.5413223,0.54545456,0.5289256,0.58677685,0.57024795,0.47107437,0.45867768,0.45041323,0.54545456,0.71900827,0.75206614,0.6983471,0.62396693,0.5785124,0.6694215,0.75619835,0.8181818,0.8429752,0.8471074,0.8429752,0.8429752,0.8264463,0.8016529,0.74380165,0.6570248,0.61157024,0.59090906,0.5785124,0.58677685,0.59090906,0.54545456,0.607438,0.6322314,0.56198347,0.607438,0.6570248,0.6652893,0.6404959,0.6487603,0.6570248,0.661157,0.6487603,0.6198347,0.6198347,0.6528926,0.7107438,0.6528926,0.7066116,0.8264463,0.6322314,0.6322314,0.7066116,0.7355372,0.7644628,0.77272725,0.5495868,0.54545456,0.5247934,0.47933885,0.4214876,0.41322315,0.47107437,0.5,0.55785125,0.60330576,0.6280992,0.6198347,0.6694215,0.70247936,0.6322314,0.59917355,0.5661157,0.56198347,0.6487603,0.7107438,0.6446281,0.5661157,0.4752066,0.6487603,0.76033056,0.78099173,0.8347107,0.8595041,0.8595041,0.8512397,0.8512397,0.7768595,0.69008267,0.69008267,0.6859504,0.661157,0.6487603,0.6404959,0.6487603,0.6363636,0.6528926,0.6652893,0.6198347,0.6322314,0.6818182,0.71487606,0.7107438,0.71900827,0.6983471,0.73140496,0.73140496,0.677686,0.6487603,0.6322314,0.71487606,0.71487606,0.71487606,0.6983471,0.6735537,0.73966944,0.7231405,0.73966944,0.7644628,0.77272725,0.5495868,0.5371901,0.5,0.47933885,0.446281,0.45454547,0.5123967,0.5206612,0.56198347,0.59090906,0.61570245,0.59917355,0.6198347,0.661157,0.60330576,0.59917355,0.59917355,0.59090906,0.5661157,0.5495868,0.5247934,0.5247934,0.44214877,0.56198347,0.7355372,0.74793386,0.80991733,0.8636364,0.8636364,0.8512397,0.8553719,0.74380165,0.73140496,0.74793386,0.73966944,0.7066116,0.6859504,0.661157,0.6528926,0.6446281,0.607438,0.5785124,0.53305787,0.48347107,0.5289256,0.55785125,0.61157024,0.6652893,0.6322314,0.6859504,0.7066116,0.6280992,0.58264464,0.5495868,0.661157,0.71900827,0.72727275,0.6818182,0.6446281,0.78099173,0.74793386,0.75619835,0.75206614,0.6983471,0.5041322,0.5,0.47107437,0.45867768,0.3966942,0.4876033,0.57024795,0.5371901,0.5206612,0.5,0.44214877,0.47933885,0.5247934,0.58264464,0.5785124,0.5661157,0.55785125,0.58677685,0.60330576,0.53305787,0.47933885,0.46280992,0.49173555,0.5371901,0.62396693,0.6652893,0.6983471,0.76859504,0.8512397,0.90082645,0.89669424,0.8264463,0.79752064,0.7933884,0.76033056,0.72727275,0.6942149,0.661157,0.6487603,0.6198347,0.58264464,0.59090906,0.59090906,0.57024795,0.53305787,0.5206612,0.5371901,0.6363636,0.62396693,0.5785124,0.6528926,0.60330576,0.5371901,0.4876033,0.54545456,0.6570248,0.73966944,0.73966944,0.74380165,0.8347107,0.5785124,0.53305787,0.56198347,0.4752066,0.46694216,0.46280992,0.44214877,0.44214877,0.338843,0.49586776,0.59917355,0.54545456,0.4876033,0.4090909,0.41322315,0.49586776,0.54545456,0.553719,0.5247934,0.47107437,0.38842976,0.446281,0.5413223,0.49173555,0.4752066,0.43801653,0.46280992,0.5041322,0.5247934,0.553719,0.57024795,0.59504133,0.59917355,0.6694215,0.7066116,0.6280992,0.71900827,0.8016529,0.76859504,0.74380165,0.7066116,0.677686,0.6487603,0.61570245,0.59917355,0.57438016,0.53305787,0.5495868,0.5289256,0.446281,0.34710744,0.41322315,0.47107437,0.38016528,0.5206612,0.54545456,0.48347107,0.446281,0.553719,0.607438,0.6404959,0.7107438,0.5785124,0.73140496,0.38016528,0.4338843,0.5082645,0.48347107,0.47933885,0.47933885,0.4752066,0.42975205,0.29752067,0.49586776,0.59917355,0.53305787,0.4876033,0.38842976,0.38016528,0.4090909,0.49173555,0.553719,0.5247934,0.5,0.3677686,0.3305785,0.45041323,0.48347107,0.5289256,0.45454547,0.38429752,0.45454547,0.5371901,0.53305787,0.6404959,0.7107438,0.72727275,0.73966944,0.7066116,0.61157024,0.6859504,0.79752064,0.76859504,0.75619835,0.73140496,0.72727275,0.6983471,0.62396693,0.55785125,0.5371901,0.5785124,0.69008267,0.6859504,0.59504133,0.45867768,0.3966942,0.4090909,0.47107437,0.53305787,0.5123967,0.43801653,0.37603307,0.5123967,0.59917355,0.62396693,0.6446281,0.5661157,0.57024795,0.4876033,0.46280992,0.53305787,0.6280992,0.4876033,0.4876033,0.49586776,0.47107437,0.28099173,0.5,0.62396693,0.5247934,0.5082645,0.446281,0.39256197,0.49173555,0.553719,0.6404959,0.6322314,0.58264464,0.5165289,0.46694216,0.53305787,0.58677685,0.59504133,0.49173555,0.38842976,0.47107437,0.57438016,0.62396693,0.7933884,0.8553719,0.87603307,0.88429755,0.8471074,0.6694215,0.6363636,0.78099173,0.78099173,0.7892562,0.77272725,0.7892562,0.7644628,0.6818182,0.62396693,0.61570245,0.6404959,0.6859504,0.71900827,0.661157,0.6322314,0.59917355,0.61570245,0.6404959,0.6528926,0.61157024,0.55785125,0.48347107,0.553719,0.6487603,0.6404959,0.58677685,0.57438016,0.45867768,0.5413223,0.62396693,0.7107438,0.78512394,0.4876033,0.48347107,0.5041322,0.5041322,0.3677686,0.5082645,0.6404959,0.59090906,0.59917355,0.553719,0.47107437,0.5289256,0.61157024,0.661157,0.6818182,0.6322314,0.6404959,0.6404959,0.6735537,0.6735537,0.61570245,0.5661157,0.53305787,0.57024795,0.59504133,0.6859504,0.8264463,0.8553719,0.8719008,0.8801653,0.87603307,0.74793386,0.6487603,0.7768595,0.75619835,0.8057851,0.8016529,0.8140496,0.79752064,0.73966944,0.6859504,0.6694215,0.6694215,0.6487603,0.6404959,0.6652893,0.6859504,0.70247936,0.75206614,0.7644628,0.7355372,0.7231405,0.7107438,0.6528926,0.6446281,0.6735537,0.6694215,0.6652893,0.6404959,0.6528926,0.72727275,0.78099173,0.8140496,0.8181818,0.46694216,0.46694216,0.5,0.5,0.446281,0.5123967,0.6363636,0.6487603,0.6446281,0.60330576,0.58264464,0.57438016,0.5785124,0.61570245,0.6280992,0.6363636,0.661157,0.6735537,0.677686,0.6859504,0.6528926,0.6446281,0.6528926,0.6322314,0.5785124,0.74380165,0.8429752,0.8677686,0.87603307,0.8719008,0.8719008,0.7644628,0.6322314,0.822314,0.73140496,0.7892562,0.8057851,0.822314,0.80991733,0.76859504,0.73140496,0.6942149,0.6735537,0.6735537,0.677686,0.6818182,0.6818182,0.7231405,0.7768595,0.8016529,0.8016529,0.8057851,0.8016529,0.75206614,0.7231405,0.73140496,0.76859504,0.7933884,0.8057851,0.79752064,0.8140496,0.838843,0.8429752,0.8305785,0.46280992,0.46280992,0.49586776,0.4876033,0.47933885,0.5123967,0.6363636,0.6859504,0.6735537,0.62396693,0.60330576,0.6280992,0.6280992,0.6363636,0.6528926,0.661157,0.6652893,0.6446281,0.6528926,0.6859504,0.6859504,0.6859504,0.71487606,0.553719,0.56198347,0.79752064,0.8553719,0.8677686,0.8719008,0.8677686,0.8719008,0.8016529,0.58677685,0.8140496,0.8471074,0.8471074,0.8016529,0.8305785,0.8429752,0.8264463,0.7933884,0.77272725,0.74793386,0.7107438,0.6859504,0.7066116,0.73140496,0.73966944,0.7644628,0.7933884,0.8057851,0.8181818,0.8140496,0.77272725,0.74793386,0.78099173,0.8264463,0.838843,0.8512397,0.8347107,0.8347107,0.838843,0.8429752,0.8305785,0.46694216,0.46694216,0.4876033,0.48347107,0.5,0.53305787,0.6487603,0.6983471,0.7066116,0.6859504,0.677686,0.661157,0.6322314,0.6363636,0.6404959,0.6404959,0.6528926,0.6528926,0.6942149,0.7355372,0.7066116,0.661157,0.75206614,0.35950413,0.6570248,0.838843,0.8595041,0.8719008,0.8719008,0.8636364,0.8595041,0.8512397,0.6983471,0.6652893,0.90495867,0.89669424,0.80991733,0.8016529,0.8595041,0.8553719,0.838843,0.8305785,0.8305785,0.8140496,0.7768595,0.75619835,0.7644628,0.7644628,0.77272725,0.7892562,0.79752064,0.80991733,0.8140496,0.7892562,0.76859504,0.8016529,0.8471074,0.8512397,0.8429752,0.8471074,0.8512397,0.8429752,0.8347107,0.8305785,0.46280992,0.46280992,0.4752066,0.4876033,0.5123967,0.5661157,0.6528926,0.7066116,0.7355372,0.73966944,0.73140496,0.7355372,0.7355372,0.7107438,0.71487606,0.6983471,0.71487606,0.72727275,0.75206614,0.75206614,0.6983471,0.6487603,0.5495868,0.4214876,0.7107438,0.838843,0.87603307,0.8719008,0.87603307,0.8719008,0.8429752,0.8512397,0.80991733,0.61570245,0.75619835,0.90909094,0.76859504,0.78512394,0.8471074,0.8636364,0.8595041,0.8553719,0.8471074,0.838843,0.822314,0.8181818,0.8264463,0.8181818,0.8181818,0.8264463,0.8181818,0.822314,0.8305785,0.80991733,0.78512394,0.79752064,0.8429752,0.8264463,0.79752064,0.8471074,0.8595041,0.8429752,0.8305785,0.822314,0.47933885,0.48347107,0.48347107,0.48347107,0.53305787,0.58677685,0.6446281,0.71487606,0.74793386,0.75206614,0.73966944,0.75206614,0.7768595,0.76859504,0.74793386,0.75206614,0.75206614,0.75619835,0.76033056,0.74380165,0.6859504,0.60330576,0.4876033,0.56198347,0.73140496,0.8305785,0.87603307,0.8677686,0.8677686,0.87603307,0.838843,0.8347107,0.8553719,0.74793386,0.59090906,0.8636364,0.8429752,0.76033056,0.8140496,0.8677686,0.8553719,0.8553719,0.8553719,0.8471074,0.8471074,0.838843,0.8471074,0.8471074,0.8471074,0.838843,0.8347107,0.8347107,0.838843,0.822314,0.7892562,0.7933884,0.8512397,0.78099173,0.71487606,0.8429752,0.8595041,0.838843,0.822314,0.8140496,0.57438016,0.58264464,0.5289256,0.47933885,0.5413223,0.59917355,0.6528926,0.7066116,0.7355372,0.75206614,0.75206614,0.76033056,0.76859504,0.7768595,0.76033056,0.76033056,0.75619835,0.76033056,0.75619835,0.7231405,0.6487603,0.59504133,0.56198347,0.6198347,0.74380165,0.838843,0.8677686,0.8677686,0.8595041,0.8636364,0.8471074,0.8347107,0.8595041,0.8512397,0.69008267,0.6487603,0.90909094,0.8264463,0.77272725,0.8595041,0.8595041,0.8429752,0.8429752,0.8595041,0.8512397,0.838843,0.8429752,0.8512397,0.8471074,0.838843,0.8429752,0.8347107,0.8429752,0.8347107,0.7933884,0.7892562,0.8305785,0.7644628,0.75206614,0.8595041,0.8512397,0.8305785,0.8140496,0.8057851,0.7644628,0.7768595,0.6404959,0.4752066,0.5495868,0.60330576,0.6446281,0.7066116,0.73966944,0.7644628,0.7768595,0.77272725,0.77272725,0.76859504,0.75206614,0.7644628,0.76033056,0.76033056,0.74380165,0.6652893,0.62396693,0.61570245,0.61570245,0.677686,0.76859504,0.838843,0.8636364,0.8553719,0.8636364,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.8347107,0.69008267,0.6487603,0.90082645,0.8429752,0.8016529,0.8471074,0.8429752,0.8471074,0.8471074,0.8512397,0.8471074,0.8347107,0.8429752,0.8347107,0.838843,0.8512397,0.8471074,0.8553719,0.838843,0.7933884,0.78099173,0.7892562,0.7355372,0.8264463,0.8553719,0.8264463,0.8181818,0.822314,0.8057851,0.73140496,0.70247936,0.6363636,0.56198347,0.5495868,0.59504133,0.6570248,0.7107438,0.74793386,0.77272725,0.7768595,0.78099173,0.77272725,0.76033056,0.76033056,0.76859504,0.76859504,0.74793386,0.70247936,0.6198347,0.58677685,0.61570245,0.6735537,0.74380165,0.7933884,0.8429752,0.8595041,0.8471074,0.8553719,0.8471074,0.838843,0.8471074,0.8305785,0.8429752,0.8264463,0.8057851,0.6570248,0.6363636,0.90495867,0.8347107,0.8140496,0.8347107,0.8471074,0.838843,0.8553719,0.8471074,0.8429752,0.8429752,0.838843,0.8429752,0.8512397,0.8553719,0.8636364,0.838843,0.79752064,0.75619835,0.73966944,0.8057851,0.8512397,0.8429752,0.822314,0.8140496,0.8264463,0.8057851,0.46280992,0.46280992,0.49173555,0.58264464,0.6363636,0.6198347,0.661157,0.71900827,0.76033056,0.7768595,0.78512394,0.7768595,0.76859504,0.7644628,0.76859504,0.7644628,0.76033056,0.71487606,0.6694215,0.6363636,0.57024795,0.62396693,0.7231405,0.78099173,0.8181818,0.8512397,0.8553719,0.8471074,0.8595041,0.8471074,0.8347107,0.8512397,0.822314,0.8057851,0.79752064,0.8016529,0.7768595,0.6528926,0.6280992,0.8553719,0.8264463,0.8347107,0.838843,0.838843,0.8471074,0.8429752,0.8471074,0.838843,0.8471074,0.8512397,0.8471074,0.8471074,0.8429752,0.8140496,0.75206614,0.76033056,0.8264463,0.8429752,0.8429752,0.838843,0.822314,0.8305785,0.822314,0.8016529,0.446281,0.446281,0.45041323,0.5123967,0.6280992,0.59504133,0.6487603,0.7066116,0.75619835,0.7768595,0.7768595,0.77272725,0.76859504,0.76859504,0.76033056,0.73966944,0.71900827,0.6942149,0.6859504,0.6280992,0.57024795,0.6570248,0.74793386,0.7933884,0.8305785,0.8595041,0.8595041,0.8512397,0.8553719,0.8471074,0.8347107,0.8471074,0.822314,0.78512394,0.79752064,0.8057851,0.7933884,0.74793386,0.677686,0.6528926,0.6735537,0.78512394,0.8347107,0.8471074,0.8595041,0.8429752,0.8264463,0.8016529,0.79752064,0.7892562,0.7768595,0.7933884,0.76859504,0.76033056,0.79752064,0.8719008,0.8553719,0.8429752,0.838843,0.8347107,0.8181818,0.8305785,0.8181818,0.7892562,0.46280992,0.46694216,0.46280992,0.49173555,0.607438,0.58264464,0.6322314,0.6570248,0.6652893,0.6652893,0.71487606,0.73140496,0.73140496,0.72727275,0.7107438,0.6942149,0.6942149,0.70247936,0.6735537,0.58677685,0.60330576,0.70247936,0.7644628,0.8057851,0.8512397,0.892562,0.87603307,0.8595041,0.8636364,0.8429752,0.822314,0.8264463,0.822314,0.7892562,0.8140496,0.8429752,0.8264463,0.76033056,0.74380165,0.7066116,0.6363636,0.60330576,0.69008267,0.78512394,0.8264463,0.7933884,0.75619835,0.74380165,0.75206614,0.7644628,0.75619835,0.78099173,0.76859504,0.80991733,0.8471074,0.8595041,0.8512397,0.8429752,0.8429752,0.822314,0.822314,0.8264463,0.80991733,0.78512394,0.46280992,0.46280992,0.46280992,0.4876033,0.6198347,0.57438016,0.6280992,0.6694215,0.69008267,0.6942149,0.6859504,0.6735537,0.6694215,0.6652893,0.6652893,0.6942149,0.7107438,0.6694215,0.59917355,0.59090906,0.6487603,0.7107438,0.76859504,0.8181818,0.8636364,0.88842976,0.88429755,0.88429755,0.8719008,0.838843,0.8181818,0.8181818,0.8181818,0.79752064,0.8181818,0.8471074,0.838843,0.7933884,0.7107438,0.76033056,0.76859504,0.70247936,0.661157,0.6694215,0.6983471,0.72727275,0.74793386,0.77272725,0.79752064,0.8181818,0.80991733,0.8181818,0.822314,0.838843,0.8512397,0.8471074,0.8595041,0.8429752,0.8264463,0.80991733,0.8181818,0.8264463,0.8016529,0.7892562,0.45454547,0.45041323,0.45454547,0.47107437,0.61157024,0.57438016,0.60330576,0.6404959,0.6322314,0.6735537,0.677686,0.69008267,0.7066116,0.71900827,0.71900827,0.7231405,0.69008267,0.59504133,0.5495868,0.61157024,0.6363636,0.6859504,0.74793386,0.8057851,0.838843,0.8429752,0.8471074,0.8677686,0.8553719,0.8264463,0.8057851,0.79752064,0.7892562,0.7768595,0.78512394,0.80991733,0.79752064,0.78099173,0.6983471,0.73140496,0.7933884,0.8016529,0.77272725,0.76859504,0.78512394,0.79752064,0.8140496,0.8264463,0.8305785,0.838843,0.8429752,0.8429752,0.8471074,0.838843,0.8305785,0.8471074,0.8471074,0.8429752,0.8140496,0.80991733,0.8057851,0.80991733,0.7933884,0.78512394,0.45867768,0.45867768,0.45867768,0.446281,0.61157024,0.58264464,0.62396693,0.6404959,0.6735537,0.69008267,0.7066116,0.7231405,0.74793386,0.74793386,0.74380165,0.71900827,0.6487603,0.57438016,0.57024795,0.59504133,0.57024795,0.61157024,0.6818182,0.74793386,0.78512394,0.7933884,0.78512394,0.78099173,0.78099173,0.7768595,0.77272725,0.75619835,0.73966944,0.71900827,0.7231405,0.75619835,0.75206614,0.74380165,0.69008267,0.73966944,0.8181818,0.8140496,0.7892562,0.78099173,0.7933884,0.8057851,0.822314,0.8347107,0.838843,0.8347107,0.8347107,0.8429752,0.8347107,0.8305785,0.8181818,0.8471074,0.8347107,0.8347107,0.8016529,0.8057851,0.79752064,0.78512394,0.78099173,0.7768595,0.46280992,0.46280992,0.46280992,0.43801653,0.60330576,0.58677685,0.6446281,0.6818182,0.6983471,0.7231405,0.73140496,0.76033056,0.78099173,0.77272725,0.75206614,0.70247936,0.62396693,0.59090906,0.61570245,0.59504133,0.5041322,0.5123967,0.5413223,0.6446281,0.71487606,0.73140496,0.71487606,0.6983471,0.70247936,0.6942149,0.677686,0.6528926,0.6198347,0.57438016,0.5661157,0.6198347,0.6694215,0.6818182,0.71900827,0.7892562,0.8471074,0.8471074,0.80991733,0.7933884,0.7933884,0.80991733,0.8264463,0.838843,0.8512397,0.838843,0.838843,0.838843,0.8347107,0.8181818,0.8057851,0.8264463,0.822314,0.8264463,0.8016529,0.7892562,0.7892562,0.77272725,0.7768595,0.77272725,0.47107437,0.47107437,0.47107437,0.42975205,0.5785124,0.59504133,0.6363636,0.6818182,0.6983471,0.73140496,0.74793386,0.75206614,0.78099173,0.7644628,0.73140496,0.677686,0.6322314,0.62396693,0.6363636,0.6363636,0.5123967,0.36363637,0.4214876,0.5041322,0.59917355,0.6487603,0.661157,0.6487603,0.6446281,0.59917355,0.5661157,0.58264464,0.607438,0.59090906,0.56198347,0.5661157,0.6363636,0.71900827,0.7768595,0.822314,0.8553719,0.8595041,0.8471074,0.8264463,0.8016529,0.8016529,0.822314,0.8347107,0.8471074,0.8471074,0.8429752,0.8471074,0.838843,0.822314,0.80991733,0.822314,0.80991733,0.8016529,0.7933884,0.78512394,0.77272725,0.77272725,0.77272725,0.76033056,0.4752066,0.4752066,0.4752066,0.44214877,0.54545456,0.58264464,0.6198347,0.6528926,0.6942149,0.71487606,0.7355372,0.75619835,0.7644628,0.75619835,0.7107438,0.6859504,0.6652893,0.6487603,0.6404959,0.6652893,0.58264464,0.3429752,0.29752067,0.3553719,0.48347107,0.56198347,0.58677685,0.60330576,0.58264464,0.5247934,0.55785125,0.6198347,0.6818182,0.6694215,0.6694215,0.70247936,0.73140496,0.76859504,0.79752064,0.822314,0.8595041,0.8677686,0.8636364,0.8512397,0.8264463,0.80991733,0.8181818,0.8305785,0.838843,0.8471074,0.8471074,0.838843,0.8305785,0.8264463,0.8181818,0.8181818,0.8057851,0.7892562,0.7892562,0.78099173,0.7644628,0.76033056,0.76033056,0.74793386,0.47107437,0.47107437,0.47107437,0.43801653,0.5123967,0.5785124,0.59917355,0.6280992,0.69008267,0.7066116,0.7231405,0.73966944,0.75206614,0.74380165,0.71900827,0.7066116,0.6818182,0.661157,0.6363636,0.6570248,0.6446281,0.48347107,0.3966942,0.3181818,0.3677686,0.4338843,0.49173555,0.55785125,0.553719,0.53305787,0.6322314,0.69008267,0.7355372,0.73966944,0.73966944,0.75619835,0.76859504,0.7768595,0.79752064,0.822314,0.8512397,0.8636364,0.8636364,0.8636364,0.8471074,0.8305785,0.8264463,0.8347107,0.838843,0.8471074,0.8471074,0.838843,0.8347107,0.8305785,0.80991733,0.8140496,0.80991733,0.7892562,0.78099173,0.77272725,0.7644628,0.7644628,0.75619835,0.73966944,0.47107437,0.47107437,0.47107437,0.45041323,0.49586776,0.5661157,0.5785124,0.61157024,0.661157,0.6942149,0.7107438,0.7231405,0.75206614,0.74380165,0.74793386,0.71487606,0.6818182,0.6694215,0.6446281,0.6570248,0.6487603,0.6198347,0.5413223,0.41735536,0.41322315,0.45041323,0.49173555,0.58677685,0.607438,0.58677685,0.6694215,0.72727275,0.75619835,0.76859504,0.75619835,0.75206614,0.76859504,0.8016529,0.8181818,0.8347107,0.8512397,0.8553719,0.8595041,0.8636364,0.8636364,0.8512397,0.838843,0.838843,0.8429752,0.8471074,0.8429752,0.8429752,0.8429752,0.8305785,0.8140496,0.8140496,0.8057851,0.7892562,0.7768595,0.7644628,0.7644628,0.77272725,0.76033056,0.7355372,0.45454547,0.45454547,0.45454547,0.446281,0.47107437,0.55785125,0.58264464,0.58264464,0.6446281,0.6818182,0.7107438,0.73140496,0.74380165,0.75619835,0.7644628,0.72727275,0.69008267,0.677686,0.6694215,0.6652893,0.6652893,0.677686,0.6404959,0.57438016,0.5661157,0.6404959,0.677686,0.6983471,0.6942149,0.6363636,0.69008267,0.7355372,0.76033056,0.76859504,0.76033056,0.7644628,0.78512394,0.80991733,0.8347107,0.8305785,0.8471074,0.8471074,0.8429752,0.8595041,0.8636364,0.8553719,0.8471074,0.8429752,0.8471074,0.8512397,0.8429752,0.8429752,0.8471074,0.8305785,0.8181818,0.80991733,0.7933884,0.78512394,0.77272725,0.76033056,0.76033056,0.76033056,0.74793386,0.7231405,0.46280992,0.46694216,0.46694216,0.45454547,0.45041323,0.53305787,0.5785124,0.5785124,0.61570245,0.6652893,0.70247936,0.72727275,0.72727275,0.74793386,0.7644628,0.74380165,0.7066116,0.6942149,0.7066116,0.6983471,0.7066116,0.71900827,0.7231405,0.6983471,0.71900827,0.7355372,0.74380165,0.71900827,0.6942149,0.661157,0.69008267,0.7355372,0.75619835,0.76859504,0.76033056,0.78512394,0.80991733,0.8181818,0.8347107,0.8429752,0.838843,0.838843,0.8347107,0.8471074,0.8471074,0.8471074,0.8429752,0.838843,0.838843,0.8471074,0.8429752,0.838843,0.8305785,0.822314,0.80991733,0.80991733,0.7933884,0.7892562,0.77272725,0.75619835,0.74793386,0.74793386,0.72727275,0.71487606,0.47107437,0.47107437,0.47107437,0.46280992,0.42975205,0.5,0.5785124,0.57438016,0.61157024,0.6446281,0.6818182,0.7107438,0.7066116,0.71900827,0.73966944,0.73140496,0.6983471,0.6818182,0.7107438,0.71487606,0.72727275,0.74380165,0.77272725,0.74793386,0.7933884,0.79752064,0.76859504,0.74380165,0.6942149,0.6818182,0.6942149,0.75619835,0.78512394,0.7892562,0.8016529,0.8016529,0.8305785,0.8140496,0.8181818,0.8305785,0.8264463,0.8264463,0.8140496,0.8140496,0.822314,0.8264463,0.8429752,0.8347107,0.8305785,0.8305785,0.8429752,0.8264463,0.8264463,0.822314,0.822314,0.8140496,0.79752064,0.78512394,0.76859504,0.74380165,0.72727275,0.73140496,0.7231405,0.71487606,0.45867768,0.45454547,0.45454547,0.45867768,0.43801653,0.47933885,0.57438016,0.59504133,0.607438,0.6404959,0.661157,0.6859504,0.69008267,0.6983471,0.7107438,0.7066116,0.6694215,0.6487603,0.69008267,0.71487606,0.7231405,0.74793386,0.76033056,0.76033056,0.78099173,0.79752064,0.78099173,0.77272725,0.73140496,0.71900827,0.73140496,0.76859504,0.7933884,0.8181818,0.8305785,0.8429752,0.8553719,0.8305785,0.79752064,0.8181818,0.7933884,0.7892562,0.7768595,0.77272725,0.79752064,0.80991733,0.8347107,0.838843,0.8347107,0.8305785,0.8264463,0.8181818,0.8140496,0.80991733,0.8140496,0.8016529,0.78099173,0.77272725,0.76033056,0.7355372,0.71900827,0.7231405,0.73140496,0.71487606,0.446281,0.446281,0.446281,0.45454547,0.45454547,0.46280992,0.5371901,0.59504133,0.61570245,0.6404959,0.6487603,0.661157,0.6818182,0.6942149,0.69008267,0.6735537,0.6198347,0.5785124,0.6280992,0.661157,0.6363636,0.6322314,0.6322314,0.6487603,0.661157,0.6818182,0.70247936,0.7355372,0.7107438,0.6859504,0.6942149,0.7107438,0.71487606,0.71900827,0.73966944,0.76859504,0.8016529,0.822314,0.8057851,0.7933884,0.78099173,0.74793386,0.73140496,0.70247936,0.7355372,0.75206614,0.8016529,0.8429752,0.8264463,0.80991733,0.8140496,0.80991733,0.8140496,0.8140496,0.80991733,0.8016529,0.78512394,0.76859504,0.76033056,0.73966944,0.72727275,0.7231405,0.72727275,0.7231405,0.45454547,0.45454547,0.45454547,0.45454547,0.45041323,0.46280992,0.5041322,0.58264464,0.607438,0.6404959,0.6528926,0.6446281,0.6735537,0.6983471,0.69008267,0.6487603,0.54545456,0.43801653,0.46280992,0.5123967,0.49173555,0.5,0.5289256,0.58264464,0.61157024,0.59917355,0.5785124,0.59917355,0.60330576,0.59917355,0.61570245,0.6404959,0.6487603,0.6528926,0.6322314,0.62396693,0.61570245,0.6322314,0.6528926,0.6570248,0.6694215,0.6446281,0.6322314,0.5785124,0.59090906,0.6404959,0.75619835,0.8264463,0.8181818,0.8140496,0.79752064,0.7933884,0.8016529,0.8140496,0.8016529,0.8057851,0.7768595,0.76859504,0.7644628,0.73966944,0.72727275,0.72727275,0.72727275,0.7231405,0.45454547,0.45041323,0.45041323,0.45454547,0.45454547,0.43801653,0.46694216,0.55785125,0.59090906,0.6363636,0.6528926,0.6363636,0.6570248,0.7066116,0.71900827,0.69008267,0.5785124,0.40082645,0.34710744,0.36363637,0.35123968,0.35950413,0.39256197,0.46280992,0.5371901,0.55785125,0.553719,0.56198347,0.553719,0.55785125,0.57024795,0.56198347,0.57438016,0.5661157,0.553719,0.5371901,0.5247934,0.5247934,0.53305787,0.553719,0.5661157,0.57024795,0.58677685,0.5785124,0.57024795,0.607438,0.7107438,0.79752064,0.80991733,0.80991733,0.7933884,0.7933884,0.7933884,0.8140496,0.7933884,0.79752064,0.77272725,0.76859504,0.76033056,0.74380165,0.7355372,0.7355372,0.72727275,0.71487606,0.45041323,0.45041323,0.45041323,0.45041323,0.45454547,0.446281,0.44214877,0.53305787,0.57438016,0.62396693,0.6570248,0.6446281,0.6528926,0.7066116,0.74380165,0.74793386,0.69008267,0.59917355,0.56198347,0.5247934,0.5206612,0.54545456,0.553719,0.5661157,0.60330576,0.6198347,0.6404959,0.6528926,0.6322314,0.6487603,0.6652893,0.6570248,0.6735537,0.6942149,0.70247936,0.7066116,0.73140496,0.7066116,0.6942149,0.677686,0.6735537,0.6735537,0.7066116,0.74793386,0.7355372,0.7107438,0.7355372,0.78099173,0.8057851,0.79752064,0.78512394,0.7892562,0.80991733,0.8016529,0.7768595,0.7892562,0.76859504,0.76033056,0.75206614,0.74380165,0.74380165,0.73966944,0.71487606,0.71487606,0.45454547,0.45454547,0.45454547,0.45454547,0.446281,0.45454547,0.44214877,0.49586776,0.553719,0.59917355,0.6528926,0.6652893,0.6652893,0.70247936,0.73966944,0.76033056,0.75206614,0.7231405,0.6859504,0.61570245,0.6198347,0.6363636,0.6280992,0.6528926,0.7066116,0.72727275,0.75206614,0.7644628,0.7355372,0.74380165,0.76859504,0.7644628,0.7768595,0.78099173,0.77272725,0.7644628,0.76859504,0.75619835,0.74793386,0.74793386,0.75206614,0.76859504,0.79752064,0.8140496,0.8305785,0.8057851,0.78099173,0.7892562,0.8057851,0.8016529,0.78099173,0.78512394,0.8181818,0.7933884,0.77272725,0.7644628,0.76859504,0.74380165,0.7355372,0.73966944,0.74380165,0.7231405,0.71487606,0.70247936,0.45041323,0.446281,0.446281,0.446281,0.45867768,0.446281,0.45454547,0.45041323,0.53305787,0.57024795,0.62396693,0.6735537,0.6694215,0.69008267,0.7231405,0.75619835,0.75619835,0.74793386,0.7231405,0.6363636,0.5785124,0.59504133,0.607438,0.6198347,0.661157,0.6942149,0.71487606,0.73966944,0.7231405,0.72727275,0.74380165,0.73966944,0.75206614,0.75619835,0.74793386,0.74380165,0.75619835,0.7644628,0.7644628,0.77272725,0.79752064,0.8057851,0.822314,0.8264463,0.8512397,0.8471074,0.80991733,0.8057851,0.8140496,0.8016529,0.7933884,0.7892562,0.78512394,0.7892562,0.7768595,0.76859504,0.75619835,0.75206614,0.73140496,0.73140496,0.72727275,0.7107438,0.7066116,0.6942149,0.446281,0.446281,0.446281,0.446281,0.446281,0.45454547,0.45041323,0.4338843,0.5082645,0.54545456,0.58677685,0.6446281,0.6694215,0.6735537,0.7066116,0.74380165,0.74793386,0.74793386,0.73966944,0.6818182,0.6363636,0.59917355,0.58264464,0.59504133,0.607438,0.62396693,0.6363636,0.6570248,0.6652893,0.6735537,0.69008267,0.70247936,0.7231405,0.73140496,0.7355372,0.75206614,0.7768595,0.7933884,0.8016529,0.8057851,0.80991733,0.80991733,0.8264463,0.838843,0.8512397,0.8512397,0.8305785,0.822314,0.8181818,0.79752064,0.8016529,0.79752064,0.7892562,0.7768595,0.76859504,0.76033056,0.75619835,0.74793386,0.7231405,0.72727275,0.71900827,0.71900827,0.6942149,0.677686,0.45041323,0.45041323,0.45041323,0.45041323,0.446281,0.45454547,0.45454547,0.42975205,0.45867768,0.5413223,0.56198347,0.607438,0.6446281,0.6652893,0.6818182,0.71900827,0.74380165,0.73966944,0.73966944,0.6983471,0.6652893,0.6487603,0.6198347,0.57438016,0.5785124,0.58677685,0.5785124,0.57438016,0.57024795,0.57438016,0.59090906,0.6322314,0.6694215,0.6942149,0.72727275,0.76859504,0.7892562,0.8016529,0.8057851,0.80991733,0.8140496,0.8181818,0.8305785,0.8429752,0.8471074,0.8429752,0.8347107,0.8181818,0.8016529,0.78512394,0.7933884,0.7933884,0.78099173,0.7644628,0.7644628,0.74793386,0.75206614,0.73140496,0.71487606,0.7231405,0.71900827,0.71487606,0.6983471,0.6694215,0.42975205,0.42975205,0.42561984,0.42561984,0.446281,0.45041323,0.446281,0.44214877,0.42975205,0.5082645,0.5371901,0.58677685,0.61157024,0.6446281,0.6570248,0.6942149,0.7107438,0.72727275,0.7231405,0.6983471,0.6735537,0.677686,0.6818182,0.6404959,0.6363636,0.6363636,0.6280992,0.61570245,0.60330576,0.59090906,0.59504133,0.6404959,0.6735537,0.70247936,0.7355372,0.76033056,0.7768595,0.7892562,0.79752064,0.8016529,0.80991733,0.8181818,0.822314,0.8347107,0.838843,0.8347107,0.8264463,0.8140496,0.7933884,0.7768595,0.78099173,0.7644628,0.75206614,0.74793386,0.74380165,0.74380165,0.73966944,0.71487606,0.71900827,0.7066116,0.6983471,0.6983471,0.6942149,0.661157,0.43801653,0.43801653,0.44214877,0.44214877,0.44214877,0.45454547,0.45867768,0.45041323,0.42975205,0.46694216,0.5123967,0.56198347,0.58264464,0.61570245,0.6363636,0.6652893,0.6652893,0.7066116,0.6942149,0.6818182,0.69008267,0.677686,0.7066116,0.69008267,0.6818182,0.69008267,0.6942149,0.6942149,0.69008267,0.677686,0.6694215,0.7066116,0.7231405,0.74793386,0.75619835,0.7644628,0.78512394,0.78512394,0.79752064,0.8016529,0.8057851,0.80991733,0.8181818,0.8140496,0.822314,0.8181818,0.8057851,0.8057851,0.7892562,0.7768595,0.7768595,0.75206614,0.74380165,0.75206614,0.7355372,0.73140496,0.7231405,0.7107438,0.7107438,0.6942149,0.677686,0.677686,0.6694215,0.6446281,0.446281,0.446281,0.446281,0.446281,0.44214877,0.45041323,0.446281,0.45041323,0.43801653,0.44214877,0.48347107,0.53305787,0.55785125,0.58677685,0.60330576,0.6280992,0.6404959,0.6942149,0.69008267,0.6735537,0.69008267,0.6942149,0.6983471,0.7066116,0.7107438,0.71487606,0.71900827,0.7231405,0.73140496,0.74380165,0.74380165,0.75206614,0.7644628,0.7768595,0.7768595,0.78099173,0.79752064,0.7892562,0.7933884,0.79752064,0.79752064,0.79752064,0.8140496,0.8140496,0.80991733,0.8016529,0.78512394,0.7892562,0.7892562,0.75619835,0.75619835,0.7644628,0.75619835,0.73966944,0.7355372,0.71900827,0.7107438,0.7107438,0.6983471,0.6859504,0.677686,0.6694215,0.6487603,0.62396693,0.43801653,0.43801653,0.43801653,0.43801653,0.43801653,0.45041323,0.45041323,0.44214877,0.44214877,0.45041323,0.45041323,0.5,0.5413223,0.5661157,0.58264464,0.607438,0.6198347,0.661157,0.6983471,0.6694215,0.6859504,0.6983471,0.71900827,0.71487606,0.7355372,0.75619835,0.75619835,0.78099173,0.78512394,0.7933884,0.79752064,0.7933884,0.78099173,0.79752064,0.7933884,0.7933884,0.8057851,0.7933884,0.79752064,0.79752064,0.79752064,0.7933884,0.80991733,0.80991733,0.8016529,0.7892562,0.76859504,0.76859504,0.7644628,0.74793386,0.74793386,0.75619835,0.74380165,0.7231405,0.7231405,0.7066116,0.6983471,0.70247936,0.69008267,0.6735537,0.661157,0.6487603,0.62396693,0.59090906,0.42975205,0.42975205,0.42975205,0.42975205,0.43801653,0.44214877,0.446281,0.446281,0.446281,0.45041323,0.43801653,0.46280992,0.5165289,0.5371901,0.56198347,0.59504133,0.60330576,0.6322314,0.6652893,0.6859504,0.6983471,0.6983471,0.73140496,0.75206614,0.77272725,0.79752064,0.7933884,0.8181818,0.8264463,0.8264463,0.8471074,0.8429752,0.838843,0.8512397,0.8347107,0.8181818,0.8305785,0.8140496,0.8264463,0.8181818,0.8057851,0.80991733,0.80991733,0.8016529,0.7933884,0.78512394,0.76859504,0.75206614,0.75206614,0.7355372,0.7355372,0.73966944,0.72727275,0.71487606,0.7107438,0.69008267,0.677686,0.677686,0.677686,0.6652893,0.6404959,0.62396693,0.60330576,0.55785125,0.44214877,0.44214877,0.44214877,0.44214877,0.446281,0.44214877,0.44214877,0.44214877,0.446281,0.45041323,0.43801653,0.43801653,0.47933885,0.5082645,0.5371901,0.57438016,0.58677685,0.61570245,0.6570248,0.6818182,0.70247936,0.7231405,0.73966944,0.78099173,0.78512394,0.8057851,0.8016529,0.8264463,0.822314,0.822314,0.8512397,0.8471074,0.8636364,0.8677686,0.8636364,0.8677686,0.8636364,0.8471074,0.8347107,0.8264463,0.8140496,0.822314,0.80991733,0.7892562,0.7768595,0.78099173,0.76859504,0.75619835,0.73966944,0.7355372,0.72727275,0.7355372,0.7231405,0.7107438,0.6942149,0.6735537,0.661157,0.6570248,0.661157,0.6404959,0.61157024,0.59090906,0.5785124,0.54545456,0.42975205,0.42975205,0.42975205,0.42975205,0.43801653,0.45041323,0.44214877,0.43801653,0.44214877,0.446281,0.44214877,0.446281,0.44214877,0.48347107,0.5206612,0.5495868,0.553719,0.59090906,0.62396693,0.6487603,0.6983471,0.73140496,0.74380165,0.77272725,0.78099173,0.7933884,0.8016529,0.838843,0.8264463,0.8264463,0.8471074,0.8553719,0.8677686,0.8636364,0.8636364,0.87603307,0.8719008,0.8595041,0.8305785,0.8181818,0.8264463,0.80991733,0.7933884,0.7768595,0.76859504,0.7644628,0.75619835,0.74793386,0.73140496,0.71900827,0.7107438,0.71487606,0.7107438,0.6942149,0.6735537,0.661157,0.6528926,0.6363636,0.6280992,0.61157024,0.58677685,0.5661157,0.5495868,0.56198347,0.42975205,0.42975205,0.42975205,0.42975205,0.44214877,0.446281,0.44214877,0.44214877,0.446281,0.44214877,0.44214877,0.45041323,0.41735536,0.46280992,0.54545456,0.5371901,0.53305787,0.5661157,0.60330576,0.61157024,0.6528926,0.6983471,0.7231405,0.74793386,0.77272725,0.7892562,0.8057851,0.8347107,0.8264463,0.8264463,0.8347107,0.8471074,0.8471074,0.8553719,0.8595041,0.8553719,0.8595041,0.8512397,0.822314,0.8140496,0.8140496,0.78512394,0.77272725,0.76859504,0.7644628,0.74793386,0.76033056,0.7355372,0.71487606,0.6983471,0.70247936,0.6818182,0.677686,0.6652893,0.6570248,0.6363636,0.6322314,0.61570245,0.59917355,0.58264464,0.57024795,0.55785125,0.55785125,0.60330576,0.45041323,0.45041323,0.45041323,0.45041323,0.45041323,0.446281,0.43801653,0.446281,0.44214877,0.44214877,0.446281,0.45041323,0.38016528,0.5,0.75619835,0.6404959,0.4876033,0.5371901,0.57024795,0.59090906,0.6322314,0.6694215,0.6942149,0.72727275,0.74793386,0.7644628,0.7892562,0.80991733,0.8140496,0.8057851,0.80991733,0.8264463,0.838843,0.8429752,0.838843,0.8305785,0.8305785,0.8264463,0.8016529,0.8016529,0.78099173,0.7768595,0.75619835,0.7768595,0.73966944,0.73966944,0.73966944,0.71487606,0.70247936,0.677686,0.677686,0.6487603,0.6446281,0.6446281,0.6322314,0.61570245,0.60330576,0.58677685,0.57438016,0.5661157,0.56198347,0.57438016,0.59504133,0.61570245,0.43801653,0.43801653,0.43801653,0.43801653,0.43801653,0.43801653,0.43801653,0.45454547,0.43801653,0.44214877,0.45454547,0.4338843,0.38016528,0.58264464,0.88429755,0.74793386,0.5206612,0.5082645,0.5371901,0.57438016,0.607438,0.6363636,0.6570248,0.70247936,0.7231405,0.73140496,0.75206614,0.7768595,0.78512394,0.77272725,0.7768595,0.7933884,0.8057851,0.822314,0.8140496,0.79752064,0.80991733,0.79752064,0.76859504,0.77272725,0.74380165,0.76033056,0.73966944,0.76033056,0.7231405,0.70247936,0.71487606,0.6983471,0.6694215,0.6404959,0.6652893,0.6446281,0.62396693,0.62396693,0.61157024,0.59504133,0.5785124,0.5661157,0.5661157,0.57438016,0.5785124,0.58677685,0.61570245,0.6570248,0.44214877,0.44214877,0.44214877,0.44214877,0.44214877,0.43801653,0.44214877,0.45041323,0.43801653,0.44214877,0.446281,0.40495867,0.42975205,0.72727275,0.90495867,0.76859504,0.553719,0.5206612,0.5165289,0.5413223,0.57024795,0.59504133,0.6198347,0.6652893,0.6942149,0.70247936,0.7066116,0.73966944,0.75206614,0.7355372,0.72727275,0.75619835,0.76033056,0.77272725,0.76859504,0.76859504,0.77272725,0.75206614,0.73966944,0.7355372,0.7231405,0.73966944,0.71900827,0.71900827,0.69008267,0.6818182,0.677686,0.6694215,0.62396693,0.6280992,0.61570245,0.61570245,0.59504133,0.59090906,0.58264464,0.58264464,0.57024795,0.57024795,0.57438016,0.58677685,0.59090906,0.61157024,0.6280992,0.6859504,0.446281,0.446281,0.446281,0.446281,0.44214877,0.43801653,0.43801653,0.44214877,0.44214877,0.44214877,0.43801653,0.38016528,0.5165289,0.8512397,0.90082645,0.7768595,0.55785125,0.5371901,0.5,0.5082645,0.5247934,0.5413223,0.57024795,0.61570245,0.6528926,0.6694215,0.6735537,0.6942149,0.70247936,0.6942149,0.6735537,0.6859504,0.70247936,0.7231405,0.7231405,0.73140496,0.73140496,0.7107438,0.7066116,0.6983471,0.70247936,0.70247936,0.6983471,0.6942149,0.6652893,0.6528926,0.6322314,0.61570245,0.61570245,0.59917355,0.58677685,0.58677685,0.57438016,0.57438016,0.57438016,0.58264464,0.5785124,0.59090906,0.59504133,0.59504133,0.60330576,0.6322314,0.661157,0.6859504,0.44214877,0.44214877,0.44214877,0.44214877,0.44214877,0.44214877,0.42975205,0.43801653,0.43801653,0.45454547,0.446281,0.38016528,0.6528926,0.88842976,0.90495867,0.80991733,0.57438016,0.5661157,0.5041322,0.47107437,0.5082645,0.5206612,0.5206612,0.54545456,0.59917355,0.6280992,0.6487603,0.661157,0.6652893,0.6570248,0.6363636,0.6363636,0.6570248,0.661157,0.6735537,0.6818182,0.69008267,0.677686,0.6652893,0.661157,0.661157,0.6570248,0.6694215,0.6570248,0.6404959,0.6280992,0.59917355,0.58264464,0.57024795,0.55785125,0.5661157,0.57024795,0.58264464,0.58264464,0.58677685,0.59917355,0.59090906,0.607438,0.60330576,0.607438,0.61570245,0.6528926,0.69008267,0.6983471,0.4338843,0.4338843,0.4338843,0.42975205,0.42975205,0.446281,0.44214877,0.446281,0.4752066,0.5247934,0.53305787,0.49586776,0.7892562,0.88429755,0.90082645,0.8471074,0.59090906,0.5785124,0.53305787,0.47933885,0.45041323,0.49586776,0.5082645,0.49173555,0.5371901,0.57024795,0.59090906,0.607438,0.61570245,0.607438,0.60330576,0.59504133,0.59917355,0.60330576,0.6198347,0.6363636,0.6363636,0.6280992,0.62396693,0.6280992,0.62396693,0.62396693,0.6280992,0.62396693,0.59090906,0.58264464,0.5495868,0.5413223,0.553719,0.5661157,0.57438016,0.5785124,0.58677685,0.59917355,0.59090906,0.60330576,0.59504133,0.61157024,0.60330576,0.61157024,0.6198347,0.6528926,0.69008267,0.6983471,5 +0.553719,0.607438,0.6363636,0.6487603,0.6528926,0.6487603,0.6735537,0.71487606,0.73966944,0.78099173,0.79752064,0.8140496,0.8264463,0.8347107,0.838843,0.8429752,0.8636364,0.87603307,0.8801653,0.892562,0.89669424,0.89669424,0.892562,0.892562,0.892562,0.89669424,0.892562,0.88842976,0.8801653,0.87603307,0.8801653,0.8636364,0.8801653,0.8801653,0.87603307,0.8801653,0.88429755,0.88429755,0.8801653,0.87603307,0.87603307,0.88429755,0.88842976,0.88429755,0.88429755,0.8801653,0.8801653,0.8677686,0.8677686,0.8595041,0.8595041,0.8719008,0.8677686,0.838843,0.8305785,0.80991733,0.80991733,0.79752064,0.76859504,0.72727275,0.71487606,0.71900827,0.7107438,0.7107438,0.57438016,0.6280992,0.6446281,0.6446281,0.6487603,0.6528926,0.6818182,0.71487606,0.73966944,0.78099173,0.7933884,0.80991733,0.8305785,0.8347107,0.8305785,0.8471074,0.8595041,0.8719008,0.88429755,0.892562,0.89669424,0.89669424,0.90082645,0.89669424,0.89669424,0.90082645,0.89669424,0.89669424,0.892562,0.88842976,0.88429755,0.8719008,0.87603307,0.87603307,0.8801653,0.8801653,0.88842976,0.88842976,0.88842976,0.88429755,0.88429755,0.88842976,0.892562,0.892562,0.892562,0.88842976,0.88429755,0.87603307,0.8677686,0.8719008,0.87603307,0.8677686,0.8719008,0.8512397,0.8429752,0.80991733,0.8140496,0.8016529,0.76859504,0.73966944,0.71487606,0.7107438,0.7066116,0.70247936,0.58264464,0.6363636,0.6446281,0.6528926,0.6446281,0.6446281,0.6818182,0.7107438,0.7355372,0.7768595,0.7933884,0.8057851,0.8305785,0.8347107,0.8305785,0.8471074,0.8636364,0.8719008,0.88429755,0.892562,0.89669424,0.90082645,0.90082645,0.90082645,0.90082645,0.90082645,0.90082645,0.89669424,0.89669424,0.892562,0.88842976,0.88429755,0.88429755,0.8801653,0.8801653,0.88842976,0.892562,0.892562,0.892562,0.892562,0.892562,0.88842976,0.892562,0.892562,0.89669424,0.892562,0.88429755,0.8801653,0.87603307,0.8719008,0.8801653,0.8677686,0.8719008,0.8636364,0.8512397,0.822314,0.80991733,0.8057851,0.77272725,0.7355372,0.7107438,0.7107438,0.7066116,0.70247936,0.57438016,0.6198347,0.6322314,0.6487603,0.6487603,0.6404959,0.6735537,0.71487606,0.7355372,0.7644628,0.7933884,0.79752064,0.822314,0.8347107,0.8347107,0.8429752,0.8595041,0.8677686,0.87603307,0.892562,0.90082645,0.89669424,0.89669424,0.90082645,0.90082645,0.90082645,0.89669424,0.89669424,0.89669424,0.89669424,0.892562,0.892562,0.89669424,0.88842976,0.88429755,0.88842976,0.88842976,0.892562,0.892562,0.892562,0.89669424,0.892562,0.892562,0.89669424,0.89669424,0.89669424,0.88842976,0.88429755,0.88429755,0.8801653,0.87603307,0.87603307,0.8719008,0.8636364,0.8471074,0.838843,0.8057851,0.8016529,0.76859504,0.7355372,0.71900827,0.7107438,0.70247936,0.6983471,0.58264464,0.61157024,0.62396693,0.6446281,0.6570248,0.6487603,0.677686,0.7107438,0.7355372,0.76033056,0.7892562,0.7933884,0.80991733,0.822314,0.8264463,0.8347107,0.8471074,0.8512397,0.8677686,0.88842976,0.90082645,0.89669424,0.89669424,0.89669424,0.892562,0.89669424,0.90082645,0.89669424,0.89669424,0.90082645,0.89669424,0.892562,0.90082645,0.892562,0.88842976,0.88842976,0.88842976,0.892562,0.892562,0.89669424,0.90082645,0.89669424,0.892562,0.89669424,0.90082645,0.89669424,0.892562,0.8801653,0.88429755,0.88842976,0.8801653,0.87603307,0.87603307,0.8595041,0.8347107,0.8471074,0.80991733,0.7892562,0.7644628,0.73966944,0.72727275,0.71487606,0.6983471,0.69008267,0.59090906,0.61157024,0.62396693,0.6363636,0.6570248,0.6570248,0.677686,0.71487606,0.74380165,0.76033056,0.78099173,0.75619835,0.78099173,0.8140496,0.822314,0.8305785,0.8305785,0.8305785,0.8512397,0.8677686,0.88429755,0.892562,0.89669424,0.892562,0.88429755,0.892562,0.89669424,0.89669424,0.90082645,0.90082645,0.90082645,0.89669424,0.89669424,0.88842976,0.88842976,0.892562,0.892562,0.892562,0.89669424,0.89669424,0.892562,0.89669424,0.89669424,0.89669424,0.89669424,0.892562,0.892562,0.88842976,0.8801653,0.88429755,0.8801653,0.8719008,0.8677686,0.8512397,0.8347107,0.8429752,0.8181818,0.78512394,0.7644628,0.74380165,0.73140496,0.71900827,0.70247936,0.6942149,0.59504133,0.61570245,0.6280992,0.6363636,0.6570248,0.6528926,0.6818182,0.72727275,0.74793386,0.75206614,0.7107438,0.6859504,0.7231405,0.7644628,0.7892562,0.7933884,0.79752064,0.8057851,0.8181818,0.838843,0.8553719,0.8677686,0.8801653,0.8801653,0.8801653,0.88429755,0.88429755,0.892562,0.89669424,0.90495867,0.89669424,0.892562,0.892562,0.88842976,0.88842976,0.89669424,0.88842976,0.88842976,0.89669424,0.892562,0.8801653,0.88842976,0.892562,0.892562,0.88429755,0.8801653,0.8801653,0.8801653,0.87603307,0.87603307,0.8636364,0.8636364,0.8347107,0.8305785,0.838843,0.8347107,0.80991733,0.7933884,0.7644628,0.73966944,0.7231405,0.71900827,0.7066116,0.6983471,0.59504133,0.61157024,0.6280992,0.6363636,0.6570248,0.661157,0.6942149,0.7231405,0.74380165,0.6942149,0.6404959,0.62396693,0.661157,0.71900827,0.6942149,0.6487603,0.6983471,0.7107438,0.73140496,0.7768595,0.80991733,0.8305785,0.838843,0.8512397,0.8595041,0.8677686,0.87603307,0.88429755,0.88842976,0.892562,0.89669424,0.89669424,0.8801653,0.88429755,0.8801653,0.88842976,0.88429755,0.8801653,0.87603307,0.8719008,0.8719008,0.87603307,0.8719008,0.8595041,0.8512397,0.8636364,0.8553719,0.8595041,0.8512397,0.8471074,0.838843,0.838843,0.78512394,0.75206614,0.8057851,0.8305785,0.8057851,0.7933884,0.7768595,0.73966944,0.7231405,0.71487606,0.70247936,0.69008267,0.59917355,0.61570245,0.6280992,0.6404959,0.6446281,0.6487603,0.6487603,0.6198347,0.59090906,0.553719,0.49173555,0.446281,0.4876033,0.5082645,0.5,0.5123967,0.54545456,0.5661157,0.59090906,0.61570245,0.6570248,0.7066116,0.76859504,0.80991733,0.8140496,0.838843,0.8636364,0.8677686,0.87603307,0.8801653,0.88842976,0.88429755,0.87603307,0.8677686,0.8636364,0.8677686,0.8595041,0.8677686,0.8636364,0.8429752,0.8429752,0.8305785,0.80991733,0.7768595,0.73140496,0.72727275,0.74793386,0.75206614,0.76859504,0.75619835,0.7355372,0.72727275,0.7107438,0.70247936,0.69008267,0.75619835,0.8057851,0.78099173,0.78099173,0.73966944,0.72727275,0.71487606,0.7107438,0.69008267,0.59504133,0.6198347,0.6322314,0.6322314,0.6322314,0.6363636,0.677686,0.6487603,0.6735537,0.73966944,0.7231405,0.677686,0.7355372,0.8140496,0.73966944,0.7066116,0.55785125,0.5165289,0.5123967,0.5041322,0.5082645,0.5413223,0.62396693,0.69008267,0.74380165,0.78512394,0.8347107,0.8471074,0.8595041,0.8595041,0.8677686,0.8595041,0.8595041,0.8595041,0.8429752,0.838843,0.8181818,0.80991733,0.8057851,0.76033056,0.69008267,0.6528926,0.6280992,0.58264464,0.5785124,0.61157024,0.6198347,0.59917355,0.5785124,0.59504133,0.55785125,0.5247934,0.47933885,0.553719,0.59090906,0.6528926,0.6694215,0.70247936,0.75619835,0.74380165,0.7107438,0.7107438,0.71487606,0.6942149,0.58264464,0.62396693,0.6280992,0.6322314,0.6446281,0.607438,0.6446281,0.58677685,0.56198347,0.5495868,0.57024795,0.57438016,0.3677686,0.78099173,0.78512394,0.7231405,0.5041322,0.54545456,0.55785125,0.55785125,0.5289256,0.5,0.5,0.48347107,0.5495868,0.6652893,0.74380165,0.822314,0.8471074,0.8471074,0.8636364,0.8471074,0.8553719,0.8429752,0.822314,0.8181818,0.78512394,0.76859504,0.7107438,0.6198347,0.5785124,0.61157024,0.7107438,0.78512394,0.6322314,0.57438016,0.59504133,0.607438,0.6528926,0.61157024,0.72727275,0.90495867,0.9214876,0.91735536,0.90495867,0.89669424,0.8512397,0.70247936,0.677686,0.75619835,0.6983471,0.6983471,0.71487606,0.6983471,0.54545456,0.6404959,0.6363636,0.6528926,0.6280992,0.5495868,0.59917355,0.56198347,0.58264464,0.58677685,0.61157024,0.62396693,0.39256197,0.74793386,0.8801653,0.8429752,0.49173555,0.46280992,0.48347107,0.5082645,0.55785125,0.6446281,0.75619835,0.76033056,0.8016529,0.8677686,0.8595041,0.78099173,0.8305785,0.8553719,0.8677686,0.8512397,0.8512397,0.8429752,0.8181818,0.8181818,0.7892562,0.73140496,0.6694215,0.71900827,0.73966944,0.6363636,0.57024795,0.57024795,0.5123967,0.4338843,0.44214877,0.47107437,0.5206612,0.40082645,0.69008267,0.946281,0.92561984,0.9214876,0.91322315,0.91322315,0.8636364,0.71900827,0.58677685,0.677686,0.6652893,0.677686,0.6942149,0.69008267,0.49173555,0.6363636,0.6404959,0.6487603,0.59090906,0.54545456,0.57438016,0.57024795,0.6487603,0.59917355,0.6652893,0.6818182,0.6363636,0.6322314,0.6859504,0.71487606,0.6818182,0.661157,0.6198347,0.58677685,0.57438016,0.6570248,0.8719008,0.94214875,0.92561984,0.92975205,0.95454544,0.76859504,0.7892562,0.8553719,0.8719008,0.8553719,0.8471074,0.8553719,0.8305785,0.8016529,0.72727275,0.6404959,0.58677685,0.54545456,0.56198347,0.57438016,0.56198347,0.5785124,0.58677685,0.55785125,0.5785124,0.59917355,0.6198347,0.59090906,0.5413223,0.90909094,0.92561984,0.90495867,0.9214876,0.76859504,0.6694215,0.6818182,0.62396693,0.61570245,0.69008267,0.7066116,0.69008267,0.6983471,0.44214877,0.61570245,0.6404959,0.6322314,0.59917355,0.58264464,0.607438,0.60330576,0.6528926,0.61570245,0.607438,0.6487603,0.6487603,0.6652893,0.6487603,0.6859504,0.677686,0.6652893,0.6446281,0.61157024,0.58264464,0.5082645,0.661157,0.88429755,0.90909094,0.91735536,0.90909094,0.6446281,0.75206614,0.8636364,0.8801653,0.8719008,0.8719008,0.8636364,0.8512397,0.76033056,0.62396693,0.69008267,0.6818182,0.6528926,0.6528926,0.6694215,0.6446281,0.6528926,0.6694215,0.6528926,0.6652893,0.69008267,0.70247936,0.6859504,0.661157,0.6694215,0.8595041,0.8016529,0.78099173,0.61157024,0.59504133,0.6570248,0.6818182,0.6404959,0.6652893,0.72727275,0.69008267,0.7066116,0.45867768,0.6322314,0.6487603,0.6280992,0.62396693,0.61570245,0.6198347,0.6280992,0.6322314,0.56198347,0.49173555,0.47107437,0.5082645,0.59090906,0.57024795,0.6322314,0.677686,0.677686,0.6528926,0.5785124,0.5371901,0.44214877,0.48347107,0.6570248,0.7107438,0.74380165,0.73966944,0.62396693,0.72727275,0.8801653,0.90082645,0.8719008,0.8347107,0.8264463,0.7933884,0.73966944,0.677686,0.71900827,0.6859504,0.661157,0.6487603,0.6446281,0.5785124,0.54545456,0.60330576,0.55785125,0.5495868,0.58677685,0.6198347,0.6198347,0.6322314,0.59917355,0.661157,0.6983471,0.71487606,0.70247936,0.6528926,0.6528926,0.6942149,0.69008267,0.69008267,0.7231405,0.71487606,0.7066116,0.56198347,0.73140496,0.70247936,0.62396693,0.61570245,0.61570245,0.60330576,0.61157024,0.5785124,0.49586776,0.4752066,0.4752066,0.48347107,0.5371901,0.4876033,0.42975205,0.48347107,0.5247934,0.49173555,0.5041322,0.58264464,0.58677685,0.5661157,0.5495868,0.5661157,0.6322314,0.6735537,0.56198347,0.7355372,0.8471074,0.88429755,0.8305785,0.7066116,0.70247936,0.6487603,0.8429752,0.822314,0.71487606,0.6942149,0.6652893,0.62396693,0.58264464,0.54545456,0.54545456,0.58677685,0.5413223,0.48347107,0.5165289,0.59917355,0.607438,0.6652893,0.61157024,0.62396693,0.59090906,0.61157024,0.6528926,0.61157024,0.61570245,0.69008267,0.7066116,0.71487606,0.70247936,0.6859504,0.7231405,0.57438016,0.661157,0.6280992,0.6198347,0.6404959,0.61157024,0.59504133,0.59090906,0.57024795,0.4752066,0.446281,0.4752066,0.45867768,0.5247934,0.46694216,0.4214876,0.38429752,0.39256197,0.44214877,0.57024795,0.6487603,0.61157024,0.61157024,0.59917355,0.5661157,0.55785125,0.59504133,0.53305787,0.43801653,0.56198347,0.677686,0.7231405,0.71487606,0.6818182,0.6322314,0.6198347,0.69008267,0.7355372,0.6983471,0.6818182,0.6363636,0.59504133,0.5413223,0.54545456,0.56198347,0.5041322,0.35950413,0.33471075,0.4338843,0.40082645,0.553719,0.553719,0.58264464,0.5661157,0.6198347,0.6280992,0.553719,0.58677685,0.6652893,0.70247936,0.71487606,0.661157,0.6528926,0.74380165,0.6198347,0.607438,0.5661157,0.61570245,0.6652893,0.6404959,0.62396693,0.6322314,0.6198347,0.56198347,0.5082645,0.54545456,0.58264464,0.6487603,0.60330576,0.57438016,0.5247934,0.5082645,0.607438,0.6983471,0.7355372,0.6735537,0.60330576,0.57438016,0.59090906,0.55785125,0.62396693,0.6280992,0.6280992,0.6983471,0.80991733,0.8347107,0.8471074,0.822314,0.7644628,0.61157024,0.6942149,0.75206614,0.7231405,0.71900827,0.6818182,0.59917355,0.5495868,0.62396693,0.677686,0.61157024,0.45454547,0.37190083,0.3966942,0.42975205,0.57024795,0.59090906,0.47107437,0.47107437,0.5661157,0.6487603,0.57438016,0.5495868,0.6404959,0.661157,0.607438,0.5289256,0.5785124,0.59504133,0.6404959,0.6322314,0.5785124,0.58264464,0.6528926,0.69008267,0.6942149,0.7107438,0.6942149,0.6652893,0.61570245,0.59917355,0.59917355,0.661157,0.677686,0.6528926,0.661157,0.6570248,0.7107438,0.73966944,0.72727275,0.6983471,0.6942149,0.6818182,0.661157,0.6198347,0.6652893,0.60330576,0.6487603,0.8016529,0.8677686,0.87603307,0.8801653,0.87603307,0.8471074,0.6404959,0.6487603,0.77272725,0.75206614,0.76033056,0.71900827,0.6735537,0.6570248,0.6735537,0.7066116,0.6652893,0.61570245,0.59504133,0.59504133,0.59504133,0.661157,0.6694215,0.553719,0.57024795,0.58264464,0.661157,0.6322314,0.5785124,0.60330576,0.55785125,0.4752066,0.4876033,0.6198347,0.6652893,0.6446281,0.6446281,0.61157024,0.58264464,0.6198347,0.69008267,0.73140496,0.74793386,0.73140496,0.7107438,0.6735537,0.6570248,0.62396693,0.6570248,0.70247936,0.70247936,0.71900827,0.7231405,0.73966944,0.75206614,0.74793386,0.7355372,0.74380165,0.74793386,0.73140496,0.677686,0.6570248,0.5785124,0.6859504,0.822314,0.87603307,0.87603307,0.87603307,0.8719008,0.8595041,0.7066116,0.61570245,0.78099173,0.78099173,0.7933884,0.78099173,0.77272725,0.75619835,0.73966944,0.74380165,0.73140496,0.73140496,0.75206614,0.71487606,0.6942149,0.7066116,0.677686,0.6280992,0.6652893,0.6942149,0.73140496,0.6983471,0.61157024,0.56198347,0.48347107,0.4876033,0.59090906,0.677686,0.7231405,0.6404959,0.6528926,0.6528926,0.62396693,0.61570245,0.6859504,0.75619835,0.78099173,0.7644628,0.73966944,0.70247936,0.6859504,0.6859504,0.70247936,0.72727275,0.74793386,0.75619835,0.7644628,0.7644628,0.7644628,0.7768595,0.78099173,0.7768595,0.75206614,0.78099173,0.72727275,0.6322314,0.5661157,0.7107438,0.8305785,0.88842976,0.87603307,0.8677686,0.8677686,0.8553719,0.75619835,0.6280992,0.75619835,0.7768595,0.8140496,0.79752064,0.78099173,0.77272725,0.76033056,0.75619835,0.74793386,0.74793386,0.75206614,0.73966944,0.73140496,0.74793386,0.71900827,0.73140496,0.74793386,0.73966944,0.78099173,0.74380165,0.6404959,0.55785125,0.5413223,0.6198347,0.7066116,0.70247936,0.73966944,0.6363636,0.661157,0.6735537,0.6570248,0.6280992,0.69008267,0.76033056,0.7933884,0.78512394,0.76859504,0.75619835,0.73140496,0.7355372,0.73140496,0.7107438,0.71900827,0.72727275,0.74793386,0.76859504,0.78512394,0.8057851,0.80991733,0.7933884,0.74793386,0.78512394,0.7892562,0.6487603,0.58677685,0.7066116,0.8305785,0.89669424,0.8719008,0.8553719,0.8677686,0.8595041,0.78512394,0.6363636,0.6652893,0.822314,0.8429752,0.8140496,0.80991733,0.78512394,0.77272725,0.7644628,0.74380165,0.73140496,0.73140496,0.7355372,0.7355372,0.75206614,0.73140496,0.76859504,0.7892562,0.76033056,0.8016529,0.7768595,0.70247936,0.6446281,0.6735537,0.7231405,0.74380165,0.71487606,0.74380165,0.6322314,0.6570248,0.6859504,0.6818182,0.6446281,0.6859504,0.74793386,0.78512394,0.7892562,0.7768595,0.7892562,0.77272725,0.7892562,0.8016529,0.7768595,0.76859504,0.7768595,0.78099173,0.79752064,0.80991733,0.8057851,0.8057851,0.8057851,0.7231405,0.6942149,0.73966944,0.6528926,0.6322314,0.71487606,0.8264463,0.90495867,0.87603307,0.8512397,0.8719008,0.8512397,0.7892562,0.6818182,0.56198347,0.72727275,0.8140496,0.8140496,0.8305785,0.8140496,0.80991733,0.80991733,0.8016529,0.7768595,0.76859504,0.76033056,0.76033056,0.7768595,0.7644628,0.76859504,0.79752064,0.7933884,0.80991733,0.8057851,0.75619835,0.72727275,0.76033056,0.76859504,0.74380165,0.7231405,0.74793386,0.62396693,0.6570248,0.677686,0.6942149,0.677686,0.69008267,0.7231405,0.7644628,0.77272725,0.78512394,0.7933884,0.7892562,0.80991733,0.822314,0.80991733,0.8057851,0.80991733,0.80991733,0.8140496,0.8181818,0.80991733,0.8181818,0.8181818,0.7355372,0.6859504,0.661157,0.6404959,0.661157,0.7231405,0.8140496,0.90082645,0.88429755,0.8595041,0.8677686,0.8347107,0.7892562,0.7355372,0.6363636,0.607438,0.73140496,0.822314,0.8471074,0.8347107,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.80991733,0.8057851,0.80991733,0.8057851,0.79752064,0.80991733,0.8016529,0.80991733,0.80991733,0.77272725,0.74380165,0.78512394,0.7892562,0.72727275,0.71900827,0.75206614,0.61570245,0.6570248,0.661157,0.70247936,0.70247936,0.6859504,0.6983471,0.74380165,0.76859504,0.8016529,0.80991733,0.8181818,0.822314,0.822314,0.8264463,0.8181818,0.8181818,0.8264463,0.822314,0.822314,0.8181818,0.822314,0.80991733,0.73140496,0.6942149,0.6652893,0.677686,0.6859504,0.73140496,0.8057851,0.8801653,0.8801653,0.8595041,0.8553719,0.8347107,0.80991733,0.78512394,0.74793386,0.6818182,0.6818182,0.77272725,0.8512397,0.8512397,0.8347107,0.8347107,0.838843,0.838843,0.8347107,0.8305785,0.838843,0.8305785,0.8305785,0.80991733,0.8140496,0.8140496,0.8181818,0.80991733,0.7768595,0.7355372,0.78512394,0.7768595,0.70247936,0.73140496,0.74793386,0.607438,0.661157,0.6570248,0.75619835,0.77272725,0.69008267,0.69008267,0.73966944,0.7892562,0.8140496,0.8305785,0.8347107,0.8305785,0.822314,0.822314,0.8181818,0.822314,0.8347107,0.8264463,0.8140496,0.80991733,0.7933884,0.74793386,0.6818182,0.677686,0.70247936,0.7066116,0.7107438,0.75206614,0.80991733,0.8677686,0.8636364,0.8636364,0.838843,0.8471074,0.838843,0.8181818,0.78512394,0.75206614,0.69008267,0.6983471,0.8140496,0.8512397,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.8264463,0.8347107,0.8305785,0.8347107,0.822314,0.80991733,0.8181818,0.80991733,0.80991733,0.76859504,0.7231405,0.78099173,0.75619835,0.6983471,0.75619835,0.74380165,0.59917355,0.6404959,0.6570248,0.7066116,0.7355372,0.6983471,0.71487606,0.75206614,0.7933884,0.8181818,0.838843,0.838843,0.8347107,0.822314,0.8181818,0.8264463,0.8305785,0.8347107,0.8264463,0.80991733,0.79752064,0.73140496,0.661157,0.6446281,0.6859504,0.7107438,0.70247936,0.75206614,0.8057851,0.8264463,0.8429752,0.8553719,0.8595041,0.8347107,0.8471074,0.8636364,0.822314,0.78512394,0.76859504,0.73140496,0.677686,0.71487606,0.8140496,0.8429752,0.838843,0.8347107,0.8347107,0.8429752,0.8305785,0.8347107,0.8305785,0.8305785,0.838843,0.838843,0.822314,0.8140496,0.8057851,0.75619835,0.7231405,0.75619835,0.7231405,0.75206614,0.7644628,0.73140496,0.58677685,0.6322314,0.6652893,0.6942149,0.7066116,0.6652893,0.6942149,0.75206614,0.79752064,0.8181818,0.838843,0.8429752,0.8347107,0.8264463,0.822314,0.8264463,0.8347107,0.8264463,0.8264463,0.79752064,0.7355372,0.7066116,0.677686,0.6528926,0.677686,0.677686,0.7107438,0.78512394,0.8140496,0.838843,0.8471074,0.8471074,0.8595041,0.8429752,0.8471074,0.8595041,0.8016529,0.7644628,0.75206614,0.76859504,0.71487606,0.6404959,0.7107438,0.822314,0.8429752,0.838843,0.8347107,0.838843,0.8347107,0.8305785,0.838843,0.838843,0.8471074,0.8429752,0.8181818,0.8181818,0.8057851,0.7768595,0.76859504,0.74793386,0.75619835,0.78099173,0.76033056,0.7231405,0.57024795,0.6280992,0.661157,0.6859504,0.6942149,0.6983471,0.6942149,0.71900827,0.74380165,0.73966944,0.7768595,0.8016529,0.8181818,0.8264463,0.838843,0.8512397,0.8553719,0.8181818,0.76033056,0.7107438,0.7231405,0.7355372,0.677686,0.6735537,0.6818182,0.6652893,0.7231405,0.78512394,0.8057851,0.8347107,0.8553719,0.8553719,0.8595041,0.8471074,0.838843,0.8347107,0.7892562,0.75206614,0.7355372,0.76033056,0.74380165,0.6983471,0.6446281,0.6942149,0.80991733,0.8553719,0.8429752,0.8429752,0.8347107,0.8305785,0.8512397,0.8553719,0.8471074,0.8471074,0.8140496,0.8016529,0.7644628,0.74793386,0.7644628,0.78099173,0.78099173,0.7768595,0.74793386,0.7107438,0.55785125,0.6198347,0.6487603,0.661157,0.6735537,0.6818182,0.677686,0.70247936,0.71487606,0.72727275,0.71487606,0.71900827,0.71900827,0.6818182,0.6735537,0.6983471,0.71900827,0.71900827,0.7107438,0.74793386,0.76859504,0.7066116,0.6694215,0.7355372,0.7066116,0.6818182,0.73966944,0.7892562,0.8057851,0.8429752,0.892562,0.8801653,0.8636364,0.8512397,0.838843,0.8181818,0.78099173,0.76033056,0.77272725,0.8016529,0.74793386,0.74380165,0.7231405,0.62396693,0.6446281,0.8181818,0.87603307,0.8140496,0.7933884,0.7892562,0.7892562,0.7768595,0.76033056,0.71487606,0.69008267,0.71487606,0.73966944,0.7644628,0.8057851,0.8016529,0.7768595,0.7644628,0.7355372,0.70247936,0.5495868,0.61157024,0.6446281,0.6528926,0.6735537,0.69008267,0.6859504,0.6983471,0.70247936,0.6983471,0.7231405,0.72727275,0.74380165,0.72727275,0.74380165,0.74380165,0.74380165,0.7644628,0.77272725,0.77272725,0.73140496,0.6487603,0.6859504,0.74793386,0.6942149,0.6942149,0.74793386,0.78512394,0.80991733,0.8512397,0.89669424,0.892562,0.88842976,0.8801653,0.838843,0.8016529,0.78099173,0.76859504,0.7644628,0.8057851,0.7768595,0.74380165,0.77272725,0.7231405,0.6280992,0.6322314,0.6818182,0.6528926,0.6528926,0.6735537,0.7066116,0.7231405,0.73966944,0.7355372,0.71487606,0.7644628,0.7933884,0.8057851,0.8140496,0.78099173,0.77272725,0.7644628,0.73140496,0.69008267,0.5495868,0.60330576,0.6322314,0.6528926,0.677686,0.7066116,0.71900827,0.7231405,0.71487606,0.7231405,0.73966944,0.75206614,0.75619835,0.76859504,0.78512394,0.78099173,0.7768595,0.77272725,0.76859504,0.75206614,0.6652893,0.59917355,0.677686,0.7107438,0.661157,0.6694215,0.7231405,0.7644628,0.79752064,0.838843,0.8595041,0.87603307,0.88842976,0.8677686,0.8305785,0.8016529,0.77272725,0.74793386,0.74793386,0.76033056,0.75619835,0.72727275,0.76033056,0.8057851,0.8057851,0.7892562,0.7892562,0.7933884,0.7933884,0.8057851,0.80991733,0.8181818,0.8140496,0.8057851,0.79752064,0.8057851,0.8016529,0.822314,0.8057851,0.7644628,0.7644628,0.75206614,0.7231405,0.6818182,0.55785125,0.59090906,0.6198347,0.6446281,0.677686,0.70247936,0.73140496,0.7355372,0.7355372,0.75206614,0.76033056,0.75619835,0.7933884,0.8057851,0.8057851,0.8140496,0.8016529,0.7768595,0.76033056,0.7355372,0.6694215,0.6198347,0.61157024,0.6280992,0.59917355,0.607438,0.6570248,0.69008267,0.73966944,0.7892562,0.80991733,0.822314,0.8140496,0.78099173,0.78099173,0.75619835,0.75206614,0.7231405,0.6983471,0.71487606,0.71900827,0.73140496,0.7892562,0.8140496,0.8057851,0.7892562,0.7933884,0.79752064,0.8057851,0.822314,0.8305785,0.80991733,0.822314,0.80991733,0.8057851,0.8016529,0.79752064,0.8016529,0.7892562,0.75619835,0.74380165,0.7355372,0.71487606,0.6694215,0.553719,0.58264464,0.6198347,0.6404959,0.677686,0.6942149,0.71900827,0.74793386,0.7644628,0.76859504,0.78512394,0.7933884,0.8016529,0.8264463,0.8181818,0.8057851,0.7892562,0.77272725,0.77272725,0.76033056,0.7107438,0.6652893,0.58264464,0.5,0.4752066,0.5,0.5495868,0.56198347,0.59504133,0.6818182,0.73140496,0.75206614,0.73140496,0.6983471,0.6942149,0.677686,0.677686,0.6198347,0.5661157,0.61570245,0.6818182,0.76033056,0.8181818,0.838843,0.822314,0.8016529,0.8016529,0.80991733,0.8140496,0.8264463,0.822314,0.8016529,0.7892562,0.8016529,0.7892562,0.77272725,0.7933884,0.79752064,0.7768595,0.75206614,0.7355372,0.7107438,0.6983471,0.661157,0.5661157,0.5661157,0.61570245,0.62396693,0.6528926,0.6859504,0.7066116,0.7231405,0.75206614,0.75206614,0.7768595,0.7933884,0.8016529,0.8057851,0.8140496,0.7892562,0.8016529,0.8140496,0.8181818,0.79752064,0.73966944,0.6983471,0.61157024,0.45454547,0.35950413,0.3264463,0.37603307,0.45454547,0.5041322,0.54545456,0.62396693,0.6694215,0.661157,0.6363636,0.6322314,0.59090906,0.5661157,0.54545456,0.5165289,0.58264464,0.7231405,0.7892562,0.80991733,0.8347107,0.8471074,0.8305785,0.8181818,0.80991733,0.8181818,0.8264463,0.838843,0.8181818,0.8057851,0.79752064,0.78512394,0.76033056,0.7892562,0.7768595,0.7644628,0.7355372,0.71900827,0.71900827,0.70247936,0.661157,0.5495868,0.55785125,0.60330576,0.62396693,0.6404959,0.6570248,0.6942149,0.70247936,0.7355372,0.7644628,0.7644628,0.7768595,0.7933884,0.79752064,0.7933884,0.79752064,0.822314,0.8347107,0.8305785,0.80991733,0.7768595,0.73966944,0.6942149,0.57438016,0.43801653,0.38429752,0.34710744,0.3677686,0.38016528,0.45454547,0.5413223,0.58677685,0.607438,0.59090906,0.55785125,0.59917355,0.6404959,0.6528926,0.69008267,0.71900827,0.76033056,0.7892562,0.8016529,0.822314,0.8429752,0.8429752,0.8264463,0.8140496,0.8181818,0.822314,0.8264463,0.8305785,0.80991733,0.8057851,0.7768595,0.77272725,0.77272725,0.76033056,0.74793386,0.72727275,0.71900827,0.71487606,0.6818182,0.6487603,0.5041322,0.56198347,0.59917355,0.6198347,0.6322314,0.6446281,0.6694215,0.6983471,0.7355372,0.74380165,0.75206614,0.77272725,0.77272725,0.7892562,0.8016529,0.80991733,0.8305785,0.822314,0.8140496,0.8016529,0.78099173,0.76859504,0.75619835,0.7107438,0.6322314,0.53305787,0.45867768,0.42975205,0.40495867,0.3966942,0.45041323,0.5289256,0.5661157,0.58264464,0.6528926,0.6983471,0.7066116,0.71900827,0.74793386,0.74793386,0.75619835,0.77272725,0.7892562,0.8140496,0.8347107,0.8471074,0.8347107,0.8347107,0.8264463,0.822314,0.822314,0.8264463,0.8140496,0.8016529,0.7892562,0.76859504,0.77272725,0.75619835,0.7355372,0.7231405,0.7107438,0.70247936,0.6694215,0.6487603,0.4876033,0.55785125,0.59090906,0.6198347,0.6280992,0.6363636,0.661157,0.69008267,0.71900827,0.7355372,0.75206614,0.76859504,0.78099173,0.79752064,0.80991733,0.8264463,0.8305785,0.8016529,0.7933884,0.7892562,0.78099173,0.78512394,0.78512394,0.78099173,0.76033056,0.7066116,0.6280992,0.5661157,0.5289256,0.5082645,0.5206612,0.60330576,0.6528926,0.6652893,0.72727275,0.74380165,0.75619835,0.74380165,0.74380165,0.75619835,0.7644628,0.77272725,0.78512394,0.8057851,0.8264463,0.8429752,0.8512397,0.8429752,0.8305785,0.8305785,0.8305785,0.8181818,0.8181818,0.8057851,0.79752064,0.76859504,0.76859504,0.74793386,0.73140496,0.71487606,0.71487606,0.6983471,0.6694215,0.6487603,0.47107437,0.5413223,0.58264464,0.61570245,0.62396693,0.6363636,0.661157,0.6818182,0.6983471,0.72727275,0.75206614,0.76859504,0.78512394,0.7892562,0.79752064,0.822314,0.8181818,0.7933884,0.7768595,0.78099173,0.7768595,0.78099173,0.78099173,0.7892562,0.7892562,0.7768595,0.75619835,0.72727275,0.7107438,0.6942149,0.6983471,0.72727275,0.72727275,0.7107438,0.75619835,0.77272725,0.7644628,0.75206614,0.75206614,0.7644628,0.7644628,0.7768595,0.7933884,0.80991733,0.8181818,0.8429752,0.8512397,0.8429752,0.8264463,0.8305785,0.8347107,0.8181818,0.8140496,0.80991733,0.78512394,0.77272725,0.76033056,0.73966944,0.7231405,0.7107438,0.7066116,0.6859504,0.661157,0.6487603,0.45867768,0.5289256,0.57024795,0.60330576,0.6322314,0.6446281,0.661157,0.6818182,0.6942149,0.72727275,0.72727275,0.76033056,0.78099173,0.7644628,0.76859504,0.7892562,0.8016529,0.78099173,0.7644628,0.7644628,0.77272725,0.78099173,0.7768595,0.78099173,0.78512394,0.7933884,0.7933884,0.8057851,0.80991733,0.78099173,0.76859504,0.74380165,0.72727275,0.73140496,0.75206614,0.7768595,0.76859504,0.76033056,0.7644628,0.7768595,0.77272725,0.78099173,0.7933884,0.8057851,0.80991733,0.8264463,0.8305785,0.8305785,0.822314,0.822314,0.8264463,0.8181818,0.8057851,0.79752064,0.77272725,0.77272725,0.75206614,0.73966944,0.72727275,0.70247936,0.69008267,0.6694215,0.6570248,0.6487603,0.45041323,0.5165289,0.55785125,0.59504133,0.6322314,0.6487603,0.6735537,0.6859504,0.70247936,0.7231405,0.7107438,0.73966944,0.7644628,0.73966944,0.74793386,0.75619835,0.76033056,0.74380165,0.72727275,0.72727275,0.75206614,0.76859504,0.7768595,0.78512394,0.7933884,0.8057851,0.8016529,0.8181818,0.838843,0.8264463,0.79752064,0.7644628,0.73966944,0.7355372,0.75619835,0.7892562,0.7892562,0.78512394,0.78512394,0.78512394,0.7768595,0.77272725,0.78512394,0.78099173,0.78512394,0.78512394,0.79752064,0.8140496,0.80991733,0.8057851,0.8057851,0.8057851,0.7933884,0.7892562,0.77272725,0.7768595,0.74793386,0.73140496,0.7107438,0.6859504,0.6735537,0.6694215,0.6570248,0.6404959,0.43801653,0.5,0.553719,0.57438016,0.61157024,0.6404959,0.677686,0.6942149,0.7107438,0.7231405,0.71900827,0.71487606,0.73966944,0.73966944,0.7355372,0.73140496,0.72727275,0.70247936,0.677686,0.6735537,0.7107438,0.7355372,0.73966944,0.73140496,0.73140496,0.73966944,0.73966944,0.75619835,0.77272725,0.7768595,0.7892562,0.78099173,0.74380165,0.7355372,0.73140496,0.75619835,0.75619835,0.7644628,0.77272725,0.78512394,0.7768595,0.76859504,0.77272725,0.76033056,0.74793386,0.75206614,0.7768595,0.8016529,0.80991733,0.80991733,0.8016529,0.7892562,0.7768595,0.7892562,0.76859504,0.76859504,0.7355372,0.71900827,0.6983471,0.677686,0.6735537,0.6694215,0.6528926,0.6404959,0.4338843,0.4752066,0.5413223,0.56198347,0.58264464,0.61570245,0.6652893,0.6983471,0.7066116,0.73140496,0.72727275,0.7107438,0.71900827,0.74380165,0.73966944,0.7107438,0.69008267,0.6322314,0.553719,0.53305787,0.59504133,0.6322314,0.61570245,0.59504133,0.607438,0.6322314,0.6446281,0.6694215,0.6694215,0.661157,0.6859504,0.7107438,0.6735537,0.6735537,0.6652893,0.677686,0.6818182,0.6818182,0.69008267,0.7066116,0.71487606,0.71900827,0.72727275,0.7107438,0.6818182,0.6818182,0.71487606,0.75619835,0.8016529,0.80991733,0.7933884,0.78099173,0.76033056,0.7768595,0.7644628,0.75619835,0.7355372,0.71900827,0.6942149,0.677686,0.677686,0.6694215,0.6487603,0.6363636,0.44214877,0.45867768,0.5165289,0.5495868,0.57438016,0.59917355,0.6404959,0.6859504,0.70247936,0.72727275,0.7355372,0.7066116,0.70247936,0.7355372,0.75206614,0.72727275,0.6983471,0.6198347,0.4876033,0.4214876,0.446281,0.47107437,0.46694216,0.46280992,0.47933885,0.5082645,0.54545456,0.59504133,0.59504133,0.58677685,0.58264464,0.607438,0.58677685,0.59504133,0.59917355,0.607438,0.607438,0.59090906,0.58264464,0.57024795,0.57438016,0.58264464,0.59504133,0.59917355,0.57438016,0.55785125,0.607438,0.6983471,0.7768595,0.79752064,0.78099173,0.7644628,0.73966944,0.76859504,0.76033056,0.75206614,0.73140496,0.71487606,0.69008267,0.6818182,0.6735537,0.6652893,0.6446281,0.6198347,0.45041323,0.446281,0.49586776,0.5413223,0.5661157,0.59090906,0.6198347,0.661157,0.69008267,0.7231405,0.74380165,0.7107438,0.71900827,0.73966944,0.7644628,0.76033056,0.75619835,0.7107438,0.6404959,0.59917355,0.553719,0.5413223,0.5413223,0.5371901,0.55785125,0.56198347,0.5785124,0.61570245,0.607438,0.607438,0.61570245,0.60330576,0.59917355,0.61157024,0.58264464,0.58264464,0.59090906,0.58677685,0.59504133,0.58677685,0.57438016,0.57438016,0.5785124,0.59504133,0.61570245,0.607438,0.6280992,0.6983471,0.7644628,0.78099173,0.7768595,0.75619835,0.73966944,0.76033056,0.75206614,0.74380165,0.7231405,0.71487606,0.69008267,0.69008267,0.6735537,0.6652893,0.6487603,0.607438,0.45041323,0.44214877,0.46694216,0.5289256,0.55785125,0.57024795,0.58677685,0.6446281,0.6652893,0.71487606,0.74793386,0.73140496,0.72727275,0.75206614,0.76033056,0.76859504,0.7892562,0.77272725,0.76859504,0.75206614,0.6942149,0.661157,0.661157,0.6652893,0.677686,0.6694215,0.6859504,0.73966944,0.74380165,0.73966944,0.74380165,0.7231405,0.71487606,0.73140496,0.7107438,0.7066116,0.70247936,0.69008267,0.6859504,0.6942149,0.6818182,0.6735537,0.6652893,0.6818182,0.73140496,0.74793386,0.73966944,0.75619835,0.78099173,0.78512394,0.77272725,0.74793386,0.75206614,0.7644628,0.73966944,0.7231405,0.71487606,0.6983471,0.69008267,0.69008267,0.6735537,0.6652893,0.6363636,0.5785124,0.446281,0.44214877,0.4338843,0.5,0.54545456,0.56198347,0.5661157,0.61570245,0.6528926,0.677686,0.72727275,0.74380165,0.7355372,0.7355372,0.75619835,0.77272725,0.7933884,0.7892562,0.7892562,0.78099173,0.73966944,0.6942149,0.6694215,0.6652893,0.6735537,0.6735537,0.677686,0.7231405,0.74793386,0.75206614,0.76859504,0.76859504,0.75206614,0.76859504,0.7768595,0.76859504,0.74793386,0.73140496,0.7231405,0.7231405,0.71900827,0.7107438,0.71900827,0.74793386,0.7768595,0.79752064,0.8057851,0.7892562,0.7892562,0.78512394,0.77272725,0.73140496,0.76033056,0.75619835,0.73140496,0.71900827,0.7066116,0.6859504,0.6818182,0.6694215,0.661157,0.6487603,0.61570245,0.54545456,0.45041323,0.446281,0.42561984,0.46694216,0.5247934,0.5495868,0.5661157,0.59504133,0.6322314,0.6528926,0.6942149,0.7231405,0.73966944,0.7231405,0.74380165,0.7644628,0.78512394,0.7933884,0.7933884,0.79752064,0.76859504,0.73140496,0.6983471,0.6818182,0.661157,0.6528926,0.6570248,0.677686,0.6859504,0.6983471,0.7066116,0.72727275,0.71900827,0.73140496,0.73140496,0.73140496,0.7231405,0.71900827,0.72727275,0.73140496,0.74793386,0.75619835,0.76033056,0.77272725,0.7933884,0.80991733,0.8264463,0.8140496,0.8016529,0.7933884,0.77272725,0.74793386,0.75619835,0.74380165,0.7231405,0.7231405,0.6983471,0.677686,0.677686,0.6652893,0.6528926,0.62396693,0.58677685,0.5247934,0.45041323,0.446281,0.45041323,0.4338843,0.49586776,0.53305787,0.553719,0.57024795,0.61157024,0.6404959,0.661157,0.7107438,0.7107438,0.73140496,0.72727275,0.75619835,0.7768595,0.7933884,0.7892562,0.7892562,0.77272725,0.74380165,0.7231405,0.71487606,0.6942149,0.661157,0.6446281,0.6322314,0.6198347,0.61157024,0.60330576,0.6280992,0.6280992,0.6487603,0.6652893,0.6942149,0.7066116,0.71487606,0.73140496,0.75619835,0.78099173,0.7768595,0.77272725,0.7768595,0.7933884,0.8181818,0.822314,0.8181818,0.79752064,0.78512394,0.75206614,0.76033056,0.75206614,0.73140496,0.7107438,0.7107438,0.6942149,0.6694215,0.6818182,0.661157,0.6322314,0.59917355,0.553719,0.5123967,0.446281,0.45041323,0.446281,0.4214876,0.5,0.5165289,0.5289256,0.553719,0.58264464,0.62396693,0.6487603,0.6818182,0.6818182,0.71487606,0.71487606,0.74380165,0.75619835,0.7644628,0.78099173,0.7768595,0.76859504,0.75206614,0.73966944,0.73966944,0.72727275,0.70247936,0.6818182,0.6652893,0.6487603,0.6446281,0.6280992,0.60330576,0.59504133,0.607438,0.6280992,0.6694215,0.69008267,0.71900827,0.74380165,0.76859504,0.7768595,0.7768595,0.7768595,0.78099173,0.79752064,0.8140496,0.80991733,0.80991733,0.78512394,0.75619835,0.73966944,0.74793386,0.7231405,0.71900827,0.70247936,0.6942149,0.6818182,0.6694215,0.6652893,0.6528926,0.6198347,0.5661157,0.5123967,0.5082645,0.446281,0.446281,0.44214877,0.4090909,0.5206612,0.553719,0.49586776,0.5289256,0.56198347,0.59090906,0.6198347,0.6570248,0.6652893,0.6859504,0.6942149,0.71487606,0.72727275,0.73966944,0.75619835,0.75206614,0.74793386,0.75206614,0.73966944,0.73140496,0.74793386,0.73966944,0.71900827,0.7107438,0.7107438,0.7066116,0.70247936,0.70247936,0.6694215,0.6570248,0.6983471,0.70247936,0.72727275,0.73140496,0.74793386,0.7644628,0.7644628,0.77272725,0.7768595,0.7768595,0.7892562,0.7933884,0.7933884,0.78512394,0.7768595,0.74380165,0.73140496,0.71900827,0.7066116,0.71487606,0.6859504,0.6859504,0.6735537,0.6652893,0.6446281,0.6280992,0.58677685,0.54545456,0.49173555,0.5082645,0.446281,0.446281,0.45041323,0.40495867,0.5206612,0.6198347,0.5289256,0.5041322,0.5371901,0.5661157,0.59090906,0.6322314,0.6528926,0.6694215,0.6652893,0.6859504,0.70247936,0.7231405,0.73966944,0.74793386,0.7355372,0.73966944,0.74793386,0.7355372,0.75206614,0.74793386,0.74380165,0.75206614,0.7355372,0.73966944,0.72727275,0.75206614,0.7231405,0.73966944,0.74793386,0.75619835,0.76859504,0.75619835,0.76859504,0.77272725,0.76859504,0.77272725,0.76859504,0.77272725,0.78512394,0.78099173,0.76859504,0.7644628,0.76033056,0.73140496,0.71900827,0.71900827,0.7066116,0.70247936,0.6735537,0.677686,0.661157,0.6446281,0.6198347,0.58264464,0.5785124,0.56198347,0.49173555,0.5082645,0.44214877,0.446281,0.41322315,0.45041323,0.607438,0.6528926,0.60330576,0.5082645,0.5082645,0.5413223,0.56198347,0.60330576,0.6198347,0.6404959,0.661157,0.677686,0.6735537,0.6859504,0.7231405,0.74380165,0.74380165,0.73966944,0.74793386,0.74793386,0.76033056,0.75206614,0.7644628,0.76859504,0.77272725,0.78099173,0.7933884,0.7892562,0.8016529,0.7933884,0.76859504,0.78099173,0.7933884,0.78099173,0.78512394,0.7768595,0.7644628,0.7644628,0.76033056,0.7644628,0.78512394,0.78099173,0.76033056,0.7355372,0.74380165,0.71900827,0.7107438,0.71900827,0.6942149,0.69008267,0.661157,0.6818182,0.6404959,0.62396693,0.59504133,0.5661157,0.6198347,0.553719,0.48347107,0.5082645,0.43801653,0.446281,0.3429752,0.59090906,0.7644628,0.6363636,0.6280992,0.57438016,0.5,0.5165289,0.5413223,0.5661157,0.59090906,0.60330576,0.6322314,0.661157,0.6694215,0.6859504,0.7107438,0.7231405,0.73966944,0.74793386,0.75206614,0.76033056,0.7768595,0.79752064,0.8140496,0.8264463,0.8347107,0.8264463,0.8553719,0.8429752,0.8512397,0.8429752,0.8429752,0.8305785,0.822314,0.8057851,0.8057851,0.79752064,0.7892562,0.7892562,0.7768595,0.7768595,0.7768595,0.77272725,0.74793386,0.7231405,0.7107438,0.6942149,0.6983471,0.6983471,0.6735537,0.677686,0.6446281,0.6487603,0.6404959,0.59090906,0.5495868,0.62396693,0.6446281,0.5289256,0.49173555,0.5041322,0.44214877,0.3966942,0.40495867,0.76859504,0.8140496,0.6198347,0.61570245,0.607438,0.54545456,0.5082645,0.5123967,0.5371901,0.5495868,0.59090906,0.607438,0.6404959,0.661157,0.6652893,0.70247936,0.71487606,0.7355372,0.75206614,0.77272725,0.78099173,0.8016529,0.8264463,0.8347107,0.8347107,0.838843,0.838843,0.8595041,0.838843,0.8429752,0.8636364,0.8512397,0.8636364,0.8553719,0.8429752,0.8429752,0.8305785,0.8057851,0.79752064,0.7892562,0.78512394,0.77272725,0.75206614,0.7355372,0.7231405,0.7066116,0.69008267,0.6942149,0.6859504,0.6694215,0.6528926,0.6280992,0.62396693,0.60330576,0.55785125,0.59917355,0.661157,0.6404959,0.53305787,0.49173555,0.5,0.4338843,0.3553719,0.5661157,0.88429755,0.8016529,0.61157024,0.6280992,0.6198347,0.5661157,0.5165289,0.5123967,0.5123967,0.5289256,0.56198347,0.57024795,0.607438,0.6322314,0.6363636,0.6694215,0.6942149,0.70247936,0.73140496,0.77272725,0.7892562,0.8016529,0.822314,0.8305785,0.8347107,0.8305785,0.838843,0.8595041,0.8429752,0.8429752,0.8553719,0.8636364,0.8636364,0.8595041,0.8553719,0.8595041,0.8471074,0.80991733,0.7892562,0.7933884,0.78099173,0.75619835,0.73140496,0.71900827,0.71487606,0.69008267,0.677686,0.677686,0.6735537,0.6446281,0.6280992,0.607438,0.59504133,0.55785125,0.58677685,0.6652893,0.6694215,0.6404959,0.553719,0.49173555,0.49586776,0.38429752,0.4338843,0.7355372,0.92561984,0.77272725,0.61570245,0.6404959,0.6198347,0.59090906,0.5247934,0.5,0.5206612,0.5247934,0.54545456,0.53305787,0.5661157,0.607438,0.6280992,0.6528926,0.6652893,0.6735537,0.6942149,0.73140496,0.75619835,0.77272725,0.7933884,0.8057851,0.8264463,0.8347107,0.8347107,0.8595041,0.8429752,0.8429752,0.8595041,0.8595041,0.8595041,0.8553719,0.8471074,0.838843,0.8305785,0.8057851,0.78512394,0.76859504,0.74793386,0.73140496,0.71487606,0.7107438,0.70247936,0.6735537,0.6652893,0.6446281,0.6446281,0.61570245,0.60330576,0.5785124,0.553719,0.58677685,0.6528926,0.6818182,0.6528926,0.6487603,0.62396693,0.46694216,0.4876033,0.37190083,0.5785124,0.8471074,0.9214876,0.74380165,0.61157024,0.6363636,0.62396693,0.61157024,0.55785125,0.48347107,0.5,0.5289256,0.5413223,0.5413223,0.5289256,0.56198347,0.59090906,0.6198347,0.6404959,0.6570248,0.677686,0.7107438,0.72727275,0.73966944,0.77272725,0.78512394,0.79752064,0.80991733,0.8181818,0.838843,0.822314,0.8264463,0.8347107,0.8429752,0.8429752,0.8429752,0.8181818,0.8057851,0.79752064,0.78099173,0.7644628,0.74380165,0.72727275,0.71487606,0.7066116,0.6983471,0.6818182,0.6570248,0.6363636,0.61157024,0.61157024,0.59090906,0.55785125,0.5371901,0.57438016,0.6363636,0.6652893,0.6859504,0.6280992,0.6487603,0.7644628,0.5,0.46280992,0.4338843,0.73966944,0.88429755,0.9214876,0.7355372,0.6198347,0.6363636,0.6322314,0.62396693,0.57438016,0.5289256,0.47933885,0.47107437,0.5413223,0.5371901,0.53305787,0.5371901,0.5413223,0.5785124,0.61157024,0.6322314,0.661157,0.6818182,0.6942149,0.7066116,0.7355372,0.76859504,0.76033056,0.76859504,0.78512394,0.80991733,0.7892562,0.7933884,0.8016529,0.80991733,0.80991733,0.8140496,0.78512394,0.7768595,0.7768595,0.74793386,0.73140496,0.71487606,0.7107438,0.7066116,0.6859504,0.677686,0.6570248,0.6280992,0.6198347,0.58677685,0.59917355,0.5495868,0.5289256,0.5495868,0.6446281,0.661157,0.6694215,0.6859504,0.62396693,0.6446281,0.8553719,0.59917355,0.4338843,0.5785124,0.8429752,0.88842976,0.92561984,0.74793386,0.62396693,0.6404959,0.6404959,0.6198347,0.60330576,0.54545456,0.5206612,0.44214877,0.49586776,0.53305787,0.54545456,0.5413223,0.5247934,0.5371901,0.5785124,0.59504133,0.62396693,0.6487603,0.6528926,0.6735537,0.6983471,0.72727275,0.7355372,0.72727275,0.73966944,0.76859504,0.75619835,0.75206614,0.75619835,0.7644628,0.77272725,0.7768595,0.75619835,0.75206614,0.73966944,0.7066116,0.6942149,0.69008267,0.6818182,0.677686,0.6528926,0.6487603,0.62396693,0.59504133,0.58264464,0.55785125,0.54545456,0.5206612,0.553719,0.62396693,0.6694215,0.6735537,0.69008267,0.69008267,0.62396693,0.6446281,0.90909094,0.73140496,0.47107437,0.76033056,0.8677686,0.8801653,0.92975205,0.76859504,0.6404959,0.6404959,0.6487603,0.6322314,0.60330576,0.57024795,0.53305787,0.4752066,0.46694216,0.5041322,0.5247934,0.54545456,0.5371901,0.5371901,0.5413223,0.553719,0.57438016,0.59917355,0.607438,0.6322314,0.661157,0.6735537,0.7066116,0.6942149,0.7107438,0.71487606,0.7107438,0.7066116,0.6983471,0.6983471,0.71900827,0.72727275,0.71487606,0.7107438,0.6942149,0.6694215,0.6652893,0.6735537,0.6652893,0.6487603,0.62396693,0.60330576,0.57438016,0.553719,0.54545456,0.5165289,0.5413223,0.5495868,0.6198347,0.6570248,0.6694215,0.6818182,0.6942149,0.6942149,0.6322314,0.6528926,0.90909094,0.838843,0.57438016,0.838843,0.8719008,0.88429755,0.92975205,0.8016529,0.6487603,0.6363636,0.6446281,0.6487603,0.61570245,0.58677685,0.553719,0.5165289,0.46694216,0.47933885,0.4876033,0.53305787,0.5413223,0.5413223,0.5371901,0.5289256,0.5371901,0.553719,0.56198347,0.57438016,0.59917355,0.6198347,0.6528926,0.661157,0.6735537,0.677686,0.6652893,0.6652893,0.6446281,0.6528926,0.6735537,0.6694215,0.6735537,0.6735537,0.6652893,0.6363636,0.6322314,0.6363636,0.6363636,0.61570245,0.59090906,0.56198347,0.53305787,0.5289256,0.5413223,0.53305787,0.5661157,0.60330576,0.6570248,0.677686,0.6818182,0.6942149,0.7066116,0.69008267,0.6446281,0.6570248,0.90082645,0.8801653,0.7107438,0.8512397,0.8801653,0.88842976,0.92561984,0.838843,0.6363636,0.6446281,0.6446281,0.6487603,0.62396693,0.61157024,0.5785124,0.53305787,0.4876033,0.4752066,0.47933885,0.5041322,0.5289256,0.53305787,0.5371901,0.5289256,0.5289256,0.5289256,0.5206612,0.5206612,0.5413223,0.5661157,0.59504133,0.59917355,0.61570245,0.6280992,0.61570245,0.6198347,0.607438,0.60330576,0.6198347,0.61570245,0.6280992,0.62396693,0.61570245,0.607438,0.60330576,0.59917355,0.59090906,0.56198347,0.5413223,0.5289256,0.53305787,0.5371901,0.56198347,0.57024795,0.607438,0.6404959,0.6735537,0.70247936,0.6942149,0.70247936,0.71487606,0.6942149,0.6528926,0.6735537,0.91735536,0.8801653,0.8016529,0.8636364,0.892562,0.89669424,0.91735536,0.89669424,0.6280992,0.6487603,0.6570248,0.6528926,0.6363636,0.6280992,0.59504133,0.553719,0.5206612,0.48347107,0.49173555,0.49586776,0.5123967,0.5206612,0.5289256,0.53305787,0.5371901,0.5371901,0.5247934,0.5082645,0.5082645,0.5247934,0.5495868,0.54545456,0.56198347,0.57438016,0.57024795,0.56198347,0.57024795,0.553719,0.56198347,0.553719,0.55785125,0.553719,0.553719,0.5495868,0.5495868,0.53305787,0.5206612,0.5123967,0.5165289,0.53305787,0.55785125,0.55785125,0.59090906,0.61157024,0.6570248,0.6652893,0.6983471,0.71900827,0.71487606,0.71900827,0.7107438,0.7066116,0.6570248,0.6818182,0.92975205,0.88429755,0.822314,5 +0.20661157,0.28099173,0.3677686,0.39256197,0.6818182,0.71487606,0.7231405,0.73966944,0.75206614,0.76859504,0.78512394,0.76859504,0.79752064,0.8057851,0.8016529,0.8057851,0.8057851,0.80991733,0.8057851,0.80991733,0.8057851,0.80991733,0.822314,0.8181818,0.8140496,0.8016529,0.7768595,0.76033056,0.74793386,0.74793386,0.76033056,0.74793386,0.7355372,0.73140496,0.73140496,0.72727275,0.74793386,0.76033056,0.76859504,0.7768595,0.76859504,0.77272725,0.7768595,0.78099173,0.7644628,0.77272725,0.7768595,0.78099173,0.76859504,0.7768595,0.7768595,0.77272725,0.7892562,0.7933884,0.8057851,0.8181818,0.8305785,0.8677686,0.6652893,0.22727273,0.12396694,0.09917355,0.1446281,0.12809917,0.21900827,0.338843,0.4090909,0.49586776,0.71900827,0.7231405,0.74793386,0.76033056,0.7768595,0.78099173,0.7933884,0.78512394,0.78512394,0.7933884,0.79752064,0.8057851,0.8140496,0.8140496,0.8140496,0.822314,0.8264463,0.822314,0.8264463,0.822314,0.822314,0.822314,0.8057851,0.7768595,0.7644628,0.76859504,0.76033056,0.76033056,0.76033056,0.75206614,0.75206614,0.74380165,0.75619835,0.77272725,0.7768595,0.77272725,0.76859504,0.78099173,0.78512394,0.7892562,0.7892562,0.7768595,0.76859504,0.77272725,0.7768595,0.7768595,0.78099173,0.78512394,0.7892562,0.79752064,0.8140496,0.8057851,0.838843,0.8512397,0.8305785,0.45454547,0.14876033,0.14876033,0.11570248,0.1446281,0.2892562,0.42561984,0.37603307,0.58677685,0.73140496,0.71900827,0.75619835,0.7644628,0.78099173,0.78099173,0.7892562,0.78512394,0.7892562,0.7933884,0.78512394,0.7892562,0.79752064,0.80991733,0.8181818,0.8181818,0.8264463,0.8305785,0.8305785,0.8264463,0.8264463,0.8264463,0.80991733,0.7933884,0.7768595,0.78099173,0.78099173,0.77272725,0.78099173,0.77272725,0.75619835,0.76033056,0.7644628,0.77272725,0.78512394,0.78099173,0.77272725,0.7768595,0.78099173,0.76859504,0.7768595,0.76859504,0.76033056,0.77272725,0.75619835,0.7768595,0.7892562,0.77272725,0.7768595,0.7892562,0.8016529,0.8181818,0.838843,0.8429752,0.87603307,0.7066116,0.24380165,0.20661157,0.15289256,0.14876033,0.3553719,0.42975205,0.4090909,0.6859504,0.71900827,0.73140496,0.75619835,0.76033056,0.77272725,0.76859504,0.7768595,0.77272725,0.78512394,0.78512394,0.78099173,0.7768595,0.7892562,0.79752064,0.8057851,0.80991733,0.8264463,0.8347107,0.838843,0.8264463,0.822314,0.8264463,0.8016529,0.7892562,0.78512394,0.78099173,0.78099173,0.78512394,0.7933884,0.78512394,0.7768595,0.78099173,0.78099173,0.78099173,0.7892562,0.7768595,0.76859504,0.76859504,0.78099173,0.7644628,0.77272725,0.78099173,0.77272725,0.78512394,0.7355372,0.7644628,0.78099173,0.7768595,0.76859504,0.7768595,0.7933884,0.8264463,0.8429752,0.8429752,0.8595041,0.88842976,0.41322315,0.25619835,0.20661157,0.1983471,0.39256197,0.3966942,0.4752066,0.73140496,0.7107438,0.73140496,0.7355372,0.75619835,0.75206614,0.76859504,0.77272725,0.75619835,0.7768595,0.78512394,0.78512394,0.78512394,0.78512394,0.7933884,0.79752064,0.80991733,0.8140496,0.822314,0.8264463,0.8264463,0.8264463,0.8264463,0.8140496,0.8057851,0.78512394,0.78099173,0.7933884,0.7933884,0.79752064,0.79752064,0.7933884,0.7933884,0.78512394,0.7768595,0.78512394,0.76859504,0.75206614,0.76033056,0.7644628,0.74793386,0.74793386,0.75206614,0.75206614,0.75206614,0.72727275,0.7231405,0.75206614,0.7644628,0.77272725,0.76033056,0.78099173,0.8016529,0.822314,0.8553719,0.8471074,0.90082645,0.6446281,0.28099173,0.3140496,0.1570248,0.41322315,0.38429752,0.61570245,0.7355372,0.71900827,0.7355372,0.73140496,0.75206614,0.74380165,0.7355372,0.7231405,0.6818182,0.70247936,0.74380165,0.75206614,0.7355372,0.72727275,0.73966944,0.74793386,0.76033056,0.78099173,0.79752064,0.8016529,0.8057851,0.8181818,0.8181818,0.8140496,0.80991733,0.7933884,0.78512394,0.7892562,0.78512394,0.78512394,0.78512394,0.78099173,0.7644628,0.7644628,0.75206614,0.74380165,0.71900827,0.677686,0.6652893,0.661157,0.6487603,0.6528926,0.6652893,0.6487603,0.6446281,0.6446281,0.62396693,0.6528926,0.6859504,0.70247936,0.74380165,0.7644628,0.7933884,0.77272725,0.8429752,0.8636364,0.8636364,0.8305785,0.3429752,0.38016528,0.18595041,0.4090909,0.43801653,0.69008267,0.71487606,0.6983471,0.75206614,0.75619835,0.73140496,0.6859504,0.61570245,0.61570245,0.6280992,0.607438,0.60330576,0.61570245,0.62396693,0.57438016,0.57024795,0.56198347,0.57024795,0.6487603,0.69008267,0.6859504,0.73140496,0.7644628,0.76859504,0.77272725,0.7892562,0.7933884,0.78099173,0.77272725,0.75619835,0.75206614,0.76033056,0.75619835,0.7066116,0.7066116,0.6818182,0.6322314,0.5785124,0.5371901,0.49586776,0.46280992,0.45041323,0.46280992,0.47933885,0.4876033,0.49173555,0.5165289,0.5041322,0.5371901,0.5785124,0.58264464,0.6322314,0.73140496,0.78099173,0.7933884,0.8429752,0.8595041,0.8553719,0.92561984,0.48347107,0.35950413,0.23553719,0.4090909,0.553719,0.7231405,0.6528926,0.69008267,0.7644628,0.74793386,0.6570248,0.55785125,0.54545456,0.58264464,0.607438,0.58264464,0.5413223,0.48347107,0.45454547,0.42561984,0.4338843,0.4214876,0.41322315,0.45454547,0.5,0.5082645,0.55785125,0.6570248,0.6942149,0.7355372,0.7768595,0.78099173,0.76033056,0.75206614,0.74380165,0.72727275,0.71487606,0.6818182,0.6280992,0.6198347,0.59090906,0.53305787,0.49586776,0.45867768,0.3966942,0.37603307,0.36363637,0.3677686,0.3429752,0.34710744,0.36363637,0.40495867,0.4214876,0.45867768,0.47933885,0.5165289,0.5371901,0.58677685,0.677686,0.76033056,0.8305785,0.8512397,0.838843,0.9338843,0.6487603,0.39256197,0.24380165,0.45041323,0.6487603,0.7107438,0.6859504,0.73140496,0.74380165,0.6322314,0.5165289,0.5289256,0.5495868,0.59090906,0.57438016,0.57438016,0.58264464,0.5165289,0.42561984,0.40495867,0.40082645,0.37190083,0.35950413,0.38016528,0.39256197,0.42561984,0.46280992,0.5413223,0.6280992,0.70247936,0.77272725,0.7892562,0.76859504,0.7644628,0.7644628,0.7355372,0.71900827,0.677686,0.607438,0.57024795,0.5413223,0.4752066,0.4214876,0.40082645,0.37603307,0.3677686,0.3305785,0.3264463,0.3181818,0.3429752,0.38016528,0.43801653,0.4752066,0.5082645,0.53305787,0.57024795,0.61157024,0.6652893,0.60330576,0.60330576,0.77272725,0.8471074,0.8471074,0.8801653,0.8016529,0.37190083,0.25619835,0.57438016,0.6818182,0.7066116,0.7107438,0.75206614,0.6652893,0.5247934,0.59917355,0.6487603,0.661157,0.6735537,0.72727275,0.72727275,0.75206614,0.7066116,0.6322314,0.57024795,0.53305787,0.48347107,0.45454547,0.446281,0.45454547,0.48347107,0.5041322,0.5371901,0.5661157,0.6487603,0.77272725,0.80991733,0.8016529,0.78512394,0.78099173,0.78099173,0.76033056,0.71900827,0.6528926,0.58677685,0.5495868,0.47933885,0.42975205,0.40082645,0.38016528,0.37190083,0.36363637,0.38842976,0.42975205,0.47107437,0.53305787,0.59504133,0.6280992,0.6446281,0.6652893,0.7066116,0.73966944,0.73966944,0.7231405,0.59504133,0.6280992,0.8057851,0.8347107,0.8553719,0.90909094,0.43801653,0.21900827,0.677686,0.70247936,0.7231405,0.7066116,0.6983471,0.57024795,0.5289256,0.661157,0.75619835,0.76859504,0.75206614,0.78099173,0.7892562,0.78512394,0.75619835,0.70247936,0.6818182,0.6487603,0.607438,0.5661157,0.53305787,0.553719,0.58264464,0.59090906,0.61157024,0.6363636,0.6735537,0.77272725,0.8264463,0.822314,0.8016529,0.7892562,0.7933884,0.8057851,0.7892562,0.76859504,0.7231405,0.6404959,0.5289256,0.43801653,0.38842976,0.37603307,0.38429752,0.42975205,0.5123967,0.57024795,0.607438,0.6487603,0.6652893,0.661157,0.69008267,0.6942149,0.72727275,0.78512394,0.78512394,0.7933884,0.71487606,0.59090906,0.661157,0.8181818,0.8512397,0.92561984,0.5785124,0.12396694,0.7355372,0.6983471,0.71487606,0.73140496,0.6322314,0.61157024,0.6570248,0.71900827,0.75619835,0.77272725,0.76859504,0.78512394,0.7933884,0.7892562,0.73966944,0.70247936,0.6859504,0.6570248,0.6198347,0.58264464,0.5289256,0.5041322,0.5247934,0.54545456,0.58677685,0.6404959,0.70247936,0.77272725,0.8181818,0.8264463,0.8181818,0.8057851,0.79752064,0.8057851,0.8305785,0.838843,0.78099173,0.6198347,0.45454547,0.37603307,0.34710744,0.3429752,0.3677686,0.42975205,0.5289256,0.58677685,0.607438,0.6570248,0.677686,0.6570248,0.6859504,0.7107438,0.77272725,0.80991733,0.79752064,0.7644628,0.78099173,0.7231405,0.6859504,0.75206614,0.838843,0.89669424,0.75206614,0.11983471,0.72727275,0.72727275,0.75206614,0.7066116,0.6487603,0.71900827,0.74380165,0.71900827,0.7355372,0.73966944,0.73966944,0.76859504,0.7644628,0.7355372,0.6652893,0.62396693,0.59090906,0.5661157,0.5413223,0.5206612,0.49586776,0.47933885,0.48347107,0.5041322,0.5371901,0.58264464,0.6404959,0.74380165,0.8057851,0.8264463,0.8264463,0.822314,0.8016529,0.8057851,0.8429752,0.8347107,0.71900827,0.5082645,0.37190083,0.34710744,0.35123968,0.3429752,0.33471075,0.3429752,0.40495867,0.4752066,0.5165289,0.55785125,0.59917355,0.61157024,0.6280992,0.661157,0.76033056,0.838843,0.8016529,0.74380165,0.7355372,0.75619835,0.76859504,0.73966944,0.8057851,0.8719008,0.91322315,0.2603306,0.75619835,0.7355372,0.7644628,0.71900827,0.7066116,0.75619835,0.76033056,0.6983471,0.7066116,0.6942149,0.6859504,0.6694215,0.6735537,0.6652893,0.607438,0.5661157,0.5495868,0.5413223,0.49586776,0.48347107,0.4876033,0.45867768,0.45454547,0.45867768,0.46694216,0.5413223,0.61157024,0.6983471,0.7892562,0.8181818,0.8347107,0.8264463,0.7933884,0.8057851,0.8429752,0.822314,0.6404959,0.4214876,0.338843,0.34710744,0.35950413,0.35123968,0.34710744,0.35123968,0.38016528,0.44214877,0.46280992,0.5123967,0.55785125,0.5661157,0.61570245,0.6404959,0.6818182,0.77272725,0.7892562,0.75619835,0.72727275,0.75206614,0.8057851,0.79752064,0.78099173,0.8512397,0.93801653,0.4752066,0.76859504,0.7644628,0.78099173,0.77272725,0.76033056,0.77272725,0.76033056,0.6983471,0.6694215,0.6280992,0.6322314,0.6487603,0.6363636,0.55785125,0.46280992,0.3429752,0.33471075,0.4214876,0.30165288,0.40082645,0.45867768,0.45454547,0.43801653,0.40495867,0.3966942,0.5247934,0.607438,0.6694215,0.76859504,0.80991733,0.8264463,0.8264463,0.78099173,0.7892562,0.8347107,0.8347107,0.60330576,0.4214876,0.4090909,0.38842976,0.34710744,0.3305785,0.3305785,0.33471075,0.32231405,0.30165288,0.25619835,0.3264463,0.3553719,0.3677686,0.5082645,0.61157024,0.73966944,0.7231405,0.6818182,0.7644628,0.7231405,0.7231405,0.78512394,0.822314,0.8057851,0.8140496,0.9214876,0.6487603,0.7644628,0.78099173,0.7892562,0.75619835,0.76033056,0.7768595,0.7644628,0.69008267,0.6198347,0.5785124,0.56198347,0.56198347,0.54545456,0.3553719,0.446281,0.30991736,0.20661157,0.41735536,0.21487603,0.42561984,0.47107437,0.41322315,0.43801653,0.446281,0.45454547,0.5371901,0.6280992,0.69008267,0.76033056,0.78512394,0.8057851,0.8347107,0.7892562,0.7768595,0.8181818,0.8305785,0.6570248,0.49173555,0.47107437,0.41322315,0.3305785,0.29752067,0.2768595,0.3305785,0.3140496,0.2520661,0.16115703,0.17355372,0.24793388,0.16115703,0.3305785,0.41322315,0.5165289,0.69008267,0.6446281,0.71487606,0.75206614,0.7107438,0.78099173,0.8140496,0.8347107,0.822314,0.8677686,0.8553719,0.76859504,0.7933884,0.7892562,0.76859504,0.77272725,0.78099173,0.76033056,0.661157,0.57024795,0.5041322,0.43801653,0.5165289,0.6694215,0.49586776,0.39256197,0.37190083,0.1446281,0.29752067,0.33471075,0.5289256,0.59090906,0.46694216,0.4876033,0.49586776,0.57438016,0.61570245,0.6487603,0.71487606,0.73966944,0.75619835,0.7892562,0.8347107,0.79752064,0.76033056,0.7933884,0.8057851,0.76859504,0.59090906,0.4752066,0.41735536,0.34710744,0.30578512,0.30578512,0.37603307,0.39256197,0.30165288,0.23140496,0.14049587,0.18595041,0.12809917,0.40082645,0.5371901,0.38842976,0.42561984,0.57024795,0.6818182,0.7644628,0.71487606,0.75206614,0.8140496,0.8347107,0.822314,0.8429752,0.946281,0.7768595,0.8016529,0.8057851,0.7768595,0.77272725,0.76033056,0.72727275,0.6363636,0.53305787,0.47107437,0.4752066,0.57438016,0.7231405,0.6942149,0.37190083,0.36363637,0.3140496,0.38429752,0.44214877,0.57438016,0.59917355,0.5289256,0.54545456,0.54545456,0.59090906,0.6735537,0.70247936,0.72727275,0.72727275,0.75206614,0.7892562,0.8512397,0.8181818,0.76033056,0.77272725,0.78512394,0.8016529,0.7355372,0.57438016,0.46694216,0.4338843,0.39256197,0.37190083,0.3966942,0.42975205,0.37603307,0.3305785,0.32231405,0.29338843,0.2892562,0.49173555,0.6322314,0.60330576,0.5247934,0.5371901,0.6652893,0.76033056,0.74793386,0.73140496,0.8057851,0.8305785,0.8347107,0.822314,0.9504132,0.79752064,0.8057851,0.80991733,0.7933884,0.77272725,0.74380165,0.71900827,0.6528926,0.6198347,0.59917355,0.61157024,0.6487603,0.7066116,0.75619835,0.6446281,0.5123967,0.5082645,0.5289256,0.5495868,0.5495868,0.56198347,0.55785125,0.57024795,0.56198347,0.6322314,0.73140496,0.74380165,0.73140496,0.73140496,0.77272725,0.8057851,0.8471074,0.8305785,0.7768595,0.76859504,0.77272725,0.78512394,0.8057851,0.73140496,0.57024795,0.46280992,0.4338843,0.41322315,0.40082645,0.41735536,0.41735536,0.4338843,0.47933885,0.4876033,0.5082645,0.553719,0.6363636,0.7231405,0.75206614,0.73140496,0.75206614,0.75619835,0.73966944,0.73140496,0.78512394,0.838843,0.838843,0.8264463,0.9214876,0.79752064,0.8140496,0.8057851,0.8140496,0.7933884,0.75619835,0.74793386,0.70247936,0.7107438,0.70247936,0.7107438,0.73140496,0.73966944,0.74793386,0.71487606,0.6198347,0.59504133,0.5661157,0.5495868,0.54545456,0.553719,0.57438016,0.607438,0.6404959,0.71487606,0.76033056,0.75206614,0.73140496,0.74380165,0.7933884,0.8140496,0.8429752,0.8305785,0.7892562,0.77272725,0.7644628,0.7768595,0.7933884,0.80991733,0.75619835,0.607438,0.5123967,0.46694216,0.44214877,0.44214877,0.42975205,0.446281,0.47107437,0.5123967,0.5495868,0.5785124,0.6487603,0.74793386,0.7933884,0.79752064,0.8057851,0.78512394,0.74380165,0.75206614,0.78099173,0.8429752,0.8471074,0.8347107,0.88842976,0.8016529,0.822314,0.8140496,0.8181818,0.8140496,0.77272725,0.76859504,0.75619835,0.76033056,0.75206614,0.75619835,0.77272725,0.74380165,0.73140496,0.7231405,0.6694215,0.6528926,0.6363636,0.6280992,0.62396693,0.62396693,0.6322314,0.6983471,0.74793386,0.76033056,0.7644628,0.75206614,0.74380165,0.76859504,0.79752064,0.8140496,0.8347107,0.8264463,0.79752064,0.78099173,0.7768595,0.7768595,0.78512394,0.79752064,0.80991733,0.78512394,0.6859504,0.59090906,0.5495868,0.5495868,0.5247934,0.5123967,0.5206612,0.5371901,0.56198347,0.58264464,0.6322314,0.71900827,0.76859504,0.7933884,0.7933884,0.7892562,0.76859504,0.7644628,0.79752064,0.838843,0.8471074,0.8512397,0.8636364,0.8016529,0.8140496,0.8264463,0.80991733,0.8057851,0.7892562,0.78099173,0.7892562,0.7892562,0.77272725,0.77272725,0.78512394,0.77272725,0.7644628,0.76033056,0.7231405,0.7107438,0.70247936,0.6942149,0.6942149,0.71487606,0.74793386,0.77272725,0.76859504,0.76859504,0.7644628,0.75206614,0.76033056,0.7892562,0.80991733,0.8140496,0.8181818,0.8264463,0.8016529,0.78512394,0.7892562,0.78512394,0.7768595,0.7933884,0.8057851,0.80991733,0.7892562,0.74380165,0.677686,0.6446281,0.62396693,0.62396693,0.62396693,0.607438,0.6198347,0.6280992,0.6528926,0.69008267,0.7355372,0.76033056,0.78099173,0.76859504,0.75206614,0.7768595,0.8140496,0.838843,0.8471074,0.8512397,0.8471074,0.78512394,0.8016529,0.8305785,0.8140496,0.8057851,0.80991733,0.79752064,0.8016529,0.79752064,0.7768595,0.7768595,0.76033056,0.76033056,0.75206614,0.74380165,0.7355372,0.72727275,0.73140496,0.75206614,0.76859504,0.7892562,0.79752064,0.78512394,0.77272725,0.76859504,0.75619835,0.74793386,0.76033056,0.8016529,0.822314,0.80991733,0.8057851,0.822314,0.8016529,0.78099173,0.79752064,0.79752064,0.78512394,0.7892562,0.8057851,0.8264463,0.80991733,0.77272725,0.7355372,0.71487606,0.6942149,0.677686,0.677686,0.6694215,0.677686,0.6942149,0.6983471,0.71900827,0.7355372,0.76033056,0.77272725,0.78099173,0.74793386,0.8057851,0.822314,0.8429752,0.8553719,0.8471074,0.8429752,0.77272725,0.79752064,0.8347107,0.8140496,0.80991733,0.822314,0.8140496,0.8057851,0.8057851,0.79752064,0.79752064,0.7892562,0.7768595,0.77272725,0.77272725,0.7768595,0.78512394,0.78512394,0.8016529,0.8181818,0.8140496,0.8140496,0.79752064,0.7768595,0.74380165,0.73140496,0.74380165,0.76859504,0.8057851,0.822314,0.80991733,0.79752064,0.8140496,0.79752064,0.7768595,0.8016529,0.8140496,0.78512394,0.77272725,0.78512394,0.8181818,0.8181818,0.7768595,0.7355372,0.71900827,0.71900827,0.71487606,0.7355372,0.71487606,0.7107438,0.72727275,0.7231405,0.74793386,0.75619835,0.77272725,0.7892562,0.8057851,0.80991733,0.8264463,0.8305785,0.8471074,0.8595041,0.8512397,0.8181818,0.76033056,0.8016529,0.8305785,0.822314,0.8181818,0.822314,0.8181818,0.8181818,0.8181818,0.8264463,0.822314,0.822314,0.8140496,0.8181818,0.8181818,0.822314,0.8347107,0.822314,0.8140496,0.8264463,0.8264463,0.8264463,0.8016529,0.74793386,0.7231405,0.71900827,0.74380165,0.78099173,0.8057851,0.8140496,0.80991733,0.7933884,0.7933884,0.79752064,0.78099173,0.79752064,0.8140496,0.7892562,0.76859504,0.75619835,0.7933884,0.8016529,0.75206614,0.71900827,0.7066116,0.7066116,0.7066116,0.7355372,0.74793386,0.74380165,0.74793386,0.75619835,0.77272725,0.78099173,0.8016529,0.80991733,0.8181818,0.8305785,0.8305785,0.838843,0.8636364,0.8636364,0.8553719,0.80991733,0.73966944,0.79752064,0.822314,0.8181818,0.8264463,0.8305785,0.822314,0.8264463,0.8305785,0.8429752,0.8305785,0.8347107,0.838843,0.8429752,0.838843,0.838843,0.8471074,0.8305785,0.822314,0.8264463,0.8264463,0.8264463,0.78512394,0.73140496,0.73966944,0.74793386,0.75619835,0.7768595,0.8057851,0.8264463,0.8057851,0.7768595,0.7644628,0.8016529,0.79752064,0.8057851,0.8305785,0.7933884,0.77272725,0.7644628,0.7892562,0.76033056,0.677686,0.6652893,0.677686,0.6735537,0.661157,0.70247936,0.73966944,0.73966944,0.75619835,0.76859504,0.76859504,0.7892562,0.80991733,0.822314,0.8305785,0.838843,0.838843,0.8305785,0.8677686,0.8595041,0.8553719,0.8016529,0.71900827,0.78512394,0.8140496,0.8181818,0.822314,0.8305785,0.822314,0.8347107,0.838843,0.8512397,0.838843,0.8429752,0.838843,0.8429752,0.838843,0.838843,0.8429752,0.822314,0.8140496,0.8140496,0.8140496,0.7933884,0.75619835,0.75206614,0.7644628,0.7644628,0.7644628,0.76033056,0.7933884,0.838843,0.8057851,0.73966944,0.7231405,0.76859504,0.7644628,0.8057851,0.8429752,0.78099173,0.77272725,0.79752064,0.8140496,0.73966944,0.5785124,0.5661157,0.607438,0.6198347,0.607438,0.6487603,0.6942149,0.71487606,0.73966944,0.76033056,0.76859504,0.78512394,0.822314,0.8305785,0.838843,0.838843,0.8429752,0.8264463,0.8553719,0.8471074,0.8471074,0.8057851,0.71487606,0.7644628,0.8057851,0.8057851,0.822314,0.822314,0.822314,0.8347107,0.838843,0.8429752,0.8429752,0.8512397,0.838843,0.8347107,0.8347107,0.822314,0.8264463,0.8057851,0.7892562,0.78512394,0.78099173,0.75206614,0.73966944,0.7768595,0.78512394,0.7644628,0.74793386,0.73140496,0.73966944,0.79752064,0.78512394,0.6942149,0.6735537,0.6859504,0.6818182,0.73966944,0.77272725,0.7231405,0.73140496,0.78512394,0.838843,0.71900827,0.5123967,0.5,0.5413223,0.553719,0.55785125,0.58677685,0.6322314,0.6735537,0.71487606,0.7355372,0.7644628,0.7768595,0.80991733,0.838843,0.8553719,0.8471074,0.838843,0.822314,0.838843,0.8347107,0.838843,0.8181818,0.6983471,0.74793386,0.7933884,0.7933884,0.80991733,0.80991733,0.822314,0.838843,0.8347107,0.8429752,0.8429752,0.8471074,0.8429752,0.8347107,0.8264463,0.8057851,0.79752064,0.76859504,0.74793386,0.74380165,0.73966944,0.71900827,0.71487606,0.7644628,0.75206614,0.70247936,0.661157,0.6694215,0.6818182,0.72727275,0.7355372,0.6570248,0.6280992,0.61157024,0.607438,0.6735537,0.69008267,0.607438,0.58264464,0.661157,0.7768595,0.6570248,0.47933885,0.47107437,0.5082645,0.5041322,0.5165289,0.53305787,0.5661157,0.61157024,0.6818182,0.6942149,0.73140496,0.74793386,0.77272725,0.8305785,0.8636364,0.8512397,0.8429752,0.822314,0.79752064,0.8181818,0.8305785,0.838843,0.69008267,0.73140496,0.78099173,0.7933884,0.79752064,0.8016529,0.8140496,0.8347107,0.8347107,0.838843,0.838843,0.838843,0.8429752,0.8305785,0.8057851,0.78099173,0.7644628,0.71900827,0.6983471,0.6983471,0.7107438,0.6983471,0.677686,0.7066116,0.6446281,0.5206612,0.47933885,0.53305787,0.61570245,0.677686,0.6818182,0.607438,0.5785124,0.57024795,0.57438016,0.6487603,0.59917355,0.4214876,0.36363637,0.47933885,0.6528926,0.58264464,0.4752066,0.46694216,0.48347107,0.47107437,0.47933885,0.5,0.5165289,0.5495868,0.62396693,0.6528926,0.6694215,0.7066116,0.72727275,0.79752064,0.838843,0.8347107,0.838843,0.8181818,0.73140496,0.7892562,0.8264463,0.8429752,0.6818182,0.73140496,0.7768595,0.78099173,0.7933884,0.7933884,0.8057851,0.8264463,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.80991733,0.78099173,0.75619835,0.73140496,0.6818182,0.661157,0.6694215,0.6983471,0.7066116,0.6859504,0.6735537,0.58677685,0.446281,0.46694216,0.553719,0.61157024,0.6487603,0.6446281,0.5661157,0.5206612,0.5289256,0.56198347,0.61157024,0.5247934,0.37190083,0.34710744,0.46280992,0.607438,0.57438016,0.49586776,0.47107437,0.47107437,0.45041323,0.45867768,0.47107437,0.49173555,0.5165289,0.5661157,0.61157024,0.6404959,0.6570248,0.69008267,0.74793386,0.7933884,0.79752064,0.8140496,0.8057851,0.72727275,0.77272725,0.8140496,0.8347107,0.6652893,0.72727275,0.7768595,0.7644628,0.7892562,0.7892562,0.8016529,0.822314,0.822314,0.8264463,0.8264463,0.8264463,0.8140496,0.78512394,0.75619835,0.73140496,0.6942149,0.6694215,0.6652893,0.6735537,0.7066116,0.73140496,0.72727275,0.70247936,0.6404959,0.5661157,0.58677685,0.6446281,0.6446281,0.6363636,0.6487603,0.57438016,0.46694216,0.4876033,0.57024795,0.59090906,0.54545456,0.5082645,0.5289256,0.60330576,0.6735537,0.61157024,0.5123967,0.4876033,0.47933885,0.45454547,0.45041323,0.45454547,0.46694216,0.49173555,0.5247934,0.5661157,0.62396693,0.6280992,0.6652893,0.70247936,0.74793386,0.75206614,0.7768595,0.78512394,0.76033056,0.76859504,0.7892562,0.8305785,0.6446281,0.71900827,0.77272725,0.7644628,0.7768595,0.7933884,0.8016529,0.8140496,0.80991733,0.8181818,0.8181818,0.8140496,0.8016529,0.77272725,0.73966944,0.71487606,0.6818182,0.677686,0.6859504,0.69008267,0.7231405,0.74793386,0.73966944,0.71487606,0.6859504,0.6570248,0.6363636,0.6363636,0.61570245,0.6322314,0.6694215,0.61570245,0.4752066,0.47107437,0.58677685,0.60330576,0.59090906,0.59917355,0.6280992,0.6859504,0.7107438,0.6322314,0.53305787,0.5082645,0.49173555,0.46280992,0.45454547,0.446281,0.45041323,0.47107437,0.5,0.5289256,0.59504133,0.61570245,0.6487603,0.6859504,0.7066116,0.71487606,0.73966944,0.75206614,0.76033056,0.76033056,0.7768595,0.8016529,0.6487603,0.71487606,0.76033056,0.76033056,0.77272725,0.78512394,0.7892562,0.79752064,0.8057851,0.8181818,0.8057851,0.8057851,0.7892562,0.7644628,0.73140496,0.7107438,0.6942149,0.6942149,0.7066116,0.71487606,0.7355372,0.75206614,0.73966944,0.7107438,0.6818182,0.6528926,0.6363636,0.6363636,0.59504133,0.607438,0.661157,0.60330576,0.5,0.48347107,0.55785125,0.58677685,0.5785124,0.57438016,0.6280992,0.69008267,0.70247936,0.6487603,0.57438016,0.5413223,0.5,0.47107437,0.45867768,0.43801653,0.45454547,0.4752066,0.5041322,0.5165289,0.57024795,0.59917355,0.6363636,0.6735537,0.6735537,0.6859504,0.7066116,0.72727275,0.74380165,0.75206614,0.7768595,0.74793386,0.6570248,0.70247936,0.74793386,0.75619835,0.78099173,0.7768595,0.76859504,0.7892562,0.8016529,0.80991733,0.79752064,0.7933884,0.78099173,0.7644628,0.7355372,0.7066116,0.7066116,0.71487606,0.72727275,0.73966944,0.7355372,0.74380165,0.7355372,0.7066116,0.6735537,0.60330576,0.57438016,0.59504133,0.56198347,0.57024795,0.59504133,0.54545456,0.49586776,0.5082645,0.54545456,0.57024795,0.5661157,0.53305787,0.59504133,0.6652893,0.677686,0.6694215,0.6322314,0.59090906,0.5289256,0.4876033,0.46694216,0.43801653,0.45454547,0.49173555,0.5206612,0.5247934,0.56198347,0.607438,0.6363636,0.6735537,0.6652893,0.6818182,0.69008267,0.7107438,0.7355372,0.75619835,0.76033056,0.6652893,0.6487603,0.6942149,0.74380165,0.75206614,0.77272725,0.77272725,0.76033056,0.78512394,0.8016529,0.8016529,0.79752064,0.79752064,0.7892562,0.77272725,0.7231405,0.6942149,0.6942149,0.69008267,0.71900827,0.7231405,0.7107438,0.6983471,0.71487606,0.6859504,0.6322314,0.57438016,0.55785125,0.553719,0.5495868,0.553719,0.5371901,0.49586776,0.4876033,0.53305787,0.5661157,0.59504133,0.58677685,0.5495868,0.58264464,0.6322314,0.6487603,0.677686,0.6694215,0.6280992,0.56198347,0.5206612,0.49173555,0.46694216,0.446281,0.47107437,0.5413223,0.5661157,0.57438016,0.6363636,0.6694215,0.69008267,0.6818182,0.70247936,0.6983471,0.6983471,0.73966944,0.76033056,0.76033056,0.59090906,0.59504133,0.6652893,0.7231405,0.73966944,0.76033056,0.77272725,0.74793386,0.78512394,0.79752064,0.79752064,0.8057851,0.8057851,0.79752064,0.74380165,0.6570248,0.677686,0.6446281,0.6322314,0.6694215,0.677686,0.6818182,0.6570248,0.6528926,0.6363636,0.57438016,0.54545456,0.56198347,0.5289256,0.5289256,0.5371901,0.5041322,0.46280992,0.4752066,0.553719,0.57438016,0.59917355,0.57438016,0.54545456,0.5785124,0.59917355,0.59090906,0.6322314,0.6487603,0.6198347,0.5495868,0.5206612,0.5206612,0.5289256,0.5165289,0.44214877,0.5206612,0.61157024,0.61157024,0.661157,0.69008267,0.71900827,0.70247936,0.71487606,0.7066116,0.70247936,0.73140496,0.75619835,0.76859504,0.5661157,0.49586776,0.6280992,0.6942149,0.7231405,0.74380165,0.78099173,0.74380165,0.76859504,0.7892562,0.7933884,0.80991733,0.8140496,0.78512394,0.6652893,0.6280992,0.6363636,0.59917355,0.59504133,0.62396693,0.6280992,0.6487603,0.62396693,0.59504133,0.61157024,0.58677685,0.5495868,0.5661157,0.553719,0.5371901,0.553719,0.5082645,0.46280992,0.49173555,0.56198347,0.5785124,0.59090906,0.5495868,0.53305787,0.57438016,0.59917355,0.55785125,0.5785124,0.607438,0.59090906,0.5206612,0.49173555,0.5,0.53305787,0.5785124,0.49173555,0.43801653,0.59090906,0.6528926,0.677686,0.6942149,0.74793386,0.72727275,0.73140496,0.71487606,0.71487606,0.71487606,0.7355372,0.7768595,0.5206612,0.41735536,0.607438,0.6859504,0.7107438,0.7355372,0.78512394,0.77272725,0.76859504,0.7933884,0.8057851,0.80991733,0.8264463,0.76033056,0.59504133,0.6280992,0.5785124,0.5661157,0.5661157,0.607438,0.60330576,0.60330576,0.61570245,0.59504133,0.6280992,0.6198347,0.57024795,0.59917355,0.6198347,0.61157024,0.607438,0.55785125,0.5123967,0.553719,0.61157024,0.607438,0.59504133,0.5661157,0.553719,0.59504133,0.6198347,0.59917355,0.57438016,0.59504133,0.58264464,0.4876033,0.46280992,0.45454547,0.4752066,0.5661157,0.57024795,0.40082645,0.5123967,0.6694215,0.70247936,0.7066116,0.76033056,0.73966944,0.76033056,0.71487606,0.73966944,0.7107438,0.73966944,0.7644628,0.45867768,0.38016528,0.59917355,0.6859504,0.7066116,0.7231405,0.76033056,0.7768595,0.78512394,0.8016529,0.8016529,0.79752064,0.8181818,0.7066116,0.5289256,0.60330576,0.553719,0.5289256,0.5371901,0.59504133,0.61570245,0.59917355,0.62396693,0.61157024,0.6570248,0.6363636,0.59504133,0.62396693,0.6528926,0.6528926,0.6280992,0.59917355,0.5785124,0.59917355,0.61570245,0.59090906,0.55785125,0.55785125,0.55785125,0.59090906,0.6198347,0.6198347,0.60330576,0.59504133,0.56198347,0.4752066,0.38842976,0.4214876,0.39256197,0.5206612,0.59504133,0.44214877,0.47933885,0.6487603,0.7066116,0.71487606,0.74793386,0.75206614,0.78512394,0.72727275,0.75619835,0.73140496,0.74793386,0.73966944,0.49586776,0.446281,0.5495868,0.677686,0.7066116,0.72727275,0.73966944,0.75206614,0.7892562,0.8057851,0.7933884,0.79752064,0.8057851,0.661157,0.5165289,0.60330576,0.59504133,0.5165289,0.5041322,0.54545456,0.57438016,0.59504133,0.59917355,0.58677685,0.6363636,0.6198347,0.60330576,0.62396693,0.62396693,0.60330576,0.5785124,0.553719,0.5495868,0.553719,0.5371901,0.5206612,0.5041322,0.5041322,0.5041322,0.5206612,0.5413223,0.56198347,0.55785125,0.5206612,0.45041323,0.3677686,0.28512397,0.36363637,0.35950413,0.45867768,0.5785124,0.47933885,0.5123967,0.6446281,0.71487606,0.7231405,0.73140496,0.74380165,0.75619835,0.74380165,0.74380165,0.73140496,0.74380165,0.70247936,0.5495868,0.54545456,0.47933885,0.6694215,0.6942149,0.71487606,0.75619835,0.76033056,0.78099173,0.79752064,0.78512394,0.7933884,0.78512394,0.70247936,0.58677685,0.6198347,0.6198347,0.5247934,0.47107437,0.41735536,0.3966942,0.5123967,0.5371901,0.53305787,0.5661157,0.57438016,0.57438016,0.58677685,0.5785124,0.55785125,0.5413223,0.49586776,0.48347107,0.48347107,0.45867768,0.43801653,0.43801653,0.44214877,0.45041323,0.46280992,0.48347107,0.5,0.47933885,0.3966942,0.3264463,0.30165288,0.29752067,0.3677686,0.38429752,0.446281,0.5495868,0.4876033,0.57438016,0.6652893,0.72727275,0.73966944,0.7355372,0.74793386,0.75619835,0.76033056,0.75206614,0.74793386,0.75619835,0.6859504,0.53305787,0.5495868,0.37603307,0.6446281,0.6859504,0.6983471,0.75619835,0.7892562,0.76859504,0.7644628,0.78099173,0.7933884,0.7768595,0.76859504,0.661157,0.61570245,0.62396693,0.5413223,0.4752066,0.38016528,0.34710744,0.42975205,0.48347107,0.49173555,0.5041322,0.5165289,0.5165289,0.5165289,0.5247934,0.53305787,0.5247934,0.4752066,0.42975205,0.40082645,0.41735536,0.42561984,0.42975205,0.45041323,0.46694216,0.49586776,0.53305787,0.5495868,0.53305787,0.446281,0.41735536,0.446281,0.42561984,0.43801653,0.4338843,0.446281,0.5247934,0.5,0.58264464,0.6942149,0.72727275,0.74380165,0.73966944,0.7355372,0.7644628,0.76859504,0.77272725,0.7644628,0.77272725,0.6487603,0.40495867,0.32231405,0.24380165,0.58677685,0.6694215,0.6735537,0.75206614,0.7933884,0.75619835,0.73140496,0.7892562,0.78512394,0.76859504,0.78512394,0.71487606,0.61570245,0.607438,0.553719,0.5247934,0.4752066,0.5247934,0.55785125,0.5661157,0.57024795,0.5661157,0.57438016,0.57024795,0.56198347,0.5661157,0.5661157,0.56198347,0.5371901,0.49586776,0.47107437,0.5082645,0.5371901,0.56198347,0.57024795,0.58264464,0.60330576,0.6280992,0.6487603,0.661157,0.6280992,0.60330576,0.5785124,0.5413223,0.5,0.46280992,0.45867768,0.49586776,0.5041322,0.5785124,0.69008267,0.71900827,0.72727275,0.7355372,0.73140496,0.76033056,0.75619835,0.7768595,0.73966944,0.7644628,0.55785125,0.2644628,0.15289256,0.18595041,0.5,0.661157,0.6652893,0.74380165,0.7644628,0.75619835,0.72727275,0.78512394,0.78099173,0.77272725,0.7768595,0.74380165,0.6487603,0.61570245,0.553719,0.553719,0.58264464,0.6694215,0.7066116,0.6818182,0.6652893,0.661157,0.6570248,0.6446281,0.6363636,0.6404959,0.6363636,0.6322314,0.6198347,0.59504133,0.58264464,0.60330576,0.6198347,0.6404959,0.6363636,0.6446281,0.6570248,0.661157,0.6652893,0.7066116,0.71900827,0.6983471,0.61157024,0.58264464,0.5661157,0.4876033,0.49586776,0.4752066,0.5289256,0.58677685,0.677686,0.7066116,0.6983471,0.7066116,0.7355372,0.74793386,0.74380165,0.74793386,0.7355372,0.6983471,0.38842976,0.19421488,0.14049587,0.14876033,0.37603307,0.6404959,0.6694215,0.72727275,0.73966944,0.76033056,0.74793386,0.7768595,0.78099173,0.76859504,0.76859504,0.76033056,0.6859504,0.6363636,0.553719,0.59504133,0.6694215,0.71487606,0.74793386,0.73966944,0.73966944,0.70247936,0.6859504,0.6818182,0.6735537,0.677686,0.677686,0.6528926,0.6198347,0.59504133,0.5785124,0.5661157,0.56198347,0.5661157,0.57438016,0.58677685,0.607438,0.6322314,0.6694215,0.70247936,0.7107438,0.71487606,0.61570245,0.5785124,0.58677685,0.5289256,0.5165289,0.49586776,0.5247934,0.58264464,0.6570248,0.70247936,0.6818182,0.6528926,0.72727275,0.7355372,0.7231405,0.73966944,0.75619835,0.56198347,0.2520661,0.20247933,0.18181819,0.08264463,0.30165288,0.5661157,0.6363636,0.7066116,0.7107438,0.73966944,0.75619835,0.76859504,0.76859504,0.73140496,0.74380165,0.75619835,0.70247936,0.6363636,0.55785125,0.6363636,0.70247936,0.72727275,0.74380165,0.74793386,0.76033056,0.74380165,0.71900827,0.6983471,0.6694215,0.6446281,0.62396693,0.59090906,0.54545456,0.5123967,0.49173555,0.4752066,0.46280992,0.45867768,0.4876033,0.5247934,0.5785124,0.6322314,0.6652893,0.677686,0.6735537,0.6735537,0.6280992,0.61157024,0.607438,0.55785125,0.5413223,0.5041322,0.54545456,0.58677685,0.61570245,0.677686,0.6694215,0.6404959,0.6942149,0.74380165,0.71900827,0.75206614,0.6942149,0.40082645,0.23140496,0.21487603,0.19008264,0.0785124,0.25619835,0.5206612,0.5661157,0.6735537,0.7107438,0.7066116,0.73966944,0.7231405,0.74380165,0.73140496,0.75206614,0.75206614,0.6859504,0.6322314,0.55785125,0.6280992,0.6983471,0.74380165,0.7355372,0.74793386,0.74793386,0.74380165,0.73966944,0.73140496,0.6983471,0.6570248,0.607438,0.5371901,0.48347107,0.47107437,0.46694216,0.46280992,0.45041323,0.47933885,0.5206612,0.56198347,0.58677685,0.62396693,0.6528926,0.6446281,0.677686,0.6528926,0.61570245,0.6322314,0.607438,0.58264464,0.53305787,0.5123967,0.553719,0.56198347,0.61570245,0.6570248,0.6322314,0.6446281,0.6983471,0.72727275,0.6942149,0.75206614,0.57024795,0.25619835,0.2107438,0.24380165,0.2107438,0.10330579,0.16115703,0.6280992,0.45867768,0.6322314,0.71900827,0.7107438,0.7066116,0.6859504,0.75619835,0.70247936,0.71487606,0.72727275,0.6363636,0.61157024,0.59504133,0.661157,0.71487606,0.74793386,0.7231405,0.75619835,0.74793386,0.73140496,0.72727275,0.72727275,0.6818182,0.6446281,0.607438,0.5371901,0.48347107,0.5,0.5041322,0.47933885,0.48347107,0.5247934,0.5495868,0.57024795,0.56198347,0.57438016,0.61570245,0.6198347,0.661157,0.62396693,0.62396693,0.62396693,0.57024795,0.607438,0.5082645,0.5041322,0.5289256,0.5495868,0.59917355,0.6446281,0.58677685,0.6652893,0.6942149,0.6694215,0.70247936,0.71900827,0.40082645,0.21487603,0.21487603,0.2520661,0.17355372,0.17768595,0.08677686,0.6652893,0.43801653,0.5041322,0.6652893,0.7107438,0.70247936,0.69008267,0.6942149,0.6652893,0.6735537,0.70247936,0.6487603,0.58264464,0.61157024,0.661157,0.7231405,0.75619835,0.75619835,0.75619835,0.75206614,0.7355372,0.72727275,0.6942149,0.6404959,0.61570245,0.58677685,0.53305787,0.48347107,0.5,0.5041322,0.45867768,0.47107437,0.5206612,0.5289256,0.5247934,0.5413223,0.5495868,0.59504133,0.59917355,0.6280992,0.6322314,0.6363636,0.607438,0.59090906,0.59090906,0.5495868,0.5289256,0.553719,0.5371901,0.62396693,0.62396693,0.56198347,0.6446281,0.69008267,0.6570248,0.6859504,0.5289256,0.38429752,0.21487603,0.24793388,0.24380165,0.16115703,0.20661157,0.05785124,0.62396693,0.54545456,0.38842976,0.58264464,0.6818182,0.6694215,0.6652893,0.6487603,0.69008267,0.6570248,0.6859504,0.6528926,0.60330576,0.57024795,0.59504133,0.6735537,0.74793386,0.75619835,0.73966944,0.74380165,0.72727275,0.71900827,0.69008267,0.6487603,0.6198347,0.5785124,0.5371901,0.5,0.4876033,0.48347107,0.49173555,0.45867768,0.5082645,0.5206612,0.5123967,0.54545456,0.56198347,0.60330576,0.607438,0.62396693,0.6280992,0.61157024,0.59504133,0.62396693,0.5785124,0.5371901,0.5165289,0.5661157,0.5247934,0.58264464,0.59917355,0.5661157,0.6363636,0.6694215,0.62396693,0.61157024,0.3553719,0.30991736,0.22727273,0.24793388,0.24793388,0.1694215,0.19008264,0.0661157,0.5082645,0.6322314,0.42975205,0.45454547,0.6652893,0.6528926,0.6570248,0.6570248,0.6694215,0.6446281,0.6487603,0.6198347,0.5495868,0.5165289,0.5661157,0.6280992,0.7066116,0.72727275,0.71900827,0.74380165,0.73140496,0.73140496,0.7231405,0.69008267,0.6528926,0.59090906,0.55785125,0.5413223,0.5082645,0.5,0.5206612,0.49173555,0.5123967,0.5371901,0.5495868,0.59917355,0.6198347,0.6280992,0.6404959,0.6570248,0.661157,0.6363636,0.57024795,0.6280992,0.6198347,0.5371901,0.5206612,0.5247934,0.5289256,0.553719,0.5661157,0.57024795,0.62396693,0.6322314,0.5495868,0.553719,0.28512397,0.25619835,0.2231405,0.24380165,0.2520661,0.19421488,0.1694215,0.09504132,0.37603307,0.661157,0.5123967,0.3553719,0.5289256,0.6280992,0.6446281,0.6570248,0.59917355,0.6322314,0.6198347,0.5785124,0.5495868,0.5082645,0.5371901,0.61570245,0.6818182,0.6859504,0.6983471,0.75619835,0.75206614,0.73966944,0.7355372,0.71487606,0.6694215,0.607438,0.5661157,0.5495868,0.5123967,0.5082645,0.5165289,0.5082645,0.5247934,0.54545456,0.57438016,0.6322314,0.6487603,0.6404959,0.661157,0.6818182,0.6735537,0.6280992,0.57024795,0.55785125,0.60330576,0.53305787,0.5165289,0.5,0.53305787,0.57024795,0.5165289,0.553719,0.61570245,0.54545456,0.47107437,0.5289256,0.2892562,0.20661157,0.23553719,0.23966943,0.25619835,0.2107438,0.2107438,0.10743801,0.2603306,0.6363636,0.5495868,0.4876033,0.38429752,0.55785125,0.6322314,0.6446281,0.57024795,0.61570245,0.58264464,0.5413223,0.5371901,0.5206612,0.553719,0.6280992,0.6404959,0.6363636,0.6859504,0.74380165,0.7355372,0.74793386,0.75619835,0.7355372,0.7066116,0.6446281,0.56198347,0.5495868,0.55785125,0.5123967,0.5165289,0.5123967,0.54545456,0.57438016,0.59504133,0.6280992,0.6363636,0.6446281,0.6735537,0.6818182,0.6694215,0.60330576,0.59917355,0.553719,0.553719,0.5289256,0.5041322,0.48347107,0.5165289,0.57024795,0.5041322,0.5165289,0.5661157,0.42561984,0.49586776,0.5082645,0.2231405,0.20661157,0.2603306,0.24793388,0.2520661,0.20661157,0.2107438,0.17355372,0.20247933,0.59917355,0.57438016,0.5785124,0.46694216,0.36363637,0.58677685,0.59090906,0.5495868,0.58677685,0.5247934,0.553719,0.5206612,0.56198347,0.56198347,0.57024795,0.56198347,0.6363636,0.6818182,0.71900827,0.74380165,0.74793386,0.76859504,0.76033056,0.71487606,0.6694215,0.61570245,0.61157024,0.6322314,0.5661157,0.5413223,0.5661157,0.57438016,0.59917355,0.61157024,0.6404959,0.6280992,0.62396693,0.6652893,0.6735537,0.6363636,0.61157024,0.58264464,0.54545456,0.5247934,0.5371901,0.5082645,0.4876033,0.5165289,0.5123967,0.47933885,0.4752066,0.3966942,0.38016528,0.57438016,0.49586776,0.18595041,0.21487603,0.24380165,0.24793388,0.27272728,0.20247933,0.21900827,0.20247933,0.17768595,0.5247934,0.5289256,0.5661157,0.553719,0.39256197,0.446281,0.48347107,0.48347107,0.5041322,0.47933885,0.5413223,0.55785125,0.57024795,0.5371901,0.5495868,0.553719,0.59917355,0.6652893,0.71487606,0.71487606,0.71900827,0.75619835,0.76033056,0.7066116,0.6652893,0.6528926,0.6528926,0.6322314,0.57438016,0.56198347,0.61570245,0.62396693,0.6322314,0.6528926,0.6570248,0.6446281,0.62396693,0.6404959,0.6322314,0.607438,0.59917355,0.5785124,0.553719,0.5289256,0.5165289,0.5289256,0.5041322,0.5206612,0.45041323,0.44214877,0.39256197,0.36363637,0.446281,0.6404959,0.45454547,0.17355372,0.23140496,0.23140496,0.2644628,0.2644628,0.2231405,0.1983471,0.24380165,0.14049587,0.5165289,0.60330576,0.60330576,0.59090906,0.5247934,0.40495867,0.32231405,0.3966942,0.42561984,0.4214876,0.46694216,0.5041322,0.5206612,0.5123967,0.5413223,0.53305787,0.57438016,0.6446281,0.677686,0.6694215,0.6942149,0.73140496,0.7231405,0.6735537,0.661157,0.6487603,0.6280992,0.61570245,0.59917355,0.60330576,0.6280992,0.6280992,0.6446281,0.661157,0.6446281,0.6528926,0.6446281,0.6487603,0.6198347,0.5661157,0.59090906,0.55785125,0.5289256,0.5413223,0.48347107,0.5082645,0.48347107,0.46694216,0.4214876,0.37603307,0.34710744,0.42975205,0.45867768,0.6280992,0.42561984,0.20247933,0.2107438,0.23966943,0.2520661,0.2520661,0.2231405,0.20661157,0.23553719,0.14049587,0.4876033,0.61157024,0.59090906,0.54545456,0.56198347,0.47107437,0.30991736,0.35950413,0.37603307,0.38842976,0.41322315,0.45867768,0.49586776,0.49586776,0.5206612,0.5289256,0.59504133,0.61157024,0.6322314,0.6652893,0.69008267,0.7066116,0.6983471,0.6694215,0.6363636,0.6404959,0.61157024,0.59917355,0.6322314,0.6528926,0.62396693,0.59090906,0.6198347,0.62396693,0.607438,0.607438,0.59917355,0.62396693,0.6198347,0.55785125,0.53305787,0.5495868,0.5082645,0.54545456,0.49173555,0.45454547,0.45454547,0.40495867,0.38016528,0.37190083,0.38016528,0.45041323,0.47933885,0.6446281,0.39256197,0.1983471,0.23966943,0.23966943,0.2644628,0.24793388,0.2231405,0.21900827,0.21900827,0.15289256,0.4338843,0.5785124,0.4876033,0.5371901,0.56198347,0.5495868,0.39256197,0.35123968,0.3429752,0.3677686,0.37603307,0.40082645,0.45454547,0.4752066,0.5041322,0.5371901,0.5495868,0.5413223,0.59917355,0.607438,0.6528926,0.6735537,0.6404959,0.6363636,0.60330576,0.59917355,0.60330576,0.57438016,0.57024795,0.56198347,0.58677685,0.59504133,0.59917355,0.59090906,0.58677685,0.5661157,0.5413223,0.57024795,0.59090906,0.5661157,0.5289256,0.49586776,0.4876033,0.5413223,0.5206612,0.4090909,0.45867768,0.37603307,0.30991736,0.38842976,0.45867768,0.5289256,0.58264464,0.6487603,0.338843,0.2107438,0.23140496,0.24793388,0.24793388,0.26859504,0.20661157,0.2231405,0.23140496,0.1322314,0.41735536,0.58264464,0.5247934,0.54545456,0.5495868,0.53305787,0.4752066,0.35950413,0.3181818,0.3677686,0.35123968,0.37190083,0.42561984,0.42975205,0.47933885,0.5,0.5082645,0.5206612,0.57024795,0.59090906,0.6198347,0.6198347,0.61570245,0.59504133,0.57024795,0.58677685,0.59917355,0.56198347,0.5247934,0.5,0.553719,0.59504133,0.58677685,0.553719,0.5413223,0.5206612,0.5082645,0.5082645,0.553719,0.5206612,0.5247934,0.47933885,0.45454547,0.5206612,0.48347107,0.3305785,0.42561984,0.38429752,0.3553719,0.41322315,0.49586776,0.5661157,0.5661157,0.6570248,0.3181818,0.20661157,0.2603306,0.25619835,0.2603306,0.25619835,0.20661157,0.21487603,0.21900827,0.17355372,0.37190083,0.61157024,0.59917355,0.57024795,0.5413223,0.54545456,0.5041322,0.43801653,0.33471075,0.338843,0.37190083,0.37603307,0.37190083,0.36363637,0.40082645,0.4876033,0.49586776,0.5,0.5165289,0.59090906,0.60330576,0.5785124,0.58677685,0.57438016,0.53305787,0.53305787,0.57024795,0.55785125,0.47933885,0.46280992,0.5206612,0.5413223,0.56198347,0.5413223,0.4876033,0.47933885,0.45454547,0.5,0.5041322,0.49173555,0.48347107,0.5165289,0.45041323,0.43801653,0.42561984,0.30165288,0.3677686,0.35123968,0.41322315,0.4338843,0.5289256,0.46694216,0.5289256,0.6735537,0.3140496,0.2231405,0.23140496,0.2603306,0.2644628,0.26859504,0.22727273,0.22727273,0.21900827,0.17768595,0.3264463,0.58677685,0.553719,0.5413223,0.5041322,0.5,0.5123967,0.4338843,0.36363637,0.40495867,0.38016528,0.3429752,0.3429752,0.3429752,0.3429752,0.43801653,0.46694216,0.47107437,0.4752066,0.5495868,0.5661157,0.553719,0.5785124,0.57024795,0.5206612,0.48347107,0.5123967,0.55785125,0.49586776,0.44214877,0.46694216,0.4752066,0.47933885,0.5123967,0.49173555,0.46694216,0.46694216,0.45041323,0.4752066,0.43801653,0.49173555,0.5413223,0.46694216,0.3966942,0.3429752,0.37603307,0.38842976,0.40082645,0.40495867,0.41735536,0.5123967,0.54545456,0.5785124,0.6446281,0.29752067,0.23553719,0.23966943,0.23966943,0.2603306,0.24380165,0.21487603,0.23140496,0.23140496,0.18181819,0.2892562,0.61157024,0.553719,0.5495868,0.58264464,0.59917355,0.56198347,0.5289256,0.42561984,0.40495867,0.41735536,0.3677686,0.36363637,0.33471075,0.3181818,0.3966942,0.42975205,0.42561984,0.46280992,0.5041322,0.54545456,0.57438016,0.57024795,0.5413223,0.5123967,0.4752066,0.45041323,0.4752066,0.45867768,0.44214877,0.42561984,0.43801653,0.4338843,0.45454547,0.45041323,0.43801653,0.45041323,0.4338843,0.446281,0.4214876,0.47107437,0.4876033,0.41735536,0.3966942,0.338843,0.38429752,0.4090909,0.37603307,0.45041323,0.46280992,0.59504133,0.607438,0.59090906,0.6652893,0.27272728,0.24380165,0.23966943,0.2644628,0.24793388,0.2644628,0.23140496,0.20661157,0.24380165,0.17355372,0.24793388,0.607438,0.57024795,0.62396693,0.6363636,0.59917355,0.56198347,0.59504133,0.47107437,0.3966942,0.40495867,0.35950413,0.41322315,0.37603307,0.338843,0.37190083,0.37190083,0.35123968,0.4090909,0.47933885,0.49173555,0.5082645,0.5041322,0.46280992,0.4752066,0.48347107,0.4090909,0.37603307,0.40082645,0.4090909,0.34710744,0.38429752,0.41735536,0.40495867,0.446281,0.4090909,0.38842976,0.38016528,0.4214876,0.40495867,0.39256197,0.43801653,0.39256197,0.36363637,0.38842976,0.4338843,0.40082645,0.45041323,0.46280992,0.4752066,0.5247934,0.5371901,0.5371901,0.6363636,0.28512397,0.23553719,0.23140496,0.2520661,0.24380165,0.27272728,6 +0.30578512,0.30578512,0.5495868,0.6652893,0.6570248,0.6735537,0.677686,0.73966944,0.75206614,0.72727275,0.74380165,0.78099173,0.78512394,0.7768595,0.78512394,0.78512394,0.77272725,0.77272725,0.7768595,0.78099173,0.7892562,0.78099173,0.7768595,0.76859504,0.75619835,0.7355372,0.7231405,0.71487606,0.7107438,0.7066116,0.7066116,0.70247936,0.6983471,0.6983471,0.6942149,0.70247936,0.71487606,0.73140496,0.74380165,0.72727275,0.73140496,0.74380165,0.7355372,0.7355372,0.73966944,0.73140496,0.74380165,0.74793386,0.75619835,0.7355372,0.74380165,0.74793386,0.73966944,0.74793386,0.77272725,0.7644628,0.78512394,0.78099173,0.5413223,0.18595041,0.08264463,0.12396694,0.12809917,0.14876033,0.32231405,0.38429752,0.6322314,0.6652893,0.6818182,0.69008267,0.71900827,0.73140496,0.74380165,0.73140496,0.76033056,0.7768595,0.7768595,0.76859504,0.77272725,0.78099173,0.7768595,0.7768595,0.7768595,0.77272725,0.78099173,0.78512394,0.77272725,0.77272725,0.76033056,0.74793386,0.73140496,0.72727275,0.73140496,0.72727275,0.71900827,0.7066116,0.70247936,0.70247936,0.6942149,0.71900827,0.7231405,0.72727275,0.73140496,0.73140496,0.7355372,0.74793386,0.75206614,0.7355372,0.74380165,0.74380165,0.73966944,0.74380165,0.74380165,0.7355372,0.75619835,0.74380165,0.7644628,0.7644628,0.77272725,0.7768595,0.78512394,0.79752064,0.6983471,0.36363637,0.1322314,0.10743801,0.11570248,0.11157025,0.338843,0.47933885,0.6859504,0.6735537,0.69008267,0.7231405,0.73966944,0.75206614,0.74793386,0.76033056,0.77272725,0.7644628,0.77272725,0.78512394,0.78099173,0.78099173,0.78099173,0.78099173,0.7933884,0.7892562,0.7892562,0.7892562,0.78512394,0.79752064,0.7892562,0.7644628,0.73966944,0.7355372,0.74380165,0.73140496,0.7355372,0.73966944,0.72727275,0.71900827,0.71900827,0.7231405,0.7355372,0.74380165,0.7355372,0.7355372,0.74380165,0.75206614,0.74793386,0.74380165,0.73966944,0.7355372,0.73140496,0.74380165,0.7355372,0.73966944,0.73966944,0.75206614,0.75619835,0.7644628,0.76859504,0.7768595,0.79752064,0.7892562,0.79752064,0.57024795,0.22727273,0.16115703,0.11983471,0.12809917,0.3181818,0.5413223,0.677686,0.677686,0.70247936,0.73966944,0.75619835,0.74793386,0.74793386,0.74380165,0.75206614,0.74793386,0.75619835,0.75619835,0.75619835,0.76859504,0.78099173,0.78099173,0.7933884,0.8016529,0.79752064,0.79752064,0.79752064,0.8016529,0.78099173,0.7644628,0.74793386,0.75206614,0.75206614,0.74380165,0.75206614,0.75619835,0.73140496,0.72727275,0.73140496,0.7355372,0.74793386,0.74793386,0.74380165,0.7355372,0.73966944,0.74793386,0.73140496,0.72727275,0.74793386,0.72727275,0.7355372,0.7066116,0.73140496,0.74793386,0.75206614,0.7355372,0.74380165,0.75206614,0.76033056,0.7892562,0.80991733,0.80991733,0.8016529,0.75619835,0.35950413,0.23140496,0.19008264,0.15289256,0.36363637,0.61570245,0.6694215,0.69008267,0.6942149,0.73966944,0.74380165,0.72727275,0.73140496,0.72727275,0.74793386,0.74380165,0.7355372,0.73966944,0.73966944,0.75206614,0.7644628,0.76859504,0.7892562,0.7933884,0.8016529,0.8057851,0.7892562,0.79752064,0.78512394,0.75206614,0.74793386,0.74380165,0.74380165,0.75619835,0.7644628,0.7644628,0.75619835,0.75206614,0.75619835,0.74793386,0.74793386,0.75206614,0.73966944,0.73140496,0.73140496,0.74380165,0.72727275,0.73140496,0.74793386,0.73966944,0.7355372,0.7231405,0.7107438,0.72727275,0.74380165,0.72727275,0.72727275,0.73140496,0.75206614,0.78512394,0.8140496,0.8264463,0.80991733,0.8429752,0.53305787,0.2892562,0.26859504,0.16115703,0.44214877,0.6528926,0.661157,0.6818182,0.70247936,0.71487606,0.72727275,0.73140496,0.71487606,0.70247936,0.7231405,0.7355372,0.74380165,0.72727275,0.7355372,0.74793386,0.76033056,0.76859504,0.78099173,0.7933884,0.79752064,0.7933884,0.79752064,0.79752064,0.7892562,0.76859504,0.76859504,0.76033056,0.75206614,0.76033056,0.76859504,0.76859504,0.76033056,0.75619835,0.75619835,0.75619835,0.74380165,0.73966944,0.71900827,0.69008267,0.6942149,0.69008267,0.677686,0.6694215,0.6735537,0.6735537,0.6487603,0.6528926,0.6487603,0.6446281,0.6859504,0.7066116,0.71487606,0.71487606,0.7355372,0.75619835,0.7768595,0.8264463,0.8305785,0.8512397,0.7231405,0.28099173,0.36363637,0.18181819,0.553719,0.6570248,0.6652893,0.677686,0.7066116,0.71900827,0.7066116,0.677686,0.6652893,0.607438,0.6280992,0.6528926,0.6694215,0.661157,0.62396693,0.6446281,0.6446281,0.6404959,0.6942149,0.7231405,0.7231405,0.74380165,0.76859504,0.78512394,0.77272725,0.75619835,0.76859504,0.7644628,0.75619835,0.75619835,0.75206614,0.74380165,0.75619835,0.7355372,0.6983471,0.70247936,0.6859504,0.6570248,0.607438,0.5661157,0.5371901,0.5082645,0.4876033,0.5041322,0.5289256,0.5206612,0.5206612,0.53305787,0.5247934,0.5371901,0.56198347,0.5785124,0.61570245,0.69008267,0.72727275,0.75619835,0.7355372,0.8016529,0.8429752,0.8429752,0.8553719,0.34710744,0.34710744,0.23966943,0.6198347,0.6363636,0.6363636,0.6942149,0.7107438,0.69008267,0.61570245,0.5413223,0.56198347,0.59917355,0.5785124,0.553719,0.5165289,0.5247934,0.47107437,0.47107437,0.47107437,0.446281,0.48347107,0.56198347,0.54545456,0.57024795,0.6735537,0.69008267,0.6983471,0.7355372,0.75619835,0.75619835,0.74380165,0.7355372,0.7231405,0.7066116,0.6942149,0.6694215,0.6280992,0.6198347,0.59504133,0.5413223,0.5,0.47107437,0.41735536,0.37603307,0.3553719,0.37603307,0.35123968,0.3553719,0.37190083,0.40082645,0.41735536,0.446281,0.47933885,0.5041322,0.5206612,0.5289256,0.6322314,0.71900827,0.75619835,0.7933884,0.8347107,0.8305785,0.90495867,0.5041322,0.3677686,0.24793388,0.6570248,0.59917355,0.6280992,0.70247936,0.6735537,0.5661157,0.5123967,0.5041322,0.5371901,0.5371901,0.5206612,0.5247934,0.46280992,0.4090909,0.38016528,0.38429752,0.37603307,0.3553719,0.37190083,0.3966942,0.42975205,0.43801653,0.53305787,0.607438,0.6446281,0.71900827,0.75206614,0.74793386,0.73140496,0.73140496,0.7231405,0.6983471,0.6735537,0.6322314,0.5785124,0.56198347,0.5247934,0.46280992,0.4214876,0.40082645,0.3677686,0.35950413,0.3305785,0.3140496,0.29338843,0.3181818,0.338843,0.35950413,0.3966942,0.44214877,0.47107437,0.5041322,0.5206612,0.56198347,0.57024795,0.5413223,0.6280992,0.77272725,0.8140496,0.8264463,0.87603307,0.6983471,0.3553719,0.29338843,0.6446281,0.6322314,0.6818182,0.6694215,0.5165289,0.5041322,0.5289256,0.57438016,0.59504133,0.62396693,0.6322314,0.661157,0.6363636,0.5413223,0.4876033,0.45454547,0.41735536,0.38429752,0.38016528,0.3966942,0.4214876,0.446281,0.47933885,0.5165289,0.59504133,0.6818182,0.76033056,0.77272725,0.74793386,0.74380165,0.74380165,0.71900827,0.7066116,0.661157,0.58677685,0.54545456,0.5123967,0.45041323,0.40495867,0.38429752,0.37190083,0.3677686,0.35123968,0.3553719,0.3677686,0.4090909,0.45454547,0.5123967,0.5661157,0.59504133,0.61570245,0.62396693,0.6652893,0.677686,0.6859504,0.6446281,0.5371901,0.6363636,0.8016529,0.8181818,0.8429752,0.8471074,0.4090909,0.25619835,0.6487603,0.6570248,0.6652893,0.5785124,0.4752066,0.59917355,0.661157,0.69008267,0.6859504,0.7231405,0.75206614,0.74380165,0.72727275,0.677686,0.6446281,0.607438,0.5785124,0.5495868,0.5082645,0.5082645,0.5289256,0.5371901,0.553719,0.5785124,0.59090906,0.661157,0.76859504,0.8057851,0.79752064,0.76859504,0.7644628,0.76859504,0.75619835,0.73140496,0.6942149,0.6363636,0.5661157,0.4876033,0.42561984,0.38842976,0.38429752,0.38429752,0.41735536,0.46694216,0.5206612,0.54545456,0.58677685,0.6198347,0.6363636,0.6446281,0.661157,0.6570248,0.7066116,0.74380165,0.74793386,0.75619835,0.6528926,0.5413223,0.6735537,0.79752064,0.822314,0.89669424,0.58264464,0.19421488,0.6446281,0.6694215,0.61157024,0.5371901,0.5206612,0.6528926,0.7231405,0.74380165,0.73140496,0.7355372,0.75619835,0.75619835,0.72727275,0.69008267,0.6652893,0.6404959,0.61157024,0.59090906,0.54545456,0.5082645,0.5123967,0.5247934,0.54545456,0.58677685,0.6322314,0.677686,0.7644628,0.80991733,0.8016529,0.78099173,0.7768595,0.78099173,0.7892562,0.8016529,0.7892562,0.71487606,0.56198347,0.42975205,0.3677686,0.3305785,0.32231405,0.35123968,0.42975205,0.5165289,0.5785124,0.5785124,0.61157024,0.6528926,0.6446281,0.6487603,0.6652893,0.6735537,0.7355372,0.77272725,0.74793386,0.73140496,0.76033056,0.6942149,0.61157024,0.7231405,0.8347107,0.8719008,0.76859504,0.19008264,0.6652893,0.661157,0.58677685,0.6487603,0.677686,0.69008267,0.7066116,0.7107438,0.71487606,0.7231405,0.74380165,0.74793386,0.6983471,0.6528926,0.61157024,0.58677685,0.57024795,0.5495868,0.5206612,0.4876033,0.47933885,0.4752066,0.49586776,0.5247934,0.57024795,0.6404959,0.74380165,0.8057851,0.80991733,0.8016529,0.79752064,0.78099173,0.79752064,0.8305785,0.80991733,0.6652893,0.47107437,0.35123968,0.3181818,0.3181818,0.3140496,0.32231405,0.3677686,0.446281,0.5123967,0.5371901,0.5495868,0.59917355,0.61157024,0.607438,0.6198347,0.6528926,0.74380165,0.8016529,0.75619835,0.69008267,0.69008267,0.7355372,0.7355372,0.677686,0.79752064,0.8429752,0.8677686,0.37190083,0.6859504,0.6363636,0.6446281,0.7107438,0.73140496,0.6942149,0.6942149,0.677686,0.677686,0.6694215,0.6735537,0.6694215,0.6280992,0.60330576,0.57024795,0.55785125,0.5206612,0.5123967,0.47933885,0.46694216,0.45454547,0.45454547,0.45454547,0.48347107,0.5413223,0.59504133,0.7066116,0.79752064,0.8140496,0.8140496,0.8057851,0.7768595,0.79752064,0.8347107,0.7892562,0.59504133,0.39256197,0.3140496,0.30991736,0.3264463,0.3181818,0.30991736,0.3305785,0.37603307,0.45867768,0.49586776,0.49586776,0.5413223,0.55785125,0.58264464,0.59090906,0.6322314,0.6983471,0.7768595,0.76859504,0.6818182,0.661157,0.6983471,0.8057851,0.73966944,0.74793386,0.8305785,0.8801653,0.58677685,0.7107438,0.6942149,0.71487606,0.74793386,0.74793386,0.6942149,0.6570248,0.6198347,0.607438,0.6198347,0.6322314,0.6280992,0.59504133,0.5165289,0.45041323,0.53305787,0.42561984,0.4214876,0.45041323,0.45454547,0.4338843,0.4214876,0.3966942,0.4338843,0.553719,0.59504133,0.6818182,0.7933884,0.80991733,0.80991733,0.8016529,0.7644628,0.7892562,0.822314,0.7933884,0.57438016,0.38429752,0.3677686,0.35123968,0.32231405,0.30578512,0.29338843,0.3140496,0.3181818,0.3429752,0.38016528,0.34710744,0.41735536,0.4214876,0.49173555,0.56198347,0.6487603,0.72727275,0.69008267,0.70247936,0.71487606,0.6446281,0.61157024,0.76033056,0.80991733,0.74380165,0.80991733,0.8595041,0.74793386,0.7107438,0.7066116,0.75619835,0.76033056,0.73966944,0.661157,0.58677685,0.553719,0.57024795,0.57024795,0.5413223,0.42975205,0.446281,0.38429752,0.19008264,0.41735536,0.2603306,0.30165288,0.42975205,0.38429752,0.38842976,0.3966942,0.39256197,0.42975205,0.56198347,0.6198347,0.69008267,0.76859504,0.78512394,0.8016529,0.80991733,0.76033056,0.77272725,0.8016529,0.8016529,0.6404959,0.45454547,0.4338843,0.39256197,0.30991736,0.26859504,0.23966943,0.2644628,0.28512397,0.2107438,0.22727273,0.14049587,0.22727273,0.1983471,0.2107438,0.38016528,0.48347107,0.59504133,0.7066116,0.60330576,0.6983471,0.661157,0.5661157,0.7066116,0.8181818,0.78099173,0.7892562,0.8140496,0.838843,0.7066116,0.71487606,0.77272725,0.75619835,0.7107438,0.59090906,0.5247934,0.49173555,0.48347107,0.446281,0.48347107,0.40495867,0.37190083,0.42975205,0.1570248,0.26859504,0.3140496,0.37603307,0.53305787,0.4090909,0.39256197,0.40495867,0.43801653,0.5289256,0.59504133,0.6487603,0.71487606,0.74380165,0.75619835,0.7933884,0.822314,0.75619835,0.75206614,0.78512394,0.7892562,0.73966944,0.56198347,0.46280992,0.40495867,0.32231405,0.2603306,0.23966943,0.28512397,0.338843,0.24793388,0.26859504,0.18181819,0.19421488,0.2231405,0.1983471,0.41735536,0.446281,0.4214876,0.4876033,0.56198347,0.6322314,0.6652893,0.5371901,0.6363636,0.7768595,0.8057851,0.78099173,0.80991733,0.8636364,0.7066116,0.73140496,0.76859504,0.73140496,0.6818182,0.60330576,0.54545456,0.49173555,0.5247934,0.5413223,0.58677685,0.58677685,0.5082645,0.49586776,0.41735536,0.45041323,0.45867768,0.45867768,0.5123967,0.5041322,0.49586776,0.5123967,0.5165289,0.5785124,0.661157,0.70247936,0.71900827,0.7231405,0.73966944,0.7892562,0.838843,0.7644628,0.7355372,0.7644628,0.77272725,0.78099173,0.7107438,0.57024795,0.46280992,0.4090909,0.3553719,0.3264463,0.3264463,0.3429752,0.33471075,0.35123968,0.35950413,0.4214876,0.42975205,0.4338843,0.5041322,0.59090906,0.59917355,0.57438016,0.553719,0.62396693,0.6570248,0.58677685,0.607438,0.7231405,0.822314,0.76859504,0.80991733,0.8471074,0.69008267,0.74380165,0.78512394,0.75619835,0.72727275,0.6983471,0.6859504,0.661157,0.6859504,0.7107438,0.71900827,0.71900827,0.6818182,0.6322314,0.58677685,0.56198347,0.54545456,0.5165289,0.5165289,0.5413223,0.56198347,0.58264464,0.59090906,0.6446281,0.7231405,0.73966944,0.71487606,0.72727275,0.75619835,0.8057851,0.8429752,0.78512394,0.73966944,0.75206614,0.76033056,0.77272725,0.7768595,0.71900827,0.59917355,0.5041322,0.44214877,0.40082645,0.37190083,0.35950413,0.3553719,0.38016528,0.41322315,0.46694216,0.5165289,0.5413223,0.57024795,0.6363636,0.6859504,0.7231405,0.74380165,0.73140496,0.7066116,0.6363636,0.6528926,0.7107438,0.8264463,0.78099173,0.8181818,0.838843,0.6983471,0.76033056,0.7933884,0.78512394,0.7644628,0.74793386,0.7355372,0.7066116,0.72727275,0.74380165,0.72727275,0.7107438,0.6859504,0.6487603,0.6198347,0.59504133,0.58677685,0.58677685,0.59917355,0.6198347,0.6528926,0.6818182,0.6818182,0.7107438,0.75619835,0.74380165,0.71900827,0.74380165,0.7768595,0.8057851,0.8305785,0.7933884,0.75206614,0.74793386,0.75206614,0.7644628,0.77272725,0.76859504,0.7355372,0.661157,0.59090906,0.53305787,0.49586776,0.46280992,0.42975205,0.42561984,0.4214876,0.45454547,0.48347107,0.5247934,0.553719,0.59917355,0.6652893,0.71487606,0.74793386,0.74793386,0.76033056,0.73140496,0.74380165,0.75619835,0.8181818,0.7892562,0.8140496,0.8264463,0.7107438,0.77272725,0.7892562,0.7933884,0.78099173,0.78099173,0.7768595,0.7355372,0.71900827,0.71900827,0.71487606,0.7066116,0.69008267,0.6735537,0.6487603,0.6363636,0.6404959,0.6694215,0.6983471,0.72727275,0.7355372,0.7231405,0.71900827,0.74793386,0.76859504,0.74380165,0.73966944,0.7644628,0.7768595,0.8016529,0.8181818,0.7892562,0.75619835,0.74793386,0.75206614,0.76033056,0.76859504,0.77272725,0.77272725,0.76033056,0.71487606,0.6652893,0.6322314,0.59917355,0.56198347,0.5495868,0.5206612,0.5289256,0.5247934,0.55785125,0.59504133,0.6198347,0.6528926,0.6942149,0.72727275,0.73966944,0.7768595,0.7231405,0.77272725,0.80991733,0.822314,0.79752064,0.80991733,0.822314,0.73140496,0.78512394,0.78099173,0.8016529,0.79752064,0.79752064,0.80991733,0.79752064,0.7768595,0.7644628,0.74793386,0.74793386,0.73966944,0.73966944,0.73140496,0.73140496,0.7355372,0.75619835,0.7644628,0.77272725,0.75619835,0.73140496,0.7355372,0.75206614,0.74793386,0.74793386,0.76859504,0.7768595,0.77272725,0.78512394,0.79752064,0.78512394,0.75206614,0.75206614,0.76033056,0.7644628,0.7644628,0.77272725,0.78099173,0.7892562,0.77272725,0.71900827,0.6818182,0.661157,0.6446281,0.6404959,0.61157024,0.607438,0.59090906,0.62396693,0.6487603,0.6694215,0.69008267,0.71487606,0.73966944,0.7644628,0.78512394,0.7768595,0.7933884,0.8264463,0.8264463,0.822314,0.8016529,0.8140496,0.73966944,0.78512394,0.78099173,0.8057851,0.8140496,0.8016529,0.8140496,0.822314,0.8140496,0.8016529,0.7933884,0.7933884,0.7933884,0.7933884,0.7933884,0.7892562,0.77272725,0.7768595,0.7892562,0.78512394,0.76859504,0.74793386,0.7355372,0.72727275,0.7231405,0.73966944,0.76859504,0.7933884,0.78099173,0.76859504,0.7768595,0.78512394,0.75206614,0.74793386,0.7644628,0.76859504,0.76859504,0.76033056,0.76033056,0.7892562,0.79752064,0.74380165,0.6942149,0.6652893,0.6528926,0.6404959,0.6404959,0.6570248,0.6404959,0.6652893,0.677686,0.6942149,0.72727275,0.74380165,0.7644628,0.78099173,0.8016529,0.8016529,0.822314,0.8347107,0.8264463,0.8305785,0.8057851,0.8057851,0.74380165,0.78099173,0.7892562,0.8057851,0.822314,0.8140496,0.822314,0.8305785,0.822314,0.8140496,0.8140496,0.8140496,0.8140496,0.8016529,0.8140496,0.8016529,0.78099173,0.7768595,0.78512394,0.7933884,0.78099173,0.74380165,0.7107438,0.70247936,0.7107438,0.73140496,0.7644628,0.7933884,0.78099173,0.76033056,0.7644628,0.7768595,0.75206614,0.74380165,0.77272725,0.78512394,0.76033056,0.74380165,0.72727275,0.7644628,0.7768595,0.73140496,0.6942149,0.6652893,0.6487603,0.61570245,0.6363636,0.6652893,0.6652893,0.6818182,0.6942149,0.7107438,0.74380165,0.7644628,0.7768595,0.79752064,0.822314,0.822314,0.8347107,0.8305785,0.8347107,0.8305785,0.8016529,0.78512394,0.74380165,0.77272725,0.77272725,0.79752064,0.8181818,0.822314,0.8264463,0.8471074,0.8305785,0.8264463,0.8347107,0.8305785,0.822314,0.8140496,0.8140496,0.8016529,0.77272725,0.7644628,0.78512394,0.79752064,0.76859504,0.71900827,0.70247936,0.7107438,0.7107438,0.72727275,0.7644628,0.78512394,0.78512394,0.7644628,0.74793386,0.76033056,0.76859504,0.74793386,0.77272725,0.79752064,0.76033056,0.7355372,0.71900827,0.74380165,0.73966944,0.6446281,0.62396693,0.6487603,0.6446281,0.59090906,0.60330576,0.6487603,0.6735537,0.6942149,0.7107438,0.7231405,0.7355372,0.76033056,0.78512394,0.8140496,0.8429752,0.838843,0.838843,0.8181818,0.8181818,0.8264463,0.8057851,0.75619835,0.74380165,0.76033056,0.7644628,0.78099173,0.8016529,0.8181818,0.8264463,0.8512397,0.8347107,0.838843,0.8429752,0.8347107,0.8264463,0.8140496,0.79752064,0.7892562,0.75619835,0.75206614,0.78099173,0.7644628,0.7231405,0.71900827,0.73140496,0.73140496,0.72727275,0.73140496,0.76033056,0.7892562,0.7892562,0.76033056,0.7355372,0.74380165,0.78512394,0.76033056,0.76859504,0.822314,0.7768595,0.7355372,0.74793386,0.76033056,0.75206614,0.55785125,0.4752066,0.5495868,0.59090906,0.57438016,0.5785124,0.62396693,0.6528926,0.69008267,0.71487606,0.71900827,0.7231405,0.73966944,0.7892562,0.8305785,0.8595041,0.8471074,0.8264463,0.80991733,0.7933884,0.8140496,0.8140496,0.74793386,0.73966944,0.75619835,0.75619835,0.77272725,0.78512394,0.8140496,0.8305785,0.8429752,0.838843,0.8512397,0.8471074,0.8264463,0.822314,0.8057851,0.78512394,0.7644628,0.72727275,0.71487606,0.73140496,0.7066116,0.6983471,0.74380165,0.74793386,0.73966944,0.73140496,0.7231405,0.73966944,0.79752064,0.8181818,0.75206614,0.7107438,0.71487606,0.76033056,0.74793386,0.78512394,0.838843,0.7644628,0.7355372,0.76859504,0.78512394,0.77272725,0.5206612,0.39256197,0.42561984,0.47933885,0.5247934,0.5413223,0.57024795,0.61157024,0.661157,0.6859504,0.6942149,0.71900827,0.73140496,0.78099173,0.8264463,0.8595041,0.8429752,0.80991733,0.78512394,0.78512394,0.79752064,0.8057851,0.76859504,0.73966944,0.75206614,0.75619835,0.76033056,0.76859504,0.80991733,0.8264463,0.8347107,0.8347107,0.838843,0.838843,0.8181818,0.8181818,0.7933884,0.76859504,0.7231405,0.6528926,0.6198347,0.661157,0.6652893,0.677686,0.73140496,0.7355372,0.71900827,0.6983471,0.6942149,0.6942149,0.75619835,0.8057851,0.7231405,0.661157,0.6487603,0.6652893,0.6694215,0.72727275,0.75619835,0.69008267,0.661157,0.6942149,0.7355372,0.72727275,0.5,0.40495867,0.38429752,0.3677686,0.42975205,0.47933885,0.5123967,0.5495868,0.59917355,0.6404959,0.6528926,0.7066116,0.7231405,0.75619835,0.8016529,0.8305785,0.80991733,0.7892562,0.7644628,0.74380165,0.7768595,0.8016529,0.7768595,0.75619835,0.74793386,0.74793386,0.75206614,0.7644628,0.7892562,0.80991733,0.822314,0.822314,0.8140496,0.8181818,0.8057851,0.8016529,0.78099173,0.7355372,0.6404959,0.5247934,0.5413223,0.6487603,0.6570248,0.6528926,0.6735537,0.6404959,0.58677685,0.58264464,0.61570245,0.6363636,0.6694215,0.71900827,0.6694215,0.60330576,0.59090906,0.58264464,0.59504133,0.6446281,0.6487603,0.56198347,0.47933885,0.49586776,0.59504133,0.59917355,0.46694216,0.42975205,0.41735536,0.33471075,0.3140496,0.40082645,0.45867768,0.4876033,0.5289256,0.59504133,0.61570245,0.6652893,0.6983471,0.73140496,0.7644628,0.78099173,0.75619835,0.76033056,0.74793386,0.6694215,0.7644628,0.79752064,0.78099173,0.75619835,0.74380165,0.73966944,0.74793386,0.75619835,0.7768595,0.7892562,0.8016529,0.80991733,0.7933884,0.79752064,0.79752064,0.78099173,0.76033056,0.6694215,0.5123967,0.4338843,0.57024795,0.6735537,0.6735537,0.661157,0.6487603,0.57438016,0.47107437,0.5041322,0.58264464,0.61157024,0.6198347,0.6446281,0.61570245,0.54545456,0.5371901,0.5371901,0.56198347,0.61157024,0.58264464,0.47933885,0.39256197,0.4214876,0.5495868,0.5413223,0.45041323,0.43801653,0.45041323,0.41322315,0.2603306,0.29752067,0.38429752,0.44214877,0.47933885,0.53305787,0.57438016,0.62396693,0.661157,0.6983471,0.7231405,0.7355372,0.7107438,0.7355372,0.7355372,0.6859504,0.75206614,0.76859504,0.78099173,0.7355372,0.74380165,0.7355372,0.75206614,0.7644628,0.77272725,0.77272725,0.78512394,0.7933884,0.7892562,0.7892562,0.78512394,0.75206614,0.6859504,0.5413223,0.40082645,0.49586776,0.661157,0.70247936,0.69008267,0.6735537,0.6570248,0.61157024,0.5413223,0.56198347,0.607438,0.607438,0.60330576,0.61157024,0.58677685,0.49586776,0.46694216,0.5,0.5495868,0.57024795,0.5289256,0.5123967,0.5123967,0.54545456,0.6322314,0.5661157,0.44214877,0.4338843,0.45454547,0.4752066,0.338843,0.2231405,0.29752067,0.38842976,0.44214877,0.48347107,0.5247934,0.58677685,0.62396693,0.6735537,0.677686,0.70247936,0.6818182,0.7107438,0.71900827,0.7231405,0.7355372,0.73966944,0.78512394,0.7066116,0.74380165,0.73966944,0.75206614,0.76859504,0.76859504,0.7644628,0.7768595,0.7768595,0.7892562,0.78512394,0.7644628,0.6983471,0.55785125,0.4090909,0.41322315,0.61570245,0.7066116,0.7107438,0.70247936,0.677686,0.6446281,0.62396693,0.607438,0.59917355,0.58677685,0.58677685,0.607438,0.61570245,0.59090906,0.49173555,0.4214876,0.45867768,0.5247934,0.5413223,0.5247934,0.5371901,0.5661157,0.59917355,0.6528926,0.56198347,0.446281,0.42975205,0.45041323,0.46694216,0.45041323,0.27272728,0.21900827,0.3140496,0.3966942,0.43801653,0.47933885,0.553719,0.59917355,0.6446281,0.6570248,0.677686,0.6652893,0.69008267,0.6942149,0.7066116,0.73140496,0.72727275,0.75206614,0.6983471,0.73140496,0.74793386,0.74793386,0.75206614,0.76033056,0.75619835,0.76859504,0.77272725,0.7768595,0.76859504,0.71900827,0.60330576,0.4214876,0.3677686,0.5413223,0.6859504,0.7066116,0.71487606,0.70247936,0.6859504,0.6487603,0.58677685,0.58264464,0.60330576,0.58264464,0.54545456,0.57438016,0.607438,0.57438016,0.49586776,0.41735536,0.4214876,0.47107437,0.49173555,0.5165289,0.5247934,0.5206612,0.57438016,0.6322314,0.5661157,0.4752066,0.45454547,0.45454547,0.45454547,0.45867768,0.38842976,0.23140496,0.21487603,0.338843,0.41322315,0.45454547,0.5123967,0.5661157,0.61570245,0.6528926,0.6570248,0.6570248,0.6694215,0.6694215,0.6859504,0.73140496,0.71487606,0.7107438,0.70247936,0.71487606,0.75206614,0.74380165,0.73140496,0.75206614,0.74793386,0.7644628,0.7644628,0.75619835,0.73140496,0.6404959,0.4752066,0.338843,0.45867768,0.6570248,0.70247936,0.6735537,0.6942149,0.6942149,0.69008267,0.6446281,0.55785125,0.5413223,0.5661157,0.553719,0.5123967,0.5123967,0.5413223,0.5041322,0.45867768,0.4338843,0.4338843,0.45454547,0.4876033,0.5165289,0.5247934,0.5123967,0.5495868,0.61157024,0.58677685,0.5371901,0.5041322,0.46280992,0.44214877,0.41735536,0.42561984,0.35123968,0.20247933,0.2520661,0.39256197,0.446281,0.4752066,0.53305787,0.59090906,0.6487603,0.6487603,0.6487603,0.6570248,0.6404959,0.677686,0.72727275,0.7107438,0.6818182,0.6652893,0.6983471,0.73966944,0.75619835,0.7231405,0.74793386,0.74380165,0.76033056,0.75619835,0.73966944,0.69008267,0.5413223,0.34710744,0.37603307,0.57438016,0.6652893,0.6652893,0.62396693,0.6404959,0.6652893,0.6487603,0.59917355,0.553719,0.553719,0.5495868,0.5165289,0.5082645,0.4752066,0.4752066,0.43801653,0.4214876,0.45454547,0.48347107,0.49173555,0.5206612,0.5495868,0.54545456,0.53305787,0.5371901,0.58677685,0.5785124,0.58264464,0.56198347,0.49173555,0.4338843,0.3966942,0.3966942,0.41735536,0.33471075,0.20247933,0.3181818,0.46280992,0.46694216,0.5165289,0.59090906,0.6404959,0.6528926,0.6735537,0.6528926,0.6280992,0.6735537,0.7231405,0.7066116,0.6942149,0.6280992,0.6694215,0.71900827,0.7644628,0.71487606,0.7355372,0.74793386,0.76033056,0.75206614,0.72727275,0.6363636,0.4214876,0.3181818,0.49173555,0.59917355,0.6198347,0.6198347,0.60330576,0.59917355,0.60330576,0.61570245,0.58264464,0.5413223,0.5495868,0.5495868,0.49586776,0.5,0.4752066,0.446281,0.4214876,0.42975205,0.49173555,0.5289256,0.5247934,0.5123967,0.5495868,0.5371901,0.5206612,0.5495868,0.58677685,0.57438016,0.5785124,0.58677685,0.5413223,0.46280992,0.40082645,0.37190083,0.3966942,0.4090909,0.3140496,0.20661157,0.45867768,0.5165289,0.5371901,0.58677685,0.6446281,0.6652893,0.6983471,0.6404959,0.6404959,0.661157,0.7107438,0.6942149,0.6983471,0.6280992,0.6570248,0.70247936,0.76033056,0.7231405,0.71900827,0.73966944,0.75619835,0.75206614,0.71487606,0.553719,0.3140496,0.38429752,0.55785125,0.5785124,0.5785124,0.58264464,0.59917355,0.59504133,0.57024795,0.62396693,0.60330576,0.5413223,0.55785125,0.5785124,0.5495868,0.53305787,0.5165289,0.47933885,0.46694216,0.49173555,0.553719,0.58264464,0.55785125,0.5247934,0.5495868,0.53305787,0.5289256,0.56198347,0.60330576,0.59917355,0.58264464,0.59504133,0.57438016,0.5082645,0.42975205,0.38429752,0.36363637,0.37190083,0.40082645,0.23966943,0.35123968,0.5661157,0.58264464,0.58677685,0.6570248,0.6735537,0.6983471,0.6404959,0.6487603,0.6404959,0.7066116,0.6818182,0.6694215,0.6198347,0.6446281,0.6942149,0.74793386,0.74380165,0.73140496,0.73966944,0.75206614,0.76033056,0.6983471,0.46280992,0.2768595,0.46280992,0.55785125,0.55785125,0.56198347,0.57024795,0.59090906,0.59090906,0.57438016,0.6363636,0.61570245,0.553719,0.57438016,0.60330576,0.62396693,0.59504133,0.5661157,0.5413223,0.5289256,0.54545456,0.57024795,0.5661157,0.54545456,0.5165289,0.5206612,0.5206612,0.5247934,0.54545456,0.59504133,0.60330576,0.59504133,0.61157024,0.59504133,0.54545456,0.44214877,0.38842976,0.32231405,0.35123968,0.38016528,0.35123968,0.21900827,0.5413223,0.61157024,0.59090906,0.6652893,0.6818182,0.71900827,0.6280992,0.6570248,0.661157,0.6983471,0.6983471,0.6322314,0.607438,0.6363636,0.69008267,0.71900827,0.74380165,0.74793386,0.74793386,0.76033056,0.7644628,0.6818182,0.38429752,0.25619835,0.5165289,0.53305787,0.5289256,0.56198347,0.58264464,0.59090906,0.57438016,0.57438016,0.61157024,0.58677685,0.553719,0.56198347,0.58677685,0.59504133,0.5661157,0.5413223,0.5165289,0.49173555,0.5041322,0.5,0.4752066,0.47107437,0.45041323,0.446281,0.45454547,0.45867768,0.4752066,0.5123967,0.53305787,0.53305787,0.5495868,0.54545456,0.53305787,0.446281,0.37190083,0.32231405,0.3181818,0.3553719,0.3966942,0.19421488,0.5,0.6198347,0.59917355,0.6652893,0.6942149,0.74793386,0.6363636,0.661157,0.677686,0.6859504,0.6942149,0.58677685,0.60330576,0.6198347,0.6818182,0.70247936,0.71487606,0.74380165,0.74793386,0.76033056,0.75206614,0.6570248,0.338843,0.2644628,0.553719,0.5247934,0.5,0.57438016,0.61570245,0.59504133,0.5495868,0.5289256,0.5413223,0.5413223,0.5165289,0.5247934,0.5495868,0.4876033,0.5041322,0.5371901,0.5,0.45454547,0.45041323,0.47933885,0.4876033,0.47933885,0.43801653,0.41322315,0.46694216,0.47933885,0.41322315,0.46694216,0.45454547,0.37603307,0.3553719,0.36363637,0.38842976,0.37190083,0.3264463,0.338843,0.29752067,0.3305785,0.41322315,0.21487603,0.49173555,0.62396693,0.59917355,0.6363636,0.677686,0.7231405,0.6735537,0.6487603,0.69008267,0.6983471,0.6942149,0.5165289,0.59917355,0.60330576,0.6570248,0.7231405,0.72727275,0.73966944,0.74793386,0.75619835,0.73966944,0.6404959,0.32231405,0.29752067,0.57024795,0.53305787,0.5082645,0.55785125,0.58677685,0.5247934,0.43801653,0.45454547,0.54545456,0.61157024,0.59917355,0.57438016,0.6942149,0.59504133,0.6570248,0.8016529,0.7066116,0.6198347,0.60330576,0.6570248,0.6818182,0.6735537,0.59504133,0.5413223,0.6363636,0.6446281,0.49173555,0.58677685,0.5206612,0.33471075,0.23140496,0.18595041,0.1983471,0.22727273,0.2644628,0.30991736,0.30578512,0.3181818,0.38842976,0.2768595,0.5371901,0.6363636,0.60330576,0.61570245,0.661157,0.71487606,0.69008267,0.661157,0.7107438,0.73140496,0.6652893,0.45041323,0.57024795,0.57438016,0.6322314,0.73140496,0.75619835,0.73140496,0.7107438,0.7231405,0.7355372,0.6322314,0.34710744,0.30578512,0.59090906,0.53305787,0.5206612,0.5082645,0.4752066,0.30991736,0.24380165,0.4752066,0.6487603,0.71900827,0.71487606,0.62396693,0.78512394,0.7355372,0.73140496,0.89669424,0.838843,0.75619835,0.70247936,0.74793386,0.7768595,0.74793386,0.6570248,0.45041323,0.553719,0.5785124,0.42975205,0.60330576,0.5247934,0.3305785,0.18595041,0.09917355,0.12809917,0.13636364,0.21487603,0.30165288,0.3264463,0.3181818,0.3553719,0.34710744,0.59504133,0.6404959,0.61570245,0.6198347,0.6528926,0.7066116,0.71487606,0.6694215,0.70247936,0.73140496,0.61570245,0.37603307,0.5041322,0.553719,0.6198347,0.7107438,0.76033056,0.677686,0.6735537,0.72727275,0.74380165,0.6363636,0.40495867,0.32231405,0.58264464,0.5413223,0.5289256,0.5,0.30991736,0.14876033,0.11157025,0.3305785,0.5289256,0.58677685,0.6818182,0.42975205,0.5123967,0.57438016,0.46694216,0.6363636,0.6446281,0.553719,0.42561984,0.446281,0.49586776,0.4214876,0.38016528,0.2107438,0.22727273,0.24793388,0.19421488,0.3140496,0.27272728,0.17768595,0.11157025,0.0661157,0.15289256,0.17355372,0.26859504,0.35123968,0.37190083,0.34710744,0.3429752,0.38016528,0.6280992,0.6487603,0.61570245,0.6280992,0.6404959,0.69008267,0.71900827,0.6446281,0.6818182,0.71487606,0.5289256,0.18595041,0.35123968,0.55785125,0.6198347,0.6859504,0.73966944,0.677686,0.6652893,0.7355372,0.7355372,0.6404959,0.45867768,0.3429752,0.5661157,0.53305787,0.5123967,0.5413223,0.2603306,0.09917355,0.07438017,0.1322314,0.20247933,0.2520661,0.42561984,0.29752067,0.32231405,0.38429752,0.30578512,0.37603307,0.37190083,0.28099173,0.19421488,0.19421488,0.21487603,0.17768595,0.1694215,0.1322314,0.10743801,0.10330579,0.12809917,0.15289256,0.11570248,0.08677686,0.0661157,0.07024793,0.20661157,0.30578512,0.37603307,0.40495867,0.38429752,0.3677686,0.33471075,0.42561984,0.6363636,0.6446281,0.607438,0.61157024,0.6280992,0.6694215,0.6942149,0.62396693,0.6983471,0.6487603,0.42975205,0.12809917,0.23553719,0.49586776,0.5661157,0.661157,0.71900827,0.70247936,0.6652893,0.71900827,0.73140496,0.661157,0.5082645,0.3677686,0.53305787,0.5206612,0.5206612,0.55785125,0.38016528,0.13636364,0.06198347,0.07438017,0.0661157,0.17768595,0.4090909,0.40495867,0.3966942,0.40082645,0.38429752,0.38016528,0.338843,0.2644628,0.21487603,0.23553719,0.24380165,0.2231405,0.2107438,0.19008264,0.16115703,0.15289256,0.19421488,0.1983471,0.1570248,0.10743801,0.049586777,0.1446281,0.33471075,0.4338843,0.44214877,0.42561984,0.38842976,0.35950413,0.338843,0.4876033,0.6487603,0.6280992,0.60330576,0.5661157,0.61157024,0.6859504,0.6570248,0.6198347,0.70247936,0.5785124,0.3181818,0.1983471,0.16528925,0.39256197,0.5413223,0.6363636,0.6859504,0.71487606,0.6818182,0.7066116,0.72727275,0.6859504,0.553719,0.38429752,0.5165289,0.5289256,0.5289256,0.57438016,0.553719,0.3140496,0.08264463,0.049586777,0.11983471,0.3553719,0.5,0.5041322,0.4752066,0.45041323,0.446281,0.42975205,0.37603307,0.3429752,0.3305785,0.35950413,0.3677686,0.3553719,0.35123968,0.3429752,0.3181818,0.30578512,0.32231405,0.29338843,0.27272728,0.16528925,0.11983471,0.338843,0.5123967,0.5247934,0.47933885,0.43801653,0.4090909,0.38842976,0.3305785,0.5123967,0.6528926,0.62396693,0.58677685,0.5495868,0.58677685,0.71900827,0.61570245,0.6404959,0.70247936,0.46694216,0.2644628,0.20661157,0.1446281,0.30578512,0.4752066,0.59504133,0.6652893,0.70247936,0.6363636,0.6818182,0.70247936,0.6735537,0.58677685,0.40082645,0.4752066,0.49586776,0.5123967,0.607438,0.6322314,0.57024795,0.28512397,0.053719006,0.19008264,0.47933885,0.5165289,0.5247934,0.5041322,0.4752066,0.46694216,0.45041323,0.42975205,0.42561984,0.4214876,0.446281,0.45867768,0.45867768,0.46694216,0.47107437,0.446281,0.4338843,0.40082645,0.33471075,0.29752067,0.2603306,0.34710744,0.5041322,0.59090906,0.57024795,0.5165289,0.48347107,0.4338843,0.42975205,0.36363637,0.4876033,0.6363636,0.61157024,0.56198347,0.55785125,0.60330576,0.7066116,0.59504133,0.6694215,0.62396693,0.40082645,0.23140496,0.20247933,0.18181819,0.27272728,0.40495867,0.5041322,0.6570248,0.6818182,0.60330576,0.6570248,0.677686,0.6694215,0.6198347,0.42561984,0.42561984,0.47107437,0.5289256,0.6404959,0.6528926,0.69008267,0.5661157,0.23140496,0.17355372,0.43801653,0.5289256,0.5247934,0.5165289,0.53305787,0.53305787,0.53305787,0.5206612,0.5,0.5082645,0.5495868,0.5371901,0.49586776,0.5206612,0.5165289,0.47107437,0.4338843,0.38016528,0.32231405,0.35123968,0.446281,0.5661157,0.58264464,0.607438,0.60330576,0.5371901,0.49173555,0.44214877,0.42975205,0.37190083,0.43801653,0.59504133,0.61570245,0.54545456,0.553719,0.6487603,0.6570248,0.59504133,0.6487603,0.5371901,0.3305785,0.23553719,0.22727273,0.18595041,0.23140496,0.41735536,0.45867768,0.6198347,0.6694215,0.61157024,0.62396693,0.6570248,0.6528926,0.62396693,0.446281,0.4090909,0.5041322,0.5785124,0.6528926,0.6652893,0.6735537,0.6818182,0.5082645,0.22727273,0.24380165,0.45867768,0.5371901,0.53305787,0.5495868,0.58677685,0.61570245,0.56198347,0.49586776,0.49173555,0.5247934,0.5082645,0.47107437,0.5123967,0.48347107,0.49586776,0.5041322,0.42561984,0.44214877,0.5247934,0.58677685,0.6487603,0.6363636,0.6322314,0.61570245,0.5371901,0.5,0.45454547,0.43801653,0.4090909,0.3966942,0.5165289,0.59917355,0.55785125,0.5206612,0.6652893,0.61570245,0.59090906,0.61570245,0.446281,0.3140496,0.20247933,0.21900827,0.1694215,0.1694215,0.41322315,0.42975205,0.5661157,0.6363636,0.60330576,0.54545456,0.6363636,0.6487603,0.607438,0.44214877,0.40495867,0.5041322,0.58677685,0.6404959,0.6735537,0.6528926,0.6652893,0.661157,0.5082645,0.33471075,0.36363637,0.6818182,0.6735537,0.5413223,0.5785124,0.5785124,0.57024795,0.54545456,0.56198347,0.59090906,0.5661157,0.5495868,0.57024795,0.5371901,0.5289256,0.5661157,0.55785125,0.59090906,0.6322314,0.6363636,0.6487603,0.6528926,0.6694215,0.62396693,0.55785125,0.5247934,0.47933885,0.4338843,0.4214876,0.40495867,0.5,0.58677685,0.5371901,0.5371901,0.6446281,0.58677685,0.55785125,0.5661157,0.446281,0.26859504,0.20661157,0.21487603,0.18595041,0.12809917,0.35123968,0.4214876,0.4752066,0.62396693,0.62396693,0.5661157,0.62396693,0.6404959,0.58264464,0.45867768,0.4214876,0.53305787,0.6280992,0.6652893,0.677686,0.6818182,0.6487603,0.6446281,0.6404959,0.5495868,0.49586776,0.6198347,0.661157,0.5785124,0.6322314,0.61157024,0.6322314,0.6363636,0.62396693,0.6322314,0.6198347,0.59917355,0.60330576,0.59504133,0.59917355,0.62396693,0.6280992,0.61570245,0.61570245,0.60330576,0.6363636,0.6570248,0.6694215,0.62396693,0.58264464,0.5413223,0.5247934,0.45867768,0.42561984,0.42975205,0.48347107,0.60330576,0.5495868,0.5785124,0.62396693,0.57438016,0.5206612,0.5247934,0.40495867,0.2520661,0.20661157,0.2231405,0.18181819,0.1322314,0.30165288,0.45041323,0.38842976,0.59917355,0.61157024,0.58677685,0.5785124,0.6446281,0.59504133,0.49173555,0.45867768,0.54545456,0.6528926,0.70247936,0.6983471,0.6942149,0.6818182,0.6198347,0.6446281,0.6570248,0.6487603,0.6652893,0.6487603,0.6198347,0.6404959,0.6363636,0.6487603,0.6446281,0.6280992,0.6280992,0.6198347,0.61157024,0.61570245,0.61570245,0.607438,0.60330576,0.59917355,0.5661157,0.5785124,0.61570245,0.6528926,0.6570248,0.6363636,0.61157024,0.5661157,0.5495868,0.5123967,0.4876033,0.4338843,0.45041323,0.49586776,0.5495868,0.5495868,0.59090906,0.60330576,0.5495868,0.46280992,0.54545456,0.37190083,0.19421488,0.2231405,0.24380165,0.1983471,0.1446281,0.2768595,0.4752066,0.34710744,0.5413223,0.60330576,0.553719,0.55785125,0.61570245,0.5785124,0.49586776,0.45454547,0.5206612,0.6404959,0.6942149,0.6942149,0.7066116,0.7066116,0.6528926,0.62396693,0.6363636,0.6694215,0.69008267,0.71900827,0.70247936,0.6528926,0.6280992,0.61570245,0.59917355,0.5785124,0.57024795,0.55785125,0.5371901,0.53305787,0.5289256,0.53305787,0.53305787,0.5495868,0.5495868,0.58677685,0.6404959,0.6363636,0.6487603,0.6404959,0.607438,0.553719,0.553719,0.5082645,0.44214877,0.43801653,0.42975205,0.49586776,0.5289256,0.5371901,0.55785125,0.54545456,0.5206612,0.446281,0.5371901,0.32231405,0.18595041,0.22727273,0.23140496,0.20247933,0.17355372,0.23966943,0.45867768,0.3429752,0.48347107,0.58677685,0.5165289,0.5495868,0.5661157,0.5785124,0.48347107,0.39256197,0.47933885,0.58264464,0.6818182,0.7066116,0.7231405,0.6942149,0.6818182,0.6694215,0.6280992,0.62396693,0.61157024,0.62396693,0.62396693,0.59090906,0.55785125,0.5289256,0.5082645,0.5,0.48347107,0.47107437,0.45867768,0.44214877,0.45041323,0.4752066,0.5041322,0.5413223,0.56198347,0.59504133,0.6363636,0.61570245,0.6280992,0.6322314,0.57438016,0.553719,0.54545456,0.5123967,0.43801653,0.41322315,0.41735536,0.5165289,0.5371901,0.53305787,0.5123967,0.45454547,0.44214877,0.46280992,0.5165289,0.28512397,0.2107438,0.23553719,0.2231405,0.20247933,0.17355372,0.21487603,0.43801653,0.42975205,0.4214876,0.49173555,0.47107437,0.5495868,0.5206612,0.553719,0.5,0.4338843,0.4752066,0.5289256,0.6694215,0.7107438,0.71487606,0.6942149,0.6652893,0.6859504,0.677686,0.6570248,0.6363636,0.59917355,0.5661157,0.5289256,0.5041322,0.48347107,0.46694216,0.45867768,0.45867768,0.46694216,0.45867768,0.446281,0.47933885,0.5041322,0.5206612,0.553719,0.553719,0.5785124,0.61570245,0.60330576,0.61157024,0.60330576,0.55785125,0.5413223,0.5495868,0.5082645,0.45041323,0.43801653,0.46280992,0.49586776,0.5371901,0.48347107,0.48347107,0.45041323,0.3966942,0.553719,0.5041322,0.2603306,0.22727273,0.23140496,0.23553719,0.20661157,0.18595041,0.19421488,0.3966942,0.42561984,0.35950413,0.38016528,0.42975205,0.5041322,0.46280992,0.5247934,0.4876033,0.45041323,0.46694216,0.5,0.61570245,0.6859504,0.6942149,0.6983471,0.6735537,0.6859504,0.69008267,0.661157,0.6487603,0.61157024,0.58677685,0.553719,0.5123967,0.5123967,0.5082645,0.5,0.5082645,0.5041322,0.5082645,0.49173555,0.5,0.5082645,0.5123967,0.5165289,0.5289256,0.5371901,0.58264464,0.59090906,0.5785124,0.56198347,0.553719,0.5123967,0.47107437,0.5082645,0.45041323,0.42975205,0.47933885,0.47107437,0.46280992,0.4090909,0.47107437,0.41322315,0.39256197,0.5495868,0.45867768,0.2520661,0.24793388,0.2231405,0.23553719,0.2107438,0.20247933,0.18595041,0.3553719,0.46280992,0.38016528,0.3553719,0.4214876,0.40495867,0.45454547,0.5,0.53305787,0.5206612,0.5247934,0.5289256,0.60330576,0.6363636,0.661157,0.6942149,0.677686,0.6818182,0.6694215,0.62396693,0.6198347,0.57024795,0.57438016,0.56198347,0.5082645,0.5082645,0.5413223,0.5,0.5,0.5041322,0.5,0.49586776,0.4876033,0.5,0.5123967,0.5289256,0.53305787,0.53305787,0.5661157,0.58264464,0.57438016,0.55785125,0.53305787,0.5123967,0.46280992,0.45041323,0.46694216,0.4338843,0.45454547,0.46694216,0.44214877,0.39256197,0.39256197,0.3966942,0.40495867,0.5371901,0.4090909,0.23966943,0.24793388,0.21900827,0.23966943,0.17768595,0.2231405,0.2231405,0.3305785,0.4876033,0.47933885,0.4090909,0.38429752,0.3677686,0.3677686,0.446281,0.5371901,0.56198347,0.54545456,0.5247934,0.5082645,0.553719,0.6280992,0.6818182,0.6735537,0.6694215,0.6652893,0.6322314,0.62396693,0.59504133,0.56198347,0.55785125,0.5123967,0.49173555,0.5371901,0.5123967,0.5,0.5247934,0.5041322,0.5082645,0.5495868,0.5289256,0.5289256,0.57438016,0.59504133,0.59090906,0.58677685,0.59917355,0.59090906,0.56198347,0.5165289,0.5247934,0.47107437,0.45041323,0.47933885,0.44214877,0.4338843,0.41322315,0.4090909,0.41322315,0.37190083,0.3553719,0.46280992,0.5371901,0.41735536,0.28512397,0.23140496,0.23553719,0.23966943,0.18595041,0.21487603,0.1983471,0.3264463,0.45454547,0.45041323,0.42561984,0.40495867,0.35950413,0.338843,0.3553719,0.44214877,0.5,0.5,0.49586776,0.5,0.5289256,0.59917355,0.677686,0.6942149,0.6818182,0.6859504,0.6652893,0.6570248,0.6280992,0.5785124,0.59504133,0.553719,0.5371901,0.553719,0.5371901,0.5247934,0.5289256,0.5082645,0.5,0.553719,0.553719,0.56198347,0.59917355,0.6198347,0.61570245,0.607438,0.6198347,0.59504133,0.57438016,0.5123967,0.5123967,0.5247934,0.46694216,0.45867768,0.45867768,0.38842976,0.3553719,0.35950413,0.40495867,0.3553719,0.37603307,0.446281,0.553719,0.37190083,0.2768595,0.2520661,0.23140496,0.23553719,0.19421488,0.21900827,0.20661157,0.30165288,0.446281,0.5041322,0.40495867,0.3677686,0.37603307,0.41322315,0.3305785,0.38016528,0.48347107,0.48347107,0.49173555,0.5,0.5041322,0.53305787,0.6198347,0.6652893,0.6694215,0.6983471,0.69008267,0.6735537,0.6446281,0.6198347,0.60330576,0.5495868,0.5413223,0.56198347,0.5289256,0.5123967,0.5123967,0.49586776,0.5123967,0.5495868,0.553719,0.5785124,0.59917355,0.607438,0.59504133,0.61157024,0.62396693,0.56198347,0.54545456,0.5371901,0.5123967,0.5123967,0.47933885,0.40495867,0.39256197,0.40495867,0.3553719,0.34710744,0.37603307,0.36363637,0.44214877,0.44214877,0.5413223,0.38429752,0.22727273,0.23140496,0.23966943,0.22727273,0.19008264,0.20661157,0.18595041,0.35123968,0.43801653,0.45454547,0.38016528,0.3677686,0.38016528,0.39256197,0.3264463,0.34710744,0.35950413,0.45041323,0.5,0.4876033,0.47933885,0.5041322,0.607438,0.6446281,0.6652893,0.677686,0.70247936,0.6859504,0.677686,0.6528926,0.6198347,0.5785124,0.5785124,0.61157024,0.57024795,0.5123967,0.5165289,0.5247934,0.5413223,0.57438016,0.57438016,0.58677685,0.607438,0.60330576,0.5785124,0.59090906,0.57438016,0.5413223,0.5413223,0.5206612,0.49586776,0.4876033,0.5165289,0.33471075,0.29752067,0.446281,0.38016528,0.34710744,0.3264463,0.38429752,0.4214876,0.42975205,0.53305787,0.3966942,0.21900827,0.22727273,0.22727273,0.2520661,0.21900827,0.20661157,0.18595041,0.33471075,0.5123967,0.42561984,0.35950413,0.4752066,0.4338843,0.38429752,0.3429752,0.338843,0.34710744,0.3429752,0.41735536,0.47107437,0.5247934,0.5289256,0.55785125,0.58677685,0.6198347,0.6322314,0.6694215,0.69008267,0.661157,0.6446281,0.6404959,0.6322314,0.61570245,0.59504133,0.5785124,0.5165289,0.5289256,0.58264464,0.59917355,0.58677685,0.60330576,0.61157024,0.60330576,0.59917355,0.59090906,0.607438,0.5785124,0.5123967,0.49173555,0.5,0.46694216,0.4752066,0.48347107,0.3181818,0.28099173,0.40495867,0.38429752,0.34710744,0.3429752,0.40082645,0.45041323,0.44214877,0.49586776,0.36363637,0.22727273,0.2231405,0.23553719,0.25619835,0.20661157,0.23140496,0.18595041,0.3429752,0.4876033,0.47107437,0.40082645,0.4338843,0.44214877,0.37603307,0.35123968,0.36363637,0.3553719,0.3264463,0.3429752,0.38016528,0.5082645,0.49173555,0.5,0.54545456,0.59090906,0.6198347,0.6528926,0.6528926,0.6280992,0.61157024,0.6322314,0.607438,0.58264464,0.5785124,0.57438016,0.553719,0.56198347,0.5785124,0.5785124,0.57024795,0.58677685,0.58677685,0.58264464,0.58264464,0.57438016,0.58264464,0.57024795,0.53305787,0.46694216,0.43801653,0.43801653,0.4338843,0.43801653,0.30165288,0.34710744,0.35950413,0.3264463,0.34710744,0.40082645,0.446281,0.44214877,0.44214877,0.5289256,0.38016528,0.2231405,0.2231405,0.23966943,0.23140496,0.20661157,0.21487603,0.17355372,0.32231405,0.5165289,0.5247934,0.4090909,0.41322315,0.3966942,0.3429752,0.338843,0.3677686,0.3553719,0.34710744,0.30578512,0.3181818,0.40082645,0.45454547,0.49586776,0.5206612,0.5371901,0.59090906,0.6198347,0.6198347,0.60330576,0.60330576,0.59090906,0.5785124,0.57024795,0.54545456,0.57024795,0.5785124,0.5661157,0.55785125,0.5371901,0.5371901,0.5495868,0.5371901,0.5413223,0.5289256,0.49586776,0.5289256,0.54545456,0.48347107,0.46280992,0.47933885,0.35950413,0.3429752,0.3429752,0.2892562,0.38429752,0.35123968,0.30578512,0.35950413,0.41735536,0.47107437,0.43801653,0.45041323,0.56198347,0.40082645,0.2768595,0.2231405,0.24380165,0.2231405,6 +0.21900827,0.20661157,0.20661157,0.19421488,0.18181819,0.21900827,0.2107438,0.2603306,0.28512397,0.61157024,0.71900827,0.6983471,0.69008267,0.72727275,0.75206614,0.7768595,0.7933884,0.7933884,0.79752064,0.8016529,0.80991733,0.8140496,0.8181818,0.8140496,0.80991733,0.80991733,0.8016529,0.7933884,0.78099173,0.7644628,0.75206614,0.74380165,0.74793386,0.74793386,0.75206614,0.73140496,0.73966944,0.7355372,0.74793386,0.76033056,0.75206614,0.76859504,0.78512394,0.7768595,0.7768595,0.78099173,0.7768595,0.7768595,0.7768595,0.7892562,0.78512394,0.78512394,0.76859504,0.7768595,0.7933884,0.79752064,0.7933884,0.77272725,0.7644628,0.70247936,0.5123967,0.23966943,0.11157025,0.10330579,0.21900827,0.2107438,0.21900827,0.17768595,0.1983471,0.23140496,0.2520661,0.2768595,0.3677686,0.6570248,0.7231405,0.6942149,0.6983471,0.75619835,0.77272725,0.78099173,0.7892562,0.79752064,0.8057851,0.80991733,0.80991733,0.80991733,0.8140496,0.8140496,0.80991733,0.8140496,0.80991733,0.8016529,0.7892562,0.77272725,0.75619835,0.76033056,0.75619835,0.73966944,0.74793386,0.74380165,0.73966944,0.71900827,0.72727275,0.74380165,0.73966944,0.75619835,0.7768595,0.7768595,0.76859504,0.77272725,0.77272725,0.76859504,0.76033056,0.77272725,0.7768595,0.78099173,0.7768595,0.77272725,0.78512394,0.7933884,0.7892562,0.7892562,0.8057851,0.79752064,0.71487606,0.4752066,0.17768595,0.09090909,0.2231405,0.2231405,0.20661157,0.18181819,0.2231405,0.22727273,0.2892562,0.30578512,0.46694216,0.677686,0.7107438,0.70247936,0.71487606,0.76859504,0.77272725,0.7644628,0.78099173,0.8016529,0.80991733,0.8057851,0.80991733,0.80991733,0.8057851,0.80991733,0.8057851,0.8140496,0.8181818,0.8057851,0.8016529,0.78099173,0.76859504,0.76033056,0.75206614,0.73966944,0.74793386,0.74793386,0.7355372,0.7231405,0.7231405,0.72727275,0.74380165,0.75206614,0.76859504,0.7768595,0.75619835,0.76859504,0.77272725,0.7644628,0.76859504,0.76033056,0.7768595,0.78099173,0.78099173,0.78099173,0.77272725,0.78099173,0.78512394,0.78512394,0.8140496,0.8181818,0.80991733,0.6942149,0.35950413,0.11570248,0.2231405,0.21900827,0.1983471,0.2107438,0.2231405,0.24380165,0.3264463,0.34710744,0.5785124,0.6942149,0.7107438,0.7231405,0.7355372,0.76859504,0.77272725,0.7644628,0.78512394,0.79752064,0.8016529,0.8016529,0.8057851,0.8057851,0.8057851,0.8057851,0.80991733,0.8181818,0.822314,0.80991733,0.80991733,0.7933884,0.78099173,0.76859504,0.74793386,0.75206614,0.76033056,0.75206614,0.73140496,0.73966944,0.73140496,0.7231405,0.74793386,0.75619835,0.7644628,0.77272725,0.7644628,0.77272725,0.78099173,0.78099173,0.76859504,0.7644628,0.7768595,0.78099173,0.78099173,0.78099173,0.77272725,0.7768595,0.7892562,0.78512394,0.8057851,0.8140496,0.8347107,0.79752064,0.54545456,0.21487603,0.21900827,0.20661157,0.1983471,0.23553719,0.22727273,0.27272728,0.35950413,0.41322315,0.6528926,0.7066116,0.7231405,0.74380165,0.7644628,0.7768595,0.78099173,0.7768595,0.78512394,0.7892562,0.79752064,0.8016529,0.8057851,0.80991733,0.80991733,0.8181818,0.8181818,0.822314,0.8305785,0.8181818,0.8264463,0.8140496,0.8057851,0.7768595,0.76033056,0.7768595,0.7644628,0.76859504,0.75619835,0.75619835,0.74793386,0.74380165,0.75619835,0.76859504,0.77272725,0.76859504,0.77272725,0.78099173,0.78099173,0.7892562,0.78512394,0.76859504,0.76859504,0.7768595,0.77272725,0.78512394,0.7768595,0.7768595,0.7933884,0.79752064,0.80991733,0.8140496,0.8347107,0.838843,0.7066116,0.36363637,0.21487603,0.19421488,0.21487603,0.25619835,0.2520661,0.33471075,0.37603307,0.49586776,0.69008267,0.7107438,0.73140496,0.7644628,0.77272725,0.7768595,0.78512394,0.7768595,0.78512394,0.7892562,0.7892562,0.78512394,0.79752064,0.8057851,0.8140496,0.822314,0.8264463,0.8305785,0.8347107,0.8305785,0.8347107,0.822314,0.80991733,0.7892562,0.78099173,0.79752064,0.7768595,0.78512394,0.78099173,0.77272725,0.76033056,0.7644628,0.77272725,0.78099173,0.78512394,0.77272725,0.76859504,0.78512394,0.7768595,0.77272725,0.78512394,0.76859504,0.7644628,0.76859504,0.75619835,0.78099173,0.7892562,0.76859504,0.78512394,0.7892562,0.80991733,0.8140496,0.8347107,0.8429752,0.8181818,0.54545456,0.1983471,0.17768595,0.23140496,0.2603306,0.28512397,0.38429752,0.38842976,0.58264464,0.6942149,0.7231405,0.74380165,0.75619835,0.7768595,0.76859504,0.77272725,0.77272725,0.78512394,0.78099173,0.78099173,0.78099173,0.7892562,0.79752064,0.8057851,0.8140496,0.822314,0.8347107,0.838843,0.8264463,0.838843,0.822314,0.8057851,0.79752064,0.7892562,0.78512394,0.78512394,0.7892562,0.79752064,0.7892562,0.78099173,0.7892562,0.78512394,0.78512394,0.7933884,0.77272725,0.7644628,0.7768595,0.77272725,0.76033056,0.78512394,0.78099173,0.7768595,0.78512394,0.73966944,0.7768595,0.7933884,0.76859504,0.76859504,0.78512394,0.8016529,0.8181818,0.838843,0.8471074,0.8636364,0.72727275,0.20247933,0.19421488,0.2520661,0.28099173,0.3264463,0.38016528,0.43801653,0.6446281,0.6983471,0.73140496,0.73140496,0.74380165,0.76033056,0.77272725,0.7644628,0.75619835,0.7768595,0.78099173,0.78099173,0.78099173,0.7892562,0.79752064,0.8057851,0.8140496,0.8181818,0.8264463,0.8305785,0.8305785,0.8347107,0.822314,0.8140496,0.80991733,0.7892562,0.78099173,0.79752064,0.8016529,0.8016529,0.79752064,0.79752064,0.79752064,0.79752064,0.78512394,0.7933884,0.77272725,0.76033056,0.76859504,0.76859504,0.75206614,0.76033056,0.76033056,0.75619835,0.75619835,0.73140496,0.73140496,0.76859504,0.76859504,0.76859504,0.76859504,0.78512394,0.8140496,0.8305785,0.8471074,0.8553719,0.8512397,0.21900827,0.2603306,0.27272728,0.2892562,0.35950413,0.34710744,0.5289256,0.6983471,0.71487606,0.72727275,0.71900827,0.73966944,0.75619835,0.73966944,0.71900827,0.6735537,0.71487606,0.75206614,0.75206614,0.73966944,0.74380165,0.76033056,0.75619835,0.7768595,0.8016529,0.8057851,0.80991733,0.822314,0.8305785,0.8181818,0.8140496,0.8181818,0.7892562,0.7933884,0.79752064,0.79752064,0.7933884,0.7933884,0.7892562,0.78099173,0.78099173,0.7644628,0.76033056,0.73140496,0.69008267,0.6859504,0.6859504,0.6694215,0.6818182,0.6859504,0.6652893,0.661157,0.6570248,0.6280992,0.677686,0.6983471,0.7231405,0.77272725,0.76859504,0.78512394,0.7892562,0.8429752,0.8595041,0.89669424,0.21487603,0.29752067,0.30578512,0.29338843,0.35123968,0.37603307,0.61570245,0.7066116,0.70247936,0.7355372,0.7355372,0.73140496,0.6735537,0.61570245,0.6280992,0.6363636,0.6198347,0.607438,0.6280992,0.6198347,0.5785124,0.58677685,0.5661157,0.59504133,0.6818182,0.6942149,0.70247936,0.76859504,0.78512394,0.76859504,0.78099173,0.8057851,0.79752064,0.7892562,0.7768595,0.77272725,0.76033056,0.7768595,0.75206614,0.71900827,0.7231405,0.6942149,0.6363636,0.5785124,0.5413223,0.5041322,0.4752066,0.46694216,0.47933885,0.49586776,0.49173555,0.5206612,0.53305787,0.5123967,0.5661157,0.58677685,0.607438,0.6528926,0.76859504,0.79752064,0.79752064,0.8347107,0.8595041,0.88842976,0.22727273,0.35950413,0.3305785,0.29338843,0.37190083,0.46280992,0.6735537,0.661157,0.6818182,0.76033056,0.7644628,0.6404959,0.55785125,0.5413223,0.5785124,0.59917355,0.57024795,0.5247934,0.4752066,0.446281,0.4338843,0.446281,0.4338843,0.43801653,0.49173555,0.5289256,0.5082645,0.6363636,0.6983471,0.7066116,0.7644628,0.79752064,0.7768595,0.77272725,0.75206614,0.76033056,0.73140496,0.7231405,0.677686,0.6446281,0.62396693,0.60330576,0.5413223,0.5041322,0.46280992,0.40495867,0.38429752,0.37190083,0.37190083,0.35123968,0.35950413,0.37190083,0.40495867,0.41735536,0.47107437,0.5123967,0.5247934,0.5495868,0.58677685,0.7107438,0.7933884,0.838843,0.8553719,0.8677686,0.2107438,0.3264463,0.29338843,0.29338843,0.3966942,0.5661157,0.6983471,0.661157,0.7066116,0.74380165,0.6198347,0.49173555,0.5247934,0.57024795,0.59504133,0.5785124,0.58264464,0.56198347,0.48347107,0.3966942,0.3966942,0.38016528,0.36363637,0.38016528,0.38842976,0.41735536,0.4338843,0.48347107,0.58264464,0.6570248,0.75619835,0.7933884,0.8057851,0.76033056,0.7768595,0.7644628,0.73140496,0.71900827,0.661157,0.60330576,0.57024795,0.53305787,0.46694216,0.4338843,0.40495867,0.38842976,0.37603307,0.34710744,0.30991736,0.3140496,0.35123968,0.37190083,0.42975205,0.47107437,0.5082645,0.553719,0.5661157,0.61157024,0.6487603,0.58264464,0.6363636,0.8181818,0.8553719,0.8512397,0.18595041,0.2644628,0.2107438,0.27272728,0.45041323,0.6322314,0.6818182,0.7066116,0.75619835,0.6528926,0.5041322,0.60330576,0.6322314,0.6818182,0.70247936,0.73966944,0.73140496,0.6983471,0.6280992,0.5413223,0.49173555,0.47107437,0.45041323,0.446281,0.446281,0.47107437,0.48347107,0.5123967,0.5413223,0.58264464,0.71487606,0.79752064,0.8305785,0.8016529,0.78099173,0.7892562,0.7768595,0.75619835,0.70247936,0.6280992,0.5661157,0.5371901,0.46694216,0.42561984,0.4090909,0.3966942,0.38016528,0.35950413,0.37603307,0.38016528,0.4214876,0.4876033,0.5289256,0.61157024,0.62396693,0.6652893,0.7066116,0.76859504,0.75619835,0.6942149,0.59090906,0.677686,0.8347107,0.8471074,0.19008264,0.23966943,0.14876033,0.26859504,0.5413223,0.6735537,0.6983471,0.7066116,0.71900827,0.5289256,0.47933885,0.6818182,0.77272725,0.77272725,0.75206614,0.6735537,0.6280992,0.5495868,0.49586776,0.45454547,0.46280992,0.48347107,0.5041322,0.5082645,0.53305787,0.58677685,0.60330576,0.607438,0.6322314,0.62396693,0.6983471,0.822314,0.8264463,0.822314,0.79752064,0.7933884,0.8016529,0.8057851,0.78099173,0.74380165,0.69008267,0.59917355,0.49586776,0.42975205,0.40495867,0.3966942,0.36363637,0.338843,0.3553719,0.35950413,0.38842976,0.41322315,0.44214877,0.5206612,0.5371901,0.6198347,0.6735537,0.7933884,0.8305785,0.8181818,0.69008267,0.59504133,0.7231405,0.8305785,0.2231405,0.2644628,0.1322314,0.3181818,0.61570245,0.6859504,0.70247936,0.71900827,0.6363636,0.5661157,0.6280992,0.72727275,0.77272725,0.75206614,0.6487603,0.5123967,0.42561984,0.40082645,0.37190083,0.40082645,0.42975205,0.3966942,0.3677686,0.3677686,0.41322315,0.5,0.57438016,0.60330576,0.62396693,0.6694215,0.72727275,0.8016529,0.8264463,0.8264463,0.8140496,0.79752064,0.8016529,0.8140496,0.838843,0.822314,0.74793386,0.56198347,0.42561984,0.37190083,0.3305785,0.27272728,0.24793388,0.2107438,0.24380165,0.25619835,0.28099173,0.4090909,0.4214876,0.38842976,0.39256197,0.446281,0.5495868,0.677686,0.80991733,0.822314,0.7933884,0.7066116,0.6859504,0.78512394,0.26859504,0.30578512,0.16115703,0.41735536,0.6818182,0.71487606,0.74380165,0.71487606,0.62396693,0.70247936,0.72727275,0.72727275,0.7107438,0.5785124,0.5165289,0.45867768,0.38842976,0.29752067,0.25619835,0.41322315,0.60330576,0.58677685,0.49586776,0.47933885,0.41735536,0.38016528,0.49173555,0.58264464,0.58677685,0.59917355,0.69008267,0.78512394,0.8140496,0.8305785,0.822314,0.822314,0.79752064,0.822314,0.8595041,0.8181818,0.661157,0.46694216,0.37190083,0.33471075,0.28099173,0.2520661,0.2644628,0.21900827,0.16528925,0.16115703,0.20661157,0.60330576,0.661157,0.5206612,0.4752066,0.46694216,0.45041323,0.4752066,0.6652893,0.79752064,0.7892562,0.7644628,0.7355372,0.75619835,0.28099173,0.30578512,0.23140496,0.5206612,0.71487606,0.72727275,0.76033056,0.6942149,0.677686,0.73966944,0.73140496,0.73140496,0.6198347,0.5082645,0.53305787,0.38429752,0.29752067,0.20661157,0.17768595,0.42561984,0.7355372,0.78099173,0.6570248,0.57438016,0.5661157,0.5041322,0.42975205,0.5165289,0.55785125,0.58264464,0.6404959,0.75619835,0.8057851,0.8347107,0.8264463,0.822314,0.7892562,0.8140496,0.8512397,0.7892562,0.60330576,0.41322315,0.35123968,0.338843,0.3181818,0.33471075,0.2768595,0.19008264,0.12396694,0.16528925,0.22727273,0.49586776,0.8801653,0.76033056,0.6983471,0.53305787,0.47107437,0.53305787,0.41735536,0.69008267,0.7892562,0.7933884,0.7933884,0.7768595,0.2603306,0.23966943,0.28099173,0.59917355,0.74380165,0.75206614,0.77272725,0.75619835,0.73966944,0.74793386,0.74793386,0.70247936,0.47107437,0.49173555,0.58677685,0.3429752,0.37190083,0.29752067,0.19008264,0.6280992,0.8347107,0.8429752,0.75206614,0.6694215,0.6404959,0.59090906,0.5247934,0.44214877,0.49586776,0.6322314,0.61570245,0.73966944,0.7892562,0.8264463,0.8181818,0.8264463,0.77272725,0.80991733,0.8429752,0.7933884,0.58677685,0.40495867,0.4090909,0.3966942,0.34710744,0.35950413,0.2644628,0.21487603,0.14876033,0.1570248,0.4876033,0.53305787,0.8347107,0.78099173,0.8140496,0.8347107,0.5206612,0.46280992,0.45867768,0.5371901,0.76033056,0.7768595,0.8016529,0.8140496,0.22727273,0.17355372,0.3553719,0.661157,0.75619835,0.77272725,0.78099173,0.7644628,0.75619835,0.75206614,0.75619835,0.6404959,0.43801653,0.5,0.6652893,0.42561984,0.42561984,0.5041322,0.33471075,0.73966944,0.8801653,0.88429755,0.8181818,0.677686,0.71487606,0.6528926,0.5495868,0.5289256,0.5206612,0.6363636,0.6322314,0.75206614,0.7644628,0.8016529,0.8140496,0.8305785,0.76033056,0.79752064,0.8264463,0.8057851,0.6446281,0.45041323,0.46694216,0.41735536,0.3264463,0.38016528,0.29752067,0.24793388,0.2107438,0.12809917,0.38842976,0.71900827,0.78512394,0.73966944,0.7892562,0.92975205,0.77272725,0.4090909,0.553719,0.49173555,0.6859504,0.77272725,0.79752064,0.8264463,0.18181819,0.19008264,0.46694216,0.7107438,0.76033056,0.78099173,0.78512394,0.76033056,0.75619835,0.76033056,0.75206614,0.6198347,0.49586776,0.5082645,0.6694215,0.61570245,0.45867768,0.5371901,0.6404959,0.8264463,0.8264463,0.79752064,0.75206614,0.6570248,0.6363636,0.62396693,0.5785124,0.5495868,0.59504133,0.61570245,0.69008267,0.74793386,0.74793386,0.7644628,0.8057851,0.8512397,0.76033056,0.77272725,0.8016529,0.80991733,0.75206614,0.553719,0.45867768,0.42975205,0.3677686,0.38016528,0.35950413,0.3181818,0.3264463,0.2768595,0.44214877,0.661157,0.6942149,0.6735537,0.661157,0.79752064,0.8016529,0.6487603,0.6280992,0.61570245,0.6322314,0.74793386,0.7768595,0.822314,0.16115703,0.2768595,0.59090906,0.74380165,0.77272725,0.7933884,0.79752064,0.77272725,0.7644628,0.75206614,0.7231405,0.6446281,0.5661157,0.56198347,0.6280992,0.73140496,0.7107438,0.7107438,0.7231405,0.7231405,0.6983471,0.6570248,0.62396693,0.61157024,0.58677685,0.57024795,0.59917355,0.5413223,0.57438016,0.6818182,0.74793386,0.73966944,0.73966944,0.7644628,0.8140496,0.8719008,0.7768595,0.7644628,0.78099173,0.7933884,0.8057851,0.7066116,0.5082645,0.43801653,0.41735536,0.38429752,0.3677686,0.37190083,0.38842976,0.40495867,0.48347107,0.57024795,0.59504133,0.61157024,0.59090906,0.6859504,0.79752064,0.8305785,0.73140496,0.74793386,0.71487606,0.7107438,0.75206614,0.80991733,0.18595041,0.3966942,0.6694215,0.76033056,0.78099173,0.8016529,0.80991733,0.78099173,0.76859504,0.7355372,0.71487606,0.6818182,0.6363636,0.62396693,0.6652893,0.72727275,0.79752064,0.8140496,0.7355372,0.6694215,0.6322314,0.58264464,0.5661157,0.57438016,0.58677685,0.607438,0.59917355,0.54545456,0.6363636,0.74380165,0.76859504,0.73140496,0.74793386,0.79752064,0.8264463,0.8636364,0.79752064,0.7768595,0.77272725,0.7768595,0.8016529,0.8016529,0.6694215,0.49173555,0.41735536,0.40082645,0.38842976,0.38016528,0.39256197,0.4214876,0.4752066,0.5371901,0.58677685,0.6280992,0.6198347,0.7107438,0.8264463,0.8719008,0.7892562,0.79752064,0.77272725,0.73140496,0.7355372,0.7892562,0.24380165,0.4876033,0.7066116,0.76859504,0.7933884,0.8057851,0.80991733,0.79752064,0.7892562,0.74380165,0.74380165,0.71900827,0.6983471,0.69008267,0.71900827,0.74793386,0.8057851,0.8140496,0.75619835,0.6859504,0.6528926,0.607438,0.59090906,0.58677685,0.58677685,0.6198347,0.6198347,0.6404959,0.73140496,0.77272725,0.75619835,0.7355372,0.77272725,0.8140496,0.8305785,0.8553719,0.8057851,0.78512394,0.7768595,0.7644628,0.7892562,0.80991733,0.8016529,0.6859504,0.5413223,0.45041323,0.41735536,0.41735536,0.44214877,0.45867768,0.4876033,0.53305787,0.56198347,0.59917355,0.6198347,0.6818182,0.7892562,0.8553719,0.8305785,0.8264463,0.8057851,0.75619835,0.74380165,0.7892562,0.28099173,0.53305787,0.73140496,0.77272725,0.7933884,0.8140496,0.80991733,0.80991733,0.80991733,0.76859504,0.77272725,0.75206614,0.74793386,0.74380165,0.76033056,0.76859504,0.7892562,0.8057851,0.7768595,0.7231405,0.69008267,0.6570248,0.6404959,0.6363636,0.6280992,0.6694215,0.7231405,0.74380165,0.76859504,0.78099173,0.74793386,0.76033056,0.7933884,0.80991733,0.8264463,0.8471074,0.8140496,0.7892562,0.78512394,0.7768595,0.78099173,0.79752064,0.8140496,0.8057851,0.74380165,0.62396693,0.5247934,0.47933885,0.4876033,0.5,0.53305787,0.57438016,0.5785124,0.58677685,0.6280992,0.6735537,0.73966944,0.8140496,0.8181818,0.8264463,0.8181818,0.78512394,0.7644628,0.79752064,0.29752067,0.57024795,0.74380165,0.76859504,0.7892562,0.80991733,0.8181818,0.8140496,0.8140496,0.7933884,0.78512394,0.77272725,0.7768595,0.7644628,0.76859504,0.77272725,0.78512394,0.79752064,0.78512394,0.73966944,0.71487606,0.6942149,0.69008267,0.7107438,0.72727275,0.76033056,0.7768595,0.77272725,0.7768595,0.7768595,0.74380165,0.7892562,0.80991733,0.80991733,0.8140496,0.8305785,0.8264463,0.7892562,0.7892562,0.7933884,0.78512394,0.7933884,0.8140496,0.822314,0.8140496,0.76859504,0.70247936,0.6322314,0.59917355,0.57024795,0.58264464,0.60330576,0.61570245,0.6198347,0.6487603,0.677686,0.7231405,0.7644628,0.7892562,0.79752064,0.7892562,0.7644628,0.7892562,0.8140496,0.30991736,0.58677685,0.73966944,0.75619835,0.78099173,0.8057851,0.8264463,0.8140496,0.8057851,0.80991733,0.8016529,0.77272725,0.7892562,0.76859504,0.77272725,0.77272725,0.78099173,0.7768595,0.76859504,0.74793386,0.73966944,0.74380165,0.76859504,0.78099173,0.79752064,0.8016529,0.78512394,0.78099173,0.76859504,0.76033056,0.74793386,0.7933884,0.8181818,0.822314,0.8016529,0.822314,0.8264463,0.7892562,0.78512394,0.8057851,0.79752064,0.7892562,0.8016529,0.8264463,0.8264463,0.79752064,0.75619835,0.72727275,0.7066116,0.677686,0.6818182,0.69008267,0.6735537,0.6859504,0.7107438,0.71900827,0.74380165,0.75619835,0.7768595,0.7892562,0.7933884,0.77272725,0.8057851,0.822314,0.30991736,0.58264464,0.7355372,0.75206614,0.76859504,0.79752064,0.8347107,0.8181818,0.80991733,0.822314,0.8057851,0.7892562,0.8057851,0.8016529,0.8016529,0.7933884,0.8016529,0.79752064,0.79752064,0.8016529,0.8016529,0.8016529,0.8181818,0.8181818,0.8181818,0.8181818,0.8016529,0.7644628,0.7355372,0.74380165,0.76033056,0.7933884,0.8181818,0.8264463,0.8016529,0.80991733,0.822314,0.7892562,0.7892562,0.822314,0.79752064,0.78099173,0.7768595,0.8016529,0.8347107,0.8057851,0.75619835,0.72727275,0.7231405,0.71900827,0.73140496,0.75206614,0.7355372,0.7231405,0.76033056,0.75619835,0.78099173,0.7768595,0.79752064,0.8057851,0.8140496,0.80991733,0.8264463,0.8347107,0.29752067,0.553719,0.73140496,0.74380165,0.76033056,0.79752064,0.8264463,0.8181818,0.8140496,0.822314,0.8140496,0.8140496,0.8181818,0.822314,0.8305785,0.822314,0.8305785,0.8305785,0.8305785,0.8429752,0.8429752,0.8305785,0.8305785,0.8264463,0.8305785,0.8305785,0.78099173,0.73966944,0.7355372,0.7355372,0.7644628,0.79752064,0.8181818,0.8181818,0.8057851,0.79752064,0.8016529,0.8057851,0.78512394,0.80991733,0.8057851,0.78099173,0.7644628,0.76859504,0.80991733,0.7933884,0.74380165,0.7231405,0.71487606,0.7066116,0.70247936,0.75206614,0.75619835,0.7355372,0.76033056,0.77272725,0.78512394,0.79752064,0.80991733,0.822314,0.8264463,0.8305785,0.8347107,0.8471074,0.2520661,0.5247934,0.71487606,0.73140496,0.74793386,0.79752064,0.8181818,0.822314,0.8264463,0.822314,0.8181818,0.822314,0.8347107,0.838843,0.8347107,0.8429752,0.8471074,0.8429752,0.8471074,0.8512397,0.8471074,0.8305785,0.8305785,0.8264463,0.8347107,0.822314,0.75206614,0.74380165,0.75619835,0.75619835,0.76859504,0.7933884,0.8305785,0.8305785,0.78512394,0.77272725,0.7768595,0.8305785,0.7892562,0.8264463,0.8140496,0.76859504,0.76859504,0.77272725,0.8016529,0.73966944,0.661157,0.6735537,0.6859504,0.677686,0.6570248,0.71487606,0.7355372,0.74380165,0.75619835,0.76859504,0.7768595,0.79752064,0.8181818,0.8264463,0.8305785,0.8429752,0.838843,0.8429752,0.2107438,0.47933885,0.677686,0.7107438,0.73140496,0.78512394,0.8140496,0.822314,0.8264463,0.8264463,0.8305785,0.8264463,0.8429752,0.8429752,0.8347107,0.8429752,0.8429752,0.8471074,0.8429752,0.8429752,0.838843,0.822314,0.822314,0.822314,0.8140496,0.77272725,0.75206614,0.76859504,0.77272725,0.7644628,0.76859504,0.76033056,0.8347107,0.8677686,0.75206614,0.7355372,0.7355372,0.7892562,0.7768595,0.8595041,0.822314,0.7644628,0.79752064,0.8016529,0.8140496,0.70247936,0.55785125,0.57024795,0.61157024,0.62396693,0.60330576,0.6570248,0.6983471,0.71900827,0.74380165,0.75619835,0.76859504,0.78099173,0.822314,0.8305785,0.8347107,0.8429752,0.8347107,0.8347107,0.21487603,0.4214876,0.6280992,0.70247936,0.7231405,0.7644628,0.79752064,0.8140496,0.8181818,0.8305785,0.822314,0.8305785,0.838843,0.8429752,0.8429752,0.8512397,0.838843,0.8429752,0.838843,0.8347107,0.8264463,0.8057851,0.79752064,0.7933884,0.76859504,0.73966944,0.76033056,0.7933884,0.78099173,0.74793386,0.73966944,0.7231405,0.73966944,0.8677686,0.7231405,0.69008267,0.677686,0.6735537,0.6983471,0.75619835,0.7355372,0.71487606,0.77272725,0.8264463,0.8512397,0.6528926,0.47107437,0.5041322,0.5413223,0.553719,0.57438016,0.59090906,0.6322314,0.677686,0.73140496,0.7355372,0.76859504,0.77272725,0.8057851,0.8347107,0.8595041,0.8512397,0.838843,0.8347107,0.18181819,0.33471075,0.5785124,0.677686,0.70247936,0.74793386,0.7933884,0.8016529,0.80991733,0.80991733,0.8305785,0.8305785,0.8429752,0.838843,0.8429752,0.8471074,0.8429752,0.8429752,0.8264463,0.8140496,0.7933884,0.7644628,0.75206614,0.73966944,0.71900827,0.7107438,0.74793386,0.7768595,0.75206614,0.71487606,0.70247936,0.7107438,0.6694215,0.76859504,0.70247936,0.6280992,0.6404959,0.607438,0.6528926,0.70247936,0.6652893,0.6198347,0.6446281,0.73966944,0.8057851,0.57024795,0.45454547,0.47107437,0.5,0.5082645,0.5123967,0.5413223,0.553719,0.61157024,0.6942149,0.70247936,0.71900827,0.76033056,0.7768595,0.822314,0.8636364,0.8636364,0.8512397,0.8305785,0.30991736,0.21900827,0.48347107,0.6652893,0.6859504,0.7231405,0.78099173,0.79752064,0.79752064,0.8016529,0.8264463,0.8347107,0.8347107,0.838843,0.838843,0.838843,0.8429752,0.8305785,0.8057851,0.78512394,0.76033056,0.71487606,0.6859504,0.6983471,0.70247936,0.677686,0.6942149,0.6942149,0.5289256,0.3966942,0.38842976,0.53305787,0.6570248,0.70247936,0.6528926,0.5785124,0.59917355,0.5661157,0.62396693,0.6570248,0.4752066,0.29338843,0.33471075,0.5371901,0.6487603,0.5206612,0.45454547,0.46694216,0.47107437,0.46280992,0.4876033,0.49173555,0.5206612,0.5495868,0.61570245,0.6694215,0.6694215,0.71900827,0.72727275,0.80991733,0.8471074,0.8471074,0.838843,0.80991733,0.3140496,0.2107438,0.41322315,0.6363636,0.6735537,0.72727275,0.7644628,0.7892562,0.78099173,0.7933884,0.80991733,0.8264463,0.838843,0.8347107,0.8429752,0.8347107,0.8264463,0.8016529,0.78099173,0.75206614,0.70247936,0.6652893,0.6528926,0.6735537,0.7066116,0.6942149,0.6818182,0.6528926,0.446281,0.46280992,0.59504133,0.6363636,0.6363636,0.6570248,0.61570245,0.5247934,0.5371901,0.55785125,0.60330576,0.58264464,0.41735536,0.3181818,0.35123968,0.49586776,0.57438016,0.5371901,0.47933885,0.46280992,0.45867768,0.44214877,0.43801653,0.4752066,0.4876033,0.5123967,0.5661157,0.61157024,0.6404959,0.6652893,0.69008267,0.75206614,0.8016529,0.80991733,0.8140496,0.8016529,0.38842976,0.30991736,0.38429752,0.58264464,0.6570248,0.7231405,0.7644628,0.76859504,0.7768595,0.78512394,0.8057851,0.8264463,0.8264463,0.8347107,0.8264463,0.8264463,0.80991733,0.7768595,0.75206614,0.71900827,0.6859504,0.6528926,0.6487603,0.677686,0.7355372,0.74380165,0.71900827,0.6859504,0.59504133,0.553719,0.6363636,0.6694215,0.6528926,0.6528926,0.6487603,0.49586776,0.43801653,0.54545456,0.59504133,0.57024795,0.53305787,0.5206612,0.55785125,0.6404959,0.6570248,0.553719,0.49586776,0.49173555,0.47107437,0.43801653,0.42561984,0.45454547,0.46694216,0.47933885,0.5206612,0.5661157,0.6198347,0.6446281,0.6570248,0.7107438,0.74793386,0.76859504,0.7768595,0.7933884,0.5,0.5041322,0.42975205,0.5165289,0.61570245,0.7066116,0.76033056,0.76859504,0.77272725,0.8016529,0.8057851,0.8140496,0.8181818,0.822314,0.8264463,0.8140496,0.79752064,0.7644628,0.73140496,0.6983471,0.6735537,0.6694215,0.6735537,0.7107438,0.74793386,0.74793386,0.73140496,0.6942149,0.6652893,0.6487603,0.6446281,0.62396693,0.6322314,0.6735537,0.6735537,0.5495868,0.42561984,0.53305787,0.62396693,0.607438,0.6280992,0.6322314,0.6528926,0.7107438,0.69008267,0.5495868,0.5,0.5082645,0.4876033,0.446281,0.42561984,0.4338843,0.446281,0.45867768,0.5041322,0.5289256,0.59090906,0.6280992,0.6528926,0.6983471,0.71900827,0.72727275,0.73966944,0.76033056,0.5495868,0.60330576,0.53305787,0.48347107,0.58264464,0.6859504,0.75206614,0.7644628,0.76859504,0.7933884,0.8016529,0.8016529,0.8057851,0.8181818,0.8181818,0.80991733,0.7892562,0.75619835,0.72727275,0.6983471,0.6859504,0.6942149,0.7066116,0.73140496,0.75619835,0.75206614,0.7355372,0.6859504,0.6446281,0.6280992,0.6652893,0.607438,0.57438016,0.6652893,0.6404959,0.56198347,0.45454547,0.5041322,0.5785124,0.58264464,0.5785124,0.58264464,0.6363636,0.69008267,0.6859504,0.59090906,0.5371901,0.5289256,0.5,0.46694216,0.4338843,0.4214876,0.45454547,0.4752066,0.5082645,0.5247934,0.56198347,0.60330576,0.6404959,0.6818182,0.69008267,0.69008267,0.71487606,0.7355372,0.59090906,0.6363636,0.6363636,0.4876033,0.55785125,0.677686,0.74380165,0.7644628,0.76859504,0.78099173,0.78512394,0.79752064,0.80991733,0.8140496,0.80991733,0.8016529,0.78099173,0.75619835,0.71900827,0.70247936,0.70247936,0.7231405,0.74380165,0.74793386,0.76033056,0.76033056,0.72727275,0.69008267,0.61570245,0.54545456,0.59917355,0.58264464,0.5206612,0.60330576,0.56198347,0.5082645,0.47933885,0.5165289,0.5289256,0.56198347,0.5495868,0.53305787,0.61157024,0.677686,0.677686,0.6487603,0.59917355,0.56198347,0.5165289,0.47933885,0.47107437,0.42561984,0.44214877,0.48347107,0.53305787,0.5495868,0.55785125,0.61157024,0.6487603,0.6859504,0.6942149,0.677686,0.7066116,0.7107438,0.6198347,0.6198347,0.6859504,0.5413223,0.553719,0.6652893,0.73140496,0.75619835,0.7768595,0.77272725,0.76859504,0.8057851,0.8057851,0.80991733,0.80991733,0.8057851,0.7892562,0.75619835,0.71487606,0.70247936,0.6983471,0.71487606,0.73966944,0.73140496,0.72727275,0.72727275,0.7107438,0.6528926,0.58264464,0.5495868,0.5661157,0.5371901,0.53305787,0.5413223,0.5082645,0.46280992,0.49586776,0.5371901,0.57024795,0.59917355,0.56198347,0.54545456,0.58677685,0.6404959,0.6528926,0.6859504,0.661157,0.61157024,0.53305787,0.5082645,0.49586776,0.48347107,0.44214877,0.446281,0.5495868,0.59504133,0.5785124,0.6363636,0.6818182,0.70247936,0.7107438,0.69008267,0.7107438,0.70247936,0.6694215,0.6280992,0.6363636,0.55785125,0.553719,0.6528926,0.7107438,0.74793386,0.78099173,0.76033056,0.7768595,0.8016529,0.80991733,0.80991733,0.8181818,0.8140496,0.7933884,0.71900827,0.6735537,0.6652893,0.6487603,0.6694215,0.6818182,0.6942149,0.677686,0.661157,0.6570248,0.59504133,0.5413223,0.58677685,0.5495868,0.5082645,0.5413223,0.5165289,0.49586776,0.4338843,0.5041322,0.56198347,0.5785124,0.59090906,0.57024795,0.55785125,0.58677685,0.60330576,0.58677685,0.6487603,0.6487603,0.6198347,0.5413223,0.5,0.5165289,0.5041322,0.5165289,0.42975205,0.49173555,0.6404959,0.6446281,0.6652893,0.70247936,0.7355372,0.73966944,0.71900827,0.7231405,0.71487606,0.75206614,0.76859504,0.76033056,0.59917355,0.5165289,0.59504133,0.6942149,0.73140496,0.78099173,0.76033056,0.7644628,0.7892562,0.8140496,0.8057851,0.822314,0.8181818,0.76033056,0.6446281,0.6404959,0.6280992,0.60330576,0.62396693,0.6322314,0.6528926,0.661157,0.61157024,0.61570245,0.61570245,0.553719,0.5661157,0.60330576,0.5206612,0.5661157,0.5371901,0.5,0.45454547,0.53305787,0.5785124,0.58677685,0.57438016,0.553719,0.5413223,0.58677685,0.59090906,0.5661157,0.59504133,0.607438,0.59504133,0.5165289,0.48347107,0.49586776,0.5165289,0.54545456,0.5041322,0.3966942,0.59090906,0.6859504,0.6859504,0.70247936,0.74380165,0.76033056,0.7355372,0.73140496,0.7231405,0.76859504,0.7892562,0.8057851,0.6528926,0.48347107,0.5413223,0.6652893,0.71900827,0.76859504,0.78512394,0.76859504,0.78099173,0.822314,0.8140496,0.8305785,0.822314,0.70247936,0.607438,0.6280992,0.5785124,0.5785124,0.59917355,0.6198347,0.61570245,0.6363636,0.607438,0.62396693,0.6528926,0.58677685,0.59090906,0.6404959,0.6280992,0.61570245,0.61157024,0.5495868,0.5247934,0.60330576,0.61570245,0.59917355,0.58677685,0.58264464,0.57024795,0.61157024,0.62396693,0.60330576,0.58677685,0.59917355,0.58264464,0.49586776,0.46280992,0.46694216,0.46280992,0.5413223,0.54545456,0.42975205,0.46694216,0.6859504,0.7107438,0.71487606,0.75206614,0.77272725,0.75619835,0.74793386,0.7355372,0.75206614,0.7644628,0.78512394,0.7231405,0.5082645,0.5165289,0.6446281,0.7107438,0.75206614,0.79752064,0.7892562,0.79752064,0.8264463,0.8140496,0.8264463,0.8181818,0.6363636,0.5661157,0.59504133,0.54545456,0.54545456,0.58677685,0.6280992,0.607438,0.6280992,0.61570245,0.6528926,0.6735537,0.61157024,0.6322314,0.6446281,0.6818182,0.6322314,0.6322314,0.58264464,0.58677685,0.607438,0.59917355,0.58264464,0.56198347,0.5785124,0.56198347,0.60330576,0.6280992,0.62396693,0.59504133,0.59504133,0.553719,0.49586776,0.39256197,0.42975205,0.42975205,0.47933885,0.58677685,0.4876033,0.43801653,0.6735537,0.7231405,0.72727275,0.74793386,0.77272725,0.78099173,0.7644628,0.74793386,0.7107438,0.73140496,0.76033056,0.7644628,0.5413223,0.49586776,0.6322314,0.7107438,0.73140496,0.76033056,0.78099173,0.8016529,0.822314,0.8016529,0.822314,0.7892562,0.58677685,0.5413223,0.607438,0.5661157,0.5247934,0.5661157,0.59917355,0.60330576,0.61157024,0.59504133,0.6363636,0.6446281,0.607438,0.6322314,0.6198347,0.61157024,0.57024795,0.55785125,0.5289256,0.5289256,0.5289256,0.49586776,0.49586776,0.4876033,0.49586776,0.49173555,0.5165289,0.54545456,0.5495868,0.5371901,0.49586776,0.42975205,0.3677686,0.2892562,0.37190083,0.45041323,0.43801653,0.59504133,0.5247934,0.48347107,0.677686,0.7231405,0.74380165,0.73966944,0.75206614,0.76859504,0.76859504,0.76033056,0.677686,0.6942149,0.73140496,0.77272725,0.60330576,0.47933885,0.60330576,0.6942149,0.73966944,0.76859504,0.76859504,0.80991733,0.80991733,0.8057851,0.8181818,0.78099173,0.6322314,0.5785124,0.6446281,0.607438,0.53305787,0.5082645,0.45454547,0.5082645,0.5413223,0.5206612,0.5413223,0.5495868,0.5371901,0.55785125,0.49173555,0.55785125,0.5123967,0.47107437,0.41322315,0.4338843,0.44214877,0.4090909,0.39256197,0.38429752,0.38429752,0.4090909,0.41322315,0.41322315,0.3966942,0.34710744,0.2892562,0.24380165,0.2644628,0.29752067,0.3966942,0.4752066,0.46694216,0.57024795,0.54545456,0.5413223,0.71487606,0.73140496,0.75619835,0.75206614,0.75619835,0.77272725,0.7768595,0.77272725,0.59090906,0.6570248,0.70247936,0.74380165,0.6694215,0.4752066,0.5785124,0.6818182,0.73140496,0.7933884,0.78099173,0.7933884,0.79752064,0.8057851,0.80991733,0.7933884,0.73966944,0.6363636,0.6446281,0.62396693,0.5495868,0.4752066,0.35950413,0.3553719,0.32231405,0.33471075,0.5413223,0.5165289,0.53305787,0.6487603,0.446281,0.7066116,0.7231405,0.5206612,0.46280992,0.45867768,0.53305787,0.45867768,0.4338843,0.36363637,0.33471075,0.41322315,0.3677686,0.34710744,0.3429752,0.3140496,0.29752067,0.3264463,0.42561984,0.46280992,0.5165289,0.5247934,0.5082645,0.54545456,0.55785125,0.553719,0.7066116,0.74380165,0.76033056,0.76033056,0.76033056,0.77272725,0.78512394,0.7892562,0.35123968,0.49173555,0.58264464,0.6363636,0.62396693,0.42561984,0.5289256,0.6528926,0.71487606,0.7933884,0.8016529,0.74380165,0.79752064,0.80991733,0.8016529,0.79752064,0.78512394,0.6818182,0.6280992,0.62396693,0.57024795,0.5165289,0.47107437,0.45867768,0.33471075,0.27272728,0.55785125,0.57438016,0.49173555,0.7355372,0.5371901,0.6570248,0.838843,0.6446281,0.57438016,0.45041323,0.61157024,0.5206612,0.45867768,0.3553719,0.25619835,0.40495867,0.4338843,0.45454547,0.49586776,0.5247934,0.5206612,0.553719,0.61157024,0.6198347,0.60330576,0.53305787,0.53305787,0.49586776,0.5371901,0.58264464,0.6859504,0.74380165,0.74793386,0.75206614,0.7644628,0.76859504,0.78099173,0.7933884,0.20661157,0.2603306,0.30991736,0.338843,0.3429752,0.2603306,0.446281,0.61570245,0.6983471,0.76859504,0.79752064,0.7231405,0.8016529,0.80991733,0.7892562,0.8016529,0.8016529,0.7231405,0.6363636,0.61570245,0.59090906,0.5785124,0.61157024,0.6487603,0.57438016,0.48347107,0.553719,0.57438016,0.41322315,0.60330576,0.5413223,0.41322315,0.6280992,0.5495868,0.5,0.37190083,0.47933885,0.5082645,0.42975205,0.37190083,0.38429752,0.4876033,0.5661157,0.60330576,0.6280992,0.6735537,0.69008267,0.6942149,0.6859504,0.6652893,0.6487603,0.57024795,0.553719,0.5123967,0.5165289,0.62396693,0.6735537,0.73140496,0.73140496,0.73140496,0.74793386,0.76859504,0.77272725,0.77272725,0.19421488,0.20661157,0.20247933,0.16115703,0.1322314,0.15289256,0.36363637,0.59090906,0.6942149,0.75206614,0.77272725,0.75619835,0.7768595,0.80991733,0.8016529,0.7933884,0.8016529,0.75206614,0.69008267,0.62396693,0.57438016,0.607438,0.677686,0.73966944,0.71487606,0.661157,0.6404959,0.6446281,0.57024795,0.59090906,0.59504133,0.5165289,0.57024795,0.55785125,0.553719,0.5082645,0.5165289,0.57024795,0.55785125,0.5495868,0.5785124,0.607438,0.6487603,0.6652893,0.6694215,0.70247936,0.73966944,0.74380165,0.7066116,0.6363636,0.6570248,0.6280992,0.56198347,0.55785125,0.5247934,0.59917355,0.6652893,0.71900827,0.7231405,0.6983471,0.7107438,0.76859504,0.75619835,0.75206614,0.1983471,0.1983471,0.2107438,0.16115703,0.13636364,0.11570248,0.2768595,0.55785125,0.6652893,0.7355372,0.75619835,0.7768595,0.78512394,0.8057851,0.78512394,0.76033056,0.78512394,0.76859504,0.7066116,0.62396693,0.59917355,0.6818182,0.71900827,0.74793386,0.75206614,0.73966944,0.7066116,0.6983471,0.6818182,0.6570248,0.6446281,0.6404959,0.6280992,0.6280992,0.6198347,0.59917355,0.59090906,0.61570245,0.62396693,0.6363636,0.6280992,0.6322314,0.6446281,0.6322314,0.6570248,0.7107438,0.72727275,0.73140496,0.6942149,0.6198347,0.6652893,0.6528926,0.59504133,0.553719,0.5413223,0.59917355,0.6322314,0.6735537,0.71487606,0.69008267,0.69008267,0.74793386,0.75619835,0.76033056,0.19421488,0.20661157,0.20247933,0.1983471,0.19008264,0.10743801,0.19008264,0.4752066,0.62396693,0.7066116,0.7107438,0.76859504,0.76033056,0.78099173,0.76033056,0.76033056,0.78099173,0.76033056,0.7107438,0.6280992,0.6280992,0.70247936,0.73966944,0.76033056,0.7644628,0.77272725,0.76033056,0.7107438,0.6942149,0.6859504,0.6735537,0.6859504,0.6735537,0.6363636,0.607438,0.59917355,0.58264464,0.5661157,0.54545456,0.53305787,0.53305787,0.5413223,0.57024795,0.61570245,0.6735537,0.7107438,0.6983471,0.69008267,0.661157,0.6528926,0.6942149,0.6528926,0.61157024,0.5495868,0.5413223,0.59090906,0.607438,0.6487603,0.677686,0.6694215,0.6942149,0.74793386,0.76033056,0.76033056,0.21487603,0.20661157,0.20247933,0.2107438,0.20661157,0.11983471,0.14049587,0.44214877,0.53305787,0.6859504,0.69008267,0.74793386,0.71900827,0.7644628,0.75619835,0.75206614,0.7768595,0.7355372,0.661157,0.61157024,0.62396693,0.70247936,0.76033056,0.76859504,0.74793386,0.7644628,0.77272725,0.75206614,0.72727275,0.69008267,0.6404959,0.607438,0.5785124,0.57024795,0.5123967,0.5,0.46694216,0.446281,0.42561984,0.41735536,0.45041323,0.5041322,0.55785125,0.61157024,0.6694215,0.661157,0.6735537,0.6818182,0.6528926,0.6487603,0.6694215,0.607438,0.6363636,0.5,0.5413223,0.553719,0.58264464,0.6446281,0.6694215,0.6404959,0.71487606,0.71900827,0.73140496,0.74380165,0.20247933,0.20247933,0.20247933,0.2107438,0.21900827,0.1570248,0.09090909,0.5,0.49173555,0.6322314,0.7107438,0.72727275,0.69008267,0.76033056,0.73966944,0.69008267,0.75206614,0.7066116,0.6280992,0.6322314,0.6694215,0.72727275,0.76859504,0.74793386,0.7644628,0.7768595,0.74380165,0.74793386,0.75619835,0.7355372,0.6859504,0.62396693,0.56198347,0.49173555,0.43801653,0.44214877,0.44214877,0.42561984,0.446281,0.46694216,0.5371901,0.5661157,0.58264464,0.59090906,0.6446281,0.6404959,0.6487603,0.6694215,0.6363636,0.6652893,0.6363636,0.6198347,0.6404959,0.5661157,0.56198347,0.56198347,0.607438,0.6487603,0.6363636,0.607438,0.6983471,0.7107438,0.6983471,0.6570248,0.20247933,0.1983471,0.1983471,0.20247933,0.19008264,0.18595041,0.049586777,0.45041323,0.5,0.5,0.661157,0.7066116,0.7107438,0.6942149,0.69008267,0.6818182,0.71487606,0.7107438,0.6363636,0.62396693,0.6528926,0.72727275,0.77272725,0.7644628,0.76859504,0.77272725,0.74793386,0.73140496,0.74793386,0.6983471,0.6859504,0.61570245,0.59504133,0.5247934,0.446281,0.5247934,0.49173555,0.49586776,0.49586776,0.5247934,0.5413223,0.55785125,0.56198347,0.553719,0.59504133,0.61570245,0.62396693,0.6487603,0.6487603,0.6528926,0.6198347,0.6528926,0.57438016,0.5661157,0.5371901,0.60330576,0.54545456,0.6363636,0.62396693,0.607438,0.6735537,0.70247936,0.6652893,0.5165289,0.20247933,0.20661157,0.20247933,0.20247933,0.18181819,0.20661157,0.07438017,0.38842976,0.6280992,0.41322315,0.5661157,0.6528926,0.6735537,0.6570248,0.7107438,0.70247936,0.6942149,0.70247936,0.6404959,0.59090906,0.58677685,0.6694215,0.75206614,0.78512394,0.7644628,0.75619835,0.75619835,0.74793386,0.72727275,0.6652893,0.6570248,0.59090906,0.57438016,0.54545456,0.446281,0.5371901,0.48347107,0.49173555,0.48347107,0.5206612,0.5289256,0.5371901,0.55785125,0.56198347,0.5785124,0.62396693,0.6198347,0.6280992,0.6363636,0.62396693,0.62396693,0.6694215,0.58264464,0.5165289,0.5495868,0.55785125,0.55785125,0.5661157,0.61570245,0.61157024,0.661157,0.6528926,0.56198347,0.3677686,0.2107438,0.20247933,0.1983471,0.2107438,0.18181819,0.1983471,0.11157025,0.3181818,0.6942149,0.4876033,0.47107437,0.6280992,0.6570248,0.6694215,0.6735537,0.677686,0.6735537,0.6446281,0.5785124,0.5165289,0.5495868,0.61570245,0.71487606,0.75206614,0.7355372,0.75206614,0.7355372,0.72727275,0.7231405,0.677686,0.6694215,0.61157024,0.57438016,0.5371901,0.5082645,0.5123967,0.5123967,0.5206612,0.5082645,0.5082645,0.5785124,0.5495868,0.58677685,0.6280992,0.6363636,0.6404959,0.6363636,0.6446281,0.661157,0.6446281,0.56198347,0.6652893,0.6322314,0.5289256,0.5247934,0.5247934,0.57024795,0.57438016,0.5661157,0.59917355,0.62396693,0.57438016,0.49586776,0.32231405,0.21487603,0.2107438,0.20661157,0.20247933,0.19008264,0.18181819,0.12809917,0.24793388,0.6198347,0.6322314,0.41735536,0.47107437,0.61157024,0.6694215,0.59917355,0.6322314,0.6363636,0.59917355,0.58264464,0.5371901,0.54545456,0.59504133,0.677686,0.71487606,0.7066116,0.7355372,0.75619835,0.7355372,0.75206614,0.71487606,0.71487606,0.6528926,0.58677685,0.58677685,0.56198347,0.5495868,0.5495868,0.54545456,0.5371901,0.53305787,0.5785124,0.58677685,0.6322314,0.6818182,0.6818182,0.6652893,0.6694215,0.677686,0.6652893,0.6322314,0.5785124,0.5413223,0.61157024,0.5371901,0.5123967,0.5041322,0.57024795,0.57438016,0.5,0.58264464,0.5371901,0.5,0.49586776,0.30165288,0.2107438,0.1983471,0.20661157,0.20661157,0.20661157,0.18595041,0.14049587,0.14049587,0.57024795,0.6446281,0.5165289,0.4214876,0.49586776,0.6322314,0.5785124,0.62396693,0.59090906,0.56198347,0.55785125,0.5371901,0.56198347,0.6198347,0.6652893,0.6652893,0.6818182,0.74380165,0.76033056,0.75206614,0.75619835,0.74793386,0.71487606,0.6818182,0.6198347,0.58264464,0.5661157,0.58264464,0.5495868,0.5371901,0.53305787,0.5413223,0.57438016,0.60330576,0.6404959,0.6694215,0.6735537,0.661157,0.6818182,0.6735537,0.6446281,0.607438,0.607438,0.54545456,0.5495868,0.5371901,0.5082645,0.4876033,0.5413223,0.54545456,0.5,0.5,0.46280992,0.49586776,0.47933885,0.24380165,0.20661157,0.1983471,0.1983471,0.20661157,0.20661157,0.21487603,0.16115703,0.11983471,0.5041322,0.62396693,0.58264464,0.57024795,0.36363637,0.5289256,0.5247934,0.58264464,0.5413223,0.54545456,0.553719,0.56198347,0.58264464,0.5785124,0.58264464,0.6322314,0.6818182,0.71900827,0.73966944,0.74380165,0.76859504,0.7768595,0.73140496,0.7066116,0.6570248,0.58264464,0.607438,0.6363636,0.57024795,0.5371901,0.56198347,0.5785124,0.59504133,0.62396693,0.6446281,0.661157,0.6528926,0.661157,0.6942149,0.6570248,0.6404959,0.59504133,0.59090906,0.5413223,0.5123967,0.5289256,0.5165289,0.5041322,0.5206612,0.4752066,0.45454547,0.39256197,0.42975205,0.58264464,0.4338843,0.2107438,0.20661157,0.20247933,0.20247933,0.2107438,0.20247933,0.20661157,0.20247933,0.1322314,0.42561984,0.58264464,0.5495868,0.60330576,0.47107437,0.4090909,0.4090909,0.4876033,0.46694216,0.5123967,0.5661157,0.57024795,0.55785125,0.54545456,0.5661157,0.60330576,0.6570248,0.70247936,0.73966944,0.73140496,0.7644628,0.7892562,0.74380165,0.7066116,0.69008267,0.6652893,0.6528926,0.6652893,0.62396693,0.55785125,0.61157024,0.6363636,0.6322314,0.6528926,0.677686,0.6818182,0.6570248,0.6528926,0.6694215,0.6363636,0.59917355,0.607438,0.58264464,0.553719,0.5123967,0.5041322,0.5247934,0.4876033,0.48347107,0.41322315,0.38016528,0.37603307,0.5123967,0.6322314,0.41322315,0.20247933,0.20661157,0.20247933,0.1983471,0.20661157,0.2107438,0.20247933,0.2231405,0.14049587,0.36363637,0.58264464,0.57438016,0.6322314,0.58264464,0.446281,0.30165288,0.38016528,0.40495867,0.4338843,0.49586776,0.5123967,0.5206612,0.53305787,0.5495868,0.5661157,0.6322314,0.6859504,0.6983471,0.70247936,0.7355372,0.77272725,0.7231405,0.6942149,0.7107438,0.6652893,0.6528926,0.6363636,0.62396693,0.59504133,0.6446281,0.6487603,0.6446281,0.6652893,0.6735537,0.6694215,0.661157,0.6652893,0.6694215,0.61570245,0.58677685,0.59090906,0.55785125,0.5413223,0.5371901,0.45041323,0.5,0.45041323,0.43801653,0.39256197,0.3429752,0.41735536,0.5371901,0.62396693,0.40495867,0.19421488,0.20661157,0.20247933,0.1983471,0.2107438,0.2107438,0.1983471,0.23966943,0.14049587,0.3181818,0.607438,0.60330576,0.61570245,0.56198347,0.54545456,0.36363637,0.3264463,0.35123968,0.38842976,0.42561984,0.4752066,0.49173555,0.5165289,0.53305787,0.57024795,0.6198347,0.6446281,0.6570248,0.69008267,0.72727275,0.73966944,0.6983471,0.6818182,0.6818182,0.6528926,0.6404959,0.61570245,0.6570248,0.6528926,0.6487603,0.61570245,0.61570245,0.6446281,0.6322314,0.6322314,0.6363636,0.6446281,0.6528926,0.6198347,0.5661157,0.54545456,0.5495868,0.5165289,0.56198347,0.41735536,0.48347107,0.39256197,0.36363637,0.39256197,0.38016528,0.45454547,0.5495868,0.61570245,0.38842976,0.19421488,0.20247933,0.20661157,0.20661157,0.21487603,0.20661157,0.2107438,0.23140496,0.15289256,0.25619835,0.59917355,0.553719,0.5289256,0.53305787,0.57438016,0.48347107,0.3553719,0.3140496,0.36363637,0.3677686,0.41735536,0.45454547,0.48347107,0.5247934,0.55785125,0.57438016,0.59917355,0.62396693,0.6570248,0.70247936,0.6983471,0.6570248,0.677686,0.6198347,0.6363636,0.6280992,0.58264464,0.6198347,0.60330576,0.59917355,0.59090906,0.59917355,0.60330576,0.58677685,0.59090906,0.5785124,0.57438016,0.607438,0.60330576,0.56198347,0.5165289,0.5,0.5,0.54545456,0.38429752,0.43801653,0.41322315,0.3264463,0.39256197,0.46694216,0.5371901,0.60330576,0.59504133,0.35123968,0.1983471,0.20661157,0.20661157,0.2107438,0.2107438,0.2107438,0.21900827,0.2231405,0.17355372,0.20247933,0.607438,0.5495868,0.5289256,0.553719,0.55785125,0.5289256,0.42561984,0.3140496,0.33471075,0.338843,0.37603307,0.40495867,0.42975205,0.47933885,0.5041322,0.5247934,0.57024795,0.58677685,0.6280992,0.6528926,0.6528926,0.607438,0.6404959,0.5661157,0.60330576,0.59917355,0.56198347,0.54545456,0.5165289,0.5413223,0.57438016,0.5785124,0.57024795,0.54545456,0.5495868,0.5206612,0.5247934,0.553719,0.58677685,0.5206612,0.5413223,0.47107437,0.45867768,0.4752066,0.33471075,0.37190083,0.41735536,0.38016528,0.41735536,0.5206612,0.57438016,0.6198347,0.59090906,0.32231405,0.20661157,6 +0.17768595,0.24380165,0.29338843,0.29338843,0.38016528,0.5413223,0.6942149,0.70247936,0.71487606,0.7355372,0.77272725,0.78512394,0.77272725,0.77272725,0.80991733,0.822314,0.8140496,0.8181818,0.822314,0.822314,0.8181818,0.822314,0.8140496,0.8181818,0.79752064,0.78099173,0.7768595,0.76859504,0.7644628,0.75619835,0.7644628,0.78099173,0.78099173,0.7768595,0.78099173,0.8016529,0.79752064,0.80991733,0.822314,0.8305785,0.822314,0.8305785,0.8305785,0.8347107,0.8347107,0.838843,0.8512397,0.8512397,0.8553719,0.8553719,0.8595041,0.87603307,0.8677686,0.8677686,0.88429755,0.88429755,0.88842976,0.8553719,0.5165289,0.19008264,0.12809917,0.15289256,0.15289256,0.15289256,0.1694215,0.30578512,0.30578512,0.3429752,0.42975205,0.61570245,0.6942149,0.70247936,0.72727275,0.75619835,0.78099173,0.7892562,0.78099173,0.78099173,0.80991733,0.8181818,0.80991733,0.8181818,0.8264463,0.822314,0.8264463,0.8305785,0.8264463,0.8264463,0.80991733,0.7933884,0.78099173,0.76859504,0.7644628,0.75619835,0.76033056,0.77272725,0.78099173,0.7768595,0.78099173,0.7892562,0.79752064,0.8181818,0.8140496,0.8347107,0.822314,0.8305785,0.8347107,0.838843,0.8347107,0.838843,0.8471074,0.8553719,0.8553719,0.8595041,0.8471074,0.8677686,0.8636364,0.8677686,0.88429755,0.88842976,0.88842976,0.9214876,0.73140496,0.34710744,0.17355372,0.14876033,0.19008264,0.17355372,0.19421488,0.30578512,0.3305785,0.4090909,0.48347107,0.6487603,0.6859504,0.7066116,0.73140496,0.76033056,0.78099173,0.7892562,0.7933884,0.79752064,0.8057851,0.8057851,0.8140496,0.822314,0.8264463,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.822314,0.8057851,0.79752064,0.78099173,0.7644628,0.75619835,0.76033056,0.77272725,0.77272725,0.7768595,0.7933884,0.78099173,0.8016529,0.8264463,0.8264463,0.8347107,0.8347107,0.8347107,0.838843,0.8429752,0.838843,0.8471074,0.8471074,0.8553719,0.8553719,0.8636364,0.8553719,0.8636364,0.8677686,0.87603307,0.8801653,0.88842976,0.892562,0.91322315,0.87603307,0.5123967,0.2603306,0.20661157,0.14876033,0.16115703,0.2520661,0.28512397,0.3677686,0.4214876,0.5495868,0.677686,0.6859504,0.7066116,0.7231405,0.7768595,0.77272725,0.78099173,0.78512394,0.7933884,0.8057851,0.80991733,0.8181818,0.8264463,0.8264463,0.8264463,0.8347107,0.838843,0.8305785,0.838843,0.822314,0.822314,0.8181818,0.7933884,0.7768595,0.76859504,0.77272725,0.78099173,0.7768595,0.7768595,0.79752064,0.7933884,0.7933884,0.822314,0.8347107,0.838843,0.838843,0.838843,0.8471074,0.8512397,0.8471074,0.8512397,0.8512397,0.8512397,0.8512397,0.8553719,0.8636364,0.8553719,0.8719008,0.87603307,0.8801653,0.88842976,0.89669424,0.892562,0.9214876,0.73966944,0.3553719,0.30991736,0.22727273,0.18181819,0.29752067,0.3140496,0.38842976,0.45454547,0.6198347,0.6818182,0.6694215,0.6859504,0.71900827,0.74380165,0.7644628,0.77272725,0.7768595,0.79752064,0.8057851,0.8016529,0.8016529,0.80991733,0.8181818,0.8140496,0.8305785,0.8429752,0.8347107,0.8347107,0.8305785,0.8264463,0.822314,0.79752064,0.78512394,0.78099173,0.78512394,0.78099173,0.78512394,0.78099173,0.7892562,0.78512394,0.8016529,0.8181818,0.838843,0.838843,0.838843,0.8429752,0.8512397,0.8512397,0.8512397,0.8512397,0.8512397,0.8471074,0.8471074,0.8553719,0.8636364,0.8595041,0.8636364,0.8719008,0.8801653,0.88842976,0.89669424,0.89669424,0.90909094,0.9214876,0.5289256,0.37190083,0.38016528,0.2231405,0.30578512,0.35123968,0.40495867,0.5082645,0.6735537,0.6859504,0.677686,0.677686,0.6983471,0.72727275,0.75619835,0.77272725,0.7644628,0.78512394,0.79752064,0.79752064,0.7933884,0.8016529,0.8016529,0.8140496,0.8181818,0.8347107,0.8305785,0.8347107,0.822314,0.8305785,0.822314,0.8016529,0.7933884,0.7892562,0.79752064,0.79752064,0.8057851,0.7933884,0.79752064,0.7933884,0.80991733,0.822314,0.838843,0.8347107,0.8347107,0.838843,0.8471074,0.8429752,0.8429752,0.8512397,0.8471074,0.8595041,0.8347107,0.8595041,0.8595041,0.8636364,0.8636364,0.8719008,0.88429755,0.892562,0.89669424,0.89669424,0.89669424,0.92975205,0.77272725,0.446281,0.446281,0.23966943,0.26859504,0.38429752,0.45454547,0.58264464,0.6694215,0.6487603,0.677686,0.69008267,0.70247936,0.7231405,0.7355372,0.73140496,0.7107438,0.73140496,0.7768595,0.78099173,0.76859504,0.7768595,0.78512394,0.7892562,0.8057851,0.8264463,0.8181818,0.8347107,0.8264463,0.8305785,0.822314,0.8057851,0.79752064,0.7892562,0.8016529,0.80991733,0.8181818,0.8016529,0.8016529,0.80991733,0.80991733,0.822314,0.8347107,0.8347107,0.822314,0.8305785,0.8429752,0.838843,0.8347107,0.8512397,0.8429752,0.8512397,0.838843,0.838843,0.8471074,0.8595041,0.8553719,0.8595041,0.87603307,0.88429755,0.892562,0.90082645,0.90082645,0.90082645,0.892562,0.5495868,0.46280992,0.2768595,0.24380165,0.3966942,0.5123967,0.6528926,0.661157,0.607438,0.6983471,0.7066116,0.7231405,0.6983471,0.6322314,0.62396693,0.6735537,0.677686,0.7355372,0.77272725,0.75619835,0.7231405,0.7355372,0.75206614,0.78512394,0.7933884,0.80991733,0.8057851,0.8140496,0.8140496,0.80991733,0.8057851,0.8016529,0.79752064,0.8016529,0.8140496,0.8057851,0.78512394,0.7933884,0.7933884,0.8016529,0.8057851,0.8016529,0.80991733,0.8016529,0.8181818,0.8181818,0.8016529,0.7892562,0.8057851,0.79752064,0.79752064,0.79752064,0.77272725,0.7768595,0.8140496,0.8305785,0.8471074,0.8677686,0.8801653,0.8801653,0.89669424,0.90082645,0.89669424,0.9214876,0.6942149,0.45867768,0.3305785,0.24380165,0.41322315,0.57438016,0.6694215,0.6652893,0.6446281,0.6487603,0.6280992,0.59090906,0.5082645,0.47107437,0.5123967,0.59504133,0.58677685,0.61157024,0.6322314,0.6198347,0.57438016,0.56198347,0.58264464,0.6528926,0.6652893,0.6983471,0.6983471,0.7355372,0.7644628,0.75619835,0.71900827,0.70247936,0.6942149,0.6694215,0.6942149,0.69008267,0.6735537,0.70247936,0.70247936,0.7066116,0.71900827,0.72727275,0.7355372,0.72727275,0.72727275,0.6983471,0.7768595,0.7231405,0.71487606,0.6983471,0.74793386,0.661157,0.61570245,0.6735537,0.73966944,0.8140496,0.80991733,0.8471074,0.8636364,0.88842976,0.892562,0.89669424,0.90082645,0.90082645,0.73966944,0.446281,0.34710744,0.24793388,0.47933885,0.59090906,0.73966944,0.71900827,0.5082645,0.53305787,0.5371901,0.5041322,0.5123967,0.5165289,0.5413223,0.5206612,0.5123967,0.5,0.45041323,0.3966942,0.38429752,0.3553719,0.3966942,0.44214877,0.46280992,0.5289256,0.47933885,0.42975205,0.4338843,0.38016528,0.42561984,0.5247934,0.5495868,0.55785125,0.5661157,0.60330576,0.57438016,0.56198347,0.56198347,0.53305787,0.47107437,0.49173555,0.5123967,0.5,0.48347107,0.47933885,0.5082645,0.57024795,0.45041323,0.49173555,0.5661157,0.5206612,0.5041322,0.62396693,0.71900827,0.8264463,0.73140496,0.7355372,0.7355372,0.7892562,0.8636364,0.88429755,0.88842976,0.90082645,0.8016529,0.5,0.29752067,0.32231405,0.5661157,0.6735537,0.90082645,0.79752064,0.46694216,0.7066116,0.6652893,0.47933885,0.5413223,0.55785125,0.58264464,0.59504133,0.57024795,0.5289256,0.4338843,0.3429752,0.3181818,0.3181818,0.3553719,0.38842976,0.45041323,0.6652893,0.7066116,0.49586776,0.38842976,0.34710744,0.41322315,0.5413223,0.4752066,0.53305787,0.56198347,0.59504133,0.55785125,0.5165289,0.553719,0.5165289,0.37190083,0.3553719,0.38842976,0.38016528,0.3429752,0.34710744,0.34710744,0.35950413,0.35123968,0.38016528,0.42975205,0.45867768,0.46280992,0.61570245,0.7066116,0.6983471,0.70247936,0.6818182,0.56198347,0.54545456,0.5785124,0.6818182,0.8471074,0.90495867,0.91735536,0.54545456,0.2520661,0.446281,0.6198347,0.6983471,0.8595041,0.6818182,0.78512394,0.90082645,0.80991733,0.5,0.59090906,0.6570248,0.6528926,0.6570248,0.60330576,0.5206612,0.46280992,0.4090909,0.38842976,0.38842976,0.37190083,0.3553719,0.3553719,0.46280992,0.59090906,0.5289256,0.41735536,0.40495867,0.38016528,0.6487603,0.5,0.6652893,0.71487606,0.6942149,0.6322314,0.56198347,0.57438016,0.5785124,0.47107437,0.3966942,0.35950413,0.3553719,0.33471075,0.3181818,0.3181818,0.29752067,0.30578512,0.37603307,0.43801653,0.5041322,0.5413223,0.6363636,0.7355372,0.74380165,0.78512394,0.8016529,0.73140496,0.7231405,0.76033056,0.661157,0.5495868,0.75206614,0.95454544,0.6570248,0.23966943,0.553719,0.6818182,0.47107437,0.6487603,0.6735537,0.94214875,0.91735536,0.79752064,0.5785124,0.61570245,0.6652893,0.6570248,0.607438,0.5123967,0.47107437,0.46694216,0.47107437,0.446281,0.4090909,0.38016528,0.35950413,0.35123968,0.38016528,0.4214876,0.45867768,0.47107437,0.45867768,0.42975205,0.60330576,0.6322314,0.75619835,0.76859504,0.74793386,0.72727275,0.6198347,0.60330576,0.73966944,0.6404959,0.5041322,0.4214876,0.38016528,0.37190083,0.3264463,0.3305785,0.33471075,0.35950413,0.4090909,0.47933885,0.5413223,0.59504133,0.6570248,0.7231405,0.80991733,0.8471074,0.838843,0.7933884,0.7231405,0.8016529,0.8719008,0.72727275,0.58677685,0.8595041,0.822314,0.33471075,0.6528926,0.6528926,0.36363637,0.6487603,0.70247936,0.8057851,0.79752064,0.69008267,0.607438,0.6198347,0.61570245,0.5785124,0.5165289,0.46694216,0.47933885,0.4876033,0.46694216,0.49586776,0.46694216,0.40082645,0.35950413,0.30991736,0.3264463,0.37190083,0.40495867,0.446281,0.4876033,0.49586776,0.61157024,0.6818182,0.5247934,0.61157024,0.5661157,0.6198347,0.607438,0.6446281,0.8595041,0.74380165,0.5206612,0.42561984,0.37190083,0.3305785,0.3181818,0.3181818,0.33471075,0.3677686,0.40495867,0.45867768,0.4876033,0.5247934,0.59917355,0.6735537,0.8057851,0.87603307,0.8553719,0.8305785,0.7892562,0.7892562,0.8512397,0.89669424,0.72727275,0.8181818,0.92975205,0.5082645,0.7892562,0.76033056,0.5,0.6818182,0.73966944,0.6942149,0.6818182,0.6528926,0.62396693,0.58264464,0.5289256,0.49586776,0.43801653,0.49173555,0.45867768,0.38016528,0.3181818,0.30991736,0.338843,0.37190083,0.3966942,0.37190083,0.30991736,0.3264463,0.35950413,0.38842976,0.4338843,0.5041322,0.6942149,0.62396693,0.7355372,0.7644628,0.73966944,0.6859504,0.4752066,0.5413223,0.838843,0.6818182,0.42561984,0.38016528,0.3677686,0.3305785,0.3140496,0.3264463,0.34710744,0.38016528,0.4090909,0.45041323,0.4752066,0.5413223,0.56198347,0.62396693,0.6735537,0.8181818,0.8512397,0.8264463,0.8264463,0.8305785,0.8471074,0.892562,0.8512397,0.7644628,0.9214876,0.74793386,0.6735537,0.30578512,0.55785125,0.6570248,0.661157,0.6363636,0.6363636,0.6446281,0.607438,0.5082645,0.446281,0.38842976,0.40495867,0.5785124,0.34710744,0.4090909,0.21900827,0.36363637,0.27272728,0.3553719,0.42561984,0.37603307,0.36363637,0.3305785,0.28512397,0.3677686,0.37190083,0.58677685,0.6735537,0.6487603,0.838843,0.838843,0.8305785,0.8181818,0.59504133,0.3677686,0.7644628,0.57024795,0.38842976,0.37603307,0.38842976,0.36363637,0.3553719,0.3677686,0.40082645,0.3553719,0.28099173,0.3264463,0.28099173,0.36363637,0.4752066,0.5165289,0.7892562,0.6859504,0.75619835,0.8264463,0.8264463,0.8512397,0.8636364,0.87603307,0.90082645,0.62396693,0.8719008,0.8677686,0.72727275,0.30165288,0.5165289,0.5165289,0.45454547,0.42975205,0.446281,0.49586776,0.49173555,0.41735536,0.38429752,0.35123968,0.4752066,0.71900827,0.30165288,0.49586776,0.2520661,0.2603306,0.28099173,0.37603307,0.607438,0.47107437,0.38016528,0.36363637,0.35123968,0.40082645,0.35950413,0.79752064,0.6694215,0.73966944,0.8471074,0.8429752,0.8347107,0.8553719,0.8264463,0.32231405,0.74380165,0.6280992,0.5289256,0.41735536,0.38016528,0.35123968,0.34710744,0.4090909,0.42975205,0.38429752,0.2107438,0.40082645,0.25619835,0.18181819,0.7644628,0.5206612,0.37190083,0.62396693,0.59090906,0.76033056,0.80991733,0.838843,0.8595041,0.8512397,0.88842976,0.6983471,0.6280992,0.90082645,0.75206614,0.46280992,0.53305787,0.6942149,0.58264464,0.45867768,0.37603307,0.35123968,0.3305785,0.3181818,0.3305785,0.37190083,0.49173555,0.6528926,0.44214877,0.29338843,0.2644628,0.25619835,0.29338843,0.46694216,0.62396693,0.49586776,0.5413223,0.4338843,0.45041323,0.42561984,0.6363636,0.92561984,0.7107438,0.74380165,0.8305785,0.8429752,0.8347107,0.8512397,0.92975205,0.5371901,0.57438016,0.80991733,0.8553719,0.48347107,0.37190083,0.35950413,0.38016528,0.46280992,0.45454547,0.42561984,0.2768595,0.28512397,0.34710744,0.16528925,0.8347107,0.91322315,0.446281,0.39256197,0.54545456,0.607438,0.6983471,0.73140496,0.76859504,0.7644628,0.822314,0.7768595,0.3140496,0.8512397,0.7355372,0.5123967,0.5,0.75619835,0.74793386,0.70247936,0.6198347,0.5082645,0.41735536,0.38016528,0.3305785,0.38429752,0.5123967,0.6322314,0.58264464,0.41322315,0.3677686,0.38429752,0.42975205,0.5165289,0.57438016,0.5371901,0.5123967,0.4752066,0.54545456,0.48347107,0.87603307,0.8719008,0.661157,0.74380165,0.8140496,0.8471074,0.8429752,0.8512397,0.90909094,0.8471074,0.24380165,0.661157,0.45867768,0.8512397,0.47107437,0.40082645,0.41322315,0.45041323,0.46280992,0.40082645,0.3264463,0.23140496,0.3181818,0.2520661,0.59917355,0.73140496,0.57438016,0.45867768,0.5123967,0.58677685,0.6528926,0.72727275,0.8057851,0.8140496,0.8553719,0.8636364,0.37603307,0.8471074,0.7107438,0.55785125,0.47107437,0.74793386,0.7644628,0.75619835,0.7107438,0.6487603,0.6198347,0.57438016,0.47933885,0.43801653,0.53305787,0.607438,0.59917355,0.5165289,0.47107437,0.46694216,0.46694216,0.46280992,0.4752066,0.5,0.5041322,0.44214877,0.4214876,0.6322314,0.88429755,0.7231405,0.6735537,0.74380165,0.7892562,0.8429752,0.8429752,0.8471074,0.89669424,0.88842976,0.55785125,0.45454547,0.75619835,0.8016529,0.5289256,0.40495867,0.40082645,0.3966942,0.41735536,0.40495867,0.41735536,0.4090909,0.4090909,0.4338843,0.5495868,0.60330576,0.6652893,0.6487603,0.677686,0.71900827,0.75206614,0.80991733,0.8677686,0.8677686,0.87603307,0.93801653,0.38842976,0.88429755,0.6983471,0.5785124,0.45867768,0.73140496,0.7644628,0.75619835,0.7355372,0.69008267,0.677686,0.6694215,0.6404959,0.5247934,0.56198347,0.58677685,0.57438016,0.5371901,0.5041322,0.48347107,0.47107437,0.47107437,0.48347107,0.5206612,0.48347107,0.44214877,0.5371901,0.8595041,0.7231405,0.6983471,0.71900827,0.74380165,0.78099173,0.8429752,0.8429752,0.838843,0.88842976,0.8553719,0.78099173,0.4214876,0.6446281,0.79752064,0.59917355,0.446281,0.42561984,0.3966942,0.38842976,0.38842976,0.43801653,0.46694216,0.5082645,0.5371901,0.56198347,0.6694215,0.7768595,0.8305785,0.822314,0.8264463,0.8181818,0.838843,0.8719008,0.8636364,0.8719008,0.8801653,0.45041323,0.90909094,0.6942149,0.60330576,0.4752066,0.6983471,0.7768595,0.7644628,0.75206614,0.73140496,0.7066116,0.7066116,0.6735537,0.57024795,0.5661157,0.59090906,0.58677685,0.5785124,0.55785125,0.54545456,0.5413223,0.5371901,0.553719,0.5785124,0.5041322,0.5082645,0.7892562,0.7107438,0.6818182,0.7644628,0.73140496,0.7644628,0.7933884,0.8347107,0.8429752,0.8347107,0.87603307,0.8595041,0.8347107,0.6322314,0.41735536,0.7107438,0.7107438,0.55785125,0.47107437,0.46280992,0.446281,0.4338843,0.4338843,0.446281,0.5041322,0.5495868,0.59917355,0.6942149,0.79752064,0.8429752,0.8471074,0.8471074,0.838843,0.8471074,0.8595041,0.8471074,0.8801653,0.77272725,0.5785124,0.946281,0.661157,0.661157,0.49173555,0.6363636,0.78099173,0.77272725,0.76033056,0.75206614,0.75206614,0.73140496,0.6859504,0.6198347,0.6322314,0.6446281,0.6322314,0.62396693,0.61157024,0.59504133,0.60330576,0.60330576,0.6280992,0.6446281,0.56198347,0.6280992,0.69008267,0.6735537,0.7768595,0.76033056,0.74380165,0.78512394,0.80991733,0.8305785,0.8347107,0.8347107,0.8677686,0.8595041,0.8595041,0.80991733,0.5661157,0.46280992,0.6694215,0.7231405,0.6735537,0.59504133,0.5495868,0.5289256,0.5289256,0.5371901,0.56198347,0.59504133,0.6528926,0.7107438,0.78099173,0.8140496,0.8305785,0.8264463,0.8305785,0.8429752,0.8595041,0.8719008,0.89669424,0.6818182,0.73140496,0.9338843,0.6363636,0.69008267,0.55785125,0.54545456,0.7644628,0.7892562,0.76033056,0.7644628,0.7644628,0.70247936,0.6983471,0.72727275,0.7231405,0.70247936,0.6942149,0.6859504,0.677686,0.6652893,0.6652893,0.6818182,0.70247936,0.6735537,0.62396693,0.56198347,0.6446281,0.7892562,0.7768595,0.75619835,0.77272725,0.79752064,0.8140496,0.8264463,0.8347107,0.8347107,0.8636364,0.8677686,0.8595041,0.8595041,0.7644628,0.4752066,0.45041323,0.6983471,0.77272725,0.7355372,0.70247936,0.661157,0.6487603,0.6487603,0.6487603,0.6818182,0.71900827,0.75206614,0.78512394,0.8057851,0.8264463,0.838843,0.838843,0.8595041,0.8595041,0.8719008,0.8305785,0.6280992,0.8719008,0.91322315,0.607438,0.6446281,0.69008267,0.5,0.6983471,0.8057851,0.75619835,0.7768595,0.74380165,0.6570248,0.75619835,0.78512394,0.7644628,0.75206614,0.75206614,0.74793386,0.75206614,0.73966944,0.73140496,0.74793386,0.6942149,0.55785125,0.5247934,0.5785124,0.74793386,0.7644628,0.72727275,0.75619835,0.8016529,0.7892562,0.8057851,0.80991733,0.838843,0.838843,0.8553719,0.87603307,0.8719008,0.8719008,0.8636364,0.6694215,0.3966942,0.5,0.7231405,0.74380165,0.74380165,0.71487606,0.73966944,0.72727275,0.71487606,0.7355372,0.76033056,0.78512394,0.79752064,0.822314,0.8429752,0.8595041,0.8677686,0.87603307,0.87603307,0.892562,0.7768595,0.6942149,0.92561984,0.91322315,0.55785125,0.6198347,0.69008267,0.6652893,0.57024795,0.8719008,0.78099173,0.78512394,0.6942149,0.6404959,0.80991733,0.80991733,0.79752064,0.8016529,0.8016529,0.7892562,0.8016529,0.8057851,0.78512394,0.6528926,0.49586776,0.45041323,0.553719,0.6694215,0.7355372,0.71487606,0.6859504,0.73966944,0.8016529,0.8057851,0.8140496,0.7892562,0.8347107,0.8429752,0.8512397,0.88429755,0.88429755,0.8719008,0.8801653,0.74380165,0.53305787,0.45041323,0.5082645,0.6487603,0.73966944,0.73140496,0.74380165,0.77272725,0.76859504,0.77272725,0.7933884,0.8140496,0.8264463,0.8471074,0.8677686,0.8677686,0.8801653,0.88429755,0.892562,0.8305785,0.7355372,0.8553719,0.89669424,0.8553719,0.5123967,0.607438,0.6446281,0.6942149,0.6363636,0.76033056,0.6942149,0.73966944,0.7231405,0.70247936,0.8347107,0.8305785,0.822314,0.822314,0.80991733,0.8057851,0.8140496,0.75206614,0.5413223,0.46694216,0.4752066,0.56198347,0.6528926,0.6694215,0.71900827,0.72727275,0.6694215,0.71487606,0.7933884,0.822314,0.8057851,0.77272725,0.8140496,0.8553719,0.8429752,0.88842976,0.892562,0.8719008,0.8719008,0.8057851,0.57438016,0.5495868,0.49173555,0.39256197,0.5785124,0.677686,0.7231405,0.77272725,0.78512394,0.7933884,0.8140496,0.8305785,0.8471074,0.8677686,0.87603307,0.88429755,0.88429755,0.88429755,0.8057851,0.7355372,0.8305785,0.89669424,0.90082645,0.8553719,0.45454547,0.59090906,0.6363636,0.6818182,0.6983471,0.7355372,0.6942149,0.661157,0.6487603,0.661157,0.71900827,0.72727275,0.71487606,0.71900827,0.6983471,0.6487603,0.53305787,0.46694216,0.49586776,0.57438016,0.6322314,0.6570248,0.6404959,0.6652893,0.74380165,0.76033056,0.677686,0.7107438,0.78512394,0.8264463,0.822314,0.76859504,0.7892562,0.8512397,0.8429752,0.88429755,0.89669424,0.8677686,0.8595041,0.8719008,0.677686,0.49586776,0.5413223,0.45867768,0.39256197,0.44214877,0.58264464,0.6983471,0.74793386,0.78099173,0.79752064,0.8264463,0.8595041,0.88842976,0.88429755,0.88429755,0.8512397,0.77272725,0.73140496,0.822314,0.89669424,0.8801653,0.90495867,0.76859504,0.4214876,0.5661157,0.6404959,0.6694215,0.69008267,0.7107438,0.7231405,0.7231405,0.71487606,0.69008267,0.6446281,0.60330576,0.57438016,0.5661157,0.56198347,0.5413223,0.59504133,0.6446281,0.677686,0.6859504,0.70247936,0.6487603,0.60330576,0.69008267,0.75619835,0.75206614,0.70247936,0.6983471,0.7644628,0.8471074,0.8181818,0.76859504,0.7644628,0.838843,0.8471074,0.88429755,0.90495867,0.8677686,0.8595041,0.8801653,0.8719008,0.4752066,0.5082645,0.5371901,0.48347107,0.41735536,0.39256197,0.43801653,0.5289256,0.61157024,0.73140496,0.8512397,0.90909094,0.90082645,0.838843,0.8057851,0.8181818,0.7933884,0.8264463,0.88429755,0.8801653,0.87603307,0.91322315,0.6487603,0.4338843,0.5082645,0.62396693,0.6735537,0.6694215,0.6859504,0.69008267,0.7107438,0.73140496,0.7355372,0.7231405,0.6942149,0.69008267,0.7107438,0.73140496,0.7066116,0.71487606,0.7107438,0.69008267,0.677686,0.6942149,0.61157024,0.57024795,0.6983471,0.75206614,0.71487606,0.6859504,0.661157,0.71487606,0.8471074,0.80991733,0.73966944,0.73140496,0.78512394,0.8264463,0.8801653,0.90495867,0.8636364,0.8677686,0.88842976,0.9338843,0.59090906,0.45454547,0.54545456,0.5495868,0.53305787,0.5123967,0.48347107,0.45041323,0.40495867,0.43801653,0.57438016,0.8801653,0.7892562,0.8057851,0.8429752,0.8595041,0.8677686,0.8636364,0.8636364,0.8719008,0.8801653,0.892562,0.5165289,0.4876033,0.446281,0.61570245,0.6652893,0.677686,0.6694215,0.69008267,0.6942149,0.7107438,0.7231405,0.73966944,0.73966944,0.73140496,0.74793386,0.72727275,0.7107438,0.6983471,0.6652893,0.6570248,0.6528926,0.6735537,0.59917355,0.5371901,0.6404959,0.677686,0.6487603,0.6198347,0.6198347,0.6487603,0.73140496,0.74380165,0.661157,0.6570248,0.6859504,0.73966944,0.8347107,0.8595041,0.8140496,0.8016529,0.8471074,0.90495867,0.6363636,0.46694216,0.5371901,0.53305787,0.53305787,0.553719,0.5661157,0.58264464,0.6404959,0.6446281,0.69008267,0.75619835,0.7644628,0.838843,0.8595041,0.8677686,0.87603307,0.8512397,0.8347107,0.8595041,0.88429755,0.8595041,0.3677686,0.5289256,0.42561984,0.61157024,0.6487603,0.661157,0.6652893,0.6818182,0.6942149,0.6983471,0.6983471,0.71900827,0.72727275,0.7107438,0.71487606,0.69008267,0.677686,0.6652893,0.6322314,0.6280992,0.6404959,0.6322314,0.607438,0.5495868,0.58264464,0.54545456,0.45454547,0.41322315,0.49173555,0.58264464,0.62396693,0.6404959,0.59090906,0.5785124,0.5785124,0.6363636,0.75619835,0.7644628,0.6818182,0.59090906,0.6652893,0.75619835,0.58264464,0.5082645,0.53305787,0.5082645,0.5041322,0.53305787,0.54545456,0.57438016,0.6322314,0.6735537,0.70247936,0.7355372,0.76859504,0.8140496,0.8429752,0.8429752,0.8595041,0.8471074,0.8429752,0.8595041,0.88842976,0.8140496,0.47107437,0.62396693,0.40082645,0.59090906,0.6446281,0.6570248,0.661157,0.6652893,0.6694215,0.677686,0.6735537,0.69008267,0.6983471,0.6942149,0.6818182,0.6528926,0.6404959,0.62396693,0.61157024,0.6280992,0.6363636,0.61570245,0.59504133,0.59504133,0.58677685,0.5785124,0.4752066,0.37190083,0.41735536,0.5,0.57024795,0.5785124,0.5289256,0.5123967,0.49586776,0.59090906,0.73966944,0.6652893,0.45041323,0.4338843,0.5371901,0.6570248,0.59917355,0.5413223,0.5413223,0.5082645,0.49173555,0.5206612,0.5247934,0.5495868,0.59090906,0.6363636,0.6818182,0.6942149,0.73140496,0.76859504,0.8016529,0.8140496,0.838843,0.838843,0.8429752,0.8429752,0.8801653,0.75619835,0.73140496,0.6818182,0.4214876,0.5413223,0.6280992,0.6446281,0.6570248,0.6570248,0.6446281,0.661157,0.661157,0.6652893,0.6694215,0.661157,0.6446281,0.6198347,0.61157024,0.59504133,0.59917355,0.6198347,0.6198347,0.59917355,0.59090906,0.58677685,0.59090906,0.59917355,0.5785124,0.53305787,0.47933885,0.4752066,0.5,0.53305787,0.48347107,0.45041323,0.45454547,0.59504133,0.6818182,0.57438016,0.5206612,0.59090906,0.6652893,0.6818182,0.6198347,0.56198347,0.553719,0.5289256,0.49586776,0.5082645,0.5082645,0.5206612,0.5495868,0.59504133,0.6528926,0.6818182,0.7107438,0.74380165,0.7644628,0.78099173,0.8140496,0.8264463,0.8347107,0.838843,0.87603307,0.6652893,0.8140496,0.6818182,0.48347107,0.4752066,0.59504133,0.6322314,0.6528926,0.661157,0.6404959,0.6528926,0.6528926,0.6487603,0.661157,0.6363636,0.6528926,0.6363636,0.59917355,0.57024795,0.59504133,0.61570245,0.60330576,0.59090906,0.58264464,0.59504133,0.59090906,0.5785124,0.56198347,0.56198347,0.5413223,0.49173555,0.49173555,0.53305787,0.48347107,0.4090909,0.48347107,0.61157024,0.61157024,0.5661157,0.59917355,0.7066116,0.72727275,0.677686,0.6404959,0.607438,0.56198347,0.5413223,0.5041322,0.47933885,0.49173555,0.5041322,0.5289256,0.55785125,0.62396693,0.6528926,0.6983471,0.7231405,0.73140496,0.74793386,0.78099173,0.7933884,0.838843,0.8471074,0.8471074,0.6570248,0.8264463,0.661157,0.5041322,0.446281,0.58264464,0.6198347,0.6404959,0.661157,0.6487603,0.6446281,0.661157,0.6528926,0.6652893,0.6818182,0.677686,0.61570245,0.5413223,0.5661157,0.58677685,0.59090906,0.58264464,0.59917355,0.5785124,0.59090906,0.59090906,0.5661157,0.57024795,0.49586776,0.48347107,0.47107437,0.46694216,0.5,0.45867768,0.37603307,0.4876033,0.58264464,0.60330576,0.55785125,0.60330576,0.7355372,0.7355372,0.6983471,0.677686,0.6735537,0.59090906,0.5413223,0.53305787,0.47933885,0.48347107,0.49586776,0.5206612,0.5495868,0.62396693,0.677686,0.71900827,0.7355372,0.7355372,0.74793386,0.75206614,0.7892562,0.8512397,0.8347107,0.8429752,0.6198347,0.8595041,0.57438016,0.46694216,0.42561984,0.5785124,0.6198347,0.62396693,0.6570248,0.6694215,0.6570248,0.661157,0.6735537,0.6859504,0.6983471,0.6528926,0.5371901,0.5,0.5413223,0.53305787,0.54545456,0.54545456,0.553719,0.55785125,0.5413223,0.56198347,0.5495868,0.5413223,0.47933885,0.45041323,0.44214877,0.45454547,0.45041323,0.45041323,0.4090909,0.5082645,0.58264464,0.6446281,0.59504133,0.60330576,0.74380165,0.7355372,0.73140496,0.7231405,0.6735537,0.6528926,0.59504133,0.58264464,0.56198347,0.47107437,0.4338843,0.5206612,0.57024795,0.6487603,0.7355372,0.76859504,0.76859504,0.76859504,0.74793386,0.77272725,0.78512394,0.8471074,0.8264463,0.822314,0.6363636,0.8636364,0.3181818,0.2768595,0.35123968,0.55785125,0.62396693,0.6280992,0.6404959,0.6570248,0.677686,0.6818182,0.6942149,0.6942149,0.70247936,0.6322314,0.49173555,0.5041322,0.5041322,0.5041322,0.5289256,0.53305787,0.5041322,0.54545456,0.5123967,0.5041322,0.5041322,0.48347107,0.46694216,0.446281,0.42975205,0.45454547,0.446281,0.39256197,0.45041323,0.47933885,0.5785124,0.6570248,0.62396693,0.6404959,0.69008267,0.6983471,0.72727275,0.71900827,0.6652893,0.61157024,0.58264464,0.61570245,0.6818182,0.6322314,0.45867768,0.44214877,0.58264464,0.6735537,0.75619835,0.80991733,0.8181818,0.80991733,0.7644628,0.7933884,0.78099173,0.8347107,0.8429752,0.78512394,0.6983471,0.8471074,0.23553719,0.16528925,0.2644628,0.5371901,0.6198347,0.6280992,0.6446281,0.6446281,0.661157,0.70247936,0.6859504,0.6818182,0.6942149,0.60330576,0.47107437,0.49173555,0.4752066,0.4752066,0.5413223,0.57024795,0.5247934,0.5371901,0.5041322,0.47107437,0.48347107,0.46694216,0.446281,0.45454547,0.4338843,0.45454547,0.43801653,0.3966942,0.4090909,0.4876033,0.57438016,0.6446281,0.59090906,0.62396693,0.6528926,0.62396693,0.6652893,0.677686,0.6446281,0.55785125,0.53305787,0.54545456,0.6322314,0.7066116,0.54545456,0.36363637,0.57024795,0.6983471,0.77272725,0.8264463,0.838843,0.8471074,0.78512394,0.8140496,0.7933884,0.8264463,0.8471074,0.73140496,0.5661157,0.59090906,0.21900827,0.17768595,0.1983471,0.47107437,0.607438,0.61157024,0.6446281,0.6818182,0.6735537,0.70247936,0.6818182,0.6859504,0.6859504,0.59504133,0.49173555,0.5289256,0.5,0.5082645,0.5371901,0.59504133,0.553719,0.5371901,0.5289256,0.47933885,0.5123967,0.49173555,0.46694216,0.4876033,0.4876033,0.4876033,0.47107437,0.42561984,0.45454547,0.4876033,0.5785124,0.6322314,0.5785124,0.6198347,0.6570248,0.62396693,0.6404959,0.661157,0.6404959,0.5785124,0.5413223,0.5206612,0.55785125,0.6735537,0.6446281,0.38842976,0.53305787,0.70247936,0.78099173,0.822314,0.8429752,0.8595041,0.80991733,0.8181818,0.8181818,0.8181818,0.8553719,0.677686,0.37603307,0.32231405,0.20247933,0.17768595,0.16115703,0.40082645,0.57438016,0.59504133,0.6446281,0.69008267,0.69008267,0.6528926,0.6735537,0.69008267,0.677686,0.6404959,0.57024795,0.55785125,0.5289256,0.5247934,0.48347107,0.5,0.5206612,0.5371901,0.5289256,0.5041322,0.5371901,0.5082645,0.49586776,0.5206612,0.5495868,0.5247934,0.5082645,0.48347107,0.5371901,0.5661157,0.58677685,0.59917355,0.58264464,0.62396693,0.6652893,0.661157,0.6652893,0.6818182,0.6570248,0.59917355,0.4752066,0.49586776,0.54545456,0.58264464,0.6694215,0.47933885,0.5289256,0.7066116,0.7892562,0.8057851,0.8264463,0.838843,0.838843,0.8140496,0.822314,0.8264463,0.8471074,0.61157024,0.3553719,0.29752067,0.19008264,0.18595041,0.1694215,0.3140496,0.5661157,0.59917355,0.6487603,0.677686,0.677686,0.6322314,0.6735537,0.69008267,0.6694215,0.6652893,0.58264464,0.56198347,0.53305787,0.5,0.47933885,0.35950413,0.38429752,0.4214876,0.45041323,0.47107437,0.49586776,0.49173555,0.5,0.5165289,0.53305787,0.5082645,0.5,0.5123967,0.56198347,0.5289256,0.5123967,0.5,0.5413223,0.58264464,0.61570245,0.62396693,0.6198347,0.59504133,0.553719,0.46280992,0.3553719,0.45454547,0.5206612,0.54545456,0.6198347,0.5206612,0.57024795,0.73966944,0.8057851,0.80991733,0.8305785,0.8347107,0.838843,0.8305785,0.8347107,0.8553719,0.79752064,0.48347107,0.32231405,0.30165288,0.21487603,0.17768595,0.1570248,0.2520661,0.49173555,0.6322314,0.6404959,0.661157,0.6735537,0.6487603,0.6694215,0.6818182,0.6694215,0.6735537,0.61570245,0.55785125,0.5206612,0.49586776,0.49173555,0.48347107,0.47107437,0.42561984,0.39256197,0.39256197,0.40495867,0.4090909,0.42975205,0.42975205,0.4214876,0.4090909,0.40082645,0.40082645,0.4338843,0.39256197,0.38842976,0.3966942,0.41735536,0.46694216,0.5165289,0.5289256,0.53305787,0.446281,0.446281,0.446281,0.43801653,0.47107437,0.48347107,0.5041322,0.553719,0.54545456,0.6280992,0.74380165,0.8057851,0.80991733,0.8140496,0.838843,0.838843,0.8471074,0.8305785,0.8595041,0.677686,0.3553719,0.30578512,0.29752067,0.23553719,0.19008264,0.1322314,0.25619835,0.46280992,0.5247934,0.6322314,0.6322314,0.6446281,0.6694215,0.677686,0.6735537,0.6487603,0.6528926,0.6404959,0.58264464,0.5041322,0.49586776,0.5247934,0.58264464,0.59504133,0.59090906,0.5785124,0.5413223,0.5041322,0.49173555,0.5,0.47933885,0.42561984,0.41322315,0.38016528,0.36363637,0.38429752,0.36363637,0.35950413,0.37190083,0.4090909,0.4752066,0.58264464,0.6198347,0.6694215,0.6280992,0.62396693,0.6446281,0.5785124,0.5247934,0.4752066,0.48347107,0.48347107,0.5247934,0.661157,0.75206614,0.78099173,0.79752064,0.8140496,0.8264463,0.8347107,0.8305785,0.8305785,0.8057851,0.5123967,0.27272728,0.29752067,0.30578512,0.23553719,0.2231405,0.1694215,0.19421488,0.49173555,0.44214877,0.60330576,0.6363636,0.62396693,0.6446281,0.6446281,0.6363636,0.607438,0.6404959,0.6446281,0.5785124,0.4876033,0.5041322,0.5661157,0.60330576,0.60330576,0.607438,0.607438,0.61570245,0.6198347,0.59917355,0.59090906,0.59917355,0.57438016,0.5661157,0.53305787,0.5041322,0.5123967,0.5371901,0.58264464,0.6198347,0.661157,0.7066116,0.7355372,0.75206614,0.75619835,0.76859504,0.73966944,0.7066116,0.6322314,0.57438016,0.4876033,0.48347107,0.49173555,0.5123967,0.6528926,0.73966944,0.74380165,0.75206614,0.80991733,0.8181818,0.8140496,0.8181818,0.8305785,0.6570248,0.37603307,0.28512397,0.2892562,0.3181818,0.22727273,0.23966943,0.22727273,0.14049587,0.47933885,0.4214876,0.5247934,0.6280992,0.6322314,0.60330576,0.60330576,0.62396693,0.59917355,0.6446281,0.62396693,0.5495868,0.49586776,0.5247934,0.58264464,0.61157024,0.61570245,0.6280992,0.61157024,0.59090906,0.5785124,0.59090906,0.5661157,0.59504133,0.59917355,0.60330576,0.58677685,0.5785124,0.5785124,0.57024795,0.59504133,0.62396693,0.6363636,0.6487603,0.6528926,0.6694215,0.7107438,0.73140496,0.73140496,0.6528926,0.6404959,0.61157024,0.5206612,0.5247934,0.5289256,0.5495868,0.6446281,0.7355372,0.71900827,0.69008267,0.7892562,0.80991733,0.80991733,0.8264463,0.78099173,0.48347107,0.30991736,0.29752067,0.30165288,0.3181818,0.23553719,0.23553719,0.23966943,0.18181819,0.44214877,0.47933885,0.42561984,0.57024795,0.61570245,0.59917355,0.5785124,0.59090906,0.58677685,0.6198347,0.60330576,0.5206612,0.5041322,0.53305787,0.58264464,0.607438,0.6198347,0.6280992,0.6198347,0.60330576,0.59504133,0.57024795,0.5495868,0.5206612,0.5165289,0.5165289,0.4876033,0.47933885,0.46280992,0.446281,0.46280992,0.5,0.5371901,0.58264464,0.62396693,0.69008267,0.6694215,0.6818182,0.6735537,0.6528926,0.6735537,0.6404959,0.56198347,0.5206612,0.5661157,0.59090906,0.6404959,0.7066116,0.6942149,0.7107438,0.7644628,0.80991733,0.79752064,0.8016529,0.6446281,0.38016528,0.29338843,0.30165288,0.3140496,0.30991736,0.22727273,0.23553719,0.22727273,0.21487603,0.39256197,0.49173555,0.40495867,0.5041322,0.57438016,0.5785124,0.5495868,0.57024795,0.5785124,0.5785124,0.5785124,0.5123967,0.5206612,0.5413223,0.57024795,0.59090906,0.60330576,0.6280992,0.61570245,0.59090906,0.57024795,0.58677685,0.55785125,0.5123967,0.48347107,0.42561984,0.38016528,0.38429752,0.38429752,0.3677686,0.41735536,0.45867768,0.54545456,0.5247934,0.661157,0.6694215,0.6446281,0.6652893,0.6363636,0.6363636,0.6446281,0.6322314,0.55785125,0.49586776,0.56198347,0.61570245,0.6363636,0.69008267,0.62396693,0.7231405,0.7644628,0.76033056,0.78512394,0.6818182,0.43801653,0.34710744,0.30578512,0.29338843,0.32231405,0.2892562,0.23140496,0.23553719,0.23553719,0.2231405,0.34710744,0.4876033,0.42975205,0.42561984,0.5247934,0.56198347,0.5661157,0.57024795,0.57438016,0.57024795,0.55785125,0.5247934,0.5123967,0.48347107,0.5289256,0.59504133,0.61157024,0.6198347,0.61570245,0.58677685,0.55785125,0.58264464,0.5082645,0.5041322,0.4876033,0.42975205,0.37603307,0.4214876,0.3966942,0.40082645,0.45041323,0.49173555,0.57438016,0.49173555,0.61157024,0.62396693,0.62396693,0.6446281,0.6198347,0.6528926,0.607438,0.61570245,0.57024795,0.5165289,0.56198347,0.62396693,0.6818182,0.6528926,0.607438,0.6942149,0.74793386,0.73140496,0.6942149,0.5041322,0.3429752,0.3305785,0.29338843,0.27272728,0.32231405,0.3140496,0.23140496,0.24380165,0.23966943,0.2231405,0.3305785,0.5041322,0.5082645,0.41322315,0.45041323,0.5247934,0.57024795,0.5041322,0.5082645,0.53305787,0.5123967,0.48347107,0.45041323,0.43801653,0.5082645,0.58677685,0.59917355,0.59504133,0.607438,0.5785124,0.57024795,0.55785125,0.5041322,0.4752066,0.47107437,0.4338843,0.38842976,0.41735536,0.4090909,0.40082645,0.47107437,0.48347107,0.5123967,0.49586776,0.5371901,0.59917355,0.58677685,0.607438,0.6198347,0.6322314,0.6446281,0.6198347,0.58677685,0.5495868,0.61157024,0.607438,0.6735537,0.6694215,0.60330576,0.6818182,0.7231405,0.6694215,0.5371901,0.37190083,0.30991736,0.30991736,0.30165288,0.30991736,0.30578512,0.3140496,0.22727273,0.23553719,0.23553719,0.21487603,0.3181818,0.5041322,0.5165289,0.45867768,0.37190083,0.47933885,0.5495868,0.45454547,0.5,0.5,0.4752066,0.4752066,0.45454547,0.446281,0.5123967,0.56198347,0.5661157,0.57024795,0.607438,0.58264464,0.57438016,0.56198347,0.5247934,0.48347107,0.45454547,0.45041323,0.41322315,0.38016528,0.46280992,0.35123968,0.5123967,0.46280992,0.4752066,0.5,0.5247934,0.5661157,0.58264464,0.59504133,0.59917355,0.5785124,0.61157024,0.6404959,0.5371901,0.553719,0.5289256,0.6280992,0.61570245,0.6735537,0.607438,0.6652893,0.6735537,0.5785124,0.4214876,0.3429752,0.30578512,0.32231405,0.30165288,0.3181818,0.3140496,0.3140496,0.23553719,0.2231405,0.23966943,0.2107438,0.30991736,0.47107437,0.45454547,0.46280992,0.42561984,0.35950413,0.45454547,0.4090909,0.47107437,0.46694216,0.45454547,0.45454547,0.45867768,0.46280992,0.5,0.5206612,0.5289256,0.55785125,0.6198347,0.59090906,0.59504133,0.5661157,0.54545456,0.5082645,0.44214877,0.46280992,0.4214876,0.4090909,0.446281,0.4214876,0.49173555,0.47933885,0.5041322,0.553719,0.55785125,0.57024795,0.607438,0.62396693,0.61570245,0.57438016,0.5785124,0.661157,0.5785124,0.56198347,0.5413223,0.607438,0.6198347,0.59917355,0.59917355,0.60330576,0.57024795,0.53305787,0.3677686,0.30165288,0.29752067,0.3181818,0.30165288,0.30578512,0.3264463,0.30578512,0.23553719,0.23966943,0.24793388,0.1983471,0.3181818,0.48347107,0.47933885,0.48347107,0.47933885,0.338843,0.338843,0.338843,0.4090909,0.4090909,0.41735536,0.446281,0.4752066,0.46694216,0.446281,0.47107437,0.5165289,0.553719,0.59504133,0.61570245,0.6198347,0.60330576,0.58264464,0.5413223,0.46694216,0.48347107,0.46694216,0.45867768,0.45454547,0.46280992,0.5495868,0.5289256,0.55785125,0.59090906,0.59504133,0.607438,0.6322314,0.6487603,0.61157024,0.59504133,0.5247934,0.6487603,0.5123967,0.5661157,0.5413223,0.59090906,0.58264464,0.54545456,0.5495868,0.48347107,0.5413223,0.53305787,0.32231405,0.29338843,0.30165288,0.32231405,0.30991736,0.3140496,0.3181818,0.3140496,0.23140496,0.23140496,0.2603306,0.19421488,0.29338843,0.47933885,0.5165289,0.4876033,0.4752066,0.42975205,0.30991736,0.3264463,0.36363637,0.3677686,0.36363637,0.42561984,0.45867768,0.47107437,0.46694216,0.48347107,0.5,0.5413223,0.58677685,0.62396693,0.6322314,0.6487603,0.6198347,0.58264464,0.5371901,0.54545456,0.54545456,0.48347107,0.5206612,0.5247934,0.5785124,0.59090906,0.58264464,0.6404959,0.607438,0.6363636,0.6446281,0.6446281,0.62396693,0.57024795,0.5661157,0.5661157,0.5413223,0.57024795,0.53305787,0.553719,0.4876033,0.49173555,0.47107437,0.42561984,0.6198347,0.5041322,0.27272728,0.29752067,0.3181818,0.3181818,0.30991736,0.3181818,0.3140496,0.3181818,0.24380165,0.23966943,0.24380165,0.1983471,0.26859504,0.49173555,0.49173555,0.45454547,0.45867768,0.446281,0.35123968,0.32231405,0.34710744,0.34710744,0.33471075,0.38429752,0.41322315,0.45454547,0.45041323,0.45867768,0.4752066,0.56198347,0.56198347,0.5785124,0.6322314,0.6528926,0.61570245,0.58264464,0.58677685,0.56198347,0.57438016,0.5,0.54545456,0.59917355,0.5661157,0.61570245,0.6363636,0.661157,0.61570245,0.6198347,0.6363636,0.61157024,0.62396693,0.55785125,0.5785124,0.55785125,0.5785124,0.59090906,0.5495868,0.56198347,0.46280992,0.41735536,0.42975205,0.5082645,0.69008267,0.45454547,0.25619835,0.28512397,0.32231405,0.3181818,0.3181818,0.3140496,0.30991736,0.3181818,0.23966943,0.23553719,0.23966943,0.20661157,0.24380165,0.5206612,0.4876033,0.5082645,0.5123967,0.49173555,0.38842976,0.30578512,0.32231405,0.33471075,0.3429752,0.3677686,0.38429752,0.446281,0.42561984,0.45867768,0.5082645,0.5206612,0.5165289,0.57024795,0.60330576,0.61157024,0.58677685,0.56198347,0.57438016,0.5371901,0.53305787,0.5289256,0.57438016,0.59504133,0.58677685,0.6404959,0.6487603,0.6487603,0.6528926,0.6404959,0.6198347,0.57438016,0.60330576,0.58264464,0.55785125,0.60330576,0.57438016,0.5371901,0.53305787,0.49173555,0.44214877,0.38842976,0.45454547,0.5247934,0.70247936,0.4090909,0.2892562,0.2892562,0.3140496,0.3264463,0.3264463,0.30991736,0.30578512,0.3181818,0.23966943,0.23966943,0.24380165,0.20661157,0.24793388,0.5247934,0.5123967,0.553719,0.5371901,0.5,0.45454547,0.3677686,0.338843,0.3305785,0.3305785,0.3553719,0.338843,0.38429752,0.4338843,0.47107437,0.47107437,0.46280992,0.4876033,0.5371901,0.57438016,0.58677685,0.57024795,0.53305787,0.55785125,0.5289256,0.5206612,0.5661157,0.58677685,0.57024795,0.5661157,0.61570245,0.60330576,0.61570245,0.6280992,0.6404959,0.6198347,0.5785124,0.53305787,0.57438016,0.54545456,0.60330576,0.57024795,0.46280992,0.45867768,0.45454547,0.41735536,0.41735536,0.5289256,0.6280992,0.6942149,0.30991736,0.29752067,0.29338843,0.3181818,0.3140496,0.3305785,0.3181818,0.30578512,0.3140496,0.23966943,0.23140496,0.24380165,0.21487603,0.2231405,0.553719,0.5082645,0.5289256,0.47107437,0.48347107,0.5123967,0.40082645,0.33471075,0.3429752,0.3305785,0.36363637,0.3140496,0.3181818,0.4214876,0.45454547,0.44214877,0.43801653,0.4752066,0.5206612,0.5413223,0.53305787,0.5206612,0.5082645,0.5413223,0.5206612,0.5041322,0.5247934,0.5289256,0.5413223,0.54545456,0.57438016,0.56198347,0.56198347,0.55785125,0.58264464,0.62396693,0.6446281,0.553719,0.5,0.5247934,0.553719,0.54545456,0.41735536,0.4338843,0.46694216,0.42561984,0.47933885,0.59917355,0.6446281,0.6735537,0.30165288,0.25619835,0.29338843,0.32231405,0.30991736,0.3264463,0.3305785,0.30578512,0.30991736,0.23966943,0.23553719,0.23966943,0.21487603,0.20661157,0.5247934,0.5247934,0.5289256,0.47933885,0.5082645,0.5247934,0.43801653,0.33471075,0.3264463,0.3553719,0.3553719,0.3181818,0.29338843,0.33471075,0.42561984,0.41735536,0.41735536,0.46280992,0.4876033,0.49586776,0.48347107,0.46694216,0.4752066,0.5165289,0.49586776,0.5041322,0.45041323,0.46694216,0.5041322,0.5289256,0.5247934,0.5123967,0.5,0.5,0.5082645,0.5785124,0.5785124,0.5123967,0.53305787,0.49173555,0.553719,0.47933885,0.40082645,0.42975205,0.46694216,0.45867768,0.5082645,0.57024795,0.60330576,0.60330576,0.26859504,0.2644628,0.28099173,0.30991736,0.30578512,0.30165288,0.30991736,0.30991736,0.30991736,0.24380165,0.2520661,0.23553719,0.21900827,0.21487603,0.5371901,0.5495868,0.5289256,0.49586776,0.47107437,0.446281,0.44214877,0.4090909,0.34710744,0.36363637,0.38016528,0.34710744,0.3181818,0.30991736,0.38016528,0.3677686,0.38429752,0.42561984,0.45041323,0.48347107,0.5041322,0.47933885,0.45867768,0.47933885,0.4752066,0.5206612,0.4214876,0.42975205,0.45454547,0.48347107,0.49173555,0.4876033,0.46280992,0.4752066,0.5041322,0.5289256,0.5165289,0.5041322,0.5661157,0.53305787,0.49173555,0.446281,0.4214876,0.44214877,0.46694216,0.4876033,0.5413223,0.59917355,0.6694215,0.5785124,0.2520661,0.27272728,0.2768595,0.30991736,0.3140496,0.30991736,0.3140496,0.30165288,0.30165288,0.24380165,0.24380165,0.23966943,0.2107438,0.23553719,0.5413223,0.54545456,0.5289256,0.5,0.4752066,0.44214877,0.45041323,0.446281,0.38429752,0.3677686,0.38429752,0.37603307,0.33471075,0.32231405,0.3305785,0.30578512,0.3553719,0.4090909,0.4338843,0.48347107,0.48347107,0.45867768,0.45454547,0.446281,0.42975205,0.45454547,0.4214876,0.41322315,0.41735536,0.4338843,0.45867768,0.4752066,0.45041323,0.4752066,0.45041323,0.49586776,0.47933885,0.5082645,0.5495868,0.49586776,0.45867768,0.42561984,0.43801653,0.46280992,0.4876033,0.5165289,0.5495868,0.6322314,0.6983471,0.5413223,0.25619835,0.27272728,0.29338843,0.30165288,0.3140496,0.30578512,0.3140496,0.30165288,0.28512397,0.23140496,0.23966943,0.24793388,0.20661157,0.24793388,0.5495868,0.5413223,0.5165289,0.47933885,0.45454547,0.4752066,0.48347107,0.46280992,0.44214877,0.36363637,0.35123968,0.37190083,0.33471075,0.3140496,0.3140496,0.2892562,0.3140496,0.3966942,0.41735536,0.45041323,0.4214876,0.38016528,0.45041323,0.4338843,0.35950413,0.38016528,0.41735536,0.37190083,0.3677686,0.40082645,0.42561984,0.45041323,0.42975205,0.4338843,0.41735536,0.42975205,0.4752066,0.45041323,0.5041322,0.46280992,0.42561984,0.43801653,0.47107437,0.47933885,0.5,0.5206612,0.54545456,0.59504133,0.7066116,0.5082645,0.26859504,0.27272728,0.28099173,0.30578512,0.30165288,0.30991736,0.30991736,0.32231405,0.2892562,0.23966943,0.2520661,0.24793388,0.21487603,0.26859504,0.55785125,0.54545456,0.5206612,0.4876033,0.46694216,0.46694216,0.5041322,0.41735536,0.45867768,0.38016528,0.3181818,0.32231405,0.3264463,0.3305785,0.3264463,0.30991736,0.30991736,0.36363637,0.37603307,0.42975205,0.37603307,0.3264463,0.42561984,0.40495867,0.3140496,0.3429752,0.38429752,0.32231405,0.3140496,0.38016528,0.36363637,0.41735536,0.41322315,0.37603307,0.39256197,0.39256197,0.42975205,0.39256197,0.4338843,0.41735536,0.42561984,0.45041323,0.47107437,0.47933885,0.5041322,0.55785125,0.59917355,0.61570245,0.71487606,0.47933885,0.2520661,0.27272728,0.28512397,0.29338843,0.29752067,0.30578512,0.30165288,0.3140496,0.28512397,0.23966943,0.2520661,0.23553719,0.20661157,0.3181818,0.5661157,0.553719,0.5247934,0.5206612,0.5,0.45867768,0.4752066,0.47107437,0.4214876,0.40495867,0.38429752,0.32231405,0.3181818,0.30578512,0.3140496,0.32231405,0.30991736,0.3429752,0.3140496,0.38429752,0.3264463,0.30991736,0.38016528,0.37603307,0.29752067,0.29752067,0.33471075,0.29752067,0.2644628,0.3264463,0.28512397,0.35950413,0.38016528,0.36363637,0.3677686,0.3553719,0.40082645,0.37603307,0.39256197,0.4090909,0.43801653,0.47933885,0.48347107,0.4876033,0.5206612,0.6528926,0.6487603,0.6363636,0.6942149,0.47107437,0.23553719,0.26859504,0.28512397,0.28512397,0.29338843,0.30578512,0.30165288,0.3140496,0.2768595,6 +0.25619835,0.2231405,0.28099173,0.3181818,0.61570245,0.6983471,0.6983471,0.7107438,0.74380165,0.76859504,0.7768595,0.77272725,0.78512394,0.8016529,0.8016529,0.8057851,0.8181818,0.822314,0.8181818,0.8305785,0.8264463,0.8347107,0.8347107,0.8305785,0.8264463,0.8140496,0.7933884,0.78512394,0.7768595,0.77272725,0.78099173,0.7768595,0.77272725,0.7768595,0.77272725,0.7892562,0.8057851,0.8181818,0.8347107,0.8347107,0.8305785,0.8429752,0.838843,0.838843,0.838843,0.8429752,0.8429752,0.8512397,0.8553719,0.8512397,0.8595041,0.8553719,0.8636364,0.8719008,0.8719008,0.88429755,0.91735536,0.70247936,0.2768595,0.13636364,0.1570248,0.17355372,0.17768595,0.17768595,0.2892562,0.21900827,0.3305785,0.4090909,0.6694215,0.6983471,0.7066116,0.73140496,0.75619835,0.77272725,0.7768595,0.7768595,0.78512394,0.79752064,0.79752064,0.80991733,0.8181818,0.822314,0.8264463,0.8305785,0.8347107,0.838843,0.8471074,0.838843,0.8305785,0.822314,0.80991733,0.79752064,0.7892562,0.78512394,0.79752064,0.7933884,0.78512394,0.7892562,0.7768595,0.78512394,0.8140496,0.822314,0.8347107,0.8305785,0.838843,0.8471074,0.8429752,0.8512397,0.8471074,0.8429752,0.8429752,0.8512397,0.8553719,0.8512397,0.8595041,0.8595041,0.8677686,0.8719008,0.87603307,0.8801653,0.90909094,0.8801653,0.45041323,0.19421488,0.14876033,0.15289256,0.17768595,0.18181819,0.29338843,0.2644628,0.38429752,0.47933885,0.70247936,0.69008267,0.7066116,0.73966944,0.76033056,0.77272725,0.78099173,0.78099173,0.78512394,0.7933884,0.79752064,0.8057851,0.8140496,0.8264463,0.8264463,0.8347107,0.838843,0.8347107,0.8471074,0.838843,0.838843,0.838843,0.822314,0.80991733,0.8016529,0.8057851,0.8016529,0.8057851,0.8016529,0.7933884,0.8016529,0.79752064,0.80991733,0.8264463,0.838843,0.8305785,0.838843,0.8429752,0.8471074,0.8512397,0.8512397,0.8429752,0.8429752,0.8471074,0.8553719,0.8553719,0.8553719,0.8553719,0.8677686,0.8677686,0.8719008,0.88429755,0.88842976,0.93801653,0.6942149,0.30165288,0.21487603,0.15289256,0.16528925,0.16115703,0.2892562,0.3553719,0.3966942,0.57438016,0.69008267,0.6942149,0.7107438,0.7355372,0.76033056,0.7644628,0.76859504,0.77272725,0.78512394,0.7892562,0.7892562,0.7933884,0.8016529,0.8140496,0.822314,0.8305785,0.838843,0.8429752,0.8429752,0.838843,0.838843,0.838843,0.8264463,0.8140496,0.80991733,0.8140496,0.80991733,0.8181818,0.8181818,0.80991733,0.8057851,0.80991733,0.822314,0.838843,0.8305785,0.8264463,0.8305785,0.8429752,0.8429752,0.8347107,0.8512397,0.8429752,0.8471074,0.838843,0.8429752,0.8636364,0.8595041,0.8512397,0.8595041,0.8677686,0.8801653,0.88429755,0.88429755,0.91322315,0.90495867,0.46280992,0.26859504,0.28512397,0.17768595,0.1983471,0.3181818,0.41735536,0.4338843,0.6404959,0.6859504,0.6859504,0.70247936,0.71900827,0.74793386,0.7644628,0.7644628,0.77272725,0.78099173,0.78512394,0.7892562,0.78512394,0.8016529,0.79752064,0.8181818,0.8181818,0.8264463,0.838843,0.838843,0.8347107,0.8347107,0.8347107,0.8264463,0.8181818,0.80991733,0.8140496,0.8181818,0.8264463,0.8264463,0.822314,0.8181818,0.822314,0.8140496,0.8347107,0.8264463,0.8181818,0.8305785,0.8305785,0.838843,0.8305785,0.8429752,0.8429752,0.8471074,0.838843,0.8305785,0.8553719,0.8595041,0.8553719,0.8512397,0.8636364,0.8801653,0.88429755,0.88842976,0.88429755,0.9586777,0.72727275,0.30578512,0.45454547,0.20247933,0.24793388,0.35123968,0.4090909,0.5165289,0.6859504,0.69008267,0.6942149,0.6983471,0.7107438,0.74380165,0.76033056,0.76033056,0.74380165,0.78099173,0.8181818,0.8016529,0.79752064,0.7892562,0.7768595,0.8016529,0.8181818,0.8140496,0.822314,0.8305785,0.8181818,0.8181818,0.8181818,0.80991733,0.8057851,0.7933884,0.7892562,0.79752064,0.8016529,0.79752064,0.7933884,0.7933884,0.79752064,0.80991733,0.8140496,0.8305785,0.822314,0.822314,0.8140496,0.8057851,0.8181818,0.75206614,0.73966944,0.77272725,0.71900827,0.6983471,0.8429752,0.88842976,0.892562,0.87603307,0.8719008,0.8801653,0.8677686,0.88429755,0.892562,0.90909094,0.90082645,0.41322315,0.48347107,0.28512397,0.21487603,0.38016528,0.4090909,0.59090906,0.70247936,0.69008267,0.69008267,0.6859504,0.6694215,0.6487603,0.60330576,0.5661157,0.553719,0.5661157,0.677686,0.6487603,0.661157,0.59917355,0.59504133,0.59504133,0.6404959,0.6198347,0.60330576,0.61157024,0.6198347,0.62396693,0.6280992,0.6487603,0.6694215,0.677686,0.6694215,0.6735537,0.6818182,0.6694215,0.6570248,0.6528926,0.6404959,0.61157024,0.61157024,0.6198347,0.62396693,0.58264464,0.55785125,0.5661157,0.6322314,0.57024795,0.56198347,0.607438,0.6198347,0.607438,0.78512394,0.91322315,0.90909094,0.90495867,0.892562,0.87603307,0.822314,0.7644628,0.8305785,0.88429755,0.94214875,0.6404959,0.4090909,0.38016528,0.20247933,0.4338843,0.45867768,0.6570248,0.661157,0.607438,0.59090906,0.5247934,0.5041322,0.49586776,0.5206612,0.553719,0.59090906,0.59090906,0.56198347,0.55785125,0.5413223,0.446281,0.43801653,0.45454547,0.47107437,0.5206612,0.45454547,0.40495867,0.6528926,0.5661157,0.42561984,0.5041322,0.5495868,0.5206612,0.5495868,0.57024795,0.58677685,0.58264464,0.55785125,0.57024795,0.5413223,0.40082645,0.35950413,0.4214876,0.4338843,0.43801653,0.40082645,0.4214876,0.45454547,0.4752066,0.49173555,0.5289256,0.57024795,0.59504133,0.7644628,0.90495867,0.91322315,0.90909094,0.90495867,0.8636364,0.7892562,0.6694215,0.6694215,0.69008267,0.8677686,0.8429752,0.38842976,0.42975205,0.2520661,0.45041323,0.5495868,0.6652893,0.5495868,0.4752066,0.5661157,0.6404959,0.6280992,0.553719,0.5289256,0.53305787,0.53305787,0.5041322,0.43801653,0.34710744,0.3181818,0.29752067,0.30991736,0.30991736,0.35950413,0.46280992,0.4090909,0.37190083,0.7355372,0.822314,0.661157,0.677686,0.70247936,0.54545456,0.55785125,0.6487603,0.6570248,0.6280992,0.58677685,0.5371901,0.5206612,0.45867768,0.40082645,0.37190083,0.3677686,0.35123968,0.32231405,0.338843,0.32231405,0.3140496,0.32231405,0.38016528,0.3966942,0.56198347,0.8305785,0.89669424,0.8553719,0.822314,0.8016529,0.76859504,0.822314,0.8057851,0.75206614,0.661157,0.57024795,0.822314,0.5041322,0.44214877,0.2644628,0.46694216,0.607438,0.57024795,0.5247934,0.6280992,0.7066116,0.6528926,0.5371901,0.47933885,0.5041322,0.54545456,0.5247934,0.47107437,0.41735536,0.35950413,0.3305785,0.32231405,0.3140496,0.30578512,0.3264463,0.59504133,0.70247936,0.58264464,0.5785124,0.8264463,0.89669424,0.8429752,0.8801653,0.6859504,0.6363636,0.76033056,0.77272725,0.7231405,0.6859504,0.5165289,0.61570245,0.5495868,0.4876033,0.4090909,0.38842976,0.38842976,0.37603307,0.34710744,0.338843,0.34710744,0.34710744,0.37603307,0.38429752,0.72727275,0.94214875,0.90909094,0.90495867,0.8140496,0.79752064,0.72727275,0.75619835,0.87603307,0.88842976,0.8677686,0.59917355,0.58677685,0.6446281,0.41322315,0.2892562,0.5371901,0.6363636,0.5082645,0.6322314,0.74793386,0.6983471,0.55785125,0.5123967,0.553719,0.59504133,0.60330576,0.58677685,0.49173555,0.5,0.5082645,0.5165289,0.48347107,0.4752066,0.45041323,0.3553719,0.8429752,0.90909094,0.8429752,0.71487606,0.6363636,0.79752064,0.8553719,0.90082645,0.7107438,0.6363636,0.73140496,0.78099173,0.7107438,0.77272725,0.5495868,0.7933884,0.6942149,0.61570245,0.5123967,0.47107437,0.45867768,0.4338843,0.38842976,0.40495867,0.43801653,0.46280992,0.49173555,0.5082645,0.7933884,0.94214875,0.91322315,0.90909094,0.8719008,0.8347107,0.80991733,0.70247936,0.78512394,0.88842976,0.92975205,0.78512394,0.57024795,0.6859504,0.39256197,0.30165288,0.6735537,0.71900827,0.55785125,0.74380165,0.8016529,0.6570248,0.5123967,0.5289256,0.62396693,0.6735537,0.6487603,0.55785125,0.55785125,0.61570245,0.6198347,0.59917355,0.60330576,0.58264464,0.5289256,0.43801653,0.8305785,0.9338843,0.9214876,0.90082645,0.59504133,0.6198347,0.78512394,0.8057851,0.6983471,0.59090906,0.6735537,0.71900827,0.6322314,0.6694215,0.57438016,0.88842976,0.8347107,0.6859504,0.54545456,0.47933885,0.45041323,0.42975205,0.41322315,0.47107437,0.5289256,0.57024795,0.6280992,0.6322314,0.73966944,0.89669424,0.9214876,0.90909094,0.8636364,0.8471074,0.8512397,0.8016529,0.74793386,0.838843,0.91735536,0.8016529,0.54545456,0.7107438,0.4752066,0.21487603,0.8305785,0.77272725,0.6528926,0.8429752,0.8719008,0.77272725,0.61570245,0.58677685,0.6322314,0.6735537,0.6280992,0.553719,0.6446281,0.6735537,0.6322314,0.61157024,0.59090906,0.58677685,0.54545456,0.49173555,0.61570245,0.88842976,0.92561984,0.9214876,0.58677685,0.5413223,0.74793386,0.6694215,0.6363636,0.70247936,0.7768595,0.78512394,0.74380165,0.58677685,0.4752066,0.8595041,0.8636364,0.6322314,0.47933885,0.43801653,0.41322315,0.39256197,0.40495867,0.45454547,0.5165289,0.57024795,0.6280992,0.6818182,0.6652893,0.76033056,0.8553719,0.8801653,0.8677686,0.8512397,0.8264463,0.838843,0.80991733,0.8140496,0.88429755,0.8305785,0.45454547,0.70247936,0.6694215,0.4090909,0.7933884,0.7066116,0.7355372,0.91735536,0.90082645,0.91735536,0.79752064,0.6198347,0.61570245,0.6446281,0.56198347,0.54545456,0.6322314,0.6404959,0.59917355,0.58264464,0.55785125,0.5247934,0.49586776,0.4338843,0.38016528,0.48347107,0.6694215,0.6818182,0.49173555,0.5289256,0.70247936,0.59090906,0.6735537,0.80991733,0.8471074,0.8512397,0.8429752,0.822314,0.3429752,0.73966944,0.8347107,0.53305787,0.42561984,0.41322315,0.40082645,0.38016528,0.37603307,0.40082645,0.46280992,0.5123967,0.54545456,0.60330576,0.6322314,0.6652893,0.7066116,0.822314,0.90495867,0.838843,0.79752064,0.8347107,0.8553719,0.838843,0.8636364,0.8677686,0.5413223,0.61157024,0.7933884,0.8057851,0.5123967,0.6280992,0.78099173,0.92975205,0.90909094,0.93801653,0.8595041,0.6280992,0.59090906,0.59917355,0.5082645,0.5165289,0.59917355,0.61570245,0.56198347,0.53305787,0.55785125,0.5082645,0.4752066,0.47933885,0.45867768,0.45867768,0.4752066,0.46280992,0.45041323,0.5206612,0.677686,0.62396693,0.75206614,0.8305785,0.838843,0.8512397,0.8347107,0.9214876,0.56198347,0.58264464,0.78099173,0.5206612,0.4338843,0.41322315,0.3966942,0.38429752,0.38842976,0.3966942,0.4214876,0.45041323,0.47107437,0.5371901,0.553719,0.6652893,0.72727275,0.8140496,0.80991733,0.8553719,0.7933884,0.80991733,0.8471074,0.8719008,0.8677686,0.89669424,0.6942149,0.47933885,0.661157,0.8140496,0.38429752,0.62396693,0.75206614,0.8719008,0.89669424,0.90909094,0.75619835,0.59504133,0.55785125,0.5165289,0.46694216,0.49586776,0.55785125,0.42561984,0.42975205,0.26859504,0.41322315,0.33471075,0.3140496,0.41322315,0.4214876,0.4338843,0.42975205,0.37603307,0.46280992,0.5289256,0.5165289,0.6446281,0.78099173,0.8057851,0.822314,0.8595041,0.822314,0.88842976,0.8305785,0.5247934,0.76859504,0.58264464,0.53305787,0.42975205,0.3677686,0.34710744,0.35123968,0.3553719,0.3305785,0.28099173,0.30991736,0.37603307,0.28512397,0.4090909,0.5041322,0.7107438,0.8305785,0.71487606,0.8181818,0.78512394,0.838843,0.87603307,0.87603307,0.90082645,0.77272725,0.5041322,0.6280992,0.6818182,0.46280992,0.6280992,0.71487606,0.7107438,0.71487606,0.6983471,0.59504133,0.5206612,0.4752066,0.42975205,0.3677686,0.40495867,0.49173555,0.24793388,0.38842976,0.18595041,0.2603306,0.29752067,0.28512397,0.49586776,0.41322315,0.3677686,0.34710744,0.38429752,0.59090906,0.57024795,0.41735536,0.6735537,0.76033056,0.77272725,0.80991733,0.8719008,0.8181818,0.8677686,0.90082645,0.58264464,0.6652893,0.55785125,0.6280992,0.5247934,0.33471075,0.3140496,0.35123968,0.38429752,0.3429752,0.3181818,0.22727273,0.38016528,0.1694215,0.3553719,0.42975205,0.37190083,0.56198347,0.6322314,0.7231405,0.73966944,0.78099173,0.8471074,0.8595041,0.89669424,0.8429752,0.61157024,0.6487603,0.6404959,0.46280992,0.5495868,0.59917355,0.5247934,0.4752066,0.45454547,0.45041323,0.4090909,0.35950413,0.3305785,0.24793388,0.35123968,0.55785125,0.33471075,0.2644628,0.2231405,0.18181819,0.26859504,0.38842976,0.58677685,0.5082645,0.4876033,0.3966942,0.48347107,0.59917355,0.4752066,0.47933885,0.7231405,0.7355372,0.74380165,0.79752064,0.892562,0.8264463,0.8512397,0.88842976,0.75206614,0.5289256,0.60330576,0.62396693,0.60330576,0.37603307,0.35950413,0.3966942,0.446281,0.3553719,0.3264463,0.21487603,0.23140496,0.2107438,0.37190083,0.55785125,0.4338843,0.33471075,0.43801653,0.5785124,0.6280992,0.661157,0.7066116,0.7231405,0.76033056,0.8181818,0.6487603,0.6446281,0.6198347,0.45454547,0.5785124,0.6446281,0.56198347,0.5,0.46694216,0.45041323,0.4090909,0.37603307,0.3305785,0.30578512,0.4090909,0.59090906,0.5371901,0.38842976,0.35950413,0.3264463,0.38842976,0.47933885,0.56198347,0.53305787,0.5041322,0.446281,0.46280992,0.47933885,0.38429752,0.6570248,0.75619835,0.7107438,0.75206614,0.8057851,0.88429755,0.8429752,0.8512397,0.87603307,0.8677686,0.6446281,0.46280992,0.6363636,0.61157024,0.45867768,0.42975205,0.42975205,0.45041323,0.41322315,0.38429752,0.35123968,0.33471075,0.3264463,0.4876033,0.58264464,0.6198347,0.54545456,0.5371901,0.607438,0.661157,0.72727275,0.8016529,0.822314,0.8181818,0.8181818,0.6280992,0.61570245,0.553719,0.49173555,0.59917355,0.75619835,0.72727275,0.6818182,0.6446281,0.59090906,0.55785125,0.5247934,0.5041322,0.446281,0.49173555,0.607438,0.6487603,0.5661157,0.5041322,0.48347107,0.49173555,0.5041322,0.5082645,0.5165289,0.4876033,0.45454547,0.49586776,0.3966942,0.5165289,0.8016529,0.7355372,0.72727275,0.7933884,0.822314,0.8636364,0.8553719,0.8429752,0.8677686,0.88429755,0.8057851,0.47933885,0.5165289,0.6652893,0.54545456,0.46280992,0.45867768,0.43801653,0.42975205,0.43801653,0.46694216,0.49173555,0.5165289,0.57438016,0.6487603,0.78512394,0.8140496,0.7644628,0.8016529,0.78512394,0.8016529,0.8429752,0.8636364,0.8636364,0.91735536,0.677686,0.6694215,0.6446281,0.49586776,0.57438016,0.76859504,0.77272725,0.75619835,0.72727275,0.6570248,0.6570248,0.6363636,0.6363636,0.5371901,0.53305787,0.59090906,0.6198347,0.57024795,0.53305787,0.5123967,0.5041322,0.5041322,0.5165289,0.5247934,0.5,0.49586776,0.45454547,0.40495867,0.71900827,0.8140496,0.7107438,0.74793386,0.8016529,0.8305785,0.8595041,0.8512397,0.8471074,0.8595041,0.8677686,0.8801653,0.73140496,0.45867768,0.5785124,0.6694215,0.5495868,0.5082645,0.49586776,0.47933885,0.4876033,0.5041322,0.53305787,0.57438016,0.60330576,0.6942149,0.7892562,0.8553719,0.8595041,0.8512397,0.8429752,0.8181818,0.8305785,0.8595041,0.8719008,0.89669424,0.6983471,0.7768595,0.822314,0.553719,0.54545456,0.75619835,0.76859504,0.75619835,0.7355372,0.6859504,0.6983471,0.6983471,0.69008267,0.59504133,0.57438016,0.61570245,0.62396693,0.61157024,0.59090906,0.57438016,0.5785124,0.57438016,0.5785124,0.58677685,0.55785125,0.47107437,0.3966942,0.61570245,0.822314,0.76859504,0.7355372,0.78099173,0.8057851,0.8181818,0.8471074,0.8471074,0.8429752,0.8595041,0.8636364,0.8719008,0.8719008,0.6487603,0.45041323,0.59090906,0.71487606,0.6487603,0.59090906,0.5785124,0.59504133,0.61570245,0.62396693,0.6487603,0.6652893,0.7107438,0.80991733,0.8512397,0.8677686,0.8595041,0.8512397,0.8347107,0.8305785,0.8553719,0.88429755,0.8512397,0.7355372,0.8471074,0.8429752,0.6983471,0.48347107,0.71900827,0.77272725,0.75206614,0.74380165,0.72727275,0.71900827,0.74380165,0.7107438,0.62396693,0.59917355,0.6528926,0.6735537,0.6694215,0.6528926,0.6404959,0.6404959,0.6363636,0.6528926,0.6735537,0.57024795,0.38842976,0.49586776,0.78512394,0.8057851,0.71900827,0.76033056,0.79752064,0.8057851,0.8140496,0.8264463,0.8471074,0.8471074,0.8512397,0.8719008,0.8677686,0.89669424,0.8181818,0.5371901,0.4338843,0.6652893,0.7892562,0.73966944,0.6942149,0.6735537,0.6859504,0.7066116,0.73140496,0.75206614,0.76859504,0.80991733,0.838843,0.8553719,0.8512397,0.8471074,0.8429752,0.8512397,0.8677686,0.90495867,0.75619835,0.76033056,0.89669424,0.90909094,0.7892562,0.47933885,0.6528926,0.7892562,0.76033056,0.74793386,0.7644628,0.74380165,0.75206614,0.7231405,0.6446281,0.6363636,0.6859504,0.69008267,0.6818182,0.6818182,0.677686,0.69008267,0.71900827,0.7231405,0.6528926,0.4876033,0.42561984,0.6487603,0.8140496,0.73966944,0.6983471,0.7644628,0.7933884,0.80991733,0.8016529,0.822314,0.8429752,0.8429752,0.8471074,0.8801653,0.8719008,0.88429755,0.87603307,0.6570248,0.5247934,0.48347107,0.6570248,0.8016529,0.7933884,0.7768595,0.75206614,0.73966944,0.75206614,0.77272725,0.78512394,0.8016529,0.822314,0.8429752,0.8512397,0.8553719,0.8512397,0.8719008,0.88842976,0.8677686,0.72727275,0.8181818,0.90082645,0.9338843,0.75619835,0.6446281,0.607438,0.8264463,0.76859504,0.7355372,0.7768595,0.76859504,0.76033056,0.7107438,0.6942149,0.72727275,0.73966944,0.73966944,0.73966944,0.74380165,0.74793386,0.75206614,0.74380165,0.661157,0.553719,0.4876033,0.5661157,0.6983471,0.7892562,0.70247936,0.6818182,0.7768595,0.78512394,0.79752064,0.8140496,0.822314,0.8347107,0.8347107,0.8471074,0.8801653,0.8719008,0.8677686,0.89669424,0.6942149,0.5785124,0.57438016,0.48347107,0.58264464,0.7768595,0.8140496,0.8140496,0.8016529,0.78099173,0.79752064,0.8016529,0.8140496,0.8305785,0.8471074,0.8636364,0.8719008,0.8719008,0.88842976,0.8719008,0.75206614,0.7933884,0.892562,0.892562,0.9793388,0.70247936,0.74793386,0.58677685,0.892562,0.7892562,0.74793386,0.7768595,0.78099173,0.75619835,0.677686,0.76033056,0.7933884,0.7892562,0.78512394,0.7892562,0.8016529,0.7933884,0.7231405,0.6198347,0.5661157,0.54545456,0.5785124,0.6404959,0.6983471,0.76033056,0.7107438,0.6942149,0.76033056,0.7768595,0.8057851,0.79752064,0.79752064,0.8181818,0.8347107,0.8429752,0.8719008,0.88429755,0.8595041,0.88842976,0.7892562,0.60330576,0.61157024,0.54545456,0.5165289,0.5289256,0.6570248,0.8016529,0.8305785,0.80991733,0.8181818,0.8264463,0.838843,0.8471074,0.8636364,0.87603307,0.8801653,0.8801653,0.8636364,0.7768595,0.7768595,0.8801653,0.89669424,0.8801653,0.9628099,0.6694215,0.7066116,0.71487606,0.75206614,0.607438,0.6735537,0.7933884,0.8016529,0.75619835,0.6694215,0.78099173,0.8181818,0.822314,0.8181818,0.7933884,0.73140496,0.6404959,0.57024795,0.54545456,0.57024795,0.59917355,0.677686,0.6570248,0.7107438,0.76859504,0.73966944,0.70247936,0.7231405,0.76859504,0.8140496,0.7768595,0.73966944,0.77272725,0.8264463,0.8429752,0.88429755,0.88429755,0.8553719,0.8595041,0.90082645,0.6652893,0.59917355,0.59504133,0.5289256,0.4752066,0.46694216,0.5413223,0.6528926,0.74380165,0.822314,0.8347107,0.8471074,0.87603307,0.88429755,0.8801653,0.88429755,0.8429752,0.7768595,0.7933884,0.8801653,0.90082645,0.88429755,0.8801653,0.9586777,0.6528926,0.70247936,0.75619835,0.7768595,0.6983471,0.553719,0.61570245,0.73966944,0.78512394,0.73966944,0.77272725,0.7768595,0.73966944,0.6735537,0.58677685,0.5247934,0.5165289,0.5495868,0.59917355,0.6528926,0.6942149,0.6942149,0.6528926,0.75619835,0.7644628,0.73140496,0.6735537,0.6735537,0.70247936,0.7933884,0.74380165,0.6818182,0.6983471,0.74793386,0.79752064,0.8719008,0.8677686,0.8429752,0.8595041,0.91322315,0.838843,0.553719,0.60330576,0.607438,0.5495868,0.46694216,0.45867768,0.4752066,0.49586776,0.6280992,0.73966944,0.7892562,0.8801653,0.892562,0.8801653,0.8677686,0.822314,0.8181818,0.8719008,0.892562,0.892562,0.8801653,0.8719008,0.92975205,0.6322314,0.6818182,0.72727275,0.76033056,0.76859504,0.74793386,0.6983471,0.6404959,0.61157024,0.57438016,0.53305787,0.5165289,0.49586776,0.49173555,0.5123967,0.57024795,0.6404959,0.677686,0.70247936,0.72727275,0.7231405,0.6487603,0.6487603,0.75619835,0.73966944,0.6735537,0.62396693,0.61570245,0.61570245,0.69008267,0.6942149,0.6280992,0.607438,0.62396693,0.71487606,0.8057851,0.8016529,0.77272725,0.8140496,0.8719008,0.892562,0.5413223,0.54545456,0.607438,0.61157024,0.59090906,0.5661157,0.5413223,0.5247934,0.55785125,0.6859504,0.75206614,0.8305785,0.87603307,0.8719008,0.8677686,0.8636364,0.8677686,0.87603307,0.88429755,0.88429755,0.8801653,0.892562,0.91322315,0.61157024,0.661157,0.7066116,0.7355372,0.74380165,0.74793386,0.77272725,0.78512394,0.7933884,0.77272725,0.7107438,0.6528926,0.6487603,0.6859504,0.71900827,0.73966944,0.74793386,0.73966944,0.7231405,0.71487606,0.6859504,0.59917355,0.6198347,0.6983471,0.6570248,0.57438016,0.5041322,0.5082645,0.5661157,0.61570245,0.6280992,0.57438016,0.553719,0.553719,0.6652893,0.78512394,0.71487606,0.607438,0.6446281,0.78099173,0.8553719,0.553719,0.5206612,0.5785124,0.59090906,0.59504133,0.60330576,0.62396693,0.6528926,0.7066116,0.74793386,0.79752064,0.8264463,0.8595041,0.87603307,0.8801653,0.87603307,0.87603307,0.87603307,0.8801653,0.8801653,0.87603307,0.90909094,0.8429752,0.607438,0.6446281,0.6859504,0.71900827,0.7231405,0.7355372,0.74380165,0.75619835,0.76859504,0.77272725,0.77272725,0.76859504,0.78512394,0.7892562,0.7768595,0.76033056,0.74793386,0.71900827,0.70247936,0.6735537,0.6446281,0.58677685,0.5661157,0.6198347,0.5495868,0.38842976,0.29752067,0.35123968,0.47933885,0.57438016,0.57024795,0.5206612,0.49586776,0.5,0.6363636,0.73140496,0.5206612,0.29752067,0.36363637,0.6322314,0.73140496,0.55785125,0.5413223,0.5785124,0.55785125,0.57024795,0.58264464,0.59917355,0.6570248,0.75206614,0.7768595,0.80991733,0.8347107,0.8512397,0.88429755,0.88429755,0.88429755,0.8801653,0.8636364,0.8677686,0.8801653,0.8719008,0.92561984,0.74380165,0.59917355,0.6280992,0.6818182,0.6942149,0.7107438,0.71487606,0.71900827,0.73966944,0.75619835,0.7768595,0.7768595,0.76859504,0.78099173,0.78099173,0.76033056,0.74793386,0.72727275,0.6818182,0.6694215,0.6446281,0.60330576,0.59917355,0.5785124,0.58264464,0.5123967,0.34710744,0.3429752,0.43801653,0.49586776,0.553719,0.5495868,0.48347107,0.4338843,0.4876033,0.6363636,0.6694215,0.4876033,0.39256197,0.446281,0.60330576,0.6983471,0.6322314,0.5495868,0.56198347,0.54545456,0.5495868,0.57024795,0.59090906,0.6404959,0.71487606,0.75206614,0.78512394,0.8140496,0.8429752,0.8719008,0.87603307,0.87603307,0.88429755,0.838843,0.8471074,0.87603307,0.8719008,0.92975205,0.6487603,0.57438016,0.6198347,0.6818182,0.6983471,0.6942149,0.7066116,0.7066116,0.7355372,0.75619835,0.76859504,0.77272725,0.76859504,0.7768595,0.76859504,0.74380165,0.71900827,0.6983471,0.6694215,0.661157,0.6404959,0.607438,0.62396693,0.6322314,0.607438,0.56198347,0.4752066,0.47107437,0.5247934,0.5289256,0.5495868,0.5661157,0.4876033,0.40495867,0.5247934,0.6818182,0.69008267,0.6446281,0.6322314,0.6735537,0.73966944,0.7892562,0.73966944,0.57024795,0.57438016,0.55785125,0.5495868,0.55785125,0.5785124,0.607438,0.6818182,0.7355372,0.77272725,0.7933884,0.8140496,0.8512397,0.8636364,0.8636364,0.8719008,0.8429752,0.8512397,0.8677686,0.8636364,0.92561984,0.5371901,0.55785125,0.61157024,0.6652893,0.6983471,0.6818182,0.6942149,0.71487606,0.73140496,0.74380165,0.74793386,0.76033056,0.7644628,0.76859504,0.75206614,0.7231405,0.7066116,0.6942149,0.6818182,0.70247936,0.6446281,0.6363636,0.6363636,0.6528926,0.6280992,0.59917355,0.57438016,0.56198347,0.553719,0.5289256,0.55785125,0.5785124,0.5041322,0.41322315,0.55785125,0.71900827,0.7231405,0.72727275,0.7355372,0.7768595,0.8181818,0.8264463,0.78512394,0.6404959,0.59917355,0.58264464,0.5661157,0.55785125,0.553719,0.5785124,0.6363636,0.70247936,0.75206614,0.7768595,0.8016529,0.8347107,0.8471074,0.8512397,0.8595041,0.8512397,0.8553719,0.8553719,0.8677686,0.90909094,0.5082645,0.53305787,0.6198347,0.6487603,0.6859504,0.677686,0.6859504,0.7107438,0.71900827,0.72727275,0.73966944,0.75619835,0.75619835,0.75619835,0.73966944,0.7107438,0.70247936,0.70247936,0.7107438,0.7107438,0.6652893,0.6487603,0.6652893,0.6528926,0.6198347,0.59917355,0.55785125,0.5413223,0.5495868,0.5041322,0.5247934,0.54545456,0.47933885,0.4214876,0.5495868,0.6694215,0.6983471,0.6694215,0.69008267,0.78099173,0.80991733,0.8264463,0.7933884,0.72727275,0.6487603,0.61157024,0.59090906,0.57024795,0.55785125,0.553719,0.59504133,0.6487603,0.7107438,0.75619835,0.7892562,0.8181818,0.8347107,0.8347107,0.8512397,0.8429752,0.8471074,0.8471074,0.87603307,0.8719008,0.5206612,0.5206612,0.61570245,0.6322314,0.6735537,0.6735537,0.6859504,0.69008267,0.70247936,0.7107438,0.73140496,0.75206614,0.74793386,0.73966944,0.71487606,0.7066116,0.7107438,0.73140496,0.73140496,0.71900827,0.73140496,0.6859504,0.6942149,0.6735537,0.6322314,0.607438,0.5289256,0.49586776,0.5,0.4876033,0.4876033,0.4876033,0.45454547,0.4338843,0.5371901,0.6363636,0.6859504,0.6280992,0.6280992,0.75206614,0.7933884,0.8057851,0.7933884,0.7644628,0.71900827,0.6570248,0.6280992,0.607438,0.607438,0.59090906,0.58677685,0.6280992,0.6735537,0.7231405,0.7768595,0.8016529,0.80991733,0.822314,0.8429752,0.8347107,0.8471074,0.838843,0.8677686,0.78099173,0.59917355,0.5165289,0.607438,0.6280992,0.6570248,0.6652893,0.6859504,0.677686,0.6859504,0.70247936,0.7231405,0.74380165,0.7355372,0.73140496,0.71487606,0.73140496,0.72727275,0.7355372,0.7107438,0.71487606,0.72727275,0.7107438,0.6652893,0.6570248,0.6322314,0.57024795,0.5041322,0.47933885,0.46280992,0.47933885,0.49173555,0.4752066,0.44214877,0.43801653,0.5123967,0.607438,0.677686,0.6404959,0.62396693,0.7231405,0.74380165,0.78099173,0.78512394,0.74793386,0.71487606,0.6942149,0.677686,0.6570248,0.6528926,0.6570248,0.6198347,0.58677685,0.6652893,0.7355372,0.76033056,0.8057851,0.80991733,0.8264463,0.8305785,0.8181818,0.8512397,0.838843,0.8429752,0.7107438,0.72727275,0.45454547,0.58264464,0.61157024,0.6404959,0.6528926,0.677686,0.6694215,0.6735537,0.6983471,0.71487606,0.73140496,0.7355372,0.72727275,0.73140496,0.73140496,0.7107438,0.70247936,0.6363636,0.6570248,0.6528926,0.6487603,0.6404959,0.607438,0.58264464,0.5206612,0.4752066,0.5041322,0.47107437,0.48347107,0.5082645,0.4876033,0.4338843,0.43801653,0.5165289,0.58264464,0.6528926,0.58677685,0.6322314,0.6942149,0.6694215,0.71900827,0.74793386,0.70247936,0.6528926,0.6570248,0.6694215,0.6983471,0.6983471,0.677686,0.7066116,0.6570248,0.6735537,0.74793386,0.7768595,0.8016529,0.80991733,0.8305785,0.8181818,0.80991733,0.8512397,0.8347107,0.8512397,0.69008267,0.74380165,0.40082645,0.5413223,0.5785124,0.61570245,0.6363636,0.661157,0.6570248,0.6528926,0.6859504,0.7107438,0.7231405,0.73140496,0.72727275,0.73140496,0.6859504,0.6487603,0.6280992,0.57438016,0.59504133,0.59504133,0.59504133,0.6198347,0.5661157,0.5413223,0.5413223,0.49586776,0.5165289,0.5206612,0.5206612,0.5413223,0.5041322,0.45454547,0.48347107,0.5206612,0.58677685,0.6528926,0.5495868,0.6280992,0.6694215,0.6404959,0.6280992,0.69008267,0.6487603,0.59090906,0.59090906,0.6363636,0.70247936,0.75619835,0.6942149,0.7107438,0.75206614,0.7066116,0.73966944,0.7892562,0.8057851,0.8140496,0.8264463,0.8181818,0.8057851,0.8429752,0.822314,0.8595041,0.6694215,0.7355372,0.4090909,0.49586776,0.57438016,0.607438,0.6198347,0.6487603,0.6652893,0.6570248,0.677686,0.7066116,0.72727275,0.7355372,0.73140496,0.7066116,0.6528926,0.6198347,0.54545456,0.56198347,0.54545456,0.55785125,0.56198347,0.57438016,0.54545456,0.5413223,0.553719,0.53305787,0.5371901,0.57438016,0.58264464,0.58677685,0.54545456,0.5247934,0.57438016,0.59090906,0.61157024,0.6694215,0.58264464,0.6487603,0.6942149,0.661157,0.6198347,0.6487603,0.6198347,0.553719,0.53305787,0.5495868,0.6280992,0.74380165,0.74380165,0.6859504,0.7892562,0.7768595,0.74793386,0.8016529,0.822314,0.8057851,0.8181818,0.8471074,0.8057851,0.8305785,0.8264463,0.8429752,0.607438,0.7933884,0.446281,0.47933885,0.58264464,0.607438,0.607438,0.6322314,0.6694215,0.677686,0.6818182,0.71487606,0.72727275,0.7355372,0.73966944,0.6735537,0.607438,0.59504133,0.5165289,0.5247934,0.49173555,0.5371901,0.5371901,0.5247934,0.56198347,0.553719,0.5785124,0.5413223,0.5495868,0.59917355,0.62396693,0.61157024,0.60330576,0.607438,0.62396693,0.61157024,0.5785124,0.59504133,0.62396693,0.6528926,0.7231405,0.7066116,0.6694215,0.6404959,0.60330576,0.53305787,0.48347107,0.49173555,0.5495868,0.677686,0.78512394,0.69008267,0.7644628,0.822314,0.78512394,0.8057851,0.8264463,0.8181818,0.8264463,0.8429752,0.8140496,0.8181818,0.838843,0.79752064,0.6528926,0.8471074,0.5247934,0.446281,0.57024795,0.60330576,0.61570245,0.62396693,0.6404959,0.661157,0.69008267,0.7107438,0.71487606,0.72727275,0.7231405,0.6280992,0.54545456,0.56198347,0.53305787,0.48347107,0.446281,0.49173555,0.5041322,0.5082645,0.53305787,0.5371901,0.5661157,0.5289256,0.53305787,0.5495868,0.53305787,0.5123967,0.5082645,0.5165289,0.5247934,0.5041322,0.5082645,0.5289256,0.5371901,0.57024795,0.6198347,0.6487603,0.6487603,0.58264464,0.5123967,0.41735536,0.38429752,0.4338843,0.46694216,0.59917355,0.75619835,0.6983471,0.75206614,0.8305785,0.80991733,0.8057851,0.8347107,0.8347107,0.8429752,0.822314,0.8471074,0.8140496,0.8471074,0.78512394,0.677686,0.8512397,0.57024795,0.43801653,0.54545456,0.59504133,0.60330576,0.6280992,0.6528926,0.6528926,0.6942149,0.6983471,0.70247936,0.7231405,0.6942149,0.62396693,0.5495868,0.5661157,0.5413223,0.47107437,0.40082645,0.38429752,0.3966942,0.4338843,0.45867768,0.45867768,0.4752066,0.46694216,0.47933885,0.47107437,0.45867768,0.45454547,0.42561984,0.42561984,0.4338843,0.40495867,0.38842976,0.41735536,0.42561984,0.47933885,0.5165289,0.5247934,0.5082645,0.4214876,0.3677686,0.30578512,0.3140496,0.39256197,0.42561984,0.5371901,0.69008267,0.69008267,0.75206614,0.8305785,0.8305785,0.8140496,0.822314,0.822314,0.8429752,0.8347107,0.8347107,0.8057851,0.838843,0.7644628,0.6942149,0.8181818,0.5041322,0.3966942,0.5,0.59917355,0.59917355,0.6198347,0.661157,0.6735537,0.677686,0.677686,0.6983471,0.6942149,0.6942149,0.6694215,0.607438,0.58677685,0.5371901,0.47107437,0.38842976,0.32231405,0.3140496,0.3553719,0.3966942,0.40495867,0.41322315,0.4338843,0.44214877,0.42975205,0.4338843,0.44214877,0.40495867,0.38016528,0.3677686,0.3966942,0.41322315,0.46280992,0.4752066,0.5413223,0.5785124,0.59090906,0.5371901,0.45454547,0.41735536,0.41735536,0.40082645,0.4214876,0.42975205,0.5,0.62396693,0.677686,0.76859504,0.8264463,0.8429752,0.8305785,0.822314,0.822314,0.8347107,0.8471074,0.8347107,0.8305785,0.838843,0.73140496,0.53305787,0.5785124,0.2603306,0.23966943,0.4338843,0.57024795,0.57438016,0.59504133,0.661157,0.69008267,0.6363636,0.6528926,0.6983471,0.6818182,0.69008267,0.6983471,0.6198347,0.59090906,0.5413223,0.48347107,0.44214877,0.4338843,0.45867768,0.47107437,0.48347107,0.49173555,0.5,0.5206612,0.5495868,0.553719,0.553719,0.5785124,0.55785125,0.553719,0.553719,0.58677685,0.6363636,0.6528926,0.6487603,0.72727275,0.73140496,0.74380165,0.73966944,0.7066116,0.6280992,0.58677685,0.5247934,0.4752066,0.46694216,0.49173555,0.55785125,0.6404959,0.76033056,0.8305785,0.8429752,0.8347107,0.8264463,0.8264463,0.8347107,0.8553719,0.8471074,0.838843,0.8347107,0.61570245,0.30991736,0.24793388,0.14049587,0.14876033,0.36363637,0.56198347,0.57024795,0.59504133,0.6487603,0.6735537,0.6280992,0.6487603,0.6818182,0.6735537,0.6859504,0.6942149,0.62396693,0.58264464,0.5413223,0.5,0.5082645,0.5661157,0.6280992,0.6363636,0.61157024,0.60330576,0.60330576,0.59504133,0.59504133,0.61570245,0.6198347,0.607438,0.60330576,0.60330576,0.61157024,0.61157024,0.6528926,0.677686,0.7107438,0.7355372,0.76033056,0.76033056,0.78512394,0.80991733,0.75619835,0.6694215,0.59917355,0.5289256,0.5,0.4876033,0.5206612,0.59090906,0.71900827,0.8305785,0.8347107,0.822314,0.8347107,0.8140496,0.838843,0.8429752,0.8429752,0.8347107,0.7768595,0.45454547,0.28099173,0.2520661,0.14876033,0.11570248,0.30578512,0.5247934,0.5785124,0.607438,0.6363636,0.6570248,0.6404959,0.6404959,0.6735537,0.6818182,0.6652893,0.69008267,0.6363636,0.607438,0.5289256,0.5082645,0.57438016,0.62396693,0.6694215,0.69008267,0.6694215,0.6404959,0.62396693,0.6198347,0.607438,0.59917355,0.59917355,0.5661157,0.5289256,0.5123967,0.5041322,0.49586776,0.49173555,0.5289256,0.5785124,0.6363636,0.70247936,0.74380165,0.78512394,0.7933884,0.7768595,0.6818182,0.6280992,0.59917355,0.53305787,0.5371901,0.5165289,0.58264464,0.677686,0.8140496,0.8347107,0.8016529,0.8016529,0.822314,0.8305785,0.8264463,0.8347107,0.8140496,0.62396693,0.29752067,0.2520661,0.29338843,0.17355372,0.09504132,0.27272728,0.48347107,0.5495868,0.59090906,0.62396693,0.62396693,0.6446281,0.661157,0.6652893,0.6570248,0.6280992,0.6694215,0.6404959,0.607438,0.5165289,0.5289256,0.6198347,0.6570248,0.677686,0.69008267,0.6859504,0.661157,0.6322314,0.6198347,0.59917355,0.56198347,0.5371901,0.5,0.44214877,0.42975205,0.4214876,0.41735536,0.3966942,0.4752066,0.5371901,0.6280992,0.69008267,0.75206614,0.75206614,0.74380165,0.74380165,0.69008267,0.6694215,0.6570248,0.59504133,0.57024795,0.5413223,0.59504133,0.6818182,0.78099173,0.822314,0.8016529,0.7644628,0.8264463,0.8305785,0.822314,0.8471074,0.75206614,0.44214877,0.28512397,0.2892562,0.30578512,0.19008264,0.09090909,0.2768595,0.46280992,0.4876033,0.54545456,0.62396693,0.6198347,0.6280992,0.6322314,0.6198347,0.61570245,0.6198347,0.6735537,0.62396693,0.59917355,0.5247934,0.5495868,0.61570245,0.6570248,0.6694215,0.677686,0.677686,0.6652893,0.6363636,0.62396693,0.60330576,0.5661157,0.53305787,0.49173555,0.40495867,0.43801653,0.45041323,0.4338843,0.45041323,0.5289256,0.59504133,0.6446281,0.6363636,0.70247936,0.7066116,0.73966944,0.7231405,0.6735537,0.6983471,0.6818182,0.6322314,0.5785124,0.5371901,0.60330576,0.69008267,0.75619835,0.78512394,0.7892562,0.7644628,0.8181818,0.8347107,0.822314,0.8347107,0.6198347,0.3140496,0.27272728,0.29752067,0.30991736,0.19421488,0.11983471,0.2231405,0.4876033,0.45041323,0.5,0.607438,0.6322314,0.6198347,0.57024795,0.6280992,0.62396693,0.61157024,0.6528926,0.59090906,0.553719,0.5371901,0.56198347,0.607438,0.6487603,0.6528926,0.6735537,0.6694215,0.6652893,0.6363636,0.61570245,0.57438016,0.5413223,0.5206612,0.5082645,0.40082645,0.4752066,0.46280992,0.42975205,0.48347107,0.5247934,0.56198347,0.58677685,0.59090906,0.6404959,0.677686,0.7107438,0.6942149,0.6818182,0.69008267,0.62396693,0.6446281,0.57438016,0.49586776,0.58264464,0.6859504,0.72727275,0.78512394,0.7355372,0.7933884,0.8181818,0.8140496,0.8140496,0.74793386,0.4752066,0.2644628,0.28099173,0.29338843,0.30165288,0.18181819,0.14876033,0.1694215,0.5082645,0.446281,0.41322315,0.55785125,0.61157024,0.6280992,0.58677685,0.59090906,0.60330576,0.58677685,0.62396693,0.58264464,0.5289256,0.5495868,0.57024795,0.59917355,0.6487603,0.6694215,0.6735537,0.6652893,0.6570248,0.6363636,0.607438,0.55785125,0.5289256,0.5,0.5123967,0.4214876,0.45041323,0.43801653,0.45454547,0.446281,0.5247934,0.5041322,0.5371901,0.57438016,0.61157024,0.6570248,0.69008267,0.6818182,0.70247936,0.6818182,0.61570245,0.6446281,0.607438,0.5206612,0.54545456,0.70247936,0.71487606,0.77272725,0.70247936,0.77272725,0.80991733,0.7892562,0.76033056,0.60330576,0.39256197,0.28099173,0.28512397,0.2892562,0.29752067,0.17355372,0.18181819,0.1446281,0.4876033,0.5289256,0.36363637,0.47107437,0.57024795,0.59504133,0.58264464,0.553719,0.58677685,0.57438016,0.5785124,0.57438016,0.5289256,0.54545456,0.5041322,0.54545456,0.6363636,0.6652893,0.6528926,0.661157,0.6446281,0.6446281,0.6198347,0.58264464,0.5661157,0.5,0.5123967,0.47107437,0.446281,0.45454547,0.5082645,0.446281,0.55785125,0.5123967,0.5495868,0.58264464,0.6280992,0.6528926,0.6859504,0.69008267,0.6818182,0.6322314,0.6652893,0.6404959,0.58264464,0.5785124,0.59090906,0.6487603,0.7107438,0.7892562,0.70247936,0.73140496,0.79752064,0.7644628,0.6570248,0.42975205,0.3264463,0.30165288,0.29752067,0.2892562,0.30165288,0.19008264,0.17768595,0.10330579,0.42975205,0.57438016,0.42975205,0.38429752,0.5371901,0.57438016,0.57438016,0.5785124,0.59090906,0.59090906,0.56198347,0.553719,0.5206612,0.47933885,0.45867768,0.5206612,0.607438,0.6322314,0.6280992,0.6652893,0.6694215,0.6652893,0.6446281,0.61157024,0.59504133,0.5289256,0.49173555,0.5082645,0.46280992,0.49173555,0.5041322,0.5041322,0.5661157,0.5661157,0.61157024,0.6487603,0.6652893,0.6735537,0.70247936,0.71900827,0.677686,0.61157024,0.6694215,0.6528926,0.5371901,0.57024795,0.5413223,0.6487603,0.6404959,0.77272725,0.71487606,0.71900827,0.76859504,0.677686,0.5495868,0.34710744,0.2768595,0.29338843,0.29752067,0.29338843,0.29752067,0.21900827,0.19421488,0.08264463,0.36363637,0.58264464,0.4876033,0.37190083,0.4090909,0.5371901,0.55785125,0.57024795,0.53305787,0.5495868,0.53305787,0.5,0.4876033,0.446281,0.46280992,0.5289256,0.59090906,0.58677685,0.60330576,0.6694215,0.6735537,0.69008267,0.6818182,0.6487603,0.62396693,0.5785124,0.47107437,0.5289256,0.49586776,0.5082645,0.5,0.5371901,0.58264464,0.61157024,0.6446281,0.6735537,0.677686,0.6983471,0.73140496,0.74793386,0.7107438,0.6322314,0.62396693,0.6942149,0.57438016,0.5785124,0.5495868,0.57024795,0.6487603,0.6983471,0.72727275,0.6983471,0.69008267,0.5785124,0.5165289,0.32231405,0.2644628,0.29338843,0.2892562,0.29752067,0.29752067,0.2231405,0.21487603,0.09090909,0.30165288,0.57438016,0.49173555,0.48347107,0.38429752,0.446281,0.5371901,0.55785125,0.49586776,0.53305787,0.5123967,0.47933885,0.48347107,0.46280992,0.46694216,0.5165289,0.54545456,0.553719,0.59504133,0.6446281,0.6694215,0.69008267,0.71487606,0.6859504,0.6570248,0.60330576,0.5206612,0.57024795,0.56198347,0.5165289,0.54545456,0.58677685,0.6198347,0.6404959,0.661157,0.677686,0.6818182,0.7231405,0.74380165,0.73966944,0.70247936,0.6446281,0.57024795,0.6404959,0.5165289,0.58264464,0.56198347,0.5495868,0.6570248,0.61570245,0.6652893,0.6404959,0.57024795,0.57438016,0.4876033,0.28099173,0.2768595,0.29752067,0.28512397,0.2892562,0.30578512,0.20661157,0.21900827,0.14049587,0.24380165,0.5289256,0.4752066,0.5247934,0.47107437,0.35123968,0.45867768,0.5165289,0.47933885,0.5082645,0.47107437,0.45867768,0.446281,0.46280992,0.4752066,0.47107437,0.49173555,0.553719,0.58677685,0.6280992,0.6735537,0.677686,0.71900827,0.71900827,0.6322314,0.607438,0.59090906,0.59504133,0.59504133,0.53305787,0.59090906,0.6363636,0.6446281,0.6694215,0.6859504,0.70247936,0.6859504,0.71487606,0.7355372,0.71487606,0.7107438,0.6280992,0.60330576,0.57024795,0.553719,0.54545456,0.5413223,0.5247934,0.60330576,0.5785124,0.58677685,0.49586776,0.5165289,0.6404959,0.46694216,0.2520661,0.28512397,0.29338843,0.2892562,0.30165288,0.30165288,0.20247933,0.20661157,0.19008264,0.20247933,0.49586776,0.49173555,0.53305787,0.5,0.42561984,0.35950413,0.40495867,0.41322315,0.446281,0.43801653,0.45867768,0.47107437,0.4752066,0.47933885,0.4876033,0.49173555,0.5082645,0.57438016,0.60330576,0.6280992,0.6528926,0.7107438,0.69008267,0.6198347,0.61570245,0.61157024,0.58264464,0.57024795,0.55785125,0.61570245,0.6487603,0.6570248,0.6859504,0.6983471,0.7066116,0.6942149,0.71487606,0.71487606,0.677686,0.6735537,0.6446281,0.61157024,0.58677685,0.58677685,0.59090906,0.53305787,0.57438016,0.5082645,0.5082645,0.48347107,0.45041323,0.5785124,0.677686,0.43801653,0.25619835,0.29752067,0.30165288,0.29752067,0.30991736,0.29338843,0.20661157,0.21487603,0.1983471,0.1694215,0.5206612,0.53305787,0.5371901,0.5,0.5,0.38842976,0.30991736,0.3305785,0.37603307,0.38842976,0.41735536,0.44214877,0.44214877,0.45867768,0.46694216,0.47107437,0.5123967,0.5785124,0.57438016,0.59504133,0.6446281,0.6570248,0.6570248,0.607438,0.58264464,0.61157024,0.57024795,0.57438016,0.607438,0.6280992,0.61157024,0.6322314,0.6487603,0.6570248,0.6735537,0.70247936,0.71487606,0.7066116,0.6487603,0.6446281,0.6652893,0.59504133,0.58677685,0.56198347,0.58264464,0.5785124,0.5495868,0.5206612,0.41735536,0.43801653,0.5041322,0.59504133,0.6404959,0.42561984,0.2603306,0.29752067,0.30165288,0.29752067,0.30991736,0.29752067,0.20661157,0.2107438,0.20247933,0.14876033,0.5041322,0.5082645,0.47933885,0.48347107,0.5123967,0.45041323,0.34710744,0.30578512,0.33471075,0.35123968,0.3553719,0.3966942,0.4090909,0.4338843,0.44214877,0.45867768,0.5206612,0.5413223,0.5371901,0.5661157,0.607438,0.6363636,0.6198347,0.59917355,0.54545456,0.59504133,0.5661157,0.56198347,0.58677685,0.59090906,0.5785124,0.59917355,0.6198347,0.6198347,0.61570245,0.6363636,0.6528926,0.6818182,0.6487603,0.61570245,0.6198347,0.6198347,0.57438016,0.6198347,0.47933885,0.5165289,0.45041323,0.46280992,0.42561984,0.47107437,0.5495868,0.6280992,0.6322314,0.40082645,0.2644628,0.29338843,0.30165288,0.30578512,0.30165288,0.30991736,0.20247933,0.21487603,0.21487603,0.14049587,0.4876033,0.47933885,0.45454547,0.47933885,0.49173555,0.4752066,0.41735536,0.3429752,0.3181818,0.32231405,0.3181818,0.35950413,0.38429752,0.3966942,0.4338843,0.47933885,0.4876033,0.49173555,0.49586776,0.5495868,0.55785125,0.60330576,0.54545456,0.54545456,0.5206612,0.5785124,0.54545456,0.5289256,0.5206612,0.5247934,0.553719,0.57438016,0.5785124,0.5785124,0.5661157,0.56198347,0.57024795,0.6322314,0.6570248,0.6198347,0.5413223,0.58677685,0.55785125,0.61157024,0.46280992,0.43801653,0.40495867,0.40495867,0.49586776,0.58677685,0.6652893,0.73140496,0.60330576,0.3429752,0.28512397,0.29752067,0.29752067,0.30578512,0.30165288,0.30165288,0.20247933,0.21487603,0.23553719,0.14049587,0.4752066,0.5206612,0.5041322,0.49173555,0.49173555,0.47107437,0.44214877,0.38429752,0.3181818,0.30578512,0.30578512,0.3305785,0.35123968,0.35123968,0.42561984,0.47107437,0.45867768,0.45867768,0.46280992,0.5495868,0.5247934,0.5413223,0.5,0.4876033,0.5,0.54545456,0.5289256,0.5165289,0.4752066,0.47933885,0.5206612,0.5413223,0.5413223,0.5289256,0.5206612,0.5082645,0.53305787,0.55785125,0.6528926,0.56198347,0.55785125,0.53305787,0.553719,0.5495868,0.4338843,0.40495867,0.446281,0.46280992,0.5371901,0.6404959,0.6363636,0.7066116,0.59090906,0.3264463,0.27272728,0.30578512,0.29752067,0.30991736,0.30165288,0.32231405,0.2231405,0.2231405,0.23140496,0.1446281,0.45041323,0.5165289,0.5165289,0.4752066,0.47107437,0.45454547,0.446281,0.40082645,0.3429752,0.33471075,0.3181818,0.3305785,0.3264463,0.30165288,0.35123968,0.42975205,0.4338843,0.42975205,0.446281,0.5247934,0.4876033,0.5206612,0.5247934,0.49586776,0.4876033,0.49173555,0.5123967,0.5206612,0.46280992,0.446281,0.46694216,0.4876033,0.5082645,0.5247934,0.5,0.4876033,0.5,0.5413223,0.5785124,0.5041322,0.58677685,0.56198347,0.53305787,0.48347107,0.38016528,0.40082645,0.45454547,0.5082645,0.54545456,0.60330576,0.5661157,0.6983471,0.59090906,0.30991736,0.2644628,0.30578512,0.3181818,0.30578512,0.29752067,0.29752067,0.21487603,0.21487603,0.22727273,0.15289256,0.4090909,0.53305787,0.48347107,0.47933885,0.49173555,0.48347107,0.47933885,0.42561984,0.3677686,0.38016528,0.35123968,0.33471075,0.3181818,0.2892562,0.2892562,0.38016528,0.40082645,0.38016528,0.4214876,0.45867768,0.4752066,0.5123967,0.5,0.4876033,0.45867768,0.45041323,0.45454547,0.4752066,0.45454547,0.4214876,0.42975205,0.42561984,0.45867768,0.5,0.45867768,0.48347107,0.47107437,0.5,0.5247934,0.49173555,0.5785124,0.56198347,0.49173555,0.42975205,0.4338843,0.42561984,0.45454547,0.49173555,0.55785125,0.6404959,0.6487603,0.7231405,0.5495868,0.32231405,0.26859504,0.3140496,0.32231405,0.3140496,0.2892562,0.3140496,0.2107438,0.21900827,0.21900827,0.1570248,0.38842976,0.54545456,0.5123967,0.5371901,0.5413223,0.5165289,0.5165289,0.4752066,0.38842976,0.3677686,0.35950413,0.3553719,0.35123968,0.3140496,0.2892562,0.3305785,0.35123968,0.3429752,0.37603307,0.44214877,0.45454547,0.47933885,0.45867768,0.42975205,0.45454547,0.43801653,0.38842976,0.4090909,0.42975205,0.38016528,0.37603307,0.41322315,0.4214876,0.47107437,0.45041323,0.45041323,0.43801653,0.43801653,0.48347107,0.47107437,0.54545456,0.5,0.44214877,0.4214876,0.48347107,0.45867768,0.48347107,0.5206612,0.59504133,0.6818182,0.6735537,0.73140496,0.5123967,0.29338843,0.2768595,0.30165288,0.3181818,0.3181818,0.30165288,0.28512397,6 +0.2107438,0.20661157,0.19421488,0.18181819,0.21900827,0.23966943,0.25619835,0.3429752,0.5206612,0.70247936,0.71900827,0.70247936,0.72727275,0.76033056,0.7768595,0.78099173,0.79752064,0.8057851,0.8016529,0.8016529,0.8140496,0.8140496,0.8140496,0.8140496,0.80991733,0.80991733,0.80991733,0.79752064,0.7768595,0.77272725,0.74793386,0.75206614,0.75206614,0.74380165,0.74380165,0.73140496,0.74380165,0.7231405,0.7355372,0.75619835,0.73966944,0.76033056,0.7768595,0.7768595,0.77272725,0.7768595,0.76859504,0.76859504,0.76859504,0.77272725,0.78512394,0.78099173,0.7768595,0.7768595,0.78512394,0.79752064,0.79752064,0.7892562,0.7892562,0.77272725,0.6570248,0.38842976,0.16115703,0.09917355,0.21487603,0.2107438,0.18595041,0.19421488,0.23966943,0.25619835,0.29338843,0.38842976,0.58264464,0.71487606,0.71900827,0.7107438,0.74793386,0.7768595,0.7768595,0.77272725,0.7892562,0.8140496,0.8140496,0.80991733,0.80991733,0.80991733,0.80991733,0.8057851,0.8140496,0.8057851,0.8181818,0.8057851,0.7892562,0.78512394,0.75619835,0.76033056,0.75619835,0.74793386,0.74380165,0.74380165,0.74380165,0.7231405,0.71487606,0.73966944,0.73966944,0.74380165,0.76859504,0.7768595,0.76033056,0.77272725,0.7644628,0.76859504,0.76033056,0.76033056,0.7768595,0.7768595,0.7768595,0.7768595,0.77272725,0.7892562,0.7892562,0.7933884,0.80991733,0.8181818,0.79752064,0.62396693,0.30578512,0.10743801,0.2231405,0.2107438,0.1983471,0.21900827,0.24380165,0.28512397,0.338843,0.446281,0.6528926,0.71900827,0.7231405,0.72727275,0.75619835,0.78099173,0.77272725,0.7644628,0.7892562,0.8181818,0.8057851,0.80991733,0.8140496,0.80991733,0.8057851,0.8057851,0.80991733,0.8140496,0.822314,0.80991733,0.8016529,0.78512394,0.7644628,0.7644628,0.74793386,0.74380165,0.74793386,0.74793386,0.7355372,0.73140496,0.7231405,0.72727275,0.73966944,0.73966944,0.7644628,0.76859504,0.76033056,0.77272725,0.76859504,0.76859504,0.7644628,0.76033056,0.77272725,0.78099173,0.78099173,0.78099173,0.77272725,0.7768595,0.78512394,0.7892562,0.8057851,0.8181818,0.8347107,0.78512394,0.5123967,0.19008264,0.21900827,0.1983471,0.21900827,0.23140496,0.24793388,0.3264463,0.38429752,0.5082645,0.7066116,0.7231405,0.7355372,0.74380165,0.76033056,0.78099173,0.7768595,0.77272725,0.79752064,0.8057851,0.79752064,0.8057851,0.8140496,0.8140496,0.80991733,0.8140496,0.80991733,0.8181818,0.8264463,0.8140496,0.822314,0.79752064,0.78512394,0.76859504,0.75619835,0.75206614,0.7644628,0.76033056,0.74380165,0.7355372,0.74380165,0.72727275,0.74793386,0.75206614,0.77272725,0.76859504,0.76859504,0.77272725,0.78099173,0.78099173,0.77272725,0.77272725,0.77272725,0.78099173,0.78099173,0.78512394,0.78099173,0.77272725,0.78512394,0.79752064,0.8057851,0.8140496,0.8305785,0.8471074,0.6818182,0.3305785,0.20661157,0.19421488,0.23553719,0.24793388,0.28099173,0.3677686,0.4338843,0.58677685,0.72727275,0.73140496,0.75619835,0.77272725,0.77272725,0.7892562,0.7892562,0.78512394,0.7933884,0.79752064,0.7933884,0.8016529,0.8057851,0.8140496,0.8140496,0.822314,0.822314,0.8305785,0.8305785,0.822314,0.8305785,0.822314,0.8016529,0.78512394,0.76859504,0.78099173,0.77272725,0.77272725,0.76859504,0.75619835,0.75619835,0.74793386,0.75619835,0.7644628,0.78099173,0.76859504,0.76859504,0.7768595,0.78512394,0.7933884,0.78512394,0.7768595,0.77272725,0.7768595,0.77272725,0.78099173,0.78512394,0.78099173,0.7892562,0.79752064,0.8057851,0.8140496,0.8264463,0.8512397,0.79752064,0.5123967,0.19008264,0.1983471,0.24380165,0.26859504,0.338843,0.40082645,0.47107437,0.6570248,0.73140496,0.73966944,0.7644628,0.77272725,0.77272725,0.78099173,0.7892562,0.78099173,0.78512394,0.7892562,0.78099173,0.7892562,0.79752064,0.8057851,0.8140496,0.822314,0.8305785,0.8305785,0.8347107,0.8305785,0.8347107,0.8264463,0.8057851,0.7933884,0.78099173,0.79752064,0.7768595,0.78512394,0.7892562,0.7768595,0.76859504,0.76859504,0.77272725,0.77272725,0.7892562,0.7768595,0.77272725,0.77272725,0.78099173,0.7768595,0.77272725,0.7768595,0.7768595,0.7768595,0.76033056,0.77272725,0.7892562,0.78512394,0.78512394,0.7892562,0.8016529,0.8140496,0.8305785,0.8429752,0.8553719,0.6942149,0.18181819,0.21487603,0.2603306,0.29752067,0.38016528,0.41735536,0.5165289,0.6983471,0.73140496,0.73966944,0.75619835,0.76859504,0.77272725,0.77272725,0.78099173,0.77272725,0.78512394,0.7768595,0.78099173,0.78512394,0.7933884,0.8057851,0.80991733,0.8140496,0.8264463,0.8305785,0.8347107,0.8305785,0.8305785,0.822314,0.80991733,0.7892562,0.7892562,0.78512394,0.78512394,0.7933884,0.79752064,0.78099173,0.78512394,0.78099173,0.7892562,0.7768595,0.79752064,0.77272725,0.76859504,0.76859504,0.78512394,0.7644628,0.7644628,0.7768595,0.7768595,0.78099173,0.74793386,0.76033056,0.78099173,0.78512394,0.7768595,0.7768595,0.7933884,0.8140496,0.8347107,0.8512397,0.8636364,0.8305785,0.20661157,0.24793388,0.28512397,0.3305785,0.39256197,0.44214877,0.58677685,0.7231405,0.72727275,0.7355372,0.74793386,0.76033056,0.75619835,0.76033056,0.74793386,0.73140496,0.7644628,0.77272725,0.7768595,0.76859504,0.7768595,0.7933884,0.7933884,0.8057851,0.8181818,0.8264463,0.8264463,0.8264463,0.8305785,0.8264463,0.8140496,0.8016529,0.7933884,0.7892562,0.7892562,0.8057851,0.8016529,0.7892562,0.79752064,0.78512394,0.7892562,0.7768595,0.78512394,0.77272725,0.75206614,0.75619835,0.75619835,0.74793386,0.74380165,0.75206614,0.74793386,0.74380165,0.7355372,0.7231405,0.7355372,0.76033056,0.76859504,0.7644628,0.7768595,0.79752064,0.8181818,0.8471074,0.8595041,0.88842976,0.25619835,0.2892562,0.29338843,0.3429752,0.3966942,0.48347107,0.661157,0.72727275,0.73140496,0.7355372,0.74380165,0.74380165,0.71487606,0.6942149,0.6859504,0.6570248,0.69008267,0.7107438,0.71900827,0.6983471,0.69008267,0.71487606,0.7066116,0.72727275,0.78099173,0.78099173,0.78512394,0.8057851,0.8181818,0.8181818,0.8016529,0.80991733,0.7892562,0.8016529,0.78099173,0.79752064,0.78512394,0.78512394,0.79752064,0.76033056,0.76859504,0.75206614,0.73966944,0.71487606,0.677686,0.6652893,0.6528926,0.6404959,0.6446281,0.6528926,0.6487603,0.6404959,0.6446281,0.6322314,0.6446281,0.677686,0.7066116,0.72727275,0.76033056,0.78512394,0.7933884,0.8264463,0.8595041,0.88842976,0.30165288,0.33471075,0.30165288,0.3429752,0.4214876,0.54545456,0.6983471,0.70247936,0.73140496,0.75206614,0.73966944,0.69008267,0.62396693,0.59504133,0.6198347,0.61157024,0.59917355,0.58677685,0.59090906,0.5661157,0.54545456,0.553719,0.54545456,0.56198347,0.6570248,0.661157,0.6694215,0.7355372,0.77272725,0.76859504,0.77272725,0.8016529,0.78512394,0.7933884,0.76033056,0.77272725,0.75619835,0.76033056,0.7644628,0.6983471,0.71487606,0.6818182,0.6570248,0.59504133,0.55785125,0.5206612,0.49173555,0.46694216,0.4876033,0.49173555,0.4876033,0.5,0.5206612,0.5165289,0.5371901,0.5661157,0.59504133,0.6322314,0.6983471,0.76033056,0.7892562,0.822314,0.8553719,0.8719008,0.32231405,0.34710744,0.30165288,0.3553719,0.46280992,0.6198347,0.6942149,0.6694215,0.7355372,0.74793386,0.677686,0.58264464,0.54545456,0.56198347,0.58264464,0.58677685,0.57024795,0.5247934,0.47107437,0.43801653,0.42975205,0.42561984,0.4214876,0.4214876,0.47933885,0.5165289,0.5041322,0.59917355,0.6818182,0.6942149,0.75206614,0.79752064,0.78099173,0.77272725,0.75206614,0.76033056,0.73140496,0.73140496,0.6859504,0.6363636,0.6404959,0.60330576,0.55785125,0.49586776,0.47107437,0.42561984,0.40495867,0.3677686,0.38016528,0.3553719,0.36363637,0.38016528,0.41322315,0.43801653,0.47933885,0.5041322,0.5289256,0.553719,0.59917355,0.6735537,0.74380165,0.80991733,0.8512397,0.8553719,0.28099173,0.29752067,0.2768595,0.38016528,0.5247934,0.6694215,0.6983471,0.6983471,0.73966944,0.677686,0.57438016,0.5413223,0.57438016,0.60330576,0.61157024,0.6198347,0.6198347,0.59504133,0.5041322,0.44214877,0.42561984,0.40495867,0.39256197,0.38429752,0.4090909,0.44214877,0.44214877,0.5041322,0.57024795,0.6363636,0.7355372,0.7892562,0.8016529,0.7644628,0.77272725,0.7644628,0.73966944,0.72727275,0.6694215,0.61570245,0.5785124,0.55785125,0.49173555,0.4338843,0.41322315,0.39256197,0.38429752,0.3429752,0.338843,0.3264463,0.3553719,0.38016528,0.41322315,0.45867768,0.5082645,0.5413223,0.57024795,0.61157024,0.6446281,0.62396693,0.6280992,0.73966944,0.8347107,0.8471074,0.24793388,0.21900827,0.23966943,0.42561984,0.59504133,0.69008267,0.7066116,0.72727275,0.7107438,0.58677685,0.553719,0.6487603,0.6859504,0.7107438,0.72727275,0.7355372,0.7231405,0.677686,0.61157024,0.5413223,0.5082645,0.4876033,0.4752066,0.45867768,0.47107437,0.49173555,0.5041322,0.53305787,0.5371901,0.60330576,0.6942149,0.79752064,0.822314,0.79752064,0.78512394,0.78099173,0.78099173,0.76033056,0.71900827,0.6570248,0.59090906,0.5661157,0.48347107,0.42561984,0.40082645,0.40082645,0.38842976,0.36363637,0.36363637,0.3677686,0.41322315,0.45867768,0.5041322,0.55785125,0.607438,0.6363636,0.677686,0.73140496,0.76033056,0.7355372,0.6363636,0.6363636,0.7644628,0.838843,0.2520661,0.17768595,0.21900827,0.47933885,0.6694215,0.7066116,0.7107438,0.70247936,0.6363636,0.54545456,0.59504133,0.73140496,0.7768595,0.7768595,0.73140496,0.6528926,0.6280992,0.5413223,0.5123967,0.48347107,0.49173555,0.48347107,0.5082645,0.5041322,0.5289256,0.58677685,0.59917355,0.60330576,0.6198347,0.6404959,0.69008267,0.8057851,0.822314,0.8264463,0.7933884,0.7933884,0.79752064,0.79752064,0.78099173,0.7644628,0.70247936,0.62396693,0.5,0.4338843,0.4090909,0.3966942,0.37190083,0.34710744,0.3553719,0.36363637,0.3966942,0.4338843,0.45454547,0.5082645,0.5495868,0.59090906,0.6570248,0.75206614,0.80991733,0.822314,0.73966944,0.6280992,0.6694215,0.7892562,0.28512397,0.17768595,0.24380165,0.5495868,0.7107438,0.7107438,0.7231405,0.69008267,0.62396693,0.6363636,0.69008267,0.75206614,0.7644628,0.7231405,0.62396693,0.5041322,0.45867768,0.3966942,0.38016528,0.41322315,0.45454547,0.4090909,0.41322315,0.42975205,0.446281,0.5247934,0.58264464,0.59504133,0.607438,0.6735537,0.7107438,0.79752064,0.822314,0.8347107,0.8181818,0.8016529,0.79752064,0.80991733,0.8347107,0.838843,0.7768595,0.607438,0.4338843,0.3966942,0.36363637,0.30991736,0.28512397,0.23966943,0.2520661,0.24793388,0.2768595,0.36363637,0.40495867,0.41735536,0.4214876,0.4752066,0.54545456,0.6570248,0.78099173,0.8181818,0.80991733,0.73140496,0.6694215,0.73966944,0.3305785,0.20661157,0.3264463,0.6363636,0.73140496,0.7355372,0.7355372,0.6818182,0.6735537,0.73140496,0.7355372,0.7355372,0.6818182,0.58264464,0.5123967,0.44214877,0.35950413,0.2644628,0.28099173,0.41735536,0.61157024,0.5413223,0.49173555,0.45454547,0.43801653,0.41735536,0.5165289,0.57438016,0.56198347,0.60330576,0.677686,0.78099173,0.8140496,0.838843,0.822314,0.8264463,0.8016529,0.8057851,0.8553719,0.8512397,0.71900827,0.49173555,0.38016528,0.35950413,0.3140496,0.2603306,0.27272728,0.21900827,0.18181819,0.18181819,0.1694215,0.41322315,0.55785125,0.5123967,0.45041323,0.45867768,0.47933885,0.5082645,0.6487603,0.77272725,0.78512394,0.76859504,0.74380165,0.74380165,0.3181818,0.23553719,0.4214876,0.6983471,0.73966944,0.75206614,0.7355372,0.6942149,0.72727275,0.75206614,0.73966944,0.6983471,0.59917355,0.5082645,0.48347107,0.3305785,0.2768595,0.15289256,0.2107438,0.446281,0.79752064,0.74793386,0.59504133,0.54545456,0.5661157,0.5,0.44214877,0.5206612,0.5206612,0.58264464,0.6404959,0.74380165,0.8016529,0.838843,0.822314,0.8347107,0.7892562,0.80991733,0.8595041,0.8305785,0.6322314,0.4338843,0.35123968,0.35123968,0.3140496,0.32231405,0.30165288,0.1983471,0.1322314,0.1570248,0.20247933,0.40082645,0.73140496,0.73140496,0.60330576,0.5,0.5123967,0.4876033,0.47933885,0.6528926,0.77272725,0.78099173,0.7892562,0.77272725,0.2520661,0.23966943,0.49586776,0.7355372,0.75619835,0.76859504,0.77272725,0.7644628,0.76033056,0.76033056,0.73140496,0.6280992,0.48347107,0.53305787,0.48347107,0.28512397,0.41735536,0.2107438,0.23966943,0.73140496,0.8347107,0.8429752,0.7231405,0.661157,0.59917355,0.60330576,0.5123967,0.44214877,0.44214877,0.6363636,0.6280992,0.71900827,0.7892562,0.8264463,0.822314,0.838843,0.7768595,0.7933884,0.8429752,0.8512397,0.61570245,0.40495867,0.40082645,0.4090909,0.35123968,0.35950413,0.26859504,0.2231405,0.16115703,0.13636364,0.44214877,0.45867768,0.6983471,0.7892562,0.7892562,0.76033056,0.49173555,0.4876033,0.46280992,0.553719,0.73140496,0.7644628,0.78512394,0.8140496,0.18595041,0.2644628,0.57024795,0.75619835,0.76859504,0.78099173,0.77272725,0.76033056,0.76859504,0.76033056,0.71487606,0.5785124,0.45867768,0.54545456,0.61157024,0.3553719,0.4876033,0.4752066,0.36363637,0.78099173,0.88842976,0.89669424,0.8429752,0.6694215,0.71900827,0.70247936,0.5123967,0.5495868,0.446281,0.661157,0.6363636,0.73140496,0.76859504,0.80991733,0.8016529,0.8553719,0.78512394,0.7768595,0.8347107,0.8347107,0.6818182,0.43801653,0.48347107,0.45041323,0.34710744,0.37603307,0.30578512,0.2520661,0.1983471,0.11570248,0.28099173,0.5785124,0.75206614,0.75619835,0.78099173,0.90082645,0.73966944,0.46280992,0.47107437,0.5247934,0.6570248,0.7644628,0.78099173,0.822314,0.18181819,0.37190083,0.661157,0.75619835,0.7768595,0.78512394,0.7768595,0.7644628,0.76859504,0.76033056,0.70247936,0.58264464,0.5165289,0.5495868,0.7066116,0.57438016,0.44214877,0.57024795,0.72727275,0.8636364,0.8471074,0.80991733,0.76859504,0.6528926,0.59917355,0.6694215,0.5661157,0.5082645,0.6487603,0.59090906,0.677686,0.76033056,0.74793386,0.76859504,0.7892562,0.8636364,0.78099173,0.76033056,0.8140496,0.8057851,0.8016529,0.5413223,0.49586776,0.4214876,0.37603307,0.38429752,0.38429752,0.3140496,0.29752067,0.25619835,0.38429752,0.62396693,0.7231405,0.72727275,0.7231405,0.822314,0.838843,0.62396693,0.57438016,0.58677685,0.6446281,0.73140496,0.76859504,0.80991733,0.23553719,0.5082645,0.72727275,0.7644628,0.78512394,0.79752064,0.78512394,0.77272725,0.7644628,0.74380165,0.70247936,0.6322314,0.56198347,0.56198347,0.6487603,0.73140496,0.6983471,0.71900827,0.72727275,0.7355372,0.6983471,0.6652893,0.6280992,0.61157024,0.59090906,0.57438016,0.59504133,0.57438016,0.56198347,0.6818182,0.73966944,0.7644628,0.72727275,0.76033056,0.78099173,0.88429755,0.8016529,0.75206614,0.78512394,0.7892562,0.8140496,0.7355372,0.5206612,0.446281,0.4338843,0.40082645,0.38016528,0.37603307,0.3966942,0.40495867,0.46280992,0.5495868,0.58677685,0.60330576,0.60330576,0.6487603,0.75206614,0.78099173,0.73966944,0.73140496,0.73140496,0.7231405,0.74793386,0.8016529,0.3264463,0.61570245,0.75206614,0.77272725,0.79752064,0.8057851,0.8016529,0.7768595,0.75619835,0.72727275,0.7066116,0.6735537,0.6322314,0.62396693,0.6694215,0.75206614,0.8016529,0.8016529,0.7107438,0.6652893,0.6198347,0.58264464,0.55785125,0.5661157,0.57438016,0.60330576,0.61157024,0.57438016,0.5785124,0.74793386,0.77272725,0.74793386,0.7355372,0.78099173,0.7933884,0.8801653,0.8264463,0.7644628,0.7768595,0.7768595,0.7892562,0.8264463,0.6735537,0.47107437,0.4338843,0.42561984,0.40082645,0.38842976,0.39256197,0.41735536,0.45867768,0.5247934,0.57438016,0.607438,0.62396693,0.69008267,0.8016529,0.8595041,0.8057851,0.7892562,0.78512394,0.75619835,0.74380165,0.7892562,0.42561984,0.6652893,0.76033056,0.78099173,0.8057851,0.80991733,0.8057851,0.7933884,0.76859504,0.75206614,0.73966944,0.71487606,0.6942149,0.6942149,0.7355372,0.78099173,0.8264463,0.8057851,0.74380165,0.6818182,0.6322314,0.59090906,0.57438016,0.58677685,0.57438016,0.6322314,0.62396693,0.60330576,0.7231405,0.77272725,0.78099173,0.7355372,0.74793386,0.79752064,0.8140496,0.8595041,0.8305785,0.7768595,0.78099173,0.76859504,0.78512394,0.8057851,0.8305785,0.661157,0.49586776,0.446281,0.43801653,0.4338843,0.42975205,0.446281,0.4752066,0.5165289,0.56198347,0.59504133,0.6198347,0.677686,0.78512394,0.8512397,0.838843,0.8264463,0.8181818,0.7768595,0.74793386,0.78099173,0.46694216,0.69008267,0.76859504,0.7892562,0.8140496,0.8140496,0.8140496,0.8181818,0.79752064,0.77272725,0.77272725,0.76033056,0.75206614,0.75206614,0.77272725,0.7768595,0.8016529,0.8057851,0.75619835,0.7107438,0.6735537,0.6487603,0.6280992,0.62396693,0.607438,0.6404959,0.6983471,0.74380165,0.77272725,0.78099173,0.7644628,0.74380165,0.7768595,0.8057851,0.8181818,0.8553719,0.8305785,0.78512394,0.7892562,0.77272725,0.77272725,0.79752064,0.8057851,0.8305785,0.73966944,0.58677685,0.48347107,0.47107437,0.47933885,0.5,0.5247934,0.54545456,0.57024795,0.58677685,0.6280992,0.677686,0.75619835,0.822314,0.8429752,0.8429752,0.8347107,0.79752064,0.7644628,0.7892562,0.49173555,0.7107438,0.76859504,0.78099173,0.8140496,0.8181818,0.8181818,0.8264463,0.80991733,0.7892562,0.7892562,0.78512394,0.7768595,0.7768595,0.7892562,0.7892562,0.8016529,0.8181818,0.7933884,0.74793386,0.7107438,0.69008267,0.6694215,0.677686,0.6818182,0.73966944,0.78512394,0.76859504,0.78099173,0.78512394,0.75619835,0.76033056,0.8057851,0.79752064,0.822314,0.8305785,0.8305785,0.7892562,0.78512394,0.79752064,0.7768595,0.78512394,0.8016529,0.822314,0.822314,0.78512394,0.6818182,0.58264464,0.5413223,0.53305787,0.56198347,0.59917355,0.6198347,0.6198347,0.6446281,0.677686,0.72727275,0.7892562,0.8264463,0.8347107,0.8305785,0.8016529,0.78099173,0.8016529,0.5289256,0.7231405,0.7644628,0.7768595,0.8057851,0.8181818,0.8264463,0.8264463,0.8140496,0.8057851,0.79752064,0.8016529,0.78512394,0.78099173,0.7892562,0.7933884,0.79752064,0.8057851,0.78512394,0.73966944,0.73966944,0.72727275,0.73140496,0.75206614,0.79752064,0.79752064,0.78512394,0.77272725,0.78512394,0.76859504,0.76033056,0.77272725,0.8181818,0.8264463,0.8016529,0.8181818,0.8305785,0.8016529,0.7768595,0.8057851,0.8016529,0.78512394,0.8057851,0.8264463,0.8264463,0.80991733,0.78099173,0.74380165,0.6942149,0.6404959,0.607438,0.6198347,0.6404959,0.661157,0.677686,0.7107438,0.73966944,0.7644628,0.7892562,0.80991733,0.79752064,0.7768595,0.78512394,0.80991733,0.5247934,0.7231405,0.7644628,0.76859504,0.79752064,0.8181818,0.8264463,0.822314,0.822314,0.8181818,0.80991733,0.80991733,0.8016529,0.7933884,0.7933884,0.78512394,0.7892562,0.7768595,0.77272725,0.7644628,0.76033056,0.78512394,0.8016529,0.8016529,0.822314,0.8140496,0.8016529,0.7768595,0.76859504,0.74380165,0.76033056,0.7768595,0.822314,0.8264463,0.78512394,0.8057851,0.822314,0.79752064,0.76859504,0.80991733,0.8057851,0.7933884,0.7892562,0.8140496,0.838843,0.822314,0.78099173,0.74793386,0.7355372,0.71900827,0.72727275,0.7107438,0.69008267,0.6983471,0.71487606,0.7355372,0.74380165,0.75206614,0.77272725,0.7892562,0.78512394,0.77272725,0.7933884,0.8264463,0.5041322,0.71487606,0.76033056,0.77272725,0.7933884,0.8181818,0.8305785,0.8181818,0.8181818,0.8264463,0.822314,0.8181818,0.8181818,0.8181818,0.8181818,0.80991733,0.8140496,0.8057851,0.80991733,0.822314,0.8181818,0.8181818,0.8264463,0.8264463,0.822314,0.822314,0.80991733,0.76033056,0.7355372,0.71900827,0.76033056,0.78099173,0.8181818,0.8181818,0.80991733,0.8016529,0.8057851,0.79752064,0.7644628,0.822314,0.8181818,0.7892562,0.7768595,0.77272725,0.8181818,0.8305785,0.7768595,0.75206614,0.73140496,0.73140496,0.74380165,0.76033056,0.74793386,0.73966944,0.74793386,0.75619835,0.77272725,0.76859504,0.78099173,0.79752064,0.80991733,0.8140496,0.8264463,0.838843,0.4752066,0.6983471,0.75206614,0.76033056,0.78512394,0.8140496,0.8264463,0.8181818,0.8181818,0.822314,0.822314,0.8264463,0.822314,0.8305785,0.8305785,0.8264463,0.8305785,0.8347107,0.8347107,0.8429752,0.8471074,0.8264463,0.8264463,0.8264463,0.8264463,0.838843,0.78512394,0.71900827,0.74793386,0.73140496,0.76033056,0.7892562,0.8057851,0.8264463,0.79752064,0.7933884,0.7768595,0.8140496,0.78099173,0.8016529,0.8264463,0.7892562,0.78099173,0.75619835,0.8057851,0.79752064,0.76033056,0.74380165,0.71900827,0.71900827,0.71487606,0.74793386,0.7644628,0.76033056,0.76033056,0.77272725,0.7892562,0.79752064,0.8057851,0.8181818,0.822314,0.8264463,0.8347107,0.8471074,0.45041323,0.6652893,0.7355372,0.73140496,0.76859504,0.80991733,0.8264463,0.822314,0.8264463,0.822314,0.8264463,0.822314,0.8305785,0.838843,0.8347107,0.8347107,0.8429752,0.8429752,0.8429752,0.8512397,0.8512397,0.8264463,0.8264463,0.8140496,0.8264463,0.8347107,0.74793386,0.73966944,0.7644628,0.7644628,0.77272725,0.7768595,0.8181818,0.8553719,0.78512394,0.7644628,0.74380165,0.8305785,0.77272725,0.838843,0.8595041,0.7768595,0.7768595,0.78099173,0.8016529,0.75619835,0.6487603,0.6652893,0.69008267,0.6859504,0.6652893,0.7107438,0.74793386,0.75619835,0.7644628,0.7768595,0.78512394,0.8016529,0.8181818,0.8264463,0.8347107,0.8429752,0.8347107,0.838843,0.41322315,0.607438,0.71487606,0.73140496,0.76859504,0.8016529,0.822314,0.822314,0.822314,0.8347107,0.8305785,0.8347107,0.8429752,0.8471074,0.8347107,0.8471074,0.838843,0.8471074,0.8429752,0.8471074,0.838843,0.822314,0.822314,0.8264463,0.8140496,0.77272725,0.73966944,0.7892562,0.78512394,0.7768595,0.75619835,0.75619835,0.77272725,0.90495867,0.7644628,0.71487606,0.6983471,0.75619835,0.7066116,0.8140496,0.8471074,0.74793386,0.78512394,0.8181818,0.8264463,0.77272725,0.5495868,0.5495868,0.61157024,0.6363636,0.61157024,0.6694215,0.71487606,0.73966944,0.75619835,0.76859504,0.7768595,0.8016529,0.8264463,0.8264463,0.8347107,0.8471074,0.838843,0.8347107,0.33471075,0.5495868,0.69008267,0.71487606,0.75206614,0.7892562,0.80991733,0.8181818,0.822314,0.8264463,0.8305785,0.8347107,0.8347107,0.8471074,0.8471074,0.8512397,0.8429752,0.838843,0.838843,0.838843,0.8305785,0.8057851,0.8016529,0.7933884,0.76859504,0.7231405,0.74793386,0.7933884,0.78099173,0.75206614,0.73140496,0.72727275,0.6942149,0.79752064,0.75206614,0.6735537,0.661157,0.6363636,0.6404959,0.7066116,0.71900827,0.6859504,0.6983471,0.77272725,0.8347107,0.75206614,0.48347107,0.4752066,0.5289256,0.5495868,0.5661157,0.59917355,0.6487603,0.69008267,0.71487606,0.75619835,0.78099173,0.7892562,0.8181818,0.8471074,0.8553719,0.8512397,0.8429752,0.8305785,0.24380165,0.47107437,0.6694215,0.6983471,0.7355372,0.7768595,0.8016529,0.8057851,0.80991733,0.8181818,0.8305785,0.8347107,0.8347107,0.8471074,0.8471074,0.8512397,0.838843,0.8429752,0.8305785,0.8181818,0.8016529,0.76859504,0.75206614,0.7355372,0.7231405,0.677686,0.73140496,0.76033056,0.7355372,0.6570248,0.60330576,0.6570248,0.6942149,0.7066116,0.72727275,0.6198347,0.6198347,0.59090906,0.58264464,0.6983471,0.6818182,0.5495868,0.5247934,0.61157024,0.74793386,0.6446281,0.45867768,0.446281,0.4876033,0.5041322,0.5123967,0.5289256,0.57438016,0.6363636,0.69008267,0.71487606,0.74793386,0.7768595,0.79752064,0.8429752,0.8636364,0.8595041,0.8429752,0.8264463,0.2231405,0.39256197,0.6363636,0.6983471,0.71487606,0.7644628,0.7892562,0.79752064,0.80991733,0.8057851,0.822314,0.8347107,0.8347107,0.8347107,0.8347107,0.838843,0.8347107,0.8305785,0.8140496,0.79752064,0.77272725,0.71900827,0.69008267,0.6694215,0.6983471,0.677686,0.6570248,0.6859504,0.55785125,0.338843,0.3429752,0.42561984,0.59917355,0.6652893,0.6735537,0.56198347,0.56198347,0.5661157,0.553719,0.6694215,0.5123967,0.28099173,0.2231405,0.4214876,0.61570245,0.55785125,0.45454547,0.45041323,0.45867768,0.46280992,0.47933885,0.5,0.5206612,0.5661157,0.6446281,0.6652893,0.70247936,0.73140496,0.75206614,0.8140496,0.8471074,0.8471074,0.8347107,0.8057851,0.29752067,0.38016528,0.58264464,0.6859504,0.71487606,0.76033056,0.7768595,0.78512394,0.79752064,0.79752064,0.80991733,0.8264463,0.8347107,0.8347107,0.8305785,0.8264463,0.8264463,0.8181818,0.7892562,0.7644628,0.72727275,0.6652893,0.6363636,0.6404959,0.7066116,0.7066116,0.6735537,0.6818182,0.553719,0.446281,0.61570245,0.6694215,0.6528926,0.6446281,0.6487603,0.53305787,0.4876033,0.5371901,0.5661157,0.607438,0.4876033,0.38429752,0.38016528,0.5082645,0.6322314,0.5785124,0.47933885,0.45454547,0.45041323,0.42975205,0.45041323,0.46694216,0.49173555,0.5247934,0.58677685,0.62396693,0.661157,0.6859504,0.71900827,0.7768595,0.8057851,0.80991733,0.8181818,0.78099173,0.49173555,0.45454547,0.49586776,0.661157,0.7066116,0.76033056,0.7768595,0.7768595,0.7933884,0.7892562,0.8057851,0.8181818,0.822314,0.8264463,0.8264463,0.8140496,0.8140496,0.7892562,0.7644628,0.73966944,0.70247936,0.6363636,0.62396693,0.6652893,0.72727275,0.74793386,0.71900827,0.6942149,0.6528926,0.55785125,0.60330576,0.6280992,0.6322314,0.6363636,0.677686,0.55785125,0.4214876,0.49586776,0.59090906,0.57438016,0.5413223,0.53305787,0.57024795,0.6652893,0.71900827,0.6280992,0.5041322,0.4752066,0.45454547,0.42975205,0.42975205,0.45041323,0.4752066,0.5,0.5413223,0.59504133,0.6322314,0.6487603,0.6735537,0.72727275,0.75206614,0.7644628,0.7892562,0.78099173,0.61157024,0.553719,0.46694216,0.61570245,0.6859504,0.75206614,0.7768595,0.76859504,0.78512394,0.7892562,0.80991733,0.8140496,0.8016529,0.8181818,0.8140496,0.8057851,0.8016529,0.77272725,0.74380165,0.7107438,0.6735537,0.6487603,0.6487603,0.70247936,0.75206614,0.75206614,0.7355372,0.6983471,0.6735537,0.6652893,0.6652893,0.6363636,0.60330576,0.6570248,0.69008267,0.61157024,0.45867768,0.47107437,0.6322314,0.61157024,0.61157024,0.6322314,0.6446281,0.7231405,0.73966944,0.6446281,0.5247934,0.49586776,0.4752066,0.446281,0.42975205,0.44214877,0.45867768,0.48347107,0.5165289,0.56198347,0.6198347,0.6363636,0.6570248,0.6942149,0.7107438,0.7231405,0.75619835,0.7644628,0.661157,0.6363636,0.49173555,0.55785125,0.6818182,0.7355372,0.7644628,0.7644628,0.7768595,0.7933884,0.8016529,0.8057851,0.8057851,0.80991733,0.8057851,0.8016529,0.7933884,0.77272725,0.73140496,0.7066116,0.677686,0.6652893,0.6818182,0.71900827,0.76859504,0.75619835,0.7355372,0.70247936,0.6570248,0.6404959,0.62396693,0.6570248,0.5371901,0.6280992,0.6487603,0.5785124,0.4752066,0.4752066,0.56198347,0.56198347,0.55785125,0.5495868,0.6446281,0.6942149,0.71900827,0.6818182,0.5785124,0.5247934,0.48347107,0.45454547,0.43801653,0.43801653,0.45041323,0.48347107,0.5082645,0.54545456,0.59090906,0.62396693,0.6528926,0.6735537,0.6859504,0.6983471,0.71900827,0.73966944,0.661157,0.7107438,0.57438016,0.5289256,0.6859504,0.72727275,0.75206614,0.7644628,0.78099173,0.78099173,0.7892562,0.79752064,0.8016529,0.80991733,0.8016529,0.79752064,0.78512394,0.75619835,0.73140496,0.7107438,0.6983471,0.6983471,0.72727275,0.74793386,0.7644628,0.7768595,0.73966944,0.71900827,0.6570248,0.56198347,0.58677685,0.59504133,0.53305787,0.58677685,0.5661157,0.5247934,0.49173555,0.5247934,0.55785125,0.5661157,0.58264464,0.5247934,0.61570245,0.6818182,0.70247936,0.7107438,0.6570248,0.58264464,0.5,0.4752066,0.4338843,0.43801653,0.46694216,0.49586776,0.5206612,0.54545456,0.5785124,0.61157024,0.6446281,0.661157,0.6652893,0.6694215,0.6942149,0.71487606,0.5785124,0.61157024,0.58264464,0.54545456,0.6735537,0.71487606,0.74380165,0.76033056,0.78099173,0.77272725,0.7644628,0.7892562,0.79752064,0.8016529,0.8016529,0.7933884,0.78099173,0.77272725,0.74380165,0.71487606,0.71900827,0.72727275,0.75619835,0.7644628,0.74380165,0.76033056,0.73140496,0.6942149,0.61157024,0.5661157,0.55785125,0.56198347,0.5413223,0.54545456,0.5247934,0.46694216,0.5082645,0.5371901,0.56198347,0.6280992,0.59090906,0.56198347,0.61570245,0.661157,0.6942149,0.7231405,0.7231405,0.6570248,0.55785125,0.49173555,0.47107437,0.4338843,0.46694216,0.5206612,0.553719,0.54545456,0.58677685,0.62396693,0.6487603,0.6694215,0.6694215,0.677686,0.69008267,0.6942149,0.75206614,0.73140496,0.607438,0.5371901,0.661157,0.71487606,0.7355372,0.74380165,0.76859504,0.76859504,0.77272725,0.7892562,0.7933884,0.8016529,0.80991733,0.8016529,0.79752064,0.78512394,0.73966944,0.7107438,0.6983471,0.71487606,0.73140496,0.7231405,0.6983471,0.6983471,0.69008267,0.6363636,0.5289256,0.58677685,0.5785124,0.5,0.5495868,0.5123967,0.5041322,0.446281,0.5041322,0.57438016,0.5661157,0.61157024,0.58264464,0.5661157,0.59917355,0.62396693,0.6198347,0.69008267,0.7107438,0.6818182,0.607438,0.5413223,0.5041322,0.45867768,0.43801653,0.5082645,0.58264464,0.59090906,0.6198347,0.6652893,0.677686,0.6942149,0.6942149,0.69008267,0.69008267,0.6942149,0.79752064,0.79752064,0.62396693,0.49173555,0.59917355,0.661157,0.7066116,0.73140496,0.76033056,0.76859504,0.76033056,0.78099173,0.7933884,0.79752064,0.8057851,0.80991733,0.8057851,0.77272725,0.6983471,0.70247936,0.6404959,0.6694215,0.6818182,0.69008267,0.6859504,0.6528926,0.6198347,0.6404959,0.57024795,0.553719,0.61570245,0.53305787,0.57024795,0.55785125,0.5041322,0.45041323,0.53305787,0.57438016,0.59504133,0.61570245,0.54545456,0.54545456,0.59504133,0.62396693,0.57438016,0.61157024,0.6570248,0.661157,0.59090906,0.553719,0.5413223,0.5289256,0.46694216,0.446281,0.55785125,0.61570245,0.6404959,0.6735537,0.70247936,0.7231405,0.71487606,0.7066116,0.70247936,0.6983471,0.78099173,0.79752064,0.6735537,0.5041322,0.54545456,0.6363636,0.6859504,0.71900827,0.74380165,0.7644628,0.75619835,0.76033056,0.78099173,0.8016529,0.8140496,0.8181818,0.8016529,0.71487606,0.6404959,0.6528926,0.59090906,0.6322314,0.6363636,0.6363636,0.6487603,0.6404959,0.61570245,0.6735537,0.59090906,0.61157024,0.6446281,0.6404959,0.61570245,0.62396693,0.5371901,0.5165289,0.58677685,0.6446281,0.59917355,0.62396693,0.58264464,0.5785124,0.60330576,0.6487603,0.61157024,0.58264464,0.6322314,0.6404959,0.57438016,0.5206612,0.5123967,0.55785125,0.55785125,0.446281,0.48347107,0.60330576,0.6570248,0.677686,0.71900827,0.73966944,0.73140496,0.71487606,0.71487606,0.7066116,0.76033056,0.78512394,0.71900827,0.54545456,0.5206612,0.6404959,0.6859504,0.7066116,0.7355372,0.76859504,0.77272725,0.77272725,0.79752064,0.80991733,0.8181818,0.8264463,0.7768595,0.6487603,0.6528926,0.607438,0.5785124,0.59504133,0.6363636,0.60330576,0.6198347,0.6363636,0.6363636,0.69008267,0.6198347,0.6198347,0.6570248,0.6942149,0.6487603,0.6487603,0.607438,0.59504133,0.6198347,0.6198347,0.60330576,0.57438016,0.59917355,0.59090906,0.6280992,0.6942149,0.6528926,0.61570245,0.6446281,0.62396693,0.54545456,0.5041322,0.4752066,0.5247934,0.58264464,0.47107437,0.40495867,0.553719,0.6694215,0.69008267,0.7231405,0.75206614,0.75206614,0.7231405,0.71900827,0.71487606,0.7231405,0.75619835,0.7355372,0.5661157,0.49173555,0.6280992,0.6859504,0.70247936,0.71900827,0.74793386,0.77272725,0.78099173,0.7933884,0.80991733,0.8057851,0.822314,0.76859504,0.59504133,0.61570245,0.5661157,0.5661157,0.5661157,0.6363636,0.6198347,0.6322314,0.60330576,0.6694215,0.6859504,0.62396693,0.6404959,0.6528926,0.6322314,0.59504133,0.57024795,0.5413223,0.5371901,0.5495868,0.5165289,0.5206612,0.5041322,0.5123967,0.5165289,0.553719,0.59917355,0.61570245,0.61570245,0.62396693,0.61157024,0.53305787,0.45041323,0.446281,0.46694216,0.56198347,0.5165289,0.41322315,0.5289256,0.661157,0.6983471,0.72727275,0.76033056,0.7768595,0.74793386,0.72727275,0.73966944,0.70247936,0.74380165,0.75619835,0.62396693,0.5,0.60330576,0.6652893,0.6983471,0.7231405,0.72727275,0.7355372,0.76859504,0.7933884,0.79752064,0.8057851,0.8057851,0.70247936,0.5371901,0.58264464,0.5661157,0.5371901,0.553719,0.6198347,0.61570245,0.62396693,0.56198347,0.607438,0.61157024,0.58677685,0.58677685,0.5785124,0.53305787,0.5206612,0.49586776,0.45041323,0.446281,0.45867768,0.41735536,0.4090909,0.40495867,0.4090909,0.43801653,0.45454547,0.4876033,0.5041322,0.5123967,0.5123967,0.4876033,0.42561984,0.38016528,0.45041323,0.40082645,0.5289256,0.53305787,0.43801653,0.5289256,0.6528926,0.6983471,0.71900827,0.7355372,0.73966944,0.7355372,0.7355372,0.72727275,0.6446281,0.70247936,0.71900827,0.61570245,0.49173555,0.55785125,0.6652893,0.69008267,0.7107438,0.74380165,0.76033056,0.7644628,0.7892562,0.78099173,0.79752064,0.7892562,0.677686,0.53305787,0.59917355,0.6322314,0.5371901,0.54545456,0.5206612,0.5247934,0.56198347,0.5041322,0.5123967,0.5,0.4876033,0.48347107,0.45867768,0.47933885,0.5247934,0.47933885,0.4214876,0.38842976,0.44214877,0.38429752,0.36363637,0.3264463,0.2768595,0.34710744,0.3140496,0.37190083,0.37603307,0.34710744,0.32231405,0.26859504,0.2768595,0.30991736,0.41735536,0.40495867,0.5041322,0.5206612,0.47933885,0.55785125,0.677686,0.7231405,0.73140496,0.74380165,0.74380165,0.73966944,0.74380165,0.74380165,0.40495867,0.4876033,0.5371901,0.47933885,0.39256197,0.5,0.6487603,0.677686,0.6942149,0.74793386,0.78099173,0.77272725,0.76859504,0.77272725,0.7933884,0.78099173,0.7355372,0.61570245,0.607438,0.6404959,0.5495868,0.5247934,0.40082645,0.30991736,0.3966942,0.29752067,0.46280992,0.49173555,0.3140496,0.5165289,0.45454547,0.42561984,0.6404959,0.5413223,0.48347107,0.32231405,0.45867768,0.3966942,0.2892562,0.2520661,0.14049587,0.2231405,0.16528925,0.22727273,0.2603306,0.2107438,0.19421488,0.21487603,0.30165288,0.35950413,0.41322315,0.41322315,0.49173555,0.5123967,0.5165289,0.6198347,0.69008267,0.7231405,0.73140496,0.73966944,0.74793386,0.75206614,0.75619835,0.76033056,0.22727273,0.23966943,0.24380165,0.21900827,0.21900827,0.41322315,0.6198347,0.6487603,0.6735537,0.73966944,0.78099173,0.7644628,0.73140496,0.78512394,0.7933884,0.7768595,0.78099173,0.6735537,0.61157024,0.6322314,0.56198347,0.5,0.42561984,0.28099173,0.21900827,0.12396694,0.3305785,0.46280992,0.2892562,0.37603307,0.38842976,0.29338843,0.5041322,0.43801653,0.35950413,0.2231405,0.30165288,0.26859504,0.19008264,0.17768595,0.12809917,0.15289256,0.13636364,0.1322314,0.23140496,0.2768595,0.29338843,0.40082645,0.4752066,0.49173555,0.48347107,0.45041323,0.49173555,0.5,0.5247934,0.6363636,0.70247936,0.71900827,0.7231405,0.73140496,0.73966944,0.74793386,0.76033056,0.75206614,0.20247933,0.18595041,0.1446281,0.12396694,0.16528925,0.3429752,0.5661157,0.6528926,0.6735537,0.7231405,0.7644628,0.75619835,0.7231405,0.78512394,0.78099173,0.76859504,0.78512394,0.71487606,0.61570245,0.61157024,0.56198347,0.5247934,0.49586776,0.4752066,0.35123968,0.20661157,0.17355372,0.30165288,0.40495867,0.4090909,0.47107437,0.3966942,0.4214876,0.4214876,0.38016528,0.3305785,0.32231405,0.2892562,0.24380165,0.23966943,0.1983471,0.16115703,0.18181819,0.25619835,0.40082645,0.44214877,0.49173555,0.57438016,0.59090906,0.5661157,0.5165289,0.49173555,0.47933885,0.4876033,0.53305787,0.6280992,0.6942149,0.6983471,0.70247936,0.72727275,0.73140496,0.73140496,0.7355372,0.73140496,0.20661157,0.1983471,0.17768595,0.1446281,0.13636364,0.2644628,0.49586776,0.6363636,0.6818182,0.71487606,0.74793386,0.76033056,0.74380165,0.7768595,0.78512394,0.78099173,0.78099173,0.73966944,0.6446281,0.61157024,0.55785125,0.5661157,0.58264464,0.6404959,0.58264464,0.4752066,0.3677686,0.28099173,0.30991736,0.37603307,0.5041322,0.4876033,0.45867768,0.45041323,0.45867768,0.45867768,0.42561984,0.38016528,0.3553719,0.3429752,0.26859504,0.24380165,0.3553719,0.47107437,0.56198347,0.59504133,0.6198347,0.62396693,0.62396693,0.607438,0.53305787,0.5206612,0.47933885,0.48347107,0.5495868,0.62396693,0.6818182,0.6859504,0.6694215,0.70247936,0.7231405,0.71900827,0.72727275,0.74380165,0.20661157,0.20661157,0.20247933,0.1694215,0.11157025,0.2231405,0.45041323,0.56198347,0.6570248,0.6983471,0.72727275,0.73966944,0.76859504,0.78512394,0.78099173,0.76033056,0.7644628,0.75206614,0.6818182,0.6198347,0.5371901,0.59504133,0.6404959,0.71487606,0.70247936,0.6322314,0.5785124,0.4752066,0.3966942,0.29338843,0.3553719,0.43801653,0.47107437,0.5082645,0.5206612,0.5371901,0.5495868,0.5123967,0.46280992,0.46694216,0.3677686,0.42561984,0.53305787,0.607438,0.6487603,0.6859504,0.677686,0.6280992,0.59917355,0.61157024,0.57438016,0.5371901,0.5082645,0.5,0.5495868,0.61570245,0.6735537,0.6818182,0.6528926,0.661157,0.7107438,0.71900827,0.72727275,0.73966944,0.20247933,0.20661157,0.2107438,0.19008264,0.12396694,0.23966943,0.45867768,0.49173555,0.59504133,0.6818182,0.71487606,0.71487606,0.74380165,0.75206614,0.75206614,0.7355372,0.75206614,0.74793386,0.69008267,0.61157024,0.553719,0.661157,0.6818182,0.72727275,0.7231405,0.6942149,0.6735537,0.62396693,0.58264464,0.4876033,0.38016528,0.43801653,0.5082645,0.6528926,0.6652893,0.6652893,0.69008267,0.6446281,0.5661157,0.54545456,0.48347107,0.57438016,0.6198347,0.6570248,0.6652893,0.6983471,0.70247936,0.6198347,0.5495868,0.59917355,0.60330576,0.55785125,0.5289256,0.5206612,0.5661157,0.607438,0.6487603,0.6570248,0.6404959,0.6570248,0.7107438,0.71487606,0.7231405,0.7107438,0.20661157,0.2107438,0.20247933,0.19421488,0.1322314,0.20661157,0.46694216,0.5041322,0.5123967,0.6570248,0.71487606,0.71487606,0.71487606,0.7231405,0.74793386,0.72727275,0.76033056,0.74380165,0.6859504,0.607438,0.58677685,0.6859504,0.7107438,0.7231405,0.73140496,0.73966944,0.677686,0.70247936,0.6735537,0.6446281,0.55785125,0.5413223,0.5206612,0.607438,0.62396693,0.60330576,0.6198347,0.61157024,0.59090906,0.60330576,0.5785124,0.6404959,0.6280992,0.6280992,0.6528926,0.6859504,0.6735537,0.59504133,0.55785125,0.60330576,0.6198347,0.5785124,0.5289256,0.5289256,0.56198347,0.58677685,0.6570248,0.6404959,0.6322314,0.6735537,0.69008267,0.6983471,0.71900827,0.6363636,0.2107438,0.2107438,0.1983471,0.19008264,0.1446281,0.17768595,0.45867768,0.5371901,0.4214876,0.58264464,0.69008267,0.71900827,0.7066116,0.7107438,0.72727275,0.6942149,0.7355372,0.70247936,0.6363636,0.59090906,0.61157024,0.677686,0.7355372,0.73966944,0.74380165,0.73140496,0.70247936,0.69008267,0.6859504,0.6818182,0.6694215,0.6363636,0.59917355,0.607438,0.59504133,0.57024795,0.58264464,0.59917355,0.61157024,0.61157024,0.59090906,0.59090906,0.5785124,0.61157024,0.6694215,0.6652893,0.6322314,0.57024795,0.57024795,0.607438,0.607438,0.58677685,0.5371901,0.5165289,0.5371901,0.5785124,0.6487603,0.61157024,0.607438,0.6735537,0.677686,0.677686,0.6694215,0.5247934,0.2107438,0.2107438,0.1983471,0.19008264,0.16528925,0.1694215,0.42975205,0.59917355,0.4090909,0.47933885,0.6446281,0.69008267,0.677686,0.6818182,0.6818182,0.6735537,0.69008267,0.6859504,0.60330576,0.59090906,0.6487603,0.69008267,0.74793386,0.71900827,0.75619835,0.7231405,0.7231405,0.6818182,0.6528926,0.6322314,0.6528926,0.6404959,0.6280992,0.61157024,0.59504133,0.5785124,0.57024795,0.55785125,0.5413223,0.5206612,0.5041322,0.5206612,0.5495868,0.6198347,0.661157,0.6404959,0.61157024,0.56198347,0.5785124,0.59504133,0.5785124,0.61157024,0.55785125,0.5371901,0.54545456,0.59090906,0.6363636,0.58677685,0.59090906,0.6570248,0.6652893,0.661157,0.57438016,0.39256197,0.2107438,0.20661157,0.1983471,0.19008264,0.1694215,0.14876033,0.37190083,0.6322314,0.47107437,0.41735536,0.58677685,0.6694215,0.661157,0.6652893,0.6694215,0.6859504,0.6694215,0.69008267,0.61570245,0.607438,0.6487603,0.7107438,0.75206614,0.71487606,0.7644628,0.73966944,0.7107438,0.6983471,0.6735537,0.61157024,0.58264464,0.57438016,0.5495868,0.5247934,0.5165289,0.49586776,0.47933885,0.45041323,0.3966942,0.4214876,0.45454547,0.5123967,0.53305787,0.6198347,0.62396693,0.607438,0.60330576,0.56198347,0.59090906,0.58264464,0.59090906,0.59504133,0.55785125,0.54545456,0.57024795,0.5661157,0.60330576,0.58264464,0.59090906,0.6487603,0.6322314,0.59504133,0.49586776,0.32231405,0.2107438,0.20661157,0.1983471,0.19421488,0.17355372,0.12809917,0.3140496,0.6280992,0.5371901,0.39256197,0.46694216,0.6198347,0.6487603,0.661157,0.6528926,0.661157,0.6570248,0.6528926,0.60330576,0.57024795,0.59090906,0.69008267,0.75206614,0.74380165,0.74380165,0.74380165,0.7107438,0.6983471,0.70247936,0.6322314,0.5785124,0.53305787,0.4876033,0.4214876,0.4214876,0.40495867,0.39256197,0.38429752,0.3429752,0.42975205,0.4752066,0.5289256,0.5123967,0.58264464,0.59504133,0.5785124,0.5785124,0.5661157,0.59090906,0.58677685,0.6198347,0.58677685,0.53305787,0.53305787,0.55785125,0.553719,0.57024795,0.5661157,0.58677685,0.6280992,0.57438016,0.5247934,0.446281,0.29338843,0.20661157,0.20661157,0.20247933,0.20661157,0.19421488,0.12809917,0.26859504,0.59090906,0.5785124,0.45041323,0.4090909,0.5206612,0.6280992,0.6528926,0.61157024,0.61570245,0.6322314,0.60330576,0.56198347,0.53305787,0.57024795,0.6404959,0.7355372,0.74380165,0.71900827,0.73140496,0.71900827,0.6942149,0.6942149,0.61570245,0.59504133,0.53305787,0.5041322,0.3677686,0.44214877,0.41322315,0.42975205,0.38842976,0.41735536,0.46694216,0.5041322,0.5247934,0.5206612,0.5413223,0.58264464,0.5661157,0.55785125,0.57024795,0.58677685,0.57438016,0.61157024,0.60330576,0.53305787,0.5206612,0.5206612,0.55785125,0.553719,0.53305787,0.57438016,0.59917355,0.5123967,0.4876033,0.41735536,0.2603306,0.20661157,0.2107438,0.20661157,0.20661157,0.20661157,0.14876033,0.23966943,0.53305787,0.607438,0.5371901,0.446281,0.4090909,0.58264464,0.6363636,0.58264464,0.59090906,0.59504133,0.56198347,0.5495868,0.5289256,0.55785125,0.62396693,0.6983471,0.71487606,0.6942149,0.7231405,0.70247936,0.6942149,0.69008267,0.59504133,0.59917355,0.5413223,0.53305787,0.39256197,0.4752066,0.45867768,0.47107437,0.42975205,0.46280992,0.5041322,0.49173555,0.5206612,0.5495868,0.553719,0.58264464,0.57438016,0.57024795,0.58677685,0.59504133,0.5661157,0.55785125,0.60330576,0.5495868,0.5165289,0.5206612,0.5661157,0.53305787,0.5123967,0.5413223,0.5165289,0.43801653,0.49586776,0.4090909,0.23140496,0.20661157,0.2107438,0.2107438,0.20661157,0.2107438,0.17768595,0.22727273,0.45867768,0.5785124,0.55785125,0.5041322,0.38842976,0.48347107,0.5785124,0.5371901,0.5661157,0.5495868,0.5371901,0.53305787,0.5495868,0.56198347,0.6404959,0.6652893,0.6735537,0.6652893,0.72727275,0.6983471,0.6942149,0.7066116,0.6280992,0.6198347,0.5495868,0.5495868,0.45867768,0.49173555,0.47933885,0.4876033,0.49586776,0.45454547,0.553719,0.5165289,0.5371901,0.60330576,0.61157024,0.60330576,0.59917355,0.59917355,0.61157024,0.59917355,0.58264464,0.5165289,0.56198347,0.5495868,0.5206612,0.5165289,0.5289256,0.5,0.49173555,0.4752066,0.41322315,0.41735536,0.5289256,0.40495867,0.21900827,0.2107438,0.2107438,0.21487603,0.2107438,0.21487603,0.1983471,0.21900827,0.4214876,0.58677685,0.58264464,0.5661157,0.45867768,0.40082645,0.45454547,0.46280992,0.5,0.49173555,0.5371901,0.54545456,0.58264464,0.57438016,0.607438,0.61157024,0.6404959,0.661157,0.73140496,0.7066116,0.70247936,0.7231405,0.6694215,0.661157,0.56198347,0.5785124,0.5206612,0.5247934,0.5082645,0.5123967,0.5413223,0.48347107,0.5661157,0.55785125,0.57438016,0.6363636,0.6528926,0.62396693,0.61570245,0.6198347,0.62396693,0.58677685,0.5785124,0.53305787,0.5289256,0.5371901,0.5247934,0.5,0.49173555,0.45867768,0.45041323,0.41735536,0.38016528,0.45454547,0.54545456,0.39256197,0.21487603,0.2107438,0.2107438,0.21487603,0.21487603,0.21900827,0.2107438,0.21900827,0.40082645,0.61570245,0.59917355,0.5785124,0.5165289,0.3966942,0.34710744,0.38842976,0.42975205,0.42975205,0.5,0.54545456,0.58264464,0.55785125,0.553719,0.57024795,0.6322314,0.6652893,0.71487606,0.6983471,0.7107438,0.73140496,0.6983471,0.6818182,0.607438,0.57438016,0.5495868,0.5661157,0.5413223,0.5165289,0.54545456,0.5041322,0.57024795,0.5661157,0.60330576,0.6363636,0.6570248,0.62396693,0.6322314,0.61570245,0.61570245,0.59504133,0.55785125,0.55785125,0.5289256,0.5247934,0.5247934,0.49586776,0.4752066,0.4214876,0.40082645,0.39256197,0.40082645,0.47933885,0.5371901,0.38016528,0.21900827,0.2107438,0.21487603,0.21487603,0.2107438,0.21900827,0.21487603,0.20661157,0.36363637,0.59090906,0.5495868,0.5413223,0.5495868,0.45454547,0.338843,0.38016528,0.3966942,0.38016528,0.42561984,0.49586776,0.5413223,0.5413223,0.5371901,0.55785125,0.59917355,0.6694215,0.6983471,0.70247936,0.71900827,0.74380165,0.7231405,0.6942149,0.6570248,0.59090906,0.57438016,0.62396693,0.5785124,0.5165289,0.553719,0.5289256,0.58264464,0.58677685,0.61157024,0.6322314,0.6487603,0.61570245,0.6363636,0.59504133,0.58677685,0.60330576,0.56198347,0.553719,0.5495868,0.5123967,0.5,0.46280992,0.446281,0.40082645,0.38429752,0.4090909,0.43801653,0.5206612,0.54545456,0.35950413,0.21900827,6 +0.24380165,0.30578512,0.37190083,0.6363636,0.70247936,0.6983471,0.71487606,0.74793386,0.78512394,0.7644628,0.7644628,0.79752064,0.80991733,0.8016529,0.80991733,0.8140496,0.8016529,0.8057851,0.8057851,0.80991733,0.8140496,0.8057851,0.8016529,0.7933884,0.77272725,0.76033056,0.75206614,0.74380165,0.75206614,0.74380165,0.7355372,0.72727275,0.71900827,0.71487606,0.73140496,0.74380165,0.76033056,0.76859504,0.76033056,0.7768595,0.77272725,0.76859504,0.7644628,0.7644628,0.7768595,0.7768595,0.78512394,0.78099173,0.77272725,0.78099173,0.77272725,0.8016529,0.8057851,0.8140496,0.838843,0.6570248,0.20661157,0.07438017,0.12809917,0.12809917,0.12809917,0.14876033,0.13636364,0.17768595,0.27272728,0.3429752,0.45041323,0.677686,0.7066116,0.70247936,0.73140496,0.75206614,0.78099173,0.75206614,0.7644628,0.79752064,0.7933884,0.7933884,0.8016529,0.80991733,0.8016529,0.8016529,0.8057851,0.80991733,0.8181818,0.8140496,0.80991733,0.8057851,0.78099173,0.76859504,0.75206614,0.75619835,0.76859504,0.75619835,0.74380165,0.74380165,0.73966944,0.73140496,0.74380165,0.75206614,0.76033056,0.76859504,0.7644628,0.77272725,0.78099173,0.7768595,0.76859504,0.77272725,0.77272725,0.7768595,0.78099173,0.7768595,0.78099173,0.78099173,0.78512394,0.7933884,0.8057851,0.8057851,0.8429752,0.8016529,0.42561984,0.10743801,0.10330579,0.15289256,0.1446281,0.16115703,0.13636364,0.1983471,0.338843,0.35123968,0.54545456,0.71900827,0.71487606,0.7355372,0.7644628,0.7644628,0.78099173,0.7768595,0.78099173,0.7892562,0.78512394,0.7933884,0.8016529,0.8057851,0.80991733,0.8181818,0.822314,0.822314,0.8305785,0.822314,0.822314,0.8264463,0.80991733,0.78099173,0.76859504,0.78099173,0.78099173,0.7768595,0.77272725,0.7644628,0.76033056,0.76033056,0.7644628,0.7768595,0.78099173,0.76859504,0.76859504,0.78099173,0.7892562,0.7892562,0.78512394,0.7768595,0.77272725,0.77272725,0.7768595,0.78512394,0.7768595,0.78512394,0.7933884,0.8016529,0.80991733,0.80991733,0.822314,0.8595041,0.6198347,0.23140496,0.11570248,0.11570248,0.12809917,0.14049587,0.14876033,0.1570248,0.39256197,0.38429752,0.6322314,0.71900827,0.7231405,0.75206614,0.77272725,0.76859504,0.78512394,0.77272725,0.7768595,0.7892562,0.78512394,0.7768595,0.7933884,0.8016529,0.8140496,0.822314,0.8347107,0.8305785,0.8347107,0.8305785,0.8347107,0.8305785,0.8140496,0.79752064,0.7892562,0.7933884,0.79752064,0.7933884,0.79752064,0.78512394,0.7768595,0.78512394,0.7768595,0.78512394,0.7892562,0.7768595,0.7644628,0.7768595,0.78099173,0.77272725,0.7768595,0.7768595,0.77272725,0.76033056,0.76033056,0.78512394,0.7768595,0.7768595,0.78512394,0.7892562,0.79752064,0.80991733,0.8305785,0.8636364,0.8016529,0.4214876,0.14049587,0.14876033,0.11983471,0.13636364,0.14876033,0.14049587,0.39256197,0.45041323,0.6818182,0.7066116,0.73140496,0.75206614,0.77272725,0.76033056,0.77272725,0.77272725,0.77272725,0.78099173,0.7768595,0.7768595,0.78099173,0.7892562,0.8057851,0.80991733,0.822314,0.8305785,0.8347107,0.8305785,0.8347107,0.8347107,0.80991733,0.79752064,0.7892562,0.7892562,0.7892562,0.7933884,0.8016529,0.7892562,0.78512394,0.7933884,0.78512394,0.7892562,0.7933884,0.78099173,0.7644628,0.76859504,0.7768595,0.7644628,0.78099173,0.7892562,0.78099173,0.76859504,0.73966944,0.77272725,0.78512394,0.7768595,0.76859504,0.78512394,0.8016529,0.822314,0.8305785,0.838843,0.88429755,0.6570248,0.24380165,0.19008264,0.17355372,0.1446281,0.17768595,0.1322314,0.36363637,0.55785125,0.6942149,0.7107438,0.73140496,0.73140496,0.76033056,0.76859504,0.76859504,0.76033056,0.76859504,0.78099173,0.78099173,0.7768595,0.7892562,0.7892562,0.79752064,0.8057851,0.80991733,0.8181818,0.822314,0.8305785,0.8305785,0.8264463,0.8140496,0.8057851,0.79752064,0.78512394,0.79752064,0.8057851,0.80991733,0.8016529,0.7933884,0.79752064,0.79752064,0.7933884,0.7933884,0.7768595,0.7644628,0.7644628,0.75619835,0.74793386,0.75206614,0.76033056,0.74793386,0.75206614,0.72727275,0.7355372,0.76859504,0.76859504,0.77272725,0.7644628,0.7933884,0.80991733,0.8347107,0.8512397,0.8553719,0.8595041,0.3553719,0.28099173,0.17355372,0.1983471,0.19421488,0.1446281,0.35950413,0.661157,0.7107438,0.7107438,0.72727275,0.72727275,0.75206614,0.74380165,0.74380165,0.70247936,0.6983471,0.74380165,0.75619835,0.7355372,0.72727275,0.73966944,0.75619835,0.75619835,0.78099173,0.79752064,0.8016529,0.80991733,0.822314,0.8181818,0.80991733,0.8140496,0.8057851,0.7933884,0.79752064,0.8016529,0.79752064,0.79752064,0.7892562,0.7768595,0.78099173,0.76033056,0.74793386,0.71487606,0.6735537,0.6694215,0.661157,0.6446281,0.661157,0.6652893,0.6487603,0.6487603,0.6487603,0.6363636,0.6818182,0.7066116,0.7355372,0.75619835,0.77272725,0.78512394,0.7892562,0.8553719,0.8512397,0.90495867,0.5371901,0.32231405,0.23553719,0.1694215,0.27272728,0.1983471,0.4752066,0.7066116,0.70247936,0.71900827,0.73140496,0.7231405,0.71900827,0.6652893,0.6404959,0.6322314,0.61157024,0.62396693,0.62396693,0.6322314,0.58677685,0.58677685,0.58677685,0.57438016,0.6487603,0.6942149,0.6859504,0.7355372,0.7768595,0.77272725,0.7768595,0.8016529,0.8057851,0.7933884,0.7768595,0.78099173,0.77272725,0.77272725,0.76033056,0.7231405,0.71487606,0.69008267,0.6363636,0.58677685,0.5413223,0.5041322,0.47107437,0.46280992,0.48347107,0.49586776,0.5041322,0.5247934,0.5206612,0.53305787,0.57024795,0.59090906,0.61570245,0.6983471,0.7644628,0.7892562,0.7892562,0.8471074,0.8512397,0.88842976,0.74380165,0.30991736,0.3305785,0.18181819,0.22727273,0.30578512,0.57438016,0.71900827,0.6570248,0.7355372,0.75206614,0.7231405,0.61570245,0.56198347,0.57024795,0.6198347,0.607438,0.5661157,0.5082645,0.49586776,0.44214877,0.45454547,0.44214877,0.42975205,0.47107437,0.5165289,0.5206612,0.5785124,0.6694215,0.6983471,0.74793386,0.78512394,0.78512394,0.77272725,0.7644628,0.76033056,0.74380165,0.7231405,0.6983471,0.6446281,0.6322314,0.607438,0.5413223,0.5041322,0.47107437,0.41735536,0.38429752,0.37603307,0.37603307,0.3553719,0.37190083,0.3966942,0.41322315,0.45041323,0.49173555,0.5206612,0.5371901,0.553719,0.6528926,0.74380165,0.7892562,0.8429752,0.8553719,0.8636364,0.90495867,0.37190083,0.34710744,0.2231405,0.20661157,0.28512397,0.6694215,0.70247936,0.6280992,0.74380165,0.71487606,0.58677685,0.5082645,0.53305787,0.5661157,0.56198347,0.55785125,0.56198347,0.5123967,0.42975205,0.40082645,0.41322315,0.38016528,0.3677686,0.38016528,0.4090909,0.4338843,0.47107437,0.553719,0.6404959,0.71487606,0.78099173,0.8016529,0.78099173,0.77272725,0.7768595,0.74793386,0.72727275,0.6818182,0.61157024,0.58264464,0.54545456,0.4752066,0.4338843,0.4214876,0.3966942,0.38016528,0.34710744,0.3264463,0.3305785,0.36363637,0.3966942,0.4214876,0.46694216,0.5082645,0.5371901,0.5413223,0.607438,0.61157024,0.58677685,0.7066116,0.8264463,0.8429752,0.8512397,0.93801653,0.49173555,0.4090909,0.20661157,0.1983471,0.23553719,0.70247936,0.69008267,0.71487606,0.75206614,0.59504133,0.5289256,0.57024795,0.62396693,0.6487603,0.677686,0.7107438,0.74380165,0.7231405,0.6363636,0.56198347,0.5247934,0.4752066,0.44214877,0.44214877,0.44214877,0.47933885,0.5,0.5289256,0.57024795,0.6694215,0.78512394,0.822314,0.8140496,0.79752064,0.7933884,0.7933884,0.77272725,0.71900827,0.6446281,0.59090906,0.5495868,0.4876033,0.43801653,0.42561984,0.41322315,0.40082645,0.40082645,0.40495867,0.43801653,0.49173555,0.5495868,0.60330576,0.6363636,0.661157,0.6735537,0.7107438,0.7355372,0.72727275,0.6570248,0.553719,0.7644628,0.8429752,0.8471074,0.91322315,0.70247936,0.37190083,0.20661157,0.20661157,0.18595041,0.6983471,0.6983471,0.72727275,0.6735537,0.5,0.58677685,0.7107438,0.75619835,0.73140496,0.7644628,0.79752064,0.78512394,0.78099173,0.71900827,0.6983471,0.6694215,0.6322314,0.58677685,0.54545456,0.56198347,0.59917355,0.59917355,0.61570245,0.6363636,0.6735537,0.78512394,0.8305785,0.8264463,0.80991733,0.8016529,0.8057851,0.8140496,0.79752064,0.7644628,0.7107438,0.6322314,0.53305787,0.46280992,0.44214877,0.44214877,0.446281,0.49173555,0.5495868,0.58677685,0.6198347,0.6487603,0.6652893,0.677686,0.70247936,0.70247936,0.76033056,0.78512394,0.7933884,0.78099173,0.6280992,0.59917355,0.78099173,0.838843,0.87603307,0.8677686,0.35950413,0.21487603,0.15289256,0.23553719,0.6983471,0.71487606,0.6983471,0.60330576,0.55785125,0.661157,0.75206614,0.7892562,0.78099173,0.7892562,0.7892562,0.79752064,0.7644628,0.71487606,0.7066116,0.6818182,0.6404959,0.60330576,0.55785125,0.54545456,0.5661157,0.58264464,0.607438,0.6528926,0.7066116,0.7768595,0.8264463,0.8305785,0.8181818,0.80991733,0.8016529,0.822314,0.8429752,0.8347107,0.7768595,0.62396693,0.48347107,0.4214876,0.3966942,0.40495867,0.44214877,0.5041322,0.57024795,0.60330576,0.6280992,0.6487603,0.6694215,0.6694215,0.7066116,0.7231405,0.77272725,0.8016529,0.7933884,0.7933884,0.78512394,0.6446281,0.6983471,0.80991733,0.8595041,0.94214875,0.42561984,0.16115703,0.22727273,0.19008264,0.70247936,0.73966944,0.661157,0.6280992,0.7066116,0.72727275,0.75206614,0.76033056,0.76033056,0.7768595,0.77272725,0.7644628,0.6983471,0.6404959,0.61570245,0.59917355,0.57024795,0.5247934,0.49173555,0.4752066,0.5082645,0.53305787,0.5495868,0.58677685,0.661157,0.76033056,0.8140496,0.8305785,0.8264463,0.822314,0.8016529,0.822314,0.8512397,0.8347107,0.7355372,0.5371901,0.4090909,0.39256197,0.39256197,0.38429752,0.38429752,0.4090909,0.45454547,0.5041322,0.53305787,0.553719,0.58677685,0.60330576,0.6446281,0.6818182,0.77272725,0.822314,0.7933884,0.75619835,0.76859504,0.75206614,0.7231405,0.7768595,0.8347107,0.92975205,0.55785125,0.14049587,0.19421488,0.26859504,0.7355372,0.73966944,0.6528926,0.6983471,0.75619835,0.72727275,0.7355372,0.73140496,0.71900827,0.72727275,0.6983471,0.69008267,0.6487603,0.59917355,0.5495868,0.55785125,0.5247934,0.46280992,0.446281,0.41322315,0.4214876,0.4752066,0.49586776,0.53305787,0.61157024,0.71487606,0.8016529,0.8264463,0.8264463,0.8181818,0.7933884,0.822314,0.8512397,0.8140496,0.6694215,0.45867768,0.3677686,0.38842976,0.40495867,0.38016528,0.3677686,0.38016528,0.4090909,0.47107437,0.5,0.5041322,0.5289256,0.5495868,0.58264464,0.607438,0.69008267,0.78099173,0.7892562,0.74380165,0.75206614,0.7892562,0.78512394,0.76859504,0.80991733,0.892562,0.76033056,0.16528925,0.2107438,0.20247933,0.74793386,0.76033056,0.7066116,0.74380165,0.7644628,0.7355372,0.7066116,0.6983471,0.6652893,0.6570248,0.6446281,0.6404959,0.60330576,0.5247934,0.3966942,0.338843,0.38842976,0.32231405,0.3553719,0.41735536,0.3966942,0.38016528,0.4214876,0.5165289,0.60330576,0.6818182,0.78099173,0.8140496,0.822314,0.822314,0.78512394,0.8057851,0.8471074,0.8140496,0.62396693,0.4214876,0.3677686,0.37603307,0.38016528,0.37190083,0.3677686,0.38016528,0.38016528,0.40082645,0.42561984,0.35950413,0.39256197,0.40082645,0.446281,0.5,0.661157,0.6528926,0.75619835,0.74380165,0.72727275,0.7644628,0.8181818,0.80991733,0.78512394,0.88429755,0.90495867,0.29338843,0.18595041,0.18181819,0.78099173,0.7768595,0.75619835,0.76859504,0.75619835,0.71900827,0.6859504,0.6280992,0.60330576,0.61157024,0.57024795,0.48347107,0.61157024,0.59090906,0.30578512,0.15289256,0.40495867,0.2892562,0.19421488,0.35123968,0.42975205,0.41735536,0.44214877,0.5661157,0.6280992,0.6859504,0.76033056,0.7892562,0.8140496,0.8264463,0.78099173,0.7892562,0.8305785,0.822314,0.6198347,0.45454547,0.42561984,0.37603307,0.34710744,0.3429752,0.35123968,0.35123968,0.34710744,0.4090909,0.44214877,0.24380165,0.3305785,0.26859504,0.2892562,0.3181818,0.45454547,0.607438,0.6280992,0.7355372,0.7231405,0.76033056,0.80991733,0.822314,0.8057851,0.8429752,0.93801653,0.47933885,0.1983471,0.1983471,0.7892562,0.7644628,0.74793386,0.76859504,0.74380165,0.70247936,0.6446281,0.57438016,0.53305787,0.5165289,0.553719,0.6818182,0.91322315,0.8677686,0.44214877,0.11157025,0.22727273,0.3181818,0.2644628,0.35123968,0.38842976,0.46280992,0.5661157,0.5785124,0.6446281,0.7107438,0.73966944,0.76033056,0.79752064,0.8347107,0.7768595,0.76859504,0.8057851,0.8305785,0.71487606,0.5413223,0.46280992,0.38842976,0.33471075,0.34710744,0.37603307,0.4090909,0.41735536,0.48347107,0.5289256,0.36363637,0.21487603,0.2231405,0.2520661,0.36363637,0.33471075,0.45454547,0.54545456,0.6735537,0.73140496,0.74380165,0.80991733,0.8181818,0.8305785,0.8305785,0.92561984,0.6694215,0.17768595,0.23553719,0.7892562,0.7644628,0.76033056,0.7768595,0.74793386,0.6818182,0.5785124,0.5,0.45041323,0.5206612,0.677686,0.75619835,0.8719008,0.8677686,0.5661157,0.20247933,0.2603306,0.35123968,0.37603307,0.46280992,0.4338843,0.45867768,0.58677685,0.6487603,0.6859504,0.7231405,0.72727275,0.76033056,0.8016529,0.8471074,0.79752064,0.76033056,0.78512394,0.8016529,0.8140496,0.6818182,0.5123967,0.42561984,0.3966942,0.40495867,0.40495867,0.42975205,0.45041323,0.49586776,0.56198347,0.4752066,0.34710744,0.2644628,0.23966943,0.38842976,0.48347107,0.40495867,0.54545456,0.6735537,0.76033056,0.73966944,0.8057851,0.822314,0.8347107,0.8347107,0.88429755,0.8512397,0.24380165,0.23140496,0.8016529,0.78099173,0.77272725,0.7768595,0.7355372,0.6446281,0.5661157,0.5165289,0.53305787,0.60330576,0.6859504,0.74793386,0.78512394,0.77272725,0.6652893,0.4214876,0.43801653,0.49586776,0.5041322,0.5247934,0.5371901,0.5371901,0.59917355,0.70247936,0.73140496,0.7231405,0.73140496,0.78099173,0.822314,0.8471074,0.80991733,0.77272725,0.77272725,0.78512394,0.8140496,0.79752064,0.6322314,0.47107437,0.44214877,0.44214877,0.4338843,0.4338843,0.446281,0.46280992,0.5165289,0.5206612,0.49586776,0.45041323,0.446281,0.5785124,0.6818182,0.58677685,0.58264464,0.6818182,0.76859504,0.75619835,0.79752064,0.822314,0.8429752,0.8305785,0.8595041,0.92561984,0.42975205,0.2107438,0.8016529,0.8057851,0.78099173,0.77272725,0.72727275,0.6322314,0.6404959,0.6363636,0.6652893,0.73140496,0.76033056,0.77272725,0.74380165,0.6818182,0.6404959,0.58264464,0.5413223,0.5371901,0.53305787,0.553719,0.57024795,0.5661157,0.6528926,0.75619835,0.74380165,0.71900827,0.74793386,0.8016529,0.8305785,0.8471074,0.8181818,0.7892562,0.78099173,0.77272725,0.7933884,0.8264463,0.78099173,0.607438,0.47933885,0.45867768,0.46694216,0.46280992,0.446281,0.46280992,0.4876033,0.5123967,0.5371901,0.56198347,0.58264464,0.6983471,0.8057851,0.7644628,0.73140496,0.74793386,0.7644628,0.75619835,0.78099173,0.8264463,0.8471074,0.8305785,0.8471074,0.94214875,0.57024795,0.29752067,0.8057851,0.8140496,0.79752064,0.7768595,0.73966944,0.6818182,0.71487606,0.72727275,0.74793386,0.7892562,0.7933884,0.7933884,0.76033056,0.7066116,0.6570248,0.61570245,0.5785124,0.57024795,0.57438016,0.58264464,0.6198347,0.677686,0.74380165,0.76859504,0.74380165,0.73140496,0.7768595,0.8057851,0.8305785,0.8429752,0.8264463,0.8016529,0.79752064,0.78512394,0.78512394,0.8057851,0.8347107,0.79752064,0.6652893,0.5413223,0.5123967,0.5206612,0.5165289,0.5289256,0.53305787,0.5413223,0.56198347,0.5785124,0.60330576,0.6983471,0.7933884,0.8057851,0.7933884,0.7892562,0.7768595,0.75206614,0.78099173,0.8264463,0.8471074,0.8429752,0.8471074,0.92975205,0.7107438,0.3140496,0.8264463,0.8140496,0.8181818,0.7892562,0.74793386,0.7355372,0.75619835,0.7644628,0.7933884,0.8057851,0.79752064,0.7892562,0.76033056,0.7231405,0.6942149,0.6818182,0.6652893,0.6570248,0.6528926,0.661157,0.72727275,0.76859504,0.77272725,0.76859504,0.74793386,0.75619835,0.8016529,0.8140496,0.8264463,0.8347107,0.8347107,0.8057851,0.79752064,0.8016529,0.78512394,0.79752064,0.8181818,0.8264463,0.8264463,0.72727275,0.62396693,0.59090906,0.59090906,0.59917355,0.61570245,0.62396693,0.6198347,0.6322314,0.6404959,0.70247936,0.7768595,0.8140496,0.822314,0.8057851,0.7892562,0.77272725,0.78099173,0.8264463,0.8471074,0.8512397,0.8471074,0.91322315,0.8057851,0.30578512,0.822314,0.8140496,0.8181818,0.8016529,0.7768595,0.77272725,0.77272725,0.7768595,0.7933884,0.8057851,0.80991733,0.80991733,0.8016529,0.7644628,0.7355372,0.7231405,0.71487606,0.7107438,0.73966944,0.7644628,0.78512394,0.77272725,0.77272725,0.75619835,0.74380165,0.76859504,0.8181818,0.8264463,0.8181818,0.822314,0.838843,0.8057851,0.7933884,0.80991733,0.7933884,0.78512394,0.80991733,0.8305785,0.8264463,0.8140496,0.76033056,0.6983471,0.6570248,0.6363636,0.6446281,0.6652893,0.6652893,0.6818182,0.6859504,0.7107438,0.76033056,0.7933884,0.8016529,0.79752064,0.7768595,0.78512394,0.79752064,0.822314,0.8471074,0.8553719,0.8553719,0.892562,0.88842976,0.32231405,0.8181818,0.8181818,0.8140496,0.80991733,0.8016529,0.7933884,0.79752064,0.78099173,0.7933884,0.7933884,0.8016529,0.8016529,0.7892562,0.7644628,0.73966944,0.74380165,0.75619835,0.77272725,0.8016529,0.8140496,0.7933884,0.78099173,0.7644628,0.74380165,0.74793386,0.78099173,0.8140496,0.822314,0.822314,0.822314,0.8347107,0.8057851,0.7933884,0.8181818,0.8016529,0.7768595,0.7933884,0.8264463,0.8347107,0.822314,0.7892562,0.76033056,0.73966944,0.7107438,0.69008267,0.6818182,0.6859504,0.70247936,0.71900827,0.7231405,0.74793386,0.76859504,0.77272725,0.79752064,0.74793386,0.7892562,0.8140496,0.8305785,0.8512397,0.8512397,0.8553719,0.87603307,0.91735536,0.39256197,0.80991733,0.8181818,0.80991733,0.8181818,0.822314,0.80991733,0.8181818,0.8016529,0.8016529,0.79752064,0.8016529,0.7892562,0.7768595,0.77272725,0.77272725,0.7768595,0.7933884,0.8181818,0.822314,0.822314,0.80991733,0.7768595,0.7355372,0.72727275,0.74793386,0.78512394,0.8140496,0.822314,0.8140496,0.80991733,0.8181818,0.80991733,0.7933884,0.8140496,0.80991733,0.7768595,0.76859504,0.8016529,0.8347107,0.822314,0.78512394,0.75619835,0.74793386,0.75619835,0.75619835,0.73966944,0.7231405,0.73140496,0.7355372,0.74380165,0.75206614,0.7644628,0.7768595,0.8057851,0.7768595,0.8057851,0.8347107,0.8347107,0.8553719,0.8553719,0.8471074,0.8636364,0.92975205,0.40495867,0.8016529,0.822314,0.80991733,0.8181818,0.8305785,0.822314,0.8264463,0.8140496,0.8264463,0.8181818,0.80991733,0.8057851,0.8057851,0.8181818,0.8264463,0.8305785,0.822314,0.8305785,0.8305785,0.8264463,0.8140496,0.76033056,0.7231405,0.7355372,0.76033056,0.78512394,0.8181818,0.8305785,0.8057851,0.78099173,0.7892562,0.80991733,0.8057851,0.8264463,0.8181818,0.78099173,0.7644628,0.78099173,0.8181818,0.80991733,0.77272725,0.74380165,0.73966944,0.74793386,0.76859504,0.7768595,0.75619835,0.75619835,0.7644628,0.7768595,0.76859504,0.78512394,0.7933884,0.8140496,0.822314,0.8264463,0.8471074,0.8471074,0.8595041,0.8553719,0.8471074,0.8471074,0.94214875,0.35123968,0.8057851,0.8181818,0.8181818,0.8181818,0.8305785,0.8264463,0.8264463,0.8181818,0.8347107,0.8305785,0.822314,0.8264463,0.8347107,0.8429752,0.8553719,0.8512397,0.8347107,0.8347107,0.8347107,0.8305785,0.8016529,0.74380165,0.74380165,0.76033056,0.76033056,0.76859504,0.8057851,0.8471074,0.79752064,0.73966944,0.73966944,0.76859504,0.7892562,0.8347107,0.8181818,0.76859504,0.78512394,0.7892562,0.8016529,0.76859504,0.73140496,0.72727275,0.71900827,0.7107438,0.74380165,0.7768595,0.77272725,0.7644628,0.7768595,0.78512394,0.7933884,0.8016529,0.80991733,0.822314,0.8305785,0.8347107,0.8471074,0.8636364,0.8677686,0.8512397,0.8471074,0.8347107,0.92561984,0.3677686,0.8016529,0.80991733,0.822314,0.8181818,0.822314,0.8305785,0.8305785,0.8264463,0.8429752,0.838843,0.838843,0.8471074,0.8471074,0.8512397,0.8595041,0.8512397,0.8347107,0.8305785,0.8347107,0.822314,0.7768595,0.75206614,0.76859504,0.7644628,0.74793386,0.73966944,0.75206614,0.80991733,0.7768595,0.70247936,0.6818182,0.6859504,0.71487606,0.76859504,0.76033056,0.73140496,0.7768595,0.80991733,0.8140496,0.70247936,0.6487603,0.6735537,0.6859504,0.6652893,0.70247936,0.74793386,0.76033056,0.77272725,0.7768595,0.78099173,0.8016529,0.80991733,0.822314,0.8264463,0.8429752,0.838843,0.8347107,0.8553719,0.8636364,0.8553719,0.838843,0.8305785,0.87603307,0.40495867,0.79752064,0.80991733,0.822314,0.8140496,0.822314,0.8305785,0.8305785,0.8264463,0.8512397,0.8429752,0.8471074,0.8471074,0.8471074,0.8512397,0.8512397,0.8471074,0.8305785,0.822314,0.8305785,0.8016529,0.74793386,0.76033056,0.7768595,0.74380165,0.70247936,0.6983471,0.70247936,0.74380165,0.7355372,0.661157,0.6446281,0.62396693,0.6570248,0.71487606,0.6818182,0.6322314,0.6818182,0.77272725,0.80991733,0.6528926,0.57438016,0.607438,0.6322314,0.6280992,0.6570248,0.70247936,0.73140496,0.75619835,0.76859504,0.78099173,0.7933884,0.8140496,0.8264463,0.838843,0.838843,0.8347107,0.8264463,0.8429752,0.8595041,0.8512397,0.838843,0.822314,0.8429752,0.38016528,0.78512394,0.80991733,0.8181818,0.8140496,0.822314,0.8264463,0.8305785,0.8305785,0.8471074,0.8471074,0.8471074,0.8429752,0.8429752,0.8429752,0.8429752,0.838843,0.8181818,0.8016529,0.7933884,0.76033056,0.71900827,0.74380165,0.7231405,0.61157024,0.5,0.5165289,0.6198347,0.6983471,0.677686,0.61570245,0.607438,0.59090906,0.6280992,0.6694215,0.53305787,0.40495867,0.47933885,0.6570248,0.7355372,0.61157024,0.5371901,0.56198347,0.57438016,0.58677685,0.607438,0.6446281,0.6983471,0.73140496,0.75206614,0.78099173,0.78512394,0.8057851,0.8347107,0.8471074,0.8347107,0.8305785,0.822314,0.8347107,0.8429752,0.8429752,0.8347107,0.8347107,0.76859504,0.35123968,0.77272725,0.8057851,0.80991733,0.8140496,0.8140496,0.8140496,0.8264463,0.8264463,0.8429752,0.8429752,0.8429752,0.8429752,0.8429752,0.838843,0.8305785,0.822314,0.7892562,0.76859504,0.74793386,0.73140496,0.6983471,0.6983471,0.6322314,0.45041323,0.37603307,0.43801653,0.57024795,0.6694215,0.6487603,0.57024795,0.5495868,0.5661157,0.61157024,0.60330576,0.40082645,0.24380165,0.32231405,0.5413223,0.6487603,0.59090906,0.5413223,0.5413223,0.5413223,0.553719,0.5661157,0.59504133,0.6528926,0.71487606,0.71487606,0.7644628,0.76859504,0.7892562,0.8347107,0.8471074,0.838843,0.8305785,0.8140496,0.8181818,0.8305785,0.8429752,0.8264463,0.8553719,0.6487603,0.3140496,0.75619835,0.79752064,0.8016529,0.8016529,0.79752064,0.80991733,0.822314,0.8264463,0.838843,0.838843,0.838843,0.8471074,0.8429752,0.838843,0.822314,0.8016529,0.7644628,0.73966944,0.71900827,0.7231405,0.7066116,0.6652893,0.59917355,0.47107437,0.5082645,0.61570245,0.6446281,0.661157,0.6528926,0.5495868,0.47933885,0.5413223,0.607438,0.59090906,0.4752066,0.38016528,0.40495867,0.5371901,0.6404959,0.6198347,0.55785125,0.5371901,0.5289256,0.5289256,0.5413223,0.55785125,0.61157024,0.6818182,0.6942149,0.72727275,0.7355372,0.77272725,0.8181818,0.8347107,0.8347107,0.8305785,0.7933884,0.76033056,0.8181818,0.838843,0.8140496,0.8553719,0.54545456,0.338843,0.75619835,0.7892562,0.78099173,0.8016529,0.78512394,0.8057851,0.8140496,0.8305785,0.838843,0.838843,0.838843,0.8512397,0.8347107,0.822314,0.80991733,0.78512394,0.74793386,0.7231405,0.71487606,0.73966944,0.73966944,0.69008267,0.6446281,0.5785124,0.59090906,0.6570248,0.6570248,0.6694215,0.6818182,0.58677685,0.46280992,0.53305787,0.6363636,0.6280992,0.59504133,0.57438016,0.58677685,0.6404959,0.6983471,0.6859504,0.59917355,0.5495868,0.5371901,0.5247934,0.53305787,0.5413223,0.58264464,0.6487603,0.6818182,0.70247936,0.71487606,0.74380165,0.7892562,0.8057851,0.80991733,0.8264463,0.77272725,0.7355372,0.8016529,0.8264463,0.80991733,0.822314,0.47933885,0.3677686,0.75619835,0.7933884,0.77272725,0.7933884,0.78512394,0.79752064,0.8140496,0.8305785,0.8347107,0.8429752,0.8429752,0.8471074,0.8305785,0.80991733,0.79752064,0.77272725,0.75206614,0.7355372,0.7355372,0.75619835,0.7644628,0.72727275,0.6818182,0.6528926,0.6363636,0.6404959,0.6280992,0.661157,0.6942149,0.62396693,0.5,0.5371901,0.6528926,0.6446281,0.6363636,0.6446281,0.677686,0.71900827,0.73966944,0.73140496,0.6528926,0.58677685,0.56198347,0.5495868,0.54545456,0.5371901,0.56198347,0.6198347,0.6694215,0.6983471,0.70247936,0.71900827,0.75619835,0.78512394,0.78099173,0.8181818,0.7768595,0.77272725,0.7892562,0.8057851,0.80991733,0.7892562,0.39256197,0.39256197,0.74793386,0.7892562,0.78099173,0.78512394,0.7892562,0.8016529,0.8140496,0.8264463,0.8305785,0.8429752,0.8429752,0.8429752,0.8305785,0.8016529,0.7933884,0.78099173,0.77272725,0.76859504,0.76033056,0.77272725,0.76859504,0.7355372,0.6942149,0.6570248,0.6363636,0.6404959,0.60330576,0.61570245,0.661157,0.60330576,0.5371901,0.553719,0.607438,0.61157024,0.59917355,0.61157024,0.677686,0.72727275,0.7355372,0.7355372,0.70247936,0.6404959,0.607438,0.58677685,0.57438016,0.553719,0.55785125,0.60330576,0.6528926,0.6859504,0.6942149,0.7107438,0.7355372,0.76859504,0.76859504,0.7933884,0.7768595,0.78512394,0.77272725,0.7933884,0.8057851,0.76033056,0.36363637,0.4338843,0.7355372,0.76859504,0.7768595,0.78099173,0.7892562,0.79752064,0.8140496,0.822314,0.8305785,0.8429752,0.838843,0.8347107,0.8305785,0.8016529,0.8016529,0.79752064,0.7892562,0.7933884,0.78099173,0.78099173,0.77272725,0.72727275,0.6983471,0.6322314,0.57438016,0.59917355,0.58264464,0.58677685,0.61157024,0.57024795,0.5495868,0.56198347,0.59917355,0.607438,0.57024795,0.5661157,0.6446281,0.6942149,0.7107438,0.71487606,0.7231405,0.69008267,0.661157,0.6280992,0.61570245,0.61570245,0.60330576,0.61570245,0.6487603,0.6735537,0.677686,0.70247936,0.7231405,0.74380165,0.74793386,0.7768595,0.76033056,0.7768595,0.76859504,0.7768595,0.79752064,0.70247936,0.4214876,0.45454547,0.7231405,0.75206614,0.76859504,0.78099173,0.7892562,0.7892562,0.8057851,0.8181818,0.8347107,0.838843,0.838843,0.8305785,0.8264463,0.8140496,0.8057851,0.8016529,0.79752064,0.79752064,0.7892562,0.76033056,0.74380165,0.7107438,0.677686,0.607438,0.56198347,0.57024795,0.5785124,0.59090906,0.58677685,0.5371901,0.5371901,0.5661157,0.607438,0.6198347,0.58264464,0.56198347,0.61570245,0.6652893,0.6859504,0.6983471,0.6983471,0.6942149,0.6859504,0.677686,0.6570248,0.6735537,0.677686,0.6694215,0.6446281,0.6694215,0.677686,0.6942149,0.71487606,0.7231405,0.7355372,0.76859504,0.74793386,0.76859504,0.77272725,0.75206614,0.7768595,0.6487603,0.49586776,0.54545456,0.71487606,0.74793386,0.75619835,0.78512394,0.7933884,0.78512394,0.79752064,0.8140496,0.838843,0.8347107,0.838843,0.8305785,0.8264463,0.8264463,0.8140496,0.77272725,0.76033056,0.7644628,0.75206614,0.72727275,0.6859504,0.6735537,0.6280992,0.57024795,0.5661157,0.5661157,0.56198347,0.58264464,0.55785125,0.49586776,0.5165289,0.58264464,0.607438,0.61157024,0.5785124,0.5661157,0.59504133,0.61157024,0.6487603,0.661157,0.6487603,0.6404959,0.661157,0.6818182,0.6818182,0.6818182,0.7066116,0.71487606,0.6652893,0.6859504,0.7066116,0.69008267,0.71487606,0.71900827,0.74380165,0.76033056,0.7355372,0.76859504,0.77272725,0.74380165,0.75619835,0.58677685,0.58677685,0.69008267,0.70247936,0.74380165,0.73966944,0.7768595,0.7933884,0.78099173,0.79752064,0.8140496,0.8347107,0.8347107,0.838843,0.8305785,0.8305785,0.8016529,0.78099173,0.71900827,0.6983471,0.7066116,0.6942149,0.6859504,0.6487603,0.62396693,0.61157024,0.56198347,0.57438016,0.59090906,0.56198347,0.59090906,0.54545456,0.47933885,0.5082645,0.58677685,0.6198347,0.60330576,0.55785125,0.55785125,0.5785124,0.553719,0.5785124,0.61157024,0.59504133,0.55785125,0.59090906,0.6446281,0.6818182,0.70247936,0.6735537,0.73140496,0.72727275,0.70247936,0.71900827,0.7107438,0.7231405,0.72727275,0.76033056,0.75206614,0.73140496,0.7644628,0.7644628,0.75619835,0.75619835,0.53305787,0.7355372,0.8057851,0.6570248,0.7066116,0.72727275,0.75619835,0.7892562,0.7644628,0.7892562,0.8140496,0.8264463,0.8347107,0.8347107,0.8305785,0.8140496,0.76033056,0.71487606,0.6570248,0.6446281,0.6487603,0.6404959,0.6363636,0.62396693,0.60330576,0.6322314,0.60330576,0.59090906,0.6280992,0.6198347,0.6280992,0.57024795,0.5082645,0.5495868,0.61570245,0.6363636,0.61157024,0.57024795,0.5785124,0.59504133,0.553719,0.54545456,0.58264464,0.553719,0.5123967,0.5247934,0.57438016,0.62396693,0.7066116,0.6570248,0.6859504,0.7644628,0.73140496,0.71900827,0.73140496,0.73966944,0.73140496,0.76033056,0.75206614,0.73966944,0.75206614,0.75619835,0.75619835,0.76033056,0.5041322,0.7644628,0.8305785,0.6322314,0.69008267,0.71487606,0.74380165,0.78512394,0.76859504,0.78099173,0.8057851,0.8264463,0.8347107,0.8347107,0.8181818,0.77272725,0.73966944,0.661157,0.59504133,0.607438,0.61570245,0.6198347,0.59504133,0.607438,0.607438,0.6528926,0.6280992,0.59504133,0.6570248,0.6859504,0.6694215,0.6322314,0.59504133,0.61157024,0.6487603,0.6363636,0.607438,0.60330576,0.6198347,0.62396693,0.59917355,0.553719,0.5661157,0.54545456,0.4876033,0.4876033,0.5206612,0.57024795,0.661157,0.7107438,0.6280992,0.74380165,0.76859504,0.7355372,0.7355372,0.75206614,0.72727275,0.75206614,0.75619835,0.74793386,0.73140496,0.74793386,0.7644628,0.71900827,0.47107437,0.76033056,0.8305785,0.6404959,0.6983471,0.6983471,0.7231405,0.77272725,0.78099173,0.7933884,0.8057851,0.8264463,0.8347107,0.8347107,0.80991733,0.72727275,0.69008267,0.607438,0.56198347,0.58264464,0.59504133,0.6198347,0.58677685,0.61570245,0.6198347,0.6735537,0.6446281,0.62396693,0.661157,0.6652893,0.6404959,0.6198347,0.607438,0.59504133,0.59090906,0.5785124,0.5661157,0.5661157,0.58677685,0.607438,0.6198347,0.57438016,0.5495868,0.5371901,0.45041323,0.446281,0.47107437,0.5165289,0.61157024,0.71487606,0.62396693,0.7107438,0.78099173,0.75206614,0.74380165,0.7644628,0.74380165,0.7768595,0.74380165,0.7644628,0.73140496,0.75619835,0.7644628,0.661157,0.5123967,0.78512394,0.8347107,0.6446281,0.6942149,0.6983471,0.7107438,0.74380165,0.76859504,0.7933884,0.80991733,0.822314,0.8181818,0.8264463,0.76033056,0.6528926,0.6404959,0.61570245,0.55785125,0.5413223,0.55785125,0.58677685,0.58677685,0.61570245,0.59504133,0.6404959,0.6198347,0.61570245,0.61570245,0.59090906,0.5785124,0.5495868,0.5413223,0.5371901,0.5,0.4876033,0.49173555,0.5041322,0.5123967,0.5206612,0.54545456,0.53305787,0.47107437,0.43801653,0.35950413,0.35123968,0.446281,0.47107437,0.58677685,0.6735537,0.62396693,0.6859504,0.76859504,0.7644628,0.74793386,0.75619835,0.75619835,0.78099173,0.75206614,0.78099173,0.74793386,0.74380165,0.7768595,0.61157024,0.61157024,0.7892562,0.8347107,0.6280992,0.6818182,0.69008267,0.72727275,0.73140496,0.74793386,0.7768595,0.80991733,0.80991733,0.8140496,0.80991733,0.7355372,0.6280992,0.6404959,0.6528926,0.57438016,0.5041322,0.45867768,0.45867768,0.5371901,0.57438016,0.54545456,0.55785125,0.55785125,0.54545456,0.5413223,0.5247934,0.5289256,0.49173555,0.46280992,0.45454547,0.4090909,0.38016528,0.38429752,0.40082645,0.42561984,0.43801653,0.42561984,0.3966942,0.338843,0.29752067,0.2520661,0.28099173,0.4214876,0.46694216,0.5495868,0.6322314,0.61157024,0.6735537,0.76033056,0.78099173,0.7644628,0.76033056,0.74380165,0.75619835,0.76033056,0.76859504,0.74793386,0.71900827,0.78512394,0.5785124,0.6694215,0.75206614,0.8016529,0.553719,0.677686,0.69008267,0.71487606,0.73966944,0.77272725,0.7644628,0.79752064,0.79752064,0.8016529,0.8016529,0.77272725,0.6859504,0.6570248,0.6487603,0.55785125,0.47107437,0.37603307,0.3140496,0.41322315,0.47933885,0.45867768,0.47107437,0.4876033,0.5041322,0.5,0.49586776,0.49586776,0.46694216,0.42975205,0.4090909,0.43801653,0.46280992,0.46694216,0.4876033,0.49586776,0.5123967,0.5041322,0.45454547,0.37190083,0.3553719,0.36363637,0.38016528,0.446281,0.4876033,0.5289256,0.57438016,0.59504133,0.677686,0.75206614,0.7892562,0.78512394,0.7644628,0.75619835,0.76033056,0.7768595,0.7768595,0.77272725,0.74793386,0.7892562,0.5495868,0.6487603,0.70247936,0.71900827,0.446281,0.6446281,0.6859504,0.677686,0.74380165,0.7933884,0.7644628,0.75619835,0.7933884,0.8016529,0.7892562,0.8016529,0.71487606,0.6528926,0.6363636,0.5413223,0.46280992,0.42561984,0.446281,0.5206612,0.54545456,0.54545456,0.5661157,0.57438016,0.58677685,0.59504133,0.59504133,0.58677685,0.57024795,0.5495868,0.5413223,0.5785124,0.60330576,0.61157024,0.6198347,0.61570245,0.62396693,0.6322314,0.6322314,0.58677685,0.54545456,0.5413223,0.5247934,0.5123967,0.5165289,0.5041322,0.5413223,0.5371901,0.6487603,0.7355372,0.78099173,0.7768595,0.76859504,0.75206614,0.76859504,0.78512394,0.7892562,0.77272725,0.7644628,0.73966944,0.4752066,0.4876033,0.5247934,0.45454547,0.338843,0.61570245,0.6652893,0.661157,0.7355372,0.78512394,0.75619835,0.71900827,0.79752064,0.78099173,0.7768595,0.7933884,0.72727275,0.6363636,0.61570245,0.5371901,0.5165289,0.53305787,0.6404959,0.677686,0.6652893,0.6570248,0.6694215,0.6694215,0.661157,0.677686,0.677686,0.6487603,0.6280992,0.61157024,0.60330576,0.607438,0.61570245,0.6280992,0.6404959,0.6404959,0.6487603,0.6652893,0.6983471,0.7107438,0.677686,0.607438,0.57024795,0.553719,0.5082645,0.5082645,0.5,0.5082645,0.607438,0.7066116,0.76859504,0.76033056,0.76033056,0.76033056,0.7644628,0.76859504,0.78099173,0.74380165,0.76859504,0.6363636,0.41322315,0.24380165,0.23140496,0.20247933,0.24793388,0.5661157,0.6735537,0.6694215,0.73140496,0.75619835,0.76033056,0.7231405,0.8016529,0.78512394,0.7768595,0.7892562,0.74380165,0.661157,0.59917355,0.5289256,0.5785124,0.62396693,0.71487606,0.74793386,0.74380165,0.71487606,0.70247936,0.6983471,0.6859504,0.677686,0.6735537,0.6280992,0.57438016,0.553719,0.53305787,0.5123967,0.5123967,0.5289256,0.553719,0.5785124,0.6198347,0.6652893,0.6983471,0.71487606,0.71487606,0.6404959,0.57024795,0.57438016,0.5247934,0.5206612,0.49586776,0.5206612,0.59504133,0.6859504,0.75619835,0.74380165,0.72727275,0.76033056,0.75206614,0.75206614,0.75619835,0.7355372,0.73966944,0.49586776,0.2768595,0.1322314,0.12809917,0.19008264,0.19008264,0.4876033,0.6528926,0.6859504,0.71487606,0.74380165,0.7644628,0.74793386,0.7933884,0.77272725,0.75619835,0.76859504,0.74380165,0.6818182,0.59090906,0.553719,0.661157,0.6942149,0.7355372,0.7644628,0.7644628,0.76033056,0.7355372,0.71900827,0.6983471,0.6487603,0.607438,0.54545456,0.47933885,0.47107437,0.45041323,0.43801653,0.45454547,0.4876033,0.5165289,0.55785125,0.61570245,0.661157,0.677686,0.69008267,0.70247936,0.6570248,0.59090906,0.58677685,0.56198347,0.5371901,0.5206612,0.5413223,0.58677685,0.6652893,0.72727275,0.74380165,0.6983471,0.7231405,0.75619835,0.7355372,0.7644628,0.74380165,0.677686,0.35950413,0.11157025,0.1446281,0.19008264,0.24793388,0.09917355,0.44214877,0.58264464,0.6487603,0.7231405,0.7107438,0.73966944,0.74380165,0.77272725,0.75206614,0.72727275,0.75619835,0.7355372,0.677686,0.57438016,0.58264464,0.6818182,0.7231405,0.74380165,0.75619835,0.74793386,0.75619835,0.74380165,0.73966944,0.7066116,0.6528926,0.59917355,0.5206612,0.45454547,0.48347107,0.4752066,0.46280992,0.5041322,0.5495868,0.57438016,0.57438016,0.59917355,0.6404959,0.62396693,0.6694215,0.6818182,0.6363636,0.6322314,0.61570245,0.59090906,0.55785125,0.5165289,0.5371901,0.58264464,0.6528926,0.677686,0.7231405,0.6859504,0.70247936,0.76033056,0.74380165,0.74793386,0.7355372,0.54545456,0.20247933,0.11570248,0.18595041,0.24380165,0.2520661,0.024793388,0.46280992,0.5041322,0.58264464,0.70247936,0.7107438,0.7231405,0.7231405,0.7355372,0.74380165,0.73140496,0.7644628,0.6942149,0.6528926,0.5661157,0.59917355,0.6694215,0.72727275,0.71900827,0.75206614,0.75206614,0.73966944,0.73140496,0.7231405,0.6694215,0.6198347,0.58677685,0.5165289,0.45454547,0.49586776,0.47107437,0.46280992,0.5041322,0.54545456,0.5495868,0.5413223,0.5495868,0.58677685,0.59504133,0.6487603,0.6487603,0.61570245,0.6198347,0.58677685,0.58677685,0.54545456,0.5041322,0.5289256,0.56198347,0.60330576,0.69008267,0.677686,0.677686,0.71900827,0.74793386,0.71900827,0.73966944,0.6735537,0.3553719,0.11983471,0.1983471,0.23140496,0.2644628,0.24380165,0.016528925,0.4214876,0.57438016,0.49173555,0.6694215,0.71900827,0.71900827,0.6942149,0.7231405,0.72727275,0.6859504,0.74380165,0.6652893,0.6198347,0.60330576,0.6487603,0.6652893,0.74380165,0.73140496,0.74793386,0.74380165,0.73140496,0.71900827,0.6859504,0.6322314,0.59090906,0.5661157,0.5247934,0.47107437,0.46694216,0.48347107,0.45041323,0.46694216,0.5165289,0.5041322,0.5247934,0.5247934,0.553719,0.58264464,0.61570245,0.62396693,0.62396693,0.61157024,0.56198347,0.5661157,0.55785125,0.5,0.5082645,0.5371901,0.59504133,0.6735537,0.6446281,0.6528926,0.71900827,0.7066116,0.70247936,0.7107438,0.5661157,0.24380165,0.16528925,0.23553719,0.23140496,0.27272728,0.24380165,0.049586777,0.30578512,0.6570248,0.37190083,0.60330576,0.6735537,0.7066116,0.6983471,0.677686,0.6859504,0.661157,0.7107438,0.6694215,0.607438,0.59917355,0.6280992,0.6735537,0.73140496,0.74793386,0.74380165,0.7355372,0.7231405,0.7066116,0.6942149,0.6570248,0.60330576,0.57024795,0.5371901,0.5,0.47933885,0.49586776,0.48347107,0.46280992,0.5165289,0.5206612,0.5495868,0.56198347,0.5785124,0.607438,0.6280992,0.6280992,0.6280992,0.59917355,0.58677685,0.5661157,0.5413223,0.5041322,0.5371901,0.5495868,0.57024795,0.6652893,0.6363636,0.6198347,0.7066116,0.70247936,0.6694215,0.6198347,0.46280992,0.28099173,0.1983471,0.23553719,0.2520661,0.24793388,0.25619835,0.11570248,0.21487603,0.6983471,0.47107437,0.46280992,0.62396693,0.6859504,0.661157,0.6487603,0.69008267,0.677686,0.677686,0.6694215,0.607438,0.55785125,0.5495868,0.6198347,0.70247936,0.73140496,0.71900827,0.73140496,0.73140496,0.72727275,0.73140496,0.6942149,0.6446281,0.58677685,0.553719,0.5413223,0.5041322,0.5082645,0.5041322,0.49586776,0.5206612,0.5495868,0.59917355,0.62396693,0.6322314,0.6487603,0.6528926,0.6570248,0.6322314,0.57024795,0.60330576,0.59917355,0.5123967,0.5082645,0.5165289,0.55785125,0.5247934,0.607438,0.6280992,0.61570245,0.69008267,0.6818182,0.56198347,0.553719,0.38842976,0.24793388,0.21900827,0.2603306,0.24793388,0.25619835,0.2603306,0.14876033,0.17355372,0.6735537,0.5785124,0.38016528,0.58264464,0.6735537,0.6528926,0.6694215,0.6652893,0.6735537,0.6487603,0.61570245,0.55785125,0.49586776,0.553719,0.56198347,0.661157,0.6942149,0.69008267,0.74380165,0.76033056,0.75206614,0.74793386,0.71900827,0.6735537,0.607438,0.54545456,0.53305787,0.5247934,0.5206612,0.49586776,0.5082645,0.5371901,0.57438016,0.62396693,0.6528926,0.6528926,0.6652893,0.6818182,0.69008267,0.661157,0.60330576,0.54545456,0.61157024,0.553719,0.5123967,0.5,0.5247934,0.5413223,0.553719,0.59917355,0.62396693,0.661157,0.607438,0.47107437,0.5785124,0.30991736,0.23140496,0.2107438,0.25619835,0.2520661,0.24380165,0.25619835,0.18181819,0.15289256,0.607438,0.6570248,0.45454547,0.38016528,0.58264464,0.6322314,0.661157,0.61157024,0.6280992,0.6322314,0.5785124,0.57024795,0.5082645,0.5206612,0.58264464,0.661157,0.6404959,0.6694215,0.73140496,0.74793386,0.76033056,0.7768595,0.74793386,0.72727275,0.6446281,0.553719,0.57438016,0.57438016,0.5206612,0.5289256,0.5371901,0.5661157,0.59090906,0.6198347,0.6322314,0.6404959,0.677686,0.7066116,0.70247936,0.6528926,0.60330576,0.54545456,0.54545456,0.5289256,0.49173555,0.5041322,0.4876033,0.57024795,0.57024795,0.5371901,0.59504133,0.6198347,0.46694216,0.49173555,0.6487603,0.2644628,0.20247933,0.23553719,0.23966943,0.25619835,0.2520661,0.26859504,0.15289256,0.09504132,0.53305787,0.6735537,0.5247934,0.4214876,0.42561984,0.60330576,0.6652893,0.5785124,0.6280992,0.5785124,0.5413223,0.53305787,0.5082645,0.54545456,0.59090906,0.58677685,0.62396693,0.6652893,0.71487606,0.74380165,0.76033056,0.78099173,0.7644628,0.71900827,0.6652893,0.6363636,0.6528926,0.6446281,0.5785124,0.58264464,0.607438,0.61570245,0.6322314,0.6570248,0.6652893,0.6528926,0.6652893,0.6983471,0.6859504,0.6570248,0.59090906,0.5661157,0.5206612,0.5082645,0.49173555,0.49586776,0.46280992,0.54545456,0.553719,0.5289256,0.57438016,0.5,0.41322315,0.5082645,0.59917355,0.22727273,0.21900827,0.24380165,0.24793388,0.2520661,0.24793388,0.28099173,0.18181819,0.0785124,0.42975205,0.6652893,0.553719,0.58677685,0.40082645,0.43801653,0.61570245,0.553719,0.59917355,0.53305787,0.5495868,0.5495868,0.55785125,0.5495868,0.54545456,0.54545456,0.59504133,0.6652893,0.6983471,0.71900827,0.72727275,0.76859504,0.76033056,0.7066116,0.6818182,0.6528926,0.6570248,0.62396693,0.5661157,0.59917355,0.6487603,0.6570248,0.6735537,0.6859504,0.677686,0.6528926,0.6694215,0.661157,0.6528926,0.62396693,0.60330576,0.5661157,0.5371901,0.5082645,0.5165289,0.5,0.48347107,0.5165289,0.5041322,0.5123967,0.45867768,0.35950413,0.42975205,0.56198347,0.5495868,0.2107438,0.2107438,0.24380165,0.2603306,0.25619835,0.24793388,0.2644628,0.20661157,0.10330579,0.36363637,0.6280992,0.5495868,0.58264464,0.5206612,0.338843,0.5,0.46694216,0.5165289,0.48347107,0.5371901,0.57024795,0.56198347,0.5371901,0.5413223,0.5371901,0.56198347,0.6363636,0.6818182,0.677686,0.7107438,0.74793386,0.71487606,0.677686,0.6694215,0.6487603,0.6322314,0.6363636,0.6528926,0.6528926,0.6280992,0.6363636,0.661157,0.6652893,0.6570248,0.661157,0.6735537,0.6735537,0.62396693,0.58677685,0.59917355,0.55785125,0.5413223,0.5,0.49586776,0.5289256,0.5123967,0.5,0.43801653,0.42975205,0.38429752,0.37190083,0.46694216,0.6446281,0.5289256,0.17355372,0.2231405,0.24793388,0.24793388,0.2644628,0.2644628,0.2603306,0.20661157,0.14876033,0.29752067,0.57438016,0.5247934,0.60330576,0.5661157,0.5082645,0.33471075,0.338843,0.4338843,0.41322315,0.48347107,0.49173555,0.5082645,0.49173555,0.5289256,0.53305787,0.58677685,0.62396693,0.661157,0.6694215,0.70247936,0.7231405,0.6983471,0.677686,0.6487603,0.6528926,0.6280992,0.6280992,0.661157,0.6487603,0.61157024,0.61157024,0.6404959,0.62396693,0.607438,0.61570245,0.6280992,0.6446281,0.61570245,0.5661157,0.57024795,0.5495868,0.5247934,0.53305787,0.46280992,0.4876033,0.47933885,0.45041323,0.40082645,0.3553719,0.38429752,0.4752066,0.49586776,0.6528926,0.49586776,0.16528925,0.22727273,0.23966943,0.2520661,0.26859504,0.26859504,0.2520661,0.2231405,0.17355372,0.2768595,0.6198347,0.607438,0.6322314,0.56198347,0.58264464,0.37190083,0.29752067,0.3677686,0.38429752,0.4214876,0.46280992,0.49586776,0.5,0.5289256,0.5371901,0.58264464,0.57024795,0.6280992,0.62396693,0.6652893,0.677686,0.6280992,0.6363636,0.607438,0.61570245,0.60330576,0.58677685,0.5661157,0.5661157,0.61157024,0.6198347,0.61157024,0.59090906,0.58264464,0.57024795,0.54545456,0.59917355,0.60330576,0.57438016,0.5123967,0.5123967,0.5123967,0.553719,0.446281,0.47107437,0.42975205,0.3966942,0.40082645,0.3677686,0.4090909,0.4876033,0.45041323,0.677686,0.47933885,0.20247933,0.20247933,0.2603306,0.24793388,0.25619835,0.24793388,0.2644628,0.19421488,0.21900827,0.19421488,0.60330576,0.59090906,0.5785124,0.5247934,0.59917355,0.5165289,0.37603307,0.3305785,0.34710744,0.37190083,0.38842976,0.446281,0.45867768,0.49586776,0.5247934,0.5289256,0.5371901,0.58264464,0.60330576,0.6404959,0.6404959,0.62396693,0.59917355,0.5785124,0.61157024,0.59504133,0.55785125,0.5123967,0.5165289,0.58677685,0.61157024,0.58677685,0.5495868,0.5371901,0.5041322,0.5247934,0.5371901,0.56198347,0.5247934,0.5289256,0.47107437,0.4876033,0.54545456,0.46694216,0.41735536,0.42975205,0.3429752,0.3264463,0.45454547,0.4338843,0.47933885,0.5289256,0.661157,0.45454547,0.20247933,0.23966943,0.23966943,0.25619835,0.2520661,0.23553719,0.26859504,0.21487603,0.19421488,0.17355372,0.59090906,0.5165289,0.49173555,0.53305787,0.55785125,0.55785125,0.45454547,0.3264463,0.3264463,0.3305785,0.3429752,0.4214876,0.41322315,0.46280992,0.49173555,0.5082645,0.5206612,0.53305787,0.607438,0.61157024,0.59504133,0.58677685,0.5785124,0.5371901,0.5495868,0.59090906,0.553719,0.47107437,0.4752066,0.5413223,0.56198347,0.5661157,0.5247934,0.4876033,0.46694216,0.4876033,0.5041322,0.5247934,0.49173555,0.5082645,0.4752066,0.45041323,0.5082645,0.39256197,0.338843,0.4338843,0.3677686,0.33471075,0.48347107,0.5123967,0.607438,0.607438,0.6652893,0.37603307,0.20247933,0.24380165,0.23966943,0.2520661,0.2603306,0.24793388,0.24793388,6 +0.21900827,0.23553719,0.2520661,0.3264463,0.39256197,0.553719,0.71487606,0.71487606,0.73966944,0.74793386,0.77272725,0.78099173,0.77272725,0.79752064,0.8016529,0.8057851,0.8057851,0.8140496,0.8181818,0.80991733,0.822314,0.822314,0.822314,0.8305785,0.8181818,0.8140496,0.79752064,0.7768595,0.75206614,0.75206614,0.76033056,0.76033056,0.74380165,0.76033056,0.74380165,0.74380165,0.75206614,0.7768595,0.78099173,0.7933884,0.7768595,0.78099173,0.7933884,0.7892562,0.78099173,0.78099173,0.77272725,0.77272725,0.78099173,0.7768595,0.7768595,0.78099173,0.7892562,0.79752064,0.80991733,0.8181818,0.838843,0.838843,0.62396693,0.29338843,0.14049587,0.12396694,0.1322314,0.14049587,0.23553719,0.25619835,0.2892562,0.36363637,0.45041323,0.62396693,0.7231405,0.72727275,0.75619835,0.77272725,0.78512394,0.7892562,0.78512394,0.7933884,0.79752064,0.79752064,0.8016529,0.8140496,0.822314,0.8181818,0.8305785,0.8305785,0.8305785,0.8347107,0.822314,0.8305785,0.8181818,0.7933884,0.76033056,0.77272725,0.76859504,0.77272725,0.76859504,0.76859504,0.76033056,0.75619835,0.7644628,0.78099173,0.78512394,0.78512394,0.7768595,0.7892562,0.79752064,0.79752064,0.7892562,0.78099173,0.7768595,0.76859504,0.77272725,0.78512394,0.78099173,0.7768595,0.78512394,0.79752064,0.8057851,0.8181818,0.8347107,0.8553719,0.76859504,0.45454547,0.21487603,0.15289256,0.13636364,0.1446281,0.24793388,0.27272728,0.338843,0.3966942,0.5,0.6694215,0.7231405,0.73966944,0.7644628,0.7768595,0.78512394,0.78512394,0.78099173,0.7892562,0.7933884,0.7933884,0.7933884,0.80991733,0.8181818,0.822314,0.8305785,0.8347107,0.8347107,0.8347107,0.8264463,0.8347107,0.822314,0.79752064,0.7768595,0.7892562,0.78099173,0.78512394,0.7933884,0.78099173,0.7768595,0.77272725,0.78099173,0.78512394,0.7933884,0.78512394,0.7768595,0.78512394,0.7892562,0.78099173,0.78512394,0.78099173,0.78512394,0.76859504,0.76033056,0.78512394,0.7892562,0.77272725,0.7768595,0.7933884,0.8016529,0.822314,0.838843,0.8471074,0.8512397,0.6363636,0.3264463,0.1983471,0.17355372,0.1694215,0.2644628,0.30165288,0.37190083,0.4214876,0.553719,0.70247936,0.71487606,0.74380165,0.76033056,0.77272725,0.78099173,0.7768595,0.7768595,0.7933884,0.7892562,0.79752064,0.7933884,0.8016529,0.80991733,0.8181818,0.822314,0.8305785,0.8347107,0.838843,0.8305785,0.8347107,0.8264463,0.8016529,0.7892562,0.7892562,0.78512394,0.79752064,0.8057851,0.8016529,0.7892562,0.7892562,0.79752064,0.7933884,0.79752064,0.78512394,0.77272725,0.78099173,0.7892562,0.77272725,0.78099173,0.78512394,0.78512394,0.7768595,0.75206614,0.76859504,0.7892562,0.77272725,0.76859504,0.78099173,0.8016529,0.8181818,0.838843,0.8471074,0.8636364,0.7933884,0.45454547,0.2520661,0.21900827,0.19421488,0.28512397,0.3305785,0.38016528,0.45041323,0.61570245,0.71900827,0.71487606,0.73966944,0.74793386,0.76033056,0.7768595,0.76859504,0.76033056,0.78099173,0.7892562,0.7933884,0.78512394,0.79752064,0.8016529,0.8140496,0.8181818,0.822314,0.8305785,0.8347107,0.8305785,0.8347107,0.8305785,0.80991733,0.79752064,0.7892562,0.7892562,0.8057851,0.8140496,0.8016529,0.8016529,0.7933884,0.8016529,0.7892562,0.7892562,0.78099173,0.76033056,0.76033056,0.76859504,0.75206614,0.75206614,0.76033056,0.75206614,0.74380165,0.7231405,0.71900827,0.75206614,0.75619835,0.76033056,0.76859504,0.7892562,0.8016529,0.8181818,0.8429752,0.8553719,0.87603307,0.57024795,0.3305785,0.26859504,0.1983471,0.29338843,0.338843,0.38842976,0.5,0.6735537,0.7231405,0.7231405,0.7355372,0.73966944,0.74380165,0.74380165,0.7231405,0.6983471,0.71487606,0.74380165,0.75619835,0.74380165,0.73966944,0.75619835,0.7644628,0.77272725,0.8057851,0.8057851,0.80991733,0.8264463,0.8264463,0.8181818,0.80991733,0.80991733,0.7892562,0.7892562,0.8016529,0.79752064,0.7933884,0.80991733,0.7768595,0.78512394,0.76859504,0.74793386,0.73140496,0.6859504,0.6735537,0.6652893,0.6446281,0.6487603,0.6694215,0.6446281,0.6404959,0.6363636,0.6280992,0.661157,0.6818182,0.70247936,0.74793386,0.78099173,0.7892562,0.8057851,0.838843,0.8512397,0.89669424,0.6859504,0.42561984,0.30165288,0.20661157,0.30165288,0.33471075,0.4214876,0.56198347,0.6983471,0.70247936,0.72727275,0.74793386,0.7355372,0.6983471,0.6528926,0.6446281,0.6446281,0.6404959,0.6446281,0.6528926,0.6487603,0.607438,0.62396693,0.61570245,0.6280992,0.7107438,0.7066116,0.7231405,0.7768595,0.78512394,0.78099173,0.7933884,0.8057851,0.7892562,0.7768595,0.7892562,0.7644628,0.78512394,0.78099173,0.73140496,0.73140496,0.70247936,0.6694215,0.61157024,0.5661157,0.5165289,0.49173555,0.4876033,0.49586776,0.5041322,0.5,0.5123967,0.5123967,0.5247934,0.553719,0.5785124,0.60330576,0.661157,0.73140496,0.78512394,0.80991733,0.838843,0.8553719,0.8801653,0.78512394,0.5165289,0.3140496,0.22727273,0.29752067,0.3429752,0.4752066,0.6280992,0.6859504,0.6735537,0.7355372,0.74793386,0.6859504,0.59917355,0.56198347,0.58264464,0.607438,0.58677685,0.55785125,0.5165289,0.49586776,0.45867768,0.47107437,0.45867768,0.45041323,0.53305787,0.55785125,0.56198347,0.6652893,0.7066116,0.72727275,0.77272725,0.79752064,0.78512394,0.7644628,0.7768595,0.74380165,0.76033056,0.7066116,0.6694215,0.6487603,0.62396693,0.57024795,0.5082645,0.4752066,0.41322315,0.38842976,0.38016528,0.37603307,0.35950413,0.37603307,0.3966942,0.4214876,0.44214877,0.48347107,0.5165289,0.53305787,0.57024795,0.6363636,0.7066116,0.7768595,0.8305785,0.8512397,0.8512397,0.8512397,0.607438,0.338843,0.23553719,0.2644628,0.3677686,0.5371901,0.677686,0.6942149,0.6983471,0.7355372,0.677686,0.5785124,0.53305787,0.553719,0.58264464,0.5785124,0.5661157,0.57024795,0.4876033,0.4214876,0.40082645,0.40495867,0.38016528,0.37190083,0.3966942,0.44214877,0.44214877,0.53305787,0.607438,0.6735537,0.76033056,0.8057851,0.7892562,0.75619835,0.78099173,0.75619835,0.73140496,0.6859504,0.6322314,0.58264464,0.5661157,0.49586776,0.44214877,0.4090909,0.37190083,0.37190083,0.3305785,0.32231405,0.3264463,0.3429752,0.38842976,0.4338843,0.47107437,0.5165289,0.5495868,0.57438016,0.6280992,0.6322314,0.61570245,0.6818182,0.79752064,0.8471074,0.8347107,0.88842976,0.6859504,0.3677686,0.2231405,0.21900827,0.4090909,0.60330576,0.69008267,0.7066116,0.73966944,0.7066116,0.58677685,0.5495868,0.59917355,0.6363636,0.6570248,0.677686,0.6859504,0.6942149,0.6322314,0.54545456,0.4876033,0.46694216,0.42561984,0.4090909,0.41735536,0.44214877,0.45867768,0.5,0.5495868,0.607438,0.75206614,0.8181818,0.8140496,0.78099173,0.7933884,0.7768595,0.76033056,0.72727275,0.6487603,0.58264464,0.55785125,0.4876033,0.42561984,0.40082645,0.38016528,0.37603307,0.3553719,0.3677686,0.3966942,0.446281,0.5165289,0.5785124,0.61157024,0.6404959,0.6652893,0.69008267,0.7231405,0.73140496,0.6735537,0.61157024,0.70247936,0.80991733,0.8347107,0.89669424,0.7644628,0.40495867,0.20661157,0.20247933,0.45867768,0.6652893,0.6983471,0.7107438,0.71487606,0.6322314,0.54545456,0.6198347,0.71900827,0.74380165,0.7355372,0.7644628,0.7892562,0.77272725,0.7355372,0.6818182,0.6404959,0.6198347,0.57438016,0.53305787,0.5165289,0.53305787,0.5661157,0.57438016,0.60330576,0.60330576,0.74380165,0.8305785,0.8347107,0.8140496,0.79752064,0.8016529,0.8016529,0.78099173,0.7355372,0.6818182,0.61570245,0.5247934,0.446281,0.40082645,0.38842976,0.38429752,0.42975205,0.5,0.54545456,0.59090906,0.6404959,0.6652893,0.6694215,0.69008267,0.70247936,0.73966944,0.76859504,0.78099173,0.75206614,0.6694215,0.6446281,0.73966944,0.8264463,0.87603307,0.8264463,0.46280992,0.19421488,0.23140496,0.5247934,0.6983471,0.7066116,0.72727275,0.6859504,0.60330576,0.60330576,0.6818182,0.76033056,0.78099173,0.76859504,0.7768595,0.79752064,0.7892562,0.74380165,0.6983471,0.677686,0.6570248,0.6198347,0.5785124,0.5371901,0.54545456,0.5785124,0.58677685,0.6198347,0.6652893,0.73966944,0.8305785,0.8429752,0.822314,0.8140496,0.8016529,0.80991733,0.8305785,0.8264463,0.7933884,0.6446281,0.49173555,0.40495867,0.3553719,0.34710744,0.37603307,0.46694216,0.55785125,0.59917355,0.6198347,0.6652893,0.6859504,0.6735537,0.6942149,0.71487606,0.76859504,0.79752064,0.77272725,0.7644628,0.75206614,0.7066116,0.71900827,0.7933884,0.8553719,0.8801653,0.54545456,0.1983471,0.30165288,0.607438,0.72727275,0.73140496,0.73140496,0.677686,0.661157,0.71487606,0.72727275,0.74793386,0.76033056,0.76033056,0.77272725,0.78512394,0.76859504,0.6983471,0.661157,0.6322314,0.61570245,0.59504133,0.56198347,0.5165289,0.5041322,0.5206612,0.5413223,0.58264464,0.6280992,0.7231405,0.8181818,0.8429752,0.8347107,0.8305785,0.8140496,0.79752064,0.8471074,0.8595041,0.7892562,0.56198347,0.40082645,0.3553719,0.35123968,0.3429752,0.34710744,0.4090909,0.49173555,0.55785125,0.5661157,0.61157024,0.6446281,0.6363636,0.6528926,0.69008267,0.7892562,0.822314,0.76859504,0.72727275,0.7355372,0.75206614,0.74793386,0.77272725,0.8264463,0.90082645,0.6487603,0.2603306,0.37190083,0.6735537,0.73966944,0.74380165,0.72727275,0.69008267,0.7231405,0.75206614,0.73140496,0.7231405,0.71487606,0.71900827,0.71900827,0.7231405,0.70247936,0.6404959,0.607438,0.58677685,0.56198347,0.5413223,0.5165289,0.4876033,0.48347107,0.4876033,0.5,0.53305787,0.58264464,0.677686,0.8016529,0.838843,0.8347107,0.838843,0.80991733,0.7933884,0.8595041,0.8553719,0.7231405,0.446281,0.3429752,0.35123968,0.36363637,0.34710744,0.3305785,0.36363637,0.42561984,0.5123967,0.5082645,0.54545456,0.58264464,0.59917355,0.62396693,0.661157,0.75206614,0.8057851,0.77272725,0.7231405,0.73140496,0.7768595,0.7933884,0.78512394,0.80991733,0.892562,0.74793386,0.36363637,0.42975205,0.7231405,0.76033056,0.7644628,0.76033056,0.73966944,0.75206614,0.75619835,0.73140496,0.6942149,0.6694215,0.661157,0.661157,0.6735537,0.6363636,0.5661157,0.5082645,0.5123967,0.5,0.46280992,0.4876033,0.4876033,0.47107437,0.45454547,0.43801653,0.46694216,0.607438,0.6280992,0.7768595,0.8347107,0.8305785,0.838843,0.8057851,0.7768595,0.8595041,0.8595041,0.6735537,0.39256197,0.38842976,0.37190083,0.3553719,0.338843,0.3305785,0.3553719,0.36363637,0.3966942,0.39256197,0.45041323,0.47107437,0.5123967,0.59504133,0.6735537,0.73966944,0.73966944,0.76033056,0.73966944,0.71900827,0.75619835,0.8016529,0.80991733,0.80991733,0.8595041,0.80991733,0.4752066,0.5,0.74380165,0.76859504,0.78099173,0.77272725,0.7644628,0.7644628,0.75619835,0.7231405,0.6652893,0.607438,0.61570245,0.6363636,0.59504133,0.47933885,0.446281,0.28512397,0.3264463,0.37190083,0.2892562,0.45867768,0.43801653,0.446281,0.43801653,0.40495867,0.43801653,0.6446281,0.62396693,0.76033056,0.8140496,0.8181818,0.8347107,0.8057851,0.7644628,0.8512397,0.8471074,0.69008267,0.39256197,0.4876033,0.40082645,0.3429752,0.30991736,0.29338843,0.32231405,0.2892562,0.24793388,0.17355372,0.28512397,0.2644628,0.26859504,0.41322315,0.54545456,0.7107438,0.7107438,0.7107438,0.74793386,0.7355372,0.75619835,0.79752064,0.8181818,0.822314,0.8471074,0.8719008,0.57438016,0.59917355,0.75619835,0.7768595,0.78099173,0.76033056,0.75619835,0.77272725,0.75619835,0.7107438,0.6404959,0.5661157,0.53305787,0.54545456,0.5206612,0.36363637,0.5247934,0.27272728,0.2107438,0.39256197,0.26859504,0.59504133,0.44214877,0.41735536,0.4338843,0.48347107,0.49173555,0.6198347,0.6735537,0.75206614,0.7892562,0.7933884,0.8512397,0.822314,0.74793386,0.8347107,0.822314,0.78099173,0.446281,0.5206612,0.42561984,0.32231405,0.28099173,0.25619835,0.37190083,0.32231405,0.29338843,0.17355372,0.1446281,0.19008264,0.15289256,0.36363637,0.41735536,0.45867768,0.59090906,0.6735537,0.74380165,0.75206614,0.75619835,0.79752064,0.8181818,0.8264463,0.838843,0.88842976,0.6983471,0.6942149,0.7644628,0.78512394,0.7892562,0.76859504,0.7644628,0.77272725,0.75206614,0.69008267,0.59504133,0.49586776,0.42975205,0.5413223,0.6694215,0.446281,0.34710744,0.29338843,0.16528925,0.3264463,0.37603307,0.6859504,0.56198347,0.47933885,0.5206612,0.5289256,0.6280992,0.6322314,0.7355372,0.7355372,0.7644628,0.76859504,0.8553719,0.822314,0.7355372,0.80991733,0.8016529,0.838843,0.6363636,0.5,0.42975205,0.38016528,0.34710744,0.3264463,0.39256197,0.41322315,0.29752067,0.24380165,0.1694215,0.1694215,0.21487603,0.5165289,0.59090906,0.42561984,0.42561984,0.57438016,0.73140496,0.76859504,0.7644628,0.8016529,0.8264463,0.8305785,0.8347107,0.88429755,0.7933884,0.74380165,0.77272725,0.79752064,0.80991733,0.7892562,0.7768595,0.76859504,0.7355372,0.661157,0.553719,0.47933885,0.49173555,0.58677685,0.7231405,0.6487603,0.35950413,0.3305785,0.30991736,0.40082645,0.5123967,0.6404959,0.58264464,0.53305787,0.56198347,0.5661157,0.6404959,0.6983471,0.75206614,0.71487606,0.76033056,0.7768595,0.8595041,0.8512397,0.74380165,0.7892562,0.7892562,0.8057851,0.8140496,0.58677685,0.4752066,0.45041323,0.40495867,0.39256197,0.40495867,0.42561984,0.37190083,0.33471075,0.33471075,0.2768595,0.37190083,0.5661157,0.6404959,0.6322314,0.6363636,0.62396693,0.7066116,0.77272725,0.77272725,0.79752064,0.8264463,0.8347107,0.8347107,0.8677686,0.8471074,0.75206614,0.78099173,0.8057851,0.8140496,0.8057851,0.7892562,0.76859504,0.73140496,0.6735537,0.61570245,0.5785124,0.58264464,0.6280992,0.7107438,0.76033056,0.6363636,0.5123967,0.5,0.5371901,0.56198347,0.57024795,0.55785125,0.5661157,0.5785124,0.553719,0.6983471,0.75619835,0.75619835,0.71900827,0.77272725,0.80991733,0.8471074,0.8429752,0.78099173,0.78512394,0.77272725,0.79752064,0.8181818,0.79752064,0.5661157,0.45454547,0.42975205,0.41735536,0.40495867,0.4090909,0.41735536,0.42975205,0.49173555,0.4876033,0.5247934,0.58264464,0.6694215,0.7892562,0.79752064,0.78512394,0.78512394,0.77272725,0.76859504,0.79752064,0.8264463,0.838843,0.838843,0.8636364,0.8801653,0.76033056,0.78512394,0.8181818,0.822314,0.8140496,0.8057851,0.77272725,0.73966944,0.7066116,0.6859504,0.6818182,0.6735537,0.69008267,0.73140496,0.7768595,0.70247936,0.62396693,0.58264464,0.56198347,0.54545456,0.553719,0.56198347,0.58264464,0.61157024,0.661157,0.76033056,0.77272725,0.74380165,0.73140496,0.79752064,0.8264463,0.8471074,0.8429752,0.79752064,0.7933884,0.77272725,0.78512394,0.80991733,0.8181818,0.8016529,0.58677685,0.48347107,0.46694216,0.45454547,0.45041323,0.43801653,0.45041323,0.47933885,0.5123967,0.54545456,0.59504133,0.6694215,0.7768595,0.8181818,0.8140496,0.80991733,0.78512394,0.76859504,0.79752064,0.8305785,0.8471074,0.8512397,0.8595041,0.88429755,0.7644628,0.7892562,0.8181818,0.822314,0.8181818,0.8140496,0.78512394,0.75206614,0.74380165,0.74380165,0.74793386,0.74380165,0.74380165,0.73966944,0.73966944,0.7066116,0.6570248,0.6322314,0.6322314,0.6198347,0.6322314,0.61570245,0.62396693,0.71487606,0.7644628,0.7768595,0.78099173,0.7355372,0.7644628,0.8140496,0.8305785,0.838843,0.8512397,0.79752064,0.79752064,0.7892562,0.7768595,0.7933884,0.822314,0.8305785,0.7933884,0.661157,0.5495868,0.5289256,0.54545456,0.5495868,0.54545456,0.5495868,0.56198347,0.58264464,0.61157024,0.6859504,0.76033056,0.8140496,0.822314,0.80991733,0.7933884,0.7768595,0.79752064,0.8264463,0.8471074,0.8553719,0.8553719,0.88429755,0.76033056,0.78512394,0.8181818,0.822314,0.8181818,0.8140496,0.7933884,0.7768595,0.78099173,0.78099173,0.7768595,0.77272725,0.78099173,0.78099173,0.76859504,0.7644628,0.74380165,0.73140496,0.71900827,0.6983471,0.69008267,0.6983471,0.73966944,0.78512394,0.77272725,0.78099173,0.76859504,0.73966944,0.79752064,0.822314,0.8264463,0.8264463,0.8429752,0.822314,0.8016529,0.8057851,0.7892562,0.78099173,0.822314,0.8181818,0.822314,0.8057851,0.71487606,0.6280992,0.59504133,0.60330576,0.6322314,0.6487603,0.6487603,0.661157,0.6694215,0.7066116,0.75206614,0.7892562,0.79752064,0.7933884,0.78512394,0.78512394,0.8016529,0.8264463,0.8471074,0.8553719,0.8553719,0.8801653,0.76033056,0.78099173,0.8057851,0.8140496,0.8181818,0.8140496,0.8057851,0.79752064,0.79752064,0.8057851,0.7933884,0.78512394,0.7933884,0.79752064,0.79752064,0.7933884,0.77272725,0.7355372,0.74380165,0.74380165,0.73966944,0.78512394,0.8016529,0.78512394,0.77272725,0.76859504,0.75206614,0.74793386,0.8057851,0.8347107,0.8264463,0.8140496,0.8347107,0.8305785,0.7892562,0.822314,0.8057851,0.78512394,0.79752064,0.8305785,0.8305785,0.822314,0.7933884,0.75206614,0.70247936,0.6446281,0.6280992,0.6446281,0.6694215,0.6859504,0.7066116,0.72727275,0.74380165,0.76033056,0.77272725,0.78099173,0.76033056,0.78099173,0.8181818,0.8305785,0.8471074,0.8512397,0.8553719,0.88842976,0.75619835,0.77272725,0.7933884,0.8140496,0.8181818,0.8181818,0.8181818,0.8181818,0.8181818,0.8181818,0.8057851,0.7933884,0.7892562,0.7892562,0.78099173,0.77272725,0.76033056,0.73966944,0.75206614,0.78099173,0.79752064,0.8181818,0.80991733,0.7933884,0.78099173,0.74793386,0.74380165,0.75206614,0.80991733,0.8305785,0.8264463,0.8181818,0.8347107,0.8181818,0.7892562,0.8264463,0.8181818,0.78512394,0.78099173,0.8140496,0.838843,0.8181818,0.7933884,0.75619835,0.74380165,0.73966944,0.7066116,0.6694215,0.6735537,0.69008267,0.7066116,0.71900827,0.73966944,0.75619835,0.76859504,0.7892562,0.77272725,0.79752064,0.8347107,0.838843,0.8512397,0.8553719,0.8471074,0.88429755,0.75619835,0.76859504,0.7892562,0.8057851,0.8181818,0.8140496,0.8181818,0.8305785,0.822314,0.822314,0.822314,0.8140496,0.8140496,0.80991733,0.7933884,0.78512394,0.78512394,0.8016529,0.8016529,0.80991733,0.8305785,0.8264463,0.80991733,0.8057851,0.76033056,0.7107438,0.73140496,0.7644628,0.8140496,0.8264463,0.8264463,0.8181818,0.8181818,0.8305785,0.7933884,0.8181818,0.8305785,0.78099173,0.76859504,0.76859504,0.8305785,0.8264463,0.7892562,0.74793386,0.74793386,0.74793386,0.76859504,0.74380165,0.7231405,0.7231405,0.72727275,0.7355372,0.74380165,0.7644628,0.7768595,0.79752064,0.8140496,0.8305785,0.8429752,0.8471074,0.8553719,0.8595041,0.8471074,0.8677686,0.7355372,0.75619835,0.7768595,0.8016529,0.80991733,0.8181818,0.8181818,0.8264463,0.8305785,0.8264463,0.8264463,0.8264463,0.8305785,0.8140496,0.8140496,0.822314,0.822314,0.8347107,0.838843,0.8264463,0.8347107,0.8305785,0.8181818,0.7892562,0.72727275,0.71487606,0.74380165,0.7768595,0.8057851,0.8347107,0.8264463,0.78099173,0.78099173,0.8264463,0.8016529,0.80991733,0.8347107,0.78512394,0.77272725,0.75619835,0.8057851,0.80991733,0.7768595,0.73966944,0.72727275,0.73140496,0.7644628,0.77272725,0.75206614,0.75619835,0.76033056,0.7644628,0.76859504,0.7892562,0.8016529,0.8140496,0.8264463,0.838843,0.8512397,0.8595041,0.8595041,0.8512397,0.838843,0.8595041,0.6983471,0.73966944,0.76033056,0.7933884,0.80991733,0.8140496,0.822314,0.822314,0.8305785,0.8347107,0.8305785,0.8305785,0.838843,0.8305785,0.8305785,0.8429752,0.8429752,0.8512397,0.8553719,0.8429752,0.8305785,0.8264463,0.8305785,0.7768595,0.7355372,0.74380165,0.76859504,0.77272725,0.7768595,0.8553719,0.838843,0.74793386,0.7355372,0.8016529,0.78512394,0.8429752,0.8636364,0.76859504,0.78512394,0.7933884,0.79752064,0.73966944,0.72727275,0.73140496,0.7107438,0.6942149,0.74793386,0.77272725,0.76859504,0.7644628,0.76859504,0.78099173,0.7933884,0.8057851,0.80991733,0.8264463,0.8429752,0.8347107,0.8429752,0.8553719,0.8553719,0.8471074,0.8305785,0.838843,0.6652893,0.7231405,0.74793386,0.78512394,0.8057851,0.8181818,0.8181818,0.8181818,0.8264463,0.8347107,0.8305785,0.8429752,0.8429752,0.838843,0.8471074,0.8471074,0.8553719,0.8553719,0.8595041,0.838843,0.8347107,0.8347107,0.8140496,0.74793386,0.7644628,0.7644628,0.75619835,0.75206614,0.7355372,0.8140496,0.838843,0.7107438,0.6983471,0.69008267,0.7066116,0.7644628,0.78512394,0.72727275,0.7644628,0.8181818,0.822314,0.6983471,0.6404959,0.6694215,0.6859504,0.6446281,0.71487606,0.73966944,0.75206614,0.76859504,0.77272725,0.77272725,0.80991733,0.8181818,0.8140496,0.8264463,0.8347107,0.822314,0.8264463,0.8429752,0.8471074,0.8471074,0.8347107,0.8347107,0.61570245,0.70247936,0.73966944,0.7768595,0.79752064,0.8140496,0.8181818,0.8181818,0.8264463,0.8305785,0.8347107,0.8429752,0.8471074,0.838843,0.8512397,0.8512397,0.8553719,0.8471074,0.8471074,0.8264463,0.8347107,0.8264463,0.78512394,0.73966944,0.78099173,0.76859504,0.72727275,0.71487606,0.7066116,0.72727275,0.79752064,0.677686,0.6570248,0.62396693,0.6280992,0.71487606,0.70247936,0.661157,0.6694215,0.7644628,0.8264463,0.6528926,0.57024795,0.59917355,0.62396693,0.61570245,0.661157,0.6983471,0.7231405,0.75619835,0.77272725,0.77272725,0.8016529,0.8140496,0.8305785,0.8305785,0.8264463,0.8181818,0.8181818,0.8264463,0.838843,0.838843,0.8347107,0.80991733,0.5413223,0.6859504,0.71900827,0.76033056,0.79752064,0.8140496,0.8140496,0.8140496,0.8181818,0.8305785,0.8305785,0.8347107,0.8471074,0.8471074,0.8429752,0.8429752,0.8512397,0.8471074,0.838843,0.8140496,0.8057851,0.7892562,0.74380165,0.72727275,0.75206614,0.71900827,0.59090906,0.54545456,0.6322314,0.7066116,0.7231405,0.6322314,0.59504133,0.61570245,0.5785124,0.71487606,0.6487603,0.44214877,0.45867768,0.62396693,0.75619835,0.62396693,0.55785125,0.55785125,0.5661157,0.5785124,0.60330576,0.6528926,0.7066116,0.72727275,0.7644628,0.77272725,0.78512394,0.80991733,0.8347107,0.838843,0.8264463,0.8140496,0.80991733,0.8181818,0.8305785,0.8305785,0.838843,0.78099173,0.47933885,0.677686,0.7107438,0.75206614,0.78512394,0.8057851,0.8057851,0.8057851,0.80991733,0.8181818,0.8305785,0.8347107,0.8429752,0.838843,0.8429752,0.8471074,0.8512397,0.838843,0.8264463,0.79752064,0.7768595,0.73966944,0.72727275,0.6983471,0.6983471,0.5661157,0.29338843,0.3264463,0.41735536,0.6446281,0.677686,0.58677685,0.5371901,0.58264464,0.553719,0.6652893,0.44214877,0.19421488,0.20661157,0.48347107,0.6528926,0.61157024,0.57024795,0.54545456,0.5413223,0.56198347,0.56198347,0.59504133,0.677686,0.7066116,0.73140496,0.74793386,0.7644628,0.8016529,0.8264463,0.8305785,0.8181818,0.8016529,0.7892562,0.79752064,0.8264463,0.8347107,0.8347107,0.7644628,0.44214877,0.6280992,0.7066116,0.75206614,0.78512394,0.8016529,0.8016529,0.8057851,0.79752064,0.80991733,0.8264463,0.8347107,0.8347107,0.8347107,0.8471074,0.8512397,0.8429752,0.8305785,0.8140496,0.76859504,0.7355372,0.71900827,0.74380165,0.7066116,0.6735537,0.5661157,0.4214876,0.6404959,0.70247936,0.6735537,0.6694215,0.607438,0.44214877,0.53305787,0.57438016,0.62396693,0.5289256,0.41322315,0.39256197,0.5,0.6446281,0.6528926,0.58677685,0.55785125,0.53305787,0.5371901,0.54545456,0.5785124,0.6404959,0.6859504,0.7107438,0.7231405,0.73966944,0.78099173,0.80991733,0.80991733,0.80991733,0.78512394,0.71900827,0.74793386,0.8140496,0.8181818,0.8264463,0.71487606,0.5,0.553719,0.69008267,0.74793386,0.7933884,0.7933884,0.7892562,0.8016529,0.78512394,0.8016529,0.8140496,0.8305785,0.838843,0.8471074,0.8512397,0.8471074,0.8305785,0.822314,0.7933884,0.74380165,0.71487606,0.7231405,0.76033056,0.74380165,0.70247936,0.6487603,0.54545456,0.60330576,0.6446281,0.6570248,0.6859504,0.6694215,0.446281,0.446281,0.6198347,0.61570245,0.57024795,0.56198347,0.5785124,0.6322314,0.7107438,0.7231405,0.6528926,0.59090906,0.5495868,0.53305787,0.54545456,0.55785125,0.61570245,0.6652893,0.70247936,0.7066116,0.71900827,0.75619835,0.78099173,0.78512394,0.79752064,0.7768595,0.75206614,0.77272725,0.8016529,0.80991733,0.8181818,0.6570248,0.553719,0.49586776,0.6528926,0.7355372,0.78512394,0.79752064,0.78512394,0.78512394,0.7892562,0.80991733,0.822314,0.8305785,0.8429752,0.8429752,0.8471074,0.838843,0.822314,0.8057851,0.78099173,0.75619835,0.72727275,0.74793386,0.76859504,0.76859504,0.7355372,0.6942149,0.6652893,0.661157,0.6487603,0.6404959,0.71487606,0.70247936,0.57438016,0.446281,0.6570248,0.661157,0.6570248,0.6735537,0.69008267,0.7107438,0.74793386,0.7644628,0.7107438,0.6446281,0.58677685,0.5661157,0.553719,0.5495868,0.58677685,0.6404959,0.6942149,0.7066116,0.71487606,0.7231405,0.76033056,0.7768595,0.7892562,0.78512394,0.78099173,0.78099173,0.7768595,0.79752064,0.79752064,0.6487603,0.59090906,0.5041322,0.6322314,0.7355372,0.77272725,0.7892562,0.78512394,0.7892562,0.8016529,0.8140496,0.8181818,0.8264463,0.838843,0.8429752,0.838843,0.838843,0.822314,0.8057851,0.78512394,0.7768595,0.7644628,0.7644628,0.78099173,0.77272725,0.73966944,0.6942149,0.6652893,0.6322314,0.661157,0.55785125,0.6859504,0.6487603,0.5661157,0.5206612,0.59504133,0.61157024,0.58677685,0.59504133,0.661157,0.73140496,0.7355372,0.76033056,0.74793386,0.70247936,0.6528926,0.607438,0.58264464,0.553719,0.5785124,0.6198347,0.6735537,0.6942149,0.70247936,0.71487606,0.75206614,0.76859504,0.78099173,0.77272725,0.77272725,0.7768595,0.7644628,0.7892562,0.78099173,0.6404959,0.59917355,0.5371901,0.6198347,0.7231405,0.76033056,0.7768595,0.7892562,0.7892562,0.8016529,0.80991733,0.822314,0.8305785,0.838843,0.838843,0.838843,0.8347107,0.822314,0.8057851,0.80991733,0.7933884,0.78512394,0.78512394,0.7892562,0.77272725,0.72727275,0.71900827,0.61157024,0.5785124,0.61157024,0.56198347,0.6322314,0.55785125,0.58677685,0.56198347,0.59090906,0.61570245,0.607438,0.5289256,0.6322314,0.69008267,0.7066116,0.72727275,0.74793386,0.73966944,0.71487606,0.6735537,0.6528926,0.6198347,0.607438,0.62396693,0.661157,0.677686,0.6859504,0.7107438,0.73140496,0.75206614,0.77272725,0.7644628,0.76859504,0.76859504,0.75206614,0.7768595,0.7231405,0.62396693,0.57024795,0.5371901,0.61157024,0.71487606,0.75206614,0.77272725,0.78099173,0.79752064,0.8016529,0.8016529,0.8140496,0.8347107,0.838843,0.8429752,0.838843,0.8305785,0.822314,0.8181818,0.8140496,0.8016529,0.7933884,0.7933884,0.75619835,0.74793386,0.7066116,0.6942149,0.5785124,0.5495868,0.58677685,0.5785124,0.6198347,0.5247934,0.5661157,0.5371901,0.59090906,0.6487603,0.60330576,0.5413223,0.60330576,0.6570248,0.6818182,0.6942149,0.70247936,0.7107438,0.73140496,0.7231405,0.6942149,0.70247936,0.6859504,0.6528926,0.6528926,0.6818182,0.69008267,0.7107438,0.72727275,0.74793386,0.7644628,0.76033056,0.76033056,0.77272725,0.75206614,0.75619835,0.6942149,0.6280992,0.7107438,0.56198347,0.58264464,0.6983471,0.74380165,0.7644628,0.7644628,0.79752064,0.8016529,0.7933884,0.80991733,0.8305785,0.838843,0.8429752,0.8347107,0.8305785,0.8305785,0.8181818,0.7933884,0.76859504,0.7768595,0.74793386,0.70247936,0.6694215,0.677686,0.6198347,0.53305787,0.61157024,0.5413223,0.5785124,0.58677685,0.53305787,0.46280992,0.57024795,0.59504133,0.6198347,0.59090906,0.553719,0.60330576,0.59090906,0.6404959,0.6446281,0.6487603,0.6280992,0.677686,0.71487606,0.6942149,0.71900827,0.74380165,0.7066116,0.6694215,0.7107438,0.70247936,0.70247936,0.7231405,0.74380165,0.75619835,0.74380165,0.74793386,0.76859504,0.7644628,0.76033056,0.6818182,0.59917355,0.74380165,0.56198347,0.5165289,0.6528926,0.7107438,0.74380165,0.75206614,0.78099173,0.7933884,0.7892562,0.8140496,0.8347107,0.838843,0.838843,0.8347107,0.8305785,0.822314,0.8057851,0.75206614,0.7066116,0.7107438,0.70247936,0.677686,0.6280992,0.607438,0.607438,0.5206612,0.607438,0.553719,0.57438016,0.59504133,0.49173555,0.446281,0.55785125,0.62396693,0.6363636,0.553719,0.54545456,0.5785124,0.5495868,0.55785125,0.607438,0.58264464,0.5495868,0.60330576,0.661157,0.7066116,0.7231405,0.7355372,0.76033056,0.7231405,0.7107438,0.71487606,0.71487606,0.7355372,0.75619835,0.7644628,0.74380165,0.74380165,0.76033056,0.75619835,0.7768595,0.6818182,0.58677685,0.7892562,0.6280992,0.49586776,0.59917355,0.6818182,0.71900827,0.7355372,0.7644628,0.78099173,0.77272725,0.8057851,0.8305785,0.8347107,0.8347107,0.8305785,0.8264463,0.7892562,0.7355372,0.677686,0.6570248,0.6528926,0.6404959,0.6322314,0.6198347,0.59090906,0.6280992,0.5785124,0.61157024,0.6363636,0.58677685,0.6322314,0.48347107,0.48347107,0.59504133,0.6198347,0.6404959,0.553719,0.58264464,0.58677685,0.5371901,0.53305787,0.58264464,0.5413223,0.5206612,0.53305787,0.58264464,0.6404959,0.7355372,0.7066116,0.7644628,0.77272725,0.7355372,0.71900827,0.7355372,0.7355372,0.74380165,0.76033056,0.74793386,0.74380165,0.74793386,0.74380165,0.7768595,0.6487603,0.58264464,0.78512394,0.6652893,0.5082645,0.5785124,0.69008267,0.7107438,0.7231405,0.76033056,0.78512394,0.78099173,0.7892562,0.8181818,0.8347107,0.8347107,0.8305785,0.7933884,0.75206614,0.6983471,0.59917355,0.61570245,0.6280992,0.62396693,0.58677685,0.59917355,0.59090906,0.6487603,0.61157024,0.59917355,0.69008267,0.7066116,0.6818182,0.59090906,0.60330576,0.6528926,0.677686,0.6280992,0.59917355,0.6198347,0.61157024,0.58677685,0.5247934,0.56198347,0.5247934,0.4876033,0.5041322,0.54545456,0.59504133,0.70247936,0.7066116,0.71900827,0.78512394,0.7644628,0.73140496,0.74793386,0.73966944,0.7355372,0.74793386,0.75619835,0.7355372,0.7355372,0.74793386,0.74380165,0.6404959,0.6404959,0.76033056,0.6942149,0.5413223,0.56198347,0.6859504,0.7066116,0.7066116,0.7355372,0.77272725,0.7933884,0.79752064,0.8181818,0.8347107,0.8347107,0.8264463,0.7768595,0.7231405,0.6446281,0.5785124,0.607438,0.6198347,0.6363636,0.58677685,0.59917355,0.607438,0.69008267,0.6322314,0.6280992,0.6735537,0.6735537,0.6322314,0.60330576,0.6322314,0.58677685,0.60330576,0.553719,0.5661157,0.58264464,0.60330576,0.62396693,0.5495868,0.5495868,0.5289256,0.45454547,0.48347107,0.4876033,0.53305787,0.6446281,0.71900827,0.6859504,0.77272725,0.78099173,0.75206614,0.76033056,0.75619835,0.76033056,0.75619835,0.76033056,0.7644628,0.73966944,0.75206614,0.73966944,0.6280992,0.6487603,0.73140496,0.72727275,0.58677685,0.5413223,0.6652893,0.6983471,0.7107438,0.72727275,0.7355372,0.77272725,0.7933884,0.80991733,0.822314,0.822314,0.79752064,0.7066116,0.6528926,0.6404959,0.59504133,0.5661157,0.58264464,0.607438,0.58677685,0.62396693,0.59090906,0.6570248,0.607438,0.59917355,0.59917355,0.58264464,0.56198347,0.5206612,0.56198347,0.49586776,0.48347107,0.4876033,0.47933885,0.49586776,0.5082645,0.53305787,0.5041322,0.46694216,0.446281,0.3677686,0.39256197,0.5,0.5,0.60330576,0.69008267,0.6694215,0.74793386,0.7892562,0.77272725,0.75619835,0.74793386,0.75206614,0.76033056,0.7644628,0.76033056,0.72727275,0.74380165,0.73140496,0.607438,0.60330576,0.6446281,0.6735537,0.56198347,0.5041322,0.6446281,0.6942149,0.70247936,0.72727275,0.74793386,0.7644628,0.7892562,0.8016529,0.8057851,0.8181818,0.77272725,0.677686,0.6404959,0.6652893,0.6322314,0.57024795,0.5041322,0.48347107,0.53305787,0.59090906,0.54545456,0.55785125,0.553719,0.53305787,0.5247934,0.5206612,0.5123967,0.45041323,0.47107437,0.41322315,0.37190083,0.38016528,0.37603307,0.4214876,0.42975205,0.4090909,0.38016528,0.33471075,0.3140496,0.25619835,0.32231405,0.4752066,0.4876033,0.57024795,0.6404959,0.6528926,0.72727275,0.7892562,0.79752064,0.77272725,0.76033056,0.74793386,0.75619835,0.76859504,0.76033056,0.74793386,0.75206614,0.71900827,0.5371901,0.41735536,0.38429752,0.4214876,0.35950413,0.39256197,0.59917355,0.6818182,0.69008267,0.72727275,0.76033056,0.77272725,0.78099173,0.7892562,0.7933884,0.8016529,0.78099173,0.72727275,0.6528926,0.6652893,0.60330576,0.54545456,0.42975205,0.3181818,0.4090909,0.49586776,0.46280992,0.45867768,0.4876033,0.49586776,0.48347107,0.49173555,0.4876033,0.43801653,0.4090909,0.41322315,0.4338843,0.45454547,0.46280992,0.4876033,0.49586776,0.46694216,0.42975205,0.3429752,0.35123968,0.35950413,0.37190083,0.4752066,0.49586776,0.5371901,0.58677685,0.61570245,0.7066116,0.7768595,0.79752064,0.7892562,0.76033056,0.75619835,0.7644628,0.78099173,0.78099173,0.76859504,0.76859504,0.6735537,0.44214877,0.23966943,0.23140496,0.2107438,0.16528925,0.27272728,0.53305787,0.6694215,0.6735537,0.6983471,0.76033056,0.7768595,0.74793386,0.76859504,0.7892562,0.78099173,0.78512394,0.74380165,0.6570248,0.6487603,0.57438016,0.49586776,0.43801653,0.41322315,0.4876033,0.54545456,0.5413223,0.553719,0.57438016,0.59917355,0.59090906,0.59090906,0.59504133,0.5661157,0.5413223,0.55785125,0.58677685,0.61157024,0.61157024,0.61570245,0.60330576,0.61157024,0.59917355,0.55785125,0.5123967,0.5289256,0.5206612,0.53305787,0.5247934,0.49586776,0.5371901,0.553719,0.6570248,0.75206614,0.7892562,0.78512394,0.76859504,0.75206614,0.7644628,0.78099173,0.76859504,0.75206614,0.74793386,0.58677685,0.32231405,0.19421488,0.20661157,0.18181819,0.16115703,0.21900827,0.42975205,0.6446281,0.677686,0.69008267,0.74793386,0.76033056,0.7355372,0.75619835,0.78512394,0.77272725,0.78099173,0.74793386,0.6487603,0.62396693,0.56198347,0.5123967,0.5082645,0.607438,0.6570248,0.6652893,0.6570248,0.6652893,0.661157,0.6694215,0.6818182,0.6735537,0.6404959,0.6363636,0.61570245,0.607438,0.60330576,0.6198347,0.6363636,0.62396693,0.6363636,0.6570248,0.6694215,0.6942149,0.6528926,0.59504133,0.58677685,0.553719,0.5123967,0.49586776,0.49586776,0.5082645,0.59917355,0.7231405,0.77272725,0.7644628,0.76033056,0.75619835,0.76033056,0.76033056,0.74793386,0.7355372,0.6818182,0.42975205,0.21900827,0.2107438,0.2107438,0.20661157,0.18181819,0.14876033,0.30991736,0.59917355,0.6859504,0.70247936,0.73966944,0.75619835,0.74793386,0.75619835,0.7892562,0.7768595,0.7768595,0.75206614,0.6735537,0.607438,0.54545456,0.5661157,0.59090906,0.7066116,0.74793386,0.74793386,0.7107438,0.7066116,0.6859504,0.6818182,0.6694215,0.6528926,0.59504133,0.57024795,0.5495868,0.5165289,0.5082645,0.5123967,0.5371901,0.5413223,0.59090906,0.6280992,0.6735537,0.6942149,0.6942149,0.6363636,0.56198347,0.5785124,0.53305787,0.5247934,0.5082645,0.5,0.58264464,0.69008267,0.76033056,0.76033056,0.71487606,0.73966944,0.75619835,0.74793386,0.74380165,0.72727275,0.59090906,0.33471075,0.20661157,0.22727273,0.20661157,0.20661157,0.19421488,0.12396694,0.21900827,0.5082645,0.6487603,0.69008267,0.7231405,0.7355372,0.75619835,0.76859504,0.77272725,0.74380165,0.75619835,0.74793386,0.6859504,0.59917355,0.55785125,0.6487603,0.677686,0.73966944,0.75619835,0.76859504,0.74793386,0.7231405,0.70247936,0.6735537,0.6198347,0.5661157,0.49173555,0.44214877,0.46694216,0.41735536,0.41735536,0.48347107,0.49173555,0.5206612,0.5413223,0.6280992,0.6528926,0.6652893,0.6570248,0.6487603,0.57438016,0.58264464,0.57024795,0.54545456,0.5247934,0.5165289,0.5785124,0.6694215,0.7231405,0.74793386,0.70247936,0.71487606,0.76033056,0.75206614,0.74793386,0.70247936,0.46694216,0.2520661,0.21900827,0.23140496,0.1983471,0.2107438,0.20247933,0.1446281,0.24380165,0.47933885,0.5661157,0.6528926,0.7107438,0.71487606,0.7355372,0.74380165,0.74380165,0.7355372,0.75206614,0.73140496,0.6818182,0.5785124,0.58264464,0.677686,0.71900827,0.7355372,0.74380165,0.74380165,0.74380165,0.73140496,0.71900827,0.6652893,0.60330576,0.553719,0.45454547,0.4090909,0.4752066,0.4214876,0.44214877,0.5123967,0.54545456,0.55785125,0.5206612,0.61570245,0.60330576,0.6363636,0.6487603,0.61157024,0.59504133,0.59504133,0.58677685,0.56198347,0.5206612,0.5082645,0.57438016,0.6446281,0.69008267,0.7107438,0.6942149,0.7231405,0.75206614,0.73966944,0.72727275,0.61570245,0.3553719,0.2231405,0.23140496,0.23966943,0.20661157,0.20661157,0.1983471,0.1446281,0.23553719,0.45454547,0.5165289,0.59504133,0.7066116,0.71487606,0.71487606,0.71900827,0.74380165,0.71900827,0.74380165,0.69008267,0.6446281,0.5785124,0.60330576,0.6652893,0.72727275,0.7066116,0.74793386,0.7231405,0.7231405,0.7066116,0.7107438,0.61157024,0.57438016,0.54545456,0.47933885,0.3966942,0.49586776,0.42975205,0.45867768,0.49586776,0.5371901,0.5371901,0.49586776,0.55785125,0.5661157,0.60330576,0.6198347,0.58264464,0.58677685,0.58264464,0.5661157,0.56198347,0.5041322,0.49586776,0.5495868,0.59917355,0.677686,0.6818182,0.6818182,0.7231405,0.72727275,0.7066116,0.677686,0.5289256,0.29338843,0.2107438,0.23966943,0.24793388,0.20661157,0.20661157,0.19421488,0.1446281,0.20661157,0.45454547,0.5247934,0.49173555,0.6652893,0.70247936,0.7066116,0.70247936,0.7107438,0.6818182,0.7231405,0.6652893,0.61570245,0.60330576,0.6280992,0.6694215,0.73140496,0.70247936,0.73966944,0.71900827,0.7107438,0.6942149,0.6735537,0.5785124,0.5495868,0.53305787,0.49586776,0.4338843,0.43801653,0.47933885,0.40082645,0.4876033,0.5,0.5123967,0.4876033,0.5123967,0.5413223,0.58264464,0.58677685,0.5785124,0.59090906,0.54545456,0.53305787,0.553719,0.5,0.4876033,0.5206612,0.57438016,0.6652893,0.661157,0.6487603,0.6983471,0.7107438,0.661157,0.60330576,0.45041323,0.27272728,0.2231405,0.24380165,0.2520661,0.20661157,0.20247933,0.18595041,0.15289256,0.18181819,0.42975205,0.5785124,0.45454547,0.57024795,0.6652893,0.677686,0.6735537,0.6694215,0.6735537,0.6942149,0.661157,0.60330576,0.59917355,0.6198347,0.6652893,0.71487606,0.72727275,0.71900827,0.71487606,0.6983471,0.6859504,0.661157,0.60330576,0.57438016,0.5247934,0.5206612,0.4876033,0.42975205,0.5206612,0.41322315,0.48347107,0.5041322,0.5413223,0.54545456,0.53305787,0.5661157,0.59090906,0.58677685,0.59090906,0.5785124,0.54545456,0.5371901,0.5123967,0.5,0.49173555,0.53305787,0.54545456,0.62396693,0.6446281,0.6280992,0.677686,0.6652893,0.57438016,0.57024795,0.40495867,0.23966943,0.23140496,0.24380165,0.2520661,0.2107438,0.20247933,0.19421488,0.16115703,0.14049587,0.37603307,0.6322314,0.5,0.4752066,0.62396693,0.6570248,0.6570248,0.6652893,0.6859504,0.6735537,0.6528926,0.59090906,0.54545456,0.553719,0.61157024,0.6942149,0.71900827,0.69008267,0.71900827,0.7107438,0.70247936,0.69008267,0.6487603,0.6198347,0.53305787,0.5371901,0.5206612,0.46694216,0.5165289,0.46280992,0.49586776,0.5082645,0.59090906,0.61157024,0.59917355,0.61570245,0.6280992,0.6198347,0.607438,0.5661157,0.5289256,0.5785124,0.5041322,0.47933885,0.49173555,0.5247934,0.5247934,0.56198347,0.61570245,0.62396693,0.6570248,0.58677685,0.5,0.55785125,0.37190083,0.20661157,0.23553719,0.24380165,0.2520661,0.20661157,0.20247933,0.20661157,0.19008264,0.12809917,0.30991736,0.62396693,0.5371901,0.42561984,0.5165289,0.6198347,0.6404959,0.6404959,0.6570248,0.6363636,0.60330576,0.54545456,0.49586776,0.5206612,0.5661157,0.6570248,0.6818182,0.661157,0.73140496,0.73140496,0.73966944,0.71487606,0.6983471,0.661157,0.57024795,0.5082645,0.553719,0.5123967,0.5041322,0.4876033,0.53305787,0.54545456,0.60330576,0.6322314,0.62396693,0.6446281,0.6652893,0.6652893,0.6322314,0.58264464,0.5041322,0.58264464,0.5165289,0.4752066,0.47933885,0.4876033,0.5247934,0.54545456,0.57024795,0.60330576,0.60330576,0.5041322,0.48347107,0.55785125,0.35123968,0.19421488,0.23553719,0.2520661,0.2520661,0.2107438,0.20661157,0.2107438,0.2107438,0.14049587,0.2768595,0.58677685,0.58677685,0.49586776,0.45867768,0.5371901,0.62396693,0.60330576,0.6198347,0.60330576,0.55785125,0.54545456,0.4876033,0.5123967,0.5661157,0.6322314,0.62396693,0.6487603,0.71900827,0.73966944,0.75619835,0.75619835,0.73140496,0.7066116,0.6198347,0.54545456,0.6322314,0.5661157,0.5123967,0.5413223,0.56198347,0.58677685,0.61157024,0.6404959,0.6198347,0.6570248,0.69008267,0.6859504,0.6652893,0.58264464,0.5289256,0.53305787,0.49586776,0.47107437,0.47107437,0.46280992,0.5206612,0.55785125,0.5247934,0.5495868,0.5041322,0.43801653,0.5165289,0.56198347,0.3305785,0.19008264,0.23966943,0.2520661,0.25619835,0.2107438,0.20247933,0.2107438,0.20661157,0.16115703,0.2644628,0.5082645,0.57438016,0.55785125,0.4752066,0.42561984,0.55785125,0.57438016,0.59504133,0.55785125,0.53305787,0.5289256,0.5082645,0.5247934,0.55785125,0.5661157,0.60330576,0.6528926,0.70247936,0.73140496,0.74380165,0.78512394,0.73966944,0.6983471,0.6528926,0.6280992,0.661157,0.61157024,0.5289256,0.61570245,0.61570245,0.6280992,0.6570248,0.661157,0.6487603,0.6404959,0.6735537,0.677686,0.6487603,0.59917355,0.54545456,0.5041322,0.47933885,0.48347107,0.46694216,0.45454547,0.5041322,0.5247934,0.5,0.45867768,0.4090909,0.446281,0.58677685,0.5661157,0.29752067,0.19421488,0.23966943,0.2520661,0.2603306,0.20661157,0.20661157,0.21487603,0.2107438,0.17768595,0.24793388,0.46694216,0.57438016,0.58264464,0.5371901,0.42561984,0.43801653,0.47933885,0.5413223,0.5082645,0.53305787,0.5371901,0.5413223,0.5371901,0.53305787,0.5165289,0.57438016,0.6487603,0.6818182,0.70247936,0.72727275,0.7768595,0.71900827,0.677686,0.6652893,0.6528926,0.6363636,0.6198347,0.57438016,0.6363636,0.6363636,0.6528926,0.6818182,0.6652893,0.6694215,0.6404959,0.661157,0.6404959,0.60330576,0.60330576,0.5413223,0.5206612,0.48347107,0.4876033,0.4876033,0.47107437,0.4876033,0.45867768,0.44214877,0.38429752,0.41735536,0.49173555,0.61157024,0.5495868,0.2892562,0.1983471,0.23966943,0.2520661,0.25619835,0.20661157,0.20661157,0.2107438,0.2107438,0.19421488,0.23553719,0.44214877,0.61157024,0.60330576,0.5785124,0.5,0.3966942,0.34710744,0.44214877,0.44214877,0.5041322,0.5289256,0.53305787,0.5165289,0.5247934,0.5165289,0.553719,0.6363636,0.6570248,0.677686,0.71487606,0.7355372,0.6983471,0.6570248,0.6570248,0.6446281,0.60330576,0.6322314,0.6446281,0.6404959,0.607438,0.6404959,0.661157,0.6363636,0.6404959,0.6363636,0.6570248,0.62396693,0.57024795,0.57438016,0.553719,0.5206612,0.5,0.46694216,0.48347107,0.48347107,0.46694216,0.41735536,0.37603307,0.38016528,0.45867768,0.5,0.59917355,0.5289256,0.2892562,0.2107438,0.23966943,0.2520661,0.24793388,0.20661157,0.2107438,0.2107438,0.20661157,0.20247933,0.2231405,0.41322315,0.60330576,0.5661157,0.55785125,0.5495868,0.46280992,0.32231405,0.35123968,0.38016528,0.42975205,0.47933885,0.49586776,0.48347107,0.5165289,0.5165289,0.57024795,0.60330576,0.6322314,0.6487603,0.6942149,0.6942149,0.6694215,0.6446281,0.61570245,0.6363636,0.5785124,0.62396693,0.6198347,0.6280992,0.59504133,0.62396693,0.62396693,0.60330576,0.59504133,0.58677685,0.6198347,0.61570245,0.56198347,0.53305787,0.5495868,0.49586776,0.5206612,0.46280992,0.446281,0.45454547,0.4214876,0.38429752,0.3966942,0.41735536,0.48347107,0.5413223,0.6198347,0.5082645,0.28099173,0.21900827,0.24380165,0.2520661,0.2520661,0.2107438,0.2107438,0.2107438,0.2107438,0.2107438,0.21487603,0.38016528,0.5661157,0.5165289,0.53305787,0.55785125,0.5247934,0.3966942,0.3264463,0.338843,0.37190083,0.41735536,0.46280992,0.46280992,0.5082645,0.5165289,0.5495868,0.55785125,0.60330576,0.61570245,0.6528926,0.6570248,0.62396693,0.6198347,0.58264464,0.61570245,0.57438016,0.5785124,0.5165289,0.5785124,0.59917355,0.61570245,0.5785124,0.57438016,0.54545456,0.53305787,0.55785125,0.59090906,0.553719,0.5247934,0.5041322,0.47107437,0.53305787,0.46694216,0.40495867,0.42975205,0.37603307,0.338843,0.446281,0.4752066,0.5413223,0.59504133,0.6446281,0.47933885,0.2603306,0.22727273,0.24793388,0.2520661,0.25619835,0.20661157,0.2107438,0.2107438,0.21487603,0.21900827,0.20247933,0.36363637,0.58264464,0.5413223,0.5495868,0.553719,0.5413223,0.47107437,0.36363637,0.3181818,0.34710744,0.35950413,0.41735536,0.4338843,0.47933885,0.5,0.5041322,0.5247934,0.56198347,0.59917355,0.607438,0.62396693,0.5785124,0.58264464,0.5495868,0.58677685,0.57024795,0.5371901,0.45454547,0.5371901,0.58264464,0.59917355,0.553719,0.5247934,0.5041322,0.48347107,0.5082645,0.5495868,0.5247934,0.5123967,0.4752066,0.45041323,0.5123967,0.44214877,0.3553719,0.41735536,0.3677686,0.35950413,0.46280992,0.5165289,0.553719,0.5785124,0.6487603,0.4752066,0.24793388,0.22727273,0.25619835,0.25619835,0.2603306,0.20247933,0.21487603,0.21900827,0.2107438,0.21900827,0.19421488,0.3429752,0.607438,0.58264464,0.5661157,0.5413223,0.5371901,0.5,0.41322315,0.3305785,0.34710744,0.338843,0.37190083,0.38016528,0.4090909,0.47933885,0.47933885,0.5,0.5165289,0.59090906,0.57438016,0.58264464,0.57024795,0.56198347,0.5082645,0.5413223,0.56198347,0.5371901,0.42561984,0.49173555,0.5289256,0.54545456,0.5371901,0.49173555,0.47107437,0.45454547,0.48347107,0.5,0.47933885,0.49173555,0.5,0.43801653,0.45041323,0.40082645,0.3305785,0.39256197,0.38016528,0.41735536,0.45867768,0.5206612,0.5289256,0.54545456,0.6487603,0.48347107,0.24793388,0.2231405,0.2520661,0.25619835,0.25619835,6 +0.23140496,0.2231405,0.20661157,0.20661157,0.1983471,0.18181819,0.21900827,0.2231405,0.23140496,0.3181818,0.553719,0.677686,0.661157,0.6818182,0.7231405,0.75206614,0.76033056,0.76859504,0.78512394,0.78099173,0.78099173,0.7892562,0.79752064,0.7933884,0.8057851,0.7892562,0.79752064,0.79752064,0.7768595,0.76859504,0.75619835,0.74793386,0.7355372,0.73966944,0.7355372,0.74380165,0.72727275,0.71487606,0.7355372,0.7355372,0.73140496,0.76033056,0.7644628,0.76859504,0.76859504,0.7644628,0.7644628,0.76859504,0.76859504,0.77272725,0.77272725,0.7644628,0.75619835,0.77272725,0.7892562,0.78099173,0.75619835,0.7231405,0.6322314,0.41735536,0.18181819,0.11157025,0.11983471,0.1570248,0.21900827,0.2231405,0.21487603,0.21900827,0.19008264,0.1983471,0.23140496,0.2520661,0.25619835,0.38842976,0.607438,0.6859504,0.6694215,0.7066116,0.74380165,0.75619835,0.76033056,0.76859504,0.7892562,0.7892562,0.78512394,0.7933884,0.7892562,0.78099173,0.7933884,0.7933884,0.8016529,0.79752064,0.78512394,0.77272725,0.76859504,0.75206614,0.74793386,0.74380165,0.73966944,0.75206614,0.72727275,0.71900827,0.71487606,0.72727275,0.72727275,0.73966944,0.75619835,0.75619835,0.75206614,0.76859504,0.76033056,0.76033056,0.75619835,0.75619835,0.7644628,0.76033056,0.76033056,0.76859504,0.78099173,0.7768595,0.7768595,0.78512394,0.75619835,0.6404959,0.35950413,0.1322314,0.10330579,0.11570248,0.2231405,0.2231405,0.2231405,0.20247933,0.19008264,0.23553719,0.23966943,0.26859504,0.30165288,0.4876033,0.6446281,0.677686,0.6942149,0.71900827,0.75206614,0.73966944,0.74793386,0.7768595,0.7768595,0.77272725,0.78099173,0.7933884,0.78512394,0.7892562,0.7933884,0.8016529,0.8057851,0.8016529,0.8016529,0.7892562,0.7768595,0.74793386,0.75619835,0.75619835,0.75206614,0.76033056,0.7355372,0.7355372,0.71487606,0.71900827,0.7355372,0.73140496,0.75206614,0.74380165,0.74380165,0.75619835,0.75619835,0.75619835,0.75206614,0.74793386,0.75619835,0.76033056,0.7644628,0.76033056,0.77272725,0.7644628,0.77272725,0.79752064,0.7933884,0.7644628,0.58677685,0.2520661,0.09090909,0.10330579,0.21487603,0.21487603,0.2231405,0.19421488,0.21487603,0.23140496,0.23966943,0.2892562,0.36363637,0.5661157,0.6652893,0.6983471,0.7231405,0.73966944,0.76033056,0.75619835,0.7644628,0.7768595,0.76859504,0.78099173,0.78099173,0.79752064,0.79752064,0.8016529,0.8057851,0.8140496,0.8181818,0.8181818,0.8181818,0.8140496,0.79752064,0.76859504,0.77272725,0.7768595,0.7768595,0.78099173,0.7644628,0.76033056,0.74793386,0.74793386,0.7644628,0.76033056,0.75619835,0.75619835,0.75619835,0.76033056,0.76859504,0.7644628,0.75619835,0.7644628,0.76033056,0.7644628,0.76859504,0.76033056,0.76859504,0.76859504,0.77272725,0.7892562,0.7933884,0.8057851,0.74793386,0.42975205,0.13636364,0.09504132,0.20247933,0.20247933,0.20661157,0.20247933,0.23553719,0.23140496,0.26859504,0.30991736,0.4338843,0.6363636,0.6859504,0.7066116,0.74380165,0.75206614,0.77272725,0.7644628,0.76033056,0.7644628,0.77272725,0.77272725,0.78099173,0.79752064,0.8016529,0.80991733,0.8181818,0.8264463,0.822314,0.8264463,0.8347107,0.822314,0.80991733,0.78512394,0.78512394,0.7933884,0.78512394,0.79752064,0.7892562,0.7768595,0.7768595,0.7768595,0.7768595,0.78099173,0.76859504,0.76033056,0.76859504,0.76859504,0.7768595,0.7768595,0.7644628,0.75619835,0.76033056,0.76033056,0.76859504,0.77272725,0.76859504,0.7768595,0.78099173,0.7933884,0.79752064,0.8140496,0.8181818,0.58677685,0.23553719,0.10330579,0.20247933,0.20661157,0.17768595,0.22727273,0.24380165,0.24380165,0.30578512,0.3429752,0.5206612,0.6652893,0.6942149,0.7231405,0.74793386,0.76033056,0.76033056,0.75619835,0.77272725,0.7644628,0.77272725,0.76859504,0.7768595,0.7933884,0.79752064,0.8057851,0.822314,0.8305785,0.8347107,0.8264463,0.8347107,0.8305785,0.8057851,0.78512394,0.7892562,0.7933884,0.7892562,0.8016529,0.79752064,0.7933884,0.7933884,0.7933884,0.7892562,0.7892562,0.78099173,0.76859504,0.76859504,0.77272725,0.76033056,0.76033056,0.7644628,0.76033056,0.75619835,0.75206614,0.77272725,0.78099173,0.76859504,0.77272725,0.78099173,0.7892562,0.79752064,0.80991733,0.8347107,0.7231405,0.37603307,0.15289256,0.20661157,0.1983471,0.17768595,0.24380165,0.25619835,0.27272728,0.35123968,0.38016528,0.59504133,0.6818182,0.70247936,0.7231405,0.7355372,0.75619835,0.75619835,0.74793386,0.7644628,0.76859504,0.77272725,0.7768595,0.78099173,0.79752064,0.7933884,0.8016529,0.8140496,0.8305785,0.8264463,0.8305785,0.8305785,0.8305785,0.8057851,0.7933884,0.78512394,0.78512394,0.79752064,0.8016529,0.8016529,0.8016529,0.8016529,0.8016529,0.7892562,0.7933884,0.78099173,0.7644628,0.76859504,0.76859504,0.76033056,0.75619835,0.76859504,0.7768595,0.7644628,0.74380165,0.75619835,0.78099173,0.76859504,0.7644628,0.7768595,0.78512394,0.79752064,0.80991733,0.8305785,0.822314,0.553719,0.23553719,0.20661157,0.20661157,0.21487603,0.25619835,0.2768595,0.30991736,0.35123968,0.45867768,0.6570248,0.6818182,0.7066116,0.71487606,0.7231405,0.73140496,0.74380165,0.6859504,0.71487606,0.74793386,0.75206614,0.74793386,0.74380165,0.76859504,0.76033056,0.7768595,0.79752064,0.8057851,0.80991733,0.822314,0.822314,0.822314,0.8057851,0.8016529,0.78512394,0.78512394,0.8016529,0.8016529,0.8057851,0.8016529,0.79752064,0.7892562,0.78099173,0.78099173,0.7644628,0.73966944,0.74793386,0.73966944,0.7355372,0.73140496,0.7355372,0.7355372,0.73140496,0.7231405,0.72727275,0.76033056,0.77272725,0.76033056,0.75619835,0.7768595,0.79752064,0.822314,0.8305785,0.8512397,0.74380165,0.3553719,0.20247933,0.2231405,0.25619835,0.2768595,0.2768595,0.3264463,0.35123968,0.553719,0.6859504,0.6942149,0.7066116,0.71487606,0.71487606,0.6652893,0.6404959,0.62396693,0.60330576,0.6198347,0.6322314,0.6528926,0.58264464,0.6280992,0.59917355,0.607438,0.71487606,0.7066116,0.7355372,0.78099173,0.7892562,0.78512394,0.7933884,0.8057851,0.7892562,0.78512394,0.7892562,0.78512394,0.7892562,0.7892562,0.7644628,0.74380165,0.74380165,0.71487606,0.677686,0.6363636,0.6198347,0.61570245,0.607438,0.62396693,0.6363636,0.6198347,0.62396693,0.6280992,0.6280992,0.661157,0.6983471,0.73140496,0.74380165,0.76033056,0.77272725,0.79752064,0.8305785,0.8429752,0.8677686,0.4876033,0.18181819,0.2231405,0.30578512,0.3140496,0.2603306,0.33471075,0.40082645,0.6446281,0.6570248,0.6859504,0.73140496,0.7107438,0.6322314,0.5495868,0.56198347,0.61570245,0.59917355,0.5495868,0.5247934,0.5,0.45041323,0.4752066,0.46694216,0.45867768,0.53305787,0.57024795,0.5661157,0.6694215,0.71487606,0.7231405,0.76859504,0.8016529,0.78099173,0.77272725,0.77272725,0.7644628,0.75619835,0.73966944,0.6983471,0.6652893,0.6735537,0.61157024,0.5661157,0.5247934,0.4752066,0.44214877,0.43801653,0.446281,0.45867768,0.46694216,0.49173555,0.5082645,0.53305787,0.55785125,0.59090906,0.6198347,0.6942149,0.75206614,0.76859504,0.77272725,0.822314,0.838843,0.88842976,0.6404959,0.1694215,0.20247933,0.3553719,0.3305785,0.23966943,0.36363637,0.49173555,0.69008267,0.61570245,0.6942149,0.72727275,0.60330576,0.5206612,0.5206612,0.5495868,0.5661157,0.54545456,0.55785125,0.4752066,0.40082645,0.38016528,0.40495867,0.3677686,0.37603307,0.41322315,0.446281,0.45041323,0.5371901,0.6198347,0.677686,0.7644628,0.79752064,0.78512394,0.77272725,0.77272725,0.76033056,0.73140496,0.70247936,0.6446281,0.607438,0.59917355,0.53305787,0.49586776,0.45867768,0.4090909,0.38842976,0.3677686,0.3553719,0.35123968,0.35123968,0.37603307,0.39256197,0.42975205,0.4752066,0.5082645,0.53305787,0.5495868,0.6487603,0.75206614,0.78512394,0.822314,0.8429752,0.8719008,0.7933884,0.1983471,0.18181819,0.338843,0.2644628,0.23966943,0.40495867,0.59917355,0.6818182,0.6570248,0.72727275,0.62396693,0.5,0.553719,0.61157024,0.6404959,0.6859504,0.69008267,0.73966944,0.661157,0.56198347,0.4752066,0.45867768,0.41322315,0.41322315,0.4214876,0.44214877,0.45867768,0.5082645,0.54545456,0.6322314,0.74793386,0.80991733,0.8140496,0.7892562,0.7892562,0.78099173,0.75619835,0.71487606,0.6404959,0.58677685,0.55785125,0.49173555,0.446281,0.42975205,0.40495867,0.38842976,0.36363637,0.3305785,0.338843,0.36363637,0.39256197,0.4338843,0.47107437,0.5123967,0.5371901,0.5413223,0.58677685,0.58677685,0.59090906,0.7355372,0.822314,0.8429752,0.8471074,0.89669424,0.18595041,0.18595041,0.2892562,0.1694215,0.24380165,0.5,0.6570248,0.6694215,0.70247936,0.6942149,0.5,0.553719,0.70247936,0.7231405,0.72727275,0.76859504,0.79752064,0.71900827,0.6694215,0.6198347,0.61157024,0.5785124,0.57024795,0.54545456,0.553719,0.57024795,0.59504133,0.59504133,0.59917355,0.6363636,0.73966944,0.822314,0.8305785,0.80991733,0.79752064,0.8057851,0.8016529,0.76859504,0.71487606,0.6446281,0.58264464,0.5206612,0.46694216,0.44214877,0.4338843,0.4214876,0.41735536,0.41735536,0.44214877,0.48347107,0.5495868,0.607438,0.6487603,0.6652893,0.6859504,0.7107438,0.73140496,0.6983471,0.59917355,0.59917355,0.7892562,0.8347107,0.8429752,0.9214876,0.12809917,0.20247933,0.2603306,0.11157025,0.2603306,0.61570245,0.6735537,0.6859504,0.69008267,0.61157024,0.5247934,0.62396693,0.7644628,0.78099173,0.76033056,0.677686,0.6735537,0.5495868,0.5,0.45867768,0.49586776,0.46280992,0.48347107,0.5247934,0.5371901,0.58677685,0.6198347,0.6198347,0.6446281,0.6818182,0.74793386,0.822314,0.8305785,0.822314,0.8140496,0.80991733,0.822314,0.8264463,0.80991733,0.73966944,0.6280992,0.53305787,0.47107437,0.44214877,0.4338843,0.4090909,0.4214876,0.446281,0.48347107,0.5123967,0.54545456,0.56198347,0.6363636,0.69008267,0.6942149,0.74793386,0.79752064,0.8181818,0.75206614,0.57438016,0.6363636,0.80991733,0.8347107,0.89669424,0.08677686,0.24793388,0.27272728,0.07438017,0.3264463,0.6818182,0.6818182,0.7107438,0.6735537,0.607438,0.6528926,0.70247936,0.73966944,0.74793386,0.6859504,0.55785125,0.47933885,0.4338843,0.39256197,0.42561984,0.48347107,0.45041323,0.42561984,0.41322315,0.4090909,0.5041322,0.58264464,0.58677685,0.607438,0.6528926,0.7355372,0.80991733,0.8264463,0.8305785,0.8264463,0.80991733,0.8181818,0.8512397,0.8512397,0.7355372,0.57438016,0.47107437,0.41735536,0.38429752,0.33471075,0.30165288,0.30165288,0.338843,0.37190083,0.38842976,0.4214876,0.45041323,0.48347107,0.5413223,0.6198347,0.72727275,0.80991733,0.822314,0.8181818,0.7355372,0.61157024,0.7231405,0.8347107,0.8677686,0.05785124,0.3181818,0.30578512,0.0785124,0.46280992,0.7107438,0.70247936,0.71487606,0.6570248,0.6694215,0.72727275,0.71487606,0.7107438,0.6404959,0.56198347,0.49173555,0.39256197,0.29752067,0.2231405,0.32231405,0.49586776,0.57024795,0.5041322,0.5123967,0.47933885,0.4338843,0.5082645,0.5785124,0.57438016,0.61157024,0.70247936,0.7933884,0.8264463,0.8305785,0.822314,0.8016529,0.8140496,0.8595041,0.838843,0.6528926,0.4752066,0.40495867,0.37190083,0.34710744,0.2768595,0.2644628,0.2603306,0.26859504,0.27272728,0.2768595,0.41735536,0.5,0.446281,0.45867768,0.5041322,0.5661157,0.78099173,0.822314,0.78512394,0.7768595,0.71487606,0.70247936,0.8057851,0.8512397,0.0661157,0.3429752,0.30165288,0.14876033,0.59504133,0.7231405,0.72727275,0.7355372,0.6942149,0.72727275,0.74793386,0.71487606,0.661157,0.5413223,0.5206612,0.42561984,0.28099173,0.24380165,0.14876033,0.30165288,0.54545456,0.76859504,0.6280992,0.5371901,0.55785125,0.5206612,0.47107437,0.5,0.553719,0.59504133,0.677686,0.78099173,0.8181818,0.8264463,0.8181818,0.78512394,0.8057851,0.8512397,0.8264463,0.59504133,0.4090909,0.3677686,0.36363637,0.338843,0.30991736,0.2892562,0.22727273,0.16115703,0.18181819,0.16115703,0.38429752,0.6446281,0.5165289,0.45454547,0.56198347,0.5247934,0.5289256,0.78512394,0.78099173,0.77272725,0.7892562,0.7355372,0.75619835,0.8347107,0.09917355,0.30991736,0.24380165,0.2231405,0.661157,0.74380165,0.74793386,0.76033056,0.74380165,0.75206614,0.75206614,0.70247936,0.57438016,0.48347107,0.5495868,0.44214877,0.2892562,0.46694216,0.20247933,0.56198347,0.90082645,0.8595041,0.76033056,0.6363636,0.62396693,0.5785124,0.5206612,0.446281,0.5371901,0.6487603,0.6859504,0.76859504,0.7933884,0.80991733,0.8140496,0.77272725,0.79752064,0.8305785,0.838843,0.59090906,0.4090909,0.41322315,0.41322315,0.34710744,0.3553719,0.2892562,0.21487603,0.16528925,0.1446281,0.33471075,0.2768595,0.77272725,0.75619835,0.607438,0.42561984,0.5785124,0.4876033,0.661157,0.7768595,0.76033056,0.78512394,0.8016529,0.78099173,0.80991733,0.14049587,0.25619835,0.16115703,0.338843,0.7066116,0.75619835,0.7644628,0.7644628,0.74380165,0.75619835,0.74793386,0.6818182,0.5289256,0.45454547,0.58264464,0.5661157,0.35950413,0.56198347,0.32231405,0.57024795,0.8719008,0.88842976,0.8347107,0.6818182,0.7355372,0.6652893,0.5123967,0.54545456,0.5495868,0.62396693,0.71487606,0.75619835,0.76033056,0.79752064,0.822314,0.76859504,0.78099173,0.8057851,0.8471074,0.661157,0.45454547,0.46694216,0.44214877,0.33471075,0.37190083,0.3181818,0.24380165,0.21487603,0.07438017,0.4214876,0.446281,0.77272725,0.7231405,0.8347107,0.72727275,0.338843,0.61157024,0.43801653,0.7892562,0.75206614,0.77272725,0.8057851,0.822314,0.7892562,0.15289256,0.2107438,0.14876033,0.48347107,0.7355372,0.7644628,0.77272725,0.7644628,0.74793386,0.76033056,0.74380165,0.677686,0.53305787,0.48347107,0.59504133,0.7066116,0.5413223,0.5082645,0.607438,0.78512394,0.8471074,0.80991733,0.73966944,0.6322314,0.6363636,0.6198347,0.5123967,0.54545456,0.59917355,0.6818182,0.73966944,0.73966944,0.76033056,0.8057851,0.8347107,0.78099173,0.76859504,0.7892562,0.80991733,0.78512394,0.5495868,0.47107437,0.42975205,0.34710744,0.3677686,0.37603307,0.28099173,0.2768595,0.1694215,0.3140496,0.6322314,0.78512394,0.74380165,0.8181818,0.9710744,0.5371901,0.34710744,0.58677685,0.6280992,0.78099173,0.76859504,0.8181818,0.8347107,0.8140496,0.16528925,0.17768595,0.19008264,0.62396693,0.74793386,0.77272725,0.7892562,0.77272725,0.75619835,0.75206614,0.73140496,0.6735537,0.58264464,0.5371901,0.58677685,0.6859504,0.72727275,0.6983471,0.6983471,0.7107438,0.6942149,0.6487603,0.61157024,0.59504133,0.59090906,0.5785124,0.55785125,0.5371901,0.6322314,0.74380165,0.74380165,0.74380165,0.78099173,0.8181818,0.838843,0.7933884,0.77272725,0.76859504,0.78512394,0.8305785,0.7107438,0.49586776,0.4338843,0.40082645,0.37603307,0.38429752,0.3677686,0.36363637,0.33471075,0.46280992,0.62396693,0.6818182,0.6694215,0.677686,0.8140496,0.7066116,0.5123967,0.6818182,0.6570248,0.7355372,0.76033056,0.80991733,0.8305785,0.822314,0.18595041,0.16115703,0.33471075,0.70247936,0.75619835,0.7892562,0.79752064,0.78099173,0.7644628,0.74380165,0.71900827,0.677686,0.6363636,0.61157024,0.6404959,0.6942149,0.7768595,0.8181818,0.75619835,0.69008267,0.6363636,0.58677685,0.5661157,0.55785125,0.58264464,0.59090906,0.5247934,0.55785125,0.71487606,0.7644628,0.7355372,0.76033056,0.8016529,0.8305785,0.8512397,0.8057851,0.78512394,0.7644628,0.7768595,0.80991733,0.8264463,0.6363636,0.43801653,0.41735536,0.40082645,0.38429752,0.38429752,0.40082645,0.4214876,0.5,0.5495868,0.59917355,0.61157024,0.6198347,0.70247936,0.8429752,0.76033056,0.73966944,0.7644628,0.75206614,0.74793386,0.8181818,0.8305785,0.8347107,0.16528925,0.21900827,0.43801653,0.72727275,0.76859504,0.8016529,0.8016529,0.7933884,0.7768595,0.74793386,0.73140496,0.7107438,0.69008267,0.6818182,0.70247936,0.74380165,0.7933884,0.8140496,0.76033056,0.70247936,0.6570248,0.6198347,0.61570245,0.607438,0.59917355,0.59504133,0.607438,0.7066116,0.7768595,0.74793386,0.75206614,0.78512394,0.80991733,0.8264463,0.8553719,0.8181818,0.79752064,0.78099173,0.77272725,0.7892562,0.8305785,0.7933884,0.60330576,0.446281,0.42561984,0.4214876,0.41322315,0.42561984,0.446281,0.5,0.553719,0.60330576,0.61157024,0.6528926,0.76859504,0.8636364,0.8305785,0.7644628,0.8057851,0.76033056,0.75206614,0.79752064,0.838843,0.838843,0.16115703,0.26859504,0.5165289,0.74793386,0.78099173,0.8140496,0.80991733,0.8016529,0.7933884,0.76859504,0.75619835,0.75619835,0.73966944,0.7355372,0.74793386,0.76859504,0.7892562,0.8140496,0.78512394,0.73966944,0.7066116,0.6818182,0.6652893,0.6446281,0.6322314,0.6818182,0.73966944,0.7768595,0.77272725,0.74793386,0.7768595,0.80991733,0.8181818,0.822314,0.8512397,0.8305785,0.7933884,0.8016529,0.78099173,0.7768595,0.8140496,0.8264463,0.8016529,0.6363636,0.5082645,0.46694216,0.46694216,0.5041322,0.49586776,0.54545456,0.59090906,0.60330576,0.62396693,0.6446281,0.75206614,0.838843,0.8471074,0.822314,0.8181818,0.78099173,0.75619835,0.78512394,0.838843,0.838843,0.17355372,0.29338843,0.57024795,0.75206614,0.78099173,0.8140496,0.8140496,0.8016529,0.8016529,0.7892562,0.7768595,0.78099173,0.76859504,0.76033056,0.77272725,0.78512394,0.79752064,0.8264463,0.8016529,0.7644628,0.7355372,0.71487606,0.70247936,0.7107438,0.73966944,0.77272725,0.7768595,0.7768595,0.7644628,0.74380165,0.7892562,0.822314,0.822314,0.8181818,0.8429752,0.8305785,0.7892562,0.8140496,0.79752064,0.77272725,0.8016529,0.822314,0.8305785,0.8057851,0.69008267,0.59090906,0.5371901,0.5371901,0.553719,0.59917355,0.6363636,0.6322314,0.6570248,0.6652893,0.74380165,0.8181818,0.8553719,0.8471074,0.8264463,0.79752064,0.76033056,0.7933884,0.8347107,0.8471074,0.16528925,0.3181818,0.61570245,0.75206614,0.77272725,0.8016529,0.80991733,0.8057851,0.8016529,0.79752064,0.7933884,0.7933884,0.7892562,0.7768595,0.7768595,0.78512394,0.7933884,0.8057851,0.7933884,0.7644628,0.74793386,0.75206614,0.75206614,0.78512394,0.8057851,0.7892562,0.7768595,0.76859504,0.74380165,0.74380165,0.7933884,0.8140496,0.822314,0.8264463,0.8429752,0.8305785,0.7892562,0.80991733,0.8181818,0.77272725,0.78099173,0.80991733,0.8347107,0.8181818,0.8016529,0.7355372,0.6694215,0.61570245,0.5785124,0.61157024,0.6528926,0.6694215,0.6859504,0.7066116,0.7355372,0.8016529,0.8305785,0.8347107,0.8264463,0.8016529,0.7768595,0.7933884,0.8347107,0.8471074,0.16115703,0.3429752,0.6198347,0.75619835,0.7644628,0.7892562,0.8016529,0.8057851,0.8057851,0.80991733,0.80991733,0.8057851,0.8016529,0.79752064,0.7892562,0.7933884,0.7933884,0.7892562,0.78512394,0.78099173,0.77272725,0.7892562,0.80991733,0.8181818,0.8181818,0.79752064,0.78099173,0.73140496,0.71487606,0.74793386,0.7892562,0.8140496,0.8140496,0.8057851,0.822314,0.822314,0.8016529,0.7892562,0.8264463,0.7768595,0.7644628,0.7768595,0.838843,0.8305785,0.79752064,0.7768595,0.76033056,0.72727275,0.69008267,0.6694215,0.661157,0.69008267,0.7107438,0.72727275,0.74793386,0.77272725,0.7933884,0.8057851,0.8057851,0.77272725,0.78512394,0.8016529,0.8347107,0.8471074,0.18181819,0.3429752,0.61570245,0.74793386,0.76033056,0.78512394,0.79752064,0.80991733,0.8057851,0.8140496,0.822314,0.8140496,0.80991733,0.8140496,0.8181818,0.8181818,0.8181818,0.8140496,0.8181818,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.8181818,0.80991733,0.75206614,0.71487606,0.72727275,0.76033056,0.79752064,0.8305785,0.8264463,0.78099173,0.78099173,0.8181818,0.80991733,0.8016529,0.838843,0.7768595,0.76033056,0.75206614,0.8140496,0.838843,0.7892562,0.7644628,0.75619835,0.76033056,0.76859504,0.75619835,0.73140496,0.73140496,0.74380165,0.74793386,0.76033056,0.76033056,0.7768595,0.7933884,0.78512394,0.74380165,0.8057851,0.8181818,0.8347107,0.8471074,0.19008264,0.33471075,0.61157024,0.73966944,0.74380165,0.77272725,0.79752064,0.8057851,0.8140496,0.8181818,0.822314,0.822314,0.8181818,0.8264463,0.8305785,0.8347107,0.838843,0.8429752,0.8429752,0.8471074,0.8471074,0.8429752,0.8305785,0.8264463,0.8347107,0.7933884,0.74380165,0.7355372,0.74793386,0.7644628,0.75619835,0.8553719,0.8347107,0.75206614,0.7355372,0.7768595,0.78099173,0.8140496,0.8677686,0.7644628,0.78512394,0.7644628,0.78512394,0.80991733,0.77272725,0.74793386,0.74380165,0.74380165,0.7644628,0.78512394,0.78099173,0.76859504,0.77272725,0.77272725,0.78512394,0.7768595,0.79752064,0.8016529,0.8140496,0.8140496,0.8264463,0.8305785,0.838843,0.8471074,0.19008264,0.3181818,0.59090906,0.72727275,0.73140496,0.76033056,0.7933884,0.80991733,0.8140496,0.822314,0.8264463,0.8264463,0.8305785,0.838843,0.838843,0.8471074,0.8512397,0.8512397,0.8512397,0.8553719,0.8512397,0.8429752,0.8305785,0.8305785,0.8305785,0.77272725,0.75206614,0.7644628,0.74793386,0.74380165,0.7107438,0.7768595,0.8471074,0.71900827,0.70247936,0.6859504,0.70247936,0.7644628,0.7768595,0.73140496,0.7768595,0.8057851,0.78512394,0.7892562,0.70247936,0.71487606,0.72727275,0.71487606,0.72727275,0.7768595,0.78512394,0.78099173,0.78099173,0.7933884,0.79752064,0.8057851,0.822314,0.822314,0.8264463,0.8264463,0.838843,0.8471074,0.8553719,0.8553719,0.20661157,0.2892562,0.553719,0.70247936,0.71900827,0.74793386,0.78512394,0.8140496,0.8181818,0.8264463,0.8305785,0.8264463,0.8347107,0.8471074,0.8429752,0.8553719,0.8512397,0.8512397,0.8553719,0.8553719,0.8512397,0.8305785,0.822314,0.8264463,0.80991733,0.74380165,0.7644628,0.76859504,0.73140496,0.7066116,0.70247936,0.69008267,0.7933884,0.6694215,0.6735537,0.6446281,0.6322314,0.7355372,0.71487606,0.6694215,0.69008267,0.7892562,0.80991733,0.78512394,0.61157024,0.6404959,0.677686,0.6818182,0.6818182,0.74380165,0.76859504,0.7768595,0.7892562,0.78512394,0.79752064,0.8140496,0.8264463,0.8264463,0.838843,0.838843,0.8347107,0.8512397,0.8677686,0.8595041,0.22727273,0.2768595,0.5082645,0.677686,0.7107438,0.73966944,0.78099173,0.80991733,0.8181818,0.822314,0.822314,0.8264463,0.8305785,0.8429752,0.8429752,0.8553719,0.8471074,0.8553719,0.8512397,0.8512397,0.8429752,0.8181818,0.80991733,0.8016529,0.76859504,0.72727275,0.74793386,0.71900827,0.59504133,0.5041322,0.57024795,0.6859504,0.72727275,0.6404959,0.61157024,0.6280992,0.59917355,0.73140496,0.6363636,0.47107437,0.5041322,0.6735537,0.7768595,0.74793386,0.55785125,0.57024795,0.61570245,0.6363636,0.6487603,0.6983471,0.7355372,0.75619835,0.78099173,0.78512394,0.7933884,0.8140496,0.8264463,0.8305785,0.8429752,0.838843,0.8305785,0.8471074,0.8636364,0.8553719,0.1983471,0.21487603,0.45041323,0.6404959,0.6859504,0.7231405,0.78099173,0.8057851,0.80991733,0.8140496,0.8140496,0.8305785,0.8347107,0.8429752,0.838843,0.8512397,0.8512397,0.8553719,0.8429752,0.838843,0.8264463,0.79752064,0.7768595,0.75619835,0.74793386,0.7107438,0.7107438,0.57438016,0.32231405,0.2520661,0.30991736,0.59917355,0.6818182,0.62396693,0.5371901,0.59504133,0.59090906,0.6818182,0.45867768,0.18595041,0.24793388,0.48347107,0.6818182,0.6570248,0.5413223,0.54545456,0.5661157,0.58677685,0.61157024,0.6404959,0.6942149,0.7355372,0.76033056,0.78099173,0.7933884,0.8057851,0.8264463,0.838843,0.838843,0.8264463,0.822314,0.838843,0.8512397,0.8512397,0.34710744,0.19421488,0.35950413,0.61157024,0.677686,0.71487606,0.76859504,0.79752064,0.8057851,0.8057851,0.8057851,0.8264463,0.8347107,0.838843,0.838843,0.8471074,0.8553719,0.8512397,0.838843,0.8305785,0.8016529,0.77272725,0.73966944,0.73140496,0.75619835,0.70247936,0.6859504,0.5371901,0.4214876,0.61570245,0.6404959,0.677686,0.6694215,0.62396693,0.45041323,0.5413223,0.60330576,0.6404959,0.55785125,0.36363637,0.30578512,0.42561984,0.61570245,0.61570245,0.553719,0.54545456,0.54545456,0.5495868,0.57024795,0.59504133,0.6446281,0.7107438,0.74380165,0.75619835,0.78512394,0.7892562,0.822314,0.8471074,0.8429752,0.8347107,0.822314,0.8264463,0.8429752,0.8429752,0.42975205,0.22727273,0.29752067,0.57438016,0.6735537,0.7107438,0.76859504,0.7892562,0.79752064,0.7892562,0.79752064,0.8264463,0.8347107,0.838843,0.8471074,0.8471074,0.8553719,0.8471074,0.8305785,0.8181818,0.7768595,0.75206614,0.7107438,0.73140496,0.7644628,0.7231405,0.6818182,0.607438,0.5289256,0.661157,0.6818182,0.6694215,0.6818182,0.661157,0.46694216,0.48347107,0.61570245,0.6280992,0.60330576,0.53305787,0.5,0.5371901,0.6363636,0.6570248,0.59090906,0.54545456,0.5413223,0.53305787,0.54545456,0.5661157,0.61157024,0.6818182,0.7231405,0.73140496,0.76033056,0.7768595,0.8181818,0.838843,0.838843,0.838843,0.80991733,0.8016529,0.822314,0.8347107,0.5371901,0.28099173,0.29338843,0.5413223,0.661157,0.7107438,0.78099173,0.78099173,0.7933884,0.7892562,0.8016529,0.8305785,0.8305785,0.8429752,0.8512397,0.8512397,0.8512397,0.838843,0.8181818,0.79752064,0.7644628,0.75619835,0.72727275,0.76033056,0.76859504,0.75619835,0.7107438,0.661157,0.62396693,0.6363636,0.6322314,0.6528926,0.7107438,0.6942149,0.553719,0.4876033,0.6446281,0.6694215,0.6487603,0.6446281,0.6446281,0.6694215,0.7107438,0.71487606,0.6528926,0.5661157,0.553719,0.5413223,0.54545456,0.56198347,0.59504133,0.6528926,0.6983471,0.71900827,0.7355372,0.75619835,0.8016529,0.822314,0.8264463,0.8264463,0.7892562,0.75619835,0.79752064,0.8429752,0.5661157,0.41322315,0.3181818,0.49586776,0.6280992,0.6942149,0.77272725,0.7768595,0.78512394,0.7933884,0.80991733,0.822314,0.8305785,0.8429752,0.8471074,0.8512397,0.8512397,0.8264463,0.80991733,0.7933884,0.77272725,0.78099173,0.76033056,0.7768595,0.7768595,0.76859504,0.7231405,0.6942149,0.661157,0.6694215,0.6446281,0.59504133,0.6942149,0.6652893,0.58264464,0.5371901,0.6198347,0.6322314,0.60330576,0.6487603,0.6694215,0.72727275,0.74793386,0.73966944,0.69008267,0.61570245,0.58677685,0.5661157,0.56198347,0.57024795,0.59090906,0.6363636,0.69008267,0.71900827,0.72727275,0.7355372,0.77272725,0.8016529,0.8057851,0.8181818,0.78512394,0.76033056,0.7892562,0.8181818,0.5785124,0.5041322,0.47107437,0.47933885,0.59504133,0.6859504,0.76033056,0.7768595,0.7892562,0.7933884,0.80991733,0.8181818,0.8305785,0.8471074,0.8429752,0.8471074,0.8429752,0.8181818,0.8016529,0.79752064,0.79752064,0.79752064,0.7933884,0.7892562,0.78512394,0.76033056,0.73140496,0.69008267,0.59917355,0.60330576,0.62396693,0.55785125,0.6322314,0.60330576,0.59090906,0.57438016,0.58677685,0.5785124,0.59917355,0.57024795,0.6446281,0.71900827,0.74380165,0.7355372,0.71900827,0.6818182,0.6363636,0.61157024,0.59917355,0.59504133,0.60330576,0.6322314,0.677686,0.7107438,0.71900827,0.71900827,0.75206614,0.7768595,0.78512394,0.8016529,0.7892562,0.7892562,0.7892562,0.8016529,0.607438,0.5247934,0.57438016,0.45454547,0.58677685,0.69008267,0.73966944,0.7644628,0.7892562,0.7892562,0.7933884,0.8140496,0.8264463,0.838843,0.8471074,0.8429752,0.8305785,0.822314,0.80991733,0.8057851,0.8057851,0.8016529,0.8016529,0.78512394,0.76859504,0.75206614,0.71487606,0.6694215,0.57438016,0.58264464,0.60330576,0.59090906,0.61157024,0.55785125,0.5785124,0.5495868,0.607438,0.62396693,0.59917355,0.5495868,0.607438,0.6818182,0.7066116,0.7107438,0.71900827,0.71487606,0.677686,0.661157,0.6528926,0.6570248,0.6528926,0.661157,0.6818182,0.70247936,0.7107438,0.71900827,0.73966944,0.76033056,0.76859504,0.7892562,0.7768595,0.78512394,0.77272725,0.7768595,0.607438,0.54545456,0.6694215,0.49586776,0.58264464,0.677686,0.72727275,0.76033056,0.78512394,0.7933884,0.78512394,0.8057851,0.8264463,0.8347107,0.8471074,0.838843,0.822314,0.8305785,0.822314,0.8016529,0.7644628,0.7768595,0.77272725,0.75619835,0.7107438,0.7231405,0.6859504,0.607438,0.58264464,0.57438016,0.59090906,0.59917355,0.59504133,0.5495868,0.5247934,0.57438016,0.59917355,0.607438,0.59917355,0.57024795,0.60330576,0.6528926,0.677686,0.6983471,0.6942149,0.6942149,0.69008267,0.6942149,0.6983471,0.7066116,0.71900827,0.7066116,0.6859504,0.6983471,0.7066116,0.7066116,0.72727275,0.73966944,0.75619835,0.7768595,0.76033056,0.77272725,0.77272725,0.76859504,0.59090906,0.59504133,0.661157,0.5041322,0.58264464,0.6818182,0.72727275,0.7355372,0.7768595,0.7933884,0.77272725,0.80991733,0.8347107,0.8347107,0.8429752,0.8305785,0.8264463,0.8140496,0.79752064,0.76859504,0.6942149,0.71900827,0.70247936,0.7066116,0.6735537,0.6528926,0.6446281,0.58264464,0.5661157,0.607438,0.5495868,0.58264464,0.56198347,0.5041322,0.49586776,0.59090906,0.61157024,0.60330576,0.58264464,0.5495868,0.59504133,0.59504133,0.6198347,0.6528926,0.6404959,0.6280992,0.6446281,0.6859504,0.70247936,0.7107438,0.73140496,0.7355372,0.69008267,0.6942149,0.71487606,0.70247936,0.7231405,0.73140496,0.75619835,0.7644628,0.74793386,0.76859504,0.77272725,0.75206614,0.61570245,0.6198347,0.58677685,0.5082645,0.5495868,0.6404959,0.7066116,0.72727275,0.7644628,0.7933884,0.74380165,0.80991733,0.822314,0.8347107,0.8347107,0.8264463,0.8305785,0.7768595,0.75206614,0.6859504,0.6446281,0.6487603,0.6487603,0.6487603,0.6487603,0.607438,0.6280992,0.61157024,0.5785124,0.6198347,0.59504133,0.59917355,0.5785124,0.49586776,0.5165289,0.58264464,0.61157024,0.607438,0.56198347,0.54545456,0.58677685,0.56198347,0.55785125,0.59917355,0.59090906,0.56198347,0.58264464,0.6363636,0.6818182,0.7066116,0.71487606,0.74380165,0.72727275,0.7107438,0.71900827,0.7107438,0.72727275,0.73140496,0.76033056,0.76033056,0.7355372,0.76859504,0.76859504,0.73140496,0.70247936,0.75619835,0.76033056,0.55785125,0.4752066,0.607438,0.6528926,0.7066116,0.75206614,0.7892562,0.7644628,0.78099173,0.8181818,0.8347107,0.8347107,0.8347107,0.8057851,0.74380165,0.71900827,0.607438,0.607438,0.59917355,0.6198347,0.60330576,0.607438,0.60330576,0.6404959,0.6363636,0.60330576,0.6446281,0.6818182,0.6570248,0.62396693,0.55785125,0.59090906,0.6446281,0.6404959,0.62396693,0.60330576,0.59504133,0.61157024,0.5785124,0.5495868,0.5661157,0.5495868,0.5247934,0.5247934,0.57024795,0.62396693,0.70247936,0.6942149,0.71900827,0.75619835,0.7355372,0.7231405,0.7231405,0.73966944,0.73966944,0.76859504,0.75619835,0.7355372,0.76033056,0.76033056,0.74793386,0.73966944,0.77272725,0.8057851,0.6694215,0.42561984,0.5785124,0.6652893,0.69008267,0.7355372,0.78099173,0.78512394,0.7892562,0.8181818,0.8264463,0.8264463,0.8347107,0.7768595,0.6983471,0.661157,0.5661157,0.57024795,0.5661157,0.61570245,0.58677685,0.59090906,0.61157024,0.6570248,0.6528926,0.61157024,0.6570248,0.69008267,0.6735537,0.6487603,0.6363636,0.6322314,0.6280992,0.61157024,0.59504133,0.61157024,0.6280992,0.6487603,0.6363636,0.5785124,0.55785125,0.54545456,0.49173555,0.4876033,0.5247934,0.57024795,0.6652893,0.71487606,0.6735537,0.75206614,0.7644628,0.72727275,0.7355372,0.74793386,0.7355372,0.75619835,0.76033056,0.73966944,0.75206614,0.75619835,0.75619835,0.74793386,0.76859504,0.78099173,0.75206614,0.4338843,0.5661157,0.6942149,0.677686,0.71900827,0.76033056,0.78512394,0.79752064,0.8181818,0.8181818,0.8181818,0.8140496,0.7066116,0.6446281,0.62396693,0.5785124,0.5413223,0.5247934,0.58677685,0.5785124,0.60330576,0.59917355,0.6528926,0.6404959,0.6198347,0.6404959,0.6198347,0.59917355,0.5785124,0.57438016,0.55785125,0.53305787,0.53305787,0.5371901,0.5371901,0.5495868,0.57438016,0.61157024,0.58677685,0.54545456,0.5289256,0.45041323,0.45041323,0.48347107,0.53305787,0.62396693,0.7231405,0.6570248,0.73966944,0.78512394,0.74793386,0.74380165,0.76859504,0.7355372,0.76033056,0.76033056,0.74793386,0.74380165,0.74793386,0.74380165,0.71900827,0.73966944,0.76859504,0.7892562,0.49173555,0.5206612,0.6528926,0.6983471,0.72727275,0.71900827,0.74793386,0.8016529,0.8140496,0.80991733,0.8140496,0.78512394,0.69008267,0.6280992,0.6487603,0.61157024,0.5082645,0.46694216,0.46694216,0.5206612,0.5785124,0.553719,0.57438016,0.57438016,0.57024795,0.57024795,0.5495868,0.54545456,0.5165289,0.5,0.5,0.46280992,0.44214877,0.45041323,0.46694216,0.47933885,0.4876033,0.49586776,0.4876033,0.45454547,0.41322315,0.33471075,0.36363637,0.47107437,0.5123967,0.60330576,0.6818182,0.6487603,0.7231405,0.78512394,0.7644628,0.74793386,0.77272725,0.74793386,0.77272725,0.75206614,0.76033056,0.73966944,0.74793386,0.7355372,0.6694215,0.6859504,0.73140496,0.8016529,0.61157024,0.47107437,0.661157,0.6694215,0.71900827,0.76033056,0.77272725,0.7892562,0.8057851,0.7933884,0.8057851,0.78099173,0.74380165,0.6528926,0.661157,0.59504133,0.4876033,0.4090909,0.3305785,0.40495867,0.49173555,0.4752066,0.48347107,0.5041322,0.5123967,0.5082645,0.5082645,0.5165289,0.4876033,0.43801653,0.41735536,0.39256197,0.38429752,0.38429752,0.38842976,0.40082645,0.41322315,0.40082645,0.35123968,0.30578512,0.28512397,0.24380165,0.30991736,0.46280992,0.5,0.5785124,0.6404959,0.6322314,0.7107438,0.78099173,0.78099173,0.75619835,0.76033056,0.75206614,0.77272725,0.75619835,0.7768595,0.74380165,0.75206614,0.75206614,0.6280992,0.6446281,0.71487606,0.73966944,0.69008267,0.45041323,0.6198347,0.6735537,0.6983471,0.74793386,0.7933884,0.76859504,0.7768595,0.79752064,0.7892562,0.7892562,0.76859504,0.6694215,0.6446281,0.58264464,0.48347107,0.42561984,0.4090909,0.46280992,0.49586776,0.49173555,0.5041322,0.5206612,0.5495868,0.56198347,0.55785125,0.55785125,0.5413223,0.49173555,0.47933885,0.5247934,0.56198347,0.58264464,0.58264464,0.57024795,0.57438016,0.553719,0.49586776,0.4090909,0.37603307,0.39256197,0.4214876,0.5123967,0.53305787,0.56198347,0.59090906,0.61157024,0.71487606,0.7768595,0.7892562,0.76859504,0.75619835,0.74793386,0.7644628,0.77272725,0.77272725,0.7355372,0.7355372,0.76033056,0.46694216,0.59504133,0.661157,0.6859504,0.6942149,0.446281,0.5495868,0.6570248,0.677686,0.75206614,0.78512394,0.7355372,0.75619835,0.7892562,0.7768595,0.78099173,0.7644628,0.677686,0.6198347,0.57438016,0.5165289,0.5082645,0.59504133,0.6487603,0.6322314,0.62396693,0.6363636,0.6446281,0.6487603,0.6652893,0.6652893,0.6487603,0.6322314,0.607438,0.60330576,0.61570245,0.6322314,0.6446281,0.6570248,0.6446281,0.6528926,0.6652893,0.677686,0.6487603,0.57438016,0.553719,0.5661157,0.553719,0.54545456,0.5247934,0.553719,0.55785125,0.6942149,0.7644628,0.78512394,0.78512394,0.75619835,0.76033056,0.77272725,0.78512394,0.78099173,0.77272725,0.73966944,0.7644628,0.21487603,0.38429752,0.49586776,0.5206612,0.5495868,0.40082645,0.47933885,0.6528926,0.661157,0.7355372,0.75619835,0.73966944,0.74793386,0.78512394,0.7768595,0.78099173,0.7644628,0.6942149,0.6322314,0.56198347,0.5495868,0.60330576,0.6859504,0.7355372,0.7231405,0.70247936,0.69008267,0.6942149,0.6859504,0.6859504,0.6818182,0.6487603,0.607438,0.58677685,0.57024795,0.56198347,0.5661157,0.58264464,0.59917355,0.6198347,0.6363636,0.661157,0.6983471,0.7231405,0.6818182,0.59090906,0.59090906,0.55785125,0.5206612,0.5206612,0.5041322,0.5289256,0.6528926,0.75206614,0.77272725,0.76859504,0.76033056,0.75206614,0.77272725,0.78512394,0.7933884,0.77272725,0.75619835,0.74793386,0.17768595,0.19008264,0.24793388,0.21900827,0.23553719,0.23140496,0.38429752,0.661157,0.6818182,0.71900827,0.76033056,0.76859504,0.75206614,0.78099173,0.76033056,0.76033056,0.7644628,0.7107438,0.6446281,0.57024795,0.61157024,0.6735537,0.71900827,0.75206614,0.75619835,0.74793386,0.72727275,0.71487606,0.6983471,0.6735537,0.6363636,0.58264464,0.53305787,0.5123967,0.49586776,0.4752066,0.48347107,0.5041322,0.5289256,0.56198347,0.607438,0.6652893,0.69008267,0.6942149,0.7066116,0.62396693,0.5785124,0.59090906,0.5206612,0.5371901,0.47933885,0.5371901,0.6280992,0.73140496,0.76033056,0.74793386,0.74380165,0.75619835,0.7644628,0.77272725,0.76859504,0.73966944,0.74380165,0.6942149,0.19421488,0.19421488,0.1983471,0.1570248,0.08677686,0.11570248,0.30991736,0.6198347,0.6652893,0.7107438,0.7231405,0.75619835,0.76859504,0.7644628,0.73140496,0.73966944,0.74380165,0.7107438,0.6322314,0.5785124,0.6528926,0.7107438,0.74380165,0.74793386,0.75206614,0.75206614,0.74380165,0.73966944,0.71900827,0.6735537,0.6198347,0.53305787,0.47933885,0.4876033,0.47933885,0.46280992,0.49586776,0.54545456,0.56198347,0.5785124,0.6198347,0.6570248,0.6694215,0.6694215,0.6735537,0.6528926,0.607438,0.60330576,0.55785125,0.54545456,0.5165289,0.5371901,0.6198347,0.6983471,0.75619835,0.73140496,0.69008267,0.76033056,0.75619835,0.75206614,0.74793386,0.72727275,0.7231405,0.59504133,0.20247933,0.19421488,0.1983471,0.17355372,0.10330579,0.11157025,0.1983471,0.5206612,0.6322314,0.69008267,0.71900827,0.7231405,0.72727275,0.7231405,0.73140496,0.75619835,0.7355372,0.6859504,0.61570245,0.58264464,0.6570248,0.7231405,0.73966944,0.75206614,0.76033056,0.74380165,0.7355372,0.73140496,0.6983471,0.6487603,0.61570245,0.53305787,0.49586776,0.5206612,0.49173555,0.49586776,0.5371901,0.58264464,0.59090906,0.57024795,0.59504133,0.6363636,0.61157024,0.69008267,0.6652893,0.6363636,0.6570248,0.6280992,0.59090906,0.56198347,0.5123967,0.5495868,0.61570245,0.677686,0.7107438,0.73140496,0.6694215,0.73966944,0.7644628,0.74380165,0.75206614,0.71487606,0.6694215,0.446281,0.19421488,0.20661157,0.20661157,0.18595041,0.14876033,0.12396694,0.16528925,0.446281,0.5785124,0.6694215,0.73140496,0.7066116,0.7066116,0.72727275,0.7107438,0.71900827,0.70247936,0.6404959,0.61570245,0.62396693,0.6735537,0.72727275,0.74380165,0.75619835,0.7644628,0.74793386,0.73140496,0.7066116,0.661157,0.61570245,0.59917355,0.5371901,0.48347107,0.5082645,0.48347107,0.46280992,0.5165289,0.54545456,0.5371901,0.553719,0.5371901,0.60330576,0.60330576,0.6694215,0.6322314,0.6280992,0.6446281,0.59504133,0.60330576,0.53305787,0.5123967,0.5495868,0.59090906,0.6446281,0.69008267,0.6983471,0.677686,0.73140496,0.76859504,0.7355372,0.7355372,0.70247936,0.5785124,0.30165288,0.20247933,0.20247933,0.1983471,0.19421488,0.19421488,0.1446281,0.15289256,0.44214877,0.5371901,0.6322314,0.70247936,0.7107438,0.69008267,0.6818182,0.6652893,0.6859504,0.6983471,0.6280992,0.60330576,0.62396693,0.6652893,0.7231405,0.75619835,0.76033056,0.75619835,0.74793386,0.72727275,0.7066116,0.661157,0.6280992,0.59917355,0.5495868,0.5123967,0.49586776,0.5123967,0.45867768,0.5082645,0.5289256,0.5247934,0.553719,0.54545456,0.59090906,0.59090906,0.6487603,0.6363636,0.6570248,0.61570245,0.553719,0.59917355,0.5371901,0.47933885,0.5289256,0.56198347,0.61570245,0.6942149,0.6487603,0.69008267,0.7355372,0.7355372,0.71900827,0.7107438,0.6694215,0.45041323,0.1570248,0.20247933,0.1983471,0.19008264,0.20247933,0.20247933,0.15289256,0.17355372,0.40082645,0.49173555,0.54545456,0.6528926,0.6818182,0.6652893,0.661157,0.6652893,0.677686,0.6859504,0.6322314,0.58677685,0.57024795,0.607438,0.6859504,0.74380165,0.74380165,0.75206614,0.75206614,0.74380165,0.73966944,0.6942149,0.6652893,0.60330576,0.57438016,0.553719,0.5206612,0.53305787,0.5165289,0.49173555,0.553719,0.553719,0.61157024,0.59917355,0.61570245,0.6280992,0.661157,0.6487603,0.6652893,0.59090906,0.59917355,0.56198347,0.5413223,0.5082645,0.5495868,0.5495868,0.607438,0.6859504,0.6322314,0.6528926,0.7231405,0.70247936,0.69008267,0.677686,0.59917355,0.36363637,0.08677686,0.1983471,0.19008264,0.19421488,0.20247933,0.20661157,0.1694215,0.15289256,0.37190083,0.5371901,0.47933885,0.61570245,0.661157,0.6487603,0.6570248,0.6735537,0.6735537,0.6528926,0.59504133,0.5289256,0.5206612,0.57024795,0.6446281,0.7066116,0.7107438,0.75619835,0.77272725,0.76859504,0.7644628,0.73140496,0.6942149,0.6198347,0.5785124,0.5661157,0.5371901,0.5371901,0.5206612,0.5247934,0.53305787,0.59917355,0.661157,0.6570248,0.6487603,0.677686,0.6818182,0.677686,0.6404959,0.54545456,0.6446281,0.57438016,0.49586776,0.5082645,0.53305787,0.57024795,0.5413223,0.6570248,0.6280992,0.62396693,0.7107438,0.6859504,0.6404959,0.59504133,0.55785125,0.3181818,0.08677686,0.19421488,0.19421488,0.1983471,0.1983471,0.19008264,0.16528925,0.14049587,0.37603307,0.59917355,0.45867768,0.5247934,0.6280992,0.6404959,0.6322314,0.62396693,0.6280992,0.60330576,0.57024795,0.5289256,0.5041322,0.57024795,0.6446281,0.6570248,0.6818182,0.75206614,0.76859504,0.78099173,0.7768595,0.76033056,0.7231405,0.6404959,0.5495868,0.58264464,0.5495868,0.5206612,0.5123967,0.5413223,0.54545456,0.6198347,0.6487603,0.6735537,0.6528926,0.6859504,0.6983471,0.7107438,0.6652893,0.58677685,0.5661157,0.6487603,0.5289256,0.49173555,0.5206612,0.54545456,0.5289256,0.58677685,0.62396693,0.6280992,0.6859504,0.6404959,0.55785125,0.5082645,0.5661157,0.2768595,0.11983471,0.1983471,0.1983471,0.1983471,0.19421488,0.18595041,0.17768595,0.14876033,0.3429752,0.60330576,0.47107437,0.4090909,0.5413223,0.6363636,0.62396693,0.61157024,0.61157024,0.56198347,0.54545456,0.5247934,0.5247934,0.58677685,0.61157024,0.6363636,0.6735537,0.7355372,0.75619835,0.7768595,0.7892562,0.76859504,0.7355372,0.661157,0.59090906,0.6446281,0.59504133,0.5371901,0.57024795,0.56198347,0.607438,0.61570245,0.6404959,0.6363636,0.6487603,0.6942149,0.71900827,0.70247936,0.6404959,0.59504133,0.5289256,0.57024795,0.5247934,0.49173555,0.5123967,0.5082645,0.56198347,0.55785125,0.58264464,0.62396693,0.6446281,0.57024795,0.46280992,0.5082645,0.5661157,0.23140496,0.1694215,0.20247933,0.20247933,0.19421488,0.19421488,0.18595041,0.17768595,0.1322314,0.30991736,0.59917355,0.55785125,0.4090909,0.45041323,0.607438,0.59917355,0.59917355,0.57438016,0.54545456,0.5289256,0.5413223,0.5413223,0.55785125,0.55785125,0.6198347,0.6694215,0.71900827,0.73966944,0.75619835,0.7892562,0.75619835,0.71487606,0.677686,0.6652893,0.661157,0.6363636,0.56198347,0.61570245,0.6280992,0.6446281,0.6528926,0.6859504,0.6694215,0.6404959,0.6859504,0.7107438,0.6818182,0.6528926,0.58677685,0.56198347,0.5123967,0.5041322,0.4876033,0.5,0.46280992,0.57024795,0.553719,0.53305787,0.61157024,0.58677685,0.48347107,0.446281,0.607438,0.5206612,0.20247933,0.20247933,0.20661157,0.19421488,0.19008264,0.19421488,0.19421488,0.18181819,0.11570248,0.26859504,0.5661157,0.57024795,0.4876033,0.40082645,0.47933885,0.53305787,0.553719,0.5206612,0.5289256,0.57438016,0.5785124,0.5413223,0.5413223,0.553719,0.56198347,0.6570248,0.6859504,0.70247936,0.7355372,0.7768595,0.71900827,0.6942149,0.677686,0.6694215,0.6404959,0.6322314,0.607438,0.6404959,0.6487603,0.6570248,0.6818182,0.69008267,0.6694215,0.6570248,0.677686,0.6652893,0.6528926,0.60330576,0.607438,0.55785125,0.5123967,0.5041322,0.5082645,0.48347107,0.4752066,0.5413223,0.53305787,0.5289256,0.5413223,0.5,0.4090909,0.47933885,0.6404959,0.46694216,0.18181819,0.21487603,0.20247933,0.19421488,0.19421488,0.19421488,0.1983471,0.20247933,0.11983471,0.24793388,0.5371901,0.57024795,0.55785125,0.47107437,0.40082645,0.40082645,0.446281,0.45454547,0.47933885,0.5123967,0.5247934,0.5041322,0.5247934,0.5413223,0.57438016,0.6487603,0.6694215,0.6859504,0.71900827,0.7355372,0.7066116,0.677686,0.661157,0.6735537,0.61157024,0.6652893,0.6818182,0.661157,0.61157024,0.6363636,0.6818182,0.6570248,0.6487603,0.6735537,0.6735537,0.661157,0.607438,0.59090906,0.59917355,0.5495868,0.5289256,0.49173555,0.5165289,0.5289256,0.4876033,0.5041322,0.48347107,0.4876033,0.44214877,0.40082645,0.4214876,0.5289256,0.59090906,0.4090909,0.18595041,0.2231405,0.1983471,0.1983471,0.20247933,0.20247933,0.19421488,0.20247933,0.14049587,0.22727273,0.4752066,0.5413223,0.553719,0.5661157,0.45041323,0.32231405,0.3553719,0.40082645,0.42975205,0.45454547,0.4876033,0.5041322,0.5247934,0.5371901,0.58677685,0.61570245,0.6404959,0.6487603,0.6859504,0.6818182,0.661157,0.6570248,0.61157024,0.6652893,0.59090906,0.6446281,0.61570245,0.6363636,0.6198347,0.6322314,0.6487603,0.61570245,0.61157024,0.61157024,0.62396693,0.6446281,0.59917355,0.54545456,0.59090906,0.5413223,0.5289256,0.5123967,0.48347107,0.5247934,0.4876033,0.45454547,0.42975205,0.40495867,0.37190083,0.3966942,0.46694216,0.5661157,0.55785125,0.35123968,0.19008264,0.22727273,0.20247933,0.20247933,0.20247933,0.20247933,0.1983471,0.1983471,0.1694215,0.2231405,0.46280992,0.54545456,0.59504133,0.5785124,0.5206612,0.3429752,0.3140496,0.3677686,0.38842976,0.4214876,0.45867768,0.47933885,0.5041322,0.5413223,0.5413223,0.56198347,0.59504133,0.6198347,0.6446281,0.6487603,0.62396693,0.61570245,0.58264464,0.6404959,0.58677685,0.59917355,0.5123967,0.58677685,0.6446281,0.6322314,0.61157024,0.5785124,0.58264464,0.5371901,0.5495868,0.60330576,0.58264464,0.54545456,0.5082645,0.5289256,0.5206612,0.5413223,0.45041323,0.47107437,0.45041323,0.41322315,0.38429752,0.3677686,0.4090909,0.46280992,0.5041322,0.60330576,0.5495868,0.2892562,0.19421488,0.22727273,6 +0.30165288,0.27272728,0.38016528,0.48347107,0.69008267,0.6983471,0.71900827,0.74793386,0.7644628,0.7768595,0.7892562,0.7892562,0.79752064,0.7933884,0.80991733,0.8057851,0.8264463,0.822314,0.822314,0.8347107,0.838843,0.838843,0.8429752,0.838843,0.8429752,0.8429752,0.8264463,0.8057851,0.79752064,0.8057851,0.8016529,0.79752064,0.79752064,0.7933884,0.7933884,0.79752064,0.8057851,0.8264463,0.838843,0.8347107,0.838843,0.8429752,0.8512397,0.8471074,0.8553719,0.8553719,0.8512397,0.8512397,0.8595041,0.8512397,0.8677686,0.8553719,0.8636364,0.8677686,0.8677686,0.8801653,0.892562,0.89669424,0.88842976,0.9504132,0.76859504,0.33471075,0.33471075,0.24793388,0.30165288,0.36363637,0.3677686,0.553719,0.69008267,0.6942149,0.71900827,0.74380165,0.76859504,0.76859504,0.78099173,0.78512394,0.7892562,0.8016529,0.79752064,0.7892562,0.8057851,0.8140496,0.8264463,0.8347107,0.838843,0.8429752,0.8471074,0.8429752,0.8471074,0.838843,0.822314,0.80991733,0.80991733,0.8140496,0.8140496,0.80991733,0.80991733,0.8057851,0.79752064,0.8057851,0.8140496,0.8264463,0.8347107,0.8347107,0.8305785,0.8429752,0.8429752,0.8347107,0.8429752,0.8512397,0.8471074,0.8553719,0.838843,0.8553719,0.8677686,0.8595041,0.8512397,0.8636364,0.8801653,0.8801653,0.89669424,0.892562,0.90495867,0.90082645,0.95454544,0.5,0.4214876,0.40495867,0.29338843,0.40082645,0.3966942,0.61157024,0.6859504,0.6859504,0.7107438,0.72727275,0.76033056,0.76033056,0.77272725,0.77272725,0.7933884,0.7892562,0.78512394,0.7892562,0.79752064,0.79752064,0.8181818,0.8264463,0.8264463,0.838843,0.838843,0.8347107,0.8429752,0.838843,0.8181818,0.80991733,0.8057851,0.80991733,0.8181818,0.822314,0.8181818,0.8057851,0.8057851,0.8181818,0.8181818,0.8264463,0.8347107,0.8264463,0.8264463,0.8305785,0.838843,0.8347107,0.8429752,0.8512397,0.8471074,0.8553719,0.838843,0.8429752,0.8512397,0.8636364,0.8553719,0.8512397,0.8636364,0.88842976,0.88429755,0.90495867,0.892562,0.89669424,0.95454544,0.6859504,0.43801653,0.47933885,0.3140496,0.4090909,0.4214876,0.677686,0.6818182,0.69008267,0.6942149,0.71487606,0.73140496,0.7644628,0.76859504,0.7644628,0.78512394,0.7892562,0.7933884,0.7892562,0.79752064,0.8016529,0.8057851,0.8140496,0.8264463,0.8305785,0.8347107,0.838843,0.838843,0.8347107,0.8181818,0.8181818,0.80991733,0.80991733,0.8264463,0.8264463,0.822314,0.8181818,0.80991733,0.8181818,0.822314,0.8140496,0.822314,0.80991733,0.80991733,0.8140496,0.8140496,0.8140496,0.8181818,0.8140496,0.822314,0.8305785,0.7933884,0.74793386,0.8140496,0.8553719,0.8719008,0.8801653,0.8512397,0.8636364,0.87603307,0.8801653,0.90082645,0.90082645,0.90909094,0.89669424,0.45867768,0.53305787,0.3553719,0.38429752,0.5289256,0.6818182,0.677686,0.69008267,0.69008267,0.7107438,0.73966944,0.73140496,0.7355372,0.6942149,0.71900827,0.78099173,0.7892562,0.77272725,0.7644628,0.78099173,0.79752064,0.8057851,0.80991733,0.822314,0.822314,0.8181818,0.8181818,0.8264463,0.8181818,0.8181818,0.80991733,0.8057851,0.80991733,0.8057851,0.7892562,0.77272725,0.7644628,0.76033056,0.76033056,0.7644628,0.75619835,0.7355372,0.71900827,0.71900827,0.6859504,0.75206614,0.6528926,0.59504133,0.5785124,0.62396693,0.53305787,0.48347107,0.58264464,0.72727275,0.7933884,0.892562,0.8636364,0.80991733,0.8429752,0.8264463,0.87603307,0.892562,0.89669424,0.9504132,0.57438016,0.4752066,0.4090909,0.40082645,0.607438,0.6735537,0.661157,0.6942149,0.70247936,0.677686,0.661157,0.59090906,0.62396693,0.6404959,0.59504133,0.74380165,0.7768595,0.7107438,0.6652893,0.6570248,0.6487603,0.7066116,0.6735537,0.6859504,0.6735537,0.6446281,0.6322314,0.6198347,0.59917355,0.59090906,0.57438016,0.553719,0.55785125,0.55785125,0.54545456,0.53305787,0.5371901,0.5247934,0.49173555,0.4752066,0.4752066,0.46280992,0.46280992,0.43801653,0.42975205,0.47933885,0.4876033,0.49173555,0.5,0.54545456,0.47107437,0.56198347,0.6322314,0.6652893,0.71487606,0.75619835,0.74793386,0.6735537,0.661157,0.5082645,0.60330576,0.78099173,0.8801653,0.946281,0.72727275,0.49586776,0.44214877,0.43801653,0.6818182,0.6363636,0.58677685,0.6198347,0.56198347,0.5,0.47933885,0.49173555,0.5206612,0.54545456,0.5082645,0.5082645,0.5,0.45454547,0.41322315,0.40495867,0.38016528,0.35950413,0.39256197,0.42561984,0.38842976,0.42975205,0.4090909,0.3966942,0.48347107,0.55785125,0.553719,0.58677685,0.61570245,0.6446281,0.6363636,0.60330576,0.59090906,0.56198347,0.47107437,0.41322315,0.40082645,0.40082645,0.40495867,0.3553719,0.35950413,0.3553719,0.3553719,0.35123968,0.38842976,0.446281,0.35950413,0.7355372,0.92561984,0.91735536,0.91735536,0.8264463,0.6942149,0.75619835,0.8181818,0.80991733,0.72727275,0.5123967,0.59504133,0.92561984,0.892562,0.43801653,0.41322315,0.5165289,0.6983471,0.5785124,0.46280992,0.5289256,0.58677685,0.53305787,0.5082645,0.5371901,0.5371901,0.5289256,0.49173555,0.45454547,0.3553719,0.30165288,0.2892562,0.30165288,0.30165288,0.3140496,0.5041322,0.73140496,0.60330576,0.53305787,0.4876033,0.4090909,0.47933885,0.6280992,0.48347107,0.5289256,0.62396693,0.6570248,0.6322314,0.58677685,0.53305787,0.5289256,0.5041322,0.44214877,0.37190083,0.338843,0.34710744,0.34710744,0.35123968,0.32231405,0.30165288,0.29338843,0.338843,0.39256197,0.3140496,0.6487603,0.90082645,0.91735536,0.91735536,0.90495867,0.7768595,0.7107438,0.7231405,0.87603307,0.88429755,0.89669424,0.40082645,0.607438,0.94214875,0.4876033,0.41735536,0.677686,0.6363636,0.49586776,0.6363636,0.75619835,0.661157,0.5123967,0.5082645,0.553719,0.59090906,0.57438016,0.5082645,0.45041323,0.37190083,0.34710744,0.3264463,0.32231405,0.28512397,0.3140496,0.6528926,0.9586777,0.9214876,0.90082645,0.7933884,0.59504133,0.49586776,0.661157,0.7231405,0.6280992,0.78512394,0.79752064,0.76033056,0.71900827,0.58677685,0.607438,0.6280992,0.5371901,0.46280992,0.41735536,0.42975205,0.4090909,0.38429752,0.35123968,0.36363637,0.35950413,0.3966942,0.46280992,0.47107437,0.48347107,0.78512394,0.892562,0.88842976,0.88842976,0.8553719,0.8347107,0.7107438,0.74380165,0.88842976,0.88842976,0.91735536,0.42561984,0.8553719,0.73966944,0.5661157,0.87603307,0.59504133,0.61570245,0.8057851,0.73140496,0.5206612,0.5165289,0.62396693,0.6363636,0.6404959,0.59504133,0.4876033,0.45867768,0.44214877,0.42975205,0.42975205,0.4214876,0.39256197,0.3429752,0.5206612,0.90495867,0.91322315,0.92975205,0.8595041,0.6942149,0.57024795,0.6487603,0.7644628,0.6528926,0.7768595,0.78099173,0.76033056,0.74380165,0.62396693,0.72727275,0.8016529,0.6735537,0.553719,0.49586776,0.47107437,0.44214877,0.41322315,0.38842976,0.39256197,0.40082645,0.4214876,0.46694216,0.45867768,0.4090909,0.47107437,0.661157,0.7231405,0.8057851,0.8801653,0.87603307,0.8264463,0.7107438,0.8016529,0.90082645,0.93801653,0.677686,0.8016529,0.9338843,0.8719008,0.9586777,0.5785124,0.7933884,0.8677686,0.75206614,0.54545456,0.53305787,0.661157,0.69008267,0.62396693,0.5,0.40082645,0.41735536,0.41322315,0.39256197,0.4090909,0.39256197,0.3677686,0.3305785,0.36363637,0.6570248,0.8553719,0.892562,0.8016529,0.6363636,0.6528926,0.7768595,0.7644628,0.5371901,0.61570245,0.6570248,0.61157024,0.6404959,0.60330576,0.74380165,0.87603307,0.7355372,0.5661157,0.47933885,0.4338843,0.39256197,0.34710744,0.3305785,0.3264463,0.36363637,0.41322315,0.4338843,0.42975205,0.43801653,0.40082645,0.43801653,0.5165289,0.6198347,0.822314,0.8636364,0.8677686,0.80991733,0.7892562,0.8677686,0.92561984,0.79752064,0.76033056,0.9834711,0.93801653,0.8512397,0.607438,0.9504132,0.90495867,0.8801653,0.8677686,0.6198347,0.6322314,0.62396693,0.53305787,0.4090909,0.36363637,0.446281,0.43801653,0.4338843,0.46280992,0.43801653,0.38842976,0.3553719,0.3181818,0.338843,0.5082645,0.6487603,0.59917355,0.5082645,0.607438,0.76033056,0.74380165,0.6652893,0.76033056,0.7933884,0.75206614,0.6280992,0.5,0.70247936,0.8471074,0.6859504,0.5123967,0.446281,0.40495867,0.34710744,0.3140496,0.3429752,0.34710744,0.4214876,0.49173555,0.53305787,0.553719,0.5371901,0.48347107,0.45867768,0.5413223,0.49173555,0.58677685,0.8057851,0.8595041,0.8471074,0.8429752,0.8429752,0.892562,0.89669424,0.69008267,0.8512397,0.87603307,0.59090906,0.75619835,0.95454544,0.90909094,0.90082645,0.9628099,0.74793386,0.58264464,0.5,0.42975205,0.38842976,0.4338843,0.57438016,0.61570245,0.59090906,0.61157024,0.59504133,0.5413223,0.45867768,0.46280992,0.40082645,0.338843,0.41735536,0.48347107,0.4876033,0.56198347,0.6363636,0.6528926,0.78099173,0.8553719,0.8595041,0.8471074,0.8057851,0.4752066,0.5413223,0.77272725,0.6322314,0.4876033,0.4214876,0.3966942,0.37190083,0.3677686,0.38016528,0.45867768,0.607438,0.6983471,0.6983471,0.6983471,0.7355372,0.78099173,0.6735537,0.47933885,0.62396693,0.36363637,0.62396693,0.8429752,0.8512397,0.87603307,0.8636364,0.8719008,0.9214876,0.76859504,0.4214876,0.6363636,0.553719,0.74793386,0.90495867,0.90082645,0.90082645,0.92561984,0.6859504,0.5289256,0.4214876,0.4090909,0.45041323,0.6818182,0.8140496,0.6735537,0.47933885,0.46694216,0.5495868,0.6652893,0.6652893,0.5165289,0.45454547,0.41322315,0.3553719,0.42561984,0.4752066,0.5661157,0.6363636,0.6859504,0.8347107,0.8553719,0.8595041,0.8512397,0.892562,0.6280992,0.5123967,0.70247936,0.6487603,0.5123967,0.446281,0.4090909,0.38016528,0.38429752,0.43801653,0.56198347,0.59504133,0.46280992,0.3305785,0.37190083,0.37190083,0.8305785,0.92561984,0.77272725,0.49173555,0.4876033,0.45041323,0.76033056,0.822314,0.8636364,0.8719008,0.8636364,0.90909094,0.8471074,0.3429752,0.54545456,0.5785124,0.71900827,0.7355372,0.8181818,0.8347107,0.78512394,0.61157024,0.46694216,0.3966942,0.41322315,0.58264464,0.8057851,0.7066116,0.47933885,0.2603306,0.30165288,0.35123968,0.40082645,0.71900827,0.62396693,0.48347107,0.44214877,0.40082645,0.42975205,0.5123967,0.5413223,0.6404959,0.74380165,0.8264463,0.8471074,0.8595041,0.8429752,0.8801653,0.822314,0.5289256,0.61570245,0.75206614,0.661157,0.54545456,0.4214876,0.37190083,0.4338843,0.46694216,0.57024795,0.53305787,0.47107437,0.2644628,0.45041323,0.2603306,0.6694215,0.90082645,0.9338843,0.6198347,0.57024795,0.41735536,0.61157024,0.7355372,0.78512394,0.822314,0.8140496,0.8595041,0.8719008,0.42561984,0.48347107,0.6363636,0.69008267,0.6694215,0.6363636,0.6487603,0.62396693,0.5495868,0.4214876,0.4090909,0.446281,0.60330576,0.79752064,0.5495868,0.4876033,0.3429752,0.23140496,0.36363637,0.2768595,0.6363636,0.6487603,0.5413223,0.46694216,0.45041323,0.53305787,0.553719,0.47107437,0.5661157,0.76859504,0.8057851,0.8347107,0.8677686,0.8471074,0.8677686,0.91735536,0.6322314,0.5,0.59090906,0.6983471,0.6735537,0.49173555,0.41735536,0.45867768,0.48347107,0.553719,0.45041323,0.5041322,0.20661157,0.23553719,0.24793388,0.33471075,0.76033056,0.8553719,0.6942149,0.553719,0.5371901,0.5123967,0.6198347,0.6942149,0.74793386,0.75206614,0.7644628,0.822314,0.37603307,0.46280992,0.59090906,0.62396693,0.56198347,0.4876033,0.46694216,0.4752066,0.4338843,0.38429752,0.38016528,0.45041323,0.5495868,0.6983471,0.5165289,0.33471075,0.3553719,0.21900827,0.28099173,0.338843,0.58264464,0.59917355,0.5371901,0.5289256,0.49173555,0.607438,0.56198347,0.45454547,0.59504133,0.77272725,0.7768595,0.822314,0.87603307,0.8512397,0.8595041,0.90495867,0.78512394,0.5,0.45867768,0.59504133,0.7066116,0.5661157,0.45041323,0.446281,0.43801653,0.49173555,0.45454547,0.42561984,0.338843,0.3429752,0.37603307,0.36363637,0.58264464,0.69008267,0.6859504,0.62396693,0.6322314,0.61570245,0.6570248,0.7355372,0.8264463,0.8553719,0.87603307,0.87603307,0.45867768,0.44214877,0.5785124,0.59917355,0.53305787,0.4752066,0.41735536,0.4090909,0.39256197,0.37603307,0.3553719,0.4338843,0.553719,0.6363636,0.61157024,0.44214877,0.41322315,0.41322315,0.4214876,0.46280992,0.553719,0.57438016,0.5413223,0.5041322,0.48347107,0.5413223,0.47933885,0.49586776,0.70247936,0.75619835,0.76033056,0.80991733,0.8801653,0.8595041,0.8553719,0.88429755,0.88842976,0.6404959,0.5,0.6528926,0.7231405,0.58677685,0.46694216,0.42975205,0.41322315,0.42561984,0.43801653,0.45867768,0.48347107,0.5413223,0.5661157,0.5785124,0.6198347,0.71900827,0.822314,0.78512394,0.7933884,0.79752064,0.75619835,0.7892562,0.8471074,0.8677686,0.892562,0.8471074,0.5206612,0.3966942,0.677686,0.74793386,0.6983471,0.6694215,0.59504133,0.56198347,0.5371901,0.5247934,0.46280992,0.4752066,0.58677685,0.6570248,0.6570248,0.58677685,0.5371901,0.5247934,0.5165289,0.5123967,0.5082645,0.5289256,0.53305787,0.5,0.49173555,0.49586776,0.46280992,0.6198347,0.7768595,0.74380165,0.7644628,0.8181818,0.87603307,0.8636364,0.8512397,0.8719008,0.88429755,0.8181818,0.5495868,0.54545456,0.7107438,0.6694215,0.5206612,0.44214877,0.4338843,0.4214876,0.4214876,0.4338843,0.47107437,0.5247934,0.57024795,0.61570245,0.6528926,0.74793386,0.838843,0.8636364,0.8512397,0.8595041,0.8347107,0.8140496,0.838843,0.8553719,0.91322315,0.75206614,0.6404959,0.35950413,0.6694215,0.7644628,0.7768595,0.7644628,0.7355372,0.677686,0.661157,0.6652893,0.59090906,0.5206612,0.607438,0.6363636,0.6487603,0.60330576,0.54545456,0.5082645,0.5,0.49586776,0.5082645,0.5247934,0.5206612,0.5,0.5165289,0.46694216,0.5289256,0.75619835,0.77272725,0.74380165,0.7933884,0.8264463,0.8595041,0.8595041,0.8512397,0.8677686,0.8719008,0.8801653,0.74380165,0.5495868,0.59504133,0.71487606,0.6363636,0.5289256,0.48347107,0.4752066,0.4752066,0.46694216,0.4876033,0.5123967,0.5495868,0.607438,0.6446281,0.71900827,0.8057851,0.8471074,0.8512397,0.8595041,0.8471074,0.8305785,0.8471074,0.8553719,0.9214876,0.69008267,0.76859504,0.38429752,0.61570245,0.7644628,0.78099173,0.77272725,0.75206614,0.7066116,0.6942149,0.70247936,0.6528926,0.54545456,0.61570245,0.62396693,0.6280992,0.60330576,0.57024795,0.5495868,0.5413223,0.54545456,0.56198347,0.57438016,0.5661157,0.5413223,0.5041322,0.5,0.6859504,0.80991733,0.76033056,0.76033056,0.8016529,0.8305785,0.8553719,0.8553719,0.8512397,0.8677686,0.8719008,0.87603307,0.8677686,0.71487606,0.5123967,0.5661157,0.6942149,0.70247936,0.6322314,0.5785124,0.5785124,0.5661157,0.57024795,0.58264464,0.59917355,0.6446281,0.6983471,0.74380165,0.7892562,0.8305785,0.8429752,0.8636364,0.838843,0.8512397,0.8553719,0.8719008,0.91735536,0.7355372,0.8512397,0.5206612,0.5,0.7768595,0.78512394,0.7768595,0.7644628,0.7355372,0.71487606,0.71487606,0.6694215,0.57438016,0.6198347,0.6404959,0.6363636,0.6280992,0.607438,0.607438,0.60330576,0.61570245,0.6280992,0.6652893,0.6487603,0.54545456,0.4876033,0.6446281,0.8181818,0.79752064,0.7644628,0.7892562,0.8057851,0.822314,0.8471074,0.8471074,0.8429752,0.8636364,0.8719008,0.8719008,0.8801653,0.8677686,0.6487603,0.43801653,0.55785125,0.74793386,0.76859504,0.7231405,0.7107438,0.6983471,0.69008267,0.70247936,0.70247936,0.73140496,0.77272725,0.7892562,0.80991733,0.8347107,0.8553719,0.8636364,0.8719008,0.8677686,0.8801653,0.89669424,0.838843,0.8140496,0.892562,0.6859504,0.39256197,0.78099173,0.8057851,0.78099173,0.7768595,0.77272725,0.76033056,0.73140496,0.70247936,0.677686,0.7066116,0.7231405,0.7066116,0.70247936,0.6983471,0.70247936,0.6942149,0.71900827,0.72727275,0.75206614,0.6652893,0.49173555,0.55785125,0.7892562,0.8057851,0.76033056,0.7768595,0.8057851,0.8057851,0.8057851,0.8264463,0.838843,0.838843,0.8595041,0.87603307,0.87603307,0.8719008,0.892562,0.8016529,0.5289256,0.43801653,0.59090906,0.71487606,0.75206614,0.74793386,0.75206614,0.7644628,0.78512394,0.78512394,0.78512394,0.8181818,0.8264463,0.8429752,0.8471074,0.8719008,0.87603307,0.8801653,0.8801653,0.89669424,0.89669424,0.73140496,0.87603307,0.90082645,0.75206614,0.4752066,0.6487603,0.8140496,0.7933884,0.77272725,0.78512394,0.7644628,0.71487606,0.7644628,0.7933884,0.79752064,0.7933884,0.79752064,0.7892562,0.7892562,0.7892562,0.77272725,0.78512394,0.78099173,0.6983471,0.5371901,0.4876033,0.6859504,0.8057851,0.74793386,0.72727275,0.7768595,0.80991733,0.8140496,0.79752064,0.80991733,0.8347107,0.838843,0.8553719,0.8801653,0.88429755,0.8719008,0.88429755,0.8429752,0.6446281,0.5165289,0.47107437,0.5247934,0.6528926,0.7231405,0.73140496,0.7355372,0.76859504,0.78512394,0.7892562,0.8140496,0.8264463,0.8512397,0.8595041,0.8719008,0.88429755,0.88842976,0.89669424,0.892562,0.7644628,0.7892562,0.91735536,0.892562,0.69008267,0.6983471,0.46280992,0.8429752,0.80991733,0.7768595,0.79752064,0.72727275,0.71900827,0.822314,0.8264463,0.8264463,0.8181818,0.822314,0.8057851,0.8181818,0.80991733,0.7933884,0.76859504,0.6818182,0.53305787,0.4752066,0.60330576,0.72727275,0.7768595,0.72727275,0.7107438,0.76859504,0.8016529,0.80991733,0.7933884,0.7933884,0.8181818,0.8347107,0.8512397,0.8801653,0.88842976,0.8677686,0.8719008,0.8719008,0.72727275,0.57438016,0.5371901,0.4214876,0.446281,0.5661157,0.6570248,0.6983471,0.7355372,0.75619835,0.76033056,0.78099173,0.8016529,0.8181818,0.8512397,0.8801653,0.892562,0.892562,0.87603307,0.8057851,0.74380165,0.90495867,0.90495867,0.892562,0.6363636,0.75619835,0.5289256,0.8181818,0.8305785,0.7768595,0.80991733,0.677686,0.7355372,0.8512397,0.8305785,0.8305785,0.822314,0.822314,0.8140496,0.8264463,0.8140496,0.75206614,0.6446281,0.5041322,0.47933885,0.58264464,0.6735537,0.71487606,0.77272725,0.74380165,0.71487606,0.75619835,0.7933884,0.8057851,0.79752064,0.78099173,0.8016529,0.8347107,0.8471074,0.87603307,0.89669424,0.8719008,0.8595041,0.87603307,0.8512397,0.6446281,0.5495868,0.5082645,0.40495867,0.37603307,0.45454547,0.553719,0.6446281,0.7231405,0.73966944,0.74793386,0.78512394,0.79752064,0.8471074,0.8801653,0.8553719,0.8429752,0.8264463,0.7892562,0.8677686,0.90082645,0.892562,0.88842976,0.6280992,0.6859504,0.7066116,0.73140496,0.77272725,0.6818182,0.8016529,0.6942149,0.74793386,0.8636364,0.838843,0.8347107,0.8264463,0.8305785,0.80991733,0.76033056,0.6818182,0.5785124,0.49586776,0.49586776,0.5785124,0.661157,0.6818182,0.7355372,0.78099173,0.76033056,0.72727275,0.73966944,0.7892562,0.8181818,0.8016529,0.76859504,0.78512394,0.838843,0.8471074,0.8719008,0.90082645,0.87603307,0.8636364,0.8719008,0.91322315,0.78099173,0.55785125,0.5123967,0.49586776,0.44214877,0.38016528,0.38842976,0.44214877,0.5495868,0.59504133,0.61157024,0.74380165,0.8016529,0.8140496,0.8016529,0.78099173,0.8181818,0.8512397,0.88429755,0.892562,0.88429755,0.8801653,0.88429755,0.61570245,0.661157,0.72727275,0.7355372,0.6942149,0.60330576,0.6983471,0.6694215,0.6983471,0.78099173,0.7768595,0.75206614,0.7355372,0.7066116,0.6528926,0.58264464,0.5165289,0.5041322,0.553719,0.61570245,0.6487603,0.6487603,0.677686,0.7768595,0.78512394,0.74793386,0.7107438,0.70247936,0.76859504,0.8347107,0.79752064,0.73966944,0.74380165,0.8057851,0.8264463,0.8636364,0.89669424,0.8677686,0.8553719,0.87603307,0.90082645,0.91735536,0.59504133,0.46694216,0.5206612,0.5247934,0.49586776,0.46694216,0.4338843,0.4214876,0.44214877,0.47933885,0.62396693,0.73966944,0.74793386,0.73140496,0.79752064,0.89669424,0.89669424,0.892562,0.88842976,0.8719008,0.8636364,0.8801653,0.60330576,0.6446281,0.71487606,0.74380165,0.74793386,0.71900827,0.677686,0.6404959,0.6487603,0.6363636,0.6280992,0.59917355,0.58264464,0.56198347,0.5371901,0.56198347,0.59090906,0.62396693,0.6404959,0.6528926,0.6446281,0.6198347,0.677686,0.76033056,0.75206614,0.7066116,0.661157,0.6487603,0.6983471,0.78512394,0.75206614,0.6859504,0.6735537,0.70247936,0.74793386,0.8140496,0.8553719,0.8181818,0.8016529,0.8305785,0.8636364,0.92561984,0.61157024,0.45454547,0.4876033,0.5082645,0.5165289,0.5247934,0.54545456,0.5495868,0.5495868,0.58677685,0.6404959,0.6942149,0.73966944,0.76859504,0.838843,0.88842976,0.88429755,0.88429755,0.88429755,0.8595041,0.8471074,0.87603307,0.59917355,0.6404959,0.69008267,0.7231405,0.71900827,0.74380165,0.76033056,0.75206614,0.7231405,0.677686,0.6446281,0.6446281,0.6570248,0.6694215,0.6694215,0.69008267,0.6735537,0.6570248,0.62396693,0.61570245,0.6198347,0.58677685,0.6404959,0.6983471,0.677686,0.6280992,0.59917355,0.59917355,0.62396693,0.6735537,0.677686,0.6322314,0.60330576,0.59917355,0.6528926,0.75619835,0.78512394,0.71900827,0.6363636,0.6570248,0.74793386,0.8016529,0.57438016,0.47107437,0.48347107,0.47107437,0.46280992,0.4752066,0.5206612,0.54545456,0.56198347,0.6198347,0.6735537,0.6983471,0.74793386,0.77272725,0.8181818,0.8636364,0.8636364,0.8595041,0.8677686,0.8553719,0.8512397,0.8595041,0.5785124,0.6322314,0.69008267,0.70247936,0.69008267,0.71487606,0.7355372,0.75206614,0.76859504,0.76859504,0.74793386,0.76033056,0.76033056,0.73140496,0.7107438,0.69008267,0.6404959,0.59504133,0.5785124,0.58264464,0.60330576,0.57438016,0.59504133,0.62396693,0.553719,0.46280992,0.43801653,0.4876033,0.553719,0.607438,0.61570245,0.57438016,0.5495868,0.53305787,0.59917355,0.7355372,0.71487606,0.553719,0.42561984,0.46694216,0.59504133,0.6322314,0.5413223,0.5082645,0.5,0.4752066,0.4214876,0.41735536,0.46694216,0.5,0.5413223,0.57438016,0.61570245,0.661157,0.71487606,0.73966944,0.7933884,0.822314,0.8347107,0.8305785,0.8429752,0.8512397,0.8595041,0.8471074,0.5371901,0.61570245,0.69008267,0.6818182,0.69008267,0.7107438,0.7231405,0.73966944,0.75206614,0.7644628,0.75206614,0.75619835,0.7355372,0.70247936,0.677686,0.6446281,0.5785124,0.5371901,0.553719,0.59090906,0.607438,0.607438,0.60330576,0.59917355,0.5123967,0.38842976,0.37603307,0.446281,0.5206612,0.57024795,0.57438016,0.5206612,0.49173555,0.47933885,0.57024795,0.6942149,0.6363636,0.49586776,0.45454547,0.5206612,0.6198347,0.59917355,0.5289256,0.5165289,0.5247934,0.5165289,0.44214877,0.37603307,0.40082645,0.45454547,0.5,0.5289256,0.5661157,0.61157024,0.6818182,0.7066116,0.76859504,0.79752064,0.8016529,0.8016529,0.8264463,0.8305785,0.8512397,0.8429752,0.47933885,0.607438,0.6818182,0.6735537,0.6859504,0.7107438,0.7107438,0.71900827,0.7355372,0.7355372,0.7355372,0.73140496,0.70247936,0.661157,0.6280992,0.57438016,0.5206612,0.5247934,0.57024795,0.61570245,0.6280992,0.6322314,0.61570245,0.607438,0.57438016,0.5082645,0.49173555,0.5082645,0.5247934,0.54545456,0.55785125,0.5082645,0.44214877,0.45041323,0.5785124,0.6694215,0.6280992,0.60330576,0.6322314,0.6735537,0.73966944,0.6404959,0.5165289,0.5123967,0.54545456,0.5495868,0.5,0.41735536,0.34710744,0.38016528,0.43801653,0.4752066,0.5206612,0.553719,0.6322314,0.661157,0.74380165,0.7892562,0.7768595,0.7768595,0.8016529,0.80991733,0.8429752,0.8471074,0.43801653,0.61157024,0.6652893,0.677686,0.6818182,0.69008267,0.6983471,0.6983471,0.71900827,0.71900827,0.71900827,0.70247936,0.6694215,0.61570245,0.5661157,0.5041322,0.4876033,0.5495868,0.607438,0.6280992,0.6404959,0.6363636,0.6198347,0.59504133,0.58264464,0.57024795,0.56198347,0.5371901,0.5165289,0.5371901,0.56198347,0.5206612,0.4338843,0.43801653,0.58264464,0.6570248,0.6404959,0.6446281,0.6652893,0.7107438,0.76033056,0.6528926,0.5413223,0.5289256,0.5495868,0.5495868,0.5247934,0.48347107,0.39256197,0.3305785,0.34710744,0.41735536,0.48347107,0.5123967,0.57438016,0.6280992,0.73140496,0.7892562,0.77272725,0.76859504,0.76859504,0.7892562,0.8429752,0.8553719,0.44214877,0.607438,0.6570248,0.6694215,0.6818182,0.6652893,0.6818182,0.6859504,0.6983471,0.7066116,0.6942149,0.677686,0.6322314,0.56198347,0.49586776,0.45454547,0.5165289,0.60330576,0.6446281,0.6363636,0.6487603,0.6446281,0.6280992,0.607438,0.5661157,0.5289256,0.54545456,0.5371901,0.49586776,0.5041322,0.5289256,0.5041322,0.42975205,0.4090909,0.5165289,0.58677685,0.60330576,0.61157024,0.607438,0.6942149,0.75206614,0.6859504,0.60330576,0.57024795,0.553719,0.5413223,0.5082645,0.5041322,0.4876033,0.4090909,0.30165288,0.3305785,0.42975205,0.4876033,0.5289256,0.6363636,0.73966944,0.8016529,0.7933884,0.77272725,0.75206614,0.7768595,0.8471074,0.8512397,0.43801653,0.59090906,0.6528926,0.6652893,0.677686,0.6528926,0.677686,0.677686,0.6859504,0.6942149,0.6818182,0.661157,0.59917355,0.49586776,0.42561984,0.4752066,0.57024795,0.6404959,0.6528926,0.6280992,0.6280992,0.6322314,0.6322314,0.61157024,0.55785125,0.5,0.49173555,0.49586776,0.46694216,0.45041323,0.45867768,0.446281,0.40495867,0.3966942,0.45867768,0.553719,0.60330576,0.59504133,0.59917355,0.661157,0.71900827,0.7107438,0.6652893,0.6446281,0.57024795,0.5371901,0.49173555,0.49173555,0.5041322,0.49173555,0.4090909,0.30991736,0.33471075,0.46280992,0.5041322,0.6280992,0.7644628,0.8181818,0.822314,0.78512394,0.72727275,0.7768595,0.8347107,0.8429752,0.41322315,0.5247934,0.6322314,0.6528926,0.6694215,0.6487603,0.6735537,0.6735537,0.6859504,0.6942149,0.69008267,0.6570248,0.5495868,0.41735536,0.43801653,0.5247934,0.5785124,0.6198347,0.61570245,0.59090906,0.57438016,0.59504133,0.607438,0.57438016,0.5289256,0.5082645,0.47933885,0.45867768,0.45041323,0.42561984,0.4090909,0.39256197,0.38016528,0.3966942,0.45867768,0.54545456,0.607438,0.607438,0.61570245,0.6404959,0.6859504,0.6818182,0.6694215,0.677686,0.62396693,0.5661157,0.5,0.46694216,0.45867768,0.48347107,0.45454547,0.42561984,0.2644628,0.39256197,0.49173555,0.59090906,0.75619835,0.8429752,0.8471074,0.79752064,0.71900827,0.78099173,0.8264463,0.838843,0.45867768,0.45041323,0.60330576,0.6404959,0.6570248,0.6528926,0.6528926,0.6652893,0.6818182,0.6942149,0.7066116,0.6446281,0.4752066,0.37603307,0.48347107,0.5371901,0.54545456,0.57024795,0.5661157,0.57024795,0.54545456,0.5495868,0.56198347,0.5413223,0.5,0.49173555,0.48347107,0.45041323,0.44214877,0.42975205,0.38842976,0.38016528,0.40082645,0.44214877,0.5,0.5289256,0.58677685,0.58677685,0.59504133,0.6280992,0.677686,0.6694215,0.6528926,0.677686,0.6570248,0.61157024,0.5165289,0.47107437,0.4338843,0.446281,0.4214876,0.48347107,0.3264463,0.3140496,0.49586776,0.57438016,0.73140496,0.8512397,0.8636364,0.8140496,0.71900827,0.7933884,0.822314,0.8471074,0.56198347,0.4090909,0.58264464,0.6322314,0.6404959,0.6735537,0.661157,0.661157,0.6859504,0.6983471,0.71900827,0.6363636,0.40082645,0.38016528,0.49173555,0.5082645,0.5165289,0.5413223,0.55785125,0.56198347,0.5413223,0.5247934,0.5371901,0.553719,0.5082645,0.4876033,0.5,0.48347107,0.45867768,0.45454547,0.41735536,0.42975205,0.47933885,0.53305787,0.56198347,0.55785125,0.58264464,0.58677685,0.59090906,0.6322314,0.70247936,0.6983471,0.677686,0.69008267,0.6818182,0.6280992,0.54545456,0.47107437,0.4338843,0.41322315,0.40082645,0.46280992,0.43801653,0.30578512,0.5123967,0.59504133,0.7355372,0.838843,0.87603307,0.8347107,0.7066116,0.8140496,0.8181818,0.8595041,0.62396693,0.3966942,0.57438016,0.62396693,0.6280992,0.6652893,0.6694215,0.6735537,0.6983471,0.70247936,0.73140496,0.6446281,0.3677686,0.39256197,0.4876033,0.47107437,0.48347107,0.53305787,0.57024795,0.5413223,0.53305787,0.5289256,0.5495868,0.57438016,0.5247934,0.5,0.5289256,0.5371901,0.5206612,0.5123967,0.5,0.5206612,0.5661157,0.59917355,0.607438,0.5785124,0.57024795,0.59090906,0.59917355,0.6363636,0.7107438,0.7107438,0.6859504,0.6942149,0.677686,0.60330576,0.5289256,0.40082645,0.38429752,0.3966942,0.3677686,0.45041323,0.45867768,0.3553719,0.5495868,0.6446281,0.73966944,0.822314,0.8677686,0.8471074,0.7107438,0.8140496,0.8140496,0.8636364,0.6818182,0.42975205,0.53305787,0.61570245,0.6404959,0.6363636,0.6404959,0.6735537,0.6942149,0.6983471,0.7231405,0.6570248,0.37603307,0.40495867,0.5165289,0.45867768,0.46280992,0.5206612,0.55785125,0.5371901,0.53305787,0.5247934,0.55785125,0.57024795,0.5289256,0.5123967,0.5371901,0.54545456,0.5371901,0.5123967,0.5123967,0.5165289,0.54545456,0.5495868,0.5371901,0.5247934,0.5082645,0.5247934,0.53305787,0.5661157,0.61570245,0.6280992,0.607438,0.58264464,0.5247934,0.446281,0.3553719,0.28099173,0.338843,0.38842976,0.35950413,0.42561984,0.42561984,0.43801653,0.61157024,0.7107438,0.75619835,0.80991733,0.8471074,0.838843,0.74380165,0.80991733,0.8181818,0.8636364,0.661157,0.45867768,0.4876033,0.59917355,0.6322314,0.6446281,0.6404959,0.6694215,0.6983471,0.6818182,0.7231405,0.69008267,0.45041323,0.41322315,0.5495868,0.48347107,0.45454547,0.45454547,0.45041323,0.47107437,0.47107437,0.47107437,0.49586776,0.5082645,0.5,0.49173555,0.5041322,0.49586776,0.48347107,0.47107437,0.45867768,0.44214877,0.45041323,0.446281,0.4338843,0.4338843,0.41735536,0.42561984,0.45867768,0.46280992,0.5082645,0.5123967,0.4338843,0.338843,0.2603306,0.2231405,0.20661157,0.28512397,0.39256197,0.41735536,0.38016528,0.4090909,0.40082645,0.5495868,0.6528926,0.75206614,0.78512394,0.80991733,0.8471074,0.8347107,0.78099173,0.8305785,0.8347107,0.87603307,0.48347107,0.40082645,0.40082645,0.59917355,0.6198347,0.6446281,0.677686,0.6735537,0.6942149,0.6570248,0.71487606,0.7107438,0.59090906,0.4752066,0.5785124,0.5289256,0.47107437,0.42561984,0.3305785,0.2603306,0.26859504,0.35950413,0.49173555,0.49586776,0.47107437,0.4752066,0.49173555,0.46280992,0.5165289,0.5206612,0.46280992,0.4214876,0.42561984,0.45867768,0.46280992,0.4752066,0.4338843,0.45454547,0.553719,0.5,0.553719,0.553719,0.37190083,0.20661157,0.14049587,0.20661157,0.30991736,0.41735536,0.47107437,0.46280992,0.4090909,0.40082645,0.41322315,0.60330576,0.6859504,0.7644628,0.7933884,0.8140496,0.8305785,0.8347107,0.8140496,0.8347107,0.8347107,0.89669424,0.28099173,0.21900827,0.2892562,0.5785124,0.59917355,0.62396693,0.69008267,0.6735537,0.6528926,0.6528926,0.6983471,0.7066116,0.6818182,0.54545456,0.5661157,0.55785125,0.5,0.46694216,0.40082645,0.21487603,0.15289256,0.32231405,0.56198347,0.60330576,0.553719,0.5371901,0.60330576,0.5495868,0.6198347,0.6735537,0.6198347,0.553719,0.553719,0.62396693,0.6280992,0.6487603,0.49586776,0.5082645,0.6404959,0.5041322,0.59917355,0.60330576,0.35123968,0.16528925,0.20247933,0.35123968,0.4876033,0.5247934,0.5,0.46280992,0.41735536,0.41322315,0.4876033,0.6404959,0.7107438,0.76033056,0.78512394,0.822314,0.8140496,0.8305785,0.8140496,0.8305785,0.8347107,0.8553719,0.2107438,0.1983471,0.18181819,0.5247934,0.58677685,0.61570245,0.6818182,0.677686,0.62396693,0.6570248,0.6859504,0.6942149,0.7107438,0.62396693,0.5661157,0.55785125,0.5413223,0.5247934,0.5123967,0.40495867,0.23553719,0.24793388,0.5,0.62396693,0.59504133,0.49173555,0.62396693,0.58677685,0.61570245,0.74380165,0.7066116,0.59504133,0.5413223,0.6198347,0.59504133,0.5785124,0.40495867,0.3181818,0.41735536,0.30991736,0.38842976,0.46694216,0.2768595,0.23966943,0.38016528,0.5289256,0.6198347,0.59917355,0.5206612,0.46280992,0.41735536,0.4338843,0.56198347,0.6528926,0.71900827,0.74380165,0.7644628,0.8140496,0.8057851,0.8140496,0.79752064,0.822314,0.8512397,0.73140496,0.2231405,0.2231405,0.15289256,0.4090909,0.58677685,0.6198347,0.6694215,0.6652893,0.6322314,0.6528926,0.6735537,0.69008267,0.7107438,0.6735537,0.607438,0.58677685,0.54545456,0.5413223,0.58677685,0.58264464,0.46280992,0.3140496,0.29752067,0.44214877,0.54545456,0.3677686,0.42561984,0.45454547,0.446281,0.5123967,0.47107437,0.37603307,0.3181818,0.35123968,0.34710744,0.3305785,0.2892562,0.2892562,0.37190083,0.3264463,0.30578512,0.38429752,0.41322315,0.4752066,0.58677685,0.6942149,0.6983471,0.6446281,0.57438016,0.47933885,0.47107437,0.46694216,0.59504133,0.661157,0.73140496,0.72727275,0.71487606,0.7892562,0.8057851,0.79752064,0.79752064,0.8347107,0.8347107,0.5661157,0.2231405,0.21487603,0.17768595,0.23553719,0.553719,0.61157024,0.6404959,0.6487603,0.6487603,0.6487603,0.6735537,0.6735537,0.6859504,0.6942149,0.6528926,0.59090906,0.5123967,0.5289256,0.6198347,0.6652893,0.6404959,0.53305787,0.4090909,0.36363637,0.45041323,0.42975205,0.4214876,0.4338843,0.41735536,0.41735536,0.39256197,0.36363637,0.34710744,0.3429752,0.36363637,0.4090909,0.43801653,0.46280992,0.49586776,0.46280992,0.446281,0.5247934,0.62396693,0.7066116,0.74380165,0.7644628,0.71487606,0.6528926,0.61157024,0.5206612,0.4876033,0.49173555,0.59504133,0.6446281,0.71900827,0.7355372,0.7066116,0.75619835,0.80991733,0.80991733,0.7933884,0.8636364,0.76859504,0.37190083,0.21900827,0.21487603,0.1694215,0.1694215,0.41735536,0.58264464,0.6363636,0.6322314,0.6487603,0.6652893,0.6694215,0.6528926,0.6570248,0.6818182,0.6652893,0.5785124,0.5041322,0.56198347,0.6404959,0.677686,0.677686,0.6446281,0.58264464,0.49173555,0.446281,0.46280992,0.53305787,0.54545456,0.5165289,0.49173555,0.49173555,0.5,0.5165289,0.5247934,0.58264464,0.59090906,0.553719,0.53305787,0.5247934,0.55785125,0.6280992,0.69008267,0.74793386,0.79752064,0.8016529,0.7768595,0.6735537,0.6446281,0.6363636,0.58264464,0.49173555,0.5041322,0.58264464,0.6570248,0.6942149,0.70247936,0.74380165,0.75619835,0.79752064,0.79752064,0.7933884,0.8553719,0.62396693,0.28512397,0.20247933,0.20247933,0.14876033,0.16528925,0.29752067,0.5289256,0.62396693,0.6280992,0.6280992,0.6363636,0.6198347,0.6322314,0.6198347,0.6859504,0.6694215,0.58264464,0.5289256,0.59917355,0.6528926,0.6652893,0.6652893,0.6570248,0.661157,0.61570245,0.54545456,0.5123967,0.54545456,0.607438,0.6570248,0.58264464,0.5123967,0.5247934,0.5289256,0.54545456,0.58264464,0.5661157,0.5413223,0.553719,0.58264464,0.6528926,0.72727275,0.77272725,0.78512394,0.80991733,0.8181818,0.75206614,0.6652893,0.6735537,0.6487603,0.5785124,0.5041322,0.5165289,0.55785125,0.6198347,0.7066116,0.6570248,0.76033056,0.76859504,0.7644628,0.76859504,0.8057851,0.7768595,0.4876033,0.2892562,0.2107438,0.2107438,0.16115703,0.1694215,0.2644628,0.42561984,0.59504133,0.6363636,0.6322314,0.607438,0.59917355,0.6322314,0.62396693,0.6694215,0.6487603,0.5661157,0.5289256,0.5785124,0.6280992,0.661157,0.6694215,0.6694215,0.6818182,0.661157,0.6280992,0.59504133,0.59090906,0.607438,0.62396693,0.59504133,0.56198347,0.57438016,0.5661157,0.5661157,0.5785124,0.5785124,0.607438,0.6404959,0.661157,0.71487606,0.74380165,0.75619835,0.7768595,0.79752064,0.79752064,0.7231405,0.6652893,0.6694215,0.661157,0.59917355,0.5165289,0.5082645,0.57438016,0.62396693,0.6983471,0.6404959,0.71487606,0.7644628,0.75206614,0.74380165,0.8140496,0.58677685,0.3966942,0.3305785,0.23140496,0.20661157,0.18181819,0.1322314,0.25619835,0.38429752,0.5,0.59917355,0.6322314,0.61157024,0.59090906,0.60330576,0.61157024,0.6404959,0.6363636,0.5289256,0.5289256,0.58264464,0.6322314,0.6859504,0.6818182,0.677686,0.6859504,0.6694215,0.6570248,0.6446281,0.6446281,0.6487603,0.6322314,0.6322314,0.6404959,0.6404959,0.6322314,0.62396693,0.61570245,0.62396693,0.6694215,0.6859504,0.6735537,0.6942149,0.7066116,0.7355372,0.7892562,0.8016529,0.77272725,0.7107438,0.6694215,0.6404959,0.6404959,0.6363636,0.56198347,0.5247934,0.55785125,0.6942149,0.661157,0.6570248,0.677686,0.75206614,0.73966944,0.74380165,0.7355372,0.45867768,0.3264463,0.3181818,0.21487603,0.2107438,0.21900827,0.14049587,0.21487603,0.45041323,0.38429752,0.54545456,0.61157024,0.59090906,0.57438016,0.57024795,0.59090906,0.60330576,0.61157024,0.5371901,0.56198347,0.59917355,0.6446281,0.6818182,0.661157,0.6735537,0.6818182,0.677686,0.6363636,0.61570245,0.6322314,0.677686,0.6694215,0.62396693,0.61157024,0.607438,0.60330576,0.59917355,0.5785124,0.56198347,0.5661157,0.5785124,0.59917355,0.6446281,0.69008267,0.73966944,0.78099173,0.76033056,0.74793386,0.70247936,0.6735537,0.6570248,0.6487603,0.62396693,0.59090906,0.58677685,0.553719,0.6694215,0.70247936,0.6446281,0.6818182,0.7231405,0.7231405,0.6652893,0.60330576,0.37603307,0.28099173,0.30165288,0.21900827,0.21487603,0.21900827,0.19008264,0.14876033,0.5041322,0.35950413,0.46694216,0.58677685,0.59090906,0.5785124,0.58264464,0.607438,0.59090906,0.60330576,0.57024795,0.57438016,0.553719,0.61157024,0.6694215,0.6652893,0.6942149,0.6818182,0.677686,0.6652893,0.607438,0.57438016,0.58264464,0.58264464,0.56198347,0.5371901,0.5206612,0.5123967,0.5041322,0.4876033,0.46694216,0.45867768,0.47933885,0.55785125,0.6280992,0.6735537,0.72727275,0.74793386,0.72727275,0.7355372,0.677686,0.6487603,0.6694215,0.677686,0.58677685,0.57024795,0.5413223,0.58264464,0.60330576,0.71900827,0.6404959,0.6694215,0.6818182,0.6983471,0.607438,0.49586776,0.3677686,0.29752067,0.29338843,0.20661157,0.21900827,0.2107438,0.2107438,0.14876033,0.46280992,0.40495867,0.35950413,0.5082645,0.57438016,0.58264464,0.57438016,0.56198347,0.57438016,0.57024795,0.553719,0.5247934,0.49173555,0.55785125,0.6735537,0.6859504,0.69008267,0.677686,0.6570248,0.661157,0.6487603,0.607438,0.57024795,0.53305787,0.5,0.4876033,0.46694216,0.44214877,0.4338843,0.42975205,0.42561984,0.42561984,0.4876033,0.5661157,0.6363636,0.6363636,0.677686,0.71900827,0.7066116,0.7066116,0.6570248,0.6322314,0.6363636,0.661157,0.607438,0.5785124,0.5165289,0.57438016,0.61157024,0.6652893,0.661157,0.6446281,0.71900827,0.61157024,0.57024795,0.5082645,0.29338843,0.2892562,0.29338843,0.21487603,0.2107438,0.21487603,0.2231405,0.1446281,0.44214877,0.4876033,0.39256197,0.39256197,0.553719,0.57438016,0.553719,0.5082645,0.55785125,0.5247934,0.5041322,0.46694216,0.46694216,0.5413223,0.6570248,0.6983471,0.6859504,0.6694215,0.6570248,0.6570248,0.6487603,0.6322314,0.59917355,0.5661157,0.5206612,0.4752066,0.45867768,0.45454547,0.46280992,0.46694216,0.4876033,0.4876033,0.5247934,0.55785125,0.59504133,0.61570245,0.6198347,0.69008267,0.6818182,0.6694215,0.6570248,0.61570245,0.62396693,0.6446281,0.61570245,0.58264464,0.5165289,0.59090906,0.661157,0.60330576,0.6322314,0.61570245,0.677686,0.45041323,0.59090906,0.5247934,0.2644628,0.2892562,0.30991736,0.20247933,0.21487603,0.20247933,0.2107438,0.17768595,0.3677686,0.47107437,0.45041323,0.3264463,0.46694216,0.57024795,0.5413223,0.49586776,0.5413223,0.49586776,0.5,0.4876033,0.5165289,0.5413223,0.6280992,0.677686,0.661157,0.6694215,0.6652893,0.6528926,0.62396693,0.59504133,0.5785124,0.55785125,0.5413223,0.4876033,0.48347107,0.5082645,0.5041322,0.5,0.49173555,0.5082645,0.5206612,0.5413223,0.5661157,0.59090906,0.61157024,0.6735537,0.6652893,0.661157,0.6446281,0.661157,0.57024795,0.6528926,0.61157024,0.59504133,0.5495868,0.59090906,0.6322314,0.59090906,0.57438016,0.58677685,0.5371901,0.41322315,0.6363636,0.5041322,0.2644628,0.29752067,0.3140496,0.2107438,0.21900827,0.20247933,0.22727273,0.16115703,0.3553719,0.5289256,0.5,0.3966942,0.3140496,0.5,0.48347107,0.48347107,0.5041322,0.47933885,0.46694216,0.47933885,0.49586776,0.53305787,0.60330576,0.6363636,0.6280992,0.6528926,0.6363636,0.6363636,0.61570245,0.58677685,0.56198347,0.53305787,0.5289256,0.4876033,0.4752066,0.5123967,0.4876033,0.49173555,0.49586776,0.5041322,0.55785125,0.54545456,0.55785125,0.61157024,0.6446281,0.6694215,0.6735537,0.661157,0.6487603,0.62396693,0.58677685,0.607438,0.60330576,0.56198347,0.57438016,0.59090906,0.5413223,0.54545456,0.5495868,0.56198347,0.4090909,0.47933885,0.661157,0.47933885,0.25619835,0.30165288,0.29752067,0.21900827,0.21900827,0.2231405,0.22727273,0.16115703,0.33471075,0.5495868,0.5082645,0.4752066,0.34710744,0.36363637,0.40082645,0.42561984,0.43801653,0.446281,0.4752066,0.47933885,0.5289256,0.5413223,0.58264464,0.59090906,0.59917355,0.6446281,0.6404959,0.6322314,0.62396693,0.607438,0.58264464,0.5495868,0.53305787,0.5041322,0.48347107,0.49173555,0.4876033,0.5123967,0.5289256,0.5082645,0.5785124,0.59090906,0.58677685,0.6652893,0.6983471,0.677686,0.6859504,0.661157,0.6694215,0.6363636,0.607438,0.58677685,0.57024795,0.60330576,0.59504133,0.6198347,0.53305787,0.47107437,0.5041322,0.49173555,0.40082645,0.53305787,0.69008267,0.41735536,0.28099173,0.30991736,0.30165288,0.21487603,0.20661157,0.2107438,0.2107438,0.17355372,0.3181818,0.49586776,0.46694216,0.48347107,0.4090909,0.29338843,0.3305785,0.37603307,0.40495867,0.41735536,0.46694216,0.5041322,0.5123967,0.49586776,0.5041322,0.5661157,0.607438,0.661157,0.661157,0.6446281,0.6363636,0.62396693,0.607438,0.56198347,0.5413223,0.5289256,0.5165289,0.5123967,0.49586776,0.5206612,0.5371901,0.5371901,0.58677685,0.61570245,0.6322314,0.6818182,0.71487606,0.6983471,0.6942149,0.6487603,0.661157,0.607438,0.6280992,0.60330576,0.56198347,0.607438,0.57024795,0.5661157,0.5413223,0.45454547,0.45454547,0.44214877,0.49173555,0.62396693,0.73140496,0.38842976,0.24380165,0.3181818,0.30165288,0.21487603,0.19421488,0.21900827,0.21487603,0.18181819,0.30165288,0.46280992,0.4338843,0.47933885,0.47933885,0.34710744,0.3553719,0.34710744,0.37603307,0.38842976,0.42975205,0.47107437,0.49173555,0.49586776,0.49173555,0.553719,0.59504133,0.6363636,0.6363636,0.6404959,0.6487603,0.6322314,0.62396693,0.58677685,0.54545456,0.53305787,0.5206612,0.5165289,0.5082645,0.5165289,0.53305787,0.57438016,0.59917355,0.6322314,0.6694215,0.6983471,0.6942149,0.6983471,0.7231405,0.6322314,0.6487603,0.6528926,0.58264464,0.6322314,0.607438,0.59917355,0.57024795,0.5,0.5041322,0.45041323,0.42561984,0.46694216,0.5661157,0.677686,0.72727275,0.3677686,0.2603306,0.3181818,0.3140496,0.2231405,0.21900827,0.2231405,0.23140496,0.18181819,0.28512397,0.53305787,0.47933885,0.47933885,0.47107437,0.37603307,0.32231405,0.3677686,0.3553719,0.35950413,0.3553719,0.42975205,0.45041323,0.49173555,0.5041322,0.5123967,0.5495868,0.6404959,0.6528926,0.6570248,0.677686,0.6652893,0.6404959,0.6198347,0.57024795,0.5289256,0.56198347,0.5495868,0.5165289,0.5371901,0.57438016,0.607438,0.6280992,0.6446281,0.6652893,0.71900827,0.70247936,0.6942149,0.7231405,0.6404959,0.607438,0.6280992,0.607438,0.59917355,0.59917355,0.53305787,0.5165289,0.47107437,0.42561984,0.45041323,0.42561984,0.43801653,0.59504133,0.5413223,0.73140496,0.4090909,0.23966943,0.3140496,0.33471075,0.21900827,0.20247933,0.23553719,0.22727273,0.17768595,0.2768595,0.5082645,0.5082645,0.47107437,0.47933885,0.42561984,0.3264463,0.3264463,0.35123968,0.36363637,0.3553719,0.38016528,0.446281,0.45454547,0.45454547,0.4876033,0.54545456,0.6363636,0.6487603,0.6570248,0.677686,0.69008267,0.661157,0.6322314,0.62396693,0.60330576,0.61157024,0.61570245,0.55785125,0.5495868,0.6198347,0.6446281,0.6404959,0.6818182,0.7107438,0.71487606,0.6942149,0.69008267,0.6983471,0.61570245,0.61570245,0.61570245,0.59917355,0.607438,0.6280992,0.4876033,0.46694216,0.49586776,0.5247934,0.4214876,0.44214877,0.4876033,0.62396693,0.6487603,0.71900827,0.3264463,0.30991736,0.29752067,0.3305785,0.2231405,0.21900827,0.23140496,0.22727273,0.1983471,0.23966943,0.4876033,0.47933885,0.45454547,0.44214877,0.44214877,0.37190083,0.30165288,0.3181818,0.3429752,0.3677686,0.34710744,0.3966942,0.42561984,0.45454547,0.5041322,0.54545456,0.58677685,0.59504133,0.62396693,0.6528926,0.6859504,0.6528926,0.6322314,0.6363636,0.62396693,0.61570245,0.58264464,0.553719,0.58677685,0.6487603,0.6652893,0.6694215,0.677686,0.6983471,0.7066116,0.7231405,0.7231405,0.7107438,0.6446281,0.58677685,0.5785124,0.59917355,0.56198347,0.59090906,0.48347107,0.41322315,0.46694216,0.47933885,0.4214876,0.43801653,0.5495868,0.6942149,0.6859504,0.71487606,0.3264463,0.26859504,0.30578512,0.30165288,0.21900827,0.22727273,0.2107438,0.22727273,0.19008264,0.23966943,0.5041322,0.5,0.5165289,0.5123967,0.49173555,0.4338843,0.33471075,0.32231405,0.338843,0.37603307,0.35123968,0.34710744,0.3966942,0.45454547,0.5289256,0.5206612,0.5371901,0.57438016,0.62396693,0.6446281,0.6528926,0.6322314,0.61157024,0.61157024,0.59917355,0.58677685,0.57024795,0.58677685,0.6322314,0.6404959,0.6280992,0.6446281,0.6487603,0.6487603,0.661157,0.677686,0.6818182,0.6735537,0.6528926,0.59504133,0.5371901,0.55785125,0.55785125,0.53305787,0.45867768,0.38016528,0.4338843,0.46694216,0.43801653,0.49173555,0.57024795,0.6818182,0.6363636,0.6694215,0.30578512,0.2644628,0.3140496,0.30578512,6 +0.18595041,0.19421488,0.32231405,0.5247934,0.661157,0.77272725,0.822314,0.838843,0.8429752,0.8429752,0.8512397,0.8553719,0.8512397,0.8471074,0.8512397,0.8471074,0.8553719,0.8553719,0.8553719,0.8553719,0.8553719,0.8553719,0.8512397,0.8553719,0.8553719,0.8512397,0.8471074,0.822314,0.8016529,0.78512394,0.78099173,0.7644628,0.75206614,0.72727275,0.6942149,0.6322314,0.5661157,0.5247934,0.49586776,0.46280992,0.4338843,0.38429752,0.34710744,0.3264463,0.28099173,0.27272728,0.2768595,0.2644628,0.25619835,0.2644628,0.27272728,0.27272728,0.29752067,0.30165288,0.27272728,0.23966943,0.23553719,0.23553719,0.23140496,0.2231405,0.2231405,0.19421488,0.19008264,0.17768595,0.17355372,0.21487603,0.36363637,0.57024795,0.7066116,0.78512394,0.8305785,0.838843,0.8429752,0.8471074,0.8512397,0.8553719,0.8512397,0.8553719,0.8512397,0.8553719,0.8553719,0.8595041,0.8512397,0.8595041,0.8595041,0.8553719,0.8553719,0.8553719,0.8553719,0.8512397,0.8553719,0.8429752,0.8347107,0.8181818,0.80991733,0.78099173,0.77272725,0.75206614,0.7355372,0.70247936,0.6487603,0.59917355,0.5413223,0.5082645,0.4752066,0.4338843,0.39256197,0.35950413,0.3305785,0.2892562,0.28099173,0.27272728,0.26859504,0.23966943,0.25619835,0.25619835,0.2603306,0.29752067,0.28099173,0.2644628,0.2603306,0.2644628,0.25619835,0.25619835,0.23553719,0.22727273,0.21900827,0.20661157,0.17768595,0.24380165,0.43801653,0.607438,0.7355372,0.8140496,0.8305785,0.8429752,0.8512397,0.8512397,0.8512397,0.8512397,0.8512397,0.8471074,0.8553719,0.8512397,0.8553719,0.8553719,0.8553719,0.8553719,0.8553719,0.8553719,0.8595041,0.8595041,0.8512397,0.8553719,0.8512397,0.8471074,0.8429752,0.8347107,0.8264463,0.8140496,0.8057851,0.7768595,0.76033056,0.74380165,0.71900827,0.6694215,0.6322314,0.57438016,0.53305787,0.49586776,0.45041323,0.4090909,0.37190083,0.34710744,0.30165288,0.26859504,0.26859504,0.2603306,0.24380165,0.24380165,0.23553719,0.2644628,0.2520661,0.2520661,0.23966943,0.23966943,0.24380165,0.2603306,0.2644628,0.23140496,0.24793388,0.2231405,0.19421488,0.28099173,0.5082645,0.6528926,0.7644628,0.80991733,0.838843,0.8429752,0.8512397,0.8512397,0.8471074,0.8429752,0.8471074,0.8429752,0.8512397,0.8471074,0.8512397,0.8512397,0.8471074,0.8512397,0.8512397,0.8512397,0.8553719,0.8512397,0.8429752,0.8429752,0.8471074,0.8429752,0.8429752,0.838843,0.8347107,0.8305785,0.822314,0.8057851,0.78099173,0.7644628,0.74380165,0.7231405,0.69008267,0.6487603,0.607438,0.56198347,0.5206612,0.46694216,0.4214876,0.38429752,0.3429752,0.29752067,0.2520661,0.2644628,0.24793388,0.24380165,0.24793388,0.23966943,0.24380165,0.25619835,0.23553719,0.23966943,0.23966943,0.23966943,0.25619835,0.23553719,0.2768595,0.27272728,0.19008264,0.338843,0.57024795,0.6983471,0.78099173,0.8181818,0.8347107,0.8471074,0.8429752,0.8305785,0.8181818,0.80991733,0.8057851,0.8016529,0.79752064,0.8057851,0.8057851,0.80991733,0.8140496,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.8347107,0.8347107,0.8347107,0.838843,0.838843,0.838843,0.8347107,0.8305785,0.8264463,0.8181818,0.7892562,0.7768595,0.74793386,0.7355372,0.71900827,0.6859504,0.6652893,0.61570245,0.5661157,0.5041322,0.43801653,0.38016528,0.32231405,0.28099173,0.2603306,0.24793388,0.23553719,0.24380165,0.2520661,0.2603306,0.25619835,0.25619835,0.2603306,0.24380165,0.2603306,0.24793388,0.23553719,0.23966943,0.24793388,0.2644628,0.18181819,0.41735536,0.61570245,0.7355372,0.7933884,0.8181818,0.822314,0.80991733,0.76859504,0.71900827,0.71900827,0.71900827,0.6983471,0.6735537,0.6694215,0.6818182,0.6694215,0.6735537,0.7066116,0.72727275,0.7644628,0.7768595,0.7892562,0.79752064,0.8057851,0.8140496,0.822314,0.8305785,0.8264463,0.8305785,0.8305785,0.8264463,0.8181818,0.80991733,0.7892562,0.76859504,0.74793386,0.7107438,0.6818182,0.6528926,0.6198347,0.5785124,0.5041322,0.446281,0.38429752,0.338843,0.28512397,0.24793388,0.2520661,0.2520661,0.24380165,0.24793388,0.23553719,0.25619835,0.2520661,0.25619835,0.26859504,0.2520661,0.2644628,0.26859504,0.2520661,0.24793388,0.24380165,0.23553719,0.18595041,0.46694216,0.6528926,0.75619835,0.79752064,0.78512394,0.74793386,0.7066116,0.6818182,0.6446281,0.6280992,0.607438,0.5785124,0.5661157,0.55785125,0.57024795,0.5785124,0.553719,0.57024795,0.60330576,0.62396693,0.661157,0.7066116,0.73140496,0.75619835,0.7768595,0.8016529,0.8181818,0.822314,0.822314,0.822314,0.80991733,0.79752064,0.78512394,0.76859504,0.7355372,0.7066116,0.677686,0.6280992,0.56198347,0.49173555,0.45454547,0.40082645,0.37190083,0.33471075,0.30991736,0.28099173,0.2520661,0.2520661,0.23966943,0.28099173,0.28512397,0.27272728,0.25619835,0.23553719,0.23140496,0.23553719,0.23140496,0.25619835,0.26859504,0.28512397,0.26859504,0.25619835,0.24793388,0.24380165,0.5165289,0.6735537,0.75619835,0.75619835,0.71900827,0.6983471,0.7107438,0.70247936,0.677686,0.6446281,0.59504133,0.5413223,0.5165289,0.49173555,0.5082645,0.5206612,0.53305787,0.5289256,0.5289256,0.5413223,0.553719,0.62396693,0.6487603,0.70247936,0.72727275,0.77272725,0.79752064,0.80991733,0.80991733,0.8057851,0.7892562,0.77272725,0.75619835,0.73140496,0.6859504,0.6487603,0.6198347,0.56198347,0.48347107,0.41735536,0.38016528,0.37190083,0.35123968,0.3429752,0.338843,0.3305785,0.3264463,0.3429752,0.3677686,0.35950413,0.37190083,0.37190083,0.3305785,0.28099173,0.2520661,0.24380165,0.23140496,0.20661157,0.24380165,0.2603306,0.26859504,0.2603306,0.2603306,0.2768595,0.5495868,0.69008267,0.71900827,0.6652893,0.6652893,0.7066116,0.7644628,0.78512394,0.77272725,0.74793386,0.71487606,0.661157,0.61570245,0.56198347,0.53305787,0.53305787,0.54545456,0.54545456,0.5289256,0.5247934,0.5289256,0.57024795,0.61157024,0.6570248,0.6983471,0.74380165,0.78099173,0.8057851,0.8016529,0.78512394,0.7644628,0.7355372,0.71900827,0.6735537,0.61570245,0.59090906,0.553719,0.5247934,0.46694216,0.4214876,0.40082645,0.4090909,0.41735536,0.41735536,0.45041323,0.46280992,0.48347107,0.49173555,0.4876033,0.48347107,0.46694216,0.45867768,0.4214876,0.37603307,0.3305785,0.2892562,0.2603306,0.24380165,0.22727273,0.23553719,0.24380165,0.24793388,0.2603306,0.2892562,0.57024795,0.7066116,0.6859504,0.6942149,0.7355372,0.78512394,0.8140496,0.8140496,0.79752064,0.78512394,0.77272725,0.75206614,0.7231405,0.677686,0.6446281,0.61157024,0.59917355,0.59504133,0.58264464,0.57024795,0.5661157,0.5785124,0.60330576,0.6487603,0.6942149,0.74793386,0.7892562,0.8057851,0.79752064,0.7768595,0.75619835,0.71900827,0.69008267,0.6322314,0.57024795,0.54545456,0.5206612,0.5206612,0.49173555,0.4752066,0.47107437,0.4876033,0.49173555,0.4876033,0.49173555,0.5165289,0.5165289,0.5206612,0.5041322,0.5,0.4876033,0.4752066,0.45454547,0.4214876,0.40082645,0.3677686,0.3264463,0.29338843,0.27272728,0.24793388,0.24380165,0.23966943,0.24793388,0.30991736,0.59090906,0.6983471,0.6694215,0.73966944,0.78099173,0.8057851,0.8181818,0.80991733,0.7892562,0.7644628,0.75619835,0.73966944,0.7107438,0.69008267,0.6735537,0.6446281,0.6280992,0.6198347,0.6198347,0.61570245,0.62396693,0.6198347,0.6280992,0.677686,0.70247936,0.76033056,0.7933884,0.80991733,0.8057851,0.7892562,0.76033056,0.72727275,0.6694215,0.6198347,0.5661157,0.5371901,0.5206612,0.5247934,0.5041322,0.5041322,0.49586776,0.5041322,0.49586776,0.49173555,0.4876033,0.49173555,0.49586776,0.48347107,0.4752066,0.46280992,0.46694216,0.446281,0.45041323,0.44214877,0.42975205,0.41735536,0.38016528,0.3429752,0.30578512,0.25619835,0.22727273,0.2231405,0.22727273,0.3264463,0.607438,0.69008267,0.7107438,0.7644628,0.7933884,0.79752064,0.7933884,0.77272725,0.74793386,0.70247936,0.6652893,0.6487603,0.6404959,0.6280992,0.62396693,0.60330576,0.59917355,0.59917355,0.61157024,0.62396693,0.62396693,0.62396693,0.6487603,0.677686,0.71487606,0.7768595,0.8057851,0.8181818,0.8181818,0.79752064,0.77272725,0.7231405,0.6652893,0.59917355,0.553719,0.5289256,0.5165289,0.5123967,0.5,0.5082645,0.49586776,0.4876033,0.46694216,0.45867768,0.45041323,0.44214877,0.45041323,0.4338843,0.4214876,0.3966942,0.38429752,0.38842976,0.41322315,0.4214876,0.42975205,0.42561984,0.3966942,0.37190083,0.3429752,0.2768595,0.22727273,0.20247933,0.19008264,0.35950413,0.6322314,0.70247936,0.73966944,0.7768595,0.78099173,0.77272725,0.75206614,0.70247936,0.6404959,0.607438,0.607438,0.61570245,0.62396693,0.62396693,0.607438,0.57024795,0.5371901,0.5371901,0.56198347,0.59504133,0.60330576,0.607438,0.62396693,0.6652893,0.71900827,0.78512394,0.8305785,0.8305785,0.8305785,0.8140496,0.7892562,0.7231405,0.6570248,0.58264464,0.53305787,0.5041322,0.49586776,0.5,0.49586776,0.5,0.4752066,0.45041323,0.43801653,0.44214877,0.44214877,0.45041323,0.46280992,0.44214877,0.42975205,0.41322315,0.37603307,0.33471075,0.32231405,0.36363637,0.40495867,0.41322315,0.3966942,0.38429752,0.37190083,0.3181818,0.24793388,0.21900827,0.18181819,0.40495867,0.6570248,0.73140496,0.75206614,0.77272725,0.76859504,0.7355372,0.69008267,0.607438,0.58264464,0.6446281,0.6983471,0.7066116,0.6570248,0.6446281,0.60330576,0.57024795,0.553719,0.5123967,0.49586776,0.5371901,0.56198347,0.5785124,0.58264464,0.607438,0.6818182,0.7933884,0.8429752,0.8512397,0.8471074,0.8264463,0.79752064,0.73140496,0.6487603,0.56198347,0.5082645,0.48347107,0.47933885,0.48347107,0.49173555,0.47107437,0.45041323,0.43801653,0.45867768,0.47933885,0.45454547,0.42561984,0.40495867,0.37190083,0.38016528,0.3677686,0.3553719,0.3181818,0.29752067,0.28512397,0.33471075,0.39256197,0.39256197,0.39256197,0.37603307,0.3429752,0.30165288,0.25619835,0.19421488,0.46280992,0.6818182,0.75619835,0.76859504,0.7644628,0.75206614,0.71487606,0.6363636,0.59504133,0.6280992,0.6446281,0.6322314,0.60330576,0.5165289,0.47933885,0.45041323,0.42561984,0.446281,0.47107437,0.47933885,0.47933885,0.49586776,0.5247934,0.5495868,0.56198347,0.6280992,0.76859504,0.8471074,0.8512397,0.8512397,0.838843,0.80991733,0.7355372,0.6322314,0.54545456,0.4876033,0.45867768,0.46694216,0.4752066,0.46694216,0.45041323,0.44214877,0.45867768,0.47107437,0.4752066,0.42561984,0.37190083,0.3140496,0.23553719,0.2603306,0.2768595,0.30991736,0.27272728,0.25619835,0.2603306,0.28099173,0.338843,0.3966942,0.39256197,0.38842976,0.38429752,0.33471075,0.2892562,0.23553719,0.5165289,0.6983471,0.7768595,0.78512394,0.7644628,0.73966944,0.6942149,0.6280992,0.6198347,0.5785124,0.5247934,0.55785125,0.59504133,0.48347107,0.45041323,0.3677686,0.2892562,0.29752067,0.37603307,0.4338843,0.45454547,0.46280992,0.47933885,0.5165289,0.54545456,0.59917355,0.74793386,0.8471074,0.8553719,0.8553719,0.8471074,0.8181818,0.72727275,0.61570245,0.5206612,0.45867768,0.44214877,0.45454547,0.47107437,0.46694216,0.46280992,0.45867768,0.45454547,0.49586776,0.553719,0.46280992,0.35950413,0.27272728,0.21900827,0.20661157,0.2231405,0.338843,0.34710744,0.2644628,0.2107438,0.2520661,0.28512397,0.37190083,0.38429752,0.38016528,0.38429752,0.3677686,0.3140496,0.27272728,0.55785125,0.73140496,0.7933884,0.79752064,0.78099173,0.73966944,0.6694215,0.59917355,0.5165289,0.45867768,0.5206612,0.69008267,0.75206614,0.5785124,0.4338843,0.30578512,0.23966943,0.2231405,0.3305785,0.44214877,0.446281,0.446281,0.4876033,0.5165289,0.5661157,0.6363636,0.75206614,0.8429752,0.8553719,0.8512397,0.8471074,0.80991733,0.7231405,0.607438,0.53305787,0.46280992,0.43801653,0.47933885,0.5041322,0.49173555,0.45867768,0.44214877,0.4752066,0.59504133,0.6570248,0.49586776,0.30578512,0.24793388,0.21900827,0.21487603,0.20661157,0.35950413,0.42561984,0.338843,0.24380165,0.19008264,0.23966943,0.3264463,0.36363637,0.38842976,0.3966942,0.38016528,0.35123968,0.2892562,0.58677685,0.75619835,0.79752064,0.80991733,0.7933884,0.74380165,0.6570248,0.5495868,0.46694216,0.46280992,0.6198347,0.8016529,0.8016529,0.59090906,0.3677686,0.25619835,0.22727273,0.24793388,0.34710744,0.47107437,0.47933885,0.44214877,0.47107437,0.5661157,0.6446281,0.7107438,0.78099173,0.838843,0.8512397,0.8553719,0.838843,0.8057851,0.71900827,0.61157024,0.54545456,0.5,0.46280992,0.5206612,0.54545456,0.5247934,0.48347107,0.46694216,0.5289256,0.6446281,0.7107438,0.55785125,0.30991736,0.2520661,0.24793388,0.22727273,0.2603306,0.38842976,0.43801653,0.3677686,0.2768595,0.23553719,0.2644628,0.29752067,0.3553719,0.39256197,0.4090909,0.40495867,0.37603307,0.30991736,0.6280992,0.7768595,0.8140496,0.822314,0.80991733,0.76859504,0.6942149,0.60330576,0.5206612,0.5371901,0.6735537,0.7933884,0.79752064,0.6280992,0.38842976,0.30991736,0.2768595,0.30578512,0.41735536,0.5041322,0.5123967,0.5206612,0.54545456,0.61570245,0.70247936,0.77272725,0.80991733,0.8429752,0.8512397,0.8512397,0.8429752,0.78512394,0.7066116,0.6280992,0.5785124,0.5495868,0.5206612,0.54545456,0.58677685,0.60330576,0.60330576,0.5785124,0.55785125,0.59917355,0.6446281,0.59917355,0.4338843,0.34710744,0.3305785,0.3140496,0.34710744,0.41322315,0.40082645,0.3429752,0.26859504,0.26859504,0.29338843,0.338843,0.34710744,0.38429752,0.4214876,0.42561984,0.38842976,0.3264463,0.6735537,0.7933884,0.822314,0.8305785,0.8264463,0.8016529,0.74793386,0.6818182,0.55785125,0.56198347,0.6528926,0.73140496,0.7644628,0.69008267,0.5289256,0.46694216,0.47107437,0.4876033,0.5371901,0.57024795,0.5785124,0.607438,0.6487603,0.6818182,0.74380165,0.79752064,0.8305785,0.8429752,0.8512397,0.8595041,0.8347107,0.77272725,0.69008267,0.61570245,0.59917355,0.59504133,0.58264464,0.57438016,0.60330576,0.61157024,0.61570245,0.59090906,0.57438016,0.55785125,0.5661157,0.5495868,0.5,0.43801653,0.4338843,0.42975205,0.40495867,0.4090909,0.38016528,0.3264463,0.30578512,0.3181818,0.34710744,0.37190083,0.37603307,0.3966942,0.43801653,0.45454547,0.4214876,0.35123968,0.70247936,0.8057851,0.8347107,0.838843,0.8347107,0.8264463,0.8057851,0.76859504,0.6859504,0.6322314,0.6652893,0.6818182,0.6735537,0.6446281,0.59504133,0.5413223,0.5495868,0.5247934,0.5165289,0.5371901,0.5661157,0.607438,0.6570248,0.7231405,0.78512394,0.8140496,0.8347107,0.8512397,0.8595041,0.8512397,0.838843,0.7644628,0.6735537,0.6198347,0.61570245,0.6198347,0.62396693,0.6198347,0.60330576,0.6198347,0.61570245,0.59090906,0.57438016,0.553719,0.5371901,0.5165289,0.5,0.47107437,0.45867768,0.45041323,0.44214877,0.42975205,0.4214876,0.40082645,0.39256197,0.40495867,0.40495867,0.4090909,0.40495867,0.43801653,0.45867768,0.4752066,0.45454547,0.38016528,0.72727275,0.8181818,0.8429752,0.8471074,0.8429752,0.8429752,0.8305785,0.8140496,0.7768595,0.7355372,0.71900827,0.70247936,0.661157,0.61157024,0.5785124,0.5413223,0.5206612,0.5206612,0.5165289,0.5495868,0.59504133,0.6487603,0.71900827,0.78099173,0.822314,0.8347107,0.8429752,0.8553719,0.8595041,0.8553719,0.8305785,0.75619835,0.6570248,0.6198347,0.62396693,0.6363636,0.6404959,0.6528926,0.6446281,0.6570248,0.661157,0.6280992,0.58677685,0.5661157,0.5371901,0.5413223,0.5123967,0.5,0.49173555,0.4876033,0.48347107,0.47107437,0.45867768,0.46694216,0.45041323,0.45454547,0.446281,0.43801653,0.45041323,0.45454547,0.4876033,0.5041322,0.4876033,0.41735536,0.74793386,0.8264463,0.8471074,0.8471074,0.8471074,0.838843,0.8347107,0.8305785,0.8016529,0.7768595,0.74380165,0.71487606,0.6735537,0.6280992,0.5785124,0.553719,0.5413223,0.57024795,0.59504133,0.6198347,0.6735537,0.7355372,0.7892562,0.8264463,0.8305785,0.8347107,0.8471074,0.8553719,0.8595041,0.8553719,0.8264463,0.73966944,0.661157,0.61570245,0.61570245,0.6404959,0.6528926,0.6652893,0.6818182,0.70247936,0.7066116,0.6818182,0.6280992,0.59090906,0.56198347,0.5495868,0.5206612,0.5206612,0.5206612,0.5041322,0.5,0.5041322,0.49173555,0.5,0.5041322,0.5,0.5041322,0.49173555,0.49173555,0.5041322,0.5082645,0.53305787,0.5123967,0.446281,0.7644628,0.8347107,0.8512397,0.8512397,0.8471074,0.8429752,0.838843,0.8347107,0.8181818,0.79752064,0.7644628,0.74793386,0.71487606,0.69008267,0.6694215,0.6528926,0.661157,0.6694215,0.6942149,0.70247936,0.7644628,0.80991733,0.8305785,0.838843,0.8347107,0.838843,0.8553719,0.8595041,0.8595041,0.8471074,0.8140496,0.72727275,0.6487603,0.61570245,0.61570245,0.6322314,0.6528926,0.6652893,0.6983471,0.73140496,0.73966944,0.72727275,0.69008267,0.6446281,0.61570245,0.59504133,0.58264464,0.56198347,0.55785125,0.5495868,0.5371901,0.5413223,0.5495868,0.553719,0.57438016,0.57024795,0.5785124,0.57024795,0.5495868,0.5413223,0.5289256,0.553719,0.5206612,0.46694216,0.76859504,0.838843,0.8429752,0.8471074,0.8471074,0.8512397,0.8471074,0.8429752,0.838843,0.822314,0.8140496,0.8057851,0.8016529,0.7892562,0.7768595,0.75619835,0.74793386,0.74380165,0.75206614,0.78099173,0.822314,0.8347107,0.8471074,0.8429752,0.838843,0.838843,0.8471074,0.8553719,0.8595041,0.8471074,0.8057851,0.73140496,0.6528926,0.61570245,0.607438,0.6280992,0.6404959,0.661157,0.6942149,0.73140496,0.76859504,0.76033056,0.75619835,0.7231405,0.6942149,0.6735537,0.661157,0.6487603,0.6322314,0.6280992,0.61570245,0.61157024,0.6280992,0.6363636,0.6487603,0.661157,0.6446281,0.6280992,0.60330576,0.58264464,0.5495868,0.56198347,0.5371901,0.48347107,0.76859504,0.8305785,0.8429752,0.8471074,0.8512397,0.8512397,0.8471074,0.8471074,0.8471074,0.8471074,0.838843,0.8305785,0.8305785,0.8264463,0.822314,0.80991733,0.8057851,0.8057851,0.8181818,0.8305785,0.838843,0.8471074,0.8471074,0.8429752,0.838843,0.8429752,0.8471074,0.8512397,0.8553719,0.8429752,0.8016529,0.72727275,0.6570248,0.61157024,0.61157024,0.61570245,0.6322314,0.6570248,0.69008267,0.72727275,0.7644628,0.7644628,0.7933884,0.7768595,0.75619835,0.74793386,0.73140496,0.71900827,0.71900827,0.71487606,0.7066116,0.7066116,0.7107438,0.7107438,0.71900827,0.71487606,0.7066116,0.6735537,0.6404959,0.61157024,0.58264464,0.57024795,0.56198347,0.49586776,0.7644628,0.8347107,0.8471074,0.8471074,0.8471074,0.8512397,0.8512397,0.8471074,0.8595041,0.8512397,0.8471074,0.8471074,0.8471074,0.8429752,0.8429752,0.8429752,0.838843,0.838843,0.8471074,0.8471074,0.8471074,0.8512397,0.8429752,0.8429752,0.8429752,0.8471074,0.8512397,0.8553719,0.8471074,0.838843,0.7933884,0.72727275,0.6694215,0.6198347,0.61570245,0.60330576,0.61570245,0.6446281,0.6818182,0.7231405,0.75206614,0.7644628,0.78512394,0.78512394,0.78512394,0.78512394,0.7768595,0.76859504,0.7768595,0.77272725,0.7644628,0.76859504,0.7644628,0.7644628,0.76033056,0.74380165,0.72727275,0.70247936,0.6652893,0.6363636,0.61157024,0.58677685,0.56198347,0.5123967,0.74793386,0.8305785,0.8471074,0.8429752,0.8471074,0.8512397,0.8553719,0.8512397,0.8512397,0.8553719,0.8595041,0.8553719,0.8553719,0.8471074,0.8429752,0.8553719,0.8512397,0.8471074,0.8471074,0.8471074,0.8471074,0.8429752,0.8471074,0.838843,0.8429752,0.8512397,0.8553719,0.8512397,0.8595041,0.8305785,0.79752064,0.73966944,0.6859504,0.6322314,0.62396693,0.59917355,0.59917355,0.6280992,0.6652893,0.71487606,0.74793386,0.76033056,0.76859504,0.78099173,0.78512394,0.7933884,0.7933884,0.7892562,0.7933884,0.7933884,0.7892562,0.7933884,0.78099173,0.77272725,0.76859504,0.76033056,0.7355372,0.7107438,0.6735537,0.6570248,0.6280992,0.60330576,0.57024795,0.5165289,0.7107438,0.8305785,0.838843,0.8471074,0.8512397,0.8512397,0.8512397,0.8553719,0.8553719,0.8553719,0.8553719,0.8595041,0.8553719,0.8471074,0.8553719,0.8471074,0.8512397,0.8512397,0.8471074,0.8429752,0.8429752,0.8471074,0.8429752,0.838843,0.8471074,0.8595041,0.8595041,0.8595041,0.8471074,0.838843,0.8016529,0.76859504,0.7107438,0.6528926,0.62396693,0.59504133,0.5785124,0.58264464,0.6322314,0.6942149,0.73966944,0.76033056,0.77272725,0.78099173,0.7892562,0.7933884,0.79752064,0.8016529,0.8016529,0.79752064,0.79752064,0.79752064,0.7892562,0.7768595,0.7768595,0.76859504,0.73966944,0.7066116,0.6694215,0.6570248,0.6404959,0.61157024,0.57024795,0.5165289,0.6694215,0.8140496,0.838843,0.8429752,0.8429752,0.8512397,0.8553719,0.8512397,0.8553719,0.8553719,0.8553719,0.8553719,0.8553719,0.8512397,0.8512397,0.8512397,0.8429752,0.8429752,0.838843,0.8429752,0.8429752,0.838843,0.8429752,0.838843,0.8471074,0.8595041,0.8595041,0.8553719,0.8471074,0.8347107,0.80991733,0.77272725,0.71487606,0.6528926,0.607438,0.59917355,0.5785124,0.5661157,0.58677685,0.6652893,0.72727275,0.75206614,0.7644628,0.7768595,0.7892562,0.7933884,0.79752064,0.8016529,0.8016529,0.79752064,0.79752064,0.7933884,0.7892562,0.78099173,0.77272725,0.75619835,0.73140496,0.70247936,0.6818182,0.6446281,0.6363636,0.61157024,0.57438016,0.5123967,0.61157024,0.8016529,0.838843,0.8471074,0.8471074,0.8512397,0.8553719,0.8553719,0.8553719,0.8595041,0.8553719,0.8553719,0.8512397,0.8512397,0.8471074,0.8429752,0.8305785,0.8347107,0.8305785,0.8347107,0.8347107,0.838843,0.8429752,0.8471074,0.8553719,0.8595041,0.8595041,0.8553719,0.8429752,0.8264463,0.80991733,0.76859504,0.71487606,0.6404959,0.60330576,0.59917355,0.607438,0.57438016,0.553719,0.61570245,0.6983471,0.73966944,0.75619835,0.76859504,0.7768595,0.7933884,0.79752064,0.8057851,0.8016529,0.79752064,0.79752064,0.7933884,0.7933884,0.7768595,0.76033056,0.74793386,0.71900827,0.6942149,0.6652893,0.6487603,0.6322314,0.607438,0.56198347,0.48347107,0.5371901,0.78512394,0.8305785,0.8429752,0.8429752,0.8471074,0.8512397,0.8553719,0.8553719,0.8595041,0.8553719,0.8553719,0.8553719,0.8512397,0.8429752,0.8305785,0.80991733,0.8181818,0.8181818,0.822314,0.8181818,0.8305785,0.838843,0.8471074,0.8595041,0.8595041,0.8553719,0.8471074,0.8429752,0.8181818,0.79752064,0.75619835,0.6735537,0.607438,0.59090906,0.60330576,0.6322314,0.61157024,0.54545456,0.57024795,0.6652893,0.71900827,0.73966944,0.7644628,0.76859504,0.78512394,0.78512394,0.7933884,0.7933884,0.79752064,0.79752064,0.7933884,0.7892562,0.76859504,0.74793386,0.7355372,0.7066116,0.677686,0.6652893,0.6322314,0.6280992,0.59504133,0.54545456,0.43801653,0.45041323,0.76033056,0.822314,0.8347107,0.8429752,0.8471074,0.8471074,0.8512397,0.8553719,0.8553719,0.8553719,0.8512397,0.8553719,0.8512397,0.8471074,0.822314,0.7892562,0.7933884,0.8016529,0.7933884,0.7933884,0.822314,0.838843,0.8347107,0.8429752,0.8553719,0.8471074,0.8347107,0.8264463,0.8016529,0.74793386,0.69008267,0.61157024,0.57024795,0.5785124,0.59504133,0.6198347,0.6198347,0.54545456,0.5495868,0.6322314,0.6983471,0.72727275,0.75206614,0.76033056,0.76859504,0.7768595,0.78099173,0.7892562,0.7933884,0.7892562,0.7892562,0.77272725,0.76033056,0.73140496,0.71900827,0.6983471,0.6694215,0.6528926,0.6322314,0.607438,0.58264464,0.5082645,0.41735536,0.35123968,0.7231405,0.8140496,0.8305785,0.8429752,0.838843,0.8471074,0.8512397,0.8512397,0.8553719,0.8512397,0.8553719,0.8553719,0.8471074,0.8429752,0.822314,0.79752064,0.78099173,0.78099173,0.76859504,0.78099173,0.8305785,0.8347107,0.822314,0.822314,0.8305785,0.8347107,0.8057851,0.7933884,0.75619835,0.677686,0.58677685,0.56198347,0.55785125,0.5661157,0.59090906,0.60330576,0.60330576,0.5371901,0.5247934,0.61157024,0.661157,0.6983471,0.72727275,0.73966944,0.75206614,0.7644628,0.76859504,0.78512394,0.78512394,0.7768595,0.76859504,0.75619835,0.7355372,0.7231405,0.70247936,0.69008267,0.661157,0.6363636,0.6198347,0.59504133,0.5661157,0.4876033,0.41735536,0.24793388,0.6694215,0.79752064,0.8264463,0.8305785,0.8347107,0.8429752,0.8512397,0.8471074,0.8553719,0.8553719,0.8512397,0.8512397,0.8471074,0.838843,0.8264463,0.79752064,0.7768595,0.77272725,0.74793386,0.7892562,0.8264463,0.8264463,0.7892562,0.7644628,0.79752064,0.80991733,0.7768595,0.73140496,0.677686,0.61157024,0.5371901,0.48347107,0.49586776,0.55785125,0.5785124,0.58677685,0.57024795,0.5371901,0.5289256,0.59917355,0.6404959,0.6735537,0.70247936,0.71900827,0.7355372,0.75206614,0.76033056,0.77272725,0.77272725,0.7644628,0.74793386,0.73966944,0.72727275,0.7107438,0.6942149,0.6818182,0.6487603,0.6198347,0.59917355,0.57438016,0.5289256,0.49173555,0.41322315,0.16115703,0.6198347,0.7768595,0.8140496,0.8264463,0.8347107,0.838843,0.8512397,0.8471074,0.8512397,0.8512397,0.8429752,0.8429752,0.838843,0.8347107,0.8181818,0.7933884,0.76033056,0.74793386,0.76859504,0.8016529,0.8305785,0.8140496,0.73140496,0.6280992,0.71487606,0.75619835,0.7231405,0.661157,0.607438,0.5495868,0.46694216,0.39256197,0.36363637,0.48347107,0.5495868,0.5495868,0.5371901,0.53305787,0.5495868,0.607438,0.6404959,0.661157,0.677686,0.6942149,0.71900827,0.73966944,0.75206614,0.75619835,0.75619835,0.74793386,0.74380165,0.73140496,0.71487606,0.7066116,0.677686,0.6694215,0.6404959,0.607438,0.58264464,0.55785125,0.5247934,0.48347107,0.40082645,0.0785124,0.53305787,0.7644628,0.8057851,0.8181818,0.8305785,0.8429752,0.8429752,0.8471074,0.8471074,0.8429752,0.8471074,0.838843,0.8347107,0.822314,0.8057851,0.7768595,0.75206614,0.7644628,0.7892562,0.822314,0.8429752,0.8305785,0.7644628,0.6280992,0.6363636,0.71487606,0.6942149,0.61570245,0.5661157,0.5123967,0.44214877,0.38429752,0.3429752,0.40082645,0.5041322,0.5206612,0.5289256,0.5495868,0.57438016,0.61157024,0.6446281,0.6487603,0.661157,0.6652893,0.6859504,0.7107438,0.73966944,0.73140496,0.74380165,0.72727275,0.7231405,0.71487606,0.6983471,0.69008267,0.6735537,0.6446281,0.6322314,0.59504133,0.57024795,0.5495868,0.5247934,0.46694216,0.38429752,0.012396694,0.446281,0.74380165,0.79752064,0.8140496,0.8264463,0.8347107,0.8429752,0.8429752,0.8429752,0.8429752,0.8347107,0.8347107,0.8264463,0.80991733,0.7933884,0.76859504,0.75619835,0.78512394,0.8181818,0.838843,0.8471074,0.8471074,0.8264463,0.75206614,0.6983471,0.7231405,0.70247936,0.6198347,0.56198347,0.5041322,0.47107437,0.45041323,0.42561984,0.41735536,0.446281,0.5123967,0.5413223,0.57438016,0.59090906,0.6198347,0.6363636,0.6570248,0.661157,0.661157,0.6694215,0.6942149,0.70247936,0.7107438,0.71900827,0.71900827,0.70247936,0.6983471,0.6942149,0.677686,0.6570248,0.6322314,0.607438,0.58677685,0.55785125,0.5413223,0.5082645,0.45454547,0.37603307,0.03305785,0.3677686,0.7107438,0.7933884,0.80991733,0.8181818,0.8305785,0.838843,0.838843,0.8471074,0.838843,0.8347107,0.8347107,0.8181818,0.7933884,0.7768595,0.76859504,0.7768595,0.80991733,0.8305785,0.838843,0.8429752,0.8471074,0.838843,0.80991733,0.77272725,0.75619835,0.71487606,0.6280992,0.553719,0.5247934,0.5,0.5,0.47933885,0.4876033,0.5,0.5371901,0.55785125,0.58677685,0.607438,0.6280992,0.6322314,0.661157,0.6694215,0.6652893,0.6652893,0.6694215,0.6859504,0.6859504,0.6983471,0.7107438,0.6818182,0.677686,0.6694215,0.661157,0.6280992,0.61570245,0.58677685,0.5661157,0.553719,0.5289256,0.49173555,0.44214877,0.3677686,0.05785124,0.3181818,0.677686,0.78099173,0.8057851,0.80991733,0.822314,0.8347107,0.8305785,0.8347107,0.838843,0.8305785,0.822314,0.8016529,0.7768595,0.77272725,0.78099173,0.80991733,0.8264463,0.8347107,0.8429752,0.8471074,0.8471074,0.8471074,0.8305785,0.8181818,0.7933884,0.72727275,0.6198347,0.55785125,0.55785125,0.553719,0.54545456,0.54545456,0.54545456,0.553719,0.58264464,0.58264464,0.59090906,0.61570245,0.62396693,0.6322314,0.6652893,0.6818182,0.6859504,0.6859504,0.6694215,0.6735537,0.6735537,0.6818182,0.6942149,0.677686,0.661157,0.661157,0.6404959,0.61157024,0.58264464,0.57438016,0.5495868,0.5495868,0.5206612,0.47933885,0.42561984,0.36363637,0.07024793,0.2768595,0.6446281,0.76859504,0.7933884,0.80991733,0.8181818,0.8305785,0.8305785,0.8347107,0.8305785,0.822314,0.80991733,0.7933884,0.78099173,0.78512394,0.8057851,0.8264463,0.8347107,0.8429752,0.8471074,0.8429752,0.8429752,0.8512397,0.8429752,0.8305785,0.8140496,0.7355372,0.6322314,0.58264464,0.607438,0.61157024,0.59504133,0.59504133,0.59090906,0.59917355,0.607438,0.607438,0.59504133,0.61570245,0.6198347,0.6198347,0.6404959,0.6735537,0.6859504,0.6942149,0.6818182,0.6818182,0.677686,0.677686,0.6735537,0.6652893,0.661157,0.6446281,0.62396693,0.607438,0.57438016,0.5661157,0.553719,0.54545456,0.5123967,0.48347107,0.42561984,0.3677686,0.09504132,0.21900827,0.60330576,0.76033056,0.7933884,0.8057851,0.80991733,0.822314,0.8305785,0.8305785,0.8305785,0.822314,0.8057851,0.7933884,0.7933884,0.8016529,0.8181818,0.8347107,0.838843,0.8471074,0.8471074,0.8429752,0.8429752,0.8512397,0.8429752,0.8347107,0.8264463,0.7644628,0.677686,0.6280992,0.661157,0.6528926,0.6198347,0.61157024,0.607438,0.6198347,0.6198347,0.6198347,0.59090906,0.61157024,0.61570245,0.6198347,0.6322314,0.661157,0.6818182,0.69008267,0.677686,0.6859504,0.6942149,0.677686,0.6652893,0.6404959,0.6404959,0.62396693,0.6198347,0.60330576,0.58264464,0.56198347,0.5495868,0.553719,0.5165289,0.48347107,0.4214876,0.35950413,0.11157025,0.17355372,0.553719,0.76033056,0.7892562,0.8016529,0.8057851,0.8181818,0.8264463,0.8264463,0.8305785,0.8181818,0.8016529,0.79752064,0.8016529,0.8181818,0.8347107,0.8471074,0.838843,0.8429752,0.8471074,0.8471074,0.8429752,0.8429752,0.8429752,0.8347107,0.8305785,0.7933884,0.73140496,0.7066116,0.70247936,0.69008267,0.6404959,0.61570245,0.59917355,0.61570245,0.6198347,0.6198347,0.6198347,0.61570245,0.62396693,0.6280992,0.6322314,0.6487603,0.6735537,0.6735537,0.677686,0.6694215,0.6859504,0.677686,0.6570248,0.6280992,0.6280992,0.61157024,0.61157024,0.60330576,0.5785124,0.553719,0.553719,0.5289256,0.5123967,0.47107437,0.42975205,0.35950413,0.12809917,0.15289256,0.5,0.74793386,0.8016529,0.8016529,0.80991733,0.822314,0.8264463,0.8264463,0.822314,0.822314,0.8016529,0.79752064,0.8140496,0.8264463,0.8429752,0.8512397,0.8471074,0.8471074,0.8471074,0.8429752,0.838843,0.8305785,0.8140496,0.8016529,0.7892562,0.7768595,0.76033056,0.74380165,0.71487606,0.661157,0.60330576,0.58264464,0.57438016,0.59917355,0.60330576,0.61570245,0.6198347,0.62396693,0.6198347,0.62396693,0.62396693,0.6363636,0.6570248,0.6570248,0.6818182,0.6570248,0.6735537,0.661157,0.6322314,0.6198347,0.61570245,0.607438,0.60330576,0.59090906,0.57438016,0.553719,0.553719,0.5289256,0.5041322,0.47107437,0.42975205,0.36363637,0.12809917,0.1322314,0.4338843,0.71900827,0.8016529,0.80991733,0.8057851,0.822314,0.822314,0.8264463,0.822314,0.8264463,0.8016529,0.80991733,0.822314,0.8305785,0.8347107,0.8429752,0.8471074,0.8347107,0.8264463,0.8140496,0.78512394,0.76033056,0.73140496,0.6942149,0.6818182,0.6818182,0.6859504,0.661157,0.61570245,0.55785125,0.5082645,0.5041322,0.5123967,0.5247934,0.53305787,0.55785125,0.57438016,0.58677685,0.59917355,0.59917355,0.61157024,0.61157024,0.6363636,0.6528926,0.6528926,0.661157,0.6528926,0.6322314,0.61157024,0.60330576,0.607438,0.60330576,0.59504133,0.58264464,0.5661157,0.553719,0.5413223,0.53305787,0.5,0.47107437,0.4338843,0.37603307,0.12396694,0.10330579,0.34710744,0.6859504,0.7892562,0.8057851,0.80991733,0.8181818,0.8264463,0.8264463,0.8264463,0.822314,0.80991733,0.8181818,0.8305785,0.8264463,0.822314,0.822314,0.80991733,0.7768595,0.71487606,0.6818182,0.661157,0.6363636,0.6280992,0.59090906,0.58264464,0.56198347,0.553719,0.5289256,0.5,0.47933885,0.45867768,0.45867768,0.45867768,0.46280992,0.45454547,0.46694216,0.4876033,0.5,0.5206612,0.553719,0.57438016,0.57438016,0.59917355,0.6280992,0.6487603,0.661157,0.6528926,0.6404959,0.61157024,0.60330576,0.61157024,0.607438,0.58677685,0.57438016,0.57438016,0.56198347,0.5495868,0.53305787,0.5082645,0.46694216,0.4338843,0.38842976,0.14876033,0.09504132,0.26859504,0.6404959,0.7768595,0.79752064,0.80991733,0.8140496,0.8264463,0.8264463,0.8347107,0.8305785,0.822314,0.822314,0.822314,0.80991733,0.7768595,0.73140496,0.69008267,0.62396693,0.57438016,0.5413223,0.54545456,0.55785125,0.55785125,0.56198347,0.57024795,0.55785125,0.5247934,0.4752066,0.4752066,0.48347107,0.4876033,0.46280992,0.45867768,0.45041323,0.42975205,0.4214876,0.41735536,0.41735536,0.42975205,0.4338843,0.4876033,0.49586776,0.5371901,0.59504133,0.6404959,0.6652893,0.6570248,0.6528926,0.6280992,0.61157024,0.62396693,0.607438,0.58677685,0.5661157,0.57024795,0.55785125,0.553719,0.53305787,0.5123967,0.45041323,0.4338843,0.37603307,0.1570248,0.11570248,0.19421488,0.5785124,0.76033056,0.79752064,0.8057851,0.8140496,0.8305785,0.8305785,0.838843,0.8347107,0.8264463,0.8264463,0.80991733,0.7768595,0.6859504,0.56198347,0.4876033,0.44214877,0.40495867,0.5082645,0.5247934,0.61157024,0.6322314,0.6570248,0.70247936,0.7107438,0.661157,0.57438016,0.607438,0.6363636,0.6363636,0.54545456,0.5289256,0.5247934,0.49586776,0.45041323,0.42561984,0.38842976,0.36363637,0.3553719,0.33471075,0.34710744,0.4338843,0.5495868,0.62396693,0.6570248,0.6570248,0.6487603,0.6404959,0.6198347,0.6198347,0.60330576,0.58677685,0.5661157,0.5661157,0.54545456,0.5495868,0.53305787,0.49586776,0.45867768,0.41735536,0.34710744,0.14876033,0.14049587,0.12809917,0.4876033,0.73966944,0.7933884,0.8057851,0.8181818,0.822314,0.8347107,0.838843,0.838843,0.8347107,0.8264463,0.7933884,0.76033056,0.6735537,0.5041322,0.37603307,0.29338843,0.2892562,0.5165289,0.60330576,0.7107438,0.74793386,0.77272725,0.80991733,0.8181818,0.77272725,0.7066116,0.72727275,0.73966944,0.73140496,0.6487603,0.59917355,0.61570245,0.57024795,0.4876033,0.49586776,0.4214876,0.3553719,0.29752067,0.2231405,0.23140496,0.36363637,0.5206612,0.60330576,0.6487603,0.6446281,0.6528926,0.6487603,0.6322314,0.62396693,0.60330576,0.58677685,0.57438016,0.56198347,0.5413223,0.5371901,0.5289256,0.48347107,0.45041323,0.40082645,0.30991736,0.1446281,0.15289256,0.09504132,0.36363637,0.70247936,0.78512394,0.8016529,0.8140496,0.8181818,0.8347107,0.838843,0.838843,0.8347107,0.822314,0.8016529,0.78512394,0.78099173,0.69008267,0.5495868,0.446281,0.37190083,0.47933885,0.58264464,0.6859504,0.75206614,0.7892562,0.8181818,0.8140496,0.77272725,0.7107438,0.73140496,0.74380165,0.7231405,0.6570248,0.59090906,0.59917355,0.55785125,0.44214877,0.446281,0.39256197,0.30991736,0.28512397,0.2768595,0.338843,0.44214877,0.54545456,0.59917355,0.6280992,0.6487603,0.6528926,0.6570248,0.6363636,0.6198347,0.59917355,0.58264464,0.57024795,0.553719,0.5413223,0.5371901,0.5165289,0.48347107,0.43801653,0.37603307,0.27272728,0.14049587,0.16115703,0.10330579,0.2107438,0.6363636,0.77272725,0.8016529,0.8140496,0.8140496,0.8347107,0.8347107,0.8429752,0.838843,0.822314,0.8057851,0.8057851,0.8264463,0.8140496,0.72727275,0.6570248,0.60330576,0.57438016,0.57024795,0.6487603,0.6859504,0.7355372,0.7644628,0.76033056,0.71900827,0.6487603,0.6446281,0.661157,0.61570245,0.57024795,0.5,0.46694216,0.4876033,0.4214876,0.38016528,0.38842976,0.3553719,0.36363637,0.41735536,0.49586776,0.55785125,0.59917355,0.62396693,0.6404959,0.6528926,0.6652893,0.6404959,0.6363636,0.607438,0.59917355,0.57438016,0.56198347,0.553719,0.54545456,0.5247934,0.5041322,0.46694216,0.41735536,0.338843,0.22727273,0.13636364,0.14049587,0.12396694,0.08677686,0.5123967,0.74380165,0.79752064,0.80991733,0.8181818,0.8264463,0.8264463,0.838843,0.838843,0.8264463,0.8181818,0.8305785,0.8347107,0.8347107,0.8057851,0.76033056,0.74380165,0.72727275,0.6983471,0.6694215,0.6652893,0.6694215,0.6652893,0.6652893,0.6404959,0.59917355,0.58264464,0.61157024,0.56198347,0.54545456,0.5165289,0.5,0.49586776,0.48347107,0.43801653,0.44214877,0.44214877,0.45454547,0.5041322,0.57438016,0.61570245,0.62396693,0.6198347,0.6363636,0.6446281,0.6487603,0.6363636,0.62396693,0.59917355,0.59090906,0.56198347,0.553719,0.5413223,0.5247934,0.5123967,0.49586776,0.446281,0.38429752,0.28512397,0.18181819,0.11983471,0.12809917,0.14876033,0.05785124,0.3305785,0.677686,0.78099173,0.8016529,0.8140496,0.8140496,0.822314,0.8347107,0.8264463,0.8264463,0.8264463,0.8347107,0.838843,0.8429752,0.8264463,0.78512394,0.76859504,0.7768595,0.76859504,0.76033056,0.75206614,0.73140496,0.6983471,0.69008267,0.6652893,0.6570248,0.6487603,0.661157,0.6404959,0.60330576,0.5785124,0.56198347,0.54545456,0.5206612,0.4876033,0.47933885,0.48347107,0.5165289,0.56198347,0.61157024,0.6363636,0.6322314,0.62396693,0.6280992,0.6280992,0.62396693,0.6198347,0.60330576,0.58264464,0.57438016,0.55785125,0.5371901,0.5206612,0.5123967,0.5,0.48347107,0.42975205,0.34710744,0.23140496,0.1570248,0.12396694,0.12809917,0.14876033,0.09917355,0.1322314,0.5371901,0.74793386,0.7933884,0.8057851,0.80991733,0.8181818,0.8264463,0.822314,0.8181818,0.8264463,0.8347107,0.838843,0.838843,0.838843,0.8016529,0.7768595,0.7768595,0.77272725,0.76859504,0.7644628,0.75206614,0.71487606,0.70247936,0.677686,0.6735537,0.677686,0.677686,0.6487603,0.61157024,0.57438016,0.553719,0.5289256,0.5165289,0.5041322,0.5082645,0.5123967,0.5495868,0.59504133,0.6198347,0.6404959,0.62396693,0.62396693,0.6198347,0.61157024,0.60330576,0.59917355,0.58677685,0.5661157,0.55785125,0.5413223,0.5289256,0.5206612,0.5082645,0.4876033,0.45867768,0.3966942,0.30165288,0.18595041,0.1446281,0.12809917,0.1322314,0.14049587,0.13636364,0.05785124,0.33471075,0.677686,0.76859504,0.79752064,0.8016529,0.8057851,0.8181818,0.8181818,0.8181818,0.822314,0.8347107,0.8347107,0.838843,0.8264463,0.80991733,0.78099173,0.76033056,0.74793386,0.72727275,0.6983471,0.6859504,0.6487603,0.6404959,0.61570245,0.607438,0.61157024,0.60330576,0.5785124,0.56198347,0.53305787,0.5082645,0.5,0.5123967,0.5165289,0.5289256,0.5289256,0.57024795,0.59917355,0.6198347,0.62396693,0.60330576,0.59917355,0.59090906,0.60330576,0.59090906,0.58264464,0.57438016,0.5495868,0.5495868,0.5371901,0.5247934,0.5123967,0.5,0.47107437,0.42975205,0.3181818,0.24793388,0.1446281,0.14876033,0.12809917,0.1322314,0.14049587,0.1446281,0.08677686,0.08264463,0.53305787,0.72727275,0.78099173,0.7933884,0.8016529,0.80991733,0.8181818,0.8140496,0.8181818,0.8305785,0.8305785,0.8305785,0.8305785,0.8057851,0.7768595,0.75619835,0.7231405,0.677686,0.6446281,0.6198347,0.59504133,0.59090906,0.57438016,0.57024795,0.56198347,0.54545456,0.5206612,0.5082645,0.4876033,0.48347107,0.49586776,0.5165289,0.5206612,0.5413223,0.5495868,0.5785124,0.59504133,0.607438,0.607438,0.5785124,0.56198347,0.58677685,0.58264464,0.5785124,0.56198347,0.553719,0.54545456,0.5371901,0.5371901,0.5247934,0.5082645,0.48347107,0.43801653,0.37190083,0.2768595,0.17355372,0.15289256,0.14876033,0.1322314,0.1322314,0.13636364,0.15289256,0.1322314,0.041322313,0.26859504,0.6487603,0.75619835,0.78512394,0.79752064,0.8057851,0.8181818,0.8140496,0.8181818,0.8181818,0.822314,0.822314,0.822314,0.8057851,0.7933884,0.76859504,0.72727275,0.6694215,0.6198347,0.59090906,0.5661157,0.56198347,0.553719,0.53305787,0.5206612,0.5041322,0.48347107,0.4876033,0.4876033,0.5,0.5165289,0.53305787,0.5495868,0.5495868,0.56198347,0.5785124,0.59917355,0.607438,0.59917355,0.58264464,0.56198347,0.58264464,0.5785124,0.56198347,0.55785125,0.54545456,0.5371901,0.5371901,0.5289256,0.5165289,0.49586776,0.45454547,0.3966942,0.30991736,0.21487603,0.1446281,0.1694215,0.14876033,0.12809917,0.1322314,0.14049587,0.15289256,0.1570248,0.09504132,0.08264463,0.44214877,0.7107438,0.7644628,0.7892562,0.8057851,0.80991733,0.8181818,0.8181818,0.822314,0.8181818,0.8264463,0.822314,0.8181818,0.8057851,0.78512394,0.75206614,0.69008267,0.6404959,0.59504133,0.56198347,0.5495868,0.5413223,0.53305787,0.5165289,0.5123967,0.5082645,0.5165289,0.5289256,0.53305787,0.5413223,0.54545456,0.553719,0.55785125,0.57024795,0.58264464,0.59504133,0.607438,0.60330576,0.59090906,0.58677685,0.57024795,0.5661157,0.5495868,0.54545456,0.5413223,0.5371901,0.5289256,0.5123967,0.49586776,0.47107437,0.41735536,0.338843,0.23966943,0.18181819,0.14876033,0.18181819,0.1446281,0.12396694,0.12809917,0.14049587,0.1570248,0.16528925,0.12809917,0.05785124,0.16528925,0.58264464,0.7355372,0.7768595,0.79752064,0.8057851,0.8181818,0.822314,0.822314,0.8264463,0.8264463,0.8305785,0.822314,0.8181818,0.8057851,0.78512394,0.72727275,0.6859504,0.6446281,0.61157024,0.59917355,0.5785124,0.5785124,0.55785125,0.55785125,0.55785125,0.553719,0.5661157,0.553719,0.56198347,0.5661157,0.57438016,0.58264464,0.58677685,0.59917355,0.60330576,0.61570245,0.607438,0.59917355,0.59090906,0.5661157,0.5495868,0.553719,0.5371901,0.53305787,0.5247934,0.5165289,0.49586776,0.46694216,0.4214876,0.34710744,0.2644628,0.21487603,0.18181819,0.1694215,0.18181819,0.1446281,0.12809917,0.13636364,0.1446281,0.14876033,0.16115703,0.13636364,0.10330579,0.049586777,0.29338843,0.62396693,0.74793386,0.78099173,0.79752064,0.80991733,0.8181818,0.8305785,0.8305785,0.8347107,0.8347107,0.8305785,0.822314,0.8264463,0.80991733,0.7768595,0.74793386,0.71900827,0.69008267,0.6694215,0.6446281,0.6280992,0.607438,0.59504133,0.58677685,0.59090906,0.59917355,0.60330576,0.59917355,0.60330576,0.61157024,0.61570245,0.61570245,0.6322314,0.6322314,0.6280992,0.62396693,0.60330576,0.58264464,0.56198347,0.5495868,0.54545456,0.5371901,0.5247934,0.5123967,0.49173555,0.46280992,0.42975205,0.35123968,0.2892562,0.2107438,0.20661157,0.19008264,0.17768595,0.19008264,0.14049587,0.12396694,0.14876033,0.14049587,0.1570248,0.16528925,0.1322314,0.11570248,0.08264463,0.05785124,0.3553719,0.6694215,0.7355372,0.7768595,0.7933884,0.8140496,0.8264463,0.8347107,0.838843,0.8429752,0.8429752,0.8347107,0.8347107,0.8305785,0.80991733,0.8057851,0.7933884,0.7768595,0.7644628,0.7355372,0.7231405,0.6818182,0.6694215,0.6528926,0.6446281,0.6487603,0.6570248,0.6487603,0.6446281,0.6528926,0.661157,0.6528926,0.6652893,0.6528926,0.6487603,0.62396693,0.60330576,0.5785124,0.56198347,0.54545456,0.53305787,0.5206612,0.5082645,0.4876033,0.46694216,0.41735536,0.35950413,0.28512397,0.25619835,0.20247933,0.2107438,0.1983471,0.18595041,0.19008264,0.1570248,0.11157025,0.1322314,0.15289256,0.1570248,0.17355372,0.14049587,0.10743801,0.09917355,0.0785124,0.049586777,0.4338843,0.6528926,0.73140496,0.76859504,0.79752064,0.822314,0.838843,0.838843,0.8429752,0.8471074,0.8471074,0.8429752,0.8429752,0.8347107,0.8347107,0.8264463,0.822314,0.822314,0.8140496,0.8016529,0.78099173,0.75619835,0.7355372,0.7231405,0.71900827,0.71900827,0.71487606,0.7107438,0.7066116,0.7066116,0.6983471,0.6859504,0.6735537,0.6528926,0.6198347,0.59504133,0.57438016,0.55785125,0.53305787,0.5123967,0.49586776,0.46694216,0.45041323,0.4090909,0.35123968,0.29752067,0.2644628,0.24380165,0.21487603,0.2107438,0.1983471,0.1983471,0.18595041,0.16528925,0.11983471,0.12396694,0.15289256,0.16115703,0.18181819,0.14049587,0.11570248,0.11157025,0.09917355,0.07024793,0.09504132,0.42975205,0.6487603,0.71900827,0.7644628,0.8057851,0.8305785,0.8429752,0.8429752,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.8429752,0.838843,0.8347107,0.8305785,0.8305785,0.822314,0.80991733,0.8057851,0.7933884,0.7768595,0.77272725,0.7644628,0.76033056,0.76033056,0.73966944,0.74380165,0.71487606,0.69008267,0.661157,0.6404959,0.59917355,0.57024795,0.54545456,0.5206612,0.49586776,0.4752066,0.45454547,0.42561984,0.40082645,0.3305785,0.29752067,0.2768595,0.2603306,0.23966943,0.23140496,0.20247933,0.1983471,0.19008264,0.19008264,0.18595041,0.13636364,0.11570248,0.1446281,0.18595041,0.18595041,0.14049587,0.12396694,0.10743801,0.10743801,0.09504132,0.049586777,0.17355372,0.5082645,0.6322314,0.70247936,0.7644628,0.8181818,0.8305785,0.8429752,0.8471074,0.8471074,0.8512397,0.8471074,0.8471074,0.8429752,0.8347107,0.822314,0.8264463,0.8140496,0.80991733,0.8016529,0.8057851,0.8016529,0.78512394,0.78512394,0.77272725,0.7644628,0.75619835,0.73966944,0.7231405,0.70247936,0.6694215,0.6280992,0.59504133,0.57024795,0.5289256,0.49586776,0.47933885,0.45867768,0.4338843,0.41322315,0.37190083,0.338843,0.2892562,0.2892562,0.28512397,0.26859504,0.24380165,0.23966943,0.21900827,0.20247933,0.19008264,0.19421488,0.20247933,7 +0.19421488,0.2231405,0.3140496,0.5,0.6363636,0.7355372,0.79752064,0.8264463,0.8471074,0.8471074,0.8429752,0.8512397,0.8512397,0.8553719,0.8512397,0.8512397,0.8471074,0.8512397,0.8471074,0.8553719,0.8512397,0.8553719,0.8553719,0.8553719,0.8512397,0.8553719,0.8471074,0.8264463,0.7933884,0.7644628,0.75206614,0.75206614,0.73966944,0.7066116,0.6694215,0.607438,0.54545456,0.49586776,0.4752066,0.446281,0.40495867,0.338843,0.3140496,0.25619835,0.28099173,0.26859504,0.26859504,0.25619835,0.25619835,0.2644628,0.27272728,0.28099173,0.2892562,0.2603306,0.21487603,0.2107438,0.20247933,0.23966943,0.21487603,0.16115703,0.1694215,0.16115703,0.1694215,0.1694215,0.1983471,0.24793388,0.37190083,0.5495868,0.6735537,0.76859504,0.80991733,0.838843,0.8471074,0.8471074,0.8471074,0.8471074,0.8512397,0.8512397,0.8553719,0.8512397,0.8471074,0.8471074,0.8512397,0.8595041,0.8553719,0.8595041,0.8553719,0.8595041,0.8553719,0.8553719,0.8512397,0.8471074,0.8264463,0.79752064,0.77272725,0.75619835,0.75206614,0.72727275,0.7066116,0.6818182,0.6198347,0.5661157,0.5041322,0.47933885,0.446281,0.40082645,0.35123968,0.3140496,0.29338843,0.27272728,0.2520661,0.23966943,0.23553719,0.22727273,0.2520661,0.23966943,0.2603306,0.2892562,0.24793388,0.21900827,0.2107438,0.21900827,0.23140496,0.21487603,0.19421488,0.18181819,0.18181819,0.1694215,0.20247933,0.28099173,0.43801653,0.61157024,0.7107438,0.78512394,0.8181818,0.838843,0.8429752,0.8512397,0.8512397,0.8512397,0.8512397,0.8512397,0.8512397,0.8553719,0.8512397,0.8553719,0.8512397,0.8595041,0.8553719,0.8553719,0.8553719,0.8595041,0.8553719,0.8512397,0.8471074,0.8471074,0.8347107,0.822314,0.8057851,0.7933884,0.76859504,0.75206614,0.73140496,0.7066116,0.6818182,0.6280992,0.58264464,0.5247934,0.49173555,0.45041323,0.40082645,0.37190083,0.32231405,0.30991736,0.2644628,0.24793388,0.23966943,0.22727273,0.2231405,0.23553719,0.2520661,0.27272728,0.26859504,0.23966943,0.23966943,0.23140496,0.24380165,0.23966943,0.23140496,0.2107438,0.20247933,0.18181819,0.21900827,0.3305785,0.5289256,0.6694215,0.75206614,0.7933884,0.822314,0.838843,0.8471074,0.8471074,0.8512397,0.8512397,0.8471074,0.8512397,0.8471074,0.8553719,0.8471074,0.8553719,0.8553719,0.8512397,0.8512397,0.8512397,0.8471074,0.8512397,0.8471074,0.8471074,0.8429752,0.8347107,0.8305785,0.8347107,0.8264463,0.8140496,0.8057851,0.78512394,0.7644628,0.73966944,0.71487606,0.69008267,0.6570248,0.60330576,0.55785125,0.5041322,0.47107437,0.42561984,0.38429752,0.35950413,0.3181818,0.2644628,0.23966943,0.23140496,0.2231405,0.21900827,0.23553719,0.23553719,0.24793388,0.23966943,0.23140496,0.23140496,0.24380165,0.24380165,0.2520661,0.21900827,0.2107438,0.20661157,0.21487603,0.40082645,0.59504133,0.71487606,0.7768595,0.80991733,0.8264463,0.838843,0.8512397,0.8471074,0.838843,0.8305785,0.8181818,0.8181818,0.8140496,0.8140496,0.8181818,0.8181818,0.8181818,0.822314,0.8264463,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.822314,0.8264463,0.8305785,0.8264463,0.8264463,0.8140496,0.8057851,0.78512394,0.76033056,0.73966944,0.71487606,0.6983471,0.661157,0.6280992,0.5785124,0.5413223,0.4876033,0.44214877,0.40082645,0.37190083,0.32231405,0.2520661,0.23140496,0.23140496,0.21900827,0.23140496,0.23140496,0.23140496,0.23140496,0.21900827,0.22727273,0.2231405,0.2231405,0.23553719,0.24793388,0.23553719,0.22727273,0.2107438,0.46694216,0.6404959,0.73966944,0.7892562,0.8181818,0.8305785,0.8305785,0.8181818,0.78512394,0.7355372,0.7107438,0.71487606,0.71900827,0.7107438,0.69008267,0.6942149,0.6859504,0.6859504,0.70247936,0.73140496,0.75619835,0.76859504,0.78099173,0.79752064,0.7933884,0.8016529,0.8016529,0.8057851,0.822314,0.822314,0.822314,0.80991733,0.8016529,0.7892562,0.76859504,0.74793386,0.71900827,0.70247936,0.6818182,0.6570248,0.6322314,0.59917355,0.5206612,0.46694216,0.40082645,0.3429752,0.3140496,0.26859504,0.23553719,0.23140496,0.2231405,0.23140496,0.23966943,0.23140496,0.24793388,0.2231405,0.2231405,0.22727273,0.23553719,0.22727273,0.22727273,0.23966943,0.2603306,0.23966943,0.5289256,0.6735537,0.74793386,0.7933884,0.8140496,0.8140496,0.77272725,0.72727275,0.70247936,0.6652893,0.6446281,0.62396693,0.59504133,0.57438016,0.553719,0.54545456,0.55785125,0.55785125,0.553719,0.57024795,0.61157024,0.6198347,0.6818182,0.7066116,0.73140496,0.75206614,0.76859504,0.7933884,0.80991733,0.80991733,0.8057851,0.79752064,0.7892562,0.77272725,0.75619835,0.73140496,0.6983471,0.6735537,0.62396693,0.607438,0.55785125,0.5206612,0.45454547,0.40082645,0.34710744,0.2892562,0.2603306,0.25619835,0.24793388,0.24793388,0.21900827,0.2231405,0.22727273,0.23140496,0.24380165,0.24793388,0.22727273,0.23966943,0.23966943,0.23553719,0.2231405,0.23140496,0.24793388,0.30165288,0.56198347,0.6942149,0.7644628,0.7892562,0.77272725,0.73140496,0.71487606,0.7231405,0.73140496,0.70247936,0.6570248,0.61570245,0.56198347,0.5165289,0.49173555,0.46694216,0.48347107,0.49173555,0.49586776,0.49173555,0.5041322,0.5247934,0.56198347,0.61157024,0.6487603,0.69008267,0.7231405,0.7644628,0.7933884,0.7933884,0.7933884,0.78099173,0.7644628,0.75206614,0.72727275,0.6859504,0.6570248,0.62396693,0.56198347,0.5,0.44214877,0.39256197,0.3553719,0.3305785,0.30165288,0.26859504,0.24380165,0.23966943,0.25619835,0.2768595,0.2603306,0.24380165,0.21487603,0.2231405,0.2107438,0.21487603,0.21487603,0.23140496,0.24380165,0.2520661,0.24380165,0.23966943,0.21900827,0.36363637,0.607438,0.7231405,0.76859504,0.75206614,0.7066116,0.7066116,0.7355372,0.7768595,0.78512394,0.76859504,0.73966944,0.7066116,0.6570248,0.607438,0.55785125,0.5165289,0.4876033,0.5,0.5041322,0.49586776,0.49173555,0.49586776,0.5123967,0.56198347,0.607438,0.6487603,0.6859504,0.73966944,0.78512394,0.78512394,0.7768595,0.75206614,0.72727275,0.7107438,0.6694215,0.62396693,0.59090906,0.56198347,0.49586776,0.42561984,0.37190083,0.3429752,0.3305785,0.33471075,0.3305785,0.3140496,0.30165288,0.3181818,0.33471075,0.3305785,0.3429752,0.338843,0.28099173,0.2644628,0.23140496,0.2107438,0.20247933,0.20661157,0.21900827,0.23553719,0.2520661,0.23553719,0.2231405,0.41322315,0.6280992,0.7355372,0.7644628,0.72727275,0.72727275,0.76033056,0.8016529,0.8181818,0.8140496,0.7892562,0.76033056,0.73966944,0.72727275,0.6983471,0.6570248,0.61570245,0.59090906,0.5661157,0.553719,0.5413223,0.5371901,0.53305787,0.54545456,0.553719,0.59090906,0.6363636,0.6818182,0.74793386,0.78099173,0.78512394,0.76033056,0.7355372,0.6983471,0.6694215,0.6198347,0.553719,0.5289256,0.5082645,0.47933885,0.42975205,0.4090909,0.40082645,0.4090909,0.41322315,0.42975205,0.43801653,0.46694216,0.4752066,0.46280992,0.45867768,0.44214877,0.43801653,0.38429752,0.338843,0.30165288,0.25619835,0.24380165,0.21900827,0.2107438,0.2107438,0.21900827,0.2603306,0.23966943,0.46280992,0.6487603,0.73966944,0.75619835,0.73140496,0.76033056,0.79752064,0.8181818,0.80991733,0.79752064,0.77272725,0.7355372,0.71900827,0.7066116,0.677686,0.6570248,0.6363636,0.61570245,0.59917355,0.5785124,0.57438016,0.5785124,0.57438016,0.59090906,0.58677685,0.607438,0.6487603,0.6983471,0.75619835,0.7892562,0.79752064,0.76859504,0.73966944,0.6983471,0.6446281,0.59504133,0.5206612,0.5041322,0.49173555,0.4876033,0.47107437,0.46694216,0.46280992,0.4752066,0.46280992,0.4752066,0.48347107,0.49586776,0.49173555,0.48347107,0.48347107,0.46280992,0.446281,0.42561984,0.38842976,0.3677686,0.32231405,0.29338843,0.23966943,0.2520661,0.23966943,0.22727273,0.23553719,0.23140496,0.4876033,0.677686,0.75619835,0.75206614,0.75206614,0.78099173,0.7933884,0.79752064,0.76859504,0.74793386,0.7107438,0.661157,0.6404959,0.62396693,0.62396693,0.61570245,0.607438,0.58264464,0.57024795,0.553719,0.5661157,0.5785124,0.58264464,0.59090906,0.59917355,0.6280992,0.6735537,0.73140496,0.78099173,0.8057851,0.80991733,0.7933884,0.75206614,0.7066116,0.6322314,0.57024795,0.5165289,0.49586776,0.4876033,0.48347107,0.47933885,0.46694216,0.46694216,0.47107437,0.45867768,0.45867768,0.45867768,0.46694216,0.47107437,0.45454547,0.45041323,0.43801653,0.4338843,0.41735536,0.41322315,0.40495867,0.38016528,0.3429752,0.28099173,0.21487603,0.2231405,0.22727273,0.21900827,0.21487603,0.5247934,0.70247936,0.76859504,0.77272725,0.7768595,0.78512394,0.7768595,0.76033056,0.71900827,0.661157,0.61157024,0.607438,0.6363636,0.6694215,0.6735537,0.6570248,0.6363636,0.58264464,0.5413223,0.5041322,0.5041322,0.5413223,0.56198347,0.5661157,0.58264464,0.607438,0.6735537,0.75206614,0.80991733,0.822314,0.8264463,0.80991733,0.77272725,0.7107438,0.6280992,0.54545456,0.5082645,0.4752066,0.47107437,0.4752066,0.4752066,0.46280992,0.45041323,0.4338843,0.42975205,0.4338843,0.43801653,0.446281,0.44214877,0.42561984,0.40495867,0.3677686,0.36363637,0.40495867,0.4090909,0.40082645,0.37603307,0.36363637,0.3140496,0.2520661,0.18181819,0.17768595,0.16528925,0.18181819,0.56198347,0.71487606,0.78099173,0.78512394,0.78512394,0.78099173,0.76033056,0.72727275,0.6735537,0.60330576,0.6280992,0.69008267,0.72727275,0.71900827,0.677686,0.61570245,0.58677685,0.5495868,0.5123967,0.5165289,0.4752066,0.4752066,0.5082645,0.53305787,0.5495868,0.55785125,0.6280992,0.74793386,0.8305785,0.8429752,0.838843,0.8305785,0.7892562,0.7231405,0.6280992,0.5371901,0.47107437,0.45867768,0.46280992,0.46280992,0.45867768,0.42975205,0.42561984,0.41735536,0.43801653,0.43801653,0.43801653,0.4338843,0.4214876,0.41322315,0.40082645,0.3677686,0.3181818,0.30165288,0.35123968,0.38842976,0.37190083,0.35950413,0.338843,0.29338843,0.2231405,0.1694215,0.1322314,0.1446281,0.60330576,0.7355372,0.7892562,0.8016529,0.7933884,0.7768595,0.74793386,0.7066116,0.6487603,0.6487603,0.6859504,0.661157,0.607438,0.5495868,0.46280992,0.41735536,0.36363637,0.37190083,0.37603307,0.4338843,0.46280992,0.45867768,0.45867768,0.48347107,0.5165289,0.5206612,0.5785124,0.71487606,0.8347107,0.8553719,0.8471074,0.8471074,0.8016529,0.7231405,0.607438,0.5123967,0.45454547,0.4338843,0.45041323,0.44214877,0.42975205,0.4090909,0.42561984,0.45041323,0.4214876,0.38016528,0.32231405,0.30165288,0.28512397,0.28512397,0.3140496,0.30991736,0.2892562,0.27272728,0.26859504,0.3429752,0.37190083,0.3553719,0.3553719,0.32231405,0.26859504,0.19421488,0.11570248,0.1322314,0.6322314,0.75206614,0.8016529,0.8140496,0.8057851,0.7892562,0.75206614,0.7107438,0.6735537,0.6363636,0.5661157,0.5082645,0.5495868,0.56198347,0.39256197,0.338843,0.2603306,0.23140496,0.23553719,0.37603307,0.41735536,0.446281,0.446281,0.45867768,0.49173555,0.5165289,0.5661157,0.6942149,0.8264463,0.8512397,0.8553719,0.8471074,0.822314,0.72727275,0.59504133,0.5,0.42975205,0.42561984,0.446281,0.44214877,0.42561984,0.42561984,0.41322315,0.45867768,0.40082645,0.30165288,0.25619835,0.22727273,0.20247933,0.18595041,0.2603306,0.29752067,0.24793388,0.22727273,0.23966943,0.2892562,0.3553719,0.3553719,0.3553719,0.35123968,0.30165288,0.2231405,0.11983471,0.11570248,0.661157,0.77272725,0.8140496,0.822314,0.8181818,0.79752064,0.76033056,0.6983471,0.607438,0.49586776,0.446281,0.5165289,0.6818182,0.661157,0.45041323,0.29752067,0.23553719,0.21900827,0.24793388,0.40495867,0.4752066,0.446281,0.4338843,0.4752066,0.5206612,0.57024795,0.61157024,0.71487606,0.8264463,0.8553719,0.8595041,0.8553719,0.8181818,0.7231405,0.59504133,0.5,0.4214876,0.43801653,0.46280992,0.46280992,0.42561984,0.3966942,0.42561984,0.5661157,0.5041322,0.3181818,0.2231405,0.2231405,0.20247933,0.18181819,0.29752067,0.38842976,0.30578512,0.20661157,0.17768595,0.23966943,0.32231405,0.36363637,0.35950413,0.3677686,0.3181818,0.24380165,0.1322314,0.11157025,0.6983471,0.7892562,0.822314,0.8305785,0.8305785,0.80991733,0.78099173,0.7066116,0.59504133,0.5247934,0.5041322,0.58264464,0.72727275,0.7355372,0.5289256,0.3181818,0.28099173,0.2603306,0.32231405,0.46694216,0.5289256,0.49173555,0.46694216,0.49586776,0.5785124,0.6570248,0.70247936,0.76859504,0.8305785,0.8553719,0.8553719,0.8512397,0.80991733,0.7107438,0.59504133,0.5206612,0.46280992,0.46280992,0.5,0.48347107,0.446281,0.446281,0.49173555,0.5785124,0.61570245,0.4090909,0.2520661,0.2520661,0.21487603,0.23966943,0.37190083,0.42561984,0.35123968,0.23140496,0.1983471,0.21487603,0.28099173,0.3429752,0.38429752,0.38429752,0.3429752,0.2603306,0.16115703,0.10743801,0.72727275,0.8016529,0.8264463,0.838843,0.8347107,0.8347107,0.8057851,0.76033056,0.7107438,0.607438,0.553719,0.6280992,0.6942149,0.71900827,0.6322314,0.48347107,0.42561984,0.4214876,0.45867768,0.5165289,0.54545456,0.5247934,0.5661157,0.61570245,0.6570248,0.70247936,0.7644628,0.8016529,0.838843,0.8512397,0.8553719,0.8471074,0.8016529,0.70247936,0.59917355,0.553719,0.5206612,0.5041322,0.5123967,0.54545456,0.56198347,0.5413223,0.5247934,0.5495868,0.58264464,0.5041322,0.3677686,0.3305785,0.30991736,0.338843,0.40082645,0.3966942,0.3305785,0.24380165,0.21487603,0.2768595,0.28099173,0.34710744,0.39256197,0.4090909,0.35950413,0.28099173,0.16528925,0.11570248,0.74793386,0.80991733,0.8347107,0.8471074,0.8429752,0.8347107,0.8347107,0.8140496,0.7892562,0.7355372,0.661157,0.6652893,0.6735537,0.6446281,0.61570245,0.57438016,0.5206612,0.5082645,0.5041322,0.5041322,0.5206612,0.5413223,0.5661157,0.6198347,0.6818182,0.74793386,0.79752064,0.8347107,0.8429752,0.8512397,0.8512397,0.8429752,0.79752064,0.7066116,0.59917355,0.5785124,0.5661157,0.5495868,0.553719,0.553719,0.5785124,0.5661157,0.54545456,0.5289256,0.5123967,0.49586776,0.446281,0.4090909,0.4090909,0.3966942,0.38429752,0.35950413,0.3140496,0.28512397,0.29338843,0.3140496,0.33471075,0.3677686,0.40082645,0.42561984,0.38842976,0.2892562,0.17355372,0.11983471,0.7644628,0.8140496,0.8429752,0.8471074,0.8471074,0.8429752,0.8429752,0.8347107,0.8181818,0.7892562,0.75206614,0.71900827,0.6983471,0.6528926,0.59090906,0.5661157,0.5206612,0.5082645,0.5041322,0.5082645,0.5289256,0.5495868,0.61157024,0.6694215,0.74380165,0.79752064,0.8181818,0.838843,0.8471074,0.8512397,0.8595041,0.8471074,0.8016529,0.6859504,0.59504133,0.58264464,0.59917355,0.59917355,0.58677685,0.59090906,0.60330576,0.5785124,0.553719,0.5371901,0.5,0.5,0.4752066,0.45041323,0.4338843,0.446281,0.41735536,0.41322315,0.38016528,0.3677686,0.37603307,0.37603307,0.37190083,0.3966942,0.41735536,0.44214877,0.4214876,0.30991736,0.19008264,0.1322314,0.7768595,0.8264463,0.838843,0.8512397,0.8512397,0.8471074,0.8471074,0.838843,0.8305785,0.80991733,0.78099173,0.74380165,0.6942149,0.6652893,0.61570245,0.57438016,0.5495868,0.5289256,0.553719,0.5785124,0.59917355,0.62396693,0.6983471,0.76033056,0.80991733,0.8264463,0.8305785,0.8429752,0.8471074,0.8595041,0.8595041,0.8471074,0.7933884,0.677686,0.59917355,0.58677685,0.61157024,0.62396693,0.6363636,0.6404959,0.6487603,0.6198347,0.5785124,0.5371901,0.5247934,0.5165289,0.5,0.48347107,0.47933885,0.47107437,0.46694216,0.45867768,0.44214877,0.4338843,0.4338843,0.42561984,0.42561984,0.4214876,0.45041323,0.46694216,0.45041323,0.3553719,0.19421488,0.14876033,0.7768595,0.8305785,0.8471074,0.8471074,0.8512397,0.8471074,0.8471074,0.8429752,0.8347107,0.8305785,0.7933884,0.7768595,0.73966944,0.71487606,0.6859504,0.661157,0.6363636,0.6446281,0.6487603,0.6570248,0.6818182,0.72727275,0.8016529,0.822314,0.8347107,0.8347107,0.838843,0.8471074,0.8595041,0.8553719,0.8553719,0.8471074,0.78512394,0.6859504,0.59090906,0.58677685,0.607438,0.6280992,0.6570248,0.6818182,0.6983471,0.6735537,0.62396693,0.58677685,0.553719,0.5413223,0.5165289,0.5041322,0.49586776,0.4876033,0.4876033,0.49173555,0.47933885,0.48347107,0.47933885,0.47933885,0.46694216,0.45867768,0.47107437,0.49586776,0.48347107,0.39256197,0.2107438,0.16115703,0.77272725,0.8264463,0.8429752,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.8429752,0.838843,0.8305785,0.8181818,0.8140496,0.8057851,0.7892562,0.77272725,0.74793386,0.74380165,0.7231405,0.73966944,0.7768595,0.80991733,0.8429752,0.8471074,0.8429752,0.838843,0.838843,0.8512397,0.8553719,0.8553719,0.8553719,0.8429752,0.78512394,0.6859504,0.607438,0.59090906,0.60330576,0.61570245,0.6528926,0.6942149,0.73140496,0.73140496,0.6983471,0.661157,0.61570245,0.607438,0.57438016,0.56198347,0.5495868,0.5413223,0.53305787,0.54545456,0.5413223,0.553719,0.553719,0.5495868,0.5165289,0.5165289,0.49586776,0.5082645,0.49586776,0.4214876,0.24380165,0.15289256,0.7644628,0.8181818,0.8429752,0.8471074,0.8512397,0.8471074,0.8512397,0.8471074,0.8512397,0.8471074,0.8429752,0.838843,0.838843,0.8347107,0.8305785,0.822314,0.8140496,0.8016529,0.8016529,0.8181818,0.8347107,0.8429752,0.8471074,0.8471074,0.8429752,0.8429752,0.8429752,0.8512397,0.8512397,0.8553719,0.8595041,0.838843,0.78099173,0.6942149,0.61570245,0.59917355,0.59090906,0.61157024,0.6404959,0.6859504,0.74380165,0.75619835,0.75619835,0.7355372,0.6983471,0.6859504,0.6652893,0.6570248,0.6363636,0.6363636,0.62396693,0.6280992,0.6322314,0.6363636,0.6322314,0.6198347,0.59504133,0.54545456,0.53305787,0.5165289,0.5041322,0.44214877,0.28099173,0.1570248,0.7355372,0.8181818,0.838843,0.8512397,0.8471074,0.8471074,0.8471074,0.8512397,0.8512397,0.8512397,0.8553719,0.8512397,0.8471074,0.8512397,0.8471074,0.8471074,0.8429752,0.8347107,0.8429752,0.8429752,0.8429752,0.8471074,0.8471074,0.8471074,0.838843,0.8471074,0.8429752,0.8471074,0.8553719,0.8553719,0.8553719,0.8305785,0.7892562,0.7107438,0.6322314,0.60330576,0.59504133,0.59090906,0.6280992,0.6735537,0.7231405,0.74793386,0.7644628,0.77272725,0.76033056,0.75206614,0.73966944,0.7355372,0.72727275,0.7231405,0.71900827,0.7066116,0.71900827,0.7107438,0.69008267,0.6694215,0.6322314,0.58677685,0.553719,0.5371901,0.5123967,0.45454547,0.30165288,0.16528925,0.71487606,0.8016529,0.8347107,0.8429752,0.8471074,0.8471074,0.8512397,0.8512397,0.8512397,0.8512397,0.8512397,0.8553719,0.8512397,0.8553719,0.8553719,0.8512397,0.8553719,0.8512397,0.8512397,0.8429752,0.8429752,0.8429752,0.8471074,0.8512397,0.8429752,0.8429752,0.8429752,0.8512397,0.8595041,0.8553719,0.8471074,0.8305785,0.78512394,0.7231405,0.6570248,0.61570245,0.59504133,0.57438016,0.607438,0.6570248,0.7107438,0.73966944,0.75206614,0.76859504,0.77272725,0.7768595,0.77272725,0.77272725,0.76859504,0.7644628,0.7644628,0.7644628,0.74793386,0.74793386,0.7231405,0.6942149,0.6570248,0.61570245,0.58264464,0.55785125,0.5289256,0.46694216,0.3181818,0.16528925,0.6859504,0.79752064,0.822314,0.8429752,0.8429752,0.8471074,0.8471074,0.8512397,0.8512397,0.8553719,0.8553719,0.8553719,0.8512397,0.8553719,0.8471074,0.8512397,0.8512397,0.8512397,0.8429752,0.8471074,0.838843,0.8429752,0.8471074,0.8471074,0.8429752,0.8429752,0.8512397,0.8512397,0.8553719,0.8512397,0.8512397,0.8264463,0.79752064,0.74380165,0.69008267,0.6322314,0.59504133,0.5661157,0.5785124,0.6280992,0.6983471,0.74380165,0.75206614,0.77272725,0.77272725,0.7768595,0.7892562,0.78099173,0.78512394,0.78512394,0.78099173,0.7768595,0.76033056,0.76033056,0.7355372,0.70247936,0.6652893,0.62396693,0.61157024,0.57438016,0.5371901,0.45867768,0.30578512,0.1446281,0.6404959,0.78099173,0.8264463,0.838843,0.8429752,0.8471074,0.8429752,0.8512397,0.8512397,0.8553719,0.8512397,0.8512397,0.8553719,0.8553719,0.8512397,0.8512397,0.8429752,0.8429752,0.838843,0.8347107,0.8347107,0.8347107,0.838843,0.8429752,0.838843,0.8429752,0.8553719,0.8512397,0.8553719,0.8553719,0.8471074,0.8305785,0.8016529,0.76033056,0.7066116,0.6404959,0.59917355,0.56198347,0.54545456,0.58677685,0.6735537,0.71900827,0.74380165,0.7644628,0.7768595,0.78512394,0.78099173,0.7892562,0.7892562,0.7892562,0.78512394,0.7768595,0.76033056,0.76033056,0.73966944,0.7066116,0.6652893,0.6198347,0.61157024,0.58677685,0.5371901,0.45041323,0.27272728,0.13636364,0.58264464,0.76033056,0.8264463,0.8347107,0.8429752,0.8471074,0.8512397,0.8553719,0.8471074,0.8553719,0.8512397,0.8553719,0.8512397,0.8553719,0.8512397,0.8429752,0.8347107,0.822314,0.80991733,0.8140496,0.822314,0.8181818,0.8264463,0.8347107,0.838843,0.8471074,0.8595041,0.8553719,0.8512397,0.8471074,0.8429752,0.822314,0.8057851,0.76859504,0.70247936,0.6322314,0.58264464,0.59504133,0.553719,0.553719,0.6322314,0.7107438,0.7355372,0.75206614,0.76859504,0.7768595,0.7768595,0.7933884,0.78512394,0.78512394,0.78099173,0.77272725,0.76033056,0.74793386,0.73140496,0.6983471,0.6652893,0.6198347,0.59917355,0.5785124,0.5371901,0.42975205,0.24380165,0.13636364,0.5165289,0.7355372,0.8181818,0.8305785,0.838843,0.8471074,0.8512397,0.8512397,0.8512397,0.8512397,0.8471074,0.8512397,0.8512397,0.8553719,0.8512397,0.8429752,0.822314,0.7768595,0.7768595,0.7933884,0.7933884,0.78512394,0.80991733,0.838843,0.8429752,0.8471074,0.8595041,0.8595041,0.8512397,0.8429752,0.8305785,0.8140496,0.7933884,0.75619835,0.6818182,0.607438,0.58677685,0.59090906,0.59917355,0.54545456,0.59917355,0.677686,0.71900827,0.74793386,0.75206614,0.76859504,0.76859504,0.7768595,0.78099173,0.78099173,0.78099173,0.76859504,0.75619835,0.7355372,0.71900827,0.6735537,0.6487603,0.6198347,0.59090906,0.56198347,0.5206612,0.38429752,0.21900827,0.13636364,0.45454547,0.6983471,0.7933884,0.822314,0.8347107,0.838843,0.8429752,0.8553719,0.8512397,0.8471074,0.8471074,0.8471074,0.8512397,0.8512397,0.8429752,0.838843,0.8181818,0.78099173,0.7644628,0.76859504,0.76859504,0.7644628,0.8057851,0.8429752,0.8429752,0.8429752,0.8471074,0.8471074,0.8429752,0.8347107,0.8181818,0.79752064,0.76033056,0.70247936,0.6322314,0.57438016,0.57024795,0.58677685,0.60330576,0.55785125,0.57438016,0.6528926,0.70247936,0.73140496,0.7355372,0.74793386,0.76033056,0.7644628,0.77272725,0.76859504,0.76859504,0.75619835,0.73966944,0.71487606,0.6942149,0.6652893,0.6280992,0.607438,0.58677685,0.54545456,0.47933885,0.34710744,0.2107438,0.14876033,0.40495867,0.6694215,0.7768595,0.80991733,0.8264463,0.8347107,0.838843,0.8471074,0.8512397,0.8512397,0.8471074,0.8471074,0.8471074,0.8429752,0.838843,0.8347107,0.822314,0.7933884,0.77272725,0.76033056,0.75206614,0.77272725,0.80991733,0.838843,0.8429752,0.8140496,0.80991733,0.8264463,0.8181818,0.8016529,0.78099173,0.76033056,0.6942149,0.61570245,0.55785125,0.5495868,0.56198347,0.5785124,0.58677685,0.5495868,0.56198347,0.6280992,0.6735537,0.70247936,0.7107438,0.72727275,0.73966944,0.75619835,0.7644628,0.76033056,0.75206614,0.73140496,0.71900827,0.6942149,0.677686,0.6487603,0.61570245,0.59504133,0.5661157,0.5206612,0.446281,0.3181818,0.1983471,0.14049587,0.34710744,0.6363636,0.75619835,0.8016529,0.8140496,0.8347107,0.8347107,0.8471074,0.8471074,0.8471074,0.8471074,0.8429752,0.8429752,0.838843,0.8347107,0.8264463,0.8181818,0.7933884,0.7644628,0.75206614,0.76033056,0.7933884,0.822314,0.8264463,0.8181818,0.7644628,0.7107438,0.77272725,0.7892562,0.76033056,0.71900827,0.677686,0.61570245,0.53305787,0.4752066,0.5041322,0.54545456,0.5661157,0.55785125,0.5495868,0.56198347,0.61157024,0.6487603,0.6735537,0.6983471,0.7107438,0.73140496,0.73966944,0.74380165,0.74793386,0.72727275,0.71487606,0.70247936,0.677686,0.6652893,0.6322314,0.607438,0.57024795,0.5371901,0.49586776,0.42561984,0.2892562,0.18181819,0.14049587,0.29752067,0.61570245,0.74380165,0.7933884,0.80991733,0.822314,0.8347107,0.8429752,0.8429752,0.8553719,0.8429752,0.838843,0.8429752,0.8347107,0.8347107,0.80991733,0.8016529,0.78099173,0.75619835,0.75619835,0.78099173,0.8181818,0.8347107,0.822314,0.77272725,0.6446281,0.5247934,0.661157,0.74793386,0.7107438,0.6446281,0.60330576,0.5495868,0.45867768,0.3553719,0.38842976,0.5,0.53305787,0.5371901,0.553719,0.57024795,0.59917355,0.61570245,0.6363636,0.6694215,0.6942149,0.7107438,0.7231405,0.71900827,0.73140496,0.7107438,0.6983471,0.6859504,0.6694215,0.6446281,0.6280992,0.59504133,0.5495868,0.5247934,0.48347107,0.3966942,0.2520661,0.1694215,0.14876033,0.26859504,0.58677685,0.72727275,0.7892562,0.8016529,0.8140496,0.8264463,0.8347107,0.838843,0.8429752,0.838843,0.8347107,0.8305785,0.8264463,0.822314,0.8016529,0.7892562,0.77272725,0.76033056,0.77272725,0.8057851,0.8305785,0.8347107,0.8347107,0.8016529,0.69008267,0.5661157,0.59917355,0.70247936,0.677686,0.59917355,0.553719,0.4876033,0.42975205,0.34710744,0.35123968,0.45454547,0.5123967,0.5289256,0.5661157,0.57024795,0.58677685,0.59504133,0.61570245,0.6404959,0.677686,0.69008267,0.70247936,0.70247936,0.6983471,0.6983471,0.69008267,0.6735537,0.661157,0.6446281,0.59917355,0.5785124,0.5289256,0.5123967,0.46280992,0.3553719,0.23553719,0.1570248,0.15289256,0.25619835,0.55785125,0.71487606,0.7768595,0.8016529,0.8057851,0.8181818,0.8264463,0.8347107,0.8347107,0.8347107,0.8305785,0.8264463,0.8140496,0.8057851,0.7892562,0.7768595,0.77272725,0.77272725,0.79752064,0.8140496,0.8305785,0.838843,0.8429752,0.8347107,0.7892562,0.71900827,0.69008267,0.7066116,0.6818182,0.60330576,0.53305787,0.47933885,0.45867768,0.4214876,0.42561984,0.45867768,0.5165289,0.5495868,0.5661157,0.5785124,0.58264464,0.59504133,0.61570245,0.6280992,0.6570248,0.6694215,0.677686,0.6859504,0.6859504,0.6694215,0.6735537,0.661157,0.6446281,0.61157024,0.58677685,0.553719,0.5165289,0.5,0.43801653,0.338843,0.2231405,0.14876033,0.14876033,0.1694215,0.5247934,0.70247936,0.76859504,0.7892562,0.8057851,0.8140496,0.822314,0.8305785,0.8305785,0.8305785,0.8264463,0.8140496,0.8057851,0.79752064,0.7768595,0.7644628,0.78099173,0.79752064,0.8140496,0.822314,0.8347107,0.8429752,0.8429752,0.838843,0.822314,0.78512394,0.7644628,0.75619835,0.7066116,0.61157024,0.5371901,0.5123967,0.4876033,0.47933885,0.4752066,0.5,0.5413223,0.56198347,0.5785124,0.58677685,0.59504133,0.60330576,0.6322314,0.6446281,0.6404959,0.6570248,0.6528926,0.6694215,0.6694215,0.6570248,0.6487603,0.6363636,0.61570245,0.59090906,0.56198347,0.5413223,0.5082645,0.47933885,0.4090909,0.32231405,0.2107438,0.1446281,0.13636364,0.05785124,0.45867768,0.6983471,0.76859504,0.7892562,0.8057851,0.8181818,0.8181818,0.822314,0.8305785,0.8264463,0.8181818,0.8140496,0.8016529,0.78512394,0.78099173,0.78099173,0.8057851,0.8181818,0.822314,0.8264463,0.838843,0.8429752,0.8429752,0.838843,0.8347107,0.8140496,0.80991733,0.8016529,0.73140496,0.61570245,0.5661157,0.56198347,0.5371901,0.5289256,0.5371901,0.5413223,0.56198347,0.57438016,0.58677685,0.58677685,0.607438,0.62396693,0.6446281,0.6570248,0.6487603,0.6404959,0.6487603,0.6570248,0.6570248,0.6487603,0.6322314,0.6280992,0.59917355,0.5661157,0.54545456,0.53305787,0.5041322,0.45867768,0.39256197,0.30991736,0.21900827,0.14049587,0.12396694,0.041322313,0.38016528,0.6859504,0.76859504,0.79752064,0.8016529,0.8140496,0.8140496,0.8181818,0.822314,0.8264463,0.8140496,0.80991733,0.7933884,0.7892562,0.7933884,0.80991733,0.8140496,0.8181818,0.8264463,0.8347107,0.838843,0.8429752,0.838843,0.8429752,0.838843,0.8305785,0.8305785,0.8347107,0.73140496,0.6404959,0.61570245,0.607438,0.57024795,0.55785125,0.57024795,0.5785124,0.5785124,0.58677685,0.59504133,0.58264464,0.607438,0.6198347,0.6404959,0.661157,0.661157,0.6570248,0.6570248,0.6487603,0.6404959,0.6404959,0.62396693,0.61157024,0.58677685,0.55785125,0.5413223,0.5247934,0.5041322,0.45454547,0.38016528,0.30165288,0.20661157,0.1322314,0.10330579,0.053719006,0.2892562,0.661157,0.77272725,0.79752064,0.80991733,0.80991733,0.80991733,0.8181818,0.822314,0.822314,0.8181818,0.80991733,0.79752064,0.7933884,0.8016529,0.8140496,0.822314,0.822314,0.8305785,0.8347107,0.8429752,0.838843,0.838843,0.838843,0.8429752,0.8347107,0.8347107,0.8181818,0.73966944,0.6570248,0.6528926,0.6280992,0.5785124,0.57438016,0.58264464,0.59090906,0.5785124,0.59504133,0.60330576,0.60330576,0.607438,0.61570245,0.6280992,0.6487603,0.6652893,0.661157,0.661157,0.6446281,0.6280992,0.6198347,0.607438,0.59090906,0.57438016,0.56198347,0.5371901,0.5289256,0.4876033,0.45041323,0.36363637,0.29338843,0.1983471,0.11983471,0.09090909,0.08264463,0.20661157,0.6322314,0.76033056,0.8016529,0.8140496,0.8140496,0.8057851,0.822314,0.822314,0.8181818,0.8181818,0.80991733,0.8016529,0.8016529,0.8140496,0.8181818,0.8264463,0.838843,0.8429752,0.838843,0.8429752,0.8429752,0.8347107,0.838843,0.838843,0.838843,0.8347107,0.8140496,0.72727275,0.677686,0.6942149,0.6528926,0.5785124,0.57024795,0.59504133,0.59090906,0.59504133,0.59917355,0.61157024,0.6198347,0.61157024,0.607438,0.6198347,0.6404959,0.6446281,0.6528926,0.6528926,0.6363636,0.61570245,0.607438,0.60330576,0.59504133,0.58264464,0.56198347,0.5371901,0.5206612,0.48347107,0.42561984,0.3677686,0.28512397,0.18595041,0.10743801,0.09504132,0.10330579,0.13636364,0.58264464,0.74793386,0.8016529,0.80991733,0.8140496,0.80991733,0.8181818,0.822314,0.8140496,0.822314,0.8181818,0.8057851,0.8140496,0.822314,0.822314,0.8305785,0.838843,0.8429752,0.838843,0.8429752,0.8429752,0.838843,0.8347107,0.8305785,0.822314,0.8140496,0.7933884,0.73966944,0.7231405,0.74793386,0.6942149,0.607438,0.57024795,0.607438,0.59504133,0.60330576,0.607438,0.59917355,0.607438,0.61570245,0.60330576,0.61570245,0.6280992,0.6322314,0.6404959,0.6280992,0.59504133,0.607438,0.59917355,0.59504133,0.59504133,0.57024795,0.553719,0.53305787,0.5165289,0.47107437,0.41735536,0.35950413,0.27272728,0.1694215,0.11570248,0.07024793,0.12809917,0.08264463,0.5165289,0.73140496,0.7892562,0.80991733,0.8140496,0.8140496,0.8181818,0.8264463,0.822314,0.8305785,0.8305785,0.8140496,0.8181818,0.822314,0.822314,0.822314,0.8181818,0.8181818,0.822314,0.8181818,0.80991733,0.7892562,0.78099173,0.75619835,0.72727275,0.7066116,0.7066116,0.7066116,0.71487606,0.6942149,0.6198347,0.553719,0.53305787,0.56198347,0.5661157,0.57438016,0.5785124,0.57438016,0.58264464,0.59504133,0.59504133,0.607438,0.61570245,0.62396693,0.62396693,0.62396693,0.607438,0.607438,0.6198347,0.59917355,0.58677685,0.57024795,0.5495868,0.53305787,0.5123967,0.46280992,0.41322315,0.35950413,0.2603306,0.14049587,0.09090909,0.10743801,0.13636364,0.0661157,0.42561984,0.71487606,0.78512394,0.8057851,0.80991733,0.8140496,0.8181818,0.8264463,0.8305785,0.8347107,0.8347107,0.8264463,0.8181818,0.8181818,0.7933884,0.76859504,0.72727275,0.70247936,0.7231405,0.71487606,0.6983471,0.6694215,0.661157,0.6280992,0.607438,0.58264464,0.59090906,0.59504133,0.57438016,0.5165289,0.45867768,0.446281,0.45041323,0.46694216,0.47107437,0.4876033,0.5123967,0.5165289,0.5413223,0.55785125,0.5661157,0.59504133,0.607438,0.6198347,0.62396693,0.6363636,0.6322314,0.6198347,0.62396693,0.60330576,0.5785124,0.56198347,0.54545456,0.53305787,0.5082645,0.45041323,0.40495867,0.35123968,0.2520661,0.13636364,0.08677686,0.11157025,0.1322314,0.05785124,0.2768595,0.6818182,0.76859504,0.7933884,0.8057851,0.8140496,0.822314,0.822314,0.8305785,0.8347107,0.838843,0.8347107,0.8181818,0.79752064,0.75619835,0.7066116,0.61157024,0.5247934,0.56198347,0.59090906,0.58677685,0.58677685,0.5785124,0.5661157,0.5661157,0.54545456,0.5289256,0.5082645,0.46694216,0.42561984,0.4090909,0.41322315,0.41735536,0.40495867,0.41322315,0.40082645,0.42561984,0.42561984,0.4338843,0.47107437,0.49586776,0.5413223,0.59090906,0.61570245,0.6322314,0.6322314,0.6487603,0.6363636,0.62396693,0.60330576,0.5785124,0.55785125,0.5413223,0.53305787,0.49586776,0.44214877,0.39256197,0.3305785,0.22727273,0.11570248,0.10743801,0.11983471,0.14049587,0.08264463,0.11570248,0.60330576,0.75206614,0.78512394,0.8016529,0.8140496,0.822314,0.8181818,0.8305785,0.8305785,0.8347107,0.8347107,0.8140496,0.78512394,0.76859504,0.75206614,0.71487606,0.61157024,0.5661157,0.607438,0.60330576,0.58677685,0.54545456,0.5,0.4876033,0.48347107,0.47107437,0.45041323,0.42561984,0.38429752,0.38429752,0.39256197,0.38842976,0.38429752,0.38016528,0.3677686,0.3677686,0.35950413,0.3429752,0.35950413,0.38842976,0.4752066,0.5495868,0.59917355,0.62396693,0.6363636,0.6570248,0.6446281,0.62396693,0.60330576,0.57438016,0.5661157,0.5289256,0.5247934,0.49173555,0.4338843,0.37190083,0.29338843,0.17355372,0.11570248,0.11570248,0.1322314,0.14049587,0.11570248,0.0661157,0.45867768,0.7107438,0.7768595,0.8016529,0.8057851,0.8181818,0.822314,0.822314,0.8305785,0.8347107,0.8305785,0.8140496,0.7892562,0.79752064,0.8057851,0.80991733,0.78512394,0.7231405,0.7355372,0.73966944,0.71900827,0.6570248,0.58677685,0.5082645,0.47107437,0.45454547,0.43801653,0.41322315,0.3966942,0.38842976,0.39256197,0.40495867,0.41322315,0.40082645,0.38429752,0.37603307,0.35950413,0.3553719,0.38016528,0.42975205,0.47933885,0.53305787,0.58264464,0.6198347,0.6446281,0.6570248,0.6446281,0.607438,0.59917355,0.5785124,0.55785125,0.5413223,0.5082645,0.47933885,0.41735536,0.3553719,0.25619835,0.14049587,0.12396694,0.13636364,0.12809917,0.14049587,0.12809917,0.05785124,0.27272728,0.6528926,0.75206614,0.79752064,0.8016529,0.8057851,0.8264463,0.8181818,0.822314,0.8264463,0.8181818,0.79752064,0.8057851,0.8140496,0.8305785,0.8305785,0.8140496,0.78512394,0.75206614,0.75206614,0.76859504,0.75619835,0.71900827,0.6528926,0.607438,0.57438016,0.55785125,0.5413223,0.56198347,0.5495868,0.5413223,0.5371901,0.5123967,0.48347107,0.46280992,0.4338843,0.4338843,0.446281,0.4876033,0.5289256,0.5371901,0.55785125,0.58264464,0.61570245,0.6404959,0.6446281,0.62396693,0.59917355,0.57438016,0.55785125,0.5371901,0.5289256,0.49586776,0.45867768,0.3966942,0.3140496,0.19421488,0.12396694,0.12809917,0.14876033,0.10330579,0.1322314,0.11983471,0.09504132,0.10743801,0.5247934,0.7066116,0.7768595,0.79752064,0.8016529,0.80991733,0.8140496,0.8140496,0.822314,0.8140496,0.8016529,0.8140496,0.8264463,0.8305785,0.8347107,0.8305785,0.8016529,0.7644628,0.74793386,0.74793386,0.73140496,0.7066116,0.6859504,0.6694215,0.6446281,0.6363636,0.6404959,0.62396693,0.607438,0.56198347,0.5247934,0.49586776,0.47933885,0.47933885,0.46694216,0.48347107,0.5,0.5371901,0.5785124,0.59090906,0.58677685,0.58677685,0.607438,0.6280992,0.62396693,0.607438,0.58264464,0.5661157,0.5413223,0.5247934,0.5123967,0.47933885,0.43801653,0.3677686,0.2644628,0.14876033,0.1322314,0.1446281,0.14049587,0.10330579,0.1322314,0.11157025,0.11157025,0.053719006,0.2768595,0.6404959,0.74793386,0.78099173,0.7892562,0.79752064,0.8016529,0.8016529,0.8140496,0.80991733,0.8140496,0.822314,0.8305785,0.8347107,0.8347107,0.8305785,0.80991733,0.76859504,0.74793386,0.72727275,0.6818182,0.6487603,0.6322314,0.6363636,0.59917355,0.58264464,0.5785124,0.56198347,0.553719,0.5082645,0.4876033,0.4876033,0.5,0.5082645,0.4876033,0.5123967,0.5371901,0.58264464,0.61570245,0.61157024,0.58677685,0.58677685,0.58677685,0.59917355,0.59504133,0.58677685,0.55785125,0.5495868,0.5289256,0.5123967,0.48347107,0.47107437,0.41322315,0.32231405,0.19421488,0.12809917,0.12809917,0.11570248,0.14049587,0.11157025,0.13636364,0.12396694,0.10330579,0.0785124,0.09504132,0.4752066,0.70247936,0.75619835,0.78099173,0.78512394,0.7892562,0.8057851,0.8057851,0.8140496,0.8140496,0.822314,0.8305785,0.8305785,0.8305785,0.8264463,0.8140496,0.8016529,0.75619835,0.73140496,0.6694215,0.6322314,0.59917355,0.60330576,0.55785125,0.5413223,0.5289256,0.5165289,0.5,0.4876033,0.47933885,0.49586776,0.5041322,0.5123967,0.5247934,0.5495868,0.58264464,0.607438,0.6198347,0.59090906,0.57024795,0.5661157,0.57024795,0.57438016,0.57024795,0.5495868,0.54545456,0.5289256,0.5165289,0.49586776,0.47107437,0.43801653,0.37603307,0.25619835,0.15289256,0.13636364,0.11157025,0.09917355,0.1322314,0.12809917,0.1446281,0.13636364,0.11157025,0.09504132,0.0661157,0.20247933,0.61570245,0.73140496,0.77272725,0.78512394,0.7892562,0.79752064,0.8057851,0.8140496,0.822314,0.8264463,0.8181818,0.822314,0.8264463,0.822314,0.822314,0.80991733,0.7892562,0.74793386,0.6859504,0.6280992,0.58677685,0.55785125,0.5289256,0.5082645,0.4876033,0.4876033,0.4752066,0.49173555,0.48347107,0.5041322,0.5247934,0.5247934,0.553719,0.57024795,0.58264464,0.60330576,0.59917355,0.57438016,0.54545456,0.54545456,0.5661157,0.56198347,0.5495868,0.53305787,0.5289256,0.5165289,0.5,0.4876033,0.45454547,0.41735536,0.30991736,0.19421488,0.13636364,0.13636364,0.10330579,0.10330579,0.10743801,0.13636364,0.13636364,0.14876033,0.11983471,0.10743801,0.10743801,0.02892562,0.35950413,0.6570248,0.75619835,0.7768595,0.78099173,0.7892562,0.8016529,0.8140496,0.822314,0.8305785,0.822314,0.8264463,0.822314,0.8140496,0.8140496,0.80991733,0.8016529,0.77272725,0.7231405,0.6570248,0.60330576,0.55785125,0.54545456,0.5289256,0.5041322,0.5,0.5082645,0.5165289,0.5206612,0.5289256,0.54545456,0.55785125,0.5661157,0.58677685,0.57438016,0.59504133,0.59090906,0.58264464,0.57024795,0.55785125,0.55785125,0.54545456,0.53305787,0.5206612,0.5123967,0.5,0.5,0.4752066,0.43801653,0.3553719,0.22727273,0.15289256,0.13636364,0.1322314,0.09090909,0.10330579,0.10743801,0.12396694,0.14049587,0.16115703,0.13636364,0.11157025,0.09504132,0.05785124,0.10743801,0.47107437,0.7107438,0.76033056,0.7768595,0.78512394,0.79752064,0.8057851,0.822314,0.8305785,0.8305785,0.8264463,0.8264463,0.8181818,0.8140496,0.8057851,0.8016529,0.78512394,0.74380165,0.69008267,0.6446281,0.607438,0.58264464,0.5785124,0.54545456,0.54545456,0.54545456,0.5495868,0.5495868,0.5661157,0.57438016,0.58264464,0.5785124,0.58264464,0.57438016,0.59090906,0.59504133,0.59504133,0.5785124,0.5495868,0.5371901,0.5206612,0.5123967,0.5123967,0.5041322,0.49173555,0.4752066,0.446281,0.38429752,0.2768595,0.17768595,0.13636364,0.14049587,0.11983471,0.0785124,0.10330579,0.10743801,0.13636364,0.13636364,0.16115703,0.14049587,0.11157025,0.09504132,0.08264463,0.053719006,0.21900827,0.59917355,0.71900827,0.7644628,0.78099173,0.78512394,0.7933884,0.8057851,0.8181818,0.8305785,0.8264463,0.8347107,0.8264463,0.8181818,0.8140496,0.8016529,0.7933884,0.76033056,0.72727275,0.69008267,0.6528926,0.61157024,0.59504133,0.57024795,0.5661157,0.56198347,0.5661157,0.5785124,0.57438016,0.58264464,0.59090906,0.59090906,0.58264464,0.58677685,0.60330576,0.61157024,0.59504133,0.57438016,0.54545456,0.5123967,0.5123967,0.5041322,0.5,0.49173555,0.4752066,0.45454547,0.40495867,0.3140496,0.20661157,0.15289256,0.14876033,0.1446281,0.11157025,0.08264463,0.10330579,0.11983471,0.1322314,0.15289256,0.1446281,0.15289256,0.11157025,0.09917355,0.09090909,0.06198347,0.08677686,0.42975205,0.6280992,0.72727275,0.76033056,0.77272725,0.7768595,0.7933884,0.8140496,0.8305785,0.8347107,0.8305785,0.8347107,0.8305785,0.8264463,0.8140496,0.8016529,0.78099173,0.7644628,0.74380165,0.7107438,0.677686,0.6487603,0.607438,0.59504133,0.58677685,0.59504133,0.59090906,0.59504133,0.59917355,0.607438,0.60330576,0.59504133,0.61570245,0.61570245,0.6198347,0.59090906,0.5661157,0.5289256,0.5,0.5,0.49173555,0.48347107,0.4752066,0.45454547,0.4214876,0.33471075,0.23966943,0.17355372,0.1570248,0.1446281,0.14876033,0.10743801,0.09090909,0.11570248,0.1322314,0.14049587,0.15289256,0.15289256,0.14876033,0.11570248,0.09504132,0.09917355,0.07024793,0.053719006,0.3305785,0.49586776,0.6404959,0.71900827,0.74793386,0.75619835,0.7644628,0.7933884,0.8181818,0.8347107,0.8347107,0.838843,0.8347107,0.838843,0.8305785,0.8264463,0.80991733,0.8057851,0.7933884,0.78099173,0.7644628,0.72727275,0.70247936,0.6735537,0.6528926,0.6487603,0.6404959,0.6404959,0.6446281,0.6446281,0.6322314,0.62396693,0.6198347,0.6322314,0.6198347,0.58677685,0.5495868,0.5123967,0.49173555,0.48347107,0.47933885,0.46280992,0.45454547,0.41322315,0.35123968,0.24793388,0.1983471,0.17355372,0.16528925,0.16115703,0.15289256,0.10330579,0.10330579,0.1322314,0.1322314,0.1446281,0.16528925,0.16528925,0.15289256,0.11983471,0.09917355,0.08677686,0.08264463,0.037190083,0.2892562,0.4338843,0.5247934,0.6280992,0.6983471,0.7355372,0.74793386,0.76859504,0.8057851,0.8305785,0.8305785,0.8429752,0.838843,0.838843,0.8429752,0.8347107,0.8347107,0.8305785,0.8181818,0.8057851,0.79752064,0.78099173,0.7644628,0.75206614,0.73140496,0.7231405,0.7107438,0.70247936,0.6983471,0.6859504,0.6694215,0.6487603,0.6322314,0.6322314,0.607438,0.5661157,0.5247934,0.49173555,0.4752066,0.45867768,0.46280992,0.44214877,0.4090909,0.3429752,0.25619835,0.2107438,0.1983471,0.1694215,0.1694215,0.17355372,0.1446281,0.11570248,0.12809917,0.1322314,0.12809917,0.15289256,0.16115703,0.19008264,0.14876033,0.11983471,0.10743801,0.09090909,0.09090909,0.045454547,0.2603306,0.4338843,0.4752066,0.5206612,0.607438,0.6818182,0.7231405,0.7355372,0.78099173,0.8181818,0.8305785,0.838843,0.838843,0.838843,0.8347107,0.8347107,0.8347107,0.8305785,0.8140496,0.8016529,0.7892562,0.78512394,0.75619835,0.77272725,0.76033056,0.75619835,0.74380165,0.73140496,0.71487606,0.6983471,0.6694215,0.6446281,0.62396693,0.60330576,0.58264464,0.53305787,0.4876033,0.46694216,0.446281,0.4338843,0.4338843,0.39256197,0.33471075,0.27272728,0.24380165,0.20661157,0.20247933,0.17768595,0.1694215,0.16528925,0.1694215,0.13636364,0.14049587,0.12396694,0.13636364,0.14876033,0.16115703,0.18595041,0.14876033,0.11983471,0.11157025,0.09917355,0.08677686,0.053719006,0.2231405,0.43801653,0.4876033,0.4876033,0.5123967,0.58677685,0.661157,0.6983471,0.73140496,0.78512394,0.8181818,0.8264463,0.8264463,0.8305785,0.8305785,0.8305785,0.822314,0.80991733,0.7892562,0.7768595,0.76033056,0.74793386,0.74380165,0.75619835,0.76033056,0.74793386,0.74380165,0.73140496,0.69008267,0.6652893,0.6570248,0.6322314,0.607438,0.58264464,0.5413223,0.5,0.45867768,0.4338843,0.42561984,0.4090909,0.37190083,0.3181818,0.2892562,0.25619835,0.23966943,0.21487603,0.1983471,0.18181819,0.16528925,0.16528925,0.18181819,0.16115703,0.11570248,0.12396694,0.14049587,0.15289256,0.1570248,0.18595041,0.1570248,0.11157025,0.11983471,0.09917355,0.09090909,0.0661157,0.1983471,0.41322315,0.5,0.5082645,0.49586776,0.49173555,0.54545456,0.61570245,0.6694215,0.7355372,0.7892562,0.8016529,0.8057851,0.80991733,0.8057851,0.8016529,0.7933884,0.77272725,0.76033056,0.7355372,0.7107438,0.70247936,0.71487606,0.72727275,0.7231405,0.71900827,0.6983471,0.6735537,0.6487603,0.62396693,0.61570245,0.607438,0.5785124,0.5413223,0.5082645,0.45867768,0.42561984,0.39256197,0.38429752,0.34710744,0.3181818,0.28099173,0.26859504,0.2644628,0.24380165,0.2231405,0.19421488,0.18595041,0.1694215,0.17768595,0.17355372,0.15289256,0.11157025,0.12809917,0.1446281,0.1322314,0.1570248,0.1694215,0.1694215,0.11983471,0.11570248,0.09504132,0.09504132,0.09504132,0.14876033,0.39256197,0.4876033,0.5206612,0.53305787,0.5123967,0.47933885,0.5206612,0.5785124,0.6570248,0.73140496,0.76859504,0.75206614,0.75206614,0.75619835,0.75206614,0.7355372,0.7231405,0.7066116,0.6735537,0.6570248,0.6570248,0.6735537,0.6818182,0.6735537,0.6652893,0.6363636,0.61157024,0.59504133,0.59090906,0.5785124,0.5661157,0.5371901,0.5041322,0.45454547,0.41735536,0.38842976,0.35950413,0.33471075,0.30165288,0.30165288,0.28512397,0.2768595,0.2644628,0.24380165,0.21900827,0.19421488,0.19008264,0.18595041,0.17768595,0.1446281,0.1446281,0.11157025,0.13636364,0.14876033,0.1446281,0.16115703,0.16115703,0.16115703,0.1322314,0.11983471,0.09917355,0.10743801,0.09917355,0.12396694,0.3677686,0.48347107,0.5165289,0.5371901,0.5413223,0.5123967,0.4876033,0.5041322,0.553719,0.62396693,0.6942149,0.6942149,0.6818182,0.6859504,0.69008267,0.661157,0.6404959,0.6322314,0.607438,0.59917355,0.60330576,0.61157024,0.61570245,0.607438,0.58677685,0.57024795,0.5495868,0.5495868,0.54545456,0.5247934,0.5165289,0.48347107,0.44214877,0.39256197,0.37190083,0.35123968,0.3305785,0.3140496,0.30578512,0.29752067,0.29752067,0.28099173,0.2603306,0.24380165,0.2107438,0.2107438,0.20661157,0.18181819,0.16528925,0.12396694,0.12396694,0.12809917,0.13636364,0.1694215,0.16528925,7 +0.39256197,0.5247934,0.6198347,0.69008267,0.73966944,0.77272725,0.8016529,0.8181818,0.8264463,0.8347107,0.8264463,0.8347107,0.8347107,0.8305785,0.838843,0.838843,0.8347107,0.838843,0.8429752,0.8471074,0.8512397,0.8429752,0.8512397,0.8471074,0.8512397,0.8512397,0.8429752,0.8429752,0.8429752,0.8429752,0.838843,0.8347107,0.838843,0.8347107,0.838843,0.838843,0.838843,0.838843,0.8347107,0.8305785,0.822314,0.8181818,0.8016529,0.79752064,0.7892562,0.79752064,0.7768595,0.76033056,0.71487606,0.6446281,0.59090906,0.56198347,0.49173555,0.42975205,0.34710744,0.34710744,0.2768595,0.17355372,0.17355372,0.17355372,0.20247933,0.20247933,0.21487603,0.2520661,0.4752066,0.61157024,0.6735537,0.71487606,0.75206614,0.7768595,0.8140496,0.822314,0.8264463,0.8347107,0.8347107,0.8347107,0.8305785,0.8264463,0.8347107,0.8347107,0.8347107,0.838843,0.8471074,0.8471074,0.8471074,0.8471074,0.8429752,0.8429752,0.8429752,0.8429752,0.838843,0.8429752,0.8471074,0.8429752,0.8429752,0.838843,0.838843,0.838843,0.838843,0.8429752,0.8429752,0.838843,0.838843,0.8347107,0.8305785,0.822314,0.8057851,0.8016529,0.7892562,0.78512394,0.78512394,0.77272725,0.75619835,0.6983471,0.6363636,0.59504133,0.5661157,0.5165289,0.42561984,0.36363637,0.37603307,0.29752067,0.2107438,0.16528925,0.17355372,0.16528925,0.16115703,0.17768595,0.55785125,0.6528926,0.70247936,0.74380165,0.7644628,0.7768595,0.8057851,0.8305785,0.8347107,0.8305785,0.8140496,0.7933884,0.77272725,0.7768595,0.7892562,0.7892562,0.8057851,0.8140496,0.8181818,0.8181818,0.822314,0.822314,0.8305785,0.8305785,0.8347107,0.8305785,0.838843,0.838843,0.838843,0.8429752,0.8471074,0.8429752,0.8429752,0.8471074,0.8471074,0.8512397,0.838843,0.8429752,0.8347107,0.838843,0.8305785,0.822314,0.8140496,0.8057851,0.79752064,0.78512394,0.7768595,0.7768595,0.7644628,0.7355372,0.6859504,0.6322314,0.61157024,0.5661157,0.5247934,0.4214876,0.36363637,0.3429752,0.3264463,0.2520661,0.18595041,0.18595041,0.1694215,0.1570248,0.61157024,0.6694215,0.71900827,0.75206614,0.77272725,0.7892562,0.80991733,0.8057851,0.7768595,0.73140496,0.677686,0.6528926,0.6487603,0.6735537,0.6818182,0.6404959,0.6280992,0.6404959,0.6363636,0.6570248,0.6983471,0.7231405,0.73966944,0.77272725,0.7892562,0.8057851,0.8140496,0.822314,0.8264463,0.8264463,0.8429752,0.838843,0.8471074,0.8512397,0.8512397,0.8471074,0.8429752,0.8347107,0.8305785,0.8264463,0.822314,0.8181818,0.8181818,0.7892562,0.7768595,0.75619835,0.72727275,0.72727275,0.7107438,0.6694215,0.6322314,0.61157024,0.5785124,0.58677685,0.57024795,0.5041322,0.41322315,0.3181818,0.3181818,0.3181818,0.2603306,0.22727273,0.18181819,0.16115703,0.6487603,0.6859504,0.73140496,0.75619835,0.7768595,0.78099173,0.75619835,0.6983471,0.6446281,0.6363636,0.59504133,0.5661157,0.553719,0.5371901,0.5247934,0.49173555,0.49586776,0.5041322,0.5165289,0.5247934,0.53305787,0.57438016,0.59504133,0.62396693,0.6942149,0.74380165,0.75206614,0.78512394,0.7933884,0.80991733,0.822314,0.8305785,0.838843,0.838843,0.838843,0.8347107,0.8181818,0.8140496,0.8016529,0.7892562,0.7768595,0.75206614,0.72727275,0.6735537,0.62396693,0.56198347,0.5206612,0.5,0.5165289,0.5123967,0.48347107,0.45454547,0.43801653,0.43801653,0.5,0.5289256,0.5,0.40495867,0.32231405,0.29338843,0.2644628,0.2520661,0.2231405,0.18181819,0.6570248,0.6983471,0.7355372,0.75206614,0.73966944,0.6983471,0.661157,0.6446281,0.6735537,0.6818182,0.6280992,0.57024795,0.5289256,0.49173555,0.46280992,0.446281,0.45454547,0.46280992,0.48347107,0.49173555,0.4752066,0.47933885,0.4876033,0.5082645,0.607438,0.6652893,0.7066116,0.7355372,0.76033056,0.78512394,0.8140496,0.8181818,0.8305785,0.8264463,0.8140496,0.80991733,0.7892562,0.7644628,0.74793386,0.71900827,0.6487603,0.57024795,0.48347107,0.45454547,0.4338843,0.4338843,0.4090909,0.39256197,0.40495867,0.4214876,0.45041323,0.44214877,0.3966942,0.3677686,0.29338843,0.35123968,0.4338843,0.45454547,0.4090909,0.3264463,0.27272728,0.21900827,0.23140496,0.23553719,0.6859504,0.7066116,0.73966944,0.74380165,0.6446281,0.6363636,0.6652893,0.7066116,0.7355372,0.7355372,0.7231405,0.7107438,0.6942149,0.6404959,0.59504133,0.5495868,0.5247934,0.5082645,0.49586776,0.5165289,0.5082645,0.48347107,0.49173555,0.49173555,0.54545456,0.61570245,0.6694215,0.6942149,0.72727275,0.7644628,0.8016529,0.8057851,0.8140496,0.7933884,0.78512394,0.77272725,0.73140496,0.69008267,0.677686,0.6322314,0.5165289,0.44214877,0.38842976,0.40495867,0.38842976,0.41322315,0.39256197,0.38429752,0.40082645,0.42561984,0.4338843,0.45454547,0.46280992,0.43801653,0.45867768,0.3966942,0.3140496,0.3305785,0.42975205,0.40495867,0.3264463,0.23553719,0.18181819,0.21487603,0.6942149,0.71487606,0.7355372,0.677686,0.61570245,0.6983471,0.75619835,0.78512394,0.78512394,0.78512394,0.74380165,0.7231405,0.7355372,0.7355372,0.71900827,0.7066116,0.6859504,0.661157,0.6404959,0.60330576,0.60330576,0.57024795,0.553719,0.55785125,0.56198347,0.59504133,0.6487603,0.6859504,0.71900827,0.76859504,0.79752064,0.8057851,0.7933884,0.7892562,0.76033056,0.7355372,0.6694215,0.61570245,0.59917355,0.58677685,0.5123967,0.46280992,0.45867768,0.48347107,0.5,0.5206612,0.53305787,0.5661157,0.59917355,0.607438,0.60330576,0.59504133,0.59090906,0.553719,0.5247934,0.5289256,0.45867768,0.30578512,0.29338843,0.4214876,0.4090909,0.29338843,0.2107438,0.2107438,0.6942149,0.71487606,0.7107438,0.6694215,0.6735537,0.75619835,0.78512394,0.77272725,0.76033056,0.75206614,0.74793386,0.72727275,0.73140496,0.7355372,0.73140496,0.7231405,0.72727275,0.7066116,0.70247936,0.6735537,0.661157,0.6404959,0.6404959,0.6198347,0.61570245,0.6198347,0.6528926,0.6818182,0.72727275,0.78512394,0.8057851,0.8140496,0.8057851,0.7892562,0.7644628,0.71900827,0.6487603,0.6198347,0.58677685,0.59504133,0.5785124,0.57024795,0.58264464,0.60330576,0.607438,0.6280992,0.661157,0.677686,0.677686,0.6652893,0.6735537,0.6528926,0.6322314,0.6198347,0.59090906,0.55785125,0.53305787,0.44214877,0.25619835,0.338843,0.44214877,0.35950413,0.20661157,0.18181819,0.7066116,0.71900827,0.6859504,0.69008267,0.72727275,0.76033056,0.75206614,0.73140496,0.7066116,0.7066116,0.7231405,0.7231405,0.73966944,0.73966944,0.74793386,0.74380165,0.74380165,0.7355372,0.7231405,0.6942149,0.677686,0.6652893,0.6570248,0.6363636,0.6280992,0.6280992,0.6487603,0.69008267,0.76033056,0.7933884,0.8140496,0.8264463,0.8264463,0.79752064,0.76033056,0.70247936,0.6528926,0.62396693,0.59504133,0.58264464,0.58677685,0.59090906,0.59917355,0.6280992,0.6487603,0.6446281,0.6735537,0.677686,0.6735537,0.6652893,0.661157,0.6363636,0.6198347,0.60330576,0.59504133,0.5785124,0.56198347,0.5206612,0.3429752,0.27272728,0.42975205,0.41735536,0.24793388,0.16115703,0.7231405,0.7355372,0.71900827,0.71900827,0.73966944,0.74793386,0.71900827,0.69008267,0.677686,0.6942149,0.71487606,0.7231405,0.75206614,0.75619835,0.74793386,0.74793386,0.73966944,0.72727275,0.71900827,0.6983471,0.6859504,0.6694215,0.6528926,0.6487603,0.6280992,0.60330576,0.62396693,0.70247936,0.7892562,0.80991733,0.822314,0.8305785,0.8305785,0.8057851,0.76033056,0.6818182,0.6404959,0.59917355,0.57438016,0.58264464,0.59090906,0.607438,0.61570245,0.6322314,0.6487603,0.6694215,0.6942149,0.6983471,0.69008267,0.6735537,0.6487603,0.62396693,0.607438,0.59090906,0.58677685,0.57024795,0.57024795,0.5785124,0.446281,0.29338843,0.39256197,0.45041323,0.3140496,0.19008264,0.71900827,0.7355372,0.7355372,0.73140496,0.7231405,0.71487606,0.69008267,0.6694215,0.6694215,0.69008267,0.7107438,0.7231405,0.74793386,0.74793386,0.75206614,0.74380165,0.7231405,0.71900827,0.70247936,0.6735537,0.6570248,0.6404959,0.6280992,0.6198347,0.6198347,0.58677685,0.57024795,0.6694215,0.8016529,0.838843,0.8347107,0.8347107,0.8347107,0.8057851,0.76033056,0.6735537,0.62396693,0.5785124,0.56198347,0.5785124,0.58264464,0.61157024,0.6198347,0.6322314,0.6446281,0.6570248,0.677686,0.6983471,0.6818182,0.6528926,0.62396693,0.59504133,0.58264464,0.57438016,0.55785125,0.53305787,0.5371901,0.56198347,0.5041322,0.3677686,0.37190083,0.43801653,0.37190083,0.2107438,0.73966944,0.75619835,0.76859504,0.75206614,0.73140496,0.7107438,0.677686,0.6694215,0.6652893,0.6942149,0.7231405,0.74380165,0.75619835,0.76033056,0.7644628,0.75619835,0.73140496,0.7231405,0.70247936,0.6652893,0.61570245,0.60330576,0.59917355,0.59504133,0.60330576,0.59504133,0.553719,0.60330576,0.7768595,0.8429752,0.8471074,0.8471074,0.8471074,0.8181818,0.73966944,0.661157,0.59917355,0.55785125,0.56198347,0.56198347,0.5495868,0.55785125,0.56198347,0.5785124,0.6280992,0.661157,0.6942149,0.70247936,0.69008267,0.6570248,0.60330576,0.553719,0.5206612,0.5289256,0.5371901,0.5247934,0.5371901,0.55785125,0.53305787,0.45867768,0.41735536,0.4338843,0.41322315,0.2520661,0.75206614,0.77272725,0.7892562,0.76859504,0.74793386,0.71487606,0.6942149,0.6652893,0.6694215,0.69008267,0.7107438,0.72727275,0.74793386,0.75619835,0.75619835,0.73966944,0.71900827,0.6942149,0.6570248,0.6280992,0.59090906,0.5661157,0.55785125,0.56198347,0.57438016,0.607438,0.5785124,0.5785124,0.74380165,0.8429752,0.8512397,0.8471074,0.8429752,0.8181818,0.73140496,0.6570248,0.553719,0.553719,0.57438016,0.53305787,0.5165289,0.5206612,0.553719,0.58264464,0.62396693,0.6652893,0.70247936,0.7107438,0.6942149,0.6694215,0.607438,0.5413223,0.49586776,0.45454547,0.5041322,0.5123967,0.53305787,0.553719,0.5413223,0.5123967,0.46694216,0.4338843,0.44214877,0.30578512,0.7644628,0.7892562,0.79752064,0.78099173,0.75619835,0.71900827,0.6818182,0.6363636,0.607438,0.6446281,0.661157,0.6818182,0.6818182,0.6694215,0.6363636,0.61570245,0.6198347,0.5785124,0.54545456,0.54545456,0.53305787,0.5247934,0.5413223,0.56198347,0.58677685,0.6570248,0.62396693,0.61570245,0.75619835,0.838843,0.8553719,0.8471074,0.838843,0.8057851,0.72727275,0.6570248,0.56198347,0.59090906,0.6446281,0.57024795,0.5165289,0.49586776,0.5082645,0.5247934,0.553719,0.5785124,0.61570245,0.661157,0.6404959,0.61570245,0.55785125,0.5123967,0.4752066,0.43801653,0.47107437,0.49173555,0.5123967,0.553719,0.57024795,0.5495868,0.5041322,0.45867768,0.45454547,0.34710744,0.78099173,0.8016529,0.8057851,0.79752064,0.7644628,0.7355372,0.6859504,0.607438,0.5041322,0.47107437,0.4752066,0.47933885,0.45454547,0.38016528,0.3181818,0.28099173,0.30578512,0.2892562,0.338843,0.42561984,0.40495867,0.40082645,0.44214877,0.49586776,0.58677685,0.71900827,0.70247936,0.69008267,0.77272725,0.8305785,0.8512397,0.8512397,0.838843,0.8057851,0.71900827,0.6652893,0.607438,0.59917355,0.6735537,0.5661157,0.45454547,0.39256197,0.40495867,0.34710744,0.2768595,0.2892562,0.3305785,0.37190083,0.40082645,0.46280992,0.42561984,0.40495867,0.3966942,0.37190083,0.4090909,0.45454547,0.5,0.57024795,0.59504133,0.5785124,0.54545456,0.4876033,0.47107437,0.3966942,0.7933884,0.80991733,0.822314,0.80991733,0.8016529,0.7768595,0.7355372,0.61570245,0.46694216,0.34710744,0.338843,0.3553719,0.4090909,0.28099173,0.2231405,0.20661157,0.24380165,0.2603306,0.35950413,0.45454547,0.46280992,0.4876033,0.57024795,0.6694215,0.6694215,0.70247936,0.72727275,0.74793386,0.7933884,0.8347107,0.8429752,0.8429752,0.8429752,0.79752064,0.71900827,0.661157,0.6570248,0.6322314,0.6487603,0.6363636,0.5785124,0.47933885,0.42975205,0.3966942,0.24793388,0.21487603,0.22727273,0.21487603,0.2231405,0.3264463,0.2768595,0.2520661,0.24793388,0.23553719,0.38842976,0.47933885,0.5123967,0.59090906,0.6280992,0.61157024,0.5785124,0.5165289,0.49173555,0.4338843,0.7933884,0.822314,0.8264463,0.822314,0.822314,0.80991733,0.7933884,0.6983471,0.60330576,0.5206612,0.4876033,0.45867768,0.46694216,0.45041323,0.42975205,0.38842976,0.4338843,0.4338843,0.47933885,0.49173555,0.553719,0.59090906,0.62396693,0.677686,0.70247936,0.73140496,0.76033056,0.7768595,0.8057851,0.8347107,0.8471074,0.8471074,0.8429752,0.8181818,0.7107438,0.6652893,0.677686,0.6859504,0.6528926,0.6446281,0.61570245,0.58264464,0.5371901,0.4876033,0.5041322,0.44214877,0.40082645,0.3553719,0.3305785,0.34710744,0.29338843,0.23966943,0.24793388,0.26859504,0.37190083,0.5123967,0.55785125,0.6198347,0.6570248,0.6528926,0.607438,0.54545456,0.5165289,0.45454547,0.80991733,0.8264463,0.8305785,0.8305785,0.8264463,0.822314,0.80991733,0.77272725,0.73966944,0.6694215,0.6363636,0.59917355,0.553719,0.49173555,0.4876033,0.48347107,0.5123967,0.47933885,0.5041322,0.5041322,0.5495868,0.61570245,0.6570248,0.71487606,0.75619835,0.7768595,0.7892562,0.7933884,0.8057851,0.838843,0.8553719,0.8512397,0.8429752,0.822314,0.7066116,0.6694215,0.6818182,0.7066116,0.70247936,0.6818182,0.6694215,0.607438,0.57024795,0.5206612,0.5289256,0.5165289,0.4876033,0.46694216,0.46694216,0.4338843,0.45041323,0.4338843,0.4338843,0.46280992,0.5123967,0.58264464,0.6198347,0.661157,0.6818182,0.6652893,0.62396693,0.54545456,0.5082645,0.47107437,0.8140496,0.8264463,0.8347107,0.8305785,0.822314,0.8305785,0.822314,0.8057851,0.78099173,0.7355372,0.7066116,0.6487603,0.607438,0.57438016,0.5495868,0.5247934,0.5206612,0.5206612,0.5661157,0.61157024,0.6487603,0.6942149,0.75206614,0.7892562,0.79752064,0.8016529,0.8016529,0.8016529,0.8181818,0.8429752,0.8553719,0.8553719,0.8429752,0.822314,0.71487606,0.677686,0.677686,0.7107438,0.7355372,0.75619835,0.74380165,0.70247936,0.6280992,0.57438016,0.5495868,0.5371901,0.5247934,0.5371901,0.553719,0.56198347,0.5661157,0.55785125,0.5661157,0.59504133,0.6198347,0.6570248,0.6859504,0.6859504,0.7066116,0.6859504,0.6446281,0.55785125,0.5082645,0.4876033,0.80991733,0.8305785,0.8305785,0.8305785,0.8347107,0.8305785,0.838843,0.8305785,0.822314,0.8016529,0.7892562,0.75206614,0.7231405,0.7066116,0.69008267,0.6735537,0.6652893,0.677686,0.6942149,0.7231405,0.74380165,0.78512394,0.8181818,0.8305785,0.8181818,0.8140496,0.8181818,0.8140496,0.822314,0.8471074,0.8553719,0.8553719,0.8471074,0.8140496,0.71900827,0.6859504,0.6818182,0.70247936,0.7231405,0.76859504,0.7892562,0.7644628,0.7355372,0.6983471,0.6652893,0.6280992,0.58677685,0.57024795,0.57438016,0.59090906,0.61570245,0.6487603,0.661157,0.69008267,0.70247936,0.71900827,0.73140496,0.71900827,0.71487606,0.6942149,0.6528926,0.57024795,0.5041322,0.5041322,0.8057851,0.8305785,0.8305785,0.8305785,0.8305785,0.838843,0.838843,0.8429752,0.8347107,0.8347107,0.8264463,0.8181818,0.8057851,0.80991733,0.79752064,0.7933884,0.7892562,0.78512394,0.7892562,0.79752064,0.8140496,0.8305785,0.8305785,0.8264463,0.8264463,0.8264463,0.8181818,0.8181818,0.8305785,0.8429752,0.8553719,0.8553719,0.8429752,0.8181818,0.73140496,0.6859504,0.6818182,0.6983471,0.71487606,0.7644628,0.8016529,0.80991733,0.8016529,0.78099173,0.76859504,0.75619835,0.73966944,0.72727275,0.71900827,0.71487606,0.7231405,0.74380165,0.74380165,0.76033056,0.76033056,0.76033056,0.74793386,0.73140496,0.71487606,0.6942149,0.6694215,0.57438016,0.49586776,0.5041322,0.8057851,0.8264463,0.8305785,0.8264463,0.8264463,0.8347107,0.8347107,0.8429752,0.8429752,0.8429752,0.8429752,0.8429752,0.8429752,0.838843,0.8429752,0.8347107,0.838843,0.8347107,0.8305785,0.838843,0.838843,0.8347107,0.8347107,0.8305785,0.8264463,0.8181818,0.8264463,0.8181818,0.8305785,0.8429752,0.8512397,0.8471074,0.8429752,0.8140496,0.76033056,0.677686,0.677686,0.69008267,0.7107438,0.75619835,0.79752064,0.8057851,0.822314,0.822314,0.80991733,0.8016529,0.7933884,0.7933884,0.78512394,0.78099173,0.78512394,0.7892562,0.79752064,0.7892562,0.78512394,0.77272725,0.76033056,0.74380165,0.71487606,0.70247936,0.6735537,0.5785124,0.48347107,0.49586776,0.7933884,0.8264463,0.8347107,0.8305785,0.8305785,0.838843,0.8429752,0.8471074,0.8429752,0.8471074,0.8512397,0.8512397,0.8471074,0.8471074,0.8512397,0.8471074,0.8471074,0.8471074,0.8429752,0.8471074,0.8429752,0.8429752,0.838843,0.8305785,0.822314,0.8181818,0.822314,0.822314,0.8347107,0.8471074,0.8595041,0.8471074,0.8347107,0.822314,0.7644628,0.70247936,0.6694215,0.6818182,0.7066116,0.75206614,0.7933884,0.79752064,0.80991733,0.822314,0.8264463,0.8264463,0.822314,0.8181818,0.822314,0.8181818,0.8181818,0.822314,0.80991733,0.8057851,0.7933884,0.78099173,0.76859504,0.76033056,0.7355372,0.6983471,0.6694215,0.57438016,0.48347107,0.46280992,0.78512394,0.8140496,0.8305785,0.8347107,0.8347107,0.8347107,0.838843,0.838843,0.8429752,0.8429752,0.8471074,0.8512397,0.8553719,0.8471074,0.8512397,0.8471074,0.8471074,0.8429752,0.8429752,0.838843,0.838843,0.8305785,0.8347107,0.8305785,0.8181818,0.8181818,0.8181818,0.8305785,0.8429752,0.8512397,0.8471074,0.8471074,0.8347107,0.8264463,0.7892562,0.72727275,0.677686,0.661157,0.6859504,0.73966944,0.78512394,0.80991733,0.8181818,0.822314,0.8305785,0.8347107,0.8347107,0.8305785,0.8305785,0.838843,0.8305785,0.822314,0.822314,0.8140496,0.8016529,0.78099173,0.7644628,0.76033056,0.74793386,0.6983471,0.661157,0.56198347,0.47107437,0.4090909,0.78099173,0.80991733,0.8305785,0.8347107,0.838843,0.8305785,0.8429752,0.8429752,0.838843,0.8471074,0.8471074,0.8471074,0.8512397,0.8471074,0.8512397,0.8471074,0.838843,0.8347107,0.8347107,0.8347107,0.8347107,0.8264463,0.8264463,0.8181818,0.8140496,0.80991733,0.8181818,0.8347107,0.8512397,0.8512397,0.8553719,0.8471074,0.8429752,0.8347107,0.8057851,0.75619835,0.69008267,0.6570248,0.6446281,0.7231405,0.78099173,0.8016529,0.822314,0.822314,0.8347107,0.8347107,0.838843,0.8347107,0.838843,0.8347107,0.8305785,0.822314,0.8140496,0.8140496,0.8016529,0.78512394,0.7644628,0.74793386,0.7355372,0.7066116,0.661157,0.5371901,0.45454547,0.35950413,0.77272725,0.8057851,0.8305785,0.8305785,0.838843,0.838843,0.838843,0.8429752,0.8429752,0.8512397,0.8471074,0.8512397,0.8512397,0.8512397,0.8471074,0.8347107,0.822314,0.8140496,0.822314,0.8264463,0.8305785,0.8181818,0.8140496,0.8057851,0.80991733,0.8140496,0.822314,0.8471074,0.8512397,0.8553719,0.8512397,0.8512397,0.8512397,0.838843,0.8140496,0.76033056,0.6983471,0.677686,0.6446281,0.677686,0.7644628,0.79752064,0.8140496,0.8264463,0.8347107,0.8347107,0.8347107,0.838843,0.8305785,0.8305785,0.8264463,0.8264463,0.8140496,0.8057851,0.7892562,0.78099173,0.75619835,0.73966944,0.7231405,0.69008267,0.6446281,0.5123967,0.42561984,0.34710744,0.7644628,0.8016529,0.822314,0.8347107,0.838843,0.838843,0.838843,0.838843,0.838843,0.8429752,0.8429752,0.8471074,0.8512397,0.8512397,0.8429752,0.838843,0.7892562,0.78512394,0.8140496,0.8181818,0.822314,0.8016529,0.7892562,0.8057851,0.8264463,0.8140496,0.8264463,0.8553719,0.8512397,0.8471074,0.8471074,0.8512397,0.8553719,0.838843,0.8140496,0.75619835,0.6859504,0.69008267,0.70247936,0.6570248,0.73966944,0.78512394,0.8057851,0.8264463,0.8264463,0.8305785,0.8305785,0.8347107,0.8347107,0.8264463,0.8264463,0.822314,0.80991733,0.7933884,0.78099173,0.76859504,0.75619835,0.73140496,0.71487606,0.6735537,0.61157024,0.46694216,0.40082645,0.3429752,0.75206614,0.7933884,0.8140496,0.8264463,0.8347107,0.8347107,0.838843,0.8429752,0.8347107,0.8429752,0.8429752,0.8429752,0.8471074,0.8429752,0.8429752,0.8305785,0.8016529,0.79752064,0.80991733,0.80991733,0.8016529,0.78099173,0.75619835,0.80991733,0.8347107,0.8140496,0.8016529,0.8347107,0.8429752,0.8429752,0.838843,0.8429752,0.8512397,0.8305785,0.7892562,0.70247936,0.6570248,0.6859504,0.7231405,0.6735537,0.7066116,0.7644628,0.78512394,0.8057851,0.8181818,0.8181818,0.822314,0.8264463,0.8264463,0.822314,0.822314,0.8140496,0.79752064,0.78512394,0.7768595,0.74793386,0.73140496,0.71900827,0.6983471,0.6528926,0.5785124,0.4338843,0.38016528,0.34710744,0.73966944,0.7768595,0.79752064,0.822314,0.822314,0.8305785,0.8347107,0.838843,0.838843,0.838843,0.8512397,0.8429752,0.838843,0.838843,0.8347107,0.8264463,0.822314,0.8016529,0.8016529,0.8016529,0.7933884,0.7644628,0.7231405,0.8140496,0.8264463,0.80991733,0.75619835,0.76033056,0.7933884,0.822314,0.822314,0.8264463,0.8305785,0.7892562,0.6942149,0.6363636,0.6446281,0.6859504,0.70247936,0.6735537,0.7066116,0.73966944,0.75206614,0.7768595,0.7933884,0.8057851,0.8140496,0.8181818,0.8264463,0.8140496,0.80991733,0.79752064,0.7892562,0.7768595,0.76033056,0.74793386,0.7231405,0.70247936,0.6694215,0.6363636,0.5413223,0.42561984,0.3429752,0.38016528,0.71900827,0.76033056,0.78099173,0.8057851,0.8181818,0.8264463,0.8347107,0.838843,0.8347107,0.838843,0.838843,0.838843,0.838843,0.8347107,0.8264463,0.8181818,0.8181818,0.7933884,0.7892562,0.78099173,0.7892562,0.75619835,0.70247936,0.7892562,0.78099173,0.74793386,0.6570248,0.6528926,0.77272725,0.78512394,0.78099173,0.76859504,0.76859504,0.71487606,0.57438016,0.5495868,0.6363636,0.6735537,0.6652893,0.677686,0.7107438,0.73140496,0.73140496,0.75206614,0.77272725,0.7892562,0.80991733,0.80991733,0.8140496,0.8057851,0.79752064,0.7892562,0.78099173,0.77272725,0.76033056,0.73966944,0.7066116,0.6859504,0.6404959,0.59917355,0.5082645,0.3966942,0.3677686,0.3966942,0.71487606,0.75619835,0.77272725,0.7933884,0.80991733,0.8181818,0.8347107,0.838843,0.8347107,0.8347107,0.8305785,0.8305785,0.8305785,0.822314,0.8181818,0.80991733,0.8016529,0.7892562,0.7768595,0.78099173,0.7933884,0.7768595,0.74793386,0.76859504,0.72727275,0.59504133,0.41735536,0.3677686,0.7066116,0.76033056,0.71487606,0.6818182,0.677686,0.62396693,0.44214877,0.30991736,0.5413223,0.607438,0.62396693,0.6942149,0.7355372,0.73140496,0.71900827,0.71900827,0.7355372,0.76859504,0.79752064,0.79752064,0.8016529,0.7892562,0.7892562,0.78099173,0.7644628,0.7644628,0.75206614,0.72727275,0.6818182,0.6694215,0.62396693,0.5661157,0.4752066,0.38016528,0.4090909,0.40082645,0.7066116,0.74793386,0.76859504,0.7768595,0.7933884,0.8057851,0.8305785,0.8305785,0.8264463,0.8305785,0.8181818,0.8181818,0.822314,0.8140496,0.8016529,0.7933884,0.78512394,0.77272725,0.7768595,0.7892562,0.8057851,0.8016529,0.78512394,0.78099173,0.76033056,0.6487603,0.54545456,0.53305787,0.59504133,0.69008267,0.6363636,0.59504133,0.58677685,0.54545456,0.5082645,0.35950413,0.45041323,0.56198347,0.6404959,0.71487606,0.73140496,0.73140496,0.7231405,0.71487606,0.71487606,0.74380165,0.7768595,0.7768595,0.78512394,0.78099173,0.77272725,0.77272725,0.75619835,0.75206614,0.7355372,0.7066116,0.6694215,0.6198347,0.607438,0.54545456,0.4338843,0.37603307,0.46280992,0.41322315,0.6942149,0.73966944,0.74793386,0.76859504,0.7768595,0.79752064,0.80991733,0.822314,0.8181818,0.822314,0.8140496,0.8057851,0.8016529,0.7892562,0.77272725,0.76859504,0.7644628,0.77272725,0.78512394,0.8016529,0.8140496,0.822314,0.8181818,0.8140496,0.8016529,0.74793386,0.69008267,0.6570248,0.61570245,0.6198347,0.58264464,0.5371901,0.5413223,0.553719,0.55785125,0.53305787,0.5041322,0.59090906,0.6818182,0.71900827,0.7355372,0.73140496,0.72727275,0.72727275,0.7066116,0.6983471,0.74380165,0.75619835,0.76033056,0.7768595,0.76033056,0.74793386,0.74380165,0.73140496,0.7066116,0.6818182,0.6363636,0.607438,0.58264464,0.5165289,0.40082645,0.40495867,0.5289256,0.4214876,0.6983471,0.73966944,0.74793386,0.76033056,0.76859504,0.78099173,0.79752064,0.8181818,0.8057851,0.8057851,0.8016529,0.7933884,0.78512394,0.76859504,0.75206614,0.74793386,0.76859504,0.7892562,0.7933884,0.822314,0.822314,0.8347107,0.8305785,0.8305785,0.8305785,0.8057851,0.77272725,0.73140496,0.6652893,0.59504133,0.5495868,0.5413223,0.57024795,0.60330576,0.61157024,0.6363636,0.6570248,0.677686,0.7066116,0.72727275,0.74380165,0.73140496,0.73966944,0.73966944,0.73140496,0.71487606,0.7231405,0.73140496,0.73966944,0.75619835,0.74380165,0.73966944,0.73140496,0.7107438,0.6735537,0.6404959,0.61570245,0.58677685,0.55785125,0.5,0.37190083,0.4338843,0.553719,0.45041323,0.6942149,0.73140496,0.75206614,0.75619835,0.76859504,0.76859504,0.7892562,0.8057851,0.8057851,0.79752064,0.7933884,0.78099173,0.76033056,0.74793386,0.74793386,0.76033056,0.78512394,0.79752064,0.822314,0.8181818,0.8347107,0.8305785,0.8347107,0.8347107,0.8347107,0.8264463,0.80991733,0.7892562,0.7355372,0.6694215,0.6198347,0.6280992,0.6652893,0.6983471,0.70247936,0.7231405,0.72727275,0.72727275,0.71900827,0.71900827,0.72727275,0.71900827,0.73966944,0.73966944,0.7355372,0.73140496,0.7231405,0.7231405,0.7355372,0.73966944,0.7355372,0.7355372,0.7107438,0.6983471,0.6404959,0.61570245,0.60330576,0.57024795,0.5371901,0.49586776,0.3305785,0.3429752,0.47933885,0.42975205,0.6983471,0.7355372,0.75619835,0.76033056,0.76859504,0.76859504,0.78512394,0.7933884,0.7933884,0.7933884,0.78512394,0.7644628,0.73966944,0.71900827,0.76033056,0.7892562,0.8057851,0.822314,0.8347107,0.8347107,0.8347107,0.8305785,0.8347107,0.8347107,0.838843,0.8305785,0.8140496,0.8140496,0.78512394,0.74793386,0.73140496,0.7066116,0.7231405,0.73966944,0.73966944,0.74793386,0.74793386,0.73966944,0.71487606,0.7107438,0.72727275,0.71900827,0.7231405,0.73140496,0.72727275,0.73140496,0.7231405,0.72727275,0.7231405,0.7231405,0.70247936,0.7066116,0.6942149,0.6818182,0.6404959,0.60330576,0.59917355,0.5661157,0.5289256,0.49173555,0.28512397,0.09090909,0.22727273,0.2603306,0.70247936,0.7355372,0.75619835,0.76859504,0.76859504,0.77272725,0.78512394,0.7933884,0.7933884,0.7892562,0.78512394,0.76033056,0.7231405,0.74380165,0.78512394,0.8016529,0.822314,0.8305785,0.8347107,0.8347107,0.838843,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8347107,0.8264463,0.8181818,0.79752064,0.78099173,0.75619835,0.7644628,0.76033056,0.74380165,0.74793386,0.75619835,0.73966944,0.71900827,0.71487606,0.72727275,0.72727275,0.7231405,0.71900827,0.7231405,0.7231405,0.71487606,0.72727275,0.72727275,0.7066116,0.6859504,0.69008267,0.6859504,0.6694215,0.6363636,0.60330576,0.59090906,0.56198347,0.5247934,0.4876033,0.14049587,0.037190083,0.07438017,0.09090909,0.6942149,0.73140496,0.75619835,0.76859504,0.7644628,0.77272725,0.78512394,0.79752064,0.78099173,0.7933884,0.7933884,0.76033056,0.73966944,0.78512394,0.8057851,0.8140496,0.822314,0.8305785,0.8347107,0.8305785,0.8305785,0.8264463,0.8264463,0.8057851,0.79752064,0.78099173,0.78512394,0.7768595,0.78099173,0.7933884,0.79752064,0.76859504,0.74793386,0.7355372,0.7231405,0.7355372,0.74380165,0.74380165,0.7355372,0.7231405,0.7231405,0.7066116,0.7107438,0.7066116,0.71900827,0.71900827,0.71487606,0.7107438,0.70247936,0.6818182,0.6818182,0.6818182,0.6735537,0.6570248,0.62396693,0.60330576,0.58677685,0.5495868,0.5371901,0.41735536,0.09090909,0.05785124,0.07438017,0.07024793,0.6735537,0.72727275,0.76033056,0.76859504,0.77272725,0.7768595,0.78099173,0.79752064,0.7892562,0.8016529,0.80991733,0.76859504,0.76859504,0.8057851,0.8016529,0.80991733,0.7933884,0.78099173,0.78512394,0.76033056,0.73966944,0.70247936,0.6818182,0.6528926,0.6487603,0.6487603,0.6404959,0.6446281,0.6528926,0.6818182,0.70247936,0.6694215,0.62396693,0.59917355,0.59090906,0.61157024,0.6198347,0.6322314,0.6570248,0.677686,0.6818182,0.677686,0.6818182,0.6859504,0.71900827,0.7107438,0.72727275,0.7107438,0.6694215,0.6694215,0.677686,0.6818182,0.6735537,0.6528926,0.62396693,0.61157024,0.58264464,0.553719,0.5289256,0.33471075,0.0785124,0.0661157,0.0785124,0.07024793,0.6652893,0.7066116,0.75206614,0.7644628,0.7644628,0.7768595,0.78099173,0.8016529,0.8057851,0.8140496,0.8181818,0.7892562,0.7933884,0.79752064,0.7768595,0.75206614,0.6570248,0.58677685,0.59090906,0.5785124,0.55785125,0.5413223,0.5247934,0.53305787,0.5413223,0.5413223,0.54545456,0.54545456,0.5413223,0.5371901,0.54545456,0.53305787,0.5289256,0.5165289,0.5247934,0.5247934,0.5,0.5041322,0.5123967,0.5495868,0.55785125,0.59917355,0.6322314,0.6528926,0.7107438,0.70247936,0.7355372,0.7231405,0.6983471,0.6818182,0.69008267,0.69008267,0.6694215,0.6404959,0.6198347,0.60330576,0.58264464,0.553719,0.5041322,0.24380165,0.07438017,0.07024793,0.08264463,0.0661157,0.6652893,0.7066116,0.74380165,0.76033056,0.76859504,0.78099173,0.78099173,0.8016529,0.80991733,0.8181818,0.822314,0.80991733,0.8016529,0.78512394,0.74793386,0.70247936,0.5247934,0.3429752,0.29338843,0.38016528,0.446281,0.5371901,0.49586776,0.5206612,0.58264464,0.53305787,0.57024795,0.60330576,0.59917355,0.5,0.4876033,0.5413223,0.57024795,0.5247934,0.4876033,0.5206612,0.45454547,0.44214877,0.42975205,0.42561984,0.4214876,0.42561984,0.4752066,0.553719,0.6694215,0.71900827,0.7355372,0.73140496,0.7066116,0.6942149,0.69008267,0.69008267,0.6570248,0.6322314,0.61570245,0.60330576,0.57438016,0.5495868,0.45041323,0.1570248,0.06198347,0.08264463,0.0661157,0.0785124,0.6570248,0.6942149,0.73140496,0.75619835,0.76859504,0.78099173,0.78099173,0.8016529,0.8181818,0.822314,0.822314,0.8181818,0.8140496,0.7892562,0.76033056,0.76859504,0.70247936,0.49586776,0.25619835,0.338843,0.44214877,0.6570248,0.6404959,0.677686,0.7644628,0.71487606,0.74793386,0.8016529,0.8347107,0.7231405,0.661157,0.7644628,0.78099173,0.6859504,0.6322314,0.6983471,0.57024795,0.5495868,0.47933885,0.38842976,0.29752067,0.24380165,0.2768595,0.45041323,0.6198347,0.7066116,0.72727275,0.7231405,0.72727275,0.71487606,0.6983471,0.69008267,0.661157,0.6198347,0.60330576,0.58677685,0.55785125,0.53305787,0.3677686,0.07024793,0.0785124,0.08264463,0.07438017,0.08264463,0.59504133,0.6735537,0.72727275,0.74793386,0.76859504,0.78099173,0.78099173,0.7892562,0.8057851,0.8181818,0.8264463,0.822314,0.8140496,0.7933884,0.78099173,0.8057851,0.8429752,0.74793386,0.57024795,0.5123967,0.4876033,0.6363636,0.6487603,0.73140496,0.8264463,0.78512394,0.8264463,0.8471074,0.8471074,0.79752064,0.7644628,0.822314,0.838843,0.7892562,0.7644628,0.80991733,0.6818182,0.677686,0.5495868,0.42975205,0.26859504,0.28099173,0.40082645,0.5495868,0.6528926,0.6942149,0.7107438,0.73140496,0.72727275,0.71487606,0.70247936,0.6859504,0.6487603,0.61157024,0.59090906,0.57438016,0.54545456,0.5082645,0.1983471,0.053719006,0.08677686,0.08264463,0.08677686,0.0785124,0.4752066,0.6487603,0.7066116,0.75206614,0.76859504,0.77272725,0.7768595,0.78512394,0.79752064,0.8016529,0.8181818,0.8181818,0.8140496,0.7933884,0.8016529,0.8140496,0.8305785,0.822314,0.7231405,0.6818182,0.6487603,0.6570248,0.61570245,0.6198347,0.7107438,0.6528926,0.7933884,0.8181818,0.8181818,0.74793386,0.72727275,0.79752064,0.7933884,0.7355372,0.6694215,0.71900827,0.5165289,0.5206612,0.47107437,0.42561984,0.41322315,0.48347107,0.61157024,0.6859504,0.6983471,0.7066116,0.73140496,0.75206614,0.73140496,0.7107438,0.6942149,0.661157,0.62396693,0.61570245,0.58264464,0.553719,0.5206612,0.3966942,0.07024793,0.08677686,0.09090909,0.09504132,0.08264463,0.07438017,0.29338843,0.607438,0.6735537,0.72727275,0.7644628,0.77272725,0.77272725,0.7892562,0.7892562,0.79752064,0.80991733,0.80991733,0.8057851,0.8016529,0.8181818,0.8264463,0.8305785,0.8305785,0.7892562,0.73966944,0.7107438,0.73140496,0.71900827,0.70247936,0.6652893,0.59090906,0.6652893,0.7107438,0.6942149,0.6280992,0.58677685,0.6280992,0.59917355,0.57024795,0.53305787,0.55785125,0.53305787,0.5041322,0.49173555,0.4876033,0.5041322,0.58677685,0.6818182,0.7231405,0.71487606,0.71487606,0.7355372,0.74380165,0.7231405,0.70247936,0.6694215,0.6322314,0.61157024,0.59504133,0.57024795,0.5371901,0.46280992,0.23966943,0.06198347,0.09090909,0.09090909,0.09504132,0.07438017,0.07438017,0.10743801,0.47107437,0.6404959,0.69008267,0.73966944,0.76033056,0.7644628,0.78099173,0.78099173,0.7892562,0.7933884,0.8016529,0.8057851,0.80991733,0.80991733,0.8264463,0.8305785,0.8305785,0.8140496,0.7644628,0.73140496,0.7355372,0.73966944,0.75206614,0.75206614,0.70247936,0.69008267,0.6942149,0.6859504,0.6528926,0.6528926,0.6735537,0.661157,0.6528926,0.6198347,0.59917355,0.58264464,0.553719,0.5165289,0.5123967,0.55785125,0.6404959,0.71487606,0.7355372,0.71900827,0.71487606,0.71900827,0.71900827,0.70247936,0.6694215,0.6363636,0.607438,0.59504133,0.57024795,0.56198347,0.5,0.39256197,0.1446281,0.06198347,0.09090909,0.09504132,0.0785124,0.0785124,0.0661157,0.053719006,0.24380165,0.5785124,0.6652893,0.71487606,0.74380165,0.75206614,0.76033056,0.77272725,0.77272725,0.78512394,0.7933884,0.8016529,0.8057851,0.8140496,0.8181818,0.8264463,0.8264463,0.80991733,0.76859504,0.7231405,0.71900827,0.6942149,0.6942149,0.71487606,0.7066116,0.7107438,0.72727275,0.73140496,0.7107438,0.6983471,0.7355372,0.7066116,0.6694215,0.6280992,0.5785124,0.553719,0.5413223,0.5289256,0.55785125,0.607438,0.6735537,0.7231405,0.7231405,0.7066116,0.7066116,0.70247936,0.6942149,0.677686,0.6322314,0.607438,0.58677685,0.58264464,0.56198347,0.5247934,0.446281,0.37603307,0.1322314,0.06198347,0.08264463,0.09090909,0.0785124,0.07438017,0.07024793,0.07024793,0.08264463,0.3966942,0.6198347,0.6859504,0.7231405,0.74380165,0.75619835,0.76859504,0.7644628,0.78512394,0.7892562,0.7933884,0.79752064,0.80991733,0.8140496,0.8181818,0.8140496,0.79752064,0.7644628,0.7355372,0.70247936,0.6818182,0.6487603,0.6404959,0.6404959,0.6446281,0.6694215,0.677686,0.6487603,0.6404959,0.6652893,0.6487603,0.607438,0.57438016,0.5413223,0.53305787,0.553719,0.56198347,0.59917355,0.6446281,0.6942149,0.71900827,0.69008267,0.6652893,0.6859504,0.69008267,0.6694215,0.6404959,0.60330576,0.59504133,0.58264464,0.57438016,0.5413223,0.45454547,0.41735536,0.42561984,0.14049587,0.06198347,0.08264463,0.09090909,0.08264463,0.07024793,0.07024793,0.08264463,0.06198347,0.15289256,0.5165289,0.6404959,0.70247936,0.7355372,0.74793386,0.76033056,0.76859504,0.7768595,0.78512394,0.7892562,0.7933884,0.79752064,0.8057851,0.80991733,0.8057851,0.80991733,0.78099173,0.77272725,0.7231405,0.69008267,0.6446281,0.61157024,0.59090906,0.58677685,0.58264464,0.60330576,0.60330576,0.5785124,0.57024795,0.553719,0.5413223,0.53305787,0.5371901,0.56198347,0.59504133,0.607438,0.6404959,0.661157,0.70247936,0.7066116,0.6570248,0.6487603,0.6735537,0.677686,0.6446281,0.59917355,0.59090906,0.59090906,0.58264464,0.55785125,0.48347107,0.41322315,0.46694216,0.4876033,0.14049587,0.049586777,0.0785124,0.0785124,0.09504132,0.0661157,0.07438017,0.0785124,0.08677686,0.041322313,0.30991736,0.58264464,0.6652893,0.7107438,0.73140496,0.76033056,0.76033056,0.77272725,0.78099173,0.7892562,0.79752064,0.79752064,0.79752064,0.80991733,0.8057851,0.8016529,0.79752064,0.7892562,0.76033056,0.73140496,0.6859504,0.6446281,0.60330576,0.5785124,0.57024795,0.553719,0.56198347,0.54545456,0.5413223,0.54545456,0.55785125,0.58264464,0.60330576,0.6198347,0.6363636,0.6363636,0.6487603,0.6818182,0.70247936,0.6942149,0.677686,0.6735537,0.6735537,0.6528926,0.6198347,0.58677685,0.58264464,0.58264464,0.5661157,0.5082645,0.42975205,0.44214877,0.5165289,0.5206612,0.1446281,0.053719006,0.07438017,0.0785124,0.09090909,0.07438017,0.08677686,0.0785124,0.08677686,0.049586777,0.16115703,0.49173555,0.59090906,0.677686,0.7107438,0.74793386,0.75619835,0.76859504,0.77272725,0.79752064,0.79752064,0.8016529,0.79752064,0.80991733,0.80991733,0.8057851,0.79752064,0.7933884,0.78099173,0.76859504,0.74380165,0.7066116,0.677686,0.6446281,0.6363636,0.61157024,0.61570245,0.6198347,0.61157024,0.6198347,0.6322314,0.6404959,0.6404959,0.6404959,0.6570248,0.661157,0.6694215,0.6859504,0.69008267,0.6983471,0.69008267,0.6818182,0.6487603,0.6322314,0.60330576,0.58677685,0.58264464,0.5661157,0.5289256,0.44214877,0.4214876,0.5,0.5289256,0.5247934,0.1570248,0.053719006,0.0785124,0.0785124,0.09090909,0.0785124,0.08264463,0.07438017,0.0785124,0.06198347,0.09504132,0.41735536,0.5165289,0.60330576,0.6735537,0.71487606,0.73966944,0.75206614,0.76033056,0.7933884,0.7933884,0.8016529,0.8057851,0.822314,0.8181818,0.80991733,0.80991733,0.8016529,0.79752064,0.7933884,0.76859504,0.75619835,0.7355372,0.71487606,0.7066116,0.6818182,0.6983471,0.6859504,0.6859504,0.6818182,0.69008267,0.69008267,0.69008267,0.6818182,0.6942149,0.6942149,0.69008267,0.70247936,0.6942149,0.70247936,0.69008267,0.6694215,0.6363636,0.61157024,0.59090906,0.5785124,0.5661157,0.5289256,0.45867768,0.41322315,0.4752066,0.53305787,0.5247934,0.5247934,0.17768595,0.05785124,0.09504132,0.09504132,0.08264463,0.0785124,0.08264463,0.08264463,0.07024793,0.07024793,0.0785124,0.3677686,0.5041322,0.5041322,0.607438,0.6735537,0.7066116,0.72727275,0.74380165,0.76859504,0.7933884,0.79752064,0.8140496,0.8264463,0.822314,0.8305785,0.822314,0.8181818,0.80991733,0.8057851,0.79752064,0.79752064,0.78512394,0.78099173,0.77272725,0.75619835,0.74793386,0.73966944,0.72727275,0.73140496,0.7355372,0.73966944,0.73140496,0.7107438,0.73140496,0.71900827,0.71900827,0.71900827,0.71900827,0.7066116,0.6859504,0.661157,0.6280992,0.57438016,0.57438016,0.5495868,0.5247934,0.45867768,0.42561984,0.47107437,0.53305787,0.54545456,0.5247934,0.5247934,0.19421488,0.05785124,0.14049587,0.14876033,0.12396694,0.09504132,0.08677686,0.0785124,0.0785124,0.0785124,0.0661157,0.27272728,0.5123967,0.5,0.5,0.607438,0.6570248,0.69008267,0.71900827,0.73140496,0.76859504,0.79752064,0.8140496,0.8264463,0.822314,0.8264463,0.8264463,0.8305785,0.8264463,0.8264463,0.822314,0.8264463,0.8181818,0.822314,0.822314,0.8181818,0.8057851,0.79752064,0.78099173,0.77272725,0.77272725,0.76859504,0.76033056,0.75206614,0.75619835,0.74380165,0.73966944,0.73966944,0.71900827,0.7066116,0.677686,0.6446281,0.59504133,0.553719,0.54545456,0.5206612,0.45867768,0.42561984,0.46694216,0.5247934,0.56198347,0.54545456,0.5247934,0.5289256,0.1983471,0.07438017,0.16528925,0.20247933,0.19008264,0.17355372,0.14876033,0.07024793,0.07438017,0.08677686,0.07024793,0.19421488,0.4876033,0.5289256,0.47933885,0.5082645,0.58264464,0.6280992,0.677686,0.69008267,0.71487606,0.78099173,0.8057851,0.8181818,0.822314,0.8264463,0.8305785,0.8347107,0.8347107,0.838843,0.838843,0.8347107,0.838843,0.8305785,0.8347107,0.8305785,0.8264463,0.8264463,0.8181818,0.8057851,0.8057851,0.79752064,0.79752064,0.78512394,0.78512394,0.76859504,0.75619835,0.7355372,0.71487606,0.6942149,0.6487603,0.59090906,0.54545456,0.5247934,0.49586776,0.45041323,0.41322315,0.45454547,0.5165289,0.54545456,0.56198347,0.5495868,0.53305787,0.5289256,0.23553719,0.10743801,0.19008264,0.20661157,0.23966943,0.21487603,0.2107438,0.0661157,0.07438017,0.0785124,0.07024793,0.11157025,0.4338843,0.54545456,0.5206612,0.4752066,0.5,0.5495868,0.61570245,0.661157,0.677686,0.7107438,0.78099173,0.8057851,0.8181818,0.8264463,0.822314,0.8305785,0.8347107,0.838843,0.838843,0.8347107,0.8347107,0.8305785,0.8305785,0.8305785,0.822314,0.8264463,0.8305785,0.8264463,0.822314,0.80991733,0.8016529,0.7892562,0.7892562,0.77272725,0.74793386,0.7231405,0.69008267,0.6570248,0.59090906,0.5289256,0.49173555,0.46694216,0.42975205,0.41322315,0.45041323,0.5082645,0.54545456,0.55785125,0.553719,0.5495868,0.54545456,0.5247934,0.25619835,0.10743801,0.22727273,0.2107438,0.24793388,0.26859504,0.23966943,0.0661157,0.07438017,0.0785124,0.08264463,0.07024793,0.36363637,0.54545456,0.5413223,0.5123967,0.48347107,0.4752066,0.5206612,0.58677685,0.6280992,0.6446281,0.72727275,0.7768595,0.8016529,0.80991733,0.80991733,0.8140496,0.822314,0.8264463,0.8264463,0.822314,0.8181818,0.8181818,0.8140496,0.8057851,0.8057851,0.8016529,0.8140496,0.822314,0.8140496,0.8057851,0.7892562,0.76859504,0.76033056,0.75619835,0.7231405,0.69008267,0.6404959,0.5785124,0.5165289,0.47107437,0.43801653,0.41322315,0.41322315,0.446281,0.5041322,0.54545456,0.56198347,0.5495868,0.56198347,0.553719,0.54545456,0.5123967,0.2768595,0.12396694,0.24380165,0.2520661,0.2520661,0.2768595,0.26859504,0.07024793,0.07438017,0.0785124,0.08264463,0.053719006,0.27272728,0.54545456,0.5371901,0.5413223,0.5,0.4876033,0.45867768,0.49173555,0.5413223,0.5785124,0.6487603,0.71487606,0.7644628,0.78099173,0.78099173,0.78099173,0.78099173,0.78512394,0.79752064,0.8016529,0.79752064,0.7933884,0.7768595,0.7644628,0.7768595,0.7768595,0.78099173,0.7892562,0.78099173,0.77272725,0.74793386,0.73140496,0.71900827,0.7066116,0.6735537,0.6280992,0.5661157,0.49586776,0.446281,0.40082645,0.40082645,0.40495867,0.45041323,0.5,0.54545456,0.57024795,0.57024795,0.5661157,0.5661157,0.56198347,0.5289256,0.5082645,0.29338843,0.14876033,0.2231405,0.28099173,0.2768595,0.28512397,0.29752067,0.07024793,0.07024793,0.07438017,0.07438017,0.053719006,0.18181819,0.5247934,0.53305787,0.5371901,0.5371901,0.5123967,0.47933885,0.46280992,0.46694216,0.5,0.5661157,0.60330576,0.6942149,0.7231405,0.71900827,0.7231405,0.7231405,0.73140496,0.73966944,0.75206614,0.75206614,0.7355372,0.7355372,0.7066116,0.7231405,0.72727275,0.73140496,0.74380165,0.7231405,0.7107438,0.6942149,0.677686,0.6735537,0.6446281,0.60330576,0.5413223,0.48347107,0.42975205,0.39256197,0.38429752,0.4090909,0.45867768,0.5041322,0.54545456,0.56198347,0.56198347,0.57024795,0.5785124,0.5661157,0.5495868,0.5206612,0.5041322,0.3140496,0.1570248,0.23140496,0.28099173,0.29338843,0.28099173,0.30578512,0.06198347,0.07024793,0.0661157,0.07024793,0.05785124,0.17768595,0.47933885,0.53305787,0.5413223,0.5371901,0.5247934,0.5123967,0.48347107,0.46280992,0.46280992,0.4752066,0.49173555,0.5661157,0.62396693,0.6198347,0.62396693,0.6404959,0.6446281,0.6528926,0.6652893,0.6570248,0.6735537,0.6694215,0.6570248,0.661157,0.661157,0.661157,0.661157,0.6404959,0.6363636,0.62396693,0.60330576,0.59090906,0.56198347,0.5123967,0.45041323,0.4090909,0.38016528,0.38429752,0.41735536,0.46694216,0.5165289,0.5495868,0.56198347,0.57024795,0.58677685,0.57438016,0.57438016,0.56198347,0.54545456,0.5123967,0.5123967,0.338843,0.16115703,0.23140496,0.30165288,0.30991736,0.29338843,0.3181818,0.0661157,0.0661157,0.07438017,0.07024793,0.14876033,0.20247933,0.41735536,0.5206612,0.5371901,0.5371901,0.5289256,0.5289256,0.5041322,0.48347107,0.4876033,0.47107437,0.46280992,0.47933885,0.5206612,0.553719,0.55785125,0.553719,0.56198347,0.5495868,0.55785125,0.5661157,0.5661157,0.55785125,0.55785125,0.56198347,0.5661157,0.57438016,0.55785125,0.553719,0.55785125,0.5413223,0.5247934,0.49586776,0.45454547,0.41735536,0.39256197,0.38429752,0.3966942,0.4338843,0.48347107,0.5206612,0.553719,0.57024795,0.5785124,0.58677685,0.59090906,0.58677685,0.56198347,0.553719,0.5371901,0.5289256,0.5247934,0.35123968,0.1446281,0.2107438,0.29752067,0.3429752,0.29752067,0.3181818,0.07024793,0.0785124,0.11157025,0.1322314,0.23553719,0.21900827,0.3305785,0.5,0.5289256,0.5371901,0.53305787,0.5123967,0.5206612,0.5082645,0.49586776,0.4876033,0.4752066,0.4752066,0.4752066,0.4876033,0.49586776,0.4876033,0.48347107,0.48347107,0.47107437,0.47933885,0.47107437,0.46694216,0.46280992,0.47107437,0.46694216,0.4752066,0.47107437,0.46280992,0.45454547,0.43801653,0.42975205,0.40495867,0.38016528,0.38016528,0.39256197,0.42561984,0.46280992,0.5041322,0.5206612,0.5661157,0.57024795,0.58677685,0.59090906,0.59090906,0.59504133,0.59090906,0.56198347,0.54545456,0.5371901,0.5247934,0.5041322,0.3966942,0.10330579,0.18181819,0.27272728,0.35123968,0.3140496,0.33471075,0.11983471,0.14876033,0.1570248,0.18181819,0.26859504,0.24380165,0.2231405,0.4876033,0.5165289,0.53305787,0.53305787,0.5165289,0.5206612,0.5165289,0.5082645,0.5,0.49173555,0.48347107,0.4876033,0.47933885,0.47933885,0.47933885,0.46280992,0.45454547,0.446281,0.44214877,0.4338843,0.42561984,0.41735536,0.41735536,0.41322315,0.4090909,0.40495867,0.40495867,0.38842976,0.38016528,0.38016528,0.37603307,0.38429752,0.42561984,0.46280992,0.5082645,0.5289256,0.54545456,0.55785125,0.5661157,0.57438016,0.59504133,0.59917355,0.59090906,0.59504133,0.57438016,0.55785125,0.553719,0.5413223,0.5165289,0.49173555,0.4090909,0.11157025,0.17355372,0.23140496,0.32231405,0.32231405,0.35950413,7 +0.8057851,0.822314,0.8347107,0.8347107,0.838843,0.8429752,0.838843,0.838843,0.8471074,0.8429752,0.8429752,0.8429752,0.8429752,0.8429752,0.8471074,0.838843,0.838843,0.838843,0.8347107,0.8347107,0.8264463,0.8347107,0.8347107,0.822314,0.8181818,0.80991733,0.79752064,0.78099173,0.75619835,0.7107438,0.6818182,0.6570248,0.6446281,0.6280992,0.61570245,0.59090906,0.5247934,0.48347107,0.42975205,0.4090909,0.3677686,0.32231405,0.28099173,0.22727273,0.19008264,0.1694215,0.17768595,0.19008264,0.17355372,0.18595041,0.21487603,0.2107438,0.22727273,0.2231405,0.2107438,0.23140496,0.22727273,0.23553719,0.20661157,0.18595041,0.16115703,0.14876033,0.16528925,0.16528925,0.8181818,0.8264463,0.838843,0.838843,0.8429752,0.838843,0.838843,0.8429752,0.8429752,0.8471074,0.8429752,0.8471074,0.8471074,0.8512397,0.8429752,0.8429752,0.8429752,0.8429752,0.8471074,0.838843,0.8347107,0.8347107,0.8305785,0.822314,0.8181818,0.80991733,0.8016529,0.78512394,0.78099173,0.74793386,0.72727275,0.69008267,0.6652893,0.6570248,0.6404959,0.6280992,0.607438,0.553719,0.49173555,0.43801653,0.40082645,0.37190083,0.3305785,0.28099173,0.23553719,0.20247933,0.18181819,0.17768595,0.17355372,0.17355372,0.17355372,0.17768595,0.19421488,0.2107438,0.2107438,0.20247933,0.21900827,0.23966943,0.20661157,0.21487603,0.17768595,0.15289256,0.15289256,0.15289256,0.8264463,0.8305785,0.838843,0.8429752,0.8429752,0.838843,0.838843,0.8471074,0.8471074,0.8471074,0.8471074,0.8553719,0.8512397,0.8512397,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.838843,0.8347107,0.8347107,0.8264463,0.8140496,0.80991733,0.8057851,0.79752064,0.78099173,0.77272725,0.76859504,0.75619835,0.7355372,0.7107438,0.6983471,0.6818182,0.6735537,0.6528926,0.62396693,0.57024795,0.5123967,0.45454547,0.4090909,0.37603307,0.3264463,0.30578512,0.2520661,0.21487603,0.18595041,0.1694215,0.18181819,0.16528925,0.16528925,0.1694215,0.1983471,0.2107438,0.20247933,0.19421488,0.23966943,0.22727273,0.2231405,0.1983471,0.18181819,0.1570248,0.1446281,0.8305785,0.8347107,0.838843,0.8429752,0.8429752,0.8429752,0.8429752,0.8471074,0.8512397,0.8471074,0.8429752,0.838843,0.838843,0.8429752,0.8429752,0.838843,0.8429752,0.838843,0.8347107,0.8347107,0.822314,0.8181818,0.8181818,0.8016529,0.8057851,0.79752064,0.7933884,0.7768595,0.76859504,0.76859504,0.76033056,0.74793386,0.73966944,0.7355372,0.7231405,0.7066116,0.6859504,0.6528926,0.6363636,0.59917355,0.5495868,0.48347107,0.42975205,0.38429752,0.36363637,0.3140496,0.2603306,0.21487603,0.18181819,0.1694215,0.17355372,0.17768595,0.16115703,0.17355372,0.18595041,0.17768595,0.19008264,0.19008264,0.2231405,0.22727273,0.2107438,0.2107438,0.19421488,0.18595041,0.8347107,0.838843,0.8429752,0.8471074,0.8429752,0.8429752,0.8429752,0.8471074,0.8305785,0.80991733,0.78099173,0.7768595,0.78512394,0.78512394,0.7892562,0.78099173,0.77272725,0.78512394,0.7768595,0.7768595,0.78512394,0.7768595,0.78512394,0.78099173,0.7644628,0.77272725,0.77272725,0.76033056,0.75619835,0.75206614,0.75619835,0.75206614,0.75206614,0.75206614,0.73966944,0.7231405,0.6942149,0.6694215,0.6487603,0.6322314,0.59917355,0.553719,0.5082645,0.446281,0.40495867,0.37190083,0.3264463,0.2768595,0.22727273,0.17768595,0.16115703,0.1694215,0.15289256,0.16115703,0.1694215,0.17768595,0.19421488,0.17355372,0.18595041,0.20661157,0.19008264,0.19008264,0.1983471,0.1983471,0.838843,0.838843,0.8471074,0.8512397,0.8512397,0.8429752,0.8181818,0.78512394,0.73140496,0.677686,0.661157,0.6735537,0.6735537,0.6528926,0.6322314,0.607438,0.59917355,0.59917355,0.59917355,0.59917355,0.6198347,0.661157,0.6694215,0.6942149,0.6942149,0.7107438,0.71900827,0.7231405,0.73140496,0.7355372,0.73966944,0.75206614,0.74793386,0.74793386,0.73966944,0.7231405,0.69008267,0.6818182,0.6446281,0.6280992,0.607438,0.57438016,0.54545456,0.49173555,0.45454547,0.40082645,0.33471075,0.28512397,0.2603306,0.21487603,0.1694215,0.1446281,0.1570248,0.16528925,0.1570248,0.16115703,0.17768595,0.17355372,0.19421488,0.17355372,0.18181819,0.19008264,0.17768595,0.1694215,0.838843,0.838843,0.838843,0.8429752,0.8140496,0.76033056,0.71900827,0.6942149,0.6694215,0.6280992,0.59090906,0.5785124,0.553719,0.5247934,0.4876033,0.4752066,0.4752066,0.46694216,0.48347107,0.48347107,0.48347107,0.5289256,0.553719,0.5495868,0.58677685,0.6280992,0.6487603,0.6694215,0.6942149,0.7107438,0.73140496,0.74380165,0.73966944,0.7355372,0.73140496,0.7066116,0.6818182,0.6652893,0.6322314,0.61570245,0.59090906,0.5495868,0.5206612,0.47107437,0.42975205,0.35123968,0.28512397,0.2231405,0.2107438,0.2107438,0.18595041,0.16528925,0.16115703,0.1446281,0.1570248,0.1570248,0.16115703,0.16528925,0.18181819,0.17768595,0.18181819,0.18595041,0.18181819,0.17355372,0.838843,0.8264463,0.8057851,0.79752064,0.75619835,0.72727275,0.71487606,0.7107438,0.69008267,0.6528926,0.61570245,0.55785125,0.5165289,0.46280992,0.42561984,0.39256197,0.41322315,0.40082645,0.43801653,0.45041323,0.4338843,0.45041323,0.46694216,0.46694216,0.4876033,0.55785125,0.58264464,0.61157024,0.6487603,0.6735537,0.7107438,0.72727275,0.72727275,0.7231405,0.7066116,0.6859504,0.6652893,0.6280992,0.607438,0.57438016,0.5413223,0.48347107,0.42561984,0.36363637,0.30991736,0.27272728,0.22727273,0.1983471,0.17768595,0.19421488,0.1983471,0.2107438,0.15289256,0.1570248,0.1446281,0.15289256,0.14876033,0.1570248,0.1694215,0.16528925,0.18181819,0.18181819,0.19008264,0.19008264,0.8181818,0.7933884,0.76859504,0.76859504,0.74793386,0.74793386,0.74793386,0.75206614,0.7355372,0.70247936,0.69008267,0.6404959,0.6198347,0.57024795,0.5165289,0.47107437,0.44214877,0.42975205,0.4338843,0.446281,0.45454547,0.446281,0.446281,0.446281,0.45454547,0.5165289,0.5371901,0.57024795,0.607438,0.6404959,0.69008267,0.71900827,0.71487606,0.6983471,0.677686,0.6528926,0.6280992,0.58677685,0.54545456,0.5165289,0.47933885,0.4090909,0.33471075,0.28099173,0.2603306,0.23553719,0.23140496,0.20661157,0.19421488,0.2107438,0.21900827,0.24380165,0.21900827,0.17355372,0.1570248,0.15289256,0.14049587,0.15289256,0.16115703,0.17355372,0.14876033,0.19008264,0.18595041,0.19008264,0.78512394,0.77272725,0.7933884,0.8016529,0.7933884,0.7892562,0.7892562,0.78099173,0.76033056,0.7231405,0.6983471,0.6694215,0.661157,0.6198347,0.59504133,0.57024795,0.5289256,0.5247934,0.4876033,0.47933885,0.5,0.48347107,0.47933885,0.47933885,0.48347107,0.5,0.5371901,0.55785125,0.59090906,0.6363636,0.6818182,0.71487606,0.7066116,0.677686,0.6404959,0.60330576,0.57438016,0.5247934,0.47933885,0.46280992,0.42975205,0.37190083,0.30991736,0.29752067,0.29338843,0.30578512,0.29752067,0.3181818,0.30991736,0.32231405,0.3181818,0.3264463,0.3140496,0.24793388,0.19421488,0.18181819,0.12809917,0.14049587,0.1570248,0.14876033,0.1694215,0.17768595,0.18595041,0.17355372,0.78512394,0.7933884,0.8181818,0.8264463,0.8057851,0.7933884,0.77272725,0.75206614,0.72727275,0.6942149,0.6528926,0.6322314,0.607438,0.59917355,0.57438016,0.56198347,0.54545456,0.5413223,0.5206612,0.5041322,0.5206612,0.5247934,0.5247934,0.5289256,0.5206612,0.5289256,0.54545456,0.5661157,0.60330576,0.6487603,0.70247936,0.71487606,0.7107438,0.6694215,0.6280992,0.58677685,0.5371901,0.48347107,0.446281,0.4338843,0.4214876,0.3966942,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.4090909,0.4090909,0.3966942,0.3966942,0.39256197,0.37190083,0.32231405,0.2603306,0.21900827,0.1322314,0.09090909,0.13636364,0.14876033,0.1694215,0.16115703,0.19008264,0.17768595,0.8016529,0.8140496,0.8181818,0.8140496,0.7933884,0.75206614,0.72727275,0.69008267,0.661157,0.62396693,0.5785124,0.55785125,0.5289256,0.5206612,0.5165289,0.5041322,0.49586776,0.49586776,0.5,0.5,0.5123967,0.5165289,0.53305787,0.5413223,0.54545456,0.55785125,0.5661157,0.58677685,0.6280992,0.6735537,0.71487606,0.73140496,0.71900827,0.6818182,0.6280992,0.57024795,0.5123967,0.46280992,0.44214877,0.4214876,0.42561984,0.41735536,0.41735536,0.4214876,0.4090909,0.40082645,0.39256197,0.40495867,0.3966942,0.38842976,0.38429752,0.38016528,0.3677686,0.35123968,0.29752067,0.26859504,0.1570248,0.0785124,0.09090909,0.1322314,0.14049587,0.1570248,0.1694215,0.18181819,0.80991733,0.80991733,0.8057851,0.7933884,0.75619835,0.7107438,0.6570248,0.60330576,0.55785125,0.54545456,0.54545456,0.55785125,0.5661157,0.55785125,0.54545456,0.5206612,0.47933885,0.44214877,0.4090909,0.43801653,0.48347107,0.49586776,0.5165289,0.5206612,0.5247934,0.5495868,0.56198347,0.59504133,0.6487603,0.7107438,0.73966944,0.75206614,0.73140496,0.70247936,0.6280992,0.5495868,0.49173555,0.45041323,0.4338843,0.4214876,0.42975205,0.40495867,0.40495867,0.39256197,0.37190083,0.35950413,0.35950413,0.3429752,0.33471075,0.32231405,0.3140496,0.3264463,0.3553719,0.3429752,0.3181818,0.29338843,0.18181819,0.08264463,0.07438017,0.10330579,0.12396694,0.14049587,0.1322314,0.16528925,0.8057851,0.7933884,0.78099173,0.75206614,0.70247936,0.6363636,0.57438016,0.54545456,0.57024795,0.6322314,0.6652893,0.6859504,0.6859504,0.6570248,0.59504133,0.5371901,0.5041322,0.45867768,0.4338843,0.37603307,0.4090909,0.45454547,0.4876033,0.49586776,0.5,0.5165289,0.5495868,0.59090906,0.677686,0.74793386,0.7768595,0.78099173,0.76033056,0.71900827,0.6322314,0.53305787,0.45867768,0.42561984,0.4090909,0.41322315,0.4214876,0.40495867,0.3677686,0.36363637,0.35950413,0.34710744,0.3553719,0.3305785,0.30578512,0.29752067,0.2520661,0.23553719,0.2892562,0.30991736,0.29752067,0.29752067,0.18595041,0.08677686,0.07024793,0.08264463,0.11570248,0.12809917,0.13636364,0.14049587,0.8016529,0.77272725,0.74793386,0.71487606,0.6487603,0.59504133,0.58264464,0.6404959,0.6983471,0.72727275,0.6983471,0.6322314,0.58264464,0.5247934,0.45454547,0.3966942,0.37190083,0.35950413,0.3553719,0.3677686,0.37190083,0.39256197,0.446281,0.47107437,0.47933885,0.49173555,0.5206612,0.5785124,0.6942149,0.78099173,0.8057851,0.8140496,0.7933884,0.74380165,0.6446281,0.5247934,0.43801653,0.40495867,0.40082645,0.40495867,0.38842976,0.37603307,0.3553719,0.38016528,0.38429752,0.35950413,0.30578512,0.2768595,0.24380165,0.21900827,0.20661157,0.1983471,0.20247933,0.2603306,0.28512397,0.30165288,0.19421488,0.08677686,0.07438017,0.08677686,0.09917355,0.14049587,0.12396694,0.12809917,0.7892562,0.7644628,0.72727275,0.6859504,0.6404959,0.6404959,0.6735537,0.7066116,0.6735537,0.60330576,0.553719,0.5413223,0.57438016,0.54545456,0.41322315,0.2603306,0.23553719,0.23140496,0.2603306,0.30578512,0.3553719,0.3677686,0.4090909,0.446281,0.47107437,0.49173555,0.5123967,0.55785125,0.6859504,0.80991733,0.8264463,0.8347107,0.8181818,0.78099173,0.6694215,0.5082645,0.41322315,0.38842976,0.38842976,0.38016528,0.37603307,0.37190083,0.37190083,0.38429752,0.41735536,0.35950413,0.24380165,0.17768595,0.15289256,0.14876033,0.18595041,0.18181819,0.1570248,0.2107438,0.2603306,0.29338843,0.2107438,0.0785124,0.0785124,0.09090909,0.09917355,0.12809917,0.15289256,0.14876033,0.78512394,0.75619835,0.71487606,0.69008267,0.6735537,0.6570248,0.61570245,0.54545456,0.54545456,0.5495868,0.60330576,0.6859504,0.7355372,0.6404959,0.42561984,0.23140496,0.19008264,0.18181819,0.21487603,0.3181818,0.33471075,0.3677686,0.4090909,0.45041323,0.48347107,0.5082645,0.53305787,0.5785124,0.6859504,0.8181818,0.8347107,0.8429752,0.8347107,0.8057851,0.70247936,0.5123967,0.40495867,0.40082645,0.3966942,0.38842976,0.38429752,0.37190083,0.40495867,0.47107437,0.5413223,0.4876033,0.2892562,0.16528925,0.14049587,0.11157025,0.1694215,0.21900827,0.15289256,0.17355372,0.23966943,0.2603306,0.21900827,0.08677686,0.0785124,0.09504132,0.10743801,0.11983471,0.14876033,0.16528925,0.78512394,0.75206614,0.71900827,0.6983471,0.6735537,0.6198347,0.553719,0.5,0.6280992,0.7066116,0.73966944,0.76033056,0.7768595,0.6487603,0.41322315,0.22727273,0.18595041,0.19008264,0.24380165,0.36363637,0.37190083,0.3429752,0.43801653,0.4876033,0.54545456,0.5785124,0.59090906,0.6280992,0.7231405,0.8181818,0.838843,0.8471074,0.8471074,0.822314,0.73140496,0.5413223,0.41322315,0.4338843,0.4338843,0.39256197,0.3677686,0.4090909,0.49173555,0.5661157,0.61570245,0.5165289,0.28512397,0.16528925,0.15289256,0.12396694,0.18595041,0.23140496,0.17355372,0.16528925,0.2231405,0.2603306,0.2107438,0.0785124,0.07438017,0.11157025,0.11570248,0.12809917,0.11983471,0.15289256,0.7933884,0.76859504,0.73966944,0.73140496,0.6942149,0.661157,0.6322314,0.57438016,0.62396693,0.6983471,0.74380165,0.7644628,0.7644628,0.69008267,0.4752066,0.28099173,0.2231405,0.24380165,0.3140496,0.41322315,0.42561984,0.42561984,0.4876033,0.5413223,0.607438,0.6570248,0.6652893,0.6859504,0.75619835,0.822314,0.8471074,0.8471074,0.8471074,0.8305785,0.7644628,0.59504133,0.42975205,0.446281,0.45041323,0.4090909,0.3966942,0.4214876,0.47933885,0.5495868,0.607438,0.5413223,0.338843,0.18595041,0.16115703,0.16115703,0.23140496,0.23140496,0.19008264,0.20661157,0.2520661,0.2768595,0.2231405,0.08677686,0.09090909,0.09917355,0.11983471,0.12396694,0.09917355,0.13636364,0.8140496,0.8016529,0.78099173,0.7768595,0.76033056,0.7355372,0.70247936,0.6363636,0.607438,0.6322314,0.677686,0.6942149,0.6859504,0.6570248,0.55785125,0.4090909,0.3677686,0.38842976,0.42975205,0.47107437,0.5041322,0.5247934,0.55785125,0.58264464,0.6198347,0.677686,0.7066116,0.73966944,0.78512394,0.8305785,0.8471074,0.8553719,0.8512397,0.838843,0.8016529,0.6570248,0.4752066,0.446281,0.45867768,0.45041323,0.44214877,0.43801653,0.43801653,0.45867768,0.49586776,0.4876033,0.38842976,0.28099173,0.23553719,0.24380165,0.26859504,0.21900827,0.19421488,0.23553719,0.28099173,0.30165288,0.24380165,0.09504132,0.09090909,0.09917355,0.11570248,0.12396694,0.09917355,0.11157025,0.8305785,0.8305785,0.8140496,0.80991733,0.8057851,0.78512394,0.7644628,0.7231405,0.6652893,0.61570245,0.61157024,0.61570245,0.5785124,0.553719,0.53305787,0.46694216,0.42975205,0.446281,0.45041323,0.46280992,0.49173555,0.5289256,0.55785125,0.59504133,0.6570248,0.71487606,0.75206614,0.78512394,0.8140496,0.838843,0.8429752,0.8512397,0.8553719,0.8429752,0.8181818,0.71487606,0.53305787,0.46280992,0.46694216,0.45454547,0.446281,0.446281,0.44214877,0.42975205,0.4338843,0.42561984,0.39256197,0.34710744,0.30578512,0.28099173,0.2603306,0.23553719,0.23553719,0.27272728,0.30165288,0.3264463,0.27272728,0.11983471,0.07438017,0.11157025,0.11570248,0.12809917,0.10743801,0.09917355,0.838843,0.8305785,0.8305785,0.8181818,0.8140496,0.8057851,0.78512394,0.76033056,0.7231405,0.677686,0.6280992,0.59917355,0.56198347,0.5206612,0.5041322,0.4752066,0.45041323,0.46280992,0.46694216,0.48347107,0.5123967,0.553719,0.59917355,0.6570248,0.71900827,0.75619835,0.7892562,0.8140496,0.8305785,0.8429752,0.8553719,0.8512397,0.8595041,0.8471074,0.8264463,0.75206614,0.58264464,0.48347107,0.49173555,0.48347107,0.46694216,0.45041323,0.446281,0.446281,0.4338843,0.41735536,0.40495867,0.38016528,0.3553719,0.3429752,0.30991736,0.30991736,0.3181818,0.3140496,0.338843,0.34710744,0.30991736,0.14876033,0.07024793,0.11157025,0.1322314,0.11983471,0.11157025,0.11983471,0.8429752,0.838843,0.8305785,0.8264463,0.8181818,0.80991733,0.7933884,0.75619835,0.71900827,0.6818182,0.6280992,0.59504133,0.56198347,0.5371901,0.5041322,0.49173555,0.47933885,0.5082645,0.5165289,0.54545456,0.5785124,0.6280992,0.6942149,0.73966944,0.7768595,0.7933884,0.8181818,0.8305785,0.8347107,0.8429752,0.8512397,0.8553719,0.8512397,0.8471074,0.8264463,0.77272725,0.62396693,0.5,0.5123967,0.5371901,0.5206612,0.4876033,0.46280992,0.44214877,0.45867768,0.43801653,0.4338843,0.42561984,0.40495867,0.3966942,0.38016528,0.38429752,0.37603307,0.3553719,0.37603307,0.3677686,0.3429752,0.19421488,0.0661157,0.11570248,0.12809917,0.1322314,0.11570248,0.1322314,0.8429752,0.838843,0.838843,0.8347107,0.8264463,0.8181818,0.79752064,0.7644628,0.72727275,0.6942149,0.661157,0.6280992,0.60330576,0.58264464,0.56198347,0.553719,0.553719,0.57438016,0.5785124,0.607438,0.6652893,0.72727275,0.78099173,0.79752064,0.8140496,0.8264463,0.8347107,0.838843,0.8429752,0.8429752,0.8553719,0.8512397,0.8553719,0.8512397,0.838843,0.7892562,0.6528926,0.5123967,0.5082645,0.56198347,0.5785124,0.5495868,0.5,0.47107437,0.47107437,0.45041323,0.45454547,0.43801653,0.42975205,0.42561984,0.42561984,0.42975205,0.4214876,0.4090909,0.41322315,0.40082645,0.3677686,0.24380165,0.07024793,0.12809917,0.11157025,0.13636364,0.12809917,0.13636364,0.8429752,0.8429752,0.8429752,0.838843,0.8347107,0.8264463,0.8181818,0.79752064,0.77272725,0.76033056,0.75619835,0.73140496,0.71900827,0.6942149,0.661157,0.6363636,0.6280992,0.6280992,0.6487603,0.6859504,0.75206614,0.8057851,0.8181818,0.8305785,0.8347107,0.838843,0.8429752,0.8429752,0.8471074,0.8471074,0.8512397,0.8512397,0.8512397,0.8512397,0.838843,0.79752064,0.6818182,0.5289256,0.5123967,0.5413223,0.59917355,0.61157024,0.57024795,0.5289256,0.5041322,0.49173555,0.49173555,0.47107437,0.46694216,0.46280992,0.47107437,0.47933885,0.48347107,0.4752066,0.45867768,0.44214877,0.39256197,0.27272728,0.11570248,0.10743801,0.10743801,0.1322314,0.12809917,0.11983471,0.8429752,0.8429752,0.838843,0.838843,0.8471074,0.838843,0.8305785,0.822314,0.80991733,0.8057851,0.79752064,0.78099173,0.77272725,0.75206614,0.72727275,0.70247936,0.6942149,0.7066116,0.73140496,0.77272725,0.80991733,0.8347107,0.8347107,0.838843,0.8471074,0.8512397,0.8429752,0.8512397,0.8512397,0.8471074,0.8512397,0.8512397,0.8512397,0.8471074,0.8429752,0.80991733,0.71900827,0.5661157,0.5123967,0.5247934,0.59917355,0.6446281,0.6322314,0.61157024,0.58264464,0.55785125,0.5661157,0.5371901,0.5289256,0.5289256,0.5371901,0.5413223,0.54545456,0.5289256,0.5041322,0.48347107,0.42975205,0.30991736,0.1322314,0.10330579,0.11157025,0.1322314,0.1322314,0.11983471,0.8429752,0.838843,0.8347107,0.838843,0.838843,0.8347107,0.838843,0.8347107,0.8305785,0.8305785,0.822314,0.8140496,0.8057851,0.7933884,0.78099173,0.76859504,0.76859504,0.78099173,0.7933884,0.8140496,0.822314,0.8305785,0.838843,0.838843,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.8512397,0.8347107,0.80991733,0.74793386,0.607438,0.5206612,0.5165289,0.57438016,0.6322314,0.661157,0.6652893,0.6570248,0.6487603,0.6363636,0.6404959,0.61570245,0.6198347,0.61570245,0.6198347,0.59504133,0.58677685,0.5495868,0.5123967,0.45041323,0.33471075,0.1446281,0.10330579,0.09917355,0.1322314,0.14876033,0.13636364,0.8429752,0.838843,0.838843,0.838843,0.838843,0.8429752,0.838843,0.838843,0.8305785,0.8347107,0.8305785,0.8264463,0.822314,0.8181818,0.8057851,0.8057851,0.80991733,0.8057851,0.8140496,0.8181818,0.8264463,0.8305785,0.8305785,0.8347107,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.8429752,0.8471074,0.8512397,0.8471074,0.8512397,0.8429752,0.80991733,0.77272725,0.677686,0.5495868,0.5082645,0.54545456,0.607438,0.6322314,0.6694215,0.677686,0.69008267,0.6859504,0.69008267,0.6735537,0.6818182,0.661157,0.6404959,0.61570245,0.59504133,0.56198347,0.53305787,0.4752066,0.3553719,0.16115703,0.09917355,0.10330579,0.13636364,0.1446281,0.12809917,0.8429752,0.838843,0.8305785,0.8347107,0.8347107,0.8347107,0.838843,0.8429752,0.8347107,0.8347107,0.8347107,0.8305785,0.822314,0.822314,0.8181818,0.8181818,0.8181818,0.80991733,0.8016529,0.8181818,0.8181818,0.8181818,0.822314,0.8305785,0.838843,0.8429752,0.8429752,0.8429752,0.8429752,0.8471074,0.8471074,0.8471074,0.8512397,0.8553719,0.8347107,0.8140496,0.7933884,0.73966944,0.62396693,0.5123967,0.5206612,0.59090906,0.6280992,0.661157,0.6859504,0.6983471,0.7066116,0.6942149,0.6983471,0.6859504,0.6735537,0.6570248,0.6363636,0.60330576,0.5785124,0.5495868,0.5,0.37190083,0.1694215,0.10330579,0.10330579,0.13636364,0.14049587,0.13636364,0.838843,0.8429752,0.8305785,0.8264463,0.8347107,0.8347107,0.838843,0.838843,0.8347107,0.8347107,0.8305785,0.8305785,0.8264463,0.8264463,0.822314,0.8140496,0.8057851,0.79752064,0.7933884,0.8016529,0.79752064,0.8057851,0.80991733,0.8181818,0.8347107,0.838843,0.8429752,0.8429752,0.8471074,0.8471074,0.8553719,0.8553719,0.8512397,0.8512397,0.838843,0.80991733,0.8016529,0.76859504,0.6859504,0.5495868,0.5082645,0.5661157,0.6198347,0.6528926,0.6818182,0.69008267,0.6942149,0.6859504,0.6942149,0.6818182,0.6652893,0.6528926,0.6404959,0.61157024,0.57438016,0.5495868,0.5,0.38016528,0.1694215,0.09917355,0.11157025,0.12396694,0.14049587,0.1322314,0.838843,0.838843,0.8347107,0.8264463,0.8305785,0.8347107,0.8347107,0.838843,0.8305785,0.8305785,0.8347107,0.8347107,0.8264463,0.8305785,0.8181818,0.8057851,0.78512394,0.7768595,0.7768595,0.7768595,0.77272725,0.78099173,0.78099173,0.8057851,0.8305785,0.838843,0.838843,0.838843,0.8429752,0.8553719,0.8553719,0.8553719,0.8512397,0.8471074,0.8305785,0.8057851,0.7892562,0.76859504,0.70247936,0.58677685,0.5082645,0.5495868,0.58264464,0.6280992,0.6652893,0.6818182,0.69008267,0.6859504,0.6818182,0.6694215,0.6652893,0.6487603,0.6363636,0.607438,0.57024795,0.54545456,0.49173555,0.37190083,0.15289256,0.09504132,0.10330579,0.1322314,0.11983471,0.12809917,0.8347107,0.838843,0.8347107,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.8347107,0.8305785,0.8347107,0.8347107,0.8305785,0.8264463,0.80991733,0.7892562,0.74380165,0.72727275,0.74380165,0.75206614,0.74793386,0.7355372,0.73966944,0.7892562,0.822314,0.8429752,0.838843,0.8429752,0.8471074,0.8429752,0.8553719,0.8512397,0.8429752,0.8347107,0.822314,0.7933884,0.7768595,0.75619835,0.69008267,0.5785124,0.5123967,0.5371901,0.57024795,0.6198347,0.6528926,0.6652893,0.677686,0.677686,0.6735537,0.661157,0.6652893,0.6404959,0.6198347,0.59090906,0.56198347,0.5371901,0.5,0.3305785,0.14049587,0.09917355,0.12396694,0.1322314,0.10743801,0.11983471,0.838843,0.8347107,0.838843,0.8305785,0.8305785,0.8305785,0.8305785,0.822314,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.8181818,0.8016529,0.76859504,0.71487606,0.6859504,0.7066116,0.72727275,0.7107438,0.70247936,0.71487606,0.76033056,0.8264463,0.838843,0.8429752,0.8429752,0.8429752,0.8305785,0.8347107,0.838843,0.8305785,0.8181818,0.7933884,0.76859504,0.75206614,0.71487606,0.6280992,0.5413223,0.5,0.5247934,0.55785125,0.60330576,0.6280992,0.6446281,0.6570248,0.6652893,0.661157,0.661157,0.6528926,0.6198347,0.60330576,0.58264464,0.553719,0.53305787,0.46694216,0.2892562,0.10743801,0.09504132,0.1322314,0.1322314,0.10743801,0.12809917,0.8347107,0.8347107,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.8264463,0.822314,0.822314,0.8181818,0.8057851,0.79752064,0.76033056,0.72727275,0.6983471,0.6983471,0.6983471,0.6859504,0.6859504,0.6818182,0.73966944,0.822314,0.8471074,0.838843,0.838843,0.822314,0.8016529,0.78099173,0.7933884,0.7933884,0.78099173,0.75619835,0.71900827,0.7066116,0.6446281,0.5495868,0.49586776,0.5,0.5206612,0.54545456,0.58264464,0.607438,0.6198347,0.6363636,0.6570248,0.6570248,0.6487603,0.6280992,0.61157024,0.58677685,0.57024795,0.54545456,0.5165289,0.42561984,0.23140496,0.09090909,0.09917355,0.13636364,0.12809917,0.11983471,0.1322314,0.8305785,0.8305785,0.8347107,0.822314,0.822314,0.8264463,0.8305785,0.8264463,0.8264463,0.8264463,0.8140496,0.80991733,0.8057851,0.8016529,0.78512394,0.76033056,0.74380165,0.7066116,0.69008267,0.6859504,0.677686,0.6859504,0.6942149,0.7066116,0.8016529,0.8347107,0.822314,0.7933884,0.75206614,0.70247936,0.661157,0.73140496,0.7768595,0.76033056,0.7066116,0.6528926,0.6198347,0.553719,0.47933885,0.4752066,0.49586776,0.5165289,0.5289256,0.5661157,0.59504133,0.60330576,0.6280992,0.6446281,0.6404959,0.62396693,0.59917355,0.58677685,0.5785124,0.5661157,0.5371901,0.49586776,0.37190083,0.1570248,0.08677686,0.11157025,0.14049587,0.12809917,0.12396694,0.12396694,0.8264463,0.8347107,0.8347107,0.8264463,0.8264463,0.8264463,0.8305785,0.8305785,0.8181818,0.822314,0.80991733,0.8057851,0.7933884,0.7892562,0.76859504,0.74793386,0.73140496,0.6983471,0.6735537,0.6652893,0.6818182,0.7107438,0.72727275,0.7231405,0.7644628,0.79752064,0.7644628,0.6694215,0.55785125,0.49586776,0.5,0.607438,0.75619835,0.7355372,0.6528926,0.57438016,0.53305787,0.47107437,0.4338843,0.46280992,0.49586776,0.5123967,0.5082645,0.553719,0.57024795,0.59504133,0.61157024,0.61570245,0.61570245,0.607438,0.59504133,0.58264464,0.57024795,0.54545456,0.5206612,0.46280992,0.30578512,0.10330579,0.09504132,0.11570248,0.14876033,0.11570248,0.12396694,0.14876033,0.822314,0.8264463,0.8264463,0.822314,0.8264463,0.8305785,0.8264463,0.8264463,0.8140496,0.8140496,0.8016529,0.79752064,0.7892562,0.7768595,0.75206614,0.73966944,0.7107438,0.6942149,0.6735537,0.6859504,0.71900827,0.75206614,0.77272725,0.77272725,0.7644628,0.76033056,0.71487606,0.61157024,0.5206612,0.5041322,0.55785125,0.60330576,0.6818182,0.6694215,0.5785124,0.5123967,0.46280992,0.40082645,0.4214876,0.47107437,0.5041322,0.5082645,0.5041322,0.5247934,0.553719,0.57024795,0.59090906,0.60330576,0.59917355,0.59090906,0.59090906,0.57438016,0.56198347,0.5371901,0.49586776,0.42561984,0.23553719,0.07438017,0.10743801,0.12396694,0.14049587,0.11157025,0.12396694,0.16115703,0.822314,0.822314,0.822314,0.8305785,0.8264463,0.822314,0.8181818,0.80991733,0.8057851,0.8016529,0.7892562,0.78099173,0.77272725,0.7644628,0.74380165,0.71900827,0.6983471,0.6818182,0.6859504,0.72727275,0.75619835,0.78099173,0.7933884,0.8016529,0.79752064,0.78099173,0.74380165,0.69008267,0.6528926,0.6487603,0.6446281,0.6363636,0.6322314,0.59090906,0.5206612,0.4752066,0.41735536,0.3966942,0.45454547,0.5082645,0.5123967,0.5082645,0.5041322,0.5165289,0.5289256,0.55785125,0.5785124,0.5785124,0.5785124,0.57024795,0.5785124,0.57024795,0.5495868,0.5206612,0.47933885,0.36363637,0.16528925,0.08264463,0.09090909,0.12396694,0.11570248,0.10330579,0.12809917,0.16115703,0.822314,0.822314,0.822314,0.8264463,0.822314,0.822314,0.8181818,0.8057851,0.8016529,0.7933884,0.7892562,0.77272725,0.7644628,0.74380165,0.7231405,0.7066116,0.70247936,0.70247936,0.71900827,0.76033056,0.78099173,0.79752064,0.80991733,0.8181818,0.822314,0.8140496,0.8016529,0.7644628,0.74380165,0.71487606,0.6735537,0.607438,0.55785125,0.5206612,0.49173555,0.45867768,0.42975205,0.43801653,0.48347107,0.5289256,0.5206612,0.5206612,0.5082645,0.5206612,0.5206612,0.5413223,0.553719,0.56198347,0.57438016,0.5661157,0.55785125,0.55785125,0.53305787,0.49586776,0.45041323,0.29752067,0.11157025,0.08264463,0.11570248,0.11570248,0.08677686,0.09090909,0.11983471,0.1446281,0.822314,0.8264463,0.822314,0.8264463,0.8264463,0.8181818,0.8181818,0.8016529,0.79752064,0.78512394,0.78512394,0.76033056,0.74380165,0.72727275,0.7107438,0.70247936,0.71900827,0.74380165,0.7644628,0.78512394,0.79752064,0.80991733,0.822314,0.8305785,0.8305785,0.8264463,0.8181818,0.8016529,0.7892562,0.75619835,0.6859504,0.57438016,0.5165289,0.5082645,0.5123967,0.48347107,0.4752066,0.4876033,0.5,0.5206612,0.5206612,0.5289256,0.5165289,0.5247934,0.5247934,0.54545456,0.5371901,0.55785125,0.56198347,0.55785125,0.5495868,0.5371901,0.5206612,0.46694216,0.4214876,0.2231405,0.08677686,0.08264463,0.11570248,0.10330579,0.07438017,0.09504132,0.12809917,0.1322314,0.8181818,0.8264463,0.8181818,0.8181818,0.822314,0.822314,0.8140496,0.8057851,0.7933884,0.78099173,0.7768595,0.75206614,0.73966944,0.73140496,0.71900827,0.72727275,0.74793386,0.76859504,0.78512394,0.7933884,0.8140496,0.8181818,0.8305785,0.8264463,0.8264463,0.8305785,0.822314,0.80991733,0.79752064,0.77272725,0.6859504,0.5785124,0.5289256,0.5371901,0.5495868,0.5206612,0.5123967,0.5206612,0.5206612,0.5206612,0.5165289,0.5247934,0.5247934,0.5289256,0.5371901,0.5495868,0.54545456,0.55785125,0.553719,0.54545456,0.5371901,0.5206612,0.49173555,0.46280992,0.36363637,0.14876033,0.0785124,0.09917355,0.10330579,0.09090909,0.0785124,0.08677686,0.1322314,0.13636364,0.8181818,0.822314,0.8181818,0.822314,0.8140496,0.8140496,0.8140496,0.8057851,0.7933884,0.78099173,0.76859504,0.75206614,0.73966944,0.7355372,0.73966944,0.76033056,0.77272725,0.78512394,0.7933884,0.8057851,0.8181818,0.8264463,0.8305785,0.8264463,0.8264463,0.8305785,0.822314,0.8057851,0.7933884,0.7768595,0.6983471,0.607438,0.5661157,0.57438016,0.5661157,0.5371901,0.53305787,0.53305787,0.53305787,0.5247934,0.5247934,0.5289256,0.5289256,0.5289256,0.5371901,0.54545456,0.55785125,0.56198347,0.54545456,0.5289256,0.5289256,0.5082645,0.48347107,0.45041323,0.29338843,0.09917355,0.08264463,0.10330579,0.09090909,0.08677686,0.09504132,0.08677686,0.1322314,0.13636364,0.822314,0.822314,0.822314,0.8181818,0.8181818,0.8181818,0.80991733,0.8016529,0.7892562,0.7768595,0.76859504,0.75619835,0.74380165,0.74380165,0.7644628,0.78099173,0.7892562,0.8016529,0.80991733,0.822314,0.822314,0.8264463,0.8305785,0.8264463,0.8305785,0.8264463,0.8181818,0.8140496,0.79752064,0.79752064,0.74380165,0.6652893,0.6446281,0.6322314,0.6280992,0.58264464,0.54545456,0.54545456,0.54545456,0.53305787,0.53305787,0.5371901,0.5413223,0.53305787,0.5413223,0.54545456,0.55785125,0.56198347,0.5371901,0.5165289,0.5165289,0.49586776,0.4752066,0.4214876,0.21900827,0.06198347,0.09090909,0.09917355,0.08677686,0.08677686,0.09917355,0.10743801,0.12396694,0.14876033,0.822314,0.822314,0.8181818,0.8140496,0.8140496,0.822314,0.80991733,0.79752064,0.78512394,0.7768595,0.77272725,0.7644628,0.74380165,0.76033056,0.78099173,0.7892562,0.79752064,0.8057851,0.822314,0.8305785,0.8264463,0.8264463,0.8305785,0.8264463,0.8264463,0.8140496,0.7933884,0.77272725,0.75206614,0.72727275,0.6983471,0.677686,0.6818182,0.6735537,0.6322314,0.5785124,0.5289256,0.5289256,0.5289256,0.53305787,0.5247934,0.5371901,0.5371901,0.53305787,0.53305787,0.53305787,0.5495868,0.5413223,0.5206612,0.5123967,0.5082645,0.48347107,0.46280992,0.3677686,0.1570248,0.06198347,0.10743801,0.09090909,0.0785124,0.08677686,0.11157025,0.11157025,0.1446281,0.13636364,0.8181818,0.8181818,0.8140496,0.8140496,0.8140496,0.8140496,0.8057851,0.7892562,0.7892562,0.78099173,0.77272725,0.7644628,0.7644628,0.78512394,0.7892562,0.7892562,0.7933884,0.8016529,0.8140496,0.822314,0.8181818,0.822314,0.8057851,0.78099173,0.75206614,0.7107438,0.6735537,0.6404959,0.59917355,0.57438016,0.57024795,0.57438016,0.59504133,0.57438016,0.5082645,0.48347107,0.45454547,0.46280992,0.45867768,0.48347107,0.5165289,0.5206612,0.5206612,0.5289256,0.53305787,0.5289256,0.5371901,0.5082645,0.5123967,0.5082645,0.5,0.4752066,0.44214877,0.30991736,0.10743801,0.0661157,0.10330579,0.08264463,0.08677686,0.09917355,0.12809917,0.10743801,0.14049587,0.1322314,0.8181818,0.8181818,0.8140496,0.8140496,0.8140496,0.8140496,0.79752064,0.7933884,0.7892562,0.7933884,0.78512394,0.76859504,0.7768595,0.7933884,0.7892562,0.76859504,0.76033056,0.75619835,0.7644628,0.77272725,0.76859504,0.7355372,0.6818182,0.62396693,0.5785124,0.55785125,0.5413223,0.5413223,0.49586776,0.4752066,0.46694216,0.45867768,0.45454547,0.4338843,0.40495867,0.40082645,0.39256197,0.38842976,0.38016528,0.38842976,0.42561984,0.47933885,0.5041322,0.5123967,0.5247934,0.5289256,0.5289256,0.5123967,0.5123967,0.5165289,0.4876033,0.46694216,0.42561984,0.25619835,0.09090909,0.07438017,0.09917355,0.07438017,0.08677686,0.11570248,0.12396694,0.1322314,0.11983471,0.12396694,0.8140496,0.8181818,0.8181818,0.80991733,0.80991733,0.8140496,0.8016529,0.79752064,0.8016529,0.8057851,0.7933884,0.78512394,0.78512394,0.78512394,0.7644628,0.7066116,0.6528926,0.607438,0.59917355,0.607438,0.59917355,0.553719,0.5041322,0.47107437,0.48347107,0.47107437,0.4752066,0.48347107,0.48347107,0.446281,0.41735536,0.41735536,0.4214876,0.4090909,0.38016528,0.39256197,0.36363637,0.33471075,0.32231405,0.32231405,0.338843,0.39256197,0.446281,0.49173555,0.5247934,0.5371901,0.53305787,0.5165289,0.5165289,0.5082645,0.47933885,0.45867768,0.38842976,0.20247933,0.0785124,0.09090909,0.08264463,0.09504132,0.10330579,0.11983471,0.11983471,0.11983471,0.10330579,0.11983471,0.80991733,0.80991733,0.8140496,0.80991733,0.80991733,0.8140496,0.8181818,0.8057851,0.80991733,0.8140496,0.79752064,0.78512394,0.78099173,0.75206614,0.6983471,0.607438,0.5123967,0.4214876,0.38429752,0.38842976,0.4214876,0.4338843,0.40495867,0.43801653,0.48347107,0.48347107,0.5041322,0.54545456,0.57438016,0.5247934,0.4752066,0.4752066,0.5082645,0.5082645,0.45454547,0.4214876,0.37190083,0.3140496,0.2644628,0.26859504,0.27272728,0.28512397,0.38429752,0.46280992,0.5247934,0.5371901,0.5289256,0.5247934,0.5165289,0.5082645,0.47107437,0.44214877,0.3429752,0.1570248,0.0785124,0.08677686,0.08677686,0.10330579,0.11570248,0.11157025,0.11570248,0.11157025,0.10330579,0.11983471,0.8057851,0.8057851,0.8181818,0.80991733,0.80991733,0.8057851,0.8140496,0.8181818,0.8181818,0.8140496,0.8016529,0.78512394,0.7644628,0.7107438,0.661157,0.59090906,0.5206612,0.40082645,0.3140496,0.29338843,0.3677686,0.42975205,0.40495867,0.45867768,0.53305787,0.5289256,0.553719,0.6322314,0.6528926,0.61570245,0.5413223,0.53305787,0.58264464,0.58264464,0.5041322,0.45867768,0.38842976,0.30578512,0.2107438,0.18181819,0.21487603,0.25619835,0.35950413,0.45867768,0.5165289,0.5289256,0.5289256,0.5247934,0.5247934,0.49173555,0.4752066,0.41735536,0.29338843,0.11157025,0.09090909,0.09917355,0.09090909,0.11157025,0.11157025,0.10743801,0.11157025,0.11157025,0.09504132,0.13636364,0.8140496,0.8057851,0.80991733,0.80991733,0.80991733,0.8057851,0.8140496,0.822314,0.8140496,0.8140496,0.8016529,0.7892562,0.74793386,0.6983471,0.6818182,0.6818182,0.69008267,0.6198347,0.5206612,0.49173555,0.5289256,0.553719,0.5247934,0.53305787,0.54545456,0.5165289,0.5289256,0.61570245,0.61570245,0.59090906,0.5247934,0.5165289,0.54545456,0.5289256,0.46280992,0.39256197,0.3429752,0.2768595,0.23553719,0.23553719,0.28099173,0.35123968,0.42975205,0.48347107,0.5123967,0.5247934,0.5371901,0.5289256,0.5123967,0.4752066,0.45041323,0.3966942,0.21900827,0.08677686,0.08677686,0.10743801,0.11157025,0.11983471,0.10330579,0.09917355,0.11157025,0.10743801,0.10330579,0.12809917,0.8057851,0.8057851,0.8140496,0.8057851,0.80991733,0.80991733,0.8140496,0.8140496,0.8181818,0.80991733,0.79752064,0.78512394,0.74380165,0.7231405,0.73140496,0.75619835,0.76859504,0.76859504,0.72727275,0.6983471,0.7107438,0.7107438,0.7066116,0.677686,0.661157,0.607438,0.55785125,0.54545456,0.5247934,0.5,0.46280992,0.446281,0.46694216,0.446281,0.42975205,0.38016528,0.38429752,0.36363637,0.35950413,0.36363637,0.38429752,0.446281,0.4876033,0.5,0.5206612,0.5206612,0.5413223,0.5247934,0.49586776,0.46694216,0.44214877,0.34710744,0.1570248,0.07024793,0.0785124,0.12396694,0.11983471,0.11157025,0.10330579,0.11157025,0.11570248,0.10743801,0.11157025,0.12396694,0.8016529,0.8057851,0.8057851,0.8016529,0.8057851,0.80991733,0.80991733,0.80991733,0.8181818,0.8057851,0.7933884,0.76859504,0.74380165,0.74793386,0.7644628,0.78512394,0.7892562,0.79752064,0.7892562,0.76859504,0.74793386,0.7355372,0.73966944,0.74380165,0.75206614,0.7231405,0.6487603,0.59504133,0.553719,0.553719,0.5289256,0.5123967,0.5247934,0.5165289,0.5082645,0.47933885,0.46280992,0.43801653,0.4214876,0.40495867,0.4338843,0.47933885,0.5123967,0.5165289,0.5082645,0.5165289,0.5247934,0.5041322,0.47933885,0.446281,0.41322315,0.2603306,0.10330579,0.07438017,0.09090909,0.13636364,0.12809917,0.10743801,0.10743801,0.11157025,0.12396694,0.11570248,0.12809917,0.11570248,0.79752064,0.8016529,0.7933884,0.8016529,0.8016529,0.8016529,0.8016529,0.79752064,0.8057851,0.7892562,0.77272725,0.76033056,0.75619835,0.7644628,0.78512394,0.7933884,0.8016529,0.8016529,0.79752064,0.78512394,0.75619835,0.73140496,0.7066116,0.71487606,0.7231405,0.71900827,0.6528926,0.607438,0.57438016,0.57438016,0.553719,0.5495868,0.54545456,0.5495868,0.5413223,0.5206612,0.4752066,0.42975205,0.4090909,0.4214876,0.45454547,0.5,0.5247934,0.5206612,0.5082645,0.5041322,0.5041322,0.48347107,0.45867768,0.42561984,0.34710744,0.16115703,0.0661157,0.09504132,0.11570248,0.11570248,0.12809917,0.11570248,0.11570248,0.11983471,0.13636364,0.12396694,0.12396694,0.11157025,0.7892562,0.7892562,0.7933884,0.7933884,0.7933884,0.79752064,0.7892562,0.7892562,0.7892562,0.78099173,0.7644628,0.76033056,0.76033056,0.76859504,0.78512394,0.79752064,0.7892562,0.8016529,0.7892562,0.77272725,0.74793386,0.71487606,0.6859504,0.661157,0.6528926,0.6322314,0.59917355,0.56198347,0.5371901,0.53305787,0.5206612,0.5,0.5041322,0.5041322,0.49586776,0.47107437,0.4214876,0.40495867,0.41735536,0.42975205,0.4752066,0.5123967,0.5206612,0.5041322,0.5041322,0.49586776,0.48347107,0.45867768,0.43801653,0.39256197,0.26859504,0.09504132,0.07024793,0.11157025,0.12809917,0.09917355,0.11157025,0.13636364,0.11570248,0.12809917,0.16115703,0.12809917,0.12396694,0.10330579,0.7768595,0.78099173,0.7892562,0.7892562,0.7892562,0.78512394,0.7892562,0.78512394,0.7892562,0.77272725,0.7644628,0.75206614,0.76033056,0.7768595,0.78512394,0.78512394,0.78512394,0.7768595,0.76859504,0.73966944,0.71900827,0.70247936,0.6652893,0.6528926,0.60330576,0.5785124,0.53305787,0.5123967,0.49173555,0.49173555,0.4752066,0.47107437,0.46694216,0.46280992,0.44214877,0.41735536,0.3966942,0.40495867,0.42975205,0.45867768,0.4876033,0.5123967,0.5041322,0.48347107,0.48347107,0.49173555,0.46694216,0.44214877,0.4214876,0.338843,0.18181819,0.07438017,0.0785124,0.11983471,0.10743801,0.10330579,0.11157025,0.12396694,0.1322314,0.1446281,0.1694215,0.12809917,0.11570248,0.10330579,0.76033056,0.76859504,0.78099173,0.7892562,0.7768595,0.7892562,0.78512394,0.78099173,0.78099173,0.77272725,0.7644628,0.75619835,0.75619835,0.77272725,0.78512394,0.78512394,0.77272725,0.76859504,0.76859504,0.74380165,0.7231405,0.70247936,0.6694215,0.6404959,0.59090906,0.553719,0.5082645,0.47933885,0.46694216,0.45454547,0.446281,0.44214877,0.42561984,0.41735536,0.4090909,0.40082645,0.40495867,0.4338843,0.45041323,0.4752066,0.49173555,0.5041322,0.49173555,0.47933885,0.4752066,0.4752066,0.446281,0.42975205,0.38429752,0.24380165,0.10330579,0.08677686,0.09504132,0.12396694,0.09504132,0.10330579,0.11983471,0.11983471,0.12809917,0.1570248,0.15289256,0.14049587,0.11983471,0.10330579,0.73966944,0.7644628,0.77272725,0.7768595,0.78099173,0.7768595,0.7892562,0.78099173,0.78512394,0.78099173,0.77272725,0.76859504,0.77272725,0.7768595,0.78512394,0.7768595,0.77272725,0.77272725,0.7644628,0.74793386,0.73966944,0.7107438,0.677686,0.6404959,0.59090906,0.54545456,0.5082645,0.49173555,0.46694216,0.45454547,0.446281,0.43801653,0.42561984,0.44214877,0.44214877,0.446281,0.446281,0.46280992,0.46694216,0.4752066,0.49173555,0.5,0.49173555,0.48347107,0.4752066,0.45454547,0.44214877,0.41735536,0.29338843,0.14876033,0.09504132,0.08264463,0.11570248,0.10330579,0.09917355,0.10743801,0.12396694,0.11157025,0.11983471,0.15289256,0.14049587,0.1322314,0.11983471,0.11570248,0.69008267,0.7355372,0.75619835,0.76033056,0.78099173,0.7768595,0.78512394,0.78099173,0.7892562,0.7892562,0.7892562,0.7768595,0.78512394,0.7892562,0.78512394,0.78099173,0.7892562,0.78099173,0.7644628,0.75206614,0.73966944,0.71900827,0.6942149,0.661157,0.60330576,0.5661157,0.5371901,0.5082645,0.5041322,0.49586776,0.47933885,0.47933885,0.4752066,0.46694216,0.47933885,0.47933885,0.48347107,0.48347107,0.49586776,0.4876033,0.5,0.5,0.5,0.48347107,0.47107437,0.44214877,0.41735536,0.35123968,0.18595041,0.10330579,0.09090909,0.08677686,0.11983471,0.11983471,0.08264463,0.10743801,0.11983471,0.11157025,0.1322314,0.14876033,0.1446281,0.11570248,0.11983471,0.1322314,0.59917355,0.6735537,0.7231405,0.74380165,0.7644628,0.7644628,0.78099173,0.78099173,0.7892562,0.7933884,0.7892562,0.79752064,0.7933884,0.79752064,0.8016529,0.8016529,0.8057851,0.8057851,0.7768595,0.76859504,0.75206614,0.7355372,0.7107438,0.6818182,0.6404959,0.61157024,0.57438016,0.5495868,0.5413223,0.5247934,0.5165289,0.5082645,0.5123967,0.5123967,0.5165289,0.5165289,0.5165289,0.5206612,0.5206612,0.5123967,0.5247934,0.5206612,0.5,0.48347107,0.45454547,0.42975205,0.3677686,0.2107438,0.11157025,0.10330579,0.09917355,0.09090909,0.11570248,0.11983471,0.09917355,0.11157025,0.11570248,0.11157025,0.13636364,0.1446281,0.1322314,0.12396694,0.12396694,0.12396694,0.4876033,0.57438016,0.6487603,0.6983471,0.73966944,0.74793386,0.7644628,0.7644628,0.7768595,0.7892562,0.7933884,0.79752064,0.8016529,0.8016529,0.8140496,0.8140496,0.8181818,0.8181818,0.8016529,0.7892562,0.78099173,0.76033056,0.74380165,0.7231405,0.6983471,0.69008267,0.661157,0.6322314,0.61157024,0.59090906,0.57024795,0.55785125,0.553719,0.553719,0.55785125,0.5495868,0.54545456,0.5495868,0.54545456,0.5413223,0.5413223,0.53305787,0.5,0.47107437,0.42561984,0.38016528,0.2603306,0.09504132,0.09917355,0.10743801,0.10330579,0.09090909,0.12396694,0.1322314,0.10330579,0.11570248,0.09917355,0.12396694,0.15289256,0.1322314,0.12809917,0.12809917,0.11157025,0.09917355,0.44214877,0.4752066,0.5495868,0.6280992,0.69008267,0.71487606,0.7355372,0.74380165,0.76033056,0.77272725,0.78512394,0.7933884,0.8057851,0.8057851,0.8181818,0.822314,0.822314,0.8181818,0.8140496,0.80991733,0.8016529,0.7933884,0.78099173,0.77272725,0.7644628,0.75619835,0.74380165,0.71900827,0.70247936,0.6735537,0.6404959,0.6322314,0.61157024,0.607438,0.607438,0.59917355,0.59090906,0.58264464,0.57438016,0.56198347,0.553719,0.5289256,0.49173555,0.44214877,0.38016528,0.26859504,0.13636364,0.07438017,0.09917355,0.11157025,0.10330579,0.09504132,0.1322314,0.14049587,0.12809917,0.10330579,0.10330579,0.12809917,0.15289256,0.1322314,0.12396694,0.11157025,0.09504132,0.09917355,0.44214877,0.4338843,0.45454547,0.5247934,0.607438,0.6528926,0.677686,0.7107438,0.72727275,0.74793386,0.76033056,0.77272725,0.7933884,0.79752064,0.8140496,0.8181818,0.822314,0.822314,0.8140496,0.8140496,0.8181818,0.8140496,0.79752064,0.79752064,0.7933884,0.78512394,0.76859504,0.75619835,0.73966944,0.7231405,0.6942149,0.6818182,0.677686,0.6652893,0.6528926,0.6404959,0.6198347,0.61157024,0.59090906,0.5661157,0.5371901,0.5082645,0.45867768,0.38429752,0.28512397,0.15289256,0.0785124,0.09090909,0.10330579,0.10743801,0.11157025,0.10743801,0.13636364,0.15289256,0.11157025,0.09917355,0.10743801,0.1322314,0.14049587,0.1322314,0.12396694,0.09917355,0.08264463,0.10330579,0.44214877,0.43801653,0.4338843,0.446281,0.5,0.56198347,0.60330576,0.6404959,0.6818182,0.7066116,0.7355372,0.75206614,0.76859504,0.78512394,0.8140496,0.80991733,0.8140496,0.8140496,0.8140496,0.80991733,0.8140496,0.8140496,0.8057851,0.79752064,0.7892562,0.7768595,0.75619835,0.7355372,0.71900827,0.71487606,0.6942149,0.69008267,0.69008267,0.6818182,0.6570248,0.6570248,0.62396693,0.59917355,0.58264464,0.55785125,0.5247934,0.47933885,0.3966942,0.30165288,0.18595041,0.10743801,0.08264463,0.09917355,0.09917355,0.11157025,0.11157025,0.11570248,0.1446281,0.14049587,0.10743801,0.09504132,0.11983471,0.13636364,0.13636364,0.12396694,0.1322314,0.09504132,0.0785124,0.10330579,0.45454547,0.4338843,0.4338843,0.42975205,0.44214877,0.47107437,0.5165289,0.553719,0.607438,0.6446281,0.6818182,0.7066116,0.73140496,0.74793386,0.78099173,0.8016529,0.8057851,0.8016529,0.79752064,0.79752064,0.79752064,0.8016529,0.78512394,0.7768595,0.7644628,0.74793386,0.71900827,0.6983471,0.6859504,0.6694215,0.6652893,0.6652893,0.6735537,0.661157,0.6487603,0.6322314,0.60330576,0.57438016,0.553719,0.5371901,0.49173555,0.41735536,0.29338843,0.21900827,0.14876033,0.09504132,0.09090909,0.10330579,0.10743801,0.12396694,0.12396694,0.12396694,0.12396694,0.1322314,0.11157025,0.09504132,0.12396694,0.14876033,0.13636364,0.1322314,0.13636364,0.10743801,0.08264463,0.12809917,7 +0.2603306,0.35123968,0.43801653,0.553719,0.6487603,0.6942149,0.74793386,0.7892562,0.80991733,0.8305785,0.8264463,0.8264463,0.8305785,0.8305785,0.8347107,0.8305785,0.8305785,0.8347107,0.838843,0.8471074,0.838843,0.8471074,0.8471074,0.8429752,0.8471074,0.8471074,0.8512397,0.8471074,0.8429752,0.838843,0.838843,0.8305785,0.838843,0.8347107,0.8429752,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.8264463,0.80991733,0.8057851,0.8016529,0.7892562,0.78512394,0.77272725,0.74380165,0.6859504,0.6280992,0.5371901,0.4752066,0.3677686,0.32231405,0.34710744,0.30578512,0.24793388,0.16528925,0.16528925,0.20247933,0.20661157,0.21487603,0.2231405,0.2231405,0.30578512,0.37603307,0.47107437,0.59504133,0.6735537,0.72727275,0.76859504,0.8016529,0.8181818,0.822314,0.8264463,0.8264463,0.8305785,0.8305785,0.838843,0.8305785,0.838843,0.838843,0.8347107,0.8429752,0.838843,0.8471074,0.8471074,0.8471074,0.8471074,0.8512397,0.8512397,0.8471074,0.838843,0.8429752,0.8347107,0.838843,0.8347107,0.8347107,0.838843,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8264463,0.822314,0.80991733,0.8016529,0.7933884,0.7892562,0.7892562,0.76859504,0.7355372,0.70247936,0.62396693,0.553719,0.48347107,0.44214877,0.338843,0.3553719,0.32231405,0.28512397,0.18595041,0.1322314,0.16528925,0.18595041,0.2107438,0.23140496,0.3305785,0.41322315,0.5289256,0.6363636,0.6983471,0.75206614,0.77272725,0.80991733,0.822314,0.8264463,0.8264463,0.8305785,0.8264463,0.8347107,0.8347107,0.8347107,0.838843,0.838843,0.838843,0.8429752,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.8429752,0.8512397,0.8471074,0.838843,0.8429752,0.838843,0.838843,0.8347107,0.8347107,0.838843,0.8347107,0.8305785,0.838843,0.8347107,0.8305785,0.8305785,0.8264463,0.8181818,0.8057851,0.78512394,0.78099173,0.7892562,0.77272725,0.75619835,0.73966944,0.6818182,0.6322314,0.5495868,0.5041322,0.4752066,0.38429752,0.338843,0.32231405,0.3181818,0.20661157,0.14049587,0.16115703,0.16115703,0.1694215,0.3677686,0.49173555,0.60330576,0.6818182,0.71900827,0.7644628,0.78512394,0.80991733,0.822314,0.8264463,0.8347107,0.8305785,0.8347107,0.8347107,0.8305785,0.8347107,0.8347107,0.838843,0.838843,0.8429752,0.8429752,0.8429752,0.8429752,0.8429752,0.8429752,0.8429752,0.8347107,0.838843,0.8429752,0.8471074,0.8429752,0.838843,0.8347107,0.8347107,0.838843,0.8347107,0.8347107,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8181818,0.8057851,0.8057851,0.78512394,0.78512394,0.76859504,0.7644628,0.76033056,0.7231405,0.6694215,0.62396693,0.5661157,0.5206612,0.49586776,0.37190083,0.33471075,0.2768595,0.30578512,0.23140496,0.19421488,0.1694215,0.1570248,0.42975205,0.5785124,0.6528926,0.72727275,0.75206614,0.77272725,0.7892562,0.8140496,0.8305785,0.8305785,0.8347107,0.8305785,0.80991733,0.7933884,0.7892562,0.8016529,0.79752064,0.80991733,0.80991733,0.8016529,0.8016529,0.8140496,0.8140496,0.8264463,0.8264463,0.8264463,0.8264463,0.8347107,0.838843,0.838843,0.838843,0.8429752,0.8429752,0.8429752,0.8429752,0.8471074,0.8471074,0.838843,0.8429752,0.8347107,0.8347107,0.822314,0.822314,0.8181818,0.8016529,0.7892562,0.78512394,0.76033056,0.75619835,0.75206614,0.71487606,0.6818182,0.6528926,0.6198347,0.58264464,0.53305787,0.4752066,0.37603307,0.30991736,0.2603306,0.24380165,0.23553719,0.23966943,0.18181819,0.5,0.6280992,0.69008267,0.73140496,0.76033056,0.78512394,0.79752064,0.8140496,0.822314,0.80991733,0.7768595,0.71900827,0.6735537,0.661157,0.677686,0.6983471,0.661157,0.6404959,0.6404959,0.6363636,0.6322314,0.661157,0.70247936,0.70247936,0.74793386,0.77272725,0.7892562,0.79752064,0.8140496,0.8181818,0.822314,0.8305785,0.8429752,0.838843,0.8471074,0.8512397,0.8429752,0.8347107,0.8305785,0.822314,0.8140496,0.80991733,0.79752064,0.7933884,0.76859504,0.7355372,0.69008267,0.6404959,0.59504133,0.59090906,0.57024795,0.5289256,0.5247934,0.5,0.54545456,0.5661157,0.5,0.46694216,0.38429752,0.29752067,0.23966943,0.18181819,0.2107438,0.2603306,0.57438016,0.661157,0.7066116,0.73966944,0.76859504,0.7892562,0.79752064,0.7892562,0.73966944,0.677686,0.6487603,0.61570245,0.58264464,0.5661157,0.5413223,0.5371901,0.5041322,0.5,0.5,0.5206612,0.5247934,0.5206612,0.553719,0.58264464,0.5785124,0.6735537,0.71900827,0.73966944,0.76859504,0.7933884,0.79752064,0.8264463,0.8305785,0.838843,0.838843,0.8305785,0.8264463,0.8140496,0.8057851,0.7892562,0.76859504,0.7355372,0.6859504,0.62396693,0.56198347,0.5123967,0.46694216,0.4214876,0.41322315,0.42561984,0.446281,0.45041323,0.40082645,0.3553719,0.3553719,0.38429752,0.4338843,0.43801653,0.45454547,0.37190083,0.2768595,0.23553719,0.17768595,0.19008264,0.61570245,0.677686,0.71487606,0.74793386,0.76033056,0.78512394,0.74380165,0.70247936,0.6570248,0.661157,0.6694215,0.62396693,0.5661157,0.5371901,0.5206612,0.4752066,0.45454547,0.446281,0.46280992,0.46694216,0.49173555,0.48347107,0.47933885,0.5041322,0.48347107,0.5661157,0.6446281,0.6818182,0.7107438,0.75206614,0.7644628,0.8057851,0.8140496,0.822314,0.8181818,0.80991733,0.79752064,0.78099173,0.73966944,0.73140496,0.6983471,0.607438,0.5,0.43801653,0.39256197,0.40082645,0.41322315,0.38842976,0.3553719,0.35950413,0.38429752,0.4214876,0.45454547,0.45867768,0.4090909,0.3966942,0.37190083,0.30165288,0.3966942,0.4338843,0.3553719,0.26859504,0.20661157,0.19421488,0.6487603,0.6859504,0.71900827,0.74793386,0.76033056,0.70247936,0.6446281,0.6528926,0.677686,0.7107438,0.7231405,0.7231405,0.7066116,0.6818182,0.6446281,0.59504133,0.55785125,0.5206612,0.49586776,0.47933885,0.5,0.5247934,0.5041322,0.49586776,0.5123967,0.5206612,0.59917355,0.6446281,0.69008267,0.7107438,0.74793386,0.79752064,0.8057851,0.8140496,0.8057851,0.76033056,0.76033056,0.71487606,0.661157,0.6528926,0.6198347,0.5247934,0.45041323,0.39256197,0.4214876,0.4214876,0.446281,0.446281,0.43801653,0.47933885,0.49173555,0.5,0.5123967,0.53305787,0.5123967,0.4876033,0.49173555,0.41322315,0.1983471,0.34710744,0.41735536,0.34710744,0.2231405,0.20661157,0.677686,0.70247936,0.73140496,0.75619835,0.71900827,0.6322314,0.677686,0.73966944,0.78099173,0.7933884,0.78099173,0.76033056,0.73140496,0.7355372,0.72727275,0.72727275,0.6942149,0.6983471,0.6570248,0.6363636,0.59090906,0.59917355,0.58677685,0.5785124,0.5785124,0.56198347,0.58264464,0.6363636,0.677686,0.7066116,0.76033056,0.8016529,0.8140496,0.80991733,0.7892562,0.7644628,0.74380165,0.677686,0.61570245,0.59504133,0.5785124,0.55785125,0.5123967,0.5082645,0.5371901,0.5495868,0.56198347,0.59504133,0.6322314,0.6528926,0.6446281,0.6322314,0.6322314,0.6280992,0.61570245,0.59917355,0.56198347,0.54545456,0.38016528,0.17768595,0.38842976,0.4090909,0.2892562,0.13636364,0.6652893,0.7107438,0.7355372,0.7355372,0.677686,0.6694215,0.74380165,0.7892562,0.78099173,0.76859504,0.76859504,0.75619835,0.7231405,0.7107438,0.70247936,0.70247936,0.6942149,0.69008267,0.6859504,0.6735537,0.6528926,0.6446281,0.6404959,0.6363636,0.6404959,0.6280992,0.6198347,0.6446281,0.6859504,0.72727275,0.7768595,0.8057851,0.8181818,0.8181818,0.8057851,0.7644628,0.73966944,0.6694215,0.62396693,0.60330576,0.57438016,0.59090906,0.5785124,0.58264464,0.60330576,0.61157024,0.59917355,0.6280992,0.6487603,0.6570248,0.6446281,0.6446281,0.6322314,0.61157024,0.60330576,0.59504133,0.57438016,0.5413223,0.5,0.2768595,0.2603306,0.42975205,0.34710744,0.2107438,0.6859504,0.7107438,0.73140496,0.71487606,0.6942149,0.7231405,0.77272725,0.7768595,0.7644628,0.73966944,0.72727275,0.7107438,0.6942149,0.6818182,0.677686,0.677686,0.677686,0.6694215,0.6694215,0.6735537,0.6570248,0.6446281,0.6404959,0.6404959,0.6446281,0.6363636,0.6322314,0.6528926,0.6859504,0.74793386,0.7933884,0.8140496,0.822314,0.8264463,0.8140496,0.76859504,0.7231405,0.6487603,0.6280992,0.59917355,0.58264464,0.5785124,0.58677685,0.59090906,0.61157024,0.61570245,0.6198347,0.6363636,0.6446281,0.6487603,0.6404959,0.62396693,0.61157024,0.60330576,0.607438,0.60330576,0.5785124,0.57024795,0.5495868,0.4214876,0.18595041,0.4214876,0.38842976,0.2520661,0.6983471,0.7355372,0.72727275,0.71487606,0.71487606,0.74380165,0.76033056,0.74380165,0.7231405,0.70247936,0.6818182,0.661157,0.6363636,0.6570248,0.6735537,0.69008267,0.69008267,0.6694215,0.6446281,0.61157024,0.59504133,0.607438,0.62396693,0.6280992,0.6363636,0.6363636,0.61157024,0.6363636,0.6818182,0.76859504,0.8140496,0.8264463,0.8264463,0.8347107,0.8181818,0.76859504,0.7107438,0.6404959,0.59504133,0.5785124,0.58264464,0.59090906,0.59090906,0.59090906,0.5785124,0.56198347,0.57024795,0.61157024,0.62396693,0.62396693,0.59504133,0.5495868,0.5371901,0.55785125,0.56198347,0.57438016,0.5413223,0.53305787,0.54545456,0.4876033,0.30991736,0.3677686,0.41735536,0.29338843,0.7066116,0.73966944,0.74793386,0.73966944,0.73966944,0.73966944,0.7355372,0.71900827,0.6983471,0.661157,0.6198347,0.607438,0.6487603,0.71487606,0.73966944,0.75206614,0.75206614,0.73140496,0.7066116,0.6818182,0.61157024,0.56198347,0.55785125,0.59090906,0.60330576,0.6198347,0.59504133,0.553719,0.6280992,0.76859504,0.8305785,0.8347107,0.8347107,0.8429752,0.822314,0.77272725,0.6942149,0.62396693,0.57438016,0.57024795,0.57024795,0.57024795,0.553719,0.5247934,0.5289256,0.56198347,0.58677685,0.6322314,0.6528926,0.6528926,0.6404959,0.58264464,0.5123967,0.4752066,0.46694216,0.5247934,0.5247934,0.5206612,0.5371901,0.5123967,0.42975205,0.37190083,0.4090909,0.34710744,0.71487606,0.74793386,0.75619835,0.76033056,0.75206614,0.73966944,0.71900827,0.6942149,0.6652893,0.59504133,0.6280992,0.69008267,0.7231405,0.73966944,0.72727275,0.69008267,0.6446281,0.6446281,0.59917355,0.59090906,0.59090906,0.58677685,0.5371901,0.5165289,0.553719,0.58264464,0.607438,0.5661157,0.55785125,0.7231405,0.8305785,0.8471074,0.8471074,0.8429752,0.8347107,0.7644628,0.677686,0.59917355,0.54545456,0.55785125,0.553719,0.5289256,0.5041322,0.5165289,0.5371901,0.5371901,0.5165289,0.5206612,0.54545456,0.5041322,0.5206612,0.5082645,0.5082645,0.47933885,0.446281,0.45454547,0.5041322,0.5206612,0.53305787,0.5371901,0.5,0.42975205,0.4090909,0.39256197,0.72727275,0.76033056,0.77272725,0.78512394,0.76859504,0.75619835,0.71900827,0.69008267,0.6570248,0.6446281,0.677686,0.6694215,0.61570245,0.53305787,0.42975205,0.3305785,0.2892562,0.3553719,0.33471075,0.3305785,0.45041323,0.49586776,0.54545456,0.54545456,0.53305787,0.55785125,0.60330576,0.59504133,0.57438016,0.69008267,0.8305785,0.8471074,0.8471074,0.8471074,0.8305785,0.76859504,0.6694215,0.58264464,0.53305787,0.59917355,0.57438016,0.53305787,0.5041322,0.47107437,0.47107437,0.33471075,0.22727273,0.22727273,0.38429752,0.20247933,0.25619835,0.3305785,0.30578512,0.4214876,0.42561984,0.446281,0.4752066,0.5,0.5371901,0.54545456,0.5371901,0.49586776,0.42561984,0.43801653,0.73966944,0.76859504,0.7892562,0.8016529,0.78099173,0.7644628,0.73140496,0.69008267,0.6570248,0.61157024,0.553719,0.4752066,0.40082645,0.45454547,0.33471075,0.2107438,0.18181819,0.21487603,0.2231405,0.24793388,0.5247934,0.45867768,0.446281,0.5123967,0.5495868,0.59917355,0.6570248,0.661157,0.6280992,0.72727275,0.8140496,0.8471074,0.8512397,0.8471074,0.8264463,0.76033056,0.677686,0.59504133,0.58264464,0.677686,0.61570245,0.5123967,0.44214877,0.46280992,0.59090906,0.38842976,0.21487603,0.21900827,0.23140496,0.20247933,0.2520661,0.41322315,0.27272728,0.18181819,0.28099173,0.3677686,0.446281,0.49586776,0.55785125,0.56198347,0.55785125,0.5247934,0.47107437,0.45454547,0.75619835,0.78512394,0.8016529,0.8057851,0.7892562,0.7768595,0.73966944,0.6859504,0.59917355,0.49586776,0.3553719,0.34710744,0.42975205,0.59917355,0.5041322,0.29338843,0.25619835,0.2644628,0.2520661,0.4338843,0.6446281,0.61157024,0.5495868,0.5661157,0.57024795,0.6198347,0.7066116,0.73140496,0.7066116,0.74380165,0.822314,0.8429752,0.8471074,0.8429752,0.8264463,0.76033056,0.6652893,0.6322314,0.60330576,0.6652893,0.6363636,0.60330576,0.54545456,0.5082645,0.55785125,0.54545456,0.38842976,0.38429752,0.36363637,0.29752067,0.41322315,0.5,0.37603307,0.23140496,0.1446281,0.25619835,0.38429752,0.48347107,0.57438016,0.58677685,0.58677685,0.55785125,0.49586776,0.47107437,0.7644628,0.8016529,0.8140496,0.8181818,0.8140496,0.7933884,0.76859504,0.7231405,0.62396693,0.53305787,0.45867768,0.45454547,0.5123967,0.57024795,0.5661157,0.5041322,0.4876033,0.5082645,0.5289256,0.53305787,0.57438016,0.59504133,0.61157024,0.6528926,0.6983471,0.70247936,0.6942149,0.73140496,0.74380165,0.7768595,0.8181818,0.8429752,0.8471074,0.838843,0.8305785,0.7644628,0.6652893,0.6528926,0.6487603,0.6446281,0.661157,0.6528926,0.6446281,0.59090906,0.57024795,0.55785125,0.553719,0.5247934,0.47933885,0.4752066,0.45454547,0.42975205,0.40082645,0.33471075,0.30165288,0.3429752,0.43801653,0.5123967,0.58677685,0.6322314,0.607438,0.58264464,0.5289256,0.49586776,0.76859504,0.8057851,0.8140496,0.8347107,0.8264463,0.8181818,0.8016529,0.7892562,0.73966944,0.69008267,0.6528926,0.6198347,0.59504133,0.59504133,0.553719,0.5123967,0.5247934,0.5413223,0.5165289,0.55785125,0.56198347,0.59090906,0.6446281,0.6570248,0.6818182,0.7066116,0.73140496,0.7644628,0.7768595,0.7933884,0.822314,0.8429752,0.8471074,0.8429752,0.8305785,0.76859504,0.661157,0.6570248,0.6818182,0.661157,0.661157,0.6570248,0.6280992,0.60330576,0.58264464,0.5661157,0.58677685,0.5785124,0.5289256,0.5165289,0.5413223,0.5123967,0.5082645,0.49173555,0.49173555,0.5041322,0.53305787,0.57438016,0.62396693,0.6528926,0.6528926,0.60330576,0.54545456,0.5082645,0.77272725,0.8057851,0.8264463,0.8347107,0.8305785,0.8264463,0.8181818,0.8057851,0.7892562,0.77272725,0.73140496,0.7066116,0.6735537,0.6528926,0.6280992,0.60330576,0.5785124,0.57024795,0.55785125,0.58677685,0.6198347,0.6404959,0.6694215,0.69008267,0.71900827,0.75206614,0.7768595,0.79752064,0.79752064,0.8016529,0.8264463,0.8471074,0.8595041,0.8471074,0.8347107,0.7768595,0.6694215,0.6652893,0.6859504,0.6983471,0.7066116,0.7231405,0.6942149,0.6528926,0.59917355,0.5661157,0.57024795,0.59917355,0.58677685,0.58264464,0.58264464,0.5785124,0.5661157,0.57024795,0.57024795,0.57438016,0.58677685,0.6280992,0.6570248,0.677686,0.6694215,0.62396693,0.54545456,0.5082645,0.7768595,0.8140496,0.8305785,0.8347107,0.8347107,0.8305785,0.8264463,0.822314,0.80991733,0.79752064,0.7644628,0.72727275,0.6942149,0.6570248,0.6404959,0.6280992,0.6280992,0.6280992,0.6322314,0.6735537,0.6942149,0.7107438,0.72727275,0.76033056,0.7933884,0.8057851,0.80991733,0.8140496,0.8057851,0.80991733,0.8347107,0.8512397,0.8553719,0.8512397,0.8347107,0.78099173,0.6859504,0.6694215,0.6859504,0.71487606,0.74380165,0.7644628,0.74793386,0.71900827,0.677686,0.6570248,0.6198347,0.60330576,0.60330576,0.59917355,0.59504133,0.59090906,0.60330576,0.607438,0.6280992,0.6404959,0.6652893,0.677686,0.6859504,0.6983471,0.6859504,0.6404959,0.56198347,0.5041322,0.7768595,0.8140496,0.8305785,0.8347107,0.8347107,0.8305785,0.8347107,0.8305785,0.8264463,0.8181818,0.8016529,0.78512394,0.7768595,0.75206614,0.75206614,0.73966944,0.73140496,0.72727275,0.7231405,0.73140496,0.74380165,0.75619835,0.7933884,0.822314,0.8305785,0.8264463,0.8181818,0.822314,0.8140496,0.8181818,0.8347107,0.8471074,0.8553719,0.8471074,0.838843,0.78099173,0.7107438,0.677686,0.6818182,0.6983471,0.73966944,0.78099173,0.7892562,0.78512394,0.75206614,0.73966944,0.72727275,0.7066116,0.6983471,0.6818182,0.677686,0.6694215,0.6859504,0.69008267,0.7066116,0.71487606,0.7231405,0.71900827,0.7107438,0.7066116,0.6859504,0.661157,0.5785124,0.49586776,0.77272725,0.80991733,0.8305785,0.8347107,0.8347107,0.8305785,0.8347107,0.838843,0.838843,0.838843,0.8264463,0.8264463,0.8181818,0.8140496,0.8140496,0.80991733,0.8016529,0.8016529,0.79752064,0.79752064,0.8016529,0.8181818,0.8347107,0.838843,0.8305785,0.8347107,0.8264463,0.822314,0.8264463,0.8181818,0.8347107,0.8429752,0.8512397,0.8512397,0.838843,0.79752064,0.71900827,0.6818182,0.6735537,0.6942149,0.72727275,0.7768595,0.8057851,0.8181818,0.8016529,0.7892562,0.78512394,0.77272725,0.78099173,0.76859504,0.76033056,0.75206614,0.75619835,0.76859504,0.76859504,0.76859504,0.76033056,0.73966944,0.72727275,0.7066116,0.6818182,0.6735537,0.59504133,0.4752066,0.76859504,0.8057851,0.8264463,0.8347107,0.8305785,0.8264463,0.8347107,0.8429752,0.8471074,0.8471074,0.8471074,0.838843,0.8429752,0.838843,0.838843,0.838843,0.8347107,0.838843,0.8305785,0.8347107,0.838843,0.838843,0.838843,0.838843,0.8347107,0.8347107,0.822314,0.822314,0.822314,0.822314,0.8347107,0.8471074,0.8471074,0.838843,0.8471074,0.8016529,0.73966944,0.6859504,0.6694215,0.677686,0.71900827,0.76859504,0.79752064,0.8181818,0.8264463,0.8181818,0.8140496,0.8140496,0.80991733,0.8140496,0.8057851,0.8057851,0.8057851,0.8057851,0.8016529,0.78512394,0.7768595,0.75619835,0.7355372,0.72727275,0.6942149,0.6652893,0.59090906,0.46694216,0.75619835,0.8057851,0.822314,0.8347107,0.8347107,0.8305785,0.8429752,0.838843,0.8471074,0.8429752,0.8471074,0.8429752,0.8512397,0.8512397,0.8471074,0.8512397,0.8429752,0.8471074,0.8429752,0.838843,0.8429752,0.8471074,0.8429752,0.8347107,0.8347107,0.8305785,0.8264463,0.822314,0.822314,0.8264463,0.8347107,0.8512397,0.8471074,0.838843,0.8347107,0.8140496,0.76033056,0.6983471,0.6694215,0.6735537,0.7107438,0.76033056,0.7933884,0.8057851,0.8181818,0.8264463,0.8264463,0.822314,0.8264463,0.8264463,0.8264463,0.822314,0.822314,0.8140496,0.8016529,0.79752064,0.78512394,0.7644628,0.75206614,0.74380165,0.6942149,0.661157,0.5785124,0.4752066,0.73966944,0.7933884,0.822314,0.8347107,0.8347107,0.8347107,0.838843,0.8429752,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.8512397,0.8512397,0.8471074,0.8471074,0.8471074,0.838843,0.8429752,0.838843,0.838843,0.838843,0.8305785,0.838843,0.8264463,0.8264463,0.8140496,0.822314,0.8347107,0.8471074,0.8512397,0.8512397,0.838843,0.8305785,0.822314,0.7892562,0.72727275,0.677686,0.6487603,0.69008267,0.75206614,0.7933884,0.8140496,0.8181818,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.8140496,0.8057851,0.79752064,0.7892562,0.76033056,0.74380165,0.74793386,0.6983471,0.661157,0.56198347,0.46694216,0.7355372,0.78512394,0.8181818,0.8305785,0.838843,0.8347107,0.8347107,0.838843,0.8429752,0.8429752,0.8512397,0.8429752,0.8512397,0.8512397,0.8553719,0.8512397,0.8512397,0.8429752,0.838843,0.8429752,0.8347107,0.8429752,0.8305785,0.8305785,0.8264463,0.822314,0.8181818,0.80991733,0.8264463,0.8429752,0.8471074,0.8512397,0.8553719,0.8429752,0.8429752,0.8347107,0.8057851,0.74793386,0.6859504,0.6404959,0.6528926,0.74380165,0.7892562,0.8057851,0.8181818,0.8264463,0.8305785,0.8347107,0.8347107,0.8347107,0.8305785,0.8264463,0.8264463,0.80991733,0.8057851,0.8016529,0.7892562,0.7644628,0.73966944,0.73140496,0.69008267,0.661157,0.5495868,0.446281,0.72727275,0.78512394,0.8140496,0.8347107,0.838843,0.838843,0.8429752,0.8347107,0.8429752,0.8471074,0.8471074,0.8471074,0.8512397,0.8512397,0.8512397,0.8471074,0.8471074,0.8264463,0.8181818,0.822314,0.8305785,0.8305785,0.8264463,0.822314,0.8140496,0.8140496,0.8140496,0.8181818,0.8305785,0.8512397,0.8512397,0.8512397,0.8471074,0.8471074,0.8429752,0.8305785,0.8140496,0.74380165,0.6859504,0.6652893,0.6363636,0.7107438,0.78512394,0.79752064,0.8140496,0.8264463,0.8347107,0.8305785,0.8347107,0.8347107,0.8264463,0.822314,0.822314,0.8140496,0.8016529,0.78512394,0.77272725,0.75619835,0.7355372,0.71487606,0.6818182,0.6446281,0.5247934,0.4214876,0.7231405,0.7768595,0.80991733,0.8305785,0.838843,0.8429752,0.8429752,0.8429752,0.838843,0.8429752,0.8471074,0.8429752,0.8471074,0.8512397,0.8512397,0.8512397,0.8429752,0.80991733,0.7768595,0.80991733,0.8264463,0.8305785,0.8181818,0.8016529,0.79752064,0.8181818,0.822314,0.80991733,0.8305785,0.8553719,0.8471074,0.8429752,0.8471074,0.8471074,0.8471074,0.8305785,0.8016529,0.71900827,0.6735537,0.677686,0.677686,0.6942149,0.7644628,0.7933884,0.80991733,0.8264463,0.8305785,0.8264463,0.8305785,0.8305785,0.822314,0.8264463,0.8264463,0.8140496,0.7933884,0.7768595,0.76859504,0.73966944,0.73140496,0.7107438,0.677686,0.6280992,0.48347107,0.3966942,0.7107438,0.76859504,0.8016529,0.822314,0.8347107,0.838843,0.838843,0.8429752,0.838843,0.838843,0.8429752,0.8429752,0.8471074,0.8471074,0.8512397,0.8471074,0.838843,0.8140496,0.7892562,0.80991733,0.8181818,0.8181818,0.8057851,0.76859504,0.78099173,0.8264463,0.8264463,0.8016529,0.7933884,0.8305785,0.838843,0.8305785,0.8305785,0.8347107,0.8347107,0.80991733,0.73966944,0.6570248,0.6280992,0.677686,0.69008267,0.6859504,0.74380165,0.76859504,0.7933884,0.8057851,0.8181818,0.8181818,0.8264463,0.8264463,0.822314,0.822314,0.8181818,0.79752064,0.7892562,0.76859504,0.76033056,0.73140496,0.71487606,0.6942149,0.6570248,0.59917355,0.45454547,0.3677686,0.70247936,0.75619835,0.7892562,0.80991733,0.8305785,0.8264463,0.8347107,0.838843,0.8429752,0.838843,0.838843,0.838843,0.8471074,0.838843,0.8429752,0.8471074,0.8347107,0.8264463,0.80991733,0.8181818,0.8140496,0.8140496,0.8016529,0.73966944,0.76033056,0.822314,0.8264463,0.79752064,0.74380165,0.74380165,0.7933884,0.80991733,0.80991733,0.80991733,0.79752064,0.73966944,0.6404959,0.61570245,0.6446281,0.6735537,0.677686,0.6859504,0.7355372,0.75206614,0.7644628,0.7892562,0.8057851,0.8140496,0.8181818,0.822314,0.8181818,0.8057851,0.8016529,0.78512394,0.78512394,0.7644628,0.75206614,0.72727275,0.6942149,0.6652893,0.6280992,0.5661157,0.4214876,0.36363637,0.6942149,0.74380165,0.78099173,0.79752064,0.822314,0.8264463,0.8305785,0.838843,0.8471074,0.8429752,0.8347107,0.838843,0.838843,0.838843,0.838843,0.838843,0.8264463,0.8264463,0.822314,0.8057851,0.8057851,0.8057851,0.8016529,0.7355372,0.7355372,0.7933884,0.77272725,0.72727275,0.61570245,0.62396693,0.7644628,0.78512394,0.75619835,0.74380165,0.73966944,0.6818182,0.5165289,0.5082645,0.6280992,0.6487603,0.6487603,0.70247936,0.73966944,0.7355372,0.74793386,0.76033056,0.78099173,0.8016529,0.80991733,0.8140496,0.8057851,0.8016529,0.7933884,0.78099173,0.77272725,0.76033056,0.73966944,0.71900827,0.677686,0.6528926,0.607438,0.5289256,0.40495867,0.38429752,0.677686,0.73966944,0.76859504,0.78512394,0.8057851,0.8264463,0.8305785,0.8347107,0.838843,0.8429752,0.838843,0.8347107,0.8305785,0.8347107,0.8347107,0.8264463,0.8181818,0.822314,0.80991733,0.79752064,0.7933884,0.8057851,0.8016529,0.77272725,0.74793386,0.76033056,0.6942149,0.553719,0.40495867,0.43801653,0.6859504,0.73966944,0.6818182,0.6487603,0.6446281,0.5785124,0.38016528,0.338843,0.5371901,0.59090906,0.6280992,0.7355372,0.74380165,0.73140496,0.7355372,0.72727275,0.74793386,0.7768595,0.79752064,0.79752064,0.7933884,0.78099173,0.78512394,0.77272725,0.7644628,0.74793386,0.72727275,0.6942149,0.6528926,0.6280992,0.58677685,0.4876033,0.38429752,0.42561984,0.677686,0.7355372,0.76033056,0.78099173,0.7892562,0.80991733,0.822314,0.8305785,0.8347107,0.8305785,0.8347107,0.8305785,0.822314,0.8264463,0.8264463,0.8181818,0.8140496,0.8140496,0.79752064,0.7933884,0.79752064,0.8016529,0.8181818,0.80991733,0.78512394,0.77272725,0.7355372,0.6198347,0.5495868,0.55785125,0.6198347,0.6694215,0.607438,0.58264464,0.5661157,0.5371901,0.5041322,0.4214876,0.47107437,0.57438016,0.6818182,0.7355372,0.7355372,0.73140496,0.73966944,0.73140496,0.72727275,0.74793386,0.77272725,0.77272725,0.78512394,0.77272725,0.76859504,0.76033056,0.75619835,0.72727275,0.70247936,0.6694215,0.62396693,0.59504133,0.57024795,0.446281,0.38429752,0.46694216,0.677686,0.72727275,0.75619835,0.77272725,0.7768595,0.7933884,0.8057851,0.8264463,0.8305785,0.8264463,0.8305785,0.8264463,0.8140496,0.8140496,0.8057851,0.8016529,0.79752064,0.7933884,0.7892562,0.7892562,0.79752064,0.80991733,0.8305785,0.8264463,0.8181818,0.8181818,0.7933884,0.74793386,0.6983471,0.6694215,0.6322314,0.6280992,0.57024795,0.5371901,0.5495868,0.5661157,0.57024795,0.54545456,0.5661157,0.6446281,0.7066116,0.7355372,0.74380165,0.73966944,0.74793386,0.74380165,0.7231405,0.7231405,0.74793386,0.75206614,0.76033056,0.7644628,0.74793386,0.73966944,0.72727275,0.6983471,0.6694215,0.6404959,0.60330576,0.57438016,0.54545456,0.41322315,0.41322315,0.5247934,0.6694215,0.72727275,0.74793386,0.7644628,0.7768595,0.78512394,0.7933884,0.8140496,0.8264463,0.822314,0.822314,0.8140496,0.8057851,0.8016529,0.7892562,0.78099173,0.7644628,0.77272725,0.7933884,0.79752064,0.8016529,0.822314,0.8305785,0.8305785,0.8305785,0.8347107,0.8264463,0.8057851,0.7933884,0.75619835,0.69008267,0.61157024,0.5661157,0.57024795,0.61570245,0.6280992,0.6404959,0.6694215,0.69008267,0.70247936,0.71900827,0.7355372,0.74380165,0.73140496,0.74793386,0.75619835,0.75206614,0.74380165,0.7355372,0.7355372,0.74380165,0.75619835,0.73140496,0.7355372,0.71900827,0.6818182,0.6322314,0.61157024,0.59090906,0.56198347,0.5247934,0.35950413,0.45041323,0.57438016,0.6735537,0.7231405,0.75206614,0.75619835,0.77272725,0.7768595,0.78512394,0.7933884,0.8181818,0.8181818,0.80991733,0.8016529,0.7933884,0.78512394,0.76033056,0.74793386,0.75206614,0.77272725,0.78512394,0.8016529,0.8181818,0.8264463,0.8305785,0.8305785,0.8347107,0.838843,0.838843,0.8305785,0.8181818,0.79752064,0.73966944,0.6859504,0.6570248,0.6570248,0.6983471,0.7107438,0.71487606,0.7355372,0.7355372,0.7355372,0.71487606,0.72727275,0.73140496,0.71900827,0.73966944,0.74380165,0.75206614,0.75206614,0.74380165,0.74380165,0.7355372,0.73966944,0.7231405,0.71900827,0.6942149,0.6694215,0.61157024,0.59917355,0.5785124,0.5495868,0.5082645,0.3181818,0.41735536,0.5371901,0.6818182,0.7231405,0.75619835,0.7644628,0.76859504,0.77272725,0.77272725,0.7892562,0.8057851,0.8016529,0.8016529,0.7933884,0.7768595,0.75619835,0.70247936,0.7231405,0.76859504,0.7892562,0.8057851,0.8264463,0.8264463,0.8347107,0.8347107,0.8264463,0.8347107,0.838843,0.8347107,0.8264463,0.822314,0.8140496,0.77272725,0.75619835,0.7355372,0.72727275,0.73966944,0.73140496,0.74380165,0.75206614,0.74380165,0.73140496,0.7066116,0.71900827,0.73140496,0.7066116,0.72727275,0.73140496,0.7355372,0.74380165,0.7355372,0.74793386,0.73966944,0.7107438,0.6983471,0.70247936,0.6818182,0.6652893,0.6198347,0.59504133,0.57024795,0.5413223,0.5123967,0.2644628,0.17355372,0.37603307,0.677686,0.71900827,0.75206614,0.7644628,0.7644628,0.7768595,0.77272725,0.7892562,0.79752064,0.7933884,0.79752064,0.7892562,0.7644628,0.7066116,0.6859504,0.74380165,0.7933884,0.8016529,0.8264463,0.8347107,0.8347107,0.8347107,0.838843,0.8347107,0.8347107,0.838843,0.8347107,0.8305785,0.8264463,0.8305785,0.80991733,0.8016529,0.7768595,0.7768595,0.77272725,0.75206614,0.74793386,0.74793386,0.76033056,0.74380165,0.7231405,0.72727275,0.72727275,0.71487606,0.7231405,0.71900827,0.73140496,0.7355372,0.71900827,0.74380165,0.72727275,0.6942149,0.69008267,0.677686,0.677686,0.6528926,0.61157024,0.59917355,0.5661157,0.5371901,0.49586776,0.21487603,0.041322313,0.09917355,0.6570248,0.7231405,0.75206614,0.76033056,0.77272725,0.7644628,0.78099173,0.78512394,0.8016529,0.78512394,0.79752064,0.79752064,0.74793386,0.6859504,0.75206614,0.79752064,0.8016529,0.80991733,0.8305785,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.822314,0.80991733,0.8016529,0.7892562,0.78512394,0.7892562,0.8057851,0.80991733,0.7933884,0.77272725,0.74793386,0.7231405,0.7231405,0.7355372,0.73966944,0.7231405,0.73140496,0.7231405,0.7107438,0.7066116,0.70247936,0.7066116,0.71487606,0.73140496,0.72727275,0.72727275,0.6818182,0.6735537,0.6818182,0.6652893,0.6652893,0.6363636,0.60330576,0.59504133,0.553719,0.53305787,0.47107437,0.17768595,0.041322313,0.07438017,0.6404959,0.70247936,0.75206614,0.76033056,0.77272725,0.76859504,0.7768595,0.78512394,0.7933884,0.7892562,0.8140496,0.8057851,0.75619835,0.73140496,0.7892562,0.8016529,0.8016529,0.8016529,0.80991733,0.8181818,0.80991733,0.79752064,0.77272725,0.75619835,0.7231405,0.70247936,0.69008267,0.6735537,0.6694215,0.6694215,0.6942149,0.71900827,0.7066116,0.6694215,0.6280992,0.607438,0.59917355,0.607438,0.60330576,0.61157024,0.6446281,0.6570248,0.6652893,0.677686,0.6694215,0.6859504,0.71487606,0.73140496,0.73966944,0.72727275,0.6983471,0.677686,0.6859504,0.677686,0.661157,0.6280992,0.61157024,0.59090906,0.553719,0.5413223,0.43801653,0.11570248,0.05785124,0.07438017,0.60330576,0.6818182,0.7355372,0.77272725,0.76859504,0.76859504,0.7768595,0.78099173,0.79752064,0.8016529,0.822314,0.8181818,0.7892562,0.77272725,0.7933884,0.76859504,0.74793386,0.7107438,0.6694215,0.661157,0.661157,0.6363636,0.62396693,0.61157024,0.59917355,0.58677685,0.58677685,0.59917355,0.59090906,0.58677685,0.58264464,0.57024795,0.5785124,0.56198347,0.55785125,0.553719,0.553719,0.5289256,0.5082645,0.5,0.5123967,0.5206612,0.5371901,0.57438016,0.60330576,0.6322314,0.71487606,0.7355372,0.74793386,0.7231405,0.7066116,0.677686,0.6859504,0.677686,0.6487603,0.62396693,0.61157024,0.58677685,0.553719,0.5413223,0.3305785,0.053719006,0.0785124,0.08264463,0.5289256,0.677686,0.7231405,0.7644628,0.7644628,0.76859504,0.7768595,0.78512394,0.8057851,0.8140496,0.822314,0.822314,0.8140496,0.8016529,0.78512394,0.73966944,0.6983471,0.59504133,0.45454547,0.40082645,0.45041323,0.5,0.5,0.49586776,0.46694216,0.47933885,0.49173555,0.49173555,0.53305787,0.54545456,0.5371901,0.4876033,0.5123967,0.5206612,0.5413223,0.49586776,0.49586776,0.47933885,0.4338843,0.42975205,0.42975205,0.42561984,0.40495867,0.40082645,0.42975205,0.5247934,0.677686,0.7355372,0.74793386,0.7231405,0.71487606,0.677686,0.6859504,0.677686,0.6446281,0.61157024,0.60330576,0.57438016,0.553719,0.5123967,0.19421488,0.041322313,0.09090909,0.0785124,0.43801653,0.6735537,0.71487606,0.75619835,0.75619835,0.76859504,0.78099173,0.78099173,0.7892562,0.8140496,0.822314,0.822314,0.8264463,0.8140496,0.7892562,0.75619835,0.76859504,0.7644628,0.6735537,0.4876033,0.45454547,0.47107437,0.45867768,0.47107437,0.42975205,0.46694216,0.5371901,0.47933885,0.6280992,0.6983471,0.71487606,0.58677685,0.59090906,0.69008267,0.6983471,0.59090906,0.57438016,0.59090906,0.45867768,0.45041323,0.38016528,0.3429752,0.30991736,0.30991736,0.38842976,0.5165289,0.6487603,0.7066116,0.72727275,0.72727275,0.71900827,0.6942149,0.6942149,0.6694215,0.6404959,0.607438,0.59504133,0.5661157,0.5371901,0.4214876,0.11157025,0.07438017,0.0785124,0.07438017,0.27272728,0.6322314,0.70247936,0.73966944,0.74793386,0.76859504,0.7768595,0.78099173,0.78512394,0.8016529,0.8140496,0.8264463,0.822314,0.8264463,0.79752064,0.7892562,0.79752064,0.8181818,0.8305785,0.7355372,0.6818182,0.6942149,0.6983471,0.6735537,0.6528926,0.62396693,0.6446281,0.607438,0.6570248,0.75206614,0.77272725,0.70247936,0.69008267,0.75619835,0.74380165,0.6528926,0.58677685,0.57024795,0.49586776,0.5082645,0.44214877,0.38842976,0.40495867,0.47107437,0.60330576,0.6735537,0.6983471,0.7107438,0.72727275,0.73966944,0.7231405,0.6983471,0.69008267,0.6652893,0.6280992,0.59917355,0.58264464,0.5495868,0.5123967,0.3181818,0.07024793,0.09504132,0.07024793,0.08264463,0.14049587,0.553719,0.6818182,0.73140496,0.75206614,0.77272725,0.78099173,0.7768595,0.7768595,0.7933884,0.8016529,0.822314,0.8264463,0.8057851,0.79752064,0.8140496,0.8181818,0.8305785,0.8264463,0.80991733,0.76859504,0.72727275,0.73966944,0.74380165,0.74793386,0.7355372,0.74380165,0.73140496,0.6859504,0.6818182,0.6818182,0.6652893,0.661157,0.6859504,0.6735537,0.6280992,0.59917355,0.58677685,0.55785125,0.5206612,0.5,0.48347107,0.5165289,0.62396693,0.6942149,0.72727275,0.71487606,0.71487606,0.72727275,0.73966944,0.71487606,0.70247936,0.6735537,0.6280992,0.61570245,0.59504133,0.56198347,0.5289256,0.47107437,0.18595041,0.05785124,0.09917355,0.07438017,0.08264463,0.045454547,0.41735536,0.6570248,0.70247936,0.74380165,0.78099173,0.78099173,0.7768595,0.7768595,0.78512394,0.7892562,0.80991733,0.8140496,0.8057851,0.8057851,0.8181818,0.822314,0.8347107,0.8305785,0.822314,0.8016529,0.77272725,0.74380165,0.73140496,0.73140496,0.7355372,0.73966944,0.7355372,0.72727275,0.7231405,0.72727275,0.7107438,0.7355372,0.74380165,0.7066116,0.6570248,0.62396693,0.59917355,0.5785124,0.5247934,0.5206612,0.5289256,0.59917355,0.6818182,0.71900827,0.74380165,0.7231405,0.7107438,0.7231405,0.71487606,0.69008267,0.6818182,0.6363636,0.6198347,0.60330576,0.58264464,0.5495868,0.5123967,0.37603307,0.06198347,0.0785124,0.09917355,0.08264463,0.08677686,0.03305785,0.1983471,0.60330576,0.6735537,0.71487606,0.7644628,0.77272725,0.76859504,0.77272725,0.78099173,0.78099173,0.79752064,0.79752064,0.8016529,0.8057851,0.8181818,0.8140496,0.8347107,0.8347107,0.8264463,0.8016529,0.78099173,0.76859504,0.74793386,0.70247936,0.6735537,0.6859504,0.677686,0.6859504,0.6942149,0.6983471,0.6735537,0.70247936,0.73140496,0.6818182,0.6322314,0.58677685,0.553719,0.5495868,0.54545456,0.5661157,0.59504133,0.6446281,0.70247936,0.7355372,0.72727275,0.7107438,0.70247936,0.7066116,0.6859504,0.6694215,0.6446281,0.61157024,0.59917355,0.59090906,0.55785125,0.5289256,0.46280992,0.16115703,0.045454547,0.08677686,0.09090909,0.08677686,0.0785124,0.05785124,0.012396694,0.42975205,0.6363636,0.69008267,0.73140496,0.75619835,0.77272725,0.76859504,0.77272725,0.77272725,0.78512394,0.7892562,0.7933884,0.8016529,0.8140496,0.822314,0.8264463,0.8264463,0.8264463,0.79752064,0.78099173,0.78099173,0.7644628,0.7355372,0.6818182,0.661157,0.6446281,0.6363636,0.6487603,0.661157,0.6487603,0.6322314,0.61570245,0.59917355,0.57438016,0.5495868,0.5661157,0.58677685,0.59917355,0.61157024,0.6363636,0.6694215,0.7107438,0.71900827,0.6859504,0.6735537,0.6818182,0.6735537,0.6694215,0.6446281,0.61157024,0.59917355,0.58677685,0.59090906,0.54545456,0.49173555,0.36363637,0.09090909,0.06198347,0.08677686,0.08677686,0.08677686,0.07024793,0.0785124,0.041322313,0.16528925,0.5413223,0.6570248,0.7066116,0.73966944,0.75619835,0.7644628,0.77272725,0.77272725,0.77272725,0.78099173,0.79752064,0.7933884,0.8016529,0.8181818,0.8181818,0.8181818,0.822314,0.80991733,0.78512394,0.78099173,0.7644628,0.74793386,0.70247936,0.677686,0.6363636,0.6280992,0.61157024,0.61570245,0.607438,0.58264464,0.5785124,0.57024795,0.58264464,0.58264464,0.61570245,0.6363636,0.6446281,0.6487603,0.6487603,0.6735537,0.7066116,0.7066116,0.6446281,0.6322314,0.6735537,0.6694215,0.6404959,0.607438,0.59504133,0.59090906,0.5785124,0.55785125,0.5123967,0.43801653,0.34710744,0.09504132,0.05785124,0.09504132,0.0785124,0.08677686,0.07024793,0.08677686,0.07438017,0.045454547,0.28099173,0.61157024,0.6652893,0.71487606,0.74793386,0.76033056,0.7644628,0.7768595,0.78099173,0.78099173,0.7892562,0.7933884,0.8016529,0.80991733,0.80991733,0.8140496,0.80991733,0.8140496,0.80991733,0.79752064,0.76859504,0.74793386,0.7231405,0.6983471,0.6570248,0.6280992,0.61570245,0.61570245,0.61570245,0.59504133,0.61157024,0.6198347,0.6363636,0.6446281,0.6570248,0.6570248,0.6528926,0.6404959,0.6570248,0.6859504,0.70247936,0.6942149,0.6652893,0.6528926,0.661157,0.6446281,0.61570245,0.58264464,0.59917355,0.59090906,0.57438016,0.5247934,0.4338843,0.4338843,0.4090909,0.10743801,0.0661157,0.07438017,0.09090909,0.0785124,0.0785124,0.08677686,0.07438017,0.07438017,0.024793388,0.45867768,0.61157024,0.677686,0.72727275,0.74793386,0.77272725,0.77272725,0.78099173,0.7892562,0.7892562,0.8016529,0.80991733,0.8140496,0.80991733,0.8140496,0.8181818,0.8140496,0.80991733,0.8016529,0.7892562,0.7644628,0.73966944,0.71487606,0.7066116,0.6859504,0.6694215,0.661157,0.6570248,0.6528926,0.6570248,0.6570248,0.661157,0.6694215,0.6570248,0.6570248,0.6652893,0.6652893,0.6694215,0.6818182,0.6942149,0.69008267,0.6818182,0.661157,0.6363636,0.62396693,0.59917355,0.58677685,0.59090906,0.5785124,0.5371901,0.46280992,0.4214876,0.49586776,0.44214877,0.11983471,0.0661157,0.0661157,0.08264463,0.08264463,0.0785124,0.08677686,0.08677686,0.0785124,0.02892562,0.26859504,0.5413223,0.61570245,0.6942149,0.73140496,0.75206614,0.76859504,0.7768595,0.78099173,0.7892562,0.8016529,0.8057851,0.8140496,0.8181818,0.8264463,0.822314,0.8181818,0.8140496,0.80991733,0.80991733,0.7933884,0.78099173,0.75619835,0.74793386,0.72727275,0.7231405,0.7066116,0.6983471,0.6942149,0.69008267,0.6942149,0.6942149,0.6983471,0.6942149,0.6942149,0.70247936,0.6983471,0.69008267,0.69008267,0.7066116,0.6942149,0.6818182,0.6528926,0.6198347,0.6198347,0.59504133,0.58677685,0.58264464,0.5495868,0.47933885,0.4214876,0.47107437,0.5082645,0.49173555,0.12809917,0.05785124,0.08264463,0.07438017,0.08677686,0.08264463,0.08264463,0.08264463,0.08264463,0.037190083,0.16528925,0.5082645,0.5413223,0.62396693,0.70247936,0.73140496,0.75619835,0.76859504,0.77272725,0.78512394,0.8016529,0.80991733,0.8140496,0.822314,0.8264463,0.8264463,0.8264463,0.8264463,0.822314,0.80991733,0.8140496,0.8016529,0.79752064,0.7933884,0.7892562,0.78099173,0.7644628,0.74793386,0.73966944,0.73140496,0.7355372,0.73966944,0.7355372,0.72727275,0.72727275,0.73140496,0.71900827,0.71487606,0.7107438,0.7107438,0.6942149,0.6694215,0.6404959,0.61157024,0.59917355,0.59090906,0.57024795,0.553719,0.4876033,0.41322315,0.45041323,0.5165289,0.5206612,0.5,0.13636364,0.049586777,0.08677686,0.0785124,0.0785124,0.0785124,0.07024793,0.0785124,0.08264463,0.053719006,0.11570248,0.5,0.5123967,0.5371901,0.6198347,0.6942149,0.72727275,0.74793386,0.76033056,0.7644628,0.7892562,0.8057851,0.80991733,0.822314,0.8305785,0.8264463,0.8347107,0.8347107,0.8305785,0.8264463,0.8347107,0.8264463,0.822314,0.822314,0.8181818,0.8264463,0.8181818,0.80991733,0.79752064,0.78512394,0.7768595,0.7768595,0.77272725,0.76033056,0.75619835,0.75206614,0.73966944,0.7355372,0.72727275,0.71487606,0.69008267,0.661157,0.6363636,0.59917355,0.58264464,0.57024795,0.5371901,0.49173555,0.4214876,0.4338843,0.5041322,0.53305787,0.5123967,0.5041322,0.1446281,0.053719006,0.08677686,0.09917355,0.09504132,0.0785124,0.07024793,0.07438017,0.0785124,0.06198347,0.0661157,0.42975205,0.5371901,0.5,0.5247934,0.607438,0.6818182,0.7107438,0.74380165,0.75619835,0.75619835,0.7892562,0.80991733,0.8181818,0.8305785,0.8347107,0.8264463,0.8347107,0.8347107,0.8347107,0.8429752,0.838843,0.8347107,0.8347107,0.8305785,0.8347107,0.8305785,0.8264463,0.8264463,0.8181818,0.80991733,0.80991733,0.79752064,0.7933884,0.78512394,0.77272725,0.7644628,0.74793386,0.7355372,0.71900827,0.6735537,0.6487603,0.61157024,0.57438016,0.5495868,0.53305787,0.47933885,0.4214876,0.42975205,0.49586776,0.5413223,0.5413223,0.5123967,0.5041322,0.17355372,0.045454547,0.15289256,0.16115703,0.1446281,0.12809917,0.07024793,0.08264463,0.0785124,0.07438017,0.049586777,0.3264463,0.56198347,0.5206612,0.49173555,0.5082645,0.59917355,0.6570248,0.70247936,0.73140496,0.73966944,0.74793386,0.79752064,0.80991733,0.8264463,0.8305785,0.8347107,0.8264463,0.8347107,0.8347107,0.838843,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.8347107,0.8181818,0.8264463,0.8264463,0.8264463,0.8181818,0.80991733,0.8016529,0.7933884,0.78099173,0.77272725,0.74380165,0.71900827,0.6942149,0.6570248,0.607438,0.57024795,0.53305787,0.5041322,0.46280992,0.41322315,0.41735536,0.4876033,0.5289256,0.54545456,0.54545456,0.5165289,0.5041322,0.21487603,0.05785124,0.1570248,0.20661157,0.22727273,0.20247933,0.07024793,0.07438017,0.08264463,0.07438017,0.053719006,0.22727273,0.5413223,0.5371901,0.5082645,0.47933885,0.5082645,0.55785125,0.61570245,0.6818182,0.7107438,0.72727275,0.73966944,0.7933884,0.8140496,0.822314,0.8264463,0.822314,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.8264463,0.822314,0.8140496,0.8057851,0.80991733,0.8181818,0.822314,0.8057851,0.8140496,0.7892562,0.76859504,0.7644628,0.75619835,0.72727275,0.6942149,0.6528926,0.607438,0.55785125,0.5206612,0.48347107,0.42975205,0.40495867,0.4214876,0.4752066,0.5206612,0.54545456,0.54545456,0.553719,0.5247934,0.5041322,0.24793388,0.09504132,0.17768595,0.19421488,0.2603306,0.25619835,0.0661157,0.0785124,0.0785124,0.08677686,0.06198347,0.14876033,0.48347107,0.553719,0.5371901,0.49586776,0.4876033,0.48347107,0.5123967,0.59090906,0.6446281,0.677686,0.6983471,0.74380165,0.7892562,0.80991733,0.8140496,0.8140496,0.8016529,0.8140496,0.80991733,0.8181818,0.80991733,0.80991733,0.80991733,0.7933884,0.78512394,0.7892562,0.7933884,0.7933884,0.79752064,0.78512394,0.78099173,0.76033056,0.73140496,0.73140496,0.7231405,0.6942149,0.6528926,0.61157024,0.5495868,0.5041322,0.45454547,0.4090909,0.39256197,0.4214876,0.4752066,0.5165289,0.5495868,0.54545456,0.5495868,0.5495868,0.5371901,0.5041322,0.2768595,0.09504132,0.21900827,0.2107438,0.23140496,0.28099173,0.0661157,0.0661157,0.07438017,0.08677686,0.07438017,0.09917355,0.41735536,0.54545456,0.54545456,0.5206612,0.5,0.48347107,0.45454547,0.47933885,0.54545456,0.59917355,0.6404959,0.677686,0.73140496,0.7768595,0.78512394,0.78512394,0.7768595,0.76859504,0.77272725,0.78099173,0.7892562,0.78099173,0.77272725,0.76033056,0.75206614,0.76033056,0.75619835,0.75619835,0.7644628,0.74380165,0.73140496,0.7107438,0.6942149,0.6983471,0.6818182,0.6446281,0.59090906,0.5413223,0.48347107,0.42561984,0.38016528,0.38842976,0.41735536,0.4752066,0.5165289,0.54545456,0.55785125,0.54545456,0.5495868,0.54545456,0.53305787,0.5041322,0.29752067,0.10330579,0.21487603,0.26859504,0.25619835,0.28512397,0.07438017,0.0661157,0.08264463,0.07438017,0.0785124,0.05785124,0.32231405,0.54545456,0.53305787,0.54545456,0.5206612,0.5,0.47107437,0.45867768,0.45867768,0.49586776,0.54545456,0.59090906,0.6404959,0.7066116,0.7355372,0.71487606,0.7107438,0.71487606,0.7231405,0.7231405,0.72727275,0.71900827,0.71900827,0.71487606,0.7066116,0.7107438,0.7107438,0.70247936,0.7066116,0.69008267,0.6735537,0.661157,0.6528926,0.6404959,0.62396693,0.5785124,0.5165289,0.46694216,0.40495867,0.38016528,0.37603307,0.42975205,0.47933885,0.5206612,0.5413223,0.54545456,0.56198347,0.5661157,0.55785125,0.5495868,0.5165289,0.53305787,0.29338843,0.11570248,0.20661157,0.27272728,0.28512397,0.30165288,0.07438017,0.06198347,0.0785124,0.08264463,0.07438017,0.05785124,0.2231405,0.5206612,0.5371901,0.5495868,0.5371901,0.5247934,0.49173555,0.47933885,0.45867768,0.45041323,0.46694216,0.49586776,0.53305787,0.59090906,0.6404959,0.6735537,0.6570248,0.661157,0.661157,0.6404959,0.6528926,0.6446281,0.6446281,0.6404959,0.6280992,0.6280992,0.6404959,0.6322314,0.6198347,0.61157024,0.61157024,0.59917355,0.59917355,0.5661157,0.53305787,0.47933885,0.42975205,0.38842976,0.37190083,0.39256197,0.43801653,0.48347107,0.5206612,0.54545456,0.553719,0.553719,0.56198347,0.5661157,0.553719,0.54545456,0.5082645,0.5247934,0.29752067,0.09090909,0.2231405,0.2603306,0.2892562,0.30165288,0.0661157,0.07024793,0.07438017,0.0785124,0.0661157,0.05785124,0.18595041,0.4876033,0.5371901,0.5413223,0.5371901,0.5371901,0.5165289,0.49586776,0.46694216,0.46694216,0.46280992,0.45867768,0.47107437,0.49586776,0.53305787,0.5785124,0.59504133,0.59090906,0.58264464,0.57438016,0.56198347,0.55785125,0.5495868,0.5495868,0.54545456,0.5371901,0.54545456,0.5495868,0.5371901,0.5371901,0.5206612,0.5165289,0.5,0.47107437,0.4338843,0.3966942,0.38016528,0.38429752,0.4090909,0.45454547,0.49173555,0.5289256,0.553719,0.553719,0.57024795,0.57438016,0.57024795,0.56198347,0.553719,0.5413223,0.5165289,0.5206612,0.3264463,0.07438017,0.2231405,0.25619835,0.30991736,0.2892562,7 +0.35123968,0.4338843,0.553719,0.6487603,0.7066116,0.75206614,0.7892562,0.8181818,0.8181818,0.8305785,0.8264463,0.8264463,0.8305785,0.8347107,0.8347107,0.838843,0.838843,0.8347107,0.838843,0.8471074,0.8471074,0.8512397,0.8512397,0.8512397,0.8512397,0.8512397,0.8512397,0.8471074,0.8429752,0.8471074,0.838843,0.838843,0.838843,0.8347107,0.838843,0.838843,0.838843,0.838843,0.838843,0.8305785,0.8264463,0.8264463,0.822314,0.8057851,0.79752064,0.7892562,0.7933884,0.7768595,0.75206614,0.71900827,0.6652893,0.59504133,0.54545456,0.47933885,0.41322315,0.35123968,0.3305785,0.29338843,0.2231405,0.16115703,0.1694215,0.18595041,0.21487603,0.21900827,0.38016528,0.5041322,0.6198347,0.6859504,0.72727275,0.76859504,0.79752064,0.8181818,0.8264463,0.8264463,0.8347107,0.8305785,0.8305785,0.8347107,0.8347107,0.8347107,0.838843,0.838843,0.8429752,0.8471074,0.8512397,0.8512397,0.8471074,0.8512397,0.8471074,0.8471074,0.8512397,0.8471074,0.838843,0.8429752,0.838843,0.8429752,0.838843,0.8347107,0.838843,0.838843,0.8347107,0.8429752,0.838843,0.8347107,0.8305785,0.8305785,0.822314,0.80991733,0.7933884,0.7892562,0.78512394,0.78512394,0.76859504,0.75619835,0.7107438,0.6528926,0.5785124,0.5371901,0.5082645,0.42975205,0.35950413,0.3429752,0.32231405,0.24380165,0.16528925,0.16528925,0.17355372,0.16528925,0.45867768,0.57438016,0.6694215,0.71487606,0.74380165,0.7768595,0.8016529,0.8181818,0.8264463,0.8347107,0.838843,0.8305785,0.8264463,0.822314,0.822314,0.8264463,0.8347107,0.8347107,0.838843,0.8471074,0.8429752,0.838843,0.838843,0.8429752,0.838843,0.838843,0.8429752,0.8429752,0.838843,0.8471074,0.8471074,0.8429752,0.838843,0.838843,0.838843,0.838843,0.838843,0.838843,0.8429752,0.838843,0.8347107,0.8305785,0.822314,0.8181818,0.8057851,0.7933884,0.7892562,0.7768595,0.7768595,0.77272725,0.74793386,0.6983471,0.6404959,0.59504133,0.5413223,0.5247934,0.42975205,0.35123968,0.34710744,0.3140496,0.26859504,0.1694215,0.17768595,0.16528925,0.53305787,0.6280992,0.6983471,0.7355372,0.76033056,0.7768595,0.8016529,0.8181818,0.8305785,0.8305785,0.8181818,0.78099173,0.75619835,0.74380165,0.7644628,0.76859504,0.76859504,0.7892562,0.7892562,0.78099173,0.78099173,0.8016529,0.7933884,0.8181818,0.822314,0.822314,0.8305785,0.8347107,0.8429752,0.8429752,0.838843,0.8429752,0.8429752,0.838843,0.8471074,0.8512397,0.8471074,0.8429752,0.838843,0.8347107,0.8347107,0.8347107,0.8264463,0.822314,0.8057851,0.79752064,0.79752064,0.7644628,0.76859504,0.76859504,0.74793386,0.7066116,0.6694215,0.6404959,0.59917355,0.55785125,0.5082645,0.41322315,0.32231405,0.3140496,0.28099173,0.2644628,0.2231405,0.19421488,0.58264464,0.6570248,0.7107438,0.74380165,0.77272725,0.78099173,0.8057851,0.8140496,0.7933884,0.75206614,0.70247936,0.6363636,0.6404959,0.6322314,0.6570248,0.6280992,0.59090906,0.5785124,0.59090906,0.59504133,0.62396693,0.6570248,0.6942149,0.70247936,0.73966944,0.7768595,0.7933884,0.8016529,0.8140496,0.822314,0.822314,0.8347107,0.8429752,0.8429752,0.8512397,0.8512397,0.8471074,0.8429752,0.8347107,0.8264463,0.8181818,0.822314,0.8057851,0.80991733,0.7892562,0.76033056,0.73966944,0.6942149,0.6694215,0.661157,0.6446281,0.60330576,0.58677685,0.57024795,0.5661157,0.5785124,0.54545456,0.5,0.40495867,0.30165288,0.2768595,0.2520661,0.2603306,0.24793388,0.6280992,0.677686,0.71900827,0.75206614,0.7768595,0.78099173,0.78099173,0.72727275,0.6570248,0.6280992,0.61157024,0.57438016,0.55785125,0.5413223,0.53305787,0.5082645,0.49173555,0.49586776,0.5041322,0.5165289,0.5289256,0.5206612,0.5785124,0.5785124,0.59504133,0.69008267,0.72727275,0.75619835,0.78099173,0.7892562,0.8140496,0.822314,0.8347107,0.838843,0.8429752,0.838843,0.8305785,0.822314,0.80991733,0.8016529,0.7768595,0.77272725,0.7355372,0.6942149,0.6487603,0.59504133,0.5289256,0.47933885,0.45454547,0.46280992,0.47933885,0.47933885,0.45454547,0.41735536,0.41322315,0.42561984,0.4876033,0.5082645,0.48347107,0.41322315,0.29752067,0.2644628,0.2231405,0.23140496,0.6446281,0.69008267,0.72727275,0.75206614,0.76859504,0.73140496,0.6859504,0.6487603,0.661157,0.6818182,0.661157,0.61157024,0.57024795,0.5247934,0.47107437,0.446281,0.446281,0.46280992,0.47107437,0.49173555,0.5,0.4752066,0.4876033,0.5041322,0.4876033,0.61570245,0.6652893,0.6983471,0.73966944,0.75206614,0.7892562,0.8140496,0.8181818,0.8264463,0.8264463,0.8181818,0.80991733,0.7892562,0.7644628,0.74793386,0.73140496,0.6652893,0.5661157,0.49173555,0.44214877,0.42975205,0.42561984,0.4090909,0.37603307,0.38429752,0.40495867,0.42561984,0.45454547,0.4338843,0.40082645,0.36363637,0.32231405,0.35950413,0.42561984,0.47107437,0.38016528,0.30165288,0.24793388,0.1983471,0.6735537,0.6942149,0.72727275,0.75206614,0.70247936,0.6446281,0.6280992,0.6694215,0.7107438,0.73140496,0.7231405,0.7107438,0.7107438,0.6818182,0.61570245,0.5661157,0.5247934,0.5041322,0.49586776,0.49586776,0.5123967,0.5041322,0.48347107,0.49173555,0.5,0.5413223,0.6322314,0.6570248,0.70247936,0.7231405,0.76859504,0.8016529,0.8057851,0.8181818,0.8016529,0.78512394,0.7768595,0.74793386,0.6983471,0.6818182,0.661157,0.55785125,0.4752066,0.41322315,0.38842976,0.39256197,0.40082645,0.40082645,0.38429752,0.38842976,0.42561984,0.43801653,0.46694216,0.47107437,0.46280992,0.446281,0.45041323,0.36363637,0.30165288,0.37190083,0.44214877,0.37603307,0.28512397,0.20661157,0.69008267,0.7107438,0.73966944,0.7355372,0.6446281,0.6570248,0.71900827,0.76033056,0.7768595,0.78512394,0.76859504,0.73966944,0.73966944,0.7355372,0.73140496,0.6942149,0.6735537,0.6363636,0.6198347,0.60330576,0.58264464,0.58264464,0.55785125,0.5495868,0.55785125,0.55785125,0.60330576,0.6528926,0.69008267,0.71487606,0.76859504,0.80991733,0.80991733,0.8016529,0.7933884,0.7644628,0.75206614,0.70247936,0.6322314,0.6198347,0.59917355,0.5495868,0.48347107,0.44214877,0.46280992,0.48347107,0.5,0.5082645,0.5165289,0.553719,0.58264464,0.58677685,0.58677685,0.59917355,0.58677685,0.5413223,0.5289256,0.5165289,0.39256197,0.25619835,0.37190083,0.42561984,0.3677686,0.2520661,0.677686,0.7107438,0.72727275,0.6983471,0.6446281,0.7066116,0.76859504,0.7933884,0.78099173,0.76859504,0.7644628,0.7355372,0.71487606,0.7066116,0.71487606,0.7066116,0.6983471,0.69008267,0.6694215,0.6528926,0.6363636,0.6280992,0.6280992,0.6280992,0.61157024,0.6198347,0.607438,0.6487603,0.6983471,0.7231405,0.7768595,0.80991733,0.80991733,0.80991733,0.79752064,0.77272725,0.74380165,0.6818182,0.6198347,0.607438,0.59504133,0.59090906,0.57024795,0.5661157,0.59090906,0.58264464,0.59504133,0.61570245,0.6363636,0.661157,0.6570248,0.6570248,0.6735537,0.6404959,0.6446281,0.62396693,0.59504133,0.56198347,0.5123967,0.35123968,0.23553719,0.42561984,0.42975205,0.30991736,0.6942149,0.71487606,0.71487606,0.6859504,0.69008267,0.73966944,0.76859504,0.77272725,0.74793386,0.72727275,0.73140496,0.7107438,0.7066116,0.6942149,0.70247936,0.7066116,0.70247936,0.7107438,0.6983471,0.6694215,0.6446281,0.6322314,0.6363636,0.6363636,0.6280992,0.6322314,0.6404959,0.6487603,0.6983471,0.74380165,0.78512394,0.80991733,0.822314,0.8181818,0.8057851,0.76859504,0.7355372,0.6735537,0.6322314,0.61570245,0.59090906,0.58677685,0.5785124,0.58264464,0.607438,0.607438,0.6198347,0.6363636,0.6570248,0.6652893,0.661157,0.6570248,0.6570248,0.6198347,0.6198347,0.61157024,0.59917355,0.57438016,0.5495868,0.46694216,0.23553719,0.34710744,0.43801653,0.35950413,0.7066116,0.7355372,0.7066116,0.6983471,0.71900827,0.75206614,0.75619835,0.74380165,0.71487606,0.6942149,0.677686,0.661157,0.661157,0.661157,0.6694215,0.6735537,0.661157,0.6528926,0.6528926,0.6528926,0.6363636,0.6280992,0.6198347,0.6322314,0.62396693,0.6280992,0.62396693,0.6528926,0.70247936,0.76859504,0.8016529,0.8181818,0.8264463,0.8264463,0.8140496,0.76859504,0.71487606,0.6570248,0.62396693,0.59504133,0.58677685,0.58677685,0.58264464,0.58677685,0.607438,0.59917355,0.60330576,0.62396693,0.6404959,0.6528926,0.6570248,0.6363636,0.61570245,0.60330576,0.607438,0.61157024,0.59504133,0.5785124,0.57024795,0.5371901,0.338843,0.3140496,0.42975205,0.3966942,0.7231405,0.73966944,0.72727275,0.71900827,0.7355372,0.73966944,0.72727275,0.7066116,0.677686,0.6446281,0.61570245,0.6280992,0.6694215,0.70247936,0.7231405,0.7355372,0.73140496,0.7066116,0.6528926,0.61157024,0.57438016,0.5785124,0.59090906,0.61157024,0.61157024,0.61157024,0.59504133,0.59917355,0.6983471,0.7892562,0.8264463,0.8264463,0.8347107,0.8347107,0.8181818,0.7768595,0.70247936,0.6363636,0.60330576,0.57438016,0.57438016,0.58677685,0.59090906,0.58264464,0.5661157,0.5495868,0.57024795,0.60330576,0.6280992,0.61570245,0.60330576,0.5785124,0.553719,0.5371901,0.5495868,0.58677685,0.5661157,0.5495868,0.54545456,0.553719,0.45041323,0.33471075,0.40082645,0.42561984,0.72727275,0.74380165,0.75206614,0.74380165,0.73140496,0.72727275,0.7066116,0.6818182,0.6446281,0.59504133,0.6322314,0.69008267,0.73966944,0.75619835,0.76033056,0.73966944,0.71487606,0.6942149,0.6528926,0.6363636,0.61157024,0.55785125,0.53305787,0.5661157,0.58264464,0.60330576,0.59090906,0.5413223,0.6363636,0.78512394,0.838843,0.838843,0.8429752,0.8429752,0.8264463,0.77272725,0.6942149,0.6322314,0.5661157,0.56198347,0.56198347,0.5661157,0.5495868,0.53305787,0.53305787,0.56198347,0.59090906,0.6363636,0.6652893,0.6570248,0.6363636,0.607438,0.55785125,0.5,0.46694216,0.4876033,0.553719,0.5206612,0.5371901,0.5413223,0.5,0.40082645,0.39256197,0.4338843,0.73140496,0.75619835,0.76859504,0.75619835,0.74793386,0.71900827,0.6859504,0.6694215,0.6322314,0.6404959,0.6818182,0.677686,0.6446281,0.5785124,0.49173555,0.42561984,0.40495867,0.446281,0.43801653,0.4752066,0.5413223,0.57024795,0.54545456,0.5165289,0.5413223,0.58264464,0.59090906,0.56198347,0.59090906,0.74793386,0.8429752,0.8471074,0.8471074,0.8471074,0.8264463,0.7644628,0.677686,0.61157024,0.5413223,0.57024795,0.55785125,0.53305787,0.5165289,0.5165289,0.53305787,0.5413223,0.5371901,0.48347107,0.54545456,0.5041322,0.4752066,0.5041322,0.5041322,0.5,0.4752066,0.4338843,0.4752066,0.53305787,0.5289256,0.5495868,0.5371901,0.4752066,0.42561984,0.4338843,0.73966944,0.76859504,0.7892562,0.78512394,0.76859504,0.74380165,0.6942149,0.6694215,0.6446281,0.6322314,0.59917355,0.49173555,0.46280992,0.4090909,0.2520661,0.2231405,0.23140496,0.30578512,0.24380165,0.34710744,0.45454547,0.46280992,0.5165289,0.54545456,0.553719,0.5661157,0.59917355,0.58264464,0.59917355,0.72727275,0.8347107,0.8512397,0.8512397,0.8429752,0.822314,0.75619835,0.677686,0.59090906,0.5413223,0.61157024,0.58677685,0.5413223,0.5165289,0.47933885,0.46694216,0.3677686,0.28512397,0.18181819,0.36363637,0.32231405,0.19421488,0.32231405,0.3429752,0.35123968,0.42975205,0.42975205,0.46280992,0.49173555,0.5247934,0.54545456,0.553719,0.5247934,0.47107437,0.44214877,0.75206614,0.78099173,0.79752064,0.7933884,0.7768595,0.74793386,0.7066116,0.6570248,0.58264464,0.48347107,0.3966942,0.3677686,0.5247934,0.553719,0.29338843,0.20247933,0.2107438,0.21900827,0.23553719,0.42975205,0.58264464,0.5082645,0.4876033,0.46280992,0.57024795,0.6322314,0.6570248,0.6487603,0.6404959,0.73966944,0.8264463,0.8512397,0.8471074,0.8471074,0.822314,0.76033056,0.677686,0.60330576,0.57024795,0.6570248,0.62396693,0.5206612,0.44214877,0.45454547,0.553719,0.46694216,0.23966943,0.20247933,0.2107438,0.26859504,0.13636364,0.35950413,0.40082645,0.24380165,0.23140496,0.35123968,0.42975205,0.47933885,0.5206612,0.55785125,0.57024795,0.5495868,0.5041322,0.45867768,0.76859504,0.7933884,0.8057851,0.8057851,0.7892562,0.76033056,0.71900827,0.6322314,0.5206612,0.41735536,0.38429752,0.45041323,0.59504133,0.6694215,0.45867768,0.28099173,0.30578512,0.29752067,0.338843,0.5371901,0.6528926,0.57438016,0.6198347,0.553719,0.5413223,0.6487603,0.7107438,0.7107438,0.6983471,0.76033056,0.822314,0.8471074,0.8512397,0.8471074,0.8181818,0.76033056,0.677686,0.6404959,0.607438,0.661157,0.6487603,0.60330576,0.5247934,0.49586776,0.55785125,0.57024795,0.38429752,0.33471075,0.338843,0.29338843,0.28512397,0.5165289,0.5165289,0.32231405,0.17355372,0.1983471,0.32231405,0.43801653,0.5206612,0.58677685,0.59504133,0.57024795,0.54545456,0.48347107,0.78099173,0.8057851,0.8181818,0.822314,0.80991733,0.78512394,0.76033056,0.6942149,0.60330576,0.54545456,0.49586776,0.5041322,0.56198347,0.59917355,0.5661157,0.4752066,0.4752066,0.4752066,0.5041322,0.57024795,0.59917355,0.62396693,0.62396693,0.69008267,0.71900827,0.6983471,0.6983471,0.7355372,0.74793386,0.7892562,0.8264463,0.8471074,0.8429752,0.8429752,0.8264463,0.75206614,0.6735537,0.6652893,0.6487603,0.6528926,0.6652893,0.6694215,0.6446281,0.58677685,0.57024795,0.57024795,0.5495868,0.5041322,0.46280992,0.44214877,0.42561984,0.48347107,0.45454547,0.34710744,0.2603306,0.23553719,0.3305785,0.4338843,0.5206612,0.607438,0.62396693,0.59090906,0.5785124,0.5165289,0.7892562,0.80991733,0.8264463,0.8264463,0.8264463,0.8140496,0.7933884,0.77272725,0.73140496,0.6942149,0.6363636,0.62396693,0.60330576,0.55785125,0.5413223,0.54545456,0.55785125,0.5371901,0.53305787,0.55785125,0.56198347,0.61157024,0.6404959,0.6694215,0.6983471,0.70247936,0.72727275,0.7644628,0.78099173,0.8016529,0.8264463,0.8429752,0.8512397,0.8347107,0.8347107,0.76033056,0.6735537,0.6735537,0.6818182,0.6735537,0.6652893,0.6528926,0.62396693,0.61570245,0.59090906,0.5661157,0.5661157,0.57438016,0.5371901,0.49586776,0.5,0.47933885,0.45454547,0.43801653,0.40082645,0.4090909,0.45454547,0.5123967,0.56198347,0.62396693,0.6570248,0.6363636,0.59090906,0.53305787,0.7892562,0.8181818,0.8305785,0.8305785,0.8305785,0.822314,0.8140496,0.8016529,0.78099173,0.76033056,0.7066116,0.69008267,0.6652893,0.6322314,0.59917355,0.5661157,0.5661157,0.5495868,0.56198347,0.59504133,0.61157024,0.6363636,0.6570248,0.6859504,0.71900827,0.74380165,0.78099173,0.79752064,0.79752064,0.8057851,0.8264463,0.8471074,0.8512397,0.8471074,0.838843,0.7644628,0.6694215,0.677686,0.6942149,0.70247936,0.6983471,0.6942149,0.677686,0.62396693,0.58677685,0.57438016,0.58264464,0.59917355,0.58264464,0.553719,0.57024795,0.56198347,0.5413223,0.5413223,0.5206612,0.53305787,0.54545456,0.57024795,0.61570245,0.6570248,0.6694215,0.6570248,0.61570245,0.553719,0.8057851,0.822314,0.8305785,0.8347107,0.8305785,0.8305785,0.8264463,0.8181818,0.8016529,0.77272725,0.73140496,0.7107438,0.6735537,0.6487603,0.6280992,0.60330576,0.59504133,0.59090906,0.6198347,0.6528926,0.677686,0.6942149,0.71487606,0.74793386,0.78099173,0.79752064,0.8140496,0.80991733,0.8016529,0.8181818,0.838843,0.8512397,0.8595041,0.8512397,0.8347107,0.77272725,0.6859504,0.677686,0.6942149,0.7231405,0.73966944,0.74380165,0.73966944,0.6942149,0.6404959,0.607438,0.58264464,0.5661157,0.58264464,0.58677685,0.59090906,0.59090906,0.58264464,0.58677685,0.58264464,0.59504133,0.607438,0.6404959,0.661157,0.6818182,0.6983471,0.6735537,0.6280992,0.553719,0.8057851,0.822314,0.8264463,0.8347107,0.8305785,0.8305785,0.8305785,0.8305785,0.822314,0.8057851,0.77272725,0.76033056,0.73966944,0.7231405,0.71900827,0.7066116,0.6859504,0.6859504,0.70247936,0.7231405,0.7231405,0.74793386,0.78099173,0.80991733,0.822314,0.8181818,0.8140496,0.80991733,0.80991733,0.822314,0.8347107,0.8512397,0.8553719,0.8512397,0.8305785,0.7644628,0.6942149,0.6818182,0.69008267,0.71487606,0.74793386,0.7768595,0.7768595,0.75206614,0.7231405,0.7066116,0.6735537,0.6487603,0.6280992,0.59917355,0.59504133,0.60330576,0.61570245,0.6322314,0.6446281,0.6570248,0.677686,0.69008267,0.6983471,0.70247936,0.71487606,0.69008267,0.6446281,0.56198347,0.7933884,0.822314,0.8347107,0.8347107,0.8305785,0.8347107,0.838843,0.8347107,0.8305785,0.8305785,0.822314,0.80991733,0.8016529,0.8016529,0.79752064,0.7892562,0.7768595,0.76859504,0.7644628,0.77272725,0.78512394,0.80991733,0.8264463,0.8347107,0.8305785,0.8264463,0.822314,0.822314,0.822314,0.822314,0.8347107,0.8471074,0.8512397,0.8471074,0.8305785,0.78099173,0.7066116,0.6859504,0.6859504,0.71900827,0.7355372,0.7768595,0.8016529,0.79752064,0.78099173,0.77272725,0.75619835,0.74793386,0.73140496,0.71487606,0.70247936,0.6942149,0.6942149,0.7107438,0.71900827,0.73140496,0.73966944,0.74380165,0.73140496,0.71900827,0.7107438,0.6942149,0.661157,0.57024795,0.7892562,0.8264463,0.8347107,0.8305785,0.8264463,0.8347107,0.8347107,0.838843,0.838843,0.8429752,0.838843,0.8429752,0.838843,0.8347107,0.8347107,0.8305785,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.838843,0.838843,0.838843,0.8347107,0.8305785,0.822314,0.822314,0.822314,0.822314,0.838843,0.8471074,0.8512397,0.8471074,0.8347107,0.7892562,0.71487606,0.6942149,0.6818182,0.70247936,0.73140496,0.77272725,0.8057851,0.8181818,0.8181818,0.80991733,0.79752064,0.78512394,0.7933884,0.78512394,0.7768595,0.77272725,0.76859504,0.7768595,0.7768595,0.7892562,0.76859504,0.76033056,0.74793386,0.73140496,0.7066116,0.6983471,0.6694215,0.5785124,0.78512394,0.8140496,0.8305785,0.8305785,0.8264463,0.8347107,0.838843,0.8429752,0.8429752,0.8471074,0.8429752,0.8512397,0.8471074,0.8512397,0.8429752,0.8471074,0.8429752,0.8471074,0.8471074,0.8429752,0.8471074,0.8471074,0.8429752,0.838843,0.8347107,0.8305785,0.8264463,0.8264463,0.822314,0.8264463,0.838843,0.8512397,0.8471074,0.8429752,0.8305785,0.8016529,0.73140496,0.70247936,0.677686,0.6942149,0.73140496,0.7644628,0.79752064,0.80991733,0.8264463,0.8264463,0.822314,0.8140496,0.8140496,0.8140496,0.8140496,0.80991733,0.80991733,0.8140496,0.80991733,0.8016529,0.7892562,0.77272725,0.75619835,0.74380165,0.71900827,0.6983471,0.6735537,0.5785124,0.77272725,0.80991733,0.8305785,0.8305785,0.8347107,0.838843,0.8347107,0.8429752,0.8429752,0.8429752,0.8471074,0.8512397,0.8471074,0.8553719,0.8471074,0.8512397,0.8512397,0.8512397,0.8471074,0.8471074,0.8512397,0.8429752,0.838843,0.8347107,0.8347107,0.8264463,0.822314,0.822314,0.822314,0.8347107,0.8429752,0.8512397,0.8553719,0.8347107,0.8347107,0.8057851,0.75206614,0.7107438,0.677686,0.677686,0.7231405,0.75619835,0.79752064,0.80991733,0.8140496,0.8264463,0.8264463,0.8264463,0.8305785,0.8264463,0.822314,0.8305785,0.8264463,0.8305785,0.8181818,0.80991733,0.79752064,0.7768595,0.76859504,0.75619835,0.73140496,0.6983471,0.6694215,0.57024795,0.7644628,0.79752064,0.822314,0.8347107,0.838843,0.8347107,0.8347107,0.838843,0.838843,0.8429752,0.8429752,0.8471074,0.8471074,0.8512397,0.8471074,0.8512397,0.8512397,0.8471074,0.8471074,0.8429752,0.8429752,0.8347107,0.822314,0.838843,0.8305785,0.822314,0.822314,0.8181818,0.822314,0.838843,0.8512397,0.8512397,0.838843,0.8471074,0.838843,0.8181818,0.78099173,0.72727275,0.6818182,0.6528926,0.6942149,0.75206614,0.79752064,0.8140496,0.822314,0.8305785,0.8305785,0.8347107,0.8347107,0.8347107,0.8305785,0.8347107,0.8305785,0.822314,0.8181818,0.8140496,0.8016529,0.78099173,0.76859504,0.75206614,0.74380165,0.6983471,0.661157,0.56198347,0.76033056,0.7933884,0.8181818,0.8347107,0.838843,0.838843,0.8347107,0.8429752,0.8429752,0.8429752,0.8471074,0.8471074,0.8512397,0.8512397,0.8512397,0.8512397,0.8429752,0.8429752,0.8347107,0.838843,0.8347107,0.8347107,0.8264463,0.8264463,0.8181818,0.8181818,0.8181818,0.8140496,0.8305785,0.8429752,0.8471074,0.8512397,0.8512397,0.8471074,0.8471074,0.8264463,0.79752064,0.74380165,0.69008267,0.6487603,0.6528926,0.74380165,0.7892562,0.8140496,0.8181818,0.8305785,0.8347107,0.838843,0.838843,0.8347107,0.8347107,0.8347107,0.8305785,0.822314,0.8140496,0.80991733,0.8016529,0.78512394,0.76033056,0.74793386,0.73966944,0.70247936,0.6652893,0.5413223,0.75619835,0.7933884,0.8181818,0.8347107,0.838843,0.838843,0.838843,0.8429752,0.8471074,0.8429752,0.8471074,0.8471074,0.8471074,0.8471074,0.8512397,0.8553719,0.8305785,0.822314,0.8140496,0.8264463,0.8305785,0.8305785,0.822314,0.8140496,0.8057851,0.8181818,0.8140496,0.822314,0.8429752,0.8512397,0.8512397,0.8553719,0.8471074,0.8512397,0.8512397,0.8347107,0.8016529,0.74380165,0.69008267,0.6735537,0.6363636,0.7066116,0.78099173,0.8140496,0.8140496,0.8264463,0.8347107,0.8347107,0.838843,0.8429752,0.8347107,0.8305785,0.8264463,0.822314,0.80991733,0.8016529,0.7933884,0.7768595,0.75619835,0.7355372,0.7231405,0.6818182,0.6528926,0.5206612,0.73966944,0.7892562,0.80991733,0.8305785,0.8347107,0.8429752,0.838843,0.8429752,0.8429752,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.8512397,0.8347107,0.78099173,0.78099173,0.822314,0.8264463,0.822314,0.8057851,0.78512394,0.8057851,0.8264463,0.822314,0.8140496,0.8471074,0.8553719,0.8512397,0.8512397,0.8471074,0.8512397,0.8512397,0.8305785,0.7933884,0.72727275,0.677686,0.6942149,0.677686,0.69008267,0.76033056,0.79752064,0.8140496,0.822314,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.8305785,0.822314,0.822314,0.8057851,0.7892562,0.78512394,0.76859504,0.75619835,0.73966944,0.71487606,0.6735537,0.6322314,0.47933885,0.73140496,0.7768595,0.80991733,0.822314,0.8305785,0.838843,0.838843,0.8429752,0.8429752,0.8347107,0.8429752,0.8429752,0.8429752,0.8471074,0.8471074,0.8471074,0.8347107,0.8057851,0.7933884,0.822314,0.8181818,0.80991733,0.78512394,0.76033056,0.8016529,0.8347107,0.8305785,0.7892562,0.8181818,0.8347107,0.838843,0.838843,0.838843,0.8429752,0.838843,0.8140496,0.75206614,0.6694215,0.6528926,0.69008267,0.6983471,0.6859504,0.7355372,0.7768595,0.8016529,0.80991733,0.8264463,0.822314,0.8264463,0.8305785,0.8305785,0.8264463,0.822314,0.8140496,0.8057851,0.78099173,0.77272725,0.75619835,0.7355372,0.7231405,0.70247936,0.661157,0.60330576,0.45454547,0.71900827,0.76033056,0.7933884,0.8140496,0.8264463,0.8264463,0.8347107,0.838843,0.8471074,0.838843,0.8429752,0.8429752,0.8429752,0.8429752,0.8471074,0.8429752,0.8347107,0.8264463,0.8016529,0.8140496,0.80991733,0.8016529,0.7768595,0.73966944,0.7892562,0.8305785,0.822314,0.78099173,0.74380165,0.78099173,0.80991733,0.8181818,0.8181818,0.822314,0.8140496,0.73966944,0.6570248,0.6198347,0.661157,0.6859504,0.69008267,0.6818182,0.7231405,0.75206614,0.77272725,0.7892562,0.80991733,0.8140496,0.8181818,0.822314,0.822314,0.822314,0.8140496,0.8016529,0.79752064,0.78099173,0.76859504,0.75206614,0.72727275,0.7066116,0.6818182,0.6487603,0.5661157,0.42975205,0.6983471,0.75619835,0.77272725,0.8016529,0.8140496,0.822314,0.8305785,0.838843,0.8429752,0.838843,0.838843,0.8429752,0.8347107,0.838843,0.838843,0.8347107,0.8305785,0.8264463,0.8016529,0.8057851,0.79752064,0.7933884,0.7768595,0.7231405,0.7644628,0.8016529,0.78512394,0.71900827,0.61570245,0.7066116,0.7892562,0.7892562,0.77272725,0.7768595,0.76033056,0.6652893,0.5661157,0.58677685,0.6694215,0.6735537,0.6694215,0.6859504,0.7231405,0.73966944,0.75206614,0.76859504,0.7892562,0.8057851,0.8181818,0.8181818,0.80991733,0.80991733,0.8016529,0.7892562,0.78099173,0.7768595,0.76033056,0.74793386,0.71487606,0.6859504,0.661157,0.62396693,0.5289256,0.41322315,0.6859504,0.73966944,0.76033056,0.78099173,0.80991733,0.8181818,0.8305785,0.838843,0.838843,0.838843,0.838843,0.838843,0.8305785,0.8347107,0.8305785,0.822314,0.822314,0.8140496,0.7933884,0.7892562,0.78512394,0.7933884,0.7892562,0.74793386,0.74793386,0.75206614,0.677686,0.5413223,0.40082645,0.55785125,0.77272725,0.74793386,0.7066116,0.69008267,0.677686,0.5785124,0.35950413,0.4338843,0.607438,0.62396693,0.6404959,0.7066116,0.7355372,0.7355372,0.72727275,0.73966944,0.77272725,0.78099173,0.80991733,0.80991733,0.8016529,0.79752064,0.79752064,0.7892562,0.76859504,0.76859504,0.75206614,0.73966944,0.6983471,0.6694215,0.6404959,0.59090906,0.49586776,0.38842976,0.677686,0.7355372,0.75619835,0.78512394,0.78512394,0.80991733,0.8264463,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8264463,0.8305785,0.822314,0.8181818,0.80991733,0.8016529,0.78099173,0.7768595,0.7892562,0.7933884,0.8016529,0.78512394,0.76859504,0.75619835,0.6694215,0.5247934,0.45454547,0.5165289,0.69008267,0.677686,0.6198347,0.60330576,0.58264464,0.5165289,0.37603307,0.35123968,0.5206612,0.59090906,0.6446281,0.72727275,0.7355372,0.73966944,0.7231405,0.71900827,0.7355372,0.7644628,0.7933884,0.7933884,0.7892562,0.78512394,0.78512394,0.77272725,0.76859504,0.76033056,0.7355372,0.71487606,0.6859504,0.6446281,0.61570245,0.56198347,0.46694216,0.37603307,0.6735537,0.71900827,0.75206614,0.76859504,0.78099173,0.7933884,0.80991733,0.8264463,0.8305785,0.8305785,0.8305785,0.822314,0.8140496,0.8140496,0.80991733,0.8016529,0.7892562,0.78099173,0.77272725,0.7768595,0.78512394,0.80991733,0.8181818,0.80991733,0.8016529,0.79752064,0.74380165,0.661157,0.6198347,0.61157024,0.6322314,0.6363636,0.5661157,0.55785125,0.5495868,0.54545456,0.5289256,0.46694216,0.49586776,0.59917355,0.6942149,0.72727275,0.73140496,0.73140496,0.72727275,0.71900827,0.71900827,0.7355372,0.76859504,0.77272725,0.78099173,0.7768595,0.76859504,0.7644628,0.7644628,0.73966944,0.71900827,0.69008267,0.6570248,0.61570245,0.59504133,0.5371901,0.42975205,0.37603307,0.6694215,0.7107438,0.73966944,0.7644628,0.77272725,0.78099173,0.79752064,0.8140496,0.8181818,0.822314,0.822314,0.8140496,0.8057851,0.79752064,0.7892562,0.7768595,0.76033056,0.76859504,0.77272725,0.78099173,0.8016529,0.8181818,0.8264463,0.8305785,0.822314,0.822314,0.8016529,0.76033056,0.72727275,0.6818182,0.62396693,0.59090906,0.5413223,0.53305787,0.5661157,0.58677685,0.58677685,0.58677685,0.61157024,0.661157,0.71487606,0.7355372,0.74380165,0.7355372,0.73966944,0.73140496,0.72727275,0.71900827,0.74380165,0.75206614,0.75206614,0.77272725,0.76033056,0.74793386,0.74380165,0.7231405,0.6942149,0.6652893,0.6280992,0.60330576,0.57438016,0.5123967,0.40495867,0.40082645,0.6694215,0.71487606,0.7355372,0.75619835,0.76859504,0.78099173,0.78512394,0.8016529,0.80991733,0.80991733,0.80991733,0.8057851,0.7933884,0.7768595,0.7644628,0.75619835,0.7355372,0.7644628,0.78512394,0.8016529,0.8140496,0.8264463,0.8305785,0.8347107,0.8347107,0.8347107,0.8264463,0.80991733,0.79752064,0.75619835,0.6735537,0.59504133,0.57024795,0.59090906,0.6446281,0.6570248,0.6694215,0.69008267,0.7107438,0.71487606,0.71900827,0.7355372,0.7355372,0.7355372,0.74380165,0.74380165,0.73966944,0.73140496,0.73140496,0.7355372,0.74793386,0.76033056,0.74793386,0.7355372,0.73140496,0.7066116,0.6652893,0.6363636,0.61157024,0.5785124,0.56198347,0.4876033,0.39256197,0.4214876,0.677686,0.7107438,0.73966944,0.75206614,0.7644628,0.7768595,0.77272725,0.7892562,0.8016529,0.80991733,0.8016529,0.7933884,0.78099173,0.75619835,0.74380165,0.73966944,0.75619835,0.77272725,0.79752064,0.8057851,0.822314,0.8305785,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.8264463,0.80991733,0.7892562,0.7355372,0.6983471,0.6694215,0.677686,0.71487606,0.71487606,0.7355372,0.74380165,0.74793386,0.7355372,0.71487606,0.72727275,0.72727275,0.7231405,0.7355372,0.7355372,0.73966944,0.7355372,0.73140496,0.7355372,0.7355372,0.74380165,0.73966944,0.73140496,0.71487606,0.6859504,0.6528926,0.6198347,0.59504133,0.56198347,0.5371901,0.4876033,0.37190083,0.38842976,0.677686,0.71487606,0.74380165,0.75206614,0.7644628,0.76859504,0.7644628,0.78512394,0.8016529,0.79752064,0.7892562,0.78099173,0.76859504,0.73140496,0.7107438,0.7355372,0.78099173,0.79752064,0.8181818,0.8305785,0.8305785,0.8347107,0.8347107,0.8305785,0.8305785,0.838843,0.822314,0.8264463,0.822314,0.80991733,0.78099173,0.7644628,0.73966944,0.73140496,0.75206614,0.7355372,0.75206614,0.75206614,0.75619835,0.7355372,0.7066116,0.71900827,0.72727275,0.71900827,0.7355372,0.73140496,0.7355372,0.73966944,0.7355372,0.73966944,0.73966944,0.72727275,0.71487606,0.71487606,0.6983471,0.677686,0.6446281,0.61157024,0.59090906,0.5661157,0.53305787,0.5,0.3305785,0.20661157,0.6735537,0.71900827,0.74793386,0.75619835,0.77272725,0.76859504,0.7768595,0.7933884,0.8016529,0.7933884,0.7892562,0.78099173,0.76859504,0.7231405,0.71900827,0.76859504,0.8016529,0.8140496,0.8305785,0.8347107,0.8347107,0.8347107,0.838843,0.838843,0.8347107,0.8347107,0.8305785,0.8305785,0.822314,0.8264463,0.80991733,0.7933884,0.78099173,0.77272725,0.78099173,0.76033056,0.73966944,0.76033056,0.75619835,0.74793386,0.7231405,0.72727275,0.73140496,0.7231405,0.73140496,0.71487606,0.7231405,0.7231405,0.72727275,0.73966944,0.73966944,0.71487606,0.6942149,0.69008267,0.6942149,0.6735537,0.6322314,0.61157024,0.59090906,0.553719,0.5289256,0.49586776,0.2603306,0.02892562,0.6694215,0.7107438,0.74380165,0.75619835,0.7768595,0.77272725,0.77272725,0.7892562,0.8016529,0.7892562,0.7933884,0.7892562,0.7644628,0.7231405,0.76033056,0.79752064,0.80991733,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.8347107,0.8264463,0.8140496,0.8016529,0.78512394,0.76859504,0.76859504,0.78099173,0.7892562,0.8057851,0.7933884,0.7768595,0.76033056,0.73140496,0.73140496,0.7355372,0.7355372,0.73966944,0.73140496,0.73140496,0.71487606,0.7107438,0.71487606,0.70247936,0.71487606,0.72727275,0.7231405,0.73140496,0.71487606,0.69008267,0.6942149,0.6735537,0.677686,0.6694215,0.6198347,0.60330576,0.58264464,0.54545456,0.5289256,0.4752066,0.16528925,0.02892562,0.6528926,0.6983471,0.74380165,0.7644628,0.76859504,0.77272725,0.7768595,0.7892562,0.79752064,0.78512394,0.80991733,0.8016529,0.7768595,0.75206614,0.79752064,0.8057851,0.80991733,0.8140496,0.8057851,0.80991733,0.7892562,0.77272725,0.74380165,0.71900827,0.6859504,0.6694215,0.6570248,0.6528926,0.6528926,0.6570248,0.6735537,0.70247936,0.6942149,0.6528926,0.61570245,0.60330576,0.6198347,0.6322314,0.62396693,0.6487603,0.6735537,0.6942149,0.69008267,0.69008267,0.69008267,0.6983471,0.70247936,0.7231405,0.7355372,0.7231405,0.6859504,0.6735537,0.69008267,0.677686,0.677686,0.6570248,0.61570245,0.59504133,0.5785124,0.553719,0.5413223,0.42561984,0.11983471,0.05785124,0.62396693,0.6859504,0.73140496,0.76859504,0.7644628,0.7768595,0.78099173,0.7933884,0.8016529,0.79752064,0.8181818,0.822314,0.7892562,0.78099173,0.8057851,0.79752064,0.78099173,0.7355372,0.6818182,0.6570248,0.6363636,0.59504133,0.57024795,0.56198347,0.55785125,0.55785125,0.56198347,0.56198347,0.55785125,0.5495868,0.55785125,0.55785125,0.55785125,0.54545456,0.5495868,0.5413223,0.54545456,0.5289256,0.5082645,0.5289256,0.5495868,0.57438016,0.59917355,0.6446281,0.6528926,0.69008267,0.7107438,0.71487606,0.74793386,0.73140496,0.7066116,0.6859504,0.6942149,0.6859504,0.6652893,0.6528926,0.62396693,0.60330576,0.5785124,0.553719,0.5413223,0.34710744,0.08677686,0.0661157,0.5785124,0.6735537,0.7231405,0.75619835,0.7644628,0.77272725,0.7768595,0.7933884,0.8057851,0.80991733,0.822314,0.8305785,0.8016529,0.79752064,0.8016529,0.76859504,0.73140496,0.59917355,0.45041323,0.39256197,0.45041323,0.46694216,0.5082645,0.5206612,0.49586776,0.53305787,0.53305787,0.5082645,0.55785125,0.56198347,0.5371901,0.48347107,0.5,0.53305787,0.5495868,0.5123967,0.5082645,0.49586776,0.45041323,0.46280992,0.45041323,0.46280992,0.47107437,0.5123967,0.57024795,0.6363636,0.7107438,0.73140496,0.75206614,0.73140496,0.7107438,0.69008267,0.69008267,0.6859504,0.6570248,0.6363636,0.6198347,0.59917355,0.5785124,0.553719,0.5165289,0.28099173,0.07438017,0.07438017,0.5247934,0.677686,0.7231405,0.75619835,0.76033056,0.7768595,0.78099173,0.7892562,0.8057851,0.8140496,0.822314,0.8264463,0.8181818,0.80991733,0.79752064,0.7644628,0.74380165,0.59917355,0.38842976,0.2107438,0.33471075,0.41735536,0.57438016,0.6652893,0.59917355,0.6694215,0.6942149,0.6487603,0.7231405,0.76033056,0.78512394,0.58264464,0.6280992,0.72727275,0.71487606,0.61157024,0.59504133,0.607438,0.49586776,0.49586776,0.4338843,0.38842976,0.3553719,0.338843,0.3966942,0.54545456,0.6735537,0.73966944,0.74793386,0.7231405,0.72727275,0.6983471,0.6983471,0.6818182,0.6570248,0.6280992,0.60330576,0.59504133,0.57024795,0.54545456,0.46694216,0.20661157,0.053719006,0.0785124,0.42561984,0.661157,0.7107438,0.73140496,0.76033056,0.7768595,0.78512394,0.78512394,0.8016529,0.8140496,0.822314,0.8305785,0.8264463,0.8181818,0.8016529,0.77272725,0.79752064,0.76033056,0.607438,0.38016528,0.39256197,0.41322315,0.58264464,0.7933884,0.7231405,0.79752064,0.80991733,0.7933884,0.8264463,0.8429752,0.8553719,0.7644628,0.78099173,0.8305785,0.8347107,0.76859504,0.75206614,0.75619835,0.677686,0.6983471,0.5495868,0.41735536,0.27272728,0.19008264,0.29338843,0.5041322,0.6528926,0.71487606,0.7231405,0.7231405,0.73140496,0.7066116,0.7066116,0.69008267,0.6528926,0.6198347,0.59504133,0.58677685,0.56198347,0.53305787,0.40495867,0.10743801,0.07438017,0.0785124,0.28512397,0.6198347,0.6983471,0.72727275,0.75619835,0.77272725,0.7768595,0.78512394,0.7933884,0.8057851,0.8181818,0.8264463,0.8305785,0.8181818,0.8016529,0.78512394,0.80991733,0.8264463,0.76859504,0.6322314,0.5495868,0.43801653,0.45454547,0.71487606,0.59090906,0.78099173,0.8140496,0.8057851,0.8471074,0.8471074,0.8429752,0.77272725,0.7933884,0.8264463,0.8305785,0.7892562,0.76859504,0.76859504,0.6652893,0.6735537,0.5206612,0.42975205,0.2768595,0.3140496,0.46694216,0.607438,0.6818182,0.7107438,0.71900827,0.74380165,0.74380165,0.70247936,0.70247936,0.6818182,0.6404959,0.61157024,0.59090906,0.5785124,0.5495868,0.5289256,0.2892562,0.045454547,0.09917355,0.08677686,0.1694215,0.53305787,0.6735537,0.71487606,0.75619835,0.7768595,0.76859504,0.7892562,0.7892562,0.8016529,0.80991733,0.8264463,0.8264463,0.8140496,0.80991733,0.79752064,0.8181818,0.822314,0.8181818,0.7355372,0.6818182,0.6198347,0.54545456,0.59504133,0.47933885,0.6404959,0.61157024,0.661157,0.80991733,0.8057851,0.79752064,0.6859504,0.71900827,0.75206614,0.73140496,0.6983471,0.58264464,0.661157,0.5413223,0.53305787,0.4752066,0.41735536,0.40082645,0.5,0.6280992,0.6983471,0.6942149,0.7107438,0.73140496,0.74793386,0.73140496,0.7066116,0.69008267,0.661157,0.6198347,0.607438,0.58677685,0.56198347,0.5289256,0.45867768,0.13636364,0.045454547,0.09504132,0.09090909,0.09090909,0.38429752,0.6363636,0.69008267,0.73966944,0.77272725,0.78099173,0.7768595,0.78512394,0.7933884,0.8016529,0.8181818,0.8181818,0.80991733,0.8057851,0.822314,0.8264463,0.8305785,0.8264463,0.78512394,0.73140496,0.71487606,0.7066116,0.6859504,0.62396693,0.6487603,0.6487603,0.6859504,0.677686,0.6942149,0.6983471,0.6280992,0.6487603,0.6570248,0.6322314,0.6735537,0.59090906,0.62396693,0.59090906,0.5413223,0.5082645,0.48347107,0.5041322,0.59090906,0.6859504,0.71900827,0.7066116,0.71487606,0.73966944,0.73966944,0.72727275,0.7066116,0.6735537,0.6322314,0.607438,0.59917355,0.5785124,0.54545456,0.5082645,0.3140496,0.06198347,0.07024793,0.09090909,0.09090909,0.0661157,0.1983471,0.5661157,0.661157,0.7066116,0.75206614,0.76859504,0.7644628,0.78099173,0.78512394,0.7892562,0.8057851,0.8057851,0.80991733,0.8140496,0.8181818,0.8264463,0.8305785,0.8305785,0.8016529,0.75206614,0.73140496,0.74793386,0.74793386,0.73966944,0.6942149,0.6570248,0.69008267,0.6859504,0.6818182,0.6735537,0.6404959,0.6446281,0.6487603,0.61157024,0.61157024,0.59504133,0.59090906,0.59504133,0.55785125,0.5247934,0.5082645,0.553719,0.6363636,0.6983471,0.7355372,0.7231405,0.71487606,0.7231405,0.71900827,0.7066116,0.677686,0.6404959,0.61157024,0.59504133,0.5785124,0.57024795,0.5247934,0.446281,0.19008264,0.05785124,0.0785124,0.09504132,0.09090909,0.0661157,0.07024793,0.38842976,0.6322314,0.6818182,0.72727275,0.75206614,0.75619835,0.77272725,0.77272725,0.78099173,0.7933884,0.79752064,0.8057851,0.8057851,0.8140496,0.822314,0.8305785,0.8347107,0.80991733,0.76033056,0.73140496,0.73966944,0.73966944,0.74793386,0.75619835,0.71900827,0.6942149,0.70247936,0.7107438,0.6859504,0.6652893,0.677686,0.6859504,0.6859504,0.661157,0.6404959,0.62396693,0.60330576,0.56198347,0.5371901,0.5371901,0.59090906,0.6652893,0.71487606,0.73966944,0.71487606,0.7066116,0.7066116,0.6942149,0.677686,0.6487603,0.61570245,0.59917355,0.59090906,0.57438016,0.5495868,0.4876033,0.38016528,0.14049587,0.05785124,0.07438017,0.09504132,0.08264463,0.08677686,0.049586777,0.1694215,0.53305787,0.6528926,0.70247936,0.7355372,0.74793386,0.76033056,0.76859504,0.77272725,0.78512394,0.7933884,0.79752064,0.8016529,0.8140496,0.8181818,0.8181818,0.8264463,0.8057851,0.7644628,0.7066116,0.7066116,0.69008267,0.6859504,0.7066116,0.7066116,0.7066116,0.7231405,0.71900827,0.7107438,0.6942149,0.72727275,0.76033056,0.7066116,0.6694215,0.607438,0.5785124,0.56198347,0.5495868,0.55785125,0.57438016,0.6280992,0.69008267,0.7231405,0.71487606,0.6818182,0.69008267,0.6983471,0.677686,0.6528926,0.6198347,0.59504133,0.59090906,0.59090906,0.55785125,0.5165289,0.4338843,0.37603307,0.1446281,0.05785124,0.0785124,0.09090909,0.08677686,0.0661157,0.08677686,0.053719006,0.30991736,0.607438,0.6694215,0.71487606,0.74380165,0.75619835,0.76859504,0.7768595,0.7768595,0.78512394,0.7933884,0.7933884,0.8057851,0.8181818,0.80991733,0.822314,0.8140496,0.75619835,0.74793386,0.6859504,0.6652893,0.6363636,0.6322314,0.6363636,0.6404959,0.6446281,0.6735537,0.661157,0.6363636,0.6404959,0.6570248,0.6322314,0.59504133,0.55785125,0.54545456,0.5495868,0.5661157,0.58264464,0.61570245,0.661157,0.70247936,0.7107438,0.677686,0.6446281,0.6735537,0.6859504,0.6528926,0.6280992,0.59917355,0.59090906,0.59090906,0.57024795,0.5371901,0.45454547,0.42561984,0.4214876,0.1570248,0.049586777,0.08264463,0.08264463,0.09090909,0.08264463,0.07438017,0.05785124,0.09090909,0.5,0.62396693,0.6859504,0.72727275,0.74793386,0.75619835,0.77272725,0.7768595,0.7892562,0.7933884,0.7933884,0.8016529,0.8057851,0.80991733,0.8057851,0.8140496,0.78512394,0.77272725,0.73966944,0.6818182,0.6363636,0.607438,0.58677685,0.58264464,0.57438016,0.58264464,0.60330576,0.58264464,0.57438016,0.56198347,0.5495868,0.5413223,0.5371901,0.56198347,0.58677685,0.61157024,0.6198347,0.6404959,0.6735537,0.70247936,0.70247936,0.6735537,0.661157,0.6694215,0.661157,0.6363636,0.607438,0.59090906,0.59504133,0.59090906,0.54545456,0.48347107,0.40495867,0.4752066,0.46280992,0.18181819,0.049586777,0.0785124,0.07024793,0.08264463,0.08264463,0.0785124,0.07438017,0.020661157,0.35123968,0.57024795,0.6446281,0.7066116,0.73140496,0.76033056,0.76033056,0.76859504,0.78099173,0.79752064,0.79752064,0.8016529,0.8016529,0.80991733,0.80991733,0.8057851,0.80991733,0.79752064,0.7768595,0.7355372,0.69008267,0.6404959,0.60330576,0.57024795,0.553719,0.5413223,0.54545456,0.54545456,0.5413223,0.5413223,0.553719,0.5661157,0.58677685,0.607438,0.62396693,0.6363636,0.6404959,0.661157,0.6859504,0.6983471,0.6942149,0.6859504,0.677686,0.661157,0.6487603,0.6198347,0.58677685,0.58677685,0.58677685,0.56198347,0.5041322,0.42975205,0.45041323,0.5289256,0.49173555,0.19008264,0.049586777,0.07438017,0.0785124,0.0785124,0.0785124,0.08264463,0.08677686,0.03305785,0.2520661,0.5206612,0.57438016,0.661157,0.7107438,0.7355372,0.75619835,0.76859504,0.77272725,0.7933884,0.8016529,0.8057851,0.80991733,0.8057851,0.8181818,0.80991733,0.8057851,0.8057851,0.79752064,0.77272725,0.75206614,0.71487606,0.6859504,0.661157,0.6404959,0.61570245,0.607438,0.607438,0.607438,0.6198347,0.6198347,0.6322314,0.6446281,0.6363636,0.6487603,0.6570248,0.6694215,0.677686,0.69008267,0.6942149,0.6942149,0.69008267,0.6818182,0.6404959,0.6404959,0.607438,0.59504133,0.58677685,0.56198347,0.5206612,0.45454547,0.4338843,0.5082645,0.53305787,0.5123967,0.21900827,0.037190083,0.0785124,0.0785124,0.07438017,0.07438017,0.07438017,0.08677686,0.045454547,0.17355372,0.5247934,0.5123967,0.59090906,0.6652893,0.71487606,0.7355372,0.75619835,0.75619835,0.7892562,0.7933884,0.8057851,0.8181818,0.8181818,0.822314,0.822314,0.80991733,0.80991733,0.8057851,0.7933884,0.78512394,0.7644628,0.74380165,0.73140496,0.71900827,0.70247936,0.6942149,0.6942149,0.6942149,0.6942149,0.6859504,0.6942149,0.70247936,0.6942149,0.6942149,0.69008267,0.7066116,0.70247936,0.6983471,0.7066116,0.70247936,0.6942149,0.6735537,0.6404959,0.6198347,0.59917355,0.58264464,0.57438016,0.5247934,0.46280992,0.4338843,0.48347107,0.5413223,0.5247934,0.5289256,0.2520661,0.03305785,0.08264463,0.08264463,0.07438017,0.07438017,0.0785124,0.08264463,0.05785124,0.11157025,0.5041322,0.5165289,0.5082645,0.59090906,0.6694215,0.70247936,0.73140496,0.73966944,0.7768595,0.7933884,0.8016529,0.8140496,0.822314,0.822314,0.8305785,0.8264463,0.822314,0.8181818,0.8140496,0.8057851,0.7933884,0.7933884,0.78099173,0.76859504,0.7644628,0.75206614,0.74793386,0.74380165,0.7355372,0.73966944,0.74380165,0.73966944,0.73140496,0.72727275,0.7231405,0.73140496,0.7231405,0.7231405,0.7231405,0.7107438,0.6859504,0.6694215,0.6280992,0.59917355,0.58677685,0.553719,0.5371901,0.47107437,0.4338843,0.47107437,0.5289256,0.5495868,0.5289256,0.5289256,0.27272728,0.03305785,0.09504132,0.09917355,0.08264463,0.07438017,0.0785124,0.0785124,0.07024793,0.049586777,0.42975205,0.5371901,0.5,0.5082645,0.59090906,0.661157,0.6983471,0.7231405,0.73140496,0.77272725,0.79752064,0.80991733,0.8264463,0.822314,0.8305785,0.8305785,0.8347107,0.8264463,0.8264463,0.8305785,0.8140496,0.822314,0.8181818,0.8140496,0.8181818,0.80991733,0.79752064,0.7892562,0.7768595,0.76859504,0.7768595,0.7644628,0.75619835,0.74793386,0.74793386,0.75206614,0.74380165,0.7355372,0.7355372,0.7107438,0.6735537,0.6528926,0.607438,0.57438016,0.55785125,0.5247934,0.46694216,0.4214876,0.46694216,0.5165289,0.553719,0.553719,0.53305787,0.5289256,0.28099173,0.037190083,0.12809917,0.15289256,0.1322314,0.0785124,0.07438017,0.07024793,0.08677686,0.049586777,0.35123968,0.5371901,0.5289256,0.49173555,0.5041322,0.58264464,0.6404959,0.6859504,0.6983471,0.72727275,0.78099173,0.79752064,0.822314,0.822314,0.8305785,0.8264463,0.838843,0.8347107,0.8347107,0.8347107,0.8347107,0.8347107,0.8264463,0.8305785,0.8347107,0.8305785,0.822314,0.822314,0.8140496,0.8016529,0.8016529,0.7933884,0.78512394,0.7892562,0.7768595,0.76859504,0.76033056,0.73966944,0.72727275,0.6983471,0.661157,0.61570245,0.5661157,0.53305787,0.5082645,0.46694216,0.4214876,0.45041323,0.5123967,0.5495868,0.55785125,0.5495868,0.53305787,0.53305787,0.30991736,0.05785124,0.12809917,0.21487603,0.20247933,0.07438017,0.07438017,0.08264463,0.08264463,0.041322313,0.2603306,0.5123967,0.54545456,0.5082645,0.48347107,0.49173555,0.55785125,0.6198347,0.661157,0.6818182,0.73140496,0.78099173,0.8057851,0.8181818,0.8264463,0.8264463,0.8347107,0.838843,0.838843,0.838843,0.838843,0.8347107,0.8305785,0.8347107,0.8347107,0.8347107,0.8264463,0.8347107,0.8264463,0.8305785,0.8181818,0.80991733,0.8016529,0.8016529,0.7892562,0.78099173,0.76033056,0.73140496,0.70247936,0.6818182,0.61157024,0.56198347,0.5165289,0.48347107,0.446281,0.42561984,0.446281,0.5041322,0.5413223,0.553719,0.5661157,0.55785125,0.54545456,0.53305787,0.3305785,0.08677686,0.13636364,0.19421488,0.24793388,0.07024793,0.0661157,0.07438017,0.08264463,0.053719006,0.18595041,0.4752066,0.5495868,0.53305787,0.5,0.47107437,0.48347107,0.53305787,0.59504133,0.6322314,0.661157,0.73140496,0.78512394,0.8140496,0.8181818,0.822314,0.8305785,0.8347107,0.8305785,0.8347107,0.8305785,0.8264463,0.8264463,0.8264463,0.822314,0.822314,0.8140496,0.8140496,0.8264463,0.8264463,0.8181818,0.8057851,0.79752064,0.78099173,0.77272725,0.76859504,0.74380165,0.6983471,0.6652893,0.61157024,0.54545456,0.5,0.46280992,0.42975205,0.4090909,0.43801653,0.4876033,0.53305787,0.56198347,0.56198347,0.553719,0.56198347,0.54545456,0.5289256,0.35123968,0.11570248,0.1570248,0.2107438,0.20661157,7 +0.75206614,0.7933884,0.8181818,0.822314,0.838843,0.8429752,0.8512397,0.8512397,0.8429752,0.8305785,0.8057851,0.78512394,0.78512394,0.7933884,0.8016529,0.8057851,0.80991733,0.8181818,0.8140496,0.8181818,0.8264463,0.8264463,0.8264463,0.8264463,0.8181818,0.8181818,0.8140496,0.8057851,0.8016529,0.8016529,0.79752064,0.8057851,0.7892562,0.7892562,0.7644628,0.73966944,0.71900827,0.6983471,0.661157,0.62396693,0.58677685,0.5289256,0.48347107,0.44214877,0.3966942,0.3553719,0.30991736,0.2644628,0.22727273,0.2107438,0.19008264,0.19008264,0.19421488,0.1983471,0.21900827,0.2107438,0.21900827,0.21900827,0.2231405,0.21487603,0.23553719,0.2231405,0.2107438,0.19008264,0.76859504,0.8016529,0.8181818,0.822314,0.8347107,0.8429752,0.8347107,0.8016529,0.75619835,0.7107438,0.6735537,0.6735537,0.6859504,0.6818182,0.6694215,0.6446281,0.6487603,0.6570248,0.661157,0.6735537,0.7107438,0.73140496,0.74793386,0.76033056,0.77272725,0.77272725,0.78099173,0.7768595,0.78099173,0.78512394,0.7892562,0.79752064,0.7933884,0.7892562,0.78512394,0.7644628,0.7355372,0.71900827,0.6818182,0.6570248,0.6280992,0.59504133,0.54545456,0.5,0.45454547,0.40082645,0.35950413,0.3264463,0.2603306,0.21487603,0.19008264,0.19008264,0.18595041,0.18595041,0.2107438,0.19421488,0.20247933,0.2107438,0.20661157,0.1983471,0.21487603,0.22727273,0.2231405,0.2107438,0.78099173,0.8057851,0.822314,0.8305785,0.8305785,0.8181818,0.77272725,0.7355372,0.71900827,0.69008267,0.6404959,0.60330576,0.59090906,0.57024795,0.54545456,0.5206612,0.5082645,0.5165289,0.53305787,0.5289256,0.553719,0.59504133,0.607438,0.6322314,0.677686,0.6942149,0.7231405,0.73966944,0.75206614,0.77272725,0.78099173,0.78512394,0.78512394,0.77272725,0.76859504,0.76033056,0.73966944,0.71900827,0.6942149,0.6652893,0.6363636,0.61157024,0.58677685,0.54545456,0.48347107,0.42975205,0.35123968,0.30578512,0.28512397,0.23966943,0.20247933,0.19421488,0.17768595,0.18595041,0.1983471,0.19008264,0.20247933,0.2107438,0.19008264,0.20661157,0.20247933,0.21900827,0.21900827,0.22727273,0.7933884,0.80991733,0.822314,0.80991733,0.78099173,0.74793386,0.73140496,0.7355372,0.73140496,0.70247936,0.6652893,0.6198347,0.5785124,0.53305787,0.49586776,0.46694216,0.45041323,0.46280992,0.4752066,0.48347107,0.47933885,0.49586776,0.5,0.5165289,0.58677685,0.6198347,0.6487603,0.6859504,0.71900827,0.75206614,0.76859504,0.76859504,0.77272725,0.75619835,0.74793386,0.7355372,0.71900827,0.69008267,0.6652893,0.6322314,0.59917355,0.553719,0.5165289,0.46694216,0.41322315,0.3553719,0.29752067,0.24793388,0.23553719,0.22727273,0.23140496,0.20247933,0.17355372,0.1694215,0.18595041,0.18181819,0.20661157,0.21900827,0.1983471,0.20247933,0.20247933,0.2107438,0.2107438,0.2107438,0.7933884,0.8140496,0.8016529,0.75206614,0.75619835,0.77272725,0.78512394,0.78512394,0.78099173,0.7644628,0.73140496,0.71900827,0.677686,0.6363636,0.58264464,0.5371901,0.5,0.47933885,0.47107437,0.4876033,0.47933885,0.47107437,0.47107437,0.4752066,0.5247934,0.57024795,0.607438,0.6404959,0.6735537,0.7231405,0.75206614,0.75206614,0.75619835,0.72727275,0.71900827,0.6983471,0.6694215,0.6363636,0.61157024,0.58264464,0.5165289,0.45041323,0.3966942,0.35123968,0.3181818,0.29338843,0.2520661,0.22727273,0.20247933,0.21487603,0.23966943,0.23966943,0.2107438,0.17355372,0.18181819,0.17355372,0.19008264,0.1983471,0.19421488,0.2107438,0.20661157,0.20661157,0.21487603,0.2107438,0.79752064,0.8016529,0.7644628,0.75619835,0.78512394,0.8181818,0.8181818,0.80991733,0.7933884,0.77272725,0.74793386,0.73140496,0.7231405,0.70247936,0.6652893,0.6322314,0.59504133,0.5661157,0.5413223,0.5247934,0.5165289,0.5123967,0.5041322,0.5041322,0.5123967,0.55785125,0.58264464,0.62396693,0.661157,0.71487606,0.74793386,0.74793386,0.73140496,0.70247936,0.677686,0.6570248,0.61157024,0.57024795,0.5413223,0.5206612,0.45454547,0.38016528,0.3264463,0.30578512,0.30165288,0.29752067,0.27272728,0.26859504,0.24793388,0.25619835,0.26859504,0.2768595,0.2768595,0.21487603,0.20247933,0.1983471,0.18181819,0.18181819,0.18595041,0.18181819,0.1983471,0.2107438,0.2107438,0.2107438,0.79752064,0.7892562,0.77272725,0.7768595,0.8057851,0.8181818,0.80991733,0.7892562,0.76859504,0.76033056,0.74793386,0.7231405,0.71900827,0.70247936,0.6818182,0.6528926,0.6280992,0.607438,0.58264464,0.57024795,0.55785125,0.553719,0.553719,0.55785125,0.5495868,0.56198347,0.59504133,0.6322314,0.677686,0.7355372,0.75619835,0.75206614,0.7231405,0.6859504,0.661157,0.61570245,0.55785125,0.5082645,0.4876033,0.4752066,0.4338843,0.39256197,0.37190083,0.3677686,0.37603307,0.38429752,0.38842976,0.39256197,0.40495867,0.41735536,0.41322315,0.38429752,0.39256197,0.3429752,0.2520661,0.25619835,0.21487603,0.20247933,0.18595041,0.16528925,0.18181819,0.19008264,0.20247933,0.20661157,0.79752064,0.7892562,0.7892562,0.79752064,0.8057851,0.79752064,0.78099173,0.75619835,0.74380165,0.74793386,0.74793386,0.74793386,0.73140496,0.7231405,0.6942149,0.6735537,0.6528926,0.62396693,0.58677685,0.55785125,0.5495868,0.5495868,0.55785125,0.56198347,0.58264464,0.59504133,0.62396693,0.6652893,0.71487606,0.75619835,0.76859504,0.7644628,0.73966944,0.6942149,0.6487603,0.58677685,0.5289256,0.48347107,0.47107437,0.46694216,0.45041323,0.43801653,0.43801653,0.44214877,0.44214877,0.446281,0.46280992,0.46694216,0.4752066,0.4752066,0.45867768,0.45454547,0.4338843,0.3966942,0.3429752,0.3140496,0.27272728,0.2107438,0.19421488,0.17768595,0.18595041,0.18595041,0.1983471,0.19008264,0.79752064,0.79752064,0.8016529,0.8016529,0.7892562,0.7768595,0.74380165,0.73966944,0.73966944,0.75206614,0.75206614,0.75619835,0.75619835,0.73966944,0.73140496,0.71487606,0.6859504,0.6446281,0.60330576,0.55785125,0.53305787,0.53305787,0.5413223,0.54545456,0.55785125,0.59090906,0.6363636,0.70247936,0.75206614,0.78099173,0.7933884,0.78099173,0.76033056,0.70247936,0.6322314,0.5661157,0.5123967,0.47933885,0.46694216,0.45867768,0.45867768,0.446281,0.45041323,0.45867768,0.45454547,0.45867768,0.46280992,0.47933885,0.47107437,0.4752066,0.46280992,0.45867768,0.43801653,0.40082645,0.37603307,0.36363637,0.3181818,0.2520661,0.17355372,0.14049587,0.1694215,0.18181819,0.20661157,0.20247933,0.80991733,0.8057851,0.8057851,0.7933884,0.77272725,0.75619835,0.75206614,0.75206614,0.77272725,0.77272725,0.78099173,0.7768595,0.78512394,0.7768595,0.76859504,0.75206614,0.72727275,0.6859504,0.6322314,0.5785124,0.5289256,0.5123967,0.5123967,0.5206612,0.5247934,0.5495868,0.62396693,0.72727275,0.79752064,0.80991733,0.8140496,0.8057851,0.77272725,0.71487606,0.62396693,0.5495868,0.48347107,0.46280992,0.45041323,0.45454547,0.45454547,0.45454547,0.45867768,0.46280992,0.45867768,0.46694216,0.47933885,0.4876033,0.49173555,0.4752066,0.47107437,0.45867768,0.42561984,0.39256197,0.38842976,0.37190083,0.35123968,0.29338843,0.20247933,0.12809917,0.10743801,0.15289256,0.1694215,0.1983471,0.8181818,0.822314,0.8140496,0.79752064,0.76859504,0.75619835,0.76859504,0.7768595,0.7933884,0.79752064,0.8016529,0.8016529,0.8016529,0.8016529,0.7933884,0.78099173,0.75206614,0.71487606,0.6570248,0.60330576,0.5247934,0.5041322,0.49173555,0.49586776,0.5082645,0.5123967,0.5661157,0.72727275,0.8305785,0.838843,0.8347107,0.8264463,0.7892562,0.71900827,0.6322314,0.5247934,0.46694216,0.43801653,0.4338843,0.446281,0.45867768,0.45867768,0.46280992,0.46280992,0.47107437,0.47933885,0.5041322,0.5123967,0.5165289,0.49173555,0.4752066,0.45454547,0.41735536,0.38429752,0.37190083,0.35950413,0.34710744,0.30991736,0.23140496,0.1446281,0.08677686,0.10743801,0.14049587,0.15289256,0.8264463,0.8305785,0.8181818,0.8016529,0.7768595,0.76033056,0.78099173,0.7892562,0.79752064,0.8016529,0.8057851,0.8057851,0.8057851,0.80991733,0.7933884,0.7768595,0.74380165,0.70247936,0.6528926,0.607438,0.5206612,0.48347107,0.46280992,0.47107437,0.49173555,0.5,0.5289256,0.6818182,0.8347107,0.8471074,0.8512397,0.838843,0.8181818,0.7355372,0.61157024,0.5082645,0.446281,0.4214876,0.4214876,0.41735536,0.4338843,0.43801653,0.44214877,0.45867768,0.4876033,0.5123967,0.5371901,0.55785125,0.53305787,0.5123967,0.48347107,0.4338843,0.38842976,0.38016528,0.3553719,0.34710744,0.3429752,0.3140496,0.2644628,0.16115703,0.08677686,0.09917355,0.12396694,0.1446281,0.8347107,0.8347107,0.822314,0.8016529,0.7892562,0.78099173,0.7768595,0.77272725,0.77272725,0.78512394,0.7892562,0.78099173,0.7768595,0.78512394,0.75619835,0.73966944,0.6983471,0.6528926,0.607438,0.57024795,0.5,0.45867768,0.4338843,0.446281,0.48347107,0.5165289,0.54545456,0.677686,0.8305785,0.8512397,0.8512397,0.8471074,0.8264463,0.74793386,0.60330576,0.48347107,0.42975205,0.40082645,0.3966942,0.39256197,0.3966942,0.4090909,0.4338843,0.47107437,0.5041322,0.54545456,0.5661157,0.59090906,0.56198347,0.5165289,0.48347107,0.4214876,0.35123968,0.34710744,0.35950413,0.33471075,0.33471075,0.32231405,0.29338843,0.19421488,0.09090909,0.10330579,0.11570248,0.15289256,0.838843,0.838843,0.8305785,0.80991733,0.79752064,0.78512394,0.76033056,0.74380165,0.7231405,0.74793386,0.75619835,0.74380165,0.73966944,0.7231405,0.6942149,0.6652893,0.6198347,0.5785124,0.5371901,0.5041322,0.46694216,0.4338843,0.41322315,0.45041323,0.5206612,0.57438016,0.60330576,0.7066116,0.8264463,0.8553719,0.8553719,0.8512397,0.8264463,0.74793386,0.607438,0.4876033,0.4214876,0.41322315,0.40495867,0.38429752,0.38016528,0.3966942,0.4338843,0.46280992,0.49586776,0.53305787,0.56198347,0.5661157,0.553719,0.5,0.45867768,0.4090909,0.3305785,0.30165288,0.33471075,0.3305785,0.338843,0.3305785,0.30991736,0.21487603,0.10743801,0.09917355,0.11570248,0.1446281,0.8471074,0.8429752,0.8347107,0.8264463,0.8140496,0.7933884,0.75619835,0.7107438,0.6570248,0.6363636,0.6363636,0.6363636,0.6363636,0.6322314,0.59504133,0.5495868,0.5165289,0.47107437,0.44214877,0.38429752,0.3429752,0.32231405,0.38016528,0.47107437,0.5785124,0.6570248,0.6818182,0.75619835,0.8305785,0.8512397,0.8512397,0.8512397,0.8264463,0.74793386,0.607438,0.49586776,0.44214877,0.44214877,0.4214876,0.37190083,0.338843,0.3181818,0.35123968,0.37603307,0.4090909,0.45454547,0.49586776,0.5041322,0.49586776,0.45041323,0.41735536,0.3677686,0.30991736,0.28099173,0.30991736,0.3140496,0.3264463,0.3264463,0.3181818,0.23553719,0.12396694,0.10330579,0.12396694,0.1322314,0.8471074,0.8471074,0.838843,0.8347107,0.8305785,0.80991733,0.78512394,0.73140496,0.61570245,0.5082645,0.4338843,0.4214876,0.4338843,0.43801653,0.40082645,0.38429752,0.35950413,0.3429752,0.32231405,0.28512397,0.28512397,0.3264463,0.46280992,0.5661157,0.6322314,0.6942149,0.74380165,0.79752064,0.8347107,0.8512397,0.8512397,0.8471074,0.8305785,0.75619835,0.6198347,0.5082645,0.4752066,0.46280992,0.45454547,0.446281,0.4214876,0.35123968,0.29338843,0.2520661,0.25619835,0.30578512,0.35123968,0.38429752,0.38842976,0.36363637,0.3429752,0.30578512,0.2644628,0.2603306,0.28512397,0.30578512,0.338843,0.35123968,0.3264463,0.24380165,0.14049587,0.09917355,0.1322314,0.12809917,0.8471074,0.8512397,0.8471074,0.8429752,0.8347107,0.8347107,0.8140496,0.7892562,0.69008267,0.59090906,0.47933885,0.43801653,0.41735536,0.3966942,0.36363637,0.338843,0.338843,0.3305785,0.3305785,0.338843,0.37190083,0.42975205,0.53305787,0.6280992,0.6859504,0.73966944,0.7892562,0.822314,0.8347107,0.8471074,0.8512397,0.8471074,0.8305785,0.77272725,0.6322314,0.5247934,0.5123967,0.5041322,0.49173555,0.5,0.49173555,0.45041323,0.39256197,0.3181818,0.27272728,0.2520661,0.2603306,0.26859504,0.2644628,0.2520661,0.23553719,0.22727273,0.2107438,0.22727273,0.28099173,0.30578512,0.338843,0.3677686,0.3553719,0.2520661,0.1446281,0.09917355,0.11983471,0.1446281,0.8512397,0.8512397,0.8471074,0.8429752,0.8347107,0.8347107,0.8305785,0.8140496,0.7768595,0.71487606,0.6446281,0.59090906,0.54545456,0.5165289,0.48347107,0.446281,0.42561984,0.4214876,0.42975205,0.45454547,0.48347107,0.5165289,0.59504133,0.69008267,0.74380165,0.7892562,0.8181818,0.8305785,0.8429752,0.8471074,0.8553719,0.8512397,0.838843,0.7768595,0.6363636,0.5371901,0.5371901,0.5495868,0.53305787,0.5289256,0.5289256,0.5123967,0.4752066,0.4214876,0.37603307,0.3305785,0.30991736,0.29752067,0.2603306,0.24793388,0.20247933,0.20247933,0.2107438,0.23966943,0.29752067,0.32231405,0.35123968,0.38429752,0.38016528,0.26859504,0.1570248,0.09917355,0.11983471,0.14049587,0.8553719,0.8512397,0.8512397,0.8429752,0.838843,0.838843,0.8305785,0.8181818,0.8016529,0.76033056,0.71487606,0.6694215,0.62396693,0.59917355,0.57438016,0.5495868,0.53305787,0.5371901,0.54545456,0.553719,0.58264464,0.62396693,0.71487606,0.7644628,0.79752064,0.822314,0.8305785,0.838843,0.8429752,0.8595041,0.8595041,0.8512397,0.838843,0.7768595,0.6487603,0.5413223,0.5413223,0.57438016,0.57438016,0.5785124,0.57024795,0.5495868,0.5082645,0.5,0.45041323,0.42561984,0.3966942,0.39256197,0.3553719,0.33471075,0.29752067,0.29752067,0.30165288,0.3140496,0.3429752,0.3553719,0.37603307,0.3966942,0.4090909,0.30165288,0.1694215,0.12396694,0.11983471,0.1322314,0.8553719,0.8512397,0.8471074,0.8471074,0.8429752,0.8429752,0.8347107,0.8264463,0.8057851,0.7768595,0.75206614,0.72727275,0.6983471,0.6942149,0.6735537,0.6487603,0.6404959,0.6280992,0.6280992,0.61570245,0.6694215,0.74793386,0.8016529,0.8181818,0.8305785,0.8347107,0.8429752,0.8429752,0.8512397,0.8553719,0.8595041,0.8553719,0.8429752,0.7768595,0.6528926,0.5495868,0.54545456,0.5661157,0.60330576,0.6280992,0.62396693,0.5785124,0.5289256,0.5165289,0.49586776,0.4752066,0.46280992,0.45041323,0.43801653,0.41735536,0.40082645,0.40495867,0.39256197,0.38429752,0.39256197,0.40495867,0.3966942,0.41735536,0.42561984,0.35123968,0.17768595,0.12809917,0.13636364,0.12809917,0.8553719,0.8512397,0.8471074,0.8512397,0.8471074,0.8429752,0.838843,0.838843,0.822314,0.8140496,0.8016529,0.7892562,0.7768595,0.76859504,0.74380165,0.71487606,0.69008267,0.677686,0.6859504,0.71900827,0.78099173,0.8140496,0.838843,0.838843,0.8429752,0.8429752,0.8429752,0.838843,0.8512397,0.8553719,0.8553719,0.8595041,0.838843,0.77272725,0.6570248,0.55785125,0.5413223,0.56198347,0.59504133,0.6446281,0.6694215,0.6322314,0.57438016,0.553719,0.5165289,0.5082645,0.49586776,0.47933885,0.46694216,0.46280992,0.46280992,0.45867768,0.45041323,0.45041323,0.43801653,0.44214877,0.4338843,0.4338843,0.446281,0.38429752,0.20661157,0.11570248,0.13636364,0.1446281,0.8512397,0.8553719,0.8471074,0.8471074,0.8429752,0.8471074,0.8471074,0.8429752,0.8429752,0.8347107,0.8347107,0.8264463,0.8181818,0.80991733,0.7892562,0.78099173,0.75619835,0.75619835,0.78099173,0.80991733,0.8264463,0.838843,0.8429752,0.8471074,0.8471074,0.8429752,0.8429752,0.8429752,0.8512397,0.8553719,0.8553719,0.8553719,0.838843,0.7768595,0.6652893,0.5661157,0.5413223,0.55785125,0.58264464,0.6446281,0.6983471,0.6983471,0.6570248,0.62396693,0.57438016,0.553719,0.5495868,0.5247934,0.5082645,0.49586776,0.5206612,0.5041322,0.5165289,0.5041322,0.5041322,0.49173555,0.4752066,0.45867768,0.45454547,0.4090909,0.23553719,0.12809917,0.1322314,0.14049587,0.8512397,0.8553719,0.8471074,0.8471074,0.8429752,0.8471074,0.8471074,0.8512397,0.8429752,0.8512397,0.8471074,0.8429752,0.838843,0.8347107,0.8264463,0.822314,0.8264463,0.8181818,0.8347107,0.8347107,0.838843,0.8471074,0.8512397,0.8512397,0.8471074,0.8471074,0.8429752,0.8471074,0.8471074,0.8553719,0.8553719,0.8512397,0.8347107,0.7768595,0.677686,0.5785124,0.5413223,0.553719,0.5661157,0.6280992,0.69008267,0.72727275,0.7355372,0.6859504,0.6735537,0.6404959,0.6198347,0.60330576,0.58677685,0.57438016,0.57438016,0.58677685,0.5785124,0.57438016,0.5661157,0.5413223,0.5165289,0.4752066,0.46280992,0.42975205,0.2603306,0.1322314,0.1322314,0.1322314,0.8429752,0.8512397,0.8471074,0.8471074,0.838843,0.8471074,0.8512397,0.8429752,0.8512397,0.8471074,0.8471074,0.8512397,0.8429752,0.838843,0.838843,0.838843,0.8429752,0.838843,0.838843,0.8429752,0.8429752,0.8429752,0.8512397,0.8429752,0.8429752,0.8471074,0.8471074,0.8429752,0.8512397,0.8512397,0.8512397,0.8471074,0.8264463,0.78512394,0.7066116,0.61157024,0.55785125,0.5371901,0.56198347,0.60330576,0.661157,0.70247936,0.7355372,0.75206614,0.72727275,0.7231405,0.7066116,0.6983471,0.6818182,0.6694215,0.6570248,0.6570248,0.6404959,0.6280992,0.61157024,0.58264464,0.54545456,0.49586776,0.4752066,0.4338843,0.28512397,0.1322314,0.11983471,0.14049587,0.838843,0.8512397,0.8512397,0.8429752,0.838843,0.8471074,0.8471074,0.8471074,0.8429752,0.8429752,0.8471074,0.8471074,0.8512397,0.8471074,0.8429752,0.838843,0.838843,0.838843,0.838843,0.8347107,0.8347107,0.838843,0.8471074,0.8429752,0.8429752,0.8471074,0.8429752,0.8429752,0.8512397,0.8553719,0.8595041,0.8429752,0.8264463,0.7933884,0.73140496,0.6404959,0.58264464,0.5247934,0.5413223,0.58677685,0.6487603,0.6859504,0.71487606,0.73966944,0.74380165,0.75619835,0.74793386,0.74380165,0.73966944,0.72727275,0.71900827,0.70247936,0.6818182,0.6528926,0.6322314,0.60330576,0.55785125,0.5123967,0.4752066,0.44214877,0.30165288,0.1322314,0.11157025,0.14876033,0.8347107,0.8429752,0.8471074,0.8429752,0.8347107,0.838843,0.8429752,0.8429752,0.8429752,0.8471074,0.8429752,0.8429752,0.8471074,0.8471074,0.838843,0.8347107,0.8305785,0.8305785,0.8305785,0.8264463,0.8264463,0.8305785,0.838843,0.8429752,0.838843,0.8429752,0.8471074,0.8471074,0.8512397,0.8553719,0.8512397,0.8471074,0.822314,0.8016529,0.75619835,0.6818182,0.59504133,0.5413223,0.5123967,0.5661157,0.6322314,0.6818182,0.7066116,0.73140496,0.74380165,0.75619835,0.75206614,0.75206614,0.75619835,0.74793386,0.7355372,0.71900827,0.70247936,0.6735537,0.6363636,0.607438,0.57438016,0.5289256,0.5,0.43801653,0.28512397,0.12809917,0.10330579,0.1446281,0.8347107,0.8429752,0.8471074,0.8429752,0.838843,0.838843,0.8429752,0.838843,0.8429752,0.8429752,0.8429752,0.8471074,0.8471074,0.8429752,0.838843,0.8305785,0.8181818,0.8057851,0.8057851,0.8057851,0.80991733,0.8181818,0.8264463,0.8347107,0.838843,0.838843,0.8429752,0.8553719,0.8553719,0.8553719,0.8512397,0.838843,0.8181818,0.79752064,0.7644628,0.69008267,0.60330576,0.553719,0.5,0.5413223,0.61570245,0.6694215,0.7066116,0.73140496,0.74380165,0.74793386,0.75206614,0.74793386,0.75619835,0.74380165,0.73140496,0.71900827,0.70247936,0.6818182,0.6487603,0.60330576,0.57024795,0.53305787,0.5041322,0.41735536,0.26859504,0.12809917,0.10743801,0.1570248,0.8305785,0.8347107,0.838843,0.8429752,0.838843,0.8429752,0.8429752,0.8429752,0.8429752,0.8429752,0.8429752,0.8471074,0.8471074,0.838843,0.8305785,0.8140496,0.7768595,0.75619835,0.7768595,0.78099173,0.78099173,0.7933884,0.8140496,0.838843,0.838843,0.838843,0.8471074,0.8553719,0.8553719,0.8471074,0.8429752,0.8347107,0.80991733,0.7892562,0.75206614,0.677686,0.58677685,0.56198347,0.5165289,0.5247934,0.59504133,0.6487603,0.6859504,0.71900827,0.73140496,0.74380165,0.75206614,0.74380165,0.7355372,0.73140496,0.72727275,0.7066116,0.7066116,0.677686,0.6446281,0.60330576,0.56198347,0.53305787,0.49586776,0.41322315,0.22727273,0.11157025,0.11570248,0.14876033,0.8264463,0.8305785,0.8347107,0.8429752,0.838843,0.8429752,0.8429752,0.838843,0.8347107,0.838843,0.8429752,0.838843,0.838843,0.8347107,0.822314,0.7892562,0.72727275,0.71487606,0.73966944,0.75206614,0.74380165,0.7644628,0.80991733,0.838843,0.8471074,0.8429752,0.8347107,0.8429752,0.8471074,0.838843,0.8264463,0.80991733,0.7892562,0.7644628,0.7066116,0.6280992,0.553719,0.5413223,0.5413223,0.5289256,0.57438016,0.6363636,0.6735537,0.70247936,0.71900827,0.72727275,0.7355372,0.73140496,0.72727275,0.72727275,0.7231405,0.6983471,0.69008267,0.6570248,0.6280992,0.59917355,0.553719,0.5289256,0.4876033,0.37603307,0.18595041,0.11983471,0.12809917,0.14876033,0.8181818,0.8264463,0.8347107,0.838843,0.8347107,0.838843,0.838843,0.838843,0.8347107,0.838843,0.8347107,0.8347107,0.8347107,0.8305785,0.8140496,0.7933884,0.75206614,0.71900827,0.72727275,0.7231405,0.71487606,0.74793386,0.8057851,0.838843,0.8429752,0.8305785,0.80991733,0.8016529,0.8140496,0.8140496,0.8016529,0.77272725,0.75619835,0.7066116,0.62396693,0.55785125,0.5206612,0.53305787,0.5413223,0.5289256,0.5661157,0.62396693,0.6652893,0.6942149,0.6983471,0.7107438,0.71900827,0.71900827,0.71900827,0.71900827,0.7066116,0.677686,0.6570248,0.6363636,0.61157024,0.58264464,0.5495868,0.5206612,0.46280992,0.3140496,0.1570248,0.11983471,0.14049587,0.14876033,0.8057851,0.8140496,0.8305785,0.8305785,0.838843,0.8347107,0.838843,0.8429752,0.8429752,0.8347107,0.8347107,0.8305785,0.8264463,0.8181818,0.80991733,0.78512394,0.75206614,0.71900827,0.71487606,0.70247936,0.71900827,0.75206614,0.79752064,0.8305785,0.8264463,0.7892562,0.73966944,0.71487606,0.77272725,0.7892562,0.77272725,0.72727275,0.69008267,0.6322314,0.5413223,0.5,0.5206612,0.5413223,0.54545456,0.5206612,0.5495868,0.60330576,0.6446281,0.6694215,0.6735537,0.69008267,0.7066116,0.71487606,0.7107438,0.6983471,0.6859504,0.6570248,0.6363636,0.6198347,0.59504133,0.56198347,0.5413223,0.5,0.4338843,0.2644628,0.1322314,0.11983471,0.15289256,0.1446281,0.8057851,0.80991733,0.822314,0.8305785,0.8264463,0.8305785,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.8264463,0.8140496,0.8057851,0.7933884,0.77272725,0.73966944,0.7107438,0.70247936,0.7066116,0.74380165,0.78099173,0.8016529,0.8057851,0.7892562,0.6652893,0.5371901,0.5289256,0.6818182,0.76859504,0.72727275,0.6570248,0.60330576,0.56198347,0.446281,0.41322315,0.48347107,0.5247934,0.5206612,0.5206612,0.5413223,0.57438016,0.6198347,0.6487603,0.661157,0.6735537,0.6942149,0.70247936,0.69008267,0.6735537,0.6528926,0.6363636,0.6198347,0.607438,0.5785124,0.5495868,0.5247934,0.4752066,0.38842976,0.21900827,0.10743801,0.12396694,0.15289256,0.13636364,0.8016529,0.8140496,0.822314,0.822314,0.8264463,0.8305785,0.8347107,0.8347107,0.8305785,0.8305785,0.822314,0.8181818,0.8057851,0.79752064,0.7768595,0.75619835,0.7355372,0.70247936,0.71900827,0.74793386,0.78512394,0.8140496,0.8181818,0.8181818,0.78099173,0.6322314,0.5165289,0.5371901,0.6404959,0.7107438,0.661157,0.5785124,0.54545456,0.47933885,0.36363637,0.3305785,0.43801653,0.5041322,0.5206612,0.5247934,0.5413223,0.56198347,0.59917355,0.6280992,0.6487603,0.6652893,0.6735537,0.6735537,0.6694215,0.6528926,0.6322314,0.6198347,0.61157024,0.59090906,0.57024795,0.5289256,0.5,0.44214877,0.35123968,0.17355372,0.11157025,0.12809917,0.14876033,0.12396694,0.7933884,0.8016529,0.8140496,0.8140496,0.822314,0.8264463,0.8305785,0.8305785,0.8264463,0.8264463,0.8181818,0.8057851,0.7933884,0.7892562,0.76033056,0.73966944,0.71900827,0.71487606,0.76033056,0.7933884,0.8181818,0.8305785,0.8347107,0.8347107,0.8140496,0.73966944,0.6735537,0.6735537,0.6818182,0.6859504,0.6363636,0.553719,0.5041322,0.46694216,0.39256197,0.35950413,0.43801653,0.49173555,0.53305787,0.5371901,0.553719,0.5495868,0.5785124,0.60330576,0.62396693,0.6363636,0.661157,0.6487603,0.6446281,0.6363636,0.6198347,0.607438,0.60330576,0.57438016,0.553719,0.5082645,0.4876033,0.4214876,0.29338843,0.14049587,0.11157025,0.1446281,0.1322314,0.10743801,0.7892562,0.79752064,0.8140496,0.80991733,0.8181818,0.822314,0.8264463,0.8264463,0.822314,0.8181818,0.80991733,0.79752064,0.78099173,0.7644628,0.74380165,0.73140496,0.73140496,0.76033056,0.79752064,0.822314,0.8347107,0.838843,0.8347107,0.838843,0.8264463,0.79752064,0.76033056,0.73966944,0.71487606,0.6570248,0.59090906,0.53305787,0.5041322,0.4752066,0.44214877,0.4214876,0.46694216,0.5082645,0.54545456,0.553719,0.56198347,0.5495868,0.5661157,0.58264464,0.607438,0.6198347,0.6280992,0.6363636,0.62396693,0.61570245,0.61157024,0.59917355,0.59504133,0.553719,0.53305787,0.5,0.46694216,0.38842976,0.23966943,0.11570248,0.12809917,0.13636364,0.11157025,0.09917355,0.7892562,0.7933884,0.8057851,0.80991733,0.8140496,0.822314,0.822314,0.822314,0.822314,0.80991733,0.8016529,0.7892562,0.7644628,0.75619835,0.73140496,0.73966944,0.7768595,0.79752064,0.8264463,0.8305785,0.8305785,0.838843,0.838843,0.838843,0.8347107,0.8181818,0.8057851,0.78512394,0.72727275,0.6322314,0.55785125,0.53305787,0.53305787,0.5082645,0.5,0.4876033,0.5123967,0.5289256,0.5495868,0.55785125,0.5661157,0.553719,0.55785125,0.5661157,0.58264464,0.60330576,0.60330576,0.6198347,0.61157024,0.59917355,0.59090906,0.58677685,0.57438016,0.5495868,0.5082645,0.49173555,0.44214877,0.3429752,0.20247933,0.11570248,0.12809917,0.12809917,0.09504132,0.09090909,0.7892562,0.7933884,0.79752064,0.80991733,0.8140496,0.8140496,0.8140496,0.8181818,0.8140496,0.80991733,0.79752064,0.78099173,0.75206614,0.75206614,0.74793386,0.77272725,0.8057851,0.822314,0.8347107,0.8305785,0.8305785,0.8347107,0.838843,0.838843,0.838843,0.8347107,0.822314,0.8016529,0.73140496,0.6280992,0.57024795,0.56198347,0.5661157,0.5495868,0.5413223,0.5371901,0.5495868,0.553719,0.553719,0.56198347,0.57438016,0.55785125,0.56198347,0.5661157,0.5785124,0.59090906,0.5785124,0.607438,0.59917355,0.59504133,0.58264464,0.5661157,0.54545456,0.5247934,0.49173555,0.4752066,0.41322315,0.30991736,0.17768595,0.11983471,0.12396694,0.10743801,0.08677686,0.09504132,0.7933884,0.79752064,0.8016529,0.8057851,0.8016529,0.80991733,0.8140496,0.8181818,0.8140496,0.8057851,0.7892562,0.78099173,0.76033056,0.76033056,0.77272725,0.79752064,0.8140496,0.8264463,0.8305785,0.838843,0.8347107,0.8347107,0.8347107,0.838843,0.838843,0.8305785,0.822314,0.80991733,0.7355372,0.6487603,0.59917355,0.59504133,0.58677685,0.5661157,0.5661157,0.57438016,0.57438016,0.57024795,0.55785125,0.553719,0.553719,0.56198347,0.57024795,0.57438016,0.58677685,0.58677685,0.59090906,0.59504133,0.58677685,0.58677685,0.57024795,0.553719,0.5247934,0.5082645,0.48347107,0.46280992,0.38429752,0.2768595,0.1570248,0.11570248,0.10743801,0.08264463,0.08677686,0.10330579,0.79752064,0.8016529,0.80991733,0.8016529,0.79752064,0.8016529,0.8181818,0.8140496,0.80991733,0.8057851,0.79752064,0.7768595,0.76033056,0.76859504,0.7892562,0.80991733,0.8264463,0.8347107,0.838843,0.838843,0.838843,0.838843,0.838843,0.838843,0.8347107,0.8305785,0.8264463,0.822314,0.7644628,0.6942149,0.6528926,0.6528926,0.6198347,0.58264464,0.57024795,0.58677685,0.58677685,0.57024795,0.56198347,0.57438016,0.553719,0.56198347,0.56198347,0.57024795,0.5785124,0.59090906,0.59504133,0.59090906,0.5785124,0.57438016,0.56198347,0.54545456,0.5206612,0.49586776,0.48347107,0.43801653,0.35950413,0.2520661,0.14876033,0.10743801,0.09504132,0.0785124,0.08264463,0.10743801,0.7892562,0.8057851,0.80991733,0.8057851,0.79752064,0.8057851,0.8140496,0.80991733,0.8057851,0.79752064,0.7933884,0.7768595,0.77272725,0.7892562,0.8016529,0.8181818,0.8264463,0.8347107,0.8347107,0.8429752,0.8429752,0.8429752,0.838843,0.8347107,0.8264463,0.8140496,0.8016529,0.7933884,0.76033056,0.74380165,0.73966944,0.71900827,0.6735537,0.61157024,0.58264464,0.5785124,0.59090906,0.58264464,0.57438016,0.57438016,0.56198347,0.56198347,0.5495868,0.55785125,0.5661157,0.58677685,0.60330576,0.5785124,0.57024795,0.55785125,0.553719,0.5413223,0.5165289,0.49173555,0.4752066,0.4214876,0.33471075,0.22727273,0.13636364,0.09504132,0.09504132,0.07438017,0.09090909,0.11157025,0.7892562,0.8016529,0.8057851,0.80991733,0.8016529,0.8016529,0.8057851,0.80991733,0.8016529,0.8016529,0.79752064,0.78099173,0.78512394,0.79752064,0.8057851,0.8140496,0.8264463,0.8305785,0.8347107,0.8305785,0.8305785,0.822314,0.79752064,0.76859504,0.74380165,0.70247936,0.6818182,0.6652893,0.6487603,0.6694215,0.6694215,0.6404959,0.5785124,0.5371901,0.5371901,0.5413223,0.56198347,0.57024795,0.57024795,0.5661157,0.56198347,0.55785125,0.54545456,0.5495868,0.553719,0.57438016,0.59504133,0.57438016,0.553719,0.5495868,0.54545456,0.5289256,0.5082645,0.48347107,0.45867768,0.3966942,0.32231405,0.20661157,0.11570248,0.09504132,0.09917355,0.0785124,0.11157025,0.11983471,0.7933884,0.8016529,0.8057851,0.8057851,0.8016529,0.8016529,0.8057851,0.80991733,0.8057851,0.80991733,0.8057851,0.7892562,0.7933884,0.79752064,0.8016529,0.79752064,0.79752064,0.79752064,0.79752064,0.78099173,0.74380165,0.7066116,0.6694215,0.6446281,0.6322314,0.6198347,0.59090906,0.55785125,0.5413223,0.5413223,0.5206612,0.5082645,0.46694216,0.46694216,0.46694216,0.46280992,0.47933885,0.5,0.5289256,0.5413223,0.54545456,0.54545456,0.5413223,0.5371901,0.54545456,0.55785125,0.56198347,0.5495868,0.5413223,0.55785125,0.5371901,0.5289256,0.5041322,0.4752066,0.446281,0.39256197,0.30991736,0.17355372,0.09917355,0.09504132,0.08677686,0.10743801,0.11983471,0.12809917,0.7933884,0.79752064,0.8057851,0.8016529,0.8057851,0.79752064,0.8057851,0.8057851,0.8140496,0.8181818,0.8181818,0.79752064,0.7892562,0.7892562,0.77272725,0.73966944,0.7066116,0.6735537,0.6487603,0.6363636,0.59504133,0.5661157,0.55785125,0.553719,0.5413223,0.5495868,0.5247934,0.49586776,0.46694216,0.45867768,0.4338843,0.4338843,0.42975205,0.4338843,0.42975205,0.4090909,0.4090909,0.41322315,0.446281,0.47933885,0.5123967,0.5247934,0.53305787,0.5247934,0.53305787,0.54545456,0.553719,0.53305787,0.553719,0.54545456,0.5371901,0.5206612,0.5,0.46694216,0.4338843,0.38429752,0.28099173,0.14049587,0.09090909,0.09504132,0.09090909,0.11570248,0.14876033,0.14049587,0.78512394,0.7933884,0.8016529,0.8016529,0.8057851,0.8016529,0.8057851,0.80991733,0.8181818,0.822314,0.8140496,0.8057851,0.78512394,0.77272725,0.7107438,0.6363636,0.5371901,0.46280992,0.446281,0.44214877,0.47933885,0.46280992,0.49173555,0.5123967,0.5123967,0.54545456,0.553719,0.5289256,0.47107437,0.45867768,0.45454547,0.46694216,0.45454547,0.43801653,0.4214876,0.3966942,0.37190083,0.3677686,0.37190083,0.39256197,0.446281,0.47933885,0.5041322,0.5247934,0.5371901,0.55785125,0.5661157,0.54545456,0.56198347,0.553719,0.5289256,0.5082645,0.4876033,0.46694216,0.41322315,0.37190083,0.23140496,0.11157025,0.09504132,0.09917355,0.10330579,0.12396694,0.13636364,0.13636364,0.78099173,0.7892562,0.79752064,0.8016529,0.79752064,0.8016529,0.8057851,0.8140496,0.822314,0.822314,0.822314,0.8057851,0.7768595,0.73140496,0.6735537,0.607438,0.48347107,0.3553719,0.28512397,0.28512397,0.37190083,0.4090909,0.45867768,0.5371901,0.5413223,0.61157024,0.6528926,0.6363636,0.55785125,0.5247934,0.55785125,0.57438016,0.5495868,0.49586776,0.4752066,0.41735536,0.33471075,0.32231405,0.30991736,0.3140496,0.34710744,0.4214876,0.47933885,0.5247934,0.54545456,0.55785125,0.57024795,0.5661157,0.5661157,0.54545456,0.5247934,0.49586776,0.4752066,0.45454547,0.40082645,0.3305785,0.18181819,0.08677686,0.09917355,0.10330579,0.12396694,0.11983471,0.11157025,0.11983471,0.76859504,0.7892562,0.8016529,0.8057851,0.8057851,0.8057851,0.80991733,0.80991733,0.822314,0.822314,0.822314,0.80991733,0.7768595,0.7231405,0.6983471,0.6983471,0.6280992,0.48347107,0.35950413,0.3305785,0.35123968,0.4090909,0.42561984,0.48347107,0.4876033,0.55785125,0.6280992,0.61157024,0.56198347,0.5123967,0.5413223,0.56198347,0.5413223,0.46280992,0.43801653,0.37190083,0.2892562,0.2520661,0.22727273,0.2107438,0.2520661,0.35123968,0.45454547,0.5123967,0.553719,0.57024795,0.58264464,0.58264464,0.57024795,0.5413223,0.5165289,0.49173555,0.47107437,0.446281,0.38429752,0.2892562,0.12809917,0.09090909,0.09917355,0.12396694,0.12809917,0.10330579,0.10330579,0.10743801,0.74793386,0.7768595,0.7933884,0.8057851,0.8057851,0.80991733,0.80991733,0.8140496,0.8140496,0.8181818,0.8181818,0.8016529,0.76859504,0.74380165,0.74380165,0.76859504,0.7644628,0.6859504,0.58677685,0.553719,0.5413223,0.5289256,0.5082645,0.5,0.4752066,0.46280992,0.45867768,0.43801653,0.4090909,0.38016528,0.38016528,0.40495867,0.3966942,0.35123968,0.3181818,0.28512397,0.24793388,0.21900827,0.1983471,0.18595041,0.24793388,0.35123968,0.45041323,0.5041322,0.54545456,0.57438016,0.59090906,0.59090906,0.55785125,0.54545456,0.5082645,0.48347107,0.47107437,0.4338843,0.36363637,0.2231405,0.08677686,0.10743801,0.12396694,0.13636364,0.11157025,0.09917355,0.11570248,0.11570248,0.7107438,0.7644628,0.78512394,0.79752064,0.8016529,0.8057851,0.8057851,0.80991733,0.8140496,0.8140496,0.8140496,0.7933884,0.76859504,0.76859504,0.78512394,0.8016529,0.80991733,0.7892562,0.73966944,0.71487606,0.7231405,0.70247936,0.677686,0.6404959,0.5785124,0.5206612,0.46280992,0.4214876,0.37603307,0.38429752,0.37603307,0.38842976,0.36363637,0.3264463,0.30165288,0.2892562,0.28099173,0.2768595,0.2892562,0.30578512,0.3677686,0.4338843,0.4752066,0.5165289,0.5495868,0.5785124,0.59090906,0.58677685,0.54545456,0.53305787,0.49586776,0.4752066,0.45867768,0.4090909,0.2892562,0.14876033,0.08677686,0.10743801,0.14876033,0.1322314,0.09917355,0.10330579,0.12396694,0.11570248,0.6528926,0.7355372,0.78099173,0.7933884,0.79752064,0.8016529,0.8016529,0.8057851,0.80991733,0.8057851,0.8016529,0.7933884,0.7768595,0.78512394,0.79752064,0.8181818,0.822314,0.822314,0.8016529,0.7644628,0.74380165,0.75206614,0.75619835,0.76033056,0.73966944,0.6694215,0.58264464,0.5247934,0.47933885,0.46694216,0.46694216,0.45867768,0.45041323,0.42975205,0.40495867,0.40082645,0.39256197,0.38429752,0.39256197,0.40082645,0.43801653,0.48347107,0.5041322,0.53305787,0.553719,0.57438016,0.59090906,0.57438016,0.54545456,0.5041322,0.4876033,0.46694216,0.45041323,0.37190083,0.21900827,0.10743801,0.09090909,0.12396694,0.1446281,0.12396694,0.09504132,0.11157025,0.12809917,0.1322314,0.5495868,0.6942149,0.7644628,0.78512394,0.7933884,0.79752064,0.79752064,0.79752064,0.8016529,0.79752064,0.7933884,0.7892562,0.78099173,0.7933884,0.8140496,0.8181818,0.822314,0.8264463,0.8181818,0.7892562,0.75619835,0.73966944,0.74380165,0.73966944,0.7355372,0.6983471,0.6280992,0.59504133,0.5785124,0.5495868,0.56198347,0.5495868,0.5413223,0.5247934,0.5,0.46694216,0.446281,0.42975205,0.4214876,0.42975205,0.46694216,0.5123967,0.5371901,0.54545456,0.55785125,0.56198347,0.5661157,0.553719,0.5206612,0.48347107,0.47107437,0.45867768,0.42561984,0.3181818,0.15289256,0.10330579,0.11983471,0.11983471,0.12809917,0.12809917,0.09917355,0.12809917,0.14049587,0.14049587,0.4338843,0.6198347,0.7355372,0.77272725,0.7892562,0.79752064,0.79752064,0.8016529,0.8057851,0.7892562,0.7933884,0.7892562,0.78099173,0.7933884,0.80991733,0.8181818,0.8181818,0.8140496,0.80991733,0.7933884,0.76859504,0.73140496,0.7107438,0.6818182,0.661157,0.6363636,0.59090906,0.57438016,0.56198347,0.5495868,0.5495868,0.54545456,0.5413223,0.5247934,0.49173555,0.45454547,0.42975205,0.44214877,0.44214877,0.46280992,0.49173555,0.53305787,0.55785125,0.5495868,0.553719,0.54545456,0.5413223,0.5165289,0.49173555,0.46694216,0.46280992,0.45041323,0.38016528,0.23553719,0.11570248,0.11157025,0.12396694,0.10330579,0.09917355,0.13636364,0.11157025,0.15289256,0.16115703,0.16115703,0.35123968,0.5082645,0.677686,0.75206614,0.78099173,0.7892562,0.7933884,0.8016529,0.8016529,0.7933884,0.79752064,0.78512394,0.78099173,0.7892562,0.8016529,0.8057851,0.8057851,0.8016529,0.7892562,0.78099173,0.7644628,0.73140496,0.70247936,0.661157,0.61157024,0.5785124,0.553719,0.5289256,0.5289256,0.5165289,0.5,0.5041322,0.49173555,0.47107437,0.45041323,0.4338843,0.42561984,0.45867768,0.47107437,0.49586776,0.5165289,0.5413223,0.5413223,0.5247934,0.5495868,0.5413223,0.5289256,0.49586776,0.47933885,0.46694216,0.43801653,0.4338843,0.30165288,0.15289256,0.11157025,0.12396694,0.09504132,0.09090909,0.09504132,0.1322314,0.12809917,0.16115703,0.1694215,0.14876033,0.34710744,0.41322315,0.56198347,0.71487606,0.76859504,0.78099173,0.7892562,0.79752064,0.7933884,0.79752064,0.79752064,0.7933884,0.7892562,0.7892562,0.7933884,0.8016529,0.8016529,0.79752064,0.78512394,0.76859504,0.75619835,0.73140496,0.6983471,0.6528926,0.59504133,0.55785125,0.5247934,0.5041322,0.5,0.49173555,0.47933885,0.47107437,0.45041323,0.4338843,0.43801653,0.43801653,0.4752066,0.47107437,0.49586776,0.5082645,0.5206612,0.53305787,0.5206612,0.5041322,0.5371901,0.5247934,0.5041322,0.47933885,0.46280992,0.46280992,0.43801653,0.37190083,0.20661157,0.10330579,0.11570248,0.11983471,0.08264463,0.08264463,0.11157025,0.12809917,0.1446281,0.1694215,0.1570248,0.1446281,0.338843,0.40495867,0.45454547,0.6198347,0.71900827,0.7644628,0.78512394,0.7892562,0.8016529,0.7933884,0.8016529,0.8057851,0.79752064,0.79752064,0.79752064,0.7933884,0.8016529,0.7933884,0.78512394,0.76859504,0.74793386,0.71900827,0.6818182,0.6363636,0.57438016,0.54545456,0.5123967,0.49586776,0.47933885,0.47933885,0.446281,0.45041323,0.44214877,0.45041323,0.46280992,0.46694216,0.49173555,0.4876033,0.5041322,0.5041322,0.5206612,0.5247934,0.5206612,0.5123967,0.5371901,0.5123967,0.48347107,0.46280992,0.46280992,0.446281,0.41322315,0.2768595,0.1322314,0.09504132,0.12396694,0.11983471,0.08677686,0.09090909,0.11983471,0.1446281,0.1322314,0.16115703,0.15289256,0.16528925,0.3305785,0.40495867,0.42561984,0.5041322,0.6322314,0.72727275,0.76859504,0.7768595,0.7892562,0.7933884,0.79752064,0.8016529,0.79752064,0.8016529,0.8057851,0.8057851,0.80991733,0.8016529,0.78512394,0.76859504,0.75619835,0.7231405,0.6735537,0.62396693,0.58677685,0.553719,0.5247934,0.5123967,0.49586776,0.5041322,0.4752066,0.48347107,0.48347107,0.49173555,0.49173555,0.49173555,0.49586776,0.49586776,0.5,0.5123967,0.5206612,0.5206612,0.5289256,0.5289256,0.5247934,0.49586776,0.47107437,0.45867768,0.45454547,0.4214876,0.35123968,0.14876033,0.10330579,0.09917355,0.12809917,0.11570248,0.08264463,0.09917355,0.12809917,0.12809917,0.1446281,0.15289256,0.1570248,0.14876033,0.3181818,0.40495867,0.45041323,0.44214877,0.5247934,0.6528926,0.7355372,0.76033056,0.76859504,0.7892562,0.7892562,0.8016529,0.8057851,0.8057851,0.8140496,0.8181818,0.822314,0.8057851,0.7892562,0.77272725,0.75619835,0.7355372,0.6942149,0.6528926,0.61157024,0.58264464,0.55785125,0.54545456,0.5206612,0.5206612,0.5082645,0.5082645,0.5123967,0.5165289,0.5123967,0.5082645,0.5041322,0.5206612,0.5082645,0.5206612,0.5247934,0.53305787,0.5289256,0.5289256,0.5082645,0.47933885,0.45867768,0.45041323,0.42975205,0.36363637,0.21487603,0.11570248,0.10330579,0.09090909,0.12809917,0.10743801,0.09504132,0.11157025,0.13636364,0.12396694,0.14876033,0.1570248,0.14876033,0.1446281,0.30165288,0.4090909,0.45454547,0.45041323,0.46694216,0.53305787,0.6528926,0.7231405,0.75619835,0.77272725,0.78099173,0.78512394,0.8016529,0.8140496,0.8181818,0.8305785,0.8264463,0.8264463,0.80991733,0.8057851,0.78099173,0.77272725,0.72727275,0.7066116,0.6735537,0.6487603,0.61570245,0.59504133,0.57024795,0.5495868,0.54545456,0.5371901,0.5413223,0.5495868,0.54545456,0.5413223,0.5371901,0.54545456,0.5371901,0.53305787,0.54545456,0.54545456,0.5371901,0.5206612,0.48347107,0.46280992,0.446281,0.42975205,0.38016528,0.2603306,0.16115703,0.10330579,0.10743801,0.10330579,0.12396694,0.11570248,0.12396694,0.1322314,0.11157025,0.12809917,0.16115703,0.14876033,0.14876033,0.15289256,0.28512397,0.4090909,0.46280992,0.46694216,0.46694216,0.45867768,0.5289256,0.6363636,0.70247936,0.74793386,0.76033056,0.76859504,0.7892562,0.80991733,0.822314,0.8305785,0.8305785,0.8264463,0.822314,0.8181818,0.80991733,0.7933884,0.7768595,0.7644628,0.75206614,0.7355372,0.7107438,0.6859504,0.6487603,0.6198347,0.60330576,0.59090906,0.58677685,0.58264464,0.5785124,0.5785124,0.57024795,0.56198347,0.56198347,0.56198347,0.553719,0.5495868,0.5371901,0.5123967,0.46280992,0.44214877,0.42561984,0.38429752,0.2892562,0.19008264,0.1446281,0.11570248,0.11157025,0.10743801,0.12809917,0.13636364,0.1446281,0.12396694,0.11157025,0.14049587,0.16528925,0.14049587,0.14049587,0.13636364,0.28099173,0.39256197,0.4752066,0.49173555,0.47933885,0.46280992,0.45454547,0.5247934,0.6198347,0.6942149,0.73966944,0.75619835,0.77272725,0.79752064,0.8181818,0.8264463,0.8305785,0.822314,0.8264463,0.8264463,0.822314,0.8140496,0.80991733,0.8057851,0.7892562,0.78512394,0.7644628,0.74793386,0.71900827,0.6983471,0.6818182,0.6570248,0.6446281,0.6404959,0.6322314,0.61570245,0.60330576,0.59504133,0.58264464,0.57024795,0.5661157,0.5495868,0.5247934,0.48347107,0.43801653,0.41322315,0.38016528,0.30165288,0.21487603,0.16528925,0.1446281,0.11983471,0.10743801,0.11570248,0.15289256,0.15289256,0.13636364,0.11570248,0.12809917,0.14876033,0.15289256,0.14049587,0.12809917,0.11983471,0.2603306,0.37603307,0.45867768,0.5041322,0.5123967,0.48347107,0.45867768,0.45454547,0.5206612,0.60330576,0.6735537,0.7231405,0.74793386,0.76859504,0.8016529,0.8181818,0.822314,0.822314,0.8305785,0.8305785,0.8264463,0.8181818,0.8181818,0.80991733,0.8016529,0.78512394,0.7644628,0.75206614,0.74380165,0.7355372,0.73140496,0.71487606,0.7066116,0.69008267,0.6735537,0.6570248,0.6322314,0.61157024,0.59917355,0.56198347,0.55785125,0.5289256,0.48347107,0.42975205,0.40082645,0.35950413,0.30578512,0.22727273,0.19008264,0.1694215,0.1446281,0.12809917,0.10743801,0.1322314,0.16115703,0.15289256,0.11983471,0.11570248,0.1322314,0.15289256,0.12809917,0.1446281,0.1446281,0.1322314,0.23553719,0.3677686,0.45041323,0.5041322,0.5289256,0.5123967,0.49173555,0.46694216,0.45454547,0.5,0.5661157,0.6404959,0.6942149,0.73140496,0.76859504,0.8016529,0.80991733,0.8140496,0.8181818,0.8181818,0.822314,0.8140496,0.8057851,0.7933884,0.77272725,0.75206614,0.7355372,0.72727275,0.7107438,0.7066116,0.71487606,0.71487606,0.70247936,0.6859504,0.6735537,0.6528926,0.6280992,0.61157024,0.5785124,0.55785125,0.5247934,0.48347107,0.42975205,0.38016528,0.35123968,0.29338843,0.24380165,0.21487603,0.19008264,0.1694215,0.13636364,0.1446281,0.1322314,0.14876033,0.13636364,0.1322314,0.11983471,0.11983471,0.14049587,0.15289256,0.14049587,0.15289256,0.14876033,0.11570248,0.20661157,0.35123968,0.44214877,0.4876033,0.5289256,0.5371901,0.5247934,0.49586776,0.47933885,0.46280992,0.47933885,0.53305787,0.60330576,0.661157,0.71487606,0.76033056,0.78512394,0.7892562,0.78512394,0.78099173,0.78512394,0.78099173,0.7768595,0.76033056,0.73140496,0.71487606,0.6983471,0.6694215,0.6694215,0.6735537,0.6818182,0.6859504,0.6694215,0.6652893,0.6446281,0.61157024,0.59917355,0.58264464,0.56198347,0.5247934,0.48347107,0.42975205,0.37190083,0.3181818,0.29752067,0.24793388,0.22727273,0.21900827,0.19008264,0.17355372,0.1446281,0.14876033,0.15289256,0.13636364,0.11157025,0.12809917,0.1322314,0.12396694,0.14049587,0.14876033,0.1694215,0.17768595,0.1570248,0.12809917,0.17768595,0.3305785,0.42975205,0.47107437,0.5247934,0.5371901,0.54545456,0.5247934,0.5041322,0.4876033,0.47107437,0.47933885,0.5123967,0.57024795,0.6280992,0.6942149,0.7355372,0.75206614,0.73140496,0.72727275,0.7231405,0.7231405,0.7107438,0.69008267,0.677686,0.6570248,0.6322314,0.61570245,0.62396693,0.6322314,0.6446281,0.6363636,0.61570245,0.61157024,0.58677685,0.5661157,0.56198347,0.5413223,0.5247934,0.4752066,0.42561984,0.36363637,0.3181818,0.28099173,0.2768595,0.23966943,0.23553719,0.2231405,0.19421488,0.16528925,0.15289256,0.1446281,0.1446281,0.09504132,0.09504132,0.11157025,0.14049587,0.14049587,0.15289256,0.1694215,0.17355372,0.17768595,0.18595041,0.16115703,0.15289256,0.3181818,0.41322315,0.47107437,0.5123967,0.5413223,0.54545456,0.5413223,0.53305787,0.5082645,0.49586776,0.47107437,0.48347107,0.5041322,0.5371901,0.59504133,0.6528926,0.6859504,0.661157,0.6446281,0.6446281,0.6487603,0.6322314,0.61157024,0.59504133,0.58264464,0.57438016,0.5661157,0.57438016,0.58264464,0.58677685,0.57438016,0.55785125,0.54545456,0.5289256,0.5165289,0.5123967,0.49586776,0.45454547,0.41735536,0.35950413,0.3181818,0.29752067,0.2768595,0.26859504,0.24380165,0.25619835,0.20247933,0.19008264,0.16528925,0.1446281,0.1570248,0.10743801,0.11157025,0.09090909,0.11983471,0.1446281,0.1570248,0.14876033,0.16115703,0.1694215,0.16528925,0.17355372,0.18181819,7 +0.20247933,0.25619835,0.32231405,0.45041323,0.57438016,0.6652893,0.71487606,0.76859504,0.79752064,0.8140496,0.8264463,0.8305785,0.8305785,0.8347107,0.8347107,0.8347107,0.8305785,0.838843,0.838843,0.838843,0.8429752,0.8429752,0.8471074,0.8429752,0.8512397,0.8512397,0.8471074,0.8471074,0.8429752,0.8429752,0.838843,0.8429752,0.8429752,0.838843,0.838843,0.838843,0.8305785,0.8305785,0.8264463,0.822314,0.8181818,0.80991733,0.8016529,0.7892562,0.79752064,0.78099173,0.72727275,0.6528926,0.5785124,0.5289256,0.46280992,0.338843,0.30578512,0.338843,0.2768595,0.2107438,0.20247933,0.24793388,0.22727273,0.21487603,0.26859504,0.23966943,0.2107438,0.19421488,0.2231405,0.29752067,0.37603307,0.5082645,0.61157024,0.6735537,0.72727275,0.7768595,0.80991733,0.822314,0.8264463,0.8264463,0.8305785,0.8347107,0.8305785,0.8347107,0.8305785,0.8347107,0.8429752,0.8429752,0.8429752,0.8471074,0.8471074,0.8471074,0.8553719,0.8512397,0.8471074,0.8512397,0.8429752,0.8429752,0.838843,0.838843,0.838843,0.8429752,0.8429752,0.838843,0.8347107,0.8347107,0.8347107,0.8305785,0.8264463,0.8057851,0.8057851,0.79752064,0.8016529,0.7933884,0.76859504,0.7355372,0.6694215,0.58264464,0.54545456,0.5,0.38429752,0.338843,0.3264463,0.2892562,0.1694215,0.17768595,0.20661157,0.22727273,0.23140496,0.23553719,0.23553719,0.23553719,0.24380165,0.338843,0.41735536,0.553719,0.6404959,0.6942149,0.74793386,0.7933884,0.8140496,0.8264463,0.8264463,0.8264463,0.8347107,0.8347107,0.8347107,0.8347107,0.838843,0.838843,0.838843,0.8429752,0.8429752,0.8471074,0.8471074,0.8429752,0.8512397,0.8553719,0.8512397,0.8471074,0.8471074,0.8512397,0.8429752,0.8429752,0.8347107,0.838843,0.8429752,0.838843,0.838843,0.8429752,0.8347107,0.8347107,0.8264463,0.822314,0.8057851,0.79752064,0.79752064,0.7933884,0.7892562,0.76859504,0.73966944,0.6652893,0.61157024,0.5661157,0.5123967,0.45454547,0.3553719,0.33471075,0.3140496,0.21487603,0.1694215,0.1694215,0.18595041,0.2107438,0.20661157,0.23553719,0.27272728,0.36363637,0.4752066,0.59917355,0.6694215,0.72727275,0.76859504,0.8016529,0.8181818,0.8264463,0.8264463,0.8264463,0.838843,0.8264463,0.8347107,0.838843,0.8347107,0.838843,0.838843,0.8429752,0.8512397,0.8471074,0.8471074,0.8471074,0.8471074,0.8512397,0.8512397,0.8429752,0.8429752,0.8512397,0.8347107,0.838843,0.8347107,0.8429752,0.838843,0.8347107,0.8347107,0.838843,0.838843,0.8347107,0.8305785,0.8305785,0.8140496,0.8016529,0.7933884,0.7933884,0.7933884,0.78512394,0.77272725,0.73140496,0.6818182,0.607438,0.57438016,0.5289256,0.5041322,0.37190083,0.35950413,0.35950413,0.26859504,0.18181819,0.16115703,0.17355372,0.16115703,0.1694215,0.30578512,0.42975205,0.553719,0.6404959,0.6859504,0.74380165,0.7768595,0.8057851,0.822314,0.8264463,0.8347107,0.8305785,0.8347107,0.8347107,0.8305785,0.8347107,0.8347107,0.838843,0.8429752,0.8429752,0.8429752,0.8471074,0.8471074,0.8471074,0.8471074,0.8429752,0.8471074,0.8471074,0.8429752,0.8471074,0.8471074,0.8429752,0.8347107,0.8429752,0.8347107,0.838843,0.8347107,0.838843,0.8429752,0.8429752,0.8347107,0.8305785,0.8264463,0.80991733,0.8057851,0.79752064,0.77272725,0.78099173,0.7768595,0.7644628,0.73140496,0.6694215,0.62396693,0.59504133,0.553719,0.5041322,0.40082645,0.3553719,0.3429752,0.3305785,0.2231405,0.19008264,0.18595041,0.16115703,0.36363637,0.5289256,0.6280992,0.69008267,0.7231405,0.75619835,0.78099173,0.8057851,0.822314,0.8305785,0.8305785,0.8264463,0.80991733,0.7933884,0.7892562,0.79752064,0.8016529,0.80991733,0.8140496,0.80991733,0.80991733,0.822314,0.8140496,0.8305785,0.8305785,0.8264463,0.8305785,0.8347107,0.838843,0.838843,0.838843,0.8429752,0.8429752,0.8471074,0.8471074,0.8471074,0.8471074,0.8429752,0.838843,0.8429752,0.8347107,0.8305785,0.8347107,0.8181818,0.8016529,0.7892562,0.77272725,0.74380165,0.74380165,0.73140496,0.69008267,0.6528926,0.6280992,0.58677685,0.58677685,0.56198347,0.49586776,0.38842976,0.3140496,0.3181818,0.30578512,0.2644628,0.21900827,0.19008264,0.4338843,0.58264464,0.6570248,0.7066116,0.73966944,0.7644628,0.78512394,0.80991733,0.822314,0.8140496,0.76859504,0.7066116,0.6652893,0.6652893,0.6859504,0.677686,0.6446281,0.6363636,0.6322314,0.6322314,0.6446281,0.6818182,0.6942149,0.71487606,0.76033056,0.78099173,0.7892562,0.79752064,0.8140496,0.8181818,0.8181818,0.8347107,0.838843,0.8471074,0.8512397,0.8471074,0.8429752,0.838843,0.822314,0.8181818,0.8140496,0.8057851,0.7892562,0.76033056,0.71900827,0.6694215,0.607438,0.54545456,0.5289256,0.53305787,0.5289256,0.49173555,0.46280992,0.45041323,0.446281,0.5082645,0.5247934,0.4876033,0.3966942,0.3181818,0.30165288,0.25619835,0.2520661,0.22727273,0.5123967,0.6322314,0.677686,0.71900827,0.74793386,0.76859504,0.7933884,0.77272725,0.7107438,0.6528926,0.6280992,0.60330576,0.5661157,0.553719,0.5289256,0.5165289,0.49173555,0.49586776,0.5,0.5206612,0.5123967,0.5165289,0.5661157,0.5661157,0.58677685,0.677686,0.71900827,0.74793386,0.7644628,0.78512394,0.80991733,0.8264463,0.8264463,0.838843,0.838843,0.8264463,0.822314,0.8057851,0.78099173,0.77272725,0.74380165,0.69008267,0.6198347,0.5495868,0.5,0.47107437,0.446281,0.41322315,0.40082645,0.4090909,0.42975205,0.46280992,0.4338843,0.39256197,0.3553719,0.3305785,0.37190083,0.40082645,0.45454547,0.4090909,0.3140496,0.28512397,0.20661157,0.23966943,0.5661157,0.6487603,0.6942149,0.72727275,0.75206614,0.75619835,0.7231405,0.6652893,0.6446281,0.6694215,0.6735537,0.6198347,0.57024795,0.5289256,0.49586776,0.46280992,0.446281,0.45041323,0.45867768,0.46280992,0.49586776,0.4752066,0.47933885,0.49586776,0.49586776,0.58677685,0.6487603,0.6859504,0.71900827,0.74793386,0.78099173,0.80991733,0.8181818,0.822314,0.80991733,0.8016529,0.7892562,0.76033056,0.7231405,0.70247936,0.6570248,0.5413223,0.46280992,0.41322315,0.3966942,0.38842976,0.4090909,0.38429752,0.37603307,0.38842976,0.41735536,0.4338843,0.46280992,0.4752066,0.45041323,0.45454547,0.41322315,0.3264463,0.28512397,0.43801653,0.41322315,0.33471075,0.22727273,0.20247933,0.61157024,0.6694215,0.6942149,0.72727275,0.73140496,0.6570248,0.6322314,0.6446281,0.70247936,0.72727275,0.7355372,0.7107438,0.71487606,0.69008267,0.6570248,0.607438,0.5785124,0.54545456,0.5247934,0.5041322,0.5289256,0.5289256,0.5123967,0.5082645,0.5123967,0.553719,0.607438,0.6570248,0.69008267,0.71900827,0.7768595,0.8057851,0.80991733,0.8057851,0.78512394,0.75619835,0.75619835,0.6818182,0.6363636,0.62396693,0.59090906,0.5082645,0.446281,0.42975205,0.45867768,0.47933885,0.5,0.5123967,0.553719,0.59090906,0.61570245,0.59917355,0.60330576,0.60330576,0.57438016,0.553719,0.5413223,0.5082645,0.32231405,0.25619835,0.41735536,0.41322315,0.30578512,0.20661157,0.6363636,0.6859504,0.7107438,0.74380165,0.69008267,0.6198347,0.69008267,0.74793386,0.78512394,0.7892562,0.78099173,0.74380165,0.73140496,0.71900827,0.7231405,0.7066116,0.6942149,0.6859504,0.6570248,0.6280992,0.60330576,0.607438,0.59917355,0.59090906,0.60330576,0.59090906,0.59917355,0.6528926,0.69008267,0.71900827,0.78512394,0.8057851,0.8057851,0.8016529,0.7892562,0.7644628,0.73140496,0.6446281,0.61157024,0.59917355,0.59090906,0.58264464,0.56198347,0.57024795,0.5785124,0.59917355,0.60330576,0.6280992,0.6528926,0.661157,0.6487603,0.6487603,0.6404959,0.6404959,0.6198347,0.59917355,0.5661157,0.5289256,0.49173555,0.27272728,0.3140496,0.44214877,0.38842976,0.22727273,0.6487603,0.6859504,0.7107438,0.7107438,0.6570248,0.6694215,0.74380165,0.7892562,0.76859504,0.7644628,0.75206614,0.73140496,0.71487606,0.6983471,0.70247936,0.6942149,0.6859504,0.6818182,0.6818182,0.661157,0.6363636,0.6322314,0.6363636,0.6363636,0.6280992,0.6322314,0.6322314,0.6528926,0.69008267,0.74380165,0.7892562,0.8140496,0.8181818,0.822314,0.8016529,0.76033056,0.7066116,0.6487603,0.6198347,0.60330576,0.58677685,0.58264464,0.5785124,0.59504133,0.60330576,0.6198347,0.61570245,0.6322314,0.6363636,0.6404959,0.6198347,0.6280992,0.6198347,0.61570245,0.61157024,0.59917355,0.59090906,0.57024795,0.54545456,0.40082645,0.2520661,0.4214876,0.43801653,0.2768595,0.6694215,0.70247936,0.7107438,0.6859504,0.6735537,0.7231405,0.74380165,0.76033056,0.73140496,0.71900827,0.6942149,0.6735537,0.6487603,0.62396693,0.6280992,0.6363636,0.6446281,0.6404959,0.61157024,0.61157024,0.62396693,0.62396693,0.6280992,0.6322314,0.6322314,0.6280992,0.62396693,0.6487603,0.70247936,0.7768595,0.80991733,0.822314,0.8305785,0.8305785,0.80991733,0.76033056,0.6818182,0.6404959,0.59917355,0.58264464,0.58264464,0.59090906,0.58677685,0.59917355,0.5785124,0.56198347,0.57438016,0.58677685,0.607438,0.607438,0.5785124,0.5495868,0.5289256,0.56198347,0.57024795,0.58264464,0.57024795,0.553719,0.55785125,0.49586776,0.3181818,0.37190083,0.45041323,0.35123968,0.6735537,0.71900827,0.73140496,0.7107438,0.7066116,0.73966944,0.7355372,0.7231405,0.6983471,0.6652893,0.61570245,0.553719,0.58264464,0.6570248,0.69008267,0.70247936,0.6983471,0.6942149,0.6694215,0.6322314,0.553719,0.54545456,0.5785124,0.59917355,0.61570245,0.61570245,0.58264464,0.59917355,0.6942149,0.7933884,0.8347107,0.8305785,0.838843,0.8347107,0.8264463,0.75619835,0.677686,0.61570245,0.58677685,0.56198347,0.5785124,0.58264464,0.56198347,0.53305787,0.5247934,0.5495868,0.5785124,0.59917355,0.62396693,0.61157024,0.607438,0.56198347,0.5082645,0.46694216,0.46694216,0.54545456,0.54545456,0.53305787,0.54545456,0.5206612,0.40082645,0.38429752,0.4338843,0.40495867,0.6818182,0.73140496,0.7231405,0.73966944,0.72727275,0.72727275,0.7066116,0.6942149,0.6570248,0.58264464,0.5661157,0.6487603,0.70247936,0.71487606,0.6818182,0.6404959,0.58677685,0.59090906,0.56198347,0.57438016,0.58264464,0.55785125,0.5206612,0.5289256,0.57024795,0.59504133,0.58677685,0.54545456,0.62396693,0.7768595,0.838843,0.8471074,0.8429752,0.838843,0.8181818,0.74380165,0.661157,0.59090906,0.5661157,0.55785125,0.553719,0.5371901,0.5082645,0.5247934,0.53305787,0.5,0.43801653,0.42975205,0.42975205,0.38842976,0.4214876,0.43801653,0.446281,0.46694216,0.42975205,0.4338843,0.5165289,0.53305787,0.5413223,0.54545456,0.49586776,0.43801653,0.4338843,0.43801653,0.6983471,0.73966944,0.75619835,0.76033056,0.74793386,0.72727275,0.6983471,0.6694215,0.6280992,0.61157024,0.661157,0.6487603,0.57438016,0.5041322,0.39256197,0.30991736,0.26859504,0.38429752,0.30991736,0.3140496,0.45041323,0.5041322,0.5371901,0.5206612,0.5165289,0.5661157,0.59504133,0.5661157,0.58677685,0.74380165,0.8347107,0.8471074,0.8429752,0.8429752,0.8181818,0.73140496,0.6446281,0.57024795,0.553719,0.58677685,0.55785125,0.53305787,0.5041322,0.49173555,0.5,0.35123968,0.2231405,0.28099173,0.58677685,0.1983471,0.2107438,0.36363637,0.25619835,0.2892562,0.40495867,0.43801653,0.47933885,0.5123967,0.5413223,0.553719,0.5371901,0.4876033,0.46280992,0.45454547,0.70247936,0.74380165,0.77272725,0.78512394,0.76859504,0.74793386,0.7107438,0.6818182,0.6404959,0.59917355,0.53305787,0.44214877,0.42561984,0.53305787,0.38429752,0.24380165,0.2107438,0.3305785,0.28512397,0.17768595,0.54545456,0.46280992,0.46280992,0.5165289,0.55785125,0.59917355,0.6363636,0.607438,0.61570245,0.73140496,0.8305785,0.8512397,0.8512397,0.8429752,0.8140496,0.73140496,0.6528926,0.5785124,0.59917355,0.6528926,0.59917355,0.5123967,0.46694216,0.5289256,0.6735537,0.446281,0.21900827,0.21487603,0.2768595,0.24793388,0.2768595,0.5247934,0.4090909,0.17355372,0.21487603,0.3305785,0.4338843,0.5,0.553719,0.5785124,0.5661157,0.5371901,0.4876033,0.47107437,0.7231405,0.76033056,0.7892562,0.7933884,0.78512394,0.76033056,0.7231405,0.6735537,0.58677685,0.45867768,0.36363637,0.35950413,0.5206612,0.6694215,0.5413223,0.2644628,0.23966943,0.2603306,0.24793388,0.3966942,0.677686,0.6446281,0.59090906,0.54545456,0.5413223,0.6404959,0.71900827,0.6942149,0.661157,0.7644628,0.8305785,0.8471074,0.8512397,0.8347107,0.80991733,0.7231405,0.6652893,0.6198347,0.61157024,0.661157,0.6446281,0.60330576,0.54545456,0.5371901,0.62396693,0.59504133,0.3677686,0.37603307,0.3677686,0.30165288,0.45454547,0.57024795,0.4752066,0.28099173,0.20247933,0.26859504,0.38842976,0.4876033,0.5785124,0.61570245,0.59504133,0.57438016,0.5247934,0.48347107,0.73140496,0.7768595,0.79752064,0.80991733,0.8057851,0.78099173,0.74793386,0.6942149,0.59504133,0.5041322,0.446281,0.4876033,0.54545456,0.6363636,0.6280992,0.49586776,0.42975205,0.42975205,0.446281,0.5413223,0.6198347,0.6280992,0.6322314,0.677686,0.6942149,0.71487606,0.70247936,0.7231405,0.73966944,0.78512394,0.8305785,0.8471074,0.8471074,0.8429752,0.80991733,0.7231405,0.6652893,0.6735537,0.6446281,0.6528926,0.6694215,0.6694215,0.6404959,0.59917355,0.58264464,0.57024795,0.56198347,0.5247934,0.49173555,0.49173555,0.47107437,0.45454547,0.42975205,0.37603307,0.34710744,0.40495867,0.4752066,0.5206612,0.59504133,0.6404959,0.6322314,0.61157024,0.5495868,0.5165289,0.74793386,0.78512394,0.8140496,0.8264463,0.822314,0.80991733,0.7892562,0.77272725,0.7107438,0.661157,0.62396693,0.59090906,0.58677685,0.58677685,0.5289256,0.5206612,0.54545456,0.55785125,0.5413223,0.5661157,0.57024795,0.61157024,0.6404959,0.6652893,0.69008267,0.7107438,0.73140496,0.76033056,0.7768595,0.8016529,0.8347107,0.8471074,0.8512397,0.8347107,0.8181818,0.72727275,0.6694215,0.69008267,0.69008267,0.6735537,0.6694215,0.6652893,0.6363636,0.61570245,0.59090906,0.58264464,0.59504133,0.57024795,0.5371901,0.5371901,0.5495868,0.5123967,0.5206612,0.5082645,0.5041322,0.5413223,0.55785125,0.59504133,0.6446281,0.6694215,0.6652893,0.6280992,0.5785124,0.5082645,0.75619835,0.7933884,0.822314,0.8305785,0.8305785,0.8264463,0.8140496,0.8057851,0.78512394,0.76033056,0.71900827,0.69008267,0.6694215,0.6528926,0.6280992,0.5785124,0.5661157,0.5495868,0.5495868,0.58264464,0.607438,0.6322314,0.6570248,0.6818182,0.71487606,0.75619835,0.78099173,0.7933884,0.79752064,0.8016529,0.838843,0.8553719,0.8553719,0.8471074,0.8264463,0.7355372,0.6735537,0.69008267,0.7066116,0.7231405,0.71900827,0.72727275,0.7066116,0.6487603,0.60330576,0.59504133,0.61570245,0.60330576,0.59504133,0.59504133,0.59917355,0.59504133,0.58264464,0.58677685,0.59090906,0.59090906,0.61570245,0.6487603,0.677686,0.6983471,0.6818182,0.6487603,0.57438016,0.5206612,0.7644628,0.8057851,0.8264463,0.8305785,0.8347107,0.8305785,0.8264463,0.8181818,0.8057851,0.7933884,0.74793386,0.7107438,0.6694215,0.6528926,0.6363636,0.6280992,0.61570245,0.60330576,0.6280992,0.661157,0.6983471,0.70247936,0.7231405,0.7644628,0.7933884,0.8057851,0.8057851,0.8057851,0.8016529,0.822314,0.838843,0.8595041,0.8595041,0.8512397,0.822314,0.73966944,0.69008267,0.6859504,0.70247936,0.7355372,0.76033056,0.7768595,0.75619835,0.71900827,0.6818182,0.6570248,0.6446281,0.62396693,0.6198347,0.61157024,0.59917355,0.60330576,0.6280992,0.6280992,0.6570248,0.6694215,0.69008267,0.70247936,0.70247936,0.71487606,0.70247936,0.661157,0.59090906,0.5123967,0.7644628,0.8057851,0.8347107,0.8305785,0.8347107,0.8305785,0.8305785,0.8347107,0.8264463,0.822314,0.8016529,0.7768595,0.7644628,0.74793386,0.73966944,0.73140496,0.71487606,0.71487606,0.71487606,0.7355372,0.74793386,0.7644628,0.8016529,0.8264463,0.8305785,0.822314,0.8181818,0.8140496,0.8140496,0.8264463,0.8429752,0.8553719,0.8512397,0.8471074,0.8181818,0.74793386,0.6983471,0.69008267,0.6942149,0.72727275,0.75619835,0.79752064,0.79752064,0.7933884,0.76033056,0.74793386,0.7355372,0.72727275,0.71900827,0.7107438,0.7066116,0.6942149,0.7107438,0.7231405,0.73966944,0.74793386,0.75206614,0.74380165,0.72727275,0.71900827,0.70247936,0.6735537,0.60330576,0.5123967,0.76033056,0.8016529,0.8305785,0.8305785,0.8347107,0.8305785,0.8347107,0.8347107,0.838843,0.838843,0.8305785,0.8264463,0.8181818,0.8140496,0.80991733,0.8140496,0.8016529,0.8016529,0.7933884,0.79752064,0.80991733,0.8181818,0.8347107,0.838843,0.8347107,0.8305785,0.822314,0.8181818,0.822314,0.8264463,0.8429752,0.8512397,0.8595041,0.8429752,0.822314,0.76859504,0.6983471,0.6942149,0.69008267,0.71900827,0.74380165,0.8016529,0.8181818,0.822314,0.8140496,0.8057851,0.7933884,0.7892562,0.7892562,0.78099173,0.7768595,0.7768595,0.78099173,0.7892562,0.7933884,0.7892562,0.77272725,0.7644628,0.73966944,0.71900827,0.7066116,0.6859504,0.607438,0.5041322,0.74793386,0.7933884,0.8305785,0.8347107,0.8305785,0.8264463,0.8347107,0.8471074,0.838843,0.8471074,0.8429752,0.8429752,0.8429752,0.838843,0.8471074,0.8429752,0.8347107,0.8347107,0.8347107,0.838843,0.8429752,0.838843,0.8429752,0.8429752,0.8347107,0.8264463,0.822314,0.8264463,0.8181818,0.8305785,0.8471074,0.8512397,0.8512397,0.8471074,0.8264463,0.78099173,0.71900827,0.6859504,0.677686,0.7107438,0.73966944,0.7933884,0.80991733,0.822314,0.8264463,0.8264463,0.822314,0.822314,0.8140496,0.8140496,0.8181818,0.8181818,0.8264463,0.8140496,0.80991733,0.8016529,0.78512394,0.78099173,0.76033056,0.7355372,0.7107438,0.6942149,0.607438,0.49586776,0.7355372,0.7892562,0.822314,0.8347107,0.8264463,0.8347107,0.8347107,0.838843,0.8429752,0.8471074,0.8471074,0.8471074,0.8553719,0.8512397,0.8471074,0.8553719,0.8429752,0.8471074,0.8471074,0.8429752,0.838843,0.838843,0.838843,0.838843,0.8347107,0.8264463,0.822314,0.822314,0.822314,0.8347107,0.8512397,0.8553719,0.8512397,0.8429752,0.8264463,0.7933884,0.7355372,0.6983471,0.677686,0.69008267,0.73140496,0.78512394,0.8057851,0.80991733,0.822314,0.8305785,0.8347107,0.8347107,0.8305785,0.822314,0.8305785,0.8264463,0.8264463,0.822314,0.8181818,0.80991733,0.7933884,0.7768595,0.76859504,0.75206614,0.71900827,0.6818182,0.59917355,0.4752066,0.71900827,0.77272725,0.8140496,0.8305785,0.8305785,0.8347107,0.8347107,0.838843,0.8429752,0.8429752,0.8512397,0.8471074,0.8471074,0.8512397,0.8512397,0.8512397,0.8471074,0.8429752,0.8471074,0.8429752,0.838843,0.838843,0.8305785,0.8305785,0.8305785,0.8181818,0.8181818,0.8181818,0.8305785,0.838843,0.8512397,0.8553719,0.8553719,0.838843,0.8347107,0.80991733,0.76859504,0.7107438,0.677686,0.6570248,0.7066116,0.7768595,0.8140496,0.8181818,0.8264463,0.8305785,0.838843,0.8347107,0.8347107,0.8347107,0.8305785,0.8347107,0.8305785,0.8140496,0.822314,0.8140496,0.7933884,0.7768595,0.75619835,0.74793386,0.71487606,0.6818182,0.5661157,0.44214877,0.7107438,0.77272725,0.8057851,0.8305785,0.838843,0.838843,0.8347107,0.838843,0.8471074,0.8429752,0.8471074,0.8471074,0.8471074,0.8553719,0.8512397,0.8512397,0.8429752,0.838843,0.838843,0.8347107,0.8305785,0.8305785,0.8305785,0.8264463,0.8181818,0.80991733,0.8140496,0.822314,0.838843,0.8512397,0.8512397,0.8553719,0.8512397,0.8553719,0.838843,0.8181818,0.78512394,0.72727275,0.6859504,0.6570248,0.6735537,0.76033056,0.8057851,0.8181818,0.8264463,0.8347107,0.8429752,0.838843,0.838843,0.8347107,0.8305785,0.8305785,0.8264463,0.8181818,0.8140496,0.8016529,0.78512394,0.7768595,0.75206614,0.73140496,0.70247936,0.6570248,0.53305787,0.42975205,0.69008267,0.7644628,0.8016529,0.8264463,0.8347107,0.838843,0.838843,0.838843,0.838843,0.8429752,0.8471074,0.8471074,0.8512397,0.8553719,0.8512397,0.8512397,0.838843,0.8181818,0.8016529,0.8181818,0.8305785,0.8305785,0.8181818,0.80991733,0.8057851,0.8140496,0.822314,0.8264463,0.8471074,0.8512397,0.8512397,0.8512397,0.8512397,0.8512397,0.8471074,0.822314,0.78512394,0.71900827,0.6818182,0.70247936,0.6652893,0.7231405,0.7933884,0.8057851,0.822314,0.8347107,0.8347107,0.8347107,0.8305785,0.8347107,0.8264463,0.8305785,0.8264463,0.8140496,0.79752064,0.8016529,0.7768595,0.7644628,0.74793386,0.71900827,0.6818182,0.6280992,0.49586776,0.41735536,0.6818182,0.74793386,0.7933884,0.8181818,0.8305785,0.8429752,0.8429752,0.838843,0.8429752,0.838843,0.8429752,0.8471074,0.8553719,0.8553719,0.8471074,0.8471074,0.838843,0.8057851,0.7768595,0.80991733,0.8305785,0.8264463,0.8057851,0.78099173,0.8057851,0.8305785,0.822314,0.822314,0.8512397,0.8512397,0.8471074,0.838843,0.8471074,0.8512397,0.8471074,0.8181818,0.7644628,0.6942149,0.677686,0.71900827,0.7066116,0.7066116,0.7644628,0.7892562,0.80991733,0.8264463,0.822314,0.8305785,0.8264463,0.8305785,0.8264463,0.8264463,0.8264463,0.80991733,0.78512394,0.7933884,0.7644628,0.74380165,0.73140496,0.7066116,0.6735537,0.59090906,0.47107437,0.38842976,0.6694215,0.7355372,0.78512394,0.80991733,0.822314,0.8347107,0.8347107,0.838843,0.8429752,0.838843,0.838843,0.8429752,0.8471074,0.8471074,0.8471074,0.8471074,0.838843,0.822314,0.80991733,0.80991733,0.8181818,0.8140496,0.79752064,0.75206614,0.8140496,0.838843,0.8305785,0.78512394,0.8016529,0.8264463,0.8305785,0.822314,0.8347107,0.8305785,0.8264463,0.75619835,0.6818182,0.6570248,0.677686,0.7231405,0.70247936,0.70247936,0.73966944,0.7644628,0.78099173,0.79752064,0.80991733,0.8181818,0.822314,0.8264463,0.822314,0.8181818,0.8016529,0.79752064,0.78512394,0.78099173,0.7644628,0.73140496,0.71487606,0.6818182,0.6404959,0.55785125,0.44214877,0.36363637,0.6446281,0.71487606,0.76859504,0.7892562,0.8181818,0.822314,0.8305785,0.8305785,0.838843,0.838843,0.8429752,0.838843,0.8429752,0.838843,0.838843,0.8429752,0.8347107,0.8305785,0.8181818,0.8057851,0.80991733,0.80991733,0.78512394,0.7231405,0.79752064,0.8181818,0.8057851,0.73966944,0.69008267,0.75206614,0.78099173,0.79752064,0.7933884,0.78512394,0.75206614,0.6404959,0.57024795,0.6363636,0.6818182,0.6983471,0.6735537,0.7107438,0.73966944,0.7355372,0.76033056,0.7768595,0.7892562,0.80991733,0.8181818,0.8140496,0.80991733,0.8016529,0.7933884,0.7892562,0.7768595,0.76859504,0.75206614,0.7107438,0.6942149,0.6528926,0.61570245,0.5165289,0.42561984,0.37190083,0.6280992,0.70247936,0.75619835,0.7644628,0.79752064,0.8140496,0.822314,0.8347107,0.838843,0.838843,0.838843,0.8347107,0.8347107,0.8347107,0.8347107,0.8264463,0.8264463,0.8181818,0.8140496,0.8057851,0.7933884,0.8057851,0.79752064,0.74380165,0.77272725,0.75619835,0.6818182,0.5495868,0.42561984,0.6446281,0.76859504,0.73966944,0.71900827,0.70247936,0.677686,0.5247934,0.30578512,0.4752066,0.61570245,0.62396693,0.6652893,0.72727275,0.73966944,0.7231405,0.72727275,0.74793386,0.7644628,0.79752064,0.8057851,0.8016529,0.7933884,0.7892562,0.7892562,0.77272725,0.76859504,0.75619835,0.73966944,0.6983471,0.6652893,0.6322314,0.5785124,0.4752066,0.40495867,0.38429752,0.6198347,0.6942149,0.74380165,0.7644628,0.78512394,0.79752064,0.8181818,0.8264463,0.8347107,0.8305785,0.8347107,0.8305785,0.822314,0.8305785,0.8264463,0.8181818,0.8140496,0.8140496,0.8016529,0.7933884,0.7933884,0.8057851,0.80991733,0.7892562,0.78099173,0.74380165,0.6280992,0.4876033,0.4090909,0.4876033,0.677686,0.6694215,0.62396693,0.607438,0.57024795,0.4876033,0.37603307,0.37190083,0.5289256,0.60330576,0.69008267,0.7231405,0.72727275,0.71900827,0.7107438,0.73140496,0.7355372,0.7768595,0.78512394,0.78512394,0.7933884,0.7768595,0.7768595,0.77272725,0.76033056,0.73966944,0.7107438,0.6694215,0.6280992,0.607438,0.54545456,0.44214877,0.36363637,0.42561984,0.6198347,0.6859504,0.72727275,0.75206614,0.77272725,0.7768595,0.79752064,0.8140496,0.8264463,0.822314,0.8264463,0.8264463,0.8140496,0.8140496,0.80991733,0.8016529,0.7933884,0.7933884,0.78512394,0.7933884,0.79752064,0.8140496,0.822314,0.8181818,0.8140496,0.79752064,0.7355372,0.6694215,0.6280992,0.59504133,0.62396693,0.6198347,0.56198347,0.553719,0.54545456,0.58677685,0.57438016,0.5,0.54545456,0.6487603,0.71487606,0.72727275,0.7231405,0.73966944,0.73966944,0.7355372,0.71900827,0.74793386,0.75619835,0.7644628,0.7768595,0.7768595,0.75206614,0.75206614,0.7355372,0.7107438,0.6735537,0.6404959,0.61157024,0.58677685,0.5082645,0.42975205,0.33471075,0.5123967,0.6198347,0.6735537,0.73140496,0.74793386,0.7644628,0.76859504,0.78099173,0.79752064,0.822314,0.8140496,0.80991733,0.80991733,0.8016529,0.79752064,0.7892562,0.7768595,0.76033056,0.78099173,0.7892562,0.80991733,0.8181818,0.822314,0.8305785,0.8305785,0.8305785,0.8264463,0.8057851,0.76033056,0.71487606,0.7066116,0.6735537,0.61157024,0.553719,0.5785124,0.59917355,0.6198347,0.61570245,0.6280992,0.6528926,0.6983471,0.7231405,0.7355372,0.74793386,0.74380165,0.75619835,0.75619835,0.72727275,0.71900827,0.7355372,0.74380165,0.77272725,0.74793386,0.74793386,0.73966944,0.7231405,0.6735537,0.6363636,0.62396693,0.60330576,0.56198347,0.4876033,0.4090909,0.34710744,0.553719,0.62396693,0.6652893,0.73140496,0.75619835,0.7644628,0.7644628,0.77272725,0.7768595,0.79752064,0.80991733,0.7933884,0.79752064,0.7892562,0.78099173,0.7644628,0.7644628,0.76033056,0.7892562,0.80991733,0.8181818,0.8181818,0.8305785,0.8305785,0.8347107,0.8347107,0.838843,0.8305785,0.8140496,0.7933884,0.79752064,0.7768595,0.6983471,0.677686,0.7107438,0.6983471,0.6818182,0.69008267,0.70247936,0.7107438,0.71487606,0.72727275,0.73966944,0.73966944,0.76033056,0.76033056,0.76859504,0.75619835,0.73966944,0.73140496,0.7355372,0.74793386,0.73140496,0.7355372,0.71900827,0.6983471,0.6652893,0.6198347,0.6198347,0.58677685,0.5371901,0.46694216,0.3966942,0.2603306,0.4090909,0.607438,0.6652893,0.73140496,0.76033056,0.77272725,0.77272725,0.77272725,0.7644628,0.78512394,0.79752064,0.7892562,0.7892562,0.7768595,0.75619835,0.74380165,0.75206614,0.7892562,0.8057851,0.8140496,0.8181818,0.822314,0.8264463,0.8347107,0.8305785,0.8305785,0.8347107,0.8305785,0.8264463,0.8181818,0.8181818,0.7933884,0.76859504,0.74793386,0.74380165,0.71900827,0.7066116,0.73140496,0.74380165,0.7231405,0.71900827,0.7355372,0.73966944,0.7355372,0.75206614,0.74793386,0.75206614,0.76033056,0.74380165,0.72727275,0.7231405,0.7231405,0.71487606,0.7107438,0.7066116,0.6983471,0.6652893,0.6280992,0.62396693,0.58264464,0.5247934,0.46694216,0.37603307,0.10330579,0.11157025,0.58677685,0.6652893,0.73140496,0.7644628,0.7768595,0.7768595,0.78512394,0.7768595,0.7892562,0.7933884,0.78099173,0.78099173,0.76859504,0.75206614,0.74380165,0.7768595,0.8016529,0.80991733,0.8181818,0.822314,0.8305785,0.8305785,0.8347107,0.8264463,0.8305785,0.8347107,0.8305785,0.80991733,0.8264463,0.8057851,0.78512394,0.75619835,0.76033056,0.7355372,0.6983471,0.73140496,0.73966944,0.73966944,0.71900827,0.7231405,0.74793386,0.74793386,0.73966944,0.74380165,0.73140496,0.73966944,0.75206614,0.72727275,0.73140496,0.7231405,0.70247936,0.71487606,0.70247936,0.7066116,0.6859504,0.661157,0.6404959,0.62396693,0.56198347,0.5041322,0.4752066,0.30578512,0.0661157,0.0661157,0.5495868,0.661157,0.71487606,0.76033056,0.78099173,0.78099173,0.78099173,0.7892562,0.7933884,0.79752064,0.78099173,0.7892562,0.78512394,0.75206614,0.77272725,0.8016529,0.8057851,0.80991733,0.8181818,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.8347107,0.8305785,0.8347107,0.8264463,0.80991733,0.7892562,0.77272725,0.78099173,0.76859504,0.71487606,0.73140496,0.75206614,0.75206614,0.7355372,0.74380165,0.75619835,0.73966944,0.73966944,0.72727275,0.7066116,0.71900827,0.7231405,0.7107438,0.71487606,0.6694215,0.6942149,0.7107438,0.7107438,0.70247936,0.6859504,0.6694215,0.6404959,0.61570245,0.54545456,0.5123967,0.47107437,0.18595041,0.045454547,0.0785124,0.47933885,0.6570248,0.70247936,0.76033056,0.7768595,0.78099173,0.78512394,0.7892562,0.8016529,0.79752064,0.7933884,0.80991733,0.8016529,0.78512394,0.8057851,0.8181818,0.822314,0.8264463,0.822314,0.8305785,0.8305785,0.822314,0.8264463,0.8305785,0.8305785,0.80991733,0.78512394,0.77272725,0.75619835,0.78099173,0.7933884,0.76859504,0.7644628,0.74380165,0.70247936,0.7107438,0.71487606,0.72727275,0.73966944,0.7355372,0.7231405,0.7066116,0.7066116,0.71487606,0.6983471,0.6942149,0.71487606,0.7107438,0.7107438,0.71487606,0.71900827,0.72727275,0.71900827,0.70247936,0.677686,0.6735537,0.6446281,0.607438,0.53305787,0.5165289,0.4090909,0.0785124,0.06198347,0.0785124,0.38429752,0.6363636,0.6859504,0.75206614,0.77272725,0.77272725,0.7892562,0.7892562,0.8057851,0.80991733,0.8140496,0.8305785,0.8181818,0.8140496,0.80991733,0.822314,0.8181818,0.8181818,0.80991733,0.79752064,0.8016529,0.7768595,0.75619835,0.7355372,0.71900827,0.6818182,0.6570248,0.6363636,0.62396693,0.6487603,0.71900827,0.677686,0.61570245,0.57438016,0.56198347,0.58264464,0.5661157,0.59504133,0.61570245,0.6363636,0.6446281,0.6570248,0.6694215,0.6735537,0.6942149,0.6942149,0.7107438,0.71487606,0.7066116,0.73140496,0.73140496,0.73140496,0.71900827,0.6983471,0.6652893,0.6652893,0.6363636,0.57438016,0.5206612,0.5041322,0.30991736,0.053719006,0.09504132,0.0785124,0.23140496,0.62396693,0.6735537,0.73966944,0.76859504,0.77272725,0.78512394,0.7892562,0.8016529,0.8181818,0.8264463,0.8347107,0.8305785,0.8305785,0.822314,0.8016529,0.7768595,0.75206614,0.70247936,0.6198347,0.59090906,0.58677685,0.58677685,0.59917355,0.60330576,0.59504133,0.59504133,0.59090906,0.58677685,0.58677685,0.59504133,0.5785124,0.56198347,0.5495868,0.5413223,0.55785125,0.5247934,0.5,0.5041322,0.5082645,0.5123967,0.5206612,0.53305787,0.57024795,0.6404959,0.69008267,0.71487606,0.71900827,0.7107438,0.74793386,0.74793386,0.73966944,0.71900827,0.70247936,0.6735537,0.6487603,0.6198347,0.5495868,0.5165289,0.47933885,0.21487603,0.0661157,0.08677686,0.08264463,0.0785124,0.58264464,0.661157,0.7231405,0.75619835,0.77272725,0.78512394,0.7933884,0.8016529,0.80991733,0.8264463,0.8305785,0.8347107,0.8347107,0.822314,0.7892562,0.75619835,0.7066116,0.677686,0.56198347,0.47933885,0.5123967,0.56198347,0.59917355,0.59090906,0.58264464,0.5247934,0.54545456,0.5247934,0.5165289,0.5123967,0.49586776,0.45867768,0.48347107,0.5082645,0.5,0.5123967,0.5082645,0.49173555,0.46280992,0.4338843,0.40082645,0.38016528,0.45454547,0.57438016,0.6404959,0.6983471,0.7066116,0.71900827,0.76033056,0.75619835,0.73966944,0.71487606,0.6942149,0.6735537,0.6404959,0.59090906,0.5289256,0.5123967,0.42561984,0.10330579,0.07438017,0.08264463,0.0785124,0.02892562,0.44214877,0.6446281,0.6983471,0.7355372,0.77272725,0.78099173,0.79752064,0.79752064,0.8057851,0.8181818,0.8264463,0.8305785,0.8305785,0.8140496,0.7933884,0.78099173,0.7892562,0.8016529,0.77272725,0.7066116,0.6487603,0.6570248,0.677686,0.7066116,0.69008267,0.6487603,0.61157024,0.5785124,0.5785124,0.5371901,0.5247934,0.5041322,0.5247934,0.553719,0.54545456,0.55785125,0.55785125,0.5123967,0.4876033,0.47933885,0.48347107,0.5289256,0.59917355,0.6487603,0.6694215,0.69008267,0.6983471,0.73966944,0.76033056,0.73966944,0.7355372,0.70247936,0.6735537,0.661157,0.6198347,0.56198347,0.5123967,0.48347107,0.27272728,0.049586777,0.09090909,0.09090909,0.08677686,0.041322313,0.2520661,0.61157024,0.6694215,0.7231405,0.7768595,0.78099173,0.7933884,0.79752064,0.8016529,0.8140496,0.8181818,0.8305785,0.8181818,0.8016529,0.8057851,0.80991733,0.822314,0.822314,0.80991733,0.78099173,0.7355372,0.677686,0.661157,0.6694215,0.677686,0.677686,0.6652893,0.6652893,0.6859504,0.677686,0.6446281,0.6528926,0.6404959,0.6322314,0.58677685,0.54545456,0.5247934,0.5165289,0.5206612,0.54545456,0.57438016,0.62396693,0.6735537,0.72727275,0.71487606,0.6942149,0.69008267,0.73140496,0.74793386,0.72727275,0.7107438,0.6818182,0.6570248,0.6446281,0.60330576,0.5289256,0.4876033,0.3966942,0.11983471,0.07024793,0.09917355,0.09504132,0.08264463,0.06198347,0.08264463,0.5165289,0.6404959,0.6942149,0.75206614,0.77272725,0.7768595,0.78099173,0.78512394,0.7933884,0.8016529,0.8140496,0.8057851,0.8057851,0.8057851,0.8181818,0.8264463,0.838843,0.8347107,0.822314,0.77272725,0.74380165,0.7231405,0.69008267,0.661157,0.6280992,0.62396693,0.6198347,0.6280992,0.61570245,0.59090906,0.59917355,0.58677685,0.57438016,0.5371901,0.5247934,0.553719,0.58264464,0.59917355,0.6198347,0.6404959,0.6818182,0.7231405,0.74793386,0.7066116,0.6735537,0.6859504,0.7066116,0.71487606,0.6983471,0.6652893,0.6528926,0.6404959,0.61157024,0.56198347,0.5123967,0.45041323,0.28512397,0.053719006,0.09090909,0.08677686,0.09090909,0.08677686,0.07438017,0.02892562,0.30578512,0.62396693,0.661157,0.7066116,0.74793386,0.75619835,0.7644628,0.77272725,0.7644628,0.78099173,0.7933884,0.8016529,0.79752064,0.8057851,0.8181818,0.8264463,0.8305785,0.8305785,0.8181818,0.79752064,0.7768595,0.76033056,0.75206614,0.7355372,0.6818182,0.661157,0.62396693,0.61157024,0.59917355,0.58677685,0.5785124,0.58677685,0.58264464,0.59090906,0.61570245,0.6528926,0.6652893,0.6528926,0.677686,0.69008267,0.71900827,0.74380165,0.7355372,0.6570248,0.6322314,0.6694215,0.677686,0.6859504,0.661157,0.62396693,0.6363636,0.607438,0.5785124,0.5371901,0.45454547,0.41735536,0.23966943,0.06198347,0.0785124,0.0785124,0.09090909,0.0785124,0.08264463,0.053719006,0.0661157,0.48347107,0.6280992,0.6735537,0.7107438,0.73140496,0.74793386,0.75206614,0.75619835,0.7644628,0.7768595,0.7892562,0.7933884,0.79752064,0.80991733,0.822314,0.8181818,0.822314,0.8181818,0.8016529,0.79752064,0.78099173,0.76033056,0.74793386,0.71487606,0.6735537,0.6487603,0.6198347,0.61157024,0.60330576,0.59917355,0.62396693,0.6404959,0.6570248,0.6818182,0.70247936,0.6942149,0.677686,0.6818182,0.6942149,0.71487606,0.73140496,0.71487606,0.6446281,0.6322314,0.661157,0.6570248,0.6487603,0.6280992,0.607438,0.607438,0.58677685,0.553719,0.49586776,0.40495867,0.42561984,0.2892562,0.045454547,0.0785124,0.0785124,0.09504132,0.0785124,0.08677686,0.08677686,0.049586777,0.1983471,0.553719,0.6446281,0.6859504,0.7231405,0.73140496,0.73966944,0.75206614,0.75619835,0.7644628,0.78512394,0.7892562,0.8057851,0.8057851,0.80991733,0.80991733,0.80991733,0.80991733,0.80991733,0.8057851,0.7933884,0.7644628,0.74793386,0.72727275,0.69008267,0.6528926,0.6446281,0.6322314,0.6446281,0.6363636,0.661157,0.6694215,0.6818182,0.6859504,0.6735537,0.6694215,0.677686,0.6735537,0.69008267,0.7066116,0.71900827,0.7107438,0.677686,0.6446281,0.6322314,0.6280992,0.61157024,0.59504133,0.59917355,0.59090906,0.57024795,0.5082645,0.44214877,0.3966942,0.48347107,0.3264463,0.049586777,0.07024793,0.0785124,0.09090909,0.08264463,0.0785124,0.08677686,0.07024793,0.049586777,0.30991736,0.61157024,0.6528926,0.7107438,0.72727275,0.73966944,0.75206614,0.74793386,0.75206614,0.76859504,0.78512394,0.80991733,0.8181818,0.8057851,0.80991733,0.8057851,0.7933884,0.79752064,0.79752064,0.7892562,0.77272725,0.74380165,0.7231405,0.7107438,0.6942149,0.6859504,0.6735537,0.677686,0.6652893,0.6735537,0.6694215,0.6735537,0.677686,0.6652893,0.677686,0.69008267,0.6859504,0.69008267,0.7066116,0.71900827,0.71900827,0.6735537,0.6404959,0.61157024,0.61157024,0.59917355,0.58677685,0.58264464,0.57024795,0.5371901,0.45867768,0.40495867,0.45041323,0.5082645,0.37603307,0.041322313,0.07024793,0.07438017,0.08264463,0.08677686,0.07438017,0.08264463,0.08677686,0.06198347,0.041322313,0.45454547,0.607438,0.6694215,0.7107438,0.72727275,0.75206614,0.75206614,0.75619835,0.75206614,0.76859504,0.78512394,0.80991733,0.8181818,0.8181818,0.8057851,0.79752064,0.8016529,0.7892562,0.7933884,0.7768595,0.75619835,0.73966944,0.7231405,0.71487606,0.70247936,0.6859504,0.6818182,0.6694215,0.677686,0.6694215,0.6818182,0.6942149,0.69008267,0.69008267,0.7107438,0.70247936,0.7066116,0.71900827,0.72727275,0.7107438,0.6694215,0.62396693,0.59504133,0.60330576,0.59090906,0.59504133,0.57024795,0.5413223,0.4876033,0.4090909,0.42561984,0.5041322,0.5165289,0.4214876,0.02892562,0.07024793,0.08677686,0.07438017,0.09504132,0.0661157,0.08264463,0.09090909,0.0785124,0.02892562,0.2768595,0.5371901,0.60330576,0.6859504,0.72727275,0.73966944,0.74380165,0.74793386,0.7355372,0.74380165,0.76033056,0.7933884,0.8181818,0.8140496,0.8181818,0.8140496,0.8140496,0.8057851,0.8016529,0.78512394,0.7768595,0.77272725,0.75206614,0.74380165,0.73140496,0.7107438,0.70247936,0.69008267,0.69008267,0.6983471,0.70247936,0.71487606,0.71900827,0.71900827,0.7355372,0.7231405,0.7231405,0.7355372,0.71900827,0.6942149,0.6487603,0.60330576,0.5785124,0.58264464,0.58264464,0.57438016,0.553719,0.49173555,0.4338843,0.41735536,0.5,0.5247934,0.5247934,0.42975205,0.045454547,0.07438017,0.10330579,0.08264463,0.07024793,0.07438017,0.07438017,0.0785124,0.08264463,0.041322313,0.17355372,0.5041322,0.5247934,0.607438,0.677686,0.73140496,0.73140496,0.73966944,0.73140496,0.7231405,0.73966944,0.77272725,0.8016529,0.822314,0.822314,0.822314,0.822314,0.8264463,0.822314,0.822314,0.80991733,0.8016529,0.79752064,0.7892562,0.7933884,0.7892562,0.7768595,0.76859504,0.75206614,0.76033056,0.76033056,0.76033056,0.76859504,0.7644628,0.7644628,0.74793386,0.73966944,0.7355372,0.73140496,0.677686,0.6198347,0.5785124,0.5661157,0.56198347,0.5661157,0.553719,0.5,0.42975205,0.41735536,0.4752066,0.5247934,0.5247934,0.5289256,0.45454547,0.08264463,0.08677686,0.14049587,0.1322314,0.11157025,0.07024793,0.07438017,0.07024793,0.08264463,0.053719006,0.09090909,0.5,0.5082645,0.5206612,0.59504133,0.6818182,0.71487606,0.72727275,0.73140496,0.7066116,0.6942149,0.75206614,0.7892562,0.8181818,0.8181818,0.8264463,0.8264463,0.8305785,0.8305785,0.8347107,0.8305785,0.8305785,0.822314,0.8305785,0.8264463,0.822314,0.8181818,0.8181818,0.8140496,0.80991733,0.8140496,0.79752064,0.8057851,0.7892562,0.7933884,0.76033056,0.74380165,0.7355372,0.7107438,0.6446281,0.58677685,0.5413223,0.5413223,0.553719,0.5413223,0.5,0.42975205,0.40495867,0.47107437,0.5123967,0.54545456,0.53305787,0.5206612,0.46694216,0.12396694,0.08264463,0.18181819,0.19008264,0.18595041,0.07024793,0.0785124,0.07024793,0.08264463,0.07024793,0.041322313,0.41735536,0.5413223,0.5,0.49586776,0.58677685,0.661157,0.6942149,0.7107438,0.71487606,0.6942149,0.6983471,0.76859504,0.8057851,0.8181818,0.822314,0.8264463,0.8347107,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.822314,0.8264463,0.822314,0.8181818,0.8140496,0.822314,0.822314,0.8181818,0.80991733,0.80991733,0.78512394,0.78099173,0.75206614,0.73966944,0.71900827,0.6652893,0.60330576,0.54545456,0.5247934,0.5247934,0.5247934,0.49173555,0.4214876,0.4090909,0.46280992,0.49586776,0.53305787,0.54545456,0.5413223,0.5289256,0.4876033,0.17355372,0.11157025,0.19008264,0.2107438,0.24793388,0.07024793,0.07024793,0.07438017,0.08264463,0.0785124,0.03305785,0.29752067,0.55785125,0.5289256,0.48347107,0.4876033,0.553719,0.61570245,0.6652893,0.6942149,0.6942149,0.677686,0.7231405,0.78512394,0.8057851,0.8140496,0.8181818,0.8140496,0.8181818,0.8305785,0.8264463,0.8305785,0.8264463,0.822314,0.8181818,0.8057851,0.80991733,0.8057851,0.8181818,0.822314,0.8181818,0.8057851,0.7892562,0.7644628,0.75206614,0.73966944,0.7107438,0.6859504,0.6280992,0.55785125,0.5082645,0.5082645,0.49173555,0.45454547,0.4090909,0.41322315,0.45041323,0.49586776,0.5247934,0.5371901,0.5495868,0.5495868,0.53305787,0.49586776,0.20661157,0.11570248,0.2231405,0.22727273,0.24380165,0.0785124,0.07024793,0.0661157,0.0785124,0.08264463,0.049586777,0.20247933,0.5206612,0.5495868,0.5206612,0.4876033,0.48347107,0.5041322,0.57438016,0.6280992,0.6528926,0.6487603,0.69008267,0.74793386,0.78512394,0.7933884,0.79752064,0.7933884,0.7892562,0.78512394,0.8016529,0.8057851,0.8057851,0.8016529,0.79752064,0.78099173,0.7892562,0.78512394,0.7933884,0.79752064,0.7892562,0.7644628,0.75206614,0.73140496,0.7231405,0.70247936,0.677686,0.6363636,0.57024795,0.5082645,0.47107437,0.46280992,0.4338843,0.40082645,0.40495867,0.45454547,0.49586776,0.5206612,0.5371901,0.5413223,0.55785125,0.5495868,0.5247934,0.5041322,0.23966943,0.11983471,0.23553719,0.26859504,0.24380165,0.07024793,0.07438017,0.07024793,0.0785124,0.0785124,0.0661157,0.12396694,0.4752066,0.5371901,0.5371901,0.5123967,0.49586776,0.46280992,0.47107437,0.5289256,0.57438016,0.61570245,0.6322314,0.6859504,0.74380165,0.7644628,0.73140496,0.7355372,0.74793386,0.74380165,0.75206614,0.75619835,0.7644628,0.76033056,0.76859504,0.75206614,0.75206614,0.75206614,0.75206614,0.75206614,0.73140496,0.71487606,0.6942149,0.6942149,0.677686,0.6694215,0.6322314,0.57024795,0.49173555,0.45867768,0.42975205,0.40495867,0.39256197,0.41735536,0.45454547,0.5,0.5247934,0.5289256,0.553719,0.553719,0.56198347,0.5413223,0.5206612,0.5082645,0.2603306,0.14049587,0.2231405,0.29338843,0.28099173,0.0661157,0.07024793,0.07024793,0.0785124,0.07438017,0.07438017,0.07024793,0.37603307,0.5289256,0.53305787,0.5371901,0.5206612,0.5,0.46694216,0.46280992,0.47933885,0.5289256,0.57024795,0.59504133,0.661157,0.71487606,0.7066116,0.677686,0.6942149,0.6942149,0.6942149,0.70247936,0.70247936,0.6942149,0.7066116,0.70247936,0.70247936,0.70247936,0.7066116,0.661157,0.6735537,0.6694215,0.661157,0.6446281,0.6280992,0.59090906,0.53305787,0.45454547,0.4338843,0.40082645,0.38429752,0.39256197,0.42975205,0.4752066,0.5082645,0.5289256,0.5413223,0.553719,0.56198347,0.55785125,0.56198347,0.53305787,0.5082645,0.5082645,0.26859504,0.14049587,0.23966943,0.29338843,0.2892562,0.07024793,0.0661157,0.0661157,0.07438017,0.0785124,0.0785124,0.053719006,0.27272728,0.5082645,0.54545456,0.5371901,0.5371901,0.5206612,0.49173555,0.47107437,0.45867768,0.45454547,0.47933885,0.5165289,0.5495868,0.607438,0.6652893,0.6652893,0.6570248,0.6446281,0.6363636,0.61570245,0.6280992,0.6198347,0.61570245,0.61570245,0.61157024,0.62396693,0.6198347,0.61157024,0.60330576,0.59090906,0.58264464,0.57438016,0.5413223,0.48347107,0.42975205,0.41735536,0.38429752,0.38016528,0.41322315,0.446281,0.49173555,0.5247934,0.5413223,0.54545456,0.553719,0.57438016,0.5661157,0.5495868,0.54545456,0.5289256,0.5165289,0.5041322,0.28512397,0.14049587,0.23140496,0.30991736,0.3140496,0.0661157,0.06198347,0.07024793,0.07024793,0.07438017,0.0661157,0.06198347,0.2231405,0.4752066,0.5413223,0.53305787,0.53305787,0.5247934,0.5165289,0.49586776,0.47107437,0.47107437,0.46694216,0.45867768,0.47933885,0.5,0.5289256,0.5495868,0.5495868,0.553719,0.54545456,0.54545456,0.54545456,0.53305787,0.5206612,0.5206612,0.5,0.5206612,0.5165289,0.5165289,0.5123967,0.49173555,0.47107437,0.45867768,0.42561984,0.40082645,0.38429752,0.38429752,0.41322315,0.4338843,0.4752066,0.5041322,0.5413223,0.56198347,0.553719,0.57024795,0.58264464,0.5785124,0.5785124,0.5495868,0.5371901,0.5247934,0.5247934,0.49586776,0.3305785,0.08264463,0.2231405,0.2892562,0.35123968,0.07024793,0.07024793,0.0661157,0.06198347,0.07024793,0.049586777,0.14049587,0.24380165,0.4214876,0.5165289,0.5289256,0.5371901,0.5289256,0.5247934,0.5123967,0.5041322,0.49173555,0.47933885,0.46694216,0.47933885,0.47107437,0.47933885,0.48347107,0.4752066,0.4752066,0.47107437,0.4752066,0.46694216,0.45867768,0.446281,0.4338843,0.4338843,0.43801653,0.42975205,0.4214876,0.41735536,0.40495867,0.39256197,0.38016528,0.37603307,0.38016528,0.40495867,0.4338843,0.47933885,0.5041322,0.53305787,0.5495868,0.553719,0.57024795,0.58677685,0.58264464,0.58264464,0.5785124,0.5661157,0.553719,0.5413223,0.5289256,0.5247934,0.49173555,0.37190083,0.06198347,0.20661157,0.2520661,0.35123968,0.0785124,0.07024793,0.05785124,0.07024793,0.08677686,0.11983471,0.24793388,0.23553719,0.35123968,0.49586776,0.5165289,0.5371901,0.5289256,0.5165289,0.5123967,0.5165289,0.5,0.49173555,0.4876033,0.48347107,0.48347107,0.48347107,0.4752066,0.4876033,0.47107437,0.46694216,0.45454547,0.44214877,0.4338843,0.42561984,0.41322315,0.40082645,0.40082645,0.38842976,0.38016528,0.37603307,0.38016528,0.3677686,0.38842976,0.40082645,0.42975205,0.47107437,0.5082645,0.5371901,0.55785125,0.55785125,0.57024795,0.57024795,0.58264464,0.58264464,0.58677685,0.5785124,0.5785124,0.57438016,0.55785125,0.553719,0.5247934,0.5165289,0.49586776,0.38842976,0.09504132,0.2107438,0.23140496,0.35123968,7 +0.2231405,0.23966943,0.23140496,0.1983471,0.17355372,0.17355372,0.17355372,0.2603306,0.45454547,0.58264464,0.6859504,0.75206614,0.79752064,0.822314,0.8305785,0.8305785,0.8264463,0.8305785,0.8305785,0.8347107,0.8347107,0.838843,0.8429752,0.8471074,0.8512397,0.8512397,0.8471074,0.8512397,0.8512397,0.8471074,0.8512397,0.8512397,0.8471074,0.8471074,0.8471074,0.8471074,0.8512397,0.8471074,0.8471074,0.8512397,0.8429752,0.8471074,0.838843,0.838843,0.8305785,0.822314,0.8181818,0.8181818,0.822314,0.8181818,0.80991733,0.78099173,0.72727275,0.69008267,0.69008267,0.69008267,0.6404959,0.5289256,0.4338843,0.38842976,0.3966942,0.38429752,0.26859504,0.2231405,0.2644628,0.28512397,0.22727273,0.19008264,0.17768595,0.18181819,0.1694215,0.3140496,0.5082645,0.61157024,0.6942149,0.76033056,0.8016529,0.822314,0.8305785,0.8305785,0.8264463,0.822314,0.8264463,0.8305785,0.8305785,0.838843,0.8429752,0.8429752,0.8429752,0.8512397,0.8471074,0.8471074,0.8512397,0.8471074,0.8471074,0.8429752,0.8471074,0.8471074,0.838843,0.8429752,0.8471074,0.8429752,0.8429752,0.8429752,0.8471074,0.8471074,0.8429752,0.8429752,0.8347107,0.8264463,0.822314,0.8181818,0.80991733,0.8140496,0.8140496,0.79752064,0.7768595,0.7107438,0.6652893,0.6818182,0.69008267,0.6446281,0.553719,0.46694216,0.40082645,0.40495867,0.38842976,0.29338843,0.29338843,0.28512397,0.23140496,0.18181819,0.1694215,0.16528925,0.17768595,0.38429752,0.56198347,0.6487603,0.7066116,0.7644628,0.80991733,0.822314,0.8181818,0.79752064,0.77272725,0.78099173,0.78512394,0.7933884,0.8057851,0.8181818,0.8264463,0.822314,0.8264463,0.8347107,0.8347107,0.8347107,0.838843,0.838843,0.838843,0.8429752,0.8429752,0.838843,0.8429752,0.8429752,0.8429752,0.8471074,0.8429752,0.8429752,0.8471074,0.8471074,0.8429752,0.8429752,0.838843,0.8347107,0.8264463,0.8181818,0.8181818,0.80991733,0.8057851,0.79752064,0.78512394,0.76033056,0.69008267,0.6570248,0.6652893,0.69008267,0.6528926,0.57438016,0.46280992,0.38429752,0.41735536,0.36363637,0.2892562,0.2603306,0.21900827,0.18595041,0.16528925,0.12396694,0.1570248,0.43801653,0.58677685,0.6694215,0.72727275,0.77272725,0.7933884,0.76033056,0.6942149,0.6487603,0.6528926,0.6818182,0.6652893,0.6446281,0.6570248,0.6652893,0.7066116,0.74380165,0.76859504,0.7892562,0.8057851,0.8140496,0.8181818,0.8264463,0.8264463,0.8305785,0.8347107,0.838843,0.8429752,0.8429752,0.8429752,0.8512397,0.8471074,0.8429752,0.8429752,0.8347107,0.8429752,0.838843,0.838843,0.8429752,0.8305785,0.80991733,0.79752064,0.77272725,0.75619835,0.74793386,0.73966944,0.70247936,0.6446281,0.607438,0.57438016,0.61157024,0.6652893,0.6487603,0.553719,0.43801653,0.39256197,0.38016528,0.2644628,0.24793388,0.2231405,0.18181819,0.14876033,0.10743801,0.1983471,0.5082645,0.61157024,0.677686,0.71900827,0.6942149,0.6280992,0.5785124,0.55785125,0.56198347,0.55785125,0.553719,0.5289256,0.5206612,0.5165289,0.5165289,0.5413223,0.59090906,0.6404959,0.6694215,0.71487606,0.75206614,0.7768595,0.7933884,0.8140496,0.8140496,0.8264463,0.8347107,0.8347107,0.838843,0.838843,0.8429752,0.838843,0.8347107,0.8305785,0.8181818,0.8140496,0.8140496,0.8181818,0.80991733,0.77272725,0.71900827,0.6735537,0.62396693,0.59090906,0.57438016,0.5661157,0.553719,0.5289256,0.49173555,0.46280992,0.45454547,0.49173555,0.59504133,0.6280992,0.5371901,0.45041323,0.40495867,0.25619835,0.2520661,0.21487603,0.16528925,0.14049587,0.11157025,0.2520661,0.5247934,0.6322314,0.6652893,0.6570248,0.62396693,0.61570245,0.61157024,0.5785124,0.5413223,0.5,0.46694216,0.45454547,0.46694216,0.49586776,0.5123967,0.49173555,0.4876033,0.5247934,0.54545456,0.59917355,0.6652893,0.7066116,0.74793386,0.7768595,0.7933884,0.8181818,0.8264463,0.8264463,0.8347107,0.838843,0.8305785,0.8264463,0.8181818,0.8016529,0.78512394,0.76859504,0.73966944,0.6983471,0.6404959,0.59504133,0.5289256,0.5041322,0.48347107,0.46280992,0.45454547,0.48347107,0.48347107,0.4876033,0.47107437,0.43801653,0.41735536,0.37190083,0.35123968,0.48347107,0.5289256,0.5206612,0.47107437,0.26859504,0.2520661,0.19421488,0.16115703,0.14049587,0.09917355,0.30165288,0.53305787,0.6322314,0.59917355,0.56198347,0.56198347,0.62396693,0.6735537,0.6694215,0.6363636,0.58677685,0.5289256,0.47933885,0.446281,0.45041323,0.4752066,0.5,0.47933885,0.47933885,0.48347107,0.5123967,0.58264464,0.6487603,0.6942149,0.73140496,0.76033056,0.8057851,0.8181818,0.8181818,0.8305785,0.822314,0.8181818,0.8057851,0.78512394,0.75619835,0.73966944,0.7066116,0.6280992,0.5247934,0.46694216,0.446281,0.42975205,0.42561984,0.41322315,0.38429752,0.37190083,0.40082645,0.446281,0.49586776,0.5123967,0.5,0.47107437,0.45454547,0.44214877,0.38016528,0.37190083,0.4338843,0.49173555,0.2644628,0.23966943,0.19008264,0.16528925,0.1322314,0.10330579,0.3181818,0.5661157,0.6198347,0.5661157,0.59917355,0.661157,0.7355372,0.77272725,0.76033056,0.74380165,0.7231405,0.6859504,0.6487603,0.59917355,0.553719,0.53305787,0.5413223,0.5247934,0.5123967,0.49586776,0.5,0.54545456,0.61157024,0.661157,0.6942149,0.73966944,0.7892562,0.80991733,0.8057851,0.822314,0.8057851,0.79752064,0.7768595,0.7355372,0.69008267,0.6735537,0.6280992,0.54545456,0.4876033,0.446281,0.44214877,0.446281,0.45454547,0.46280992,0.42975205,0.446281,0.49586776,0.5371901,0.55785125,0.58264464,0.59917355,0.5785124,0.5413223,0.5247934,0.4876033,0.44214877,0.36363637,0.35123968,0.23553719,0.21487603,0.19421488,0.17355372,0.12809917,0.10330579,0.3181818,0.58677685,0.59917355,0.5785124,0.6652893,0.7355372,0.78099173,0.79752064,0.76033056,0.73140496,0.7355372,0.73140496,0.71900827,0.7066116,0.6818182,0.6487603,0.6198347,0.607438,0.59917355,0.57024795,0.553719,0.56198347,0.59090906,0.6487603,0.6859504,0.7355372,0.7892562,0.80991733,0.80991733,0.80991733,0.79752064,0.7768595,0.7644628,0.6942149,0.6404959,0.6280992,0.60330576,0.5785124,0.5289256,0.5123967,0.5289256,0.54545456,0.55785125,0.58677685,0.6198347,0.6322314,0.6735537,0.6694215,0.677686,0.6859504,0.6859504,0.6818182,0.6694215,0.6280992,0.58677685,0.53305787,0.45867768,0.33471075,0.2107438,0.19008264,0.17768595,0.17355372,0.11570248,0.09917355,0.34710744,0.59504133,0.59917355,0.62396693,0.70247936,0.74380165,0.75619835,0.76033056,0.73966944,0.7066116,0.6983471,0.6942149,0.69008267,0.6859504,0.69008267,0.6818182,0.6652893,0.6528926,0.6487603,0.6487603,0.6322314,0.6280992,0.61157024,0.6404959,0.69008267,0.73966944,0.7933884,0.80991733,0.80991733,0.80991733,0.8016529,0.78512394,0.75619835,0.6859504,0.6446281,0.6322314,0.607438,0.61157024,0.59090906,0.58677685,0.59504133,0.60330576,0.61570245,0.6280992,0.6570248,0.6652893,0.6818182,0.677686,0.6942149,0.6942149,0.69008267,0.6859504,0.6652893,0.6528926,0.61570245,0.57024795,0.5206612,0.4338843,0.2107438,0.17355372,0.17355372,0.1570248,0.10743801,0.08264463,0.39256197,0.607438,0.607438,0.6487603,0.7107438,0.7231405,0.7231405,0.7066116,0.6735537,0.6404959,0.59917355,0.60330576,0.6198347,0.6322314,0.6487603,0.6528926,0.6528926,0.6487603,0.6528926,0.6694215,0.661157,0.6528926,0.6363636,0.6528926,0.6859504,0.75206614,0.8016529,0.8181818,0.822314,0.8181818,0.80991733,0.7892562,0.74793386,0.6942149,0.6570248,0.6404959,0.61157024,0.60330576,0.59090906,0.58264464,0.58264464,0.59090906,0.607438,0.61157024,0.61157024,0.6280992,0.62396693,0.6322314,0.6528926,0.6570248,0.6570248,0.6652893,0.6652893,0.661157,0.6404959,0.607438,0.57438016,0.5041322,0.20247933,0.1694215,0.16528925,0.12809917,0.08677686,0.07024793,0.4752066,0.6280992,0.6404959,0.6694215,0.6942149,0.69008267,0.6735537,0.6198347,0.5495868,0.5413223,0.57438016,0.59917355,0.607438,0.62396693,0.62396693,0.6280992,0.61157024,0.607438,0.6280992,0.6528926,0.6570248,0.6570248,0.6404959,0.6363636,0.6735537,0.7644628,0.8057851,0.8264463,0.8305785,0.8264463,0.8181818,0.7892562,0.74380165,0.6983471,0.661157,0.62396693,0.59917355,0.58677685,0.58264464,0.56198347,0.5495868,0.5289256,0.5082645,0.5247934,0.5495868,0.5785124,0.59504133,0.59090906,0.58264464,0.56198347,0.5785124,0.6198347,0.6322314,0.6404959,0.6322314,0.60330576,0.59090906,0.5495868,0.19008264,0.17768595,0.1694215,0.11570248,0.0661157,0.12809917,0.5206612,0.6570248,0.661157,0.6652893,0.6735537,0.661157,0.62396693,0.54545456,0.5371901,0.6446281,0.73140496,0.73140496,0.7066116,0.71487606,0.6942149,0.6735537,0.6487603,0.60330576,0.5785124,0.61570245,0.6363636,0.6446281,0.6322314,0.59917355,0.6487603,0.75619835,0.8305785,0.8347107,0.8347107,0.8347107,0.822314,0.7933884,0.74380165,0.6859504,0.6404959,0.60330576,0.58264464,0.57024795,0.56198347,0.5247934,0.49586776,0.49173555,0.5289256,0.56198347,0.59504133,0.6280992,0.6487603,0.6528926,0.6404959,0.59504133,0.5289256,0.5165289,0.553719,0.59917355,0.607438,0.58264464,0.58264464,0.57024795,0.18181819,0.18595041,0.16528925,0.10743801,0.053719006,0.19008264,0.5247934,0.661157,0.6859504,0.677686,0.6652893,0.6487603,0.59504133,0.5165289,0.5247934,0.5661157,0.57438016,0.5413223,0.5371901,0.58264464,0.60330576,0.6322314,0.6404959,0.6487603,0.59504133,0.57438016,0.59504133,0.61157024,0.62396693,0.58677685,0.59090906,0.71487606,0.8264463,0.838843,0.8429752,0.8429752,0.8305785,0.79752064,0.73966944,0.6859504,0.6322314,0.59504133,0.57024795,0.553719,0.5206612,0.4876033,0.4876033,0.49173555,0.49586776,0.5041322,0.53305787,0.57024795,0.59090906,0.6198347,0.6487603,0.62396693,0.59504133,0.5413223,0.4876033,0.5123967,0.56198347,0.58677685,0.57438016,0.5785124,0.1694215,0.19421488,0.16528925,0.09917355,0.049586777,0.23966943,0.5495868,0.677686,0.7107438,0.6983471,0.661157,0.6198347,0.53305787,0.4214876,0.37190083,0.32231405,0.30991736,0.25619835,0.32231405,0.49586776,0.5371901,0.5165289,0.49173555,0.5661157,0.60330576,0.59917355,0.57438016,0.5785124,0.59504133,0.58677685,0.57024795,0.6818182,0.8181818,0.8471074,0.8512397,0.8512397,0.8264463,0.7933884,0.73140496,0.6735537,0.61157024,0.5785124,0.57024795,0.5413223,0.49586776,0.45867768,0.38429752,0.2892562,0.27272728,0.26859504,0.5041322,0.6446281,0.6528926,0.5413223,0.45041323,0.5041322,0.5289256,0.5371901,0.5041322,0.49173555,0.5082645,0.55785125,0.5785124,0.5785124,0.1694215,0.2107438,0.1694215,0.09090909,0.07438017,0.2892562,0.58264464,0.6983471,0.72727275,0.7231405,0.661157,0.55785125,0.45041323,0.3429752,0.35123968,0.2892562,0.3264463,0.19421488,0.28512397,0.58677685,0.70247936,0.6735537,0.6404959,0.5413223,0.5495868,0.57024795,0.59090906,0.59504133,0.58677685,0.58677685,0.58677685,0.677686,0.8057851,0.8512397,0.8512397,0.8429752,0.8305785,0.78512394,0.7107438,0.6694215,0.59917355,0.57438016,0.60330576,0.57024795,0.5082645,0.40082645,0.2603306,0.18181819,0.21900827,0.1694215,0.58264464,0.8512397,0.8264463,0.77272725,0.58677685,0.42561984,0.41322315,0.42561984,0.44214877,0.4752066,0.5041322,0.5289256,0.553719,0.5661157,0.20247933,0.21487603,0.1694215,0.08677686,0.08677686,0.34710744,0.62396693,0.71900827,0.75206614,0.74380165,0.69008267,0.5785124,0.46280992,0.3677686,0.40495867,0.30165288,0.3140496,0.18595041,0.2768595,0.62396693,0.7768595,0.7768595,0.78099173,0.74793386,0.6446281,0.553719,0.5495868,0.59917355,0.6404959,0.6487603,0.6487603,0.6983471,0.80991733,0.8471074,0.8512397,0.8429752,0.8264463,0.7768595,0.71900827,0.677686,0.607438,0.59917355,0.661157,0.6198347,0.5165289,0.37603307,0.2603306,0.21487603,0.17355372,0.2231405,0.5289256,0.8719008,0.8471074,0.8347107,0.76859504,0.6363636,0.5082645,0.38842976,0.32231405,0.3553719,0.44214877,0.5041322,0.5289256,0.57438016,0.21487603,0.2107438,0.15289256,0.09090909,0.0661157,0.4338843,0.6570248,0.73966944,0.77272725,0.76859504,0.7231405,0.6322314,0.5371901,0.48347107,0.5,0.41322315,0.29338843,0.23140496,0.35950413,0.6818182,0.8140496,0.822314,0.8140496,0.8016529,0.7231405,0.607438,0.58677685,0.59917355,0.6570248,0.73966944,0.72727275,0.74793386,0.822314,0.8471074,0.8471074,0.838843,0.8057851,0.76859504,0.71487606,0.7107438,0.6404959,0.6198347,0.6818182,0.661157,0.59504133,0.49173555,0.37190083,0.30991736,0.26859504,0.30578512,0.57438016,0.8140496,0.8264463,0.80991733,0.77272725,0.7107438,0.61570245,0.48347107,0.35950413,0.3140496,0.37603307,0.45867768,0.5206612,0.58677685,0.20247933,0.21487603,0.13636364,0.08677686,0.07438017,0.5289256,0.677686,0.7644628,0.7933884,0.7933884,0.7644628,0.7066116,0.6363636,0.5371901,0.49586776,0.54545456,0.46694216,0.38842976,0.5041322,0.6942149,0.76859504,0.75619835,0.7231405,0.7107438,0.6859504,0.661157,0.6942149,0.73140496,0.71487606,0.71487606,0.74380165,0.78099173,0.8305785,0.8471074,0.8471074,0.8347107,0.8057851,0.75206614,0.7107438,0.7231405,0.6983471,0.6487603,0.6694215,0.6983471,0.7066116,0.6363636,0.5413223,0.5,0.4752066,0.47933885,0.607438,0.7355372,0.7644628,0.73140496,0.6942149,0.6198347,0.5495868,0.47107437,0.37190083,0.34710744,0.44214877,0.5,0.5247934,0.59504133,0.21487603,0.20661157,0.12809917,0.0661157,0.13636364,0.5785124,0.6942149,0.78099173,0.80991733,0.8140496,0.8016529,0.77272725,0.7355372,0.677686,0.54545456,0.55785125,0.5785124,0.5082645,0.5206612,0.57438016,0.5785124,0.60330576,0.59504133,0.61570245,0.6404959,0.661157,0.677686,0.70247936,0.7107438,0.73140496,0.75619835,0.8057851,0.8429752,0.8512397,0.8471074,0.8305785,0.7933884,0.74793386,0.71900827,0.72727275,0.73140496,0.7066116,0.6735537,0.69008267,0.6818182,0.6487603,0.59090906,0.5661157,0.553719,0.54545456,0.56198347,0.56198347,0.6280992,0.62396693,0.58677685,0.5371901,0.5,0.46280992,0.45867768,0.47107437,0.5206612,0.56198347,0.57438016,0.6198347,0.21487603,0.19421488,0.12809917,0.06198347,0.21487603,0.57438016,0.71900827,0.7892562,0.8181818,0.8264463,0.8181818,0.8057851,0.7933884,0.7355372,0.6528926,0.60330576,0.58677685,0.55785125,0.553719,0.5495868,0.5495868,0.54545456,0.553719,0.5785124,0.61570245,0.6404959,0.661157,0.6942149,0.73966944,0.76859504,0.7768595,0.8181818,0.8512397,0.8553719,0.8471074,0.8305785,0.7892562,0.74380165,0.72727275,0.7355372,0.74793386,0.74793386,0.72727275,0.7066116,0.71487606,0.6694215,0.62396693,0.57438016,0.553719,0.55785125,0.56198347,0.5495868,0.5785124,0.61157024,0.59504133,0.59090906,0.56198347,0.553719,0.57438016,0.58677685,0.59090906,0.61157024,0.6322314,0.6735537,0.2107438,0.19421488,0.11983471,0.05785124,0.25619835,0.57024795,0.73140496,0.7933884,0.822314,0.8305785,0.8264463,0.8181818,0.8057851,0.7768595,0.72727275,0.677686,0.6404959,0.61157024,0.607438,0.58264464,0.58264464,0.57024795,0.60330576,0.6363636,0.661157,0.6818182,0.7107438,0.75619835,0.7892562,0.7892562,0.7933884,0.8305785,0.8512397,0.8595041,0.8471074,0.822314,0.78512394,0.74380165,0.73140496,0.73966944,0.75206614,0.76033056,0.7644628,0.75206614,0.76033056,0.74380165,0.677686,0.6280992,0.607438,0.61570245,0.62396693,0.6198347,0.6280992,0.6404959,0.6446281,0.6446281,0.6363636,0.6404959,0.6446281,0.6322314,0.6363636,0.6487603,0.677686,0.71900827,0.20661157,0.18595041,0.11983471,0.07438017,0.25619835,0.57438016,0.7355372,0.8016529,0.822314,0.8305785,0.8264463,0.8264463,0.822314,0.8016529,0.76859504,0.7355372,0.6983471,0.6694215,0.6446281,0.6322314,0.6487603,0.6652893,0.69008267,0.71487606,0.71900827,0.74793386,0.7892562,0.8057851,0.80991733,0.79752064,0.8057851,0.8347107,0.8553719,0.8553719,0.8471074,0.8305785,0.78099173,0.74380165,0.72727275,0.74380165,0.75206614,0.7644628,0.78099173,0.78512394,0.79752064,0.78512394,0.73966944,0.6859504,0.661157,0.6570248,0.6487603,0.6570248,0.661157,0.6694215,0.661157,0.6652893,0.6652893,0.6652893,0.677686,0.6694215,0.6735537,0.69008267,0.72727275,0.74380165,0.2107438,0.1694215,0.11570248,0.0785124,0.21900827,0.57438016,0.7355372,0.8016529,0.8264463,0.8305785,0.8305785,0.8347107,0.8264463,0.822314,0.80991733,0.78512394,0.7768595,0.77272725,0.76859504,0.75206614,0.74793386,0.75206614,0.74380165,0.74793386,0.75206614,0.79752064,0.8305785,0.8305785,0.8181818,0.8057851,0.8140496,0.838843,0.8553719,0.8595041,0.8471074,0.8181818,0.78099173,0.74380165,0.7355372,0.74380165,0.75619835,0.76859504,0.78099173,0.8016529,0.8140496,0.8140496,0.7892562,0.75619835,0.7355372,0.7107438,0.7066116,0.70247936,0.6983471,0.70247936,0.6859504,0.69008267,0.6942149,0.6942149,0.7107438,0.7107438,0.73140496,0.74793386,0.75619835,0.7644628,0.20661157,0.1694215,0.11570248,0.07024793,0.17355372,0.56198347,0.73140496,0.8016529,0.822314,0.8305785,0.8347107,0.838843,0.8347107,0.8347107,0.8305785,0.8140496,0.80991733,0.80991733,0.80991733,0.79752064,0.7892562,0.78512394,0.7768595,0.7892562,0.8057851,0.8305785,0.838843,0.8305785,0.8181818,0.80991733,0.8181818,0.838843,0.8553719,0.8553719,0.8429752,0.8181818,0.78099173,0.74380165,0.7355372,0.7355372,0.75206614,0.75206614,0.77272725,0.8016529,0.822314,0.8305785,0.822314,0.8057851,0.78512394,0.77272725,0.76859504,0.76033056,0.75206614,0.75619835,0.74380165,0.7355372,0.74380165,0.75206614,0.7644628,0.77272725,0.7768595,0.78099173,0.78512394,0.78099173,0.19008264,0.1570248,0.11157025,0.07438017,0.12396694,0.54545456,0.7355372,0.8016529,0.8181818,0.822314,0.8347107,0.8347107,0.838843,0.8429752,0.838843,0.838843,0.8347107,0.8347107,0.8347107,0.822314,0.8181818,0.8181818,0.8181818,0.8264463,0.8347107,0.8429752,0.838843,0.8264463,0.8140496,0.8140496,0.822314,0.8429752,0.8512397,0.8553719,0.8429752,0.8181818,0.78512394,0.74793386,0.74380165,0.72727275,0.74793386,0.75206614,0.7768595,0.79752064,0.8264463,0.8347107,0.838843,0.8347107,0.8181818,0.8057851,0.8016529,0.79752064,0.79752064,0.79752064,0.7892562,0.7892562,0.7933884,0.79752064,0.8057851,0.80991733,0.8057851,0.8016529,0.79752064,0.78512394,0.17768595,0.15289256,0.10743801,0.0785124,0.0661157,0.5247934,0.73140496,0.79752064,0.8140496,0.822314,0.8347107,0.838843,0.8429752,0.8471074,0.8429752,0.8512397,0.8429752,0.8429752,0.8429752,0.8347107,0.838843,0.838843,0.838843,0.8429752,0.838843,0.838843,0.8347107,0.822314,0.80991733,0.8181818,0.8305785,0.8595041,0.8553719,0.8553719,0.8429752,0.8181818,0.78512394,0.75619835,0.74380165,0.73140496,0.73140496,0.74380165,0.77272725,0.7892562,0.822314,0.8347107,0.838843,0.8429752,0.8347107,0.8305785,0.8264463,0.822314,0.8264463,0.822314,0.822314,0.8264463,0.822314,0.8305785,0.8264463,0.822314,0.8181818,0.80991733,0.8016529,0.7892562,0.16115703,0.1446281,0.10743801,0.08677686,0.05785124,0.48347107,0.71900827,0.7933884,0.8140496,0.822314,0.8347107,0.838843,0.8471074,0.8471074,0.8471074,0.8429752,0.8471074,0.8471074,0.8429752,0.8429752,0.8429752,0.8512397,0.8471074,0.8429752,0.838843,0.838843,0.8305785,0.8181818,0.80991733,0.822314,0.8429752,0.8553719,0.8512397,0.8512397,0.8429752,0.8181818,0.78512394,0.76033056,0.73966944,0.73140496,0.7231405,0.7355372,0.76033056,0.7892562,0.8181818,0.8305785,0.8347107,0.8429752,0.838843,0.838843,0.838843,0.8305785,0.8347107,0.8347107,0.838843,0.838843,0.8347107,0.838843,0.8347107,0.8264463,0.822314,0.822314,0.80991733,0.79752064,0.1570248,0.14049587,0.11157025,0.08677686,0.06198347,0.4214876,0.6859504,0.7768595,0.8057851,0.8264463,0.8264463,0.838843,0.8429752,0.8471074,0.8471074,0.8512397,0.8471074,0.8512397,0.8471074,0.8471074,0.8471074,0.8512397,0.8429752,0.8429752,0.838843,0.8347107,0.8264463,0.80991733,0.8140496,0.8347107,0.8471074,0.8512397,0.8553719,0.8512397,0.838843,0.8264463,0.7933884,0.76859504,0.73966944,0.71900827,0.7107438,0.7107438,0.73966944,0.78512394,0.8181818,0.8347107,0.838843,0.8429752,0.8471074,0.8429752,0.8471074,0.8429752,0.8429752,0.8471074,0.8429752,0.838843,0.8429752,0.8429752,0.8305785,0.8305785,0.822314,0.80991733,0.8057851,0.8016529,0.1446281,0.14049587,0.10743801,0.09090909,0.07024793,0.34710744,0.661157,0.7644628,0.80991733,0.8264463,0.8264463,0.8347107,0.8429752,0.8471074,0.8429752,0.8512397,0.8471074,0.8471074,0.8512397,0.8471074,0.8429752,0.8429752,0.8429752,0.8305785,0.8347107,0.8305785,0.8181818,0.80991733,0.822314,0.838843,0.8512397,0.8553719,0.8553719,0.8553719,0.8471074,0.8305785,0.80991733,0.78512394,0.74380165,0.71900827,0.70247936,0.69008267,0.71487606,0.77272725,0.8057851,0.8305785,0.8429752,0.8429752,0.8471074,0.8471074,0.8512397,0.8471074,0.8471074,0.8429752,0.838843,0.838843,0.838843,0.8347107,0.8347107,0.8305785,0.822314,0.80991733,0.79752064,0.7933884,0.14876033,0.14049587,0.10330579,0.09090909,0.0661157,0.27272728,0.61570245,0.76033056,0.8016529,0.822314,0.8305785,0.8305785,0.838843,0.8429752,0.8471074,0.8471074,0.8512397,0.8471074,0.8471074,0.838843,0.8347107,0.8347107,0.8264463,0.8305785,0.8305785,0.822314,0.8057851,0.8016529,0.8264463,0.8471074,0.8512397,0.8512397,0.8512397,0.8553719,0.8471074,0.8305785,0.80991733,0.78099173,0.73966944,0.7231405,0.71487606,0.69008267,0.6818182,0.73966944,0.8057851,0.8264463,0.8305785,0.838843,0.8512397,0.8471074,0.8512397,0.8512397,0.8471074,0.8471074,0.838843,0.838843,0.838843,0.8305785,0.8305785,0.8264463,0.8181818,0.8140496,0.8016529,0.78512394,0.1570248,0.14876033,0.10330579,0.09917355,0.07438017,0.20661157,0.56198347,0.74793386,0.7933884,0.8181818,0.8305785,0.8305785,0.8347107,0.8471074,0.8429752,0.8471074,0.8471074,0.8471074,0.8429752,0.8347107,0.80991733,0.8016529,0.80991733,0.822314,0.8264463,0.8016529,0.7933884,0.8016529,0.8347107,0.8553719,0.8553719,0.8512397,0.8471074,0.8512397,0.8512397,0.8347107,0.80991733,0.77272725,0.72727275,0.7231405,0.73966944,0.72727275,0.677686,0.70247936,0.77272725,0.80991733,0.8264463,0.838843,0.8471074,0.8471074,0.8429752,0.8512397,0.8471074,0.838843,0.838843,0.838843,0.8347107,0.8264463,0.822314,0.822314,0.80991733,0.8057851,0.8016529,0.78099173,0.16528925,0.15289256,0.09917355,0.09917355,0.0661157,0.1694215,0.5123967,0.73140496,0.7768595,0.80991733,0.8264463,0.8347107,0.838843,0.838843,0.838843,0.8429752,0.8471074,0.8429752,0.8429752,0.8347107,0.7933884,0.76859504,0.79752064,0.8140496,0.80991733,0.7768595,0.79752064,0.8016529,0.8264463,0.8471074,0.8512397,0.8471074,0.8471074,0.8512397,0.8429752,0.8264463,0.7892562,0.74380165,0.7107438,0.7231405,0.74380165,0.75619835,0.70247936,0.6818182,0.75206614,0.7892562,0.8016529,0.8264463,0.838843,0.838843,0.8429752,0.838843,0.838843,0.838843,0.8429752,0.8347107,0.8347107,0.8264463,0.822314,0.8140496,0.8016529,0.7933884,0.7933884,0.7768595,0.1694215,0.13636364,0.09917355,0.10743801,0.0661157,0.23553719,0.47933885,0.70247936,0.76033056,0.79752064,0.8140496,0.8264463,0.8347107,0.8305785,0.838843,0.838843,0.8429752,0.838843,0.8429752,0.8305785,0.8140496,0.79752064,0.79752064,0.8057851,0.78512394,0.7644628,0.8057851,0.7933884,0.78512394,0.822314,0.8347107,0.838843,0.838843,0.8347107,0.822314,0.79752064,0.7355372,0.6942149,0.6983471,0.7231405,0.75206614,0.74380165,0.6942149,0.677686,0.7355372,0.7644628,0.7892562,0.8016529,0.8181818,0.8264463,0.8305785,0.838843,0.838843,0.8347107,0.8347107,0.8305785,0.8264463,0.822314,0.8140496,0.80991733,0.79752064,0.7892562,0.78099173,0.76859504,0.15289256,0.1322314,0.10743801,0.09917355,0.08264463,0.3305785,0.45454547,0.6735537,0.74380165,0.78099173,0.79752064,0.8140496,0.8347107,0.8347107,0.8347107,0.838843,0.8429752,0.8347107,0.838843,0.8305785,0.822314,0.80991733,0.8016529,0.79752064,0.76033056,0.75619835,0.7933884,0.78099173,0.7231405,0.75619835,0.8016529,0.8140496,0.8140496,0.80991733,0.78099173,0.7231405,0.6694215,0.6652893,0.6942149,0.72727275,0.74380165,0.73140496,0.6818182,0.6818182,0.74380165,0.74793386,0.7644628,0.78099173,0.8016529,0.8140496,0.822314,0.8347107,0.8305785,0.8347107,0.822314,0.822314,0.8140496,0.80991733,0.8057851,0.8057851,0.7892562,0.7768595,0.76859504,0.74793386,0.1322314,0.12809917,0.11983471,0.0785124,0.1446281,0.37603307,0.42975205,0.6446281,0.71900827,0.7644628,0.7933884,0.8140496,0.8305785,0.8347107,0.8347107,0.838843,0.8347107,0.838843,0.8347107,0.8264463,0.822314,0.80991733,0.79752064,0.78512394,0.73966944,0.74380165,0.77272725,0.74380165,0.6363636,0.6446281,0.75619835,0.7768595,0.7644628,0.76033056,0.74380165,0.6735537,0.5785124,0.5413223,0.6198347,0.69008267,0.7107438,0.69008267,0.677686,0.71487606,0.75619835,0.75206614,0.74793386,0.76033056,0.78512394,0.79752064,0.8140496,0.8264463,0.8264463,0.8264463,0.822314,0.8140496,0.8057851,0.80991733,0.8016529,0.79752064,0.7892562,0.76859504,0.75619835,0.72727275,0.13636364,0.12396694,0.11570248,0.07024793,0.19008264,0.3966942,0.4338843,0.62396693,0.7107438,0.74793386,0.7768595,0.8016529,0.822314,0.8305785,0.8305785,0.8305785,0.8347107,0.8305785,0.822314,0.822314,0.822314,0.8057851,0.79752064,0.7768595,0.75206614,0.76033056,0.76859504,0.7231405,0.5661157,0.5082645,0.6652893,0.7231405,0.6942149,0.677686,0.6735537,0.60330576,0.47933885,0.38016528,0.4338843,0.59090906,0.6404959,0.6404959,0.69008267,0.75206614,0.77272725,0.7644628,0.74793386,0.73966944,0.76033056,0.78512394,0.8057851,0.822314,0.8181818,0.8181818,0.8181818,0.80991733,0.8057851,0.8057851,0.79752064,0.7933884,0.78099173,0.75619835,0.73966944,0.71900827,0.11983471,0.11570248,0.10743801,0.0785124,0.21900827,0.41735536,0.46694216,0.58677685,0.6983471,0.73966944,0.76033056,0.7933884,0.8181818,0.822314,0.8264463,0.822314,0.8181818,0.822314,0.8181818,0.8140496,0.8140496,0.8016529,0.7933884,0.78512394,0.7768595,0.78512394,0.8016529,0.7768595,0.661157,0.553719,0.61570245,0.661157,0.6280992,0.6198347,0.59917355,0.56198347,0.53305787,0.49586776,0.45041323,0.49173555,0.5661157,0.6404959,0.71487606,0.7644628,0.7768595,0.76859504,0.75619835,0.7355372,0.73966944,0.7644628,0.7892562,0.80991733,0.80991733,0.8057851,0.8057851,0.8016529,0.7933884,0.79752064,0.7933884,0.78099173,0.77272725,0.74380165,0.71487606,0.6983471,0.12809917,0.11983471,0.10330579,0.08677686,0.2231405,0.446281,0.49173555,0.57024795,0.6694215,0.72727275,0.7355372,0.78512394,0.8016529,0.80991733,0.822314,0.822314,0.8140496,0.8140496,0.80991733,0.8057851,0.8057851,0.79752064,0.79752064,0.79752064,0.8057851,0.8140496,0.8140496,0.80991733,0.75206614,0.6735537,0.6570248,0.6652893,0.6322314,0.59090906,0.57438016,0.58264464,0.6198347,0.61570245,0.58264464,0.5289256,0.58677685,0.6859504,0.73966944,0.7644628,0.77272725,0.76859504,0.76859504,0.75206614,0.7355372,0.74380165,0.7768595,0.7892562,0.8016529,0.8016529,0.79752064,0.7933884,0.7933884,0.7933884,0.78512394,0.77272725,0.75206614,0.7355372,0.6983471,0.6818182,0.11570248,0.11570248,0.10743801,0.08264463,0.14876033,0.40082645,0.45867768,0.5289256,0.6528926,0.71487606,0.7355372,0.7644628,0.7892562,0.8016529,0.8181818,0.8140496,0.8140496,0.8057851,0.8016529,0.7933884,0.7933884,0.79752064,0.80991733,0.8264463,0.8264463,0.8264463,0.822314,0.8181818,0.78512394,0.73140496,0.7107438,0.6983471,0.6652893,0.61157024,0.59917355,0.6322314,0.6487603,0.6487603,0.6280992,0.6487603,0.6818182,0.72727275,0.75206614,0.76859504,0.7768595,0.7768595,0.78099173,0.7768595,0.75206614,0.73966944,0.7644628,0.76859504,0.78512394,0.79752064,0.7933884,0.78512394,0.78099173,0.78099173,0.7644628,0.74793386,0.7355372,0.7107438,0.6818182,0.6694215,0.11983471,0.11983471,0.11570248,0.09090909,0.0785124,0.18595041,0.2892562,0.45041323,0.6446281,0.70247936,0.72727275,0.75206614,0.77272725,0.79752064,0.8016529,0.8140496,0.8057851,0.8057851,0.79752064,0.7933884,0.7933884,0.80991733,0.8264463,0.8264463,0.8347107,0.8347107,0.8305785,0.8264463,0.8181818,0.78512394,0.7768595,0.77272725,0.73140496,0.6735537,0.6694215,0.70247936,0.7107438,0.6942149,0.70247936,0.71900827,0.73966944,0.74793386,0.76033056,0.76859504,0.7768595,0.78099173,0.78512394,0.7892562,0.78099173,0.7644628,0.76033056,0.76033056,0.77272725,0.7892562,0.78512394,0.7768595,0.7768595,0.76859504,0.74793386,0.7231405,0.7107438,0.6942149,0.6859504,0.6528926,0.11570248,0.11570248,0.11570248,0.09917355,0.08677686,0.08264463,0.08264463,0.3264463,0.6528926,0.6942149,0.7231405,0.73966944,0.7644628,0.78512394,0.79752064,0.8057851,0.8016529,0.8016529,0.7933884,0.7933884,0.80991733,0.8181818,0.8305785,0.8305785,0.8305785,0.8347107,0.8305785,0.8347107,0.8305785,0.8264463,0.8181818,0.8181818,0.78512394,0.73966944,0.72727275,0.74380165,0.74793386,0.73966944,0.75206614,0.75619835,0.76033056,0.75619835,0.7644628,0.7644628,0.77272725,0.77272725,0.78512394,0.7892562,0.78512394,0.7768595,0.77272725,0.76859504,0.7768595,0.78099173,0.78099173,0.77272725,0.77272725,0.76033056,0.73966944,0.7066116,0.6983471,0.69008267,0.677686,0.6446281,0.11157025,0.11157025,0.11570248,0.09504132,0.08677686,0.09090909,0.0785124,0.23966943,0.6487603,0.6942149,0.71900827,0.7355372,0.75619835,0.78099173,0.7933884,0.8016529,0.8016529,0.7933884,0.7933884,0.7933884,0.8140496,0.822314,0.8264463,0.8264463,0.8305785,0.8305785,0.8305785,0.8347107,0.8305785,0.8264463,0.8305785,0.8181818,0.79752064,0.76859504,0.75206614,0.75619835,0.75206614,0.74793386,0.76033056,0.77272725,0.7644628,0.75206614,0.76859504,0.76033056,0.77272725,0.76859504,0.7768595,0.78099173,0.78099173,0.78099173,0.78099173,0.78099173,0.78099173,0.7768595,0.7644628,0.76859504,0.7644628,0.74793386,0.7355372,0.71487606,0.69008267,0.6859504,0.6735537,0.6487603,0.12809917,0.12809917,0.11570248,0.10330579,0.08677686,0.09917355,0.0661157,0.1694215,0.6404959,0.6983471,0.71487606,0.73140496,0.75206614,0.7768595,0.7892562,0.79752064,0.79752064,0.7933884,0.7892562,0.79752064,0.80991733,0.8181818,0.8264463,0.8305785,0.8305785,0.8347107,0.8305785,0.8347107,0.8347107,0.8305785,0.8305785,0.8264463,0.8057851,0.7892562,0.7768595,0.76859504,0.75206614,0.75206614,0.7644628,0.77272725,0.7644628,0.75206614,0.76859504,0.76859504,0.77272725,0.7644628,0.76859504,0.76859504,0.7768595,0.7768595,0.78099173,0.78099173,0.78512394,0.77272725,0.75619835,0.75206614,0.75619835,0.74793386,0.73966944,0.71900827,0.6942149,0.6859504,0.6735537,0.6446281,0.1322314,0.1322314,0.11983471,0.10330579,0.09504132,0.08677686,0.08264463,0.09090909,0.61157024,0.6942149,0.71900827,0.72727275,0.74793386,0.76859504,0.78099173,0.7892562,0.79752064,0.7933884,0.7933884,0.8057851,0.79752064,0.8181818,0.8264463,0.8347107,0.8305785,0.8347107,0.8305785,0.8305785,0.8305785,0.8264463,0.8305785,0.8305785,0.8181818,0.8016529,0.8057851,0.7933884,0.76033056,0.74793386,0.76033056,0.77272725,0.76859504,0.7644628,0.7768595,0.76859504,0.77272725,0.76033056,0.7644628,0.75619835,0.76859504,0.76859504,0.7644628,0.77272725,0.78099173,0.7644628,0.75619835,0.75206614,0.74380165,0.74380165,0.73140496,0.7107438,0.69008267,0.6818182,0.6694215,0.6363636,0.13636364,0.13636364,0.12396694,0.10330579,0.09917355,0.09090909,0.08677686,0.0785124,0.55785125,0.69008267,0.7231405,0.73140496,0.7355372,0.76033056,0.77272725,0.78512394,0.79752064,0.79752064,0.79752064,0.8016529,0.8057851,0.8140496,0.8140496,0.8305785,0.8264463,0.8305785,0.8264463,0.822314,0.8016529,0.78099173,0.7768595,0.7892562,0.8057851,0.8016529,0.79752064,0.7768595,0.74793386,0.72727275,0.72727275,0.74380165,0.75619835,0.76033056,0.76859504,0.76033056,0.75619835,0.7644628,0.75206614,0.74380165,0.75619835,0.75619835,0.75206614,0.75619835,0.75206614,0.73966944,0.74793386,0.75206614,0.74380165,0.7355372,0.72727275,0.7107438,0.6818182,0.6735537,0.661157,0.6322314,0.1322314,0.1322314,0.12396694,0.09917355,0.09504132,0.09504132,0.08677686,0.05785124,0.47107437,0.6735537,0.7231405,0.7231405,0.7355372,0.75619835,0.77272725,0.7933884,0.80991733,0.8057851,0.8016529,0.8057851,0.8057851,0.80991733,0.79752064,0.8057851,0.78512394,0.7644628,0.74380165,0.71900827,0.69008267,0.6694215,0.6570248,0.677686,0.71487606,0.71487606,0.6652893,0.61157024,0.60330576,0.62396693,0.6363636,0.6570248,0.69008267,0.71487606,0.73140496,0.73140496,0.73140496,0.74380165,0.73966944,0.73966944,0.74380165,0.74380165,0.74793386,0.75206614,0.73966944,0.73140496,0.74380165,0.74793386,0.74380165,0.73140496,0.7231405,0.71487606,0.6983471,0.677686,0.6570248,0.6363636,0.1322314,0.1322314,0.12809917,0.10743801,0.09917355,0.09504132,0.09090909,0.045454547,0.38016528,0.6528926,0.71487606,0.71900827,0.7355372,0.75206614,0.7768595,0.7933884,0.8181818,0.8181818,0.8140496,0.8057851,0.7933884,0.76859504,0.71900827,0.6818182,0.6652893,0.6198347,0.59917355,0.61157024,0.59504133,0.59090906,0.58264464,0.58677685,0.60330576,0.58677685,0.5661157,0.5371901,0.53305787,0.553719,0.553719,0.55785125,0.57024795,0.59504133,0.6363636,0.6694215,0.6942149,0.7107438,0.71487606,0.7231405,0.7355372,0.72727275,0.75619835,0.76033056,0.75619835,0.75206614,0.74793386,0.75206614,0.74380165,0.7231405,0.7107438,0.70247936,0.6942149,0.677686,0.6487603,0.6280992,0.13636364,0.13636364,0.1322314,0.10743801,0.09090909,0.09917355,0.09090909,0.049586777,0.2768595,0.61157024,0.6983471,0.72727275,0.73966944,0.74793386,0.7768595,0.79752064,0.8181818,0.8181818,0.8140496,0.79752064,0.75619835,0.70247936,0.59504133,0.5082645,0.5247934,0.5371901,0.5495868,0.56198347,0.5371901,0.53305787,0.54545456,0.53305787,0.5289256,0.5123967,0.5041322,0.5082645,0.5206612,0.5289256,0.5247934,0.5123967,0.5206612,0.5165289,0.5289256,0.5495868,0.58677685,0.62396693,0.6528926,0.69008267,0.72727275,0.74380165,0.76859504,0.7644628,0.75619835,0.76033056,0.74793386,0.74380165,0.7355372,0.7231405,0.70247936,0.6942149,0.6859504,0.6694215,0.6487603,0.61570245,0.12396694,0.12396694,0.12396694,0.10743801,0.09917355,0.09090909,0.09917355,0.0661157,0.17355372,0.5247934,0.69008267,0.71900827,0.73966944,0.74380165,0.76859504,0.79752064,0.8181818,0.8181818,0.8181818,0.7892562,0.75206614,0.7231405,0.6446281,0.5247934,0.5041322,0.5165289,0.5413223,0.5495868,0.5082645,0.4752066,0.46694216,0.46280992,0.4752066,0.45867768,0.43801653,0.45041323,0.47107437,0.47107437,0.48347107,0.48347107,0.5041322,0.49586776,0.4876033,0.47107437,0.46694216,0.47107437,0.5206612,0.61570245,0.6983471,0.74380165,0.7644628,0.7644628,0.75619835,0.76859504,0.75206614,0.74793386,0.7355372,0.7231405,0.70247936,0.69008267,0.677686,0.661157,0.6404959,0.61570245,0.12396694,0.12396694,0.11983471,0.09504132,0.10330579,0.08264463,0.09917355,0.08264463,0.10743801,0.4090909,0.677686,0.71900827,0.7355372,0.73966944,0.7644628,0.78512394,0.8140496,0.822314,0.8181818,0.78099173,0.77272725,0.78099173,0.76859504,0.7066116,0.6528926,0.6446281,0.6487603,0.6487603,0.607438,0.56198347,0.5123967,0.47933885,0.48347107,0.47107437,0.45041323,0.46280992,0.4876033,0.5,0.5165289,0.5289256,0.5123967,0.4876033,0.47107437,0.4752066,0.45454547,0.4338843,0.45454547,0.5413223,0.6528926,0.72727275,0.74793386,0.75619835,0.75619835,0.76859504,0.75619835,0.75206614,0.7355372,0.71900827,0.70247936,0.6818182,0.6694215,0.6487603,0.6322314,0.61157024,0.11157025,0.11157025,0.11157025,0.09917355,0.10330579,0.09090909,0.09504132,0.09090909,0.07024793,0.28099173,0.6404959,0.71487606,0.73966944,0.74793386,0.75619835,0.76859504,0.8016529,0.80991733,0.8057851,0.78512394,0.7933884,0.8057851,0.7892562,0.75619835,0.70247936,0.6735537,0.69008267,0.7066116,0.6942149,0.677686,0.6322314,0.62396693,0.60330576,0.58264464,0.58264464,0.59917355,0.59917355,0.60330576,0.61157024,0.607438,0.57438016,0.5413223,0.5123967,0.5165289,0.5165289,0.5495868,0.607438,0.6363636,0.6694215,0.7107438,0.73140496,0.74380165,0.75619835,0.75619835,0.74793386,0.73966944,0.72727275,0.7066116,0.6859504,0.6859504,0.661157,0.6363636,0.61570245,0.59504133,0.11570248,0.11570248,0.11570248,0.09504132,0.09917355,0.09917355,0.09504132,0.0785124,0.08264463,0.14876033,0.56198347,0.69008267,0.7355372,0.73966944,0.73966944,0.76033056,0.78512394,0.8016529,0.79752064,0.7892562,0.8016529,0.822314,0.8140496,0.77272725,0.72727275,0.677686,0.6694215,0.6859504,0.6818182,0.6859504,0.6942149,0.6983471,0.6818182,0.6652893,0.6652893,0.6735537,0.6735537,0.6363636,0.59504133,0.57438016,0.55785125,0.54545456,0.54545456,0.57024795,0.59917355,0.6528926,0.6818182,0.71487606,0.7107438,0.71487606,0.71900827,0.73966944,0.75619835,0.75619835,0.74793386,0.7355372,0.71487606,0.69008267,0.677686,0.6859504,0.6487603,0.62396693,0.60330576,0.58264464,0.10743801,0.10330579,0.09917355,0.09090909,0.09090909,0.09917355,0.08264463,0.08677686,0.10743801,0.037190083,0.41322315,0.661157,0.71487606,0.73140496,0.73140496,0.73966944,0.7644628,0.78512394,0.7892562,0.7933884,0.8016529,0.8181818,0.8264463,0.8057851,0.73966944,0.70247936,0.6735537,0.6487603,0.6363636,0.62396693,0.6280992,0.6487603,0.6487603,0.6280992,0.61570245,0.6280992,0.61570245,0.58677685,0.54545456,0.54545456,0.57024795,0.58677685,0.60330576,0.62396693,0.6570248,0.6942149,0.73140496,0.75206614,0.74380165,0.71900827,0.7107438,0.72727275,0.73966944,0.73966944,0.73140496,0.71900827,0.6983471,0.677686,0.6735537,0.661157,0.62396693,0.61570245,0.59917355,0.56198347,0.08264463,0.08264463,0.08677686,0.08677686,0.09090909,0.09090909,0.08264463,0.08264463,0.09504132,0.053719006,0.20661157,0.61570245,0.6859504,0.71900827,0.71487606,0.72727275,0.75206614,0.77272725,0.78099173,0.7892562,0.79752064,0.8140496,0.8181818,0.8140496,0.76033056,0.7107438,0.6942149,0.6652893,0.6280992,0.60330576,0.59917355,0.60330576,0.59504133,0.59090906,0.57024795,0.5785124,0.56198347,0.553719,0.5661157,0.59917355,0.62396693,0.6404959,0.6487603,0.6652893,0.6942149,0.72727275,0.74793386,0.75619835,0.73966944,0.7107438,0.6983471,0.7107438,0.71487606,0.7231405,0.7107438,0.6942149,0.677686,0.6652893,0.6570248,0.6322314,0.61570245,0.61570245,0.58264464,0.5495868,0.09090909,0.09090909,0.09090909,0.09090909,0.08677686,0.09090909,0.08677686,0.08677686,0.09504132,0.07438017,0.08264463,0.45454547,0.6652893,0.70247936,0.71487606,0.7231405,0.73966944,0.76033056,0.77272725,0.7768595,0.79752064,0.8016529,0.8057851,0.8016529,0.76859504,0.73966944,0.7066116,0.6694215,0.6487603,0.61570245,0.59504133,0.58264464,0.57438016,0.57024795,0.55785125,0.55785125,0.57024795,0.57438016,0.62396693,0.6446281,0.6570248,0.6652893,0.6818182,0.6942149,0.71487606,0.74380165,0.75206614,0.74380165,0.7107438,0.6859504,0.69008267,0.69008267,0.7066116,0.6942149,0.6859504,0.6694215,0.661157,0.6487603,0.6404959,0.6198347,0.61570245,0.58677685,0.55785125,0.5082645,0.11570248,0.12396694,0.12809917,0.12809917,0.08264463,0.09917355,0.07438017,0.08677686,0.09090909,0.08677686,0.049586777,0.24380165,0.60330576,0.6942149,0.7107438,0.7231405,0.7355372,0.74793386,0.7644628,0.7768595,0.78512394,0.7933884,0.8016529,0.8016529,0.78512394,0.76859504,0.73140496,0.6859504,0.6280992,0.59917355,0.57438016,0.553719,0.5371901,0.53305787,0.53305787,0.54545456,0.57438016,0.59917355,0.6363636,0.6570248,0.6735537,0.677686,0.69008267,0.6942149,0.71900827,0.73966944,0.74793386,0.72727275,0.6694215,0.6487603,0.6818182,0.6942149,0.6942149,0.677686,0.661157,0.6487603,0.6446281,0.6363636,0.6280992,0.61570245,0.59917355,0.57024795,0.5289256,0.48347107,0.14049587,0.14049587,0.14049587,0.14049587,0.09917355,0.11157025,0.07438017,0.09090909,0.09504132,0.09504132,0.0661157,0.08264463,0.43801653,0.661157,0.6983471,0.7231405,0.7231405,0.74380165,0.76033056,0.78099173,0.78512394,0.7892562,0.79752064,0.7933884,0.7933884,0.78512394,0.76033056,0.71487606,0.6735537,0.6280992,0.59090906,0.5661157,0.5495868,0.5495868,0.553719,0.5661157,0.59917355,0.6322314,0.6528926,0.661157,0.6694215,0.6818182,0.69008267,0.6983471,0.71900827,0.7355372,0.73966944,0.71900827,0.677686,0.661157,0.677686,0.6694215,0.6694215,0.6570248,0.6446281,0.6363636,0.6363636,0.6280992,0.61570245,0.60330576,0.58264464,0.5413223,0.49173555,0.45041323,0.1322314,0.1322314,0.12809917,0.12809917,0.11570248,0.10743801,0.08264463,0.09504132,0.09504132,0.09917355,0.0785124,0.053719006,0.22727273,0.5495868,0.677686,0.71487606,0.7231405,0.73140496,0.75206614,0.7768595,0.78512394,0.78512394,0.8016529,0.79752064,0.78512394,0.7892562,0.77272725,0.75206614,0.7107438,0.6818182,0.6528926,0.6363636,0.6198347,0.6198347,0.6280992,0.62396693,0.6322314,0.6446281,0.6528926,0.661157,0.6694215,0.69008267,0.6942149,0.7066116,0.72727275,0.72727275,0.72727275,0.7231405,0.6942149,0.6818182,0.6735537,0.6694215,0.6570248,0.6487603,0.6404959,0.6280992,0.62396693,0.61570245,0.607438,0.59090906,0.553719,0.5041322,0.45454547,0.44214877,0.12396694,0.12396694,0.12396694,0.12396694,0.1322314,0.10330579,0.08677686,0.09090909,0.09090909,0.09090909,0.08264463,0.07438017,0.09090909,0.3553719,0.62396693,0.69008267,0.71487606,0.7231405,0.7355372,0.75619835,0.7892562,0.7933884,0.80991733,0.8016529,0.7892562,0.78512394,0.78099173,0.76859504,0.74380165,0.71487606,0.70247936,0.6818182,0.6735537,0.661157,0.6570248,0.661157,0.6528926,0.6570248,0.6735537,0.6818182,0.6942149,0.7066116,0.71487606,0.71900827,0.71900827,0.72727275,0.73140496,0.72727275,0.6983471,0.677686,0.6528926,0.6487603,0.6487603,0.6363636,0.6363636,0.62396693,0.62396693,0.61157024,0.59090906,0.55785125,0.5206612,0.46694216,0.4338843,0.4752066,0.11983471,0.11983471,0.11983471,0.11157025,0.12396694,0.10330579,0.09917355,0.08677686,0.09504132,0.09917355,0.0785124,0.0785124,0.0661157,0.1446281,0.45454547,0.6487603,0.69008267,0.7066116,0.71487606,0.73966944,0.78099173,0.79752064,0.8140496,0.8140496,0.8140496,0.8057851,0.7933884,0.78512394,0.77272725,0.75619835,0.74793386,0.73140496,0.7107438,0.70247936,0.69008267,0.6859504,0.6859504,0.69008267,0.70247936,0.71487606,0.7231405,0.72727275,0.73140496,0.73140496,0.7355372,0.73966944,0.73966944,0.72727275,0.70247936,0.6818182,0.661157,0.6363636,0.6446281,0.6363636,0.62396693,0.61157024,0.607438,0.59090906,0.5661157,0.5206612,0.47107437,0.43801653,0.45454547,0.5123967,0.07438017,0.0661157,0.0661157,0.0661157,0.09090909,0.10743801,0.10330579,0.09504132,0.09917355,0.10743801,0.08264463,0.07438017,0.08264463,0.07024793,0.21487603,0.5247934,0.661157,0.6859504,0.6983471,0.7231405,0.76859504,0.79752064,0.8181818,0.8181818,0.8264463,0.8181818,0.80991733,0.8057851,0.8016529,0.7933884,0.7892562,0.7892562,0.7768595,0.77272725,0.75619835,0.7355372,0.7355372,0.73140496,0.7355372,0.74793386,0.74380165,0.75619835,0.75619835,0.75206614,0.75206614,0.75206614,0.74793386,0.71900827,0.6942149,0.6694215,0.6487603,0.62396693,0.6280992,0.6198347,0.607438,0.59504133,0.59504133,0.56198347,0.5123967,0.4752066,0.4338843,0.45454547,0.5041322,0.54545456,0.07024793,0.07024793,0.07438017,0.07438017,0.08677686,0.10743801,0.11157025,0.10330579,0.09504132,0.10330579,0.0785124,0.0785124,0.08264463,0.07024793,0.09090909,0.27272728,0.58264464,0.6528926,0.6652893,0.6942149,0.74793386,0.7933884,0.822314,0.822314,0.8305785,0.8305785,0.8264463,0.822314,0.822314,0.822314,0.822314,0.822314,0.8181818,0.8181818,0.80991733,0.8057851,0.7933884,0.7892562,0.78512394,0.7933884,0.7892562,0.7892562,0.78099173,0.7768595,0.7644628,0.75619835,0.75206614,0.71900827,0.69008267,0.6652893,0.6446281,0.6198347,0.607438,0.60330576,0.59504133,0.5785124,0.55785125,0.5206612,0.46280992,0.4338843,0.43801653,0.48347107,0.54545456,0.57024795,0.08264463,0.08677686,0.09090909,0.09090909,0.10330579,0.12396694,0.11157025,0.09917355,0.09917355,0.09917355,0.09090909,0.08264463,0.0785124,0.07438017,0.0785124,0.0785124,0.3140496,0.58677685,0.6404959,0.661157,0.71487606,0.77272725,0.80991733,0.822314,0.8264463,0.8305785,0.8305785,0.8347107,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.8264463,0.8305785,0.8264463,0.8264463,0.822314,0.8264463,0.822314,0.8057851,0.8016529,0.7892562,0.77272725,0.76033056,0.75206614,0.71900827,0.6735537,0.6446281,0.62396693,0.59090906,0.58677685,0.5785124,0.57438016,0.5495868,0.5123967,0.45867768,0.42561984,0.4338843,0.46694216,0.5289256,0.55785125,0.5661157,7 +0.74380165,0.77272725,0.8016529,0.8140496,0.8264463,0.8305785,0.8264463,0.8347107,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8347107,0.838843,0.8347107,0.8429752,0.838843,0.8429752,0.8429752,0.8429752,0.8429752,0.8429752,0.8347107,0.8429752,0.8429752,0.8347107,0.8347107,0.8347107,0.8305785,0.838843,0.8347107,0.8347107,0.8347107,0.8305785,0.8181818,0.822314,0.8140496,0.80991733,0.7933884,0.7768595,0.76859504,0.76033056,0.7066116,0.607438,0.5082645,0.446281,0.34710744,0.24793388,0.27272728,0.30991736,0.2603306,0.21487603,0.21487603,0.1983471,0.21900827,0.24793388,0.2107438,0.1322314,0.1446281,0.17768595,0.18595041,0.15289256,0.14876033,0.7644628,0.7892562,0.8140496,0.822314,0.8264463,0.8305785,0.8264463,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.8347107,0.8429752,0.8429752,0.838843,0.8429752,0.838843,0.8471074,0.8429752,0.8471074,0.8471074,0.8429752,0.8429752,0.838843,0.8471074,0.838843,0.838843,0.8347107,0.8264463,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8264463,0.822314,0.822314,0.8140496,0.8057851,0.7892562,0.78099173,0.7768595,0.76033056,0.70247936,0.60330576,0.5165289,0.47933885,0.38429752,0.27272728,0.27272728,0.32231405,0.24380165,0.17768595,0.20247933,0.19421488,0.19421488,0.24380165,0.2520661,0.17768595,0.14876033,0.16115703,0.18595041,0.18595041,0.7768595,0.8016529,0.8140496,0.8264463,0.8305785,0.8305785,0.8305785,0.838843,0.8347107,0.838843,0.838843,0.838843,0.838843,0.838843,0.838843,0.838843,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.8429752,0.8429752,0.8429752,0.8429752,0.838843,0.838843,0.8347107,0.838843,0.8305785,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8264463,0.8264463,0.822314,0.8140496,0.8057851,0.78512394,0.78099173,0.78099173,0.76033056,0.6942149,0.59504133,0.5371901,0.5041322,0.41735536,0.29338843,0.28512397,0.35950413,0.2520661,0.1570248,0.17768595,0.20661157,0.1983471,0.1983471,0.20247933,0.2107438,0.19008264,0.18595041,0.18595041,0.7892562,0.8057851,0.8140496,0.8305785,0.8347107,0.8347107,0.8347107,0.838843,0.8347107,0.838843,0.838843,0.838843,0.8347107,0.838843,0.8429752,0.8429752,0.8429752,0.8553719,0.8429752,0.8471074,0.8429752,0.8429752,0.838843,0.8347107,0.838843,0.8429752,0.838843,0.838843,0.8429752,0.838843,0.8347107,0.8347107,0.838843,0.838843,0.8347107,0.8347107,0.8347107,0.8347107,0.8264463,0.822314,0.80991733,0.7892562,0.7892562,0.78099173,0.7768595,0.75206614,0.6942149,0.59917355,0.54545456,0.5247934,0.44214877,0.35123968,0.30991736,0.3264463,0.26859504,0.14876033,0.13636364,0.1983471,0.2107438,0.18595041,0.2107438,0.2231405,0.21900827,0.21900827,0.8016529,0.80991733,0.822314,0.8305785,0.8347107,0.8347107,0.8429752,0.8347107,0.8264463,0.79752064,0.78099173,0.7768595,0.7933884,0.79752064,0.8016529,0.8057851,0.8140496,0.8181818,0.8140496,0.8264463,0.8264463,0.8305785,0.8347107,0.8347107,0.838843,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.8429752,0.838843,0.838843,0.838843,0.8347107,0.8305785,0.8305785,0.838843,0.8305785,0.8305785,0.8181818,0.7933884,0.78512394,0.78099173,0.7768595,0.76859504,0.73966944,0.6859504,0.59504133,0.54545456,0.5247934,0.46694216,0.40082645,0.3181818,0.32231405,0.25619835,0.1570248,0.14049587,0.1694215,0.1694215,0.18595041,0.20247933,0.21900827,0.2231405,0.8140496,0.8057851,0.8264463,0.8305785,0.8347107,0.8264463,0.7892562,0.76033056,0.6735537,0.6280992,0.6322314,0.6446281,0.661157,0.661157,0.6363636,0.6404959,0.6528926,0.661157,0.677686,0.7066116,0.74793386,0.7644628,0.79752064,0.8057851,0.8264463,0.8264463,0.8305785,0.838843,0.8429752,0.8429752,0.8512397,0.8429752,0.8512397,0.8471074,0.838843,0.838843,0.8305785,0.8264463,0.8305785,0.8264463,0.80991733,0.80991733,0.7892562,0.77272725,0.7644628,0.74793386,0.73140496,0.6983471,0.6198347,0.553719,0.53305787,0.53305787,0.49173555,0.41735536,0.3264463,0.28512397,0.24793388,0.19421488,0.16528925,0.14876033,0.1446281,0.1694215,0.1570248,0.1446281,0.80991733,0.8140496,0.8140496,0.80991733,0.76033056,0.6652893,0.607438,0.61570245,0.60330576,0.57024795,0.56198347,0.55785125,0.5247934,0.5082645,0.49173555,0.5041322,0.5041322,0.5289256,0.53305787,0.5247934,0.59504133,0.6322314,0.6570248,0.71487606,0.7644628,0.7768595,0.7933884,0.8057851,0.8140496,0.8305785,0.8429752,0.838843,0.8429752,0.838843,0.8347107,0.8264463,0.8264463,0.8181818,0.80991733,0.8057851,0.7933884,0.78512394,0.7768595,0.73140496,0.69008267,0.6363636,0.58677685,0.57024795,0.53305787,0.47107437,0.43801653,0.4338843,0.47933885,0.4876033,0.40495867,0.28099173,0.23140496,0.23966943,0.23553719,0.17355372,0.16528925,0.15289256,0.1694215,0.17355372,0.79752064,0.78512394,0.7355372,0.7107438,0.6818182,0.6694215,0.6735537,0.677686,0.6570248,0.6280992,0.59504133,0.56198347,0.5041322,0.46280992,0.45041323,0.45041323,0.45454547,0.4752066,0.5082645,0.46280992,0.49173555,0.5206612,0.5206612,0.58677685,0.69008267,0.7107438,0.73966944,0.76859504,0.78099173,0.80991733,0.822314,0.8264463,0.8264463,0.822314,0.8181818,0.80991733,0.8057851,0.78512394,0.77272725,0.74793386,0.7231405,0.6735537,0.62396693,0.5661157,0.5123967,0.45041323,0.41735536,0.40082645,0.41735536,0.39256197,0.3553719,0.30991736,0.28099173,0.35950413,0.4338843,0.37190083,0.23966943,0.17768595,0.20247933,0.23140496,0.16115703,0.16528925,0.18181819,0.19421488,0.7768595,0.6942149,0.69008267,0.7107438,0.71900827,0.72727275,0.74380165,0.74793386,0.73966944,0.71900827,0.71487606,0.6983471,0.6570248,0.61570245,0.5661157,0.5247934,0.49586776,0.47933885,0.5206612,0.4876033,0.4876033,0.48347107,0.4876033,0.5123967,0.61157024,0.6487603,0.69008267,0.71487606,0.74793386,0.7933884,0.80991733,0.80991733,0.8140496,0.8016529,0.7933884,0.78099173,0.76033056,0.72727275,0.7066116,0.6528926,0.57024795,0.47933885,0.42975205,0.40082645,0.40495867,0.37190083,0.3429752,0.30991736,0.3429752,0.37190083,0.40082645,0.3677686,0.30578512,0.28099173,0.24793388,0.35123968,0.2892562,0.2107438,0.17355372,0.19421488,0.20661157,0.18181819,0.19008264,0.19421488,0.7231405,0.69008267,0.74380165,0.78512394,0.78099173,0.7768595,0.77272725,0.78099173,0.76033056,0.72727275,0.72727275,0.71900827,0.7231405,0.70247936,0.6983471,0.6694215,0.6404959,0.607438,0.5785124,0.5785124,0.553719,0.5371901,0.5413223,0.5495868,0.58264464,0.6363636,0.6652893,0.6859504,0.72727275,0.78099173,0.79752064,0.79752064,0.7933884,0.76859504,0.75619835,0.7355372,0.6694215,0.6363636,0.6198347,0.55785125,0.46694216,0.3966942,0.37603307,0.38842976,0.40082645,0.4090909,0.41322315,0.42975205,0.45454547,0.446281,0.46694216,0.46694216,0.42975205,0.3966942,0.3264463,0.23966943,0.2644628,0.21900827,0.18595041,0.17355372,0.20247933,0.19008264,0.1983471,0.20661157,0.73140496,0.73966944,0.7768595,0.79752064,0.78512394,0.76859504,0.74793386,0.74380165,0.7355372,0.70247936,0.6859504,0.6694215,0.6570248,0.6528926,0.6487603,0.661157,0.6487603,0.6404959,0.62396693,0.61570245,0.61570245,0.61157024,0.607438,0.61157024,0.60330576,0.6404959,0.6735537,0.6818182,0.7355372,0.78512394,0.79752064,0.8016529,0.78099173,0.7644628,0.73966944,0.6942149,0.60330576,0.5785124,0.5661157,0.54545456,0.5082645,0.4876033,0.5,0.53305787,0.5371901,0.553719,0.5785124,0.61157024,0.607438,0.59917355,0.59917355,0.5785124,0.54545456,0.5041322,0.45041323,0.30578512,0.24380165,0.2231405,0.11983471,0.1570248,0.21900827,0.20661157,0.16528925,0.1694215,0.75206614,0.7644628,0.78099173,0.76859504,0.75206614,0.72727275,0.6942149,0.6859504,0.6570248,0.62396693,0.61157024,0.59504133,0.58677685,0.58264464,0.59504133,0.59504133,0.58677685,0.58677685,0.58677685,0.59504133,0.61570245,0.62396693,0.6280992,0.6322314,0.6280992,0.6487603,0.6694215,0.6942149,0.74793386,0.7892562,0.8057851,0.8140496,0.7933884,0.7644628,0.73140496,0.677686,0.59917355,0.58677685,0.57438016,0.57024795,0.5661157,0.57024795,0.58677685,0.57438016,0.57438016,0.59090906,0.59917355,0.60330576,0.59917355,0.60330576,0.59090906,0.57024795,0.56198347,0.53305787,0.49586776,0.40082645,0.2520661,0.23553719,0.12396694,0.09504132,0.15289256,0.23553719,0.1694215,0.12396694,0.7644628,0.76033056,0.76033056,0.73966944,0.7107438,0.677686,0.6404959,0.59504133,0.57438016,0.58264464,0.61570245,0.6487603,0.661157,0.661157,0.6446281,0.62396693,0.58264464,0.553719,0.5206612,0.53305787,0.5785124,0.60330576,0.61570245,0.61570245,0.62396693,0.6322314,0.6528926,0.7107438,0.76859504,0.79752064,0.8181818,0.8264463,0.8016529,0.76859504,0.7066116,0.6446281,0.59917355,0.57438016,0.57438016,0.5785124,0.57438016,0.5661157,0.55785125,0.5495868,0.5371901,0.5495868,0.54545456,0.53305787,0.5247934,0.5082645,0.5165289,0.5371901,0.5413223,0.5371901,0.5206612,0.46280992,0.30991736,0.2520661,0.12809917,0.07024793,0.11570248,0.18595041,0.21900827,0.20247933,0.76859504,0.74380165,0.7355372,0.7066116,0.6735537,0.62396693,0.59504133,0.59504133,0.6487603,0.7066116,0.72727275,0.74380165,0.73966944,0.71900827,0.6198347,0.6280992,0.5785124,0.56198347,0.5413223,0.4752066,0.5041322,0.5495868,0.58264464,0.58677685,0.58264464,0.58677685,0.6446281,0.71900827,0.7892562,0.8140496,0.8264463,0.8305785,0.8181818,0.77272725,0.6942149,0.61157024,0.5661157,0.56198347,0.57024795,0.58264464,0.5661157,0.5413223,0.5247934,0.5413223,0.5495868,0.56198347,0.5661157,0.55785125,0.5371901,0.4752066,0.41735536,0.43801653,0.5,0.5082645,0.49173555,0.46280992,0.34710744,0.29338843,0.12809917,0.06198347,0.11157025,0.1446281,0.1983471,0.22727273,0.77272725,0.74380165,0.7107438,0.6859504,0.6446281,0.62396693,0.6528926,0.6942149,0.71487606,0.71900827,0.62396693,0.5495868,0.5371901,0.5041322,0.4090909,0.37190083,0.38016528,0.38429752,0.4214876,0.49173555,0.46280992,0.49173555,0.54545456,0.57438016,0.57024795,0.54545456,0.59504133,0.7107438,0.8016529,0.8264463,0.8347107,0.8347107,0.8264463,0.77272725,0.6735537,0.58677685,0.54545456,0.54545456,0.56198347,0.55785125,0.5289256,0.5289256,0.54545456,0.59504133,0.57438016,0.54545456,0.5206612,0.46280992,0.42975205,0.41322315,0.3966942,0.34710744,0.40495867,0.47933885,0.49173555,0.45867768,0.37603307,0.3305785,0.17355372,0.053719006,0.11983471,0.13636364,0.1322314,0.18181819,0.77272725,0.74793386,0.7066116,0.6818182,0.661157,0.6570248,0.661157,0.6446281,0.5413223,0.45867768,0.47107437,0.5785124,0.6942149,0.6404959,0.30165288,0.4214876,0.2644628,0.2107438,0.2520661,0.3677686,0.46280992,0.4876033,0.5165289,0.55785125,0.5785124,0.553719,0.56198347,0.677686,0.8016529,0.838843,0.8471074,0.838843,0.838843,0.7768595,0.6570248,0.5495868,0.5371901,0.5495868,0.5413223,0.53305787,0.5371901,0.5371901,0.5206612,0.5247934,0.5247934,0.37603307,0.2892562,0.24380165,0.20247933,0.24380165,0.24793388,0.25619835,0.32231405,0.446281,0.48347107,0.4752066,0.41322315,0.38016528,0.2231405,0.053719006,0.12809917,0.13636364,0.10743801,0.11570248,0.78099173,0.74793386,0.71487606,0.6818182,0.6652893,0.58677685,0.46694216,0.39256197,0.47107437,0.5661157,0.677686,0.76859504,0.822314,0.6322314,0.3181818,0.35950413,0.29338843,0.17768595,0.28512397,0.44214877,0.40495867,0.49173555,0.5661157,0.59504133,0.61157024,0.57438016,0.58677685,0.6735537,0.8016529,0.8429752,0.8471074,0.8471074,0.8429752,0.7768595,0.6528926,0.5371901,0.56198347,0.607438,0.57024795,0.5495868,0.5289256,0.5289256,0.5495868,0.69008267,0.74380165,0.45867768,0.3966942,0.2231405,0.15289256,0.16115703,0.26859504,0.20661157,0.24793388,0.38016528,0.45867768,0.47933885,0.45454547,0.41322315,0.26859504,0.06198347,0.11983471,0.14049587,0.10330579,0.09504132,0.79752064,0.76859504,0.7355372,0.71487606,0.6446281,0.57438016,0.5041322,0.5082645,0.6280992,0.7107438,0.76033056,0.78099173,0.80991733,0.69008267,0.38842976,0.2603306,0.2520661,0.24380165,0.40082645,0.54545456,0.54545456,0.5206612,0.60330576,0.6818182,0.69008267,0.6404959,0.6322314,0.71900827,0.8016529,0.8429752,0.8512397,0.8471074,0.8347107,0.7933884,0.661157,0.5661157,0.6363636,0.677686,0.59090906,0.5247934,0.55785125,0.6528926,0.71900827,0.78512394,0.8140496,0.4876033,0.24380165,0.1983471,0.17355372,0.22727273,0.35123968,0.26859504,0.21900827,0.3264463,0.43801653,0.5082645,0.49586776,0.446281,0.30578512,0.07024793,0.10330579,0.13636364,0.10743801,0.10330579,0.8181818,0.8016529,0.7768595,0.75619835,0.70247936,0.6652893,0.60330576,0.553719,0.59090906,0.6528926,0.7066116,0.74380165,0.76033056,0.73966944,0.5495868,0.3966942,0.37190083,0.4090909,0.5165289,0.59090906,0.6404959,0.6735537,0.69008267,0.6983471,0.7066116,0.6859504,0.6983471,0.73966944,0.8057851,0.8471074,0.8512397,0.8471074,0.8429752,0.8016529,0.6859504,0.59504133,0.62396693,0.6652893,0.61570245,0.59090906,0.57438016,0.6198347,0.6859504,0.7644628,0.78512394,0.607438,0.30991736,0.22727273,0.23553719,0.38016528,0.446281,0.32231405,0.29338843,0.38842976,0.48347107,0.5495868,0.5289256,0.48347107,0.3553719,0.10330579,0.08677686,0.12809917,0.10743801,0.1322314,0.8264463,0.822314,0.8140496,0.79752064,0.7768595,0.74380165,0.70247936,0.6446281,0.58677685,0.57438016,0.59504133,0.607438,0.60330576,0.6198347,0.607438,0.5413223,0.5289256,0.5247934,0.5413223,0.59917355,0.6446281,0.69008267,0.7107438,0.6983471,0.7066116,0.72727275,0.75206614,0.7892562,0.8181818,0.8429752,0.8512397,0.8429752,0.838843,0.8264463,0.7107438,0.62396693,0.61570245,0.6404959,0.6446281,0.6322314,0.59917355,0.57438016,0.58677685,0.6322314,0.6322314,0.5661157,0.45041323,0.39256197,0.39256197,0.44214877,0.38842976,0.30991736,0.38429752,0.45454547,0.53305787,0.60330576,0.57438016,0.5123967,0.40082645,0.1322314,0.09090909,0.12809917,0.09917355,0.11570248,0.8347107,0.8305785,0.8264463,0.822314,0.8016529,0.7892562,0.7644628,0.73140496,0.6859504,0.6487603,0.6280992,0.59504133,0.56198347,0.54545456,0.553719,0.5247934,0.5289256,0.5413223,0.57024795,0.6198347,0.6818182,0.7107438,0.71487606,0.7231405,0.75206614,0.76859504,0.7933884,0.8057851,0.822314,0.8429752,0.8512397,0.8471074,0.8429752,0.838843,0.74380165,0.6363636,0.6446281,0.6487603,0.6528926,0.6363636,0.6198347,0.59504133,0.57024795,0.5495868,0.53305787,0.5,0.45041323,0.42975205,0.40495867,0.3966942,0.3677686,0.40082645,0.4752066,0.5289256,0.5785124,0.6322314,0.61157024,0.53305787,0.42975205,0.16528925,0.09917355,0.12809917,0.11157025,0.09504132,0.838843,0.8347107,0.8305785,0.8305785,0.8140496,0.8057851,0.78099173,0.75619835,0.7231405,0.6859504,0.6570248,0.6363636,0.607438,0.59090906,0.58264464,0.58264464,0.59917355,0.6322314,0.6652893,0.6983471,0.73140496,0.76033056,0.76033056,0.77272725,0.7892562,0.8016529,0.80991733,0.8181818,0.8264463,0.8429752,0.8553719,0.8553719,0.8471074,0.838843,0.77272725,0.6446281,0.6570248,0.677686,0.6859504,0.6859504,0.6652893,0.6198347,0.59917355,0.58264464,0.5785124,0.54545456,0.5247934,0.5082645,0.49586776,0.4876033,0.4876033,0.5123967,0.54545456,0.58677685,0.62396693,0.6446281,0.6322314,0.5495868,0.446281,0.19008264,0.09504132,0.12809917,0.12809917,0.09090909,0.8347107,0.838843,0.838843,0.838843,0.8264463,0.822314,0.7933884,0.7644628,0.75206614,0.71900827,0.70247936,0.6859504,0.6735537,0.6694215,0.6694215,0.6735537,0.70247936,0.71487606,0.73140496,0.75619835,0.78512394,0.8057851,0.80991733,0.8057851,0.8140496,0.8181818,0.8264463,0.822314,0.8347107,0.8471074,0.8553719,0.8553719,0.8471074,0.8471074,0.7892562,0.661157,0.6528926,0.6942149,0.7231405,0.74380165,0.7107438,0.6487603,0.62396693,0.61570245,0.59917355,0.59504133,0.58264464,0.57024795,0.5661157,0.56198347,0.57438016,0.58264464,0.60330576,0.6280992,0.6404959,0.6652893,0.6487603,0.55785125,0.45041323,0.20247933,0.10743801,0.13636364,0.13636364,0.11570248,0.838843,0.8347107,0.838843,0.8429752,0.8347107,0.8305785,0.8264463,0.80991733,0.7933884,0.78512394,0.78512394,0.7768595,0.77272725,0.76033056,0.75206614,0.74793386,0.75619835,0.75619835,0.7768595,0.8016529,0.822314,0.8347107,0.8305785,0.8305785,0.8264463,0.8305785,0.8305785,0.8347107,0.8347107,0.8471074,0.8512397,0.8553719,0.8553719,0.8429752,0.7933884,0.6735537,0.6446281,0.677686,0.71487606,0.7768595,0.75206614,0.7066116,0.6735537,0.6487603,0.6404959,0.6322314,0.62396693,0.607438,0.607438,0.61570245,0.6322314,0.6404959,0.6570248,0.6694215,0.6652893,0.6735537,0.6570248,0.57024795,0.45041323,0.19421488,0.10743801,0.1570248,0.12396694,0.14876033,0.838843,0.838843,0.8347107,0.838843,0.8429752,0.838843,0.838843,0.8347107,0.8264463,0.822314,0.822314,0.8140496,0.8140496,0.8057851,0.79752064,0.7933884,0.79752064,0.79752064,0.822314,0.8347107,0.838843,0.8347107,0.8305785,0.838843,0.8347107,0.8305785,0.8347107,0.8305785,0.8347107,0.8471074,0.8512397,0.8512397,0.8512397,0.8471074,0.80991733,0.6983471,0.6446281,0.6652893,0.70247936,0.7768595,0.7892562,0.77272725,0.73966944,0.70247936,0.69008267,0.69008267,0.6735537,0.6694215,0.661157,0.677686,0.6983471,0.7066116,0.7107438,0.7107438,0.6942149,0.6694215,0.6528926,0.59090906,0.45041323,0.18595041,0.10330579,0.17768595,0.11570248,0.1322314,0.8347107,0.8305785,0.8347107,0.838843,0.838843,0.8471074,0.8429752,0.8429752,0.8429752,0.838843,0.838843,0.8347107,0.838843,0.8305785,0.8305785,0.8347107,0.8347107,0.8347107,0.838843,0.8347107,0.838843,0.8347107,0.838843,0.8429752,0.8347107,0.8347107,0.8305785,0.8305785,0.8305785,0.8429752,0.8512397,0.8512397,0.8471074,0.8429752,0.8181818,0.72727275,0.6446281,0.6528926,0.69008267,0.75619835,0.7892562,0.79752064,0.78512394,0.77272725,0.75206614,0.75619835,0.74380165,0.74380165,0.73966944,0.73966944,0.75619835,0.7644628,0.75206614,0.7355372,0.7066116,0.661157,0.6446281,0.59504133,0.4338843,0.16528925,0.09917355,0.16115703,0.15289256,0.10330579,0.8347107,0.8305785,0.8305785,0.8347107,0.838843,0.8429752,0.8471074,0.8471074,0.8429752,0.8429752,0.8471074,0.8429752,0.8429752,0.838843,0.8429752,0.8471074,0.8429752,0.838843,0.8429752,0.838843,0.838843,0.8305785,0.8347107,0.8347107,0.8347107,0.8305785,0.8264463,0.8305785,0.838843,0.838843,0.8471074,0.8512397,0.8429752,0.8347107,0.8264463,0.7644628,0.6652893,0.6363636,0.6735537,0.73966944,0.76859504,0.7892562,0.7933884,0.79752064,0.79752064,0.7933884,0.7933884,0.7933884,0.7892562,0.7768595,0.78099173,0.77272725,0.75619835,0.73966944,0.7107438,0.677686,0.6487603,0.59504133,0.38429752,0.12396694,0.11570248,0.13636364,0.1694215,0.12809917,0.8347107,0.8305785,0.8305785,0.8305785,0.8305785,0.8347107,0.838843,0.8471074,0.8429752,0.8429752,0.8429752,0.8512397,0.8429752,0.8471074,0.8429752,0.8471074,0.8429752,0.8471074,0.8429752,0.838843,0.8305785,0.8264463,0.8347107,0.8305785,0.8305785,0.8264463,0.8264463,0.8305785,0.8429752,0.8471074,0.8512397,0.8512397,0.8429752,0.838843,0.8347107,0.79752064,0.71900827,0.6404959,0.6446281,0.73140496,0.76859504,0.77272725,0.7933884,0.79752064,0.8057851,0.80991733,0.8016529,0.8016529,0.79752064,0.7892562,0.78512394,0.77272725,0.75619835,0.7355372,0.7107438,0.6859504,0.6404959,0.59090906,0.32231405,0.10330579,0.1322314,0.1322314,0.12809917,0.1983471,0.8347107,0.8305785,0.8264463,0.8264463,0.8347107,0.8347107,0.838843,0.8347107,0.8347107,0.838843,0.8429752,0.8471074,0.8471074,0.8471074,0.8429752,0.8429752,0.838843,0.8429752,0.838843,0.8305785,0.8264463,0.822314,0.8181818,0.822314,0.8264463,0.822314,0.822314,0.8347107,0.8429752,0.8553719,0.8512397,0.8512397,0.8429752,0.8471074,0.838843,0.822314,0.76033056,0.661157,0.6322314,0.72727275,0.7644628,0.78099173,0.79752064,0.8057851,0.80991733,0.8057851,0.8016529,0.8016529,0.79752064,0.78512394,0.7768595,0.77272725,0.75206614,0.72727275,0.70247936,0.6859504,0.6446281,0.57024795,0.2603306,0.11983471,0.1322314,0.12396694,0.10743801,0.15289256,0.8347107,0.8305785,0.8264463,0.8264463,0.8305785,0.8305785,0.8347107,0.838843,0.838843,0.838843,0.8429752,0.8429752,0.8429752,0.8471074,0.838843,0.838843,0.8347107,0.8347107,0.8347107,0.8264463,0.8181818,0.8057851,0.79752064,0.8057851,0.8264463,0.822314,0.822314,0.838843,0.8553719,0.8512397,0.8471074,0.8512397,0.8512397,0.8471074,0.8471074,0.822314,0.78099173,0.6859504,0.6322314,0.71900827,0.7644628,0.77272725,0.7892562,0.8016529,0.8016529,0.8057851,0.79752064,0.7933884,0.7933884,0.78512394,0.77272725,0.77272725,0.74793386,0.72727275,0.6983471,0.677686,0.6363636,0.5247934,0.21487603,0.12809917,0.1322314,0.11570248,0.11157025,0.10330579,0.822314,0.8264463,0.8264463,0.8264463,0.8305785,0.8264463,0.8305785,0.8347107,0.8347107,0.8347107,0.838843,0.8429752,0.8429752,0.8429752,0.8305785,0.8016529,0.8016529,0.8264463,0.8264463,0.822314,0.8057851,0.78099173,0.76859504,0.80991733,0.8347107,0.8264463,0.8264463,0.838843,0.8512397,0.8471074,0.8429752,0.8471074,0.8471074,0.8471074,0.838843,0.8264463,0.78099173,0.677686,0.6280992,0.7107438,0.75619835,0.77272725,0.78512394,0.7933884,0.7892562,0.8057851,0.7933884,0.78512394,0.7892562,0.78099173,0.76859504,0.75206614,0.73140496,0.7066116,0.6942149,0.6570248,0.61570245,0.45867768,0.1446281,0.11157025,0.12809917,0.12396694,0.09917355,0.09917355,0.8140496,0.8181818,0.8181818,0.822314,0.8264463,0.8264463,0.8305785,0.8264463,0.8305785,0.8347107,0.8347107,0.8429752,0.838843,0.838843,0.8264463,0.7892562,0.7892562,0.8140496,0.80991733,0.80991733,0.79752064,0.75619835,0.74380165,0.8181818,0.8347107,0.8347107,0.822314,0.8016529,0.8181818,0.8264463,0.8264463,0.8305785,0.838843,0.8347107,0.838843,0.8057851,0.72727275,0.6280992,0.61157024,0.6942149,0.74380165,0.76859504,0.78512394,0.7892562,0.78512394,0.7892562,0.78512394,0.7933884,0.7892562,0.78099173,0.75206614,0.73966944,0.71900827,0.6942149,0.677686,0.6404959,0.57438016,0.33471075,0.09917355,0.10743801,0.12396694,0.11570248,0.11157025,0.08264463,0.80991733,0.8140496,0.8181818,0.8140496,0.8181818,0.8264463,0.8347107,0.8305785,0.8305785,0.8347107,0.8305785,0.8347107,0.8347107,0.8305785,0.8264463,0.822314,0.8057851,0.80991733,0.8016529,0.8016529,0.79752064,0.73140496,0.70247936,0.822314,0.822314,0.8140496,0.8016529,0.75206614,0.73140496,0.77272725,0.7933884,0.79752064,0.80991733,0.8057851,0.80991733,0.73140496,0.6280992,0.59917355,0.61157024,0.677686,0.73966944,0.75619835,0.76859504,0.7768595,0.77272725,0.78512394,0.7892562,0.78099173,0.78512394,0.7644628,0.74380165,0.72727275,0.7066116,0.6859504,0.6528926,0.61570245,0.5165289,0.20661157,0.09504132,0.11570248,0.11570248,0.10330579,0.10743801,0.08264463,0.79752064,0.80991733,0.8140496,0.8140496,0.8181818,0.8305785,0.8305785,0.8347107,0.8305785,0.8347107,0.838843,0.8347107,0.8264463,0.8264463,0.8264463,0.822314,0.8057851,0.79752064,0.79752064,0.79752064,0.8016529,0.73966944,0.677686,0.7768595,0.78099173,0.7355372,0.6735537,0.59504133,0.5661157,0.7231405,0.7768595,0.76859504,0.75206614,0.74380165,0.74380165,0.61157024,0.53305787,0.58677685,0.61570245,0.6735537,0.73966944,0.7355372,0.76033056,0.76859504,0.76859504,0.7768595,0.7768595,0.77272725,0.76859504,0.74380165,0.72727275,0.71487606,0.69008267,0.6694215,0.6280992,0.58677685,0.4214876,0.13636364,0.11570248,0.11570248,0.10743801,0.09090909,0.09090909,0.09917355,0.79752064,0.79752064,0.8057851,0.80991733,0.822314,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.8264463,0.8305785,0.8264463,0.8181818,0.8181818,0.8181818,0.8057851,0.7933884,0.7933884,0.8057851,0.8140496,0.78512394,0.7107438,0.7231405,0.7231405,0.6404959,0.5,0.42561984,0.43801653,0.58677685,0.73966944,0.7107438,0.6652893,0.6446281,0.6280992,0.42561984,0.4090909,0.5413223,0.61570245,0.70247936,0.72727275,0.72727275,0.73966944,0.75206614,0.76033056,0.77272725,0.7644628,0.75206614,0.75206614,0.73140496,0.71900827,0.7066116,0.6735537,0.6446281,0.59504133,0.5371901,0.32231405,0.11983471,0.1322314,0.10743801,0.09917355,0.08677686,0.08264463,0.10330579,0.7892562,0.7892562,0.7892562,0.80991733,0.8181818,0.8264463,0.8181818,0.822314,0.8264463,0.822314,0.8181818,0.822314,0.8181818,0.8181818,0.8140496,0.8140496,0.8016529,0.79752064,0.8016529,0.8140496,0.8181818,0.8181818,0.78512394,0.75619835,0.72727275,0.6735537,0.61157024,0.60330576,0.58677685,0.57024795,0.6322314,0.6198347,0.5661157,0.56198347,0.54545456,0.40495867,0.44214877,0.57438016,0.6694215,0.7107438,0.71487606,0.7107438,0.72727275,0.7355372,0.75206614,0.75619835,0.75206614,0.7355372,0.7355372,0.7231405,0.7107438,0.69008267,0.6652893,0.61157024,0.57024795,0.4876033,0.23140496,0.12396694,0.14876033,0.10330579,0.10330579,0.08677686,0.08264463,0.07438017,0.78099173,0.78512394,0.7892562,0.8016529,0.80991733,0.8181818,0.8140496,0.8140496,0.822314,0.8140496,0.80991733,0.80991733,0.80991733,0.8016529,0.8016529,0.8057851,0.8057851,0.8140496,0.80991733,0.822314,0.8305785,0.8305785,0.8305785,0.8181818,0.8057851,0.76859504,0.7355372,0.70247936,0.6694215,0.61570245,0.57024795,0.553719,0.5247934,0.53305787,0.54545456,0.5206612,0.5413223,0.6446281,0.70247936,0.7107438,0.70247936,0.7066116,0.71487606,0.7231405,0.72727275,0.7355372,0.73140496,0.7231405,0.71487606,0.70247936,0.6942149,0.677686,0.6322314,0.5785124,0.5371901,0.40082645,0.19008264,0.12809917,0.13636364,0.11983471,0.10330579,0.09090909,0.08264463,0.07438017,0.7768595,0.7892562,0.7892562,0.79752064,0.8016529,0.80991733,0.80991733,0.8057851,0.8140496,0.8057851,0.80991733,0.8057851,0.79752064,0.8016529,0.7892562,0.8016529,0.8140496,0.8140496,0.822314,0.822314,0.8264463,0.8347107,0.8347107,0.8305785,0.8305785,0.8181818,0.79752064,0.7768595,0.74380165,0.677686,0.58677685,0.57438016,0.59504133,0.61157024,0.607438,0.6322314,0.6570248,0.69008267,0.7107438,0.71487606,0.70247936,0.71487606,0.71487606,0.72727275,0.7231405,0.71487606,0.7107438,0.7231405,0.70247936,0.6942149,0.6735537,0.6322314,0.59504133,0.5495868,0.5165289,0.32231405,0.15289256,0.13636364,0.1446281,0.11157025,0.09917355,0.09917355,0.08264463,0.07438017,0.7768595,0.7892562,0.7933884,0.79752064,0.8016529,0.80991733,0.8140496,0.8140496,0.8057851,0.8057851,0.8057851,0.8016529,0.7933884,0.79752064,0.7933884,0.80991733,0.8140496,0.822314,0.8264463,0.8264463,0.8305785,0.8347107,0.8347107,0.838843,0.8305785,0.8305785,0.8181818,0.8057851,0.78512394,0.73140496,0.6859504,0.6694215,0.70247936,0.6983471,0.6818182,0.70247936,0.7066116,0.70247936,0.6983471,0.6983471,0.7107438,0.7107438,0.71900827,0.72727275,0.7231405,0.71900827,0.71900827,0.7066116,0.6983471,0.69008267,0.6528926,0.607438,0.5661157,0.5495868,0.47107437,0.2231405,0.11983471,0.14049587,0.1570248,0.11570248,0.10330579,0.09917355,0.09090909,0.08677686,0.7768595,0.78512394,0.79752064,0.7933884,0.79752064,0.8140496,0.8140496,0.80991733,0.8016529,0.8057851,0.79752064,0.79752064,0.7892562,0.79752064,0.80991733,0.8181818,0.8181818,0.8264463,0.8264463,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8347107,0.822314,0.8181818,0.8016529,0.76033056,0.73966944,0.73140496,0.73966944,0.7231405,0.71900827,0.72727275,0.7231405,0.70247936,0.6983471,0.6942149,0.70247936,0.7107438,0.7066116,0.7231405,0.72727275,0.72727275,0.7107438,0.6942149,0.6859504,0.6735537,0.6404959,0.59090906,0.55785125,0.5371901,0.41735536,0.1570248,0.11570248,0.13636364,0.15289256,0.11983471,0.11570248,0.09504132,0.09504132,0.0785124,0.78099173,0.78512394,0.7933884,0.79752064,0.8057851,0.8140496,0.80991733,0.80991733,0.8057851,0.8057851,0.79752064,0.7933884,0.7892562,0.8016529,0.8140496,0.8181818,0.8264463,0.8305785,0.8347107,0.8347107,0.838843,0.838843,0.8347107,0.8347107,0.8347107,0.8264463,0.8264463,0.822314,0.8140496,0.78512394,0.77272725,0.76033056,0.76859504,0.74380165,0.7231405,0.7231405,0.72727275,0.6942149,0.6942149,0.6983471,0.7066116,0.7066116,0.70247936,0.7066116,0.71487606,0.7231405,0.7066116,0.6735537,0.6652893,0.661157,0.62396693,0.5785124,0.54545456,0.5247934,0.34710744,0.10330579,0.12809917,0.13636364,0.14049587,0.1446281,0.10743801,0.10330579,0.10330579,0.08264463,0.78512394,0.78512394,0.7892562,0.79752064,0.8016529,0.80991733,0.80991733,0.8016529,0.80991733,0.8016529,0.79752064,0.79752064,0.7933884,0.8140496,0.80991733,0.822314,0.8264463,0.8305785,0.8347107,0.8305785,0.838843,0.8347107,0.8264463,0.822314,0.80991733,0.7892562,0.77272725,0.7644628,0.76859504,0.7768595,0.78512394,0.77272725,0.76033056,0.71900827,0.69008267,0.6942149,0.70247936,0.6983471,0.6942149,0.6983471,0.7066116,0.6983471,0.6983471,0.6942149,0.6983471,0.7107438,0.6818182,0.6570248,0.661157,0.6404959,0.61157024,0.57024795,0.5247934,0.5247934,0.2603306,0.0661157,0.11983471,0.1322314,0.1322314,0.1446281,0.11157025,0.10743801,0.09917355,0.08677686,0.78099173,0.78099173,0.78512394,0.7933884,0.7933884,0.8016529,0.8016529,0.7933884,0.8057851,0.8057851,0.79752064,0.7933884,0.8016529,0.80991733,0.80991733,0.8140496,0.8181818,0.8181818,0.8264463,0.8181818,0.80991733,0.78099173,0.73140496,0.6859504,0.6570248,0.6528926,0.6363636,0.61157024,0.61570245,0.6446281,0.6859504,0.6570248,0.61157024,0.57438016,0.57438016,0.58677685,0.59504133,0.6198347,0.6446281,0.661157,0.6859504,0.69008267,0.69008267,0.6859504,0.6859504,0.6818182,0.6404959,0.6446281,0.6446281,0.6280992,0.59504133,0.55785125,0.5247934,0.49586776,0.15289256,0.07438017,0.10743801,0.11570248,0.12396694,0.12396694,0.10743801,0.10330579,0.09504132,0.08677686,0.78099173,0.7768595,0.78512394,0.7933884,0.78512394,0.8057851,0.8016529,0.7933884,0.8057851,0.8140496,0.8016529,0.79752064,0.8057851,0.8140496,0.8016529,0.7892562,0.78099173,0.75619835,0.7355372,0.71487606,0.6528926,0.57438016,0.5413223,0.5247934,0.5165289,0.5289256,0.5495868,0.5206612,0.49586776,0.49173555,0.5041322,0.5,0.47933885,0.48347107,0.5,0.4876033,0.4752066,0.4876033,0.5247934,0.5785124,0.6322314,0.661157,0.6859504,0.6859504,0.677686,0.6694215,0.6404959,0.6487603,0.6446281,0.61157024,0.5785124,0.54545456,0.5289256,0.4090909,0.06198347,0.09504132,0.09917355,0.09917355,0.12396694,0.11570248,0.09917355,0.09090909,0.08677686,0.08264463,0.77272725,0.78099173,0.78099173,0.7892562,0.7892562,0.8057851,0.8057851,0.8057851,0.8181818,0.8181818,0.80991733,0.8016529,0.79752064,0.7933884,0.77272725,0.71900827,0.6404959,0.5661157,0.5206612,0.49173555,0.47933885,0.4338843,0.46694216,0.5165289,0.48347107,0.53305787,0.59504133,0.59504133,0.54545456,0.5041322,0.53305787,0.5661157,0.5165289,0.46694216,0.45454547,0.41322315,0.38429752,0.3966942,0.4090909,0.43801653,0.5206612,0.607438,0.6735537,0.6859504,0.6818182,0.661157,0.6363636,0.6487603,0.6404959,0.59917355,0.56198347,0.5413223,0.5123967,0.25619835,0.06198347,0.09917355,0.09504132,0.09090909,0.12396694,0.11570248,0.09504132,0.10330579,0.09090909,0.07438017,0.76859504,0.7768595,0.78512394,0.78512394,0.78512394,0.79752064,0.8140496,0.8140496,0.822314,0.822314,0.8140496,0.8057851,0.7892562,0.76033056,0.7231405,0.6528926,0.53305787,0.4090909,0.30991736,0.34710744,0.4214876,0.40495867,0.5247934,0.6487603,0.59090906,0.677686,0.75206614,0.76859504,0.71900827,0.661157,0.7231405,0.76033056,0.6983471,0.59090906,0.56198347,0.44214877,0.34710744,0.2603306,0.29338843,0.3140496,0.38842976,0.5247934,0.6446281,0.6942149,0.677686,0.6570248,0.6404959,0.6446281,0.6280992,0.58677685,0.5495868,0.53305787,0.446281,0.14049587,0.07438017,0.09504132,0.09090909,0.09090909,0.11983471,0.11983471,0.11983471,0.09090909,0.10330579,0.08264463,0.7644628,0.77272725,0.7768595,0.7892562,0.78512394,0.7933884,0.80991733,0.8181818,0.8181818,0.822314,0.8181818,0.8057851,0.78099173,0.75206614,0.75206614,0.72727275,0.661157,0.53305787,0.41322315,0.43801653,0.4752066,0.446281,0.5247934,0.61157024,0.56198347,0.72727275,0.7933884,0.8057851,0.75619835,0.7066116,0.7644628,0.7892562,0.76033056,0.6528926,0.607438,0.46694216,0.35123968,0.18181819,0.24380165,0.3264463,0.43801653,0.56198347,0.6280992,0.6735537,0.6652893,0.6570248,0.6487603,0.6446281,0.607438,0.5785124,0.5413223,0.5123967,0.3264463,0.0785124,0.10743801,0.08677686,0.08264463,0.09090909,0.11157025,0.11157025,0.12809917,0.11157025,0.08677686,0.08264463,0.7644628,0.77272725,0.77272725,0.7768595,0.78512394,0.7933884,0.8016529,0.8016529,0.8181818,0.8140496,0.8140496,0.8016529,0.7768595,0.7644628,0.78512394,0.7933884,0.7892562,0.71900827,0.661157,0.6694215,0.6694215,0.6446281,0.62396693,0.57438016,0.5371901,0.59504133,0.661157,0.6818182,0.6446281,0.61570245,0.6528926,0.6280992,0.607438,0.5247934,0.5206612,0.46280992,0.4214876,0.4090909,0.45867768,0.49586776,0.59917355,0.6528926,0.6528926,0.6570248,0.661157,0.661157,0.6487603,0.6280992,0.58264464,0.55785125,0.5413223,0.45041323,0.19008264,0.07438017,0.1322314,0.09090909,0.0785124,0.09090909,0.10743801,0.11157025,0.10330579,0.09090909,0.10330579,0.08264463,0.74793386,0.7644628,0.76859504,0.77272725,0.78512394,0.7892562,0.7933884,0.7933884,0.80991733,0.8057851,0.79752064,0.78512394,0.78099173,0.78512394,0.8016529,0.8057851,0.79752064,0.7768595,0.73966944,0.71900827,0.71900827,0.7231405,0.73140496,0.71900827,0.6652893,0.6322314,0.6198347,0.6280992,0.607438,0.58677685,0.59504133,0.5661157,0.57024795,0.5495868,0.54545456,0.54545456,0.5413223,0.5165289,0.5,0.5413223,0.6404959,0.677686,0.661157,0.661157,0.6528926,0.6528926,0.6322314,0.59917355,0.57024795,0.54545456,0.5289256,0.34710744,0.08677686,0.11157025,0.11570248,0.07024793,0.07438017,0.08264463,0.10743801,0.10743801,0.09917355,0.0785124,0.08677686,0.09504132,0.72727275,0.74793386,0.75619835,0.76033056,0.76859504,0.78099173,0.78512394,0.78512394,0.7933884,0.7892562,0.7892562,0.78099173,0.78512394,0.7933884,0.8016529,0.80991733,0.80991733,0.78512394,0.75619835,0.7107438,0.6942149,0.6983471,0.7066116,0.7231405,0.71487606,0.6942149,0.6694215,0.6694215,0.6652893,0.6404959,0.6528926,0.6404959,0.6570248,0.6280992,0.59504133,0.5661157,0.54545456,0.5123967,0.5041322,0.57438016,0.661157,0.6818182,0.6528926,0.6404959,0.6322314,0.6280992,0.607438,0.57024795,0.5495868,0.5247934,0.45867768,0.19008264,0.053719006,0.11983471,0.11570248,0.0661157,0.07024793,0.0785124,0.10330579,0.10330579,0.10330579,0.07438017,0.07438017,0.08264463,0.6983471,0.72727275,0.73966944,0.74793386,0.75619835,0.76859504,0.76859504,0.77272725,0.7768595,0.7768595,0.77272725,0.78512394,0.78099173,0.78512394,0.7933884,0.8057851,0.79752064,0.78099173,0.73966944,0.6983471,0.677686,0.661157,0.6528926,0.6570248,0.6652893,0.677686,0.6818182,0.6735537,0.6528926,0.62396693,0.6404959,0.6322314,0.6487603,0.6198347,0.5661157,0.5206612,0.5123967,0.5165289,0.5206612,0.59504133,0.6694215,0.661157,0.6280992,0.62396693,0.61157024,0.59917355,0.57024795,0.54545456,0.5289256,0.5041322,0.30165288,0.07438017,0.07024793,0.11157025,0.11157025,0.07438017,0.07438017,0.07024793,0.09090909,0.10330579,0.10330579,0.07024793,0.07438017,0.0785124,0.661157,0.70247936,0.73140496,0.73966944,0.76033056,0.75206614,0.76033056,0.7644628,0.76859504,0.76859504,0.7644628,0.77272725,0.7768595,0.78512394,0.7892562,0.78512394,0.78099173,0.77272725,0.7355372,0.6983471,0.661157,0.62396693,0.61570245,0.59504133,0.58677685,0.59090906,0.59917355,0.59504133,0.59504133,0.58264464,0.5785124,0.58677685,0.57438016,0.5495868,0.5082645,0.48347107,0.49586776,0.5165289,0.5661157,0.6363636,0.6528926,0.6198347,0.58264464,0.59917355,0.59504133,0.57024795,0.5495868,0.5289256,0.5123967,0.40495867,0.11983471,0.0661157,0.0785124,0.11570248,0.10330579,0.0785124,0.06198347,0.0785124,0.0785124,0.09917355,0.09917355,0.0785124,0.06198347,0.09090909,0.607438,0.6735537,0.7107438,0.73140496,0.74793386,0.74793386,0.76033056,0.7644628,0.76859504,0.7644628,0.76033056,0.7644628,0.77272725,0.78099173,0.7768595,0.76859504,0.77272725,0.76859504,0.75619835,0.73140496,0.6983471,0.6404959,0.59917355,0.56198347,0.53305787,0.5206612,0.5206612,0.5206612,0.5247934,0.5371901,0.5289256,0.5123967,0.49173555,0.47107437,0.4752066,0.4876033,0.5289256,0.57024795,0.59917355,0.6363636,0.6363636,0.59090906,0.57024795,0.59090906,0.5785124,0.54545456,0.53305787,0.5206612,0.43801653,0.20247933,0.07024793,0.08264463,0.08264463,0.11157025,0.10330579,0.08264463,0.06198347,0.08264463,0.08264463,0.09090909,0.09917355,0.07024793,0.07024793,0.08264463,0.5289256,0.61157024,0.677686,0.7066116,0.7355372,0.73966944,0.76033056,0.76033056,0.7644628,0.76859504,0.77272725,0.77272725,0.78099173,0.7768595,0.76859504,0.7644628,0.77272725,0.7644628,0.7644628,0.75619835,0.73966944,0.6859504,0.6404959,0.59504133,0.5495868,0.5082645,0.49173555,0.48347107,0.4752066,0.47933885,0.47933885,0.47933885,0.49173555,0.5041322,0.53305787,0.56198347,0.59090906,0.60330576,0.62396693,0.6198347,0.62396693,0.59504133,0.58677685,0.58264464,0.553719,0.5289256,0.5165289,0.47107437,0.27272728,0.08264463,0.0785124,0.09090909,0.08264463,0.10330579,0.10330579,0.09917355,0.07438017,0.0785124,0.08677686,0.08677686,0.08264463,0.07438017,0.07438017,0.08677686,0.4752066,0.5247934,0.60330576,0.661157,0.70247936,0.7231405,0.74793386,0.76033056,0.76033056,0.76859504,0.78099173,0.7768595,0.78099173,0.78099173,0.7768595,0.77272725,0.78512394,0.78099173,0.7644628,0.76033056,0.74793386,0.7231405,0.70247936,0.6652893,0.6363636,0.62396693,0.607438,0.59504133,0.5785124,0.57438016,0.58677685,0.59090906,0.60330576,0.62396693,0.6198347,0.6322314,0.6404959,0.6280992,0.62396693,0.6198347,0.62396693,0.61157024,0.58677685,0.56198347,0.54545456,0.5206612,0.4876033,0.38429752,0.17768595,0.12809917,0.1322314,0.10743801,0.09917355,0.09917355,0.11157025,0.0785124,0.08677686,0.07438017,0.09090909,0.08264463,0.08677686,0.07438017,0.0785124,0.07438017,0.47107437,0.46694216,0.5123967,0.58264464,0.6446281,0.69008267,0.71487606,0.73966944,0.74380165,0.76033056,0.7768595,0.78099173,0.78512394,0.7933884,0.7933884,0.7933884,0.79752064,0.7892562,0.78512394,0.78099173,0.76859504,0.7644628,0.74380165,0.7355372,0.71487606,0.7066116,0.70247936,0.6942149,0.69008267,0.677686,0.6735537,0.6735537,0.677686,0.69008267,0.6694215,0.6694215,0.6652893,0.661157,0.6446281,0.6363636,0.6322314,0.61157024,0.57438016,0.54545456,0.5165289,0.48347107,0.45041323,0.34710744,0.16528925,0.18181819,0.18181819,0.16115703,0.15289256,0.13636364,0.11983471,0.08264463,0.08677686,0.07438017,0.09090909,0.08677686,0.08677686,0.08264463,0.0661157,0.07024793,0.48347107,0.46694216,0.45867768,0.4876033,0.57024795,0.62396693,0.661157,0.6942149,0.7107438,0.7355372,0.75619835,0.7768595,0.7892562,0.79752064,0.80991733,0.8016529,0.8057851,0.8057851,0.8016529,0.8057851,0.79752064,0.79752064,0.79752064,0.7892562,0.78099173,0.77272725,0.76859504,0.76859504,0.75206614,0.74380165,0.72727275,0.71900827,0.7231405,0.71900827,0.7107438,0.6983471,0.69008267,0.6694215,0.6735537,0.6652893,0.6404959,0.59917355,0.56198347,0.5123967,0.47107437,0.44214877,0.46694216,0.35950413,0.13636364,0.1983471,0.2107438,0.18595041,0.1983471,0.17768595,0.15289256,0.11157025,0.09090909,0.0785124,0.09090909,0.0785124,0.08677686,0.08264463,0.07024793,0.0785124,0.48347107,0.47933885,0.46694216,0.43801653,0.46280992,0.5371901,0.59090906,0.6280992,0.6694215,0.6942149,0.7107438,0.76033056,0.7768595,0.7933884,0.8057851,0.8057851,0.8057851,0.80991733,0.8057851,0.822314,0.822314,0.822314,0.8264463,0.8264463,0.8181818,0.8181818,0.8140496,0.8057851,0.7892562,0.78099173,0.7768595,0.7644628,0.76859504,0.75619835,0.75206614,0.74380165,0.71487606,0.6983471,0.677686,0.6652893,0.61570245,0.57024795,0.5123967,0.45867768,0.43801653,0.46694216,0.5041322,0.36363637,0.11570248,0.18181819,0.24793388,0.20247933,0.2107438,0.20247933,0.1694215,0.1570248,0.1322314,0.09504132,0.09504132,0.08677686,0.08264463,0.09090909,0.07024793,0.09090909,0.5041322,0.4876033,0.47107437,0.45454547,0.4338843,0.45454547,0.49173555,0.5413223,0.59504133,0.6322314,0.661157,0.70247936,0.74380165,0.7768595,0.7933884,0.79752064,0.8016529,0.8057851,0.8016529,0.8181818,0.8264463,0.8264463,0.8305785,0.8264463,0.8264463,0.822314,0.822314,0.80991733,0.7933884,0.7933884,0.7933884,0.7768595,0.7768595,0.75619835,0.74793386,0.7355372,0.71487606,0.6942149,0.6735537,0.6363636,0.58264464,0.5123967,0.44214877,0.42975205,0.47933885,0.5,0.5041322,0.35950413,0.11570248,0.16528925,0.2520661,0.24793388,0.21900827,0.22727273,0.19421488,0.1694215,0.17355372,0.16528925,0.11983471,0.09917355,0.08677686,0.09917355,0.0785124,0.09917355,0.5,0.5041322,0.48347107,0.46280992,0.446281,0.446281,0.43801653,0.46280992,0.5041322,0.5495868,0.59504133,0.6363636,0.6694215,0.7231405,0.7644628,0.78512394,0.7892562,0.7933884,0.79752064,0.80991733,0.8140496,0.8057851,0.80991733,0.80991733,0.80991733,0.8016529,0.7892562,0.78512394,0.77272725,0.7644628,0.78099173,0.77272725,0.76033056,0.75619835,0.7355372,0.7107438,0.6942149,0.6818182,0.6446281,0.59090906,0.5041322,0.44214877,0.42561984,0.47933885,0.5123967,0.5165289,0.5,0.35950413,0.12396694,0.1694215,0.21900827,0.2892562,0.26859504,0.24380165,0.23966943,0.1983471,0.1694215,0.17768595,0.1322314,0.11983471,0.09917355,0.10743801,0.08677686,0.10330579,0.49586776,0.49586776,0.49173555,0.47933885,0.46694216,0.45041323,0.44214877,0.446281,0.45454547,0.46280992,0.5082645,0.5495868,0.59917355,0.6446281,0.70247936,0.73966944,0.76033056,0.77272725,0.7644628,0.7644628,0.76859504,0.77272725,0.78099173,0.7768595,0.77272725,0.77272725,0.75619835,0.73966944,0.7355372,0.73140496,0.74793386,0.74380165,0.7355372,0.7231405,0.6942149,0.677686,0.6570248,0.6404959,0.59504133,0.5123967,0.4338843,0.42561984,0.4752066,0.5041322,0.5289256,0.5041322,0.49586776,0.338843,0.14049587,0.21900827,0.22727273,0.26859504,0.29338843,0.2892562,0.24380165,0.23966943,0.17768595,0.18181819,0.16528925,0.18181819,0.17768595,0.16528925,0.14049587,0.13636364,0.5,0.4876033,0.49586776,0.49586776,0.47933885,0.46280992,0.45454547,0.46694216,0.46694216,0.45454547,0.45867768,0.47107437,0.5123967,0.5413223,0.59917355,0.661157,0.69008267,0.70247936,0.6942149,0.6942149,0.6942149,0.6942149,0.71487606,0.7107438,0.71487606,0.7107438,0.70247936,0.677686,0.69008267,0.69008267,0.6942149,0.6983471,0.6859504,0.6694215,0.6322314,0.6280992,0.607438,0.57024795,0.5041322,0.43801653,0.42561984,0.48347107,0.5123967,0.5165289,0.53305787,0.5041322,0.49586776,0.33471075,0.1446281,0.21487603,0.27272728,0.24793388,0.26859504,0.30165288,0.2768595,0.2603306,0.21900827,0.2603306,0.2603306,0.28099173,0.2644628,0.23553719,0.19421488,0.19421488,0.49173555,0.4876033,0.49173555,0.49173555,0.48347107,0.48347107,0.46694216,0.47107437,0.46694216,0.47107437,0.46694216,0.46694216,0.46694216,0.4752066,0.5,0.54545456,0.58677685,0.61157024,0.59504133,0.59504133,0.59917355,0.607438,0.61157024,0.6198347,0.6280992,0.62396693,0.62396693,0.61570245,0.6198347,0.6198347,0.62396693,0.6198347,0.60330576,0.59090906,0.5661157,0.553719,0.5165289,0.47107437,0.42975205,0.4338843,0.5082645,0.5247934,0.5371901,0.5289256,0.5165289,0.5,0.5082645,0.3181818,0.16115703,0.21487603,0.28512397,0.28512397,0.24793388,0.2892562,0.32231405,0.3181818,0.28099173,0.30165288,0.29338843,0.30165288,0.30165288,0.29338843,0.23140496,0.18595041,0.48347107,0.4876033,0.49586776,0.4876033,0.4876033,0.4876033,0.48347107,0.4876033,0.47933885,0.48347107,0.47933885,0.48347107,0.4752066,0.46694216,0.46280992,0.46694216,0.48347107,0.5082645,0.5247934,0.5165289,0.5123967,0.5165289,0.5165289,0.5206612,0.53305787,0.53305787,0.5247934,0.5206612,0.5165289,0.5206612,0.5247934,0.5041322,0.5041322,0.49173555,0.48347107,0.45867768,0.42975205,0.42561984,0.45867768,0.49586776,0.5289256,0.5413223,0.5413223,0.5289256,0.5123967,0.5082645,0.5,0.30165288,0.18181819,0.23553719,0.28099173,0.2892562,0.26859504,0.30165288,0.32231405,0.33471075,0.3140496,0.3181818,0.29752067,0.29338843,0.29338843,0.30165288,0.28099173,0.1570248,7 +0.5,0.4876033,0.5371901,0.57438016,0.59504133,0.59504133,0.6280992,0.6446281,0.661157,0.661157,0.6404959,0.6446281,0.6404959,0.6487603,0.6570248,0.6570248,0.6446281,0.6487603,0.661157,0.6859504,0.677686,0.6983471,0.69008267,0.7107438,0.72727275,0.73966944,0.74380165,0.74380165,0.74380165,0.74793386,0.74793386,0.74380165,0.75206614,0.74380165,0.73966944,0.74380165,0.74380165,0.72727275,0.71487606,0.7355372,0.73140496,0.71900827,0.73140496,0.70247936,0.69008267,0.6570248,0.6570248,0.6446281,0.61570245,0.607438,0.59504133,0.58677685,0.59504133,0.59917355,0.58677685,0.607438,0.59917355,0.56198347,0.5247934,0.5041322,0.4752066,0.42975205,0.41735536,0.2644628,0.46694216,0.47933885,0.5371901,0.57024795,0.59090906,0.59917355,0.61570245,0.6363636,0.6487603,0.6528926,0.6487603,0.6446281,0.6446281,0.6363636,0.6528926,0.6528926,0.6446281,0.6487603,0.6363636,0.6652893,0.6818182,0.6983471,0.6983471,0.71900827,0.73966944,0.7355372,0.73966944,0.74380165,0.74380165,0.75206614,0.75206614,0.74380165,0.74793386,0.74793386,0.74793386,0.74793386,0.74793386,0.7231405,0.72727275,0.7231405,0.7355372,0.72727275,0.6942149,0.6983471,0.6983471,0.6570248,0.6652893,0.6528926,0.6280992,0.61157024,0.61157024,0.60330576,0.59504133,0.59917355,0.59917355,0.59090906,0.58677685,0.56198347,0.5247934,0.5123967,0.45454547,0.45041323,0.4090909,0.2768595,0.43801653,0.5165289,0.54545456,0.57438016,0.58677685,0.59917355,0.61157024,0.6363636,0.6404959,0.6404959,0.6528926,0.6487603,0.6570248,0.661157,0.6570248,0.6652893,0.6694215,0.6735537,0.661157,0.6818182,0.7107438,0.6983471,0.7066116,0.71900827,0.73966944,0.74793386,0.74380165,0.74380165,0.74793386,0.74793386,0.74793386,0.74793386,0.74380165,0.74793386,0.75619835,0.74380165,0.7355372,0.7355372,0.7355372,0.71900827,0.74380165,0.7355372,0.70247936,0.70247936,0.70247936,0.6735537,0.6694215,0.661157,0.6487603,0.6280992,0.6280992,0.6198347,0.60330576,0.607438,0.61570245,0.60330576,0.59504133,0.56198347,0.5371901,0.5,0.47107437,0.42975205,0.40495867,0.3181818,0.47933885,0.5206612,0.553719,0.57024795,0.59090906,0.6198347,0.6198347,0.6487603,0.661157,0.6570248,0.6694215,0.6694215,0.6735537,0.6859504,0.6859504,0.6818182,0.6983471,0.70247936,0.6942149,0.71900827,0.72727275,0.71487606,0.71900827,0.74793386,0.74793386,0.76033056,0.75206614,0.75206614,0.74793386,0.73966944,0.74793386,0.74793386,0.75206614,0.73966944,0.75206614,0.7231405,0.71900827,0.7107438,0.73966944,0.73966944,0.75206614,0.74793386,0.73140496,0.71900827,0.71900827,0.6942149,0.6942149,0.677686,0.6570248,0.6404959,0.6322314,0.6280992,0.6198347,0.61570245,0.6280992,0.61570245,0.607438,0.5661157,0.53305787,0.48347107,0.45867768,0.45454547,0.41322315,0.3264463,0.5,0.5371901,0.5495868,0.56198347,0.59917355,0.6280992,0.6446281,0.6528926,0.6652893,0.6652893,0.677686,0.677686,0.6942149,0.7107438,0.71487606,0.70247936,0.71487606,0.73140496,0.71487606,0.73140496,0.7355372,0.74380165,0.74793386,0.7644628,0.77272725,0.78099173,0.76859504,0.7644628,0.76033056,0.74380165,0.74793386,0.76033056,0.77272725,0.75619835,0.7644628,0.75206614,0.71900827,0.73140496,0.74380165,0.75206614,0.74380165,0.75619835,0.75206614,0.7355372,0.7231405,0.7066116,0.7066116,0.6859504,0.6652893,0.6528926,0.6404959,0.6404959,0.6404959,0.6322314,0.6363636,0.62396693,0.61157024,0.57438016,0.53305787,0.47933885,0.446281,0.446281,0.42561984,0.3553719,0.5247934,0.5413223,0.57024795,0.59504133,0.62396693,0.6528926,0.6694215,0.6735537,0.6818182,0.6942149,0.7066116,0.71487606,0.71487606,0.7355372,0.7231405,0.73966944,0.73966944,0.73966944,0.73966944,0.75206614,0.75206614,0.75619835,0.7644628,0.7768595,0.78512394,0.78512394,0.78099173,0.78099173,0.77272725,0.7644628,0.75619835,0.7644628,0.7768595,0.77272725,0.76859504,0.77272725,0.76859504,0.7644628,0.7644628,0.7644628,0.76859504,0.75619835,0.74380165,0.74380165,0.73966944,0.71900827,0.71900827,0.6983471,0.6818182,0.677686,0.6735537,0.661157,0.6652893,0.6570248,0.6528926,0.6404959,0.62396693,0.5661157,0.5371901,0.47933885,0.446281,0.44214877,0.44214877,0.40082645,0.5495868,0.54545456,0.57024795,0.607438,0.6280992,0.6487603,0.677686,0.6859504,0.6983471,0.7107438,0.73140496,0.74380165,0.73966944,0.75619835,0.74380165,0.75206614,0.76033056,0.7355372,0.75206614,0.77272725,0.7644628,0.7644628,0.76859504,0.78512394,0.79752064,0.7892562,0.78099173,0.78099173,0.7768595,0.78099173,0.7768595,0.7768595,0.78512394,0.78099173,0.78099173,0.78512394,0.77272725,0.76859504,0.78099173,0.77272725,0.7644628,0.75619835,0.74793386,0.73966944,0.72727275,0.71487606,0.71487606,0.7066116,0.70247936,0.6942149,0.6983471,0.6859504,0.6818182,0.69008267,0.6818182,0.6570248,0.6280992,0.5661157,0.5495868,0.47933885,0.45867768,0.446281,0.44214877,0.4338843,0.553719,0.5495868,0.58264464,0.61157024,0.6363636,0.6694215,0.6983471,0.7107438,0.7107438,0.7231405,0.74380165,0.75206614,0.75206614,0.7644628,0.7644628,0.77272725,0.77272725,0.74380165,0.7644628,0.78099173,0.7768595,0.78099173,0.76859504,0.7768595,0.78512394,0.78512394,0.78099173,0.7768595,0.78099173,0.78512394,0.7892562,0.78099173,0.7768595,0.7768595,0.78099173,0.77272725,0.7768595,0.7768595,0.76859504,0.75619835,0.7644628,0.7355372,0.73966944,0.72727275,0.7355372,0.7231405,0.7231405,0.71900827,0.71487606,0.70247936,0.7066116,0.70247936,0.6859504,0.6942149,0.6942149,0.6735537,0.6280992,0.59504133,0.55785125,0.5041322,0.45867768,0.45041323,0.45041323,0.44214877,0.5495868,0.56198347,0.59504133,0.62396693,0.6404959,0.677686,0.7066116,0.73140496,0.73966944,0.74793386,0.74793386,0.74380165,0.7644628,0.75619835,0.77272725,0.77272725,0.7644628,0.75619835,0.77272725,0.7768595,0.77272725,0.7768595,0.7644628,0.7644628,0.76859504,0.76859504,0.76859504,0.77272725,0.78099173,0.78099173,0.7768595,0.7768595,0.77272725,0.77272725,0.78099173,0.77272725,0.76859504,0.76033056,0.74793386,0.7355372,0.74793386,0.7355372,0.7231405,0.72727275,0.73140496,0.72727275,0.72727275,0.71487606,0.7107438,0.7066116,0.7066116,0.7066116,0.69008267,0.69008267,0.6859504,0.6818182,0.6280992,0.61157024,0.57438016,0.5371901,0.46694216,0.45454547,0.45041323,0.45867768,0.5495868,0.56198347,0.59917355,0.6280992,0.6487603,0.6859504,0.7066116,0.7107438,0.73140496,0.7355372,0.72727275,0.7107438,0.74793386,0.74380165,0.7355372,0.73966944,0.73966944,0.7355372,0.74793386,0.74793386,0.75619835,0.75619835,0.73966944,0.71900827,0.74380165,0.75206614,0.74793386,0.75619835,0.7644628,0.76033056,0.7644628,0.76859504,0.7644628,0.76859504,0.7644628,0.76033056,0.73966944,0.7355372,0.7355372,0.71487606,0.71900827,0.71487606,0.7231405,0.73966944,0.73966944,0.7355372,0.72727275,0.7066116,0.6983471,0.6818182,0.677686,0.6652893,0.6446281,0.6198347,0.59917355,0.59504133,0.5785124,0.5785124,0.59090906,0.55785125,0.49173555,0.446281,0.44214877,0.46694216,0.553719,0.5661157,0.59090906,0.6198347,0.6404959,0.6487603,0.6487603,0.61157024,0.59090906,0.5661157,0.5495868,0.553719,0.607438,0.62396693,0.59917355,0.6280992,0.6983471,0.69008267,0.69008267,0.71900827,0.71900827,0.7231405,0.71900827,0.7107438,0.7231405,0.73140496,0.7231405,0.71900827,0.72727275,0.7355372,0.74380165,0.74793386,0.75206614,0.74380165,0.7231405,0.73140496,0.7107438,0.7107438,0.70247936,0.69008267,0.6859504,0.6818182,0.7066116,0.7066116,0.7066116,0.6983471,0.677686,0.6694215,0.6404959,0.607438,0.59504133,0.5413223,0.49173555,0.446281,0.37190083,0.37603307,0.41322315,0.35950413,0.446281,0.4752066,0.4876033,0.446281,0.43801653,0.47107437,0.56198347,0.57438016,0.58264464,0.55785125,0.5206612,0.49586776,0.45867768,0.38429752,0.38016528,0.38842976,0.40082645,0.41322315,0.446281,0.45867768,0.4090909,0.43801653,0.5123967,0.5495868,0.57024795,0.61157024,0.6446281,0.661157,0.677686,0.6694215,0.6735537,0.6818182,0.6818182,0.6735537,0.6942149,0.71487606,0.7107438,0.71900827,0.71487606,0.7066116,0.69008267,0.6942149,0.6735537,0.6528926,0.6487603,0.6198347,0.61157024,0.6322314,0.6404959,0.6363636,0.59917355,0.57438016,0.5289256,0.4876033,0.4752066,0.4338843,0.38429752,0.3553719,0.35123968,0.32231405,0.29752067,0.2644628,0.2603306,0.23140496,0.2644628,0.30165288,0.34710744,0.40495867,0.42975205,0.47107437,0.57024795,0.55785125,0.5206612,0.41735536,0.338843,0.35123968,0.32231405,0.26859504,0.2768595,0.28099173,0.3140496,0.30578512,0.3305785,0.30991736,0.29752067,0.28512397,0.29752067,0.29338843,0.33471075,0.38016528,0.46280992,0.5206612,0.56198347,0.5785124,0.59090906,0.59917355,0.607438,0.6280992,0.6487603,0.661157,0.661157,0.6694215,0.6694215,0.6694215,0.6528926,0.6528926,0.60330576,0.59090906,0.5785124,0.5495868,0.5123967,0.5165289,0.5206612,0.47933885,0.40082645,0.338843,0.30578512,0.2892562,0.2644628,0.25619835,0.23966943,0.2603306,0.23966943,0.23140496,0.2768595,0.2768595,0.28099173,0.28512397,0.26859504,0.24793388,0.2603306,0.3140496,0.40495867,0.46694216,0.57438016,0.53305787,0.47107437,0.36363637,0.30165288,0.3181818,0.3305785,0.3305785,0.32231405,0.3264463,0.3264463,0.2768595,0.24380165,0.24793388,0.25619835,0.2107438,0.1983471,0.21900827,0.1983471,0.17355372,0.21900827,0.28099173,0.3181818,0.37603307,0.45041323,0.48347107,0.5123967,0.56198347,0.58264464,0.59504133,0.60330576,0.607438,0.62396693,0.61157024,0.60330576,0.5785124,0.5371901,0.5165289,0.4876033,0.45454547,0.40082645,0.3966942,0.38429752,0.30991736,0.22727273,0.19421488,0.20661157,0.2107438,0.17768595,0.18595041,0.15289256,0.22727273,0.2520661,0.28512397,0.3305785,0.3305785,0.3429752,0.35950413,0.38016528,0.35123968,0.3305785,0.3305785,0.40495867,0.45041323,0.57024795,0.53305787,0.45041323,0.37603307,0.35123968,0.3553719,0.35950413,0.35123968,0.3264463,0.29338843,0.29752067,0.24793388,0.22727273,0.20661157,0.20247933,0.17355372,0.14876033,0.1322314,0.1570248,0.15289256,0.17355372,0.17355372,0.18181819,0.22727273,0.29752067,0.34710744,0.40082645,0.45867768,0.5,0.5165289,0.54545456,0.56198347,0.5661157,0.57024795,0.57024795,0.5371901,0.4876033,0.45454547,0.3966942,0.3553719,0.3305785,0.32231405,0.2892562,0.22727273,0.16528925,0.14876033,0.14049587,0.13636364,0.12396694,0.15289256,0.15289256,0.1694215,0.2107438,0.19421488,0.24793388,0.23140496,0.2768595,0.338843,0.3966942,0.40082645,0.40082645,0.39256197,0.41735536,0.446281,0.58677685,0.55785125,0.45041323,0.38842976,0.37190083,0.3553719,0.34710744,0.29338843,0.24380165,0.19008264,0.20247933,0.18181819,0.1983471,0.18595041,0.13636364,0.1322314,0.13636364,0.11570248,0.12396694,0.13636364,0.14876033,0.1446281,0.18595041,0.23966943,0.2644628,0.30165288,0.33471075,0.38016528,0.42975205,0.45867768,0.5082645,0.54545456,0.53305787,0.56198347,0.56198347,0.5123967,0.45454547,0.3966942,0.34710744,0.3140496,0.30578512,0.28099173,0.23140496,0.1983471,0.16115703,0.13636364,0.11570248,0.09917355,0.09504132,0.1694215,0.11157025,0.21900827,0.22727273,0.14049587,0.16528925,0.19008264,0.16528925,0.24380165,0.32231405,0.3966942,0.4214876,0.44214877,0.446281,0.45041323,0.607438,0.59090906,0.5247934,0.446281,0.38842976,0.338843,0.30991736,0.24793388,0.20247933,0.15289256,0.18181819,0.22727273,0.29338843,0.23553719,0.14049587,0.12396694,0.21487603,0.11983471,0.12396694,0.14876033,0.20247933,0.18595041,0.1570248,0.15289256,0.2231405,0.29338843,0.30165288,0.34710744,0.4090909,0.46280992,0.5082645,0.5661157,0.5495868,0.57438016,0.5661157,0.5206612,0.45454547,0.39256197,0.3429752,0.29752067,0.2603306,0.2231405,0.18595041,0.20661157,0.20247933,0.1570248,0.12396694,0.11157025,0.11157025,0.21487603,0.12809917,0.2892562,0.45867768,0.37190083,0.2603306,0.16115703,0.18181819,0.20247933,0.28512397,0.37603307,0.4338843,0.47933885,0.46694216,0.45867768,0.6280992,0.6322314,0.607438,0.55785125,0.4876033,0.40082645,0.33471075,0.3140496,0.24793388,0.2231405,0.2520661,0.30578512,0.4090909,0.30165288,0.17768595,0.13636364,0.17355372,0.14049587,0.16115703,0.21487603,0.3305785,0.26859504,0.2107438,0.20661157,0.19421488,0.23966943,0.26859504,0.29338843,0.38429752,0.46694216,0.53305787,0.59917355,0.59090906,0.61157024,0.62396693,0.5661157,0.4876033,0.4214876,0.33471075,0.26859504,0.23553719,0.21487603,0.20661157,0.27272728,0.3305785,0.23966943,0.1694215,0.1446281,0.12809917,0.1694215,0.14049587,0.3305785,0.5082645,0.41735536,0.3429752,0.2892562,0.29752067,0.3429752,0.38842976,0.41735536,0.46280992,0.5,0.49173555,0.47933885,0.6322314,0.6694215,0.6735537,0.6487603,0.61157024,0.553719,0.5123967,0.47933885,0.40495867,0.3429752,0.40082645,0.4338843,0.4752066,0.4338843,0.25619835,0.19008264,0.1570248,0.16115703,0.20661157,0.3140496,0.42561984,0.38016528,0.26859504,0.24380165,0.2644628,0.25619835,0.27272728,0.25619835,0.3305785,0.47107437,0.58264464,0.6446281,0.6735537,0.6735537,0.6818182,0.6322314,0.53305787,0.42561984,0.338843,0.29752067,0.29752067,0.28099173,0.2644628,0.3140496,0.39256197,0.3429752,0.22727273,0.18595041,0.1694215,0.2107438,0.23966943,0.46280992,0.5206612,0.41322315,0.38842976,0.36363637,0.37603307,0.446281,0.45041323,0.46280992,0.49173555,0.5206612,0.5082645,0.49173555,0.6404959,0.6735537,0.6859504,0.6859504,0.6735537,0.6528926,0.6363636,0.60330576,0.56198347,0.46694216,0.4752066,0.5041322,0.5123967,0.553719,0.46694216,0.38016528,0.3181818,0.29752067,0.3264463,0.40082645,0.40082645,0.3429752,0.30578512,0.27272728,0.3140496,0.338843,0.3181818,0.26859504,0.30578512,0.46694216,0.6446281,0.6983471,0.74380165,0.74380165,0.73966944,0.6942149,0.57024795,0.4338843,0.38429752,0.40082645,0.38429752,0.36363637,0.34710744,0.3429752,0.38016528,0.3966942,0.3264463,0.2892562,0.2892562,0.3305785,0.3966942,0.5165289,0.4876033,0.4338843,0.3966942,0.38016528,0.4338843,0.47107437,0.47933885,0.49173555,0.5041322,0.5123967,0.5041322,0.49173555,0.6404959,0.677686,0.677686,0.6818182,0.6942149,0.69008267,0.6694215,0.6487603,0.607438,0.553719,0.5165289,0.5,0.49173555,0.5289256,0.5371901,0.54545456,0.5165289,0.49173555,0.46280992,0.42975205,0.37603307,0.33471075,0.32231405,0.32231405,0.34710744,0.3677686,0.34710744,0.29752067,0.38016528,0.5206612,0.6570248,0.72727275,0.78512394,0.7933884,0.78099173,0.7355372,0.61157024,0.46280992,0.4214876,0.45041323,0.41322315,0.38016528,0.3553719,0.34710744,0.3429752,0.37190083,0.38429752,0.37603307,0.3966942,0.4214876,0.41322315,0.44214877,0.43801653,0.41322315,0.3966942,0.4090909,0.46694216,0.49586776,0.5,0.5165289,0.5165289,0.5123967,0.5082645,0.5,0.6487603,0.6652893,0.6694215,0.677686,0.6859504,0.6818182,0.6570248,0.6280992,0.59917355,0.5413223,0.5247934,0.5041322,0.47933885,0.4752066,0.45867768,0.46694216,0.45867768,0.446281,0.42561984,0.40082645,0.35950413,0.3429752,0.338843,0.338843,0.3305785,0.35123968,0.37190083,0.40082645,0.4876033,0.59504133,0.6859504,0.74793386,0.8057851,0.8140496,0.80991733,0.76033056,0.6735537,0.5206612,0.45041323,0.45454547,0.42561984,0.37603307,0.3264463,0.29752067,0.30165288,0.32231405,0.3305785,0.33471075,0.3553719,0.36363637,0.37190083,0.38842976,0.40495867,0.40495867,0.42975205,0.45041323,0.47933885,0.5,0.5165289,0.53305787,0.5289256,0.5165289,0.5041322,0.49586776,0.6363636,0.6570248,0.6694215,0.6818182,0.69008267,0.6942149,0.677686,0.6404959,0.58677685,0.5247934,0.45867768,0.4338843,0.42561984,0.4338843,0.4214876,0.4090909,0.3966942,0.37603307,0.3553719,0.35123968,0.30991736,0.30991736,0.3264463,0.34710744,0.37190083,0.4090909,0.4752066,0.5289256,0.61157024,0.6363636,0.6942149,0.75206614,0.8057851,0.8181818,0.8057851,0.7768595,0.7066116,0.57438016,0.5,0.4752066,0.45041323,0.42975205,0.37190083,0.338843,0.32231405,0.3140496,0.2892562,0.3140496,0.32231405,0.3305785,0.37190083,0.39256197,0.41322315,0.3966942,0.42561984,0.47107437,0.4876033,0.5165289,0.53305787,0.5413223,0.53305787,0.5206612,0.49586776,0.49586776,0.62396693,0.6528926,0.677686,0.6694215,0.7066116,0.7066116,0.7107438,0.6983471,0.661157,0.59504133,0.5289256,0.45454547,0.39256197,0.37190083,0.3677686,0.35950413,0.34710744,0.3305785,0.3264463,0.32231405,0.3181818,0.35123968,0.4214876,0.4752066,0.5041322,0.553719,0.59917355,0.62396693,0.661157,0.6528926,0.677686,0.74793386,0.8016529,0.8140496,0.8016529,0.78512394,0.71900827,0.58264464,0.5413223,0.5413223,0.5,0.4876033,0.45454547,0.41322315,0.37190083,0.36363637,0.30991736,0.3429752,0.338843,0.36363637,0.37603307,0.40082645,0.41735536,0.4214876,0.446281,0.5,0.5206612,0.54545456,0.55785125,0.55785125,0.5413223,0.53305787,0.5165289,0.49173555,0.6280992,0.6404959,0.677686,0.6859504,0.6983471,0.6983471,0.71900827,0.7107438,0.7231405,0.6818182,0.6322314,0.57024795,0.49586776,0.446281,0.40495867,0.37603307,0.3677686,0.3553719,0.36363637,0.38429752,0.42975205,0.5,0.59504133,0.62396693,0.6446281,0.6652893,0.661157,0.661157,0.677686,0.6735537,0.6694215,0.74793386,0.8016529,0.8057851,0.79752064,0.78512394,0.69008267,0.57438016,0.56198347,0.57438016,0.55785125,0.5413223,0.5495868,0.5206612,0.4752066,0.44214877,0.3966942,0.3966942,0.39256197,0.3966942,0.41322315,0.42561984,0.446281,0.46280992,0.49586776,0.53305787,0.56198347,0.57438016,0.57438016,0.57024795,0.5495868,0.5413223,0.5123967,0.49173555,0.61570245,0.6487603,0.6735537,0.661157,0.6859504,0.6818182,0.677686,0.6942149,0.7107438,0.6983471,0.6735537,0.6487603,0.61570245,0.59504133,0.5661157,0.5371901,0.53305787,0.53305787,0.5413223,0.58264464,0.6280992,0.6735537,0.70247936,0.6942149,0.6818182,0.6818182,0.677686,0.6652893,0.677686,0.6735537,0.6652893,0.7231405,0.7933884,0.8016529,0.8016529,0.76859504,0.6652893,0.57438016,0.57024795,0.57438016,0.57438016,0.57024795,0.59090906,0.59504133,0.5785124,0.5661157,0.5495868,0.5123967,0.5041322,0.47933885,0.4752066,0.47933885,0.49586776,0.5082645,0.53305787,0.55785125,0.5785124,0.58677685,0.58264464,0.57438016,0.5495868,0.54545456,0.5206612,0.5041322,0.59090906,0.6528926,0.6735537,0.6694215,0.677686,0.6942149,0.6859504,0.6859504,0.70247936,0.71900827,0.70247936,0.7066116,0.7066116,0.7066116,0.7107438,0.70247936,0.70247936,0.7066116,0.7107438,0.72727275,0.73966944,0.73140496,0.73140496,0.7066116,0.6859504,0.6652893,0.677686,0.677686,0.677686,0.6735537,0.6735537,0.71487606,0.78099173,0.8057851,0.8016529,0.7644628,0.677686,0.58264464,0.57438016,0.5785124,0.55785125,0.56198347,0.58677685,0.62396693,0.6322314,0.6280992,0.6404959,0.61157024,0.61570245,0.59504133,0.5785124,0.57438016,0.5785124,0.57438016,0.58264464,0.58677685,0.58264464,0.59090906,0.59504133,0.5785124,0.55785125,0.5495868,0.53305787,0.5123967,0.58677685,0.6363636,0.6570248,0.6818182,0.69008267,0.71487606,0.71900827,0.7355372,0.74380165,0.76033056,0.76033056,0.76033056,0.7644628,0.75619835,0.7644628,0.76859504,0.77272725,0.7644628,0.7644628,0.76033056,0.74380165,0.7231405,0.7231405,0.7066116,0.69008267,0.6694215,0.677686,0.6818182,0.69008267,0.6735537,0.6735537,0.71487606,0.77272725,0.79752064,0.79752064,0.76859504,0.6983471,0.607438,0.58677685,0.59090906,0.5661157,0.58264464,0.59504133,0.6404959,0.6322314,0.6363636,0.6570248,0.6363636,0.6528926,0.661157,0.661157,0.661157,0.661157,0.6487603,0.6363636,0.6446281,0.6363636,0.6322314,0.6198347,0.59090906,0.5661157,0.5661157,0.5371901,0.5206612,0.5785124,0.607438,0.6363636,0.6735537,0.6735537,0.7066116,0.7355372,0.75206614,0.7768595,0.77272725,0.76859504,0.7892562,0.78512394,0.78099173,0.78099173,0.78099173,0.77272725,0.76859504,0.76033056,0.75206614,0.73966944,0.71900827,0.7066116,0.70247936,0.69008267,0.6818182,0.677686,0.6818182,0.6983471,0.6818182,0.6735537,0.7107438,0.76859504,0.79752064,0.8016529,0.76033056,0.70247936,0.62396693,0.607438,0.59504133,0.57438016,0.57024795,0.58677685,0.6198347,0.6322314,0.6528926,0.6652893,0.6528926,0.677686,0.69008267,0.70247936,0.70247936,0.7066116,0.69008267,0.6859504,0.6983471,0.6942149,0.6859504,0.6570248,0.61570245,0.59917355,0.57438016,0.53305787,0.5123967,0.58264464,0.59090906,0.6280992,0.6652893,0.6735537,0.6983471,0.7355372,0.74793386,0.7644628,0.77272725,0.77272725,0.78099173,0.7933884,0.7892562,0.78099173,0.78099173,0.76859504,0.75619835,0.75619835,0.74793386,0.73140496,0.7107438,0.69008267,0.6983471,0.69008267,0.677686,0.6735537,0.6818182,0.7066116,0.6942149,0.69008267,0.72727275,0.77272725,0.79752064,0.79752064,0.75619835,0.7066116,0.6446281,0.62396693,0.607438,0.58677685,0.57024795,0.58677685,0.62396693,0.607438,0.6570248,0.69008267,0.6694215,0.70247936,0.7107438,0.72727275,0.73140496,0.73966944,0.72727275,0.7107438,0.71487606,0.7066116,0.6942149,0.6652893,0.6280992,0.59504133,0.55785125,0.5247934,0.49586776,0.58677685,0.59090906,0.61157024,0.6446281,0.677686,0.7066116,0.7231405,0.74380165,0.7644628,0.7644628,0.76033056,0.77272725,0.78512394,0.78512394,0.7768595,0.78099173,0.75206614,0.75206614,0.75619835,0.7231405,0.7231405,0.71487606,0.6735537,0.6818182,0.6487603,0.6528926,0.6528926,0.6735537,0.69008267,0.7066116,0.71487606,0.74793386,0.78099173,0.8016529,0.8057851,0.78099173,0.73966944,0.6735537,0.6322314,0.59917355,0.57438016,0.5206612,0.56198347,0.59917355,0.6198347,0.6487603,0.661157,0.6942149,0.71487606,0.71900827,0.7355372,0.74793386,0.74793386,0.73966944,0.71900827,0.7107438,0.6942149,0.677686,0.6652893,0.62396693,0.57438016,0.53305787,0.5082645,0.4752066,0.5785124,0.58677685,0.59504133,0.62396693,0.6570248,0.6942149,0.71487606,0.7355372,0.75206614,0.75206614,0.74793386,0.76033056,0.76859504,0.76859504,0.76033056,0.76033056,0.7107438,0.70247936,0.7355372,0.72727275,0.69008267,0.69008267,0.6446281,0.61570245,0.59504133,0.61157024,0.6280992,0.6570248,0.6818182,0.7066116,0.72727275,0.7644628,0.79752064,0.8057851,0.7933884,0.78099173,0.75619835,0.6942149,0.6322314,0.57438016,0.5206612,0.49586776,0.49173555,0.5289256,0.58677685,0.6528926,0.6694215,0.70247936,0.71487606,0.73140496,0.72727275,0.72727275,0.74793386,0.73966944,0.7231405,0.7066116,0.6694215,0.661157,0.6363636,0.607438,0.54545456,0.5082645,0.49586776,0.45867768,0.56198347,0.59917355,0.5661157,0.607438,0.6404959,0.6818182,0.6983471,0.71900827,0.73966944,0.74793386,0.7355372,0.7355372,0.74793386,0.74793386,0.75206614,0.75206614,0.73140496,0.7107438,0.72727275,0.70247936,0.661157,0.6280992,0.59090906,0.553719,0.59504133,0.607438,0.62396693,0.6446281,0.6859504,0.7107438,0.73140496,0.77272725,0.79752064,0.7933884,0.78099173,0.77272725,0.76033056,0.7066116,0.59917355,0.5247934,0.4876033,0.5123967,0.5371901,0.45041323,0.49173555,0.57438016,0.6363636,0.6818182,0.70247936,0.71900827,0.72727275,0.73140496,0.73966944,0.72727275,0.7066116,0.6983471,0.661157,0.6487603,0.607438,0.58264464,0.5206612,0.4876033,0.47107437,0.446281,0.5206612,0.58677685,0.53305787,0.57024795,0.6198347,0.661157,0.6694215,0.6983471,0.7231405,0.72727275,0.71487606,0.71900827,0.73140496,0.72727275,0.72727275,0.73966944,0.72727275,0.70247936,0.6942149,0.6487603,0.59917355,0.553719,0.5165289,0.5413223,0.6404959,0.6487603,0.6363636,0.6363636,0.69008267,0.70247936,0.7107438,0.75206614,0.78512394,0.7768595,0.76859504,0.75619835,0.74380165,0.6983471,0.57024795,0.5041322,0.49586776,0.56198347,0.607438,0.47933885,0.42561984,0.5082645,0.57438016,0.61570245,0.661157,0.70247936,0.7066116,0.7107438,0.7107438,0.6983471,0.6818182,0.6735537,0.6528926,0.6363636,0.59090906,0.5495868,0.49586776,0.47107437,0.46280992,0.4214876,0.49173555,0.54545456,0.5413223,0.5371901,0.607438,0.6363636,0.6528926,0.6735537,0.6859504,0.70247936,0.70247936,0.71487606,0.7231405,0.7066116,0.6983471,0.6983471,0.6859504,0.6528926,0.61157024,0.59090906,0.53305787,0.5413223,0.4752066,0.5289256,0.6570248,0.6694215,0.6322314,0.6363636,0.6694215,0.677686,0.6859504,0.7355372,0.76859504,0.76859504,0.75206614,0.74380165,0.7231405,0.6652893,0.56198347,0.5,0.5041322,0.58677685,0.59917355,0.5123967,0.41322315,0.5041322,0.5371901,0.5661157,0.607438,0.6404959,0.6694215,0.6818182,0.677686,0.6694215,0.6528926,0.6570248,0.6322314,0.61570245,0.57438016,0.5206612,0.46694216,0.46694216,0.44214877,0.40495867,0.46694216,0.5206612,0.5413223,0.54545456,0.58264464,0.61570245,0.6404959,0.6570248,0.661157,0.6694215,0.677686,0.6859504,0.6942149,0.69008267,0.6694215,0.6528926,0.6322314,0.58264464,0.53305787,0.53305787,0.5413223,0.57024795,0.49586776,0.5,0.61570245,0.6363636,0.6198347,0.6198347,0.6446281,0.661157,0.6652893,0.71487606,0.74793386,0.75619835,0.73966944,0.7355372,0.7066116,0.6404959,0.553719,0.5082645,0.5123967,0.553719,0.553719,0.49586776,0.4338843,0.5289256,0.5413223,0.5413223,0.553719,0.58264464,0.607438,0.6280992,0.6487603,0.6363636,0.6404959,0.6363636,0.61570245,0.5661157,0.53305787,0.5082645,0.45867768,0.45867768,0.42561984,0.38842976,0.47107437,0.48347107,0.5123967,0.55785125,0.56198347,0.58677685,0.6198347,0.6322314,0.6404959,0.6528926,0.6570248,0.6528926,0.6404959,0.6404959,0.6363636,0.59090906,0.5495868,0.49586776,0.5082645,0.553719,0.57438016,0.59090906,0.59090906,0.56198347,0.553719,0.57438016,0.58264464,0.5785124,0.61157024,0.6322314,0.6528926,0.6983471,0.7231405,0.72727275,0.72727275,0.71487606,0.677686,0.62396693,0.5495868,0.49586776,0.47933885,0.49173555,0.49586776,0.47107437,0.47933885,0.54545456,0.5785124,0.5661157,0.54545456,0.5413223,0.54545456,0.57438016,0.607438,0.61570245,0.62396693,0.61570245,0.57438016,0.54545456,0.4876033,0.49173555,0.446281,0.446281,0.41322315,0.38842976,0.47107437,0.47933885,0.5041322,0.53305787,0.54545456,0.57024795,0.58677685,0.59917355,0.607438,0.62396693,0.6198347,0.607438,0.607438,0.59090906,0.5785124,0.55785125,0.4876033,0.46280992,0.5495868,0.57024795,0.58264464,0.6198347,0.6198347,0.607438,0.5041322,0.47107437,0.47933885,0.4876033,0.5206612,0.56198347,0.60330576,0.6528926,0.6694215,0.661157,0.6735537,0.6652893,0.6404959,0.58264464,0.5082645,0.43801653,0.4090909,0.43801653,0.43801653,0.45041323,0.4876033,0.553719,0.6198347,0.607438,0.5661157,0.53305787,0.53305787,0.5413223,0.553719,0.55785125,0.57438016,0.5661157,0.5206612,0.5123967,0.4752066,0.47107437,0.46694216,0.41735536,0.40495867,0.39256197,0.46694216,0.47107437,0.5,0.5041322,0.5165289,0.54545456,0.55785125,0.57024795,0.58264464,0.58677685,0.5785124,0.57438016,0.5785124,0.553719,0.54545456,0.5247934,0.5041322,0.5206612,0.5785124,0.607438,0.6198347,0.6404959,0.6363636,0.6363636,0.57024795,0.40082645,0.30578512,0.29752067,0.35950413,0.44214877,0.5082645,0.55785125,0.5661157,0.58264464,0.59090906,0.5785124,0.5661157,0.5082645,0.43801653,0.3429752,0.34710744,0.41322315,0.44214877,0.45867768,0.49586776,0.54545456,0.61570245,0.6280992,0.59917355,0.553719,0.5165289,0.5123967,0.5123967,0.5206612,0.5413223,0.5247934,0.5165289,0.4876033,0.4876033,0.45454547,0.44214877,0.4090909,0.4090909,0.36363637,0.45454547,0.44214877,0.45454547,0.47107437,0.4752066,0.5041322,0.5371901,0.553719,0.5661157,0.5661157,0.55785125,0.55785125,0.56198347,0.5371901,0.5165289,0.5082645,0.53305787,0.5785124,0.61570245,0.6363636,0.661157,0.661157,0.6570248,0.6487603,0.6280992,0.4876033,0.3140496,0.22727273,0.2107438,0.30165288,0.40082645,0.44214877,0.44214877,0.46280992,0.49173555,0.48347107,0.46694216,0.42561984,0.36363637,0.2892562,0.38016528,0.43801653,0.45041323,0.46694216,0.49173555,0.5289256,0.59504133,0.61570245,0.61570245,0.58677685,0.53305787,0.49586776,0.49586776,0.49586776,0.5041322,0.5206612,0.5082645,0.49173555,0.46694216,0.43801653,0.42975205,0.4214876,0.40082645,0.338843,0.42975205,0.45041323,0.45454547,0.45041323,0.45867768,0.48347107,0.5123967,0.5371901,0.5495868,0.55785125,0.553719,0.5413223,0.5495868,0.5206612,0.5041322,0.5123967,0.5495868,0.59090906,0.6280992,0.6322314,0.6363636,0.6652893,0.6652893,0.6570248,0.661157,0.58264464,0.41735536,0.3181818,0.29338843,0.25619835,0.28099173,0.35123968,0.33471075,0.36363637,0.3966942,0.38016528,0.3677686,0.36363637,0.35123968,0.35123968,0.41735536,0.45454547,0.45867768,0.46694216,0.4752066,0.5041322,0.553719,0.57438016,0.59090906,0.5661157,0.5247934,0.49173555,0.49173555,0.4876033,0.48347107,0.49173555,0.4876033,0.49586776,0.45867768,0.43801653,0.42975205,0.40495867,0.37190083,0.30578512,0.39256197,0.42561984,0.446281,0.43801653,0.43801653,0.45867768,0.49173555,0.5289256,0.5371901,0.54545456,0.54545456,0.54545456,0.5413223,0.4752066,0.4752066,0.53305787,0.5495868,0.57438016,0.59090906,0.59504133,0.59504133,0.6198347,0.6446281,0.6446281,0.6363636,0.59504133,0.5082645,0.38016528,0.30578512,0.30165288,0.28099173,0.25619835,0.2768595,0.2892562,0.32231405,0.3140496,0.3429752,0.37190083,0.3553719,0.38016528,0.40495867,0.446281,0.46280992,0.46280992,0.4752066,0.4876033,0.5082645,0.5289256,0.5495868,0.5247934,0.49586776,0.45454547,0.4752066,0.49586776,0.48347107,0.46694216,0.47107437,0.47107437,0.44214877,0.42975205,0.4214876,0.38016528,0.3305785,0.2892562,0.3677686,0.40082645,0.41735536,0.42975205,0.4338843,0.44214877,0.4752066,0.5082645,0.5247934,0.53305787,0.5413223,0.553719,0.5123967,0.42975205,0.47933885,0.5289256,0.54545456,0.553719,0.56198347,0.5785124,0.57024795,0.58677685,0.607438,0.61157024,0.59917355,0.57024795,0.54545456,0.46694216,0.3553719,0.30165288,0.28512397,0.29752067,0.2892562,0.2892562,0.30578512,0.30578512,0.32231405,0.34710744,0.35123968,0.38842976,0.40082645,0.42561984,0.446281,0.446281,0.46694216,0.4752066,0.47107437,0.48347107,0.5,0.48347107,0.4876033,0.45041323,0.45454547,0.49586776,0.4752066,0.46694216,0.45454547,0.45454547,0.42561984,0.40495867,0.41322315,0.3553719,0.29338843,0.29338843,0.39256197,0.35123968,0.40495867,0.4338843,0.446281,0.42975205,0.45454547,0.48347107,0.5082645,0.5206612,0.5289256,0.54545456,0.47933885,0.3966942,0.5082645,0.5165289,0.5123967,0.5247934,0.5247934,0.53305787,0.55785125,0.56198347,0.57438016,0.5785124,0.57438016,0.5495868,0.5371901,0.5,0.4214876,0.35950413,0.3264463,0.35123968,0.3429752,0.3305785,0.3140496,0.28512397,0.34710744,0.3429752,0.36363637,0.41322315,0.41735536,0.4214876,0.44214877,0.4338843,0.446281,0.45867768,0.45041323,0.44214877,0.45041323,0.446281,0.46280992,0.44214877,0.45454547,0.5041322,0.4752066,0.46280992,0.446281,0.4214876,0.40495867,0.36363637,0.3966942,0.32231405,0.27272728,0.29338843,0.446281,0.338843,0.35950413,0.40082645,0.4214876,0.4214876,0.4214876,0.46694216,0.49586776,0.5082645,0.5206612,0.5495868,0.4876033,0.4338843,0.5041322,0.47107437,0.47933885,0.45454547,0.45867768,0.48347107,0.53305787,0.54545456,0.55785125,0.56198347,0.553719,0.5413223,0.5371901,0.5165289,0.4876033,0.446281,0.40495867,0.38429752,0.37190083,0.37603307,0.35950413,0.30991736,0.38429752,0.37603307,0.38429752,0.41735536,0.44214877,0.45041323,0.45454547,0.446281,0.4338843,0.43801653,0.3966942,0.35950413,0.3677686,0.39256197,0.4338843,0.4338843,0.45454547,0.49173555,0.4752066,0.44214877,0.42975205,0.40495867,0.38429752,0.37603307,0.34710744,0.28512397,0.26859504,0.28099173,0.49586776,0.37603307,0.338843,0.3677686,0.40082645,0.41322315,0.42561984,0.3966942,0.43801653,0.48347107,0.5,0.5289256,0.5247934,0.49586776,0.47933885,0.4090909,0.3966942,0.3429752,0.33471075,0.36363637,0.44214877,0.5,0.5289256,0.5413223,0.55785125,0.56198347,0.54545456,0.5495868,0.57438016,0.5661157,0.5495868,0.49586776,0.45867768,0.42975205,0.4214876,0.4090909,0.4214876,0.42975205,0.45867768,0.46280992,0.45867768,0.47107437,0.45454547,0.45454547,0.42975205,0.38016528,0.3264463,0.30165288,0.3305785,0.35123968,0.38842976,0.4214876,0.45867768,0.4752066,0.46280992,0.4214876,0.39256197,0.39256197,0.39256197,0.35950413,0.29338843,0.26859504,0.27272728,0.27272728,0.53305787,0.42561984,0.34710744,0.35123968,0.36363637,0.41322315,0.42975205,0.38842976,0.37190083,0.446281,0.49173555,0.5123967,0.5206612,0.5123967,0.45454547,0.3966942,0.37603307,0.3264463,0.30991736,0.29338843,0.30578512,0.33471075,0.36363637,0.40082645,0.446281,0.4752066,0.46694216,0.47933885,0.53305787,0.5785124,0.60330576,0.56198347,0.5165289,0.48347107,0.4752066,0.48347107,0.47107437,0.48347107,0.47933885,0.46694216,0.446281,0.41735536,0.37190083,0.34710744,0.338843,0.38016528,0.40082645,0.40082645,0.40495867,0.37603307,0.37603307,0.42975205,0.45041323,0.45454547,0.42561984,0.40495867,0.36363637,0.38429752,0.37603307,0.30991736,0.26859504,0.28099173,0.26859504,0.2644628,0.5495868,0.47933885,0.37603307,0.33471075,0.33471075,0.3553719,0.39256197,0.38842976,0.37190083,0.3677686,0.4338843,0.47107437,0.4752066,0.47933885,0.446281,0.45041323,0.45867768,0.45867768,0.46694216,0.44214877,0.4090909,0.3429752,0.29752067,0.30165288,0.29338843,0.2892562,0.28099173,0.28099173,0.3181818,0.3429752,0.40082645,0.41322315,0.41735536,0.42975205,0.40495867,0.38429752,0.36363637,0.35123968,0.30165288,0.2892562,0.26859504,0.27272728,0.30578512,0.3264463,0.37190083,0.4338843,0.46280992,0.45867768,0.4338843,0.4090909,0.38842976,0.40495867,0.41322315,0.4090909,0.38016528,0.37603307,0.37190083,0.3677686,0.32231405,0.26859504,0.2644628,0.2603306,0.2603306,0.2603306,0.5413223,0.5041322,0.41735536,0.33471075,0.32231405,0.338843,0.34710744,0.35950413,0.35123968,0.338843,0.36363637,0.40082645,0.40082645,0.43801653,0.43801653,0.45867768,0.5041322,0.5413223,0.56198347,0.56198347,0.5495868,0.5041322,0.44214877,0.4338843,0.42561984,0.39256197,0.35123968,0.2768595,0.26859504,0.21900827,0.2520661,0.23553719,0.2603306,0.2768595,0.23966943,0.24380165,0.2520661,0.2768595,0.2892562,0.30578512,0.33471075,0.37190083,0.36363637,0.39256197,0.42561984,0.46280992,0.4752066,0.446281,0.42975205,0.4090909,0.38842976,0.38016528,0.38016528,0.37190083,0.35123968,0.3677686,0.37190083,0.3305785,0.26859504,0.25619835,0.2644628,0.24793388,0.2520661,0.2520661,0.57024795,0.5123967,0.4876033,0.37190083,0.30991736,0.32231405,0.33471075,0.3429752,0.34710744,0.338843,0.34710744,0.35123968,0.37603307,0.4090909,0.40082645,0.4338843,0.46280992,0.5123967,0.5495868,0.5661157,0.553719,0.5247934,0.49173555,0.49586776,0.5247934,0.5371901,0.58677685,0.5495868,0.47933885,0.42561984,0.40082645,0.35123968,0.34710744,0.3140496,0.30578512,0.3181818,0.34710744,0.38429752,0.3966942,0.41735536,0.40082645,0.3677686,0.37190083,0.40495867,0.45041323,0.4752066,0.45867768,0.44214877,0.4214876,0.42561984,0.38429752,0.3966942,0.38842976,0.36363637,0.34710744,0.35123968,0.3264463,0.2768595,0.24793388,0.25619835,0.24793388,0.24380165,0.23553719,0.24380165,0.607438,0.54545456,0.5247934,0.446281,0.3305785,0.30165288,0.35123968,0.3140496,0.3264463,0.3429752,0.34710744,0.338843,0.35123968,0.37190083,0.39256197,0.39256197,0.42561984,0.46280992,0.49173555,0.5165289,0.5123967,0.49586776,0.45867768,0.446281,0.47107437,0.4876033,0.57024795,0.6487603,0.6280992,0.6280992,0.58264464,0.59504133,0.553719,0.49586776,0.45867768,0.44214877,0.41322315,0.42561984,0.4090909,0.40082645,0.37190083,0.35950413,0.37603307,0.4214876,0.446281,0.45041323,0.4338843,0.42561984,0.4090909,0.4214876,0.40495867,0.39256197,0.38016528,0.36363637,0.35950413,0.32231405,0.28099173,0.2603306,0.24793388,0.23966943,0.23140496,0.24380165,0.23553719,0.23140496,0.6446281,0.61157024,0.55785125,0.4876033,0.40495867,0.3181818,0.32231405,0.32231405,0.3181818,0.3429752,0.338843,0.3140496,0.3553719,0.36363637,0.37603307,0.39256197,0.4090909,0.43801653,0.45867768,0.46694216,0.46280992,0.46280992,0.42975205,0.3966942,0.42561984,0.42975205,0.446281,0.5206612,0.553719,0.553719,0.553719,0.58264464,0.57438016,0.5413223,0.5,0.46694216,0.4338843,0.3966942,0.37190083,0.34710744,0.35123968,0.37190083,0.38842976,0.4214876,0.4338843,0.42561984,0.42975205,0.42975205,0.44214877,0.4214876,0.40495867,0.38842976,0.37603307,0.35950413,0.34710744,0.28512397,0.2603306,0.2603306,0.23966943,0.23553719,0.24380165,0.23553719,0.23140496,0.22727273,0.6528926,0.6528926,0.60330576,0.53305787,0.45867768,0.3677686,0.30991736,0.3305785,0.30991736,0.34710744,0.338843,0.3305785,0.33471075,0.37190083,0.38429752,0.40082645,0.4214876,0.43801653,0.4338843,0.4338843,0.44214877,0.43801653,0.4214876,0.38429752,0.3677686,0.3677686,0.35950413,0.4090909,0.44214877,0.45041323,0.46694216,0.4876033,0.5165289,0.5082645,0.47107437,0.446281,0.41735536,0.38016528,0.3553719,0.3429752,0.36363637,0.38016528,0.4090909,0.41322315,0.44214877,0.42561984,0.446281,0.43801653,0.4338843,0.4214876,0.41322315,0.3677686,0.38016528,0.36363637,0.23553719,0.2603306,0.25619835,0.25619835,0.2520661,0.23553719,0.24380165,0.23966943,0.23140496,0.21900827,0.6570248,0.6528926,0.6404959,0.58264464,0.4876033,0.42561984,0.3264463,0.3264463,0.3264463,0.3305785,0.3429752,0.34710744,0.338843,0.35950413,0.40082645,0.41735536,0.446281,0.46280992,0.45041323,0.44214877,0.446281,0.4338843,0.4090909,0.38016528,0.35123968,0.3264463,0.3264463,0.338843,0.3553719,0.3429752,0.35950413,0.37603307,0.40082645,0.4090909,0.39256197,0.37603307,0.3677686,0.34710744,0.33471075,0.33471075,0.36363637,0.38429752,0.41322315,0.41735536,0.4338843,0.446281,0.45867768,0.446281,0.43801653,0.40495867,0.3966942,0.35950413,0.38429752,0.30165288,0.14876033,0.2768595,0.25619835,0.2603306,0.26859504,0.23966943,0.2231405,0.24380165,0.24380165,0.23140496,0.6487603,0.6528926,0.6404959,0.6322314,0.5413223,0.45041323,0.37603307,0.3264463,0.3181818,0.3305785,0.3553719,0.35950413,0.35123968,0.34710744,0.37603307,0.4090909,0.44214877,0.4876033,0.5041322,0.49173555,0.4752066,0.45867768,0.4338843,0.39256197,0.3677686,0.34710744,0.3305785,0.3181818,0.30165288,0.29338843,0.2892562,0.28512397,0.28099173,0.29338843,0.29338843,0.2892562,0.29752067,0.29752067,0.3181818,0.338843,0.37603307,0.40495867,0.42561984,0.44214877,0.446281,0.46694216,0.46694216,0.45454547,0.41322315,0.38016528,0.38016528,0.35950413,0.3677686,0.2520661,0.13636364,0.28512397,0.26859504,0.2644628,0.2644628,0.24380165,0.2107438,0.23966943,0.25619835,0.23140496,0.62396693,0.6487603,0.6528926,0.6487603,0.61157024,0.5041322,0.446281,0.3677686,0.30578512,0.3429752,0.3429752,0.37190083,0.36363637,0.3553719,0.3553719,0.3677686,0.42561984,0.47107437,0.5413223,0.5495868,0.5206612,0.5041322,0.4876033,0.4338843,0.4214876,0.36363637,0.3429752,0.338843,0.30991736,0.29338843,0.2892562,0.26859504,0.26859504,0.2768595,0.28099173,0.30578512,0.3305785,0.34710744,0.3677686,0.3966942,0.42561984,0.45041323,0.46280992,0.46694216,0.47107437,0.46280992,0.45454547,0.41735536,0.37190083,0.3677686,0.3429752,0.36363637,0.38016528,0.25619835,0.14049587,0.28512397,0.2603306,0.2603306,0.2644628,0.24793388,0.21487603,0.23966943,0.2520661,0.23140496,0.607438,0.6322314,0.6652893,0.6487603,0.6446281,0.5785124,0.5206612,0.41735536,0.3429752,0.30991736,0.33471075,0.36363637,0.36363637,0.35950413,0.36363637,0.3553719,0.3966942,0.45041323,0.5165289,0.54545456,0.55785125,0.57024795,0.5661157,0.5495868,0.5247934,0.4752066,0.40082645,0.39256197,0.3429752,0.35123968,0.35123968,0.338843,0.35950413,0.3677686,0.39256197,0.41735536,0.43801653,0.446281,0.45867768,0.46694216,0.4752066,0.49586776,0.49586776,0.4876033,0.46694216,0.46694216,0.45041323,0.37603307,0.3429752,0.3429752,0.3305785,0.3677686,0.36363637,0.2107438,0.16115703,0.2892562,0.2603306,0.25619835,0.25619835,0.2603306,0.21900827,0.2231405,0.25619835,0.23966943,0.59917355,0.6280992,0.6446281,0.6528926,0.6446281,0.607438,0.57438016,0.5,0.40495867,0.3181818,0.32231405,0.338843,0.35123968,0.35950413,0.3553719,0.3429752,0.34710744,0.40495867,0.4752066,0.53305787,0.54545456,0.57024795,0.59090906,0.607438,0.61570245,0.6198347,0.58677685,0.5082645,0.45867768,0.42561984,0.42975205,0.4338843,0.4338843,0.45454547,0.48347107,0.49586776,0.5082645,0.5123967,0.5206612,0.5123967,0.5041322,0.5206612,0.47933885,0.47107437,0.44214877,0.446281,0.40495867,0.34710744,0.34710744,0.33471075,0.37603307,0.39256197,0.30991736,0.14876033,0.2107438,0.2892562,0.2603306,0.2603306,0.2520661,0.2603306,0.21487603,0.21900827,0.2603306,0.25619835,0.59504133,0.61157024,0.6404959,0.6404959,0.6404959,0.6322314,0.61157024,0.5495868,0.48347107,0.37603307,0.32231405,0.30578512,0.33471075,0.338843,0.3553719,0.338843,0.3429752,0.36363637,0.4214876,0.4876033,0.5289256,0.55785125,0.59504133,0.60330576,0.6322314,0.6735537,0.6652893,0.6570248,0.5785124,0.5289256,0.5041322,0.5,0.4876033,0.4876033,0.5041322,0.5123967,0.5123967,0.5206612,0.5289256,0.5206612,0.5041322,0.49586776,0.45867768,0.45041323,0.42561984,0.39256197,0.34710744,0.3264463,0.32231405,0.37603307,0.4090909,0.37603307,0.23553719,0.15289256,0.26859504,0.26859504,0.2644628,0.2644628,0.25619835,0.25619835,0.21900827,0.23140496,0.2644628,0.2644628,0.61157024,0.59090906,0.62396693,0.62396693,0.6280992,0.6363636,0.62396693,0.5785124,0.54545456,0.47107437,0.3677686,0.29338843,0.30165288,0.3140496,0.3429752,0.338843,0.3305785,0.3181818,0.3553719,0.40082645,0.46280992,0.5082645,0.5371901,0.57438016,0.59090906,0.61570245,0.6528926,0.6694215,0.6487603,0.607438,0.59090906,0.553719,0.5413223,0.5247934,0.5206612,0.5206612,0.5082645,0.5123967,0.5206612,0.5041322,0.48347107,0.45041323,0.44214877,0.4214876,0.40082645,0.33471075,0.30991736,0.3305785,0.37603307,0.41735536,0.4090909,0.3305785,0.17768595,0.19008264,0.29338843,0.2644628,0.25619835,0.25619835,0.2644628,0.2603306,0.21487603,0.23966943,0.2644628,0.2520661,0.61570245,0.607438,0.61157024,0.6280992,0.6322314,0.62396693,0.61157024,0.59917355,0.57024795,0.5247934,0.45867768,0.37190083,0.30165288,0.2768595,0.30578512,0.3305785,0.33471075,0.32231405,0.28512397,0.3140496,0.38842976,0.43801653,0.47933885,0.5165289,0.5,0.553719,0.59504133,0.61157024,0.61157024,0.5785124,0.55785125,0.5289256,0.5206612,0.5206612,0.5289256,0.5247934,0.5082645,0.5041322,0.5041322,0.4752066,0.45041323,0.41322315,0.4090909,0.39256197,0.3553719,0.2892562,0.30578512,0.37603307,0.42561984,0.4214876,0.38429752,0.28512397,0.11983471,0.23140496,0.30165288,0.25619835,0.2644628,0.2520661,0.26859504,0.24380165,0.2107438,0.2520661,0.27272728,0.2603306,0.59504133,0.60330576,0.61570245,0.6198347,0.6280992,0.6198347,0.607438,0.60330576,0.57438016,0.5413223,0.5123967,0.45867768,0.3677686,0.29338843,0.27272728,0.30165288,0.30991736,0.32231405,0.2892562,0.2768595,0.29752067,0.36363637,0.41735536,0.43801653,0.44214877,0.45454547,0.49173555,0.5,0.5206612,0.47933885,0.42975205,0.41735536,0.41322315,0.42561984,0.45041323,0.46280992,0.46280992,0.45454547,0.45041323,0.4214876,0.40495867,0.38016528,0.37603307,0.3181818,0.30165288,0.3140496,0.3553719,0.4214876,0.4338843,0.40082645,0.3553719,0.23553719,0.1570248,0.2768595,0.2892562,0.26859504,0.26859504,0.25619835,0.27272728,0.23140496,0.2107438,0.2644628,0.28099173,0.28099173,0.53305787,0.58264464,0.60330576,0.6322314,0.6198347,0.62396693,0.60330576,0.59917355,0.58677685,0.553719,0.5206612,0.4876033,0.42975205,0.35950413,0.30165288,0.2768595,0.2892562,0.29338843,0.30991736,0.29338843,0.2644628,0.28099173,0.3140496,0.33471075,0.37190083,0.38016528,0.38016528,0.3677686,0.35950413,0.34710744,0.36363637,0.36363637,0.3429752,0.3429752,0.37190083,0.38842976,0.39256197,0.40082645,0.38842976,0.35123968,0.3553719,0.3305785,0.2892562,0.26859504,0.3181818,0.38842976,0.41322315,0.4338843,0.42561984,0.38842976,0.29338843,0.18181819,0.24380165,0.29338843,0.27272728,0.26859504,0.2644628,0.2768595,0.25619835,0.21487603,0.23553719,0.26859504,0.2768595,0.28512397,0.48347107,0.5206612,0.5661157,0.607438,0.61570245,0.61570245,0.59917355,0.59917355,0.59504133,0.57024795,0.5289256,0.5041322,0.46280992,0.40495867,0.36363637,0.30578512,0.29752067,0.2603306,0.2892562,0.28512397,0.2768595,0.2603306,0.27272728,0.26859504,0.28512397,0.30991736,0.30578512,0.3140496,0.30578512,0.2892562,0.30991736,0.3140496,0.30578512,0.30165288,0.3181818,0.3305785,0.33471075,0.3181818,0.3140496,0.28512397,0.28512397,0.27272728,0.2520661,0.35123968,0.39256197,0.42561984,0.42561984,0.42561984,0.41735536,0.338843,0.2107438,0.1983471,0.29752067,0.27272728,0.27272728,0.2644628,0.26859504,0.2768595,0.22727273,0.23966943,0.2644628,0.29338843,0.29338843,0.28099173,8 +0.5289256,0.5413223,0.5785124,0.61157024,0.6363636,0.6363636,0.6528926,0.677686,0.70247936,0.6983471,0.7107438,0.6942149,0.6859504,0.6983471,0.6983471,0.6859504,0.7107438,0.6983471,0.6983471,0.6942149,0.6983471,0.71900827,0.74380165,0.74380165,0.75206614,0.77272725,0.77272725,0.7644628,0.77272725,0.7644628,0.7644628,0.76859504,0.76033056,0.76033056,0.76859504,0.7644628,0.7644628,0.7644628,0.74793386,0.7355372,0.7355372,0.7355372,0.7107438,0.6983471,0.6859504,0.6652893,0.661157,0.6487603,0.607438,0.60330576,0.59917355,0.58264464,0.55785125,0.57024795,0.5661157,0.55785125,0.5206612,0.49173555,0.446281,0.4214876,0.33471075,0.14049587,0.09917355,0.05785124,0.5082645,0.54545456,0.56198347,0.61157024,0.6363636,0.6446281,0.6570248,0.6694215,0.6983471,0.6983471,0.70247936,0.7107438,0.6983471,0.70247936,0.71487606,0.7066116,0.71487606,0.7231405,0.71900827,0.7231405,0.7355372,0.75206614,0.75619835,0.74793386,0.76859504,0.76859504,0.78099173,0.7644628,0.7768595,0.7644628,0.76033056,0.76859504,0.7644628,0.76033056,0.76033056,0.76859504,0.75206614,0.7355372,0.74380165,0.74793386,0.74380165,0.75206614,0.73140496,0.71900827,0.70247936,0.6818182,0.661157,0.661157,0.6363636,0.607438,0.61570245,0.59090906,0.57438016,0.58264464,0.57438016,0.5661157,0.5247934,0.48347107,0.44214877,0.40495867,0.3264463,0.16528925,0.07024793,0.09917355,0.47933885,0.55785125,0.58264464,0.61570245,0.6363636,0.6487603,0.6570248,0.6694215,0.6859504,0.6942149,0.7107438,0.7066116,0.73140496,0.6942149,0.71900827,0.72727275,0.72727275,0.7355372,0.74380165,0.74793386,0.75206614,0.7644628,0.76859504,0.76859504,0.78512394,0.78512394,0.78512394,0.78512394,0.78512394,0.77272725,0.75619835,0.76033056,0.7644628,0.77272725,0.76859504,0.77272725,0.76033056,0.7355372,0.7231405,0.75206614,0.75619835,0.75619835,0.74793386,0.7231405,0.7107438,0.6942149,0.6818182,0.6735537,0.6404959,0.61157024,0.60330576,0.60330576,0.58264464,0.58677685,0.59917355,0.5785124,0.5371901,0.4876033,0.45041323,0.4090909,0.34710744,0.1570248,0.08264463,0.09090909,0.5,0.57438016,0.607438,0.61157024,0.6198347,0.6528926,0.6735537,0.69008267,0.6983471,0.6983471,0.73140496,0.71900827,0.7355372,0.7355372,0.73966944,0.74793386,0.74793386,0.74793386,0.7644628,0.76033056,0.7644628,0.78099173,0.78099173,0.78099173,0.8057851,0.8016529,0.79752064,0.7933884,0.7933884,0.77272725,0.7644628,0.7644628,0.76859504,0.7892562,0.78099173,0.7768595,0.7768595,0.7644628,0.74793386,0.76033056,0.7644628,0.75619835,0.75206614,0.73966944,0.71487606,0.6942149,0.6942149,0.677686,0.6446281,0.6280992,0.607438,0.6198347,0.59917355,0.59917355,0.607438,0.5785124,0.5413223,0.4876033,0.446281,0.41735536,0.3553719,0.15289256,0.0785124,0.07024793,0.53305787,0.5785124,0.61157024,0.61570245,0.62396693,0.6570248,0.6859504,0.70247936,0.7107438,0.71487606,0.72727275,0.74380165,0.75619835,0.74793386,0.7644628,0.7644628,0.77272725,0.76859504,0.7768595,0.76859504,0.78099173,0.7892562,0.78512394,0.78099173,0.8016529,0.8057851,0.8057851,0.78512394,0.7933884,0.78512394,0.78099173,0.78512394,0.7768595,0.78512394,0.78512394,0.78512394,0.78512394,0.78099173,0.77272725,0.76859504,0.78099173,0.75619835,0.75206614,0.7355372,0.71900827,0.6983471,0.70247936,0.6942149,0.661157,0.6446281,0.6404959,0.6404959,0.62396693,0.62396693,0.607438,0.60330576,0.5495868,0.4876033,0.44214877,0.42561984,0.3553719,0.1322314,0.09917355,0.06198347,0.55785125,0.58677685,0.6198347,0.6280992,0.6528926,0.6818182,0.70247936,0.7231405,0.72727275,0.73966944,0.75206614,0.76033056,0.78512394,0.7768595,0.78512394,0.78099173,0.78099173,0.78512394,0.7768595,0.7768595,0.7892562,0.79752064,0.79752064,0.7892562,0.79752064,0.8057851,0.8016529,0.7892562,0.7933884,0.78512394,0.7892562,0.7933884,0.78512394,0.78099173,0.78512394,0.78512394,0.78512394,0.78512394,0.7768595,0.76859504,0.77272725,0.76033056,0.74380165,0.7355372,0.7231405,0.7066116,0.70247936,0.6942149,0.677686,0.6694215,0.6694215,0.661157,0.6528926,0.6570248,0.62396693,0.61157024,0.5495868,0.48347107,0.43801653,0.42561984,0.38016528,0.1322314,0.09917355,0.07024793,0.58677685,0.58264464,0.61157024,0.6446281,0.6652893,0.69008267,0.71487606,0.73966944,0.74793386,0.75619835,0.76033056,0.7768595,0.78512394,0.7892562,0.7933884,0.7933884,0.79752064,0.7933884,0.7892562,0.78512394,0.7933884,0.8016529,0.8016529,0.8016529,0.78512394,0.7933884,0.78512394,0.7892562,0.78512394,0.78512394,0.7892562,0.7933884,0.78512394,0.7768595,0.7892562,0.78099173,0.7892562,0.78512394,0.76859504,0.76033056,0.7644628,0.75206614,0.73140496,0.72727275,0.72727275,0.7107438,0.71487606,0.6983471,0.6942149,0.6735537,0.6859504,0.6694215,0.661157,0.661157,0.6446281,0.61570245,0.55785125,0.49586776,0.44214877,0.42561984,0.39256197,0.14049587,0.09090909,0.07024793,0.59090906,0.59917355,0.62396693,0.6570248,0.6694215,0.69008267,0.7231405,0.74793386,0.76033056,0.77272725,0.77272725,0.7768595,0.78512394,0.78099173,0.78512394,0.7933884,0.79752064,0.7933884,0.7933884,0.7892562,0.78512394,0.7933884,0.7892562,0.7892562,0.75619835,0.76033056,0.78099173,0.7768595,0.77272725,0.78099173,0.78099173,0.78099173,0.78099173,0.77272725,0.78512394,0.78099173,0.7768595,0.7644628,0.75619835,0.74793386,0.74380165,0.73966944,0.7231405,0.73140496,0.7355372,0.7231405,0.71900827,0.7066116,0.69008267,0.6735537,0.677686,0.6694215,0.6487603,0.6404959,0.6404959,0.61570245,0.5661157,0.5206612,0.45454547,0.41735536,0.40495867,0.13636364,0.10330579,0.06198347,0.58677685,0.607438,0.6446281,0.6652893,0.6735537,0.6859504,0.72727275,0.74793386,0.74793386,0.7644628,0.75619835,0.72727275,0.7107438,0.72727275,0.74380165,0.74793386,0.73966944,0.75619835,0.76859504,0.76033056,0.76033056,0.76859504,0.7644628,0.7644628,0.74380165,0.74793386,0.77272725,0.75619835,0.75206614,0.75619835,0.76033056,0.7644628,0.77272725,0.7644628,0.7644628,0.75619835,0.74380165,0.74380165,0.72727275,0.72727275,0.7107438,0.7107438,0.7107438,0.72727275,0.72727275,0.71487606,0.6942149,0.6818182,0.6570248,0.6322314,0.62396693,0.59504133,0.57024795,0.5289256,0.5206612,0.5165289,0.5206612,0.5371901,0.48347107,0.4214876,0.41735536,0.14049587,0.09917355,0.06198347,0.58677685,0.607438,0.6363636,0.6694215,0.6694215,0.6859504,0.70247936,0.69008267,0.6404959,0.6198347,0.60330576,0.55785125,0.553719,0.57438016,0.59504133,0.59090906,0.5661157,0.61570245,0.677686,0.6694215,0.6818182,0.7107438,0.71900827,0.72727275,0.71900827,0.7231405,0.73966944,0.71900827,0.71900827,0.7231405,0.73966944,0.73966944,0.74380165,0.73966944,0.73966944,0.71900827,0.7107438,0.71487606,0.677686,0.6694215,0.6487603,0.6446281,0.6694215,0.6818182,0.6652893,0.6322314,0.59504133,0.55785125,0.5495868,0.5082645,0.47933885,0.446281,0.41322315,0.38429752,0.32231405,0.3264463,0.33471075,0.39256197,0.43801653,0.41735536,0.42975205,0.16528925,0.07024793,0.08264463,0.59504133,0.61157024,0.6404959,0.661157,0.6528926,0.59917355,0.56198347,0.5247934,0.44214877,0.39256197,0.39256197,0.3966942,0.40495867,0.45041323,0.4214876,0.41322315,0.37603307,0.4090909,0.44214877,0.446281,0.47107437,0.5413223,0.59090906,0.6363636,0.6404959,0.677686,0.6652893,0.6487603,0.6694215,0.69008267,0.70247936,0.70247936,0.70247936,0.6983471,0.7066116,0.6942149,0.6735537,0.6528926,0.6404959,0.61157024,0.5785124,0.5495868,0.56198347,0.5661157,0.5123967,0.4338843,0.38429752,0.34710744,0.34710744,0.33471075,0.29752067,0.28099173,0.28512397,0.25619835,0.24793388,0.2231405,0.21900827,0.22727273,0.27272728,0.35123968,0.42975205,0.19008264,0.0661157,0.11157025,0.61157024,0.62396693,0.6487603,0.59504133,0.48347107,0.38842976,0.38429752,0.3677686,0.30991736,0.2892562,0.30578512,0.338843,0.3181818,0.30578512,0.29338843,0.29338843,0.28099173,0.2644628,0.25619835,0.2520661,0.2520661,0.2768595,0.3553719,0.39256197,0.4214876,0.53305787,0.5495868,0.5661157,0.61157024,0.6570248,0.6528926,0.6528926,0.6528926,0.661157,0.6570248,0.6446281,0.62396693,0.57024795,0.5413223,0.5041322,0.4876033,0.42561984,0.44214877,0.41322315,0.32231405,0.24793388,0.23140496,0.23966943,0.20661157,0.20661157,0.18181819,0.2107438,0.2644628,0.25619835,0.29752067,0.28512397,0.26859504,0.23966943,0.21487603,0.2107438,0.38842976,0.21900827,0.09917355,0.24380165,0.60330576,0.6280992,0.58677685,0.46280992,0.38429752,0.3305785,0.3429752,0.38842976,0.40082645,0.42561984,0.41322315,0.3966942,0.3677686,0.32231405,0.30165288,0.2768595,0.23966943,0.20247933,0.1983471,0.19008264,0.19421488,0.20247933,0.2107438,0.20661157,0.23140496,0.3429752,0.37603307,0.446281,0.5041322,0.5495868,0.57438016,0.59917355,0.607438,0.607438,0.59917355,0.60330576,0.56198347,0.53305787,0.46694216,0.42561984,0.38016528,0.3553719,0.3305785,0.2892562,0.1983471,0.16528925,0.17768595,0.1694215,0.19008264,0.20661157,0.23140496,0.28099173,0.33471075,0.35123968,0.37603307,0.37603307,0.38429752,0.37190083,0.338843,0.24380165,0.35950413,0.25619835,0.19421488,0.35950413,0.6198347,0.59917355,0.55785125,0.46694216,0.4090909,0.40495867,0.41735536,0.41322315,0.41735536,0.4090909,0.37603307,0.3140496,0.3181818,0.23966943,0.29338843,0.2520661,0.25619835,0.2231405,0.1983471,0.17768595,0.15289256,0.17768595,0.2231405,0.23553719,0.25619835,0.27272728,0.3305785,0.3677686,0.4090909,0.47107437,0.5165289,0.54545456,0.58677685,0.59504133,0.59504133,0.59917355,0.5371901,0.47933885,0.4090909,0.33471075,0.338843,0.3140496,0.29338843,0.24793388,0.18181819,0.17355372,0.18181819,0.17355372,0.19421488,0.20661157,0.23966943,0.24380165,0.2644628,0.28512397,0.2768595,0.32231405,0.37190083,0.3966942,0.39256197,0.3429752,0.38429752,0.35123968,0.25619835,0.35950413,0.6280992,0.59504133,0.5247934,0.43801653,0.42975205,0.4338843,0.41322315,0.39256197,0.3429752,0.30578512,0.24793388,0.22727273,0.2520661,0.19008264,0.20247933,0.1694215,0.18181819,0.16115703,0.1570248,0.18181819,0.17768595,0.1694215,0.16115703,0.2231405,0.2768595,0.32231405,0.3140496,0.35950413,0.38842976,0.45041323,0.5123967,0.56198347,0.60330576,0.60330576,0.60330576,0.59917355,0.5413223,0.45454547,0.38842976,0.338843,0.30578512,0.2644628,0.22727273,0.20247933,0.17768595,0.15289256,0.14049587,0.12809917,0.15289256,0.12809917,0.22727273,0.2107438,0.22727273,0.22727273,0.23553719,0.20661157,0.2892562,0.37603307,0.3966942,0.40495867,0.4090909,0.37603307,0.3140496,0.34710744,0.6280992,0.61570245,0.5413223,0.48347107,0.45454547,0.42561984,0.38016528,0.3264463,0.24793388,0.21900827,0.18181819,0.1983471,0.2768595,0.2520661,0.14876033,0.12809917,0.18181819,0.11983471,0.11983471,0.1570248,0.21900827,0.2231405,0.1983471,0.18181819,0.20247933,0.28512397,0.3181818,0.3305785,0.36363637,0.4338843,0.5289256,0.60330576,0.6446281,0.6487603,0.6404959,0.6404959,0.5661157,0.46280992,0.4090909,0.30578512,0.2603306,0.1983471,0.19008264,0.1983471,0.1570248,0.11983471,0.16115703,0.11983471,0.23553719,0.12396694,0.2768595,0.40495867,0.29752067,0.1570248,0.17768595,0.18595041,0.21900827,0.3264463,0.3966942,0.43801653,0.4214876,0.41322315,0.33471075,0.338843,0.6404959,0.6363636,0.59090906,0.56198347,0.5,0.4338843,0.3677686,0.3140496,0.27272728,0.23966943,0.21487603,0.2644628,0.45041323,0.38429752,0.18181819,0.15289256,0.18181819,0.16528925,0.1570248,0.21487603,0.37603307,0.29338843,0.22727273,0.23140496,0.2231405,0.2520661,0.2892562,0.30578512,0.32231405,0.4214876,0.54545456,0.6404959,0.6942149,0.71900827,0.7107438,0.6983471,0.59917355,0.48347107,0.37603307,0.29752067,0.24793388,0.22727273,0.23140496,0.28512397,0.22727273,0.15289256,0.13636364,0.12809917,0.17355372,0.13636364,0.2768595,0.47933885,0.41322315,0.30578512,0.2107438,0.21900827,0.2768595,0.338843,0.40495867,0.45867768,0.45041323,0.42561984,0.38016528,0.35950413,0.6818182,0.6735537,0.6570248,0.6487603,0.607438,0.5371901,0.5123967,0.47933885,0.45454547,0.3966942,0.3966942,0.42975205,0.5247934,0.5041322,0.28512397,0.23966943,0.1983471,0.19008264,0.21900827,0.30991736,0.446281,0.40495867,0.28512397,0.23553719,0.26859504,0.30165288,0.30578512,0.29752067,0.3181818,0.40495867,0.57024795,0.6818182,0.7355372,0.7768595,0.76859504,0.74380165,0.6652893,0.5,0.35123968,0.35950413,0.3429752,0.3140496,0.2768595,0.34710744,0.3140496,0.21900827,0.17355372,0.17355372,0.1694215,0.2231405,0.38429752,0.4752066,0.40495867,0.3553719,0.30991736,0.3305785,0.38842976,0.40082645,0.44214877,0.47933885,0.46280992,0.43801653,0.39256197,0.338843,0.6983471,0.70247936,0.70247936,0.6983471,0.677686,0.6446281,0.6528926,0.6487603,0.61157024,0.5371901,0.47933885,0.5289256,0.5413223,0.57438016,0.5,0.4214876,0.37190083,0.3553719,0.39256197,0.45041323,0.4752066,0.40495867,0.37190083,0.28512397,0.30991736,0.3677686,0.38016528,0.338843,0.36363637,0.4752066,0.59504133,0.6983471,0.76033056,0.79752064,0.8016529,0.78512394,0.7066116,0.5289256,0.34710744,0.4338843,0.42975205,0.39256197,0.35123968,0.35950413,0.35950413,0.3305785,0.2892562,0.30578512,0.30165288,0.37603307,0.47107437,0.46280992,0.42975205,0.38016528,0.3677686,0.39256197,0.44214877,0.446281,0.46694216,0.49173555,0.4752066,0.45867768,0.39256197,0.32231405,0.6942149,0.7107438,0.71487606,0.7107438,0.6983471,0.6942149,0.6859504,0.6735537,0.6404959,0.60330576,0.5495868,0.54545456,0.5206612,0.54545456,0.56198347,0.553719,0.53305787,0.5247934,0.5247934,0.5206612,0.4876033,0.446281,0.4214876,0.40082645,0.38429752,0.40495867,0.446281,0.41735536,0.4752066,0.56198347,0.6322314,0.7066116,0.77272725,0.80991733,0.8181818,0.7933884,0.74793386,0.59917355,0.38429752,0.44214877,0.4338843,0.3966942,0.37603307,0.3553719,0.3553719,0.38842976,0.40082645,0.41322315,0.42975205,0.4338843,0.43801653,0.43801653,0.42975205,0.40495867,0.40495867,0.44214877,0.4752066,0.4752066,0.4876033,0.5041322,0.47933885,0.46694216,0.39256197,0.30991736,0.69008267,0.7107438,0.7066116,0.71487606,0.71487606,0.71487606,0.6942149,0.677686,0.6487603,0.61157024,0.57438016,0.56198347,0.53305787,0.5289256,0.5041322,0.49173555,0.49173555,0.4876033,0.4752066,0.45454547,0.4338843,0.41735536,0.40495867,0.3966942,0.4090909,0.45041323,0.5123967,0.54545456,0.58677685,0.62396693,0.661157,0.7066116,0.76033056,0.8057851,0.8140496,0.79752064,0.76859504,0.677686,0.44214877,0.43801653,0.42561984,0.38842976,0.35123968,0.3181818,0.3140496,0.338843,0.34710744,0.37603307,0.39256197,0.40082645,0.41322315,0.41322315,0.41322315,0.41322315,0.43801653,0.46694216,0.48347107,0.49586776,0.5082645,0.5041322,0.47933885,0.46280992,0.40082645,0.3429752,0.69008267,0.70247936,0.7066116,0.71900827,0.7231405,0.71900827,0.7107438,0.6818182,0.6570248,0.60330576,0.5495868,0.5,0.46280992,0.4876033,0.45041323,0.45041323,0.42975205,0.41735536,0.40082645,0.37603307,0.3677686,0.3553719,0.38842976,0.42975205,0.4876033,0.56198347,0.607438,0.6280992,0.6487603,0.6694215,0.677686,0.70247936,0.76033056,0.8016529,0.8057851,0.7892562,0.7892562,0.6983471,0.5,0.4752066,0.46694216,0.446281,0.41322315,0.38016528,0.338843,0.3181818,0.3140496,0.33471075,0.3429752,0.35950413,0.40495867,0.38842976,0.40495867,0.40495867,0.45041323,0.47933885,0.49586776,0.5082645,0.5165289,0.5123967,0.4752066,0.45454547,0.41735536,0.3966942,0.69008267,0.69008267,0.7107438,0.7107438,0.73140496,0.7355372,0.73966944,0.7231405,0.6859504,0.6487603,0.59504133,0.53305787,0.46280992,0.4338843,0.38429752,0.38016528,0.37603307,0.35950413,0.37190083,0.36363637,0.38016528,0.4338843,0.5123967,0.59090906,0.6363636,0.6735537,0.677686,0.6652893,0.6735537,0.6983471,0.69008267,0.6859504,0.75206614,0.8057851,0.7933884,0.78512394,0.78099173,0.677686,0.5082645,0.49586776,0.53305787,0.5082645,0.49586776,0.46280992,0.41735536,0.38016528,0.35950413,0.3677686,0.3677686,0.37190083,0.40495867,0.3966942,0.44214877,0.43801653,0.4876033,0.5165289,0.5289256,0.53305787,0.5289256,0.5123967,0.47933885,0.45454547,0.42975205,0.42975205,0.6818182,0.677686,0.7231405,0.71487606,0.73966944,0.74793386,0.75206614,0.75206614,0.7355372,0.7066116,0.677686,0.6446281,0.58264464,0.58264464,0.5082645,0.48347107,0.45867768,0.446281,0.45041323,0.47107437,0.5206612,0.59504133,0.6652893,0.71487606,0.7066116,0.70247936,0.7066116,0.6694215,0.677686,0.70247936,0.6983471,0.6859504,0.73140496,0.7933884,0.79752064,0.7892562,0.77272725,0.6694215,0.5041322,0.5206612,0.53305787,0.5413223,0.5785124,0.57024795,0.5289256,0.49586776,0.46280992,0.4338843,0.4214876,0.43801653,0.4338843,0.46280992,0.4752066,0.5041322,0.5413223,0.56198347,0.5661157,0.55785125,0.53305787,0.5206612,0.49586776,0.4752066,0.41735536,0.4090909,0.6652893,0.6735537,0.7107438,0.71900827,0.7231405,0.7355372,0.73966944,0.75619835,0.76033056,0.74380165,0.72727275,0.7107438,0.6528926,0.677686,0.6818182,0.6694215,0.6652893,0.6652893,0.6570248,0.6859504,0.71487606,0.73966944,0.74380165,0.73966944,0.71900827,0.70247936,0.69008267,0.6859504,0.6983471,0.6983471,0.6942149,0.6859504,0.7231405,0.7768595,0.79752064,0.78512394,0.7768595,0.7107438,0.5123967,0.5413223,0.5123967,0.5413223,0.58264464,0.6280992,0.6363636,0.6280992,0.61570245,0.59090906,0.5785124,0.5495868,0.5371901,0.5413223,0.5413223,0.57024795,0.58264464,0.59504133,0.61157024,0.58264464,0.5495868,0.5289256,0.5082645,0.48347107,0.4338843,0.38842976,0.6487603,0.6942149,0.7066116,0.71900827,0.7107438,0.73140496,0.7355372,0.7355372,0.74793386,0.7644628,0.73140496,0.73140496,0.7231405,0.73966944,0.74380165,0.7355372,0.76033056,0.7644628,0.76859504,0.76859504,0.7768595,0.76859504,0.75619835,0.75619835,0.73140496,0.7107438,0.6859504,0.6942149,0.70247936,0.7066116,0.6983471,0.6983471,0.71487606,0.75619835,0.7892562,0.7892562,0.76859504,0.70247936,0.57438016,0.53305787,0.53305787,0.5206612,0.58677685,0.6280992,0.6528926,0.6570248,0.677686,0.677686,0.6694215,0.6694215,0.6570248,0.6280992,0.6487603,0.6322314,0.62396693,0.6198347,0.61157024,0.59504133,0.56198347,0.5495868,0.5206612,0.49173555,0.41735536,0.37603307,0.6446281,0.6942149,0.70247936,0.7107438,0.7231405,0.73966944,0.75619835,0.76033056,0.76859504,0.7892562,0.77272725,0.76859504,0.78099173,0.7768595,0.7768595,0.7892562,0.7933884,0.7933884,0.7892562,0.7892562,0.78512394,0.7644628,0.74380165,0.74380165,0.73140496,0.71487606,0.70247936,0.69008267,0.7107438,0.7066116,0.6983471,0.69008267,0.7066116,0.74793386,0.7892562,0.7933884,0.77272725,0.70247936,0.607438,0.55785125,0.5495868,0.5371901,0.57438016,0.6280992,0.6446281,0.6652893,0.6818182,0.69008267,0.7066116,0.71900827,0.7355372,0.71900827,0.72727275,0.677686,0.70247936,0.69008267,0.6694215,0.6363636,0.59504133,0.553719,0.54545456,0.5,0.41322315,0.35950413,0.6322314,0.6735537,0.677686,0.7066116,0.71900827,0.73966944,0.76033056,0.78099173,0.7892562,0.7892562,0.7892562,0.7933884,0.8016529,0.79752064,0.7933884,0.7933884,0.79752064,0.7892562,0.78512394,0.78099173,0.78099173,0.7644628,0.73966944,0.73966944,0.71487606,0.73140496,0.69008267,0.70247936,0.7066116,0.7107438,0.70247936,0.7066116,0.7355372,0.76859504,0.7892562,0.8016529,0.78099173,0.75206614,0.6694215,0.59917355,0.553719,0.54545456,0.5785124,0.61570245,0.6363636,0.6652893,0.6818182,0.6859504,0.73140496,0.7355372,0.74380165,0.75619835,0.7355372,0.7231405,0.7355372,0.72727275,0.7066116,0.677686,0.6198347,0.58677685,0.54545456,0.5165289,0.4090909,0.35950413,0.61570245,0.6363636,0.6735537,0.69008267,0.7107438,0.72727275,0.75619835,0.77272725,0.78099173,0.7892562,0.78512394,0.7933884,0.79752064,0.79752064,0.7933884,0.7933884,0.7933884,0.78099173,0.78099173,0.7768595,0.77272725,0.76033056,0.74793386,0.71900827,0.7066116,0.70247936,0.677686,0.677686,0.677686,0.69008267,0.6983471,0.72727275,0.75206614,0.78512394,0.8057851,0.8057851,0.7892562,0.76859504,0.7107438,0.61570245,0.54545456,0.5165289,0.5413223,0.59090906,0.62396693,0.661157,0.6818182,0.6942149,0.71900827,0.74380165,0.75206614,0.76033056,0.76033056,0.73966944,0.72727275,0.7231405,0.70247936,0.677686,0.6280992,0.58677685,0.5247934,0.5041322,0.39256197,0.3677686,0.6363636,0.6198347,0.6570248,0.677686,0.71487606,0.73140496,0.75206614,0.7644628,0.78512394,0.7892562,0.78512394,0.78512394,0.7933884,0.7933884,0.7933884,0.7892562,0.78512394,0.76033056,0.76859504,0.77272725,0.75206614,0.75619835,0.7355372,0.6983471,0.6694215,0.661157,0.6322314,0.6446281,0.661157,0.6818182,0.7066116,0.73140496,0.76859504,0.8057851,0.80991733,0.8016529,0.78512394,0.77272725,0.72727275,0.6404959,0.5206612,0.4752066,0.4876033,0.5206612,0.5785124,0.6363636,0.6652893,0.6818182,0.7107438,0.74793386,0.73966944,0.75206614,0.76033056,0.74380165,0.7231405,0.7066116,0.677686,0.6570248,0.61157024,0.55785125,0.5,0.47933885,0.39256197,0.3553719,0.6280992,0.6198347,0.6363636,0.6652893,0.6942149,0.72727275,0.74793386,0.76033056,0.7768595,0.78512394,0.7768595,0.77272725,0.78512394,0.78512394,0.78512394,0.78099173,0.78099173,0.73966944,0.74793386,0.76859504,0.74793386,0.72727275,0.69008267,0.6487603,0.61570245,0.62396693,0.6280992,0.6404959,0.6404959,0.6818182,0.71900827,0.73140496,0.75619835,0.7892562,0.8016529,0.78512394,0.77272725,0.7644628,0.7107438,0.6363636,0.5082645,0.45454547,0.5082645,0.48347107,0.48347107,0.57024795,0.6363636,0.6735537,0.6983471,0.72727275,0.73140496,0.73140496,0.74380165,0.73140496,0.7066116,0.6859504,0.661157,0.6363636,0.58677685,0.53305787,0.49586776,0.46280992,0.36363637,0.35950413,0.6198347,0.62396693,0.6198347,0.6446281,0.6735537,0.7107438,0.7355372,0.74793386,0.76033056,0.78512394,0.77272725,0.75619835,0.76859504,0.77272725,0.76859504,0.77272725,0.77272725,0.75206614,0.74793386,0.74793386,0.72727275,0.6735537,0.61570245,0.59090906,0.59504133,0.6570248,0.6487603,0.6570248,0.6404959,0.677686,0.7107438,0.7107438,0.72727275,0.7768595,0.7892562,0.77272725,0.76033056,0.75619835,0.70247936,0.61157024,0.5041322,0.47107437,0.5495868,0.5165289,0.4338843,0.49586776,0.57024795,0.6280992,0.6735537,0.69008267,0.7231405,0.7231405,0.71900827,0.7107438,0.6942149,0.6694215,0.6487603,0.607438,0.553719,0.5123967,0.47933885,0.45041323,0.3305785,0.3677686,0.6198347,0.62396693,0.59504133,0.6198347,0.6528926,0.6859504,0.71487606,0.72727275,0.74380165,0.76859504,0.7644628,0.74793386,0.76033056,0.75619835,0.74380165,0.74793386,0.75619835,0.73966944,0.7231405,0.70247936,0.661157,0.61570245,0.56198347,0.5413223,0.59917355,0.6735537,0.6694215,0.661157,0.6404959,0.6694215,0.6859504,0.6859504,0.7107438,0.76033056,0.78099173,0.77272725,0.75619835,0.75619835,0.6983471,0.59917355,0.5041322,0.4876033,0.5413223,0.5206612,0.44214877,0.4752066,0.5247934,0.57024795,0.62396693,0.6487603,0.6818182,0.6942149,0.6859504,0.677686,0.6652893,0.6487603,0.6280992,0.58264464,0.5289256,0.4876033,0.46280992,0.42561984,0.33471075,0.3553719,0.59504133,0.60330576,0.5785124,0.57438016,0.6404959,0.6694215,0.69008267,0.7066116,0.7231405,0.73966944,0.75206614,0.73966944,0.76033056,0.75206614,0.73140496,0.72727275,0.73140496,0.7066116,0.6735537,0.6363636,0.60330576,0.59917355,0.57024795,0.49586776,0.57438016,0.6322314,0.6322314,0.6404959,0.6198347,0.6322314,0.6487603,0.6694215,0.6942149,0.7355372,0.76033056,0.74380165,0.74380165,0.7355372,0.6859504,0.59917355,0.49586776,0.46694216,0.49586776,0.4876033,0.45041323,0.4876033,0.5247934,0.5371901,0.55785125,0.59917355,0.62396693,0.6487603,0.6652893,0.6404959,0.6404959,0.6322314,0.59504133,0.56198347,0.5041322,0.46280992,0.44214877,0.38842976,0.338843,0.33471075,0.56198347,0.57024795,0.59090906,0.57024795,0.6363636,0.6570248,0.6818182,0.6983471,0.7066116,0.7107438,0.72727275,0.71900827,0.72727275,0.7355372,0.71487606,0.7066116,0.69008267,0.6528926,0.6198347,0.59917355,0.59917355,0.61570245,0.61157024,0.5661157,0.54545456,0.553719,0.5785124,0.57438016,0.5661157,0.553719,0.58264464,0.60330576,0.6404959,0.6859504,0.6983471,0.6818182,0.6859504,0.69008267,0.6404959,0.55785125,0.45454547,0.42975205,0.43801653,0.45454547,0.45867768,0.5082645,0.553719,0.5413223,0.5413223,0.553719,0.5785124,0.59504133,0.6322314,0.62396693,0.6322314,0.61157024,0.56198347,0.5206612,0.47933885,0.45454547,0.4214876,0.35950413,0.338843,0.3429752,0.5206612,0.55785125,0.58264464,0.59917355,0.607438,0.62396693,0.6570248,0.6818182,0.69008267,0.7066116,0.7107438,0.6983471,0.70247936,0.6983471,0.6818182,0.6652893,0.62396693,0.55785125,0.58264464,0.59504133,0.61157024,0.6487603,0.6528926,0.6487603,0.6363636,0.46694216,0.45454547,0.4752066,0.42975205,0.4214876,0.46694216,0.5082645,0.553719,0.58264464,0.60330576,0.607438,0.61157024,0.607438,0.57024795,0.47933885,0.38842976,0.35950413,0.4090909,0.45041323,0.4752066,0.5123967,0.57438016,0.5785124,0.54545456,0.53305787,0.55785125,0.553719,0.59504133,0.58264464,0.59917355,0.5661157,0.5247934,0.49586776,0.46280992,0.44214877,0.4090909,0.338843,0.32231405,0.33471075,0.5082645,0.53305787,0.56198347,0.59090906,0.607438,0.61157024,0.62396693,0.6487603,0.6694215,0.6735537,0.6859504,0.6735537,0.6446281,0.6735537,0.6570248,0.6363636,0.59504133,0.5661157,0.58677685,0.6198347,0.6404959,0.6735537,0.69008267,0.6652893,0.6983471,0.5289256,0.36363637,0.3140496,0.24380165,0.21900827,0.28099173,0.40082645,0.46280992,0.46694216,0.46694216,0.5,0.5165289,0.49586776,0.46694216,0.39256197,0.28512397,0.3429752,0.446281,0.46280992,0.48347107,0.5041322,0.57438016,0.59917355,0.57438016,0.5289256,0.5165289,0.5206612,0.54545456,0.54545456,0.56198347,0.5247934,0.5082645,0.4752066,0.45454547,0.42975205,0.3966942,0.3140496,0.3264463,0.3181818,0.5082645,0.53305787,0.5371901,0.58264464,0.57438016,0.59504133,0.607438,0.61570245,0.6446281,0.6198347,0.6487603,0.6280992,0.6487603,0.6363636,0.62396693,0.59504133,0.59917355,0.59504133,0.61570245,0.6487603,0.6818182,0.6942149,0.70247936,0.6818182,0.69008267,0.6570248,0.49586776,0.338843,0.28099173,0.25619835,0.24380165,0.27272728,0.33471075,0.35950413,0.37603307,0.38016528,0.40082645,0.3966942,0.35950413,0.34710744,0.33471075,0.4214876,0.45041323,0.46280992,0.49173555,0.5041322,0.5371901,0.59090906,0.59917355,0.5661157,0.5289256,0.5082645,0.5123967,0.5165289,0.5206612,0.5206612,0.49586776,0.46694216,0.45041323,0.41322315,0.38016528,0.30165288,0.3181818,0.30165288,0.5082645,0.5123967,0.5413223,0.5413223,0.5495868,0.57438016,0.59090906,0.607438,0.62396693,0.6280992,0.6198347,0.61570245,0.6363636,0.61157024,0.59090906,0.59090906,0.59504133,0.62396693,0.6570248,0.677686,0.6983471,0.71487606,0.71900827,0.7066116,0.6735537,0.71487606,0.6694215,0.5,0.38016528,0.3264463,0.3181818,0.30165288,0.28099173,0.28099173,0.30578512,0.32231405,0.3305785,0.35950413,0.3677686,0.35950413,0.41322315,0.4338843,0.45867768,0.47107437,0.4752066,0.4876033,0.5,0.553719,0.56198347,0.54545456,0.5289256,0.5165289,0.5082645,0.49173555,0.5,0.5041322,0.4876033,0.45041323,0.43801653,0.4214876,0.3677686,0.2768595,0.30991736,0.3181818,0.5,0.4876033,0.5041322,0.5123967,0.5289256,0.5371901,0.56198347,0.59090906,0.60330576,0.62396693,0.607438,0.6198347,0.60330576,0.607438,0.59090906,0.58677685,0.58677685,0.61570245,0.6446281,0.6570248,0.6570248,0.6735537,0.6859504,0.70247936,0.69008267,0.6859504,0.6694215,0.59917355,0.5082645,0.38429752,0.33471075,0.30991736,0.30165288,0.29338843,0.28512397,0.30991736,0.338843,0.35950413,0.3677686,0.37190083,0.38429752,0.42561984,0.45454547,0.46280992,0.46694216,0.4752066,0.4752066,0.5165289,0.53305787,0.5082645,0.47107437,0.47107437,0.5247934,0.5,0.48347107,0.47933885,0.47107437,0.446281,0.41735536,0.4090909,0.3181818,0.27272728,0.29752067,0.29752067,0.49586776,0.4752066,0.47933885,0.5082645,0.5206612,0.5371901,0.54545456,0.57024795,0.58677685,0.59917355,0.59917355,0.60330576,0.60330576,0.58264464,0.5495868,0.55785125,0.59917355,0.59917355,0.6198347,0.62396693,0.6198347,0.6198347,0.6570248,0.6694215,0.6652893,0.6363636,0.60330576,0.59917355,0.5661157,0.49586776,0.4090909,0.3429752,0.338843,0.35950413,0.3553719,0.3429752,0.34710744,0.37190083,0.3429752,0.38016528,0.3966942,0.41322315,0.43801653,0.446281,0.45454547,0.47107437,0.45041323,0.4752066,0.49586776,0.5,0.47933885,0.4338843,0.5041322,0.49586776,0.47107437,0.46694216,0.45454547,0.42975205,0.40495867,0.3966942,0.28099173,0.2768595,0.2892562,0.29752067,0.46694216,0.4876033,0.47933885,0.49173555,0.49586776,0.5123967,0.5289256,0.553719,0.57438016,0.5785124,0.59504133,0.60330576,0.607438,0.5371901,0.5082645,0.553719,0.58264464,0.58677685,0.59090906,0.59917355,0.59090906,0.59917355,0.61157024,0.6363636,0.6322314,0.607438,0.58677685,0.57024795,0.553719,0.5206612,0.4752066,0.4338843,0.40495867,0.40082645,0.39256197,0.3677686,0.36363637,0.4090909,0.38016528,0.39256197,0.4214876,0.4338843,0.44214877,0.43801653,0.4338843,0.45867768,0.44214877,0.446281,0.45454547,0.47107437,0.46280992,0.43801653,0.5041322,0.5123967,0.46694216,0.45867768,0.4338843,0.4090909,0.40082645,0.33471075,0.2520661,0.2768595,0.2768595,0.2892562,0.45041323,0.45454547,0.47107437,0.46694216,0.47933885,0.5,0.5165289,0.53305787,0.5495868,0.5661157,0.5785124,0.59917355,0.58264464,0.46280992,0.5206612,0.5495868,0.55785125,0.5495868,0.553719,0.55785125,0.57024795,0.58677685,0.59090906,0.59917355,0.60330576,0.58677685,0.5785124,0.55785125,0.553719,0.5413223,0.5289256,0.5206612,0.48347107,0.44214877,0.43801653,0.42561984,0.39256197,0.42561984,0.4338843,0.41322315,0.446281,0.45867768,0.46280992,0.44214877,0.43801653,0.43801653,0.40495867,0.3677686,0.40082645,0.43801653,0.45041323,0.45041323,0.5165289,0.5123967,0.45867768,0.44214877,0.4090909,0.38429752,0.37190083,0.29752067,0.24793388,0.2603306,0.2644628,0.28099173,0.43801653,0.44214877,0.45867768,0.46694216,0.48347107,0.48347107,0.49173555,0.5165289,0.5371901,0.5495868,0.55785125,0.58264464,0.5661157,0.4752066,0.5247934,0.5371901,0.5165289,0.5082645,0.5041322,0.5123967,0.5289256,0.5661157,0.58677685,0.58264464,0.59090906,0.60330576,0.60330576,0.57024795,0.57438016,0.59917355,0.6198347,0.6322314,0.607438,0.553719,0.5247934,0.49586776,0.46280992,0.46694216,0.47933885,0.46694216,0.47107437,0.46280992,0.45041323,0.4338843,0.42561984,0.38842976,0.3264463,0.30165288,0.3429752,0.3966942,0.42975205,0.47107437,0.5206612,0.4876033,0.43801653,0.41322315,0.39256197,0.37190083,0.3264463,0.2520661,0.2520661,0.25619835,0.24793388,0.2644628,0.41735536,0.41735536,0.43801653,0.46694216,0.4752066,0.4752066,0.46694216,0.4876033,0.5206612,0.5289256,0.5495868,0.57024795,0.5785124,0.5247934,0.5247934,0.49586776,0.45454547,0.4214876,0.37603307,0.38842976,0.4090909,0.47107437,0.5,0.49586776,0.5165289,0.5289256,0.53305787,0.5123967,0.5,0.5289256,0.57438016,0.59917355,0.61157024,0.58677685,0.5661157,0.5371901,0.48347107,0.4752066,0.446281,0.42975205,0.4090909,0.38842976,0.3677686,0.338843,0.35123968,0.37603307,0.37190083,0.38016528,0.3677686,0.38429752,0.4338843,0.47933885,0.49586776,0.45454547,0.41322315,0.38429752,0.38842976,0.36363637,0.26859504,0.23140496,0.2520661,0.24380165,0.24380165,0.23966943,0.39256197,0.3966942,0.40495867,0.446281,0.45041323,0.4752066,0.46280992,0.45454547,0.45867768,0.49586776,0.53305787,0.5413223,0.5785124,0.55785125,0.5123967,0.46280992,0.4214876,0.3677686,0.33471075,0.33471075,0.3140496,0.30991736,0.3140496,0.30578512,0.33471075,0.3181818,0.3140496,0.32231405,0.3140496,0.3264463,0.34710744,0.36363637,0.38016528,0.40082645,0.41735536,0.40495867,0.3429752,0.33471075,0.30991736,0.2768595,0.28099173,0.29752067,0.30578512,0.3140496,0.35950413,0.4338843,0.45867768,0.45454547,0.41322315,0.40495867,0.43801653,0.46280992,0.45041323,0.4090909,0.38429752,0.36363637,0.35950413,0.30165288,0.23553719,0.23553719,0.24380165,0.2231405,0.23140496,0.2231405,0.35950413,0.40082645,0.38016528,0.41735536,0.4338843,0.46280992,0.45867768,0.446281,0.42975205,0.44214877,0.5,0.5289256,0.53305787,0.53305787,0.5,0.4752066,0.47933885,0.4752066,0.4876033,0.5041322,0.49173555,0.44214877,0.39256197,0.37603307,0.41735536,0.39256197,0.3264463,0.30578512,0.27272728,0.24793388,0.24380165,0.24380165,0.2520661,0.26859504,0.27272728,0.26859504,0.26859504,0.2892562,0.2768595,0.29338843,0.32231405,0.33471075,0.35123968,0.37190083,0.41735536,0.46280992,0.46694216,0.45867768,0.42975205,0.4090909,0.41735536,0.4090909,0.40495867,0.37190083,0.3677686,0.35950413,0.3181818,0.24793388,0.2231405,0.22727273,0.23140496,0.20661157,0.22727273,0.2107438,0.338843,0.37603307,0.37603307,0.39256197,0.3966942,0.4338843,0.44214877,0.4338843,0.4090909,0.40495867,0.44214877,0.47933885,0.47933885,0.47933885,0.49173555,0.48347107,0.5165289,0.553719,0.57438016,0.58677685,0.58264464,0.5661157,0.5247934,0.4876033,0.5206612,0.5661157,0.55785125,0.55785125,0.5123967,0.46694216,0.45041323,0.4214876,0.41322315,0.4090909,0.40082645,0.39256197,0.38016528,0.4090909,0.37190083,0.40495867,0.39256197,0.36363637,0.3677686,0.39256197,0.43801653,0.46694216,0.46280992,0.45041323,0.43801653,0.40495867,0.41735536,0.37603307,0.36363637,0.36363637,0.36363637,0.35123968,0.26859504,0.22727273,0.21900827,0.21900827,0.2231405,0.1983471,0.23140496,0.19421488,0.3966942,0.3264463,0.35950413,0.37603307,0.38429752,0.38842976,0.40495867,0.41322315,0.40495867,0.38842976,0.40082645,0.4214876,0.43801653,0.46280992,0.46280992,0.47107437,0.49586776,0.5371901,0.57024795,0.58677685,0.58677685,0.553719,0.5371901,0.48347107,0.4876033,0.5165289,0.5289256,0.60330576,0.6487603,0.6363636,0.6322314,0.6198347,0.61570245,0.62396693,0.59090906,0.5785124,0.5247934,0.5,0.47107437,0.41322315,0.36363637,0.35950413,0.37603307,0.41322315,0.45867768,0.46280992,0.45041323,0.42975205,0.41735536,0.4214876,0.40082645,0.38842976,0.35123968,0.34710744,0.3553719,0.27272728,0.2231405,0.23140496,0.21900827,0.20661157,0.21900827,0.1983471,0.22727273,0.19421488,0.47933885,0.3264463,0.32231405,0.35123968,0.38016528,0.38842976,0.38842976,0.40495867,0.4090909,0.40495867,0.4090909,0.39256197,0.43801653,0.42975205,0.45041323,0.46280992,0.46694216,0.4876033,0.5165289,0.5413223,0.5495868,0.5371901,0.53305787,0.45867768,0.42975205,0.4876033,0.47107437,0.46694216,0.5371901,0.59504133,0.58677685,0.58677685,0.58677685,0.59504133,0.58264464,0.553719,0.5371901,0.49173555,0.44214877,0.37603307,0.3553719,0.3677686,0.39256197,0.43801653,0.446281,0.446281,0.44214877,0.43801653,0.4214876,0.41735536,0.38842976,0.35950413,0.3553719,0.3305785,0.30165288,0.21487603,0.2107438,0.20661157,0.20661157,0.2107438,0.20247933,0.20247933,0.20247933,0.19008264,0.5123967,0.40495867,0.30991736,0.30578512,0.34710744,0.37603307,0.3677686,0.3677686,0.38842976,0.41735536,0.40082645,0.40082645,0.4214876,0.41322315,0.42975205,0.4338843,0.46280992,0.48347107,0.4876033,0.49586776,0.49173555,0.5,0.5082645,0.45041323,0.4338843,0.40082645,0.446281,0.4090909,0.42561984,0.46694216,0.47107437,0.4752066,0.5,0.5371901,0.53305787,0.5,0.49586776,0.45867768,0.45041323,0.35123968,0.37190083,0.39256197,0.40495867,0.42561984,0.43801653,0.43801653,0.446281,0.44214877,0.44214877,0.4214876,0.39256197,0.3553719,0.36363637,0.2892562,0.21900827,0.1983471,0.2107438,0.20661157,0.20247933,0.19008264,0.19421488,0.18595041,0.19008264,0.17355372,0.5247934,0.4752066,0.37190083,0.2768595,0.30578512,0.35950413,0.37190083,0.37190083,0.38429752,0.40495867,0.38842976,0.39256197,0.4214876,0.42561984,0.446281,0.44214877,0.45454547,0.4876033,0.4876033,0.48347107,0.49173555,0.49586776,0.4876033,0.4752066,0.4338843,0.37190083,0.3677686,0.3553719,0.37190083,0.3966942,0.38842976,0.38016528,0.38842976,0.3966942,0.4090909,0.38016528,0.38842976,0.37190083,0.3677686,0.35123968,0.38016528,0.40495867,0.4214876,0.4338843,0.43801653,0.45454547,0.45454547,0.45041323,0.43801653,0.40082645,0.38016528,0.35950413,0.3264463,0.2520661,0.18595041,0.19421488,0.1983471,0.1983471,0.18595041,0.1983471,0.17768595,0.19008264,0.17768595,0.18181819,0.53305787,0.5165289,0.446281,0.33471075,0.30991736,0.3181818,0.34710744,0.3677686,0.38842976,0.4090909,0.39256197,0.3966942,0.42561984,0.46280992,0.46694216,0.46694216,0.49586776,0.49586776,0.4876033,0.48347107,0.49586776,0.49586776,0.48347107,0.45867768,0.46280992,0.40495867,0.37190083,0.338843,0.32231405,0.3305785,0.3140496,0.29338843,0.28512397,0.2892562,0.2892562,0.2768595,0.3181818,0.30165288,0.32231405,0.34710744,0.40082645,0.41735536,0.4338843,0.446281,0.45041323,0.4752066,0.46280992,0.43801653,0.4090909,0.37603307,0.37603307,0.3264463,0.27272728,0.24793388,0.2231405,0.19421488,0.18181819,0.1983471,0.19008264,0.17768595,0.19421488,0.17355372,0.18181819,0.18181819,0.57438016,0.55785125,0.5041322,0.4090909,0.33471075,0.30165288,0.3264463,0.338843,0.35950413,0.38016528,0.40495867,0.4090909,0.41735536,0.45867768,0.4752066,0.47107437,0.5165289,0.53305787,0.5371901,0.5206612,0.5082645,0.5082645,0.48347107,0.46694216,0.46280992,0.43801653,0.39256197,0.37190083,0.338843,0.3140496,0.30165288,0.29752067,0.2892562,0.30165288,0.29752067,0.3140496,0.3305785,0.3677686,0.37603307,0.4090909,0.42561984,0.44214877,0.446281,0.46280992,0.46280992,0.47107437,0.46694216,0.40082645,0.38016528,0.37190083,0.38016528,0.21900827,0.22727273,0.26859504,0.2520661,0.21487603,0.19008264,0.20661157,0.18595041,0.17768595,0.17355372,0.16528925,0.20247933,0.15289256,0.62396693,0.57438016,0.5413223,0.47107437,0.3966942,0.30991736,0.3181818,0.3264463,0.338843,0.37190083,0.38842976,0.40495867,0.41322315,0.42975205,0.45041323,0.46694216,0.5123967,0.5289256,0.5661157,0.56198347,0.5413223,0.5413223,0.5123967,0.5082645,0.49173555,0.46280992,0.43801653,0.40495867,0.38842976,0.3677686,0.3553719,0.35950413,0.34710744,0.35950413,0.37603307,0.40082645,0.42561984,0.4338843,0.43801653,0.46280992,0.46280992,0.4876033,0.48347107,0.47933885,0.4752066,0.45454547,0.41735536,0.3677686,0.36363637,0.37190083,0.38016528,0.19421488,0.23140496,0.2603306,0.2603306,0.23140496,0.2107438,0.24380165,0.21900827,0.18595041,0.17768595,0.1694215,0.17355372,0.15289256,0.6404959,0.62396693,0.57438016,0.5,0.45454547,0.37190083,0.30578512,0.3140496,0.3305785,0.3553719,0.37603307,0.39256197,0.41735536,0.4214876,0.42561984,0.45867768,0.49586776,0.5206612,0.57024795,0.59504133,0.58264464,0.59090906,0.5785124,0.58264464,0.57024795,0.553719,0.54545456,0.5289256,0.5165289,0.5041322,0.4876033,0.48347107,0.46280992,0.47107437,0.4876033,0.49173555,0.5041322,0.5041322,0.49586776,0.5082645,0.49586776,0.5082645,0.49586776,0.47107437,0.46694216,0.43801653,0.38429752,0.3553719,0.34710744,0.35950413,0.38842976,0.1694215,0.24793388,0.26859504,0.25619835,0.2520661,0.23966943,0.23553719,0.24380165,0.23553719,0.21487603,0.20661157,0.18595041,0.1694215,0.6570248,0.6363636,0.61157024,0.5371901,0.49173555,0.4214876,0.3429752,0.30165288,0.3140496,0.34710744,0.35123968,0.38016528,0.40082645,0.40495867,0.41322315,0.43801653,0.45454547,0.5,0.553719,0.58677685,0.58677685,0.607438,0.61570245,0.6363636,0.6280992,0.6694215,0.6694215,0.69008267,0.6694215,0.6446281,0.6198347,0.60330576,0.5661157,0.5495868,0.553719,0.5495868,0.53305787,0.53305787,0.5247934,0.5247934,0.5082645,0.5,0.46694216,0.45454547,0.44214877,0.40082645,0.36363637,0.34710744,0.32231405,0.3966942,0.37190083,0.10743801,0.2603306,0.2768595,0.2603306,0.24793388,0.2520661,0.21900827,0.23553719,0.2520661,0.22727273,0.24380165,0.23966943,0.2107438,0.6652893,0.6322314,0.6404959,0.59090906,0.5247934,0.45867768,0.40495867,0.33471075,0.29752067,0.3140496,0.338843,0.338843,0.36363637,0.37190083,0.38842976,0.40082645,0.4214876,0.45867768,0.5123967,0.553719,0.57024795,0.59504133,0.61157024,0.6363636,0.6404959,0.69008267,0.6983471,0.71487606,0.6942149,0.6735537,0.6652893,0.6528926,0.62396693,0.59504133,0.59504133,0.58677685,0.55785125,0.54545456,0.5289256,0.5206612,0.49586776,0.4752066,0.446281,0.42975205,0.3966942,0.35123968,0.3264463,0.33471075,0.35123968,0.43801653,0.3140496,0.07438017,0.27272728,0.28512397,0.25619835,0.24793388,0.24793388,0.21487603,0.21900827,0.25619835,0.22727273,0.23140496,0.24793388,0.23966943,0.6570248,0.6652893,0.6570248,0.6322314,0.5785124,0.5247934,0.45454547,0.38429752,0.3264463,0.30165288,0.3181818,0.3305785,0.3305785,0.35123968,0.3677686,0.35950413,0.3966942,0.41735536,0.45867768,0.4876033,0.5206612,0.5495868,0.57024795,0.59504133,0.59090906,0.6322314,0.6652893,0.661157,0.6652893,0.6446281,0.62396693,0.607438,0.59917355,0.58677685,0.59090906,0.59504133,0.57438016,0.54545456,0.5247934,0.5123967,0.46694216,0.446281,0.4214876,0.40082645,0.338843,0.30991736,0.30578512,0.36363637,0.3966942,0.43801653,0.24380165,0.09917355,0.2768595,0.2768595,0.24793388,0.2603306,0.25619835,0.21487603,0.21487603,0.25619835,0.23553719,0.21900827,0.23553719,0.23966943,0.6322314,0.6652893,0.6652893,0.6363636,0.60330576,0.5785124,0.5247934,0.42561984,0.38016528,0.33471075,0.29338843,0.30578512,0.32231405,0.3305785,0.34710744,0.33471075,0.3553719,0.36363637,0.38429752,0.4214876,0.4752066,0.5041322,0.5247934,0.53305787,0.53305787,0.55785125,0.5785124,0.59504133,0.59917355,0.57438016,0.5247934,0.5,0.5,0.5041322,0.5123967,0.5206612,0.54545456,0.5082645,0.49586776,0.47107437,0.42975205,0.4090909,0.38429752,0.3553719,0.3181818,0.29752067,0.35123968,0.40495867,0.41322315,0.41322315,0.1694215,0.16528925,0.2768595,0.26859504,0.2603306,0.24793388,0.2520661,0.2231405,0.2231405,0.25619835,0.24793388,0.23553719,0.22727273,0.23553719,0.6363636,0.6487603,0.6487603,0.6446281,0.62396693,0.60330576,0.57438016,0.5041322,0.42561984,0.37190083,0.30991736,0.27272728,0.3181818,0.29752067,0.338843,0.3264463,0.34710744,0.3181818,0.3140496,0.35123968,0.40495867,0.43801653,0.4752066,0.4876033,0.48347107,0.4752066,0.47107437,0.48347107,0.47107437,0.45454547,0.42975205,0.4214876,0.41322315,0.41735536,0.44214877,0.45454547,0.45867768,0.446281,0.44214877,0.41322315,0.38842976,0.37603307,0.338843,0.30991736,0.29752067,0.33471075,0.40495867,0.4214876,0.41322315,0.3677686,0.12809917,0.2520661,0.2603306,0.26859504,0.2603306,0.25619835,0.24793388,0.2231405,0.22727273,0.2644628,0.25619835,0.2520661,0.22727273,0.24793388,0.6363636,0.6404959,0.6363636,0.6404959,0.6446281,0.6363636,0.59504133,0.553719,0.5082645,0.41322315,0.36363637,0.28099173,0.3181818,0.26859504,0.30991736,0.3140496,0.3181818,0.3140496,0.29338843,0.30165288,0.3140496,0.34710744,0.37190083,0.3966942,0.3966942,0.41735536,0.40495867,0.38842976,0.3553719,0.35123968,0.35950413,0.3677686,0.3553719,0.3553719,0.3966942,0.38842976,0.38842976,0.3966942,0.3677686,0.3553719,0.35950413,0.3264463,0.2644628,0.2892562,0.35123968,0.4090909,0.42975205,0.41735536,0.4214876,0.26859504,0.16115703,0.29752067,0.25619835,0.2644628,0.2644628,0.2644628,0.24380165,0.22727273,0.23140496,0.2644628,0.2603306,0.2603306,0.22727273,0.2644628,0.61570245,0.62396693,0.6322314,0.6363636,0.6487603,0.6198347,0.61570245,0.59090906,0.5495868,0.5041322,0.42975205,0.3553719,0.30991736,0.2644628,0.29752067,0.30991736,0.30578512,0.3140496,0.29338843,0.2768595,0.28099173,0.2768595,0.28512397,0.30165288,0.30991736,0.30991736,0.3305785,0.3140496,0.30578512,0.30578512,0.30578512,0.32231405,0.30991736,0.30165288,0.32231405,0.32231405,0.3305785,0.3181818,0.28512397,0.30165288,0.28512397,0.25619835,0.28512397,0.35123968,0.4090909,0.42975205,0.43801653,0.41322315,0.40495867,0.21487603,0.17768595,0.33471075,0.23553719,0.2644628,0.25619835,0.2603306,0.24380165,0.20661157,0.22727273,0.2768595,0.2520661,0.24793388,0.23553719,0.2768595,0.61570245,0.6280992,0.6404959,0.6404959,0.6446281,0.62396693,0.6280992,0.59090906,0.5785124,0.5413223,0.5123967,0.42975205,0.36363637,0.30578512,0.28512397,0.29752067,0.28512397,0.30165288,0.3140496,0.28099173,0.28512397,0.27272728,0.27272728,0.2644628,0.27272728,0.2603306,0.27272728,0.28512397,0.2768595,0.26859504,0.28512397,0.2892562,0.28099173,0.2768595,0.2768595,0.2603306,0.26859504,0.24793388,0.25619835,0.24793388,0.25619835,0.28099173,0.38016528,0.4214876,0.42561984,0.43801653,0.41322315,0.41322315,0.37603307,0.18181819,0.24793388,0.30991736,0.26859504,0.25619835,0.2603306,0.2644628,0.23966943,0.20661157,0.25619835,0.28512397,0.27272728,0.2644628,0.24793388,0.2644628,8 +0.5206612,0.553719,0.57438016,0.58264464,0.59504133,0.62396693,0.6446281,0.661157,0.6735537,0.6487603,0.6446281,0.6404959,0.6487603,0.6528926,0.6694215,0.6528926,0.661157,0.661157,0.6818182,0.69008267,0.70247936,0.7066116,0.70247936,0.73140496,0.7355372,0.74380165,0.74793386,0.74793386,0.74793386,0.74793386,0.74380165,0.74793386,0.75206614,0.73966944,0.73140496,0.74380165,0.74380165,0.7355372,0.7231405,0.73140496,0.7231405,0.7107438,0.72727275,0.6983471,0.6735537,0.6528926,0.6487603,0.61570245,0.61157024,0.60330576,0.57024795,0.59917355,0.58677685,0.58264464,0.58677685,0.59090906,0.54545456,0.5082645,0.4876033,0.46280992,0.42975205,0.3264463,0.1446281,0.08264463,0.5082645,0.5413223,0.58264464,0.58677685,0.59090906,0.6198347,0.6446281,0.6570248,0.6652893,0.6570248,0.6404959,0.6487603,0.6487603,0.6446281,0.661157,0.6570248,0.6446281,0.6446281,0.6528926,0.661157,0.677686,0.70247936,0.6942149,0.7231405,0.7355372,0.73966944,0.73966944,0.74380165,0.73966944,0.74793386,0.75206614,0.74380165,0.74793386,0.74793386,0.73966944,0.74380165,0.74380165,0.71900827,0.71487606,0.72727275,0.72727275,0.71487606,0.7066116,0.6983471,0.6735537,0.6570248,0.6487603,0.6322314,0.59090906,0.60330576,0.59504133,0.59090906,0.58264464,0.58677685,0.5785124,0.58677685,0.553719,0.5247934,0.5,0.45041323,0.42561984,0.35950413,0.12396694,0.08677686,0.5247934,0.553719,0.58264464,0.58677685,0.59917355,0.61157024,0.6363636,0.6446281,0.6528926,0.661157,0.6487603,0.6528926,0.6570248,0.6528926,0.6528926,0.6694215,0.6652893,0.6652893,0.6652893,0.677686,0.6983471,0.7066116,0.6942149,0.73140496,0.74793386,0.73966944,0.7355372,0.75206614,0.74380165,0.74380165,0.74793386,0.74380165,0.73966944,0.75206614,0.75619835,0.74793386,0.75206614,0.7355372,0.71900827,0.73140496,0.7355372,0.7231405,0.6983471,0.6983471,0.677686,0.6694215,0.6570248,0.6446281,0.6280992,0.59917355,0.6198347,0.59917355,0.58677685,0.59090906,0.59504133,0.58677685,0.55785125,0.53305787,0.4876033,0.45867768,0.41735536,0.37603307,0.15289256,0.08264463,0.5371901,0.55785125,0.5661157,0.58677685,0.607438,0.61570245,0.6404959,0.6570248,0.6735537,0.677686,0.6694215,0.6694215,0.6735537,0.6818182,0.677686,0.69008267,0.6983471,0.6983471,0.7066116,0.71487606,0.72727275,0.71487606,0.7107438,0.75206614,0.74380165,0.75619835,0.75206614,0.75619835,0.74380165,0.73966944,0.75206614,0.74380165,0.7355372,0.74380165,0.75206614,0.7355372,0.71487606,0.71900827,0.7355372,0.73966944,0.74380165,0.73966944,0.71900827,0.71900827,0.6983471,0.6818182,0.6735537,0.6652893,0.6363636,0.61570245,0.6198347,0.607438,0.59504133,0.59917355,0.61157024,0.59504133,0.56198347,0.5371901,0.48347107,0.45454547,0.42561984,0.37603307,0.17355372,0.07438017,0.5413223,0.56198347,0.5661157,0.58264464,0.61157024,0.6404959,0.6570248,0.6528926,0.6818182,0.6818182,0.6983471,0.677686,0.6983471,0.70247936,0.7107438,0.7107438,0.71900827,0.72727275,0.72727275,0.73140496,0.74793386,0.75206614,0.74793386,0.7644628,0.76033056,0.7768595,0.77272725,0.7644628,0.74793386,0.73966944,0.74793386,0.75206614,0.76033056,0.75206614,0.75206614,0.75206614,0.7107438,0.71487606,0.7355372,0.74380165,0.74793386,0.74793386,0.73966944,0.72727275,0.7107438,0.70247936,0.69008267,0.6735537,0.6446281,0.6322314,0.62396693,0.6280992,0.61570245,0.61570245,0.6198347,0.60330576,0.57024795,0.5289256,0.47933885,0.446281,0.4338843,0.38842976,0.18595041,0.08264463,0.553719,0.5661157,0.58677685,0.607438,0.6280992,0.6570248,0.6694215,0.6652893,0.69008267,0.6983471,0.7066116,0.7066116,0.7231405,0.7231405,0.73140496,0.73140496,0.7355372,0.73966944,0.74380165,0.73966944,0.75619835,0.74793386,0.7768595,0.7768595,0.78512394,0.7768595,0.78099173,0.7768595,0.76033056,0.75619835,0.75206614,0.76033056,0.7768595,0.76859504,0.76859504,0.77272725,0.7644628,0.74793386,0.7644628,0.7644628,0.75206614,0.75619835,0.73966944,0.73140496,0.71487606,0.7066116,0.7066116,0.6818182,0.661157,0.661157,0.6487603,0.6528926,0.6404959,0.6322314,0.6322314,0.61157024,0.58264464,0.5371901,0.46280992,0.44214877,0.446281,0.4090909,0.2107438,0.07438017,0.55785125,0.5661157,0.60330576,0.61570245,0.6404959,0.6694215,0.6735537,0.677686,0.7066116,0.7231405,0.7231405,0.74380165,0.74380165,0.74380165,0.74380165,0.75206614,0.74793386,0.74380165,0.76033056,0.7644628,0.77272725,0.76033056,0.76859504,0.7892562,0.7933884,0.78099173,0.78099173,0.7768595,0.7644628,0.77272725,0.7768595,0.76859504,0.78099173,0.7768595,0.7768595,0.78099173,0.7768595,0.76859504,0.76859504,0.7768595,0.75619835,0.74793386,0.74793386,0.73140496,0.71900827,0.7107438,0.71487606,0.69008267,0.6859504,0.6735537,0.6735537,0.6694215,0.6652893,0.6570248,0.6487603,0.6446281,0.57438016,0.5206612,0.48347107,0.446281,0.44214877,0.4338843,0.23140496,0.06198347,0.55785125,0.5785124,0.60330576,0.6280992,0.661157,0.677686,0.71487606,0.7066116,0.7107438,0.71900827,0.74380165,0.74793386,0.75206614,0.7644628,0.76859504,0.7644628,0.75619835,0.74793386,0.77272725,0.76859504,0.78512394,0.7768595,0.7768595,0.78512394,0.78512394,0.78512394,0.78099173,0.77272725,0.7768595,0.78512394,0.78099173,0.7768595,0.7768595,0.78512394,0.7768595,0.7768595,0.7768595,0.76859504,0.76859504,0.7644628,0.75619835,0.74380165,0.73966944,0.72727275,0.7231405,0.71487606,0.7107438,0.70247936,0.7066116,0.69008267,0.6942149,0.6859504,0.6818182,0.6859504,0.6652893,0.6363636,0.59504133,0.5371901,0.49586776,0.45041323,0.4338843,0.44214877,0.2520661,0.07024793,0.56198347,0.59917355,0.607438,0.6322314,0.6652893,0.6942149,0.71900827,0.73140496,0.73966944,0.73966944,0.75206614,0.75206614,0.75206614,0.76033056,0.77272725,0.77272725,0.75619835,0.75619835,0.76859504,0.76859504,0.78099173,0.78099173,0.77272725,0.7644628,0.76859504,0.76859504,0.76859504,0.7644628,0.7768595,0.78512394,0.78099173,0.77272725,0.76859504,0.78099173,0.7768595,0.7768595,0.76859504,0.75619835,0.75206614,0.74793386,0.74793386,0.73966944,0.7231405,0.73966944,0.7107438,0.71900827,0.7066116,0.71487606,0.7066116,0.6983471,0.6983471,0.6983471,0.6818182,0.6818182,0.677686,0.6446281,0.59917355,0.5661157,0.5206612,0.44214877,0.43801653,0.446281,0.27272728,0.09090909,0.55785125,0.59917355,0.607438,0.6404959,0.677686,0.6983471,0.71487606,0.71487606,0.73966944,0.7355372,0.7231405,0.72727275,0.7355372,0.75206614,0.73966944,0.74380165,0.74380165,0.73966944,0.74793386,0.75206614,0.7644628,0.75206614,0.74380165,0.7231405,0.74380165,0.75619835,0.75206614,0.75206614,0.75619835,0.76033056,0.78512394,0.76033056,0.76033056,0.7768595,0.7644628,0.76033056,0.74793386,0.73966944,0.7355372,0.72727275,0.7231405,0.7107438,0.71900827,0.74793386,0.71900827,0.7355372,0.71487606,0.7066116,0.69008267,0.6735537,0.6735537,0.6694215,0.6322314,0.6280992,0.61570245,0.61157024,0.56198347,0.58677685,0.5661157,0.47933885,0.4338843,0.45867768,0.30991736,0.09504132,0.5661157,0.58677685,0.61157024,0.6446281,0.6487603,0.6487603,0.6404959,0.60330576,0.61570245,0.58264464,0.56198347,0.5785124,0.61157024,0.6280992,0.62396693,0.6446281,0.69008267,0.69008267,0.6859504,0.71487606,0.7231405,0.7231405,0.71900827,0.7107438,0.7231405,0.73140496,0.71487606,0.7231405,0.7355372,0.72727275,0.75619835,0.74793386,0.74380165,0.75206614,0.73140496,0.7231405,0.71900827,0.7107438,0.7066116,0.6983471,0.69008267,0.677686,0.71900827,0.7066116,0.7066116,0.70247936,0.6735537,0.6528926,0.62396693,0.59917355,0.58677685,0.54545456,0.49173555,0.46694216,0.40495867,0.41735536,0.4214876,0.47933885,0.5165289,0.49173555,0.41735536,0.45041323,0.3429752,0.11570248,0.57438016,0.60330576,0.58264464,0.5495868,0.5123967,0.49586776,0.45041323,0.38016528,0.40082645,0.40495867,0.4090909,0.4338843,0.45041323,0.45041323,0.44214877,0.446281,0.5289256,0.54545456,0.56198347,0.607438,0.6404959,0.661157,0.6694215,0.6735537,0.677686,0.6859504,0.6818182,0.6694215,0.7107438,0.71900827,0.7107438,0.71900827,0.71487606,0.71487606,0.6983471,0.6859504,0.6818182,0.661157,0.6487603,0.6363636,0.61157024,0.6198347,0.6570248,0.6487603,0.607438,0.58677685,0.53305787,0.5041322,0.4876033,0.42975205,0.40082645,0.37603307,0.34710744,0.32231405,0.2520661,0.2644628,0.24793388,0.2520661,0.28099173,0.36363637,0.4214876,0.45041323,0.38429752,0.16115703,0.57438016,0.5413223,0.4214876,0.3181818,0.34710744,0.35950413,0.30578512,0.2768595,0.29338843,0.3140496,0.3181818,0.32231405,0.3140496,0.3140496,0.30165288,0.27272728,0.28512397,0.33471075,0.3140496,0.38429752,0.446281,0.5165289,0.5413223,0.57024795,0.59090906,0.59090906,0.61157024,0.6198347,0.6487603,0.661157,0.6694215,0.6735537,0.6735537,0.6694215,0.661157,0.6363636,0.61570245,0.59504133,0.57024795,0.5661157,0.5041322,0.5206612,0.53305787,0.49173555,0.41735536,0.35123968,0.30578512,0.2892562,0.28512397,0.2644628,0.2520661,0.25619835,0.25619835,0.2644628,0.2644628,0.27272728,0.26859504,0.26859504,0.24380165,0.23966943,0.28099173,0.40082645,0.42975205,0.25619835,0.5413223,0.4752066,0.40495867,0.3140496,0.32231405,0.3429752,0.33471075,0.3305785,0.33471075,0.3264463,0.3264463,0.28099173,0.23966943,0.25619835,0.23140496,0.20247933,0.19008264,0.20661157,0.2231405,0.1983471,0.22727273,0.28512397,0.3181818,0.3677686,0.44214877,0.45454547,0.5165289,0.553719,0.5785124,0.59504133,0.60330576,0.61157024,0.607438,0.61157024,0.59917355,0.5785124,0.5371901,0.5206612,0.47933885,0.45454547,0.4090909,0.39256197,0.3966942,0.3181818,0.21900827,0.1983471,0.20661157,0.20247933,0.20247933,0.16528925,0.1983471,0.23966943,0.2603306,0.3140496,0.3140496,0.33471075,0.338843,0.36363637,0.3429752,0.3140496,0.30578512,0.3966942,0.45867768,0.30578512,0.54545456,0.43801653,0.38842976,0.35950413,0.35123968,0.35950413,0.3553719,0.338843,0.3140496,0.28512397,0.27272728,0.24380165,0.21487603,0.21487603,0.18595041,0.18595041,0.1446281,0.1570248,0.17355372,0.15289256,0.17355372,0.17768595,0.20247933,0.23553719,0.3181818,0.33471075,0.4090909,0.43801653,0.5,0.5082645,0.54545456,0.553719,0.56198347,0.56198347,0.56198347,0.5289256,0.49173555,0.45867768,0.38429752,0.3553719,0.3429752,0.30991736,0.2892562,0.21900827,0.1694215,0.14049587,0.14049587,0.13636364,0.16115703,0.16528925,0.18595041,0.19421488,0.2107438,0.2603306,0.25619835,0.2644628,0.3181818,0.38429752,0.4090909,0.38842976,0.39256197,0.41322315,0.46694216,0.3429752,0.56198347,0.45454547,0.39256197,0.38016528,0.36363637,0.34710744,0.3181818,0.2603306,0.21900827,0.1983471,0.1983471,0.2107438,0.19008264,0.15289256,0.10743801,0.15289256,0.11157025,0.12809917,0.12809917,0.1446281,0.1694215,0.14876033,0.17355372,0.23140496,0.29752067,0.28512397,0.3553719,0.38016528,0.4214876,0.45454547,0.5123967,0.54545456,0.5495868,0.5661157,0.55785125,0.5082645,0.446281,0.4090909,0.3264463,0.3181818,0.30578512,0.2603306,0.2231405,0.19008264,0.15289256,0.1322314,0.09917355,0.08677686,0.1694215,0.12809917,0.1983471,0.25619835,0.20661157,0.16528925,0.19421488,0.20661157,0.23140496,0.30991736,0.38429752,0.41735536,0.43801653,0.4338843,0.45041323,0.41735536,0.58677685,0.54545456,0.45454547,0.40082645,0.35123968,0.30578512,0.27272728,0.21487603,0.1694215,0.16115703,0.20661157,0.2892562,0.25619835,0.14049587,0.11983471,0.1983471,0.13636364,0.1322314,0.13636364,0.20661157,0.20247933,0.18595041,0.17768595,0.18181819,0.2603306,0.27272728,0.3181818,0.3429752,0.3966942,0.45041323,0.5165289,0.553719,0.5661157,0.57024795,0.5661157,0.5289256,0.45867768,0.41322315,0.3264463,0.30165288,0.22727273,0.2107438,0.19421488,0.21487603,0.1694215,0.12809917,0.09917355,0.11157025,0.20247933,0.1570248,0.21487603,0.446281,0.4090909,0.28512397,0.18595041,0.19008264,0.2231405,0.29338843,0.37190083,0.44214877,0.4752066,0.45454547,0.45867768,0.4338843,0.6446281,0.6198347,0.5785124,0.5206612,0.44214877,0.36363637,0.3305785,0.28099173,0.2520661,0.2603306,0.28099173,0.3966942,0.3677686,0.19421488,0.1570248,0.15289256,0.1570248,0.15289256,0.19421488,0.3429752,0.338843,0.2231405,0.22727273,0.20247933,0.24380165,0.23966943,0.29338843,0.3140496,0.36363637,0.45867768,0.54545456,0.59917355,0.61157024,0.6198347,0.6363636,0.5785124,0.5,0.4338843,0.29752067,0.2644628,0.23966943,0.21487603,0.22727273,0.30578512,0.2520661,0.17355372,0.14876033,0.13636364,0.15289256,0.16528925,0.2644628,0.4752066,0.45041323,0.37190083,0.2892562,0.29338843,0.338843,0.37603307,0.41322315,0.46694216,0.49586776,0.4752066,0.46280992,0.4338843,0.6652893,0.6735537,0.6652893,0.6363636,0.59504133,0.56198347,0.5206612,0.47107437,0.40495867,0.40082645,0.46694216,0.46694216,0.47933885,0.34710744,0.22727273,0.1983471,0.19008264,0.20661157,0.29338843,0.4214876,0.42561984,0.35123968,0.20247933,0.25619835,0.29338843,0.30165288,0.28099173,0.27272728,0.338843,0.47933885,0.59090906,0.6570248,0.6859504,0.69008267,0.6942149,0.6404959,0.53305787,0.4090909,0.33471075,0.3429752,0.32231405,0.2768595,0.2892562,0.34710744,0.34710744,0.2520661,0.20247933,0.17355372,0.18181819,0.24793388,0.4214876,0.49586776,0.446281,0.38429752,0.36363637,0.38016528,0.4214876,0.446281,0.45454547,0.4876033,0.5165289,0.4876033,0.47107437,0.44214877,0.677686,0.6859504,0.6818182,0.677686,0.6735537,0.661157,0.6322314,0.58677685,0.5413223,0.46694216,0.5041322,0.47933885,0.5413223,0.53305787,0.45867768,0.40082645,0.35950413,0.36363637,0.40082645,0.41322315,0.35950413,0.3140496,0.27272728,0.2644628,0.35123968,0.36363637,0.3264463,0.28512397,0.3429752,0.49586776,0.6280992,0.7066116,0.75619835,0.76033056,0.74793386,0.7231405,0.57438016,0.40495867,0.41735536,0.43801653,0.4090909,0.3966942,0.3677686,0.36363637,0.38842976,0.36363637,0.3181818,0.2892562,0.33471075,0.3966942,0.48347107,0.47933885,0.46280992,0.4090909,0.37190083,0.4214876,0.45867768,0.48347107,0.49173555,0.5,0.5041322,0.5,0.4752066,0.446281,0.6735537,0.6735537,0.677686,0.69008267,0.69008267,0.6694215,0.6446281,0.6198347,0.58264464,0.54545456,0.5289256,0.47107437,0.48347107,0.49586776,0.5,0.5041322,0.49173555,0.47107437,0.446281,0.4090909,0.3677686,0.338843,0.3264463,0.33471075,0.35950413,0.35950413,0.34710744,0.34710744,0.41735536,0.553719,0.661157,0.7355372,0.78512394,0.7933884,0.7892562,0.75619835,0.6280992,0.45041323,0.43801653,0.45041323,0.40082645,0.37603307,0.35950413,0.3305785,0.3429752,0.36363637,0.3677686,0.37190083,0.41735536,0.40082645,0.41735536,0.4214876,0.41735536,0.40495867,0.41735536,0.45454547,0.47933885,0.5041322,0.5123967,0.5082645,0.5247934,0.48347107,0.4752066,0.446281,0.661157,0.6652893,0.6735537,0.6859504,0.6818182,0.6694215,0.6363636,0.61157024,0.5495868,0.5082645,0.5123967,0.49173555,0.49586776,0.47107437,0.45867768,0.45867768,0.44214877,0.4214876,0.40495867,0.3677686,0.3677686,0.32231405,0.338843,0.3305785,0.338843,0.35950413,0.3966942,0.45041323,0.5247934,0.6198347,0.6818182,0.74793386,0.8016529,0.8181818,0.8016529,0.78099173,0.69008267,0.5247934,0.45867768,0.44214877,0.4090909,0.36363637,0.3305785,0.29752067,0.2892562,0.30165288,0.33471075,0.33471075,0.35950413,0.3677686,0.38842976,0.3966942,0.41322315,0.41735536,0.446281,0.46694216,0.48347107,0.5082645,0.5289256,0.5165289,0.5165289,0.49586776,0.46694216,0.44214877,0.6528926,0.6652893,0.6694215,0.6859504,0.6942149,0.6859504,0.6652893,0.6363636,0.56198347,0.47933885,0.42975205,0.39256197,0.39256197,0.40495867,0.39256197,0.38016528,0.36363637,0.35950413,0.35123968,0.3264463,0.3264463,0.3140496,0.35123968,0.37603307,0.40495867,0.45867768,0.5123967,0.57438016,0.62396693,0.6570248,0.6818182,0.74380165,0.7933884,0.822314,0.8016529,0.7892562,0.72727275,0.58677685,0.5082645,0.46694216,0.45041323,0.4338843,0.39256197,0.3429752,0.3264463,0.29752067,0.30165288,0.3140496,0.3305785,0.35123968,0.38842976,0.40082645,0.4090909,0.41735536,0.46280992,0.49586776,0.5165289,0.5206612,0.5495868,0.5247934,0.5123967,0.49586776,0.48347107,0.446281,0.6446281,0.6694215,0.677686,0.6942149,0.7107438,0.7107438,0.71487606,0.70247936,0.6446281,0.59090906,0.5289256,0.43801653,0.38842976,0.36363637,0.34710744,0.34710744,0.33471075,0.338843,0.35123968,0.33471075,0.36363637,0.42975205,0.49586776,0.53305787,0.5661157,0.60330576,0.6280992,0.6570248,0.6942149,0.6570248,0.6735537,0.73966944,0.79752064,0.80991733,0.79752064,0.7892562,0.73140496,0.59504133,0.53305787,0.53305787,0.5123967,0.4876033,0.46694216,0.42975205,0.38842976,0.36363637,0.33471075,0.35950413,0.36363637,0.37603307,0.40082645,0.41735536,0.43801653,0.45454547,0.49173555,0.5289256,0.5495868,0.5495868,0.55785125,0.5289256,0.5371901,0.5041322,0.48347107,0.45041323,0.6404959,0.6652893,0.677686,0.6818182,0.6983471,0.6983471,0.7066116,0.72727275,0.6942149,0.6652893,0.6446281,0.57438016,0.5289256,0.47933885,0.43801653,0.42975205,0.42561984,0.4338843,0.45454547,0.45867768,0.5413223,0.607438,0.6404959,0.6570248,0.661157,0.6694215,0.661157,0.6570248,0.6818182,0.6735537,0.6570248,0.71900827,0.8057851,0.7933884,0.7892562,0.78512394,0.7107438,0.58264464,0.54545456,0.5661157,0.553719,0.54545456,0.55785125,0.553719,0.5123967,0.47933885,0.446281,0.4214876,0.4214876,0.42975205,0.446281,0.46280992,0.4752066,0.5041322,0.5289256,0.56198347,0.5661157,0.57438016,0.55785125,0.53305787,0.5289256,0.5123967,0.5,0.446281,0.6487603,0.6818182,0.677686,0.6735537,0.6859504,0.69008267,0.6859504,0.7107438,0.7066116,0.70247936,0.69008267,0.6652893,0.6487603,0.6487603,0.6322314,0.61157024,0.6280992,0.6280992,0.6570248,0.6735537,0.7066116,0.71900827,0.71487606,0.6983471,0.6818182,0.677686,0.6735537,0.6735537,0.677686,0.6735537,0.6570248,0.69008267,0.78512394,0.79752064,0.7933884,0.78099173,0.70247936,0.58264464,0.56198347,0.5661157,0.553719,0.5661157,0.58677685,0.607438,0.60330576,0.5785124,0.58264464,0.56198347,0.553719,0.5289256,0.5206612,0.5289256,0.5247934,0.553719,0.553719,0.57024795,0.57438016,0.58264464,0.5661157,0.553719,0.5413223,0.5371901,0.5041322,0.43801653,0.6363636,0.6652893,0.677686,0.6818182,0.70247936,0.7231405,0.7107438,0.72727275,0.7355372,0.73966944,0.7355372,0.7355372,0.7355372,0.7355372,0.74380165,0.73966944,0.77272725,0.74380165,0.76033056,0.75619835,0.75206614,0.72727275,0.73140496,0.7066116,0.677686,0.6694215,0.6735537,0.6859504,0.69008267,0.6652893,0.6694215,0.6983471,0.7644628,0.79752064,0.79752064,0.7768595,0.71900827,0.607438,0.57438016,0.5661157,0.553719,0.57024795,0.58677685,0.6280992,0.62396693,0.6280992,0.6404959,0.6280992,0.6404959,0.6322314,0.6198347,0.6198347,0.61157024,0.60330576,0.607438,0.61157024,0.607438,0.60330576,0.5785124,0.5661157,0.553719,0.54545456,0.5082645,0.44214877,0.61157024,0.6404959,0.6694215,0.677686,0.70247936,0.7355372,0.7355372,0.76033056,0.77272725,0.7644628,0.76859504,0.7768595,0.7768595,0.77272725,0.78099173,0.78099173,0.77272725,0.76859504,0.76859504,0.76859504,0.74380165,0.71487606,0.71487606,0.70247936,0.6942149,0.6818182,0.677686,0.69008267,0.6942149,0.677686,0.6735537,0.69008267,0.75206614,0.7933884,0.8057851,0.78099173,0.72727275,0.6363636,0.59090906,0.5785124,0.57024795,0.5661157,0.58677685,0.6280992,0.6322314,0.6404959,0.661157,0.6487603,0.6652893,0.677686,0.6859504,0.6942149,0.677686,0.6487603,0.6735537,0.6818182,0.6694215,0.661157,0.6198347,0.58677685,0.57024795,0.5495868,0.5082645,0.43801653,0.59917355,0.6322314,0.6528926,0.69008267,0.6694215,0.72727275,0.74380165,0.76033056,0.77272725,0.7644628,0.77272725,0.78099173,0.78512394,0.78512394,0.7768595,0.78099173,0.76859504,0.76033056,0.75206614,0.73966944,0.73966944,0.71900827,0.7066116,0.70247936,0.69008267,0.6818182,0.677686,0.6942149,0.70247936,0.69008267,0.69008267,0.6859504,0.74380165,0.79752064,0.8140496,0.7768595,0.71487606,0.6487603,0.61570245,0.60330576,0.58264464,0.5785124,0.58264464,0.6280992,0.6404959,0.6487603,0.6652893,0.6735537,0.6983471,0.70247936,0.7231405,0.72727275,0.7231405,0.7107438,0.6983471,0.7107438,0.6983471,0.6818182,0.6487603,0.60330576,0.57024795,0.5371901,0.5,0.42561984,0.59917355,0.607438,0.6404959,0.6694215,0.6983471,0.71487606,0.73966944,0.76033056,0.76859504,0.7644628,0.77272725,0.7768595,0.78099173,0.78512394,0.76859504,0.7768595,0.76033056,0.75206614,0.75619835,0.74793386,0.73140496,0.71487606,0.6942149,0.6859504,0.6735537,0.661157,0.6652893,0.6859504,0.70247936,0.6983471,0.70247936,0.7231405,0.7644628,0.79752064,0.8016529,0.7892562,0.75206614,0.6983471,0.6322314,0.6363636,0.57438016,0.553719,0.57438016,0.61157024,0.6404959,0.661157,0.6818182,0.6983471,0.71487606,0.7231405,0.74380165,0.73966944,0.75206614,0.7355372,0.70247936,0.7066116,0.6983471,0.6818182,0.6446281,0.59504133,0.553719,0.5206612,0.47933885,0.41322315,0.59090906,0.58677685,0.6198347,0.6528926,0.69008267,0.7066116,0.73140496,0.75206614,0.75619835,0.75619835,0.76859504,0.76859504,0.7768595,0.77272725,0.76033056,0.76033056,0.7355372,0.73140496,0.74793386,0.72727275,0.7107438,0.6942149,0.6694215,0.6322314,0.6322314,0.607438,0.6404959,0.6570248,0.6818182,0.6942149,0.71487606,0.74380165,0.7768595,0.79752064,0.8016529,0.7892562,0.77272725,0.7355372,0.6528926,0.6198347,0.54545456,0.5041322,0.5206612,0.5495868,0.607438,0.6487603,0.677686,0.70247936,0.7231405,0.73140496,0.74380165,0.7355372,0.74793386,0.74380165,0.71487606,0.6983471,0.677686,0.661157,0.6322314,0.57438016,0.53305787,0.5,0.47107437,0.39256197,0.59090906,0.5785124,0.59917355,0.6322314,0.6735537,0.6942149,0.71900827,0.73140496,0.74380165,0.74793386,0.74380165,0.7355372,0.7644628,0.75206614,0.75619835,0.75206614,0.7231405,0.7107438,0.72727275,0.71900827,0.6818182,0.6446281,0.61157024,0.58264464,0.57438016,0.58677685,0.62396693,0.6404959,0.6694215,0.6942149,0.72727275,0.75206614,0.7892562,0.8057851,0.7933884,0.78099173,0.77272725,0.74793386,0.6694215,0.57024795,0.5165289,0.49173555,0.5165289,0.48347107,0.5206612,0.59090906,0.6446281,0.69008267,0.7066116,0.7231405,0.74380165,0.71900827,0.7231405,0.73966944,0.70247936,0.6818182,0.6652893,0.6404959,0.61157024,0.55785125,0.5123967,0.47933885,0.45454547,0.37603307,0.5785124,0.55785125,0.553719,0.607438,0.6404959,0.6652893,0.6859504,0.71900827,0.73966944,0.7231405,0.72727275,0.71487606,0.7355372,0.73140496,0.73966944,0.74380165,0.73140496,0.7066116,0.6983471,0.6694215,0.62396693,0.5785124,0.5247934,0.55785125,0.61570245,0.6446281,0.6570248,0.6280992,0.661157,0.70247936,0.7107438,0.73140496,0.7768595,0.7892562,0.7768595,0.76859504,0.75206614,0.74793386,0.6735537,0.5495868,0.47933885,0.53305787,0.57024795,0.49173555,0.44214877,0.5082645,0.57438016,0.6280992,0.6570248,0.6942149,0.71487606,0.7107438,0.7107438,0.7066116,0.6818182,0.6694215,0.6570248,0.6280992,0.5785124,0.5289256,0.49173555,0.46694216,0.41735536,0.3677686,0.54545456,0.5413223,0.5206612,0.59504133,0.6198347,0.6487603,0.6652893,0.6859504,0.7066116,0.71900827,0.71487606,0.7231405,0.72727275,0.71487606,0.7066116,0.7107438,0.6942149,0.661157,0.6363636,0.60330576,0.5661157,0.53305787,0.4752066,0.5495868,0.6652893,0.661157,0.6528926,0.62396693,0.6487603,0.677686,0.677686,0.6983471,0.74793386,0.77272725,0.76033056,0.74380165,0.74380165,0.72727275,0.6363636,0.5371901,0.49173555,0.55785125,0.607438,0.5289256,0.45041323,0.48347107,0.5289256,0.553719,0.60330576,0.6322314,0.6570248,0.677686,0.6735537,0.6652893,0.661157,0.6487603,0.6280992,0.60330576,0.56198347,0.49586776,0.4752066,0.446281,0.40082645,0.36363637,0.5165289,0.5371901,0.5371901,0.5785124,0.61157024,0.6322314,0.6528926,0.661157,0.6735537,0.69008267,0.6942149,0.70247936,0.71487606,0.6818182,0.6818182,0.6652893,0.6487603,0.60330576,0.56198347,0.54545456,0.54545456,0.553719,0.47107437,0.5082645,0.6280992,0.6487603,0.6404959,0.61157024,0.6363636,0.6528926,0.6528926,0.6735537,0.72727275,0.76033056,0.75206614,0.74380165,0.7355372,0.7066116,0.6198347,0.5413223,0.5,0.54545456,0.56198347,0.5082645,0.47107437,0.5206612,0.5289256,0.5123967,0.5413223,0.5661157,0.59504133,0.61570245,0.6363636,0.6322314,0.6280992,0.62396693,0.59504133,0.5661157,0.5206612,0.47933885,0.46694216,0.4338843,0.38429752,0.3553719,0.4752066,0.5165289,0.54545456,0.56198347,0.5785124,0.61157024,0.6404959,0.6404959,0.6570248,0.661157,0.661157,0.6570248,0.661157,0.6570248,0.6404959,0.60330576,0.56198347,0.5371901,0.5247934,0.5413223,0.57024795,0.59090906,0.5495868,0.53305787,0.5661157,0.57024795,0.59504133,0.58264464,0.59917355,0.62396693,0.6404959,0.6652893,0.7107438,0.73140496,0.73140496,0.72727275,0.72727275,0.677686,0.61157024,0.5371901,0.4876033,0.49173555,0.5082645,0.4752066,0.4876033,0.55785125,0.57024795,0.553719,0.5165289,0.5247934,0.5371901,0.5495868,0.58264464,0.60330576,0.60330576,0.59090906,0.5661157,0.5165289,0.4876033,0.47107437,0.446281,0.41735536,0.38429752,0.3429752,0.48347107,0.5041322,0.5206612,0.54545456,0.55785125,0.58264464,0.59917355,0.607438,0.62396693,0.6404959,0.6404959,0.61570245,0.6198347,0.6198347,0.60330576,0.56198347,0.49173555,0.5041322,0.5289256,0.5661157,0.59917355,0.6198347,0.607438,0.62396693,0.5206612,0.4752066,0.5082645,0.5,0.5123967,0.54545456,0.58677685,0.6322314,0.6735537,0.6735537,0.6735537,0.6818182,0.6694215,0.6446281,0.5785124,0.49586776,0.43801653,0.42975205,0.45041323,0.45041323,0.49586776,0.57438016,0.61570245,0.60330576,0.5413223,0.5082645,0.49586776,0.5123967,0.5247934,0.54545456,0.56198347,0.54545456,0.5289256,0.49586776,0.47933885,0.45454547,0.44214877,0.40082645,0.38016528,0.3305785,0.4752066,0.49173555,0.5,0.5123967,0.53305787,0.5495868,0.5661157,0.58264464,0.58264464,0.59504133,0.59504133,0.5785124,0.5785124,0.5661157,0.54545456,0.5247934,0.5123967,0.53305787,0.57438016,0.60330576,0.6280992,0.6446281,0.6322314,0.6404959,0.55785125,0.40082645,0.36363637,0.33471075,0.35123968,0.41322315,0.4752066,0.53305787,0.58264464,0.5785124,0.58264464,0.607438,0.59090906,0.57438016,0.5082645,0.41735536,0.38016528,0.40082645,0.44214877,0.45867768,0.48347107,0.54545456,0.62396693,0.62396693,0.58677685,0.5495868,0.4752066,0.4752066,0.47933885,0.49586776,0.5206612,0.5123967,0.5123967,0.5,0.46694216,0.44214877,0.4338843,0.4090909,0.3429752,0.33471075,0.45454547,0.45454547,0.4752066,0.4752066,0.49586776,0.5247934,0.5495868,0.5661157,0.56198347,0.56198347,0.55785125,0.56198347,0.55785125,0.5371901,0.5206612,0.5165289,0.54545456,0.5785124,0.61570245,0.6487603,0.661157,0.6694215,0.6570248,0.6487603,0.61157024,0.47107437,0.3305785,0.2603306,0.21487603,0.24380165,0.34710744,0.41322315,0.4338843,0.446281,0.46694216,0.49586776,0.49173555,0.47107437,0.41735536,0.35950413,0.37603307,0.42975205,0.45867768,0.46280992,0.49173555,0.5165289,0.58677685,0.607438,0.60330576,0.56198347,0.5165289,0.4752066,0.47107437,0.47107437,0.48347107,0.4876033,0.5123967,0.49173555,0.45454547,0.4338843,0.42975205,0.39256197,0.33471075,0.3305785,0.44214877,0.43801653,0.446281,0.46694216,0.47933885,0.5082645,0.5206612,0.54545456,0.553719,0.55785125,0.553719,0.54545456,0.5495868,0.5206612,0.5123967,0.5247934,0.55785125,0.59917355,0.6322314,0.6363636,0.6487603,0.6735537,0.661157,0.661157,0.6446281,0.58264464,0.43801653,0.3264463,0.2892562,0.24380165,0.2644628,0.30991736,0.33471075,0.35123968,0.36363637,0.38842976,0.38842976,0.38429752,0.37190083,0.37190083,0.4090909,0.43801653,0.46280992,0.45867768,0.4752066,0.4752066,0.53305787,0.55785125,0.55785125,0.5206612,0.49173555,0.44214877,0.46280992,0.47933885,0.4752066,0.45867768,0.5,0.46694216,0.45454547,0.41735536,0.40495867,0.3677686,0.30991736,0.338843,0.42975205,0.42975205,0.446281,0.45041323,0.45041323,0.48347107,0.5041322,0.53305787,0.553719,0.53305787,0.5495868,0.5413223,0.53305787,0.49173555,0.5041322,0.5289256,0.55785125,0.57024795,0.61157024,0.59917355,0.60330576,0.6280992,0.6446281,0.6570248,0.6363636,0.60330576,0.5206612,0.40495867,0.33471075,0.28512397,0.28099173,0.2644628,0.2603306,0.30165288,0.30165288,0.3264463,0.3429752,0.36363637,0.3677686,0.37603307,0.3966942,0.4338843,0.45454547,0.45041323,0.46694216,0.47107437,0.49173555,0.5082645,0.5165289,0.5041322,0.49173555,0.43801653,0.44214877,0.47933885,0.46694216,0.446281,0.4752066,0.446281,0.43801653,0.4090909,0.38842976,0.3264463,0.30991736,0.3140496,0.40495867,0.41735536,0.41735536,0.42975205,0.41735536,0.48347107,0.48347107,0.5082645,0.5289256,0.53305787,0.553719,0.54545456,0.4876033,0.45041323,0.49173555,0.5247934,0.5495868,0.54545456,0.58264464,0.58264464,0.57438016,0.59090906,0.6198347,0.6198347,0.607438,0.58677685,0.5495868,0.4752066,0.38429752,0.30165288,0.29338843,0.29338843,0.30991736,0.30165288,0.30165288,0.3264463,0.33471075,0.33471075,0.35950413,0.38842976,0.40495867,0.41735536,0.45041323,0.42975205,0.45454547,0.46694216,0.46280992,0.45867768,0.46280992,0.47107437,0.4752066,0.4338843,0.446281,0.49173555,0.49173555,0.45867768,0.44214877,0.4338843,0.3966942,0.40082645,0.34710744,0.29752067,0.29752067,0.30991736,0.37603307,0.39256197,0.41322315,0.42561984,0.44214877,0.4338843,0.47107437,0.4876033,0.5082645,0.5206612,0.5413223,0.53305787,0.44214877,0.4338843,0.5,0.5041322,0.5082645,0.5206612,0.5082645,0.53305787,0.55785125,0.5661157,0.57438016,0.57438016,0.57438016,0.55785125,0.5495868,0.5082645,0.446281,0.3677686,0.338843,0.34710744,0.3677686,0.3677686,0.3305785,0.30578512,0.3305785,0.3553719,0.35950413,0.3966942,0.41322315,0.42561984,0.44214877,0.42975205,0.44214877,0.45041323,0.42975205,0.39256197,0.40082645,0.41735536,0.446281,0.4338843,0.46694216,0.5123967,0.48347107,0.43801653,0.44214877,0.40495867,0.38842976,0.37190083,0.30165288,0.28512397,0.29752067,0.29338843,0.35123968,0.36363637,0.40082645,0.42975205,0.41735536,0.41735536,0.4338843,0.47933885,0.49173555,0.49586776,0.53305787,0.5289256,0.45867768,0.46280992,0.48347107,0.47107437,0.46280992,0.45454547,0.446281,0.47933885,0.5123967,0.54545456,0.553719,0.55785125,0.553719,0.5495868,0.5413223,0.5206612,0.5123967,0.4876033,0.4338843,0.4214876,0.41322315,0.40082645,0.39256197,0.3553719,0.37190083,0.3966942,0.40082645,0.39256197,0.45041323,0.446281,0.45867768,0.44214877,0.43801653,0.4214876,0.37603307,0.30991736,0.3264463,0.34710744,0.40495867,0.446281,0.45867768,0.5123967,0.4752066,0.43801653,0.40495867,0.39256197,0.37190083,0.32231405,0.28099173,0.28512397,0.2892562,0.2892562,0.338843,0.35123968,0.35123968,0.38842976,0.40082645,0.4214876,0.4090909,0.41735536,0.45867768,0.47933885,0.5041322,0.5289256,0.5082645,0.49173555,0.45041323,0.41322315,0.39256197,0.34710744,0.338843,0.37603307,0.42975205,0.49173555,0.5123967,0.54545456,0.57024795,0.57438016,0.55785125,0.5289256,0.57024795,0.5785124,0.55785125,0.5289256,0.49173555,0.45454547,0.45041323,0.45041323,0.44214877,0.446281,0.47107437,0.46280992,0.4752066,0.46280992,0.446281,0.4090909,0.40495867,0.40082645,0.38842976,0.37190083,0.38429752,0.3677686,0.38016528,0.44214877,0.47107437,0.45867768,0.4338843,0.40495867,0.37603307,0.38429752,0.33471075,0.2768595,0.2768595,0.28099173,0.2768595,0.28099173,0.33471075,0.3429752,0.338843,0.3553719,0.38016528,0.40495867,0.3966942,0.3677686,0.38842976,0.45454547,0.4876033,0.5123967,0.5123967,0.49586776,0.42975205,0.40082645,0.36363637,0.3305785,0.30165288,0.29338843,0.30165288,0.3264463,0.3553719,0.40495867,0.42975205,0.46280992,0.46280992,0.4338843,0.46694216,0.5123967,0.5371901,0.5289256,0.5,0.47107437,0.46694216,0.45867768,0.45867768,0.44214877,0.45454547,0.4214876,0.4090909,0.38016528,0.3429752,0.3264463,0.3677686,0.42561984,0.45867768,0.45867768,0.43801653,0.4090909,0.38429752,0.42561984,0.4338843,0.41735536,0.38842976,0.38016528,0.3677686,0.3429752,0.29752067,0.25619835,0.27272728,0.26859504,0.2603306,0.2768595,0.38842976,0.3181818,0.33471075,0.3305785,0.33471075,0.37190083,0.37603307,0.36363637,0.338843,0.37190083,0.42975205,0.47107437,0.45867768,0.46694216,0.44214877,0.43801653,0.45041323,0.45867768,0.45454547,0.43801653,0.3966942,0.3264463,0.26859504,0.27272728,0.24793388,0.23966943,0.1983471,0.20247933,0.24380165,0.2644628,0.29752067,0.3181818,0.338843,0.34710744,0.3553719,0.338843,0.33471075,0.3140496,0.3181818,0.2644628,0.28099173,0.29338843,0.3429752,0.37190083,0.4090909,0.45454547,0.47933885,0.45867768,0.4338843,0.42561984,0.38016528,0.40082645,0.37603307,0.38429752,0.34710744,0.3677686,0.3553719,0.30165288,0.26859504,0.25619835,0.2768595,0.2603306,0.2603306,0.2603306,0.45454547,0.32231405,0.30991736,0.32231405,0.32231405,0.338843,0.3429752,0.35123968,0.3264463,0.338843,0.37603307,0.38429752,0.4090909,0.4214876,0.42975205,0.45454547,0.49173555,0.5289256,0.54545456,0.5495868,0.55785125,0.5206612,0.45454547,0.46694216,0.48347107,0.45041323,0.3966942,0.33471075,0.25619835,0.23966943,0.23966943,0.24380165,0.2603306,0.2644628,0.2768595,0.28099173,0.2768595,0.30165288,0.33471075,0.3305785,0.38842976,0.37603307,0.38429752,0.38016528,0.43801653,0.4752066,0.47107437,0.446281,0.41735536,0.4214876,0.38016528,0.39256197,0.36363637,0.34710744,0.35123968,0.35123968,0.30165288,0.2644628,0.25619835,0.2603306,0.2603306,0.2520661,0.26859504,0.23966943,0.5082645,0.38016528,0.30165288,0.30578512,0.32231405,0.3305785,0.3264463,0.3305785,0.3429752,0.33471075,0.33471075,0.33471075,0.38842976,0.37603307,0.41322315,0.4214876,0.45041323,0.49173555,0.5289256,0.54545456,0.5371901,0.5289256,0.4876033,0.4752066,0.5,0.5413223,0.607438,0.6735537,0.6280992,0.55785125,0.5206612,0.48347107,0.46280992,0.41735536,0.40082645,0.38842976,0.38016528,0.41735536,0.40495867,0.4214876,0.40082645,0.36363637,0.3677686,0.40495867,0.45867768,0.46280992,0.43801653,0.4338843,0.4090909,0.41322315,0.39256197,0.40082645,0.35950413,0.35123968,0.34710744,0.29752067,0.24793388,0.24793388,0.24380165,0.23966943,0.24380165,0.25619835,0.24793388,0.23966943,0.5371901,0.446281,0.3553719,0.30991736,0.30991736,0.3181818,0.32231405,0.32231405,0.3264463,0.338843,0.3305785,0.3305785,0.3677686,0.35950413,0.38842976,0.3966942,0.41735536,0.446281,0.47107437,0.5041322,0.49173555,0.49173555,0.46280992,0.40495867,0.45041323,0.45041323,0.4752066,0.56198347,0.6198347,0.61570245,0.60330576,0.60330576,0.59090906,0.55785125,0.5082645,0.47933885,0.42975205,0.4338843,0.40082645,0.38429752,0.36363637,0.35950413,0.39256197,0.41322315,0.45041323,0.44214877,0.446281,0.42561984,0.44214877,0.4214876,0.4090909,0.38842976,0.36363637,0.3553719,0.3140496,0.2520661,0.24793388,0.23140496,0.2520661,0.23140496,0.2603306,0.23140496,0.2231405,0.23553719,0.5495868,0.5041322,0.42561984,0.3429752,0.30578512,0.3140496,0.3181818,0.3264463,0.3264463,0.3264463,0.3305785,0.3264463,0.3553719,0.3553719,0.38016528,0.37603307,0.4090909,0.42975205,0.446281,0.45454547,0.44214877,0.45041323,0.446281,0.37190083,0.39256197,0.41322315,0.40082645,0.42561984,0.48347107,0.5123967,0.5165289,0.5247934,0.53305787,0.5413223,0.5041322,0.47107437,0.4338843,0.3966942,0.37603307,0.35123968,0.35950413,0.38016528,0.40495867,0.42561984,0.44214877,0.43801653,0.45454547,0.43801653,0.45041323,0.42975205,0.40082645,0.37603307,0.3677686,0.3181818,0.26859504,0.23140496,0.24380165,0.23140496,0.24793388,0.2231405,0.24380165,0.23140496,0.20661157,0.24793388,0.59090906,0.5247934,0.45454547,0.40082645,0.3264463,0.30991736,0.32231405,0.32231405,0.33471075,0.338843,0.3264463,0.338843,0.3429752,0.37603307,0.38842976,0.41735536,0.4214876,0.42975205,0.42975205,0.43801653,0.42975205,0.42975205,0.4214876,0.38429752,0.35123968,0.35950413,0.34710744,0.3429752,0.37603307,0.3966942,0.4090909,0.41322315,0.446281,0.4876033,0.47933885,0.41322315,0.40082645,0.38016528,0.37190083,0.35123968,0.35950413,0.38842976,0.41322315,0.4214876,0.44214877,0.46280992,0.4752066,0.44214877,0.44214877,0.4090909,0.38429752,0.37190083,0.3264463,0.27272728,0.2603306,0.22727273,0.23553719,0.23553719,0.23553719,0.21900827,0.2231405,0.22727273,0.20661157,0.2231405,0.6322314,0.57024795,0.4876033,0.43801653,0.35950413,0.29752067,0.3305785,0.3264463,0.3429752,0.33471075,0.338843,0.34710744,0.33471075,0.36363637,0.39256197,0.4214876,0.446281,0.4752066,0.46694216,0.45041323,0.446281,0.4338843,0.42561984,0.39256197,0.3677686,0.3429752,0.32231405,0.3181818,0.3264463,0.3181818,0.32231405,0.3181818,0.30165288,0.3181818,0.3264463,0.3181818,0.3181818,0.3181818,0.3264463,0.34710744,0.37603307,0.40082645,0.42975205,0.44214877,0.46694216,0.45867768,0.47107437,0.45454547,0.41322315,0.3677686,0.37190083,0.3429752,0.2768595,0.2520661,0.2644628,0.24380165,0.23966943,0.24380165,0.23140496,0.22727273,0.21900827,0.21487603,0.1983471,0.2107438,0.6280992,0.61570245,0.5413223,0.45454547,0.40082645,0.32231405,0.30165288,0.32231405,0.35950413,0.3429752,0.34710744,0.36363637,0.338843,0.34710744,0.3677686,0.4090909,0.446281,0.4876033,0.5165289,0.5,0.49173555,0.45454547,0.46280992,0.4214876,0.39256197,0.36363637,0.338843,0.3264463,0.30991736,0.2892562,0.28512397,0.28099173,0.27272728,0.26859504,0.2603306,0.2768595,0.29752067,0.3181818,0.3429752,0.38016528,0.41322315,0.4338843,0.45867768,0.47107437,0.47933885,0.46694216,0.46280992,0.41735536,0.37603307,0.38429752,0.3305785,0.2644628,0.27272728,0.26859504,0.25619835,0.2768595,0.21900827,0.24380165,0.24380165,0.23553719,0.2231405,0.23140496,0.20661157,0.1983471,0.6446281,0.6322314,0.59917355,0.5082645,0.45454547,0.3677686,0.3140496,0.27272728,0.35123968,0.35123968,0.3553719,0.36363637,0.3553719,0.34710744,0.35123968,0.38016528,0.42561984,0.47107437,0.5289256,0.553719,0.5495868,0.5247934,0.5247934,0.4876033,0.47107437,0.4214876,0.37190083,0.35950413,0.3305785,0.3305785,0.32231405,0.3181818,0.3181818,0.3181818,0.34710744,0.37190083,0.4090909,0.42561984,0.43801653,0.45454547,0.47107437,0.4876033,0.5,0.4876033,0.4752066,0.46280992,0.43801653,0.38016528,0.3553719,0.35123968,0.1983471,0.20247933,0.27272728,0.2644628,0.2644628,0.2644628,0.24380165,0.1983471,0.2768595,0.23553719,0.22727273,0.24793388,0.23966943,0.20661157,0.6404959,0.6322314,0.61570245,0.58264464,0.5247934,0.44214877,0.35950413,0.29752067,0.28512397,0.33471075,0.3553719,0.34710744,0.35123968,0.34710744,0.34710744,0.35123968,0.38429752,0.44214877,0.5041322,0.54545456,0.55785125,0.56198347,0.58264464,0.5785124,0.57024795,0.5371901,0.49586776,0.45041323,0.4090909,0.40082645,0.40082645,0.40495867,0.40495867,0.42975205,0.45867768,0.4876033,0.5,0.5165289,0.5041322,0.5123967,0.5165289,0.5165289,0.49173555,0.4752066,0.45454547,0.44214877,0.40082645,0.35123968,0.3553719,0.29752067,0.13636364,0.21487603,0.2892562,0.26859504,0.2644628,0.2520661,0.24793388,0.19008264,0.24793388,0.24793388,0.23140496,0.23966943,0.24793388,0.24380165,0.6280992,0.6363636,0.6198347,0.59917355,0.57024795,0.5165289,0.41322315,0.35123968,0.30165288,0.28512397,0.3305785,0.35123968,0.34710744,0.34710744,0.338843,0.33471075,0.338843,0.3966942,0.45454547,0.5206612,0.53305787,0.5661157,0.58264464,0.61570245,0.61570245,0.6404959,0.6487603,0.607438,0.54545456,0.4876033,0.47933885,0.48347107,0.46280992,0.48347107,0.5,0.5165289,0.5041322,0.5206612,0.5206612,0.5289256,0.5165289,0.5041322,0.45867768,0.45041323,0.44214877,0.3966942,0.35123968,0.338843,0.3553719,0.23966943,0.1446281,0.2520661,0.2644628,0.2644628,0.2520661,0.2892562,0.23966943,0.2231405,0.21487603,0.2603306,0.24793388,0.22727273,0.23966943,0.2520661,0.61570245,0.6198347,0.6198347,0.62396693,0.58677685,0.54545456,0.5,0.40495867,0.3264463,0.2768595,0.28099173,0.3140496,0.3264463,0.3429752,0.3429752,0.33471075,0.32231405,0.3305785,0.40495867,0.45041323,0.49173555,0.5371901,0.55785125,0.58677685,0.60330576,0.6363636,0.6652893,0.6735537,0.6363636,0.58677685,0.5661157,0.5413223,0.5082645,0.5165289,0.5123967,0.5123967,0.5082645,0.5041322,0.5123967,0.5123967,0.5,0.4752066,0.44214877,0.4338843,0.40082645,0.32231405,0.3264463,0.35950413,0.33471075,0.18181819,0.1983471,0.2603306,0.25619835,0.2603306,0.2768595,0.2603306,0.24380165,0.21900827,0.23140496,0.2644628,0.24793388,0.2231405,0.23553719,0.2520661,0.607438,0.61570245,0.6198347,0.607438,0.607438,0.57024795,0.54545456,0.4876033,0.40495867,0.32231405,0.28099173,0.2892562,0.29338843,0.3181818,0.34710744,0.338843,0.32231405,0.29752067,0.3305785,0.3553719,0.42561984,0.45454547,0.5,0.5206612,0.5289256,0.56198347,0.607438,0.62396693,0.6363636,0.59917355,0.5785124,0.553719,0.5206612,0.5206612,0.5206612,0.5247934,0.5082645,0.5,0.5041322,0.48347107,0.47107437,0.43801653,0.4090909,0.4090909,0.3305785,0.30578512,0.36363637,0.38842976,0.2644628,0.1570248,0.2603306,0.25619835,0.26859504,0.27272728,0.25619835,0.24380165,0.24793388,0.21900827,0.24380165,0.2644628,0.24380165,0.23966943,0.23966943,0.24793388,0.607438,0.61157024,0.61157024,0.60330576,0.60330576,0.57024795,0.553719,0.5371901,0.49173555,0.41735536,0.3181818,0.2768595,0.28099173,0.2892562,0.3140496,0.3305785,0.3140496,0.30165288,0.28099173,0.29338843,0.34710744,0.40495867,0.44214877,0.45867768,0.46280992,0.48347107,0.5041322,0.5371901,0.54545456,0.5371901,0.49586776,0.45867768,0.45041323,0.45867768,0.46280992,0.4752066,0.4752066,0.46694216,0.47107437,0.44214877,0.41322315,0.38429752,0.38016528,0.33471075,0.30165288,0.36363637,0.40495867,0.3677686,0.19008264,0.18595041,0.29752067,0.25619835,0.2603306,0.26859504,0.25619835,0.26859504,0.21487603,0.22727273,0.24793388,0.27272728,0.2644628,0.24793388,0.24380165,0.2520661,0.607438,0.61157024,0.61157024,0.60330576,0.59917355,0.59090906,0.56198347,0.5413223,0.5041322,0.47933885,0.41735536,0.32231405,0.29752067,0.2644628,0.28099173,0.30991736,0.30165288,0.30578512,0.29752067,0.27272728,0.28099173,0.30991736,0.35123968,0.38429752,0.38842976,0.3966942,0.4090909,0.40082645,0.40495867,0.41322315,0.3966942,0.38429752,0.37603307,0.37190083,0.38429752,0.40495867,0.4090909,0.41322315,0.41735536,0.38842976,0.35950413,0.3429752,0.3140496,0.30578512,0.3677686,0.4214876,0.40082645,0.29752067,0.15289256,0.24380165,0.30578512,0.2520661,0.25619835,0.25619835,0.2603306,0.2603306,0.20661157,0.2231405,0.2644628,0.28512397,0.2603306,0.25619835,0.23966943,0.2520661,0.58264464,0.607438,0.607438,0.59917355,0.607438,0.59504133,0.58264464,0.54545456,0.5123967,0.49173555,0.45041323,0.40082645,0.30578512,0.30578512,0.29338843,0.2768595,0.28099173,0.28512397,0.29338843,0.28099173,0.27272728,0.2644628,0.27272728,0.29338843,0.30578512,0.3181818,0.3429752,0.32231405,0.3181818,0.30991736,0.30578512,0.3305785,0.32231405,0.30991736,0.3305785,0.3429752,0.3429752,0.3553719,0.3429752,0.30991736,0.2892562,0.30991736,0.32231405,0.40495867,0.4338843,0.40495867,0.37603307,0.19421488,0.1983471,0.28099173,0.28099173,0.2644628,0.2644628,0.27272728,0.2768595,0.23966943,0.21900827,0.24380165,0.2768595,0.28099173,0.2520661,0.27272728,0.24793388,0.2520661,0.5289256,0.57024795,0.58264464,0.59090906,0.607438,0.60330576,0.58264464,0.56198347,0.5413223,0.5082645,0.47933885,0.4338843,0.38842976,0.33471075,0.3140496,0.2768595,0.27272728,0.25619835,0.27272728,0.26859504,0.27272728,0.2768595,0.27272728,0.27272728,0.2768595,0.2520661,0.28099173,0.2892562,0.28512397,0.28099173,0.28099173,0.2892562,0.29338843,0.2768595,0.28512397,0.28099173,0.27272728,0.28099173,0.2644628,0.28099173,0.30165288,0.37190083,0.41735536,0.42975205,0.41735536,0.39256197,0.27272728,0.16115703,0.2768595,0.28099173,0.27272728,0.24793388,0.2768595,0.27272728,0.27272728,0.22727273,0.22727273,0.2644628,0.2892562,0.27272728,0.27272728,0.25619835,0.2603306,0.26859504,0.46694216,0.49586776,0.5371901,0.56198347,0.58264464,0.59917355,0.5785124,0.57024795,0.56198347,0.53305787,0.5082645,0.46694216,0.4090909,0.36363637,0.33471075,0.3140496,0.29338843,0.27272728,0.2644628,0.2520661,0.2520661,0.2603306,0.2768595,0.2768595,0.26859504,0.25619835,0.2603306,0.24793388,0.25619835,0.2520661,0.24793388,0.24793388,0.2520661,0.2603306,0.25619835,0.24793388,0.24793388,0.2768595,0.30578512,0.37190083,0.4090909,0.42975205,0.4214876,0.41735536,0.39256197,0.30165288,0.20247933,0.2520661,0.29338843,0.2768595,0.28099173,0.25619835,0.2892562,0.27272728,0.2603306,0.2231405,0.2520661,0.2768595,0.29338843,0.28099173,0.26859504,0.2768595,0.2520661,0.29338843,8 +0.37190083,0.42975205,0.47107437,0.5165289,0.5371901,0.5661157,0.6198347,0.6322314,0.6404959,0.6363636,0.6363636,0.6528926,0.6528926,0.6735537,0.6694215,0.661157,0.677686,0.6983471,0.73140496,0.73966944,0.75206614,0.77272725,0.7892562,0.7933884,0.79752064,0.79752064,0.8057851,0.8140496,0.8057851,0.80991733,0.8016529,0.80991733,0.8140496,0.8016529,0.7933884,0.79752064,0.7933884,0.79752064,0.8016529,0.7892562,0.77272725,0.77272725,0.77272725,0.74793386,0.75619835,0.74793386,0.72727275,0.71487606,0.7231405,0.7066116,0.6942149,0.6859504,0.6859504,0.6818182,0.6818182,0.6570248,0.6322314,0.61157024,0.58264464,0.5371901,0.5082645,0.48347107,0.44214877,0.30165288,0.3429752,0.42975205,0.49173555,0.5165289,0.5413223,0.5661157,0.61570245,0.6322314,0.6363636,0.6446281,0.6446281,0.661157,0.6652893,0.6735537,0.6818182,0.6859504,0.6983471,0.7107438,0.74380165,0.73140496,0.7644628,0.7768595,0.7892562,0.79752064,0.7933884,0.7933884,0.79752064,0.8057851,0.8057851,0.8057851,0.8016529,0.8140496,0.80991733,0.78099173,0.7768595,0.79752064,0.7933884,0.7892562,0.8016529,0.7892562,0.77272725,0.78512394,0.77272725,0.76033056,0.76033056,0.75619835,0.7355372,0.71487606,0.72727275,0.7107438,0.6942149,0.6859504,0.6942149,0.6942149,0.69008267,0.661157,0.6404959,0.607438,0.57024795,0.5413223,0.5041322,0.48347107,0.446281,0.35123968,0.3140496,0.43801653,0.5,0.5082645,0.54545456,0.57024795,0.61157024,0.6280992,0.6487603,0.661157,0.6652893,0.6735537,0.6818182,0.6818182,0.6983471,0.7107438,0.71487606,0.7355372,0.74380165,0.73966944,0.7768595,0.78512394,0.7892562,0.8016529,0.8016529,0.8016529,0.79752064,0.79752064,0.8057851,0.8140496,0.80991733,0.80991733,0.80991733,0.7933884,0.7768595,0.7892562,0.79752064,0.79752064,0.79752064,0.79752064,0.78099173,0.7933884,0.7768595,0.76033056,0.76859504,0.75206614,0.7355372,0.7231405,0.7231405,0.71487606,0.7066116,0.6983471,0.70247936,0.70247936,0.6942149,0.6652893,0.6446281,0.60330576,0.55785125,0.5289256,0.5165289,0.48347107,0.4338843,0.39256197,0.3305785,0.45454547,0.5,0.5123967,0.553719,0.59504133,0.62396693,0.6446281,0.6570248,0.6694215,0.677686,0.6818182,0.70247936,0.7066116,0.71487606,0.7231405,0.72727275,0.73966944,0.74380165,0.75619835,0.7768595,0.7892562,0.7892562,0.8016529,0.8057851,0.80991733,0.8057851,0.79752064,0.8016529,0.8181818,0.8140496,0.8057851,0.80991733,0.80991733,0.7933884,0.79752064,0.80991733,0.79752064,0.8057851,0.79752064,0.78099173,0.7892562,0.7768595,0.76859504,0.7768595,0.76033056,0.74380165,0.73966944,0.72727275,0.71900827,0.7231405,0.71487606,0.7107438,0.7066116,0.7066116,0.6818182,0.6363636,0.59917355,0.57024795,0.5247934,0.5123967,0.48347107,0.47107437,0.3677686,0.3553719,0.4752066,0.49173555,0.5082645,0.5661157,0.607438,0.6404959,0.6528926,0.661157,0.69008267,0.70247936,0.7107438,0.7107438,0.7231405,0.7355372,0.72727275,0.74793386,0.75619835,0.75619835,0.76033056,0.7768595,0.7933884,0.8016529,0.8016529,0.8057851,0.80991733,0.80991733,0.80991733,0.80991733,0.8181818,0.8140496,0.8140496,0.8181818,0.8181818,0.8016529,0.8057851,0.80991733,0.80991733,0.8016529,0.8016529,0.78512394,0.7892562,0.77272725,0.77272725,0.7768595,0.76033056,0.75206614,0.75206614,0.74793386,0.7355372,0.73966944,0.73140496,0.71487606,0.7107438,0.7107438,0.6859504,0.6198347,0.61157024,0.55785125,0.5123967,0.5206612,0.49173555,0.47107437,0.42561984,0.37603307,0.4752066,0.5,0.5289256,0.57438016,0.6280992,0.6446281,0.6570248,0.6818182,0.7107438,0.72727275,0.7355372,0.73140496,0.73140496,0.74380165,0.73966944,0.75619835,0.7644628,0.7768595,0.77272725,0.76859504,0.7933884,0.8016529,0.8057851,0.8057851,0.80991733,0.8181818,0.8181818,0.8181818,0.8181818,0.8181818,0.8181818,0.822314,0.8140496,0.8057851,0.8057851,0.8140496,0.8140496,0.79752064,0.79752064,0.7892562,0.7933884,0.78099173,0.7644628,0.76859504,0.7644628,0.76033056,0.76033056,0.75619835,0.74793386,0.74380165,0.73966944,0.72727275,0.71900827,0.7107438,0.6818182,0.61157024,0.61570245,0.553719,0.5206612,0.5247934,0.4876033,0.47107437,0.46694216,0.39256197,0.47933885,0.5,0.5371901,0.5785124,0.6322314,0.6652893,0.661157,0.6859504,0.71900827,0.7355372,0.73966944,0.75206614,0.74793386,0.7644628,0.75206614,0.7644628,0.77272725,0.78512394,0.78512394,0.76859504,0.7892562,0.79752064,0.8016529,0.8016529,0.80991733,0.822314,0.8181818,0.8181818,0.8140496,0.8181818,0.8181818,0.8140496,0.8140496,0.8057851,0.8057851,0.80991733,0.80991733,0.79752064,0.7892562,0.78512394,0.7933884,0.78512394,0.7768595,0.7768595,0.77272725,0.7644628,0.76033056,0.75619835,0.75619835,0.73966944,0.7355372,0.7355372,0.7355372,0.7066116,0.677686,0.6322314,0.61157024,0.5661157,0.53305787,0.5041322,0.5,0.4752066,0.47933885,0.41735536,0.48347107,0.5082645,0.5371901,0.5785124,0.6363636,0.6735537,0.69008267,0.6983471,0.7231405,0.7355372,0.73966944,0.74793386,0.75619835,0.75619835,0.75619835,0.77272725,0.76859504,0.78099173,0.78512394,0.75619835,0.77272725,0.8016529,0.79752064,0.7933884,0.8016529,0.80991733,0.8140496,0.8181818,0.8140496,0.8140496,0.8140496,0.8140496,0.80991733,0.8057851,0.8016529,0.8016529,0.79752064,0.7933884,0.78512394,0.79752064,0.7892562,0.7892562,0.78512394,0.78099173,0.76859504,0.7644628,0.75619835,0.75206614,0.74793386,0.7355372,0.72727275,0.72727275,0.73140496,0.7066116,0.661157,0.6487603,0.6280992,0.5785124,0.5289256,0.49586776,0.5041322,0.4752066,0.4876033,0.42975205,0.48347107,0.5082645,0.53305787,0.59504133,0.6363636,0.6652893,0.6942149,0.6942149,0.677686,0.6983471,0.71487606,0.71487606,0.72727275,0.74793386,0.7355372,0.75619835,0.75619835,0.76859504,0.7768595,0.76033056,0.76033056,0.7933884,0.7933884,0.78099173,0.78512394,0.79752064,0.8016529,0.80991733,0.80991733,0.8057851,0.8057851,0.8057851,0.80991733,0.7933884,0.7933884,0.7933884,0.78512394,0.78099173,0.7892562,0.7933884,0.8016529,0.78512394,0.78099173,0.77272725,0.76033056,0.74793386,0.73140496,0.71487606,0.69008267,0.6487603,0.60330576,0.58264464,0.57438016,0.59504133,0.607438,0.661157,0.6363636,0.61570245,0.5289256,0.4876033,0.5,0.48347107,0.49173555,0.45041323,0.47933885,0.5041322,0.5371901,0.58677685,0.60330576,0.57438016,0.57438016,0.553719,0.53305787,0.56198347,0.59504133,0.58264464,0.607438,0.69008267,0.69008267,0.6859504,0.7355372,0.7355372,0.75206614,0.76033056,0.76033056,0.76859504,0.7768595,0.7644628,0.77272725,0.78512394,0.7892562,0.79752064,0.79752064,0.79752064,0.7933884,0.7892562,0.7933884,0.77272725,0.78099173,0.7644628,0.74793386,0.75619835,0.76859504,0.7768595,0.77272725,0.75206614,0.73140496,0.6942149,0.6859504,0.6570248,0.61157024,0.5785124,0.5289256,0.4752066,0.4338843,0.38842976,0.36363637,0.38429752,0.38016528,0.46280992,0.5,0.5785124,0.553719,0.49173555,0.48347107,0.49173555,0.49173555,0.47107437,0.4752066,0.49586776,0.5,0.5,0.4752066,0.3966942,0.3677686,0.35950413,0.38016528,0.41322315,0.4338843,0.41735536,0.41735536,0.49173555,0.5413223,0.53305787,0.607438,0.661157,0.6983471,0.71900827,0.73140496,0.7231405,0.7355372,0.7355372,0.74380165,0.76033056,0.7644628,0.77272725,0.7768595,0.77272725,0.7768595,0.77272725,0.7644628,0.74793386,0.7355372,0.7231405,0.69008267,0.6694215,0.7107438,0.70247936,0.6570248,0.57438016,0.5165289,0.4752066,0.46280992,0.46280992,0.41735536,0.3677686,0.35950413,0.33471075,0.30991736,0.3140496,0.28512397,0.28099173,0.27272728,0.29338843,0.3264463,0.3677686,0.4752066,0.48347107,0.4752066,0.4876033,0.5,0.47933885,0.4752066,0.44214877,0.37190083,0.35123968,0.33471075,0.27272728,0.26859504,0.2892562,0.2892562,0.30578512,0.3140496,0.30165288,0.28099173,0.2892562,0.30991736,0.30991736,0.36363637,0.47107437,0.5413223,0.5785124,0.6404959,0.661157,0.6652893,0.6859504,0.7107438,0.72727275,0.72727275,0.73966944,0.74793386,0.74793386,0.75206614,0.7355372,0.71900827,0.70247936,0.6735537,0.6528926,0.59504133,0.5371901,0.59090906,0.5661157,0.45867768,0.338843,0.30165288,0.29752067,0.29338843,0.28099173,0.2520661,0.25619835,0.26859504,0.28099173,0.30991736,0.36363637,0.37603307,0.3553719,0.34710744,0.34710744,0.30578512,0.28099173,0.3140496,0.38842976,0.45454547,0.4876033,0.5,0.49173555,0.45867768,0.37190083,0.27272728,0.27272728,0.3140496,0.32231405,0.34710744,0.3677686,0.33471075,0.29752067,0.26859504,0.28512397,0.22727273,0.23966943,0.22727273,0.2603306,0.18181819,0.2231405,0.26859504,0.30578512,0.39256197,0.49173555,0.5495868,0.59504133,0.6404959,0.6694215,0.6818182,0.69008267,0.7066116,0.7066116,0.71487606,0.71487606,0.677686,0.6487603,0.607438,0.54545456,0.5041322,0.46280992,0.47933885,0.45454547,0.34710744,0.24380165,0.2231405,0.23140496,0.2231405,0.20247933,0.21487603,0.2768595,0.3553719,0.41735536,0.44214877,0.47933885,0.46694216,0.47107437,0.46694216,0.4752066,0.42561984,0.4090909,0.34710744,0.33471075,0.42561984,0.49173555,0.49173555,0.5041322,0.446281,0.35950413,0.29752067,0.30991736,0.37190083,0.40495867,0.41735536,0.41322315,0.40082645,0.35123968,0.3305785,0.30991736,0.2768595,0.2603306,0.1983471,0.21900827,0.18595041,0.17355372,0.19008264,0.20247933,0.2644628,0.3553719,0.41322315,0.4752066,0.5413223,0.5785124,0.6198347,0.6652893,0.6694215,0.6859504,0.7066116,0.6983471,0.6487603,0.607438,0.5495868,0.46280992,0.446281,0.44214877,0.41735536,0.38016528,0.2892562,0.21487603,0.1983471,0.21900827,0.23140496,0.2768595,0.3140496,0.38016528,0.3677686,0.39256197,0.37190083,0.3677686,0.37603307,0.4090909,0.45041323,0.47933885,0.49586776,0.4876033,0.446281,0.4214876,0.44214877,0.48347107,0.49173555,0.5123967,0.45041323,0.37603307,0.338843,0.3553719,0.38429752,0.3966942,0.37603307,0.34710744,0.34710744,0.3305785,0.32231405,0.33471075,0.32231405,0.27272728,0.2520661,0.24380165,0.21900827,0.20661157,0.18181819,0.1983471,0.24793388,0.30165288,0.33471075,0.3966942,0.47107437,0.5165289,0.5661157,0.6322314,0.6487603,0.6652893,0.6983471,0.69008267,0.6404959,0.5785124,0.5165289,0.43801653,0.42561984,0.42561984,0.39256197,0.3429752,0.28512397,0.24793388,0.25619835,0.25619835,0.24793388,0.26859504,0.28099173,0.2768595,0.2603306,0.30991736,0.34710744,0.3429752,0.39256197,0.2892562,0.30165288,0.4090909,0.47107437,0.4876033,0.49173555,0.4876033,0.48347107,0.48347107,0.49586776,0.5123967,0.47933885,0.41322315,0.37603307,0.37603307,0.38016528,0.35950413,0.30578512,0.25619835,0.26859504,0.26859504,0.29752067,0.30165288,0.2520661,0.19008264,0.17768595,0.2603306,0.21487603,0.23140496,0.25619835,0.23553719,0.20247933,0.2520661,0.30578512,0.3305785,0.3966942,0.47933885,0.55785125,0.6280992,0.6570248,0.6694215,0.7066116,0.7107438,0.661157,0.59090906,0.53305787,0.45867768,0.4214876,0.40082645,0.37190083,0.3264463,0.29752067,0.30578512,0.30991736,0.2520661,0.17355372,0.18181819,0.30991736,0.2231405,0.16528925,0.2520661,0.30578512,0.23553719,0.25619835,0.30991736,0.27272728,0.30165288,0.40082645,0.45867768,0.5082645,0.5289256,0.5289256,0.5,0.5,0.5165289,0.5165289,0.49173555,0.43801653,0.40082645,0.38429752,0.3429752,0.26859504,0.20661157,0.23140496,0.21900827,0.33471075,0.38429752,0.2520661,0.19421488,0.1570248,0.3181818,0.26859504,0.14876033,0.24793388,0.33471075,0.338843,0.29752067,0.28099173,0.30578512,0.30165288,0.42561984,0.5413223,0.6446281,0.69008267,0.70247936,0.72727275,0.7644628,0.69008267,0.61570245,0.5495868,0.46280992,0.41735536,0.40082645,0.3966942,0.37190083,0.35123968,0.38842976,0.43801653,0.3264463,0.23140496,0.17355372,0.3140496,0.2603306,0.19421488,0.3264463,0.5082645,0.4214876,0.23140496,0.23553719,0.23966943,0.338843,0.43801653,0.45867768,0.5165289,0.55785125,0.5661157,0.53305787,0.5165289,0.5247934,0.55785125,0.5661157,0.54545456,0.49173555,0.4338843,0.38842976,0.30578512,0.23140496,0.30991736,0.3264463,0.42975205,0.5165289,0.338843,0.2520661,0.21487603,0.20247933,0.2644628,0.2520661,0.40495867,0.4338843,0.35123968,0.41735536,0.40082645,0.338843,0.2892562,0.338843,0.5123967,0.6446281,0.71900827,0.7644628,0.7768595,0.7933884,0.73966944,0.6487603,0.54545456,0.45867768,0.45041323,0.46694216,0.47107437,0.42561984,0.45041323,0.5206612,0.58677685,0.45867768,0.30578512,0.22727273,0.20247933,0.24380165,0.26859504,0.44214877,0.59090906,0.4752066,0.41322315,0.34710744,0.35950413,0.47933885,0.5041322,0.5123967,0.55785125,0.59504133,0.59504133,0.57024795,0.53305787,0.5371901,0.59090906,0.62396693,0.6363636,0.59917355,0.53305787,0.5041322,0.43801653,0.338843,0.3966942,0.45867768,0.49173555,0.56198347,0.4752066,0.338843,0.30165288,0.28099173,0.32231405,0.38842976,0.5206612,0.5495868,0.40082645,0.40495867,0.49173555,0.42975205,0.3553719,0.3264463,0.45867768,0.661157,0.73966944,0.7892562,0.8057851,0.8057851,0.76859504,0.677686,0.54545456,0.4752066,0.5082645,0.5495868,0.5206612,0.46694216,0.5041322,0.5371901,0.55785125,0.53305787,0.40495867,0.3305785,0.338843,0.3264463,0.38842976,0.5661157,0.5785124,0.5041322,0.45041323,0.42975205,0.45454547,0.54545456,0.57024795,0.57438016,0.59090906,0.61570245,0.61570245,0.58264464,0.54545456,0.5289256,0.607438,0.6694215,0.6694215,0.6652893,0.62396693,0.60330576,0.5413223,0.47933885,0.42975205,0.48347107,0.4876033,0.5371901,0.5495868,0.4876033,0.47107437,0.47933885,0.47933885,0.49586776,0.5206612,0.5123967,0.46280992,0.45867768,0.5082645,0.5165289,0.42975205,0.4090909,0.46280992,0.6322314,0.74793386,0.8140496,0.822314,0.80991733,0.78099173,0.69008267,0.56198347,0.5082645,0.54545456,0.5785124,0.5413223,0.5289256,0.5165289,0.49173555,0.5041322,0.53305787,0.49586776,0.4876033,0.5165289,0.47933885,0.5082645,0.553719,0.53305787,0.5,0.446281,0.4752066,0.5206612,0.5661157,0.59917355,0.607438,0.607438,0.6198347,0.61570245,0.58677685,0.56198347,0.5247934,0.61570245,0.6652893,0.677686,0.6818182,0.677686,0.6363636,0.59917355,0.53305787,0.4876033,0.5041322,0.4876033,0.5041322,0.5165289,0.53305787,0.5413223,0.5661157,0.54545456,0.5247934,0.5123967,0.5123967,0.5123967,0.53305787,0.5082645,0.5165289,0.5,0.4876033,0.5082645,0.6487603,0.75619835,0.8016529,0.8305785,0.8140496,0.7892562,0.72727275,0.6198347,0.553719,0.55785125,0.5661157,0.5289256,0.5041322,0.47933885,0.46280992,0.46280992,0.49173555,0.4876033,0.5165289,0.5371901,0.5206612,0.4876033,0.5082645,0.49586776,0.49173555,0.5,0.5082645,0.56198347,0.59504133,0.61157024,0.6280992,0.6322314,0.6363636,0.6198347,0.59504133,0.5661157,0.5289256,0.61570245,0.6570248,0.677686,0.6942149,0.6942149,0.6652893,0.6322314,0.5661157,0.49173555,0.5082645,0.5041322,0.5165289,0.5041322,0.5,0.49586776,0.49173555,0.4752066,0.47107437,0.45867768,0.45454547,0.4752066,0.5041322,0.49173555,0.5206612,0.5495868,0.553719,0.5495868,0.661157,0.7355372,0.8016529,0.8305785,0.80991733,0.79752064,0.74793386,0.6404959,0.59917355,0.59917355,0.55785125,0.5247934,0.5082645,0.48347107,0.45867768,0.43801653,0.45041323,0.43801653,0.46280992,0.46280992,0.49173555,0.49586776,0.5041322,0.5082645,0.49173555,0.5206612,0.5413223,0.58264464,0.6198347,0.6446281,0.6570248,0.6570248,0.6528926,0.6322314,0.60330576,0.57438016,0.5413223,0.61157024,0.6570248,0.69008267,0.6983471,0.71487606,0.69008267,0.661157,0.61570245,0.5413223,0.4752066,0.45867768,0.46694216,0.4752066,0.46694216,0.46280992,0.45041323,0.43801653,0.4338843,0.4338843,0.446281,0.5,0.5371901,0.5371901,0.57024795,0.59504133,0.59504133,0.57024795,0.661157,0.73966944,0.79752064,0.8264463,0.8181818,0.79752064,0.74793386,0.6570248,0.62396693,0.6446281,0.6198347,0.57024795,0.5661157,0.55785125,0.5247934,0.49586776,0.4752066,0.44214877,0.446281,0.45454547,0.46694216,0.49586776,0.5,0.5082645,0.5041322,0.54545456,0.59917355,0.61157024,0.6487603,0.6694215,0.677686,0.6735537,0.6652893,0.6280992,0.59917355,0.57438016,0.53305787,0.607438,0.6487603,0.6818182,0.71487606,0.72727275,0.72727275,0.7107438,0.6735537,0.62396693,0.5661157,0.5123967,0.4876033,0.46280992,0.45867768,0.45041323,0.45041323,0.45454547,0.46280992,0.49173555,0.53305787,0.59504133,0.61570245,0.61570245,0.6198347,0.6198347,0.62396693,0.58677685,0.6570248,0.76033056,0.79752064,0.8140496,0.8140496,0.78512394,0.71900827,0.6446281,0.6446281,0.6570248,0.6570248,0.6363636,0.6322314,0.6322314,0.607438,0.57438016,0.5495868,0.5082645,0.5041322,0.5082645,0.5041322,0.5165289,0.5371901,0.553719,0.5661157,0.59917355,0.6487603,0.6735537,0.6859504,0.6983471,0.6983471,0.6942149,0.677686,0.6404959,0.61157024,0.58677685,0.5247934,0.59504133,0.661157,0.6818182,0.7231405,0.7355372,0.74380165,0.74380165,0.73966944,0.6859504,0.6694215,0.60330576,0.5785124,0.55785125,0.5413223,0.53305787,0.5289256,0.54545456,0.5661157,0.59917355,0.6322314,0.6652893,0.6694215,0.6570248,0.6363636,0.61570245,0.6280992,0.61157024,0.6363636,0.74380165,0.7892562,0.8057851,0.8140496,0.7768595,0.7107438,0.6694215,0.6694215,0.6652893,0.6570248,0.6570248,0.6735537,0.7066116,0.7066116,0.6859504,0.6735537,0.6363636,0.61570245,0.60330576,0.59090906,0.58677685,0.607438,0.6198347,0.6280992,0.6694215,0.6942149,0.71900827,0.7231405,0.7231405,0.7107438,0.6983471,0.6818182,0.661157,0.61157024,0.58264464,0.5123967,0.59090906,0.6528926,0.677686,0.7107438,0.7066116,0.73140496,0.75206614,0.7644628,0.72727275,0.7107438,0.677686,0.6528926,0.6570248,0.6528926,0.6404959,0.6487603,0.6652893,0.677686,0.6942149,0.6942149,0.6942149,0.6859504,0.6528926,0.6322314,0.6363636,0.62396693,0.62396693,0.6363636,0.72727275,0.78512394,0.80991733,0.8057851,0.76859504,0.7107438,0.6652893,0.6735537,0.6652893,0.6404959,0.6404959,0.6694215,0.70247936,0.73966944,0.7355372,0.73966944,0.73140496,0.71487606,0.7066116,0.69008267,0.6694215,0.6859504,0.677686,0.6859504,0.71487606,0.71487606,0.7231405,0.73966944,0.73966944,0.71900827,0.6983471,0.677686,0.661157,0.62396693,0.59504133,0.48347107,0.59090906,0.6528926,0.6694215,0.70247936,0.7107438,0.71487606,0.7231405,0.75619835,0.75206614,0.73140496,0.73140496,0.71900827,0.71900827,0.71900827,0.71900827,0.72727275,0.73966944,0.7355372,0.7355372,0.71900827,0.71487606,0.6942149,0.6487603,0.6280992,0.6487603,0.6363636,0.6198347,0.6363636,0.71900827,0.78099173,0.8057851,0.79752064,0.76033056,0.71900827,0.6735537,0.6735537,0.6735537,0.6487603,0.6404959,0.661157,0.6942149,0.72727275,0.74380165,0.75619835,0.75619835,0.76033056,0.7644628,0.75206614,0.74380165,0.74793386,0.73966944,0.74380165,0.74793386,0.73966944,0.73966944,0.74380165,0.7355372,0.71487606,0.6942149,0.6735537,0.6735537,0.6280992,0.59504133,0.46280992,0.58677685,0.6322314,0.6694215,0.69008267,0.72727275,0.73140496,0.73966944,0.7644628,0.77272725,0.75619835,0.76033056,0.75206614,0.75619835,0.75619835,0.75206614,0.76033056,0.75206614,0.74793386,0.73140496,0.7107438,0.7066116,0.69008267,0.6570248,0.6280992,0.6404959,0.6404959,0.62396693,0.6487603,0.7231405,0.78099173,0.8057851,0.7892562,0.75206614,0.71487606,0.6818182,0.677686,0.6694215,0.6528926,0.661157,0.6652893,0.677686,0.7231405,0.73966944,0.74380165,0.76033056,0.76033056,0.76859504,0.78099173,0.78099173,0.78512394,0.78512394,0.76859504,0.77272725,0.7768595,0.77272725,0.77272725,0.75206614,0.73140496,0.6983471,0.6859504,0.6818182,0.6404959,0.59504133,0.45041323,0.56198347,0.607438,0.6652893,0.6859504,0.71900827,0.73966944,0.7644628,0.77272725,0.77272725,0.77272725,0.7768595,0.7768595,0.7768595,0.77272725,0.77272725,0.76859504,0.75206614,0.74793386,0.73140496,0.71487606,0.6942149,0.6859504,0.6570248,0.62396693,0.6322314,0.6404959,0.6446281,0.677686,0.73966944,0.78512394,0.8057851,0.7892562,0.75206614,0.71487606,0.6859504,0.6694215,0.6694215,0.6570248,0.6570248,0.6694215,0.6818182,0.70247936,0.71900827,0.74793386,0.75619835,0.74793386,0.7768595,0.78512394,0.7892562,0.8016529,0.8016529,0.78512394,0.78512394,0.7933884,0.7892562,0.7892562,0.7768595,0.74793386,0.71487606,0.7066116,0.6859504,0.6363636,0.59090906,0.45041323,0.5371901,0.59917355,0.6446281,0.677686,0.70247936,0.74793386,0.76033056,0.7768595,0.77272725,0.78099173,0.78512394,0.78512394,0.7892562,0.7892562,0.77272725,0.7644628,0.76033056,0.74793386,0.73966944,0.7107438,0.6942149,0.6859504,0.6404959,0.61570245,0.61157024,0.6404959,0.6735537,0.71900827,0.76859504,0.79752064,0.80991733,0.8016529,0.78099173,0.73966944,0.6859504,0.6652893,0.6446281,0.6280992,0.6322314,0.6570248,0.6942149,0.7066116,0.71487606,0.73966944,0.74793386,0.75619835,0.7768595,0.78512394,0.79752064,0.80991733,0.80991733,0.8016529,0.7892562,0.7892562,0.7933884,0.78512394,0.77272725,0.74793386,0.71900827,0.6983471,0.6528926,0.6198347,0.5661157,0.45867768,0.5289256,0.57438016,0.6322314,0.6735537,0.70247936,0.73140496,0.76033056,0.77272725,0.7768595,0.78099173,0.78099173,0.7933884,0.7892562,0.7892562,0.76859504,0.7644628,0.76033056,0.73966944,0.74380165,0.71900827,0.6859504,0.6652893,0.61157024,0.58264464,0.58677685,0.6487603,0.6983471,0.74793386,0.78512394,0.8057851,0.8140496,0.8057851,0.7892562,0.75619835,0.6942149,0.6528926,0.61157024,0.59504133,0.58264464,0.607438,0.6570248,0.7066116,0.74380165,0.73140496,0.73966944,0.7644628,0.7768595,0.78099173,0.7892562,0.79752064,0.80991733,0.8057851,0.7892562,0.78099173,0.78099173,0.77272725,0.76033056,0.73966944,0.7066116,0.6694215,0.6280992,0.59917355,0.553719,0.446281,0.5371901,0.5495868,0.607438,0.6652893,0.6983471,0.72727275,0.75206614,0.77272725,0.7644628,0.7768595,0.78099173,0.7933884,0.78512394,0.76859504,0.73966944,0.7355372,0.76033056,0.74793386,0.7231405,0.71900827,0.6694215,0.6322314,0.57024795,0.54545456,0.59504133,0.661157,0.7107438,0.76033056,0.7892562,0.79752064,0.8140496,0.80991733,0.7933884,0.76859504,0.70247936,0.6322314,0.5785124,0.5785124,0.5785124,0.59504133,0.57438016,0.62396693,0.71487606,0.7355372,0.74793386,0.76859504,0.78512394,0.78512394,0.78512394,0.78512394,0.79752064,0.79752064,0.7892562,0.7768595,0.76859504,0.75619835,0.74793386,0.72727275,0.70247936,0.6446281,0.61570245,0.5785124,0.54545456,0.4338843,0.5289256,0.54545456,0.58264464,0.6446281,0.69008267,0.71487606,0.74380165,0.7644628,0.7644628,0.76033056,0.76859504,0.78099173,0.7768595,0.77272725,0.75206614,0.73140496,0.74793386,0.75619835,0.71900827,0.7066116,0.6528926,0.59090906,0.56198347,0.553719,0.59504133,0.661157,0.6942149,0.74380165,0.78099173,0.7933884,0.8057851,0.8057851,0.78099173,0.75619835,0.70247936,0.61570245,0.58264464,0.60330576,0.6280992,0.6446281,0.59090906,0.53305787,0.6280992,0.6818182,0.73140496,0.74793386,0.76859504,0.76859504,0.7768595,0.78099173,0.7892562,0.7933884,0.78099173,0.76859504,0.7644628,0.75206614,0.72727275,0.7066116,0.6818182,0.6198347,0.58677685,0.56198347,0.5247934,0.40495867,0.5289256,0.53305787,0.553719,0.61570245,0.6652893,0.69008267,0.73140496,0.76033056,0.76033056,0.74793386,0.75619835,0.7644628,0.76033056,0.76033056,0.7644628,0.76033056,0.74380165,0.75206614,0.71900827,0.69008267,0.60330576,0.57024795,0.59504133,0.57024795,0.59917355,0.6404959,0.6735537,0.7231405,0.77272725,0.7933884,0.8057851,0.8057851,0.78099173,0.73966944,0.69008267,0.61570245,0.59090906,0.6280992,0.6404959,0.6446281,0.6280992,0.5041322,0.5661157,0.6322314,0.6735537,0.70247936,0.73966944,0.76033056,0.77272725,0.7768595,0.77272725,0.7768595,0.7768595,0.7644628,0.75206614,0.75206614,0.7231405,0.677686,0.6528926,0.59504133,0.55785125,0.5413223,0.5082645,0.38429752,0.5041322,0.5247934,0.5165289,0.59504133,0.6404959,0.677686,0.7107438,0.7355372,0.74380165,0.75206614,0.75619835,0.75619835,0.74793386,0.74380165,0.75206614,0.73966944,0.72727275,0.71900827,0.70247936,0.6818182,0.5371901,0.54545456,0.59917355,0.58264464,0.59917355,0.6322314,0.6528926,0.7066116,0.75619835,0.7892562,0.8057851,0.8057851,0.78099173,0.73140496,0.677686,0.62396693,0.59917355,0.62396693,0.62396693,0.6322314,0.59504133,0.5082645,0.5661157,0.6446281,0.6528926,0.661157,0.6983471,0.72727275,0.74793386,0.7644628,0.76033056,0.75206614,0.75206614,0.75206614,0.74380165,0.72727275,0.7066116,0.6652893,0.6198347,0.5661157,0.54545456,0.5165289,0.5,0.38842976,0.45041323,0.5123967,0.5041322,0.58264464,0.6363636,0.6694215,0.70247936,0.71487606,0.72727275,0.73966944,0.75206614,0.75619835,0.73966944,0.7355372,0.72727275,0.7231405,0.6942149,0.70247936,0.69008267,0.6652893,0.55785125,0.5082645,0.56198347,0.55785125,0.5661157,0.61157024,0.6404959,0.70247936,0.74380165,0.7644628,0.7892562,0.8016529,0.77272725,0.7231405,0.6652893,0.60330576,0.57024795,0.58264464,0.59504133,0.59090906,0.5413223,0.5289256,0.59917355,0.677686,0.661157,0.6570248,0.6570248,0.6859504,0.7066116,0.72727275,0.73966944,0.74793386,0.75206614,0.74793386,0.73140496,0.70247936,0.6859504,0.6446281,0.59090906,0.54545456,0.5206612,0.5123967,0.4752066,0.41322315,0.4090909,0.4876033,0.5206612,0.55785125,0.607438,0.6570248,0.69008267,0.6983471,0.7107438,0.7231405,0.7231405,0.7355372,0.7355372,0.73140496,0.6818182,0.69008267,0.6859504,0.6694215,0.6942149,0.6818182,0.59504133,0.48347107,0.49173555,0.5,0.49586776,0.53305787,0.59504133,0.661157,0.7066116,0.73140496,0.73966944,0.76033056,0.74380165,0.70247936,0.62396693,0.5495868,0.5,0.5,0.5247934,0.5289256,0.5041322,0.55785125,0.62396693,0.70247936,0.70247936,0.677686,0.6528926,0.6446281,0.6652893,0.6942149,0.7107438,0.72727275,0.73966944,0.73966944,0.7107438,0.6818182,0.6363636,0.59504133,0.57438016,0.5247934,0.5206612,0.5041322,0.45867768,0.4214876,0.3966942,0.446281,0.5165289,0.5495868,0.58264464,0.6280992,0.6735537,0.6859504,0.70247936,0.70247936,0.69008267,0.7066116,0.7107438,0.7107438,0.6280992,0.6404959,0.6694215,0.661157,0.6983471,0.69008267,0.6198347,0.5206612,0.41322315,0.40082645,0.38842976,0.41735536,0.5041322,0.58677685,0.6363636,0.661157,0.677686,0.6983471,0.6818182,0.6363636,0.54545456,0.45454547,0.38842976,0.3553719,0.4090909,0.47107437,0.5165289,0.57438016,0.6322314,0.6983471,0.7231405,0.7066116,0.6818182,0.6487603,0.6570248,0.6694215,0.6818182,0.6942149,0.7107438,0.7107438,0.677686,0.6528926,0.62396693,0.58264464,0.55785125,0.5247934,0.5041322,0.4752066,0.45867768,0.4090909,0.40495867,0.42975205,0.49173555,0.53305787,0.5661157,0.60330576,0.6404959,0.6652893,0.677686,0.677686,0.6735537,0.6942149,0.6859504,0.6942149,0.6528926,0.6570248,0.6652893,0.677686,0.69008267,0.6983471,0.661157,0.56198347,0.446281,0.30578512,0.23140496,0.21487603,0.3677686,0.48347107,0.5206612,0.553719,0.59090906,0.60330576,0.58677685,0.5289256,0.45041323,0.38842976,0.3305785,0.3553719,0.4338843,0.49173555,0.55785125,0.59504133,0.6322314,0.6859504,0.71900827,0.71900827,0.70247936,0.6735537,0.6487603,0.6528926,0.661157,0.6570248,0.6859504,0.677686,0.6570248,0.6404959,0.60330576,0.5785124,0.5413223,0.5247934,0.49173555,0.45867768,0.45867768,0.38016528,0.40495867,0.41735536,0.46694216,0.5,0.5413223,0.5785124,0.61570245,0.6404959,0.6446281,0.661157,0.6694215,0.6694215,0.6735537,0.6694215,0.661157,0.677686,0.6735537,0.677686,0.6983471,0.70247936,0.6942149,0.6363636,0.53305787,0.36363637,0.24793388,0.19421488,0.2107438,0.3264463,0.4090909,0.4338843,0.47933885,0.4876033,0.46280992,0.41735536,0.41322315,0.42975205,0.42975205,0.46694216,0.5371901,0.553719,0.58264464,0.60330576,0.6280992,0.6735537,0.6983471,0.7107438,0.7107438,0.6983471,0.6735537,0.6528926,0.6363636,0.6446281,0.6528926,0.6487603,0.6446281,0.6404959,0.59090906,0.55785125,0.5495868,0.5041322,0.48347107,0.46694216,0.45454547,0.32231405,0.41322315,0.3966942,0.42975205,0.46280992,0.49586776,0.5495868,0.59504133,0.6280992,0.6404959,0.6487603,0.661157,0.6652893,0.6528926,0.6487603,0.6528926,0.6652893,0.677686,0.6859504,0.6942149,0.7066116,0.71487606,0.6859504,0.6363636,0.5247934,0.36363637,0.26859504,0.23140496,0.21487603,0.2644628,0.3181818,0.3429752,0.3553719,0.35950413,0.40495867,0.46280992,0.4876033,0.5041322,0.5041322,0.54545456,0.57438016,0.59917355,0.59504133,0.61157024,0.6404959,0.6570248,0.6735537,0.6818182,0.6652893,0.6487603,0.6404959,0.6363636,0.6404959,0.6280992,0.6322314,0.6280992,0.61570245,0.59504133,0.5413223,0.5289256,0.48347107,0.4752066,0.4752066,0.446281,0.29338843,0.38429752,0.39256197,0.3966942,0.43801653,0.46694216,0.5123967,0.57024795,0.607438,0.6280992,0.6363636,0.6528926,0.6528926,0.6487603,0.6404959,0.6404959,0.6280992,0.661157,0.661157,0.6652893,0.677686,0.6942149,0.69008267,0.6735537,0.61570245,0.5,0.37190083,0.28512397,0.25619835,0.23966943,0.22727273,0.24793388,0.30991736,0.37190083,0.446281,0.5041322,0.5041322,0.5041322,0.5041322,0.5206612,0.56198347,0.59090906,0.58264464,0.59917355,0.61570245,0.6198347,0.6280992,0.6446281,0.6322314,0.607438,0.59504133,0.59917355,0.6322314,0.62396693,0.61157024,0.60330576,0.59090906,0.58264464,0.53305787,0.5082645,0.46280992,0.47107437,0.4752066,0.44214877,0.2892562,0.34710744,0.38429752,0.40082645,0.4214876,0.4338843,0.4752066,0.5413223,0.59090906,0.607438,0.6280992,0.6446281,0.6363636,0.6280992,0.61157024,0.6198347,0.61157024,0.62396693,0.6280992,0.6280992,0.6322314,0.661157,0.6652893,0.6446281,0.607438,0.57438016,0.5082645,0.4090909,0.35950413,0.34710744,0.35950413,0.37603307,0.40082645,0.44214877,0.47933885,0.5041322,0.49173555,0.5041322,0.5289256,0.5206612,0.5495868,0.56198347,0.553719,0.57024795,0.59504133,0.59090906,0.58677685,0.59917355,0.59917355,0.58677685,0.58264464,0.5661157,0.607438,0.61157024,0.59917355,0.58264464,0.5661157,0.56198347,0.5165289,0.48347107,0.46694216,0.46694216,0.45454547,0.40082645,0.29338843,0.30165288,0.36363637,0.39256197,0.40082645,0.41322315,0.45041323,0.5123967,0.5661157,0.58264464,0.61570245,0.6487603,0.6198347,0.59917355,0.58264464,0.59090906,0.60330576,0.59917355,0.60330576,0.60330576,0.59917355,0.62396693,0.6363636,0.6198347,0.60330576,0.59090906,0.553719,0.5206612,0.4876033,0.48347107,0.49173555,0.48347107,0.48347107,0.46694216,0.47933885,0.5289256,0.5123967,0.5123967,0.53305787,0.5371901,0.54545456,0.5495868,0.53305787,0.5371901,0.56198347,0.553719,0.54545456,0.54545456,0.5495868,0.5661157,0.57438016,0.553719,0.58264464,0.607438,0.61157024,0.57024795,0.5495868,0.5247934,0.49586776,0.47107437,0.446281,0.46280992,0.42561984,0.38429752,0.30165288,0.30578512,0.338843,0.38016528,0.39256197,0.40495867,0.42561984,0.47107437,0.53305787,0.5661157,0.59504133,0.6363636,0.61157024,0.56198347,0.56198347,0.56198347,0.57438016,0.57438016,0.57438016,0.58264464,0.59090906,0.59917355,0.607438,0.59917355,0.59090906,0.59090906,0.57024795,0.56198347,0.5495868,0.5413223,0.5371901,0.5289256,0.5371901,0.5123967,0.49173555,0.5289256,0.5413223,0.5247934,0.54545456,0.55785125,0.56198347,0.55785125,0.5413223,0.53305787,0.5289256,0.5041322,0.45867768,0.44214877,0.4752066,0.5289256,0.5495868,0.5413223,0.57438016,0.607438,0.59504133,0.56198347,0.5206612,0.5082645,0.45867768,0.43801653,0.42975205,0.44214877,0.4090909,0.338843,0.3429752,0.35123968,0.30165288,0.33471075,0.39256197,0.4214876,0.3966942,0.446281,0.49586776,0.5495868,0.58677685,0.6280992,0.6198347,0.5413223,0.5413223,0.5371901,0.5495868,0.53305787,0.5247934,0.5371901,0.57024795,0.58677685,0.58677685,0.58677685,0.59504133,0.58677685,0.59090906,0.6198347,0.6280992,0.6322314,0.6198347,0.59504133,0.58264464,0.58677685,0.57024795,0.57024795,0.58264464,0.59090906,0.58677685,0.57438016,0.5661157,0.553719,0.5371901,0.5247934,0.47933885,0.4214876,0.40082645,0.38429752,0.4090909,0.46694216,0.5082645,0.53305787,0.57438016,0.59917355,0.57438016,0.5413223,0.49173555,0.4752066,0.42975205,0.43801653,0.42561984,0.4090909,0.3677686,0.32231405,0.18181819,0.1322314,0.16115703,0.30991736,0.36363637,0.38842976,0.3966942,0.38429752,0.45867768,0.5123967,0.55785125,0.60330576,0.6446281,0.5661157,0.5413223,0.5206612,0.5123967,0.46280992,0.42975205,0.4338843,0.48347107,0.5247934,0.5371901,0.5495868,0.57438016,0.56198347,0.55785125,0.60330576,0.6404959,0.6735537,0.6694215,0.6404959,0.6198347,0.62396693,0.6322314,0.6322314,0.60330576,0.59504133,0.58264464,0.54545456,0.5165289,0.46280992,0.42561984,0.4090909,0.41322315,0.47107437,0.5123967,0.5041322,0.48347107,0.46280992,0.49586776,0.54545456,0.58264464,0.57438016,0.553719,0.5165289,0.45041323,0.43801653,0.43801653,0.44214877,0.4214876,0.38016528,0.3305785,0.30578512,0.10743801,0.14876033,0.2892562,0.38429752,0.33471075,0.34710744,0.41322315,0.38842976,0.3677686,0.46694216,0.5247934,0.58677685,0.6280992,0.59090906,0.5413223,0.5165289,0.47933885,0.42561984,0.38429752,0.3429752,0.3264463,0.3553719,0.38429752,0.39256197,0.41322315,0.41322315,0.41735536,0.4338843,0.47107437,0.5082645,0.5206612,0.553719,0.553719,0.5371901,0.5206612,0.49173555,0.45454547,0.41735536,0.38016528,0.35123968,0.35123968,0.35123968,0.37603307,0.41735536,0.47107437,0.5413223,0.57438016,0.5661157,0.5371901,0.49173555,0.5,0.553719,0.57438016,0.54545456,0.5041322,0.48347107,0.41735536,0.41735536,0.43801653,0.41735536,0.39256197,0.33471075,0.30578512,0.3181818,0.2768595,0.41322315,0.4752066,0.49173555,0.35950413,0.30578512,0.38016528,0.40495867,0.36363637,0.37190083,0.4876033,0.54545456,0.59917355,0.58677685,0.54545456,0.5413223,0.5123967,0.5123967,0.4876033,0.46280992,0.41322315,0.36363637,0.37190083,0.37190083,0.36363637,0.338843,0.3181818,0.3181818,0.32231405,0.3264463,0.3429752,0.3677686,0.38429752,0.37603307,0.37190083,0.35950413,0.35123968,0.3429752,0.338843,0.3677686,0.41322315,0.4338843,0.44214877,0.47107437,0.5123967,0.553719,0.5785124,0.56198347,0.553719,0.5206612,0.5082645,0.5247934,0.5247934,0.49586776,0.45454547,0.43801653,0.41322315,0.4214876,0.41735536,0.39256197,0.35123968,0.30578512,0.30578512,0.3181818,0.4876033,0.5289256,0.4876033,0.49173555,0.44214877,0.30991736,0.32231405,0.36363637,0.35950413,0.3264463,0.38016528,0.48347107,0.5247934,0.56198347,0.55785125,0.5495868,0.55785125,0.58264464,0.57438016,0.553719,0.5371901,0.48347107,0.45867768,0.4752066,0.49173555,0.5,0.46694216,0.446281,0.42975205,0.41735536,0.41322315,0.40082645,0.38842976,0.4090909,0.41322315,0.42975205,0.45041323,0.45041323,0.45454547,0.4752066,0.46694216,0.45454547,0.46280992,0.49173555,0.53305787,0.5661157,0.5785124,0.5495868,0.553719,0.5289256,0.5165289,0.49173555,0.4752066,0.45454547,0.4214876,0.41322315,0.41735536,0.42561984,0.3966942,0.35950413,0.30991736,0.29338843,0.30991736,0.3181818,0.5413223,0.553719,0.4876033,0.4752066,0.4876033,0.38016528,0.30165288,0.3140496,0.338843,0.34710744,0.33471075,0.39256197,0.45867768,0.5041322,0.53305787,0.5289256,0.5371901,0.58264464,0.58264464,0.57024795,0.5413223,0.5041322,0.46694216,0.4752066,0.5082645,0.54545456,0.59917355,0.61157024,0.607438,0.58677685,0.59090906,0.58677685,0.553719,0.54545456,0.5371901,0.5247934,0.5289256,0.5082645,0.49586776,0.4752066,0.45454547,0.446281,0.47107437,0.5041322,0.5289256,0.56198347,0.553719,0.5413223,0.5206612,0.53305787,0.5165289,0.5,0.4752066,0.43801653,0.4090909,0.3966942,0.41322315,0.39256197,0.35123968,0.3181818,0.29338843,0.29338843,0.30578512,0.3181818,0.56198347,0.5785124,0.47933885,0.45867768,0.5123967,0.4338843,0.30165288,0.29338843,0.3181818,0.3305785,0.34710744,0.34710744,0.40082645,0.46280992,0.5,0.5,0.5041322,0.5247934,0.5413223,0.553719,0.5247934,0.4876033,0.446281,0.446281,0.47107437,0.46694216,0.5371901,0.61157024,0.6322314,0.6198347,0.6280992,0.6446281,0.6280992,0.61157024,0.59917355,0.5661157,0.54545456,0.5041322,0.46280992,0.45041323,0.446281,0.46280992,0.47933885,0.5123967,0.53305787,0.5371901,0.53305787,0.5247934,0.5289256,0.5289256,0.5165289,0.5,0.46280992,0.42561984,0.40495867,0.40082645,0.38429752,0.3553719,0.3181818,0.30165288,0.28099173,0.30165288,0.3140496,0.3140496,0.56198347,0.59504133,0.46694216,0.45867768,0.5123967,0.47107437,0.35123968,0.2892562,0.29752067,0.30991736,0.3264463,0.35123968,0.36363637,0.40495867,0.446281,0.4752066,0.4876033,0.4876033,0.49173555,0.5041322,0.4876033,0.4752066,0.42561984,0.40495867,0.42975205,0.42975205,0.43801653,0.5165289,0.54545456,0.553719,0.5661157,0.59504133,0.60330576,0.58677685,0.5661157,0.5371901,0.5123967,0.47107437,0.446281,0.44214877,0.45867768,0.47107437,0.5,0.5123967,0.5247934,0.5289256,0.5371901,0.55785125,0.553719,0.553719,0.5123967,0.49586776,0.45867768,0.4214876,0.41735536,0.41322315,0.35123968,0.3140496,0.32231405,0.2768595,0.1983471,0.26859504,0.3264463,0.3140496,0.55785125,0.59917355,0.46280992,0.45867768,0.5082645,0.49173555,0.41735536,0.338843,0.28512397,0.28512397,0.32231405,0.3264463,0.34710744,0.38842976,0.42561984,0.44214877,0.46280992,0.48347107,0.4752066,0.47107437,0.46694216,0.47107437,0.47107437,0.3966942,0.37603307,0.3677686,0.38842976,0.43801653,0.46280992,0.46280992,0.4752066,0.49586776,0.5289256,0.5247934,0.5,0.48347107,0.4876033,0.45867768,0.43801653,0.43801653,0.46280992,0.49173555,0.5123967,0.5165289,0.5206612,0.5413223,0.553719,0.56198347,0.5371901,0.5495868,0.5082645,0.47107437,0.43801653,0.42975205,0.41322315,0.37603307,0.30578512,0.30165288,0.34710744,0.23966943,0.11983471,0.19421488,0.33471075,0.3264463,0.56198347,0.59917355,0.47107437,0.45867768,0.5123967,0.5041322,0.46280992,0.40082645,0.30991736,0.2644628,0.3140496,0.3181818,0.338843,0.37603307,0.41735536,0.446281,0.47933885,0.49586776,0.48347107,0.45454547,0.46694216,0.46694216,0.46280992,0.45041323,0.41322315,0.37190083,0.33471075,0.3677686,0.38842976,0.38842976,0.39256197,0.37190083,0.40495867,0.41735536,0.4090909,0.40082645,0.4090909,0.4090909,0.42561984,0.45454547,0.48347107,0.5123967,0.5289256,0.5247934,0.53305787,0.55785125,0.57024795,0.57024795,0.5495868,0.5206612,0.49586776,0.4338843,0.42561984,0.42561984,0.38842976,0.3140496,0.28099173,0.3305785,0.3553719,0.19008264,0.08264463,0.1322314,0.33471075,0.3429752,0.54545456,0.60330576,0.47933885,0.46280992,0.5041322,0.5247934,0.49173555,0.44214877,0.3677686,0.28099173,0.27272728,0.30165288,0.3264463,0.34710744,0.39256197,0.44214877,0.4876033,0.5206612,0.5206612,0.5,0.49173555,0.4876033,0.4876033,0.47933885,0.46694216,0.45041323,0.39256197,0.37190083,0.35950413,0.36363637,0.37190083,0.3429752,0.35123968,0.3677686,0.37190083,0.38429752,0.40082645,0.4214876,0.45041323,0.49586776,0.5165289,0.5289256,0.54545456,0.5495868,0.56198347,0.56198347,0.5661157,0.5661157,0.5371901,0.4752066,0.446281,0.42561984,0.4214876,0.3966942,0.32231405,0.28099173,0.3264463,0.37603307,0.3677686,0.22727273,0.09090909,0.1322314,0.338843,0.34710744,0.5123967,0.59917355,0.45867768,0.47933885,0.49586776,0.5371901,0.5082645,0.47107437,0.4090909,0.3140496,0.27272728,0.28512397,0.30991736,0.33471075,0.35123968,0.40495867,0.45867768,0.5082645,0.54545456,0.553719,0.5289256,0.53305787,0.5041322,0.5041322,0.5,0.47933885,0.46280992,0.42561984,0.4090909,0.40082645,0.4090909,0.3966942,0.3966942,0.41735536,0.44214877,0.46694216,0.4876033,0.5041322,0.5206612,0.5495868,0.56198347,0.57438016,0.5785124,0.58677685,0.58677685,0.57024795,0.56198347,0.5289256,0.49586776,0.43801653,0.4090909,0.42561984,0.40495867,0.3429752,0.2892562,0.3305785,0.38842976,0.40082645,0.37190083,0.3429752,0.19008264,0.17768595,0.3553719,0.338843,0.5165289,0.5785124,0.4338843,0.4876033,0.5165289,0.5289256,0.5371901,0.4876033,0.446281,0.37190083,0.29752067,0.2644628,0.29338843,0.3181818,0.3264463,0.3429752,0.4090909,0.47933885,0.53305787,0.57438016,0.5785124,0.58264464,0.5661157,0.57438016,0.57024795,0.54545456,0.5206612,0.49586776,0.4876033,0.5,0.5082645,0.5,0.5123967,0.5247934,0.553719,0.5661157,0.58264464,0.59090906,0.59504133,0.60330576,0.607438,0.61570245,0.607438,0.59504133,0.58677685,0.56198347,0.55785125,0.47933885,0.43801653,0.41322315,0.3966942,0.3966942,0.32231405,0.2892562,0.3181818,0.38016528,0.41735536,0.39256197,0.39256197,0.42561984,0.2644628,0.24793388,0.37603307,0.338843,0.5041322,0.5661157,0.41322315,0.4876033,0.5247934,0.53305787,0.5495868,0.5165289,0.47107437,0.4214876,0.338843,0.27272728,0.26859504,0.29338843,0.30991736,0.3181818,0.3553719,0.41735536,0.5041322,0.56198347,0.58264464,0.59917355,0.61570245,0.62396693,0.6528926,0.6487603,0.6198347,0.60330576,0.5785124,0.57438016,0.58677685,0.58677685,0.59090906,0.607438,0.6280992,0.6322314,0.6280992,0.6363636,0.6280992,0.6322314,0.6322314,0.6280992,0.59504133,0.57438016,0.57024795,0.5371901,0.5123967,0.446281,0.4090909,0.3966942,0.38429752,0.338843,0.28099173,0.30578512,0.38842976,0.4214876,0.4338843,0.37603307,0.4090909,0.47107437,0.3305785,0.2603306,0.38016528,0.338843,0.47107437,0.55785125,0.45867768,0.46694216,0.53305787,0.53305787,0.5495868,0.5495868,0.5,0.446281,0.39256197,0.3181818,0.27272728,0.26859504,0.2892562,0.30165288,0.30578512,0.34710744,0.43801653,0.5247934,0.5661157,0.59090906,0.607438,0.6363636,0.661157,0.7107438,0.6942149,0.6859504,0.6446281,0.6322314,0.6363636,0.6446281,0.6363636,0.6487603,0.661157,0.661157,0.6487603,0.6487603,0.6446281,0.6404959,0.62396693,0.60330576,0.57438016,0.54545456,0.53305787,0.5,0.45867768,0.40082645,0.37603307,0.37603307,0.33471075,0.2892562,0.30991736,0.38016528,0.4338843,0.45454547,0.4214876,0.36363637,0.41735536,0.49173555,0.39256197,0.2644628,0.38016528,0.34710744,0.446281,0.49173555,0.5371901,0.47933885,0.5289256,0.5413223,0.56198347,0.57024795,0.53305787,0.48347107,0.4214876,0.37603307,0.30991736,0.25619835,0.26859504,0.28512397,0.29338843,0.29752067,0.35123968,0.44214877,0.5165289,0.56198347,0.59504133,0.61570245,0.6487603,0.677686,0.69008267,0.70247936,0.6859504,0.6694215,0.6735537,0.6735537,0.6652893,0.6694215,0.6735537,0.6694215,0.6528926,0.6528926,0.6446281,0.6363636,0.607438,0.57438016,0.54545456,0.5289256,0.49586776,0.45041323,0.38842976,0.35123968,0.34710744,0.3264463,0.2892562,0.3181818,0.38016528,0.42975205,0.45867768,0.45867768,0.40082645,0.35123968,0.4214876,0.5,0.4090909,0.3305785,0.35950413,0.3429752,0.41735536,0.44214877,0.5041322,0.5371901,0.5289256,0.5495868,0.56198347,0.58677685,0.56198347,0.5206612,0.46280992,0.41322315,0.35123968,0.28512397,0.25619835,0.25619835,0.28512397,0.2892562,0.28099173,0.34710744,0.42561984,0.4876033,0.54545456,0.56198347,0.59504133,0.61157024,0.661157,0.6694215,0.6735537,0.6487603,0.6487603,0.6446281,0.6404959,0.6446281,0.661157,0.6652893,0.6528926,0.6404959,0.6322314,0.60330576,0.57438016,0.5371901,0.5082645,0.5,0.45041323,0.38429752,0.338843,0.3181818,0.3140496,0.28512397,0.30991736,0.38016528,0.42561984,0.45867768,0.46280992,0.43801653,0.37603307,0.35123968,0.42561984,0.49173555,0.38429752,0.3677686,0.338843,0.3429752,0.43801653,0.3966942,0.446281,0.48347107,0.5495868,0.5371901,0.5661157,0.59090906,0.58677685,0.55785125,0.5082645,0.45041323,0.38842976,0.3305785,0.28099173,0.23966943,0.2644628,0.28512397,0.2644628,0.27272728,0.3305785,0.42561984,0.4876033,0.5206612,0.5371901,0.553719,0.59090906,0.61157024,0.61570245,0.59090906,0.553719,0.54545456,0.55785125,0.57024795,0.58677685,0.60330576,0.607438,0.59504133,0.58677685,0.553719,0.53305787,0.47933885,0.4752066,0.4338843,0.38429752,0.33471075,0.30578512,0.2892562,0.28099173,0.3140496,0.38016528,0.43801653,0.47107437,0.47933885,0.46694216,0.41735536,0.3553719,0.36363637,0.43801653,0.43801653,0.37190083,0.37190083,0.3264463,0.35950413,0.5,0.40082645,0.41322315,0.45454547,0.49173555,0.53305787,0.5495868,0.58264464,0.59917355,0.59090906,0.5495868,0.49173555,0.42975205,0.37190083,0.3181818,0.27272728,0.25619835,0.2603306,0.26859504,0.24793388,0.2644628,0.32231405,0.40082645,0.45041323,0.45867768,0.4876033,0.5,0.5247934,0.5247934,0.5206612,0.5,0.49173555,0.48347107,0.4876033,0.5165289,0.5247934,0.5371901,0.5289256,0.5206612,0.48347107,0.46280992,0.42975205,0.41735536,0.35123968,0.30578512,0.30578512,0.27272728,0.26859504,0.30578512,0.37190083,0.43801653,0.47933885,0.49173555,0.4876033,0.45454547,0.39256197,0.338843,0.3966942,0.446281,0.35950413,0.38842976,0.34710744,0.3181818,0.38429752,8 +0.5206612,0.53305787,0.5413223,0.5785124,0.62396693,0.6404959,0.6487603,0.6404959,0.6487603,0.6446281,0.661157,0.6694215,0.6859504,0.6735537,0.661157,0.6694215,0.6942149,0.7231405,0.73140496,0.75206614,0.75619835,0.78099173,0.79752064,0.79752064,0.8016529,0.8016529,0.8057851,0.80991733,0.80991733,0.80991733,0.80991733,0.8140496,0.80991733,0.8057851,0.8057851,0.79752064,0.78512394,0.7933884,0.8016529,0.78099173,0.76859504,0.77272725,0.7644628,0.74793386,0.74380165,0.74793386,0.72727275,0.7107438,0.7107438,0.70247936,0.69008267,0.6694215,0.6818182,0.6694215,0.6735537,0.6528926,0.61570245,0.59090906,0.54545456,0.5123967,0.4752066,0.446281,0.3140496,0.09090909,0.5041322,0.5289256,0.54545456,0.57024795,0.6198347,0.6363636,0.6446281,0.6487603,0.6446281,0.6487603,0.6652893,0.661157,0.6818182,0.677686,0.6652893,0.6694215,0.6818182,0.7107438,0.72727275,0.74793386,0.76033056,0.7768595,0.7933884,0.7933884,0.79752064,0.8016529,0.8016529,0.80991733,0.8057851,0.8057851,0.8057851,0.80991733,0.80991733,0.79752064,0.7933884,0.79752064,0.78512394,0.7892562,0.79752064,0.78099173,0.77272725,0.7768595,0.76859504,0.75206614,0.74793386,0.75619835,0.72727275,0.7107438,0.71487606,0.6983471,0.69008267,0.677686,0.6859504,0.6942149,0.677686,0.6528926,0.62396693,0.59090906,0.53305787,0.5247934,0.4876033,0.42561984,0.36363637,0.1322314,0.5082645,0.5247934,0.5495868,0.57024795,0.61157024,0.6404959,0.6363636,0.6487603,0.6570248,0.6570248,0.6735537,0.6735537,0.677686,0.6942149,0.6942149,0.70247936,0.71900827,0.73140496,0.74380165,0.74793386,0.7644628,0.78512394,0.7933884,0.79752064,0.8016529,0.8016529,0.79752064,0.8016529,0.8057851,0.80991733,0.8057851,0.80991733,0.8181818,0.79752064,0.78099173,0.78512394,0.7892562,0.7933884,0.79752064,0.78512394,0.78512394,0.78099173,0.7768595,0.76033056,0.76859504,0.74793386,0.72727275,0.72727275,0.7107438,0.70247936,0.7066116,0.69008267,0.6859504,0.70247936,0.6942149,0.6652893,0.62396693,0.58677685,0.5289256,0.5206612,0.4876033,0.45454547,0.3677686,0.20247933,0.49586776,0.5165289,0.5495868,0.57438016,0.59917355,0.6322314,0.6446281,0.661157,0.6694215,0.6694215,0.677686,0.6859504,0.6942149,0.6983471,0.71487606,0.7231405,0.7355372,0.74793386,0.75619835,0.7644628,0.7768595,0.7892562,0.79752064,0.8016529,0.8057851,0.80991733,0.79752064,0.79752064,0.8057851,0.8140496,0.80991733,0.80991733,0.8140496,0.80991733,0.78512394,0.7933884,0.79752064,0.8016529,0.79752064,0.7933884,0.7933884,0.78099173,0.78099173,0.7644628,0.76859504,0.75619835,0.7355372,0.73140496,0.72727275,0.7066116,0.7231405,0.71900827,0.69008267,0.71487606,0.6983471,0.69008267,0.61570245,0.59090906,0.5371901,0.5041322,0.49586776,0.45867768,0.4214876,0.24380165,0.49586776,0.5082645,0.54545456,0.58677685,0.61157024,0.6404959,0.6528926,0.6694215,0.677686,0.69008267,0.6859504,0.70247936,0.71900827,0.71487606,0.71900827,0.73966944,0.7355372,0.73966944,0.76033056,0.7768595,0.78512394,0.7933884,0.8016529,0.8016529,0.80991733,0.8140496,0.8057851,0.8016529,0.8057851,0.8181818,0.8140496,0.8057851,0.8140496,0.8181818,0.80991733,0.8057851,0.8057851,0.8140496,0.8057851,0.79752064,0.7933884,0.78512394,0.7768595,0.76859504,0.77272725,0.76033056,0.74793386,0.75206614,0.74380165,0.73140496,0.73140496,0.74380165,0.7066116,0.71487606,0.7066116,0.69008267,0.607438,0.58677685,0.5413223,0.5,0.49173555,0.4752066,0.45041323,0.30578512,0.5,0.5082645,0.5495868,0.607438,0.6280992,0.6487603,0.6652893,0.6735537,0.69008267,0.70247936,0.7066116,0.71900827,0.73140496,0.73140496,0.7355372,0.73966944,0.74793386,0.76033056,0.7644628,0.76859504,0.7768595,0.79752064,0.8057851,0.8016529,0.8140496,0.8140496,0.8140496,0.8140496,0.8181818,0.8181818,0.822314,0.822314,0.8181818,0.8140496,0.8181818,0.8140496,0.8016529,0.8057851,0.8140496,0.7933884,0.7933884,0.7892562,0.77272725,0.7768595,0.77272725,0.75206614,0.7644628,0.75619835,0.73966944,0.75206614,0.74380165,0.7355372,0.73140496,0.72727275,0.7066116,0.6735537,0.6280992,0.59090906,0.56198347,0.5082645,0.4876033,0.47933885,0.47107437,0.35123968,0.5082645,0.5206612,0.5661157,0.61570245,0.6363636,0.6446281,0.6652893,0.69008267,0.7066116,0.71900827,0.72727275,0.7355372,0.73140496,0.74380165,0.73966944,0.74380165,0.76033056,0.77272725,0.7768595,0.77272725,0.77272725,0.7933884,0.8016529,0.8057851,0.80991733,0.80991733,0.8140496,0.8181818,0.822314,0.8181818,0.8140496,0.822314,0.80991733,0.822314,0.80991733,0.8140496,0.8016529,0.8057851,0.8057851,0.7933884,0.7892562,0.78099173,0.78099173,0.78099173,0.7768595,0.76033056,0.76859504,0.77272725,0.75619835,0.75206614,0.75206614,0.72727275,0.72727275,0.73140496,0.71487606,0.6735537,0.6363636,0.607438,0.57438016,0.5206612,0.49173555,0.4752066,0.49173555,0.38016528,0.5041322,0.53305787,0.5661157,0.607438,0.6446281,0.6652893,0.6735537,0.6859504,0.7107438,0.72727275,0.73140496,0.74380165,0.74793386,0.76033056,0.75619835,0.75619835,0.76859504,0.77272725,0.7892562,0.7892562,0.7768595,0.7892562,0.79752064,0.8016529,0.80991733,0.8057851,0.8140496,0.8181818,0.822314,0.8140496,0.80991733,0.822314,0.8181818,0.8181818,0.80991733,0.8057851,0.8016529,0.8016529,0.79752064,0.7933884,0.78099173,0.7892562,0.78512394,0.78512394,0.78512394,0.77272725,0.77272725,0.76033056,0.74793386,0.74793386,0.73966944,0.7107438,0.6983471,0.6983471,0.6818182,0.6528926,0.6322314,0.6404959,0.59917355,0.53305787,0.48347107,0.4752066,0.49586776,0.4214876,0.5082645,0.5289256,0.5661157,0.61157024,0.6404959,0.677686,0.6859504,0.6942149,0.7231405,0.72727275,0.73140496,0.74380165,0.75619835,0.76033056,0.75206614,0.76033056,0.7644628,0.77272725,0.78099173,0.7933884,0.76033056,0.75206614,0.79752064,0.7933884,0.79752064,0.7933884,0.8057851,0.80991733,0.8181818,0.8057851,0.80991733,0.8181818,0.8140496,0.80991733,0.8057851,0.79752064,0.7933884,0.79752064,0.7933884,0.78099173,0.78099173,0.79752064,0.7892562,0.78512394,0.78099173,0.76033056,0.74793386,0.7355372,0.7107438,0.6942149,0.6570248,0.59090906,0.53305787,0.49173555,0.4752066,0.4752066,0.5082645,0.553719,0.5661157,0.5495868,0.48347107,0.47107437,0.4876033,0.46694216,0.5123967,0.5289256,0.553719,0.61570245,0.6446281,0.677686,0.70247936,0.71487606,0.7107438,0.6983471,0.71900827,0.71900827,0.7231405,0.73140496,0.73140496,0.75206614,0.74793386,0.75619835,0.76859504,0.7768595,0.76033056,0.75619835,0.7892562,0.7892562,0.78512394,0.78099173,0.7892562,0.79752064,0.8057851,0.8057851,0.79752064,0.8057851,0.7892562,0.7892562,0.8016529,0.78512394,0.78099173,0.78099173,0.76033056,0.76033056,0.7768595,0.78512394,0.77272725,0.75206614,0.72727275,0.677686,0.6652893,0.6363636,0.60330576,0.553719,0.49173555,0.42975205,0.3966942,0.34710744,0.32231405,0.3140496,0.3140496,0.3553719,0.40082645,0.46280992,0.4752066,0.46694216,0.4876033,0.5165289,0.5123967,0.5247934,0.56198347,0.6280992,0.6446281,0.6528926,0.6446281,0.61570245,0.57438016,0.59504133,0.61570245,0.62396693,0.62396693,0.6404959,0.6818182,0.70247936,0.69008267,0.7355372,0.74793386,0.74380165,0.75619835,0.76033056,0.7644628,0.7768595,0.76859504,0.7644628,0.77272725,0.78099173,0.7892562,0.78512394,0.7933884,0.7892562,0.77272725,0.78099173,0.78099173,0.76859504,0.74380165,0.7355372,0.71487606,0.6983471,0.71900827,0.7231405,0.677686,0.59917355,0.5495868,0.48347107,0.46694216,0.45867768,0.38842976,0.32231405,0.3181818,0.30991736,0.28099173,0.29752067,0.29338843,0.2892562,0.2768595,0.2768595,0.28099173,0.30991736,0.38016528,0.43801653,0.48347107,0.5371901,0.5041322,0.5165289,0.55785125,0.59090906,0.553719,0.5,0.43801653,0.41735536,0.41735536,0.45454547,0.46694216,0.47107437,0.45867768,0.47107437,0.5165289,0.55785125,0.553719,0.59917355,0.661157,0.6818182,0.71487606,0.72727275,0.72727275,0.71900827,0.72727275,0.72727275,0.74380165,0.75619835,0.76033056,0.75619835,0.76859504,0.7644628,0.76033056,0.75619835,0.74380165,0.7231405,0.6983471,0.6818182,0.6446281,0.57438016,0.59090906,0.61157024,0.5041322,0.37190083,0.3181818,0.30578512,0.29752067,0.2768595,0.24380165,0.24380165,0.2603306,0.29338843,0.34710744,0.40082645,0.41735536,0.41322315,0.40082645,0.38842976,0.35950413,0.3181818,0.29752067,0.38842976,0.4752066,0.5206612,0.5041322,0.49586776,0.44214877,0.39256197,0.37603307,0.29338843,0.23966943,0.26859504,0.28099173,0.3181818,0.3305785,0.33471075,0.32231405,0.32231405,0.29752067,0.338843,0.33471075,0.35950413,0.446281,0.5247934,0.5495868,0.59504133,0.6322314,0.6446281,0.6487603,0.6859504,0.7066116,0.72727275,0.7107438,0.71900827,0.7355372,0.7355372,0.72727275,0.71487606,0.69008267,0.6570248,0.62396693,0.58677685,0.5413223,0.49173555,0.48347107,0.49173555,0.35950413,0.23966943,0.21900827,0.23966943,0.22727273,0.20661157,0.21487603,0.2644628,0.33471075,0.38016528,0.40082645,0.41322315,0.4214876,0.42975205,0.45867768,0.4752066,0.46694216,0.45041323,0.38842976,0.41735536,0.46280992,0.5123967,0.48347107,0.37603307,0.25619835,0.26859504,0.26859504,0.29752067,0.29338843,0.3429752,0.34710744,0.32231405,0.2892562,0.2768595,0.2644628,0.2603306,0.20661157,0.2520661,0.24380165,0.20247933,0.20661157,0.23966943,0.2768595,0.3140496,0.4214876,0.49173555,0.5289256,0.59090906,0.6322314,0.6487603,0.6652893,0.6818182,0.6859504,0.69008267,0.6942149,0.69008267,0.661157,0.62396693,0.57438016,0.5,0.45867768,0.45041323,0.4214876,0.39256197,0.2892562,0.20247933,0.19421488,0.20661157,0.20247933,0.2231405,0.25619835,0.30578512,0.32231405,0.338843,0.35950413,0.3553719,0.34710744,0.32231405,0.38429752,0.446281,0.4752066,0.47933885,0.47107437,0.46694216,0.46694216,0.5082645,0.4090909,0.338843,0.2768595,0.28512397,0.35123968,0.41735536,0.3966942,0.42975205,0.41322315,0.36363637,0.32231405,0.28512397,0.29752067,0.26859504,0.2107438,0.1983471,0.1983471,0.18181819,0.16528925,0.18181819,0.20661157,0.23140496,0.3140496,0.35950413,0.4214876,0.47933885,0.5289256,0.56198347,0.607438,0.6528926,0.6652893,0.6694215,0.6942149,0.6859504,0.6322314,0.57438016,0.5165289,0.43801653,0.41735536,0.4214876,0.37603307,0.3140496,0.2603306,0.23140496,0.21900827,0.20661157,0.18181819,0.22727273,0.2231405,0.18595041,0.2107438,0.27272728,0.2644628,0.24380165,0.30578512,0.26859504,0.30165288,0.35950413,0.4338843,0.48347107,0.5123967,0.5165289,0.48347107,0.5041322,0.40082645,0.37190083,0.33471075,0.36363637,0.3966942,0.4214876,0.39256197,0.36363637,0.33471075,0.3264463,0.30991736,0.30578512,0.29338843,0.2603306,0.21487603,0.20247933,0.19421488,0.17355372,0.18595041,0.17768595,0.17768595,0.2107438,0.27272728,0.30991736,0.35950413,0.4090909,0.46694216,0.5165289,0.57024795,0.62396693,0.6528926,0.661157,0.69008267,0.6859504,0.6404959,0.5785124,0.5165289,0.45867768,0.41735536,0.39256197,0.3305785,0.30165288,0.28512397,0.30578512,0.2603306,0.21487603,0.12809917,0.33471075,0.30578512,0.24793388,0.23966943,0.46280992,0.47107437,0.3140496,0.23966943,0.21487603,0.2603306,0.35123968,0.44214877,0.49586776,0.5371901,0.56198347,0.5206612,0.5041322,0.42975205,0.37603307,0.3677686,0.37603307,0.38429752,0.39256197,0.3429752,0.25619835,0.26859504,0.26859504,0.23553719,0.29752067,0.2520661,0.1983471,0.15289256,0.20661157,0.2768595,0.15289256,0.17355372,0.24793388,0.2603306,0.23553719,0.21900827,0.26859504,0.32231405,0.35123968,0.40495867,0.48347107,0.55785125,0.62396693,0.6652893,0.6818182,0.7066116,0.71487606,0.6818182,0.61570245,0.53305787,0.46280992,0.4090909,0.38842976,0.3677686,0.3677686,0.3677686,0.46280992,0.37190083,0.2768595,0.17768595,0.19421488,0.2603306,0.21487603,0.2520661,0.54545456,0.57024795,0.44214877,0.35950413,0.26859504,0.34710744,0.45041323,0.5,0.5206612,0.56198347,0.59917355,0.56198347,0.5247934,0.49173555,0.45041323,0.4090909,0.38842976,0.38842976,0.36363637,0.3140496,0.17768595,0.1983471,0.20247933,0.2603306,0.39256197,0.3140496,0.21487603,0.19008264,0.26859504,0.42975205,0.19008264,0.2231405,0.35123968,0.3181818,0.3305785,0.35950413,0.338843,0.3181818,0.32231405,0.3429752,0.4214876,0.5413223,0.6363636,0.6942149,0.71487606,0.73966944,0.76033056,0.71900827,0.6363636,0.53305787,0.45041323,0.42561984,0.47107437,0.44214877,0.44214877,0.5247934,0.57438016,0.5206612,0.3677686,0.2603306,0.2107438,0.2520661,0.24793388,0.35950413,0.607438,0.553719,0.4876033,0.46694216,0.3553719,0.45041323,0.5289256,0.553719,0.55785125,0.59504133,0.6198347,0.58264464,0.54545456,0.5495868,0.54545456,0.5,0.45041323,0.4090909,0.3677686,0.32231405,0.22727273,0.24793388,0.3181818,0.38429752,0.49586776,0.42561984,0.2768595,0.23140496,0.19008264,0.21900827,0.2603306,0.37603307,0.56198347,0.55785125,0.40495867,0.37190083,0.45041323,0.41735536,0.3553719,0.338843,0.37190083,0.5041322,0.6404959,0.72727275,0.76859504,0.78512394,0.7933884,0.76859504,0.6818182,0.5247934,0.46694216,0.5123967,0.5495868,0.5165289,0.47107437,0.5247934,0.5206612,0.553719,0.46280992,0.36363637,0.30991736,0.36363637,0.38016528,0.5165289,0.61157024,0.5495868,0.4876033,0.44214877,0.4214876,0.5,0.5661157,0.58677685,0.59090906,0.61157024,0.6198347,0.59090906,0.55785125,0.60330576,0.6280992,0.61570245,0.57438016,0.49173555,0.46280992,0.41735536,0.3553719,0.35950413,0.44214877,0.49173555,0.5371901,0.5206612,0.40495867,0.3181818,0.28512397,0.29752067,0.36363637,0.49173555,0.60330576,0.57024795,0.47933885,0.4090909,0.4752066,0.5289256,0.446281,0.37603307,0.37190083,0.48347107,0.6404959,0.73966944,0.78512394,0.80991733,0.8140496,0.7933884,0.70247936,0.5495868,0.49173555,0.56198347,0.57438016,0.553719,0.5289256,0.5123967,0.48347107,0.5,0.5206612,0.5041322,0.47933885,0.5371901,0.5289256,0.5206612,0.5247934,0.5,0.47933885,0.46280992,0.49586776,0.5413223,0.58677685,0.60330576,0.6198347,0.62396693,0.6198347,0.59917355,0.553719,0.6363636,0.6694215,0.6694215,0.6528926,0.6198347,0.59504133,0.553719,0.49173555,0.44214877,0.45867768,0.48347107,0.5123967,0.553719,0.5413223,0.4876033,0.47107437,0.48347107,0.5082645,0.5371901,0.5247934,0.4876033,0.4752066,0.49173555,0.5123967,0.5413223,0.49173555,0.42561984,0.42975205,0.5,0.6404959,0.73966944,0.78512394,0.822314,0.822314,0.8016529,0.74793386,0.61157024,0.5165289,0.553719,0.5661157,0.5289256,0.5041322,0.48347107,0.45041323,0.45454547,0.47933885,0.47107437,0.4752066,0.4876033,0.4876033,0.45867768,0.4752066,0.49586776,0.49586776,0.5082645,0.5206612,0.55785125,0.61570245,0.61570245,0.6446281,0.6363636,0.6322314,0.607438,0.55785125,0.6404959,0.6735537,0.69008267,0.6859504,0.6859504,0.6652893,0.61157024,0.56198347,0.5165289,0.5041322,0.49586776,0.49173555,0.5165289,0.53305787,0.5413223,0.56198347,0.5785124,0.553719,0.5247934,0.5082645,0.5,0.5082645,0.5206612,0.5082645,0.49586776,0.49173555,0.49173555,0.5082645,0.5413223,0.6363636,0.7355372,0.78512394,0.822314,0.8264463,0.80991733,0.78099173,0.661157,0.58264464,0.57024795,0.5247934,0.5123967,0.5082645,0.4876033,0.446281,0.43801653,0.43801653,0.43801653,0.44214877,0.46280992,0.4876033,0.49586776,0.5,0.5082645,0.46694216,0.5247934,0.55785125,0.59504133,0.6322314,0.6404959,0.661157,0.6528926,0.6404959,0.607438,0.57438016,0.6363636,0.6652893,0.6818182,0.69008267,0.6942149,0.6735537,0.6487603,0.59917355,0.5371901,0.5123967,0.5123967,0.5123967,0.5165289,0.5041322,0.5,0.49586776,0.49586776,0.49173555,0.47107437,0.45454547,0.44214877,0.43801653,0.4752066,0.4752066,0.47107437,0.5206612,0.55785125,0.58264464,0.57024795,0.6363636,0.7231405,0.7768595,0.822314,0.8264463,0.8181818,0.79752064,0.6983471,0.59090906,0.6322314,0.59504133,0.5413223,0.5495868,0.553719,0.5082645,0.49173555,0.46694216,0.446281,0.44214877,0.446281,0.46280992,0.4752066,0.5,0.5041322,0.5289256,0.5495868,0.60330576,0.6404959,0.661157,0.6735537,0.6859504,0.6735537,0.6528926,0.62396693,0.58677685,0.62396693,0.6570248,0.6735537,0.6942149,0.7107438,0.7066116,0.6818182,0.6404959,0.5785124,0.5082645,0.4752066,0.47107437,0.4876033,0.4876033,0.48347107,0.47933885,0.45867768,0.45867768,0.42975205,0.42561984,0.4338843,0.4752066,0.5371901,0.5289256,0.54545456,0.60330576,0.61157024,0.6322314,0.59917355,0.62396693,0.71487606,0.78099173,0.8140496,0.8140496,0.822314,0.79752064,0.6859504,0.6322314,0.6446281,0.6446281,0.6198347,0.59504133,0.6198347,0.59090906,0.57024795,0.5495868,0.5165289,0.5165289,0.5206612,0.5165289,0.5289256,0.55785125,0.56198347,0.5785124,0.61570245,0.6528926,0.6818182,0.6942149,0.6942149,0.69008267,0.6735537,0.6652893,0.6322314,0.59504133,0.61570245,0.6570248,0.6859504,0.7066116,0.72727275,0.73140496,0.71900827,0.6942149,0.6528926,0.59504133,0.5371901,0.5041322,0.4752066,0.46694216,0.4752066,0.46694216,0.45041323,0.45867768,0.45867768,0.4876033,0.53305787,0.59090906,0.61570245,0.6280992,0.6404959,0.6528926,0.62396693,0.6446281,0.6404959,0.607438,0.6983471,0.78512394,0.79752064,0.80991733,0.822314,0.78512394,0.6859504,0.6280992,0.661157,0.6487603,0.661157,0.6446281,0.6652893,0.6694215,0.6570248,0.6446281,0.6280992,0.61157024,0.59504133,0.58264464,0.59504133,0.60330576,0.61570245,0.6322314,0.6652893,0.69008267,0.6983471,0.71487606,0.71900827,0.70247936,0.6735537,0.661157,0.6404959,0.60330576,0.607438,0.6528926,0.6818182,0.7066116,0.7355372,0.74380165,0.74380165,0.73966944,0.7107438,0.677686,0.6404959,0.58264464,0.55785125,0.5289256,0.53305787,0.5289256,0.5247934,0.5371901,0.5495868,0.59090906,0.6280992,0.6652893,0.6859504,0.677686,0.677686,0.6446281,0.6322314,0.6404959,0.6487603,0.61157024,0.661157,0.77272725,0.7933884,0.8140496,0.8140496,0.7768595,0.6983471,0.6446281,0.6735537,0.6528926,0.6322314,0.6404959,0.6735537,0.7066116,0.71900827,0.71487606,0.7231405,0.7107438,0.6942149,0.6859504,0.6694215,0.6735537,0.6818182,0.69008267,0.7066116,0.70247936,0.7066116,0.71900827,0.71487606,0.7066116,0.677686,0.6652893,0.6570248,0.6198347,0.59090906,0.6446281,0.6818182,0.6983471,0.71900827,0.7355372,0.74380165,0.76859504,0.76033056,0.72727275,0.7066116,0.6528926,0.6528926,0.6322314,0.6404959,0.6322314,0.6404959,0.6570248,0.6818182,0.7066116,0.73140496,0.71487606,0.71487606,0.677686,0.6694215,0.6322314,0.6446281,0.6528926,0.6487603,0.6198347,0.6528926,0.74793386,0.7892562,0.80991733,0.8057851,0.78099173,0.7107438,0.6570248,0.6652893,0.6570248,0.6322314,0.6322314,0.6694215,0.71487606,0.73140496,0.7355372,0.74380165,0.74793386,0.73966944,0.74380165,0.74793386,0.74380165,0.74793386,0.75206614,0.74380165,0.74380165,0.74380165,0.73966944,0.72727275,0.71487606,0.6818182,0.6735537,0.6694215,0.6280992,0.58677685,0.6404959,0.6735537,0.6859504,0.7066116,0.72727275,0.71487606,0.74380165,0.7644628,0.74793386,0.73140496,0.71900827,0.71487606,0.71487606,0.73140496,0.71487606,0.73966944,0.73966944,0.75206614,0.74793386,0.74793386,0.72727275,0.7355372,0.69008267,0.677686,0.6363636,0.6446281,0.6694215,0.6446281,0.6322314,0.6487603,0.7231405,0.7768595,0.8057851,0.8016529,0.77272725,0.7231405,0.6735537,0.6735537,0.6652893,0.6487603,0.6487603,0.6652893,0.6983471,0.72727275,0.73140496,0.74380165,0.74793386,0.74793386,0.76859504,0.7768595,0.78099173,0.78512394,0.77272725,0.75206614,0.76859504,0.78099173,0.77272725,0.7644628,0.73966944,0.6983471,0.6859504,0.6735537,0.62396693,0.57438016,0.6404959,0.661157,0.6859504,0.7066116,0.7355372,0.72727275,0.74380165,0.7768595,0.7768595,0.75206614,0.76859504,0.75619835,0.75619835,0.76859504,0.76033056,0.76859504,0.76859504,0.76859504,0.75619835,0.74793386,0.70247936,0.71487606,0.7066116,0.6694215,0.6487603,0.6404959,0.6652893,0.6528926,0.6404959,0.6528926,0.71900827,0.7768595,0.8057851,0.79752064,0.7644628,0.7231405,0.6859504,0.6694215,0.6735537,0.6528926,0.6528926,0.6735537,0.69008267,0.7107438,0.7231405,0.7355372,0.74793386,0.75619835,0.7768595,0.78512394,0.7933884,0.79752064,0.7933884,0.78099173,0.78512394,0.7933884,0.77272725,0.76859504,0.76033056,0.7107438,0.6942149,0.661157,0.607438,0.55785125,0.6198347,0.6487603,0.6818182,0.70247936,0.72727275,0.73966944,0.76859504,0.7933884,0.7768595,0.77272725,0.79752064,0.7768595,0.7768595,0.78512394,0.7892562,0.7768595,0.77272725,0.7644628,0.75206614,0.74380165,0.7107438,0.7107438,0.69008267,0.677686,0.6487603,0.6404959,0.6487603,0.6528926,0.6570248,0.677686,0.7355372,0.78099173,0.8016529,0.79752064,0.78099173,0.75206614,0.70247936,0.6735537,0.6694215,0.6446281,0.6404959,0.6694215,0.6942149,0.70247936,0.71487606,0.73140496,0.74380165,0.76033056,0.7768595,0.78512394,0.7933884,0.8057851,0.8057851,0.7892562,0.7768595,0.78512394,0.76859504,0.76859504,0.74793386,0.7107438,0.677686,0.6280992,0.59504133,0.53305787,0.59090906,0.62396693,0.6694215,0.6859504,0.71900827,0.74380165,0.76859504,0.7892562,0.76859504,0.78099173,0.79752064,0.78512394,0.7892562,0.7933884,0.7933884,0.7768595,0.7644628,0.7644628,0.75206614,0.74380165,0.72727275,0.70247936,0.69008267,0.6694215,0.6280992,0.6198347,0.6198347,0.6404959,0.6735537,0.70247936,0.74793386,0.78512394,0.80991733,0.80991733,0.79752064,0.77272725,0.7231405,0.6818182,0.6487603,0.607438,0.59090906,0.607438,0.661157,0.70247936,0.7231405,0.7355372,0.74380165,0.76033056,0.7768595,0.7768595,0.78099173,0.79752064,0.8016529,0.79752064,0.78512394,0.76859504,0.75206614,0.74793386,0.74380165,0.6942149,0.6570248,0.59917355,0.58264464,0.5247934,0.57024795,0.607438,0.6487603,0.6942149,0.7066116,0.7355372,0.7644628,0.7768595,0.7768595,0.7892562,0.79752064,0.78512394,0.7933884,0.79752064,0.78512394,0.77272725,0.76033056,0.7644628,0.75619835,0.74380165,0.7355372,0.6942149,0.6818182,0.6487603,0.59090906,0.57438016,0.60330576,0.6404959,0.69008267,0.73140496,0.7644628,0.7933884,0.8057851,0.8140496,0.8057851,0.7892562,0.74380165,0.6818182,0.61570245,0.55785125,0.57024795,0.59090906,0.59090906,0.6322314,0.6942149,0.72727275,0.73966944,0.76033056,0.76859504,0.77272725,0.7768595,0.78099173,0.7933884,0.78512394,0.76859504,0.7644628,0.73966944,0.73140496,0.71900827,0.677686,0.6487603,0.5785124,0.55785125,0.5247934,0.553719,0.58677685,0.62396693,0.6818182,0.71900827,0.7355372,0.75619835,0.78099173,0.78099173,0.7768595,0.7892562,0.78512394,0.79752064,0.7892562,0.7768595,0.76033056,0.73966944,0.7644628,0.75619835,0.73140496,0.71900827,0.6859504,0.6446281,0.58264464,0.5495868,0.5661157,0.58677685,0.6446281,0.6942149,0.72727275,0.7644628,0.7892562,0.8016529,0.80991733,0.8057851,0.7933884,0.75619835,0.6859504,0.59090906,0.5661157,0.61570245,0.6487603,0.58264464,0.5413223,0.62396693,0.6818182,0.7107438,0.74380165,0.75206614,0.7644628,0.77272725,0.77272725,0.78512394,0.7768595,0.76033056,0.7644628,0.73966944,0.73966944,0.6942149,0.6528926,0.62396693,0.55785125,0.5371901,0.5082645,0.5495868,0.56198347,0.607438,0.661157,0.6983471,0.7231405,0.74793386,0.76859504,0.78512394,0.7644628,0.76859504,0.7768595,0.7892562,0.78099173,0.77272725,0.75619835,0.73966944,0.75206614,0.75206614,0.7355372,0.7107438,0.6694215,0.59917355,0.5661157,0.57438016,0.57024795,0.58677685,0.6487603,0.6735537,0.6983471,0.73966944,0.7768595,0.7933884,0.8016529,0.8016529,0.78512394,0.75206614,0.6818182,0.58677685,0.59090906,0.6446281,0.6570248,0.6322314,0.5165289,0.57438016,0.6404959,0.661157,0.6942149,0.72727275,0.74793386,0.74793386,0.77272725,0.7644628,0.76033056,0.76033056,0.74380165,0.73966944,0.72727275,0.6983471,0.6322314,0.59504133,0.5371901,0.5165289,0.5,0.553719,0.54545456,0.58264464,0.6363636,0.677686,0.6983471,0.72727275,0.7644628,0.7768595,0.76033056,0.76033056,0.76859504,0.77272725,0.7644628,0.76859504,0.76859504,0.75619835,0.74380165,0.74380165,0.72727275,0.69008267,0.6198347,0.553719,0.5785124,0.607438,0.58677685,0.59090906,0.6404959,0.6570248,0.6735537,0.7231405,0.77272725,0.7933884,0.8057851,0.8057851,0.7892562,0.7355372,0.6735537,0.59504133,0.59090906,0.6446281,0.6280992,0.62396693,0.5289256,0.57024795,0.6404959,0.6322314,0.6487603,0.69008267,0.7066116,0.7107438,0.76033056,0.74380165,0.74380165,0.72727275,0.74793386,0.7231405,0.6942149,0.6694215,0.62396693,0.553719,0.5289256,0.5,0.4752066,0.5495868,0.5247934,0.5371901,0.607438,0.6528926,0.677686,0.7107438,0.7355372,0.75206614,0.75206614,0.75619835,0.7644628,0.76033056,0.75206614,0.75619835,0.75619835,0.73966944,0.72727275,0.7231405,0.70247936,0.6735537,0.59090906,0.5165289,0.57438016,0.61157024,0.5785124,0.59090906,0.6322314,0.6363636,0.6487603,0.7107438,0.7644628,0.78099173,0.8057851,0.8140496,0.78512394,0.73966944,0.677686,0.607438,0.59504133,0.59090906,0.61570245,0.57438016,0.5289256,0.59917355,0.6735537,0.6487603,0.6404959,0.6528926,0.661157,0.6942149,0.7107438,0.72727275,0.72727275,0.7355372,0.7355372,0.7107438,0.6652893,0.6322314,0.59090906,0.5371901,0.5206612,0.49173555,0.42975205,0.5123967,0.5165289,0.5082645,0.59504133,0.6363636,0.6652893,0.7066116,0.71487606,0.73140496,0.75206614,0.74793386,0.76033056,0.76033056,0.74793386,0.74793386,0.74380165,0.71900827,0.6983471,0.6942149,0.6818182,0.677686,0.6198347,0.5,0.5123967,0.57438016,0.57024795,0.56198347,0.58677685,0.61570245,0.6322314,0.69008267,0.74793386,0.75619835,0.78099173,0.79752064,0.76859504,0.73140496,0.677686,0.58264464,0.5413223,0.5247934,0.56198347,0.5123967,0.5206612,0.6363636,0.6983471,0.69008267,0.6735537,0.6528926,0.6446281,0.6570248,0.677686,0.6942149,0.70247936,0.7066116,0.71900827,0.677686,0.6404959,0.61157024,0.5661157,0.5371901,0.5082645,0.47933885,0.3966942,0.46280992,0.5041322,0.5165289,0.5661157,0.61157024,0.6528926,0.6942149,0.6983471,0.7066116,0.72727275,0.72727275,0.72727275,0.73966944,0.7355372,0.73140496,0.70247936,0.6694215,0.6735537,0.677686,0.6818182,0.69008267,0.6694215,0.55785125,0.46280992,0.4876033,0.5247934,0.4876033,0.5,0.53305787,0.57438016,0.6487603,0.7107438,0.7107438,0.73140496,0.7355372,0.74793386,0.6942149,0.6404959,0.5247934,0.43801653,0.446281,0.44214877,0.47933885,0.57024795,0.62396693,0.69008267,0.71487606,0.7066116,0.677686,0.6487603,0.6487603,0.661157,0.661157,0.6652893,0.6859504,0.69008267,0.6570248,0.62396693,0.59504133,0.553719,0.5289256,0.49173555,0.46694216,0.40082645,0.42561984,0.48347107,0.5206612,0.5495868,0.58264464,0.62396693,0.6652893,0.6859504,0.70247936,0.72727275,0.7107438,0.6983471,0.7107438,0.71487606,0.7107438,0.661157,0.62396693,0.6570248,0.677686,0.6859504,0.69008267,0.69008267,0.61570245,0.47107437,0.37603307,0.4214876,0.38016528,0.3553719,0.40495867,0.48347107,0.5661157,0.62396693,0.6363636,0.661157,0.661157,0.6818182,0.607438,0.553719,0.4090909,0.29338843,0.3305785,0.42975205,0.5123967,0.59090906,0.6198347,0.6818182,0.71487606,0.7107438,0.6942149,0.6735537,0.6487603,0.6363636,0.6363636,0.6487603,0.661157,0.6570248,0.6363636,0.6198347,0.5785124,0.54545456,0.5123967,0.48347107,0.45867768,0.4090909,0.41322315,0.45454547,0.5041322,0.5371901,0.5661157,0.59504133,0.6322314,0.661157,0.677686,0.6942149,0.69008267,0.6735537,0.69008267,0.69008267,0.6818182,0.6528926,0.6363636,0.661157,0.677686,0.6859504,0.6942149,0.7066116,0.677686,0.5495868,0.40082645,0.28512397,0.2603306,0.18595041,0.23553719,0.35950413,0.45867768,0.5082645,0.5289256,0.553719,0.58264464,0.5661157,0.5206612,0.446281,0.38016528,0.38016528,0.5,0.5247934,0.55785125,0.58677685,0.61570245,0.6570248,0.69008267,0.6983471,0.6983471,0.677686,0.6570248,0.6404959,0.6280992,0.6280992,0.6280992,0.62396693,0.61570245,0.61570245,0.57024795,0.5289256,0.5,0.47107437,0.46694216,0.4090909,0.4090909,0.44214877,0.47933885,0.5082645,0.5371901,0.5785124,0.59090906,0.6322314,0.6487603,0.6570248,0.661157,0.6694215,0.677686,0.6652893,0.661157,0.6570248,0.6652893,0.6694215,0.6818182,0.6942149,0.7066116,0.7066116,0.71487606,0.6487603,0.553719,0.36363637,0.30165288,0.2231405,0.2107438,0.21900827,0.30991736,0.38429752,0.4214876,0.43801653,0.46280992,0.44214877,0.41322315,0.40495867,0.47107437,0.49173555,0.5247934,0.5495868,0.59090906,0.59504133,0.60330576,0.6198347,0.6487603,0.661157,0.6652893,0.6487603,0.6280992,0.61157024,0.61157024,0.6363636,0.61570245,0.61157024,0.59917355,0.58264464,0.56198347,0.5247934,0.47933885,0.46280992,0.45867768,0.39256197,0.40082645,0.41735536,0.45454547,0.4752066,0.5082645,0.54545456,0.57024795,0.61157024,0.6322314,0.6446281,0.6446281,0.6652893,0.661157,0.6404959,0.6487603,0.6446281,0.6570248,0.6652893,0.6859504,0.6983471,0.7066116,0.71487606,0.7231405,0.6859504,0.6735537,0.5661157,0.46280992,0.3429752,0.28512397,0.23553719,0.24793388,0.2520661,0.30578512,0.32231405,0.338843,0.35950413,0.40495867,0.48347107,0.5,0.5,0.5,0.5247934,0.5785124,0.58677685,0.58677685,0.59917355,0.61157024,0.6198347,0.62396693,0.6198347,0.59090906,0.57438016,0.57438016,0.607438,0.61157024,0.59090906,0.57438016,0.5661157,0.5413223,0.5,0.46694216,0.45867768,0.4338843,0.38429752,0.40082645,0.39256197,0.41735536,0.44214877,0.46694216,0.49586776,0.54545456,0.59090906,0.62396693,0.6322314,0.6280992,0.6446281,0.661157,0.6404959,0.6363636,0.6404959,0.6198347,0.6446281,0.6652893,0.6694215,0.661157,0.6859504,0.69008267,0.6942149,0.69008267,0.62396693,0.5413223,0.46280992,0.38016528,0.3140496,0.28099173,0.2644628,0.29752067,0.29752067,0.3429752,0.39256197,0.47933885,0.5123967,0.47933885,0.49586776,0.49586776,0.5247934,0.55785125,0.553719,0.5495868,0.57438016,0.58677685,0.5785124,0.5785124,0.58264464,0.57438016,0.57024795,0.5495868,0.57438016,0.59917355,0.58677685,0.57438016,0.54545456,0.5082645,0.47107437,0.44214877,0.45041323,0.41322315,0.35950413,0.38016528,0.40082645,0.40082645,0.42975205,0.446281,0.46280992,0.5206612,0.56198347,0.60330576,0.61157024,0.62396693,0.6446281,0.6404959,0.61570245,0.607438,0.6198347,0.607438,0.6198347,0.6322314,0.6363636,0.61570245,0.6446281,0.6570248,0.677686,0.6363636,0.61570245,0.5785124,0.5247934,0.47107437,0.4214876,0.40082645,0.41735536,0.41322315,0.3966942,0.42975205,0.45041323,0.5,0.5165289,0.49586776,0.5123967,0.5289256,0.53305787,0.5413223,0.5371901,0.5247934,0.5371901,0.5495868,0.5371901,0.53305787,0.53305787,0.5413223,0.553719,0.53305787,0.56198347,0.60330576,0.58677685,0.553719,0.5206612,0.4876033,0.4338843,0.42975205,0.42975205,0.38429752,0.35123968,0.35123968,0.39256197,0.39256197,0.4090909,0.4214876,0.4338843,0.4876033,0.5289256,0.5785124,0.58677685,0.607438,0.6528926,0.6322314,0.60330576,0.5785124,0.59504133,0.59504133,0.59090906,0.607438,0.607438,0.59504133,0.607438,0.6363636,0.6322314,0.6198347,0.59090906,0.59504133,0.553719,0.5082645,0.4876033,0.49173555,0.5041322,0.5041322,0.4876033,0.49173555,0.48347107,0.5041322,0.5289256,0.5165289,0.5165289,0.5413223,0.54545456,0.5495868,0.5495868,0.5289256,0.5206612,0.5082645,0.45454547,0.4214876,0.45041323,0.4876033,0.5247934,0.5289256,0.5495868,0.59090906,0.57438016,0.5247934,0.5123967,0.446281,0.41735536,0.4338843,0.3966942,0.3553719,0.41322315,0.33471075,0.35123968,0.38429752,0.38842976,0.41322315,0.41322315,0.45867768,0.4876033,0.5495868,0.5785124,0.60330576,0.6322314,0.6446281,0.5495868,0.56198347,0.56198347,0.5661157,0.57024795,0.57438016,0.5661157,0.5785124,0.59504133,0.59917355,0.60330576,0.59090906,0.5785124,0.5785124,0.57438016,0.56198347,0.56198347,0.5495868,0.55785125,0.56198347,0.5495868,0.56198347,0.553719,0.5495868,0.55785125,0.57024795,0.56198347,0.5661157,0.57438016,0.55785125,0.5413223,0.5289256,0.49586776,0.44214877,0.41322315,0.4090909,0.42975205,0.446281,0.4876033,0.5247934,0.553719,0.57438016,0.57024795,0.5041322,0.45454547,0.41322315,0.42561984,0.42561984,0.36363637,0.33471075,0.47107437,0.35950413,0.30991736,0.37190083,0.38842976,0.4090909,0.42561984,0.41735536,0.46694216,0.5082645,0.56198347,0.5785124,0.607438,0.6322314,0.5413223,0.5289256,0.5413223,0.5413223,0.5371901,0.5289256,0.5206612,0.5371901,0.57024795,0.57438016,0.58264464,0.58264464,0.59917355,0.59504133,0.59090906,0.607438,0.6404959,0.6446281,0.6487603,0.6280992,0.607438,0.61570245,0.61570245,0.61570245,0.60330576,0.607438,0.59090906,0.57438016,0.56198347,0.5247934,0.4752066,0.41735536,0.3966942,0.46694216,0.5082645,0.5165289,0.49586776,0.46694216,0.4752066,0.53305787,0.55785125,0.5495868,0.5371901,0.4752066,0.4214876,0.3966942,0.4338843,0.3966942,0.32231405,0.34710744,0.46280992,0.42975205,0.30578512,0.338843,0.3553719,0.39256197,0.41735536,0.39256197,0.4090909,0.49586776,0.5123967,0.5661157,0.60330576,0.6404959,0.58264464,0.5371901,0.53305787,0.5165289,0.49173555,0.446281,0.42561984,0.4338843,0.48347107,0.5123967,0.5247934,0.5495868,0.57438016,0.57438016,0.553719,0.553719,0.58677685,0.607438,0.61570245,0.60330576,0.59090906,0.59504133,0.59090906,0.58264464,0.54545456,0.5123967,0.4752066,0.44214877,0.39256197,0.33471075,0.3553719,0.39256197,0.446281,0.5206612,0.57438016,0.56198347,0.5371901,0.5041322,0.49173555,0.5413223,0.5413223,0.5123967,0.46694216,0.42561984,0.3966942,0.4214876,0.38842976,0.3181818,0.34710744,0.35123968,0.46280992,0.47107437,0.36363637,0.3181818,0.32231405,0.34710744,0.4090909,0.40082645,0.39256197,0.3966942,0.47107437,0.53305787,0.5661157,0.62396693,0.607438,0.553719,0.5206612,0.49586776,0.45454547,0.41322315,0.38429752,0.35123968,0.3429752,0.35123968,0.35123968,0.3677686,0.37603307,0.35950413,0.34710744,0.3553719,0.37190083,0.38429752,0.40495867,0.4214876,0.4338843,0.46280992,0.45041323,0.41735536,0.40495867,0.3677686,0.3264463,0.32231405,0.37190083,0.41735536,0.41735536,0.446281,0.48347107,0.53305787,0.57438016,0.553719,0.5413223,0.5206612,0.5,0.5123967,0.48347107,0.46280992,0.4090909,0.40082645,0.41735536,0.41322315,0.36363637,0.32231405,0.33471075,0.35123968,0.446281,0.49173555,0.4214876,0.33471075,0.3140496,0.3140496,0.37190083,0.40495867,0.39256197,0.35950413,0.39256197,0.49586776,0.5413223,0.58677685,0.59917355,0.5661157,0.53305787,0.5206612,0.5,0.49586776,0.47933885,0.45454547,0.4090909,0.35950413,0.35123968,0.3677686,0.3553719,0.32231405,0.30578512,0.3140496,0.32231405,0.3264463,0.3429752,0.35950413,0.35123968,0.37603307,0.38429752,0.37190083,0.40495867,0.4090909,0.40495867,0.44214877,0.4752066,0.45867768,0.446281,0.44214877,0.49173555,0.553719,0.5661157,0.54545456,0.5289256,0.5289256,0.5123967,0.49173555,0.46694216,0.4338843,0.39256197,0.39256197,0.4090909,0.35950413,0.30991736,0.3264463,0.3429752,0.33471075,0.45041323,0.5,0.45041323,0.37190083,0.30578512,0.30165288,0.3140496,0.36363637,0.37190083,0.36363637,0.3553719,0.3966942,0.47107437,0.5247934,0.553719,0.55785125,0.5413223,0.5413223,0.5661157,0.5785124,0.5661157,0.55785125,0.5495868,0.5,0.46694216,0.5,0.5495868,0.5785124,0.60330576,0.57024795,0.53305787,0.5206612,0.5,0.4876033,0.4752066,0.46280992,0.49586776,0.47107437,0.5041322,0.5,0.49586776,0.49586776,0.46280992,0.43801653,0.446281,0.45454547,0.5123967,0.553719,0.5413223,0.5289256,0.5041322,0.5247934,0.5247934,0.47933885,0.4752066,0.41322315,0.3966942,0.38016528,0.37603307,0.30991736,0.30991736,0.338843,0.3429752,0.33471075,0.45454547,0.5,0.4752066,0.39256197,0.3140496,0.29338843,0.30165288,0.3181818,0.33471075,0.3429752,0.34710744,0.35123968,0.3966942,0.45041323,0.4876033,0.5247934,0.5247934,0.5247934,0.553719,0.57438016,0.5785124,0.56198347,0.5371901,0.5165289,0.47107437,0.46280992,0.49173555,0.5041322,0.5785124,0.6487603,0.6528926,0.6322314,0.62396693,0.6198347,0.60330576,0.5785124,0.58677685,0.553719,0.5495868,0.5413223,0.5,0.45454547,0.42561984,0.446281,0.43801653,0.47933885,0.5165289,0.5247934,0.5247934,0.5165289,0.5289256,0.5289256,0.5082645,0.4876033,0.45454547,0.40082645,0.4090909,0.37190083,0.3140496,0.30991736,0.30991736,0.3305785,0.3429752,0.3429752,0.45041323,0.5,0.49586776,0.4214876,0.34710744,0.29338843,0.28512397,0.30578512,0.3140496,0.32231405,0.338843,0.35123968,0.35950413,0.40495867,0.446281,0.47933885,0.49586776,0.5,0.5041322,0.5206612,0.5371901,0.5413223,0.5206612,0.49173555,0.45041323,0.42975205,0.446281,0.45867768,0.4752066,0.53305787,0.60330576,0.607438,0.61570245,0.607438,0.61157024,0.61157024,0.58264464,0.55785125,0.5289256,0.5,0.46694216,0.4214876,0.44214877,0.44214877,0.45041323,0.49586776,0.5206612,0.5041322,0.53305787,0.5371901,0.53305787,0.5413223,0.5041322,0.4752066,0.42975205,0.41735536,0.40082645,0.3264463,0.21900827,0.2892562,0.33471075,0.3305785,0.3264463,0.33471075,0.46280992,0.5,0.5,0.45454547,0.38429752,0.32231405,0.2892562,0.2892562,0.30165288,0.30578512,0.32231405,0.33471075,0.34710744,0.37603307,0.40082645,0.43801653,0.45867768,0.46280992,0.48347107,0.48347107,0.49586776,0.5,0.49173555,0.47107437,0.446281,0.41322315,0.41322315,0.42561984,0.4214876,0.42975205,0.4876033,0.5123967,0.5247934,0.5247934,0.5495868,0.59090906,0.5413223,0.5,0.49173555,0.48347107,0.45454547,0.41322315,0.4338843,0.43801653,0.4752066,0.5082645,0.5,0.5206612,0.5371901,0.55785125,0.5413223,0.53305787,0.49173555,0.446281,0.41322315,0.4214876,0.3677686,0.20661157,0.12396694,0.15289256,0.30165288,0.35123968,0.3181818,0.3264463,0.4752066,0.5041322,0.5082645,0.4876033,0.42975205,0.3677686,0.3140496,0.2768595,0.28512397,0.29338843,0.30578512,0.32231405,0.32231405,0.35123968,0.37603307,0.4090909,0.44214877,0.446281,0.47933885,0.4752066,0.47107437,0.46694216,0.46694216,0.46280992,0.47107437,0.4214876,0.38016528,0.3677686,0.3677686,0.3966942,0.42561984,0.4338843,0.44214877,0.4338843,0.4338843,0.47933885,0.446281,0.4214876,0.42975205,0.42975205,0.41735536,0.4090909,0.43801653,0.4752066,0.5165289,0.5082645,0.5206612,0.54545456,0.5495868,0.553719,0.54545456,0.49586776,0.45454547,0.4214876,0.40495867,0.39256197,0.3181818,0.13636364,0.10330579,0.12809917,0.2520661,0.37190083,0.32231405,0.32231405,0.48347107,0.5082645,0.5289256,0.5206612,0.47107437,0.4090909,0.35123968,0.29338843,0.27272728,0.28099173,0.29752067,0.32231405,0.3264463,0.3305785,0.37603307,0.40082645,0.43801653,0.45867768,0.4876033,0.5,0.4752066,0.46280992,0.4752066,0.46694216,0.47107437,0.46694216,0.446281,0.39256197,0.3677686,0.34710744,0.3553719,0.36363637,0.36363637,0.3677686,0.3429752,0.3677686,0.36363637,0.3677686,0.37603307,0.38429752,0.39256197,0.44214877,0.49586776,0.5123967,0.5247934,0.53305787,0.54545456,0.5661157,0.553719,0.54545456,0.5206612,0.45867768,0.4214876,0.40495867,0.38016528,0.35123968,0.30991736,0.17768595,0.09917355,0.09917355,0.25619835,0.37603307,0.32231405,0.3181818,0.49173555,0.5082645,0.53305787,0.5495868,0.5041322,0.45041323,0.39256197,0.3140496,0.2768595,0.26859504,0.28099173,0.29338843,0.3181818,0.3305785,0.338843,0.37603307,0.4214876,0.45454547,0.49586776,0.5165289,0.5123967,0.5041322,0.49586776,0.49173555,0.4876033,0.4752066,0.48347107,0.46694216,0.45454547,0.41735536,0.38016528,0.37190083,0.3677686,0.38429752,0.36363637,0.3677686,0.38842976,0.41735536,0.42975205,0.46694216,0.48347107,0.5247934,0.54545456,0.5495868,0.58264464,0.57438016,0.57024795,0.5785124,0.5495868,0.5247934,0.4752066,0.41322315,0.3966942,0.37603307,0.338843,0.33471075,0.35123968,0.3181818,0.19421488,0.1322314,0.28512397,0.37603307,0.3305785,0.3264463,0.49586776,0.5371901,0.553719,0.5661157,0.5371901,0.48347107,0.43801653,0.35950413,0.28512397,0.2603306,0.26859504,0.28512397,0.30578512,0.3140496,0.338843,0.3429752,0.36363637,0.42975205,0.4876033,0.5,0.54545456,0.553719,0.5289256,0.5413223,0.5206612,0.5206612,0.5123967,0.4876033,0.4752066,0.4752066,0.45041323,0.44214877,0.44214877,0.46280992,0.45867768,0.46280992,0.49586776,0.5247934,0.5495868,0.5661157,0.5785124,0.59504133,0.59504133,0.59917355,0.61157024,0.59917355,0.5785124,0.56198347,0.5371901,0.49173555,0.42561984,0.38842976,0.35950413,0.33471075,0.338843,0.3553719,0.3966942,0.41322315,0.2768595,0.20661157,0.33471075,0.35950413,0.3429752,0.35123968,0.4876033,0.5371901,0.5661157,0.5785124,0.57438016,0.5289256,0.48347107,0.4214876,0.32231405,0.2768595,0.27272728,0.27272728,0.30578512,0.2892562,0.3305785,0.338843,0.3305785,0.35950413,0.446281,0.48347107,0.5413223,0.57438016,0.5661157,0.58264464,0.5785124,0.58677685,0.5785124,0.57438016,0.55785125,0.5289256,0.5289256,0.5165289,0.56198347,0.55785125,0.5661157,0.56198347,0.58677685,0.61157024,0.62396693,0.6198347,0.62396693,0.6363636,0.6280992,0.61570245,0.607438,0.5785124,0.5413223,0.5371901,0.5082645,0.44214877,0.38429752,0.35950413,0.32231405,0.338843,0.37603307,0.3677686,0.41322315,0.46694216,0.32231405,0.24793388,0.35123968,0.35950413,0.35123968,0.3677686,0.5082645,0.5289256,0.54545456,0.58264464,0.58677685,0.58677685,0.5371901,0.46694216,0.40082645,0.30578512,0.28512397,0.26859504,0.2768595,0.28512397,0.30578512,0.30991736,0.32231405,0.32231405,0.35950413,0.4214876,0.49173555,0.56198347,0.5785124,0.59504133,0.61157024,0.62396693,0.6404959,0.6694215,0.6528926,0.6322314,0.61157024,0.58264464,0.59504133,0.607438,0.61157024,0.60330576,0.62396693,0.6446281,0.6446281,0.6280992,0.6322314,0.6363636,0.6322314,0.60330576,0.58264464,0.5413223,0.5206612,0.5,0.45041323,0.38016528,0.33471075,0.3140496,0.3305785,0.38842976,0.39256197,0.35950413,0.42975205,0.49586776,0.38016528,0.2768595,0.36363637,0.36363637,0.3553719,0.3677686,0.5413223,0.53305787,0.5495868,0.5785124,0.59917355,0.607438,0.58677685,0.5247934,0.446281,0.38016528,0.30578512,0.2768595,0.25619835,0.2644628,0.2892562,0.2892562,0.30165288,0.30991736,0.30165288,0.3553719,0.4214876,0.5082645,0.553719,0.57438016,0.59917355,0.62396693,0.6446281,0.677686,0.70247936,0.69008267,0.6735537,0.6280992,0.6280992,0.6280992,0.6322314,0.6404959,0.6363636,0.6446281,0.6446281,0.6280992,0.62396693,0.6280992,0.61570245,0.58677685,0.56198347,0.5206612,0.49586776,0.46280992,0.38016528,0.33471075,0.29752067,0.3140496,0.38016528,0.42975205,0.38016528,0.35950413,0.44214877,0.5041322,0.41322315,0.3140496,0.37190083,0.35123968,0.35123968,0.37190083,0.5165289,0.54545456,0.56198347,0.57024795,0.59917355,0.6198347,0.61157024,0.58264464,0.49173555,0.44214877,0.3677686,0.29752067,0.24793388,0.27272728,0.2603306,0.28099173,0.29752067,0.30578512,0.28512397,0.30578512,0.338843,0.42561984,0.47933885,0.5289256,0.56198347,0.59504133,0.61570245,0.6363636,0.6694215,0.6818182,0.69008267,0.6735537,0.6528926,0.6446281,0.6322314,0.6363636,0.6322314,0.6446281,0.6487603,0.62396693,0.61157024,0.607438,0.58264464,0.5495868,0.5082645,0.49173555,0.47107437,0.4090909,0.30578512,0.28099173,0.3305785,0.38429752,0.43801653,0.43801653,0.3553719,0.3677686,0.45041323,0.5,0.4090909,0.35950413,0.35950413,0.338843,0.36363637,0.3677686,0.46694216,0.49586776,0.553719,0.5495868,0.59504133,0.61157024,0.607438,0.60330576,0.553719,0.5082645,0.42561984,0.3553719,0.29338843,0.2644628,0.2603306,0.24380165,0.2768595,0.30165288,0.28099173,0.29338843,0.2768595,0.3264463,0.38429752,0.46280992,0.5041322,0.5413223,0.56198347,0.57024795,0.61157024,0.6363636,0.6528926,0.6528926,0.61570245,0.58677685,0.57438016,0.57438016,0.58264464,0.59090906,0.59917355,0.59504133,0.58264464,0.57024795,0.54545456,0.5041322,0.46694216,0.45867768,0.3966942,0.3140496,0.2603306,0.29338843,0.3966942,0.44214877,0.45454547,0.41322315,0.33471075,0.3966942,0.45454547,0.46694216,0.39256197,0.37603307,0.3264463,0.3429752,0.38016528,0.3677686,0.42975205,0.46694216,0.49586776,0.553719,0.56198347,0.58264464,0.62396693,0.6198347,0.59504133,0.553719,0.4876033,0.42561984,0.34710744,0.28099173,0.25619835,0.2644628,0.24793388,0.25619835,0.28512397,0.29338843,0.26859504,0.2603306,0.29338843,0.37190083,0.43801653,0.47933885,0.5041322,0.5082645,0.5289256,0.5495868,0.57438016,0.58264464,0.53305787,0.5082645,0.5082645,0.5041322,0.5041322,0.5165289,0.53305787,0.5289256,0.5247934,0.5123967,0.4752066,0.45041323,0.42975205,0.38842976,0.29752067,0.25619835,0.30165288,0.37190083,0.45454547,0.47107437,0.45041323,0.38016528,0.3305785,0.42561984,0.45041323,0.40082645,0.38842976,0.3677686,0.30991736,0.37190083,0.3677686,0.3553719,8 +0.1322314,0.07438017,0.09917355,0.2892562,0.41322315,0.49586776,0.5123967,0.58677685,0.60330576,0.6280992,0.6280992,0.62396693,0.6322314,0.6528926,0.6528926,0.6446281,0.6446281,0.6818182,0.7066116,0.73140496,0.73966944,0.76859504,0.78512394,0.78512394,0.79752064,0.79752064,0.8016529,0.8140496,0.8057851,0.8016529,0.8057851,0.8140496,0.79752064,0.8057851,0.79752064,0.7933884,0.8016529,0.8057851,0.8016529,0.7933884,0.7933884,0.78512394,0.7768595,0.76859504,0.76859504,0.75206614,0.7355372,0.73140496,0.7231405,0.73140496,0.7231405,0.71487606,0.7231405,0.70247936,0.7107438,0.7107438,0.677686,0.6570248,0.6322314,0.59917355,0.58264464,0.5661157,0.5371901,0.5082645,0.15289256,0.08677686,0.08264463,0.27272728,0.42561984,0.5041322,0.5165289,0.58264464,0.607438,0.62396693,0.6280992,0.62396693,0.6363636,0.6528926,0.6570248,0.6528926,0.661157,0.6859504,0.7066116,0.7231405,0.73966944,0.76859504,0.7892562,0.7892562,0.7933884,0.7892562,0.8016529,0.80991733,0.8016529,0.79752064,0.8016529,0.822314,0.78512394,0.79752064,0.8016529,0.79752064,0.8016529,0.8057851,0.8016529,0.7933884,0.79752064,0.78512394,0.77272725,0.77272725,0.7644628,0.76033056,0.75206614,0.73966944,0.74380165,0.73966944,0.7231405,0.7107438,0.71900827,0.7107438,0.7107438,0.6983471,0.6818182,0.661157,0.6404959,0.607438,0.58677685,0.553719,0.5289256,0.5123967,0.1446281,0.10330579,0.06198347,0.2603306,0.44214877,0.49586776,0.5206612,0.57438016,0.61570245,0.6280992,0.6446281,0.6363636,0.6570248,0.6570248,0.6652893,0.6859504,0.6983471,0.71487606,0.72727275,0.73966944,0.76033056,0.76859504,0.7933884,0.7933884,0.7933884,0.7892562,0.7892562,0.8057851,0.8057851,0.8016529,0.8016529,0.8181818,0.78512394,0.7768595,0.7933884,0.8057851,0.8016529,0.8057851,0.8057851,0.7933884,0.79752064,0.79752064,0.78099173,0.7768595,0.7768595,0.76033056,0.75206614,0.74380165,0.7355372,0.7355372,0.71900827,0.7107438,0.71900827,0.7231405,0.71900827,0.7066116,0.6859504,0.6652893,0.6322314,0.61157024,0.5785124,0.5495868,0.53305787,0.5082645,0.14049587,0.10743801,0.049586777,0.2520661,0.45867768,0.49586776,0.54545456,0.59504133,0.6322314,0.6404959,0.661157,0.6694215,0.6694215,0.6818182,0.6942149,0.7107438,0.71487606,0.7231405,0.74380165,0.74793386,0.7644628,0.7768595,0.7933884,0.79752064,0.8057851,0.79752064,0.7933884,0.79752064,0.80991733,0.8057851,0.80991733,0.80991733,0.8016529,0.7768595,0.7933884,0.8016529,0.8057851,0.8057851,0.80991733,0.8016529,0.79752064,0.7892562,0.78512394,0.78512394,0.78099173,0.75206614,0.75206614,0.74380165,0.73966944,0.73966944,0.73140496,0.72727275,0.72727275,0.73140496,0.71900827,0.7066116,0.6818182,0.661157,0.62396693,0.59504133,0.57024795,0.55785125,0.53305787,0.5,0.20661157,0.11570248,0.049586777,0.2603306,0.46280992,0.5041322,0.5661157,0.61157024,0.6363636,0.6570248,0.6818182,0.6818182,0.70247936,0.7107438,0.71487606,0.72727275,0.7355372,0.73966944,0.74793386,0.76033056,0.77272725,0.78512394,0.79752064,0.79752064,0.80991733,0.8057851,0.8057851,0.80991733,0.8140496,0.80991733,0.8140496,0.8140496,0.8140496,0.8057851,0.8057851,0.80991733,0.8140496,0.8057851,0.8057851,0.8057851,0.79752064,0.7892562,0.78512394,0.7892562,0.78099173,0.76033056,0.76033056,0.75619835,0.74793386,0.74793386,0.74380165,0.74380165,0.73966944,0.73966944,0.73140496,0.71900827,0.69008267,0.6528926,0.62396693,0.59917355,0.5661157,0.553719,0.5371901,0.5082645,0.28099173,0.17355372,0.0661157,0.2520661,0.4876033,0.5247934,0.58677685,0.62396693,0.6570248,0.677686,0.6983471,0.7107438,0.71900827,0.71487606,0.7355372,0.7355372,0.75206614,0.75619835,0.76033056,0.76033056,0.78099173,0.7933884,0.8016529,0.79752064,0.8057851,0.80991733,0.8140496,0.8181818,0.822314,0.8181818,0.8181818,0.8181818,0.8140496,0.8140496,0.80991733,0.8057851,0.8181818,0.8140496,0.8016529,0.8057851,0.8016529,0.7892562,0.78512394,0.7892562,0.78099173,0.7644628,0.77272725,0.7644628,0.7644628,0.75619835,0.75619835,0.75619835,0.75206614,0.74380165,0.73966944,0.71900827,0.6735537,0.6446281,0.62396693,0.58264464,0.55785125,0.553719,0.5371901,0.5123967,0.3181818,0.23966943,0.05785124,0.24380165,0.4876033,0.5413223,0.59917355,0.6446281,0.6446281,0.69008267,0.7107438,0.7231405,0.74380165,0.74380165,0.75206614,0.74793386,0.76033056,0.77272725,0.7768595,0.76859504,0.7768595,0.7933884,0.8016529,0.79752064,0.8057851,0.8140496,0.8181818,0.8181818,0.8140496,0.80991733,0.8140496,0.822314,0.8140496,0.80991733,0.8057851,0.80991733,0.80991733,0.8140496,0.8016529,0.8016529,0.79752064,0.7892562,0.78512394,0.78099173,0.78099173,0.78099173,0.7768595,0.76859504,0.76859504,0.76859504,0.75206614,0.75619835,0.75619835,0.74380165,0.73140496,0.71900827,0.6735537,0.6363636,0.6363636,0.5785124,0.56198347,0.553719,0.53305787,0.5206612,0.3305785,0.28512397,0.11570248,0.25619835,0.5041322,0.54545456,0.607438,0.6652893,0.6694215,0.69008267,0.71487606,0.71900827,0.73966944,0.74793386,0.74793386,0.75619835,0.7644628,0.7768595,0.78512394,0.75619835,0.76033056,0.7933884,0.7933884,0.7933884,0.8016529,0.80991733,0.8140496,0.8140496,0.8140496,0.80991733,0.8181818,0.8140496,0.8057851,0.8016529,0.80991733,0.8057851,0.8057851,0.8057851,0.7933884,0.8016529,0.8016529,0.7933884,0.7933884,0.7892562,0.78099173,0.78099173,0.78099173,0.7644628,0.76859504,0.76859504,0.74793386,0.75206614,0.76033056,0.74793386,0.73140496,0.6983471,0.6735537,0.6446281,0.62396693,0.58677685,0.55785125,0.5495868,0.5247934,0.5165289,0.34710744,0.3140496,0.16528925,0.24793388,0.5041322,0.56198347,0.61157024,0.661157,0.6652893,0.6528926,0.6694215,0.6983471,0.7066116,0.7231405,0.72727275,0.7355372,0.75206614,0.76033056,0.77272725,0.75619835,0.74380165,0.7892562,0.7892562,0.78099173,0.7933884,0.79752064,0.8016529,0.8016529,0.8057851,0.8057851,0.80991733,0.80991733,0.8016529,0.79752064,0.8016529,0.79752064,0.79752064,0.79752064,0.79752064,0.8016529,0.8057851,0.79752064,0.7933884,0.7892562,0.78099173,0.76859504,0.7644628,0.75206614,0.75619835,0.74793386,0.72727275,0.73140496,0.74380165,0.74380165,0.7231405,0.6983471,0.69008267,0.6735537,0.6528926,0.5785124,0.5371901,0.5413223,0.53305787,0.5206612,0.32231405,0.32231405,0.22727273,0.27272728,0.5082645,0.553719,0.55785125,0.5371901,0.5206612,0.5123967,0.5413223,0.58264464,0.58264464,0.62396693,0.677686,0.69008267,0.71900827,0.7355372,0.74380165,0.74793386,0.75619835,0.77272725,0.76859504,0.7644628,0.77272725,0.78099173,0.78512394,0.79752064,0.79752064,0.7933884,0.7892562,0.7892562,0.7933884,0.78099173,0.78512394,0.7768595,0.76859504,0.7768595,0.7933884,0.79752064,0.7933884,0.78099173,0.7644628,0.74793386,0.74380165,0.72727275,0.7107438,0.6859504,0.6652893,0.607438,0.56198347,0.5165289,0.5082645,0.5206612,0.553719,0.6198347,0.6859504,0.6694215,0.661157,0.61157024,0.5413223,0.5413223,0.5247934,0.5206612,0.3305785,0.3305785,0.2520661,0.30991736,0.45867768,0.43801653,0.38016528,0.32231405,0.3140496,0.34710744,0.38016528,0.40082645,0.3966942,0.4214876,0.49173555,0.5289256,0.5785124,0.6487603,0.70247936,0.71900827,0.73966944,0.72727275,0.75206614,0.7355372,0.74380165,0.7644628,0.76859504,0.76859504,0.7768595,0.7768595,0.7768595,0.7768595,0.76859504,0.76033056,0.75206614,0.7355372,0.71487606,0.71487606,0.74380165,0.74380165,0.7066116,0.6570248,0.61570245,0.58264464,0.59504133,0.5661157,0.5247934,0.47933885,0.446281,0.44214877,0.4090909,0.3677686,0.338843,0.3305785,0.338843,0.35123968,0.41735536,0.49173555,0.5785124,0.59090906,0.5495868,0.5165289,0.5082645,0.5123967,0.3264463,0.3181818,0.28099173,0.30578512,0.32231405,0.28512397,0.25619835,0.24380165,0.24793388,0.2644628,0.2603306,0.28099173,0.26859504,0.26859504,0.2892562,0.29752067,0.338843,0.43801653,0.5289256,0.59090906,0.6446281,0.6570248,0.6652893,0.6942149,0.71900827,0.72727275,0.7355372,0.73966944,0.75619835,0.75206614,0.75619835,0.75206614,0.72727275,0.71487606,0.6983471,0.677686,0.60330576,0.58677685,0.6446281,0.61157024,0.5,0.40495867,0.37190083,0.36363637,0.37190083,0.35950413,0.3264463,0.3140496,0.30165288,0.30991736,0.2892562,0.32231405,0.3264463,0.30165288,0.30991736,0.29752067,0.3140496,0.30991736,0.37190083,0.45041323,0.5041322,0.5082645,0.5165289,0.5082645,0.32231405,0.3305785,0.25619835,0.3181818,0.27272728,0.2603306,0.30165288,0.3429752,0.34710744,0.3305785,0.2768595,0.2603306,0.24380165,0.21900827,0.2107438,0.23553719,0.21900827,0.21900827,0.26859504,0.3140496,0.40495867,0.49586776,0.55785125,0.60330576,0.6570248,0.677686,0.6859504,0.6983471,0.71487606,0.71900827,0.7231405,0.71487606,0.677686,0.6528926,0.61570245,0.56198347,0.49586776,0.46694216,0.5371901,0.47933885,0.36363637,0.26859504,0.2520661,0.2644628,0.25619835,0.21900827,0.1983471,0.22727273,0.28099173,0.34710744,0.3677686,0.4214876,0.44214877,0.45041323,0.4338843,0.41735536,0.40495867,0.3677686,0.338843,0.338843,0.38429752,0.43801653,0.5082645,0.5165289,0.3264463,0.3264463,0.25619835,0.3966942,0.3264463,0.30578512,0.3677686,0.38842976,0.38429752,0.35950413,0.32231405,0.2892562,0.25619835,0.24793388,0.20247933,0.18181819,0.17355372,0.16115703,0.17768595,0.18181819,0.23140496,0.3181818,0.3966942,0.4752066,0.5371901,0.58677685,0.6280992,0.661157,0.6694215,0.69008267,0.6983471,0.69008267,0.6487603,0.59917355,0.5371901,0.45454547,0.45454547,0.4338843,0.4338843,0.40495867,0.29752067,0.23553719,0.20661157,0.21487603,0.20661157,0.2231405,0.2603306,0.3305785,0.36363637,0.39256197,0.41322315,0.45041323,0.446281,0.44214877,0.45454547,0.49173555,0.5041322,0.49173555,0.4752066,0.42975205,0.3966942,0.4090909,0.49173555,0.5247934,0.32231405,0.3264463,0.30165288,0.45454547,0.35123968,0.3305785,0.35123968,0.34710744,0.30578512,0.2768595,0.28099173,0.32231405,0.30578512,0.3181818,0.24793388,0.20247933,0.18181819,0.17768595,0.16115703,0.17355372,0.2107438,0.23966943,0.29338843,0.3677686,0.42975205,0.5041322,0.5661157,0.6280992,0.6446281,0.677686,0.6942149,0.6818182,0.6280992,0.57024795,0.5,0.4338843,0.446281,0.43801653,0.3966942,0.38016528,0.3140496,0.24793388,0.21900827,0.24380165,0.2603306,0.26859504,0.27272728,0.3140496,0.28099173,0.29752067,0.3264463,0.3305785,0.338843,0.35123968,0.3553719,0.39256197,0.45041323,0.49586776,0.5,0.49173555,0.4876033,0.4752066,0.49586776,0.5247934,0.3305785,0.29338843,0.37603307,0.5,0.41322315,0.3553719,0.34710744,0.32231405,0.24380165,0.21900827,0.21487603,0.20247933,0.26859504,0.3140496,0.2231405,0.14876033,0.1570248,0.25619835,0.18595041,0.1570248,0.1983471,0.20661157,0.23140496,0.28099173,0.3264463,0.45041323,0.54545456,0.61570245,0.6487603,0.6694215,0.7066116,0.70247936,0.6528926,0.58677685,0.5247934,0.4752066,0.45041323,0.42975205,0.3966942,0.35950413,0.28512397,0.29338843,0.30165288,0.30578512,0.2768595,0.18595041,0.10743801,0.29752067,0.2520661,0.18181819,0.16528925,0.29752067,0.30578512,0.30165288,0.28512397,0.2892562,0.34710744,0.4214876,0.46694216,0.5041322,0.5247934,0.53305787,0.5289256,0.5371901,0.33471075,0.2768595,0.42561984,0.5413223,0.5082645,0.446281,0.38016528,0.30165288,0.23140496,0.1983471,0.18595041,0.2768595,0.45867768,0.47107437,0.29752067,0.20247933,0.19008264,0.338843,0.26859504,0.17355372,0.2644628,0.2892562,0.27272728,0.2768595,0.2603306,0.3553719,0.5206612,0.6363636,0.6818182,0.70247936,0.74380165,0.74380165,0.69008267,0.62396693,0.55785125,0.47933885,0.43801653,0.42561984,0.3966942,0.38016528,0.37190083,0.34710744,0.3181818,0.42975205,0.42975205,0.26859504,0.1322314,0.32231405,0.338843,0.17355372,0.19421488,0.4214876,0.38842976,0.26859504,0.24793388,0.2603306,0.32231405,0.3966942,0.446281,0.5,0.54545456,0.57438016,0.5785124,0.5495868,0.3305785,0.2520661,0.4752066,0.57438016,0.59504133,0.59090906,0.5041322,0.43801653,0.3305785,0.30165288,0.38429752,0.38429752,0.5123967,0.56198347,0.38429752,0.2603306,0.2231405,0.19421488,0.25619835,0.3181818,0.42561984,0.37190083,0.37603307,0.38842976,0.29752067,0.24793388,0.4752066,0.6528926,0.72727275,0.7644628,0.78512394,0.78512394,0.73966944,0.6652893,0.56198347,0.47107437,0.446281,0.45454547,0.46694216,0.45867768,0.3966942,0.37190083,0.46280992,0.59090906,0.56198347,0.3677686,0.24793388,0.19421488,0.23553719,0.22727273,0.3305785,0.54545456,0.5082645,0.39256197,0.33471075,0.338843,0.42975205,0.48347107,0.49586776,0.5289256,0.57438016,0.61157024,0.61570245,0.5785124,0.3181818,0.24793388,0.5,0.59917355,0.6570248,0.6404959,0.59917355,0.5661157,0.49173555,0.4090909,0.45454547,0.5,0.5289256,0.58264464,0.5289256,0.38842976,0.35950413,0.34710744,0.38429752,0.4338843,0.5123967,0.4214876,0.41322315,0.48347107,0.41735536,0.28512397,0.42561984,0.6570248,0.74793386,0.8016529,0.8140496,0.8057851,0.76033056,0.6735537,0.57438016,0.4876033,0.5041322,0.54545456,0.5661157,0.5,0.45867768,0.49586776,0.49173555,0.55785125,0.59917355,0.47933885,0.35950413,0.3264463,0.3429752,0.35950413,0.49173555,0.5661157,0.5247934,0.46694216,0.4338843,0.45867768,0.5371901,0.56198347,0.5661157,0.5785124,0.607438,0.6322314,0.6446281,0.60330576,0.30165288,0.27272728,0.5041322,0.62396693,0.6652893,0.6694215,0.6446281,0.6198347,0.56198347,0.47933885,0.446281,0.4752066,0.5123967,0.5413223,0.57024795,0.5413223,0.5495868,0.53305787,0.5371901,0.5206612,0.5247934,0.5041322,0.49586776,0.5082645,0.49173555,0.41322315,0.446281,0.6570248,0.76859504,0.8140496,0.822314,0.8140496,0.7768595,0.6859504,0.60330576,0.54545456,0.54545456,0.59090906,0.553719,0.5289256,0.5123967,0.5,0.47933885,0.5123967,0.54545456,0.5413223,0.5413223,0.5247934,0.5082645,0.5165289,0.5495868,0.5413223,0.5123967,0.4752066,0.5041322,0.5247934,0.57024795,0.60330576,0.61157024,0.6198347,0.6404959,0.6487603,0.6404959,0.61570245,0.30165288,0.25619835,0.5413223,0.62396693,0.661157,0.6859504,0.677686,0.6446281,0.58677685,0.5206612,0.49173555,0.49586776,0.5041322,0.48347107,0.5123967,0.5082645,0.5247934,0.5123967,0.5041322,0.49586776,0.49173555,0.5,0.5123967,0.5082645,0.5289256,0.5,0.5289256,0.6570248,0.76859504,0.822314,0.8264463,0.80991733,0.78099173,0.7107438,0.6446281,0.59504133,0.59090906,0.58677685,0.54545456,0.5165289,0.5041322,0.4752066,0.46280992,0.4876033,0.5123967,0.5082645,0.5413223,0.5413223,0.5206612,0.5206612,0.5247934,0.5247934,0.5371901,0.5289256,0.5371901,0.57438016,0.59917355,0.62396693,0.6404959,0.6487603,0.661157,0.6570248,0.6446281,0.61570245,0.30165288,0.2892562,0.54545456,0.6280992,0.6652893,0.69008267,0.6942149,0.6735537,0.6280992,0.553719,0.48347107,0.46694216,0.4876033,0.48347107,0.48347107,0.46694216,0.46694216,0.45041323,0.4214876,0.41322315,0.4338843,0.46280992,0.49173555,0.5123967,0.553719,0.553719,0.5661157,0.6818182,0.7768595,0.8140496,0.822314,0.8181818,0.78099173,0.7107438,0.6528926,0.6487603,0.6363636,0.59917355,0.55785125,0.5413223,0.49586776,0.48347107,0.45041323,0.45454547,0.45867768,0.45454547,0.46694216,0.4876033,0.5,0.5206612,0.53305787,0.5082645,0.5165289,0.5371901,0.5495868,0.59917355,0.62396693,0.6528926,0.6652893,0.6818182,0.69008267,0.677686,0.6570248,0.6198347,0.30578512,0.2644628,0.57438016,0.6198347,0.661157,0.70247936,0.71487606,0.7107438,0.677686,0.6198347,0.5495868,0.48347107,0.45041323,0.4338843,0.4338843,0.42561984,0.41735536,0.42561984,0.41735536,0.43801653,0.49173555,0.56198347,0.58677685,0.59504133,0.60330576,0.5785124,0.607438,0.71487606,0.7892562,0.8181818,0.822314,0.8057851,0.76859504,0.70247936,0.6652893,0.6735537,0.6694215,0.6570248,0.6198347,0.61157024,0.59504133,0.5661157,0.5165289,0.49586776,0.47107437,0.45867768,0.45454547,0.46280992,0.47933885,0.49586776,0.5123967,0.5041322,0.5165289,0.5661157,0.61157024,0.6363636,0.6652893,0.6859504,0.6942149,0.7107438,0.6983471,0.6818182,0.6487603,0.6198347,0.28099173,0.29752067,0.54545456,0.6280992,0.661157,0.70247936,0.73140496,0.7355372,0.72727275,0.69008267,0.6570248,0.59504133,0.5495868,0.5082645,0.4876033,0.4876033,0.46694216,0.48347107,0.5123967,0.5495868,0.59917355,0.6487603,0.6528926,0.62396693,0.607438,0.59504133,0.61570245,0.72727275,0.7892562,0.8140496,0.8140496,0.79752064,0.74380165,0.69008267,0.6859504,0.6942149,0.6735537,0.6818182,0.677686,0.6735537,0.6818182,0.6818182,0.62396693,0.59917355,0.553719,0.5371901,0.5289256,0.5247934,0.53305787,0.54545456,0.5495868,0.57438016,0.58677685,0.62396693,0.6652893,0.7066116,0.71900827,0.71900827,0.72727275,0.71900827,0.70247936,0.6859504,0.6487603,0.6280992,0.28512397,0.30991736,0.5371901,0.6280992,0.6652893,0.69008267,0.71487606,0.72727275,0.75206614,0.73140496,0.70247936,0.661157,0.6322314,0.62396693,0.61570245,0.59917355,0.62396693,0.6280992,0.6528926,0.661157,0.6652893,0.661157,0.6528926,0.6280992,0.60330576,0.58677685,0.61570245,0.72727275,0.7892562,0.8181818,0.80991733,0.78512394,0.73140496,0.69008267,0.69008267,0.70247936,0.677686,0.6694215,0.6859504,0.6942149,0.72727275,0.74793386,0.7355372,0.7231405,0.6983471,0.6652893,0.6363636,0.6198347,0.607438,0.61570245,0.6280992,0.6404959,0.6652893,0.70247936,0.73140496,0.75206614,0.75619835,0.74793386,0.73966944,0.7231405,0.71487606,0.6942149,0.661157,0.6363636,0.28512397,0.3140496,0.5247934,0.6363636,0.6487603,0.6859504,0.70247936,0.7066116,0.72727275,0.73966944,0.71487606,0.70247936,0.69008267,0.6942149,0.6859504,0.6859504,0.71487606,0.71900827,0.7231405,0.7107438,0.7066116,0.6735537,0.6404959,0.6198347,0.61570245,0.59090906,0.6363636,0.7355372,0.7933884,0.822314,0.8016529,0.7768595,0.72727275,0.6942149,0.6942149,0.70247936,0.677686,0.6694215,0.6694215,0.69008267,0.7107438,0.75619835,0.76033056,0.76033056,0.7644628,0.76859504,0.75619835,0.75206614,0.71900827,0.71900827,0.7231405,0.7107438,0.72727275,0.74793386,0.74793386,0.75206614,0.76859504,0.7644628,0.74380165,0.72727275,0.7066116,0.6942149,0.6652893,0.6363636,0.28512397,0.30165288,0.5165289,0.62396693,0.6487603,0.6818182,0.71900827,0.71900827,0.74380165,0.76033056,0.75206614,0.74380165,0.73966944,0.73966944,0.7355372,0.74380165,0.74380165,0.73966944,0.7231405,0.71900827,0.69008267,0.6818182,0.6446281,0.62396693,0.6198347,0.59917355,0.6528926,0.74793386,0.8016529,0.8140496,0.78512394,0.7644628,0.72727275,0.6942149,0.6983471,0.7066116,0.6818182,0.677686,0.6735537,0.69008267,0.71487606,0.75206614,0.75619835,0.7644628,0.77272725,0.78512394,0.78099173,0.78512394,0.78099173,0.78099173,0.7768595,0.76859504,0.77272725,0.77272725,0.76033056,0.76859504,0.76859504,0.75619835,0.74380165,0.73140496,0.7066116,0.70247936,0.6735537,0.6446281,0.29338843,0.30165288,0.49173555,0.59917355,0.6404959,0.6694215,0.7231405,0.7355372,0.76859504,0.7644628,0.76859504,0.76859504,0.76033056,0.7644628,0.76033056,0.74793386,0.75206614,0.74380165,0.71900827,0.71487606,0.69008267,0.6694215,0.6404959,0.6198347,0.61570245,0.6322314,0.6983471,0.77272725,0.80991733,0.8057851,0.7768595,0.74793386,0.71900827,0.6983471,0.70247936,0.70247936,0.6818182,0.677686,0.6859504,0.6859504,0.7107438,0.7355372,0.74380165,0.76033056,0.7644628,0.7768595,0.7768595,0.7933884,0.8016529,0.8057851,0.8057851,0.79752064,0.78099173,0.7933884,0.7892562,0.7892562,0.78512394,0.76859504,0.75619835,0.73140496,0.71487606,0.71487606,0.6818182,0.6404959,0.29752067,0.29338843,0.48347107,0.5661157,0.6404959,0.6570248,0.71487606,0.74380165,0.76033056,0.76033056,0.76859504,0.77272725,0.77272725,0.7768595,0.76859504,0.75206614,0.74793386,0.7355372,0.72727275,0.7107438,0.6859504,0.661157,0.6280992,0.60330576,0.6280992,0.6942149,0.75206614,0.7892562,0.8140496,0.8181818,0.7892562,0.7644628,0.71487606,0.6942149,0.6942149,0.6859504,0.6694215,0.6694215,0.69008267,0.7066116,0.71487606,0.73140496,0.73966944,0.74793386,0.7644628,0.76033056,0.78099173,0.79752064,0.8016529,0.80991733,0.8181818,0.8016529,0.7933884,0.8016529,0.8016529,0.8016529,0.79752064,0.78512394,0.7644628,0.73966944,0.73140496,0.7107438,0.677686,0.6322314,0.29752067,0.29752067,0.45867768,0.5495868,0.62396693,0.677686,0.7066116,0.74380165,0.76033056,0.7644628,0.76859504,0.77272725,0.78099173,0.78099173,0.76859504,0.74380165,0.75206614,0.7355372,0.7231405,0.7107438,0.677686,0.6404959,0.607438,0.59504133,0.6652893,0.74380165,0.78512394,0.8057851,0.822314,0.8140496,0.80991733,0.76033056,0.72727275,0.6942149,0.6735537,0.6570248,0.6363636,0.62396693,0.6446281,0.677686,0.71487606,0.7355372,0.73966944,0.75206614,0.7644628,0.76859504,0.78099173,0.79752064,0.79752064,0.80991733,0.8181818,0.80991733,0.8057851,0.79752064,0.8057851,0.7933884,0.7892562,0.78512394,0.75619835,0.7355372,0.7231405,0.6859504,0.6487603,0.60330576,0.29752067,0.28099173,0.47107437,0.54545456,0.59504133,0.6652893,0.70247936,0.73966944,0.7644628,0.76033056,0.76033056,0.76859504,0.78099173,0.77272725,0.75619835,0.72727275,0.74380165,0.73966944,0.7107438,0.7107438,0.6694215,0.607438,0.57024795,0.61157024,0.70247936,0.76033056,0.7892562,0.79752064,0.8181818,0.8181818,0.8057851,0.7768595,0.7355372,0.677686,0.6322314,0.60330576,0.59090906,0.58677685,0.60330576,0.607438,0.6446281,0.70247936,0.73966944,0.74793386,0.7644628,0.76033056,0.78512394,0.7892562,0.7892562,0.79752064,0.80991733,0.80991733,0.8057851,0.7933884,0.7933884,0.78512394,0.77272725,0.77272725,0.74380165,0.71900827,0.6942149,0.661157,0.6280992,0.59090906,0.29752067,0.30165288,0.43801653,0.5247934,0.5785124,0.6404959,0.6983471,0.7231405,0.75206614,0.75619835,0.74380165,0.75619835,0.76859504,0.7644628,0.75619835,0.73140496,0.7355372,0.74380165,0.7107438,0.70247936,0.6404959,0.57024795,0.56198347,0.6280992,0.6942149,0.74380165,0.78512394,0.79752064,0.80991733,0.80991733,0.7933884,0.77272725,0.73140496,0.6528926,0.61157024,0.59090906,0.61157024,0.62396693,0.6363636,0.6198347,0.5785124,0.60330576,0.677686,0.72727275,0.75619835,0.76033056,0.78099173,0.78512394,0.78512394,0.7892562,0.8016529,0.8057851,0.79752064,0.7933884,0.78512394,0.7644628,0.76033056,0.75206614,0.7231405,0.70247936,0.661157,0.6404959,0.60330576,0.57438016,0.30165288,0.27272728,0.4338843,0.5041322,0.55785125,0.61570245,0.6694215,0.70247936,0.74380165,0.74380165,0.73966944,0.74793386,0.74793386,0.75206614,0.75619835,0.74380165,0.7355372,0.7355372,0.7066116,0.6735537,0.59917355,0.5661157,0.58264464,0.6322314,0.6652893,0.72727275,0.77272725,0.7933884,0.80991733,0.8057851,0.78099173,0.75619835,0.7066116,0.6404959,0.60330576,0.6198347,0.6570248,0.6528926,0.6528926,0.6404959,0.56198347,0.5413223,0.607438,0.6652893,0.7107438,0.72727275,0.76033056,0.7768595,0.78512394,0.78099173,0.7892562,0.7933884,0.78512394,0.78099173,0.78099173,0.76859504,0.75619835,0.7355372,0.7107438,0.6818182,0.6363636,0.607438,0.58264464,0.5495868,0.30578512,0.27272728,0.3966942,0.4752066,0.53305787,0.59917355,0.661157,0.6859504,0.71900827,0.7355372,0.7355372,0.74380165,0.7355372,0.7355372,0.7355372,0.72727275,0.71487606,0.7107438,0.6942149,0.6570248,0.57438016,0.553719,0.59504133,0.6198347,0.6528926,0.71900827,0.7644628,0.78512394,0.8057851,0.8057851,0.78512394,0.73966944,0.6859504,0.6528926,0.6198347,0.6404959,0.661157,0.6528926,0.6446281,0.6198347,0.5413223,0.5123967,0.59090906,0.6363636,0.6652893,0.677686,0.7231405,0.74793386,0.7644628,0.7768595,0.78099173,0.78099173,0.7768595,0.76859504,0.76859504,0.75619835,0.76033056,0.7066116,0.6694215,0.6487603,0.6198347,0.58264464,0.55785125,0.53305787,0.30165288,0.28512397,0.36363637,0.45454547,0.5082645,0.58677685,0.6446281,0.6818182,0.6983471,0.71487606,0.71900827,0.73966944,0.7355372,0.73140496,0.71900827,0.70247936,0.69008267,0.6818182,0.677686,0.6528926,0.54545456,0.5247934,0.5661157,0.61157024,0.6570248,0.7107438,0.74793386,0.77272725,0.7933884,0.8016529,0.77272725,0.73140496,0.6735537,0.6404959,0.61570245,0.61157024,0.62396693,0.6198347,0.607438,0.57024795,0.5247934,0.5413223,0.6280992,0.6570248,0.661157,0.6570248,0.677686,0.70247936,0.73140496,0.75206614,0.76859504,0.7644628,0.7644628,0.7644628,0.76033056,0.73966944,0.73140496,0.6942149,0.6735537,0.60330576,0.5785124,0.55785125,0.5413223,0.5206612,0.29752067,0.29752067,0.338843,0.43801653,0.49586776,0.5495868,0.6198347,0.6735537,0.6818182,0.6983471,0.6983471,0.7107438,0.7107438,0.7107438,0.6735537,0.6446281,0.661157,0.6694215,0.6694215,0.6487603,0.53305787,0.47107437,0.48347107,0.5165289,0.61157024,0.6818182,0.7107438,0.72727275,0.75206614,0.7644628,0.74380165,0.70247936,0.6322314,0.5785124,0.5413223,0.5371901,0.5495868,0.55785125,0.5413223,0.5206612,0.5371901,0.59090906,0.6570248,0.69008267,0.6983471,0.6694215,0.6570248,0.6735537,0.69008267,0.71487606,0.7355372,0.75206614,0.75619835,0.75619835,0.73966944,0.71900827,0.70247936,0.6652893,0.6280992,0.57438016,0.56198347,0.54545456,0.5371901,0.5123967,0.29752067,0.2892562,0.3305785,0.41735536,0.47933885,0.5289256,0.58264464,0.6487603,0.6528926,0.6859504,0.6735537,0.6818182,0.69008267,0.69008267,0.661157,0.6280992,0.6487603,0.6652893,0.661157,0.6322314,0.5495868,0.46280992,0.37190083,0.3966942,0.5041322,0.60330576,0.6446281,0.6652893,0.6859504,0.6983471,0.6818182,0.6198347,0.553719,0.4752066,0.4214876,0.38842976,0.38842976,0.42561984,0.45041323,0.5,0.57024795,0.6198347,0.6694215,0.7107438,0.73966944,0.7107438,0.677686,0.661157,0.6735537,0.6859504,0.71900827,0.73140496,0.73966944,0.73966944,0.7107438,0.6859504,0.661157,0.6280992,0.59917355,0.57024795,0.553719,0.5413223,0.5206612,0.5,0.29752067,0.29338843,0.3181818,0.40082645,0.45041323,0.5041322,0.55785125,0.61570245,0.6322314,0.6446281,0.661157,0.6652893,0.6652893,0.6652893,0.6528926,0.6528926,0.6570248,0.661157,0.677686,0.6363636,0.59090906,0.5413223,0.37190083,0.23140496,0.36363637,0.47933885,0.53305787,0.5661157,0.59090906,0.59917355,0.5785124,0.5165289,0.4338843,0.38016528,0.34710744,0.3264463,0.3429752,0.41322315,0.48347107,0.54545456,0.59090906,0.6322314,0.6735537,0.7107438,0.73966944,0.72727275,0.7066116,0.6735537,0.6570248,0.6570248,0.677686,0.6818182,0.70247936,0.7107438,0.69008267,0.6735537,0.6446281,0.61157024,0.58264464,0.56198347,0.5413223,0.5206612,0.5041322,0.4876033,0.29752067,0.2892562,0.30165288,0.3677686,0.4214876,0.46280992,0.5206612,0.58677685,0.61570245,0.6322314,0.6404959,0.6652893,0.6446281,0.6446281,0.6446281,0.6528926,0.6570248,0.6735537,0.69008267,0.6694215,0.6322314,0.56198347,0.46280992,0.2768595,0.21900827,0.33471075,0.38842976,0.4338843,0.47107437,0.47107437,0.44214877,0.40082645,0.37190083,0.40082645,0.42975205,0.44214877,0.47107437,0.53305787,0.5661157,0.58264464,0.60330576,0.6322314,0.6694215,0.7066116,0.73966944,0.73140496,0.7355372,0.71487606,0.6694215,0.661157,0.6652893,0.6694215,0.6818182,0.677686,0.6652893,0.661157,0.6322314,0.60330576,0.57438016,0.5495868,0.5371901,0.5082645,0.5041322,0.48347107,0.28512397,0.29338843,0.29338843,0.338843,0.38016528,0.4090909,0.4876033,0.5495868,0.59917355,0.6198347,0.6280992,0.6487603,0.6404959,0.6404959,0.6322314,0.6322314,0.6487603,0.6652893,0.677686,0.677686,0.6694215,0.62396693,0.5413223,0.40082645,0.25619835,0.2520661,0.26859504,0.29338843,0.3140496,0.33471075,0.3429752,0.37603307,0.42561984,0.4752066,0.5041322,0.5082645,0.5247934,0.56198347,0.58264464,0.607438,0.61570245,0.6280992,0.6404959,0.6694215,0.6859504,0.70247936,0.70247936,0.6859504,0.677686,0.661157,0.6570248,0.6528926,0.6528926,0.6570248,0.6570248,0.6446281,0.62396693,0.58264464,0.5661157,0.5413223,0.5123967,0.5041322,0.5082645,0.48347107,0.2892562,0.29338843,0.29338843,0.3140496,0.35950413,0.3966942,0.44214877,0.5247934,0.57024795,0.59917355,0.6322314,0.6322314,0.62396693,0.6198347,0.61157024,0.60330576,0.6198347,0.62396693,0.6280992,0.6446281,0.661157,0.6404959,0.59090906,0.47933885,0.3677686,0.28512397,0.24380165,0.23966943,0.2520661,0.29752067,0.36363637,0.42975205,0.47933885,0.5041322,0.5123967,0.5082645,0.5247934,0.54545456,0.57024795,0.60330576,0.607438,0.61157024,0.6198347,0.6322314,0.6404959,0.6570248,0.6694215,0.6570248,0.61157024,0.6198347,0.6322314,0.6487603,0.6446281,0.6363636,0.6280992,0.61157024,0.607438,0.57438016,0.5495868,0.5371901,0.49586776,0.5082645,0.5082645,0.4876033,0.2892562,0.29752067,0.29338843,0.29752067,0.3429752,0.37190083,0.40495867,0.46694216,0.5495868,0.58264464,0.61570245,0.62396693,0.607438,0.58677685,0.5785124,0.58677685,0.59917355,0.60330576,0.59504133,0.61157024,0.6322314,0.62396693,0.58677685,0.5495868,0.47933885,0.40495867,0.3429752,0.3429752,0.3677686,0.3966942,0.43801653,0.45454547,0.48347107,0.5041322,0.49173555,0.53305787,0.5371901,0.553719,0.5661157,0.57024795,0.58264464,0.5785124,0.59917355,0.61570245,0.607438,0.61157024,0.6198347,0.61570245,0.61570245,0.59090906,0.59917355,0.6198347,0.6363636,0.6198347,0.60330576,0.58677685,0.58677685,0.56198347,0.53305787,0.5206612,0.4876033,0.5082645,0.47933885,0.4752066,0.2892562,0.29752067,0.29338843,0.2892562,0.3181818,0.3677686,0.37603307,0.43801653,0.5041322,0.5661157,0.59917355,0.6322314,0.58264464,0.55785125,0.5495868,0.56198347,0.5661157,0.57438016,0.57438016,0.59504133,0.60330576,0.59504133,0.58677685,0.58264464,0.5413223,0.5082645,0.47933885,0.4752066,0.47933885,0.47933885,0.4752066,0.46694216,0.4876033,0.5206612,0.5041322,0.5289256,0.54545456,0.55785125,0.56198347,0.55785125,0.5495868,0.553719,0.57024795,0.5785124,0.56198347,0.57024795,0.57024795,0.5785124,0.59504133,0.58677685,0.58264464,0.59504133,0.6280992,0.6198347,0.59504133,0.57024795,0.55785125,0.5371901,0.5041322,0.49173555,0.4876033,0.4876033,0.48347107,0.44214877,0.29752067,0.2892562,0.2892562,0.2892562,0.29338843,0.35123968,0.37603307,0.3966942,0.46694216,0.5289256,0.58677685,0.6322314,0.56198347,0.5206612,0.5289256,0.5413223,0.5371901,0.5289256,0.5495868,0.57438016,0.58264464,0.5785124,0.58264464,0.5785124,0.56198347,0.5785124,0.5785124,0.5661157,0.56198347,0.5413223,0.5289256,0.5123967,0.5123967,0.5206612,0.53305787,0.5413223,0.55785125,0.58264464,0.58264464,0.57024795,0.56198347,0.54545456,0.54545456,0.5371901,0.5041322,0.46694216,0.4752066,0.5082645,0.54545456,0.5661157,0.55785125,0.58264464,0.6198347,0.61570245,0.58264464,0.553719,0.5413223,0.5123967,0.47933885,0.45867768,0.46694216,0.46694216,0.46694216,0.4338843,0.28512397,0.30165288,0.29338843,0.29338843,0.28512397,0.30578512,0.3553719,0.36363637,0.4214876,0.4876033,0.57438016,0.62396693,0.59917355,0.53305787,0.5123967,0.5123967,0.48347107,0.45867768,0.48347107,0.5413223,0.56198347,0.57438016,0.59090906,0.59090906,0.57024795,0.6363636,0.6735537,0.677686,0.6694215,0.6322314,0.59504133,0.59917355,0.59917355,0.59090906,0.59917355,0.607438,0.59917355,0.59090906,0.58264464,0.553719,0.54545456,0.53305787,0.5082645,0.45867768,0.4214876,0.39256197,0.3966942,0.42975205,0.4752066,0.5247934,0.54545456,0.57438016,0.60330576,0.59917355,0.5661157,0.5289256,0.5123967,0.48347107,0.45041323,0.45867768,0.45867768,0.45041323,0.446281,0.40495867,0.29752067,0.29338843,0.28512397,0.2892562,0.30578512,0.30578512,0.3305785,0.36363637,0.3677686,0.4338843,0.5289256,0.59504133,0.61570245,0.56198347,0.5082645,0.48347107,0.42561984,0.36363637,0.32231405,0.34710744,0.40082645,0.4338843,0.4876033,0.49586776,0.49586776,0.5413223,0.61157024,0.6446281,0.6528926,0.6487603,0.6198347,0.607438,0.61157024,0.59504133,0.5785124,0.5661157,0.5371901,0.5206612,0.49586776,0.45454547,0.43801653,0.43801653,0.4090909,0.4090909,0.45454547,0.4876033,0.49173555,0.47107437,0.45867768,0.49586776,0.54545456,0.58677685,0.59504133,0.57438016,0.5413223,0.49586776,0.47107437,0.45867768,0.45867768,0.45867768,0.46694216,0.4338843,0.40082645,0.39256197,0.28512397,0.28512397,0.2892562,0.33471075,0.3553719,0.30578512,0.27272728,0.3181818,0.34710744,0.36363637,0.46280992,0.553719,0.59917355,0.57438016,0.5289256,0.5165289,0.4876033,0.45867768,0.4214876,0.35950413,0.30991736,0.30578512,0.2892562,0.26859504,0.24793388,0.30578512,0.30991736,0.34710744,0.38842976,0.43801653,0.45867768,0.45867768,0.42561984,0.4090909,0.38842976,0.36363637,0.35123968,0.34710744,0.3429752,0.36363637,0.37190083,0.3966942,0.43801653,0.5041322,0.5661157,0.58264464,0.5661157,0.5413223,0.49586776,0.5082645,0.553719,0.58677685,0.553719,0.53305787,0.5041322,0.4752066,0.446281,0.43801653,0.45454547,0.45041323,0.43801653,0.4090909,0.37603307,0.33471075,0.29338843,0.3140496,0.3181818,0.45041323,0.3264463,0.1570248,0.11157025,0.21487603,0.33471075,0.33471075,0.37603307,0.45867768,0.5371901,0.55785125,0.5413223,0.553719,0.57024795,0.5661157,0.5495868,0.5165289,0.45454547,0.45867768,0.47933885,0.46694216,0.38842976,0.338843,0.3305785,0.3140496,0.3181818,0.3305785,0.338843,0.34710744,0.35950413,0.37190083,0.38842976,0.38016528,0.38429752,0.41735536,0.43801653,0.45454547,0.45867768,0.47933885,0.5165289,0.54545456,0.5785124,0.59504133,0.57438016,0.55785125,0.5247934,0.5123967,0.53305787,0.53305787,0.5,0.48347107,0.46280992,0.42975205,0.43801653,0.45041323,0.43801653,0.4338843,0.41322315,0.38429752,0.3429752,0.2768595,0.36363637,0.40082645,0.39256197,0.46694216,0.2231405,0.06198347,0.11983471,0.29752067,0.38429752,0.3264463,0.3264463,0.38016528,0.46280992,0.5206612,0.5247934,0.53305787,0.5661157,0.58677685,0.55785125,0.5247934,0.4876033,0.4752066,0.49586776,0.54545456,0.58677685,0.57438016,0.5661157,0.5413223,0.53305787,0.5082645,0.4876033,0.48347107,0.48347107,0.4876033,0.49173555,0.4876033,0.5,0.49586776,0.4876033,0.46694216,0.48347107,0.49586776,0.5371901,0.57024795,0.58677685,0.58677685,0.57024795,0.55785125,0.54545456,0.5165289,0.5082645,0.47933885,0.4752066,0.45041323,0.42975205,0.4338843,0.43801653,0.45041323,0.4338843,0.41322315,0.38842976,0.338843,0.2892562,0.29752067,0.45867768,0.42561984,0.41322315,0.47107437,0.2520661,0.09917355,0.3140496,0.4876033,0.49173555,0.3553719,0.3181818,0.338843,0.38842976,0.45454547,0.5082645,0.49586776,0.49586776,0.53305787,0.5371901,0.5041322,0.45454547,0.43801653,0.446281,0.4752066,0.5495868,0.61570245,0.6322314,0.6363636,0.6404959,0.6487603,0.6322314,0.607438,0.58677685,0.57024795,0.553719,0.5289256,0.5082645,0.47933885,0.4752066,0.46694216,0.48347107,0.5123967,0.54545456,0.5661157,0.57024795,0.56198347,0.5495868,0.5413223,0.5371901,0.5289256,0.5082645,0.5041322,0.4876033,0.4338843,0.42561984,0.4214876,0.43801653,0.41735536,0.3966942,0.37603307,0.3305785,0.28512397,0.29752067,0.37190083,0.47933885,0.41322315,0.41322315,0.4752066,0.33471075,0.1983471,0.47933885,0.54545456,0.54545456,0.42561984,0.30991736,0.3140496,0.35123968,0.38842976,0.45041323,0.47107437,0.4752066,0.4752066,0.48347107,0.48347107,0.43801653,0.4090909,0.42561984,0.42975205,0.46694216,0.5247934,0.5661157,0.57438016,0.59090906,0.62396693,0.6280992,0.607438,0.58677685,0.5661157,0.54545456,0.5041322,0.46694216,0.47107437,0.4752066,0.4752066,0.5,0.5165289,0.5413223,0.54545456,0.5413223,0.5413223,0.54545456,0.5495868,0.54545456,0.5289256,0.5123967,0.49173555,0.46280992,0.43801653,0.4338843,0.4214876,0.41322315,0.38842976,0.3677686,0.3264463,0.2768595,0.28099173,0.35950413,0.39256197,0.47107437,0.40495867,0.4214876,0.47107437,0.40082645,0.24380165,0.5247934,0.553719,0.5495868,0.48347107,0.37190083,0.3140496,0.3181818,0.3677686,0.4214876,0.43801653,0.46694216,0.47107437,0.45867768,0.45867768,0.45454547,0.4090909,0.38016528,0.37190083,0.3966942,0.44214877,0.47933885,0.48347107,0.5041322,0.54545456,0.56198347,0.54545456,0.53305787,0.5206612,0.5082645,0.48347107,0.45454547,0.45454547,0.4752066,0.46694216,0.5082645,0.5289256,0.5413223,0.5371901,0.5371901,0.5495868,0.57024795,0.5661157,0.553719,0.5413223,0.5123967,0.4876033,0.46280992,0.43801653,0.45041323,0.4214876,0.40495867,0.37190083,0.32231405,0.26859504,0.2892562,0.338843,0.39256197,0.40082645,0.48347107,0.40082645,0.42561984,0.446281,0.45041323,0.2768595,0.5,0.57024795,0.5495868,0.47107437,0.446281,0.37190083,0.3140496,0.34710744,0.4090909,0.45454547,0.48347107,0.48347107,0.45454547,0.45867768,0.45867768,0.45454547,0.4090909,0.35950413,0.3429752,0.37190083,0.40082645,0.3966942,0.40082645,0.41322315,0.42561984,0.4338843,0.42975205,0.42975205,0.4338843,0.42561984,0.4214876,0.43801653,0.4752066,0.49173555,0.5289256,0.5247934,0.53305787,0.54545456,0.56198347,0.57438016,0.5785124,0.5661157,0.55785125,0.53305787,0.49173555,0.46694216,0.45041323,0.45454547,0.44214877,0.40495867,0.3677686,0.32231405,0.27272728,0.26859504,0.338843,0.39256197,0.40082645,0.41735536,0.5123967,0.41735536,0.40495867,0.43801653,0.45867768,0.3553719,0.45454547,0.58677685,0.553719,0.45867768,0.46694216,0.44214877,0.338843,0.3140496,0.37603307,0.42975205,0.4752066,0.5165289,0.49586776,0.4876033,0.47107437,0.47107437,0.46280992,0.42975205,0.38429752,0.35123968,0.35123968,0.35123968,0.3553719,0.35123968,0.338843,0.3553719,0.36363637,0.37190083,0.38016528,0.3966942,0.42561984,0.47933885,0.5,0.5206612,0.5206612,0.553719,0.5413223,0.5661157,0.57438016,0.58677685,0.58677685,0.57024795,0.5413223,0.5041322,0.46694216,0.45454547,0.44214877,0.44214877,0.4214876,0.3677686,0.3181818,0.2768595,0.26859504,0.3305785,0.3966942,0.41735536,0.41322315,0.40495867,0.5247934,0.45867768,0.41322315,0.41322315,0.446281,0.43801653,0.38429752,0.58264464,0.5661157,0.44214877,0.45454547,0.48347107,0.40495867,0.3264463,0.32231405,0.38016528,0.45041323,0.5165289,0.5413223,0.5289256,0.5165289,0.5041322,0.5041322,0.4876033,0.46694216,0.42561984,0.3966942,0.38016528,0.3966942,0.38429752,0.37603307,0.38016528,0.41735536,0.42975205,0.45454547,0.4752066,0.49173555,0.5206612,0.5371901,0.55785125,0.56198347,0.58264464,0.5785124,0.59504133,0.58677685,0.58264464,0.5661157,0.5495868,0.5,0.46694216,0.44214877,0.446281,0.45041323,0.4090909,0.38016528,0.3264463,0.26859504,0.28099173,0.3264463,0.39256197,0.42975205,0.4338843,0.42561984,0.40495867,0.5371901,0.5123967,0.4338843,0.4090909,0.40495867,0.45454547,0.41735536,0.5123967,0.553719,0.46694216,0.44214877,0.4752066,0.46694216,0.37603307,0.33471075,0.3140496,0.38842976,0.47107437,0.5413223,0.56198347,0.5661157,0.56198347,0.5661157,0.56198347,0.54545456,0.5123967,0.49173555,0.4752066,0.4876033,0.4752066,0.48347107,0.49586776,0.5247934,0.5495868,0.5661157,0.5785124,0.58264464,0.59090906,0.59504133,0.61157024,0.59917355,0.6322314,0.61157024,0.61157024,0.59090906,0.57438016,0.5413223,0.5041322,0.45867768,0.43801653,0.4338843,0.44214877,0.41735536,0.37603307,0.33471075,0.29338843,0.2603306,0.338843,0.38842976,0.41735536,0.44214877,0.44214877,0.4338843,0.38842976,0.53305787,0.5413223,0.48347107,0.4214876,0.42561984,0.4214876,0.44214877,0.45041323,0.5289256,0.46280992,0.45041323,0.47933885,0.47107437,0.43801653,0.3677686,0.30165288,0.3140496,0.3966942,0.5041322,0.56198347,0.5785124,0.59917355,0.62396693,0.6446281,0.6487603,0.6280992,0.60330576,0.5785124,0.5785124,0.58264464,0.58264464,0.607438,0.6322314,0.6446281,0.6446281,0.661157,0.6528926,0.6446281,0.6487603,0.6528926,0.6322314,0.61570245,0.607438,0.58264464,0.57438016,0.553719,0.5082645,0.46280992,0.42975205,0.42975205,0.42561984,0.41322315,0.37603307,0.33471075,0.28099173,0.2768595,0.3181818,0.3966942,0.42975205,0.43801653,0.45041323,0.45041323,0.43801653,0.37190083,0.56198347,0.553719,0.54545456,0.45454547,0.41322315,0.41735536,0.42975205,0.46280992,0.47933885,0.446281,0.44214877,0.46694216,0.4752066,0.46280992,0.41735536,0.33471075,0.27272728,0.3140496,0.42561984,0.5289256,0.57438016,0.59504133,0.6322314,0.6652893,0.6859504,0.69008267,0.6694215,0.6446281,0.6487603,0.661157,0.6570248,0.6735537,0.6859504,0.6859504,0.6694215,0.677686,0.677686,0.661157,0.6528926,0.6487603,0.61570245,0.5785124,0.57438016,0.5495868,0.5371901,0.5,0.46694216,0.4214876,0.4090909,0.41735536,0.40082645,0.37603307,0.33471075,0.29338843,0.25619835,0.3305785,0.37603307,0.42561984,0.45041323,0.47107437,0.47107437,0.45041323,0.4090909,0.3553719,0.55785125,0.553719,0.55785125,0.5206612,0.446281,0.4090909,0.42975205,0.45867768,0.46694216,0.42561984,0.42975205,0.45454547,0.47107437,0.47107437,0.446281,0.38429752,0.2892562,0.2768595,0.3264463,0.43801653,0.5123967,0.55785125,0.59090906,0.6280992,0.661157,0.6735537,0.677686,0.677686,0.677686,0.677686,0.6735537,0.6859504,0.6942149,0.6942149,0.6942149,0.6942149,0.69008267,0.6694215,0.6528926,0.6198347,0.59090906,0.56198347,0.54545456,0.5165289,0.49173555,0.44214877,0.40082645,0.38842976,0.39256197,0.39256197,0.3677686,0.33471075,0.2768595,0.28099173,0.3264463,0.39256197,0.42975205,0.43801653,0.46280992,0.47933885,0.47933885,0.43801653,0.39256197,0.3553719,0.55785125,0.54545456,0.553719,0.54545456,0.5206612,0.42561984,0.41322315,0.446281,0.4752066,0.446281,0.42561984,0.45454547,0.4752066,0.47933885,0.45867768,0.41735536,0.35123968,0.29338843,0.2644628,0.32231405,0.4338843,0.5082645,0.5495868,0.57438016,0.61157024,0.6487603,0.6570248,0.6404959,0.6322314,0.6322314,0.6280992,0.6446281,0.6735537,0.6694215,0.6735537,0.6694215,0.661157,0.6446281,0.6198347,0.5785124,0.54545456,0.53305787,0.5123967,0.47933885,0.43801653,0.38016528,0.36363637,0.37190083,0.38842976,0.36363637,0.3264463,0.28512397,0.27272728,0.3264463,0.3966942,0.4338843,0.42561984,0.44214877,0.47933885,0.4752066,0.46280992,0.41322315,0.38016528,0.36363637,0.55785125,0.553719,0.553719,0.553719,0.553719,0.48347107,0.4214876,0.41735536,0.45041323,0.4752066,0.45454547,0.45041323,0.46694216,0.47933885,0.46280992,0.43801653,0.3966942,0.338843,0.28512397,0.24380165,0.33471075,0.43801653,0.4876033,0.5123967,0.5371901,0.5661157,0.59090906,0.5785124,0.54545456,0.5371901,0.54545456,0.55785125,0.58264464,0.59504133,0.61157024,0.61570245,0.60330576,0.59090906,0.55785125,0.5289256,0.49586776,0.4876033,0.46280992,0.4090909,0.38016528,0.34710744,0.36363637,0.3553719,0.35123968,0.32231405,0.26859504,0.27272728,0.3305785,0.37603307,0.44214877,0.4214876,0.47107437,0.49586776,0.49586776,0.47933885,0.446281,0.3966942,0.37603307,0.37190083,0.55785125,0.553719,0.5495868,0.56198347,0.55785125,0.54545456,0.47933885,0.41322315,0.41322315,0.44214877,0.46694216,0.46694216,0.46694216,0.4752066,0.46280992,0.45041323,0.42561984,0.37603307,0.3264463,0.25619835,0.25619835,0.30165288,0.3966942,0.43801653,0.45867768,0.47107437,0.48347107,0.4876033,0.47933885,0.4752066,0.4752066,0.47933885,0.5,0.5247934,0.5247934,0.5289256,0.5289256,0.5082645,0.48347107,0.46280992,0.45041323,0.42561984,0.38016528,0.33471075,0.3181818,0.3429752,0.34710744,0.3140496,0.29338843,0.26859504,0.28099173,0.338843,0.39256197,0.40495867,0.42561984,0.46694216,0.5123967,0.5041322,0.5082645,0.47107437,0.4214876,0.37190083,0.37603307,0.38842976,0.57024795,0.56198347,0.553719,0.56198347,0.56198347,0.56198347,0.5495868,0.45454547,0.41735536,0.40495867,0.4338843,0.46280992,0.46280992,0.46280992,0.47107437,0.46280992,0.44214877,0.3966942,0.338843,0.3140496,0.25619835,0.2520661,0.2520661,0.3140496,0.3553719,0.39256197,0.40082645,0.3966942,0.41322315,0.42975205,0.4214876,0.4090909,0.446281,0.45454547,0.45867768,0.45454547,0.45041323,0.41735536,0.40082645,0.3966942,0.38016528,0.3181818,0.28512397,0.29338843,0.29752067,0.3264463,0.2892562,0.2520661,0.25619835,0.29752067,0.3553719,0.38429752,0.41735536,0.44214877,0.48347107,0.49586776,0.5041322,0.5206612,0.47933885,0.44214877,0.39256197,0.35950413,0.38429752,0.40495867,0.57438016,0.57024795,0.57024795,0.55785125,0.5661157,0.57024795,0.5785124,0.5206612,0.47107437,0.4090909,0.4090909,0.43801653,0.45041323,0.45454547,0.45454547,0.46280992,0.45867768,0.4214876,0.38842976,0.3429752,0.2892562,0.26859504,0.24793388,0.23966943,0.26859504,0.29752067,0.3305785,0.33471075,0.34710744,0.36363637,0.35950413,0.3553719,0.3677686,0.37190083,0.37190083,0.36363637,0.34710744,0.32231405,0.3140496,0.30165288,0.2892562,0.27272728,0.27272728,0.28512397,0.28512397,0.2644628,0.24380165,0.2768595,0.30991736,0.35123968,0.38429752,0.4090909,0.43801653,0.47933885,0.5041322,0.5123967,0.5123967,0.5123967,0.45867768,0.4214876,0.37190083,0.3677686,0.40495867,0.41735536,8 +0.34710744,0.34710744,0.16115703,0.041322313,0.24380165,0.45867768,0.5123967,0.5661157,0.61570245,0.61157024,0.6404959,0.6404959,0.6404959,0.6487603,0.6652893,0.661157,0.677686,0.70247936,0.7231405,0.73140496,0.75619835,0.78512394,0.78512394,0.7892562,0.7933884,0.79752064,0.8057851,0.8057851,0.8016529,0.8016529,0.8140496,0.8057851,0.79752064,0.8016529,0.8016529,0.8016529,0.80991733,0.8057851,0.8016529,0.79752064,0.79752064,0.7892562,0.78099173,0.78099173,0.77272725,0.76859504,0.76033056,0.74793386,0.74793386,0.75206614,0.73966944,0.72727275,0.7355372,0.73140496,0.71900827,0.73140496,0.70247936,0.6859504,0.661157,0.6322314,0.61157024,0.60330576,0.57438016,0.55785125,0.35123968,0.30578512,0.19008264,0.024793388,0.24380165,0.48347107,0.5247934,0.5661157,0.6198347,0.6280992,0.6570248,0.6570248,0.661157,0.677686,0.6818182,0.6983471,0.70247936,0.73140496,0.73966944,0.73966944,0.76859504,0.78512394,0.7892562,0.7933884,0.79752064,0.7892562,0.8016529,0.8057851,0.8057851,0.8057851,0.80991733,0.8016529,0.78512394,0.7933884,0.8016529,0.8016529,0.8016529,0.8057851,0.8016529,0.79752064,0.79752064,0.7892562,0.78512394,0.78099173,0.78099173,0.76859504,0.75619835,0.75206614,0.75206614,0.74793386,0.7355372,0.7231405,0.7355372,0.7355372,0.7231405,0.7231405,0.70247936,0.6859504,0.661157,0.6404959,0.61570245,0.59504133,0.5785124,0.5289256,0.35950413,0.27272728,0.1570248,0.041322313,0.27272728,0.4876033,0.5371901,0.58677685,0.62396693,0.6446281,0.6652893,0.6694215,0.6859504,0.6942149,0.6983471,0.71900827,0.7107438,0.74380165,0.75206614,0.76033056,0.7768595,0.7892562,0.7933884,0.8057851,0.8016529,0.7933884,0.79752064,0.8016529,0.8140496,0.80991733,0.80991733,0.8057851,0.7892562,0.78512394,0.8016529,0.8016529,0.8057851,0.80991733,0.8016529,0.8016529,0.79752064,0.7933884,0.7892562,0.78512394,0.7768595,0.7644628,0.76033056,0.75206614,0.73966944,0.74380165,0.7355372,0.72727275,0.7355372,0.74380165,0.72727275,0.7231405,0.7107438,0.6818182,0.661157,0.6322314,0.61570245,0.58677685,0.57024795,0.5289256,0.34710744,0.28512397,0.1694215,0.02892562,0.2892562,0.49173555,0.55785125,0.607438,0.6404959,0.661157,0.6859504,0.6859504,0.7066116,0.71900827,0.7231405,0.74380165,0.74793386,0.75206614,0.7644628,0.77272725,0.7892562,0.79752064,0.8016529,0.80991733,0.8057851,0.80991733,0.8057851,0.8057851,0.8140496,0.8057851,0.8181818,0.8140496,0.80991733,0.8016529,0.8057851,0.80991733,0.80991733,0.80991733,0.8057851,0.8016529,0.79752064,0.7933884,0.7892562,0.7892562,0.78099173,0.77272725,0.7644628,0.75206614,0.74793386,0.75206614,0.74793386,0.7355372,0.74380165,0.74793386,0.7355372,0.72727275,0.7066116,0.6859504,0.6570248,0.6322314,0.60330576,0.58677685,0.57438016,0.54545456,0.3429752,0.3553719,0.23140496,0.049586777,0.30578512,0.49586776,0.58677685,0.6198347,0.6570248,0.677686,0.7066116,0.71900827,0.71487606,0.72727275,0.7355372,0.74380165,0.75619835,0.76033056,0.7644628,0.7768595,0.79752064,0.8016529,0.8057851,0.8057851,0.80991733,0.8140496,0.8181818,0.8181818,0.8181818,0.8140496,0.8181818,0.8181818,0.8181818,0.80991733,0.8181818,0.8140496,0.8140496,0.80991733,0.8057851,0.8016529,0.79752064,0.7933884,0.7933884,0.7892562,0.78099173,0.77272725,0.7768595,0.76033056,0.76033056,0.76033056,0.75619835,0.74793386,0.74793386,0.74793386,0.73966944,0.7355372,0.7066116,0.6735537,0.6487603,0.6198347,0.59917355,0.58264464,0.56198347,0.5413223,0.3305785,0.35123968,0.30165288,0.08264463,0.30165288,0.5123967,0.59917355,0.6322314,0.6570248,0.6859504,0.7107438,0.7355372,0.74380165,0.75206614,0.74793386,0.7644628,0.7644628,0.77272725,0.76859504,0.7768595,0.7933884,0.8057851,0.80991733,0.8057851,0.8181818,0.8181818,0.8264463,0.8181818,0.8181818,0.8181818,0.8181818,0.8181818,0.8140496,0.8181818,0.8181818,0.8181818,0.8181818,0.8057851,0.8057851,0.8016529,0.8016529,0.7933884,0.7892562,0.78512394,0.78512394,0.78099173,0.78099173,0.7768595,0.7768595,0.7644628,0.7644628,0.7644628,0.75619835,0.75206614,0.74793386,0.7355372,0.6942149,0.661157,0.6487603,0.6198347,0.5785124,0.5661157,0.56198347,0.5413223,0.33471075,0.35123968,0.3264463,0.12809917,0.30991736,0.5206612,0.61570245,0.6487603,0.6735537,0.6983471,0.71487606,0.72727275,0.75206614,0.75206614,0.75206614,0.76859504,0.7768595,0.78512394,0.77272725,0.76859504,0.7892562,0.79752064,0.79752064,0.8016529,0.8181818,0.8181818,0.8181818,0.80991733,0.8140496,0.8181818,0.8181818,0.8140496,0.8016529,0.8181818,0.8140496,0.80991733,0.8140496,0.8057851,0.8057851,0.8016529,0.8057851,0.79752064,0.7892562,0.78512394,0.7892562,0.7892562,0.78512394,0.77272725,0.7768595,0.7644628,0.76033056,0.7644628,0.76033056,0.75206614,0.74380165,0.7231405,0.6942149,0.6570248,0.6528926,0.6198347,0.58264464,0.5785124,0.56198347,0.5495868,0.3264463,0.34710744,0.3429752,0.18181819,0.3264463,0.54545456,0.62396693,0.6652893,0.6735537,0.6818182,0.7066116,0.7107438,0.71900827,0.74380165,0.73966944,0.75206614,0.76033056,0.7768595,0.75619835,0.74793386,0.7892562,0.7933884,0.78512394,0.79752064,0.8016529,0.80991733,0.80991733,0.8057851,0.80991733,0.8181818,0.80991733,0.80991733,0.79752064,0.80991733,0.8057851,0.8057851,0.8057851,0.8057851,0.8057851,0.8057851,0.8057851,0.8057851,0.7933884,0.78512394,0.7892562,0.7768595,0.78099173,0.77272725,0.77272725,0.76033056,0.75619835,0.76033056,0.76033056,0.75619835,0.7355372,0.7066116,0.69008267,0.661157,0.6404959,0.61570245,0.58264464,0.55785125,0.5495868,0.5495868,0.3264463,0.33471075,0.3429752,0.24793388,0.3677686,0.5495868,0.56198347,0.54545456,0.5371901,0.56198347,0.59504133,0.59917355,0.6446281,0.6942149,0.70247936,0.7355372,0.73966944,0.75619835,0.75619835,0.76033056,0.78099173,0.78099173,0.77272725,0.7768595,0.7892562,0.7933884,0.8057851,0.8016529,0.8016529,0.79752064,0.8057851,0.8016529,0.79752064,0.79752064,0.8016529,0.7933884,0.7892562,0.8057851,0.80991733,0.8057851,0.8057851,0.79752064,0.7892562,0.78512394,0.7768595,0.77272725,0.76033056,0.75619835,0.74793386,0.73140496,0.71900827,0.7231405,0.7231405,0.7355372,0.7231405,0.70247936,0.6983471,0.6818182,0.6528926,0.607438,0.5785124,0.5495868,0.54545456,0.54545456,0.3305785,0.3429752,0.33471075,0.28512397,0.35950413,0.45041323,0.3966942,0.35123968,0.37190083,0.40082645,0.42561984,0.42561984,0.47107437,0.553719,0.59090906,0.6446281,0.69008267,0.7231405,0.7355372,0.74793386,0.75206614,0.76033056,0.75206614,0.76033056,0.7768595,0.78099173,0.7892562,0.7892562,0.7933884,0.78099173,0.7892562,0.7892562,0.78099173,0.77272725,0.7768595,0.7644628,0.7644628,0.7892562,0.8016529,0.7892562,0.7768595,0.75619835,0.7355372,0.75619835,0.7355372,0.73140496,0.70247936,0.6818182,0.6404959,0.607438,0.57438016,0.5495868,0.5495868,0.58264464,0.59917355,0.6487603,0.6983471,0.6942149,0.6735537,0.6280992,0.57438016,0.553719,0.5495868,0.5371901,0.3264463,0.338843,0.33471075,0.28512397,0.28512397,0.29752067,0.2520661,0.23966943,0.25619835,0.28099173,0.2892562,0.29338843,0.30165288,0.3181818,0.36363637,0.446281,0.5413223,0.61157024,0.6570248,0.6859504,0.6983471,0.71487606,0.7231405,0.73140496,0.75206614,0.76033056,0.76859504,0.77272725,0.7768595,0.76859504,0.78099173,0.76859504,0.74793386,0.74380165,0.7355372,0.6942149,0.6859504,0.73140496,0.7355372,0.6694215,0.59504133,0.59090906,0.5371901,0.5661157,0.57438016,0.5206612,0.49173555,0.45867768,0.44214877,0.4214876,0.38842976,0.3677686,0.35950413,0.38016528,0.3966942,0.4338843,0.5165289,0.57438016,0.6404959,0.6322314,0.5785124,0.54545456,0.5413223,0.5247934,0.3264463,0.3264463,0.3305785,0.2768595,0.24380165,0.24793388,0.2768595,0.30578512,0.30165288,0.2603306,0.23966943,0.24793388,0.23553719,0.24380165,0.23966943,0.24793388,0.3181818,0.39256197,0.45454547,0.5289256,0.58677685,0.6198347,0.6652893,0.6942149,0.7107438,0.71900827,0.73140496,0.74793386,0.75206614,0.74380165,0.74380165,0.7231405,0.6942149,0.677686,0.6570248,0.57438016,0.55785125,0.62396693,0.607438,0.46694216,0.37190083,0.35950413,0.3429752,0.33471075,0.3677686,0.3181818,0.3264463,0.30578512,0.338843,0.3264463,0.3264463,0.35950413,0.338843,0.33471075,0.3305785,0.30991736,0.35123968,0.36363637,0.45867768,0.553719,0.57024795,0.5413223,0.5289256,0.5123967,0.338843,0.3264463,0.3264463,0.30578512,0.2892562,0.30578512,0.37190083,0.40082645,0.38842976,0.3429752,0.30578512,0.2768595,0.23140496,0.1983471,0.2107438,0.20661157,0.18181819,0.20247933,0.23553719,0.32231405,0.41735536,0.49173555,0.56198347,0.61570245,0.6487603,0.677686,0.6942149,0.70247936,0.7107438,0.71487606,0.7107438,0.677686,0.6404959,0.58677685,0.5371901,0.48347107,0.4752066,0.5082645,0.48347107,0.35123968,0.27272728,0.26859504,0.25619835,0.24793388,0.23140496,0.17768595,0.23966943,0.27272728,0.33471075,0.33471075,0.38016528,0.42975205,0.42975205,0.42975205,0.4090909,0.38429752,0.35950413,0.3264463,0.30165288,0.338843,0.45454547,0.5165289,0.5413223,0.5247934,0.33471075,0.32231405,0.3181818,0.34710744,0.35123968,0.3429752,0.38429752,0.37190083,0.338843,0.29752067,0.30165288,0.30578512,0.28512397,0.2520661,0.2231405,0.19421488,0.17355372,0.16528925,0.17768595,0.2231405,0.29338843,0.36363637,0.44214877,0.5123967,0.57024795,0.6280992,0.6528926,0.6735537,0.70247936,0.7107438,0.6942149,0.661157,0.60330576,0.5247934,0.45867768,0.45041323,0.45041323,0.45041323,0.41735536,0.3305785,0.24380165,0.23553719,0.2231405,0.23140496,0.2231405,0.24380165,0.30578512,0.35123968,0.40082645,0.42975205,0.45041323,0.46280992,0.46694216,0.47933885,0.48347107,0.49173555,0.4876033,0.46694216,0.42975205,0.3677686,0.3553719,0.39256197,0.5,0.5247934,0.338843,0.3264463,0.30165288,0.3966942,0.38842976,0.3553719,0.3553719,0.3140496,0.25619835,0.2603306,0.2892562,0.2768595,0.28099173,0.2603306,0.2231405,0.1983471,0.17768595,0.17768595,0.17355372,0.1983471,0.2231405,0.27272728,0.34710744,0.4214876,0.5082645,0.58677685,0.6280992,0.6487603,0.6818182,0.7066116,0.6818182,0.6363636,0.58264464,0.5,0.446281,0.45041323,0.446281,0.4338843,0.40082645,0.3429752,0.2603306,0.24380165,0.2520661,0.25619835,0.2892562,0.29338843,0.33471075,0.338843,0.3181818,0.35950413,0.35950413,0.38429752,0.38842976,0.3966942,0.4090909,0.4876033,0.5123967,0.5289256,0.5082645,0.4876033,0.45041323,0.4214876,0.4876033,0.53305787,0.32231405,0.32231405,0.29338843,0.45454547,0.446281,0.38016528,0.338843,0.2768595,0.2107438,0.18595041,0.20247933,0.30578512,0.38016528,0.36363637,0.1983471,0.1446281,0.1983471,0.29338843,0.14876033,0.17768595,0.2231405,0.23553719,0.2603306,0.32231405,0.45454547,0.57024795,0.6363636,0.661157,0.6942149,0.7231405,0.7066116,0.6652893,0.60330576,0.5289256,0.49173555,0.46694216,0.44214877,0.42561984,0.38016528,0.32231405,0.28099173,0.30991736,0.3140496,0.33471075,0.28512397,0.19421488,0.19008264,0.25619835,0.23140496,0.2231405,0.23966943,0.30991736,0.3181818,0.35123968,0.32231405,0.35123968,0.44214877,0.5082645,0.5082645,0.5165289,0.5206612,0.49173555,0.5082645,0.53305787,0.3305785,0.3140496,0.29752067,0.5123967,0.5371901,0.46694216,0.39256197,0.30578512,0.21900827,0.2231405,0.26859504,0.446281,0.553719,0.46280992,0.2644628,0.18181819,0.2892562,0.45867768,0.17355372,0.18595041,0.28512397,0.30165288,0.28099173,0.2520661,0.34710744,0.5413223,0.661157,0.6942149,0.73140496,0.7644628,0.75206614,0.70247936,0.6322314,0.55785125,0.5,0.45867768,0.44214877,0.42561984,0.38842976,0.3553719,0.35950413,0.30165288,0.3181818,0.44214877,0.3677686,0.2107438,0.12809917,0.38429752,0.2892562,0.16115703,0.19008264,0.32231405,0.30165288,0.2644628,0.26859504,0.29338843,0.338843,0.3966942,0.4752066,0.5082645,0.553719,0.5413223,0.5495868,0.54545456,0.338843,0.29338843,0.3264463,0.55785125,0.62396693,0.57024795,0.49586776,0.446281,0.30991736,0.38429752,0.45041323,0.45454547,0.58677685,0.5123967,0.32231405,0.2603306,0.2107438,0.23966943,0.26859504,0.3140496,0.39256197,0.35123968,0.3966942,0.29338843,0.27272728,0.49173555,0.6818182,0.75619835,0.78099173,0.79752064,0.7892562,0.7355372,0.6652893,0.56198347,0.48347107,0.45867768,0.45454547,0.46280992,0.446281,0.3966942,0.3553719,0.35123968,0.4752066,0.6198347,0.48347107,0.28099173,0.17355372,0.25619835,0.2520661,0.1983471,0.28099173,0.45867768,0.40495867,0.29338843,0.2520661,0.2892562,0.34710744,0.4090909,0.44214877,0.49586776,0.55785125,0.5785124,0.60330576,0.5785124,0.3305785,0.28099173,0.3677686,0.59090906,0.661157,0.6280992,0.5785124,0.56198347,0.4214876,0.4090909,0.5082645,0.5247934,0.59917355,0.59090906,0.42975205,0.35950413,0.338843,0.35950413,0.37603307,0.45041323,0.4752066,0.38016528,0.46694216,0.41735536,0.30578512,0.46694216,0.6859504,0.77272725,0.8057851,0.8181818,0.8057851,0.75619835,0.6735537,0.5661157,0.49586776,0.47933885,0.5082645,0.5371901,0.49173555,0.44214877,0.46280992,0.4876033,0.5495868,0.6570248,0.58264464,0.37603307,0.26859504,0.23966943,0.25619835,0.28099173,0.4090909,0.5413223,0.5165289,0.4338843,0.36363637,0.39256197,0.46694216,0.49586776,0.5,0.5371901,0.55785125,0.607438,0.62396693,0.59917355,0.338843,0.2644628,0.4214876,0.61157024,0.6735537,0.6694215,0.6404959,0.59917355,0.5041322,0.44214877,0.446281,0.49586776,0.55785125,0.60330576,0.58677685,0.5495868,0.5413223,0.5413223,0.5123967,0.5371901,0.5371901,0.5041322,0.5123967,0.5206612,0.4214876,0.48347107,0.6983471,0.78099173,0.822314,0.8181818,0.79752064,0.76033056,0.677686,0.58677685,0.5371901,0.5165289,0.56198347,0.57024795,0.53305787,0.5082645,0.5123967,0.5041322,0.5082645,0.57024795,0.59917355,0.5247934,0.4214876,0.38016528,0.4090909,0.45454547,0.53305787,0.55785125,0.5206612,0.47933885,0.46280992,0.49173555,0.5495868,0.5785124,0.57438016,0.5661157,0.59504133,0.6404959,0.6446281,0.6198347,0.3305785,0.2644628,0.46280992,0.6280992,0.677686,0.69008267,0.6652893,0.62396693,0.54545456,0.5,0.5,0.4876033,0.47107437,0.48347107,0.5123967,0.53305787,0.54545456,0.5371901,0.5165289,0.5206612,0.53305787,0.5495868,0.5206612,0.55785125,0.5041322,0.5495868,0.71900827,0.8016529,0.8305785,0.8140496,0.79752064,0.76859504,0.6942149,0.6280992,0.58677685,0.57024795,0.59090906,0.5661157,0.54545456,0.53305787,0.5247934,0.5206612,0.5413223,0.57438016,0.58677685,0.62396693,0.62396693,0.5785124,0.5661157,0.57024795,0.5661157,0.54545456,0.5123967,0.5041322,0.5206612,0.54545456,0.58677685,0.61570245,0.6280992,0.62396693,0.6404959,0.6694215,0.6528926,0.6363636,0.30991736,0.29338843,0.4876033,0.6363636,0.677686,0.6983471,0.6859504,0.661157,0.58264464,0.48347107,0.47107437,0.5123967,0.5165289,0.5,0.48347107,0.46694216,0.45454547,0.4338843,0.4338843,0.43801653,0.48347107,0.5206612,0.5289256,0.56198347,0.5413223,0.60330576,0.73140496,0.79752064,0.8305785,0.8181818,0.8016529,0.7644628,0.6859504,0.6487603,0.6404959,0.6322314,0.60330576,0.56198347,0.5413223,0.5,0.47107437,0.46694216,0.49173555,0.5123967,0.5082645,0.5247934,0.5371901,0.53305787,0.5289256,0.5413223,0.5371901,0.5371901,0.5413223,0.5413223,0.56198347,0.59090906,0.61157024,0.6363636,0.6570248,0.6694215,0.677686,0.6859504,0.6694215,0.6446281,0.29752067,0.30991736,0.5082645,0.6404959,0.6859504,0.71487606,0.7231405,0.6942149,0.6446281,0.56198347,0.46694216,0.43801653,0.446281,0.446281,0.44214877,0.4338843,0.4214876,0.4090909,0.42561984,0.4752066,0.53305787,0.57024795,0.57024795,0.58677685,0.5371901,0.6652893,0.75619835,0.8181818,0.822314,0.8181818,0.78512394,0.75206614,0.6694215,0.6652893,0.6818182,0.6735537,0.6487603,0.59917355,0.58677685,0.57024795,0.5247934,0.4876033,0.46694216,0.46694216,0.47107437,0.47933885,0.49173555,0.5165289,0.5206612,0.53305787,0.5247934,0.5165289,0.5371901,0.553719,0.58264464,0.6198347,0.6404959,0.661157,0.6859504,0.70247936,0.7066116,0.70247936,0.6818182,0.6446281,0.29338843,0.3264463,0.5206612,0.6487603,0.6942149,0.72727275,0.73966944,0.72727275,0.6818182,0.6487603,0.607438,0.5371901,0.48347107,0.46280992,0.446281,0.45041323,0.46280992,0.47933885,0.5165289,0.57438016,0.62396693,0.62396693,0.60330576,0.59090906,0.56198347,0.69008267,0.7933884,0.80991733,0.822314,0.8181818,0.77272725,0.71487606,0.6818182,0.6983471,0.6942149,0.6818182,0.6818182,0.6652893,0.6446281,0.661157,0.6280992,0.59090906,0.553719,0.5041322,0.47107437,0.46280992,0.4752066,0.49586776,0.5165289,0.5247934,0.5289256,0.5289256,0.5495868,0.59917355,0.6404959,0.6570248,0.6859504,0.6983471,0.7107438,0.71900827,0.71487606,0.7066116,0.6818182,0.6487603,0.29338843,0.33471075,0.5289256,0.6528926,0.69008267,0.7107438,0.73966944,0.75619835,0.72727275,0.71487606,0.661157,0.6280992,0.61570245,0.58677685,0.57024795,0.57438016,0.58677685,0.607438,0.6198347,0.6487603,0.6528926,0.6322314,0.59917355,0.5785124,0.58677685,0.7107438,0.78512394,0.8140496,0.8264463,0.8016529,0.74380165,0.7107438,0.69008267,0.71487606,0.6983471,0.677686,0.6942149,0.69008267,0.69008267,0.7231405,0.71487606,0.69008267,0.6404959,0.60330576,0.57024795,0.56198347,0.5495868,0.54545456,0.553719,0.56198347,0.5785124,0.59090906,0.61157024,0.661157,0.7066116,0.71900827,0.7355372,0.73966944,0.74380165,0.73140496,0.71900827,0.70247936,0.6735537,0.6487603,0.2892562,0.3305785,0.5413223,0.6528926,0.677686,0.6942149,0.7066116,0.7355372,0.73966944,0.71900827,0.6983471,0.6735537,0.6652893,0.6735537,0.6694215,0.6818182,0.6942149,0.6942149,0.6859504,0.6859504,0.6570248,0.6198347,0.60330576,0.5785124,0.61570245,0.7355372,0.8057851,0.8181818,0.8140496,0.7892562,0.7355372,0.70247936,0.70247936,0.7107438,0.7066116,0.6694215,0.6818182,0.6859504,0.7107438,0.7355372,0.76033056,0.76859504,0.73966944,0.71487606,0.69008267,0.661157,0.6322314,0.6322314,0.6363636,0.6404959,0.6528926,0.6652893,0.6859504,0.72727275,0.75619835,0.76859504,0.76859504,0.77272725,0.7644628,0.74380165,0.7355372,0.7107438,0.6735537,0.6487603,0.29752067,0.32231405,0.5495868,0.6528926,0.677686,0.7066116,0.71487606,0.73140496,0.74793386,0.7355372,0.72727275,0.7231405,0.71487606,0.7107438,0.7066116,0.71900827,0.7231405,0.71487606,0.70247936,0.6983471,0.6570248,0.61570245,0.607438,0.58264464,0.6528926,0.75619835,0.8181818,0.822314,0.8016529,0.77272725,0.7355372,0.70247936,0.70247936,0.7107438,0.7107438,0.677686,0.6735537,0.6735537,0.7066116,0.71900827,0.75619835,0.78099173,0.7644628,0.77272725,0.78099173,0.75619835,0.73966944,0.72727275,0.7066116,0.71900827,0.7107438,0.72727275,0.74380165,0.75206614,0.76859504,0.77272725,0.7892562,0.77272725,0.75206614,0.73966944,0.71900827,0.7066116,0.6735537,0.6446281,0.29752067,0.32231405,0.5495868,0.6404959,0.677686,0.71487606,0.73966944,0.76033056,0.7644628,0.7644628,0.76033056,0.74793386,0.73966944,0.73966944,0.7355372,0.7355372,0.73140496,0.71487606,0.6983471,0.6859504,0.6446281,0.6198347,0.59504133,0.61157024,0.7107438,0.7892562,0.8264463,0.8181818,0.78099173,0.75619835,0.71900827,0.70247936,0.7066116,0.7107438,0.70247936,0.6818182,0.6859504,0.6818182,0.7107438,0.7231405,0.75206614,0.76859504,0.75619835,0.78099173,0.7933884,0.78512394,0.78512394,0.78512394,0.7768595,0.7768595,0.76033056,0.77272725,0.78099173,0.76033056,0.7644628,0.76859504,0.77272725,0.77272725,0.76033056,0.7355372,0.71900827,0.71487606,0.677686,0.6487603,0.30991736,0.30991736,0.53305787,0.6322314,0.6652893,0.7066116,0.73966944,0.7644628,0.75619835,0.7644628,0.7768595,0.76033056,0.7644628,0.76033056,0.74793386,0.7355372,0.73140496,0.71487606,0.6942149,0.677686,0.6446281,0.61157024,0.6198347,0.6942149,0.76859504,0.8057851,0.822314,0.80991733,0.78512394,0.75619835,0.7066116,0.70247936,0.70247936,0.7066116,0.6859504,0.6818182,0.69008267,0.6942149,0.7066116,0.71487606,0.75206614,0.75619835,0.76033056,0.77272725,0.78512394,0.78099173,0.7933884,0.8016529,0.80991733,0.8016529,0.8016529,0.7933884,0.78512394,0.7892562,0.78512394,0.7768595,0.76859504,0.76033056,0.75206614,0.72727275,0.7231405,0.71900827,0.6818182,0.6446281,0.3140496,0.30991736,0.53305787,0.61157024,0.6694215,0.70247936,0.74380165,0.7644628,0.7644628,0.7644628,0.7768595,0.77272725,0.77272725,0.7644628,0.75206614,0.7355372,0.7355372,0.71900827,0.6942149,0.6652893,0.62396693,0.607438,0.677686,0.75619835,0.7892562,0.8140496,0.822314,0.8140496,0.8016529,0.7644628,0.7107438,0.6983471,0.6942149,0.6859504,0.6652893,0.6652893,0.677686,0.6983471,0.7107438,0.71900827,0.7355372,0.74793386,0.76033056,0.76859504,0.7768595,0.78512394,0.7933884,0.8057851,0.8140496,0.8140496,0.80991733,0.7933884,0.7892562,0.80991733,0.8057851,0.79752064,0.7892562,0.78512394,0.75619835,0.73140496,0.73140496,0.7231405,0.6859504,0.6446281,0.29752067,0.3140496,0.5206612,0.59504133,0.6735537,0.7066116,0.73966944,0.76859504,0.76033056,0.77272725,0.78099173,0.78512394,0.77272725,0.75619835,0.7355372,0.73966944,0.73140496,0.71487606,0.6942149,0.6446281,0.59917355,0.6404959,0.73140496,0.78099173,0.79752064,0.8140496,0.822314,0.8181818,0.8016529,0.7644628,0.7107438,0.69008267,0.6735537,0.6528926,0.6404959,0.62396693,0.6363636,0.6652893,0.7066116,0.7355372,0.74380165,0.74793386,0.7644628,0.76859504,0.7768595,0.7892562,0.7933884,0.8057851,0.8140496,0.8181818,0.8140496,0.8016529,0.79752064,0.8181818,0.8057851,0.8057851,0.79752064,0.78512394,0.76033056,0.73966944,0.73966944,0.71487606,0.6735537,0.6363636,0.29338843,0.30578512,0.5123967,0.57438016,0.6528926,0.7066116,0.7355372,0.7644628,0.75619835,0.75206614,0.78099173,0.7768595,0.7644628,0.74380165,0.71487606,0.73966944,0.72727275,0.71487606,0.69008267,0.61157024,0.57438016,0.6735537,0.73966944,0.7768595,0.78512394,0.8057851,0.8181818,0.80991733,0.79752064,0.7644628,0.70247936,0.661157,0.6322314,0.61570245,0.607438,0.59917355,0.607438,0.61157024,0.6404959,0.6983471,0.74793386,0.76033056,0.76033056,0.7644628,0.7768595,0.7892562,0.7933884,0.8016529,0.8057851,0.8140496,0.8181818,0.80991733,0.7933884,0.8016529,0.8016529,0.79752064,0.78512394,0.78512394,0.75206614,0.7355372,0.71487606,0.69008267,0.6528926,0.61157024,0.28512397,0.3140496,0.5082645,0.55785125,0.6487603,0.6859504,0.72727275,0.76859504,0.74380165,0.73140496,0.77272725,0.76859504,0.76033056,0.75619835,0.72727275,0.74380165,0.73140496,0.7066116,0.6694215,0.5785124,0.58264464,0.661157,0.71487606,0.7644628,0.7892562,0.8016529,0.8140496,0.8016529,0.78512394,0.75206614,0.69008267,0.6404959,0.60330576,0.61570245,0.6322314,0.62396693,0.6363636,0.6322314,0.607438,0.60330576,0.6652893,0.73140496,0.76033056,0.7644628,0.78512394,0.7892562,0.7892562,0.7933884,0.79752064,0.80991733,0.80991733,0.8140496,0.7933884,0.79752064,0.78512394,0.78099173,0.7768595,0.76859504,0.73140496,0.70247936,0.6859504,0.6694215,0.6363636,0.59504133,0.28512397,0.32231405,0.48347107,0.53305787,0.6198347,0.6652893,0.7066116,0.74793386,0.7355372,0.73966944,0.75619835,0.74793386,0.75206614,0.76033056,0.73140496,0.7355372,0.71900827,0.6942149,0.62396693,0.5785124,0.61157024,0.6487603,0.6983471,0.77272725,0.7933884,0.8057851,0.8140496,0.8016529,0.7644628,0.72727275,0.6859504,0.6404959,0.607438,0.6404959,0.6694215,0.6570248,0.6570248,0.6528926,0.60330576,0.5495868,0.58677685,0.6652893,0.72727275,0.74793386,0.76859504,0.78099173,0.7892562,0.7933884,0.7933884,0.8016529,0.8057851,0.79752064,0.7933884,0.7892562,0.7768595,0.7644628,0.7644628,0.75619835,0.71900827,0.6818182,0.6694215,0.6404959,0.607438,0.58264464,0.30578512,0.29338843,0.45454547,0.5123967,0.61157024,0.6652893,0.6983471,0.73966944,0.73140496,0.74380165,0.76033056,0.73140496,0.73966944,0.7355372,0.71487606,0.7107438,0.6983471,0.6818182,0.59917355,0.57438016,0.607438,0.6363636,0.6983471,0.7644628,0.7768595,0.8016529,0.8140496,0.8016529,0.75619835,0.71487606,0.6735537,0.6404959,0.62396693,0.6528926,0.6652893,0.6528926,0.6446281,0.6363636,0.5785124,0.5041322,0.5371901,0.6322314,0.6818182,0.70247936,0.7355372,0.76859504,0.7768595,0.78512394,0.7892562,0.7933884,0.79752064,0.7933884,0.7892562,0.78099173,0.7768595,0.7644628,0.74380165,0.72727275,0.7066116,0.6570248,0.6404959,0.61570245,0.58264464,0.56198347,0.32231405,0.27272728,0.42561984,0.5123967,0.58677685,0.6487603,0.6859504,0.6942149,0.7107438,0.72727275,0.74380165,0.73140496,0.7231405,0.7107438,0.6983471,0.6818182,0.69008267,0.6694215,0.57438016,0.53305787,0.57024795,0.61157024,0.70247936,0.74793386,0.76033056,0.78512394,0.7933884,0.78512394,0.74380165,0.6942149,0.6487603,0.61570245,0.607438,0.6198347,0.6404959,0.6363636,0.61157024,0.60330576,0.5413223,0.49173555,0.55785125,0.6446281,0.6735537,0.677686,0.6983471,0.7355372,0.75206614,0.7644628,0.78512394,0.78512394,0.78099173,0.78099173,0.78099173,0.77272725,0.76859504,0.76033056,0.72727275,0.69008267,0.6694215,0.6404959,0.607438,0.59504133,0.5661157,0.54545456,0.3140496,0.27272728,0.40495867,0.5041322,0.56198347,0.62396693,0.6652893,0.6983471,0.6983471,0.6983471,0.71487606,0.7231405,0.70247936,0.6487603,0.6694215,0.6735537,0.6818182,0.6487603,0.553719,0.45454547,0.45867768,0.55785125,0.6694215,0.70247936,0.71900827,0.7355372,0.75619835,0.76033056,0.7066116,0.6487603,0.58677685,0.5495868,0.5495868,0.553719,0.5785124,0.59090906,0.5661157,0.5413223,0.49173555,0.5371901,0.62396693,0.677686,0.6942149,0.677686,0.6735537,0.6983471,0.71487606,0.7355372,0.76033056,0.77272725,0.77272725,0.77272725,0.77272725,0.7644628,0.74793386,0.74380165,0.72727275,0.6818182,0.6446281,0.60330576,0.58677685,0.57438016,0.54545456,0.53305787,0.3140496,0.2768595,0.35950413,0.48347107,0.5413223,0.60330576,0.6446281,0.677686,0.6859504,0.6735537,0.6942149,0.6983471,0.6735537,0.61570245,0.6528926,0.6735537,0.677686,0.6198347,0.57438016,0.45867768,0.3553719,0.41735536,0.57438016,0.6280992,0.6570248,0.6694215,0.69008267,0.69008267,0.6198347,0.5661157,0.49586776,0.45041323,0.41735536,0.4214876,0.43801653,0.47107437,0.47933885,0.47107437,0.5123967,0.60330576,0.6528926,0.7066116,0.72727275,0.7107438,0.69008267,0.6818182,0.69008267,0.7066116,0.73140496,0.75619835,0.76033056,0.76859504,0.76859504,0.74793386,0.72727275,0.7107438,0.6942149,0.6487603,0.61570245,0.58264464,0.5661157,0.56198347,0.5371901,0.5206612,0.30991736,0.28099173,0.35123968,0.446281,0.5165289,0.57438016,0.61570245,0.6404959,0.661157,0.6652893,0.6735537,0.6818182,0.6652893,0.6487603,0.661157,0.6652893,0.677686,0.6322314,0.58264464,0.54545456,0.36363637,0.28099173,0.45041323,0.5165289,0.55785125,0.58264464,0.60330576,0.59090906,0.5247934,0.45041323,0.38842976,0.36363637,0.3305785,0.3305785,0.30165288,0.34710744,0.43801653,0.5123967,0.59504133,0.62396693,0.6528926,0.7066116,0.74793386,0.74380165,0.71487606,0.6859504,0.6818182,0.69008267,0.7107438,0.72727275,0.73966944,0.74793386,0.75206614,0.7231405,0.70247936,0.677686,0.6404959,0.6198347,0.59917355,0.5785124,0.56198347,0.5495868,0.5371901,0.5082645,0.30578512,0.28512397,0.3181818,0.41322315,0.4752066,0.5371901,0.59917355,0.62396693,0.6404959,0.6570248,0.6528926,0.6528926,0.6528926,0.6528926,0.6652893,0.6652893,0.6818182,0.661157,0.61157024,0.57024795,0.46280992,0.2520661,0.2768595,0.38842976,0.42975205,0.47107437,0.48347107,0.46694216,0.4090909,0.35123968,0.3677686,0.40082645,0.41322315,0.41322315,0.4214876,0.5041322,0.55785125,0.5661157,0.60330576,0.6322314,0.661157,0.6983471,0.74380165,0.74380165,0.7355372,0.7066116,0.69008267,0.6735537,0.6942149,0.6983471,0.7107438,0.72727275,0.73140496,0.7066116,0.6942149,0.6652893,0.6280992,0.61157024,0.59090906,0.57024795,0.553719,0.53305787,0.5247934,0.5,0.30991736,0.2892562,0.30578512,0.37190083,0.42975205,0.5041322,0.57438016,0.61157024,0.6322314,0.6487603,0.6446281,0.6446281,0.6446281,0.6404959,0.6528926,0.661157,0.6735537,0.677686,0.6528926,0.59504133,0.5413223,0.38429752,0.24793388,0.2603306,0.30578512,0.32231405,0.35123968,0.3553719,0.33471075,0.37190083,0.43801653,0.4752066,0.5,0.5082645,0.5206612,0.55785125,0.60330576,0.607438,0.607438,0.6363636,0.6652893,0.6983471,0.7355372,0.7355372,0.74793386,0.73140496,0.7107438,0.677686,0.6818182,0.6818182,0.6942149,0.7066116,0.69008267,0.677686,0.6818182,0.6487603,0.62396693,0.60330576,0.58264464,0.5661157,0.5371901,0.5165289,0.5123967,0.5,0.30578512,0.29338843,0.30165288,0.3553719,0.4090909,0.47107437,0.54545456,0.59917355,0.6198347,0.6322314,0.6363636,0.6363636,0.62396693,0.61157024,0.62396693,0.6363636,0.6404959,0.6570248,0.6652893,0.62396693,0.55785125,0.46280992,0.34710744,0.2768595,0.23966943,0.23140496,0.25619835,0.3181818,0.38429752,0.446281,0.49173555,0.5123967,0.5206612,0.5247934,0.5371901,0.56198347,0.59090906,0.62396693,0.61157024,0.6322314,0.6404959,0.6652893,0.6983471,0.7066116,0.72727275,0.71487606,0.6983471,0.69008267,0.677686,0.6818182,0.6694215,0.6818182,0.6859504,0.6818182,0.6818182,0.6363636,0.59917355,0.58677685,0.57438016,0.5495868,0.5247934,0.5123967,0.5082645,0.49586776,0.29752067,0.30165288,0.2892562,0.3264463,0.39256197,0.42975205,0.5165289,0.57438016,0.607438,0.6280992,0.62396693,0.607438,0.59504133,0.59090906,0.60330576,0.61570245,0.607438,0.6280992,0.6446281,0.6198347,0.553719,0.5247934,0.46694216,0.38429752,0.3305785,0.32231405,0.35123968,0.4090909,0.446281,0.47107437,0.5,0.5082645,0.5123967,0.5165289,0.53305787,0.5371901,0.58677685,0.61157024,0.607438,0.6198347,0.62396693,0.6528926,0.6652893,0.661157,0.69008267,0.6818182,0.6528926,0.6446281,0.6404959,0.6694215,0.6735537,0.6528926,0.6694215,0.6570248,0.6446281,0.6322314,0.58264464,0.57024795,0.56198347,0.5371901,0.5206612,0.5206612,0.5082645,0.5,0.29338843,0.30165288,0.28512397,0.29752067,0.36363637,0.3966942,0.4752066,0.54545456,0.59090906,0.6280992,0.61570245,0.5785124,0.5661157,0.57438016,0.5785124,0.58264464,0.59090906,0.607438,0.62396693,0.607438,0.58677685,0.56198347,0.5289256,0.49586776,0.47107437,0.46280992,0.46694216,0.4752066,0.4752066,0.47107437,0.5041322,0.5123967,0.5206612,0.5413223,0.55785125,0.553719,0.5661157,0.58677685,0.5785124,0.58677685,0.61157024,0.6363636,0.6280992,0.6280992,0.6404959,0.6528926,0.6322314,0.62396693,0.61570245,0.6322314,0.6652893,0.6528926,0.6363636,0.6280992,0.61570245,0.607438,0.58677685,0.56198347,0.5495868,0.5247934,0.5041322,0.5206612,0.5123967,0.49173555,0.29338843,0.30165288,0.29338843,0.2768595,0.35123968,0.38842976,0.4338843,0.5123967,0.57438016,0.6198347,0.60330576,0.5413223,0.54545456,0.5495868,0.56198347,0.55785125,0.57024795,0.59090906,0.59504133,0.58264464,0.58677685,0.57438016,0.56198347,0.5661157,0.553719,0.5413223,0.5206612,0.5082645,0.5,0.4752066,0.5041322,0.5247934,0.5206612,0.53305787,0.56198347,0.5661157,0.5661157,0.57438016,0.55785125,0.56198347,0.59504133,0.59917355,0.59090906,0.59090906,0.59090906,0.607438,0.607438,0.61157024,0.607438,0.607438,0.6280992,0.6528926,0.607438,0.6198347,0.5785124,0.59090906,0.57438016,0.5413223,0.5123967,0.5165289,0.5,0.5123967,0.5041322,0.47107437,0.29338843,0.30578512,0.29338843,0.28512397,0.30991736,0.38429752,0.40082645,0.48347107,0.5495868,0.61157024,0.61570245,0.5289256,0.5247934,0.5371901,0.53305787,0.5123967,0.5371901,0.57438016,0.58264464,0.58264464,0.58264464,0.5785124,0.59917355,0.6280992,0.6322314,0.6280992,0.59917355,0.57438016,0.553719,0.5289256,0.5371901,0.5495868,0.5661157,0.5661157,0.58677685,0.59504133,0.58677685,0.58264464,0.5785124,0.553719,0.5661157,0.56198347,0.553719,0.5165289,0.5082645,0.5495868,0.5661157,0.59090906,0.58677685,0.57024795,0.6280992,0.6446281,0.6404959,0.59090906,0.5785124,0.55785125,0.5495868,0.5165289,0.49173555,0.49586776,0.49173555,0.49586776,0.49586776,0.45454547,0.29752067,0.29338843,0.29752067,0.28512397,0.29338843,0.3264463,0.3677686,0.42975205,0.5082645,0.59090906,0.6280992,0.55785125,0.5247934,0.5123967,0.47933885,0.42561984,0.44214877,0.5082645,0.5495868,0.57438016,0.59917355,0.5785124,0.58264464,0.6446281,0.6859504,0.70247936,0.6818182,0.6404959,0.607438,0.59917355,0.59504133,0.60330576,0.61570245,0.61570245,0.607438,0.607438,0.58264464,0.57438016,0.55785125,0.56198347,0.5413223,0.5041322,0.45454547,0.3966942,0.38016528,0.446281,0.4876033,0.5495868,0.5785124,0.55785125,0.607438,0.6363636,0.61157024,0.5785124,0.553719,0.54545456,0.5247934,0.48347107,0.47933885,0.47933885,0.47933885,0.47107437,0.48347107,0.45041323,0.29752067,0.29338843,0.29752067,0.30578512,0.27272728,0.3140496,0.37190083,0.35123968,0.45867768,0.553719,0.607438,0.58264464,0.5289256,0.5041322,0.45041323,0.37603307,0.30991736,0.30165288,0.3429752,0.38016528,0.41735536,0.4338843,0.45041323,0.5,0.5495868,0.58677685,0.607438,0.61157024,0.60330576,0.58264464,0.57024795,0.55785125,0.5495868,0.5495868,0.54545456,0.5413223,0.53305787,0.49586776,0.47107437,0.47107437,0.45041323,0.40495867,0.39256197,0.41735536,0.4214876,0.4338843,0.42975205,0.4876033,0.5289256,0.5661157,0.59917355,0.607438,0.607438,0.5495868,0.5247934,0.5165289,0.49173555,0.47107437,0.47107437,0.48347107,0.46694216,0.46694216,0.45041323,0.42561984,0.2892562,0.29338843,0.28099173,0.29752067,0.2892562,0.2644628,0.338843,0.3553719,0.38429752,0.5165289,0.57438016,0.59090906,0.5413223,0.5371901,0.5123967,0.49586776,0.45454547,0.39256197,0.32231405,0.30991736,0.28099173,0.2644628,0.2768595,0.30578512,0.3264463,0.36363637,0.40082645,0.44214877,0.46280992,0.42561984,0.40082645,0.38429752,0.36363637,0.3553719,0.33471075,0.30578512,0.30165288,0.3140496,0.338843,0.35950413,0.37603307,0.41735536,0.49586776,0.55785125,0.5495868,0.5247934,0.49173555,0.49173555,0.5247934,0.59090906,0.59504133,0.60330576,0.57438016,0.53305787,0.49173555,0.47933885,0.46694216,0.4752066,0.48347107,0.4752066,0.45867768,0.46694216,0.42561984,0.40495867,0.2892562,0.29752067,0.2892562,0.28512397,0.30165288,0.28099173,0.30165288,0.34710744,0.3181818,0.43801653,0.5041322,0.56198347,0.553719,0.553719,0.57438016,0.58264464,0.55785125,0.5289256,0.45041323,0.47933885,0.5082645,0.47107437,0.37603307,0.35950413,0.34710744,0.3429752,0.35123968,0.3677686,0.36363637,0.36363637,0.3677686,0.38842976,0.40082645,0.38842976,0.38842976,0.3966942,0.4338843,0.45454547,0.46694216,0.47933885,0.49586776,0.5289256,0.5785124,0.607438,0.59917355,0.57438016,0.5495868,0.5206612,0.5371901,0.5785124,0.58677685,0.553719,0.5289256,0.5123967,0.47933885,0.45454547,0.45867768,0.47107437,0.4752066,0.46280992,0.45041323,0.43801653,0.3966942,0.38429752,0.30165288,0.2892562,0.2892562,0.28099173,0.30991736,0.33471075,0.32231405,0.3140496,0.3140496,0.35950413,0.4214876,0.5082645,0.5289256,0.5247934,0.56198347,0.58677685,0.56198347,0.5123967,0.47107437,0.47107437,0.49586776,0.5495868,0.57024795,0.5661157,0.54545456,0.5413223,0.5371901,0.5165289,0.4876033,0.49173555,0.4876033,0.5041322,0.49173555,0.48347107,0.5165289,0.5123967,0.49586776,0.48347107,0.4876033,0.5041322,0.5371901,0.5661157,0.59090906,0.607438,0.60330576,0.58677685,0.57024795,0.5371901,0.5289256,0.53305787,0.5206612,0.5041322,0.48347107,0.46694216,0.45454547,0.45041323,0.46280992,0.47107437,0.45867768,0.44214877,0.4338843,0.4090909,0.38429752,0.338843,0.29338843,0.29338843,0.27272728,0.30991736,0.41735536,0.35950413,0.24793388,0.16115703,0.28512397,0.33471075,0.35950413,0.446281,0.49173555,0.5041322,0.5041322,0.5289256,0.5495868,0.5,0.4338843,0.43801653,0.45867768,0.47933885,0.59504133,0.6322314,0.6198347,0.6198347,0.6570248,0.6446281,0.6322314,0.6198347,0.60330576,0.59917355,0.58264464,0.56198347,0.54545456,0.5041322,0.47933885,0.48347107,0.4876033,0.5123967,0.553719,0.58264464,0.59090906,0.59504133,0.59090906,0.5785124,0.5661157,0.54545456,0.5247934,0.5,0.48347107,0.47107437,0.45454547,0.45041323,0.44214877,0.45454547,0.46280992,0.45867768,0.44214877,0.4214876,0.41735536,0.37603307,0.3264463,0.28099173,0.30165288,0.3181818,0.3264463,0.41735536,0.45041323,0.21900827,0.10330579,0.07438017,0.2520661,0.338843,0.33471075,0.39256197,0.446281,0.47107437,0.48347107,0.47933885,0.5082645,0.4876033,0.4214876,0.40082645,0.446281,0.41322315,0.5289256,0.57438016,0.58677685,0.59504133,0.62396693,0.6528926,0.6363636,0.62396693,0.60330576,0.60330576,0.57438016,0.5289256,0.48347107,0.48347107,0.4752066,0.49586776,0.4876033,0.5247934,0.553719,0.5661157,0.57438016,0.57024795,0.5661157,0.5495868,0.5413223,0.54545456,0.53305787,0.5082645,0.5,0.4752066,0.45454547,0.446281,0.43801653,0.45041323,0.45041323,0.42975205,0.41735536,0.3966942,0.37190083,0.3264463,0.27272728,0.29752067,0.38842976,0.41322315,0.4090909,0.45041323,0.43801653,0.17768595,0.0661157,0.2107438,0.41322315,0.40495867,0.3305785,0.35123968,0.40495867,0.45041323,0.47107437,0.4752066,0.46694216,0.47107437,0.46694216,0.38429752,0.36363637,0.38429752,0.43801653,0.47933885,0.5041322,0.5247934,0.53305787,0.607438,0.59504133,0.56198347,0.55785125,0.57438016,0.5371901,0.4876033,0.46280992,0.4752066,0.4752066,0.49586776,0.5082645,0.53305787,0.5495868,0.5495868,0.55785125,0.553719,0.56198347,0.55785125,0.55785125,0.5495868,0.5247934,0.5123967,0.5,0.47107437,0.45041323,0.43801653,0.43801653,0.43801653,0.42975205,0.40495867,0.38842976,0.3553719,0.3140496,0.26859504,0.28099173,0.34710744,0.47107437,0.46280992,0.42561984,0.43801653,0.48347107,0.23140496,0.16528925,0.40495867,0.5495868,0.5247934,0.38016528,0.32231405,0.38842976,0.43801653,0.47933885,0.4876033,0.45454547,0.446281,0.46694216,0.45867768,0.35950413,0.33471075,0.37603307,0.40495867,0.41322315,0.43801653,0.42561984,0.4876033,0.49586776,0.4752066,0.47107437,0.49586776,0.48347107,0.46280992,0.45041323,0.45867768,0.4752066,0.5,0.5206612,0.54545456,0.5495868,0.5413223,0.5495868,0.56198347,0.5785124,0.57024795,0.5785124,0.56198347,0.5247934,0.5165289,0.49586776,0.4752066,0.45867768,0.45454547,0.44214877,0.42975205,0.4090909,0.38429752,0.35123968,0.30578512,0.26859504,0.28512397,0.3264463,0.38016528,0.48347107,0.45867768,0.41735536,0.4214876,0.47933885,0.28512397,0.27272728,0.49173555,0.56198347,0.5785124,0.46694216,0.33471075,0.35123968,0.42561984,0.4752066,0.5082645,0.4876033,0.48347107,0.46694216,0.47107437,0.45454547,0.40082645,0.3429752,0.3429752,0.3553719,0.37190083,0.3429752,0.35950413,0.38016528,0.38016528,0.38842976,0.40082645,0.38016528,0.4090909,0.42561984,0.45867768,0.49586776,0.5206612,0.5371901,0.5495868,0.5413223,0.553719,0.56198347,0.58264464,0.59090906,0.58677685,0.57024795,0.56198347,0.5371901,0.5123967,0.48347107,0.4752066,0.46694216,0.46280992,0.4338843,0.4214876,0.38842976,0.338843,0.30165288,0.27272728,0.27272728,0.3305785,0.37603307,0.3966942,0.46694216,0.45454547,0.4338843,0.4214876,0.47933885,0.35123968,0.30578512,0.48347107,0.5661157,0.57438016,0.5082645,0.40082645,0.33471075,0.38016528,0.45041323,0.5082645,0.53305787,0.5165289,0.49586776,0.4876033,0.49173555,0.48347107,0.42561984,0.39256197,0.36363637,0.37190083,0.36363637,0.35123968,0.36363637,0.37190083,0.39256197,0.3966942,0.4090909,0.4214876,0.46694216,0.5123967,0.5247934,0.5413223,0.5413223,0.55785125,0.55785125,0.57024795,0.59090906,0.59504133,0.60330576,0.59917355,0.58264464,0.5413223,0.5206612,0.48347107,0.46694216,0.47107437,0.46280992,0.45454547,0.41322315,0.37603307,0.34710744,0.2892562,0.26859504,0.2892562,0.32231405,0.37603307,0.40082645,0.41735536,0.5041322,0.4752066,0.4214876,0.41735536,0.45867768,0.4090909,0.338843,0.45041323,0.5785124,0.57024795,0.49173555,0.45867768,0.3966942,0.338843,0.39256197,0.47933885,0.5413223,0.55785125,0.5495868,0.54545456,0.5371901,0.53305787,0.5,0.47933885,0.43801653,0.42561984,0.42975205,0.41322315,0.41322315,0.4338843,0.46280992,0.4876033,0.49173555,0.5165289,0.5082645,0.5495868,0.55785125,0.57438016,0.57438016,0.59504133,0.58677685,0.60330576,0.61570245,0.59504133,0.60330576,0.58264464,0.56198347,0.5041322,0.47933885,0.47107437,0.46694216,0.45454547,0.45041323,0.42561984,0.38842976,0.3264463,0.30165288,0.27272728,0.28512397,0.3305785,0.3677686,0.4090909,0.4214876,0.4338843,0.5289256,0.5,0.42561984,0.40495867,0.42561984,0.44214877,0.39256197,0.4214876,0.5785124,0.58264464,0.4876033,0.45867768,0.46694216,0.3677686,0.33471075,0.4338843,0.5206612,0.57438016,0.58677685,0.59090906,0.60330576,0.607438,0.59090906,0.57438016,0.5495868,0.5371901,0.53305787,0.5289256,0.5413223,0.553719,0.57438016,0.59504133,0.61157024,0.59917355,0.59917355,0.61157024,0.607438,0.6198347,0.62396693,0.6322314,0.6198347,0.62396693,0.61570245,0.607438,0.5785124,0.5495868,0.5165289,0.4752066,0.46694216,0.446281,0.46280992,0.45454547,0.41322315,0.38842976,0.34710744,0.29752067,0.2768595,0.28512397,0.32231405,0.37190083,0.3966942,0.43801653,0.44214877,0.446281,0.5247934,0.5123967,0.46280992,0.40495867,0.40495867,0.446281,0.4214876,0.40495867,0.5371901,0.58264464,0.5,0.45041323,0.48347107,0.446281,0.33471075,0.33471075,0.45867768,0.553719,0.58264464,0.61570245,0.6404959,0.6694215,0.6735537,0.6652893,0.6404959,0.6322314,0.6446281,0.6363636,0.6487603,0.6570248,0.6859504,0.6735537,0.6818182,0.6694215,0.6694215,0.661157,0.6528926,0.6652893,0.6487603,0.6404959,0.6280992,0.61157024,0.607438,0.59504133,0.5495868,0.5123967,0.45867768,0.45041323,0.46694216,0.43801653,0.446281,0.42561984,0.3553719,0.338843,0.3140496,0.29338843,0.29338843,0.3140496,0.3677686,0.4090909,0.42975205,0.42975205,0.45867768,0.45041323,0.5371901,0.5371901,0.5206612,0.446281,0.4090909,0.4214876,0.4338843,0.42561984,0.47107437,0.55785125,0.5123967,0.45041323,0.4752066,0.49173555,0.41322315,0.3181818,0.3677686,0.5041322,0.57024795,0.59917355,0.62396693,0.661157,0.69008267,0.6942149,0.6694215,0.6694215,0.6859504,0.69008267,0.6983471,0.7066116,0.73140496,0.71487606,0.71900827,0.70247936,0.7107438,0.6942149,0.677686,0.6735537,0.6487603,0.61570245,0.59917355,0.58677685,0.57024795,0.553719,0.5206612,0.47933885,0.4338843,0.44214877,0.43801653,0.42975205,0.40082645,0.38842976,0.30578512,0.30991736,0.29752067,0.30991736,0.3140496,0.37190083,0.40495867,0.42561984,0.45041323,0.43801653,0.46694216,0.46694216,0.5165289,0.5206612,0.5413223,0.4876033,0.41735536,0.41322315,0.41735536,0.43801653,0.4338843,0.5165289,0.5082645,0.446281,0.45454547,0.48347107,0.46694216,0.38016528,0.30991736,0.40495867,0.5082645,0.56198347,0.59504133,0.62396693,0.661157,0.6735537,0.6694215,0.6735537,0.677686,0.677686,0.6942149,0.7066116,0.7107438,0.71900827,0.7107438,0.71487606,0.7231405,0.7066116,0.6735537,0.6528926,0.62396693,0.5785124,0.57024795,0.553719,0.5247934,0.49586776,0.45454547,0.42975205,0.4090909,0.40495867,0.4214876,0.38429752,0.3553719,0.3429752,0.28099173,0.30991736,0.29752067,0.3553719,0.35123968,0.40495867,0.42561984,0.4214876,0.46694216,0.4752066,0.47107437,0.47107437,0.5495868,0.5495868,0.5495868,0.5289256,0.47107437,0.42561984,0.41322315,0.42975205,0.44214877,0.47107437,0.48347107,0.44214877,0.45041323,0.48347107,0.48347107,0.44214877,0.3429752,0.30578512,0.41322315,0.5123967,0.553719,0.57438016,0.6198347,0.6446281,0.6487603,0.6322314,0.6198347,0.6280992,0.6487603,0.6694215,0.69008267,0.70247936,0.69008267,0.6983471,0.6942149,0.6694215,0.6404959,0.607438,0.57438016,0.5495868,0.5495868,0.5206612,0.4752066,0.4338843,0.3966942,0.38429752,0.39256197,0.40495867,0.39256197,0.3429752,0.338843,0.30165288,0.29752067,0.3140496,0.3305785,0.38842976,0.40082645,0.42561984,0.43801653,0.4338843,0.49586776,0.48347107,0.48347107,0.45454547,0.55785125,0.55785125,0.553719,0.553719,0.5289256,0.45454547,0.41735536,0.42561984,0.446281,0.45867768,0.43801653,0.42561984,0.46280992,0.48347107,0.4876033,0.46694216,0.42975205,0.3264463,0.3181818,0.43801653,0.48347107,0.5082645,0.5413223,0.5785124,0.59090906,0.5661157,0.5371901,0.54545456,0.553719,0.5785124,0.60330576,0.62396693,0.6363636,0.6404959,0.6322314,0.61157024,0.5785124,0.5495868,0.5206612,0.5123967,0.5041322,0.47107437,0.4214876,0.38429752,0.37190083,0.37603307,0.38842976,0.38016528,0.34710744,0.3181818,0.30991736,0.30165288,0.3181818,0.3305785,0.3677686,0.40495867,0.4338843,0.4214876,0.43801653,0.4752066,0.48347107,0.5,0.46280992,0.45041323,8 +0.21487603,0.28512397,0.42975205,0.47107437,0.53305787,0.5495868,0.58264464,0.6363636,0.6652893,0.6652893,0.661157,0.6570248,0.6859504,0.6694215,0.70247936,0.677686,0.69008267,0.70247936,0.72727275,0.75619835,0.76033056,0.7768595,0.79752064,0.8016529,0.80991733,0.8057851,0.8057851,0.8140496,0.822314,0.8140496,0.8181818,0.8181818,0.822314,0.8140496,0.8057851,0.79752064,0.8016529,0.8016529,0.79752064,0.8016529,0.7892562,0.7892562,0.7768595,0.77272725,0.7644628,0.7644628,0.74793386,0.73140496,0.72727275,0.71900827,0.71900827,0.69008267,0.71487606,0.6818182,0.69008267,0.6735537,0.6404959,0.607438,0.56198347,0.553719,0.5371901,0.49173555,0.45867768,0.3677686,0.17355372,0.2768595,0.42561984,0.47107437,0.5371901,0.5495868,0.58264464,0.6280992,0.6528926,0.6652893,0.6694215,0.6735537,0.6735537,0.6859504,0.6942149,0.71487606,0.71487606,0.7355372,0.74793386,0.75619835,0.76033056,0.78512394,0.8016529,0.8016529,0.80991733,0.8140496,0.8057851,0.7933884,0.80991733,0.80991733,0.8181818,0.8140496,0.8140496,0.8057851,0.7892562,0.7933884,0.8016529,0.7933884,0.79752064,0.7892562,0.7892562,0.78099173,0.78099173,0.7644628,0.7644628,0.76033056,0.74793386,0.73140496,0.72727275,0.73140496,0.70247936,0.69008267,0.6942149,0.6942149,0.6859504,0.677686,0.6363636,0.61570245,0.5785124,0.5495868,0.5165289,0.49586776,0.446281,0.38429752,0.14049587,0.2768595,0.4338843,0.4752066,0.5289256,0.5495868,0.57438016,0.6363636,0.6528926,0.661157,0.677686,0.677686,0.69008267,0.7066116,0.7066116,0.7231405,0.73966944,0.7355372,0.76033056,0.77272725,0.76859504,0.7892562,0.8016529,0.8057851,0.822314,0.822314,0.80991733,0.80991733,0.8057851,0.80991733,0.822314,0.8181818,0.8140496,0.8140496,0.7933884,0.79752064,0.79752064,0.8057851,0.7933884,0.7933884,0.7933884,0.78099173,0.78099173,0.76859504,0.76859504,0.76033056,0.74380165,0.73140496,0.7231405,0.71900827,0.7107438,0.70247936,0.7066116,0.7066116,0.6942149,0.677686,0.6487603,0.6198347,0.59090906,0.54545456,0.5123967,0.49586776,0.47107437,0.35950413,0.11570248,0.2768595,0.42561984,0.48347107,0.53305787,0.55785125,0.58677685,0.6322314,0.661157,0.677686,0.6942149,0.6942149,0.70247936,0.7231405,0.7231405,0.7355372,0.75206614,0.75206614,0.76859504,0.7768595,0.78099173,0.7933884,0.8140496,0.8181818,0.822314,0.8264463,0.8140496,0.8181818,0.8140496,0.8140496,0.822314,0.8181818,0.8181818,0.822314,0.80991733,0.8016529,0.80991733,0.80991733,0.8057851,0.79752064,0.7933884,0.78099173,0.77272725,0.7768595,0.76859504,0.7644628,0.75206614,0.74793386,0.7231405,0.72727275,0.73140496,0.6983471,0.71487606,0.7107438,0.70247936,0.6818182,0.6570248,0.61570245,0.57438016,0.54545456,0.5206612,0.48347107,0.48347107,0.3677686,0.10330579,0.2520661,0.42561984,0.5041322,0.5247934,0.5661157,0.61570245,0.6570248,0.6694215,0.6859504,0.70247936,0.7066116,0.7355372,0.73140496,0.7355372,0.75619835,0.75619835,0.77272725,0.78512394,0.7892562,0.78099173,0.8016529,0.8181818,0.8181818,0.8264463,0.822314,0.822314,0.8181818,0.822314,0.822314,0.8264463,0.822314,0.8181818,0.822314,0.822314,0.80991733,0.8140496,0.8181818,0.8016529,0.8016529,0.7933884,0.78512394,0.7768595,0.78512394,0.77272725,0.7644628,0.75619835,0.75206614,0.74380165,0.73140496,0.73140496,0.7231405,0.7107438,0.71487606,0.7107438,0.6942149,0.661157,0.61570245,0.57438016,0.5413223,0.5289256,0.49173555,0.46280992,0.41735536,0.08677686,0.23140496,0.446281,0.5123967,0.5289256,0.57438016,0.6322314,0.661157,0.677686,0.6983471,0.71900827,0.7355372,0.75206614,0.74793386,0.74793386,0.76859504,0.76033056,0.78512394,0.7892562,0.79752064,0.7892562,0.8016529,0.80991733,0.8140496,0.822314,0.8264463,0.8181818,0.8264463,0.8264463,0.8181818,0.8181818,0.822314,0.8181818,0.822314,0.822314,0.8140496,0.80991733,0.822314,0.8057851,0.79752064,0.8016529,0.7892562,0.7892562,0.7892562,0.77272725,0.7644628,0.7644628,0.75619835,0.75206614,0.75206614,0.73140496,0.7355372,0.7231405,0.7231405,0.7066116,0.6983471,0.6404959,0.607438,0.57438016,0.5371901,0.5206612,0.49586776,0.46280992,0.42561984,0.08264463,0.2520661,0.47933885,0.5165289,0.5371901,0.58677685,0.6446281,0.6694215,0.6735537,0.70247936,0.72727275,0.73966944,0.75206614,0.7644628,0.76859504,0.76859504,0.7768595,0.78512394,0.7933884,0.8016529,0.7892562,0.78512394,0.8057851,0.80991733,0.8140496,0.8181818,0.822314,0.822314,0.822314,0.8181818,0.8181818,0.822314,0.8181818,0.822314,0.8181818,0.8140496,0.8057851,0.8181818,0.80991733,0.79752064,0.8016529,0.79752064,0.7933884,0.7892562,0.78099173,0.76859504,0.7644628,0.76033056,0.75206614,0.74793386,0.73140496,0.71487606,0.73966944,0.72727275,0.7066116,0.6818182,0.6363636,0.59917355,0.5661157,0.5289256,0.5165289,0.49586776,0.47107437,0.43801653,0.0661157,0.2768595,0.4876033,0.5206612,0.5413223,0.58264464,0.6446281,0.677686,0.69008267,0.71487606,0.73140496,0.7355372,0.75206614,0.74793386,0.76033056,0.75619835,0.7644628,0.77272725,0.7892562,0.7933884,0.78512394,0.78099173,0.8016529,0.8057851,0.8016529,0.80991733,0.80991733,0.8140496,0.822314,0.8181818,0.8181818,0.8140496,0.8057851,0.8140496,0.80991733,0.8057851,0.8057851,0.80991733,0.8016529,0.8016529,0.8057851,0.80991733,0.79752064,0.7892562,0.78099173,0.76859504,0.76033056,0.74793386,0.73966944,0.73966944,0.72727275,0.6983471,0.72727275,0.72727275,0.7107438,0.6694215,0.6363636,0.60330576,0.57024795,0.5289256,0.5123967,0.5,0.47933885,0.46280992,0.049586777,0.30165288,0.5,0.5206612,0.54545456,0.58677685,0.6487603,0.6859504,0.6942149,0.6652893,0.6404959,0.6694215,0.6818182,0.661157,0.6859504,0.72727275,0.71900827,0.74380165,0.76859504,0.77272725,0.7768595,0.78512394,0.7892562,0.7892562,0.79752064,0.7892562,0.8016529,0.8057851,0.8140496,0.8140496,0.8140496,0.8140496,0.8057851,0.8057851,0.8016529,0.7933884,0.7933884,0.78099173,0.7768595,0.7892562,0.8057851,0.8016529,0.7768595,0.76033056,0.73140496,0.72727275,0.71487606,0.6942149,0.6652893,0.6446281,0.59917355,0.55785125,0.5495868,0.56198347,0.58677685,0.6198347,0.6446281,0.6322314,0.58264464,0.5206612,0.5,0.5041322,0.48347107,0.47107437,0.03305785,0.3305785,0.5082645,0.5247934,0.5413223,0.59504133,0.6198347,0.55785125,0.5082645,0.4876033,0.48347107,0.49586776,0.5,0.4752066,0.4876033,0.54545456,0.56198347,0.60330576,0.6652893,0.7107438,0.73966944,0.7644628,0.76033056,0.74793386,0.7768595,0.7644628,0.78099173,0.7933884,0.7933884,0.79752064,0.79752064,0.8016529,0.7933884,0.78512394,0.78099173,0.76859504,0.76859504,0.7355372,0.677686,0.73140496,0.73966944,0.6983471,0.607438,0.5661157,0.53305787,0.54545456,0.5413223,0.5165289,0.446281,0.44214877,0.45041323,0.38016528,0.36363637,0.34710744,0.38842976,0.41735536,0.49173555,0.5785124,0.59917355,0.5247934,0.49586776,0.4876033,0.4876033,0.46694216,0.037190083,0.33471075,0.5165289,0.5123967,0.5165289,0.5165289,0.47933885,0.35950413,0.2892562,0.30165288,0.3181818,0.34710744,0.33471075,0.32231405,0.32231405,0.3264463,0.3305785,0.3553719,0.41735536,0.5,0.55785125,0.62396693,0.677686,0.69008267,0.71900827,0.75619835,0.76033056,0.76033056,0.7644628,0.7768595,0.78099173,0.78099173,0.77272725,0.74793386,0.73140496,0.7107438,0.677686,0.6446281,0.5206612,0.61157024,0.6198347,0.5123967,0.38429752,0.35123968,0.35123968,0.3553719,0.34710744,0.3140496,0.28099173,0.30578512,0.30991736,0.29338843,0.30991736,0.2892562,0.28512397,0.2768595,0.30165288,0.38016528,0.48347107,0.5247934,0.4876033,0.47107437,0.49173555,0.4752066,0.045454547,0.37190083,0.5206612,0.47933885,0.40495867,0.3429752,0.29752067,0.24380165,0.2892562,0.3140496,0.2892562,0.25619835,0.27272728,0.25619835,0.25619835,0.24380165,0.28512397,0.26859504,0.23553719,0.2603306,0.30165288,0.38016528,0.47107437,0.5413223,0.6322314,0.677686,0.72727275,0.71900827,0.73966944,0.7355372,0.74380165,0.74793386,0.74793386,0.72727275,0.6942149,0.6446281,0.58264464,0.5413223,0.47933885,0.5247934,0.5082645,0.38842976,0.28099173,0.26859504,0.2644628,0.24793388,0.2231405,0.2231405,0.2520661,0.33471075,0.34710744,0.3966942,0.446281,0.41322315,0.4090909,0.34710744,0.3181818,0.28512397,0.27272728,0.38429752,0.4752066,0.45454547,0.4876033,0.4876033,0.09504132,0.43801653,0.5123967,0.37603307,0.23553719,0.2892562,0.3677686,0.42561984,0.46694216,0.49586776,0.4752066,0.4752066,0.4338843,0.3966942,0.3429752,0.27272728,0.21900827,0.21487603,0.20247933,0.20661157,0.21487603,0.2644628,0.3677686,0.41322315,0.49586776,0.57024795,0.607438,0.6528926,0.70247936,0.71487606,0.71487606,0.74380165,0.7355372,0.69008267,0.6694215,0.58677685,0.49586776,0.48347107,0.49173555,0.446281,0.4338843,0.3305785,0.2603306,0.22727273,0.23966943,0.27272728,0.35123968,0.4090909,0.48347107,0.5206612,0.5371901,0.5371901,0.55785125,0.53305787,0.5247934,0.5123967,0.4876033,0.43801653,0.3553719,0.2768595,0.3305785,0.45867768,0.45867768,0.5123967,0.12396694,0.48347107,0.46280992,0.35950413,0.29752067,0.35950413,0.46694216,0.5,0.5,0.5165289,0.5123967,0.45041323,0.43801653,0.4214876,0.40495867,0.38842976,0.3553719,0.30578512,0.2768595,0.2603306,0.28099173,0.29752067,0.338843,0.37190083,0.42975205,0.5165289,0.5661157,0.6198347,0.6694215,0.6983471,0.6983471,0.7231405,0.7231405,0.6818182,0.62396693,0.5661157,0.4752066,0.5,0.49586776,0.45041323,0.4338843,0.37603307,0.3429752,0.32231405,0.35123968,0.3966942,0.4338843,0.46280992,0.4752066,0.47933885,0.49173555,0.45454547,0.4876033,0.49586776,0.49173555,0.5123967,0.5289256,0.5206612,0.5041322,0.4338843,0.30578512,0.41735536,0.46694216,0.5165289,0.16115703,0.5,0.46694216,0.40082645,0.38016528,0.42561984,0.46280992,0.47107437,0.43801653,0.41322315,0.40082645,0.41735536,0.4338843,0.46280992,0.4338843,0.42561984,0.446281,0.41735536,0.38016528,0.3264463,0.27272728,0.28512397,0.3264463,0.3553719,0.38016528,0.42561984,0.5289256,0.61157024,0.6735537,0.70247936,0.71487606,0.73966944,0.75206614,0.71900827,0.6528926,0.5661157,0.5289256,0.48347107,0.46280992,0.42975205,0.41322315,0.33471075,0.30991736,0.338843,0.3677686,0.39256197,0.41322315,0.42975205,0.45867768,0.41322315,0.42975205,0.42975205,0.38842976,0.3966942,0.4090909,0.46280992,0.5041322,0.5206612,0.5165289,0.5041322,0.446281,0.446281,0.46280992,0.49586776,0.23966943,0.53305787,0.46694216,0.41322315,0.4214876,0.44214877,0.4338843,0.42561984,0.3429752,0.338843,0.38429752,0.42561984,0.4090909,0.40495867,0.29752067,0.2520661,0.30165288,0.3305785,0.35950413,0.38842976,0.38429752,0.3429752,0.29338843,0.3305785,0.36363637,0.37603307,0.45867768,0.58677685,0.677686,0.72727275,0.75206614,0.76859504,0.78099173,0.7355372,0.661157,0.58677685,0.5247934,0.45454547,0.45454547,0.40082645,0.3677686,0.338843,0.3677686,0.37603307,0.338843,0.2603306,0.20661157,0.26859504,0.24380165,0.19421488,0.2644628,0.3264463,0.34710744,0.38016528,0.34710744,0.33471075,0.4214876,0.4752066,0.5082645,0.5206612,0.5123967,0.47933885,0.46280992,0.48347107,0.32231405,0.56198347,0.5041322,0.45041323,0.45041323,0.45867768,0.42975205,0.3677686,0.25619835,0.28099173,0.2520661,0.2644628,0.37603307,0.3677686,0.1983471,0.1694215,0.22727273,0.3181818,0.17355372,0.2231405,0.3553719,0.38842976,0.40495867,0.3553719,0.34710744,0.338843,0.38429752,0.53305787,0.677686,0.74380165,0.7892562,0.8057851,0.8057851,0.7644628,0.69008267,0.55785125,0.4876033,0.46280992,0.446281,0.4214876,0.42975205,0.38429752,0.3677686,0.40495867,0.3429752,0.20247933,0.16115703,0.40495867,0.2644628,0.19008264,0.2231405,0.39256197,0.28512397,0.22727273,0.29338843,0.30165288,0.33471075,0.41735536,0.48347107,0.5371901,0.553719,0.5289256,0.4876033,0.47107437,0.4214876,0.56198347,0.5289256,0.5206612,0.5082645,0.48347107,0.42561984,0.3553719,0.26859504,0.24793388,0.2603306,0.3677686,0.56198347,0.45041323,0.26859504,0.23966943,0.2107438,0.3429752,0.24793388,0.29752067,0.45041323,0.36363637,0.40082645,0.48347107,0.38842976,0.37603307,0.3966942,0.49173555,0.6694215,0.75619835,0.8016529,0.8181818,0.8057851,0.7768595,0.69008267,0.5371901,0.48347107,0.4876033,0.5165289,0.5165289,0.45041323,0.41322315,0.47933885,0.5661157,0.48347107,0.28512397,0.19008264,0.2107438,0.23966943,0.21900827,0.33471075,0.5413223,0.44214877,0.3140496,0.25619835,0.27272728,0.38016528,0.45041323,0.4876033,0.5413223,0.5785124,0.57438016,0.5165289,0.5041322,0.47933885,0.56198347,0.57438016,0.59090906,0.59917355,0.54545456,0.49173555,0.46694216,0.39256197,0.3553719,0.42975205,0.46280992,0.56198347,0.5413223,0.35123968,0.30578512,0.2768595,0.2892562,0.35123968,0.42975205,0.5661157,0.45867768,0.3966942,0.53305787,0.5371901,0.4752066,0.46694216,0.49586776,0.6487603,0.75206614,0.80991733,0.822314,0.8057851,0.7768595,0.6983471,0.55785125,0.49586776,0.54545456,0.58677685,0.57024795,0.4752066,0.49173555,0.57438016,0.57438016,0.5495868,0.4090909,0.32231405,0.29338843,0.30165288,0.30991736,0.47107437,0.59090906,0.5,0.4338843,0.38016528,0.38842976,0.4752066,0.5123967,0.5289256,0.5661157,0.60330576,0.60330576,0.5495868,0.5206612,0.49586776,0.55785125,0.6280992,0.6528926,0.6694215,0.62396693,0.59504133,0.58677685,0.5247934,0.43801653,0.4752066,0.4876033,0.5247934,0.58677685,0.5289256,0.4876033,0.5165289,0.5123967,0.5247934,0.5289256,0.56198347,0.553719,0.5371901,0.57438016,0.6280992,0.5785124,0.5247934,0.53305787,0.6446281,0.74380165,0.8057851,0.822314,0.8057851,0.7892562,0.71487606,0.59504133,0.53305787,0.5785124,0.607438,0.5661157,0.55785125,0.5495868,0.54545456,0.55785125,0.59090906,0.56198347,0.5413223,0.5371901,0.49173555,0.48347107,0.55785125,0.55785125,0.5165289,0.4752066,0.46280992,0.49173555,0.5413223,0.57024795,0.58264464,0.60330576,0.6322314,0.6280992,0.58264464,0.5495868,0.5082645,0.55785125,0.6570248,0.69008267,0.6942149,0.6735537,0.6570248,0.6363636,0.58264464,0.5165289,0.5206612,0.5,0.5247934,0.53305787,0.553719,0.56198347,0.59504133,0.58264464,0.5661157,0.5413223,0.53305787,0.553719,0.57438016,0.5785124,0.60330576,0.59917355,0.55785125,0.57024795,0.6570248,0.75206614,0.8057851,0.8181818,0.8057851,0.7933884,0.73140496,0.60330576,0.59504133,0.60330576,0.59090906,0.553719,0.5661157,0.54545456,0.5123967,0.5206612,0.55785125,0.55785125,0.57438016,0.59090906,0.553719,0.5165289,0.5413223,0.5289256,0.5247934,0.5123967,0.5165289,0.553719,0.58677685,0.6198347,0.6363636,0.6404959,0.6528926,0.6446281,0.59917355,0.5661157,0.5082645,0.553719,0.6694215,0.6942149,0.7066116,0.6983471,0.6859504,0.6694215,0.6198347,0.55785125,0.553719,0.53305787,0.5495868,0.54545456,0.5371901,0.5206612,0.5165289,0.5123967,0.4876033,0.47107437,0.46694216,0.5,0.55785125,0.5661157,0.59917355,0.607438,0.59090906,0.59090906,0.677686,0.76859504,0.80991733,0.8181818,0.80991733,0.78099173,0.71487606,0.6322314,0.6322314,0.6363636,0.607438,0.55785125,0.58677685,0.58264464,0.5247934,0.49586776,0.49173555,0.4876033,0.5,0.5082645,0.5289256,0.5206612,0.54545456,0.5289256,0.5247934,0.53305787,0.5495868,0.59090906,0.6198347,0.6487603,0.6735537,0.6735537,0.677686,0.6652893,0.60330576,0.57438016,0.47933885,0.5785124,0.6652893,0.6818182,0.7107438,0.71900827,0.71487606,0.70247936,0.6735537,0.6198347,0.553719,0.49173555,0.4876033,0.5,0.4876033,0.48347107,0.46280992,0.47107437,0.446281,0.45867768,0.5082645,0.57024795,0.6198347,0.61570245,0.6280992,0.61157024,0.6198347,0.61157024,0.661157,0.7768595,0.8181818,0.822314,0.80991733,0.7644628,0.69008267,0.661157,0.6570248,0.6404959,0.6487603,0.61157024,0.6280992,0.6570248,0.6280992,0.59090906,0.5413223,0.49586776,0.4752066,0.47107437,0.49173555,0.5,0.5289256,0.5165289,0.5289256,0.56198347,0.61157024,0.6404959,0.6528926,0.677686,0.6983471,0.6942149,0.69008267,0.6735537,0.62396693,0.57024795,0.46694216,0.57438016,0.6652893,0.69008267,0.7231405,0.7355372,0.74380165,0.72727275,0.7107438,0.69008267,0.6570248,0.607438,0.5661157,0.5247934,0.5041322,0.5,0.5,0.5165289,0.5413223,0.58264464,0.62396693,0.661157,0.6570248,0.661157,0.6322314,0.61157024,0.6280992,0.61157024,0.6694215,0.78099173,0.8181818,0.8181818,0.8057851,0.76033056,0.6859504,0.661157,0.6859504,0.6446281,0.6487603,0.6487603,0.6694215,0.6942149,0.6859504,0.677686,0.6446281,0.61157024,0.60330576,0.58677685,0.56198347,0.5661157,0.59090906,0.58264464,0.61570245,0.6404959,0.6735537,0.70247936,0.7107438,0.71487606,0.7231405,0.7066116,0.6942149,0.6694215,0.61570245,0.5785124,0.4752066,0.58264464,0.6570248,0.69008267,0.73140496,0.75619835,0.75619835,0.75619835,0.75206614,0.73140496,0.72727275,0.6652893,0.6735537,0.6735537,0.6487603,0.6487603,0.6487603,0.6487603,0.661157,0.6735537,0.6735537,0.6859504,0.6818182,0.6528926,0.62396693,0.6404959,0.6363636,0.61157024,0.69008267,0.78512394,0.822314,0.822314,0.7933884,0.75206614,0.6859504,0.6528926,0.6818182,0.6570248,0.6280992,0.6528926,0.6694215,0.71900827,0.73966944,0.73966944,0.7231405,0.7066116,0.69008267,0.677686,0.6446281,0.6652893,0.6652893,0.6735537,0.69008267,0.71487606,0.7355372,0.75619835,0.75619835,0.74793386,0.74380165,0.7231405,0.7066116,0.6694215,0.6363636,0.57024795,0.4752066,0.56198347,0.6487603,0.69008267,0.7231405,0.73966944,0.75206614,0.76859504,0.78099173,0.75206614,0.75206614,0.7107438,0.71487606,0.73140496,0.7355372,0.71487606,0.73140496,0.73140496,0.73140496,0.72727275,0.71900827,0.71487606,0.6942149,0.6528926,0.6322314,0.6570248,0.61570245,0.6322314,0.71900827,0.8016529,0.8264463,0.822314,0.78512394,0.7355372,0.6859504,0.6570248,0.661157,0.6694215,0.6487603,0.6404959,0.6652893,0.7066116,0.73966944,0.76033056,0.75206614,0.76033056,0.76033056,0.75619835,0.72727275,0.71487606,0.74380165,0.71900827,0.73140496,0.75619835,0.75619835,0.76859504,0.77272725,0.7644628,0.74793386,0.71487606,0.6983471,0.6694215,0.62396693,0.59090906,0.45867768,0.57438016,0.6487603,0.69008267,0.7107438,0.72727275,0.73966944,0.75206614,0.7768595,0.76859504,0.75619835,0.75206614,0.75206614,0.75206614,0.74380165,0.73966944,0.75206614,0.75206614,0.75206614,0.7355372,0.71487606,0.7107438,0.6942149,0.6570248,0.6322314,0.6280992,0.6322314,0.70247936,0.7768595,0.8057851,0.8264463,0.8181818,0.8016529,0.77272725,0.7107438,0.6528926,0.6446281,0.6528926,0.6528926,0.6528926,0.6652893,0.6983471,0.73966944,0.74793386,0.76033056,0.77272725,0.77272725,0.77272725,0.77272725,0.7644628,0.78099173,0.76033056,0.77272725,0.7768595,0.7644628,0.76033056,0.76859504,0.7644628,0.75619835,0.7231405,0.6859504,0.69008267,0.62396693,0.59504133,0.44214877,0.553719,0.661157,0.6818182,0.70247936,0.74380165,0.76033056,0.7644628,0.78099173,0.78512394,0.78099173,0.7768595,0.77272725,0.7644628,0.7644628,0.7768595,0.76859504,0.76033056,0.75206614,0.7355372,0.7107438,0.7066116,0.69008267,0.6652893,0.6198347,0.59917355,0.6983471,0.76033056,0.7933884,0.8140496,0.822314,0.822314,0.80991733,0.78099173,0.73140496,0.6694215,0.6404959,0.62396693,0.61570245,0.661157,0.677686,0.69008267,0.71487606,0.73140496,0.74380165,0.7644628,0.76859504,0.78099173,0.7933884,0.79752064,0.79752064,0.79752064,0.78099173,0.78099173,0.78512394,0.7768595,0.77272725,0.75206614,0.74793386,0.7107438,0.6983471,0.69008267,0.6280992,0.59917355,0.4338843,0.53305787,0.6404959,0.677686,0.70247936,0.7355372,0.76033056,0.78099173,0.7933884,0.7892562,0.7892562,0.7892562,0.78512394,0.78099173,0.78512394,0.78099173,0.77272725,0.7644628,0.75206614,0.74380165,0.71900827,0.70247936,0.6859504,0.6446281,0.5661157,0.6363636,0.72727275,0.76859504,0.79752064,0.80991733,0.8140496,0.8140496,0.8016529,0.78512394,0.73966944,0.661157,0.61157024,0.58264464,0.58677685,0.607438,0.6735537,0.70247936,0.71487606,0.72727275,0.74380165,0.75206614,0.7644628,0.78512394,0.7933884,0.8016529,0.80991733,0.8140496,0.78512394,0.78512394,0.79752064,0.79752064,0.7892562,0.7768595,0.75619835,0.71900827,0.71487606,0.6983471,0.6404959,0.58677685,0.44214877,0.53305787,0.61157024,0.6570248,0.6942149,0.71487606,0.75206614,0.7768595,0.7892562,0.78512394,0.7892562,0.7933884,0.79752064,0.79752064,0.7933884,0.7768595,0.7644628,0.7644628,0.75619835,0.74793386,0.72727275,0.6983471,0.6735537,0.58264464,0.5661157,0.677686,0.7231405,0.73966944,0.78512394,0.80991733,0.80991733,0.80991733,0.7933884,0.77272725,0.7355372,0.6487603,0.58264464,0.55785125,0.57024795,0.57024795,0.61157024,0.677686,0.72727275,0.74380165,0.74380165,0.74793386,0.76859504,0.78099173,0.7892562,0.79752064,0.80991733,0.80991733,0.8057851,0.78512394,0.79752064,0.79752064,0.7933884,0.78099173,0.75619835,0.7231405,0.7107438,0.6859504,0.6363636,0.58264464,0.44214877,0.5247934,0.59090906,0.6446281,0.69008267,0.71487606,0.74380165,0.7768595,0.7892562,0.7892562,0.7892562,0.7933884,0.8057851,0.79752064,0.78512394,0.77272725,0.74380165,0.76859504,0.75619835,0.74380165,0.73140496,0.6942149,0.62396693,0.56198347,0.59917355,0.6818182,0.6859504,0.7107438,0.78099173,0.8057851,0.8181818,0.8140496,0.79752064,0.76033056,0.71487606,0.6487603,0.57438016,0.5785124,0.61157024,0.59917355,0.59504133,0.60330576,0.6818182,0.74793386,0.75619835,0.75206614,0.77272725,0.7768595,0.78099173,0.78512394,0.8016529,0.8057851,0.8140496,0.7892562,0.7892562,0.7892562,0.78099173,0.77272725,0.74793386,0.71487606,0.6942149,0.661157,0.60330576,0.58264464,0.44214877,0.5289256,0.57438016,0.6198347,0.6818182,0.71900827,0.74380165,0.77272725,0.7892562,0.78099173,0.7768595,0.7892562,0.8016529,0.7892562,0.78512394,0.7644628,0.74793386,0.76859504,0.7644628,0.74793386,0.7231405,0.661157,0.59917355,0.58677685,0.62396693,0.6694215,0.661157,0.7066116,0.7768595,0.79752064,0.8140496,0.822314,0.8016529,0.7644628,0.70247936,0.6487603,0.59090906,0.607438,0.6487603,0.6198347,0.6198347,0.56198347,0.58264464,0.70247936,0.74380165,0.75619835,0.76859504,0.77272725,0.7768595,0.78512394,0.7892562,0.79752064,0.8057851,0.7933884,0.78512394,0.7768595,0.76033056,0.75619835,0.73140496,0.6983471,0.6652893,0.6280992,0.59504133,0.55785125,0.44214877,0.5247934,0.57438016,0.59504133,0.6652893,0.70247936,0.73140496,0.7644628,0.78512394,0.7768595,0.7644628,0.78099173,0.7933884,0.7768595,0.78512394,0.77272725,0.76859504,0.7644628,0.76033056,0.74793386,0.69008267,0.59917355,0.59504133,0.59917355,0.61570245,0.6404959,0.6404959,0.70247936,0.7644628,0.78099173,0.79752064,0.8140496,0.8016529,0.76859504,0.70247936,0.62396693,0.59090906,0.59504133,0.62396693,0.61570245,0.607438,0.553719,0.5289256,0.6487603,0.71487606,0.7355372,0.75619835,0.76859504,0.7768595,0.7892562,0.78099173,0.78512394,0.8016529,0.78512394,0.78512394,0.77272725,0.75206614,0.73966944,0.7231405,0.6859504,0.6487603,0.607438,0.58677685,0.5371901,0.42975205,0.5247934,0.5661157,0.5785124,0.6322314,0.6859504,0.71487606,0.74793386,0.77272725,0.77272725,0.7644628,0.78099173,0.78099173,0.7644628,0.78099173,0.76859504,0.75619835,0.75206614,0.75206614,0.7355372,0.6652893,0.553719,0.56198347,0.5785124,0.55785125,0.5661157,0.5785124,0.661157,0.7355372,0.74380165,0.75619835,0.7768595,0.77272725,0.7355372,0.6652893,0.57438016,0.5371901,0.553719,0.58264464,0.60330576,0.5785124,0.5289256,0.53305787,0.6446281,0.6942149,0.7107438,0.7355372,0.76033056,0.77272725,0.78099173,0.78099173,0.7768595,0.78512394,0.78099173,0.77272725,0.77272725,0.75206614,0.72727275,0.6983471,0.6652893,0.6198347,0.59090906,0.5661157,0.5247934,0.42561984,0.5206612,0.5661157,0.53305787,0.6198347,0.6652893,0.70247936,0.73140496,0.74793386,0.7644628,0.76859504,0.78099173,0.78099173,0.76033056,0.76033056,0.75619835,0.74380165,0.73966944,0.7355372,0.72727275,0.6735537,0.5413223,0.49173555,0.5247934,0.4752066,0.45867768,0.47933885,0.5785124,0.6570248,0.677686,0.6983471,0.71487606,0.71487606,0.6652893,0.58264464,0.5,0.45454547,0.47107437,0.5041322,0.54545456,0.5082645,0.5082645,0.57024795,0.6652893,0.70247936,0.6983471,0.7107438,0.7231405,0.75206614,0.76033056,0.76859504,0.7768595,0.76859504,0.77272725,0.76033056,0.75619835,0.73966944,0.71900827,0.6735537,0.6404959,0.59090906,0.57024795,0.5371901,0.5247934,0.4214876,0.48347107,0.5495868,0.5247934,0.60330576,0.661157,0.70247936,0.7231405,0.72727275,0.74793386,0.76033056,0.76033056,0.77272725,0.76033056,0.75619835,0.70247936,0.71487606,0.7231405,0.71900827,0.7231405,0.69008267,0.59504133,0.45867768,0.43801653,0.3677686,0.2520661,0.35950413,0.48347107,0.55785125,0.57024795,0.60330576,0.62396693,0.60330576,0.5495868,0.48347107,0.35950413,0.30578512,0.29752067,0.3140496,0.42975205,0.45867768,0.5413223,0.60330576,0.677686,0.71900827,0.71900827,0.71487606,0.7107438,0.7231405,0.73966944,0.74793386,0.76859504,0.7644628,0.77272725,0.75619835,0.74380165,0.71487606,0.6983471,0.6487603,0.59504133,0.56198347,0.54545456,0.5247934,0.5041322,0.42975205,0.42975205,0.5289256,0.5495868,0.58264464,0.6404959,0.69008267,0.7107438,0.72727275,0.73966944,0.7355372,0.7355372,0.75206614,0.74793386,0.72727275,0.6570248,0.677686,0.71900827,0.7107438,0.7231405,0.70247936,0.6528926,0.5413223,0.40495867,0.28099173,0.19008264,0.19421488,0.29752067,0.45041323,0.45867768,0.4876033,0.5082645,0.49173555,0.42561984,0.38842976,0.40495867,0.4090909,0.3553719,0.3553719,0.446281,0.5206612,0.59504133,0.62396693,0.6652893,0.71900827,0.74380165,0.73140496,0.71900827,0.7107438,0.73140496,0.7355372,0.75619835,0.76033056,0.76859504,0.74793386,0.7231405,0.69008267,0.6528926,0.6198347,0.57024795,0.553719,0.5371901,0.5082645,0.4876033,0.42975205,0.4214876,0.4876033,0.553719,0.5785124,0.607438,0.6528926,0.6983471,0.7066116,0.73140496,0.71900827,0.7107438,0.73966944,0.73966944,0.71487606,0.70247936,0.70247936,0.71487606,0.71487606,0.71487606,0.72727275,0.7107438,0.6570248,0.5206612,0.36363637,0.2603306,0.23140496,0.21487603,0.2603306,0.3305785,0.38016528,0.38016528,0.3677686,0.37190083,0.4338843,0.49173555,0.48347107,0.46694216,0.53305787,0.5785124,0.5661157,0.60330576,0.6363636,0.6652893,0.7107438,0.7355372,0.73140496,0.71487606,0.70247936,0.7231405,0.73140496,0.72727275,0.73966944,0.73966944,0.72727275,0.6859504,0.6735537,0.6363636,0.59917355,0.553719,0.5495868,0.5289256,0.5206612,0.43801653,0.42975205,0.4214876,0.45454547,0.5247934,0.57438016,0.59504133,0.6322314,0.6652893,0.69008267,0.6942149,0.7066116,0.7066116,0.7231405,0.6942149,0.7107438,0.6983471,0.7107438,0.6983471,0.7066116,0.71900827,0.72727275,0.7107438,0.69008267,0.677686,0.57024795,0.4338843,0.34710744,0.30165288,0.25619835,0.24380165,0.2644628,0.30991736,0.38429752,0.46694216,0.5206612,0.5123967,0.5206612,0.5206612,0.553719,0.58677685,0.59504133,0.607438,0.6322314,0.6652893,0.6983471,0.71900827,0.7355372,0.73140496,0.70247936,0.70247936,0.71900827,0.70247936,0.72727275,0.7355372,0.70247936,0.6818182,0.6487603,0.61570245,0.58677685,0.553719,0.5289256,0.5289256,0.49586776,0.42561984,0.40082645,0.4338843,0.446281,0.5041322,0.5413223,0.5785124,0.61157024,0.6487603,0.6859504,0.69008267,0.6942149,0.7066116,0.7107438,0.6818182,0.70247936,0.69008267,0.70247936,0.70247936,0.7066116,0.7107438,0.7107438,0.71487606,0.7066116,0.69008267,0.6487603,0.58677685,0.5206612,0.47107437,0.4090909,0.40495867,0.4214876,0.45454547,0.49586776,0.5289256,0.5495868,0.5371901,0.5289256,0.5247934,0.5413223,0.5661157,0.62396693,0.62396693,0.61157024,0.6404959,0.6694215,0.69008267,0.71900827,0.71487606,0.6983471,0.70247936,0.7066116,0.69008267,0.70247936,0.7066116,0.677686,0.6859504,0.6446281,0.60330576,0.58264464,0.5495868,0.5206612,0.49173555,0.48347107,0.43801653,0.37190083,0.42975205,0.44214877,0.47933885,0.5165289,0.5371901,0.58264464,0.6322314,0.6694215,0.677686,0.6859504,0.6942149,0.6983471,0.69008267,0.6859504,0.661157,0.661157,0.677686,0.677686,0.6735537,0.6859504,0.7066116,0.6859504,0.6363636,0.6363636,0.6280992,0.60330576,0.57024795,0.53305787,0.54545456,0.54545456,0.5371901,0.5289256,0.5371901,0.5495868,0.5247934,0.5289256,0.5371901,0.5371901,0.553719,0.607438,0.59917355,0.61157024,0.6322314,0.6446281,0.6570248,0.69008267,0.6942149,0.6528926,0.6570248,0.6735537,0.6983471,0.6859504,0.6859504,0.677686,0.6652893,0.6322314,0.58264464,0.55785125,0.53305787,0.5041322,0.5041322,0.46694216,0.46694216,0.3305785,0.42975205,0.41735536,0.446281,0.49173555,0.5082645,0.54545456,0.61157024,0.6528926,0.661157,0.6818182,0.6859504,0.6859504,0.6735537,0.6735537,0.6322314,0.6404959,0.6570248,0.6446281,0.6363636,0.6570248,0.677686,0.6528926,0.62396693,0.61570245,0.61570245,0.59917355,0.58677685,0.59917355,0.59504133,0.56198347,0.5495868,0.5247934,0.5247934,0.5661157,0.54545456,0.5413223,0.56198347,0.5661157,0.5661157,0.58677685,0.57438016,0.58264464,0.6198347,0.6322314,0.62396693,0.6446281,0.6570248,0.6363636,0.60330576,0.62396693,0.677686,0.69008267,0.661157,0.6570248,0.6363636,0.61570245,0.57438016,0.54545456,0.5206612,0.5041322,0.5,0.47107437,0.46280992,0.30578512,0.40082645,0.42561984,0.4214876,0.4752066,0.49173555,0.5206612,0.58264464,0.62396693,0.6322314,0.6694215,0.6818182,0.677686,0.6404959,0.6198347,0.6198347,0.6280992,0.62396693,0.62396693,0.6198347,0.6363636,0.6487603,0.6404959,0.61157024,0.6280992,0.61570245,0.59090906,0.6404959,0.6280992,0.6280992,0.5785124,0.57438016,0.56198347,0.5371901,0.5661157,0.57024795,0.55785125,0.5661157,0.58677685,0.57024795,0.58677685,0.57024795,0.553719,0.59504133,0.60330576,0.59917355,0.61157024,0.6198347,0.6198347,0.61570245,0.61570245,0.6280992,0.6694215,0.6487603,0.6363636,0.607438,0.59090906,0.56198347,0.53305787,0.5082645,0.4752066,0.5123967,0.46280992,0.46280992,0.2892562,0.35950413,0.4214876,0.42561984,0.45454547,0.4752066,0.5,0.553719,0.59917355,0.61570245,0.6487603,0.69008267,0.6528926,0.62396693,0.59917355,0.60330576,0.61570245,0.607438,0.607438,0.6280992,0.6322314,0.6280992,0.62396693,0.6280992,0.6280992,0.6198347,0.661157,0.70247936,0.70247936,0.7107438,0.6694215,0.6487603,0.6280992,0.59504133,0.60330576,0.6198347,0.61157024,0.60330576,0.6198347,0.58264464,0.59504133,0.58264464,0.56198347,0.5785124,0.56198347,0.5661157,0.57024795,0.58264464,0.58677685,0.607438,0.59917355,0.59917355,0.6652893,0.6487603,0.6280992,0.59090906,0.5661157,0.5371901,0.5041322,0.49586776,0.47933885,0.4876033,0.45867768,0.4338843,0.30165288,0.30991736,0.39256197,0.41735536,0.42975205,0.45454547,0.47933885,0.5247934,0.5661157,0.60330576,0.6322314,0.6859504,0.6280992,0.5785124,0.58264464,0.59090906,0.60330576,0.58264464,0.5785124,0.60330576,0.6198347,0.62396693,0.6322314,0.6363636,0.6404959,0.607438,0.6446281,0.70247936,0.73140496,0.75619835,0.73140496,0.7107438,0.69008267,0.6652893,0.6528926,0.6404959,0.6280992,0.61570245,0.61157024,0.5785124,0.58264464,0.56198347,0.5661157,0.553719,0.5,0.45041323,0.446281,0.5082645,0.54545456,0.58677685,0.59090906,0.58264464,0.6487603,0.6363636,0.607438,0.57024795,0.54545456,0.5165289,0.4752066,0.47933885,0.47933885,0.4752066,0.42975205,0.41322315,0.30165288,0.29338843,0.34710744,0.4090909,0.4214876,0.45867768,0.45867768,0.49173555,0.5413223,0.58264464,0.61570245,0.6859504,0.6446281,0.57438016,0.5785124,0.57438016,0.57438016,0.5082645,0.49173555,0.5041322,0.5247934,0.5247934,0.5165289,0.5041322,0.5,0.4752066,0.48347107,0.5206612,0.5371901,0.5785124,0.60330576,0.6322314,0.62396693,0.58264464,0.5495868,0.5082645,0.49173555,0.47933885,0.4752066,0.45867768,0.446281,0.43801653,0.42975205,0.40082645,0.37603307,0.3966942,0.41735536,0.45454547,0.49173555,0.5495868,0.5661157,0.59504133,0.6280992,0.62396693,0.5785124,0.5413223,0.5247934,0.48347107,0.45867768,0.45867768,0.47107437,0.46280992,0.4214876,0.40082645,0.29752067,0.28099173,0.3140496,0.37603307,0.41735536,0.45041323,0.446281,0.45041323,0.49173555,0.553719,0.59090906,0.6652893,0.6694215,0.59504133,0.57438016,0.553719,0.5082645,0.42561984,0.37603307,0.3305785,0.3140496,0.33471075,0.3429752,0.3264463,0.3264463,0.3429752,0.3305785,0.3553719,0.35123968,0.36363637,0.40082645,0.42975205,0.4338843,0.4090909,0.38842976,0.38429752,0.3677686,0.36363637,0.338843,0.3429752,0.338843,0.3677686,0.3677686,0.37603307,0.45041323,0.5247934,0.5413223,0.5206612,0.5,0.5289256,0.57438016,0.61570245,0.60330576,0.59917355,0.5495868,0.5,0.48347107,0.47107437,0.46694216,0.45041323,0.45454547,0.4338843,0.4090909,0.34710744,0.28099173,0.2892562,0.2892562,0.33471075,0.38429752,0.4214876,0.44214877,0.4338843,0.4338843,0.5,0.5785124,0.6280992,0.6570248,0.607438,0.5785124,0.55785125,0.5247934,0.5082645,0.49586776,0.45867768,0.38842976,0.40082645,0.43801653,0.42975205,0.4214876,0.40495867,0.38842976,0.40082645,0.38842976,0.38429752,0.39256197,0.39256197,0.3966942,0.40082645,0.41735536,0.4214876,0.4214876,0.40495867,0.4090909,0.42561984,0.43801653,0.43801653,0.45454547,0.47107437,0.54545456,0.59917355,0.59090906,0.57024795,0.54545456,0.53305787,0.60330576,0.61570245,0.58677685,0.54545456,0.5206612,0.48347107,0.45041323,0.47107437,0.47933885,0.45867768,0.44214877,0.4090909,0.3966942,0.27272728,0.2768595,0.29338843,0.28512397,0.30578512,0.35123968,0.39256197,0.446281,0.45041323,0.42561984,0.44214877,0.53305787,0.59917355,0.6198347,0.61157024,0.58677685,0.5785124,0.59090906,0.607438,0.59504133,0.5661157,0.5165289,0.4752066,0.5041322,0.53305787,0.5785124,0.57024795,0.54545456,0.553719,0.56198347,0.553719,0.5661157,0.55785125,0.54545456,0.5413223,0.54545456,0.53305787,0.5165289,0.5123967,0.5206612,0.48347107,0.47107437,0.4752066,0.49173555,0.5247934,0.5785124,0.61570245,0.59917355,0.59504133,0.5661157,0.5495868,0.58677685,0.5661157,0.5495868,0.5041322,0.4876033,0.45867768,0.446281,0.46280992,0.46694216,0.446281,0.42561984,0.40495867,0.338843,0.21900827,0.2892562,0.2892562,0.29752067,0.30165288,0.33471075,0.34710744,0.39256197,0.4338843,0.4214876,0.4090909,0.45867768,0.5082645,0.56198347,0.58264464,0.57438016,0.58677685,0.6322314,0.6280992,0.607438,0.57438016,0.5371901,0.47933885,0.48347107,0.5165289,0.5206612,0.59917355,0.6694215,0.6487603,0.6570248,0.6652893,0.6694215,0.6694215,0.6735537,0.661157,0.6363636,0.6280992,0.58677685,0.553719,0.49586776,0.49173555,0.48347107,0.47107437,0.5082645,0.5661157,0.59917355,0.61157024,0.59090906,0.59504133,0.5785124,0.5661157,0.5413223,0.5041322,0.49586776,0.4752066,0.45454547,0.45454547,0.45867768,0.46280992,0.446281,0.42975205,0.3966942,0.338843,0.23553719,0.24380165,0.3181818,0.3305785,0.35123968,0.38429752,0.37603307,0.34710744,0.35123968,0.38429752,0.41322315,0.40495867,0.4090909,0.45867768,0.5247934,0.54545456,0.553719,0.56198347,0.5785124,0.59504133,0.60330576,0.57438016,0.53305787,0.46694216,0.45041323,0.48347107,0.46280992,0.49586776,0.61157024,0.62396693,0.6363636,0.6528926,0.6528926,0.6652893,0.6487603,0.6404959,0.6280992,0.59917355,0.55785125,0.49173555,0.49586776,0.47933885,0.5,0.48347107,0.5413223,0.57024795,0.58264464,0.58264464,0.58677685,0.57024795,0.57024795,0.57438016,0.5413223,0.5289256,0.4876033,0.46694216,0.446281,0.45454547,0.46694216,0.45867768,0.43801653,0.40082645,0.36363637,0.23966943,0.20661157,0.25619835,0.34710744,0.3264463,0.2768595,0.21487603,0.35123968,0.4214876,0.32231405,0.35123968,0.38016528,0.40082645,0.41735536,0.42975205,0.48347107,0.5247934,0.53305787,0.54545456,0.5371901,0.5413223,0.55785125,0.553719,0.53305787,0.4876033,0.42975205,0.4338843,0.4338843,0.43801653,0.5041322,0.5206612,0.5289256,0.5495868,0.58677685,0.62396693,0.607438,0.58264464,0.58677685,0.5661157,0.5371901,0.45041323,0.48347107,0.49173555,0.49173555,0.5165289,0.5413223,0.55785125,0.55785125,0.553719,0.55785125,0.553719,0.55785125,0.57024795,0.5165289,0.5165289,0.49173555,0.46694216,0.43801653,0.45454547,0.46280992,0.42561984,0.40082645,0.3677686,0.28512397,0.20661157,0.2107438,0.28512397,0.1446281,0.11983471,0.11570248,0.17768595,0.40495867,0.49586776,0.3677686,0.33471075,0.37190083,0.3966942,0.4090909,0.42975205,0.45454547,0.48347107,0.5,0.5123967,0.5371901,0.5289256,0.5289256,0.5206612,0.5247934,0.54545456,0.48347107,0.4090909,0.38016528,0.39256197,0.43801653,0.45041323,0.47107437,0.45454547,0.46694216,0.49173555,0.5,0.47933885,0.49173555,0.49173555,0.4876033,0.45454547,0.47107437,0.49586776,0.5165289,0.53305787,0.553719,0.553719,0.553719,0.56198347,0.57438016,0.57438016,0.57438016,0.5495868,0.5371901,0.5041322,0.4752066,0.45867768,0.45041323,0.4338843,0.41735536,0.38842976,0.34710744,0.32231405,0.23966943,0.2231405,0.2520661,0.26859504,0.1322314,0.19421488,0.38842976,0.45867768,0.46694216,0.5041322,0.45041323,0.33471075,0.30578512,0.36363637,0.38016528,0.40082645,0.446281,0.45041323,0.49586776,0.5,0.5247934,0.54545456,0.5165289,0.5165289,0.5206612,0.5371901,0.5413223,0.5,0.45041323,0.38016528,0.38842976,0.40495867,0.41322315,0.39256197,0.38429752,0.37190083,0.39256197,0.40082645,0.41735536,0.4214876,0.4214876,0.44214877,0.48347107,0.5247934,0.5413223,0.55785125,0.5413223,0.54545456,0.5661157,0.5785124,0.58677685,0.57438016,0.5785124,0.5413223,0.5371901,0.5,0.4752066,0.46694216,0.45454547,0.42561984,0.38842976,0.3264463,0.30165288,0.30991736,0.24793388,0.2520661,0.2603306,0.28099173,0.338843,0.47933885,0.5123967,0.5,0.45867768,0.5041322,0.4876033,0.38429752,0.29338843,0.33471075,0.37603307,0.39256197,0.4090909,0.46694216,0.49173555,0.5165289,0.54545456,0.5495868,0.53305787,0.5247934,0.53305787,0.53305787,0.5371901,0.5495868,0.53305787,0.47933885,0.42975205,0.41735536,0.41735536,0.42975205,0.41322315,0.40495867,0.41322315,0.42561984,0.45041323,0.45867768,0.47107437,0.5206612,0.54545456,0.54545456,0.56198347,0.57024795,0.55785125,0.5661157,0.58264464,0.59917355,0.59504133,0.58264464,0.56198347,0.5413223,0.5082645,0.48347107,0.4752066,0.47107437,0.4338843,0.38842976,0.3305785,0.29338843,0.3181818,0.3264463,0.2603306,0.2644628,0.27272728,0.28512397,0.5371901,0.5289256,0.53305787,0.5082645,0.45454547,0.5,0.5041322,0.42561984,0.32231405,0.30578512,0.33471075,0.37603307,0.40082645,0.44214877,0.48347107,0.5041322,0.553719,0.57438016,0.5661157,0.56198347,0.56198347,0.56198347,0.56198347,0.57024795,0.5661157,0.5413223,0.5206612,0.48347107,0.46280992,0.46694216,0.46694216,0.45867768,0.47933885,0.5082645,0.5289256,0.5371901,0.5413223,0.57024795,0.58264464,0.5785124,0.5785124,0.59504133,0.5785124,0.59504133,0.59917355,0.59504133,0.59090906,0.5785124,0.53305787,0.5165289,0.4752066,0.47107437,0.46694216,0.45041323,0.38842976,0.3181818,0.28099173,0.29752067,0.3553719,0.3264463,0.2520661,0.29338843,0.28099173,0.28512397,0.5785124,0.54545456,0.55785125,0.5123967,0.45041323,0.5,0.5206612,0.46694216,0.3677686,0.32231405,0.28099173,0.33471075,0.38842976,0.3966942,0.45454547,0.4876033,0.5371901,0.57024795,0.59504133,0.58677685,0.59504133,0.59917355,0.60330576,0.61157024,0.607438,0.59917355,0.59504133,0.57438016,0.57438016,0.57024795,0.57024795,0.57438016,0.59090906,0.607438,0.61157024,0.62396693,0.61157024,0.6280992,0.6280992,0.62396693,0.62396693,0.6322314,0.61570245,0.61570245,0.61157024,0.59090906,0.5785124,0.5495868,0.5,0.47107437,0.46694216,0.45454547,0.44214877,0.39256197,0.3181818,0.2768595,0.2892562,0.3429752,0.40082645,0.30165288,0.17355372,0.27272728,0.3264463,0.27272728,0.58677685,0.57438016,0.57024795,0.5041322,0.45454547,0.5,0.5123967,0.48347107,0.4214876,0.35950413,0.30165288,0.2768595,0.3264463,0.37190083,0.40495867,0.446281,0.5041322,0.54545456,0.59504133,0.61157024,0.61570245,0.6322314,0.6487603,0.6694215,0.677686,0.677686,0.6859504,0.6818182,0.69008267,0.70247936,0.6942149,0.69008267,0.70247936,0.71487606,0.6942149,0.69008267,0.6735537,0.6859504,0.6735537,0.661157,0.6652893,0.6487603,0.62396693,0.61570245,0.60330576,0.5785124,0.54545456,0.5,0.45867768,0.446281,0.446281,0.43801653,0.37603307,0.30991736,0.27272728,0.2892562,0.33471075,0.38842976,0.4214876,0.2520661,0.10330579,0.17768595,0.39256197,0.28099173,0.58677685,0.59504133,0.5785124,0.49586776,0.46280992,0.5082645,0.5165289,0.5,0.46280992,0.40082645,0.35123968,0.26859504,0.27272728,0.32231405,0.36363637,0.3966942,0.446281,0.5,0.57024795,0.61157024,0.61570245,0.6363636,0.6528926,0.69008267,0.7231405,0.7231405,0.73140496,0.71487606,0.7107438,0.73140496,0.72727275,0.72727275,0.7355372,0.75206614,0.74380165,0.73140496,0.7107438,0.71900827,0.7107438,0.677686,0.6652893,0.6363636,0.59917355,0.59090906,0.57438016,0.553719,0.5082645,0.45454547,0.44214877,0.4338843,0.4214876,0.3553719,0.29338843,0.26859504,0.30991736,0.34710744,0.38016528,0.4090909,0.41735536,0.20247933,0.07438017,0.11983471,0.40495867,0.30578512,0.58264464,0.62396693,0.59090906,0.5,0.4752066,0.5082645,0.5206612,0.5289256,0.49586776,0.446281,0.39256197,0.30578512,0.2603306,0.27272728,0.30165288,0.34710744,0.36363637,0.43801653,0.5165289,0.5785124,0.607438,0.6322314,0.6446281,0.6694215,0.7107438,0.7231405,0.7231405,0.71900827,0.7107438,0.7231405,0.7107438,0.7231405,0.72727275,0.74380165,0.74380165,0.7231405,0.7107438,0.73140496,0.7107438,0.6735537,0.6487603,0.61157024,0.57024795,0.5661157,0.53305787,0.5,0.46280992,0.41735536,0.41322315,0.3966942,0.3264463,0.2768595,0.28512397,0.30578512,0.3677686,0.4090909,0.41735536,0.41735536,0.39256197,0.26859504,0.11983471,0.11157025,0.38842976,0.3264463,0.55785125,0.6404959,0.6280992,0.5041322,0.4752066,0.5123967,0.5123967,0.5371901,0.5123967,0.45867768,0.42975205,0.35123968,0.28099173,0.2644628,0.27272728,0.29752067,0.30165288,0.3677686,0.44214877,0.5041322,0.54545456,0.5785124,0.62396693,0.6198347,0.6570248,0.6859504,0.6983471,0.71487606,0.677686,0.6735537,0.6735537,0.6818182,0.69008267,0.71900827,0.7231405,0.7066116,0.7066116,0.6818182,0.6735537,0.6280992,0.59917355,0.5661157,0.553719,0.53305787,0.4752066,0.4338843,0.39256197,0.38429752,0.3429752,0.3181818,0.24380165,0.2768595,0.33471075,0.35123968,0.41322315,0.4338843,0.4338843,0.4090909,0.37190083,0.3677686,0.23140496,0.16528925,0.3966942,0.29752067,0.5247934,0.61570245,0.6446281,0.5123967,0.47933885,0.5247934,0.5206612,0.53305787,0.5371901,0.48347107,0.46280992,0.38429752,0.32231405,0.2892562,0.27272728,0.2768595,0.27272728,0.30165288,0.3553719,0.41322315,0.49173555,0.5413223,0.5661157,0.58677685,0.58264464,0.6280992,0.6322314,0.6652893,0.62396693,0.58264464,0.58677685,0.60330576,0.61157024,0.62396693,0.6528926,0.6528926,0.6446281,0.6363636,0.6198347,0.5785124,0.5495868,0.5289256,0.5123967,0.48347107,0.41735536,0.37603307,0.34710744,0.3264463,0.26859504,0.26859504,0.28099173,0.3181818,0.37603307,0.4214876,0.43801653,0.45041323,0.446281,0.3966942,0.3677686,0.42561984,0.29752067,0.22727273,0.40082645,0.30991736,0.5247934,0.54545456,0.661157,0.53305787,0.4752066,0.53305787,0.5413223,0.54545456,0.5495868,0.5247934,0.4876033,0.4338843,0.37603307,0.3181818,0.29338843,0.26859504,0.27272728,0.2644628,0.27272728,0.3181818,0.41322315,0.49173555,0.5165289,0.5289256,0.5247934,0.5495868,0.5661157,0.57024795,0.56198347,0.5413223,0.54545456,0.5371901,0.5495868,0.57024795,0.59090906,0.57024795,0.57438016,0.5785124,0.54545456,0.5123967,0.5,0.48347107,0.46694216,0.4090909,0.36363637,0.33471075,0.28512397,0.2520661,0.2644628,0.29338843,0.338843,0.3966942,0.41322315,0.46280992,0.46280992,0.45867768,0.43801653,0.3677686,0.3677686,0.45041323,0.37603307,0.2107438,0.38429752,0.338843,0.5082645,0.5371901,0.58677685,0.5661157,0.48347107,0.5247934,0.5371901,0.54545456,0.54545456,0.5495868,0.5289256,0.45041323,0.4214876,0.34710744,0.32231405,0.2768595,0.2892562,0.26859504,0.2520661,0.24380165,0.30578512,0.37190083,0.44214877,0.46694216,0.4876033,0.5,0.5041322,0.46694216,0.4752066,0.49586776,0.5082645,0.4876033,0.49173555,0.5289256,0.5247934,0.5165289,0.5082645,0.5165289,0.446281,0.45867768,0.45867768,0.4338843,0.40082645,0.3140496,0.30165288,0.26859504,0.2520661,0.25619835,0.29752067,0.3553719,0.39256197,0.4090909,0.45454547,0.48347107,0.4752066,0.45454547,0.41735536,0.35123968,0.35123968,0.45454547,0.4214876,0.24380165,0.38429752,0.3305785,8 +0.42975205,0.4752066,0.5206612,0.5495868,0.553719,0.58677685,0.6280992,0.6528926,0.6694215,0.6652893,0.6694215,0.6652893,0.6652893,0.7107438,0.6942149,0.6818182,0.6818182,0.6942149,0.7231405,0.74380165,0.75619835,0.75206614,0.76859504,0.7892562,0.7933884,0.80991733,0.8016529,0.79752064,0.8140496,0.8181818,0.8057851,0.80991733,0.80991733,0.8016529,0.8016529,0.8057851,0.79752064,0.78512394,0.78512394,0.7933884,0.78099173,0.7768595,0.7768595,0.7644628,0.74793386,0.72727275,0.71487606,0.7066116,0.6859504,0.6818182,0.661157,0.6694215,0.6694215,0.6570248,0.6528926,0.6487603,0.6322314,0.58677685,0.5495868,0.5289256,0.5082645,0.47933885,0.42975205,0.35123968,0.4338843,0.46280992,0.5206612,0.54545456,0.58264464,0.58264464,0.62396693,0.6487603,0.6652893,0.6694215,0.6652893,0.6652893,0.6735537,0.6859504,0.6942149,0.6818182,0.6818182,0.69008267,0.70247936,0.72727275,0.73966944,0.75206614,0.7768595,0.7933884,0.8016529,0.8016529,0.8016529,0.79752064,0.80991733,0.80991733,0.8016529,0.8057851,0.8140496,0.8140496,0.8057851,0.8057851,0.79752064,0.78512394,0.78512394,0.7933884,0.7892562,0.7644628,0.75619835,0.75619835,0.74793386,0.7355372,0.72727275,0.70247936,0.6942149,0.6859504,0.677686,0.677686,0.6694215,0.661157,0.6487603,0.6446281,0.6322314,0.59504133,0.57024795,0.53305787,0.5,0.48347107,0.446281,0.34710744,0.42561984,0.46694216,0.5165289,0.55785125,0.57438016,0.59504133,0.62396693,0.6487603,0.6570248,0.6694215,0.6735537,0.6652893,0.677686,0.6818182,0.6983471,0.70247936,0.6983471,0.70247936,0.7231405,0.74380165,0.74793386,0.76033056,0.7768595,0.7892562,0.79752064,0.8016529,0.79752064,0.7933884,0.8016529,0.80991733,0.8016529,0.79752064,0.8057851,0.80991733,0.8016529,0.7892562,0.7892562,0.7933884,0.78099173,0.78512394,0.7892562,0.7768595,0.76033056,0.7644628,0.74793386,0.7355372,0.7355372,0.7231405,0.6942149,0.6942149,0.6859504,0.677686,0.661157,0.6652893,0.661157,0.6570248,0.6363636,0.59917355,0.57438016,0.5371901,0.4876033,0.47107437,0.45454547,0.36363637,0.40495867,0.4876033,0.5289256,0.5495868,0.57438016,0.59504133,0.62396693,0.6570248,0.6652893,0.6818182,0.6942149,0.677686,0.69008267,0.7066116,0.71487606,0.7066116,0.7355372,0.73140496,0.74380165,0.75206614,0.76033056,0.76859504,0.7892562,0.7933884,0.8016529,0.80991733,0.8016529,0.79752064,0.79752064,0.8016529,0.79752064,0.8057851,0.80991733,0.8057851,0.8016529,0.78512394,0.78099173,0.7933884,0.7933884,0.7892562,0.78512394,0.78512394,0.76859504,0.7644628,0.75619835,0.75619835,0.74793386,0.71900827,0.70247936,0.69008267,0.69008267,0.6859504,0.6694215,0.6694215,0.6818182,0.661157,0.6363636,0.607438,0.57024795,0.5289256,0.49586776,0.47933885,0.4338843,0.39256197,0.42561984,0.5082645,0.5289256,0.54545456,0.57438016,0.6198347,0.6404959,0.661157,0.6735537,0.69008267,0.70247936,0.6983471,0.7066116,0.73140496,0.7231405,0.7231405,0.74380165,0.74793386,0.74793386,0.76033056,0.76859504,0.78099173,0.79752064,0.8016529,0.8057851,0.8140496,0.80991733,0.8016529,0.8016529,0.8016529,0.8016529,0.8140496,0.8057851,0.8016529,0.8057851,0.7933884,0.78512394,0.7933884,0.8016529,0.78512394,0.7892562,0.78512394,0.77272725,0.7644628,0.76033056,0.75619835,0.74380165,0.7231405,0.71900827,0.6942149,0.6983471,0.6983471,0.6818182,0.6735537,0.69008267,0.661157,0.6446281,0.607438,0.5661157,0.5206612,0.49173555,0.4876033,0.4338843,0.38429752,0.45041323,0.5206612,0.5371901,0.5495868,0.58677685,0.6322314,0.6570248,0.6694215,0.6859504,0.7066116,0.7231405,0.71487606,0.72727275,0.75206614,0.74380165,0.74793386,0.75206614,0.75619835,0.76033056,0.7644628,0.77272725,0.78512394,0.79752064,0.80991733,0.8057851,0.80991733,0.8181818,0.8016529,0.8057851,0.80991733,0.8057851,0.8140496,0.80991733,0.8057851,0.8140496,0.80991733,0.8016529,0.8016529,0.8057851,0.7892562,0.7933884,0.78512394,0.77272725,0.76859504,0.7644628,0.76033056,0.74380165,0.73140496,0.73140496,0.7107438,0.71900827,0.7066116,0.70247936,0.69008267,0.6942149,0.6735537,0.6528926,0.60330576,0.55785125,0.5165289,0.49173555,0.47933885,0.446281,0.3966942,0.46694216,0.53305787,0.5413223,0.5661157,0.59917355,0.6487603,0.6735537,0.6818182,0.70247936,0.7231405,0.73966944,0.74380165,0.74793386,0.76859504,0.76033056,0.7644628,0.76033056,0.7644628,0.7768595,0.78099173,0.78512394,0.78099173,0.79752064,0.8057851,0.80991733,0.80991733,0.8181818,0.80991733,0.8140496,0.822314,0.8140496,0.8140496,0.8181818,0.80991733,0.8140496,0.80991733,0.80991733,0.8057851,0.8057851,0.79752064,0.7892562,0.78512394,0.7768595,0.76859504,0.7644628,0.75619835,0.74380165,0.74793386,0.73966944,0.73140496,0.73966944,0.7231405,0.7107438,0.7107438,0.70247936,0.6818182,0.6487603,0.59917355,0.56198347,0.5206612,0.47933885,0.48347107,0.44214877,0.43801653,0.49173555,0.5247934,0.5371901,0.57438016,0.59917355,0.6487603,0.6818182,0.6983471,0.6983471,0.72727275,0.73966944,0.75206614,0.75206614,0.78099173,0.77272725,0.76859504,0.76859504,0.78099173,0.78512394,0.7892562,0.7933884,0.78099173,0.78512394,0.79752064,0.8016529,0.80991733,0.80991733,0.80991733,0.8181818,0.822314,0.80991733,0.80991733,0.8181818,0.8181818,0.8140496,0.8057851,0.8057851,0.8016529,0.8057851,0.79752064,0.78099173,0.7892562,0.7768595,0.77272725,0.77272725,0.7644628,0.75206614,0.75619835,0.74380165,0.7355372,0.74380165,0.72727275,0.70247936,0.71900827,0.7107438,0.6859504,0.6446281,0.59917355,0.5661157,0.53305787,0.48347107,0.48347107,0.44214877,0.45867768,0.5,0.5289256,0.54545456,0.57024795,0.59917355,0.6570248,0.6942149,0.71487606,0.71900827,0.73140496,0.73140496,0.73966944,0.74793386,0.76859504,0.7644628,0.7644628,0.77272725,0.78099173,0.78099173,0.78512394,0.7933884,0.77272725,0.76859504,0.7933884,0.8016529,0.8016529,0.79752064,0.80991733,0.80991733,0.8140496,0.8057851,0.80991733,0.8140496,0.8181818,0.80991733,0.8016529,0.79752064,0.79752064,0.79752064,0.7892562,0.78099173,0.78512394,0.78512394,0.7768595,0.78099173,0.77272725,0.75619835,0.75619835,0.74793386,0.73140496,0.73140496,0.72727275,0.69008267,0.7066116,0.6983471,0.677686,0.6404959,0.607438,0.58264464,0.53305787,0.4752066,0.47107437,0.45454547,0.46280992,0.5082645,0.5206612,0.56198347,0.5661157,0.61570245,0.6694215,0.6818182,0.6983471,0.6942149,0.6570248,0.6363636,0.677686,0.6942149,0.7066116,0.7066116,0.74380165,0.74793386,0.74380165,0.7644628,0.77272725,0.7768595,0.7644628,0.77272725,0.78512394,0.7933884,0.7933884,0.78099173,0.79752064,0.8016529,0.80991733,0.8057851,0.8057851,0.8016529,0.79752064,0.79752064,0.7933884,0.78512394,0.78512394,0.78512394,0.77272725,0.77272725,0.7892562,0.7892562,0.7768595,0.7768595,0.75619835,0.74793386,0.73140496,0.7107438,0.6983471,0.6818182,0.6528926,0.59504133,0.58264464,0.5661157,0.5785124,0.59504133,0.61570245,0.61570245,0.55785125,0.47933885,0.46694216,0.46280992,0.47933885,0.5041322,0.5206612,0.5413223,0.57024795,0.607438,0.60330576,0.54545456,0.49586776,0.47107437,0.46694216,0.4752066,0.5041322,0.5289256,0.5206612,0.5371901,0.6198347,0.6570248,0.6528926,0.6983471,0.7355372,0.74380165,0.74793386,0.7644628,0.7644628,0.7644628,0.7768595,0.75619835,0.78099173,0.7892562,0.7892562,0.7933884,0.7933884,0.7892562,0.78099173,0.78512394,0.7768595,0.75619835,0.75619835,0.73966944,0.73140496,0.74793386,0.7768595,0.7644628,0.74380165,0.7107438,0.661157,0.6404959,0.6280992,0.59090906,0.5495868,0.5,0.47107437,0.42975205,0.38429752,0.35123968,0.34710744,0.37190083,0.4090909,0.49173555,0.5413223,0.5,0.446281,0.45867768,0.46694216,0.5041322,0.53305787,0.5289256,0.4876033,0.43801653,0.40082645,0.34710744,0.27272728,0.27272728,0.29752067,0.3305785,0.36363637,0.3429752,0.3553719,0.3429752,0.36363637,0.39256197,0.4214876,0.48347107,0.57438016,0.6404959,0.6735537,0.7066116,0.7107438,0.7107438,0.71900827,0.73140496,0.74793386,0.76033056,0.76033056,0.76859504,0.76859504,0.7644628,0.76033056,0.75206614,0.7355372,0.71900827,0.7066116,0.6859504,0.62396693,0.6446281,0.6694215,0.62396693,0.5206612,0.446281,0.4090909,0.3966942,0.4090909,0.38016528,0.3305785,0.3140496,0.32231405,0.29338843,0.28512397,0.2768595,0.2520661,0.24380165,0.25619835,0.29338843,0.35123968,0.44214877,0.45867768,0.4338843,0.4752066,0.5247934,0.5206612,0.42975205,0.2768595,0.2644628,0.30165288,0.29338843,0.29752067,0.3305785,0.35123968,0.30578512,0.25619835,0.28099173,0.28099173,0.2520661,0.24793388,0.27272728,0.2644628,0.23966943,0.29752067,0.37190083,0.4090909,0.5,0.58264464,0.61157024,0.6446281,0.6983471,0.7107438,0.7107438,0.71900827,0.72727275,0.73966944,0.7355372,0.71900827,0.6983471,0.6735537,0.6446281,0.61157024,0.5785124,0.5,0.5123967,0.5413223,0.43801653,0.30991736,0.2603306,0.2603306,0.27272728,0.25619835,0.22727273,0.21487603,0.2603306,0.28512397,0.3140496,0.36363637,0.38429752,0.37603307,0.3553719,0.3305785,0.2892562,0.2520661,0.28512397,0.37190083,0.43801653,0.46694216,0.5289256,0.45867768,0.40082645,0.30578512,0.3140496,0.37603307,0.4338843,0.45454547,0.45041323,0.45454547,0.41322315,0.35950413,0.3264463,0.3140496,0.2603306,0.21487603,0.20661157,0.21487603,0.19421488,0.19008264,0.1983471,0.2107438,0.30165288,0.38429752,0.45867768,0.5206612,0.59090906,0.6280992,0.6487603,0.677686,0.6818182,0.6859504,0.6942149,0.6942149,0.6694215,0.6322314,0.59090906,0.5165289,0.47107437,0.446281,0.43801653,0.42561984,0.3140496,0.2231405,0.19008264,0.20247933,0.20661157,0.2107438,0.24380165,0.28512397,0.3553719,0.40495867,0.43801653,0.45041323,0.45041323,0.45867768,0.45867768,0.47107437,0.44214877,0.3966942,0.3140496,0.3264463,0.44214877,0.47107437,0.5206612,0.46694216,0.41322315,0.35950413,0.3966942,0.41735536,0.42975205,0.41735536,0.39256197,0.36363637,0.338843,0.33471075,0.34710744,0.36363637,0.3429752,0.2892562,0.26859504,0.23966943,0.19421488,0.19008264,0.20247933,0.2231405,0.2603306,0.3140496,0.37603307,0.4214876,0.49586776,0.5413223,0.59090906,0.6404959,0.6694215,0.6735537,0.6942149,0.6942149,0.6404959,0.59917355,0.5247934,0.446281,0.41735536,0.42561984,0.39256197,0.35123968,0.28512397,0.21487603,0.2107438,0.2231405,0.2520661,0.29338843,0.32231405,0.3553719,0.338843,0.3305785,0.35950413,0.3429752,0.34710744,0.3677686,0.4214876,0.46280992,0.4752066,0.46694216,0.41735536,0.40495867,0.4338843,0.46280992,0.5206612,0.5041322,0.41735536,0.39256197,0.4090909,0.40082645,0.39256197,0.3305785,0.2768595,0.2892562,0.30165288,0.29752067,0.30578512,0.2644628,0.2231405,0.17768595,0.2520661,0.2520661,0.23553719,0.25619835,0.23140496,0.21487603,0.24793388,0.29752067,0.3429752,0.3677686,0.4338843,0.5082645,0.5661157,0.6322314,0.661157,0.6694215,0.6818182,0.6859504,0.6404959,0.58264464,0.5041322,0.45454547,0.40495867,0.3966942,0.35123968,0.3140496,0.2644628,0.25619835,0.2768595,0.25619835,0.19421488,0.21900827,0.2107438,0.2231405,0.17768595,0.29752067,0.2892562,0.29752067,0.3264463,0.27272728,0.29752067,0.38842976,0.44214877,0.46694216,0.47933885,0.47107437,0.45041323,0.46280992,0.553719,0.553719,0.5082645,0.46694216,0.4338843,0.4090909,0.36363637,0.27272728,0.22727273,0.2231405,0.23140496,0.30991736,0.4090909,0.27272728,0.1983471,0.14049587,0.37190083,0.32231405,0.16528925,0.24380165,0.33471075,0.3305785,0.29338843,0.29338843,0.32231405,0.338843,0.3553719,0.47107437,0.56198347,0.6570248,0.6859504,0.70247936,0.7231405,0.73140496,0.677686,0.61570245,0.5289256,0.45454547,0.38016528,0.37190083,0.35950413,0.3305785,0.338843,0.34710744,0.3140496,0.23140496,0.12809917,0.26859504,0.30991736,0.1983471,0.1694215,0.38016528,0.38842976,0.25619835,0.22727273,0.24380165,0.2644628,0.32231405,0.4090909,0.4752066,0.5123967,0.5206612,0.49173555,0.46280992,0.58677685,0.60330576,0.59504133,0.5661157,0.5165289,0.46694216,0.4090909,0.33471075,0.2644628,0.28099173,0.3429752,0.46280992,0.5495868,0.34710744,0.2644628,0.19421488,0.21900827,0.28099173,0.2603306,0.3966942,0.47107437,0.3966942,0.38429752,0.41735536,0.37603307,0.35123968,0.33471075,0.40495867,0.5495868,0.6694215,0.7231405,0.75206614,0.76859504,0.76859504,0.71487606,0.6322314,0.5247934,0.4214876,0.4090909,0.41735536,0.45041323,0.40495867,0.43801653,0.5,0.49173555,0.3305785,0.23140496,0.1983471,0.20247933,0.23140496,0.24793388,0.5123967,0.5165289,0.3966942,0.3181818,0.2768595,0.3264463,0.4090909,0.46280992,0.49586776,0.5495868,0.55785125,0.5247934,0.49173555,0.607438,0.6570248,0.6652893,0.661157,0.6198347,0.5785124,0.54545456,0.49586776,0.3966942,0.4214876,0.48347107,0.5247934,0.58264464,0.48347107,0.36363637,0.2892562,0.28099173,0.29752067,0.38016528,0.5289256,0.57438016,0.5041322,0.41735536,0.46280992,0.5,0.41322315,0.38016528,0.38429752,0.5289256,0.6735537,0.74380165,0.7892562,0.8016529,0.79752064,0.75206614,0.6446281,0.5041322,0.446281,0.49173555,0.5289256,0.5123967,0.44214877,0.54545456,0.5413223,0.5413223,0.44214877,0.3264463,0.27272728,0.28099173,0.29338843,0.41735536,0.57024795,0.5371901,0.45867768,0.41735536,0.38016528,0.4338843,0.5041322,0.5289256,0.5371901,0.57438016,0.59090906,0.5495868,0.5165289,0.61570245,0.6859504,0.70247936,0.69008267,0.677686,0.6570248,0.6404959,0.59917355,0.5082645,0.47107437,0.49586776,0.5123967,0.553719,0.58264464,0.5289256,0.4876033,0.5041322,0.5,0.5206612,0.553719,0.5371901,0.5082645,0.4876033,0.5,0.54545456,0.5041322,0.44214877,0.446281,0.54545456,0.677686,0.75619835,0.8016529,0.8181818,0.80991733,0.76859504,0.6652893,0.5206612,0.47933885,0.55785125,0.56198347,0.5371901,0.5123967,0.5082645,0.48347107,0.5123967,0.5082645,0.46694216,0.45867768,0.46694216,0.45041323,0.5123967,0.54545456,0.5082645,0.4752066,0.43801653,0.45867768,0.5041322,0.54545456,0.57024795,0.5785124,0.59504133,0.60330576,0.5661157,0.5289256,0.62396693,0.6818182,0.6942149,0.6983471,0.6983471,0.69008267,0.6694215,0.6363636,0.57438016,0.5289256,0.5206612,0.5123967,0.5206612,0.5247934,0.5413223,0.54545456,0.5661157,0.56198347,0.5413223,0.5206612,0.5082645,0.5123967,0.5247934,0.5289256,0.53305787,0.5413223,0.5289256,0.53305787,0.57438016,0.677686,0.76033056,0.8057851,0.822314,0.8140496,0.78099173,0.70247936,0.57438016,0.5165289,0.54545456,0.54545456,0.5247934,0.5,0.47933885,0.45867768,0.47107437,0.49586776,0.49173555,0.5082645,0.5206612,0.4876033,0.48347107,0.5041322,0.47933885,0.48347107,0.47933885,0.5082645,0.54545456,0.57438016,0.59504133,0.61157024,0.59917355,0.59917355,0.5661157,0.5289256,0.6322314,0.677686,0.6942149,0.70247936,0.71487606,0.7066116,0.69008267,0.6694215,0.607438,0.5371901,0.5041322,0.5165289,0.5165289,0.5289256,0.5082645,0.49586776,0.49586776,0.48347107,0.47107437,0.45454547,0.446281,0.45454547,0.49173555,0.5165289,0.5371901,0.57024795,0.60330576,0.59090906,0.60330576,0.6818182,0.74793386,0.79752064,0.8181818,0.8140496,0.7933884,0.7355372,0.59917355,0.57438016,0.56198347,0.5247934,0.5123967,0.5,0.4752066,0.45041323,0.43801653,0.44214877,0.44214877,0.446281,0.47107437,0.47933885,0.4876033,0.5,0.48347107,0.47933885,0.5041322,0.5371901,0.57438016,0.59917355,0.6198347,0.62396693,0.6198347,0.607438,0.55785125,0.5371901,0.6322314,0.6694215,0.6983471,0.7107438,0.73140496,0.73140496,0.71900827,0.70247936,0.6652893,0.59917355,0.5247934,0.47107437,0.45454547,0.4876033,0.46694216,0.45454547,0.45041323,0.446281,0.42975205,0.43801653,0.45454547,0.5082645,0.57438016,0.59090906,0.607438,0.6280992,0.6363636,0.6280992,0.6280992,0.6859504,0.76033056,0.8057851,0.8181818,0.8140496,0.7933884,0.7231405,0.607438,0.61570245,0.60330576,0.58264464,0.54545456,0.5661157,0.54545456,0.5123967,0.4876033,0.45867768,0.446281,0.44214877,0.44214877,0.46280992,0.47933885,0.5041322,0.4876033,0.5041322,0.5371901,0.5785124,0.60330576,0.6322314,0.6363636,0.6363636,0.6280992,0.59917355,0.56198347,0.53305787,0.61157024,0.6694215,0.6859504,0.71487606,0.74380165,0.75206614,0.74793386,0.7355372,0.7107438,0.677686,0.6363636,0.59090906,0.5371901,0.5,0.4876033,0.48347107,0.46694216,0.48347107,0.49586776,0.5247934,0.57438016,0.6363636,0.661157,0.6652893,0.6735537,0.6487603,0.6446281,0.6528926,0.6404959,0.677686,0.76033056,0.8016529,0.80991733,0.8181818,0.78099173,0.70247936,0.61570245,0.6322314,0.61570245,0.62396693,0.61157024,0.62396693,0.62396693,0.60330576,0.5785124,0.5371901,0.5206612,0.5247934,0.5082645,0.5082645,0.5247934,0.5371901,0.54545456,0.5661157,0.59917355,0.6404959,0.661157,0.6694215,0.6652893,0.6487603,0.6404959,0.6198347,0.57024795,0.55785125,0.60330576,0.6528926,0.6942149,0.7107438,0.7355372,0.74380165,0.75619835,0.77272725,0.75206614,0.73140496,0.7066116,0.6487603,0.6404959,0.6487603,0.607438,0.61570245,0.60330576,0.60330576,0.62396693,0.6446281,0.6694215,0.6859504,0.70247936,0.6818182,0.6694215,0.6446281,0.6528926,0.6570248,0.6528926,0.6652893,0.74380165,0.79752064,0.80991733,0.8057851,0.77272725,0.6942149,0.6280992,0.6404959,0.62396693,0.62396693,0.6280992,0.6652893,0.6942149,0.69008267,0.677686,0.6528926,0.62396693,0.60330576,0.58677685,0.5661157,0.59917355,0.59504133,0.607438,0.6363636,0.661157,0.6942149,0.6983471,0.6942149,0.6818182,0.661157,0.6363636,0.62396693,0.5785124,0.5495868,0.59090906,0.6735537,0.6818182,0.7066116,0.71487606,0.72727275,0.7355372,0.75206614,0.77272725,0.74380165,0.73966944,0.7107438,0.7107438,0.7231405,0.71487606,0.7231405,0.73140496,0.73966944,0.73966944,0.74793386,0.74380165,0.74380165,0.7107438,0.69008267,0.6487603,0.6570248,0.6735537,0.661157,0.6487603,0.6694215,0.7355372,0.78512394,0.8016529,0.8016529,0.76033056,0.6983471,0.6280992,0.6487603,0.6322314,0.59917355,0.61570245,0.6528926,0.6859504,0.7231405,0.72727275,0.72727275,0.72727275,0.71900827,0.71487606,0.6818182,0.6818182,0.677686,0.6652893,0.69008267,0.70247936,0.6983471,0.7107438,0.71900827,0.6942149,0.6735537,0.6363636,0.6322314,0.58264464,0.5661157,0.59090906,0.6652893,0.6818182,0.6983471,0.71487606,0.74380165,0.73966944,0.75206614,0.77272725,0.76859504,0.7644628,0.75619835,0.75206614,0.7644628,0.75619835,0.76033056,0.77272725,0.77272725,0.7644628,0.75619835,0.74380165,0.73140496,0.71900827,0.69008267,0.6652893,0.6487603,0.6735537,0.661157,0.6487603,0.6570248,0.7231405,0.7768595,0.8057851,0.79752064,0.75619835,0.6983471,0.6404959,0.6363636,0.6446281,0.61157024,0.61570245,0.6487603,0.6942149,0.72727275,0.7355372,0.74793386,0.74793386,0.75206614,0.75206614,0.74793386,0.75619835,0.74793386,0.74793386,0.74793386,0.7355372,0.71900827,0.7231405,0.7107438,0.6983471,0.677686,0.6487603,0.6487603,0.59917355,0.5661157,0.57438016,0.6446281,0.6694215,0.6983471,0.71900827,0.74380165,0.76033056,0.78099173,0.7892562,0.78512394,0.7933884,0.7892562,0.78099173,0.78099173,0.78099173,0.78512394,0.78512394,0.77272725,0.76859504,0.75206614,0.73140496,0.71900827,0.7066116,0.6859504,0.6652893,0.661157,0.661157,0.6652893,0.6528926,0.6735537,0.73966944,0.78512394,0.79752064,0.78512394,0.73966944,0.6983471,0.6487603,0.6487603,0.6404959,0.61570245,0.6280992,0.6446281,0.6694215,0.6983471,0.71900827,0.7355372,0.7355372,0.74380165,0.7644628,0.7768595,0.78099173,0.78099173,0.7768595,0.75619835,0.76859504,0.76859504,0.76033056,0.74793386,0.7231405,0.6818182,0.661157,0.6570248,0.60330576,0.56198347,0.54545456,0.6198347,0.6487603,0.677686,0.7066116,0.7355372,0.76033056,0.7768595,0.78512394,0.78512394,0.7933884,0.7933884,0.7892562,0.7933884,0.7892562,0.7892562,0.7768595,0.76859504,0.76033056,0.75206614,0.7355372,0.7107438,0.70247936,0.6859504,0.6570248,0.6404959,0.6487603,0.6570248,0.6735537,0.71900827,0.76033056,0.7933884,0.8057851,0.7933884,0.78099173,0.73140496,0.6735537,0.6487603,0.6404959,0.59504133,0.6280992,0.6487603,0.6735537,0.6942149,0.7107438,0.71900827,0.72727275,0.75206614,0.76033056,0.7768595,0.78512394,0.79752064,0.7768595,0.7768595,0.78099173,0.7768595,0.76859504,0.76859504,0.73966944,0.6942149,0.677686,0.6487603,0.60330576,0.5661157,0.55785125,0.59917355,0.6363636,0.6694215,0.7066116,0.73140496,0.75619835,0.7768595,0.78512394,0.78512394,0.7892562,0.7892562,0.79752064,0.8016529,0.7933884,0.78099173,0.76859504,0.77272725,0.7644628,0.75206614,0.73966944,0.7066116,0.6983471,0.6652893,0.62396693,0.60330576,0.61570245,0.6570248,0.7107438,0.75206614,0.78512394,0.80991733,0.8140496,0.8057851,0.7892562,0.75206614,0.69008267,0.6363636,0.607438,0.57024795,0.5661157,0.61570245,0.661157,0.6942149,0.7107438,0.71900827,0.72727275,0.75206614,0.75206614,0.77272725,0.78512394,0.7933884,0.7933884,0.78512394,0.7768595,0.77272725,0.76033056,0.75619835,0.73140496,0.6942149,0.6528926,0.61570245,0.5785124,0.53305787,0.56198347,0.58677685,0.61570245,0.6570248,0.7066116,0.72727275,0.74793386,0.78099173,0.78512394,0.7768595,0.78512394,0.7892562,0.8016529,0.7933884,0.7892562,0.76859504,0.75206614,0.76859504,0.76033056,0.74380165,0.7355372,0.7066116,0.6735537,0.6198347,0.58264464,0.5785124,0.6198347,0.6735537,0.72727275,0.76859504,0.7933884,0.80991733,0.80991733,0.80991733,0.79752064,0.7644628,0.6942149,0.62396693,0.56198347,0.5413223,0.54545456,0.57438016,0.59504133,0.6570248,0.70247936,0.7231405,0.73140496,0.75619835,0.75619835,0.7644628,0.77272725,0.78099173,0.7892562,0.78099173,0.76859504,0.76033056,0.74793386,0.7355372,0.71487606,0.6818182,0.62396693,0.59090906,0.56198347,0.5206612,0.553719,0.5785124,0.59090906,0.6363636,0.6859504,0.71487606,0.74380165,0.77272725,0.78099173,0.7768595,0.77272725,0.7768595,0.79752064,0.78512394,0.78512394,0.7644628,0.74380165,0.76033056,0.76033056,0.74380165,0.7231405,0.6859504,0.6198347,0.59090906,0.59090906,0.5785124,0.6280992,0.6818182,0.71487606,0.74380165,0.78099173,0.79752064,0.8016529,0.8057851,0.78512394,0.75619835,0.69008267,0.607438,0.5413223,0.55785125,0.59504133,0.59917355,0.54545456,0.56198347,0.6446281,0.6983471,0.7231405,0.73966944,0.75206614,0.76033056,0.7644628,0.76859504,0.78512394,0.76859504,0.76033056,0.75206614,0.72727275,0.71487606,0.6983471,0.6570248,0.607438,0.57024795,0.5413223,0.4876033,0.553719,0.57438016,0.5661157,0.61157024,0.6694215,0.6942149,0.7231405,0.75619835,0.77272725,0.76859504,0.7644628,0.76859504,0.7768595,0.77272725,0.7768595,0.76859504,0.75619835,0.75619835,0.74793386,0.73140496,0.6942149,0.6280992,0.5785124,0.60330576,0.607438,0.59504133,0.6363636,0.6735537,0.6818182,0.7231405,0.76859504,0.79752064,0.8016529,0.8016529,0.78512394,0.74380165,0.677686,0.59917355,0.5495868,0.59090906,0.62396693,0.61157024,0.54545456,0.5165289,0.59504133,0.6528926,0.69008267,0.7107438,0.73966944,0.75206614,0.75619835,0.75619835,0.76033056,0.75619835,0.74793386,0.73966944,0.73140496,0.70247936,0.6652893,0.6280992,0.58264464,0.5413223,0.5247934,0.47107437,0.5247934,0.55785125,0.53305787,0.59090906,0.6528926,0.6818182,0.7066116,0.7355372,0.75206614,0.76033056,0.76033056,0.76859504,0.76859504,0.75619835,0.76033056,0.75619835,0.74380165,0.73140496,0.71900827,0.70247936,0.6694215,0.58677685,0.553719,0.60330576,0.60330576,0.59504133,0.62396693,0.6570248,0.6652893,0.71487606,0.7644628,0.7892562,0.8016529,0.80991733,0.78512394,0.7355372,0.6694215,0.59504133,0.57438016,0.58677685,0.607438,0.58677685,0.5289256,0.5123967,0.59504133,0.6363636,0.6487603,0.6818182,0.7107438,0.71900827,0.74793386,0.73966944,0.73966944,0.73966944,0.72727275,0.72727275,0.71487606,0.69008267,0.6446281,0.59090906,0.54545456,0.5206612,0.5041322,0.43801653,0.46280992,0.553719,0.5413223,0.5785124,0.6363636,0.677686,0.70247936,0.7231405,0.72727275,0.74380165,0.74793386,0.76859504,0.7644628,0.75619835,0.76033056,0.73966944,0.71900827,0.70247936,0.69008267,0.6859504,0.6694215,0.60330576,0.5289256,0.553719,0.5785124,0.5785124,0.5785124,0.6280992,0.6487603,0.7107438,0.75206614,0.76859504,0.78512394,0.7892562,0.7768595,0.72727275,0.661157,0.58264464,0.53305787,0.54545456,0.5661157,0.54545456,0.5082645,0.54545456,0.61570245,0.6446281,0.6404959,0.6487603,0.6735537,0.69008267,0.7066116,0.72727275,0.72727275,0.72727275,0.7231405,0.7107438,0.6818182,0.6652893,0.61570245,0.55785125,0.5247934,0.5082645,0.4752066,0.41322315,0.42561984,0.5247934,0.5413223,0.57438016,0.61157024,0.6528926,0.69008267,0.7107438,0.71900827,0.73966944,0.7355372,0.73966944,0.73966944,0.7355372,0.73966944,0.6652893,0.661157,0.6735537,0.677686,0.69008267,0.6859504,0.6487603,0.53305787,0.47933885,0.5123967,0.5041322,0.49173555,0.53305787,0.5785124,0.6652893,0.70247936,0.71900827,0.7355372,0.74380165,0.72727275,0.69008267,0.61157024,0.5206612,0.46280992,0.46280992,0.4876033,0.47933885,0.5041322,0.58264464,0.6404959,0.6694215,0.6735537,0.661157,0.6528926,0.661157,0.6694215,0.6983471,0.7107438,0.71487606,0.7231405,0.6859504,0.6528926,0.6198347,0.57438016,0.5371901,0.5041322,0.49586776,0.45867768,0.38842976,0.41735536,0.4752066,0.5165289,0.5785124,0.59504133,0.6198347,0.6652893,0.70247936,0.7066116,0.7231405,0.7066116,0.7107438,0.7231405,0.71900827,0.7107438,0.6487603,0.6363636,0.677686,0.6859504,0.6942149,0.6942149,0.677686,0.58677685,0.46694216,0.40495867,0.38016528,0.30165288,0.38842976,0.47933885,0.5661157,0.60330576,0.6363636,0.6528926,0.661157,0.6446281,0.59917355,0.5165289,0.40082645,0.29752067,0.30578512,0.37190083,0.46280992,0.5495868,0.59504133,0.6322314,0.6735537,0.6859504,0.677686,0.6404959,0.6487603,0.6528926,0.6694215,0.6694215,0.6735537,0.6818182,0.6528926,0.62396693,0.59504133,0.55785125,0.5247934,0.49173555,0.4752066,0.43801653,0.39256197,0.42561984,0.46280992,0.5123967,0.5413223,0.5785124,0.61157024,0.6280992,0.661157,0.6735537,0.69008267,0.69008267,0.6983471,0.69008267,0.70247936,0.6694215,0.661157,0.6652893,0.69008267,0.69008267,0.70247936,0.7066116,0.70247936,0.6487603,0.5495868,0.38842976,0.2520661,0.17768595,0.21900827,0.3429752,0.446281,0.49173555,0.5206612,0.54545456,0.55785125,0.53305787,0.49173555,0.37603307,0.32231405,0.30165288,0.39256197,0.46694216,0.5206612,0.5661157,0.61157024,0.6322314,0.6652893,0.6859504,0.6942149,0.6570248,0.6363636,0.6322314,0.6446281,0.6487603,0.6694215,0.661157,0.6322314,0.607438,0.57438016,0.54545456,0.5082645,0.47933885,0.45041323,0.42561984,0.4090909,0.4214876,0.446281,0.5,0.5123967,0.553719,0.57438016,0.6198347,0.6487603,0.6652893,0.6735537,0.6818182,0.6859504,0.6735537,0.6652893,0.6694215,0.661157,0.677686,0.6818182,0.6983471,0.7107438,0.71487606,0.71487606,0.69008267,0.6528926,0.5661157,0.41735536,0.29338843,0.22727273,0.23553719,0.28512397,0.3553719,0.38842976,0.41735536,0.42561984,0.3966942,0.34710744,0.38842976,0.4338843,0.47107437,0.5123967,0.5413223,0.56198347,0.58264464,0.60330576,0.6198347,0.6404959,0.6652893,0.6942149,0.6694215,0.6487603,0.6322314,0.6280992,0.6363636,0.6280992,0.6280992,0.6198347,0.607438,0.5661157,0.5289256,0.49173555,0.46694216,0.45041323,0.4214876,0.40082645,0.42975205,0.41735536,0.44214877,0.47933885,0.5,0.5413223,0.59090906,0.6322314,0.6528926,0.661157,0.6735537,0.6652893,0.677686,0.6404959,0.6528926,0.6487603,0.6652893,0.6859504,0.6942149,0.6983471,0.7066116,0.7066116,0.7066116,0.69008267,0.677686,0.57438016,0.47107437,0.3429752,0.2768595,0.23966943,0.2520661,0.2603306,0.28099173,0.28099173,0.3264463,0.4090909,0.49173555,0.4876033,0.48347107,0.5,0.5413223,0.58264464,0.5785124,0.58677685,0.59090906,0.59917355,0.62396693,0.6487603,0.6363636,0.61570245,0.59504133,0.6280992,0.6198347,0.6198347,0.607438,0.60330576,0.5785124,0.54545456,0.5041322,0.47933885,0.45041323,0.44214877,0.4338843,0.3677686,0.4214876,0.4214876,0.43801653,0.45867768,0.4876033,0.5165289,0.5661157,0.61157024,0.6363636,0.6363636,0.6528926,0.661157,0.6652893,0.6280992,0.6363636,0.6363636,0.62396693,0.6487603,0.6487603,0.6446281,0.661157,0.6818182,0.69008267,0.6694215,0.6322314,0.6198347,0.55785125,0.47933885,0.38842976,0.3264463,0.3181818,0.30165288,0.3181818,0.35123968,0.42975205,0.48347107,0.49173555,0.47933885,0.4752066,0.49586776,0.5289256,0.553719,0.5661157,0.57438016,0.58264464,0.57438016,0.58264464,0.607438,0.59917355,0.5661157,0.5495868,0.5785124,0.6198347,0.61157024,0.59504133,0.5785124,0.56198347,0.5289256,0.49173555,0.45454547,0.43801653,0.4338843,0.40082645,0.35950413,0.37190083,0.4090909,0.4338843,0.44214877,0.46280992,0.4876033,0.5371901,0.58677685,0.61157024,0.62396693,0.6528926,0.6487603,0.6363636,0.60330576,0.60330576,0.61570245,0.6198347,0.6280992,0.6280992,0.61570245,0.6322314,0.6487603,0.6570248,0.6404959,0.61570245,0.607438,0.59090906,0.553719,0.5,0.4876033,0.47107437,0.46280992,0.45454547,0.45867768,0.47933885,0.5,0.49586776,0.49586776,0.5123967,0.5206612,0.5289256,0.5413223,0.5289256,0.5371901,0.553719,0.5495868,0.553719,0.56198347,0.57438016,0.56198347,0.553719,0.5413223,0.59090906,0.59090906,0.5785124,0.55785125,0.53305787,0.5165289,0.46280992,0.4338843,0.4338843,0.41735536,0.35950413,0.29752067,0.338843,0.38842976,0.41322315,0.42975205,0.45041323,0.47107437,0.5041322,0.5495868,0.59090906,0.60330576,0.6487603,0.6487603,0.607438,0.57438016,0.59090906,0.5785124,0.59504133,0.59090906,0.59504133,0.60330576,0.61157024,0.6198347,0.6280992,0.61157024,0.60330576,0.59917355,0.58677685,0.57024795,0.5661157,0.56198347,0.54545456,0.5206612,0.5165289,0.5082645,0.5,0.5206612,0.5247934,0.5165289,0.5247934,0.53305787,0.5495868,0.54545456,0.5289256,0.5206612,0.5247934,0.5206612,0.5165289,0.5082645,0.5289256,0.53305787,0.5413223,0.5206612,0.5785124,0.59090906,0.57438016,0.5413223,0.5123967,0.4752066,0.42975205,0.41735536,0.42975205,0.40495867,0.3140496,0.29752067,0.3553719,0.3553719,0.39256197,0.42975205,0.45041323,0.45041323,0.47107437,0.5206612,0.56198347,0.59090906,0.6280992,0.6487603,0.5785124,0.54545456,0.56198347,0.56198347,0.57438016,0.56198347,0.56198347,0.58264464,0.60330576,0.60330576,0.607438,0.59917355,0.61157024,0.607438,0.59504133,0.6198347,0.6404959,0.6404959,0.6280992,0.59090906,0.5785124,0.57438016,0.55785125,0.57024795,0.56198347,0.56198347,0.5661157,0.56198347,0.55785125,0.5495868,0.5289256,0.5206612,0.49173555,0.44214877,0.40495867,0.41322315,0.47107437,0.49586776,0.5247934,0.5165289,0.57024795,0.58264464,0.553719,0.5165289,0.4876033,0.43801653,0.4090909,0.40495867,0.40495867,0.3553719,0.29752067,0.30165288,0.40495867,0.37190083,0.34710744,0.3966942,0.44214877,0.44214877,0.446281,0.47933885,0.53305787,0.57024795,0.61570245,0.6487603,0.607438,0.54545456,0.54545456,0.5413223,0.5247934,0.49173555,0.4876033,0.5082645,0.553719,0.57438016,0.58677685,0.59504133,0.60330576,0.60330576,0.58677685,0.6280992,0.6694215,0.6942149,0.6983471,0.6735537,0.6487603,0.6363636,0.62396693,0.6198347,0.59917355,0.58264464,0.57438016,0.5495868,0.5247934,0.49586776,0.46694216,0.43801653,0.41322315,0.41322315,0.41322315,0.42561984,0.446281,0.46694216,0.49586776,0.5413223,0.5661157,0.56198347,0.5289256,0.47933885,0.43801653,0.41735536,0.4214876,0.40082645,0.37190083,0.3140496,0.29338843,0.30578512,0.41735536,0.44214877,0.3181818,0.3553719,0.4090909,0.44214877,0.4338843,0.4214876,0.47107437,0.54545456,0.59504133,0.6280992,0.6280992,0.57438016,0.5289256,0.5082645,0.46694216,0.40082645,0.37603307,0.3553719,0.35950413,0.38016528,0.40082645,0.41322315,0.41322315,0.42975205,0.4090909,0.45867768,0.4876033,0.5123967,0.54545456,0.56198347,0.57438016,0.5661157,0.5371901,0.5123967,0.46280992,0.42975205,0.4090909,0.38016528,0.37603307,0.35950413,0.37190083,0.37603307,0.43801653,0.5082645,0.5413223,0.5206612,0.49173555,0.47107437,0.49586776,0.5661157,0.5495868,0.5289256,0.4876033,0.44214877,0.40082645,0.4090909,0.41322315,0.37603307,0.3181818,0.2892562,0.29752067,0.30165288,0.4214876,0.5,0.34710744,0.32231405,0.3553719,0.41322315,0.42975205,0.4090909,0.41735536,0.49173555,0.55785125,0.59504133,0.61570245,0.57024795,0.5371901,0.5206612,0.5041322,0.4876033,0.47933885,0.45454547,0.40082645,0.36363637,0.38429752,0.38429752,0.34710744,0.33471075,0.30165288,0.33471075,0.3305785,0.3305785,0.338843,0.35950413,0.38016528,0.38429752,0.37190083,0.3677686,0.34710744,0.33471075,0.3429752,0.3429752,0.38429752,0.38429752,0.41735536,0.44214877,0.5,0.55785125,0.5661157,0.5413223,0.5206612,0.49173555,0.5082645,0.53305787,0.5165289,0.4752066,0.43801653,0.40495867,0.40082645,0.40082645,0.38016528,0.33471075,0.28099173,0.28099173,0.30578512,0.2892562,0.45867768,0.5082645,0.42561984,0.3181818,0.32231405,0.3553719,0.3966942,0.40082645,0.38842976,0.4214876,0.49173555,0.53305787,0.57024795,0.553719,0.54545456,0.55785125,0.58264464,0.59090906,0.58264464,0.57438016,0.5371901,0.48347107,0.4876033,0.5123967,0.53305787,0.5206612,0.49586776,0.46694216,0.45041323,0.4338843,0.42561984,0.4090909,0.4090909,0.4090909,0.41322315,0.42561984,0.4338843,0.42561984,0.446281,0.45454547,0.446281,0.446281,0.45454547,0.4752066,0.5247934,0.55785125,0.5495868,0.5371901,0.5247934,0.5082645,0.49586776,0.4876033,0.45867768,0.42975205,0.40082645,0.3966942,0.4090909,0.39256197,0.33471075,0.2892562,0.28099173,0.29338843,0.30578512,0.30165288,0.44214877,0.5165289,0.4752066,0.3677686,0.30991736,0.32231405,0.34710744,0.37603307,0.38016528,0.38016528,0.4214876,0.46694216,0.5165289,0.5413223,0.5247934,0.54545456,0.5785124,0.59504133,0.59504133,0.5785124,0.5413223,0.5123967,0.48347107,0.5041322,0.5289256,0.57438016,0.62396693,0.6322314,0.6280992,0.607438,0.607438,0.59917355,0.59090906,0.57438016,0.55785125,0.553719,0.53305787,0.5082645,0.47933885,0.46280992,0.446281,0.446281,0.446281,0.49173555,0.5289256,0.5371901,0.5371901,0.5165289,0.5165289,0.5165289,0.4876033,0.47933885,0.45041323,0.40082645,0.38429752,0.3966942,0.38429752,0.34710744,0.29338843,0.27272728,0.28512397,0.29752067,0.30991736,0.30991736,0.44214877,0.5206612,0.5,0.38842976,0.3181818,0.29752067,0.32231405,0.35950413,0.37603307,0.3966942,0.39256197,0.4338843,0.47107437,0.5041322,0.5082645,0.5165289,0.5206612,0.5371901,0.57024795,0.5661157,0.53305787,0.48347107,0.44214877,0.45867768,0.4752066,0.49173555,0.55785125,0.6363636,0.6528926,0.6404959,0.6528926,0.6570248,0.6570248,0.6363636,0.62396693,0.59090906,0.553719,0.49173555,0.44214877,0.44214877,0.43801653,0.44214877,0.46280992,0.5041322,0.5123967,0.5123967,0.5082645,0.5082645,0.5041322,0.5123967,0.47933885,0.47107437,0.42561984,0.3966942,0.37603307,0.37190083,0.338843,0.29752067,0.2644628,0.28512397,0.28512397,0.30578512,0.29338843,0.30165288,0.42975205,0.5206612,0.5247934,0.4338843,0.35950413,0.30991736,0.30578512,0.3305785,0.338843,0.37190083,0.38016528,0.4090909,0.44214877,0.46280992,0.4752066,0.4876033,0.5082645,0.5041322,0.5082645,0.5165289,0.5041322,0.47933885,0.42975205,0.42975205,0.446281,0.42975205,0.45454547,0.5082645,0.5371901,0.54545456,0.55785125,0.58264464,0.60330576,0.58677685,0.553719,0.5289256,0.5165289,0.45454547,0.4338843,0.41322315,0.446281,0.43801653,0.48347107,0.5082645,0.5,0.5041322,0.5165289,0.53305787,0.5247934,0.5041322,0.4876033,0.446281,0.41322315,0.38842976,0.39256197,0.3429752,0.30578512,0.28512397,0.1446281,0.23140496,0.3140496,0.30165288,0.29752067,0.3140496,0.41735536,0.5082645,0.5206612,0.4876033,0.4090909,0.3553719,0.29338843,0.3140496,0.33471075,0.35950413,0.37603307,0.38842976,0.4214876,0.43801653,0.47933885,0.47107437,0.49586776,0.5,0.49586776,0.5041322,0.49173555,0.5082645,0.48347107,0.40495867,0.37190083,0.37603307,0.4090909,0.43801653,0.45867768,0.45454547,0.46280992,0.49173555,0.5165289,0.5165289,0.4752066,0.47933885,0.47107437,0.45454547,0.4090909,0.41735536,0.43801653,0.47107437,0.49586776,0.49586776,0.5041322,0.5123967,0.53305787,0.5247934,0.5206612,0.5165289,0.46280992,0.4090909,0.40082645,0.40082645,0.35950413,0.28512397,0.29338843,0.30165288,0.11570248,0.17355372,0.3429752,0.29752067,0.29752067,0.30991736,0.446281,0.5082645,0.5247934,0.5165289,0.46280992,0.3966942,0.3305785,0.28512397,0.30165288,0.35950413,0.36363637,0.38016528,0.41322315,0.45867768,0.48347107,0.49173555,0.5123967,0.5123967,0.4876033,0.49173555,0.49586776,0.49586776,0.49586776,0.46694216,0.42561984,0.37603307,0.35950413,0.35950413,0.38016528,0.37603307,0.3553719,0.35123968,0.35950413,0.3677686,0.36363637,0.37190083,0.38016528,0.37603307,0.4090909,0.44214877,0.4752066,0.49586776,0.5041322,0.5082645,0.5165289,0.5371901,0.5413223,0.5289256,0.5041322,0.46280992,0.41735536,0.39256197,0.41322315,0.3677686,0.29752067,0.27272728,0.338843,0.28512397,0.07438017,0.1446281,0.37190083,0.338843,0.28099173,0.30165288,0.45867768,0.5082645,0.5413223,0.553719,0.5165289,0.45041323,0.38016528,0.30165288,0.2768595,0.3181818,0.34710744,0.37190083,0.38016528,0.43801653,0.46280992,0.5123967,0.5289256,0.54545456,0.5413223,0.5289256,0.5206612,0.5165289,0.5082645,0.49173555,0.49173555,0.44214877,0.4214876,0.38429752,0.3677686,0.37190083,0.37603307,0.3677686,0.36363637,0.37603307,0.38016528,0.40495867,0.41735536,0.43801653,0.48347107,0.5041322,0.5123967,0.53305787,0.5289256,0.5371901,0.54545456,0.54545456,0.53305787,0.5082645,0.45867768,0.40495867,0.40495867,0.41322315,0.36363637,0.29752067,0.27272728,0.3305785,0.37190083,0.30991736,0.11983471,0.19008264,0.3677686,0.3305785,0.3264463,0.3140496,0.45867768,0.5082645,0.54545456,0.5785124,0.5495868,0.5041322,0.42561984,0.338843,0.29752067,0.29338843,0.3264463,0.3553719,0.3677686,0.38842976,0.42561984,0.47933885,0.5165289,0.54545456,0.58264464,0.5661157,0.56198347,0.553719,0.54545456,0.5371901,0.5165289,0.5082645,0.4876033,0.45867768,0.44214877,0.43801653,0.44214877,0.43801653,0.446281,0.46694216,0.48347107,0.5082645,0.5206612,0.5247934,0.5495868,0.55785125,0.55785125,0.57438016,0.5661157,0.5661157,0.553719,0.5371901,0.5082645,0.45454547,0.41322315,0.37603307,0.4090909,0.38842976,0.30165288,0.2768595,0.3305785,0.38016528,0.38429752,0.38016528,0.20247933,0.23553719,0.36363637,0.32231405,0.3429752,0.36363637,0.45041323,0.53305787,0.5371901,0.58677685,0.58264464,0.5413223,0.48347107,0.3966942,0.32231405,0.28099173,0.29752067,0.338843,0.3553719,0.37190083,0.37603307,0.4214876,0.4876033,0.53305787,0.58677685,0.60330576,0.60330576,0.607438,0.61157024,0.61570245,0.59917355,0.59917355,0.58677685,0.55785125,0.553719,0.55785125,0.553719,0.55785125,0.5661157,0.58264464,0.59504133,0.59917355,0.60330576,0.60330576,0.61570245,0.59917355,0.60330576,0.59917355,0.57438016,0.553719,0.54545456,0.5206612,0.47107437,0.40495867,0.38842976,0.38016528,0.38016528,0.3140496,0.27272728,0.3264463,0.3966942,0.40082645,0.38016528,0.42975205,0.2768595,0.24793388,0.36363637,0.3429752,0.34710744,0.37190083,0.44214877,0.5289256,0.55785125,0.59090906,0.607438,0.58264464,0.5289256,0.46280992,0.37603307,0.3140496,0.28099173,0.29338843,0.3181818,0.338843,0.3429752,0.36363637,0.4090909,0.49586776,0.56198347,0.59917355,0.607438,0.62396693,0.6446281,0.6570248,0.6818182,0.6859504,0.69008267,0.6694215,0.6446281,0.6446281,0.6363636,0.6322314,0.6363636,0.6446281,0.6528926,0.6404959,0.6363636,0.6322314,0.6404959,0.6198347,0.59917355,0.58264464,0.5413223,0.5247934,0.5082645,0.4752066,0.41322315,0.37603307,0.38016528,0.36363637,0.30991736,0.27272728,0.3181818,0.40082645,0.42975205,0.40082645,0.37190083,0.46280992,0.3429752,0.2603306,0.37603307,0.3553719,0.3429752,0.3677686,0.45867768,0.5206612,0.5413223,0.58264464,0.61157024,0.6198347,0.57438016,0.5165289,0.44214877,0.37190083,0.3140496,0.2644628,0.28512397,0.3140496,0.3181818,0.32231405,0.34710744,0.42561984,0.5,0.56198347,0.58677685,0.607438,0.6363636,0.6446281,0.6818182,0.70247936,0.71487606,0.70247936,0.6818182,0.677686,0.6735537,0.6694215,0.6694215,0.6694215,0.6694215,0.661157,0.6446281,0.6404959,0.6280992,0.61157024,0.57438016,0.5495868,0.5165289,0.5041322,0.46280992,0.40495867,0.35950413,0.35950413,0.35950413,0.3140496,0.26859504,0.3264463,0.39256197,0.45454547,0.44214877,0.38429752,0.3677686,0.47107437,0.38429752,0.30991736,0.3553719,0.35123968,0.35123968,0.35950413,0.4876033,0.5165289,0.5371901,0.5661157,0.61157024,0.6322314,0.62396693,0.5661157,0.49173555,0.43801653,0.3677686,0.2892562,0.2603306,0.2768595,0.30165288,0.30991736,0.32231405,0.3429752,0.4090909,0.47933885,0.5247934,0.56198347,0.60330576,0.60330576,0.6363636,0.6735537,0.6859504,0.6942149,0.677686,0.6652893,0.661157,0.6528926,0.6570248,0.6652893,0.6694215,0.6652893,0.6404959,0.6322314,0.61570245,0.58264464,0.5413223,0.5123967,0.4876033,0.47107437,0.40082645,0.338843,0.338843,0.34710744,0.30165288,0.27272728,0.3181818,0.39256197,0.446281,0.46694216,0.4338843,0.3553719,0.3677686,0.45867768,0.39256197,0.3553719,0.338843,0.3429752,0.3553719,0.3677686,0.53305787,0.5041322,0.54545456,0.57024795,0.60330576,0.6363636,0.6404959,0.6198347,0.553719,0.4876033,0.41735536,0.3553719,0.28512397,0.24793388,0.2768595,0.29338843,0.3140496,0.28099173,0.30991736,0.38429752,0.46280992,0.5247934,0.54545456,0.55785125,0.57438016,0.60330576,0.6363636,0.6404959,0.6280992,0.58677685,0.57024795,0.57438016,0.59090906,0.60330576,0.61157024,0.6198347,0.607438,0.58677685,0.5661157,0.5371901,0.49586776,0.46694216,0.45041323,0.3966942,0.338843,0.32231405,0.3264463,0.30165288,0.2768595,0.30991736,0.4090909,0.45041323,0.47107437,0.46280992,0.40082645,0.338843,0.38842976,0.4214876,0.38842976,0.35950413,0.338843,0.35123968,0.3677686,0.35950413,0.5165289,0.5413223,0.5413223,0.57024795,0.59090906,0.6198347,0.6280992,0.6404959,0.61157024,0.54545456,0.48347107,0.41735536,0.3553719,0.26859504,0.24793388,0.26859504,0.2892562,0.28512397,0.27272728,0.28512397,0.35950413,0.42975205,0.4752066,0.5041322,0.5082645,0.5165289,0.5413223,0.5371901,0.5371901,0.5082645,0.5,0.5041322,0.5041322,0.5165289,0.5371901,0.5371901,0.5289256,0.5247934,0.5,0.45454547,0.4338843,0.42975205,0.37190083,0.30991736,0.3140496,0.30991736,0.2768595,0.2644628,0.30578512,0.3966942,0.4876033,0.4752066,0.47933885,0.44214877,0.37603307,0.338843,0.38842976,0.36363637,0.3677686,0.36363637,0.338843,0.3553719,0.3677686,0.35950413,0.46280992,0.5082645,0.553719,0.5413223,0.58677685,0.61157024,0.6363636,0.6570248,0.6363636,0.60330576,0.553719,0.45867768,0.40495867,0.34710744,0.28512397,0.24793388,0.25619835,0.27272728,0.28099173,0.2603306,0.26859504,0.3181818,0.35950413,0.40495867,0.42561984,0.45041323,0.46694216,0.45454547,0.446281,0.44214877,0.46280992,0.45867768,0.446281,0.46280992,0.47933885,0.47107437,0.46280992,0.45867768,0.40082645,0.38842976,0.38842976,0.338843,0.2644628,0.2768595,0.28512397,0.26859504,0.26859504,0.3264463,0.41322315,0.46280992,0.5123967,0.4876033,0.46694216,0.4214876,0.35950413,0.3429752,0.38016528,0.3429752,0.3677686,0.34710744,0.34710744,0.36363637,0.35950413,0.35123968,0.41735536,0.47107437,0.4876033,0.5413223,0.57438016,0.607438,0.6322314,0.6528926,0.6487603,0.62396693,0.607438,0.5371901,0.45867768,0.39256197,0.3264463,0.28512397,0.25619835,0.24793388,0.25619835,0.27272728,0.26859504,0.2603306,0.26859504,0.30165288,0.3181818,0.35123968,0.38016528,0.38842976,0.38842976,0.39256197,0.40495867,0.4090909,0.4090909,0.3966942,0.3966942,0.3966942,0.38429752,0.34710744,0.30991736,0.30578512,0.29338843,0.2603306,0.2644628,0.26859504,0.2520661,0.28512397,0.3305785,0.43801653,0.4876033,0.49586776,0.5041322,0.47933885,0.446281,0.38016528,0.35123968,0.35123968,0.36363637,0.37190083,0.35950413,0.3429752,0.35950413,0.34710744,0.3677686,0.37190083,0.4214876,0.41735536,0.45041323,0.49586776,0.5289256,0.55785125,0.61157024,0.6404959,0.6570248,0.6446281,0.6322314,0.60330576,0.5413223,0.44214877,0.38842976,0.30578512,0.2892562,0.26859504,0.2644628,0.26859504,0.25619835,0.2603306,0.26859504,0.2644628,0.23966943,0.26859504,0.28512397,0.28099173,0.2892562,0.3181818,0.3181818,0.3264463,0.3305785,0.32231405,0.29752067,0.2892562,0.2520661,0.2520661,0.23966943,0.2520661,0.2603306,0.2768595,0.24380165,0.2520661,0.28099173,0.36363637,0.44214877,0.49586776,0.5123967,0.5123967,0.5,0.45454547,0.4338843,0.35950413,0.35123968,0.3429752,0.35950413,0.37190083,0.338843,0.35123968,0.3677686,0.3553719,0.39256197,0.37603307,8 +0.54545456,0.57438016,0.59504133,0.607438,0.61570245,0.6528926,0.6859504,0.6818182,0.69008267,0.6983471,0.6942149,0.70247936,0.71900827,0.7107438,0.7231405,0.73140496,0.73140496,0.7355372,0.74793386,0.75206614,0.77272725,0.7768595,0.7768595,0.79752064,0.8057851,0.8057851,0.8016529,0.80991733,0.8057851,0.7892562,0.8057851,0.79752064,0.8016529,0.8057851,0.8016529,0.8057851,0.78512394,0.78099173,0.78512394,0.78099173,0.78512394,0.7768595,0.7644628,0.76033056,0.74793386,0.7231405,0.7231405,0.71900827,0.6942149,0.6652893,0.677686,0.6487603,0.62396693,0.6322314,0.6280992,0.6198347,0.57024795,0.5413223,0.49173555,0.4338843,0.30991736,0.12396694,0.09090909,0.09504132,0.5495868,0.5785124,0.59090906,0.607438,0.6198347,0.6322314,0.6735537,0.6859504,0.6983471,0.70247936,0.71487606,0.71487606,0.7107438,0.72727275,0.73140496,0.7355372,0.74380165,0.75206614,0.75619835,0.76859504,0.7768595,0.78512394,0.7892562,0.8057851,0.8057851,0.8140496,0.8140496,0.80991733,0.8057851,0.79752064,0.79752064,0.79752064,0.8016529,0.8057851,0.8016529,0.8016529,0.8016529,0.7768595,0.78099173,0.78512394,0.78099173,0.7768595,0.7644628,0.76033056,0.75206614,0.73140496,0.72727275,0.72727275,0.6942149,0.6735537,0.6735537,0.6570248,0.6404959,0.6404959,0.6487603,0.6198347,0.58264464,0.54545456,0.4876033,0.446281,0.3181818,0.12809917,0.0785124,0.09090909,0.55785125,0.57438016,0.5785124,0.61157024,0.62396693,0.6652893,0.6694215,0.6942149,0.70247936,0.71487606,0.71900827,0.72727275,0.73140496,0.73966944,0.75206614,0.74793386,0.75206614,0.76033056,0.7644628,0.7644628,0.78512394,0.78512394,0.7892562,0.8140496,0.8140496,0.8140496,0.8140496,0.80991733,0.80991733,0.7892562,0.79752064,0.7933884,0.8057851,0.80991733,0.8016529,0.8016529,0.8057851,0.7933884,0.78512394,0.7892562,0.78512394,0.78099173,0.7768595,0.75619835,0.74380165,0.73966944,0.7355372,0.7355372,0.6942149,0.69008267,0.6652893,0.6694215,0.6570248,0.6487603,0.6528926,0.6280992,0.59504133,0.54545456,0.47933885,0.45867768,0.338843,0.12396694,0.07024793,0.09090909,0.56198347,0.5661157,0.57438016,0.61157024,0.6404959,0.6652893,0.6818182,0.70247936,0.7066116,0.71900827,0.7231405,0.7355372,0.73966944,0.74793386,0.75206614,0.76033056,0.7644628,0.76033056,0.76859504,0.77272725,0.78512394,0.79752064,0.7933884,0.8016529,0.8181818,0.8140496,0.80991733,0.8140496,0.80991733,0.8016529,0.8016529,0.8016529,0.80991733,0.8140496,0.8057851,0.80991733,0.80991733,0.8016529,0.7892562,0.7933884,0.7933884,0.78099173,0.7768595,0.7644628,0.74380165,0.73966944,0.73966944,0.73140496,0.7107438,0.70247936,0.6859504,0.6735537,0.6652893,0.661157,0.6652893,0.6446281,0.60330576,0.5495868,0.48347107,0.47107437,0.3553719,0.10330579,0.07024793,0.11157025,0.57024795,0.5661157,0.5785124,0.61157024,0.6528926,0.6818182,0.69008267,0.6942149,0.7107438,0.72727275,0.73966944,0.75206614,0.75206614,0.77272725,0.76033056,0.7644628,0.78099173,0.76859504,0.77272725,0.78512394,0.8016529,0.79752064,0.8016529,0.7933884,0.80991733,0.8140496,0.8181818,0.8181818,0.8140496,0.8140496,0.8181818,0.8140496,0.80991733,0.80991733,0.80991733,0.80991733,0.80991733,0.80991733,0.79752064,0.8016529,0.8016529,0.7892562,0.78099173,0.76859504,0.76033056,0.74793386,0.75206614,0.73140496,0.7231405,0.71487606,0.7066116,0.6942149,0.69008267,0.6859504,0.6694215,0.661157,0.607438,0.5495868,0.47933885,0.47107437,0.38016528,0.0785124,0.0785124,0.12396694,0.56198347,0.5785124,0.58677685,0.61570245,0.6570248,0.6859504,0.69008267,0.7066116,0.71487606,0.7231405,0.74793386,0.75619835,0.76033056,0.77272725,0.78099173,0.7768595,0.78512394,0.7768595,0.7768595,0.79752064,0.79752064,0.8057851,0.8057851,0.7933884,0.7933884,0.8057851,0.8140496,0.8140496,0.8140496,0.8181818,0.8181818,0.8181818,0.8140496,0.8057851,0.8140496,0.80991733,0.8181818,0.80991733,0.79752064,0.79752064,0.7933884,0.79752064,0.7768595,0.77272725,0.7644628,0.75619835,0.75619835,0.73966944,0.7355372,0.72727275,0.71487606,0.7066116,0.69008267,0.69008267,0.6818182,0.6570248,0.6198347,0.5495868,0.48347107,0.47933885,0.42561984,0.09504132,0.08264463,0.09090909,0.5495868,0.58264464,0.59090906,0.61157024,0.6570248,0.6859504,0.7107438,0.7231405,0.7231405,0.73140496,0.75619835,0.75206614,0.76033056,0.76859504,0.78512394,0.7892562,0.7768595,0.7768595,0.78512394,0.7933884,0.79752064,0.8016529,0.8016529,0.78512394,0.76859504,0.8016529,0.8140496,0.80991733,0.80991733,0.8181818,0.8181818,0.8140496,0.8140496,0.80991733,0.8140496,0.8057851,0.8140496,0.8016529,0.8016529,0.7933884,0.78099173,0.7892562,0.7768595,0.7768595,0.7768595,0.7768595,0.76859504,0.75619835,0.74380165,0.7355372,0.71900827,0.71487606,0.70247936,0.6735537,0.6818182,0.6652893,0.6280992,0.56198347,0.5123967,0.45867768,0.4338843,0.12809917,0.07024793,0.08264463,0.5495868,0.59090906,0.58677685,0.59917355,0.6528926,0.69008267,0.7107438,0.73140496,0.74380165,0.75206614,0.73140496,0.70247936,0.72727275,0.75206614,0.74793386,0.75206614,0.75619835,0.77272725,0.76859504,0.77272725,0.78512394,0.7892562,0.7892562,0.78512394,0.78512394,0.8016529,0.8140496,0.79752064,0.79752064,0.80991733,0.8057851,0.8140496,0.80991733,0.8140496,0.8016529,0.79752064,0.79752064,0.79752064,0.7892562,0.78512394,0.77272725,0.7768595,0.77272725,0.78512394,0.78512394,0.78512394,0.77272725,0.74793386,0.7355372,0.71900827,0.6859504,0.6859504,0.6446281,0.6198347,0.6404959,0.62396693,0.59917355,0.57438016,0.5413223,0.47107437,0.4214876,0.1694215,0.06198347,0.08264463,0.56198347,0.58677685,0.57438016,0.59504133,0.6487603,0.69008267,0.69008267,0.71487606,0.6735537,0.6528926,0.57024795,0.55785125,0.607438,0.6280992,0.6322314,0.61570245,0.661157,0.7107438,0.70247936,0.70247936,0.7355372,0.75619835,0.76859504,0.78099173,0.7768595,0.7933884,0.7892562,0.7892562,0.78099173,0.79752064,0.8016529,0.79752064,0.79752064,0.8016529,0.79752064,0.7933884,0.7933884,0.7892562,0.7768595,0.76859504,0.74793386,0.73966944,0.75619835,0.76859504,0.7644628,0.75206614,0.7355372,0.6652893,0.6446281,0.6280992,0.59917355,0.553719,0.5123967,0.45867768,0.39256197,0.35950413,0.38842976,0.45867768,0.5,0.4876033,0.41735536,0.1983471,0.0661157,0.09090909,0.5495868,0.57024795,0.57438016,0.607438,0.61570245,0.61157024,0.57438016,0.4876033,0.41735536,0.42561984,0.37603307,0.41322315,0.45041323,0.45454547,0.45041323,0.41322315,0.44214877,0.4876033,0.49586776,0.5123967,0.5661157,0.6363636,0.6983471,0.73140496,0.7355372,0.76033056,0.7355372,0.74380165,0.75619835,0.77272725,0.78099173,0.7768595,0.7892562,0.78512394,0.78512394,0.78099173,0.7768595,0.76033056,0.75206614,0.73140496,0.7107438,0.661157,0.6570248,0.6942149,0.6694215,0.60330576,0.5289256,0.44214877,0.42975205,0.44214877,0.42561984,0.35123968,0.3429752,0.3305785,0.2892562,0.2603306,0.2520661,0.27272728,0.3264463,0.4090909,0.4214876,0.21487603,0.053719006,0.09917355,0.5413223,0.5661157,0.5661157,0.5206612,0.47107437,0.4214876,0.41322315,0.30165288,0.24380165,0.30165288,0.32231405,0.34710744,0.338843,0.33471075,0.3429752,0.3181818,0.29338843,0.30991736,0.3305785,0.3264463,0.33471075,0.39256197,0.46694216,0.5165289,0.5661157,0.6528926,0.6570248,0.677686,0.7231405,0.74380165,0.75206614,0.74380165,0.75206614,0.76033056,0.76033056,0.75206614,0.73966944,0.7066116,0.6818182,0.661157,0.6280992,0.57024795,0.5247934,0.58677685,0.49173555,0.338843,0.2644628,0.30578512,0.30991736,0.28099173,0.25619835,0.24380165,0.2603306,0.26859504,0.25619835,0.2644628,0.2603306,0.24793388,0.23966943,0.2644628,0.36363637,0.23140496,0.05785124,0.1446281,0.553719,0.5661157,0.42561984,0.3181818,0.32231405,0.34710744,0.338843,0.34710744,0.39256197,0.42975205,0.45454547,0.42561984,0.37190083,0.3429752,0.3429752,0.30578512,0.2520661,0.24380165,0.2520661,0.24793388,0.21900827,0.24380165,0.23966943,0.28512397,0.3140496,0.46694216,0.5,0.56198347,0.6363636,0.6859504,0.6942149,0.7066116,0.71487606,0.7231405,0.7231405,0.7231405,0.7107438,0.6735537,0.6363636,0.59090906,0.54545456,0.5041322,0.45454547,0.48347107,0.37190083,0.23966943,0.20661157,0.23966943,0.22727273,0.23140496,0.2603306,0.3140496,0.36363637,0.41322315,0.45041323,0.47933885,0.45041323,0.40495867,0.36363637,0.27272728,0.28512397,0.2520661,0.0661157,0.22727273,0.5413223,0.4338843,0.3677686,0.3305785,0.35123968,0.3966942,0.46280992,0.5,0.5041322,0.5123967,0.5123967,0.47933885,0.446281,0.42975205,0.42975205,0.41735536,0.36363637,0.30165288,0.2603306,0.23140496,0.2231405,0.24380165,0.24793388,0.24380165,0.30991736,0.38016528,0.43801653,0.47107437,0.54545456,0.59504133,0.6198347,0.6652893,0.7107438,0.6859504,0.7066116,0.71900827,0.6942149,0.6363636,0.60330576,0.5123967,0.46280992,0.46694216,0.42561984,0.3966942,0.30991736,0.21487603,0.2107438,0.24793388,0.30578512,0.35123968,0.37190083,0.4214876,0.446281,0.45867768,0.45867768,0.45454547,0.45454547,0.47107437,0.46280992,0.4090909,0.30991736,0.29338843,0.11157025,0.44214877,0.49586776,0.446281,0.41322315,0.40082645,0.42975205,0.45867768,0.4876033,0.4876033,0.45867768,0.446281,0.41322315,0.4090909,0.4090909,0.41322315,0.41735536,0.42975205,0.42561984,0.42561984,0.3553719,0.30578512,0.28099173,0.27272728,0.27272728,0.29752067,0.3553719,0.38429752,0.41322315,0.446281,0.5041322,0.553719,0.59504133,0.6404959,0.69008267,0.6859504,0.6942149,0.7066116,0.69008267,0.61157024,0.55785125,0.47933885,0.4214876,0.43801653,0.38016528,0.338843,0.30165288,0.2768595,0.3140496,0.3677686,0.41735536,0.40495867,0.40082645,0.4338843,0.40082645,0.38842976,0.38016528,0.36363637,0.41735536,0.45041323,0.47107437,0.47107437,0.40082645,0.34710744,0.25619835,0.55785125,0.49173555,0.44214877,0.4338843,0.45041323,0.46280992,0.45867768,0.45867768,0.42975205,0.37190083,0.34710744,0.36363637,0.3429752,0.3264463,0.3264463,0.3140496,0.26859504,0.3140496,0.26859504,0.30991736,0.34710744,0.36363637,0.35123968,0.30578512,0.29752067,0.35123968,0.40495867,0.40495867,0.41322315,0.46694216,0.5289256,0.59090906,0.6570248,0.6983471,0.71900827,0.6983471,0.72727275,0.7107438,0.6363636,0.5413223,0.46280992,0.42561984,0.38016528,0.3305785,0.32231405,0.32231405,0.30991736,0.28099173,0.2768595,0.22727273,0.18595041,0.24380165,0.35950413,0.3181818,0.30991736,0.32231405,0.30165288,0.28512397,0.38842976,0.45041323,0.47107437,0.45867768,0.40082645,0.40082645,0.5041322,0.5247934,0.48347107,0.47933885,0.47933885,0.46694216,0.446281,0.42975205,0.3429752,0.29338843,0.2768595,0.2520661,0.2768595,0.3140496,0.23140496,0.1983471,0.1322314,0.34710744,0.26859504,0.14049587,0.2892562,0.3966942,0.37190083,0.38842976,0.3677686,0.3305785,0.37190083,0.4090909,0.40082645,0.41735536,0.4752066,0.57438016,0.661157,0.71900827,0.74380165,0.74380165,0.75206614,0.74793386,0.661157,0.5289256,0.43801653,0.3966942,0.36363637,0.36363637,0.35123968,0.30165288,0.24793388,0.14049587,0.3140496,0.34710744,0.23140496,0.2107438,0.45867768,0.4338843,0.32231405,0.19008264,0.23553719,0.24793388,0.29338843,0.3966942,0.4752066,0.49586776,0.43801653,0.44214877,0.46694216,0.57438016,0.55785125,0.5289256,0.5,0.46694216,0.4338843,0.40082645,0.3264463,0.23966943,0.18595041,0.1983471,0.40495867,0.46280992,0.28512397,0.24380165,0.20247933,0.3305785,0.38429752,0.16115703,0.3966942,0.5495868,0.41735536,0.35950413,0.38842976,0.42975205,0.42975205,0.3966942,0.40082645,0.40082645,0.4214876,0.5495868,0.661157,0.7231405,0.7768595,0.7933884,0.78099173,0.7768595,0.6859504,0.5041322,0.4090909,0.4338843,0.45867768,0.40495867,0.42561984,0.39256197,0.2768595,0.19421488,0.21487603,0.2892562,0.1983471,0.21487603,0.5165289,0.59917355,0.46280992,0.2768595,0.21900827,0.23966943,0.338843,0.44214877,0.5041322,0.5247934,0.47107437,0.45454547,0.46280992,0.62396693,0.6363636,0.6280992,0.58677685,0.5413223,0.5,0.46280992,0.4338843,0.3429752,0.36363637,0.45041323,0.5082645,0.53305787,0.40082645,0.30578512,0.2520661,0.22727273,0.28099173,0.30991736,0.5495868,0.69008267,0.5661157,0.45867768,0.40495867,0.446281,0.5247934,0.45454547,0.42561984,0.4214876,0.42975205,0.5247934,0.6487603,0.7355372,0.78512394,0.80991733,0.80991733,0.7933884,0.7066116,0.5,0.42561984,0.5247934,0.5206612,0.44214877,0.47107437,0.47933885,0.35123968,0.2892562,0.24380165,0.2520661,0.23553719,0.29338843,0.57438016,0.57438016,0.4876033,0.4090909,0.3429752,0.3429752,0.45041323,0.5041322,0.5247934,0.553719,0.5123967,0.46694216,0.45454547,0.6652893,0.6942149,0.6942149,0.6694215,0.6363636,0.62396693,0.607438,0.58264464,0.5123967,0.45867768,0.48347107,0.553719,0.5661157,0.5495868,0.4876033,0.42975205,0.40495867,0.4214876,0.47933885,0.60330576,0.61570245,0.5495868,0.53305787,0.48347107,0.46694216,0.5785124,0.58264464,0.4752066,0.47107437,0.48347107,0.553719,0.6322314,0.73140496,0.7768595,0.8140496,0.822314,0.79752064,0.74380165,0.54545456,0.4752066,0.553719,0.55785125,0.5289256,0.5041322,0.49173555,0.45867768,0.4338843,0.40495867,0.37603307,0.39256197,0.4876033,0.56198347,0.53305787,0.4876033,0.446281,0.40495867,0.42975205,0.5082645,0.5371901,0.553719,0.58264464,0.54545456,0.47107437,0.446281,0.6942149,0.71487606,0.7107438,0.6983471,0.6859504,0.677686,0.6652893,0.6363636,0.59090906,0.5371901,0.5165289,0.5082645,0.5082645,0.5371901,0.5495868,0.56198347,0.58264464,0.6198347,0.60330576,0.59504133,0.553719,0.5371901,0.5413223,0.55785125,0.56198347,0.5661157,0.57438016,0.5413223,0.54545456,0.56198347,0.59504133,0.6363636,0.71487606,0.77272725,0.8057851,0.8181818,0.8016529,0.7768595,0.6404959,0.5041322,0.5289256,0.5413223,0.5413223,0.5165289,0.46280992,0.47933885,0.5165289,0.5289256,0.5082645,0.53305787,0.5247934,0.48347107,0.48347107,0.47933885,0.45867768,0.446281,0.49173555,0.53305787,0.55785125,0.5661157,0.58264464,0.55785125,0.4876033,0.446281,0.6942149,0.70247936,0.7066116,0.7107438,0.71487606,0.7066116,0.6859504,0.661157,0.62396693,0.58264464,0.57024795,0.57438016,0.5661157,0.553719,0.5413223,0.5371901,0.5495868,0.54545456,0.53305787,0.5413223,0.5206612,0.5123967,0.5165289,0.5247934,0.5413223,0.5495868,0.553719,0.58264464,0.60330576,0.61157024,0.62396693,0.6487603,0.6983471,0.76033056,0.79752064,0.822314,0.8057851,0.79752064,0.7355372,0.5371901,0.5289256,0.49173555,0.5041322,0.48347107,0.4338843,0.42975205,0.46280992,0.47933885,0.46280992,0.48347107,0.49173555,0.47933885,0.49173555,0.4876033,0.47933885,0.48347107,0.5206612,0.56198347,0.58264464,0.58677685,0.60330576,0.56198347,0.5082645,0.45454547,0.6818182,0.6983471,0.6983471,0.71900827,0.7231405,0.7355372,0.71900827,0.6983471,0.6652893,0.60330576,0.553719,0.5371901,0.5206612,0.5495868,0.53305787,0.53305787,0.53305787,0.5082645,0.5165289,0.48347107,0.47107437,0.45454547,0.48347107,0.5206612,0.56198347,0.57024795,0.59090906,0.6322314,0.6404959,0.6487603,0.6570248,0.6528926,0.6859504,0.75619835,0.8016529,0.8181818,0.8057851,0.8016529,0.77272725,0.5661157,0.55785125,0.5247934,0.5247934,0.553719,0.5165289,0.47107437,0.446281,0.43801653,0.43801653,0.46280992,0.4876033,0.5,0.5082645,0.47107437,0.47933885,0.5165289,0.553719,0.58677685,0.60330576,0.61570245,0.61157024,0.5785124,0.5123967,0.446281,0.6694215,0.6942149,0.7066116,0.73140496,0.73966944,0.75206614,0.74380165,0.73140496,0.71487606,0.6694215,0.61570245,0.55785125,0.5082645,0.4876033,0.5082645,0.5,0.5041322,0.47933885,0.4752066,0.48347107,0.4876033,0.5289256,0.58264464,0.62396693,0.6487603,0.6446281,0.6652893,0.6652893,0.6570248,0.661157,0.6818182,0.6694215,0.6735537,0.73140496,0.8057851,0.8016529,0.7892562,0.80991733,0.7644628,0.60330576,0.5785124,0.58677685,0.5661157,0.58264464,0.58264464,0.55785125,0.5123967,0.48347107,0.4752066,0.46280992,0.46694216,0.4876033,0.49586776,0.5206612,0.5247934,0.56198347,0.607438,0.62396693,0.6322314,0.62396693,0.6198347,0.5785124,0.5165289,0.45867768,0.661157,0.6942149,0.7107438,0.7355372,0.75206614,0.76859504,0.76033056,0.75619835,0.74793386,0.7231405,0.7066116,0.6859504,0.6446281,0.61157024,0.58677685,0.57438016,0.5661157,0.553719,0.56198347,0.57024795,0.59090906,0.6363636,0.6735537,0.6942149,0.70247936,0.6983471,0.6983471,0.6735537,0.661157,0.6694215,0.6859504,0.6818182,0.6652893,0.6983471,0.78099173,0.8016529,0.8016529,0.8016529,0.75619835,0.6280992,0.59090906,0.60330576,0.60330576,0.6280992,0.6487603,0.6280992,0.59917355,0.58264464,0.5661157,0.54545456,0.5371901,0.5495868,0.553719,0.57438016,0.58677685,0.6198347,0.6528926,0.6652893,0.661157,0.6570248,0.6363636,0.607438,0.5413223,0.47933885,0.6446281,0.6942149,0.7066116,0.72727275,0.7644628,0.77272725,0.76859504,0.77272725,0.78512394,0.7644628,0.74380165,0.73966944,0.677686,0.70247936,0.70247936,0.6942149,0.677686,0.6694215,0.6735537,0.6859504,0.70247936,0.71900827,0.7231405,0.72727275,0.72727275,0.7066116,0.6942149,0.6735537,0.6818182,0.677686,0.6942149,0.677686,0.6694215,0.677686,0.75619835,0.78099173,0.79752064,0.79752064,0.76033056,0.6570248,0.60330576,0.59917355,0.59504133,0.6322314,0.6859504,0.6942149,0.6818182,0.6735537,0.6528926,0.6363636,0.607438,0.62396693,0.61570245,0.62396693,0.6446281,0.677686,0.677686,0.6942149,0.677686,0.6570248,0.6322314,0.60330576,0.55785125,0.49586776,0.6446281,0.6859504,0.7107438,0.7231405,0.74380165,0.75206614,0.7644628,0.76859504,0.79752064,0.78512394,0.7644628,0.76033056,0.73140496,0.72727275,0.74793386,0.74793386,0.73966944,0.74793386,0.75619835,0.75619835,0.7644628,0.7644628,0.75619835,0.75206614,0.73966944,0.71487606,0.6942149,0.6735537,0.677686,0.70247936,0.6859504,0.677686,0.6694215,0.6694215,0.7231405,0.77272725,0.8016529,0.8057851,0.75619835,0.677686,0.6198347,0.60330576,0.59090906,0.61570245,0.6694215,0.7107438,0.7107438,0.71900827,0.7231405,0.7107438,0.6983471,0.6859504,0.69008267,0.69008267,0.70247936,0.7066116,0.6942149,0.6983471,0.69008267,0.6735537,0.6363636,0.61157024,0.5661157,0.5041322,0.6487603,0.6818182,0.7066116,0.7107438,0.73966944,0.76033056,0.76033056,0.76033056,0.78512394,0.7933884,0.78512394,0.76859504,0.7768595,0.76859504,0.7768595,0.7768595,0.77272725,0.78512394,0.7892562,0.78512394,0.7892562,0.78099173,0.74793386,0.74793386,0.74793386,0.7107438,0.6983471,0.677686,0.6859504,0.6818182,0.6818182,0.6859504,0.6570248,0.677686,0.71900827,0.7768595,0.79752064,0.8016529,0.76859504,0.72727275,0.6487603,0.61157024,0.59090906,0.61570245,0.6487603,0.70247936,0.70247936,0.71900827,0.7355372,0.72727275,0.74380165,0.74793386,0.74380165,0.74793386,0.74380165,0.72727275,0.7231405,0.7107438,0.6983471,0.6694215,0.6404959,0.61570245,0.59504133,0.49586776,0.6322314,0.6652893,0.69008267,0.7066116,0.73966944,0.75619835,0.76859504,0.76859504,0.8016529,0.8016529,0.7933884,0.78512394,0.7933884,0.7892562,0.78512394,0.7892562,0.7933884,0.7933884,0.79752064,0.78099173,0.7933884,0.7892562,0.7355372,0.74793386,0.73966944,0.71487606,0.70247936,0.677686,0.6694215,0.6694215,0.6694215,0.6652893,0.6652893,0.70247936,0.73966944,0.78099173,0.8016529,0.8140496,0.7892562,0.78099173,0.6983471,0.6322314,0.58264464,0.59917355,0.6570248,0.6694215,0.69008267,0.7107438,0.71900827,0.72727275,0.74793386,0.76033056,0.76859504,0.7768595,0.75206614,0.74793386,0.75619835,0.74380165,0.7355372,0.6983471,0.6446281,0.6363636,0.59917355,0.5123967,0.61570245,0.661157,0.6735537,0.70247936,0.72727275,0.73966944,0.77272725,0.78099173,0.8016529,0.8016529,0.7933884,0.79752064,0.79752064,0.79752064,0.79752064,0.79752064,0.8016529,0.79752064,0.7933884,0.78512394,0.7933884,0.7768595,0.76033056,0.74793386,0.7231405,0.71900827,0.70247936,0.6694215,0.6446281,0.6322314,0.6322314,0.6528926,0.6859504,0.73140496,0.75619835,0.79752064,0.8140496,0.8140496,0.7933884,0.7933884,0.74793386,0.6735537,0.57438016,0.553719,0.6322314,0.6735537,0.69008267,0.6983471,0.71487606,0.72727275,0.74793386,0.75619835,0.78099173,0.78512394,0.7644628,0.76033056,0.7644628,0.75619835,0.75206614,0.73140496,0.6694215,0.6322314,0.62396693,0.5123967,0.58677685,0.6404959,0.661157,0.69008267,0.7107438,0.72727275,0.75619835,0.7768595,0.7933884,0.79752064,0.79752064,0.79752064,0.79752064,0.8016529,0.80991733,0.79752064,0.8057851,0.8016529,0.7768595,0.7892562,0.7933884,0.76859504,0.77272725,0.75206614,0.71487606,0.7107438,0.677686,0.6322314,0.607438,0.59917355,0.60330576,0.6487603,0.7107438,0.73966944,0.76033056,0.8016529,0.8140496,0.79752064,0.8181818,0.7892562,0.76859504,0.7066116,0.5661157,0.5123967,0.57024795,0.6487603,0.6983471,0.69008267,0.70247936,0.7231405,0.73966944,0.75206614,0.76859504,0.78512394,0.78099173,0.75619835,0.7644628,0.75206614,0.74380165,0.72727275,0.6818182,0.6280992,0.57438016,0.5041322,0.59504133,0.6198347,0.6446281,0.6735537,0.7066116,0.73140496,0.75206614,0.77272725,0.7892562,0.8016529,0.7933884,0.79752064,0.8016529,0.8016529,0.80991733,0.7933884,0.8016529,0.7892562,0.74793386,0.78512394,0.78512394,0.7644628,0.76033056,0.75206614,0.72727275,0.6818182,0.62396693,0.59917355,0.59090906,0.58264464,0.60330576,0.6735537,0.71900827,0.71487606,0.74380165,0.78099173,0.8140496,0.8057851,0.79752064,0.78099173,0.76033056,0.70247936,0.57024795,0.5206612,0.56198347,0.57024795,0.6570248,0.70247936,0.7107438,0.72727275,0.7355372,0.74380165,0.75619835,0.76859504,0.7768595,0.76859504,0.75619835,0.73966944,0.71900827,0.71487606,0.6735537,0.60330576,0.5495868,0.48347107,0.60330576,0.60330576,0.6198347,0.6528926,0.6942149,0.71900827,0.74380165,0.77272725,0.78512394,0.7892562,0.7933884,0.7892562,0.78512394,0.8016529,0.8057851,0.79752064,0.7933884,0.78512394,0.75619835,0.7768595,0.7892562,0.77272725,0.74793386,0.7355372,0.6942149,0.62396693,0.59504133,0.60330576,0.61157024,0.59090906,0.59917355,0.6735537,0.70247936,0.6942149,0.71487606,0.7644628,0.8057851,0.80991733,0.79752064,0.79752064,0.7644628,0.69008267,0.58677685,0.553719,0.59504133,0.553719,0.5785124,0.6694215,0.70247936,0.72727275,0.7231405,0.73966944,0.74793386,0.74793386,0.77272725,0.76033056,0.74793386,0.73140496,0.70247936,0.6942149,0.6570248,0.58677685,0.53305787,0.47107437,0.58264464,0.59917355,0.607438,0.6363636,0.6735537,0.70247936,0.73140496,0.76859504,0.7644628,0.7933884,0.79752064,0.78512394,0.78099173,0.7933884,0.79752064,0.78512394,0.7933884,0.78512394,0.77272725,0.7768595,0.78512394,0.7644628,0.73966944,0.7107438,0.6446281,0.5785124,0.59504133,0.6322314,0.6280992,0.59917355,0.61570245,0.6735537,0.677686,0.677686,0.6983471,0.75206614,0.8016529,0.8016529,0.79752064,0.8057851,0.7768595,0.6983471,0.607438,0.55785125,0.59504133,0.57024795,0.5413223,0.61570245,0.6694215,0.6942149,0.71487606,0.7355372,0.73966944,0.74793386,0.74793386,0.74380165,0.7355372,0.7231405,0.70247936,0.6735537,0.6280992,0.56198347,0.5123967,0.45867768,0.58677685,0.59917355,0.58264464,0.60330576,0.6487603,0.6818182,0.71900827,0.73140496,0.75206614,0.7768595,0.78512394,0.7768595,0.7768595,0.7892562,0.78512394,0.78099173,0.7892562,0.78512394,0.76859504,0.7644628,0.7644628,0.73966944,0.71900827,0.6818182,0.58264464,0.5206612,0.5785124,0.6280992,0.61570245,0.6198347,0.59917355,0.6404959,0.6570248,0.6652893,0.6859504,0.73966944,0.78512394,0.7892562,0.8016529,0.8016529,0.76859504,0.7066116,0.60330576,0.5289256,0.55785125,0.5413223,0.5413223,0.6198347,0.6446281,0.6694215,0.6942149,0.71900827,0.72727275,0.7355372,0.73140496,0.72727275,0.7231405,0.71487606,0.6983471,0.6570248,0.59917355,0.5371901,0.4876033,0.42975205,0.5785124,0.607438,0.55785125,0.5371901,0.6446281,0.6652893,0.6983471,0.7231405,0.7355372,0.75619835,0.7644628,0.76859504,0.77272725,0.78512394,0.7892562,0.7768595,0.78099173,0.76859504,0.75619835,0.74380165,0.73140496,0.71900827,0.7066116,0.69008267,0.6198347,0.43801653,0.5289256,0.57438016,0.57438016,0.59917355,0.56198347,0.57024795,0.59504133,0.60330576,0.6404959,0.7107438,0.74793386,0.75619835,0.7644628,0.77272725,0.75206614,0.69008267,0.57438016,0.47933885,0.5,0.49586776,0.53305787,0.6280992,0.6570248,0.6446281,0.6694215,0.69008267,0.70247936,0.71487606,0.71487606,0.70247936,0.7066116,0.70247936,0.6652893,0.6363636,0.57438016,0.5123967,0.46694216,0.42975205,0.5247934,0.57024795,0.5661157,0.5371901,0.62396693,0.661157,0.69008267,0.71900827,0.7355372,0.73966944,0.74380165,0.76033056,0.76859504,0.77272725,0.78099173,0.76859504,0.77272725,0.76033056,0.72727275,0.7107438,0.7066116,0.7066116,0.71487606,0.6983471,0.6983471,0.5413223,0.4338843,0.46694216,0.5082645,0.5165289,0.47933885,0.45454547,0.4752066,0.5041322,0.56198347,0.62396693,0.6735537,0.6859504,0.70247936,0.7107438,0.69008267,0.61570245,0.5,0.38016528,0.40495867,0.47107437,0.55785125,0.6446281,0.6735537,0.661157,0.661157,0.6694215,0.677686,0.6942149,0.7107438,0.71487606,0.7066116,0.6859504,0.6404959,0.60330576,0.5371901,0.49173555,0.43801653,0.38429752,0.5,0.54545456,0.57024795,0.5785124,0.60330576,0.6363636,0.6694215,0.7066116,0.73140496,0.7355372,0.73966944,0.75206614,0.75206614,0.75206614,0.7644628,0.74793386,0.75206614,0.6983471,0.59917355,0.6818182,0.71487606,0.6983471,0.7231405,0.71487606,0.72727275,0.661157,0.49173555,0.36363637,0.3966942,0.38842976,0.3264463,0.2892562,0.29338843,0.39256197,0.47933885,0.53305787,0.57438016,0.58264464,0.607438,0.6198347,0.59504133,0.5371901,0.338843,0.29338843,0.38842976,0.5082645,0.58264464,0.6322314,0.677686,0.677686,0.6570248,0.6570248,0.6694215,0.677686,0.69008267,0.6942149,0.6983471,0.6487603,0.61570245,0.5785124,0.5041322,0.4752066,0.4214876,0.39256197,0.4752066,0.5165289,0.55785125,0.5785124,0.607438,0.61570245,0.6446281,0.677686,0.70247936,0.7231405,0.73966944,0.74793386,0.73140496,0.73140496,0.74793386,0.7355372,0.75206614,0.7066116,0.6528926,0.70247936,0.71487606,0.7066116,0.71900827,0.73140496,0.72727275,0.7107438,0.6404959,0.446281,0.3677686,0.35123968,0.28512397,0.24793388,0.19008264,0.23553719,0.3305785,0.42561984,0.47933885,0.47933885,0.49586776,0.5123967,0.47107437,0.3966942,0.3677686,0.4338843,0.4752066,0.54545456,0.58677685,0.61157024,0.6694215,0.6818182,0.661157,0.6446281,0.6528926,0.661157,0.661157,0.6652893,0.6735537,0.62396693,0.60330576,0.553719,0.49173555,0.45454547,0.40082645,0.38429752,0.4752066,0.49173555,0.53305787,0.57438016,0.59917355,0.60330576,0.6404959,0.6570248,0.677686,0.70247936,0.70247936,0.71900827,0.71487606,0.71900827,0.7231405,0.71900827,0.7107438,0.6942149,0.6859504,0.7066116,0.71487606,0.7107438,0.72727275,0.73966944,0.74380165,0.73140496,0.7107438,0.6280992,0.5247934,0.47107437,0.4338843,0.40082645,0.3181818,0.2603306,0.17768595,0.26859504,0.35950413,0.37603307,0.37190083,0.3966942,0.38842976,0.41735536,0.46280992,0.5082645,0.5289256,0.55785125,0.58264464,0.607438,0.6446281,0.6735537,0.677686,0.6446281,0.6404959,0.6404959,0.6363636,0.661157,0.6446281,0.60330576,0.59504133,0.5247934,0.48347107,0.4338843,0.39256197,0.39256197,0.4752066,0.49586776,0.5247934,0.553719,0.5661157,0.58677685,0.6198347,0.6363636,0.6528926,0.6942149,0.70247936,0.69008267,0.70247936,0.71900827,0.7066116,0.6942149,0.6942149,0.6942149,0.6942149,0.70247936,0.7107438,0.71487606,0.72727275,0.7355372,0.73966944,0.7231405,0.6983471,0.7107438,0.6528926,0.5661157,0.5289256,0.5247934,0.47107437,0.38016528,0.30991736,0.2892562,0.29752067,0.3305785,0.338843,0.39256197,0.45454547,0.4876033,0.48347107,0.49586776,0.5371901,0.56198347,0.5785124,0.58264464,0.60330576,0.6446281,0.6446281,0.62396693,0.6322314,0.62396693,0.6280992,0.6363636,0.62396693,0.60330576,0.5785124,0.5206612,0.46694216,0.4214876,0.38842976,0.38842976,0.46280992,0.48347107,0.5041322,0.5371901,0.53305787,0.56198347,0.57438016,0.61157024,0.6404959,0.6694215,0.69008267,0.6859504,0.6942149,0.70247936,0.6942149,0.6859504,0.677686,0.677686,0.677686,0.69008267,0.70247936,0.6983471,0.6983471,0.71487606,0.7066116,0.7231405,0.71900827,0.6942149,0.6528926,0.6198347,0.5661157,0.5495868,0.5247934,0.49586776,0.47933885,0.47107437,0.43801653,0.42975205,0.42975205,0.48347107,0.5,0.49173555,0.47107437,0.47933885,0.5247934,0.5495868,0.57024795,0.5661157,0.57438016,0.60330576,0.6363636,0.58264464,0.56198347,0.5785124,0.62396693,0.62396693,0.607438,0.58677685,0.55785125,0.5,0.45041323,0.41322315,0.38429752,0.39256197,0.46280992,0.46694216,0.45867768,0.49586776,0.5206612,0.5413223,0.54545456,0.58677685,0.62396693,0.6528926,0.6694215,0.6735537,0.6818182,0.6859504,0.6818182,0.6735537,0.6652893,0.6570248,0.6404959,0.661157,0.6735537,0.6735537,0.6570248,0.6652893,0.6859504,0.70247936,0.6942149,0.6570248,0.6198347,0.6198347,0.60330576,0.57438016,0.5413223,0.5247934,0.5413223,0.55785125,0.5247934,0.5082645,0.49586776,0.5206612,0.5123967,0.4876033,0.5041322,0.5123967,0.5247934,0.53305787,0.53305787,0.55785125,0.56198347,0.5661157,0.59504133,0.57438016,0.553719,0.54545456,0.59917355,0.60330576,0.58677685,0.56198347,0.5371901,0.4752066,0.4338843,0.40082645,0.37603307,0.3966942,0.45041323,0.4752066,0.446281,0.49173555,0.49173555,0.5206612,0.53305787,0.55785125,0.60330576,0.6363636,0.6446281,0.6487603,0.6735537,0.6818182,0.6735537,0.6487603,0.6363636,0.6280992,0.6322314,0.6446281,0.6363636,0.6652893,0.6280992,0.62396693,0.6652893,0.6694215,0.6694215,0.6322314,0.6280992,0.6198347,0.61157024,0.58264464,0.57024795,0.553719,0.56198347,0.54545456,0.5289256,0.5247934,0.5165289,0.5413223,0.54545456,0.5082645,0.5123967,0.5289256,0.5165289,0.53305787,0.5,0.5413223,0.5413223,0.5413223,0.56198347,0.55785125,0.5371901,0.5371901,0.57024795,0.58677685,0.57024795,0.5413223,0.5041322,0.46280992,0.41735536,0.38429752,0.38429752,0.40082645,0.4214876,0.47107437,0.46280992,0.45867768,0.49586776,0.4876033,0.5123967,0.54545456,0.58264464,0.60330576,0.6198347,0.6322314,0.661157,0.677686,0.661157,0.6198347,0.61570245,0.607438,0.61157024,0.607438,0.607438,0.6198347,0.61570245,0.6280992,0.6363636,0.6487603,0.6363636,0.6280992,0.62396693,0.6322314,0.607438,0.61570245,0.6280992,0.61570245,0.59917355,0.57024795,0.56198347,0.56198347,0.5495868,0.5661157,0.57024795,0.5495868,0.53305787,0.55785125,0.54545456,0.54545456,0.5123967,0.5247934,0.5165289,0.5123967,0.53305787,0.5371901,0.5247934,0.5247934,0.5661157,0.59090906,0.5661157,0.5206612,0.48347107,0.42975205,0.4090909,0.36363637,0.37603307,0.38842976,0.4090909,0.45041323,0.446281,0.45454547,0.45454547,0.5,0.49586776,0.5206612,0.55785125,0.57438016,0.607438,0.6280992,0.6404959,0.6694215,0.6322314,0.5661157,0.59917355,0.59090906,0.58264464,0.607438,0.60330576,0.60330576,0.60330576,0.61570245,0.6322314,0.6404959,0.6322314,0.6363636,0.6487603,0.6528926,0.6322314,0.661157,0.69008267,0.6942149,0.6942149,0.6694215,0.6198347,0.61157024,0.6363636,0.6363636,0.607438,0.607438,0.57438016,0.57024795,0.5413223,0.53305787,0.5206612,0.5,0.44214877,0.41322315,0.46694216,0.5082645,0.5247934,0.5247934,0.56198347,0.5785124,0.5371901,0.5,0.44214877,0.38429752,0.39256197,0.35123968,0.37190083,0.38842976,0.38429752,0.4338843,0.446281,0.45454547,0.47107437,0.49173555,0.49173555,0.49173555,0.5371901,0.5661157,0.58264464,0.61570245,0.6280992,0.6652893,0.6363636,0.56198347,0.58264464,0.57024795,0.57438016,0.58677685,0.55785125,0.57024795,0.57024795,0.59090906,0.61157024,0.61570245,0.61157024,0.6280992,0.6528926,0.6570248,0.59917355,0.61570245,0.6487603,0.677686,0.70247936,0.6818182,0.6487603,0.6446281,0.6570248,0.6280992,0.58264464,0.55785125,0.5371901,0.5206612,0.49586776,0.46694216,0.42975205,0.4090909,0.41322315,0.40495867,0.4338843,0.4752066,0.49173555,0.5247934,0.5661157,0.57024795,0.5123967,0.45454547,0.40495867,0.38016528,0.37603307,0.3553719,0.38016528,0.37603307,0.3677686,0.3966942,0.42975205,0.44214877,0.46280992,0.48347107,0.47933885,0.47107437,0.48347107,0.53305787,0.5495868,0.59917355,0.61570245,0.6528926,0.677686,0.58264464,0.57438016,0.5661157,0.5495868,0.5247934,0.47107437,0.43801653,0.41735536,0.42975205,0.45041323,0.45454547,0.46694216,0.46694216,0.46694216,0.446281,0.4214876,0.4338843,0.446281,0.48347107,0.5041322,0.5165289,0.5413223,0.57438016,0.5247934,0.46694216,0.43801653,0.40495867,0.37190083,0.3553719,0.3264463,0.29752067,0.3429752,0.4338843,0.5082645,0.5165289,0.49173555,0.47933885,0.5041322,0.55785125,0.56198347,0.5413223,0.4876033,0.40082645,0.3966942,0.38016528,0.35950413,0.3677686,0.38016528,0.37190083,0.35950413,0.3677686,0.3966942,0.41322315,0.43801653,0.46280992,0.46694216,0.47107437,0.46280992,0.46694216,0.49586776,0.58264464,0.607438,0.62396693,0.6404959,0.6322314,0.5661157,0.5495868,0.5165289,0.4752066,0.4214876,0.37603307,0.338843,0.33471075,0.3305785,0.35123968,0.37603307,0.35123968,0.30991736,0.30991736,0.3181818,0.3553719,0.3305785,0.34710744,0.3264463,0.33471075,0.35123968,0.3677686,0.3264463,0.3429752,0.36363637,0.3429752,0.3140496,0.338843,0.36363637,0.39256197,0.4214876,0.49173555,0.55785125,0.5495868,0.5247934,0.4876033,0.5165289,0.5661157,0.53305787,0.49173555,0.43801653,0.38429752,0.38429752,0.35123968,0.34710744,0.3677686,0.36363637,0.36363637,0.33471075,0.3553719,0.3677686,0.38842976,0.41322315,0.45454547,0.47107437,0.4752066,0.45867768,0.43801653,0.45041323,0.5371901,0.58264464,0.59917355,0.6280992,0.607438,0.5661157,0.553719,0.5413223,0.5371901,0.5495868,0.55785125,0.55785125,0.5206612,0.446281,0.446281,0.4876033,0.4876033,0.47933885,0.4752066,0.446281,0.446281,0.41322315,0.42561984,0.4090909,0.3966942,0.38842976,0.40495867,0.4090909,0.42561984,0.42975205,0.41322315,0.41322315,0.45041323,0.446281,0.41322315,0.446281,0.5082645,0.5661157,0.5247934,0.53305787,0.5,0.5206612,0.5165289,0.48347107,0.446281,0.3966942,0.38429752,0.36363637,0.3305785,0.3429752,0.36363637,0.36363637,0.36363637,0.29752067,0.3429752,0.35123968,0.3677686,0.37603307,0.3966942,0.45454547,0.446281,0.43801653,0.43801653,0.4338843,0.47107437,0.5165289,0.553719,0.57438016,0.5785124,0.56198347,0.55785125,0.5785124,0.607438,0.61157024,0.607438,0.58677685,0.57438016,0.5495868,0.5082645,0.5082645,0.57024795,0.607438,0.62396693,0.677686,0.61570245,0.58677685,0.59090906,0.56198347,0.5495868,0.54545456,0.5371901,0.5289256,0.5123967,0.5041322,0.48347107,0.45041323,0.45041323,0.43801653,0.40495867,0.45867768,0.53305787,0.5495868,0.5165289,0.53305787,0.5165289,0.5,0.48347107,0.4214876,0.40082645,0.38429752,0.37603307,0.338843,0.33471075,0.34710744,0.34710744,0.3553719,0.35950413,0.26859504,0.30165288,0.338843,0.34710744,0.35123968,0.37603307,0.40495867,0.41322315,0.4338843,0.4338843,0.42561984,0.44214877,0.46694216,0.5,0.5206612,0.553719,0.5495868,0.54545456,0.57024795,0.607438,0.61157024,0.61157024,0.59917355,0.55785125,0.5247934,0.5206612,0.446281,0.5082645,0.53305787,0.53305787,0.61157024,0.6652893,0.6528926,0.6487603,0.6487603,0.6404959,0.6363636,0.6322314,0.6322314,0.58264464,0.54545456,0.49586776,0.44214877,0.4338843,0.43801653,0.41322315,0.48347107,0.5247934,0.5123967,0.5123967,0.5041322,0.5082645,0.49586776,0.46694216,0.4214876,0.38016528,0.37190083,0.35123968,0.32231405,0.3305785,0.338843,0.3429752,0.34710744,0.35950413,0.2892562,0.2644628,0.2892562,0.3181818,0.33471075,0.37603307,0.36363637,0.38842976,0.41322315,0.4214876,0.42561984,0.42975205,0.446281,0.47933885,0.5082645,0.5247934,0.53305787,0.5371901,0.54545456,0.55785125,0.5785124,0.58677685,0.58264464,0.55785125,0.5247934,0.49586776,0.42975205,0.45867768,0.4876033,0.47933885,0.49173555,0.57024795,0.607438,0.60330576,0.6198347,0.61570245,0.6280992,0.607438,0.58677685,0.5661157,0.5247934,0.48347107,0.4214876,0.41322315,0.42561984,0.446281,0.49586776,0.49586776,0.5041322,0.49586776,0.5041322,0.5,0.47933885,0.44214877,0.40082645,0.3677686,0.34710744,0.3305785,0.32231405,0.33471075,0.3305785,0.338843,0.3305785,0.33471075,0.30991736,0.28099173,0.25619835,0.28512397,0.30578512,0.338843,0.35950413,0.3677686,0.39256197,0.40495867,0.4214876,0.4214876,0.44214877,0.45454547,0.47107437,0.4876033,0.5082645,0.4876033,0.53305787,0.53305787,0.5413223,0.5371901,0.5413223,0.5165289,0.5247934,0.5123967,0.45041323,0.4214876,0.44214877,0.44214877,0.4338843,0.47933885,0.5165289,0.5123967,0.5247934,0.5289256,0.5661157,0.5661157,0.53305787,0.5123967,0.5247934,0.47933885,0.4090909,0.4090909,0.446281,0.4752066,0.49173555,0.47933885,0.5041322,0.5123967,0.5165289,0.5,0.46280992,0.41735536,0.3966942,0.35123968,0.32231405,0.3264463,0.3264463,0.33471075,0.32231405,0.33471075,0.33471075,0.33471075,0.3305785,0.3181818,0.2603306,0.26859504,0.28099173,0.30165288,0.33471075,0.33471075,0.35950413,0.39256197,0.40495867,0.4090909,0.42561984,0.44214877,0.45454547,0.4752066,0.5041322,0.46280992,0.5123967,0.5371901,0.5289256,0.5247934,0.53305787,0.5165289,0.5289256,0.53305787,0.5082645,0.446281,0.4214876,0.40082645,0.3966942,0.41735536,0.42975205,0.4338843,0.41322315,0.42561984,0.43801653,0.45867768,0.42975205,0.4214876,0.42561984,0.40495867,0.40495867,0.44214877,0.4876033,0.49173555,0.47933885,0.49586776,0.5123967,0.5206612,0.5165289,0.48347107,0.43801653,0.4090909,0.37603307,0.3181818,0.3181818,0.3140496,0.3264463,0.33471075,0.3181818,0.3264463,0.32231405,0.338843,0.38842976,0.3553719,0.2892562,0.2768595,0.27272728,0.27272728,0.30578512,0.3140496,0.34710744,0.38842976,0.38842976,0.40082645,0.41322315,0.44214877,0.446281,0.4876033,0.5082645,0.5,0.5206612,0.5371901,0.53305787,0.5206612,0.5206612,0.5247934,0.5289256,0.5206612,0.5371901,0.5082645,0.47107437,0.42975205,0.40495867,0.40082645,0.40082645,0.39256197,0.38842976,0.38429752,0.3677686,0.38842976,0.37603307,0.38016528,0.39256197,0.41322315,0.46694216,0.4876033,0.5,0.49586776,0.49586776,0.5165289,0.5289256,0.5247934,0.5,0.446281,0.41322315,0.40082645,0.3140496,0.30991736,0.3140496,0.32231405,0.32231405,0.3264463,0.3140496,0.3264463,0.3181818,0.29752067,0.42561984,0.38429752,0.3264463,0.28512397,0.27272728,0.26859504,0.2768595,0.2892562,0.29338843,0.3429752,0.38016528,0.39256197,0.4090909,0.43801653,0.45454547,0.5041322,0.49586776,0.5082645,0.5371901,0.553719,0.5495868,0.5413223,0.54545456,0.5413223,0.5371901,0.5247934,0.53305787,0.53305787,0.5165289,0.4876033,0.45867768,0.4338843,0.40082645,0.41735536,0.42561984,0.41322315,0.40082645,0.42561984,0.4338843,0.45041323,0.4752066,0.49173555,0.5123967,0.5165289,0.5247934,0.5206612,0.5247934,0.5289256,0.5247934,0.5206612,0.45867768,0.40495867,0.40082645,0.338843,0.2892562,0.30991736,0.30991736,0.30991736,0.32231405,0.3140496,0.3140496,0.3140496,0.3140496,0.30578512,0.4876033,0.43801653,0.35950413,0.30578512,0.28512397,0.2768595,0.2644628,0.28512397,0.2644628,0.3140496,0.35123968,0.36363637,0.38016528,0.4214876,0.41735536,0.47107437,0.4876033,0.5247934,0.53305787,0.553719,0.58677685,0.5785124,0.5785124,0.57438016,0.5661157,0.54545456,0.553719,0.553719,0.54545456,0.5165289,0.5123967,0.48347107,0.45867768,0.4752066,0.4752066,0.46280992,0.47933885,0.5041322,0.5082645,0.53305787,0.5413223,0.5495868,0.55785125,0.55785125,0.56198347,0.5495868,0.5495868,0.5289256,0.5165289,0.46694216,0.37603307,0.39256197,0.3429752,0.2892562,0.29752067,0.30165288,0.3181818,0.3140496,0.3140496,0.3181818,0.3140496,0.30578512,0.30578512,0.30578512,0.56198347,0.4876033,0.40082645,0.3305785,0.30578512,0.28512397,0.25619835,0.27272728,0.27272728,0.29338843,0.3140496,0.33471075,0.3553719,0.38429752,0.40082645,0.4214876,0.446281,0.49173555,0.5165289,0.5413223,0.60330576,0.60330576,0.60330576,0.61157024,0.6198347,0.607438,0.61157024,0.6280992,0.59504133,0.59090906,0.58264464,0.56198347,0.57024795,0.5785124,0.5785124,0.5661157,0.5661157,0.57438016,0.58264464,0.59090906,0.59504133,0.607438,0.59090906,0.59504133,0.58264464,0.5661157,0.5413223,0.53305787,0.5041322,0.41322315,0.3677686,0.30991736,0.28099173,0.30165288,0.29338843,0.30165288,0.30578512,0.30578512,0.30165288,0.3181818,0.30991736,0.30165288,0.30578512,0.30578512,0.60330576,0.57024795,0.45867768,0.37603307,0.3429752,0.29752067,0.28099173,0.2768595,0.2644628,0.28099173,0.29752067,0.29752067,0.32231405,0.35123968,0.37603307,0.39256197,0.41322315,0.45041323,0.5041322,0.5247934,0.58677685,0.61157024,0.61157024,0.61570245,0.6528926,0.6570248,0.661157,0.6942149,0.6942149,0.69008267,0.6859504,0.661157,0.6528926,0.661157,0.6570248,0.62396693,0.6280992,0.6322314,0.6322314,0.61570245,0.6198347,0.6198347,0.61570245,0.60330576,0.57438016,0.5371901,0.5206612,0.5082645,0.46280992,0.37603307,0.3181818,0.16115703,0.26859504,0.30991736,0.29338843,0.29752067,0.29752067,0.30578512,0.30991736,0.30991736,0.29752067,0.30991736,0.29752067,0.29338843,0.62396693,0.61157024,0.5495868,0.45454547,0.38016528,0.33471075,0.30991736,0.28512397,0.2768595,0.2768595,0.28099173,0.2768595,0.29338843,0.3181818,0.3264463,0.3553719,0.37603307,0.38016528,0.43801653,0.48347107,0.5413223,0.59917355,0.607438,0.61157024,0.6404959,0.6487603,0.6652893,0.6942149,0.7231405,0.73140496,0.73140496,0.70247936,0.69008267,0.69008267,0.6859504,0.6694215,0.661157,0.6570248,0.6570248,0.6322314,0.62396693,0.61157024,0.6280992,0.5785124,0.55785125,0.5165289,0.49586776,0.46280992,0.4090909,0.3140496,0.1446281,0.11983471,0.2892562,0.32231405,0.29338843,0.29752067,0.29752067,0.30165288,0.29752067,0.30578512,0.30578512,0.30165288,0.30165288,0.29752067,0.6652893,0.6363636,0.58677685,0.5413223,0.45867768,0.39256197,0.33471075,0.30578512,0.29338843,0.27272728,0.2644628,0.2644628,0.2768595,0.2892562,0.29338843,0.3140496,0.3264463,0.35950413,0.38842976,0.4214876,0.47933885,0.553719,0.5661157,0.59090906,0.61570245,0.6404959,0.6570248,0.6694215,0.69008267,0.7107438,0.71487606,0.7107438,0.6983471,0.7066116,0.6859504,0.6735537,0.661157,0.6652893,0.6694215,0.6570248,0.61570245,0.61570245,0.59917355,0.5661157,0.5289256,0.49173555,0.46694216,0.3966942,0.3305785,0.2107438,0.08264463,0.18595041,0.3264463,0.3264463,0.3181818,0.3140496,0.29752067,0.30165288,0.29338843,0.30165288,0.30578512,0.29752067,0.30578512,0.30578512,0.6735537,0.6528926,0.61157024,0.57024795,0.5206612,0.46694216,0.38842976,0.33471075,0.30991736,0.28512397,0.2768595,0.25619835,0.2768595,0.2768595,0.28512397,0.29752067,0.29338843,0.3181818,0.33471075,0.37190083,0.41322315,0.45867768,0.5,0.5413223,0.56198347,0.59504133,0.61570245,0.61157024,0.6446281,0.6694215,0.677686,0.6942149,0.6570248,0.6570248,0.6363636,0.6363636,0.6322314,0.6322314,0.6528926,0.6446281,0.61157024,0.59917355,0.57438016,0.5289256,0.49173555,0.46694216,0.4090909,0.3140496,0.30578512,0.2520661,0.11983471,0.2603306,0.33471075,0.32231405,0.3429752,0.3429752,0.32231405,0.30991736,0.30578512,0.28512397,0.30991736,0.29752067,0.30578512,0.30991736,0.661157,0.6570248,0.6322314,0.61570245,0.57024795,0.5123967,0.46694216,0.38429752,0.33471075,0.30578512,0.29338843,0.2768595,0.2644628,0.27272728,0.28099173,0.2768595,0.29338843,0.2892562,0.29338843,0.29752067,0.3305785,0.36363637,0.42975205,0.4876033,0.5247934,0.553719,0.55785125,0.57024795,0.57024795,0.60330576,0.607438,0.6280992,0.60330576,0.553719,0.5289256,0.5206612,0.56198347,0.553719,0.58264464,0.58677685,0.57024795,0.553719,0.5206612,0.47933885,0.446281,0.4214876,0.3305785,0.28099173,0.33471075,0.3181818,0.16115703,0.30578512,0.35123968,0.3264463,0.3553719,0.3553719,0.34710744,0.33471075,0.29752067,0.30165288,0.29752067,0.29752067,0.30578512,0.30578512,0.6570248,0.6487603,0.6404959,0.6322314,0.60330576,0.57024795,0.5247934,0.45454547,0.38016528,0.35123968,0.30991736,0.2892562,0.2644628,0.2768595,0.27272728,0.27272728,0.28512397,0.28099173,0.27272728,0.2603306,0.2768595,0.29338843,0.3305785,0.4090909,0.45867768,0.5041322,0.5041322,0.5165289,0.5082645,0.5206612,0.53305787,0.5247934,0.5206612,0.4876033,0.5041322,0.5,0.49586776,0.5082645,0.5247934,0.5206612,0.5082645,0.49173555,0.446281,0.42561984,0.3966942,0.3429752,0.30991736,0.29752067,0.38429752,0.38842976,0.16115703,0.32231405,0.36363637,0.33471075,0.35123968,0.36363637,0.34710744,0.338843,0.3429752,0.33471075,0.3181818,0.30578512,0.30165288,0.30578512,8 +0.3264463,0.48347107,0.5247934,0.59917355,0.6652893,0.70247936,0.70247936,0.7107438,0.73140496,0.73140496,0.7355372,0.74793386,0.75206614,0.75619835,0.76033056,0.76859504,0.7644628,0.76859504,0.77272725,0.7768595,0.77272725,0.77272725,0.7768595,0.76859504,0.76859504,0.77272725,0.78099173,0.7768595,0.77272725,0.77272725,0.77272725,0.76859504,0.76033056,0.75619835,0.75619835,0.75619835,0.74380165,0.7355372,0.73140496,0.73140496,0.7231405,0.7231405,0.7231405,0.72727275,0.7231405,0.71487606,0.70247936,0.7066116,0.6983471,0.6983471,0.6818182,0.6570248,0.6404959,0.61570245,0.59917355,0.59917355,0.58677685,0.57024795,0.5495868,0.5247934,0.49173555,0.46694216,0.4090909,0.36363637,0.338843,0.46280992,0.5247934,0.61157024,0.661157,0.6942149,0.70247936,0.7107438,0.72727275,0.7355372,0.74380165,0.75206614,0.76033056,0.7644628,0.76859504,0.76859504,0.7768595,0.78099173,0.7768595,0.78512394,0.77272725,0.78512394,0.78512394,0.7768595,0.78099173,0.78099173,0.78512394,0.78099173,0.7768595,0.7768595,0.7768595,0.77272725,0.76859504,0.77272725,0.76859504,0.7644628,0.74793386,0.74793386,0.74793386,0.73966944,0.7355372,0.74380165,0.7355372,0.73966944,0.7355372,0.73140496,0.71900827,0.71900827,0.7107438,0.70247936,0.6818182,0.6652893,0.6570248,0.6363636,0.61570245,0.60330576,0.59917355,0.58677685,0.5495868,0.5247934,0.49173555,0.46694216,0.4090909,0.34710744,0.30578512,0.446281,0.53305787,0.60330576,0.6487603,0.6818182,0.6942149,0.7066116,0.71900827,0.73966944,0.75206614,0.75619835,0.76033056,0.7644628,0.7768595,0.78099173,0.7892562,0.78512394,0.7892562,0.79752064,0.78512394,0.7933884,0.78512394,0.7892562,0.7892562,0.7933884,0.78512394,0.78099173,0.78512394,0.7892562,0.78512394,0.7768595,0.7768595,0.78512394,0.76859504,0.76033056,0.75206614,0.76033056,0.75206614,0.74380165,0.74380165,0.75206614,0.73966944,0.74380165,0.74793386,0.74380165,0.74380165,0.7355372,0.71900827,0.70247936,0.69008267,0.6818182,0.6694215,0.6487603,0.6280992,0.607438,0.60330576,0.59090906,0.55785125,0.5206612,0.48347107,0.46280992,0.4214876,0.33471075,0.32231405,0.43801653,0.5041322,0.58677685,0.6446281,0.6694215,0.6818182,0.6983471,0.71900827,0.7355372,0.75619835,0.76033056,0.76033056,0.7644628,0.76859504,0.7768595,0.7933884,0.79752064,0.7933884,0.8016529,0.7933884,0.7892562,0.7933884,0.79752064,0.7933884,0.7933884,0.7892562,0.78512394,0.7892562,0.79752064,0.7933884,0.78512394,0.78099173,0.78512394,0.7644628,0.76859504,0.76033056,0.76859504,0.75619835,0.73966944,0.75206614,0.75619835,0.75206614,0.74793386,0.75206614,0.75619835,0.75619835,0.73966944,0.72727275,0.7231405,0.7107438,0.6818182,0.661157,0.6446281,0.6280992,0.61157024,0.59504133,0.58264464,0.56198347,0.5247934,0.48347107,0.46280992,0.41735536,0.35123968,0.338843,0.47107437,0.5123967,0.57024795,0.6404959,0.6818182,0.6983471,0.7107438,0.72727275,0.7355372,0.74380165,0.74793386,0.75206614,0.76033056,0.76033056,0.76859504,0.78512394,0.79752064,0.8016529,0.7933884,0.7933884,0.78512394,0.79752064,0.79752064,0.7933884,0.7933884,0.7933884,0.78512394,0.78512394,0.7933884,0.7933884,0.78512394,0.78099173,0.7768595,0.76859504,0.76033056,0.7644628,0.76859504,0.75206614,0.74380165,0.75206614,0.76033056,0.75619835,0.75206614,0.74793386,0.74793386,0.73966944,0.71900827,0.7107438,0.7066116,0.69008267,0.6735537,0.6404959,0.61157024,0.59917355,0.59504133,0.57024795,0.5661157,0.553719,0.5289256,0.4876033,0.46694216,0.41322315,0.35950413,0.3553719,0.49173555,0.5495868,0.5661157,0.607438,0.6694215,0.70247936,0.6942149,0.6983471,0.7107438,0.7107438,0.7107438,0.72727275,0.74793386,0.74793386,0.75206614,0.76859504,0.77272725,0.78512394,0.7933884,0.78512394,0.78512394,0.7933884,0.7892562,0.78099173,0.78512394,0.78512394,0.78099173,0.78512394,0.7892562,0.7892562,0.78099173,0.78099173,0.7768595,0.76033056,0.75206614,0.75206614,0.76033056,0.74793386,0.74380165,0.74793386,0.75206614,0.74793386,0.74380165,0.72727275,0.71487606,0.6983471,0.6735537,0.6735537,0.6694215,0.6446281,0.6322314,0.61157024,0.57438016,0.54545456,0.53305787,0.5123967,0.49586776,0.5247934,0.5247934,0.49173555,0.45454547,0.4338843,0.38842976,0.39256197,0.5165289,0.5661157,0.60330576,0.6487603,0.661157,0.6322314,0.59504133,0.59917355,0.6280992,0.6446281,0.6363636,0.677686,0.70247936,0.70247936,0.71900827,0.7355372,0.74793386,0.76033056,0.76859504,0.7644628,0.7644628,0.7644628,0.76033056,0.75619835,0.76859504,0.77272725,0.77272725,0.7768595,0.78099173,0.7768595,0.7768595,0.77272725,0.7644628,0.74793386,0.7355372,0.72727275,0.7355372,0.73140496,0.71900827,0.71900827,0.7231405,0.7066116,0.6859504,0.6570248,0.62396693,0.58677685,0.553719,0.5413223,0.53305787,0.5165289,0.47933885,0.48347107,0.44214877,0.42975205,0.4214876,0.40082645,0.37190083,0.4338843,0.49173555,0.5,0.45867768,0.43801653,0.41735536,0.45041323,0.5413223,0.57024795,0.607438,0.6528926,0.59504133,0.4752066,0.4338843,0.45867768,0.48347107,0.5041322,0.5041322,0.5413223,0.5661157,0.5785124,0.61570245,0.6322314,0.6446281,0.6694215,0.6942149,0.71487606,0.71900827,0.7107438,0.7107438,0.71900827,0.73966944,0.74793386,0.76033056,0.76859504,0.76859504,0.76033056,0.7644628,0.7644628,0.74793386,0.72727275,0.7066116,0.69008267,0.69008267,0.677686,0.661157,0.6446281,0.6280992,0.59917355,0.5495868,0.5,0.46280992,0.4214876,0.37190083,0.34710744,0.338843,0.3305785,0.3305785,0.3140496,0.30578512,0.28099173,0.27272728,0.28512397,0.25619835,0.29338843,0.38429752,0.46280992,0.46280992,0.44214877,0.42975205,0.5082645,0.5661157,0.58264464,0.58264464,0.54545456,0.4214876,0.30991736,0.3264463,0.3429752,0.3305785,0.33471075,0.35123968,0.3553719,0.37190083,0.39256197,0.42561984,0.4214876,0.41735536,0.446281,0.5041322,0.53305787,0.56198347,0.60330576,0.62396693,0.6570248,0.6983471,0.7231405,0.74380165,0.75619835,0.76033056,0.76033056,0.75619835,0.75206614,0.73140496,0.7107438,0.6859504,0.6652893,0.6404959,0.61570245,0.59090906,0.5371901,0.48347107,0.43801653,0.38429752,0.33471075,0.30991736,0.2892562,0.2603306,0.23553719,0.23140496,0.21900827,0.23553719,0.1983471,0.2231405,0.23140496,0.2231405,0.23553719,0.23553719,0.20661157,0.24380165,0.3305785,0.4090909,0.43801653,0.4338843,0.56198347,0.59917355,0.55785125,0.446281,0.34710744,0.27272728,0.2892562,0.2768595,0.29338843,0.25619835,0.27272728,0.27272728,0.26859504,0.2520661,0.26859504,0.2892562,0.2768595,0.27272728,0.28512397,0.32231405,0.37603307,0.41322315,0.446281,0.5123967,0.60330576,0.6570248,0.6983471,0.72727275,0.7355372,0.75206614,0.7644628,0.75619835,0.74380165,0.71487606,0.6942149,0.6652893,0.6528926,0.6280992,0.57438016,0.5,0.41322315,0.35123968,0.3140496,0.2768595,0.24793388,0.23966943,0.23140496,0.21487603,0.21487603,0.20661157,0.20661157,0.21487603,0.21487603,0.21900827,0.23966943,0.2644628,0.29338843,0.29752067,0.25619835,0.20247933,0.20247933,0.2892562,0.39256197,0.44214877,0.59917355,0.60330576,0.4752066,0.3264463,0.3181818,0.35123968,0.36363637,0.3429752,0.30991736,0.29752067,0.3140496,0.30578512,0.30165288,0.27272728,0.2644628,0.2644628,0.24793388,0.24793388,0.24793388,0.26859504,0.30991736,0.338843,0.3677686,0.3966942,0.49586776,0.60330576,0.6694215,0.7066116,0.7231405,0.73966944,0.75619835,0.75206614,0.73140496,0.70247936,0.677686,0.6528926,0.6322314,0.607438,0.5289256,0.42561984,0.35123968,0.30578512,0.2768595,0.25619835,0.24380165,0.24380165,0.23553719,0.23966943,0.2644628,0.2892562,0.3181818,0.3305785,0.3553719,0.38016528,0.40495867,0.44214877,0.43801653,0.43801653,0.38842976,0.32231405,0.23966943,0.20661157,0.29338843,0.41735536,0.62396693,0.5785124,0.38016528,0.32231405,0.42561984,0.5371901,0.56198347,0.53305787,0.5247934,0.47107437,0.45454547,0.4338843,0.42561984,0.39256197,0.36363637,0.338843,0.30578512,0.2892562,0.30165288,0.3264463,0.35123968,0.38429752,0.40082645,0.40495867,0.4214876,0.5495868,0.6528926,0.7066116,0.7231405,0.73140496,0.75206614,0.74380165,0.71487606,0.69008267,0.6570248,0.6322314,0.60330576,0.56198347,0.4752066,0.40082645,0.37190083,0.3429752,0.3305785,0.3140496,0.30165288,0.30991736,0.30165288,0.3305785,0.3553719,0.3966942,0.41735536,0.44214877,0.45867768,0.47933885,0.49173555,0.49173555,0.49586776,0.4876033,0.4876033,0.46280992,0.38429752,0.26859504,0.22727273,0.3553719,0.6280992,0.5413223,0.37603307,0.4090909,0.53305787,0.62396693,0.6363636,0.607438,0.59504133,0.59090906,0.5371901,0.5041322,0.4752066,0.446281,0.4214876,0.38842976,0.34710744,0.32231405,0.3429752,0.38429752,0.4090909,0.44214877,0.45454547,0.45867768,0.45454547,0.5413223,0.6363636,0.6983471,0.7107438,0.7355372,0.75619835,0.73966944,0.7107438,0.6859504,0.6487603,0.61570245,0.5785124,0.5247934,0.446281,0.39256197,0.39256197,0.3966942,0.38842976,0.37603307,0.35950413,0.3429752,0.3264463,0.33471075,0.32231405,0.34710744,0.3553719,0.38429752,0.3966942,0.4214876,0.45041323,0.45454547,0.46694216,0.4752066,0.47107437,0.46694216,0.45867768,0.38016528,0.26859504,0.30578512,0.62396693,0.5,0.42975205,0.49173555,0.56198347,0.59504133,0.59090906,0.5413223,0.5,0.44214877,0.38842976,0.3429752,0.30991736,0.2892562,0.2892562,0.2892562,0.2768595,0.27272728,0.29338843,0.338843,0.38842976,0.446281,0.47107437,0.46280992,0.48347107,0.5041322,0.60330576,0.6859504,0.73140496,0.75206614,0.76033056,0.75206614,0.72727275,0.70247936,0.661157,0.607438,0.5495868,0.48347107,0.4214876,0.38429752,0.39256197,0.40495867,0.38429752,0.35123968,0.30991736,0.2603306,0.23966943,0.23140496,0.2107438,0.22727273,0.24380165,0.25619835,0.28512397,0.3140496,0.32231405,0.35123968,0.40082645,0.42561984,0.42561984,0.4338843,0.45454547,0.43801653,0.36363637,0.3264463,0.62396693,0.49586776,0.47933885,0.5289256,0.5371901,0.5371901,0.5082645,0.42561984,0.34710744,0.30165288,0.27272728,0.2644628,0.24380165,0.2107438,0.1983471,0.1983471,0.18595041,0.17355372,0.1983471,0.25619835,0.3264463,0.3677686,0.43801653,0.46280992,0.47107437,0.46280992,0.5661157,0.6859504,0.74793386,0.7768595,0.78512394,0.78099173,0.75619835,0.73140496,0.677686,0.60330576,0.5247934,0.45041323,0.3966942,0.38429752,0.38016528,0.35950413,0.30165288,0.30165288,0.30165288,0.20661157,0.18181819,0.18595041,0.15289256,0.1694215,0.17355372,0.17768595,0.19008264,0.2231405,0.2603306,0.2644628,0.28512397,0.35123968,0.40082645,0.41735536,0.4338843,0.4338843,0.41735536,0.38842976,0.6363636,0.53305787,0.5123967,0.5206612,0.5041322,0.4752066,0.41735536,0.34710744,0.2644628,0.23966943,0.24793388,0.28512397,0.29338843,0.21487603,0.17355372,0.1983471,0.1694215,0.14049587,0.1322314,0.23966943,0.3181818,0.3429752,0.38016528,0.4214876,0.46280992,0.45867768,0.5082645,0.6694215,0.7644628,0.79752064,0.8140496,0.8016529,0.78099173,0.75206614,0.69008267,0.59504133,0.5,0.42561984,0.39256197,0.38842976,0.34710744,0.32231405,0.3305785,0.3264463,0.35950413,0.21487603,0.1694215,0.1983471,0.14876033,0.16115703,0.14049587,0.16528925,0.20247933,0.2107438,0.19421488,0.2107438,0.2603306,0.28512397,0.3429752,0.40082645,0.4214876,0.4214876,0.4338843,0.4338843,0.6487603,0.57024795,0.5371901,0.5206612,0.48347107,0.44214877,0.39256197,0.3181818,0.24380165,0.24380165,0.35123968,0.5082645,0.5123967,0.30578512,0.1983471,0.24793388,0.20247933,0.19421488,0.12396694,0.27272728,0.446281,0.34710744,0.36363637,0.37190083,0.446281,0.46694216,0.49173555,0.6363636,0.77272725,0.8181818,0.8305785,0.822314,0.8016529,0.7644628,0.6942149,0.5785124,0.47107437,0.4090909,0.41322315,0.39256197,0.35950413,0.3429752,0.3181818,0.4214876,0.55785125,0.2603306,0.20661157,0.27272728,0.20247933,0.18595041,0.1322314,0.18595041,0.32231405,0.3264463,0.21900827,0.16528925,0.2107438,0.30578512,0.338843,0.38016528,0.40495867,0.42975205,0.45041323,0.45041323,0.6570248,0.61570245,0.58677685,0.553719,0.49586776,0.45454547,0.40495867,0.30991736,0.25619835,0.3181818,0.47107437,0.6404959,0.6280992,0.3553719,0.19008264,0.18181819,0.19421488,0.20661157,0.1570248,0.338843,0.5661157,0.4214876,0.35123968,0.3677686,0.44214877,0.4876033,0.5,0.61570245,0.7644628,0.8264463,0.838843,0.8347107,0.8140496,0.7768595,0.6859504,0.54545456,0.45867768,0.42561984,0.44214877,0.42561984,0.3677686,0.30165288,0.36363637,0.5206612,0.6198347,0.3140496,0.17768595,0.20247933,0.19008264,0.19008264,0.1446281,0.23140496,0.42975205,0.446281,0.30165288,0.18595041,0.17355372,0.2603306,0.3677686,0.37603307,0.41735536,0.446281,0.4876033,0.4752066,0.6694215,0.677686,0.6528926,0.6198347,0.57024795,0.5247934,0.48347107,0.3677686,0.2892562,0.3553719,0.47933885,0.6322314,0.71487606,0.47933885,0.24380165,0.2231405,0.2520661,0.2107438,0.20661157,0.446281,0.54545456,0.46694216,0.38429752,0.39256197,0.47933885,0.5289256,0.5495868,0.6404959,0.76033056,0.8264463,0.8429752,0.838843,0.8264463,0.7892562,0.677686,0.5247934,0.45867768,0.45041323,0.47107437,0.47107437,0.39256197,0.32231405,0.37603307,0.5041322,0.61157024,0.43801653,0.24380165,0.23140496,0.22727273,0.20247933,0.19421488,0.30991736,0.46280992,0.446281,0.33471075,0.22727273,0.2231405,0.28512397,0.37190083,0.38429752,0.43801653,0.49173555,0.5082645,0.5165289,0.69008267,0.72727275,0.73140496,0.7066116,0.6694215,0.62396693,0.59090906,0.49173555,0.3677686,0.35123968,0.40495867,0.5206612,0.6363636,0.59504133,0.338843,0.29338843,0.30991736,0.28099173,0.3677686,0.5,0.5082645,0.46694216,0.45454547,0.48347107,0.5495868,0.5785124,0.60330576,0.6818182,0.76859504,0.8264463,0.8471074,0.8347107,0.822314,0.78512394,0.6818182,0.5206612,0.47107437,0.4752066,0.5,0.49173555,0.45867768,0.42975205,0.4214876,0.45454547,0.5041322,0.49586776,0.40495867,0.3140496,0.30165288,0.29338843,0.30165288,0.38842976,0.43801653,0.38016528,0.32231405,0.28512397,0.32231405,0.40082645,0.43801653,0.45041323,0.47933885,0.5247934,0.56198347,0.5413223,0.7066116,0.73140496,0.75206614,0.74793386,0.73140496,0.70247936,0.6694215,0.59917355,0.49173555,0.446281,0.41735536,0.446281,0.5165289,0.553719,0.5413223,0.5413223,0.5371901,0.49173555,0.5206612,0.53305787,0.5206612,0.5,0.5082645,0.54545456,0.60330576,0.6322314,0.6570248,0.71487606,0.78099173,0.8264463,0.8471074,0.8347107,0.8264463,0.7892562,0.6818182,0.5247934,0.47933885,0.5,0.5123967,0.49586776,0.47933885,0.5041322,0.5041322,0.5082645,0.5123967,0.48347107,0.47107437,0.4752066,0.46280992,0.43801653,0.40495867,0.4090909,0.4214876,0.37603307,0.35950413,0.37190083,0.40082645,0.47107437,0.5,0.5165289,0.5289256,0.553719,0.5785124,0.55785125,0.7066116,0.73140496,0.75206614,0.75619835,0.75206614,0.73140496,0.70247936,0.6528926,0.59090906,0.55785125,0.5247934,0.5247934,0.5247934,0.5123967,0.5041322,0.47933885,0.49173555,0.5082645,0.5123967,0.5165289,0.5247934,0.5247934,0.5289256,0.57024795,0.6487603,0.69008267,0.6983471,0.7355372,0.78099173,0.8264463,0.8471074,0.838843,0.8264463,0.78099173,0.6652893,0.5495868,0.49173555,0.5041322,0.5247934,0.5206612,0.49173555,0.5041322,0.5289256,0.553719,0.56198347,0.53305787,0.49586776,0.46694216,0.45041323,0.446281,0.42975205,0.43801653,0.46280992,0.44214877,0.43801653,0.44214877,0.45867768,0.5041322,0.53305787,0.5495868,0.5661157,0.5785124,0.59504133,0.58677685,0.70247936,0.73966944,0.75206614,0.75619835,0.75619835,0.73966944,0.71487606,0.677686,0.6404959,0.607438,0.59504133,0.5785124,0.57024795,0.55785125,0.5247934,0.5247934,0.5206612,0.5206612,0.5165289,0.5123967,0.5289256,0.5371901,0.57438016,0.6404959,0.7107438,0.7355372,0.7231405,0.75206614,0.78512394,0.8305785,0.8471074,0.838843,0.80991733,0.7768595,0.6446281,0.56198347,0.5165289,0.5165289,0.54545456,0.57438016,0.55785125,0.53305787,0.5206612,0.5371901,0.5661157,0.57438016,0.55785125,0.5371901,0.5165289,0.5041322,0.49586776,0.49173555,0.49173555,0.47107437,0.4752066,0.45867768,0.5041322,0.5413223,0.56198347,0.5785124,0.58677685,0.59090906,0.59504133,0.59090906,0.7066116,0.7355372,0.74793386,0.75619835,0.75619835,0.74380165,0.73140496,0.7066116,0.6694215,0.6404959,0.61570245,0.59504133,0.5785124,0.55785125,0.54545456,0.53305787,0.53305787,0.5247934,0.5123967,0.5165289,0.5413223,0.59504133,0.6652893,0.73140496,0.76033056,0.74793386,0.73966944,0.76033056,0.78512394,0.8305785,0.8471074,0.8347107,0.8264463,0.77272725,0.6280992,0.5495868,0.5371901,0.5371901,0.57024795,0.61570245,0.6404959,0.62396693,0.57438016,0.5413223,0.5371901,0.5371901,0.5413223,0.5413223,0.5247934,0.5082645,0.5041322,0.49173555,0.5,0.49173555,0.49586776,0.48347107,0.5413223,0.57438016,0.58677685,0.59917355,0.59504133,0.60330576,0.59917355,0.58677685,0.70247936,0.74380165,0.74793386,0.75206614,0.76033056,0.75619835,0.74380165,0.7355372,0.71900827,0.69008267,0.6404959,0.61157024,0.59090906,0.56198347,0.553719,0.5413223,0.5371901,0.5289256,0.5413223,0.57438016,0.6322314,0.7066116,0.76033056,0.7892562,0.7768595,0.75206614,0.75206614,0.76859504,0.78099173,0.8264463,0.8512397,0.8347107,0.8347107,0.76033056,0.6198347,0.55785125,0.5495868,0.5495868,0.5785124,0.6280992,0.6818182,0.6983471,0.6694215,0.62396693,0.58264464,0.553719,0.5289256,0.5165289,0.5041322,0.49586776,0.5165289,0.49586776,0.5247934,0.5247934,0.5247934,0.5371901,0.57438016,0.59090906,0.607438,0.61157024,0.60330576,0.60330576,0.59917355,0.5785124,0.6818182,0.7231405,0.74793386,0.75619835,0.7644628,0.77272725,0.7768595,0.76033056,0.77272725,0.75206614,0.71487606,0.69008267,0.6735537,0.6528926,0.6404959,0.6363636,0.6446281,0.661157,0.69008267,0.7231405,0.76033056,0.7892562,0.7933884,0.7933884,0.77272725,0.76033056,0.76033056,0.77272725,0.78099173,0.8305785,0.8553719,0.8264463,0.8305785,0.74380165,0.607438,0.55785125,0.5495868,0.54545456,0.57024795,0.6198347,0.6818182,0.7231405,0.7355372,0.7231405,0.6818182,0.6528926,0.59917355,0.5661157,0.5413223,0.5123967,0.53305787,0.53305787,0.553719,0.5785124,0.58677685,0.607438,0.6198347,0.6280992,0.62396693,0.6198347,0.61157024,0.59917355,0.59090906,0.57438016,0.661157,0.71487606,0.7355372,0.75206614,0.7644628,0.7768595,0.78512394,0.7933884,0.8057851,0.80991733,0.79752064,0.78512394,0.76859504,0.75206614,0.74793386,0.73966944,0.74793386,0.7644628,0.77272725,0.78512394,0.79752064,0.8057851,0.8016529,0.7933884,0.7768595,0.76859504,0.7644628,0.77272725,0.78099173,0.8347107,0.8512397,0.8305785,0.822314,0.7355372,0.59504133,0.553719,0.553719,0.54545456,0.5661157,0.6198347,0.677686,0.7231405,0.75206614,0.76033056,0.75206614,0.74793386,0.72727275,0.7066116,0.6983471,0.6652893,0.6735537,0.6570248,0.6735537,0.6735537,0.69008267,0.6942149,0.6859504,0.677686,0.6446281,0.6198347,0.61157024,0.59917355,0.58264464,0.57024795,0.6446281,0.71487606,0.73966944,0.73966944,0.7644628,0.7768595,0.78099173,0.8057851,0.80991733,0.8140496,0.8181818,0.822314,0.8140496,0.80991733,0.80991733,0.8016529,0.8016529,0.80991733,0.80991733,0.8016529,0.8016529,0.8057851,0.8057851,0.7933884,0.78099173,0.77272725,0.7644628,0.76859504,0.78099173,0.8264463,0.8512397,0.8305785,0.80991733,0.71900827,0.59504133,0.55785125,0.553719,0.54545456,0.5661157,0.61157024,0.6652893,0.71487606,0.73966944,0.76033056,0.7644628,0.7768595,0.7768595,0.7644628,0.7644628,0.75206614,0.7644628,0.74793386,0.73966944,0.73140496,0.73140496,0.7231405,0.71487606,0.6983471,0.6652893,0.6280992,0.607438,0.59504133,0.5785124,0.55785125,0.61157024,0.7066116,0.73966944,0.74380165,0.76033056,0.7768595,0.78512394,0.80991733,0.822314,0.822314,0.8264463,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.822314,0.8181818,0.8140496,0.8057851,0.8016529,0.8016529,0.8016529,0.7933884,0.78099173,0.78099173,0.76859504,0.7644628,0.78099173,0.822314,0.8471074,0.8305785,0.7933884,0.6983471,0.59090906,0.56198347,0.5661157,0.56198347,0.57024795,0.607438,0.661157,0.7107438,0.74380165,0.75206614,0.75206614,0.76859504,0.77272725,0.7768595,0.77272725,0.78099173,0.78512394,0.78099173,0.7644628,0.75619835,0.74793386,0.72727275,0.71487606,0.6983471,0.6694215,0.6404959,0.6198347,0.59504133,0.57438016,0.5495868,0.57024795,0.6818182,0.73140496,0.74793386,0.77272725,0.76859504,0.7892562,0.8057851,0.8264463,0.8264463,0.8264463,0.8305785,0.8347107,0.8347107,0.8305785,0.8264463,0.8264463,0.8181818,0.8140496,0.8057851,0.8016529,0.8057851,0.79752064,0.78512394,0.78512394,0.77272725,0.76859504,0.7644628,0.7768595,0.8140496,0.8429752,0.8264463,0.78099173,0.6818182,0.59090906,0.55785125,0.55785125,0.55785125,0.56198347,0.59917355,0.6528926,0.69008267,0.7355372,0.73966944,0.75206614,0.75619835,0.76859504,0.77272725,0.76859504,0.78512394,0.7892562,0.78512394,0.77272725,0.76033056,0.74793386,0.73966944,0.7231405,0.70247936,0.677686,0.6487603,0.6322314,0.59917355,0.5661157,0.5413223,0.5247934,0.6528926,0.70247936,0.74380165,0.7644628,0.7768595,0.79752064,0.8057851,0.822314,0.8305785,0.8305785,0.8305785,0.8347107,0.8347107,0.8305785,0.822314,0.8181818,0.8181818,0.80991733,0.8016529,0.7933884,0.7933884,0.78512394,0.76859504,0.76859504,0.75619835,0.7644628,0.77272725,0.78512394,0.8140496,0.8347107,0.822314,0.76859504,0.6818182,0.607438,0.57024795,0.56198347,0.56198347,0.553719,0.57024795,0.6322314,0.6570248,0.71900827,0.72727275,0.74380165,0.75619835,0.76859504,0.7644628,0.7644628,0.7768595,0.78099173,0.7768595,0.77272725,0.76033056,0.74380165,0.73966944,0.73140496,0.7107438,0.6859504,0.6570248,0.6280992,0.59090906,0.55785125,0.53305787,0.47933885,0.6322314,0.6818182,0.7355372,0.7644628,0.78512394,0.79752064,0.8057851,0.8181818,0.822314,0.8264463,0.8305785,0.8305785,0.8264463,0.8264463,0.8140496,0.80991733,0.80991733,0.8057851,0.7768595,0.7768595,0.7768595,0.75619835,0.7355372,0.7355372,0.7355372,0.75619835,0.78099173,0.79752064,0.8181818,0.8305785,0.8140496,0.76859504,0.6983471,0.6280992,0.58677685,0.553719,0.5413223,0.53305787,0.5495868,0.58677685,0.6322314,0.6942149,0.71487606,0.73140496,0.74793386,0.7644628,0.7644628,0.7644628,0.7768595,0.7768595,0.77272725,0.76859504,0.76033056,0.74793386,0.73966944,0.73966944,0.7107438,0.677686,0.6487603,0.6198347,0.58264464,0.5495868,0.5165289,0.45454547,0.59917355,0.661157,0.72727275,0.75206614,0.76859504,0.78512394,0.79752064,0.80991733,0.8181818,0.822314,0.822314,0.8181818,0.8140496,0.8140496,0.8057851,0.8016529,0.79752064,0.7892562,0.75206614,0.74380165,0.72727275,0.6818182,0.69008267,0.7107438,0.71900827,0.76033056,0.78512394,0.80991733,0.8264463,0.8305785,0.80991733,0.76859504,0.71487606,0.6528926,0.59504133,0.5413223,0.5165289,0.5123967,0.49586776,0.5247934,0.57438016,0.661157,0.6983471,0.71900827,0.73140496,0.75206614,0.75619835,0.76859504,0.7768595,0.7644628,0.74793386,0.74793386,0.75206614,0.73966944,0.73140496,0.71900827,0.69008267,0.6528926,0.62396693,0.60330576,0.5661157,0.53305787,0.5,0.45041323,0.57438016,0.6404959,0.7066116,0.7355372,0.7644628,0.7768595,0.7933884,0.8057851,0.80991733,0.8140496,0.8181818,0.8140496,0.8057851,0.8016529,0.7933884,0.78512394,0.77272725,0.76033056,0.7231405,0.6859504,0.6446281,0.59917355,0.6570248,0.71900827,0.71900827,0.75619835,0.79752064,0.822314,0.8305785,0.8264463,0.8057851,0.76859504,0.72727275,0.6818182,0.61570245,0.5289256,0.5289256,0.5371901,0.4752066,0.44214877,0.5289256,0.62396693,0.6652893,0.6942149,0.71487606,0.74380165,0.75206614,0.7644628,0.7644628,0.74793386,0.72727275,0.72727275,0.73140496,0.71487606,0.70247936,0.677686,0.6694215,0.6446281,0.607438,0.58264464,0.55785125,0.5206612,0.49173555,0.36363637,0.54545456,0.62396693,0.6818182,0.71900827,0.75206614,0.7768595,0.7892562,0.7933884,0.79752064,0.7933884,0.8016529,0.8016529,0.7892562,0.78512394,0.7768595,0.75619835,0.7355372,0.71487606,0.6735537,0.6280992,0.58264464,0.59090906,0.70247936,0.7644628,0.74380165,0.75619835,0.8016529,0.822314,0.8305785,0.8264463,0.8016529,0.76859504,0.73966944,0.6942149,0.6322314,0.5371901,0.57024795,0.607438,0.5289256,0.42975205,0.47933885,0.5785124,0.6446281,0.6735537,0.6983471,0.72727275,0.74380165,0.74793386,0.74793386,0.7355372,0.71487606,0.7107438,0.71487606,0.6942149,0.6818182,0.6694215,0.6363636,0.6198347,0.58677685,0.56198347,0.5413223,0.5165289,0.47107437,0.21900827,0.49586776,0.60330576,0.6570248,0.7066116,0.73140496,0.75206614,0.76859504,0.78099173,0.7892562,0.7768595,0.78099173,0.78512394,0.78099173,0.7644628,0.74793386,0.7231405,0.6983471,0.661157,0.6198347,0.59504133,0.553719,0.6280992,0.74380165,0.78099173,0.75619835,0.76033056,0.79752064,0.8181818,0.822314,0.822314,0.7933884,0.76033056,0.74380165,0.6983471,0.6322314,0.57024795,0.59504133,0.6528926,0.59504133,0.42975205,0.42975205,0.5371901,0.60330576,0.6404959,0.6694215,0.6983471,0.71487606,0.72727275,0.72727275,0.71900827,0.70247936,0.6859504,0.6859504,0.677686,0.6570248,0.6570248,0.6198347,0.61570245,0.55785125,0.54545456,0.5206612,0.5,0.45454547,0.15289256,0.446281,0.5785124,0.6280992,0.6859504,0.71487606,0.73140496,0.74793386,0.76033056,0.7644628,0.76033056,0.77272725,0.7644628,0.75206614,0.74380165,0.71487606,0.6942149,0.6570248,0.59917355,0.57024795,0.57024795,0.57438016,0.6528926,0.73966944,0.77272725,0.76859504,0.7644628,0.7892562,0.8140496,0.8181818,0.80991733,0.7892562,0.75619835,0.7355372,0.6983471,0.6404959,0.59090906,0.58264464,0.6280992,0.59917355,0.45867768,0.4338843,0.5041322,0.55785125,0.59917355,0.6322314,0.6528926,0.6818182,0.70247936,0.6942149,0.6859504,0.6818182,0.6694215,0.661157,0.6528926,0.6404959,0.6322314,0.59917355,0.5785124,0.56198347,0.53305787,0.5082645,0.48347107,0.44214877,0.11983471,0.40495867,0.5661157,0.60330576,0.6570248,0.6942149,0.7107438,0.72727275,0.73140496,0.74793386,0.74380165,0.74380165,0.75206614,0.7066116,0.7107438,0.677686,0.6446281,0.60330576,0.54545456,0.5247934,0.553719,0.6198347,0.6652893,0.6735537,0.6983471,0.74380165,0.7644628,0.78512394,0.8016529,0.8016529,0.7933884,0.77272725,0.73966944,0.70247936,0.6735537,0.6198347,0.57024795,0.5371901,0.55785125,0.54545456,0.47107437,0.46694216,0.49173555,0.5165289,0.553719,0.58677685,0.61570245,0.6404959,0.6528926,0.6528926,0.6570248,0.6570248,0.6487603,0.6363636,0.62396693,0.61570245,0.59917355,0.57024795,0.56198347,0.5495868,0.5206612,0.4876033,0.47107437,0.42975205,0.11570248,0.3677686,0.553719,0.5785124,0.62396693,0.6570248,0.6735537,0.6942149,0.6983471,0.7231405,0.71487606,0.70247936,0.7066116,0.6735537,0.6363636,0.61570245,0.5785124,0.5371901,0.5,0.49173555,0.553719,0.6528926,0.7107438,0.6694215,0.59504133,0.61570245,0.7107438,0.7644628,0.77272725,0.77272725,0.76033056,0.73966944,0.6983471,0.6487603,0.61157024,0.5413223,0.49586776,0.446281,0.46280992,0.4876033,0.4876033,0.49173555,0.4876033,0.48347107,0.5041322,0.5413223,0.57438016,0.59504133,0.607438,0.61157024,0.62396693,0.6280992,0.62396693,0.60330576,0.59504133,0.58677685,0.57024795,0.553719,0.5413223,0.5247934,0.5,0.47933885,0.46280992,0.42561984,0.09504132,0.32231405,0.5413223,0.553719,0.59090906,0.6280992,0.6404959,0.661157,0.6652893,0.6818182,0.6818182,0.6652893,0.6570248,0.6280992,0.58677685,0.54545456,0.5206612,0.4876033,0.46694216,0.5082645,0.59917355,0.6859504,0.7355372,0.71900827,0.6198347,0.5289256,0.57438016,0.661157,0.71900827,0.73140496,0.6983471,0.6652893,0.6363636,0.57024795,0.5041322,0.42975205,0.38842976,0.37190083,0.42561984,0.47933885,0.5,0.5082645,0.49173555,0.45867768,0.446281,0.47933885,0.5206612,0.5413223,0.55785125,0.58264464,0.59090906,0.59917355,0.607438,0.57438016,0.57024795,0.553719,0.5495868,0.5371901,0.5247934,0.5,0.47933885,0.45867768,0.446281,0.41735536,0.08677686,0.2644628,0.5371901,0.5413223,0.5661157,0.60330576,0.61157024,0.6363636,0.6446281,0.6487603,0.6487603,0.62396693,0.61157024,0.5785124,0.54545456,0.5041322,0.4752066,0.45454547,0.4876033,0.5785124,0.6652893,0.71900827,0.73966944,0.73966944,0.69008267,0.57438016,0.5082645,0.5289256,0.58264464,0.59090906,0.57024795,0.54545456,0.5289256,0.46694216,0.40495867,0.3553719,0.338843,0.38842976,0.45867768,0.49173555,0.5082645,0.5206612,0.5165289,0.4876033,0.45041323,0.43801653,0.47107437,0.5082645,0.5123967,0.553719,0.5661157,0.57024795,0.57438016,0.56198347,0.5495868,0.5289256,0.5289256,0.5123967,0.49586776,0.48347107,0.46280992,0.446281,0.42975205,0.41735536,0.08677686,0.2107438,0.5289256,0.5495868,0.54545456,0.5661157,0.58264464,0.60330576,0.6198347,0.607438,0.61157024,0.58677685,0.5661157,0.5371901,0.5,0.46694216,0.45041323,0.48347107,0.5661157,0.6570248,0.7107438,0.73140496,0.74380165,0.74793386,0.73140496,0.6487603,0.5413223,0.5247934,0.5165289,0.49173555,0.45867768,0.44214877,0.42975205,0.38842976,0.38016528,0.35950413,0.38842976,0.45041323,0.49173555,0.5041322,0.5206612,0.53305787,0.5289256,0.5289256,0.5,0.43801653,0.44214877,0.4752066,0.4876033,0.5123967,0.5289256,0.5495868,0.5371901,0.54545456,0.53305787,0.5165289,0.5,0.49173555,0.47107437,0.46280992,0.45454547,0.43801653,0.4338843,0.42561984,0.07438017,0.14049587,0.49173555,0.553719,0.53305787,0.5371901,0.5495868,0.57024795,0.58677685,0.5785124,0.57024795,0.553719,0.5247934,0.5,0.46280992,0.45454547,0.4876033,0.5495868,0.61570245,0.6859504,0.73140496,0.74793386,0.75206614,0.75619835,0.75206614,0.6983471,0.60330576,0.57024795,0.5165289,0.46694216,0.42975205,0.40495867,0.41735536,0.40082645,0.40082645,0.41322315,0.45454547,0.4876033,0.5,0.5165289,0.5413223,0.5413223,0.5413223,0.553719,0.54545456,0.49586776,0.41735536,0.43801653,0.45041323,0.47107437,0.49586776,0.5165289,0.5165289,0.5247934,0.5165289,0.5041322,0.4752066,0.45867768,0.45454547,0.45454547,0.45454547,0.44214877,0.4338843,0.43801653,0.08264463,0.09917355,0.42561984,0.57024795,0.5413223,0.5206612,0.5247934,0.5495868,0.5661157,0.5661157,0.54545456,0.53305787,0.5041322,0.47107437,0.45041323,0.48347107,0.53305787,0.58264464,0.6446281,0.70247936,0.74380165,0.75619835,0.75206614,0.76033056,0.7644628,0.73966944,0.6652893,0.61157024,0.5495868,0.49173555,0.45867768,0.45867768,0.45454547,0.44214877,0.446281,0.46694216,0.49586776,0.5082645,0.5082645,0.5247934,0.55785125,0.553719,0.5495868,0.56198347,0.55785125,0.5247934,0.48347107,0.38429752,0.39256197,0.45454547,0.46280992,0.48347107,0.5,0.5041322,0.5,0.49173555,0.46694216,0.43801653,0.4338843,0.446281,0.45041323,0.45041323,0.42561984,0.42561984,0.09090909,0.07438017,0.32231405,0.5785124,0.56198347,0.5165289,0.5206612,0.53305787,0.56198347,0.553719,0.53305787,0.5165289,0.48347107,0.45041323,0.46280992,0.5123967,0.54545456,0.57438016,0.6322314,0.6983471,0.73966944,0.75619835,0.74793386,0.76033056,0.76033056,0.7644628,0.71900827,0.661157,0.59504133,0.5247934,0.5165289,0.5123967,0.49173555,0.4752066,0.4752066,0.49173555,0.5165289,0.5247934,0.5289256,0.5413223,0.56198347,0.56198347,0.54545456,0.55785125,0.54545456,0.5247934,0.49173555,0.42975205,0.3305785,0.4338843,0.45867768,0.4752066,0.4876033,0.49173555,0.49173555,0.4876033,0.46694216,0.43801653,0.4338843,0.45041323,0.45041323,0.446281,0.42561984,0.4090909,0.0785124,0.07024793,0.20661157,0.5661157,0.5785124,0.5413223,0.5247934,0.5371901,0.55785125,0.54545456,0.5247934,0.5165289,0.47933885,0.45867768,0.46280992,0.47933885,0.5041322,0.5371901,0.61570245,0.70247936,0.73140496,0.74793386,0.74793386,0.75619835,0.76033056,0.76859504,0.75206614,0.71487606,0.6487603,0.58264464,0.55785125,0.553719,0.5413223,0.5247934,0.5289256,0.53305787,0.5289256,0.54545456,0.55785125,0.55785125,0.5661157,0.56198347,0.5413223,0.5495868,0.5082645,0.5041322,0.45041323,0.446281,0.36363637,0.3429752,0.44214877,0.47933885,0.4876033,0.49586776,0.49173555,0.4876033,0.47107437,0.44214877,0.446281,0.45867768,0.45454547,0.446281,0.42975205,0.40495867,0.07024793,0.10743801,0.10330579,0.47933885,0.56198347,0.5661157,0.5413223,0.5371901,0.553719,0.5495868,0.5371901,0.5289256,0.5,0.48347107,0.45867768,0.43801653,0.45454547,0.48347107,0.57438016,0.677686,0.7066116,0.71487606,0.7355372,0.74793386,0.75206614,0.76033056,0.75619835,0.72727275,0.6859504,0.6322314,0.59917355,0.58677685,0.58677685,0.58677685,0.58677685,0.58264464,0.57024795,0.57024795,0.57438016,0.5661157,0.5661157,0.553719,0.5371901,0.5289256,0.4876033,0.46694216,0.4090909,0.40495867,0.38842976,0.3264463,0.4214876,0.49173555,0.5,0.5,0.49586776,0.4876033,0.47107437,0.45041323,0.46280992,0.47107437,0.45867768,0.43801653,0.41735536,0.38842976,0.07438017,0.1446281,0.0661157,0.35950413,0.5495868,0.57438016,0.56198347,0.54545456,0.5495868,0.55785125,0.56198347,0.55785125,0.5495868,0.5082645,0.43801653,0.42561984,0.446281,0.3966942,0.37603307,0.48347107,0.55785125,0.59917355,0.6487603,0.6652893,0.6652893,0.677686,0.6652893,0.6528926,0.661157,0.6487603,0.6280992,0.61157024,0.607438,0.59504133,0.58264464,0.57438016,0.5495868,0.5413223,0.54545456,0.5371901,0.5206612,0.5041322,0.49173555,0.45454547,0.41322315,0.3677686,0.3140496,0.35950413,0.38842976,0.3553719,0.4338843,0.5041322,0.5123967,0.5082645,0.49173555,0.47933885,0.46694216,0.45867768,0.47107437,0.47107437,0.45041323,0.4338843,0.4090909,0.338843,0.10330579,0.1570248,0.09917355,0.1983471,0.47933885,0.56198347,0.56198347,0.553719,0.54545456,0.55785125,0.57024795,0.58677685,0.58677685,0.53305787,0.44214877,0.45867768,0.53305787,0.5289256,0.46280992,0.30165288,0.28099173,0.3966942,0.4338843,0.46694216,0.5,0.5123967,0.5123967,0.5289256,0.553719,0.5661157,0.57024795,0.56198347,0.5413223,0.5165289,0.49173555,0.47107437,0.45454547,0.446281,0.4338843,0.42975205,0.42561984,0.4090909,0.39256197,0.3264463,0.28512397,0.29752067,0.34710744,0.40495867,0.4214876,0.3966942,0.45454547,0.5371901,0.54545456,0.5165289,0.4876033,0.47107437,0.46280992,0.45867768,0.46694216,0.46694216,0.44214877,0.42561984,0.38429752,0.25619835,0.1322314,0.16115703,0.11570248,0.09504132,0.36363637,0.5247934,0.55785125,0.55785125,0.553719,0.54545456,0.553719,0.58264464,0.58677685,0.54545456,0.46694216,0.5082645,0.607438,0.6322314,0.6528926,0.5123967,0.35123968,0.2644628,0.29752067,0.3264463,0.42975205,0.46694216,0.46694216,0.47933885,0.4752066,0.4752066,0.4876033,0.47933885,0.45867768,0.43801653,0.42561984,0.41322315,0.37190083,0.3966942,0.35950413,0.3140496,0.33471075,0.30991736,0.30165288,0.2603306,0.28512397,0.38429752,0.45041323,0.47933885,0.46280992,0.43801653,0.49173555,0.55785125,0.553719,0.5247934,0.4876033,0.47107437,0.45867768,0.46280992,0.46694216,0.45454547,0.43801653,0.4090909,0.33471075,0.1983471,0.1570248,0.14876033,0.12396694,0.07024793,0.2231405,0.45867768,0.553719,0.55785125,0.56198347,0.5413223,0.53305787,0.55785125,0.5661157,0.5495868,0.5041322,0.553719,0.6446281,0.6859504,0.7107438,0.70247936,0.59504133,0.48347107,0.38429752,0.3140496,0.43801653,0.5041322,0.5041322,0.53305787,0.53305787,0.4876033,0.45041323,0.42975205,0.4214876,0.41735536,0.4214876,0.41735536,0.35950413,0.4752066,0.42561984,0.2520661,0.2644628,0.2644628,0.28099173,0.338843,0.4214876,0.5,0.5206612,0.5289256,0.5,0.47107437,0.5082645,0.553719,0.5413223,0.5041322,0.47107437,0.45867768,0.446281,0.46280992,0.45867768,0.4338843,0.41322315,0.36363637,0.28512397,0.15289256,0.16115703,0.1322314,0.12396694,0.09917355,0.10330579,0.3181818,0.5247934,0.5495868,0.553719,0.5495868,0.5413223,0.53305787,0.5413223,0.55785125,0.54545456,0.59090906,0.6570248,0.7066116,0.71900827,0.72727275,0.70247936,0.6363636,0.57024795,0.5082645,0.45041323,0.44214877,0.49173555,0.58264464,0.6198347,0.553719,0.4752066,0.47107437,0.5041322,0.5041322,0.5,0.45867768,0.40495867,0.47933885,0.4090909,0.29338843,0.30165288,0.34710744,0.39256197,0.446281,0.5082645,0.53305787,0.54545456,0.5495868,0.5206612,0.49173555,0.5082645,0.53305787,0.5165289,0.49173555,0.45041323,0.45041323,0.45041323,0.45041323,0.44214877,0.4214876,0.3677686,0.30578512,0.23966943,0.10743801,0.15289256,0.12809917,0.12396694,0.1322314,0.09917355,0.17355372,0.38842976,0.5165289,0.5371901,0.553719,0.5495868,0.53305787,0.53305787,0.57024795,0.5785124,0.61570245,0.6652893,0.6942149,0.7066116,0.71900827,0.71487606,0.6859504,0.6280992,0.6198347,0.60330576,0.5206612,0.47933885,0.53305787,0.57438016,0.53305787,0.4752066,0.49586776,0.56198347,0.5371901,0.5082645,0.44214877,0.3677686,0.40495867,0.3966942,0.4090909,0.38842976,0.41322315,0.46280992,0.5082645,0.5289256,0.5371901,0.553719,0.55785125,0.5247934,0.49586776,0.5,0.5206612,0.49586776,0.46280992,0.44214877,0.44214877,0.44214877,0.42561984,0.4214876,0.38842976,0.3140496,0.25619835,0.18595041,0.08264463,0.1446281,0.1322314,0.14049587,0.1570248,0.12809917,0.08677686,0.21487603,0.46280992,0.5247934,0.5413223,0.5495868,0.5495868,0.55785125,0.58264464,0.59917355,0.62396693,0.6694215,0.6818182,0.69008267,0.6983471,0.70247936,0.70247936,0.661157,0.6363636,0.6363636,0.6446281,0.62396693,0.57438016,0.54545456,0.5123967,0.46694216,0.47107437,0.5165289,0.4752066,0.4752066,0.42561984,0.42561984,0.43801653,0.4338843,0.4214876,0.41735536,0.45041323,0.5,0.5247934,0.5289256,0.5413223,0.55785125,0.5495868,0.5247934,0.5,0.49586776,0.5082645,0.47107437,0.45041323,0.42975205,0.44214877,0.4214876,0.41322315,0.39256197,0.3429752,0.24380165,0.19008264,0.12396694,0.07024793,0.14049587,0.1446281,0.15289256,0.17355372,0.1570248,0.08264463,0.11983471,0.29752067,0.49586776,0.5247934,0.5371901,0.5661157,0.57438016,0.59504133,0.61570245,0.6404959,0.6652893,0.6694215,0.6694215,0.6652893,0.6859504,0.6983471,0.677686,0.6487603,0.61157024,0.59090906,0.61570245,0.6570248,0.6528926,0.60330576,0.5371901,0.5,0.5,0.47107437,0.47107437,0.45454547,0.45041323,0.42561984,0.41322315,0.4214876,0.446281,0.49586776,0.5123967,0.5165289,0.5247934,0.54545456,0.55785125,0.5413223,0.5247934,0.5082645,0.5,0.49173555,0.46694216,0.446281,0.4338843,0.42561984,0.4214876,0.39256197,0.3553719,0.26859504,0.1446281,0.10330579,0.08264463,0.07024793,0.14049587,0.16115703,0.16115703,0.1570248,0.14876033,0.09504132,0.08677686,0.1322314,0.36363637,0.5041322,0.5165289,0.5495868,0.57438016,0.607438,0.6280992,0.6570248,0.661157,0.661157,0.6570248,0.6570248,0.6570248,0.6652893,0.6735537,0.661157,0.6322314,0.59090906,0.553719,0.5495868,0.5785124,0.57438016,0.53305787,0.53305787,0.5041322,0.47933885,0.46280992,0.44214877,0.42561984,0.41735536,0.43801653,0.46694216,0.5,0.5206612,0.5165289,0.5123967,0.53305787,0.553719,0.55785125,0.5371901,0.5206612,0.5165289,0.5041322,0.4752066,0.45867768,0.42975205,0.41322315,0.40495867,0.39256197,0.35123968,0.3181818,0.22727273,0.09504132,0.06198347,0.08264463,0.09090909,0.12809917,0.14876033,0.14876033,0.12396694,0.12396694,0.09090909,0.08264463,0.0785124,0.13636364,0.4214876,0.5,0.5247934,0.56198347,0.61157024,0.6404959,0.6652893,0.6652893,0.6652893,0.6652893,0.6652893,0.6528926,0.6322314,0.6404959,0.661157,0.6363636,0.61157024,0.56198347,0.5123967,0.4876033,0.48347107,0.46694216,0.4752066,0.45454547,0.446281,0.446281,0.43801653,0.45041323,0.45867768,0.47933885,0.5041322,0.5165289,0.5082645,0.5,0.5123967,0.5413223,0.553719,0.5495868,0.53305787,0.5082645,0.5123967,0.49586776,0.46280992,0.446281,0.42975205,0.40082645,0.40082645,0.3429752,0.33471075,0.30165288,0.20247933,0.09917355,0.07024793,0.10330579,0.11570248,0.11983471,0.1322314,0.11983471,0.09504132,0.09917355,0.0785124,0.08264463,0.0785124,0.06198347,0.16528925,0.43801653,0.5,0.54545456,0.59917355,0.6322314,0.6735537,0.677686,0.677686,0.677686,0.6818182,0.6652893,0.6280992,0.61570245,0.6322314,0.6280992,0.6198347,0.58264464,0.5371901,0.5041322,0.4876033,0.47933885,0.47933885,0.45454547,0.46694216,0.46694216,0.4752066,0.49173555,0.49173555,0.5,0.5041322,0.5,0.5,0.5082645,0.5247934,0.54545456,0.55785125,0.5413223,0.5289256,0.5082645,0.5,0.4752066,0.45041323,0.4338843,0.41322315,0.38429752,0.35950413,0.3305785,0.3429752,0.2892562,0.1570248,0.09504132,0.09917355,0.10330579,0.10330579,0.11983471,0.12396694,0.09917355,0.08264463,0.08264463,0.07024793,0.08264463,0.0785124,0.08264463,0.045454547,0.26859504,0.45041323,0.5123967,0.5661157,0.59917355,0.6487603,0.69008267,0.6942149,0.69008267,0.6942149,0.6859504,0.6570248,0.6280992,0.607438,0.59090906,0.59090906,0.58677685,0.56198347,0.53305787,0.5247934,0.5082645,0.5,0.49586776,0.49586776,0.49586776,0.5,0.5,0.49173555,0.4876033,0.48347107,0.4876033,0.5082645,0.5247934,0.54545456,0.553719,0.553719,0.5413223,0.5247934,0.5123967,0.48347107,0.446281,0.43801653,0.41735536,0.38842976,0.35123968,0.3553719,0.3553719,0.34710744,0.2603306,0.1322314,0.07438017,0.07024793,0.08264463,0.09090909,0.11570248,0.11157025,0.08264463,0.07438017,0.07438017,0.07024793,0.0785124,0.07438017,0.08264463,0.037190083,0.19421488,0.39256197,0.47107437,0.5289256,0.58677685,0.6280992,0.677686,0.70247936,0.70247936,0.7066116,0.70247936,0.69008267,0.6570248,0.6363636,0.58677685,0.5661157,0.56198347,0.5413223,0.5206612,0.5165289,0.5165289,0.5041322,0.5082645,0.5,0.49173555,0.4876033,0.4876033,0.48347107,0.48347107,0.49586776,0.5082645,0.5206612,0.53305787,0.55785125,0.55785125,0.5495868,0.5371901,0.5206612,0.49586776,0.46280992,0.42561984,0.41322315,0.38429752,0.36363637,0.3553719,0.37603307,0.3677686,0.32231405,0.21900827,0.11570248,0.07438017,0.07438017,0.08264463,0.09090909,0.10743801,0.09917355,0.0785124,0.08264463,0.07024793,0.07438017,0.08264463,0.0661157,0.08264463,0.037190083,0.17768595,0.39256197,0.45041323,0.4752066,0.5413223,0.607438,0.6570248,0.6942149,0.7107438,0.71487606,0.71487606,0.71487606,0.69008267,0.6735537,0.6487603,0.62396693,0.5785124,0.55785125,0.5206612,0.5247934,0.5082645,0.5,0.5,0.5041322,0.49586776,0.49173555,0.5,0.5041322,0.5082645,0.5165289,0.53305787,0.5371901,0.5495868,0.56198347,0.553719,0.553719,0.53305787,0.5123967,0.46694216,0.42975205,0.40495867,0.38016528,0.35950413,0.3677686,0.38016528,0.38429752,0.36363637,0.28512397,0.17768595,0.10330579,0.0785124,0.08264463,0.0785124,0.08677686,0.12396694,0.09917355,0.07024793,0.0785124,0.0785124,0.07438017,0.0785124,0.07024793,0.07438017,0.045454547,0.17355372,0.38842976,0.4752066,0.46280992,0.47107437,0.53305787,0.61157024,0.6694215,0.70247936,0.7231405,0.7231405,0.7355372,0.71900827,0.6983471,0.6983471,0.6818182,0.6528926,0.62396693,0.58677685,0.56198347,0.5413223,0.53305787,0.53305787,0.5413223,0.5413223,0.5413223,0.54545456,0.54545456,0.5495868,0.5371901,0.5495868,0.553719,0.56198347,0.57438016,0.55785125,0.54545456,0.5289256,0.49173555,0.42561984,0.40082645,0.37190083,0.36363637,0.37190083,0.39256197,0.39256197,0.38016528,0.3429752,0.2520661,0.14876033,0.09917355,0.09090909,0.09090909,0.0785124,0.09090909,0.10330579,0.09504132,0.07024793,0.07024793,0.0785124,0.07438017,0.07024793,0.07438017,0.07438017,0.049586777,0.1694215,0.38016528,0.48347107,0.4876033,0.4752066,0.47933885,0.55785125,0.6363636,0.69008267,0.71900827,0.72727275,0.74793386,0.7355372,0.71900827,0.7231405,0.71900827,0.71487606,0.7107438,0.6942149,0.677686,0.661157,0.6487603,0.6446281,0.6280992,0.61570245,0.61157024,0.61157024,0.59504133,0.5785124,0.56198347,0.57438016,0.57438016,0.58264464,0.5661157,0.553719,0.5289256,0.5082645,0.4338843,0.38842976,0.3677686,0.35123968,0.38429752,0.40082645,0.40495867,0.3966942,0.37603307,0.32231405,0.2107438,0.11570248,0.09090909,0.08264463,0.08264463,0.08264463,0.07438017,0.09917355,0.08677686,0.08264463,0.07024793,0.0661157,0.07438017,0.07024793,0.07438017,0.09090909,0.06198347,0.17355372,0.38429752,0.49173555,0.5082645,0.5082645,0.48347107,0.4752066,0.58264464,0.661157,0.6983471,0.71487606,0.74793386,0.75206614,0.75206614,0.74380165,0.74380165,0.75619835,0.76033056,0.75206614,0.74793386,0.73966944,0.74793386,0.74793386,0.7231405,0.70247936,0.6859504,0.677686,0.6404959,0.61157024,0.60330576,0.59917355,0.59090906,0.59090906,0.56198347,0.5289256,0.5041322,0.45867768,0.38842976,0.3553719,0.3553719,0.38842976,0.41322315,0.4090909,0.4090909,0.40495867,0.38016528,0.30578512,0.18595041,0.09090909,0.08677686,0.07438017,0.08264463,0.0661157,0.0785124,9 +0.29338843,0.4090909,0.53305787,0.57438016,0.607438,0.6487603,0.6942149,0.7066116,0.71900827,0.73140496,0.72727275,0.74793386,0.75619835,0.76033056,0.74793386,0.75619835,0.76033056,0.75619835,0.76033056,0.76859504,0.76859504,0.7644628,0.76033056,0.75619835,0.75619835,0.76033056,0.75206614,0.75619835,0.75206614,0.75619835,0.74380165,0.74793386,0.73140496,0.74380165,0.7355372,0.71900827,0.71900827,0.71900827,0.71900827,0.7066116,0.6983471,0.6983471,0.6942149,0.6859504,0.677686,0.677686,0.6735537,0.6528926,0.6487603,0.6487603,0.6322314,0.607438,0.58677685,0.57024795,0.55785125,0.5495868,0.5247934,0.5206612,0.48347107,0.446281,0.39256197,0.2892562,0.1983471,0.13636364,0.28512397,0.38016528,0.5123967,0.59090906,0.607438,0.6487603,0.6983471,0.71900827,0.7231405,0.71900827,0.74380165,0.75619835,0.74380165,0.76033056,0.75619835,0.76033056,0.7644628,0.75619835,0.75619835,0.7644628,0.76859504,0.76859504,0.76859504,0.76033056,0.7644628,0.76033056,0.75619835,0.76033056,0.76033056,0.76033056,0.75206614,0.76033056,0.74793386,0.75206614,0.74380165,0.73140496,0.73966944,0.72727275,0.70247936,0.70247936,0.7066116,0.6983471,0.69008267,0.6983471,0.6983471,0.69008267,0.6859504,0.677686,0.6694215,0.6652893,0.6487603,0.61570245,0.60330576,0.5661157,0.5661157,0.55785125,0.5289256,0.5165289,0.4876033,0.45041323,0.39256197,0.29338843,0.19421488,0.13636364,0.2768595,0.3677686,0.47933885,0.58264464,0.6198347,0.661157,0.6859504,0.71487606,0.71900827,0.72727275,0.74793386,0.75206614,0.74793386,0.7644628,0.76033056,0.7644628,0.77272725,0.76859504,0.77272725,0.7768595,0.77272725,0.7644628,0.7768595,0.7768595,0.7768595,0.76859504,0.7768595,0.77272725,0.77272725,0.7644628,0.76859504,0.76859504,0.75619835,0.75619835,0.75619835,0.74793386,0.75206614,0.73966944,0.72727275,0.71900827,0.71900827,0.7107438,0.7066116,0.71487606,0.71487606,0.7066116,0.6983471,0.6983471,0.6859504,0.6735537,0.6528926,0.6363636,0.61157024,0.59090906,0.57438016,0.5785124,0.54545456,0.5165289,0.47933885,0.45041323,0.38842976,0.29338843,0.19421488,0.12396694,0.26859504,0.38842976,0.446281,0.53305787,0.6280992,0.6694215,0.6694215,0.7066116,0.7231405,0.72727275,0.73966944,0.75206614,0.76033056,0.7644628,0.77272725,0.76859504,0.78512394,0.78099173,0.78099173,0.78099173,0.78512394,0.78099173,0.78512394,0.78512394,0.78099173,0.7768595,0.78099173,0.78099173,0.77272725,0.77272725,0.7768595,0.7768595,0.76033056,0.76033056,0.77272725,0.75206614,0.74793386,0.74380165,0.7355372,0.7231405,0.7231405,0.71900827,0.72727275,0.72727275,0.7231405,0.7231405,0.7231405,0.71487606,0.6942149,0.6818182,0.6652893,0.6487603,0.6363636,0.607438,0.58677685,0.57024795,0.553719,0.5165289,0.47933885,0.45041323,0.39256197,0.28512397,0.18595041,0.11570248,0.2644628,0.41735536,0.49173555,0.5247934,0.57438016,0.6570248,0.6859504,0.69008267,0.7066116,0.71900827,0.7355372,0.75206614,0.7644628,0.76859504,0.7768595,0.76859504,0.78099173,0.78512394,0.78512394,0.7933884,0.7933884,0.7933884,0.7892562,0.7933884,0.7892562,0.7892562,0.7892562,0.78099173,0.7768595,0.7768595,0.78512394,0.78512394,0.77272725,0.7644628,0.7644628,0.7644628,0.75206614,0.75619835,0.75206614,0.7355372,0.73966944,0.7355372,0.74380165,0.7355372,0.73140496,0.73966944,0.74380165,0.72727275,0.7066116,0.6983471,0.677686,0.6570248,0.6322314,0.61157024,0.58677685,0.57024795,0.5495868,0.5206612,0.47933885,0.45041323,0.3966942,0.28512397,0.17355372,0.12396694,0.2892562,0.43801653,0.5247934,0.5785124,0.57438016,0.6280992,0.6942149,0.7066116,0.71487606,0.72727275,0.7355372,0.75206614,0.7644628,0.76033056,0.76033056,0.7644628,0.76859504,0.78512394,0.78099173,0.79752064,0.79752064,0.7933884,0.78512394,0.78512394,0.7892562,0.7892562,0.78512394,0.78099173,0.7768595,0.7768595,0.78512394,0.78512394,0.7768595,0.76859504,0.7644628,0.75206614,0.75206614,0.75619835,0.75619835,0.73966944,0.7355372,0.73966944,0.74793386,0.74380165,0.7355372,0.7355372,0.7355372,0.71487606,0.6942149,0.677686,0.6652893,0.6404959,0.61570245,0.58264464,0.57438016,0.553719,0.53305787,0.5206612,0.47933885,0.45454547,0.4090909,0.29338843,0.17768595,0.12396694,0.32231405,0.45454547,0.5371901,0.60330576,0.607438,0.6363636,0.6735537,0.7107438,0.71487606,0.71487606,0.7231405,0.73140496,0.7355372,0.73140496,0.74380165,0.75206614,0.75206614,0.76859504,0.76859504,0.76859504,0.78099173,0.7892562,0.78512394,0.7768595,0.78512394,0.78099173,0.77272725,0.7768595,0.7768595,0.7768595,0.78099173,0.7768595,0.77272725,0.76859504,0.76033056,0.75206614,0.74793386,0.73966944,0.74793386,0.7355372,0.72727275,0.73140496,0.73966944,0.72727275,0.71487606,0.70247936,0.677686,0.6528926,0.6487603,0.6404959,0.61570245,0.59504133,0.5661157,0.53305787,0.5082645,0.47933885,0.47933885,0.49173555,0.4876033,0.45041323,0.40495867,0.32231405,0.19421488,0.1322314,0.35123968,0.47107437,0.57438016,0.60330576,0.6280992,0.6694215,0.7066116,0.6942149,0.6446281,0.61570245,0.6404959,0.6694215,0.6652893,0.6818182,0.71487606,0.7231405,0.7231405,0.73140496,0.73966944,0.74793386,0.75206614,0.75206614,0.76859504,0.75206614,0.75619835,0.75206614,0.75206614,0.75619835,0.7644628,0.76859504,0.76859504,0.7644628,0.76033056,0.76033056,0.74793386,0.74380165,0.71900827,0.7107438,0.7107438,0.7107438,0.6859504,0.69008267,0.6983471,0.6735537,0.6446281,0.6198347,0.5661157,0.5289256,0.5041322,0.49586776,0.47933885,0.45867768,0.4338843,0.40495867,0.38842976,0.36363637,0.35123968,0.40495867,0.45867768,0.45867768,0.4090909,0.37603307,0.23140496,0.11983471,0.42561984,0.5289256,0.57438016,0.60330576,0.62396693,0.6818182,0.677686,0.59917355,0.5041322,0.47107437,0.4876033,0.5041322,0.5,0.5123967,0.5413223,0.55785125,0.59504133,0.6322314,0.6322314,0.6322314,0.6446281,0.677686,0.6859504,0.6859504,0.6818182,0.6983471,0.7107438,0.72727275,0.74380165,0.75206614,0.75206614,0.75619835,0.75206614,0.74380165,0.7355372,0.71900827,0.69008267,0.677686,0.6652893,0.661157,0.6404959,0.60330576,0.59090906,0.5413223,0.47933885,0.42561984,0.37603307,0.3429752,0.2892562,0.28512397,0.28512397,0.29752067,0.28099173,0.2644628,0.24380165,0.24380165,0.23966943,0.25619835,0.35123968,0.4338843,0.41735536,0.41322315,0.2768595,0.1322314,0.5206612,0.58677685,0.59917355,0.6198347,0.6280992,0.62396693,0.5206612,0.41322315,0.3429752,0.3553719,0.36363637,0.3429752,0.3429752,0.34710744,0.3429752,0.3553719,0.35950413,0.3677686,0.38842976,0.39256197,0.41735536,0.49173555,0.5123967,0.54545456,0.56198347,0.62396693,0.6570248,0.6942149,0.7231405,0.73966944,0.74793386,0.75206614,0.75206614,0.7355372,0.7231405,0.6983471,0.6694215,0.6487603,0.62396693,0.59504133,0.5495868,0.45867768,0.4214876,0.35950413,0.30578512,0.27272728,0.25619835,0.23140496,0.20661157,0.1983471,0.19421488,0.20247933,0.1983471,0.20247933,0.21487603,0.2231405,0.23140496,0.19008264,0.20247933,0.30165288,0.40082645,0.42975205,0.3264463,0.16115703,0.5661157,0.62396693,0.6363636,0.61570245,0.5661157,0.43801653,0.33471075,0.3140496,0.30991736,0.30578512,0.30578512,0.28512397,0.28099173,0.2768595,0.2644628,0.24380165,0.2644628,0.2603306,0.2603306,0.25619835,0.24380165,0.30991736,0.37603307,0.41322315,0.4338843,0.49586776,0.59917355,0.6528926,0.6983471,0.71487606,0.71900827,0.75206614,0.74793386,0.72727275,0.70247936,0.677686,0.6487603,0.6322314,0.60330576,0.5371901,0.446281,0.34710744,0.30165288,0.2644628,0.23553719,0.21900827,0.21487603,0.20661157,0.2107438,0.19421488,0.21900827,0.23140496,0.24793388,0.27272728,0.30165288,0.32231405,0.3264463,0.2768595,0.1983471,0.16528925,0.29752067,0.42975205,0.39256197,0.19421488,0.59504133,0.6528926,0.6570248,0.5413223,0.39256197,0.3181818,0.3677686,0.40495867,0.4214876,0.3966942,0.37190083,0.3429752,0.35123968,0.338843,0.30991736,0.2892562,0.26859504,0.2603306,0.24793388,0.25619835,0.27272728,0.28512397,0.3305785,0.37190083,0.38842976,0.40082645,0.5165289,0.6198347,0.6735537,0.7107438,0.7107438,0.73966944,0.74380165,0.7231405,0.6942149,0.661157,0.6280992,0.60330576,0.57438016,0.4752066,0.39256197,0.3264463,0.29752067,0.27272728,0.24793388,0.24380165,0.23553719,0.24380165,0.28099173,0.3181818,0.3553719,0.3677686,0.3966942,0.4214876,0.44214877,0.43801653,0.43801653,0.4214876,0.35950413,0.22727273,0.20247933,0.38016528,0.41322315,0.24380165,0.61570245,0.6694215,0.6198347,0.41322315,0.34710744,0.41322315,0.5371901,0.58677685,0.58677685,0.57024795,0.54545456,0.5123967,0.5,0.4876033,0.48347107,0.46280992,0.41322315,0.34710744,0.3140496,0.3181818,0.33471075,0.3677686,0.40082645,0.41735536,0.42975205,0.4214876,0.47933885,0.60330576,0.6818182,0.6983471,0.6983471,0.74380165,0.74380165,0.71487606,0.6818182,0.6404959,0.60330576,0.57438016,0.5165289,0.4214876,0.37603307,0.3553719,0.3553719,0.338843,0.338843,0.338843,0.35950413,0.37603307,0.38429752,0.40495867,0.41735536,0.43801653,0.45041323,0.46280992,0.47107437,0.46280992,0.46280992,0.46694216,0.45041323,0.35123968,0.2231405,0.33471075,0.4338843,0.2768595,0.6487603,0.6652893,0.5413223,0.3966942,0.44214877,0.5371901,0.6322314,0.6446281,0.6363636,0.59504133,0.57438016,0.5371901,0.49173555,0.46280992,0.446281,0.42561984,0.4090909,0.37190083,0.35123968,0.34710744,0.35950413,0.4090909,0.45041323,0.45867768,0.46694216,0.46694216,0.5041322,0.57438016,0.6570248,0.70247936,0.72727275,0.74380165,0.75206614,0.71900827,0.6859504,0.6363636,0.58677685,0.5371901,0.46694216,0.39256197,0.37190083,0.38016528,0.37603307,0.3553719,0.33471075,0.28512397,0.2892562,0.26859504,0.26859504,0.2768595,0.29752067,0.32231405,0.36363637,0.36363637,0.38429752,0.41735536,0.42975205,0.42975205,0.43801653,0.42561984,0.3140496,0.3305785,0.42975205,0.30991736,0.6735537,0.6322314,0.5082645,0.4752066,0.5247934,0.5785124,0.59917355,0.59090906,0.55785125,0.47107437,0.40082645,0.35950413,0.30578512,0.27272728,0.23140496,0.22727273,0.21487603,0.20247933,0.21487603,0.25619835,0.29752067,0.34710744,0.4090909,0.45454547,0.46694216,0.47107437,0.4876033,0.5413223,0.6487603,0.7107438,0.75619835,0.76859504,0.77272725,0.73966944,0.71487606,0.661157,0.5785124,0.5082645,0.4214876,0.37190083,0.37190083,0.35950413,0.32231405,0.29338843,0.2603306,0.20247933,0.19421488,0.17355372,0.18181819,0.18595041,0.1983471,0.1983471,0.24380165,0.2644628,0.28099173,0.3140496,0.37603307,0.40495867,0.41735536,0.4214876,0.37603307,0.37603307,0.45454547,0.34710744,0.6652893,0.61157024,0.53305787,0.53305787,0.54545456,0.553719,0.53305787,0.5041322,0.41735536,0.338843,0.29338843,0.2644628,0.26859504,0.25619835,0.19421488,0.17768595,0.17768595,0.1570248,0.15289256,0.18181819,0.2603306,0.30578512,0.338843,0.40495867,0.45041323,0.47107437,0.4752066,0.49586776,0.6487603,0.74380165,0.78099173,0.7933884,0.8057851,0.76859504,0.74380165,0.6859504,0.5661157,0.46694216,0.39256197,0.36363637,0.338843,0.3181818,0.32231405,0.3181818,0.24380165,0.1694215,0.16115703,0.11570248,0.16528925,0.14876033,0.14876033,0.23140496,0.19008264,0.19008264,0.2107438,0.27272728,0.2892562,0.38016528,0.40082645,0.41735536,0.40495867,0.41735536,0.45454547,0.38016528,0.6818182,0.62396693,0.55785125,0.553719,0.5371901,0.5165289,0.4752066,0.41735536,0.3553719,0.2768595,0.2231405,0.23966943,0.37190083,0.3677686,0.18595041,0.19008264,0.2231405,0.16115703,0.1570248,0.15289256,0.33471075,0.37603307,0.3429752,0.37603307,0.4090909,0.45041323,0.47933885,0.49173555,0.60330576,0.75619835,0.80991733,0.8140496,0.8305785,0.79752064,0.7644628,0.6983471,0.54545456,0.4338843,0.38842976,0.37190083,0.3429752,0.3264463,0.338843,0.4214876,0.3305785,0.19421488,0.24793388,0.18595041,0.19008264,0.1446281,0.1322314,0.38016528,0.3140496,0.18181819,0.1446281,0.23553719,0.30578512,0.3553719,0.39256197,0.4090909,0.4214876,0.4338843,0.46694216,0.40082645,0.6859504,0.6446281,0.59090906,0.57438016,0.54545456,0.49173555,0.45041323,0.4090909,0.33471075,0.24793388,0.25619835,0.41322315,0.62396693,0.59504133,0.23966943,0.18595041,0.22727273,0.19008264,0.20247933,0.16528925,0.42975205,0.5082645,0.3677686,0.34710744,0.3966942,0.45041323,0.4752066,0.5041322,0.59504133,0.75619835,0.8181818,0.8347107,0.838843,0.8181818,0.7892562,0.6942149,0.5082645,0.42975205,0.40495867,0.41735536,0.35950413,0.30991736,0.38429752,0.53305787,0.41322315,0.18181819,0.19008264,0.18595041,0.19008264,0.1446281,0.17768595,0.4752066,0.46280992,0.2644628,0.16528925,0.16528925,0.32231405,0.35123968,0.3966942,0.4338843,0.45867768,0.45867768,0.48347107,0.42561984,0.6859504,0.6818182,0.6570248,0.6322314,0.59504133,0.5247934,0.48347107,0.46694216,0.3181818,0.27272728,0.33471075,0.49586776,0.6487603,0.71900827,0.338843,0.1983471,0.21900827,0.20661157,0.19421488,0.24793388,0.5041322,0.54545456,0.42561984,0.35123968,0.38429752,0.47933885,0.5165289,0.5413223,0.62396693,0.74380165,0.8140496,0.838843,0.838843,0.822314,0.8140496,0.6942149,0.4876033,0.4338843,0.45867768,0.46694216,0.38016528,0.3181818,0.40082645,0.5371901,0.48347107,0.2520661,0.20661157,0.21487603,0.19421488,0.16115703,0.29752067,0.47107437,0.45867768,0.30991736,0.20247933,0.22727273,0.30165288,0.36363637,0.41735536,0.48347107,0.49173555,0.4876033,0.5041322,0.446281,0.6942149,0.71900827,0.72727275,0.7066116,0.6859504,0.6363636,0.59917355,0.59504133,0.4876033,0.3181818,0.3553719,0.42561984,0.53305787,0.6983471,0.48347107,0.30165288,0.30165288,0.29338843,0.27272728,0.38429752,0.5247934,0.5082645,0.44214877,0.4338843,0.4752066,0.54545456,0.5785124,0.60330576,0.6818182,0.75619835,0.80991733,0.8429752,0.8471074,0.8264463,0.8057851,0.71487606,0.4876033,0.45041323,0.4876033,0.49586776,0.45041323,0.3966942,0.40082645,0.45041323,0.48347107,0.38429752,0.29752067,0.30165288,0.30578512,0.29338843,0.38429752,0.4214876,0.36363637,0.29752067,0.26859504,0.35950413,0.41735536,0.42561984,0.46694216,0.5289256,0.5413223,0.5165289,0.5206612,0.46280992,0.7107438,0.73966944,0.75206614,0.76033056,0.74380165,0.72727275,0.6942149,0.6859504,0.61570245,0.5,0.42975205,0.4090909,0.44214877,0.553719,0.5495868,0.4752066,0.45041323,0.45454547,0.446281,0.4876033,0.53305787,0.5206612,0.49586776,0.5041322,0.55785125,0.59504133,0.6280992,0.6570248,0.72727275,0.76859504,0.8057851,0.838843,0.8429752,0.8305785,0.8140496,0.72727275,0.5123967,0.46280992,0.48347107,0.5,0.45041323,0.47933885,0.49173555,0.49586776,0.5041322,0.47107437,0.45041323,0.43801653,0.4214876,0.40082645,0.39256197,0.40082645,0.38429752,0.37190083,0.36363637,0.42561984,0.48347107,0.5123967,0.5247934,0.56198347,0.553719,0.5371901,0.53305787,0.47933885,0.71487606,0.74793386,0.76033056,0.77272725,0.7644628,0.76033056,0.74380165,0.72727275,0.677686,0.607438,0.58264464,0.54545456,0.5247934,0.5206612,0.5247934,0.5289256,0.5165289,0.5082645,0.5206612,0.5123967,0.5165289,0.5165289,0.5289256,0.5165289,0.5495868,0.6404959,0.69008267,0.70247936,0.74793386,0.77272725,0.8057851,0.838843,0.8429752,0.8305785,0.80991733,0.72727275,0.5413223,0.47933885,0.47933885,0.5247934,0.46280992,0.45867768,0.49586776,0.53305787,0.5371901,0.5165289,0.4876033,0.46280992,0.45454547,0.45041323,0.44214877,0.446281,0.45041323,0.4338843,0.43801653,0.46694216,0.5041322,0.54545456,0.54545456,0.58677685,0.57024795,0.56198347,0.5371901,0.49173555,0.71487606,0.74793386,0.7644628,0.76859504,0.77272725,0.7768595,0.75619835,0.73140496,0.6942149,0.6652893,0.6363636,0.61157024,0.59917355,0.58677685,0.56198347,0.5413223,0.5206612,0.5123967,0.5206612,0.5165289,0.5206612,0.5165289,0.53305787,0.56198347,0.6487603,0.72727275,0.74380165,0.73140496,0.76033056,0.7768595,0.8057851,0.8429752,0.8471074,0.822314,0.80991733,0.7107438,0.55785125,0.5,0.49173555,0.553719,0.56198347,0.49586776,0.47933885,0.5123967,0.5371901,0.54545456,0.5371901,0.5123967,0.49173555,0.47933885,0.47107437,0.47107437,0.45867768,0.45454547,0.45867768,0.5041322,0.5495868,0.55785125,0.56198347,0.58264464,0.57438016,0.55785125,0.5371901,0.5,0.71487606,0.75206614,0.76859504,0.76859504,0.77272725,0.7768595,0.7644628,0.74380165,0.7231405,0.6942149,0.661157,0.6322314,0.61157024,0.59090906,0.5661157,0.5495868,0.53305787,0.53305787,0.5206612,0.5123967,0.5041322,0.5371901,0.607438,0.6818182,0.76859504,0.7768595,0.7644628,0.74380165,0.76859504,0.78099173,0.79752064,0.8347107,0.8471074,0.8264463,0.8181818,0.7066116,0.57024795,0.5206612,0.5247934,0.5661157,0.62396693,0.6198347,0.5661157,0.5206612,0.5123967,0.5165289,0.5165289,0.5041322,0.49173555,0.4876033,0.48347107,0.4876033,0.4876033,0.4876033,0.5082645,0.54545456,0.57438016,0.57024795,0.57438016,0.5785124,0.57024795,0.553719,0.5289256,0.49586776,0.71487606,0.74793386,0.77272725,0.7644628,0.77272725,0.78512394,0.7768595,0.75619835,0.74793386,0.7355372,0.7107438,0.6735537,0.6404959,0.61157024,0.58264464,0.57438016,0.55785125,0.553719,0.5661157,0.57024795,0.61157024,0.69008267,0.74793386,0.7892562,0.79752064,0.78099173,0.76859504,0.7644628,0.7768595,0.78099173,0.7933884,0.8305785,0.8429752,0.8264463,0.8181818,0.7066116,0.57438016,0.53305787,0.53305787,0.55785125,0.62396693,0.677686,0.6735537,0.6322314,0.59917355,0.553719,0.5247934,0.5082645,0.4876033,0.49586776,0.49586776,0.5,0.5123967,0.5247934,0.5495868,0.57024795,0.58677685,0.58677685,0.58264464,0.57438016,0.56198347,0.54545456,0.5247934,0.4752066,0.6818182,0.72727275,0.76033056,0.77272725,0.77272725,0.78099173,0.7892562,0.7892562,0.7768595,0.7892562,0.77272725,0.73966944,0.71900827,0.6942149,0.6818182,0.677686,0.6694215,0.677686,0.70247936,0.7231405,0.73966944,0.7892562,0.7892562,0.8057851,0.79752064,0.78099173,0.7768595,0.77272725,0.78099173,0.78099173,0.7892562,0.8347107,0.8471074,0.8305785,0.8140496,0.6983471,0.5785124,0.5413223,0.53305787,0.553719,0.61570245,0.6859504,0.71900827,0.7231405,0.71487606,0.6818182,0.6446281,0.6322314,0.60330576,0.59090906,0.59504133,0.59917355,0.6198347,0.6446281,0.6446281,0.6363636,0.62396693,0.59917355,0.58677685,0.57024795,0.553719,0.5413223,0.5206612,0.4090909,0.6570248,0.71900827,0.75206614,0.76033056,0.77272725,0.78099173,0.79752064,0.7933884,0.8057851,0.8181818,0.8181818,0.8057851,0.8016529,0.7933884,0.78512394,0.78099173,0.76859504,0.78512394,0.79752064,0.79752064,0.79752064,0.8016529,0.8057851,0.8140496,0.8057851,0.78512394,0.78099173,0.77272725,0.7768595,0.7768595,0.78512394,0.8305785,0.8471074,0.8305785,0.8057851,0.6983471,0.57024795,0.5413223,0.5289256,0.55785125,0.61157024,0.677686,0.7107438,0.74380165,0.75619835,0.76033056,0.74793386,0.74380165,0.73140496,0.71487606,0.7107438,0.6983471,0.6942149,0.6983471,0.69008267,0.6735537,0.6487603,0.607438,0.58264464,0.57024795,0.5495868,0.5371901,0.5041322,0.35950413,0.6446281,0.7066116,0.74380165,0.7644628,0.75619835,0.7892562,0.7933884,0.79752064,0.80991733,0.8264463,0.8264463,0.822314,0.8264463,0.8264463,0.822314,0.822314,0.8181818,0.8181818,0.8181818,0.8140496,0.80991733,0.8057851,0.8057851,0.8057851,0.8057851,0.7892562,0.78512394,0.78099173,0.7768595,0.77272725,0.78512394,0.822314,0.8512397,0.8347107,0.7933884,0.69008267,0.57024795,0.54545456,0.5413223,0.55785125,0.59917355,0.6652893,0.7066116,0.7355372,0.74793386,0.74793386,0.7644628,0.76859504,0.7644628,0.76859504,0.76859504,0.76033056,0.7355372,0.71900827,0.70247936,0.6735537,0.6528926,0.6198347,0.59090906,0.57024795,0.5495868,0.5289256,0.4752066,0.37190083,0.61157024,0.69008267,0.7355372,0.75619835,0.76859504,0.78099173,0.7933884,0.8016529,0.8181818,0.8305785,0.8305785,0.8305785,0.8305785,0.8347107,0.8305785,0.8305785,0.8305785,0.8264463,0.8264463,0.8181818,0.8140496,0.79752064,0.8016529,0.8057851,0.79752064,0.7933884,0.78512394,0.78099173,0.77272725,0.7768595,0.78512394,0.8016529,0.8471074,0.8264463,0.78099173,0.6694215,0.56198347,0.54545456,0.54545456,0.553719,0.58677685,0.6446281,0.6983471,0.7231405,0.73140496,0.74380165,0.75619835,0.76033056,0.75619835,0.78512394,0.78099173,0.76033056,0.75206614,0.73140496,0.7107438,0.69008267,0.6694215,0.6322314,0.60330576,0.57024795,0.5413223,0.5123967,0.44214877,0.38016528,0.5785124,0.6652893,0.71487606,0.74793386,0.7644628,0.78099173,0.7933884,0.8057851,0.8181818,0.8305785,0.8305785,0.8347107,0.8305785,0.8347107,0.8305785,0.8347107,0.8264463,0.822314,0.8305785,0.8181818,0.80991733,0.7933884,0.79752064,0.7933884,0.78099173,0.78099173,0.77272725,0.76859504,0.76859504,0.7768595,0.78512394,0.8057851,0.8305785,0.8264463,0.78099173,0.677686,0.57438016,0.5413223,0.54545456,0.54545456,0.57024795,0.61570245,0.6735537,0.7066116,0.72727275,0.74380165,0.75206614,0.75206614,0.74793386,0.77272725,0.77272725,0.7644628,0.75206614,0.7355372,0.7107438,0.70247936,0.677686,0.6404959,0.61157024,0.57438016,0.5371901,0.49586776,0.4214876,0.40082645,0.5495868,0.6404959,0.69008267,0.7231405,0.76033056,0.7768595,0.7892562,0.8057851,0.80991733,0.8305785,0.8264463,0.8305785,0.8347107,0.8305785,0.8305785,0.8305785,0.8181818,0.80991733,0.80991733,0.80991733,0.7892562,0.78099173,0.7768595,0.7644628,0.75206614,0.76033056,0.74793386,0.75206614,0.76033056,0.78099173,0.79752064,0.8140496,0.8305785,0.8140496,0.7768595,0.6818182,0.59917355,0.5495868,0.5371901,0.5247934,0.5371901,0.5785124,0.6446281,0.69008267,0.71900827,0.7355372,0.74380165,0.76033056,0.75206614,0.75619835,0.7644628,0.75619835,0.74793386,0.73966944,0.7107438,0.7066116,0.6735537,0.6322314,0.59917355,0.5661157,0.5247934,0.47933885,0.4090909,0.42975205,0.5082645,0.61157024,0.6735537,0.7107438,0.75206614,0.77272725,0.78099173,0.8016529,0.8057851,0.8264463,0.8181818,0.8305785,0.8305785,0.8264463,0.8181818,0.822314,0.80991733,0.8140496,0.8140496,0.79752064,0.76033056,0.74793386,0.72727275,0.6983471,0.6942149,0.73140496,0.7355372,0.7355372,0.76033056,0.78099173,0.8057851,0.8305785,0.8264463,0.8140496,0.77272725,0.7066116,0.6322314,0.56198347,0.5165289,0.5,0.48347107,0.5247934,0.607438,0.6570248,0.69008267,0.71487606,0.74380165,0.75619835,0.76033056,0.75206614,0.74380165,0.72727275,0.72727275,0.7231405,0.6983471,0.6942149,0.6570248,0.61570245,0.58677685,0.553719,0.5165289,0.45867768,0.4090909,0.42975205,0.47933885,0.5785124,0.6446281,0.6942149,0.74380165,0.7644628,0.78099173,0.7933884,0.8016529,0.8181818,0.8181818,0.8140496,0.822314,0.822314,0.8140496,0.8181818,0.80991733,0.79752064,0.78512394,0.76859504,0.73140496,0.6859504,0.6528926,0.61570245,0.6570248,0.7231405,0.74380165,0.7355372,0.75206614,0.7933884,0.8140496,0.8305785,0.8305785,0.8057851,0.77272725,0.72727275,0.6652893,0.57438016,0.5206612,0.5165289,0.46280992,0.47107437,0.5661157,0.6363636,0.6694215,0.6942149,0.72727275,0.74380165,0.74793386,0.7355372,0.71487606,0.6983471,0.7107438,0.69008267,0.6735537,0.661157,0.6322314,0.59090906,0.57024795,0.53305787,0.5,0.4338843,0.38842976,0.3553719,0.4752066,0.55785125,0.62396693,0.6735537,0.7107438,0.74380165,0.77272725,0.78512394,0.7933884,0.8057851,0.80991733,0.8057851,0.8016529,0.8140496,0.79752064,0.7933884,0.7892562,0.7644628,0.74793386,0.71487606,0.677686,0.6322314,0.59504133,0.5785124,0.6694215,0.76033056,0.77272725,0.75206614,0.74793386,0.7892562,0.8181818,0.8305785,0.8305785,0.79752064,0.7644628,0.73966944,0.6859504,0.59090906,0.54545456,0.57438016,0.5,0.42975205,0.5247934,0.60330576,0.6404959,0.677686,0.70247936,0.7231405,0.72727275,0.7231405,0.6983471,0.677686,0.6859504,0.6652893,0.6528926,0.6363636,0.60330576,0.58264464,0.54545456,0.5123967,0.4876033,0.41735536,0.30165288,0.18595041,0.4752066,0.5413223,0.59090906,0.6446281,0.69008267,0.7355372,0.75206614,0.77272725,0.78099173,0.7892562,0.79752064,0.7892562,0.7892562,0.7892562,0.78512394,0.7768595,0.7644628,0.73140496,0.7066116,0.661157,0.61570245,0.59090906,0.5785124,0.58264464,0.6983471,0.78512394,0.7892562,0.7768595,0.75206614,0.7892562,0.8181818,0.8264463,0.8140496,0.79752064,0.75206614,0.73966944,0.69008267,0.607438,0.57024795,0.607438,0.55785125,0.42975205,0.4876033,0.55785125,0.60330576,0.6363636,0.6652893,0.69008267,0.6983471,0.6942149,0.6818182,0.661157,0.661157,0.6404959,0.6363636,0.61570245,0.58264464,0.57024795,0.5206612,0.5082645,0.4752066,0.38016528,0.14876033,0.07024793,0.48347107,0.5371901,0.57438016,0.62396693,0.6652893,0.71487606,0.7355372,0.74793386,0.7644628,0.76859504,0.76859504,0.7644628,0.78099173,0.7768595,0.75206614,0.74380165,0.72727275,0.69008267,0.6487603,0.59504133,0.56198347,0.56198347,0.59917355,0.6198347,0.69008267,0.75619835,0.7644628,0.77272725,0.77272725,0.78099173,0.8016529,0.8140496,0.8016529,0.78099173,0.75206614,0.72727275,0.6818182,0.61157024,0.57024795,0.57438016,0.56198347,0.45454547,0.46694216,0.5165289,0.56198347,0.59504133,0.6198347,0.6528926,0.6528926,0.6528926,0.6487603,0.6322314,0.6280992,0.61157024,0.61157024,0.58264464,0.5661157,0.5495868,0.5123967,0.47933885,0.47107437,0.3429752,0.05785124,0.053719006,0.48347107,0.5413223,0.55785125,0.59917355,0.6404959,0.6859504,0.7107438,0.72727275,0.73966944,0.74380165,0.75206614,0.74380165,0.75206614,0.74793386,0.71487606,0.69008267,0.6694215,0.6487603,0.58677685,0.5413223,0.5123967,0.5413223,0.6198347,0.677686,0.6735537,0.6363636,0.6528926,0.71487606,0.75206614,0.77272725,0.78512394,0.7892562,0.7768595,0.75206614,0.7231405,0.6859504,0.6322314,0.57024795,0.5041322,0.4876033,0.5041322,0.47107437,0.47933885,0.47933885,0.5165289,0.5413223,0.5785124,0.607438,0.607438,0.61157024,0.61570245,0.61570245,0.59917355,0.58264464,0.5785124,0.553719,0.5413223,0.5206612,0.5041322,0.45867768,0.46694216,0.30165288,0.037190083,0.0661157,0.446281,0.553719,0.55785125,0.58264464,0.61570245,0.6528926,0.6694215,0.69008267,0.7066116,0.7107438,0.7231405,0.71487606,0.7066116,0.6983471,0.677686,0.6322314,0.59090906,0.57024795,0.5123967,0.49173555,0.4752066,0.54545456,0.6446281,0.70247936,0.71900827,0.61157024,0.45041323,0.49586776,0.6198347,0.6983471,0.73140496,0.7355372,0.73140496,0.6983471,0.6694215,0.61570245,0.54545456,0.45867768,0.4090909,0.4214876,0.47107437,0.49173555,0.47107437,0.44214877,0.45867768,0.49586776,0.53305787,0.55785125,0.57024795,0.58264464,0.58677685,0.59090906,0.57024795,0.56198347,0.5495868,0.5371901,0.5247934,0.5,0.47107437,0.46694216,0.45041323,0.2768595,0.020661157,0.07024793,0.38016528,0.5661157,0.55785125,0.5661157,0.58264464,0.62396693,0.6446281,0.6528926,0.6694215,0.6735537,0.6818182,0.677686,0.6652893,0.6404959,0.61570245,0.57438016,0.53305787,0.5,0.46694216,0.47107437,0.5206612,0.61157024,0.6942149,0.71487606,0.72727275,0.6942149,0.55785125,0.45867768,0.49586776,0.56198347,0.6198347,0.6404959,0.62396693,0.59917355,0.56198347,0.5165289,0.42975205,0.35950413,0.40082645,0.45867768,0.47933885,0.49586776,0.4876033,0.43801653,0.42975205,0.45041323,0.49173555,0.5123967,0.53305787,0.5495868,0.55785125,0.55785125,0.54545456,0.5371901,0.5247934,0.5165289,0.4876033,0.4752066,0.45041323,0.446281,0.44214877,0.19421488,0.02892562,0.0785124,0.30165288,0.5661157,0.5661157,0.5661157,0.5661157,0.59090906,0.62396693,0.6280992,0.6487603,0.6528926,0.6528926,0.6404959,0.6198347,0.59504133,0.56198347,0.5289256,0.49173555,0.46280992,0.46280992,0.5206612,0.61157024,0.677686,0.72727275,0.7355372,0.73140496,0.71900827,0.6404959,0.54545456,0.5,0.5,0.5082645,0.5123967,0.49173555,0.4752066,0.45041323,0.41322315,0.36363637,0.38016528,0.45454547,0.48347107,0.47933885,0.5165289,0.5,0.49586776,0.45041323,0.42561984,0.45867768,0.47933885,0.49586776,0.5165289,0.5289256,0.53305787,0.5289256,0.5206612,0.5041322,0.48347107,0.46280992,0.45041323,0.43801653,0.44214877,0.41322315,0.1570248,0.041322313,0.07438017,0.1983471,0.553719,0.57438016,0.57438016,0.5661157,0.56198347,0.58264464,0.59504133,0.61157024,0.61570245,0.61157024,0.59917355,0.57438016,0.54545456,0.5165289,0.48347107,0.45867768,0.47107437,0.5165289,0.59090906,0.661157,0.71487606,0.73966944,0.75206614,0.75206614,0.74380165,0.70247936,0.61157024,0.56198347,0.5247934,0.47933885,0.43801653,0.4214876,0.41735536,0.4090909,0.3966942,0.3966942,0.43801653,0.48347107,0.49586776,0.5082645,0.5247934,0.5041322,0.5247934,0.5165289,0.4338843,0.41322315,0.45041323,0.46694216,0.47933885,0.49586776,0.5041322,0.5082645,0.5,0.47933885,0.45041323,0.42561984,0.43801653,0.4338843,0.43801653,0.38842976,0.10743801,0.06198347,0.07438017,0.11983471,0.5082645,0.5785124,0.58264464,0.5661157,0.553719,0.553719,0.55785125,0.57438016,0.59090906,0.57438016,0.55785125,0.53305787,0.5041322,0.4752066,0.45041323,0.47107437,0.5165289,0.55785125,0.6280992,0.6942149,0.74380165,0.7644628,0.74793386,0.7768595,0.76033056,0.74380165,0.6859504,0.61570245,0.5661157,0.5,0.45454547,0.44214877,0.45041323,0.43801653,0.43801653,0.45454547,0.47933885,0.49586776,0.5,0.5247934,0.5206612,0.5206612,0.5289256,0.5413223,0.49173555,0.3966942,0.4090909,0.4338843,0.45454547,0.47107437,0.47933885,0.49173555,0.4876033,0.47107437,0.43801653,0.41735536,0.4338843,0.43801653,0.446281,0.3305785,0.0785124,0.07024793,0.07024793,0.08677686,0.42975205,0.5785124,0.58264464,0.58677685,0.553719,0.54545456,0.5413223,0.57024795,0.57438016,0.56198347,0.54545456,0.5165289,0.48347107,0.45454547,0.46280992,0.5,0.53305787,0.5661157,0.6363636,0.70247936,0.74793386,0.76033056,0.74380165,0.77272725,0.76033056,0.7644628,0.75206614,0.6694215,0.607438,0.5371901,0.5082645,0.5082645,0.49586776,0.4752066,0.47933885,0.4876033,0.5041322,0.5123967,0.5165289,0.53305787,0.53305787,0.5413223,0.53305787,0.5082645,0.5082645,0.446281,0.35123968,0.40082645,0.45454547,0.45867768,0.47107437,0.47933885,0.47933885,0.46694216,0.42975205,0.42561984,0.4338843,0.43801653,0.43801653,0.2603306,0.07024793,0.0785124,0.07438017,0.07024793,0.3140496,0.553719,0.58677685,0.60330576,0.5661157,0.54545456,0.54545456,0.56198347,0.5661157,0.56198347,0.5289256,0.5123967,0.4752066,0.45454547,0.4752066,0.49586776,0.5206612,0.57024795,0.6446281,0.7066116,0.73966944,0.75619835,0.75619835,0.76033056,0.75206614,0.7644628,0.7644628,0.7231405,0.661157,0.58264464,0.553719,0.5495868,0.53305787,0.5206612,0.5289256,0.5165289,0.5206612,0.5413223,0.5371901,0.5413223,0.5371901,0.5371901,0.5165289,0.4876033,0.46694216,0.45454547,0.36363637,0.3429752,0.446281,0.46694216,0.47933885,0.48347107,0.48347107,0.46694216,0.4338843,0.4338843,0.45041323,0.446281,0.40082645,0.19421488,0.053719006,0.08264463,0.07438017,0.09090909,0.17768595,0.5082645,0.5785124,0.59090906,0.59504133,0.57024795,0.5371901,0.5661157,0.5785124,0.55785125,0.5371901,0.5206612,0.4876033,0.4752066,0.45041323,0.46694216,0.4876033,0.54545456,0.6404959,0.70247936,0.72727275,0.73966944,0.75619835,0.75206614,0.76033056,0.7644628,0.75619835,0.75206614,0.6942149,0.6322314,0.607438,0.58677685,0.5785124,0.57024795,0.57438016,0.57024795,0.55785125,0.553719,0.55785125,0.553719,0.5413223,0.5289256,0.5,0.46694216,0.4214876,0.41735536,0.3966942,0.30991736,0.4338843,0.49173555,0.4876033,0.49586776,0.4876033,0.46694216,0.44214877,0.45454547,0.46280992,0.446281,0.34710744,0.1322314,0.049586777,0.0785124,0.07438017,0.10743801,0.07438017,0.41322315,0.56198347,0.59090906,0.60330576,0.59090906,0.56198347,0.55785125,0.57024795,0.57024795,0.56198347,0.55785125,0.53305787,0.48347107,0.4214876,0.45454547,0.42561984,0.40082645,0.47933885,0.57438016,0.61570245,0.6487603,0.6818182,0.6942149,0.70247936,0.70247936,0.6818182,0.6735537,0.6652893,0.6528926,0.6446281,0.61570245,0.607438,0.59090906,0.57438016,0.55785125,0.5413223,0.5371901,0.5371901,0.5123967,0.5,0.47933885,0.43801653,0.40082645,0.34710744,0.37603307,0.39256197,0.35123968,0.44214877,0.53305787,0.5082645,0.5123967,0.47107437,0.45867768,0.45041323,0.46280992,0.45454547,0.42975205,0.27272728,0.08677686,0.0661157,0.08264463,0.08264463,0.10330579,0.053719006,0.26859504,0.5123967,0.57438016,0.58677685,0.58677685,0.58264464,0.56198347,0.56198347,0.5785124,0.59090906,0.59090906,0.58264464,0.49173555,0.42975205,0.5123967,0.5247934,0.47107437,0.35123968,0.3181818,0.3966942,0.446281,0.47107437,0.5041322,0.5206612,0.5206612,0.5247934,0.5165289,0.54545456,0.5661157,0.59090906,0.58264464,0.5371901,0.5082645,0.47933885,0.45041323,0.4338843,0.4338843,0.4338843,0.41735536,0.40495867,0.3677686,0.3140496,0.338843,0.36363637,0.41322315,0.41735536,0.38842976,0.48347107,0.55785125,0.5413223,0.5082645,0.46280992,0.45041323,0.446281,0.45867768,0.45041323,0.38016528,0.18595041,0.06198347,0.0785124,0.0785124,0.08677686,0.09504132,0.08264463,0.1446281,0.4090909,0.5495868,0.5661157,0.58677685,0.59090906,0.58264464,0.553719,0.5661157,0.59090906,0.59917355,0.59090906,0.4876033,0.4752066,0.5785124,0.62396693,0.6487603,0.5661157,0.40495867,0.30578512,0.3140496,0.3305785,0.38016528,0.45454547,0.45041323,0.47107437,0.46694216,0.45867768,0.47107437,0.49173555,0.4876033,0.44214877,0.42561984,0.42561984,0.38842976,0.38016528,0.35123968,0.3140496,0.30165288,0.30578512,0.29752067,0.30578512,0.41322315,0.47107437,0.4876033,0.46280992,0.4338843,0.5247934,0.55785125,0.5289256,0.5,0.45041323,0.446281,0.45041323,0.45454547,0.4338843,0.3181818,0.11157025,0.0661157,0.08677686,0.07438017,0.0785124,0.09504132,0.10330579,0.0785124,0.2603306,0.49173555,0.553719,0.57438016,0.59090906,0.58264464,0.5661157,0.5495868,0.5661157,0.5785124,0.58264464,0.5123967,0.53305787,0.6363636,0.6818182,0.7107438,0.72727275,0.6818182,0.5495868,0.45041323,0.36363637,0.3677686,0.4752066,0.46694216,0.5082645,0.553719,0.5123967,0.45454547,0.4214876,0.41735536,0.39256197,0.39256197,0.3966942,0.37190083,0.4214876,0.36363637,0.24380165,0.24380165,0.2892562,0.35123968,0.42561984,0.5041322,0.5247934,0.53305787,0.49586776,0.4752066,0.5247934,0.5289256,0.5123967,0.46694216,0.446281,0.4338843,0.45041323,0.43801653,0.38842976,0.25619835,0.08677686,0.08264463,0.09504132,0.0785124,0.0785124,0.09917355,0.10743801,0.07438017,0.10330579,0.34710744,0.5206612,0.553719,0.58264464,0.57438016,0.57438016,0.55785125,0.5371901,0.553719,0.57438016,0.5495868,0.59090906,0.661157,0.70247936,0.7231405,0.72727275,0.7355372,0.6942149,0.62396693,0.57438016,0.5206612,0.49586776,0.44214877,0.49586776,0.60330576,0.5785124,0.5289256,0.446281,0.5206612,0.49173555,0.49586776,0.46280992,0.40495867,0.42561984,0.37190083,0.30578512,0.3305785,0.38016528,0.45041323,0.5,0.5247934,0.5413223,0.5495868,0.5082645,0.47933885,0.5082645,0.5082645,0.4752066,0.44214877,0.43801653,0.4338843,0.4338843,0.3966942,0.29752067,0.22727273,0.09917355,0.08677686,0.09090909,0.09090909,0.0785124,0.11157025,0.10743801,0.09917355,0.07438017,0.17768595,0.41735536,0.5247934,0.5495868,0.5661157,0.5661157,0.5661157,0.5413223,0.54545456,0.57024795,0.58677685,0.6198347,0.6735537,0.6942149,0.7066116,0.7107438,0.72727275,0.71487606,0.6859504,0.6446281,0.6404959,0.61570245,0.553719,0.5289256,0.53305787,0.5165289,0.47107437,0.4214876,0.5413223,0.5165289,0.5,0.44214877,0.3677686,0.38016528,0.38842976,0.3966942,0.40082645,0.44214877,0.49173555,0.5165289,0.5289256,0.553719,0.5495868,0.5123967,0.49173555,0.49586776,0.47933885,0.45867768,0.42561984,0.42561984,0.4214876,0.40495867,0.33471075,0.21900827,0.23140496,0.09917355,0.08677686,0.09090909,0.08264463,0.0785124,0.11983471,0.10330579,0.08677686,0.07024793,0.05785124,0.2603306,0.4752066,0.5165289,0.5371901,0.5495868,0.5661157,0.5661157,0.56198347,0.59090906,0.60330576,0.6404959,0.6735537,0.6983471,0.69008267,0.6942149,0.70247936,0.71487606,0.6983471,0.6735537,0.6404959,0.6322314,0.6280992,0.6280992,0.61570245,0.58264464,0.5123967,0.45454547,0.46280992,0.446281,0.45041323,0.43801653,0.43801653,0.42975205,0.40495867,0.41735536,0.42561984,0.48347107,0.5082645,0.5041322,0.5289256,0.54545456,0.5289256,0.5123967,0.4876033,0.47933885,0.45867768,0.43801653,0.4214876,0.4090909,0.41322315,0.338843,0.25619835,0.21900827,0.19008264,0.11157025,0.08264463,0.09917355,0.08264463,0.08677686,0.12809917,0.0785124,0.09917355,0.07438017,0.049586777,0.14876033,0.40082645,0.4876033,0.5082645,0.5289256,0.5495868,0.57438016,0.58677685,0.59090906,0.62396693,0.6570248,0.677686,0.6942149,0.677686,0.6652893,0.661157,0.6942149,0.6942149,0.6818182,0.6528926,0.607438,0.58264464,0.58677685,0.61157024,0.61157024,0.5785124,0.55785125,0.5495868,0.5123967,0.48347107,0.46694216,0.446281,0.4090909,0.4090909,0.43801653,0.4752066,0.5,0.5,0.5123967,0.53305787,0.54545456,0.5289256,0.5041322,0.49586776,0.4752066,0.446281,0.42975205,0.41322315,0.39256197,0.35950413,0.2644628,0.2231405,0.21487603,0.11983471,0.09504132,0.09917355,0.09504132,0.08264463,0.09504132,0.11983471,0.08264463,0.09504132,0.09090909,0.05785124,0.12396694,0.37190083,0.46280992,0.47107437,0.5123967,0.53305787,0.55785125,0.59090906,0.60330576,0.6404959,0.6735537,0.6818182,0.6818182,0.6652893,0.661157,0.6570248,0.6487603,0.6570248,0.6735537,0.6570248,0.62396693,0.59504133,0.5495868,0.5165289,0.5,0.47933885,0.46694216,0.46280992,0.45041323,0.43801653,0.4338843,0.4214876,0.42561984,0.46280992,0.4876033,0.5082645,0.4876033,0.4876033,0.53305787,0.54545456,0.5413223,0.5206612,0.5,0.48347107,0.45867768,0.42975205,0.4090909,0.39256197,0.3553719,0.28512397,0.2107438,0.20247933,0.1570248,0.10330579,0.08264463,0.09917355,0.10743801,0.07438017,0.09917355,0.11983471,0.07438017,0.09504132,0.08677686,0.05785124,0.09917355,0.34710744,0.46694216,0.44214877,0.45867768,0.5082645,0.53305787,0.57438016,0.61570245,0.6446281,0.6859504,0.6818182,0.6818182,0.6818182,0.6694215,0.6735537,0.6404959,0.61157024,0.6528926,0.6363636,0.6280992,0.60330576,0.553719,0.5082645,0.47933885,0.47107437,0.45454547,0.44214877,0.43801653,0.44214877,0.45867768,0.47107437,0.4752066,0.4876033,0.5041322,0.48347107,0.4876033,0.5041322,0.53305787,0.5495868,0.5289256,0.5247934,0.4876033,0.46280992,0.43801653,0.41735536,0.3966942,0.36363637,0.2603306,0.17768595,0.1570248,0.14049587,0.10330579,0.09917355,0.08677686,0.08677686,0.10743801,0.07024793,0.10743801,0.10330579,0.08264463,0.08677686,0.0785124,0.06198347,0.0785124,0.3264463,0.4752066,0.46280992,0.42561984,0.46694216,0.5123967,0.553719,0.59917355,0.6280992,0.6694215,0.70247936,0.6983471,0.6942149,0.6983471,0.6859504,0.6528926,0.6198347,0.6198347,0.60330576,0.607438,0.59917355,0.57024795,0.5413223,0.5165289,0.5082645,0.49173555,0.48347107,0.47933885,0.4876033,0.49173555,0.49586776,0.4876033,0.4752066,0.4876033,0.4752066,0.5,0.53305787,0.54545456,0.553719,0.53305787,0.5082645,0.47933885,0.446281,0.4090909,0.39256197,0.3677686,0.29338843,0.14876033,0.08264463,0.09090909,0.09504132,0.08677686,0.09090909,0.08264463,0.09090909,0.08264463,0.09504132,0.09917355,0.0785124,0.08677686,0.08264463,0.08264463,0.05785124,0.05785124,0.3140496,0.4752066,0.47933885,0.46280992,0.44214877,0.47107437,0.5247934,0.57024795,0.59917355,0.6487603,0.6942149,0.7066116,0.7066116,0.7066116,0.70247936,0.6694215,0.6487603,0.6280992,0.59917355,0.57024795,0.56198347,0.5413223,0.53305787,0.5165289,0.5082645,0.5041322,0.5,0.49586776,0.4876033,0.4876033,0.4876033,0.47107437,0.4752066,0.49173555,0.49586776,0.5206612,0.55785125,0.5413223,0.553719,0.5289256,0.5041322,0.46694216,0.41322315,0.3966942,0.36363637,0.3264463,0.23553719,0.10330579,0.06198347,0.0661157,0.08264463,0.09090909,0.08264463,0.09504132,0.07024793,0.09090909,0.08264463,0.09917355,0.07438017,0.07438017,0.0785124,0.08677686,0.053719006,0.041322313,0.3264463,0.4752066,0.4876033,0.49586776,0.4752066,0.43801653,0.46694216,0.5289256,0.57438016,0.61570245,0.6652893,0.6942149,0.71487606,0.71487606,0.7066116,0.6942149,0.6735537,0.661157,0.6446281,0.607438,0.5785124,0.54545456,0.5247934,0.5082645,0.5041322,0.49586776,0.49173555,0.4876033,0.48347107,0.49173555,0.49586776,0.49173555,0.49586776,0.5123967,0.5206612,0.5371901,0.56198347,0.553719,0.54545456,0.5206612,0.47107437,0.42561984,0.37603307,0.36363637,0.3429752,0.30578512,0.19008264,0.08677686,0.0661157,0.07438017,0.08677686,0.08677686,0.08264463,0.08264463,0.08264463,0.09090909,0.09090909,0.09504132,0.07024793,0.07438017,0.0785124,0.07438017,0.06198347,0.020661157,0.34710744,0.47107437,0.48347107,0.5041322,0.49173555,0.4752066,0.44214877,0.47933885,0.5289256,0.57438016,0.6322314,0.6735537,0.7066116,0.7231405,0.72727275,0.71487606,0.70247936,0.70247936,0.6818182,0.677686,0.6363636,0.607438,0.56198347,0.54545456,0.53305787,0.5289256,0.5247934,0.5247934,0.5247934,0.5371901,0.5413223,0.5371901,0.5289256,0.5413223,0.5413223,0.56198347,0.5661157,0.553719,0.5495868,0.5082645,0.43801653,0.37603307,0.3553719,0.3553719,0.35123968,0.29338843,0.14876033,0.0785124,0.07024793,0.08264463,0.08264463,0.08264463,0.08264463,0.09504132,0.08677686,0.09090909,0.08677686,0.09090909,0.07438017,0.08264463,0.07438017,0.0661157,0.07438017,0.004132231,0.3553719,0.47107437,0.48347107,0.5082645,0.5123967,0.49586776,0.48347107,0.45454547,0.4752066,0.5165289,0.5785124,0.6446281,0.69008267,0.71900827,0.7355372,0.7231405,0.7231405,0.71487606,0.71487606,0.71900827,0.7231405,0.70247936,0.6859504,0.6652893,0.6363636,0.6363636,0.62396693,0.607438,0.607438,0.607438,0.607438,0.58264464,0.5661157,0.57024795,0.57438016,0.58677685,0.57024795,0.5413223,0.5247934,0.46280992,0.38429752,0.35123968,0.35950413,0.38429752,0.3553719,0.2520661,0.11157025,0.0785124,0.07438017,0.08677686,0.07438017,0.0785124,0.0785124,0.08264463,0.0785124,0.08677686,0.0785124,0.0785124,0.07024793,0.0785124,0.0785124,0.07024793,0.09504132,0.053719006,0.37603307,0.46280992,0.49173555,0.5041322,0.5165289,0.5165289,0.5,0.48347107,0.45867768,0.47107437,0.5123967,0.59090906,0.661157,0.70247936,0.71900827,0.73140496,0.74793386,0.75206614,0.74380165,0.73966944,0.7644628,0.76033056,0.75206614,0.74380165,0.7231405,0.72727275,0.71487606,0.6942149,0.677686,0.6694215,0.6570248,0.6322314,0.61570245,0.60330576,0.59504133,0.58264464,0.55785125,0.5206612,0.48347107,0.40082645,0.34710744,0.37190083,0.3966942,0.3966942,0.35950413,0.19008264,0.0785124,0.07438017,0.08264463,0.07438017,0.07024793,0.0785124,0.0785124,0.07438017,0.0785124,0.0785124,0.07438017,0.0785124,0.07024793,0.0661157,0.09090909,0.09917355,0.12396694,0.16528925,0.3677686,0.46280992,0.5,0.5,0.5206612,0.54545456,0.5206612,0.49173555,0.47933885,0.45454547,0.46280992,0.5165289,0.60330576,0.6652893,0.6942149,0.71900827,0.74793386,0.7644628,0.7644628,0.76033056,0.7644628,0.76859504,0.7644628,0.75619835,0.72727275,0.73140496,0.73140496,0.7231405,0.7066116,0.70247936,0.6818182,0.661157,0.6404959,0.6322314,0.61570245,0.57024795,0.5206612,0.48347107,0.41735536,0.36363637,0.37603307,0.40495867,0.40082645,0.40082645,0.3429752,0.15289256,0.0661157,0.07438017,0.08264463,0.0785124,0.0661157,0.0785124,0.07438017,0.08264463,0.08264463,0.08264463,0.0785124,0.08677686,0.0661157,0.0785124,0.11570248,0.13636364,0.1694215,0.2644628,0.3553719,0.47107437,0.4876033,0.5247934,0.5289256,0.5413223,0.53305787,0.5206612,0.49173555,0.4752066,0.45041323,0.45867768,0.5165289,0.59917355,0.6528926,0.6859504,0.71900827,0.74793386,0.7644628,0.7644628,0.76033056,0.75619835,0.75619835,0.74380165,0.72727275,0.71487606,0.7066116,0.71487606,0.6983471,0.70247936,0.6818182,0.6487603,0.6280992,0.6280992,0.59090906,0.53305787,0.49586776,0.45041323,0.38016528,0.38016528,0.40495867,0.4090909,0.3966942,0.40082645,0.3305785,0.14876033,0.0661157,0.07438017,0.0785124,0.08264463,0.06198347,0.0785124,0.07438017,0.08264463,0.08264463,0.08264463,0.0785124,0.08677686,0.07438017,0.10330579,0.1570248,0.16528925,0.21487603,0.28099173,0.35950413,0.45041323,0.5,0.53305787,0.54545456,0.553719,0.5413223,0.53305787,0.5206612,0.49586776,0.46280992,0.45041323,0.45454547,0.5082645,0.59504133,0.6446281,0.69008267,0.71900827,0.74793386,0.75619835,0.74793386,0.74793386,0.73966944,0.73140496,0.71487606,0.7107438,0.6942149,0.7107438,0.69008267,0.70247936,0.6818182,0.6487603,0.62396693,0.6280992,0.59504133,0.5371901,0.49586776,0.45454547,0.38429752,0.37603307,0.40082645,0.4090909,0.40082645,0.40082645,0.33471075,0.16115703,0.0661157,0.07438017,0.0785124,0.08264463,0.06198347,0.0785124,0.07024793,0.08264463,0.08264463,0.08264463,0.07438017,0.08677686,9 +0.57024795,0.59917355,0.6487603,0.6652893,0.677686,0.71487606,0.7355372,0.73966944,0.74380165,0.74793386,0.7355372,0.75206614,0.7644628,0.7644628,0.7644628,0.7644628,0.76033056,0.75619835,0.75206614,0.75206614,0.75619835,0.75206614,0.74380165,0.73966944,0.7355372,0.73966944,0.73966944,0.73966944,0.73140496,0.73140496,0.7231405,0.7107438,0.7231405,0.7107438,0.71487606,0.7231405,0.7107438,0.6983471,0.677686,0.6859504,0.677686,0.6652893,0.6570248,0.6487603,0.6404959,0.6363636,0.6322314,0.61570245,0.59917355,0.59090906,0.59090906,0.57024795,0.54545456,0.53305787,0.5165289,0.5082645,0.49173555,0.45867768,0.41322315,0.29752067,0.15289256,0.09917355,0.09504132,0.10330579,0.5495868,0.57024795,0.6198347,0.677686,0.69008267,0.71900827,0.7355372,0.73966944,0.75206614,0.73966944,0.7355372,0.75619835,0.76859504,0.76859504,0.76859504,0.7644628,0.76859504,0.76033056,0.75619835,0.76033056,0.76033056,0.75619835,0.75206614,0.74793386,0.74793386,0.74793386,0.74380165,0.74793386,0.73966944,0.74380165,0.71900827,0.72727275,0.7355372,0.72727275,0.71487606,0.71900827,0.7066116,0.70247936,0.6859504,0.6818182,0.6818182,0.6735537,0.6570248,0.6570248,0.6528926,0.6528926,0.6487603,0.6363636,0.6198347,0.61157024,0.60330576,0.5785124,0.5495868,0.53305787,0.5206612,0.5041322,0.49586776,0.45867768,0.41322315,0.29338843,0.14876033,0.09504132,0.09090909,0.10330579,0.56198347,0.58264464,0.59504133,0.6446281,0.6942149,0.7231405,0.72727275,0.7355372,0.75206614,0.7355372,0.75206614,0.7644628,0.76859504,0.7768595,0.7768595,0.77272725,0.7768595,0.77272725,0.76859504,0.7644628,0.7644628,0.7644628,0.76033056,0.76033056,0.76033056,0.75619835,0.75206614,0.75619835,0.75206614,0.74793386,0.7355372,0.73140496,0.74380165,0.73966944,0.7231405,0.72727275,0.71900827,0.7107438,0.6983471,0.69008267,0.69008267,0.677686,0.6694215,0.6694215,0.6694215,0.6652893,0.6570248,0.6487603,0.6363636,0.6280992,0.62396693,0.5785124,0.56198347,0.5371901,0.5289256,0.5123967,0.49586776,0.45041323,0.41735536,0.28512397,0.13636364,0.09917355,0.09090909,0.10330579,0.59917355,0.6198347,0.6280992,0.6280992,0.6694215,0.71487606,0.7231405,0.73140496,0.73140496,0.7355372,0.75206614,0.76859504,0.7768595,0.7768595,0.78099173,0.7768595,0.78099173,0.78099173,0.77272725,0.77272725,0.77272725,0.77272725,0.76859504,0.76033056,0.76859504,0.7644628,0.7644628,0.76033056,0.76033056,0.74793386,0.74793386,0.74793386,0.75619835,0.74793386,0.7355372,0.73966944,0.73140496,0.71900827,0.7066116,0.70247936,0.6942149,0.6859504,0.69008267,0.69008267,0.677686,0.6818182,0.6735537,0.6735537,0.6487603,0.6404959,0.6198347,0.59504133,0.58264464,0.5495868,0.53305787,0.5247934,0.4876033,0.45454547,0.4090909,0.26859504,0.11157025,0.09917355,0.09917355,0.09504132,0.61570245,0.6404959,0.6528926,0.6652893,0.661157,0.70247936,0.73140496,0.74380165,0.73966944,0.73966944,0.75206614,0.77272725,0.78099173,0.77272725,0.78099173,0.77272725,0.7768595,0.78099173,0.7768595,0.7768595,0.78099173,0.7768595,0.77272725,0.7644628,0.76859504,0.77272725,0.76859504,0.7644628,0.75619835,0.74793386,0.75206614,0.75206614,0.7644628,0.75206614,0.74380165,0.74380165,0.7355372,0.71900827,0.71900827,0.71487606,0.70247936,0.6942149,0.6983471,0.70247936,0.6859504,0.6983471,0.70247936,0.70247936,0.6694215,0.6487603,0.6322314,0.607438,0.57438016,0.56198347,0.5371901,0.5165289,0.4876033,0.45454547,0.40082645,0.24793388,0.09917355,0.10330579,0.09504132,0.08264463,0.62396693,0.6404959,0.6528926,0.69008267,0.71487606,0.7107438,0.73140496,0.74380165,0.73966944,0.75206614,0.7355372,0.7644628,0.7644628,0.75619835,0.7644628,0.76033056,0.7644628,0.77272725,0.76859504,0.76859504,0.77272725,0.77272725,0.77272725,0.7644628,0.7644628,0.77272725,0.76859504,0.7644628,0.75206614,0.74380165,0.75619835,0.76033056,0.76033056,0.73966944,0.74380165,0.7355372,0.72727275,0.71487606,0.7231405,0.7231405,0.7066116,0.6983471,0.7066116,0.7107438,0.70247936,0.6983471,0.7066116,0.7066116,0.6694215,0.6446281,0.6487603,0.61157024,0.5785124,0.5495868,0.5413223,0.5123967,0.49173555,0.45867768,0.39256197,0.22727273,0.10330579,0.09917355,0.09504132,0.08264463,0.6322314,0.6487603,0.6694215,0.7066116,0.7355372,0.74380165,0.73966944,0.6859504,0.677686,0.69008267,0.70247936,0.71900827,0.70247936,0.72727275,0.75206614,0.73140496,0.73966944,0.74380165,0.73966944,0.74380165,0.75206614,0.75206614,0.76033056,0.75619835,0.75206614,0.76033056,0.75206614,0.75206614,0.74793386,0.75206614,0.75206614,0.75619835,0.75206614,0.74380165,0.74793386,0.73140496,0.71900827,0.71487606,0.71900827,0.71487606,0.7066116,0.6983471,0.7107438,0.7107438,0.70247936,0.69008267,0.677686,0.6570248,0.62396693,0.62396693,0.61157024,0.59090906,0.55785125,0.5206612,0.49586776,0.4876033,0.47107437,0.46694216,0.38842976,0.21900827,0.08677686,0.10330579,0.10743801,0.09504132,0.6363636,0.6528926,0.6859504,0.71900827,0.72727275,0.7066116,0.6280992,0.5413223,0.5165289,0.53305787,0.59090906,0.58677685,0.57024795,0.6198347,0.661157,0.6404959,0.6735537,0.69008267,0.69008267,0.69008267,0.70247936,0.71487606,0.7231405,0.7231405,0.71900827,0.71487606,0.71900827,0.72727275,0.73140496,0.73966944,0.74380165,0.74380165,0.7355372,0.74380165,0.7355372,0.7231405,0.7066116,0.6942149,0.69008267,0.6859504,0.6818182,0.6735537,0.6818182,0.6818182,0.6652893,0.6446281,0.61157024,0.57438016,0.54545456,0.5495868,0.5289256,0.5123967,0.49173555,0.44214877,0.42561984,0.40082645,0.4214876,0.44214877,0.3966942,0.2231405,0.0785124,0.10330579,0.10743801,0.09917355,0.6570248,0.6735537,0.6942149,0.6983471,0.6404959,0.5371901,0.44214877,0.40082645,0.40082645,0.4214876,0.40495867,0.38842976,0.38842976,0.40495867,0.4214876,0.446281,0.46694216,0.49173555,0.49586776,0.5123967,0.54545456,0.59504133,0.61570245,0.6322314,0.6404959,0.6446281,0.6570248,0.6859504,0.7107438,0.71900827,0.73140496,0.71900827,0.73140496,0.72727275,0.71900827,0.6942149,0.677686,0.6570248,0.6446281,0.6404959,0.6322314,0.6280992,0.61570245,0.59090906,0.56198347,0.5082645,0.45867768,0.40495867,0.37190083,0.3553719,0.338843,0.3429752,0.3264463,0.30578512,0.27272728,0.27272728,0.28099173,0.37603307,0.38016528,0.22727273,0.07024793,0.09917355,0.11157025,0.10330579,0.6694215,0.6528926,0.60330576,0.49586776,0.38842976,0.338843,0.35123968,0.3305785,0.33471075,0.3305785,0.3305785,0.29338843,0.29752067,0.30165288,0.2768595,0.2892562,0.30165288,0.30578512,0.29338843,0.28512397,0.30165288,0.36363637,0.42561984,0.46694216,0.5082645,0.5413223,0.59504133,0.6528926,0.6818182,0.6983471,0.7231405,0.71487606,0.74380165,0.72727275,0.70247936,0.677686,0.6487603,0.6280992,0.61570245,0.58677685,0.55785125,0.5247934,0.46694216,0.41322315,0.35950413,0.30165288,0.27272728,0.2520661,0.22727273,0.2107438,0.19421488,0.1983471,0.18181819,0.19421488,0.19421488,0.18181819,0.17768595,0.2231405,0.3264463,0.23140496,0.06198347,0.09090909,0.10330579,0.10330579,0.6280992,0.53305787,0.40082645,0.3429752,0.34710744,0.38016528,0.39256197,0.36363637,0.3553719,0.3264463,0.2892562,0.3140496,0.29752067,0.26859504,0.2520661,0.22727273,0.2603306,0.2520661,0.24380165,0.23140496,0.23140496,0.25619835,0.3140496,0.37603307,0.38842976,0.4338843,0.5206612,0.59917355,0.661157,0.6818182,0.69008267,0.7066116,0.72727275,0.7231405,0.6942149,0.661157,0.62396693,0.60330576,0.59917355,0.553719,0.4876033,0.3966942,0.3140496,0.2644628,0.23140496,0.2231405,0.2107438,0.21487603,0.18595041,0.17768595,0.16528925,0.17768595,0.16115703,0.17768595,0.19008264,0.2107438,0.1983471,0.1694215,0.20247933,0.20247933,0.07024793,0.08264463,0.09917355,0.09504132,0.5123967,0.38842976,0.37603307,0.44214877,0.5289256,0.59917355,0.59504133,0.57024795,0.553719,0.5041322,0.46694216,0.45454547,0.43801653,0.42561984,0.38016528,0.34710744,0.29752067,0.25619835,0.26859504,0.26859504,0.28099173,0.30578512,0.34710744,0.38016528,0.37603307,0.3966942,0.446281,0.5661157,0.6322314,0.6735537,0.6942149,0.6983471,0.7231405,0.7107438,0.6818182,0.6446281,0.60330576,0.58677685,0.56198347,0.5206612,0.41735536,0.30991736,0.2644628,0.23140496,0.21487603,0.19421488,0.19421488,0.19008264,0.2107438,0.22727273,0.2520661,0.24793388,0.28099173,0.30165288,0.3553719,0.36363637,0.3264463,0.22727273,0.16115703,0.1570248,0.0785124,0.08264463,0.09504132,0.09504132,0.45041323,0.44214877,0.5,0.5661157,0.6487603,0.69008267,0.6694215,0.6363636,0.607438,0.58677685,0.553719,0.5206612,0.49173555,0.4752066,0.45041323,0.4338843,0.40082645,0.3429752,0.33471075,0.3429752,0.37603307,0.40495867,0.42561984,0.4338843,0.446281,0.43801653,0.46280992,0.5661157,0.6322314,0.6694215,0.677686,0.7066116,0.7231405,0.7107438,0.6528926,0.62396693,0.5785124,0.56198347,0.5206612,0.44214877,0.35123968,0.32231405,0.3140496,0.30165288,0.2892562,0.28099173,0.2892562,0.30991736,0.3264463,0.37190083,0.40495867,0.40082645,0.446281,0.44214877,0.43801653,0.45041323,0.45041323,0.38842976,0.22727273,0.14876033,0.08677686,0.09090909,0.08677686,0.09917355,0.5123967,0.53305787,0.5785124,0.61157024,0.6363636,0.6280992,0.607438,0.553719,0.5,0.46280992,0.4090909,0.37603307,0.3264463,0.29338843,0.28099173,0.26859504,0.26859504,0.23966943,0.26859504,0.30165288,0.3553719,0.40082645,0.446281,0.46694216,0.46694216,0.48347107,0.49586776,0.5661157,0.61570245,0.677686,0.7066116,0.71900827,0.7355372,0.7107438,0.6652893,0.6198347,0.5661157,0.5206612,0.47107437,0.39256197,0.35123968,0.35950413,0.35950413,0.3429752,0.3264463,0.30165288,0.30165288,0.30578512,0.29752067,0.30991736,0.3429752,0.34710744,0.38842976,0.40495867,0.42975205,0.42561984,0.43801653,0.44214877,0.30578512,0.17355372,0.0785124,0.08677686,0.09090909,0.09090909,0.56198347,0.58264464,0.57438016,0.55785125,0.5371901,0.5165289,0.46280992,0.3966942,0.338843,0.29338843,0.28512397,0.28512397,0.28099173,0.23966943,0.19421488,0.18181819,0.17768595,0.16528925,0.16115703,0.1983471,0.24380165,0.3181818,0.40082645,0.446281,0.45454547,0.47107437,0.49173555,0.5413223,0.61570245,0.6983471,0.73966944,0.73966944,0.76033056,0.73140496,0.69008267,0.6446281,0.5661157,0.4876033,0.4090909,0.35950413,0.34710744,0.35950413,0.3305785,0.29752067,0.2603306,0.19421488,0.18181819,0.17768595,0.15289256,0.17355372,0.17355372,0.20247933,0.2520661,0.2603306,0.338843,0.37603307,0.40082645,0.41735536,0.37603307,0.2231405,0.07438017,0.08677686,0.10330579,0.09504132,0.57438016,0.5661157,0.5289256,0.5041322,0.46280992,0.4090909,0.36363637,0.30991736,0.27272728,0.25619835,0.2768595,0.3677686,0.41322315,0.28512397,0.20247933,0.1694215,0.16115703,0.1446281,0.12396694,0.17355372,0.2520661,0.2768595,0.33471075,0.41322315,0.446281,0.46280992,0.48347107,0.5165289,0.61570245,0.71900827,0.7644628,0.77272725,0.7933884,0.7644628,0.73140496,0.6652893,0.56198347,0.44214877,0.36363637,0.3429752,0.3305785,0.3181818,0.30578512,0.3181818,0.2892562,0.2107438,0.1446281,0.14876033,0.1446281,0.11983471,0.13636364,0.1570248,0.17768595,0.20661157,0.2520661,0.33471075,0.38429752,0.40495867,0.40495867,0.2892562,0.07024793,0.07438017,0.09917355,0.09090909,0.57438016,0.54545456,0.49586776,0.46280992,0.41735536,0.38429752,0.33471075,0.25619835,0.2644628,0.3264463,0.43801653,0.5785124,0.6363636,0.3966942,0.23553719,0.21900827,0.18181819,0.17768595,0.1322314,0.21487603,0.3429752,0.30991736,0.3264463,0.38016528,0.43801653,0.4752066,0.5,0.5041322,0.607438,0.73966944,0.79752064,0.8057851,0.822314,0.8016529,0.75619835,0.6942149,0.5371901,0.40495867,0.35950413,0.338843,0.3140496,0.32231405,0.36363637,0.44214877,0.41735536,0.29752067,0.16528925,0.17768595,0.16528925,0.09090909,0.12809917,0.22727273,0.15289256,0.18181819,0.23966943,0.30165288,0.36363637,0.3966942,0.42975205,0.33471075,0.09504132,0.0661157,0.09090909,0.09504132,0.62396693,0.57024795,0.5123967,0.48347107,0.47933885,0.41322315,0.29752067,0.2603306,0.3429752,0.4752066,0.60330576,0.69008267,0.75206614,0.4876033,0.23553719,0.23140496,0.18595041,0.1694215,0.1694215,0.29338843,0.446281,0.35950413,0.3181818,0.38842976,0.45454547,0.49173555,0.5041322,0.5247934,0.61570245,0.74793386,0.80991733,0.8347107,0.8305785,0.822314,0.78512394,0.7107438,0.5123967,0.39256197,0.39256197,0.3553719,0.33471075,0.3553719,0.45454547,0.59090906,0.5165289,0.30991736,0.18181819,0.18595041,0.14876033,0.10743801,0.17768595,0.37190083,0.16528925,0.13636364,0.24380165,0.3181818,0.36363637,0.4090909,0.43801653,0.3677686,0.11157025,0.07438017,0.09090909,0.09090909,0.70247936,0.6652893,0.607438,0.57438016,0.58264464,0.53305787,0.38842976,0.3140496,0.40082645,0.47933885,0.553719,0.6446281,0.74793386,0.6280992,0.3553719,0.2603306,0.22727273,0.20661157,0.24793388,0.39256197,0.46280992,0.39256197,0.34710744,0.41735536,0.5,0.5165289,0.5165289,0.57438016,0.6528926,0.76033056,0.8140496,0.838843,0.838843,0.8305785,0.8140496,0.73966944,0.5,0.4090909,0.446281,0.38429752,0.338843,0.38429752,0.4752066,0.59504133,0.5785124,0.3677686,0.21487603,0.17768595,0.1570248,0.12809917,0.27272728,0.3966942,0.21900827,0.14049587,0.23553719,0.33471075,0.40082645,0.45041323,0.46694216,0.3966942,0.13636364,0.0785124,0.10330579,0.07024793,0.75619835,0.74380165,0.71900827,0.69008267,0.69008267,0.6652893,0.5495868,0.446281,0.45041323,0.46280992,0.45454547,0.5247934,0.6404959,0.6404959,0.49586776,0.35123968,0.36363637,0.3553719,0.38842976,0.46280992,0.46280992,0.42975205,0.42975205,0.47107437,0.53305787,0.54545456,0.5661157,0.6404959,0.71487606,0.77272725,0.80991733,0.8305785,0.8512397,0.8347107,0.8140496,0.7644628,0.5371901,0.41735536,0.47107437,0.4338843,0.3966942,0.3966942,0.42975205,0.49586776,0.5289256,0.40495867,0.2768595,0.2520661,0.24380165,0.23553719,0.3553719,0.338843,0.2520661,0.2231405,0.30991736,0.3677686,0.446281,0.49173555,0.5,0.42561984,0.15289256,0.08677686,0.10330579,0.06198347,0.7768595,0.7768595,0.7644628,0.73966944,0.7355372,0.7066116,0.6487603,0.59090906,0.5785124,0.553719,0.5,0.49586776,0.5495868,0.5413223,0.5247934,0.48347107,0.49173555,0.47933885,0.47933885,0.49586776,0.49586776,0.49173555,0.49586776,0.5165289,0.5661157,0.59090906,0.61157024,0.70247936,0.75619835,0.78099173,0.8057851,0.8264463,0.8512397,0.838843,0.8264463,0.78512394,0.59090906,0.43801653,0.47107437,0.45454547,0.43801653,0.44214877,0.44214877,0.45454547,0.45041323,0.4214876,0.38842976,0.37190083,0.37190083,0.3264463,0.35123968,0.32231405,0.30991736,0.3264463,0.42561984,0.446281,0.49173555,0.5206612,0.5206612,0.45041323,0.16528925,0.09504132,0.10743801,0.05785124,0.78512394,0.78512394,0.78099173,0.76033056,0.74380165,0.7107438,0.6859504,0.6570248,0.6322314,0.6198347,0.58677685,0.57438016,0.5661157,0.5371901,0.5165289,0.49173555,0.49173555,0.49586776,0.4876033,0.49586776,0.5082645,0.5165289,0.5247934,0.5661157,0.6322314,0.6570248,0.6694215,0.73966944,0.77272725,0.78099173,0.8016529,0.8305785,0.8512397,0.838843,0.822314,0.79752064,0.6322314,0.45454547,0.4752066,0.45454547,0.42561984,0.44214877,0.46280992,0.48347107,0.48347107,0.46280992,0.44214877,0.42561984,0.42975205,0.38429752,0.39256197,0.40082645,0.38842976,0.4090909,0.47107437,0.5041322,0.5247934,0.5371901,0.5413223,0.46694216,0.18181819,0.09504132,0.12396694,0.0661157,0.78512394,0.7892562,0.7892562,0.76859504,0.74793386,0.7231405,0.71487606,0.69008267,0.6570248,0.6322314,0.607438,0.59504133,0.57024795,0.54545456,0.5413223,0.5082645,0.5082645,0.5082645,0.49586776,0.5041322,0.5289256,0.56198347,0.61157024,0.6694215,0.71900827,0.71900827,0.71900827,0.76033056,0.78512394,0.78512394,0.8016529,0.8305785,0.8553719,0.8471074,0.8140496,0.79752064,0.6570248,0.47933885,0.4876033,0.5041322,0.46280992,0.4338843,0.45041323,0.47933885,0.5041322,0.5041322,0.49173555,0.47107437,0.46280992,0.45041323,0.446281,0.43801653,0.41322315,0.45867768,0.5,0.5371901,0.5371901,0.54545456,0.5495868,0.47933885,0.18595041,0.08677686,0.1322314,0.07438017,0.78512394,0.7892562,0.7933884,0.78099173,0.76859504,0.74793386,0.73140496,0.7066116,0.6735537,0.6446281,0.607438,0.59917355,0.5661157,0.5413223,0.5413223,0.5165289,0.5206612,0.5082645,0.5206612,0.553719,0.60330576,0.661157,0.7231405,0.7644628,0.77272725,0.74793386,0.75206614,0.76859504,0.7933884,0.7892562,0.79752064,0.822314,0.8512397,0.8471074,0.8140496,0.80991733,0.677686,0.5082645,0.49173555,0.54545456,0.5413223,0.49586776,0.46694216,0.47107437,0.47933885,0.47933885,0.48347107,0.46694216,0.46280992,0.46280992,0.45041323,0.45867768,0.446281,0.49586776,0.5371901,0.5495868,0.5413223,0.54545456,0.5495868,0.48347107,0.18181819,0.07438017,0.12809917,0.0785124,0.78512394,0.7892562,0.79752064,0.79752064,0.7933884,0.78512394,0.7768595,0.77272725,0.74380165,0.7231405,0.6818182,0.6694215,0.6198347,0.61157024,0.59917355,0.58677685,0.59504133,0.607438,0.6322314,0.6694215,0.7231405,0.75619835,0.78099173,0.7892562,0.78099173,0.77272725,0.7768595,0.78099173,0.7933884,0.7933884,0.78512394,0.8140496,0.8512397,0.8471074,0.8181818,0.8140496,0.69008267,0.5206612,0.49586776,0.54545456,0.58264464,0.58264464,0.553719,0.5206612,0.5,0.47933885,0.4752066,0.46694216,0.46694216,0.46694216,0.4752066,0.4876033,0.5041322,0.5289256,0.553719,0.553719,0.5495868,0.5413223,0.5371901,0.47107437,0.1570248,0.05785124,0.11983471,0.09090909,0.7768595,0.78512394,0.79752064,0.8057851,0.8057851,0.80991733,0.8181818,0.822314,0.8057851,0.7933884,0.7768595,0.7644628,0.7231405,0.72727275,0.71900827,0.7066116,0.71900827,0.7355372,0.74380165,0.7644628,0.78512394,0.7933884,0.79752064,0.79752064,0.78512394,0.78512394,0.7892562,0.78099173,0.7892562,0.7933884,0.78512394,0.80991733,0.8471074,0.8471074,0.822314,0.80991733,0.6983471,0.5289256,0.5082645,0.5495868,0.60330576,0.6322314,0.6363636,0.6198347,0.59504133,0.5661157,0.5371901,0.53305787,0.5247934,0.5289256,0.54545456,0.57024795,0.57438016,0.5785124,0.57438016,0.5495868,0.5495868,0.5371901,0.53305787,0.43801653,0.1322314,0.053719006,0.10743801,0.10330579,0.7768595,0.78512394,0.8016529,0.8016529,0.80991733,0.8140496,0.8305785,0.8305785,0.822314,0.822314,0.8140496,0.80991733,0.79752064,0.8016529,0.79752064,0.78099173,0.7933884,0.79752064,0.7892562,0.7892562,0.79752064,0.8057851,0.80991733,0.8057851,0.79752064,0.7933884,0.7892562,0.78512394,0.78512394,0.79752064,0.78512394,0.7933884,0.8429752,0.8471074,0.822314,0.8140496,0.7107438,0.5413223,0.5082645,0.55785125,0.59917355,0.6446281,0.6694215,0.69008267,0.69008267,0.677686,0.6570248,0.6487603,0.6404959,0.62396693,0.61570245,0.6322314,0.62396693,0.6198347,0.607438,0.55785125,0.54545456,0.5371901,0.53305787,0.40495867,0.09504132,0.06198347,0.10743801,0.11157025,0.7768595,0.78512394,0.79752064,0.8057851,0.80991733,0.822314,0.8305785,0.8347107,0.8347107,0.8305785,0.8305785,0.8264463,0.8181818,0.8264463,0.8181818,0.8140496,0.8140496,0.8140496,0.80991733,0.79752064,0.79752064,0.80991733,0.80991733,0.8016529,0.79752064,0.79752064,0.79752064,0.7892562,0.7892562,0.7933884,0.78512394,0.79752064,0.8305785,0.8471074,0.822314,0.8016529,0.6983471,0.5413223,0.5206612,0.54545456,0.59917355,0.6487603,0.6818182,0.70247936,0.71487606,0.72727275,0.71900827,0.7231405,0.7231405,0.7107438,0.6818182,0.6694215,0.6528926,0.6322314,0.61157024,0.57024795,0.54545456,0.53305787,0.5206612,0.3677686,0.053719006,0.06198347,0.09917355,0.11570248,0.77272725,0.78512394,0.79752064,0.8016529,0.8140496,0.822314,0.8305785,0.8347107,0.838843,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.8181818,0.8181818,0.8140496,0.8057851,0.79752064,0.79752064,0.8057851,0.80991733,0.79752064,0.7933884,0.7933884,0.7933884,0.7933884,0.7892562,0.7933884,0.78099173,0.79752064,0.80991733,0.8305785,0.822314,0.8016529,0.677686,0.54545456,0.5247934,0.54545456,0.58677685,0.6363636,0.6735537,0.6942149,0.7066116,0.72727275,0.72727275,0.73966944,0.75206614,0.73966944,0.70247936,0.6942149,0.661157,0.6404959,0.61157024,0.58677685,0.54545456,0.5371901,0.5123967,0.30991736,0.041322313,0.07438017,0.10330579,0.09917355,0.76033056,0.7892562,0.79752064,0.8016529,0.8181818,0.8264463,0.8305785,0.8305785,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.8305785,0.822314,0.8057851,0.79752064,0.80991733,0.8057851,0.7933884,0.7933884,0.7933884,0.7892562,0.78099173,0.78512394,0.78512394,0.78099173,0.78099173,0.78099173,0.7933884,0.7892562,0.8016529,0.8057851,0.822314,0.8140496,0.7892562,0.6859504,0.56198347,0.5165289,0.53305787,0.57024795,0.61570245,0.661157,0.69008267,0.7107438,0.7231405,0.71487606,0.72727275,0.73966944,0.7355372,0.71487606,0.6942149,0.6652893,0.6570248,0.6198347,0.59917355,0.553719,0.5413223,0.48347107,0.24793388,0.045454547,0.08677686,0.10743801,0.09504132,0.75619835,0.7892562,0.79752064,0.79752064,0.80991733,0.822314,0.822314,0.8305785,0.8264463,0.8305785,0.8305785,0.8347107,0.8140496,0.822314,0.8140496,0.8016529,0.79752064,0.8016529,0.7892562,0.77272725,0.76859504,0.7644628,0.75206614,0.7355372,0.74793386,0.76033056,0.75206614,0.76859504,0.7768595,0.78099173,0.7933884,0.8057851,0.80991733,0.8305785,0.80991733,0.7892562,0.6859504,0.57024795,0.5206612,0.5082645,0.5413223,0.59090906,0.6363636,0.677686,0.70247936,0.71487606,0.71900827,0.7231405,0.73140496,0.7231405,0.72727275,0.70247936,0.6694215,0.6570248,0.6280992,0.59917355,0.54545456,0.53305787,0.45454547,0.18181819,0.05785124,0.09090909,0.10330579,0.10330579,0.74380165,0.7768595,0.7892562,0.7892562,0.8057851,0.8140496,0.8181818,0.8264463,0.822314,0.8181818,0.8264463,0.822314,0.8140496,0.8181818,0.8016529,0.7892562,0.7933884,0.7892562,0.77272725,0.7355372,0.71487606,0.69008267,0.6528926,0.6694215,0.7066116,0.74380165,0.7355372,0.74380165,0.76859504,0.78512394,0.8016529,0.8140496,0.8264463,0.8305785,0.8057851,0.78099173,0.70247936,0.607438,0.5247934,0.48347107,0.49173555,0.553719,0.61157024,0.6446281,0.6818182,0.7066116,0.7231405,0.73140496,0.72727275,0.70247936,0.70247936,0.6859504,0.677686,0.6487603,0.6198347,0.58677685,0.5371901,0.5247934,0.39256197,0.11983471,0.07438017,0.09090909,0.09090909,0.10330579,0.73140496,0.76033056,0.7768595,0.78099173,0.8016529,0.8016529,0.8140496,0.8181818,0.8140496,0.8057851,0.8140496,0.80991733,0.8057851,0.7933884,0.7892562,0.7768595,0.7644628,0.75206614,0.7231405,0.6859504,0.6363636,0.58677685,0.55785125,0.6404959,0.71900827,0.74793386,0.74793386,0.7355372,0.76033056,0.7768595,0.8016529,0.8181818,0.8347107,0.8181818,0.8057851,0.78512394,0.7107438,0.6446281,0.55785125,0.46280992,0.44214877,0.5206612,0.57438016,0.61570245,0.6570248,0.6983471,0.7107438,0.71900827,0.7066116,0.661157,0.6735537,0.661157,0.661157,0.62396693,0.60330576,0.57024795,0.5371901,0.5082645,0.3140496,0.07438017,0.09917355,0.09090909,0.09090909,0.08677686,0.7107438,0.74380165,0.7644628,0.77272725,0.7892562,0.79752064,0.79752064,0.8016529,0.8057851,0.79752064,0.7892562,0.7933884,0.78512394,0.78099173,0.76033056,0.74793386,0.7231405,0.6942149,0.6652893,0.62396693,0.58264464,0.54545456,0.5413223,0.661157,0.7644628,0.78512394,0.78512394,0.7768595,0.76033056,0.77272725,0.7933884,0.822314,0.8264463,0.8264463,0.8057851,0.77272725,0.71900827,0.661157,0.58677685,0.5123967,0.446281,0.48347107,0.55785125,0.59917355,0.6322314,0.6652893,0.6942149,0.70247936,0.677686,0.6446281,0.6446281,0.6487603,0.62396693,0.59504133,0.59090906,0.5413223,0.5247934,0.4876033,0.2231405,0.06198347,0.10743801,0.09504132,0.08264463,0.09090909,0.6942149,0.73140496,0.75206614,0.7644628,0.76859504,0.78099173,0.7768595,0.78512394,0.78512394,0.77272725,0.78512394,0.7768595,0.7644628,0.75206614,0.73966944,0.7107438,0.677686,0.6446281,0.60330576,0.57438016,0.56198347,0.5495868,0.54545456,0.6859504,0.78512394,0.7933884,0.7933884,0.7933884,0.7768595,0.76859504,0.78512394,0.8140496,0.822314,0.8181818,0.7892562,0.76033056,0.71487606,0.677686,0.59917355,0.553719,0.49173555,0.446281,0.5247934,0.57024795,0.61157024,0.6363636,0.6652893,0.6694215,0.6570248,0.6446281,0.6280992,0.6198347,0.60330576,0.58677685,0.5661157,0.5371901,0.5165289,0.45041323,0.12809917,0.0661157,0.10330579,0.09504132,0.08264463,0.0785124,0.6652893,0.70247936,0.72727275,0.74380165,0.75206614,0.75619835,0.75619835,0.74793386,0.76859504,0.74793386,0.75206614,0.76033056,0.7231405,0.7066116,0.6942149,0.6570248,0.6322314,0.5785124,0.5413223,0.5247934,0.56198347,0.607438,0.58677685,0.6652893,0.74380165,0.74793386,0.75619835,0.7768595,0.7768595,0.78099173,0.78512394,0.78512394,0.80991733,0.79752064,0.7768595,0.75619835,0.72727275,0.6735537,0.59917355,0.55785125,0.5206612,0.45454547,0.5,0.5413223,0.57024795,0.59090906,0.6322314,0.6322314,0.62396693,0.607438,0.60330576,0.5785124,0.58264464,0.57024795,0.5371901,0.5206612,0.5082645,0.37190083,0.06198347,0.07024793,0.09090909,0.09504132,0.08677686,0.08677686,0.6528926,0.677686,0.6983471,0.71900827,0.7231405,0.7231405,0.72727275,0.72727275,0.74380165,0.71900827,0.7066116,0.7066116,0.6818182,0.6487603,0.6198347,0.59917355,0.5661157,0.5206612,0.49173555,0.5123967,0.59090906,0.661157,0.6859504,0.6652893,0.6363636,0.59504133,0.61157024,0.6735537,0.72727275,0.75206614,0.77272725,0.76859504,0.78099173,0.77272725,0.74793386,0.73140496,0.6859504,0.6363636,0.57024795,0.5206612,0.49173555,0.45454547,0.46280992,0.5041322,0.53305787,0.55785125,0.58264464,0.58264464,0.58677685,0.58264464,0.5785124,0.56198347,0.553719,0.5495868,0.5247934,0.5041322,0.48347107,0.28512397,0.041322313,0.08264463,0.08677686,0.08264463,0.08677686,0.09090909,0.6280992,0.6528926,0.6735537,0.6859504,0.6818182,0.6818182,0.69008267,0.6818182,0.70247936,0.6818182,0.6570248,0.6528926,0.6280992,0.59090906,0.55785125,0.5206612,0.5,0.47107437,0.4752066,0.53305787,0.62396693,0.677686,0.7107438,0.7066116,0.61570245,0.46280992,0.43801653,0.49173555,0.5785124,0.6404959,0.6942149,0.72727275,0.7231405,0.71900827,0.6983471,0.6652893,0.61570245,0.55785125,0.49586776,0.46280992,0.45454547,0.43801653,0.42975205,0.45867768,0.49586776,0.5247934,0.5413223,0.5495868,0.553719,0.55785125,0.553719,0.54545456,0.5247934,0.5123967,0.5,0.4876033,0.4338843,0.18181819,0.045454547,0.08677686,0.08677686,0.08264463,0.09504132,0.09090909,0.60330576,0.62396693,0.6487603,0.6487603,0.6570248,0.661157,0.6652893,0.6528926,0.6487603,0.6446281,0.61157024,0.59504133,0.5785124,0.5247934,0.5041322,0.46280992,0.46280992,0.4752066,0.5289256,0.60330576,0.6735537,0.6942149,0.6983471,0.71900827,0.6859504,0.57024795,0.4876033,0.45454547,0.47107437,0.5082645,0.553719,0.59917355,0.62396693,0.62396693,0.58677685,0.5661157,0.5247934,0.47107437,0.45454547,0.45041323,0.46280992,0.4338843,0.40082645,0.4214876,0.45867768,0.4876033,0.5041322,0.5247934,0.53305787,0.5289256,0.5289256,0.5206612,0.5082645,0.48347107,0.47933885,0.46694216,0.37190083,0.09090909,0.06198347,0.08677686,0.08677686,0.0785124,0.08677686,0.09504132,0.59504133,0.60330576,0.6198347,0.6198347,0.62396693,0.6322314,0.6322314,0.62396693,0.607438,0.59504133,0.57438016,0.5413223,0.5206612,0.47933885,0.46280992,0.45041323,0.49586776,0.5371901,0.59504133,0.661157,0.7066116,0.71900827,0.71900827,0.71900827,0.7066116,0.6363636,0.56198347,0.5165289,0.5,0.47933885,0.47107437,0.4752066,0.5,0.48347107,0.46694216,0.45454547,0.4338843,0.446281,0.46280992,0.47107437,0.4752066,0.46280992,0.4214876,0.3966942,0.4338843,0.45867768,0.4752066,0.49586776,0.5123967,0.5123967,0.5082645,0.5,0.4876033,0.45867768,0.45041323,0.45041323,0.2768595,0.06198347,0.07024793,0.08264463,0.08677686,0.07438017,0.08264463,0.08677686,0.59090906,0.58264464,0.58264464,0.58677685,0.59504133,0.60330576,0.59917355,0.58264464,0.57024795,0.54545456,0.5289256,0.49173555,0.46280992,0.45041323,0.46694216,0.49586776,0.5413223,0.59504133,0.6446281,0.7066116,0.73140496,0.7355372,0.73966944,0.7355372,0.72727275,0.6859504,0.62396693,0.57024795,0.5371901,0.49173555,0.44214877,0.41322315,0.41735536,0.40495867,0.3966942,0.40495867,0.42561984,0.4752066,0.4876033,0.48347107,0.48347107,0.4876033,0.46280992,0.4090909,0.4090909,0.4338843,0.446281,0.46694216,0.4876033,0.49173555,0.49586776,0.47933885,0.45867768,0.42561984,0.43801653,0.4214876,0.16528925,0.0661157,0.07438017,0.08264463,0.08264463,0.0785124,0.0785124,0.08677686,0.58677685,0.57438016,0.56198347,0.5661157,0.58264464,0.59090906,0.5785124,0.55785125,0.54545456,0.5165289,0.49586776,0.45454547,0.446281,0.47107437,0.5041322,0.5289256,0.5495868,0.6198347,0.6818182,0.73140496,0.74793386,0.74380165,0.75206614,0.75206614,0.74793386,0.72727275,0.677686,0.61157024,0.56198347,0.49173555,0.44214877,0.42561984,0.44214877,0.41735536,0.41735536,0.43801653,0.47933885,0.49173555,0.49586776,0.5,0.49586776,0.49586776,0.48347107,0.43801653,0.38842976,0.3966942,0.42561984,0.44214877,0.45867768,0.4752066,0.47107437,0.46694216,0.43801653,0.40082645,0.446281,0.35950413,0.08677686,0.07024793,0.08677686,0.07438017,0.08677686,0.08264463,0.0785124,0.08677686,0.59504133,0.5785124,0.56198347,0.56198347,0.58264464,0.58677685,0.57024795,0.5495868,0.5165289,0.5,0.46280992,0.43801653,0.45867768,0.4876033,0.49173555,0.5206612,0.56198347,0.6322314,0.70247936,0.7355372,0.75206614,0.74793386,0.75206614,0.75619835,0.75619835,0.75206614,0.7231405,0.6570248,0.58264464,0.5082645,0.47933885,0.48347107,0.5,0.45454547,0.47107437,0.4752066,0.5,0.5082645,0.5123967,0.5165289,0.5,0.49586776,0.47933885,0.45041323,0.38016528,0.35950413,0.4090909,0.4338843,0.446281,0.45867768,0.47107437,0.45454547,0.41735536,0.40082645,0.45041323,0.28099173,0.049586777,0.0785124,0.09504132,0.08264463,0.09090909,0.08264463,0.07438017,0.08677686,0.60330576,0.58677685,0.56198347,0.56198347,0.58264464,0.58677685,0.57024795,0.5413223,0.5206612,0.4876033,0.45867768,0.45454547,0.446281,0.46280992,0.47107437,0.5123967,0.57438016,0.6570248,0.7107438,0.7355372,0.74380165,0.75206614,0.74793386,0.74793386,0.75619835,0.76033056,0.74380165,0.70247936,0.6198347,0.5495868,0.5289256,0.5289256,0.5247934,0.5082645,0.5247934,0.5123967,0.5165289,0.5206612,0.5206612,0.5206612,0.5,0.4876033,0.45454547,0.43801653,0.38016528,0.3305785,0.3966942,0.43801653,0.45041323,0.45867768,0.47107437,0.45041323,0.40495867,0.42975205,0.44214877,0.17355372,0.045454547,0.0785124,0.09917355,0.08264463,0.08677686,0.08677686,0.07024793,0.0785124,0.61157024,0.59917355,0.5785124,0.57024795,0.58264464,0.5785124,0.57024795,0.5495868,0.553719,0.5041322,0.49173555,0.42975205,0.41735536,0.4338843,0.4214876,0.46280992,0.5495868,0.6487603,0.6859504,0.7066116,0.7231405,0.73966944,0.75206614,0.75619835,0.75619835,0.76033056,0.75206614,0.71900827,0.6487603,0.59917355,0.57438016,0.57024795,0.56198347,0.56198347,0.56198347,0.5495868,0.5371901,0.5371901,0.53305787,0.5247934,0.5082645,0.47933885,0.43801653,0.41322315,0.38016528,0.3140496,0.39256197,0.45454547,0.47107437,0.46694216,0.47107437,0.446281,0.41322315,0.46694216,0.3677686,0.07438017,0.05785124,0.08264463,0.09090909,0.08677686,0.09090909,0.0785124,0.07438017,0.07438017,0.607438,0.59917355,0.58264464,0.58264464,0.5785124,0.5785124,0.57438016,0.58264464,0.5785124,0.56198347,0.49586776,0.4090909,0.43801653,0.47107437,0.42561984,0.38429752,0.3677686,0.446281,0.5206612,0.56198347,0.58264464,0.61157024,0.6404959,0.6528926,0.6487603,0.6570248,0.6570248,0.6322314,0.6322314,0.6280992,0.62396693,0.607438,0.58677685,0.58264464,0.553719,0.53305787,0.5123967,0.5165289,0.5082645,0.49173555,0.46280992,0.42561984,0.37603307,0.35950413,0.36363637,0.3305785,0.40495867,0.48347107,0.49586776,0.4752066,0.46280992,0.42975205,0.446281,0.45454547,0.2603306,0.02892562,0.08264463,0.08264463,0.08677686,0.08677686,0.08264463,0.07438017,0.07438017,0.07024793,0.59917355,0.59504133,0.59504133,0.59090906,0.5785124,0.5661157,0.5661157,0.59090906,0.59504133,0.58264464,0.48347107,0.42561984,0.5,0.5413223,0.5413223,0.5082645,0.38016528,0.29752067,0.3264463,0.39256197,0.41322315,0.43801653,0.47933885,0.49586776,0.48347107,0.5,0.5,0.4876033,0.5165289,0.553719,0.57438016,0.5661157,0.5206612,0.5082645,0.46694216,0.446281,0.4214876,0.4214876,0.41735536,0.40495867,0.36363637,0.3429752,0.35950413,0.38016528,0.38016528,0.3677686,0.44214877,0.5082645,0.5123967,0.47933885,0.44214877,0.42975205,0.45454547,0.39256197,0.1322314,0.049586777,0.09090909,0.0785124,0.08264463,0.08264463,0.08677686,0.0785124,0.07438017,0.07024793,0.58677685,0.59090906,0.59504133,0.59504133,0.58677685,0.55785125,0.55785125,0.57438016,0.58677685,0.57024795,0.47107437,0.47107437,0.553719,0.59917355,0.62396693,0.6487603,0.58677685,0.47107437,0.38429752,0.3429752,0.30991736,0.32231405,0.42975205,0.45454547,0.4214876,0.45041323,0.45041323,0.4338843,0.44214877,0.45041323,0.47933885,0.46280992,0.4338843,0.41735536,0.3966942,0.38842976,0.32231405,0.29338843,0.30991736,0.30991736,0.3264463,0.38016528,0.44214877,0.45041323,0.4214876,0.41322315,0.48347107,0.5165289,0.5165289,0.46280992,0.42561984,0.43801653,0.446281,0.25619835,0.05785124,0.07024793,0.0785124,0.07438017,0.08677686,0.08677686,0.08677686,0.0785124,0.07024793,0.07438017,0.57024795,0.58264464,0.59090906,0.58677685,0.58264464,0.5661157,0.553719,0.5495868,0.55785125,0.55785125,0.49586776,0.53305787,0.60330576,0.6446281,0.6652893,0.6859504,0.6983471,0.6818182,0.61157024,0.5371901,0.4876033,0.42975205,0.42561984,0.45454547,0.42561984,0.5289256,0.56198347,0.5,0.42975205,0.40082645,0.40495867,0.3966942,0.38016528,0.38016528,0.38016528,0.3966942,0.26859504,0.20247933,0.2603306,0.3181818,0.40495867,0.46694216,0.49586776,0.5,0.46280992,0.45454547,0.5,0.5041322,0.4876033,0.45041323,0.41322315,0.45041323,0.37190083,0.09090909,0.0661157,0.07438017,0.08264463,0.08264463,0.09504132,0.08677686,0.09090909,0.07438017,0.07024793,0.07438017,0.5371901,0.55785125,0.5785124,0.5785124,0.58677685,0.57024795,0.55785125,0.53305787,0.55785125,0.56198347,0.5371901,0.58677685,0.6198347,0.661157,0.6735537,0.6859504,0.71487606,0.7231405,0.70247936,0.661157,0.6280992,0.607438,0.56198347,0.47933885,0.40082645,0.5165289,0.58264464,0.54545456,0.4752066,0.44214877,0.47933885,0.46280992,0.45867768,0.4090909,0.3677686,0.3677686,0.30578512,0.2892562,0.33471075,0.4090909,0.47107437,0.5,0.5165289,0.5123967,0.4752066,0.46694216,0.4876033,0.48347107,0.45041323,0.4214876,0.41735536,0.40082645,0.21900827,0.049586777,0.08264463,0.09090909,0.0785124,0.09090909,0.09090909,0.08677686,0.09090909,0.0785124,0.07438017,0.07438017,0.5082645,0.5206612,0.5495868,0.5661157,0.5785124,0.58264464,0.55785125,0.56198347,0.57024795,0.57438016,0.57438016,0.61157024,0.6528926,0.6735537,0.6735537,0.6942149,0.70247936,0.71487606,0.7066116,0.6859504,0.661157,0.6446281,0.6652893,0.6363636,0.5661157,0.5,0.47933885,0.46694216,0.41322315,0.40495867,0.5082645,0.46280992,0.45867768,0.38429752,0.35123968,0.37603307,0.38429752,0.3677686,0.3966942,0.45867768,0.4876033,0.5082645,0.5289256,0.5206612,0.47107437,0.46694216,0.4752066,0.446281,0.42975205,0.3966942,0.4090909,0.2644628,0.08264463,0.0661157,0.09090909,0.08264463,0.08264463,0.08264463,0.10330579,0.0785124,0.08264463,0.07438017,0.0785124,0.07438017,0.4876033,0.5,0.5247934,0.553719,0.553719,0.5661157,0.57024795,0.58264464,0.58677685,0.59504133,0.60330576,0.6487603,0.6735537,0.6859504,0.677686,0.6818182,0.6652893,0.69008267,0.71487606,0.70247936,0.6818182,0.6487603,0.61570245,0.60330576,0.62396693,0.61570245,0.59090906,0.5495868,0.49173555,0.44214877,0.45041323,0.4214876,0.4338843,0.446281,0.42561984,0.41735536,0.38016528,0.3966942,0.44214877,0.48347107,0.48347107,0.5123967,0.5289256,0.5041322,0.47107437,0.47107437,0.45454547,0.4338843,0.40082645,0.40495867,0.3264463,0.11570248,0.07438017,0.08264463,0.09504132,0.09090909,0.08264463,0.09090909,0.10330579,0.09090909,0.07438017,0.07438017,0.0785124,0.0785124,0.44214877,0.47933885,0.5123967,0.53305787,0.54545456,0.553719,0.57024795,0.58264464,0.60330576,0.607438,0.6487603,0.6652893,0.6818182,0.6859504,0.6735537,0.6404959,0.6570248,0.661157,0.6818182,0.69008267,0.677686,0.661157,0.6322314,0.59504133,0.55785125,0.5661157,0.56198347,0.5785124,0.54545456,0.5082645,0.5082645,0.47933885,0.46694216,0.44214877,0.40495867,0.37190083,0.3966942,0.45041323,0.4876033,0.4876033,0.49173555,0.5247934,0.5289256,0.49173555,0.4752066,0.46280992,0.43801653,0.4090909,0.40082645,0.3305785,0.17355372,0.08264463,0.08677686,0.08677686,0.10330579,0.08264463,0.08264463,0.09090909,0.10330579,0.09090909,0.07024793,0.07438017,0.07024793,0.0785124,0.42561984,0.4338843,0.47107437,0.5,0.53305787,0.54545456,0.5661157,0.58677685,0.61157024,0.6280992,0.6818182,0.6859504,0.69008267,0.6818182,0.677686,0.6487603,0.6570248,0.6446281,0.6280992,0.6404959,0.6570248,0.6446281,0.6280992,0.61157024,0.57024795,0.5123967,0.47933885,0.45867768,0.446281,0.4338843,0.4214876,0.41322315,0.4214876,0.40495867,0.4090909,0.42975205,0.46694216,0.49173555,0.49173555,0.48347107,0.5123967,0.53305787,0.5247934,0.4876033,0.46694216,0.446281,0.41322315,0.38429752,0.3429752,0.1694215,0.0785124,0.09917355,0.07438017,0.09917355,0.10743801,0.09504132,0.09090909,0.09090909,0.08677686,0.08677686,0.0785124,0.07024793,0.06198347,0.0661157,0.45454547,0.41735536,0.4214876,0.46694216,0.5082645,0.5289256,0.55785125,0.58264464,0.61157024,0.6322314,0.661157,0.6983471,0.70247936,0.6942149,0.6942149,0.677686,0.6818182,0.661157,0.6322314,0.607438,0.6198347,0.6198347,0.61570245,0.60330576,0.57024795,0.5123967,0.4876033,0.47107437,0.45454547,0.446281,0.4338843,0.43801653,0.446281,0.45454547,0.46694216,0.4752066,0.4876033,0.48347107,0.4752066,0.49586776,0.5247934,0.53305787,0.5206612,0.48347107,0.45454547,0.4214876,0.40082645,0.3429752,0.19421488,0.08677686,0.08677686,0.09917355,0.09090909,0.09090909,0.09917355,0.0785124,0.08677686,0.09090909,0.08264463,0.08264463,0.07438017,0.07024793,0.07438017,0.0785124,0.45454547,0.43801653,0.41322315,0.41735536,0.47107437,0.5123967,0.5371901,0.57024795,0.59917355,0.6280992,0.6363636,0.6983471,0.7107438,0.7107438,0.70247936,0.70247936,0.6942149,0.6652893,0.6446281,0.62396693,0.60330576,0.59090906,0.58264464,0.5785124,0.5661157,0.5289256,0.5123967,0.5041322,0.49586776,0.47933885,0.4752066,0.49173555,0.47933885,0.49173555,0.47933885,0.46694216,0.46280992,0.47107437,0.4876033,0.5165289,0.5371901,0.53305787,0.5165289,0.4752066,0.42975205,0.3966942,0.34710744,0.18595041,0.09917355,0.07438017,0.09917355,0.09917355,0.07024793,0.09504132,0.09917355,0.0785124,0.09090909,0.09090909,0.07438017,0.08264463,0.07024793,0.07024793,0.07024793,0.07024793,0.4752066,0.45454547,0.43801653,0.4214876,0.42561984,0.46280992,0.5082645,0.5413223,0.5785124,0.61157024,0.6280992,0.6735537,0.7107438,0.71487606,0.71487606,0.71487606,0.6983471,0.677686,0.661157,0.6404959,0.6198347,0.58677685,0.55785125,0.5371901,0.5206612,0.5123967,0.49586776,0.49586776,0.48347107,0.47933885,0.47933885,0.4752066,0.46694216,0.47107437,0.45454547,0.446281,0.46694216,0.49173555,0.5206612,0.53305787,0.5371901,0.5289256,0.5,0.45454547,0.40082645,0.3264463,0.17768595,0.09090909,0.07438017,0.09090909,0.09504132,0.08264463,0.0785124,0.10743801,0.09504132,0.08677686,0.08264463,0.08677686,0.0785124,0.07438017,0.0785124,0.0785124,0.08677686,0.07024793,0.49586776,0.4752066,0.45867768,0.44214877,0.42561984,0.41322315,0.46694216,0.5041322,0.5495868,0.58264464,0.607438,0.6487603,0.6942149,0.6983471,0.71487606,0.7231405,0.7107438,0.6983471,0.69008267,0.6694215,0.6528926,0.6322314,0.61157024,0.57024795,0.5371901,0.5206612,0.49586776,0.49173555,0.47933885,0.4752066,0.47933885,0.46280992,0.47933885,0.47107437,0.47933885,0.47933885,0.49586776,0.5165289,0.5371901,0.54545456,0.53305787,0.5206612,0.4752066,0.4090909,0.3264463,0.18595041,0.09090909,0.08677686,0.0785124,0.08264463,0.09090909,0.0785124,0.08677686,0.09504132,0.09090909,0.08264463,0.08677686,0.09090909,0.08264463,0.0785124,0.08264463,0.08264463,0.0661157,0.07024793,0.49586776,0.49173555,0.47933885,0.45867768,0.44214877,0.4214876,0.4214876,0.45867768,0.5041322,0.5371901,0.55785125,0.61570245,0.6735537,0.6818182,0.6983471,0.72727275,0.72727275,0.71900827,0.7066116,0.7066116,0.6942149,0.69008267,0.6735537,0.6446281,0.607438,0.57438016,0.5495868,0.5289256,0.5206612,0.5247934,0.5165289,0.5041322,0.5247934,0.5123967,0.5206612,0.5123967,0.5247934,0.5371901,0.5495868,0.553719,0.53305787,0.5041322,0.43801653,0.32231405,0.17768595,0.08264463,0.0785124,0.0785124,0.07438017,0.09090909,0.07438017,0.09504132,0.09090909,0.08264463,0.09090909,0.08264463,0.09090909,0.08264463,0.08264463,0.08264463,0.0785124,0.0785124,0.07024793,0.07438017,0.5041322,0.5,0.5,0.47933885,0.46694216,0.45454547,0.42975205,0.42561984,0.45454547,0.5,0.5165289,0.5661157,0.61570245,0.661157,0.6859504,0.71900827,0.7355372,0.72727275,0.72727275,0.7231405,0.71487606,0.7107438,0.71900827,0.71487606,0.6983471,0.6818182,0.6487603,0.6322314,0.6280992,0.61157024,0.59917355,0.57438016,0.58264464,0.57438016,0.5495868,0.5413223,0.553719,0.55785125,0.55785125,0.54545456,0.5165289,0.46694216,0.33471075,0.16115703,0.08264463,0.07438017,0.0785124,0.07438017,0.0785124,0.08264463,0.0785124,0.09090909,0.08264463,0.08264463,0.08677686,0.08677686,0.09090909,0.08264463,0.08264463,0.0785124,0.0785124,0.07438017,0.07438017,0.0661157,0.5247934,0.5082645,0.5,0.49586776,0.4876033,0.47107437,0.45454547,0.43801653,0.4338843,0.45041323,0.47933885,0.5082645,0.55785125,0.6198347,0.677686,0.6942149,0.7107438,0.71487606,0.74380165,0.75619835,0.75206614,0.73966944,0.7355372,0.75206614,0.75206614,0.73966944,0.7107438,0.6942149,0.6983471,0.6818182,0.661157,0.6446281,0.62396693,0.6322314,0.59090906,0.5785124,0.5785124,0.5661157,0.5495868,0.53305787,0.48347107,0.3677686,0.17768595,0.07438017,0.0785124,0.0785124,0.07438017,0.07438017,0.0785124,0.07024793,0.08677686,0.08264463,0.07438017,0.09090909,0.0785124,0.09504132,0.08264463,0.0785124,0.0785124,0.0785124,0.0785124,0.07024793,0.0661157,0.07438017,0.53305787,0.5289256,0.5165289,0.5041322,0.49586776,0.4876033,0.46694216,0.46694216,0.45041323,0.42975205,0.446281,0.46280992,0.5,0.5495868,0.61570245,0.6528926,0.677686,0.6942149,0.7231405,0.75206614,0.75619835,0.75619835,0.74793386,0.75619835,0.75206614,0.74380165,0.72727275,0.6983471,0.7066116,0.7066116,0.69008267,0.69008267,0.6570248,0.6487603,0.61570245,0.60330576,0.59917355,0.57024795,0.5289256,0.5,0.4090909,0.2107438,0.08264463,0.07024793,0.0785124,0.07438017,0.0661157,0.07438017,0.0785124,0.07024793,0.08677686,0.07438017,0.08264463,0.08264463,0.08677686,0.08677686,0.08264463,0.07024793,0.0785124,0.07024793,0.07024793,0.07024793,0.07024793,0.08264463,0.54545456,0.5371901,0.5371901,0.5247934,0.5,0.49586776,0.47933885,0.48347107,0.46694216,0.446281,0.446281,0.43801653,0.45041323,0.48347107,0.5289256,0.60330576,0.6363636,0.6652893,0.69008267,0.7231405,0.73966944,0.75206614,0.74793386,0.74380165,0.7355372,0.72727275,0.71487606,0.6942149,0.6859504,0.6818182,0.677686,0.6859504,0.661157,0.6446281,0.607438,0.58264464,0.58677685,0.5413223,0.49586776,0.43801653,0.30165288,0.11157025,0.07024793,0.0785124,0.0661157,0.0785124,0.07024793,0.07438017,0.0785124,0.08677686,0.08264463,0.0785124,0.09090909,0.08264463,0.08264463,0.0785124,0.08264463,0.0661157,0.07438017,0.07024793,0.0661157,0.07024793,0.0785124,0.09090909,0.553719,0.5413223,0.53305787,0.5371901,0.5041322,0.49586776,0.47933885,0.4876033,0.46280992,0.45867768,0.45454547,0.446281,0.4338843,0.446281,0.49173555,0.57024795,0.61157024,0.6487603,0.677686,0.7066116,0.7231405,0.74380165,0.73966944,0.73966944,0.73140496,0.71487606,0.70247936,0.6859504,0.6735537,0.6570248,0.661157,0.6694215,0.6487603,0.6363636,0.58677685,0.56198347,0.57024795,0.5165289,0.47107437,0.3966942,0.24793388,0.09504132,0.0661157,0.07438017,0.07024793,0.0785124,0.07438017,0.07438017,0.08677686,0.08264463,0.08677686,0.0785124,0.09504132,0.08264463,0.0785124,0.07438017,0.0785124,0.0661157,0.0785124,0.07438017,0.06198347,0.0661157,0.08264463,0.09504132,9 +0.6528926,0.6446281,0.6528926,0.7066116,0.71487606,0.71900827,0.74380165,0.74793386,0.74793386,0.75619835,0.74793386,0.76033056,0.75206614,0.74793386,0.7644628,0.7644628,0.76033056,0.75206614,0.73966944,0.73966944,0.74793386,0.74380165,0.7355372,0.7231405,0.73140496,0.7231405,0.71900827,0.7231405,0.71900827,0.71900827,0.71900827,0.7107438,0.7066116,0.7107438,0.70247936,0.70247936,0.70247936,0.70247936,0.6859504,0.661157,0.6487603,0.6487603,0.6446281,0.6363636,0.6280992,0.6322314,0.62396693,0.62396693,0.60330576,0.59917355,0.59090906,0.5661157,0.53305787,0.5247934,0.5041322,0.4876033,0.46694216,0.45041323,0.2520661,0.09917355,0.09917355,0.08264463,0.1322314,0.16528925,0.61570245,0.6322314,0.6322314,0.6735537,0.72727275,0.7355372,0.7355372,0.75206614,0.75206614,0.75206614,0.75206614,0.74793386,0.74793386,0.7644628,0.77272725,0.76033056,0.77272725,0.76033056,0.74793386,0.74793386,0.74380165,0.73966944,0.7355372,0.7355372,0.74380165,0.74380165,0.7355372,0.73140496,0.73140496,0.73966944,0.73140496,0.71900827,0.71900827,0.72727275,0.71900827,0.7107438,0.7066116,0.70247936,0.6859504,0.6735537,0.661157,0.661157,0.661157,0.6404959,0.6446281,0.6446281,0.6446281,0.62396693,0.61570245,0.607438,0.59917355,0.5785124,0.5495868,0.5165289,0.5165289,0.48347107,0.4752066,0.42975205,0.24793388,0.09504132,0.09090909,0.07024793,0.11983471,0.23553719,0.6404959,0.6404959,0.6363636,0.61157024,0.6942149,0.72727275,0.74793386,0.73140496,0.74793386,0.74380165,0.75619835,0.7644628,0.74380165,0.75619835,0.77272725,0.7768595,0.7768595,0.77272725,0.7644628,0.75619835,0.7644628,0.76033056,0.75206614,0.74793386,0.75206614,0.74793386,0.73966944,0.74793386,0.74793386,0.73966944,0.73966944,0.72727275,0.72727275,0.73140496,0.7231405,0.7107438,0.71900827,0.71900827,0.70247936,0.6859504,0.6735537,0.6735537,0.661157,0.6652893,0.661157,0.661157,0.6570248,0.6487603,0.6446281,0.62396693,0.61157024,0.5785124,0.5661157,0.54545456,0.5165289,0.5082645,0.47933885,0.45041323,0.20661157,0.09090909,0.11570248,0.06198347,0.10743801,0.30165288,0.6404959,0.677686,0.6818182,0.6570248,0.6322314,0.71487606,0.74793386,0.7355372,0.73966944,0.74380165,0.75619835,0.77272725,0.76033056,0.76859504,0.78512394,0.76859504,0.77272725,0.7768595,0.7644628,0.7644628,0.77272725,0.76859504,0.7644628,0.76033056,0.75619835,0.75619835,0.75619835,0.76033056,0.75206614,0.74380165,0.73966944,0.73966944,0.74380165,0.73966944,0.73140496,0.7231405,0.7231405,0.7231405,0.7066116,0.6942149,0.6859504,0.6735537,0.6735537,0.6694215,0.6735537,0.6694215,0.6694215,0.6735537,0.6652893,0.6363636,0.61570245,0.59090906,0.57024795,0.5495868,0.5165289,0.5,0.48347107,0.42975205,0.19421488,0.08264463,0.11570248,0.08677686,0.07024793,0.30578512,0.677686,0.6735537,0.6942149,0.7231405,0.69008267,0.6983471,0.74380165,0.75619835,0.75619835,0.74380165,0.75206614,0.78099173,0.76859504,0.77272725,0.7768595,0.76859504,0.76033056,0.7644628,0.76033056,0.76859504,0.7768595,0.76859504,0.7644628,0.75619835,0.75619835,0.75619835,0.7644628,0.75619835,0.74793386,0.75206614,0.73966944,0.73966944,0.74793386,0.74793386,0.7355372,0.72727275,0.73140496,0.71487606,0.7066116,0.70247936,0.6983471,0.6859504,0.6818182,0.677686,0.69008267,0.6818182,0.6735537,0.6859504,0.677686,0.6487603,0.6198347,0.61157024,0.57438016,0.53305787,0.5165289,0.5082645,0.4876033,0.41735536,0.17768595,0.08264463,0.11570248,0.09090909,0.09504132,0.32231405,0.6735537,0.6652893,0.70247936,0.7231405,0.74380165,0.72727275,0.71900827,0.75619835,0.73966944,0.74793386,0.75206614,0.7644628,0.75206614,0.74793386,0.76033056,0.75619835,0.74793386,0.74793386,0.75619835,0.75619835,0.75619835,0.75619835,0.75619835,0.75206614,0.75206614,0.75619835,0.75619835,0.75206614,0.74793386,0.74380165,0.7355372,0.73966944,0.74793386,0.73966944,0.7355372,0.7231405,0.71900827,0.70247936,0.70247936,0.70247936,0.6983471,0.6859504,0.677686,0.69008267,0.69008267,0.6818182,0.6652893,0.6652893,0.6322314,0.6198347,0.60330576,0.58264464,0.55785125,0.5206612,0.47933885,0.47107437,0.47933885,0.41735536,0.1570248,0.09090909,0.11983471,0.08264463,0.10743801,0.35123968,0.6652893,0.6818182,0.7066116,0.7355372,0.75206614,0.77272725,0.75206614,0.7066116,0.6859504,0.70247936,0.7231405,0.73140496,0.71487606,0.6942149,0.72727275,0.7355372,0.7231405,0.72727275,0.72727275,0.7231405,0.7355372,0.73140496,0.73140496,0.7355372,0.7355372,0.73140496,0.73140496,0.7355372,0.7231405,0.73140496,0.72727275,0.73140496,0.7355372,0.73140496,0.73140496,0.7231405,0.7066116,0.69008267,0.6859504,0.6859504,0.6818182,0.6694215,0.661157,0.6694215,0.6694215,0.661157,0.6404959,0.61570245,0.57438016,0.553719,0.56198347,0.5206612,0.5082645,0.47107437,0.42975205,0.3966942,0.446281,0.38429752,0.1322314,0.08677686,0.1322314,0.08677686,0.11157025,0.38016528,0.6735537,0.70247936,0.72727275,0.74380165,0.73966944,0.7231405,0.6487603,0.57024795,0.54545456,0.56198347,0.58677685,0.61157024,0.58264464,0.58264464,0.6363636,0.6322314,0.6363636,0.661157,0.6694215,0.6652893,0.6694215,0.6735537,0.677686,0.6859504,0.6942149,0.6818182,0.677686,0.677686,0.6942149,0.71487606,0.71900827,0.7231405,0.7231405,0.71487606,0.7107438,0.7107438,0.6942149,0.6735537,0.6487603,0.6446281,0.6404959,0.6280992,0.62396693,0.61570245,0.59917355,0.57438016,0.5371901,0.4876033,0.44214877,0.38429752,0.38016528,0.3553719,0.34710744,0.3264463,0.27272728,0.27272728,0.2892562,0.3140496,0.11570248,0.10743801,0.11983471,0.1322314,0.11983471,0.40082645,0.69008267,0.71900827,0.7355372,0.7231405,0.661157,0.5661157,0.46280992,0.41735536,0.4090909,0.42561984,0.42975205,0.4214876,0.38842976,0.40082645,0.4090909,0.4214876,0.43801653,0.45454547,0.4752066,0.46694216,0.47933885,0.5041322,0.5495868,0.57024795,0.58264464,0.59917355,0.59504133,0.61570245,0.6487603,0.677686,0.6942149,0.7066116,0.7107438,0.7107438,0.6983471,0.6983471,0.6735537,0.6487603,0.6280992,0.61157024,0.58677685,0.57438016,0.553719,0.5165289,0.4752066,0.4338843,0.37190083,0.30991736,0.2768595,0.24380165,0.21900827,0.20661157,0.1983471,0.20247933,0.19008264,0.17355372,0.1983471,0.2231405,0.11570248,0.09917355,0.10330579,0.16528925,0.1446281,0.3966942,0.6942149,0.6859504,0.6528926,0.53305787,0.43801653,0.37603307,0.3553719,0.3429752,0.35123968,0.3553719,0.338843,0.32231405,0.29752067,0.30165288,0.28099173,0.28099173,0.28099173,0.28512397,0.2892562,0.27272728,0.28512397,0.29338843,0.34710744,0.39256197,0.43801653,0.4752066,0.5123967,0.553719,0.61157024,0.6528926,0.6818182,0.6942149,0.70247936,0.71487606,0.70247936,0.6818182,0.6487603,0.62396693,0.60330576,0.59090906,0.553719,0.5082645,0.45454547,0.37190083,0.30991736,0.26859504,0.23553719,0.21487603,0.19421488,0.19008264,0.17768595,0.1570248,0.1694215,0.16528925,0.16528925,0.18595041,0.19421488,0.17768595,0.11157025,0.10330579,0.0785124,0.17768595,0.23966943,0.39256197,0.61157024,0.5495868,0.4090909,0.37190083,0.3553719,0.39256197,0.41322315,0.36363637,0.3553719,0.35123968,0.3181818,0.30578512,0.30991736,0.2892562,0.2603306,0.25619835,0.24793388,0.2603306,0.23966943,0.22727273,0.24380165,0.2520661,0.2603306,0.30165288,0.35950413,0.38429752,0.4090909,0.47933885,0.57438016,0.6322314,0.6652893,0.6735537,0.6859504,0.7066116,0.6983471,0.6735537,0.6363636,0.60330576,0.57438016,0.56198347,0.53305787,0.44214877,0.33471075,0.26859504,0.2231405,0.20247933,0.1983471,0.19421488,0.18181819,0.1983471,0.20247933,0.19421488,0.21487603,0.23140496,0.26859504,0.3181818,0.29338843,0.20661157,0.12396694,0.08264463,0.08264463,0.23966943,0.2768595,0.41322315,0.47933885,0.4214876,0.38842976,0.4338843,0.49586776,0.5371901,0.5289256,0.5123967,0.4876033,0.45867768,0.42561984,0.40495867,0.41322315,0.40082645,0.3677686,0.338843,0.3181818,0.27272728,0.27272728,0.26859504,0.28099173,0.30578512,0.32231405,0.35950413,0.37603307,0.3966942,0.3966942,0.446281,0.5413223,0.61570245,0.6570248,0.6694215,0.6818182,0.70247936,0.6942149,0.661157,0.61570245,0.5785124,0.55785125,0.5289256,0.47933885,0.3677686,0.29752067,0.2644628,0.24793388,0.23140496,0.2231405,0.23553719,0.24793388,0.28512397,0.32231405,0.338843,0.35950413,0.38842976,0.4090909,0.42561984,0.42975205,0.30578512,0.12396694,0.07438017,0.09917355,0.29338843,0.3429752,0.4214876,0.40495867,0.446281,0.5041322,0.58677685,0.6570248,0.6942149,0.6735537,0.6446281,0.60330576,0.59917355,0.5661157,0.5247934,0.5082645,0.4876033,0.47933885,0.45041323,0.42561984,0.38429752,0.33471075,0.338843,0.35123968,0.38429752,0.4090909,0.4214876,0.43801653,0.44214877,0.44214877,0.4752066,0.553719,0.61157024,0.6487603,0.6652893,0.6859504,0.7107438,0.6942149,0.6446281,0.59917355,0.55785125,0.5289256,0.49173555,0.40082645,0.3181818,0.3181818,0.3264463,0.3181818,0.30578512,0.29752067,0.3181818,0.33471075,0.36363637,0.38842976,0.39256197,0.40082645,0.4214876,0.42561984,0.41735536,0.45041323,0.41322315,0.11983471,0.053719006,0.11983471,0.3140496,0.38842976,0.4090909,0.5206612,0.5495868,0.60330576,0.6363636,0.661157,0.6570248,0.6363636,0.59090906,0.5413223,0.5247934,0.48347107,0.43801653,0.41322315,0.37190083,0.36363637,0.3429752,0.32231405,0.30991736,0.30991736,0.3305785,0.3553719,0.38842976,0.42975205,0.44214877,0.45454547,0.46694216,0.4752066,0.5041322,0.553719,0.59917355,0.6528926,0.69008267,0.7066116,0.7231405,0.70247936,0.6570248,0.61157024,0.553719,0.5,0.42975205,0.35950413,0.3305785,0.338843,0.338843,0.3264463,0.2892562,0.2644628,0.2520661,0.23966943,0.24380165,0.2644628,0.2603306,0.29752067,0.3264463,0.35950413,0.38429752,0.4214876,0.4090909,0.12396694,0.06198347,0.12809917,0.30578512,0.38429752,0.3966942,0.5785124,0.59504133,0.59917355,0.59090906,0.58677685,0.55785125,0.5165289,0.45454547,0.40495867,0.37190083,0.33471075,0.3181818,0.29338843,0.24793388,0.2231405,0.20247933,0.20247933,0.19008264,0.17768595,0.2231405,0.2644628,0.3181818,0.39256197,0.42975205,0.446281,0.45041323,0.47107437,0.5,0.5413223,0.607438,0.677686,0.71900827,0.7355372,0.75619835,0.73140496,0.6859504,0.6322314,0.5495868,0.46280992,0.3677686,0.3264463,0.3305785,0.3264463,0.2892562,0.29338843,0.23553719,0.18595041,0.18181819,0.17768595,0.14876033,0.17768595,0.16528925,0.2231405,0.2107438,0.2768595,0.338843,0.3966942,0.38429752,0.10330579,0.07438017,0.13636364,0.2603306,0.3677686,0.38429752,0.5785124,0.57024795,0.54545456,0.5247934,0.48347107,0.42561984,0.37603307,0.3181818,0.30578512,0.2892562,0.2603306,0.338843,0.3264463,0.2603306,0.19421488,0.1446281,0.1694215,0.1570248,0.1322314,0.1983471,0.23966943,0.26859504,0.32231405,0.39256197,0.43801653,0.45041323,0.46694216,0.49173555,0.53305787,0.61570245,0.70247936,0.75619835,0.76859504,0.78099173,0.77272725,0.72727275,0.6652893,0.5413223,0.41322315,0.33471075,0.29752067,0.30578512,0.3140496,0.32231405,0.35950413,0.25619835,0.13636364,0.15289256,0.1570248,0.09917355,0.1446281,0.1570248,0.14876033,0.1983471,0.21900827,0.30165288,0.39256197,0.40082645,0.09504132,0.07438017,0.16115703,0.23140496,0.29752067,0.33471075,0.5495868,0.5247934,0.48347107,0.46280992,0.40082645,0.36363637,0.3264463,0.28099173,0.2644628,0.2892562,0.34710744,0.48347107,0.4752066,0.30578512,0.21900827,0.1570248,0.19008264,0.17355372,0.12396694,0.20247933,0.33471075,0.27272728,0.3264463,0.35950413,0.4214876,0.46280992,0.48347107,0.5,0.5247934,0.60330576,0.7107438,0.78099173,0.8016529,0.80991733,0.8057851,0.76859504,0.6983471,0.5289256,0.39256197,0.3305785,0.30991736,0.3181818,0.3553719,0.43801653,0.46280992,0.33471075,0.16528925,0.19008264,0.14876033,0.09090909,0.13636364,0.2520661,0.16115703,0.16115703,0.22727273,0.30578512,0.39256197,0.41322315,0.12396694,0.06198347,0.2520661,0.3264463,0.29338843,0.2603306,0.5413223,0.49173555,0.45867768,0.446281,0.41735536,0.34710744,0.2768595,0.25619835,0.32231405,0.41735536,0.5289256,0.6404959,0.6198347,0.3305785,0.23553719,0.18181819,0.19008264,0.16115703,0.14049587,0.24793388,0.46280992,0.3264463,0.2892562,0.37190083,0.4214876,0.4752066,0.5,0.5165289,0.5371901,0.61157024,0.71487606,0.7933884,0.822314,0.8305785,0.822314,0.8057851,0.7355372,0.5289256,0.3966942,0.35950413,0.3305785,0.3305785,0.42975205,0.553719,0.5082645,0.30578512,0.1694215,0.18181819,0.14049587,0.09504132,0.1570248,0.34710744,0.2107438,0.14049587,0.21487603,0.338843,0.40495867,0.46694216,0.15289256,0.06198347,0.30165288,0.3677686,0.41322315,0.34710744,0.5785124,0.5206612,0.5082645,0.5206612,0.4876033,0.36363637,0.2892562,0.3140496,0.41322315,0.5289256,0.61157024,0.6859504,0.6942149,0.41735536,0.26859504,0.2231405,0.17768595,0.1694215,0.16115703,0.338843,0.47933885,0.38016528,0.30165288,0.36363637,0.47107437,0.5041322,0.5123967,0.5289256,0.57438016,0.6487603,0.7355372,0.7933884,0.822314,0.838843,0.8347107,0.8305785,0.77272725,0.553719,0.4338843,0.40082645,0.34710744,0.3553719,0.43801653,0.54545456,0.53305787,0.33471075,0.1983471,0.17768595,0.16528925,0.11570248,0.23553719,0.37190083,0.25619835,0.17768595,0.23553719,0.35950413,0.45454547,0.5041322,0.1983471,0.0661157,0.28099173,0.39256197,0.3966942,0.39256197,0.6735537,0.6446281,0.61570245,0.6363636,0.6280992,0.5206612,0.41322315,0.37190083,0.43801653,0.4876033,0.5289256,0.61157024,0.6735537,0.54545456,0.3181818,0.26859504,0.2520661,0.24793388,0.26859504,0.40495867,0.45454547,0.41322315,0.39256197,0.42975205,0.5041322,0.53305787,0.53305787,0.56198347,0.6322314,0.70247936,0.75619835,0.8016529,0.822314,0.8429752,0.8429752,0.8264463,0.79752064,0.61157024,0.45454547,0.43801653,0.40495867,0.37603307,0.40082645,0.44214877,0.4752066,0.3553719,0.2520661,0.2520661,0.24380165,0.23140496,0.3140496,0.338843,0.2603306,0.25619835,0.3553719,0.4090909,0.49586776,0.53305787,0.24793388,0.08264463,0.22727273,0.41322315,0.40082645,0.38429752,0.7644628,0.74380165,0.7231405,0.72727275,0.71487606,0.6404959,0.57024795,0.49586776,0.47933885,0.47933885,0.45867768,0.49586776,0.56198347,0.5661157,0.45867768,0.40495867,0.40495867,0.41322315,0.4214876,0.46280992,0.46694216,0.46280992,0.4752066,0.5041322,0.53305787,0.55785125,0.56198347,0.607438,0.69008267,0.75206614,0.7768595,0.79752064,0.822314,0.838843,0.8429752,0.8305785,0.8181818,0.6818182,0.49173555,0.42975205,0.43801653,0.4338843,0.42975205,0.4338843,0.4338843,0.3966942,0.38429752,0.38016528,0.36363637,0.3553719,0.3305785,0.3140496,0.30991736,0.3429752,0.446281,0.4876033,0.5123967,0.56198347,0.28512397,0.14876033,0.21487603,0.3677686,0.42561984,0.39256197,0.78512394,0.7768595,0.76033056,0.75619835,0.7231405,0.6859504,0.6487603,0.60330576,0.59504133,0.58264464,0.53305787,0.5123967,0.5165289,0.5082645,0.4876033,0.46694216,0.45867768,0.47107437,0.46280992,0.47107437,0.48347107,0.49173555,0.5,0.5247934,0.57438016,0.607438,0.61157024,0.661157,0.7355372,0.77272725,0.78099173,0.7933884,0.8181818,0.838843,0.8429752,0.8264463,0.8181818,0.7355372,0.5371901,0.4338843,0.41322315,0.41322315,0.42561984,0.446281,0.46280992,0.44214877,0.41322315,0.40495867,0.38842976,0.39256197,0.37190083,0.38429752,0.3966942,0.4090909,0.48347107,0.5165289,0.5247934,0.5785124,0.3181818,0.1570248,0.26859504,0.3305785,0.41322315,0.41322315,0.79752064,0.7892562,0.7768595,0.7644628,0.7355372,0.71487606,0.6942149,0.6528926,0.6280992,0.61157024,0.59090906,0.57438016,0.55785125,0.5413223,0.5041322,0.4876033,0.48347107,0.48347107,0.47933885,0.48347107,0.5041322,0.5206612,0.54545456,0.59504133,0.6487603,0.677686,0.6818182,0.7066116,0.76033056,0.78512394,0.7892562,0.7933884,0.8181818,0.838843,0.8512397,0.8347107,0.8181818,0.77272725,0.57438016,0.47107437,0.45867768,0.4214876,0.41735536,0.44214877,0.46280992,0.4752066,0.46280992,0.45041323,0.43801653,0.42975205,0.4214876,0.42561984,0.42561984,0.45867768,0.5082645,0.5289256,0.5206612,0.58264464,0.35950413,0.12396694,0.3140496,0.2892562,0.3966942,0.4090909,0.79752064,0.79752064,0.7892562,0.77272725,0.75206614,0.73140496,0.71487606,0.677686,0.6570248,0.61157024,0.59917355,0.58264464,0.5495868,0.5413223,0.5165289,0.5041322,0.5,0.49586776,0.4876033,0.5,0.5371901,0.5785124,0.6487603,0.70247936,0.73140496,0.73966944,0.7355372,0.74380165,0.76859504,0.7892562,0.79752064,0.79752064,0.80991733,0.8305785,0.8512397,0.838843,0.8181818,0.80991733,0.61570245,0.49586776,0.5123967,0.5,0.46280992,0.4338843,0.43801653,0.45454547,0.45867768,0.446281,0.44214877,0.42975205,0.4338843,0.44214877,0.45867768,0.49173555,0.5289256,0.5247934,0.5206612,0.57438016,0.4090909,0.08677686,0.30991736,0.2892562,0.35123968,0.41322315,0.7933884,0.8057851,0.79752064,0.7933884,0.77272725,0.7644628,0.74793386,0.7107438,0.69008267,0.6487603,0.62396693,0.59090906,0.5661157,0.54545456,0.5413223,0.5289256,0.5247934,0.5289256,0.54545456,0.5661157,0.62396693,0.6859504,0.7355372,0.7644628,0.7768595,0.76859504,0.7644628,0.76859504,0.7768595,0.7933884,0.79752064,0.7933884,0.8016529,0.822314,0.8471074,0.838843,0.822314,0.822314,0.6570248,0.5123967,0.5206612,0.5495868,0.5413223,0.5082645,0.4876033,0.4752066,0.45867768,0.45041323,0.45867768,0.45867768,0.47107437,0.49173555,0.5082645,0.5289256,0.5413223,0.5371901,0.5165289,0.5661157,0.41322315,0.037190083,0.2768595,0.3305785,0.30991736,0.40495867,0.79752064,0.8016529,0.8057851,0.8140496,0.79752064,0.7933884,0.78512394,0.76859504,0.73966944,0.71487606,0.6942149,0.6694215,0.6363636,0.6322314,0.6198347,0.61570245,0.62396693,0.6404959,0.661157,0.6859504,0.73140496,0.7644628,0.7768595,0.7892562,0.79752064,0.78099173,0.78512394,0.7933884,0.78512394,0.7933884,0.8016529,0.79752064,0.79752064,0.8140496,0.8429752,0.8471074,0.822314,0.822314,0.69008267,0.5289256,0.5206612,0.57024795,0.59504133,0.59090906,0.58264464,0.56198347,0.5371901,0.5289256,0.53305787,0.5371901,0.5413223,0.5661157,0.58264464,0.58264464,0.5661157,0.5495868,0.5165289,0.5661157,0.39256197,0.024793388,0.2107438,0.35950413,0.28512397,0.36363637,0.7933884,0.8016529,0.80991733,0.8181818,0.8140496,0.822314,0.8264463,0.822314,0.80991733,0.8016529,0.7892562,0.7768595,0.75619835,0.75619835,0.73966944,0.7355372,0.73966944,0.75206614,0.75206614,0.76033056,0.7768595,0.78512394,0.79752064,0.8057851,0.8016529,0.7933884,0.7933884,0.79752064,0.7892562,0.7933884,0.8016529,0.79752064,0.79752064,0.80991733,0.8347107,0.8429752,0.8264463,0.8264463,0.7066116,0.5413223,0.5206612,0.5661157,0.61157024,0.6280992,0.6487603,0.6528926,0.6446281,0.6363636,0.6404959,0.62396693,0.6198347,0.61570245,0.62396693,0.60330576,0.59090906,0.5495868,0.5206612,0.56198347,0.35950413,0.024793388,0.1322314,0.34710744,0.29338843,0.3305785,0.7892562,0.8057851,0.8140496,0.80991733,0.8181818,0.822314,0.8305785,0.8305785,0.8305785,0.8140496,0.8140496,0.8057851,0.8057851,0.8057851,0.8016529,0.7933884,0.7892562,0.7892562,0.78512394,0.78099173,0.78512394,0.7892562,0.8057851,0.8140496,0.8057851,0.79752064,0.8016529,0.8016529,0.7933884,0.7933884,0.7933884,0.7933884,0.79752064,0.80991733,0.8264463,0.838843,0.8264463,0.8181818,0.71900827,0.5495868,0.5206612,0.57024795,0.61570245,0.6404959,0.661157,0.677686,0.6942149,0.6818182,0.6983471,0.6859504,0.6735537,0.6446281,0.6404959,0.607438,0.59504133,0.55785125,0.5247934,0.5495868,0.32231405,0.037190083,0.07024793,0.2892562,0.30991736,0.3140496,0.7892562,0.8016529,0.8181818,0.80991733,0.8181818,0.8264463,0.8305785,0.8347107,0.8305785,0.8264463,0.8264463,0.822314,0.822314,0.822314,0.8181818,0.8140496,0.8016529,0.79752064,0.79752064,0.7892562,0.7892562,0.7933884,0.8057851,0.80991733,0.8016529,0.79752064,0.8057851,0.8016529,0.79752064,0.7933884,0.7933884,0.79752064,0.79752064,0.8057851,0.8140496,0.822314,0.822314,0.8140496,0.71900827,0.56198347,0.5206612,0.57024795,0.607438,0.6404959,0.6570248,0.677686,0.6942149,0.69008267,0.7107438,0.71487606,0.6942149,0.6652893,0.6487603,0.62396693,0.59917355,0.57438016,0.53305787,0.5413223,0.28099173,0.045454547,0.08677686,0.17768595,0.30165288,0.3181818,0.79752064,0.8016529,0.8181818,0.8140496,0.822314,0.8264463,0.8305785,0.8347107,0.8347107,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.822314,0.8140496,0.8016529,0.79752064,0.8016529,0.7892562,0.7892562,0.7933884,0.8057851,0.79752064,0.7892562,0.7933884,0.79752064,0.7892562,0.78512394,0.7892562,0.7933884,0.79752064,0.8016529,0.8057851,0.8057851,0.80991733,0.8181818,0.8140496,0.7231405,0.58264464,0.5165289,0.54545456,0.58677685,0.62396693,0.6570248,0.677686,0.69008267,0.6859504,0.70247936,0.7066116,0.6983471,0.677686,0.6528926,0.6322314,0.61157024,0.57438016,0.5413223,0.53305787,0.23553719,0.037190083,0.10330579,0.14876033,0.26859504,0.3429752,0.7892562,0.8140496,0.8057851,0.8181818,0.8264463,0.8264463,0.8305785,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.822314,0.8181818,0.8264463,0.8057851,0.7892562,0.7892562,0.79752064,0.7892562,0.78099173,0.78099173,0.78099173,0.77272725,0.76033056,0.7644628,0.7768595,0.77272725,0.76859504,0.7768595,0.7892562,0.7933884,0.8016529,0.80991733,0.8140496,0.8181818,0.8181818,0.8057851,0.73140496,0.607438,0.5165289,0.5165289,0.5661157,0.607438,0.6446281,0.6694215,0.69008267,0.69008267,0.6983471,0.6983471,0.69008267,0.6818182,0.6528926,0.6363636,0.6198347,0.57024795,0.55785125,0.49173555,0.20247933,0.0661157,0.07024793,0.20661157,0.21900827,0.3140496,0.78512394,0.8057851,0.8057851,0.8140496,0.822314,0.8264463,0.8264463,0.8347107,0.8305785,0.8347107,0.8305785,0.8264463,0.8140496,0.8140496,0.8140496,0.7933884,0.78512394,0.7892562,0.7892562,0.77272725,0.74793386,0.74793386,0.72727275,0.70247936,0.70247936,0.7231405,0.75619835,0.75619835,0.74793386,0.7644628,0.78512394,0.7892562,0.79752064,0.8140496,0.822314,0.8264463,0.8181818,0.8016529,0.73966944,0.6404959,0.5206612,0.47933885,0.5289256,0.58677685,0.6198347,0.6487603,0.6859504,0.6983471,0.7066116,0.69008267,0.6694215,0.6652893,0.6528926,0.6280992,0.61157024,0.56198347,0.553719,0.446281,0.14049587,0.10330579,0.049586777,0.20661157,0.2520661,0.19008264,0.78099173,0.79752064,0.8016529,0.8057851,0.80991733,0.822314,0.822314,0.8305785,0.8264463,0.8264463,0.8264463,0.8181818,0.80991733,0.8057851,0.8016529,0.78512394,0.7768595,0.7768595,0.7644628,0.73966944,0.7066116,0.6818182,0.6363636,0.607438,0.6446281,0.7066116,0.73966944,0.75206614,0.74793386,0.75206614,0.77272725,0.78512394,0.8016529,0.8181818,0.822314,0.8264463,0.8140496,0.8016529,0.74793386,0.6735537,0.553719,0.45454547,0.4876033,0.553719,0.59504133,0.6280992,0.6694215,0.6859504,0.70247936,0.6694215,0.6404959,0.6446281,0.6322314,0.60330576,0.58264464,0.5495868,0.5495868,0.38016528,0.0785124,0.11570248,0.053719006,0.12809917,0.338843,0.16115703,0.76859504,0.78099173,0.7892562,0.7933884,0.8057851,0.8140496,0.8140496,0.8140496,0.8181818,0.8140496,0.80991733,0.8057851,0.8016529,0.7933884,0.7892562,0.77272725,0.75206614,0.73966944,0.7231405,0.6859504,0.6528926,0.61157024,0.553719,0.5495868,0.6404959,0.72727275,0.7644628,0.77272725,0.76859504,0.75619835,0.7644628,0.7768595,0.79752064,0.80991733,0.8181818,0.822314,0.80991733,0.7933884,0.75206614,0.6942149,0.59917355,0.46694216,0.46280992,0.5247934,0.57438016,0.607438,0.6446281,0.6652893,0.6818182,0.6487603,0.6198347,0.62396693,0.607438,0.58677685,0.56198347,0.5413223,0.54545456,0.29338843,0.049586777,0.12396694,0.06198347,0.07438017,0.3181818,0.28099173,0.75206614,0.7644628,0.7768595,0.78099173,0.8016529,0.8057851,0.8057851,0.79752064,0.80991733,0.8016529,0.79752064,0.7892562,0.78512394,0.7768595,0.76859504,0.74793386,0.7231405,0.6983471,0.6694215,0.6322314,0.59917355,0.57024795,0.5289256,0.5289256,0.6528926,0.76033056,0.79752064,0.7933884,0.7892562,0.78099173,0.77272725,0.7768595,0.7892562,0.8016529,0.8140496,0.8140496,0.8057851,0.78512394,0.74793386,0.6983471,0.6280992,0.5247934,0.45867768,0.49586776,0.5413223,0.58677685,0.6198347,0.6446281,0.6446281,0.6322314,0.61157024,0.59917355,0.59504133,0.57024795,0.5495868,0.53305787,0.5165289,0.2107438,0.037190083,0.12809917,0.0785124,0.06198347,0.23966943,0.3264463,0.73966944,0.76033056,0.7644628,0.77272725,0.7768595,0.78512394,0.78512394,0.78099173,0.7933884,0.78512394,0.78099173,0.77272725,0.76859504,0.75206614,0.73966944,0.71487606,0.69008267,0.6528926,0.61157024,0.5785124,0.553719,0.55785125,0.553719,0.5413223,0.6322314,0.7644628,0.7892562,0.7892562,0.78512394,0.7892562,0.7892562,0.78099173,0.78512394,0.7933884,0.8057851,0.8016529,0.7933884,0.7768595,0.74380165,0.70247936,0.6363636,0.57024795,0.47933885,0.47107437,0.5123967,0.55785125,0.58677685,0.607438,0.60330576,0.607438,0.58264464,0.5785124,0.57024795,0.553719,0.5289256,0.53305787,0.46280992,0.11983471,0.053719006,0.11983471,0.09090909,0.0661157,0.16115703,0.28512397,0.71900827,0.75206614,0.75206614,0.7644628,0.75619835,0.76033056,0.76033056,0.75619835,0.76859504,0.7644628,0.75206614,0.75206614,0.74380165,0.7107438,0.6859504,0.6735537,0.6487603,0.60330576,0.553719,0.5289256,0.53305787,0.57438016,0.6198347,0.60330576,0.61157024,0.6942149,0.71487606,0.71900827,0.73140496,0.74793386,0.76859504,0.77272725,0.7768595,0.78512394,0.78099173,0.78512394,0.7768595,0.76033056,0.73140496,0.6859504,0.6280992,0.5661157,0.47933885,0.45867768,0.4876033,0.5206612,0.553719,0.57024795,0.56198347,0.5785124,0.56198347,0.55785125,0.5495868,0.5289256,0.5082645,0.5289256,0.38016528,0.06198347,0.07438017,0.10330579,0.11157025,0.049586777,0.13636364,0.23553719,0.70247936,0.72727275,0.7231405,0.73966944,0.7355372,0.7355372,0.73966944,0.73140496,0.73966944,0.7355372,0.7107438,0.7107438,0.6942149,0.6652893,0.62396693,0.607438,0.58677685,0.5413223,0.5,0.4876033,0.5247934,0.60330576,0.6694215,0.677686,0.6528926,0.607438,0.55785125,0.5289256,0.5371901,0.58264464,0.6570248,0.6983471,0.72727275,0.74793386,0.75206614,0.74380165,0.73966944,0.7231405,0.6818182,0.6280992,0.5785124,0.5165289,0.43801653,0.42561984,0.45454547,0.49173555,0.5165289,0.5289256,0.53305787,0.5413223,0.5413223,0.5289256,0.5206612,0.5041322,0.49173555,0.5041322,0.2644628,0.05785124,0.08264463,0.09090909,0.11157025,0.049586777,0.12809917,0.20247933,0.677686,0.6942149,0.6942149,0.7107438,0.69008267,0.70247936,0.7066116,0.69008267,0.6983471,0.6942149,0.6694215,0.6570248,0.6446281,0.607438,0.57438016,0.5371901,0.5165289,0.48347107,0.4752066,0.49586776,0.553719,0.6322314,0.6818182,0.6983471,0.6983471,0.6280992,0.5082645,0.43801653,0.4338843,0.45041323,0.49586776,0.55785125,0.60330576,0.6404959,0.6694215,0.677686,0.6652893,0.6404959,0.60330576,0.553719,0.5041322,0.47107437,0.4090909,0.39256197,0.4214876,0.45867768,0.4876033,0.5,0.5165289,0.5206612,0.5206612,0.5041322,0.49173555,0.48347107,0.47933885,0.43801653,0.16115703,0.06198347,0.09504132,0.09504132,0.08677686,0.08677686,0.08264463,0.21487603,0.6487603,0.6735537,0.6818182,0.677686,0.661157,0.677686,0.6735537,0.661157,0.661157,0.6528926,0.62396693,0.607438,0.59504133,0.56198347,0.5247934,0.48347107,0.46694216,0.46280992,0.5,0.54545456,0.60330576,0.6652893,0.69008267,0.6942149,0.70247936,0.6735537,0.5785124,0.49586776,0.4752066,0.46694216,0.46694216,0.4752066,0.49173555,0.5165289,0.54545456,0.5661157,0.54545456,0.5289256,0.5082645,0.47933885,0.45867768,0.46280992,0.42975205,0.39256197,0.3966942,0.4338843,0.45867768,0.4752066,0.49173555,0.5041322,0.5,0.4876033,0.47933885,0.46694216,0.46280992,0.33471075,0.09090909,0.07438017,0.09504132,0.09090909,0.09090909,0.09917355,0.049586777,0.19421488,0.6198347,0.6404959,0.6487603,0.6528926,0.6404959,0.6528926,0.6446281,0.6280992,0.6280992,0.60330576,0.58264464,0.553719,0.53305787,0.5041322,0.47107437,0.45867768,0.47933885,0.5123967,0.5495868,0.59504133,0.6528926,0.69008267,0.70247936,0.7107438,0.70247936,0.69008267,0.6446281,0.5785124,0.5371901,0.5123967,0.5,0.47107437,0.43801653,0.4338843,0.43801653,0.43801653,0.4214876,0.42561984,0.45867768,0.47107437,0.4752066,0.47107437,0.46694216,0.4214876,0.38429752,0.40495867,0.4338843,0.446281,0.46694216,0.47933885,0.4752066,0.4752066,0.45454547,0.44214877,0.43801653,0.2107438,0.053719006,0.08264463,0.09090909,0.09504132,0.09090909,0.08264463,0.049586777,0.1322314,0.60330576,0.607438,0.61570245,0.61570245,0.61157024,0.61157024,0.607438,0.59090906,0.5785124,0.56198347,0.5371901,0.5123967,0.4876033,0.45454547,0.45867768,0.48347107,0.5123967,0.5495868,0.58264464,0.6363636,0.6859504,0.7107438,0.71900827,0.72727275,0.71900827,0.7107438,0.69008267,0.6404959,0.58677685,0.5495868,0.5123967,0.45867768,0.41322315,0.40495867,0.40082645,0.38429752,0.3966942,0.42975205,0.46694216,0.49173555,0.49173555,0.48347107,0.47933885,0.45867768,0.38429752,0.37603307,0.4090909,0.4214876,0.44214877,0.45867768,0.45867768,0.46280992,0.43801653,0.42975205,0.38842976,0.12396694,0.05785124,0.0785124,0.08677686,0.09504132,0.09504132,0.0785124,0.0661157,0.08264463,0.59090906,0.58677685,0.59090906,0.58264464,0.58677685,0.59090906,0.5785124,0.55785125,0.5413223,0.5247934,0.49173555,0.47107437,0.45454547,0.45454547,0.49173555,0.5082645,0.5247934,0.55785125,0.607438,0.6694215,0.71900827,0.73140496,0.72727275,0.7355372,0.73966944,0.73140496,0.73140496,0.6983471,0.6322314,0.57438016,0.5165289,0.45867768,0.42975205,0.43801653,0.43801653,0.4214876,0.44214877,0.46694216,0.48347107,0.5041322,0.5041322,0.49586776,0.47933885,0.46694216,0.3966942,0.35123968,0.38842976,0.41322315,0.4214876,0.45041323,0.45454547,0.45454547,0.41735536,0.4338843,0.30165288,0.09090909,0.05785124,0.08264463,0.08264463,0.08677686,0.09504132,0.09090909,0.0785124,0.049586777,0.58677685,0.58264464,0.57024795,0.5785124,0.5785124,0.58264464,0.57024795,0.5413223,0.5206612,0.5041322,0.47107437,0.44214877,0.46694216,0.47933885,0.49586776,0.5,0.5206612,0.55785125,0.6363636,0.69008267,0.7355372,0.73966944,0.72727275,0.73966944,0.74380165,0.74380165,0.74793386,0.72727275,0.677686,0.60330576,0.5247934,0.47933885,0.47933885,0.47933885,0.4752066,0.46694216,0.4752066,0.49173555,0.5,0.5082645,0.5165289,0.49586776,0.46694216,0.44214877,0.4090909,0.3264463,0.35950413,0.4214876,0.42975205,0.446281,0.45867768,0.44214877,0.42561984,0.4214876,0.1983471,0.0785124,0.07024793,0.0785124,0.08677686,0.08677686,0.09917355,0.09917355,0.09504132,0.045454547,0.58677685,0.57438016,0.5495868,0.58677685,0.58677685,0.59090906,0.56198347,0.5371901,0.5082645,0.49173555,0.46280992,0.44214877,0.45867768,0.46280992,0.47933885,0.47933885,0.5247934,0.58264464,0.6570248,0.7066116,0.72727275,0.74380165,0.74380165,0.73966944,0.73966944,0.74793386,0.74793386,0.7355372,0.70247936,0.6322314,0.553719,0.5123967,0.5165289,0.5206612,0.5165289,0.5165289,0.5082645,0.5165289,0.5165289,0.5123967,0.5165289,0.5041322,0.45454547,0.4090909,0.40082645,0.30578512,0.33471075,0.41735536,0.446281,0.45454547,0.46280992,0.4338843,0.44214877,0.36363637,0.12809917,0.07438017,0.0785124,0.07024793,0.09090909,0.08677686,0.09090909,0.10330579,0.09917355,0.08264463,0.59504133,0.57024795,0.56198347,0.59504133,0.58677685,0.59090906,0.55785125,0.5289256,0.5289256,0.49586776,0.4752066,0.44214877,0.42975205,0.4338843,0.4338843,0.45041323,0.5165289,0.60330576,0.661157,0.6983471,0.7107438,0.7355372,0.74793386,0.74793386,0.75206614,0.75206614,0.75619835,0.74793386,0.7107438,0.6487603,0.59090906,0.5661157,0.56198347,0.56198347,0.55785125,0.56198347,0.5495868,0.5289256,0.53305787,0.5247934,0.5165289,0.5,0.43801653,0.38842976,0.38016528,0.30165288,0.34710744,0.4338843,0.4752066,0.46280992,0.45454547,0.43801653,0.45867768,0.24380165,0.08264463,0.08264463,0.08264463,0.07438017,0.08264463,0.08264463,0.09090909,0.09917355,0.10330579,0.09090909,0.59504133,0.58264464,0.58677685,0.59090906,0.59090906,0.58677685,0.57438016,0.54545456,0.56198347,0.5289256,0.4876033,0.41735536,0.42561984,0.43801653,0.3966942,0.35123968,0.3966942,0.49586776,0.55785125,0.58677685,0.607438,0.6363636,0.6528926,0.6735537,0.6818182,0.6818182,0.677686,0.6735537,0.6404959,0.6198347,0.6198347,0.6198347,0.607438,0.59504133,0.57438016,0.553719,0.5206612,0.49586776,0.49173555,0.49173555,0.47107437,0.4338843,0.37190083,0.35950413,0.35950413,0.32231405,0.38016528,0.46280992,0.49173555,0.4752066,0.4338843,0.45041323,0.40082645,0.15289256,0.06198347,0.10330579,0.09090909,0.0661157,0.0785124,0.07438017,0.09917355,0.09090909,0.10743801,0.09504132,0.59917355,0.58677685,0.59917355,0.59090906,0.58264464,0.5785124,0.59090906,0.57438016,0.58677685,0.55785125,0.4752066,0.41735536,0.46694216,0.49586776,0.49173555,0.41735536,0.29752067,0.30165288,0.35950413,0.4338843,0.45867768,0.4752066,0.48347107,0.5082645,0.5289256,0.5123967,0.5,0.5041322,0.49173555,0.5041322,0.53305787,0.56198347,0.5661157,0.5371901,0.5,0.46280992,0.4338843,0.4090909,0.39256197,0.40082645,0.37603307,0.35950413,0.37603307,0.40082645,0.38429752,0.37190083,0.42561984,0.4876033,0.5041322,0.47107437,0.42561984,0.45454547,0.2892562,0.08677686,0.0661157,0.09917355,0.09504132,0.0661157,0.0785124,0.0661157,0.09504132,0.09504132,0.09090909,0.09504132,0.59504133,0.607438,0.59504133,0.58677685,0.57438016,0.5661157,0.57438016,0.58264464,0.58677685,0.553719,0.46280992,0.45041323,0.5247934,0.55785125,0.58264464,0.57438016,0.4752066,0.39256197,0.32231405,0.3140496,0.3305785,0.30578512,0.35950413,0.43801653,0.4338843,0.4214876,0.42975205,0.44214877,0.4338843,0.42561984,0.43801653,0.46280992,0.46694216,0.42975205,0.4090909,0.4090909,0.35950413,0.2892562,0.2644628,0.29338843,0.338843,0.3966942,0.446281,0.46280992,0.43801653,0.41735536,0.46280992,0.49586776,0.49173555,0.44214877,0.4338843,0.38842976,0.16115703,0.06198347,0.08264463,0.09917355,0.0785124,0.08264463,0.07438017,0.07024793,0.09090909,0.09504132,0.09090909,0.10330579,0.59917355,0.607438,0.59504133,0.58677685,0.57438016,0.56198347,0.54545456,0.57438016,0.5661157,0.5495868,0.47107437,0.5082645,0.55785125,0.607438,0.61570245,0.6446281,0.6404959,0.59504133,0.5165289,0.45867768,0.42561984,0.3677686,0.35950413,0.43801653,0.45041323,0.42975205,0.5041322,0.5247934,0.47107437,0.41322315,0.39256197,0.3966942,0.39256197,0.37190083,0.36363637,0.39256197,0.3305785,0.2231405,0.2107438,0.28512397,0.38429752,0.45041323,0.47933885,0.5,0.46694216,0.44214877,0.4752066,0.48347107,0.46280992,0.4214876,0.42561984,0.2520661,0.09090909,0.07438017,0.08677686,0.09917355,0.07438017,0.08264463,0.07024793,0.07438017,0.08677686,0.08677686,0.09090909,0.08677686,0.58677685,0.59917355,0.59917355,0.5785124,0.57438016,0.55785125,0.54545456,0.5413223,0.553719,0.53305787,0.5082645,0.5495868,0.59504133,0.6322314,0.6404959,0.6487603,0.6859504,0.6983471,0.6694215,0.6363636,0.61157024,0.59504133,0.5247934,0.48347107,0.41735536,0.40082645,0.5289256,0.58264464,0.5289256,0.45454547,0.42975205,0.45867768,0.45041323,0.43801653,0.38429752,0.35950413,0.3181818,0.29752067,0.30991736,0.36363637,0.44214877,0.4752066,0.49586776,0.5123967,0.47107437,0.45454547,0.4752066,0.46280992,0.42975205,0.41735536,0.338843,0.11983471,0.07438017,0.08264463,0.09917355,0.08264463,0.07024793,0.08264463,0.0785124,0.07438017,0.08264463,0.09917355,0.08264463,0.10743801,0.56198347,0.59090906,0.58677685,0.5785124,0.57438016,0.56198347,0.54545456,0.5371901,0.55785125,0.5413223,0.5495868,0.59090906,0.6198347,0.6487603,0.6570248,0.6570248,0.6818182,0.71487606,0.70247936,0.6859504,0.6652893,0.6487603,0.6404959,0.6322314,0.553719,0.48347107,0.4752066,0.49173555,0.4752066,0.4214876,0.4214876,0.4876033,0.47107437,0.44214877,0.38429752,0.36363637,0.37603307,0.37603307,0.37603307,0.42561984,0.47107437,0.4876033,0.5165289,0.5082645,0.47107437,0.45867768,0.45867768,0.43801653,0.41322315,0.3677686,0.19008264,0.07438017,0.0785124,0.09504132,0.10330579,0.09090909,0.07024793,0.0785124,0.07438017,0.08264463,0.07438017,0.09917355,0.0661157,0.15289256,0.5495868,0.57438016,0.57024795,0.57024795,0.58264464,0.5661157,0.55785125,0.55785125,0.57024795,0.57438016,0.58677685,0.61570245,0.6446281,0.6528926,0.661157,0.6652893,0.6694215,0.6983471,0.7066116,0.6942149,0.6859504,0.6570248,0.6322314,0.6363636,0.61570245,0.59917355,0.57438016,0.53305787,0.5,0.45041323,0.4214876,0.42975205,0.4214876,0.42561984,0.42975205,0.42561984,0.3966942,0.37190083,0.4090909,0.45867768,0.48347107,0.49586776,0.5165289,0.49586776,0.46694216,0.45041323,0.43801653,0.41322315,0.40082645,0.23553719,0.10330579,0.08264463,0.09090909,0.09504132,0.09504132,0.08677686,0.0785124,0.0785124,0.07024793,0.0661157,0.08677686,0.09090909,0.05785124,0.17355372,0.5165289,0.553719,0.56198347,0.553719,0.55785125,0.58264464,0.5661157,0.59090906,0.58264464,0.59504133,0.61157024,0.6570248,0.661157,0.6735537,0.6652893,0.6570248,0.6404959,0.6570248,0.69008267,0.6942149,0.6859504,0.6570248,0.6487603,0.61570245,0.58264464,0.57438016,0.57024795,0.56198347,0.57024795,0.53305787,0.4876033,0.48347107,0.46694216,0.45041323,0.4338843,0.40082645,0.3677686,0.39256197,0.45867768,0.4752066,0.48347107,0.5123967,0.5289256,0.49173555,0.46280992,0.446281,0.41735536,0.3966942,0.2768595,0.11983471,0.09090909,0.09917355,0.09090909,0.09504132,0.09917355,0.08264463,0.08264463,0.07438017,0.07024793,0.07024793,0.08264463,0.08264463,0.07438017,0.16528925,0.5041322,0.5371901,0.54545456,0.55785125,0.5661157,0.57438016,0.5785124,0.59504133,0.607438,0.62396693,0.6404959,0.6735537,0.6735537,0.6694215,0.6528926,0.6404959,0.6404959,0.6404959,0.6446281,0.6528926,0.6694215,0.6570248,0.6487603,0.62396693,0.59504133,0.56198347,0.5123967,0.49586776,0.48347107,0.46280992,0.446281,0.4338843,0.4214876,0.4090909,0.3966942,0.38429752,0.4090909,0.45867768,0.47933885,0.4752066,0.49173555,0.5247934,0.5247934,0.49173555,0.45454547,0.42975205,0.40495867,0.30165288,0.1446281,0.08264463,0.09090909,0.09917355,0.08264463,0.09917355,0.09504132,0.0785124,0.0785124,0.0785124,0.07024793,0.07024793,0.08264463,0.07024793,0.09504132,0.16528925,0.5041322,0.5082645,0.53305787,0.5495868,0.57024795,0.56198347,0.5785124,0.60330576,0.6322314,0.6487603,0.6694215,0.6859504,0.6859504,0.677686,0.6735537,0.6570248,0.6570248,0.6528926,0.6322314,0.61157024,0.6198347,0.6322314,0.6280992,0.61570245,0.59504133,0.553719,0.5,0.47107437,0.45041323,0.44214877,0.42975205,0.41322315,0.41322315,0.4214876,0.4338843,0.44214877,0.45454547,0.47933885,0.47107437,0.47107437,0.5041322,0.5247934,0.5165289,0.49173555,0.446281,0.40495867,0.33471075,0.1694215,0.08264463,0.08677686,0.09504132,0.09090909,0.08264463,0.09504132,0.09504132,0.07024793,0.08677686,0.0661157,0.08677686,0.05785124,0.09917355,0.06198347,0.11570248,0.16115703,0.45454547,0.47107437,0.5123967,0.5206612,0.56198347,0.55785125,0.59917355,0.61157024,0.6404959,0.6487603,0.6859504,0.7066116,0.70247936,0.6983471,0.6859504,0.6818182,0.6859504,0.6652893,0.6322314,0.61570245,0.59917355,0.59504133,0.59504133,0.59090906,0.58264464,0.553719,0.5165289,0.49586776,0.4876033,0.4752066,0.46280992,0.46280992,0.46280992,0.47107437,0.4752066,0.47107437,0.46280992,0.45867768,0.46694216,0.4876033,0.5206612,0.5289256,0.5082645,0.4752066,0.42975205,0.3264463,0.17355372,0.09917355,0.08677686,0.09917355,0.09504132,0.09090909,0.09504132,0.09090909,0.08677686,0.07024793,0.0785124,0.07024793,0.07438017,0.07438017,0.0785124,0.09504132,0.11157025,0.16528925,0.40082645,0.43801653,0.47933885,0.5041322,0.5371901,0.55785125,0.5785124,0.607438,0.62396693,0.6446281,0.6694215,0.7066116,0.71900827,0.7107438,0.7066116,0.70247936,0.6983471,0.677686,0.6528926,0.6280992,0.61570245,0.59504133,0.57024795,0.553719,0.5413223,0.53305787,0.5206612,0.5041322,0.49586776,0.48347107,0.47933885,0.46694216,0.47107437,0.47107437,0.46694216,0.45867768,0.44214877,0.45454547,0.47933885,0.5165289,0.5289256,0.5289256,0.5082645,0.46694216,0.36363637,0.19421488,0.09504132,0.08264463,0.08677686,0.09504132,0.09917355,0.0661157,0.10330579,0.08264463,0.09090909,0.07438017,0.0785124,0.07024793,0.07438017,0.08264463,0.07438017,0.11983471,0.1322314,0.13636364,0.3966942,0.4090909,0.41322315,0.4752066,0.5041322,0.5413223,0.5661157,0.59090906,0.6198347,0.6446281,0.6652893,0.6983471,0.7231405,0.71900827,0.71487606,0.71900827,0.7066116,0.6942149,0.6735537,0.6487603,0.6322314,0.607438,0.58677685,0.553719,0.5247934,0.5123967,0.49586776,0.49173555,0.4876033,0.47107437,0.46280992,0.46280992,0.45867768,0.45041323,0.45454547,0.45454547,0.46280992,0.48347107,0.5041322,0.53305787,0.5289256,0.5206612,0.5041322,0.39256197,0.20247933,0.08677686,0.08677686,0.07438017,0.0785124,0.09090909,0.0785124,0.08264463,0.09917355,0.09090909,0.08264463,0.07438017,0.0661157,0.09090909,0.0661157,0.07438017,0.08264463,0.13636364,0.12809917,0.09917355,0.42561984,0.4214876,0.38429752,0.4090909,0.446281,0.5082645,0.5289256,0.5661157,0.58264464,0.6198347,0.6446281,0.6818182,0.7066116,0.6983471,0.71487606,0.73140496,0.7107438,0.7066116,0.6983471,0.6735537,0.6694215,0.661157,0.6446281,0.61570245,0.57024795,0.5413223,0.5247934,0.5082645,0.4876033,0.48347107,0.48347107,0.48347107,0.4876033,0.48347107,0.49586776,0.5,0.5041322,0.5123967,0.5206612,0.5413223,0.5371901,0.5247934,0.46280992,0.23966943,0.08677686,0.07438017,0.08264463,0.08677686,0.08264463,0.09090909,0.08677686,0.0785124,0.0785124,0.09090909,0.07438017,0.08264463,0.0661157,0.08264463,0.06198347,0.06198347,0.10743801,0.13636364,0.12396694,0.0661157,0.43801653,0.44214877,0.41322315,0.40082645,0.38842976,0.446281,0.4876033,0.5289256,0.54545456,0.57438016,0.61157024,0.6528926,0.6859504,0.6859504,0.6983471,0.71900827,0.71900827,0.7231405,0.71487606,0.7066116,0.6983471,0.6859504,0.6818182,0.6652893,0.6404959,0.61157024,0.59090906,0.5661157,0.5413223,0.54545456,0.54545456,0.5413223,0.5371901,0.5413223,0.5413223,0.5206612,0.5206612,0.53305787,0.54545456,0.54545456,0.5371901,0.5165289,0.3305785,0.11157025,0.06198347,0.08264463,0.0785124,0.09090909,0.08677686,0.08264463,0.08677686,0.08677686,0.08264463,0.09090909,0.07024793,0.07438017,0.0785124,0.07438017,0.07024793,0.07024793,0.1322314,0.1446281,0.11157025,0.06198347,0.45454547,0.45454547,0.44214877,0.42975205,0.38842976,0.40082645,0.41735536,0.48347107,0.5082645,0.5206612,0.5661157,0.59917355,0.6404959,0.6694215,0.6942149,0.71487606,0.7231405,0.72727275,0.71900827,0.7107438,0.7107438,0.7066116,0.71487606,0.7107438,0.7107438,0.7107438,0.6942149,0.677686,0.661157,0.6528926,0.6363636,0.61157024,0.59917355,0.59917355,0.58264464,0.56198347,0.55785125,0.553719,0.553719,0.5495868,0.5371901,0.4338843,0.17355372,0.0661157,0.07438017,0.0785124,0.07438017,0.08677686,0.0785124,0.08677686,0.07024793,0.09090909,0.09917355,0.07438017,0.0785124,0.07438017,0.07438017,0.05785124,0.07024793,0.10330579,0.11983471,0.12809917,0.07438017,0.1322314,0.4752066,0.47107437,0.45867768,0.45041323,0.42975205,0.41322315,0.3966942,0.42561984,0.45041323,0.49173555,0.5247934,0.5413223,0.59504133,0.6404959,0.6818182,0.6942149,0.70247936,0.7107438,0.72727275,0.74380165,0.74380165,0.73966944,0.72727275,0.7355372,0.74793386,0.74380165,0.72727275,0.7066116,0.69008267,0.6942149,0.6735537,0.661157,0.6446281,0.6280992,0.61157024,0.58264464,0.5785124,0.57024795,0.5495868,0.5371901,0.49586776,0.2768595,0.0785124,0.07438017,0.07024793,0.08264463,0.08264463,0.07024793,0.07438017,0.08677686,0.08677686,0.08264463,0.08264463,0.07438017,0.0785124,0.0661157,0.08264463,0.05785124,0.0785124,0.11157025,0.10743801,0.08264463,0.11157025,0.16528925,0.5041322,0.47107437,0.4876033,0.45041323,0.46280992,0.446281,0.42975205,0.40082645,0.41735536,0.4338843,0.47107437,0.5,0.53305787,0.5785124,0.6280992,0.6570248,0.6694215,0.6942149,0.71487606,0.7355372,0.74793386,0.74793386,0.74793386,0.73966944,0.74380165,0.7355372,0.73140496,0.7107438,0.6942149,0.69008267,0.6859504,0.6818182,0.6694215,0.6363636,0.61157024,0.58677685,0.57438016,0.57438016,0.54545456,0.5247934,0.36363637,0.12396694,0.0661157,0.0785124,0.08264463,0.08264463,0.0785124,0.08264463,0.08264463,0.09504132,0.0785124,0.0785124,0.08677686,0.0785124,0.06198347,0.07438017,0.07438017,0.08264463,0.08264463,0.11157025,0.07024793,0.08677686,0.18595041,0.23140496,9 +0.24793388,0.34710744,0.46694216,0.5082645,0.57438016,0.61570245,0.6694215,0.6942149,0.7107438,0.7231405,0.7231405,0.75206614,0.76859504,0.77272725,0.76859504,0.76859504,0.78512394,0.7933884,0.8016529,0.8057851,0.8140496,0.80991733,0.8057851,0.8057851,0.8140496,0.8140496,0.8181818,0.822314,0.822314,0.8264463,0.822314,0.822314,0.8181818,0.8181818,0.8140496,0.8181818,0.822314,0.8264463,0.822314,0.80991733,0.80991733,0.8181818,0.8140496,0.8140496,0.8057851,0.8016529,0.7933884,0.79752064,0.78099173,0.7768595,0.77272725,0.7644628,0.76033056,0.74793386,0.72727275,0.7066116,0.6942149,0.6694215,0.6487603,0.6446281,0.59504133,0.5165289,0.45041323,0.35123968,0.21900827,0.3181818,0.4752066,0.5165289,0.5661157,0.6198347,0.6818182,0.70247936,0.7107438,0.73140496,0.73966944,0.75619835,0.76859504,0.77272725,0.7768595,0.78099173,0.7892562,0.7933884,0.8016529,0.8057851,0.8181818,0.8140496,0.8140496,0.80991733,0.8140496,0.822314,0.8181818,0.822314,0.8264463,0.8305785,0.822314,0.822314,0.8181818,0.8140496,0.822314,0.8181818,0.822314,0.8264463,0.8181818,0.80991733,0.8140496,0.80991733,0.80991733,0.8057851,0.8016529,0.79752064,0.79752064,0.7933884,0.78099173,0.77272725,0.7768595,0.76859504,0.75206614,0.7355372,0.7231405,0.7066116,0.6942149,0.677686,0.6694215,0.62396693,0.59504133,0.53305787,0.45454547,0.34710744,0.20661157,0.30165288,0.45454547,0.5165289,0.57024795,0.6280992,0.6735537,0.7066116,0.71487606,0.73140496,0.74380165,0.76033056,0.76033056,0.7768595,0.78099173,0.78512394,0.79752064,0.8057851,0.8016529,0.8140496,0.8140496,0.80991733,0.822314,0.8181818,0.8181818,0.8140496,0.8264463,0.8264463,0.822314,0.8264463,0.8305785,0.8347107,0.8264463,0.8181818,0.8181818,0.822314,0.8264463,0.8264463,0.80991733,0.80991733,0.8181818,0.80991733,0.8057851,0.8140496,0.80991733,0.8057851,0.8057851,0.8057851,0.7933884,0.7892562,0.7892562,0.7768595,0.76033056,0.73966944,0.7231405,0.71487606,0.70247936,0.677686,0.677686,0.61157024,0.59090906,0.5413223,0.45867768,0.33471075,0.2107438,0.30578512,0.40495867,0.5082645,0.57438016,0.62396693,0.661157,0.6983471,0.71900827,0.73966944,0.74793386,0.7644628,0.76859504,0.78099173,0.7892562,0.7892562,0.80991733,0.80991733,0.8181818,0.8181818,0.822314,0.8181818,0.822314,0.8264463,0.8181818,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.8347107,0.8305785,0.8305785,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.80991733,0.8181818,0.822314,0.8181818,0.8140496,0.8140496,0.8181818,0.8181818,0.8140496,0.8057851,0.8016529,0.79752064,0.8016529,0.78099173,0.7644628,0.75206614,0.71900827,0.71487606,0.70247936,0.6859504,0.6694215,0.62396693,0.57438016,0.53305787,0.46694216,0.3305785,0.2107438,0.3429752,0.43801653,0.47933885,0.57024795,0.61157024,0.6404959,0.6735537,0.7107438,0.73140496,0.73966944,0.7644628,0.7768595,0.78099173,0.7892562,0.7892562,0.8057851,0.8181818,0.8264463,0.822314,0.8305785,0.8264463,0.8264463,0.8347107,0.8305785,0.8305785,0.8347107,0.8305785,0.8347107,0.8347107,0.8347107,0.838843,0.8305785,0.8305785,0.8347107,0.8347107,0.8305785,0.8347107,0.8264463,0.8264463,0.8264463,0.8305785,0.8264463,0.8264463,0.8181818,0.8181818,0.822314,0.8181818,0.80991733,0.8057851,0.8016529,0.78512394,0.76859504,0.77272725,0.73966944,0.7231405,0.7107438,0.6983471,0.661157,0.62396693,0.57438016,0.5247934,0.45867768,0.3305785,0.23140496,0.3677686,0.4752066,0.5041322,0.5289256,0.61570245,0.661157,0.70247936,0.72727275,0.73140496,0.73140496,0.74793386,0.76033056,0.7644628,0.78099173,0.7768595,0.7892562,0.80991733,0.8181818,0.8264463,0.8305785,0.8305785,0.8264463,0.8305785,0.8347107,0.8347107,0.8305785,0.8305785,0.8347107,0.838843,0.8347107,0.838843,0.8347107,0.838843,0.8429752,0.8347107,0.8305785,0.8347107,0.838843,0.8264463,0.8305785,0.8305785,0.8264463,0.8305785,0.822314,0.8305785,0.822314,0.8305785,0.8181818,0.80991733,0.8016529,0.7892562,0.7768595,0.7644628,0.75206614,0.73140496,0.71487606,0.6942149,0.6694215,0.61570245,0.56198347,0.5165289,0.45041323,0.32231405,0.26859504,0.3966942,0.5041322,0.53305787,0.54545456,0.59917355,0.6446281,0.6735537,0.677686,0.6735537,0.6859504,0.70247936,0.70247936,0.73140496,0.76033056,0.75619835,0.77272725,0.78512394,0.79752064,0.80991733,0.822314,0.8264463,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.8347107,0.8305785,0.8347107,0.8347107,0.838843,0.8347107,0.838843,0.838843,0.8347107,0.8305785,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.8264463,0.8347107,0.8264463,0.822314,0.8264463,0.822314,0.8140496,0.8016529,0.79752064,0.78099173,0.76859504,0.74380165,0.72727275,0.71900827,0.70247936,0.6859504,0.661157,0.61157024,0.553719,0.5,0.44214877,0.30578512,0.32231405,0.4338843,0.5247934,0.5371901,0.5661157,0.6280992,0.61157024,0.53305787,0.47107437,0.48347107,0.5413223,0.57438016,0.58264464,0.6446281,0.677686,0.6859504,0.73140496,0.75619835,0.7644628,0.78099173,0.7933884,0.8016529,0.80991733,0.80991733,0.80991733,0.8140496,0.822314,0.8264463,0.8264463,0.8264463,0.8305785,0.8347107,0.8305785,0.8347107,0.8305785,0.8305785,0.8264463,0.8264463,0.8264463,0.8305785,0.822314,0.8264463,0.8305785,0.822314,0.822314,0.8140496,0.8016529,0.7933884,0.7768595,0.78099173,0.76859504,0.73966944,0.74380165,0.7107438,0.6818182,0.6652893,0.661157,0.6570248,0.6528926,0.60330576,0.5495868,0.5041322,0.446281,0.30165288,0.4214876,0.49586776,0.5289256,0.5413223,0.55785125,0.54545456,0.45041323,0.3429752,0.30578512,0.35123968,0.36363637,0.35950413,0.38016528,0.41735536,0.45041323,0.47107437,0.54545456,0.58264464,0.59917355,0.6363636,0.6983471,0.73966944,0.75619835,0.7644628,0.7644628,0.78099173,0.79752064,0.8057851,0.8140496,0.822314,0.8181818,0.8264463,0.8264463,0.8264463,0.8264463,0.822314,0.8140496,0.8057851,0.8057851,0.80991733,0.8016529,0.7933884,0.7892562,0.7892562,0.7644628,0.74380165,0.71487606,0.6818182,0.6487603,0.6487603,0.661157,0.607438,0.60330576,0.58677685,0.553719,0.5495868,0.5289256,0.5247934,0.60330576,0.60330576,0.55785125,0.5082645,0.45454547,0.3305785,0.49586776,0.54545456,0.5495868,0.5123967,0.43801653,0.3429752,0.29752067,0.2644628,0.2644628,0.29752067,0.24793388,0.24793388,0.25619835,0.28099173,0.2892562,0.26859504,0.2892562,0.30991736,0.338843,0.36363637,0.4338843,0.49173555,0.5413223,0.62396693,0.6528926,0.72727275,0.75619835,0.78512394,0.8016529,0.80991733,0.80991733,0.822314,0.822314,0.822314,0.822314,0.80991733,0.7933884,0.78512394,0.76859504,0.76859504,0.75206614,0.7066116,0.661157,0.6363636,0.57438016,0.5123967,0.48347107,0.44214877,0.4090909,0.39256197,0.38429752,0.41322315,0.39256197,0.3677686,0.35123968,0.3305785,0.34710744,0.3429752,0.4090909,0.56198347,0.553719,0.5,0.48347107,0.38429752,0.54545456,0.5785124,0.5661157,0.41322315,0.26859504,0.2892562,0.37603307,0.39256197,0.37603307,0.36363637,0.30991736,0.3140496,0.30165288,0.30991736,0.30578512,0.2520661,0.2520661,0.2644628,0.24793388,0.25619835,0.26859504,0.32231405,0.40082645,0.43801653,0.49173555,0.61570245,0.71487606,0.75206614,0.7892562,0.7892562,0.79752064,0.822314,0.8181818,0.8181818,0.80991733,0.79752064,0.77272725,0.7768595,0.75619835,0.71487606,0.6404959,0.5371901,0.45454547,0.4090909,0.3553719,0.30991736,0.30578512,0.29752067,0.2892562,0.27272728,0.27272728,0.2603306,0.24793388,0.24793388,0.2520661,0.25619835,0.26859504,0.2603306,0.21487603,0.3677686,0.5206612,0.5082645,0.5041322,0.45867768,0.58264464,0.6280992,0.46280992,0.2892562,0.32231405,0.47933885,0.60330576,0.6280992,0.607438,0.5785124,0.56198347,0.5413223,0.5123967,0.49586776,0.4752066,0.41735536,0.38016528,0.338843,0.30165288,0.30165288,0.30991736,0.3429752,0.36363637,0.4090909,0.41322315,0.5,0.6404959,0.72727275,0.77272725,0.78099173,0.7933884,0.80991733,0.8181818,0.8140496,0.80991733,0.78099173,0.77272725,0.74380165,0.75206614,0.6652893,0.5082645,0.4338843,0.36363637,0.3305785,0.29338843,0.2644628,0.24793388,0.24793388,0.27272728,0.27272728,0.30578512,0.29338843,0.29338843,0.32231405,0.34710744,0.37190083,0.38016528,0.38016528,0.2644628,0.18181819,0.29338843,0.47107437,0.5082645,0.49586776,0.59090906,0.58264464,0.3966942,0.3429752,0.45867768,0.57024795,0.62396693,0.6487603,0.6280992,0.59090906,0.57024795,0.5413223,0.5041322,0.49173555,0.48347107,0.47107437,0.46694216,0.4214876,0.4090909,0.40495867,0.41735536,0.4338843,0.44214877,0.45041323,0.45041323,0.46694216,0.59090906,0.6983471,0.76033056,0.7644628,0.7933884,0.80991733,0.8140496,0.8016529,0.79752064,0.7644628,0.74793386,0.7355372,0.6942149,0.5661157,0.45867768,0.44214877,0.40082645,0.38429752,0.35950413,0.35123968,0.3429752,0.36363637,0.41322315,0.446281,0.4876033,0.49586776,0.5206612,0.5495868,0.57024795,0.57024795,0.57438016,0.5495868,0.4876033,0.32231405,0.18181819,0.3305785,0.5082645,0.5082645,0.61157024,0.5082645,0.3966942,0.4338843,0.5082645,0.54545456,0.55785125,0.54545456,0.5206612,0.4338843,0.3966942,0.37190083,0.34710744,0.32231405,0.3305785,0.34710744,0.38016528,0.3553719,0.35950413,0.38842976,0.40495867,0.46694216,0.5041322,0.5082645,0.4876033,0.47933885,0.54545456,0.6570248,0.73140496,0.7768595,0.7933884,0.80991733,0.822314,0.8057851,0.8016529,0.7644628,0.73966944,0.6983471,0.62396693,0.5082645,0.47107437,0.4752066,0.4876033,0.4752066,0.47933885,0.45867768,0.45867768,0.47107437,0.49173555,0.5,0.5371901,0.55785125,0.57438016,0.59917355,0.61570245,0.60330576,0.61157024,0.59917355,0.59917355,0.5413223,0.3305785,0.23966943,0.46280992,0.5206612,0.59917355,0.5,0.45041323,0.4876033,0.49586776,0.49586776,0.48347107,0.45041323,0.3429752,0.3181818,0.29752067,0.2892562,0.32231405,0.29338843,0.20247933,0.20661157,0.2231405,0.2520661,0.22727273,0.30578512,0.3966942,0.40495867,0.446281,0.5165289,0.53305787,0.4876033,0.4752066,0.58677685,0.72727275,0.7892562,0.8057851,0.8181818,0.8264463,0.8140496,0.8181818,0.78099173,0.73966944,0.6528926,0.56198347,0.4876033,0.48347107,0.5041322,0.4752066,0.46694216,0.41735536,0.37603307,0.3553719,0.35950413,0.3677686,0.37190083,0.4214876,0.4338843,0.45867768,0.45454547,0.48347107,0.5247934,0.56198347,0.553719,0.553719,0.56198347,0.47107437,0.27272728,0.40495867,0.53305787,0.59917355,0.53305787,0.5041322,0.5082645,0.48347107,0.46694216,0.43801653,0.39256197,0.3181818,0.25619835,0.24380165,0.3305785,0.45041323,0.37603307,0.17355372,0.21900827,0.2520661,0.40495867,0.1446281,0.21487603,0.39256197,0.446281,0.47933885,0.446281,0.5206612,0.53305787,0.47933885,0.49173555,0.69008267,0.8057851,0.8181818,0.8305785,0.838843,0.8264463,0.8347107,0.7933884,0.71900827,0.59504133,0.5041322,0.4876033,0.49173555,0.46694216,0.44214877,0.42561984,0.4338843,0.3305785,0.24380165,0.26859504,0.24793388,0.23553719,0.2520661,0.2768595,0.3181818,0.41322315,0.3966942,0.3553719,0.446281,0.5082645,0.5165289,0.5289256,0.5123967,0.37603307,0.4090909,0.53305787,0.6198347,0.57438016,0.56198347,0.553719,0.5123967,0.47107437,0.45867768,0.39256197,0.2768595,0.2520661,0.3140496,0.5,0.70247936,0.5206612,0.21900827,0.24793388,0.20661157,0.39256197,0.2231405,0.2231405,0.661157,0.5413223,0.45867768,0.5123967,0.4752066,0.55785125,0.5371901,0.45454547,0.62396693,0.79752064,0.838843,0.8429752,0.838843,0.8347107,0.8347107,0.79752064,0.6818182,0.54545456,0.5289256,0.53305787,0.5,0.47933885,0.46694216,0.4876033,0.5,0.3181818,0.15289256,0.25619835,0.35950413,0.15289256,0.11570248,0.21900827,0.2603306,0.24793388,0.3140496,0.37603307,0.3264463,0.44214877,0.49586776,0.49586776,0.49586776,0.45867768,0.45454547,0.5289256,0.6404959,0.6404959,0.6528926,0.6404959,0.607438,0.5371901,0.5123967,0.44214877,0.2644628,0.29338843,0.41735536,0.5495868,0.7644628,0.6694215,0.2892562,0.24793388,0.24380165,0.23140496,0.20247933,0.37603307,0.73966944,0.74793386,0.5289256,0.47107437,0.55785125,0.61570245,0.59090906,0.5123967,0.57438016,0.78512394,0.8347107,0.8471074,0.8512397,0.8429752,0.838843,0.78099173,0.62396693,0.553719,0.59504133,0.61157024,0.553719,0.48347107,0.46694216,0.6404959,0.6735537,0.36363637,0.1983471,0.2892562,0.5289256,0.17355372,0.12396694,0.29338843,0.45867768,0.3140496,0.19008264,0.2644628,0.43801653,0.4214876,0.47107437,0.49173555,0.5,0.49586776,0.49586776,0.54545456,0.6570248,0.7066116,0.7355372,0.73966944,0.72727275,0.6652893,0.60330576,0.56198347,0.40082645,0.33471075,0.39256197,0.47107437,0.6280992,0.7231405,0.48347107,0.37190083,0.3677686,0.3677686,0.34710744,0.55785125,0.7231405,0.69008267,0.6363636,0.5785124,0.6198347,0.69008267,0.6528926,0.59090906,0.61157024,0.76033056,0.838843,0.8595041,0.8471074,0.8471074,0.8512397,0.75206614,0.59917355,0.58677685,0.6652893,0.69008267,0.6322314,0.5413223,0.5495868,0.74793386,0.77272725,0.42561984,0.23553719,0.23553719,0.26859504,0.20661157,0.20661157,0.4338843,0.59504133,0.45867768,0.2603306,0.19421488,0.35123968,0.47933885,0.47933885,0.5041322,0.5413223,0.5495868,0.5371901,0.54545456,0.6735537,0.71487606,0.74793386,0.76033056,0.75619835,0.72727275,0.6652893,0.6404959,0.5371901,0.47933885,0.46694216,0.45454547,0.49173555,0.55785125,0.553719,0.5371901,0.5413223,0.57024795,0.553719,0.6446281,0.661157,0.6363636,0.6446281,0.6942149,0.73966944,0.74380165,0.677686,0.6570248,0.6818182,0.76859504,0.838843,0.8595041,0.8512397,0.8471074,0.8553719,0.73966944,0.61570245,0.62396693,0.6983471,0.73140496,0.6859504,0.61157024,0.553719,0.6198347,0.69008267,0.55785125,0.3429752,0.3181818,0.33471075,0.2644628,0.35950413,0.58677685,0.59504133,0.47933885,0.3264463,0.2520661,0.3553719,0.4876033,0.5082645,0.56198347,0.607438,0.61157024,0.59090906,0.5661157,0.677686,0.72727275,0.75206614,0.7644628,0.7644628,0.75619835,0.7066116,0.6859504,0.6363636,0.5785124,0.57024795,0.57024795,0.5785124,0.5661157,0.5495868,0.5661157,0.5495868,0.59504133,0.61157024,0.6404959,0.6446281,0.6528926,0.6694215,0.7066116,0.76859504,0.77272725,0.6942149,0.6942149,0.7066116,0.78099173,0.838843,0.8595041,0.8553719,0.8512397,0.8429752,0.74793386,0.6363636,0.6322314,0.6983471,0.72727275,0.6818182,0.70247936,0.6570248,0.6322314,0.6322314,0.59504133,0.5495868,0.55785125,0.5413223,0.46694216,0.46694216,0.5413223,0.4752066,0.40495867,0.35950413,0.37190083,0.49586776,0.553719,0.5785124,0.6322314,0.6735537,0.6694215,0.6322314,0.59504133,0.677686,0.7355372,0.74793386,0.75619835,0.76859504,0.76033056,0.74380165,0.71900827,0.6859504,0.6570248,0.6198347,0.60330576,0.59917355,0.59504133,0.59504133,0.58677685,0.59504133,0.60330576,0.6198347,0.62396693,0.6528926,0.6859504,0.7107438,0.76033056,0.8016529,0.7892562,0.7066116,0.71900827,0.72727275,0.78512394,0.8429752,0.8553719,0.8471074,0.8429752,0.838843,0.74380165,0.6570248,0.6446281,0.6859504,0.73966944,0.6818182,0.6528926,0.677686,0.6652893,0.661157,0.607438,0.54545456,0.5247934,0.5289256,0.5082645,0.46694216,0.5165289,0.5041322,0.46694216,0.46280992,0.49173555,0.59090906,0.6322314,0.6652893,0.6818182,0.7066116,0.6983471,0.661157,0.6198347,0.677686,0.7355372,0.74380165,0.74793386,0.7644628,0.76859504,0.75619835,0.75206614,0.75206614,0.71900827,0.69008267,0.6652893,0.6404959,0.6280992,0.62396693,0.6198347,0.6322314,0.6363636,0.6404959,0.6570248,0.6983471,0.74380165,0.7892562,0.8181818,0.8140496,0.78099173,0.71487606,0.7231405,0.7355372,0.7768595,0.838843,0.8553719,0.8471074,0.8512397,0.838843,0.73140496,0.6694215,0.661157,0.6983471,0.76033056,0.77272725,0.6983471,0.661157,0.6735537,0.6983471,0.6983471,0.6570248,0.6363636,0.607438,0.59090906,0.56198347,0.59090906,0.57438016,0.553719,0.5371901,0.59504133,0.6446281,0.677686,0.7107438,0.71900827,0.73140496,0.71487606,0.677686,0.62396693,0.6528926,0.7066116,0.7355372,0.74793386,0.77272725,0.78099173,0.78099173,0.78099173,0.7892562,0.77272725,0.75619835,0.72727275,0.71487606,0.70247936,0.6983471,0.6942149,0.7066116,0.7066116,0.71487606,0.74380165,0.78512394,0.8140496,0.822314,0.822314,0.8057851,0.76033056,0.73140496,0.74380165,0.74380165,0.76859504,0.8347107,0.8553719,0.8471074,0.8595041,0.822314,0.72727275,0.677686,0.6694215,0.6942149,0.75206614,0.8016529,0.78512394,0.72727275,0.6942149,0.6818182,0.6859504,0.69008267,0.6652893,0.6363636,0.61157024,0.59917355,0.61157024,0.59917355,0.60330576,0.58264464,0.6487603,0.69008267,0.7066116,0.7231405,0.7231405,0.73140496,0.7066116,0.6735537,0.62396693,0.6198347,0.6859504,0.71900827,0.74793386,0.76859504,0.78512394,0.78099173,0.8057851,0.8181818,0.8181818,0.8140496,0.79752064,0.79752064,0.7768595,0.78099173,0.7768595,0.78512394,0.7933884,0.8016529,0.80991733,0.8264463,0.8305785,0.8264463,0.80991733,0.78512394,0.7644628,0.73966944,0.74380165,0.74380165,0.7768595,0.8264463,0.8512397,0.8553719,0.8553719,0.822314,0.7066116,0.6818182,0.677686,0.6859504,0.73966944,0.79752064,0.8181818,0.8057851,0.77272725,0.73966944,0.7107438,0.69008267,0.677686,0.6570248,0.661157,0.6652893,0.6735537,0.6859504,0.6818182,0.661157,0.70247936,0.71900827,0.73140496,0.7355372,0.7231405,0.71900827,0.7066116,0.6652893,0.6198347,0.607438,0.677686,0.7107438,0.72727275,0.75619835,0.78099173,0.78099173,0.8057851,0.8181818,0.8264463,0.8264463,0.8264463,0.822314,0.822314,0.822314,0.822314,0.822314,0.822314,0.8264463,0.8264463,0.8264463,0.822314,0.8305785,0.8057851,0.78099173,0.7768595,0.74380165,0.7355372,0.74380165,0.76859504,0.8347107,0.8553719,0.8429752,0.8677686,0.8140496,0.7066116,0.6818182,0.677686,0.6859504,0.73140496,0.78512394,0.80991733,0.8264463,0.8181818,0.8057851,0.78512394,0.76033056,0.7355372,0.7107438,0.7231405,0.71900827,0.7231405,0.72727275,0.73140496,0.71900827,0.7355372,0.74380165,0.73966944,0.7355372,0.7231405,0.71900827,0.69008267,0.6570248,0.60330576,0.59090906,0.661157,0.7066116,0.7355372,0.74793386,0.76859504,0.7768595,0.8057851,0.822314,0.8305785,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8347107,0.8347107,0.822314,0.8181818,0.822314,0.79752064,0.78099173,0.7768595,0.75619835,0.73966944,0.7355372,0.77272725,0.822314,0.8553719,0.8553719,0.8429752,0.7933884,0.6983471,0.6859504,0.69008267,0.6942149,0.71900827,0.75619835,0.8057851,0.8181818,0.8264463,0.8305785,0.822314,0.822314,0.8057851,0.8016529,0.79752064,0.7892562,0.78099173,0.7892562,0.79752064,0.78512394,0.78512394,0.7768595,0.75206614,0.73140496,0.71900827,0.70247936,0.677686,0.6280992,0.5785124,0.5495868,0.62396693,0.6818182,0.7231405,0.75206614,0.76033056,0.78512394,0.8016529,0.822314,0.8305785,0.8347107,0.8305785,0.8347107,0.838843,0.8347107,0.838843,0.8347107,0.8347107,0.8347107,0.8305785,0.8264463,0.8181818,0.8140496,0.78099173,0.7768595,0.7644628,0.74380165,0.73966944,0.73966944,0.77272725,0.8181818,0.8553719,0.8471074,0.8512397,0.7768595,0.6942149,0.677686,0.6942149,0.6983471,0.7107438,0.75619835,0.79752064,0.8140496,0.8264463,0.8264463,0.8305785,0.8347107,0.8305785,0.8264463,0.8305785,0.8264463,0.8181818,0.80991733,0.8057851,0.8016529,0.8016529,0.78512394,0.76033056,0.72727275,0.7066116,0.6983471,0.6570248,0.6198347,0.53305787,0.5206612,0.59090906,0.6404959,0.70247936,0.74793386,0.7644628,0.7892562,0.8057851,0.8181818,0.822314,0.8347107,0.8347107,0.8347107,0.8347107,0.8429752,0.838843,0.8347107,0.8305785,0.8305785,0.8305785,0.8264463,0.8181818,0.8016529,0.7644628,0.76033056,0.73140496,0.71487606,0.72727275,0.7644628,0.7933884,0.8264463,0.8553719,0.8512397,0.838843,0.78512394,0.71487606,0.677686,0.6818182,0.6818182,0.7066116,0.74380165,0.78099173,0.80991733,0.8140496,0.822314,0.8305785,0.8305785,0.8305785,0.8347107,0.838843,0.8305785,0.8264463,0.822314,0.8057851,0.8057851,0.7933884,0.78512394,0.75619835,0.7355372,0.70247936,0.6818182,0.6487603,0.59090906,0.4752066,0.47933885,0.5661157,0.61157024,0.6818182,0.74380165,0.75619835,0.7768595,0.79752064,0.80991733,0.8181818,0.8264463,0.8347107,0.838843,0.8305785,0.8347107,0.8305785,0.8305785,0.822314,0.8305785,0.822314,0.80991733,0.80991733,0.78099173,0.7107438,0.71487606,0.70247936,0.677686,0.73140496,0.78512394,0.80991733,0.8347107,0.8471074,0.8471074,0.8347107,0.7933884,0.7355372,0.677686,0.6570248,0.6446281,0.6735537,0.7231405,0.76859504,0.8016529,0.80991733,0.822314,0.8264463,0.8305785,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.8181818,0.8016529,0.80991733,0.79752064,0.7892562,0.76033056,0.73966944,0.7066116,0.6652893,0.6198347,0.54545456,0.42975205,0.45041323,0.5371901,0.5785124,0.6487603,0.7231405,0.74380165,0.7644628,0.7892562,0.8057851,0.8140496,0.822314,0.822314,0.8305785,0.8264463,0.8264463,0.8264463,0.8264463,0.822314,0.822314,0.80991733,0.7933884,0.78512394,0.7355372,0.6322314,0.6694215,0.71487606,0.6694215,0.74380165,0.79752064,0.8305785,0.838843,0.838843,0.8553719,0.8305785,0.80991733,0.7644628,0.6694215,0.6363636,0.62396693,0.61570245,0.6859504,0.75619835,0.7933884,0.8016529,0.8140496,0.822314,0.8347107,0.8264463,0.8305785,0.8305785,0.8264463,0.8305785,0.8181818,0.8057851,0.8057851,0.8016529,0.78512394,0.76859504,0.73140496,0.69008267,0.6404959,0.60330576,0.5,0.41735536,0.4338843,0.5082645,0.55785125,0.62396693,0.6859504,0.73140496,0.75206614,0.78512394,0.79752064,0.8057851,0.80991733,0.80991733,0.8181818,0.822314,0.8181818,0.8181818,0.8140496,0.8057851,0.8016529,0.7933884,0.7768595,0.7644628,0.6859504,0.6363636,0.71487606,0.7768595,0.6983471,0.73140496,0.8057851,0.8305785,0.838843,0.8512397,0.838843,0.838843,0.8140496,0.7768595,0.6818182,0.6570248,0.6652893,0.57438016,0.6322314,0.73966944,0.78099173,0.79752064,0.8057851,0.8264463,0.8305785,0.8305785,0.8264463,0.822314,0.8140496,0.822314,0.822314,0.8057851,0.8016529,0.7892562,0.76033056,0.74380165,0.7107438,0.6570248,0.6280992,0.56198347,0.46280992,0.41322315,0.42975205,0.49173555,0.5413223,0.58677685,0.6528926,0.7066116,0.72727275,0.7644628,0.78099173,0.7933884,0.8016529,0.8057851,0.8057851,0.8140496,0.80991733,0.8057851,0.8016529,0.7933884,0.78512394,0.76859504,0.7644628,0.74793386,0.6652893,0.6735537,0.75619835,0.78512394,0.72727275,0.73966944,0.8057851,0.8264463,0.838843,0.8429752,0.8553719,0.822314,0.8181818,0.7768595,0.7107438,0.6859504,0.7355372,0.59917355,0.60330576,0.72727275,0.7768595,0.7892562,0.8057851,0.8181818,0.822314,0.8264463,0.822314,0.8140496,0.8057851,0.8057851,0.80991733,0.7892562,0.78512394,0.76859504,0.75206614,0.71900827,0.69008267,0.6487603,0.59090906,0.5165289,0.42561984,0.46280992,0.43801653,0.47107437,0.5206612,0.5495868,0.6322314,0.6735537,0.7066116,0.73966944,0.76033056,0.7768595,0.7892562,0.78512394,0.79752064,0.79752064,0.7892562,0.7933884,0.78512394,0.7768595,0.75619835,0.74380165,0.74380165,0.73966944,0.6652893,0.6570248,0.6983471,0.73966944,0.74793386,0.75619835,0.7933884,0.822314,0.8347107,0.8429752,0.8471074,0.838843,0.8181818,0.7768595,0.7355372,0.6983471,0.7355372,0.6735537,0.607438,0.7107438,0.75619835,0.77272725,0.7892562,0.8057851,0.8181818,0.8140496,0.80991733,0.8057851,0.8016529,0.7933884,0.7933884,0.78099173,0.7644628,0.75206614,0.7231405,0.6942149,0.661157,0.6198347,0.553719,0.4752066,0.41735536,0.5,0.45454547,0.4752066,0.5,0.5495868,0.59504133,0.6487603,0.69008267,0.71900827,0.7355372,0.76033056,0.76859504,0.77272725,0.77272725,0.78099173,0.76033056,0.7644628,0.76033056,0.75206614,0.7231405,0.71900827,0.7231405,0.73140496,0.69008267,0.60330576,0.53305787,0.58677685,0.6694215,0.72727275,0.78099173,0.8057851,0.822314,0.8264463,0.8264463,0.8140496,0.79752064,0.7644628,0.7107438,0.661157,0.6446281,0.6322314,0.6404959,0.7066116,0.73140496,0.75619835,0.76859504,0.7768595,0.8016529,0.8016529,0.7933884,0.8016529,0.7933884,0.78099173,0.76859504,0.76859504,0.75206614,0.73140496,0.70247936,0.6694215,0.6322314,0.59090906,0.5206612,0.44214877,0.41322315,0.43801653,0.446281,0.47933885,0.49586776,0.5165289,0.56198347,0.61570245,0.6487603,0.677686,0.70247936,0.7231405,0.73966944,0.73966944,0.74793386,0.75206614,0.73966944,0.71487606,0.7066116,0.7066116,0.6859504,0.70247936,0.71487606,0.73140496,0.69008267,0.6652893,0.5247934,0.3966942,0.47107437,0.59504133,0.6859504,0.75206614,0.78099173,0.78512394,0.78099173,0.76033056,0.7231405,0.6528926,0.5661157,0.49586776,0.47933885,0.59090906,0.70247936,0.71487606,0.71900827,0.73140496,0.74793386,0.76033056,0.7768595,0.77272725,0.77272725,0.78512394,0.7768595,0.76033056,0.74793386,0.74793386,0.7355372,0.7107438,0.69008267,0.6570248,0.59917355,0.5661157,0.49173555,0.43801653,0.3429752,0.2107438,0.4214876,0.47933885,0.4876033,0.5165289,0.53305787,0.59504133,0.62396693,0.661157,0.6859504,0.6983471,0.6983471,0.7107438,0.7066116,0.7107438,0.70247936,0.6859504,0.6735537,0.6694215,0.6735537,0.7066116,0.7355372,0.73966944,0.6942149,0.6983471,0.607438,0.45041323,0.40082645,0.45454547,0.5206612,0.61570245,0.661157,0.6735537,0.6694215,0.6446281,0.5661157,0.45867768,0.38842976,0.37190083,0.4338843,0.6570248,0.73966944,0.71487606,0.70247936,0.7066116,0.71900827,0.7355372,0.7355372,0.74380165,0.75619835,0.75619835,0.7644628,0.73966944,0.73140496,0.7231405,0.7066116,0.6859504,0.6570248,0.6280992,0.57438016,0.53305787,0.46694216,0.44214877,0.21900827,0.05785124,0.38842976,0.4876033,0.4876033,0.5082645,0.5123967,0.55785125,0.59504133,0.6322314,0.6528926,0.6694215,0.677686,0.6859504,0.677686,0.6735537,0.6694215,0.661157,0.6528926,0.6652893,0.70247936,0.74793386,0.76859504,0.7644628,0.73966944,0.70247936,0.6446281,0.5289256,0.46694216,0.446281,0.4338843,0.45454547,0.46280992,0.48347107,0.4752066,0.45454547,0.40082645,0.3677686,0.4214876,0.49173555,0.5785124,0.6983471,0.73140496,0.7107438,0.69008267,0.69008267,0.6983471,0.71900827,0.71900827,0.71487606,0.7355372,0.74380165,0.7355372,0.7231405,0.71487606,0.6983471,0.6818182,0.6694215,0.62396693,0.58264464,0.56198347,0.5082645,0.45454547,0.4338843,0.16528925,0.053719006,0.36363637,0.48347107,0.49586776,0.5041322,0.49586776,0.5247934,0.553719,0.59090906,0.6198347,0.6322314,0.6404959,0.6446281,0.6363636,0.6363636,0.6363636,0.6404959,0.661157,0.70247936,0.73966944,0.7644628,0.76859504,0.7644628,0.76033056,0.7231405,0.6818182,0.59504133,0.5247934,0.48347107,0.47933885,0.4214876,0.38016528,0.3677686,0.37603307,0.38429752,0.40082645,0.45454547,0.58677685,0.6487603,0.6652893,0.7066116,0.71900827,0.71487606,0.7107438,0.6983471,0.6942149,0.6942149,0.7107438,0.70247936,0.71900827,0.72727275,0.71487606,0.7066116,0.70247936,0.677686,0.661157,0.6322314,0.59504133,0.55785125,0.53305787,0.4752066,0.46694216,0.40082645,0.12809917,0.0661157,0.28099173,0.49173555,0.49586776,0.5,0.49173555,0.5041322,0.5206612,0.55785125,0.60330576,0.607438,0.6280992,0.61570245,0.61570245,0.6198347,0.6198347,0.6570248,0.6983471,0.72727275,0.7355372,0.75619835,0.76859504,0.77272725,0.76859504,0.75619835,0.71487606,0.661157,0.58677685,0.5413223,0.5165289,0.46694216,0.4090909,0.40495867,0.42975205,0.46280992,0.5123967,0.58264464,0.6528926,0.71487606,0.7066116,0.71900827,0.71487606,0.7107438,0.73140496,0.71900827,0.69008267,0.677686,0.69008267,0.6735537,0.6859504,0.6983471,0.69008267,0.6859504,0.677686,0.6528926,0.61570245,0.58677685,0.5661157,0.5495868,0.5,0.46694216,0.46694216,0.36363637,0.10743801,0.053719006,0.17768595,0.49173555,0.5,0.5123967,0.5,0.49586776,0.5041322,0.53305787,0.57438016,0.61570245,0.61570245,0.61157024,0.62396693,0.61157024,0.6198347,0.677686,0.69008267,0.7107438,0.7066116,0.7355372,0.7644628,0.78099173,0.76859504,0.76859504,0.75619835,0.71900827,0.661157,0.60330576,0.55785125,0.5082645,0.5041322,0.5123967,0.5289256,0.57024795,0.61570245,0.6570248,0.6942149,0.70247936,0.71487606,0.71900827,0.71487606,0.7107438,0.71900827,0.7355372,0.677686,0.6694215,0.6528926,0.6363636,0.6528926,0.661157,0.6652893,0.6652893,0.6487603,0.6280992,0.5785124,0.553719,0.5495868,0.54545456,0.47933885,0.46694216,0.46694216,0.29338843,0.0785124,0.06198347,0.0661157,0.45041323,0.5,0.5123967,0.5206612,0.5082645,0.4876033,0.53305787,0.57438016,0.607438,0.607438,0.607438,0.607438,0.59917355,0.61570245,0.62396693,0.6280992,0.6487603,0.6735537,0.7066116,0.75206614,0.77272725,0.76859504,0.76859504,0.76859504,0.76033056,0.73140496,0.6942149,0.6446281,0.59504133,0.607438,0.61157024,0.607438,0.6363636,0.6652893,0.6983471,0.71487606,0.71900827,0.7231405,0.7231405,0.71900827,0.7107438,0.6983471,0.7066116,0.6818182,0.6404959,0.6363636,0.6322314,0.6363636,0.6322314,0.6363636,0.6363636,0.6280992,0.60330576,0.553719,0.53305787,0.53305787,0.53305787,0.48347107,0.47107437,0.4338843,0.19008264,0.07024793,0.07024793,0.02892562,0.29338843,0.49586776,0.5082645,0.5206612,0.5206612,0.5,0.5123967,0.56198347,0.61157024,0.6280992,0.6446281,0.6363636,0.6198347,0.5785124,0.5371901,0.56198347,0.59504133,0.6446281,0.6983471,0.7355372,0.75206614,0.75206614,0.7644628,0.76859504,0.78099173,0.77272725,0.76859504,0.73966944,0.6942149,0.6859504,0.6859504,0.6735537,0.70247936,0.7066116,0.71487606,0.72727275,0.72727275,0.71900827,0.71487606,0.7107438,0.6983471,0.6694215,0.6528926,0.6570248,0.62396693,0.58677685,0.61570245,0.6404959,0.6363636,0.6198347,0.6404959,0.6280992,0.58677685,0.5371901,0.5289256,0.53305787,0.5247934,0.47933885,0.46280992,0.37190083,0.11570248,0.07024793,0.08677686,0.049586777,0.11157025,0.43801653,0.49173555,0.5165289,0.5206612,0.5082645,0.5082645,0.53305787,0.61157024,0.6404959,0.6652893,0.661157,0.61570245,0.5165289,0.46694216,0.44214877,0.45454547,0.5165289,0.59504133,0.6570248,0.6859504,0.7231405,0.74793386,0.75206614,0.76859504,0.76859504,0.77272725,0.75619835,0.74793386,0.73966944,0.74380165,0.7355372,0.74793386,0.74380165,0.72727275,0.73966944,0.73966944,0.73140496,0.7231405,0.70247936,0.677686,0.6322314,0.60330576,0.5785124,0.5785124,0.5165289,0.5661157,0.6404959,0.6446281,0.6322314,0.6280992,0.62396693,0.5785124,0.5371901,0.5371901,0.54545456,0.5082645,0.47107437,0.45454547,0.27272728,0.0661157,0.08264463,0.09090909,0.09090909,0.037190083,0.29338843,0.4752066,0.5082645,0.5247934,0.5206612,0.5041322,0.5041322,0.57438016,0.6322314,0.6652893,0.6859504,0.62396693,0.53305787,0.553719,0.5371901,0.5,0.446281,0.40082645,0.43801653,0.47107437,0.5247934,0.57024795,0.60330576,0.61570245,0.6280992,0.6528926,0.7107438,0.74793386,0.75206614,0.75619835,0.73966944,0.71487606,0.6942149,0.6694215,0.70247936,0.7107438,0.69008267,0.677686,0.6487603,0.61157024,0.5661157,0.5082645,0.4876033,0.5165289,0.49586776,0.53305787,0.6446281,0.6735537,0.6487603,0.6322314,0.60330576,0.553719,0.53305787,0.5495868,0.5371901,0.5206612,0.45454547,0.4090909,0.16115703,0.05785124,0.08677686,0.09504132,0.09090909,0.07438017,0.11570248,0.41322315,0.48347107,0.5206612,0.5289256,0.5,0.49586776,0.5165289,0.59090906,0.6280992,0.6570248,0.6322314,0.61570245,0.6694215,0.6983471,0.69008267,0.69008267,0.59917355,0.49586776,0.43801653,0.4214876,0.41322315,0.42975205,0.4214876,0.41735536,0.44214877,0.5082645,0.5785124,0.6404959,0.6280992,0.58677685,0.553719,0.5206612,0.48347107,0.5165289,0.5289256,0.53305787,0.5289256,0.48347107,0.4338843,0.47933885,0.48347107,0.46280992,0.5082645,0.5041322,0.553719,0.6694215,0.6942149,0.6652893,0.62396693,0.57024795,0.5289256,0.5371901,0.54545456,0.5247934,0.4876033,0.45867768,0.30165288,0.07438017,0.0785124,0.09090909,0.10743801,0.09504132,0.0785124,0.045454547,0.22727273,0.44214877,0.47933885,0.5082645,0.5,0.47933885,0.49173555,0.5247934,0.57438016,0.62396693,0.6446281,0.661157,0.71487606,0.73966944,0.72727275,0.73966944,0.74793386,0.70247936,0.62396693,0.553719,0.5247934,0.5082645,0.45867768,0.4214876,0.4090909,0.42561984,0.4338843,0.4876033,0.47933885,0.4752066,0.45867768,0.40082645,0.34710744,0.36363637,0.38429752,0.39256197,0.4214876,0.42975205,0.49173555,0.60330576,0.6280992,0.60330576,0.61157024,0.5785124,0.59090906,0.677686,0.6859504,0.6446281,0.607438,0.5495868,0.5165289,0.5289256,0.5371901,0.5041322,0.4752066,0.38842976,0.1570248,0.06198347,0.09917355,0.09504132,0.11157025,0.08677686,0.08677686,0.05785124,0.09504132,0.3305785,0.45041323,0.47933885,0.49173555,0.49173555,0.49586776,0.49586776,0.5413223,0.59917355,0.6528926,0.6735537,0.71900827,0.7355372,0.72727275,0.71487606,0.72727275,0.72727275,0.73140496,0.6818182,0.6363636,0.6446281,0.6528926,0.62396693,0.57024795,0.5082645,0.45454547,0.42975205,0.42561984,0.42975205,0.446281,0.47107437,0.47107437,0.49586776,0.5041322,0.4876033,0.5247934,0.59090906,0.6528926,0.6528926,0.677686,0.7107438,0.69008267,0.6280992,0.61570245,0.6528926,0.6404959,0.60330576,0.55785125,0.5206612,0.5123967,0.5206612,0.5082645,0.49173555,0.42561984,0.2768595,0.10743801,0.07438017,0.10330579,0.09504132,0.11570248,0.07438017,0.09090909,0.07438017,0.045454547,0.22727273,0.4090909,0.446281,0.48347107,0.47933885,0.49586776,0.5123967,0.5371901,0.58677685,0.6446281,0.6652893,0.70247936,0.71487606,0.71487606,0.69008267,0.6983471,0.70247936,0.71900827,0.7107438,0.6694215,0.6280992,0.6322314,0.677686,0.70247936,0.6859504,0.6404959,0.59504133,0.58264464,0.58677685,0.607438,0.607438,0.59917355,0.54545456,0.5413223,0.5661157,0.61157024,0.6404959,0.6404959,0.661157,0.7066116,0.7107438,0.6735537,0.6280992,0.61157024,0.61570245,0.607438,0.5495868,0.5123967,0.49173555,0.5,0.49586776,0.49173555,0.4214876,0.3140496,0.20247933,0.10330579,0.09090909,0.09917355,0.11570248,0.10330579,0.0661157,0.09090909,0.08677686,0.03305785,0.20247933,0.38016528,0.40082645,0.44214877,0.47107437,0.47933885,0.5165289,0.53305787,0.57024795,0.6322314,0.6570248,0.6818182,0.6942149,0.6942149,0.677686,0.6528926,0.6446281,0.6942149,0.69008267,0.6818182,0.6652893,0.6363636,0.61570245,0.6280992,0.6487603,0.6446281,0.6404959,0.6322314,0.62396693,0.607438,0.59504133,0.5661157,0.553719,0.5785124,0.60330576,0.6198347,0.6198347,0.6280992,0.6735537,0.70247936,0.677686,0.6528926,0.6280992,0.607438,0.59917355,0.57024795,0.5123967,0.49586776,0.4876033,0.48347107,0.47933885,0.45041323,0.3140496,0.22727273,0.16115703,0.11157025,0.10330579,0.10743801,0.11157025,0.11983471,0.0661157,0.08677686,0.0785124,0.02892562,0.1983471,0.38842976,0.37190083,0.39256197,0.44214877,0.45867768,0.49586776,0.53305787,0.57024795,0.62396693,0.661157,0.6652893,0.677686,0.6859504,0.6818182,0.677686,0.60330576,0.61157024,0.6570248,0.6694215,0.661157,0.6322314,0.59090906,0.57438016,0.59090906,0.59090906,0.59090906,0.58677685,0.58677685,0.58677685,0.59090906,0.59090906,0.60330576,0.61570245,0.61570245,0.607438,0.60330576,0.6404959,0.6942149,0.6859504,0.6570248,0.6404959,0.6363636,0.61157024,0.5785124,0.53305787,0.49586776,0.47933885,0.47107437,0.46694216,0.44214877,0.3305785,0.20247933,0.18595041,0.13636364,0.11570248,0.11570248,0.11983471,0.11983471,0.11983471,0.0661157,0.08677686,0.07438017,0.03305785,0.20661157,0.39256197,0.40495867,0.37603307,0.37603307,0.4338843,0.46694216,0.5123967,0.553719,0.607438,0.6570248,0.6818182,0.69008267,0.6942149,0.7107438,0.7066116,0.6652893,0.60330576,0.59090906,0.60330576,0.6280992,0.6404959,0.61157024,0.59504133,0.58677685,0.58264464,0.5785124,0.5785124,0.58264464,0.59504133,0.60330576,0.59917355,0.59917355,0.59090906,0.58677685,0.59090906,0.6280992,0.6652893,0.6859504,0.6735537,0.661157,0.6404959,0.62396693,0.60330576,0.55785125,0.5082645,0.47107437,0.46280992,0.45454547,0.41322315,0.30165288,0.20247933,0.19421488,0.14876033,0.1446281,0.1322314,0.12809917,0.11983471,0.14876033,0.12396694,0.07024793,0.08264463,0.0661157,0.03305785,0.2231405,0.38429752,0.4214876,0.41735536,0.37190083,0.38842976,0.4338843,0.4752066,0.5289256,0.5661157,0.6363636,0.6859504,0.6983471,0.70247936,0.7231405,0.73140496,0.7107438,0.6694215,0.6280992,0.58677685,0.5661157,0.56198347,0.57024795,0.5661157,0.56198347,0.5661157,0.57024795,0.55785125,0.553719,0.56198347,0.56198347,0.5495868,0.553719,0.57438016,0.60330576,0.6363636,0.6694215,0.6818182,0.6859504,0.6735537,0.661157,0.6280992,0.60330576,0.56198347,0.5165289,0.4752066,0.46694216,0.44214877,0.39256197,0.2644628,0.1570248,0.19008264,0.14049587,0.11983471,0.1570248,0.15289256,0.14049587,0.14876033,0.16115703,0.14876033,0.07024793,0.08264463,0.06198347,0.02892562,0.24380165,0.3966942,0.42561984,0.42561984,0.4090909,0.37190083,0.38842976,0.4214876,0.4876033,0.53305787,0.59090906,0.661157,0.6942149,0.7066116,0.71900827,0.73966944,0.73966944,0.7231405,0.6983471,0.6694215,0.6322314,0.607438,0.5661157,0.553719,0.5371901,0.5247934,0.53305787,0.5371901,0.5289256,0.5413223,0.5371901,0.5661157,0.59090906,0.6322314,0.6528926,0.6735537,0.6983471,0.6818182,0.6859504,0.6652893,0.6446281,0.61157024,0.56198347,0.5165289,0.4752066,0.45454547,0.4214876,0.37190083,0.28512397,0.12809917,0.11983471,0.1322314,0.10743801,0.11983471,0.17768595,0.17355372,0.15289256,0.18181819,0.14049587,0.18181819,0.0661157,0.08264463,0.0661157,0.03305785,0.2644628,0.40495867,0.42561984,0.4338843,0.4338843,0.41735536,0.37190083,0.37603307,0.42975205,0.47933885,0.53305787,0.61157024,0.6652893,0.70247936,0.72727275,0.74380165,0.75206614,0.76033056,0.74793386,0.73966944,0.73140496,0.7066116,0.677686,0.6528926,0.62396693,0.59504133,0.59917355,0.61157024,0.6198347,0.6363636,0.6446281,0.6694215,0.6818182,0.6983471,0.70247936,0.7066116,0.6942149,0.677686,0.677686,0.661157,0.62396693,0.56198347,0.49586776,0.46280992,0.44214877,0.40082645,0.34710744,0.30578512,0.22727273,0.09090909,0.07024793,0.09504132,0.11570248,0.13636364,0.17768595,0.16528925,0.17355372,0.20247933,0.15289256,0.1694215,0.07024793,0.0785124,0.07024793,0.05785124,0.29338843,0.41322315,0.41735536,0.446281,0.4338843,0.43801653,0.41735536,0.38016528,0.37603307,0.4090909,0.47107437,0.553719,0.6322314,0.6818182,0.71487606,0.74380165,0.75619835,0.77272725,0.7768595,0.7644628,0.77272725,0.78099173,0.76859504,0.76859504,0.74793386,0.74793386,0.74793386,0.7355372,0.72727275,0.73966944,0.7231405,0.7231405,0.71900827,0.71900827,0.71487606,0.7107438,0.70247936,0.6735537,0.6652893,0.6322314,0.5661157,0.47933885,0.43801653,0.4214876,0.37603307,0.3305785,0.30578512,0.2768595,0.1983471,0.0785124,0.0661157,0.10330579,0.12809917,0.12809917,0.14876033,0.15289256,0.16528925,0.19421488,0.14049587,0.15289256,0.07438017,0.08264463,0.08264463,0.12396694,0.3264463,0.40082645,0.4338843,0.446281,0.45041323,0.43801653,0.4338843,0.4090909,0.38016528,0.37603307,0.4090909,0.45867768,0.57438016,0.6446281,0.69008267,0.7066116,0.76033056,0.78512394,0.78512394,0.78099173,0.7933884,0.79752064,0.79752064,0.8057851,0.78512394,0.7933884,0.79752064,0.78512394,0.78512394,0.7892562,0.77272725,0.75619835,0.74793386,0.7355372,0.7231405,0.70247936,0.6818182,0.6446281,0.62396693,0.57438016,0.48347107,0.41735536,0.3966942,0.338843,0.32231405,0.30578512,0.30578512,0.2644628,0.18181819,0.07024793,0.08677686,0.11570248,0.10743801,0.10743801,0.12396694,0.12809917,0.1446281,0.15289256,0.11983471,0.11983471,0.08264463,0.09917355,0.12809917,0.19421488,0.338843,0.3966942,0.44214877,0.45454547,0.46280992,0.46280992,0.43801653,0.4338843,0.40082645,0.39256197,0.38429752,0.40082645,0.48347107,0.57024795,0.6363636,0.6735537,0.71487606,0.7644628,0.77272725,0.78512394,0.7892562,0.8016529,0.7933884,0.8016529,0.7892562,0.7892562,0.7933884,0.7933884,0.79752064,0.7892562,0.78099173,0.76033056,0.74793386,0.7355372,0.7107438,0.6694215,0.6446281,0.59504133,0.5661157,0.4752066,0.3966942,0.35123968,0.338843,0.3140496,0.3140496,0.3181818,0.3264463,0.26859504,0.17768595,0.07024793,0.08677686,0.09504132,0.08677686,0.10330579,0.10743801,0.09504132,0.11570248,0.11570248,0.09917355,0.09504132,0.11157025,0.1322314,0.1694215,0.21487603,0.33471075,0.41322315,0.44214877,0.46694216,0.47107437,0.47107437,0.46280992,0.44214877,0.4214876,0.4090909,0.39256197,0.38429752,0.40495867,0.46280992,0.55785125,0.6198347,0.6735537,0.7231405,0.74380165,0.76859504,0.7644628,0.7768595,0.7768595,0.78099173,0.7768595,0.76859504,0.76859504,0.77272725,0.7768595,0.77272725,0.75206614,0.7355372,0.71900827,0.7107438,0.6735537,0.6280992,0.59090906,0.5413223,0.46280992,0.38429752,0.3429752,0.3264463,0.32231405,0.3140496,0.3429752,0.3553719,0.338843,0.2768595,0.17768595,0.07438017,0.08677686,0.07438017,0.08677686,0.08677686,0.09504132,0.09917355,0.09090909,0.09090909,0.08677686,0.08264463,0.15289256,0.1570248,0.19008264,0.22727273,0.338843,0.41735536,0.44214877,0.47933885,0.47933885,0.47933885,0.46694216,0.45867768,0.44214877,0.4090909,0.4090909,0.39256197,0.38429752,0.38842976,0.46280992,0.5123967,0.59504133,0.6446281,0.677686,0.6983471,0.71900827,0.7355372,0.73966944,0.72727275,0.7355372,0.7231405,0.71900827,0.7231405,0.7355372,0.7066116,0.70247936,0.6818182,0.661157,0.6446281,0.59917355,0.56198347,0.5041322,0.44214877,0.36363637,0.33471075,0.3305785,0.33471075,0.3264463,0.3429752,0.38016528,0.38429752,0.3553719,0.2520661,0.1322314,0.07438017,0.08677686,0.07438017,0.08264463,0.09090909,0.08264463,0.09504132,0.07438017,0.08677686,0.08264463,0.08677686,0.1570248,0.1570248,0.19421488,0.22727273,0.3429752,0.41735536,0.446281,0.47933885,0.48347107,0.48347107,0.46280992,0.46694216,0.45454547,0.41322315,0.41735536,0.3966942,0.39256197,0.3677686,0.4090909,0.45454547,0.5206612,0.59090906,0.6280992,0.6487603,0.6528926,0.6942149,0.6942149,0.6942149,0.69008267,0.6735537,0.6942149,0.6859504,0.69008267,0.6570248,0.6528926,0.6363636,0.59504133,0.56198347,0.5123967,0.47107437,0.38016528,0.3429752,0.3264463,0.338843,0.3429752,0.3429752,0.3553719,0.37603307,0.40082645,0.4090909,0.3553719,0.18181819,0.0785124,0.09917355,0.0785124,0.07438017,0.0785124,0.08264463,0.07438017,0.08264463,0.08264463,0.0785124,0.09917355,0.11570248,0.1570248,0.1570248,0.1983471,0.22727273,0.34710744,0.41735536,0.446281,0.47933885,0.48347107,0.47933885,0.46280992,0.46694216,0.45454547,0.41322315,0.41735536,0.3966942,0.39256197,0.3677686,0.4090909,0.45454547,0.5247934,0.59090906,0.6280992,0.6487603,0.6528926,0.6942149,0.6942149,0.6942149,0.69008267,0.6735537,0.6942149,0.6859504,0.69008267,0.6570248,0.6528926,0.6322314,0.59090906,0.553719,0.5041322,0.45454547,0.35950413,0.3264463,0.3264463,0.3429752,0.3429752,0.34710744,0.3677686,0.38842976,0.40495867,0.4214876,0.3429752,0.14049587,0.08677686,0.10330579,0.08264463,0.07024793,0.08264463,0.0785124,0.07438017,0.08264463,0.07024793,0.11157025,0.12396694,0.11983471,0.1570248,0.1570248,0.1983471,0.22727273,0.35123968,0.4214876,0.45041323,0.47933885,0.4876033,0.47933885,0.45867768,0.46694216,0.45041323,0.41735536,0.41322315,0.3966942,0.39256197,0.3677686,0.4090909,0.45454547,0.5247934,0.59504133,0.6280992,0.6487603,0.6528926,0.6942149,0.6942149,0.6942149,0.69008267,0.6735537,0.6942149,0.6859504,0.69008267,0.6570248,0.6528926,0.6322314,0.59090906,0.553719,0.5,0.45041323,0.3553719,0.3264463,0.3264463,0.3429752,0.3429752,0.34710744,0.3677686,0.38842976,0.4090909,0.4214876,0.338843,0.1322314,0.08677686,0.10330579,0.08264463,0.07024793,0.08264463,0.0785124,0.07438017,0.08264463,0.07024793,0.11157025,0.12396694,0.11983471,0.1570248,0.1570248,0.1983471,0.23140496,0.35123968,0.4214876,0.45041323,0.47933885,0.4876033,0.47933885,0.45867768,0.46694216,0.45041323,0.41735536,0.41322315,0.3966942,0.39256197,0.36363637,0.41322315,0.45867768,0.5289256,0.59504133,0.6322314,0.6487603,0.6528926,0.6942149,0.6942149,0.6942149,0.69008267,0.6735537,0.6942149,0.6818182,0.6859504,0.6570248,0.6528926,0.6322314,0.59090906,0.553719,0.5,0.446281,0.3553719,0.3264463,0.3264463,0.3429752,0.3429752,0.34710744,0.3677686,0.38842976,0.4090909,0.4214876,0.33471075,0.12809917,0.08677686,0.10330579,0.08264463,0.07024793,0.08264463,0.0785124,0.07438017,0.08264463,0.07438017,0.11157025,0.12396694,0.11983471,9 +0.5,0.59090906,0.6280992,0.6694215,0.6859504,0.7066116,0.7231405,0.73966944,0.74380165,0.74380165,0.76859504,0.77272725,0.7768595,0.78512394,0.7892562,0.79752064,0.8057851,0.8016529,0.8181818,0.8140496,0.8140496,0.8181818,0.8181818,0.8181818,0.822314,0.822314,0.822314,0.8264463,0.8305785,0.8181818,0.8181818,0.8181818,0.8140496,0.8181818,0.8140496,0.8264463,0.8264463,0.8264463,0.8140496,0.79752064,0.8140496,0.8057851,0.80991733,0.79752064,0.7933884,0.7933884,0.7933884,0.77272725,0.76033056,0.76859504,0.75206614,0.73966944,0.7231405,0.6983471,0.6735537,0.677686,0.6198347,0.61157024,0.58677685,0.5206612,0.4214876,0.30165288,0.17768595,0.14049587,0.5495868,0.56198347,0.61157024,0.6735537,0.6942149,0.7066116,0.72727275,0.74380165,0.74380165,0.75619835,0.78099173,0.78099173,0.78512394,0.7892562,0.7933884,0.79752064,0.8016529,0.8057851,0.822314,0.80991733,0.8140496,0.8140496,0.8140496,0.8181818,0.822314,0.822314,0.822314,0.822314,0.8305785,0.8264463,0.8181818,0.822314,0.8181818,0.8264463,0.80991733,0.8264463,0.8181818,0.822314,0.80991733,0.8057851,0.80991733,0.8057851,0.8016529,0.79752064,0.7892562,0.7933884,0.78099173,0.7644628,0.75619835,0.76033056,0.74793386,0.73140496,0.71900827,0.6942149,0.6735537,0.6694215,0.6363636,0.60330576,0.5785124,0.5165289,0.4338843,0.29338843,0.1694215,0.11983471,0.56198347,0.57024795,0.61570245,0.677686,0.7066116,0.71900827,0.73966944,0.74380165,0.75206614,0.75206614,0.7768595,0.78512394,0.7892562,0.7892562,0.79752064,0.8016529,0.8016529,0.8140496,0.822314,0.8140496,0.8181818,0.822314,0.8181818,0.8181818,0.822314,0.8264463,0.822314,0.8264463,0.8264463,0.8264463,0.822314,0.822314,0.822314,0.8181818,0.8181818,0.822314,0.8181818,0.80991733,0.8140496,0.8057851,0.8016529,0.79752064,0.8016529,0.8057851,0.79752064,0.79752064,0.7892562,0.7768595,0.77272725,0.76859504,0.75206614,0.7355372,0.7107438,0.70247936,0.677686,0.6694215,0.6446281,0.61157024,0.56198347,0.5165289,0.43801653,0.2892562,0.15289256,0.10743801,0.5206612,0.56198347,0.6280992,0.6694215,0.6942149,0.71487606,0.73140496,0.74793386,0.74793386,0.77272725,0.7768595,0.78512394,0.79752064,0.79752064,0.8057851,0.80991733,0.8140496,0.8181818,0.822314,0.822314,0.822314,0.8264463,0.8264463,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.8347107,0.8305785,0.8305785,0.8264463,0.822314,0.8264463,0.822314,0.8264463,0.8264463,0.8181818,0.8140496,0.8181818,0.80991733,0.8057851,0.8140496,0.80991733,0.80991733,0.8016529,0.79752064,0.7933884,0.7892562,0.78512394,0.76033056,0.73966944,0.71900827,0.6983471,0.6859504,0.677686,0.6446281,0.61157024,0.56198347,0.5123967,0.42975205,0.27272728,0.1446281,0.10743801,0.48347107,0.54545456,0.6198347,0.661157,0.677686,0.7107438,0.7231405,0.75206614,0.75619835,0.78099173,0.78512394,0.7892562,0.79752064,0.79752064,0.80991733,0.8181818,0.8264463,0.8305785,0.8264463,0.8264463,0.822314,0.8305785,0.8305785,0.8264463,0.8347107,0.8305785,0.8347107,0.8305785,0.838843,0.8347107,0.8347107,0.8305785,0.8305785,0.8305785,0.838843,0.8264463,0.8264463,0.8264463,0.822314,0.822314,0.8181818,0.8181818,0.8181818,0.822314,0.80991733,0.8140496,0.80991733,0.8016529,0.7933884,0.78512394,0.7644628,0.75619835,0.74793386,0.70247936,0.7066116,0.6859504,0.6570248,0.607438,0.56198347,0.5082645,0.42975205,0.25619835,0.12809917,0.11570248,0.5165289,0.5371901,0.59090906,0.6528926,0.6818182,0.70247936,0.72727275,0.74380165,0.74380165,0.76859504,0.78099173,0.78512394,0.7892562,0.7892562,0.7933884,0.8140496,0.822314,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.8305785,0.838843,0.8347107,0.8305785,0.838843,0.8347107,0.838843,0.838843,0.838843,0.8347107,0.8347107,0.838843,0.8347107,0.8305785,0.8305785,0.8347107,0.822314,0.822314,0.822314,0.822314,0.8181818,0.8181818,0.8181818,0.822314,0.822314,0.8057851,0.79752064,0.78512394,0.77272725,0.76033056,0.75206614,0.71900827,0.7066116,0.6818182,0.661157,0.60330576,0.553719,0.5,0.41735536,0.24793388,0.12809917,0.11570248,0.553719,0.553719,0.5785124,0.6404959,0.69008267,0.71487606,0.71487606,0.71487606,0.72727275,0.73966944,0.74380165,0.75206614,0.77272725,0.77272725,0.78099173,0.79752064,0.80991733,0.822314,0.8264463,0.8347107,0.8305785,0.8347107,0.8347107,0.8347107,0.8264463,0.8305785,0.8305785,0.8347107,0.8347107,0.838843,0.838843,0.8347107,0.8347107,0.838843,0.8305785,0.8264463,0.8347107,0.8305785,0.8264463,0.8264463,0.822314,0.8264463,0.8305785,0.822314,0.8140496,0.822314,0.822314,0.8016529,0.7933884,0.7892562,0.77272725,0.75206614,0.7231405,0.71487606,0.6983471,0.677686,0.6446281,0.59917355,0.5371901,0.49586776,0.41322315,0.2231405,0.13636364,0.10330579,0.5495868,0.5661157,0.61570245,0.6528926,0.6694215,0.6404959,0.58677685,0.58677685,0.6363636,0.6652893,0.6652893,0.69008267,0.7355372,0.7355372,0.74793386,0.7768595,0.78512394,0.8016529,0.8016529,0.8181818,0.8181818,0.822314,0.8305785,0.822314,0.8264463,0.8264463,0.8305785,0.8305785,0.8347107,0.838843,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.822314,0.822314,0.8305785,0.822314,0.822314,0.822314,0.8264463,0.8181818,0.8140496,0.8016529,0.8016529,0.7892562,0.76859504,0.7644628,0.75206614,0.73140496,0.71487606,0.677686,0.6528926,0.6404959,0.6363636,0.6322314,0.59504133,0.5371901,0.47933885,0.4214876,0.21487603,0.1322314,0.11157025,0.56198347,0.57438016,0.62396693,0.6404959,0.5495868,0.43801653,0.38016528,0.42561984,0.45454547,0.47107437,0.4752066,0.5165289,0.56198347,0.58264464,0.61157024,0.6570248,0.6818182,0.6983471,0.72727275,0.75619835,0.76859504,0.78512394,0.7892562,0.7933884,0.8016529,0.80991733,0.8140496,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.8347107,0.8264463,0.8305785,0.80991733,0.8057851,0.8140496,0.80991733,0.8057851,0.8016529,0.8057851,0.79752064,0.78099173,0.75619835,0.7231405,0.6818182,0.6528926,0.6487603,0.6404959,0.607438,0.60330576,0.56198347,0.5371901,0.5289256,0.5165289,0.5371901,0.57024795,0.5371901,0.49586776,0.42561984,0.24380165,0.12809917,0.11570248,0.56198347,0.57438016,0.5413223,0.4338843,0.33471075,0.28099173,0.28099173,0.3181818,0.30991736,0.29752067,0.30165288,0.3264463,0.35123968,0.3553719,0.3677686,0.40082645,0.42975205,0.45041323,0.5,0.56198347,0.607438,0.6570248,0.6818182,0.71900827,0.75206614,0.78512394,0.8016529,0.80991733,0.8140496,0.8140496,0.8264463,0.8264463,0.8264463,0.8140496,0.8057851,0.79752064,0.78099173,0.7768595,0.76859504,0.7644628,0.71487606,0.6818182,0.6570248,0.58677685,0.5247934,0.5041322,0.45867768,0.42561984,0.40082645,0.40495867,0.38842976,0.37603307,0.37190083,0.3305785,0.338843,0.338843,0.3429752,0.46694216,0.5165289,0.49173555,0.4752066,0.30991736,0.1322314,0.11570248,0.5413223,0.45041323,0.32231405,0.26859504,0.29752067,0.3181818,0.28099173,0.29338843,0.2644628,0.25619835,0.2644628,0.27272728,0.29338843,0.2603306,0.24380165,0.28512397,0.27272728,0.28512397,0.2892562,0.338843,0.40082645,0.46280992,0.5247934,0.57024795,0.6942149,0.73966944,0.7768595,0.79752064,0.8057851,0.80991733,0.822314,0.822314,0.8181818,0.8140496,0.7892562,0.77272725,0.76859504,0.74380165,0.7107438,0.661157,0.5371901,0.4752066,0.4214876,0.3553719,0.3140496,0.3140496,0.29338843,0.28099173,0.2644628,0.2603306,0.23966943,0.23553719,0.2520661,0.23966943,0.24380165,0.25619835,0.23140496,0.2644628,0.41735536,0.47107437,0.49586776,0.39256197,0.1694215,0.08677686,0.45041323,0.3264463,0.30165288,0.43801653,0.5289256,0.56198347,0.5371901,0.5123967,0.47933885,0.45867768,0.446281,0.42561984,0.4090909,0.35950413,0.3140496,0.29752067,0.27272728,0.2644628,0.2768595,0.30578512,0.34710744,0.38429752,0.4214876,0.45041323,0.5785124,0.6983471,0.74793386,0.78512394,0.7892562,0.7933884,0.8140496,0.8181818,0.80991733,0.8016529,0.7768595,0.75619835,0.74793386,0.74380165,0.6528926,0.5,0.41735536,0.34710744,0.30578512,0.28099173,0.24380165,0.24793388,0.25619835,0.2603306,0.26859504,0.28099173,0.27272728,0.28512397,0.338843,0.3553719,0.37190083,0.38429752,0.33471075,0.20661157,0.19421488,0.3677686,0.5,0.446281,0.20247933,0.07438017,0.3553719,0.3553719,0.45867768,0.59090906,0.6570248,0.6694215,0.6404959,0.62396693,0.62396693,0.59917355,0.57024795,0.5495868,0.5289256,0.4876033,0.4752066,0.4090909,0.37190083,0.35950413,0.3677686,0.3966942,0.41322315,0.4214876,0.446281,0.44214877,0.5041322,0.6528926,0.7231405,0.77272725,0.78099173,0.7933884,0.8140496,0.80991733,0.79752064,0.7933884,0.7644628,0.74380165,0.7231405,0.69008267,0.54545456,0.446281,0.41322315,0.37603307,0.34710744,0.3305785,0.30991736,0.32231405,0.34710744,0.3966942,0.446281,0.4876033,0.5041322,0.5123967,0.55785125,0.56198347,0.55785125,0.553719,0.5206612,0.42561984,0.22727273,0.17768595,0.47933885,0.47933885,0.24793388,0.06198347,0.40082645,0.47107437,0.5371901,0.5785124,0.59917355,0.60330576,0.54545456,0.49173555,0.45041323,0.4214876,0.38016528,0.36363637,0.35950413,0.3553719,0.38429752,0.3677686,0.3181818,0.34710744,0.37190083,0.4090909,0.46280992,0.47933885,0.4752066,0.4752066,0.5041322,0.607438,0.69008267,0.75619835,0.7768595,0.79752064,0.8181818,0.8181818,0.79752064,0.7892562,0.75619835,0.72727275,0.6818182,0.59504133,0.48347107,0.45867768,0.4752066,0.46280992,0.46694216,0.46694216,0.45041323,0.45041323,0.45867768,0.45454547,0.47107437,0.49586776,0.5289256,0.53305787,0.5661157,0.5785124,0.58264464,0.58264464,0.57438016,0.56198347,0.45867768,0.13636364,0.38429752,0.5082645,0.29338843,0.07024793,0.46694216,0.5041322,0.5165289,0.5206612,0.5082645,0.4752066,0.3966942,0.34710744,0.3181818,0.3140496,0.32231405,0.3553719,0.34710744,0.2603306,0.23140496,0.30991736,0.2603306,0.2520661,0.30991736,0.33471075,0.38016528,0.47107437,0.5082645,0.49586776,0.47107437,0.5289256,0.6446281,0.75206614,0.78512394,0.8057851,0.822314,0.8305785,0.8057851,0.80991733,0.76859504,0.71900827,0.6280992,0.5289256,0.47107437,0.49586776,0.5123967,0.47933885,0.46694216,0.4338843,0.38429752,0.35950413,0.35123968,0.3305785,0.3429752,0.35123968,0.3429752,0.37603307,0.3966942,0.42561984,0.49586776,0.5289256,0.5206612,0.5289256,0.5371901,0.2768595,0.33471075,0.5165289,0.32231405,0.08264463,0.5123967,0.5082645,0.4876033,0.47933885,0.44214877,0.38016528,0.3264463,0.27272728,0.25619835,0.3181818,0.40082645,0.5082645,0.5413223,0.29752067,0.15289256,0.37190083,0.32231405,0.14049587,0.14049587,0.30165288,0.4214876,0.40082645,0.45041323,0.5413223,0.5123967,0.46280992,0.5661157,0.75206614,0.8057851,0.8140496,0.8347107,0.8347107,0.822314,0.822314,0.78099173,0.6859504,0.56198347,0.49586776,0.49173555,0.49586776,0.49173555,0.45454547,0.446281,0.45454547,0.4214876,0.30165288,0.26859504,0.24793388,0.19421488,0.20247933,0.19421488,0.2107438,0.338843,0.33471075,0.338843,0.45454547,0.49173555,0.49586776,0.5165289,0.40082645,0.38429752,0.5123967,0.3429752,0.09090909,0.553719,0.53305787,0.4876033,0.47107437,0.446281,0.37190083,0.2892562,0.2644628,0.338843,0.48347107,0.62396693,0.76033056,0.72727275,0.33471075,0.21900827,0.34710744,0.44214877,0.13636364,0.1694215,0.4090909,0.45867768,0.48347107,0.45867768,0.5123967,0.553719,0.5,0.5165289,0.70247936,0.8140496,0.838843,0.8471074,0.8429752,0.8347107,0.8264463,0.78099173,0.6322314,0.53305787,0.5413223,0.5247934,0.49586776,0.49586776,0.49173555,0.49586776,0.57438016,0.6280992,0.3264463,0.2768595,0.4090909,0.19421488,0.11157025,0.11157025,0.23966943,0.2107438,0.28099173,0.3553719,0.38842976,0.46694216,0.47107437,0.48347107,0.45041323,0.45041323,0.5206612,0.38016528,0.11570248,0.6404959,0.607438,0.55785125,0.5,0.5082645,0.39256197,0.25619835,0.3140496,0.46280992,0.5785124,0.6942149,0.8140496,0.8471074,0.40082645,0.27272728,0.24793388,0.2520661,0.20247933,0.26859504,0.5785124,0.60330576,0.42561984,0.5371901,0.58677685,0.607438,0.553719,0.53305787,0.6694215,0.7892562,0.8429752,0.8553719,0.8512397,0.8429752,0.838843,0.75206614,0.58677685,0.55785125,0.607438,0.58677685,0.5247934,0.5082645,0.5206612,0.6446281,0.78099173,0.76859504,0.4090909,0.2603306,0.40082645,0.1983471,0.1570248,0.12809917,0.37190083,0.28512397,0.1983471,0.3264463,0.42975205,0.45041323,0.46280992,0.4876033,0.49173555,0.48347107,0.53305787,0.4090909,0.14876033,0.73140496,0.7231405,0.69008267,0.61157024,0.607438,0.5082645,0.36363637,0.33471075,0.42975205,0.5082645,0.61570245,0.74380165,0.8181818,0.6652893,0.3966942,0.37603307,0.34710744,0.33471075,0.446281,0.6363636,0.6528926,0.57438016,0.5495868,0.70247936,0.677686,0.61570245,0.61570245,0.6652893,0.78512394,0.8429752,0.8553719,0.8471074,0.8512397,0.838843,0.72727275,0.57438016,0.607438,0.6983471,0.6528926,0.56198347,0.6404959,0.57024795,0.71487606,0.80991733,0.8347107,0.553719,0.2892562,0.22727273,0.22727273,0.16528925,0.2892562,0.49586776,0.38429752,0.2107438,0.26859504,0.4338843,0.47107437,0.49173555,0.54545456,0.553719,0.5413223,0.54545456,0.4338843,0.18595041,0.76859504,0.76859504,0.7644628,0.69008267,0.677686,0.61570245,0.5123967,0.45867768,0.46280992,0.45454547,0.4876033,0.5661157,0.61570245,0.6694215,0.55785125,0.54545456,0.5495868,0.553719,0.59917355,0.6280992,0.6198347,0.6528926,0.7066116,0.75206614,0.71487606,0.661157,0.677686,0.7107438,0.7768595,0.838843,0.8595041,0.8595041,0.8471074,0.838843,0.73966944,0.61157024,0.6404959,0.7231405,0.7231405,0.6528926,0.6404959,0.58677685,0.6280992,0.6694215,0.71487606,0.6446281,0.46694216,0.38016528,0.36363637,0.32231405,0.45454547,0.5,0.38429752,0.2892562,0.35123968,0.46694216,0.5,0.56198347,0.62396693,0.61157024,0.59090906,0.5661157,0.45867768,0.20661157,0.77272725,0.7768595,0.7768595,0.75619835,0.7066116,0.677686,0.6322314,0.57438016,0.57024795,0.5785124,0.58264464,0.57438016,0.57024795,0.58264464,0.57438016,0.58677685,0.61570245,0.6280992,0.6363636,0.6404959,0.6487603,0.6859504,0.73966944,0.78099173,0.73966944,0.6859504,0.7066116,0.72727275,0.78512394,0.8429752,0.8512397,0.8512397,0.8512397,0.8347107,0.74793386,0.6322314,0.6280992,0.71487606,0.69008267,0.6528926,0.6818182,0.6528926,0.62396693,0.61570245,0.59090906,0.56198347,0.53305787,0.5,0.47107437,0.42561984,0.46694216,0.446281,0.40082645,0.40082645,0.4876033,0.57024795,0.59504133,0.6363636,0.6735537,0.6570248,0.62396693,0.58677685,0.47107437,0.21487603,0.77272725,0.7768595,0.78099173,0.76859504,0.74793386,0.70247936,0.69008267,0.6528926,0.6198347,0.61157024,0.6198347,0.61157024,0.607438,0.60330576,0.59504133,0.607438,0.62396693,0.62396693,0.6404959,0.6652893,0.70247936,0.74380165,0.78512394,0.8016529,0.76033056,0.7107438,0.72727275,0.74380165,0.78512394,0.838843,0.8553719,0.8512397,0.8429752,0.8347107,0.75619835,0.6528926,0.6363636,0.70247936,0.72727275,0.6487603,0.6322314,0.6694215,0.6818182,0.69008267,0.6652893,0.6198347,0.607438,0.58264464,0.56198347,0.5,0.5371901,0.5247934,0.49173555,0.5041322,0.5661157,0.6280992,0.677686,0.6735537,0.7066116,0.6818182,0.6487603,0.60330576,0.48347107,0.24380165,0.7644628,0.77272725,0.78099173,0.78099173,0.75619835,0.75206614,0.74380165,0.7107438,0.6818182,0.6570248,0.6487603,0.6404959,0.6280992,0.6404959,0.6280992,0.6404959,0.6446281,0.6487603,0.6859504,0.73140496,0.77272725,0.8140496,0.8181818,0.8057851,0.76033056,0.72727275,0.74380165,0.75206614,0.78099173,0.8264463,0.8595041,0.8512397,0.8512397,0.838843,0.75206614,0.6694215,0.6528926,0.6942149,0.77272725,0.77272725,0.677686,0.6363636,0.6528926,0.6694215,0.6859504,0.677686,0.6363636,0.61157024,0.58264464,0.57024795,0.57438016,0.56198347,0.54545456,0.57024795,0.6322314,0.677686,0.70247936,0.6942149,0.71487606,0.69008267,0.661157,0.61157024,0.46280992,0.2603306,0.7644628,0.76859504,0.78512394,0.7933884,0.78099173,0.78099173,0.78512394,0.7644628,0.74380165,0.71487606,0.70247936,0.6942149,0.6859504,0.69008267,0.69008267,0.7107438,0.71487606,0.7355372,0.77272725,0.8057851,0.822314,0.8347107,0.822314,0.7933884,0.7644628,0.74380165,0.75206614,0.76033056,0.76859504,0.822314,0.8595041,0.8512397,0.8512397,0.838843,0.74793386,0.6735537,0.6570248,0.6818182,0.76033056,0.8016529,0.78099173,0.73140496,0.69008267,0.6694215,0.661157,0.6694215,0.6404959,0.62396693,0.6280992,0.61570245,0.62396693,0.6198347,0.61570245,0.6404959,0.6818182,0.7107438,0.7066116,0.7107438,0.71487606,0.6818182,0.6528926,0.607438,0.41735536,0.2644628,0.75206614,0.77272725,0.78512394,0.7933884,0.7933884,0.8057851,0.822314,0.822314,0.8140496,0.8057851,0.79752064,0.78099173,0.78099173,0.7768595,0.7768595,0.79752064,0.8057851,0.8140496,0.822314,0.8305785,0.8347107,0.8264463,0.8057851,0.7933884,0.77272725,0.75206614,0.76033056,0.75206614,0.77272725,0.8264463,0.8553719,0.8512397,0.8553719,0.8347107,0.73140496,0.677686,0.6652893,0.6735537,0.7355372,0.79752064,0.80991733,0.8016529,0.77272725,0.7355372,0.7066116,0.69008267,0.661157,0.6446281,0.6528926,0.6528926,0.6652893,0.6694215,0.6735537,0.6859504,0.7066116,0.7231405,0.7107438,0.7107438,0.7107438,0.6694215,0.6404959,0.59090906,0.3677686,0.26859504,0.74793386,0.75206614,0.78099173,0.7892562,0.79752064,0.8140496,0.8264463,0.8347107,0.8305785,0.8305785,0.8264463,0.822314,0.822314,0.8181818,0.822314,0.8305785,0.8305785,0.8305785,0.8347107,0.8264463,0.8347107,0.8264463,0.8057851,0.78512394,0.78099173,0.76033056,0.75619835,0.76033056,0.76033056,0.8140496,0.8595041,0.8553719,0.8512397,0.8264463,0.73140496,0.6694215,0.6694215,0.6694215,0.73140496,0.7768595,0.8057851,0.8181818,0.8181818,0.8057851,0.7933884,0.76859504,0.75619835,0.7355372,0.74380165,0.74793386,0.75206614,0.7644628,0.7644628,0.7644628,0.76859504,0.74380165,0.71487606,0.70247936,0.6859504,0.661157,0.6280992,0.553719,0.34710744,0.29338843,0.74793386,0.74793386,0.77272725,0.78512394,0.7933884,0.80991733,0.8264463,0.8347107,0.8347107,0.8347107,0.8347107,0.838843,0.838843,0.838843,0.838843,0.838843,0.8347107,0.8347107,0.8347107,0.822314,0.8264463,0.822314,0.8016529,0.78512394,0.78099173,0.77272725,0.75619835,0.74380165,0.77272725,0.8057851,0.8471074,0.8512397,0.8553719,0.822314,0.72727275,0.6652893,0.6818182,0.677686,0.7107438,0.75619835,0.8016529,0.8181818,0.822314,0.822314,0.822314,0.8181818,0.8140496,0.80991733,0.8140496,0.8016529,0.7933884,0.8016529,0.7933884,0.78512394,0.78512394,0.76033056,0.7231405,0.69008267,0.69008267,0.6404959,0.607438,0.49173555,0.37603307,0.28512397,0.71487606,0.75206614,0.77272725,0.78512394,0.7933884,0.80991733,0.8264463,0.8347107,0.838843,0.838843,0.8347107,0.8429752,0.8429752,0.838843,0.838843,0.838843,0.838843,0.8347107,0.8347107,0.8264463,0.822314,0.8140496,0.7892562,0.78512394,0.77272725,0.75619835,0.75206614,0.76033056,0.76859504,0.79752064,0.8429752,0.8553719,0.8512397,0.8181818,0.72727275,0.6694215,0.677686,0.6735537,0.7066116,0.74793386,0.78512394,0.80991733,0.8181818,0.822314,0.822314,0.8264463,0.822314,0.8264463,0.8305785,0.822314,0.8140496,0.80991733,0.8016529,0.7892562,0.7892562,0.75619835,0.7355372,0.6859504,0.6694215,0.6404959,0.58677685,0.46280992,0.37603307,0.2107438,0.6818182,0.74380165,0.7644628,0.78512394,0.79752064,0.8057851,0.8181818,0.8305785,0.8347107,0.838843,0.838843,0.838843,0.8429752,0.838843,0.8347107,0.8347107,0.8347107,0.8305785,0.8264463,0.8181818,0.8181818,0.79752064,0.7644628,0.76033056,0.74793386,0.72727275,0.73966944,0.76859504,0.7892562,0.80991733,0.838843,0.8553719,0.8512397,0.80991733,0.73966944,0.677686,0.6570248,0.6528926,0.6859504,0.7231405,0.77272725,0.79752064,0.80991733,0.8181818,0.8264463,0.8264463,0.8181818,0.8264463,0.8347107,0.8264463,0.822314,0.8140496,0.8057851,0.7892562,0.7892562,0.76033056,0.73140496,0.70247936,0.6652893,0.62396693,0.54545456,0.45454547,0.38429752,0.16115703,0.6528926,0.7355372,0.75619835,0.7768595,0.7892562,0.8057851,0.8181818,0.8264463,0.8305785,0.838843,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8347107,0.8264463,0.8305785,0.8140496,0.80991733,0.8016529,0.77272725,0.7107438,0.71487606,0.71900827,0.70247936,0.72727275,0.78099173,0.80991733,0.8264463,0.8429752,0.8512397,0.8471074,0.822314,0.77272725,0.7066116,0.6280992,0.6322314,0.6446281,0.6983471,0.76033056,0.7933884,0.8057851,0.8140496,0.822314,0.8264463,0.8181818,0.8264463,0.8264463,0.822314,0.822314,0.8140496,0.8016529,0.79752064,0.7892562,0.75619835,0.73140496,0.6983471,0.6446281,0.59917355,0.5,0.45867768,0.37603307,0.08677686,0.6322314,0.7107438,0.73966944,0.7644628,0.7768595,0.79752064,0.8181818,0.8181818,0.822314,0.822314,0.8347107,0.8305785,0.8305785,0.8264463,0.8305785,0.8305785,0.822314,0.8264463,0.8016529,0.7892562,0.77272725,0.71487606,0.6487603,0.70247936,0.73140496,0.6942149,0.71900827,0.78512394,0.8181818,0.8347107,0.8429752,0.8471074,0.8429752,0.822314,0.7933884,0.7355372,0.6280992,0.6198347,0.58677685,0.6528926,0.74380165,0.78099173,0.7933884,0.8057851,0.822314,0.822314,0.8264463,0.8305785,0.822314,0.8140496,0.8140496,0.80991733,0.79752064,0.7933884,0.78099173,0.74793386,0.71487606,0.677686,0.6198347,0.56198347,0.4752066,0.4876033,0.29338843,0.03305785,0.59917355,0.6652893,0.7066116,0.74380165,0.7644628,0.7933884,0.8057851,0.80991733,0.8140496,0.80991733,0.822314,0.822314,0.8264463,0.8181818,0.822314,0.8181818,0.8057851,0.8057851,0.78512394,0.77272725,0.74380165,0.661157,0.6487603,0.74380165,0.7768595,0.7231405,0.71487606,0.78512394,0.8264463,0.8347107,0.8429752,0.8512397,0.838843,0.8264463,0.79752064,0.75206614,0.6487603,0.6694215,0.59090906,0.61570245,0.72727275,0.77272725,0.78512394,0.8057851,0.8181818,0.8181818,0.8181818,0.8264463,0.8016529,0.79752064,0.8016529,0.8016529,0.7892562,0.7768595,0.76859504,0.72727275,0.6983471,0.6528926,0.59504133,0.5123967,0.46694216,0.4752066,0.16528925,0.045454547,0.57024795,0.6363636,0.6859504,0.72727275,0.73966944,0.77272725,0.7892562,0.7933884,0.8016529,0.8016529,0.80991733,0.8140496,0.8181818,0.8057851,0.8057851,0.79752064,0.78512394,0.7768595,0.75619835,0.76033056,0.73140496,0.6528926,0.6859504,0.7644628,0.78099173,0.7644628,0.73140496,0.7768595,0.8181818,0.8347107,0.838843,0.8471074,0.838843,0.8264463,0.8016529,0.76033056,0.677686,0.69008267,0.661157,0.6198347,0.7107438,0.76033056,0.78099173,0.7892562,0.8016529,0.8181818,0.8140496,0.80991733,0.79752064,0.78512394,0.7892562,0.78512394,0.77272725,0.75206614,0.74380165,0.70247936,0.6652893,0.62396693,0.56198347,0.47107437,0.45454547,0.33471075,0.09090909,0.07024793,0.55785125,0.59504133,0.661157,0.70247936,0.7231405,0.75206614,0.76859504,0.77272725,0.7933884,0.7892562,0.79752064,0.79752064,0.79752064,0.7933884,0.7892562,0.78099173,0.76033056,0.74380165,0.73966944,0.73966944,0.7355372,0.6487603,0.6446281,0.70247936,0.72727275,0.75619835,0.76033056,0.78099173,0.8057851,0.8305785,0.8347107,0.838843,0.8347107,0.8264463,0.8016529,0.76033056,0.71487606,0.6735537,0.6652893,0.6446281,0.6942149,0.73966944,0.7644628,0.77272725,0.7892562,0.8016529,0.7933884,0.7933884,0.7933884,0.78099173,0.77272725,0.76859504,0.76033056,0.73966944,0.7231405,0.6818182,0.6404959,0.59504133,0.5413223,0.43801653,0.28099173,0.1694215,0.09504132,0.08264463,0.53305787,0.5661157,0.62396693,0.661157,0.6942149,0.71900827,0.73966944,0.75206614,0.76859504,0.76859504,0.76859504,0.77272725,0.76859504,0.75619835,0.75206614,0.74380165,0.71487606,0.71900827,0.7107438,0.72727275,0.75206614,0.6942149,0.58264464,0.5,0.5123967,0.59504133,0.6859504,0.74793386,0.7892562,0.8016529,0.8181818,0.8181818,0.8181818,0.79752064,0.76859504,0.71487606,0.6487603,0.57438016,0.57024795,0.661157,0.7066116,0.7231405,0.73966944,0.74793386,0.7644628,0.78099173,0.77272725,0.77272725,0.78099173,0.76859504,0.75619835,0.75206614,0.7355372,0.7231405,0.6942149,0.661157,0.62396693,0.5661157,0.5289256,0.34710744,0.10743801,0.11157025,0.11570248,0.09917355,0.5289256,0.5289256,0.59090906,0.6322314,0.6570248,0.6818182,0.7107438,0.7231405,0.73966944,0.7355372,0.73966944,0.74380165,0.7355372,0.71487606,0.70247936,0.6942149,0.6818182,0.6942149,0.70247936,0.73140496,0.74793386,0.71487606,0.6570248,0.5206612,0.3677686,0.38842976,0.49173555,0.57438016,0.69008267,0.73966944,0.76859504,0.7644628,0.76033056,0.73140496,0.6735537,0.54545456,0.46694216,0.42561984,0.5495868,0.6983471,0.7107438,0.7066116,0.7107438,0.71900827,0.7355372,0.74380165,0.73966944,0.75206614,0.76033056,0.75206614,0.7355372,0.72727275,0.71487606,0.6942149,0.6694215,0.6280992,0.59090906,0.5371901,0.5,0.26859504,0.0661157,0.09917355,0.11983471,0.11157025,0.5082645,0.5165289,0.56198347,0.61157024,0.62396693,0.661157,0.6859504,0.70247936,0.7107438,0.7066116,0.7066116,0.70247936,0.6983471,0.6818182,0.6652893,0.6570248,0.661157,0.6983471,0.73140496,0.74793386,0.75619835,0.73140496,0.6942149,0.61157024,0.47933885,0.4090909,0.42975205,0.44214877,0.5041322,0.57024795,0.60330576,0.61570245,0.61570245,0.58264464,0.47107437,0.36363637,0.3966942,0.48347107,0.6280992,0.71900827,0.7066116,0.6818182,0.69008267,0.6983471,0.7107438,0.71900827,0.71487606,0.72727275,0.73966944,0.72727275,0.7107438,0.7107438,0.677686,0.6735537,0.6446281,0.59090906,0.5495868,0.5082645,0.46694216,0.21487603,0.0661157,0.10330579,0.11157025,0.09917355,0.5082645,0.5165289,0.5247934,0.56198347,0.59090906,0.6280992,0.6528926,0.6570248,0.6694215,0.6694215,0.6694215,0.6570248,0.6528926,0.6404959,0.6404959,0.6446281,0.6942149,0.73966944,0.76859504,0.76859504,0.76859504,0.76033056,0.72727275,0.6652893,0.5661157,0.48347107,0.46280992,0.45041323,0.42975205,0.4214876,0.4214876,0.41735536,0.4090909,0.38429752,0.33471075,0.42975205,0.54545456,0.59917355,0.677686,0.7066116,0.70247936,0.6859504,0.6818182,0.677686,0.6859504,0.6983471,0.6983471,0.7107438,0.71900827,0.70247936,0.6942149,0.6859504,0.661157,0.6363636,0.61157024,0.55785125,0.5123967,0.4876033,0.4338843,0.15289256,0.07438017,0.09090909,0.12396694,0.09090909,0.5082645,0.5082645,0.5041322,0.5289256,0.553719,0.59090906,0.61157024,0.6280992,0.6446281,0.62396693,0.6280992,0.6198347,0.61570245,0.6198347,0.6446281,0.69008267,0.72727275,0.75619835,0.76859504,0.76859504,0.7768595,0.78099173,0.75619835,0.71487606,0.6446281,0.553719,0.5123967,0.49586776,0.45454547,0.3966942,0.38016528,0.38842976,0.38842976,0.41322315,0.45867768,0.57438016,0.661157,0.6818182,0.6983471,0.6983471,0.6942149,0.6983471,0.6983471,0.6735537,0.6652893,0.6818182,0.6652893,0.677686,0.6818182,0.677686,0.6735537,0.6570248,0.6280992,0.58677685,0.5661157,0.5247934,0.49173555,0.47933885,0.40082645,0.10743801,0.09090909,0.0785124,0.11157025,0.10743801,0.5165289,0.5082645,0.5,0.5123967,0.5289256,0.56198347,0.59504133,0.607438,0.62396693,0.61570245,0.60330576,0.60330576,0.59917355,0.6280992,0.69008267,0.7107438,0.71487606,0.7355372,0.75619835,0.78099173,0.78512394,0.78099173,0.7768595,0.76033056,0.7107438,0.6363636,0.58264464,0.5413223,0.48347107,0.44214877,0.446281,0.46280992,0.46280992,0.5247934,0.58264464,0.6446281,0.6859504,0.70247936,0.7066116,0.70247936,0.6983471,0.71900827,0.6983471,0.6694215,0.6528926,0.6322314,0.6198347,0.6322314,0.6487603,0.6528926,0.6404959,0.6322314,0.59917355,0.5413223,0.5289256,0.5123967,0.48347107,0.47933885,0.3429752,0.07438017,0.09917355,0.0785124,0.10743801,0.09917355,0.5206612,0.5247934,0.5165289,0.5041322,0.5165289,0.54545456,0.5785124,0.61157024,0.61157024,0.607438,0.61570245,0.60330576,0.607438,0.6528926,0.6652893,0.6818182,0.6942149,0.70247936,0.74793386,0.7768595,0.78099173,0.77272725,0.78512394,0.78512394,0.7644628,0.72727275,0.6694215,0.61157024,0.553719,0.5371901,0.54545456,0.5495868,0.57438016,0.607438,0.6570248,0.6818182,0.6942149,0.7107438,0.7107438,0.70247936,0.7066116,0.6859504,0.70247936,0.6487603,0.62396693,0.60330576,0.60330576,0.60330576,0.6198347,0.62396693,0.6198347,0.6198347,0.57024795,0.5082645,0.5123967,0.5041322,0.47933885,0.47107437,0.24793388,0.05785124,0.08264463,0.09090909,0.08677686,0.10330579,0.5165289,0.5371901,0.5371901,0.5165289,0.5041322,0.53305787,0.59090906,0.61157024,0.61570245,0.6322314,0.6280992,0.607438,0.59504133,0.5661157,0.58264464,0.60330576,0.6570248,0.6859504,0.73140496,0.7644628,0.7768595,0.77272725,0.77272725,0.78099173,0.78512394,0.77272725,0.75206614,0.71487606,0.661157,0.6404959,0.6363636,0.6280992,0.661157,0.6735537,0.6942149,0.71487606,0.7066116,0.7066116,0.70247936,0.7066116,0.6983471,0.661157,0.6528926,0.6363636,0.59090906,0.5495868,0.59504133,0.6198347,0.61570245,0.6198347,0.6198347,0.59917355,0.553719,0.49586776,0.5082645,0.5082645,0.4752066,0.4338843,0.15289256,0.07438017,0.07438017,0.09917355,0.08677686,0.11157025,0.5,0.53305787,0.5413223,0.5247934,0.5082645,0.5206612,0.57024795,0.61570245,0.6363636,0.6652893,0.6570248,0.6280992,0.5495868,0.5,0.4876033,0.5165289,0.57438016,0.6404959,0.70247936,0.71900827,0.73966944,0.75619835,0.7644628,0.7768595,0.7892562,0.7892562,0.78512394,0.76859504,0.7355372,0.71487606,0.71487606,0.7066116,0.7231405,0.7355372,0.7107438,0.72727275,0.7231405,0.71900827,0.7107438,0.70247936,0.677686,0.62396693,0.59504133,0.57438016,0.553719,0.48347107,0.553719,0.6198347,0.6280992,0.6280992,0.61570245,0.59917355,0.5413223,0.5041322,0.5247934,0.5,0.4752066,0.3429752,0.09090909,0.09504132,0.07438017,0.09504132,0.09090909,0.10743801,0.4876033,0.5165289,0.53305787,0.5371901,0.5247934,0.5082645,0.5371901,0.59917355,0.6446281,0.6735537,0.6859504,0.6280992,0.5371901,0.5165289,0.49586776,0.47933885,0.45867768,0.45867768,0.5123967,0.553719,0.59917355,0.6487603,0.6859504,0.7066116,0.73140496,0.72727275,0.73140496,0.74793386,0.75619835,0.75619835,0.76859504,0.76033056,0.7355372,0.72727275,0.7066116,0.7066116,0.7231405,0.70247936,0.69008267,0.6570248,0.62396693,0.55785125,0.5,0.5,0.5041322,0.47933885,0.5371901,0.6404959,0.661157,0.6487603,0.61157024,0.56198347,0.5123967,0.5165289,0.5247934,0.49586776,0.45041323,0.2231405,0.053719006,0.10330579,0.08677686,0.09917355,0.09504132,0.10330579,0.46280992,0.4876033,0.5289256,0.5413223,0.5289256,0.5082645,0.5206612,0.5495868,0.61157024,0.6528926,0.6694215,0.6322314,0.59504133,0.6363636,0.661157,0.6652893,0.6694215,0.56198347,0.4752066,0.44214877,0.43801653,0.43801653,0.46280992,0.49586776,0.4752066,0.48347107,0.5,0.5785124,0.6446281,0.6942149,0.69008267,0.6570248,0.59917355,0.5785124,0.5371901,0.55785125,0.5661157,0.56198347,0.54545456,0.5,0.45454547,0.48347107,0.48347107,0.49586776,0.5123967,0.5165289,0.57024795,0.6694215,0.69008267,0.6528926,0.59090906,0.5289256,0.5,0.5247934,0.5165289,0.48347107,0.34710744,0.10330579,0.08264463,0.08677686,0.09917355,0.09504132,0.10330579,0.11157025,0.38429752,0.45867768,0.49586776,0.53305787,0.5289256,0.5123967,0.5082645,0.5123967,0.5495868,0.60330576,0.6322314,0.6363636,0.6446281,0.69008267,0.73966944,0.74380165,0.74380165,0.74380165,0.6983471,0.6198347,0.5371901,0.49173555,0.4752066,0.46280992,0.4214876,0.4090909,0.41735536,0.43801653,0.46694216,0.5206612,0.5206612,0.4876033,0.47933885,0.42975205,0.39256197,0.38842976,0.40495867,0.41322315,0.42561984,0.446281,0.4876033,0.59504133,0.607438,0.6198347,0.61570245,0.58677685,0.61570245,0.6694215,0.6652893,0.62396693,0.55785125,0.5041322,0.49586776,0.5123967,0.5082645,0.44214877,0.19008264,0.08264463,0.0785124,0.09504132,0.11157025,0.09917355,0.10743801,0.11570248,0.30165288,0.41322315,0.45454547,0.48347107,0.5165289,0.5041322,0.5082645,0.5082645,0.5123967,0.5495868,0.61157024,0.6487603,0.6735537,0.70247936,0.74380165,0.74380165,0.72727275,0.73966944,0.75206614,0.7355372,0.70247936,0.6404959,0.6280992,0.6198347,0.59504133,0.54545456,0.49586776,0.46280992,0.42975205,0.42561984,0.42561984,0.41322315,0.4214876,0.40495867,0.4214876,0.44214877,0.45867768,0.45041323,0.4876033,0.5785124,0.6363636,0.6446281,0.6694215,0.7066116,0.6694215,0.61570245,0.6198347,0.6404959,0.6198347,0.57438016,0.5,0.49173555,0.4876033,0.49586776,0.46280992,0.30578512,0.11157025,0.08677686,0.08677686,0.09917355,0.11157025,0.11570248,0.11157025,0.11983471,0.29752067,0.37190083,0.41735536,0.45454547,0.49173555,0.5041322,0.5082645,0.5123967,0.5247934,0.553719,0.59504133,0.6446281,0.6735537,0.6942149,0.71900827,0.71900827,0.71487606,0.7066116,0.72727275,0.7231405,0.7355372,0.6942149,0.661157,0.6322314,0.6652893,0.70247936,0.70247936,0.661157,0.59504133,0.54545456,0.5413223,0.5371901,0.58677685,0.58677685,0.59090906,0.5495868,0.5289256,0.5495868,0.59917355,0.6322314,0.6322314,0.6528926,0.70247936,0.6983471,0.6528926,0.61157024,0.607438,0.60330576,0.57024795,0.5123967,0.4752066,0.4752066,0.4752066,0.46280992,0.34710744,0.17355372,0.09917355,0.09504132,0.09504132,0.10743801,0.11570248,0.12809917,0.11983471,0.12809917,0.29752067,0.38016528,0.38016528,0.41322315,0.45867768,0.48347107,0.49173555,0.5082645,0.5413223,0.553719,0.59090906,0.6363636,0.6735537,0.6859504,0.70247936,0.7066116,0.70247936,0.677686,0.6735537,0.6942149,0.7107438,0.7066116,0.6859504,0.661157,0.6280992,0.6363636,0.6528926,0.6652893,0.6570248,0.6404959,0.6446281,0.61157024,0.61570245,0.58677685,0.55785125,0.5413223,0.56198347,0.59090906,0.61570245,0.61157024,0.61157024,0.6818182,0.69008267,0.6570248,0.6280992,0.61570245,0.59504133,0.57438016,0.5123967,0.49173555,0.46280992,0.45454547,0.45041323,0.35950413,0.21900827,0.12809917,0.10743801,0.10330579,0.10330579,0.11570248,0.11570248,0.14049587,0.1322314,0.14049587,0.30165288,0.3966942,0.38016528,0.37603307,0.40495867,0.43801653,0.47107437,0.49173555,0.5247934,0.56198347,0.59504133,0.6404959,0.6652893,0.69008267,0.6735537,0.69008267,0.6859504,0.69008267,0.6528926,0.6280992,0.6528926,0.6818182,0.6735537,0.6694215,0.6404959,0.59917355,0.5785124,0.58264464,0.59504133,0.59504133,0.58677685,0.57024795,0.57438016,0.57024795,0.57438016,0.59090906,0.60330576,0.607438,0.59917355,0.59917355,0.6363636,0.6859504,0.6735537,0.6363636,0.62396693,0.61570245,0.59504133,0.5413223,0.4876033,0.46694216,0.45454547,0.45867768,0.3553719,0.1983471,0.16115703,0.14876033,0.10743801,0.12396694,0.10743801,0.11983471,0.12396694,0.1446281,0.14049587,0.1570248,0.30578512,0.39256197,0.3966942,0.38842976,0.36363637,0.38842976,0.43801653,0.46694216,0.5,0.5495868,0.58264464,0.62396693,0.677686,0.6859504,0.6942149,0.70247936,0.7107438,0.71487606,0.69008267,0.6322314,0.60330576,0.61157024,0.6280992,0.6446281,0.6446281,0.61157024,0.59504133,0.5785124,0.57438016,0.5785124,0.57024795,0.57438016,0.58264464,0.59917355,0.58677685,0.58677685,0.58677685,0.5785124,0.57438016,0.6322314,0.6652893,0.6859504,0.6652893,0.6404959,0.6198347,0.607438,0.55785125,0.5,0.46280992,0.45454547,0.43801653,0.3677686,0.19421488,0.12396694,0.15289256,0.16528925,0.11570248,0.12396694,0.12396694,0.13636364,0.14876033,0.15289256,0.1446281,0.18595041,0.30991736,0.39256197,0.4090909,0.41735536,0.38429752,0.37190083,0.38016528,0.43801653,0.47107437,0.5165289,0.553719,0.59090906,0.6570248,0.6859504,0.7066116,0.71487606,0.71900827,0.73140496,0.73140496,0.6942149,0.6446281,0.59917355,0.57024795,0.57024795,0.57438016,0.57438016,0.5785124,0.56198347,0.56198347,0.5661157,0.56198347,0.553719,0.553719,0.57024795,0.55785125,0.553719,0.5661157,0.58677685,0.6280992,0.6735537,0.677686,0.6735537,0.6570248,0.6322314,0.59504133,0.55785125,0.5123967,0.47107437,0.45867768,0.42975205,0.32231405,0.1570248,0.11570248,0.13636364,0.1322314,0.15289256,0.14876033,0.14049587,0.1446281,0.14049587,0.16115703,0.16115703,0.1694215,0.19008264,0.3181818,0.40495867,0.4090909,0.42561984,0.4090909,0.40082645,0.3677686,0.38016528,0.42561984,0.46694216,0.5206612,0.55785125,0.61570245,0.6570248,0.7066116,0.7231405,0.7231405,0.73140496,0.74793386,0.73966944,0.7066116,0.677686,0.6652893,0.61570245,0.5785124,0.55785125,0.54545456,0.53305787,0.5206612,0.5206612,0.5413223,0.5206612,0.53305787,0.5495868,0.5661157,0.58677685,0.62396693,0.6446281,0.677686,0.69008267,0.677686,0.6694215,0.6446281,0.61157024,0.55785125,0.5041322,0.46694216,0.44214877,0.41322315,0.27272728,0.11570248,0.08264463,0.10743801,0.11570248,0.14049587,0.1694215,0.16528925,0.14049587,0.17768595,0.14876033,0.17355372,0.1694215,0.16528925,0.16115703,0.3305785,0.39256197,0.42975205,0.42975205,0.4214876,0.4214876,0.38842976,0.36363637,0.37603307,0.41735536,0.46280992,0.5123967,0.553719,0.62396693,0.677686,0.71487606,0.72727275,0.74380165,0.75206614,0.7644628,0.75619835,0.74380165,0.74380165,0.72727275,0.6942149,0.6652893,0.6363636,0.59917355,0.57024795,0.57438016,0.59917355,0.61570245,0.6280992,0.6487603,0.6570248,0.6694215,0.6859504,0.6859504,0.6983471,0.6942149,0.6735537,0.6652893,0.6363636,0.57024795,0.49173555,0.446281,0.42561984,0.37603307,0.30578512,0.12396694,0.053719006,0.07438017,0.10330579,0.12809917,0.15289256,0.17355372,0.16115703,0.1322314,0.20247933,0.15289256,0.1694215,0.17355372,0.13636364,0.11570248,0.33471075,0.3966942,0.42561984,0.44214877,0.42975205,0.42975205,0.41735536,0.3966942,0.35950413,0.37190083,0.40495867,0.43801653,0.49173555,0.56198347,0.6322314,0.6859504,0.71900827,0.73966944,0.75619835,0.76859504,0.78099173,0.77272725,0.77272725,0.77272725,0.7768595,0.7768595,0.7644628,0.75206614,0.75619835,0.75206614,0.73966944,0.73966944,0.73966944,0.72727275,0.71900827,0.71487606,0.71900827,0.71487606,0.7066116,0.6942149,0.661157,0.6404959,0.59090906,0.4876033,0.41735536,0.38842976,0.3553719,0.29752067,0.20661157,0.09090909,0.06198347,0.08264463,0.11983471,0.11983471,0.12396694,0.14049587,0.14049587,0.14049587,0.18181819,0.14049587,0.13636364,0.12396694,0.09917355,0.12396694,0.338843,0.40495867,0.42561984,0.42975205,0.45041323,0.4338843,0.42975205,0.42975205,0.3966942,0.38016528,0.37190083,0.39256197,0.42975205,0.4752066,0.57024795,0.6487603,0.6942149,0.71487606,0.74380165,0.77272725,0.7933884,0.7933884,0.78512394,0.7892562,0.8016529,0.8016529,0.8016529,0.7892562,0.7933884,0.7933884,0.78099173,0.78099173,0.78099173,0.76859504,0.75619835,0.75206614,0.73966944,0.71900827,0.6983471,0.6735537,0.6280992,0.59090906,0.5123967,0.40082645,0.35950413,0.33471075,0.30991736,0.28099173,0.19421488,0.0785124,0.0661157,0.09504132,0.10330579,0.09504132,0.11983471,0.11983471,0.11570248,0.12396694,0.13636364,0.11570248,0.10743801,0.09504132,0.11157025,0.14876033,0.3429752,0.4090909,0.43801653,0.43801653,0.45041323,0.46280992,0.43801653,0.42561984,0.41735536,0.3966942,0.39256197,0.3677686,0.39256197,0.4090909,0.4752066,0.56198347,0.62396693,0.6694215,0.7066116,0.75206614,0.77272725,0.78512394,0.7892562,0.7892562,0.7933884,0.8016529,0.8016529,0.78512394,0.7933884,0.78512394,0.7933884,0.7892562,0.78512394,0.7768595,0.76033056,0.74380165,0.73966944,0.7107438,0.6652893,0.61570245,0.57438016,0.5041322,0.40082645,0.3429752,0.32231405,0.3264463,0.3140496,0.28512397,0.18595041,0.0785124,0.07024793,0.09090909,0.08677686,0.08677686,0.09917355,0.09917355,0.09504132,0.09917355,0.09917355,0.09504132,0.09090909,0.09504132,0.13636364,0.16115703,0.34710744,0.41735536,0.4338843,0.45041323,0.46694216,0.45867768,0.45867768,0.446281,0.42561984,0.41735536,0.3966942,0.38842976,0.37603307,0.38842976,0.3966942,0.46280992,0.5495868,0.607438,0.6528926,0.71487606,0.73966944,0.75619835,0.77272725,0.77272725,0.7768595,0.7768595,0.7768595,0.78099173,0.7644628,0.76859504,0.76859504,0.76859504,0.7644628,0.75206614,0.72727275,0.7107438,0.70247936,0.6446281,0.60330576,0.55785125,0.4876033,0.38016528,0.3305785,0.3181818,0.3181818,0.3429752,0.3429752,0.27272728,0.17355372,0.08264463,0.07438017,0.08264463,0.07438017,0.08677686,0.08677686,0.09504132,0.09090909,0.08264463,0.08264463,0.08264463,0.09090909,0.11570248,0.15289256,0.14049587,0.3429752,0.41322315,0.45041323,0.45867768,0.47107437,0.47107437,0.45867768,0.45867768,0.446281,0.4214876,0.4090909,0.40495867,0.39256197,0.37190083,0.37603307,0.38429752,0.43801653,0.5123967,0.57438016,0.6404959,0.6735537,0.6983471,0.71487606,0.73140496,0.74380165,0.73966944,0.7355372,0.7355372,0.7231405,0.7231405,0.71900827,0.72727275,0.7107438,0.6942149,0.6694215,0.6487603,0.62396693,0.5785124,0.5206612,0.446281,0.3677686,0.338843,0.3305785,0.3264463,0.34710744,0.37190083,0.35123968,0.2520661,0.12396694,0.08677686,0.08264463,0.07438017,0.07024793,0.08264463,0.08677686,0.08677686,0.08677686,0.08264463,0.08264463,0.09090909,0.10743801,0.11983471,0.1322314,0.10330579,0.3429752,0.41735536,0.45041323,0.45867768,0.47107437,0.46694216,0.45867768,0.45867768,0.446281,0.4214876,0.4090909,0.40495867,0.39256197,0.37190083,0.37603307,0.38016528,0.4338843,0.5041322,0.56198347,0.6322314,0.6652893,0.6859504,0.6983471,0.71900827,0.7355372,0.72727275,0.71900827,0.7107438,0.6983471,0.6983471,0.69008267,0.6942149,0.677686,0.6694215,0.6363636,0.607438,0.55785125,0.53305787,0.42975205,0.37190083,0.3264463,0.338843,0.338843,0.338843,0.37190083,0.39256197,0.37190083,0.2231405,0.0785124,0.09917355,0.08264463,0.07438017,0.0785124,0.07438017,0.08677686,0.0661157,0.08264463,0.08264463,0.09917355,0.11157025,0.11157025,0.10743801,0.10743801,0.09917355,0.34710744,0.41735536,0.45041323,0.45867768,0.47107437,0.46694216,0.45867768,0.45867768,0.446281,0.4214876,0.4090909,0.40495867,0.39256197,0.37190083,0.37603307,0.38016528,0.4338843,0.5082645,0.5661157,0.6322314,0.6652893,0.6859504,0.6983471,0.71900827,0.7355372,0.72727275,0.71900827,0.7107438,0.6983471,0.6983471,0.69008267,0.6942149,0.677686,0.6694215,0.6363636,0.607438,0.553719,0.53305787,0.42975205,0.37190083,0.3264463,0.338843,0.338843,0.338843,0.37190083,0.39256197,0.3677686,0.21900827,0.0785124,0.09917355,0.08264463,0.07438017,0.0785124,0.07438017,0.08677686,0.06198347,0.08264463,0.08264463,0.10330579,0.11983471,0.11157025,0.10330579,0.10330579,0.09917355,0.35123968,0.41735536,0.45041323,0.45867768,0.47107437,0.46694216,0.45867768,0.45867768,0.446281,0.41735536,0.4090909,0.40495867,0.38842976,0.37190083,0.37603307,0.38016528,0.43801653,0.5082645,0.5661157,0.6322314,0.6652893,0.69008267,0.70247936,0.71900827,0.7355372,0.72727275,0.71900827,0.7107438,0.6983471,0.6983471,0.6942149,0.6942149,0.677686,0.6694215,0.6322314,0.607438,0.553719,0.5289256,0.42561984,0.3677686,0.3264463,0.338843,0.338843,0.33471075,0.37603307,0.39256197,0.36363637,0.2107438,0.0785124,0.09917355,0.08264463,0.07438017,0.0785124,0.07438017,0.08677686,0.06198347,0.08264463,0.08264463,0.10743801,0.11983471,0.10743801,0.10330579,0.10330579,0.09917355,0.35123968,0.4214876,0.45041323,0.45867768,0.47107437,0.46694216,0.45867768,0.45867768,0.44214877,0.41735536,0.4090909,0.40495867,0.38842976,0.37190083,0.37603307,0.38016528,0.43801653,0.5123967,0.57024795,0.6363636,0.6652893,0.69008267,0.70247936,0.7231405,0.7355372,0.72727275,0.71900827,0.7107438,0.6983471,0.6983471,0.6942149,0.6942149,0.677686,0.6694215,0.6322314,0.607438,0.5495868,0.5247934,0.42561984,0.3677686,0.3305785,0.33471075,0.338843,0.33471075,0.37603307,0.39256197,0.35950413,0.20661157,0.08264463,0.09917355,0.08264463,0.07438017,0.0785124,0.07024793,0.08677686,0.06198347,0.08264463,0.08677686,0.10743801,0.11983471,0.10743801,0.10330579,0.10330579,0.09917355,0.3553719,0.4214876,0.45041323,0.45867768,0.47107437,0.46694216,0.45867768,0.45454547,0.44214877,0.41735536,0.4090909,0.40495867,0.38842976,0.37190083,0.37603307,0.38016528,0.44214877,0.5123967,0.57024795,0.6363636,0.6652893,0.69008267,0.70247936,0.7231405,0.7355372,0.72727275,0.71900827,0.7107438,0.6983471,0.6983471,0.6942149,0.6942149,0.677686,0.6694215,0.6322314,0.60330576,0.5495868,0.5206612,0.42561984,0.36363637,0.3305785,0.33471075,0.3429752,0.33471075,0.38016528,0.39256197,0.3553719,0.20247933,0.08264463,0.09917355,0.08264463,0.07438017,0.0785124,0.07024793,0.08677686,0.0661157,0.08264463,0.08677686,0.10743801,0.11983471,0.10743801,0.10330579,0.10330579,0.09917355,9 +0.5123967,0.56198347,0.60330576,0.6570248,0.6818182,0.6983471,0.7231405,0.75206614,0.7644628,0.76859504,0.78099173,0.78099173,0.78099173,0.78512394,0.7933884,0.80991733,0.80991733,0.8057851,0.80991733,0.8140496,0.8140496,0.8140496,0.822314,0.822314,0.8140496,0.822314,0.8181818,0.8181818,0.8181818,0.822314,0.8181818,0.822314,0.8181818,0.8181818,0.8181818,0.8181818,0.8140496,0.8140496,0.80991733,0.8016529,0.8057851,0.7933884,0.78512394,0.78512394,0.7768595,0.7768595,0.77272725,0.7768595,0.76859504,0.76033056,0.75619835,0.74380165,0.7355372,0.71487606,0.6859504,0.6528926,0.6280992,0.61157024,0.59090906,0.5413223,0.48347107,0.3181818,0.1446281,0.10330579,0.49586776,0.54545456,0.57024795,0.6487603,0.6983471,0.6942149,0.7231405,0.76033056,0.76859504,0.77272725,0.78099173,0.78099173,0.7768595,0.7892562,0.8057851,0.80991733,0.8140496,0.80991733,0.8140496,0.8181818,0.822314,0.822314,0.822314,0.822314,0.8140496,0.8264463,0.822314,0.8140496,0.8264463,0.822314,0.8264463,0.8264463,0.8181818,0.822314,0.822314,0.8264463,0.8181818,0.8140496,0.80991733,0.80991733,0.8057851,0.79752064,0.7933884,0.7933884,0.7892562,0.78512394,0.78099173,0.78512394,0.7768595,0.77272725,0.77272725,0.75619835,0.74380165,0.7231405,0.6983471,0.6735537,0.6404959,0.6198347,0.59504133,0.5413223,0.4752066,0.30578512,0.1322314,0.09917355,0.5,0.5413223,0.55785125,0.61570245,0.6859504,0.7107438,0.72727275,0.76033056,0.77272725,0.7768595,0.7892562,0.78512394,0.78512394,0.8016529,0.8140496,0.80991733,0.8181818,0.8181818,0.822314,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.822314,0.8305785,0.8305785,0.8181818,0.8305785,0.8305785,0.8305785,0.8305785,0.822314,0.8264463,0.8305785,0.8305785,0.8181818,0.8181818,0.8140496,0.8140496,0.8057851,0.8057851,0.79752064,0.79752064,0.79752064,0.7933884,0.7892562,0.79752064,0.7892562,0.7892562,0.78512394,0.7644628,0.74793386,0.72727275,0.7107438,0.6859504,0.6487603,0.6198347,0.59504133,0.5371901,0.46694216,0.2892562,0.12396694,0.09917355,0.53305787,0.5661157,0.5785124,0.59504133,0.6446281,0.70247936,0.73140496,0.75619835,0.77272725,0.78099173,0.78512394,0.78512394,0.78512394,0.8057851,0.8140496,0.8140496,0.8181818,0.8181818,0.8264463,0.8305785,0.8305785,0.8347107,0.8347107,0.8305785,0.8305785,0.8305785,0.8347107,0.8264463,0.8305785,0.8264463,0.8305785,0.8305785,0.8264463,0.8305785,0.8347107,0.8305785,0.8140496,0.822314,0.822314,0.80991733,0.8140496,0.8140496,0.8016529,0.79752064,0.79752064,0.79752064,0.79752064,0.8016529,0.8016529,0.79752064,0.7892562,0.76859504,0.75206614,0.73140496,0.7066116,0.6694215,0.6404959,0.6198347,0.58264464,0.5371901,0.46280992,0.2644628,0.11570248,0.10743801,0.553719,0.59504133,0.61570245,0.61570245,0.6280992,0.677686,0.7355372,0.7644628,0.77272725,0.7768595,0.77272725,0.77272725,0.7768595,0.8016529,0.8016529,0.80991733,0.80991733,0.80991733,0.8181818,0.8264463,0.8305785,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.8347107,0.8347107,0.8347107,0.8264463,0.8305785,0.8305785,0.8264463,0.8305785,0.8347107,0.8305785,0.822314,0.8264463,0.822314,0.8140496,0.822314,0.8140496,0.8016529,0.79752064,0.8016529,0.8016529,0.79752064,0.79752064,0.8016529,0.7933884,0.77272725,0.75619835,0.7355372,0.7107438,0.6818182,0.6404959,0.60330576,0.58264464,0.56198347,0.53305787,0.45867768,0.2520661,0.10743801,0.10330579,0.56198347,0.61157024,0.6280992,0.6404959,0.6570248,0.6735537,0.72727275,0.75619835,0.7644628,0.75619835,0.74793386,0.75206614,0.76033056,0.7768595,0.77272725,0.7892562,0.79752064,0.7892562,0.8016529,0.8140496,0.8181818,0.822314,0.8264463,0.8305785,0.8264463,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.8264463,0.8264463,0.8347107,0.8347107,0.8264463,0.8264463,0.822314,0.8181818,0.80991733,0.8181818,0.80991733,0.8057851,0.79752064,0.8057851,0.8016529,0.79752064,0.7933884,0.78512394,0.7644628,0.73140496,0.7107438,0.6942149,0.6528926,0.6198347,0.5785124,0.53305787,0.5,0.4876033,0.49173555,0.45041323,0.24380165,0.09504132,0.10330579,0.5785124,0.61570245,0.6363636,0.6570248,0.69008267,0.7107438,0.7231405,0.72727275,0.6983471,0.6652893,0.6652893,0.6859504,0.7066116,0.71487606,0.71900827,0.75206614,0.76859504,0.75619835,0.76859504,0.7892562,0.79752064,0.8057851,0.8057851,0.8140496,0.8140496,0.822314,0.8181818,0.822314,0.822314,0.8181818,0.822314,0.822314,0.822314,0.8264463,0.8264463,0.8264463,0.822314,0.8140496,0.8140496,0.8016529,0.8057851,0.8016529,0.7933884,0.7892562,0.7933884,0.7892562,0.77272725,0.76859504,0.73140496,0.6942149,0.6363636,0.58677685,0.57024795,0.53305787,0.49173555,0.446281,0.3966942,0.35950413,0.35123968,0.3966942,0.4090909,0.23966943,0.09090909,0.09917355,0.59917355,0.6280992,0.6446281,0.6652893,0.7066116,0.72727275,0.70247936,0.6322314,0.5413223,0.49586776,0.5206612,0.54545456,0.58264464,0.58264464,0.59090906,0.6363636,0.661157,0.661157,0.69008267,0.71900827,0.7355372,0.73966944,0.75619835,0.76859504,0.78099173,0.7933884,0.7892562,0.7892562,0.79752064,0.8016529,0.80991733,0.80991733,0.8181818,0.8140496,0.8181818,0.8181818,0.8181818,0.80991733,0.8057851,0.7892562,0.78099173,0.77272725,0.7644628,0.7644628,0.74793386,0.73140496,0.6983471,0.661157,0.59090906,0.53305787,0.46280992,0.39256197,0.35950413,0.3429752,0.32231405,0.28512397,0.2520661,0.22727273,0.22727273,0.2603306,0.32231405,0.2231405,0.09090909,0.08677686,0.61570245,0.6404959,0.6570248,0.661157,0.6694215,0.6404959,0.55785125,0.45454547,0.37603307,0.3553719,0.39256197,0.4090909,0.40495867,0.40495867,0.4090909,0.43801653,0.46694216,0.4752066,0.5082645,0.54545456,0.56198347,0.55785125,0.58677685,0.6363636,0.6735537,0.69008267,0.7231405,0.7231405,0.74793386,0.76859504,0.78512394,0.7933884,0.8057851,0.8016529,0.8140496,0.80991733,0.80991733,0.79752064,0.7892562,0.77272725,0.75206614,0.73966944,0.71900827,0.70247936,0.6528926,0.58677685,0.5289256,0.45454547,0.37190083,0.338843,0.29752067,0.24793388,0.2231405,0.2107438,0.1983471,0.19421488,0.20247933,0.2107438,0.2107438,0.19008264,0.21487603,0.18595041,0.10330579,0.08264463,0.6363636,0.6446281,0.6322314,0.59917355,0.53305787,0.44214877,0.3677686,0.3305785,0.3181818,0.30578512,0.3264463,0.3264463,0.28512397,0.29752067,0.30165288,0.30991736,0.3181818,0.30578512,0.3181818,0.338843,0.34710744,0.34710744,0.3553719,0.41735536,0.48347107,0.5206612,0.58677685,0.6198347,0.6818182,0.72727275,0.7644628,0.7768595,0.79752064,0.7892562,0.80991733,0.80991733,0.79752064,0.7892562,0.77272725,0.75206614,0.73966944,0.71487606,0.6735537,0.59917355,0.5123967,0.40082645,0.33471075,0.2768595,0.24380165,0.24380165,0.23140496,0.2231405,0.2107438,0.2107438,0.21487603,0.24793388,0.28099173,0.32231405,0.33471075,0.2644628,0.18595041,0.1446281,0.10330579,0.08677686,0.6487603,0.61570245,0.54545456,0.46280992,0.38016528,0.3429752,0.36363637,0.39256197,0.40495867,0.37190083,0.35123968,0.3305785,0.30578512,0.3140496,0.3181818,0.30578512,0.29338843,0.2644628,0.2644628,0.28512397,0.2644628,0.2644628,0.2644628,0.29752067,0.35123968,0.4214876,0.45454547,0.5041322,0.59090906,0.6818182,0.73966944,0.7644628,0.7892562,0.78099173,0.8057851,0.80991733,0.7892562,0.78099173,0.76033056,0.73140496,0.71487606,0.70247936,0.6280992,0.48347107,0.38429752,0.29338843,0.25619835,0.2231405,0.23553719,0.2520661,0.2644628,0.2892562,0.3140496,0.338843,0.38016528,0.4338843,0.46694216,0.4876033,0.4876033,0.41735536,0.2768595,0.14876033,0.09090909,0.08264463,0.62396693,0.53305787,0.42975205,0.3677686,0.38016528,0.45454547,0.5371901,0.57438016,0.57438016,0.5495868,0.5165289,0.49586776,0.46280992,0.45867768,0.45041323,0.43801653,0.41322315,0.3677686,0.33471075,0.32231405,0.29338843,0.29338843,0.30165288,0.338843,0.3677686,0.40495867,0.42561984,0.446281,0.5123967,0.6363636,0.7066116,0.76033056,0.7768595,0.78512394,0.79752064,0.80991733,0.78512394,0.77272725,0.74380165,0.71487606,0.6859504,0.6570248,0.5371901,0.3966942,0.338843,0.30578512,0.30165288,0.29338843,0.3181818,0.35950413,0.3966942,0.44214877,0.47933885,0.5165289,0.5413223,0.55785125,0.553719,0.5371901,0.5206612,0.5041322,0.38842976,0.19421488,0.08264463,0.0785124,0.553719,0.4338843,0.38842976,0.42561984,0.5123967,0.59504133,0.661157,0.6942149,0.69008267,0.6694215,0.6363636,0.6322314,0.61157024,0.58677685,0.57024795,0.55785125,0.5495868,0.5123967,0.48347107,0.44214877,0.41735536,0.41735536,0.4214876,0.4338843,0.44214877,0.45454547,0.46280992,0.46694216,0.5041322,0.6198347,0.6942149,0.74793386,0.7644628,0.78099173,0.7933884,0.80991733,0.78099173,0.76859504,0.72727275,0.6942149,0.6528926,0.57024795,0.43801653,0.37190083,0.36363637,0.37603307,0.38016528,0.3966942,0.44214877,0.46280992,0.46694216,0.48347107,0.49173555,0.5041322,0.49586776,0.49173555,0.49586776,0.49586776,0.47933885,0.47107437,0.42561984,0.24793388,0.09090909,0.07438017,0.49586776,0.446281,0.47107437,0.5289256,0.5785124,0.61157024,0.6280992,0.6404959,0.6322314,0.59090906,0.553719,0.5413223,0.5206612,0.5,0.49586776,0.49173555,0.5082645,0.49173555,0.47933885,0.46694216,0.47933885,0.49173555,0.4876033,0.5041322,0.5165289,0.5082645,0.5,0.49173555,0.5041322,0.59917355,0.677686,0.7355372,0.77272725,0.78512394,0.8016529,0.8140496,0.78512394,0.7768595,0.73140496,0.69008267,0.59504133,0.4752066,0.38842976,0.38016528,0.39256197,0.39256197,0.39256197,0.40082645,0.41322315,0.41735536,0.38429752,0.40495867,0.4214876,0.42561984,0.41322315,0.39256197,0.38016528,0.41322315,0.42975205,0.42975205,0.4338843,0.29752067,0.11570248,0.07024793,0.49173555,0.5082645,0.5289256,0.54545456,0.55785125,0.55785125,0.553719,0.5413223,0.5041322,0.45454547,0.4338843,0.41735536,0.40082645,0.38842976,0.38016528,0.37190083,0.40082645,0.39256197,0.3553719,0.37603307,0.41735536,0.43801653,0.45867768,0.4876033,0.5247934,0.55785125,0.53305787,0.5,0.49586776,0.553719,0.6528926,0.7355372,0.78512394,0.8016529,0.80991733,0.822314,0.8016529,0.7892562,0.75619835,0.6735537,0.5123967,0.3966942,0.38429752,0.38842976,0.38016528,0.37190083,0.33471075,0.36363637,0.3553719,0.30165288,0.2644628,0.30165288,0.33471075,0.3429752,0.38016528,0.37190083,0.30578512,0.3264463,0.38842976,0.40495867,0.42975205,0.34710744,0.1446281,0.06198347,0.53305787,0.5413223,0.5495868,0.5371901,0.5123967,0.5,0.48347107,0.446281,0.40082645,0.37190083,0.37190083,0.35123968,0.32231405,0.2892562,0.2768595,0.24380165,0.30165288,0.29752067,0.22727273,0.3140496,0.41735536,0.4214876,0.47107437,0.45041323,0.47107437,0.5289256,0.55785125,0.553719,0.5041322,0.5041322,0.61570245,0.73140496,0.8016529,0.8057851,0.822314,0.8347107,0.822314,0.8057851,0.7768595,0.6198347,0.446281,0.40495867,0.40495867,0.4338843,0.39256197,0.29338843,0.19008264,0.2603306,0.30991736,0.18181819,0.12809917,0.24793388,0.2892562,0.22727273,0.21900827,0.26859504,0.30991736,0.338843,0.37603307,0.40495867,0.45454547,0.38842976,0.1694215,0.07024793,0.57438016,0.56198347,0.5495868,0.5247934,0.4876033,0.46280992,0.44214877,0.4090909,0.37603307,0.3264463,0.29338843,0.30165288,0.29752067,0.21487603,0.18595041,0.16528925,0.2231405,0.26859504,0.1446281,0.34710744,0.55785125,0.446281,0.43801653,0.49586776,0.48347107,0.48347107,0.55785125,0.59917355,0.55785125,0.5289256,0.56198347,0.7107438,0.80991733,0.8264463,0.8347107,0.8429752,0.8305785,0.822314,0.78099173,0.57024795,0.45041323,0.46694216,0.46694216,0.4876033,0.3966942,0.19008264,0.15289256,0.19008264,0.26859504,0.18181819,0.11570248,0.34710744,0.44214877,0.32231405,0.22727273,0.17768595,0.24793388,0.36363637,0.4090909,0.446281,0.49586776,0.42975205,0.20247933,0.0785124,0.6404959,0.61570245,0.58264464,0.54545456,0.5082645,0.49173555,0.4752066,0.41322315,0.3305785,0.2644628,0.2768595,0.40082645,0.446281,0.28099173,0.21487603,0.21487603,0.1983471,0.20661157,0.23553719,0.5041322,0.7644628,0.6735537,0.49586776,0.446281,0.5041322,0.5206612,0.57438016,0.6363636,0.60330576,0.5785124,0.55785125,0.6818182,0.8057851,0.838843,0.8471074,0.8512397,0.8471074,0.8471074,0.77272725,0.5247934,0.5495868,0.54545456,0.49173555,0.5495868,0.553719,0.28099173,0.21900827,0.24380165,0.2231405,0.19421488,0.23553719,0.47933885,0.58264464,0.47107437,0.33471075,0.21900827,0.21900827,0.338843,0.45454547,0.5165289,0.5495868,0.4752066,0.23553719,0.09090909,0.71900827,0.6983471,0.6652893,0.62396693,0.57024795,0.553719,0.5289256,0.41322315,0.3140496,0.28512397,0.3553719,0.5123967,0.607438,0.45041323,0.28512397,0.2603306,0.2603306,0.23553719,0.38429752,0.6818182,0.8264463,0.76859504,0.6322314,0.5206612,0.47933885,0.5495868,0.6652893,0.7066116,0.6280992,0.61157024,0.61570245,0.6818182,0.7933884,0.8264463,0.8471074,0.8512397,0.8471074,0.8677686,0.78099173,0.5371901,0.6198347,0.59917355,0.53305787,0.55785125,0.61157024,0.4338843,0.30991736,0.29338843,0.2768595,0.24793388,0.41322315,0.59504133,0.607438,0.47933885,0.36363637,0.25619835,0.28512397,0.38016528,0.5041322,0.5785124,0.59504133,0.5165289,0.2644628,0.09917355,0.77272725,0.76859504,0.75619835,0.72727275,0.677686,0.6446281,0.6280992,0.5413223,0.3966942,0.32231405,0.41322315,0.5206612,0.607438,0.59917355,0.42975205,0.338843,0.3305785,0.37603307,0.607438,0.77272725,0.7933884,0.73140496,0.6198347,0.59504133,0.59090906,0.60330576,0.71900827,0.73140496,0.6528926,0.6446281,0.677686,0.71487606,0.7768595,0.8305785,0.8553719,0.8595041,0.8429752,0.8677686,0.79752064,0.58264464,0.6322314,0.677686,0.6280992,0.5785124,0.58264464,0.5661157,0.4876033,0.45867768,0.4338843,0.41735536,0.5206612,0.57024795,0.53305787,0.446281,0.33471075,0.2768595,0.38016528,0.49173555,0.57024795,0.61570245,0.6198347,0.5495868,0.28099173,0.09917355,0.7933884,0.7933884,0.79752064,0.7933884,0.7644628,0.73140496,0.71900827,0.6528926,0.53305787,0.45041323,0.4338843,0.45041323,0.49586776,0.58677685,0.6363636,0.5785124,0.5661157,0.6198347,0.661157,0.6735537,0.6570248,0.6446281,0.6280992,0.6198347,0.6570248,0.7231405,0.74793386,0.72727275,0.6570248,0.6859504,0.73140496,0.75206614,0.7892562,0.8181818,0.8471074,0.8595041,0.8553719,0.8512397,0.8347107,0.61570245,0.62396693,0.6818182,0.6570248,0.6322314,0.59504133,0.59090906,0.54545456,0.5123967,0.49586776,0.47933885,0.45867768,0.41322315,0.40495867,0.40495867,0.38016528,0.38016528,0.45454547,0.55785125,0.62396693,0.6446281,0.6487603,0.57438016,0.30165288,0.10743801,0.8016529,0.8016529,0.8057851,0.8057851,0.7933884,0.77272725,0.75206614,0.71487606,0.6446281,0.58677685,0.56198347,0.54545456,0.5041322,0.5082645,0.53305787,0.5371901,0.54545456,0.553719,0.56198347,0.58264464,0.60330576,0.6280992,0.6280992,0.6404959,0.6528926,0.7107438,0.75619835,0.76033056,0.6818182,0.7107438,0.75206614,0.7768595,0.77272725,0.8305785,0.8471074,0.8553719,0.8471074,0.8553719,0.8512397,0.6652893,0.60330576,0.6859504,0.6528926,0.61157024,0.6198347,0.6198347,0.59917355,0.5785124,0.5413223,0.5289256,0.5165289,0.4876033,0.4876033,0.5041322,0.47933885,0.46280992,0.5247934,0.60330576,0.6363636,0.6487603,0.6446281,0.58264464,0.3140496,0.11983471,0.8016529,0.8016529,0.8057851,0.8140496,0.80991733,0.7933884,0.77272725,0.74793386,0.71900827,0.677686,0.6363636,0.6198347,0.61157024,0.61157024,0.60330576,0.5785124,0.57024795,0.58264464,0.58264464,0.607438,0.6198347,0.62396693,0.6446281,0.677686,0.70247936,0.75619835,0.78512394,0.78099173,0.72727275,0.7355372,0.7768595,0.7768595,0.78512394,0.8140496,0.8429752,0.8553719,0.8512397,0.8471074,0.8512397,0.71900827,0.5785124,0.6942149,0.7066116,0.62396693,0.60330576,0.61570245,0.6322314,0.6363636,0.607438,0.58264464,0.56198347,0.5413223,0.5289256,0.5247934,0.5082645,0.5082645,0.58677685,0.6446281,0.6487603,0.6446281,0.6404959,0.5785124,0.30991736,0.13636364,0.79752064,0.8016529,0.8057851,0.8140496,0.8181818,0.8016529,0.78512394,0.76859504,0.74793386,0.72727275,0.6983471,0.6487603,0.6363636,0.6322314,0.6198347,0.607438,0.61157024,0.607438,0.61157024,0.6363636,0.6446281,0.661157,0.7066116,0.74380165,0.77272725,0.8181818,0.8181818,0.7892562,0.76033056,0.75619835,0.76859504,0.7933884,0.78512394,0.80991733,0.8347107,0.8553719,0.8553719,0.8429752,0.8636364,0.7644628,0.57438016,0.661157,0.73140496,0.71900827,0.6652893,0.61157024,0.607438,0.61157024,0.61157024,0.59917355,0.58264464,0.5661157,0.56198347,0.5661157,0.57438016,0.5785124,0.62396693,0.6570248,0.6487603,0.6404959,0.6322314,0.56198347,0.2892562,0.10330579,0.79752064,0.79752064,0.8057851,0.8181818,0.8181818,0.8057851,0.79752064,0.7933884,0.7892562,0.7768595,0.76033056,0.72727275,0.7066116,0.69008267,0.6735537,0.6694215,0.6652893,0.6694215,0.6694215,0.677686,0.6859504,0.71487606,0.76033056,0.7933884,0.8140496,0.8347107,0.822314,0.7933884,0.77272725,0.76859504,0.78512394,0.7933884,0.78512394,0.79752064,0.8264463,0.8512397,0.8512397,0.8471074,0.8636364,0.7892562,0.59504133,0.61570245,0.71900827,0.75206614,0.73140496,0.6983471,0.6570248,0.6363636,0.61157024,0.59504133,0.58677685,0.58264464,0.59090906,0.60330576,0.6198347,0.6322314,0.6570248,0.6652893,0.6528926,0.6322314,0.6198347,0.5371901,0.26859504,0.09090909,0.7933884,0.79752064,0.79752064,0.8181818,0.822314,0.8140496,0.8140496,0.8057851,0.80991733,0.8057851,0.79752064,0.7768595,0.75619835,0.75206614,0.73140496,0.73140496,0.72727275,0.73140496,0.72727275,0.7355372,0.76033056,0.7768595,0.8016529,0.8347107,0.8264463,0.8305785,0.8181818,0.79752064,0.7933884,0.78099173,0.7892562,0.79752064,0.7892562,0.78512394,0.8181818,0.8471074,0.8595041,0.838843,0.8636364,0.8140496,0.607438,0.59917355,0.69008267,0.74793386,0.7768595,0.76033056,0.73966944,0.70247936,0.6818182,0.6570248,0.6487603,0.6570248,0.6694215,0.6942149,0.7107438,0.7107438,0.7107438,0.6942149,0.6528926,0.62396693,0.6198347,0.5041322,0.2231405,0.08264463,0.7768595,0.7933884,0.8016529,0.80991733,0.8140496,0.8181818,0.822314,0.822314,0.8305785,0.8347107,0.8305785,0.822314,0.8181818,0.8057851,0.7933884,0.7933884,0.78099173,0.78512394,0.78512394,0.8016529,0.8140496,0.8140496,0.8305785,0.838843,0.8305785,0.8264463,0.822314,0.8016529,0.79752064,0.79752064,0.78099173,0.7933884,0.7933884,0.78512394,0.8140496,0.8429752,0.8429752,0.8553719,0.8595041,0.8057851,0.6363636,0.59090906,0.6694215,0.73140496,0.76859504,0.7768595,0.78512394,0.78099173,0.77272725,0.75619835,0.76033056,0.75619835,0.74380165,0.74793386,0.74793386,0.74380165,0.73140496,0.7107438,0.6487603,0.61157024,0.61157024,0.47107437,0.17768595,0.07024793,0.76033056,0.7768595,0.7892562,0.8016529,0.80991733,0.8140496,0.8181818,0.8264463,0.8347107,0.838843,0.838843,0.838843,0.8347107,0.8305785,0.822314,0.8181818,0.822314,0.8140496,0.8181818,0.8305785,0.8347107,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.822314,0.8057851,0.80991733,0.79752064,0.78512394,0.78099173,0.79752064,0.78512394,0.8057851,0.8347107,0.8553719,0.8512397,0.8471074,0.822314,0.6363636,0.59917355,0.6404959,0.71900827,0.7644628,0.78099173,0.7892562,0.7933884,0.7892562,0.78099173,0.7892562,0.78099173,0.7768595,0.76033056,0.75206614,0.73966944,0.72727275,0.70247936,0.6446281,0.607438,0.61570245,0.42561984,0.13636364,0.07024793,0.75619835,0.78099173,0.78512394,0.7933884,0.8057851,0.80991733,0.8181818,0.8264463,0.8305785,0.8347107,0.838843,0.838843,0.8347107,0.838843,0.838843,0.838843,0.8347107,0.838843,0.838843,0.8305785,0.838843,0.8305785,0.8347107,0.8264463,0.8305785,0.8264463,0.8140496,0.8016529,0.80991733,0.8016529,0.7933884,0.78099173,0.77272725,0.7892562,0.8016529,0.8264463,0.8471074,0.8553719,0.8471074,0.80991733,0.6570248,0.61157024,0.6322314,0.70247936,0.75619835,0.78099173,0.7768595,0.7933884,0.7933884,0.7892562,0.79752064,0.7933884,0.7892562,0.7768595,0.76033056,0.74793386,0.72727275,0.7066116,0.6652893,0.6280992,0.59917355,0.38016528,0.12809917,0.07438017,0.73966944,0.76859504,0.78099173,0.7892562,0.8016529,0.80991733,0.80991733,0.8264463,0.838843,0.8429752,0.8429752,0.838843,0.838843,0.838843,0.8429752,0.838843,0.838843,0.838843,0.8429752,0.8347107,0.838843,0.8347107,0.838843,0.8264463,0.8305785,0.822314,0.8140496,0.8057851,0.8016529,0.79752064,0.7892562,0.78512394,0.78512394,0.7892562,0.79752064,0.8181818,0.8305785,0.8553719,0.8471074,0.8181818,0.6652893,0.607438,0.6198347,0.6735537,0.73966944,0.7644628,0.77272725,0.7892562,0.7933884,0.78512394,0.79752064,0.8016529,0.78512394,0.78099173,0.76859504,0.74793386,0.73966944,0.71487606,0.6694215,0.62396693,0.5785124,0.3429752,0.11157025,0.08264463,0.71900827,0.73966944,0.7644628,0.78099173,0.79752064,0.8016529,0.8140496,0.8264463,0.8305785,0.8347107,0.838843,0.8429752,0.8429752,0.838843,0.8429752,0.838843,0.838843,0.8429752,0.838843,0.8429752,0.838843,0.8347107,0.8347107,0.8305785,0.822314,0.80991733,0.79752064,0.7933884,0.7892562,0.78512394,0.76859504,0.78099173,0.7892562,0.79752064,0.80991733,0.80991733,0.8305785,0.8512397,0.8553719,0.8140496,0.7066116,0.61570245,0.607438,0.6528926,0.7231405,0.76033056,0.76859504,0.78512394,0.7933884,0.78512394,0.7892562,0.7892562,0.78512394,0.78512394,0.7644628,0.74793386,0.73140496,0.7107438,0.6652893,0.61157024,0.5289256,0.3140496,0.13636364,0.09504132,0.69008267,0.7107438,0.74793386,0.7768595,0.7933884,0.8057851,0.8181818,0.8264463,0.8305785,0.8305785,0.838843,0.8429752,0.8429752,0.838843,0.838843,0.8429752,0.8429752,0.838843,0.8305785,0.8347107,0.8347107,0.8347107,0.8264463,0.8264463,0.8140496,0.7892562,0.77272725,0.7644628,0.76033056,0.74793386,0.76033056,0.7644628,0.77272725,0.79752064,0.8181818,0.822314,0.8347107,0.8595041,0.8471074,0.8181818,0.72727275,0.6198347,0.56198347,0.6280992,0.70247936,0.74380165,0.76033056,0.78512394,0.7933884,0.7933884,0.79752064,0.79752064,0.78099173,0.7768595,0.76859504,0.74793386,0.73140496,0.6942149,0.6404959,0.59090906,0.46694216,0.2768595,0.16528925,0.12396694,0.6735537,0.6942149,0.72727275,0.76859504,0.7892562,0.79752064,0.8057851,0.822314,0.822314,0.8305785,0.8305785,0.8305785,0.838843,0.838843,0.838843,0.838843,0.8347107,0.838843,0.8347107,0.838843,0.8305785,0.8305785,0.8181818,0.8057851,0.79752064,0.74793386,0.70247936,0.7107438,0.74380165,0.74380165,0.72727275,0.74380165,0.7768595,0.7933884,0.8181818,0.8264463,0.8471074,0.8429752,0.8512397,0.822314,0.77272725,0.6694215,0.5413223,0.59917355,0.69008267,0.72727275,0.75206614,0.78099173,0.7892562,0.7892562,0.7892562,0.7768595,0.76859504,0.76033056,0.75619835,0.7355372,0.7107438,0.677686,0.62396693,0.57024795,0.38842976,0.19421488,0.16115703,0.1570248,0.6363636,0.6735537,0.7107438,0.75206614,0.78099173,0.7933884,0.7933884,0.8057851,0.822314,0.8264463,0.8305785,0.8305785,0.8347107,0.8347107,0.838843,0.8347107,0.8347107,0.8305785,0.8347107,0.8264463,0.8264463,0.8181818,0.79752064,0.77272725,0.75619835,0.6859504,0.6570248,0.6983471,0.75206614,0.7644628,0.73966944,0.7231405,0.7644628,0.8016529,0.8264463,0.8347107,0.838843,0.8471074,0.8512397,0.8181818,0.7933884,0.71487606,0.57024795,0.59090906,0.6859504,0.72727275,0.74380165,0.76859504,0.78099173,0.7892562,0.7892562,0.7644628,0.75206614,0.75206614,0.7355372,0.71900827,0.6859504,0.6487603,0.607438,0.5371901,0.30991736,0.13636364,0.14876033,0.1694215,0.62396693,0.6528926,0.6818182,0.7231405,0.75619835,0.7768595,0.7892562,0.8057851,0.80991733,0.8264463,0.8305785,0.822314,0.822314,0.8305785,0.8264463,0.8305785,0.8264463,0.8264463,0.8181818,0.8181818,0.80991733,0.7933884,0.7768595,0.75619835,0.7107438,0.6404959,0.6198347,0.73966944,0.7892562,0.79752064,0.78512394,0.7355372,0.76033056,0.7933884,0.822314,0.8429752,0.838843,0.8553719,0.8429752,0.8264463,0.8016529,0.7355372,0.6322314,0.60330576,0.677686,0.71900827,0.74380165,0.76033056,0.7768595,0.7768595,0.76859504,0.76033056,0.74380165,0.7355372,0.7231405,0.6942149,0.6694215,0.62396693,0.58677685,0.48347107,0.2231405,0.10330579,0.13636364,0.17355372,0.59090906,0.62396693,0.6694215,0.7066116,0.74380165,0.7644628,0.78099173,0.79752064,0.8057851,0.8140496,0.822314,0.8181818,0.8181818,0.822314,0.822314,0.8181818,0.8181818,0.8140496,0.8057851,0.8016529,0.78512394,0.76859504,0.74793386,0.73140496,0.71900827,0.6404959,0.6198347,0.76859504,0.8016529,0.79752064,0.79752064,0.7768595,0.76033056,0.78512394,0.822314,0.8264463,0.8471074,0.8471074,0.8471074,0.8305785,0.79752064,0.75206614,0.6694215,0.6280992,0.6652893,0.70247936,0.71900827,0.7355372,0.76033056,0.75619835,0.75206614,0.74793386,0.7355372,0.7066116,0.6942149,0.677686,0.6487603,0.61157024,0.57024795,0.40495867,0.17355372,0.11157025,0.1322314,0.1570248,0.5785124,0.61157024,0.6404959,0.6859504,0.72727275,0.75206614,0.76859504,0.78099173,0.7892562,0.8016529,0.8057851,0.8181818,0.8140496,0.8140496,0.8140496,0.8057851,0.80991733,0.8016529,0.7933884,0.78512394,0.76859504,0.74380165,0.72727275,0.7231405,0.73966944,0.6363636,0.59917355,0.7355372,0.77272725,0.77272725,0.7768595,0.7933884,0.7768595,0.78512394,0.79752064,0.8305785,0.838843,0.8471074,0.838843,0.822314,0.8016529,0.76033056,0.6735537,0.6280992,0.6528926,0.69008267,0.70247936,0.71487606,0.73966944,0.7355372,0.73140496,0.72727275,0.7231405,0.6942149,0.6735537,0.6570248,0.62396693,0.58264464,0.54545456,0.33471075,0.12809917,0.11983471,0.14049587,0.1322314,0.55785125,0.59090906,0.6198347,0.6528926,0.6983471,0.73140496,0.74793386,0.76033056,0.77272725,0.78512394,0.7892562,0.7933884,0.79752064,0.79752064,0.79752064,0.7933884,0.78099173,0.78099173,0.7768595,0.7644628,0.73140496,0.7066116,0.7107438,0.74793386,0.77272725,0.7231405,0.57438016,0.61157024,0.6322314,0.6570248,0.6942149,0.73966944,0.75619835,0.78099173,0.7933884,0.80991733,0.822314,0.8305785,0.8264463,0.8140496,0.7768595,0.73966944,0.6363636,0.59917355,0.6487603,0.6694215,0.6818182,0.6983471,0.70247936,0.6983471,0.7107438,0.71487606,0.6983471,0.6735537,0.6528926,0.62396693,0.59090906,0.5661157,0.47107437,0.24793388,0.10330579,0.11983471,0.14876033,0.12396694,0.55785125,0.5785124,0.60330576,0.6363636,0.6735537,0.6983471,0.7231405,0.73966944,0.75206614,0.76033056,0.77272725,0.7768595,0.78099173,0.77272725,0.77272725,0.76859504,0.75619835,0.73966944,0.73140496,0.71900827,0.69008267,0.69008267,0.7066116,0.74793386,0.7892562,0.76859504,0.6487603,0.55785125,0.446281,0.4090909,0.46280992,0.5495868,0.6404959,0.6942149,0.74793386,0.78512394,0.7933884,0.79752064,0.7933884,0.77272725,0.7355372,0.6528926,0.553719,0.61157024,0.661157,0.6487603,0.6694215,0.6735537,0.6818182,0.6652893,0.6818182,0.69008267,0.6735537,0.6570248,0.6322314,0.607438,0.5661157,0.5289256,0.40082645,0.18595041,0.08677686,0.1322314,0.17355372,0.13636364,0.5495868,0.5661157,0.58677685,0.61157024,0.6487603,0.6818182,0.6983471,0.7107438,0.71900827,0.7355372,0.74793386,0.75206614,0.75619835,0.74793386,0.74380165,0.73966944,0.7231405,0.7107438,0.69008267,0.6859504,0.6694215,0.69008267,0.71900827,0.76033056,0.78512394,0.7768595,0.72727275,0.62396693,0.46694216,0.3966942,0.38016528,0.38429752,0.47107437,0.5413223,0.61157024,0.69008267,0.72727275,0.73966944,0.7231405,0.70247936,0.6404959,0.5041322,0.5165289,0.6363636,0.661157,0.6404959,0.6528926,0.661157,0.6694215,0.661157,0.6735537,0.677686,0.6570248,0.6363636,0.61570245,0.58264464,0.5247934,0.49173555,0.33471075,0.14049587,0.09504132,0.12809917,0.16115703,0.14049587,0.5495868,0.56198347,0.57024795,0.58264464,0.6198347,0.661157,0.6735537,0.69008267,0.7066116,0.71900827,0.7231405,0.7231405,0.71900827,0.71900827,0.7066116,0.7066116,0.6942149,0.677686,0.6570248,0.661157,0.677686,0.7231405,0.77272725,0.76859504,0.78512394,0.7933884,0.7644628,0.71487606,0.58264464,0.49586776,0.43801653,0.42561984,0.43801653,0.4338843,0.46280992,0.5123967,0.553719,0.57024795,0.5495868,0.53305787,0.47933885,0.46280992,0.553719,0.6528926,0.6652893,0.6446281,0.6404959,0.6487603,0.6528926,0.6446281,0.6487603,0.6446281,0.6322314,0.6198347,0.58677685,0.5289256,0.4876033,0.43801653,0.23966943,0.11570248,0.1322314,0.1322314,0.14049587,0.12809917,0.553719,0.56198347,0.5661157,0.57438016,0.59917355,0.6322314,0.6528926,0.6694215,0.6859504,0.6983471,0.70247936,0.70247936,0.6983471,0.69008267,0.677686,0.6735537,0.661157,0.6487603,0.6487603,0.6694215,0.71487606,0.75619835,0.78099173,0.7768595,0.78099173,0.8057851,0.78512394,0.77272725,0.6983471,0.59504133,0.5123967,0.47107437,0.45867768,0.41322315,0.39256197,0.38429752,0.40082645,0.40082645,0.38842976,0.40495867,0.45041323,0.5041322,0.60330576,0.6570248,0.661157,0.6487603,0.6322314,0.6280992,0.6280992,0.61570245,0.61570245,0.61570245,0.607438,0.59504133,0.553719,0.49173555,0.4752066,0.38429752,0.1694215,0.10330579,0.1322314,0.1322314,0.14049587,0.12396694,0.553719,0.55785125,0.553719,0.55785125,0.57024795,0.59090906,0.61570245,0.6280992,0.6487603,0.6652893,0.6652893,0.6652893,0.6570248,0.6487603,0.6446281,0.6363636,0.6404959,0.6404959,0.6652893,0.7066116,0.74793386,0.76859504,0.78099173,0.78512394,0.78512394,0.7933884,0.7933884,0.78512394,0.7644628,0.69008267,0.59090906,0.5371901,0.5,0.4214876,0.37603307,0.35950413,0.3677686,0.35950413,0.36363637,0.41735536,0.4752066,0.5661157,0.6446281,0.6570248,0.661157,0.6652893,0.61570245,0.607438,0.59504133,0.5785124,0.58264464,0.59504133,0.58264464,0.5661157,0.5289256,0.46280992,0.45041323,0.3181818,0.1322314,0.09917355,0.1322314,0.1322314,0.12809917,0.12396694,0.56198347,0.553719,0.5413223,0.54545456,0.553719,0.55785125,0.5785124,0.60330576,0.62396693,0.6363636,0.6404959,0.6404959,0.62396693,0.62396693,0.6198347,0.62396693,0.6363636,0.6652893,0.7066116,0.71900827,0.73966944,0.75206614,0.77272725,0.78512394,0.78512394,0.7933884,0.79752064,0.7933884,0.78512394,0.75206614,0.69008267,0.61570245,0.53305787,0.45041323,0.39256197,0.41735536,0.40495867,0.40082645,0.41322315,0.4752066,0.5495868,0.6280992,0.661157,0.6652893,0.6570248,0.6446281,0.607438,0.5785124,0.56198347,0.57024795,0.57438016,0.5661157,0.55785125,0.5495868,0.4876033,0.45041323,0.42561984,0.24380165,0.10330579,0.10743801,0.12809917,0.13636364,0.12809917,0.12396694,0.57024795,0.56198347,0.553719,0.54545456,0.5371901,0.5413223,0.55785125,0.58264464,0.60330576,0.6198347,0.6280992,0.6322314,0.6198347,0.62396693,0.62396693,0.61570245,0.6487603,0.6818182,0.70247936,0.7107438,0.7107438,0.73966944,0.7644628,0.78512394,0.7892562,0.78512394,0.7892562,0.7933884,0.7933884,0.78099173,0.74380165,0.6859504,0.59504133,0.5041322,0.45867768,0.46280992,0.45867768,0.446281,0.4876033,0.5495868,0.59917355,0.6487603,0.6570248,0.6528926,0.6446281,0.607438,0.58677685,0.53305787,0.5206612,0.5495868,0.5785124,0.57438016,0.57024795,0.5371901,0.47107437,0.45867768,0.38016528,0.17355372,0.08677686,0.11157025,0.1322314,0.14049587,0.12809917,0.12809917,0.56198347,0.5661157,0.5661157,0.55785125,0.5413223,0.5371901,0.5495868,0.5785124,0.60330576,0.6198347,0.6198347,0.61570245,0.61157024,0.61570245,0.607438,0.61157024,0.6446281,0.6446281,0.6446281,0.6570248,0.6859504,0.71487606,0.76033056,0.78099173,0.78512394,0.78512394,0.78512394,0.7892562,0.7892562,0.7892562,0.7768595,0.73966944,0.6652893,0.58264464,0.5413223,0.5247934,0.5165289,0.5413223,0.5661157,0.61157024,0.6363636,0.661157,0.6487603,0.6363636,0.61157024,0.5495868,0.53305787,0.4876033,0.45454547,0.5206612,0.5785124,0.57438016,0.5661157,0.5165289,0.45454547,0.46280992,0.3181818,0.12396694,0.09090909,0.11570248,0.12809917,0.1446281,0.1322314,0.12396694,0.553719,0.56198347,0.57024795,0.57438016,0.553719,0.54545456,0.5495868,0.57024795,0.59917355,0.6198347,0.62396693,0.6280992,0.6322314,0.6198347,0.607438,0.59504133,0.57024795,0.55785125,0.57438016,0.61157024,0.661157,0.7107438,0.75206614,0.76033056,0.76859504,0.7768595,0.78099173,0.78099173,0.7933884,0.7933884,0.78512394,0.7768595,0.73140496,0.6694215,0.6404959,0.6322314,0.62396693,0.6570248,0.6570248,0.661157,0.6735537,0.677686,0.661157,0.6404959,0.58264464,0.5,0.45454547,0.45041323,0.4338843,0.5289256,0.59917355,0.59504133,0.56198347,0.47933885,0.45454547,0.42975205,0.23140496,0.08677686,0.10743801,0.12396694,0.12396694,0.14049587,0.14049587,0.12396694,0.5371901,0.55785125,0.5661157,0.5661157,0.55785125,0.5495868,0.553719,0.5661157,0.59504133,0.6198347,0.6363636,0.6487603,0.6528926,0.6280992,0.59090906,0.5289256,0.4876033,0.46694216,0.45867768,0.4876033,0.553719,0.62396693,0.677686,0.6983471,0.71487606,0.73966944,0.76033056,0.75206614,0.77272725,0.76859504,0.76859504,0.76033056,0.75206614,0.7355372,0.72727275,0.71900827,0.7107438,0.7066116,0.6818182,0.6652893,0.6735537,0.6528926,0.62396693,0.57438016,0.5,0.41322315,0.41322315,0.43801653,0.46280992,0.55785125,0.6198347,0.60330576,0.54545456,0.45041323,0.45454547,0.36363637,0.16115703,0.08264463,0.11570248,0.12809917,0.1322314,0.1446281,0.1446281,0.12809917,0.5165289,0.5413223,0.553719,0.56198347,0.5661157,0.55785125,0.553719,0.56198347,0.5785124,0.6198347,0.6446281,0.661157,0.6694215,0.6528926,0.58264464,0.5041322,0.5123967,0.5123967,0.5,0.48347107,0.41322315,0.43801653,0.47107437,0.5123967,0.5413223,0.5785124,0.60330576,0.6280992,0.6198347,0.6322314,0.6280992,0.6487603,0.70247936,0.73140496,0.73966944,0.7231405,0.6859504,0.6322314,0.57438016,0.54545456,0.5413223,0.5289256,0.48347107,0.4214876,0.446281,0.45041323,0.49586776,0.49586776,0.5289256,0.60330576,0.6198347,0.57438016,0.49586776,0.44214877,0.42561984,0.2520661,0.10743801,0.09504132,0.12809917,0.13636364,0.14049587,0.15289256,0.1446281,0.12809917,0.4876033,0.5165289,0.54545456,0.55785125,0.57024795,0.57024795,0.553719,0.553719,0.55785125,0.58264464,0.6280992,0.6487603,0.6528926,0.6404959,0.58677685,0.55785125,0.61157024,0.6487603,0.661157,0.6652893,0.61157024,0.5371901,0.45454547,0.44214877,0.42561984,0.42561984,0.42561984,0.43801653,0.4214876,0.44214877,0.45041323,0.4876033,0.5165289,0.58677685,0.59917355,0.57438016,0.5247934,0.4752066,0.40082645,0.3677686,0.3677686,0.37603307,0.4090909,0.47107437,0.5371901,0.59090906,0.607438,0.57438016,0.57024795,0.59090906,0.58677685,0.5247934,0.446281,0.4338843,0.3305785,0.1446281,0.09090909,0.11157025,0.13636364,0.14049587,0.14876033,0.1570248,0.14049587,0.11570248,0.45041323,0.4876033,0.5165289,0.5413223,0.55785125,0.56198347,0.5495868,0.54545456,0.5495868,0.5495868,0.58677685,0.6198347,0.62396693,0.6198347,0.60330576,0.6198347,0.677686,0.71900827,0.72727275,0.73966944,0.75206614,0.7231405,0.6570248,0.59090906,0.54545456,0.5165289,0.5,0.46280992,0.4214876,0.37190083,0.38842976,0.40495867,0.4090909,0.446281,0.45041323,0.4338843,0.41735536,0.39256197,0.37190083,0.39256197,0.38016528,0.40495867,0.4876033,0.57024795,0.59504133,0.661157,0.6404959,0.58677685,0.5661157,0.5661157,0.5371901,0.45867768,0.41322315,0.38016528,0.21487603,0.09090909,0.09917355,0.12809917,0.14049587,0.1446281,0.15289256,0.16528925,0.1446281,0.11157025,0.40495867,0.45454547,0.48347107,0.5123967,0.53305787,0.54545456,0.5413223,0.5371901,0.5413223,0.5371901,0.54545456,0.57438016,0.59917355,0.61157024,0.62396693,0.6570248,0.6983471,0.72727275,0.73966944,0.73966944,0.75619835,0.7644628,0.74793386,0.71900827,0.6694215,0.6280992,0.6446281,0.6322314,0.62396693,0.55785125,0.5082645,0.4752066,0.4338843,0.41322315,0.40495867,0.42561984,0.4752066,0.47933885,0.5,0.47933885,0.46694216,0.5,0.55785125,0.58264464,0.61570245,0.661157,0.61157024,0.57438016,0.55785125,0.53305787,0.47933885,0.4214876,0.38429752,0.2768595,0.13636364,0.09090909,0.11157025,0.13636364,0.15289256,0.14049587,0.1570248,0.16528925,0.1446281,0.11570248,0.35950413,0.41322315,0.45867768,0.47933885,0.5041322,0.5289256,0.5371901,0.5371901,0.5413223,0.5371901,0.5371901,0.553719,0.59504133,0.61570245,0.6363636,0.6735537,0.70247936,0.71900827,0.73140496,0.73140496,0.73140496,0.74793386,0.74793386,0.74380165,0.72727275,0.6942149,0.661157,0.6528926,0.6818182,0.70247936,0.6818182,0.661157,0.607438,0.55785125,0.56198347,0.553719,0.57438016,0.5661157,0.5371901,0.4876033,0.5165289,0.54545456,0.5661157,0.5785124,0.62396693,0.6322314,0.58264464,0.5661157,0.5495868,0.5,0.4338843,0.40082645,0.29752067,0.1694215,0.10743801,0.11157025,0.12396694,0.14049587,0.16115703,0.15289256,0.16115703,0.15289256,0.13636364,0.11983471,0.35123968,0.37190083,0.4214876,0.45454547,0.47933885,0.5082645,0.5206612,0.5289256,0.5413223,0.5495868,0.55785125,0.5661157,0.59917355,0.62396693,0.6446281,0.677686,0.7066116,0.7107438,0.71487606,0.71900827,0.6983471,0.70247936,0.7231405,0.72727275,0.7231405,0.71487606,0.6818182,0.6487603,0.6363636,0.661157,0.6652893,0.6735537,0.6487603,0.607438,0.61570245,0.58677685,0.5661157,0.54545456,0.5206612,0.5082645,0.54545456,0.5495868,0.54545456,0.59090906,0.6322314,0.607438,0.57024795,0.5661157,0.5289256,0.46280992,0.41735536,0.33471075,0.17355372,0.11157025,0.11157025,0.1322314,0.14049587,0.1570248,0.1694215,0.15289256,0.14876033,0.13636364,0.12809917,0.11570248,0.37190083,0.3553719,0.37603307,0.41735536,0.45041323,0.48347107,0.5041322,0.5123967,0.5289256,0.553719,0.57438016,0.5785124,0.60330576,0.6322314,0.6528926,0.677686,0.6942149,0.70247936,0.6983471,0.7066116,0.6859504,0.6735537,0.6735537,0.6818182,0.69008267,0.70247936,0.6818182,0.661157,0.6363636,0.61157024,0.59090906,0.58677685,0.59090906,0.57438016,0.5661157,0.54545456,0.53305787,0.5289256,0.53305787,0.5371901,0.5495868,0.5206612,0.55785125,0.607438,0.6280992,0.60330576,0.5661157,0.54545456,0.49173555,0.42975205,0.35123968,0.1983471,0.11157025,0.11570248,0.11983471,0.14049587,0.1570248,0.16115703,0.1570248,0.13636364,0.1322314,0.1322314,0.12396694,0.10330579,0.39256197,0.37190083,0.3553719,0.37190083,0.40495867,0.43801653,0.4752066,0.5,0.5123967,0.5413223,0.57024795,0.58677685,0.61570245,0.6446281,0.6694215,0.6818182,0.6859504,0.6942149,0.6942149,0.6983471,0.70247936,0.69008267,0.6487603,0.6198347,0.6363636,0.661157,0.6487603,0.6446281,0.6363636,0.59090906,0.55785125,0.54545456,0.5495868,0.54545456,0.53305787,0.5247934,0.5289256,0.5413223,0.5371901,0.5206612,0.5165289,0.5247934,0.59504133,0.62396693,0.62396693,0.60330576,0.55785125,0.5082645,0.44214877,0.36363637,0.2107438,0.10743801,0.11570248,0.13636364,0.12396694,0.14049587,0.1570248,0.15289256,0.13636364,0.11570248,0.11570248,0.14049587,0.13636364,0.09917355,0.40495867,0.38842976,0.37190083,0.35950413,0.35950413,0.3966942,0.43801653,0.4752066,0.49586776,0.5165289,0.56198347,0.59504133,0.61570245,0.6487603,0.6818182,0.6942149,0.6942149,0.70247936,0.70247936,0.7107438,0.7231405,0.7107438,0.6735537,0.62396693,0.607438,0.607438,0.59917355,0.59917355,0.60330576,0.58677685,0.55785125,0.54545456,0.5371901,0.53305787,0.5206612,0.5165289,0.5082645,0.5165289,0.49586776,0.5041322,0.5247934,0.58264464,0.62396693,0.6322314,0.62396693,0.58677685,0.5371901,0.45867768,0.37190083,0.23140496,0.10743801,0.09504132,0.12396694,0.13636364,0.12396694,0.13636364,0.14876033,0.1322314,0.11157025,0.09917355,0.11157025,0.14049587,0.13636364,0.09090909,0.41735536,0.40082645,0.38429752,0.37603307,0.35950413,0.36363637,0.38842976,0.42975205,0.4752066,0.49586776,0.5371901,0.5785124,0.60330576,0.6363636,0.677686,0.6983471,0.7107438,0.7107438,0.7107438,0.7231405,0.73140496,0.72727275,0.7066116,0.6694215,0.6363636,0.607438,0.5785124,0.5661157,0.553719,0.5495868,0.5289256,0.5206612,0.5082645,0.5,0.49586776,0.4876033,0.4876033,0.49586776,0.5123967,0.5495868,0.58677685,0.6363636,0.6404959,0.62396693,0.61157024,0.5661157,0.49173555,0.38842976,0.22727273,0.11157025,0.08677686,0.09917355,0.11157025,0.11983471,0.10743801,0.12396694,0.12809917,0.10330579,0.08677686,0.09504132,0.12396694,0.1322314,0.11157025,0.08677686,0.42561984,0.41322315,0.40082645,0.38842976,0.37603307,0.35950413,0.35123968,0.38016528,0.42975205,0.46694216,0.49586776,0.5413223,0.59090906,0.61570245,0.661157,0.69008267,0.71487606,0.71900827,0.72727275,0.73140496,0.73140496,0.73966944,0.73966944,0.7107438,0.69008267,0.6735537,0.6446281,0.60330576,0.58264464,0.55785125,0.53305787,0.5165289,0.5082645,0.5165289,0.5206612,0.53305787,0.54545456,0.5661157,0.59917355,0.6198347,0.6404959,0.661157,0.6404959,0.6198347,0.59917355,0.53305787,0.40495867,0.24380165,0.10743801,0.0785124,0.08677686,0.09090909,0.10330579,0.09917355,0.09504132,0.11570248,0.09917355,0.08677686,0.08264463,0.11157025,0.1322314,0.11570248,0.09504132,0.0785124,0.42975205,0.42561984,0.41735536,0.40082645,0.38842976,0.37603307,0.35950413,0.3553719,0.37603307,0.41735536,0.45454547,0.5,0.5495868,0.59090906,0.6322314,0.6652893,0.6983471,0.7107438,0.7355372,0.73966944,0.73966944,0.75206614,0.76033056,0.74793386,0.7355372,0.72727275,0.7231405,0.6942149,0.677686,0.6487603,0.6322314,0.6198347,0.6198347,0.62396693,0.6322314,0.6404959,0.6487603,0.6570248,0.661157,0.6652893,0.6735537,0.6735537,0.6404959,0.61157024,0.57024795,0.45454547,0.25619835,0.10743801,0.0785124,0.08677686,0.08264463,0.09090909,0.09504132,0.09090909,0.09090909,0.09504132,0.08264463,0.08264463,0.09917355,0.12396694,0.11983471,0.09917355,0.08677686,0.0785124,0.43801653,0.42975205,0.4338843,0.4214876,0.40495867,0.40082645,0.38429752,0.35950413,0.3553719,0.37190083,0.41322315,0.446281,0.4876033,0.53305787,0.58264464,0.6280992,0.6652893,0.6942149,0.7231405,0.74380165,0.74793386,0.76033056,0.7644628,0.77272725,0.76859504,0.76033056,0.76033056,0.7644628,0.75619835,0.74793386,0.73140496,0.73140496,0.73966944,0.72727275,0.72727275,0.7231405,0.7231405,0.7066116,0.70247936,0.6942149,0.677686,0.6652893,0.6322314,0.57438016,0.5,0.2892562,0.11570248,0.07024793,0.08264463,0.08264463,0.0785124,0.08677686,0.08264463,0.08677686,0.08677686,0.0785124,0.07438017,0.09090909,0.11157025,0.11983471,0.10330579,0.09090909,0.08264463,0.0785124,0.45041323,0.44214877,0.4338843,0.42975205,0.4214876,0.41735536,0.40495867,0.38016528,0.37190083,0.35950413,0.37603307,0.3966942,0.4338843,0.47107437,0.5165289,0.57024795,0.6198347,0.6694215,0.6983471,0.72727275,0.73966944,0.75206614,0.77272725,0.78512394,0.78512394,0.78099173,0.78099173,0.7933884,0.7933884,0.7933884,0.7768595,0.76859504,0.7768595,0.76033056,0.75206614,0.74793386,0.74380165,0.71900827,0.71900827,0.7066116,0.6694215,0.6363636,0.58677685,0.5165289,0.35123968,0.1322314,0.07438017,0.08264463,0.08677686,0.07438017,0.07438017,0.0785124,0.07438017,0.08264463,0.08264463,0.0785124,0.08677686,0.10330579,0.11157025,0.10330579,0.09504132,0.08677686,0.0785124,0.07438017,0.45454547,0.45041323,0.43801653,0.4338843,0.4338843,0.42561984,0.4214876,0.40495867,0.39256197,0.37603307,0.37190083,0.37190083,0.38842976,0.41735536,0.45867768,0.5082645,0.56198347,0.6280992,0.6694215,0.6942149,0.71900827,0.73140496,0.76859504,0.78099173,0.78099173,0.7892562,0.7892562,0.7933884,0.79752064,0.79752064,0.78099173,0.77272725,0.76859504,0.76859504,0.76033056,0.75206614,0.73966944,0.71487606,0.70247936,0.69008267,0.6487603,0.59090906,0.5371901,0.41322315,0.17768595,0.08264463,0.08264463,0.0785124,0.0785124,0.07024793,0.07024793,0.07438017,0.08264463,0.0785124,0.08677686,0.08677686,0.09917355,0.10330579,0.09917355,0.09504132,0.08264463,0.0785124,0.08264463,0.09090909,0.45041323,0.45041323,0.446281,0.4338843,0.43801653,0.42975205,0.42561984,0.41735536,0.40495867,0.38429752,0.37603307,0.3677686,0.3677686,0.3966942,0.42975205,0.48347107,0.5247934,0.59917355,0.6528926,0.6735537,0.7107438,0.7231405,0.75619835,0.78099173,0.7768595,0.79752064,0.7892562,0.7933884,0.7933884,0.7933884,0.78099173,0.7768595,0.7644628,0.77272725,0.7644628,0.75206614,0.7355372,0.7066116,0.6859504,0.6735537,0.6322314,0.5661157,0.5165289,0.3429752,0.10743801,0.09090909,0.08677686,0.07024793,0.07024793,0.07024793,0.07024793,0.07438017,0.08677686,0.0785124,0.09504132,0.09504132,0.09917355,0.09917355,0.09504132,0.09090909,0.07438017,0.0785124,0.08677686,0.11157025,9 +0.38842976,0.49173555,0.5495868,0.59504133,0.6404959,0.661157,0.69008267,0.7107438,0.73140496,0.71487606,0.75206614,0.7644628,0.7768595,0.77272725,0.77272725,0.78512394,0.7892562,0.7933884,0.8016529,0.8057851,0.8016529,0.8057851,0.8057851,0.8057851,0.80991733,0.8181818,0.8181818,0.8140496,0.8181818,0.8140496,0.8181818,0.8181818,0.8016529,0.8181818,0.80991733,0.80991733,0.8181818,0.8181818,0.8140496,0.8140496,0.79752064,0.79752064,0.8016529,0.8016529,0.79752064,0.79752064,0.79752064,0.78512394,0.7892562,0.78099173,0.78099173,0.75619835,0.74793386,0.71900827,0.7066116,0.6942149,0.677686,0.6735537,0.6528926,0.59504133,0.553719,0.5041322,0.41735536,0.28099173,0.35950413,0.47933885,0.5371901,0.5785124,0.6322314,0.6694215,0.6983471,0.71487606,0.7355372,0.73140496,0.74793386,0.76859504,0.7768595,0.7768595,0.78099173,0.7892562,0.7892562,0.79752064,0.80991733,0.80991733,0.8057851,0.80991733,0.8057851,0.8057851,0.8140496,0.8140496,0.8181818,0.8181818,0.822314,0.8181818,0.8264463,0.822314,0.8057851,0.822314,0.8181818,0.80991733,0.8264463,0.8140496,0.80991733,0.8057851,0.8057851,0.8016529,0.8016529,0.8057851,0.80991733,0.8057851,0.8016529,0.7933884,0.79752064,0.7933884,0.7892562,0.77272725,0.75619835,0.7355372,0.71487606,0.6983471,0.70247936,0.6694215,0.6446281,0.59917355,0.553719,0.5,0.41322315,0.28099173,0.34710744,0.47107437,0.5289256,0.58264464,0.6280992,0.6694215,0.7066116,0.71900827,0.72727275,0.73966944,0.75619835,0.7644628,0.78512394,0.78099173,0.7892562,0.7933884,0.8016529,0.8057851,0.8140496,0.8140496,0.80991733,0.8140496,0.822314,0.8181818,0.8181818,0.8181818,0.822314,0.8264463,0.822314,0.822314,0.8305785,0.8305785,0.822314,0.8264463,0.8181818,0.822314,0.8264463,0.822314,0.822314,0.8181818,0.8181818,0.80991733,0.80991733,0.8140496,0.8140496,0.8140496,0.80991733,0.8057851,0.8016529,0.79752064,0.7892562,0.7768595,0.7644628,0.75206614,0.72727275,0.71487606,0.6983471,0.677686,0.6487603,0.59504133,0.5413223,0.49586776,0.4090909,0.2768595,0.3305785,0.45041323,0.5165289,0.57438016,0.6280992,0.661157,0.7066116,0.71487606,0.73140496,0.74793386,0.7644628,0.77272725,0.78512394,0.7892562,0.7933884,0.8057851,0.8057851,0.8140496,0.822314,0.822314,0.822314,0.822314,0.822314,0.822314,0.822314,0.8264463,0.8305785,0.8305785,0.8264463,0.8264463,0.8305785,0.8305785,0.822314,0.8264463,0.8264463,0.8264463,0.8305785,0.822314,0.8181818,0.8181818,0.822314,0.8140496,0.8181818,0.8181818,0.8181818,0.822314,0.8181818,0.8181818,0.80991733,0.8016529,0.7933884,0.77272725,0.7644628,0.75206614,0.73966944,0.7231405,0.6942149,0.6694215,0.6487603,0.59090906,0.5413223,0.4876033,0.41322315,0.2768595,0.3305785,0.4338843,0.5289256,0.5785124,0.62396693,0.661157,0.70247936,0.71487606,0.73140496,0.75206614,0.77272725,0.78099173,0.7892562,0.7892562,0.7892562,0.80991733,0.80991733,0.822314,0.822314,0.8305785,0.8305785,0.8264463,0.8264463,0.8305785,0.8305785,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.8347107,0.8305785,0.8264463,0.8264463,0.8347107,0.8264463,0.8305785,0.8305785,0.822314,0.8264463,0.822314,0.822314,0.8264463,0.822314,0.8140496,0.8264463,0.8264463,0.8181818,0.80991733,0.79752064,0.7933884,0.78512394,0.75619835,0.72727275,0.71487606,0.7066116,0.6859504,0.661157,0.6446281,0.59090906,0.54545456,0.48347107,0.4214876,0.29338843,0.35950413,0.43801653,0.49586776,0.56198347,0.607438,0.6487603,0.69008267,0.7107438,0.72727275,0.7355372,0.75206614,0.77272725,0.7768595,0.78512394,0.78099173,0.79752064,0.8057851,0.8140496,0.8347107,0.8305785,0.8305785,0.8305785,0.8264463,0.8305785,0.8305785,0.8264463,0.8305785,0.8264463,0.8264463,0.8305785,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.8264463,0.822314,0.8305785,0.8305785,0.8264463,0.8181818,0.8264463,0.8264463,0.8264463,0.8181818,0.822314,0.8140496,0.79752064,0.7892562,0.78099173,0.7644628,0.74793386,0.72727275,0.69008267,0.6528926,0.6487603,0.6198347,0.61157024,0.6280992,0.59504133,0.54545456,0.49173555,0.44214877,0.3264463,0.38429752,0.4752066,0.5082645,0.5206612,0.607438,0.6570248,0.6983471,0.7066116,0.70247936,0.71487606,0.72727275,0.7355372,0.74793386,0.7644628,0.76033056,0.7768595,0.7892562,0.79752064,0.80991733,0.822314,0.8264463,0.8264463,0.822314,0.8305785,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.8264463,0.8264463,0.8181818,0.8264463,0.8264463,0.8140496,0.822314,0.822314,0.8181818,0.80991733,0.8016529,0.7892562,0.76033056,0.7355372,0.74380165,0.7231405,0.677686,0.6528926,0.607438,0.55785125,0.5371901,0.5,0.47107437,0.5165289,0.5785124,0.5495868,0.5,0.4752066,0.40495867,0.4214876,0.5041322,0.5371901,0.5413223,0.5785124,0.6363636,0.6528926,0.6322314,0.61157024,0.6322314,0.6570248,0.6652893,0.6859504,0.7231405,0.73140496,0.74793386,0.76033056,0.76859504,0.7933884,0.8016529,0.8016529,0.8140496,0.8140496,0.8140496,0.8140496,0.8140496,0.8140496,0.822314,0.822314,0.822314,0.8305785,0.8264463,0.8264463,0.8305785,0.8264463,0.8181818,0.8140496,0.8057851,0.80991733,0.80991733,0.8016529,0.7933884,0.79752064,0.78099173,0.74793386,0.7231405,0.677686,0.61157024,0.5495868,0.5082645,0.5041322,0.46694216,0.43801653,0.40495867,0.3677686,0.35123968,0.338843,0.30991736,0.3181818,0.46694216,0.5289256,0.5,0.48347107,0.46280992,0.47933885,0.5165289,0.5413223,0.57024795,0.6322314,0.62396693,0.5289256,0.45041323,0.43801653,0.48347107,0.5082645,0.5165289,0.5413223,0.58264464,0.60330576,0.6446281,0.70247936,0.72727275,0.72727275,0.7355372,0.74793386,0.7644628,0.77272725,0.77272725,0.7768595,0.78099173,0.7933884,0.8016529,0.8057851,0.80991733,0.8140496,0.8181818,0.8181818,0.8181818,0.8140496,0.8016529,0.7933884,0.78099173,0.7768595,0.77272725,0.7644628,0.7231405,0.6942149,0.661157,0.5785124,0.49173555,0.45041323,0.4090909,0.35123968,0.30578512,0.29338843,0.2892562,0.27272728,0.26859504,0.2603306,0.24380165,0.2603306,0.2603306,0.21487603,0.24380165,0.38842976,0.4752066,0.49173555,0.49173555,0.53305787,0.53305787,0.553719,0.57438016,0.57438016,0.49586776,0.37603307,0.30165288,0.30991736,0.34710744,0.33471075,0.3305785,0.34710744,0.38016528,0.39256197,0.3966942,0.4214876,0.4338843,0.47107437,0.5247934,0.57438016,0.61157024,0.6446281,0.6652893,0.6983471,0.73140496,0.76033056,0.78099173,0.7933884,0.79752064,0.8016529,0.80991733,0.8140496,0.8140496,0.80991733,0.7933884,0.7768595,0.7644628,0.73966944,0.71900827,0.6859504,0.59504133,0.5041322,0.46280992,0.37603307,0.30165288,0.28512397,0.28099173,0.25619835,0.2603306,0.24793388,0.23966943,0.22727273,0.24380165,0.28512397,0.30991736,0.3429752,0.36363637,0.3140496,0.2107438,0.17768595,0.32231405,0.49173555,0.5,0.57024795,0.58677685,0.5495868,0.4876033,0.38842976,0.2892562,0.2768595,0.26859504,0.2768595,0.27272728,0.24793388,0.24793388,0.2603306,0.2644628,0.2603306,0.24793388,0.2603306,0.27272728,0.28099173,0.30578512,0.3429752,0.39256197,0.45454547,0.5082645,0.56198347,0.6652893,0.7107438,0.76033056,0.78099173,0.78512394,0.7933884,0.8140496,0.8057851,0.8057851,0.8016529,0.78099173,0.7644628,0.75206614,0.7355372,0.6818182,0.5661157,0.45454547,0.37190083,0.3264463,0.28099173,0.23966943,0.23553719,0.24380165,0.2520661,0.26859504,0.29338843,0.3181818,0.3429752,0.40082645,0.45867768,0.49586776,0.5165289,0.5289256,0.5041322,0.41322315,0.23966943,0.18595041,0.42561984,0.5206612,0.59504133,0.59917355,0.48347107,0.338843,0.28099173,0.3305785,0.39256197,0.38429752,0.35950413,0.3305785,0.30578512,0.30165288,0.30578512,0.30165288,0.26859504,0.23553719,0.24793388,0.23966943,0.23553719,0.24380165,0.25619835,0.30991736,0.35950413,0.40082645,0.4338843,0.5413223,0.6487603,0.71900827,0.7644628,0.7768595,0.78099173,0.8016529,0.8140496,0.8057851,0.79752064,0.77272725,0.74793386,0.72727275,0.71487606,0.6280992,0.48347107,0.4090909,0.35950413,0.33471075,0.29338843,0.28512397,0.2768595,0.30165288,0.3429752,0.40495867,0.45041323,0.4876033,0.5247934,0.55785125,0.58677685,0.59090906,0.59090906,0.58264464,0.57024795,0.55785125,0.45041323,0.23966943,0.30991736,0.5,0.61570245,0.553719,0.37190083,0.28512397,0.37603307,0.5041322,0.57438016,0.5661157,0.5371901,0.5165289,0.5082645,0.5041322,0.4752066,0.45454547,0.44214877,0.40495867,0.35123968,0.30578512,0.2892562,0.30578512,0.3264463,0.36363637,0.37603307,0.3966942,0.41322315,0.46694216,0.5785124,0.6942149,0.73966944,0.7644628,0.77272725,0.79752064,0.8057851,0.79752064,0.78512394,0.76033056,0.73140496,0.70247936,0.6570248,0.5495868,0.45041323,0.42561984,0.41735536,0.41735536,0.41322315,0.38842976,0.4090909,0.41735536,0.41322315,0.4338843,0.45454547,0.47933885,0.47933885,0.5,0.5,0.5123967,0.5371901,0.5371901,0.5247934,0.5371901,0.5165289,0.36363637,0.32231405,0.47933885,0.607438,0.4752066,0.35123968,0.38016528,0.48347107,0.58264464,0.6280992,0.62396693,0.58264464,0.5413223,0.5247934,0.47933885,0.44214877,0.41322315,0.3966942,0.40495867,0.38842976,0.3553719,0.3429752,0.35950413,0.38016528,0.41735536,0.43801653,0.43801653,0.45041323,0.46280992,0.5413223,0.6446281,0.7107438,0.76033056,0.78512394,0.7933884,0.8140496,0.79752064,0.7892562,0.76033056,0.7231405,0.677686,0.59504133,0.49173555,0.44214877,0.45454547,0.45454547,0.42975205,0.39256197,0.3305785,0.30991736,0.30578512,0.3140496,0.3140496,0.33471075,0.35123968,0.338843,0.3966942,0.40082645,0.38016528,0.40495867,0.46694216,0.48347107,0.49173555,0.5,0.44214877,0.39256197,0.47933885,0.5661157,0.44214877,0.40495867,0.45454547,0.5165289,0.5371901,0.553719,0.54545456,0.46280992,0.3966942,0.38429752,0.33471075,0.30991736,0.2892562,0.28512397,0.29752067,0.32231405,0.2892562,0.29338843,0.3429752,0.38016528,0.40495867,0.44214877,0.4752066,0.47933885,0.45454547,0.47933885,0.59504133,0.6942149,0.77272725,0.7892562,0.8057851,0.8181818,0.80991733,0.8057851,0.78512394,0.7231405,0.6528926,0.53305787,0.45041323,0.45041323,0.45041323,0.42561984,0.4090909,0.38842976,0.30578512,0.22727273,0.24380165,0.28099173,0.20661157,0.1983471,0.2520661,0.25619835,0.2892562,0.30578512,0.33471075,0.33471075,0.3553719,0.43801653,0.46694216,0.47107437,0.46694216,0.46280992,0.5,0.55785125,0.46280992,0.446281,0.47107437,0.47933885,0.47933885,0.4752066,0.41735536,0.338843,0.30578512,0.2768595,0.28512397,0.29338843,0.23140496,0.16528925,0.17768595,0.2768595,0.2768595,0.20247933,0.30991736,0.39256197,0.41735536,0.4338843,0.45041323,0.5,0.48347107,0.44214877,0.5082645,0.6735537,0.77272725,0.80991733,0.822314,0.822314,0.8305785,0.8264463,0.79752064,0.72727275,0.61157024,0.49173555,0.4752066,0.47107437,0.43801653,0.45454547,0.47107437,0.40495867,0.23140496,0.14876033,0.21487603,0.4338843,0.1983471,0.10743801,0.23553719,0.36363637,0.2768595,0.21900827,0.23553719,0.33471075,0.38842976,0.4214876,0.45867768,0.46280992,0.48347107,0.49586776,0.5165289,0.58264464,0.5123967,0.48347107,0.4752066,0.45867768,0.446281,0.41322315,0.37190083,0.29752067,0.24380165,0.23140496,0.338843,0.41735536,0.2603306,0.18181819,0.1983471,0.3429752,0.4090909,0.1694215,0.30991736,0.53305787,0.49586776,0.46694216,0.47107437,0.47933885,0.5206612,0.49586776,0.45454547,0.59504133,0.78099173,0.8181818,0.8347107,0.8429752,0.8347107,0.8347107,0.8140496,0.71900827,0.57024795,0.5082645,0.5247934,0.5123967,0.49586776,0.47107437,0.5289256,0.553719,0.30991736,0.20661157,0.21487603,0.38842976,0.23966943,0.11157025,0.3181818,0.553719,0.47107437,0.30165288,0.20247933,0.23553719,0.42561984,0.45454547,0.45454547,0.5,0.5413223,0.5413223,0.54545456,0.607438,0.56198347,0.5371901,0.5165289,0.4752066,0.45041323,0.4338843,0.37190083,0.26859504,0.23966943,0.338843,0.553719,0.6570248,0.3553719,0.21900827,0.18595041,0.2107438,0.338843,0.21900827,0.37190083,0.7107438,0.6570248,0.49173555,0.4752066,0.5247934,0.55785125,0.5495868,0.4876033,0.56198347,0.74793386,0.8264463,0.8429752,0.8512397,0.838843,0.838843,0.8140496,0.69008267,0.553719,0.55785125,0.61570245,0.59504133,0.49586776,0.5165289,0.6528926,0.7066116,0.4338843,0.23966943,0.22727273,0.2231405,0.21900827,0.19421488,0.45454547,0.6322314,0.57024795,0.4214876,0.2768595,0.23140496,0.35950413,0.4752066,0.49173555,0.5785124,0.60330576,0.59917355,0.5785124,0.6528926,0.6446281,0.6280992,0.607438,0.55785125,0.5041322,0.48347107,0.38429752,0.2644628,0.30578512,0.4090909,0.59917355,0.7768595,0.5,0.26859504,0.24380165,0.24380165,0.21487603,0.2644628,0.5289256,0.7892562,0.75619835,0.61570245,0.5413223,0.553719,0.6363636,0.61570245,0.54545456,0.5785124,0.71900827,0.822314,0.8512397,0.8553719,0.8471074,0.8512397,0.8181818,0.661157,0.55785125,0.61570245,0.6942149,0.6694215,0.58677685,0.60330576,0.61157024,0.70247936,0.57438016,0.3305785,0.2892562,0.30991736,0.26859504,0.3429752,0.57438016,0.6280992,0.53305787,0.42561984,0.28512397,0.3429752,0.46694216,0.5206612,0.56198347,0.6322314,0.661157,0.6446281,0.61570245,0.6818182,0.71900827,0.71900827,0.7066116,0.6735537,0.61157024,0.57024795,0.5041322,0.3305785,0.3181818,0.45867768,0.5661157,0.73966944,0.6694215,0.41322315,0.30165288,0.30578512,0.29752067,0.41735536,0.6735537,0.74793386,0.6859504,0.59917355,0.61157024,0.6570248,0.6983471,0.6694215,0.61570245,0.6280992,0.72727275,0.8181818,0.8512397,0.8595041,0.8512397,0.8553719,0.8181818,0.661157,0.5785124,0.6528926,0.71487606,0.73140496,0.6735537,0.607438,0.58264464,0.61157024,0.60330576,0.49586776,0.45867768,0.47933885,0.446281,0.46280992,0.5247934,0.5041322,0.42975205,0.38016528,0.38429752,0.45867768,0.5661157,0.6280992,0.6528926,0.6859504,0.69008267,0.677686,0.6363636,0.7066116,0.73966944,0.76033056,0.7644628,0.75619835,0.7066116,0.6570248,0.59504133,0.48347107,0.38429752,0.38842976,0.45041323,0.57438016,0.677686,0.60330576,0.48347107,0.4752066,0.5123967,0.59090906,0.6818182,0.6859504,0.6528926,0.6322314,0.6694215,0.73140496,0.7355372,0.6859504,0.661157,0.6818182,0.7355372,0.8140496,0.8512397,0.8553719,0.8553719,0.8512397,0.8057851,0.6735537,0.59917355,0.6363636,0.71487606,0.6942149,0.6487603,0.6652893,0.6446281,0.6280992,0.61157024,0.57438016,0.5661157,0.55785125,0.5371901,0.49173555,0.4876033,0.5123967,0.49586776,0.47107437,0.4752066,0.54545456,0.607438,0.677686,0.6942149,0.7107438,0.71900827,0.69008267,0.6570248,0.7107438,0.74793386,0.7644628,0.7768595,0.78099173,0.74793386,0.6983471,0.661157,0.5785124,0.5165289,0.4876033,0.46280992,0.47933885,0.54545456,0.5661157,0.5661157,0.55785125,0.58677685,0.60330576,0.6322314,0.6404959,0.6280992,0.6322314,0.661157,0.7231405,0.7644628,0.7231405,0.6942149,0.7107438,0.74793386,0.8140496,0.8512397,0.8553719,0.8553719,0.8512397,0.80991733,0.6859504,0.61570245,0.6446281,0.7107438,0.73140496,0.6363636,0.62396693,0.6487603,0.661157,0.6528926,0.62396693,0.58677685,0.5661157,0.5661157,0.54545456,0.5413223,0.5661157,0.5661157,0.5289256,0.5371901,0.60330576,0.6570248,0.6942149,0.71487606,0.7107438,0.71487606,0.69008267,0.661157,0.70247936,0.75206614,0.7644628,0.77272725,0.7892562,0.7768595,0.7355372,0.69008267,0.661157,0.59917355,0.57438016,0.57024795,0.56198347,0.5495868,0.5371901,0.54545456,0.54545456,0.57438016,0.607438,0.59917355,0.6280992,0.6446281,0.677686,0.72727275,0.7768595,0.7933884,0.75206614,0.71487606,0.73140496,0.75619835,0.8140496,0.8512397,0.8553719,0.8471074,0.8471074,0.8016529,0.6942149,0.6322314,0.6570248,0.7066116,0.76859504,0.74380165,0.661157,0.62396693,0.6528926,0.661157,0.6694215,0.6446281,0.6280992,0.59917355,0.58264464,0.57438016,0.58677685,0.58264464,0.57438016,0.59090906,0.661157,0.6942149,0.71487606,0.71487606,0.7107438,0.7066116,0.677686,0.6528926,0.70247936,0.75206614,0.76033056,0.77272725,0.7892562,0.78099173,0.75619835,0.72727275,0.6942149,0.661157,0.6280992,0.60330576,0.59917355,0.58677685,0.58677685,0.58264464,0.5785124,0.59504133,0.61570245,0.62396693,0.661157,0.6983471,0.75206614,0.7933884,0.80991733,0.8057851,0.75619835,0.72727275,0.73966944,0.75619835,0.8057851,0.8471074,0.8553719,0.8512397,0.8512397,0.80991733,0.6983471,0.6487603,0.661157,0.6942149,0.76033056,0.8016529,0.7644628,0.69008267,0.6570248,0.6487603,0.661157,0.6487603,0.6404959,0.61157024,0.61570245,0.61570245,0.62396693,0.6404959,0.6404959,0.6487603,0.6859504,0.7107438,0.7107438,0.71487606,0.7066116,0.70247936,0.6652893,0.6322314,0.6859504,0.74793386,0.75619835,0.7644628,0.7892562,0.7933884,0.76859504,0.74793386,0.75206614,0.72727275,0.6983471,0.6735537,0.6570248,0.6404959,0.6404959,0.6363636,0.6404959,0.6570248,0.6652893,0.6818182,0.72727275,0.76859504,0.8057851,0.8264463,0.822314,0.7933884,0.75619835,0.7355372,0.74793386,0.75206614,0.7933884,0.8429752,0.8595041,0.8512397,0.8553719,0.8057851,0.7066116,0.6570248,0.6570248,0.6859504,0.7355372,0.7933884,0.8016529,0.78099173,0.73966944,0.7066116,0.6859504,0.661157,0.6404959,0.62396693,0.6404959,0.6487603,0.661157,0.6818182,0.6942149,0.7066116,0.7231405,0.7355372,0.7231405,0.71900827,0.70247936,0.6859504,0.6528926,0.607438,0.6570248,0.71900827,0.74793386,0.76859504,0.78099173,0.7933884,0.7933884,0.78099173,0.7892562,0.7768595,0.7644628,0.74380165,0.73140496,0.71900827,0.71487606,0.71487606,0.7231405,0.7355372,0.74380165,0.76033056,0.7892562,0.8140496,0.8264463,0.822314,0.8140496,0.78512394,0.76033056,0.74793386,0.75206614,0.74793386,0.78512394,0.838843,0.8553719,0.8553719,0.8553719,0.79752064,0.70247936,0.6694215,0.6528926,0.677686,0.71900827,0.78099173,0.8057851,0.8140496,0.8057851,0.7892562,0.76859504,0.75206614,0.74380165,0.7231405,0.73966944,0.74380165,0.75206614,0.76033056,0.77272725,0.78099173,0.7768595,0.7644628,0.7355372,0.71900827,0.70247936,0.677686,0.6404959,0.61570245,0.6198347,0.6942149,0.73140496,0.76033056,0.7768595,0.7933884,0.7892562,0.7933884,0.80991733,0.8181818,0.8140496,0.8016529,0.7892562,0.78099173,0.77272725,0.77272725,0.7768595,0.7933884,0.7933884,0.80991733,0.822314,0.8264463,0.8264463,0.8264463,0.8057851,0.78512394,0.76859504,0.74793386,0.75206614,0.74793386,0.78099173,0.838843,0.8553719,0.8553719,0.8553719,0.8016529,0.6983471,0.6652893,0.6570248,0.6735537,0.7066116,0.7644628,0.79752064,0.8181818,0.822314,0.8305785,0.8181818,0.80991733,0.8057851,0.8016529,0.8057851,0.8016529,0.7892562,0.79752064,0.7933884,0.7892562,0.7892562,0.77272725,0.73966944,0.71487606,0.69008267,0.6735537,0.6404959,0.59090906,0.60330576,0.6735537,0.7107438,0.7355372,0.75619835,0.7933884,0.78512394,0.79752064,0.8181818,0.8264463,0.8305785,0.822314,0.822314,0.8181818,0.8181818,0.8181818,0.8140496,0.8264463,0.8264463,0.8264463,0.8264463,0.8181818,0.8264463,0.8264463,0.79752064,0.78099173,0.7768595,0.75619835,0.74380165,0.74793386,0.7768595,0.838843,0.8553719,0.8512397,0.8512397,0.79752064,0.6983471,0.6652893,0.6694215,0.677686,0.6983471,0.74380165,0.7892562,0.8140496,0.822314,0.822314,0.822314,0.8305785,0.8181818,0.8264463,0.8264463,0.8305785,0.8140496,0.80991733,0.8016529,0.7933884,0.78512394,0.77272725,0.73966944,0.71900827,0.69008267,0.661157,0.6198347,0.5495868,0.57024795,0.6528926,0.71487606,0.72727275,0.74793386,0.77272725,0.7768595,0.7933884,0.8181818,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.8347107,0.8347107,0.8347107,0.8305785,0.8264463,0.8305785,0.8264463,0.8181818,0.8140496,0.8140496,0.7892562,0.78512394,0.77272725,0.7644628,0.74380165,0.74380165,0.7768595,0.8264463,0.8553719,0.8595041,0.8429752,0.7892562,0.6983471,0.661157,0.677686,0.677686,0.69008267,0.73140496,0.7768595,0.8016529,0.80991733,0.8181818,0.8181818,0.8264463,0.8140496,0.8264463,0.8347107,0.8264463,0.8140496,0.8140496,0.8057851,0.79752064,0.78512394,0.77272725,0.74793386,0.7231405,0.69008267,0.6487603,0.60330576,0.5082645,0.5247934,0.6198347,0.677686,0.7231405,0.75206614,0.7644628,0.76859504,0.7933884,0.8140496,0.8305785,0.8305785,0.8305785,0.8347107,0.8347107,0.838843,0.838843,0.8347107,0.8347107,0.8347107,0.8305785,0.8264463,0.822314,0.8181818,0.8057851,0.7768595,0.7768595,0.7644628,0.74793386,0.73966944,0.74793386,0.7768595,0.8140496,0.8512397,0.8553719,0.838843,0.7892562,0.7066116,0.6652893,0.6652893,0.6694215,0.6859504,0.7107438,0.75619835,0.7892562,0.8016529,0.8140496,0.8181818,0.822314,0.8140496,0.8264463,0.8264463,0.8264463,0.8181818,0.8140496,0.79752064,0.79752064,0.7933884,0.77272725,0.74793386,0.71900827,0.677686,0.6322314,0.58677685,0.47933885,0.4876033,0.58677685,0.6404959,0.6983471,0.73140496,0.75619835,0.77272725,0.7933884,0.8016529,0.8264463,0.8264463,0.8347107,0.8347107,0.8347107,0.8347107,0.838843,0.8264463,0.8305785,0.8305785,0.8264463,0.8264463,0.8181818,0.8140496,0.7933884,0.7644628,0.75206614,0.74380165,0.72727275,0.72727275,0.76859504,0.78512394,0.80991733,0.8429752,0.8512397,0.8429752,0.7892562,0.7231405,0.6735537,0.6528926,0.6404959,0.6528926,0.6859504,0.7355372,0.7768595,0.79752064,0.8057851,0.80991733,0.822314,0.822314,0.8181818,0.8264463,0.822314,0.80991733,0.8181818,0.79752064,0.79752064,0.7933884,0.76859504,0.73966944,0.7066116,0.6652893,0.61157024,0.5495868,0.446281,0.44214877,0.553719,0.6198347,0.6694215,0.7231405,0.75206614,0.77272725,0.7933884,0.8016529,0.8181818,0.8264463,0.8305785,0.8305785,0.838843,0.8305785,0.8347107,0.8305785,0.8305785,0.8264463,0.822314,0.8140496,0.8057851,0.79752064,0.76859504,0.71487606,0.71487606,0.71487606,0.6983471,0.73140496,0.78512394,0.79752064,0.8264463,0.8429752,0.8553719,0.838843,0.8057851,0.75619835,0.6859504,0.6280992,0.61570245,0.60330576,0.6446281,0.71487606,0.7644628,0.7892562,0.79752064,0.8140496,0.8181818,0.8264463,0.8181818,0.8181818,0.80991733,0.80991733,0.80991733,0.79752064,0.7892562,0.77272725,0.75206614,0.7231405,0.6942149,0.6446281,0.58264464,0.5165289,0.42561984,0.40495867,0.5082645,0.58264464,0.6446281,0.7107438,0.74793386,0.76033056,0.78512394,0.79752064,0.8181818,0.8140496,0.822314,0.8264463,0.8347107,0.822314,0.8305785,0.822314,0.8264463,0.8264463,0.8181818,0.8057851,0.7892562,0.7768595,0.73140496,0.6570248,0.677686,0.71487606,0.6859504,0.73140496,0.7892562,0.8140496,0.838843,0.8347107,0.8512397,0.838843,0.80991733,0.78099173,0.7066116,0.6280992,0.6280992,0.58677685,0.60330576,0.6942149,0.75619835,0.7768595,0.7933884,0.8057851,0.8140496,0.8181818,0.8181818,0.80991733,0.79752064,0.79752064,0.7933884,0.7892562,0.77272725,0.75619835,0.73140496,0.6983471,0.6652893,0.6198347,0.5661157,0.49173555,0.3966942,0.40495867,0.47933885,0.5495868,0.607438,0.677686,0.73140496,0.74793386,0.7768595,0.7892562,0.8140496,0.80991733,0.80991733,0.822314,0.822314,0.822314,0.8181818,0.8181818,0.822314,0.80991733,0.8057851,0.7933884,0.77272725,0.74380165,0.6859504,0.6363636,0.6983471,0.76033056,0.70247936,0.71900827,0.7933884,0.822314,0.838843,0.8347107,0.8553719,0.838843,0.8181818,0.7933884,0.73140496,0.6446281,0.677686,0.62396693,0.58264464,0.6735537,0.73966944,0.77272725,0.78512394,0.79752064,0.8057851,0.80991733,0.8057851,0.79752064,0.7892562,0.78512394,0.7768595,0.7768595,0.75619835,0.73966944,0.71487606,0.677686,0.6322314,0.59917355,0.5371901,0.48347107,0.36363637,0.40082645,0.46280992,0.5247934,0.5785124,0.6404959,0.70247936,0.7355372,0.7644628,0.78099173,0.79752064,0.80991733,0.8016529,0.80991733,0.8140496,0.8181818,0.8057851,0.8057851,0.8057851,0.7933884,0.78512394,0.76859504,0.76033056,0.73140496,0.6652893,0.6487603,0.73966944,0.78099173,0.7355372,0.72727275,0.78512394,0.8264463,0.8347107,0.8429752,0.8429752,0.8347107,0.8264463,0.7892562,0.75206614,0.6694215,0.70247936,0.6818182,0.59504133,0.6528926,0.71900827,0.74793386,0.7644628,0.78099173,0.7933884,0.7933884,0.7892562,0.7892562,0.7892562,0.77272725,0.75619835,0.76033056,0.73966944,0.7231405,0.6942149,0.661157,0.61570245,0.5661157,0.5165289,0.45867768,0.32231405,0.38429752,0.46280992,0.49586776,0.5495868,0.61157024,0.6735537,0.7107438,0.7355372,0.76859504,0.7768595,0.79752064,0.79752064,0.8057851,0.79752064,0.80991733,0.8057851,0.7892562,0.78512394,0.78099173,0.7644628,0.74380165,0.73966944,0.72727275,0.6735537,0.6528926,0.7355372,0.77272725,0.76033056,0.73966944,0.78099173,0.8140496,0.8264463,0.838843,0.8471074,0.8347107,0.8264463,0.79752064,0.74793386,0.70247936,0.6818182,0.6818182,0.62396693,0.6570248,0.70247936,0.7355372,0.74793386,0.75619835,0.7768595,0.78099173,0.77272725,0.77272725,0.7768595,0.76033056,0.74380165,0.73966944,0.71900827,0.6983471,0.6818182,0.6322314,0.60330576,0.5413223,0.48347107,0.44214877,0.30578512,0.3677686,0.46280992,0.4752066,0.5165289,0.5785124,0.6404959,0.6859504,0.7107438,0.74380165,0.76033056,0.77272725,0.78512394,0.7892562,0.7933884,0.78512394,0.78099173,0.77272725,0.7644628,0.76033056,0.7355372,0.71900827,0.71487606,0.73140496,0.70247936,0.6280992,0.6446281,0.6983471,0.73966944,0.75619835,0.7768595,0.8057851,0.822314,0.8305785,0.8347107,0.822314,0.8181818,0.7892562,0.74380165,0.6859504,0.61570245,0.58264464,0.62396693,0.69008267,0.7066116,0.7107438,0.72727275,0.7355372,0.75619835,0.75619835,0.74793386,0.74793386,0.75619835,0.74380165,0.7231405,0.7231405,0.69008267,0.677686,0.6528926,0.61157024,0.5661157,0.53305787,0.45867768,0.44214877,0.2768595,0.32231405,0.48347107,0.46694216,0.5041322,0.54545456,0.60330576,0.6487603,0.69008267,0.7231405,0.7355372,0.75206614,0.76859504,0.7644628,0.7644628,0.7644628,0.74793386,0.73966944,0.74380165,0.7231405,0.6983471,0.6942149,0.70247936,0.73140496,0.71900827,0.6446281,0.54545456,0.5,0.58264464,0.6859504,0.74380165,0.78099173,0.79752064,0.80991733,0.8140496,0.8016529,0.78512394,0.73966944,0.6735537,0.56198347,0.46694216,0.47107437,0.6735537,0.72727275,0.7066116,0.6983471,0.6983471,0.7107438,0.7231405,0.7231405,0.72727275,0.73140496,0.7355372,0.7231405,0.7066116,0.70247936,0.677686,0.661157,0.6198347,0.58264464,0.54545456,0.49586776,0.446281,0.4338843,0.22727273,0.2644628,0.49173555,0.46694216,0.49586776,0.5123967,0.57024795,0.61570245,0.6487603,0.677686,0.6983471,0.71900827,0.73140496,0.72727275,0.7355372,0.73966944,0.7231405,0.6942149,0.6942149,0.6818182,0.661157,0.6859504,0.7066116,0.74380165,0.7231405,0.6735537,0.6322314,0.46280992,0.39256197,0.5041322,0.62396693,0.7066116,0.73966944,0.75619835,0.75619835,0.7355372,0.6942149,0.607438,0.4876033,0.40495867,0.40495867,0.5495868,0.7107438,0.73140496,0.70247936,0.6818182,0.69008267,0.6942149,0.6983471,0.6942149,0.70247936,0.71487606,0.71487606,0.70247936,0.6942149,0.6859504,0.661157,0.6280992,0.59504133,0.553719,0.5123967,0.46694216,0.446281,0.45041323,0.16528925,0.17355372,0.49173555,0.47933885,0.48347107,0.49586776,0.53305787,0.58677685,0.61570245,0.6487603,0.6735537,0.69008267,0.6942149,0.6942149,0.6983471,0.6983471,0.69008267,0.6652893,0.6528926,0.6528926,0.6528926,0.70247936,0.74793386,0.75619835,0.7355372,0.6983471,0.6570248,0.57438016,0.45867768,0.41735536,0.45867768,0.53305787,0.59917355,0.61570245,0.61570245,0.59090906,0.5371901,0.44214877,0.37603307,0.41735536,0.5082645,0.61570245,0.70247936,0.72727275,0.7066116,0.69008267,0.69008267,0.6859504,0.6859504,0.6859504,0.6859504,0.6983471,0.6983471,0.6818182,0.677686,0.661157,0.6280992,0.59504133,0.56198347,0.5206612,0.5,0.46280992,0.45454547,0.43801653,0.08677686,0.08264463,0.47107437,0.49173555,0.48347107,0.49173555,0.5082645,0.553719,0.58677685,0.6198347,0.6528926,0.6652893,0.6694215,0.6694215,0.6652893,0.661157,0.6528926,0.6404959,0.6322314,0.6528926,0.6818182,0.7355372,0.7644628,0.76859504,0.74793386,0.71900827,0.69008267,0.6198347,0.5289256,0.46694216,0.446281,0.446281,0.446281,0.446281,0.44214877,0.4338843,0.40495867,0.37603307,0.41735536,0.53305787,0.6280992,0.6735537,0.71487606,0.7066116,0.7066116,0.6983471,0.6942149,0.6735537,0.6652893,0.6652893,0.6487603,0.6528926,0.661157,0.6570248,0.6528926,0.6363636,0.59917355,0.553719,0.5206612,0.5082645,0.49173555,0.45454547,0.47107437,0.34710744,0.049586777,0.053719006,0.39256197,0.5041322,0.49173555,0.47933885,0.4876033,0.5082645,0.54545456,0.5785124,0.60330576,0.6198347,0.62396693,0.6322314,0.62396693,0.6198347,0.62396693,0.6198347,0.6363636,0.677686,0.71900827,0.75206614,0.7644628,0.76859504,0.77272725,0.74793386,0.6983471,0.6570248,0.58677685,0.5206612,0.49173555,0.46280992,0.41735536,0.38016528,0.38016528,0.38842976,0.3966942,0.44214877,0.53305787,0.62396693,0.6694215,0.6983471,0.7066116,0.7107438,0.6942149,0.71487606,0.6983471,0.661157,0.6404959,0.6322314,0.61570245,0.61157024,0.6322314,0.6322314,0.6280992,0.61570245,0.57438016,0.5206612,0.5,0.5,0.47933885,0.45867768,0.45454547,0.24380165,0.049586777,0.0661157,0.2644628,0.49586776,0.5,0.47933885,0.47933885,0.49173555,0.5041322,0.5413223,0.57024795,0.59504133,0.59917355,0.60330576,0.59504133,0.59917355,0.607438,0.6198347,0.6652893,0.70247936,0.71487606,0.7355372,0.74793386,0.7768595,0.7644628,0.76859504,0.73140496,0.6983471,0.6404959,0.57438016,0.5371901,0.49173555,0.44214877,0.4090909,0.41322315,0.42975205,0.47107437,0.5413223,0.607438,0.661157,0.6859504,0.7066116,0.70247936,0.7066116,0.6983471,0.6942149,0.6983471,0.6487603,0.61570245,0.59917355,0.61157024,0.60330576,0.61157024,0.60330576,0.607438,0.59504133,0.55785125,0.5082645,0.49173555,0.49173555,0.4752066,0.45454547,0.40495867,0.1694215,0.0661157,0.0661157,0.15289256,0.446281,0.5,0.5,0.49173555,0.47107437,0.47933885,0.5123967,0.54545456,0.58264464,0.59504133,0.59504133,0.59090906,0.59090906,0.59504133,0.6280992,0.6735537,0.69008267,0.6859504,0.7107438,0.74380165,0.77272725,0.76859504,0.7644628,0.76033056,0.7231405,0.6983471,0.6404959,0.58677685,0.5247934,0.4752066,0.46694216,0.48347107,0.5,0.553719,0.61157024,0.661157,0.6859504,0.70247936,0.70247936,0.6942149,0.70247936,0.69008267,0.6694215,0.661157,0.6363636,0.58677685,0.54545456,0.58677685,0.607438,0.61570245,0.61157024,0.61157024,0.59504133,0.5495868,0.5041322,0.49586776,0.5041322,0.47933885,0.45867768,0.32231405,0.12396694,0.08264463,0.07024793,0.07438017,0.35123968,0.4876033,0.5082645,0.49586776,0.49173555,0.46280992,0.49586776,0.5413223,0.57024795,0.58264464,0.59090906,0.59090906,0.58677685,0.58677685,0.60330576,0.61157024,0.62396693,0.6363636,0.6694215,0.72727275,0.76033056,0.76859504,0.7644628,0.76033056,0.73966944,0.73966944,0.6983471,0.6570248,0.59504133,0.5495868,0.5413223,0.5661157,0.58264464,0.6322314,0.6652893,0.69008267,0.7066116,0.70247936,0.70247936,0.69008267,0.6859504,0.6694215,0.6280992,0.59090906,0.57438016,0.55785125,0.47107437,0.5289256,0.59917355,0.61570245,0.61570245,0.60330576,0.58264464,0.54545456,0.5,0.5041322,0.5,0.47933885,0.42561984,0.23553719,0.09917355,0.08677686,0.0785124,0.045454547,0.2107438,0.45454547,0.5041322,0.5082645,0.5,0.47933885,0.4752066,0.5165289,0.57024795,0.58264464,0.59917355,0.61157024,0.58677685,0.57438016,0.5413223,0.5206612,0.5413223,0.58264464,0.6487603,0.71487606,0.73966944,0.74793386,0.75619835,0.7644628,0.76033056,0.7644628,0.75206614,0.72727275,0.6818182,0.6446281,0.6404959,0.6570248,0.677686,0.70247936,0.72727275,0.7107438,0.7107438,0.71487606,0.7107438,0.6942149,0.677686,0.6446281,0.59090906,0.5206612,0.49586776,0.49586776,0.45454547,0.4752066,0.6198347,0.6363636,0.6363636,0.60330576,0.5661157,0.5165289,0.5,0.5082645,0.49173555,0.46280992,0.3553719,0.1570248,0.08677686,0.09504132,0.0785124,0.07438017,0.09090909,0.36363637,0.48347107,0.49586776,0.5082645,0.49586776,0.4752066,0.5041322,0.55785125,0.60330576,0.62396693,0.6363636,0.61157024,0.5413223,0.4752066,0.44214877,0.41322315,0.42975205,0.5206612,0.61570245,0.6570248,0.6818182,0.7107438,0.7231405,0.73140496,0.7355372,0.73966944,0.73140496,0.73140496,0.73140496,0.73140496,0.74793386,0.75619835,0.73140496,0.73140496,0.7107438,0.6983471,0.70247936,0.677686,0.6570248,0.61570245,0.55785125,0.5082645,0.446281,0.42975205,0.45867768,0.46694216,0.5,0.6280992,0.6652893,0.6446281,0.59090906,0.5413223,0.49586776,0.49173555,0.5082645,0.49173555,0.42561984,0.25619835,0.10743801,0.09090909,0.10330579,0.08677686,0.09090909,0.053719006,0.2231405,0.4338843,0.49586776,0.5041322,0.5123967,0.48347107,0.4876033,0.5289256,0.59917355,0.6280992,0.6404959,0.6487603,0.55785125,0.49173555,0.5247934,0.5165289,0.49173555,0.39256197,0.37603307,0.4338843,0.47107437,0.5165289,0.5495868,0.57438016,0.57438016,0.57438016,0.59090906,0.6570248,0.69008267,0.7231405,0.71900827,0.6983471,0.6322314,0.58677685,0.56198347,0.5413223,0.553719,0.5289256,0.49586776,0.45454547,0.4338843,0.48347107,0.5206612,0.5247934,0.5413223,0.53305787,0.5413223,0.6404959,0.6528926,0.6322314,0.5661157,0.5123967,0.4752066,0.4876033,0.4876033,0.45867768,0.3429752,0.17768595,0.10330579,0.10330579,0.11570248,0.11157025,0.09917355,0.07024793,0.09090909,0.3140496,0.46280992,0.49586776,0.5123967,0.5,0.48347107,0.49173555,0.54545456,0.607438,0.61570245,0.6446281,0.58264464,0.56198347,0.6404959,0.6652893,0.677686,0.6570248,0.5495868,0.45454547,0.4214876,0.4090909,0.40495867,0.4090909,0.38016528,0.38016528,0.4214876,0.4752066,0.5165289,0.57438016,0.56198347,0.5123967,0.4752066,0.4214876,0.38016528,0.3677686,0.38842976,0.39256197,0.40082645,0.43801653,0.5123967,0.59917355,0.6363636,0.661157,0.6528926,0.61157024,0.58264464,0.61570245,0.61157024,0.59090906,0.5165289,0.47107437,0.46280992,0.47933885,0.46694216,0.38842976,0.22727273,0.13636364,0.11983471,0.11570248,0.12396694,0.11570248,0.09090909,0.0785124,0.037190083,0.18595041,0.40082645,0.4752066,0.5,0.4876033,0.48347107,0.48347107,0.49173555,0.54545456,0.5785124,0.61570245,0.60330576,0.62396693,0.6859504,0.7107438,0.73140496,0.7355372,0.74380165,0.6859504,0.59090906,0.53305787,0.5123967,0.5041322,0.45867768,0.41322315,0.38842976,0.3966942,0.39256197,0.41322315,0.41735536,0.40495867,0.40082645,0.38842976,0.38016528,0.41322315,0.446281,0.43801653,0.48347107,0.55785125,0.6280992,0.6528926,0.6735537,0.70247936,0.677686,0.61570245,0.58264464,0.5785124,0.57024795,0.5413223,0.46694216,0.45454547,0.45454547,0.45454547,0.4338843,0.2603306,0.11570248,0.12809917,0.1446281,0.1322314,0.14049587,0.12396694,0.0785124,0.0785124,0.06198347,0.10330579,0.3181818,0.43801653,0.46280992,0.47933885,0.47933885,0.49173555,0.4752066,0.49586776,0.5371901,0.58677685,0.6198347,0.6404959,0.6818182,0.7107438,0.71900827,0.7107438,0.7231405,0.73140496,0.7066116,0.6570248,0.6322314,0.6322314,0.6363636,0.6198347,0.59090906,0.5413223,0.4876033,0.4338843,0.4338843,0.46694216,0.5289256,0.5413223,0.56198347,0.5413223,0.53305787,0.5289256,0.57024795,0.61570245,0.6280992,0.6446281,0.677686,0.6818182,0.6487603,0.607438,0.58677685,0.5661157,0.53305787,0.49173555,0.45454547,0.45041323,0.446281,0.4214876,0.2892562,0.11157025,0.0661157,0.14049587,0.15289256,0.14049587,0.14876033,0.12809917,0.0785124,0.0785124,0.0661157,0.09504132,0.2768595,0.4090909,0.4214876,0.45867768,0.47107437,0.48347107,0.48347107,0.49586776,0.5289256,0.57438016,0.607438,0.6570248,0.6652893,0.6942149,0.6983471,0.6859504,0.69008267,0.7066116,0.70247936,0.6983471,0.661157,0.6280992,0.6363636,0.6694215,0.6983471,0.70247936,0.69008267,0.6528926,0.6694215,0.6487603,0.6487603,0.61570245,0.57024795,0.5371901,0.54545456,0.5661157,0.59504133,0.607438,0.607438,0.6404959,0.6735537,0.6570248,0.6322314,0.607438,0.58677685,0.56198347,0.5123967,0.46694216,0.45041323,0.43801653,0.42561984,0.30578512,0.11983471,0.05785124,0.07024793,0.1446281,0.16528925,0.14876033,0.1570248,0.12396694,0.07438017,0.08264463,0.07024793,0.08264463,0.2644628,0.40495867,0.39256197,0.42561984,0.45867768,0.46280992,0.49173555,0.5123967,0.53305787,0.5661157,0.61157024,0.6363636,0.6652893,0.677686,0.6818182,0.6652893,0.6363636,0.6652893,0.6735537,0.6818182,0.6735537,0.6404959,0.62396693,0.61570245,0.61570245,0.62396693,0.6198347,0.60330576,0.59917355,0.58264464,0.5661157,0.55785125,0.5413223,0.5495868,0.5785124,0.59504133,0.58677685,0.58264464,0.61157024,0.661157,0.6652893,0.6446281,0.6322314,0.61570245,0.59090906,0.553719,0.49173555,0.45454547,0.4338843,0.41735536,0.30578512,0.1446281,0.06198347,0.08264463,0.10330579,0.16528925,0.1694215,0.1570248,0.1694215,0.09917355,0.07438017,0.08264463,0.0661157,0.07024793,0.24793388,0.41735536,0.40495867,0.3966942,0.4214876,0.446281,0.47107437,0.5082645,0.53305787,0.57438016,0.61570245,0.6363636,0.6446281,0.661157,0.6570248,0.6570248,0.6528926,0.6198347,0.61570245,0.6404959,0.6487603,0.6363636,0.6198347,0.58264464,0.55785125,0.56198347,0.5661157,0.56198347,0.553719,0.5413223,0.54545456,0.553719,0.5661157,0.57438016,0.5785124,0.58264464,0.553719,0.5785124,0.6404959,0.6570248,0.6652893,0.6528926,0.6322314,0.60330576,0.57024795,0.5165289,0.46694216,0.42975205,0.41322315,0.3305785,0.14876033,0.0661157,0.0661157,0.11983471,0.11570248,0.15289256,0.14049587,0.15289256,0.1570248,0.07438017,0.0661157,0.08677686,0.0661157,0.06198347,0.23140496,0.4214876,0.42561984,0.40082645,0.38429752,0.4090909,0.44214877,0.47933885,0.5289256,0.5661157,0.62396693,0.6487603,0.6404959,0.6570248,0.6694215,0.6735537,0.677686,0.6446281,0.59504133,0.58264464,0.59090906,0.60330576,0.61157024,0.58677685,0.553719,0.5371901,0.5371901,0.5371901,0.5289256,0.5289256,0.5413223,0.553719,0.553719,0.54545456,0.54545456,0.5495868,0.57438016,0.61570245,0.6652893,0.661157,0.6570248,0.6404959,0.62396693,0.5785124,0.5289256,0.4752066,0.4338843,0.3966942,0.34710744,0.21487603,0.08264463,0.05785124,0.09090909,0.12396694,0.11157025,0.12396694,0.11983471,0.1322314,0.1446281,0.06198347,0.06198347,0.08264463,0.05785124,0.053719006,0.22727273,0.4214876,0.43801653,0.42975205,0.40495867,0.38429752,0.40495867,0.45041323,0.49586776,0.5413223,0.59504133,0.6446281,0.6652893,0.6735537,0.6818182,0.6942149,0.70247936,0.6942149,0.6404959,0.58677685,0.56198347,0.54545456,0.54545456,0.5495868,0.5413223,0.5371901,0.5289256,0.5206612,0.5206612,0.5206612,0.5123967,0.5165289,0.5206612,0.5206612,0.5495868,0.58264464,0.6280992,0.661157,0.6694215,0.6652893,0.6487603,0.6280992,0.607438,0.5413223,0.4752066,0.42975205,0.39256197,0.3429752,0.2768595,0.16115703,0.07438017,0.06198347,0.09090909,0.09917355,0.09504132,0.10743801,0.09917355,0.11157025,0.11570248,0.07438017,0.07024793,0.07438017,0.07024793,0.053719006,0.23966943,0.41735536,0.446281,0.44214877,0.4338843,0.40495867,0.37603307,0.4090909,0.45867768,0.5123967,0.55785125,0.61570245,0.6570248,0.6859504,0.69008267,0.6983471,0.7107438,0.73140496,0.6859504,0.6528926,0.6322314,0.59504133,0.55785125,0.53305787,0.5165289,0.5041322,0.49586776,0.49586776,0.5041322,0.5082645,0.5123967,0.53305787,0.56198347,0.58264464,0.62396693,0.661157,0.6652893,0.6818182,0.6652893,0.6652893,0.6404959,0.61157024,0.5661157,0.47107437,0.4214876,0.38429752,0.3429752,0.30165288,0.2520661,0.1446281,0.07024793,0.07024793,0.08677686,0.08677686,0.09090909,0.10743801,0.0785124,0.10330579,0.09504132,0.07438017,0.07438017,0.07438017,0.0785124,0.02892562,0.24793388,0.4214876,0.44214877,0.45867768,0.446281,0.43801653,0.3966942,0.37190083,0.40495867,0.45867768,0.5206612,0.57438016,0.62396693,0.6694215,0.6983471,0.7066116,0.71900827,0.74380165,0.73966944,0.71900827,0.7066116,0.70247936,0.6694215,0.6487603,0.6198347,0.58677685,0.57024795,0.57024795,0.58677685,0.60330576,0.61570245,0.6322314,0.6487603,0.661157,0.677686,0.70247936,0.6859504,0.6818182,0.6694215,0.6528926,0.6404959,0.58264464,0.49586776,0.41322315,0.37190083,0.33471075,0.3181818,0.30578512,0.24793388,0.13636364,0.0785124,0.0785124,0.08264463,0.0785124,0.08677686,0.09090909,0.08677686,0.09504132,0.0785124,0.0661157,0.07438017,0.07438017,0.08264463,0.024793388,0.2603306,0.41735536,0.43801653,0.46280992,0.45454547,0.446281,0.446281,0.4090909,0.37603307,0.4090909,0.45454547,0.5165289,0.58264464,0.6322314,0.6818182,0.7066116,0.73140496,0.74380165,0.75619835,0.75206614,0.74793386,0.74380165,0.74793386,0.75206614,0.73966944,0.72727275,0.71900827,0.7231405,0.7231405,0.71900827,0.71900827,0.71900827,0.71487606,0.7066116,0.7066116,0.7107438,0.6983471,0.69008267,0.6652893,0.6363636,0.5785124,0.53305787,0.38842976,0.35950413,0.3305785,0.3140496,0.3305785,0.32231405,0.24380165,0.1322314,0.08264463,0.0785124,0.0785124,0.07438017,0.08677686,0.08264463,0.09090909,0.07438017,0.08264463,0.07024793,0.0661157,0.09090909,0.10330579,0.06198347,0.28099173,0.41735536,0.44214877,0.45454547,0.4752066,0.45041323,0.45454547,0.43801653,0.4090909,0.3966942,0.40082645,0.446281,0.5206612,0.58677685,0.6487603,0.6942149,0.71487606,0.74793386,0.76033056,0.77272725,0.78099173,0.7644628,0.7768595,0.79752064,0.7892562,0.78099173,0.7768595,0.78512394,0.77272725,0.76859504,0.7644628,0.76033056,0.75619835,0.7355372,0.72727275,0.71487606,0.69008267,0.6652893,0.6280992,0.58677685,0.5247934,0.41735536,0.34710744,0.3305785,0.3264463,0.3305785,0.35950413,0.3305785,0.23966943,0.11570248,0.08264463,0.08677686,0.08264463,0.07438017,0.08264463,0.0785124,0.08677686,0.0785124,0.07024793,0.07438017,0.09917355,0.11983471,0.12809917,0.10743801,0.29338843,0.41735536,0.45041323,0.45867768,0.47933885,0.49173555,0.45041323,0.45041323,0.43801653,0.41322315,0.40082645,0.40082645,0.43801653,0.5165289,0.59504133,0.6487603,0.677686,0.72727275,0.76033056,0.77272725,0.78512394,0.78512394,0.78512394,0.7933884,0.8016529,0.7892562,0.78099173,0.78099173,0.7768595,0.7768595,0.77272725,0.76859504,0.7644628,0.73966944,0.71900827,0.71487606,0.6818182,0.6280992,0.59504133,0.54545456,0.45454547,0.3553719,0.34710744,0.3181818,0.33471075,0.338843,0.37190083,0.33471075,0.24380165,0.11570248,0.0785124,0.08677686,0.08264463,0.07438017,0.08264463,0.0785124,0.08264463,0.0785124,0.07024793,0.09917355,0.13636364,0.15289256,0.1570248,0.1570248,0.2892562,0.41322315,0.45041323,0.46694216,0.4752066,0.4876033,0.47107437,0.45867768,0.446281,0.4338843,0.41735536,0.40082645,0.40082645,0.43801653,0.5123967,0.58677685,0.6363636,0.6859504,0.73140496,0.75206614,0.78099173,0.7768595,0.77272725,0.7933884,0.78512394,0.78512394,0.7768595,0.78099173,0.7768595,0.7768595,0.77272725,0.77272725,0.7644628,0.73966944,0.71900827,0.71487606,0.6818182,0.6280992,0.59504133,0.5495868,0.45867768,0.35950413,0.34710744,0.32231405,0.33471075,0.33471075,0.37603307,0.338843,0.25619835,0.11983471,0.0785124,0.08677686,0.08264463,0.07438017,0.0785124,0.0785124,0.08264463,0.08264463,0.07024793,0.1446281,0.18181819,0.18181819,0.19008264,0.1983471,0.2892562,0.40082645,0.446281,0.46280992,0.5,0.49586776,0.47933885,0.49173555,0.45041323,0.44214877,0.42975205,0.40495867,0.40082645,0.4090909,0.47107437,0.56198347,0.6198347,0.6735537,0.7231405,0.74793386,0.7768595,0.7768595,0.77272725,0.7892562,0.78512394,0.78512394,0.7768595,0.78099173,0.7768595,0.7768595,0.77272725,0.77272725,0.7644628,0.74380165,0.71900827,0.71487606,0.6859504,0.6322314,0.59504133,0.5495868,0.46694216,0.3677686,0.34710744,0.32231405,0.33471075,0.33471075,0.37603307,0.3429752,0.2644628,0.11983471,0.0785124,0.08264463,0.08677686,0.07438017,0.0785124,0.0785124,0.08264463,0.08264463,0.07024793,0.16528925,0.20247933,0.19008264,0.20247933,0.2107438,0.28512397,0.39256197,0.446281,0.46280992,0.49586776,0.49586776,0.47933885,0.49586776,0.45041323,0.44214877,0.4338843,0.40495867,0.40082645,0.4090909,0.46694216,0.55785125,0.6198347,0.6694215,0.7231405,0.74793386,0.7768595,0.78099173,0.77272725,0.7892562,0.78512394,0.78512394,0.7768595,0.78099173,0.7768595,0.7768595,0.77272725,0.77272725,0.7644628,0.74380165,0.71900827,0.71487606,0.69008267,0.6363636,0.59917355,0.553719,0.47107437,0.37190083,0.34710744,0.3264463,0.3305785,0.33471075,0.37190083,0.34710744,0.27272728,0.12396694,0.0785124,0.08264463,0.08677686,0.07438017,0.0785124,0.0785124,0.08264463,0.08264463,0.07438017,9 +0.09917355,0.0661157,0.32231405,0.5165289,0.5785124,0.607438,0.6280992,0.6446281,0.6694215,0.677686,0.7107438,0.72727275,0.73966944,0.75619835,0.7644628,0.76859504,0.75619835,0.76033056,0.7768595,0.78512394,0.78512394,0.7933884,0.79752064,0.79752064,0.7933884,0.7892562,0.7892562,0.7933884,0.8016529,0.8016529,0.8016529,0.8016529,0.8016529,0.8057851,0.8057851,0.80991733,0.8140496,0.822314,0.8181818,0.8140496,0.8181818,0.822314,0.822314,0.822314,0.8264463,0.822314,0.822314,0.8140496,0.8140496,0.80991733,0.8016529,0.7933884,0.79752064,0.79752064,0.7892562,0.77272725,0.75619835,0.73966944,0.71487606,0.69008267,0.6652893,0.6363636,0.553719,0.53305787,0.12396694,0.041322313,0.29752067,0.4876033,0.57024795,0.61157024,0.6280992,0.6487603,0.6735537,0.6942149,0.7231405,0.74793386,0.75619835,0.76033056,0.7644628,0.77272725,0.77272725,0.77272725,0.78099173,0.7892562,0.7892562,0.7933884,0.8016529,0.8057851,0.8057851,0.8016529,0.79752064,0.8016529,0.80991733,0.80991733,0.8140496,0.80991733,0.8057851,0.8140496,0.8140496,0.8140496,0.8181818,0.8264463,0.8264463,0.822314,0.8264463,0.822314,0.8264463,0.822314,0.8264463,0.8264463,0.822314,0.8181818,0.8181818,0.8181818,0.80991733,0.8016529,0.79752064,0.7933884,0.79752064,0.7768595,0.76033056,0.74380165,0.71487606,0.69008267,0.6570248,0.6280992,0.59504133,0.5289256,0.12809917,0.049586777,0.24793388,0.47107437,0.56198347,0.60330576,0.6363636,0.661157,0.69008267,0.70247936,0.7355372,0.7644628,0.76859504,0.77272725,0.7768595,0.78099173,0.78512394,0.78512394,0.78512394,0.7933884,0.79752064,0.8016529,0.8057851,0.80991733,0.8140496,0.80991733,0.8057851,0.80991733,0.8140496,0.8140496,0.8181818,0.8140496,0.8181818,0.8181818,0.822314,0.8264463,0.8264463,0.8305785,0.8305785,0.8305785,0.8347107,0.8305785,0.8347107,0.822314,0.8305785,0.822314,0.822314,0.822314,0.8181818,0.8181818,0.8181818,0.8057851,0.7933884,0.7933884,0.7892562,0.7768595,0.7644628,0.74793386,0.71900827,0.6942149,0.661157,0.61570245,0.607438,0.57438016,0.14049587,0.0661157,0.20247933,0.44214877,0.55785125,0.60330576,0.6404959,0.6694215,0.69008267,0.70247936,0.72727275,0.7644628,0.78512394,0.7892562,0.7933884,0.7933884,0.7892562,0.7933884,0.7933884,0.79752064,0.8057851,0.80991733,0.8140496,0.8140496,0.8181818,0.8140496,0.80991733,0.8140496,0.8181818,0.8181818,0.8181818,0.822314,0.8264463,0.8181818,0.8140496,0.8264463,0.8264463,0.8264463,0.8264463,0.8347107,0.8305785,0.838843,0.838843,0.8264463,0.8305785,0.8305785,0.8264463,0.8181818,0.80991733,0.8016529,0.8057851,0.8057851,0.7933884,0.7892562,0.78512394,0.78099173,0.76859504,0.75206614,0.7231405,0.6983471,0.6694215,0.6280992,0.59090906,0.58264464,0.1570248,0.08264463,0.1694215,0.3966942,0.5495868,0.59917355,0.62396693,0.6487603,0.6735537,0.69008267,0.7107438,0.75206614,0.78512394,0.79752064,0.8016529,0.79752064,0.7933884,0.7933884,0.79752064,0.79752064,0.8016529,0.8140496,0.8140496,0.8181818,0.8181818,0.822314,0.8181818,0.8181818,0.8181818,0.8181818,0.8140496,0.8305785,0.8264463,0.822314,0.8181818,0.8264463,0.8264463,0.8305785,0.8264463,0.8264463,0.8264463,0.8305785,0.822314,0.822314,0.8181818,0.822314,0.8140496,0.8057851,0.79752064,0.78099173,0.77272725,0.78099173,0.76859504,0.75206614,0.76859504,0.76859504,0.76033056,0.75206614,0.73140496,0.6983471,0.6735537,0.6446281,0.61157024,0.5785124,0.16115703,0.09504132,0.1322314,0.36363637,0.5289256,0.56198347,0.5785124,0.60330576,0.6363636,0.6652893,0.6818182,0.72727275,0.76033056,0.78099173,0.7933884,0.7933884,0.7892562,0.79752064,0.7933884,0.79752064,0.8016529,0.8016529,0.8057851,0.8181818,0.8181818,0.8181818,0.8181818,0.8181818,0.8140496,0.8181818,0.80991733,0.8181818,0.8305785,0.8181818,0.8264463,0.8264463,0.8264463,0.8264463,0.8181818,0.8181818,0.80991733,0.8016529,0.79752064,0.79752064,0.7933884,0.78512394,0.76859504,0.7644628,0.75206614,0.73140496,0.7231405,0.7107438,0.6942149,0.6735537,0.6818182,0.7107438,0.7355372,0.74793386,0.7355372,0.7107438,0.6735537,0.6570248,0.6446281,0.61570245,0.1570248,0.10743801,0.11570248,0.32231405,0.45454547,0.45867768,0.4876033,0.5371901,0.58264464,0.62396693,0.6528926,0.6818182,0.7231405,0.75206614,0.76859504,0.78099173,0.7768595,0.78512394,0.78512394,0.78099173,0.78512394,0.8016529,0.79752064,0.80991733,0.80991733,0.8140496,0.8140496,0.8181818,0.8140496,0.8140496,0.8057851,0.80991733,0.8181818,0.80991733,0.8140496,0.8140496,0.80991733,0.8057851,0.79752064,0.7892562,0.76859504,0.75206614,0.72727275,0.71900827,0.71487606,0.6942149,0.6528926,0.6280992,0.61157024,0.58264464,0.56198347,0.5495868,0.5289256,0.5041322,0.49586776,0.53305787,0.61157024,0.69008267,0.72727275,0.7231405,0.6859504,0.661157,0.6528926,0.6363636,0.14876033,0.11157025,0.10743801,0.2520661,0.33471075,0.3140496,0.338843,0.40082645,0.45041323,0.5,0.54545456,0.6280992,0.661157,0.6942149,0.7107438,0.7355372,0.7355372,0.74793386,0.74793386,0.75619835,0.76859504,0.78512394,0.7933884,0.8016529,0.79752064,0.8057851,0.8057851,0.80991733,0.8057851,0.8016529,0.78512394,0.7933884,0.7933884,0.79752064,0.78512394,0.7768595,0.7644628,0.73140496,0.6942149,0.6446281,0.607438,0.56198347,0.5082645,0.45867768,0.45867768,0.46694216,0.45867768,0.44214877,0.42975205,0.41735536,0.4090909,0.39256197,0.38842976,0.3966942,0.38429752,0.37603307,0.4214876,0.5289256,0.6322314,0.69008267,0.6818182,0.661157,0.6570248,0.6446281,0.14876033,0.1322314,0.11157025,0.17355372,0.2231405,0.2231405,0.2231405,0.24380165,0.28512397,0.32231405,0.3305785,0.4214876,0.45867768,0.5082645,0.5661157,0.61157024,0.6404959,0.6735537,0.6859504,0.7107438,0.73140496,0.7644628,0.7768595,0.78512394,0.78099173,0.79752064,0.79752064,0.8016529,0.8016529,0.7933884,0.7644628,0.76033056,0.76033056,0.75619835,0.72727275,0.6859504,0.6446281,0.5785124,0.5082645,0.44214877,0.40082645,0.3677686,0.338843,0.32231405,0.30578512,0.3140496,0.32231405,0.3264463,0.3181818,0.32231405,0.33471075,0.338843,0.35123968,0.3553719,0.36363637,0.338843,0.29338843,0.3305785,0.4338843,0.5371901,0.59917355,0.6322314,0.6528926,0.6570248,0.14049587,0.13636364,0.1322314,0.16115703,0.20247933,0.20661157,0.19008264,0.18181819,0.19421488,0.22727273,0.18595041,0.21900827,0.23966943,0.29338843,0.35950413,0.4090909,0.45041323,0.5123967,0.57024795,0.6363636,0.677686,0.72727275,0.74793386,0.7644628,0.7768595,0.7892562,0.7933884,0.7933884,0.7933884,0.78099173,0.75619835,0.74793386,0.72727275,0.6942149,0.6363636,0.553719,0.49173555,0.43801653,0.38429752,0.3429752,0.3140496,0.28512397,0.27272728,0.2603306,0.2603306,0.28512397,0.29338843,0.30165288,0.30991736,0.3429752,0.38842976,0.42561984,0.45867768,0.47933885,0.5082645,0.48347107,0.4214876,0.338843,0.33471075,0.3553719,0.40495867,0.5123967,0.607438,0.6446281,0.1322314,0.14049587,0.11983471,0.20247933,0.30578512,0.28512397,0.2520661,0.23553719,0.24380165,0.23553719,0.19421488,0.18595041,0.19421488,0.2107438,0.21900827,0.2520661,0.28512397,0.3429752,0.4090909,0.5247934,0.61570245,0.677686,0.71900827,0.7355372,0.7644628,0.78099173,0.7892562,0.7933884,0.78512394,0.76859504,0.74793386,0.73966944,0.72727275,0.661157,0.56198347,0.4752066,0.41735536,0.38842976,0.36363637,0.3264463,0.30165288,0.2768595,0.2644628,0.27272728,0.29338843,0.338843,0.38016528,0.40082645,0.44214877,0.49173555,0.553719,0.59090906,0.62396693,0.6322314,0.6652893,0.6652893,0.62396693,0.553719,0.4876033,0.4090909,0.35123968,0.3677686,0.446281,0.5661157,0.1570248,0.12396694,0.10743801,0.2892562,0.45867768,0.45454547,0.4090909,0.38016528,0.37603307,0.35950413,0.32231405,0.30165288,0.24793388,0.23140496,0.21900827,0.23966943,0.2520661,0.2892562,0.3140496,0.39256197,0.5,0.60330576,0.6818182,0.71487606,0.74380165,0.7768595,0.7892562,0.7933884,0.78099173,0.76033056,0.7355372,0.72727275,0.7066116,0.62396693,0.5289256,0.48347107,0.44214877,0.41322315,0.40082645,0.38016528,0.3677686,0.3677686,0.37190083,0.3966942,0.43801653,0.47107437,0.5165289,0.53305787,0.55785125,0.5785124,0.61157024,0.6280992,0.6404959,0.6487603,0.661157,0.6735537,0.6818182,0.677686,0.6487603,0.58677685,0.49173555,0.41322315,0.35950413,0.44214877,0.1570248,0.1322314,0.08677686,0.3181818,0.4752066,0.4876033,0.47107437,0.44214877,0.40495867,0.39256197,0.3677686,0.36363637,0.3553719,0.3140496,0.2892562,0.2768595,0.28099173,0.3140496,0.3264463,0.34710744,0.41322315,0.5247934,0.6322314,0.6818182,0.73140496,0.76859504,0.78512394,0.7892562,0.78512394,0.76033056,0.7355372,0.7107438,0.6818182,0.59504133,0.5165289,0.49586776,0.4752066,0.47107437,0.46694216,0.46280992,0.45041323,0.4338843,0.42561984,0.43801653,0.42561984,0.41735536,0.45454547,0.4876033,0.5123967,0.5123967,0.5165289,0.5,0.5247934,0.55785125,0.59504133,0.59917355,0.61157024,0.6198347,0.6363636,0.62396693,0.59504133,0.54545456,0.4876033,0.45867768,0.17355372,0.1322314,0.10330579,0.29752067,0.4338843,0.446281,0.41322315,0.36363637,0.32231405,0.3140496,0.29752067,0.2768595,0.2892562,0.2644628,0.23140496,0.24793388,0.2644628,0.2892562,0.3181818,0.34710744,0.38016528,0.43801653,0.553719,0.6570248,0.7231405,0.76859504,0.7933884,0.7933884,0.7933884,0.78099173,0.75619835,0.7231405,0.6694215,0.60330576,0.5371901,0.4876033,0.4876033,0.5041322,0.5041322,0.4752066,0.43801653,0.40082645,0.38429752,0.3677686,0.32231405,0.28099173,0.33471075,0.38016528,0.40082645,0.39256197,0.42561984,0.43801653,0.4214876,0.40495867,0.42561984,0.49586776,0.5371901,0.553719,0.58264464,0.59917355,0.60330576,0.59504133,0.57024795,0.553719,0.19421488,0.1322314,0.11983471,0.30165288,0.40495867,0.39256197,0.3429752,0.28099173,0.2520661,0.24793388,0.2644628,0.26859504,0.2520661,0.21900827,0.18595041,0.20661157,0.2644628,0.23966943,0.22727273,0.2892562,0.33471075,0.3677686,0.46280992,0.61157024,0.7231405,0.77272725,0.8057851,0.80991733,0.80991733,0.8057851,0.7768595,0.7355372,0.677686,0.58677685,0.5289256,0.49173555,0.5,0.5,0.48347107,0.44214877,0.42975205,0.39256197,0.36363637,0.32231405,0.2892562,0.21900827,0.2231405,0.26859504,0.28512397,0.25619835,0.2892562,0.3264463,0.36363637,0.40082645,0.38842976,0.37603307,0.43801653,0.5,0.5371901,0.56198347,0.57438016,0.5785124,0.59090906,0.59917355,0.21487603,0.1322314,0.12809917,0.30991736,0.4214876,0.38429752,0.32231405,0.2520661,0.21900827,0.24380165,0.338843,0.43801653,0.3966942,0.24380165,0.16115703,0.19421488,0.33471075,0.29338843,0.14049587,0.20247933,0.30165288,0.32231405,0.37190083,0.55785125,0.7231405,0.7892562,0.8140496,0.8264463,0.8264463,0.822314,0.8016529,0.7355372,0.677686,0.58264464,0.5371901,0.5371901,0.5247934,0.4876033,0.45041323,0.45867768,0.42561984,0.38842976,0.42975205,0.49173555,0.39256197,0.23140496,0.18181819,0.21487603,0.2520661,0.19421488,0.19008264,0.23553719,0.27272728,0.30165288,0.38842976,0.43801653,0.42975205,0.46280992,0.5082645,0.5413223,0.553719,0.57438016,0.607438,0.62396693,0.21487603,0.1322314,0.14049587,0.3429752,0.47107437,0.4214876,0.34710744,0.2603306,0.21487603,0.30991736,0.4876033,0.6198347,0.5661157,0.3140496,0.19421488,0.19421488,0.26859504,0.29752067,0.1446281,0.20661157,0.338843,0.32231405,0.3140496,0.4876033,0.74380165,0.80991733,0.8305785,0.8347107,0.838843,0.8347107,0.8181818,0.73966944,0.6735537,0.59504133,0.58264464,0.57024795,0.55785125,0.5082645,0.47933885,0.45867768,0.43801653,0.4752066,0.58264464,0.6818182,0.49586776,0.2603306,0.20661157,0.18181819,0.22727273,0.1983471,0.19421488,0.28099173,0.3305785,0.29338843,0.2603306,0.3429752,0.45867768,0.49586776,0.5123967,0.53305787,0.55785125,0.59917355,0.6404959,0.661157,0.2107438,0.1322314,0.12396694,0.35123968,0.54545456,0.4876033,0.38429752,0.28099173,0.24380165,0.3677686,0.55785125,0.70247936,0.6983471,0.40495867,0.21487603,0.2231405,0.21487603,0.20247933,0.1983471,0.35123968,0.47107437,0.37190083,0.30578512,0.44214877,0.74793386,0.838843,0.8429752,0.838843,0.8429752,0.838843,0.80991733,0.72727275,0.6694215,0.61157024,0.6198347,0.6322314,0.6280992,0.57024795,0.5165289,0.45867768,0.47933885,0.56198347,0.69008267,0.7892562,0.6652893,0.38842976,0.27272728,0.24793388,0.24380165,0.2107438,0.2520661,0.3966942,0.45867768,0.3966942,0.30165288,0.30991736,0.41735536,0.5123967,0.553719,0.56198347,0.58677685,0.6404959,0.6983471,0.71487606,0.20247933,0.1446281,0.11983471,0.38429752,0.59090906,0.56198347,0.46280992,0.34710744,0.27272728,0.4090909,0.53305787,0.6735537,0.76859504,0.5785124,0.28512397,0.2520661,0.2644628,0.2644628,0.30991736,0.5,0.5495868,0.42975205,0.36363637,0.46694216,0.7355372,0.8512397,0.8553719,0.8471074,0.8512397,0.8264463,0.7933884,0.7231405,0.6859504,0.6528926,0.6652893,0.6942149,0.7107438,0.6487603,0.57024795,0.5206612,0.5082645,0.57024795,0.6859504,0.78512394,0.77272725,0.5785124,0.3553719,0.2892562,0.3305785,0.33471075,0.38429752,0.49586776,0.5082645,0.42975205,0.38016528,0.42561984,0.5247934,0.59504133,0.62396693,0.6322314,0.6487603,0.69008267,0.7355372,0.75206614,0.19421488,0.15289256,0.09090909,0.40082645,0.6198347,0.6280992,0.5661157,0.45041323,0.28512397,0.3677686,0.5206612,0.61157024,0.7066116,0.72727275,0.47933885,0.35950413,0.38842976,0.42975205,0.5247934,0.5785124,0.58677685,0.5495868,0.46280992,0.54545456,0.78099173,0.8512397,0.8471074,0.8512397,0.8512397,0.822314,0.78512394,0.73140496,0.70247936,0.69008267,0.7066116,0.71900827,0.71900827,0.6983471,0.6528926,0.59917355,0.56198347,0.5661157,0.60330576,0.6528926,0.7107438,0.7107438,0.58264464,0.48347107,0.5082645,0.53305787,0.5041322,0.5,0.4876033,0.46694216,0.47933885,0.5371901,0.6280992,0.6859504,0.7107438,0.7231405,0.7231405,0.73966944,0.7644628,0.77272725,0.20661157,0.17768595,0.08677686,0.4338843,0.6280992,0.6528926,0.607438,0.5247934,0.36363637,0.34710744,0.41735536,0.48347107,0.5413223,0.607438,0.6404959,0.62396693,0.61570245,0.607438,0.61570245,0.59917355,0.607438,0.59917355,0.5371901,0.6322314,0.8016529,0.8595041,0.8512397,0.8429752,0.8429752,0.8181818,0.7768595,0.74380165,0.7231405,0.71487606,0.71487606,0.73140496,0.71900827,0.6859504,0.6735537,0.6570248,0.6322314,0.60330576,0.57438016,0.5371901,0.53305787,0.553719,0.57024795,0.55785125,0.56198347,0.59090906,0.56198347,0.5247934,0.5371901,0.5495868,0.57438016,0.6280992,0.6859504,0.72727275,0.74793386,0.77272725,0.76859504,0.77272725,0.7933884,0.7892562,0.22727273,0.19008264,0.053719006,0.45454547,0.62396693,0.6487603,0.6280992,0.55785125,0.46694216,0.42561984,0.42561984,0.45867768,0.45867768,0.47107437,0.49173555,0.5247934,0.553719,0.5661157,0.5785124,0.59917355,0.6322314,0.6363636,0.61157024,0.70247936,0.822314,0.8553719,0.8512397,0.8471074,0.8347107,0.8057851,0.77272725,0.74793386,0.7355372,0.73140496,0.73966944,0.74793386,0.75619835,0.7107438,0.6528926,0.6446281,0.6528926,0.661157,0.6446281,0.607438,0.5785124,0.5661157,0.56198347,0.54545456,0.5661157,0.607438,0.6198347,0.59504133,0.60330576,0.61570245,0.6487603,0.6942149,0.7355372,0.7644628,0.76859504,0.7933884,0.7892562,0.7892562,0.8016529,0.79752064,0.23966943,0.16528925,0.06198347,0.43801653,0.61570245,0.6487603,0.6404959,0.59090906,0.5247934,0.4876033,0.47933885,0.4876033,0.5041322,0.5082645,0.5289256,0.5371901,0.54545456,0.56198347,0.59504133,0.6404959,0.6942149,0.6983471,0.6735537,0.74380165,0.8305785,0.8512397,0.8512397,0.8471074,0.8264463,0.79752064,0.77272725,0.75206614,0.74380165,0.75206614,0.76033056,0.7644628,0.7892562,0.7933884,0.72727275,0.6570248,0.6404959,0.661157,0.6735537,0.6735537,0.6570248,0.6322314,0.6198347,0.607438,0.61570245,0.6446281,0.6446281,0.6404959,0.6528926,0.661157,0.6859504,0.73966944,0.76859504,0.78512394,0.78512394,0.8016529,0.8016529,0.79752064,0.8016529,0.8016529,0.23140496,0.1694215,0.07024793,0.40495867,0.607438,0.6652893,0.6570248,0.6322314,0.59504133,0.553719,0.5206612,0.5206612,0.5247934,0.53305787,0.54545456,0.56198347,0.5785124,0.607438,0.6570248,0.7066116,0.75206614,0.73140496,0.6983471,0.76033056,0.838843,0.8553719,0.8512397,0.838843,0.80991733,0.78512394,0.7644628,0.75206614,0.75206614,0.7644628,0.77272725,0.78099173,0.80991733,0.8264463,0.8057851,0.74380165,0.6735537,0.6446281,0.6487603,0.6570248,0.677686,0.661157,0.6528926,0.6487603,0.6528926,0.6694215,0.6859504,0.6942149,0.71487606,0.72727275,0.72727275,0.76033056,0.78512394,0.7933884,0.8016529,0.80991733,0.8016529,0.79752064,0.8016529,0.79752064,0.23140496,0.17768595,0.08264463,0.3553719,0.59504133,0.677686,0.6983471,0.6859504,0.6652893,0.6322314,0.59504133,0.5785124,0.58264464,0.59504133,0.607438,0.6198347,0.6404959,0.6694215,0.71487606,0.76033056,0.77272725,0.71900827,0.6859504,0.7768595,0.8471074,0.8512397,0.8512397,0.8305785,0.8016529,0.77272725,0.76033056,0.75619835,0.74793386,0.76033056,0.78099173,0.7768595,0.8057851,0.822314,0.8347107,0.8140496,0.77272725,0.71487606,0.677686,0.6487603,0.661157,0.6570248,0.661157,0.6652893,0.6859504,0.6942149,0.7231405,0.73966944,0.75206614,0.76033056,0.75619835,0.7768595,0.7933884,0.8016529,0.8057851,0.8057851,0.8057851,0.79752064,0.8016529,0.7933884,0.23966943,0.17768595,0.08677686,0.3181818,0.58677685,0.6735537,0.7107438,0.73140496,0.73966944,0.71900827,0.69008267,0.6652893,0.6570248,0.6694215,0.6859504,0.6983471,0.7107438,0.73966944,0.75619835,0.78099173,0.76859504,0.69008267,0.677686,0.79752064,0.8471074,0.8553719,0.8512397,0.8347107,0.78512394,0.7644628,0.76033056,0.75619835,0.74793386,0.76033056,0.7644628,0.78512394,0.7933884,0.8181818,0.8305785,0.838843,0.8305785,0.8016529,0.7644628,0.72727275,0.6983471,0.6694215,0.6652893,0.6818182,0.70247936,0.7231405,0.74793386,0.76859504,0.7892562,0.79752064,0.8016529,0.8181818,0.8140496,0.80991733,0.8057851,0.80991733,0.80991733,0.8016529,0.79752064,0.78099173,0.23966943,0.17355372,0.09090909,0.2644628,0.5785124,0.6652893,0.7066116,0.74793386,0.76859504,0.77272725,0.76033056,0.73966944,0.72727275,0.71900827,0.73140496,0.74380165,0.74793386,0.77272725,0.78512394,0.7892562,0.75619835,0.661157,0.677686,0.8140496,0.8553719,0.8512397,0.8512397,0.8264463,0.77272725,0.75619835,0.76033056,0.75619835,0.75206614,0.74380165,0.76033056,0.7892562,0.7933884,0.8181818,0.8264463,0.8347107,0.838843,0.8347107,0.8264463,0.80991733,0.8016529,0.79752064,0.7892562,0.7933884,0.7892562,0.79752064,0.8016529,0.80991733,0.822314,0.8264463,0.8264463,0.8305785,0.8264463,0.822314,0.80991733,0.8016529,0.8016529,0.79752064,0.7892562,0.7768595,0.23966943,0.16528925,0.09917355,0.23553719,0.57438016,0.6487603,0.6942149,0.74793386,0.77272725,0.78099173,0.7933884,0.78512394,0.78099173,0.7768595,0.7768595,0.78512394,0.7892562,0.78512394,0.7892562,0.78099173,0.73966944,0.6404959,0.6983471,0.822314,0.8595041,0.8512397,0.8553719,0.822314,0.7644628,0.75619835,0.74793386,0.75206614,0.75206614,0.74793386,0.76033056,0.7768595,0.79752064,0.8057851,0.8264463,0.8305785,0.8347107,0.8347107,0.838843,0.8305785,0.8347107,0.8305785,0.8305785,0.838843,0.8347107,0.8305785,0.8347107,0.8305785,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.822314,0.8140496,0.80991733,0.79752064,0.7892562,0.78512394,0.77272725,0.24380165,0.18595041,0.10743801,0.18181819,0.55785125,0.6487603,0.6818182,0.74380165,0.78099173,0.78512394,0.79752064,0.8016529,0.8016529,0.8016529,0.79752064,0.79752064,0.7892562,0.7933884,0.7768595,0.76859504,0.71487606,0.6198347,0.72727275,0.8264463,0.8553719,0.8512397,0.8429752,0.80991733,0.75619835,0.75206614,0.74793386,0.75206614,0.75619835,0.76033056,0.7644628,0.77272725,0.7892562,0.8016529,0.8181818,0.8264463,0.8305785,0.8347107,0.8347107,0.8305785,0.838843,0.838843,0.8347107,0.838843,0.8429752,0.8429752,0.8429752,0.838843,0.838843,0.838843,0.8347107,0.8305785,0.8305785,0.8264463,0.8140496,0.8057851,0.8016529,0.78512394,0.7768595,0.76033056,0.23140496,0.24793388,0.14049587,0.12396694,0.5165289,0.6570248,0.6859504,0.74380165,0.7892562,0.7933884,0.7933884,0.8016529,0.8016529,0.79752064,0.8016529,0.8016529,0.78099173,0.7933884,0.7768595,0.75206614,0.6818182,0.6322314,0.73966944,0.8305785,0.8429752,0.8429752,0.8347107,0.7892562,0.75619835,0.74380165,0.75206614,0.75619835,0.75619835,0.7644628,0.7644628,0.76859504,0.78512394,0.8016529,0.8140496,0.8264463,0.8305785,0.8347107,0.8305785,0.8347107,0.8347107,0.8347107,0.838843,0.8429752,0.8429752,0.8471074,0.8429752,0.838843,0.838843,0.838843,0.8347107,0.8347107,0.8347107,0.8264463,0.8181818,0.80991733,0.79752064,0.78099173,0.7644628,0.75619835,0.21900827,0.29338843,0.16115703,0.08677686,0.49173555,0.6322314,0.70247936,0.73140496,0.78099173,0.7892562,0.7933884,0.8016529,0.8016529,0.7933884,0.7892562,0.7892562,0.7768595,0.7933884,0.78099173,0.72727275,0.6446281,0.6487603,0.73966944,0.8264463,0.8471074,0.8471074,0.822314,0.7892562,0.76859504,0.74380165,0.74793386,0.75619835,0.75206614,0.75206614,0.75206614,0.7644628,0.7768595,0.7892562,0.8057851,0.8181818,0.822314,0.8305785,0.8305785,0.8305785,0.8347107,0.8347107,0.838843,0.838843,0.838843,0.8429752,0.8429752,0.838843,0.838843,0.8347107,0.838843,0.8305785,0.8305785,0.8264463,0.8140496,0.8057851,0.7933884,0.7644628,0.75619835,0.73966944,0.23140496,0.33471075,0.19008264,0.02892562,0.41322315,0.6363636,0.6859504,0.73140496,0.76859504,0.78099173,0.7933884,0.79752064,0.7933884,0.7892562,0.7892562,0.78512394,0.78099173,0.7768595,0.77272725,0.6983471,0.6280992,0.6735537,0.76033056,0.8264463,0.8429752,0.8347107,0.822314,0.79752064,0.7768595,0.76033056,0.74380165,0.74380165,0.7355372,0.73140496,0.72727275,0.72727275,0.74380165,0.7644628,0.78512394,0.8057851,0.8140496,0.822314,0.8264463,0.8264463,0.8305785,0.8347107,0.838843,0.8429752,0.838843,0.8429752,0.838843,0.838843,0.8347107,0.8347107,0.838843,0.8305785,0.822314,0.8181818,0.8140496,0.79752064,0.78512394,0.75619835,0.74380165,0.71487606,0.2768595,0.36363637,0.20661157,0.045454547,0.3181818,0.59504133,0.6694215,0.72727275,0.75619835,0.76859504,0.78099173,0.7892562,0.78512394,0.78512394,0.7892562,0.78512394,0.78512394,0.76859504,0.74380165,0.6652893,0.6280992,0.70247936,0.78512394,0.8264463,0.838843,0.8347107,0.8264463,0.8016529,0.78099173,0.75619835,0.73140496,0.71487606,0.7066116,0.70247936,0.6983471,0.6818182,0.6942149,0.7231405,0.75619835,0.78512394,0.8016529,0.8140496,0.8181818,0.8264463,0.8305785,0.8305785,0.8347107,0.8347107,0.8347107,0.8305785,0.838843,0.8347107,0.8305785,0.8305785,0.8347107,0.822314,0.8181818,0.8057851,0.79752064,0.78512394,0.77272725,0.74793386,0.7231405,0.6859504,0.33471075,0.3677686,0.2231405,0.06198347,0.2107438,0.53305787,0.6570248,0.71487606,0.74793386,0.75619835,0.76859504,0.7768595,0.7768595,0.7768595,0.78099173,0.77272725,0.7644628,0.75619835,0.71487606,0.6363636,0.6404959,0.7355372,0.8057851,0.8264463,0.838843,0.8429752,0.8305785,0.8140496,0.7892562,0.74380165,0.7107438,0.69008267,0.6983471,0.6983471,0.69008267,0.6652893,0.6322314,0.6570248,0.7107438,0.7644628,0.7892562,0.8016529,0.8057851,0.8181818,0.8264463,0.8305785,0.8305785,0.8347107,0.8264463,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.822314,0.8140496,0.8016529,0.79752064,0.78512394,0.76859504,0.75206614,0.7231405,0.7107438,0.6652893,0.36363637,0.36363637,0.2520661,0.08264463,0.14876033,0.47107437,0.6404959,0.69008267,0.73140496,0.74380165,0.75206614,0.7644628,0.77272725,0.76859504,0.7644628,0.75206614,0.73966944,0.73140496,0.69008267,0.6280992,0.6694215,0.76859504,0.8140496,0.8305785,0.8347107,0.8347107,0.8347107,0.822314,0.7933884,0.75619835,0.70247936,0.6942149,0.72727275,0.73966944,0.72727275,0.69008267,0.62396693,0.60330576,0.6735537,0.73140496,0.76859504,0.78512394,0.7933884,0.8016529,0.8181818,0.822314,0.822314,0.8305785,0.8264463,0.8181818,0.8264463,0.822314,0.8181818,0.8140496,0.80991733,0.8016529,0.7933884,0.78512394,0.76859504,0.74380165,0.73140496,0.70247936,0.6942149,0.6528926,0.3429752,0.3677686,0.2892562,0.11983471,0.11983471,0.38842976,0.60330576,0.6652893,0.7066116,0.73140496,0.73966944,0.75206614,0.76033056,0.75206614,0.74793386,0.73966944,0.7231405,0.7066116,0.6652893,0.6404959,0.70247936,0.78512394,0.8181818,0.8264463,0.8347107,0.838843,0.8347107,0.8140496,0.79752064,0.75619835,0.7231405,0.71487606,0.75619835,0.7768595,0.76033056,0.72727275,0.6280992,0.57024795,0.6280992,0.6983471,0.7355372,0.7644628,0.7768595,0.7892562,0.80991733,0.8181818,0.80991733,0.8181818,0.8140496,0.8181818,0.8140496,0.8140496,0.80991733,0.8057851,0.8016529,0.7892562,0.78099173,0.77272725,0.75206614,0.72727275,0.71487606,0.6942149,0.677686,0.6446281,0.29338843,0.3553719,0.32231405,0.17768595,0.10330579,0.2892562,0.5495868,0.6322314,0.677686,0.7066116,0.7231405,0.73140496,0.73966944,0.7355372,0.73140496,0.72727275,0.7107438,0.677686,0.6404959,0.6404959,0.71487606,0.7892562,0.8181818,0.822314,0.8305785,0.838843,0.8347107,0.8181818,0.8016529,0.7644628,0.74380165,0.73140496,0.75619835,0.7768595,0.77272725,0.72727275,0.6363636,0.55785125,0.6198347,0.6818182,0.71900827,0.7355372,0.75619835,0.76859504,0.7933884,0.8016529,0.79752064,0.8140496,0.8057851,0.8057851,0.8057851,0.8016529,0.79752064,0.8016529,0.7892562,0.7768595,0.76859504,0.76033056,0.74380165,0.71900827,0.6983471,0.6818182,0.6570248,0.6322314,0.26859504,0.3305785,0.33471075,0.2107438,0.11157025,0.19008264,0.47933885,0.60330576,0.6322314,0.6694215,0.6942149,0.70247936,0.7107438,0.6983471,0.7066116,0.6983471,0.677686,0.6404959,0.60330576,0.6322314,0.7231405,0.7892562,0.80991733,0.8181818,0.822314,0.8264463,0.8305785,0.822314,0.7933884,0.77272725,0.74793386,0.71900827,0.7231405,0.71900827,0.71487606,0.677686,0.61570245,0.60330576,0.6570248,0.6983471,0.7107438,0.71487606,0.73140496,0.74380165,0.76033056,0.77272725,0.7768595,0.78512394,0.79752064,0.79752064,0.7933884,0.7892562,0.7892562,0.78512394,0.77272725,0.76033056,0.75619835,0.74793386,0.73140496,0.7066116,0.6859504,0.6694215,0.6404959,0.6198347,0.3140496,0.3429752,0.338843,0.23140496,0.11570248,0.10330579,0.37603307,0.56198347,0.59090906,0.6198347,0.6528926,0.6735537,0.6735537,0.6694215,0.6694215,0.661157,0.6446281,0.61157024,0.55785125,0.59090906,0.7107438,0.7768595,0.8016529,0.8016529,0.8057851,0.8057851,0.8016529,0.79752064,0.76859504,0.7231405,0.6818182,0.6280992,0.59504133,0.57024795,0.57024795,0.58677685,0.6280992,0.6735537,0.72727275,0.75206614,0.73140496,0.7107438,0.7107438,0.71487606,0.73140496,0.74380165,0.75619835,0.7644628,0.7768595,0.78512394,0.78512394,0.7768595,0.7768595,0.77272725,0.76033056,0.75206614,0.73966944,0.72727275,0.70247936,0.677686,0.6652893,0.6528926,0.6322314,0.607438,0.3429752,0.3553719,0.3677686,0.25619835,0.11983471,0.07438017,0.2231405,0.5289256,0.55785125,0.58677685,0.6198347,0.6322314,0.6404959,0.6404959,0.6363636,0.61570245,0.60330576,0.5661157,0.553719,0.553719,0.6487603,0.71900827,0.7644628,0.76859504,0.77272725,0.7644628,0.73966944,0.6983471,0.6487603,0.57438016,0.5206612,0.45041323,0.41322315,0.40495867,0.446281,0.553719,0.6694215,0.74380165,0.76859504,0.76859504,0.74380165,0.7107438,0.6942149,0.6942149,0.7066116,0.71900827,0.72727275,0.74380165,0.76033056,0.76859504,0.77272725,0.7644628,0.76033056,0.75619835,0.75206614,0.73966944,0.72727275,0.7066116,0.6859504,0.661157,0.6404959,0.6322314,0.6198347,0.59917355,0.3264463,0.338843,0.3966942,0.30578512,0.1446281,0.09090909,0.10743801,0.45867768,0.53305787,0.56198347,0.58264464,0.59090906,0.607438,0.61157024,0.59917355,0.58677685,0.57024795,0.54545456,0.58264464,0.59504133,0.5785124,0.6198347,0.6652893,0.6818182,0.69008267,0.6694215,0.6363636,0.56198347,0.48347107,0.4214876,0.39256197,0.3677686,0.38016528,0.41322315,0.49586776,0.6198347,0.71487606,0.75206614,0.7644628,0.7768595,0.7644628,0.73140496,0.70247936,0.69008267,0.69008267,0.70247936,0.7107438,0.71900827,0.74380165,0.75619835,0.75619835,0.75619835,0.75206614,0.74380165,0.73140496,0.7231405,0.6942149,0.6818182,0.6694215,0.6446281,0.62396693,0.6198347,0.59917355,0.59090906,0.30578512,0.30991736,0.38429752,0.3181818,0.19008264,0.11157025,0.041322313,0.26859504,0.48347107,0.5165289,0.5371901,0.55785125,0.5661157,0.57438016,0.57438016,0.58264464,0.55785125,0.5785124,0.59090906,0.61570245,0.59504133,0.57024795,0.553719,0.5413223,0.5413223,0.5206612,0.47933885,0.41322315,0.3677686,0.3677686,0.3966942,0.43801653,0.4876033,0.553719,0.6363636,0.70247936,0.7355372,0.75206614,0.76033056,0.76859504,0.77272725,0.76033056,0.73140496,0.6942149,0.6818182,0.69008267,0.6983471,0.70247936,0.71487606,0.7231405,0.72727275,0.7355372,0.7355372,0.72727275,0.7107438,0.70247936,0.6652893,0.6570248,0.6404959,0.6322314,0.61570245,0.61157024,0.59917355,0.58677685,0.29338843,0.29752067,0.34710744,0.30578512,0.19421488,0.1322314,0.05785124,0.1322314,0.41322315,0.47933885,0.5082645,0.5247934,0.5371901,0.5371901,0.5495868,0.55785125,0.5785124,0.59504133,0.61157024,0.61570245,0.6198347,0.61157024,0.5413223,0.4752066,0.45041323,0.4338843,0.3966942,0.36363637,0.37190083,0.41322315,0.4752066,0.5371901,0.60330576,0.6652893,0.7107438,0.7355372,0.74793386,0.75206614,0.75619835,0.76033056,0.76859504,0.7768595,0.7644628,0.72727275,0.6859504,0.6694215,0.661157,0.6570248,0.661157,0.677686,0.6859504,0.7066116,0.71487606,0.70247936,0.6942149,0.6942149,0.6528926,0.6280992,0.6198347,0.61157024,0.607438,0.61157024,0.60330576,0.58264464,0.32231405,0.32231405,0.3264463,0.28512397,0.18181819,0.12396694,0.11570248,0.053719006,0.29752067,0.44214877,0.4876033,0.5,0.5206612,0.5206612,0.5289256,0.5495868,0.57438016,0.5785124,0.5785124,0.59504133,0.6198347,0.6280992,0.58677685,0.5041322,0.45454547,0.43801653,0.41322315,0.40082645,0.41735536,0.46694216,0.5413223,0.61570245,0.6652893,0.70247936,0.7231405,0.7355372,0.74380165,0.75619835,0.76033056,0.75619835,0.76033056,0.76859504,0.77272725,0.75619835,0.7066116,0.6528926,0.6322314,0.62396693,0.62396693,0.6363636,0.661157,0.677686,0.69008267,0.677686,0.6818182,0.6818182,0.6446281,0.61157024,0.59504133,0.58677685,0.60330576,0.59504133,0.59090906,0.59090906,0.35123968,0.35123968,0.338843,0.28512397,0.17768595,0.11570248,0.11570248,0.049586777,0.21900827,0.40495867,0.46694216,0.48347107,0.5082645,0.5123967,0.5082645,0.5289256,0.54545456,0.5413223,0.553719,0.58677685,0.61157024,0.6198347,0.607438,0.5495868,0.49586776,0.46694216,0.47107437,0.4876033,0.4876033,0.5041322,0.5661157,0.62396693,0.6859504,0.7066116,0.7231405,0.7355372,0.74793386,0.75206614,0.75206614,0.74793386,0.75619835,0.75206614,0.75206614,0.74380165,0.72727275,0.677686,0.61570245,0.61157024,0.6280992,0.6363636,0.6280992,0.6487603,0.6694215,0.6694215,0.6694215,0.6652893,0.6446281,0.61157024,0.59917355,0.58677685,0.59504133,0.59917355,0.59917355,0.58677685,0.37190083,0.37190083,0.3553719,0.28099173,0.16528925,0.11157025,0.11157025,0.08264463,0.15289256,0.35123968,0.45454547,0.47107437,0.5,0.5082645,0.49586776,0.4876033,0.47933885,0.47933885,0.5082645,0.56198347,0.59504133,0.60330576,0.607438,0.58677685,0.54545456,0.5247934,0.54545456,0.57024795,0.57024795,0.55785125,0.58677685,0.6446281,0.69008267,0.71487606,0.72727275,0.72727275,0.74793386,0.73966944,0.73966944,0.74380165,0.73966944,0.7355372,0.7231405,0.6983471,0.6859504,0.6818182,0.61570245,0.55785125,0.58677685,0.6322314,0.6487603,0.6528926,0.6652893,0.6652893,0.6652893,0.6694215,0.6404959,0.62396693,0.59917355,0.58677685,0.59917355,0.59504133,0.60330576,0.58677685,0.36363637,0.35950413,0.3429752,0.2603306,0.14876033,0.11157025,0.12809917,0.09917355,0.10743801,0.28099173,0.4338843,0.46280992,0.5041322,0.5206612,0.5,0.45867768,0.41322315,0.42561984,0.46694216,0.54545456,0.57438016,0.59917355,0.607438,0.61570245,0.59917355,0.60330576,0.62396693,0.6487603,0.661157,0.6446281,0.62396693,0.677686,0.7107438,0.72727275,0.74380165,0.73140496,0.75619835,0.74380165,0.74380165,0.73140496,0.7231405,0.7066116,0.6818182,0.6528926,0.607438,0.60330576,0.58677685,0.5206612,0.5165289,0.58677685,0.6363636,0.6528926,0.6652893,0.6652893,0.661157,0.6570248,0.6363636,0.61570245,0.60330576,0.59917355,0.59917355,0.59504133,0.59917355,0.5785124,0.32231405,0.32231405,0.30578512,0.2231405,0.14049587,0.12809917,0.11570248,0.09917355,0.13636364,0.23553719,0.37603307,0.45041323,0.49586776,0.5371901,0.53305787,0.47107437,0.38429752,0.3553719,0.36363637,0.47107437,0.5206612,0.57438016,0.59090906,0.6198347,0.6280992,0.6528926,0.677686,0.6942149,0.70247936,0.7107438,0.677686,0.70247936,0.73140496,0.73140496,0.74793386,0.74793386,0.76033056,0.74380165,0.75206614,0.73966944,0.71900827,0.6694215,0.6363636,0.57438016,0.5123967,0.4876033,0.49173555,0.48347107,0.47107437,0.5413223,0.61570245,0.661157,0.6694215,0.6694215,0.6487603,0.6363636,0.62396693,0.607438,0.59917355,0.59917355,0.59917355,0.59504133,0.58677685,0.57438016,0.30165288,0.29752067,0.2603306,0.17355372,0.12396694,0.11570248,0.09090909,0.11570248,0.1983471,0.20661157,0.29752067,0.42561984,0.46280992,0.5165289,0.5413223,0.5,0.41322315,0.3966942,0.41322315,0.4214876,0.4090909,0.446281,0.49173555,0.5247934,0.5371901,0.59090906,0.661157,0.69008267,0.7066116,0.73966944,0.7066116,0.6694215,0.6694215,0.6570248,0.677686,0.6735537,0.6818182,0.6570248,0.6528926,0.6363636,0.59917355,0.56198347,0.5206612,0.47107437,0.45454547,0.46280992,0.46694216,0.4752066,0.4752066,0.5206612,0.6198347,0.6735537,0.6818182,0.6735537,0.6487603,0.6280992,0.607438,0.59504133,0.59090906,0.59917355,0.60330576,0.59917355,0.58677685,0.5661157,0.24793388,0.23966943,0.20247933,0.12809917,0.11157025,0.09504132,0.09504132,0.16528925,0.24380165,0.20661157,0.22727273,0.35123968,0.43801653,0.46694216,0.5123967,0.5082645,0.446281,0.46280992,0.4876033,0.5371901,0.46280992,0.338843,0.34710744,0.3677686,0.35950413,0.40495867,0.47107437,0.5495868,0.58677685,0.607438,0.57024795,0.5495868,0.5165289,0.5,0.49586776,0.4876033,0.5,0.4876033,0.4752066,0.45867768,0.42561984,0.41322315,0.42975205,0.49173555,0.56198347,0.59504133,0.58677685,0.5785124,0.5495868,0.5413223,0.60330576,0.6652893,0.6818182,0.6694215,0.6446281,0.6198347,0.59504133,0.58264464,0.58264464,0.58677685,0.59090906,0.5785124,0.5661157,0.54545456,0.16528925,0.16115703,0.1446281,0.10330579,0.09917355,0.09090909,0.15289256,0.21487603,0.22727273,0.2520661,0.18595041,0.20247933,0.41322315,0.42561984,0.45867768,0.49586776,0.46694216,0.5123967,0.5413223,0.5785124,0.58264464,0.47933885,0.38429752,0.36363637,0.3305785,0.30991736,0.3181818,0.38842976,0.4338843,0.45867768,0.44214877,0.44214877,0.42561984,0.40495867,0.36363637,0.3677686,0.40082645,0.4090909,0.41322315,0.42975205,0.46694216,0.5206612,0.60330576,0.6694215,0.70247936,0.70247936,0.6942149,0.677686,0.6280992,0.5785124,0.58264464,0.61570245,0.6446281,0.6363636,0.61157024,0.59504133,0.5785124,0.57024795,0.57438016,0.57024795,0.57024795,0.5661157,0.553719,0.5206612,0.10743801,0.10743801,0.10330579,0.09090909,0.09504132,0.1322314,0.20661157,0.20661157,0.25619835,0.28099173,0.18181819,0.08264463,0.30165288,0.41735536,0.42975205,0.46694216,0.49173555,0.5165289,0.56198347,0.58264464,0.59504133,0.5785124,0.5082645,0.48347107,0.47107437,0.45454547,0.41735536,0.37190083,0.36363637,0.35123968,0.35950413,0.40495867,0.4214876,0.44214877,0.45867768,0.4876033,0.5289256,0.54545456,0.5413223,0.5661157,0.61570245,0.6570248,0.6942149,0.7066116,0.7066116,0.71900827,0.73140496,0.7107438,0.6570248,0.60330576,0.58264464,0.58264464,0.60330576,0.60330576,0.57438016,0.5661157,0.55785125,0.55785125,0.56198347,0.56198347,0.54545456,0.5413223,0.5289256,0.49173555,0.09504132,0.09504132,0.09504132,0.08677686,0.10330579,0.1322314,0.21487603,0.20247933,0.25619835,0.23553719,0.12809917,0.08677686,0.1322314,0.35950413,0.4214876,0.45454547,0.4876033,0.5165289,0.553719,0.5661157,0.57438016,0.60330576,0.5785124,0.54545456,0.553719,0.59090906,0.58677685,0.55785125,0.53305787,0.49586776,0.48347107,0.5123967,0.5495868,0.58677685,0.61570245,0.61570245,0.60330576,0.59090906,0.59090906,0.61570245,0.6570248,0.6818182,0.69008267,0.6942149,0.6942149,0.71487606,0.7231405,0.7066116,0.6652893,0.6280992,0.59917355,0.5785124,0.58677685,0.57438016,0.553719,0.553719,0.5495868,0.5495868,0.54545456,0.54545456,0.5495868,0.5123967,0.49173555,0.45867768,0.08677686,0.08677686,0.08677686,0.09090909,0.09504132,0.10330579,0.12396694,0.11983471,0.12396694,0.12396694,0.10330579,0.11157025,0.06198347,0.20661157,0.37190083,0.44214877,0.46694216,0.5123967,0.5413223,0.55785125,0.5495868,0.553719,0.5785124,0.5661157,0.5495868,0.58264464,0.61157024,0.61157024,0.60330576,0.59917355,0.59917355,0.59504133,0.607438,0.607438,0.59917355,0.59090906,0.59090906,0.607438,0.62396693,0.6404959,0.661157,0.661157,0.6652893,0.677686,0.6942149,0.7066116,0.7107438,0.6983471,0.6818182,0.6570248,0.6322314,0.59504133,0.58677685,0.57024795,0.5495868,0.54545456,0.54545456,0.5371901,0.5289256,0.53305787,0.5206612,0.48347107,0.46280992,0.3966942,0.09090909,0.09504132,0.09917355,0.09090909,0.0785124,0.08264463,0.08264463,0.09090909,0.10743801,0.10743801,0.10330579,0.09917355,0.0785124,0.08264463,0.23966943,0.3966942,0.46694216,0.5041322,0.5247934,0.54545456,0.54545456,0.5247934,0.5371901,0.55785125,0.54545456,0.5413223,0.5495868,0.55785125,0.55785125,0.553719,0.5413223,0.5371901,0.5495868,0.5495868,0.55785125,0.5785124,0.59504133,0.6280992,0.6363636,0.6487603,0.6528926,0.6322314,0.6487603,0.677686,0.6983471,0.70247936,0.70247936,0.6942149,0.6942149,0.6818182,0.6528926,0.6363636,0.60330576,0.57438016,0.553719,0.5371901,0.5413223,0.5247934,0.5206612,0.5165289,0.47933885,0.45867768,0.41322315,0.35123968,0.14049587,0.1446281,0.14876033,0.12809917,0.09504132,0.0785124,0.07438017,0.0785124,0.09504132,0.10743801,0.09504132,0.09090909,0.09917355,0.07024793,0.10330579,0.28512397,0.446281,0.5,0.5247934,0.5495868,0.5785124,0.54545456,0.5041322,0.5165289,0.5289256,0.5206612,0.5041322,0.5,0.5082645,0.5165289,0.5206612,0.5206612,0.5371901,0.553719,0.5661157,0.59090906,0.60330576,0.62396693,0.6280992,0.62396693,0.61570245,0.6198347,0.6570248,0.69008267,0.6983471,0.70247936,0.70247936,0.6983471,0.70247936,0.6859504,0.6652893,0.6446281,0.58677685,0.57024795,0.5495868,0.53305787,0.5289256,0.5206612,0.5,0.4752066,0.43801653,0.39256197,0.3429752,0.30991736,0.18181819,0.18181819,0.17768595,0.17355372,0.13636364,0.10330579,0.08677686,0.0785124,0.08264463,0.09917355,0.09504132,0.09504132,0.12809917,0.12809917,0.08264463,0.1694215,0.35123968,0.4752066,0.53305787,0.56198347,0.59504133,0.59090906,0.5289256,0.4876033,0.4876033,0.49173555,0.49586776,0.49586776,0.49173555,0.49586776,0.5041322,0.5123967,0.5247934,0.54545456,0.55785125,0.56198347,0.57024795,0.58264464,0.58677685,0.60330576,0.61570245,0.6322314,0.6818182,0.6942149,0.70247936,0.6942149,0.70247936,0.70247936,0.6942149,0.6735537,0.661157,0.62396693,0.5785124,0.553719,0.5413223,0.5289256,0.5165289,0.49586776,0.46694216,0.4214876,0.38429752,0.34710744,0.3140496,0.30165288,0.1570248,0.16115703,0.16115703,0.18595041,0.18595041,0.17355372,0.16528925,0.13636364,0.11570248,0.11570248,0.12396694,0.1322314,0.20661157,0.21900827,0.15289256,0.15289256,0.20247933,0.38429752,0.5206612,0.57438016,0.60330576,0.6198347,0.607438,0.5289256,0.48347107,0.46280992,0.4752066,0.48347107,0.46694216,0.4752066,0.4752066,0.5041322,0.5041322,0.5165289,0.5247934,0.5247934,0.5371901,0.56198347,0.58264464,0.6322314,0.6446281,0.6735537,0.6983471,0.70247936,0.7066116,0.6983471,0.6983471,0.6942149,0.6859504,0.6652893,0.6363636,0.59917355,0.56198347,0.5371901,0.5247934,0.5041322,0.48347107,0.45041323,0.41735536,0.37190083,0.338843,0.3140496,0.30991736,0.338843,0.17355372,0.18181819,0.19008264,0.20661157,0.22727273,0.25619835,0.2892562,0.27272728,0.20661157,0.15289256,0.1570248,0.18181819,0.24793388,0.23140496,0.19008264,0.20247933,0.1694215,0.20661157,0.4876033,0.553719,0.61570245,0.6322314,0.661157,0.6198347,0.57438016,0.53305787,0.5123967,0.5,0.4752066,0.46280992,0.46694216,0.46280992,0.49586776,0.5,0.5165289,0.54545456,0.57438016,0.61157024,0.6322314,0.6694215,0.6818182,0.6942149,0.6983471,0.6942149,0.7066116,0.6983471,0.6983471,0.6859504,0.677686,0.6404959,0.59917355,0.56198347,0.5413223,0.5165289,0.5,0.47107437,0.44214877,0.40082645,0.36363637,0.338843,0.3140496,0.30991736,0.34710744,0.39256197,0.24793388,0.25619835,0.2644628,0.27272728,0.2768595,0.29338843,0.3264463,0.33471075,0.26859504,0.16115703,0.17355372,0.1446281,0.19421488,0.21487603,0.1983471,0.18595041,0.1694215,0.0785124,0.30991736,0.5289256,0.607438,0.6404959,0.69008267,0.6983471,0.6735537,0.6487603,0.62396693,0.61157024,0.58677685,0.55785125,0.553719,0.553719,0.55785125,0.58677685,0.607438,0.6198347,0.6404959,0.661157,0.677686,0.6983471,0.7066116,0.6983471,0.7066116,0.7066116,0.7066116,0.70247936,0.69008267,0.6694215,0.6404959,0.59504133,0.553719,0.5247934,0.5082645,0.49173555,0.46280992,0.41735536,0.38842976,0.35950413,0.33471075,0.3264463,0.3305785,0.34710744,0.39256197,0.446281,0.3429752,0.34710744,0.34710744,0.35123968,0.3429752,0.3264463,0.338843,0.34710744,0.2892562,0.1694215,0.17768595,0.10330579,0.11983471,0.19008264,0.16528925,0.1446281,0.11983471,0.07438017,0.11570248,0.4338843,0.5785124,0.6446281,0.6859504,0.71487606,0.7231405,0.7107438,0.71487606,0.71900827,0.7107438,0.70247936,0.71487606,0.71900827,0.70247936,0.69008267,0.70247936,0.70247936,0.70247936,0.70247936,0.7066116,0.71900827,0.7231405,0.71487606,0.7107438,0.7107438,0.70247936,0.69008267,0.6694215,0.6363636,0.59090906,0.5413223,0.5165289,0.49586776,0.4752066,0.446281,0.40495867,0.3677686,0.34710744,0.3305785,0.32231405,0.33471075,0.36363637,0.39256197,0.446281,0.5,0.36363637,0.36363637,0.35950413,0.35950413,0.36363637,0.3553719,0.3429752,0.34710744,0.28099173,0.16115703,0.13636364,0.11157025,0.10330579,0.13636364,0.11983471,0.11570248,0.10330579,0.11983471,0.08264463,0.30991736,0.5247934,0.60330576,0.677686,0.7231405,0.74793386,0.73966944,0.74380165,0.76033056,0.76033056,0.75206614,0.76033056,0.76859504,0.7644628,0.75619835,0.76033056,0.76033056,0.74793386,0.7355372,0.73140496,0.7355372,0.73140496,0.71900827,0.7107438,0.6983471,0.677686,0.661157,0.6363636,0.59090906,0.5371901,0.49173555,0.47107437,0.45454547,0.4338843,0.3966942,0.3677686,0.338843,0.3264463,0.3264463,0.338843,0.36363637,0.40495867,0.44214877,0.49586776,0.53305787,0.35123968,0.35123968,0.3553719,0.3553719,0.3553719,0.3553719,0.3553719,0.32231405,0.24380165,0.14876033,0.12809917,0.13636364,0.11157025,0.10743801,0.10330579,0.09504132,0.10743801,0.14049587,0.21900827,0.3677686,0.46280992,0.5413223,0.6363636,0.7066116,0.73966944,0.74380165,0.74793386,0.76033056,0.76859504,0.7644628,0.7644628,0.76859504,0.76859504,0.77272725,0.77272725,0.76859504,0.76033056,0.74793386,0.73966944,0.7355372,0.7355372,0.7066116,0.6735537,0.661157,0.6487603,0.6198347,0.58264464,0.53305787,0.48347107,0.44214877,0.42975205,0.40082645,0.3677686,0.34710744,0.3264463,0.32231405,0.3305785,0.35123968,0.37603307,0.40495867,0.45454547,0.49586776,0.5289256,0.553719,0.36363637,0.36363637,0.36363637,0.35950413,0.36363637,0.36363637,0.3553719,0.2768595,0.20661157,0.17355372,0.17768595,0.16528925,0.11983471,0.09917355,0.10330579,0.09504132,0.12396694,0.23140496,0.33471075,0.40495867,0.46280992,0.4876033,0.55785125,0.6528926,0.7107438,0.72727275,0.7355372,0.75206614,0.7644628,0.76033056,0.7644628,0.75619835,0.75206614,0.7644628,0.7644628,0.75619835,0.75206614,0.7355372,0.71900827,0.7231405,0.7107438,0.677686,0.6487603,0.6363636,0.607438,0.56198347,0.5165289,0.45867768,0.42561984,0.40082645,0.37603307,0.37603307,0.3305785,0.3181818,0.32231405,0.3305785,0.3429752,0.37190083,0.38842976,0.4214876,0.46280992,0.5,0.5289256,0.553719,9 +0.40082645,0.5165289,0.56198347,0.62396693,0.6859504,0.6983471,0.7231405,0.73966944,0.76033056,0.76859504,0.76859504,0.78099173,0.7933884,0.79752064,0.8057851,0.8140496,0.822314,0.8305785,0.8347107,0.838843,0.8347107,0.8347107,0.8347107,0.838843,0.8347107,0.838843,0.8429752,0.8429752,0.8429752,0.8471074,0.8512397,0.8429752,0.838843,0.8429752,0.8471074,0.8429752,0.838843,0.838843,0.8347107,0.8264463,0.8305785,0.8305785,0.8347107,0.8305785,0.8264463,0.8305785,0.8264463,0.8181818,0.80991733,0.8016529,0.78512394,0.7768595,0.7644628,0.7355372,0.72727275,0.71900827,0.6942149,0.6735537,0.6198347,0.58264464,0.5123967,0.45041323,0.3677686,0.21487603,0.42561984,0.4876033,0.53305787,0.6198347,0.6735537,0.6942149,0.71900827,0.73140496,0.74380165,0.75619835,0.77272725,0.78512394,0.7892562,0.7933884,0.8016529,0.8140496,0.822314,0.8305785,0.8305785,0.838843,0.838843,0.8347107,0.8347107,0.838843,0.8429752,0.838843,0.8471074,0.838843,0.8471074,0.8512397,0.8471074,0.8471074,0.8429752,0.8471074,0.8471074,0.8429752,0.8429752,0.838843,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.8264463,0.8305785,0.8305785,0.8181818,0.80991733,0.79752064,0.7892562,0.7768595,0.7644628,0.74380165,0.73140496,0.71487606,0.6983471,0.6735537,0.6198347,0.57438016,0.5165289,0.446281,0.33471075,0.21900827,0.4090909,0.5289256,0.5247934,0.6198347,0.677686,0.6983471,0.72727275,0.7355372,0.74380165,0.75206614,0.76859504,0.7768595,0.78099173,0.7892562,0.7933884,0.8057851,0.8140496,0.822314,0.8305785,0.8347107,0.8347107,0.8347107,0.8305785,0.8347107,0.838843,0.8305785,0.8471074,0.838843,0.838843,0.8471074,0.8471074,0.8429752,0.8471074,0.8471074,0.8471074,0.8429752,0.8347107,0.838843,0.838843,0.8347107,0.8347107,0.838843,0.8347107,0.8305785,0.822314,0.822314,0.8181818,0.79752064,0.79752064,0.78512394,0.78099173,0.7644628,0.74793386,0.71900827,0.71900827,0.71487606,0.69008267,0.6652893,0.61570245,0.58264464,0.5165289,0.46280992,0.33471075,0.20661157,0.4090909,0.5,0.55785125,0.6198347,0.6528926,0.69008267,0.72727275,0.74380165,0.74380165,0.73966944,0.74380165,0.74793386,0.75206614,0.76859504,0.77272725,0.78512394,0.79752064,0.80991733,0.822314,0.822314,0.8264463,0.8264463,0.8264463,0.8347107,0.8264463,0.8305785,0.8347107,0.838843,0.838843,0.8429752,0.838843,0.8429752,0.8471074,0.8471074,0.8471074,0.838843,0.8347107,0.8305785,0.8305785,0.8305785,0.8264463,0.8305785,0.822314,0.8057851,0.8016529,0.7892562,0.77272725,0.74380165,0.74380165,0.75619835,0.74380165,0.72727275,0.71487606,0.6818182,0.677686,0.6818182,0.6735537,0.6570248,0.61157024,0.57024795,0.5123967,0.45867768,0.3305785,0.2107438,0.4214876,0.5082645,0.5785124,0.6404959,0.6528926,0.6694215,0.71487606,0.7231405,0.6942149,0.70247936,0.69008267,0.6859504,0.6983471,0.72727275,0.7231405,0.74380165,0.75619835,0.76033056,0.76859504,0.78099173,0.7892562,0.7933884,0.8016529,0.79752064,0.8140496,0.8181818,0.8305785,0.8347107,0.838843,0.8429752,0.838843,0.8429752,0.8429752,0.8429752,0.838843,0.8347107,0.8264463,0.8181818,0.8140496,0.8140496,0.8016529,0.76859504,0.75619835,0.7066116,0.6652893,0.62396693,0.5785124,0.56198347,0.54545456,0.57024795,0.58677685,0.58677685,0.59090906,0.58677685,0.59504133,0.607438,0.6198347,0.6280992,0.607438,0.55785125,0.5,0.446281,0.3264463,0.19421488,0.44214877,0.5123967,0.58677685,0.62396693,0.6694215,0.6735537,0.6735537,0.61570245,0.55785125,0.57024795,0.54545456,0.53305787,0.5413223,0.54545456,0.5371901,0.5495868,0.54545456,0.5413223,0.5495868,0.57024795,0.6404959,0.6487603,0.6942149,0.71487606,0.77272725,0.7892562,0.822314,0.8264463,0.838843,0.8347107,0.8347107,0.8429752,0.838843,0.838843,0.8347107,0.8264463,0.822314,0.8140496,0.7933884,0.7768595,0.7231405,0.6322314,0.58264464,0.5247934,0.47107437,0.42561984,0.38842976,0.39256197,0.34710744,0.35123968,0.36363637,0.3553719,0.39256197,0.39256197,0.38429752,0.42561984,0.45867768,0.5289256,0.58264464,0.55785125,0.5041322,0.446281,0.30991736,0.17355372,0.446281,0.5371901,0.59090906,0.61570245,0.6570248,0.6487603,0.5371901,0.42975205,0.40082645,0.39256197,0.3677686,0.3553719,0.3553719,0.3553719,0.3429752,0.33471075,0.3429752,0.35123968,0.34710744,0.35123968,0.40495867,0.4752066,0.5123967,0.56198347,0.6322314,0.76859504,0.8016529,0.822314,0.8305785,0.8264463,0.8305785,0.838843,0.838843,0.838843,0.8305785,0.822314,0.8140496,0.8057851,0.7933884,0.71487606,0.59090906,0.49173555,0.43801653,0.40082645,0.37190083,0.3305785,0.3181818,0.3181818,0.2768595,0.2768595,0.2644628,0.23553719,0.2520661,0.2603306,0.2520661,0.25619835,0.30165288,0.3677686,0.48347107,0.54545456,0.5082645,0.45867768,0.30578512,0.18181819,0.46280992,0.54545456,0.58677685,0.61157024,0.6280992,0.5123967,0.35950413,0.29338843,0.3181818,0.28099173,0.27272728,0.28512397,0.2892562,0.29338843,0.2768595,0.28099173,0.2892562,0.2892562,0.29338843,0.30578512,0.338843,0.37603307,0.446281,0.4752066,0.5082645,0.677686,0.77272725,0.8057851,0.8140496,0.822314,0.8264463,0.8347107,0.8347107,0.8347107,0.822314,0.80991733,0.79752064,0.79752064,0.78099173,0.6404959,0.5247934,0.45041323,0.40495867,0.37603307,0.3429752,0.30578512,0.30165288,0.30165288,0.30165288,0.2892562,0.30165288,0.27272728,0.2644628,0.2768595,0.27272728,0.27272728,0.2768595,0.23140496,0.30578512,0.46694216,0.5206612,0.46280992,0.3264463,0.19421488,0.49173555,0.55785125,0.58677685,0.58677685,0.4752066,0.338843,0.30165288,0.30165288,0.338843,0.3305785,0.33471075,0.38842976,0.41322315,0.41735536,0.40082645,0.38016528,0.37190083,0.36363637,0.36363637,0.37603307,0.40495867,0.44214877,0.46694216,0.49173555,0.4876033,0.58264464,0.74380165,0.7892562,0.80991733,0.80991733,0.8264463,0.8347107,0.8347107,0.8305785,0.8181818,0.8016529,0.7892562,0.7768595,0.7231405,0.58677685,0.5247934,0.4876033,0.45041323,0.42975205,0.40495867,0.38842976,0.38429752,0.41322315,0.45867768,0.49173555,0.5082645,0.5123967,0.5123967,0.5123967,0.5123967,0.4752066,0.42561984,0.33471075,0.2107438,0.2892562,0.47107437,0.5,0.35123968,0.1983471,0.5123967,0.57024795,0.57024795,0.45454547,0.3140496,0.33471075,0.446281,0.49173555,0.5289256,0.55785125,0.5661157,0.59917355,0.6198347,0.6322314,0.6198347,0.59917355,0.553719,0.5,0.4752066,0.5,0.5082645,0.5289256,0.5289256,0.5495868,0.5371901,0.59504133,0.71900827,0.77272725,0.79752064,0.80991733,0.8264463,0.8347107,0.8347107,0.8305785,0.822314,0.79752064,0.78099173,0.75206614,0.6735537,0.57024795,0.54545456,0.54545456,0.5413223,0.5371901,0.5413223,0.5371901,0.57024795,0.6322314,0.6735537,0.69008267,0.7066116,0.6983471,0.7066116,0.6942149,0.6735537,0.6404959,0.61570245,0.5371901,0.35950413,0.19008264,0.32231405,0.49586776,0.41322315,0.2231405,0.5495868,0.5785124,0.47107437,0.3181818,0.3677686,0.53305787,0.6446281,0.6859504,0.6818182,0.7107438,0.73140496,0.73140496,0.73966944,0.73966944,0.74380165,0.74380165,0.71900827,0.677686,0.6446281,0.6198347,0.6198347,0.6198347,0.607438,0.59917355,0.59504133,0.59504133,0.6818182,0.74793386,0.7892562,0.8140496,0.8264463,0.8347107,0.8347107,0.8305785,0.8264463,0.8016529,0.77272725,0.7107438,0.62396693,0.55785125,0.553719,0.58264464,0.607438,0.6198347,0.6198347,0.6322314,0.661157,0.69008267,0.6942149,0.6983471,0.71487606,0.7066116,0.70247936,0.69008267,0.6818182,0.6570248,0.6363636,0.6322314,0.5661157,0.33471075,0.21900827,0.42975205,0.4752066,0.2768595,0.59504133,0.54545456,0.35950413,0.3305785,0.5289256,0.6652893,0.72727275,0.7231405,0.70247936,0.71487606,0.70247936,0.6818182,0.6652893,0.6528926,0.6528926,0.6528926,0.6404959,0.6322314,0.6528926,0.6528926,0.6487603,0.6570248,0.6528926,0.6280992,0.607438,0.57438016,0.61570245,0.71487606,0.78512394,0.8181818,0.8264463,0.838843,0.8347107,0.8305785,0.8264463,0.8057851,0.75206614,0.6652893,0.5661157,0.5371901,0.57438016,0.607438,0.61157024,0.60330576,0.5661157,0.56198347,0.57438016,0.5661157,0.57438016,0.59504133,0.61157024,0.6280992,0.6404959,0.6280992,0.6363636,0.6363636,0.62396693,0.61157024,0.61157024,0.5041322,0.2644628,0.338843,0.49173555,0.35123968,0.61570245,0.4752066,0.34710744,0.45867768,0.61157024,0.6859504,0.6983471,0.677686,0.6487603,0.62396693,0.56198347,0.57024795,0.58677685,0.58264464,0.58677685,0.57438016,0.5413223,0.5289256,0.5289256,0.5289256,0.5661157,0.61157024,0.6487603,0.6528926,0.6404959,0.58677685,0.5661157,0.6528926,0.76033056,0.8181818,0.8264463,0.8347107,0.8347107,0.8264463,0.822314,0.7933884,0.7066116,0.607438,0.54545456,0.5495868,0.5785124,0.57438016,0.53305787,0.5041322,0.49173555,0.5123967,0.5206612,0.53305787,0.49173555,0.5082645,0.5371901,0.5413223,0.5206612,0.5206612,0.5413223,0.5785124,0.59504133,0.58264464,0.58264464,0.57024795,0.37190083,0.2892562,0.46280992,0.4338843,0.59090906,0.44214877,0.4090909,0.5495868,0.62396693,0.6322314,0.6363636,0.607438,0.5206612,0.4876033,0.48347107,0.44214877,0.40082645,0.3677686,0.3677686,0.38016528,0.37190083,0.38842976,0.46694216,0.5082645,0.5165289,0.5289256,0.57024795,0.6198347,0.661157,0.6363636,0.58677685,0.59917355,0.7107438,0.79752064,0.822314,0.8347107,0.8347107,0.8347107,0.8181818,0.76859504,0.661157,0.57024795,0.57024795,0.5785124,0.54545456,0.5,0.48347107,0.5123967,0.5041322,0.4338843,0.38016528,0.36363637,0.3305785,0.33471075,0.39256197,0.4090909,0.43801653,0.48347107,0.45041323,0.49173555,0.553719,0.56198347,0.56198347,0.57438016,0.46280992,0.30165288,0.42975205,0.4752066,0.55785125,0.446281,0.49173555,0.59090906,0.607438,0.60330576,0.5785124,0.5165289,0.42975205,0.41322315,0.338843,0.3305785,0.3429752,0.26859504,0.22727273,0.27272728,0.2520661,0.23966943,0.38016528,0.4876033,0.5206612,0.5413223,0.53305787,0.553719,0.6404959,0.6694215,0.6404959,0.60330576,0.6652893,0.7644628,0.8140496,0.838843,0.8347107,0.8305785,0.8181818,0.75206614,0.61570245,0.56198347,0.61157024,0.59504133,0.5206612,0.5082645,0.5289256,0.5082645,0.44214877,0.30991736,0.27272728,0.2520661,0.19008264,0.16115703,0.28099173,0.3181818,0.25619835,0.3264463,0.3966942,0.42561984,0.4876033,0.5413223,0.5495868,0.56198347,0.5123967,0.37603307,0.42561984,0.48347107,0.5371901,0.4752066,0.54545456,0.59504133,0.58264464,0.56198347,0.5,0.46280992,0.3677686,0.24793388,0.27272728,0.4214876,0.4876033,0.27272728,0.19421488,0.33471075,0.38842976,0.23966943,0.32231405,0.59917355,0.59090906,0.5206612,0.53305787,0.54545456,0.62396693,0.70247936,0.69008267,0.6404959,0.6570248,0.73966944,0.8140496,0.8347107,0.8347107,0.8305785,0.8181818,0.73966944,0.59917355,0.5785124,0.6404959,0.6280992,0.5661157,0.5165289,0.5041322,0.60330576,0.5247934,0.2892562,0.27272728,0.47107437,0.3181818,0.14876033,0.2520661,0.47107437,0.34710744,0.26859504,0.21487603,0.36363637,0.47107437,0.5123967,0.54545456,0.5495868,0.53305787,0.43801653,0.43801653,0.49586776,0.5495868,0.5206612,0.5661157,0.58677685,0.56198347,0.5206612,0.5,0.45454547,0.30165288,0.18181819,0.40495867,0.6322314,0.61157024,0.2892562,0.23553719,0.22727273,0.4338843,0.338843,0.23553719,0.62396693,0.7892562,0.59504133,0.4876033,0.54545456,0.6652893,0.74793386,0.71900827,0.6694215,0.6652893,0.73966944,0.80991733,0.838843,0.8264463,0.8347107,0.80991733,0.7355372,0.61157024,0.59090906,0.6652893,0.6735537,0.553719,0.46280992,0.59090906,0.76859504,0.55785125,0.28512397,0.21900827,0.49586776,0.4090909,0.15289256,0.23140496,0.5785124,0.5413223,0.37190083,0.17768595,0.23140496,0.45041323,0.5082645,0.5371901,0.54545456,0.5371901,0.48347107,0.47107437,0.5041322,0.57024795,0.5495868,0.58264464,0.59090906,0.56198347,0.5371901,0.5165289,0.3966942,0.2768595,0.2768595,0.49173555,0.71900827,0.6983471,0.32231405,0.21487603,0.22727273,0.23966943,0.2768595,0.2644628,0.61570245,0.80991733,0.70247936,0.57438016,0.59917355,0.7231405,0.7768595,0.72727275,0.69008267,0.69008267,0.7355372,0.8057851,0.8347107,0.8305785,0.8347107,0.8181818,0.7355372,0.62396693,0.607438,0.6942149,0.73140496,0.6446281,0.5661157,0.661157,0.77272725,0.57438016,0.29752067,0.23966943,0.25619835,0.28099173,0.19421488,0.32231405,0.6280992,0.607438,0.45041323,0.25619835,0.19008264,0.3677686,0.5123967,0.5289256,0.5413223,0.553719,0.5165289,0.4876033,0.5123967,0.607438,0.60330576,0.6322314,0.6198347,0.58264464,0.57438016,0.5123967,0.338843,0.2892562,0.38429752,0.46694216,0.6322314,0.74380165,0.4214876,0.30578512,0.3429752,0.3553719,0.35950413,0.39256197,0.6363636,0.73140496,0.69008267,0.6694215,0.7107438,0.7768595,0.7768595,0.71487606,0.6983471,0.70247936,0.73966944,0.7892562,0.838843,0.8264463,0.8305785,0.8347107,0.71900827,0.6446281,0.6198347,0.6735537,0.75619835,0.73140496,0.6818182,0.6487603,0.6818182,0.607438,0.446281,0.39256197,0.40495867,0.38016528,0.3140496,0.42975205,0.58677685,0.53305787,0.4338843,0.29338843,0.2603306,0.37190083,0.48347107,0.5206612,0.5661157,0.59090906,0.55785125,0.5165289,0.5206612,0.6446281,0.661157,0.6942149,0.6818182,0.62396693,0.59504133,0.5785124,0.48347107,0.3429752,0.37603307,0.4214876,0.49173555,0.6198347,0.5165289,0.46280992,0.5,0.5206612,0.5495868,0.5661157,0.6446281,0.6735537,0.6570248,0.677686,0.7355372,0.7933884,0.77272725,0.70247936,0.7107438,0.71487606,0.7355372,0.7892562,0.838843,0.8305785,0.8347107,0.8305785,0.7107438,0.6570248,0.6322314,0.6528926,0.7355372,0.7355372,0.71487606,0.6942149,0.6859504,0.6570248,0.59504133,0.553719,0.5495868,0.5247934,0.46694216,0.46694216,0.5123967,0.47107437,0.42561984,0.3677686,0.38429752,0.47933885,0.5206612,0.53305787,0.59917355,0.6322314,0.59917355,0.55785125,0.5413223,0.69008267,0.72727275,0.74793386,0.74793386,0.6983471,0.6528926,0.6528926,0.61570245,0.5123967,0.5041322,0.5041322,0.5,0.5413223,0.53305787,0.55785125,0.5785124,0.5785124,0.61157024,0.62396693,0.6363636,0.661157,0.6859504,0.7231405,0.76859504,0.79752064,0.7644628,0.7066116,0.71900827,0.71900827,0.7231405,0.7892562,0.8305785,0.8347107,0.8347107,0.838843,0.71900827,0.6570248,0.6570248,0.6487603,0.71487606,0.7644628,0.71900827,0.6942149,0.70247936,0.6942149,0.6528926,0.60330576,0.57438016,0.5661157,0.5371901,0.5082645,0.5413223,0.5371901,0.5082645,0.47933885,0.5,0.57438016,0.59917355,0.60330576,0.6363636,0.6735537,0.6528926,0.59917355,0.5495868,0.73140496,0.7644628,0.7768595,0.7768595,0.75206614,0.71487606,0.70247936,0.6735537,0.6280992,0.61157024,0.60330576,0.60330576,0.607438,0.59090906,0.58264464,0.59504133,0.59504133,0.6198347,0.6446281,0.6652893,0.7066116,0.75619835,0.78512394,0.80991733,0.79752064,0.75206614,0.71487606,0.72727275,0.7231405,0.72727275,0.77272725,0.8305785,0.8429752,0.838843,0.8264463,0.71900827,0.6487603,0.6694215,0.6570248,0.69008267,0.78099173,0.7768595,0.7231405,0.7066116,0.71487606,0.7107438,0.6942149,0.6652893,0.6363636,0.607438,0.58677685,0.59917355,0.59917355,0.58677685,0.56198347,0.60330576,0.6322314,0.6487603,0.677686,0.6818182,0.6983471,0.6818182,0.62396693,0.59504133,0.74380165,0.76859504,0.78099173,0.7892562,0.77272725,0.73966944,0.72727275,0.71487606,0.7107438,0.69008267,0.6694215,0.6652893,0.661157,0.661157,0.6446281,0.6570248,0.6735537,0.6818182,0.7107438,0.74380165,0.7768595,0.80991733,0.822314,0.8140496,0.78099173,0.73966944,0.7231405,0.72727275,0.7066116,0.7231405,0.7768595,0.822314,0.8429752,0.8347107,0.8264463,0.71900827,0.6528926,0.6652893,0.6528926,0.677686,0.76859504,0.79752064,0.7892562,0.75619835,0.7355372,0.7231405,0.7231405,0.7107438,0.69008267,0.677686,0.6694215,0.6694215,0.6735537,0.6694215,0.6363636,0.6570248,0.6818182,0.6735537,0.71487606,0.7231405,0.72727275,0.7107438,0.6570248,0.60330576,0.74793386,0.7644628,0.77272725,0.78099173,0.78512394,0.7644628,0.74793386,0.74380165,0.75206614,0.75619835,0.74793386,0.74793386,0.75206614,0.74380165,0.73966944,0.75206614,0.75619835,0.7644628,0.78099173,0.8016529,0.80991733,0.8305785,0.8264463,0.80991733,0.77272725,0.75206614,0.74380165,0.7231405,0.7066116,0.73966944,0.7892562,0.8347107,0.8347107,0.8347107,0.822314,0.75206614,0.6652893,0.6694215,0.6652893,0.6694215,0.74380165,0.7892562,0.80991733,0.8057851,0.7892562,0.76859504,0.75619835,0.73966944,0.72727275,0.72727275,0.72727275,0.7355372,0.74793386,0.7355372,0.71487606,0.7066116,0.7231405,0.71487606,0.7107438,0.7231405,0.7355372,0.72727275,0.6818182,0.61570245,0.75206614,0.76033056,0.7644628,0.7768595,0.78512394,0.77272725,0.7644628,0.77272725,0.7892562,0.7933884,0.7933884,0.79752064,0.7933884,0.7892562,0.79752064,0.79752064,0.8057851,0.80991733,0.8181818,0.8264463,0.8305785,0.8264463,0.822314,0.8016529,0.77272725,0.7644628,0.74380165,0.71487606,0.71487606,0.75619835,0.8016529,0.8347107,0.838843,0.838843,0.822314,0.78512394,0.6859504,0.6570248,0.6694215,0.677686,0.72727275,0.78099173,0.8016529,0.8181818,0.8140496,0.8140496,0.8016529,0.7892562,0.78099173,0.78099173,0.77272725,0.7768595,0.78512394,0.7768595,0.7644628,0.74793386,0.74380165,0.7355372,0.72727275,0.72727275,0.7231405,0.72727275,0.6859504,0.6280992,0.75206614,0.76033056,0.76033056,0.7768595,0.7892562,0.78512394,0.7892562,0.8016529,0.8140496,0.8181818,0.8181818,0.8181818,0.8181818,0.8181818,0.822314,0.822314,0.8264463,0.8305785,0.8305785,0.8347107,0.822314,0.822314,0.822314,0.79752064,0.77272725,0.76859504,0.72727275,0.6942149,0.71900827,0.7768595,0.822314,0.8347107,0.838843,0.8347107,0.822314,0.8057851,0.71900827,0.6404959,0.6528926,0.677686,0.7231405,0.7644628,0.8016529,0.8140496,0.822314,0.8264463,0.822314,0.8181818,0.8140496,0.8181818,0.80991733,0.8057851,0.8057851,0.8057851,0.8057851,0.79752064,0.78099173,0.76033056,0.73966944,0.72727275,0.7107438,0.7066116,0.6818182,0.6280992,0.74380165,0.75619835,0.75619835,0.77272725,0.7892562,0.7892562,0.8057851,0.8181818,0.8264463,0.8264463,0.8264463,0.8305785,0.8305785,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8347107,0.8264463,0.8181818,0.8140496,0.78512394,0.77272725,0.76033056,0.6942149,0.677686,0.72727275,0.7933884,0.8264463,0.838843,0.8429752,0.838843,0.822314,0.80991733,0.75206614,0.6487603,0.61570245,0.6652893,0.71900827,0.75619835,0.7933884,0.80991733,0.8140496,0.822314,0.8264463,0.8264463,0.8264463,0.8305785,0.8264463,0.8264463,0.8181818,0.8181818,0.80991733,0.8057851,0.7933884,0.78099173,0.74793386,0.71900827,0.71900827,0.6942149,0.661157,0.61570245,0.7107438,0.74380165,0.74793386,0.76859504,0.78512394,0.7892562,0.8016529,0.8181818,0.8305785,0.8305785,0.8305785,0.8347107,0.838843,0.838843,0.838843,0.8347107,0.8347107,0.8347107,0.8305785,0.8264463,0.8347107,0.8181818,0.8181818,0.78512394,0.74380165,0.7231405,0.6818182,0.6735537,0.7355372,0.79752064,0.8264463,0.8429752,0.8471074,0.838843,0.8305785,0.8140496,0.7768595,0.6818182,0.60330576,0.6280992,0.70247936,0.75619835,0.7933884,0.8057851,0.8140496,0.8181818,0.8264463,0.8264463,0.8264463,0.8305785,0.8305785,0.8264463,0.8264463,0.822314,0.8140496,0.8057851,0.79752064,0.78099173,0.75206614,0.7231405,0.7066116,0.6859504,0.6446281,0.607438,0.6942149,0.7355372,0.74380165,0.7644628,0.7768595,0.78512394,0.79752064,0.8140496,0.8264463,0.8305785,0.8305785,0.8347107,0.8347107,0.838843,0.838843,0.8347107,0.838843,0.8305785,0.838843,0.8347107,0.822314,0.8264463,0.822314,0.78099173,0.7107438,0.6942149,0.70247936,0.7066116,0.74793386,0.8016529,0.8347107,0.8429752,0.8471074,0.8471074,0.8347107,0.822314,0.7892562,0.7231405,0.6528926,0.60330576,0.661157,0.75206614,0.79752064,0.80991733,0.8140496,0.8181818,0.8264463,0.8305785,0.8305785,0.8305785,0.8347107,0.8305785,0.8305785,0.8264463,0.8140496,0.8140496,0.8016529,0.78512394,0.75206614,0.72727275,0.6983471,0.677686,0.6322314,0.59504133,0.6859504,0.72727275,0.75206614,0.7644628,0.77272725,0.78512394,0.8016529,0.8181818,0.8264463,0.8347107,0.8347107,0.8347107,0.838843,0.838843,0.838843,0.8347107,0.8347107,0.8429752,0.8347107,0.8429752,0.8264463,0.8181818,0.8264463,0.75206614,0.69008267,0.7231405,0.73140496,0.73140496,0.76033056,0.79752064,0.822314,0.8347107,0.838843,0.8429752,0.8347107,0.80991733,0.77272725,0.71900827,0.677686,0.6446281,0.6280992,0.74380165,0.8057851,0.8140496,0.80991733,0.822314,0.8305785,0.8305785,0.8305785,0.838843,0.8347107,0.8347107,0.8305785,0.8264463,0.80991733,0.8181818,0.8016529,0.7892562,0.76033056,0.73966944,0.6983471,0.6652893,0.62396693,0.57438016,0.6694215,0.7107438,0.73966944,0.76033056,0.77272725,0.78512394,0.8057851,0.8140496,0.8264463,0.8347107,0.8347107,0.838843,0.838843,0.8347107,0.838843,0.8347107,0.8347107,0.8429752,0.8305785,0.838843,0.8264463,0.822314,0.8140496,0.7107438,0.6983471,0.71900827,0.6859504,0.6735537,0.70247936,0.75206614,0.7892562,0.80991733,0.8140496,0.80991733,0.8057851,0.76033056,0.69008267,0.6322314,0.61570245,0.6487603,0.6322314,0.73140496,0.8140496,0.8181818,0.8181818,0.8264463,0.8264463,0.8305785,0.8347107,0.838843,0.8305785,0.8264463,0.8305785,0.822314,0.8181818,0.8181818,0.79752064,0.78512394,0.7644628,0.73140496,0.6859504,0.6528926,0.607438,0.55785125,0.6446281,0.69008267,0.7107438,0.74793386,0.77272725,0.78512394,0.8016529,0.8140496,0.8264463,0.8305785,0.8305785,0.8347107,0.8347107,0.8347107,0.8305785,0.8347107,0.838843,0.8305785,0.8305785,0.8305785,0.822314,0.8181818,0.80991733,0.6735537,0.6735537,0.6446281,0.5495868,0.5165289,0.56198347,0.6363636,0.70247936,0.73140496,0.7355372,0.73140496,0.71900827,0.6446281,0.54545456,0.4876033,0.5041322,0.5785124,0.6198347,0.7231405,0.8057851,0.8264463,0.8140496,0.8181818,0.8264463,0.8347107,0.8347107,0.8305785,0.822314,0.822314,0.8264463,0.822314,0.80991733,0.8057851,0.7933884,0.77272725,0.75206614,0.71900827,0.6694215,0.6446281,0.59090906,0.5371901,0.6198347,0.6735537,0.69008267,0.73966944,0.76859504,0.7768595,0.7933884,0.80991733,0.8264463,0.8305785,0.8264463,0.8305785,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.8305785,0.8181818,0.822314,0.822314,0.8181818,0.7933884,0.6404959,0.60330576,0.5371901,0.40082645,0.3264463,0.35123968,0.45867768,0.5661157,0.59504133,0.59504133,0.58677685,0.56198347,0.46694216,0.35950413,0.3429752,0.41322315,0.5082645,0.59504133,0.7231405,0.8057851,0.80991733,0.8181818,0.8140496,0.8264463,0.8305785,0.8305785,0.8264463,0.822314,0.8181818,0.8181818,0.80991733,0.8016529,0.79752064,0.7892562,0.76033056,0.73966944,0.7107438,0.6652893,0.6198347,0.57438016,0.5082645,0.59917355,0.6487603,0.677686,0.7231405,0.75619835,0.76859504,0.7892562,0.8057851,0.822314,0.8264463,0.8264463,0.8305785,0.8305785,0.8305785,0.8347107,0.8305785,0.8264463,0.8264463,0.8140496,0.8181818,0.8140496,0.8181818,0.7892562,0.661157,0.5785124,0.5,0.39256197,0.338843,0.30165288,0.38016528,0.4752066,0.49173555,0.47107437,0.45867768,0.42975205,0.37190083,0.3305785,0.37603307,0.44214877,0.4752066,0.59090906,0.73140496,0.7892562,0.8016529,0.822314,0.8181818,0.822314,0.8264463,0.8181818,0.822314,0.8181818,0.8181818,0.80991733,0.8016529,0.79752064,0.7892562,0.77272725,0.75206614,0.7231405,0.6942149,0.6528926,0.60330576,0.54545456,0.47933885,0.57438016,0.62396693,0.6570248,0.6983471,0.73966944,0.7644628,0.7768595,0.79752064,0.8057851,0.8181818,0.8264463,0.8181818,0.822314,0.8264463,0.822314,0.822314,0.822314,0.8140496,0.8057851,0.8140496,0.8057851,0.8140496,0.8016529,0.7355372,0.6528926,0.5206612,0.43801653,0.45041323,0.43801653,0.46280992,0.47933885,0.46694216,0.42975205,0.4338843,0.45454547,0.46694216,0.46694216,0.45041323,0.45041323,0.49586776,0.6528926,0.74380165,0.78099173,0.79752064,0.8140496,0.80991733,0.822314,0.8181818,0.8140496,0.8140496,0.8140496,0.8140496,0.8057851,0.7933884,0.7892562,0.78099173,0.76033056,0.73966944,0.7107438,0.6735537,0.6363636,0.58264464,0.53305787,0.44214877,0.56198347,0.59917355,0.6404959,0.677686,0.72727275,0.75206614,0.76859504,0.78512394,0.8057851,0.8057851,0.8140496,0.8181818,0.8181818,0.8181818,0.8140496,0.80991733,0.8140496,0.8057851,0.8016529,0.8016529,0.8016529,0.8057851,0.80991733,0.7892562,0.76859504,0.6446281,0.5082645,0.5041322,0.5289256,0.5413223,0.5289256,0.4876033,0.45867768,0.4876033,0.53305787,0.5413223,0.5247934,0.5082645,0.54545456,0.6198347,0.7107438,0.75619835,0.77272725,0.7892562,0.80991733,0.8057851,0.8181818,0.8140496,0.8016529,0.8057851,0.80991733,0.8016529,0.79752064,0.7892562,0.78099173,0.77272725,0.74793386,0.72727275,0.70247936,0.6570248,0.62396693,0.56198347,0.5082645,0.4090909,0.5413223,0.59090906,0.61157024,0.6570248,0.71487606,0.7355372,0.75619835,0.78512394,0.7892562,0.79752064,0.8057851,0.8057851,0.80991733,0.8140496,0.80991733,0.79752064,0.7933884,0.7933884,0.7933884,0.8016529,0.79752064,0.79752064,0.8016529,0.80991733,0.8140496,0.76859504,0.6652893,0.6198347,0.6198347,0.6322314,0.61157024,0.56198347,0.5371901,0.57024795,0.61157024,0.59504133,0.58264464,0.6487603,0.6983471,0.71900827,0.7355372,0.75206614,0.75206614,0.7644628,0.7892562,0.8016529,0.8057851,0.80991733,0.7933884,0.8016529,0.79752064,0.7892562,0.7892562,0.78099173,0.76859504,0.75619835,0.73966944,0.71487606,0.6859504,0.6446281,0.60330576,0.54545456,0.4876033,0.39256197,0.5289256,0.57024795,0.60330576,0.6363636,0.6859504,0.7107438,0.74380165,0.7644628,0.77272725,0.78099173,0.78512394,0.7933884,0.79752064,0.7933884,0.7933884,0.7892562,0.78512394,0.78099173,0.7892562,0.8016529,0.8016529,0.79752064,0.8016529,0.80991733,0.8140496,0.8057851,0.77272725,0.73966944,0.71900827,0.71900827,0.6859504,0.6446281,0.6280992,0.6404959,0.6570248,0.6570248,0.661157,0.7107438,0.74380165,0.74380165,0.74380165,0.74793386,0.75619835,0.75206614,0.76859504,0.79752064,0.8016529,0.8016529,0.7892562,0.79752064,0.79752064,0.78512394,0.78099173,0.77272725,0.76033056,0.74380165,0.72727275,0.6983471,0.6652893,0.6280992,0.58677685,0.5289256,0.45867768,0.41322315,0.5206612,0.553719,0.59090906,0.6280992,0.677686,0.6983471,0.73140496,0.74793386,0.7644628,0.7768595,0.78512394,0.78512394,0.7892562,0.78512394,0.78512394,0.78512394,0.78512394,0.7768595,0.7892562,0.8057851,0.8057851,0.8057851,0.8057851,0.80991733,0.8140496,0.8140496,0.8016529,0.7892562,0.7768595,0.77272725,0.73966944,0.7231405,0.7107438,0.70247936,0.70247936,0.70247936,0.71487606,0.72727275,0.74793386,0.74793386,0.75619835,0.74793386,0.74380165,0.74380165,0.75619835,0.78512394,0.7933884,0.79752064,0.7892562,0.7892562,0.7933884,0.7768595,0.76859504,0.7644628,0.74793386,0.73140496,0.71487606,0.6735537,0.6404959,0.607438,0.57024795,0.5165289,0.42975205,0.47107437,0.5123967,0.5495868,0.58677685,0.59917355,0.6487603,0.6942149,0.71487606,0.74380165,0.7644628,0.76859504,0.7768595,0.7768595,0.7768595,0.77272725,0.7768595,0.7768595,0.78099173,0.78099173,0.7933884,0.80991733,0.8057851,0.80991733,0.80991733,0.80991733,0.822314,0.8181818,0.80991733,0.80991733,0.8016529,0.79752064,0.77272725,0.76859504,0.75619835,0.72727275,0.7231405,0.73140496,0.73966944,0.74380165,0.74380165,0.75619835,0.76033056,0.74793386,0.73966944,0.74793386,0.75619835,0.77272725,0.78512394,0.78512394,0.7768595,0.76859504,0.78099173,0.7644628,0.75619835,0.75619835,0.7355372,0.7066116,0.69008267,0.661157,0.6280992,0.59917355,0.56198347,0.5082645,0.4090909,0.5123967,0.5082645,0.54545456,0.5785124,0.59504133,0.6363636,0.677686,0.71900827,0.72727275,0.74793386,0.76033056,0.75619835,0.75619835,0.75619835,0.76033056,0.76859504,0.76859504,0.7768595,0.7892562,0.7933884,0.8016529,0.79752064,0.80991733,0.8057851,0.8057851,0.8181818,0.8140496,0.8181818,0.80991733,0.8181818,0.822314,0.79752064,0.8016529,0.78099173,0.75206614,0.74793386,0.75619835,0.75206614,0.76033056,0.75619835,0.75619835,0.76033056,0.74793386,0.74380165,0.74380165,0.75619835,0.74793386,0.76033056,0.76859504,0.75206614,0.75206614,0.75619835,0.74793386,0.74380165,0.73966944,0.71487606,0.6859504,0.6652893,0.6363636,0.61157024,0.58264464,0.5413223,0.47933885,0.41322315,0.5165289,0.5041322,0.5371901,0.57024795,0.60330576,0.61570245,0.6528926,0.6942149,0.7066116,0.72727275,0.74793386,0.75206614,0.74380165,0.74380165,0.74793386,0.75619835,0.76033056,0.77272725,0.78512394,0.78512394,0.78512394,0.78099173,0.8016529,0.8057851,0.8016529,0.8057851,0.8057851,0.8181818,0.8181818,0.822314,0.822314,0.822314,0.8181818,0.8057851,0.78099173,0.78512394,0.7892562,0.76859504,0.76859504,0.76859504,0.76033056,0.75619835,0.75206614,0.75206614,0.73140496,0.73966944,0.73140496,0.7231405,0.74793386,0.74380165,0.75206614,0.74793386,0.7355372,0.72727275,0.72727275,0.70247936,0.6694215,0.6404959,0.6198347,0.59917355,0.57024795,0.53305787,0.46280992,0.42561984,0.5495868,0.5082645,0.5371901,0.57024795,0.59917355,0.60330576,0.6363636,0.6694215,0.69008267,0.7231405,0.73140496,0.74380165,0.7355372,0.7355372,0.74793386,0.74380165,0.74793386,0.7644628,0.7644628,0.76033056,0.76033056,0.77272725,0.7892562,0.79752064,0.7933884,0.8016529,0.80991733,0.80991733,0.8181818,0.8181818,0.8181818,0.822314,0.822314,0.80991733,0.8140496,0.8057851,0.79752064,0.7768595,0.76859504,0.7768595,0.7644628,0.75619835,0.75206614,0.73966944,0.71487606,0.7107438,0.71900827,0.7066116,0.7066116,0.71900827,0.75619835,0.74380165,0.7231405,0.7107438,0.71487606,0.69008267,0.6528926,0.62396693,0.60330576,0.59917355,0.57024795,0.5247934,0.45454547,0.42975205,0.5785124,0.5082645,0.5371901,0.5661157,0.59090906,0.60330576,0.61570245,0.6570248,0.6735537,0.6942149,0.73140496,0.73140496,0.7231405,0.72727275,0.7355372,0.73140496,0.72727275,0.73140496,0.7231405,0.71900827,0.73140496,0.76033056,0.77272725,0.7768595,0.7768595,0.78099173,0.78099173,0.76033056,0.74380165,0.7355372,0.76859504,0.79752064,0.80991733,0.8016529,0.8057851,0.78099173,0.76033056,0.72727275,0.7231405,0.74793386,0.74793386,0.73966944,0.73966944,0.71487606,0.6942149,0.677686,0.6735537,0.6859504,0.6487603,0.661157,0.7355372,0.75206614,0.71487606,0.71487606,0.7066116,0.6818182,0.6322314,0.59917355,0.59090906,0.59090906,0.56198347,0.5206612,0.46694216,0.43801653,0.5289256,0.5082645,0.54545456,0.57024795,0.58264464,0.59917355,0.607438,0.6363636,0.6694215,0.677686,0.7231405,0.7231405,0.7107438,0.7231405,0.71900827,0.71487606,0.6942149,0.677686,0.6652893,0.661157,0.6859504,0.6983471,0.70247936,0.6859504,0.6735537,0.6735537,0.6570248,0.6198347,0.60330576,0.59504133,0.6363636,0.6694215,0.7066116,0.71487606,0.6818182,0.6652893,0.6404959,0.61157024,0.607438,0.6404959,0.6570248,0.661157,0.6694215,0.661157,0.6528926,0.6280992,0.607438,0.6363636,0.61157024,0.59090906,0.70247936,0.74380165,0.7066116,0.71487606,0.6942149,0.6735537,0.62396693,0.58677685,0.59090906,0.58264464,0.54545456,0.5206612,0.47933885,0.4214876,0.41322315,0.5123967,0.5495868,0.57024795,0.58264464,0.59504133,0.59917355,0.6198347,0.6487603,0.677686,0.71900827,0.7107438,0.72727275,0.7231405,0.7107438,0.6983471,0.6363636,0.60330576,0.5661157,0.5413223,0.553719,0.55785125,0.553719,0.5371901,0.5289256,0.5247934,0.5247934,0.49173555,0.5,0.5289256,0.5413223,0.553719,0.5661157,0.59090906,0.55785125,0.5661157,0.5495868,0.49586776,0.4752066,0.5,0.5247934,0.5413223,0.5495868,0.53305787,0.53305787,0.5165289,0.5165289,0.5661157,0.58677685,0.5495868,0.6735537,0.73140496,0.7107438,0.7066116,0.677686,0.6570248,0.61570245,0.58264464,0.58677685,0.58264464,0.5495868,0.5082645,0.49586776,0.35950413,0.16115703,0.5082645,0.54545456,0.57024795,0.59090906,0.607438,0.60330576,0.61570245,0.62396693,0.6570248,0.71487606,0.7107438,0.73966944,0.7355372,0.71900827,0.677686,0.58677685,0.57438016,0.5495868,0.5123967,0.48347107,0.446281,0.446281,0.46280992,0.45454547,0.45041323,0.44214877,0.38429752,0.38842976,0.43801653,0.46280992,0.4752066,0.49173555,0.49586776,0.49173555,0.5,0.4752066,0.3966942,0.38429752,0.4338843,0.44214877,0.45454547,0.46280992,0.42975205,0.4338843,0.46694216,0.49586776,0.54545456,0.57438016,0.56198347,0.6652893,0.7355372,0.72727275,0.7107438,0.661157,0.6322314,0.60330576,0.59090906,0.59090906,0.58264464,0.54545456,0.5123967,0.49586776,0.30165288,0.07024793,0.46694216,0.5289256,0.57024795,0.59504133,0.61157024,0.6198347,0.6198347,0.62396693,0.6404959,0.70247936,0.7231405,0.74380165,0.74380165,0.7355372,0.6859504,0.607438,0.6528926,0.677686,0.70247936,0.6942149,0.62396693,0.57024795,0.5785124,0.59090906,0.6198347,0.62396693,0.58677685,0.5413223,0.53305787,0.5206612,0.5206612,0.5247934,0.5165289,0.5247934,0.5495868,0.55785125,0.5041322,0.4752066,0.49173555,0.48347107,0.48347107,0.49173555,0.5,0.55785125,0.6198347,0.6363636,0.6363636,0.6280992,0.607438,0.70247936,0.73966944,0.73966944,0.7066116,0.6652893,0.61570245,0.58264464,0.59504133,0.59504133,0.57438016,0.54545456,0.5165289,0.4752066,0.23553719,0.053719006,0.41322315,0.5206612,0.56198347,0.59090906,0.61157024,0.62396693,0.62396693,0.6198347,0.6322314,0.6694215,0.71900827,0.72727275,0.73966944,0.74793386,0.6983471,0.6694215,0.7231405,0.75619835,0.7768595,0.78512394,0.7768595,0.75619835,0.7355372,0.7107438,0.7066116,0.71487606,0.72727275,0.74793386,0.74380165,0.73140496,0.70247936,0.6818182,0.677686,0.677686,0.6859504,0.6983471,0.6652893,0.61157024,0.58264464,0.59504133,0.60330576,0.607438,0.6322314,0.6818182,0.7107438,0.7231405,0.71487606,0.69008267,0.6570248,0.7107438,0.73966944,0.71900827,0.6942149,0.6487603,0.61570245,0.5785124,0.59917355,0.59504133,0.5661157,0.53305787,0.5247934,0.44214877,0.16528925,0.049586777,0.33471075,0.5123967,0.54545456,0.58264464,0.59917355,0.6198347,0.6198347,0.61570245,0.6280992,0.6404959,0.6818182,0.71900827,0.72727275,0.72727275,0.7107438,0.7107438,0.7644628,0.7768595,0.78099173,0.78512394,0.78099173,0.77272725,0.7768595,0.76033056,0.73966944,0.71900827,0.7107438,0.7355372,0.74380165,0.7355372,0.73140496,0.71487606,0.71900827,0.7107438,0.7107438,0.6942149,0.677686,0.6446281,0.6322314,0.6570248,0.6694215,0.6735537,0.677686,0.6983471,0.71900827,0.73966944,0.74380165,0.7107438,0.6818182,0.7107438,0.71900827,0.70247936,0.6818182,0.62396693,0.59917355,0.57438016,0.58677685,0.58677685,0.5495868,0.5247934,0.5206612,0.38016528,0.10330579,0.06198347,0.22727273,0.4752066,0.5247934,0.5661157,0.59504133,0.61570245,0.6198347,0.61570245,0.6280992,0.6363636,0.6446281,0.69008267,0.70247936,0.72727275,0.7107438,0.73966944,0.7644628,0.7768595,0.7768595,0.7644628,0.7768595,0.7768595,0.77272725,0.76859504,0.75619835,0.75206614,0.73966944,0.71900827,0.70247936,0.7066116,0.69008267,0.6983471,0.69008267,0.677686,0.69008267,0.6818182,0.6735537,0.677686,0.6818182,0.69008267,0.6859504,0.6818182,0.677686,0.6942149,0.7231405,0.73966944,0.72727275,0.6942149,0.6859504,0.6859504,0.6942149,0.6859504,0.6322314,0.60330576,0.58677685,0.5785124,0.58264464,0.57024795,0.5413223,0.5165289,0.47933885,0.2892562,0.053719006,0.07024793,0.1322314,0.37603307,0.5,0.5413223,0.5785124,0.61157024,0.61570245,0.61570245,0.61157024,0.6322314,0.62396693,0.6570248,0.6859504,0.71487606,0.71900827,0.74793386,0.76033056,0.76859504,0.7644628,0.76033056,0.74380165,0.75619835,0.75619835,0.76033056,0.75206614,0.75619835,0.75619835,0.7355372,0.70247936,0.70247936,0.6983471,0.70247936,0.6942149,0.6859504,0.6942149,0.70247936,0.70247936,0.6942149,0.70247936,0.6983471,0.6859504,0.6735537,0.6694215,0.6983471,0.72727275,0.73140496,0.7107438,0.69008267,0.6859504,0.6859504,0.6859504,0.661157,0.61570245,0.58677685,0.57438016,0.57024795,0.57438016,0.55785125,0.5289256,0.49586776,0.41735536,0.1694215,0.045454547,0.08264463,0.07438017,0.24380165,0.45867768,0.5123967,0.553719,0.59090906,0.60330576,0.61157024,0.607438,0.6198347,0.62396693,0.6446281,0.6859504,0.7107438,0.72727275,0.7355372,0.75619835,0.75206614,0.74793386,0.75206614,0.73966944,0.7231405,0.71900827,0.73140496,0.73966944,0.74793386,0.75206614,0.74380165,0.72727275,0.7066116,0.7066116,0.7066116,0.6983471,0.6942149,0.6942149,0.7066116,0.70247936,0.6818182,0.6859504,0.6818182,0.661157,0.6570248,0.6859504,0.71900827,0.72727275,0.71487606,0.6983471,0.6859504,0.677686,0.6735537,0.6652893,0.6322314,0.60330576,0.58677685,0.57024795,0.57024795,0.56198347,0.5413223,0.5082645,0.46694216,0.30165288,0.07024793,0.053719006,0.08677686,0.0661157,0.12396694,0.3553719,0.49173555,0.5247934,0.55785125,0.58677685,0.59917355,0.60330576,0.62396693,0.6322314,0.661157,0.6859504,0.6942149,0.7231405,0.71900827,0.74380165,0.73966944,0.73140496,0.74380165,0.75619835,0.73140496,0.7066116,0.7066116,0.71487606,0.71900827,0.71487606,0.71487606,0.7107438,0.70247936,0.6983471,0.6983471,0.69008267,0.69008267,0.6818182,0.6818182,0.6735537,0.6528926,0.6570248,0.661157,0.6694215,0.69008267,0.71487606,0.73140496,0.73140496,0.71487606,0.6942149,0.6859504,0.6859504,0.6818182,0.661157,0.6198347,0.59090906,0.58264464,0.55785125,0.56198347,0.54545456,0.5082645,0.47933885,0.38429752,0.14876033,0.049586777,0.07024793,0.08264463,0.0785124,0.07024793,0.2107438,0.43801653,0.49173555,0.5206612,0.56198347,0.58264464,0.59917355,0.61570245,0.6446281,0.6694215,0.6735537,0.6983471,0.71487606,0.71900827,0.7231405,0.72727275,0.73966944,0.75619835,0.76859504,0.75619835,0.73966944,0.73140496,0.7231405,0.71900827,0.7066116,0.70247936,0.6942149,0.69008267,0.677686,0.6818182,0.6735537,0.6818182,0.677686,0.6652893,0.677686,0.6652893,0.6735537,0.6859504,0.70247936,0.73140496,0.73140496,0.72727275,0.7355372,0.71900827,0.70247936,0.6859504,0.6818182,0.6694215,0.6487603,0.607438,0.57438016,0.5661157,0.54545456,0.5495868,0.5041322,0.48347107,0.4214876,0.2107438,0.05785124,0.0661157,0.07438017,0.08264463,0.08677686,0.06198347,0.10330579,0.29752067,0.45867768,0.48347107,0.5247934,0.56198347,0.57024795,0.59917355,0.6280992,0.6694215,0.6735537,0.7107438,0.71487606,0.73140496,0.71900827,0.7355372,0.74793386,0.76033056,0.77272725,0.7768595,0.76859504,0.76033056,0.7644628,0.76859504,0.75619835,0.74380165,0.73140496,0.71900827,0.6983471,0.70247936,0.70247936,0.71487606,0.7231405,0.72727275,0.72727275,0.73140496,0.71900827,0.73966944,0.7355372,0.74793386,0.75206614,0.73966944,0.7355372,0.7066116,0.6983471,0.677686,0.6652893,0.6528926,0.6280992,0.59090906,0.56198347,0.553719,0.5413223,0.5247934,0.47933885,0.4214876,0.28099173,0.07024793,0.06198347,0.08264463,0.0785124,0.08264463,0.09090909,0.07024793,0.05785124,0.18181819,0.38842976,0.446281,0.48347107,0.5247934,0.55785125,0.5661157,0.61570245,0.6487603,0.6859504,0.6983471,0.71900827,0.72727275,0.73140496,0.74380165,0.75206614,0.76033056,0.77272725,0.7892562,0.78512394,0.78512394,0.7892562,0.8016529,0.8016529,0.7933884,0.7892562,0.7768595,0.7644628,0.77272725,0.77272725,0.77272725,0.78099173,0.78512394,0.77272725,0.78099173,0.76033056,0.77272725,0.7644628,0.76859504,0.75206614,0.72727275,0.72727275,0.70247936,0.6818182,0.6735537,0.6487603,0.6322314,0.607438,0.5785124,0.553719,0.5413223,0.5123967,0.4876033,0.4338843,0.2892562,0.13636364,0.049586777,0.07438017,0.09090909,0.08264463,0.0785124,0.09090909,0.07438017,0.05785124,0.1570248,0.37190083,0.40082645,0.4338843,0.47107437,0.5165289,0.5413223,0.5785124,0.62396693,0.6570248,0.677686,0.6983471,0.71487606,0.73140496,0.74380165,0.75619835,0.77272725,0.77272725,0.7892562,0.79752064,0.8057851,0.8057851,0.80991733,0.8181818,0.822314,0.822314,0.822314,0.8181818,0.8264463,0.822314,0.8181818,0.8181818,0.8264463,0.8140496,0.8057851,0.7933884,0.7933884,0.78099173,0.77272725,0.75619835,0.73140496,0.71900827,0.6983471,0.677686,0.6487603,0.61570245,0.59504133,0.58264464,0.55785125,0.53305787,0.5082645,0.4752066,0.4214876,0.33471075,0.14876033,0.09917355,0.07024793,0.07438017,0.09090909,0.08264463,0.0785124,0.0785124,0.0785124,0.06198347,0.16115703,0.38016528,0.40082645,0.38842976,0.41735536,0.45867768,0.5041322,0.5413223,0.58264464,0.6198347,0.6487603,0.6694215,0.70247936,0.71487606,0.7355372,0.76033056,0.7768595,0.7768595,0.7892562,0.8057851,0.8140496,0.8181818,0.8181818,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.8347107,0.822314,0.822314,0.80991733,0.79752064,0.7892562,0.7768595,0.74380165,0.7231405,0.71487606,0.6942149,0.6528926,0.607438,0.58264464,0.5661157,0.553719,0.5206612,0.5,0.45041323,0.3966942,0.29752067,0.22727273,0.12396694,0.12809917,0.08677686,0.0785124,0.09504132,0.08264463,0.08677686,0.0785124,0.08677686,0.05785124,0.15289256,0.38429752,0.40495867,0.38016528,0.35950413,0.40082645,0.446281,0.49586776,0.5371901,0.58264464,0.61570245,0.6404959,0.6694215,0.6983471,0.7231405,0.74380165,0.77272725,0.76859504,0.7892562,0.8057851,0.8181818,0.822314,0.822314,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8347107,0.838843,0.838843,0.8305785,0.822314,0.8181818,0.80991733,0.7933884,0.77272725,0.76033056,0.7231405,0.6983471,0.6818182,0.661157,0.607438,0.5661157,0.54545456,0.53305787,0.5123967,0.4752066,0.4338843,0.36363637,0.2768595,0.19421488,0.17768595,0.14876033,0.1446281,0.12396694,0.08264463,0.09917355,0.09504132,0.10330579,0.07438017,0.09504132,0.06198347,0.15289256,0.39256197,0.4090909,0.3966942,0.36363637,0.3429752,0.37603307,0.42561984,0.4752066,0.5165289,0.56198347,0.59504133,0.6280992,0.661157,0.70247936,0.71900827,0.75206614,0.76033056,0.78099173,0.8016529,0.80991733,0.8140496,0.8181818,0.8181818,0.8264463,0.8264463,0.8305785,0.8264463,0.822314,0.8264463,0.8305785,0.8305785,0.8305785,0.8016529,0.8016529,0.7933884,0.7768595,0.77272725,0.7231405,0.6983471,0.6694215,0.6528926,0.61157024,0.55785125,0.5206612,0.5041322,0.49173555,0.45041323,0.40495867,0.35123968,0.28099173,0.18181819,0.1694215,0.17768595,0.1694215,0.16528925,0.13636364,0.08677686,0.09090909,0.11983471,0.09917355,0.0785124,0.09090909,0.045454547,0.15289256,0.39256197,0.42975205,0.3966942,0.38842976,0.35950413,0.338843,0.3553719,0.40082645,0.44214877,0.4876033,0.53305787,0.57024795,0.61157024,0.6694215,0.6942149,0.71900827,0.74793386,0.76033056,0.78512394,0.7933884,0.79752064,0.8016529,0.80991733,0.80991733,0.8140496,0.8140496,0.8181818,0.8181818,0.80991733,0.80991733,0.8181818,0.8016529,0.78512394,0.78099173,0.76033056,0.75619835,0.74793386,0.6859504,0.6735537,0.6404959,0.607438,0.5495868,0.5082645,0.4752066,0.45454547,0.41735536,0.3677686,0.32231405,0.30578512,0.24793388,0.12809917,0.1570248,0.18181819,0.18595041,0.17355372,0.14049587,0.09504132,0.09504132,0.14049587,0.1322314,0.09090909,0.08677686,0.037190083,0.15289256,0.39256197,0.4338843,0.4214876,0.4090909,0.37603307,0.35123968,0.33471075,0.35123968,0.38016528,0.41322315,0.45867768,0.5,0.5413223,0.607438,0.6404959,0.6859504,0.7066116,0.73140496,0.7644628,0.7644628,0.77272725,0.77272725,0.78512394,0.79752064,0.79752064,0.7933884,0.7933884,0.7892562,0.78512394,0.7933884,0.7933884,0.7768595,0.76033056,0.74380165,0.7231405,0.69008267,0.69008267,0.6487603,0.62396693,0.58677685,0.54545456,0.4752066,0.44214877,0.4214876,0.38016528,0.3264463,0.30165288,0.29338843,0.29752067,0.24793388,0.09917355,0.12396694,0.17355372,0.18595041,0.17355372,0.1446281,0.10743801,0.10743801,0.1570248,0.14876033,0.11157025,0.0785124,0.037190083,0.14049587,0.38842976,0.42561984,0.44214877,0.42975205,0.3966942,0.38016528,0.3553719,0.3429752,0.3429752,0.35950413,0.38842976,0.42561984,0.46280992,0.5206612,0.5661157,0.6198347,0.6570248,0.69008267,0.71900827,0.72727275,0.73966944,0.74380165,0.74793386,0.76859504,0.77272725,0.76859504,0.7644628,0.76033056,0.7644628,0.75619835,0.76033056,0.75206614,0.7355372,0.71487606,0.6818182,0.6487603,0.6280992,0.59090906,0.56198347,0.5082645,0.45867768,0.40082645,0.37190083,0.33471075,0.30578512,0.28099173,0.2892562,0.29752067,0.30991736,0.24380165,0.08264463,0.08677686,0.16115703,0.18595041,0.16528925,0.13636364,0.11570248,0.11983471,0.16115703,0.15289256,9 +0.2892562,0.23966943,0.22727273,0.5289256,0.77272725,0.8264463,0.8347107,0.838843,0.8429752,0.838843,0.8305785,0.8305785,0.822314,0.8181818,0.8140496,0.8140496,0.80991733,0.7933884,0.79752064,0.79752064,0.78512394,0.78099173,0.78099173,0.76859504,0.75619835,0.74793386,0.73966944,0.72727275,0.7231405,0.7107438,0.72727275,0.7231405,0.75206614,0.72727275,0.74793386,0.73140496,0.73966944,0.75206614,0.75206614,0.72727275,0.7066116,0.6983471,0.70247936,0.70247936,0.69008267,0.6859504,0.69008267,0.6859504,0.6528926,0.6694215,0.661157,0.6570248,0.6570248,0.6446281,0.661157,0.6694215,0.6735537,0.661157,0.6363636,0.59917355,0.5289256,0.43801653,0.33471075,0.2107438,0.2768595,0.20247933,0.35123968,0.72727275,0.8553719,0.8512397,0.8471074,0.8429752,0.8429752,0.838843,0.8264463,0.8347107,0.8181818,0.8140496,0.8140496,0.8140496,0.8140496,0.80991733,0.8057851,0.8057851,0.8016529,0.8016529,0.79752064,0.7892562,0.7892562,0.77272725,0.7644628,0.75619835,0.75206614,0.74793386,0.73966944,0.75206614,0.7644628,0.75619835,0.7644628,0.75619835,0.78099173,0.78099173,0.7644628,0.74793386,0.7231405,0.71487606,0.71487606,0.7107438,0.70247936,0.6942149,0.6942149,0.6859504,0.661157,0.661157,0.661157,0.6528926,0.6652893,0.6404959,0.6528926,0.6735537,0.6735537,0.677686,0.661157,0.6280992,0.5413223,0.45454547,0.37190083,0.23140496,0.23966943,0.2107438,0.5,0.8057851,0.8553719,0.8429752,0.8471074,0.8512397,0.8347107,0.8305785,0.822314,0.8305785,0.80991733,0.8140496,0.8140496,0.8140496,0.8140496,0.822314,0.8140496,0.8140496,0.8140496,0.8140496,0.80991733,0.80991733,0.8140496,0.8057851,0.7933884,0.8016529,0.7933884,0.7933884,0.76033056,0.7768595,0.7768595,0.7892562,0.79752064,0.7933884,0.8057851,0.80991733,0.7768595,0.76033056,0.73966944,0.73140496,0.71900827,0.7107438,0.6942149,0.6818182,0.6735537,0.6528926,0.6487603,0.6446281,0.6404959,0.6363636,0.6487603,0.6198347,0.6280992,0.6570248,0.661157,0.6694215,0.6735537,0.6404959,0.553719,0.46280992,0.39256197,0.2520661,0.19008264,0.26859504,0.6198347,0.822314,0.8471074,0.8429752,0.8512397,0.8512397,0.8264463,0.822314,0.8140496,0.8057851,0.79752064,0.8016529,0.80991733,0.8016529,0.79752064,0.8140496,0.822314,0.822314,0.822314,0.822314,0.8181818,0.8181818,0.8140496,0.822314,0.8140496,0.8140496,0.8140496,0.8181818,0.8057851,0.7933884,0.8057851,0.8140496,0.8140496,0.79752064,0.8016529,0.8181818,0.7768595,0.75206614,0.73966944,0.73140496,0.71900827,0.7066116,0.6818182,0.6570248,0.6446281,0.62396693,0.59917355,0.61157024,0.59917355,0.607438,0.61157024,0.61157024,0.6198347,0.62396693,0.6363636,0.6528926,0.661157,0.6487603,0.56198347,0.46280992,0.4090909,0.26859504,0.15289256,0.37190083,0.71487606,0.8264463,0.838843,0.8471074,0.8471074,0.8471074,0.8181818,0.8057851,0.8057851,0.78512394,0.7768595,0.76033056,0.7644628,0.76859504,0.77272725,0.8057851,0.8140496,0.822314,0.80991733,0.80991733,0.80991733,0.8016529,0.7933884,0.80991733,0.8140496,0.8057851,0.8016529,0.822314,0.8305785,0.78512394,0.8140496,0.822314,0.79752064,0.76859504,0.78512394,0.78512394,0.74380165,0.71900827,0.7066116,0.6983471,0.69008267,0.6818182,0.6487603,0.6280992,0.61157024,0.58677685,0.56198347,0.5661157,0.553719,0.57024795,0.5661157,0.59090906,0.61570245,0.6198347,0.607438,0.6322314,0.6446281,0.6446281,0.56198347,0.46694216,0.41735536,0.28099173,0.16115703,0.49586776,0.77272725,0.8264463,0.8347107,0.8429752,0.8471074,0.8264463,0.80991733,0.7933884,0.77272725,0.74793386,0.6983471,0.6942149,0.70247936,0.72727275,0.73966944,0.7644628,0.7644628,0.78512394,0.7644628,0.76033056,0.76033056,0.74793386,0.75206614,0.78099173,0.7933884,0.79752064,0.79752064,0.8057851,0.8140496,0.7768595,0.7933884,0.8057851,0.76859504,0.71900827,0.75206614,0.71900827,0.677686,0.6487603,0.61157024,0.58264464,0.58677685,0.58677685,0.57024795,0.55785125,0.54545456,0.5206612,0.4876033,0.4876033,0.47933885,0.49173555,0.5,0.49586776,0.5413223,0.59917355,0.60330576,0.62396693,0.6322314,0.6280992,0.55785125,0.47933885,0.4214876,0.28512397,0.23553719,0.59917355,0.7892562,0.822314,0.8305785,0.838843,0.8347107,0.80991733,0.8016529,0.74793386,0.70247936,0.61570245,0.5495868,0.59504133,0.6198347,0.6446281,0.6322314,0.6322314,0.6280992,0.62396693,0.59090906,0.59090906,0.61157024,0.6446281,0.6859504,0.7355372,0.77272725,0.78512394,0.7892562,0.78512394,0.79752064,0.76859504,0.76859504,0.76033056,0.73966944,0.69008267,0.69008267,0.6570248,0.60330576,0.5165289,0.4338843,0.41322315,0.42975205,0.4090909,0.38429752,0.38842976,0.38842976,0.38429752,0.36363637,0.36363637,0.37603307,0.36363637,0.35123968,0.35950413,0.38016528,0.48347107,0.59917355,0.60330576,0.61570245,0.61570245,0.5495868,0.49173555,0.42561984,0.29338843,0.33471075,0.6570248,0.7933884,0.8181818,0.8264463,0.8305785,0.8057851,0.8016529,0.71900827,0.59090906,0.5206612,0.446281,0.42561984,0.46694216,0.4752066,0.46280992,0.42561984,0.3966942,0.38842976,0.38429752,0.37190083,0.38842976,0.41322315,0.48347107,0.58677685,0.6694215,0.74380165,0.76859504,0.78512394,0.7768595,0.7892562,0.7644628,0.75206614,0.73140496,0.7107438,0.6694215,0.6404959,0.59504133,0.5165289,0.37190083,0.29338843,0.2892562,0.29752067,0.27272728,0.24380165,0.23553719,0.23553719,0.24793388,0.23966943,0.23140496,0.25619835,0.24793388,0.2644628,0.2644628,0.23966943,0.28099173,0.47107437,0.5495868,0.59090906,0.60330576,0.5413223,0.5,0.44214877,0.3140496,0.42561984,0.6942149,0.7933884,0.80991733,0.822314,0.8140496,0.7933884,0.7066116,0.48347107,0.45041323,0.35123968,0.32231405,0.3181818,0.34710744,0.32231405,0.28512397,0.30165288,0.24380165,0.24380165,0.26859504,0.25619835,0.2892562,0.29338843,0.3429752,0.46694216,0.59504133,0.7066116,0.7644628,0.78512394,0.78099173,0.77272725,0.76859504,0.75206614,0.71487606,0.6983471,0.6652893,0.6198347,0.5413223,0.43801653,0.30165288,0.2644628,0.23553719,0.2231405,0.18595041,0.1694215,0.18181819,0.21487603,0.18595041,0.18181819,0.16528925,0.20247933,0.1570248,0.1983471,0.23140496,0.1983471,0.20661157,0.30578512,0.41735536,0.5495868,0.59090906,0.5371901,0.5041322,0.46280992,0.3429752,0.4752066,0.7231405,0.8016529,0.8140496,0.822314,0.8264463,0.6942149,0.45041323,0.37603307,0.38842976,0.3677686,0.3140496,0.2603306,0.2520661,0.2231405,0.2231405,0.20661157,0.18595041,0.18181819,0.21487603,0.23966943,0.2603306,0.27272728,0.32231405,0.42561984,0.5371901,0.6694215,0.8057851,0.8305785,0.7933884,0.7768595,0.8140496,0.7355372,0.7231405,0.69008267,0.69008267,0.6363636,0.5082645,0.4214876,0.3305785,0.2892562,0.24380165,0.21900827,0.20661157,0.18595041,0.17355372,0.19008264,0.1983471,0.20247933,0.1570248,0.17768595,0.17355372,0.1694215,0.17768595,0.2520661,0.23553719,0.23966943,0.29752067,0.4338843,0.5661157,0.5413223,0.5123967,0.4752066,0.36363637,0.5165289,0.75619835,0.80991733,0.8057851,0.8264463,0.74793386,0.47933885,0.37603307,0.37190083,0.29752067,0.37190083,0.2892562,0.2768595,0.25619835,0.2644628,0.29752067,0.30991736,0.30165288,0.29752067,0.3181818,0.35123968,0.39256197,0.4338843,0.45867768,0.47933885,0.57438016,0.70247936,0.8471074,0.8677686,0.8140496,0.7933884,0.8471074,0.78099173,0.7231405,0.70247936,0.7355372,0.6942149,0.55785125,0.4338843,0.35950413,0.338843,0.33471075,0.35123968,0.36363637,0.40082645,0.45041323,0.45867768,0.4214876,0.38429752,0.36363637,0.30165288,0.28099173,0.23966943,0.26859504,0.2520661,0.2644628,0.28512397,0.2520661,0.3181818,0.45041323,0.5413223,0.5123967,0.4752066,0.39256197,0.59090906,0.78512394,0.8057851,0.8181818,0.7933884,0.56198347,0.41322315,0.33471075,0.3553719,0.37603307,0.41322315,0.42975205,0.4752066,0.49586776,0.53305787,0.57438016,0.6446281,0.6652893,0.6487603,0.6363636,0.58677685,0.5413223,0.5661157,0.59090906,0.61570245,0.71900827,0.7892562,0.8471074,0.8719008,0.8305785,0.78512394,0.8181818,0.73966944,0.7066116,0.69008267,0.7231405,0.677686,0.55785125,0.43801653,0.40495867,0.43801653,0.5123967,0.5661157,0.58264464,0.6322314,0.6818182,0.6983471,0.7066116,0.6859504,0.61570245,0.5495868,0.5,0.45454547,0.38842976,0.3181818,0.338843,0.30165288,0.28099173,0.2768595,0.3264463,0.4752066,0.5165289,0.47107437,0.3966942,0.6735537,0.80991733,0.8181818,0.8512397,0.6652893,0.38842976,0.33471075,0.35123968,0.53305787,0.59090906,0.6570248,0.6322314,0.69008267,0.73140496,0.74380165,0.75619835,0.7768595,0.74793386,0.6942149,0.6570248,0.6322314,0.61570245,0.6198347,0.61570245,0.62396693,0.7107438,0.8057851,0.8305785,0.8553719,0.822314,0.7644628,0.73140496,0.71487606,0.69008267,0.6983471,0.6528926,0.61157024,0.47933885,0.41322315,0.46280992,0.53305787,0.58264464,0.59917355,0.5785124,0.58264464,0.6280992,0.6735537,0.6942149,0.6983471,0.677686,0.6322314,0.62396693,0.58264464,0.5123967,0.46280992,0.40082645,0.3677686,0.2892562,0.28099173,0.30165288,0.3966942,0.5082645,0.4752066,0.41322315,0.73140496,0.8140496,0.8140496,0.838843,0.57024795,0.39256197,0.40082645,0.5206612,0.6818182,0.76033056,0.7892562,0.77272725,0.78099173,0.77272725,0.74380165,0.6983471,0.6735537,0.59504133,0.5247934,0.5082645,0.5,0.5,0.5247934,0.5661157,0.58264464,0.6446281,0.75206614,0.79752064,0.822314,0.7892562,0.73140496,0.6694215,0.6859504,0.6694215,0.6859504,0.58677685,0.5082645,0.39256197,0.4338843,0.5206612,0.54545456,0.5041322,0.49173555,0.5,0.53305787,0.5247934,0.56198347,0.57024795,0.55785125,0.5661157,0.58677685,0.6404959,0.6322314,0.607438,0.61157024,0.5165289,0.48347107,0.38429752,0.3305785,0.30165288,0.38016528,0.47933885,0.46694216,0.41322315,0.76859504,0.8140496,0.80991733,0.8347107,0.55785125,0.44214877,0.5371901,0.6942149,0.7892562,0.822314,0.8305785,0.7933884,0.76033056,0.71900827,0.6942149,0.61157024,0.607438,0.49173555,0.4090909,0.4338843,0.46694216,0.45041323,0.4214876,0.4338843,0.46280992,0.5785124,0.6942149,0.75619835,0.78099173,0.73966944,0.6983471,0.6487603,0.6487603,0.6363636,0.6528926,0.553719,0.41322315,0.40495867,0.48347107,0.5206612,0.49173555,0.4752066,0.46280992,0.45041323,0.45867768,0.3677686,0.40495867,0.4214876,0.3966942,0.3966942,0.47933885,0.5413223,0.5495868,0.62396693,0.677686,0.6404959,0.56198347,0.48347107,0.4090909,0.3966942,0.42975205,0.46280992,0.45867768,0.41735536,0.78512394,0.8140496,0.8140496,0.8016529,0.56198347,0.5206612,0.6446281,0.7355372,0.8016529,0.8305785,0.7768595,0.75619835,0.7355372,0.6694215,0.5785124,0.34710744,0.30991736,0.3264463,0.25619835,0.37190083,0.53305787,0.45867768,0.3966942,0.42561984,0.43801653,0.47933885,0.6487603,0.7355372,0.71900827,0.6983471,0.677686,0.6487603,0.61570245,0.59504133,0.607438,0.5413223,0.45867768,0.46694216,0.4752066,0.46280992,0.43801653,0.42561984,0.4214876,0.5206612,0.5289256,0.3181818,0.37603307,0.3264463,0.20247933,0.1694215,0.3305785,0.4338843,0.47107437,0.58677685,0.60330576,0.6528926,0.6198347,0.553719,0.47933885,0.45454547,0.43801653,0.45454547,0.446281,0.41322315,0.7892562,0.8181818,0.8347107,0.7644628,0.59917355,0.61157024,0.73140496,0.79752064,0.7933884,0.72727275,0.6942149,0.6942149,0.48347107,0.5413223,0.5123967,0.26859504,0.19008264,0.24380165,0.39256197,0.46694216,0.6652893,0.59504133,0.49586776,0.4338843,0.40495867,0.45041323,0.661157,0.7231405,0.6983471,0.69008267,0.6363636,0.6487603,0.607438,0.58264464,0.57438016,0.553719,0.54545456,0.5082645,0.43801653,0.36363637,0.44214877,0.5123967,0.57024795,0.677686,0.6322314,0.44214877,0.36363637,0.18595041,0.20661157,0.21900827,0.34710744,0.4876033,0.29752067,0.4752066,0.5495868,0.5165289,0.6198347,0.61570245,0.5495868,0.5,0.47107437,0.47107437,0.46280992,0.42561984,0.78512394,0.822314,0.8264463,0.70247936,0.62396693,0.6983471,0.7768595,0.80991733,0.7231405,0.6322314,0.61570245,0.37190083,0.49173555,0.7768595,0.5123967,0.36363637,0.3429752,0.36363637,0.47933885,0.5495868,0.6859504,0.59504133,0.56198347,0.553719,0.5413223,0.59504133,0.7066116,0.71900827,0.7231405,0.6735537,0.6363636,0.6322314,0.60330576,0.59504133,0.55785125,0.5661157,0.59917355,0.5289256,0.4876033,0.5123967,0.5661157,0.59090906,0.59090906,0.6528926,0.6942149,0.5206612,0.43801653,0.338843,0.3429752,0.32231405,0.43801653,0.59917355,0.38016528,0.21900827,0.3677686,0.46280992,0.5165289,0.6322314,0.6280992,0.56198347,0.5123967,0.5082645,0.49173555,0.44214877,0.79752064,0.822314,0.8140496,0.71487606,0.6983471,0.7768595,0.8140496,0.8016529,0.6528926,0.5413223,0.37190083,0.338843,0.6735537,0.7768595,0.6859504,0.49173555,0.47107437,0.5123967,0.553719,0.607438,0.6528926,0.59917355,0.58677685,0.62396693,0.6446281,0.70247936,0.7231405,0.71900827,0.72727275,0.69008267,0.6363636,0.6198347,0.59090906,0.607438,0.57438016,0.56198347,0.607438,0.55785125,0.49173555,0.58264464,0.61570245,0.59504133,0.58677685,0.607438,0.6404959,0.58677685,0.5206612,0.46694216,0.41322315,0.43801653,0.5413223,0.58677685,0.49173555,0.28512397,0.27272728,0.35950413,0.47933885,0.59917355,0.69008267,0.6446281,0.58677685,0.56198347,0.5206612,0.45867768,0.8181818,0.8264463,0.80991733,0.78512394,0.79752064,0.8264463,0.8471074,0.7933884,0.59504133,0.45041323,0.41735536,0.553719,0.6570248,0.6942149,0.7231405,0.6322314,0.6198347,0.58264464,0.6404959,0.6404959,0.6570248,0.6363636,0.6404959,0.69008267,0.677686,0.7066116,0.7231405,0.7107438,0.71900827,0.70247936,0.6322314,0.58677685,0.58677685,0.61570245,0.58264464,0.55785125,0.607438,0.59917355,0.5165289,0.56198347,0.6198347,0.6280992,0.6198347,0.61157024,0.6363636,0.59917355,0.59090906,0.56198347,0.48347107,0.5247934,0.49173555,0.57438016,0.5661157,0.5082645,0.45454547,0.35950413,0.4752066,0.56198347,0.7066116,0.6983471,0.6694215,0.6404959,0.553719,0.49173555,0.8305785,0.8264463,0.822314,0.822314,0.8429752,0.8553719,0.8677686,0.79752064,0.59917355,0.6446281,0.6694215,0.75619835,0.77272725,0.7066116,0.74380165,0.6652893,0.7231405,0.661157,0.69008267,0.70247936,0.6859504,0.69008267,0.6983471,0.7231405,0.7355372,0.73966944,0.73140496,0.72727275,0.7107438,0.71900827,0.6446281,0.59917355,0.59917355,0.59917355,0.58264464,0.55785125,0.59504133,0.6198347,0.5785124,0.58264464,0.62396693,0.661157,0.6528926,0.62396693,0.6363636,0.61570245,0.61570245,0.607438,0.5371901,0.59090906,0.5289256,0.61570245,0.6652893,0.6735537,0.6487603,0.5495868,0.5413223,0.5495868,0.6818182,0.7066116,0.69008267,0.661157,0.59090906,0.54545456,0.838843,0.8264463,0.8305785,0.838843,0.8512397,0.8595041,0.8636364,0.8057851,0.7644628,0.78512394,0.8347107,0.8595041,0.8553719,0.79752064,0.7892562,0.74380165,0.76033056,0.73140496,0.73140496,0.73140496,0.73140496,0.74793386,0.74793386,0.77272725,0.78099173,0.75619835,0.72727275,0.74380165,0.7231405,0.7355372,0.6404959,0.607438,0.61157024,0.58677685,0.59917355,0.5785124,0.60330576,0.61157024,0.61157024,0.61157024,0.6404959,0.6735537,0.6983471,0.69008267,0.6694215,0.6404959,0.6280992,0.607438,0.58264464,0.59504133,0.59090906,0.61157024,0.69008267,0.71900827,0.71487606,0.6735537,0.61570245,0.58264464,0.6570248,0.6942149,0.6942149,0.6735537,0.6198347,0.5785124,0.8429752,0.8347107,0.8305785,0.8347107,0.8553719,0.8553719,0.8471074,0.822314,0.8264463,0.8471074,0.8595041,0.8677686,0.8512397,0.8016529,0.7892562,0.7768595,0.78512394,0.78099173,0.7644628,0.75619835,0.7768595,0.78099173,0.78512394,0.8057851,0.7892562,0.75619835,0.7231405,0.73966944,0.75206614,0.73966944,0.6404959,0.61157024,0.6198347,0.57438016,0.59917355,0.59917355,0.6198347,0.61570245,0.62396693,0.6280992,0.6570248,0.6735537,0.6983471,0.7107438,0.7107438,0.6818182,0.677686,0.6528926,0.6404959,0.61570245,0.62396693,0.62396693,0.6859504,0.71487606,0.71900827,0.7107438,0.6735537,0.6404959,0.6570248,0.6818182,0.70247936,0.69008267,0.6487603,0.58677685,0.8471074,0.8347107,0.8305785,0.8347107,0.8553719,0.8512397,0.838843,0.838843,0.8429752,0.8677686,0.8636364,0.8595041,0.838843,0.80991733,0.79752064,0.78512394,0.78512394,0.8057851,0.79752064,0.7768595,0.78512394,0.7933884,0.8140496,0.8140496,0.79752064,0.75206614,0.72727275,0.74793386,0.7768595,0.78512394,0.6404959,0.6570248,0.61570245,0.5785124,0.58264464,0.59504133,0.607438,0.6280992,0.6446281,0.6446281,0.6652893,0.677686,0.6818182,0.7066116,0.7107438,0.69008267,0.7066116,0.6942149,0.6859504,0.6735537,0.6694215,0.6652893,0.69008267,0.7107438,0.7231405,0.71900827,0.6859504,0.69008267,0.677686,0.6859504,0.6983471,0.6942149,0.661157,0.59504133,0.8471074,0.8305785,0.8347107,0.838843,0.8471074,0.8471074,0.8429752,0.8512397,0.8553719,0.8636364,0.8512397,0.8512397,0.8347107,0.8264463,0.8057851,0.8016529,0.78099173,0.8057851,0.79752064,0.78512394,0.7933884,0.80991733,0.8264463,0.822314,0.8057851,0.74793386,0.71900827,0.75206614,0.7892562,0.822314,0.6446281,0.6570248,0.61570245,0.59090906,0.58264464,0.58264464,0.59090906,0.6363636,0.661157,0.6570248,0.6735537,0.6859504,0.69008267,0.6942149,0.6859504,0.69008267,0.70247936,0.6983471,0.6983471,0.6942149,0.70247936,0.6859504,0.6983471,0.7066116,0.7231405,0.7107438,0.69008267,0.6942149,0.6859504,0.6942149,0.69008267,0.6818182,0.6570248,0.59504133,0.838843,0.8305785,0.8305785,0.8305785,0.838843,0.8429752,0.8512397,0.8512397,0.8553719,0.8512397,0.8471074,0.8512397,0.8305785,0.8264463,0.8181818,0.8140496,0.7933884,0.8057851,0.78512394,0.7933884,0.8057851,0.8181818,0.8305785,0.8305785,0.8016529,0.74793386,0.7231405,0.71900827,0.7355372,0.78099173,0.6652893,0.6363636,0.61570245,0.59917355,0.59504133,0.57438016,0.57438016,0.6363636,0.6570248,0.661157,0.6859504,0.6983471,0.7066116,0.6983471,0.69008267,0.6983471,0.6859504,0.6859504,0.69008267,0.6942149,0.6942149,0.6942149,0.6983471,0.7107438,0.70247936,0.6983471,0.6942149,0.6983471,0.69008267,0.6983471,0.6859504,0.6652893,0.6528926,0.58677685,0.8347107,0.8347107,0.822314,0.822314,0.838843,0.8512397,0.8595041,0.8512397,0.8512397,0.8512397,0.8471074,0.8553719,0.8305785,0.80991733,0.8181818,0.8181818,0.80991733,0.8016529,0.79752064,0.8140496,0.822314,0.8347107,0.838843,0.8347107,0.78099173,0.75206614,0.73140496,0.7066116,0.7066116,0.7231405,0.6570248,0.6487603,0.60330576,0.60330576,0.59090906,0.58677685,0.553719,0.6322314,0.6487603,0.6652893,0.6942149,0.6942149,0.70247936,0.71487606,0.7066116,0.7107438,0.6859504,0.69008267,0.6983471,0.6942149,0.6818182,0.6983471,0.7066116,0.70247936,0.69008267,0.6942149,0.70247936,0.7107438,0.6983471,0.6983471,0.6735537,0.661157,0.6404959,0.56198347,0.8305785,0.8305785,0.8140496,0.80991733,0.838843,0.8553719,0.8636364,0.8553719,0.8553719,0.8553719,0.8429752,0.8471074,0.8347107,0.8057851,0.822314,0.8140496,0.8057851,0.8140496,0.8140496,0.8181818,0.8264463,0.8429752,0.8553719,0.8305785,0.77272725,0.7644628,0.75206614,0.75206614,0.7933884,0.7355372,0.7066116,0.6859504,0.6280992,0.61570245,0.59504133,0.5785124,0.5661157,0.61570245,0.6487603,0.69008267,0.6983471,0.69008267,0.7066116,0.73140496,0.72727275,0.71487606,0.7107438,0.70247936,0.7107438,0.6942149,0.6818182,0.71487606,0.71487606,0.6983471,0.6942149,0.70247936,0.71900827,0.73140496,0.7231405,0.7066116,0.6694215,0.6570248,0.6280992,0.5289256,0.822314,0.8181818,0.8016529,0.80991733,0.8305785,0.8512397,0.8636364,0.8471074,0.8553719,0.8512397,0.838843,0.838843,0.838843,0.80991733,0.8181818,0.8181818,0.8057851,0.822314,0.8181818,0.8181818,0.8264463,0.8471074,0.8677686,0.8016529,0.75206614,0.8181818,0.79752064,0.7933884,0.8057851,0.73966944,0.79752064,0.7231405,0.6280992,0.6694215,0.6652893,0.59917355,0.55785125,0.59917355,0.6404959,0.70247936,0.7107438,0.6983471,0.70247936,0.7107438,0.71900827,0.72727275,0.71487606,0.71487606,0.70247936,0.7107438,0.69008267,0.7066116,0.7066116,0.7066116,0.7066116,0.6983471,0.7107438,0.7066116,0.7355372,0.71900827,0.6735537,0.6363636,0.61157024,0.49173555,0.8057851,0.8181818,0.79752064,0.80991733,0.8347107,0.8553719,0.8512397,0.8512397,0.8595041,0.8471074,0.8512397,0.8305785,0.838843,0.8264463,0.822314,0.8181818,0.8264463,0.8305785,0.822314,0.822314,0.8264463,0.8305785,0.8264463,0.78512394,0.73966944,0.8140496,0.78512394,0.72727275,0.69008267,0.661157,0.69008267,0.6570248,0.6198347,0.6818182,0.8057851,0.661157,0.5785124,0.57024795,0.61570245,0.6652893,0.6818182,0.6859504,0.6983471,0.71487606,0.7231405,0.7355372,0.72727275,0.71487606,0.70247936,0.7107438,0.6694215,0.6818182,0.69008267,0.7107438,0.6983471,0.7066116,0.6818182,0.70247936,0.72727275,0.7107438,0.6652893,0.6322314,0.59504133,0.45867768,0.77272725,0.8140496,0.7933884,0.80991733,0.8347107,0.8471074,0.8512397,0.8595041,0.8512397,0.838843,0.8512397,0.838843,0.8347107,0.8429752,0.822314,0.8264463,0.8305785,0.8305785,0.8305785,0.8264463,0.8264463,0.8140496,0.78512394,0.76859504,0.7107438,0.71900827,0.71900827,0.6280992,0.55785125,0.5661157,0.607438,0.5785124,0.55785125,0.56198347,0.5785124,0.553719,0.55785125,0.5661157,0.5785124,0.6198347,0.6570248,0.6859504,0.6983471,0.71900827,0.71900827,0.73140496,0.7355372,0.7355372,0.69008267,0.70247936,0.69008267,0.6404959,0.6818182,0.6983471,0.677686,0.69008267,0.6983471,0.70247936,0.71487606,0.7107438,0.6446281,0.61570245,0.58264464,0.42975205,0.74380165,0.79752064,0.78099173,0.8140496,0.8264463,0.8347107,0.8553719,0.8512397,0.8595041,0.8347107,0.8471074,0.8471074,0.8305785,0.838843,0.8305785,0.8264463,0.8347107,0.822314,0.8140496,0.822314,0.8140496,0.78099173,0.78099173,0.75619835,0.677686,0.6942149,0.6942149,0.5785124,0.49173555,0.446281,0.4752066,0.48347107,0.47107437,0.46694216,0.46694216,0.4752066,0.5,0.57024795,0.61570245,0.58677685,0.6280992,0.69008267,0.6983471,0.7107438,0.71487606,0.71900827,0.74793386,0.73140496,0.6983471,0.70247936,0.71487606,0.6652893,0.677686,0.6942149,0.6818182,0.6735537,0.6983471,0.7066116,0.7107438,0.6859504,0.6446281,0.61157024,0.58264464,0.4214876,0.677686,0.78099173,0.77272725,0.8181818,0.8264463,0.838843,0.8512397,0.838843,0.8471074,0.838843,0.8512397,0.838843,0.838843,0.838843,0.8305785,0.822314,0.8264463,0.8181818,0.80991733,0.8016529,0.76859504,0.72727275,0.75619835,0.7355372,0.5123967,0.41735536,0.62396693,0.60330576,0.4214876,0.3553719,0.35123968,0.35950413,0.42975205,0.40495867,0.35123968,0.39256197,0.4338843,0.5413223,0.607438,0.53305787,0.59917355,0.677686,0.7107438,0.71487606,0.72727275,0.7355372,0.74380165,0.73966944,0.70247936,0.6983471,0.70247936,0.6818182,0.6818182,0.6818182,0.6735537,0.6735537,0.677686,0.6818182,0.70247936,0.6570248,0.6322314,0.60330576,0.57438016,0.3966942,0.62396693,0.7644628,0.76859504,0.8140496,0.8264463,0.8264463,0.8429752,0.8305785,0.838843,0.8471074,0.8429752,0.8636364,0.8347107,0.8347107,0.8305785,0.822314,0.822314,0.822314,0.8057851,0.78512394,0.75206614,0.70247936,0.74380165,0.6528926,0.4090909,0.15289256,0.45867768,0.6322314,0.45454547,0.30991736,0.33471075,0.41322315,0.4214876,0.3181818,0.11157025,0.11983471,0.2768595,0.46280992,0.5495868,0.45041323,0.57024795,0.661157,0.6983471,0.7231405,0.73966944,0.73966944,0.73140496,0.7355372,0.72727275,0.70247936,0.71487606,0.70247936,0.6818182,0.677686,0.6487603,0.6818182,0.6652893,0.6528926,0.6528926,0.6570248,0.6198347,0.59917355,0.5661157,0.38842976,0.58677685,0.73966944,0.7644628,0.8140496,0.822314,0.7933884,0.8181818,0.822314,0.8347107,0.8553719,0.838843,0.8595041,0.8429752,0.8264463,0.822314,0.80991733,0.8140496,0.80991733,0.76033056,0.71900827,0.6983471,0.7107438,0.75206614,0.7107438,0.5082645,0.338843,0.58677685,0.62396693,0.55785125,0.38016528,0.33471075,0.41322315,0.34710744,0.39256197,0.45454547,0.29338843,0.1983471,0.39256197,0.46694216,0.38016528,0.55785125,0.6570248,0.677686,0.6983471,0.71487606,0.72727275,0.7231405,0.7231405,0.7355372,0.7066116,0.6983471,0.6983471,0.6859504,0.6983471,0.6570248,0.6818182,0.6694215,0.6652893,0.6446281,0.6322314,0.61570245,0.59917355,0.56198347,0.37190083,0.5165289,0.72727275,0.76033056,0.8057851,0.79752064,0.78512394,0.80991733,0.8264463,0.838843,0.8471074,0.838843,0.8471074,0.8429752,0.8264463,0.8264463,0.8057851,0.8016529,0.78512394,0.74793386,0.7231405,0.7355372,0.7644628,0.7768595,0.76033056,0.7066116,0.60330576,0.59504133,0.5289256,0.5123967,0.4090909,0.3305785,0.3140496,0.2768595,0.3305785,0.49173555,0.5041322,0.4338843,0.4876033,0.4752066,0.42561984,0.5371901,0.6404959,0.677686,0.6983471,0.7066116,0.71487606,0.71487606,0.7066116,0.7107438,0.6942149,0.6818182,0.7066116,0.6735537,0.6983471,0.6528926,0.69008267,0.69008267,0.6487603,0.6404959,0.59504133,0.60330576,0.59917355,0.5661157,0.36363637,0.45454547,0.7107438,0.75206614,0.77272725,0.77272725,0.78512394,0.8140496,0.8140496,0.8305785,0.8471074,0.8471074,0.8553719,0.838843,0.822314,0.8140496,0.79752064,0.78512394,0.76033056,0.73140496,0.7355372,0.76859504,0.8016529,0.8057851,0.7768595,0.6983471,0.59090906,0.57438016,0.48347107,0.45454547,0.38429752,0.29752067,0.3429752,0.2892562,0.37603307,0.41322315,0.446281,0.47933885,0.48347107,0.5123967,0.5082645,0.58264464,0.6404959,0.6735537,0.69008267,0.69008267,0.6942149,0.6942149,0.69008267,0.6942149,0.69008267,0.6942149,0.677686,0.6818182,0.69008267,0.6446281,0.661157,0.70247936,0.6322314,0.6198347,0.59504133,0.59917355,0.59917355,0.56198347,0.3553719,0.4090909,0.6528926,0.71900827,0.73966944,0.73966944,0.7768595,0.8057851,0.8140496,0.8305785,0.8347107,0.8471074,0.8553719,0.8305785,0.8140496,0.79752064,0.7892562,0.76033056,0.74793386,0.74793386,0.7644628,0.78512394,0.8140496,0.80991733,0.77272725,0.61570245,0.5,0.5289256,0.4752066,0.4338843,0.37190083,0.3305785,0.4090909,0.39256197,0.45454547,0.40495867,0.3966942,0.4214876,0.4214876,0.5371901,0.607438,0.6404959,0.6570248,0.6652893,0.677686,0.6818182,0.6735537,0.6652893,0.6694215,0.6735537,0.6859504,0.6818182,0.6735537,0.6735537,0.6652893,0.6735537,0.6322314,0.70247936,0.6652893,0.6363636,0.59917355,0.59504133,0.58264464,0.54545456,0.3677686,0.37190083,0.59917355,0.661157,0.72727275,0.75206614,0.76859504,0.79752064,0.8140496,0.8347107,0.8264463,0.8553719,0.8553719,0.822314,0.8016529,0.7768595,0.77272725,0.75206614,0.7355372,0.76033056,0.78099173,0.7933884,0.7892562,0.72727275,0.61570245,0.47107437,0.44214877,0.4752066,0.46280992,0.42561984,0.35123968,0.3553719,0.42561984,0.40495867,0.46694216,0.38429752,0.338843,0.37190083,0.34710744,0.48347107,0.6198347,0.6363636,0.661157,0.6570248,0.661157,0.6652893,0.661157,0.6487603,0.6487603,0.661157,0.6694215,0.6694215,0.6446281,0.661157,0.6528926,0.661157,0.6694215,0.6818182,0.6859504,0.62396693,0.607438,0.59090906,0.57438016,0.5041322,0.36363637,0.32231405,0.53305787,0.6280992,0.73140496,0.72727275,0.74793386,0.79752064,0.8181818,0.8264463,0.8429752,0.8553719,0.8429752,0.822314,0.7892562,0.76859504,0.75619835,0.75206614,0.75206614,0.76859504,0.77272725,0.72727275,0.69008267,0.58677685,0.45867768,0.4090909,0.42975205,0.47107437,0.46694216,0.38429752,0.29338843,0.38016528,0.3966942,0.38842976,0.43801653,0.40495867,0.3264463,0.3305785,0.29752067,0.38842976,0.5082645,0.56198347,0.61157024,0.6322314,0.6487603,0.6570248,0.6570248,0.6528926,0.6363636,0.6446281,0.6363636,0.6652893,0.61157024,0.6528926,0.6528926,0.6404959,0.6818182,0.6528926,0.6652893,0.61570245,0.59917355,0.5785124,0.55785125,0.45454547,0.33471075,0.30165288,0.45041323,0.607438,0.74380165,0.74380165,0.75619835,0.80991733,0.838843,0.822314,0.8429752,0.8553719,0.8181818,0.8140496,0.78512394,0.76033056,0.75619835,0.76859504,0.76033056,0.7355372,0.6942149,0.58264464,0.54545456,0.47933885,0.40082645,0.38842976,0.4338843,0.4752066,0.4752066,0.37190083,0.2892562,0.446281,0.38429752,0.36363637,0.42975205,0.3966942,0.34710744,0.34710744,0.30991736,0.33471075,0.38016528,0.43801653,0.5041322,0.55785125,0.59917355,0.6363636,0.6570248,0.6570248,0.6446281,0.6280992,0.62396693,0.6487603,0.6198347,0.6487603,0.6528926,0.6487603,0.677686,0.6446281,0.62396693,0.59504133,0.59504133,0.5413223,0.5082645,0.42975205,0.3140496,0.2892562,0.3677686,0.58677685,0.7231405,0.75206614,0.7768595,0.80991733,0.8471074,0.822314,0.8305785,0.8512397,0.7892562,0.8016529,0.78512394,0.77272725,0.76033056,0.78099173,0.7231405,0.6404959,0.56198347,0.4876033,0.45867768,0.446281,0.45041323,0.446281,0.45867768,0.49173555,0.5041322,0.4214876,0.43801653,0.5661157,0.45041323,0.45041323,0.4338843,0.3966942,0.38016528,0.41322315,0.32231405,0.33471075,0.35950413,0.36363637,0.4090909,0.46280992,0.49173555,0.5661157,0.6322314,0.6363636,0.6570248,0.6404959,0.6322314,0.6404959,0.61157024,0.6487603,0.661157,0.677686,0.6735537,0.6404959,0.59090906,0.57438016,0.57438016,0.5289256,0.46280992,0.3966942,0.30165288,0.29338843,0.33471075,0.5495868,0.70247936,0.75206614,0.76033056,0.78512394,0.8305785,0.8347107,0.8347107,0.8429752,0.8016529,0.7933884,0.78512394,0.78512394,0.74793386,0.72727275,0.59917355,0.53305787,0.4876033,0.45454547,0.44214877,0.45867768,0.49173555,0.47933885,0.5,0.49586776,0.5289256,0.5495868,0.6280992,0.6570248,0.59090906,0.5495868,0.43801653,0.40082645,0.40495867,0.3966942,0.35123968,0.37603307,0.38016528,0.35950413,0.37603307,0.40495867,0.4214876,0.49173555,0.56198347,0.58264464,0.6404959,0.6652893,0.6487603,0.6363636,0.61570245,0.6446281,0.6694215,0.6942149,0.6570248,0.6322314,0.57024795,0.5413223,0.55785125,0.5371901,0.46694216,0.37603307,0.2892562,0.34710744,0.29752067,0.47933885,0.6818182,0.70247936,0.7231405,0.78099173,0.8181818,0.8264463,0.838843,0.8347107,0.8264463,0.79752064,0.7768595,0.74793386,0.6859504,0.59090906,0.45867768,0.45454547,0.45041323,0.45454547,0.45041323,0.5247934,0.53305787,0.43801653,0.45867768,0.46694216,0.49586776,0.5495868,0.58264464,0.6198347,0.5495868,0.5,0.4214876,0.3677686,0.35950413,0.338843,0.35950413,0.4090909,0.4090909,0.3677686,0.3677686,0.3553719,0.37190083,0.4090909,0.46694216,0.5206612,0.5785124,0.6487603,0.661157,0.6363636,0.6528926,0.6487603,0.6818182,0.6735537,0.6570248,0.6404959,0.57438016,0.5289256,0.5206612,0.49586776,0.45867768,0.3553719,0.2768595,0.46694216,0.2768595,0.47933885,0.6652893,0.6404959,0.6983471,0.76033056,0.78512394,0.80991733,0.838843,0.8057851,0.838843,0.8057851,0.7933884,0.6983471,0.60330576,0.47933885,0.3966942,0.4090909,0.41735536,0.45867768,0.47933885,0.57438016,0.5413223,0.39256197,0.38842976,0.4214876,0.44214877,0.4752066,0.47107437,0.47107437,0.40495867,0.37603307,0.37190083,0.3264463,0.30991736,0.2892562,0.30165288,0.34710744,0.3677686,0.36363637,0.3677686,0.3140496,0.30991736,0.30578512,0.37190083,0.46280992,0.5371901,0.59090906,0.661157,0.6528926,0.6570248,0.661157,0.6694215,0.6570248,0.661157,0.6487603,0.5661157,0.5165289,0.47107437,0.45454547,0.4090909,0.33471075,0.2644628,0.5082645,0.2892562,0.45454547,0.607438,0.6280992,0.6859504,0.7644628,0.76033056,0.7768595,0.8181818,0.79752064,0.8347107,0.8016529,0.78099173,0.6818182,0.5495868,0.38016528,0.40495867,0.4338843,0.45867768,0.5165289,0.5123967,0.5041322,0.42975205,0.33471075,0.30165288,0.30578512,0.30165288,0.40495867,0.4214876,0.3677686,0.32231405,0.30991736,0.3264463,0.27272728,0.25619835,0.23553719,0.24793388,0.2644628,0.26859504,0.30991736,0.3429752,0.2768595,0.2644628,0.2644628,0.3264463,0.40082645,0.5,0.5661157,0.6446281,0.6694215,0.6570248,0.6404959,0.661157,0.6363636,0.6322314,0.61157024,0.553719,0.5,0.42561984,0.45041323,0.39256197,0.3181818,0.24793388,0.48347107,0.3264463,0.43801653,0.5661157,0.6446281,0.6859504,0.74380165,0.7768595,0.7644628,0.8016529,0.79752064,0.8057851,0.7892562,0.74793386,0.6942149,0.45041323,0.38429752,0.4214876,0.42975205,0.45867768,0.53305787,0.47107437,0.38016528,0.3264463,0.28099173,0.2768595,0.23140496,0.26859504,0.44214877,0.446281,0.3677686,0.26859504,0.24380165,0.33471075,0.3140496,0.3264463,0.22727273,0.23966943,0.23553719,0.2107438,0.22727273,0.25619835,0.23966943,0.24380165,0.28512397,0.3264463,0.3553719,0.44214877,0.49586776,0.6322314,0.661157,0.6652893,0.607438,0.6322314,0.60330576,0.607438,0.5413223,0.5413223,0.5082645,0.44214877,0.446281,0.40082645,0.29752067,0.23140496,0.3140496,0.2892562,0.39256197,0.5247934,0.6322314,0.6735537,0.71900827,0.76033056,0.72727275,0.7933884,0.7933884,0.7768595,0.8057851,0.71900827,0.6694215,0.4752066,0.41735536,0.42561984,0.38016528,0.33471075,0.3553719,0.32231405,0.28099173,0.28512397,0.22727273,0.37603307,0.36363637,0.53305787,0.6735537,0.58677685,0.5041322,0.3181818,0.3966942,0.47933885,0.46280992,0.4876033,0.4090909,0.3305785,0.28099173,0.17768595,0.18181819,0.16528925,0.14876033,0.21900827,0.3264463,0.3553719,0.35123968,0.38842976,0.43801653,0.607438,0.6487603,0.6652893,0.59090906,0.61157024,0.58264464,0.60330576,0.5165289,0.5123967,0.4876033,0.49173555,0.446281,0.36363637,0.2644628,0.2231405,0.2231405,0.2520661,0.35123968,0.5082645,0.61570245,0.6735537,0.71900827,0.74793386,0.73140496,0.76033056,0.7933884,0.7768595,0.7892562,0.7107438,0.661157,0.5247934,0.4090909,0.4338843,0.38016528,0.3429752,0.2768595,0.19421488,0.20661157,0.35123968,0.24793388,0.4876033,0.59917355,0.72727275,0.822314,0.72727275,0.6735537,0.4752066,0.5247934,0.6652893,0.6198347,0.6570248,0.59090906,0.45041323,0.36363637,0.1983471,0.23140496,0.23140496,0.28099173,0.35950413,0.4090909,0.4090909,0.37190083,0.38842976,0.38842976,0.57024795,0.6404959,0.6652893,0.5495868,0.6198347,0.54545456,0.59504133,0.5,0.48347107,0.49173555,0.49586776,0.446281,0.34710744,0.24793388,0.1983471,0.19421488,0.23140496,0.30991736,0.47933885,0.6446281,0.6363636,0.70247936,0.6983471,0.73140496,0.72727275,0.74380165,0.76033056,0.78099173,0.6983471,0.677686,0.57438016,0.45867768,0.5041322,0.47933885,0.5495868,0.5371901,0.46280992,0.42975205,0.4752066,0.27272728,0.49586776,0.6818182,0.75206614,0.8347107,0.77272725,0.75206614,0.6983471,0.57024795,0.7355372,0.6942149,0.72727275,0.59917355,0.46280992,0.40082645,0.3140496,0.4214876,0.45867768,0.49173555,0.5247934,0.5082645,0.46694216,0.4338843,0.43801653,0.40495867,0.5082645,0.6363636,0.6322314,0.5123967,0.58677685,0.5247934,0.55785125,0.4876033,0.46694216,0.47933885,0.45454547,0.42561984,0.3553719,0.24793388,0.20247933,0.19008264,0.21487603,0.28099173,0.46280992,0.6570248,0.6198347,0.73140496,0.6942149,0.6983471,0.70247936,0.69008267,0.72727275,0.76859504,0.661157,0.6735537,0.57024795,0.47933885,0.5785124,0.5661157,0.6859504,0.7107438,0.661157,0.6446281,0.6363636,0.53305787,0.5041322,0.5495868,0.56198347,0.6735537,0.6322314,0.60330576,0.59504133,0.47933885,0.60330576,0.59090906,0.57438016,0.5123967,0.46694216,0.4876033,0.5,0.5289256,0.553719,0.55785125,0.5413223,0.5495868,0.5082645,0.446281,0.45454547,0.49586776,0.5041322,0.61570245,0.59917355,0.5247934,0.553719,0.5206612,0.5247934,0.45454547,0.42975205,0.47933885,0.47107437,0.40082645,0.3305785,0.2231405,0.19421488,0.19008264,0.21900827,0.24793388,0.41322315,0.58677685,0.6280992,0.71487606,0.6446281,0.6983471,0.6942149,0.6487603,0.75206614,0.7231405,0.70247936,0.6735537,0.57024795,0.5123967,0.607438,0.61570245,0.74380165,0.74380165,0.7066116,0.6859504,0.6942149,0.6694215,0.6280992,0.61157024,0.57438016,0.5661157,0.553719,0.5247934,0.553719,0.54545456,0.54545456,0.5289256,0.5165289,0.5,0.5247934,0.5413223,0.553719,0.5785124,0.60330576,0.58677685,0.55785125,0.58677685,0.5661157,0.48347107,0.44214877,0.49173555,0.5123967,0.61157024,0.553719,0.57024795,0.5495868,0.5289256,0.55785125,0.4876033,0.42975205,0.5041322,0.4876033,0.37603307,0.27272728,0.2107438,0.17768595,0.19421488,0.20661157,0.2768595,0.40082645,0.5289256,0.6528926,0.6404959,0.69008267,0.70247936,0.73966944,0.59504133,0.72727275,0.661157,0.6818182,0.6652893,0.59504133,0.59504133,0.6735537,0.71487606,0.73966944,0.7355372,0.6983471,0.6942149,0.72727275,0.6983471,0.70247936,0.6983471,0.6735537,0.6322314,0.607438,0.59504133,0.59504133,0.61157024,0.57438016,0.5495868,0.553719,0.5495868,0.56198347,0.57024795,0.5785124,0.58264464,0.60330576,0.60330576,0.59090906,0.58264464,0.59917355,0.56198347,0.42975205,0.46280992,0.48347107,0.5785124,0.5082645,0.59090906,0.45867768,0.5123967,0.58264464,0.5289256,0.43801653,0.47933885,0.46694216,0.35950413,0.21900827,0.18181819,0.16115703,0.19421488,0.1983471,0.26859504,0.2768595,0.42561984,0.607438,0.58677685,0.6404959,0.69008267,0.7066116,0.6446281,0.6735537,0.6983471,0.6280992,0.6859504,0.6570248,0.6735537,0.69008267,0.7355372,0.72727275,0.6942149,0.6528926,0.6528926,0.6859504,0.6446281,0.6652893,0.6570248,0.6694215,0.62396693,0.60330576,0.61570245,0.59917355,0.59504133,0.5413223,0.5371901,0.5206612,0.5495868,0.54545456,0.5413223,0.5661157,0.58264464,0.61570245,0.62396693,0.607438,0.59090906,0.59504133,0.56198347,0.5082645,0.40495867,0.4338843,0.5371901,0.4752066,0.5495868,0.49173555,0.45867768,0.5289256,0.5247934,0.4214876,0.41322315,0.3966942,0.3264463,0.1983471,0.16115703,0.13636364,0.1983471,0.20661157,0.24380165,0.2644628,0.3966942,0.5165289,0.55785125,0.6404959,0.6404959,0.6694215,0.6652893,0.6818182,0.6652893,0.6694215,0.70247936,0.73966944,0.73966944,0.73966944,0.76859504,0.73140496,0.6198347,0.57024795,0.6446281,0.6652893,0.6280992,0.60330576,0.58264464,0.5495868,0.5165289,0.49173555,0.5413223,0.5082645,0.4338843,0.45041323,0.45867768,0.4752066,0.4752066,0.4876033,0.5082645,0.55785125,0.5785124,0.607438,0.6198347,0.6198347,0.61157024,0.58677685,0.5785124,0.58264464,0.48347107,0.38842976,0.49173555,0.45867768,0.5206612,0.5041322,0.47107437,0.5082645,0.43801653,0.40082645,0.38016528,0.3305785,0.2768595,0.20661157,0.17355372,0.13636364,0.18595041,0.19008264,0.20661157,0.2520661,0.3140496,0.446281,0.5289256,0.6446281,0.6322314,0.6570248,0.6487603,0.6859504,0.6446281,0.6942149,0.69008267,0.74793386,0.74793386,0.75206614,0.7768595,0.75206614,0.661157,0.61157024,0.6528926,0.69008267,0.6446281,0.6198347,0.57438016,0.5082645,0.41735536,0.4214876,0.4752066,0.36363637,0.38016528,0.39256197,0.4090909,0.42561984,0.46694216,0.4876033,0.5165289,0.53305787,0.56198347,0.58677685,0.59917355,0.61157024,0.59504133,0.58264464,0.5661157,0.58264464,0.5495868,0.45041323,0.45867768,0.42975205,0.48347107,0.47107437,0.446281,0.47107437,0.4214876,0.36363637,0.38016528,0.3264463,0.25619835,0.1983471,0.16115703,0.11570248,0.18595041,0.20247933,0.20661157,0.20247933,0.2520661,0.3966942,0.5247934,0.6363636,0.6404959,0.59504133,0.69008267,0.6570248,0.69008267,0.6942149,0.69008267,0.6942149,0.7231405,0.73966944,0.74793386,0.72727275,0.661157,0.661157,0.677686,0.6818182,0.6363636,0.58677685,0.5371901,0.49586776,0.4090909,0.41735536,0.41322315,0.34710744,0.3966942,0.41322315,0.44214877,0.40495867,0.4752066,0.45867768,0.5041322,0.5165289,0.5371901,0.56198347,0.5785124,0.59090906,0.60330576,0.5785124,0.5289256,0.5289256,0.5371901,0.46694216,0.4876033,0.44214877,0.45867768,0.45454547,0.446281,0.45454547,0.45867768,0.34710744,0.35123968,0.30578512,0.21487603,0.1570248,0.1322314,0.11570248,0.19008264,0.20247933,0.17355372,0.21900827,0.23966943,0.29752067,0.45454547,0.59504133,0.6322314,0.61570245,0.6570248,0.6570248,0.677686,0.6942149,0.71487606,0.6818182,0.6735537,0.73140496,0.73140496,0.72727275,0.6942149,0.6942149,0.6652893,0.62396693,0.5785124,0.5289256,0.47933885,0.45454547,0.3677686,0.41322315,0.36363637,0.3181818,0.37603307,0.35950413,0.38429752,0.35123968,0.4214876,0.4338843,0.46280992,0.49173555,0.5082645,0.56198347,0.56198347,0.57024795,0.57438016,0.553719,0.45454547,0.4338843,0.5041322,0.47107437,0.45041323,0.48347107,0.45867768,0.40495867,0.4876033,0.40495867,0.44214877,0.3305785,0.32231405,0.2768595,0.17355372,0.14876033,0.12396694,0.11983471,0.19421488,0.19008264,0.1694215,0.22727273,0.25619835,0.20661157,0.38842976,0.54545456,0.55785125,0.6198347,0.60330576,0.6487603,0.6652893,0.70247936,0.7066116,0.70247936,0.6652893,0.73140496,0.74793386,0.75619835,0.74380165,0.70247936,0.661157,0.60330576,0.54545456,0.5165289,0.43801653,0.446281,0.3966942,0.3429752,0.37603307,0.28512397,0.3140496,0.3140496,0.338843,0.34710744,0.39256197,0.41322315,0.45041323,0.49173555,0.49586776,0.5413223,0.54545456,0.5661157,0.57438016,0.5371901,0.4214876,0.39256197,0.44214877,0.46280992,0.45041323,0.45041323,0.47107437,0.3553719,0.47933885,0.3966942,0.3966942,0.30578512,0.2603306,0.23966943,0.17768595,0.1322314,0.11570248,0.11983471,0.19421488,0.18595041,0.18181819,0.20247933,0.28099173,0.18595041,0.28512397,0.47107437,0.56198347,0.6363636,0.58677685,0.6198347,0.607438,0.6818182,0.677686,0.6652893,0.6652893,0.6983471,0.76033056,0.77272725,0.74380165,0.71487606,0.7066116,0.607438,0.53305787,0.49586776,0.46280992,0.49586776,0.42561984,0.3305785,0.3553719,0.28512397,0.27272728,0.28099173,0.30991736,0.38016528,0.3677686,0.41735536,0.46280992,0.4876033,0.4876033,0.5206612,0.55785125,0.5661157,0.57438016,0.5413223,0.43801653,0.35950413,0.37603307,0.38842976,0.47107437,0.40495867,0.41322315,0.35123968,0.3966942,0.38429752,0.3140496,0.22727273,0.21487603,0.17355372,0.17768595,0.1322314,0.11157025,0.11570248,0.19421488,0.19008264,0.19008264,0.16528925,0.35123968,0.24380165,0.19008264,0.3553719,0.5371901,0.57438016,0.5661157,0.6446281,0.59917355,0.6322314,0.6280992,0.59504133,0.6652893,0.72727275,0.76033056,0.75619835,0.74380165,0.73966944,0.7355372,0.6322314,0.57024795,0.5165289,0.5371901,0.5495868,0.46280992,0.35123968,0.34710744,0.28512397,0.3140496,0.3140496,0.28512397,0.38842976,0.38016528,0.44214877,0.49173555,0.5041322,0.5289256,0.5371901,0.5371901,0.5165289,0.5371901,0.54545456,0.46280992,0.3264463,0.3553719,0.37190083,0.45454547,0.3553719,0.3677686,0.39256197,0.38842976,0.3553719,0.24380165,0.19008264,0.17355372,0.17355372,0.17355372,0.12396694,0.10743801,0.11157025,0.19008264,0.19421488,0.19008264,0.11570248,0.4338843,0.3677686,0.17355372,0.2603306,0.45454547,0.5,0.5661157,0.56198347,0.58264464,0.58264464,0.57024795,0.5413223,0.661157,0.71487606,0.7107438,0.7231405,0.74793386,0.72727275,0.71487606,0.661157,0.6280992,0.58264464,0.5785124,0.5495868,0.49173555,0.35950413,0.35123968,0.338843,0.3140496,0.38429752,0.35123968,0.4090909,0.45041323,0.5247934,0.5413223,0.5082645,0.57438016,0.5413223,0.49586776,0.47107437,0.4752066,0.5082645,0.46280992,0.3553719,0.34710744,0.4090909,0.41735536,0.35950413,0.38842976,0.3677686,0.3966942,0.30991736,0.23553719,0.17355372,0.13636364,0.18595041,0.19008264,0.10743801,0.11157025,0.11157025,0.19421488,0.18595041,0.1983471,0.10330579,0.45867768,0.5082645,0.24380165,0.19008264,0.3305785,0.43801653,0.5371901,0.45867768,0.5247934,0.53305787,0.5,0.5041322,0.58677685,0.6528926,0.6280992,0.6859504,0.7066116,0.6322314,0.6487603,0.661157,0.6528926,0.62396693,0.55785125,0.54545456,0.45041323,0.3181818,0.38016528,0.3966942,0.28512397,0.41735536,0.41322315,0.46694216,0.5289256,0.57024795,0.5413223,0.49586776,0.56198347,0.5165289,0.4752066,0.45041323,0.45867768,0.49586776,0.44214877,0.3677686,0.28512397,0.38842976,0.33471075,0.34710744,0.3966942,0.3677686,0.3429752,0.30578512,0.21487603,0.1570248,0.1322314,0.21487603,0.18595041,0.09917355,0.10743801,0.11157025,0.1983471,0.18595041,0.20661157,0.09090909,0.446281,0.59917355,0.3429752,0.18595041,0.20661157,0.38429752,0.47933885,0.43801653,0.47107437,0.5082645,0.41322315,0.43801653,0.5,0.59917355,0.58264464,0.6652893,0.6487603,0.553719,0.59090906,0.62396693,0.61570245,0.553719,0.5247934,0.53305787,0.4214876,0.27272728,0.45867768,0.36363637,0.3140496,0.4090909,0.43801653,0.5123967,0.5041322,0.5413223,0.49173555,0.47933885,0.49173555,0.47933885,0.4752066,0.46280992,0.45041323,0.45041323,0.40495867,0.36363637,0.27272728,0.3429752,0.2768595,0.33471075,0.34710744,0.35123968,0.28099173,0.2520661,0.19421488,0.14049587,0.16528925,0.30165288,0.1694215,0.09504132,0.10743801,0.11157025,10 +0.18595041,0.25619835,0.6818182,0.892562,0.8719008,0.8719008,0.8677686,0.8719008,0.8677686,0.8595041,0.8595041,0.8512397,0.8512397,0.8471074,0.8471074,0.8305785,0.8305785,0.8347107,0.822314,0.8140496,0.8181818,0.8016529,0.7933884,0.76859504,0.78099173,0.76859504,0.7644628,0.77272725,0.75619835,0.7768595,0.76859504,0.7768595,0.78512394,0.78512394,0.7768595,0.78099173,0.8016529,0.8057851,0.78512394,0.76859504,0.78099173,0.7644628,0.75206614,0.7355372,0.71487606,0.71900827,0.7066116,0.70247936,0.69008267,0.69008267,0.6818182,0.677686,0.6694215,0.6735537,0.6818182,0.6818182,0.677686,0.661157,0.6322314,0.58677685,0.5413223,0.5041322,0.45454547,0.3677686,0.14049587,0.35950413,0.7768595,0.88429755,0.8636364,0.8719008,0.8677686,0.8677686,0.8636364,0.8636364,0.8595041,0.8512397,0.8471074,0.8512397,0.8512397,0.8512397,0.8429752,0.8429752,0.8347107,0.8264463,0.8305785,0.80991733,0.8057851,0.79752064,0.79752064,0.78512394,0.79752064,0.7892562,0.78512394,0.78099173,0.7892562,0.7933884,0.8057851,0.7892562,0.79752064,0.80991733,0.8264463,0.822314,0.8016529,0.7892562,0.78512394,0.7768595,0.7644628,0.74793386,0.72727275,0.7231405,0.71900827,0.6983471,0.6818182,0.6818182,0.6818182,0.6859504,0.6818182,0.6694215,0.6818182,0.6859504,0.6818182,0.6735537,0.6528926,0.61157024,0.5495868,0.5,0.46694216,0.38842976,0.11983471,0.47933885,0.8347107,0.8595041,0.8636364,0.8677686,0.8719008,0.8636364,0.8595041,0.8553719,0.8553719,0.8471074,0.8471074,0.8553719,0.8512397,0.8636364,0.8471074,0.8553719,0.8471074,0.8347107,0.8347107,0.8181818,0.8305785,0.822314,0.80991733,0.8181818,0.8305785,0.8140496,0.8181818,0.80991733,0.8140496,0.8140496,0.8264463,0.8264463,0.8347107,0.8347107,0.8347107,0.8264463,0.8057851,0.79752064,0.7933884,0.78512394,0.7768595,0.75206614,0.73140496,0.72727275,0.7107438,0.69008267,0.677686,0.6735537,0.6694215,0.677686,0.6694215,0.6446281,0.6652893,0.6652893,0.677686,0.6735537,0.6570248,0.61570245,0.54545456,0.5165289,0.45454547,0.40082645,0.11157025,0.61570245,0.8636364,0.8636364,0.8512397,0.8677686,0.87603307,0.8553719,0.8512397,0.8429752,0.8429752,0.838843,0.8429752,0.8512397,0.8429752,0.8553719,0.8553719,0.8636364,0.8553719,0.8347107,0.8347107,0.8305785,0.822314,0.8140496,0.8181818,0.8264463,0.8347107,0.8305785,0.8264463,0.822314,0.8264463,0.8305785,0.838843,0.8429752,0.838843,0.8429752,0.838843,0.8181818,0.79752064,0.79752064,0.8016529,0.7892562,0.76033056,0.7355372,0.71900827,0.7107438,0.6694215,0.6528926,0.6570248,0.6487603,0.6446281,0.6528926,0.6446281,0.6363636,0.6363636,0.6446281,0.6570248,0.661157,0.6446281,0.6198347,0.5413223,0.5206612,0.45867768,0.40495867,0.19421488,0.70247936,0.8512397,0.8471074,0.8553719,0.8636364,0.8636364,0.8471074,0.838843,0.838843,0.8264463,0.80991733,0.8140496,0.822314,0.8181818,0.838843,0.8512397,0.8512397,0.8471074,0.8264463,0.822314,0.8181818,0.80991733,0.80991733,0.80991733,0.8181818,0.8181818,0.822314,0.8347107,0.8264463,0.822314,0.8264463,0.8347107,0.822314,0.80991733,0.822314,0.8181818,0.7933884,0.76033056,0.77272725,0.76859504,0.76033056,0.74380165,0.7066116,0.69008267,0.6818182,0.6363636,0.6198347,0.6198347,0.61570245,0.62396693,0.6198347,0.6280992,0.6322314,0.6363636,0.6322314,0.6363636,0.6446281,0.62396693,0.62396693,0.5495868,0.5082645,0.4752066,0.38842976,0.29338843,0.7355372,0.8429752,0.8471074,0.8471074,0.8553719,0.8429752,0.8347107,0.822314,0.8140496,0.78512394,0.7355372,0.75206614,0.78099173,0.7892562,0.80991733,0.822314,0.8305785,0.8181818,0.79752064,0.78099173,0.7768595,0.78099173,0.79752064,0.7933884,0.80991733,0.8057851,0.8016529,0.80991733,0.8016529,0.80991733,0.80991733,0.8181818,0.77272725,0.78512394,0.78099173,0.7768595,0.7231405,0.7231405,0.70247936,0.6983471,0.7066116,0.6983471,0.661157,0.6570248,0.6487603,0.59917355,0.58677685,0.57438016,0.58264464,0.5785124,0.57438016,0.57438016,0.58677685,0.62396693,0.6322314,0.61157024,0.62396693,0.6198347,0.607438,0.54545456,0.5165289,0.4752066,0.38016528,0.4090909,0.75206614,0.8305785,0.8347107,0.8471074,0.8347107,0.8347107,0.8140496,0.78099173,0.71487606,0.6404959,0.62396693,0.6735537,0.70247936,0.70247936,0.70247936,0.71487606,0.7066116,0.6818182,0.677686,0.6735537,0.6859504,0.69008267,0.76033056,0.76859504,0.7933884,0.8016529,0.78099173,0.7768595,0.7933884,0.78512394,0.79752064,0.7933884,0.74380165,0.73966944,0.7231405,0.71487606,0.6528926,0.6322314,0.5495868,0.5661157,0.57024795,0.5661157,0.55785125,0.553719,0.54545456,0.5123967,0.49173555,0.5,0.49173555,0.47933885,0.4876033,0.4752066,0.47933885,0.54545456,0.60330576,0.61570245,0.61157024,0.6198347,0.59917355,0.5495868,0.5247934,0.47107437,0.38429752,0.47933885,0.75206614,0.8305785,0.8305785,0.8305785,0.822314,0.79752064,0.6859504,0.6198347,0.5371901,0.48347107,0.5082645,0.553719,0.5371901,0.5082645,0.49586776,0.46694216,0.46280992,0.47933885,0.45867768,0.47933885,0.5289256,0.60330576,0.677686,0.7231405,0.78099173,0.78512394,0.7644628,0.76033056,0.77272725,0.7644628,0.77272725,0.75619835,0.73140496,0.6942149,0.6818182,0.6570248,0.57024795,0.46280992,0.39256197,0.39256197,0.40082645,0.38016528,0.36363637,0.3677686,0.37603307,0.38016528,0.37190083,0.37190083,0.3677686,0.3553719,0.35950413,0.3553719,0.3429752,0.37190083,0.49173555,0.58264464,0.59504133,0.60330576,0.59090906,0.5413223,0.5165289,0.47107437,0.3966942,0.49173555,0.7644628,0.822314,0.8264463,0.8347107,0.8057851,0.58677685,0.48347107,0.42561984,0.40082645,0.3966942,0.3966942,0.41735536,0.3305785,0.33471075,0.3181818,0.2644628,0.28512397,0.30991736,0.30991736,0.32231405,0.35950413,0.446281,0.57438016,0.6570248,0.73966944,0.77272725,0.78099173,0.7644628,0.76033056,0.75206614,0.77272725,0.74380165,0.7107438,0.6735537,0.6404959,0.59504133,0.47107437,0.3429752,0.30991736,0.28512397,0.2603306,0.24380165,0.21900827,0.23553719,0.25619835,0.2644628,0.2644628,0.23553719,0.23553719,0.23966943,0.2603306,0.2603306,0.25619835,0.23140496,0.29338843,0.43801653,0.5206612,0.58264464,0.59090906,0.53305787,0.5082645,0.47933885,0.41322315,0.46280992,0.8057851,0.822314,0.8305785,0.8719008,0.5661157,0.38429752,0.40495867,0.39256197,0.3966942,0.3305785,0.28099173,0.26859504,0.21487603,0.25619835,0.21900827,0.19421488,0.21487603,0.22727273,0.25619835,0.25619835,0.2644628,0.33471075,0.45041323,0.57024795,0.69008267,0.7892562,0.8057851,0.76859504,0.74793386,0.75619835,0.7644628,0.7355372,0.7066116,0.6818182,0.6198347,0.5289256,0.42561984,0.3305785,0.2892562,0.24793388,0.21487603,0.17768595,0.1570248,0.17355372,0.20247933,0.20661157,0.1983471,0.20247933,0.18595041,0.18595041,0.20247933,0.2231405,0.2107438,0.2107438,0.20247933,0.2892562,0.3966942,0.5371901,0.5785124,0.54545456,0.4752066,0.49173555,0.42561984,0.49173555,0.8305785,0.8305785,0.838843,0.6859504,0.446281,0.4090909,0.40495867,0.39256197,0.38016528,0.25619835,0.23553719,0.25619835,0.23140496,0.2644628,0.23140496,0.21487603,0.1983471,0.24793388,0.27272728,0.28099173,0.29338843,0.33471075,0.40082645,0.5206612,0.6735537,0.8181818,0.8471074,0.8057851,0.77272725,0.7933884,0.79752064,0.73966944,0.7107438,0.6942149,0.6404959,0.53305787,0.4338843,0.34710744,0.30165288,0.2644628,0.2520661,0.21487603,0.21487603,0.20247933,0.20247933,0.23140496,0.2231405,0.1694215,0.18181819,0.17768595,0.1694215,0.2107438,0.20661157,0.25619835,0.24380165,0.24380165,0.27272728,0.4338843,0.5289256,0.5371901,0.46694216,0.48347107,0.43801653,0.55785125,0.8305785,0.8512397,0.76859504,0.49173555,0.40495867,0.39256197,0.40082645,0.38842976,0.40495867,0.3677686,0.3966942,0.4214876,0.41735536,0.446281,0.47107437,0.4752066,0.4752066,0.446281,0.41735536,0.40495867,0.4090909,0.4338843,0.48347107,0.5785124,0.71487606,0.8429752,0.8801653,0.8347107,0.7933884,0.8595041,0.822314,0.7355372,0.6983471,0.71487606,0.6735537,0.56198347,0.42975205,0.36363637,0.3553719,0.3553719,0.35123968,0.35950413,0.38842976,0.4214876,0.4214876,0.41735536,0.37603307,0.3677686,0.3429752,0.27272728,0.28512397,0.28512397,0.26859504,0.23966943,0.28512397,0.2892562,0.25619835,0.30165288,0.3966942,0.5165289,0.48347107,0.47107437,0.446281,0.62396693,0.8305785,0.8471074,0.6404959,0.35950413,0.35123968,0.41735536,0.5041322,0.5661157,0.58677685,0.59917355,0.6404959,0.6570248,0.6487603,0.6363636,0.6859504,0.7107438,0.69008267,0.59917355,0.5495868,0.5123967,0.5123967,0.5206612,0.5495868,0.6528926,0.75619835,0.8471074,0.88842976,0.8347107,0.8016529,0.8305785,0.78512394,0.71900827,0.6818182,0.6859504,0.6198347,0.5082645,0.41322315,0.41322315,0.45041323,0.48347107,0.5247934,0.56198347,0.5661157,0.59504133,0.61570245,0.6280992,0.6735537,0.69008267,0.60330576,0.5165289,0.47933885,0.4214876,0.35123968,0.30165288,0.3181818,0.3181818,0.2644628,0.24793388,0.30165288,0.40495867,0.47933885,0.45867768,0.44214877,0.661157,0.838843,0.8471074,0.59504133,0.4090909,0.4214876,0.5371901,0.6735537,0.74380165,0.75619835,0.74793386,0.74793386,0.7107438,0.6694215,0.607438,0.607438,0.62396693,0.5247934,0.4876033,0.5,0.4876033,0.5082645,0.5371901,0.553719,0.60330576,0.73966944,0.822314,0.8719008,0.8264463,0.78099173,0.76859504,0.72727275,0.6983471,0.6942149,0.6487603,0.54545456,0.446281,0.4338843,0.47933885,0.5206612,0.5247934,0.5289256,0.5082645,0.5,0.5371901,0.5661157,0.59504133,0.6446281,0.71900827,0.69008267,0.6363636,0.61570245,0.56198347,0.49586776,0.4338843,0.38016528,0.34710744,0.29752067,0.28512397,0.27272728,0.338843,0.45041323,0.45454547,0.42975205,0.7066116,0.8347107,0.8595041,0.57438016,0.47107437,0.5371901,0.6942149,0.7768595,0.8016529,0.74793386,0.70247936,0.7231405,0.71900827,0.54545456,0.45041323,0.338843,0.5289256,0.2768595,0.30991736,0.46280992,0.41735536,0.41735536,0.41735536,0.47933885,0.56198347,0.72727275,0.78512394,0.8264463,0.79752064,0.74793386,0.71900827,0.7107438,0.6942149,0.6983471,0.6322314,0.5206612,0.41735536,0.47107437,0.5206612,0.5,0.4752066,0.45041323,0.45454547,0.43801653,0.44214877,0.4338843,0.40495867,0.4876033,0.5495868,0.5123967,0.5413223,0.59504133,0.59917355,0.59917355,0.5661157,0.5,0.45867768,0.40082645,0.35123968,0.30165288,0.338843,0.41735536,0.43801653,0.42561984,0.76033056,0.838843,0.8553719,0.59917355,0.5165289,0.6280992,0.75206614,0.80991733,0.76033056,0.62396693,0.6487603,0.72727275,0.45867768,0.5123967,0.30991736,0.17355372,0.553719,0.18595041,0.32231405,0.553719,0.54545456,0.44214877,0.41735536,0.41735536,0.446281,0.6694215,0.76033056,0.78099173,0.7644628,0.7231405,0.6818182,0.6694215,0.6735537,0.6735537,0.6198347,0.5206612,0.4752066,0.5289256,0.53305787,0.47107437,0.4338843,0.41735536,0.38429752,0.44214877,0.5,0.3553719,0.27272728,0.37603307,0.2892562,0.2603306,0.37603307,0.47107437,0.5371901,0.59504133,0.6363636,0.61570245,0.58677685,0.47933885,0.42975205,0.37190083,0.40082645,0.4338843,0.43801653,0.42561984,0.79752064,0.8553719,0.838843,0.6198347,0.57438016,0.7066116,0.7933884,0.7768595,0.607438,0.59917355,0.5165289,0.29338843,0.6198347,0.5289256,0.28512397,0.26859504,0.2231405,0.3305785,0.45867768,0.6322314,0.69008267,0.5371901,0.44214877,0.36363637,0.37603307,0.607438,0.74793386,0.75206614,0.7355372,0.6983471,0.6528926,0.6280992,0.6404959,0.6363636,0.61570245,0.56198347,0.5371901,0.55785125,0.46694216,0.41735536,0.3966942,0.4214876,0.5082645,0.6363636,0.6363636,0.37603307,0.3264463,0.35950413,0.14876033,0.19008264,0.17768595,0.4214876,0.42975205,0.5165289,0.57438016,0.6322314,0.6570248,0.57024795,0.4876033,0.45041323,0.42975205,0.4090909,0.4214876,0.43801653,0.8057851,0.8512397,0.7892562,0.6198347,0.6570248,0.75619835,0.8057851,0.69008267,0.5289256,0.4876033,0.30578512,0.5206612,0.77272725,0.6404959,0.41322315,0.41735536,0.4214876,0.446281,0.5413223,0.7066116,0.69008267,0.59090906,0.60330576,0.5,0.446281,0.6404959,0.74380165,0.74380165,0.7107438,0.6942149,0.6570248,0.61570245,0.61570245,0.61157024,0.62396693,0.59917355,0.58264464,0.53305787,0.45041323,0.4876033,0.4876033,0.54545456,0.60330576,0.72727275,0.78099173,0.44214877,0.4214876,0.2107438,0.19421488,0.38429752,0.17768595,0.70247936,0.553719,0.37190083,0.5165289,0.49173555,0.59090906,0.6280992,0.5495868,0.5247934,0.47107437,0.4338843,0.4214876,0.446281,0.80991733,0.8471074,0.7768595,0.6983471,0.7355372,0.7933884,0.76033056,0.61157024,0.45041323,0.3140496,0.39256197,0.7107438,0.822314,0.77272725,0.6280992,0.5289256,0.5206612,0.553719,0.6570248,0.6735537,0.6652893,0.60330576,0.6280992,0.59504133,0.6859504,0.7355372,0.76033056,0.72727275,0.6818182,0.6735537,0.6322314,0.61157024,0.61157024,0.59504133,0.6363636,0.6363636,0.553719,0.5371901,0.607438,0.6404959,0.5785124,0.54545456,0.607438,0.7231405,0.7644628,0.6198347,0.5041322,0.40082645,0.38429752,0.3553719,0.41322315,0.72727275,0.661157,0.2520661,0.32231405,0.45867768,0.46694216,0.59090906,0.6322314,0.59090906,0.5247934,0.48347107,0.446281,0.45041323,0.822314,0.838843,0.8057851,0.8016529,0.8140496,0.8264463,0.73966944,0.5247934,0.45867768,0.46694216,0.58677685,0.6322314,0.71487606,0.6735537,0.6983471,0.61157024,0.6280992,0.59917355,0.677686,0.661157,0.6735537,0.661157,0.6735537,0.6363636,0.76033056,0.75206614,0.77272725,0.7231405,0.6859504,0.6735537,0.6280992,0.6280992,0.62396693,0.58264464,0.6363636,0.6446281,0.59917355,0.49586776,0.6363636,0.6859504,0.6322314,0.58264464,0.6198347,0.607438,0.6322314,0.6570248,0.59917355,0.5082645,0.4752066,0.55785125,0.6404959,0.6570248,0.5661157,0.33471075,0.24380165,0.30991736,0.45041323,0.5495868,0.6570248,0.6570248,0.60330576,0.54545456,0.5,0.47107437,0.8305785,0.8347107,0.8264463,0.838843,0.8429752,0.8553719,0.76859504,0.61157024,0.677686,0.7107438,0.78099173,0.7644628,0.8140496,0.6735537,0.74380165,0.6446281,0.6487603,0.661157,0.677686,0.70247936,0.6694215,0.7066116,0.7066116,0.6942149,0.73966944,0.7355372,0.77272725,0.71900827,0.677686,0.6363636,0.60330576,0.6322314,0.6280992,0.59090906,0.62396693,0.6528926,0.6404959,0.57024795,0.59917355,0.6818182,0.661157,0.62396693,0.6322314,0.61570245,0.6404959,0.6446281,0.6404959,0.59504133,0.5371901,0.5413223,0.5661157,0.5785124,0.5289256,0.46694216,0.38429752,0.3305785,0.4090909,0.5123967,0.6280992,0.6859504,0.6652893,0.6322314,0.57024795,0.5,0.8429752,0.838843,0.8429752,0.8512397,0.8595041,0.8677686,0.8471074,0.7644628,0.8181818,0.8512397,0.87603307,0.8512397,0.8719008,0.77272725,0.76859504,0.71487606,0.7066116,0.71900827,0.7066116,0.70247936,0.71900827,0.72727275,0.7355372,0.7933884,0.76033056,0.7355372,0.7644628,0.71900827,0.6694215,0.607438,0.61570245,0.6322314,0.6198347,0.59504133,0.61570245,0.6487603,0.6487603,0.62396693,0.60330576,0.6652893,0.6942149,0.6694215,0.6404959,0.62396693,0.6570248,0.6363636,0.661157,0.60330576,0.5413223,0.57024795,0.5495868,0.58264464,0.61157024,0.6280992,0.57024795,0.46694216,0.5082645,0.53305787,0.607438,0.6735537,0.6859504,0.6652893,0.59917355,0.5289256,0.87603307,0.8471074,0.8429752,0.8512397,0.8677686,0.8677686,0.8595041,0.8347107,0.8553719,0.87603307,0.87603307,0.8677686,0.8471074,0.7933884,0.7644628,0.74793386,0.73966944,0.7107438,0.70247936,0.74380165,0.75619835,0.7644628,0.80991733,0.8181818,0.74793386,0.74380165,0.76859504,0.7355372,0.6735537,0.6280992,0.62396693,0.62396693,0.61570245,0.59917355,0.61157024,0.6446281,0.6570248,0.6487603,0.6280992,0.6570248,0.6983471,0.71487606,0.70247936,0.6942149,0.6859504,0.6570248,0.677686,0.6280992,0.59504133,0.6528926,0.57024795,0.6280992,0.6735537,0.70247936,0.70247936,0.607438,0.59504133,0.553719,0.62396693,0.6652893,0.6818182,0.6694215,0.6280992,0.5495868,0.87603307,0.8429752,0.838843,0.8512397,0.8636364,0.8595041,0.8553719,0.8636364,0.8677686,0.87603307,0.8719008,0.8553719,0.8305785,0.8016529,0.7768595,0.7644628,0.7644628,0.73966944,0.74793386,0.76859504,0.78099173,0.822314,0.8471074,0.8057851,0.75206614,0.7644628,0.77272725,0.7355372,0.6570248,0.6404959,0.61570245,0.61157024,0.62396693,0.6198347,0.6280992,0.6363636,0.6487603,0.6446281,0.6404959,0.6652893,0.6694215,0.73966944,0.71487606,0.73140496,0.7066116,0.6983471,0.70247936,0.661157,0.62396693,0.661157,0.61570245,0.6198347,0.6942149,0.7107438,0.73140496,0.6859504,0.6570248,0.61570245,0.661157,0.661157,0.6735537,0.6735537,0.6652893,0.59504133,0.8595041,0.8429752,0.8429752,0.8512397,0.8636364,0.8595041,0.8636364,0.8677686,0.8677686,0.8719008,0.8677686,0.8636364,0.838843,0.8057851,0.78512394,0.7768595,0.7768595,0.75619835,0.76859504,0.7892562,0.822314,0.8553719,0.8471074,0.8057851,0.76033056,0.7892562,0.77272725,0.73140496,0.6446281,0.6363636,0.61570245,0.60330576,0.61570245,0.6322314,0.6363636,0.6487603,0.6487603,0.661157,0.6487603,0.6694215,0.6652893,0.71487606,0.72727275,0.75206614,0.75206614,0.7066116,0.73140496,0.6942149,0.6694215,0.6735537,0.6404959,0.6528926,0.6942149,0.7107438,0.71487606,0.70247936,0.6818182,0.6859504,0.6859504,0.6694215,0.6694215,0.6818182,0.6735537,0.61570245,0.8264463,0.8429752,0.8347107,0.8429752,0.8595041,0.8677686,0.8677686,0.8677686,0.8719008,0.8677686,0.8636364,0.8636364,0.838843,0.8305785,0.80991733,0.7933884,0.79752064,0.7892562,0.8016529,0.8264463,0.8471074,0.8595041,0.8553719,0.7933884,0.75206614,0.8181818,0.7892562,0.77272725,0.6652893,0.6528926,0.61157024,0.59504133,0.60330576,0.62396693,0.6280992,0.6446281,0.6528926,0.661157,0.6735537,0.661157,0.6859504,0.677686,0.73140496,0.74793386,0.75619835,0.7355372,0.7644628,0.74380165,0.71487606,0.71487606,0.69008267,0.6859504,0.70247936,0.7107438,0.7107438,0.71487606,0.6942149,0.7066116,0.7066116,0.6818182,0.677686,0.677686,0.677686,0.6198347,0.7892562,0.8471074,0.8305785,0.838843,0.8553719,0.8719008,0.8719008,0.8677686,0.87603307,0.8719008,0.8677686,0.8636364,0.8553719,0.838843,0.822314,0.8140496,0.8181818,0.8016529,0.8347107,0.8429752,0.8636364,0.8595041,0.8636364,0.76033056,0.77272725,0.8512397,0.77272725,0.8595041,0.6735537,0.6528926,0.6198347,0.59504133,0.607438,0.61157024,0.6198347,0.6322314,0.6652893,0.677686,0.677686,0.677686,0.69008267,0.7066116,0.7066116,0.71487606,0.72727275,0.73966944,0.76033056,0.75619835,0.73966944,0.73966944,0.71900827,0.7107438,0.7107438,0.71487606,0.7231405,0.7231405,0.7066116,0.71487606,0.6983471,0.6818182,0.677686,0.6694215,0.6570248,0.607438,0.78099173,0.8305785,0.8140496,0.838843,0.8636364,0.8677686,0.8719008,0.8677686,0.87603307,0.8719008,0.8719008,0.8636364,0.8512397,0.8471074,0.8305785,0.8347107,0.8264463,0.8347107,0.8429752,0.8595041,0.8719008,0.8636364,0.8347107,0.7644628,0.7644628,0.8016529,0.7644628,0.8305785,0.6983471,0.6322314,0.61570245,0.607438,0.61157024,0.59917355,0.607438,0.6363636,0.6652893,0.69008267,0.677686,0.6942149,0.70247936,0.71900827,0.72727275,0.7231405,0.7231405,0.73966944,0.73140496,0.73966944,0.73966944,0.74380165,0.73140496,0.7107438,0.71487606,0.71900827,0.71900827,0.71487606,0.70247936,0.7066116,0.6942149,0.6859504,0.6818182,0.677686,0.6528926,0.60330576,0.822314,0.8181818,0.8016529,0.838843,0.8636364,0.8719008,0.8719008,0.8719008,0.87603307,0.8677686,0.8719008,0.8677686,0.8471074,0.8512397,0.838843,0.838843,0.838843,0.8471074,0.8512397,0.8595041,0.8801653,0.8636364,0.8016529,0.77272725,0.75206614,0.7107438,0.73140496,0.7768595,0.7066116,0.6404959,0.62396693,0.61570245,0.61157024,0.60330576,0.59090906,0.62396693,0.661157,0.677686,0.69008267,0.6983471,0.6983471,0.7107438,0.73140496,0.7355372,0.75206614,0.75206614,0.7231405,0.73966944,0.74380165,0.7355372,0.71487606,0.71487606,0.72727275,0.7231405,0.7107438,0.7107438,0.71900827,0.7231405,0.6983471,0.6983471,0.677686,0.6570248,0.6446281,0.61157024,0.75206614,0.822314,0.8016529,0.8305785,0.8595041,0.8677686,0.8677686,0.8719008,0.8719008,0.8677686,0.8677686,0.8677686,0.8553719,0.8512397,0.8471074,0.838843,0.8471074,0.8471074,0.8553719,0.8677686,0.88429755,0.8471074,0.7892562,0.7892562,0.75619835,0.73140496,0.78512394,0.7768595,0.73140496,0.6735537,0.62396693,0.61157024,0.61570245,0.60330576,0.5785124,0.61157024,0.6487603,0.69008267,0.7066116,0.6983471,0.6983471,0.70247936,0.74380165,0.76859504,0.75206614,0.74380165,0.73966944,0.75206614,0.74793386,0.72727275,0.7231405,0.72727275,0.73966944,0.71900827,0.7066116,0.7231405,0.7107438,0.7355372,0.71487606,0.71487606,0.6859504,0.6570248,0.6487603,0.59090906,0.60330576,0.8140496,0.79752064,0.8264463,0.8512397,0.8553719,0.8636364,0.8677686,0.8677686,0.8677686,0.8677686,0.8636364,0.8595041,0.8512397,0.8512397,0.8471074,0.8512397,0.8471074,0.8553719,0.8595041,0.87603307,0.79752064,0.8016529,0.8347107,0.78512394,0.76033056,0.79752064,0.7644628,0.7892562,0.7066116,0.6446281,0.6322314,0.60330576,0.607438,0.5785124,0.60330576,0.6280992,0.661157,0.70247936,0.70247936,0.6942149,0.7107438,0.74380165,0.74793386,0.76033056,0.76033056,0.73966944,0.75206614,0.73966944,0.74380165,0.73140496,0.73140496,0.73966944,0.72727275,0.7107438,0.7066116,0.7066116,0.71487606,0.7066116,0.72727275,0.6983471,0.6652893,0.6404959,0.57438016,0.5495868,0.79752064,0.79752064,0.8264463,0.8429752,0.8512397,0.8553719,0.8595041,0.8636364,0.8636364,0.8636364,0.8636364,0.8636364,0.8512397,0.8512397,0.8553719,0.8553719,0.8471074,0.8512397,0.8429752,0.8181818,0.76859504,0.7892562,0.838843,0.76033056,0.71900827,0.69008267,0.69008267,0.73966944,0.6859504,0.6570248,0.6570248,0.6735537,0.6446281,0.59504133,0.59917355,0.59917355,0.6404959,0.6570248,0.6694215,0.6983471,0.7107438,0.73140496,0.74380165,0.7644628,0.76859504,0.74380165,0.74793386,0.73140496,0.72727275,0.7066116,0.7107438,0.71900827,0.7231405,0.7107438,0.70247936,0.6818182,0.6942149,0.6983471,0.72727275,0.70247936,0.6652893,0.6363636,0.57024795,0.49173555,0.75619835,0.8016529,0.822314,0.8347107,0.8512397,0.8595041,0.8553719,0.8636364,0.8636364,0.8636364,0.8595041,0.8553719,0.8512397,0.8553719,0.8512397,0.8553719,0.8347107,0.8305785,0.8016529,0.76033056,0.76859504,0.7107438,0.75206614,0.6652893,0.60330576,0.58677685,0.60330576,0.6198347,0.61570245,0.62396693,0.6942149,0.77272725,0.677686,0.59917355,0.58677685,0.59504133,0.62396693,0.6198347,0.6404959,0.6983471,0.70247936,0.73140496,0.75206614,0.75619835,0.77272725,0.7644628,0.75206614,0.72727275,0.73140496,0.7066116,0.6818182,0.6983471,0.7066116,0.70247936,0.7066116,0.6983471,0.69008267,0.7066116,0.72727275,0.6942149,0.6652893,0.6363636,0.58677685,0.5,0.73140496,0.8016529,0.822314,0.8347107,0.8471074,0.8512397,0.8553719,0.8595041,0.8636364,0.8677686,0.8636364,0.8553719,0.8471074,0.8471074,0.8429752,0.8471074,0.79752064,0.8057851,0.75619835,0.71487606,0.76033056,0.6487603,0.6942149,0.59090906,0.4876033,0.47107437,0.4876033,0.5123967,0.5289256,0.5413223,0.5413223,0.5289256,0.5495868,0.54545456,0.58677685,0.6280992,0.62396693,0.58264464,0.607438,0.6818182,0.70247936,0.71900827,0.74380165,0.7355372,0.75619835,0.77272725,0.75206614,0.72727275,0.72727275,0.71487606,0.6942149,0.6942149,0.7066116,0.6859504,0.6859504,0.6983471,0.6942149,0.7107438,0.7066116,0.6859504,0.6570248,0.6280992,0.62396693,0.41322315,0.7231405,0.7892562,0.822314,0.8181818,0.8347107,0.8512397,0.8429752,0.8595041,0.8595041,0.8636364,0.8595041,0.8553719,0.8471074,0.8429752,0.8347107,0.8264463,0.7768595,0.76033056,0.72727275,0.6528926,0.71900827,0.553719,0.553719,0.56198347,0.45454547,0.40082645,0.37190083,0.3966942,0.4338843,0.46280992,0.46280992,0.45867768,0.45867768,0.4876033,0.57024795,0.6487603,0.607438,0.54545456,0.58677685,0.6570248,0.69008267,0.7066116,0.73140496,0.74380165,0.76859504,0.77272725,0.75206614,0.7355372,0.73140496,0.73140496,0.7066116,0.69008267,0.70247936,0.6735537,0.6818182,0.69008267,0.7066116,0.71487606,0.69008267,0.6735537,0.6446281,0.61570245,0.6280992,0.26859504,0.7107438,0.7892562,0.8181818,0.79752064,0.80991733,0.8305785,0.8429752,0.8595041,0.8595041,0.8677686,0.8595041,0.8471074,0.838843,0.8305785,0.8140496,0.8016529,0.75619835,0.7107438,0.6735537,0.6570248,0.6570248,0.45454547,0.33471075,0.48347107,0.47933885,0.35123968,0.3181818,0.338843,0.40082645,0.43801653,0.42975205,0.2603306,0.23140496,0.3181818,0.45454547,0.59504133,0.57438016,0.5206612,0.57024795,0.6446281,0.6735537,0.70247936,0.7355372,0.75206614,0.75206614,0.76033056,0.75619835,0.7355372,0.7355372,0.7231405,0.69008267,0.69008267,0.6818182,0.677686,0.677686,0.70247936,0.6570248,0.677686,0.6942149,0.6487603,0.6322314,0.61157024,0.60330576,0.30991736,0.6404959,0.77272725,0.7892562,0.7768595,0.7892562,0.8264463,0.8347107,0.838843,0.8553719,0.8595041,0.8512397,0.838843,0.8305785,0.8140496,0.79752064,0.77272725,0.71900827,0.6735537,0.6652893,0.6528926,0.6694215,0.6198347,0.40082645,0.46694216,0.57024795,0.4876033,0.338843,0.34710744,0.4090909,0.38429752,0.42561984,0.38842976,0.30165288,0.2644628,0.34710744,0.5123967,0.46280992,0.5206612,0.61157024,0.6528926,0.6487603,0.677686,0.7066116,0.7231405,0.72727275,0.73966944,0.74793386,0.73966944,0.72727275,0.7231405,0.70247936,0.6942149,0.69008267,0.6652893,0.6818182,0.69008267,0.6694215,0.661157,0.6694215,0.6363636,0.6363636,0.61570245,0.58264464,0.38842976,0.553719,0.74380165,0.76033056,0.76859504,0.7933884,0.8140496,0.822314,0.838843,0.8471074,0.8512397,0.8471074,0.8347107,0.8181818,0.79752064,0.7768595,0.73966944,0.6983471,0.6735537,0.7066116,0.71487606,0.75619835,0.79752064,0.6446281,0.58677685,0.5165289,0.5082645,0.37603307,0.32231405,0.33471075,0.26859504,0.28099173,0.41322315,0.5082645,0.39256197,0.39256197,0.46694216,0.36363637,0.55785125,0.6322314,0.6280992,0.661157,0.6652893,0.6694215,0.70247936,0.71487606,0.7231405,0.71900827,0.7231405,0.7107438,0.7066116,0.70247936,0.6859504,0.6942149,0.6528926,0.6859504,0.677686,0.6735537,0.6694215,0.6363636,0.6322314,0.62396693,0.61157024,0.5785124,0.38429752,0.5165289,0.6859504,0.73140496,0.75619835,0.7768595,0.79752064,0.8140496,0.8305785,0.8429752,0.8471074,0.838843,0.8305785,0.8140496,0.7768595,0.74793386,0.7066116,0.69008267,0.677686,0.77272725,0.8057851,0.8016529,0.8140496,0.6570248,0.5413223,0.45041323,0.47107437,0.38429752,0.2603306,0.2603306,0.2231405,0.2644628,0.37190083,0.46694216,0.4752066,0.46694216,0.43801653,0.4338843,0.59504133,0.6446281,0.61570245,0.6735537,0.6694215,0.661157,0.6735537,0.6942149,0.70247936,0.7066116,0.7066116,0.6983471,0.6942149,0.6983471,0.69008267,0.6859504,0.6528926,0.6983471,0.6983471,0.661157,0.6528926,0.6198347,0.6198347,0.6198347,0.607438,0.57438016,0.3677686,0.446281,0.60330576,0.7231405,0.74793386,0.76033056,0.7892562,0.822314,0.8264463,0.838843,0.8429752,0.8264463,0.8140496,0.7768595,0.76033056,0.7231405,0.6942149,0.70247936,0.71900827,0.838843,0.8429752,0.8057851,0.71487606,0.5041322,0.46694216,0.446281,0.35950413,0.3553719,0.22727273,0.23553719,0.28512397,0.32231405,0.4214876,0.4090909,0.45867768,0.47107437,0.45041323,0.5371901,0.6446281,0.6570248,0.6446281,0.6694215,0.677686,0.6652893,0.6528926,0.661157,0.677686,0.6818182,0.69008267,0.6859504,0.6859504,0.6859504,0.6818182,0.6818182,0.6363636,0.6735537,0.6983471,0.6528926,0.6570248,0.6198347,0.60330576,0.62396693,0.607438,0.5495868,0.41735536,0.3553719,0.58677685,0.72727275,0.71487606,0.74793386,0.7933884,0.8181818,0.8264463,0.8347107,0.8471074,0.8181818,0.8016529,0.73966944,0.74380165,0.7066116,0.70247936,0.7231405,0.78512394,0.8553719,0.8264463,0.71900827,0.5206612,0.42561984,0.41735536,0.39256197,0.35950413,0.3553719,0.23966943,0.2644628,0.3429752,0.40495867,0.4338843,0.36363637,0.3966942,0.4214876,0.42561984,0.54545456,0.6363636,0.6487603,0.6487603,0.6694215,0.677686,0.6694215,0.6528926,0.6322314,0.6404959,0.6528926,0.6694215,0.6735537,0.6735537,0.6735537,0.6735537,0.6652893,0.6404959,0.6487603,0.7066116,0.6859504,0.6652893,0.61570245,0.61570245,0.6198347,0.58677685,0.5082645,0.5165289,0.1694215,0.56198347,0.71900827,0.70247936,0.7355372,0.7933884,0.8016529,0.8264463,0.8347107,0.8305785,0.80991733,0.7768595,0.75206614,0.71487606,0.71900827,0.7355372,0.76033056,0.79752064,0.77272725,0.7066116,0.553719,0.4338843,0.42975205,0.4338843,0.44214877,0.41735536,0.338843,0.28099173,0.30991736,0.36363637,0.4090909,0.42561984,0.35950413,0.34710744,0.35123968,0.3429752,0.45867768,0.57438016,0.61570245,0.6280992,0.6528926,0.6570248,0.661157,0.6570248,0.6363636,0.6280992,0.62396693,0.6528926,0.6570248,0.6570248,0.6487603,0.6652893,0.6363636,0.661157,0.6487603,0.6942149,0.6859504,0.6446281,0.61157024,0.607438,0.61570245,0.56198347,0.45041323,0.59090906,0.21487603,0.48347107,0.6859504,0.72727275,0.74793386,0.8016529,0.8140496,0.8057851,0.822314,0.80991733,0.7933884,0.76859504,0.7355372,0.7231405,0.74380165,0.74793386,0.75619835,0.70247936,0.6198347,0.553719,0.45454547,0.4090909,0.42975205,0.47933885,0.47933885,0.4214876,0.3305785,0.33471075,0.36363637,0.34710744,0.39256197,0.4214876,0.3677686,0.33471075,0.3305785,0.3140496,0.3966942,0.45041323,0.54545456,0.54545456,0.59917355,0.6280992,0.6528926,0.661157,0.6446281,0.6404959,0.62396693,0.6322314,0.6446281,0.6404959,0.61570245,0.6694215,0.6280992,0.6487603,0.6735537,0.6652893,0.6487603,0.6404959,0.6280992,0.56198347,0.59504133,0.5165289,0.44214877,0.61570245,0.25619835,0.39256197,0.6363636,0.7231405,0.73966944,0.78512394,0.8016529,0.78512394,0.7933884,0.78099173,0.77272725,0.75619835,0.7355372,0.75206614,0.76859504,0.73140496,0.6735537,0.5785124,0.48347107,0.45867768,0.47933885,0.42975205,0.446281,0.49173555,0.4876033,0.38842976,0.35950413,0.46694216,0.446281,0.35950413,0.42561984,0.38842976,0.38429752,0.38842976,0.37190083,0.3140496,0.3677686,0.38016528,0.40495867,0.446281,0.5082645,0.57024795,0.60330576,0.6487603,0.6652893,0.6446281,0.62396693,0.61570245,0.6322314,0.6404959,0.6280992,0.6446281,0.6363636,0.6446281,0.6735537,0.6363636,0.6198347,0.58677685,0.60330576,0.553719,0.5413223,0.4752066,0.41322315,0.69008267,0.33471075,0.29752067,0.59090906,0.6735537,0.69008267,0.75206614,0.79752064,0.8016529,0.8016529,0.78099173,0.7644628,0.74793386,0.7355372,0.75206614,0.75206614,0.6570248,0.57024795,0.48347107,0.45867768,0.44214877,0.49586776,0.45867768,0.5082645,0.4876033,0.49173555,0.45041323,0.5661157,0.62396693,0.54545456,0.47933885,0.4752066,0.40495867,0.38429752,0.45867768,0.37603307,0.33471075,0.36363637,0.38842976,0.3429752,0.39256197,0.44214877,0.4752066,0.5123967,0.60330576,0.6487603,0.6322314,0.6404959,0.6280992,0.6280992,0.6280992,0.6280992,0.6280992,0.6487603,0.6694215,0.6570248,0.6280992,0.59504133,0.59090906,0.59090906,0.553719,0.5123967,0.45454547,0.37190083,0.6652893,0.3429752,0.34710744,0.59504133,0.58677685,0.6735537,0.74380165,0.78099173,0.78512394,0.8140496,0.7933884,0.77272725,0.74380165,0.73140496,0.72727275,0.6280992,0.5165289,0.48347107,0.45454547,0.48347107,0.40495867,0.5371901,0.45867768,0.4876033,0.4214876,0.45867768,0.5247934,0.58264464,0.6404959,0.607438,0.5495868,0.47933885,0.40495867,0.41322315,0.39256197,0.35950413,0.38429752,0.3966942,0.40495867,0.3429752,0.38016528,0.41735536,0.40495867,0.45454547,0.5413223,0.59090906,0.59090906,0.6487603,0.6528926,0.6363636,0.62396693,0.62396693,0.6446281,0.6652893,0.677686,0.661157,0.62396693,0.57024795,0.5495868,0.553719,0.553719,0.5123967,0.45867768,0.3553719,0.5,0.30991736,0.33471075,0.5247934,0.553719,0.6528926,0.7107438,0.74793386,0.78512394,0.7933884,0.7892562,0.78512394,0.76033056,0.69008267,0.6280992,0.49586776,0.41322315,0.40082645,0.4338843,0.41735536,0.46694216,0.5413223,0.46280992,0.38429752,0.37190083,0.40082645,0.42975205,0.46280992,0.5165289,0.5,0.45454547,0.42975205,0.38016528,0.3181818,0.3305785,0.338843,0.38429752,0.41322315,0.40495867,0.37190083,0.38429752,0.36363637,0.36363637,0.40495867,0.45041323,0.5041322,0.5413223,0.607438,0.6570248,0.6446281,0.6363636,0.6446281,0.6487603,0.677686,0.6652893,0.661157,0.6322314,0.55785125,0.54545456,0.5289256,0.49173555,0.4876033,0.40495867,0.3553719,0.24793388,0.21487603,0.40495867,0.4214876,0.57024795,0.62396693,0.6983471,0.70247936,0.7231405,0.7644628,0.78099173,0.7892562,0.76859504,0.6652893,0.57024795,0.43801653,0.3677686,0.37190083,0.38429752,0.44214877,0.4752066,0.5041322,0.36363637,0.29752067,0.29752067,0.30165288,0.30578512,0.35123968,0.37603307,0.36363637,0.35123968,0.34710744,0.3305785,0.3181818,0.29338843,0.29752067,0.30991736,0.3429752,0.35123968,0.38429752,0.39256197,0.3181818,0.3140496,0.3264463,0.3429752,0.43801653,0.5041322,0.5495868,0.62396693,0.6487603,0.6363636,0.6570248,0.6652893,0.6652893,0.6487603,0.6652893,0.6363636,0.5661157,0.5206612,0.47107437,0.46280992,0.46280992,0.35950413,0.3553719,0.19008264,0.19421488,0.30578512,0.3677686,0.5495868,0.6404959,0.677686,0.71900827,0.7066116,0.75206614,0.76033056,0.7644628,0.73966944,0.6570248,0.5289256,0.35950413,0.3429752,0.37190083,0.40495867,0.49586776,0.45041323,0.35950413,0.27272728,0.24380165,0.23140496,0.1983471,0.1694215,0.23140496,0.29338843,0.28512397,0.27272728,0.27272728,0.27272728,0.24793388,0.2520661,0.2520661,0.2520661,0.25619835,0.2644628,0.3305785,0.35950413,0.28099173,0.27272728,0.23966943,0.28099173,0.36363637,0.47933885,0.5123967,0.607438,0.6570248,0.6446281,0.6570248,0.6446281,0.6652893,0.6404959,0.6528926,0.59090906,0.55785125,0.49586776,0.42975205,0.45041323,0.446281,0.3677686,0.3181818,0.1983471,0.19421488,0.24380165,0.32231405,0.5082645,0.6280992,0.6570248,0.677686,0.677686,0.73140496,0.73966944,0.7355372,0.71900827,0.6528926,0.48347107,0.3553719,0.38429752,0.37190083,0.3677686,0.4338843,0.3677686,0.27272728,0.2520661,0.20661157,0.20247933,0.23966943,0.2520661,0.3553719,0.37190083,0.3305785,0.2644628,0.21487603,0.3181818,0.35123968,0.38016528,0.35123968,0.23966943,0.2520661,0.24793388,0.23140496,0.25619835,0.2603306,0.23140496,0.23140496,0.30578512,0.2892562,0.42975205,0.49173555,0.55785125,0.6570248,0.661157,0.6487603,0.61157024,0.6322314,0.59917355,0.61570245,0.54545456,0.55785125,0.53305787,0.46694216,0.45041323,0.446281,0.35950413,0.2892562,0.19421488,0.1983471,0.21487603,0.2768595,0.49173555,0.61570245,0.6528926,0.6694215,0.6735537,0.71487606,0.72727275,0.73966944,0.69008267,0.6363636,0.5371901,0.4090909,0.40495867,0.35950413,0.30165288,0.28099173,0.23966943,0.19421488,0.22727273,0.21900827,0.20661157,0.35950413,0.40082645,0.5371901,0.49586776,0.42975205,0.36363637,0.3140496,0.5082645,0.5082645,0.53305787,0.58677685,0.32231405,0.33471075,0.2644628,0.18181819,0.19008264,0.19008264,0.14876033,0.23966943,0.29338843,0.30578512,0.36363637,0.42975205,0.5041322,0.6404959,0.6487603,0.6404959,0.59917355,0.58264464,0.58264464,0.59090906,0.53305787,0.5082645,0.4876033,0.5165289,0.4876033,0.41322315,0.32231405,0.29338843,0.19421488,0.18595041,0.21900827,0.24380165,0.4876033,0.5785124,0.6404959,0.6404959,0.677686,0.70247936,0.70247936,0.73140496,0.6694215,0.6528926,0.553719,0.42561984,0.4214876,0.36363637,0.3553719,0.24793388,0.1694215,0.11570248,0.2107438,0.30165288,0.12396694,0.49586776,0.4752066,0.7644628,0.60330576,0.57438016,0.5413223,0.46694216,0.6528926,0.6570248,0.6818182,0.7107438,0.49173555,0.4338843,0.30578512,0.16115703,0.2231405,0.14049587,0.17355372,0.28512397,0.3264463,0.30578512,0.32231405,0.38429752,0.46694216,0.61570245,0.6404959,0.61570245,0.58677685,0.5785124,0.57438016,0.5661157,0.53305787,0.4876033,0.47933885,0.5206612,0.4876033,0.3966942,0.29752067,0.28099173,0.19421488,0.1694215,0.22727273,0.23966943,0.42561984,0.5495868,0.6528926,0.607438,0.6528926,0.6694215,0.6322314,0.70247936,0.6735537,0.6404959,0.59504133,0.45041323,0.4876033,0.45454547,0.45867768,0.45454547,0.40082645,0.34710744,0.3181818,0.24380165,0.11570248,0.4338843,0.4752066,0.71900827,0.6487603,0.59504133,0.59090906,0.5123967,0.60330576,0.661157,0.7066116,0.6652893,0.41735536,0.33471075,0.23553719,0.19421488,0.32231405,0.3305785,0.3966942,0.4338843,0.41322315,0.3553719,0.3553719,0.35950413,0.42975205,0.58264464,0.61570245,0.5785124,0.59090906,0.553719,0.56198347,0.5413223,0.53305787,0.45867768,0.4876033,0.47933885,0.46694216,0.40495867,0.28512397,0.26859504,0.19008264,0.17768595,0.19008264,0.30165288,0.32231405,0.54545456,0.6528926,0.58677685,0.6694215,0.61157024,0.59917355,0.6983471,0.661157,0.61570245,0.61157024,0.4752066,0.5041322,0.5206612,0.5371901,0.6322314,0.6694215,0.62396693,0.57024795,0.446281,0.3140496,0.30991736,0.2603306,0.34710744,0.46280992,0.4752066,0.5413223,0.42975205,0.40082645,0.44214877,0.46280992,0.4214876,0.2768595,0.21900827,0.23140496,0.36363637,0.47933885,0.5,0.55785125,0.54545456,0.49586776,0.4214876,0.39256197,0.39256197,0.42975205,0.553719,0.60330576,0.5661157,0.5495868,0.5165289,0.54545456,0.5123967,0.5206612,0.43801653,0.49173555,0.4876033,0.43801653,0.38429752,0.27272728,0.24793388,0.1983471,0.20661157,0.18595041,0.24380165,0.2768595,0.45867768,0.5785124,0.58677685,0.62396693,0.6198347,0.59917355,0.6694215,0.61157024,0.6198347,0.58677685,0.49586776,0.53305787,0.5661157,0.61157024,0.7107438,0.72727275,0.7107438,0.69008267,0.6487603,0.5413223,0.46280992,0.37603307,0.43801653,0.56198347,0.58264464,0.6363636,0.5247934,0.47933885,0.4876033,0.42561984,0.4214876,0.38429752,0.38016528,0.446281,0.5082645,0.5206612,0.55785125,0.5785124,0.57438016,0.5165289,0.45454547,0.41322315,0.4752066,0.46694216,0.5371901,0.61157024,0.56198347,0.54545456,0.5413223,0.5413223,0.5371901,0.5247934,0.3966942,0.5,0.5413223,0.4214876,0.35123968,0.26859504,0.22727273,0.1983471,0.1983471,0.19421488,0.2107438,0.2644628,0.38016528,0.5082645,0.55785125,0.59090906,0.59504133,0.60330576,0.62396693,0.59090906,0.59917355,0.58264464,0.5413223,0.57438016,0.61570245,0.661157,0.71900827,0.70247936,0.69008267,0.7107438,0.7066116,0.6528926,0.607438,0.54545456,0.5123967,0.5123967,0.54545456,0.59917355,0.56198347,0.54545456,0.5371901,0.5165289,0.49586776,0.4876033,0.5165289,0.5206612,0.5413223,0.5661157,0.58264464,0.58264464,0.57438016,0.5661157,0.5206612,0.4338843,0.4214876,0.47933885,0.5123967,0.60330576,0.5371901,0.59504133,0.5,0.5371901,0.57024795,0.5495868,0.4338843,0.47933885,0.5123967,0.4214876,0.3140496,0.22727273,0.21900827,0.19008264,0.18181819,0.18595041,0.19008264,0.23966943,0.3181818,0.44214877,0.54545456,0.58264464,0.59504133,0.60330576,0.607438,0.59090906,0.58677685,0.607438,0.61157024,0.61570245,0.6528926,0.6983471,0.7066116,0.6735537,0.6446281,0.6859504,0.6859504,0.6942149,0.69008267,0.6528926,0.607438,0.59504133,0.5661157,0.58264464,0.60330576,0.58677685,0.58264464,0.5495868,0.5371901,0.5165289,0.5413223,0.54545456,0.55785125,0.59917355,0.59090906,0.59504133,0.5785124,0.57024795,0.59090906,0.4876033,0.40082645,0.44214877,0.48347107,0.55785125,0.5082645,0.56198347,0.46694216,0.48347107,0.55785125,0.5413223,0.44214877,0.42975205,0.46280992,0.36363637,0.29752067,0.22727273,0.22727273,0.18181819,0.17768595,0.17768595,0.18181819,0.2231405,0.2603306,0.39256197,0.53305787,0.56198347,0.58264464,0.5785124,0.59917355,0.5785124,0.59090906,0.6198347,0.6652893,0.6694215,0.677686,0.72727275,0.6983471,0.61157024,0.57024795,0.6404959,0.6198347,0.6404959,0.6446281,0.6570248,0.6322314,0.6322314,0.61570245,0.61157024,0.6404959,0.61157024,0.58677685,0.5785124,0.55785125,0.5289256,0.54545456,0.55785125,0.5661157,0.58264464,0.59917355,0.61157024,0.59504133,0.58264464,0.58677685,0.5371901,0.46694216,0.41735536,0.45454547,0.5041322,0.4876033,0.5289256,0.5082645,0.47933885,0.5413223,0.47933885,0.41322315,0.41735536,0.3966942,0.32231405,0.2768595,0.2603306,0.22727273,0.17355372,0.16528925,0.16528925,0.18181819,0.25619835,0.23553719,0.32231405,0.47933885,0.59090906,0.5413223,0.55785125,0.59090906,0.57438016,0.61157024,0.59917355,0.69008267,0.6694215,0.70247936,0.7355372,0.6942149,0.57024795,0.5289256,0.6404959,0.59917355,0.55785125,0.54545456,0.5661157,0.553719,0.5206612,0.53305787,0.5495868,0.5495868,0.5289256,0.5123967,0.5041322,0.5082645,0.5165289,0.5123967,0.54545456,0.56198347,0.59090906,0.61157024,0.61570245,0.61157024,0.58677685,0.59090906,0.58677685,0.553719,0.47107437,0.446281,0.47107437,0.46280992,0.49586776,0.48347107,0.47107437,0.5082645,0.45454547,0.3966942,0.40082645,0.35950413,0.30991736,0.2520661,0.24380165,0.1983471,0.16115703,0.18595041,0.18181819,0.19008264,0.24793388,0.23553719,0.20661157,0.42561984,0.57024795,0.53305787,0.5413223,0.59504133,0.58264464,0.61157024,0.61157024,0.62396693,0.661157,0.6818182,0.6983471,0.6818182,0.59504133,0.5785124,0.62396693,0.6322314,0.5661157,0.5247934,0.46694216,0.42561984,0.4090909,0.42975205,0.45041323,0.41322315,0.4090909,0.4214876,0.42975205,0.446281,0.46280992,0.48347107,0.5247934,0.553719,0.5785124,0.59090906,0.59504133,0.607438,0.59090906,0.58264464,0.57024795,0.5785124,0.5082645,0.46280992,0.48347107,0.44214877,0.47107437,0.46694216,0.47107437,0.48347107,0.48347107,0.3677686,0.40082645,0.3677686,0.26859504,0.24380165,0.19421488,0.18181819,0.17355372,0.17768595,0.1983471,0.1694215,0.2231405,0.23553719,0.18181819,0.338843,0.49173555,0.5206612,0.54545456,0.553719,0.57438016,0.607438,0.6322314,0.6280992,0.607438,0.6652893,0.6735537,0.6487603,0.59917355,0.62396693,0.6280992,0.62396693,0.57024795,0.5206612,0.45041323,0.37190083,0.3305785,0.34710744,0.3429752,0.3264463,0.32231405,0.34710744,0.36363637,0.4214876,0.45454547,0.48347107,0.5041322,0.5247934,0.55785125,0.57024795,0.57024795,0.60330576,0.58677685,0.5785124,0.5289256,0.5289256,0.5082645,0.4876033,0.4876033,0.45041323,0.47107437,0.43801653,0.46280992,0.44214877,0.5041322,0.34710744,0.36363637,0.35123968,0.22727273,0.2231405,0.16115703,0.20247933,0.18595041,0.17768595,0.19008264,0.1694215,0.20661157,0.2231405,0.2107438,0.2520661,0.46280992,0.553719,0.54545456,0.5206612,0.553719,0.59090906,0.61157024,0.6198347,0.6198347,0.661157,0.6818182,0.6694215,0.6446281,0.6446281,0.607438,0.55785125,0.5165289,0.4876033,0.42975205,0.37190083,0.30165288,0.3140496,0.30578512,0.30165288,0.30991736,0.3553719,0.35950413,0.38842976,0.41735536,0.446281,0.46280992,0.49586776,0.5247934,0.55785125,0.5495868,0.59504133,0.58264464,0.56198347,0.45867768,0.4090909,0.4876033,0.5041322,0.446281,0.46694216,0.5041322,0.37190083,0.49586776,0.44214877,0.45454547,0.35950413,0.29338843,0.3140496,0.23553719,0.19008264,0.1446281,0.21487603,0.18181819,0.18181819,0.17768595,0.17768595,0.19008264,0.23140496,0.2231405,0.2107438,0.37190083,0.49586776,0.5041322,0.5165289,0.5495868,0.5661157,0.59090906,0.59504133,0.59090906,0.62396693,0.6942149,0.6983471,0.661157,0.6280992,0.58677685,0.53305787,0.49173555,0.46280992,0.3677686,0.36363637,0.2603306,0.30165288,0.2892562,0.28099173,0.30578512,0.3264463,0.28512397,0.3305785,0.38842976,0.40082645,0.45041323,0.46280992,0.5041322,0.58264464,0.5247934,0.56198347,0.58677685,0.53305787,0.42561984,0.36363637,0.45454547,0.47933885,0.44214877,0.45867768,0.446281,0.35123968,0.41735536,0.41735536,0.39256197,0.3305785,0.21900827,0.2603306,0.2107438,0.17355372,0.19008264,0.22727273,0.18181819,0.18181819,0.17355372,0.17355372,0.17355372,0.2520661,0.2603306,0.19421488,0.30578512,0.44214877,0.4876033,0.5082645,0.5247934,0.5247934,0.54545456,0.5206612,0.59917355,0.661157,0.7231405,0.6983471,0.6735537,0.6404959,0.6404959,0.5082645,0.48347107,0.43801653,0.35123968,0.41735536,0.3140496,0.24793388,0.28512397,0.23966943,0.26859504,0.26859504,0.30578512,0.29338843,0.36363637,0.3966942,0.4338843,0.45867768,0.49173555,0.5206612,0.5371901,0.58264464,0.58264464,0.5206612,0.42561984,0.3966942,0.338843,0.38842976,0.44214877,0.4338843,0.39256197,0.37603307,0.40082645,0.38842976,0.3553719,0.2520661,0.20661157,0.22727273,0.1694215,0.16115703,0.26859504,0.21900827,10 +0.3264463,0.1446281,0.2603306,0.75206614,0.8471074,0.8512397,0.8471074,0.8471074,0.8512397,0.8429752,0.8429752,0.838843,0.8305785,0.8264463,0.8264463,0.822314,0.80991733,0.8057851,0.8057851,0.7933884,0.79752064,0.7933884,0.7933884,0.77272725,0.7644628,0.76859504,0.75206614,0.74793386,0.7355372,0.73966944,0.74380165,0.75206614,0.76033056,0.7644628,0.76033056,0.7644628,0.76859504,0.78512394,0.77272725,0.73966944,0.7355372,0.72727275,0.73140496,0.71487606,0.6983471,0.6859504,0.70247936,0.6983471,0.6694215,0.677686,0.677686,0.6694215,0.6694215,0.6652893,0.6652893,0.677686,0.6859504,0.69008267,0.6694215,0.6404959,0.59090906,0.5206612,0.46280992,0.3966942,0.24380165,0.11157025,0.5041322,0.87603307,0.8636364,0.8553719,0.8512397,0.8512397,0.8471074,0.8429752,0.8429752,0.838843,0.8305785,0.8305785,0.8264463,0.8305785,0.822314,0.8140496,0.8181818,0.80991733,0.8057851,0.8181818,0.79752064,0.79752064,0.78512394,0.77272725,0.76859504,0.76859504,0.75619835,0.75206614,0.76033056,0.76859504,0.77272725,0.78099173,0.7768595,0.78512394,0.7933884,0.80991733,0.8016529,0.75619835,0.74380165,0.73140496,0.74380165,0.72727275,0.71487606,0.7066116,0.7107438,0.70247936,0.6694215,0.6735537,0.6694215,0.6694215,0.6818182,0.661157,0.6652893,0.6735537,0.6818182,0.6859504,0.6859504,0.6694215,0.6198347,0.5289256,0.45867768,0.4214876,0.21900827,0.16528925,0.6694215,0.8677686,0.8512397,0.8553719,0.8595041,0.8553719,0.8471074,0.8429752,0.8429752,0.838843,0.8305785,0.8264463,0.8264463,0.8347107,0.838843,0.8264463,0.8305785,0.822314,0.822314,0.822314,0.8057851,0.822314,0.8181818,0.8057851,0.79752064,0.8140496,0.79752064,0.7892562,0.7933884,0.8016529,0.8016529,0.80991733,0.8140496,0.822314,0.8347107,0.822314,0.8057851,0.7644628,0.76033056,0.75619835,0.74380165,0.73140496,0.71900827,0.7107438,0.6983471,0.677686,0.6652893,0.6652893,0.6570248,0.6528926,0.661157,0.6446281,0.6528926,0.6570248,0.6652893,0.6735537,0.677686,0.677686,0.6198347,0.5247934,0.45454547,0.43801653,0.16528925,0.2892562,0.76033056,0.8429752,0.8512397,0.8512397,0.8595041,0.8471074,0.8429752,0.838843,0.8305785,0.822314,0.8264463,0.8264463,0.8264463,0.8305785,0.838843,0.8305785,0.8471074,0.8305785,0.8347107,0.8264463,0.822314,0.8347107,0.822314,0.822314,0.8305785,0.8347107,0.8264463,0.8181818,0.80991733,0.8181818,0.8264463,0.8429752,0.838843,0.8305785,0.8471074,0.8264463,0.7933884,0.76859504,0.77272725,0.77272725,0.74793386,0.71900827,0.70247936,0.6818182,0.6735537,0.6363636,0.6322314,0.6363636,0.6280992,0.62396693,0.6280992,0.6322314,0.6363636,0.6363636,0.6404959,0.6570248,0.661157,0.6735537,0.6404959,0.5123967,0.47933885,0.4214876,0.1322314,0.42975205,0.8057851,0.8347107,0.838843,0.8471074,0.8595041,0.8512397,0.8305785,0.8264463,0.8140496,0.80991733,0.8016529,0.8140496,0.80991733,0.80991733,0.8264463,0.8305785,0.8512397,0.8305785,0.8305785,0.8264463,0.822314,0.8181818,0.8140496,0.822314,0.822314,0.8264463,0.8305785,0.8347107,0.8264463,0.8264463,0.8347107,0.8347107,0.822314,0.8016529,0.822314,0.80991733,0.7768595,0.73140496,0.75206614,0.74793386,0.7231405,0.70247936,0.6735537,0.6570248,0.6487603,0.607438,0.59917355,0.59917355,0.59504133,0.59090906,0.59504133,0.61157024,0.62396693,0.6280992,0.61570245,0.6404959,0.6487603,0.661157,0.6280992,0.53305787,0.48347107,0.42561984,0.15289256,0.5661157,0.822314,0.8264463,0.8347107,0.8429752,0.8471074,0.8347107,0.8057851,0.8057851,0.8016529,0.78099173,0.76033056,0.75619835,0.7768595,0.77272725,0.8140496,0.8140496,0.838843,0.8181818,0.8057851,0.8016529,0.8016529,0.7892562,0.79752064,0.8057851,0.80991733,0.8057851,0.80991733,0.8264463,0.8140496,0.80991733,0.822314,0.8181818,0.7644628,0.76859504,0.78512394,0.7644628,0.71487606,0.6983471,0.69008267,0.69008267,0.677686,0.6694215,0.62396693,0.62396693,0.607438,0.56198347,0.54545456,0.5495868,0.5413223,0.53305787,0.5413223,0.5413223,0.5661157,0.61157024,0.61570245,0.6198347,0.6404959,0.6528926,0.62396693,0.5206612,0.5082645,0.42975205,0.23140496,0.6652893,0.8140496,0.822314,0.8305785,0.8429752,0.8305785,0.8181818,0.8057851,0.7892562,0.75619835,0.6859504,0.6735537,0.7107438,0.71900827,0.74380165,0.76033056,0.75206614,0.78099173,0.75206614,0.7355372,0.7355372,0.7355372,0.7355372,0.76033056,0.78512394,0.79752064,0.8016529,0.7933884,0.8016529,0.79752064,0.7933884,0.79752064,0.7933884,0.7231405,0.73966944,0.73140496,0.70247936,0.6280992,0.6322314,0.5413223,0.5495868,0.5413223,0.53305787,0.5206612,0.5165289,0.5082645,0.47107437,0.446281,0.45454547,0.43801653,0.42561984,0.43801653,0.4214876,0.4338843,0.5082645,0.607438,0.607438,0.6280992,0.6487603,0.607438,0.5165289,0.5206612,0.44214877,0.3264463,0.70247936,0.8057851,0.822314,0.8264463,0.8264463,0.80991733,0.79752064,0.75206614,0.7066116,0.61570245,0.5289256,0.553719,0.607438,0.6322314,0.61157024,0.60330576,0.58264464,0.59917355,0.55785125,0.5495868,0.55785125,0.59917355,0.6446281,0.7066116,0.75619835,0.78512394,0.7933884,0.78099173,0.78512394,0.78512394,0.7768595,0.7644628,0.75619835,0.7066116,0.69008267,0.6735537,0.6446281,0.56198347,0.4338843,0.37190083,0.37603307,0.38842976,0.3429752,0.33471075,0.3305785,0.3305785,0.33471075,0.3181818,0.3140496,0.3181818,0.30991736,0.3181818,0.30991736,0.29338843,0.3181818,0.49586776,0.56198347,0.59090906,0.6363636,0.59504133,0.5165289,0.5206612,0.45454547,0.4090909,0.7066116,0.8016529,0.8181818,0.8181818,0.8057851,0.7933884,0.7107438,0.58677685,0.5041322,0.45041323,0.4214876,0.45867768,0.46280992,0.4338843,0.40082645,0.37603307,0.34710744,0.36363637,0.3553719,0.38016528,0.37190083,0.4214876,0.5123967,0.62396693,0.7066116,0.76859504,0.7892562,0.78099173,0.7768595,0.76859504,0.76859504,0.75206614,0.72727275,0.70247936,0.6570248,0.6322314,0.5785124,0.48347107,0.30165288,0.28512397,0.2603306,0.25619835,0.23966943,0.20661157,0.22727273,0.22727273,0.24380165,0.2231405,0.20661157,0.2107438,0.21487603,0.23553719,0.24793388,0.23140496,0.19421488,0.3140496,0.42975205,0.5289256,0.6198347,0.59090906,0.5247934,0.5165289,0.46280992,0.44214877,0.7066116,0.8057851,0.8181818,0.8181818,0.7933884,0.6942149,0.49586776,0.41322315,0.36363637,0.34710744,0.3264463,0.338843,0.338843,0.23966943,0.3181818,0.23553719,0.21900827,0.24793388,0.26859504,0.2644628,0.28099173,0.29752067,0.38842976,0.5289256,0.6404959,0.74380165,0.8057851,0.79752064,0.7768595,0.76033056,0.77272725,0.74380165,0.71900827,0.6942149,0.6570248,0.61157024,0.5123967,0.3966942,0.2768595,0.26859504,0.23553719,0.20247933,0.18181819,0.1570248,0.17768595,0.1983471,0.19421488,0.17768595,0.16115703,0.1694215,0.16115703,0.17768595,0.21487603,0.21900827,0.20247933,0.22727273,0.30165288,0.3966942,0.5661157,0.58264464,0.5289256,0.5123967,0.46694216,0.45454547,0.73140496,0.8140496,0.8140496,0.8140496,0.71900827,0.49173555,0.38842976,0.38842976,0.37603307,0.35123968,0.28512397,0.25619835,0.23140496,0.2107438,0.23140496,0.18595041,0.16528925,0.2107438,0.23140496,0.26859504,0.28099173,0.29752067,0.3677686,0.47933885,0.60330576,0.74380165,0.838843,0.8305785,0.7892562,0.78099173,0.79752064,0.75206614,0.7107438,0.7066116,0.69008267,0.6198347,0.49173555,0.40082645,0.3181818,0.28099173,0.26859504,0.23140496,0.21900827,0.2107438,0.21900827,0.21900827,0.2231405,0.20661157,0.2107438,0.20247933,0.20661157,0.18595041,0.22727273,0.23140496,0.24793388,0.2520661,0.26859504,0.2892562,0.42975205,0.53305787,0.5413223,0.5041322,0.46694216,0.5,0.77272725,0.8140496,0.8181818,0.75619835,0.56198347,0.40082645,0.39256197,0.34710744,0.38429752,0.338843,0.30165288,0.27272728,0.30991736,0.30991736,0.35123968,0.338843,0.35123968,0.3429752,0.36363637,0.38842976,0.41322315,0.44214877,0.4752066,0.54545456,0.6446281,0.76859504,0.8636364,0.8636364,0.8057851,0.80991733,0.8347107,0.7644628,0.7107438,0.7107438,0.72727275,0.6528926,0.5165289,0.40082645,0.3429752,0.3429752,0.3429752,0.3553719,0.38429752,0.42561984,0.47933885,0.5041322,0.5,0.49173555,0.46694216,0.38842976,0.35123968,0.3264463,0.3181818,0.2644628,0.27272728,0.30991736,0.27272728,0.26859504,0.30991736,0.41322315,0.5206612,0.5041322,0.46694216,0.5785124,0.79752064,0.8181818,0.80991733,0.6198347,0.4338843,0.3677686,0.39256197,0.4090909,0.45867768,0.45454547,0.49586776,0.5206612,0.553719,0.56198347,0.62396693,0.6735537,0.6735537,0.6487603,0.61157024,0.54545456,0.5413223,0.56198347,0.5785124,0.6322314,0.7231405,0.8057851,0.8553719,0.8719008,0.8181818,0.8057851,0.8140496,0.75206614,0.70247936,0.6859504,0.70247936,0.6280992,0.48347107,0.40082645,0.39256197,0.44214877,0.4876033,0.5289256,0.5495868,0.58264464,0.6322314,0.6694215,0.7066116,0.7231405,0.6818182,0.61157024,0.5495868,0.5165289,0.45867768,0.37603307,0.34710744,0.35123968,0.29338843,0.2768595,0.28099173,0.3140496,0.47107437,0.5041322,0.46280992,0.6487603,0.8057851,0.8305785,0.76859504,0.5041322,0.37190083,0.36363637,0.49586776,0.59504133,0.6652893,0.6652893,0.6983471,0.71900827,0.73966944,0.73140496,0.71900827,0.72727275,0.6570248,0.59917355,0.58264464,0.57438016,0.58677685,0.61157024,0.6198347,0.6280992,0.7107438,0.7933884,0.838843,0.8512397,0.8140496,0.77272725,0.75206614,0.72727275,0.6983471,0.6735537,0.62396693,0.53305787,0.4090909,0.41735536,0.46694216,0.5082645,0.5247934,0.5247934,0.5041322,0.5082645,0.5165289,0.553719,0.60330576,0.62396693,0.6446281,0.6322314,0.6404959,0.6322314,0.553719,0.5371901,0.45041323,0.42561984,0.39256197,0.3305785,0.29752067,0.29752067,0.42975205,0.48347107,0.46280992,0.6859504,0.80991733,0.8305785,0.73966944,0.49586776,0.4090909,0.4876033,0.6446281,0.74380165,0.78512394,0.7768595,0.7768595,0.77272725,0.7355372,0.62396693,0.58264464,0.6280992,0.4752066,0.446281,0.45454547,0.45454547,0.446281,0.45867768,0.5041322,0.58264464,0.6735537,0.74793386,0.8264463,0.8181818,0.78099173,0.72727275,0.7066116,0.6983471,0.6983471,0.6859504,0.55785125,0.43801653,0.39256197,0.45454547,0.5041322,0.49173555,0.46280992,0.446281,0.44214877,0.44214877,0.4090909,0.38429752,0.45867768,0.45454547,0.45041323,0.47933885,0.553719,0.57438016,0.61157024,0.6322314,0.60330576,0.5247934,0.5,0.4090909,0.3553719,0.36363637,0.43801653,0.46280992,0.45041323,0.70247936,0.8181818,0.822314,0.73140496,0.5041322,0.4876033,0.61157024,0.74793386,0.80991733,0.79752064,0.74380165,0.73140496,0.7231405,0.6404959,0.45041323,0.338843,0.446281,0.2644628,0.3181818,0.48347107,0.45867768,0.41735536,0.4338843,0.45041323,0.46280992,0.61157024,0.70247936,0.7892562,0.78099173,0.74793386,0.6942149,0.677686,0.6652893,0.6694215,0.6694215,0.5413223,0.42975205,0.44214877,0.48347107,0.5041322,0.45041323,0.42561984,0.41322315,0.4752066,0.42975205,0.3181818,0.24380165,0.38842976,0.25619835,0.20661157,0.3181818,0.42975205,0.47933885,0.54545456,0.58264464,0.6652893,0.6363636,0.5785124,0.4876033,0.4338843,0.42561984,0.44214877,0.45454547,0.446281,0.7107438,0.8181818,0.8347107,0.73140496,0.54545456,0.57438016,0.70247936,0.78099173,0.8057851,0.70247936,0.6942149,0.5661157,0.5413223,0.5289256,0.38429752,0.17355372,0.3264463,0.30578512,0.4214876,0.6487603,0.6487603,0.5123967,0.4214876,0.3966942,0.40495867,0.5413223,0.71900827,0.7644628,0.72727275,0.7231405,0.69008267,0.6487603,0.6280992,0.62396693,0.6280992,0.55785125,0.5,0.5,0.4752066,0.41735536,0.41735536,0.42561984,0.47933885,0.6363636,0.55785125,0.40495867,0.3181818,0.2603306,0.20661157,0.24380165,0.21900827,0.38842976,0.37190083,0.46694216,0.59090906,0.54545456,0.61570245,0.6322314,0.56198347,0.49586776,0.45867768,0.45867768,0.45867768,0.45041323,0.71900827,0.822314,0.8347107,0.69008267,0.58264464,0.6528926,0.76033056,0.822314,0.677686,0.6363636,0.5785124,0.3305785,0.54545456,0.5785124,0.42561984,0.28099173,0.28512397,0.4338843,0.5289256,0.71900827,0.71487606,0.59917355,0.61157024,0.53305787,0.38842976,0.5082645,0.74380165,0.7107438,0.7231405,0.70247936,0.6735537,0.661157,0.61157024,0.60330576,0.59504133,0.59504133,0.57024795,0.5289256,0.47107437,0.41322315,0.5,0.5247934,0.5785124,0.70247936,0.6942149,0.5082645,0.4090909,0.2603306,0.3140496,0.3305785,0.38429752,0.5206612,0.61570245,0.21900827,0.4090909,0.5123967,0.47933885,0.59917355,0.62396693,0.5661157,0.5123967,0.49173555,0.4876033,0.47107437,0.73966944,0.8264463,0.8057851,0.6570248,0.6404959,0.7355372,0.7892562,0.7892562,0.5661157,0.5661157,0.30991736,0.3966942,0.7644628,0.6983471,0.4876033,0.47107437,0.5041322,0.53305787,0.6322314,0.74380165,0.6942149,0.60330576,0.6363636,0.61157024,0.59504133,0.70247936,0.73966944,0.74380165,0.6942149,0.6694215,0.6487603,0.6404959,0.60330576,0.59504133,0.58264464,0.61570245,0.61570245,0.53305787,0.5041322,0.5661157,0.607438,0.57438016,0.58264464,0.661157,0.71900827,0.60330576,0.5165289,0.44214877,0.4338843,0.42975205,0.61157024,0.59917355,0.61570245,0.3553719,0.21487603,0.3305785,0.45454547,0.5165289,0.6404959,0.6446281,0.58264464,0.553719,0.5371901,0.49586776,0.76859504,0.8305785,0.79752064,0.73140496,0.74380165,0.7892562,0.822314,0.73966944,0.5371901,0.40082645,0.30165288,0.5371901,0.75619835,0.78512394,0.6818182,0.58677685,0.5661157,0.61157024,0.6942149,0.6942149,0.661157,0.6446281,0.6322314,0.6570248,0.6942149,0.76859504,0.73966944,0.75619835,0.71900827,0.6694215,0.661157,0.6363636,0.61570245,0.59917355,0.5785124,0.61157024,0.6280992,0.54545456,0.5,0.6198347,0.6570248,0.61157024,0.60330576,0.61570245,0.6363636,0.6446281,0.59504133,0.553719,0.49586776,0.57438016,0.61157024,0.607438,0.5785124,0.4338843,0.35950413,0.26859504,0.38016528,0.49173555,0.61570245,0.6942149,0.6735537,0.6570248,0.62396693,0.5206612,0.79752064,0.8264463,0.8057851,0.7933884,0.8140496,0.8347107,0.8471074,0.6942149,0.49586776,0.5165289,0.53305787,0.661157,0.7066116,0.74380165,0.6942149,0.6818182,0.6363636,0.6446281,0.6983471,0.7066116,0.6859504,0.6570248,0.6735537,0.6983471,0.6983471,0.74380165,0.71900827,0.74380165,0.74380165,0.6570248,0.6322314,0.61157024,0.6198347,0.6198347,0.58264464,0.607438,0.6363636,0.59090906,0.5247934,0.59090906,0.6652893,0.6570248,0.6404959,0.61570245,0.6280992,0.6487603,0.59504133,0.6404959,0.5082645,0.54545456,0.5289256,0.5413223,0.57438016,0.55785125,0.57024795,0.4876033,0.43801653,0.5041322,0.57024795,0.6818182,0.7066116,0.70247936,0.661157,0.57024795,0.8057851,0.8181818,0.8305785,0.8347107,0.8471074,0.8595041,0.8595041,0.75619835,0.6528926,0.72727275,0.76859504,0.8140496,0.7892562,0.79752064,0.7355372,0.7355372,0.7066116,0.7066116,0.71900827,0.70247936,0.6983471,0.69008267,0.71487606,0.74380165,0.76859504,0.75619835,0.71900827,0.7355372,0.7231405,0.6735537,0.607438,0.59917355,0.6280992,0.61157024,0.58264464,0.59917355,0.6363636,0.6322314,0.58264464,0.59504133,0.6528926,0.69008267,0.6735537,0.6570248,0.6487603,0.6694215,0.61157024,0.677686,0.54545456,0.57024795,0.59917355,0.5495868,0.6404959,0.677686,0.70247936,0.6570248,0.5785124,0.57438016,0.58264464,0.661157,0.70247936,0.6942149,0.6694215,0.59504133,0.8181818,0.8305785,0.8347107,0.8429752,0.8553719,0.8595041,0.8719008,0.80991733,0.7933884,0.8181818,0.8595041,0.8677686,0.8512397,0.8347107,0.7768595,0.76033056,0.73966944,0.73140496,0.7107438,0.7066116,0.73140496,0.75206614,0.7644628,0.8057851,0.7892562,0.75619835,0.72727275,0.7355372,0.74380165,0.6818182,0.6198347,0.62396693,0.607438,0.607438,0.59090906,0.59917355,0.6322314,0.6446281,0.6198347,0.6280992,0.6487603,0.6859504,0.7231405,0.7066116,0.6818182,0.6735537,0.6404959,0.6652893,0.607438,0.59504133,0.6404959,0.59504133,0.6487603,0.71487606,0.74793386,0.7355372,0.677686,0.6198347,0.61157024,0.661157,0.6983471,0.7066116,0.6942149,0.6404959,0.822314,0.838843,0.8347107,0.8347107,0.8636364,0.8553719,0.8595041,0.8264463,0.8429752,0.8595041,0.8719008,0.87603307,0.8471074,0.8181818,0.7892562,0.77272725,0.7644628,0.76033056,0.7355372,0.75206614,0.7768595,0.78512394,0.8057851,0.8264463,0.78512394,0.75206614,0.74793386,0.7355372,0.76859504,0.6652893,0.6322314,0.6280992,0.59917355,0.61570245,0.6198347,0.6198347,0.6363636,0.6404959,0.62396693,0.6487603,0.6528926,0.6735537,0.72727275,0.72727275,0.71487606,0.6983471,0.6735537,0.6652893,0.6404959,0.6280992,0.6322314,0.62396693,0.6446281,0.7066116,0.74380165,0.73966944,0.71487606,0.677686,0.6652893,0.6652893,0.6859504,0.7066116,0.7066116,0.6570248,0.8305785,0.8347107,0.8347107,0.8429752,0.8636364,0.8595041,0.8471074,0.8512397,0.8553719,0.8719008,0.8719008,0.8636364,0.8512397,0.822314,0.7933884,0.78099173,0.7768595,0.7892562,0.77272725,0.78099173,0.7933884,0.80991733,0.8347107,0.8264463,0.7892562,0.74380165,0.74793386,0.77272725,0.75619835,0.6694215,0.61570245,0.62396693,0.59917355,0.607438,0.62396693,0.6404959,0.6487603,0.6487603,0.6487603,0.6487603,0.6694215,0.6694215,0.6983471,0.73140496,0.7355372,0.7107438,0.6983471,0.70247936,0.6694215,0.6652893,0.6570248,0.6528926,0.6694215,0.7066116,0.73140496,0.72727275,0.71487606,0.6983471,0.6983471,0.6859504,0.6942149,0.70247936,0.7066116,0.6652893,0.8264463,0.8347107,0.838843,0.8429752,0.8553719,0.8553719,0.8512397,0.8636364,0.8636364,0.8636364,0.8636364,0.8553719,0.8512397,0.8305785,0.80991733,0.8016529,0.7933884,0.8057851,0.7933884,0.7933884,0.8057851,0.822314,0.8471074,0.8264463,0.7933884,0.73966944,0.75619835,0.7892562,0.7933884,0.6818182,0.6446281,0.6363636,0.59504133,0.59090906,0.607438,0.62396693,0.6446281,0.6570248,0.6694215,0.6652893,0.677686,0.6859504,0.6859504,0.6983471,0.7231405,0.6983471,0.7231405,0.7355372,0.69008267,0.7066116,0.6983471,0.6859504,0.6859504,0.7066116,0.71900827,0.72727275,0.71487606,0.7066116,0.70247936,0.6942149,0.70247936,0.6983471,0.69008267,0.6694215,0.822314,0.8305785,0.8305785,0.8347107,0.8512397,0.8512397,0.8595041,0.8677686,0.8636364,0.8677686,0.8636364,0.8553719,0.8512397,0.838843,0.8305785,0.8181818,0.8057851,0.80991733,0.79752064,0.80991733,0.8181818,0.8347107,0.8429752,0.8347107,0.7892562,0.72727275,0.78099173,0.7933884,0.8305785,0.7107438,0.6487603,0.6404959,0.607438,0.59090906,0.59917355,0.60330576,0.6322314,0.6735537,0.677686,0.69008267,0.69008267,0.71487606,0.7107438,0.7107438,0.6983471,0.6859504,0.7355372,0.7066116,0.71487606,0.7066116,0.7107438,0.70247936,0.6983471,0.7066116,0.71487606,0.71487606,0.7066116,0.7066116,0.70247936,0.6983471,0.7066116,0.6983471,0.677686,0.6652893,0.8140496,0.8347107,0.8305785,0.822314,0.8471074,0.8595041,0.8677686,0.8636364,0.8595041,0.8677686,0.8636364,0.8553719,0.838843,0.8347107,0.8305785,0.8264463,0.822314,0.8140496,0.8140496,0.8264463,0.8305785,0.8512397,0.838843,0.8347107,0.7644628,0.7355372,0.76033056,0.78099173,0.8057851,0.7355372,0.6363636,0.62396693,0.607438,0.60330576,0.58264464,0.58677685,0.6280992,0.6735537,0.6818182,0.69008267,0.7066116,0.6983471,0.71900827,0.72727275,0.6942149,0.71900827,0.71487606,0.69008267,0.7231405,0.70247936,0.70247936,0.6983471,0.70247936,0.7107438,0.7107438,0.7066116,0.7066116,0.7107438,0.7107438,0.7066116,0.70247936,0.6859504,0.6694215,0.6528926,0.8057851,0.8264463,0.8140496,0.8181818,0.8512397,0.8636364,0.8636364,0.8636364,0.8636364,0.8636364,0.8636364,0.8595041,0.838843,0.8264463,0.8347107,0.8264463,0.8181818,0.8264463,0.8264463,0.8305785,0.8429752,0.8553719,0.8595041,0.8140496,0.75206614,0.75206614,0.71487606,0.73140496,0.7644628,0.7107438,0.6528926,0.62396693,0.607438,0.607438,0.59504133,0.58264464,0.62396693,0.661157,0.6818182,0.6983471,0.7107438,0.7066116,0.6983471,0.72727275,0.73966944,0.7355372,0.73140496,0.7066116,0.72727275,0.71487606,0.6983471,0.70247936,0.71487606,0.71487606,0.7066116,0.70247936,0.7107438,0.72727275,0.72727275,0.72727275,0.7066116,0.6818182,0.661157,0.6404959,0.7933884,0.8181818,0.79752064,0.80991733,0.838843,0.8636364,0.8636364,0.8636364,0.8595041,0.8636364,0.8595041,0.8553719,0.8429752,0.8305785,0.838843,0.8264463,0.8305785,0.8305785,0.8305785,0.838843,0.8471074,0.8677686,0.8719008,0.7768595,0.76033056,0.76033056,0.72727275,0.74793386,0.76859504,0.7231405,0.6818182,0.6280992,0.60330576,0.61570245,0.607438,0.57438016,0.60330576,0.6446281,0.6818182,0.71900827,0.7107438,0.6942149,0.71487606,0.73966944,0.75619835,0.7355372,0.72727275,0.7355372,0.72727275,0.72727275,0.7107438,0.7066116,0.7231405,0.71900827,0.71487606,0.70247936,0.7107438,0.71900827,0.71900827,0.74380165,0.71900827,0.6818182,0.6487603,0.6280992,0.75206614,0.8264463,0.79752064,0.80991733,0.838843,0.8595041,0.8595041,0.8553719,0.8636364,0.8636364,0.8512397,0.8553719,0.8471074,0.8305785,0.8347107,0.8305785,0.8347107,0.8347107,0.822314,0.838843,0.8429752,0.8636364,0.8595041,0.7355372,0.80991733,0.79752064,0.76859504,0.7892562,0.77272725,0.78099173,0.7355372,0.6528926,0.6363636,0.6322314,0.61570245,0.58264464,0.58677685,0.61570245,0.6652893,0.7107438,0.70247936,0.6942149,0.71900827,0.71900827,0.7355372,0.74380165,0.73966944,0.7355372,0.72727275,0.7231405,0.7107438,0.6942149,0.7066116,0.71900827,0.71487606,0.7066116,0.6983471,0.6983471,0.7066116,0.73966944,0.71900827,0.6694215,0.6404959,0.61157024,0.6859504,0.822314,0.7892562,0.80991733,0.8347107,0.8553719,0.8512397,0.8636364,0.8553719,0.8595041,0.8553719,0.8553719,0.8512397,0.8429752,0.8347107,0.8347107,0.8429752,0.8471074,0.8264463,0.838843,0.838843,0.8264463,0.80991733,0.7355372,0.8347107,0.822314,0.75619835,0.7355372,0.70247936,0.73966944,0.7107438,0.6487603,0.6694215,0.7231405,0.6694215,0.59917355,0.5785124,0.59917355,0.6404959,0.661157,0.6735537,0.69008267,0.70247936,0.72727275,0.74380165,0.75619835,0.75619835,0.73966944,0.72727275,0.71900827,0.7066116,0.6818182,0.677686,0.70247936,0.7066116,0.7066116,0.70247936,0.70247936,0.70247936,0.7355372,0.71487606,0.6528926,0.6404959,0.60330576,0.5661157,0.80991733,0.7768595,0.8181818,0.8264463,0.8429752,0.8595041,0.8595041,0.8553719,0.8512397,0.8553719,0.8512397,0.8512397,0.8429752,0.8429752,0.838843,0.8471074,0.838843,0.8347107,0.8264463,0.8181818,0.78512394,0.77272725,0.7355372,0.75206614,0.76859504,0.6735537,0.6280992,0.6198347,0.6404959,0.62396693,0.60330576,0.6363636,0.6942149,0.6528926,0.59090906,0.57024795,0.59090906,0.6198347,0.60330576,0.6404959,0.70247936,0.6818182,0.73140496,0.73966944,0.73140496,0.76033056,0.75206614,0.73966944,0.70247936,0.7107438,0.6859504,0.6735537,0.6983471,0.6942149,0.6859504,0.6983471,0.70247936,0.70247936,0.72727275,0.6983471,0.6570248,0.6280992,0.61157024,0.46280992,0.79752064,0.76859504,0.822314,0.822314,0.8429752,0.8553719,0.8471074,0.8512397,0.8553719,0.8553719,0.8512397,0.8512397,0.8512397,0.8429752,0.838843,0.838843,0.8305785,0.8140496,0.8140496,0.7892562,0.73966944,0.7933884,0.70247936,0.6942149,0.70247936,0.59090906,0.5206612,0.5165289,0.5371901,0.5371901,0.5247934,0.5247934,0.5247934,0.5247934,0.5165289,0.5495868,0.62396693,0.607438,0.55785125,0.6198347,0.7066116,0.6859504,0.71487606,0.7355372,0.71900827,0.76033056,0.75619835,0.7231405,0.70247936,0.71487606,0.7066116,0.6859504,0.6859504,0.6983471,0.677686,0.69008267,0.6942149,0.7107438,0.7231405,0.6694215,0.6528926,0.6198347,0.607438,0.41735536,0.7768595,0.7644628,0.8181818,0.822314,0.8347107,0.8429752,0.8429752,0.8512397,0.8553719,0.8595041,0.8553719,0.8553719,0.8429752,0.8429752,0.838843,0.8305785,0.8264463,0.79752064,0.78099173,0.75206614,0.6859504,0.78512394,0.6322314,0.5495868,0.6652893,0.58264464,0.446281,0.4090909,0.40495867,0.4214876,0.45041323,0.45041323,0.41322315,0.4090909,0.44214877,0.5123967,0.6280992,0.59917355,0.49586776,0.61157024,0.6694215,0.7107438,0.7066116,0.74380165,0.74380165,0.74793386,0.75206614,0.7355372,0.71487606,0.71487606,0.70247936,0.69008267,0.677686,0.677686,0.677686,0.6983471,0.6694215,0.6735537,0.7066116,0.6528926,0.6363636,0.62396693,0.58677685,0.35950413,0.74380165,0.76033056,0.8181818,0.8140496,0.80991733,0.8305785,0.838843,0.8512397,0.8595041,0.8636364,0.8595041,0.8512397,0.838843,0.838843,0.8264463,0.8305785,0.8057851,0.76859504,0.74380165,0.7066116,0.677686,0.75206614,0.5123967,0.2768595,0.40495867,0.59917355,0.43801653,0.33471075,0.3305785,0.38016528,0.42975205,0.4090909,0.29752067,0.2231405,0.28099173,0.39256197,0.5661157,0.5495868,0.45041323,0.60330576,0.661157,0.677686,0.7107438,0.74380165,0.73966944,0.73140496,0.73140496,0.7355372,0.72727275,0.71900827,0.7066116,0.6942149,0.6942149,0.6694215,0.6735537,0.69008267,0.677686,0.6694215,0.6652893,0.6446281,0.6280992,0.62396693,0.57438016,0.28099173,0.7066116,0.7644628,0.80991733,0.8016529,0.7892562,0.8140496,0.8347107,0.8429752,0.8553719,0.8595041,0.8595041,0.8471074,0.8347107,0.8305785,0.8181818,0.8057851,0.7768595,0.73140496,0.6818182,0.6694215,0.7066116,0.74380165,0.61157024,0.36363637,0.37190083,0.6487603,0.5371901,0.38842976,0.3305785,0.39256197,0.40495867,0.36363637,0.38842976,0.33471075,0.24380165,0.30165288,0.5206612,0.45041323,0.42975205,0.6198347,0.6446281,0.661157,0.6818182,0.70247936,0.7107438,0.71900827,0.7231405,0.7231405,0.71487606,0.6983471,0.6942149,0.6859504,0.7066116,0.677686,0.677686,0.69008267,0.6652893,0.6942149,0.6404959,0.6280992,0.61157024,0.61157024,0.58264464,0.27272728,0.6322314,0.75206614,0.78099173,0.78512394,0.7892562,0.8057851,0.8305785,0.8347107,0.8471074,0.8512397,0.8553719,0.8471074,0.838843,0.8264463,0.8057851,0.7933884,0.74793386,0.7231405,0.6818182,0.72727275,0.77272725,0.77272725,0.7768595,0.6859504,0.57024795,0.58677685,0.5247934,0.46280992,0.35123968,0.33471075,0.3140496,0.2892562,0.40082645,0.48347107,0.40082645,0.40082645,0.5082645,0.41322315,0.46694216,0.6198347,0.6280992,0.661157,0.677686,0.677686,0.69008267,0.70247936,0.70247936,0.6942149,0.6983471,0.6818182,0.69008267,0.6818182,0.6859504,0.661157,0.661157,0.7231405,0.6694215,0.6570248,0.6280992,0.607438,0.607438,0.61570245,0.58677685,0.28099173,0.5661157,0.7355372,0.7355372,0.75619835,0.77272725,0.8057851,0.822314,0.8347107,0.8429752,0.8512397,0.8553719,0.838843,0.8264463,0.8181818,0.7892562,0.7644628,0.7107438,0.7066116,0.7066116,0.78099173,0.8181818,0.80991733,0.76033056,0.677686,0.553719,0.49173555,0.47107437,0.44214877,0.3305785,0.29338843,0.26859504,0.2892562,0.3553719,0.4338843,0.46694216,0.46280992,0.4876033,0.45867768,0.54545456,0.6280992,0.6280992,0.6487603,0.677686,0.661157,0.6652893,0.677686,0.6818182,0.6818182,0.6818182,0.677686,0.6818182,0.6694215,0.6818182,0.6694215,0.6280992,0.6942149,0.6818182,0.6322314,0.6487603,0.59090906,0.60330576,0.61157024,0.58264464,0.3140496,0.5,0.6735537,0.6942149,0.7644628,0.76033056,0.7933884,0.8181818,0.8347107,0.838843,0.8512397,0.8471074,0.8305785,0.8057851,0.7933884,0.77272725,0.73966944,0.7066116,0.7231405,0.75206614,0.8140496,0.8305785,0.8140496,0.7355372,0.5661157,0.4876033,0.47933885,0.3966942,0.3553719,0.2768595,0.28099173,0.3181818,0.33471075,0.38429752,0.38429752,0.4338843,0.4338843,0.45867768,0.5413223,0.62396693,0.6487603,0.6446281,0.6446281,0.6652893,0.6570248,0.6487603,0.6487603,0.6487603,0.661157,0.6694215,0.6694215,0.6652893,0.6694215,0.6570248,0.6694215,0.62396693,0.6487603,0.72727275,0.6363636,0.6652893,0.607438,0.60330576,0.60330576,0.54545456,0.3429752,0.40495867,0.6198347,0.6859504,0.7355372,0.74380165,0.7892562,0.8140496,0.8264463,0.838843,0.8512397,0.8471074,0.80991733,0.79752064,0.7644628,0.75619835,0.7231405,0.71487606,0.74380165,0.78512394,0.8305785,0.8057851,0.74380165,0.59090906,0.46694216,0.45041323,0.46280992,0.3966942,0.36363637,0.29752067,0.3264463,0.36363637,0.37603307,0.44214877,0.3305785,0.38016528,0.41735536,0.36363637,0.53305787,0.6322314,0.6363636,0.6446281,0.6487603,0.6528926,0.6528926,0.6404959,0.6322314,0.62396693,0.6322314,0.6528926,0.6487603,0.6446281,0.6487603,0.6404959,0.6322314,0.661157,0.6404959,0.70247936,0.6528926,0.6487603,0.59090906,0.607438,0.58677685,0.5082645,0.45454547,0.29752067,0.57438016,0.7066116,0.72727275,0.7231405,0.7933884,0.80991733,0.8264463,0.838843,0.8471074,0.8429752,0.79752064,0.7892562,0.73966944,0.7355372,0.73140496,0.73966944,0.7644628,0.78099173,0.75206614,0.71900827,0.58264464,0.45454547,0.43801653,0.4338843,0.49173555,0.4214876,0.34710744,0.32231405,0.34710744,0.38429752,0.4090909,0.446281,0.35123968,0.35950413,0.34710744,0.30991736,0.42561984,0.5661157,0.58264464,0.61570245,0.6322314,0.6404959,0.6487603,0.6404959,0.6322314,0.62396693,0.61570245,0.6280992,0.6322314,0.6198347,0.62396693,0.6363636,0.6198347,0.6487603,0.661157,0.661157,0.61570245,0.6404959,0.59504133,0.5661157,0.57024795,0.48347107,0.5413223,0.2231405,0.5165289,0.6942149,0.7355372,0.73966944,0.79752064,0.8264463,0.8181818,0.8347107,0.838843,0.8140496,0.8016529,0.77272725,0.7355372,0.73140496,0.76033056,0.74380165,0.76033056,0.677686,0.60330576,0.58264464,0.45454547,0.40082645,0.41322315,0.46694216,0.5,0.42561984,0.338843,0.3140496,0.3966942,0.32231405,0.3966942,0.40495867,0.37603307,0.3429752,0.3264463,0.28512397,0.38429752,0.41735536,0.47933885,0.5289256,0.56198347,0.61570245,0.6322314,0.6404959,0.6322314,0.6280992,0.61157024,0.60330576,0.6280992,0.61570245,0.6198347,0.6280992,0.6198347,0.6404959,0.6570248,0.62396693,0.57024795,0.607438,0.58677685,0.54545456,0.5,0.446281,0.5413223,0.2231405,0.45041323,0.6528926,0.7231405,0.75619835,0.7892562,0.8264463,0.80991733,0.822314,0.8140496,0.78512394,0.7933884,0.75619835,0.74380165,0.75619835,0.7768595,0.7066116,0.677686,0.5413223,0.5,0.46694216,0.45041323,0.42561984,0.41322315,0.47107437,0.5082645,0.4338843,0.34710744,0.38842976,0.5082645,0.3429752,0.41735536,0.3966942,0.3677686,0.38016528,0.39256197,0.30991736,0.35950413,0.35950413,0.3966942,0.4214876,0.4752066,0.5206612,0.56198347,0.6198347,0.62396693,0.6280992,0.6280992,0.607438,0.61570245,0.61157024,0.62396693,0.607438,0.6570248,0.6446281,0.6446281,0.59917355,0.5661157,0.58264464,0.55785125,0.5413223,0.46694216,0.41322315,0.58264464,0.23966943,0.38842976,0.61157024,0.72727275,0.72727275,0.74380165,0.80991733,0.822314,0.822314,0.8181818,0.78099173,0.78512394,0.75619835,0.76033056,0.75619835,0.73966944,0.61570245,0.55785125,0.4752066,0.45867768,0.43801653,0.4752066,0.4752066,0.46694216,0.5041322,0.5123967,0.46280992,0.49173555,0.58264464,0.57438016,0.49173555,0.49173555,0.3966942,0.40495867,0.41735536,0.41735536,0.3181818,0.3553719,0.38016528,0.37190083,0.38016528,0.41735536,0.45041323,0.47933885,0.56198347,0.59090906,0.61157024,0.6446281,0.6280992,0.6198347,0.61157024,0.61570245,0.62396693,0.6735537,0.6570248,0.6322314,0.59917355,0.5413223,0.54545456,0.54545456,0.553719,0.4876033,0.40082645,0.6818182,0.30578512,0.3181818,0.55785125,0.6570248,0.6818182,0.74380165,0.79752064,0.8057851,0.822314,0.8264463,0.79752064,0.79752064,0.7355372,0.7355372,0.7066116,0.61157024,0.4876033,0.4876033,0.46280992,0.4338843,0.46694216,0.5247934,0.4876033,0.48347107,0.48347107,0.4876033,0.5247934,0.59090906,0.6652893,0.6487603,0.59504133,0.5082645,0.40495867,0.39256197,0.40082645,0.38016528,0.39256197,0.38429752,0.40495867,0.36363637,0.36363637,0.38842976,0.40082645,0.42561984,0.47933885,0.5165289,0.553719,0.61570245,0.6404959,0.6322314,0.61570245,0.6446281,0.6363636,0.6652893,0.6528926,0.6404959,0.59917355,0.553719,0.5247934,0.5082645,0.48347107,0.45454547,0.3677686,0.6528926,0.35950413,0.3429752,0.5785124,0.61570245,0.6528926,0.72727275,0.76859504,0.79752064,0.822314,0.8057851,0.8181818,0.78512394,0.74793386,0.677686,0.61570245,0.4752066,0.40495867,0.4338843,0.4338843,0.4338843,0.49586776,0.58264464,0.4876033,0.41322315,0.42561984,0.43801653,0.46280992,0.49586776,0.53305787,0.53305787,0.45454547,0.4214876,0.38842976,0.30991736,0.33471075,0.30578512,0.3553719,0.39256197,0.4214876,0.35123968,0.35123968,0.33471075,0.3264463,0.338843,0.37190083,0.446281,0.5082645,0.553719,0.6198347,0.6404959,0.62396693,0.6570248,0.6487603,0.6570248,0.6404959,0.6446281,0.61157024,0.54545456,0.49173555,0.45867768,0.45867768,0.40495867,0.33471075,0.46694216,0.3429752,0.33471075,0.4876033,0.58677685,0.61570245,0.73140496,0.7107438,0.7644628,0.78512394,0.78512394,0.8264463,0.7933884,0.75619835,0.6404959,0.5495868,0.40495867,0.39256197,0.40082645,0.43801653,0.46280992,0.5123967,0.5413223,0.41735536,0.33471075,0.33471075,0.338843,0.338843,0.41322315,0.42975205,0.38842976,0.3429752,0.338843,0.32231405,0.2892562,0.2768595,0.25619835,0.27272728,0.29752067,0.3305785,0.33471075,0.35950413,0.3264463,0.26859504,0.2520661,0.29338843,0.37190083,0.4752066,0.5206612,0.59917355,0.6404959,0.6404959,0.6528926,0.6322314,0.6487603,0.6198347,0.62396693,0.58677685,0.54545456,0.4752066,0.4338843,0.45454547,0.4090909,0.33471075,0.20661157,0.2644628,0.36363637,0.45454547,0.56198347,0.6446281,0.71487606,0.76033056,0.73966944,0.77272725,0.78512394,0.7892562,0.7768595,0.7355372,0.6446281,0.47107437,0.3429752,0.40495867,0.4090909,0.48347107,0.5247934,0.4752066,0.40082645,0.3181818,0.26859504,0.26859504,0.21900827,0.24793388,0.38842976,0.38429752,0.338843,0.28512397,0.27272728,0.3140496,0.25619835,0.27272728,0.2231405,0.22727273,0.24793388,0.23966943,0.2603306,0.29338843,0.2644628,0.2520661,0.23140496,0.28512397,0.30991736,0.42975205,0.4752066,0.56198347,0.6404959,0.6487603,0.6570248,0.59090906,0.6280992,0.58264464,0.58677685,0.5289256,0.5371901,0.5,0.45041323,0.45041323,0.41322315,0.30165288,0.17355372,0.21487603,0.28512397,0.39256197,0.5371901,0.6446281,0.6652893,0.74380165,0.72727275,0.76033056,0.7892562,0.7644628,0.7768595,0.7107438,0.6404959,0.42975205,0.38016528,0.41322315,0.39256197,0.40495867,0.45867768,0.3677686,0.29338843,0.2768595,0.21487603,0.3140496,0.26859504,0.3966942,0.5371901,0.46694216,0.41735536,0.26859504,0.2644628,0.40082645,0.3966942,0.4214876,0.36363637,0.2520661,0.2644628,0.21487603,0.1983471,0.1983471,0.19421488,0.17768595,0.23140496,0.28512397,0.30165288,0.39256197,0.39256197,0.5206612,0.6322314,0.6528926,0.6446281,0.56198347,0.60330576,0.56198347,0.57024795,0.5123967,0.49586776,0.5,0.5,0.45867768,0.35950413,0.27272728,0.18181819,0.21487603,0.24793388,0.3305785,0.5082645,0.6528926,0.6404959,0.75206614,0.6859504,0.73140496,0.78512394,0.73966944,0.7892562,0.6983471,0.6322314,0.5123967,0.40495867,0.41735536,0.35950413,0.2768595,0.23966943,0.1983471,0.21900827,0.3305785,0.23966943,0.4338843,0.46694216,0.62396693,0.73966944,0.61570245,0.54545456,0.3966942,0.43801653,0.5785124,0.553719,0.59917355,0.5785124,0.36363637,0.35950413,0.23553719,0.2107438,0.17768595,0.09504132,0.09504132,0.21900827,0.3181818,0.29752067,0.36363637,0.3305785,0.49586776,0.6198347,0.6404959,0.6198347,0.553719,0.58677685,0.55785125,0.56198347,0.5082645,0.4752066,0.49586776,0.49173555,0.46280992,0.338843,0.26859504,0.18181819,0.20661157,0.22727273,0.28099173,0.53305787,0.6404959,0.61157024,0.75206614,0.6735537,0.74793386,0.74380165,0.76033056,0.77272725,0.69008267,0.6487603,0.5371901,0.42561984,0.42561984,0.41322315,0.39256197,0.28099173,0.18181819,0.16115703,0.41735536,0.25619835,0.4752066,0.6487603,0.72727275,0.8347107,0.71487606,0.677686,0.58677685,0.5206612,0.71487606,0.6652893,0.7066116,0.6446281,0.45454547,0.3966942,0.21487603,0.2107438,0.22727273,0.22727273,0.33471075,0.39256197,0.4214876,0.3677686,0.38016528,0.30991736,0.43801653,0.60330576,0.6280992,0.61157024,0.5206612,0.56198347,0.54545456,0.5371901,0.49173555,0.46694216,0.48347107,0.45867768,0.45041323,0.3429752,0.25619835,0.18181819,0.19008264,0.23966943,0.25619835,0.4876033,0.6322314,0.62396693,0.73966944,0.6280992,0.7107438,0.7066116,0.7066116,0.7644628,0.6983471,0.6528926,0.58264464,0.49586776,0.5123967,0.5165289,0.5785124,0.5289256,0.45454547,0.35950413,0.29338843,0.11983471,0.29338843,0.56198347,0.5289256,0.78099173,0.661157,0.6694215,0.6652893,0.47107437,0.6528926,0.6322314,0.6735537,0.553719,0.3305785,0.26859504,0.18181819,0.2892562,0.41735536,0.4752066,0.5247934,0.5371901,0.4876033,0.43801653,0.41322315,0.40082645,0.4214876,0.56198347,0.62396693,0.59090906,0.5041322,0.5413223,0.53305787,0.5041322,0.46280992,0.45041323,0.4876033,0.46694216,0.41735536,0.32231405,0.23966943,0.17768595,0.19008264,0.23140496,0.27272728,0.41322315,0.59090906,0.6694215,0.69008267,0.6487603,0.69008267,0.6735537,0.6983471,0.73140496,0.6983471,0.6528926,0.58264464,0.5082645,0.5495868,0.58677685,0.69008267,0.70247936,0.6363636,0.59504133,0.4752066,0.1983471,0.38429752,0.607438,0.23966943,0.71487606,0.61570245,0.677686,0.6570248,0.47933885,0.55785125,0.5371901,0.5082645,0.4090909,0.27272728,0.28099173,0.38016528,0.48347107,0.5247934,0.5495868,0.55785125,0.57024795,0.53305787,0.46280992,0.41735536,0.4752066,0.5041322,0.553719,0.59917355,0.5495868,0.54545456,0.53305787,0.53305787,0.5247934,0.47107437,0.446281,0.5041322,0.48347107,0.38016528,0.28512397,0.21900827,0.19008264,0.19008264,0.21900827,0.2892562,0.32231405,0.53305787,0.661157,0.6198347,0.6735537,0.6694215,0.661157,0.69008267,0.6942149,0.6818182,0.6652893,0.5785124,0.53305787,0.5785124,0.6280992,0.73966944,0.75619835,0.69008267,0.6818182,0.6404959,0.47933885,0.38016528,0.76033056,0.2644628,0.71900827,0.661157,0.78099173,0.72727275,0.59504133,0.5785124,0.5413223,0.46694216,0.45041323,0.46694216,0.49173555,0.5165289,0.54545456,0.57024795,0.59090906,0.57438016,0.57024795,0.5785124,0.553719,0.4338843,0.43801653,0.47933885,0.553719,0.61157024,0.5371901,0.56198347,0.5,0.5413223,0.57438016,0.5082645,0.446281,0.47933885,0.47107437,0.35123968,0.23140496,0.1983471,0.1983471,0.1983471,0.21900827,0.2644628,0.2644628,0.45867768,0.59504133,0.607438,0.6528926,0.661157,0.661157,0.6652893,0.677686,0.6446281,0.6570248,0.60330576,0.59504133,0.6735537,0.7107438,0.73966944,0.73140496,0.7107438,0.6942149,0.70247936,0.6404959,0.5413223,0.6322314,0.45041323,0.5661157,0.57024795,0.62396693,0.6322314,0.59090906,0.56198347,0.5413223,0.5165289,0.5123967,0.5247934,0.5371901,0.54545456,0.57024795,0.60330576,0.61157024,0.60330576,0.57438016,0.59090906,0.62396693,0.5123967,0.38842976,0.45867768,0.49586776,0.56198347,0.5082645,0.5371901,0.46694216,0.4876033,0.5495868,0.5123967,0.42561984,0.43801653,0.41322315,0.338843,0.23140496,0.1983471,0.19008264,0.1983471,0.20661157,0.22727273,0.28512397,0.35950413,0.5082645,0.58264464,0.6322314,0.6487603,0.661157,0.6570248,0.6694215,0.6404959,0.6528926,0.6735537,0.6652893,0.6859504,0.72727275,0.71900827,0.7107438,0.6859504,0.69008267,0.72727275,0.6818182,0.6859504,0.677686,0.59917355,0.58677685,0.58677685,0.58264464,0.60330576,0.62396693,0.58677685,0.5661157,0.5495868,0.53305787,0.5413223,0.553719,0.57024795,0.5785124,0.59917355,0.6198347,0.61570245,0.59917355,0.59090906,0.61157024,0.54545456,0.4752066,0.40495867,0.45867768,0.5206612,0.49173555,0.5289256,0.49173555,0.49173555,0.5165289,0.45041323,0.4090909,0.3966942,0.3553719,0.28512397,0.23966943,0.20661157,0.1983471,0.1983471,0.20247933,0.2107438,0.27272728,0.28099173,0.46694216,0.55785125,0.6404959,0.6280992,0.6528926,0.6446281,0.661157,0.6487603,0.6818182,0.7231405,0.73140496,0.7231405,0.75619835,0.72727275,0.6694215,0.6363636,0.6404959,0.7107438,0.6280992,0.6983471,0.6487603,0.6570248,0.6280992,0.61570245,0.6280992,0.6280992,0.6363636,0.58677685,0.55785125,0.5371901,0.53305787,0.5371901,0.5371901,0.56198347,0.5785124,0.60330576,0.6280992,0.62396693,0.61570245,0.60330576,0.59504133,0.59504133,0.58677685,0.45454547,0.446281,0.46694216,0.46694216,0.49173555,0.4752066,0.46694216,0.4876033,0.3966942,0.38016528,0.38429752,0.3429752,0.23966943,0.23553719,0.18595041,0.20247933,0.2107438,0.16528925,0.24793388,0.2520661,0.22727273,0.41322315,0.5371901,0.6322314,0.61570245,0.6280992,0.6446281,0.6570248,0.6652893,0.6818182,0.72727275,0.73966944,0.7355372,0.76033056,0.7355372,0.607438,0.5495868,0.6487603,0.6404959,0.5661157,0.59504133,0.55785125,0.59090906,0.55785125,0.5247934,0.5495868,0.5495868,0.5123967,0.5,0.49173555,0.48347107,0.49173555,0.49173555,0.5082645,0.5495868,0.57438016,0.59917355,0.61157024,0.59917355,0.62396693,0.59917355,0.59090906,0.58264464,0.59917355,0.5123967,0.48347107,0.46694216,0.43801653,0.46694216,0.45867768,0.47107437,0.49173555,0.42561984,0.38016528,0.36363637,0.3181818,0.21487603,0.20247933,0.1694215,0.20661157,0.19008264,0.18595041,0.21487603,0.2892562,0.23553719,0.29752067,0.4876033,0.59917355,0.61570245,0.61570245,0.6570248,0.6570248,0.677686,0.6818182,0.6983471,0.71487606,0.73966944,0.75619835,0.73966944,0.6487603,0.5785124,0.6487603,0.6652893,0.59917355,0.57024795,0.5413223,0.4752066,0.4214876,0.42561984,0.46280992,0.45041323,0.39256197,0.3966942,0.4090909,0.42975205,0.45454547,0.4752066,0.5082645,0.53305787,0.54545456,0.57438016,0.59504133,0.5785124,0.61157024,0.61157024,0.59504133,0.5206612,0.54545456,0.5165289,0.49586776,0.47933885,0.46280992,0.446281,0.446281,0.42561984,0.45041323,0.41322315,0.338843,0.35950413,0.2768595,0.17768595,0.18181819,0.18181819,0.18181819,0.18595041,0.1983471,0.20247933,0.28512397,0.2520661,0.2107438,0.42561984,0.54545456,0.58264464,0.59504133,0.6198347,0.6487603,0.6735537,0.6942149,0.677686,0.6818182,0.71487606,0.72727275,0.7066116,0.6322314,0.661157,0.6280992,0.7066116,0.6322314,0.59090906,0.5371901,0.4752066,0.41735536,0.38016528,0.38429752,0.37190083,0.36363637,0.39256197,0.41322315,0.4214876,0.45041323,0.46280992,0.48347107,0.49586776,0.5206612,0.5289256,0.58264464,0.5495868,0.59917355,0.60330576,0.57024795,0.45041323,0.44214877,0.5123967,0.4876033,0.446281,0.48347107,0.446281,0.42561984,0.45867768,0.4338843,0.41322315,0.3140496,0.29338843,0.2520661,0.19008264,0.1694215,0.18595041,0.1694215,0.20247933,0.18181819,0.20247933,0.26859504,0.2603306,0.18181819,0.33471075,0.5123967,0.58677685,0.59090906,0.5785124,0.6198347,0.6528926,0.6859504,0.677686,0.6694215,0.7066116,0.7231405,0.72727275,0.661157,0.6942149,0.6322314,0.6404959,0.58677685,0.5371901,0.5165289,0.43801653,0.39256197,0.37190083,0.39256197,0.36363637,0.37190083,0.37603307,0.38842976,0.37190083,0.40495867,0.42561984,0.44214877,0.47933885,0.4876033,0.5165289,0.5785124,0.5289256,0.57438016,0.59090906,0.5165289,0.4090909,0.40082645,0.45041323,0.4752066,0.43801653,0.45041323,0.4090909,0.3677686,0.42561984,0.38842976,0.35950413,0.24380165,0.24380165,0.18595041,0.19008264,0.18595041,0.18595041,0.18595041,0.21900827,0.17768595,0.1983471,0.24793388,0.2520661,0.20661157,0.28512397,0.45041323,0.553719,0.57024795,0.57024795,0.59090906,0.61157024,0.6528926,0.6487603,0.6487603,0.6735537,0.73140496,0.75619835,0.71900827,0.677686,0.6404959,0.58677685,0.54545456,0.49586776,0.4876033,0.38016528,0.39256197,0.338843,0.35950413,0.3181818,0.32231405,0.34710744,0.338843,0.32231405,0.37603307,0.3966942,0.41735536,0.46694216,0.46694216,0.5165289,0.5206612,0.56198347,0.56198347,0.59090906,0.5123967,0.41322315,0.37190083,0.3677686,0.4090909,0.43801653,0.41322315,0.38016528,0.36363637,0.38016528,0.35950413,0.28099173,0.20247933,0.19421488,0.19008264,0.11983471,0.2603306,0.17768595,0.20661157,0.18595041,0.2231405,0.16115703,0.23966943,0.35123968,0.2107438,0.23553719,0.37603307,0.49173555,0.5247934,0.5661157,0.59090906,0.59090906,0.607438,0.5661157,0.6322314,0.6735537,0.75619835,0.75619835,0.71900827,0.6942149,0.6652893,0.60330576,0.5289256,0.49586776,0.45454547,0.3966942,0.43801653,0.32231405,0.33471075,0.30991736,0.2603306,0.28099173,0.30991736,0.35123968,0.3553719,0.37603307,0.42561984,0.45867768,0.47107437,0.4876033,0.5082645,0.57438016,0.54545456,0.57024795,0.553719,0.4338843,0.3429752,0.33471075,0.38429752,0.39256197,0.3677686,0.3553719,0.38429752,0.37603307,0.33471075,0.24380165,0.2107438,0.1570248,0.18181819,0.14049587,0.30165288,0.1570248,10 +0.1694215,0.57024795,0.8719008,0.8553719,0.8636364,0.8636364,0.8636364,0.8553719,0.8347107,0.8347107,0.8305785,0.822314,0.8140496,0.80991733,0.8140496,0.80991733,0.80991733,0.8181818,0.8181818,0.8264463,0.822314,0.8264463,0.8181818,0.8140496,0.80991733,0.8264463,0.8140496,0.8181818,0.8181818,0.8181818,0.80991733,0.8016529,0.80991733,0.8140496,0.8016529,0.7892562,0.78512394,0.80991733,0.78512394,0.75206614,0.72727275,0.72727275,0.7066116,0.7107438,0.6818182,0.6528926,0.6404959,0.62396693,0.58264464,0.58677685,0.58264464,0.58677685,0.58677685,0.59504133,0.607438,0.607438,0.6198347,0.6280992,0.6322314,0.61157024,0.5,0.42975205,0.3553719,0.16528925,0.25619835,0.70247936,0.8595041,0.8553719,0.8553719,0.8595041,0.8636364,0.8512397,0.8264463,0.822314,0.8140496,0.8016529,0.7892562,0.78512394,0.7892562,0.78512394,0.7768595,0.8057851,0.8140496,0.822314,0.8140496,0.80991733,0.8057851,0.8016529,0.78512394,0.8016529,0.8181818,0.8057851,0.8057851,0.822314,0.822314,0.8057851,0.80991733,0.8181818,0.7892562,0.76859504,0.78099173,0.7892562,0.75206614,0.7107438,0.69008267,0.69008267,0.6570248,0.6694215,0.6404959,0.61570245,0.607438,0.5785124,0.54545456,0.5413223,0.5413223,0.5371901,0.5413223,0.5495868,0.5785124,0.60330576,0.60330576,0.61157024,0.6198347,0.59917355,0.5082645,0.446281,0.34710744,0.17355372,0.38016528,0.7933884,0.8553719,0.8471074,0.8595041,0.8595041,0.8553719,0.838843,0.8181818,0.80991733,0.79752064,0.7768595,0.74380165,0.73140496,0.7355372,0.74380165,0.75206614,0.77272725,0.78512394,0.7933884,0.78512394,0.76033056,0.7644628,0.76859504,0.73966944,0.77272725,0.78099173,0.79752064,0.79752064,0.79752064,0.8140496,0.8016529,0.78512394,0.79752064,0.7768595,0.73140496,0.75619835,0.73966944,0.677686,0.6404959,0.6198347,0.553719,0.5495868,0.553719,0.53305787,0.5247934,0.5206612,0.5,0.4752066,0.45867768,0.46280992,0.45454547,0.46280992,0.46280992,0.48347107,0.55785125,0.59090906,0.59504133,0.61157024,0.59504133,0.5,0.46694216,0.35123968,0.1694215,0.5289256,0.822314,0.838843,0.8595041,0.8512397,0.8595041,0.8471074,0.8264463,0.8181818,0.7933884,0.76033056,0.69008267,0.6570248,0.6528926,0.677686,0.69008267,0.6983471,0.70247936,0.7066116,0.6983471,0.6694215,0.6570248,0.6652893,0.6818182,0.677686,0.73140496,0.75206614,0.77272725,0.78099173,0.78512394,0.7892562,0.78099173,0.7644628,0.76859504,0.75619835,0.7107438,0.7066116,0.6694215,0.6280992,0.55785125,0.43801653,0.3966942,0.3966942,0.40495867,0.3553719,0.34710744,0.3553719,0.35950413,0.3429752,0.338843,0.34710744,0.338843,0.34710744,0.3429752,0.338843,0.41735536,0.5495868,0.57438016,0.59917355,0.59917355,0.49173555,0.47107437,0.37190083,0.19421488,0.6322314,0.8181818,0.838843,0.8471074,0.8471074,0.8512397,0.8305785,0.8140496,0.79752064,0.7355372,0.6570248,0.5413223,0.53305787,0.5371901,0.57438016,0.57438016,0.54545456,0.5289256,0.5041322,0.5165289,0.46694216,0.47107437,0.49586776,0.5413223,0.59504133,0.6694215,0.7066116,0.74380165,0.76033056,0.76859504,0.76859504,0.76033056,0.74793386,0.73966944,0.73140496,0.6983471,0.6694215,0.62396693,0.59090906,0.46280992,0.28512397,0.2644628,0.27272728,0.30578512,0.23966943,0.23140496,0.23553719,0.23966943,0.22727273,0.2231405,0.23553719,0.23966943,0.25619835,0.25619835,0.23553719,0.24793388,0.41322315,0.5082645,0.5785124,0.59090906,0.4752066,0.49586776,0.3677686,0.21487603,0.677686,0.80991733,0.8429752,0.8429752,0.8471074,0.8347107,0.80991733,0.80991733,0.69008267,0.553719,0.5,0.42561984,0.40495867,0.4338843,0.41735536,0.41322315,0.38429752,0.32231405,0.32231405,0.3305785,0.30578512,0.32231405,0.3429752,0.37190083,0.47933885,0.59090906,0.6570248,0.71487606,0.74793386,0.75619835,0.76033056,0.75206614,0.74793386,0.72727275,0.71900827,0.6983471,0.661157,0.59090906,0.5247934,0.3429752,0.24793388,0.24793388,0.20661157,0.20661157,0.16528925,0.1694215,0.20661157,0.20247933,0.16528925,0.16115703,0.17355372,0.17768595,0.19008264,0.21900827,0.21900827,0.18181819,0.28099173,0.38429752,0.53305787,0.5785124,0.48347107,0.48347107,0.38429752,0.23966943,0.69008267,0.80991733,0.8305785,0.8429752,0.8429752,0.822314,0.8016529,0.6528926,0.46694216,0.41322315,0.338843,0.30578512,0.30578512,0.3264463,0.29752067,0.27272728,0.2768595,0.23140496,0.21487603,0.23140496,0.23553719,0.24793388,0.27272728,0.28512397,0.39256197,0.5165289,0.61157024,0.7066116,0.7644628,0.76033056,0.76033056,0.76033056,0.75206614,0.72727275,0.7066116,0.70247936,0.6818182,0.58264464,0.47107437,0.37603307,0.2768595,0.2644628,0.20661157,0.20661157,0.17355372,0.17355372,0.1694215,0.19008264,0.17355372,0.16115703,0.1570248,0.16528925,0.16528925,0.20247933,0.23140496,0.21487603,0.23140496,0.2644628,0.42561984,0.553719,0.5,0.47107437,0.40082645,0.2644628,0.7107438,0.822314,0.8305785,0.8429752,0.8347107,0.8181818,0.6694215,0.446281,0.37190083,0.3677686,0.39256197,0.29338843,0.25619835,0.24380165,0.21900827,0.22727273,0.20661157,0.17768595,0.1694215,0.20247933,0.23553719,0.2520661,0.28099173,0.30578512,0.38016528,0.47933885,0.59917355,0.7355372,0.8140496,0.7933884,0.7768595,0.8016529,0.77272725,0.73140496,0.7066116,0.72727275,0.71487606,0.607438,0.47933885,0.40082645,0.36363637,0.34710744,0.3140496,0.30165288,0.29752067,0.30578512,0.3140496,0.30578512,0.2644628,0.25619835,0.24793388,0.23140496,0.21900827,0.23553719,0.2520661,0.24380165,0.2603306,0.23966943,0.30578512,0.45867768,0.5082645,0.46280992,0.41322315,0.30991736,0.7355372,0.8347107,0.8305785,0.838843,0.8264463,0.7231405,0.48347107,0.39256197,0.37603307,0.35950413,0.3677686,0.2768595,0.25619835,0.21900827,0.23140496,0.28512397,0.2768595,0.2892562,0.28512397,0.30578512,0.33471075,0.3677686,0.38429752,0.41322315,0.45454547,0.5371901,0.6528926,0.7892562,0.8595041,0.8305785,0.79752064,0.8347107,0.8057851,0.73140496,0.7107438,0.73966944,0.73966944,0.62396693,0.5082645,0.4214876,0.41322315,0.41322315,0.45454547,0.47107437,0.5041322,0.5495868,0.59504133,0.59090906,0.5495868,0.5082645,0.45454547,0.3966942,0.3677686,0.33471075,0.27272728,0.28512397,0.29338843,0.2768595,0.25619835,0.3264463,0.46694216,0.46280992,0.41735536,0.32231405,0.7768595,0.8305785,0.8347107,0.8471074,0.77272725,0.5785124,0.42975205,0.38429752,0.35123968,0.338843,0.36363637,0.34710744,0.3677686,0.38429752,0.4338843,0.46280992,0.5371901,0.59504133,0.5661157,0.5661157,0.5165289,0.49586776,0.5041322,0.5247934,0.5495868,0.6198347,0.73140496,0.8264463,0.8719008,0.8471074,0.8057851,0.8140496,0.7768595,0.7231405,0.6983471,0.71900827,0.7066116,0.59504133,0.47107437,0.4214876,0.46694216,0.5082645,0.55785125,0.607438,0.6487603,0.7066116,0.73966944,0.75206614,0.73140496,0.6818182,0.61570245,0.56198347,0.5247934,0.45454547,0.3677686,0.3429752,0.3140496,0.26859504,0.2644628,0.27272728,0.39256197,0.46694216,0.4214876,0.33471075,0.80991733,0.8347107,0.8429752,0.838843,0.6570248,0.45041323,0.38429752,0.35123968,0.4214876,0.46280992,0.5123967,0.5206612,0.58264464,0.6446281,0.6818182,0.71487606,0.75619835,0.74793386,0.69008267,0.6735537,0.6280992,0.59504133,0.5785124,0.57438016,0.5661157,0.60330576,0.7355372,0.8264463,0.8595041,0.8429752,0.8016529,0.76033056,0.72727275,0.7066116,0.70247936,0.6859504,0.6570248,0.5,0.40495867,0.43801653,0.5082645,0.5495868,0.607438,0.6528926,0.6652893,0.6983471,0.75206614,0.7892562,0.75619835,0.7231405,0.6859504,0.6570248,0.6363636,0.55785125,0.4876033,0.4214876,0.40082645,0.30165288,0.30165288,0.2768595,0.34710744,0.46280992,0.41322315,0.3429752,0.822314,0.8347107,0.8512397,0.8057851,0.5661157,0.3966942,0.3677686,0.4214876,0.5661157,0.6198347,0.6694215,0.71487606,0.7355372,0.78512394,0.78099173,0.7933884,0.8347107,0.77272725,0.6942149,0.6652893,0.6487603,0.6322314,0.60330576,0.5785124,0.54545456,0.5413223,0.661157,0.7892562,0.8429752,0.822314,0.78512394,0.71487606,0.6942149,0.69008267,0.69008267,0.6694215,0.59504133,0.3966942,0.4090909,0.4752066,0.53305787,0.5661157,0.60330576,0.6198347,0.62396693,0.6363636,0.69008267,0.73966944,0.71487606,0.7066116,0.6983471,0.70247936,0.677686,0.6570248,0.6322314,0.5082645,0.47933885,0.38842976,0.35123968,0.3181818,0.3677686,0.4338843,0.4090909,0.3553719,0.8305785,0.8305785,0.8512397,0.78099173,0.56198347,0.43801653,0.47107437,0.58264464,0.69008267,0.72727275,0.76859504,0.8140496,0.838843,0.822314,0.7933884,0.7644628,0.74793386,0.6694215,0.607438,0.57438016,0.55785125,0.55785125,0.5413223,0.53305787,0.5,0.4876033,0.61157024,0.75619835,0.8140496,0.78512394,0.75206614,0.6942149,0.6694215,0.661157,0.6694215,0.6528926,0.5289256,0.3966942,0.446281,0.48347107,0.53305787,0.56198347,0.5661157,0.57024795,0.59090906,0.59090906,0.62396693,0.6942149,0.6446281,0.59917355,0.607438,0.6652893,0.6735537,0.70247936,0.7355372,0.61157024,0.54545456,0.46280992,0.41322315,0.40082645,0.41322315,0.4214876,0.38842976,0.35950413,0.8305785,0.8305785,0.8429752,0.7768595,0.56198347,0.5082645,0.59090906,0.6983471,0.75206614,0.7933884,0.8429752,0.8512397,0.8305785,0.7933884,0.71900827,0.677686,0.661157,0.6487603,0.59917355,0.5785124,0.5413223,0.53305787,0.5247934,0.5247934,0.5165289,0.45041323,0.59090906,0.75206614,0.78512394,0.73966944,0.73140496,0.6859504,0.661157,0.61570245,0.6322314,0.59917355,0.5041322,0.46694216,0.46280992,0.46694216,0.54545456,0.55785125,0.5413223,0.56198347,0.59090906,0.59504133,0.6570248,0.74380165,0.6694215,0.59504133,0.60330576,0.61157024,0.58264464,0.6363636,0.75619835,0.6652893,0.61570245,0.5289256,0.4752066,0.446281,0.43801653,0.41735536,0.38016528,0.3553719,0.8305785,0.838843,0.8429752,0.7644628,0.58677685,0.59504133,0.6818182,0.73966944,0.77272725,0.8305785,0.8429752,0.8347107,0.77272725,0.78512394,0.77272725,0.76033056,0.6818182,0.607438,0.58264464,0.5371901,0.5082645,0.49173555,0.47107437,0.4752066,0.48347107,0.38842976,0.553719,0.74793386,0.75619835,0.7107438,0.7231405,0.6735537,0.677686,0.61157024,0.59090906,0.57024795,0.5206612,0.5082645,0.46694216,0.4214876,0.47933885,0.47107437,0.45041323,0.43801653,0.46280992,0.46694216,0.5289256,0.59917355,0.5661157,0.55785125,0.59090906,0.6404959,0.6280992,0.61157024,0.6322314,0.6570248,0.6322314,0.59917355,0.5289256,0.5041322,0.46694216,0.4338843,0.40082645,0.35123968,0.838843,0.8429752,0.8347107,0.73140496,0.62396693,0.6694215,0.74793386,0.79752064,0.80991733,0.7933884,0.78512394,0.8057851,0.822314,0.8429752,0.75619835,0.6942149,0.56198347,0.46280992,0.3966942,0.38429752,0.40082645,0.338843,0.30165288,0.30578512,0.40495867,0.42561984,0.55785125,0.7231405,0.7355372,0.72727275,0.677686,0.6570248,0.6528926,0.61157024,0.5785124,0.56198347,0.54545456,0.5247934,0.48347107,0.4876033,0.47933885,0.45454547,0.40082645,0.34710744,0.35123968,0.34710744,0.30991736,0.32231405,0.3305785,0.38842976,0.45454547,0.5123967,0.58264464,0.607438,0.6528926,0.53305787,0.58264464,0.6694215,0.6280992,0.55785125,0.5,0.46280992,0.42975205,0.37603307,0.838843,0.8471074,0.79752064,0.6859504,0.661157,0.74793386,0.79752064,0.822314,0.78099173,0.72727275,0.7892562,0.8057851,0.74380165,0.6652893,0.5495868,0.48347107,0.36363637,0.30991736,0.3677686,0.43801653,0.446281,0.44214877,0.49586776,0.53305787,0.55785125,0.59090906,0.61570245,0.7107438,0.76033056,0.75206614,0.6818182,0.6528926,0.661157,0.60330576,0.59917355,0.56198347,0.57438016,0.54545456,0.49586776,0.55785125,0.56198347,0.5495868,0.5165289,0.4876033,0.47933885,0.44214877,0.3966942,0.338843,0.28512397,0.2603306,0.2644628,0.30578512,0.3966942,0.45041323,0.53305787,0.55785125,0.57024795,0.6570248,0.6983471,0.62396693,0.55785125,0.5206612,0.46694216,0.38429752,0.838843,0.838843,0.7933884,0.73140496,0.75206614,0.8057851,0.8305785,0.8305785,0.74380165,0.69008267,0.6446281,0.60330576,0.5082645,0.40495867,0.3677686,0.41322315,0.4338843,0.40495867,0.47107437,0.5,0.53305787,0.55785125,0.55785125,0.6322314,0.6280992,0.5785124,0.677686,0.7066116,0.75619835,0.74793386,0.6942149,0.6404959,0.6446281,0.59090906,0.61570245,0.57024795,0.57438016,0.58264464,0.53305787,0.55785125,0.59090906,0.59504133,0.5785124,0.57024795,0.59917355,0.5495868,0.553719,0.41735536,0.41735536,0.3140496,0.30578512,0.30991736,0.30991736,0.28099173,0.2520661,0.3966942,0.53305787,0.6280992,0.71487606,0.69008267,0.6570248,0.607438,0.49173555,0.41322315,0.8471074,0.8347107,0.8181818,0.80991733,0.822314,0.8429752,0.8512397,0.822314,0.70247936,0.55785125,0.43801653,0.43801653,0.45867768,0.45867768,0.4214876,0.5082645,0.5247934,0.5206612,0.54545456,0.59504133,0.62396693,0.6322314,0.6487603,0.69008267,0.6652893,0.6404959,0.7355372,0.72727275,0.74793386,0.73140496,0.7066116,0.6404959,0.59917355,0.58677685,0.61157024,0.57024795,0.56198347,0.59917355,0.59090906,0.58264464,0.62396693,0.661157,0.6363636,0.607438,0.61570245,0.59504133,0.61570245,0.5206612,0.5206612,0.48347107,0.43801653,0.5041322,0.5041322,0.40495867,0.35123968,0.4214876,0.5082645,0.57024795,0.677686,0.7066116,0.6818182,0.6363636,0.54545456,0.4752066,0.8429752,0.8305785,0.8347107,0.8471074,0.8553719,0.8677686,0.8636364,0.79752064,0.69008267,0.58264464,0.58264464,0.59504133,0.661157,0.6694215,0.60330576,0.6446281,0.6528926,0.6487603,0.6446281,0.677686,0.6818182,0.6859504,0.71487606,0.7107438,0.7231405,0.74793386,0.7644628,0.7231405,0.75619835,0.71900827,0.71900827,0.6652893,0.60330576,0.59917355,0.59917355,0.56198347,0.55785125,0.59504133,0.61570245,0.607438,0.6446281,0.70247936,0.7066116,0.6859504,0.6570248,0.62396693,0.6198347,0.57024795,0.56198347,0.57438016,0.5165289,0.58264464,0.60330576,0.58264464,0.5495868,0.58264464,0.607438,0.607438,0.6652893,0.6942149,0.6818182,0.6404959,0.56198347,0.5082645,0.838843,0.8471074,0.8471074,0.8595041,0.8677686,0.8719008,0.8595041,0.8181818,0.7933884,0.76859504,0.7933884,0.77272725,0.8016529,0.77272725,0.7107438,0.72727275,0.7231405,0.7231405,0.7107438,0.70247936,0.7231405,0.74793386,0.76033056,0.75619835,0.78512394,0.7768595,0.7644628,0.73140496,0.78099173,0.72727275,0.74793386,0.6694215,0.6198347,0.61157024,0.5785124,0.5785124,0.56198347,0.59090906,0.607438,0.6198347,0.6487603,0.70247936,0.7231405,0.72727275,0.71900827,0.6859504,0.6859504,0.6322314,0.6280992,0.61157024,0.58677685,0.59090906,0.6363636,0.6322314,0.59917355,0.6322314,0.6528926,0.6322314,0.661157,0.6818182,0.69008267,0.6652893,0.59917355,0.53305787,0.8471074,0.8471074,0.8471074,0.8512397,0.8636364,0.8636364,0.8512397,0.8471074,0.8512397,0.8512397,0.8471074,0.838843,0.8429752,0.78099173,0.75206614,0.76033056,0.76033056,0.7644628,0.7644628,0.74793386,0.77272725,0.7892562,0.78099173,0.8016529,0.80991733,0.7892562,0.77272725,0.72727275,0.78099173,0.75206614,0.74380165,0.6652893,0.607438,0.61570245,0.58264464,0.58677685,0.59504133,0.61157024,0.61157024,0.6198347,0.6487603,0.69008267,0.7107438,0.7355372,0.73966944,0.6942149,0.73140496,0.70247936,0.6942149,0.6570248,0.6487603,0.6528926,0.6859504,0.677686,0.6570248,0.6446281,0.661157,0.6652893,0.661157,0.6652893,0.69008267,0.677686,0.6322314,0.5371901,0.8471074,0.8471074,0.8429752,0.8553719,0.8677686,0.8636364,0.8471074,0.8512397,0.8636364,0.8677686,0.8595041,0.8512397,0.838843,0.7933884,0.78099173,0.77272725,0.77272725,0.78512394,0.7933884,0.78099173,0.7892562,0.7892562,0.8057851,0.8264463,0.8181818,0.7933884,0.77272725,0.74380165,0.7644628,0.7768595,0.7644628,0.6570248,0.6322314,0.61157024,0.57438016,0.5785124,0.59090906,0.61157024,0.62396693,0.6322314,0.6487603,0.6694215,0.69008267,0.7231405,0.73140496,0.6983471,0.74380165,0.71900827,0.71487606,0.6983471,0.6859504,0.677686,0.70247936,0.6983471,0.6983471,0.6859504,0.6652893,0.6818182,0.6859504,0.6859504,0.69008267,0.677686,0.6363636,0.5413223,0.8512397,0.838843,0.8553719,0.8553719,0.87603307,0.8512397,0.8553719,0.8595041,0.8636364,0.8636364,0.8553719,0.838843,0.8347107,0.80991733,0.79752064,0.78512394,0.78512394,0.8016529,0.8057851,0.78512394,0.78512394,0.79752064,0.8140496,0.8347107,0.8264463,0.80991733,0.76033056,0.73140496,0.77272725,0.77272725,0.822314,0.6942149,0.6570248,0.6404959,0.59090906,0.57438016,0.58264464,0.59504133,0.6280992,0.6404959,0.6487603,0.677686,0.69008267,0.6983471,0.7107438,0.69008267,0.73966944,0.7107438,0.71900827,0.7107438,0.71487606,0.6942149,0.70247936,0.70247936,0.7066116,0.70247936,0.69008267,0.69008267,0.6859504,0.6942149,0.6859504,0.6694215,0.6404959,0.5371901,0.8471074,0.838843,0.8512397,0.8553719,0.8636364,0.8636364,0.8595041,0.8719008,0.8636364,0.8553719,0.8512397,0.8347107,0.8305785,0.8181818,0.80991733,0.8057851,0.7933884,0.8057851,0.79752064,0.78099173,0.7933884,0.80991733,0.8264463,0.8429752,0.8264463,0.8264463,0.74793386,0.7355372,0.76859504,0.79752064,0.8140496,0.73140496,0.6280992,0.6280992,0.59090906,0.5785124,0.5785124,0.59504133,0.6322314,0.6487603,0.6528926,0.69008267,0.7107438,0.71487606,0.70247936,0.7066116,0.7231405,0.69008267,0.7231405,0.7066116,0.71900827,0.6983471,0.70247936,0.7066116,0.6983471,0.6942149,0.6942149,0.6859504,0.6818182,0.6942149,0.69008267,0.6652893,0.6404959,0.53305787,0.8429752,0.8512397,0.838843,0.8512397,0.8595041,0.8636364,0.8595041,0.8636364,0.8553719,0.8512397,0.8553719,0.838843,0.8305785,0.8181818,0.8181818,0.8181818,0.8057851,0.8057851,0.7892562,0.7933884,0.8057851,0.8181818,0.8429752,0.8429752,0.8347107,0.8264463,0.73966944,0.76033056,0.7231405,0.7644628,0.7768595,0.71900827,0.6446281,0.6280992,0.59917355,0.59090906,0.5661157,0.5785124,0.6280992,0.6322314,0.6694215,0.6818182,0.70247936,0.7107438,0.71487606,0.71900827,0.73140496,0.69008267,0.7231405,0.71487606,0.7107438,0.6942149,0.7107438,0.7107438,0.6983471,0.69008267,0.6983471,0.6942149,0.69008267,0.6942149,0.677686,0.6570248,0.6363636,0.5206612,0.8429752,0.838843,0.838843,0.838843,0.8636364,0.8677686,0.8719008,0.8595041,0.8471074,0.8553719,0.8512397,0.8429752,0.8305785,0.80991733,0.8181818,0.8140496,0.8057851,0.8057851,0.8016529,0.80991733,0.8140496,0.8264463,0.8553719,0.8512397,0.8512397,0.7892562,0.76859504,0.7644628,0.7066116,0.71487606,0.71900827,0.70247936,0.6487603,0.61570245,0.60330576,0.59917355,0.57438016,0.5785124,0.6198347,0.6322314,0.6735537,0.6818182,0.6983471,0.7066116,0.74380165,0.71900827,0.7231405,0.71900827,0.71900827,0.71900827,0.6983471,0.70247936,0.71487606,0.7107438,0.6983471,0.6983471,0.7066116,0.7107438,0.7066116,0.6983471,0.6694215,0.6528926,0.62396693,0.49586776,0.8471074,0.838843,0.8305785,0.8347107,0.8553719,0.8677686,0.8677686,0.8553719,0.8553719,0.8512397,0.8471074,0.8512397,0.838843,0.8140496,0.822314,0.822314,0.80991733,0.80991733,0.8181818,0.8181818,0.8181818,0.8305785,0.8636364,0.8636364,0.8429752,0.76033056,0.7892562,0.7644628,0.73140496,0.7644628,0.74793386,0.7107438,0.6818182,0.6446281,0.607438,0.59917355,0.57438016,0.57024795,0.607438,0.6528926,0.6983471,0.6859504,0.6859504,0.71900827,0.73966944,0.7355372,0.73140496,0.73140496,0.72727275,0.7231405,0.7107438,0.7066116,0.7107438,0.7107438,0.7066116,0.6942149,0.70247936,0.7066116,0.71900827,0.7107438,0.6735537,0.6446281,0.60330576,0.4752066,0.8429752,0.822314,0.822314,0.8305785,0.8595041,0.8677686,0.8677686,0.8595041,0.8553719,0.8512397,0.8471074,0.838843,0.838843,0.8181818,0.822314,0.822314,0.8140496,0.8181818,0.8264463,0.822314,0.8181818,0.8264463,0.8553719,0.8553719,0.8016529,0.75619835,0.8181818,0.80991733,0.77272725,0.8016529,0.76859504,0.75619835,0.73966944,0.6735537,0.6487603,0.6322314,0.58677685,0.55785125,0.58677685,0.6363636,0.70247936,0.70247936,0.6942149,0.71900827,0.7066116,0.73140496,0.73966944,0.72727275,0.71900827,0.71487606,0.71487606,0.6942149,0.7066116,0.71487606,0.7107438,0.6983471,0.6942149,0.6818182,0.71487606,0.7231405,0.677686,0.6404959,0.59917355,0.44214877,0.8305785,0.8264463,0.8181818,0.838843,0.8512397,0.8677686,0.8636364,0.8553719,0.8595041,0.8595041,0.8471074,0.8347107,0.8512397,0.8305785,0.8264463,0.822314,0.8264463,0.8305785,0.8264463,0.8264463,0.822314,0.8264463,0.822314,0.8057851,0.78512394,0.77272725,0.80991733,0.8264463,0.74793386,0.73140496,0.6983471,0.7066116,0.7107438,0.6487603,0.6652893,0.71900827,0.6404959,0.5661157,0.57024795,0.6280992,0.661157,0.6859504,0.6859504,0.70247936,0.73140496,0.73966944,0.75619835,0.73966944,0.73140496,0.7066116,0.7066116,0.677686,0.6818182,0.70247936,0.6942149,0.6983471,0.6983471,0.69008267,0.71487606,0.7231405,0.6652893,0.6280992,0.60330576,0.4214876,0.8347107,0.8140496,0.8140496,0.8347107,0.8471074,0.8636364,0.8595041,0.8595041,0.8553719,0.8553719,0.8553719,0.8553719,0.8471074,0.8429752,0.8305785,0.8264463,0.8347107,0.8347107,0.8264463,0.8305785,0.8140496,0.8181818,0.75619835,0.76859504,0.7768595,0.74793386,0.72727275,0.77272725,0.6694215,0.61157024,0.59504133,0.60330576,0.61570245,0.59917355,0.6280992,0.6983471,0.62396693,0.5661157,0.553719,0.607438,0.62396693,0.6570248,0.6859504,0.69008267,0.72727275,0.73140496,0.73966944,0.76033056,0.74380165,0.7066116,0.7066116,0.69008267,0.6694215,0.69008267,0.6859504,0.6859504,0.6942149,0.6983471,0.7066116,0.71487606,0.661157,0.61570245,0.60330576,0.4214876,0.838843,0.79752064,0.80991733,0.8347107,0.8429752,0.8512397,0.8595041,0.8595041,0.8553719,0.8471074,0.8512397,0.8512397,0.8429752,0.838843,0.8305785,0.8305785,0.8347107,0.8264463,0.8181818,0.8264463,0.8016529,0.78512394,0.70247936,0.78512394,0.78099173,0.6818182,0.677686,0.70247936,0.607438,0.5123967,0.49173555,0.5041322,0.5206612,0.5165289,0.5206612,0.5165289,0.5123967,0.5082645,0.553719,0.607438,0.58677685,0.6363636,0.69008267,0.6859504,0.71900827,0.71900827,0.71487606,0.76859504,0.72727275,0.7107438,0.7107438,0.7107438,0.6818182,0.69008267,0.6942149,0.677686,0.6818182,0.6983471,0.7107438,0.6983471,0.661157,0.61157024,0.61570245,0.41735536,0.8347107,0.78512394,0.8057851,0.8347107,0.838843,0.8471074,0.8595041,0.8595041,0.8512397,0.8471074,0.8512397,0.8512397,0.838843,0.838843,0.8305785,0.822314,0.8305785,0.8264463,0.8016529,0.8016529,0.7768595,0.7231405,0.6570248,0.78099173,0.76033056,0.59917355,0.5661157,0.6735537,0.58677685,0.45454547,0.40495867,0.3966942,0.40495867,0.44214877,0.446281,0.4214876,0.43801653,0.45454547,0.54545456,0.6198347,0.54545456,0.6280992,0.6487603,0.6983471,0.70247936,0.71900827,0.7231405,0.74793386,0.73966944,0.7107438,0.7066116,0.7107438,0.6942149,0.677686,0.6859504,0.6818182,0.6818182,0.6694215,0.6859504,0.6818182,0.6446281,0.60330576,0.59917355,0.41735536,0.8264463,0.7768595,0.8016529,0.838843,0.838843,0.8429752,0.8553719,0.8512397,0.8512397,0.8553719,0.8553719,0.8553719,0.8471074,0.8347107,0.8264463,0.8264463,0.8264463,0.8140496,0.79752064,0.7644628,0.74380165,0.6652893,0.62396693,0.75206614,0.6818182,0.42975205,0.2603306,0.48347107,0.61157024,0.4338843,0.338843,0.3264463,0.3553719,0.4214876,0.38429752,0.27272728,0.2768595,0.35123968,0.4876033,0.59504133,0.5,0.59917355,0.6322314,0.6694215,0.7107438,0.73140496,0.72727275,0.7231405,0.73966944,0.7231405,0.71900827,0.7107438,0.6942149,0.6818182,0.6735537,0.677686,0.6818182,0.6652893,0.6528926,0.6652893,0.62396693,0.59917355,0.58677685,0.41322315,0.8057851,0.76033056,0.7933884,0.838843,0.8347107,0.8305785,0.838843,0.8429752,0.8471074,0.8595041,0.8595041,0.8553719,0.8471074,0.8305785,0.822314,0.8140496,0.80991733,0.8016529,0.7892562,0.7107438,0.69008267,0.6322314,0.6487603,0.71900827,0.6322314,0.3553719,0.2107438,0.45454547,0.6446281,0.5,0.34710744,0.3140496,0.38429752,0.40495867,0.40082645,0.2768595,0.19008264,0.21487603,0.42561984,0.53305787,0.41735536,0.58677685,0.6404959,0.6322314,0.6942149,0.7066116,0.7066116,0.71487606,0.72727275,0.72727275,0.71487606,0.7066116,0.6942149,0.6942149,0.6735537,0.6735537,0.677686,0.661157,0.6694215,0.62396693,0.60330576,0.61157024,0.5785124,0.40495867,0.78099173,0.75206614,0.7892562,0.838843,0.8305785,0.8181818,0.822314,0.838843,0.8429752,0.8553719,0.8553719,0.8553719,0.8512397,0.8305785,0.8181818,0.8057851,0.7933884,0.7892562,0.7355372,0.6694215,0.6487603,0.6322314,0.69008267,0.72727275,0.70247936,0.5495868,0.41735536,0.58264464,0.58677685,0.5123967,0.3966942,0.3305785,0.36363637,0.32231405,0.38429752,0.45867768,0.37603307,0.2768595,0.44214877,0.47107437,0.38842976,0.59504133,0.62396693,0.6404959,0.661157,0.6818182,0.6942149,0.70247936,0.7066116,0.7066116,0.7066116,0.6942149,0.6942149,0.69008267,0.6735537,0.6694215,0.6942149,0.661157,0.6652893,0.607438,0.58264464,0.59504133,0.57438016,0.40495867,0.7355372,0.75206614,0.7892562,0.822314,0.8140496,0.8057851,0.8140496,0.8347107,0.8429752,0.8512397,0.8471074,0.8471074,0.8429752,0.8264463,0.8181818,0.7933884,0.7768595,0.7644628,0.7066116,0.6735537,0.6528926,0.7107438,0.73966944,0.7644628,0.72727275,0.6983471,0.61157024,0.56198347,0.47107437,0.45041323,0.38842976,0.30578512,0.26859504,0.2520661,0.30578512,0.446281,0.47107437,0.4214876,0.49173555,0.47107437,0.4338843,0.58677685,0.6198347,0.6487603,0.6652893,0.661157,0.677686,0.69008267,0.6942149,0.6942149,0.6942149,0.677686,0.69008267,0.6818182,0.6859504,0.6487603,0.6983471,0.6694215,0.62396693,0.60330576,0.5495868,0.59090906,0.5785124,0.41322315,0.661157,0.75206614,0.7768595,0.7933884,0.7933884,0.8016529,0.8181818,0.8305785,0.8347107,0.8471074,0.8471074,0.8471074,0.838843,0.8181818,0.8057851,0.78099173,0.76033056,0.72727275,0.6735537,0.6694215,0.6983471,0.76859504,0.7933884,0.79752064,0.76859504,0.69008267,0.55785125,0.53305787,0.446281,0.38016528,0.32231405,0.24380165,0.25619835,0.2520661,0.30578512,0.38016528,0.4214876,0.43801653,0.44214877,0.49173555,0.5,0.61570245,0.6404959,0.6322314,0.6528926,0.6487603,0.6528926,0.661157,0.6694215,0.6818182,0.677686,0.6859504,0.6694215,0.677686,0.69008267,0.61157024,0.661157,0.69008267,0.61157024,0.6280992,0.56198347,0.57438016,0.5661157,0.41322315,0.58677685,0.7355372,0.75206614,0.75619835,0.76859504,0.7768595,0.80991733,0.822314,0.8305785,0.8429752,0.8429752,0.8429752,0.8264463,0.8016529,0.78099173,0.76859504,0.73140496,0.7066116,0.6859504,0.6983471,0.71487606,0.7933884,0.8016529,0.8016529,0.75619835,0.58677685,0.4876033,0.5165289,0.42975205,0.35950413,0.28512397,0.24380165,0.29752067,0.2892562,0.38016528,0.34710744,0.36363637,0.39256197,0.37603307,0.48347107,0.58677685,0.6446281,0.661157,0.6404959,0.6404959,0.6446281,0.6322314,0.6322314,0.6404959,0.661157,0.6694215,0.6652893,0.6652893,0.6818182,0.6570248,0.6570248,0.62396693,0.71900827,0.6322314,0.6446281,0.5495868,0.57438016,0.5371901,0.40495867,0.56198347,0.6859504,0.6983471,0.73140496,0.78512394,0.78099173,0.8016529,0.8181818,0.8347107,0.8347107,0.838843,0.8429752,0.8181818,0.7933884,0.76033056,0.73966944,0.71900827,0.6859504,0.69008267,0.7107438,0.76033056,0.8057851,0.7768595,0.71900827,0.59504133,0.45867768,0.4338843,0.45867768,0.4338843,0.40082645,0.30991736,0.2892562,0.3429752,0.3553719,0.41322315,0.35950413,0.3264463,0.38429752,0.32231405,0.4214876,0.607438,0.62396693,0.6446281,0.6570248,0.6363636,0.6322314,0.62396693,0.61570245,0.61570245,0.6363636,0.6528926,0.6487603,0.6446281,0.6528926,0.6322314,0.661157,0.6528926,0.677686,0.62396693,0.6404959,0.53305787,0.607438,0.5041322,0.3553719,0.46280992,0.6322314,0.661157,0.73140496,0.75619835,0.75206614,0.7933884,0.8140496,0.8305785,0.838843,0.838843,0.8429752,0.8140496,0.7768595,0.75206614,0.7107438,0.69008267,0.6859504,0.7066116,0.7355372,0.7644628,0.75206614,0.70247936,0.5785124,0.46280992,0.42975205,0.43801653,0.4752066,0.46694216,0.38842976,0.30578512,0.3305785,0.3553719,0.36363637,0.40495867,0.41735536,0.30578512,0.3553719,0.28099173,0.3553719,0.5165289,0.553719,0.60330576,0.6363636,0.6363636,0.6363636,0.6322314,0.6198347,0.607438,0.61570245,0.6322314,0.6322314,0.6198347,0.6487603,0.6404959,0.6363636,0.6570248,0.6487603,0.60330576,0.6198347,0.5371901,0.57438016,0.4752066,0.3305785,0.38842976,0.57024795,0.6446281,0.74380165,0.76033056,0.74380165,0.7933884,0.822314,0.822314,0.8429752,0.838843,0.8305785,0.8057851,0.76859504,0.74793386,0.69008267,0.69008267,0.70247936,0.7066116,0.75619835,0.677686,0.6198347,0.58677685,0.4752066,0.39256197,0.38842976,0.4214876,0.4752066,0.46280992,0.37190083,0.2644628,0.40495867,0.36363637,0.3140496,0.3966942,0.39256197,0.3429752,0.33471075,0.30578512,0.3264463,0.38842976,0.45041323,0.5082645,0.55785125,0.61157024,0.6322314,0.6363636,0.6280992,0.61157024,0.60330576,0.61570245,0.6280992,0.61570245,0.6446281,0.6363636,0.6280992,0.6735537,0.6280992,0.5661157,0.58677685,0.5413223,0.5,0.42975205,0.32231405,0.27272728,0.47107437,0.60330576,0.7355372,0.7644628,0.75619835,0.8016529,0.838843,0.8305785,0.8305785,0.8347107,0.8016529,0.7892562,0.7644628,0.73966944,0.6859504,0.7107438,0.72727275,0.6859504,0.70247936,0.55785125,0.5247934,0.4752066,0.4752066,0.4338843,0.40082645,0.42561984,0.47933885,0.45867768,0.36363637,0.3305785,0.5289256,0.4338843,0.338843,0.42561984,0.38016528,0.34710744,0.40495867,0.34710744,0.3140496,0.35123968,0.38429752,0.4090909,0.46694216,0.5289256,0.57024795,0.6198347,0.6322314,0.6198347,0.61157024,0.61157024,0.61570245,0.6198347,0.6363636,0.6446281,0.6528926,0.661157,0.61570245,0.54545456,0.57024795,0.5247934,0.47107437,0.3966942,0.28512397,0.23553719,0.4214876,0.59917355,0.7066116,0.74793386,0.77272725,0.8016529,0.8347107,0.8347107,0.8140496,0.8181818,0.77272725,0.7644628,0.75619835,0.73140496,0.69008267,0.7231405,0.72727275,0.6404959,0.59504133,0.4876033,0.4752066,0.4338843,0.47107437,0.47933885,0.46694216,0.47933885,0.49173555,0.4752066,0.45867768,0.5661157,0.61157024,0.5206612,0.47933885,0.45041323,0.37603307,0.38842976,0.44214877,0.32231405,0.338843,0.36363637,0.35950413,0.38016528,0.41735536,0.446281,0.48347107,0.5785124,0.607438,0.62396693,0.6363636,0.62396693,0.61570245,0.607438,0.6322314,0.6735537,0.6735537,0.6446281,0.60330576,0.53305787,0.5413223,0.53305787,0.49586776,0.3966942,0.27272728,0.2603306,0.38842976,0.5413223,0.6694215,0.75206614,0.75619835,0.76033056,0.8057851,0.8305785,0.8181818,0.8181818,0.79752064,0.75619835,0.75619835,0.7231405,0.6983471,0.7107438,0.6487603,0.5413223,0.5082645,0.47107437,0.45454547,0.45041323,0.5041322,0.5082645,0.47933885,0.4876033,0.48347107,0.49586776,0.553719,0.6446281,0.6570248,0.6363636,0.553719,0.47107437,0.37190083,0.3966942,0.39256197,0.36363637,0.40082645,0.39256197,0.37603307,0.3677686,0.38842976,0.3966942,0.4338843,0.5041322,0.54545456,0.59090906,0.6404959,0.6363636,0.62396693,0.6280992,0.6322314,0.6818182,0.6652893,0.6487603,0.607438,0.5371901,0.5123967,0.49173555,0.47933885,0.38016528,0.27272728,0.29338843,0.33471075,0.4752066,0.6280992,0.7231405,0.7107438,0.74380165,0.7892562,0.8264463,0.8057851,0.8264463,0.80991733,0.7768595,0.75619835,0.6942149,0.677686,0.6446281,0.5247934,0.446281,0.45867768,0.45454547,0.44214877,0.4752066,0.56198347,0.5247934,0.40495867,0.41735536,0.45454547,0.4338843,0.47933885,0.5041322,0.55785125,0.4752066,0.45041323,0.4214876,0.3429752,0.3264463,0.32231405,0.33471075,0.3966942,0.4338843,0.38016528,0.36363637,0.34710744,0.33471075,0.3677686,0.4090909,0.47933885,0.5371901,0.607438,0.6404959,0.6363636,0.6404959,0.6487603,0.6859504,0.6528926,0.6487603,0.6198347,0.54545456,0.5041322,0.44214877,0.42561984,0.35123968,0.2644628,0.38016528,0.29752067,0.47933885,0.6528926,0.661157,0.6859504,0.75206614,0.7933884,0.79752064,0.8057851,0.80991733,0.8016529,0.7892562,0.75206614,0.6942149,0.6280992,0.553719,0.446281,0.36363637,0.40082645,0.42561984,0.446281,0.49586776,0.56198347,0.4752066,0.338843,0.338843,0.37603307,0.37190083,0.40495867,0.42561984,0.40495867,0.37603307,0.36363637,0.34710744,0.3305785,0.29338843,0.28512397,0.28099173,0.29752067,0.36363637,0.35950413,0.36363637,0.33471075,0.2768595,0.2768595,0.3181818,0.41735536,0.5041322,0.55785125,0.6322314,0.6446281,0.6404959,0.6570248,0.6694215,0.6446281,0.6363636,0.607438,0.5247934,0.45454547,0.4214876,0.41735536,0.3181818,0.2520661,0.40082645,0.3181818,0.46694216,0.61570245,0.6487603,0.6280992,0.6942149,0.73140496,0.76033056,0.7892562,0.7892562,0.78512394,0.7933884,0.76033056,0.69008267,0.59504133,0.5165289,0.38429752,0.38429752,0.39256197,0.446281,0.5,0.5,0.47107437,0.36363637,0.28099173,0.26859504,0.24793388,0.24793388,0.33471075,0.36363637,0.30991736,0.30165288,0.28512397,0.3140496,0.28099173,0.24380165,0.2231405,0.23553719,0.2603306,0.24380165,0.28512397,0.33471075,0.28512397,0.2520661,0.23140496,0.30165288,0.35123968,0.45867768,0.5371901,0.6198347,0.6528926,0.6487603,0.6322314,0.6528926,0.61570245,0.59917355,0.55785125,0.5289256,0.45041323,0.3966942,0.41322315,0.3140496,0.23553719,0.3553719,0.33471075,0.42561984,0.5206612,0.60330576,0.6528926,0.73966944,0.74793386,0.73966944,0.7355372,0.7644628,0.7892562,0.75619835,0.72727275,0.677686,0.59917355,0.42561984,0.3429752,0.3966942,0.3966942,0.47107437,0.53305787,0.43801653,0.34710744,0.30165288,0.23553719,0.24793388,0.1983471,0.20661157,0.3677686,0.40495867,0.30165288,0.26859504,0.1983471,0.3140496,0.3181818,0.338843,0.2644628,0.1983471,0.23553719,0.23553719,0.22727273,0.2520661,0.24793388,0.24380165,0.24380165,0.30165288,0.3264463,0.4214876,0.46280992,0.59917355,0.6528926,0.6487603,0.6198347,0.60330576,0.5785124,0.59090906,0.5123967,0.5165289,0.4752066,0.42975205,0.39256197,0.29338843,0.21900827,0.2520661,0.32231405,0.4090909,0.5082645,0.607438,0.6570248,0.6818182,0.73140496,0.78512394,0.7231405,0.7933884,0.74793386,0.7355372,0.7231405,0.6570248,0.58264464,0.38429752,0.38842976,0.40495867,0.37603307,0.38429752,0.41735536,0.3305785,0.27272728,0.26859504,0.19008264,0.32231405,0.30578512,0.4090909,0.60330576,0.5247934,0.4338843,0.34710744,0.27272728,0.47107437,0.47933885,0.5165289,0.4752066,0.30165288,0.28099173,0.1983471,0.18181819,0.17768595,0.15289256,0.20661157,0.2768595,0.338843,0.32231405,0.35950413,0.40495867,0.59090906,0.6363636,0.6528926,0.60330576,0.58264464,0.5661157,0.58264464,0.5041322,0.4752066,0.4876033,0.46280992,0.3677686,0.25619835,0.20247933,0.20661157,0.27272728,0.34710744,0.446281,0.56198347,0.6570248,0.6570248,0.73966944,0.71487606,0.69008267,0.78099173,0.71900827,0.73140496,0.71900827,0.62396693,0.58264464,0.45041323,0.3966942,0.38842976,0.338843,0.26859504,0.23140496,0.19008264,0.2231405,0.30991736,0.17355372,0.43801653,0.5041322,0.60330576,0.8016529,0.6570248,0.59504133,0.48347107,0.44214877,0.6198347,0.61570245,0.6652893,0.6404959,0.45454547,0.37603307,0.21900827,0.20247933,0.1446281,0.12809917,0.23140496,0.3181818,0.37190083,0.3305785,0.3553719,0.338843,0.57438016,0.6280992,0.6404959,0.56198347,0.60330576,0.5371901,0.5661157,0.49173555,0.46280992,0.47933885,0.446281,0.36363637,0.2520661,0.19008264,0.18595041,0.25619835,0.29752067,0.40082645,0.5785124,0.6446281,0.6363636,0.76033056,0.6735537,0.74380165,0.72727275,0.7355372,0.73966944,0.70247936,0.62396693,0.5661157,0.45454547,0.39256197,0.39256197,0.3966942,0.37603307,0.27272728,0.18181819,0.2107438,0.40082645,0.1446281,0.5041322,0.661157,0.677686,0.87603307,0.71487606,0.7066116,0.6363636,0.54545456,0.70247936,0.6983471,0.73966944,0.661157,0.49173555,0.37603307,0.23966943,0.24380165,0.28512397,0.38842976,0.47107437,0.4752066,0.45454547,0.38016528,0.3966942,0.29752067,0.5289256,0.62396693,0.61570245,0.5247934,0.58677685,0.5247934,0.5413223,0.47933885,0.45867768,0.45867768,0.42561984,0.36363637,0.25619835,0.20661157,0.1694215,0.21900827,0.27272728,0.37190083,0.59917355,0.6322314,0.60330576,0.75206614,0.607438,0.74793386,0.70247936,0.6942149,0.73140496,0.6859504,0.62396693,0.58264464,0.5165289,0.45867768,0.4752066,0.5,0.56198347,0.5165289,0.446281,0.4214876,0.43801653,0.19008264,0.4090909,0.58264464,0.49586776,0.7768595,0.6363636,0.6363636,0.6404959,0.5206612,0.61157024,0.6280992,0.6652893,0.5206612,0.3140496,0.30165288,0.3264463,0.4214876,0.47933885,0.5371901,0.56198347,0.5289256,0.48347107,0.43801653,0.40495867,0.4214876,0.4876033,0.60330576,0.59917355,0.5123967,0.553719,0.5206612,0.5165289,0.45041323,0.43801653,0.46280992,0.41735536,0.33471075,0.23553719,0.1983471,0.15289256,0.1983471,0.26859504,0.33471075,0.5661157,0.6280992,0.59917355,0.75619835,0.58677685,0.7066116,0.6652893,0.6528926,0.6942149,0.6818182,0.607438,0.58264464,0.49173555,0.4752066,0.5289256,0.56198347,0.6570248,0.6859504,0.6404959,0.62396693,0.58677685,0.47933885,0.4338843,0.4752066,0.37190083,0.59504133,0.5123967,0.57438016,0.5661157,0.446281,0.5041322,0.5,0.49173555,0.40495867,0.30991736,0.40082645,0.4752066,0.5082645,0.5371901,0.57438016,0.55785125,0.57024795,0.5206612,0.446281,0.41322315,0.5123967,0.5041322,0.59504133,0.57438016,0.5413223,0.54545456,0.5206612,0.53305787,0.45867768,0.44214877,0.4876033,0.4214876,0.2892562,0.2107438,0.17768595,0.16115703,0.19421488,0.28512397,0.30991736,0.5165289,0.59090906,0.6363636,0.6983471,0.61157024,0.6818182,0.6487603,0.6363636,0.677686,0.6528926,0.6322314,0.59504133,0.49586776,0.5082645,0.553719,0.61157024,0.71487606,0.74380165,0.70247936,0.6818182,0.6818182,0.661157,0.5413223,0.5371901,0.49586776,0.5206612,0.49586776,0.553719,0.54545456,0.49586776,0.5289256,0.49586776,0.46694216,0.46694216,0.4752066,0.5082645,0.5165289,0.54545456,0.57438016,0.59917355,0.5785124,0.5661157,0.59917355,0.5123967,0.3966942,0.47933885,0.48347107,0.59504133,0.5661157,0.5495868,0.5165289,0.53305787,0.5661157,0.4876033,0.44214877,0.46694216,0.41322315,0.23966943,0.17768595,0.16528925,0.1694215,0.17355372,0.28512397,0.30165288,0.4214876,0.57024795,0.6404959,0.6198347,0.6446281,0.6487603,0.6694215,0.607438,0.661157,0.61157024,0.61157024,0.58677685,0.5247934,0.5495868,0.6198347,0.6735537,0.7355372,0.7355372,0.70247936,0.6942149,0.71487606,0.70247936,0.6528926,0.6404959,0.61570245,0.58677685,0.5661157,0.553719,0.54545456,0.55785125,0.56198347,0.53305787,0.5165289,0.5041322,0.5123967,0.5413223,0.54545456,0.5661157,0.59504133,0.59917355,0.60330576,0.55785125,0.607438,0.5785124,0.45454547,0.4214876,0.4752066,0.5289256,0.5289256,0.5371901,0.47933885,0.46694216,0.54545456,0.49586776,0.41735536,0.4090909,0.3677686,0.2231405,0.16528925,0.1446281,0.17768595,0.19008264,0.23966943,0.30165288,0.30578512,0.5371901,0.60330576,0.58264464,0.6322314,0.6446281,0.6652893,0.607438,0.6404959,0.61157024,0.59917355,0.59504133,0.58677685,0.59504133,0.6570248,0.7107438,0.71487606,0.7231405,0.677686,0.6652893,0.7107438,0.6983471,0.6652893,0.6942149,0.661157,0.6570248,0.6280992,0.59504133,0.59504133,0.59917355,0.58677685,0.5495868,0.5289256,0.5289256,0.5413223,0.553719,0.56198347,0.57438016,0.59090906,0.60330576,0.61157024,0.58264464,0.59504133,0.57024795,0.5289256,0.41322315,0.4338843,0.5041322,0.5,0.5123967,0.5247934,0.47107437,0.5165289,0.45454547,0.3966942,0.35950413,0.30991736,0.2231405,0.16115703,0.12809917,0.16528925,0.20661157,0.2107438,0.2603306,0.28512397,0.46280992,0.5289256,0.56198347,0.61570245,0.62396693,0.6363636,0.62396693,0.6322314,0.61570245,0.59917355,0.6280992,0.6528926,0.6487603,0.6818182,0.74793386,0.71900827,0.6694215,0.59504133,0.61570245,0.6859504,0.59504133,0.62396693,0.62396693,0.60330576,0.62396693,0.58264464,0.57438016,0.57438016,0.56198347,0.5413223,0.5206612,0.5082645,0.5206612,0.5289256,0.5247934,0.5495868,0.5661157,0.59090906,0.61157024,0.62396693,0.59504133,0.607438,0.58264464,0.5785124,0.5123967,0.41735536,0.46280992,0.46694216,0.48347107,0.5123967,0.45454547,0.4752066,0.39256197,0.37603307,0.3553719,0.2644628,0.20661157,0.14876033,0.12396694,0.1694215,0.19008264,0.20661157,0.20247933,0.28099173,0.35950413,0.5,0.5371901,0.6198347,0.60330576,0.62396693,0.61157024,0.6198347,0.60330576,0.61570245,0.6487603,0.6818182,0.677686,0.7066116,0.75619835,0.72727275,0.6198347,0.5247934,0.61157024,0.6487603,0.607438,0.57024795,0.553719,0.5289256,0.5123967,0.48347107,0.48347107,0.5123967,0.46694216,0.44214877,0.44214877,0.45041323,0.46694216,0.4752066,0.48347107,0.5289256,0.56198347,0.58264464,0.60330576,0.61157024,0.60330576,0.60330576,0.5785124,0.5785124,0.58677685,0.47107437,0.46280992,0.44214877,0.4338843,0.4752066,0.47107437,0.47107437,0.4090909,0.37190083,0.3553719,0.23966943,0.18181819,0.12809917,0.11983471,0.1694215,0.17355372,0.20661157,0.19008264,0.23140496,0.27272728,0.46280992,0.5371901,0.61157024,0.59917355,0.58677685,0.6198347,0.61570245,0.61570245,0.62396693,0.6446281,0.6694215,0.677686,0.7066116,0.74380165,0.73966944,0.6528926,0.58677685,0.60330576,0.6859504,0.6487603,0.58264464,0.57024795,0.4876033,0.4338843,0.37603307,0.40082645,0.40495867,0.37190083,0.35950413,0.38016528,0.40495867,0.44214877,0.46280992,0.49173555,0.5123967,0.5371901,0.5661157,0.58677685,0.5785124,0.607438,0.59504133,0.56198347,0.5495868,0.55785125,0.47933885,0.4876033,0.45041323,0.4338843,0.46694216,0.42975205,0.45041323,0.41735536,0.34710744,0.2892562,0.19421488,0.15289256,0.11983471,0.11157025,0.16528925,0.17768595,0.1983471,0.17355372,0.24380165,0.22727273,0.38429752,0.5206612,0.58677685,0.607438,0.57024795,0.61570245,0.62396693,0.6322314,0.6404959,0.6487603,0.6404959,0.6652893,0.6859504,0.7107438,0.71487606,0.61570245,0.6528926,0.661157,0.6446281,0.6528926,0.5785124,0.5413223,0.49586776,0.44214877,0.3677686,0.38016528,0.35950413,0.3429752,0.3677686,0.3966942,0.39256197,0.4338843,0.446281,0.4752066,0.48347107,0.5165289,0.54545456,0.5661157,0.55785125,0.59917355,0.58677685,0.5289256,0.4752066,0.49586776,0.49173555,0.45867768,0.46694216,0.43801653,0.4338843,0.43801653,0.4338843,0.39256197,0.32231405,0.28512397,0.17768595,0.12396694,0.11570248,0.11983471,0.1694215,0.1983471,0.1983471,0.15289256,0.2644628,0.23966943,0.26859504,0.4752066,0.553719,0.57438016,0.57024795,0.59917355,0.61570245,0.6322314,0.6487603,0.6735537,0.6363636,0.6404959,0.69008267,0.7066116,0.71487606,0.661157,0.6694215,0.6735537,0.607438,0.58264464,0.5289256,0.4752066,0.45454547,0.39256197,0.3553719,0.37190083,0.3264463,0.338843,0.3553719,0.38016528,0.35123968,0.38842976,0.4090909,0.44214877,0.46280992,0.4876033,0.5247934,0.57024795,0.5289256,0.59090906,0.55785125,0.5,0.38429752,0.446281,0.49173555,0.45454547,0.45867768,0.4338843,0.41322315,0.45041323,0.41322315,0.36363637,0.28099173,0.2231405,0.18181819,0.11983471,0.11983471,0.10743801,0.17768595,0.19421488,0.17355372,0.17355372,0.2520661,0.2644628,0.1983471,0.38842976,0.5123967,0.553719,0.57024795,0.57438016,0.58264464,0.61570245,0.6487603,0.6652893,0.6487603,0.6404959,0.6942149,0.71900827,0.73966944,0.71900827,0.6735537,0.6528926,0.5785124,0.55785125,0.5,0.46694216,0.40495867,0.37603307,0.3429752,0.3305785,0.29338843,0.30165288,0.3140496,0.3305785,0.3181818,0.3553719,0.38842976,0.4090909,0.46694216,0.46694216,0.5206612,0.54545456,0.54545456,0.58264464,0.55785125,0.4752066,0.38016528,0.3966942,0.4338843,0.43801653,0.44214877,0.4090909,0.3677686,0.39256197,0.37190083,0.30165288,0.2107438,0.17768595,0.18181819,0.10743801,0.10330579,0.11570248,0.18595041,0.17768595,0.17768595,0.1983471,0.21900827,0.35950413,0.18181819,0.26859504,0.46280992,0.54545456,0.57438016,0.5661157,0.57024795,0.5785124,0.6363636,0.6404959,0.6322314,0.6322314,0.6652893,0.73140496,0.76033056,0.7107438,0.6859504,0.6446281,0.6322314,0.5289256,0.4876033,0.45454547,0.39256197,0.40495867,0.338843,0.30991736,0.2892562,0.2603306,0.2644628,0.29338843,0.3264463,0.35123968,0.36363637,0.4214876,0.45454547,0.46280992,0.47933885,0.5289256,0.55785125,0.5661157,0.5661157,0.4876033,0.38429752,0.33471075,0.36363637,0.4090909,0.4214876,0.36363637,0.38429752,0.38429752,0.33471075,0.24380165,0.16115703,0.16528925,0.14876033,0.10743801,0.10330579,0.10743801,10 +0.3429752,0.3264463,0.39256197,0.5661157,0.71900827,0.78512394,0.822314,0.838843,0.838843,0.838843,0.822314,0.8264463,0.8140496,0.8057851,0.7933884,0.78512394,0.77272725,0.76859504,0.7644628,0.75619835,0.75206614,0.74793386,0.7355372,0.73140496,0.7231405,0.71487606,0.7066116,0.71487606,0.7107438,0.6983471,0.6983471,0.7231405,0.71900827,0.7355372,0.73966944,0.71487606,0.6942149,0.7066116,0.6983471,0.6859504,0.6818182,0.6735537,0.6570248,0.661157,0.6528926,0.661157,0.6652893,0.6487603,0.6446281,0.6487603,0.6404959,0.6198347,0.6322314,0.6404959,0.6363636,0.61157024,0.58677685,0.5413223,0.4752066,0.3966942,0.30578512,0.18595041,0.11157025,0.12809917,0.26859504,0.36363637,0.60330576,0.7644628,0.80991733,0.8305785,0.838843,0.8347107,0.8305785,0.8429752,0.822314,0.8264463,0.8140496,0.80991733,0.8016529,0.7933884,0.78512394,0.7768595,0.7768595,0.7644628,0.76033056,0.76033056,0.75206614,0.73966944,0.72727275,0.72727275,0.71900827,0.71900827,0.70247936,0.70247936,0.70247936,0.7231405,0.72727275,0.73140496,0.7355372,0.71900827,0.7231405,0.72727275,0.7066116,0.69008267,0.6859504,0.6818182,0.677686,0.677686,0.661157,0.6652893,0.6694215,0.6446281,0.6528926,0.6528926,0.6487603,0.6363636,0.6363636,0.6404959,0.6404959,0.6322314,0.60330576,0.56198347,0.5206612,0.42975205,0.3305785,0.20247933,0.10743801,0.11983471,0.2603306,0.54545456,0.79752064,0.8595041,0.8471074,0.8429752,0.8347107,0.8347107,0.8305785,0.8140496,0.8264463,0.822314,0.8181818,0.80991733,0.8057851,0.8057851,0.79752064,0.7933884,0.78512394,0.7768595,0.7768595,0.7768595,0.76033056,0.7644628,0.7355372,0.73140496,0.73966944,0.7231405,0.7107438,0.71487606,0.71487606,0.73140496,0.7355372,0.73966944,0.73966944,0.72727275,0.74380165,0.74380165,0.7231405,0.70247936,0.69008267,0.6942149,0.6942149,0.6983471,0.6735537,0.6735537,0.6735537,0.6570248,0.6487603,0.6487603,0.6528926,0.6528926,0.6487603,0.6404959,0.6528926,0.6487603,0.6404959,0.59504133,0.5371901,0.46694216,0.36363637,0.21900827,0.11157025,0.10330579,0.34710744,0.74380165,0.8677686,0.8636364,0.8553719,0.8512397,0.8429752,0.838843,0.8305785,0.8305785,0.8264463,0.822314,0.8181818,0.80991733,0.80991733,0.8140496,0.8181818,0.8016529,0.79752064,0.79752064,0.79752064,0.7933884,0.78512394,0.79752064,0.78512394,0.76033056,0.74793386,0.76033056,0.73966944,0.73966944,0.74380165,0.73966944,0.74380165,0.75619835,0.75206614,0.75619835,0.77272725,0.76859504,0.74380165,0.7231405,0.7107438,0.7066116,0.70247936,0.70247936,0.6859504,0.677686,0.6652893,0.6446281,0.6363636,0.6363636,0.6404959,0.6446281,0.6446281,0.6363636,0.6570248,0.661157,0.6528926,0.6280992,0.56198347,0.47933885,0.39256197,0.23553719,0.12809917,0.09504132,0.49586776,0.838843,0.8719008,0.8636364,0.8595041,0.8595041,0.8429752,0.8305785,0.8305785,0.8264463,0.8140496,0.80991733,0.8140496,0.8140496,0.8140496,0.80991733,0.8140496,0.8140496,0.80991733,0.80991733,0.80991733,0.80991733,0.8140496,0.8264463,0.8181818,0.7892562,0.8140496,0.79752064,0.7768595,0.7644628,0.75206614,0.7644628,0.75619835,0.77272725,0.76859504,0.7768595,0.8016529,0.79752064,0.76033056,0.73966944,0.73140496,0.7231405,0.70247936,0.70247936,0.6694215,0.6528926,0.6363636,0.607438,0.61157024,0.61157024,0.60330576,0.61570245,0.61157024,0.61157024,0.6404959,0.6446281,0.6487603,0.6404959,0.58264464,0.5,0.41322315,0.2603306,0.13636364,0.09917355,0.6322314,0.8636364,0.8636364,0.8595041,0.8595041,0.8595041,0.838843,0.822314,0.822314,0.8181818,0.7933884,0.7892562,0.7892562,0.7892562,0.78512394,0.78512394,0.8016529,0.80991733,0.80991733,0.80991733,0.8140496,0.822314,0.8181818,0.80991733,0.8347107,0.8264463,0.8264463,0.8057851,0.8140496,0.79752064,0.78512394,0.8016529,0.7933884,0.7933884,0.77272725,0.78099173,0.8140496,0.8016529,0.75619835,0.74380165,0.74380165,0.7231405,0.7066116,0.6859504,0.6404959,0.6363636,0.607438,0.58677685,0.58264464,0.57438016,0.57438016,0.58264464,0.58264464,0.59917355,0.61157024,0.6198347,0.6404959,0.6404959,0.59504133,0.5041322,0.4214876,0.26859504,0.13636364,0.10330579,0.75206614,0.8677686,0.8553719,0.8636364,0.8636364,0.8553719,0.8429752,0.8181818,0.8057851,0.79752064,0.7644628,0.73966944,0.72727275,0.73966944,0.75206614,0.76033056,0.78099173,0.7933884,0.7933884,0.79752064,0.7933884,0.8016529,0.8057851,0.7768595,0.8140496,0.8305785,0.8264463,0.8057851,0.838843,0.8347107,0.8140496,0.8016529,0.8181818,0.8057851,0.77272725,0.7892562,0.80991733,0.76859504,0.72727275,0.7107438,0.69008267,0.661157,0.6694215,0.6570248,0.59917355,0.607438,0.5661157,0.5495868,0.5289256,0.5289256,0.5247934,0.5413223,0.5371901,0.5661157,0.59504133,0.607438,0.6198347,0.62396693,0.58677685,0.5041322,0.42975205,0.2768595,0.14876033,0.09090909,0.822314,0.8595041,0.8512397,0.8636364,0.8636364,0.8512397,0.8347107,0.80991733,0.77272725,0.73140496,0.6652893,0.6280992,0.6487603,0.677686,0.6983471,0.71900827,0.71487606,0.73966944,0.71487606,0.7231405,0.7107438,0.73140496,0.75619835,0.71900827,0.7933884,0.79752064,0.8057851,0.80991733,0.8305785,0.8347107,0.8140496,0.79752064,0.8057851,0.7933884,0.75619835,0.76859504,0.7644628,0.7066116,0.661157,0.61157024,0.54545456,0.5247934,0.54545456,0.5082645,0.5165289,0.5165289,0.48347107,0.46694216,0.44214877,0.446281,0.44214877,0.45454547,0.45454547,0.47933885,0.54545456,0.58677685,0.607438,0.607438,0.58677685,0.5041322,0.43801653,0.29338843,0.1446281,0.10330579,0.8429752,0.8512397,0.8595041,0.8595041,0.8595041,0.8471074,0.822314,0.7644628,0.6694215,0.59917355,0.5123967,0.49586776,0.5371901,0.56198347,0.57438016,0.53305787,0.5371901,0.5661157,0.5165289,0.5289256,0.5289256,0.57438016,0.6322314,0.6528926,0.73966944,0.75206614,0.78099173,0.8016529,0.80991733,0.8181818,0.8057851,0.78512394,0.7768595,0.76859504,0.7355372,0.72727275,0.70247936,0.6570248,0.5785124,0.446281,0.38842976,0.38016528,0.40495867,0.338843,0.30991736,0.30991736,0.30165288,0.30578512,0.3140496,0.32231405,0.3305785,0.3264463,0.338843,0.3429752,0.41322315,0.5371901,0.59090906,0.61157024,0.5785124,0.5041322,0.45454547,0.28512397,0.1446281,0.11157025,0.838843,0.8429752,0.8553719,0.8512397,0.8512397,0.8347107,0.76033056,0.607438,0.5,0.4338843,0.38016528,0.39256197,0.41322315,0.3966942,0.3966942,0.33471075,0.3140496,0.338843,0.32231405,0.3553719,0.38429752,0.39256197,0.4752066,0.56198347,0.6652893,0.70247936,0.74793386,0.77272725,0.78099173,0.78512394,0.78512394,0.7644628,0.74793386,0.74380165,0.7231405,0.6983471,0.6570248,0.61570245,0.4752066,0.32231405,0.3181818,0.26859504,0.29752067,0.23140496,0.2107438,0.2231405,0.20661157,0.19421488,0.19008264,0.21900827,0.2231405,0.23966943,0.2644628,0.23553719,0.25619835,0.4090909,0.53305787,0.60330576,0.5785124,0.49586776,0.46694216,0.2768595,0.17768595,0.11157025,0.8305785,0.8429752,0.8471074,0.8553719,0.8471074,0.76859504,0.57438016,0.44214877,0.3966942,0.35123968,0.30165288,0.29338843,0.30165288,0.2603306,0.2603306,0.27272728,0.20661157,0.2231405,0.23553719,0.2644628,0.30165288,0.30165288,0.3553719,0.46694216,0.59504133,0.6652893,0.7231405,0.7644628,0.77272725,0.76859504,0.77272725,0.7644628,0.74793386,0.74380165,0.71900827,0.69008267,0.6404959,0.553719,0.4090909,0.30165288,0.29752067,0.2231405,0.2231405,0.17768595,0.17355372,0.19008264,0.18595041,0.14876033,0.14876033,0.1570248,0.1694215,0.17768595,0.21487603,0.2107438,0.1983471,0.2768595,0.41322315,0.57024795,0.58264464,0.4752066,0.49586776,0.28099173,0.19008264,0.11157025,0.8305785,0.8429752,0.8429752,0.8595041,0.8016529,0.58677685,0.41322315,0.37603307,0.36363637,0.3553719,0.28512397,0.23966943,0.23553719,0.21487603,0.22727273,0.1983471,0.16528925,0.17768595,0.2231405,0.24380165,0.2644628,0.28512397,0.3264463,0.42561984,0.5371901,0.6363636,0.72727275,0.78099173,0.78099173,0.76859504,0.78099173,0.75206614,0.74380165,0.7231405,0.71900827,0.70247936,0.62396693,0.5123967,0.42561984,0.3553719,0.30991736,0.2603306,0.23966943,0.21900827,0.19008264,0.19008264,0.19008264,0.19008264,0.16528925,0.16528925,0.17355372,0.16528925,0.20661157,0.23553719,0.23553719,0.22727273,0.28099173,0.4752066,0.57438016,0.4752066,0.49586776,0.3181818,0.20661157,0.12396694,0.838843,0.8429752,0.8553719,0.8471074,0.6694215,0.43801653,0.37190083,0.3429752,0.33471075,0.338843,0.29752067,0.2768595,0.28099173,0.29338843,0.32231405,0.29338843,0.28512397,0.23553719,0.30578512,0.3264463,0.35123968,0.37190083,0.38842976,0.44214877,0.5371901,0.6446281,0.7644628,0.8305785,0.8140496,0.79752064,0.8264463,0.78512394,0.75206614,0.7231405,0.74380165,0.73140496,0.6280992,0.5165289,0.42975205,0.39256197,0.38016528,0.37190083,0.36363637,0.35123968,0.338843,0.35123968,0.33471075,0.30991736,0.30991736,0.30165288,0.28099173,0.2603306,0.2603306,0.2644628,0.2603306,0.2520661,0.23140496,0.338843,0.5206612,0.49173555,0.4752066,0.35123968,0.20661157,0.12396694,0.8429752,0.8429752,0.8595041,0.74793386,0.5165289,0.3677686,0.3553719,0.38429752,0.40082645,0.41322315,0.41322315,0.44214877,0.46694216,0.41735536,0.44214877,0.45041323,0.4752066,0.45454547,0.44214877,0.48347107,0.47933885,0.5041322,0.5123967,0.5123967,0.58264464,0.69008267,0.79752064,0.8636364,0.838843,0.8140496,0.8347107,0.8057851,0.74793386,0.71487606,0.75619835,0.74380165,0.62396693,0.5123967,0.446281,0.43801653,0.47107437,0.48347107,0.47107437,0.446281,0.45867768,0.47107437,0.45041323,0.44214877,0.47107437,0.46280992,0.41735536,0.40495867,0.39256197,0.3264463,0.3140496,0.30578512,0.24793388,0.26859504,0.40082645,0.5,0.47107437,0.36363637,0.23140496,0.13636364,0.838843,0.8553719,0.8264463,0.5785124,0.38842976,0.3305785,0.45454547,0.54545456,0.57024795,0.5371901,0.5371901,0.5123967,0.5495868,0.44214877,0.38429752,0.35950413,0.3677686,0.34710744,0.3553719,0.42975205,0.446281,0.5371901,0.57438016,0.57024795,0.6198347,0.73140496,0.822314,0.8677686,0.8471074,0.8140496,0.8057851,0.75619835,0.72727275,0.6983471,0.7107438,0.7066116,0.59504133,0.5,0.47933885,0.5123967,0.5082645,0.4876033,0.446281,0.41735536,0.4090909,0.39256197,0.37603307,0.37190083,0.38842976,0.36363637,0.41735536,0.47933885,0.46280992,0.4338843,0.38429752,0.3677686,0.27272728,0.2603306,0.3181818,0.44214877,0.47107437,0.39256197,0.24793388,0.12809917,0.838843,0.8719008,0.74793386,0.47107437,0.3677686,0.4214876,0.607438,0.6859504,0.677686,0.61570245,0.4752066,0.37603307,0.40082645,0.37603307,0.22727273,0.2644628,0.23140496,0.23140496,0.25619835,0.28512397,0.28099173,0.40495867,0.5247934,0.58264464,0.607438,0.73140496,0.822314,0.8553719,0.838843,0.8057851,0.74793386,0.71900827,0.7107438,0.6942149,0.6818182,0.6570248,0.5661157,0.49586776,0.5082645,0.5082645,0.45867768,0.45454547,0.43801653,0.4214876,0.42975205,0.37603307,0.32231405,0.28099173,0.24380165,0.21487603,0.2520661,0.38016528,0.446281,0.5371901,0.45454547,0.44214877,0.3677686,0.28099173,0.2768595,0.3677686,0.46694216,0.40082645,0.25619835,0.1322314,0.8347107,0.87603307,0.6983471,0.46694216,0.45041323,0.6363636,0.76859504,0.76033056,0.69008267,0.49586776,0.3553719,0.29338843,0.41322315,0.5,0.2520661,0.36363637,0.35950413,0.2892562,0.3677686,0.3966942,0.39256197,0.3553719,0.42975205,0.5165289,0.59504133,0.71900827,0.80991733,0.838843,0.8140496,0.78099173,0.7107438,0.677686,0.677686,0.6859504,0.6528926,0.6198347,0.53305787,0.49173555,0.5,0.4752066,0.49586776,0.47107437,0.45454547,0.5495868,0.57024795,0.39256197,0.37190083,0.23966943,0.23966943,0.23140496,0.2231405,0.24380165,0.3305785,0.5206612,0.5247934,0.5165289,0.46694216,0.3305785,0.2768595,0.3429752,0.446281,0.3966942,0.2603306,0.14049587,0.8347107,0.87603307,0.677686,0.4752066,0.56198347,0.7066116,0.7892562,0.75206614,0.5165289,0.446281,0.26859504,0.4752066,0.7107438,0.7066116,0.3264463,0.446281,0.49586776,0.25619835,0.45867768,0.55785125,0.60330576,0.3966942,0.45454547,0.5,0.5661157,0.7644628,0.80991733,0.8181818,0.77272725,0.74793386,0.6818182,0.6570248,0.6528926,0.6487603,0.6363636,0.61157024,0.55785125,0.5041322,0.5082645,0.5413223,0.47933885,0.4752066,0.58677685,0.74793386,0.77272725,0.4090909,0.59917355,0.20247933,0.2644628,0.35950413,0.3140496,0.29752067,0.23966943,0.37603307,0.5289256,0.58264464,0.53305787,0.41735536,0.3677686,0.38016528,0.42561984,0.39256197,0.2644628,0.14876033,0.8347107,0.8595041,0.6570248,0.5371901,0.6735537,0.78512394,0.80991733,0.5371901,0.44214877,0.38016528,0.33471075,0.79752064,0.8636364,0.80991733,0.5413223,0.49586776,0.5,0.38429752,0.5289256,0.6694215,0.75206614,0.5289256,0.37603307,0.46280992,0.5495868,0.8057851,0.8140496,0.78512394,0.71487606,0.73966944,0.6735537,0.6570248,0.62396693,0.59917355,0.607438,0.60330576,0.5661157,0.5371901,0.5247934,0.446281,0.4752066,0.6280992,0.73966944,0.822314,0.87603307,0.5785124,0.75206614,0.26859504,0.29338843,0.4214876,0.4752066,0.5413223,0.19008264,0.39256197,0.446281,0.56198347,0.58264464,0.49586776,0.42561984,0.4090909,0.40495867,0.38016528,0.2603306,0.1570248,0.8429752,0.8471074,0.6652893,0.61157024,0.72727275,0.8181818,0.8181818,0.43801653,0.5661157,0.21900827,0.6735537,0.92975205,0.8801653,0.8595041,0.7933884,0.6404959,0.57438016,0.57438016,0.6735537,0.7892562,0.78099173,0.6570248,0.5206612,0.4752066,0.45041323,0.7644628,0.8057851,0.7231405,0.7107438,0.7066116,0.6528926,0.6735537,0.6198347,0.57438016,0.59090906,0.59504133,0.58677685,0.49173555,0.4214876,0.5247934,0.6404959,0.73140496,0.78512394,0.8429752,0.8719008,0.8140496,0.6983471,0.45454547,0.42975205,0.5206612,0.80991733,0.6694215,0.30165288,0.23140496,0.338843,0.49173555,0.60330576,0.553719,0.47107437,0.42561984,0.3966942,0.3677686,0.27272728,0.17768595,0.8471074,0.822314,0.6404959,0.6694215,0.7644628,0.838843,0.69008267,0.46280992,0.42561984,0.3140496,0.8471074,0.9214876,0.88429755,0.8677686,0.8677686,0.80991733,0.74380165,0.73140496,0.76859504,0.74793386,0.6818182,0.59090906,0.5661157,0.59504133,0.56198347,0.75206614,0.7768595,0.72727275,0.73966944,0.677686,0.6404959,0.6528926,0.61157024,0.57024795,0.58677685,0.59504133,0.5495868,0.5247934,0.54545456,0.5785124,0.58677685,0.6198347,0.6983471,0.74380165,0.79752064,0.838843,0.7933884,0.70247936,0.6363636,0.72727275,0.92975205,0.80991733,0.36363637,0.20661157,0.3677686,0.45867768,0.61570245,0.59090906,0.5165289,0.45867768,0.42561984,0.37603307,0.2892562,0.18595041,0.8471074,0.78099173,0.661157,0.74380165,0.80991733,0.8264463,0.58677685,0.46280992,0.41322315,0.55785125,0.8181818,0.8677686,0.8347107,0.79752064,0.77272725,0.71900827,0.71900827,0.6859504,0.6942149,0.6363636,0.58677685,0.5495868,0.60330576,0.7066116,0.6818182,0.7107438,0.75619835,0.74380165,0.74380165,0.6983471,0.6363636,0.6322314,0.607438,0.59090906,0.58264464,0.59917355,0.5206612,0.57024795,0.69008267,0.6570248,0.58264464,0.59917355,0.6694215,0.6570248,0.677686,0.6694215,0.6694215,0.6818182,0.6694215,0.7066116,0.8347107,0.76033056,0.40082645,0.3140496,0.30991736,0.45454547,0.58677685,0.6363636,0.5661157,0.4876033,0.45454547,0.40082645,0.30991736,0.2107438,0.838843,0.7933884,0.76033056,0.8140496,0.8305785,0.8016529,0.6198347,0.5247934,0.5041322,0.5785124,0.6735537,0.6983471,0.7066116,0.6942149,0.6983471,0.6983471,0.71900827,0.69008267,0.6942149,0.6446281,0.58264464,0.57024795,0.6528926,0.74793386,0.61570245,0.71487606,0.76033056,0.73140496,0.7355372,0.6983471,0.6280992,0.60330576,0.59504133,0.60330576,0.58264464,0.607438,0.5371901,0.5371901,0.6694215,0.677686,0.5785124,0.5785124,0.6404959,0.661157,0.7066116,0.6446281,0.58677685,0.58264464,0.5247934,0.553719,0.6198347,0.59504133,0.47107437,0.3966942,0.3429752,0.45041323,0.58264464,0.6818182,0.6322314,0.553719,0.49173555,0.42561984,0.338843,0.22727273,0.8347107,0.8305785,0.8347107,0.8512397,0.8553719,0.822314,0.7231405,0.6570248,0.7066116,0.8016529,0.8305785,0.8016529,0.7768595,0.75206614,0.73966944,0.73140496,0.72727275,0.7107438,0.6735537,0.6322314,0.61157024,0.6570248,0.74793386,0.7231405,0.6652893,0.76033056,0.75206614,0.73140496,0.72727275,0.7066116,0.6446281,0.607438,0.59917355,0.59504133,0.5785124,0.59504133,0.59504133,0.5495868,0.6446281,0.6983471,0.6942149,0.6363636,0.58264464,0.59504133,0.6694215,0.6487603,0.6322314,0.6322314,0.55785125,0.57024795,0.58264464,0.62396693,0.61570245,0.5289256,0.4752066,0.48347107,0.59504133,0.7066116,0.6942149,0.6404959,0.5495868,0.46280992,0.3677686,0.2644628,0.838843,0.8471074,0.8595041,0.8677686,0.8719008,0.8471074,0.78512394,0.7768595,0.8305785,0.8595041,0.87603307,0.8636364,0.8305785,0.78512394,0.74793386,0.73140496,0.6983471,0.6859504,0.6694215,0.6570248,0.6983471,0.76033056,0.7644628,0.75206614,0.7644628,0.76859504,0.76033056,0.74793386,0.73966944,0.7231405,0.661157,0.62396693,0.59917355,0.58264464,0.57438016,0.5785124,0.61570245,0.59504133,0.607438,0.71900827,0.72727275,0.71487606,0.69008267,0.6322314,0.61570245,0.61570245,0.6280992,0.6404959,0.62396693,0.6363636,0.661157,0.71487606,0.71900827,0.6404959,0.58264464,0.5413223,0.61570245,0.7107438,0.6983471,0.6818182,0.57438016,0.5041322,0.41322315,0.29338843,0.8512397,0.8553719,0.8636364,0.8719008,0.8677686,0.8471074,0.822314,0.838843,0.8553719,0.8719008,0.87603307,0.8595041,0.8016529,0.76859504,0.74380165,0.74793386,0.73140496,0.71900827,0.6942149,0.71900827,0.76033056,0.7892562,0.77272725,0.8016529,0.7768595,0.7644628,0.75206614,0.75619835,0.75206614,0.73140496,0.6652893,0.6198347,0.59504133,0.58264464,0.5785124,0.58677685,0.607438,0.61157024,0.60330576,0.6859504,0.7355372,0.74793386,0.73966944,0.7107438,0.6446281,0.6528926,0.6280992,0.6280992,0.6363636,0.6322314,0.6652893,0.72727275,0.74380165,0.6983471,0.6446281,0.5785124,0.62396693,0.69008267,0.6859504,0.6859504,0.59090906,0.5413223,0.45454547,0.30991736,0.8512397,0.8512397,0.8636364,0.8677686,0.8595041,0.8429752,0.8429752,0.8636364,0.8719008,0.8801653,0.87603307,0.8264463,0.78099173,0.7644628,0.74793386,0.75619835,0.75619835,0.7355372,0.71900827,0.77272725,0.7892562,0.7933884,0.80991733,0.8057851,0.78512394,0.7768595,0.75206614,0.75619835,0.78512394,0.75206614,0.6818182,0.6363636,0.59917355,0.57438016,0.5785124,0.607438,0.607438,0.61570245,0.607438,0.6570248,0.6859504,0.7355372,0.71487606,0.7231405,0.6942149,0.677686,0.6528926,0.6446281,0.6404959,0.6363636,0.6528926,0.7066116,0.74793386,0.7231405,0.6818182,0.6404959,0.6404959,0.661157,0.6859504,0.6818182,0.62396693,0.56198347,0.47933885,0.3181818,0.8512397,0.8553719,0.8677686,0.8636364,0.8553719,0.8429752,0.8553719,0.8677686,0.8801653,0.87603307,0.8636364,0.8305785,0.8016529,0.7644628,0.74793386,0.75206614,0.77272725,0.77272725,0.75206614,0.7892562,0.7933884,0.80991733,0.8264463,0.80991733,0.7933884,0.76859504,0.74380165,0.75619835,0.7933884,0.80991733,0.69008267,0.6528926,0.61570245,0.5785124,0.57438016,0.60330576,0.6198347,0.6280992,0.6198347,0.6570248,0.6735537,0.7107438,0.71900827,0.73140496,0.69008267,0.661157,0.677686,0.6694215,0.661157,0.6487603,0.6570248,0.6942149,0.73966944,0.73140496,0.70247936,0.6735537,0.6652893,0.6528926,0.6735537,0.6818182,0.6528926,0.58677685,0.47933885,0.3140496,0.8471074,0.8636364,0.8636364,0.8595041,0.8512397,0.8471074,0.8595041,0.8677686,0.8719008,0.8636364,0.8512397,0.8305785,0.8016529,0.7644628,0.78099173,0.78099173,0.8181818,0.79752064,0.78099173,0.78512394,0.8057851,0.8264463,0.8305785,0.822314,0.8016529,0.76033056,0.73966944,0.7644628,0.79752064,0.822314,0.6983471,0.6446281,0.6198347,0.58677685,0.57024795,0.5785124,0.62396693,0.6404959,0.6404959,0.6487603,0.6694215,0.6818182,0.71487606,0.72727275,0.6983471,0.6983471,0.6942149,0.6818182,0.6818182,0.6735537,0.6694215,0.6983471,0.71900827,0.72727275,0.7066116,0.6818182,0.69008267,0.661157,0.6694215,0.6859504,0.6570248,0.59504133,0.47107437,0.30165288,0.8512397,0.8595041,0.8595041,0.8595041,0.8512397,0.8553719,0.8595041,0.8595041,0.8636364,0.8471074,0.8429752,0.822314,0.80991733,0.8057851,0.822314,0.77272725,0.8264463,0.78099173,0.7892562,0.79752064,0.8181818,0.8347107,0.838843,0.8347107,0.79752064,0.76033056,0.73966944,0.7355372,0.75206614,0.79752064,0.6942149,0.6446281,0.61570245,0.58677685,0.58264464,0.5661157,0.607438,0.6487603,0.6528926,0.661157,0.6735537,0.6942149,0.6983471,0.69008267,0.6983471,0.70247936,0.70247936,0.70247936,0.6942149,0.6983471,0.6818182,0.7066116,0.6983471,0.71900827,0.6983471,0.6859504,0.6942149,0.6694215,0.661157,0.6735537,0.6652893,0.59917355,0.446281,0.28512397,0.8471074,0.8471074,0.8553719,0.8553719,0.8595041,0.8595041,0.8553719,0.8512397,0.8553719,0.8512397,0.8471074,0.8181818,0.8140496,0.8181818,0.8181818,0.8057851,0.8057851,0.78099173,0.8057851,0.80991733,0.8264463,0.8471074,0.8512397,0.838843,0.7892562,0.7644628,0.74380165,0.71487606,0.6942149,0.7231405,0.677686,0.6487603,0.61570245,0.59090906,0.59090906,0.56198347,0.59504133,0.6487603,0.661157,0.6694215,0.6859504,0.7066116,0.71487606,0.6983471,0.6983471,0.6942149,0.69008267,0.6942149,0.6983471,0.7066116,0.69008267,0.7107438,0.6983471,0.7066116,0.69008267,0.69008267,0.6818182,0.6694215,0.6694215,0.6570248,0.6487603,0.59090906,0.42975205,0.2644628,0.8471074,0.8429752,0.8512397,0.8636364,0.8636364,0.8636364,0.8553719,0.8553719,0.8512397,0.8553719,0.8429752,0.822314,0.8016529,0.822314,0.8140496,0.8140496,0.8016529,0.80991733,0.8140496,0.8181818,0.8347107,0.8553719,0.8636364,0.8264463,0.7768595,0.7768595,0.75619835,0.7355372,0.76859504,0.73140496,0.6942149,0.6942149,0.6322314,0.607438,0.59090906,0.5661157,0.57024795,0.6363636,0.6735537,0.6859504,0.69008267,0.6983471,0.71487606,0.7107438,0.71900827,0.6983471,0.69008267,0.6983471,0.70247936,0.69008267,0.6859504,0.7107438,0.7107438,0.6942149,0.6859504,0.70247936,0.6942149,0.6735537,0.6694215,0.6487603,0.6322314,0.58264464,0.41322315,0.2520661,0.8347107,0.838843,0.8512397,0.8636364,0.8677686,0.8636364,0.8553719,0.8553719,0.8553719,0.8471074,0.838843,0.8347107,0.8016529,0.8305785,0.80991733,0.80991733,0.8140496,0.8140496,0.822314,0.8264463,0.838843,0.8595041,0.8595041,0.79752064,0.77272725,0.822314,0.7933884,0.78512394,0.8429752,0.7355372,0.7768595,0.74793386,0.6528926,0.6652893,0.61157024,0.57024795,0.553719,0.62396693,0.6818182,0.6942149,0.6859504,0.6983471,0.7231405,0.7355372,0.71900827,0.7107438,0.7066116,0.7066116,0.71487606,0.677686,0.71487606,0.7066116,0.7107438,0.6983471,0.69008267,0.71487606,0.7107438,0.69008267,0.6735537,0.6363636,0.6280992,0.5495868,0.37603307,0.23140496,0.8264463,0.8347107,0.8512397,0.8636364,0.8677686,0.8636364,0.8512397,0.8636364,0.8553719,0.8429752,0.8429752,0.8429752,0.8181818,0.8264463,0.8181818,0.8181818,0.822314,0.822314,0.8181818,0.8264463,0.8347107,0.838843,0.8264463,0.78512394,0.76859504,0.8347107,0.79752064,0.75619835,0.75206614,0.7066116,0.73140496,0.7066116,0.6570248,0.661157,0.7355372,0.607438,0.55785125,0.60330576,0.661157,0.70247936,0.69008267,0.6983471,0.71900827,0.7355372,0.73140496,0.72727275,0.7231405,0.7107438,0.71900827,0.6942149,0.71900827,0.6983471,0.72727275,0.7066116,0.6942149,0.71487606,0.7066116,0.7107438,0.6859504,0.6363636,0.62396693,0.5206612,0.34710744,0.21487603,0.8264463,0.8264463,0.8471074,0.8595041,0.8677686,0.8595041,0.8553719,0.8636364,0.8512397,0.8512397,0.8429752,0.8429752,0.8305785,0.822314,0.822314,0.8347107,0.8347107,0.8264463,0.822314,0.8264463,0.8181818,0.7892562,0.7933884,0.7768595,0.73966944,0.74380165,0.74793386,0.6652893,0.61157024,0.59090906,0.62396693,0.61157024,0.6322314,0.6446281,0.73966944,0.607438,0.5661157,0.57438016,0.6404959,0.6735537,0.6859504,0.70247936,0.71487606,0.7231405,0.73966944,0.7231405,0.7231405,0.70247936,0.7107438,0.6818182,0.6942149,0.7066116,0.72727275,0.7066116,0.70247936,0.69008267,0.6983471,0.71487606,0.6983471,0.6404959,0.59917355,0.49586776,0.32231405,0.19008264,0.8181818,0.8305785,0.838843,0.8553719,0.8677686,0.8595041,0.8595041,0.8512397,0.8471074,0.8595041,0.8471074,0.8429752,0.8429752,0.8264463,0.8305785,0.8347107,0.8347107,0.8305785,0.822314,0.8140496,0.79752064,0.74793386,0.8016529,0.7644628,0.6859504,0.6942149,0.7107438,0.59090906,0.5165289,0.5,0.5082645,0.5289256,0.5371901,0.5082645,0.5082645,0.5123967,0.5371901,0.57024795,0.61157024,0.6363636,0.6818182,0.6942149,0.71487606,0.72727275,0.7355372,0.73966944,0.74380165,0.7066116,0.70247936,0.70247936,0.6652893,0.677686,0.70247936,0.69008267,0.70247936,0.6942149,0.70247936,0.71487606,0.69008267,0.6280992,0.59504133,0.47933885,0.30578512,0.18181819,0.80991733,0.8264463,0.8471074,0.8429752,0.8553719,0.8677686,0.8595041,0.8512397,0.8471074,0.8553719,0.8471074,0.838843,0.8429752,0.8305785,0.8305785,0.8347107,0.8264463,0.822314,0.8181818,0.8016529,0.75206614,0.73140496,0.80991733,0.73966944,0.57438016,0.58677685,0.69008267,0.58677685,0.45867768,0.4214876,0.39256197,0.4214876,0.45454547,0.45867768,0.45867768,0.47107437,0.5041322,0.58677685,0.61157024,0.61570245,0.6818182,0.6942149,0.70247936,0.72727275,0.70247936,0.74793386,0.75619835,0.7231405,0.69008267,0.7107438,0.677686,0.677686,0.6983471,0.6859504,0.69008267,0.6983471,0.70247936,0.7066116,0.677686,0.61570245,0.60330576,0.45867768,0.28512397,0.16528925,0.79752064,0.8305785,0.8471074,0.838843,0.8512397,0.8636364,0.8512397,0.8553719,0.8471074,0.8553719,0.8471074,0.838843,0.8429752,0.8305785,0.8305785,0.8305785,0.822314,0.8057851,0.7933884,0.76033056,0.6818182,0.7107438,0.78512394,0.6446281,0.3966942,0.23553719,0.58677685,0.607438,0.42975205,0.3429752,0.33471075,0.37603307,0.42975205,0.37603307,0.30991736,0.36363637,0.45041323,0.57438016,0.59090906,0.59090906,0.6652893,0.6983471,0.70247936,0.72727275,0.7107438,0.73966944,0.75619835,0.71900827,0.7066116,0.7107438,0.7107438,0.6735537,0.6942149,0.6942149,0.6694215,0.69008267,0.70247936,0.6983471,0.661157,0.607438,0.61157024,0.45454547,0.2644628,0.1570248,0.7892562,0.822314,0.8553719,0.8347107,0.8553719,0.8471074,0.8512397,0.8471074,0.8553719,0.8595041,0.8553719,0.838843,0.838843,0.8264463,0.8264463,0.8264463,0.8181818,0.7933884,0.77272725,0.73140496,0.661157,0.6859504,0.76859504,0.5413223,0.30165288,0.12809917,0.57438016,0.6280992,0.47933885,0.3264463,0.3305785,0.4090909,0.45041323,0.33471075,0.14876033,0.15289256,0.30991736,0.53305787,0.5247934,0.553719,0.6280992,0.677686,0.7066116,0.73966944,0.7355372,0.73140496,0.74380165,0.7355372,0.7231405,0.71487606,0.71487606,0.69008267,0.6859504,0.6818182,0.6735537,0.6694215,0.677686,0.6859504,0.6487603,0.59917355,0.59917355,0.45041323,0.24793388,0.1570248,0.78099173,0.8264463,0.8429752,0.838843,0.8305785,0.8429752,0.8471074,0.8429752,0.8553719,0.8553719,0.8553719,0.8429752,0.8347107,0.8264463,0.8181818,0.80991733,0.8057851,0.76033056,0.71900827,0.6735537,0.6487603,0.7355372,0.6942149,0.59917355,0.35950413,0.33471075,0.6446281,0.56198347,0.5,0.3553719,0.33471075,0.38842976,0.38429752,0.43801653,0.37190083,0.1983471,0.23966943,0.46280992,0.40082645,0.5082645,0.6280992,0.6735537,0.6983471,0.72727275,0.72727275,0.72727275,0.73140496,0.73966944,0.7355372,0.7231405,0.71487606,0.6983471,0.6859504,0.677686,0.677686,0.6694215,0.6487603,0.6570248,0.62396693,0.59090906,0.58264464,0.44214877,0.22727273,0.13636364,0.76859504,0.8305785,0.838843,0.8264463,0.8140496,0.8264463,0.838843,0.8512397,0.8471074,0.8512397,0.8512397,0.8471074,0.8347107,0.822314,0.8140496,0.8016529,0.7768595,0.74380165,0.69008267,0.6942149,0.7066116,0.76033056,0.71900827,0.71487606,0.60330576,0.5661157,0.58677685,0.47107437,0.45867768,0.35123968,0.30991736,0.30578512,0.29338843,0.3966942,0.5082645,0.41735536,0.41735536,0.47107437,0.38429752,0.4876033,0.6280992,0.661157,0.69008267,0.7066116,0.71900827,0.7231405,0.72727275,0.72727275,0.73140496,0.71487606,0.71487606,0.70247936,0.6942149,0.6818182,0.677686,0.6570248,0.6652893,0.62396693,0.60330576,0.59917355,0.57438016,0.44214877,0.20661157,0.10330579,0.76859504,0.8181818,0.8305785,0.80991733,0.80991733,0.822314,0.8429752,0.8429752,0.8512397,0.8553719,0.8512397,0.8471074,0.8347107,0.822314,0.8057851,0.7892562,0.74793386,0.72727275,0.69008267,0.73966944,0.7644628,0.77272725,0.77272725,0.71487606,0.6735537,0.58264464,0.55785125,0.446281,0.3966942,0.3264463,0.28512397,0.28099173,0.30165288,0.3677686,0.44214877,0.45867768,0.46694216,0.4752066,0.44214877,0.5247934,0.61157024,0.6446281,0.6983471,0.6983471,0.7066116,0.71487606,0.72727275,0.7107438,0.71900827,0.70247936,0.7107438,0.7066116,0.6983471,0.677686,0.6818182,0.6652893,0.6652893,0.607438,0.5785124,0.58264464,0.58264464,0.45041323,0.19008264,0.10330579,0.75619835,0.8016529,0.8016529,0.79752064,0.8140496,0.822314,0.8347107,0.8347107,0.8512397,0.8512397,0.8471074,0.8429752,0.8264463,0.8140496,0.7933884,0.7644628,0.73140496,0.71900827,0.71487606,0.7644628,0.79752064,0.79752064,0.8016529,0.75206614,0.61157024,0.5206612,0.5371901,0.45041323,0.3966942,0.338843,0.3181818,0.3429752,0.37603307,0.4090909,0.40495867,0.4214876,0.41735536,0.4752066,0.5206612,0.61570245,0.6363636,0.6363636,0.6818182,0.6859504,0.69008267,0.6942149,0.70247936,0.70247936,0.7066116,0.6983471,0.7066116,0.6942149,0.7107438,0.661157,0.677686,0.6818182,0.6322314,0.60330576,0.57024795,0.57024795,0.5785124,0.44214877,0.16115703,0.11157025,0.73140496,0.78099173,0.77272725,0.7933884,0.79752064,0.8140496,0.8264463,0.838843,0.838843,0.8471074,0.8471074,0.8305785,0.8181818,0.7892562,0.78099173,0.74380165,0.71900827,0.74380165,0.74380165,0.78512394,0.8057851,0.7768595,0.7355372,0.6198347,0.4752066,0.47107437,0.4876033,0.446281,0.41322315,0.36363637,0.37190083,0.39256197,0.4090909,0.45041323,0.35950413,0.3677686,0.38429752,0.4090909,0.59917355,0.6528926,0.6694215,0.6570248,0.6694215,0.677686,0.6735537,0.6694215,0.6694215,0.6859504,0.69008267,0.6942149,0.6983471,0.6942149,0.70247936,0.6694215,0.6363636,0.69008267,0.6322314,0.6363636,0.56198347,0.57438016,0.553719,0.4338843,0.1570248,0.11983471,0.6983471,0.7231405,0.75206614,0.7892562,0.7892562,0.80991733,0.822314,0.838843,0.838843,0.8595041,0.8471074,0.822314,0.80991733,0.76859504,0.77272725,0.73140496,0.72727275,0.73966944,0.77272725,0.78099173,0.76859504,0.6942149,0.59090906,0.47107437,0.42975205,0.4338843,0.49173555,0.45454547,0.37603307,0.338843,0.38842976,0.38016528,0.39256197,0.446281,0.36363637,0.34710744,0.35123968,0.30165288,0.53305787,0.61157024,0.6363636,0.6652893,0.661157,0.661157,0.661157,0.6528926,0.6528926,0.6652893,0.677686,0.69008267,0.6735537,0.6859504,0.677686,0.677686,0.6446281,0.6942149,0.6570248,0.6528926,0.56198347,0.58264464,0.5289256,0.41735536,0.17355372,0.10743801,0.6694215,0.7107438,0.76033056,0.7644628,0.77272725,0.80991733,0.822314,0.838843,0.8471074,0.8553719,0.8471074,0.8057851,0.7892562,0.76859504,0.74793386,0.72727275,0.74793386,0.75619835,0.76859504,0.70247936,0.6487603,0.59504133,0.47107437,0.3966942,0.3966942,0.42975205,0.49173555,0.46280992,0.35950413,0.29338843,0.42561984,0.338843,0.37603307,0.4090909,0.39256197,0.3264463,0.3181818,0.28512397,0.42561984,0.5041322,0.59090906,0.62396693,0.6652893,0.661157,0.6652893,0.6570248,0.6446281,0.6446281,0.6570248,0.6735537,0.6528926,0.6652893,0.677686,0.6446281,0.69008267,0.661157,0.661157,0.61570245,0.54545456,0.59504133,0.49586776,0.36363637,0.19008264,0.11157025,0.607438,0.71487606,0.78512394,0.76859504,0.76859504,0.8140496,0.838843,0.8347107,0.8471074,0.8512397,0.822314,0.8057851,0.79752064,0.75206614,0.73966944,0.75206614,0.76033056,0.73140496,0.6983471,0.5661157,0.53305787,0.5,0.45867768,0.41322315,0.38429752,0.41322315,0.47933885,0.46280992,0.33471075,0.30578512,0.5371901,0.33471075,0.38842976,0.41735536,0.3677686,0.3553719,0.37190083,0.29338843,0.35123968,0.38429752,0.45454547,0.5206612,0.60330576,0.6487603,0.6652893,0.661157,0.6487603,0.6404959,0.6446281,0.6652893,0.6487603,0.6694215,0.6694215,0.6487603,0.6859504,0.6528926,0.61570245,0.61570245,0.5413223,0.56198347,0.45454547,0.32231405,0.19008264,0.1570248,0.5661157,0.6942149,0.76859504,0.76859504,0.78512394,0.822314,0.8553719,0.8264463,0.8347107,0.8429752,0.78512394,0.80991733,0.7892562,0.7644628,0.75619835,0.78099173,0.7355372,0.6652893,0.57438016,0.48347107,0.47107437,0.4338843,0.46694216,0.46694216,0.4338843,0.47107437,0.47107437,0.45454547,0.4214876,0.5165289,0.59504133,0.43801653,0.45867768,0.42561984,0.37190083,0.40495867,0.40082645,0.30165288,0.34710744,0.36363637,0.37603307,0.42975205,0.49173555,0.55785125,0.6487603,0.661157,0.6446281,0.6446281,0.6280992,0.661157,0.6487603,0.677686,0.6570248,0.6652893,0.69008267,0.6446281,0.58264464,0.58677685,0.55785125,0.4876033,0.41735536,0.30991736,0.18181819,0.1983471,0.55785125,0.6818182,0.75206614,0.77272725,0.7933884,0.8057851,0.8429752,0.8305785,0.8264463,0.838843,0.78099173,0.7933884,0.78512394,0.77272725,0.75619835,0.77272725,0.6570248,0.5661157,0.5041322,0.46280992,0.45041323,0.45041323,0.49173555,0.4876033,0.48347107,0.5165289,0.4876033,0.49586776,0.57024795,0.6983471,0.6528926,0.59504133,0.5123967,0.44214877,0.38016528,0.4214876,0.38429752,0.34710744,0.37190083,0.3677686,0.3553719,0.3966942,0.42561984,0.4338843,0.57024795,0.61157024,0.6528926,0.6735537,0.6528926,0.6487603,0.6322314,0.6694215,0.6694215,0.6942149,0.677686,0.6363636,0.57024795,0.55785125,0.5371901,0.45867768,0.37603307,0.2768595,0.17768595,0.23140496,0.53305787,0.62396693,0.75619835,0.75206614,0.7644628,0.78512394,0.8305785,0.8347107,0.8305785,0.838843,0.8140496,0.7933884,0.7892562,0.7768595,0.73966944,0.6652893,0.5206612,0.48347107,0.47933885,0.46280992,0.42975205,0.46694216,0.5413223,0.49586776,0.41735536,0.46280992,0.45867768,0.446281,0.5,0.5495868,0.607438,0.5041322,0.4752066,0.41322315,0.35123968,0.3677686,0.3677686,0.40495867,0.4090909,0.38429752,0.3677686,0.38842976,0.37190083,0.4090909,0.5082645,0.56198347,0.60330576,0.661157,0.677686,0.6570248,0.6363636,0.6694215,0.6859504,0.70247936,0.6694215,0.62396693,0.5495868,0.5289256,0.5413223,0.4876033,0.3677686,0.2644628,0.18595041,0.2520661,0.48347107,0.5785124,0.73966944,0.6694215,0.74793386,0.78512394,0.8181818,0.822314,0.8305785,0.8305785,0.8264463,0.8057851,0.78512394,0.73140496,0.677686,0.5413223,0.42975205,0.41735536,0.4214876,0.44214877,0.42561984,0.5041322,0.57024795,0.5082645,0.37603307,0.38429752,0.42975205,0.4214876,0.43801653,0.45867768,0.46694216,0.42975205,0.41322315,0.39256197,0.34710744,0.338843,0.35123968,0.38429752,0.3966942,0.38016528,0.4090909,0.35123968,0.33471075,0.36363637,0.40082645,0.4752066,0.54545456,0.61157024,0.6818182,0.6735537,0.6487603,0.6818182,0.69008267,0.6859504,0.6652893,0.62396693,0.55785125,0.5165289,0.5,0.46280992,0.35123968,0.24793388,0.18181819,0.30165288,0.4876033,0.6363636,0.71487606,0.6280992,0.7231405,0.76859504,0.77272725,0.8016529,0.822314,0.80991733,0.8264463,0.8181818,0.79752064,0.7107438,0.60330576,0.45867768,0.40082645,0.41322315,0.4090909,0.48347107,0.46694216,0.5082645,0.5123967,0.43801653,0.3429752,0.3181818,0.35950413,0.37190083,0.41735536,0.3966942,0.36363637,0.38016528,0.3677686,0.3553719,0.30991736,0.29338843,0.30578512,0.3181818,0.3181818,0.3264463,0.4214876,0.34710744,0.29338843,0.29752067,0.30578512,0.4214876,0.5082645,0.5661157,0.6487603,0.6818182,0.6570248,0.6859504,0.6942149,0.6694215,0.6570248,0.6322314,0.553719,0.49586776,0.45041323,0.4090909,0.33471075,0.24380165,0.17355372,0.35123968,0.4338843,0.553719,0.6487603,0.6404959,0.7107438,0.77272725,0.75206614,0.76859504,0.8016529,0.8016529,0.8181818,0.80991733,0.78512394,0.70247936,0.56198347,0.37603307,0.38842976,0.43801653,0.43801653,0.5413223,0.5082645,0.43801653,0.40495867,0.36363637,0.28512397,0.2520661,0.23140496,0.2768595,0.38016528,0.3553719,0.29752067,0.2768595,0.3181818,0.30578512,0.27272728,0.23966943,0.23553719,0.26859504,0.2603306,0.2603306,0.35123968,0.3181818,0.24793388,0.2603306,0.3181818,0.34710744,0.446281,0.5785124,0.6404959,0.6859504,0.6735537,0.661157,0.677686,0.6570248,0.6404959,0.59917355,0.53305787,0.46280992,0.4338843,0.38842976,0.3264463,0.23553719,0.14876033,0.3140496,0.4090909,0.56198347,0.60330576,0.6652893,0.70247936,0.75619835,0.77272725,0.75619835,0.78512394,0.79752064,0.79752064,0.78099173,0.77272725,0.6818182,0.47933885,0.38429752,0.42975205,0.45454547,0.446281,0.47933885,0.41735536,0.3305785,0.3553719,0.30165288,0.23140496,0.2520661,0.20661157,0.4090909,0.44214877,0.37603307,0.28512397,0.21487603,0.3264463,0.37190083,0.40082645,0.30991736,0.23140496,0.23966943,0.23140496,0.20661157,0.2520661,0.2603306,0.27272728,0.27272728,0.3305785,0.3553719,0.37190083,0.5123967,0.60330576,0.6818182,0.677686,0.6446281,0.6446281,0.6322314,0.59917355,0.55785125,0.53305787,0.45041323,0.4214876,0.39256197,0.30578512,0.2231405,0.14049587,0.17355372,0.35950413,0.5371901,0.59090906,0.661157,0.69008267,0.7231405,0.76033056,0.7355372,0.77272725,0.78512394,0.77272725,0.78099173,0.74793386,0.6735537,0.5,0.40495867,0.45867768,0.4338843,0.37603307,0.3305785,0.29752067,0.29752067,0.33471075,0.2107438,0.2107438,0.35123968,0.36363637,0.6528926,0.59090906,0.5206612,0.42561984,0.37190083,0.47933885,0.5289256,0.5785124,0.5082645,0.38016528,0.29752067,0.19421488,0.1694215,0.1983471,0.2107438,0.30578512,0.32231405,0.38016528,0.3553719,0.35950413,0.43801653,0.57438016,0.6694215,0.677686,0.6322314,0.59504133,0.61157024,0.57438016,0.53305787,0.5082645,0.47933885,0.4338843,0.3966942,0.2644628,0.22727273,0.16115703,0.10743801,0.30578512,0.47933885,0.5247934,0.6446281,0.6818182,0.70247936,0.7644628,0.7066116,0.75619835,0.76859504,0.76859504,0.77272725,0.71487606,0.677686,0.5123967,0.42975205,0.446281,0.39256197,0.37603307,0.30991736,0.23140496,0.4090909,0.40495867,0.23553719,0.24793388,0.4876033,0.5495868,0.79752064,0.72727275,0.6859504,0.59090906,0.53305787,0.62396693,0.6818182,0.71900827,0.6528926,0.5123967,0.37190083,0.21487603,0.23966943,0.30165288,0.3264463,0.41735536,0.4090909,0.41322315,0.3677686,0.3553719,0.40082645,0.5495868,0.6570248,0.6528926,0.6198347,0.58264464,0.59917355,0.5661157,0.5165289,0.48347107,0.5,0.43801653,0.37603307,0.2231405,0.2231405,0.16528925,0.10743801,0.25619835,0.43801653,0.57024795,0.6818182,0.6446281,0.6818182,0.73966944,0.6983471,0.74793386,0.73966944,0.76033056,0.75206614,0.70247936,0.6652893,0.5289256,0.45867768,0.46694216,0.45454547,0.5495868,0.55785125,0.46694216,0.58264464,0.57024795,0.47107437,0.38842976,0.5041322,0.58264464,0.7355372,0.71900827,0.71487606,0.6942149,0.6280992,0.661157,0.6942149,0.72727275,0.60330576,0.4876033,0.4090909,0.37190083,0.42561984,0.46694216,0.5206612,0.54545456,0.5082645,0.46694216,0.41322315,0.3966942,0.3966942,0.5,0.6446281,0.6446281,0.607438,0.5661157,0.58264464,0.5413223,0.49586776,0.4752066,0.47933885,0.446281,0.35123968,0.2231405,0.1983471,0.1446281,0.11570248,0.2603306,0.38429752,0.57024795,0.6859504,0.61157024,0.6942149,0.7066116,0.6652893,0.71487606,0.6859504,0.7231405,0.74380165,0.661157,0.6487603,0.553719,0.49173555,0.53305787,0.5082645,0.60330576,0.6942149,0.677686,0.6570248,0.6735537,0.6446281,0.5785124,0.5413223,0.55785125,0.59917355,0.60330576,0.59917355,0.58677685,0.553719,0.55785125,0.553719,0.5371901,0.4876033,0.47107437,0.5082645,0.48347107,0.5247934,0.53305787,0.59917355,0.54545456,0.56198347,0.5082645,0.45041323,0.44214877,0.43801653,0.5,0.607438,0.61157024,0.553719,0.5289256,0.553719,0.5247934,0.47107437,0.45867768,0.45867768,0.4338843,0.34710744,0.23966943,0.20247933,0.11570248,0.12396694,0.29338843,0.36363637,0.553719,0.6446281,0.6363636,0.70247936,0.6735537,0.6694215,0.677686,0.661157,0.6983471,0.71487606,0.6404959,0.6487603,0.53305787,0.49173555,0.5785124,0.54545456,0.70247936,0.71900827,0.73966944,0.6942149,0.69008267,0.70247936,0.677686,0.6487603,0.6280992,0.59917355,0.57438016,0.5495868,0.53305787,0.54545456,0.56198347,0.5289256,0.5165289,0.5165289,0.5123967,0.5413223,0.53305787,0.55785125,0.58264464,0.61570245,0.54545456,0.5785124,0.553719,0.48347107,0.45041323,0.4876033,0.53305787,0.59090906,0.607438,0.55785125,0.5413223,0.5495868,0.5082645,0.44214877,0.4338843,0.5041322,0.38842976,0.3429752,0.20661157,0.19421488,0.10330579,0.12396694,0.29752067,0.35950413,0.5123967,0.57438016,0.6570248,0.6404959,0.6570248,0.6694215,0.6528926,0.6487603,0.677686,0.6487603,0.6404959,0.6322314,0.53305787,0.54545456,0.60330576,0.6280992,0.71487606,0.73966944,0.71487606,0.6859504,0.6942149,0.71900827,0.6942149,0.6859504,0.677686,0.6528926,0.6322314,0.59917355,0.57438016,0.5785124,0.58264464,0.5495868,0.53305787,0.56198347,0.55785125,0.57024795,0.5661157,0.5785124,0.59504133,0.59504133,0.5785124,0.59090906,0.59090906,0.53305787,0.45454547,0.46694216,0.5289256,0.59504133,0.5785124,0.5785124,0.5413223,0.5661157,0.54545456,0.46280992,0.46280992,0.5247934,0.37190083,0.29338843,0.17768595,0.18181819,0.10330579,0.11983471,0.28099173,0.3429752,0.45867768,0.5785124,0.6446281,0.6198347,0.661157,0.6528926,0.6652893,0.6280992,0.6528926,0.6363636,0.607438,0.6280992,0.57438016,0.59090906,0.6528926,0.6859504,0.7107438,0.6942149,0.7107438,0.6280992,0.6404959,0.6570248,0.6198347,0.62396693,0.62396693,0.6198347,0.59917355,0.57024795,0.57024795,0.56198347,0.54545456,0.5247934,0.5413223,0.5289256,0.5661157,0.5495868,0.55785125,0.57438016,0.5785124,0.6198347,0.607438,0.59504133,0.59090906,0.57024795,0.47933885,0.44214877,0.48347107,0.5661157,0.5413223,0.55785125,0.47107437,0.5413223,0.58677685,0.48347107,0.4338843,0.48347107,0.41322315,0.20247933,0.1694215,0.1694215,0.10330579,0.11983471,0.24793388,0.2892562,0.37190083,0.5123967,0.59504133,0.59504133,0.61570245,0.6446281,0.6528926,0.6322314,0.6363636,0.6487603,0.5785124,0.6487603,0.6446281,0.6528926,0.677686,0.71487606,0.73966944,0.677686,0.62396693,0.553719,0.61570245,0.62396693,0.58677685,0.56198347,0.54545456,0.5165289,0.4752066,0.46280992,0.5123967,0.4876033,0.43801653,0.446281,0.4752066,0.47933885,0.5082645,0.48347107,0.5413223,0.57438016,0.59917355,0.62396693,0.6198347,0.61570245,0.60330576,0.58264464,0.53305787,0.45041323,0.43801653,0.5289256,0.4876033,0.56198347,0.45867768,0.5,0.55785125,0.45454547,0.38842976,0.43801653,0.35123968,0.19008264,0.16528925,0.14049587,0.10743801,0.10743801,0.23140496,0.2520661,0.34710744,0.46694216,0.5123967,0.58264464,0.61570245,0.6198347,0.6487603,0.6198347,0.6446281,0.61157024,0.60330576,0.6363636,0.6859504,0.7066116,0.7107438,0.73966944,0.74380165,0.6859504,0.59504133,0.55785125,0.61570245,0.6446281,0.60330576,0.57438016,0.5289256,0.47933885,0.41322315,0.39256197,0.42561984,0.40082645,0.38016528,0.38842976,0.41735536,0.446281,0.47107437,0.5,0.54545456,0.57438016,0.59504133,0.6198347,0.6198347,0.61570245,0.60330576,0.59090906,0.59090906,0.5041322,0.42561984,0.5082645,0.45454547,0.5661157,0.49173555,0.5247934,0.5,0.40082645,0.43801653,0.3429752,0.28099173,0.21487603,0.1570248,0.12396694,0.11570248,0.10743801,0.2107438,0.2231405,0.28099173,0.40495867,0.49173555,0.57438016,0.6322314,0.59504133,0.6198347,0.61570245,0.6446281,0.59090906,0.6363636,0.6280992,0.6818182,0.70247936,0.71487606,0.73140496,0.72727275,0.6859504,0.61570245,0.61570245,0.6322314,0.6487603,0.61570245,0.55785125,0.5082645,0.4876033,0.38842976,0.39256197,0.37190083,0.3677686,0.38016528,0.40082645,0.446281,0.44214877,0.47933885,0.49173555,0.5206612,0.5413223,0.5785124,0.59504133,0.59917355,0.59917355,0.59917355,0.57438016,0.60330576,0.5495868,0.46694216,0.49173555,0.42561984,0.5247934,0.48347107,0.46694216,0.46694216,0.37603307,0.39256197,0.3553719,0.2644628,0.19421488,0.1446281,0.11157025,0.11983471,0.11983471,10 +0.18595041,0.29752067,0.6652893,0.838843,0.8553719,0.8595041,0.8553719,0.8553719,0.8471074,0.838843,0.838843,0.8305785,0.8305785,0.8347107,0.8305785,0.822314,0.8016529,0.8140496,0.8057851,0.79752064,0.7933884,0.7933884,0.7892562,0.76859504,0.77272725,0.7644628,0.74793386,0.75206614,0.73966944,0.74793386,0.75206614,0.76859504,0.7644628,0.7768595,0.76859504,0.76859504,0.7933884,0.78512394,0.74793386,0.72727275,0.7355372,0.73140496,0.73140496,0.7107438,0.6942149,0.6942149,0.6983471,0.677686,0.6735537,0.6859504,0.6735537,0.6735537,0.6694215,0.6652893,0.677686,0.69008267,0.6818182,0.6735537,0.6528926,0.59917355,0.5247934,0.4752066,0.3966942,0.26859504,0.17768595,0.44214877,0.8016529,0.8636364,0.8595041,0.8595041,0.8553719,0.8512397,0.8471074,0.8429752,0.838843,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.8140496,0.8181818,0.822314,0.79752064,0.8140496,0.8016529,0.79752064,0.79752064,0.78099173,0.7892562,0.7768595,0.77272725,0.7644628,0.76859504,0.76859504,0.78512394,0.7892562,0.78512394,0.79752064,0.8057851,0.8181818,0.8140496,0.77272725,0.74380165,0.74793386,0.74793386,0.73966944,0.7231405,0.71487606,0.7066116,0.7107438,0.6818182,0.6694215,0.6694215,0.6735537,0.6818182,0.6652893,0.6570248,0.677686,0.6818182,0.6818182,0.6818182,0.6735537,0.61570245,0.53305787,0.47107437,0.41322315,0.28512397,0.21900827,0.57024795,0.838843,0.8595041,0.8553719,0.8636364,0.8595041,0.8512397,0.8429752,0.8429752,0.8471074,0.8347107,0.8305785,0.8305785,0.8305785,0.838843,0.8347107,0.822314,0.8264463,0.822314,0.822314,0.8140496,0.8264463,0.8305785,0.8140496,0.8140496,0.8181818,0.80991733,0.79752064,0.79752064,0.79752064,0.80991733,0.8181818,0.822314,0.8305785,0.8305785,0.838843,0.8057851,0.78512394,0.76033056,0.76033056,0.74793386,0.74380165,0.71900827,0.71487606,0.70247936,0.6859504,0.6735537,0.6694215,0.661157,0.661157,0.661157,0.6446281,0.6446281,0.6528926,0.6652893,0.6735537,0.6735537,0.6735537,0.62396693,0.5413223,0.4752066,0.4214876,0.29338843,0.29338843,0.6735537,0.838843,0.8471074,0.8512397,0.8636364,0.8595041,0.8429752,0.838843,0.8305785,0.8305785,0.8264463,0.8305785,0.8305785,0.8305785,0.8429752,0.8347107,0.8429752,0.8305785,0.838843,0.822314,0.8264463,0.8264463,0.8305785,0.822314,0.8264463,0.8347107,0.8347107,0.8264463,0.8181818,0.8140496,0.8347107,0.8347107,0.8471074,0.8305785,0.8305785,0.838843,0.7892562,0.77272725,0.76033056,0.76033056,0.75206614,0.72727275,0.7066116,0.69008267,0.677686,0.6446281,0.6363636,0.6363636,0.6280992,0.6280992,0.6363636,0.6280992,0.6322314,0.6363636,0.6322314,0.6528926,0.661157,0.6652893,0.6280992,0.5413223,0.48347107,0.41735536,0.29338843,0.40495867,0.74380165,0.8305785,0.8347107,0.8471074,0.8595041,0.8553719,0.8347107,0.8264463,0.8181818,0.80991733,0.8057851,0.8057851,0.8140496,0.8140496,0.8181818,0.8347107,0.8471074,0.8347107,0.8305785,0.8305785,0.822314,0.8140496,0.80991733,0.822314,0.8140496,0.822314,0.8264463,0.8305785,0.8264463,0.80991733,0.8347107,0.8347107,0.822314,0.79752064,0.80991733,0.8140496,0.76859504,0.74793386,0.73966944,0.74380165,0.71900827,0.70247936,0.6694215,0.6570248,0.6528926,0.6198347,0.59090906,0.59504133,0.59504133,0.59917355,0.59504133,0.607438,0.62396693,0.6280992,0.62396693,0.62396693,0.6404959,0.6487603,0.62396693,0.54545456,0.49586776,0.42561984,0.29338843,0.5165289,0.7768595,0.8305785,0.8347107,0.8471074,0.8512397,0.8429752,0.822314,0.80991733,0.80991733,0.78512394,0.76859504,0.76033056,0.7768595,0.78099173,0.79752064,0.822314,0.8305785,0.822314,0.80991733,0.8016529,0.8016529,0.7933884,0.7892562,0.79752064,0.8016529,0.8057851,0.8057851,0.80991733,0.8181818,0.7933884,0.80991733,0.8140496,0.7768595,0.75619835,0.77272725,0.7644628,0.71900827,0.6983471,0.6818182,0.677686,0.6570248,0.661157,0.6322314,0.61157024,0.60330576,0.57024795,0.5495868,0.54545456,0.54545456,0.54545456,0.54545456,0.53305787,0.55785125,0.607438,0.6198347,0.62396693,0.6363636,0.6446281,0.61157024,0.5371901,0.5082645,0.4338843,0.30165288,0.59090906,0.7933884,0.8264463,0.8305785,0.8429752,0.8347107,0.8181818,0.8140496,0.78512394,0.76859504,0.70247936,0.6818182,0.6818182,0.7231405,0.7355372,0.75206614,0.75619835,0.7892562,0.77272725,0.75619835,0.74793386,0.73966944,0.72727275,0.74380165,0.78099173,0.78512394,0.79752064,0.79752064,0.7892562,0.79752064,0.78512394,0.7892562,0.78512394,0.75206614,0.7107438,0.73140496,0.6983471,0.6487603,0.61570245,0.55785125,0.5495868,0.54545456,0.5371901,0.5289256,0.5206612,0.5082645,0.4752066,0.45867768,0.446281,0.43801653,0.42975205,0.4338843,0.42975205,0.41735536,0.48347107,0.59090906,0.6198347,0.62396693,0.6363636,0.59917355,0.5371901,0.5206612,0.4338843,0.32231405,0.62396693,0.7892562,0.8181818,0.8264463,0.8264463,0.80991733,0.80991733,0.77272725,0.7107438,0.661157,0.5413223,0.5661157,0.58264464,0.6280992,0.6322314,0.61570245,0.60330576,0.61570245,0.5785124,0.553719,0.56198347,0.59917355,0.6404959,0.6859504,0.74380165,0.7768595,0.78512394,0.78099173,0.76859504,0.78099173,0.76859504,0.7644628,0.74793386,0.72727275,0.6818182,0.6735537,0.6404959,0.57438016,0.4752066,0.38429752,0.38429752,0.38842976,0.36363637,0.3429752,0.34710744,0.34710744,0.3264463,0.32231405,0.3140496,0.3140496,0.30991736,0.30165288,0.28512397,0.28512397,0.30165288,0.4338843,0.553719,0.59090906,0.6198347,0.58677685,0.53305787,0.5206612,0.446281,0.34710744,0.6446281,0.78512394,0.8181818,0.822314,0.80991733,0.79752064,0.76033056,0.60330576,0.5413223,0.4752066,0.40082645,0.44214877,0.46694216,0.45041323,0.42975205,0.38842976,0.35950413,0.35950413,0.33471075,0.37603307,0.33471075,0.40082645,0.46694216,0.58677685,0.6694215,0.74380165,0.77272725,0.78099173,0.7644628,0.76859504,0.75619835,0.75619835,0.72727275,0.70247936,0.661157,0.62396693,0.58264464,0.47933885,0.35123968,0.28512397,0.26859504,0.2603306,0.23553719,0.21900827,0.2231405,0.22727273,0.22727273,0.23140496,0.20661157,0.19421488,0.20661157,0.2231405,0.23966943,0.22727273,0.19421488,0.27272728,0.3966942,0.5123967,0.59504133,0.59090906,0.5247934,0.5247934,0.45867768,0.3677686,0.677686,0.78512394,0.8181818,0.8181818,0.8140496,0.7355372,0.553719,0.41735536,0.4090909,0.3553719,0.3264463,0.338843,0.3429752,0.28512397,0.30165288,0.2644628,0.23553719,0.23966943,0.23966943,0.2644628,0.28099173,0.27272728,0.32231405,0.47107437,0.58677685,0.70247936,0.78099173,0.79752064,0.77272725,0.75619835,0.75206614,0.74793386,0.71487606,0.6983471,0.6652893,0.607438,0.5289256,0.41322315,0.30578512,0.2644628,0.23140496,0.20661157,0.19008264,0.16528925,0.1694215,0.20661157,0.20247933,0.17355372,0.17355372,0.1694215,0.1570248,0.17355372,0.1983471,0.20247933,0.2107438,0.21900827,0.26859504,0.37603307,0.5289256,0.57024795,0.5206612,0.5165289,0.45867768,0.39256197,0.71487606,0.8016529,0.8140496,0.8140496,0.7768595,0.5413223,0.40495867,0.37190083,0.3677686,0.38016528,0.28512397,0.27272728,0.24380165,0.20247933,0.23553719,0.20661157,0.20247933,0.18181819,0.21900827,0.23553719,0.2520661,0.2644628,0.30991736,0.41735536,0.5247934,0.6735537,0.8140496,0.8471074,0.8016529,0.77272725,0.7892562,0.7644628,0.72727275,0.70247936,0.6942149,0.6322314,0.5165289,0.40495867,0.32231405,0.28099173,0.2520661,0.23553719,0.22727273,0.2231405,0.2231405,0.23140496,0.24793388,0.23140496,0.20661157,0.20247933,0.19421488,0.17768595,0.2231405,0.23553719,0.2520661,0.2603306,0.24793388,0.2892562,0.38429752,0.5,0.53305787,0.49586776,0.47107437,0.39256197,0.75619835,0.80991733,0.822314,0.80991733,0.61570245,0.41322315,0.39256197,0.37190083,0.338843,0.40495867,0.28512397,0.30991736,0.29752067,0.30165288,0.338843,0.33471075,0.33471075,0.32231405,0.3429752,0.35123968,0.37603307,0.4090909,0.45041323,0.5,0.57438016,0.7066116,0.8429752,0.8719008,0.8305785,0.79752064,0.8347107,0.7933884,0.73140496,0.7107438,0.71900827,0.6652893,0.53305787,0.4090909,0.34710744,0.338843,0.3429752,0.35950413,0.38016528,0.41322315,0.45454547,0.48347107,0.48347107,0.46694216,0.446281,0.39256197,0.33471075,0.32231405,0.30578512,0.2644628,0.2520661,0.29752067,0.29338843,0.2644628,0.28099173,0.3677686,0.5,0.4876033,0.45867768,0.41322315,0.77272725,0.80991733,0.8429752,0.7231405,0.41322315,0.38016528,0.3553719,0.4338843,0.41735536,0.4752066,0.45867768,0.5082645,0.5165289,0.53305787,0.5661157,0.6280992,0.6528926,0.60330576,0.59917355,0.5289256,0.5082645,0.5123967,0.54545456,0.58677685,0.6818182,0.7768595,0.838843,0.8719008,0.838843,0.8057851,0.822314,0.78099173,0.7231405,0.6983471,0.6942149,0.6363636,0.5,0.3966942,0.39256197,0.4338843,0.4752066,0.5165289,0.5413223,0.5661157,0.61157024,0.661157,0.6859504,0.7107438,0.6818182,0.607438,0.5661157,0.5289256,0.4752066,0.38842976,0.3429752,0.35123968,0.30165288,0.27272728,0.28099173,0.29752067,0.45041323,0.49586776,0.446281,0.4338843,0.7933884,0.8016529,0.8636364,0.59504133,0.35950413,0.3553719,0.41735536,0.56198347,0.6487603,0.6570248,0.661157,0.70247936,0.7107438,0.7066116,0.70247936,0.72727275,0.6983471,0.61157024,0.5785124,0.54545456,0.553719,0.5661157,0.58677685,0.59504133,0.6570248,0.76033056,0.8264463,0.8512397,0.8305785,0.7892562,0.7644628,0.73966944,0.7107438,0.6818182,0.6322314,0.5413223,0.42561984,0.40495867,0.45867768,0.5,0.5123967,0.5206612,0.5206612,0.5123967,0.5371901,0.553719,0.59504133,0.62396693,0.6363636,0.6198347,0.6322314,0.61570245,0.5785124,0.54545456,0.45867768,0.44214877,0.38016528,0.35123968,0.29752067,0.2892562,0.40495867,0.4752066,0.43801653,0.43801653,0.80991733,0.80991733,0.8636364,0.553719,0.4090909,0.42561984,0.59504133,0.7066116,0.7768595,0.7768595,0.76033056,0.75619835,0.7355372,0.6735537,0.59917355,0.607438,0.607438,0.41735536,0.42975205,0.44214877,0.42975205,0.4214876,0.43801653,0.5,0.61157024,0.71900827,0.78099173,0.8347107,0.79752064,0.75206614,0.7231405,0.7107438,0.7066116,0.6818182,0.58264464,0.45041323,0.3966942,0.446281,0.49586776,0.49586776,0.46694216,0.45041323,0.45041323,0.46280992,0.47107437,0.38842976,0.47107437,0.46694216,0.45454547,0.45041323,0.5247934,0.55785125,0.60330576,0.6198347,0.6198347,0.5413223,0.49173555,0.42975205,0.37603307,0.3677686,0.446281,0.45867768,0.42561984,0.4338843,0.8140496,0.8181818,0.838843,0.57438016,0.46280992,0.5495868,0.70247936,0.7892562,0.8057851,0.76033056,0.74380165,0.74380165,0.6404959,0.59090906,0.41322315,0.3677686,0.47107437,0.22727273,0.30991736,0.47933885,0.4214876,0.40495867,0.41322315,0.4214876,0.49586776,0.6528926,0.73966944,0.8016529,0.76033056,0.71900827,0.69008267,0.6818182,0.677686,0.661157,0.56198347,0.44214877,0.43801653,0.49586776,0.49173555,0.45041323,0.4214876,0.41735536,0.4338843,0.5123967,0.42975205,0.23966943,0.44214877,0.27272728,0.21487603,0.24793388,0.40082645,0.45867768,0.5165289,0.57024795,0.6322314,0.6446281,0.5785124,0.49173555,0.446281,0.42561984,0.42975205,0.45454547,0.42975205,0.42561984,0.8140496,0.8181818,0.822314,0.59917355,0.53305787,0.6487603,0.75619835,0.8016529,0.74793386,0.6942149,0.6942149,0.58677685,0.57438016,0.5289256,0.25619835,0.23140496,0.33471075,0.2644628,0.4090909,0.61570245,0.59917355,0.45454547,0.38016528,0.35950413,0.42561984,0.62396693,0.74793386,0.74793386,0.7231405,0.70247936,0.6652893,0.6404959,0.6363636,0.6198347,0.5661157,0.5,0.5,0.4752066,0.42975205,0.41322315,0.42975205,0.4752066,0.5495868,0.6983471,0.49173555,0.36363637,0.36363637,0.16115703,0.23553719,0.16115703,0.45041323,0.3966942,0.40495867,0.55785125,0.5082645,0.5785124,0.6322314,0.55785125,0.5082645,0.45867768,0.46280992,0.45867768,0.4338843,0.446281,0.8264463,0.8264463,0.7768595,0.59504133,0.61157024,0.71900827,0.7933884,0.7644628,0.62396693,0.6322314,0.47107437,0.42975205,0.6942149,0.5785124,0.3140496,0.29752067,0.2644628,0.41322315,0.4876033,0.6735537,0.6652893,0.5661157,0.5661157,0.47107437,0.44214877,0.6363636,0.73966944,0.7231405,0.7231405,0.6942149,0.677686,0.6322314,0.607438,0.59504133,0.58264464,0.57024795,0.5289256,0.4752066,0.45454547,0.47933885,0.5247934,0.5661157,0.6280992,0.74380165,0.6280992,0.4752066,0.35950413,0.2231405,0.34710744,0.23966943,0.49586776,0.59504133,0.30165288,0.3181818,0.46694216,0.41322315,0.56198347,0.62396693,0.58264464,0.5206612,0.49586776,0.4876033,0.446281,0.4752066,0.8264463,0.822314,0.73966944,0.6322314,0.69008267,0.77272725,0.7892562,0.6694215,0.5413223,0.45041323,0.33471075,0.62396693,0.78512394,0.6694215,0.45041323,0.45454547,0.4876033,0.5041322,0.5661157,0.7107438,0.6280992,0.57024795,0.58677685,0.60330576,0.661157,0.72727275,0.72727275,0.71900827,0.6983471,0.6735537,0.661157,0.6280992,0.59917355,0.58264464,0.60330576,0.6280992,0.5413223,0.5165289,0.57024795,0.607438,0.59090906,0.57438016,0.6280992,0.6859504,0.7231405,0.56198347,0.47933885,0.41735536,0.4090909,0.41735536,0.57024795,0.607438,0.4338843,0.2231405,0.23140496,0.43801653,0.46280992,0.61570245,0.6735537,0.59917355,0.56198347,0.56198347,0.49173555,0.47933885,0.838843,0.8140496,0.7768595,0.73966944,0.78512394,0.80991733,0.78099173,0.61157024,0.44214877,0.37190083,0.446281,0.6735537,0.75619835,0.7644628,0.661157,0.5495868,0.553719,0.6280992,0.6487603,0.6735537,0.6363636,0.6446281,0.6404959,0.6735537,0.7355372,0.76033056,0.74380165,0.7355372,0.6942149,0.6652893,0.6487603,0.6280992,0.607438,0.5785124,0.59917355,0.6404959,0.5661157,0.5082645,0.59090906,0.6652893,0.6404959,0.61157024,0.6198347,0.62396693,0.6694215,0.6280992,0.57438016,0.5,0.5,0.57438016,0.59504133,0.59917355,0.45041323,0.3966942,0.2644628,0.34710744,0.44214877,0.57438016,0.6859504,0.69008267,0.661157,0.6528926,0.53305787,0.49586776,0.8347107,0.8057851,0.8140496,0.8140496,0.8347107,0.8429752,0.7768595,0.58264464,0.5165289,0.56198347,0.6322314,0.677686,0.6942149,0.71487606,0.6652893,0.6570248,0.61570245,0.6528926,0.6528926,0.6983471,0.661157,0.677686,0.6942149,0.6942149,0.71900827,0.73966944,0.74380165,0.73966944,0.6983471,0.6652893,0.6363636,0.62396693,0.6198347,0.58264464,0.607438,0.6404959,0.61570245,0.5413223,0.5661157,0.661157,0.6735537,0.6528926,0.62396693,0.6198347,0.6652893,0.553719,0.6280992,0.5289256,0.5041322,0.5247934,0.5041322,0.57438016,0.57438016,0.59917355,0.5247934,0.446281,0.5082645,0.5247934,0.6652893,0.7066116,0.69008267,0.6859504,0.55785125,0.5371901,0.8347107,0.822314,0.838843,0.8429752,0.8553719,0.8636364,0.8181818,0.69008267,0.71487606,0.76859504,0.8057851,0.79752064,0.76859504,0.75619835,0.7066116,0.73140496,0.6859504,0.6983471,0.7066116,0.70247936,0.6983471,0.70247936,0.73140496,0.7644628,0.7644628,0.71900827,0.7355372,0.74793386,0.6983471,0.6322314,0.607438,0.62396693,0.61570245,0.58264464,0.59504133,0.62396693,0.6487603,0.60330576,0.5785124,0.6404959,0.6859504,0.6942149,0.6570248,0.6363636,0.6694215,0.59504133,0.6694215,0.58677685,0.5495868,0.6198347,0.5247934,0.6446281,0.6818182,0.71900827,0.69008267,0.58677685,0.5661157,0.57024795,0.6487603,0.7066116,0.6859504,0.6818182,0.59504133,0.54545456,0.838843,0.8347107,0.838843,0.8471074,0.8636364,0.8636364,0.8429752,0.79752064,0.8181818,0.8471074,0.8677686,0.8636364,0.8347107,0.8016529,0.76033056,0.74380165,0.71900827,0.7066116,0.7066116,0.71487606,0.74793386,0.7644628,0.7892562,0.8016529,0.77272725,0.73140496,0.73140496,0.73966944,0.7066116,0.6280992,0.61570245,0.6280992,0.607438,0.59090906,0.59090906,0.61570245,0.6487603,0.6280992,0.61570245,0.6363636,0.6735537,0.7231405,0.7107438,0.6818182,0.6652893,0.6363636,0.6528926,0.6198347,0.58264464,0.6363636,0.5785124,0.6322314,0.6942149,0.73140496,0.73966944,0.7107438,0.61157024,0.60330576,0.6487603,0.6942149,0.70247936,0.6942149,0.6404959,0.553719,0.838843,0.838843,0.8347107,0.8512397,0.8595041,0.8595041,0.8429752,0.8347107,0.8553719,0.8677686,0.87603307,0.8595041,0.8264463,0.7933884,0.76859504,0.76033056,0.75206614,0.7355372,0.74380165,0.76859504,0.78512394,0.79752064,0.8181818,0.8057851,0.76859504,0.74380165,0.74380165,0.7644628,0.71900827,0.6487603,0.6280992,0.61157024,0.607438,0.61157024,0.61157024,0.6280992,0.6404959,0.6363636,0.6322314,0.661157,0.6570248,0.72727275,0.71900827,0.7231405,0.6942149,0.6652893,0.677686,0.6404959,0.6280992,0.6363636,0.6198347,0.62396693,0.70247936,0.7355372,0.7355372,0.7231405,0.677686,0.6735537,0.677686,0.677686,0.7066116,0.6983471,0.6528926,0.58264464,0.8471074,0.8305785,0.838843,0.8512397,0.8636364,0.8512397,0.8512397,0.8512397,0.8636364,0.8719008,0.8677686,0.8512397,0.8305785,0.8016529,0.78099173,0.7768595,0.78099173,0.77272725,0.77272725,0.78512394,0.79752064,0.8264463,0.8305785,0.8057851,0.77272725,0.75206614,0.74793386,0.78512394,0.71487606,0.6363636,0.6322314,0.607438,0.60330576,0.61570245,0.6363636,0.6528926,0.6528926,0.6487603,0.6404959,0.6735537,0.661157,0.6942149,0.71487606,0.74793386,0.7107438,0.6818182,0.71900827,0.6694215,0.6735537,0.6570248,0.6528926,0.6570248,0.7066116,0.72727275,0.72727275,0.7231405,0.6942149,0.70247936,0.70247936,0.6942149,0.7066116,0.69008267,0.6652893,0.59090906,0.838843,0.8264463,0.838843,0.8429752,0.8553719,0.8553719,0.8595041,0.8595041,0.8636364,0.8677686,0.8595041,0.8595041,0.8429752,0.8181818,0.8016529,0.7892562,0.79752064,0.8016529,0.7892562,0.8016529,0.8181818,0.8347107,0.8347107,0.822314,0.77272725,0.75206614,0.7768595,0.7933884,0.7231405,0.6363636,0.6322314,0.607438,0.59090906,0.61157024,0.61570245,0.6652893,0.6735537,0.661157,0.6694215,0.6735537,0.6818182,0.6942149,0.70247936,0.7355372,0.6942149,0.71487606,0.74380165,0.6983471,0.7107438,0.6942149,0.6983471,0.6818182,0.7107438,0.7231405,0.73140496,0.71487606,0.70247936,0.7107438,0.69008267,0.7107438,0.6983471,0.6735537,0.661157,0.59917355,0.8553719,0.8347107,0.8305785,0.838843,0.8512397,0.8595041,0.8636364,0.8636364,0.8677686,0.8636364,0.8595041,0.8553719,0.8471074,0.8347107,0.8264463,0.8057851,0.8140496,0.8057851,0.8016529,0.8140496,0.8264463,0.8429752,0.838843,0.822314,0.76033056,0.76033056,0.7933884,0.8471074,0.77272725,0.6818182,0.6528926,0.61570245,0.59504133,0.59917355,0.607438,0.6404959,0.6818182,0.6735537,0.69008267,0.677686,0.6983471,0.71487606,0.7107438,0.7107438,0.6942149,0.72727275,0.71487606,0.73140496,0.71487606,0.71900827,0.7066116,0.6983471,0.7107438,0.7231405,0.7231405,0.6983471,0.7066116,0.7066116,0.6942149,0.7107438,0.70247936,0.6735537,0.6446281,0.5785124,0.8553719,0.822314,0.822314,0.8347107,0.8553719,0.8595041,0.8636364,0.8636364,0.8677686,0.8677686,0.8595041,0.8553719,0.8471074,0.838843,0.8305785,0.8181818,0.822314,0.80991733,0.8140496,0.8264463,0.838843,0.8512397,0.8471074,0.822314,0.73966944,0.7892562,0.8264463,0.8471074,0.80991733,0.6570248,0.6363636,0.62396693,0.59504133,0.59504133,0.5785124,0.6404959,0.6694215,0.6942149,0.6859504,0.7066116,0.70247936,0.71900827,0.71900827,0.7107438,0.7066116,0.73140496,0.6859504,0.72727275,0.7066116,0.71487606,0.70247936,0.6983471,0.7107438,0.71900827,0.7066116,0.70247936,0.71487606,0.71900827,0.7066116,0.7066116,0.6818182,0.661157,0.6322314,0.553719,0.8471074,0.8140496,0.8140496,0.8347107,0.8553719,0.8636364,0.8677686,0.8677686,0.8636364,0.8636364,0.8636364,0.8595041,0.8429752,0.838843,0.8347107,0.8305785,0.8264463,0.8181818,0.8264463,0.838843,0.8512397,0.8636364,0.8553719,0.7892562,0.75206614,0.7892562,0.8264463,0.8181818,0.79752064,0.6652893,0.6322314,0.61570245,0.61157024,0.607438,0.57438016,0.607438,0.6487603,0.6983471,0.69008267,0.7231405,0.70247936,0.7107438,0.7231405,0.74380165,0.71900827,0.73140496,0.70247936,0.72727275,0.71487606,0.70247936,0.70247936,0.71487606,0.71900827,0.7066116,0.6983471,0.71900827,0.73140496,0.7355372,0.73140496,0.71900827,0.6859504,0.6652893,0.6198347,0.5123967,0.8471074,0.8057851,0.8057851,0.8305785,0.8553719,0.8677686,0.8677686,0.8677686,0.8677686,0.8636364,0.8595041,0.8636364,0.8471074,0.8429752,0.838843,0.8305785,0.8305785,0.8347107,0.838843,0.8471074,0.8636364,0.87603307,0.8429752,0.77272725,0.78099173,0.76859504,0.7768595,0.8016529,0.78099173,0.7066116,0.6487603,0.6363636,0.60330576,0.61570245,0.59504133,0.57438016,0.6528926,0.661157,0.71487606,0.71900827,0.6942149,0.7107438,0.73966944,0.75619835,0.73966944,0.7355372,0.7231405,0.73140496,0.7231405,0.7107438,0.71900827,0.72727275,0.7231405,0.71487606,0.7066116,0.71487606,0.73140496,0.72727275,0.74380165,0.7231405,0.69008267,0.6487603,0.60330576,0.4876033,0.8264463,0.8057851,0.8016529,0.8264463,0.8512397,0.8595041,0.8595041,0.8636364,0.8677686,0.8595041,0.8553719,0.8595041,0.8512397,0.8429752,0.8429752,0.8347107,0.8429752,0.8429752,0.838843,0.8512397,0.8636364,0.8719008,0.8140496,0.7768595,0.8016529,0.78099173,0.76033056,0.8181818,0.78099173,0.7231405,0.6735537,0.6363636,0.607438,0.6322314,0.61157024,0.55785125,0.6446281,0.6322314,0.6859504,0.7066116,0.6942149,0.7107438,0.72727275,0.73966944,0.74793386,0.74380165,0.7231405,0.72727275,0.72727275,0.71900827,0.7107438,0.71900827,0.7231405,0.71487606,0.7107438,0.7066116,0.6983471,0.70247936,0.73966944,0.71487606,0.677686,0.6404959,0.59917355,0.46694216,0.7644628,0.79752064,0.7933884,0.822314,0.8512397,0.8553719,0.8553719,0.8595041,0.8636364,0.8636364,0.8553719,0.8595041,0.8512397,0.8471074,0.8429752,0.8429752,0.8553719,0.8471074,0.8347107,0.8595041,0.8471074,0.8347107,0.7768595,0.79752064,0.8264463,0.8057851,0.8016529,0.7892562,0.73966944,0.76033056,0.73140496,0.6735537,0.61570245,0.6404959,0.6487603,0.55785125,0.61157024,0.6280992,0.62396693,0.6652893,0.6859504,0.7107438,0.71487606,0.73966944,0.75206614,0.74793386,0.7355372,0.7231405,0.7231405,0.7066116,0.6942149,0.6983471,0.7066116,0.70247936,0.7066116,0.7107438,0.6942149,0.6983471,0.7355372,0.71900827,0.661157,0.62396693,0.58677685,0.45867768,0.70247936,0.7892562,0.7933884,0.8264463,0.838843,0.8512397,0.8595041,0.8595041,0.8595041,0.8512397,0.8553719,0.8553719,0.8553719,0.8471074,0.8429752,0.8512397,0.8553719,0.8471074,0.8429752,0.8471074,0.8181818,0.78099173,0.7644628,0.79752064,0.8512397,0.822314,0.7892562,0.6859504,0.6735537,0.7231405,0.6859504,0.70247936,0.6942149,0.7066116,0.7231405,0.6404959,0.57024795,0.6198347,0.5785124,0.6363636,0.6942149,0.6859504,0.71487606,0.7355372,0.73140496,0.75206614,0.74793386,0.73140496,0.7107438,0.7107438,0.69008267,0.6859504,0.6942149,0.6983471,0.69008267,0.6983471,0.70247936,0.70247936,0.71900827,0.6983471,0.6570248,0.6198347,0.60330576,0.45454547,0.6404959,0.77272725,0.79752064,0.8264463,0.8347107,0.8471074,0.8595041,0.8595041,0.8553719,0.8512397,0.8553719,0.8553719,0.8512397,0.8471074,0.8429752,0.8512397,0.8471074,0.838843,0.838843,0.8181818,0.7768595,0.7644628,0.75619835,0.72727275,0.7892562,0.7644628,0.6983471,0.59090906,0.61157024,0.61157024,0.60330576,0.607438,0.6818182,0.6404959,0.6446281,0.5785124,0.57438016,0.6322314,0.5495868,0.62396693,0.6942149,0.6818182,0.7066116,0.71900827,0.7107438,0.75206614,0.74380165,0.72727275,0.7066116,0.71900827,0.6983471,0.6859504,0.6983471,0.6942149,0.6735537,0.6859504,0.70247936,0.71487606,0.6983471,0.6735537,0.6404959,0.607438,0.59917355,0.446281,0.60330576,0.7644628,0.7892562,0.822314,0.8264463,0.8471074,0.8512397,0.8471074,0.8512397,0.8553719,0.8553719,0.8553719,0.8471074,0.8471074,0.838843,0.8471074,0.8429752,0.8305785,0.8181818,0.7933884,0.73140496,0.74793386,0.73140496,0.62396693,0.6983471,0.6859504,0.553719,0.49586776,0.5247934,0.5413223,0.5247934,0.5247934,0.5413223,0.49586776,0.5041322,0.49173555,0.57438016,0.6487603,0.54545456,0.6198347,0.6818182,0.6983471,0.7066116,0.7231405,0.73140496,0.74380165,0.74380165,0.72727275,0.71487606,0.71900827,0.70247936,0.6818182,0.69008267,0.6859504,0.677686,0.677686,0.6735537,0.6818182,0.6859504,0.6570248,0.62396693,0.59504133,0.59090906,0.4338843,0.5289256,0.73140496,0.78512394,0.8181818,0.8264463,0.822314,0.8429752,0.838843,0.8471074,0.8553719,0.8595041,0.8553719,0.8471074,0.838843,0.8429752,0.8429752,0.8347107,0.8264463,0.7933884,0.76859504,0.70247936,0.7355372,0.71487606,0.4752066,0.5247934,0.6652893,0.4876033,0.40495867,0.39256197,0.4090909,0.41735536,0.45041323,0.47107437,0.4214876,0.37190083,0.40495867,0.5041322,0.607438,0.53305787,0.607438,0.6528926,0.6818182,0.7066116,0.72727275,0.72727275,0.73140496,0.73966944,0.73140496,0.7231405,0.71487606,0.6983471,0.69008267,0.677686,0.6652893,0.677686,0.6735537,0.6652893,0.6528926,0.6570248,0.6404959,0.62396693,0.59917355,0.59090906,0.42975205,0.47933885,0.71487606,0.78099173,0.80991733,0.8140496,0.7933884,0.8264463,0.8305785,0.8429752,0.8553719,0.8512397,0.8553719,0.8471074,0.8305785,0.8347107,0.8305785,0.822314,0.8140496,0.75619835,0.7355372,0.677686,0.76033056,0.71487606,0.4338843,0.2603306,0.5661157,0.54545456,0.38016528,0.29752067,0.30578512,0.36363637,0.42975205,0.35950413,0.1446281,0.11157025,0.19421488,0.38429752,0.5247934,0.46280992,0.61570245,0.6528926,0.661157,0.69008267,0.7107438,0.71487606,0.7231405,0.72727275,0.73140496,0.71900827,0.7066116,0.6983471,0.69008267,0.6735537,0.661157,0.6735537,0.6694215,0.6694215,0.6487603,0.6322314,0.62396693,0.61570245,0.59504133,0.5785124,0.4338843,0.42975205,0.6735537,0.76033056,0.7892562,0.7892562,0.7933884,0.80991733,0.8347107,0.838843,0.8471074,0.838843,0.8512397,0.8471074,0.8305785,0.8305785,0.8181818,0.8140496,0.7933884,0.75206614,0.6983471,0.71487606,0.80991733,0.74380165,0.60330576,0.4214876,0.4752066,0.6404959,0.446281,0.3429752,0.3140496,0.41735536,0.40495867,0.35123968,0.2603306,0.23140496,0.29338843,0.40082645,0.42561984,0.43801653,0.61157024,0.6487603,0.661157,0.6818182,0.6942149,0.7066116,0.71487606,0.71487606,0.71487606,0.70247936,0.6942149,0.69008267,0.6859504,0.6694215,0.6528926,0.677686,0.6735537,0.6570248,0.6404959,0.607438,0.60330576,0.607438,0.58677685,0.56198347,0.43801653,0.3966942,0.6280992,0.73140496,0.76033056,0.7644628,0.78512394,0.8140496,0.822314,0.822314,0.8429752,0.8471074,0.8471074,0.8429752,0.8305785,0.8305785,0.8057851,0.80991733,0.77272725,0.74793386,0.7107438,0.7892562,0.8429752,0.78099173,0.7066116,0.6818182,0.6818182,0.61570245,0.47107437,0.46280992,0.3429752,0.36363637,0.27272728,0.26859504,0.41735536,0.48347107,0.47933885,0.48347107,0.41735536,0.49586776,0.6198347,0.6570248,0.677686,0.69008267,0.6859504,0.6942149,0.70247936,0.7066116,0.70247936,0.6942149,0.6818182,0.6818182,0.677686,0.6694215,0.6363636,0.6570248,0.6818182,0.6446281,0.6363636,0.607438,0.59917355,0.607438,0.58677685,0.5289256,0.446281,0.35950413,0.5413223,0.6694215,0.7066116,0.75206614,0.78099173,0.8016529,0.80991733,0.8305785,0.8347107,0.838843,0.8429752,0.838843,0.8181818,0.8264463,0.79752064,0.8057851,0.76033056,0.73966944,0.74793386,0.8305785,0.8553719,0.80991733,0.73966944,0.72727275,0.6570248,0.5082645,0.40495867,0.46280992,0.3429752,0.3264463,0.25619835,0.28512397,0.40082645,0.4752066,0.5,0.49586776,0.5247934,0.58264464,0.661157,0.6652893,0.6735537,0.6942149,0.6818182,0.6859504,0.6859504,0.69008267,0.69008267,0.69008267,0.6818182,0.6735537,0.6652893,0.661157,0.6363636,0.6322314,0.677686,0.661157,0.6528926,0.6198347,0.59917355,0.607438,0.57024795,0.49173555,0.4214876,0.3140496,0.47107437,0.59504133,0.7066116,0.75206614,0.76859504,0.7892562,0.822314,0.8264463,0.822314,0.8347107,0.8471074,0.822314,0.8140496,0.80991733,0.79752064,0.7892562,0.7644628,0.76033056,0.78512394,0.8512397,0.8553719,0.8305785,0.78512394,0.6859504,0.5247934,0.5041322,0.38842976,0.43801653,0.37603307,0.40082645,0.3677686,0.37603307,0.41322315,0.446281,0.48347107,0.5,0.59917355,0.661157,0.677686,0.6694215,0.6859504,0.69008267,0.677686,0.6735537,0.6652893,0.6652893,0.677686,0.677686,0.6735537,0.6570248,0.6528926,0.6446281,0.6446281,0.6404959,0.6735537,0.6694215,0.6446281,0.61570245,0.59090906,0.607438,0.5413223,0.42561984,0.3553719,0.28512397,0.35950413,0.58677685,0.71900827,0.73140496,0.7231405,0.77272725,0.80991733,0.8140496,0.838843,0.8347107,0.8512397,0.8181818,0.8057851,0.7933884,0.7933884,0.78099173,0.7644628,0.78099173,0.8140496,0.8553719,0.8512397,0.8057851,0.71900827,0.57024795,0.46280992,0.5123967,0.42975205,0.446281,0.45867768,0.4752066,0.46694216,0.45867768,0.42975205,0.41735536,0.4338843,0.47107437,0.59504133,0.6570248,0.6528926,0.661157,0.6652893,0.677686,0.6818182,0.6652893,0.6570248,0.6528926,0.6570248,0.661157,0.6570248,0.6363636,0.6404959,0.6280992,0.6363636,0.6487603,0.661157,0.6363636,0.6280992,0.61570245,0.57438016,0.56198347,0.5247934,0.3966942,0.3140496,0.30165288,0.29752067,0.553719,0.6735537,0.77272725,0.71900827,0.7892562,0.838843,0.8016529,0.8471074,0.8347107,0.8347107,0.822314,0.7933884,0.7892562,0.7768595,0.78099173,0.7768595,0.7892562,0.8305785,0.8264463,0.8016529,0.7355372,0.58677685,0.49173555,0.45041323,0.48347107,0.45867768,0.47107437,0.4876033,0.48347107,0.48347107,0.45454547,0.4090909,0.3553719,0.4090909,0.38429752,0.49173555,0.6198347,0.6363636,0.6446281,0.661157,0.6735537,0.6818182,0.6818182,0.6694215,0.6487603,0.6446281,0.6528926,0.6487603,0.6280992,0.6404959,0.6322314,0.6322314,0.6487603,0.6404959,0.60330576,0.59917355,0.60330576,0.5661157,0.5041322,0.47107437,0.3429752,0.3305785,0.37603307,0.23553719,0.5041322,0.6652893,0.75619835,0.76033056,0.8016529,0.8471074,0.8264463,0.8181818,0.838843,0.8140496,0.8181818,0.8016529,0.7892562,0.7768595,0.78512394,0.7892562,0.7892562,0.79752064,0.7231405,0.6983471,0.6363636,0.47933885,0.47933885,0.44214877,0.4752066,0.4752066,0.42975205,0.42561984,0.4338843,0.4338843,0.43801653,0.39256197,0.3553719,0.35123968,0.3181818,0.3966942,0.5,0.5371901,0.57024795,0.61570245,0.6446281,0.6735537,0.677686,0.6694215,0.6487603,0.6404959,0.6487603,0.6404959,0.6322314,0.6322314,0.6487603,0.6487603,0.6487603,0.62396693,0.59090906,0.58264464,0.57024795,0.56198347,0.48347107,0.45454547,0.30991736,0.3140496,0.48347107,0.21487603,0.4214876,0.58264464,0.75619835,0.73140496,0.77272725,0.8181818,0.8429752,0.80991733,0.8305785,0.78512394,0.8016529,0.7933884,0.7892562,0.78512394,0.8016529,0.7933884,0.75206614,0.70247936,0.59090906,0.57438016,0.5247934,0.4214876,0.45041323,0.45041323,0.47933885,0.46694216,0.41322315,0.35950413,0.40495867,0.38429752,0.37603307,0.38016528,0.3553719,0.3305785,0.32231405,0.3677686,0.40082645,0.44214877,0.47933885,0.5165289,0.553719,0.6198347,0.6652893,0.6652893,0.6570248,0.661157,0.6528926,0.6446281,0.6322314,0.6363636,0.6652893,0.6735537,0.6528926,0.6322314,0.5785124,0.553719,0.553719,0.54545456,0.5082645,0.42975205,0.3305785,0.28099173,0.60330576,0.22727273,0.3429752,0.55785125,0.73966944,0.6652893,0.76033056,0.8016529,0.838843,0.822314,0.8347107,0.8181818,0.7892562,0.7933884,0.78512394,0.78512394,0.8140496,0.7644628,0.661157,0.553719,0.5247934,0.4752066,0.4752066,0.42561984,0.4214876,0.42561984,0.45041323,0.446281,0.3966942,0.38016528,0.41735536,0.37603307,0.40082645,0.40082645,0.39256197,0.37603307,0.34710744,0.34710744,0.3677686,0.37190083,0.40082645,0.42975205,0.45041323,0.5206612,0.61570245,0.6280992,0.6446281,0.6694215,0.6694215,0.6570248,0.6528926,0.6570248,0.677686,0.6818182,0.661157,0.6487603,0.59090906,0.5371901,0.5289256,0.47933885,0.4876033,0.35123968,0.34710744,0.25619835,0.49586776,0.2520661,0.3553719,0.607438,0.6446281,0.62396693,0.7768595,0.7933884,0.8305785,0.822314,0.838843,0.822314,0.8016529,0.78099173,0.77272725,0.79752064,0.77272725,0.6446281,0.53305787,0.4876033,0.4876033,0.4338843,0.45454547,0.446281,0.43801653,0.4214876,0.4338843,0.4214876,0.43801653,0.47107437,0.5041322,0.4338843,0.4214876,0.4090909,0.40082645,0.38842976,0.3429752,0.3553719,0.34710744,0.35123968,0.40082645,0.37603307,0.4090909,0.46694216,0.5206612,0.56198347,0.59090906,0.6487603,0.6735537,0.6652893,0.6652893,0.677686,0.69008267,0.6694215,0.6652893,0.6735537,0.59504133,0.53305787,0.49173555,0.44214877,0.47107437,0.30578512,0.3429752,0.23966943,0.23553719,0.25619835,0.35950413,0.48347107,0.61157024,0.61157024,0.7355372,0.76033056,0.7933884,0.8305785,0.822314,0.8305785,0.8057851,0.7644628,0.74793386,0.7355372,0.60330576,0.48347107,0.46280992,0.46280992,0.46280992,0.4338843,0.44214877,0.45867768,0.4338843,0.4338843,0.44214877,0.42561984,0.49173555,0.5661157,0.59917355,0.5082645,0.41735536,0.37603307,0.38429752,0.35950413,0.3305785,0.36363637,0.35123968,0.37603307,0.3553719,0.35123968,0.338843,0.37190083,0.41735536,0.47933885,0.5413223,0.5785124,0.6528926,0.6735537,0.6694215,0.6735537,0.6859504,0.6528926,0.6528926,0.6404959,0.5785124,0.54545456,0.47107437,0.42975205,0.46280992,0.32231405,0.2892562,0.27272728,0.1694215,0.22727273,0.3677686,0.43801653,0.58677685,0.6446281,0.75206614,0.75206614,0.76859504,0.79752064,0.8016529,0.8305785,0.8181818,0.7768595,0.71487606,0.6363636,0.46694216,0.4090909,0.42975205,0.4214876,0.42561984,0.4214876,0.45454547,0.49173555,0.42561984,0.42561984,0.42975205,0.41322315,0.46280992,0.5371901,0.57438016,0.5041322,0.41735536,0.38429752,0.33471075,0.32231405,0.3677686,0.3966942,0.35123968,0.3677686,0.338843,0.29338843,0.30165288,0.28099173,0.338843,0.40082645,0.49586776,0.53305787,0.62396693,0.6694215,0.6859504,0.6528926,0.661157,0.62396693,0.6322314,0.58264464,0.553719,0.5371901,0.4876033,0.45454547,0.45454547,0.29752067,0.2520661,0.27272728,0.19008264,0.2107438,0.27272728,0.38842976,0.53305787,0.661157,0.6818182,0.76033056,0.78099173,0.78512394,0.8057851,0.8140496,0.79752064,0.7644628,0.677686,0.57024795,0.37603307,0.42975205,0.45867768,0.43801653,0.43801653,0.42561984,0.46694216,0.5041322,0.42975205,0.38842976,0.40082645,0.39256197,0.4090909,0.46694216,0.47933885,0.4338843,0.3966942,0.338843,0.2768595,0.2768595,0.3429752,0.338843,0.30165288,0.3181818,0.3140496,0.25619835,0.28512397,0.25619835,0.3264463,0.35123968,0.4214876,0.4876033,0.58264464,0.661157,0.6859504,0.6487603,0.60330576,0.607438,0.6198347,0.553719,0.5371901,0.4876033,0.5041322,0.5123967,0.41322315,0.2768595,0.24380165,0.2231405,0.19421488,0.1983471,0.2520661,0.3305785,0.53305787,0.6528926,0.6818182,0.76033056,0.70247936,0.76859504,0.79752064,0.79752064,0.7933884,0.74380165,0.6528926,0.45041323,0.37190083,0.45041323,0.4752066,0.446281,0.42561984,0.4090909,0.44214877,0.48347107,0.4338843,0.3553719,0.37190083,0.37603307,0.4090909,0.47933885,0.446281,0.39256197,0.40495867,0.35123968,0.2892562,0.2768595,0.2892562,0.30165288,0.29338843,0.24793388,0.19008264,0.14876033,0.2231405,0.2644628,0.33471075,0.3429752,0.36363637,0.4090909,0.5289256,0.6487603,0.6694215,0.6322314,0.58264464,0.59090906,0.60330576,0.5413223,0.5371901,0.446281,0.5082645,0.49173555,0.41735536,0.26859504,0.24793388,0.23553719,0.18595041,0.18595041,0.2231405,0.29338843,0.5165289,0.6446281,0.6446281,0.76033056,0.70247936,0.7644628,0.77272725,0.78099173,0.79752064,0.73140496,0.61157024,0.46280992,0.44214877,0.446281,0.42975205,0.33471075,0.25619835,0.30165288,0.4214876,0.47107437,0.43801653,0.3553719,0.36363637,0.3429752,0.40495867,0.4876033,0.40082645,0.33471075,0.38842976,0.35950413,0.29338843,0.29338843,0.34710744,0.37603307,0.36363637,0.33471075,0.3305785,0.3140496,0.30991736,0.24793388,0.3181818,0.3429752,0.3181818,0.3553719,0.48347107,0.6322314,0.6528926,0.60330576,0.5785124,0.5413223,0.58677685,0.5123967,0.5289256,0.42561984,0.5082645,0.4338843,0.4214876,0.25619835,0.2231405,0.24793388,0.19008264,0.19008264,0.22727273,0.28099173,0.45867768,0.6363636,0.6487603,0.7355372,0.6487603,0.74793386,0.75619835,0.78099173,0.7768595,0.7107438,0.62396693,0.5247934,0.44214877,0.4338843,0.37603307,0.35950413,0.41322315,0.47107437,0.5495868,0.59504133,0.58264464,0.5247934,0.5041322,0.47933885,0.4876033,0.5,0.42561984,0.38429752,0.4214876,0.45454547,0.46280992,0.46694216,0.5165289,0.5371901,0.5165289,0.5247934,0.5371901,0.49173555,0.45454547,0.40082645,0.38842976,0.3429752,0.34710744,0.34710744,0.3966942,0.607438,0.62396693,0.57438016,0.5247934,0.5123967,0.553719,0.4876033,0.49173555,0.41322315,0.5123967,0.43801653,0.36363637,0.24380165,0.21487603,0.2107438,0.17768595,0.1983471,0.21487603,0.30991736,0.37603307,0.59090906,0.6942149,0.7066116,0.6528926,0.6983471,0.6983471,0.72727275,0.7644628,0.7107438,0.6446281,0.5495868,0.47107437,0.45454547,0.43801653,0.5289256,0.6322314,0.6652893,0.6652893,0.677686,0.69008267,0.6694215,0.661157,0.6487603,0.6363636,0.61570245,0.59504133,0.58264464,0.5785124,0.54545456,0.54545456,0.5495868,0.5413223,0.56198347,0.55785125,0.55785125,0.5413223,0.48347107,0.48347107,0.5123967,0.446281,0.39256197,0.40082645,0.38842976,0.38842976,0.56198347,0.62396693,0.54545456,0.5082645,0.5123967,0.5371901,0.5082645,0.49586776,0.41322315,0.5247934,0.45454547,0.30991736,0.20247933,0.21487603,0.2107438,0.18595041,0.1983471,0.2231405,0.28512397,0.338843,0.5413223,0.6570248,0.6363636,0.6652893,0.677686,0.6652893,0.7066116,0.73140496,0.69008267,0.6363636,0.54545456,0.49173555,0.5082645,0.5371901,0.6404959,0.6983471,0.6818182,0.6528926,0.661157,0.6859504,0.6694215,0.6652893,0.6652893,0.6570248,0.6280992,0.607438,0.60330576,0.57438016,0.54545456,0.5495868,0.553719,0.5413223,0.56198347,0.5247934,0.47933885,0.5,0.5247934,0.53305787,0.5413223,0.5041322,0.42975205,0.40495867,0.44214877,0.46280992,0.5206612,0.59090906,0.5247934,0.5082645,0.49173555,0.5371901,0.5413223,0.5123967,0.40495867,0.4876033,0.40495867,0.2892562,0.17768595,0.21900827,0.1983471,0.19008264,0.21487603,0.2107438,0.2520661,0.2892562,0.44214877,0.59090906,0.62396693,0.661157,0.6487603,0.6446281,0.677686,0.677686,0.6818182,0.6570248,0.54545456,0.5082645,0.53305787,0.58677685,0.69008267,0.6983471,0.6570248,0.61157024,0.61157024,0.6487603,0.62396693,0.61570245,0.62396693,0.61157024,0.56198347,0.5661157,0.55785125,0.5123967,0.5,0.5,0.5,0.49173555,0.5082645,0.48347107,0.5206612,0.55785125,0.5661157,0.59917355,0.5413223,0.53305787,0.53305787,0.3677686,0.42975205,0.44214877,0.5,0.5371901,0.47933885,0.5,0.4214876,0.5,0.5289256,0.47107437,0.39256197,0.41735536,0.34710744,0.2603306,0.2231405,0.1983471,0.19421488,0.19008264,0.2107438,0.1983471,0.2231405,0.28512397,0.3677686,0.5165289,0.607438,0.6363636,0.6280992,0.62396693,0.6363636,0.6280992,0.6280992,0.62396693,0.553719,0.56198347,0.5785124,0.6198347,0.71487606,0.7107438,0.6363636,0.5661157,0.5661157,0.6198347,0.58677685,0.58264464,0.5785124,0.5247934,0.46280992,0.5082645,0.47933885,0.4214876,0.41735536,0.42561984,0.45454547,0.46280992,0.49586776,0.49586776,0.5413223,0.57024795,0.59917355,0.61570245,0.5289256,0.56198347,0.5247934,0.47107437,0.37190083,0.41735536,0.44214877,0.47107437,0.43801653,0.5082645,0.3966942,0.4876033,0.4752066,0.40082645,0.38429752,0.37190083,0.30991736,0.23140496,0.23966943,0.18181819,0.17355372,0.19421488,0.20247933,0.19421488,0.21900827,0.24793388,0.30165288,0.45867768,0.59090906,0.6280992,0.6198347,0.62396693,0.61570245,0.62396693,0.59090906,0.59504133,0.59917355,0.62396693,0.61570245,0.6322314,0.7231405,0.71900827,0.6446281,0.56198347,0.55785125,0.6198347,0.59917355,0.58264464,0.55785125,0.48347107,0.41735536,0.446281,0.42561984,0.38842976,0.40495867,0.4214876,0.44214877,0.46694216,0.48347107,0.47933885,0.553719,0.58677685,0.59917355,0.60330576,0.5413223,0.5495868,0.53305787,0.553719,0.41322315,0.3966942,0.4090909,0.42561984,0.40495867,0.45867768,0.40082645,0.446281,0.45454547,0.38842976,0.36363637,0.35950413,0.28099173,0.21487603,0.21487603,0.15289256,0.1570248,0.19008264,0.1983471,0.18595041,0.23140496,0.2603306,0.2520661,0.40082645,0.58264464,0.6280992,0.59504133,0.59504133,0.61157024,0.59504133,0.59090906,0.59917355,0.61157024,0.661157,0.6404959,0.6322314,0.70247936,0.7107438,0.6528926,0.59090906,0.59090906,0.61570245,0.59504133,0.55785125,0.5247934,0.45454547,0.38429752,0.3966942,0.37603307,0.3553719,0.38429752,0.37190083,0.3966942,0.4090909,0.44214877,0.46280992,0.54545456,0.553719,0.57024795,0.58264464,0.59090906,0.57438016,0.5371901,0.57438016,0.5123967,0.38016528,0.41735536,0.40495867,0.37190083,0.42975205,0.38842976,0.41322315,0.446281,0.38842976,0.33471075,0.3429752,0.2603306,0.18595041,0.19421488,0.15289256,0.14049587,0.19421488,0.19421488,0.18181819,0.21487603,0.27272728,0.21487603,0.30578512,0.5165289,0.607438,0.59917355,0.59917355,0.59917355,0.59504133,0.60330576,0.62396693,0.6404959,0.661157,0.661157,0.6694215,0.6735537,0.69008267,0.6280992,0.59917355,0.6363636,0.59090906,0.56198347,0.5082645,0.46694216,0.40082645,0.3264463,0.37190083,0.3264463,0.3264463,0.3305785,0.30578512,0.34710744,0.37190083,0.40495867,0.45041323,0.5165289,0.55785125,0.53305787,0.5785124,0.59504133,0.57438016,0.5123967,0.5123967,0.5082645,0.44214877,0.40082645,0.4090909,0.36363637,0.39256197,0.38429752,0.3966942,0.41322315,0.37603307,0.3140496,0.29752067,0.24793388,0.17768595,0.17355372,0.16115703,0.1322314,0.19008264,0.19008264,0.18181819,0.2107438,0.2603306,0.20661157,0.22727273,0.4338843,0.5495868,0.56198347,0.5785124,0.59504133,0.58677685,0.59917355,0.6570248,0.7066116,0.661157,0.677686,0.72727275,0.71900827,0.71487606,0.677686,0.6446281,0.6280992,0.5661157,0.5413223,0.48347107,0.42561984,0.38842976,0.30991736,0.338843,0.29752067,0.28512397,0.28512397,0.30165288,0.32231405,0.36363637,0.37603307,0.45454547,0.49586776,0.5082645,0.54545456,0.553719,0.59917355,0.53305787,0.46694216,0.40495867,0.45041323,0.4752066,0.38429752,0.4090909,0.37603307,0.34710744,0.37603307,0.40495867,0.37603307,0.36363637,0.2644628,0.24793388,0.21900827,0.18181819,0.18595041,0.17355372,0.11983471,0.19008264,0.1983471,0.18595041,0.20247933,0.2520661,0.24380165,0.1983471,0.3264463,0.5082645,0.57024795,0.54545456,0.5495868,0.5371901,0.57438016,0.6404959,0.6859504,0.677686,0.6818182,0.71900827,0.74380165,0.76033056,0.7231405,0.6859504,0.6363636,0.5785124,0.5206612,0.47107437,0.38842976,0.4090909,0.3429752,0.29752067,0.28512397,0.24793388,0.27272728,0.28099173,0.3181818,0.338843,0.40082645,0.45041323,0.4752066,0.4752066,0.57438016,0.553719,0.57438016,0.5,0.45867768,0.40082645,0.38842976,0.39256197,0.41735536,0.40082645,0.35950413,0.33471075,0.3553719,0.37603307,0.3429752,0.29338843,0.20661157,0.2231405,0.18181819,0.1694215,0.21487603,0.17768595,0.10743801,0.19008264,0.20247933,0.1983471,0.18181819,0.2603306,0.28099173,0.20247933,0.2520661,0.42975205,0.5413223,0.54545456,0.53305787,0.553719,0.5495868,0.60330576,0.61570245,0.62396693,0.6694215,0.7107438,0.77272725,0.77272725,0.73140496,0.6942149,0.6694215,0.6322314,0.47933885,0.446281,0.40082645,0.44214877,0.3553719,0.27272728,0.2520661,0.25619835,0.28099173,0.2520661,0.3181818,0.33471075,0.4214876,0.46694216,0.47933885,0.5082645,0.54545456,0.5289256,0.53305787,0.54545456,0.46694216,0.3677686,0.29338843,0.3553719,0.35123968,0.34710744,0.32231405,0.3429752,0.3677686,0.35123968,0.32231405,0.23140496,0.20247933,0.1983471,0.16528925,0.16528925,0.2231405,0.17768595,0.09917355,0.19421488,0.20247933,0.1983471,0.15289256,0.27272728,0.3305785,0.2231405,0.20247933,0.36363637,0.45867768,0.53305787,0.5082645,0.54545456,0.5371901,0.5495868,0.5371901,0.58264464,0.6942149,0.72727275,0.7644628,0.7066116,0.7231405,0.70247936,0.6942149,0.6322314,0.5289256,0.45454547,0.45867768,0.45867768,0.35950413,0.28099173,0.2520661,0.23966943,0.3140496,0.24380165,0.3553719,0.37190083,0.47933885,0.47933885,0.5289256,0.5289256,0.5165289,0.48347107,0.47107437,0.5123967,0.4876033,0.4090909,0.3305785,0.39256197,0.36363637,0.338843,0.3181818,0.3429752,0.35123968,0.38016528,0.30165288,0.23553719,0.1983471,0.16528925,0.14876033,0.18595041,0.23140496,0.15289256,0.09917355,10 +0.2603306,0.3553719,0.6487603,0.822314,0.838843,0.8347107,0.8305785,0.8264463,0.822314,0.8140496,0.80991733,0.8057851,0.8016529,0.79752064,0.7933884,0.7933884,0.7892562,0.7933884,0.7892562,0.7933884,0.7892562,0.7892562,0.7892562,0.7933884,0.78099173,0.7768595,0.74793386,0.72727275,0.72727275,0.7107438,0.71487606,0.7107438,0.7107438,0.71487606,0.71900827,0.71487606,0.71900827,0.70247936,0.7231405,0.7231405,0.7107438,0.6983471,0.6818182,0.677686,0.6818182,0.6859504,0.6859504,0.6694215,0.677686,0.661157,0.6487603,0.661157,0.661157,0.6570248,0.6570248,0.6652893,0.6818182,0.6859504,0.69008267,0.6528926,0.58264464,0.46280992,0.30578512,0.15289256,0.25619835,0.45454547,0.76033056,0.8347107,0.838843,0.8429752,0.8347107,0.8305785,0.8181818,0.80991733,0.8057851,0.8057851,0.8016529,0.7933884,0.7892562,0.7892562,0.7933884,0.79752064,0.8016529,0.79752064,0.8016529,0.8016529,0.8140496,0.80991733,0.8140496,0.8140496,0.7933884,0.7768595,0.7644628,0.75206614,0.74380165,0.74380165,0.7355372,0.73966944,0.73140496,0.73966944,0.7355372,0.73140496,0.76033056,0.73966944,0.71900827,0.7066116,0.6942149,0.6818182,0.6859504,0.69008267,0.6859504,0.69008267,0.6694215,0.661157,0.6487603,0.6487603,0.6446281,0.6487603,0.6446281,0.6446281,0.6735537,0.6859504,0.6983471,0.677686,0.60330576,0.47107437,0.32231405,0.1694215,0.29338843,0.58264464,0.8140496,0.8305785,0.8347107,0.838843,0.8347107,0.8347107,0.8140496,0.79752064,0.8016529,0.7933884,0.78512394,0.78512394,0.78099173,0.7892562,0.7933884,0.7933884,0.79752064,0.8016529,0.80991733,0.8181818,0.8264463,0.8181818,0.8181818,0.8140496,0.80991733,0.8016529,0.79752064,0.7933884,0.78099173,0.77272725,0.75619835,0.7644628,0.75206614,0.77272725,0.7644628,0.75206614,0.76859504,0.76033056,0.72727275,0.7107438,0.70247936,0.6859504,0.6942149,0.6694215,0.6818182,0.6446281,0.6446281,0.6280992,0.6322314,0.62396693,0.61570245,0.6280992,0.61570245,0.62396693,0.6322314,0.6694215,0.677686,0.6818182,0.61570245,0.47107437,0.33471075,0.19008264,0.40082645,0.7107438,0.822314,0.822314,0.838843,0.8429752,0.838843,0.8264463,0.80991733,0.7892562,0.78512394,0.78512394,0.76859504,0.7644628,0.75619835,0.76033056,0.7644628,0.76859504,0.78099173,0.8016529,0.80991733,0.8181818,0.822314,0.8140496,0.80991733,0.7933884,0.7892562,0.8016529,0.7933884,0.7892562,0.7933884,0.7892562,0.76859504,0.76859504,0.76859504,0.7768595,0.74793386,0.74380165,0.75206614,0.7355372,0.71900827,0.6942149,0.6983471,0.677686,0.6859504,0.661157,0.6404959,0.6198347,0.61570245,0.59090906,0.57438016,0.5785124,0.58264464,0.58264464,0.60330576,0.61570245,0.60330576,0.6322314,0.661157,0.6735537,0.61570245,0.46280992,0.3429752,0.20247933,0.55785125,0.77272725,0.8140496,0.8264463,0.8305785,0.838843,0.8347107,0.8181818,0.79752064,0.7892562,0.7644628,0.76033056,0.7355372,0.7107438,0.6983471,0.7066116,0.71900827,0.7355372,0.75619835,0.76859504,0.78099173,0.78512394,0.78512394,0.77272725,0.7644628,0.74793386,0.76033056,0.7768595,0.78099173,0.7892562,0.78512394,0.78512394,0.76859504,0.74793386,0.76033056,0.7644628,0.71487606,0.72727275,0.72727275,0.7066116,0.6859504,0.6570248,0.6528926,0.6322314,0.6487603,0.6363636,0.60330576,0.61157024,0.56198347,0.5495868,0.53305787,0.5289256,0.5371901,0.5495868,0.54545456,0.60330576,0.6198347,0.59917355,0.6363636,0.6446281,0.6198347,0.45454547,0.3553719,0.1983471,0.6818182,0.7892562,0.8057851,0.8305785,0.8347107,0.838843,0.8305785,0.8057851,0.7768595,0.78099173,0.72727275,0.6983471,0.6363636,0.59090906,0.61570245,0.6363636,0.6570248,0.6570248,0.677686,0.6818182,0.69008267,0.6528926,0.6570248,0.661157,0.6735537,0.6735537,0.70247936,0.74380165,0.75206614,0.78099173,0.78099173,0.77272725,0.7644628,0.73966944,0.73966944,0.7355372,0.6942149,0.6942149,0.6859504,0.6487603,0.61157024,0.5661157,0.5371901,0.5247934,0.5206612,0.5247934,0.5289256,0.5247934,0.5041322,0.4752066,0.45867768,0.45041323,0.45454547,0.46694216,0.46694216,0.47933885,0.59504133,0.61570245,0.61157024,0.6363636,0.59917355,0.45454547,0.38842976,0.18181819,0.71487606,0.7892562,0.8181818,0.8264463,0.822314,0.8305785,0.80991733,0.78512394,0.7644628,0.7066116,0.61157024,0.55785125,0.48347107,0.46280992,0.5041322,0.5165289,0.5289256,0.5123967,0.49173555,0.49586776,0.49586776,0.44214877,0.45454547,0.46280992,0.5165289,0.58264464,0.6446281,0.6942149,0.73140496,0.76033056,0.7768595,0.76859504,0.75206614,0.7231405,0.7107438,0.7066116,0.6818182,0.6487603,0.6280992,0.58677685,0.5123967,0.4214876,0.38016528,0.37190083,0.37603307,0.3429752,0.32231405,0.3429752,0.3429752,0.3429752,0.3264463,0.3305785,0.338843,0.3305785,0.33471075,0.3140496,0.45454547,0.57438016,0.59504133,0.607438,0.5661157,0.46280992,0.3966942,0.18181819,0.7355372,0.7933884,0.8140496,0.822314,0.822314,0.8140496,0.7892562,0.7644628,0.6818182,0.5289256,0.47107437,0.38842976,0.35123968,0.3429752,0.38429752,0.37190083,0.3553719,0.33471075,0.28512397,0.2892562,0.3181818,0.2644628,0.3305785,0.32231405,0.35123968,0.44214877,0.5785124,0.6570248,0.7107438,0.75206614,0.77272725,0.7644628,0.75206614,0.71487606,0.6942149,0.6942149,0.6694215,0.62396693,0.58264464,0.5165289,0.40495867,0.29338843,0.25619835,0.25619835,0.2520661,0.22727273,0.23966943,0.21487603,0.1983471,0.21487603,0.2107438,0.2231405,0.23553719,0.24793388,0.23966943,0.20661157,0.25619835,0.42561984,0.5371901,0.58677685,0.5495868,0.47933885,0.4090909,0.18181819,0.76033056,0.8016529,0.80991733,0.822314,0.8181818,0.8057851,0.7644628,0.6652893,0.4876033,0.40495867,0.38016528,0.3553719,0.28512397,0.28099173,0.2768595,0.29338843,0.20247933,0.23966943,0.19008264,0.17768595,0.24380165,0.20661157,0.25619835,0.2603306,0.28512397,0.37190083,0.5082645,0.62396693,0.71487606,0.78099173,0.7768595,0.76859504,0.7644628,0.7231405,0.6942149,0.6942149,0.677686,0.6198347,0.5371901,0.446281,0.3305785,0.24380165,0.21487603,0.18595041,0.18181819,0.1570248,0.1694215,0.19008264,0.1694215,0.1570248,0.16115703,0.17768595,0.17355372,0.17768595,0.21487603,0.20247933,0.20661157,0.2768595,0.42561984,0.553719,0.5371901,0.4876033,0.4214876,0.19421488,0.78099173,0.8140496,0.8140496,0.8140496,0.80991733,0.7933884,0.6528926,0.46694216,0.38016528,0.35123968,0.3553719,0.3429752,0.2892562,0.2644628,0.19008264,0.23140496,0.2107438,0.2107438,0.21900827,0.19008264,0.24380165,0.2520661,0.29752067,0.3264463,0.3264463,0.39256197,0.5041322,0.61570245,0.76033056,0.8429752,0.7892562,0.7933884,0.8057851,0.75619835,0.6942149,0.6818182,0.71487606,0.6570248,0.5165289,0.4090909,0.30991736,0.26859504,0.24380165,0.2107438,0.1983471,0.17768595,0.1694215,0.19008264,0.2107438,0.17768595,0.1694215,0.17768595,0.18595041,0.17355372,0.20247933,0.23553719,0.2520661,0.2520661,0.30165288,0.45454547,0.5206612,0.49586776,0.42975205,0.2231405,0.8016529,0.8140496,0.822314,0.8181818,0.79752064,0.6859504,0.48347107,0.37603307,0.34710744,0.338843,0.35123968,0.35123968,0.32231405,0.3181818,0.3140496,0.32231405,0.37190083,0.3966942,0.40495867,0.38016528,0.41735536,0.4090909,0.42975205,0.46694216,0.49173555,0.5165289,0.57024795,0.6983471,0.8140496,0.8801653,0.8057851,0.8016529,0.8512397,0.76859504,0.7066116,0.71900827,0.75206614,0.6983471,0.5289256,0.4090909,0.3264463,0.3140496,0.3264463,0.3305785,0.34710744,0.39256197,0.41735536,0.42561984,0.39256197,0.34710744,0.33471075,0.30991736,0.26859504,0.24380165,0.24380165,0.25619835,0.26859504,0.28512397,0.2768595,0.35123968,0.46280992,0.5041322,0.4338843,0.24380165,0.8140496,0.8181818,0.822314,0.8264463,0.73140496,0.5247934,0.3966942,0.34710744,0.38429752,0.446281,0.45454547,0.46694216,0.5,0.55785125,0.59090906,0.59917355,0.6280992,0.6322314,0.6198347,0.58677685,0.58264464,0.56198347,0.54545456,0.56198347,0.58677685,0.607438,0.6859504,0.7768595,0.8347107,0.8677686,0.822314,0.7933884,0.8057851,0.74793386,0.6942149,0.7107438,0.7231405,0.6404959,0.5247934,0.40495867,0.37603307,0.3966942,0.4752066,0.54545456,0.5785124,0.62396693,0.6735537,0.69008267,0.6446281,0.59504133,0.56198347,0.5165289,0.45454547,0.41735536,0.3677686,0.3264463,0.3181818,0.28512397,0.28512397,0.2892562,0.37190083,0.4752066,0.43801653,0.2520661,0.8140496,0.8181818,0.8181818,0.8016529,0.6198347,0.4090909,0.36363637,0.38842976,0.5165289,0.61570245,0.6322314,0.6404959,0.6652893,0.71487606,0.74793386,0.76033056,0.74380165,0.661157,0.607438,0.57438016,0.553719,0.5495868,0.5661157,0.60330576,0.607438,0.59090906,0.6487603,0.76033056,0.8057851,0.8429752,0.822314,0.78099173,0.73966944,0.7066116,0.70247936,0.71487606,0.6735537,0.59504133,0.45041323,0.38016528,0.42975205,0.49586776,0.56198347,0.58264464,0.57024795,0.59090906,0.6528926,0.6859504,0.6487603,0.6198347,0.6322314,0.61570245,0.59090906,0.56198347,0.5041322,0.44214877,0.3677686,0.3264463,0.27272728,0.26859504,0.3140496,0.44214877,0.446281,0.2644628,0.80991733,0.8181818,0.8181818,0.78099173,0.59504133,0.41735536,0.44214877,0.56198347,0.6735537,0.74380165,0.76033056,0.75619835,0.75619835,0.74793386,0.70247936,0.6983471,0.6570248,0.5371901,0.46694216,0.46694216,0.46280992,0.45867768,0.45041323,0.446281,0.5041322,0.56198347,0.58677685,0.6652893,0.75619835,0.8305785,0.79752064,0.75619835,0.69008267,0.6735537,0.677686,0.6859504,0.61157024,0.5289256,0.3677686,0.38842976,0.46280992,0.5041322,0.5082645,0.5247934,0.53305787,0.5206612,0.6280992,0.5206612,0.54545456,0.49173555,0.5661157,0.5661157,0.59504133,0.6280992,0.59917355,0.59090906,0.446281,0.45041323,0.3264463,0.29338843,0.3264463,0.42561984,0.446281,0.28099173,0.80991733,0.8181818,0.8057851,0.7892562,0.57438016,0.4752066,0.5785124,0.69008267,0.76859504,0.822314,0.8057851,0.75206614,0.7066116,0.6983471,0.6694215,0.59917355,0.5206612,0.40082645,0.30991736,0.38429752,0.46694216,0.3966942,0.37603307,0.4214876,0.44214877,0.46280992,0.58677685,0.6570248,0.7355372,0.8016529,0.7644628,0.71487606,0.6694215,0.6652893,0.6528926,0.6404959,0.58264464,0.4338843,0.3553719,0.41735536,0.4752066,0.48347107,0.45041323,0.44214877,0.446281,0.35950413,0.3553719,0.41735536,0.3264463,0.3429752,0.37603307,0.44214877,0.57438016,0.57438016,0.6280992,0.7066116,0.5413223,0.5123967,0.3966942,0.3305785,0.38016528,0.42975205,0.42975205,0.30991736,0.8181818,0.8264463,0.8140496,0.78099173,0.57438016,0.55785125,0.6942149,0.74793386,0.7933884,0.80991733,0.7644628,0.74380165,0.6570248,0.4876033,0.4214876,0.30165288,0.2644628,0.24793388,0.27272728,0.39256197,0.57438016,0.5371901,0.41322315,0.35950413,0.40082645,0.46694216,0.56198347,0.7066116,0.76033056,0.7644628,0.7231405,0.69008267,0.6694215,0.6652893,0.61570245,0.59504133,0.54545456,0.39256197,0.38429752,0.3966942,0.40082645,0.41322315,0.42561984,0.49173555,0.6363636,0.4338843,0.29752067,0.49173555,0.15289256,0.2231405,0.23553719,0.34710744,0.36363637,0.5206612,0.59504133,0.60330576,0.60330576,0.54545456,0.46694216,0.4214876,0.42975205,0.43801653,0.4090909,0.32231405,0.8264463,0.822314,0.838843,0.70247936,0.59917355,0.6652893,0.7644628,0.80991733,0.8016529,0.69008267,0.72727275,0.6446281,0.45041323,0.6694215,0.6198347,0.2603306,0.2231405,0.19008264,0.40082645,0.45867768,0.6694215,0.6322314,0.5,0.4876033,0.4214876,0.42561984,0.5247934,0.73140496,0.75619835,0.7231405,0.71487606,0.6859504,0.6570248,0.6735537,0.6446281,0.5785124,0.5289256,0.45454547,0.42975205,0.35950413,0.3553719,0.5206612,0.59917355,0.6363636,0.72727275,0.446281,0.40082645,0.29752067,0.14876033,0.2892562,0.28099173,0.42975205,0.3181818,0.30578512,0.5165289,0.49173555,0.55785125,0.5661157,0.5206612,0.46280992,0.446281,0.45041323,0.40082645,0.33471075,0.8264463,0.8305785,0.7768595,0.6363636,0.69008267,0.76033056,0.80991733,0.822314,0.71487606,0.61157024,0.5661157,0.3429752,0.61157024,0.8264463,0.5495868,0.3181818,0.4090909,0.35123968,0.47933885,0.5413223,0.71487606,0.6322314,0.5289256,0.5206612,0.53305787,0.5661157,0.60330576,0.7355372,0.74380165,0.7107438,0.73966944,0.677686,0.6322314,0.6487603,0.6280992,0.57024795,0.5413223,0.5247934,0.49173555,0.4214876,0.4214876,0.5661157,0.6280992,0.6487603,0.76033056,0.57438016,0.446281,0.338843,0.29752067,0.35123968,0.38429752,0.5206612,0.47107437,0.23140496,0.28512397,0.42975205,0.46694216,0.56198347,0.5661157,0.5082645,0.47933885,0.48347107,0.42975205,0.3305785,0.8264463,0.8140496,0.7768595,0.7231405,0.77272725,0.8181818,0.8347107,0.79752064,0.6528926,0.4876033,0.38842976,0.37190083,0.7355372,0.8264463,0.8057851,0.5289256,0.5041322,0.5041322,0.553719,0.59917355,0.6735537,0.57024795,0.57438016,0.5785124,0.6363636,0.6652893,0.6859504,0.74380165,0.74380165,0.7231405,0.74380165,0.69008267,0.6322314,0.6487603,0.62396693,0.5785124,0.553719,0.5661157,0.54545456,0.5,0.5082645,0.57024795,0.61570245,0.61157024,0.6694215,0.677686,0.5289256,0.43801653,0.42561984,0.42561984,0.49173555,0.56198347,0.54545456,0.35950413,0.1983471,0.2892562,0.4090909,0.5371901,0.61157024,0.5785124,0.5247934,0.5165289,0.45454547,0.338843,0.8264463,0.822314,0.8181818,0.822314,0.8429752,0.8553719,0.8553719,0.7644628,0.58677685,0.45867768,0.45867768,0.5082645,0.59917355,0.6983471,0.75206614,0.70247936,0.6404959,0.56198347,0.61157024,0.607438,0.6446281,0.59504133,0.6198347,0.6404959,0.6983471,0.6694215,0.6942149,0.75619835,0.74793386,0.7231405,0.7231405,0.71487606,0.6322314,0.6198347,0.61157024,0.58677685,0.55785125,0.5661157,0.5785124,0.5289256,0.5413223,0.58677685,0.62396693,0.6363636,0.61157024,0.59504133,0.56198347,0.5123967,0.4876033,0.4876033,0.5247934,0.553719,0.55785125,0.47107437,0.36363637,0.28512397,0.35950413,0.5123967,0.6404959,0.6570248,0.607438,0.5661157,0.48347107,0.34710744,0.8305785,0.8264463,0.8305785,0.8512397,0.8636364,0.8677686,0.8553719,0.75619835,0.6198347,0.61157024,0.6446281,0.6942149,0.7231405,0.58677685,0.661157,0.6198347,0.6942149,0.6322314,0.6322314,0.7107438,0.6694215,0.69008267,0.661157,0.6818182,0.7066116,0.70247936,0.74793386,0.76859504,0.76033056,0.7107438,0.7107438,0.71900827,0.6446281,0.59504133,0.58677685,0.5785124,0.56198347,0.56198347,0.59090906,0.5661157,0.5413223,0.58677685,0.6528926,0.6528926,0.6280992,0.60330576,0.58264464,0.53305787,0.5289256,0.4876033,0.5041322,0.5247934,0.59504133,0.58677685,0.5785124,0.5165289,0.44214877,0.5247934,0.661157,0.70247936,0.6652893,0.607438,0.5289256,0.40495867,0.8347107,0.8429752,0.8553719,0.8553719,0.8595041,0.8595041,0.8264463,0.77272725,0.73966944,0.75619835,0.78099173,0.8016529,0.8264463,0.74380165,0.7768595,0.74793386,0.78099173,0.74380165,0.71900827,0.76033056,0.71487606,0.71900827,0.74380165,0.7355372,0.74793386,0.77272725,0.7768595,0.7768595,0.76033056,0.72727275,0.71487606,0.73966944,0.6652893,0.61570245,0.62396693,0.56198347,0.553719,0.56198347,0.59090906,0.60330576,0.5661157,0.59917355,0.6652893,0.6652893,0.6487603,0.6280992,0.6322314,0.60330576,0.607438,0.54545456,0.57024795,0.58677685,0.6487603,0.7066116,0.70247936,0.6652893,0.5785124,0.57024795,0.677686,0.71900827,0.677686,0.62396693,0.56198347,0.45867768,0.8429752,0.8471074,0.8429752,0.8471074,0.8553719,0.8429752,0.8140496,0.8057851,0.80991733,0.8181818,0.8305785,0.838843,0.8471074,0.8016529,0.79752064,0.78512394,0.7933884,0.7933884,0.78099173,0.74380165,0.75619835,0.7644628,0.7768595,0.76859504,0.7933884,0.7933884,0.7933884,0.7768595,0.74793386,0.74793386,0.7231405,0.76033056,0.6859504,0.6322314,0.6280992,0.5413223,0.56198347,0.59504133,0.59504133,0.60330576,0.61157024,0.6198347,0.6404959,0.70247936,0.6694215,0.6404959,0.6528926,0.6363636,0.6487603,0.6198347,0.6322314,0.6446281,0.6735537,0.75206614,0.74793386,0.7231405,0.6652893,0.61570245,0.661157,0.71487606,0.6859504,0.6404959,0.5785124,0.49173555,0.8512397,0.8471074,0.8429752,0.8471074,0.8512397,0.8347107,0.8181818,0.822314,0.8305785,0.8429752,0.8471074,0.8471074,0.838843,0.8057851,0.7892562,0.7933884,0.8057851,0.80991733,0.7933884,0.75206614,0.7768595,0.7933884,0.78512394,0.7933884,0.8057851,0.8016529,0.8016529,0.78099173,0.74793386,0.74380165,0.75619835,0.77272725,0.70247936,0.6322314,0.61157024,0.553719,0.55785125,0.6198347,0.62396693,0.59504133,0.6322314,0.6528926,0.6487603,0.6735537,0.677686,0.6446281,0.6487603,0.6528926,0.6487603,0.6570248,0.6363636,0.6652893,0.69008267,0.76859504,0.7768595,0.72727275,0.69008267,0.677686,0.6652893,0.69008267,0.6859504,0.6528926,0.59504133,0.4876033,0.8429752,0.838843,0.8553719,0.8471074,0.8471074,0.8347107,0.8264463,0.8305785,0.8305785,0.838843,0.8512397,0.8429752,0.8347107,0.8181818,0.8057851,0.8057851,0.8140496,0.8140496,0.8016529,0.78099173,0.78099173,0.7933884,0.7933884,0.8140496,0.8181818,0.8140496,0.80991733,0.7768595,0.74380165,0.74793386,0.76859504,0.822314,0.7355372,0.6652893,0.6322314,0.56198347,0.54545456,0.61157024,0.6446281,0.62396693,0.6570248,0.6694215,0.6694215,0.6735537,0.6942149,0.6694215,0.6280992,0.6694215,0.6487603,0.677686,0.6487603,0.6735537,0.6942149,0.77272725,0.76859504,0.73966944,0.6942149,0.70247936,0.69008267,0.6859504,0.677686,0.6528926,0.59917355,0.46694216,0.8429752,0.8429752,0.8553719,0.8471074,0.8429752,0.838843,0.8347107,0.838843,0.8347107,0.838843,0.8553719,0.838843,0.8347107,0.822314,0.8181818,0.80991733,0.8181818,0.8181818,0.80991733,0.79752064,0.78099173,0.7892562,0.8016529,0.822314,0.8305785,0.8305785,0.8181818,0.77272725,0.73140496,0.75206614,0.7768595,0.8677686,0.7644628,0.661157,0.6652893,0.59504133,0.54545456,0.5785124,0.6446281,0.6446281,0.6735537,0.6818182,0.6735537,0.6818182,0.6818182,0.6818182,0.6528926,0.6859504,0.6570248,0.69008267,0.6818182,0.69008267,0.7107438,0.75206614,0.7644628,0.74380165,0.6942149,0.7231405,0.70247936,0.6942149,0.6694215,0.6404959,0.61157024,0.45867768,0.8429752,0.8429752,0.8471074,0.8429752,0.838843,0.8429752,0.8429752,0.8471074,0.8429752,0.838843,0.8471074,0.8429752,0.8305785,0.8305785,0.8305785,0.822314,0.8264463,0.822314,0.80991733,0.78099173,0.78512394,0.79752064,0.80991733,0.8305785,0.8471074,0.8429752,0.822314,0.76033056,0.72727275,0.74380165,0.78099173,0.8719008,0.76033056,0.61570245,0.6404959,0.6198347,0.56198347,0.56198347,0.62396693,0.6487603,0.69008267,0.7066116,0.7066116,0.70247936,0.6942149,0.677686,0.677686,0.69008267,0.6735537,0.6859504,0.6983471,0.7066116,0.7107438,0.7355372,0.74380165,0.73140496,0.70247936,0.72727275,0.7107438,0.7066116,0.6694215,0.62396693,0.61570245,0.41735536,0.8429752,0.838843,0.8305785,0.838843,0.8471074,0.8471074,0.8512397,0.8471074,0.8471074,0.838843,0.8471074,0.8471074,0.8347107,0.8264463,0.8305785,0.8264463,0.8264463,0.822314,0.80991733,0.78512394,0.79752064,0.80991733,0.8181818,0.8429752,0.8553719,0.838843,0.8057851,0.75206614,0.73966944,0.7355372,0.73966944,0.8471074,0.79752064,0.62396693,0.6198347,0.61157024,0.58264464,0.56198347,0.59504133,0.6363636,0.69008267,0.72727275,0.71900827,0.71487606,0.7107438,0.69008267,0.6942149,0.6859504,0.6818182,0.6818182,0.69008267,0.7066116,0.72727275,0.7355372,0.73140496,0.7231405,0.71900827,0.7355372,0.7231405,0.70247936,0.6694215,0.61570245,0.607438,0.3553719,0.838843,0.8305785,0.8264463,0.8429752,0.8553719,0.8553719,0.8553719,0.8512397,0.8512397,0.8471074,0.8471074,0.8471074,0.8471074,0.8181818,0.822314,0.8305785,0.822314,0.8181818,0.8140496,0.80991733,0.8181818,0.8181818,0.8140496,0.8429752,0.8595041,0.8305785,0.78099173,0.75619835,0.74793386,0.72727275,0.71900827,0.76859504,0.73966944,0.6322314,0.61570245,0.59504133,0.59917355,0.57438016,0.5661157,0.61157024,0.6859504,0.73966944,0.71487606,0.70247936,0.71487606,0.7107438,0.70247936,0.69008267,0.69008267,0.6859504,0.6859504,0.7066116,0.73140496,0.7355372,0.72727275,0.73140496,0.73966944,0.74793386,0.74380165,0.6942149,0.6528926,0.61570245,0.553719,0.29752067,0.8347107,0.8264463,0.8305785,0.8429752,0.8553719,0.8595041,0.8595041,0.8553719,0.8595041,0.8512397,0.8512397,0.8429752,0.8429752,0.8305785,0.8140496,0.8305785,0.8181818,0.8181818,0.8305785,0.822314,0.8305785,0.8181818,0.822314,0.8347107,0.8471074,0.80991733,0.75206614,0.76859504,0.76859504,0.74380165,0.76859504,0.79752064,0.7066116,0.6652893,0.6487603,0.60330576,0.61570245,0.58264464,0.5495868,0.5785124,0.661157,0.73140496,0.70247936,0.7107438,0.73140496,0.72727275,0.71487606,0.7107438,0.7066116,0.7066116,0.6942149,0.7066116,0.7355372,0.7355372,0.7355372,0.74380165,0.74793386,0.76033056,0.76033056,0.6942149,0.6446281,0.61570245,0.5,0.23553719,0.8305785,0.8264463,0.8264463,0.8429752,0.8553719,0.8595041,0.8636364,0.8512397,0.8553719,0.8512397,0.8512397,0.8471074,0.8471074,0.838843,0.8140496,0.8305785,0.8181818,0.8305785,0.838843,0.8305785,0.8264463,0.8181818,0.8347107,0.79752064,0.8016529,0.7892562,0.75619835,0.79752064,0.80991733,0.78512394,0.8057851,0.76033056,0.6859504,0.73140496,0.6694215,0.6446281,0.6983471,0.6322314,0.5371901,0.5495868,0.61570245,0.6983471,0.6942149,0.7066116,0.7231405,0.73140496,0.72727275,0.71900827,0.7066116,0.71487606,0.71487606,0.71487606,0.73140496,0.7355372,0.7355372,0.7355372,0.73140496,0.7355372,0.7355372,0.6859504,0.6280992,0.59917355,0.45454547,0.20247933,0.8264463,0.8181818,0.822314,0.8429752,0.8512397,0.8595041,0.8512397,0.8471074,0.8471074,0.8512397,0.8512397,0.838843,0.8471074,0.838843,0.822314,0.8305785,0.8264463,0.8429752,0.8429752,0.8305785,0.8305785,0.822314,0.8140496,0.7231405,0.7644628,0.78099173,0.7644628,0.7933884,0.8347107,0.7768595,0.73966944,0.6487603,0.6280992,0.6652893,0.6280992,0.62396693,0.73966944,0.6570248,0.53305787,0.5371901,0.5661157,0.6446281,0.6942149,0.6942149,0.6942149,0.71900827,0.72727275,0.71487606,0.7066116,0.7066116,0.7107438,0.7066116,0.72727275,0.73140496,0.7107438,0.69008267,0.677686,0.6942149,0.70247936,0.661157,0.6198347,0.57438016,0.40495867,0.16115703,0.8181818,0.80991733,0.8264463,0.8429752,0.8471074,0.8512397,0.8471074,0.8471074,0.8429752,0.8429752,0.8512397,0.8512397,0.8429752,0.8429752,0.8347107,0.8305785,0.8305785,0.8429752,0.838843,0.8305785,0.822314,0.8057851,0.75619835,0.661157,0.76033056,0.76859504,0.7355372,0.71487606,0.7768595,0.71487606,0.62396693,0.5495868,0.5785124,0.59504133,0.553719,0.5413223,0.60330576,0.55785125,0.5371901,0.5371901,0.4876033,0.607438,0.6652893,0.69008267,0.7066116,0.71900827,0.7355372,0.7231405,0.7231405,0.70247936,0.71900827,0.6983471,0.6983471,0.71487606,0.6859504,0.6735537,0.6570248,0.6652893,0.677686,0.6446281,0.61157024,0.56198347,0.36363637,0.1322314,0.80991733,0.8016529,0.8305785,0.8429752,0.8429752,0.838843,0.8471074,0.8429752,0.8471074,0.8429752,0.8429752,0.8512397,0.8429752,0.8429752,0.838843,0.8305785,0.8305785,0.8347107,0.822314,0.8140496,0.8057851,0.7768595,0.6942149,0.6446281,0.76033056,0.7644628,0.6528926,0.6570248,0.72727275,0.6652893,0.5247934,0.45041323,0.47933885,0.5082645,0.4752066,0.47933885,0.49173555,0.4752066,0.5041322,0.57438016,0.41322315,0.56198347,0.661157,0.6652893,0.6942149,0.6983471,0.71487606,0.7355372,0.72727275,0.6983471,0.72727275,0.6942149,0.70247936,0.70247936,0.6652893,0.6694215,0.6570248,0.6528926,0.6528926,0.6280992,0.607438,0.553719,0.3429752,0.10743801,0.7933884,0.7892562,0.8305785,0.8471074,0.8429752,0.838843,0.8429752,0.8429752,0.8429752,0.8429752,0.8429752,0.8471074,0.8471074,0.838843,0.838843,0.8305785,0.8264463,0.8305785,0.8140496,0.79752064,0.7644628,0.71487606,0.6363636,0.6528926,0.75619835,0.7231405,0.49173555,0.38429752,0.61157024,0.6570248,0.4876033,0.38842976,0.3553719,0.38429752,0.3966942,0.38016528,0.3429752,0.39256197,0.46694216,0.58677685,0.34710744,0.5206612,0.6198347,0.6404959,0.6818182,0.6859504,0.6983471,0.72727275,0.70247936,0.7066116,0.73966944,0.71900827,0.6942149,0.6942149,0.6528926,0.6652893,0.6446281,0.6487603,0.62396693,0.61157024,0.59917355,0.5371901,0.29752067,0.08677686,0.78099173,0.77272725,0.8264463,0.8471074,0.8471074,0.838843,0.838843,0.8305785,0.8347107,0.8429752,0.8471074,0.8512397,0.8471074,0.8471074,0.838843,0.8264463,0.822314,0.822314,0.80991733,0.78099173,0.7355372,0.6570248,0.607438,0.6528926,0.7355372,0.6528926,0.39256197,0.20661157,0.45454547,0.6363636,0.48347107,0.30991736,0.29752067,0.3553719,0.37190083,0.2520661,0.14876033,0.21900827,0.3966942,0.57438016,0.3181818,0.41322315,0.59504133,0.6363636,0.677686,0.69008267,0.6983471,0.7231405,0.71487606,0.7066116,0.71487606,0.7231405,0.6942149,0.677686,0.6446281,0.6446281,0.62396693,0.6487603,0.607438,0.61157024,0.5785124,0.53305787,0.24380165,0.0785124,0.77272725,0.76033056,0.822314,0.8553719,0.8429752,0.8305785,0.822314,0.8181818,0.838843,0.8305785,0.8471074,0.8553719,0.8512397,0.8429752,0.8347107,0.822314,0.8181818,0.8140496,0.79752064,0.74380165,0.6570248,0.61157024,0.6280992,0.7066116,0.73966944,0.6404959,0.45454547,0.39256197,0.5495868,0.6280992,0.55785125,0.38842976,0.32231405,0.3966942,0.38429752,0.30165288,0.18595041,0.15289256,0.338843,0.5,0.30165288,0.3429752,0.5413223,0.6363636,0.677686,0.6859504,0.6983471,0.7107438,0.71900827,0.7107438,0.70247936,0.7066116,0.6859504,0.6528926,0.6446281,0.6322314,0.61157024,0.61570245,0.59917355,0.6198347,0.5661157,0.5123967,0.1983471,0.06198347,0.76859504,0.76033056,0.822314,0.8429752,0.8347107,0.8264463,0.8140496,0.8057851,0.822314,0.8429752,0.8347107,0.8429752,0.8471074,0.8429752,0.8305785,0.822314,0.8140496,0.8016529,0.7768595,0.7066116,0.61157024,0.60330576,0.6570248,0.75206614,0.77272725,0.7107438,0.6322314,0.6322314,0.6404959,0.5495868,0.49586776,0.4090909,0.338843,0.3305785,0.34710744,0.42561984,0.38429752,0.30991736,0.4090909,0.5041322,0.3553719,0.3140496,0.49586776,0.6198347,0.6570248,0.6694215,0.69008267,0.6983471,0.71900827,0.7107438,0.70247936,0.69008267,0.6859504,0.6528926,0.6363636,0.62396693,0.6322314,0.5785124,0.59917355,0.61570245,0.56198347,0.47107437,0.1570248,0.05785124,0.75206614,0.74793386,0.8140496,0.822314,0.8264463,0.80991733,0.8181818,0.79752064,0.8181818,0.8305785,0.838843,0.8429752,0.8347107,0.8471074,0.8347107,0.8264463,0.80991733,0.79752064,0.75619835,0.6859504,0.61157024,0.6487603,0.7355372,0.7933884,0.7933884,0.7768595,0.7355372,0.6528926,0.607438,0.5165289,0.45867768,0.33471075,0.28099173,0.28099173,0.30578512,0.38842976,0.4338843,0.45454547,0.5041322,0.5247934,0.45867768,0.3677686,0.44214877,0.59504133,0.6487603,0.661157,0.6859504,0.6942149,0.7066116,0.6942149,0.69008267,0.6942149,0.69008267,0.6570248,0.6446281,0.61570245,0.6280992,0.58264464,0.59090906,0.59090906,0.56198347,0.40495867,0.1322314,0.06198347,0.72727275,0.71900827,0.78512394,0.78512394,0.8264463,0.77272725,0.8140496,0.8016529,0.8181818,0.8016529,0.838843,0.8512397,0.838843,0.8471074,0.8347107,0.8264463,0.7933884,0.78099173,0.7066116,0.6446281,0.6198347,0.7355372,0.7933884,0.8057851,0.7768595,0.75619835,0.6528926,0.54545456,0.57024795,0.5082645,0.4338843,0.3181818,0.25619835,0.30991736,0.33471075,0.38429752,0.38429752,0.446281,0.49586776,0.5495868,0.5495868,0.45454547,0.43801653,0.5785124,0.6487603,0.6528926,0.6735537,0.69008267,0.6983471,0.6983471,0.69008267,0.6983471,0.6859504,0.6446281,0.6487603,0.6198347,0.61570245,0.59090906,0.59090906,0.59090906,0.53305787,0.35950413,0.1322314,0.0661157,0.6735537,0.6859504,0.7231405,0.75619835,0.80991733,0.7892562,0.8140496,0.8016529,0.8140496,0.8181818,0.8305785,0.8429752,0.8429752,0.8429752,0.8264463,0.8181818,0.78512394,0.7644628,0.6859504,0.60330576,0.6735537,0.8016529,0.8057851,0.78512394,0.73140496,0.6363636,0.5289256,0.47933885,0.5165289,0.45454547,0.44214877,0.37603307,0.34710744,0.37603307,0.38429752,0.4090909,0.3305785,0.38016528,0.41322315,0.5165289,0.5785124,0.5413223,0.4876033,0.5495868,0.6322314,0.6446281,0.6528926,0.6735537,0.6859504,0.6942149,0.6983471,0.69008267,0.6818182,0.6404959,0.6280992,0.6322314,0.6280992,0.59917355,0.58677685,0.57438016,0.49586776,0.3264463,0.13636364,0.10743801,0.62396693,0.6363636,0.677686,0.7644628,0.8016529,0.7933884,0.7892562,0.8016529,0.80991733,0.8181818,0.8305785,0.838843,0.8471074,0.8347107,0.822314,0.8016529,0.78099173,0.73966944,0.6694215,0.6404959,0.76859504,0.8016529,0.7892562,0.7066116,0.6404959,0.5123967,0.446281,0.4338843,0.5,0.47933885,0.36363637,0.40495867,0.4338843,0.4214876,0.3966942,0.42561984,0.33471075,0.3429752,0.3553719,0.4214876,0.58264464,0.6198347,0.5785124,0.56198347,0.61157024,0.6363636,0.6404959,0.6528926,0.6735537,0.6983471,0.6983471,0.69008267,0.6735537,0.6487603,0.6363636,0.6404959,0.6446281,0.59917355,0.59504133,0.5661157,0.41322315,0.27272728,0.13636364,0.1694215,0.5371901,0.5661157,0.661157,0.77272725,0.8140496,0.7933884,0.7768595,0.8016529,0.8181818,0.8140496,0.8264463,0.8429752,0.8512397,0.8305785,0.8181818,0.78512394,0.76859504,0.71487606,0.6528926,0.7066116,0.8057851,0.79752064,0.73140496,0.61570245,0.5206612,0.47107437,0.3966942,0.43801653,0.47107437,0.49586776,0.37190083,0.30991736,0.5123967,0.41322315,0.38429752,0.40082645,0.37190083,0.3181818,0.30165288,0.35950413,0.5661157,0.6322314,0.6363636,0.60330576,0.59917355,0.6280992,0.6322314,0.6487603,0.661157,0.6983471,0.6942149,0.6818182,0.6652893,0.6528926,0.6570248,0.6322314,0.6322314,0.59504133,0.57024795,0.5289256,0.35123968,0.23553719,0.14049587,0.23140496,0.45867768,0.5206612,0.6322314,0.74380165,0.8140496,0.8057851,0.7892562,0.8181818,0.8347107,0.8305785,0.8347107,0.8471074,0.838843,0.8264463,0.8140496,0.77272725,0.74793386,0.6983471,0.6735537,0.76033056,0.8016529,0.7355372,0.6570248,0.5495868,0.42975205,0.41735536,0.37603307,0.42561984,0.46280992,0.4752066,0.35123968,0.29338843,0.59090906,0.39256197,0.4214876,0.38842976,0.3677686,0.33471075,0.3140496,0.32231405,0.46280992,0.57438016,0.6528926,0.6487603,0.59090906,0.6198347,0.6363636,0.6404959,0.6528926,0.69008267,0.69008267,0.6735537,0.69008267,0.6694215,0.6652893,0.6280992,0.59504133,0.60330576,0.5495868,0.45454547,0.30165288,0.2520661,0.16115703,0.2603306,0.41322315,0.49173555,0.60330576,0.71900827,0.8057851,0.8057851,0.8140496,0.8347107,0.8429752,0.838843,0.8347107,0.8471074,0.8347107,0.8140496,0.8057851,0.7644628,0.71900827,0.70247936,0.73140496,0.77272725,0.71487606,0.6198347,0.58677685,0.49586776,0.4338843,0.42561984,0.39256197,0.43801653,0.45867768,0.46694216,0.41322315,0.42561984,0.59917355,0.45454547,0.46280992,0.40495867,0.37190083,0.37190083,0.338843,0.3264463,0.3677686,0.43801653,0.58264464,0.661157,0.61157024,0.61570245,0.6404959,0.6322314,0.6570248,0.677686,0.7066116,0.6818182,0.6942149,0.69008267,0.6818182,0.6446281,0.55785125,0.59917355,0.53305787,0.41322315,0.24380165,0.24793388,0.1570248,0.30165288,0.38842976,0.46280992,0.5495868,0.6735537,0.8140496,0.8016529,0.8016529,0.80991733,0.838843,0.8429752,0.8264463,0.838843,0.8264463,0.79752064,0.7892562,0.75619835,0.71900827,0.7107438,0.76033056,0.7231405,0.60330576,0.5165289,0.49173555,0.47933885,0.4752066,0.4752066,0.45867768,0.5041322,0.5289256,0.54545456,0.5661157,0.59917355,0.61157024,0.54545456,0.49586776,0.4214876,0.39256197,0.37190083,0.3264463,0.3305785,0.338843,0.38429752,0.42975205,0.5785124,0.62396693,0.62396693,0.6322314,0.6363636,0.6446281,0.677686,0.6859504,0.7066116,0.6942149,0.7107438,0.69008267,0.6570248,0.55785125,0.55785125,0.54545456,0.3966942,0.23966943,0.24380165,0.15289256,0.34710744,0.41322315,0.43801653,0.5413223,0.6446281,0.78512394,0.7355372,0.7933884,0.8181818,0.8347107,0.838843,0.8347107,0.838843,0.8264463,0.7892562,0.76859504,0.74380165,0.73966944,0.73966944,0.7355372,0.6280992,0.5123967,0.47107437,0.42975205,0.4876033,0.5206612,0.5,0.47107437,0.53305787,0.57024795,0.56198347,0.59504133,0.6446281,0.607438,0.5495868,0.49173555,0.42975205,0.40082645,0.38842976,0.36363637,0.34710744,0.338843,0.37603307,0.3677686,0.46694216,0.5495868,0.62396693,0.6363636,0.62396693,0.6404959,0.6818182,0.6652893,0.6859504,0.6983471,0.73140496,0.6983471,0.6528926,0.5661157,0.5371901,0.5082645,0.35950413,0.2603306,0.18595041,0.14049587,0.2520661,0.40495867,0.4338843,0.5041322,0.6652893,0.73140496,0.70247936,0.8057851,0.8181818,0.8347107,0.8347107,0.838843,0.8429752,0.8264463,0.78512394,0.74793386,0.73966944,0.75619835,0.76033056,0.6446281,0.5206612,0.47933885,0.45454547,0.42975205,0.5,0.58264464,0.58264464,0.49173555,0.46280992,0.53305787,0.5041322,0.5082645,0.56198347,0.5371901,0.48347107,0.46280992,0.41322315,0.37603307,0.40082645,0.42975205,0.41322315,0.39256197,0.37190083,0.35950413,0.39256197,0.44214877,0.55785125,0.6198347,0.6198347,0.6446281,0.6735537,0.6859504,0.6859504,0.70247936,0.72727275,0.6942149,0.6694215,0.57438016,0.5413223,0.45454547,0.34710744,0.2520661,0.16528925,0.16115703,0.11570248,0.3966942,0.42561984,0.45454547,0.61570245,0.70247936,0.7107438,0.80991733,0.78099173,0.8305785,0.8264463,0.8347107,0.838843,0.822314,0.7644628,0.7107438,0.75619835,0.7644628,0.6694215,0.5289256,0.4752066,0.46694216,0.45041323,0.45041323,0.56198347,0.6528926,0.6198347,0.5413223,0.5,0.5206612,0.5247934,0.5165289,0.53305787,0.4876033,0.45041323,0.45041323,0.42561984,0.4090909,0.4090909,0.42561984,0.446281,0.4338843,0.38016528,0.36363637,0.3553719,0.38429752,0.47933885,0.5785124,0.59917355,0.6404959,0.6652893,0.6859504,0.7066116,0.70247936,0.71487606,0.6859504,0.6859504,0.58264464,0.5206612,0.44214877,0.29338843,0.25619835,0.18595041,0.1446281,0.10743801,0.38842976,0.40495867,0.47107437,0.5661157,0.7066116,0.73140496,0.8347107,0.79752064,0.8016529,0.8181818,0.8264463,0.8305785,0.8264463,0.73966944,0.661157,0.7644628,0.69008267,0.48347107,0.45867768,0.45041323,0.45041323,0.4752066,0.49173555,0.59917355,0.6404959,0.58264464,0.53305787,0.5041322,0.48347107,0.46694216,0.5247934,0.5206612,0.42561984,0.41735536,0.4214876,0.37603307,0.37190083,0.38016528,0.39256197,0.41322315,0.40082645,0.40495867,0.38429752,0.3264463,0.34710744,0.41322315,0.5041322,0.5495868,0.607438,0.6570248,0.6818182,0.6942149,0.6983471,0.6942149,0.6735537,0.661157,0.58677685,0.5247934,0.44214877,0.2768595,0.2107438,0.17768595,0.14049587,0.10330579,0.3264463,0.3429752,0.4214876,0.53305787,0.6859504,0.70247936,0.79752064,0.822314,0.80991733,0.80991733,0.8140496,0.8264463,0.8181818,0.71900827,0.6528926,0.73140496,0.59090906,0.4338843,0.42561984,0.47933885,0.5206612,0.59917355,0.57024795,0.56198347,0.5413223,0.5123967,0.45041323,0.35950413,0.32231405,0.33471075,0.4876033,0.46280992,0.338843,0.3429752,0.37190083,0.2892562,0.2603306,0.30578512,0.35123968,0.37190083,0.34710744,0.3966942,0.39256197,0.29752067,0.3181818,0.35123968,0.41735536,0.4876033,0.5413223,0.62396693,0.677686,0.6818182,0.677686,0.6694215,0.6487603,0.60330576,0.55785125,0.5206612,0.46280992,0.23966943,0.17355372,0.18181819,0.1446281,0.10743801,0.3181818,0.3140496,0.37603307,0.54545456,0.6694215,0.7066116,0.8016529,0.8016529,0.8016529,0.8140496,0.8140496,0.822314,0.7933884,0.7066116,0.6528926,0.6818182,0.4752066,0.40082645,0.5041322,0.58264464,0.6280992,0.6735537,0.553719,0.45867768,0.47933885,0.49173555,0.45041323,0.41735536,0.42975205,0.41322315,0.46280992,0.42561984,0.3677686,0.39256197,0.44214877,0.40495867,0.4090909,0.4090909,0.38842976,0.30165288,0.27272728,0.30991736,0.34710744,0.3140496,0.3305785,0.3264463,0.37603307,0.43801653,0.47933885,0.58264464,0.6818182,0.6735537,0.6487603,0.62396693,0.6198347,0.58264464,0.5371901,0.49586776,0.44214877,0.3140496,0.20247933,0.16528925,0.1322314,0.10743801,0.30991736,0.30578512,0.3553719,0.55785125,0.6652893,0.6983471,0.80991733,0.79752064,0.77272725,0.8016529,0.8057851,0.8016529,0.78512394,0.6942149,0.6528926,0.5785124,0.42561984,0.45454547,0.5247934,0.59917355,0.60330576,0.5206612,0.44214877,0.47933885,0.57438016,0.61157024,0.60330576,0.60330576,0.60330576,0.5785124,0.57024795,0.54545456,0.5247934,0.5206612,0.5289256,0.5123967,0.5206612,0.5247934,0.5371901,0.5123967,0.3429752,0.22727273,0.27272728,0.36363637,0.37603307,0.3140496,0.37190083,0.39256197,0.45867768,0.55785125,0.6735537,0.6818182,0.6280992,0.58264464,0.607438,0.57438016,0.5247934,0.48347107,0.4338843,0.30165288,0.20661157,0.1570248,0.11570248,0.10743801,0.3264463,0.32231405,0.35123968,0.54545456,0.6570248,0.6942149,0.7933884,0.76859504,0.78099173,0.8016529,0.7892562,0.7933884,0.8016529,0.6942149,0.6570248,0.5123967,0.4752066,0.5,0.5371901,0.5206612,0.49586776,0.45867768,0.5165289,0.607438,0.6694215,0.6735537,0.6363636,0.6570248,0.6404959,0.6363636,0.61157024,0.5495868,0.553719,0.54545456,0.5371901,0.5413223,0.5495868,0.57438016,0.57438016,0.5785124,0.553719,0.5082645,0.3140496,0.3553719,0.38842976,0.36363637,0.39256197,0.38842976,0.38429752,0.49173555,0.6652893,0.6735537,0.61570245,0.5661157,0.5785124,0.553719,0.5082645,0.46694216,0.39256197,0.23553719,0.18595041,0.15289256,0.11570248,0.10743801,0.3181818,0.32231405,0.3429752,0.5041322,0.6404959,0.73966944,0.7768595,0.7231405,0.7768595,0.76859504,0.7644628,0.78512394,0.79752064,0.677686,0.62396693,0.54545456,0.48347107,0.5082645,0.4876033,0.46280992,0.5495868,0.6528926,0.6735537,0.661157,0.69008267,0.6859504,0.62396693,0.6528926,0.61570245,0.62396693,0.59504133,0.5289256,0.55785125,0.5165289,0.47107437,0.5,0.5165289,0.553719,0.54545456,0.57438016,0.5661157,0.58677685,0.59917355,0.38016528,0.33471075,0.38429752,0.3966942,0.3553719,0.34710744,0.446281,0.6404959,0.6363636,0.58677685,0.54545456,0.5371901,0.5247934,0.48347107,0.42975205,0.38842976,0.1983471,0.1570248,0.13636364,0.10743801,0.10330579,0.28512397,0.3181818,0.3181818,0.43801653,0.62396693,0.71487606,0.70247936,0.71900827,0.7768595,0.74793386,0.73966944,0.76033056,0.78512394,0.6859504,0.607438,0.59504133,0.5041322,0.48347107,0.5,0.58677685,0.72727275,0.73966944,0.6818182,0.6404959,0.6487603,0.6280992,0.5785124,0.553719,0.53305787,0.5,0.43801653,0.4214876,0.48347107,0.42561984,0.40082645,0.41735536,0.446281,0.46694216,0.4752066,0.5165289,0.5289256,0.54545456,0.62396693,0.53305787,0.35123968,0.37603307,0.40082645,0.38016528,0.3429752,0.36363637,0.62396693,0.6198347,0.5661157,0.5082645,0.5165289,0.5123967,0.47933885,0.4338843,0.34710744,0.17768595,0.15289256,0.12396694,0.09504132,0.10743801,0.2603306,0.30165288,0.30165288,0.3429752,0.58264464,0.6652893,0.70247936,0.72727275,0.7355372,0.72727275,0.71487606,0.74793386,0.7644628,0.69008267,0.59917355,0.59504133,0.5247934,0.54545456,0.607438,0.71487606,0.75206614,0.7066116,0.6322314,0.5785124,0.58264464,0.5785124,0.553719,0.5371901,0.5041322,0.46280992,0.38429752,0.3677686,0.39256197,0.35950413,0.39256197,0.42975205,0.45041323,0.47933885,0.49173555,0.5,0.5165289,0.553719,0.58677685,0.61157024,0.47107437,0.4090909,0.3677686,0.38429752,0.4090909,0.30165288,0.57438016,0.58677685,0.5371901,0.49173555,0.49586776,0.5289256,0.4876033,0.45041323,0.28099173,0.20661157,0.1322314,0.12809917,0.10330579,0.11157025,0.23553719,0.27272728,0.29338843,0.30578512,0.5206612,0.6363636,0.677686,0.72727275,0.7107438,0.6983471,0.6818182,0.71487606,0.72727275,0.6942149,0.6280992,0.553719,0.5041322,0.60330576,0.6735537,0.7644628,0.73140496,0.6652893,0.59090906,0.53305787,0.5371901,0.5495868,0.5661157,0.5165289,0.47933885,0.44214877,0.35950413,0.33471075,0.35123968,0.32231405,0.35950413,0.38842976,0.40082645,0.41322315,0.446281,0.47107437,0.5,0.54545456,0.57024795,0.6363636,0.5785124,0.49173555,0.3966942,0.35123968,0.44214877,0.4214876,0.49586776,0.5661157,0.5041322,0.46694216,0.46280992,0.49586776,0.49173555,0.38842976,0.19421488,0.19421488,0.14876033,0.09917355,0.12396694,0.10330579,0.18595041,0.28099173,0.26859504,0.2520661,0.446281,0.5413223,0.677686,0.6983471,0.69008267,0.661157,0.6487603,0.677686,0.677686,0.661157,0.6198347,0.5785124,0.55785125,0.677686,0.72727275,0.7768595,0.73966944,0.6652893,0.58677685,0.5247934,0.5413223,0.5413223,0.5165289,0.46280992,0.4214876,0.37190083,0.30991736,0.30165288,0.30991736,0.2892562,0.3140496,0.30991736,0.3305785,0.35950413,0.38842976,0.446281,0.47933885,0.5206612,0.5661157,0.6198347,0.61157024,0.5289256,0.49173555,0.38429752,0.38016528,0.45041323,0.45867768,0.49173555,0.4876033,0.42561984,0.42975205,0.43801653,0.41322315,0.3305785,0.20661157,0.1694215,0.11157025,0.10743801,0.11983471,0.10743801,0.16528925,0.30578512,0.27272728,0.22727273,0.40082645,0.57024795,0.7066116,0.6652893,0.6570248,0.6694215,0.6363636,0.6446281,0.6363636,0.59917355,0.553719,0.607438,0.6528926,0.6735537,0.71487606,0.76859504,0.72727275,0.6446281,0.5661157,0.53305787,0.56198347,0.5165289,0.4752066,0.44214877,0.38429752,0.3264463,0.28512397,0.2644628,0.28512397,0.2520661,0.2644628,0.28099173,0.30578512,0.3264463,0.3677686,0.4090909,0.446281,0.4876033,0.5247934,0.55785125,0.5785124,0.5206612,0.47933885,0.4338843,0.37190083,0.37603307,0.40495867,0.4090909,0.42975205,0.40495867,0.40082645,0.41322315,0.3677686,0.2892562,0.2107438,0.1446281,0.11983471,0.10330579,0.11983471,0.11157025,0.14876033,0.30165288,0.33471075,0.2520661,0.27272728,0.53305787,0.71900827,0.6528926,0.6198347,0.6570248,0.62396693,0.61570245,0.59504133,0.58677685,0.5661157,0.59917355,0.71487606,0.677686,0.677686,0.71900827,0.6735537,0.59504133,0.54545456,0.56198347,0.5289256,0.4876033,0.45041323,0.4090909,0.338843,0.2768595,0.30165288,0.23140496,0.25619835,0.23140496,0.23966943,0.2520661,0.30165288,0.3140496,0.36363637,0.38429752,0.4090909,0.45454547,0.46280992,0.48347107,0.5247934,0.5041322,0.47107437,0.43801653,0.3677686,0.3305785,0.34710744,0.3677686,0.37603307,0.37603307,0.38016528,0.40082645,0.3429752,0.23966943,0.18181819,0.12396694,0.11570248,0.10743801,0.11570248,0.10743801,0.13636364,0.29752067,0.35950413,0.24380165,0.19421488,0.4752066,0.6735537,0.6570248,0.6280992,0.6528926,0.61157024,0.59917355,0.59504133,0.58677685,0.59504133,0.607438,0.6652893,0.677686,0.6818182,0.6198347,0.62396693,0.6280992,0.607438,0.61157024,0.49586776,0.5,0.37603307,0.39256197,0.32231405,0.3305785,0.3181818,0.20247933,0.23140496,0.20247933,0.27272728,0.2231405,0.28099173,0.30991736,0.3677686,0.37603307,0.38842976,0.43801653,0.4338843,0.4090909,0.45867768,0.47107437,0.47107437,0.5206612,0.42975205,0.34710744,0.338843,0.3264463,0.33471075,0.3553719,0.35123968,0.36363637,0.30165288,0.19421488,0.17768595,0.12809917,0.11157025,0.10330579,0.11157025,0.11157025,0.12809917,0.29752067,0.41322315,0.28099173,0.1570248,0.38842976,0.54545456,0.59090906,0.607438,0.62396693,0.60330576,0.58264464,0.607438,0.59090906,0.6487603,0.6859504,0.61570245,0.677686,0.6942149,0.6570248,0.6942149,0.71487606,0.6404959,0.60330576,0.5123967,0.4752066,0.37603307,0.39256197,0.3677686,0.42975205,0.3429752,0.2107438,0.24793388,0.20247933,0.29338843,0.23553719,0.30578512,0.36363637,0.44214877,0.4214876,0.42561984,0.46280992,0.48347107,0.43801653,0.41735536,0.41735536,0.38429752,0.43801653,0.4090909,0.33471075,0.30578512,0.3140496,0.3140496,0.3305785,0.3429752,0.3140496,0.24793388,0.16528925,0.1694215,0.1322314,0.10330579,0.10330579,0.10743801,0.11157025,0.1446281,0.2768595,0.49586776,0.37603307,0.17768595,0.2603306,0.48347107,0.59090906,0.61570245,0.59504133,0.59090906,0.5495868,0.5661157,0.60330576,0.6570248,0.6735537,0.6528926,0.661157,0.70247936,0.74793386,0.73966944,0.71487606,0.6198347,0.57438016,0.56198347,0.5165289,0.5289256,0.48347107,0.42975205,0.45454547,0.32231405,0.2644628,0.28512397,0.21487603,0.30991736,0.27272728,0.3966942,0.4338843,0.4876033,0.47933885,0.5123967,0.46280992,0.5082645,0.5,0.46280992,0.41735536,0.34710744,0.3264463,0.35123968,0.32231405,0.2892562,0.30578512,0.30165288,0.29338843,0.3305785,0.2644628,0.18595041,0.13636364,0.17768595,0.1322314,0.10330579,0.10330579,0.10743801,0.11983471,10 +0.5289256,0.79752064,0.8264463,0.822314,0.822314,0.8181818,0.8057851,0.8181818,0.8016529,0.8016529,0.7933884,0.7892562,0.7933884,0.78512394,0.78512394,0.78512394,0.7933884,0.78099173,0.78099173,0.78512394,0.78099173,0.7768595,0.78099173,0.7768595,0.76033056,0.74380165,0.71487606,0.6983471,0.70247936,0.70247936,0.6942149,0.6942149,0.6983471,0.6942149,0.70247936,0.70247936,0.6942149,0.69008267,0.69008267,0.6983471,0.6983471,0.69008267,0.6652893,0.6694215,0.677686,0.6818182,0.677686,0.677686,0.6818182,0.6652893,0.6487603,0.6694215,0.6652893,0.661157,0.6652893,0.677686,0.6942149,0.7066116,0.71487606,0.677686,0.58264464,0.47107437,0.23553719,0.09090909,0.7107438,0.8264463,0.8347107,0.8305785,0.8264463,0.822314,0.8181818,0.8057851,0.79752064,0.79752064,0.79752064,0.79752064,0.7933884,0.78512394,0.78512394,0.78512394,0.7933884,0.79752064,0.79752064,0.79752064,0.8016529,0.8057851,0.80991733,0.8016529,0.7933884,0.78099173,0.76033056,0.7355372,0.73140496,0.72727275,0.71487606,0.71900827,0.71487606,0.7066116,0.71487606,0.7107438,0.7107438,0.7066116,0.71900827,0.71900827,0.70247936,0.6983471,0.6818182,0.6694215,0.677686,0.69008267,0.6818182,0.6859504,0.6735537,0.6735537,0.661157,0.6570248,0.6570248,0.661157,0.6528926,0.661157,0.69008267,0.7107438,0.71487606,0.70247936,0.60330576,0.47933885,0.27272728,0.10330579,0.77272725,0.8264463,0.8305785,0.8305785,0.8264463,0.8305785,0.8140496,0.8016529,0.7933884,0.7933884,0.7933884,0.7892562,0.7892562,0.78512394,0.78512394,0.7892562,0.7892562,0.8016529,0.8016529,0.8057851,0.8140496,0.8264463,0.8264463,0.822314,0.8181818,0.8016529,0.7892562,0.7644628,0.7644628,0.76033056,0.74793386,0.73966944,0.7355372,0.73140496,0.7231405,0.72727275,0.7355372,0.7231405,0.74793386,0.72727275,0.7107438,0.7066116,0.6942149,0.661157,0.677686,0.6818182,0.6694215,0.6694215,0.6446281,0.6404959,0.6528926,0.6404959,0.62396693,0.6322314,0.6280992,0.6322314,0.6446281,0.6859504,0.71487606,0.70247936,0.61157024,0.46694216,0.30578512,0.12396694,0.7933884,0.822314,0.8264463,0.8305785,0.8264463,0.8305785,0.822314,0.79752064,0.78099173,0.78512394,0.78099173,0.76859504,0.77272725,0.77272725,0.7768595,0.78099173,0.78099173,0.78512394,0.79752064,0.8181818,0.8305785,0.838843,0.8305785,0.822314,0.80991733,0.7892562,0.7933884,0.78512394,0.7768595,0.76859504,0.77272725,0.75619835,0.73966944,0.76033056,0.73140496,0.75206614,0.7231405,0.72727275,0.74380165,0.7231405,0.7066116,0.6942149,0.69008267,0.6735537,0.6818182,0.6735537,0.6446281,0.6363636,0.62396693,0.61157024,0.60330576,0.59504133,0.59090906,0.58677685,0.60330576,0.61570245,0.61570245,0.6487603,0.6818182,0.6818182,0.61157024,0.46280992,0.3140496,0.15289256,0.8057851,0.8181818,0.8305785,0.8305785,0.8305785,0.8264463,0.80991733,0.7933884,0.7768595,0.7644628,0.77272725,0.74793386,0.74793386,0.7231405,0.74380165,0.73966944,0.75619835,0.75619835,0.8016529,0.8057851,0.80991733,0.8305785,0.8057851,0.8016529,0.7892562,0.74793386,0.78099173,0.77272725,0.7892562,0.7644628,0.76859504,0.76859504,0.7355372,0.73966944,0.74380165,0.75619835,0.7066116,0.71900827,0.7107438,0.7107438,0.69008267,0.6652893,0.661157,0.6487603,0.6528926,0.6487603,0.61157024,0.60330576,0.59090906,0.57024795,0.56198347,0.54545456,0.553719,0.55785125,0.57438016,0.60330576,0.61570245,0.6280992,0.6528926,0.6570248,0.607438,0.4752066,0.3181818,0.1570248,0.79752064,0.8181818,0.8305785,0.8305785,0.8347107,0.822314,0.8016529,0.78099173,0.78512394,0.73966944,0.74380165,0.70247936,0.6735537,0.661157,0.6859504,0.6983471,0.7107438,0.7355372,0.74793386,0.7768595,0.75619835,0.7644628,0.73966944,0.72727275,0.73140496,0.6859504,0.75619835,0.74793386,0.77272725,0.78099173,0.76033056,0.75206614,0.73966944,0.71487606,0.72727275,0.7355372,0.6942149,0.6942149,0.69008267,0.6735537,0.6404959,0.61570245,0.59090906,0.56198347,0.57438016,0.5785124,0.55785125,0.5495868,0.53305787,0.5165289,0.49586776,0.4876033,0.4876033,0.5041322,0.5082645,0.5289256,0.58677685,0.6280992,0.6322314,0.6280992,0.59917355,0.47933885,0.33471075,0.1570248,0.79752064,0.80991733,0.8347107,0.822314,0.8264463,0.80991733,0.7933884,0.75619835,0.76033056,0.6942149,0.6652893,0.607438,0.553719,0.58264464,0.607438,0.6280992,0.62396693,0.6322314,0.6280992,0.661157,0.59090906,0.58264464,0.58264464,0.59504133,0.6322314,0.6446281,0.6942149,0.71900827,0.74380165,0.77272725,0.7644628,0.74793386,0.74380165,0.71487606,0.70247936,0.7066116,0.6818182,0.661157,0.6487603,0.60330576,0.55785125,0.5082645,0.45867768,0.44214877,0.43801653,0.4214876,0.42561984,0.4214876,0.40082645,0.40495867,0.39256197,0.37603307,0.38016528,0.3966942,0.38016528,0.39256197,0.45867768,0.607438,0.61570245,0.607438,0.59090906,0.46694216,0.38016528,0.1322314,0.8140496,0.80991733,0.822314,0.822314,0.80991733,0.7892562,0.77272725,0.77272725,0.677686,0.5785124,0.53305787,0.45867768,0.45041323,0.46694216,0.4752066,0.49173555,0.47107437,0.43801653,0.4090909,0.41322315,0.38842976,0.38016528,0.39256197,0.4214876,0.47933885,0.553719,0.6322314,0.677686,0.7231405,0.75206614,0.76859504,0.75206614,0.73140496,0.6983471,0.6859504,0.6859504,0.6735537,0.6198347,0.59090906,0.55785125,0.47107437,0.35123968,0.3140496,0.30165288,0.30165288,0.26859504,0.2520661,0.2644628,0.23140496,0.27272728,0.2603306,0.23140496,0.29338843,0.28512397,0.27272728,0.2644628,0.2768595,0.46694216,0.5661157,0.59090906,0.5785124,0.46280992,0.38842976,0.1446281,0.8140496,0.8140496,0.8181818,0.8181818,0.7933884,0.77272725,0.7644628,0.6487603,0.49173555,0.44214877,0.38429752,0.32231405,0.3264463,0.3553719,0.3553719,0.33471075,0.30991736,0.27272728,0.24380165,0.23966943,0.24380165,0.2644628,0.30165288,0.30578512,0.34710744,0.46280992,0.58264464,0.661157,0.7107438,0.73966944,0.7644628,0.75619835,0.7231405,0.69008267,0.6735537,0.677686,0.677686,0.59504133,0.553719,0.4876033,0.38842976,0.23966943,0.23140496,0.1983471,0.23553719,0.17768595,0.1983471,0.20661157,0.14049587,0.18181819,0.1570248,0.21487603,0.17355372,0.2107438,0.2231405,0.21900827,0.19008264,0.2892562,0.42975205,0.55785125,0.5661157,0.4876033,0.39256197,0.16115703,0.8140496,0.8181818,0.8181818,0.80991733,0.7892562,0.7355372,0.607438,0.42561984,0.3553719,0.3677686,0.33471075,0.2892562,0.27272728,0.29338843,0.2520661,0.22727273,0.2107438,0.18595041,0.18181819,0.18181819,0.2107438,0.22727273,0.2644628,0.27272728,0.30991736,0.4214876,0.5247934,0.6528926,0.7355372,0.76859504,0.76859504,0.7768595,0.75206614,0.7107438,0.6652893,0.6735537,0.70247936,0.59917355,0.5041322,0.41322315,0.30578512,0.23553719,0.21487603,0.17768595,0.17355372,0.12809917,0.1694215,0.17355372,0.1570248,0.1570248,0.1322314,0.1446281,0.17768595,0.15289256,0.19008264,0.21900827,0.2107438,0.24380165,0.3140496,0.46694216,0.5371901,0.5082645,0.40082645,0.18595041,0.80991733,0.8181818,0.8057851,0.79752064,0.75206614,0.59090906,0.41735536,0.38016528,0.35123968,0.3305785,0.338843,0.30578512,0.2644628,0.2107438,0.20247933,0.21900827,0.23966943,0.20661157,0.2107438,0.20661157,0.26859504,0.2644628,0.3429752,0.34710744,0.38429752,0.42561984,0.56198347,0.661157,0.7933884,0.8181818,0.78512394,0.8264463,0.7892562,0.73140496,0.6818182,0.6942149,0.7355372,0.6322314,0.49586776,0.38016528,0.29752067,0.2603306,0.24793388,0.22727273,0.21487603,0.20247933,0.21487603,0.23966943,0.25619835,0.2231405,0.17768595,0.18181819,0.1983471,0.18181819,0.1983471,0.23966943,0.25619835,0.2768595,0.28512397,0.3677686,0.48347107,0.5165289,0.4214876,0.2107438,0.80991733,0.8264463,0.79752064,0.76033056,0.6322314,0.45041323,0.35950413,0.338843,0.3264463,0.3305785,0.34710744,0.3429752,0.34710744,0.3264463,0.3305785,0.3677686,0.40082645,0.40495867,0.41735536,0.42561984,0.44214877,0.4338843,0.47107437,0.49173555,0.5165289,0.5413223,0.6322314,0.7231405,0.8347107,0.8429752,0.8057851,0.8347107,0.8305785,0.74380165,0.6942149,0.7231405,0.74793386,0.6404959,0.48347107,0.3677686,0.3181818,0.3140496,0.338843,0.3677686,0.40082645,0.45041323,0.4876033,0.5082645,0.49173555,0.446281,0.4214876,0.39256197,0.3305785,0.2892562,0.27272728,0.27272728,0.2644628,0.28512397,0.28099173,0.3140496,0.38429752,0.5082645,0.446281,0.21487603,0.80991733,0.8264463,0.7892562,0.677686,0.4752066,0.39256197,0.3140496,0.37190083,0.41322315,0.41322315,0.4338843,0.4752066,0.53305787,0.59917355,0.59090906,0.60330576,0.59090906,0.59090906,0.5785124,0.5785124,0.59504133,0.56198347,0.553719,0.58264464,0.59090906,0.61157024,0.71900827,0.78099173,0.8305785,0.8429752,0.8140496,0.8016529,0.7768595,0.72727275,0.6942149,0.7231405,0.7107438,0.59504133,0.45867768,0.36363637,0.3677686,0.41735536,0.4876033,0.55785125,0.59917355,0.6322314,0.6694215,0.6735537,0.6322314,0.607438,0.60330576,0.5785124,0.5247934,0.4752066,0.4090909,0.3553719,0.30578512,0.3140496,0.27272728,0.28512397,0.2768595,0.46280992,0.46694216,0.21900827,0.8057851,0.8181818,0.8016529,0.5165289,0.3966942,0.3677686,0.35123968,0.48347107,0.58677685,0.5785124,0.607438,0.6404959,0.69008267,0.74380165,0.78512394,0.73966944,0.6363636,0.57438016,0.5371901,0.5082645,0.5289256,0.5495868,0.55785125,0.59090906,0.59917355,0.59504133,0.6570248,0.74380165,0.8140496,0.8347107,0.8057851,0.76859504,0.72727275,0.6942149,0.6942149,0.7066116,0.6694215,0.5413223,0.41322315,0.3429752,0.43801653,0.49586776,0.5413223,0.55785125,0.54545456,0.5247934,0.55785125,0.58264464,0.553719,0.5495868,0.553719,0.61570245,0.60330576,0.58677685,0.5413223,0.47107437,0.38429752,0.37603307,0.28099173,0.28512397,0.25619835,0.42975205,0.48347107,0.21487603,0.8057851,0.822314,0.71487606,0.48347107,0.3966942,0.45454547,0.5495868,0.6528926,0.70247936,0.73140496,0.73140496,0.71900827,0.71487606,0.6942149,0.6983471,0.607438,0.47107437,0.41322315,0.4090909,0.4090909,0.4090909,0.40082645,0.44214877,0.5,0.53305787,0.58677685,0.6198347,0.6942149,0.7933884,0.8264463,0.78512394,0.7355372,0.677686,0.6570248,0.677686,0.6735537,0.6280992,0.4876033,0.3264463,0.38016528,0.49173555,0.5123967,0.5123967,0.5165289,0.48347107,0.45041323,0.45041323,0.48347107,0.3553719,0.38429752,0.4338843,0.47933885,0.5082645,0.607438,0.61157024,0.59504133,0.46280992,0.45867768,0.338843,0.2892562,0.30578512,0.41735536,0.46694216,0.23966943,0.8016529,0.8057851,0.7107438,0.5082645,0.47107437,0.57438016,0.6735537,0.76859504,0.8057851,0.7892562,0.73966944,0.6942149,0.6735537,0.6363636,0.57438016,0.45041323,0.3140496,0.25619835,0.3181818,0.37603307,0.38429752,0.3264463,0.39256197,0.42561984,0.4752066,0.5371901,0.6859504,0.7355372,0.78099173,0.8140496,0.75619835,0.71487606,0.661157,0.6528926,0.6652893,0.6322314,0.59504133,0.41322315,0.2644628,0.4090909,0.46694216,0.5041322,0.45454547,0.45867768,0.5165289,0.27272728,0.29338843,0.40082645,0.1570248,0.20661157,0.2644628,0.28099173,0.5082645,0.5082645,0.56198347,0.62396693,0.54545456,0.5082645,0.44214877,0.36363637,0.39256197,0.42975205,0.45041323,0.26859504,0.8057851,0.8016529,0.677686,0.5165289,0.58677685,0.69008267,0.7355372,0.7892562,0.8264463,0.76859504,0.6983471,0.59504133,0.5206612,0.38429752,0.26859504,0.29338843,0.2107438,0.2520661,0.36363637,0.5165289,0.59504133,0.41322315,0.30578512,0.38842976,0.45041323,0.5247934,0.7066116,0.79752064,0.77272725,0.7768595,0.71487606,0.6942149,0.6652893,0.6652893,0.6280992,0.58677685,0.56198347,0.3677686,0.30991736,0.39256197,0.4214876,0.44214877,0.45867768,0.5413223,0.6942149,0.39256197,0.4214876,0.3966942,0.17355372,0.1983471,0.2892562,0.30578512,0.26859504,0.39256197,0.48347107,0.5413223,0.553719,0.5495868,0.49586776,0.446281,0.43801653,0.4338843,0.42561984,0.2892562,0.822314,0.7933884,0.6694215,0.59504133,0.69008267,0.7644628,0.79752064,0.80991733,0.74793386,0.6942149,0.661157,0.5206612,0.69008267,0.55785125,0.1983471,0.3553719,0.20247933,0.39256197,0.45041323,0.6983471,0.7107438,0.5289256,0.43801653,0.37603307,0.45454547,0.446281,0.661157,0.76859504,0.76033056,0.7355372,0.6983471,0.6942149,0.6570248,0.69008267,0.661157,0.5785124,0.5413223,0.41735536,0.35123968,0.28512397,0.338843,0.5289256,0.61157024,0.6694215,0.7768595,0.61570245,0.47107437,0.3677686,0.28512397,0.30578512,0.38016528,0.5165289,0.4090909,0.23140496,0.35123968,0.46694216,0.4876033,0.56198347,0.5247934,0.47107437,0.45454547,0.446281,0.41322315,0.3140496,0.8057851,0.7066116,0.6404959,0.6735537,0.75206614,0.8016529,0.8305785,0.7231405,0.6322314,0.6859504,0.446281,0.58677685,0.8595041,0.75619835,0.3264463,0.42561984,0.44214877,0.5041322,0.61157024,0.74380165,0.7066116,0.59917355,0.5247934,0.49586776,0.553719,0.54545456,0.6404959,0.73966944,0.7355372,0.71900827,0.73140496,0.69008267,0.6280992,0.6487603,0.6570248,0.59504133,0.5495868,0.49173555,0.446281,0.42561984,0.45454547,0.58264464,0.6446281,0.6487603,0.73966944,0.7768595,0.6528926,0.47933885,0.45041323,0.45041323,0.5123967,0.59917355,0.5247934,0.30991736,0.16528925,0.34710744,0.42975205,0.5413223,0.5661157,0.5206612,0.47933885,0.47933885,0.446281,0.338843,0.7892562,0.69008267,0.6859504,0.76033056,0.8140496,0.8429752,0.76859504,0.6446281,0.61157024,0.4090909,0.35123968,0.6859504,0.8471074,0.838843,0.7892562,0.677686,0.59917355,0.62396693,0.6570248,0.6652893,0.59504133,0.5661157,0.54545456,0.57024795,0.6446281,0.6652893,0.677686,0.7355372,0.7355372,0.72727275,0.75206614,0.6942149,0.6280992,0.6404959,0.6446281,0.59504133,0.5661157,0.5413223,0.5165289,0.5082645,0.5413223,0.55785125,0.60330576,0.6363636,0.6446281,0.6280992,0.6652893,0.62396693,0.57024795,0.54545456,0.5785124,0.59090906,0.59090906,0.45454547,0.17768595,0.18595041,0.3677686,0.49586776,0.58677685,0.58264464,0.5041322,0.5206612,0.48347107,0.37190083,0.8057851,0.7892562,0.80991733,0.822314,0.8347107,0.8471074,0.7355372,0.61570245,0.40082645,0.38429752,0.47107437,0.61157024,0.7066116,0.7644628,0.75619835,0.71900827,0.661157,0.6363636,0.60330576,0.59917355,0.59917355,0.57024795,0.58677685,0.62396693,0.677686,0.6859504,0.71487606,0.75206614,0.7355372,0.73140496,0.74380165,0.7107438,0.6528926,0.6198347,0.6404959,0.59917355,0.57024795,0.553719,0.553719,0.5,0.553719,0.59917355,0.6322314,0.661157,0.6280992,0.5495868,0.5413223,0.5123967,0.5413223,0.5041322,0.5082645,0.47933885,0.57024795,0.5413223,0.446281,0.2603306,0.30578512,0.45041323,0.59090906,0.6446281,0.59504133,0.57438016,0.5082645,0.37603307,0.822314,0.8305785,0.8471074,0.8595041,0.8595041,0.8264463,0.6983471,0.54545456,0.49173555,0.5289256,0.5785124,0.62396693,0.61157024,0.6363636,0.6528926,0.59917355,0.61570245,0.61157024,0.6404959,0.6528926,0.661157,0.6363636,0.6280992,0.6735537,0.6983471,0.7066116,0.75619835,0.7644628,0.7644628,0.7231405,0.71900827,0.71900827,0.661157,0.61570245,0.59090906,0.58677685,0.55785125,0.5371901,0.58264464,0.5289256,0.5495868,0.60330576,0.6446281,0.6446281,0.6363636,0.59504133,0.607438,0.5495868,0.5371901,0.5,0.5123967,0.5165289,0.5785124,0.6404959,0.59090906,0.5371901,0.4338843,0.46280992,0.61157024,0.6859504,0.661157,0.61157024,0.54545456,0.40495867,0.838843,0.8512397,0.8636364,0.8595041,0.8512397,0.8016529,0.7107438,0.661157,0.69008267,0.71900827,0.74793386,0.75619835,0.71487606,0.7107438,0.7768595,0.7644628,0.77272725,0.7231405,0.73140496,0.7107438,0.6652893,0.6735537,0.70247936,0.7231405,0.73966944,0.75619835,0.77272725,0.7644628,0.7768595,0.71487606,0.71900827,0.71487606,0.6942149,0.6322314,0.61570245,0.5785124,0.5495868,0.53305787,0.58677685,0.57438016,0.54545456,0.59090906,0.6446281,0.6322314,0.62396693,0.61157024,0.61570245,0.6322314,0.6280992,0.61157024,0.607438,0.6280992,0.6735537,0.73140496,0.71900827,0.6735537,0.59504133,0.57024795,0.661157,0.7066116,0.6694215,0.62396693,0.5785124,0.45867768,0.8471074,0.8553719,0.8512397,0.8471074,0.8264463,0.7933884,0.76033056,0.76859504,0.7768595,0.8057851,0.8181818,0.8264463,0.8057851,0.76859504,0.79752064,0.78099173,0.7933884,0.76859504,0.74380165,0.71487606,0.69008267,0.71900827,0.78512394,0.74380165,0.78512394,0.7892562,0.7892562,0.7768595,0.76859504,0.75206614,0.73140496,0.71900827,0.71900827,0.6528926,0.6363636,0.58677685,0.5495868,0.553719,0.5785124,0.60330576,0.59504133,0.59917355,0.6198347,0.6404959,0.6322314,0.6198347,0.61570245,0.6363636,0.6404959,0.6404959,0.6487603,0.661157,0.69008267,0.75206614,0.76859504,0.7355372,0.677686,0.6404959,0.6818182,0.7107438,0.6818182,0.6322314,0.59504133,0.49173555,0.8429752,0.8429752,0.8429752,0.8429752,0.80991733,0.79752064,0.8016529,0.8181818,0.8264463,0.8347107,0.8305785,0.838843,0.8140496,0.76859504,0.7933884,0.8016529,0.822314,0.78099173,0.73966944,0.7231405,0.75206614,0.77272725,0.7768595,0.78099173,0.8016529,0.79752064,0.79752064,0.78512394,0.75206614,0.74380165,0.74380165,0.74380165,0.73966944,0.661157,0.6280992,0.57438016,0.553719,0.57438016,0.59090906,0.60330576,0.62396693,0.6280992,0.6198347,0.6404959,0.6363636,0.6198347,0.61570245,0.6280992,0.6363636,0.6404959,0.6487603,0.6487603,0.6818182,0.74793386,0.7768595,0.74380165,0.7107438,0.6818182,0.69008267,0.7107438,0.6859504,0.6446281,0.59917355,0.5,0.8512397,0.8429752,0.8471074,0.8347107,0.8181818,0.8057851,0.822314,0.822314,0.838843,0.838843,0.8347107,0.8347107,0.8057851,0.7933884,0.8016529,0.8057851,0.8140496,0.78512394,0.74793386,0.73966944,0.78512394,0.7933884,0.7892562,0.8057851,0.8140496,0.80991733,0.8016529,0.78099173,0.75619835,0.74380165,0.74793386,0.7768595,0.77272725,0.69008267,0.6322314,0.58677685,0.5495868,0.57438016,0.61157024,0.6198347,0.6363636,0.6735537,0.6570248,0.6528926,0.6446281,0.6363636,0.61570245,0.61157024,0.6446281,0.6487603,0.6487603,0.6570248,0.7107438,0.77272725,0.79752064,0.76033056,0.7231405,0.6942149,0.7066116,0.70247936,0.6859504,0.6404959,0.61157024,0.5041322,0.8553719,0.8471074,0.8471074,0.8305785,0.8181818,0.8140496,0.8305785,0.8181818,0.838843,0.8429752,0.838843,0.8305785,0.8181818,0.8140496,0.8016529,0.80991733,0.8016529,0.78512394,0.7644628,0.7644628,0.78099173,0.78512394,0.79752064,0.8140496,0.822314,0.8181818,0.8140496,0.7892562,0.74380165,0.73966944,0.75619835,0.79752064,0.8429752,0.7231405,0.661157,0.6404959,0.5495868,0.553719,0.60330576,0.6363636,0.6528926,0.70247936,0.6818182,0.6694215,0.6652893,0.6528926,0.6404959,0.6446281,0.6487603,0.6652893,0.6735537,0.6818182,0.7107438,0.75619835,0.79752064,0.7768595,0.7231405,0.70247936,0.72727275,0.71487606,0.6818182,0.6404959,0.61157024,0.47933885,0.8471074,0.8429752,0.8347107,0.8347107,0.8264463,0.8264463,0.838843,0.822314,0.8305785,0.8347107,0.8305785,0.8264463,0.8305785,0.822314,0.8140496,0.8305785,0.8140496,0.8016529,0.78512394,0.7768595,0.78099173,0.7892562,0.8057851,0.8181818,0.8347107,0.8264463,0.822314,0.7768595,0.73140496,0.72727275,0.76859504,0.8057851,0.89669424,0.69008267,0.6363636,0.7231405,0.59090906,0.53305787,0.59090906,0.6404959,0.6570248,0.73140496,0.7107438,0.69008267,0.677686,0.6652893,0.6446281,0.69008267,0.6528926,0.6694215,0.6942149,0.70247936,0.71487606,0.75206614,0.7644628,0.76033056,0.73140496,0.71900827,0.72727275,0.71487606,0.677686,0.6363636,0.61157024,0.43801653,0.8429752,0.8429752,0.8347107,0.8305785,0.8305785,0.8305785,0.838843,0.8305785,0.8347107,0.838843,0.8347107,0.8264463,0.822314,0.8347107,0.8305785,0.8181818,0.8140496,0.8057851,0.7768595,0.78099173,0.7933884,0.79752064,0.8140496,0.8264463,0.8512397,0.838843,0.8181818,0.76859504,0.72727275,0.71900827,0.74380165,0.8016529,0.93801653,0.6446281,0.59090906,0.6859504,0.62396693,0.553719,0.57024795,0.6280992,0.6570248,0.72727275,0.72727275,0.71487606,0.6942149,0.6735537,0.6859504,0.6818182,0.6735537,0.6735537,0.69008267,0.71487606,0.7231405,0.75206614,0.74380165,0.74380165,0.73140496,0.7355372,0.74380165,0.72727275,0.6818182,0.6322314,0.59090906,0.38842976,0.838843,0.8347107,0.8429752,0.838843,0.8347107,0.838843,0.838843,0.8347107,0.8347107,0.8429752,0.838843,0.8347107,0.8181818,0.8305785,0.8305785,0.822314,0.8264463,0.80991733,0.78099173,0.79752064,0.8140496,0.80991733,0.8181818,0.8347107,0.8512397,0.838843,0.79752064,0.75206614,0.7355372,0.73966944,0.71487606,0.76859504,0.87603307,0.6652893,0.61570245,0.6280992,0.62396693,0.59504133,0.5661157,0.59917355,0.6528926,0.73966944,0.7231405,0.7066116,0.7066116,0.6818182,0.6942149,0.677686,0.677686,0.677686,0.6818182,0.70247936,0.73140496,0.73966944,0.73966944,0.73966944,0.7355372,0.74793386,0.75206614,0.71900827,0.6652893,0.62396693,0.5661157,0.34710744,0.8305785,0.838843,0.8429752,0.8512397,0.8471074,0.8429752,0.8429752,0.8429752,0.838843,0.8471074,0.838843,0.8347107,0.8181818,0.8181818,0.8264463,0.8181818,0.80991733,0.8140496,0.80991733,0.822314,0.8264463,0.8140496,0.8264463,0.8347107,0.8512397,0.8264463,0.76859504,0.7644628,0.74793386,0.74793386,0.71487606,0.75619835,0.76859504,0.6570248,0.61157024,0.59917355,0.59917355,0.61157024,0.57024795,0.55785125,0.6280992,0.71487606,0.71900827,0.6942149,0.7107438,0.7107438,0.7066116,0.6942149,0.6818182,0.69008267,0.69008267,0.69008267,0.72727275,0.75619835,0.74793386,0.74793386,0.75619835,0.7644628,0.7644628,0.72727275,0.6528926,0.61570245,0.54545456,0.2892562,0.8264463,0.8347107,0.8471074,0.8595041,0.8512397,0.8512397,0.8429752,0.8471074,0.8471074,0.838843,0.8347107,0.8429752,0.8181818,0.8140496,0.8305785,0.8140496,0.8140496,0.822314,0.8264463,0.8305785,0.8347107,0.822314,0.80991733,0.8140496,0.822314,0.8016529,0.75619835,0.76033056,0.76033056,0.74380165,0.75206614,0.7892562,0.74793386,0.6652893,0.6528926,0.6280992,0.61570245,0.6363636,0.57438016,0.5247934,0.5785124,0.6859504,0.71900827,0.6983471,0.7107438,0.71900827,0.71900827,0.7066116,0.6983471,0.6983471,0.70247936,0.7066116,0.7355372,0.74793386,0.74793386,0.75206614,0.74793386,0.74380165,0.75206614,0.7107438,0.6446281,0.60330576,0.53305787,0.20247933,0.8264463,0.838843,0.8471074,0.8512397,0.8512397,0.8595041,0.8429752,0.8512397,0.8429752,0.838843,0.8429752,0.838843,0.8305785,0.8140496,0.8305785,0.822314,0.8264463,0.838843,0.8305785,0.8305785,0.8264463,0.8264463,0.7933884,0.75206614,0.78099173,0.78512394,0.76033056,0.7768595,0.7933884,0.78099173,0.7933884,0.7933884,0.71487606,0.677686,0.6942149,0.6487603,0.677686,0.7231405,0.60330576,0.5247934,0.5165289,0.6198347,0.70247936,0.6983471,0.70247936,0.7066116,0.7231405,0.7107438,0.70247936,0.70247936,0.71487606,0.71487606,0.72727275,0.73966944,0.74793386,0.7107438,0.70247936,0.6942149,0.71487606,0.6735537,0.62396693,0.59090906,0.49586776,0.14876033,0.822314,0.838843,0.8471074,0.8512397,0.8512397,0.8512397,0.838843,0.8471074,0.8471074,0.8471074,0.8347107,0.8347107,0.8347107,0.8264463,0.8305785,0.8305785,0.8429752,0.8429752,0.838843,0.8305785,0.822314,0.8057851,0.72727275,0.677686,0.76033056,0.78099173,0.76859504,0.7892562,0.838843,0.8140496,0.75619835,0.7107438,0.6404959,0.61570245,0.6322314,0.61570245,0.61157024,0.72727275,0.58677685,0.55785125,0.46280992,0.5041322,0.661157,0.6983471,0.69008267,0.6983471,0.72727275,0.70247936,0.70247936,0.69008267,0.73140496,0.7066116,0.7066116,0.7355372,0.70247936,0.6818182,0.6528926,0.6528926,0.6818182,0.6528926,0.61570245,0.58677685,0.41735536,0.1322314,0.822314,0.838843,0.8429752,0.8512397,0.8553719,0.8429752,0.838843,0.8429752,0.838843,0.8471074,0.8471074,0.838843,0.8347107,0.8305785,0.8264463,0.8305785,0.838843,0.838843,0.8305785,0.822314,0.8057851,0.76033056,0.6652893,0.61157024,0.7892562,0.7768595,0.74380165,0.71487606,0.7231405,0.7768595,0.677686,0.59090906,0.5495868,0.5785124,0.55785125,0.553719,0.5247934,0.55785125,0.5123967,0.59090906,0.446281,0.38429752,0.58677685,0.6735537,0.6859504,0.70247936,0.6983471,0.71900827,0.73140496,0.6942149,0.73140496,0.71900827,0.70247936,0.71487606,0.6859504,0.6652893,0.6404959,0.6363636,0.6487603,0.6280992,0.59917355,0.58264464,0.3677686,0.11570248,0.8264463,0.8429752,0.8512397,0.8429752,0.838843,0.8429752,0.8471074,0.8429752,0.838843,0.838843,0.8429752,0.838843,0.8347107,0.8347107,0.8264463,0.8264463,0.8347107,0.8429752,0.8140496,0.8057851,0.76859504,0.6859504,0.62396693,0.59090906,0.80991733,0.78099173,0.69008267,0.6528926,0.70247936,0.7231405,0.62396693,0.49586776,0.446281,0.49173555,0.5,0.45867768,0.45867768,0.46280992,0.4752066,0.5495868,0.5123967,0.29752067,0.48347107,0.6198347,0.6652893,0.6859504,0.6859504,0.7066116,0.71900827,0.7066116,0.71900827,0.72727275,0.7107438,0.7066116,0.6818182,0.6528926,0.6487603,0.6363636,0.6363636,0.6198347,0.59917355,0.55785125,0.338843,0.09090909,0.822314,0.8429752,0.8512397,0.8429752,0.838843,0.838843,0.8429752,0.8429752,0.8429752,0.838843,0.8471074,0.838843,0.8305785,0.838843,0.822314,0.8140496,0.8181818,0.8264463,0.7933884,0.76859504,0.7066116,0.59917355,0.59917355,0.6198347,0.8016529,0.7355372,0.54545456,0.29752067,0.57438016,0.71487606,0.60330576,0.42975205,0.3677686,0.37190083,0.38842976,0.38842976,0.38842976,0.36363637,0.40082645,0.5165289,0.5082645,0.28512397,0.37190083,0.5661157,0.6404959,0.6735537,0.677686,0.6942149,0.70247936,0.6983471,0.7107438,0.72727275,0.72727275,0.6983471,0.6652893,0.6446281,0.6446281,0.6322314,0.62396693,0.607438,0.58677685,0.5371901,0.29338843,0.0661157,0.822314,0.8429752,0.8429752,0.8512397,0.8305785,0.8471074,0.8305785,0.838843,0.8429752,0.838843,0.8471074,0.8471074,0.8347107,0.838843,0.8181818,0.8181818,0.8057851,0.8181818,0.77272725,0.7231405,0.6322314,0.5785124,0.59090906,0.6487603,0.73966944,0.6363636,0.40082645,0.1570248,0.38016528,0.62396693,0.59917355,0.4214876,0.30165288,0.3181818,0.35123968,0.29338843,0.17768595,0.14876033,0.2644628,0.46280992,0.48347107,0.24380165,0.26859504,0.5,0.6198347,0.6694215,0.6818182,0.69008267,0.70247936,0.6983471,0.6942149,0.7107438,0.7231405,0.6859504,0.6487603,0.6322314,0.6198347,0.61570245,0.6198347,0.59917355,0.59090906,0.5206612,0.23140496,0.05785124,0.822314,0.8429752,0.8512397,0.838843,0.838843,0.8305785,0.8264463,0.8347107,0.838843,0.8471074,0.8512397,0.8471074,0.8429752,0.8305785,0.8140496,0.80991733,0.80991733,0.8016529,0.74380165,0.661157,0.57024795,0.5785124,0.6322314,0.6652893,0.70247936,0.58264464,0.42561984,0.4090909,0.57438016,0.6404959,0.5785124,0.46280992,0.32231405,0.3264463,0.3677686,0.30991736,0.20247933,0.11983471,0.18595041,0.40082645,0.45041323,0.18595041,0.2231405,0.42561984,0.59504133,0.6570248,0.6735537,0.6818182,0.70247936,0.7107438,0.6983471,0.6942149,0.7066116,0.6735537,0.6322314,0.62396693,0.61157024,0.58264464,0.59917355,0.60330576,0.58264464,0.49586776,0.15289256,0.07438017,0.80991733,0.838843,0.8471074,0.838843,0.8264463,0.79752064,0.822314,0.8264463,0.8347107,0.8429752,0.8512397,0.8512397,0.8429752,0.8264463,0.8140496,0.8057851,0.7933884,0.76859504,0.6942149,0.59504133,0.553719,0.61570245,0.69008267,0.73140496,0.73966944,0.6652893,0.59917355,0.6446281,0.677686,0.57438016,0.49173555,0.446281,0.3429752,0.30165288,0.30578512,0.338843,0.42561984,0.30578512,0.2768595,0.446281,0.5082645,0.2768595,0.15289256,0.3677686,0.5661157,0.6363636,0.6528926,0.6694215,0.69008267,0.7107438,0.6859504,0.6859504,0.6859504,0.6694215,0.6322314,0.60330576,0.6198347,0.5785124,0.57438016,0.59504133,0.5785124,0.42975205,0.1322314,0.07024793,0.79752064,0.838843,0.838843,0.8264463,0.8181818,0.8016529,0.8016529,0.8181818,0.8347107,0.8429752,0.838843,0.8429752,0.8429752,0.8264463,0.8140496,0.8016529,0.78099173,0.74793386,0.6570248,0.5661157,0.58677685,0.6694215,0.73966944,0.76033056,0.78099173,0.7768595,0.6983471,0.6487603,0.60330576,0.5206612,0.4876033,0.34710744,0.27272728,0.2644628,0.2603306,0.32231405,0.39256197,0.44214877,0.43801653,0.5495868,0.55785125,0.45454547,0.12809917,0.29338843,0.5247934,0.6280992,0.6446281,0.6694215,0.6652893,0.6942149,0.6735537,0.677686,0.6818182,0.6652893,0.6363636,0.61157024,0.607438,0.59504133,0.57024795,0.5785124,0.5661157,0.37603307,0.1322314,0.08264463,0.78512394,0.8264463,0.8181818,0.8264463,0.8140496,0.79752064,0.80991733,0.8140496,0.8264463,0.8429752,0.8429752,0.838843,0.8429752,0.8305785,0.8181818,0.7933884,0.76859504,0.7066116,0.60330576,0.56198347,0.6528926,0.71900827,0.78099173,0.7768595,0.76859504,0.73140496,0.60330576,0.56198347,0.53305787,0.5165289,0.46694216,0.3429752,0.21900827,0.2520661,0.24793388,0.3429752,0.35123968,0.40082645,0.46280992,0.5371901,0.59917355,0.54545456,0.24380165,0.2603306,0.48347107,0.61157024,0.6363636,0.661157,0.6570248,0.677686,0.6735537,0.6694215,0.6818182,0.6652893,0.6363636,0.62396693,0.58677685,0.58677685,0.57438016,0.58677685,0.5495868,0.34710744,0.11983471,0.12396694,0.74380165,0.7892562,0.7933884,0.8016529,0.78099173,0.8057851,0.80991733,0.8140496,0.80991733,0.8347107,0.8429752,0.8512397,0.8429752,0.8264463,0.8140496,0.7933884,0.73140496,0.6652893,0.5495868,0.58677685,0.71487606,0.76859504,0.78099173,0.7644628,0.71487606,0.58264464,0.49173555,0.49586776,0.49586776,0.45867768,0.42975205,0.38842976,0.28512397,0.29752067,0.2644628,0.37603307,0.30165288,0.338843,0.38842976,0.45041323,0.55785125,0.58677685,0.37603307,0.2892562,0.43801653,0.58264464,0.6280992,0.6404959,0.6528926,0.6694215,0.677686,0.677686,0.6735537,0.6652893,0.6322314,0.607438,0.607438,0.58677685,0.58264464,0.5661157,0.5082645,0.3140496,0.10330579,0.1570248,0.70247936,0.7231405,0.77272725,0.79752064,0.8140496,0.79752064,0.8016529,0.8140496,0.80991733,0.8347107,0.8347107,0.8429752,0.8305785,0.822314,0.79752064,0.7768595,0.7231405,0.6363636,0.56198347,0.6446281,0.74793386,0.7768595,0.73966944,0.6735537,0.5785124,0.46280992,0.4338843,0.45867768,0.4876033,0.45454547,0.3966942,0.39256197,0.3966942,0.38842976,0.338843,0.38429752,0.3305785,0.30165288,0.3264463,0.35123968,0.45454547,0.59090906,0.5247934,0.37603307,0.41322315,0.56198347,0.62396693,0.62396693,0.6363636,0.6528926,0.677686,0.677686,0.6694215,0.661157,0.6363636,0.61157024,0.6322314,0.58677685,0.58677685,0.59504133,0.446281,0.27272728,0.11157025,0.17355372,0.6528926,0.6942149,0.8140496,0.7768595,0.78512394,0.78099173,0.8057851,0.8181818,0.8016529,0.8347107,0.8347107,0.8553719,0.8305785,0.8140496,0.78512394,0.76033056,0.6859504,0.59917355,0.607438,0.71487606,0.7768595,0.73966944,0.6652893,0.58264464,0.5206612,0.45041323,0.40082645,0.42975205,0.4876033,0.47107437,0.36363637,0.3429752,0.43801653,0.45454547,0.35950413,0.35950413,0.3966942,0.34710744,0.30578512,0.29752067,0.39256197,0.57024795,0.59504133,0.4752066,0.41735536,0.5495868,0.61570245,0.6198347,0.6280992,0.6528926,0.677686,0.6735537,0.6570248,0.6528926,0.6446281,0.6322314,0.62396693,0.59090906,0.55785125,0.61157024,0.3553719,0.21487603,0.11983471,0.23553719,0.60330576,0.7066116,0.8016529,0.8181818,0.7892562,0.7644628,0.79752064,0.8305785,0.8057851,0.8305785,0.8471074,0.8512397,0.8347107,0.8016529,0.7644628,0.72727275,0.661157,0.58264464,0.6446281,0.75206614,0.76033056,0.69008267,0.59917355,0.47933885,0.43801653,0.41735536,0.37603307,0.4090909,0.46694216,0.45454547,0.37603307,0.30578512,0.43801653,0.5082645,0.35950413,0.40495867,0.3677686,0.3553719,0.3264463,0.30991736,0.3553719,0.4752066,0.5785124,0.59917355,0.46694216,0.5371901,0.61570245,0.6198347,0.6198347,0.6363636,0.6818182,0.6570248,0.6487603,0.6694215,0.6404959,0.6322314,0.59090906,0.59504133,0.55785125,0.5247934,0.32231405,0.23966943,0.11157025,0.29752067,0.57024795,0.6859504,0.7644628,0.822314,0.7892562,0.78099173,0.8057851,0.8347107,0.8264463,0.8347107,0.8471074,0.8429752,0.8181818,0.7933884,0.75619835,0.6983471,0.6322314,0.60330576,0.6983471,0.74793386,0.6859504,0.6198347,0.57438016,0.45041323,0.4090909,0.41322315,0.37603307,0.41735536,0.46694216,0.45454547,0.38016528,0.3677686,0.48347107,0.56198347,0.39256197,0.43801653,0.38842976,0.34710744,0.38016528,0.3264463,0.33471075,0.38429752,0.46280992,0.6363636,0.54545456,0.5289256,0.61570245,0.61570245,0.61157024,0.6363636,0.677686,0.661157,0.6528926,0.6735537,0.661157,0.6652893,0.55785125,0.57438016,0.57024795,0.44214877,0.28512397,0.19421488,0.14876033,0.34710744,0.553719,0.6652893,0.74793386,0.8016529,0.7933884,0.8140496,0.8305785,0.8347107,0.838843,0.8305785,0.8471074,0.8429752,0.8016529,0.78512394,0.74380165,0.6735537,0.62396693,0.6570248,0.74793386,0.6735537,0.58677685,0.5247934,0.5206612,0.46280992,0.46280992,0.46280992,0.41322315,0.4876033,0.5289256,0.5206612,0.47107437,0.55785125,0.58264464,0.57024795,0.47107437,0.45041323,0.38429752,0.38429752,0.3553719,0.3305785,0.33471075,0.35123968,0.37190083,0.5,0.57438016,0.553719,0.59504133,0.62396693,0.62396693,0.6363636,0.6694215,0.677686,0.6694215,0.6735537,0.6859504,0.6652893,0.58264464,0.55785125,0.5661157,0.41735536,0.28099173,0.19421488,0.2107438,0.37603307,0.49586776,0.61570245,0.71900827,0.8057851,0.79752064,0.8057851,0.8140496,0.8347107,0.8471074,0.8264463,0.8347107,0.8264463,0.78099173,0.76859504,0.71900827,0.6528926,0.6322314,0.677686,0.7892562,0.5495868,0.5371901,0.45041323,0.46694216,0.5041322,0.49173555,0.48347107,0.42561984,0.58677685,0.58677685,0.57438016,0.6322314,0.6322314,0.6322314,0.54545456,0.5082645,0.47933885,0.4090909,0.41322315,0.34710744,0.35123968,0.35123968,0.338843,0.38016528,0.4090909,0.5123967,0.56198347,0.59090906,0.607438,0.61157024,0.6198347,0.6487603,0.6694215,0.6735537,0.69008267,0.70247936,0.661157,0.59504133,0.5413223,0.53305787,0.42561984,0.2644628,0.17355372,0.1694215,0.30578512,0.43801653,0.60330576,0.6859504,0.7892562,0.74380165,0.78512394,0.79752064,0.8347107,0.8471074,0.8347107,0.838843,0.822314,0.7768595,0.75206614,0.69008267,0.6652893,0.69008267,0.70247936,0.6942149,0.49173555,0.5082645,0.42561984,0.43801653,0.53305787,0.5413223,0.53305787,0.4090909,0.5371901,0.5661157,0.5289256,0.5413223,0.57024795,0.59504133,0.5041322,0.48347107,0.43801653,0.38429752,0.40495867,0.40495867,0.4090909,0.38842976,0.37603307,0.38016528,0.35123968,0.4090909,0.49586776,0.56198347,0.59917355,0.61157024,0.6280992,0.6528926,0.661157,0.6694215,0.6983471,0.7107438,0.6694215,0.60330576,0.5413223,0.49586776,0.3966942,0.25619835,0.17355372,0.12809917,0.15289256,0.45867768,0.61570245,0.6818182,0.72727275,0.71900827,0.8016529,0.8181818,0.8305785,0.8347107,0.838843,0.838843,0.8264463,0.77272725,0.7355372,0.6694215,0.6859504,0.74380165,0.6818182,0.5082645,0.47933885,0.47933885,0.44214877,0.45454547,0.5413223,0.61570245,0.6446281,0.49586776,0.4876033,0.5371901,0.53305787,0.5206612,0.54545456,0.53305787,0.47107437,0.45867768,0.45867768,0.43801653,0.4214876,0.42561984,0.43801653,0.4338843,0.41735536,0.39256197,0.35950413,0.37190083,0.41322315,0.5082645,0.58264464,0.59090906,0.6404959,0.6652893,0.661157,0.677686,0.6859504,0.7066116,0.6652893,0.62396693,0.5495868,0.5,0.3677686,0.26859504,0.1570248,0.16528925,0.10743801,0.4090909,0.5289256,0.6528926,0.69008267,0.7231405,0.76859504,0.7933884,0.822314,0.8264463,0.8347107,0.838843,0.822314,0.75619835,0.69008267,0.6735537,0.71900827,0.6983471,0.57438016,0.48347107,0.45867768,0.45867768,0.44214877,0.4876033,0.61570245,0.6942149,0.62396693,0.5495868,0.5289256,0.5206612,0.5041322,0.5289256,0.53305787,0.47933885,0.44214877,0.446281,0.42975205,0.4338843,0.4338843,0.41735536,0.4214876,0.4338843,0.42561984,0.38429752,0.35950413,0.3429752,0.3677686,0.46280992,0.5495868,0.5495868,0.6280992,0.6528926,0.6652893,0.6818182,0.6859504,0.69008267,0.6528926,0.6570248,0.553719,0.46694216,0.338843,0.23553719,0.1694215,0.1446281,0.10330579,0.44214877,0.5041322,0.61157024,0.69008267,0.74793386,0.8140496,0.8016529,0.8057851,0.8181818,0.8181818,0.8181818,0.80991733,0.74380165,0.6570248,0.6694215,0.70247936,0.58677685,0.46280992,0.45454547,0.45041323,0.46694216,0.49173555,0.5289256,0.61570245,0.6322314,0.56198347,0.5206612,0.48347107,0.446281,0.42975205,0.5082645,0.5165289,0.4090909,0.3677686,0.38842976,0.38016528,0.26859504,0.3305785,0.37603307,0.40495867,0.40082645,0.38429752,0.4214876,0.3553719,0.32231405,0.30991736,0.4214876,0.49173555,0.49586776,0.61157024,0.6528926,0.677686,0.677686,0.6859504,0.6735537,0.6487603,0.62396693,0.5495868,0.4752066,0.32231405,0.20661157,0.16115703,0.11570248,0.11983471,0.38429752,0.46694216,0.58264464,0.6942149,0.74380165,0.7933884,0.80991733,0.79752064,0.8057851,0.80991733,0.8140496,0.80991733,0.7231405,0.62396693,0.6446281,0.6528926,0.5165289,0.4214876,0.45041323,0.49173555,0.5661157,0.6280992,0.59090906,0.57438016,0.5289256,0.49586776,0.446281,0.36363637,0.3429752,0.28512397,0.41735536,0.42975205,0.32231405,0.338843,0.3264463,0.338843,0.19421488,0.24793388,0.33471075,0.36363637,0.33471075,0.3429752,0.42561984,0.338843,0.28512397,0.30165288,0.34710744,0.4338843,0.446281,0.5495868,0.6363636,0.6652893,0.661157,0.6528926,0.6363636,0.607438,0.55785125,0.5371901,0.5,0.36363637,0.21487603,0.14876033,0.12396694,0.11983471,0.3677686,0.4338843,0.5495868,0.6818182,0.73140496,0.76859504,0.8181818,0.8140496,0.8016529,0.80991733,0.8140496,0.8057851,0.72727275,0.6322314,0.6322314,0.607438,0.44214877,0.41735536,0.553719,0.58677685,0.6528926,0.6694215,0.54545456,0.47107437,0.46280992,0.45867768,0.45041323,0.3966942,0.44214877,0.41735536,0.49586776,0.46694216,0.40082645,0.42561984,0.44214877,0.45041323,0.44214877,0.45041323,0.4090909,0.39256197,0.2892562,0.26859504,0.3429752,0.3264463,0.32231405,0.3181818,0.3181818,0.39256197,0.4090909,0.47933885,0.61157024,0.6652893,0.6487603,0.6198347,0.60330576,0.59917355,0.55785125,0.5,0.46694216,0.38016528,0.23553719,0.13636364,0.11570248,0.11983471,0.32231405,0.42561984,0.57024795,0.6735537,0.73966944,0.79752064,0.8140496,0.77272725,0.8016529,0.80991733,0.7933884,0.79752064,0.6983471,0.61570245,0.61570245,0.553719,0.38016528,0.4752066,0.54545456,0.6198347,0.62396693,0.5206612,0.44214877,0.4876033,0.5661157,0.62396693,0.58264464,0.57438016,0.59090906,0.553719,0.5661157,0.5661157,0.5413223,0.5247934,0.5371901,0.5289256,0.5247934,0.5206612,0.5371901,0.5371901,0.44214877,0.30165288,0.25619835,0.35123968,0.4090909,0.338843,0.338843,0.37603307,0.38429752,0.45454547,0.58264464,0.6694215,0.6528926,0.59917355,0.5661157,0.58264464,0.54545456,0.47933885,0.45454547,0.3677686,0.22727273,0.14876033,0.10330579,0.11570248,0.34710744,0.37190083,0.6198347,0.661157,0.7107438,0.79752064,0.8057851,0.7644628,0.7933884,0.8057851,0.76033056,0.7892562,0.71900827,0.607438,0.607438,0.4752066,0.44214877,0.5082645,0.5413223,0.5495868,0.5247934,0.46694216,0.5247934,0.61157024,0.6652893,0.6735537,0.6363636,0.62396693,0.6280992,0.607438,0.59917355,0.5661157,0.5413223,0.5413223,0.5371901,0.53305787,0.5371901,0.56198347,0.57438016,0.57024795,0.5661157,0.5123967,0.40495867,0.338843,0.4090909,0.38016528,0.37190083,0.38842976,0.3677686,0.38842976,0.5413223,0.6694215,0.6404959,0.5785124,0.55785125,0.5495868,0.5495868,0.4752066,0.42561984,0.30578512,0.1983471,0.14049587,0.10743801,0.11570248,0.33471075,0.37603307,0.59090906,0.6528926,0.7107438,0.8181818,0.73140496,0.7892562,0.78512394,0.77272725,0.76859504,0.7933884,0.7644628,0.60330576,0.59917355,0.49586776,0.47933885,0.5247934,0.49173555,0.48347107,0.5413223,0.59917355,0.6446281,0.6487603,0.6570248,0.6652893,0.6280992,0.61570245,0.6198347,0.61570245,0.62396693,0.58264464,0.5289256,0.54545456,0.5082645,0.48347107,0.5165289,0.553719,0.56198347,0.55785125,0.56198347,0.57438016,0.57024795,0.5247934,0.3553719,0.37603307,0.40082645,0.39256197,0.35123968,0.3677686,0.5082645,0.6528926,0.6198347,0.5289256,0.56198347,0.5123967,0.5123967,0.45454547,0.41322315,0.24380165,0.1570248,0.12396694,0.13636364,0.10330579,0.33471075,0.40495867,0.5082645,0.6446281,0.74793386,0.7768595,0.71900827,0.76859504,0.77272725,0.7355372,0.7644628,0.7768595,0.73966944,0.57438016,0.57024795,0.553719,0.48347107,0.49586776,0.48347107,0.56198347,0.70247936,0.71900827,0.6735537,0.6487603,0.6363636,0.661157,0.6280992,0.57024795,0.5661157,0.53305787,0.47933885,0.42561984,0.45041323,0.4876033,0.41322315,0.40082645,0.4090909,0.44214877,0.47107437,0.4876033,0.53305787,0.54545456,0.56198347,0.60330576,0.42975205,0.30991736,0.41322315,0.3966942,0.37603307,0.2892562,0.48347107,0.6322314,0.60330576,0.5041322,0.5165289,0.5,0.4752066,0.4338843,0.3677686,0.23553719,0.14049587,0.11157025,0.12809917,0.12396694,0.3264463,0.36363637,0.45454547,0.6198347,0.7066116,0.69008267,0.71900827,0.75619835,0.76033056,0.72727275,0.7355372,0.7644628,0.74380165,0.6198347,0.56198347,0.59090906,0.5082645,0.5371901,0.58264464,0.6983471,0.7644628,0.72727275,0.6404959,0.60330576,0.60330576,0.59504133,0.56198347,0.53305787,0.5165289,0.4752066,0.4214876,0.3429752,0.36363637,0.3966942,0.34710744,0.38842976,0.42561984,0.46280992,0.45454547,0.47107437,0.49173555,0.5165289,0.5495868,0.60330576,0.56198347,0.3677686,0.38842976,0.37190083,0.40495867,0.3140496,0.38429752,0.58677685,0.55785125,0.5041322,0.48347107,0.49586776,0.49173555,0.48347107,0.37190083,0.22727273,0.15289256,0.11157025,0.11570248,0.12809917,0.30991736,0.30578512,0.39256197,0.59504133,0.661157,0.6818182,0.74793386,0.72727275,0.73140496,0.7066116,0.73140496,0.74793386,0.73140496,0.6198347,0.553719,0.58264464,0.5,0.59504133,0.6528926,0.76859504,0.7231405,0.6983471,0.59090906,0.5289256,0.5495868,0.5495868,0.5371901,0.53305787,0.4876033,0.45454547,0.41322315,0.33471075,0.3429752,0.3429752,0.32231405,0.38842976,0.40495867,0.4338843,0.42975205,0.47107437,0.47107437,0.5,0.5413223,0.57024795,0.61570245,0.48347107,0.41735536,0.35123968,0.37603307,0.41322315,0.41322315,0.53305787,0.53305787,0.49173555,0.47107437,0.47933885,0.49173555,0.45867768,0.29338843,0.19421488,0.14876033,0.11570248,0.11157025,0.10743801,0.28512397,0.30165288,0.3429752,0.5247934,0.62396693,0.677686,0.72727275,0.7231405,0.71487606,0.6487603,0.71487606,0.6942149,0.73140496,0.6487603,0.57024795,0.5413223,0.5206612,0.6446281,0.71487606,0.78512394,0.6942149,0.661157,0.5785124,0.5123967,0.5165289,0.5165289,0.5371901,0.5165289,0.43801653,0.41322315,0.33471075,0.29338843,0.30578512,0.30165288,0.29338843,0.3305785,0.32231405,0.3429752,0.37603307,0.41735536,0.45454547,0.47107437,0.5247934,0.5785124,0.6322314,0.5661157,0.47933885,0.40082645,0.35123968,0.3966942,0.46280992,0.49173555,0.4876033,0.46280992,0.42975205,0.40082645,0.42975205,0.38429752,0.2603306,0.18181819,0.1322314,0.11570248,0.11983471,0.12809917,0.3140496,0.27272728,0.27272728,0.47933885,0.55785125,0.69008267,0.6818182,0.677686,0.69008267,0.62396693,0.6859504,0.6570248,0.6652893,0.6363636,0.58677685,0.5495868,0.6198347,0.677686,0.7644628,0.78512394,0.72727275,0.6446281,0.58264464,0.5165289,0.53305787,0.53305787,0.5,0.46280992,0.40495867,0.35123968,0.30578512,0.27272728,0.28099173,0.2644628,0.25619835,0.28512397,0.2892562,0.30578512,0.33471075,0.37190083,0.4214876,0.44214877,0.48347107,0.5413223,0.5661157,0.5495868,0.49586776,0.45041323,0.3966942,0.3553719,0.4090909,0.42975205,0.42561984,0.4214876,0.40082645,0.3966942,0.39256197,0.3140496,0.22727273,0.17355372,0.11983471,0.11983471,0.11983471,0.11570248,0.34710744,0.2520661,0.2107438,0.44214877,0.58264464,0.72727275,0.6859504,0.6735537,0.6528926,0.6528926,0.6404959,0.62396693,0.6280992,0.55785125,0.57024795,0.607438,0.6818182,0.6818182,0.73140496,0.76033056,0.71487606,0.61157024,0.5495868,0.5289256,0.5289256,0.49173555,0.46694216,0.42561984,0.37603307,0.3181818,0.27272728,0.2520661,0.2644628,0.24793388,0.2231405,0.23966943,0.28099173,0.3140496,0.30991736,0.3553719,0.38842976,0.41322315,0.45867768,0.47107437,0.48347107,0.5165289,0.47933885,0.42561984,0.4090909,0.33471075,0.3181818,0.35950413,0.3677686,0.37190083,0.37190083,0.38429752,0.3966942,0.30991736,0.18595041,0.15289256,0.10743801,0.12809917,0.10330579,0.10330579,10 +0.78099173,0.8181818,0.8305785,0.8347107,0.8429752,0.8429752,0.8264463,0.8016529,0.79752064,0.79752064,0.7892562,0.7892562,0.78512394,0.7892562,0.7933884,0.7933884,0.8016529,0.8181818,0.822314,0.8181818,0.8264463,0.8264463,0.8264463,0.8140496,0.80991733,0.822314,0.8016529,0.822314,0.8057851,0.80991733,0.79752064,0.76859504,0.8057851,0.7892562,0.8057851,0.7892562,0.76859504,0.8016529,0.78512394,0.74793386,0.7355372,0.7231405,0.71900827,0.70247936,0.69008267,0.6818182,0.6570248,0.6528926,0.6322314,0.62396693,0.62396693,0.61157024,0.6198347,0.6280992,0.62396693,0.6322314,0.6404959,0.6487603,0.6735537,0.69008267,0.6942149,0.6404959,0.5165289,0.42975205,0.8016529,0.8181818,0.8305785,0.8347107,0.838843,0.8305785,0.80991733,0.7933884,0.7892562,0.78512394,0.77272725,0.76033056,0.74380165,0.75206614,0.76033056,0.76859504,0.78099173,0.8057851,0.8140496,0.80991733,0.8140496,0.8057851,0.8057851,0.7933884,0.7892562,0.8057851,0.79752064,0.8140496,0.7933884,0.8140496,0.8140496,0.78099173,0.79752064,0.7933884,0.79752064,0.75619835,0.75206614,0.78099173,0.76033056,0.7355372,0.70247936,0.71487606,0.6942149,0.69008267,0.6818182,0.6487603,0.6280992,0.62396693,0.59917355,0.58677685,0.58264464,0.5785124,0.59090906,0.59504133,0.59917355,0.6280992,0.6280992,0.62396693,0.6528926,0.6735537,0.6818182,0.6322314,0.5123967,0.42561984,0.8016529,0.8181818,0.8347107,0.8305785,0.8305785,0.822314,0.79752064,0.7892562,0.7768595,0.75619835,0.73140496,0.6983471,0.69008267,0.6983471,0.71487606,0.72727275,0.75206614,0.76033056,0.78512394,0.7644628,0.76859504,0.7644628,0.7644628,0.74793386,0.75206614,0.78099173,0.78512394,0.8057851,0.78512394,0.7933884,0.80991733,0.77272725,0.77272725,0.78512394,0.7768595,0.71487606,0.7355372,0.7355372,0.7231405,0.6818182,0.6694215,0.6570248,0.6322314,0.6404959,0.6322314,0.607438,0.59504133,0.58264464,0.55785125,0.54545456,0.5371901,0.5289256,0.54545456,0.5495868,0.553719,0.59090906,0.6280992,0.6280992,0.6363636,0.661157,0.6652893,0.62396693,0.5123967,0.42975205,0.8016529,0.8140496,0.8264463,0.822314,0.822314,0.8016529,0.78099173,0.78099173,0.72727275,0.69008267,0.62396693,0.56198347,0.60330576,0.6280992,0.6487603,0.6446281,0.661157,0.6487603,0.6859504,0.6198347,0.6322314,0.6404959,0.6694215,0.6818182,0.6859504,0.75206614,0.76859504,0.78099173,0.7933884,0.78099173,0.7933884,0.7644628,0.75206614,0.75619835,0.75619835,0.69008267,0.6983471,0.69008267,0.6570248,0.61570245,0.58677685,0.5413223,0.5165289,0.5206612,0.5165289,0.5041322,0.5082645,0.5,0.47933885,0.46280992,0.45454547,0.45041323,0.45454547,0.47107437,0.47107437,0.4876033,0.57438016,0.6322314,0.6363636,0.6404959,0.6446281,0.60330576,0.5041322,0.44214877,0.79752064,0.8140496,0.8181818,0.8181818,0.79752064,0.78099173,0.78512394,0.6942149,0.5785124,0.5413223,0.46280992,0.446281,0.4876033,0.5082645,0.5206612,0.49173555,0.47933885,0.45867768,0.4876033,0.4214876,0.4338843,0.44214877,0.49586776,0.5495868,0.6322314,0.6942149,0.75619835,0.7644628,0.7768595,0.77272725,0.78099173,0.75619835,0.73966944,0.7231405,0.7231405,0.6818182,0.6570248,0.6404959,0.60330576,0.5289256,0.42561984,0.37603307,0.37603307,0.38016528,0.35950413,0.34710744,0.36363637,0.35123968,0.34710744,0.34710744,0.33471075,0.3429752,0.34710744,0.3429752,0.34710744,0.34710744,0.41735536,0.59090906,0.6280992,0.62396693,0.6280992,0.58677685,0.5,0.45867768,0.7933884,0.8140496,0.8181818,0.8140496,0.7768595,0.77272725,0.6487603,0.49173555,0.44214877,0.37190083,0.34710744,0.36363637,0.38016528,0.38429752,0.36363637,0.338843,0.30165288,0.28099173,0.32231405,0.28099173,0.3140496,0.3305785,0.3429752,0.41322315,0.55785125,0.6404959,0.7231405,0.76033056,0.77272725,0.77272725,0.77272725,0.74793386,0.73140496,0.7107438,0.6942149,0.6652893,0.62396693,0.59090906,0.5371901,0.41735536,0.30991736,0.2603306,0.2520661,0.26859504,0.24793388,0.23140496,0.23966943,0.2231405,0.23553719,0.23966943,0.21900827,0.23966943,0.25619835,0.2603306,0.2603306,0.23140496,0.2520661,0.41735536,0.553719,0.59090906,0.61570245,0.5785124,0.49586776,0.4752066,0.7933884,0.8140496,0.8140496,0.8057851,0.7644628,0.6280992,0.43801653,0.38016528,0.39256197,0.3305785,0.28099173,0.28099173,0.28512397,0.28512397,0.23966943,0.24793388,0.2107438,0.19421488,0.23553719,0.23140496,0.2603306,0.27272728,0.2768595,0.35123968,0.46694216,0.59090906,0.7066116,0.7768595,0.78512394,0.7768595,0.77272725,0.76033056,0.7355372,0.70247936,0.69008267,0.661157,0.61570245,0.5495868,0.46694216,0.34710744,0.26859504,0.23966943,0.20661157,0.20661157,0.18595041,0.17768595,0.19421488,0.19421488,0.20247933,0.17355372,0.16115703,0.19008264,0.18181819,0.19421488,0.21900827,0.2107438,0.17355372,0.2768595,0.40495867,0.5413223,0.59917355,0.57438016,0.5,0.49173555,0.79752064,0.8140496,0.8016529,0.78099173,0.6363636,0.4214876,0.40495867,0.35123968,0.35950413,0.3553719,0.2892562,0.2603306,0.23966943,0.23966943,0.23140496,0.22727273,0.2107438,0.20247933,0.23553719,0.25619835,0.29338843,0.3181818,0.3264463,0.38016528,0.46280992,0.57438016,0.7107438,0.822314,0.8264463,0.7933884,0.7933884,0.7892562,0.74793386,0.70247936,0.6942149,0.6818182,0.6363636,0.5289256,0.4214876,0.338843,0.27272728,0.23966943,0.21487603,0.1983471,0.19008264,0.18595041,0.18595041,0.2107438,0.20661157,0.1694215,0.16115703,0.18595041,0.1694215,0.1570248,0.19008264,0.21900827,0.21900827,0.2520661,0.28512397,0.44214877,0.5661157,0.5661157,0.5041322,0.5,0.8057851,0.8181818,0.7892562,0.6735537,0.4876033,0.37190083,0.37190083,0.3181818,0.3429752,0.35950413,0.30578512,0.29752067,0.30165288,0.30991736,0.35123968,0.36363637,0.3677686,0.35950413,0.37603307,0.39256197,0.41322315,0.45041323,0.4752066,0.5041322,0.5495868,0.6363636,0.75619835,0.8595041,0.8553719,0.80991733,0.8181818,0.8305785,0.76859504,0.71487606,0.7066116,0.7107438,0.6652893,0.5371901,0.41735536,0.33471075,0.30578512,0.30165288,0.28512397,0.30165288,0.30578512,0.3140496,0.3181818,0.33471075,0.3264463,0.27272728,0.2644628,0.24380165,0.21487603,0.1983471,0.22727273,0.24793388,0.28512397,0.2520661,0.27272728,0.3264463,0.45867768,0.55785125,0.5165289,0.5041322,0.8057851,0.822314,0.7355372,0.5123967,0.4090909,0.338843,0.35950413,0.40495867,0.43801653,0.42561984,0.44214877,0.5,0.5165289,0.5371901,0.553719,0.59504133,0.607438,0.58677685,0.5661157,0.553719,0.53305787,0.5495868,0.57438016,0.60330576,0.6652893,0.75206614,0.8181818,0.8595041,0.8595041,0.8181818,0.8140496,0.8181818,0.76033056,0.71487606,0.7107438,0.7066116,0.6570248,0.5289256,0.41735536,0.36363637,0.35950413,0.40495867,0.44214877,0.4752066,0.5041322,0.56198347,0.60330576,0.61570245,0.57438016,0.5206612,0.47933885,0.4214876,0.3677686,0.3305785,0.29752067,0.25619835,0.29338843,0.2768595,0.29752067,0.28512397,0.32231405,0.5123967,0.5123967,0.5041322,0.79752064,0.8181818,0.6322314,0.42561984,0.37190083,0.338843,0.44214877,0.5495868,0.5785124,0.61570245,0.6404959,0.69008267,0.72727275,0.75206614,0.75206614,0.76033056,0.73140496,0.6859504,0.661157,0.6322314,0.60330576,0.59504133,0.59090906,0.59090906,0.6404959,0.75206614,0.8347107,0.8471074,0.8512397,0.8181818,0.78099173,0.76033056,0.72727275,0.7066116,0.7066116,0.6859504,0.61157024,0.4876033,0.38842976,0.39256197,0.44214877,0.5082645,0.5661157,0.6198347,0.6363636,0.7066116,0.74380165,0.76859504,0.74380165,0.71487606,0.6446281,0.58677685,0.5289256,0.49586776,0.42561984,0.32231405,0.3553719,0.26859504,0.29752067,0.27272728,0.2644628,0.38842976,0.5082645,0.5,0.79752064,0.8057851,0.5785124,0.4214876,0.40082645,0.4876033,0.60330576,0.6818182,0.71487606,0.75206614,0.78099173,0.8057851,0.80991733,0.80991733,0.8181818,0.8140496,0.75206614,0.70247936,0.6818182,0.6570248,0.6363636,0.61157024,0.58264464,0.55785125,0.5661157,0.6694215,0.79752064,0.8305785,0.8347107,0.7933884,0.74793386,0.70247936,0.6942149,0.70247936,0.7107438,0.6570248,0.5495868,0.3966942,0.37190083,0.4214876,0.49173555,0.57024795,0.6198347,0.677686,0.6487603,0.7066116,0.75206614,0.77272725,0.7644628,0.73140496,0.69008267,0.661157,0.6363636,0.60330576,0.54545456,0.44214877,0.4214876,0.3677686,0.30991736,0.30165288,0.29752067,0.37190083,0.48347107,0.49586776,0.79752064,0.7892562,0.58264464,0.46280992,0.5,0.6198347,0.7231405,0.7768595,0.8057851,0.8264463,0.838843,0.8512397,0.8305785,0.8016529,0.8016529,0.78099173,0.7107438,0.6570248,0.6322314,0.61157024,0.59504133,0.57024795,0.5495868,0.5082645,0.4876033,0.62396693,0.7768595,0.8140496,0.80991733,0.76033056,0.71487606,0.6694215,0.6735537,0.677686,0.6983471,0.6322314,0.4752066,0.3429752,0.37190083,0.44214877,0.5041322,0.5785124,0.607438,0.61157024,0.6198347,0.6363636,0.6735537,0.7231405,0.71487606,0.6859504,0.6818182,0.6859504,0.6818182,0.661157,0.6404959,0.58264464,0.4876033,0.45041323,0.35950413,0.29338843,0.30578512,0.38016528,0.46694216,0.4752066,0.80991733,0.76859504,0.59504133,0.5413223,0.6198347,0.7107438,0.76859504,0.80991733,0.8429752,0.8595041,0.8553719,0.822314,0.78099173,0.74793386,0.7066116,0.6570248,0.60330576,0.58677685,0.57024795,0.5495868,0.5371901,0.53305787,0.54545456,0.53305787,0.5041322,0.5661157,0.79752064,0.78099173,0.76033056,0.71900827,0.69008267,0.6570248,0.6528926,0.6322314,0.6487603,0.61570245,0.42975205,0.38016528,0.39256197,0.4876033,0.553719,0.57438016,0.553719,0.5413223,0.57438016,0.5661157,0.5785124,0.62396693,0.6198347,0.61570245,0.61570245,0.6446281,0.6570248,0.6694215,0.7107438,0.6859504,0.5785124,0.5289256,0.446281,0.40495867,0.4090909,0.44214877,0.46694216,0.44214877,0.80991733,0.73140496,0.6198347,0.62396693,0.7066116,0.76859504,0.7933884,0.8140496,0.8429752,0.8347107,0.79752064,0.76033056,0.75206614,0.74380165,0.7066116,0.6363636,0.57438016,0.57438016,0.5371901,0.5165289,0.49586776,0.49173555,0.5,0.5,0.45454547,0.5495868,0.78512394,0.76033056,0.7066116,0.6942149,0.677686,0.6570248,0.6363636,0.59090906,0.59917355,0.58677685,0.446281,0.42975205,0.3966942,0.42561984,0.58264464,0.55785125,0.553719,0.5495868,0.58264464,0.57024795,0.59090906,0.61570245,0.60330576,0.59504133,0.57024795,0.59090906,0.59090906,0.59917355,0.6694215,0.7066116,0.6363636,0.58264464,0.5206612,0.47107437,0.44214877,0.446281,0.47107437,0.43801653,0.76859504,0.6735537,0.6363636,0.6983471,0.7768595,0.8057851,0.8016529,0.7892562,0.78099173,0.7892562,0.79752064,0.80991733,0.80991733,0.7644628,0.71487606,0.61570245,0.5041322,0.4752066,0.4338843,0.41322315,0.38842976,0.38016528,0.38429752,0.45867768,0.49173555,0.53305787,0.75619835,0.7107438,0.69008267,0.6859504,0.6528926,0.6528926,0.6404959,0.58677685,0.57438016,0.56198347,0.49586776,0.42975205,0.41322315,0.3966942,0.4090909,0.38842976,0.338843,0.3553719,0.3966942,0.4090909,0.43801653,0.4752066,0.49173555,0.5206612,0.5371901,0.55785125,0.5785124,0.59090906,0.59504133,0.607438,0.61157024,0.60330576,0.56198347,0.5165289,0.48347107,0.46694216,0.47933885,0.45041323,0.7644628,0.70247936,0.7107438,0.7768595,0.822314,0.8347107,0.80991733,0.7644628,0.76859504,0.79752064,0.7933884,0.76033056,0.6818182,0.6280992,0.57438016,0.45041323,0.3553719,0.338843,0.338843,0.35123968,0.38016528,0.38842976,0.46280992,0.5165289,0.59090906,0.59504133,0.72727275,0.7107438,0.73966944,0.6652893,0.6280992,0.6404959,0.62396693,0.607438,0.5495868,0.56198347,0.5247934,0.41735536,0.45867768,0.5206612,0.49586776,0.45041323,0.38429752,0.36363637,0.44214877,0.39256197,0.28099173,0.2644628,0.2768595,0.3305785,0.38842976,0.4338843,0.5082645,0.5785124,0.607438,0.553719,0.5289256,0.58264464,0.6198347,0.59090906,0.5289256,0.5,0.5082645,0.48347107,0.8016529,0.7933884,0.8016529,0.8305785,0.838843,0.8429752,0.8140496,0.74380165,0.6859504,0.62396693,0.58677685,0.47933885,0.38842976,0.38429752,0.37603307,0.38842976,0.3305785,0.37190083,0.40082645,0.4338843,0.49586776,0.48347107,0.58677685,0.607438,0.59917355,0.6735537,0.6983471,0.75206614,0.73966944,0.6818182,0.6363636,0.6487603,0.6280992,0.6198347,0.553719,0.553719,0.55785125,0.446281,0.47107437,0.553719,0.56198347,0.5371901,0.5,0.4752066,0.46694216,0.4876033,0.4338843,0.34710744,0.2892562,0.27272728,0.29752067,0.30578512,0.338843,0.41735536,0.4876033,0.5289256,0.5495868,0.59917355,0.6570248,0.6487603,0.59504133,0.553719,0.5413223,0.5082645,0.822314,0.8347107,0.8429752,0.8595041,0.8553719,0.8347107,0.78512394,0.6859504,0.553719,0.45041323,0.38842976,0.39256197,0.40082645,0.3966942,0.37603307,0.5247934,0.46694216,0.49586776,0.5082645,0.55785125,0.58264464,0.58264464,0.6570248,0.6735537,0.6570248,0.72727275,0.7066116,0.72727275,0.7355372,0.70247936,0.6404959,0.61157024,0.61157024,0.62396693,0.5785124,0.54545456,0.58264464,0.5165289,0.4876033,0.5413223,0.59090906,0.59504133,0.57438016,0.57438016,0.5413223,0.5289256,0.4752066,0.4214876,0.38842976,0.36363637,0.35950413,0.32231405,0.29338843,0.30165288,0.3553719,0.446281,0.5165289,0.59917355,0.6735537,0.6942149,0.6735537,0.6487603,0.61570245,0.54545456,0.838843,0.8471074,0.8553719,0.8636364,0.8595041,0.8347107,0.79752064,0.74380165,0.6280992,0.59504133,0.5785124,0.607438,0.661157,0.57024795,0.5785124,0.6652893,0.6198347,0.6280992,0.6198347,0.6404959,0.6528926,0.6942149,0.71487606,0.7355372,0.73140496,0.74380165,0.71487606,0.7231405,0.71900827,0.6942149,0.6446281,0.59504133,0.59917355,0.607438,0.5785124,0.54545456,0.58264464,0.58264464,0.5289256,0.5371901,0.607438,0.6446281,0.6322314,0.62396693,0.607438,0.6198347,0.5785124,0.49586776,0.45867768,0.446281,0.44214877,0.4214876,0.41322315,0.41322315,0.4214876,0.4876033,0.553719,0.59504133,0.6652893,0.7066116,0.6983471,0.6859504,0.6446281,0.58264464,0.838843,0.8471074,0.8553719,0.8636364,0.8429752,0.8347107,0.8429752,0.8264463,0.78099173,0.76033056,0.74380165,0.75619835,0.7768595,0.6859504,0.677686,0.77272725,0.74380165,0.7107438,0.6818182,0.7107438,0.71900827,0.75206614,0.76033056,0.7768595,0.76033056,0.75206614,0.71900827,0.7355372,0.71900827,0.71487606,0.6570248,0.61570245,0.61570245,0.59917355,0.57024795,0.5495868,0.57438016,0.60330576,0.57438016,0.56198347,0.61570245,0.6652893,0.6859504,0.6818182,0.6528926,0.6487603,0.6446281,0.59917355,0.5785124,0.5785124,0.56198347,0.5495868,0.553719,0.57438016,0.5661157,0.607438,0.6528926,0.6487603,0.69008267,0.7107438,0.7107438,0.6859504,0.6570248,0.60330576,0.8429752,0.8512397,0.8595041,0.8553719,0.838843,0.838843,0.8512397,0.8553719,0.8471074,0.8181818,0.8140496,0.7933884,0.7768595,0.74793386,0.74380165,0.78512394,0.77272725,0.74793386,0.7355372,0.76859504,0.76859504,0.7768595,0.7892562,0.7892562,0.7768595,0.74793386,0.72727275,0.74793386,0.73140496,0.7231405,0.661157,0.6322314,0.6198347,0.59504133,0.57438016,0.57438016,0.58677685,0.60330576,0.59504133,0.59917355,0.62396693,0.6570248,0.6942149,0.69008267,0.6694215,0.6694215,0.6652893,0.6404959,0.6322314,0.6363636,0.6198347,0.62396693,0.6446281,0.661157,0.661157,0.661157,0.6983471,0.6818182,0.69008267,0.7107438,0.71900827,0.7066116,0.6735537,0.61570245,0.8512397,0.8553719,0.8595041,0.8471074,0.838843,0.8429752,0.8471074,0.8512397,0.8512397,0.8347107,0.8264463,0.80991733,0.80991733,0.7644628,0.7768595,0.7892562,0.7933884,0.7768595,0.7768595,0.78512394,0.7892562,0.79752064,0.80991733,0.7933884,0.78099173,0.75619835,0.73140496,0.75206614,0.75206614,0.72727275,0.6570248,0.6198347,0.61570245,0.59090906,0.5785124,0.59504133,0.61157024,0.61570245,0.61157024,0.6198347,0.6404959,0.6652893,0.6859504,0.70247936,0.6983471,0.6735537,0.6570248,0.6570248,0.6487603,0.6528926,0.6322314,0.6404959,0.677686,0.70247936,0.7107438,0.6983471,0.70247936,0.6859504,0.6942149,0.6942149,0.7231405,0.7107438,0.6859504,0.62396693,0.8512397,0.8429752,0.8553719,0.8471074,0.8471074,0.8512397,0.8512397,0.8471074,0.8429752,0.8347107,0.822314,0.8140496,0.8140496,0.7892562,0.7933884,0.8016529,0.80991733,0.7933884,0.7892562,0.78512394,0.79752064,0.80991733,0.8181818,0.8016529,0.78512394,0.75206614,0.73966944,0.73966944,0.78099173,0.75206614,0.6694215,0.6363636,0.6198347,0.5785124,0.57438016,0.59504133,0.61570245,0.6322314,0.6363636,0.6404959,0.6570248,0.6694215,0.6735537,0.6942149,0.70247936,0.6818182,0.6652893,0.6859504,0.661157,0.6652893,0.6570248,0.6570248,0.6818182,0.70247936,0.73140496,0.73140496,0.7066116,0.6818182,0.7066116,0.7107438,0.73966944,0.7066116,0.6818182,0.6280992,0.838843,0.8471074,0.8512397,0.8471074,0.8512397,0.8553719,0.8512397,0.838843,0.838843,0.8347107,0.822314,0.8181818,0.822314,0.8181818,0.8016529,0.80991733,0.80991733,0.7892562,0.78512394,0.7892562,0.8057851,0.8140496,0.8181818,0.8140496,0.7933884,0.74380165,0.7355372,0.75619835,0.79752064,0.8057851,0.6942149,0.6446281,0.6363636,0.58264464,0.57024795,0.5785124,0.59917355,0.6404959,0.6528926,0.661157,0.677686,0.69008267,0.69008267,0.6818182,0.6818182,0.6652893,0.6942149,0.69008267,0.6818182,0.6818182,0.6859504,0.6859504,0.6818182,0.70247936,0.71900827,0.7355372,0.7107438,0.6942149,0.7066116,0.7231405,0.73140496,0.6983471,0.6694215,0.6322314,0.8264463,0.838843,0.8471074,0.8471074,0.8512397,0.8471074,0.8471074,0.838843,0.838843,0.838843,0.8264463,0.8140496,0.822314,0.822314,0.822314,0.8181818,0.7933884,0.7892562,0.79752064,0.79752064,0.8140496,0.8264463,0.822314,0.8181818,0.78512394,0.73140496,0.72727275,0.75619835,0.8140496,0.8181818,0.70247936,0.6322314,0.6363636,0.59504133,0.57438016,0.57024795,0.58677685,0.6446281,0.661157,0.6735537,0.6983471,0.7107438,0.71487606,0.7066116,0.6859504,0.677686,0.6983471,0.677686,0.6859504,0.69008267,0.6983471,0.6983471,0.6859504,0.7107438,0.71487606,0.7231405,0.6942149,0.6983471,0.7066116,0.71900827,0.73140496,0.6983471,0.6487603,0.6322314,0.8140496,0.8347107,0.8512397,0.8512397,0.8553719,0.8429752,0.8471074,0.8429752,0.838843,0.8347107,0.8305785,0.80991733,0.8181818,0.822314,0.8140496,0.8057851,0.8016529,0.8016529,0.8057851,0.80991733,0.822314,0.838843,0.8347107,0.8264463,0.77272725,0.7355372,0.72727275,0.71900827,0.7768595,0.7933884,0.7066116,0.6280992,0.62396693,0.60330576,0.58677685,0.57438016,0.57438016,0.6363636,0.6652893,0.677686,0.7066116,0.71900827,0.7066116,0.71900827,0.6942149,0.7066116,0.69008267,0.6735537,0.69008267,0.6818182,0.6859504,0.69008267,0.70247936,0.7066116,0.7107438,0.7107438,0.6942149,0.71487606,0.71487606,0.72727275,0.71487606,0.6735537,0.6487603,0.6322314,0.8140496,0.8347107,0.8553719,0.8553719,0.8512397,0.8429752,0.8429752,0.8471074,0.838843,0.8347107,0.838843,0.80991733,0.8181818,0.8264463,0.80991733,0.80991733,0.8140496,0.8140496,0.8140496,0.8181818,0.8347107,0.8471074,0.8471074,0.8181818,0.76033056,0.73966944,0.7355372,0.70247936,0.7107438,0.71487606,0.6859504,0.6322314,0.6198347,0.59917355,0.59917355,0.58677685,0.56198347,0.6198347,0.661157,0.6859504,0.71487606,0.7107438,0.6983471,0.73140496,0.7355372,0.71487606,0.7107438,0.6859504,0.6983471,0.6983471,0.6735537,0.6818182,0.7107438,0.7107438,0.70247936,0.7066116,0.7066116,0.7355372,0.74380165,0.7355372,0.6983471,0.6694215,0.62396693,0.62396693,0.8140496,0.8305785,0.8512397,0.8595041,0.8553719,0.8471074,0.8471074,0.8471074,0.838843,0.8347107,0.838843,0.8140496,0.8140496,0.822314,0.8057851,0.8140496,0.8181818,0.8181818,0.822314,0.8264463,0.8347107,0.8512397,0.8429752,0.7933884,0.75206614,0.75206614,0.73966944,0.7355372,0.76859504,0.71487606,0.6735537,0.6570248,0.62396693,0.59917355,0.607438,0.59090906,0.56198347,0.59090906,0.6446281,0.69008267,0.71900827,0.69008267,0.7066116,0.72727275,0.73966944,0.7231405,0.7107438,0.71487606,0.69008267,0.70247936,0.6818182,0.6942149,0.7107438,0.71900827,0.7066116,0.7066116,0.72727275,0.74380165,0.75619835,0.75206614,0.70247936,0.6570248,0.6198347,0.59090906,0.8057851,0.8305785,0.8512397,0.8553719,0.8512397,0.8429752,0.8471074,0.8471074,0.838843,0.8305785,0.8347107,0.8264463,0.822314,0.822314,0.8181818,0.8305785,0.8264463,0.822314,0.8181818,0.822314,0.8305785,0.8305785,0.8140496,0.77272725,0.75619835,0.7892562,0.77272725,0.7892562,0.8181818,0.73140496,0.74380165,0.71487606,0.6280992,0.6404959,0.6652893,0.60330576,0.56198347,0.5785124,0.62396693,0.6859504,0.7066116,0.6859504,0.7066116,0.7107438,0.71900827,0.73140496,0.7231405,0.71900827,0.6983471,0.7107438,0.6942149,0.6983471,0.7107438,0.71487606,0.71487606,0.7066116,0.71487606,0.71900827,0.7355372,0.7355372,0.6942149,0.6487603,0.60330576,0.5785124,0.8140496,0.8305785,0.8471074,0.8512397,0.8512397,0.8471074,0.8429752,0.8429752,0.838843,0.8347107,0.8347107,0.8347107,0.8264463,0.8264463,0.8305785,0.838843,0.8347107,0.8305785,0.8264463,0.822314,0.80991733,0.7892562,0.78512394,0.76859504,0.7644628,0.8264463,0.79752064,0.7644628,0.74793386,0.69008267,0.73966944,0.7066116,0.6363636,0.6528926,0.8264463,0.6528926,0.5495868,0.57024795,0.60330576,0.6363636,0.6652893,0.677686,0.6983471,0.7066116,0.71900827,0.73140496,0.71900827,0.71900827,0.69008267,0.70247936,0.69008267,0.6859504,0.6942149,0.7107438,0.7066116,0.7107438,0.7066116,0.70247936,0.72727275,0.7355372,0.69008267,0.6322314,0.59917355,0.5495868,0.8181818,0.8264463,0.8347107,0.8471074,0.8553719,0.8512397,0.8429752,0.8347107,0.8347107,0.838843,0.8305785,0.8305785,0.8347107,0.8264463,0.8347107,0.838843,0.8264463,0.8305785,0.8264463,0.8057851,0.78099173,0.74380165,0.78099173,0.76033056,0.73140496,0.78512394,0.7644628,0.677686,0.6404959,0.61157024,0.6570248,0.61570245,0.59504133,0.58264464,0.76859504,0.62396693,0.55785125,0.55785125,0.58677685,0.57438016,0.6280992,0.6735537,0.6735537,0.7066116,0.71487606,0.72727275,0.73140496,0.74380165,0.70247936,0.69008267,0.70247936,0.6735537,0.6818182,0.70247936,0.6942149,0.6983471,0.7066116,0.7066116,0.7107438,0.7107438,0.6735537,0.61570245,0.59504133,0.53305787,0.8181818,0.838843,0.8347107,0.8471074,0.8512397,0.8429752,0.838843,0.838843,0.8347107,0.8347107,0.8347107,0.8347107,0.8347107,0.8264463,0.8264463,0.8305785,0.822314,0.8181818,0.8140496,0.77272725,0.73966944,0.73140496,0.8057851,0.7355372,0.6818182,0.73140496,0.71487606,0.59090906,0.5289256,0.5165289,0.58677685,0.56198347,0.5123967,0.53305787,0.5123967,0.5082645,0.5247934,0.5495868,0.59090906,0.54545456,0.607438,0.6652893,0.6652893,0.70247936,0.70247936,0.70247936,0.72727275,0.7231405,0.7066116,0.6942149,0.7107438,0.677686,0.6735537,0.70247936,0.69008267,0.6818182,0.6942149,0.70247936,0.70247936,0.6942149,0.6652893,0.61570245,0.59504133,0.5165289,0.80991733,0.8347107,0.8347107,0.8429752,0.8429752,0.8347107,0.8347107,0.8429752,0.8429752,0.8429752,0.8347107,0.8347107,0.8305785,0.8305785,0.822314,0.8264463,0.8264463,0.79752064,0.7768595,0.73140496,0.6652893,0.75206614,0.8057851,0.677686,0.5082645,0.6735537,0.71900827,0.56198347,0.45867768,0.4214876,0.46280992,0.45454547,0.44214877,0.43801653,0.446281,0.45454547,0.47107437,0.5289256,0.59090906,0.5041322,0.5785124,0.6446281,0.6694215,0.69008267,0.70247936,0.70247936,0.7231405,0.72727275,0.6942149,0.6859504,0.7066116,0.6983471,0.6818182,0.6942149,0.6859504,0.6735537,0.677686,0.6818182,0.6983471,0.677686,0.6322314,0.59917355,0.5785124,0.47107437,0.822314,0.8305785,0.8264463,0.8181818,0.8347107,0.8347107,0.8347107,0.8429752,0.8471074,0.8512397,0.8429752,0.8347107,0.8264463,0.8305785,0.8181818,0.8264463,0.8140496,0.77272725,0.73966944,0.6942149,0.6487603,0.76859504,0.74793386,0.56198347,0.28512397,0.38016528,0.7066116,0.55785125,0.3966942,0.3264463,0.35950413,0.34710744,0.40495867,0.37603307,0.30165288,0.33471075,0.39256197,0.49173555,0.55785125,0.44214877,0.53305787,0.6280992,0.661157,0.6859504,0.7107438,0.71900827,0.71487606,0.71900827,0.71900827,0.70247936,0.70247936,0.6983471,0.6818182,0.6818182,0.6694215,0.6694215,0.6694215,0.6528926,0.661157,0.6570248,0.6198347,0.59090906,0.57438016,0.46694216,0.822314,0.8181818,0.80991733,0.79752064,0.8181818,0.8305785,0.838843,0.8429752,0.8429752,0.8471074,0.8429752,0.8305785,0.8181818,0.8264463,0.80991733,0.8140496,0.78512394,0.70247936,0.69008267,0.6570248,0.6818182,0.79752064,0.7231405,0.5041322,0.2768595,0.30991736,0.6694215,0.59917355,0.42561984,0.29752067,0.3264463,0.4090909,0.35123968,0.24793388,0.13636364,0.12396694,0.25619835,0.45041323,0.5041322,0.37603307,0.48347107,0.6198347,0.6487603,0.6735537,0.6983471,0.7107438,0.71487606,0.71900827,0.71900827,0.7107438,0.70247936,0.6942149,0.69008267,0.677686,0.661157,0.6652893,0.6694215,0.6446281,0.6404959,0.6198347,0.607438,0.59504133,0.553719,0.44214877,0.79752064,0.7933884,0.79752064,0.8016529,0.8181818,0.8347107,0.8347107,0.8429752,0.8429752,0.8429752,0.8429752,0.8305785,0.8305785,0.8140496,0.8140496,0.8016529,0.76859504,0.7231405,0.6735537,0.71487606,0.74793386,0.8016529,0.73966944,0.60330576,0.46694216,0.5495868,0.62396693,0.56198347,0.5082645,0.36363637,0.35123968,0.37190083,0.3181818,0.40082645,0.42975205,0.27272728,0.2603306,0.42975205,0.4752066,0.36363637,0.44214877,0.59504133,0.6446281,0.6694215,0.6859504,0.6983471,0.70247936,0.70247936,0.7107438,0.7066116,0.6983471,0.6859504,0.6818182,0.6818182,0.6694215,0.6694215,0.6652893,0.6404959,0.6487603,0.58264464,0.59090906,0.58264464,0.5495868,0.44214877,0.76859504,0.78099173,0.7892562,0.79752064,0.822314,0.8181818,0.8264463,0.8512397,0.8471074,0.8471074,0.8429752,0.8264463,0.8305785,0.80991733,0.8057851,0.7644628,0.7355372,0.6859504,0.7107438,0.7768595,0.7892562,0.8140496,0.75206614,0.6983471,0.6280992,0.6446281,0.553719,0.48347107,0.47107437,0.38429752,0.3264463,0.28512397,0.2768595,0.3429752,0.45867768,0.45454547,0.45867768,0.5041322,0.5082645,0.42975205,0.45041323,0.5785124,0.6487603,0.6694215,0.677686,0.69008267,0.6983471,0.6942149,0.69008267,0.69008267,0.6818182,0.6859504,0.6859504,0.6735537,0.661157,0.661157,0.677686,0.62396693,0.6280992,0.57024795,0.57438016,0.5785124,0.553719,0.41735536,0.7231405,0.76033056,0.75619835,0.78099173,0.80991733,0.8264463,0.8264463,0.838843,0.8471074,0.8471074,0.8347107,0.822314,0.8140496,0.8057851,0.7892562,0.74793386,0.73140496,0.73140496,0.7644628,0.8057851,0.8016529,0.8057851,0.7892562,0.7355372,0.61157024,0.58264464,0.5413223,0.446281,0.39256197,0.3264463,0.2892562,0.27272728,0.29338843,0.3429752,0.37603307,0.42975205,0.45867768,0.4876033,0.5206612,0.5041322,0.5206612,0.59504133,0.6487603,0.6652893,0.6735537,0.6735537,0.6818182,0.6818182,0.6942149,0.69008267,0.677686,0.677686,0.6735537,0.677686,0.6528926,0.6322314,0.677686,0.6280992,0.607438,0.5785124,0.5661157,0.5785124,0.5495868,0.3966942,0.6735537,0.7933884,0.78512394,0.78512394,0.8140496,0.8181818,0.838843,0.8347107,0.8471074,0.8512397,0.8305785,0.8181818,0.7933884,0.79752064,0.77272725,0.73140496,0.7355372,0.76859504,0.7892562,0.8057851,0.79752064,0.76859504,0.75206614,0.6735537,0.5247934,0.5082645,0.5206612,0.44214877,0.38842976,0.30991736,0.2768595,0.32231405,0.36363637,0.37603307,0.3553719,0.36363637,0.38016528,0.41322315,0.5041322,0.553719,0.59090906,0.6363636,0.6528926,0.661157,0.6652893,0.6570248,0.6528926,0.6652893,0.6694215,0.6694215,0.6652893,0.6735537,0.661157,0.6694215,0.6487603,0.61570245,0.6694215,0.6487603,0.60330576,0.59504133,0.55785125,0.57024795,0.5247934,0.37190083,0.73140496,0.75619835,0.72727275,0.76033056,0.80991733,0.8140496,0.8347107,0.8429752,0.8471074,0.8512397,0.8264463,0.80991733,0.78099173,0.78099173,0.7644628,0.74380165,0.75206614,0.7768595,0.7933884,0.8057851,0.7644628,0.6942149,0.6322314,0.5289256,0.43801653,0.45454547,0.48347107,0.44214877,0.3966942,0.3305785,0.3264463,0.38842976,0.40495867,0.3966942,0.338843,0.3181818,0.338843,0.3429752,0.46694216,0.57438016,0.62396693,0.661157,0.6694215,0.6570248,0.6528926,0.6528926,0.6446281,0.6487603,0.6528926,0.6735537,0.6570248,0.6528926,0.661157,0.6487603,0.6404959,0.6404959,0.6487603,0.6652893,0.59504133,0.59090906,0.57438016,0.5785124,0.45041323,0.3677686,0.72727275,0.8016529,0.73140496,0.7644628,0.822314,0.8264463,0.8347107,0.8429752,0.8471074,0.838843,0.822314,0.8057851,0.7768595,0.7644628,0.7644628,0.75619835,0.76859504,0.78099173,0.75619835,0.7107438,0.6735537,0.607438,0.5,0.4338843,0.4090909,0.42975205,0.47933885,0.45041323,0.3677686,0.3181818,0.35123968,0.39256197,0.41735536,0.41735536,0.37190083,0.32231405,0.3305785,0.29752067,0.41735536,0.5371901,0.60330576,0.6446281,0.6735537,0.6652893,0.6570248,0.6487603,0.6404959,0.6363636,0.6404959,0.6528926,0.6404959,0.6198347,0.6487603,0.6280992,0.6280992,0.6528926,0.6322314,0.6363636,0.60330576,0.5661157,0.57438016,0.54545456,0.41735536,0.30991736,0.6983471,0.77272725,0.75206614,0.7933884,0.8264463,0.8471074,0.822314,0.8347107,0.8429752,0.8181818,0.8140496,0.8016529,0.78099173,0.76859504,0.77272725,0.76859504,0.74380165,0.7355372,0.661157,0.55785125,0.56198347,0.5247934,0.41735536,0.38016528,0.38842976,0.42561984,0.4752066,0.45454547,0.338843,0.2768595,0.35950413,0.36363637,0.3677686,0.41322315,0.38842976,0.3140496,0.28512397,0.29752067,0.3553719,0.4338843,0.5206612,0.57024795,0.6322314,0.661157,0.6694215,0.661157,0.6487603,0.6322314,0.6363636,0.62396693,0.6570248,0.61157024,0.6363636,0.6363636,0.6280992,0.6404959,0.6280992,0.58264464,0.59504133,0.553719,0.5289256,0.4876033,0.40495867,0.29752067,0.677686,0.75206614,0.76033056,0.7933884,0.8181818,0.8471074,0.8181818,0.8305785,0.8347107,0.8057851,0.8016529,0.8016529,0.7892562,0.7768595,0.7892562,0.76033056,0.7066116,0.6322314,0.5413223,0.48347107,0.45041323,0.446281,0.42975205,0.4090909,0.37603307,0.42561984,0.47107437,0.44214877,0.3264463,0.29338843,0.4338843,0.37190083,0.38842976,0.4090909,0.3553719,0.3677686,0.35950413,0.30165288,0.338843,0.35950413,0.40082645,0.46694216,0.5371901,0.58677685,0.6487603,0.6735537,0.661157,0.6363636,0.62396693,0.62396693,0.6363636,0.6322314,0.6363636,0.6487603,0.6404959,0.6487603,0.6280992,0.5495868,0.57438016,0.5413223,0.4876033,0.43801653,0.35123968,0.29338843,0.61570245,0.73966944,0.75206614,0.74380165,0.7933884,0.8347107,0.838843,0.838843,0.8429752,0.8181818,0.8016529,0.8016529,0.7933884,0.78512394,0.76033056,0.6942149,0.607438,0.5165289,0.46694216,0.446281,0.4214876,0.43801653,0.45867768,0.45454547,0.40495867,0.46694216,0.48347107,0.45454547,0.40495867,0.45867768,0.5206612,0.45041323,0.446281,0.41735536,0.38842976,0.35950413,0.40082645,0.30578512,0.33471075,0.35123968,0.35123968,0.38842976,0.43801653,0.4876033,0.5661157,0.6570248,0.6487603,0.677686,0.6570248,0.6363636,0.6198347,0.6280992,0.6322314,0.6652893,0.661157,0.6404959,0.61570245,0.5247934,0.5413223,0.5371901,0.4876033,0.4338843,0.3140496,0.27272728,0.60330576,0.6859504,0.6983471,0.73140496,0.7933884,0.8264463,0.8305785,0.838843,0.8429752,0.8264463,0.8140496,0.79752064,0.7768595,0.75206614,0.661157,0.5371901,0.49586776,0.48347107,0.48347107,0.46280992,0.44214877,0.45041323,0.5041322,0.4876033,0.44214877,0.5123967,0.5041322,0.49173555,0.5206612,0.6363636,0.61570245,0.56198347,0.48347107,0.41322315,0.35950413,0.42561984,0.35123968,0.3305785,0.3553719,0.35950413,0.35123968,0.36363637,0.37190083,0.446281,0.4876033,0.58264464,0.6198347,0.6735537,0.6859504,0.661157,0.6322314,0.6363636,0.6363636,0.6735537,0.6652893,0.6363636,0.59917355,0.5206612,0.5082645,0.5123967,0.48347107,0.4214876,0.3181818,0.26859504,0.61157024,0.6652893,0.6652893,0.71900827,0.7768595,0.79752064,0.8181818,0.8305785,0.838843,0.8347107,0.8264463,0.8016529,0.74793386,0.677686,0.553719,0.4338843,0.4214876,0.446281,0.45454547,0.45867768,0.45041323,0.5123967,0.5661157,0.48347107,0.41735536,0.49586776,0.4752066,0.4752066,0.5289256,0.607438,0.59917355,0.49173555,0.45041323,0.38016528,0.34710744,0.34710744,0.3305785,0.3966942,0.39256197,0.37190083,0.3677686,0.3429752,0.36363637,0.38429752,0.4338843,0.48347107,0.55785125,0.62396693,0.677686,0.677686,0.6404959,0.6570248,0.6487603,0.6735537,0.6528926,0.6363636,0.59504133,0.5371901,0.5041322,0.46280992,0.43801653,0.37190083,0.30991736,0.24793388,0.5495868,0.6198347,0.6528926,0.70247936,0.75619835,0.76859504,0.8016529,0.8181818,0.822314,0.8347107,0.8264463,0.8016529,0.7231405,0.6198347,0.47107437,0.39256197,0.41735536,0.44214877,0.45867768,0.48347107,0.45454547,0.59090906,0.59504133,0.49173555,0.35950413,0.40495867,0.4214876,0.41735536,0.46694216,0.5082645,0.48347107,0.38016528,0.37603307,0.32231405,0.29338843,0.2892562,0.3140496,0.37190083,0.4090909,0.338843,0.4214876,0.30991736,0.3264463,0.30991736,0.34710744,0.40495867,0.49173555,0.5661157,0.6280992,0.6694215,0.6570248,0.6652893,0.677686,0.6735537,0.6404959,0.6404959,0.59090906,0.53305787,0.4752066,0.42975205,0.40495867,0.34710744,0.29752067,0.22727273,0.5413223,0.60330576,0.6694215,0.7107438,0.77272725,0.7768595,0.7892562,0.8016529,0.8181818,0.8305785,0.80991733,0.7892562,0.7107438,0.553719,0.38429752,0.38429752,0.48347107,0.5,0.56198347,0.57024795,0.46694216,0.5495868,0.49586776,0.4090909,0.3140496,0.28512397,0.3140496,0.3553719,0.41735536,0.45041323,0.38016528,0.3305785,0.30165288,0.2644628,0.23553719,0.25619835,0.26859504,0.29338843,0.3181818,0.30991736,0.40495867,0.33471075,0.25619835,0.27272728,0.30991736,0.35123968,0.42561984,0.53305787,0.59917355,0.6570248,0.6694215,0.6570248,0.6570248,0.6570248,0.6322314,0.61570245,0.56198347,0.5247934,0.44214877,0.40495867,0.4090909,0.338843,0.2768595,0.21487603,0.5165289,0.5785124,0.661157,0.69008267,0.72727275,0.78099173,0.78099173,0.8057851,0.80991733,0.8181818,0.8016529,0.7644628,0.7107438,0.4752066,0.3966942,0.42561984,0.5,0.54545456,0.59090906,0.5661157,0.4338843,0.42561984,0.37190083,0.26859504,0.23553719,0.1694215,0.2644628,0.35123968,0.38016528,0.38842976,0.28512397,0.28099173,0.2768595,0.23140496,0.21900827,0.19008264,0.22727273,0.2520661,0.24380165,0.2603306,0.32231405,0.30578512,0.24793388,0.2644628,0.3181818,0.34710744,0.38429752,0.4876033,0.57024795,0.6487603,0.6818182,0.6570248,0.6322314,0.6280992,0.60330576,0.56198347,0.53305787,0.5165289,0.45454547,0.4090909,0.40082645,0.3264463,0.24380165,0.2231405,0.49173555,0.56198347,0.6446281,0.6983471,0.72727275,0.7644628,0.73140496,0.7933884,0.80991733,0.8016529,0.8140496,0.73966944,0.7066116,0.47933885,0.43801653,0.4752066,0.47107437,0.45867768,0.41735536,0.38016528,0.35123968,0.34710744,0.32231405,0.16528925,0.21487603,0.15289256,0.45454547,0.47107437,0.44214877,0.40495867,0.27272728,0.3140496,0.3181818,0.30165288,0.30578512,0.1983471,0.19008264,0.24380165,0.2231405,0.20661157,0.2231405,0.23966943,0.2892562,0.30165288,0.3429752,0.36363637,0.36363637,0.41735536,0.5165289,0.6198347,0.6694215,0.6487603,0.60330576,0.58264464,0.5785124,0.5413223,0.49586776,0.48347107,0.47107437,0.45041323,0.37603307,0.2892562,0.2107438,0.1983471,0.46694216,0.59917355,0.677686,0.6570248,0.71487606,0.76033056,0.74380165,0.76859504,0.79752064,0.79752064,0.80991733,0.72727275,0.7066116,0.5413223,0.4338843,0.5041322,0.42975205,0.42975205,0.38842976,0.338843,0.37190083,0.39256197,0.35950413,0.20661157,0.2644628,0.23553719,0.6363636,0.61157024,0.5785124,0.5165289,0.34710744,0.4090909,0.41322315,0.3966942,0.4090909,0.29752067,0.23966943,0.21487603,0.24380165,0.24380165,0.23140496,0.26859504,0.338843,0.3553719,0.38429752,0.38429752,0.36363637,0.38016528,0.47933885,0.60330576,0.6446281,0.6363636,0.59917355,0.57438016,0.5661157,0.5289256,0.47107437,0.45454547,0.46280992,0.45867768,0.37190083,0.2768595,0.21487603,0.1694215,0.42561984,0.59504133,0.71487606,0.61157024,0.73966944,0.6859504,0.73966944,0.73966944,0.74793386,0.7892562,0.7892562,0.71900827,0.70247936,0.57438016,0.47107437,0.5247934,0.47933885,0.55785125,0.61570245,0.607438,0.58264464,0.61570245,0.61157024,0.5247934,0.42561984,0.35950413,0.57024795,0.6198347,0.6280992,0.60330576,0.45867768,0.46280992,0.47107437,0.45454547,0.46280992,0.40082645,0.41322315,0.45454547,0.45454547,0.446281,0.45041323,0.46694216,0.45867768,0.41735536,0.41322315,0.3966942,0.38016528,0.38429752,0.42975205,0.5661157,0.6322314,0.61157024,0.5661157,0.5661157,0.53305787,0.5247934,0.45041323,0.44214877,0.45867768,0.4214876,0.38842976,0.27272728,0.21900827,0.18595041,0.40082645,0.5785124,0.677686,0.6363636,0.76859504,0.6570248,0.72727275,0.73140496,0.6942149,0.7644628,0.7892562,0.6859504,0.6983471,0.5661157,0.5082645,0.5495868,0.553719,0.6735537,0.7231405,0.7231405,0.6735537,0.6528926,0.6735537,0.6570248,0.58677685,0.5247934,0.49173555,0.5165289,0.56198347,0.55785125,0.5,0.5041322,0.5082645,0.5,0.49173555,0.47107437,0.5082645,0.5289256,0.5206612,0.5206612,0.5413223,0.5413223,0.5123967,0.47933885,0.446281,0.41322315,0.4090909,0.40495867,0.41735536,0.5289256,0.6198347,0.57438016,0.5206612,0.53305787,0.5165289,0.49586776,0.4338843,0.4214876,0.45867768,0.37603307,0.38016528,0.25619835,0.20247933,0.17355372,0.38842976,0.54545456,0.62396693,0.6694215,0.7107438,0.6280992,0.72727275,0.71900827,0.6818182,0.74380165,0.75619835,0.6818182,0.6942149,0.54545456,0.5165289,0.56198347,0.59917355,0.71900827,0.74380165,0.71900827,0.6942149,0.6652893,0.6859504,0.677686,0.661157,0.6404959,0.59504133,0.5661157,0.553719,0.5371901,0.5247934,0.54545456,0.54545456,0.5289256,0.5206612,0.5165289,0.5371901,0.55785125,0.553719,0.56198347,0.57438016,0.55785125,0.5123967,0.5,0.48347107,0.4338843,0.4214876,0.44214877,0.46280992,0.5041322,0.59504133,0.56198347,0.5,0.5165289,0.49173555,0.4752066,0.41322315,0.41322315,0.49586776,0.37190083,0.32231405,0.22727273,0.19421488,0.16115703,0.35950413,0.46280992,0.59090906,0.6818182,0.61570245,0.7107438,0.70247936,0.7066116,0.677686,0.7231405,0.70247936,0.6983471,0.6735537,0.55785125,0.5495868,0.61157024,0.6694215,0.73140496,0.71900827,0.70247936,0.661157,0.6528926,0.69008267,0.6735537,0.6694215,0.6652893,0.6528926,0.6322314,0.60330576,0.58264464,0.57024795,0.57024795,0.553719,0.5289256,0.5371901,0.5495868,0.553719,0.56198347,0.5661157,0.553719,0.5495868,0.55785125,0.5371901,0.5165289,0.5247934,0.46280992,0.4090909,0.42975205,0.48347107,0.5123967,0.5785124,0.5371901,0.5206612,0.5123967,0.5123967,0.5082645,0.45041323,0.43801653,0.47107437,0.3966942,0.24793388,0.19008264,0.19008264,0.14876033,0.3264463,0.38842976,0.5495868,0.6487603,0.607438,0.6694215,0.69008267,0.70247936,0.661157,0.6983471,0.6859504,0.661157,0.6487603,0.60330576,0.61570245,0.6446281,0.70247936,0.73966944,0.6983471,0.6818182,0.6322314,0.59504133,0.661157,0.6404959,0.6322314,0.62396693,0.6198347,0.6198347,0.58677685,0.5661157,0.553719,0.5371901,0.5206612,0.5123967,0.5206612,0.5413223,0.5413223,0.5165289,0.53305787,0.5165289,0.54545456,0.5661157,0.56198347,0.5289256,0.53305787,0.5,0.45041323,0.38016528,0.45867768,0.4876033,0.56198347,0.5247934,0.5206612,0.45041323,0.5247934,0.5289256,0.45867768,0.40495867,0.42561984,0.39256197,0.21487603,0.16528925,0.1694215,0.1446281,0.30578512,0.38842976,0.4876033,0.5371901,0.59090906,0.6404959,0.6652893,0.677686,0.6735537,0.69008267,0.6983471,0.6363636,0.6570248,0.6735537,0.6983471,0.69008267,0.7231405,0.74793386,0.6983471,0.6404959,0.55785125,0.56198347,0.6280992,0.61157024,0.58264464,0.5661157,0.553719,0.53305787,0.49586776,0.5041322,0.5,0.446281,0.43801653,0.446281,0.45454547,0.47107437,0.4752066,0.48347107,0.5041322,0.53305787,0.56198347,0.5785124,0.59504133,0.5495868,0.53305787,0.5247934,0.5041322,0.3677686,0.41322315,0.45454547,0.5123967,0.45041323,0.5371901,0.42561984,0.45041323,0.5082645,0.41322315,0.37603307,0.35950413,0.3305785,0.22727273,0.18181819,0.15289256,0.1322314,0.2768595,0.32231405,0.45041323,0.5041322,0.59090906,0.6570248,0.6487603,0.6859504,0.6735537,0.6859504,0.6735537,0.6694215,0.6694215,0.71487606,0.74793386,0.73966944,0.75206614,0.7644628,0.72727275,0.6652893,0.58677685,0.5661157,0.6363636,0.6363636,0.58264464,0.56198347,0.5206612,0.45867768,0.41322315,0.44214877,0.4338843,0.36363637,0.37603307,0.3966942,0.4214876,0.46280992,0.47107437,0.49586776,0.5123967,0.5413223,0.5661157,0.59917355,0.61570245,0.54545456,0.55785125,0.5247934,0.553719,0.4338843,0.37190083,0.4090909,0.4752066,0.42561984,0.5289256,0.43801653,0.48347107,0.39256197,0.38429752,0.3677686,0.33471075,0.26859504,0.2107438,0.19421488,0.14876033,0.11983471,0.25619835,0.2520661,0.40082645,0.49586776,0.58677685,0.6694215,0.6322314,0.6404959,0.6735537,0.69008267,0.6859504,0.6859504,0.677686,0.70247936,0.73140496,0.7355372,0.7355372,0.74793386,0.71900827,0.6528926,0.62396693,0.62396693,0.6570248,0.6528926,0.59504133,0.553719,0.5123967,0.446281,0.37603307,0.3966942,0.38429752,0.3305785,0.38842976,0.41322315,0.4214876,0.45454547,0.46280992,0.48347107,0.49173555,0.5289256,0.57024795,0.59504133,0.5785124,0.553719,0.57438016,0.5165289,0.57024795,0.5206612,0.38429752,0.4214876,0.4338843,0.4214876,0.45454547,0.44214877,0.4090909,0.40082645,0.3264463,0.35950413,0.32231405,0.2603306,0.1983471,0.16528925,0.14049587,0.11157025,0.2603306,0.22727273,0.34710744,0.4752066,0.54545456,0.6528926,0.661157,0.6570248,0.6735537,0.6652893,0.6818182,0.6942149,0.69008267,0.6818182,0.6859504,0.7066116,0.7107438,0.72727275,0.7107438,0.6528926,0.6487603,0.6652893,0.6446281,0.60330576,0.54545456,0.5,0.47107437,0.3966942,0.338843,0.38016528,0.3429752,0.33471075,0.36363637,0.40082645,0.3677686,0.40495867,0.41322315,0.44214877,0.46694216,0.4876033,0.56198347,0.54545456,0.5661157,0.5785124,0.57438016,0.5123967,0.5289256,0.5206612,0.4214876,0.44214877,0.42975205,0.4090909,0.44214877,0.42561984,0.40495867,0.4214876,0.3264463,0.33471075,0.30165288,0.21900827,0.18181819,0.14876033,0.12809917,0.11157025,0.2892562,0.23966943,0.2768595,0.41322315,0.53305787,0.59090906,0.59917355,0.6280992,0.6570248,0.6652893,0.677686,0.69008267,0.7107438,0.69008267,0.6570248,0.677686,0.71900827,0.73140496,0.73140496,0.7066116,0.6818182,0.6404959,0.60330576,0.5495868,0.5165289,0.47107437,0.4338843,0.36363637,0.30991736,0.3553719,0.29338843,0.3305785,0.30991736,0.35123968,0.30165288,0.37603307,0.38842976,0.38429752,0.46280992,0.47933885,0.58264464,0.5,0.56198347,0.55785125,0.5413223,0.45454547,0.45041323,0.4876033,0.42975205,0.4214876,0.43801653,0.40082645,0.38842976,0.41322315,0.37603307,0.3966942,0.3181818,0.3140496,0.27272728,0.19421488,0.16528925,0.14049587,0.11983471,0.11157025,0.29752067,0.2603306,0.22727273,0.3429752,0.5041322,0.553719,0.5785124,0.61570245,0.61157024,0.61157024,0.6528926,0.6818182,0.6983471,0.69008267,0.6570248,0.6570248,0.7066116,0.74380165,0.75206614,0.73140496,0.6983471,0.6528926,0.61570245,0.56198347,0.5041322,0.45454547,0.38016528,0.38842976,0.30578512,0.30578512,0.29752067,0.2644628,0.28099173,0.29752067,0.3140496,0.338843,0.38429752,0.35123968,0.45454547,0.4876033,0.5206612,0.5082645,0.5371901,0.5371901,0.5123967,0.38842976,0.38016528,0.446281,0.4338843,0.4090909,0.41735536,0.4090909,0.35123968,0.41735536,0.36363637,0.37603307,0.30991736,0.2768595,0.24793388,0.1983471,0.1694215,0.1322314,0.12396694,0.11157025,0.32231405,0.28099173,0.20247933,0.28099173,0.44214877,0.5289256,0.6198347,0.6363636,0.6198347,0.61570245,0.59917355,0.6446281,0.6859504,0.6487603,0.6446281,0.661157,0.6942149,0.7644628,0.7644628,0.71900827,0.6942149,0.69008267,0.6487603,0.48347107,0.49173555,0.42975205,0.40082645,0.42975205,0.29338843,0.29752067,0.28512397,0.24380165,0.2644628,0.25619835,0.3305785,0.32231405,0.3677686,0.40082645,0.41735536,0.45454547,0.49173555,0.54545456,0.53305787,0.53305787,0.48347107,0.37603307,0.34710744,0.36363637,0.3966942,0.4090909,0.3966942,0.37603307,0.3181818,0.3677686,0.3429752,0.32231405,0.24380165,0.21487603,0.20661157,0.18181819,0.17355372,0.14049587,0.11983471,0.11570248,10 +0.25619835,0.2644628,0.2603306,0.46694216,0.72727275,0.8140496,0.822314,0.8181818,0.822314,0.822314,0.8140496,0.8140496,0.80991733,0.8016529,0.79752064,0.7933884,0.8016529,0.7933884,0.7768595,0.78512394,0.78099173,0.7768595,0.7768595,0.7644628,0.7644628,0.7355372,0.7231405,0.7231405,0.7107438,0.70247936,0.6983471,0.70247936,0.71900827,0.71900827,0.72727275,0.71487606,0.7231405,0.72727275,0.7355372,0.71487606,0.69008267,0.6859504,0.6818182,0.6942149,0.6859504,0.6818182,0.6859504,0.6818182,0.6694215,0.661157,0.661157,0.661157,0.6694215,0.6570248,0.6694215,0.6859504,0.69008267,0.6818182,0.6570248,0.607438,0.5165289,0.39256197,0.24793388,0.1322314,0.25619835,0.24380165,0.3264463,0.6570248,0.8305785,0.838843,0.8347107,0.8305785,0.822314,0.822314,0.8140496,0.80991733,0.80991733,0.8016529,0.8016529,0.79752064,0.8016529,0.79752064,0.7933884,0.79752064,0.79752064,0.79752064,0.7933884,0.7892562,0.7933884,0.76859504,0.76859504,0.73140496,0.7355372,0.72727275,0.72727275,0.72727275,0.73966944,0.7355372,0.75206614,0.7355372,0.74793386,0.76033056,0.73966944,0.74380165,0.6942149,0.70247936,0.6942149,0.6983471,0.6942149,0.6942149,0.69008267,0.6859504,0.6652893,0.6487603,0.6570248,0.6570248,0.6652893,0.6487603,0.6652893,0.6818182,0.6942149,0.6983471,0.69008267,0.6322314,0.53305787,0.4090909,0.2768595,0.13636364,0.2520661,0.23966943,0.4214876,0.77272725,0.8429752,0.838843,0.8347107,0.8347107,0.822314,0.8181818,0.8140496,0.8057851,0.8016529,0.79752064,0.8016529,0.79752064,0.79752064,0.8016529,0.8057851,0.8057851,0.8057851,0.8181818,0.8140496,0.8057851,0.8181818,0.8181818,0.7892562,0.78512394,0.78512394,0.76859504,0.76033056,0.75206614,0.7644628,0.7644628,0.78099173,0.76859504,0.7768595,0.8016529,0.76859504,0.75619835,0.71487606,0.7107438,0.7107438,0.6983471,0.6859504,0.6818182,0.6735537,0.6487603,0.6446281,0.6446281,0.6322314,0.6404959,0.6404959,0.6280992,0.6404959,0.6528926,0.677686,0.6942149,0.6983471,0.6446281,0.5289256,0.41322315,0.32231405,0.1322314,0.21487603,0.2603306,0.56198347,0.80991733,0.8305785,0.8305785,0.838843,0.8347107,0.822314,0.8057851,0.8057851,0.79752064,0.7892562,0.78512394,0.7933884,0.79752064,0.7933884,0.79752064,0.8057851,0.8140496,0.8140496,0.822314,0.822314,0.8181818,0.8140496,0.822314,0.8140496,0.80991733,0.8057851,0.8016529,0.7892562,0.77272725,0.78512394,0.7933884,0.79752064,0.7768595,0.7768595,0.79752064,0.7644628,0.74380165,0.71900827,0.71487606,0.7107438,0.69008267,0.6694215,0.6446281,0.6404959,0.61157024,0.59504133,0.59917355,0.58677685,0.60330576,0.59504133,0.61570245,0.62396693,0.61157024,0.6487603,0.677686,0.6818182,0.6570248,0.5289256,0.41735536,0.3429752,0.13636364,0.1446281,0.3305785,0.70247936,0.80991733,0.8264463,0.8347107,0.8347107,0.8347107,0.8181818,0.7933884,0.7892562,0.78512394,0.76859504,0.75619835,0.75619835,0.7644628,0.76033056,0.77272725,0.79752064,0.80991733,0.8140496,0.80991733,0.80991733,0.80991733,0.7892562,0.79752064,0.8140496,0.80991733,0.8016529,0.8057851,0.80991733,0.7892562,0.78512394,0.8016529,0.7892562,0.75619835,0.76033056,0.78099173,0.74380165,0.7066116,0.6859504,0.6818182,0.6735537,0.6652893,0.6404959,0.61570245,0.607438,0.58264464,0.553719,0.54545456,0.5413223,0.56198347,0.54545456,0.57024795,0.61157024,0.61570245,0.6198347,0.6528926,0.6528926,0.6570248,0.5206612,0.42561984,0.35950413,0.1446281,0.09917355,0.47933885,0.7768595,0.8057851,0.8264463,0.8305785,0.838843,0.8264463,0.8057851,0.7892562,0.7644628,0.75206614,0.72727275,0.6859504,0.6983471,0.71487606,0.7231405,0.73966944,0.76033056,0.76859504,0.7644628,0.76033056,0.75619835,0.75619835,0.74793386,0.75619835,0.7892562,0.7933884,0.79752064,0.79752064,0.8057851,0.7892562,0.76859504,0.7768595,0.7644628,0.71900827,0.7231405,0.73140496,0.6818182,0.6363636,0.59917355,0.57438016,0.5661157,0.56198347,0.5495868,0.5495868,0.53305787,0.5206612,0.47107437,0.46694216,0.46280992,0.47107437,0.46694216,0.47933885,0.5247934,0.60330576,0.6198347,0.6404959,0.6487603,0.6363636,0.5123967,0.43801653,0.37190083,0.15289256,0.17355372,0.61157024,0.78512394,0.80991733,0.8264463,0.822314,0.8305785,0.8140496,0.78512394,0.78099173,0.7107438,0.6652893,0.59504133,0.58677685,0.59917355,0.6446281,0.6446281,0.6446281,0.6487603,0.6446281,0.61157024,0.59504133,0.607438,0.6322314,0.6570248,0.69008267,0.75206614,0.76859504,0.78512394,0.7933884,0.7892562,0.78099173,0.74793386,0.74793386,0.73140496,0.6983471,0.677686,0.6652893,0.6198347,0.5371901,0.45454547,0.41735536,0.41322315,0.40495867,0.37190083,0.35950413,0.3677686,0.3677686,0.3553719,0.338843,0.3429752,0.34710744,0.35123968,0.3429752,0.34710744,0.48347107,0.59504133,0.62396693,0.6322314,0.61157024,0.5082645,0.46694216,0.35950413,0.16528925,0.30578512,0.6652893,0.78099173,0.8057851,0.822314,0.8140496,0.80991733,0.7892562,0.76033056,0.6735537,0.5785124,0.5123967,0.4338843,0.46694216,0.47107437,0.5,0.47933885,0.4338843,0.42561984,0.4338843,0.38842976,0.4090909,0.4090909,0.446281,0.5206612,0.6404959,0.69008267,0.75619835,0.76859504,0.78099173,0.78512394,0.77272725,0.7355372,0.7231405,0.7066116,0.677686,0.6404959,0.60330576,0.5495868,0.42561984,0.3140496,0.2892562,0.2892562,0.2768595,0.24793388,0.23966943,0.21487603,0.2231405,0.2231405,0.21900827,0.23140496,0.23966943,0.2520661,0.24793388,0.21900827,0.28512397,0.45454547,0.55785125,0.61157024,0.59504133,0.5123967,0.48347107,0.38016528,0.17355372,0.41322315,0.6942149,0.78099173,0.8016529,0.8140496,0.8140496,0.78512394,0.75619835,0.6487603,0.4876033,0.44214877,0.3553719,0.32231405,0.3429752,0.37190083,0.30165288,0.32231405,0.26859504,0.23966943,0.27272728,0.2520661,0.2892562,0.3140496,0.29338843,0.40082645,0.54545456,0.6570248,0.75206614,0.78099173,0.78099173,0.78099173,0.77272725,0.73966944,0.71487606,0.6983471,0.6652893,0.61570245,0.5661157,0.46280992,0.3429752,0.2520661,0.23553719,0.2107438,0.20247933,0.17355372,0.18595041,0.20661157,0.18181819,0.1694215,0.17355372,0.17355372,0.17355372,0.19008264,0.2107438,0.20247933,0.21487603,0.29338843,0.43801653,0.5661157,0.58264464,0.5206612,0.49173555,0.3966942,0.1983471,0.47933885,0.7231405,0.7933884,0.8057851,0.8140496,0.80991733,0.76033056,0.6322314,0.46280992,0.38842976,0.37190083,0.33471075,0.28512397,0.2768595,0.27272728,0.22727273,0.21487603,0.20661157,0.19008264,0.20661157,0.23140496,0.2644628,0.28099173,0.29338843,0.34710744,0.5041322,0.61570245,0.7644628,0.8305785,0.8016529,0.78512394,0.8016529,0.77272725,0.7066116,0.6983471,0.69008267,0.6363636,0.53305787,0.42561984,0.3264463,0.27272728,0.2520661,0.21487603,0.20661157,0.18181819,0.18181819,0.17768595,0.2107438,0.20661157,0.18595041,0.18181819,0.18181819,0.18181819,0.20661157,0.24380165,0.25619835,0.24793388,0.30991736,0.46280992,0.5495868,0.5289256,0.5,0.41322315,0.2231405,0.5371901,0.74793386,0.79752064,0.8016529,0.8016529,0.7933884,0.6528926,0.45041323,0.37603307,0.35123968,0.3429752,0.3305785,0.28512397,0.24793388,0.23140496,0.28099173,0.29338843,0.28512397,0.2768595,0.29752067,0.3264463,0.37190083,0.4090909,0.42975205,0.46280992,0.5206612,0.661157,0.7892562,0.87603307,0.8181818,0.7933884,0.8429752,0.7892562,0.71487606,0.70247936,0.73140496,0.69008267,0.54545456,0.4214876,0.33471075,0.32231405,0.338843,0.34710744,0.37190083,0.41322315,0.45454547,0.46280992,0.41322315,0.37190083,0.35123968,0.3264463,0.29338843,0.27272728,0.26859504,0.2644628,0.2768595,0.28099173,0.2768595,0.35123968,0.47107437,0.5247934,0.5,0.42561984,0.2520661,0.60330576,0.7768595,0.8016529,0.8016529,0.8016529,0.7066116,0.5,0.3677686,0.34710744,0.36363637,0.38016528,0.38429752,0.40495867,0.4214876,0.44214877,0.4752066,0.5289256,0.55785125,0.53305787,0.53305787,0.5289256,0.5247934,0.5413223,0.58264464,0.61570245,0.6652893,0.75619835,0.8181818,0.87603307,0.838843,0.7892562,0.822314,0.76033056,0.71487606,0.7066116,0.7231405,0.6694215,0.53305787,0.4214876,0.38016528,0.41322315,0.4752066,0.5413223,0.58264464,0.61157024,0.6942149,0.72727275,0.6942149,0.62396693,0.59090906,0.5371901,0.4752066,0.43801653,0.38842976,0.3429752,0.32231405,0.29752067,0.2892562,0.28512397,0.35950413,0.49173555,0.5,0.42561984,0.26859504,0.6859504,0.79752064,0.80991733,0.80991733,0.76859504,0.55785125,0.39256197,0.35123968,0.40082645,0.5,0.5371901,0.56198347,0.59917355,0.6570248,0.6983471,0.71900827,0.73966944,0.71900827,0.661157,0.6322314,0.61570245,0.59917355,0.607438,0.6280992,0.6322314,0.6818182,0.7892562,0.822314,0.8512397,0.8347107,0.7892562,0.75206614,0.71900827,0.7066116,0.71487606,0.661157,0.6280992,0.48347107,0.39256197,0.45041323,0.5082645,0.56198347,0.59090906,0.5785124,0.57438016,0.661157,0.71487606,0.70247936,0.6363636,0.6363636,0.6198347,0.59504133,0.5661157,0.5123967,0.45867768,0.38016528,0.36363637,0.29338843,0.28099173,0.30165288,0.44214877,0.5,0.4338843,0.28512397,0.76859504,0.7933884,0.8140496,0.8016529,0.71487606,0.43801653,0.36363637,0.41735536,0.553719,0.677686,0.71487606,0.73140496,0.74380165,0.76859504,0.76033056,0.75619835,0.74793386,0.6570248,0.5785124,0.5413223,0.5206612,0.5082645,0.5165289,0.55785125,0.59917355,0.6198347,0.7107438,0.78099173,0.8305785,0.80991733,0.75619835,0.6942149,0.6818182,0.677686,0.70247936,0.6322314,0.55785125,0.39256197,0.3966942,0.5,0.5206612,0.5082645,0.5247934,0.53305787,0.5123967,0.59090906,0.58677685,0.607438,0.4876033,0.55785125,0.56198347,0.59917355,0.61157024,0.61157024,0.59917355,0.4876033,0.47107437,0.3677686,0.30991736,0.3305785,0.42561984,0.47933885,0.44214877,0.30991736,0.80991733,0.7933884,0.8016529,0.8016529,0.7066116,0.4338843,0.446281,0.57438016,0.7066116,0.78512394,0.80991733,0.7933884,0.77272725,0.75206614,0.70247936,0.6942149,0.6652893,0.5206612,0.40495867,0.41322315,0.446281,0.4338843,0.43801653,0.446281,0.45454547,0.55785125,0.6487603,0.73140496,0.79752064,0.77272725,0.71487606,0.6694215,0.6570248,0.6487603,0.6652893,0.59090906,0.45454547,0.38016528,0.42975205,0.5123967,0.49586776,0.46280992,0.446281,0.45041323,0.41322315,0.30165288,0.4090909,0.3553719,0.3264463,0.37190083,0.4214876,0.53305787,0.553719,0.61570245,0.6859504,0.59504133,0.54545456,0.45454547,0.37603307,0.40495867,0.43801653,0.45041323,0.43801653,0.338843,0.8181818,0.7933884,0.80991733,0.7933884,0.6983471,0.45454547,0.57024795,0.6818182,0.78099173,0.8264463,0.8181818,0.7892562,0.8016529,0.72727275,0.61570245,0.45041323,0.3966942,0.3966942,0.2768595,0.37603307,0.5247934,0.47107437,0.37190083,0.39256197,0.45867768,0.5082645,0.6404959,0.75206614,0.75206614,0.71900827,0.6859504,0.6652893,0.6404959,0.607438,0.61157024,0.54545456,0.4214876,0.41735536,0.42561984,0.44214877,0.42561984,0.42975205,0.45041323,0.59504133,0.5289256,0.24380165,0.49586776,0.24380165,0.1983471,0.1983471,0.38016528,0.36363637,0.446281,0.61570245,0.56198347,0.62396693,0.59090906,0.5123967,0.46280992,0.446281,0.446281,0.45041323,0.41322315,0.3553719,0.79752064,0.8057851,0.8181818,0.80991733,0.6859504,0.5289256,0.6694215,0.76033056,0.79752064,0.78512394,0.74793386,0.7644628,0.59090906,0.40495867,0.6570248,0.24793388,0.24380165,0.3140496,0.3429752,0.42975205,0.6322314,0.59504133,0.4752066,0.42561984,0.38016528,0.44214877,0.6446281,0.76859504,0.71900827,0.6942149,0.6652893,0.6446281,0.6404959,0.59504133,0.5661157,0.54545456,0.4876033,0.46694216,0.39256197,0.35123968,0.4752066,0.54545456,0.5785124,0.72727275,0.5661157,0.4214876,0.33471075,0.1694215,0.25619835,0.23553719,0.43801653,0.4090909,0.26859504,0.446281,0.49586776,0.5165289,0.60330576,0.57024795,0.5123967,0.47107437,0.46280992,0.47107437,0.41322315,0.35950413,0.7768595,0.8181818,0.8057851,0.7892562,0.61570245,0.6446281,0.7355372,0.8057851,0.80991733,0.661157,0.69008267,0.5413223,0.3966942,0.80991733,0.74793386,0.3305785,0.30578512,0.2768595,0.45454547,0.5,0.6983471,0.6363636,0.5247934,0.5206612,0.49586776,0.5206612,0.6694215,0.75619835,0.7066116,0.70247936,0.6487603,0.6280992,0.6322314,0.59504133,0.56198347,0.553719,0.553719,0.5206612,0.44214877,0.4090909,0.58264464,0.6404959,0.59090906,0.7107438,0.677686,0.5,0.40082645,0.3181818,0.3553719,0.36363637,0.5041322,0.54545456,0.3181818,0.21900827,0.38016528,0.42561984,0.553719,0.61157024,0.5785124,0.5165289,0.49586776,0.5,0.44214877,0.36363637,0.7892562,0.8140496,0.8140496,0.7107438,0.6487603,0.7355372,0.8016529,0.8264463,0.73966944,0.60330576,0.49173555,0.30165288,0.6322314,0.80991733,0.73966944,0.41735536,0.45041323,0.46694216,0.53305787,0.56198347,0.6818182,0.58677685,0.57024795,0.57024795,0.6404959,0.6652893,0.72727275,0.72727275,0.71900827,0.71900827,0.661157,0.6280992,0.6363636,0.60330576,0.57438016,0.553719,0.58677685,0.55785125,0.49173555,0.5165289,0.60330576,0.62396693,0.59504133,0.6280992,0.6446281,0.60330576,0.48347107,0.42561984,0.4214876,0.47933885,0.55785125,0.58677685,0.45041323,0.2768595,0.23553719,0.3553719,0.49173555,0.61570245,0.6487603,0.59917355,0.56198347,0.53305787,0.45041323,0.38842976,0.8016529,0.8181818,0.8057851,0.7644628,0.76033056,0.8057851,0.8347107,0.8305785,0.6735537,0.49586776,0.3966942,0.40495867,0.56198347,0.7644628,0.80991733,0.69008267,0.56198347,0.5206612,0.6487603,0.5785124,0.6735537,0.58264464,0.61570245,0.6404959,0.6942149,0.6570248,0.73140496,0.7231405,0.7107438,0.71900827,0.6694215,0.61157024,0.59917355,0.60330576,0.59090906,0.553719,0.59090906,0.59504133,0.5165289,0.5206612,0.61157024,0.6280992,0.6198347,0.6322314,0.62396693,0.58677685,0.5371901,0.5206612,0.4876033,0.5041322,0.5206612,0.55785125,0.54545456,0.5,0.4090909,0.35950413,0.45867768,0.60330576,0.6942149,0.677686,0.6404959,0.59090906,0.5,0.41322315,0.822314,0.822314,0.80991733,0.80991733,0.8264463,0.8512397,0.8595041,0.822314,0.6404959,0.553719,0.57024795,0.607438,0.6528926,0.59504133,0.6942149,0.6487603,0.6570248,0.6198347,0.70247936,0.6694215,0.6694215,0.6487603,0.6446281,0.6859504,0.71487606,0.73140496,0.75206614,0.7231405,0.7066116,0.71487606,0.6818182,0.6198347,0.59090906,0.607438,0.57438016,0.55785125,0.5785124,0.607438,0.5785124,0.53305787,0.59504133,0.6487603,0.6446281,0.6198347,0.61570245,0.6280992,0.59090906,0.58264464,0.5206612,0.5289256,0.55785125,0.59504133,0.6735537,0.6694215,0.6322314,0.57024795,0.53305787,0.59917355,0.7066116,0.7066116,0.6652893,0.62396693,0.553719,0.4752066,0.8264463,0.822314,0.8264463,0.8347107,0.8471074,0.8595041,0.8636364,0.80991733,0.7107438,0.7066116,0.76033056,0.8057851,0.8181818,0.77272725,0.78099173,0.74793386,0.7355372,0.71487606,0.7231405,0.7066116,0.6983471,0.70247936,0.73966944,0.74380165,0.7768595,0.76033056,0.76033056,0.7231405,0.7231405,0.71900827,0.70247936,0.6404959,0.61157024,0.59917355,0.58264464,0.56198347,0.57024795,0.607438,0.607438,0.57024795,0.61157024,0.6487603,0.6859504,0.6652893,0.6404959,0.6280992,0.61570245,0.6198347,0.59090906,0.59504133,0.62396693,0.6198347,0.7066116,0.74793386,0.73140496,0.6859504,0.60330576,0.61157024,0.6942149,0.71487606,0.677686,0.6363636,0.59090906,0.5123967,0.8305785,0.8264463,0.8347107,0.838843,0.8471074,0.8553719,0.8429752,0.8140496,0.7933884,0.8057851,0.838843,0.8553719,0.8471074,0.8181818,0.7892562,0.76859504,0.77272725,0.76859504,0.75619835,0.7355372,0.75619835,0.7644628,0.76033056,0.78099173,0.7933884,0.77272725,0.75206614,0.7231405,0.74380165,0.73966944,0.71487606,0.62396693,0.62396693,0.58264464,0.58264464,0.58264464,0.59917355,0.61157024,0.60330576,0.59917355,0.6363636,0.6322314,0.7066116,0.6818182,0.6735537,0.6528926,0.6446281,0.6322314,0.6280992,0.607438,0.6280992,0.62396693,0.7107438,0.76033056,0.76033056,0.7231405,0.6735537,0.6528926,0.677686,0.7066116,0.69008267,0.6528926,0.59917355,0.5247934,0.8347107,0.8347107,0.8305785,0.8347107,0.8471074,0.8512397,0.8305785,0.8181818,0.8305785,0.838843,0.8512397,0.8595041,0.8429752,0.8057851,0.7892562,0.78512394,0.78512394,0.79752064,0.7933884,0.7768595,0.78512394,0.78512394,0.7892562,0.80991733,0.79752064,0.78512394,0.76033056,0.72727275,0.73966944,0.78512394,0.71900827,0.6446281,0.6280992,0.58264464,0.57024795,0.58677685,0.6280992,0.6322314,0.62396693,0.62396693,0.6528926,0.6570248,0.69008267,0.6983471,0.6942149,0.661157,0.6652893,0.6570248,0.6652893,0.6404959,0.6446281,0.6528926,0.71487606,0.74793386,0.76033056,0.73140496,0.70247936,0.70247936,0.6942149,0.7066116,0.69008267,0.6570248,0.60330576,0.5123967,0.8347107,0.838843,0.8347107,0.8471074,0.8471074,0.8512397,0.8305785,0.8264463,0.838843,0.8429752,0.8553719,0.8512397,0.8305785,0.8181818,0.80991733,0.7933884,0.79752064,0.80991733,0.80991733,0.7892562,0.78099173,0.78512394,0.79752064,0.8140496,0.8057851,0.79752064,0.74380165,0.73140496,0.74793386,0.8140496,0.76859504,0.6694215,0.6570248,0.60330576,0.5661157,0.57438016,0.60330576,0.6446281,0.6446281,0.6528926,0.6694215,0.6735537,0.6859504,0.6818182,0.6983471,0.6652893,0.6859504,0.6818182,0.677686,0.6818182,0.6818182,0.677686,0.7107438,0.7355372,0.75206614,0.7231405,0.6942149,0.71487606,0.7107438,0.7107438,0.6818182,0.6570248,0.60330576,0.49586776,0.8347107,0.8347107,0.822314,0.8429752,0.838843,0.8429752,0.8347107,0.8429752,0.8471074,0.838843,0.8429752,0.838843,0.8347107,0.8264463,0.822314,0.8057851,0.8057851,0.8016529,0.8057851,0.78512394,0.78512394,0.7933884,0.80991733,0.8181818,0.8181818,0.79752064,0.7355372,0.7231405,0.75619835,0.8264463,0.7933884,0.6652893,0.6363636,0.6198347,0.5785124,0.57024795,0.5785124,0.6363636,0.661157,0.677686,0.6818182,0.70247936,0.7107438,0.6859504,0.677686,0.6818182,0.6818182,0.6818182,0.677686,0.6942149,0.7066116,0.6859504,0.7107438,0.71900827,0.74380165,0.7066116,0.7066116,0.71487606,0.71900827,0.7066116,0.6735537,0.6446281,0.6198347,0.47107437,0.8429752,0.8305785,0.8264463,0.8305785,0.8429752,0.838843,0.838843,0.8512397,0.8471074,0.838843,0.8471074,0.8347107,0.8264463,0.822314,0.8264463,0.8140496,0.8140496,0.8016529,0.7933884,0.7892562,0.79752064,0.8057851,0.822314,0.822314,0.8264463,0.7892562,0.7355372,0.71900827,0.71900827,0.78512394,0.76859504,0.677686,0.6322314,0.607438,0.59917355,0.57438016,0.57024795,0.62396693,0.6652893,0.6859504,0.7066116,0.7107438,0.7066116,0.70247936,0.69008267,0.6983471,0.677686,0.6859504,0.677686,0.6818182,0.6942149,0.6942149,0.7107438,0.71900827,0.71900827,0.70247936,0.7066116,0.71900827,0.7231405,0.6942149,0.661157,0.6363636,0.6198347,0.4338843,0.838843,0.8264463,0.8305785,0.8181818,0.8347107,0.8471074,0.8471074,0.8471074,0.838843,0.8429752,0.838843,0.838843,0.838843,0.8057851,0.8140496,0.8181818,0.80991733,0.8057851,0.8016529,0.8057851,0.8057851,0.8140496,0.8305785,0.8429752,0.8305785,0.77272725,0.7355372,0.73140496,0.6983471,0.72727275,0.7231405,0.6570248,0.6280992,0.607438,0.59504133,0.58677685,0.57024795,0.59917355,0.6528926,0.69008267,0.7107438,0.7066116,0.70247936,0.7231405,0.71487606,0.7107438,0.69008267,0.6942149,0.6942149,0.677686,0.6818182,0.7107438,0.71487606,0.6983471,0.7066116,0.71487606,0.73140496,0.74380165,0.7355372,0.6859504,0.6528926,0.62396693,0.59917355,0.38429752,0.838843,0.8264463,0.8181818,0.80991733,0.8305785,0.8553719,0.8553719,0.8471074,0.8429752,0.8512397,0.8429752,0.8305785,0.838843,0.8264463,0.8016529,0.8264463,0.8016529,0.80991733,0.80991733,0.8140496,0.8181818,0.8264463,0.8429752,0.8595041,0.8305785,0.75206614,0.75206614,0.74380165,0.74380165,0.76859504,0.7231405,0.6859504,0.6652893,0.61570245,0.607438,0.60330576,0.57438016,0.57438016,0.6322314,0.6859504,0.71487606,0.6983471,0.7066116,0.72727275,0.73140496,0.71900827,0.7107438,0.70247936,0.70247936,0.69008267,0.6942149,0.7107438,0.7066116,0.71487606,0.71487606,0.73140496,0.74793386,0.75619835,0.74380165,0.6859504,0.6446281,0.607438,0.56198347,0.3264463,0.8305785,0.8181818,0.8057851,0.80991733,0.8305785,0.8553719,0.8595041,0.8471074,0.8471074,0.8471074,0.8429752,0.8347107,0.838843,0.8305785,0.8057851,0.8264463,0.8057851,0.8181818,0.822314,0.80991733,0.822314,0.822314,0.8471074,0.8471074,0.8057851,0.74793386,0.79752064,0.78512394,0.7892562,0.8016529,0.7355372,0.76033056,0.7107438,0.6404959,0.6818182,0.677686,0.59090906,0.56198347,0.61157024,0.6652893,0.7107438,0.6942149,0.6983471,0.7107438,0.71900827,0.7231405,0.71487606,0.7066116,0.70247936,0.6983471,0.6942149,0.7066116,0.7231405,0.7231405,0.71487606,0.72727275,0.7231405,0.73966944,0.7355372,0.6818182,0.6322314,0.59917355,0.5165289,0.28512397,0.8347107,0.822314,0.8057851,0.80991733,0.8305785,0.8553719,0.8553719,0.8512397,0.8471074,0.8471074,0.8512397,0.8305785,0.8347107,0.8347107,0.822314,0.822314,0.822314,0.8305785,0.8264463,0.8181818,0.8264463,0.8264463,0.8264463,0.80991733,0.7768595,0.75206614,0.8181818,0.8016529,0.74793386,0.71900827,0.6735537,0.6942149,0.6694215,0.61570245,0.71487606,0.74380165,0.60330576,0.5661157,0.58264464,0.61157024,0.6652893,0.677686,0.6942149,0.71487606,0.7231405,0.71900827,0.71900827,0.7066116,0.70247936,0.70247936,0.6859504,0.69008267,0.7066116,0.7107438,0.7107438,0.7107438,0.70247936,0.7231405,0.72727275,0.6735537,0.6198347,0.59090906,0.46280992,0.25619835,0.8140496,0.8140496,0.79752064,0.80991733,0.8347107,0.8512397,0.8512397,0.8553719,0.8512397,0.8471074,0.838843,0.8429752,0.8305785,0.838843,0.8347107,0.822314,0.8347107,0.838843,0.8305785,0.8347107,0.8264463,0.822314,0.7892562,0.77272725,0.78099173,0.7231405,0.75619835,0.76859504,0.6528926,0.59504133,0.59917355,0.6322314,0.59090906,0.553719,0.57438016,0.58677685,0.553719,0.553719,0.5785124,0.56198347,0.6322314,0.677686,0.6652893,0.7066116,0.71900827,0.71900827,0.73140496,0.71487606,0.6983471,0.6983471,0.6818182,0.6694215,0.6942149,0.6983471,0.69008267,0.7066116,0.7066116,0.7107438,0.7107438,0.6570248,0.60330576,0.5785124,0.43801653,0.2107438,0.79752064,0.8016529,0.7892562,0.8140496,0.8305785,0.838843,0.8512397,0.8553719,0.8553719,0.8471074,0.8347107,0.8429752,0.8347107,0.8347107,0.838843,0.8305785,0.8347107,0.8347107,0.822314,0.8347107,0.8181818,0.7933884,0.73966944,0.78099173,0.7768595,0.6652893,0.7107438,0.72727275,0.58264464,0.5041322,0.4876033,0.5371901,0.49173555,0.47107437,0.47107437,0.45867768,0.4876033,0.5041322,0.59090906,0.5289256,0.59917355,0.6818182,0.6694215,0.69008267,0.7107438,0.7066116,0.73140496,0.71487606,0.6942149,0.6942149,0.70247936,0.677686,0.6983471,0.6983471,0.6735537,0.6942149,0.6983471,0.70247936,0.677686,0.6363636,0.60330576,0.5661157,0.41322315,0.17768595,0.7644628,0.7933884,0.77272725,0.8140496,0.8347107,0.8347107,0.8471074,0.8471074,0.8429752,0.8429752,0.838843,0.838843,0.838843,0.838843,0.838843,0.8305785,0.8347107,0.8347107,0.822314,0.8181818,0.7933884,0.74793386,0.72727275,0.7892562,0.72727275,0.5041322,0.4876033,0.677686,0.59504133,0.4338843,0.37603307,0.37190083,0.40082645,0.4090909,0.36363637,0.3305785,0.38016528,0.45454547,0.61157024,0.42561984,0.58677685,0.661157,0.6942149,0.6859504,0.7231405,0.7066116,0.72727275,0.71900827,0.70247936,0.6942149,0.7107438,0.6818182,0.6942149,0.69008267,0.6694215,0.6818182,0.661157,0.6818182,0.661157,0.61570245,0.58677685,0.5495868,0.37603307,0.1446281,0.72727275,0.78512394,0.76033056,0.8140496,0.8347107,0.8347107,0.838843,0.8471074,0.8429752,0.838843,0.838843,0.8471074,0.8429752,0.838843,0.8347107,0.8264463,0.8305785,0.8305785,0.8264463,0.8016529,0.7768595,0.7231405,0.71487606,0.7644628,0.6446281,0.37190083,0.21487603,0.56198347,0.6280992,0.4214876,0.30991736,0.33471075,0.3966942,0.3429752,0.22727273,0.14876033,0.1983471,0.36363637,0.57024795,0.33471075,0.5206612,0.6528926,0.6528926,0.7107438,0.71900827,0.71487606,0.71900827,0.7231405,0.7066116,0.7066116,0.6983471,0.6942149,0.6818182,0.6570248,0.6735537,0.6694215,0.6404959,0.6363636,0.6446281,0.60330576,0.58677685,0.5289256,0.35123968,0.12396694,0.7107438,0.7644628,0.74793386,0.8181818,0.8347107,0.8264463,0.8140496,0.8305785,0.8305785,0.8347107,0.8471074,0.8471074,0.8471074,0.838843,0.8305785,0.8264463,0.822314,0.822314,0.80991733,0.75206614,0.70247936,0.6859504,0.74380165,0.7768595,0.6570248,0.4752066,0.36363637,0.57024795,0.6363636,0.5165289,0.36363637,0.36363637,0.3966942,0.36363637,0.3553719,0.29338843,0.21487603,0.3553719,0.5,0.3264463,0.45041323,0.62396693,0.6694215,0.69008267,0.7066116,0.71487606,0.7107438,0.7231405,0.7107438,0.70247936,0.6983471,0.6818182,0.6942149,0.6570248,0.6694215,0.6487603,0.6570248,0.6198347,0.61157024,0.58677685,0.58264464,0.5247934,0.3429752,0.10743801,0.661157,0.76859504,0.75206614,0.80991733,0.8181818,0.80991733,0.79752064,0.8181818,0.8347107,0.838843,0.838843,0.838843,0.8471074,0.8429752,0.8347107,0.8305785,0.8181818,0.8181818,0.79752064,0.75206614,0.71487606,0.74380165,0.7768595,0.78512394,0.7107438,0.6198347,0.6198347,0.6280992,0.553719,0.5,0.4214876,0.3553719,0.32231405,0.30991736,0.4090909,0.47107437,0.41735536,0.45454547,0.49586776,0.4090909,0.446281,0.59917355,0.6694215,0.6818182,0.6942149,0.7107438,0.70247936,0.7066116,0.7066116,0.6942149,0.69008267,0.6818182,0.6983471,0.6280992,0.677686,0.6570248,0.6322314,0.61570245,0.5785124,0.57024795,0.58264464,0.5289256,0.28099173,0.09504132,0.58677685,0.76033056,0.75206614,0.7892562,0.79752064,0.7892562,0.79752064,0.822314,0.8264463,0.8347107,0.8471074,0.8471074,0.8429752,0.8429752,0.8347107,0.8305785,0.80991733,0.8057851,0.76859504,0.74380165,0.73966944,0.7933884,0.8057851,0.7933884,0.76033056,0.6983471,0.661157,0.60330576,0.5082645,0.446281,0.38842976,0.33471075,0.3140496,0.32231405,0.37603307,0.42561984,0.45867768,0.4752066,0.5041322,0.5041322,0.5289256,0.607438,0.6735537,0.6818182,0.69008267,0.6942149,0.6942149,0.6942149,0.69008267,0.6859504,0.6942149,0.677686,0.69008267,0.6280992,0.6570248,0.6652893,0.61157024,0.607438,0.57024795,0.5785124,0.56198347,0.53305787,0.24380165,0.09917355,0.5082645,0.7107438,0.7231405,0.76033056,0.7644628,0.76859504,0.7892562,0.8140496,0.8264463,0.8264463,0.8429752,0.8429752,0.8471074,0.838843,0.8264463,0.8264463,0.8057851,0.7933884,0.7644628,0.7644628,0.77272725,0.8140496,0.80991733,0.7933884,0.77272725,0.6694215,0.5495868,0.54545456,0.5041322,0.44214877,0.39256197,0.37190083,0.40082645,0.41735536,0.41735536,0.37603307,0.40082645,0.42975205,0.49173555,0.56198347,0.61570245,0.661157,0.677686,0.6818182,0.6818182,0.6735537,0.6735537,0.6818182,0.6859504,0.6818182,0.677686,0.6735537,0.6735537,0.6446281,0.62396693,0.6735537,0.6198347,0.62396693,0.57024795,0.5661157,0.5495868,0.49173555,0.2520661,0.10330579,0.46694216,0.6694215,0.677686,0.7107438,0.74793386,0.7644628,0.78512394,0.8016529,0.822314,0.8347107,0.8305785,0.8512397,0.8471074,0.8305785,0.8181818,0.80991733,0.8181818,0.78099173,0.7768595,0.7933884,0.8016529,0.8181818,0.7892562,0.74380165,0.6859504,0.5413223,0.45041323,0.49586776,0.47107437,0.43801653,0.40495867,0.39256197,0.43801653,0.446281,0.43801653,0.35123968,0.3677686,0.37190083,0.44214877,0.58677685,0.6404959,0.6818182,0.69008267,0.6859504,0.6818182,0.6694215,0.6652893,0.6694215,0.677686,0.6818182,0.6652893,0.661157,0.6363636,0.661157,0.6280992,0.6735537,0.62396693,0.61570245,0.5785124,0.58264464,0.5082645,0.42975205,0.2603306,0.10743801,0.3677686,0.59504133,0.6363636,0.6694215,0.75206614,0.74380165,0.76033056,0.79752064,0.8140496,0.8264463,0.8429752,0.8553719,0.8512397,0.8264463,0.822314,0.7933884,0.8057851,0.78512394,0.78099173,0.8016529,0.8016529,0.7933884,0.73966944,0.6363636,0.5289256,0.45867768,0.40082645,0.45867768,0.5,0.40082645,0.32231405,0.39256197,0.41322315,0.42975205,0.42561984,0.35950413,0.3305785,0.3181818,0.36363637,0.5247934,0.6198347,0.661157,0.6942149,0.69008267,0.6818182,0.6735537,0.661157,0.6570248,0.661157,0.661157,0.6446281,0.6446281,0.6404959,0.6446281,0.6363636,0.6446281,0.61570245,0.58677685,0.56198347,0.54545456,0.4876033,0.3677686,0.2520661,0.1322314,0.3181818,0.5041322,0.58264464,0.6652893,0.7644628,0.74793386,0.74793386,0.8057851,0.8264463,0.8305785,0.8471074,0.8512397,0.8471074,0.8305785,0.822314,0.8016529,0.8016529,0.79752064,0.78099173,0.8057851,0.74793386,0.6570248,0.6446281,0.553719,0.40082645,0.40082645,0.38429752,0.45454547,0.48347107,0.4214876,0.2644628,0.35950413,0.38016528,0.38842976,0.4214876,0.37190083,0.3305785,0.30578512,0.3181818,0.40495867,0.49173555,0.57024795,0.6404959,0.6818182,0.6983471,0.6818182,0.6694215,0.6487603,0.6446281,0.6528926,0.6446281,0.6363636,0.6446281,0.6446281,0.6446281,0.61570245,0.59090906,0.57024795,0.5289256,0.49586776,0.42975205,0.35123968,0.23553719,0.11983471,0.24380165,0.41322315,0.5206612,0.6363636,0.74380165,0.75206614,0.7644628,0.8140496,0.8429752,0.8264463,0.8347107,0.8429752,0.8264463,0.8264463,0.822314,0.80991733,0.80991733,0.8140496,0.74380165,0.77272725,0.59917355,0.53305787,0.5082645,0.47933885,0.41735536,0.37190083,0.39256197,0.43801653,0.47107437,0.40082645,0.22727273,0.46280992,0.3677686,0.42975205,0.4214876,0.3677686,0.3677686,0.35950413,0.29752067,0.34710744,0.40082645,0.42975205,0.5289256,0.59917355,0.6694215,0.6942149,0.6859504,0.6694215,0.6446281,0.661157,0.6487603,0.661157,0.6528926,0.6570248,0.6528926,0.60330576,0.55785125,0.553719,0.5082645,0.46280992,0.38016528,0.30991736,0.24380165,0.1570248,0.23966943,0.37190083,0.48347107,0.607438,0.6983471,0.75206614,0.76859504,0.79752064,0.8305785,0.838843,0.8347107,0.838843,0.8181818,0.822314,0.8264463,0.8140496,0.8140496,0.8016529,0.71487606,0.62396693,0.49586776,0.4752066,0.42561984,0.42975205,0.47933885,0.4214876,0.43801653,0.49586776,0.47107437,0.42561984,0.44214877,0.5413223,0.4752066,0.48347107,0.4214876,0.37603307,0.41735536,0.33471075,0.28512397,0.38016528,0.33471075,0.3429752,0.42975205,0.46694216,0.5661157,0.6694215,0.677686,0.6983471,0.6735537,0.6528926,0.6404959,0.6487603,0.6652893,0.6818182,0.6404959,0.58677685,0.5247934,0.5206612,0.5123967,0.4752066,0.38016528,0.2892562,0.23553719,0.1694215,0.28099173,0.3181818,0.45041323,0.5495868,0.6404959,0.75206614,0.73140496,0.77272725,0.8181818,0.838843,0.8429752,0.8512397,0.8347107,0.8264463,0.8264463,0.8140496,0.7933884,0.71487606,0.58264464,0.5041322,0.45041323,0.46694216,0.42975205,0.45454547,0.5165289,0.446281,0.5041322,0.5495868,0.5289256,0.57024795,0.6652893,0.6280992,0.58264464,0.5082645,0.41735536,0.38016528,0.4090909,0.36363637,0.33471075,0.37603307,0.33471075,0.3677686,0.35950413,0.42975205,0.47107437,0.58264464,0.6322314,0.6983471,0.6983471,0.6652893,0.6570248,0.6652893,0.6735537,0.6735537,0.6404959,0.5785124,0.5289256,0.49173555,0.45454547,0.43801653,0.34710744,0.29338843,0.23553719,0.18181819,0.39256197,0.2644628,0.42975205,0.53305787,0.6446281,0.7066116,0.6818182,0.78512394,0.80991733,0.8305785,0.8429752,0.8512397,0.8429752,0.838843,0.8181818,0.78099173,0.6983471,0.5371901,0.45041323,0.46280992,0.47107437,0.4752066,0.45041323,0.5123967,0.58264464,0.49586776,0.45867768,0.48347107,0.48347107,0.5082645,0.54545456,0.59090906,0.5289256,0.45041323,0.38842976,0.338843,0.3553719,0.38842976,0.4338843,0.38016528,0.40495867,0.3264463,0.3553719,0.34710744,0.41735536,0.47107437,0.55785125,0.6363636,0.6983471,0.6859504,0.6652893,0.69008267,0.6818182,0.6528926,0.6487603,0.57438016,0.53305787,0.46280992,0.41322315,0.3966942,0.30165288,0.29752067,0.1983471,0.1570248,0.38016528,0.30991736,0.40082645,0.4876033,0.62396693,0.6652893,0.6487603,0.73140496,0.77272725,0.8057851,0.8305785,0.838843,0.8471074,0.8471074,0.822314,0.73140496,0.59917355,0.45041323,0.40495867,0.42561984,0.446281,0.47107437,0.4876033,0.57438016,0.61157024,0.5082645,0.40082645,0.38842976,0.4090909,0.42975205,0.47107437,0.46280992,0.4090909,0.35950413,0.32231405,0.29752067,0.3181818,0.35123968,0.3966942,0.35123968,0.42975205,0.3429752,0.3140496,0.2892562,0.3264463,0.3966942,0.48347107,0.5661157,0.6570248,0.6818182,0.6652893,0.6859504,0.6818182,0.6363636,0.6363636,0.56198347,0.53305787,0.39256197,0.41735536,0.39256197,0.2892562,0.28512397,0.18181819,0.16528925,0.36363637,0.3140496,0.39256197,0.47107437,0.57024795,0.6280992,0.6528926,0.76859504,0.76859504,0.78512394,0.8057851,0.8264463,0.8471074,0.8347107,0.8140496,0.71487606,0.53305787,0.37190083,0.446281,0.4876033,0.5289256,0.5661157,0.5247934,0.54545456,0.5165289,0.40495867,0.30165288,0.2603306,0.26859504,0.36363637,0.4338843,0.39256197,0.34710744,0.3140496,0.2644628,0.23966943,0.25619835,0.2892562,0.30165288,0.30578512,0.38429752,0.35950413,0.2768595,0.2768595,0.30165288,0.35123968,0.4214876,0.5371901,0.6363636,0.6818182,0.6735537,0.6404959,0.6528926,0.61157024,0.57438016,0.5206612,0.5123967,0.41735536,0.40495867,0.4090909,0.24793388,0.28099173,0.17768595,0.16528925,0.26859504,0.34710744,0.3553719,0.45867768,0.553719,0.62396693,0.6859504,0.70247936,0.7768595,0.78512394,0.8016529,0.822314,0.8347107,0.822314,0.7933884,0.7107438,0.4090909,0.40082645,0.4876033,0.5495868,0.61570245,0.6280992,0.5041322,0.446281,0.39256197,0.2892562,0.20247933,0.20247933,0.30991736,0.338843,0.35950413,0.3181818,0.2892562,0.29752067,0.2520661,0.22727273,0.21487603,0.24793388,0.26859504,0.25619835,0.28099173,0.30578512,0.32231405,0.30991736,0.3305785,0.3553719,0.38429752,0.46694216,0.59504133,0.6652893,0.6735537,0.61570245,0.61570245,0.59090906,0.5371901,0.4876033,0.47107437,0.46280992,0.41322315,0.338843,0.23140496,0.23553719,0.19421488,0.15289256,0.19421488,0.3305785,0.3140496,0.39256197,0.5082645,0.58677685,0.6818182,0.6859504,0.7768595,0.72727275,0.7933884,0.8181818,0.8181818,0.8347107,0.76033056,0.73966944,0.41322315,0.46694216,0.5371901,0.5,0.5206612,0.47107437,0.4214876,0.4090909,0.3140496,0.19008264,0.19008264,0.27272728,0.5123967,0.4876033,0.46280992,0.338843,0.29752067,0.3429752,0.32231405,0.32231405,0.2644628,0.2107438,0.23140496,0.21487603,0.1983471,0.2644628,0.37603307,0.38016528,0.37603307,0.38016528,0.36363637,0.4090909,0.5495868,0.6446281,0.6570248,0.61157024,0.58677685,0.57438016,0.5123967,0.46694216,0.45867768,0.46280992,0.41735536,0.32231405,0.27272728,0.20661157,0.18181819,0.1446281,0.18595041,0.2892562,0.29752067,0.34710744,0.4752066,0.6570248,0.6528926,0.6735537,0.76859504,0.7355372,0.7644628,0.79752064,0.8140496,0.8264463,0.75619835,0.73966944,0.45867768,0.46694216,0.5165289,0.46280992,0.45041323,0.38016528,0.44214877,0.5041322,0.38429752,0.17355372,0.21900827,0.36363637,0.74380165,0.6446281,0.6570248,0.5041322,0.3305785,0.42975205,0.4214876,0.44214877,0.32231405,0.1983471,0.26859504,0.33471075,0.3264463,0.39256197,0.46694216,0.43801653,0.41322315,0.40495867,0.37603307,0.39256197,0.49173555,0.6198347,0.6363636,0.59090906,0.5495868,0.553719,0.5041322,0.44214877,0.45041323,0.42975205,0.42561984,0.32231405,0.24793388,0.23553719,0.17768595,0.11983471,0.1694215,0.24793388,0.28512397,0.338843,0.446281,0.6694215,0.6363636,0.677686,0.71487606,0.7231405,0.74380165,0.75619835,0.8016529,0.8016529,0.74380165,0.72727275,0.54545456,0.5206612,0.5413223,0.5371901,0.607438,0.61570245,0.58264464,0.62396693,0.56198347,0.37603307,0.28512397,0.19421488,0.6446281,0.55785125,0.61157024,0.57024795,0.33471075,0.4338843,0.41735536,0.46280992,0.34710744,0.3429752,0.47107437,0.5,0.5,0.5413223,0.53305787,0.4752066,0.43801653,0.41735536,0.40082645,0.4090909,0.446281,0.58677685,0.60330576,0.553719,0.5123967,0.5165289,0.49173555,0.41322315,0.42975205,0.44214877,0.38842976,0.30578512,0.24380165,0.2107438,0.1570248,0.11570248,0.1694215,0.22727273,0.28512397,0.3264463,0.45454547,0.61157024,0.6322314,0.7231405,0.70247936,0.70247936,0.73140496,0.72727275,0.77272725,0.7933884,0.70247936,0.71487606,0.5289256,0.54545456,0.5661157,0.6280992,0.7107438,0.73140496,0.677686,0.6735537,0.6570248,0.58677685,0.43801653,0.35950413,0.4090909,0.29752067,0.42975205,0.4752066,0.3677686,0.446281,0.42561984,0.47107437,0.44214877,0.47107437,0.5371901,0.5247934,0.5413223,0.5661157,0.5165289,0.48347107,0.4752066,0.42975205,0.42561984,0.446281,0.4752066,0.553719,0.58677685,0.5371901,0.5123967,0.5041322,0.49173555,0.42561984,0.43801653,0.45867768,0.3677686,0.2644628,0.2107438,0.17768595,0.14876033,0.11570248,0.17355372,0.21900827,0.30165288,0.3305785,0.45454547,0.56198347,0.6280992,0.69008267,0.6652893,0.70247936,0.71487606,0.71487606,0.74793386,0.76033056,0.71487606,0.69008267,0.5247934,0.5495868,0.59090906,0.677686,0.72727275,0.71900827,0.6859504,0.677686,0.6942149,0.6735537,0.57024795,0.5082645,0.46280992,0.45041323,0.47933885,0.5123967,0.4876033,0.5123967,0.5206612,0.5041322,0.49173555,0.5165289,0.5785124,0.5413223,0.553719,0.5371901,0.5082645,0.49586776,0.5082645,0.45454547,0.40082645,0.446281,0.5,0.56198347,0.56198347,0.5206612,0.5082645,0.5082645,0.5206612,0.45041323,0.41322315,0.446281,0.338843,0.2107438,0.19008264,0.17355372,0.14049587,0.10743801,0.17768595,0.2107438,0.28512397,0.30991736,0.38842976,0.49173555,0.607438,0.6446281,0.6528926,0.71900827,0.7066116,0.6983471,0.7231405,0.71900827,0.69008267,0.6528926,0.56198347,0.59917355,0.6735537,0.71900827,0.7066116,0.6942149,0.6487603,0.6487603,0.6942149,0.677686,0.6528926,0.6198347,0.5247934,0.5247934,0.5165289,0.5082645,0.55785125,0.553719,0.5413223,0.54545456,0.53305787,0.5371901,0.5413223,0.5413223,0.49173555,0.4876033,0.53305787,0.5206612,0.5289256,0.49173555,0.44214877,0.38842976,0.45041323,0.5082645,0.53305787,0.5289256,0.46280992,0.47933885,0.5082645,0.446281,0.36363637,0.38429752,0.3181818,0.23140496,0.18181819,0.1694215,0.12809917,0.11570248,0.18595041,0.20661157,0.26859504,0.29752067,0.35123968,0.446281,0.57024795,0.6198347,0.6404959,0.6859504,0.6942149,0.6859504,0.7107438,0.7066116,0.6652893,0.6404959,0.6570248,0.6652893,0.6818182,0.73140496,0.69008267,0.661157,0.607438,0.59090906,0.6404959,0.62396693,0.6404959,0.6322314,0.6198347,0.59090906,0.55785125,0.54545456,0.57024795,0.5495868,0.5206612,0.5206612,0.5165289,0.5206612,0.5082645,0.46280992,0.47933885,0.5247934,0.57438016,0.5371901,0.5371901,0.5082645,0.5082645,0.3677686,0.40495867,0.47107437,0.46280992,0.49586776,0.47933885,0.45867768,0.43801653,0.39256197,0.3677686,0.3140496,0.2603306,0.2107438,0.19421488,0.1694215,0.11157025,0.12396694,0.18595041,0.19421488,0.23966943,0.27272728,0.3305785,0.4090909,0.4876033,0.5247934,0.6280992,0.6694215,0.677686,0.6942149,0.70247936,0.6942149,0.677686,0.6818182,0.73966944,0.76033056,0.7355372,0.75619835,0.7231405,0.6487603,0.5785124,0.56198347,0.59504133,0.55785125,0.54545456,0.5247934,0.5247934,0.5165289,0.4876033,0.49173555,0.48347107,0.46280992,0.45041323,0.44214877,0.4338843,0.4214876,0.42561984,0.44214877,0.49586776,0.54545456,0.58677685,0.5413223,0.5495868,0.5247934,0.55785125,0.44214877,0.35950413,0.43801653,0.42975205,0.45867768,0.4752066,0.446281,0.4090909,0.35123968,0.3677686,0.3140496,0.2603306,0.1983471,0.1694215,0.14876033,0.11570248,0.11570248,0.18595041,0.20247933,0.21487603,0.25619835,0.30165288,0.29752067,0.5,0.55785125,0.6528926,0.6818182,0.6528926,0.6983471,0.6942149,0.6983471,0.6983471,0.6859504,0.7355372,0.7644628,0.75206614,0.7644628,0.7355372,0.6570248,0.59504133,0.59090906,0.62396693,0.59090906,0.5206612,0.46280992,0.42561984,0.38842976,0.38016528,0.40082645,0.35950413,0.3264463,0.3264463,0.3305785,0.3553719,0.39256197,0.42561984,0.45041323,0.5082645,0.55785125,0.57024795,0.5495868,0.56198347,0.5247934,0.55785125,0.5123967,0.41735536,0.43801653,0.40495867,0.42975205,0.4338843,0.4090909,0.4338843,0.338843,0.3305785,0.3264463,0.19008264,0.19421488,0.15289256,0.12809917,0.11983471,0.11157025,0.17768595,0.2107438,0.18181819,0.29338843,0.23553719,0.2603306,0.44214877,0.5,0.61570245,0.6818182,0.6280992,0.6983471,0.677686,0.6983471,0.7066116,0.6983471,0.677686,0.71900827,0.72727275,0.72727275,0.71900827,0.6446281,0.6198347,0.6363636,0.6280992,0.59917355,0.5247934,0.46694216,0.37190083,0.28512397,0.26859504,0.3181818,0.28512397,0.24793388,0.27272728,0.29752067,0.34710744,0.38429752,0.4090909,0.44214877,0.5041322,0.5371901,0.54545456,0.55785125,0.55785125,0.5,0.49586776,0.5,0.42975205,0.4338843,0.41735536,0.3966942,0.41322315,0.38429752,0.4090909,0.35123968,0.28512397,0.30165288,0.16528925,0.19421488,0.15289256,0.11983471,0.11570248,0.11983471,0.18181819,0.20661157,0.16528925,0.35123968,0.25619835,0.21900827,0.37190083,0.5,0.59090906,0.6198347,0.6322314,0.661157,0.6652893,0.6983471,0.6942149,0.71900827,0.6818182,0.6528926,0.7107438,0.71487606,0.71900827,0.6735537,0.6446281,0.6280992,0.59090906,0.54545456,0.49586776,0.41735536,0.34710744,0.26859504,0.21900827,0.2768595,0.24380165,0.24380165,0.27272728,0.26859504,0.30991736,0.3429752,0.38842976,0.42975205,0.5,0.5206612,0.5247934,0.5495868,0.5371901,0.44214877,0.39256197,0.45041323,0.42975205,0.41735536,0.4214876,0.36363637,0.38016528,0.37603307,0.38016528,0.3140496,0.24793388,0.23553719,0.19008264,0.18595041,0.16115703,0.11157025,0.11570248,0.11983471,0.18181819,0.20247933,0.16115703,0.30991736,0.28099173,0.24380165,0.24793388,0.46280992,0.55785125,0.5661157,0.6487603,0.6198347,0.6363636,0.6487603,0.6983471,0.6818182,0.71487606,0.6404959,0.71487606,0.73140496,0.74793386,0.7107438,0.677686,0.61157024,0.59917355,0.5165289,0.45867768,0.42975205,0.30991736,0.30165288,0.21900827,0.28099173,0.21487603,0.24793388,0.26859504,0.2603306,0.30578512,0.338843,0.37190083,0.4338843,0.4752066,0.5082645,0.5206612,0.5371901,0.5082645,0.41735536,0.3553719,0.38016528,0.4090909,0.40495867,0.39256197,0.3429752,0.33471075,0.35123968,0.3429752,0.24380165,0.21487603,0.18181819,0.1694215,0.18181819,0.16115703,0.11157025,0.11157025,0.11570248,0.18595041,0.19421488,0.1570248,0.29752067,0.3140496,0.24793388,0.20247933,0.41322315,0.5,0.59917355,0.6363636,0.61157024,0.6280992,0.58677685,0.6570248,0.6528926,0.61570245,0.6446281,0.6652893,0.76033056,0.76033056,0.71487606,0.69008267,0.6446281,0.60330576,0.47107437,0.45454547,0.38842976,0.35123968,0.34710744,0.21900827,0.28512397,0.2107438,0.24380165,0.24380165,0.2892562,0.29752067,0.34710744,0.37190083,0.42561984,0.46280992,0.5082645,0.53305787,0.53305787,0.5206612,0.41735536,0.32231405,0.30165288,0.33471075,0.37190083,0.3553719,0.3305785,0.3264463,0.33471075,0.2892562,0.21487603,0.18595041,0.18181819,0.1446281,0.21487603,0.16528925,0.10330579,0.11157025,0.11570248,0.19421488,0.19421488,0.14049587,0.3305785,0.3553719,0.25619835,0.19008264,0.35950413,0.44214877,0.5495868,0.58677685,0.59504133,0.6322314,0.59917355,0.6198347,0.59504133,0.57024795,0.6818182,0.71487606,0.76859504,0.74380165,0.73140496,0.6942149,0.6735537,0.62396693,0.46694216,0.49173555,0.40495867,0.46694216,0.3677686,0.23966943,0.2892562,0.20661157,0.28512397,0.2107438,0.29752067,0.3140496,0.34710744,0.40495867,0.45041323,0.4876033,0.5082645,0.5082645,0.49586776,0.5123967,0.45454547,0.338843,0.29338843,0.37603307,0.338843,0.3181818,0.3140496,0.338843,0.3305785,0.2603306,0.21487603,0.16528925,0.14876033,0.1570248,0.23966943,0.17355372,0.09090909,0.11157025,0.11570248,0.19421488,0.1983471,0.1446281,0.3140496,0.45867768,0.30578512,0.20247933,0.2768595,0.40082645,0.46694216,0.5413223,0.5661157,0.553719,0.5413223,0.58677685,0.5247934,0.56198347,0.661157,0.7066116,0.7107438,0.73140496,0.73140496,0.69008267,0.6735537,0.59917355,0.55785125,0.5,0.48347107,0.4876033,0.41735536,0.26859504,0.3264463,0.2107438,0.34710744,0.2603306,0.3264463,0.34710744,0.42975205,0.46280992,0.49586776,0.53305787,0.49173555,0.47933885,0.42975205,0.48347107,0.45041323,0.3140496,0.29338843,0.338843,0.32231405,0.30165288,0.3264463,0.338843,0.3181818,0.26859504,0.21900827,0.1694215,0.11157025,0.16115703,0.2644628,0.15289256,0.09090909,0.11157025,0.11570248,10 +0.48347107,0.5206612,0.59090906,0.6322314,0.6528926,0.7066116,0.7066116,0.74380165,0.78099173,0.78512394,0.7933884,0.78512394,0.7892562,0.79752064,0.7933884,0.79752064,0.7933884,0.79752064,0.8057851,0.8264463,0.822314,0.8305785,0.8347107,0.8347107,0.838843,0.8347107,0.8305785,0.8429752,0.8429752,0.8471074,0.8471074,0.8471074,0.8512397,0.8512397,0.8471074,0.8512397,0.8429752,0.8471074,0.8471074,0.8429752,0.8347107,0.8347107,0.8264463,0.8181818,0.822314,0.8264463,0.8181818,0.8140496,0.8140496,0.822314,0.8140496,0.822314,0.80991733,0.79752064,0.7933884,0.7644628,0.73140496,0.7066116,0.6528926,0.5785124,0.5165289,0.42561984,0.3429752,0.3305785,0.4876033,0.53305787,0.607438,0.6446281,0.6570248,0.6818182,0.7066116,0.7355372,0.7644628,0.78099173,0.7892562,0.78512394,0.7892562,0.79752064,0.79752064,0.79752064,0.79752064,0.79752064,0.80991733,0.8140496,0.8264463,0.822314,0.8347107,0.8347107,0.838843,0.838843,0.838843,0.8429752,0.8512397,0.8471074,0.8471074,0.8512397,0.8553719,0.8553719,0.8553719,0.8512397,0.8512397,0.8471074,0.8471074,0.8429752,0.8347107,0.822314,0.8347107,0.822314,0.8264463,0.8305785,0.8264463,0.822314,0.8264463,0.8181818,0.8140496,0.8140496,0.8140496,0.79752064,0.7892562,0.76033056,0.72727275,0.7066116,0.6694215,0.60330576,0.5041322,0.446281,0.37190083,0.3553719,0.49173555,0.55785125,0.60330576,0.6280992,0.6487603,0.6652893,0.70247936,0.73966944,0.7644628,0.78512394,0.78512394,0.7892562,0.7892562,0.7933884,0.8016529,0.79752064,0.80991733,0.8140496,0.8181818,0.822314,0.8264463,0.8264463,0.838843,0.838843,0.8347107,0.8429752,0.8429752,0.8471074,0.8471074,0.8512397,0.8512397,0.8471074,0.8553719,0.8553719,0.8512397,0.8553719,0.8512397,0.8512397,0.8471074,0.8471074,0.8347107,0.8181818,0.8347107,0.8264463,0.8264463,0.8305785,0.8264463,0.8305785,0.822314,0.8057851,0.8140496,0.8016529,0.8140496,0.8016529,0.7933884,0.7644628,0.72727275,0.7066116,0.6983471,0.62396693,0.5413223,0.45454547,0.38429752,0.38429752,0.5165289,0.58264464,0.61570245,0.6322314,0.6363636,0.6652893,0.70247936,0.7355372,0.7644628,0.78099173,0.7768595,0.7892562,0.7933884,0.79752064,0.8057851,0.8057851,0.80991733,0.8140496,0.8181818,0.8264463,0.8305785,0.8264463,0.8347107,0.838843,0.8429752,0.838843,0.8471074,0.8512397,0.8512397,0.8512397,0.8512397,0.8512397,0.8553719,0.8512397,0.8512397,0.8553719,0.8512397,0.8512397,0.8512397,0.8471074,0.838843,0.8347107,0.838843,0.8347107,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.80991733,0.8140496,0.8140496,0.8181818,0.8016529,0.7933884,0.76859504,0.7231405,0.7107438,0.7066116,0.6487603,0.5661157,0.49586776,0.36363637,0.35123968,0.49173555,0.59504133,0.6322314,0.6404959,0.6404959,0.661157,0.6859504,0.7231405,0.7644628,0.7768595,0.78099173,0.7892562,0.7933884,0.79752064,0.8016529,0.8057851,0.8140496,0.8181818,0.822314,0.8305785,0.8347107,0.838843,0.838843,0.8429752,0.8553719,0.838843,0.8471074,0.8429752,0.8512397,0.8512397,0.8553719,0.8512397,0.8512397,0.8471074,0.8512397,0.8471074,0.8471074,0.8512397,0.8471074,0.8471074,0.8471074,0.8429752,0.838843,0.8347107,0.8429752,0.8347107,0.8305785,0.8305785,0.8305785,0.8264463,0.8181818,0.8140496,0.8140496,0.79752064,0.7933884,0.77272725,0.7231405,0.70247936,0.6942149,0.661157,0.607438,0.5289256,0.40495867,0.20661157,0.46280992,0.5495868,0.6280992,0.6528926,0.6446281,0.6487603,0.677686,0.71900827,0.76033056,0.77272725,0.7933884,0.7768595,0.78512394,0.7892562,0.80991733,0.80991733,0.8057851,0.8140496,0.8181818,0.822314,0.8305785,0.838843,0.838843,0.8429752,0.838843,0.8429752,0.838843,0.8471074,0.8512397,0.8429752,0.8471074,0.8553719,0.8512397,0.8553719,0.8553719,0.8553719,0.8471074,0.8471074,0.8553719,0.8512397,0.8512397,0.8471074,0.838843,0.838843,0.838843,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.822314,0.822314,0.8181818,0.8016529,0.79752064,0.76859504,0.7231405,0.6983471,0.6859504,0.6570248,0.6446281,0.58264464,0.45867768,0.19008264,0.47933885,0.553719,0.6198347,0.6487603,0.6446281,0.6652893,0.677686,0.71487606,0.74793386,0.76859504,0.7892562,0.78099173,0.7892562,0.7892562,0.8140496,0.80991733,0.80991733,0.80991733,0.8140496,0.822314,0.8305785,0.8347107,0.8305785,0.8347107,0.838843,0.838843,0.8347107,0.8347107,0.8429752,0.8471074,0.838843,0.8471074,0.8471074,0.8512397,0.8471074,0.8512397,0.8512397,0.8512397,0.8553719,0.8512397,0.8471074,0.8429752,0.838843,0.838843,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.8264463,0.822314,0.8181818,0.8057851,0.79752064,0.78099173,0.73140496,0.70247936,0.677686,0.6528926,0.6487603,0.61157024,0.5123967,0.2603306,0.49173555,0.55785125,0.607438,0.6322314,0.6404959,0.6652893,0.6818182,0.71900827,0.75619835,0.77272725,0.7892562,0.7933884,0.79752064,0.8016529,0.8140496,0.8057851,0.80991733,0.8140496,0.8140496,0.8264463,0.8264463,0.8264463,0.8305785,0.8305785,0.8347107,0.8347107,0.838843,0.8429752,0.838843,0.8512397,0.838843,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.8512397,0.8471074,0.8512397,0.8429752,0.8512397,0.8429752,0.8347107,0.8347107,0.8347107,0.8347107,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8264463,0.822314,0.80991733,0.8016529,0.78512394,0.74380165,0.7066116,0.6735537,0.6528926,0.6363636,0.60330576,0.5413223,0.3264463,0.49173555,0.55785125,0.58677685,0.61570245,0.6363636,0.661157,0.69008267,0.72727275,0.75206614,0.77272725,0.78512394,0.7933884,0.79752064,0.80991733,0.8181818,0.8140496,0.79752064,0.79752064,0.8057851,0.822314,0.8181818,0.8140496,0.8181818,0.8181818,0.8305785,0.8347107,0.8347107,0.838843,0.838843,0.8429752,0.838843,0.838843,0.8429752,0.8429752,0.8471074,0.8429752,0.838843,0.8429752,0.8429752,0.8347107,0.838843,0.838843,0.8264463,0.8347107,0.8305785,0.8347107,0.8305785,0.8305785,0.8264463,0.8347107,0.8264463,0.822314,0.8181818,0.80991733,0.8016529,0.78512394,0.76033056,0.7066116,0.6735537,0.6446281,0.6198347,0.59504133,0.553719,0.3553719,0.49586776,0.5495868,0.57024795,0.59090906,0.6280992,0.6570248,0.6859504,0.7231405,0.74380165,0.75619835,0.76859504,0.7768595,0.77272725,0.78099173,0.78099173,0.7768595,0.74793386,0.7231405,0.73966944,0.76859504,0.7644628,0.74380165,0.76033056,0.7768595,0.7892562,0.80991733,0.8181818,0.8305785,0.8305785,0.8347107,0.8305785,0.8347107,0.838843,0.8347107,0.838843,0.838843,0.8305785,0.8264463,0.8181818,0.8264463,0.8057851,0.79752064,0.7933884,0.8057851,0.8140496,0.8057851,0.8016529,0.79752064,0.7933884,0.7892562,0.7933884,0.7933884,0.7933884,0.78512394,0.7892562,0.78512394,0.7644628,0.7107438,0.6652893,0.6446281,0.61157024,0.58677685,0.5495868,0.3553719,0.5165289,0.5413223,0.57438016,0.5785124,0.59504133,0.6487603,0.6570248,0.70247936,0.7066116,0.6818182,0.6942149,0.6859504,0.6570248,0.6487603,0.61570245,0.5785124,0.56198347,0.53305787,0.5371901,0.58264464,0.5785124,0.58264464,0.58677685,0.6528926,0.6942149,0.73966944,0.76859504,0.8140496,0.8181818,0.8140496,0.8181818,0.8181818,0.8305785,0.8264463,0.8305785,0.8181818,0.8140496,0.7892562,0.78099173,0.77272725,0.6859504,0.6859504,0.677686,0.6652893,0.6735537,0.6652893,0.661157,0.6446281,0.6280992,0.6322314,0.6528926,0.6570248,0.70247936,0.6735537,0.69008267,0.74380165,0.74793386,0.71900827,0.6694215,0.6280992,0.59917355,0.57438016,0.5371901,0.33471075,0.5289256,0.5413223,0.56198347,0.57438016,0.57438016,0.59504133,0.607438,0.59917355,0.60330576,0.59504133,0.55785125,0.56198347,0.5289256,0.5041322,0.48347107,0.4752066,0.46694216,0.4338843,0.4090909,0.41322315,0.45041323,0.45041323,0.46694216,0.553719,0.61570245,0.62396693,0.677686,0.75619835,0.78099173,0.78512394,0.8016529,0.8016529,0.80991733,0.8016529,0.8140496,0.8016529,0.7768595,0.72727275,0.69008267,0.6487603,0.56198347,0.5495868,0.5123967,0.46694216,0.43801653,0.45454547,0.45867768,0.43801653,0.446281,0.46280992,0.4876033,0.5165289,0.54545456,0.55785125,0.5371901,0.55785125,0.61157024,0.6404959,0.60330576,0.61157024,0.59917355,0.57024795,0.5123967,0.32231405,0.5206612,0.5371901,0.54545456,0.553719,0.5082645,0.4752066,0.4876033,0.49586776,0.5165289,0.5206612,0.5165289,0.5206612,0.5123967,0.4752066,0.446281,0.4214876,0.4090909,0.40495867,0.37603307,0.39256197,0.40495867,0.42561984,0.43801653,0.5041322,0.59504133,0.5495868,0.59917355,0.6818182,0.7231405,0.73966944,0.77272725,0.7892562,0.7933884,0.7933884,0.78512394,0.7768595,0.7355372,0.661157,0.59090906,0.553719,0.5289256,0.5041322,0.46694216,0.42561984,0.38842976,0.37603307,0.38842976,0.36363637,0.3966942,0.446281,0.46694216,0.4876033,0.49173555,0.49173555,0.5123967,0.5041322,0.49586776,0.5123967,0.4752066,0.5165289,0.59504133,0.56198347,0.5123967,0.3140496,0.5041322,0.5371901,0.5289256,0.5,0.42561984,0.38842976,0.42975205,0.446281,0.46694216,0.49173555,0.5082645,0.5289256,0.5413223,0.53305787,0.5165289,0.46694216,0.45041323,0.41322315,0.3677686,0.3429752,0.3553719,0.38842976,0.41735536,0.45867768,0.53305787,0.5413223,0.57024795,0.6404959,0.6942149,0.7231405,0.75619835,0.78099173,0.78512394,0.7768595,0.76859504,0.76033056,0.7107438,0.6322314,0.5785124,0.54545456,0.5165289,0.4876033,0.45041323,0.41735536,0.39256197,0.37190083,0.38842976,0.40082645,0.47107437,0.5,0.5289256,0.5247934,0.5206612,0.5206612,0.5165289,0.49586776,0.49173555,0.47933885,0.45454547,0.45867768,0.56198347,0.56198347,0.5123967,0.29338843,0.48347107,0.5371901,0.5165289,0.45454547,0.3966942,0.40495867,0.4338843,0.45867768,0.47107437,0.5206612,0.5247934,0.5041322,0.46280992,0.45041323,0.46694216,0.47107437,0.5371901,0.49173555,0.41322315,0.37603307,0.2892562,0.24793388,0.2892562,0.3553719,0.41735536,0.46280992,0.53305787,0.59917355,0.6570248,0.6983471,0.76033056,0.78099173,0.77272725,0.78099173,0.7768595,0.76033056,0.71900827,0.6487603,0.58264464,0.53305787,0.4752066,0.4338843,0.37603307,0.3181818,0.33471075,0.33471075,0.35950413,0.3553719,0.40082645,0.3966942,0.4090909,0.46280992,0.5041322,0.5371901,0.54545456,0.5206612,0.5165289,0.5082645,0.47933885,0.42975205,0.5165289,0.54545456,0.5289256,0.3140496,0.49173555,0.5123967,0.5,0.446281,0.41322315,0.4214876,0.45867768,0.47933885,0.49586776,0.47933885,0.45454547,0.3966942,0.38842976,0.40082645,0.39256197,0.3181818,0.3553719,0.38842976,0.3553719,0.43801653,0.46694216,0.4214876,0.3429752,0.30578512,0.3429752,0.3677686,0.4090909,0.5041322,0.59917355,0.6859504,0.74380165,0.76859504,0.76033056,0.78099173,0.78099173,0.75619835,0.7066116,0.6322314,0.53305787,0.46694216,0.4214876,0.40082645,0.40495867,0.4214876,0.41735536,0.34710744,0.28099173,0.3181818,0.29338843,0.23553719,0.28099173,0.30578512,0.35950413,0.38842976,0.47107437,0.5206612,0.5247934,0.5123967,0.46280992,0.49586776,0.5413223,0.5495868,0.53305787,0.37603307,0.5082645,0.5,0.5041322,0.4752066,0.45454547,0.43801653,0.45867768,0.4752066,0.4752066,0.40495867,0.3429752,0.33471075,0.338843,0.3429752,0.2603306,0.22727273,0.22727273,0.43801653,0.24380165,0.4338843,0.5495868,0.47933885,0.46694216,0.45454547,0.40082645,0.38842976,0.38429752,0.41322315,0.5289256,0.677686,0.74380165,0.77272725,0.78512394,0.8057851,0.79752064,0.76033056,0.6942149,0.59917355,0.5123967,0.47107437,0.446281,0.46280992,0.45867768,0.5041322,0.5165289,0.35950413,0.25619835,0.5041322,0.3140496,0.20247933,0.38016528,0.38429752,0.2892562,0.338843,0.35123968,0.446281,0.5206612,0.5371901,0.5247934,0.553719,0.56198347,0.5495868,0.553719,0.40495867,0.5123967,0.5041322,0.5,0.5206612,0.5165289,0.5082645,0.49586776,0.49586776,0.46694216,0.37603307,0.29338843,0.28512397,0.39256197,0.5165289,0.338843,0.29752067,0.16115703,0.30165288,0.32231405,0.61157024,0.75619835,0.60330576,0.48347107,0.53305787,0.5785124,0.45041323,0.42561984,0.40495867,0.5123967,0.6859504,0.7892562,0.8181818,0.822314,0.8181818,0.8181818,0.7644628,0.6818182,0.58264464,0.5206612,0.5371901,0.5661157,0.55785125,0.59504133,0.6446281,0.7107438,0.44214877,0.28099173,0.29752067,0.3181818,0.27272728,0.5413223,0.6652893,0.38842976,0.2768595,0.34710744,0.41735536,0.5041322,0.54545456,0.553719,0.59090906,0.5785124,0.56198347,0.5661157,0.44214877,0.5,0.5165289,0.5,0.5413223,0.54545456,0.54545456,0.5206612,0.49173555,0.43801653,0.35950413,0.2603306,0.37190083,0.5082645,0.61570245,0.54545456,0.4090909,0.3429752,0.38016528,0.5,0.73966944,0.76859504,0.677686,0.5785124,0.53305787,0.6446281,0.55785125,0.48347107,0.46280992,0.53305787,0.70247936,0.7933884,0.822314,0.8305785,0.822314,0.822314,0.78099173,0.6818182,0.59090906,0.5661157,0.6322314,0.6652893,0.59504133,0.6363636,0.6735537,0.75206614,0.61157024,0.43801653,0.3553719,0.36363637,0.46694216,0.6694215,0.7107438,0.5413223,0.37603307,0.3677686,0.42975205,0.4876033,0.5371901,0.5785124,0.59917355,0.58677685,0.57024795,0.56198347,0.45867768,0.5206612,0.5371901,0.5289256,0.5495868,0.5661157,0.5413223,0.5247934,0.5041322,0.46280992,0.43801653,0.3677686,0.40495867,0.45454547,0.5289256,0.6446281,0.6570248,0.58677685,0.59917355,0.6404959,0.6818182,0.6735537,0.61570245,0.59090906,0.59090906,0.59504133,0.62396693,0.5371901,0.54545456,0.59917355,0.70247936,0.78099173,0.8140496,0.8305785,0.8305785,0.822314,0.7892562,0.6983471,0.59504133,0.61570245,0.70247936,0.69008267,0.607438,0.58677685,0.59504133,0.6363636,0.677686,0.6322314,0.57438016,0.53305787,0.61157024,0.6280992,0.55785125,0.4876033,0.42561984,0.4876033,0.5082645,0.5082645,0.5413223,0.59504133,0.61570245,0.60330576,0.59090906,0.57438016,0.46694216,0.5371901,0.54545456,0.57438016,0.607438,0.6404959,0.62396693,0.6404959,0.6198347,0.59917355,0.57438016,0.5,0.46694216,0.45867768,0.44214877,0.45867768,0.5206612,0.5495868,0.5413223,0.553719,0.56198347,0.57024795,0.553719,0.57438016,0.59504133,0.553719,0.607438,0.61157024,0.6404959,0.6487603,0.6983471,0.78512394,0.8140496,0.8264463,0.838843,0.80991733,0.7768595,0.6859504,0.62396693,0.6363636,0.6818182,0.6528926,0.61570245,0.553719,0.5371901,0.5123967,0.54545456,0.5495868,0.5206612,0.54545456,0.4876033,0.47107437,0.46694216,0.47933885,0.5082645,0.57438016,0.61570245,0.61570245,0.607438,0.6363636,0.6446281,0.6322314,0.59917355,0.58264464,0.446281,0.5495868,0.56198347,0.60330576,0.6446281,0.6652893,0.6983471,0.71900827,0.71487606,0.69008267,0.6570248,0.59917355,0.5495868,0.5082645,0.49173555,0.5247934,0.5082645,0.49586776,0.4876033,0.49586776,0.4876033,0.49586776,0.5123967,0.55785125,0.59504133,0.59090906,0.6570248,0.6942149,0.70247936,0.6859504,0.6942149,0.75619835,0.80991733,0.8347107,0.8347107,0.8140496,0.7892562,0.6942149,0.6404959,0.6570248,0.6652893,0.6198347,0.59504133,0.55785125,0.5082645,0.49586776,0.4752066,0.47933885,0.4752066,0.5,0.49586776,0.5,0.5165289,0.53305787,0.55785125,0.60330576,0.6404959,0.6694215,0.677686,0.6694215,0.677686,0.6446281,0.61570245,0.58264464,0.45041323,0.5289256,0.57438016,0.61157024,0.6570248,0.6818182,0.7107438,0.7355372,0.73966944,0.7231405,0.6942149,0.661157,0.61570245,0.57024795,0.5371901,0.53305787,0.5,0.49173555,0.4876033,0.4876033,0.5165289,0.5371901,0.5785124,0.6198347,0.6280992,0.6652893,0.72727275,0.7355372,0.71900827,0.6818182,0.6859504,0.74793386,0.8057851,0.8305785,0.8305785,0.822314,0.7933884,0.7107438,0.6487603,0.6942149,0.70247936,0.6570248,0.61157024,0.607438,0.5495868,0.5413223,0.5,0.4752066,0.46694216,0.49173555,0.5082645,0.5371901,0.55785125,0.58677685,0.61570245,0.6280992,0.6528926,0.6818182,0.70247936,0.6983471,0.69008267,0.6652893,0.62396693,0.60330576,0.4338843,0.5041322,0.57024795,0.61157024,0.661157,0.6942149,0.7231405,0.7355372,0.74380165,0.73140496,0.71900827,0.7107438,0.6735537,0.6363636,0.607438,0.58677685,0.5661157,0.56198347,0.5661157,0.57024795,0.58677685,0.6363636,0.6487603,0.6818182,0.69008267,0.71900827,0.74793386,0.73966944,0.7231405,0.69008267,0.677686,0.72727275,0.79752064,0.8305785,0.8264463,0.822314,0.7933884,0.71900827,0.6570248,0.7066116,0.73966944,0.7066116,0.6652893,0.6487603,0.6280992,0.60330576,0.5785124,0.55785125,0.5495868,0.55785125,0.57438016,0.5785124,0.607438,0.6363636,0.6570248,0.6528926,0.6735537,0.70247936,0.71900827,0.7107438,0.6942149,0.6735537,0.6280992,0.6198347,0.42561984,0.5123967,0.5413223,0.59090906,0.6528926,0.6942149,0.72727275,0.74793386,0.76033056,0.75619835,0.73140496,0.7355372,0.72727275,0.7066116,0.69008267,0.6735537,0.6859504,0.6528926,0.677686,0.6818182,0.69008267,0.73140496,0.73966944,0.7355372,0.7231405,0.7107438,0.75206614,0.73966944,0.72727275,0.6859504,0.6694215,0.7066116,0.78512394,0.822314,0.8305785,0.8140496,0.7892562,0.71487606,0.6694215,0.7107438,0.7355372,0.72727275,0.71900827,0.7066116,0.6859504,0.6735537,0.6528926,0.6446281,0.6528926,0.6487603,0.6487603,0.6570248,0.6652893,0.677686,0.6859504,0.70247936,0.7066116,0.71900827,0.72727275,0.71900827,0.70247936,0.6694215,0.6280992,0.6198347,0.38016528,0.4876033,0.5371901,0.5785124,0.6404959,0.6942149,0.72727275,0.76033056,0.7644628,0.76859504,0.75206614,0.74380165,0.74793386,0.74380165,0.74380165,0.72727275,0.74380165,0.7231405,0.74380165,0.76033056,0.7644628,0.7644628,0.76033056,0.73966944,0.71900827,0.72727275,0.74793386,0.74793386,0.72727275,0.6859504,0.6652893,0.7066116,0.77272725,0.8181818,0.8305785,0.8305785,0.7892562,0.71900827,0.677686,0.71900827,0.73966944,0.7231405,0.7355372,0.74793386,0.74380165,0.73966944,0.71487606,0.71900827,0.71900827,0.7107438,0.70247936,0.6983471,0.7066116,0.7107438,0.73140496,0.7231405,0.73140496,0.7355372,0.73140496,0.7231405,0.70247936,0.6652893,0.62396693,0.6280992,0.3181818,0.4876033,0.5289256,0.57438016,0.6322314,0.6694215,0.71900827,0.75619835,0.76033056,0.77272725,0.76859504,0.76859504,0.7644628,0.7768595,0.7768595,0.7768595,0.77272725,0.76859504,0.7768595,0.78099173,0.78512394,0.78099173,0.7644628,0.74793386,0.7231405,0.7231405,0.74793386,0.7355372,0.7066116,0.6859504,0.6735537,0.70247936,0.7768595,0.822314,0.8347107,0.8264463,0.8057851,0.73140496,0.677686,0.7107438,0.74793386,0.72727275,0.7231405,0.74380165,0.75206614,0.77272725,0.76033056,0.75619835,0.74793386,0.74380165,0.74793386,0.7355372,0.73140496,0.71900827,0.74380165,0.7355372,0.74380165,0.75206614,0.73140496,0.72727275,0.6983471,0.6652893,0.61157024,0.62396693,0.22727273,0.46280992,0.5247934,0.5661157,0.62396693,0.6570248,0.70247936,0.73966944,0.75619835,0.77272725,0.77272725,0.78099173,0.78099173,0.78512394,0.7892562,0.78512394,0.77272725,0.78512394,0.7892562,0.7933884,0.7933884,0.78099173,0.76859504,0.74793386,0.72727275,0.71900827,0.73140496,0.71900827,0.69008267,0.6818182,0.6735537,0.71487606,0.78099173,0.822314,0.8347107,0.8347107,0.8140496,0.76033056,0.6859504,0.6859504,0.7355372,0.73140496,0.73140496,0.74793386,0.75619835,0.78512394,0.7892562,0.7892562,0.77272725,0.77272725,0.76859504,0.76033056,0.75619835,0.72727275,0.74380165,0.76033056,0.75206614,0.76033056,0.74380165,0.72727275,0.69008267,0.661157,0.61157024,0.59504133,0.19421488,0.446281,0.5041322,0.56198347,0.61157024,0.6570248,0.6859504,0.71487606,0.73140496,0.7644628,0.76033056,0.78512394,0.77272725,0.78512394,0.7892562,0.7892562,0.78512394,0.7933884,0.79752064,0.7933884,0.78512394,0.7892562,0.7644628,0.75206614,0.73140496,0.71487606,0.71900827,0.6818182,0.6570248,0.677686,0.6859504,0.74793386,0.7892562,0.8305785,0.838843,0.8305785,0.8181818,0.7933884,0.7231405,0.6735537,0.6942149,0.72727275,0.74380165,0.75206614,0.75619835,0.78099173,0.7933884,0.8016529,0.78512394,0.78512394,0.7892562,0.77272725,0.77272725,0.76033056,0.75206614,0.7644628,0.74793386,0.74380165,0.74380165,0.71487606,0.6735537,0.6487603,0.607438,0.5413223,0.21900827,0.44214877,0.47107437,0.56198347,0.60330576,0.6404959,0.661157,0.6859504,0.7066116,0.74380165,0.7644628,0.7644628,0.77272725,0.78512394,0.78512394,0.7933884,0.79752064,0.78512394,0.7933884,0.7933884,0.7768595,0.78512394,0.76033056,0.75206614,0.73966944,0.7066116,0.6818182,0.661157,0.61570245,0.6694215,0.73140496,0.78099173,0.8016529,0.8264463,0.838843,0.838843,0.822314,0.80991733,0.78512394,0.6942149,0.6487603,0.6818182,0.72727275,0.76033056,0.77272725,0.7768595,0.7892562,0.79752064,0.7933884,0.7933884,0.79752064,0.7768595,0.78099173,0.7768595,0.78099173,0.7644628,0.75206614,0.74380165,0.73140496,0.6859504,0.6570248,0.6487603,0.59090906,0.5,0.28099173,0.41322315,0.446281,0.5165289,0.58264464,0.62396693,0.6322314,0.677686,0.6983471,0.72727275,0.75206614,0.7644628,0.77272725,0.7892562,0.79752064,0.7892562,0.7892562,0.7892562,0.7933884,0.7933884,0.78512394,0.78512394,0.76033056,0.74793386,0.71487606,0.6694215,0.6694215,0.6404959,0.6322314,0.70247936,0.7644628,0.80991733,0.8264463,0.8347107,0.838843,0.8347107,0.8305785,0.8181818,0.8181818,0.7768595,0.6652893,0.6404959,0.6818182,0.74380165,0.76859504,0.7933884,0.79752064,0.7933884,0.7933884,0.7892562,0.8016529,0.7892562,0.78512394,0.7892562,0.77272725,0.76033056,0.74793386,0.73140496,0.71487606,0.69008267,0.6570248,0.6404959,0.57024795,0.45454547,0.38429752,0.38842976,0.42975205,0.48347107,0.5495868,0.607438,0.61570245,0.6735537,0.69008267,0.7231405,0.74380165,0.76033056,0.76859504,0.78099173,0.7933884,0.7892562,0.7933884,0.7892562,0.78512394,0.7892562,0.7892562,0.78099173,0.7768595,0.73966944,0.6528926,0.6404959,0.6818182,0.6487603,0.6570248,0.72727275,0.7644628,0.822314,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.822314,0.8181818,0.80991733,0.71487606,0.6570248,0.6363636,0.71900827,0.76859504,0.7892562,0.7768595,0.78512394,0.7933884,0.7892562,0.7933884,0.78512394,0.78512394,0.7933884,0.77272725,0.76859504,0.75206614,0.73140496,0.71487606,0.6694215,0.6322314,0.61157024,0.5371901,0.43801653,0.45454547,0.37603307,0.42975205,0.46280992,0.5247934,0.57438016,0.61157024,0.661157,0.6859504,0.71487606,0.73966944,0.75206614,0.76033056,0.76859504,0.78099173,0.78099173,0.7892562,0.7892562,0.7892562,0.78099173,0.7892562,0.76033056,0.74380165,0.6942149,0.57024795,0.6280992,0.677686,0.6198347,0.661157,0.73140496,0.75206614,0.80991733,0.8264463,0.8347107,0.8429752,0.8305785,0.8305785,0.8264463,0.8016529,0.80991733,0.7231405,0.6694215,0.6280992,0.6735537,0.74793386,0.7644628,0.75619835,0.77272725,0.78512394,0.78099173,0.7892562,0.78099173,0.7768595,0.78099173,0.76859504,0.7644628,0.74380165,0.7231405,0.6983471,0.6487603,0.6198347,0.58264464,0.5247934,0.42975205,0.49173555,0.3264463,0.43801653,0.446281,0.49586776,0.5413223,0.57438016,0.6363636,0.661157,0.6983471,0.71487606,0.73966944,0.74793386,0.76033056,0.7644628,0.7768595,0.77272725,0.7892562,0.78099173,0.76859504,0.7644628,0.73966944,0.71487606,0.6570248,0.5,0.61157024,0.6487603,0.54545456,0.60330576,0.70247936,0.7231405,0.7892562,0.80991733,0.8181818,0.822314,0.8264463,0.8305785,0.8181818,0.78099173,0.7644628,0.7107438,0.62396693,0.6404959,0.6404959,0.71487606,0.72727275,0.7355372,0.75619835,0.77272725,0.7644628,0.78099173,0.78099173,0.76859504,0.7644628,0.76033056,0.74793386,0.73140496,0.7066116,0.677686,0.62396693,0.59504133,0.5661157,0.5206612,0.42975205,0.5247934,0.25619835,0.42561984,0.446281,0.4876033,0.5041322,0.54545456,0.59504133,0.6322314,0.6694215,0.69008267,0.7066116,0.73140496,0.75206614,0.7644628,0.75619835,0.7644628,0.7768595,0.76859504,0.74793386,0.73966944,0.7066116,0.70247936,0.661157,0.46694216,0.5289256,0.60330576,0.46694216,0.3966942,0.5247934,0.61570245,0.70247936,0.74380165,0.77272725,0.7355372,0.73966944,0.7892562,0.75206614,0.6983471,0.6322314,0.5785124,0.56198347,0.61570245,0.6404959,0.7107438,0.7107438,0.71900827,0.74380165,0.74793386,0.76033056,0.7644628,0.76033056,0.76033056,0.73966944,0.73966944,0.72727275,0.70247936,0.6818182,0.661157,0.59504133,0.59090906,0.5495868,0.5041322,0.4338843,0.58264464,0.18595041,0.4214876,0.44214877,0.4752066,0.5123967,0.5165289,0.5495868,0.57438016,0.6322314,0.6694215,0.69008267,0.71487606,0.74793386,0.76033056,0.76033056,0.76859504,0.76033056,0.75206614,0.73966944,0.72727275,0.7066116,0.7107438,0.7066116,0.55785125,0.45867768,0.5247934,0.45867768,0.338843,0.27272728,0.36363637,0.5082645,0.61157024,0.6528926,0.62396693,0.61570245,0.661157,0.607438,0.5165289,0.4214876,0.4338843,0.5247934,0.58264464,0.6404959,0.7107438,0.7107438,0.7107438,0.73140496,0.74793386,0.73966944,0.73966944,0.74380165,0.73966944,0.73966944,0.72727275,0.70247936,0.677686,0.6528926,0.6280992,0.59090906,0.57438016,0.5413223,0.47107437,0.40495867,0.59917355,0.11983471,0.40495867,0.44214877,0.4752066,0.49173555,0.49173555,0.5371901,0.53305787,0.58677685,0.6322314,0.6818182,0.7107438,0.7355372,0.74380165,0.75619835,0.76033056,0.74380165,0.7231405,0.71487606,0.71900827,0.7355372,0.74380165,0.74793386,0.6528926,0.5,0.4214876,0.3677686,0.28099173,0.1983471,0.20247933,0.30578512,0.41322315,0.46280992,0.46280992,0.47107437,0.5,0.46280992,0.35950413,0.25619835,0.3181818,0.45454547,0.5785124,0.677686,0.71487606,0.7355372,0.71900827,0.72727275,0.73966944,0.74380165,0.7355372,0.7355372,0.73140496,0.7231405,0.70247936,0.6859504,0.6528926,0.62396693,0.60330576,0.58264464,0.5661157,0.53305787,0.4214876,0.37603307,0.58264464,0.0785124,0.39256197,0.42561984,0.47107437,0.49173555,0.4876033,0.5247934,0.5413223,0.5661157,0.60330576,0.6487603,0.69008267,0.7107438,0.72727275,0.74793386,0.74380165,0.7231405,0.7066116,0.70247936,0.73140496,0.7644628,0.77272725,0.77272725,0.71900827,0.62396693,0.49586776,0.35123968,0.28099173,0.23553719,0.21900827,0.23553719,0.2603306,0.30578512,0.30991736,0.3264463,0.35123968,0.37603307,0.34710744,0.3181818,0.38429752,0.5123967,0.661157,0.71487606,0.71487606,0.73966944,0.73140496,0.71487606,0.7231405,0.7355372,0.73140496,0.72727275,0.71900827,0.7107438,0.6818182,0.661157,0.62396693,0.60330576,0.59504133,0.58264464,0.5413223,0.5495868,0.35950413,0.3553719,0.56198347,0.016528925,0.3429752,0.41735536,0.446281,0.49173555,0.5041322,0.5123967,0.5206612,0.5206612,0.5661157,0.607438,0.6694215,0.6859504,0.6942149,0.7231405,0.72727275,0.71487606,0.6942149,0.7066116,0.74793386,0.7644628,0.7768595,0.7768595,0.7644628,0.73140496,0.6735537,0.5289256,0.4338843,0.35123968,0.3140496,0.29338843,0.28512397,0.29338843,0.28512397,0.3264463,0.40495867,0.45041323,0.46694216,0.56198347,0.61570245,0.661157,0.7066116,0.71900827,0.71487606,0.74380165,0.7355372,0.70247936,0.7107438,0.7231405,0.7355372,0.71900827,0.7107438,0.6983471,0.6694215,0.6404959,0.60330576,0.59504133,0.58677685,0.57024795,0.5413223,0.5413223,0.29752067,0.3553719,0.55785125,0.045454547,0.23553719,0.4338843,0.42561984,0.47933885,0.5082645,0.5206612,0.5082645,0.5123967,0.5371901,0.5785124,0.6404959,0.6694215,0.6859504,0.70247936,0.7107438,0.70247936,0.69008267,0.7231405,0.74380165,0.75206614,0.76033056,0.76859504,0.7644628,0.75206614,0.75619835,0.6859504,0.5289256,0.4752066,0.47107437,0.44214877,0.45041323,0.45041323,0.44214877,0.49586776,0.5413223,0.5661157,0.59090906,0.6735537,0.6818182,0.7066116,0.71900827,0.7231405,0.71487606,0.7355372,0.73140496,0.71900827,0.6942149,0.6983471,0.7066116,0.7066116,0.70247936,0.6818182,0.6570248,0.61570245,0.58264464,0.58677685,0.57438016,0.56198347,0.553719,0.5165289,0.23553719,0.37603307,0.5661157,0.07438017,0.14049587,0.38429752,0.41735536,0.46280992,0.5041322,0.5206612,0.5289256,0.5082645,0.5082645,0.55785125,0.61157024,0.6446281,0.6652893,0.6859504,0.6983471,0.6818182,0.69008267,0.71487606,0.73966944,0.74380165,0.76033056,0.75619835,0.75206614,0.76859504,0.75619835,0.73966944,0.6446281,0.58677685,0.58264464,0.59917355,0.59090906,0.5785124,0.57438016,0.59090906,0.6446281,0.6487603,0.6446281,0.6942149,0.6818182,0.7066116,0.71900827,0.7107438,0.7066116,0.71900827,0.72727275,0.74793386,0.7107438,0.6859504,0.69008267,0.69008267,0.6818182,0.6694215,0.6446281,0.58264464,0.5661157,0.58264464,0.58264464,0.55785125,0.57024795,0.4752066,0.17355372,0.3553719,0.57024795,0.10330579,0.10743801,0.32231405,0.40495867,0.43801653,0.4876033,0.5082645,0.5289256,0.5206612,0.4876033,0.5247934,0.58677685,0.61570245,0.6404959,0.661157,0.6694215,0.6735537,0.6983471,0.71900827,0.7231405,0.7355372,0.74793386,0.75206614,0.75206614,0.7644628,0.75619835,0.75206614,0.73140496,0.6735537,0.661157,0.6570248,0.6528926,0.6322314,0.61157024,0.59917355,0.661157,0.70247936,0.69008267,0.7107438,0.7107438,0.7231405,0.7231405,0.7107438,0.6942149,0.70247936,0.7107438,0.73140496,0.71900827,0.69008267,0.69008267,0.677686,0.6694215,0.661157,0.62396693,0.57024795,0.57024795,0.58677685,0.59090906,0.57438016,0.55785125,0.41322315,0.12396694,0.3305785,0.5495868,0.11157025,0.12809917,0.24380165,0.38016528,0.40495867,0.45454547,0.4752066,0.5165289,0.53305787,0.49173555,0.49586776,0.55785125,0.58677685,0.607438,0.6446281,0.6487603,0.6735537,0.70247936,0.7107438,0.6942149,0.7231405,0.7231405,0.7355372,0.7355372,0.74380165,0.76033056,0.75619835,0.74380165,0.7355372,0.7231405,0.72727275,0.71900827,0.6983471,0.6652893,0.6404959,0.6859504,0.7231405,0.71900827,0.73966944,0.7231405,0.71900827,0.7107438,0.6942149,0.6859504,0.6735537,0.6942149,0.71900827,0.7107438,0.70247936,0.6818182,0.677686,0.6652893,0.6528926,0.60330576,0.57024795,0.5785124,0.59504133,0.58677685,0.5785124,0.5289256,0.338843,0.11157025,0.2768595,0.49586776,0.1446281,0.20661157,0.23553719,0.3140496,0.3966942,0.44214877,0.48347107,0.5123967,0.55785125,0.5123967,0.49173555,0.5413223,0.57438016,0.607438,0.6446281,0.6528926,0.6570248,0.7066116,0.7066116,0.661157,0.6528926,0.6652893,0.6983471,0.7066116,0.72727275,0.75619835,0.74380165,0.72727275,0.73140496,0.677686,0.7355372,0.74793386,0.74793386,0.6983471,0.677686,0.6818182,0.6818182,0.7066116,0.7355372,0.7355372,0.71900827,0.7066116,0.6818182,0.6404959,0.6280992,0.661157,0.70247936,0.7066116,0.7107438,0.6859504,0.677686,0.677686,0.6487603,0.61157024,0.5785124,0.607438,0.59917355,0.59090906,0.5661157,0.46280992,0.27272728,0.14876033,0.24380165,0.45454547,0.24793388,0.2603306,0.2768595,0.28099173,0.3429752,0.42975205,0.4752066,0.5247934,0.55785125,0.54545456,0.49173555,0.5247934,0.57438016,0.61570245,0.6487603,0.6487603,0.6528926,0.6818182,0.69008267,0.61157024,0.55785125,0.56198347,0.59917355,0.61570245,0.58677685,0.61157024,0.607438,0.59090906,0.5785124,0.5495868,0.58264464,0.6280992,0.6818182,0.6694215,0.6198347,0.58677685,0.56198347,0.57438016,0.61157024,0.6404959,0.6404959,0.6446281,0.6280992,0.5785124,0.53305787,0.5785124,0.6487603,0.6859504,0.70247936,0.69008267,0.6859504,0.6694215,0.6487603,0.59917355,0.59090906,0.6198347,0.59917355,0.57438016,0.553719,0.3264463,0.18181819,0.17768595,0.20247933,0.42975205,0.24793388,0.28099173,0.30578512,0.2603306,0.29338843,0.3677686,0.44214877,0.49586776,0.54545456,0.5495868,0.5247934,0.53305787,0.57438016,0.61157024,0.6487603,0.661157,0.6487603,0.6446281,0.6280992,0.5495868,0.4214876,0.36363637,0.37603307,0.38429752,0.38016528,0.39256197,0.4090909,0.42975205,0.446281,0.45867768,0.46694216,0.46694216,0.5,0.5041322,0.5,0.47933885,0.46280992,0.45041323,0.45867768,0.446281,0.42975205,0.42561984,0.41735536,0.42975205,0.45454547,0.49173555,0.58264464,0.6570248,0.69008267,0.6942149,0.6942149,0.6694215,0.6404959,0.60330576,0.60330576,0.61570245,0.5785124,0.553719,0.4876033,0.12396694,0.08677686,0.11983471,0.12396694,0.40082645,0.27272728,0.28099173,0.29338843,0.2768595,0.24793388,0.29338843,0.38842976,0.46280992,0.5247934,0.53305787,0.5247934,0.5413223,0.5785124,0.62396693,0.6487603,0.661157,0.6570248,0.6280992,0.59090906,0.5785124,0.5247934,0.40082645,0.3181818,0.30165288,0.30991736,0.32231405,0.30578512,0.29752067,0.3140496,0.3553719,0.36363637,0.3553719,0.37190083,0.37603307,0.3966942,0.35950413,0.3264463,0.3553719,0.34710744,0.36363637,0.37190083,0.37190083,0.40495867,0.5123967,0.6280992,0.58677685,0.57438016,0.62396693,0.6735537,0.6942149,0.6818182,0.661157,0.61157024,0.59090906,0.59917355,0.59090906,0.553719,0.5247934,0.28099173,0.037190083,0.08264463,0.09917355,0.0785124,0.22727273,0.28512397,0.28099173,0.2644628,0.27272728,0.2107438,0.17355372,0.29752067,0.40495867,0.4752066,0.5289256,0.48347107,0.5165289,0.56198347,0.61157024,0.6404959,0.6570248,0.6487603,0.6280992,0.61570245,0.6404959,0.6652893,0.6280992,0.5041322,0.4214876,0.40082645,0.4338843,0.4214876,0.38016528,0.3264463,0.34710744,0.38429752,0.35950413,0.34710744,0.3966942,0.42561984,0.36363637,0.3429752,0.40082645,0.4090909,0.45867768,0.46694216,0.47933885,0.54545456,0.6859504,0.74793386,0.7107438,0.6446281,0.6322314,0.661157,0.6859504,0.6694215,0.6404959,0.59090906,0.58264464,0.59090906,0.55785125,0.5123967,0.41322315,0.09917355,0.05785124,0.07024793,0.08677686,0.09090909,0.08677686,0.26859504,0.2768595,0.2231405,0.18181819,0.13636364,0.0785124,0.20247933,0.32231405,0.40082645,0.4876033,0.48347107,0.4876033,0.5413223,0.59090906,0.62396693,0.6528926,0.6487603,0.6404959,0.6404959,0.6652893,0.7066116,0.70247936,0.6528926,0.57024795,0.5123967,0.5082645,0.53305787,0.5206612,0.4876033,0.48347107,0.5123967,0.49173555,0.45867768,0.4752066,0.5,0.4752066,0.46694216,0.48347107,0.5165289,0.5123967,0.5082645,0.5289256,0.61570245,0.71900827,0.74793386,0.72727275,0.70247936,0.6694215,0.661157,0.6735537,0.6446281,0.60330576,0.57024795,0.5661157,0.57024795,0.5,0.44214877,0.3181818,0.045454547,0.053719006,0.07024793,0.0785124,0.0785124,0.11157025,0.2644628,0.22727273,0.1446281,0.10743801,0.1322314,0.05785124,0.18595041,0.2892562,0.3181818,0.4090909,0.46694216,0.48347107,0.5123967,0.5495868,0.61157024,0.6280992,0.6487603,0.6694215,0.6818182,0.71487606,0.7107438,0.71900827,0.7066116,0.62396693,0.57024795,0.553719,0.57438016,0.5785124,0.62396693,0.6528926,0.6818182,0.6735537,0.6198347,0.55785125,0.6322314,0.607438,0.58264464,0.55785125,0.5413223,0.54545456,0.54545456,0.58677685,0.6859504,0.7355372,0.73140496,0.72727275,0.7231405,0.69008267,0.6652893,0.6363636,0.607438,0.57438016,0.54545456,0.5661157,0.5206612,0.43801653,0.39256197,0.34710744,0.06198347,0.053719006,0.07438017,0.07024793,0.08677686,0.07438017,0.20661157,0.13636364,0.09917355,0.09917355,0.09917355,0.049586777,0.19421488,0.38016528,0.28512397,0.32231405,0.40082645,0.45454547,0.49173555,0.5289256,0.58264464,0.62396693,0.6570248,0.6818182,0.6983471,0.71487606,0.7231405,0.6983471,0.70247936,0.6528926,0.607438,0.5661157,0.56198347,0.55785125,0.58677685,0.661157,0.6942149,0.6859504,0.6694215,0.59917355,0.6570248,0.6363636,0.5785124,0.5413223,0.54545456,0.5661157,0.60330576,0.6694215,0.70247936,0.7355372,0.71900827,0.71487606,0.7066116,0.6735537,0.6528926,0.62396693,0.57438016,0.553719,0.53305787,0.5289256,0.45454547,0.38016528,0.40495867,0.38016528,0.07438017,0.041322313,0.07024793,0.0661157,0.08677686,0.053719006,0.14876033,0.11570248,0.09090909,0.09090909,0.06198347,0.041322313,0.17768595,0.40082645,0.3677686,0.2603306,0.30165288,0.3966942,0.45041323,0.49173555,0.5495868,0.60330576,0.6363636,0.6694215,0.6818182,0.6859504,0.6983471,0.6859504,0.6859504,0.6694215,0.62396693,0.58677685,0.5495868,0.5289256,0.53305787,0.56198347,0.59090906,0.607438,0.59504133,0.58264464,0.57438016,0.55785125,0.5413223,0.5206612,0.5413223,0.59090906,0.6487603,0.69008267,0.6942149,0.7066116,0.71900827,0.7107438,0.6942149,0.6570248,0.6528926,0.60330576,0.56198347,0.5371901,0.5165289,0.46694216,0.35123968,0.40495867,0.446281,0.40082645,0.10743801,0.041322313,0.07438017,0.07024793,0.0785124,0.06198347,0.14876033,0.09504132,0.08677686,0.09090909,0.07024793,0.02892562,0.16115703,0.39256197,0.40082645,0.35950413,0.22727273,0.30578512,0.41735536,0.46280992,0.5165289,0.5785124,0.61157024,0.6363636,0.6528926,0.677686,0.6694215,0.6694215,0.6652893,0.661157,0.6280992,0.59917355,0.54545456,0.5041322,0.4876033,0.47933885,0.4876033,0.5041322,0.5123967,0.5165289,0.5165289,0.5,0.5041322,0.5206612,0.5785124,0.607438,0.661157,0.677686,0.6735537,0.6818182,0.7107438,0.6942149,0.6694215,0.6528926,0.6487603,0.59090906,0.553719,0.5165289,0.46280992,0.37190083,0.38842976,0.45867768,0.46280992,0.4214876,0.16528925,0.0661157,0.07024793,0.07438017,0.07438017,0.09090909,0.09504132,0.08264463,0.09090909,0.08264463,0.07024793,0.037190083,0.15289256,0.38016528,0.3966942,0.37603307,0.3140496,0.23553719,0.3181818,0.42561984,0.49173555,0.5413223,0.59504133,0.6280992,0.6322314,0.6487603,0.6487603,0.6446281,0.6404959,0.6363636,0.60330576,0.607438,0.57024795,0.5413223,0.49173555,0.46280992,0.446281,0.42561984,0.4338843,0.446281,0.48347107,0.4752066,0.5123967,0.56198347,0.59917355,0.6280992,0.6322314,0.661157,0.661157,0.6818182,0.69008267,0.677686,0.6652893,0.6528926,0.6404959,0.57024795,0.5289256,0.47933885,0.35950413,0.38016528,0.47933885,0.49173555,0.48347107,0.4214876,0.19008264,0.11570248,0.06198347,0.0661157,0.08677686,0.08264463,0.08264463,0.08264463,0.08677686,0.07438017,0.0661157,0.03305785,0.1322314,0.3677686,0.38842976,0.38429752,0.35950413,0.2768595,0.23140496,0.33471075,0.45454547,0.5165289,0.58264464,0.6404959,0.6528926,0.6322314,0.6322314,0.6322314,0.6322314,0.6322314,0.6280992,0.60330576,0.56198347,0.57024795,0.55785125,0.53305787,0.5247934,0.5,0.47107437,0.4752066,0.5206612,0.53305787,0.55785125,0.59090906,0.6198347,0.6280992,0.6404959,0.661157,0.661157,0.677686,0.6859504,0.6652893,0.6694215,0.661157,0.6280992,0.53305787,0.48347107,0.38429752,0.3966942,0.47107437,0.5123967,0.48347107,0.4752066,0.45867768,0.23553719,0.14049587,0.07024793,0.07024793,0.08677686,0.0785124,0.08677686,0.09090909,0.08264463,0.07438017,0.0661157,0.02892562,0.11983471,0.35950413,0.38842976,0.39256197,0.36363637,0.3181818,0.24380165,0.23966943,0.3553719,0.45041323,0.5413223,0.62396693,0.6818182,0.6694215,0.6652893,0.6570248,0.6570248,0.6487603,0.6404959,0.62396693,0.5413223,0.57024795,0.59504133,0.59504133,0.58677685,0.55785125,0.5371901,0.5247934,0.56198347,0.59504133,0.61570245,0.6322314,0.661157,0.6528926,0.6694215,0.6818182,0.677686,0.6859504,0.69008267,0.6859504,0.6818182,0.6528926,0.58264464,0.4752066,0.39256197,0.38429752,0.47933885,0.5206612,0.5247934,0.49173555,0.47933885,0.4752066,0.26859504,0.1694215,0.08264463,0.0785124,0.07438017,0.09090909,0.09504132,0.09504132,0.08264463,0.0785124,0.05785124,0.041322313,0.10330579,0.338843,0.38842976,0.39256197,0.3677686,0.338843,0.28099173,0.2231405,0.2231405,0.3181818,0.45867768,0.57024795,0.6652893,0.71900827,0.70247936,0.6859504,0.6818182,0.6859504,0.677686,0.6818182,0.6446281,0.6528926,0.6694215,0.6694215,0.6652893,0.6487603,0.6280992,0.607438,0.59504133,0.6570248,0.6859504,0.6859504,0.6942149,0.70247936,0.69008267,0.7066116,0.6983471,0.6942149,0.7066116,0.7066116,0.677686,0.61157024,0.49586776,0.38016528,0.38016528,0.47107437,0.5289256,0.5371901,0.53305787,0.5082645,0.4876033,0.47107437,0.3181818,0.19421488,0.09090909,0.08677686,0.09504132,0.09090909,0.10743801,0.09917355,0.09504132,0.07438017,0.053719006,0.053719006,0.09504132,0.3264463,0.37603307,0.40495867,0.36363637,0.35123968,0.30165288,0.23140496,0.21487603,0.19421488,0.30991736,0.45867768,0.59917355,0.70247936,0.7231405,0.71487606,0.72727275,0.7231405,0.7107438,0.71487606,0.6983471,0.7231405,0.7355372,0.74793386,0.73140496,0.73140496,0.71487606,0.6983471,0.6818182,0.71900827,0.74793386,0.73966944,0.7355372,0.73140496,0.71900827,0.71900827,0.71900827,0.71487606,0.71900827,0.6942149,0.6446281,0.5206612,0.3677686,0.37190083,0.45867768,0.5289256,0.55785125,0.5495868,0.5371901,0.5082645,0.49173555,0.47933885,0.3305785,0.2107438,0.09917355,0.10330579,0.10743801,0.0785124,0.09090909,0.09504132,0.09090909,0.0785124,0.0661157,0.05785124,0.08677686,0.30578512,0.3677686,0.39256197,0.38016528,0.35950413,0.3181818,0.25619835,0.21900827,0.2107438,0.1983471,0.2892562,0.46280992,0.61570245,0.69008267,0.71900827,0.7355372,0.73966944,0.73966944,0.73140496,0.73140496,0.73140496,0.73140496,0.76859504,0.76033056,0.75206614,0.77272725,0.77272725,0.77272725,0.75206614,0.76859504,0.75206614,0.75619835,0.74380165,0.7355372,0.72727275,0.71487606,0.71487606,0.7066116,0.6652893,0.57438016,0.38016528,0.33471075,0.46694216,0.5165289,0.55785125,0.57024795,0.55785125,0.5371901,0.5123967,0.5,0.48347107,0.3553719,0.1983471,0.09917355,0.12396694,0.10743801,0.09917355,0.08264463,0.10330579,0.09504132,0.08264463,0.0785124,0.049586777,0.07438017,0.26859504,0.3553719,0.37603307,0.38842976,0.35950413,0.3305785,0.29752067,0.24380165,0.2231405,0.20661157,0.18595041,0.25619835,0.45867768,0.60330576,0.6404959,0.6694215,0.7107438,0.7231405,0.74793386,0.7355372,0.74793386,0.74793386,0.77272725,0.78099173,0.75619835,0.77272725,0.77272725,0.7892562,0.7644628,0.75206614,0.74380165,0.74793386,0.72727275,0.6983471,0.6859504,0.6694215,0.6652893,0.661157,0.59090906,0.41735536,0.3429752,0.42561984,0.5247934,0.5206612,0.56198347,0.5661157,0.55785125,0.53305787,0.5206612,0.49173555,0.47933885,0.35123968,0.18181819,0.09917355,0.13636364,0.12809917,0.08264463,0.0661157,0.10743801,0.09917355,0.09504132,0.08677686,0.07024793,0.0661157,0.23140496,0.34710744,0.38016528,0.38016528,0.37190083,0.33471075,0.3140496,0.27272728,0.2231405,0.2107438,0.1983471,0.17355372,0.25619835,0.44214877,0.553719,0.5661157,0.59917355,0.661157,0.7066116,0.71900827,0.7107438,0.71900827,0.7355372,0.74793386,0.73140496,0.72727275,0.71487606,0.71487606,0.71900827,0.71487606,0.71487606,0.7066116,0.6735537,0.6570248,0.6528926,0.6446281,0.607438,0.5661157,0.446281,0.35123968,0.42561984,0.5,0.5289256,0.53305787,0.553719,0.5661157,0.54545456,0.54545456,0.5165289,0.5041322,0.46280992,0.34710744,0.15289256,0.12396694,0.13636364,0.14049587,0.08677686,0.0785124,0.10330579,0.10743801,0.10743801,0.10330579,0.0785124,0.05785124,0.19421488,0.34710744,0.38842976,0.38842976,0.37603307,0.34710744,0.32231405,0.28099173,0.25619835,0.21487603,0.20661157,0.20247933,0.18181819,0.23553719,0.37190083,0.4752066,0.5247934,0.58677685,0.6404959,0.6446281,0.6487603,0.661157,0.6652893,0.677686,0.661157,0.6363636,0.61157024,0.61157024,0.6280992,0.6487603,0.6570248,0.6322314,0.59504133,0.59090906,0.59917355,0.56198347,0.5041322,0.40082645,0.35123968,0.39256197,0.48347107,0.5206612,0.553719,0.55785125,0.5661157,0.57024795,0.5413223,0.5371901,0.5165289,0.5082645,0.446281,0.32231405,0.1322314,0.13636364,0.1322314,0.14049587,0.07438017,0.13636364,0.0785124,0.11570248,0.12809917,0.11157025,0.10330579,0.05785124,0.14049587,0.32231405,0.37603307,0.38842976,0.38016528,0.35950413,0.3305785,0.30165288,0.28512397,0.2231405,0.2107438,0.2107438,0.20661157,0.2107438,0.19421488,0.2768595,0.3966942,0.49173555,0.5413223,0.54545456,0.5495868,0.5785124,0.57024795,0.5661157,0.59504133,0.58264464,0.5371901,0.53305787,0.5413223,0.5661157,0.55785125,0.5247934,0.5247934,0.5206612,0.49173555,0.41735536,0.3553719,0.338843,0.38842976,0.446281,0.5041322,0.54545456,0.55785125,0.58264464,0.57024795,0.56198347,0.54545456,0.5289256,0.5206612,0.49586776,0.43801653,0.27272728,0.11983471,0.1446281,0.1322314,0.13636364,0.0785124,0.14049587,0.0785124,0.11983471,0.13636364,0.1446281,0.11570248,0.0785124,0.11157025,0.28512397,0.38016528,0.37603307,0.38842976,0.3677686,0.35123968,0.30991736,0.28099173,0.24380165,0.21487603,0.2107438,0.2107438,0.1983471,0.21487603,0.17768595,0.2107438,0.29752067,0.37603307,0.42561984,0.4338843,0.45454547,0.46280992,0.45867768,0.4752066,0.49173555,0.48347107,0.45041323,0.45041323,0.44214877,0.43801653,0.41322315,0.39256197,0.36363637,0.30991736,0.30165288,0.338843,0.40082645,0.45041323,0.4876033,0.5371901,0.553719,0.56198347,0.5785124,0.55785125,0.553719,0.5495868,0.53305787,0.5165289,0.4876033,0.3966942,0.15289256,0.14049587,0.14049587,0.13636364,0.11570248,0.09917355,11 +0.5165289,0.59917355,0.6446281,0.661157,0.6859504,0.6818182,0.72727275,0.74380165,0.75619835,0.74793386,0.7355372,0.75206614,0.75619835,0.74380165,0.74380165,0.73966944,0.74793386,0.7644628,0.7644628,0.7644628,0.78099173,0.7892562,0.79752064,0.7933884,0.78512394,0.8016529,0.8057851,0.8181818,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.822314,0.8181818,0.80991733,0.8016529,0.79752064,0.78099173,0.75206614,0.76859504,0.78099173,0.7768595,0.7892562,0.78512394,0.78099173,0.7892562,0.78512394,0.7892562,0.78512394,0.7768595,0.78099173,0.7644628,0.74380165,0.71487606,0.677686,0.6570248,0.62396693,0.5661157,0.46694216,0.38429752,0.35123968,0.2768595,0.29338843,0.5206612,0.59504133,0.6570248,0.6570248,0.661157,0.6818182,0.7107438,0.73140496,0.74380165,0.74380165,0.7355372,0.74793386,0.75206614,0.74793386,0.75206614,0.75206614,0.76033056,0.76033056,0.76033056,0.76859504,0.7768595,0.79752064,0.8016529,0.79752064,0.79752064,0.8057851,0.8140496,0.8181818,0.8181818,0.822314,0.8305785,0.8264463,0.8264463,0.8181818,0.822314,0.8181818,0.8057851,0.8057851,0.7892562,0.7355372,0.7768595,0.7933884,0.78099173,0.7933884,0.7933884,0.7933884,0.79752064,0.78099173,0.77272725,0.7768595,0.76033056,0.77272725,0.7644628,0.74380165,0.71900827,0.677686,0.6570248,0.6363636,0.61157024,0.5247934,0.4214876,0.3305785,0.2892562,0.29752067,0.5495868,0.59090906,0.6280992,0.6404959,0.6280992,0.6942149,0.7066116,0.72727275,0.74793386,0.74380165,0.74380165,0.76033056,0.75619835,0.75619835,0.77272725,0.76859504,0.77272725,0.78512394,0.77272725,0.7892562,0.7892562,0.8016529,0.8057851,0.80991733,0.80991733,0.8181818,0.8181818,0.822314,0.822314,0.8264463,0.8305785,0.8264463,0.8264463,0.822314,0.8264463,0.8181818,0.8140496,0.8140496,0.8057851,0.7892562,0.8016529,0.8057851,0.7892562,0.7892562,0.80991733,0.8016529,0.8016529,0.7933884,0.78099173,0.78099173,0.7644628,0.7768595,0.7644628,0.74380165,0.7107438,0.677686,0.6652893,0.6280992,0.6280992,0.55785125,0.4752066,0.36363637,0.22727273,0.30578512,0.553719,0.607438,0.6280992,0.6280992,0.6446281,0.6694215,0.7066116,0.73140496,0.73966944,0.73966944,0.75619835,0.7644628,0.7644628,0.77272725,0.77272725,0.7768595,0.78099173,0.8016529,0.8057851,0.8057851,0.80991733,0.8181818,0.8305785,0.8140496,0.8264463,0.8264463,0.8264463,0.8264463,0.8305785,0.8264463,0.8305785,0.8264463,0.8264463,0.822314,0.822314,0.8181818,0.8181818,0.8181818,0.8181818,0.8140496,0.8140496,0.8140496,0.80991733,0.8057851,0.8140496,0.8057851,0.8057851,0.8057851,0.7933884,0.7768595,0.7768595,0.76859504,0.76859504,0.74793386,0.7107438,0.6735537,0.6528926,0.6363636,0.61570245,0.58264464,0.5289256,0.4214876,0.26859504,0.18595041,0.5371901,0.607438,0.6404959,0.62396693,0.6404959,0.6652893,0.6942149,0.73140496,0.73966944,0.73966944,0.74793386,0.76033056,0.7644628,0.77272725,0.76859504,0.7768595,0.7933884,0.7933884,0.8057851,0.8181818,0.822314,0.8347107,0.8264463,0.8264463,0.8264463,0.8264463,0.8305785,0.822314,0.8264463,0.8264463,0.8305785,0.8264463,0.8264463,0.822314,0.80991733,0.8181818,0.8264463,0.8264463,0.8264463,0.822314,0.8181818,0.8140496,0.8181818,0.8181818,0.80991733,0.8057851,0.8140496,0.8057851,0.79752064,0.7892562,0.7892562,0.77272725,0.7768595,0.75619835,0.71900827,0.6818182,0.6487603,0.6446281,0.61570245,0.59090906,0.5785124,0.43801653,0.338843,0.12809917,0.5041322,0.59917355,0.6446281,0.62396693,0.6404959,0.6652893,0.6859504,0.71900827,0.73966944,0.74793386,0.7355372,0.75619835,0.76033056,0.77272725,0.7644628,0.77272725,0.78512394,0.7933884,0.7933884,0.8181818,0.8181818,0.8264463,0.8264463,0.8264463,0.8140496,0.8181818,0.8181818,0.8264463,0.7933884,0.8140496,0.8181818,0.822314,0.8264463,0.8264463,0.8140496,0.822314,0.822314,0.8264463,0.8264463,0.822314,0.8181818,0.80991733,0.80991733,0.80991733,0.8057851,0.8057851,0.8140496,0.8140496,0.80991733,0.79752064,0.79752064,0.7933884,0.78512394,0.76859504,0.7355372,0.70247936,0.6404959,0.6363636,0.6198347,0.60330576,0.59504133,0.5,0.37190083,0.17355372,0.5082645,0.59090906,0.6363636,0.6363636,0.6280992,0.661157,0.69008267,0.71487606,0.74380165,0.75619835,0.75206614,0.76033056,0.75619835,0.7768595,0.76859504,0.7644628,0.78099173,0.7892562,0.78512394,0.8057851,0.80991733,0.8057851,0.8181818,0.80991733,0.8057851,0.7933884,0.8016529,0.8057851,0.79752064,0.7892562,0.8016529,0.8181818,0.8140496,0.822314,0.8140496,0.8181818,0.8181818,0.8181818,0.8140496,0.8140496,0.8057851,0.7933884,0.79752064,0.8016529,0.8057851,0.80991733,0.8140496,0.8181818,0.8140496,0.8057851,0.8057851,0.8016529,0.7933884,0.78099173,0.7644628,0.71900827,0.6694215,0.6363636,0.6280992,0.59090906,0.57024795,0.5206612,0.4214876,0.21487603,0.5247934,0.59504133,0.62396693,0.6280992,0.6446281,0.6528926,0.6983471,0.71900827,0.76033056,0.77272725,0.7768595,0.76859504,0.77272725,0.76859504,0.76033056,0.7644628,0.77272725,0.78512394,0.7768595,0.7892562,0.7933884,0.78099173,0.8057851,0.7892562,0.79752064,0.79752064,0.7892562,0.79752064,0.7892562,0.7892562,0.79752064,0.79752064,0.8016529,0.7933884,0.8016529,0.8057851,0.80991733,0.79752064,0.8057851,0.7892562,0.79752064,0.78512394,0.78512394,0.7933884,0.78512394,0.7933884,0.8057851,0.80991733,0.8140496,0.8057851,0.8057851,0.8016529,0.79752064,0.78512394,0.77272725,0.74793386,0.6735537,0.661157,0.6322314,0.58264464,0.55785125,0.5289256,0.46280992,0.23553719,0.5289256,0.58264464,0.60330576,0.62396693,0.6446281,0.6694215,0.70247936,0.72727275,0.75619835,0.76859504,0.77272725,0.78512394,0.78099173,0.78512394,0.7644628,0.75206614,0.7644628,0.77272725,0.76859504,0.74793386,0.76033056,0.74793386,0.76859504,0.75206614,0.76859504,0.78099173,0.77272725,0.78512394,0.76859504,0.77272725,0.7768595,0.7768595,0.78512394,0.78099173,0.76859504,0.76859504,0.76859504,0.7644628,0.76033056,0.76033056,0.74793386,0.75206614,0.7644628,0.76859504,0.76859504,0.76033056,0.7768595,0.77272725,0.78099173,0.78512394,0.78099173,0.78512394,0.78512394,0.78099173,0.77272725,0.74793386,0.6942149,0.661157,0.6363636,0.59504133,0.55785125,0.53305787,0.46694216,0.2520661,0.54545456,0.58677685,0.59504133,0.6198347,0.6528926,0.6735537,0.70247936,0.7107438,0.73140496,0.74793386,0.73966944,0.73966944,0.73140496,0.71487606,0.6942149,0.6652893,0.6404959,0.6818182,0.6652893,0.62396693,0.6528926,0.6487603,0.6570248,0.6818182,0.7107438,0.74793386,0.74380165,0.76033056,0.7355372,0.75206614,0.75619835,0.75206614,0.75619835,0.75206614,0.73966944,0.7231405,0.6942149,0.6983471,0.6363636,0.6363636,0.661157,0.661157,0.6694215,0.677686,0.6694215,0.6528926,0.6280992,0.61570245,0.6404959,0.6528926,0.6735537,0.6859504,0.6983471,0.7231405,0.76033056,0.73140496,0.7066116,0.661157,0.62396693,0.59090906,0.55785125,0.5495868,0.47933885,0.27272728,0.57024795,0.58677685,0.60330576,0.607438,0.6487603,0.661157,0.6694215,0.6528926,0.6487603,0.6570248,0.61570245,0.60330576,0.5785124,0.5413223,0.5165289,0.46280992,0.446281,0.446281,0.4752066,0.45454547,0.47107437,0.5123967,0.54545456,0.59917355,0.6280992,0.6818182,0.7066116,0.7066116,0.7066116,0.71487606,0.7231405,0.7107438,0.71487606,0.71487606,0.6859504,0.6528926,0.61157024,0.59917355,0.5082645,0.5,0.49173555,0.46694216,0.44214877,0.45867768,0.45454547,0.446281,0.42561984,0.44214877,0.46694216,0.4876033,0.5082645,0.5371901,0.56198347,0.553719,0.60330576,0.6404959,0.6818182,0.6404959,0.607438,0.59090906,0.56198347,0.54545456,0.4876033,0.2892562,0.57024795,0.58264464,0.59090906,0.60330576,0.61157024,0.58264464,0.5785124,0.5661157,0.5495868,0.5371901,0.5,0.46694216,0.4338843,0.42975205,0.39256197,0.338843,0.3429752,0.32231405,0.338843,0.34710744,0.37190083,0.38842976,0.47107437,0.48347107,0.5082645,0.58677685,0.6198347,0.6446281,0.6694215,0.6818182,0.69008267,0.6818182,0.69008267,0.6570248,0.6280992,0.5661157,0.4876033,0.4752066,0.42561984,0.4090909,0.38842976,0.37603307,0.32231405,0.33471075,0.32231405,0.30991736,0.29752067,0.3264463,0.3429752,0.39256197,0.4090909,0.4214876,0.43801653,0.446281,0.46280992,0.47933885,0.5495868,0.5371901,0.5371901,0.58264464,0.56198347,0.5413223,0.4876033,0.30165288,0.56198347,0.5785124,0.58264464,0.55785125,0.46694216,0.48347107,0.48347107,0.49586776,0.4876033,0.46694216,0.45041323,0.41322315,0.38016528,0.36363637,0.34710744,0.30165288,0.30578512,0.3140496,0.30578512,0.3140496,0.338843,0.33471075,0.41735536,0.42561984,0.43801653,0.49173555,0.55785125,0.553719,0.59917355,0.6404959,0.661157,0.6528926,0.6404959,0.60330576,0.57438016,0.49586776,0.4338843,0.39256197,0.3966942,0.37603307,0.36363637,0.3429752,0.33471075,0.32231405,0.30578512,0.29338843,0.30165288,0.33471075,0.35950413,0.38429752,0.3677686,0.38429752,0.40082645,0.41735536,0.3966942,0.43801653,0.44214877,0.46280992,0.46694216,0.5495868,0.56198347,0.5371901,0.5,0.3429752,0.5661157,0.5785124,0.57438016,0.46694216,0.40082645,0.4214876,0.4214876,0.4214876,0.42561984,0.3966942,0.40495867,0.3966942,0.40082645,0.37603307,0.35950413,0.3305785,0.32231405,0.29338843,0.2892562,0.29338843,0.3140496,0.33471075,0.36363637,0.39256197,0.4090909,0.4338843,0.5,0.5247934,0.5785124,0.62396693,0.6404959,0.62396693,0.61157024,0.59090906,0.5289256,0.4752066,0.42561984,0.41322315,0.39256197,0.37603307,0.35950413,0.3429752,0.32231405,0.26859504,0.29338843,0.27272728,0.2892562,0.3140496,0.34710744,0.3553719,0.35123968,0.38842976,0.3966942,0.40082645,0.3966942,0.4090909,0.4214876,0.43801653,0.45867768,0.5082645,0.553719,0.54545456,0.49586776,0.4090909,0.553719,0.57438016,0.5371901,0.44214877,0.3966942,0.40495867,0.40495867,0.40082645,0.3966942,0.40495867,0.3553719,0.3429752,0.3305785,0.29752067,0.2603306,0.28512397,0.2520661,0.2107438,0.19421488,0.19421488,0.18595041,0.2520661,0.2892562,0.3264463,0.3677686,0.39256197,0.43801653,0.5041322,0.56198347,0.6198347,0.6280992,0.6198347,0.62396693,0.58264464,0.54545456,0.4876033,0.44214877,0.3966942,0.36363637,0.3305785,0.29752067,0.24793388,0.20661157,0.16528925,0.1983471,0.20247933,0.19421488,0.21487603,0.23140496,0.20247933,0.26859504,0.29752067,0.3429752,0.3677686,0.40082645,0.40495867,0.42975205,0.43801653,0.45867768,0.5165289,0.56198347,0.5413223,0.5123967,0.43801653,0.5371901,0.57024795,0.5165289,0.45454547,0.41322315,0.41735536,0.4090909,0.38429752,0.36363637,0.29338843,0.2644628,0.22727273,0.23553719,0.23553719,0.23140496,0.23140496,0.21487603,0.20247933,0.21900827,0.23553719,0.1983471,0.1694215,0.20661157,0.2603306,0.30165288,0.3140496,0.3677686,0.45867768,0.553719,0.59917355,0.61157024,0.61570245,0.6404959,0.60330576,0.5495868,0.49586776,0.43801653,0.3677686,0.3140496,0.2892562,0.24380165,0.20247933,0.2107438,0.2603306,0.20661157,0.1446281,0.1694215,0.16115703,0.14049587,0.1694215,0.18181819,0.21900827,0.24793388,0.23966943,0.38016528,0.38016528,0.45041323,0.45454547,0.49173555,0.53305787,0.5661157,0.54545456,0.53305787,0.47107437,0.5206612,0.54545456,0.5289256,0.48347107,0.45454547,0.4214876,0.39256197,0.35950413,0.28512397,0.21487603,0.20661157,0.20247933,0.22727273,0.20247933,0.13636364,0.11157025,0.16115703,0.14049587,0.1694215,0.27272728,0.2768595,0.2107438,0.21487603,0.23140496,0.25619835,0.30165288,0.29752067,0.446281,0.60330576,0.6652893,0.6942149,0.7066116,0.6983471,0.661157,0.57024795,0.5041322,0.43801653,0.35123968,0.30578512,0.28099173,0.24793388,0.23140496,0.26859504,0.4090909,0.2644628,0.16115703,0.15289256,0.1694215,0.12396694,0.17768595,0.35123968,0.2231405,0.20247933,0.2644628,0.24793388,0.36363637,0.43801653,0.47107437,0.5,0.54545456,0.5495868,0.54545456,0.54545456,0.49173555,0.5123967,0.5206612,0.53305787,0.5289256,0.5289256,0.45041323,0.38016528,0.30991736,0.23966943,0.2231405,0.17355372,0.17768595,0.28512397,0.28099173,0.17768595,0.11570248,0.12396694,0.16528925,0.23966943,0.41735536,0.3429752,0.2231405,0.2520661,0.2644628,0.26859504,0.2768595,0.26859504,0.45041323,0.6528926,0.74380165,0.78512394,0.74380165,0.74793386,0.71900827,0.59917355,0.5041322,0.446281,0.38842976,0.3553719,0.3305785,0.30165288,0.2892562,0.3305785,0.47107437,0.38016528,0.23553719,0.16115703,0.1446281,0.17768595,0.26859504,0.46280992,0.35123968,0.21900827,0.24380165,0.30165288,0.3181818,0.4090909,0.47107437,0.49586776,0.5289256,0.553719,0.54545456,0.5495868,0.5165289,0.49586776,0.5413223,0.49586776,0.5,0.5,0.45454547,0.3553719,0.27272728,0.27272728,0.28512397,0.26859504,0.2603306,0.3305785,0.42561984,0.36363637,0.26859504,0.24793388,0.2768595,0.34710744,0.42561984,0.33471075,0.28099173,0.2644628,0.30165288,0.3140496,0.2892562,0.29752067,0.5041322,0.6859504,0.76033056,0.8016529,0.78512394,0.75619835,0.7644628,0.661157,0.5247934,0.45867768,0.46280992,0.44214877,0.41322315,0.3181818,0.33471075,0.3429752,0.40082645,0.41735536,0.3553719,0.29752067,0.26859504,0.28512397,0.39256197,0.4090909,0.3677686,0.3429752,0.34710744,0.3429752,0.3553719,0.38016528,0.44214877,0.48347107,0.5247934,0.54545456,0.55785125,0.553719,0.53305787,0.5206612,0.57438016,0.553719,0.49586776,0.4338843,0.41735536,0.41322315,0.4214876,0.446281,0.41735536,0.43801653,0.4090909,0.37603307,0.39256197,0.46280992,0.43801653,0.41735536,0.42561984,0.40495867,0.41322315,0.34710744,0.32231405,0.3140496,0.33471075,0.37603307,0.37190083,0.446281,0.58677685,0.6942149,0.75206614,0.79752064,0.79752064,0.78099173,0.74380165,0.69008267,0.553719,0.48347107,0.5041322,0.5206612,0.4752066,0.39256197,0.35123968,0.3429752,0.32231405,0.37190083,0.3677686,0.37190083,0.3553719,0.37190083,0.38429752,0.40082645,0.41735536,0.42975205,0.42975205,0.43801653,0.44214877,0.45041323,0.47107437,0.49586776,0.5413223,0.553719,0.55785125,0.5661157,0.5495868,0.5495868,0.59917355,0.6322314,0.58677685,0.553719,0.58264464,0.62396693,0.59917355,0.5785124,0.5041322,0.4752066,0.446281,0.45041323,0.43801653,0.41735536,0.39256197,0.39256197,0.3677686,0.36363637,0.37190083,0.35123968,0.35123968,0.36363637,0.40082645,0.47107437,0.5289256,0.607438,0.6487603,0.6983471,0.75619835,0.79752064,0.8016529,0.7933884,0.7355372,0.677686,0.5661157,0.5371901,0.5413223,0.5247934,0.48347107,0.39256197,0.3305785,0.28099173,0.30578512,0.3181818,0.3429752,0.3677686,0.36363637,0.38842976,0.41322315,0.42561984,0.42561984,0.42975205,0.42975205,0.44214877,0.46694216,0.5082645,0.5371901,0.553719,0.5661157,0.58677685,0.57024795,0.57438016,0.5661157,0.553719,0.61570245,0.6446281,0.6404959,0.6280992,0.6446281,0.6363636,0.58677685,0.54545456,0.4876033,0.446281,0.4214876,0.40495867,0.41735536,0.39256197,0.36363637,0.35950413,0.338843,0.32231405,0.32231405,0.35123968,0.3966942,0.4214876,0.49173555,0.61570245,0.661157,0.6859504,0.661157,0.6983471,0.74793386,0.8057851,0.80991733,0.8016529,0.75619835,0.6942149,0.5661157,0.57024795,0.6280992,0.57024795,0.5206612,0.43801653,0.38016528,0.3553719,0.30578512,0.30578512,0.30578512,0.3181818,0.3181818,0.3553719,0.38429752,0.40495867,0.41322315,0.42561984,0.46280992,0.4752066,0.49586776,0.5206612,0.5495868,0.5785124,0.58264464,0.59504133,0.59504133,0.5785124,0.5661157,0.553719,0.6280992,0.6487603,0.6694215,0.6446281,0.58677685,0.55785125,0.5495868,0.5661157,0.5206612,0.43801653,0.39256197,0.35950413,0.338843,0.32231405,0.30578512,0.30578512,0.30165288,0.338843,0.38429752,0.45454547,0.5,0.55785125,0.6446281,0.71487606,0.70247936,0.6859504,0.661157,0.6818182,0.7355372,0.79752064,0.80991733,0.8016529,0.77272725,0.7107438,0.59090906,0.57024795,0.6652893,0.661157,0.6198347,0.56198347,0.49586776,0.45867768,0.4090909,0.37603307,0.34710744,0.338843,0.33471075,0.35123968,0.3677686,0.39256197,0.4214876,0.45867768,0.47107437,0.5,0.49173555,0.5247934,0.55785125,0.59504133,0.607438,0.607438,0.59917355,0.58264464,0.5785124,0.5123967,0.61157024,0.6487603,0.6694215,0.6280992,0.59504133,0.6322314,0.6487603,0.6280992,0.58264464,0.553719,0.5082645,0.45041323,0.4090909,0.3966942,0.38429752,0.41735536,0.45454547,0.49173555,0.56198347,0.61570245,0.6528926,0.6694215,0.6818182,0.7107438,0.70247936,0.6694215,0.6652893,0.661157,0.72727275,0.7892562,0.80991733,0.79752064,0.78099173,0.71900827,0.59504133,0.58264464,0.6528926,0.6859504,0.6818182,0.6652893,0.6446281,0.60330576,0.5661157,0.5289256,0.49173555,0.4876033,0.46280992,0.46280992,0.47107437,0.4752066,0.4876033,0.5082645,0.5165289,0.5413223,0.54545456,0.57438016,0.60330576,0.60330576,0.61570245,0.61157024,0.59504133,0.58677685,0.5785124,0.49173555,0.59090906,0.6404959,0.6487603,0.6694215,0.71487606,0.71900827,0.6983471,0.7107438,0.6859504,0.6859504,0.6983471,0.6570248,0.6363636,0.59504133,0.59090906,0.6280992,0.6652893,0.6694215,0.71487606,0.7107438,0.6942149,0.6735537,0.6818182,0.70247936,0.70247936,0.6818182,0.6528926,0.6487603,0.7107438,0.78099173,0.8057851,0.79752064,0.77272725,0.73140496,0.6280992,0.59504133,0.6570248,0.677686,0.6859504,0.6818182,0.6942149,0.6942149,0.6942149,0.6818182,0.6528926,0.6280992,0.61570245,0.59917355,0.59504133,0.58677685,0.5785124,0.5785124,0.58677685,0.607438,0.61157024,0.61570245,0.6363636,0.661157,0.6487603,0.62396693,0.60330576,0.5661157,0.5785124,0.45041323,0.57024795,0.6198347,0.6652893,0.6942149,0.71487606,0.73140496,0.75206614,0.76859504,0.7644628,0.75619835,0.76033056,0.74793386,0.7355372,0.7355372,0.7355372,0.74380165,0.75206614,0.74380165,0.7355372,0.7107438,0.6942149,0.677686,0.69008267,0.71487606,0.70247936,0.6859504,0.6570248,0.6570248,0.6942149,0.7768595,0.8181818,0.8057851,0.78099173,0.73140496,0.6570248,0.61570245,0.6735537,0.70247936,0.7066116,0.6818182,0.6942149,0.70247936,0.7231405,0.7355372,0.75206614,0.75206614,0.73140496,0.72727275,0.71487606,0.7066116,0.6983471,0.6570248,0.6735537,0.6983471,0.6983471,0.6942149,0.6983471,0.69008267,0.6652893,0.6404959,0.607438,0.5661157,0.57438016,0.42561984,0.5413223,0.59090906,0.6487603,0.6694215,0.6859504,0.71900827,0.7355372,0.74793386,0.76859504,0.76859504,0.7768595,0.78512394,0.77272725,0.76859504,0.7768595,0.76859504,0.74793386,0.74380165,0.71900827,0.7107438,0.70247936,0.6983471,0.70247936,0.73140496,0.71900827,0.6859504,0.6735537,0.6652893,0.6942149,0.7768595,0.822314,0.8140496,0.7933884,0.74793386,0.6735537,0.6487603,0.7066116,0.7355372,0.7355372,0.7355372,0.71900827,0.71487606,0.73140496,0.75206614,0.75619835,0.76859504,0.76859504,0.7644628,0.77272725,0.7644628,0.7644628,0.73966944,0.73966944,0.75619835,0.75206614,0.73140496,0.72727275,0.6942149,0.6570248,0.6280992,0.59917355,0.55785125,0.57438016,0.41322315,0.5289256,0.5661157,0.61570245,0.6322314,0.6570248,0.6942149,0.7107438,0.7355372,0.74793386,0.76033056,0.7644628,0.77272725,0.7768595,0.76859504,0.75619835,0.75206614,0.7231405,0.73966944,0.72727275,0.7107438,0.71487606,0.7231405,0.73140496,0.72727275,0.70247936,0.69008267,0.6818182,0.6694215,0.7107438,0.7768595,0.8305785,0.8181818,0.79752064,0.76033056,0.71487606,0.677686,0.71900827,0.7355372,0.74380165,0.73966944,0.73140496,0.7355372,0.74793386,0.74793386,0.75206614,0.7644628,0.75619835,0.76859504,0.77272725,0.76859504,0.77272725,0.7644628,0.77272725,0.77272725,0.75206614,0.7355372,0.71900827,0.6735537,0.6446281,0.60330576,0.5785124,0.5413223,0.57024795,0.3966942,0.5206612,0.5247934,0.58677685,0.61157024,0.6404959,0.6735537,0.6983471,0.71900827,0.73140496,0.74793386,0.76859504,0.75206614,0.76033056,0.75206614,0.74380165,0.74380165,0.7231405,0.7355372,0.71900827,0.70247936,0.70247936,0.7107438,0.7066116,0.70247936,0.6735537,0.6735537,0.6859504,0.6818182,0.71900827,0.7892562,0.8264463,0.80991733,0.7892562,0.78099173,0.74793386,0.7107438,0.6859504,0.6735537,0.6818182,0.6652893,0.6363636,0.6570248,0.70247936,0.71900827,0.73966944,0.75619835,0.74380165,0.75206614,0.75619835,0.76859504,0.76859504,0.76033056,0.78099173,0.76033056,0.73966944,0.7231405,0.6983471,0.677686,0.62396693,0.59504133,0.5661157,0.53305787,0.5785124,0.34710744,0.5206612,0.49586776,0.553719,0.607438,0.6404959,0.6735537,0.69008267,0.71487606,0.71487606,0.72727275,0.75619835,0.73966944,0.73966944,0.7355372,0.73140496,0.73966944,0.71900827,0.70247936,0.677686,0.6280992,0.6198347,0.6446281,0.6694215,0.6694215,0.6528926,0.6570248,0.70247936,0.7231405,0.75206614,0.79752064,0.822314,0.80991733,0.7933884,0.7768595,0.78512394,0.74793386,0.6694215,0.6404959,0.661157,0.6487603,0.553719,0.47933885,0.55785125,0.6280992,0.6859504,0.69008267,0.73140496,0.73140496,0.7355372,0.74793386,0.75206614,0.74380165,0.75619835,0.75206614,0.7355372,0.71487606,0.6859504,0.6528926,0.59917355,0.553719,0.54545456,0.5371901,0.5785124,0.3553719,0.4876033,0.49173555,0.53305787,0.58677685,0.6363636,0.6528926,0.6735537,0.6942149,0.6859504,0.70247936,0.7231405,0.71487606,0.7355372,0.7231405,0.7107438,0.70247936,0.6735537,0.59090906,0.5247934,0.45454547,0.5082645,0.6198347,0.6983471,0.6942149,0.6652893,0.677686,0.7231405,0.76033056,0.79752064,0.80991733,0.8264463,0.80991733,0.78512394,0.78099173,0.78512394,0.7933884,0.72727275,0.69008267,0.74793386,0.75206614,0.6322314,0.42561984,0.40495867,0.45867768,0.54545456,0.59504133,0.6570248,0.6859504,0.7107438,0.71900827,0.71900827,0.71900827,0.71900827,0.71487606,0.7066116,0.69008267,0.6570248,0.61570245,0.57438016,0.53305787,0.5371901,0.5289256,0.58677685,0.37603307,0.4752066,0.46280992,0.49586776,0.55785125,0.607438,0.61570245,0.6487603,0.6735537,0.677686,0.6942149,0.6983471,0.6818182,0.6983471,0.6942149,0.6735537,0.607438,0.5371901,0.44214877,0.35123968,0.2892562,0.41322315,0.61570245,0.72727275,0.6983471,0.6735537,0.69008267,0.72727275,0.77272725,0.8181818,0.8140496,0.8016529,0.78512394,0.7768595,0.78512394,0.78099173,0.7892562,0.74793386,0.6859504,0.75206614,0.78099173,0.6859504,0.4214876,0.38016528,0.3677686,0.41322315,0.5,0.5661157,0.6322314,0.661157,0.677686,0.69008267,0.6818182,0.6818182,0.6735537,0.6694215,0.6570248,0.61157024,0.59090906,0.553719,0.5247934,0.5247934,0.5247934,0.61157024,0.3140496,0.45454547,0.45867768,0.46280992,0.5289256,0.5661157,0.58264464,0.61157024,0.6404959,0.6528926,0.6735537,0.6735537,0.661157,0.6570248,0.6322314,0.58264464,0.4876033,0.38842976,0.338843,0.3264463,0.30165288,0.35123968,0.61157024,0.7066116,0.661157,0.6446281,0.6735537,0.6983471,0.72727275,0.7933884,0.78512394,0.76859504,0.7644628,0.76859504,0.77272725,0.7768595,0.7644628,0.71900827,0.6446281,0.69008267,0.76033056,0.6735537,0.42561984,0.38842976,0.40082645,0.3553719,0.3966942,0.49586776,0.56198347,0.607438,0.6280992,0.6528926,0.6404959,0.6446281,0.62396693,0.61570245,0.61157024,0.58677685,0.5661157,0.5413223,0.5247934,0.5206612,0.53305787,0.58264464,0.11157025,0.446281,0.47107437,0.446281,0.4876033,0.46694216,0.5371901,0.5785124,0.607438,0.6280992,0.6487603,0.6280992,0.6280992,0.60330576,0.56198347,0.49173555,0.3966942,0.3181818,0.3553719,0.4214876,0.46280992,0.45454547,0.54545456,0.6528926,0.59917355,0.57438016,0.6404959,0.6570248,0.6694215,0.7066116,0.71900827,0.72727275,0.71900827,0.73140496,0.73966944,0.7231405,0.6983471,0.6735537,0.59090906,0.5661157,0.69008267,0.61570245,0.42975205,0.40082645,0.41735536,0.37190083,0.35123968,0.42975205,0.49173555,0.5247934,0.56198347,0.57438016,0.5785124,0.5785124,0.5785124,0.5785124,0.56198347,0.55785125,0.53305787,0.53305787,0.5247934,0.5123967,0.5413223,0.5371901,0.053719006,0.4338843,0.49586776,0.44214877,0.46694216,0.42561984,0.47107437,0.5371901,0.5785124,0.60330576,0.61157024,0.61157024,0.59090906,0.5413223,0.46694216,0.38842976,0.338843,0.3305785,0.4338843,0.5,0.5371901,0.54545456,0.49586776,0.553719,0.5123967,0.42561984,0.5165289,0.5661157,0.61570245,0.6487603,0.6570248,0.6487603,0.6363636,0.6735537,0.6487603,0.6322314,0.5785124,0.5495868,0.5123967,0.49586776,0.5785124,0.53305787,0.4214876,0.42561984,0.45867768,0.42561984,0.37603307,0.37190083,0.42561984,0.46694216,0.5,0.5165289,0.5247934,0.5247934,0.5206612,0.5289256,0.5289256,0.5371901,0.5206612,0.5371901,0.5247934,0.5041322,0.553719,0.49173555,0.12396694,0.3305785,0.5123967,0.47107437,0.446281,0.41735536,0.4090909,0.4752066,0.53305787,0.56198347,0.5661157,0.5661157,0.5206612,0.46280992,0.38429752,0.3181818,0.3264463,0.3966942,0.49173555,0.5289256,0.5371901,0.5495868,0.5247934,0.43801653,0.40082645,0.30165288,0.30578512,0.38016528,0.446281,0.5082645,0.5289256,0.5082645,0.48347107,0.5661157,0.5165289,0.47933885,0.41322315,0.37603307,0.38429752,0.446281,0.45867768,0.46280992,0.4338843,0.44214877,0.49173555,0.4752066,0.42975205,0.36363637,0.36363637,0.41322315,0.46280992,0.4752066,0.49173555,0.49586776,0.4876033,0.4876033,0.49586776,0.5,0.5123967,0.5247934,0.53305787,0.5165289,0.5371901,0.42975205,0.15289256,0.2644628,0.5,0.48347107,0.45867768,0.4214876,0.3181818,0.41322315,0.49173555,0.5123967,0.49173555,0.49586776,0.45041323,0.40495867,0.3181818,0.29752067,0.36363637,0.44214877,0.49173555,0.5206612,0.5289256,0.5413223,0.56198347,0.46694216,0.29338843,0.23966943,0.21487603,0.21900827,0.2768595,0.338843,0.37603307,0.3553719,0.3553719,0.38842976,0.37603307,0.35123968,0.2768595,0.24793388,0.2768595,0.40495867,0.4214876,0.42561984,0.44214877,0.45041323,0.49173555,0.49586776,0.46280992,0.39256197,0.33471075,0.3553719,0.4214876,0.44214877,0.4752066,0.47933885,0.47107437,0.46280992,0.46694216,0.48347107,0.5082645,0.5247934,0.5289256,0.5247934,0.55785125,0.338843,0.1570248,0.20247933,0.45454547,0.48347107,0.4752066,0.42561984,0.3140496,0.38016528,0.45041323,0.47107437,0.46694216,0.4338843,0.39256197,0.35123968,0.28099173,0.32231405,0.40082645,0.47107437,0.5,0.5247934,0.53305787,0.5413223,0.57438016,0.5413223,0.36363637,0.22727273,0.19421488,0.20247933,0.21900827,0.23553719,0.2644628,0.27272728,0.26859504,0.29338843,0.30578512,0.2892562,0.2644628,0.28512397,0.36363637,0.41735536,0.44214877,0.446281,0.45454547,0.46280992,0.48347107,0.5,0.5123967,0.45454547,0.38429752,0.3181818,0.38016528,0.41322315,0.46280992,0.47107437,0.47107437,0.45041323,0.45454547,0.47107437,0.5,0.5206612,0.5206612,0.53305787,0.553719,0.23140496,0.15289256,0.16115703,0.39256197,0.47933885,0.47107437,0.45041323,0.34710744,0.3553719,0.42561984,0.4214876,0.41322315,0.4090909,0.3677686,0.3140496,0.28099173,0.37190083,0.446281,0.5247934,0.55785125,0.5785124,0.58264464,0.58677685,0.61157024,0.59504133,0.48347107,0.30578512,0.24380165,0.2644628,0.24793388,0.2520661,0.2520661,0.2520661,0.2520661,0.29338843,0.29752067,0.30991736,0.3429752,0.38016528,0.4338843,0.44214877,0.47107437,0.47933885,0.49173555,0.49173555,0.49586776,0.5289256,0.5371901,0.5165289,0.48347107,0.38842976,0.33471075,0.38842976,0.45454547,0.47933885,0.48347107,0.45867768,0.46694216,0.47933885,0.4876033,0.5206612,0.5206612,0.5371901,0.5082645,0.1446281,0.19008264,0.14876033,0.30578512,0.45041323,0.4752066,0.43801653,0.40495867,0.3677686,0.40082645,0.3677686,0.38429752,0.38842976,0.35123968,0.30991736,0.3305785,0.42561984,0.4876033,0.56198347,0.59917355,0.6322314,0.6487603,0.661157,0.6652893,0.661157,0.58677685,0.4090909,0.30165288,0.30165288,0.32231405,0.3264463,0.3140496,0.30165288,0.28512397,0.32231405,0.33471075,0.4090909,0.44214877,0.45041323,0.46694216,0.47933885,0.49173555,0.5123967,0.5123967,0.5123967,0.5082645,0.54545456,0.5661157,0.58264464,0.57438016,0.5082645,0.35950413,0.40082645,0.44214877,0.4876033,0.49173555,0.4752066,0.5123967,0.47107437,0.47933885,0.5165289,0.5247934,0.54545456,0.4214876,0.11570248,0.20661157,0.12396694,0.2107438,0.40495867,0.4338843,0.41735536,0.43801653,0.4090909,0.40082645,0.36363637,0.34710744,0.38429752,0.36363637,0.3181818,0.38842976,0.48347107,0.49586776,0.53305787,0.57438016,0.607438,0.6446281,0.6404959,0.6859504,0.6859504,0.661157,0.53305787,0.4090909,0.33471075,0.36363637,0.38016528,0.3553719,0.35950413,0.3305785,0.36363637,0.37603307,0.45454547,0.47933885,0.49173555,0.5041322,0.5206612,0.5206612,0.5371901,0.5247934,0.5206612,0.5165289,0.53305787,0.553719,0.58264464,0.59090906,0.5661157,0.45041323,0.41735536,0.46280992,0.5041322,0.49586776,0.4876033,0.5165289,0.4876033,0.47933885,0.5165289,0.5247934,0.54545456,0.30165288,0.10330579,0.20661157,0.11570248,0.14876033,0.35123968,0.40082645,0.41322315,0.42975205,0.47107437,0.42561984,0.42561984,0.41322315,0.43801653,0.41322315,0.32231405,0.41322315,0.5206612,0.5,0.49173555,0.53305787,0.57024795,0.607438,0.62396693,0.6363636,0.6446281,0.6487603,0.5785124,0.47933885,0.3677686,0.3429752,0.37190083,0.38842976,0.41735536,0.42561984,0.38842976,0.42561984,0.42561984,0.47107437,0.4876033,0.5082645,0.5165289,0.5247934,0.5413223,0.54545456,0.5371901,0.5165289,0.5247934,0.5247934,0.5495868,0.56198347,0.56198347,0.5082645,0.46694216,0.5,0.5247934,0.5041322,0.4876033,0.5206612,0.49586776,0.5,0.5206612,0.5165289,0.49173555,0.21487603,0.12396694,0.2520661,0.19421488,0.16528925,0.2768595,0.39256197,0.41322315,0.46280992,0.5165289,0.4752066,0.46280992,0.4876033,0.5082645,0.48347107,0.35950413,0.41322315,0.5123967,0.47933885,0.446281,0.4338843,0.446281,0.46694216,0.4752066,0.47107437,0.49586776,0.5041322,0.47107437,0.45041323,0.37190083,0.30991736,0.30578512,0.32231405,0.36363637,0.40495867,0.35950413,0.36363637,0.35950413,0.39256197,0.3966942,0.4214876,0.44214877,0.44214877,0.46694216,0.49173555,0.5,0.5123967,0.5165289,0.49173555,0.5123967,0.5413223,0.5495868,0.5247934,0.5289256,0.5413223,0.53305787,0.5206612,0.5041322,0.53305787,0.5206612,0.5123967,0.5165289,0.5206612,0.3677686,0.1694215,0.20661157,0.3305785,0.30578512,0.29752067,0.26859504,0.338843,0.37190083,0.4338843,0.5123967,0.5289256,0.46694216,0.54545456,0.54545456,0.53305787,0.47933885,0.46694216,0.5,0.44214877,0.37603307,0.2520661,0.20661157,0.21487603,0.28512397,0.25619835,0.28512397,0.30578512,0.29338843,0.3181818,0.3181818,0.2892562,0.24793388,0.23966943,0.2603306,0.28099173,0.28099173,0.2892562,0.28512397,0.30165288,0.3181818,0.3264463,0.338843,0.33471075,0.338843,0.33471075,0.35123968,0.3677686,0.37603307,0.41322315,0.46694216,0.5123967,0.5289256,0.5289256,0.57024795,0.5661157,0.53305787,0.5371901,0.5123967,0.5413223,0.5165289,0.5123967,0.5123967,0.4752066,0.1694215,0.11570248,0.17768595,0.37190083,0.35123968,0.28099173,0.2644628,0.28099173,0.30165288,0.38842976,0.47933885,0.5371901,0.4876033,0.53305787,0.553719,0.57024795,0.5661157,0.5495868,0.5289256,0.446281,0.38429752,0.30165288,0.20247933,0.13636364,0.11983471,0.12809917,0.21900827,0.30165288,0.25619835,0.30578512,0.27272728,0.23553719,0.27272728,0.25619835,0.21487603,0.23140496,0.27272728,0.30578512,0.2644628,0.2644628,0.35950413,0.29338843,0.30578512,0.28512397,0.21487603,0.23140496,0.21900827,0.1983471,0.2603306,0.32231405,0.3966942,0.46694216,0.5,0.53305787,0.607438,0.57024795,0.5371901,0.5371901,0.53305787,0.5371901,0.5165289,0.5041322,0.5,0.3181818,0.053719006,0.09917355,0.14049587,0.33471075,0.2107438,0.20247933,0.24380165,0.21900827,0.21487603,0.3305785,0.41322315,0.5165289,0.48347107,0.49173555,0.54545456,0.56198347,0.58677685,0.60330576,0.553719,0.49173555,0.45867768,0.49586776,0.47107437,0.32231405,0.1983471,0.12809917,0.18181819,0.39256197,0.33471075,0.3966942,0.42975205,0.34710744,0.4214876,0.43801653,0.3429752,0.28512397,0.446281,0.45867768,0.3966942,0.4090909,0.5247934,0.37603307,0.38016528,0.35123968,0.20661157,0.23140496,0.2768595,0.37603307,0.43801653,0.41735536,0.4214876,0.45867768,0.45454547,0.5371901,0.59090906,0.54545456,0.53305787,0.5247934,0.5247934,0.5165289,0.5041322,0.5,0.43801653,0.10330579,0.07024793,0.08264463,0.10743801,0.1983471,0.16528925,0.18595041,0.19008264,0.16115703,0.12396694,0.24380165,0.33471075,0.4752066,0.47107437,0.43801653,0.49586776,0.53305787,0.5661157,0.60330576,0.58264464,0.5371901,0.53305787,0.58677685,0.6322314,0.57438016,0.44214877,0.3264463,0.2520661,0.33471075,0.1983471,0.30165288,0.46694216,0.4338843,0.46694216,0.49586776,0.4876033,0.4214876,0.5082645,0.53305787,0.47107437,0.47107437,0.60330576,0.36363637,0.25619835,0.34710744,0.30578512,0.3140496,0.40495867,0.5041322,0.5289256,0.5,0.47933885,0.47933885,0.49173555,0.5495868,0.5413223,0.5123967,0.5165289,0.5041322,0.5123967,0.5082645,0.4876033,0.446281,0.3181818,0.05785124,0.06198347,0.07024793,0.09090909,0.16115703,0.15289256,0.14876033,0.17768595,0.11157025,0.08264463,0.1446281,0.2603306,0.3553719,0.446281,0.42561984,0.446281,0.4876033,0.53305787,0.56198347,0.58264464,0.58677685,0.60330576,0.6280992,0.61570245,0.6280992,0.57438016,0.5206612,0.46280992,0.38842976,0.26859504,0.2603306,0.338843,0.35123968,0.41322315,0.4338843,0.43801653,0.3966942,0.45041323,0.47107437,0.42561984,0.3553719,0.38842976,0.19421488,0.28099173,0.35950413,0.3677686,0.40082645,0.49173555,0.53305787,0.53305787,0.53305787,0.5371901,0.5413223,0.5371901,0.5247934,0.48347107,0.47107437,0.4876033,0.47933885,0.49586776,0.4876033,0.45041323,0.35123968,0.2603306,0.09504132,0.053719006,0.07024793,0.07438017,0.11157025,0.1322314,0.14049587,0.1322314,0.10330579,0.07438017,0.0785124,0.1446281,0.26859504,0.3429752,0.4090909,0.40495867,0.43801653,0.4876033,0.54545456,0.58264464,0.62396693,0.6404959,0.6528926,0.6363636,0.607438,0.59090906,0.5371901,0.5289256,0.5165289,0.54545456,0.45867768,0.3966942,0.39256197,0.41735536,0.38016528,0.3966942,0.35950413,0.35950413,0.37603307,0.35123968,0.3429752,0.27272728,0.3140496,0.3553719,0.3966942,0.40082645,0.45454547,0.5206612,0.5247934,0.5371901,0.54545456,0.55785125,0.57024795,0.53305787,0.48347107,0.45041323,0.45454547,0.46280992,0.46694216,0.47933885,0.46280992,0.3677686,0.23966943,0.2644628,0.11983471,0.041322313,0.0785124,0.07438017,0.11157025,0.1322314,0.13636364,0.11570248,0.08264463,0.08677686,0.0785124,0.049586777,0.22727273,0.29338843,0.338843,0.35950413,0.38016528,0.42975205,0.5,0.5661157,0.6322314,0.6404959,0.6528926,0.6652893,0.62396693,0.58677685,0.5371901,0.5206612,0.5247934,0.57024795,0.5785124,0.59090906,0.54545456,0.56198347,0.5247934,0.5,0.42975205,0.40495867,0.39256197,0.35123968,0.33471075,0.3264463,0.36363637,0.3966942,0.4090909,0.446281,0.5,0.5165289,0.5289256,0.54545456,0.5495868,0.5495868,0.5371901,0.5123967,0.45454547,0.42975205,0.43801653,0.43801653,0.45041323,0.45867768,0.40082645,0.2644628,0.20661157,0.28099173,0.12809917,0.037190083,0.08264463,0.07024793,0.12396694,0.09917355,0.1446281,0.09917355,0.07438017,0.08677686,0.07024793,0.03305785,0.19421488,0.36363637,0.2768595,0.30165288,0.338843,0.36363637,0.45041323,0.5289256,0.59917355,0.6363636,0.6446281,0.6280992,0.6446281,0.60330576,0.5495868,0.46694216,0.47933885,0.5165289,0.5413223,0.61157024,0.61570245,0.61570245,0.58677685,0.5661157,0.4752066,0.446281,0.446281,0.41322315,0.38429752,0.38842976,0.38429752,0.41322315,0.4338843,0.4752066,0.49586776,0.5082645,0.5289256,0.54545456,0.54545456,0.5661157,0.54545456,0.5082645,0.45867768,0.42975205,0.43801653,0.4214876,0.45041323,0.41322315,0.30165288,0.21487603,0.23140496,0.2768595,0.16115703,0.02892562,0.08677686,0.0785124,0.10743801,0.08677686,0.1446281,0.0785124,0.08677686,0.08677686,0.053719006,0.02892562,0.1570248,0.4338843,0.34710744,0.25619835,0.30991736,0.34710744,0.40082645,0.4876033,0.553719,0.59504133,0.6280992,0.607438,0.61570245,0.61157024,0.58264464,0.5082645,0.3966942,0.42975205,0.43801653,0.5082645,0.54545456,0.5785124,0.56198347,0.55785125,0.48347107,0.45454547,0.45454547,0.4338843,0.40082645,0.36363637,0.37190083,0.40495867,0.446281,0.4752066,0.47933885,0.5,0.5041322,0.5413223,0.54545456,0.55785125,0.5495868,0.5165289,0.46694216,0.44214877,0.43801653,0.4214876,0.40082645,0.32231405,0.2231405,0.23553719,0.24380165,0.27272728,0.1570248,0.03305785,0.0785124,0.08677686,0.10330579,0.11157025,0.08264463,0.08677686,0.09504132,0.0785124,0.053719006,0.020661157,0.16528925,0.4214876,0.40082645,0.2892562,0.25619835,0.30578512,0.37603307,0.446281,0.5247934,0.58677685,0.607438,0.59504133,0.5785124,0.57438016,0.57024795,0.5289256,0.4752066,0.35123968,0.32231405,0.3429752,0.37190083,0.42561984,0.45867768,0.45867768,0.45454547,0.4338843,0.40082645,0.34710744,0.3264463,0.30991736,0.35950413,0.41322315,0.446281,0.47933885,0.47107437,0.4876033,0.49586776,0.5206612,0.5289256,0.54545456,0.53305787,0.5123967,0.4752066,0.45454547,0.43801653,0.38429752,0.3264463,0.25619835,0.23140496,0.23966943,0.24380165,0.24793388,0.17355372,0.037190083,0.0661157,0.09504132,0.11157025,0.09917355,0.07438017,0.08264463,0.09504132,0.08677686,0.053719006,0.024793388,0.19008264,0.4214876,0.41735536,0.37603307,0.2520661,0.25619835,0.338843,0.40082645,0.47933885,0.57024795,0.59504133,0.58264464,0.553719,0.5413223,0.54545456,0.5206612,0.5082645,0.42975205,0.3553719,0.29338843,0.2768595,0.2768595,0.2892562,0.29338843,0.30165288,0.29752067,0.28512397,0.28512397,0.2892562,0.34710744,0.38429752,0.42561984,0.44214877,0.47107437,0.48347107,0.4752066,0.48347107,0.49173555,0.5041322,0.5165289,0.5206612,0.5165289,0.4752066,0.45454547,0.3966942,0.32231405,0.2768595,0.24793388,0.23140496,0.24380165,0.23966943,0.2892562,0.14049587,0.037190083,0.07438017,0.09090909,0.11157025,0.09090909,0.0661157,0.09504132,0.0785124,0.07024793,0.0661157,0.041322313,0.15289256,0.41735536,0.4338843,0.41322315,0.3305785,0.21487603,0.2520661,0.3140496,0.40082645,0.5247934,0.59504133,0.60330576,0.59090906,0.5495868,0.5289256,0.5206612,0.5247934,0.45454547,0.41735536,0.36363637,0.32231405,0.2892562,0.2892562,0.2768595,0.26859504,0.2768595,0.3140496,0.32231405,0.35123968,0.38842976,0.42561984,0.446281,0.446281,0.47107437,0.45454547,0.49173555,0.4752066,0.5,0.5165289,0.5289256,0.5247934,0.49586776,0.45454547,0.3966942,0.32231405,0.29752067,0.27272728,0.24793388,0.22727273,0.24793388,0.2520661,0.3264463,0.10743801,0.053719006,0.0785124,0.08264463,0.11157025,0.09090909,0.07438017,0.08677686,0.08677686,0.08264463,0.0661157,0.02892562,0.1570248,0.41322315,0.4338843,0.41735536,0.37190083,0.26859504,0.22727273,0.24380165,0.2892562,0.4214876,0.553719,0.61157024,0.62396693,0.59917355,0.553719,0.5495868,0.53305787,0.49173555,0.4214876,0.4338843,0.40082645,0.35950413,0.32231405,0.29752067,0.29338843,0.29752067,0.3429752,0.3677686,0.38842976,0.41735536,0.45041323,0.46280992,0.45867768,0.47933885,0.4876033,0.4876033,0.4876033,0.5165289,0.5206612,0.553719,0.5123967,0.47107437,0.4090909,0.30165288,0.30165288,0.26859504,0.27272728,0.2520661,0.24380165,0.24793388,0.24793388,0.3140496,0.10330579,0.049586777,0.08264463,0.0785124,0.12809917,0.08677686,0.07024793,0.08264463,0.09504132,0.09090909,0.07024793,0.037190083,0.1570248,0.3966942,0.42975205,0.41735536,0.3966942,0.32231405,0.24793388,0.21487603,0.23140496,0.29752067,0.42975205,0.57024795,0.6280992,0.6570248,0.6446281,0.6280992,0.59504133,0.58677685,0.5495868,0.5413223,0.5165289,0.45454547,0.41735536,0.39256197,0.37190083,0.3553719,0.3677686,0.39256197,0.4338843,0.45867768,0.47933885,0.49586776,0.5041322,0.5247934,0.5247934,0.5247934,0.5247934,0.54545456,0.5289256,0.5413223,0.47933885,0.41322315,0.32231405,0.28512397,0.29338843,0.28512397,0.2644628,0.24380165,0.2520661,0.24380165,0.28512397,0.2768595,0.0785124,0.053719006,0.07024793,0.08264463,0.11157025,0.10743801,0.05785124,0.0785124,0.09090909,0.08677686,0.09090909,0.041322313,0.1446281,0.38429752,0.41735536,0.4214876,0.4090909,0.35123968,0.27272728,0.23140496,0.20247933,0.2231405,0.28512397,0.47107437,0.5785124,0.6528926,0.6818182,0.6694215,0.62396693,0.607438,0.61157024,0.6280992,0.6404959,0.61157024,0.5785124,0.54545456,0.5082645,0.48347107,0.45041323,0.47933885,0.5247934,0.5371901,0.5371901,0.54545456,0.56198347,0.5661157,0.553719,0.5413223,0.5371901,0.553719,0.53305787,0.5,0.41735536,0.3181818,0.27272728,0.30165288,0.30165288,0.28512397,0.27272728,0.2520661,0.2520661,0.2603306,0.27272728,0.23553719,0.049586777,0.07438017,0.07438017,0.09090909,0.12809917,0.10330579,0.0661157,0.08677686,0.08677686,0.10330579,0.10330579,0.045454547,0.1446281,0.37603307,0.41735536,0.42975205,0.4214876,0.37190083,0.30991736,0.2603306,0.21487603,0.20661157,0.2107438,0.30991736,0.4876033,0.5785124,0.59917355,0.6528926,0.6570248,0.6487603,0.6363636,0.6322314,0.6404959,0.6652893,0.6570248,0.6280992,0.6446281,0.6280992,0.6280992,0.60330576,0.6363636,0.6198347,0.59504133,0.59504133,0.59090906,0.55785125,0.55785125,0.5165289,0.5082645,0.5247934,0.49586776,0.41735536,0.30991736,0.2768595,0.27272728,0.29338843,0.30165288,0.29338843,0.2768595,0.2644628,0.2603306,0.2768595,0.26859504,0.17355372,0.049586777,0.0785124,0.08677686,0.09504132,0.10743801,0.11570248,0.06198347,0.08264463,0.09090909,0.11157025,0.10330579,0.0785124,0.11157025,0.3677686,0.42975205,0.44214877,0.41735536,0.39256197,0.3305785,0.2768595,0.23553719,0.22727273,0.1983471,0.1983471,0.3553719,0.49173555,0.5082645,0.56198347,0.61570245,0.6404959,0.6404959,0.6404959,0.6322314,0.677686,0.6528926,0.6280992,0.6528926,0.6570248,0.6694215,0.661157,0.6404959,0.62396693,0.60330576,0.58264464,0.553719,0.54545456,0.5165289,0.5,0.48347107,0.4876033,0.42561984,0.29338843,0.28099173,0.28099173,0.26859504,0.29752067,0.30578512,0.28512397,0.28512397,0.27272728,0.26859504,0.2768595,0.24793388,0.08264463,0.045454547,0.07024793,0.08677686,0.08677686,0.08677686,0.10330579,0.07024793,0.0785124,0.10330579,0.11570248,0.12396694,0.09504132,0.12809917,0.3553719,0.43801653,0.42561984,0.41322315,0.40082645,0.35950413,0.30578512,0.25619835,0.21900827,0.23140496,0.20247933,0.21487603,0.3429752,0.4338843,0.4752066,0.53305787,0.58677685,0.61157024,0.59917355,0.607438,0.6322314,0.6198347,0.607438,0.58677685,0.59090906,0.5785124,0.59917355,0.5785124,0.57024795,0.5661157,0.54545456,0.5,0.49586776,0.47107437,0.446281,0.41735536,0.4090909,0.29752067,0.27272728,0.28099173,0.28512397,0.29338843,0.30991736,0.30578512,0.28512397,0.28512397,0.28512397,0.28099173,0.26859504,0.17768595,0.045454547,0.07024793,0.07438017,0.09917355,0.07438017,0.09090909,0.11157025,0.0785124,0.0785124,0.09917355,0.11983471,0.12809917,0.11157025,0.10743801,0.338843,0.44214877,0.4338843,0.4338843,0.40495867,0.37603307,0.33471075,0.29752067,0.2231405,0.22727273,0.22727273,0.2107438,0.21487603,0.29338843,0.41322315,0.47107437,0.5082645,0.5165289,0.5123967,0.53305787,0.5495868,0.54545456,0.5289256,0.49173555,0.46280992,0.45867768,0.47107437,0.48347107,0.4876033,0.5,0.46694216,0.43801653,0.42561984,0.40082645,0.38016528,0.34710744,0.29338843,0.26859504,0.2644628,0.28099173,0.29752067,0.30165288,0.3181818,0.30991736,0.29338843,0.28512397,0.28512397,0.2892562,0.24380165,0.10743801,0.049586777,0.09090909,0.0785124,0.11157025,0.041322313,0.09504132,0.11570248,0.10330579,0.07024793,0.09917355,0.11570248,0.1446281,0.12809917,0.09504132,0.3181818,0.44214877,0.4338843,0.4338843,0.4090909,0.38842976,0.34710744,0.30165288,0.2520661,0.2231405,0.24380165,0.23140496,0.21487603,0.2107438,0.21487603,0.34710744,0.40082645,0.41735536,0.41322315,0.42975205,0.42975205,0.42975205,0.4338843,0.4214876,0.37603307,0.36363637,0.37190083,0.38842976,0.4090909,0.4090909,0.3677686,0.36363637,0.3429752,0.3140496,0.3140496,0.2892562,0.28099173,0.27272728,0.2768595,0.29338843,0.29752067,0.3140496,0.30991736,0.30165288,0.3140496,0.30165288,0.29338843,0.28099173,0.19008264,0.05785124,0.05785124,0.0785124,0.08264463,0.09504132,0.041322313,0.09504132,0.11157025,0.09917355,0.0785124,0.09504132,0.11157025,0.1446281,0.12809917,0.09917355,0.28099173,0.44214877,0.45041323,0.43801653,0.42561984,0.40082645,0.37190083,0.3181818,0.26859504,0.23553719,0.23553719,0.23966943,0.23553719,0.23140496,0.18181819,0.21900827,0.23553719,0.2892562,0.30991736,0.3181818,0.32231405,0.29752067,0.30991736,0.3264463,0.3181818,0.29752067,0.2892562,0.30578512,0.30578512,0.30991736,0.27272728,0.2892562,0.29752067,0.2892562,0.30165288,0.2892562,0.2768595,0.2644628,0.29752067,0.30165288,0.29752067,0.30578512,0.30578512,0.30991736,0.30165288,0.29338843,0.2892562,0.2520661,0.10330579,0.045454547,0.0785124,0.08264463,0.10330579,0.0785124,0.053719006,11 +0.3553719,0.45867768,0.5661157,0.62396693,0.6487603,0.6528926,0.6942149,0.7231405,0.7355372,0.73140496,0.73140496,0.73966944,0.74380165,0.73966944,0.74793386,0.74380165,0.75206614,0.7644628,0.7644628,0.7644628,0.7933884,0.7933884,0.7933884,0.79752064,0.79752064,0.8140496,0.822314,0.8264463,0.8305785,0.8305785,0.8347107,0.8347107,0.8305785,0.822314,0.822314,0.8140496,0.8140496,0.8057851,0.76859504,0.73966944,0.7892562,0.78512394,0.7933884,0.7933884,0.7892562,0.8016529,0.8016529,0.7933884,0.7933884,0.7933884,0.78099173,0.7933884,0.78512394,0.78099173,0.7644628,0.73966944,0.7107438,0.69008267,0.6735537,0.6322314,0.5785124,0.47933885,0.4214876,0.38016528,0.3553719,0.47933885,0.56198347,0.61570245,0.6198347,0.6404959,0.6983471,0.71900827,0.73140496,0.7355372,0.73966944,0.7355372,0.75206614,0.75619835,0.76859504,0.76033056,0.76859504,0.7644628,0.7768595,0.7768595,0.79752064,0.79752064,0.79752064,0.80991733,0.8181818,0.8181818,0.8264463,0.8305785,0.8305785,0.8305785,0.8347107,0.8347107,0.8305785,0.8264463,0.8264463,0.822314,0.822314,0.80991733,0.7933884,0.78099173,0.80991733,0.79752064,0.7933884,0.79752064,0.8016529,0.79752064,0.8057851,0.7892562,0.7768595,0.78512394,0.78099173,0.7892562,0.78512394,0.77272725,0.7768595,0.7355372,0.71487606,0.6983471,0.6818182,0.6652893,0.61570245,0.5165289,0.45867768,0.38016528,0.37603307,0.48347107,0.57438016,0.60330576,0.607438,0.6446281,0.6942149,0.71900827,0.71900827,0.7355372,0.75206614,0.75206614,0.76033056,0.7644628,0.77272725,0.76859504,0.78512394,0.7933884,0.7933884,0.79752064,0.8140496,0.8181818,0.8181818,0.822314,0.822314,0.8305785,0.8264463,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.8264463,0.8305785,0.822314,0.8181818,0.822314,0.822314,0.80991733,0.8140496,0.8181818,0.8140496,0.8057851,0.8057851,0.80991733,0.80991733,0.8057851,0.8057851,0.7892562,0.78512394,0.7892562,0.7892562,0.7933884,0.76859504,0.76033056,0.7231405,0.7107438,0.69008267,0.6735537,0.6694215,0.6280992,0.5495868,0.49173555,0.4090909,0.3305785,0.49173555,0.59090906,0.607438,0.607438,0.6363636,0.6818182,0.71900827,0.72727275,0.7355372,0.75206614,0.75206614,0.76033056,0.7644628,0.76859504,0.7768595,0.7892562,0.79752064,0.80991733,0.80991733,0.822314,0.8305785,0.8264463,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.8347107,0.8140496,0.8264463,0.822314,0.8264463,0.8305785,0.8305785,0.8181818,0.822314,0.8140496,0.822314,0.8181818,0.8140496,0.80991733,0.8181818,0.80991733,0.8140496,0.8016529,0.7892562,0.7892562,0.7933884,0.78099173,0.7768595,0.76033056,0.72727275,0.6983471,0.6735537,0.6694215,0.6652893,0.61570245,0.59917355,0.5289256,0.45041323,0.29338843,0.46694216,0.58264464,0.61157024,0.61157024,0.6322314,0.6735537,0.7231405,0.73140496,0.7355372,0.73966944,0.73966944,0.7644628,0.75619835,0.76033056,0.7768595,0.78512394,0.7933884,0.80991733,0.8140496,0.822314,0.8264463,0.8305785,0.8181818,0.8264463,0.8264463,0.8305785,0.822314,0.822314,0.822314,0.8264463,0.8305785,0.8305785,0.822314,0.8264463,0.8305785,0.8347107,0.8347107,0.8264463,0.8264463,0.8181818,0.8181818,0.8181818,0.80991733,0.8057851,0.8140496,0.8140496,0.8140496,0.80991733,0.79752064,0.8016529,0.79752064,0.78512394,0.78512394,0.76859504,0.73140496,0.7107438,0.6859504,0.6694215,0.6652893,0.6322314,0.61570245,0.57438016,0.48347107,0.26859504,0.446281,0.58677685,0.61157024,0.62396693,0.62396693,0.6694215,0.7066116,0.74380165,0.73140496,0.73966944,0.74380165,0.7644628,0.7644628,0.76033056,0.77272725,0.78099173,0.78512394,0.79752064,0.80991733,0.80991733,0.8181818,0.822314,0.8057851,0.8057851,0.80991733,0.8140496,0.8057851,0.8016529,0.8140496,0.822314,0.8264463,0.8264463,0.8264463,0.822314,0.8264463,0.8264463,0.8264463,0.80991733,0.822314,0.8057851,0.8140496,0.80991733,0.80991733,0.80991733,0.8140496,0.822314,0.8181818,0.8140496,0.8016529,0.80991733,0.8057851,0.7892562,0.7933884,0.7768595,0.75206614,0.72727275,0.6983471,0.6652893,0.6694215,0.6363636,0.6280992,0.59504133,0.5165289,0.23140496,0.45041323,0.58677685,0.607438,0.607438,0.62396693,0.6694215,0.71487606,0.74380165,0.76859504,0.75619835,0.75206614,0.76033056,0.7644628,0.7644628,0.77272725,0.78512394,0.7768595,0.7892562,0.79752064,0.7933884,0.8016529,0.8016529,0.8057851,0.8016529,0.8016529,0.8016529,0.79752064,0.79752064,0.8057851,0.8181818,0.8181818,0.8057851,0.8181818,0.822314,0.8140496,0.8181818,0.8181818,0.8057851,0.8140496,0.7933884,0.7933884,0.8016529,0.8016529,0.8057851,0.8140496,0.822314,0.822314,0.8181818,0.80991733,0.80991733,0.80991733,0.79752064,0.79752064,0.78512394,0.76859504,0.7355372,0.70247936,0.6818182,0.6694215,0.6322314,0.62396693,0.58264464,0.53305787,0.1983471,0.45454547,0.57024795,0.58677685,0.61157024,0.6363636,0.6818182,0.71900827,0.75206614,0.7644628,0.76859504,0.7768595,0.76859504,0.76033056,0.75206614,0.75619835,0.78099173,0.77272725,0.77272725,0.7768595,0.7768595,0.7768595,0.77272725,0.7892562,0.7933884,0.7933884,0.7933884,0.7892562,0.78512394,0.7933884,0.79752064,0.8057851,0.7892562,0.7892562,0.8016529,0.7933884,0.8016529,0.78512394,0.78099173,0.7892562,0.7768595,0.7768595,0.7933884,0.7892562,0.78512394,0.79752064,0.8057851,0.8181818,0.8140496,0.8140496,0.80991733,0.8140496,0.79752064,0.79752064,0.78099173,0.77272725,0.74793386,0.6942149,0.70247936,0.6652893,0.6322314,0.607438,0.57024795,0.5413223,0.17355372,0.46694216,0.55785125,0.57438016,0.61157024,0.6528926,0.6859504,0.7107438,0.73966944,0.76033056,0.75619835,0.76033056,0.75619835,0.7355372,0.7107438,0.7231405,0.73966944,0.7355372,0.70247936,0.71487606,0.7231405,0.72727275,0.73966944,0.73966944,0.77272725,0.76033056,0.76859504,0.7644628,0.77272725,0.77272725,0.77272725,0.78099173,0.76859504,0.7644628,0.7644628,0.74380165,0.75619835,0.72727275,0.72727275,0.73966944,0.73966944,0.74380165,0.7644628,0.74793386,0.74793386,0.75619835,0.74793386,0.75206614,0.76033056,0.77272725,0.7768595,0.78512394,0.7892562,0.7892562,0.78512394,0.7644628,0.74793386,0.6942149,0.6859504,0.6735537,0.6363636,0.61157024,0.57438016,0.553719,0.14876033,0.49586776,0.5495868,0.57438016,0.607438,0.6487603,0.6652893,0.661157,0.6818182,0.6859504,0.6570248,0.661157,0.62396693,0.59504133,0.57024795,0.54545456,0.57024795,0.58264464,0.5413223,0.5661157,0.59504133,0.61157024,0.6363636,0.6859504,0.73966944,0.73966944,0.73140496,0.7355372,0.74380165,0.75206614,0.75206614,0.75206614,0.73966944,0.73140496,0.71487606,0.6818182,0.6942149,0.61570245,0.60330576,0.6198347,0.607438,0.61157024,0.6322314,0.6198347,0.62396693,0.60330576,0.59090906,0.60330576,0.6280992,0.6363636,0.661157,0.6942149,0.6983471,0.71487606,0.75619835,0.75619835,0.74380165,0.71900827,0.6694215,0.661157,0.6198347,0.59917355,0.58677685,0.56198347,0.10330579,0.5082645,0.5413223,0.57024795,0.58264464,0.59917355,0.59504133,0.59090906,0.55785125,0.553719,0.5041322,0.5,0.47933885,0.45041323,0.41735536,0.37603307,0.36363637,0.41322315,0.39256197,0.41322315,0.45041323,0.5165289,0.5413223,0.58264464,0.6528926,0.6942149,0.6983471,0.70247936,0.71487606,0.71487606,0.69008267,0.71487606,0.70247936,0.6818182,0.6487603,0.5785124,0.58677685,0.5,0.47933885,0.45041323,0.44214877,0.41322315,0.41735536,0.41735536,0.42561984,0.42561984,0.40495867,0.42975205,0.46694216,0.4876033,0.5041322,0.55785125,0.56198347,0.5661157,0.61157024,0.6487603,0.6859504,0.69008267,0.661157,0.6404959,0.607438,0.59090906,0.58264464,0.56198347,0.07024793,0.4876033,0.5495868,0.5495868,0.5123967,0.5041322,0.5041322,0.5082645,0.4752066,0.48347107,0.4214876,0.39256197,0.38429752,0.36363637,0.3305785,0.30578512,0.29752067,0.3181818,0.3140496,0.338843,0.38016528,0.45041323,0.44214877,0.48347107,0.56198347,0.59917355,0.6198347,0.661157,0.6652893,0.6859504,0.6818182,0.677686,0.661157,0.62396693,0.55785125,0.49173555,0.4338843,0.42561984,0.40495867,0.38429752,0.3677686,0.34710744,0.3140496,0.30991736,0.3181818,0.29752067,0.29338843,0.3305785,0.36363637,0.3966942,0.3966942,0.43801653,0.44214877,0.45867768,0.47933885,0.5,0.5371901,0.57438016,0.55785125,0.57024795,0.607438,0.59090906,0.5661157,0.5661157,0.0785124,0.45867768,0.56198347,0.5,0.40495867,0.42561984,0.43801653,0.45454547,0.44214877,0.446281,0.4090909,0.39256197,0.36363637,0.3553719,0.3305785,0.3140496,0.30578512,0.30991736,0.30991736,0.3181818,0.34710744,0.39256197,0.41322315,0.42561984,0.4752066,0.5371901,0.55785125,0.607438,0.6446281,0.6735537,0.661157,0.6363636,0.61157024,0.58264464,0.5082645,0.43801653,0.3966942,0.40082645,0.38429752,0.37190083,0.3429752,0.33471075,0.3264463,0.30578512,0.29752067,0.29338843,0.3140496,0.34710744,0.3677686,0.38842976,0.35950413,0.38016528,0.4090909,0.4214876,0.4214876,0.42561984,0.45041323,0.48347107,0.4876033,0.47933885,0.5661157,0.58264464,0.5661157,0.553719,0.10330579,0.4214876,0.5495868,0.45454547,0.38016528,0.37603307,0.39256197,0.39256197,0.4214876,0.39256197,0.38016528,0.38842976,0.3677686,0.3429752,0.3429752,0.29338843,0.28099173,0.2603306,0.24380165,0.26859504,0.30578512,0.3429752,0.38016528,0.38429752,0.42975205,0.48347107,0.5247934,0.58264464,0.6363636,0.6528926,0.6322314,0.6322314,0.60330576,0.55785125,0.49586776,0.44214877,0.4090909,0.40082645,0.37603307,0.3677686,0.35123968,0.338843,0.3181818,0.30165288,0.29752067,0.2892562,0.30578512,0.33471075,0.3429752,0.3677686,0.37603307,0.38429752,0.4090909,0.41322315,0.3966942,0.40082645,0.42561984,0.42975205,0.45867768,0.46694216,0.5123967,0.56198347,0.57438016,0.553719,0.10330579,0.41322315,0.5413223,0.44214877,0.37190083,0.38016528,0.38016528,0.37603307,0.39256197,0.35950413,0.32231405,0.29338843,0.27272728,0.25619835,0.2603306,0.2768595,0.23966943,0.2107438,0.19008264,0.17768595,0.19008264,0.23140496,0.30165288,0.3305785,0.37190083,0.41735536,0.4876033,0.57024795,0.6363636,0.6363636,0.62396693,0.6404959,0.61570245,0.56198347,0.5041322,0.45041323,0.42561984,0.37190083,0.34710744,0.32231405,0.30165288,0.27272728,0.1983471,0.19421488,0.19421488,0.1983471,0.1983471,0.21487603,0.21487603,0.23553719,0.2644628,0.30165288,0.338843,0.37603307,0.39256197,0.40495867,0.42561984,0.4214876,0.43801653,0.45454547,0.49586776,0.5495868,0.55785125,0.55785125,0.09504132,0.39256197,0.5247934,0.45041323,0.38842976,0.38842976,0.38016528,0.36363637,0.3264463,0.2768595,0.23140496,0.22727273,0.23140496,0.24380165,0.20247933,0.18181819,0.19008264,0.18595041,0.20247933,0.22727273,0.17768595,0.17355372,0.20661157,0.26859504,0.29338843,0.33471075,0.446281,0.55785125,0.60330576,0.6322314,0.6363636,0.661157,0.6363636,0.5785124,0.5123967,0.47107437,0.4090909,0.34710744,0.3140496,0.28512397,0.25619835,0.23140496,0.21900827,0.23140496,0.25619835,0.20247933,0.1694215,0.1694215,0.16528925,0.1570248,0.14876033,0.23140496,0.2520661,0.2644628,0.3305785,0.37603307,0.42561984,0.43801653,0.446281,0.4752066,0.5165289,0.54545456,0.55785125,0.553719,0.09504132,0.38842976,0.5165289,0.47933885,0.42561984,0.38429752,0.3677686,0.3429752,0.2644628,0.21487603,0.20661157,0.2107438,0.2520661,0.24380165,0.12809917,0.11157025,0.1570248,0.15289256,0.14049587,0.21487603,0.24380165,0.23553719,0.19421488,0.22727273,0.23966943,0.26859504,0.4090909,0.60330576,0.6652893,0.7107438,0.72727275,0.73140496,0.69008267,0.62396693,0.53305787,0.47933885,0.4090909,0.338843,0.3140496,0.2768595,0.25619835,0.25619835,0.23140496,0.30991736,0.37603307,0.24380165,0.14876033,0.16528925,0.17355372,0.09917355,0.15289256,0.25619835,0.22727273,0.25619835,0.24793388,0.30165288,0.42975205,0.44214877,0.45867768,0.48347107,0.53305787,0.553719,0.553719,0.55785125,0.11983471,0.38016528,0.5082645,0.5,0.48347107,0.42561984,0.3677686,0.3140496,0.2520661,0.21900827,0.19421488,0.19421488,0.3140496,0.37603307,0.19008264,0.1446281,0.12396694,0.15289256,0.19421488,0.338843,0.37603307,0.18181819,0.23966943,0.27272728,0.2520661,0.2520661,0.37603307,0.6404959,0.73966944,0.78099173,0.76859504,0.7644628,0.73966944,0.6528926,0.55785125,0.4876033,0.4090909,0.38429752,0.34710744,0.3181818,0.29338843,0.2892562,0.2603306,0.40082645,0.4752066,0.3264463,0.19008264,0.1446281,0.1446281,0.1446281,0.23140496,0.42561984,0.2768595,0.21487603,0.27272728,0.2768595,0.36363637,0.42561984,0.47107437,0.4876033,0.5123967,0.5495868,0.55785125,0.56198347,0.1570248,0.37603307,0.5123967,0.4752066,0.47107437,0.47107437,0.3553719,0.30165288,0.2644628,0.27272728,0.24793388,0.26859504,0.35950413,0.48347107,0.37603307,0.27272728,0.27272728,0.28512397,0.3140496,0.38016528,0.3553719,0.2603306,0.24793388,0.29752067,0.28512397,0.27272728,0.42561984,0.677686,0.75619835,0.79752064,0.78512394,0.77272725,0.76859504,0.6942149,0.60330576,0.4876033,0.45867768,0.45041323,0.42561984,0.38016528,0.30578512,0.3140496,0.3140496,0.3677686,0.446281,0.40495867,0.30991736,0.2520661,0.24380165,0.2644628,0.3429752,0.446281,0.35123968,0.29752067,0.30165288,0.3264463,0.3264463,0.3966942,0.446281,0.48347107,0.5082645,0.53305787,0.5495868,0.55785125,0.1694215,0.37603307,0.53305787,0.5,0.45041323,0.40495867,0.38429752,0.38429752,0.38429752,0.39256197,0.38016528,0.37603307,0.3677686,0.3966942,0.45041323,0.4090909,0.446281,0.45041323,0.4090909,0.40082645,0.36363637,0.3305785,0.3181818,0.33471075,0.37190083,0.3966942,0.5206612,0.6859504,0.74793386,0.7933884,0.8057851,0.78512394,0.75206614,0.7107438,0.607438,0.5123967,0.4876033,0.5082645,0.5165289,0.45454547,0.3677686,0.3264463,0.3429752,0.34710744,0.39256197,0.41735536,0.4090909,0.40495867,0.38016528,0.3677686,0.39256197,0.40082645,0.3966942,0.3966942,0.4090909,0.40082645,0.38429752,0.38842976,0.446281,0.47107437,0.5123967,0.5413223,0.5413223,0.57024795,0.15289256,0.38842976,0.55785125,0.5661157,0.5371901,0.5289256,0.5785124,0.58264464,0.5371901,0.4876033,0.42975205,0.4090909,0.4214876,0.4214876,0.3966942,0.3966942,0.38016528,0.38016528,0.3677686,0.3677686,0.35950413,0.37190083,0.38429752,0.4090909,0.4876033,0.57024795,0.607438,0.6859504,0.7644628,0.79752064,0.80991733,0.78512394,0.7355372,0.6983471,0.61570245,0.5371901,0.57024795,0.56198347,0.5371901,0.4752066,0.40495867,0.3305785,0.3140496,0.3305785,0.35123968,0.37603307,0.3966942,0.38842976,0.3966942,0.40495867,0.41735536,0.4214876,0.4214876,0.4214876,0.43801653,0.446281,0.4876033,0.46694216,0.49173555,0.5123967,0.54545456,0.5661157,0.553719,0.57024795,0.12809917,0.36363637,0.57438016,0.59090906,0.59504133,0.6198347,0.661157,0.6487603,0.60330576,0.5247934,0.44214877,0.40082645,0.38842976,0.38429752,0.37603307,0.3553719,0.33471075,0.30991736,0.27272728,0.30165288,0.36363637,0.4090909,0.446281,0.5082645,0.61570245,0.6652893,0.6446281,0.6818182,0.75619835,0.8057851,0.8140496,0.78512394,0.74380165,0.6859504,0.60330576,0.57024795,0.6404959,0.6322314,0.58677685,0.5082645,0.40082645,0.37190083,0.3305785,0.30165288,0.30165288,0.32231405,0.3264463,0.338843,0.37190083,0.40082645,0.4090909,0.41735536,0.4214876,0.43801653,0.46694216,0.46280992,0.5123967,0.5289256,0.553719,0.5661157,0.59090906,0.5785124,0.59090906,0.59090906,0.10330579,0.3429752,0.58264464,0.607438,0.62396693,0.6198347,0.6322314,0.59504133,0.57438016,0.5371901,0.46694216,0.4090909,0.37190083,0.3429752,0.30991736,0.29338843,0.28099173,0.2768595,0.3140496,0.4090909,0.47107437,0.49173555,0.5371901,0.6446281,0.69008267,0.6818182,0.6404959,0.6694215,0.75206614,0.8016529,0.8140496,0.7933884,0.75206614,0.6859504,0.59917355,0.59090906,0.6652893,0.6942149,0.6735537,0.59504133,0.5,0.45867768,0.41322315,0.38429752,0.34710744,0.3140496,0.30578512,0.29338843,0.3264463,0.3553719,0.3966942,0.42561984,0.45041323,0.48347107,0.5,0.49586776,0.53305787,0.5495868,0.58264464,0.607438,0.607438,0.59504133,0.61570245,0.60330576,0.11983471,0.3181818,0.57024795,0.607438,0.6404959,0.61157024,0.62396693,0.61157024,0.607438,0.5785124,0.53305787,0.47107437,0.42975205,0.37603307,0.37603307,0.35950413,0.38842976,0.40495867,0.46694216,0.53305787,0.58264464,0.62396693,0.6528926,0.69008267,0.6942149,0.6694215,0.6446281,0.6570248,0.74380165,0.8016529,0.80991733,0.7892562,0.75206614,0.6694215,0.59917355,0.59917355,0.6652893,0.70247936,0.71487606,0.6818182,0.6322314,0.59504133,0.5413223,0.49586776,0.45454547,0.4214876,0.4090909,0.4090909,0.39256197,0.3966942,0.41322315,0.45041323,0.48347107,0.5123967,0.5247934,0.53305787,0.5371901,0.57438016,0.607438,0.6322314,0.6322314,0.6322314,0.62396693,0.61157024,0.12809917,0.28099173,0.54545456,0.61157024,0.6322314,0.6404959,0.6652893,0.6570248,0.6446281,0.61570245,0.60330576,0.58677685,0.56198347,0.5165289,0.5123967,0.5123967,0.553719,0.58264464,0.6198347,0.6735537,0.6942149,0.6652893,0.6694215,0.6859504,0.69008267,0.6694215,0.6280992,0.6363636,0.72727275,0.7933884,0.8057851,0.78512394,0.75619835,0.69008267,0.59090906,0.59504133,0.6694215,0.6942149,0.7066116,0.6983471,0.70247936,0.7066116,0.6818182,0.6446281,0.59090906,0.57024795,0.55785125,0.55785125,0.5165289,0.5041322,0.5082645,0.5247934,0.5413223,0.553719,0.57438016,0.58677685,0.59090906,0.6280992,0.6404959,0.6528926,0.6446281,0.6487603,0.6280992,0.61570245,0.17355372,0.23140496,0.5371901,0.60330576,0.6322314,0.6859504,0.6983471,0.6942149,0.70247936,0.6983471,0.69008267,0.7066116,0.70247936,0.6694215,0.6487603,0.6487603,0.677686,0.6983471,0.7066116,0.7231405,0.69008267,0.6652893,0.6694215,0.6859504,0.69008267,0.6735537,0.62396693,0.6363636,0.7231405,0.79752064,0.8140496,0.78512394,0.7644628,0.70247936,0.61157024,0.607438,0.6570248,0.69008267,0.70247936,0.69008267,0.6983471,0.7231405,0.7231405,0.73140496,0.71487606,0.6983471,0.6694215,0.6735537,0.6446281,0.6322314,0.6198347,0.607438,0.607438,0.61570245,0.6280992,0.6363636,0.6487603,0.6528926,0.661157,0.6735537,0.6694215,0.6570248,0.6280992,0.59917355,0.29338843,0.28099173,0.5,0.60330576,0.6322314,0.677686,0.6942149,0.71900827,0.73966944,0.74380165,0.7355372,0.73966944,0.73966944,0.7231405,0.71487606,0.71487606,0.7231405,0.72727275,0.7231405,0.70247936,0.6942149,0.6652893,0.6735537,0.69008267,0.6818182,0.6652893,0.6280992,0.661157,0.72727275,0.80991733,0.8181818,0.79752064,0.77272725,0.71487606,0.6363636,0.59917355,0.6570248,0.6942149,0.6942149,0.6818182,0.6735537,0.6983471,0.71487606,0.73140496,0.74793386,0.75619835,0.74380165,0.74793386,0.7355372,0.72727275,0.71900827,0.7066116,0.6694215,0.6818182,0.7066116,0.70247936,0.71900827,0.7107438,0.6983471,0.6983471,0.6859504,0.6652893,0.6404959,0.59917355,0.38842976,0.2892562,0.46694216,0.59090906,0.6280992,0.6652893,0.6818182,0.71487606,0.7231405,0.7355372,0.73140496,0.73966944,0.74380165,0.74380165,0.73966944,0.74380165,0.74380165,0.72727275,0.7355372,0.6983471,0.69008267,0.6735537,0.677686,0.6859504,0.677686,0.661157,0.6404959,0.661157,0.7355372,0.8181818,0.8305785,0.8057851,0.78512394,0.73140496,0.6652893,0.6198347,0.6446281,0.6859504,0.6942149,0.6859504,0.677686,0.6983471,0.71900827,0.73140496,0.74793386,0.76033056,0.7644628,0.76033056,0.7644628,0.7644628,0.76033056,0.75619835,0.73140496,0.71900827,0.75206614,0.75206614,0.73966944,0.7355372,0.7231405,0.7066116,0.6818182,0.6652893,0.6363636,0.59917355,0.47107437,0.32231405,0.446281,0.57024795,0.59917355,0.6363636,0.661157,0.6983471,0.7107438,0.7231405,0.73140496,0.7355372,0.73140496,0.74380165,0.73966944,0.72727275,0.71900827,0.7066116,0.71900827,0.6942149,0.677686,0.6818182,0.677686,0.677686,0.6487603,0.661157,0.6487603,0.677686,0.75206614,0.822314,0.8264463,0.8057851,0.78099173,0.7644628,0.70247936,0.661157,0.6487603,0.6652893,0.661157,0.6818182,0.6694215,0.6818182,0.6983471,0.7066116,0.7355372,0.75206614,0.76033056,0.76033056,0.77272725,0.76859504,0.76859504,0.77272725,0.75619835,0.75206614,0.76033056,0.75206614,0.7355372,0.73140496,0.7107438,0.70247936,0.6487603,0.6404959,0.61157024,0.58264464,0.553719,0.41735536,0.4338843,0.53305787,0.57024795,0.60330576,0.6404959,0.6694215,0.6942149,0.7066116,0.7231405,0.74793386,0.73140496,0.71900827,0.7231405,0.7107438,0.71900827,0.6859504,0.6983471,0.6735537,0.6570248,0.6404959,0.6404959,0.6487603,0.6280992,0.6363636,0.6818182,0.7107438,0.7644628,0.8264463,0.8181818,0.8016529,0.77272725,0.7892562,0.74793386,0.69008267,0.6322314,0.6198347,0.62396693,0.61157024,0.61570245,0.6446281,0.6735537,0.677686,0.7107438,0.73966944,0.74793386,0.75206614,0.76033056,0.76859504,0.76859504,0.76859504,0.76859504,0.77272725,0.76033056,0.74380165,0.7231405,0.71900827,0.6942149,0.6818182,0.6363636,0.6198347,0.59504133,0.57438016,0.5785124,0.5082645,0.43801653,0.4876033,0.5371901,0.59090906,0.6322314,0.6570248,0.6818182,0.6983471,0.70247936,0.72727275,0.71900827,0.70247936,0.6983471,0.69008267,0.6942149,0.6859504,0.6818182,0.6528926,0.59090906,0.57438016,0.60330576,0.6363636,0.607438,0.677686,0.7231405,0.75206614,0.78512394,0.8305785,0.822314,0.79752064,0.78512394,0.7933884,0.78512394,0.7231405,0.6280992,0.61157024,0.60330576,0.5495868,0.5289256,0.553719,0.61157024,0.6446281,0.70247936,0.7231405,0.7231405,0.72727275,0.73966944,0.75206614,0.7644628,0.75619835,0.7644628,0.77272725,0.75206614,0.74380165,0.72727275,0.6983471,0.69008267,0.6570248,0.6198347,0.59090906,0.5785124,0.56198347,0.55785125,0.56198347,0.45867768,0.446281,0.5041322,0.58264464,0.61157024,0.6363636,0.6652893,0.677686,0.6735537,0.6983471,0.6942149,0.6942149,0.69008267,0.6694215,0.6735537,0.6570248,0.59917355,0.56198347,0.48347107,0.5165289,0.61157024,0.6694215,0.661157,0.7066116,0.75619835,0.8016529,0.8140496,0.822314,0.8140496,0.7933884,0.7768595,0.7892562,0.79752064,0.7768595,0.6694215,0.6652893,0.6735537,0.59090906,0.48347107,0.49586776,0.55785125,0.60330576,0.6322314,0.6528926,0.6983471,0.70247936,0.7231405,0.7231405,0.74380165,0.73140496,0.74793386,0.75206614,0.74380165,0.74793386,0.71900827,0.6983471,0.6694215,0.6322314,0.58264464,0.553719,0.54545456,0.5371901,0.53305787,0.5289256,0.5082645,0.42561984,0.45867768,0.5289256,0.57438016,0.60330576,0.6446281,0.6528926,0.6528926,0.6694215,0.661157,0.6735537,0.6694215,0.6446281,0.6280992,0.5661157,0.5,0.4214876,0.37190083,0.44214877,0.6446281,0.6735537,0.6652893,0.70247936,0.74793386,0.8016529,0.8057851,0.7933884,0.78512394,0.78512394,0.77272725,0.7892562,0.7892562,0.78512394,0.6983471,0.6818182,0.75206614,0.6983471,0.4752066,0.4876033,0.54545456,0.55785125,0.5661157,0.58264464,0.6404959,0.6735537,0.69008267,0.6942149,0.7107438,0.7107438,0.71487606,0.72727275,0.70247936,0.71487606,0.6942149,0.6694215,0.6198347,0.59917355,0.55785125,0.53305787,0.5289256,0.5289256,0.6198347,0.47107437,0.44214877,0.41735536,0.3966942,0.4876033,0.53305787,0.5785124,0.607438,0.6322314,0.6363636,0.6487603,0.6404959,0.6363636,0.62396693,0.59504133,0.56198347,0.47107437,0.40495867,0.38429752,0.36363637,0.41735536,0.6322314,0.6322314,0.6487603,0.6818182,0.7107438,0.76033056,0.77272725,0.7644628,0.76859504,0.7644628,0.76859504,0.76859504,0.76859504,0.74380165,0.6735537,0.61157024,0.75619835,0.73966944,0.5082645,0.45454547,0.56198347,0.5413223,0.5289256,0.5413223,0.57438016,0.6322314,0.6487603,0.6735537,0.69008267,0.6735537,0.6735537,0.6818182,0.6652893,0.6735537,0.6528926,0.62396693,0.59504133,0.5661157,0.5371901,0.5165289,0.5289256,0.53305787,0.677686,0.45867768,0.2603306,0.3264463,0.4090909,0.4214876,0.48347107,0.5289256,0.56198347,0.59917355,0.61570245,0.6404959,0.61157024,0.61157024,0.59504133,0.55785125,0.5082645,0.3966942,0.36363637,0.45454547,0.47107437,0.49586776,0.59504133,0.5413223,0.61157024,0.6404959,0.6652893,0.6942149,0.71900827,0.71900827,0.71900827,0.73140496,0.72727275,0.71487606,0.7107438,0.6983471,0.6198347,0.55785125,0.6570248,0.7066116,0.5165289,0.4338843,0.55785125,0.5661157,0.5206612,0.5082645,0.5495868,0.58264464,0.607438,0.6280992,0.6487603,0.6404959,0.6487603,0.6404959,0.62396693,0.6322314,0.607438,0.58264464,0.57024795,0.54545456,0.5206612,0.5082645,0.5247934,0.5247934,0.6652893,0.53305787,0.23140496,0.19008264,0.44214877,0.38842976,0.40495867,0.46280992,0.5371901,0.57438016,0.61157024,0.61157024,0.60330576,0.59504133,0.553719,0.5041322,0.44214877,0.35950413,0.42975205,0.53305787,0.54545456,0.55785125,0.553719,0.41322315,0.42561984,0.5371901,0.58264464,0.61570245,0.6404959,0.61157024,0.62396693,0.6694215,0.6404959,0.61570245,0.58677685,0.56198347,0.5165289,0.5041322,0.5785124,0.6198347,0.5,0.4338843,0.5289256,0.5661157,0.5495868,0.5371901,0.54545456,0.56198347,0.55785125,0.57024795,0.58677685,0.5785124,0.607438,0.59504133,0.59504133,0.58264464,0.5661157,0.5495868,0.5413223,0.5289256,0.5123967,0.5082645,0.5165289,0.5165289,0.59917355,0.5413223,0.25619835,0.23140496,0.446281,0.39256197,0.38016528,0.41735536,0.48347107,0.53305787,0.5785124,0.5785124,0.5785124,0.55785125,0.5165289,0.46280992,0.36363637,0.3966942,0.5206612,0.58264464,0.5785124,0.60330576,0.5041322,0.36363637,0.25619835,0.3305785,0.41322315,0.48347107,0.5082645,0.4752066,0.47933885,0.5289256,0.49173555,0.46280992,0.42975205,0.38429752,0.38429752,0.43801653,0.5,0.5165289,0.46280992,0.44214877,0.5413223,0.553719,0.5785124,0.5495868,0.5371901,0.5495868,0.53305787,0.5371901,0.5495868,0.53305787,0.54545456,0.55785125,0.5371901,0.5413223,0.5289256,0.5247934,0.5206612,0.5206612,0.5206612,0.5247934,0.5165289,0.5165289,0.59504133,0.40495867,0.34710744,0.34710744,0.40082645,0.41322315,0.39256197,0.38016528,0.42561984,0.49586776,0.5371901,0.5371901,0.54545456,0.5206612,0.48347107,0.42975205,0.3553719,0.47107437,0.5785124,0.60330576,0.60330576,0.61157024,0.59917355,0.38429752,0.20661157,0.19421488,0.24380165,0.3181818,0.35950413,0.338843,0.3429752,0.38429752,0.37190083,0.35950413,0.30578512,0.24380165,0.24793388,0.2892562,0.3966942,0.446281,0.45041323,0.45867768,0.553719,0.59090906,0.5785124,0.56198347,0.5165289,0.5247934,0.5289256,0.53305787,0.5289256,0.5247934,0.5206612,0.5123967,0.5041322,0.5082645,0.5123967,0.5082645,0.5123967,0.5123967,0.5289256,0.5289256,0.5123967,0.5247934,0.5041322,0.35950413,0.4752066,0.3264463,0.3429752,0.4214876,0.41735536,0.36363637,0.3677686,0.45041323,0.48347107,0.5,0.5,0.48347107,0.46694216,0.41322315,0.39256197,0.54545456,0.607438,0.61570245,0.59917355,0.59917355,0.6280992,0.49586776,0.23966943,0.20661157,0.1983471,0.23140496,0.2644628,0.27272728,0.2520661,0.29752067,0.30165288,0.2892562,0.24793388,0.23553719,0.20661157,0.2768595,0.40495867,0.43801653,0.44214877,0.46694216,0.54545456,0.60330576,0.607438,0.57438016,0.5082645,0.48347107,0.5041322,0.5247934,0.5082645,0.5123967,0.49173555,0.49173555,0.48347107,0.4752066,0.47933885,0.5,0.5082645,0.5041322,0.5206612,0.5247934,0.5206612,0.53305787,0.45867768,0.45867768,0.45454547,0.2644628,0.2603306,0.42561984,0.42975205,0.38842976,0.35123968,0.4090909,0.45041323,0.46280992,0.47107437,0.47107437,0.45454547,0.38429752,0.44214877,0.57024795,0.61157024,0.61157024,0.59504133,0.58677685,0.60330576,0.57438016,0.3553719,0.24380165,0.2231405,0.23140496,0.22727273,0.2231405,0.22727273,0.23966943,0.2520661,0.2644628,0.2768595,0.29338843,0.3140496,0.37190083,0.43801653,0.446281,0.45867768,0.46694216,0.5289256,0.57438016,0.6280992,0.59090906,0.5495868,0.46694216,0.45454547,0.5,0.5,0.5082645,0.47933885,0.47107437,0.46694216,0.45867768,0.46694216,0.4876033,0.49586776,0.5041322,0.5123967,0.5247934,0.5165289,0.5413223,0.5082645,0.5041322,0.3429752,0.23553719,0.21487603,0.40082645,0.43801653,0.41735536,0.34710744,0.36363637,0.43801653,0.4338843,0.45454547,0.46280992,0.44214877,0.38429752,0.5123967,0.58677685,0.60330576,0.62396693,0.61570245,0.60330576,0.60330576,0.61157024,0.46280992,0.2892562,0.25619835,0.2603306,0.27272728,0.25619835,0.26859504,0.26859504,0.29338843,0.30165288,0.3305785,0.37190083,0.39256197,0.4214876,0.4338843,0.446281,0.47107437,0.46694216,0.5,0.5413223,0.60330576,0.59504133,0.58264464,0.5371901,0.446281,0.45454547,0.49173555,0.5,0.48347107,0.47107437,0.46694216,0.45041323,0.45867768,0.4752066,0.4876033,0.4876033,0.5206612,0.5289256,0.5165289,0.5413223,0.5206612,0.42561984,0.28512397,0.2231405,0.1983471,0.3305785,0.42561984,0.43801653,0.4090909,0.3553719,0.4090909,0.40495867,0.446281,0.45867768,0.4214876,0.45867768,0.57438016,0.59090906,0.607438,0.6404959,0.6487603,0.6446281,0.6404959,0.6446281,0.5495868,0.39256197,0.30991736,0.2892562,0.3140496,0.3140496,0.3181818,0.30991736,0.35950413,0.39256197,0.40082645,0.38842976,0.4338843,0.44214877,0.45867768,0.4752066,0.4876033,0.5041322,0.49586776,0.5495868,0.5785124,0.59504133,0.59917355,0.60330576,0.53305787,0.45867768,0.47933885,0.4876033,0.49586776,0.48347107,0.47933885,0.46280992,0.47933885,0.47933885,0.48347107,0.4876033,0.5206612,0.5289256,0.5289256,0.5371901,0.47107437,0.3140496,0.2603306,0.22727273,0.17355372,0.2520661,0.37603307,0.40082645,0.4338843,0.4090909,0.38842976,0.3966942,0.40495867,0.45867768,0.446281,0.5082645,0.58264464,0.58677685,0.60330576,0.6363636,0.6528926,0.6694215,0.6570248,0.6570248,0.61570245,0.5041322,0.39256197,0.35123968,0.3429752,0.36363637,0.35950413,0.33471075,0.37190083,0.43801653,0.45867768,0.43801653,0.45867768,0.46694216,0.47933885,0.5,0.5082645,0.5041322,0.5,0.55785125,0.57438016,0.60330576,0.6198347,0.61570245,0.59090906,0.5206612,0.46694216,0.5,0.5041322,0.49586776,0.4876033,0.47933885,0.5,0.4752066,0.47933885,0.5,0.5206612,0.5289256,0.5206612,0.5247934,0.37603307,0.26859504,0.25619835,0.23553719,0.1983471,0.21487603,0.338843,0.38842976,0.42975205,0.45041323,0.41322315,0.41735536,0.44214877,0.48347107,0.4752066,0.49173555,0.57438016,0.5785124,0.57024795,0.59917355,0.6198347,0.6487603,0.6280992,0.6487603,0.6528926,0.58264464,0.4876033,0.42561984,0.40495867,0.41322315,0.3966942,0.36363637,0.3553719,0.42561984,0.47107437,0.47933885,0.47107437,0.4876033,0.4876033,0.5082645,0.5123967,0.5041322,0.5123967,0.5371901,0.56198347,0.5785124,0.59504133,0.59917355,0.5785124,0.5495868,0.4876033,0.5123967,0.5206612,0.5206612,0.49173555,0.5,0.5123967,0.4876033,0.49173555,0.5123967,0.5165289,0.5289256,0.5082645,0.5123967,0.3181818,0.2644628,0.24793388,0.2107438,0.28099173,0.28512397,0.30578512,0.37603307,0.44214877,0.47107437,0.45867768,0.43801653,0.4876033,0.5165289,0.5123967,0.46694216,0.5371901,0.57438016,0.54545456,0.553719,0.58264464,0.59504133,0.61157024,0.61570245,0.6322314,0.61157024,0.55785125,0.4752066,0.46280992,0.4338843,0.44214877,0.38429752,0.36363637,0.41322315,0.45867768,0.4752066,0.48347107,0.49586776,0.5082645,0.5123967,0.5165289,0.5165289,0.5165289,0.5165289,0.5289256,0.5413223,0.553719,0.57438016,0.56198347,0.55785125,0.5123967,0.5413223,0.5413223,0.5413223,0.5206612,0.5082645,0.5247934,0.5206612,0.5123967,0.5082645,0.5247934,0.5206612,0.5082645,0.49586776,0.30165288,0.24380165,0.19008264,0.24793388,0.3429752,0.3677686,0.3429752,0.3305785,0.4090909,0.45867768,0.48347107,0.46280992,0.5082645,0.5289256,0.5413223,0.49586776,0.5206612,0.53305787,0.5206612,0.5,0.4876033,0.5165289,0.5123967,0.5289256,0.5413223,0.5371901,0.5165289,0.43801653,0.41735536,0.41322315,0.42975205,0.40495867,0.3677686,0.38016528,0.4090909,0.4338843,0.44214877,0.47107437,0.47933885,0.4876033,0.49173555,0.5,0.49173555,0.5123967,0.5082645,0.49586776,0.5123967,0.53305787,0.5495868,0.54545456,0.5413223,0.56198347,0.5495868,0.54545456,0.53305787,0.5123967,0.5289256,0.5495868,0.5123967,0.5165289,0.5165289,0.5165289,0.5,0.47933885,0.2768595,0.1694215,0.2231405,0.32231405,0.37603307,0.38429752,0.3966942,0.32231405,0.3429752,0.42975205,0.48347107,0.48347107,0.5165289,0.5413223,0.553719,0.55785125,0.5371901,0.49173555,0.446281,0.37603307,0.30991736,0.3140496,0.34710744,0.35950413,0.37190083,0.39256197,0.38842976,0.35950413,0.3264463,0.30991736,0.338843,0.3553719,0.3264463,0.3140496,0.30578512,0.3264463,0.34710744,0.36363637,0.37190083,0.38429752,0.38016528,0.38429752,0.38842976,0.37603307,0.38016528,0.38842976,0.4338843,0.4752066,0.5123967,0.5206612,0.56198347,0.5661157,0.54545456,0.5371901,0.5247934,0.5289256,0.53305787,0.5371901,0.5165289,0.5165289,0.5041322,0.49586776,0.4752066,0.36363637,0.2107438,0.18595041,0.30991736,0.37190083,0.38842976,0.38429752,0.41322315,0.36363637,0.2644628,0.37603307,0.45041323,0.46694216,0.49173555,0.5371901,0.553719,0.5785124,0.55785125,0.48347107,0.41322315,0.338843,0.25619835,0.2107438,0.2107438,0.23140496,0.24793388,0.2603306,0.28099173,0.29338843,0.2892562,0.25619835,0.24380165,0.26859504,0.27272728,0.27272728,0.28099173,0.25619835,0.29338843,0.29752067,0.30165288,0.30578512,0.27272728,0.2768595,0.28099173,0.20247933,0.2768595,0.33471075,0.37603307,0.42975205,0.47107437,0.48347107,0.5495868,0.55785125,0.5371901,0.53305787,0.5247934,0.5247934,0.5206612,0.5247934,0.5165289,0.5123967,0.49586776,0.46694216,0.4214876,0.23140496,0.20247933,0.30165288,0.338843,0.37603307,0.39256197,0.38429752,0.35950413,0.27272728,0.12396694,0.28099173,0.40082645,0.42561984,0.45454547,0.5,0.5247934,0.57024795,0.5661157,0.5082645,0.4338843,0.4090909,0.43801653,0.3966942,0.28099173,0.21900827,0.20247933,0.18181819,0.17355372,0.14876033,0.1983471,0.20247933,0.1983471,0.19421488,0.20661157,0.21487603,0.2107438,0.17768595,0.18595041,0.21900827,0.2107438,0.23966943,0.23966943,0.24380165,0.2892562,0.3553719,0.45867768,0.4752066,0.45454547,0.43801653,0.446281,0.47107437,0.5413223,0.5289256,0.5247934,0.5247934,0.5206612,0.5123967,0.5041322,0.5206612,0.5041322,0.5,0.46280992,0.41735536,0.30991736,0.19008264,0.2768595,0.35950413,0.35123968,0.38016528,0.38842976,0.3305785,0.23140496,0.18181819,0.09504132,0.1570248,0.32231405,0.38842976,0.42561984,0.446281,0.5123967,0.5413223,0.553719,0.5206612,0.4752066,0.49586776,0.553719,0.56198347,0.4876033,0.41322315,0.3553719,0.35950413,0.30991736,0.21487603,0.1983471,0.20247933,0.2107438,0.17768595,0.18181819,0.1983471,0.1983471,0.17355372,0.16528925,0.21900827,0.27272728,0.3140496,0.33471075,0.3264463,0.39256197,0.45867768,0.5206612,0.53305787,0.5082645,0.4876033,0.48347107,0.5165289,0.5165289,0.49586776,0.49173555,0.49586776,0.5041322,0.49586776,0.5,0.5,0.4876033,0.46280992,0.42561984,0.338843,0.2231405,0.1983471,0.3553719,0.35950413,0.3677686,0.38842976,0.338843,0.20661157,0.17355372,0.14049587,0.11570248,0.09504132,0.19421488,0.3140496,0.39256197,0.39256197,0.446281,0.4876033,0.5206612,0.5413223,0.55785125,0.59917355,0.57438016,0.5371901,0.5371901,0.5082645,0.49173555,0.5165289,0.4876033,0.48347107,0.41322315,0.42561984,0.40495867,0.3429752,0.30165288,0.30991736,0.30578512,0.28512397,0.29338843,0.33471075,0.38016528,0.37603307,0.38429752,0.38842976,0.45041323,0.5041322,0.5206612,0.5289256,0.54545456,0.55785125,0.5495868,0.5413223,0.48347107,0.46280992,0.46694216,0.4752066,0.48347107,0.4752066,0.48347107,0.4876033,0.45454547,0.43801653,0.37190083,0.23966943,0.2107438,0.2231405,0.37603307,0.35950413,0.3429752,0.2892562,0.20661157,0.14876033,0.16115703,0.09917355,0.11983471,0.0785124,0.09504132,0.20661157,0.3264463,0.36363637,0.38842976,0.44214877,0.5041322,0.5495868,0.5785124,0.61157024,0.61157024,0.59090906,0.5082645,0.46280992,0.47107437,0.49173555,0.5082645,0.5413223,0.59090906,0.5785124,0.54545456,0.5,0.43801653,0.4214876,0.40082645,0.36363637,0.37603307,0.3966942,0.39256197,0.38842976,0.4090909,0.44214877,0.4752066,0.5082645,0.5206612,0.5289256,0.55785125,0.55785125,0.54545456,0.5206612,0.47107437,0.45041323,0.45867768,0.45454547,0.46280992,0.4752066,0.48347107,0.46694216,0.44214877,0.40082645,0.28099173,0.2107438,0.21900827,0.23966943,0.3181818,0.30578512,0.26859504,0.1694215,0.1322314,0.14049587,0.1446281,0.09090909,0.09917355,0.0785124,0.0785124,0.10330579,0.23553719,0.29752067,0.34710744,0.37603307,0.45041323,0.5247934,0.57024795,0.58677685,0.58677685,0.60330576,0.5661157,0.46694216,0.40082645,0.41322315,0.46280992,0.48347107,0.56198347,0.56198347,0.5289256,0.49173555,0.4214876,0.42561984,0.40495867,0.37603307,0.39256197,0.37190083,0.37190083,0.40495867,0.4338843,0.46694216,0.4752066,0.49586776,0.5247934,0.53305787,0.54545456,0.553719,0.5247934,0.5165289,0.4752066,0.45041323,0.45454547,0.45454547,0.45867768,0.45454547,0.46694216,0.44214877,0.40082645,0.30165288,0.2231405,0.2231405,0.21900827,0.2520661,0.25619835,0.24793388,0.1983471,0.1322314,0.11157025,0.1322314,0.1446281,0.09917355,0.08677686,0.0785124,0.08264463,0.07024793,0.10330579,0.24380165,0.3181818,0.33471075,0.40082645,0.47107437,0.5289256,0.5661157,0.5661157,0.55785125,0.58677685,0.5413223,0.42975205,0.3305785,0.3429752,0.3677686,0.4338843,0.4752066,0.47107437,0.45867768,0.44214877,0.4214876,0.36363637,0.37190083,0.3429752,0.338843,0.37190083,0.41735536,0.44214877,0.45454547,0.45867768,0.47933885,0.5,0.5206612,0.5247934,0.5413223,0.5289256,0.5247934,0.4876033,0.46694216,0.45454547,0.45454547,0.45454547,0.45454547,0.42975205,0.40082645,0.3140496,0.23553719,0.22727273,0.23553719,0.23553719,0.23966943,0.2231405,0.18595041,0.15289256,0.10330579,0.12396694,0.13636364,0.11157025,0.08677686,0.09504132,0.0785124,0.0785124,0.07024793,0.053719006,0.1570248,0.2892562,0.30991736,0.37190083,0.43801653,0.5,0.53305787,0.5371901,0.5165289,0.5247934,0.5371901,0.4876033,0.37603307,0.29752067,0.2603306,0.2768595,0.30578512,0.3305785,0.338843,0.33471075,0.3140496,0.2892562,0.28099173,0.30165288,0.3429752,0.38429752,0.41322315,0.4214876,0.46280992,0.46694216,0.46694216,0.48347107,0.5041322,0.5165289,0.5289256,0.5206612,0.5289256,0.5082645,0.47933885,0.46694216,0.45867768,0.45454547,0.4214876,0.3966942,0.3305785,0.25619835,0.23140496,0.23553719,0.23553719,0.24380165,0.24380165,0.2231405,0.16115703,0.12809917,0.09504132,0.1322314,0.10743801,0.10743801,0.09917355,0.09917355,0.09090909,0.08264463,0.0785124,0.06198347,0.12809917,0.35123968,0.2768595,0.338843,0.3966942,0.49586776,0.5247934,0.5041322,0.48347107,0.46280992,0.4752066,0.47933885,0.43801653,0.3553719,0.2892562,0.2603306,0.25619835,0.24793388,0.23966943,0.24380165,0.24793388,0.26859504,0.2603306,0.30578512,0.34710744,0.38842976,0.4090909,0.42561984,0.44214877,0.446281,0.446281,0.46694216,0.47933885,0.5,0.5206612,0.5123967,0.5206612,0.5082645,0.48347107,0.4752066,0.45454547,0.43801653,0.38429752,0.3305785,0.26859504,0.24793388,0.23966943,0.23966943,0.24793388,0.23553719,0.24380165,0.1983471,0.13636364,0.11157025,0.12396694,0.11157025,0.12809917,0.11570248,0.10330579,0.08677686,0.09917355,0.08264463,0.0785124,0.0661157,0.09917355,0.41735536,0.30578512,0.27272728,0.34710744,0.45041323,0.5371901,0.53305787,0.5206612,0.4752066,0.45041323,0.45454547,0.45867768,0.38016528,0.3140496,0.29752067,0.29338843,0.2768595,0.25619835,0.23966943,0.2520661,0.28099173,0.30165288,0.3264463,0.37190083,0.40495867,0.4090909,0.4338843,0.44214877,0.45867768,0.45454547,0.46694216,0.47933885,0.5,0.5165289,0.53305787,0.5247934,0.5123967,0.48347107,0.45867768,0.43801653,0.38842976,0.3181818,0.28512397,0.25619835,0.2603306,0.24380165,0.2520661,0.23140496,0.24793388,0.2520661,0.1446281,0.11983471,0.11157025,0.12809917,0.11157025,0.12396694,0.12809917,0.09504132,0.0785124,0.08677686,0.09504132,0.08264463,0.06198347,0.09090909,0.41322315,0.37603307,0.2768595,0.25619835,0.35950413,0.5206612,0.5495868,0.5785124,0.5495868,0.5041322,0.4876033,0.46280992,0.43801653,0.38016528,0.36363637,0.3264463,0.30165288,0.2892562,0.27272728,0.2768595,0.30991736,0.338843,0.36363637,0.3966942,0.41735536,0.42975205,0.44214877,0.45867768,0.46694216,0.4752066,0.48347107,0.5123967,0.5247934,0.5413223,0.5371901,0.5123967,0.5,0.46280992,0.42975205,0.36363637,0.3140496,0.2644628,0.28099173,0.2520661,0.2603306,0.2520661,0.2644628,0.22727273,0.24380165,0.2644628,0.1322314,0.11983471,0.11157025,0.12809917,0.11157025,0.1322314,0.11157025,0.08677686,0.07438017,0.0785124,0.10743801,0.08264463,0.08264463,0.08677686,0.38016528,0.41322315,0.338843,0.23140496,0.2768595,0.38429752,0.5371901,0.58677685,0.6198347,0.6198347,0.59504133,0.553719,0.5123967,0.49586776,0.47933885,0.4338843,0.37190083,0.35123968,0.34710744,0.3305785,0.33471075,0.38016528,0.4214876,0.43801653,0.45041323,0.47107437,0.48347107,0.49586776,0.5082645,0.5082645,0.5165289,0.53305787,0.53305787,0.5495868,0.5247934,0.5041322,0.47107437,0.4338843,0.3677686,0.28099173,0.28512397,0.28099173,0.28512397,0.2644628,0.2520661,0.26859504,0.2603306,0.24380165,0.23966943,0.27272728,0.1322314,0.12396694,0.11157025,0.15289256,0.11983471,0.09917355,0.11570248,0.08677686,0.0785124,0.08677686,0.10743801,0.09504132,0.08677686,0.08264463,0.3429752,0.4090909,0.36363637,0.2768595,0.23553719,0.2603306,0.45867768,0.55785125,0.62396693,0.6570248,0.6487603,0.59917355,0.56198347,0.5495868,0.56198347,0.5495868,0.5,0.46694216,0.45041323,0.41322315,0.41735536,0.42975205,0.4876033,0.4876033,0.49173555,0.5041322,0.53305787,0.5371901,0.53305787,0.53305787,0.54545456,0.553719,0.5413223,0.5289256,0.5082645,0.47107437,0.42561984,0.35950413,0.28512397,0.2768595,0.30165288,0.28099173,0.27272728,0.2603306,0.2644628,0.25619835,0.25619835,0.2644628,0.2520661,0.2603306,0.14876033,0.11983471,0.11570248,0.12809917,0.09917355,0.09504132,0.10330579,0.08264463,0.07438017,0.09090909,0.12396694,0.11570248,0.0785124,0.07438017,0.29752067,0.40495867,0.38016528,0.3264463,0.2603306,0.1983471,0.32231405,0.4876033,0.5785124,0.59917355,0.6280992,0.6363636,0.6322314,0.60330576,0.607438,0.61570245,0.61157024,0.5495868,0.57024795,0.56198347,0.56198347,0.54545456,0.56198347,0.54545456,0.5413223,0.553719,0.5495868,0.5413223,0.5289256,0.5289256,0.5413223,0.54545456,0.5371901,0.49173555,0.47107437,0.4214876,0.34710744,0.2768595,0.25619835,0.29752067,0.29338843,0.2892562,0.28099173,0.2768595,0.2644628,0.2644628,0.25619835,0.27272728,0.25619835,0.26859504,0.1446281,0.12809917,0.1322314,0.14049587,0.10330579,0.09917355,0.11157025,0.09090909,0.07024793,0.10330579,0.11570248,0.12809917,0.10743801,0.0785124,0.27272728,0.41322315,0.3966942,0.33471075,0.29338843,0.23966943,0.21487603,0.37190083,0.5041322,0.5082645,0.5495868,0.59090906,0.6322314,0.6198347,0.62396693,0.6404959,0.6487603,0.61570245,0.607438,0.59917355,0.58677685,0.59090906,0.5785124,0.5661157,0.58264464,0.553719,0.53305787,0.5247934,0.5247934,0.5123967,0.5206612,0.5123967,0.5165289,0.45454547,0.40495867,0.3181818,0.26859504,0.25619835,0.2644628,0.28512397,0.29752067,0.29338843,0.28099173,0.27272728,0.26859504,0.26859504,0.27272728,0.27272728,0.27272728,0.28512397,0.1322314,0.14049587,0.12809917,0.09917355,0.12809917,0.11157025,0.11157025,0.09090909,0.07024793,0.10330579,0.12809917,0.14876033,0.11157025,0.09090909,0.2768595,0.41322315,0.3966942,0.3677686,0.3140496,0.2644628,0.21487603,0.24380165,0.37190083,0.45041323,0.4876033,0.5413223,0.58677685,0.58264464,0.57438016,0.59504133,0.60330576,0.59090906,0.55785125,0.54545456,0.5247934,0.5371901,0.5371901,0.5371901,0.57024795,0.5247934,0.5041322,0.5,0.4876033,0.49173555,0.46694216,0.48347107,0.45867768,0.38429752,0.3140496,0.26859504,0.2644628,0.2644628,0.2768595,0.29752067,0.29338843,0.2768595,0.27272728,0.2768595,0.2644628,0.27272728,0.2892562,0.27272728,0.2768595,0.28099173,0.14049587,0.14049587,0.12809917,0.11157025,0.10330579,0.10330579,0.09504132,0.09917355,0.07024793,0.11570248,0.13636364,0.1570248,0.11983471,0.08677686,0.2603306,0.41322315,0.39256197,0.37603307,0.338843,0.28099173,0.2603306,0.21900827,0.22727273,0.35123968,0.43801653,0.48347107,0.5206612,0.5082645,0.5082645,0.5206612,0.5247934,0.5247934,0.4752066,0.44214877,0.4338843,0.45041323,0.4752066,0.4876033,0.5247934,0.45867768,0.45867768,0.45041323,0.446281,0.41735536,0.40495867,0.40495867,0.338843,0.30165288,0.26859504,0.2644628,0.26859504,0.2644628,0.29752067,0.30165288,0.28099173,0.28512397,0.2892562,0.28512397,0.2603306,0.28512397,0.29338843,0.28512397,0.2768595,0.28099173,11 +0.61157024,0.661157,0.6859504,0.70247936,0.7066116,0.6983471,0.71900827,0.73966944,0.75619835,0.76859504,0.76859504,0.77272725,0.76033056,0.7768595,0.77272725,0.76859504,0.77272725,0.7768595,0.7768595,0.7768595,0.7768595,0.7768595,0.7892562,0.8016529,0.8057851,0.7933884,0.8016529,0.79752064,0.79752064,0.8057851,0.80991733,0.8181818,0.8181818,0.8181818,0.8181818,0.8181818,0.8016529,0.8057851,0.8016529,0.7933884,0.7768595,0.76033056,0.7231405,0.75206614,0.76033056,0.76033056,0.7644628,0.74793386,0.75619835,0.76033056,0.73966944,0.74793386,0.7231405,0.73140496,0.7107438,0.6983471,0.6735537,0.6322314,0.60330576,0.57438016,0.5289256,0.42561984,0.3264463,0.29752067,0.6322314,0.6818182,0.6859504,0.677686,0.6942149,0.6983471,0.71487606,0.74380165,0.75619835,0.7644628,0.76859504,0.7768595,0.78099173,0.77272725,0.7768595,0.78099173,0.78512394,0.7892562,0.79752064,0.79752064,0.7933884,0.7933884,0.79752064,0.80991733,0.8140496,0.79752064,0.80991733,0.80991733,0.80991733,0.80991733,0.8140496,0.8140496,0.8181818,0.822314,0.822314,0.822314,0.80991733,0.8057851,0.8057851,0.8016529,0.78512394,0.76859504,0.74793386,0.76859504,0.77272725,0.7644628,0.76859504,0.76033056,0.76859504,0.76033056,0.72727275,0.73966944,0.7231405,0.71487606,0.7107438,0.6942149,0.6735537,0.6280992,0.60330576,0.58677685,0.553719,0.45867768,0.3553719,0.2520661,0.6446281,0.6694215,0.6983471,0.6818182,0.69008267,0.6983471,0.71487606,0.73966944,0.75619835,0.7644628,0.76033056,0.77272725,0.78099173,0.7933884,0.7892562,0.7933884,0.7892562,0.7933884,0.8016529,0.80991733,0.80991733,0.80991733,0.80991733,0.8181818,0.8264463,0.8140496,0.8181818,0.822314,0.8181818,0.822314,0.8181818,0.822314,0.8264463,0.822314,0.8181818,0.8181818,0.80991733,0.80991733,0.8016529,0.79752064,0.8016529,0.7933884,0.7892562,0.7933884,0.7933884,0.7768595,0.77272725,0.78099173,0.77272725,0.77272725,0.74793386,0.73966944,0.73140496,0.7231405,0.71900827,0.6983471,0.661157,0.6280992,0.60330576,0.59090906,0.5661157,0.5,0.40495867,0.2768595,0.61157024,0.6694215,0.70247936,0.6859504,0.69008267,0.69008267,0.7066116,0.72727275,0.75619835,0.7644628,0.7644628,0.77272725,0.7768595,0.78512394,0.7933884,0.79752064,0.7933884,0.7933884,0.8057851,0.80991733,0.8140496,0.822314,0.822314,0.8264463,0.8264463,0.822314,0.8264463,0.8305785,0.8181818,0.8181818,0.8181818,0.8264463,0.822314,0.822314,0.8140496,0.80991733,0.8016529,0.8016529,0.8016529,0.80991733,0.8140496,0.79752064,0.80991733,0.8057851,0.79752064,0.79752064,0.7933884,0.78512394,0.78099173,0.78099173,0.76859504,0.74793386,0.73966944,0.7231405,0.71900827,0.7066116,0.6694215,0.61570245,0.59090906,0.58264464,0.56198347,0.53305787,0.446281,0.35123968,0.59504133,0.6694215,0.6983471,0.69008267,0.69008267,0.6859504,0.6983471,0.7231405,0.74380165,0.7644628,0.76859504,0.7644628,0.7768595,0.78099173,0.7933884,0.7892562,0.78099173,0.7933884,0.8057851,0.80991733,0.80991733,0.822314,0.8264463,0.8264463,0.8264463,0.8264463,0.8181818,0.822314,0.8140496,0.8264463,0.80991733,0.8140496,0.8140496,0.8140496,0.80991733,0.80991733,0.8016529,0.8016529,0.8057851,0.80991733,0.822314,0.80991733,0.80991733,0.8057851,0.79752064,0.80991733,0.7933884,0.78512394,0.78099173,0.78512394,0.77272725,0.75619835,0.75206614,0.73966944,0.7231405,0.71900827,0.677686,0.61570245,0.59090906,0.5785124,0.553719,0.5495868,0.4876033,0.38429752,0.61157024,0.6735537,0.6983471,0.69008267,0.6859504,0.69008267,0.7107438,0.72727275,0.74793386,0.76033056,0.77272725,0.7768595,0.76859504,0.7768595,0.7892562,0.7933884,0.78512394,0.78512394,0.8016529,0.80991733,0.8016529,0.8140496,0.8140496,0.8181818,0.8140496,0.8181818,0.8016529,0.79752064,0.79752064,0.8181818,0.7933884,0.7892562,0.8016529,0.8016529,0.8057851,0.80991733,0.8057851,0.8057851,0.8057851,0.80991733,0.8140496,0.80991733,0.8057851,0.79752064,0.7933884,0.7933884,0.7892562,0.78099173,0.78099173,0.78512394,0.78099173,0.7644628,0.7644628,0.76033056,0.73140496,0.71900827,0.69008267,0.6198347,0.60330576,0.5785124,0.55785125,0.553719,0.5165289,0.4090909,0.62396693,0.661157,0.6818182,0.6818182,0.6942149,0.70247936,0.7066116,0.7231405,0.75619835,0.76859504,0.78512394,0.7892562,0.78512394,0.78512394,0.7933884,0.78512394,0.78512394,0.78099173,0.7933884,0.8016529,0.7892562,0.79752064,0.80991733,0.8016529,0.8057851,0.8016529,0.8057851,0.7892562,0.78099173,0.7933884,0.79752064,0.78099173,0.7892562,0.79752064,0.8016529,0.79752064,0.79752064,0.8016529,0.8016529,0.79752064,0.8057851,0.7933884,0.79752064,0.7768595,0.77272725,0.7768595,0.78099173,0.78099173,0.78099173,0.78512394,0.78099173,0.77272725,0.7768595,0.76859504,0.74380165,0.7355372,0.7107438,0.6487603,0.59504133,0.58264464,0.5661157,0.5495868,0.5206612,0.4338843,0.6322314,0.6404959,0.661157,0.6694215,0.69008267,0.70247936,0.7107438,0.73966944,0.75619835,0.77272725,0.7892562,0.7933884,0.79752064,0.7933884,0.7933884,0.78512394,0.7768595,0.7768595,0.78512394,0.7892562,0.78099173,0.7892562,0.7892562,0.78099173,0.78512394,0.78512394,0.78512394,0.7892562,0.7768595,0.7768595,0.78512394,0.77272725,0.78099173,0.7892562,0.7892562,0.78099173,0.78099173,0.7892562,0.79752064,0.7933884,0.78099173,0.7768595,0.78099173,0.75206614,0.75206614,0.76033056,0.7644628,0.76033056,0.77272725,0.7768595,0.78099173,0.78099173,0.7768595,0.76859504,0.76033056,0.74793386,0.7066116,0.6818182,0.59917355,0.58264464,0.5661157,0.5413223,0.5165289,0.446281,0.62396693,0.6363636,0.6528926,0.6652893,0.69008267,0.71900827,0.73140496,0.74793386,0.75206614,0.77272725,0.78099173,0.78512394,0.78512394,0.78099173,0.78512394,0.77272725,0.7644628,0.74380165,0.7644628,0.77272725,0.76033056,0.7355372,0.75206614,0.73966944,0.74793386,0.74793386,0.75206614,0.7644628,0.7644628,0.7644628,0.7644628,0.75619835,0.75619835,0.7644628,0.76033056,0.76859504,0.76033056,0.75619835,0.76033056,0.76033056,0.75206614,0.75206614,0.74380165,0.72727275,0.7355372,0.74380165,0.74380165,0.73140496,0.74793386,0.75206614,0.7644628,0.76859504,0.76859504,0.7644628,0.75206614,0.74793386,0.7066116,0.69008267,0.61157024,0.58264464,0.56198347,0.5413223,0.5123967,0.45867768,0.62396693,0.6404959,0.6528926,0.6487603,0.677686,0.7066116,0.71487606,0.7355372,0.7355372,0.72727275,0.74380165,0.7355372,0.7107438,0.6983471,0.6694215,0.6487603,0.6280992,0.59917355,0.59090906,0.62396693,0.6446281,0.59917355,0.61157024,0.6570248,0.6446281,0.6735537,0.6983471,0.72727275,0.7355372,0.7355372,0.72727275,0.7355372,0.74793386,0.74793386,0.73966944,0.74380165,0.7355372,0.72727275,0.7066116,0.70247936,0.6942149,0.6694215,0.661157,0.6694215,0.677686,0.6859504,0.6859504,0.6735537,0.6694215,0.6652893,0.6694215,0.6859504,0.6983471,0.7066116,0.7066116,0.7107438,0.7107438,0.6859504,0.6363636,0.5785124,0.56198347,0.5371901,0.5165289,0.45867768,0.6280992,0.6363636,0.6446281,0.6446281,0.6694215,0.6859504,0.6818182,0.6859504,0.6570248,0.6487603,0.6363636,0.6198347,0.57438016,0.55785125,0.5413223,0.5041322,0.45867768,0.4214876,0.41735536,0.4214876,0.46280992,0.44214877,0.46280992,0.5165289,0.56198347,0.58264464,0.6198347,0.6694215,0.6942149,0.6983471,0.6942149,0.70247936,0.71900827,0.71900827,0.71487606,0.7107438,0.70247936,0.6859504,0.6446281,0.6322314,0.59090906,0.53305787,0.5247934,0.5247934,0.5082645,0.5289256,0.5123967,0.5206612,0.5082645,0.49586776,0.5082645,0.54545456,0.54545456,0.58264464,0.59090906,0.59504133,0.6363636,0.6404959,0.6363636,0.59090906,0.5495868,0.5289256,0.5082645,0.45867768,0.62396693,0.62396693,0.6322314,0.62396693,0.61157024,0.59090906,0.59504133,0.59504133,0.59504133,0.57024795,0.5289256,0.5206612,0.48347107,0.43801653,0.4214876,0.39256197,0.3553719,0.3264463,0.32231405,0.3181818,0.35123968,0.35950413,0.38842976,0.40495867,0.49173555,0.49586776,0.5206612,0.58677685,0.62396693,0.6404959,0.6652893,0.6735537,0.6735537,0.6694215,0.6694215,0.677686,0.6404959,0.607438,0.55785125,0.5206612,0.47933885,0.42561984,0.39256197,0.38429752,0.36363637,0.3429752,0.3553719,0.34710744,0.3305785,0.3553719,0.33471075,0.38016528,0.4090909,0.44214877,0.46694216,0.45867768,0.48347107,0.5289256,0.57024795,0.54545456,0.5123967,0.5413223,0.5,0.46280992,0.6198347,0.61570245,0.61157024,0.553719,0.47933885,0.49173555,0.5123967,0.5082645,0.5041322,0.4876033,0.45867768,0.45041323,0.42975205,0.39256197,0.37190083,0.3305785,0.30165288,0.29752067,0.3140496,0.30578512,0.3140496,0.33471075,0.35123968,0.36363637,0.44214877,0.446281,0.45041323,0.5082645,0.553719,0.57438016,0.607438,0.6446281,0.6570248,0.6446281,0.6404959,0.6280992,0.58264464,0.5247934,0.47107437,0.40495867,0.38842976,0.37190083,0.3429752,0.32231405,0.29752067,0.26859504,0.2768595,0.2520661,0.23553719,0.26859504,0.29338843,0.32231405,0.34710744,0.36363637,0.37190083,0.38429752,0.3966942,0.42561984,0.45867768,0.46694216,0.4214876,0.5247934,0.5041322,0.46280992,0.6280992,0.61570245,0.5785124,0.5041322,0.45454547,0.45454547,0.46280992,0.446281,0.43801653,0.42561984,0.4214876,0.40082645,0.38429752,0.38016528,0.37603307,0.3677686,0.33471075,0.3181818,0.29752067,0.28512397,0.29752067,0.3140496,0.3429752,0.35950413,0.39256197,0.4214876,0.42561984,0.45867768,0.5123967,0.5413223,0.58264464,0.6322314,0.6446281,0.6280992,0.59917355,0.57438016,0.5495868,0.4752066,0.42561984,0.38016528,0.3677686,0.35123968,0.3429752,0.32231405,0.30165288,0.2892562,0.27272728,0.2644628,0.24793388,0.30991736,0.3181818,0.33471075,0.33471075,0.338843,0.34710744,0.3677686,0.3553719,0.38429752,0.3966942,0.4214876,0.41322315,0.47933885,0.5123967,0.45041323,0.607438,0.607438,0.54545456,0.4876033,0.45454547,0.45867768,0.44214877,0.42975205,0.41322315,0.38842976,0.38842976,0.33471075,0.2892562,0.30578512,0.2603306,0.27272728,0.2644628,0.23140496,0.2107438,0.21487603,0.20661157,0.22727273,0.27272728,0.3264463,0.3429752,0.39256197,0.40495867,0.4214876,0.4752066,0.5247934,0.58264464,0.62396693,0.6322314,0.607438,0.59917355,0.57024795,0.5165289,0.47107437,0.40082645,0.38842976,0.34710744,0.32231405,0.3181818,0.2768595,0.22727273,0.20661157,0.20661157,0.2231405,0.21487603,0.2768595,0.26859504,0.2892562,0.30578512,0.3305785,0.34710744,0.36363637,0.3553719,0.3677686,0.38842976,0.38842976,0.40495867,0.45041323,0.49586776,0.46280992,0.59917355,0.59090906,0.5413223,0.49586776,0.46280992,0.45454547,0.43801653,0.41322315,0.37603307,0.3140496,0.2892562,0.23966943,0.24380165,0.24380165,0.21900827,0.2107438,0.21487603,0.20661157,0.1983471,0.21900827,0.2107438,0.19008264,0.20247933,0.23553719,0.2892562,0.3305785,0.35123968,0.38842976,0.446281,0.5082645,0.59090906,0.6404959,0.6280992,0.61570245,0.607438,0.57438016,0.5123967,0.47107437,0.39256197,0.35123968,0.30165288,0.26859504,0.22727273,0.17768595,0.16528925,0.18181819,0.17355372,0.18181819,0.14876033,0.16115703,0.15289256,0.18181819,0.21900827,0.24793388,0.28099173,0.3305785,0.35123968,0.37603307,0.38842976,0.39256197,0.41735536,0.46694216,0.4752066,0.48347107,0.57024795,0.59504133,0.55785125,0.5165289,0.4752066,0.43801653,0.40495867,0.37190083,0.29752067,0.23140496,0.23140496,0.21900827,0.23553719,0.1983471,0.1446281,0.09504132,0.16115703,0.14876033,0.16115703,0.2603306,0.2892562,0.23553719,0.21900827,0.21487603,0.24793388,0.2768595,0.3140496,0.34710744,0.41735536,0.53305787,0.607438,0.6322314,0.6322314,0.6404959,0.6322314,0.58264464,0.5123967,0.46280992,0.3677686,0.30165288,0.26859504,0.23140496,0.18181819,0.20661157,0.23966943,0.21487603,0.14876033,0.1694215,0.14049587,0.13636364,0.13636364,0.23966943,0.18595041,0.1694215,0.22727273,0.23966943,0.3181818,0.35950413,0.39256197,0.40495867,0.446281,0.46280992,0.4876033,0.49173555,0.5785124,0.57438016,0.58677685,0.5413223,0.5165289,0.45454547,0.38842976,0.3181818,0.2603306,0.21900827,0.20247933,0.19421488,0.3305785,0.29338843,0.18595041,0.09090909,0.1322314,0.1570248,0.20247933,0.3553719,0.41322315,0.28099173,0.23966943,0.25619835,0.2603306,0.26859504,0.30165288,0.30165288,0.4214876,0.58677685,0.6859504,0.72727275,0.7355372,0.7231405,0.69008267,0.6198347,0.5289256,0.45867768,0.338843,0.27272728,0.25619835,0.25619835,0.23966943,0.25619835,0.35123968,0.30578512,0.15289256,0.1570248,0.15289256,0.14049587,0.1322314,0.38429752,0.35123968,0.16528925,0.18595041,0.2231405,0.2603306,0.3429752,0.3966942,0.4214876,0.46694216,0.47933885,0.47933885,0.49173555,0.58677685,0.56198347,0.5785124,0.5413223,0.5165289,0.45867768,0.37190083,0.28512397,0.25619835,0.26859504,0.23553719,0.26859504,0.38842976,0.43801653,0.29338843,0.20247933,0.15289256,0.20247933,0.2892562,0.45454547,0.45867768,0.3429752,0.29752067,0.30165288,0.3140496,0.2892562,0.30991736,0.30165288,0.46280992,0.6487603,0.73966944,0.78512394,0.79752064,0.7644628,0.73140496,0.661157,0.5413223,0.45867768,0.3553719,0.29338843,0.32231405,0.30991736,0.27272728,0.3305785,0.44214877,0.38429752,0.23966943,0.1570248,0.14049587,0.1694215,0.22727273,0.46280992,0.46280992,0.2892562,0.2520661,0.19421488,0.27272728,0.3181818,0.38842976,0.42561984,0.46280992,0.48347107,0.4876033,0.4876033,0.59504133,0.5785124,0.56198347,0.5413223,0.47933885,0.4338843,0.37603307,0.35123968,0.36363637,0.35950413,0.34710744,0.35950413,0.3966942,0.5247934,0.49586776,0.44214877,0.33471075,0.3553719,0.41735536,0.4752066,0.42561984,0.3429752,0.3181818,0.29338843,0.36363637,0.35950413,0.35950413,0.39256197,0.5495868,0.69008267,0.75619835,0.7892562,0.80991733,0.78512394,0.76033056,0.6983471,0.57024795,0.45867768,0.42561984,0.36363637,0.41735536,0.30991736,0.3264463,0.33471075,0.42561984,0.446281,0.35950413,0.2644628,0.23553719,0.27272728,0.40082645,0.46280992,0.45041323,0.35950413,0.29752067,0.30578512,0.2768595,0.33471075,0.37190083,0.42561984,0.47107437,0.48347107,0.5,0.5,0.61570245,0.60330576,0.59090906,0.59504133,0.55785125,0.553719,0.55785125,0.55785125,0.5495868,0.5,0.45867768,0.41735536,0.40495867,0.45454547,0.5123967,0.5371901,0.446281,0.45454547,0.45454547,0.446281,0.4214876,0.39256197,0.38016528,0.39256197,0.4214876,0.4752066,0.47933885,0.54545456,0.6363636,0.6983471,0.75619835,0.7892562,0.8057851,0.79752064,0.76859504,0.70247936,0.59090906,0.47933885,0.446281,0.5,0.4752066,0.38016528,0.34710744,0.3429752,0.37603307,0.40495867,0.40495867,0.3677686,0.35123968,0.37190083,0.42561984,0.38842976,0.35123968,0.36363637,0.3181818,0.41735536,0.40082645,0.35950413,0.40082645,0.446281,0.48347107,0.5,0.5082645,0.5165289,0.6322314,0.6280992,0.6404959,0.6280992,0.6404959,0.6694215,0.677686,0.6363636,0.6198347,0.56198347,0.5041322,0.45454547,0.4338843,0.41735536,0.41735536,0.41735536,0.41322315,0.38429752,0.38429752,0.3677686,0.37190083,0.35123968,0.3966942,0.44214877,0.49586776,0.57438016,0.61570245,0.6694215,0.6818182,0.70247936,0.75206614,0.7933884,0.80991733,0.8016529,0.77272725,0.6942149,0.58677685,0.5041322,0.47933885,0.5082645,0.47933885,0.41735536,0.35123968,0.3181818,0.3264463,0.32231405,0.3553719,0.3553719,0.3553719,0.35123968,0.35123968,0.338843,0.3553719,0.38016528,0.39256197,0.42975205,0.46280992,0.46694216,0.46280992,0.47933885,0.5123967,0.5206612,0.5165289,0.5165289,0.6363636,0.6528926,0.6487603,0.6570248,0.6652893,0.677686,0.6983471,0.677686,0.6322314,0.58264464,0.5289256,0.4752066,0.43801653,0.42561984,0.40495867,0.3429752,0.3677686,0.33471075,0.30578512,0.3140496,0.34710744,0.39256197,0.43801653,0.5041322,0.58264464,0.6694215,0.7066116,0.71487606,0.6983471,0.7107438,0.74793386,0.7892562,0.8181818,0.8057851,0.78099173,0.7066116,0.59504133,0.5082645,0.5206612,0.5165289,0.4876033,0.4214876,0.35950413,0.32231405,0.29752067,0.28099173,0.28512397,0.30578512,0.3264463,0.3429752,0.35950413,0.38016528,0.38016528,0.3966942,0.42975205,0.44214877,0.47933885,0.5123967,0.5247934,0.5289256,0.5413223,0.54545456,0.53305787,0.53305787,0.6322314,0.6570248,0.6652893,0.6652893,0.6652893,0.6859504,0.677686,0.6652893,0.6280992,0.60330576,0.553719,0.4876033,0.45454547,0.4090909,0.35950413,0.3181818,0.3264463,0.3140496,0.30991736,0.35950413,0.4338843,0.5,0.53305787,0.59504133,0.677686,0.7231405,0.73140496,0.71487606,0.70247936,0.70247936,0.7231405,0.78512394,0.822314,0.8057851,0.8016529,0.73140496,0.607438,0.5082645,0.5495868,0.5661157,0.5371901,0.47107437,0.40495867,0.3677686,0.3305785,0.32231405,0.28512397,0.2768595,0.28512397,0.29752067,0.33471075,0.37603307,0.39256197,0.41735536,0.45867768,0.45867768,0.47107437,0.5206612,0.5371901,0.55785125,0.55785125,0.553719,0.54545456,0.53305787,0.62396693,0.6404959,0.6570248,0.677686,0.6735537,0.6735537,0.6818182,0.6735537,0.6487603,0.6363636,0.607438,0.553719,0.5165289,0.48347107,0.446281,0.4214876,0.42975205,0.44214877,0.44214877,0.49586776,0.5247934,0.58264464,0.6487603,0.6859504,0.71487606,0.73140496,0.72727275,0.7107438,0.70247936,0.6942149,0.70247936,0.78512394,0.80991733,0.8016529,0.78512394,0.73966944,0.61157024,0.5082645,0.553719,0.59917355,0.59917355,0.553719,0.49173555,0.45041323,0.39256197,0.37603307,0.36363637,0.338843,0.3181818,0.33471075,0.34710744,0.38429752,0.41735536,0.44214877,0.46694216,0.4876033,0.49586776,0.53305787,0.54545456,0.56198347,0.55785125,0.56198347,0.5495868,0.5413223,0.59917355,0.6322314,0.6570248,0.6735537,0.6818182,0.69008267,0.6942149,0.6983471,0.6652893,0.6487603,0.6446281,0.6198347,0.59504133,0.5785124,0.57024795,0.5495868,0.5661157,0.58677685,0.607438,0.62396693,0.6983471,0.71487606,0.7066116,0.7066116,0.71487606,0.7355372,0.72727275,0.7107438,0.6942149,0.677686,0.6942149,0.76859504,0.8140496,0.8057851,0.78099173,0.74380165,0.62396693,0.5165289,0.5495868,0.60330576,0.6280992,0.607438,0.58677685,0.56198347,0.49586776,0.45867768,0.4214876,0.42975205,0.42975205,0.43801653,0.42561984,0.44214877,0.45867768,0.47933885,0.49173555,0.5247934,0.5289256,0.54545456,0.5661157,0.5661157,0.57438016,0.55785125,0.55785125,0.53305787,0.60330576,0.6363636,0.6446281,0.661157,0.6942149,0.7066116,0.70247936,0.7066116,0.6983471,0.6942149,0.69008267,0.70247936,0.6942149,0.69008267,0.6942149,0.6859504,0.6859504,0.71487606,0.72727275,0.73966944,0.74793386,0.73140496,0.70247936,0.70247936,0.71487606,0.7231405,0.7231405,0.7107438,0.69008267,0.677686,0.6859504,0.75206614,0.8057851,0.80991733,0.7933884,0.73966944,0.6404959,0.53305787,0.5413223,0.59090906,0.61157024,0.61570245,0.6363636,0.6487603,0.6322314,0.57438016,0.5495868,0.5413223,0.53305787,0.5247934,0.5082645,0.5123967,0.5165289,0.5289256,0.53305787,0.5495868,0.56198347,0.5661157,0.57024795,0.57024795,0.5785124,0.55785125,0.55785125,0.5289256,0.60330576,0.6280992,0.6404959,0.661157,0.6859504,0.7066116,0.71487606,0.72727275,0.73140496,0.74793386,0.72727275,0.76033056,0.75619835,0.75206614,0.74793386,0.73966944,0.74793386,0.7644628,0.76033056,0.7644628,0.74793386,0.73966944,0.70247936,0.6983471,0.7066116,0.7231405,0.7107438,0.70247936,0.6942149,0.69008267,0.70247936,0.75619835,0.8140496,0.8140496,0.79752064,0.7644628,0.661157,0.5495868,0.54545456,0.58264464,0.59504133,0.59917355,0.6280992,0.6487603,0.6735537,0.6735537,0.6652893,0.61570245,0.61570245,0.607438,0.60330576,0.58264464,0.57438016,0.57024795,0.57024795,0.57438016,0.59090906,0.58677685,0.57438016,0.5785124,0.57438016,0.553719,0.5413223,0.5247934,0.60330576,0.6198347,0.6404959,0.6570248,0.677686,0.6942149,0.71487606,0.73140496,0.74793386,0.7644628,0.74793386,0.76033056,0.77272725,0.75619835,0.75619835,0.76859504,0.76859504,0.77272725,0.7644628,0.76033056,0.74793386,0.73140496,0.70247936,0.70247936,0.6983471,0.71900827,0.7231405,0.70247936,0.6942149,0.6983471,0.6942149,0.75619835,0.8140496,0.822314,0.8057851,0.7768595,0.6983471,0.57438016,0.553719,0.57438016,0.59504133,0.59090906,0.607438,0.6404959,0.6735537,0.6942149,0.7107438,0.6942149,0.6818182,0.6694215,0.661157,0.6487603,0.6280992,0.59917355,0.61570245,0.61157024,0.6198347,0.61570245,0.59504133,0.59090906,0.56198347,0.55785125,0.54545456,0.5123967,0.60330576,0.6198347,0.6322314,0.6487603,0.6694215,0.6735537,0.70247936,0.71900827,0.7231405,0.74793386,0.74380165,0.73966944,0.76859504,0.76033056,0.76033056,0.77272725,0.76859504,0.7644628,0.75619835,0.76033056,0.7355372,0.71487606,0.7066116,0.70247936,0.70247936,0.70247936,0.70247936,0.69008267,0.69008267,0.70247936,0.7066116,0.7644628,0.80991733,0.8264463,0.8016529,0.78512394,0.7355372,0.6198347,0.57438016,0.57438016,0.58264464,0.5785124,0.60330576,0.6322314,0.6570248,0.69008267,0.70247936,0.71487606,0.7107438,0.7066116,0.6983471,0.6859504,0.6694215,0.6322314,0.6363636,0.6446281,0.62396693,0.62396693,0.607438,0.58264464,0.5661157,0.55785125,0.54545456,0.5,0.5785124,0.6198347,0.62396693,0.6322314,0.6446281,0.661157,0.6859504,0.70247936,0.7231405,0.7231405,0.74380165,0.74793386,0.75619835,0.75619835,0.7644628,0.76033056,0.76033056,0.75619835,0.74380165,0.73966944,0.7231405,0.70247936,0.6942149,0.6983471,0.677686,0.6942149,0.6694215,0.6818182,0.6983471,0.71487606,0.72727275,0.77272725,0.8140496,0.822314,0.7892562,0.78099173,0.75619835,0.6983471,0.59917355,0.55785125,0.56198347,0.57438016,0.59090906,0.61570245,0.6322314,0.677686,0.6942149,0.7107438,0.7107438,0.7107438,0.71487606,0.6942149,0.6942149,0.6694215,0.6652893,0.6487603,0.61157024,0.607438,0.60330576,0.56198347,0.54545456,0.5413223,0.553719,0.45867768,0.5413223,0.59504133,0.6198347,0.6198347,0.62396693,0.6570248,0.6818182,0.6942149,0.71487606,0.72727275,0.74793386,0.75206614,0.76859504,0.74793386,0.75619835,0.74793386,0.74793386,0.74793386,0.72727275,0.7066116,0.6859504,0.6694215,0.6487603,0.6570248,0.6528926,0.6528926,0.6652893,0.661157,0.70247936,0.73966944,0.76033056,0.7933884,0.8140496,0.8181818,0.8016529,0.78099173,0.7768595,0.76859504,0.6694215,0.53305787,0.5247934,0.5123967,0.5495868,0.59090906,0.61570245,0.661157,0.69008267,0.69008267,0.70247936,0.70247936,0.71900827,0.6942149,0.6942149,0.6818182,0.6818182,0.6446281,0.61157024,0.60330576,0.58264464,0.55785125,0.5413223,0.54545456,0.5495868,0.38842976,0.5247934,0.57024795,0.59504133,0.60330576,0.6363636,0.6528926,0.6735537,0.6859504,0.7066116,0.7231405,0.7355372,0.75206614,0.76033056,0.73966944,0.74793386,0.7355372,0.7231405,0.7355372,0.7107438,0.6942149,0.6735537,0.6198347,0.59504133,0.61570245,0.661157,0.6818182,0.677686,0.661157,0.71900827,0.75619835,0.7892562,0.8140496,0.8181818,0.80991733,0.8057851,0.7892562,0.7768595,0.79752064,0.75206614,0.59090906,0.5041322,0.46694216,0.48347107,0.553719,0.60330576,0.6570248,0.6818182,0.677686,0.6818182,0.6859504,0.70247936,0.6983471,0.6818182,0.6983471,0.677686,0.6363636,0.61157024,0.59090906,0.57438016,0.553719,0.53305787,0.53305787,0.5495868,0.28099173,0.5247934,0.5495868,0.5785124,0.59917355,0.6198347,0.6363636,0.6652893,0.6859504,0.7066116,0.7107438,0.7231405,0.7231405,0.73966944,0.73140496,0.74380165,0.73140496,0.7066116,0.7107438,0.677686,0.6198347,0.5661157,0.53305787,0.53305787,0.60330576,0.6983471,0.6983471,0.6818182,0.677686,0.7231405,0.75206614,0.80991733,0.8305785,0.8140496,0.7892562,0.7892562,0.7933884,0.7768595,0.78512394,0.7768595,0.6694215,0.59504133,0.47107437,0.42975205,0.5165289,0.5785124,0.61570245,0.6280992,0.6528926,0.6694215,0.6694215,0.6818182,0.6859504,0.6694215,0.677686,0.6694215,0.6487603,0.61570245,0.58677685,0.56198347,0.5289256,0.5123967,0.5165289,0.5413223,0.19421488,0.5289256,0.53305787,0.54545456,0.56198347,0.60330576,0.6198347,0.6528926,0.661157,0.677686,0.69008267,0.70247936,0.70247936,0.71900827,0.7066116,0.72727275,0.71900827,0.6818182,0.661157,0.607438,0.5289256,0.47107437,0.42561984,0.44214877,0.59917355,0.7066116,0.6859504,0.6570248,0.6735537,0.71487606,0.73966944,0.7933884,0.8181818,0.79752064,0.7768595,0.77272725,0.78512394,0.8057851,0.7644628,0.74380165,0.6528926,0.6487603,0.53305787,0.39256197,0.47933885,0.5247934,0.553719,0.57438016,0.61157024,0.6404959,0.6570248,0.6487603,0.6487603,0.6528926,0.6528926,0.6363636,0.6322314,0.607438,0.57438016,0.54545456,0.5165289,0.5,0.5123967,0.49586776,0.14049587,0.5289256,0.5206612,0.5289256,0.53305787,0.58264464,0.59917355,0.6322314,0.6363636,0.6570248,0.6694215,0.69008267,0.6942149,0.6983471,0.6818182,0.6859504,0.6818182,0.6280992,0.58677685,0.5082645,0.43801653,0.4214876,0.40495867,0.38842976,0.55785125,0.6859504,0.6446281,0.60330576,0.6404959,0.69008267,0.6983471,0.74380165,0.75619835,0.75206614,0.73966944,0.73140496,0.75619835,0.7768595,0.7231405,0.69008267,0.6363636,0.5785124,0.61157024,0.40082645,0.45867768,0.48347107,0.5123967,0.54545456,0.58264464,0.607438,0.6198347,0.6322314,0.6280992,0.607438,0.61157024,0.59917355,0.59504133,0.57438016,0.553719,0.5289256,0.49586776,0.48347107,0.5082645,0.4214876,0.12396694,0.5371901,0.5247934,0.5206612,0.53305787,0.54545456,0.56198347,0.59090906,0.61570245,0.6322314,0.6487603,0.6694215,0.6859504,0.677686,0.6652893,0.6528926,0.6404959,0.59917355,0.5165289,0.43801653,0.41322315,0.4752066,0.5041322,0.4752066,0.53305787,0.6363636,0.59504133,0.49586776,0.5123967,0.59090906,0.61570245,0.6735537,0.69008267,0.70247936,0.6735537,0.661157,0.69008267,0.677686,0.6322314,0.58264464,0.55785125,0.5123967,0.59504133,0.43801653,0.45454547,0.46694216,0.48347107,0.5247934,0.553719,0.57438016,0.58264464,0.607438,0.59917355,0.59504133,0.57024795,0.5661157,0.5661157,0.54545456,0.5289256,0.5123967,0.48347107,0.47107437,0.5041322,0.37190083,0.1322314,0.5413223,0.5371901,0.5165289,0.5041322,0.5371901,0.4876033,0.5371901,0.59090906,0.61570245,0.6404959,0.661157,0.6694215,0.6570248,0.6528926,0.6280992,0.58677685,0.5413223,0.446281,0.4214876,0.48347107,0.56198347,0.57438016,0.57024795,0.54545456,0.5371901,0.5206612,0.4090909,0.3429752,0.38429752,0.45867768,0.5413223,0.57024795,0.59090906,0.55785125,0.5247934,0.57438016,0.5371901,0.4876033,0.43801653,0.42561984,0.46280992,0.5289256,0.45454547,0.45041323,0.4752066,0.4752066,0.5165289,0.5371901,0.54545456,0.5413223,0.553719,0.553719,0.553719,0.5413223,0.5289256,0.5371901,0.5206612,0.49586776,0.4876033,0.47107437,0.47107437,0.49173555,0.3140496,0.12396694,0.5289256,0.5413223,0.5206612,0.49173555,0.5165289,0.5,0.5041322,0.56198347,0.59090906,0.6322314,0.6446281,0.6446281,0.6363636,0.62396693,0.58264464,0.5371901,0.47933885,0.40495867,0.46280992,0.58264464,0.61570245,0.6198347,0.61157024,0.59917355,0.49173555,0.38429752,0.3140496,0.24380165,0.23140496,0.28099173,0.3677686,0.4214876,0.43801653,0.4214876,0.40082645,0.4338843,0.3966942,0.338843,0.2892562,0.28512397,0.38842976,0.45867768,0.446281,0.45867768,0.5,0.47933885,0.5041322,0.53305787,0.5371901,0.5206612,0.5206612,0.5206612,0.5206612,0.5206612,0.5123967,0.5082645,0.49173555,0.4752066,0.47107437,0.47107437,0.4752066,0.46694216,0.26859504,0.11157025,0.53305787,0.5247934,0.5206612,0.5041322,0.5,0.5123967,0.49586776,0.5289256,0.57024795,0.607438,0.62396693,0.61157024,0.6198347,0.59504133,0.5371901,0.5,0.42561984,0.44214877,0.5661157,0.6487603,0.6487603,0.6322314,0.6280992,0.6322314,0.5495868,0.3429752,0.22727273,0.21900827,0.20661157,0.24793388,0.24380165,0.29338843,0.29752067,0.28512397,0.30991736,0.32231405,0.3181818,0.24793388,0.2107438,0.25619835,0.37190083,0.43801653,0.45454547,0.46694216,0.5123967,0.5041322,0.47933885,0.5123967,0.5247934,0.5165289,0.5123967,0.5041322,0.5041322,0.49586776,0.4876033,0.4876033,0.47933885,0.46694216,0.45454547,0.4752066,0.48347107,0.44214877,0.20247933,0.10330579,0.5165289,0.5082645,0.5123967,0.5123967,0.5041322,0.49586776,0.47107437,0.5041322,0.5413223,0.57438016,0.59504133,0.5661157,0.55785125,0.5495868,0.5165289,0.46694216,0.42975205,0.54545456,0.6363636,0.6735537,0.6487603,0.6322314,0.6322314,0.6363636,0.61157024,0.45041323,0.27272728,0.21900827,0.23553719,0.25619835,0.2231405,0.2603306,0.24793388,0.2520661,0.2644628,0.2603306,0.26859504,0.23553719,0.25619835,0.3553719,0.4338843,0.46280992,0.46694216,0.47107437,0.5123967,0.5206612,0.47107437,0.47107437,0.5082645,0.5165289,0.5,0.5,0.49173555,0.48347107,0.4752066,0.47933885,0.45867768,0.45041323,0.46280992,0.47107437,0.49173555,0.4090909,0.11157025,0.09917355,0.4876033,0.5082645,0.5041322,0.5123967,0.5082645,0.4876033,0.46694216,0.5,0.53305787,0.56198347,0.57024795,0.56198347,0.553719,0.5206612,0.5,0.45867768,0.49586776,0.607438,0.6570248,0.6570248,0.6363636,0.6404959,0.6280992,0.6280992,0.6363636,0.55785125,0.3553719,0.25619835,0.26859504,0.26859504,0.26859504,0.26859504,0.2107438,0.25619835,0.24793388,0.26859504,0.26859504,0.2768595,0.35123968,0.4338843,0.45454547,0.46280992,0.4752066,0.47107437,0.5041322,0.5371901,0.4876033,0.446281,0.47933885,0.5041322,0.49586776,0.49173555,0.4752066,0.47107437,0.46694216,0.45867768,0.446281,0.45041323,0.45041323,0.47107437,0.47933885,0.36363637,0.07438017,0.12809917,0.42561984,0.5041322,0.5,0.5082645,0.5041322,0.48347107,0.46694216,0.4752066,0.5206612,0.5495868,0.5495868,0.5413223,0.5289256,0.5165289,0.47933885,0.46694216,0.55785125,0.6363636,0.6487603,0.6404959,0.6404959,0.6528926,0.6280992,0.6446281,0.6363636,0.62396693,0.49586776,0.338843,0.30165288,0.30165288,0.30165288,0.29752067,0.26859504,0.2892562,0.28099173,0.30165288,0.32231405,0.35123968,0.42561984,0.46280992,0.46694216,0.46694216,0.4752066,0.4752066,0.49173555,0.5206612,0.5289256,0.4752066,0.43801653,0.47107437,0.47933885,0.47933885,0.47107437,0.45867768,0.45454547,0.446281,0.43801653,0.44214877,0.45867768,0.47107437,0.49586776,0.2644628,0.06198347,0.13636364,0.3429752,0.49173555,0.48347107,0.49173555,0.49173555,0.48347107,0.4752066,0.47107437,0.5041322,0.53305787,0.5495868,0.53305787,0.5206612,0.5,0.46694216,0.5082645,0.59917355,0.6363636,0.6322314,0.6363636,0.6487603,0.661157,0.6735537,0.6735537,0.6652893,0.6570248,0.6280992,0.5165289,0.40082645,0.34710744,0.33471075,0.33471075,0.3181818,0.3181818,0.35123968,0.38842976,0.4214876,0.4338843,0.4752066,0.4876033,0.49586776,0.49173555,0.48347107,0.4752066,0.48347107,0.49586776,0.53305787,0.5247934,0.45454547,0.446281,0.46694216,0.46694216,0.4752066,0.45867768,0.446281,0.4338843,0.44214877,0.44214877,0.4752066,0.47933885,0.49173555,0.14049587,0.0785124,0.1322314,0.29338843,0.45041323,0.47107437,0.45867768,0.47107437,0.47933885,0.49173555,0.47933885,0.5082645,0.53305787,0.5247934,0.5041322,0.5,0.4876033,0.47933885,0.553719,0.60330576,0.61157024,0.6198347,0.6198347,0.6363636,0.6446281,0.6487603,0.6859504,0.69008267,0.6694215,0.6652893,0.6322314,0.553719,0.446281,0.38016528,0.36363637,0.3429752,0.3429752,0.37190083,0.446281,0.48347107,0.49586776,0.5,0.5041322,0.5123967,0.5123967,0.5,0.48347107,0.47107437,0.49173555,0.5206612,0.5289256,0.4876033,0.44214877,0.46694216,0.45454547,0.4752066,0.46694216,0.45454547,0.446281,0.43801653,0.446281,0.47107437,0.5,0.38429752,0.08677686,0.10330579,0.14049587,0.28099173,0.3677686,0.47107437,0.46694216,0.47107437,0.4752066,0.49173555,0.5082645,0.5082645,0.5289256,0.5123967,0.49173555,0.5041322,0.5,0.5041322,0.57438016,0.607438,0.57024795,0.56198347,0.5661157,0.60330576,0.62396693,0.6322314,0.69008267,0.6859504,0.6818182,0.6694215,0.6570248,0.607438,0.5413223,0.47933885,0.43801653,0.4090909,0.3966942,0.40495867,0.4752066,0.5123967,0.53305787,0.5289256,0.53305787,0.53305787,0.5165289,0.49586776,0.48347107,0.46694216,0.47107437,0.5,0.5123967,0.5,0.45454547,0.46694216,0.45867768,0.4752066,0.47107437,0.45867768,0.45454547,0.44214877,0.446281,0.48347107,0.4752066,0.2231405,0.08677686,0.13636364,0.16528925,0.29752067,0.2768595,0.45454547,0.4752066,0.48347107,0.5082645,0.5082645,0.5247934,0.5206612,0.5206612,0.5206612,0.5165289,0.53305787,0.5123967,0.5247934,0.57024795,0.59090906,0.5165289,0.45867768,0.4876033,0.553719,0.60330576,0.59090906,0.59917355,0.58264464,0.57438016,0.55785125,0.55785125,0.5247934,0.5413223,0.5371901,0.53305787,0.5,0.446281,0.4338843,0.43801653,0.47933885,0.5247934,0.54545456,0.5371901,0.53305787,0.5206612,0.49173555,0.46280992,0.4214876,0.41735536,0.46280992,0.49586776,0.49173555,0.45867768,0.46280992,0.47933885,0.4752066,0.47107437,0.46694216,0.45454547,0.45454547,0.45041323,0.4876033,0.38429752,0.10743801,0.10743801,0.13636364,0.17355372,0.3305785,0.18181819,0.37603307,0.45041323,0.45867768,0.48347107,0.5123967,0.53305787,0.5371901,0.5289256,0.5371901,0.53305787,0.54545456,0.5247934,0.5413223,0.55785125,0.5247934,0.42561984,0.3181818,0.3305785,0.39256197,0.41322315,0.3966942,0.37603307,0.3966942,0.37603307,0.4090909,0.41322315,0.4090909,0.43801653,0.45041323,0.46280992,0.45867768,0.41322315,0.38016528,0.34710744,0.3677686,0.3966942,0.4214876,0.45867768,0.4752066,0.47933885,0.45454547,0.41322315,0.3429752,0.3264463,0.40082645,0.45867768,0.4876033,0.4752066,0.46280992,0.4876033,0.48347107,0.48347107,0.48347107,0.47107437,0.45867768,0.45867768,0.46280992,0.24380165,0.0785124,0.09090909,0.12396694,0.1570248,0.2520661,0.1570248,0.18595041,0.40082645,0.43801653,0.47107437,0.5041322,0.5206612,0.53305787,0.54545456,0.5495868,0.553719,0.5495868,0.5371901,0.5495868,0.5206612,0.43801653,0.35123968,0.23966943,0.14049587,0.18595041,0.1983471,0.21487603,0.2107438,0.20661157,0.24380165,0.30165288,0.29338843,0.30991736,0.29752067,0.30165288,0.2892562,0.30165288,0.29752067,0.28512397,0.28099173,0.2892562,0.28512397,0.2892562,0.30991736,0.3264463,0.3181818,0.30578512,0.2603306,0.2231405,0.25619835,0.33471075,0.41735536,0.45867768,0.46694216,0.4752066,0.47933885,0.4752066,0.5,0.48347107,0.46694216,0.45867768,0.46694216,0.35950413,0.12396694,0.06198347,0.10330579,0.08264463,0.14876033,0.13636364,0.1983471,0.0661157,0.26859504,0.3966942,0.45041323,0.49173555,0.5206612,0.5247934,0.5413223,0.55785125,0.5661157,0.553719,0.5413223,0.5413223,0.47933885,0.39256197,0.34710744,0.2892562,0.20661157,0.1570248,0.12809917,0.12809917,0.1694215,0.11983471,0.21900827,0.3305785,0.30165288,0.3264463,0.3264463,0.30578512,0.27272728,0.2644628,0.26859504,0.27272728,0.23553719,0.2768595,0.2520661,0.17355372,0.21487603,0.19421488,0.20247933,0.20247933,0.2231405,0.26859504,0.29752067,0.3181818,0.36363637,0.4214876,0.45867768,0.4752066,0.47933885,0.46280992,0.4876033,0.4752066,0.46280992,0.45041323,0.42561984,0.22727273,0.05785124,0.049586777,0.08677686,0.09504132,0.08677686,0.13636364,0.11570248,0.06198347,0.24793388,0.35950413,0.40082645,0.446281,0.5,0.5,0.5082645,0.5413223,0.5495868,0.5413223,0.5371901,0.5289256,0.4338843,0.38842976,0.3677686,0.40082645,0.40495867,0.34710744,0.2644628,0.19421488,0.16115703,0.11570248,0.19008264,0.2644628,0.24793388,0.3305785,0.37603307,0.35123968,0.35123968,0.3305785,0.35950413,0.338843,0.22727273,0.29338843,0.22727273,0.13636364,0.19421488,0.21487603,0.2520661,0.29752067,0.38842976,0.41735536,0.39256197,0.37190083,0.3677686,0.40082645,0.446281,0.46280992,0.47933885,0.46694216,0.45867768,0.47107437,0.446281,0.41735536,0.3140496,0.11157025,0.06198347,0.06198347,0.07024793,0.08677686,0.09504132,0.12396694,0.08677686,0.024793388,0.30165288,0.45867768,0.33471075,0.38429752,0.45867768,0.48347107,0.49173555,0.5165289,0.5206612,0.5289256,0.53305787,0.5082645,0.45041323,0.4214876,0.43801653,0.5289256,0.58264464,0.57438016,0.47933885,0.40495867,0.338843,0.28512397,0.2644628,0.23553719,0.22727273,0.24793388,0.2520661,0.2520661,0.22727273,0.2520661,0.2768595,0.25619835,0.19008264,0.1983471,0.20661157,0.24380165,0.28099173,0.3140496,0.33471075,0.41322315,0.4876033,0.49586776,0.46694216,0.4214876,0.40082645,0.41322315,0.43801653,0.45454547,0.46694216,0.45041323,0.46694216,0.4338843,0.42561984,0.35950413,0.2107438,0.05785124,0.07438017,0.053719006,0.0661157,0.07438017,0.0785124,0.11157025,0.08677686,0.020661157,0.2768595,0.5413223,0.42561984,0.338843,0.3966942,0.45867768,0.47933885,0.49586776,0.49173555,0.5123967,0.5041322,0.49173555,0.47933885,0.48347107,0.53305787,0.58264464,0.61157024,0.6198347,0.5661157,0.5206612,0.49586776,0.4876033,0.47933885,0.43801653,0.40082645,0.34710744,0.3264463,0.27272728,0.24793388,0.23140496,0.2520661,0.2644628,0.2520661,0.28099173,0.32231405,0.3553719,0.3553719,0.35950413,0.38842976,0.47933885,0.5041322,0.49586776,0.4752066,0.47107437,0.44214877,0.42975205,0.42975205,0.4338843,0.43801653,0.446281,0.43801653,0.4214876,0.37190083,0.2603306,0.17768595,0.049586777,0.07438017,0.06198347,0.053719006,0.0661157,0.0785124,0.08677686,0.08677686,0.02892562,0.27272728,0.47933885,0.5495868,0.41735536,0.3140496,0.41735536,0.45041323,0.4752066,0.4876033,0.49173555,0.5,0.5,0.5041322,0.5206612,0.57438016,0.60330576,0.59504133,0.61157024,0.58264464,0.5289256,0.5123967,0.5206612,0.5289256,0.5495868,0.5785124,0.58264464,0.55785125,0.53305787,0.46694216,0.38842976,0.41322315,0.39256197,0.38842976,0.38429752,0.3966942,0.38429752,0.37190083,0.38429752,0.45041323,0.49586776,0.5041322,0.47933885,0.4876033,0.47933885,0.45041323,0.43801653,0.4214876,0.41735536,0.4214876,0.42975205,0.42975205,0.38842976,0.27272728,0.2231405,0.16115703,0.049586777,0.0661157,0.07024793,0.05785124,0.07024793,0.0785124,0.08677686,0.08264463,0.024793388,0.26859504,0.4752066,0.5206612,0.5289256,0.38429752,0.3140496,0.40082645,0.4338843,0.45454547,0.46280992,0.48347107,0.5041322,0.5165289,0.5289256,0.56198347,0.59504133,0.59504133,0.58264464,0.58677685,0.5413223,0.49173555,0.48347107,0.49586776,0.5206612,0.553719,0.60330576,0.57438016,0.60330576,0.5371901,0.4752066,0.5,0.4752066,0.42975205,0.41322315,0.40082645,0.38429752,0.3966942,0.4338843,0.48347107,0.49173555,0.5,0.47933885,0.4876033,0.45041323,0.45041323,0.4338843,0.41322315,0.41322315,0.41322315,0.4090909,0.40082645,0.2892562,0.21900827,0.22727273,0.15289256,0.041322313,0.07438017,0.0661157,0.049586777,0.0661157,0.07438017,0.08264463,0.0785124,0.041322313,0.26859504,0.47107437,0.49586776,0.5289256,0.5206612,0.3305785,0.338843,0.4338843,0.43801653,0.45454547,0.47107437,0.47933885,0.49173555,0.5123967,0.54545456,0.5661157,0.59090906,0.57024795,0.5785124,0.553719,0.49173555,0.4338843,0.42975205,0.45041323,0.47933885,0.5123967,0.5123967,0.5123967,0.48347107,0.45041323,0.46694216,0.45041323,0.4090909,0.40082645,0.3677686,0.38016528,0.41735536,0.45454547,0.46694216,0.4752066,0.48347107,0.4876033,0.4752066,0.45454547,0.45041323,0.44214877,0.4214876,0.4090909,0.40082645,0.38842976,0.30578512,0.22727273,0.21487603,0.23966943,0.14049587,0.02892562,0.0785124,0.07438017,0.053719006,0.07024793,0.08264463,0.07438017,0.07024793,0.049586777,0.25619835,0.45454547,0.4876033,0.5041322,0.5371901,0.46280992,0.30991736,0.35123968,0.4214876,0.446281,0.46280992,0.47933885,0.48347107,0.5,0.5247934,0.5413223,0.55785125,0.56198347,0.5661157,0.5371901,0.5,0.4338843,0.3553719,0.34710744,0.3677686,0.39256197,0.4090909,0.41322315,0.40082645,0.41322315,0.38016528,0.3553719,0.3429752,0.3264463,0.35123968,0.39256197,0.42975205,0.44214877,0.45041323,0.46280992,0.46694216,0.4876033,0.46694216,0.45041323,0.46694216,0.45454547,0.42561984,0.4090909,0.38842976,0.3305785,0.2520661,0.20661157,0.21900827,0.24380165,0.10743801,0.053719006,0.07024793,0.08264463,0.045454547,0.0661157,0.0785124,0.07024793,0.05785124,0.053719006,0.25619835,0.446281,0.49586776,0.5041322,0.5206612,0.49173555,0.4090909,0.30165288,0.35950413,0.42975205,0.45454547,0.48347107,0.5082645,0.5206612,0.5206612,0.5289256,0.5289256,0.53305787,0.5371901,0.5206612,0.4876033,0.446281,0.37603307,0.30578512,0.2892562,0.28099173,0.28099173,0.28512397,0.2892562,0.29752067,0.29338843,0.28512397,0.28512397,0.3140496,0.36363637,0.3966942,0.41322315,0.43801653,0.45454547,0.45867768,0.45867768,0.48347107,0.46280992,0.46694216,0.46694216,0.45867768,0.41735536,0.39256197,0.338843,0.28512397,0.23140496,0.2107438,0.21487603,0.24793388,0.09504132,0.0661157,0.07438017,0.0785124,0.049586777,0.0661157,0.07438017,0.0661157,0.045454547,0.05785124,0.24793388,0.42975205,0.49586776,0.5165289,0.5247934,0.49586776,0.45867768,0.3553719,0.30578512,0.38016528,0.44214877,0.48347107,0.5165289,0.54545456,0.5495868,0.53305787,0.5206612,0.5289256,0.5206612,0.5165289,0.5,0.45454547,0.41322315,0.36363637,0.3181818,0.2892562,0.26859504,0.25619835,0.2603306,0.2644628,0.2644628,0.2892562,0.29338843,0.35123968,0.38016528,0.40495867,0.42561984,0.43801653,0.45454547,0.45867768,0.46280992,0.47107437,0.4752066,0.4876033,0.4752066,0.45454547,0.40495867,0.3429752,0.2892562,0.27272728,0.23553719,0.21487603,0.22727273,0.22727273,0.0785124,0.06198347,0.08264463,0.0661157,0.049586777,0.07024793,0.0661157,0.07024793,0.049586777,0.07024793,0.2520661,0.4214876,0.49586776,0.5123967,0.5371901,0.5123967,0.4752066,0.41322315,0.32231405,0.30165288,0.38016528,0.45867768,0.5165289,0.56198347,0.57438016,0.5661157,0.56198347,0.553719,0.5413223,0.5289256,0.5082645,0.446281,0.3966942,0.40495867,0.38016528,0.338843,0.29752067,0.28512397,0.2768595,0.2768595,0.30165288,0.33471075,0.35123968,0.37190083,0.40495867,0.42561984,0.4338843,0.45454547,0.46694216,0.46694216,0.47933885,0.48347107,0.49173555,0.49173555,0.47107437,0.42975205,0.35950413,0.28099173,0.28099173,0.26859504,0.24380165,0.22727273,0.22727273,0.1983471,0.0661157,0.06198347,0.08264463,0.0661157,0.049586777,0.05785124,0.07024793,0.07438017,0.053719006,0.0785124,0.2231405,0.40495867,0.4752066,0.5082645,0.5289256,0.5165289,0.4876033,0.4214876,0.3677686,0.2892562,0.26859504,0.38429752,0.4876033,0.553719,0.58264464,0.59917355,0.59504133,0.56198347,0.57024795,0.56198347,0.5289256,0.5,0.45454547,0.46694216,0.45867768,0.42561984,0.37190083,0.35123968,0.3305785,0.32231405,0.3553719,0.38016528,0.4090909,0.41735536,0.42975205,0.45041323,0.46280992,0.4752066,0.48347107,0.47933885,0.49586776,0.5082645,0.5082645,0.49173555,0.43801653,0.35123968,0.27272728,0.29338843,0.27272728,0.26859504,0.23966943,0.23553719,0.23553719,0.16115703,0.0661157,0.05785124,0.08677686,0.06198347,0.053719006,0.05785124,0.0785124,0.09090909,0.05785124,0.07438017,0.20247933,0.37190083,0.45867768,0.49173555,0.5206612,0.5165289,0.4876033,0.446281,0.38842976,0.3264463,0.24380165,0.2603306,0.40495867,0.5165289,0.59090906,0.6198347,0.62396693,0.61570245,0.61157024,0.59917355,0.55785125,0.55785125,0.5495868,0.553719,0.5661157,0.553719,0.5206612,0.48347107,0.446281,0.4090909,0.3966942,0.43801653,0.46694216,0.46280992,0.47107437,0.48347107,0.48347107,0.49586776,0.5041322,0.5082645,0.5082645,0.5082645,0.5041322,0.46694216,0.3553719,0.28099173,0.2892562,0.28512397,0.29338843,0.27272728,0.23966943,0.23966943,0.22727273,0.11570248,0.07024793,0.0661157,0.08264463,0.06198347,0.053719006,0.0661157,0.07438017,0.08677686,0.05785124,0.06198347,0.16528925,0.35123968,0.43801653,0.4752066,0.5082645,0.5123967,0.49586776,0.46694216,0.4214876,0.35123968,0.29338843,0.2231405,0.28099173,0.40495867,0.53305787,0.60330576,0.6363636,0.6446281,0.6280992,0.62396693,0.5785124,0.58264464,0.59090906,0.59917355,0.61570245,0.6322314,0.61570245,0.59917355,0.57438016,0.5413223,0.5082645,0.5206612,0.5247934,0.5041322,0.5123967,0.5041322,0.5123967,0.5123967,0.5123967,0.5165289,0.5165289,0.5,0.4752066,0.38016528,0.2892562,0.28512397,0.2768595,0.28099173,0.28099173,0.2768595,0.25619835,0.22727273,0.20247933,0.08677686,0.06198347,0.07438017,0.0785124,0.053719006,0.0661157,0.0785124,0.0661157,0.0785124,0.07438017,0.06198347,0.11570248,0.30991736,0.43801653,0.47107437,0.5,0.5123967,0.5,0.46694216,0.446281,0.38429752,0.33471075,0.26859504,0.20661157,0.2520661,0.4090909,0.5289256,0.5785124,0.59090906,0.60330576,0.6198347,0.61570245,0.61157024,0.607438,0.6280992,0.6363636,0.6694215,0.6404959,0.6322314,0.6446281,0.6280992,0.607438,0.59090906,0.58264464,0.5371901,0.53305787,0.5165289,0.5082645,0.5082645,0.49173555,0.49586776,0.5041322,0.47933885,0.3966942,0.30578512,0.24380165,0.27272728,0.2892562,0.27272728,0.28512397,0.2768595,0.25619835,0.23553719,0.16115703,0.0661157,0.06198347,0.0785124,0.07438017,0.053719006,0.06198347,0.06198347,0.09090909,11 +0.4752066,0.56198347,0.6322314,0.661157,0.6859504,0.70247936,0.70247936,0.7355372,0.74793386,0.76033056,0.76033056,0.75206614,0.76033056,0.74793386,0.75206614,0.76033056,0.75619835,0.76033056,0.76859504,0.78099173,0.78099173,0.7892562,0.7933884,0.79752064,0.8016529,0.78512394,0.78099173,0.7892562,0.8016529,0.8057851,0.8016529,0.8057851,0.8057851,0.8016529,0.8140496,0.79752064,0.79752064,0.8016529,0.7892562,0.7892562,0.78099173,0.7644628,0.76859504,0.75619835,0.75206614,0.76033056,0.74793386,0.74380165,0.74380165,0.75619835,0.76859504,0.76033056,0.73966944,0.74380165,0.71900827,0.6859504,0.6652893,0.6363636,0.553719,0.48347107,0.40082645,0.3140496,0.23966943,0.1983471,0.5,0.58264464,0.6487603,0.6859504,0.6859504,0.6942149,0.69008267,0.71900827,0.73966944,0.75619835,0.76033056,0.76033056,0.75206614,0.76033056,0.76033056,0.75619835,0.76033056,0.75619835,0.7644628,0.7768595,0.7768595,0.78512394,0.7933884,0.79752064,0.79752064,0.79752064,0.7892562,0.79752064,0.8016529,0.8057851,0.8140496,0.8140496,0.8140496,0.8140496,0.8181818,0.8057851,0.8057851,0.8016529,0.7933884,0.79752064,0.7768595,0.75619835,0.77272725,0.76859504,0.76859504,0.7768595,0.77272725,0.76033056,0.7644628,0.7644628,0.76859504,0.75206614,0.74793386,0.73966944,0.71900827,0.6942149,0.6652893,0.6363636,0.58264464,0.5082645,0.41322315,0.3305785,0.2892562,0.22727273,0.5165289,0.59917355,0.6363636,0.6528926,0.6652893,0.6570248,0.6818182,0.7231405,0.7355372,0.75619835,0.75206614,0.75206614,0.75206614,0.7644628,0.76033056,0.76859504,0.77272725,0.7768595,0.7768595,0.78099173,0.7768595,0.78099173,0.7933884,0.80991733,0.8016529,0.8016529,0.8016529,0.8016529,0.8181818,0.8140496,0.8181818,0.8181818,0.8181818,0.8264463,0.822314,0.8140496,0.8140496,0.80991733,0.8057851,0.8016529,0.7892562,0.74380165,0.76859504,0.78099173,0.7892562,0.7892562,0.78512394,0.78099173,0.78099173,0.76859504,0.7644628,0.73966944,0.74793386,0.73966944,0.72727275,0.70247936,0.6570248,0.6280992,0.607438,0.553719,0.45454547,0.34710744,0.2768595,0.2603306,0.53305787,0.6198347,0.6528926,0.6528926,0.6446281,0.6652893,0.6818182,0.71487606,0.7355372,0.75206614,0.74793386,0.76033056,0.77272725,0.77272725,0.76859504,0.78099173,0.77272725,0.79752064,0.7933884,0.7933884,0.7892562,0.79752064,0.8057851,0.8140496,0.8057851,0.8057851,0.8140496,0.80991733,0.822314,0.8181818,0.8140496,0.8140496,0.8181818,0.822314,0.822314,0.822314,0.8181818,0.8140496,0.8140496,0.80991733,0.7892562,0.78099173,0.79752064,0.79752064,0.7933884,0.78512394,0.8016529,0.78512394,0.7892562,0.76033056,0.7644628,0.74380165,0.74793386,0.74380165,0.73140496,0.6983471,0.6487603,0.6280992,0.6198347,0.58677685,0.5041322,0.40495867,0.27272728,0.2231405,0.49173555,0.6198347,0.6570248,0.661157,0.6487603,0.6694215,0.6859504,0.7107438,0.7355372,0.75206614,0.74380165,0.7644628,0.7768595,0.77272725,0.78512394,0.7892562,0.78099173,0.7933884,0.8016529,0.80991733,0.8140496,0.8057851,0.80991733,0.8181818,0.822314,0.8140496,0.8181818,0.822314,0.8264463,0.8181818,0.8181818,0.8181818,0.8181818,0.8181818,0.8140496,0.80991733,0.8140496,0.80991733,0.80991733,0.8140496,0.80991733,0.80991733,0.8140496,0.8057851,0.8016529,0.79752064,0.8057851,0.79752064,0.7933884,0.7933884,0.76859504,0.77272725,0.75619835,0.75206614,0.73140496,0.70247936,0.6528926,0.61570245,0.61570245,0.58677685,0.5413223,0.46280992,0.3305785,0.18181819,0.4752066,0.58677685,0.6487603,0.6652893,0.6652893,0.6528926,0.6818182,0.70247936,0.7355372,0.75619835,0.75206614,0.75206614,0.76859504,0.77272725,0.78512394,0.7892562,0.78099173,0.7933884,0.79752064,0.8057851,0.8057851,0.8181818,0.8264463,0.8264463,0.8264463,0.822314,0.8264463,0.8181818,0.8305785,0.822314,0.822314,0.8181818,0.80991733,0.8140496,0.8140496,0.8016529,0.8057851,0.8057851,0.8140496,0.822314,0.8140496,0.822314,0.8181818,0.8140496,0.8140496,0.8057851,0.8016529,0.79752064,0.79752064,0.79752064,0.7768595,0.77272725,0.76859504,0.75619835,0.73966944,0.7066116,0.6570248,0.61570245,0.6198347,0.58264464,0.5661157,0.5,0.37190083,0.20661157,0.4752066,0.5785124,0.6487603,0.6570248,0.6694215,0.661157,0.6735537,0.6983471,0.7231405,0.74793386,0.76033056,0.75619835,0.76033056,0.76859504,0.78099173,0.78099173,0.7768595,0.78512394,0.7892562,0.7933884,0.8016529,0.8181818,0.8181818,0.822314,0.8181818,0.8140496,0.8057851,0.8057851,0.8181818,0.80991733,0.8057851,0.8140496,0.80991733,0.8140496,0.8057851,0.8140496,0.8057851,0.8140496,0.8181818,0.8181818,0.822314,0.8181818,0.80991733,0.8057851,0.8057851,0.8016529,0.7933884,0.7933884,0.79752064,0.79752064,0.7892562,0.78512394,0.78512394,0.76859504,0.75206614,0.73140496,0.6735537,0.6322314,0.607438,0.58264464,0.58264464,0.5371901,0.41735536,0.23966943,0.48347107,0.58264464,0.6363636,0.6487603,0.6652893,0.677686,0.6859504,0.71487606,0.7355372,0.75206614,0.76859504,0.77272725,0.7768595,0.77272725,0.78099173,0.78099173,0.77272725,0.78099173,0.78099173,0.78512394,0.7933884,0.8016529,0.79752064,0.8016529,0.8057851,0.8057851,0.7933884,0.78099173,0.79752064,0.8016529,0.8016529,0.7933884,0.79752064,0.8057851,0.8057851,0.8057851,0.80991733,0.80991733,0.8057851,0.8140496,0.8057851,0.80991733,0.8016529,0.78099173,0.7933884,0.7892562,0.7933884,0.8016529,0.8016529,0.8016529,0.79752064,0.7933884,0.7933884,0.7768595,0.76033056,0.75206614,0.6983471,0.6528926,0.6198347,0.59090906,0.57438016,0.5495868,0.42975205,0.2768595,0.49586776,0.58677685,0.6198347,0.6322314,0.6487603,0.677686,0.6983471,0.7231405,0.73966944,0.75206614,0.78512394,0.78099173,0.7892562,0.78512394,0.7768595,0.78099173,0.76033056,0.7768595,0.7768595,0.78099173,0.78099173,0.7892562,0.78512394,0.78099173,0.78512394,0.78099173,0.7892562,0.78512394,0.7768595,0.7933884,0.7892562,0.7892562,0.7933884,0.7933884,0.7892562,0.78512394,0.7933884,0.8016529,0.7933884,0.8057851,0.7933884,0.78512394,0.78099173,0.75619835,0.7768595,0.78512394,0.78099173,0.7933884,0.7933884,0.7933884,0.8016529,0.7933884,0.7933884,0.78512394,0.76859504,0.7644628,0.72727275,0.6694215,0.6322314,0.59090906,0.5661157,0.5371901,0.45867768,0.2892562,0.5289256,0.58264464,0.607438,0.62396693,0.6446281,0.6859504,0.7066116,0.72727275,0.73966944,0.75206614,0.76859504,0.7768595,0.78099173,0.7768595,0.78099173,0.78512394,0.74380165,0.75619835,0.7644628,0.7644628,0.75619835,0.76033056,0.75619835,0.74793386,0.75619835,0.75206614,0.76033056,0.76859504,0.76033056,0.77272725,0.77272725,0.76859504,0.7768595,0.77272725,0.7768595,0.7644628,0.7644628,0.77272725,0.76859504,0.78099173,0.76033056,0.75206614,0.75619835,0.74793386,0.7644628,0.75619835,0.75619835,0.76033056,0.77272725,0.78099173,0.78512394,0.78512394,0.78512394,0.7768595,0.7644628,0.74793386,0.7355372,0.6859504,0.6280992,0.59917355,0.5661157,0.53305787,0.47107437,0.30165288,0.5495868,0.58677685,0.61570245,0.6198347,0.62396693,0.6818182,0.69008267,0.71487606,0.71900827,0.7107438,0.73966944,0.72727275,0.71487606,0.7066116,0.6983471,0.677686,0.661157,0.6404959,0.6446281,0.661157,0.6487603,0.61157024,0.6570248,0.6570248,0.661157,0.6859504,0.7107438,0.74380165,0.72727275,0.7355372,0.73966944,0.74793386,0.75206614,0.74380165,0.74793386,0.7355372,0.72727275,0.7231405,0.7066116,0.71900827,0.6859504,0.6694215,0.677686,0.6942149,0.70247936,0.6983471,0.69008267,0.6859504,0.677686,0.6735537,0.70247936,0.7107438,0.71487606,0.71900827,0.73140496,0.76033056,0.7231405,0.69008267,0.6446281,0.607438,0.553719,0.5413223,0.48347107,0.30578512,0.5495868,0.607438,0.59917355,0.6198347,0.61570245,0.6652893,0.6570248,0.661157,0.6528926,0.6322314,0.62396693,0.607438,0.57438016,0.55785125,0.5413223,0.5041322,0.46280992,0.42975205,0.4338843,0.45041323,0.46694216,0.446281,0.4752066,0.5206612,0.553719,0.58677685,0.6198347,0.69008267,0.69008267,0.6983471,0.6942149,0.7107438,0.7107438,0.7066116,0.7107438,0.69008267,0.677686,0.6446281,0.6198347,0.6280992,0.54545456,0.5371901,0.5165289,0.5165289,0.5123967,0.5165289,0.5165289,0.5123967,0.48347107,0.5082645,0.5247934,0.5413223,0.56198347,0.58677685,0.59090906,0.6404959,0.6694215,0.6694215,0.6322314,0.58677685,0.553719,0.5206612,0.5123967,0.30165288,0.553719,0.59090906,0.59504133,0.607438,0.5785124,0.5661157,0.553719,0.55785125,0.55785125,0.54545456,0.5041322,0.4876033,0.45867768,0.4338843,0.41735536,0.39256197,0.3305785,0.3140496,0.32231405,0.3140496,0.35123968,0.338843,0.36363637,0.4090909,0.46694216,0.4752066,0.5206612,0.59504133,0.61157024,0.62396693,0.6487603,0.661157,0.6652893,0.6487603,0.6570248,0.6404959,0.607438,0.553719,0.5123967,0.47933885,0.42561984,0.4090909,0.38842976,0.3553719,0.33471075,0.3429752,0.3429752,0.3429752,0.3305785,0.35123968,0.37190083,0.40495867,0.42561984,0.45867768,0.45041323,0.47933885,0.5165289,0.55785125,0.56198347,0.53305787,0.56198347,0.5165289,0.5,0.30991736,0.5413223,0.59917355,0.58264464,0.58677685,0.4752066,0.4214876,0.45041323,0.45454547,0.46694216,0.45041323,0.446281,0.41735536,0.40082645,0.38016528,0.37603307,0.3305785,0.30165288,0.30165288,0.29338843,0.29338843,0.30991736,0.3140496,0.3264463,0.3677686,0.41322315,0.41322315,0.43801653,0.5082645,0.5371901,0.553719,0.59917355,0.6363636,0.6404959,0.6280992,0.61157024,0.59090906,0.5413223,0.47107437,0.39256197,0.39256197,0.37190083,0.34710744,0.338843,0.30165288,0.28512397,0.2768595,0.26859504,0.2644628,0.27272728,0.32231405,0.3305785,0.3553719,0.35950413,0.38016528,0.38016528,0.4090909,0.41735536,0.45041323,0.46280992,0.45041323,0.53305787,0.5247934,0.49586776,0.3305785,0.5413223,0.59504133,0.58264464,0.5206612,0.44214877,0.3966942,0.41322315,0.41322315,0.3966942,0.38016528,0.38429752,0.3677686,0.35950413,0.35123968,0.34710744,0.3264463,0.29752067,0.27272728,0.24793388,0.23140496,0.24380165,0.2644628,0.3140496,0.3429752,0.38016528,0.40082645,0.40082645,0.45041323,0.49173555,0.5289256,0.5785124,0.6280992,0.6280992,0.60330576,0.58677685,0.553719,0.5082645,0.4338843,0.40082645,0.38016528,0.3677686,0.36363637,0.3429752,0.29338843,0.28512397,0.28512397,0.27272728,0.26859504,0.29752067,0.32231405,0.3305785,0.3429752,0.35123968,0.3677686,0.38842976,0.37603307,0.3966942,0.40495867,0.42975205,0.4338843,0.49173555,0.5206612,0.49173555,0.3677686,0.5289256,0.58264464,0.57024795,0.49173555,0.43801653,0.40082645,0.40082645,0.39256197,0.37603307,0.3677686,0.33471075,0.3140496,0.28099173,0.24380165,0.23553719,0.2231405,0.2231405,0.21487603,0.1983471,0.19421488,0.16528925,0.1570248,0.18595041,0.2520661,0.30165288,0.338843,0.38429752,0.40495867,0.45454547,0.5123967,0.58677685,0.6322314,0.6198347,0.61157024,0.59504133,0.55785125,0.5082645,0.446281,0.40082645,0.3677686,0.3305785,0.30991736,0.25619835,0.18595041,0.19008264,0.18181819,0.17768595,0.1694215,0.1694215,0.18595041,0.20247933,0.23553719,0.29338843,0.3264463,0.37603307,0.38429752,0.39256197,0.40495867,0.42975205,0.43801653,0.49173555,0.5247934,0.5041322,0.40495867,0.5247934,0.56198347,0.5661157,0.5041322,0.446281,0.40082645,0.38429752,0.38429752,0.3553719,0.29752067,0.23140496,0.22727273,0.2107438,0.20661157,0.17355372,0.11983471,0.14049587,0.14876033,0.13636364,0.20661157,0.24793388,0.2231405,0.19421488,0.19008264,0.23140496,0.2603306,0.29752067,0.35123968,0.4090909,0.5,0.57438016,0.62396693,0.607438,0.6198347,0.61570245,0.5661157,0.5082645,0.46694216,0.37603307,0.3264463,0.28099173,0.23966943,0.18595041,0.1983471,0.23553719,0.18181819,0.1570248,0.14876033,0.15289256,0.11983471,0.19008264,0.19008264,0.18181819,0.2231405,0.24793388,0.3429752,0.38016528,0.4090909,0.4338843,0.46694216,0.5,0.5247934,0.5082645,0.43801653,0.5413223,0.5495868,0.5495868,0.53305787,0.49173555,0.4214876,0.38016528,0.35123968,0.30578512,0.21487603,0.19421488,0.19008264,0.23140496,0.29338843,0.18595041,0.1322314,0.10743801,0.14876033,0.1446281,0.27272728,0.41735536,0.28099173,0.21900827,0.23966943,0.22727273,0.2603306,0.28512397,0.29752067,0.38842976,0.5413223,0.6280992,0.677686,0.70247936,0.69008267,0.6735537,0.59917355,0.5165289,0.47107437,0.35123968,0.29338843,0.2603306,0.24793388,0.21487603,0.29338843,0.37603307,0.23553719,0.1446281,0.14049587,0.17768595,0.12396694,0.24380165,0.3966942,0.24380165,0.19421488,0.21487603,0.23553719,0.3553719,0.4214876,0.45867768,0.4876033,0.53305787,0.5371901,0.5206612,0.46694216,0.5371901,0.553719,0.53305787,0.553719,0.5082645,0.47107437,0.39256197,0.3264463,0.23966943,0.24380165,0.20247933,0.19421488,0.25619835,0.40082645,0.30165288,0.18181819,0.1322314,0.15289256,0.21487603,0.40495867,0.4752066,0.3553719,0.2603306,0.28512397,0.29752067,0.28512397,0.2768595,0.29338843,0.40082645,0.59090906,0.71900827,0.76859504,0.7768595,0.74793386,0.73140496,0.6446281,0.5289256,0.45454547,0.38429752,0.3305785,0.3181818,0.30991736,0.2768595,0.37190083,0.46694216,0.3429752,0.22727273,0.15289256,0.16528925,0.18595041,0.3429752,0.5123967,0.37603307,0.25619835,0.23553719,0.24793388,0.3140496,0.40495867,0.45454547,0.48347107,0.5289256,0.5289256,0.5289256,0.4876033,0.5495868,0.57438016,0.5206612,0.5247934,0.49173555,0.43801653,0.37603307,0.30578512,0.3140496,0.3140496,0.27272728,0.26859504,0.30578512,0.38016528,0.5,0.41322315,0.30578512,0.29752067,0.36363637,0.44214877,0.4090909,0.33471075,0.30165288,0.2892562,0.3264463,0.338843,0.29752067,0.3181818,0.46694216,0.6528926,0.74380165,0.78512394,0.8016529,0.7768595,0.76859504,0.6942149,0.553719,0.45867768,0.44214877,0.42561984,0.41322315,0.33471075,0.32231405,0.3553719,0.446281,0.42975205,0.3305785,0.24793388,0.2644628,0.33471075,0.4752066,0.47107437,0.40082645,0.3264463,0.3264463,0.3305785,0.33471075,0.38016528,0.44214877,0.49586776,0.5247934,0.5371901,0.5413223,0.5041322,0.57024795,0.59090906,0.5785124,0.5661157,0.54545456,0.5123967,0.5,0.49173555,0.45454547,0.44214877,0.40082645,0.38429752,0.38429752,0.35950413,0.43801653,0.5165289,0.48347107,0.446281,0.45454547,0.40495867,0.3966942,0.338843,0.3264463,0.3140496,0.33471075,0.38842976,0.3677686,0.4338843,0.5661157,0.6818182,0.74793386,0.7892562,0.80991733,0.8016529,0.7768595,0.71900827,0.59504133,0.46694216,0.47933885,0.5247934,0.4752066,0.40495867,0.35950413,0.3677686,0.3677686,0.40495867,0.42975205,0.42561984,0.38842976,0.40082645,0.3966942,0.36363637,0.3677686,0.38842976,0.40495867,0.45454547,0.42975205,0.43801653,0.47107437,0.5123967,0.5413223,0.5413223,0.5495868,0.5206612,0.57438016,0.607438,0.62396693,0.6198347,0.61157024,0.6322314,0.6570248,0.6487603,0.59090906,0.5495868,0.4876033,0.446281,0.42975205,0.41735536,0.39256197,0.39256197,0.38429752,0.37603307,0.3553719,0.3553719,0.338843,0.32231405,0.338843,0.35123968,0.3553719,0.45867768,0.5165289,0.59504133,0.6528926,0.6983471,0.74793386,0.79752064,0.80991733,0.8057851,0.76859504,0.71487606,0.59504133,0.49586776,0.5082645,0.5165289,0.47107437,0.40495867,0.34710744,0.30578512,0.3181818,0.30578512,0.3264463,0.3429752,0.3429752,0.35123968,0.34710744,0.38016528,0.4214876,0.4338843,0.45041323,0.47933885,0.5082645,0.5206612,0.5371901,0.54545456,0.5785124,0.553719,0.5661157,0.5371901,0.5661157,0.6198347,0.62396693,0.6363636,0.6446281,0.6528926,0.677686,0.6818182,0.6280992,0.58677685,0.5206612,0.46694216,0.42975205,0.41735536,0.3966942,0.37190083,0.3553719,0.3429752,0.3140496,0.3264463,0.3264463,0.35950413,0.3966942,0.42975205,0.47107437,0.62396693,0.6735537,0.7066116,0.6859504,0.7066116,0.72727275,0.7892562,0.8181818,0.8140496,0.78099173,0.73140496,0.60330576,0.5206612,0.5661157,0.54545456,0.49173555,0.3966942,0.37190083,0.3140496,0.30578512,0.28512397,0.28099173,0.3140496,0.33471075,0.338843,0.39256197,0.40082645,0.4214876,0.43801653,0.47107437,0.4876033,0.49586776,0.5371901,0.55785125,0.5785124,0.59090906,0.57438016,0.5785124,0.54545456,0.5661157,0.6198347,0.6198347,0.661157,0.6570248,0.6570248,0.6652893,0.661157,0.6280992,0.60330576,0.553719,0.49173555,0.44214877,0.3966942,0.3677686,0.338843,0.3264463,0.338843,0.32231405,0.37603307,0.42561984,0.47107437,0.49586776,0.55785125,0.6404959,0.7231405,0.7231405,0.7107438,0.6818182,0.69008267,0.7231405,0.78512394,0.80991733,0.80991733,0.79752064,0.75619835,0.6280992,0.5371901,0.59917355,0.62396693,0.57438016,0.47933885,0.42975205,0.37603307,0.35123968,0.3305785,0.3140496,0.30578512,0.30991736,0.33471075,0.37603307,0.40495867,0.42561984,0.46280992,0.4876033,0.49173555,0.5165289,0.54545456,0.57438016,0.57024795,0.58677685,0.58264464,0.57438016,0.5495868,0.553719,0.60330576,0.6198347,0.6570248,0.6570248,0.6570248,0.6652893,0.6694215,0.661157,0.62396693,0.607438,0.57024795,0.53305787,0.48347107,0.45867768,0.44214877,0.42561984,0.45867768,0.4752066,0.5041322,0.56198347,0.607438,0.6446281,0.6818182,0.6818182,0.7355372,0.7231405,0.70247936,0.677686,0.677686,0.6859504,0.77272725,0.80991733,0.8057851,0.7892562,0.74793386,0.6404959,0.5495868,0.607438,0.6652893,0.6570248,0.59504133,0.5413223,0.48347107,0.43801653,0.4090909,0.38842976,0.37190083,0.38842976,0.40495867,0.41322315,0.43801653,0.45867768,0.47933885,0.5041322,0.5247934,0.5289256,0.56198347,0.57438016,0.59090906,0.59504133,0.59504133,0.58264464,0.553719,0.5371901,0.59090906,0.61570245,0.6487603,0.6570248,0.6694215,0.69008267,0.6983471,0.6983471,0.6735537,0.6528926,0.6570248,0.6363636,0.607438,0.59090906,0.59090906,0.5785124,0.6322314,0.6528926,0.661157,0.7107438,0.71900827,0.70247936,0.6942149,0.69008267,0.7231405,0.7231405,0.6983471,0.6735537,0.661157,0.6694215,0.76033056,0.8140496,0.80991733,0.7933884,0.75619835,0.6570248,0.56198347,0.59917355,0.6570248,0.6694215,0.6446281,0.6652893,0.61157024,0.56198347,0.5123967,0.5082645,0.48347107,0.5082645,0.49586776,0.49173555,0.5082645,0.5206612,0.5289256,0.53305787,0.55785125,0.56198347,0.5785124,0.58264464,0.59090906,0.59917355,0.58677685,0.58264464,0.54545456,0.5082645,0.59504133,0.61570245,0.6404959,0.6570248,0.6859504,0.7066116,0.71487606,0.71487606,0.73140496,0.72727275,0.73140496,0.75206614,0.73966944,0.73966944,0.71900827,0.71900827,0.75206614,0.75206614,0.76033056,0.74793386,0.73140496,0.69008267,0.69008267,0.6859504,0.7107438,0.71487606,0.6942149,0.677686,0.6528926,0.677686,0.74793386,0.8057851,0.8181818,0.79752064,0.7644628,0.6694215,0.58677685,0.60330576,0.6528926,0.6528926,0.6363636,0.6859504,0.677686,0.677686,0.6487603,0.6404959,0.607438,0.59917355,0.60330576,0.5785124,0.58677685,0.553719,0.56198347,0.59090906,0.60330576,0.61157024,0.607438,0.59504133,0.61157024,0.60330576,0.59090906,0.5785124,0.5371901,0.47933885,0.59090906,0.61157024,0.6446281,0.661157,0.69008267,0.70247936,0.7355372,0.73966944,0.75619835,0.7644628,0.76033056,0.76859504,0.76859504,0.76033056,0.75206614,0.76033056,0.76859504,0.76033056,0.75619835,0.73966944,0.72727275,0.70247936,0.6818182,0.6818182,0.7066116,0.7107438,0.69008267,0.6735537,0.677686,0.6818182,0.74380165,0.80991733,0.822314,0.8057851,0.78099173,0.6942149,0.607438,0.61570245,0.6528926,0.6446281,0.6363636,0.661157,0.6859504,0.70247936,0.71487606,0.73966944,0.7107438,0.6983471,0.6818182,0.6652893,0.6818182,0.6487603,0.607438,0.6487603,0.6652893,0.6694215,0.6735537,0.62396693,0.6280992,0.6198347,0.59504133,0.58677685,0.5082645,0.47933885,0.5661157,0.59917355,0.6363636,0.6570248,0.6818182,0.677686,0.73140496,0.73966944,0.74380165,0.75619835,0.7644628,0.76033056,0.77272725,0.76859504,0.7644628,0.76859504,0.76859504,0.75619835,0.74793386,0.73140496,0.7066116,0.6983471,0.6942149,0.6859504,0.70247936,0.7066116,0.69008267,0.6942149,0.6818182,0.6942149,0.73966944,0.8057851,0.8305785,0.8057851,0.7892562,0.71487606,0.6322314,0.6280992,0.6487603,0.6363636,0.6404959,0.6404959,0.6735537,0.6942149,0.7107438,0.73966944,0.74380165,0.73966944,0.74380165,0.7355372,0.7231405,0.7107438,0.6735537,0.6942149,0.7066116,0.6859504,0.6818182,0.6652893,0.6404959,0.607438,0.58677685,0.58264464,0.46694216,0.4752066,0.5206612,0.59090906,0.61157024,0.6280992,0.6363636,0.6735537,0.6942149,0.71487606,0.72727275,0.74380165,0.75619835,0.75619835,0.76033056,0.76859504,0.75619835,0.75206614,0.74793386,0.73966944,0.71900827,0.7231405,0.70247936,0.69008267,0.6818182,0.677686,0.677686,0.6735537,0.6735537,0.6859504,0.6735537,0.70247936,0.75619835,0.80991733,0.8305785,0.7933884,0.7933884,0.75619835,0.6859504,0.6446281,0.6363636,0.62396693,0.62396693,0.62396693,0.6528926,0.6652893,0.6942149,0.71487606,0.73140496,0.73140496,0.75206614,0.75206614,0.74380165,0.75206614,0.72727275,0.72727275,0.71900827,0.6983471,0.6859504,0.6570248,0.6322314,0.59090906,0.57024795,0.57024795,0.4338843,0.45454547,0.49173555,0.553719,0.59090906,0.59504133,0.61157024,0.661157,0.6818182,0.6942149,0.7066116,0.73140496,0.73966944,0.7644628,0.76033056,0.75619835,0.74793386,0.7355372,0.7355372,0.7231405,0.70247936,0.6859504,0.661157,0.6404959,0.6446281,0.6404959,0.6487603,0.6446281,0.6446281,0.6942149,0.70247936,0.74380165,0.77272725,0.8181818,0.8264463,0.7933884,0.7892562,0.77272725,0.74793386,0.6570248,0.59504133,0.5661157,0.56198347,0.58677685,0.61570245,0.6322314,0.6694215,0.71487606,0.71487606,0.71900827,0.7355372,0.74793386,0.75206614,0.74793386,0.74793386,0.74380165,0.7231405,0.6983471,0.6694215,0.661157,0.6198347,0.58677685,0.5661157,0.58264464,0.37603307,0.43801653,0.4876033,0.5165289,0.5495868,0.5785124,0.607438,0.6322314,0.6528926,0.69008267,0.70247936,0.7231405,0.73140496,0.73966944,0.74793386,0.73966944,0.73140496,0.7107438,0.71900827,0.7066116,0.677686,0.6570248,0.60330576,0.5661157,0.57438016,0.6280992,0.6652893,0.6528926,0.6570248,0.70247936,0.73966944,0.7768595,0.8057851,0.822314,0.822314,0.8057851,0.79752064,0.7892562,0.79752064,0.73140496,0.61570245,0.57438016,0.5165289,0.49173555,0.54545456,0.59090906,0.6570248,0.6859504,0.69008267,0.6983471,0.7066116,0.7231405,0.74380165,0.73140496,0.73966944,0.73966944,0.7231405,0.70247936,0.6570248,0.6487603,0.59090906,0.553719,0.5371901,0.57438016,0.29752067,0.37603307,0.5082645,0.4876033,0.5165289,0.5495868,0.57438016,0.6198347,0.6404959,0.6652893,0.6859504,0.6859504,0.71487606,0.7107438,0.7231405,0.72727275,0.7231405,0.7107438,0.69008267,0.6570248,0.59917355,0.5247934,0.47933885,0.48347107,0.5413223,0.6570248,0.71487606,0.6818182,0.677686,0.7066116,0.74380165,0.7933884,0.8305785,0.8264463,0.8057851,0.8016529,0.79752064,0.78512394,0.79752064,0.78512394,0.6859504,0.6652893,0.54545456,0.43801653,0.48347107,0.53305787,0.57438016,0.58677685,0.6363636,0.677686,0.69008267,0.69008267,0.7107438,0.7107438,0.71487606,0.7107438,0.7107438,0.69008267,0.6528926,0.61570245,0.57024795,0.5371901,0.5206612,0.57438016,0.23553719,0.30165288,0.5,0.4752066,0.47933885,0.5,0.54545456,0.59090906,0.61157024,0.62396693,0.6446281,0.6694215,0.6818182,0.69008267,0.6983471,0.6983471,0.6942149,0.6694215,0.6322314,0.56198347,0.49173555,0.41322315,0.3677686,0.30578512,0.5041322,0.6735537,0.70247936,0.6570248,0.661157,0.7066116,0.7107438,0.77272725,0.8181818,0.8057851,0.78099173,0.78512394,0.78512394,0.79752064,0.7768595,0.7768595,0.69008267,0.661157,0.6404959,0.42561984,0.45867768,0.47933885,0.5,0.5289256,0.58264464,0.6322314,0.6528926,0.6652893,0.6694215,0.6859504,0.6652893,0.6694215,0.661157,0.661157,0.61157024,0.59090906,0.553719,0.5165289,0.5206612,0.5661157,0.19421488,0.21487603,0.49173555,0.46280992,0.46694216,0.46280992,0.5165289,0.54545456,0.57438016,0.59504133,0.6280992,0.6363636,0.661157,0.6859504,0.6694215,0.661157,0.6487603,0.61157024,0.54545456,0.46694216,0.39256197,0.37603307,0.38842976,0.3305785,0.446281,0.6404959,0.6652893,0.59917355,0.6198347,0.6735537,0.6818182,0.71900827,0.75206614,0.76033056,0.75619835,0.74380165,0.75619835,0.7933884,0.74380165,0.71900827,0.677686,0.5785124,0.6528926,0.47933885,0.46280992,0.47107437,0.45041323,0.48347107,0.5371901,0.58264464,0.59917355,0.6322314,0.6404959,0.6446281,0.6280992,0.6198347,0.61570245,0.61570245,0.5785124,0.56198347,0.54545456,0.5123967,0.5289256,0.5289256,0.17768595,0.14876033,0.4752066,0.48347107,0.45867768,0.446281,0.4752066,0.44214877,0.5206612,0.57024795,0.59917355,0.6198347,0.6446281,0.6570248,0.6404959,0.6363636,0.58677685,0.553719,0.47107437,0.40082645,0.37190083,0.4338843,0.49173555,0.5041322,0.5082645,0.5661157,0.59917355,0.5,0.48347107,0.59504133,0.61157024,0.6570248,0.6983471,0.6983471,0.69008267,0.661157,0.7107438,0.7066116,0.6652893,0.6198347,0.59917355,0.5165289,0.58264464,0.5082645,0.45867768,0.49586776,0.446281,0.45041323,0.5,0.5289256,0.54545456,0.5661157,0.5785124,0.5785124,0.58677685,0.57438016,0.5661157,0.57024795,0.553719,0.5289256,0.5247934,0.5123967,0.5371901,0.4752066,0.16115703,0.09090909,0.42561984,0.49173555,0.46280992,0.42975205,0.45454547,0.4090909,0.45454547,0.5206612,0.55785125,0.60330576,0.6198347,0.6198347,0.59917355,0.58677685,0.5206612,0.49586776,0.38429752,0.3677686,0.44214877,0.5413223,0.58677685,0.58264464,0.58677685,0.5165289,0.4876033,0.4090909,0.30578512,0.37190083,0.446281,0.5,0.553719,0.58677685,0.55785125,0.5123967,0.59090906,0.57024795,0.5082645,0.46694216,0.4214876,0.46694216,0.5247934,0.49173555,0.4876033,0.5165289,0.5,0.43801653,0.45867768,0.5,0.5082645,0.5165289,0.5165289,0.53305787,0.53305787,0.5289256,0.5289256,0.54545456,0.5206612,0.5165289,0.5123967,0.5165289,0.5371901,0.3966942,0.15289256,0.09090909,0.37603307,0.48347107,0.47107437,0.45041323,0.4338843,0.41735536,0.4338843,0.48347107,0.53305787,0.5661157,0.58264464,0.5785124,0.56198347,0.53305787,0.45454547,0.41322315,0.35123968,0.4090909,0.5495868,0.61570245,0.61570245,0.61570245,0.61157024,0.553719,0.38429752,0.30165288,0.24793388,0.2231405,0.25619835,0.32231405,0.38842976,0.41322315,0.40082645,0.38016528,0.42975205,0.4090909,0.35123968,0.30165288,0.28099173,0.38842976,0.45454547,0.47107437,0.5082645,0.5495868,0.5495868,0.45454547,0.3966942,0.41735536,0.46694216,0.49173555,0.5,0.5041322,0.5,0.49586776,0.49586776,0.5082645,0.5,0.49586776,0.5041322,0.5165289,0.5413223,0.28099173,0.16115703,0.10330579,0.30991736,0.47933885,0.45041323,0.46694216,0.44214877,0.40495867,0.38429752,0.4338843,0.4876033,0.5289256,0.54545456,0.5206612,0.5123967,0.47107437,0.42561984,0.3553719,0.37190083,0.5082645,0.6198347,0.62396693,0.607438,0.6280992,0.61570245,0.61157024,0.4338843,0.2644628,0.21900827,0.20661157,0.2231405,0.24380165,0.2768595,0.29338843,0.29338843,0.29338843,0.3264463,0.3181818,0.27272728,0.21900827,0.30165288,0.41735536,0.45454547,0.48347107,0.5082645,0.5495868,0.56198347,0.5289256,0.3966942,0.3553719,0.4090909,0.45041323,0.47933885,0.4752066,0.48347107,0.4752066,0.47933885,0.47933885,0.4752066,0.48347107,0.49586776,0.5123967,0.5371901,0.17768595,0.18181819,0.08677686,0.20661157,0.44214877,0.4338843,0.46280992,0.45041323,0.41322315,0.36363637,0.3966942,0.46280992,0.49586776,0.5,0.49173555,0.46280992,0.42975205,0.37190083,0.3305785,0.446281,0.5785124,0.59917355,0.58677685,0.607438,0.60330576,0.61570245,0.6198347,0.5495868,0.3305785,0.23140496,0.2231405,0.2520661,0.23140496,0.23553719,0.2520661,0.23553719,0.2520661,0.28099173,0.27272728,0.26859504,0.3181818,0.4338843,0.46694216,0.46694216,0.48347107,0.49173555,0.5371901,0.5289256,0.5495868,0.47107437,0.3553719,0.3305785,0.4090909,0.446281,0.4752066,0.47933885,0.46694216,0.46694216,0.45454547,0.45041323,0.4752066,0.49586776,0.53305787,0.48347107,0.11570248,0.2107438,0.12809917,0.14876033,0.3966942,0.42975205,0.45867768,0.44214877,0.41322315,0.35950413,0.37190083,0.446281,0.4752066,0.47107437,0.45867768,0.42975205,0.40495867,0.3305785,0.3677686,0.5371901,0.5785124,0.59090906,0.59504133,0.6322314,0.61570245,0.6280992,0.6446281,0.61157024,0.46280992,0.28099173,0.26859504,0.28099173,0.2892562,0.28512397,0.26859504,0.25619835,0.2644628,0.29338843,0.3140496,0.35950413,0.41322315,0.45867768,0.46694216,0.47107437,0.4876033,0.49586776,0.5123967,0.5123967,0.5206612,0.5123967,0.43801653,0.33471075,0.3305785,0.4090909,0.45454547,0.47933885,0.47933885,0.4752066,0.46280992,0.45041323,0.47107437,0.5,0.5495868,0.3677686,0.0785124,0.24380165,0.16115703,0.17768595,0.3429752,0.41735536,0.41735536,0.43801653,0.41735536,0.3966942,0.36363637,0.41735536,0.46280992,0.45041323,0.4338843,0.41322315,0.36363637,0.35123968,0.45454547,0.553719,0.56198347,0.58677685,0.61570245,0.6280992,0.6570248,0.6652893,0.661157,0.6487603,0.58264464,0.41322315,0.3429752,0.3264463,0.3305785,0.338843,0.3264463,0.30991736,0.3140496,0.338843,0.4090909,0.43801653,0.446281,0.48347107,0.48347107,0.49586776,0.5082645,0.5082645,0.5165289,0.5123967,0.5082645,0.5165289,0.5123967,0.42975205,0.33471075,0.3677686,0.4338843,0.4752066,0.5,0.48347107,0.49173555,0.45454547,0.47107437,0.5041322,0.53305787,0.24380165,0.08264463,0.2520661,0.2603306,0.2644628,0.29752067,0.39256197,0.38842976,0.40082645,0.40082645,0.41322315,0.40495867,0.4214876,0.45454547,0.4338843,0.40082645,0.39256197,0.35950413,0.39256197,0.5495868,0.553719,0.5289256,0.5413223,0.58677685,0.60330576,0.6487603,0.6652893,0.6859504,0.6818182,0.661157,0.54545456,0.44214877,0.38429752,0.37603307,0.3677686,0.3966942,0.37190083,0.36363637,0.37190083,0.44214877,0.48347107,0.5041322,0.5165289,0.5165289,0.5289256,0.5247934,0.5123967,0.5082645,0.5041322,0.4876033,0.5,0.5165289,0.5041322,0.40082645,0.36363637,0.42975205,0.47933885,0.5041322,0.49586776,0.5041322,0.45867768,0.48347107,0.5206612,0.45867768,0.17768595,0.09917355,0.24793388,0.2768595,0.30991736,0.27272728,0.3181818,0.38842976,0.40082645,0.41322315,0.42975205,0.446281,0.43801653,0.44214877,0.4214876,0.43801653,0.42975205,0.37603307,0.45454547,0.5661157,0.5206612,0.42561984,0.4214876,0.49173555,0.58264464,0.61570245,0.6404959,0.6652893,0.6652893,0.6528926,0.607438,0.5247934,0.42975205,0.4214876,0.44214877,0.46280992,0.45454547,0.42975205,0.42975205,0.46280992,0.5,0.5495868,0.5495868,0.553719,0.553719,0.5413223,0.5206612,0.5,0.47107437,0.4338843,0.4338843,0.48347107,0.5041322,0.47933885,0.4090909,0.446281,0.49173555,0.5165289,0.5041322,0.5123967,0.48347107,0.49173555,0.5206612,0.3305785,0.09917355,0.1446281,0.23553719,0.18595041,0.30165288,0.2644628,0.16528925,0.35950413,0.3966942,0.41735536,0.446281,0.47933885,0.48347107,0.45041323,0.45867768,0.47933885,0.46280992,0.42975205,0.48347107,0.5247934,0.45041323,0.32231405,0.2768595,0.32231405,0.42561984,0.45454547,0.45867768,0.49173555,0.5206612,0.5041322,0.5206612,0.49586776,0.4338843,0.4090909,0.4090909,0.42975205,0.45041323,0.4338843,0.42975205,0.4214876,0.43801653,0.47107437,0.5,0.5041322,0.5082645,0.5041322,0.48347107,0.43801653,0.38429752,0.30991736,0.3429752,0.41322315,0.5082645,0.4876033,0.46694216,0.47933885,0.5041322,0.5247934,0.49586776,0.5123967,0.48347107,0.5041322,0.45867768,0.14876033,0.08677686,0.15289256,0.20661157,0.17355372,0.26859504,0.23966943,0.08264463,0.25619835,0.3677686,0.38842976,0.4338843,0.48347107,0.49586776,0.47107437,0.47107437,0.49173555,0.48347107,0.46694216,0.5206612,0.47107437,0.38016528,0.28099173,0.1694215,0.1570248,0.1694215,0.2231405,0.23140496,0.27272728,0.28512397,0.30991736,0.3305785,0.37603307,0.36363637,0.34710744,0.3181818,0.30165288,0.34710744,0.3553719,0.35123968,0.3429752,0.35950413,0.33471075,0.37603307,0.3677686,0.36363637,0.34710744,0.2892562,0.2520661,0.22727273,0.23966943,0.30578512,0.37190083,0.45041323,0.47933885,0.49586776,0.49586776,0.5165289,0.5123967,0.5123967,0.5123967,0.47933885,0.49586776,0.3140496,0.07438017,0.08677686,0.1446281,0.19008264,0.17768595,0.20661157,0.17355372,0.12809917,0.1322314,0.27272728,0.3553719,0.41735536,0.4752066,0.48347107,0.47933885,0.47933885,0.5,0.5041322,0.49586776,0.5123967,0.446281,0.36363637,0.32231405,0.28512397,0.21487603,0.1322314,0.11157025,0.11983471,0.24380165,0.20661157,0.25619835,0.30578512,0.28099173,0.2768595,0.2644628,0.23966943,0.21487603,0.23966943,0.25619835,0.27272728,0.26859504,0.33471075,0.28512397,0.29752067,0.29752067,0.19421488,0.21487603,0.24793388,0.26859504,0.3677686,0.38429752,0.36363637,0.38429752,0.40082645,0.46694216,0.5041322,0.5,0.5041322,0.5,0.49586776,0.48347107,0.48347107,0.40495867,0.1322314,0.07438017,0.07438017,0.11570248,0.1570248,0.11570248,0.19008264,0.14049587,0.09504132,0.08677686,0.1322314,0.29338843,0.34710744,0.43801653,0.47933885,0.4338843,0.45454547,0.48347107,0.49173555,0.49173555,0.5082645,0.446281,0.39256197,0.38429752,0.4214876,0.4338843,0.3181818,0.20247933,0.14049587,0.21487603,0.12396694,0.2107438,0.35123968,0.338843,0.37603307,0.39256197,0.40495867,0.29338843,0.34710744,0.3677686,0.3553719,0.30165288,0.47933885,0.29338843,0.20661157,0.29752067,0.25619835,0.28099173,0.338843,0.42975205,0.5206612,0.5,0.45041323,0.4338843,0.41735536,0.46280992,0.4876033,0.47933885,0.48347107,0.4876033,0.48347107,0.47107437,0.45041323,0.23966943,0.05785124,0.07438017,0.08677686,0.08677686,0.1322314,0.12809917,0.1570248,0.12396694,0.0785124,0.07024793,0.08264463,0.21900827,0.30991736,0.3429752,0.446281,0.40495867,0.42561984,0.446281,0.4752066,0.4752066,0.49586776,0.45867768,0.44214877,0.4752066,0.5165289,0.5785124,0.5371901,0.4090909,0.29338843,0.2231405,0.16115703,0.13636364,0.21487603,0.2231405,0.29752067,0.34710744,0.35950413,0.2892562,0.33471075,0.36363637,0.3181818,0.20661157,0.34710744,0.1983471,0.22727273,0.30991736,0.338843,0.35950413,0.4214876,0.53305787,0.53305787,0.5247934,0.5041322,0.4876033,0.45454547,0.45867768,0.45454547,0.45041323,0.47107437,0.46694216,0.4752066,0.4338843,0.3553719,0.11983471,0.05785124,0.049586777,0.09090909,0.07438017,0.09504132,0.1322314,0.13636364,0.09917355,0.0785124,0.0785124,0.07438017,0.25619835,0.3140496,0.29752067,0.35123968,0.40495867,0.41322315,0.40495867,0.42975205,0.45454547,0.47107437,0.47107437,0.5082645,0.553719,0.59090906,0.59504133,0.62396693,0.56198347,0.47107437,0.40495867,0.35950413,0.3140496,0.25619835,0.2107438,0.2231405,0.24380165,0.23140496,0.1983471,0.24380165,0.25619835,0.23966943,0.2231405,0.23553719,0.30578512,0.35950413,0.38016528,0.3677686,0.41322315,0.5,0.553719,0.53305787,0.5247934,0.5206612,0.5,0.4876033,0.44214877,0.42975205,0.42975205,0.44214877,0.44214877,0.45041323,0.35950413,0.2644628,0.09504132,0.049586777,0.05785124,0.08264463,0.07024793,0.07438017,0.11157025,0.10743801,0.08264463,0.08264463,0.06198347,0.053719006,0.2603306,0.42561984,0.30578512,0.28099173,0.35123968,0.38016528,0.39256197,0.40082645,0.4338843,0.47107437,0.49586776,0.5289256,0.57438016,0.61157024,0.60330576,0.60330576,0.58677685,0.5371901,0.5206612,0.5041322,0.5206612,0.4752066,0.46280992,0.44214877,0.41735536,0.38016528,0.3429752,0.30991736,0.32231405,0.3429752,0.3429752,0.3553719,0.41322315,0.40495867,0.38842976,0.41322315,0.47933885,0.5289256,0.5371901,0.5247934,0.5289256,0.5165289,0.5,0.47933885,0.44214877,0.41322315,0.41322315,0.4214876,0.45041323,0.38016528,0.26859504,0.22727273,0.10743801,0.049586777,0.07024793,0.0785124,0.07024793,0.06198347,0.11570248,0.10330579,0.0785124,0.08677686,0.049586777,0.05785124,0.26859504,0.42975205,0.42975205,0.30165288,0.28099173,0.33471075,0.3553719,0.38016528,0.40495867,0.45454547,0.48347107,0.5206612,0.5495868,0.59090906,0.59917355,0.58677685,0.59090906,0.5495868,0.5,0.5,0.5082645,0.5165289,0.5661157,0.60330576,0.57024795,0.5371901,0.5,0.42561984,0.41735536,0.4214876,0.40495867,0.40082645,0.4214876,0.40082645,0.4214876,0.4752066,0.5206612,0.5206612,0.5206612,0.5247934,0.5247934,0.5082645,0.5,0.49173555,0.4338843,0.4090909,0.41735536,0.4090909,0.40495867,0.2520661,0.24380165,0.23966943,0.09090909,0.045454547,0.05785124,0.0785124,0.07438017,0.049586777,0.10743801,0.07438017,0.07024793,0.09504132,0.053719006,0.0661157,0.26859504,0.4214876,0.4338843,0.4090909,0.27272728,0.26859504,0.338843,0.36363637,0.38016528,0.43801653,0.45867768,0.4876033,0.5289256,0.56198347,0.58264464,0.58264464,0.57438016,0.5495868,0.5,0.45867768,0.44214877,0.45041323,0.4876033,0.5413223,0.53305787,0.5206612,0.5,0.43801653,0.41322315,0.41322315,0.3677686,0.3677686,0.37603307,0.40082645,0.45867768,0.5041322,0.5041322,0.5,0.5082645,0.5206612,0.5247934,0.5082645,0.5123967,0.49173555,0.44214877,0.41735536,0.41322315,0.37190083,0.2892562,0.23140496,0.24380165,0.23553719,0.0785124,0.03305785,0.0661157,0.08264463,0.07024793,0.05785124,0.08677686,0.08264463,0.0661157,0.07438017,0.0661157,0.0661157,0.2644628,0.43801653,0.4214876,0.446281,0.36363637,0.2644628,0.27272728,0.35123968,0.37190083,0.41322315,0.45041323,0.49173555,0.5041322,0.53305787,0.5495868,0.553719,0.56198347,0.54545456,0.5123967,0.45454547,0.38842976,0.36363637,0.37190083,0.3966942,0.42975205,0.42975205,0.42561984,0.4214876,0.38016528,0.35950413,0.32231405,0.3264463,0.3677686,0.43801653,0.47107437,0.48347107,0.5,0.48347107,0.5041322,0.5123967,0.5247934,0.5123967,0.5165289,0.4876033,0.44214877,0.42561984,0.38016528,0.2892562,0.24380165,0.22727273,0.25619835,0.23553719,0.07024793,0.049586777,0.07024793,0.07438017,0.0785124,0.053719006,0.0661157,0.08264463,0.0785124,0.07024793,0.05785124,0.05785124,0.2644628,0.40495867,0.43801653,0.44214877,0.41322315,0.3140496,0.23553719,0.30165288,0.3553719,0.40082645,0.45454547,0.49586776,0.5206612,0.5123967,0.5165289,0.5165289,0.5289256,0.5206612,0.49173555,0.45867768,0.4090909,0.338843,0.30578512,0.28099173,0.30165288,0.30165288,0.30165288,0.30991736,0.30578512,0.29752067,0.29752067,0.36363637,0.40495867,0.43801653,0.45454547,0.47107437,0.49173555,0.48347107,0.5,0.5,0.5041322,0.5247934,0.5082645,0.48347107,0.44214877,0.38842976,0.30991736,0.2768595,0.23553719,0.21487603,0.27272728,0.23140496,0.053719006,0.0785124,0.0661157,0.07024793,0.0785124,0.049586777,0.0661157,0.08677686,0.09917355,0.07438017,0.06198347,0.05785124,0.23966943,0.4090909,0.446281,0.45041323,0.4338843,0.36363637,0.2768595,0.2520661,0.30165288,0.37603307,0.42975205,0.49586776,0.54545456,0.5371901,0.5206612,0.5206612,0.5206612,0.5165289,0.5123967,0.45867768,0.42975205,0.38842976,0.3305785,0.30165288,0.2644628,0.28512397,0.26859504,0.28099173,0.30165288,0.3264463,0.3305785,0.38016528,0.41735536,0.43801653,0.45041323,0.46280992,0.5,0.49173555,0.5,0.5,0.5082645,0.5165289,0.5082645,0.45454547,0.3966942,0.3264463,0.26859504,0.26859504,0.24793388,0.23140496,0.2768595,0.21900827,0.041322313,0.07024793,0.0661157,0.09090909,0.07438017,0.041322313,0.0785124,0.08264463,0.09090909,0.09090909,0.06198347,0.053719006,0.2107438,0.4090909,0.43801653,0.45041323,0.4338843,0.39256197,0.3264463,0.23140496,0.23966943,0.30165288,0.38842976,0.48347107,0.53305787,0.57024795,0.5495868,0.553719,0.5371901,0.5123967,0.5,0.47933885,0.38429752,0.39256197,0.38016528,0.33471075,0.3140496,0.29752067,0.28512397,0.28512397,0.3140496,0.3677686,0.35123968,0.38842976,0.4338843,0.45454547,0.46280992,0.47933885,0.5041322,0.49586776,0.5,0.5165289,0.5289256,0.5165289,0.47107437,0.40495867,0.3181818,0.29752067,0.28099173,0.24793388,0.24380165,0.24380165,0.2892562,0.19008264,0.02892562,0.05785124,0.07438017,0.08264463,0.0661157,0.053719006,0.07438017,0.09090909,0.08677686,0.09090909,0.0785124,0.041322313,0.17768595,0.40495867,0.4090909,0.446281,0.43801653,0.40495867,0.35950413,0.27272728,0.22727273,0.22727273,0.29752067,0.4214876,0.5165289,0.5661157,0.5785124,0.57438016,0.56198347,0.54545456,0.5413223,0.5123967,0.45867768,0.45041323,0.44214877,0.41322315,0.37603307,0.3677686,0.35123968,0.34710744,0.33471075,0.40082645,0.40082645,0.4338843,0.45454547,0.4752066,0.4876033,0.5,0.5165289,0.5123967,0.5206612,0.5247934,0.5247934,0.5165289,0.41735536,0.3305785,0.2892562,0.30165288,0.28512397,0.2603306,0.25619835,0.25619835,0.28099173,0.1570248,0.037190083,0.0661157,0.0785124,0.09090909,0.06198347,0.041322313,0.0785124,0.07024793,0.08677686,0.09090909,0.09090909,0.041322313,0.1694215,0.3966942,0.41735536,0.44214877,0.44214877,0.4090909,0.3677686,0.3140496,0.24380165,0.2231405,0.23553719,0.3181818,0.4338843,0.5495868,0.59090906,0.607438,0.60330576,0.59917355,0.57024795,0.55785125,0.5371901,0.54545456,0.56198347,0.55785125,0.5123967,0.49173555,0.45454547,0.42975205,0.4090909,0.42975205,0.49173555,0.5041322,0.5,0.5206612,0.5247934,0.5206612,0.5247934,0.53305787,0.53305787,0.53305787,0.5123967,0.45041323,0.3264463,0.28512397,0.30165288,0.30165288,0.2892562,0.25619835,0.2644628,0.2644628,0.2644628,0.10743801,0.041322313,0.07024793,0.0785124,0.09504132,0.0661157,0.06198347,0.0661157,0.09090909,0.09090909,0.10330579,0.11157025,0.053719006,0.10743801,0.38842976,0.41322315,0.43801653,0.446281,0.42561984,0.38016528,0.34710744,0.2768595,0.23966943,0.23140496,0.2107438,0.29752067,0.45867768,0.54545456,0.59504133,0.61157024,0.60330576,0.59504133,0.5661157,0.57438016,0.59090906,0.60330576,0.6280992,0.61570245,0.58264464,0.5785124,0.553719,0.5371901,0.5371901,0.5661157,0.57024795,0.54545456,0.53305787,0.5413223,0.5289256,0.5289256,0.5247934,0.5247934,0.5247934,0.47107437,0.3264463,0.29338843,0.27272728,0.29338843,0.30578512,0.2768595,0.26859504,0.2603306,0.2768595,0.21900827,0.07024793,0.0661157,0.06198347,0.0785124,0.09090909,0.06198347,0.053719006,0.053719006,0.08677686,0.08677686,0.10330579,0.11983471,0.08677686,0.049586777,0.35123968,0.42561984,0.44214877,0.42975205,0.446281,0.38429752,0.36363637,0.30578512,0.24793388,0.23966943,0.22727273,0.20661157,0.30578512,0.4752066,0.5413223,0.5247934,0.55785125,0.60330576,0.60330576,0.59504133,0.61157024,0.62396693,0.6404959,0.6487603,0.61157024,0.6322314,0.6322314,0.6280992,0.6280992,0.59917355,0.58677685,0.5661157,0.55785125,0.5165289,0.5123967,0.49173555,0.48347107,0.5041322,0.48347107,0.37603307,0.2644628,0.28099173,0.28512397,0.30578512,0.3181818,0.29338843,0.2603306,0.2644628,0.2768595,0.16115703,0.053719006,0.07438017,0.07024793,0.08264463,0.08677686,0.053719006,0.0661157,0.07024793,0.0661157,0.09090909,0.10743801,0.10743801,0.11157025,0.03305785,0.30578512,0.4090909,0.42975205,0.43801653,0.4214876,0.41322315,0.38429752,0.33471075,0.26859504,0.24380165,0.24793388,0.22727273,0.2231405,0.30578512,0.446281,0.45454547,0.46694216,0.53305787,0.56198347,0.58677685,0.59917355,0.59917355,0.62396693,0.6280992,0.607438,0.60330576,0.59917355,0.59504133,0.59917355,0.57024795,0.54545456,0.553719,0.5206612,0.4752066,0.4752066,0.47107437,0.45867768,0.45454547,0.35950413,0.2768595,0.2768595,0.30578512,0.29338843,0.3181818,0.3181818,0.27272728,0.27272728,0.2892562,0.23966943,0.09090909,0.045454547,0.05785124,0.09090909,0.09090909,0.0785124,0.06198347,0.09917355,0.09917355,0.06198347,0.08264463,0.09917355,0.11157025,0.14049587,0.041322313,0.24793388,0.39256197,0.4214876,0.4338843,0.41735536,0.41735536,0.38016528,0.34710744,0.28099173,0.25619835,0.23553719,0.23966943,0.23966943,0.21487603,0.28099173,0.35950413,0.4090909,0.45041323,0.5041322,0.5289256,0.5289256,0.53305787,0.55785125,0.553719,0.5413223,0.5206612,0.4876033,0.47933885,0.4752066,0.4876033,0.48347107,0.5,0.46694216,0.4214876,0.43801653,0.41735536,0.39256197,0.34710744,0.27272728,0.26859504,0.29752067,0.29338843,0.3140496,0.3140496,0.29338843,0.30165288,0.27272728,0.27272728,0.18181819,0.06198347,0.049586777,0.09504132,0.08264463,0.09090909,0.07024793,0.07438017,0.10743801,0.10743801,0.06198347,0.0785124,0.09917355,0.11157025,0.15289256,0.049586777,0.23553719,0.38842976,0.4214876,0.4338843,0.41322315,0.42975205,0.38842976,0.35950413,0.2892562,0.2644628,0.2231405,0.24380165,0.23553719,0.2231405,0.18181819,0.27272728,0.33471075,0.40082645,0.42975205,0.446281,0.43801653,0.45867768,0.46694216,0.46280992,0.446281,0.40082645,0.38016528,0.3553719,0.3677686,0.40495867,0.41322315,0.4214876,0.38842976,0.3677686,0.35950413,0.33471075,0.3140496,0.28512397,0.27272728,0.28099173,0.29338843,0.30578512,0.30165288,0.3140496,0.29752067,0.30991736,0.2768595,0.24380165,0.12396694,0.05785124,0.07438017,0.09090909,0.08264463,0.08264463,0.05785124,0.08677686,0.09917355,11 +0.41322315,0.4876033,0.53305787,0.57438016,0.59504133,0.61570245,0.6694215,0.6983471,0.7355372,0.76859504,0.76033056,0.76033056,0.76859504,0.77272725,0.77272725,0.78099173,0.78512394,0.7933884,0.8016529,0.8016529,0.80991733,0.8181818,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.8429752,0.8429752,0.8471074,0.8471074,0.8512397,0.8512397,0.8553719,0.8512397,0.8512397,0.8512397,0.8512397,0.8471074,0.8471074,0.8305785,0.8305785,0.8347107,0.822314,0.8305785,0.8347107,0.8347107,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.8264463,0.8264463,0.80991733,0.80991733,0.7768595,0.75619835,0.74380165,0.6983471,0.6198347,0.57438016,0.47933885,0.37190083,0.43801653,0.5082645,0.54545456,0.56198347,0.5785124,0.607438,0.661157,0.70247936,0.73140496,0.7644628,0.75206614,0.7644628,0.77272725,0.77272725,0.78099173,0.7892562,0.79752064,0.79752064,0.8016529,0.8057851,0.8140496,0.8181818,0.8305785,0.838843,0.8305785,0.8429752,0.838843,0.8471074,0.8429752,0.8471074,0.8512397,0.8471074,0.8553719,0.8595041,0.8512397,0.8553719,0.8553719,0.8512397,0.8512397,0.8471074,0.8305785,0.822314,0.8429752,0.8347107,0.8347107,0.8347107,0.8305785,0.8347107,0.8305785,0.8264463,0.8264463,0.8181818,0.8264463,0.8264463,0.80991733,0.8057851,0.7768595,0.75206614,0.74380165,0.71487606,0.6446281,0.5661157,0.5082645,0.4214876,0.42975205,0.5123967,0.56198347,0.57438016,0.5785124,0.607438,0.6487603,0.6983471,0.72727275,0.75619835,0.74793386,0.7644628,0.77272725,0.7768595,0.7892562,0.7933884,0.7892562,0.8057851,0.80991733,0.8181818,0.8181818,0.8264463,0.8305785,0.838843,0.8347107,0.838843,0.8429752,0.8471074,0.8471074,0.8512397,0.8512397,0.8512397,0.8553719,0.8553719,0.8512397,0.8553719,0.8553719,0.8512397,0.8512397,0.8471074,0.838843,0.8347107,0.8429752,0.8347107,0.8347107,0.8347107,0.838843,0.8347107,0.8305785,0.8140496,0.8305785,0.822314,0.8181818,0.8305785,0.8181818,0.8057851,0.77272725,0.75619835,0.74380165,0.72727275,0.677686,0.59090906,0.5165289,0.44214877,0.40082645,0.5,0.56198347,0.58264464,0.57438016,0.59504133,0.6363636,0.69008267,0.73966944,0.75619835,0.75206614,0.76033056,0.77272725,0.7768595,0.7933884,0.79752064,0.7933884,0.8057851,0.80991733,0.822314,0.822314,0.8264463,0.8347107,0.838843,0.8429752,0.838843,0.8471074,0.8471074,0.8512397,0.8512397,0.8553719,0.8512397,0.8512397,0.8553719,0.8512397,0.8553719,0.8512397,0.8512397,0.8553719,0.8471074,0.8471074,0.8429752,0.8471074,0.8429752,0.838843,0.838843,0.838843,0.8347107,0.8347107,0.8264463,0.8264463,0.822314,0.8305785,0.822314,0.8140496,0.8016529,0.78099173,0.75619835,0.74793386,0.74793386,0.70247936,0.61157024,0.5495868,0.446281,0.38842976,0.47933885,0.56198347,0.58264464,0.5785124,0.60330576,0.6363636,0.677686,0.7231405,0.75206614,0.75206614,0.75206614,0.76859504,0.77272725,0.8016529,0.78512394,0.7933884,0.79752064,0.8057851,0.8181818,0.8305785,0.8305785,0.8347107,0.838843,0.8429752,0.838843,0.8429752,0.8471074,0.8512397,0.8471074,0.8512397,0.8512397,0.8512397,0.8471074,0.8512397,0.8512397,0.8512397,0.8553719,0.8553719,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.8429752,0.838843,0.838843,0.8305785,0.838843,0.8305785,0.8305785,0.8264463,0.8264463,0.8140496,0.8057851,0.7892562,0.74793386,0.74380165,0.7231405,0.7066116,0.6528926,0.58677685,0.47933885,0.39256197,0.46694216,0.57024795,0.5785124,0.58677685,0.607438,0.6363636,0.6818182,0.7231405,0.74380165,0.76033056,0.76033056,0.7644628,0.7768595,0.79752064,0.7933884,0.7892562,0.79752064,0.8057851,0.8140496,0.8264463,0.8305785,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.838843,0.8512397,0.838843,0.838843,0.8429752,0.8471074,0.8512397,0.8512397,0.8512397,0.8512397,0.8512397,0.8553719,0.8512397,0.8512397,0.8471074,0.8471074,0.8471074,0.8471074,0.8429752,0.838843,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8347107,0.8264463,0.8181818,0.8140496,0.7892562,0.75619835,0.7355372,0.7231405,0.6983471,0.6859504,0.62396693,0.5289256,0.39256197,0.47933885,0.5413223,0.57024795,0.5785124,0.60330576,0.6404959,0.6859504,0.7231405,0.74380165,0.7644628,0.7768595,0.7768595,0.7892562,0.79752064,0.7892562,0.7892562,0.79752064,0.80991733,0.8140496,0.8140496,0.8264463,0.8305785,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.8429752,0.8429752,0.838843,0.8429752,0.8471074,0.8471074,0.8512397,0.8471074,0.8512397,0.8512397,0.8553719,0.8512397,0.8512397,0.8429752,0.838843,0.8429752,0.8429752,0.838843,0.838843,0.838843,0.8429752,0.838843,0.8347107,0.8347107,0.8347107,0.8264463,0.822314,0.8140496,0.79752064,0.7644628,0.73966944,0.7231405,0.6983471,0.6983471,0.6570248,0.58264464,0.40495867,0.47933885,0.5123967,0.5495868,0.5785124,0.60330576,0.6528926,0.6942149,0.71900827,0.74793386,0.7644628,0.7768595,0.78099173,0.79752064,0.8057851,0.78512394,0.7768595,0.7892562,0.8057851,0.8140496,0.8057851,0.8140496,0.8181818,0.822314,0.8305785,0.8305785,0.838843,0.8347107,0.838843,0.838843,0.8429752,0.8429752,0.8429752,0.8471074,0.8429752,0.8512397,0.8429752,0.8553719,0.8512397,0.8471074,0.8471074,0.8429752,0.8347107,0.8429752,0.838843,0.838843,0.838843,0.838843,0.838843,0.838843,0.8347107,0.838843,0.8305785,0.8305785,0.822314,0.822314,0.8016529,0.77272725,0.74380165,0.7231405,0.69008267,0.69008267,0.661157,0.60330576,0.4090909,0.46694216,0.5041322,0.5247934,0.57024795,0.607438,0.6404959,0.6983471,0.70247936,0.7231405,0.74380165,0.74793386,0.75619835,0.76859504,0.76033056,0.7355372,0.71487606,0.7355372,0.7768595,0.78099173,0.76859504,0.76859504,0.7892562,0.79752064,0.8140496,0.8140496,0.8347107,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.838843,0.8429752,0.838843,0.8429752,0.838843,0.8429752,0.838843,0.8429752,0.8429752,0.8347107,0.8264463,0.8347107,0.838843,0.8347107,0.8347107,0.8347107,0.8347107,0.838843,0.838843,0.8347107,0.8347107,0.8264463,0.822314,0.8181818,0.8057851,0.78099173,0.74380165,0.7231405,0.6942149,0.6570248,0.6446281,0.607438,0.42561984,0.46694216,0.5123967,0.5165289,0.54545456,0.58677685,0.6198347,0.661157,0.6446281,0.6363636,0.6528926,0.6363636,0.6363636,0.6322314,0.60330576,0.5785124,0.5661157,0.55785125,0.59090906,0.6280992,0.6280992,0.6198347,0.677686,0.71487606,0.74793386,0.7768595,0.80991733,0.822314,0.822314,0.8264463,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.8181818,0.822314,0.822314,0.7933884,0.79752064,0.79752064,0.80991733,0.822314,0.8181818,0.8140496,0.80991733,0.8057851,0.8140496,0.8181818,0.8181818,0.822314,0.80991733,0.8140496,0.8140496,0.8057851,0.7892562,0.73966944,0.7231405,0.6983471,0.6570248,0.6280992,0.607438,0.4090909,0.47107437,0.5,0.5082645,0.5082645,0.5413223,0.553719,0.5661157,0.56198347,0.5495868,0.5413223,0.5165289,0.5082645,0.4752066,0.47933885,0.48347107,0.45454547,0.43801653,0.4338843,0.46280992,0.46694216,0.48347107,0.53305787,0.61570245,0.6570248,0.6859504,0.75619835,0.8016529,0.8016529,0.8140496,0.8181818,0.822314,0.822314,0.8264463,0.822314,0.8181818,0.8057851,0.7768595,0.7933884,0.73966944,0.6570248,0.70247936,0.677686,0.677686,0.69008267,0.69008267,0.6942149,0.6818182,0.6735537,0.69008267,0.7107438,0.71487606,0.74793386,0.74793386,0.74380165,0.77272725,0.78512394,0.78099173,0.74380165,0.71900827,0.69008267,0.6570248,0.6280992,0.59917355,0.4090909,0.4752066,0.46694216,0.5041322,0.43801653,0.4338843,0.45867768,0.47107437,0.48347107,0.5041322,0.4876033,0.49173555,0.46694216,0.41735536,0.3966942,0.39256197,0.39256197,0.38429752,0.37190083,0.39256197,0.4214876,0.4214876,0.46280992,0.55785125,0.5785124,0.59090906,0.6859504,0.75206614,0.75206614,0.7892562,0.7933884,0.8016529,0.8057851,0.8016529,0.8016529,0.79752064,0.77272725,0.71487606,0.69008267,0.62396693,0.57438016,0.58264464,0.5371901,0.5041322,0.48347107,0.49586776,0.5041322,0.49586776,0.49586776,0.5289256,0.55785125,0.57024795,0.60330576,0.6280992,0.6198347,0.6487603,0.7066116,0.7355372,0.74380165,0.7107438,0.677686,0.6528926,0.6322314,0.58264464,0.41322315,0.46694216,0.46694216,0.44214877,0.3677686,0.36363637,0.3966942,0.41322315,0.44214877,0.4752066,0.49173555,0.5165289,0.5165289,0.5,0.47933885,0.45454547,0.42561984,0.38842976,0.3677686,0.38016528,0.37603307,0.41322315,0.44214877,0.5165289,0.553719,0.54545456,0.61570245,0.6859504,0.70247936,0.74380165,0.7768595,0.7892562,0.7933884,0.7892562,0.78512394,0.78099173,0.72727275,0.6528926,0.58264464,0.57024795,0.54545456,0.5289256,0.5,0.45454547,0.41322315,0.42561984,0.40495867,0.38842976,0.3966942,0.45454547,0.4752066,0.5041322,0.5289256,0.53305787,0.55785125,0.56198347,0.5785124,0.59917355,0.6322314,0.6198347,0.6487603,0.6446281,0.62396693,0.58264464,0.40495867,0.45867768,0.45867768,0.39256197,0.338843,0.35123968,0.38842976,0.4214876,0.45867768,0.49586776,0.5082645,0.5041322,0.49173555,0.4876033,0.47107437,0.45867768,0.47107437,0.41735536,0.37603307,0.338843,0.3305785,0.35950413,0.39256197,0.45041323,0.5,0.5165289,0.5785124,0.6570248,0.6983471,0.73140496,0.76859504,0.78099173,0.78099173,0.78099173,0.78099173,0.7644628,0.7107438,0.6363636,0.58264464,0.5661157,0.553719,0.53305787,0.4876033,0.45867768,0.42561984,0.40495867,0.39256197,0.4090909,0.45867768,0.5041322,0.5165289,0.5371901,0.5123967,0.5123967,0.5371901,0.53305787,0.5206612,0.5206612,0.5247934,0.5,0.58677685,0.6404959,0.61157024,0.5785124,0.4090909,0.45041323,0.43801653,0.38016528,0.3429752,0.36363637,0.41322315,0.45041323,0.47933885,0.4876033,0.4752066,0.41735536,0.40495867,0.41322315,0.39256197,0.41322315,0.45867768,0.44214877,0.3966942,0.39256197,0.3429752,0.28512397,0.27272728,0.338843,0.38016528,0.43801653,0.5206612,0.59917355,0.661157,0.71900827,0.7644628,0.77272725,0.76859504,0.78512394,0.78512394,0.76859504,0.7231405,0.6652893,0.607438,0.57024795,0.53305787,0.5041322,0.46694216,0.4090909,0.38429752,0.38016528,0.38429752,0.3966942,0.44214877,0.47107437,0.4876033,0.5247934,0.5289256,0.5661157,0.58264464,0.55785125,0.5371901,0.5371901,0.5206612,0.5,0.5082645,0.6280992,0.61570245,0.56198347,0.41735536,0.43801653,0.42975205,0.3966942,0.36363637,0.38842976,0.4090909,0.46694216,0.46694216,0.41735536,0.3553719,0.3429752,0.3181818,0.3677686,0.2644628,0.23140496,0.15289256,0.3264463,0.2768595,0.37603307,0.446281,0.4214876,0.35950413,0.30165288,0.338843,0.3553719,0.41322315,0.5,0.59917355,0.6859504,0.73140496,0.74793386,0.75206614,0.7892562,0.7892562,0.76859504,0.71900827,0.661157,0.59090906,0.5413223,0.48347107,0.45041323,0.38016528,0.40082645,0.38842976,0.37190083,0.3264463,0.3305785,0.34710744,0.3305785,0.3264463,0.38429752,0.43801653,0.49173555,0.5413223,0.553719,0.553719,0.56198347,0.5413223,0.5082645,0.4752066,0.57024795,0.607438,0.56198347,0.42561984,0.4338843,0.4338843,0.4338843,0.42561984,0.42975205,0.446281,0.48347107,0.46280992,0.36363637,0.2892562,0.21900827,0.35123968,0.48347107,0.29338843,0.26859504,0.19008264,0.53305787,0.35123968,0.41322315,0.61157024,0.5082645,0.46694216,0.46694216,0.37190083,0.35950413,0.37190083,0.4090909,0.5413223,0.6735537,0.73140496,0.75206614,0.78512394,0.8057851,0.8057851,0.76859504,0.7107438,0.6404959,0.56198347,0.5247934,0.45867768,0.45041323,0.45867768,0.45454547,0.48347107,0.446281,0.3140496,0.30991736,0.37190083,0.30165288,0.2603306,0.36363637,0.3305785,0.3677686,0.41322315,0.4876033,0.5495868,0.57024795,0.55785125,0.5165289,0.5495868,0.59090906,0.60330576,0.5785124,0.4214876,0.446281,0.42975205,0.46280992,0.47107437,0.49173555,0.49173555,0.4876033,0.42975205,0.3181818,0.24380165,0.3305785,0.48347107,0.5785124,0.44214877,0.30991736,0.19421488,0.2520661,0.33471075,0.553719,0.8057851,0.62396693,0.45867768,0.54545456,0.56198347,0.43801653,0.40495867,0.37190083,0.49586776,0.69008267,0.7768595,0.8140496,0.80991733,0.8181818,0.8181818,0.77272725,0.7066116,0.607438,0.553719,0.54545456,0.5165289,0.5165289,0.5206612,0.53305787,0.6528926,0.5165289,0.38016528,0.24380165,0.6446281,0.30578512,0.3264463,0.57438016,0.446281,0.3264463,0.35123968,0.37190083,0.5041322,0.56198347,0.57438016,0.57438016,0.59504133,0.60330576,0.607438,0.59917355,0.4338843,0.46280992,0.44214877,0.4752066,0.49173555,0.5,0.49586776,0.45454547,0.3966942,0.33471075,0.2768595,0.41322315,0.5041322,0.59504133,0.58677685,0.446281,0.36363637,0.38429752,0.48347107,0.70247936,0.76859504,0.6570248,0.53305787,0.553719,0.607438,0.5165289,0.45041323,0.38842976,0.49586776,0.6942149,0.7892562,0.822314,0.822314,0.8181818,0.8264463,0.78099173,0.70247936,0.607438,0.58264464,0.61157024,0.6363636,0.60330576,0.6570248,0.677686,0.76859504,0.59504133,0.43801653,0.25619835,0.30578512,0.28099173,0.38016528,0.6942149,0.661157,0.3966942,0.3305785,0.40495867,0.446281,0.53305787,0.5785124,0.59917355,0.6198347,0.6198347,0.61570245,0.60330576,0.45867768,0.4752066,0.4876033,0.5041322,0.53305787,0.5289256,0.5165289,0.46694216,0.45041323,0.44214877,0.37190083,0.38842976,0.4214876,0.47107437,0.55785125,0.58264464,0.5123967,0.553719,0.6322314,0.6652893,0.677686,0.59917355,0.57024795,0.57024795,0.59090906,0.56198347,0.48347107,0.45867768,0.5289256,0.69008267,0.7768595,0.80991733,0.8305785,0.8264463,0.822314,0.79752064,0.71900827,0.6198347,0.61157024,0.6859504,0.6983471,0.6322314,0.6487603,0.6446281,0.72727275,0.76033056,0.5289256,0.40495867,0.3677686,0.3966942,0.5413223,0.73966944,0.70247936,0.5041322,0.3677686,0.41322315,0.46280992,0.5165289,0.56198347,0.59917355,0.6280992,0.6322314,0.6198347,0.607438,0.45454547,0.4876033,0.5289256,0.55785125,0.59504133,0.607438,0.62396693,0.5785124,0.553719,0.53305787,0.4752066,0.45454547,0.45041323,0.446281,0.45041323,0.5082645,0.5082645,0.5371901,0.55785125,0.5661157,0.57024795,0.54545456,0.553719,0.5785124,0.54545456,0.553719,0.5206612,0.5661157,0.58677685,0.69008267,0.7768595,0.8140496,0.8305785,0.8305785,0.80991733,0.79752064,0.71487606,0.6363636,0.6446281,0.7107438,0.6983471,0.6322314,0.59090906,0.57438016,0.59917355,0.6570248,0.6446281,0.58677685,0.5371901,0.5371901,0.6322314,0.6528926,0.57438016,0.48347107,0.44214877,0.5082645,0.5165289,0.5371901,0.57024795,0.6198347,0.6404959,0.6404959,0.6322314,0.61157024,0.45041323,0.5082645,0.553719,0.59504133,0.6280992,0.661157,0.6942149,0.6818182,0.6322314,0.59917355,0.5495868,0.5082645,0.4752066,0.49173555,0.5247934,0.5206612,0.4876033,0.4876033,0.49586776,0.49173555,0.48347107,0.49173555,0.5413223,0.57438016,0.5289256,0.5785124,0.62396693,0.6487603,0.6280992,0.6818182,0.7644628,0.8140496,0.8264463,0.8264463,0.80991733,0.78512394,0.71487606,0.6694215,0.6694215,0.6859504,0.6694215,0.6280992,0.58264464,0.5289256,0.5206612,0.5247934,0.53305787,0.5371901,0.5413223,0.5289256,0.5165289,0.49586776,0.4752066,0.49586776,0.53305787,0.59917355,0.61157024,0.60330576,0.607438,0.6487603,0.6652893,0.6570248,0.6404959,0.6198347,0.43801653,0.5041322,0.553719,0.607438,0.6363636,0.677686,0.7066116,0.7107438,0.677686,0.6404959,0.61157024,0.55785125,0.5165289,0.5165289,0.5,0.4876033,0.48347107,0.47107437,0.47933885,0.49586776,0.5041322,0.54545456,0.58677685,0.57438016,0.58264464,0.6652893,0.69008267,0.677686,0.6363636,0.677686,0.75619835,0.8181818,0.8305785,0.8264463,0.8140496,0.7933884,0.72727275,0.6942149,0.7066116,0.6983471,0.661157,0.607438,0.58264464,0.5371901,0.5123967,0.4876033,0.49173555,0.47933885,0.5041322,0.5123967,0.5041322,0.5123967,0.5289256,0.54545456,0.58677685,0.6363636,0.6652893,0.677686,0.677686,0.6818182,0.6983471,0.6735537,0.6446281,0.6280992,0.42561984,0.5082645,0.5495868,0.61157024,0.6570248,0.6859504,0.7107438,0.7107438,0.6983471,0.6859504,0.661157,0.62396693,0.58677685,0.5661157,0.5371901,0.5123967,0.5082645,0.5206612,0.5247934,0.553719,0.5785124,0.607438,0.61157024,0.6198347,0.6694215,0.7107438,0.7066116,0.6735537,0.6404959,0.6528926,0.75206614,0.8057851,0.8264463,0.8264463,0.8181818,0.7892562,0.73140496,0.6983471,0.74793386,0.74793386,0.7066116,0.62396693,0.62396693,0.5785124,0.553719,0.5206612,0.48347107,0.46694216,0.4876033,0.5082645,0.5413223,0.5661157,0.58264464,0.61157024,0.6404959,0.6570248,0.6735537,0.6942149,0.7107438,0.71487606,0.71487606,0.6942149,0.6570248,0.6322314,0.4090909,0.49173555,0.5289256,0.60330576,0.6570248,0.6983471,0.71487606,0.73140496,0.7231405,0.6983471,0.6983471,0.6694215,0.6446281,0.62396693,0.61570245,0.61157024,0.60330576,0.61570245,0.607438,0.6363636,0.6694215,0.6735537,0.677686,0.6818182,0.70247936,0.71900827,0.7107438,0.6735537,0.62396693,0.6322314,0.73140496,0.8016529,0.822314,0.822314,0.8140496,0.78512394,0.72727275,0.7066116,0.76033056,0.7644628,0.74793386,0.6983471,0.6735537,0.6404959,0.61157024,0.60330576,0.5661157,0.5495868,0.5413223,0.553719,0.58264464,0.61157024,0.6363636,0.6652893,0.6652893,0.677686,0.6942149,0.71900827,0.72727275,0.7231405,0.71487606,0.6942149,0.6735537,0.6280992,0.40082645,0.47107437,0.5247934,0.59504133,0.6570248,0.70247936,0.72727275,0.73966944,0.74380165,0.71900827,0.7107438,0.71487606,0.70247936,0.6859504,0.6818182,0.677686,0.6694215,0.7066116,0.71487606,0.71487606,0.73140496,0.7231405,0.70247936,0.6942149,0.6983471,0.7066116,0.71900827,0.6694215,0.62396693,0.6322314,0.71487606,0.7892562,0.8181818,0.8264463,0.8140496,0.7892562,0.71900827,0.71900827,0.7644628,0.76859504,0.76033056,0.74793386,0.72727275,0.70247936,0.677686,0.661157,0.6446281,0.6446281,0.6446281,0.661157,0.661157,0.6652893,0.6859504,0.70247936,0.69008267,0.71487606,0.7107438,0.73140496,0.74380165,0.7355372,0.71900827,0.6983471,0.6818182,0.6280992,0.3677686,0.46694216,0.5289256,0.58677685,0.6322314,0.6942149,0.73140496,0.73966944,0.75206614,0.74793386,0.74380165,0.74380165,0.74793386,0.74793386,0.73966944,0.7355372,0.73140496,0.76033056,0.75206614,0.75619835,0.75206614,0.7355372,0.7066116,0.69008267,0.6983471,0.71487606,0.70247936,0.6652893,0.6322314,0.6363636,0.71487606,0.7892562,0.822314,0.8305785,0.822314,0.7892562,0.7231405,0.7107438,0.7644628,0.77272725,0.75619835,0.75619835,0.7644628,0.76033056,0.74793386,0.71900827,0.71900827,0.71900827,0.7066116,0.70247936,0.7107438,0.7107438,0.71487606,0.73140496,0.72727275,0.74380165,0.7355372,0.75206614,0.75619835,0.74793386,0.7355372,0.70247936,0.6735537,0.62396693,0.33471075,0.45454547,0.5165289,0.5785124,0.62396693,0.677686,0.71900827,0.73966944,0.75619835,0.76033056,0.76033056,0.75619835,0.76033056,0.7644628,0.75206614,0.74793386,0.76033056,0.76033056,0.77272725,0.7644628,0.74793386,0.74380165,0.7107438,0.6859504,0.6859504,0.7107438,0.6859504,0.6528926,0.6322314,0.6446281,0.71900827,0.7933884,0.8305785,0.8305785,0.8264463,0.7933884,0.73140496,0.71487606,0.76033056,0.76859504,0.7644628,0.74793386,0.76859504,0.77272725,0.78099173,0.7768595,0.76859504,0.75619835,0.74793386,0.74793386,0.73966944,0.73966944,0.73140496,0.74793386,0.75619835,0.75619835,0.76033056,0.7644628,0.76033056,0.75206614,0.73966944,0.69008267,0.661157,0.6322314,0.30165288,0.4338843,0.5041322,0.57024795,0.61570245,0.6570248,0.6942149,0.7231405,0.75206614,0.75206614,0.76033056,0.76033056,0.76033056,0.7768595,0.76033056,0.76033056,0.77272725,0.77272725,0.77272725,0.7644628,0.75619835,0.73966944,0.71487606,0.6859504,0.69008267,0.69008267,0.6652893,0.6404959,0.6363636,0.6652893,0.7355372,0.7933884,0.8347107,0.838843,0.8264463,0.79752064,0.74793386,0.71900827,0.73966944,0.76859504,0.76033056,0.75206614,0.7644628,0.78099173,0.7933884,0.7933884,0.79752064,0.78512394,0.76859504,0.7768595,0.76033056,0.77272725,0.75206614,0.74380165,0.7644628,0.76859504,0.7768595,0.7768595,0.76033056,0.75619835,0.72727275,0.6983471,0.6528926,0.6322314,0.29752067,0.40495867,0.49173555,0.5495868,0.607438,0.6322314,0.6694215,0.6942149,0.73140496,0.74380165,0.75619835,0.76033056,0.75619835,0.7768595,0.76859504,0.7768595,0.76859504,0.77272725,0.7768595,0.7644628,0.75619835,0.73140496,0.71900827,0.6983471,0.6818182,0.6570248,0.61157024,0.61570245,0.6446281,0.6983471,0.76033056,0.8057851,0.838843,0.8347107,0.8264463,0.8140496,0.7768595,0.73140496,0.7231405,0.74380165,0.76033056,0.77272725,0.7644628,0.7768595,0.7892562,0.8016529,0.80991733,0.79752064,0.7892562,0.7892562,0.78512394,0.78099173,0.77272725,0.75619835,0.7768595,0.78099173,0.78099173,0.78099173,0.7768595,0.75206614,0.72727275,0.6983471,0.6528926,0.62396693,0.28512397,0.3553719,0.46280992,0.5247934,0.58264464,0.61157024,0.6528926,0.6818182,0.7107438,0.73966944,0.75206614,0.76033056,0.76859504,0.7768595,0.77272725,0.77272725,0.77272725,0.7768595,0.7768595,0.76033056,0.76033056,0.7231405,0.7231405,0.6942149,0.6570248,0.6280992,0.5785124,0.60330576,0.6859504,0.74793386,0.78512394,0.8140496,0.8347107,0.838843,0.8305785,0.822314,0.8016529,0.7644628,0.6983471,0.7107438,0.74380165,0.75619835,0.77272725,0.78099173,0.7892562,0.8016529,0.80991733,0.8016529,0.79752064,0.8016529,0.7933884,0.7892562,0.78512394,0.78099173,0.78512394,0.7892562,0.75619835,0.78099173,0.76859504,0.74380165,0.7107438,0.6859504,0.6528926,0.6198347,0.26859504,0.34710744,0.40082645,0.5041322,0.55785125,0.59917355,0.6404959,0.6694215,0.70247936,0.73140496,0.74380165,0.75619835,0.76859504,0.78099173,0.77272725,0.77272725,0.7768595,0.77272725,0.7768595,0.76859504,0.76033056,0.73140496,0.71487606,0.6652893,0.6280992,0.61570245,0.58264464,0.6404959,0.73140496,0.78099173,0.80991733,0.822314,0.838843,0.838843,0.8305785,0.8181818,0.8181818,0.8016529,0.73140496,0.69008267,0.6942149,0.72727275,0.76859504,0.78512394,0.79752064,0.8016529,0.8140496,0.80991733,0.8057851,0.8057851,0.79752064,0.79752064,0.79752064,0.7933884,0.79752064,0.78099173,0.76033056,0.76859504,0.74793386,0.71900827,0.6942149,0.677686,0.6446281,0.59090906,0.2520661,0.3429752,0.38429752,0.45867768,0.5247934,0.58264464,0.6280992,0.6694215,0.6983471,0.73140496,0.74380165,0.75206614,0.76033056,0.77272725,0.76859504,0.78512394,0.7768595,0.76859504,0.7768595,0.7768595,0.7644628,0.76033056,0.69008267,0.60330576,0.61570245,0.61157024,0.60330576,0.6818182,0.7355372,0.7892562,0.822314,0.8347107,0.838843,0.8347107,0.8347107,0.8264463,0.8140496,0.8181818,0.7768595,0.71487606,0.69008267,0.69008267,0.75619835,0.7892562,0.8016529,0.8057851,0.8057851,0.8057851,0.8057851,0.8057851,0.8016529,0.79752064,0.79752064,0.8016529,0.7933884,0.77272725,0.76859504,0.75619835,0.74380165,0.71900827,0.7066116,0.6818182,0.6280992,0.5661157,0.23553719,0.3305785,0.37603307,0.42975205,0.4876033,0.54545456,0.59917355,0.6570248,0.677686,0.6983471,0.72727275,0.7355372,0.74793386,0.75619835,0.75619835,0.78099173,0.7768595,0.7768595,0.77272725,0.7644628,0.74793386,0.73140496,0.6446281,0.5371901,0.62396693,0.5661157,0.60330576,0.69008267,0.73140496,0.78099173,0.80991733,0.8305785,0.8347107,0.838843,0.8305785,0.8305785,0.8140496,0.8181818,0.7892562,0.72727275,0.72727275,0.6404959,0.73140496,0.77272725,0.8016529,0.78512394,0.7933884,0.8057851,0.8057851,0.8057851,0.8057851,0.79752064,0.8057851,0.79752064,0.79752064,0.78512394,0.77272725,0.76033056,0.7355372,0.6983471,0.6735537,0.661157,0.59504133,0.5495868,0.18595041,0.29752067,0.3677686,0.4090909,0.44214877,0.5041322,0.56198347,0.62396693,0.6528926,0.6735537,0.70247936,0.72727275,0.73966944,0.75206614,0.75206614,0.7644628,0.7768595,0.76859504,0.7644628,0.75206614,0.73140496,0.7066116,0.59504133,0.45454547,0.61157024,0.5123967,0.54545456,0.6487603,0.7066116,0.7644628,0.79752064,0.80991733,0.822314,0.8264463,0.8347107,0.8264463,0.80991733,0.8016529,0.78512394,0.6942149,0.71900827,0.6528926,0.6652893,0.75619835,0.77272725,0.77272725,0.78099173,0.79752064,0.80991733,0.8016529,0.8016529,0.79752064,0.7933884,0.7933884,0.7892562,0.7768595,0.76859504,0.74793386,0.7231405,0.6859504,0.6487603,0.6404959,0.5785124,0.53305787,0.10330579,0.2768595,0.3677686,0.40495867,0.4338843,0.47933885,0.5247934,0.5785124,0.6198347,0.6487603,0.677686,0.7107438,0.7355372,0.74793386,0.73966944,0.76033056,0.7644628,0.76033056,0.75206614,0.73140496,0.7107438,0.7066116,0.60330576,0.4214876,0.5495868,0.46694216,0.3966942,0.5041322,0.61570245,0.70247936,0.75619835,0.78099173,0.7768595,0.7768595,0.8140496,0.8016529,0.7768595,0.75619835,0.71487606,0.6363636,0.6487603,0.6942149,0.6404959,0.73140496,0.74380165,0.75206614,0.77272725,0.7892562,0.7892562,0.7933884,0.8016529,0.7933884,0.78512394,0.78512394,0.78099173,0.76859504,0.74793386,0.74380165,0.7066116,0.6694215,0.6404959,0.61570245,0.57438016,0.5123967,0.07438017,0.26859504,0.3677686,0.40495867,0.4338843,0.44214877,0.46694216,0.5,0.57438016,0.6280992,0.6528926,0.7066116,0.7355372,0.73966944,0.74793386,0.75619835,0.75206614,0.74793386,0.74380165,0.73140496,0.7107438,0.71900827,0.6322314,0.45867768,0.47933885,0.45041323,0.35123968,0.3264463,0.40495867,0.53305787,0.6570248,0.6942149,0.6942149,0.6652893,0.72727275,0.71487606,0.6735537,0.61570245,0.55785125,0.56198347,0.61570245,0.6528926,0.6652893,0.73966944,0.75206614,0.74793386,0.77272725,0.78099173,0.78512394,0.7892562,0.7933884,0.78512394,0.7768595,0.7768595,0.76859504,0.76033056,0.73966944,0.7231405,0.6942149,0.6487603,0.6322314,0.607438,0.5785124,0.5,0.049586777,0.23140496,0.35950413,0.41735536,0.42561984,0.43801653,0.45867768,0.48347107,0.5289256,0.58677685,0.6322314,0.69008267,0.71487606,0.7231405,0.74380165,0.74380165,0.7355372,0.7231405,0.73140496,0.71900827,0.73966944,0.73140496,0.6735537,0.5289256,0.4338843,0.37603307,0.3264463,0.21487603,0.20247933,0.3181818,0.4752066,0.5413223,0.553719,0.56198347,0.59917355,0.58677685,0.5206612,0.42561984,0.4090909,0.5,0.55785125,0.60330576,0.677686,0.74380165,0.75206614,0.74380165,0.7644628,0.7768595,0.7768595,0.7768595,0.7768595,0.78099173,0.76859504,0.77272725,0.76033056,0.73966944,0.72727275,0.6983471,0.6735537,0.6404959,0.6280992,0.58677685,0.58264464,0.46694216,0.041322313,0.1570248,0.35950413,0.39256197,0.4338843,0.43801653,0.45867768,0.47107437,0.5041322,0.54545456,0.607438,0.661157,0.69008267,0.71487606,0.7355372,0.73140496,0.7231405,0.71487606,0.71487606,0.73140496,0.76033056,0.76033056,0.71487606,0.61157024,0.48347107,0.35123968,0.2603306,0.20247933,0.18595041,0.2231405,0.30165288,0.3677686,0.38429752,0.40495867,0.446281,0.45454547,0.4214876,0.3305785,0.2603306,0.30578512,0.4752066,0.61570245,0.71487606,0.75619835,0.76859504,0.76033056,0.75619835,0.76859504,0.77272725,0.76859504,0.76859504,0.76859504,0.75619835,0.76033056,0.74380165,0.71900827,0.6983471,0.6694215,0.6528926,0.6363636,0.6280992,0.5661157,0.59090906,0.4214876,0.07024793,0.11983471,0.34710744,0.37190083,0.42561984,0.45041323,0.46280992,0.45454547,0.45454547,0.5041322,0.5661157,0.6322314,0.661157,0.6859504,0.7066116,0.71487606,0.71487606,0.7066116,0.71487606,0.7355372,0.75619835,0.7644628,0.75206614,0.7066116,0.61570245,0.45867768,0.34710744,0.28099173,0.23140496,0.23553719,0.23966943,0.28512397,0.28099173,0.29338843,0.35123968,0.41322315,0.45454547,0.42975205,0.41735536,0.45454547,0.59504133,0.6983471,0.74380165,0.76033056,0.7768595,0.7768595,0.75206614,0.75619835,0.76859504,0.76033056,0.77272725,0.76033056,0.75619835,0.74380165,0.71900827,0.6983471,0.6694215,0.6487603,0.6322314,0.6322314,0.61570245,0.56198347,0.57024795,0.42975205,0.09090909,0.10330579,0.28512397,0.3553719,0.39256197,0.45454547,0.4752066,0.46694216,0.44214877,0.47107437,0.5289256,0.59504133,0.6363636,0.6694215,0.6859504,0.7107438,0.6983471,0.6942149,0.71487606,0.7355372,0.75619835,0.75619835,0.75619835,0.74380165,0.7107438,0.61157024,0.5041322,0.42561984,0.3677686,0.35123968,0.35123968,0.37603307,0.3429752,0.37603307,0.47107437,0.5247934,0.5247934,0.5371901,0.61157024,0.6528926,0.6983471,0.71487606,0.75206614,0.75206614,0.7768595,0.7768595,0.73966944,0.7355372,0.75206614,0.75619835,0.75619835,0.74793386,0.74793386,0.7231405,0.70247936,0.6818182,0.6528926,0.6404959,0.62396693,0.6322314,0.607438,0.57024795,0.5413223,0.42561984,0.11570248,0.07438017,0.23140496,0.33471075,0.39256197,0.45041323,0.4752066,0.47933885,0.446281,0.43801653,0.5041322,0.5661157,0.61157024,0.6446281,0.6652893,0.6983471,0.6818182,0.6859504,0.7107438,0.72727275,0.74793386,0.73966944,0.75619835,0.73140496,0.7355372,0.6859504,0.59917355,0.49586776,0.4876033,0.5123967,0.5206612,0.5413223,0.5165289,0.5247934,0.5785124,0.60330576,0.60330576,0.62396693,0.69008267,0.6983471,0.71487606,0.73966944,0.74380165,0.75206614,0.77272725,0.7768595,0.74793386,0.72727275,0.73966944,0.74380165,0.74380165,0.73966944,0.72727275,0.7107438,0.69008267,0.661157,0.6322314,0.6322314,0.62396693,0.61570245,0.58677685,0.5785124,0.5,0.4214876,0.11983471,0.05785124,0.18181819,0.3305785,0.3553719,0.4338843,0.45867768,0.4876033,0.46694216,0.41322315,0.45454547,0.5413223,0.5785124,0.61157024,0.6487603,0.6694215,0.6652893,0.6818182,0.6942149,0.7107438,0.73966944,0.73966944,0.73966944,0.72727275,0.7355372,0.7107438,0.6570248,0.5785124,0.56198347,0.58677685,0.607438,0.62396693,0.59917355,0.59090906,0.6280992,0.6652893,0.6570248,0.661157,0.6942149,0.7066116,0.7231405,0.7231405,0.73140496,0.73140496,0.7644628,0.77272725,0.7644628,0.74380165,0.72727275,0.7107438,0.73140496,0.71900827,0.7107438,0.6942149,0.6652893,0.6280992,0.61157024,0.62396693,0.6198347,0.60330576,0.60330576,0.58264464,0.41322315,0.40082645,0.10330579,0.08677686,0.11983471,0.2892562,0.3264463,0.37603307,0.4214876,0.48347107,0.49173555,0.42561984,0.4338843,0.5082645,0.54545456,0.5785124,0.6280992,0.6404959,0.661157,0.677686,0.6818182,0.6983471,0.71900827,0.7231405,0.73140496,0.7355372,0.7355372,0.7231405,0.69008267,0.6446281,0.59917355,0.6322314,0.6446281,0.661157,0.62396693,0.59917355,0.62396693,0.6983471,0.69008267,0.6818182,0.7107438,0.71487606,0.7355372,0.73140496,0.7355372,0.7231405,0.74380165,0.76033056,0.7644628,0.77272725,0.72727275,0.7107438,0.71900827,0.70247936,0.6983471,0.6818182,0.6487603,0.607438,0.60330576,0.6280992,0.62396693,0.61570245,0.61157024,0.58264464,0.30165288,0.40495867,0.1570248,0.11570248,0.1322314,0.23140496,0.30578512,0.3677686,0.41735536,0.46694216,0.5123967,0.46694216,0.41322315,0.47933885,0.5247934,0.57024795,0.61570245,0.62396693,0.6528926,0.6735537,0.677686,0.6694215,0.6818182,0.6942149,0.71900827,0.71900827,0.72727275,0.73966944,0.7107438,0.6735537,0.6404959,0.6652893,0.70247936,0.70247936,0.661157,0.62396693,0.62396693,0.6983471,0.71900827,0.71487606,0.7231405,0.72727275,0.72727275,0.7231405,0.7231405,0.71900827,0.72727275,0.74793386,0.75619835,0.7644628,0.73140496,0.7066116,0.7107438,0.6983471,0.6859504,0.6652893,0.6363636,0.607438,0.607438,0.6198347,0.6280992,0.6198347,0.607438,0.5785124,0.16528925,0.42561984,0.20661157,0.17355372,0.19421488,0.2231405,0.26859504,0.3429752,0.41322315,0.46694216,0.5165289,0.49173555,0.4338843,0.4752066,0.5371901,0.58264464,0.6198347,0.61570245,0.6198347,0.6694215,0.677686,0.6404959,0.62396693,0.6404959,0.677686,0.69008267,0.69008267,0.74380165,0.71900827,0.6694215,0.6487603,0.6528926,0.70247936,0.7355372,0.7066116,0.6570248,0.6446281,0.69008267,0.7107438,0.7231405,0.74793386,0.7355372,0.71900827,0.71900827,0.71900827,0.6983471,0.71487606,0.7231405,0.74793386,0.75206614,0.73140496,0.7066116,0.70247936,0.6983471,0.6818182,0.6570248,0.6363636,0.60330576,0.6280992,0.6322314,0.6322314,0.6198347,0.60330576,0.5289256,0.09090909,0.35950413,0.23966943,0.23140496,0.23553719,0.23140496,0.24380165,0.28099173,0.38016528,0.4338843,0.5,0.49173555,0.45867768,0.4752066,0.53305787,0.58677685,0.6280992,0.607438,0.60330576,0.6363636,0.6487603,0.58264464,0.5413223,0.5413223,0.5661157,0.59090906,0.59504133,0.6404959,0.6404959,0.59917355,0.57438016,0.553719,0.607438,0.6694215,0.7107438,0.6694215,0.6363636,0.61157024,0.6404959,0.6694215,0.71900827,0.7066116,0.7066116,0.7107438,0.6983471,0.6694215,0.661157,0.6694215,0.70247936,0.73140496,0.7231405,0.7066116,0.70247936,0.7066116,0.6818182,0.661157,0.6280992,0.6280992,0.6446281,0.6404959,0.6322314,0.61570245,0.58264464,0.42975205,0.08264463,0.3181818,0.24793388,0.25619835,0.2603306,0.24380165,0.2107438,0.23966943,0.3140496,0.40082645,0.4752066,0.48347107,0.45867768,0.47107437,0.5371901,0.59504133,0.6280992,0.6280992,0.61157024,0.607438,0.58677685,0.5247934,0.40495867,0.338843,0.3553719,0.4090909,0.4338843,0.446281,0.46694216,0.48347107,0.47107437,0.47107437,0.48347107,0.5247934,0.58677685,0.58264464,0.55785125,0.5371901,0.5371901,0.5495868,0.5785124,0.57438016,0.59090906,0.59917355,0.58677685,0.57024795,0.5661157,0.5661157,0.6446281,0.6942149,0.71487606,0.7107438,0.70247936,0.7066116,0.6859504,0.661157,0.6322314,0.6487603,0.6528926,0.6404959,0.6280992,0.58677685,0.5413223,0.27272728,0.09090909,0.30165288,0.2520661,0.2644628,0.2603306,0.1983471,0.15289256,0.1694215,0.25619835,0.34710744,0.42561984,0.46280992,0.43801653,0.45454547,0.5206612,0.59090906,0.62396693,0.6363636,0.61570245,0.59917355,0.58264464,0.55785125,0.5041322,0.4338843,0.338843,0.32231405,0.33471075,0.33471075,0.3677686,0.35950413,0.37603307,0.4090909,0.40495867,0.41735536,0.45041323,0.46694216,0.47933885,0.45867768,0.45041323,0.45041323,0.46694216,0.46694216,0.45454547,0.43801653,0.446281,0.47107437,0.5082645,0.49173555,0.55785125,0.6404959,0.69008267,0.7066116,0.71900827,0.70247936,0.6859504,0.661157,0.6322314,0.6570248,0.6404959,0.6322314,0.59090906,0.57024795,0.42561984,0.11570248,0.10330579,0.29752067,0.2520661,0.2520661,0.18181819,0.14876033,0.09917355,0.11157025,0.18595041,0.28512397,0.35123968,0.44214877,0.39256197,0.40082645,0.47933885,0.56198347,0.60330576,0.6404959,0.6322314,0.61157024,0.61570245,0.607438,0.61157024,0.61570245,0.5371901,0.446281,0.40082645,0.38842976,0.41735536,0.38842976,0.38016528,0.4090909,0.43801653,0.41735536,0.41322315,0.3966942,0.40082645,0.41735536,0.41735536,0.4338843,0.45454547,0.44214877,0.446281,0.45041323,0.5,0.59917355,0.6818182,0.6322314,0.57438016,0.59917355,0.6570248,0.6983471,0.71900827,0.6983471,0.6735537,0.6363636,0.6280992,0.6487603,0.6280992,0.61157024,0.57438016,0.5165289,0.2603306,0.053719006,0.09090909,0.23140496,0.20661157,0.16528925,0.13636364,0.11157025,0.0785124,0.09504132,0.11157025,0.20247933,0.2892562,0.35950413,0.3966942,0.37603307,0.42975205,0.5165289,0.58677685,0.62396693,0.6404959,0.6446281,0.6446281,0.6404959,0.6528926,0.6694215,0.6528926,0.5785124,0.5206612,0.5041322,0.5206612,0.49173555,0.5413223,0.5785124,0.59917355,0.56198347,0.5247934,0.49173555,0.5785124,0.57438016,0.55785125,0.5206612,0.5289256,0.5206612,0.5206612,0.53305787,0.61570245,0.7066116,0.74793386,0.7355372,0.677686,0.6322314,0.6528926,0.69008267,0.6983471,0.6818182,0.6528926,0.6280992,0.62396693,0.6404959,0.607438,0.58264464,0.5495868,0.38016528,0.09917355,0.053719006,0.07438017,0.14049587,0.13636364,0.12396694,0.13636364,0.09917355,0.08264463,0.09090909,0.07024793,0.10743801,0.23553719,0.30578512,0.3553719,0.35950413,0.38429752,0.46280992,0.54545456,0.60330576,0.6404959,0.6652893,0.6570248,0.6528926,0.6652893,0.6735537,0.6652893,0.6280992,0.59090906,0.56198347,0.5495868,0.5371901,0.5495868,0.6404959,0.6322314,0.61157024,0.58264464,0.53305787,0.59917355,0.59090906,0.54545456,0.53305787,0.553719,0.57024795,0.59917355,0.6446281,0.6942149,0.74793386,0.73140496,0.7355372,0.71487606,0.6859504,0.6652893,0.677686,0.6735537,0.6528926,0.6198347,0.607438,0.6198347,0.61570245,0.5785124,0.5289256,0.46694216,0.29338843,0.07024793,0.053719006,0.06198347,0.11570248,0.11570248,0.11157025,0.11983471,0.08677686,0.08264463,0.07024793,0.08264463,0.053719006,0.22727273,0.2520661,0.29338843,0.3264463,0.3429752,0.40082645,0.5041322,0.5785124,0.6487603,0.6859504,0.6570248,0.62396693,0.6363636,0.6487603,0.6528926,0.6322314,0.59090906,0.58264464,0.56198347,0.5495868,0.553719,0.5785124,0.59917355,0.58677685,0.5785124,0.553719,0.5413223,0.56198347,0.553719,0.56198347,0.58677685,0.6198347,0.677686,0.7107438,0.7231405,0.75206614,0.7231405,0.72727275,0.71487606,0.70247936,0.6859504,0.6652893,0.6487603,0.6198347,0.59917355,0.59504133,0.59917355,0.58264464,0.5289256,0.46694216,0.38842976,0.2892562,0.0661157,0.07024793,0.06198347,0.0785124,0.11570248,0.12396694,0.09090909,0.0785124,0.08264463,0.0661157,0.0661157,0.053719006,0.21900827,0.2603306,0.23966943,0.28099173,0.3264463,0.34710744,0.43801653,0.5413223,0.6198347,0.6694215,0.677686,0.6404959,0.60330576,0.61157024,0.6322314,0.6446281,0.59504133,0.57438016,0.56198347,0.5495868,0.5413223,0.54545456,0.55785125,0.57024795,0.553719,0.5495868,0.54545456,0.553719,0.56198347,0.5785124,0.6198347,0.661157,0.6983471,0.7066116,0.7107438,0.73966944,0.72727275,0.7231405,0.71487606,0.6942149,0.6735537,0.6570248,0.607438,0.59504133,0.58264464,0.59090906,0.59090906,0.54545456,0.45867768,0.42975205,0.38016528,0.3305785,0.06198347,0.053719006,0.06198347,0.0661157,0.10743801,0.11983471,0.07438017,0.08264463,0.08677686,0.0661157,0.05785124,0.06198347,0.2231405,0.28512397,0.23553719,0.23966943,0.30165288,0.3429752,0.39256197,0.49173555,0.57024795,0.6322314,0.6570248,0.6528926,0.60330576,0.58264464,0.59504133,0.62396693,0.60330576,0.57438016,0.553719,0.5289256,0.5206612,0.5123967,0.5041322,0.4876033,0.4876033,0.5206612,0.53305787,0.5413223,0.56198347,0.59917355,0.6404959,0.661157,0.6735537,0.69008267,0.69008267,0.6983471,0.70247936,0.71487606,0.7066116,0.677686,0.6735537,0.661157,0.59504133,0.59090906,0.5785124,0.58264464,0.5495868,0.47107437,0.4090909,0.45867768,0.42561984,0.3305785,0.09090909,0.049586777,0.07024793,0.053719006,0.12396694,0.09090909,0.0661157,0.08677686,0.0785124,0.0661157,0.049586777,0.06198347,0.22727273,0.29752067,0.25619835,0.21487603,0.23966943,0.30165288,0.36363637,0.45041323,0.53305787,0.61570245,0.6404959,0.607438,0.58677685,0.5495868,0.55785125,0.57024795,0.57438016,0.56198347,0.5495868,0.5247934,0.5165289,0.49173555,0.49586776,0.47107437,0.446281,0.49173555,0.5206612,0.5289256,0.5495868,0.58264464,0.61570245,0.6363636,0.6528926,0.6735537,0.677686,0.6818182,0.6942149,0.6942149,0.6859504,0.6735537,0.69008267,0.6487603,0.60330576,0.58677685,0.57438016,0.5495868,0.47107437,0.40082645,0.47933885,0.5082645,0.43801653,0.32231405,0.12396694,0.045454547,0.06198347,0.049586777,0.10743801,0.09090909,0.07024793,0.08264463,0.07438017,0.07024793,0.05785124,0.07024793,0.2520661,0.30991736,0.26859504,0.23553719,0.19421488,0.25619835,0.32231405,0.40495867,0.4876033,0.59917355,0.6446281,0.59917355,0.553719,0.5413223,0.53305787,0.5495868,0.55785125,0.55785125,0.5082645,0.5123967,0.553719,0.5289256,0.5371901,0.5082645,0.48347107,0.47933885,0.5247934,0.553719,0.55785125,0.59090906,0.61570245,0.6322314,0.6487603,0.6652893,0.661157,0.6570248,0.6694215,0.6694215,0.6694215,0.677686,0.677686,0.6404959,0.58677685,0.5785124,0.553719,0.48347107,0.40082645,0.45867768,0.5206612,0.5206612,0.446281,0.3429752,0.15289256,0.05785124,0.05785124,0.06198347,0.10330579,0.10330579,0.08264463,0.0785124,0.07438017,0.0661157,0.05785124,0.02892562,0.27272728,0.30991736,0.28512397,0.25619835,0.21487603,0.20661157,0.26859504,0.3429752,0.44214877,0.56198347,0.6528926,0.661157,0.6404959,0.59504133,0.553719,0.56198347,0.57438016,0.58264464,0.5,0.5371901,0.57024795,0.5785124,0.5785124,0.5495868,0.53305787,0.5206612,0.54545456,0.58677685,0.607438,0.6280992,0.6404959,0.6487603,0.6528926,0.6694215,0.6570248,0.6487603,0.6487603,0.6570248,0.6735537,0.6859504,0.6694215,0.61570245,0.5785124,0.553719,0.49586776,0.40495867,0.45041323,0.5165289,0.54545456,0.5165289,0.46280992,0.3553719,0.18181819,0.07438017,0.0661157,0.05785124,0.11570248,0.09504132,0.0785124,0.07438017,0.07438017,0.07024793,0.0661157,0.016528925,0.2644628,0.30165288,0.29752067,0.2644628,0.23553719,0.2107438,0.20661157,0.25619835,0.3429752,0.4876033,0.6280992,0.70247936,0.7231405,0.69008267,0.6487603,0.6198347,0.62396693,0.6363636,0.6198347,0.6322314,0.6404959,0.6487603,0.6363636,0.6198347,0.60330576,0.57024795,0.57438016,0.60330576,0.6652893,0.677686,0.6735537,0.6859504,0.6859504,0.69008267,0.6735537,0.661157,0.6818182,0.6983471,0.71900827,0.6983471,0.6487603,0.58677685,0.5495868,0.48347107,0.40495867,0.45041323,0.5165289,0.54545456,0.5413223,0.5165289,0.46694216,0.37603307,0.20247933,0.08264463,0.06198347,0.06198347,0.12396694,0.10330579,0.07024793,0.09090909,0.0785124,0.07024793,0.0661157,0.037190083,0.23140496,0.29752067,0.30165288,0.2768595,0.24380165,0.22727273,0.1983471,0.19421488,0.23966943,0.38016528,0.5371901,0.6570248,0.71900827,0.7355372,0.72727275,0.70247936,0.6735537,0.6652893,0.661157,0.6859504,0.7066116,0.7107438,0.70247936,0.6942149,0.6818182,0.6528926,0.6446281,0.6735537,0.73140496,0.7231405,0.71487606,0.7107438,0.7107438,0.7066116,0.7107438,0.71900827,0.73140496,0.73140496,0.71900827,0.6735537,0.61157024,0.5495868,0.46280992,0.3966942,0.46280992,0.5206612,0.55785125,0.56198347,0.5413223,0.5165289,0.46694216,0.41322315,0.21900827,0.11157025,0.07024793,0.06198347,0.12396694,0.10743801,0.07438017,0.08264463,0.0785124,0.09090909,0.06198347,0.05785124,0.20247933,0.29338843,0.30165288,0.28512397,0.24793388,0.23553719,0.21487603,0.19008264,0.18595041,0.2603306,0.40495867,0.56198347,0.6570248,0.71487606,0.7231405,0.73966944,0.71900827,0.7066116,0.69008267,0.7066116,0.7107438,0.73966944,0.75206614,0.7231405,0.75206614,0.73966944,0.7355372,0.73140496,0.74793386,0.73966944,0.7355372,0.73140496,0.7355372,0.71900827,0.73140496,0.74793386,0.74380165,0.72727275,0.70247936,0.6487603,0.57024795,0.45867768,0.39256197,0.45454547,0.5289256,0.56198347,0.56198347,0.56198347,0.5413223,0.5289256,0.4752066,0.4214876,0.24793388,0.1322314,0.0785124,0.05785124,0.13636364,0.11570248,0.07024793,0.08677686,0.08677686,0.09917355,0.06198347,0.06198347,0.19421488,0.28099173,0.2892562,0.29752067,0.2520661,0.23140496,0.23140496,0.2107438,0.18595041,0.17768595,0.23553719,0.44214877,0.5785124,0.6570248,0.6652893,0.6983471,0.72727275,0.72727275,0.71487606,0.7231405,0.7231405,0.75619835,0.78512394,0.75206614,0.76859504,0.76859504,0.77272725,0.76033056,0.75619835,0.73966944,0.74793386,0.72727275,0.73140496,0.72727275,0.72727275,0.73140496,0.7355372,0.7107438,0.6694215,0.58677685,0.45041323,0.36363637,0.45867768,0.5289256,0.56198347,0.57438016,0.5661157,0.55785125,0.5413223,0.5371901,0.4876033,0.42975205,0.26859504,0.14876033,0.09504132,0.06198347,0.15289256,0.12396694,0.07024793,0.08264463,0.09917355,0.09917355,0.09090909,0.06198347,0.18595041,0.2892562,0.29752067,0.30578512,0.2644628,0.24380165,0.22727273,0.21900827,0.2107438,0.18181819,0.14876033,0.28099173,0.47107437,0.57438016,0.5785124,0.59917355,0.6694215,0.7066116,0.71487606,0.6983471,0.70247936,0.73966944,0.75619835,0.75619835,0.75206614,0.74793386,0.74380165,0.73966944,0.7355372,0.74380165,0.74380165,0.71900827,0.70247936,0.6983471,0.6942149,0.6859504,0.7066116,0.6735537,0.607438,0.45867768,0.36363637,0.4214876,0.5247934,0.553719,0.5785124,0.58677685,0.57438016,0.553719,0.5413223,0.5289256,0.5041322,0.43801653,0.2892562,0.1694215,0.10330579,0.07024793,0.14049587,0.1322314,0.09504132,0.07438017,0.10330579,0.10330579,0.10330579,0.049586777,0.1570248,0.29752067,0.30165288,0.2892562,0.28099173,0.25619835,0.23140496,0.23140496,0.20661157,0.20661157,0.17768595,0.16528925,0.28512397,0.44214877,0.5123967,0.553719,0.607438,0.6694215,0.6735537,0.6570248,0.661157,0.6735537,0.6859504,0.6859504,0.6694215,0.6652893,0.661157,0.6818182,0.69008267,0.7066116,0.71487606,0.6859504,0.677686,0.6735537,0.6818182,0.661157,0.6652893,0.6198347,0.4752066,0.37190083,0.41735536,0.5,0.5495868,0.553719,0.58264464,0.58677685,0.57024795,0.55785125,0.5371901,0.53305787,0.5082645,0.44214877,0.29338843,0.18595041,0.12396694,0.07024793,11 +0.5371901,0.60330576,0.6528926,0.6652893,0.6735537,0.6735537,0.7107438,0.7355372,0.75206614,0.7644628,0.7644628,0.7644628,0.75619835,0.7644628,0.77272725,0.77272725,0.77272725,0.77272725,0.78099173,0.78099173,0.78512394,0.7892562,0.8057851,0.80991733,0.80991733,0.8057851,0.8016529,0.80991733,0.822314,0.8181818,0.8264463,0.8305785,0.8264463,0.8305785,0.822314,0.822314,0.822314,0.8181818,0.80991733,0.79752064,0.7644628,0.75619835,0.7892562,0.78512394,0.7892562,0.7933884,0.7892562,0.79752064,0.78512394,0.7768595,0.77272725,0.76859504,0.77272725,0.74793386,0.74793386,0.6859504,0.6487603,0.6198347,0.59504133,0.5,0.39256197,0.30991736,0.25619835,0.2892562,0.553719,0.6280992,0.6446281,0.6528926,0.6652893,0.6818182,0.7066116,0.7355372,0.75619835,0.76033056,0.76033056,0.76859504,0.76859504,0.76859504,0.77272725,0.78099173,0.78512394,0.7933884,0.78512394,0.79752064,0.79752064,0.8057851,0.80991733,0.8181818,0.8140496,0.8140496,0.80991733,0.8181818,0.822314,0.822314,0.8264463,0.8264463,0.8264463,0.822314,0.8264463,0.822314,0.822314,0.8140496,0.8140496,0.8057851,0.7892562,0.7892562,0.8057851,0.7933884,0.7892562,0.8016529,0.8016529,0.79752064,0.78512394,0.7768595,0.77272725,0.7644628,0.76859504,0.74793386,0.74380165,0.6818182,0.6487603,0.62396693,0.60330576,0.5495868,0.4338843,0.30165288,0.2768595,0.28099173,0.553719,0.6363636,0.6487603,0.6487603,0.6528926,0.677686,0.6942149,0.72727275,0.75206614,0.75619835,0.75206614,0.76859504,0.77272725,0.78099173,0.7892562,0.7892562,0.78512394,0.8016529,0.8016529,0.80991733,0.80991733,0.8181818,0.822314,0.8264463,0.8264463,0.822314,0.8305785,0.822314,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8181818,0.8264463,0.8181818,0.8181818,0.8181818,0.8140496,0.8181818,0.80991733,0.8181818,0.8140496,0.8057851,0.8057851,0.8057851,0.79752064,0.79752064,0.78512394,0.78099173,0.7768595,0.76859504,0.75619835,0.7231405,0.6818182,0.6404959,0.62396693,0.607438,0.5661157,0.48347107,0.338843,0.20247933,0.27272728,0.54545456,0.6363636,0.6570248,0.6570248,0.6487603,0.6694215,0.69008267,0.71487606,0.75619835,0.75619835,0.76033056,0.77272725,0.76859504,0.78512394,0.7892562,0.7933884,0.78512394,0.8057851,0.8057851,0.80991733,0.8181818,0.8264463,0.8305785,0.8305785,0.8305785,0.822314,0.8305785,0.8264463,0.8264463,0.8264463,0.8264463,0.8305785,0.8264463,0.8305785,0.822314,0.822314,0.80991733,0.8181818,0.8264463,0.822314,0.822314,0.8181818,0.8140496,0.822314,0.8181818,0.80991733,0.8057851,0.8057851,0.8057851,0.7933884,0.78099173,0.78512394,0.7644628,0.76033056,0.72727275,0.6818182,0.6322314,0.61570245,0.60330576,0.58264464,0.5206612,0.40495867,0.19421488,0.16115703,0.5247934,0.61570245,0.6570248,0.6652893,0.6570248,0.661157,0.6818182,0.7107438,0.7355372,0.7644628,0.7644628,0.7644628,0.76033056,0.78099173,0.7933884,0.78512394,0.7892562,0.7892562,0.8140496,0.80991733,0.8181818,0.8264463,0.8264463,0.8305785,0.8305785,0.8181818,0.8140496,0.8140496,0.822314,0.8181818,0.8140496,0.822314,0.822314,0.822314,0.8264463,0.822314,0.8140496,0.822314,0.8264463,0.8264463,0.8264463,0.822314,0.80991733,0.822314,0.8181818,0.80991733,0.8016529,0.80991733,0.80991733,0.79752064,0.7933884,0.79752064,0.78099173,0.76859504,0.74793386,0.70247936,0.6446281,0.61570245,0.59504133,0.5785124,0.56198347,0.43801653,0.25619835,0.09504132,0.5413223,0.61570245,0.661157,0.661157,0.6570248,0.6652893,0.6818182,0.71487606,0.73966944,0.75619835,0.7768595,0.77272725,0.77272725,0.78099173,0.7933884,0.7933884,0.78512394,0.78512394,0.79752064,0.79752064,0.8057851,0.822314,0.8140496,0.8181818,0.8264463,0.8140496,0.8140496,0.79752064,0.8016529,0.8057851,0.8016529,0.8016529,0.8140496,0.822314,0.8140496,0.822314,0.8140496,0.822314,0.822314,0.8264463,0.822314,0.8140496,0.8057851,0.8057851,0.80991733,0.80991733,0.8057851,0.80991733,0.8181818,0.8016529,0.8016529,0.8057851,0.7933884,0.78099173,0.76033056,0.72727275,0.661157,0.61570245,0.59504133,0.58264464,0.5661157,0.48347107,0.2892562,0.11983471,0.55785125,0.61570245,0.6446281,0.6528926,0.6570248,0.6735537,0.69008267,0.71900827,0.75206614,0.7644628,0.78099173,0.78099173,0.78512394,0.78099173,0.7892562,0.7768595,0.78099173,0.78099173,0.7933884,0.79752064,0.7933884,0.8016529,0.7933884,0.8057851,0.80991733,0.7933884,0.8057851,0.8016529,0.79752064,0.8016529,0.7933884,0.8016529,0.80991733,0.8140496,0.79752064,0.8057851,0.80991733,0.8140496,0.80991733,0.8140496,0.8057851,0.8016529,0.7892562,0.78099173,0.8016529,0.8016529,0.79752064,0.80991733,0.8140496,0.80991733,0.8016529,0.80991733,0.79752064,0.7892562,0.7768595,0.74793386,0.6859504,0.6363636,0.59917355,0.58264464,0.5413223,0.5206612,0.32231405,0.1446281,0.57438016,0.607438,0.6280992,0.6446281,0.661157,0.6859504,0.6983471,0.7355372,0.74793386,0.76859504,0.78512394,0.78512394,0.7892562,0.7933884,0.7892562,0.78512394,0.76033056,0.7644628,0.7768595,0.78099173,0.77272725,0.77272725,0.77272725,0.77272725,0.78512394,0.76859504,0.7933884,0.78512394,0.78512394,0.7892562,0.78512394,0.78512394,0.7892562,0.7933884,0.7892562,0.78512394,0.78512394,0.7892562,0.7892562,0.78512394,0.78099173,0.7768595,0.77272725,0.77272725,0.78512394,0.78099173,0.78099173,0.78512394,0.79752064,0.79752064,0.79752064,0.79752064,0.7892562,0.79752064,0.7768595,0.76033056,0.71487606,0.6446281,0.607438,0.57438016,0.5371901,0.5165289,0.35950413,0.14049587,0.59504133,0.60330576,0.62396693,0.6322314,0.661157,0.69008267,0.6983471,0.74380165,0.73966944,0.75206614,0.7644628,0.76033056,0.75206614,0.75619835,0.73966944,0.7231405,0.70247936,0.6694215,0.6983471,0.7066116,0.6818182,0.6735537,0.6983471,0.6983471,0.71487606,0.7355372,0.75206614,0.77272725,0.75619835,0.76033056,0.76033056,0.77272725,0.77272725,0.75619835,0.7768595,0.76859504,0.75619835,0.74380165,0.73966944,0.73140496,0.71487606,0.71487606,0.72727275,0.73140496,0.74380165,0.73966944,0.72727275,0.7231405,0.72727275,0.73140496,0.74380165,0.75206614,0.76033056,0.76033056,0.7644628,0.75619835,0.7231405,0.661157,0.6198347,0.59090906,0.5247934,0.5123967,0.3677686,0.16115703,0.61157024,0.60330576,0.6280992,0.62396693,0.6487603,0.677686,0.69008267,0.7107438,0.6983471,0.6735537,0.6859504,0.661157,0.6363636,0.6280992,0.59504133,0.57024795,0.5289256,0.49173555,0.49173555,0.5206612,0.5082645,0.5123967,0.5495868,0.58677685,0.59504133,0.6446281,0.6859504,0.73140496,0.73140496,0.72727275,0.73140496,0.75206614,0.75206614,0.73966944,0.74380165,0.7231405,0.71487606,0.6818182,0.6735537,0.6280992,0.58264464,0.59504133,0.5785124,0.58264464,0.59090906,0.59090906,0.58264464,0.57024795,0.55785125,0.5785124,0.607438,0.61157024,0.6570248,0.661157,0.6818182,0.71487606,0.71487606,0.6652893,0.61570245,0.5785124,0.5371901,0.5206612,0.36363637,0.16528925,0.60330576,0.59917355,0.6280992,0.6198347,0.6322314,0.6487603,0.61570245,0.61157024,0.61157024,0.58264464,0.56198347,0.5371901,0.5,0.4752066,0.45867768,0.4338843,0.38429752,0.35123968,0.35123968,0.3677686,0.37603307,0.39256197,0.41322315,0.4876033,0.5247934,0.5247934,0.59917355,0.6487603,0.6735537,0.6859504,0.6983471,0.7066116,0.6942149,0.6942149,0.70247936,0.6818182,0.6570248,0.59090906,0.55785125,0.5041322,0.46280992,0.42975205,0.42561984,0.40082645,0.38842976,0.40082645,0.39256197,0.39256197,0.39256197,0.41322315,0.44214877,0.47107437,0.5165289,0.5247934,0.5289256,0.58264464,0.62396693,0.6322314,0.58677685,0.5785124,0.53305787,0.53305787,0.35123968,0.18181819,0.59917355,0.60330576,0.6198347,0.60330576,0.54545456,0.49173555,0.5247934,0.5206612,0.53305787,0.5123967,0.4876033,0.47107437,0.44214877,0.39256197,0.37190083,0.3553719,0.3140496,0.29338843,0.3140496,0.3140496,0.3264463,0.3429752,0.3553719,0.41735536,0.46694216,0.43801653,0.5041322,0.56198347,0.59090906,0.6198347,0.6528926,0.677686,0.6694215,0.677686,0.661157,0.6363636,0.57024795,0.49586776,0.44214877,0.41322315,0.4090909,0.36363637,0.36363637,0.3305785,0.28512397,0.30578512,0.28099173,0.2768595,0.30165288,0.338843,0.37190083,0.39256197,0.3966942,0.42975205,0.4338843,0.45041323,0.4876033,0.5247934,0.5,0.55785125,0.5371901,0.5165289,0.35950413,0.18181819,0.59504133,0.59504133,0.60330576,0.56198347,0.45041323,0.4338843,0.46280992,0.45454547,0.43801653,0.45041323,0.4338843,0.41322315,0.4090909,0.39256197,0.39256197,0.3553719,0.35123968,0.32231405,0.3140496,0.30991736,0.32231405,0.3429752,0.3553719,0.38842976,0.4214876,0.4214876,0.44214877,0.5,0.54545456,0.57438016,0.6280992,0.6652893,0.661157,0.6487603,0.60330576,0.58677685,0.5165289,0.44214877,0.4090909,0.38842976,0.38016528,0.3677686,0.35950413,0.30991736,0.3140496,0.29338843,0.29338843,0.30165288,0.3305785,0.36363637,0.38842976,0.35123968,0.37603307,0.40495867,0.40495867,0.3966942,0.42561984,0.45041323,0.43801653,0.5,0.553719,0.5165289,0.37190083,0.18181819,0.58264464,0.60330576,0.58264464,0.5123967,0.42975205,0.42975205,0.43801653,0.41322315,0.4214876,0.40495867,0.4090909,0.3677686,0.36363637,0.3553719,0.3140496,0.30578512,0.28512397,0.25619835,0.23140496,0.2107438,0.22727273,0.26859504,0.32231405,0.35123968,0.37190083,0.40082645,0.4214876,0.45867768,0.5123967,0.56198347,0.61570245,0.6570248,0.6446281,0.62396693,0.59504133,0.56198347,0.5,0.446281,0.41322315,0.3966942,0.37190083,0.3429752,0.32231405,0.2892562,0.26859504,0.24380165,0.2644628,0.28099173,0.30991736,0.3264463,0.35123968,0.35950413,0.38842976,0.40495867,0.3966942,0.3966942,0.41735536,0.42561984,0.44214877,0.46280992,0.5371901,0.5165289,0.39256197,0.1983471,0.5661157,0.59090906,0.56198347,0.4876033,0.42975205,0.4338843,0.44214877,0.41322315,0.40082645,0.36363637,0.32231405,0.2768595,0.26859504,0.22727273,0.2603306,0.2644628,0.28099173,0.24793388,0.25619835,0.23140496,0.1983471,0.16528925,0.1983471,0.2768595,0.30991736,0.3305785,0.38016528,0.41322315,0.47107437,0.5495868,0.6198347,0.6528926,0.61570245,0.6363636,0.60330576,0.55785125,0.5041322,0.45454547,0.40082645,0.3553719,0.32231405,0.2644628,0.21900827,0.19421488,0.18181819,0.18595041,0.19008264,0.18181819,0.2107438,0.2107438,0.2107438,0.26859504,0.29752067,0.3553719,0.38429752,0.40082645,0.41735536,0.42561984,0.44214877,0.4752066,0.5413223,0.5206612,0.4214876,0.2231405,0.56198347,0.58264464,0.55785125,0.5165289,0.45041323,0.42561984,0.41735536,0.39256197,0.34710744,0.28512397,0.23140496,0.21900827,0.23966943,0.2107438,0.18595041,0.11570248,0.1694215,0.1446281,0.16528925,0.2231405,0.2520661,0.2520661,0.1694215,0.23553719,0.2603306,0.2892562,0.3181818,0.35950413,0.45454547,0.55785125,0.61157024,0.6570248,0.6404959,0.6528926,0.6322314,0.56198347,0.5,0.446281,0.37190083,0.30165288,0.2644628,0.21487603,0.18595041,0.22727273,0.2231405,0.1694215,0.14876033,0.13636364,0.17768595,0.14876033,0.1983471,0.18181819,0.24380165,0.23140496,0.29752067,0.38429752,0.41735536,0.43801653,0.46694216,0.5165289,0.54545456,0.5289256,0.45041323,0.24380165,0.55785125,0.55785125,0.55785125,0.54545456,0.5041322,0.44214877,0.39256197,0.3553719,0.2892562,0.22727273,0.21900827,0.19008264,0.2603306,0.25619835,0.16115703,0.10743801,0.14049587,0.14876033,0.17355372,0.338843,0.338843,0.23553719,0.25619835,0.24793388,0.24793388,0.27272728,0.29752067,0.3181818,0.45867768,0.62396693,0.6983471,0.75206614,0.73140496,0.71900827,0.6859504,0.58677685,0.5041322,0.4338843,0.3677686,0.2892562,0.2603306,0.2520661,0.23553719,0.338843,0.3140496,0.1694215,0.1570248,0.17768595,0.15289256,0.14049587,0.40495867,0.2892562,0.17355372,0.24380165,0.24793388,0.32231405,0.41322315,0.45867768,0.48347107,0.5371901,0.5413223,0.54545456,0.48347107,0.28512397,0.553719,0.53305787,0.55785125,0.5413223,0.53305787,0.4876033,0.38842976,0.32231405,0.2644628,0.23966943,0.2231405,0.1983471,0.30165288,0.40082645,0.2520661,0.17768595,0.14876033,0.16528925,0.25619835,0.42975205,0.43801653,0.28512397,0.22727273,0.29752067,0.30165288,0.2892562,0.28512397,0.32231405,0.5,0.6735537,0.75619835,0.79752064,0.78512394,0.74380165,0.73140496,0.6198347,0.5123967,0.43801653,0.38842976,0.3677686,0.3181818,0.30578512,0.29752067,0.4214876,0.40495867,0.2520661,0.16115703,0.13636364,0.16528925,0.19421488,0.5082645,0.45041323,0.23966943,0.21487603,0.2520661,0.3140496,0.38016528,0.45454547,0.4876033,0.5165289,0.54545456,0.53305787,0.5041322,0.3305785,0.553719,0.553719,0.5371901,0.5041322,0.48347107,0.43801653,0.36363637,0.3305785,0.3305785,0.32231405,0.3305785,0.30991736,0.338843,0.446281,0.46694216,0.40495867,0.3181818,0.32231405,0.39256197,0.45867768,0.4090909,0.3181818,0.30578512,0.29752067,0.35123968,0.3305785,0.3264463,0.3966942,0.56198347,0.7107438,0.75619835,0.80991733,0.8140496,0.78099173,0.75619835,0.6694215,0.5289256,0.446281,0.44214877,0.4752066,0.37603307,0.32231405,0.35950413,0.40495867,0.42561984,0.35950413,0.26859504,0.23140496,0.24380165,0.38842976,0.47107437,0.41322315,0.3305785,0.30991736,0.30578512,0.3181818,0.3677686,0.42975205,0.48347107,0.5206612,0.5371901,0.5413223,0.5165289,0.3553719,0.57438016,0.59917355,0.5785124,0.553719,0.53305787,0.5123967,0.5247934,0.5206612,0.5123967,0.4752066,0.45867768,0.41735536,0.38842976,0.40495867,0.45041323,0.48347107,0.446281,0.4338843,0.446281,0.4338843,0.40082645,0.3677686,0.3305785,0.34710744,0.38842976,0.41322315,0.446281,0.5413223,0.6322314,0.71487606,0.75206614,0.80991733,0.8057851,0.79752064,0.75619835,0.6942149,0.54545456,0.45867768,0.5123967,0.5165289,0.446281,0.37190083,0.3553719,0.35950413,0.37603307,0.39256197,0.37190083,0.34710744,0.34710744,0.4214876,0.38842976,0.37603307,0.3966942,0.41322315,0.42975205,0.41322315,0.40082645,0.4338843,0.47933885,0.5247934,0.5371901,0.553719,0.53305787,0.3553719,0.58677685,0.61570245,0.62396693,0.607438,0.61570245,0.6528926,0.6735537,0.6528926,0.6198347,0.58264464,0.5165289,0.47107437,0.42975205,0.45041323,0.43801653,0.41735536,0.41735536,0.39256197,0.39256197,0.38016528,0.3677686,0.3677686,0.3677686,0.4214876,0.45867768,0.5371901,0.60330576,0.6528926,0.6735537,0.7107438,0.76033056,0.8016529,0.8140496,0.8057851,0.76033056,0.6859504,0.56198347,0.5165289,0.5247934,0.5082645,0.45454547,0.36363637,0.3140496,0.30165288,0.32231405,0.35123968,0.3677686,0.37603307,0.3677686,0.38842976,0.39256197,0.4090909,0.4338843,0.45041323,0.46280992,0.4876033,0.5,0.5082645,0.53305787,0.553719,0.5495868,0.56198347,0.553719,0.33471075,0.59504133,0.6322314,0.6322314,0.6322314,0.6446281,0.6570248,0.6694215,0.6487603,0.59090906,0.5247934,0.4752066,0.43801653,0.4090909,0.3966942,0.38842976,0.36363637,0.35123968,0.3429752,0.32231405,0.3305785,0.3677686,0.41322315,0.4338843,0.5,0.57438016,0.661157,0.6942149,0.6983471,0.6859504,0.7066116,0.74380165,0.8057851,0.8181818,0.8057851,0.78512394,0.71900827,0.56198347,0.553719,0.57024795,0.5413223,0.45454547,0.40082645,0.34710744,0.30578512,0.28512397,0.30578512,0.30991736,0.338843,0.35123968,0.38842976,0.40495867,0.41322315,0.42561984,0.45454547,0.4752066,0.4876033,0.5165289,0.54545456,0.56198347,0.57024795,0.5661157,0.57438016,0.56198347,0.29752067,0.59504133,0.6446281,0.6363636,0.661157,0.6487603,0.6363636,0.6363636,0.62396693,0.607438,0.59917355,0.5289256,0.45867768,0.41322315,0.38016528,0.33471075,0.3181818,0.3181818,0.32231405,0.34710744,0.40082645,0.43801653,0.48347107,0.5495868,0.61157024,0.6859504,0.71900827,0.71487606,0.6983471,0.69008267,0.6942149,0.73140496,0.7933884,0.8140496,0.8016529,0.7933884,0.74380165,0.5785124,0.57438016,0.6198347,0.6280992,0.5413223,0.47107437,0.4214876,0.38842976,0.35123968,0.30578512,0.28512397,0.30578512,0.30165288,0.338843,0.36363637,0.40495867,0.4338843,0.46694216,0.4876033,0.49586776,0.5206612,0.54545456,0.57438016,0.5785124,0.57438016,0.5785124,0.56198347,0.27272728,0.58264464,0.6322314,0.6404959,0.6652893,0.6528926,0.6446281,0.6446281,0.661157,0.6404959,0.62396693,0.58677685,0.56198347,0.5206612,0.46694216,0.45041323,0.41735536,0.42975205,0.46694216,0.48347107,0.5165289,0.607438,0.6570248,0.6818182,0.69008267,0.7107438,0.7231405,0.71487606,0.6983471,0.6818182,0.6735537,0.70247936,0.78512394,0.80991733,0.7933884,0.78512394,0.73966944,0.607438,0.57024795,0.6404959,0.677686,0.6446281,0.58677685,0.5413223,0.49173555,0.446281,0.41735536,0.40082645,0.40495867,0.3966942,0.40082645,0.4338843,0.45041323,0.4752066,0.49173555,0.5165289,0.5247934,0.5413223,0.56198347,0.5785124,0.59090906,0.59090906,0.5785124,0.5661157,0.25619835,0.56198347,0.6322314,0.6487603,0.6570248,0.6694215,0.70247936,0.6983471,0.7066116,0.6983471,0.6859504,0.69008267,0.6818182,0.6735537,0.6363636,0.6198347,0.60330576,0.607438,0.6652893,0.677686,0.6983471,0.73966944,0.73140496,0.6942149,0.6859504,0.7066116,0.71487606,0.71487606,0.6942149,0.6859504,0.6528926,0.6942149,0.7768595,0.80991733,0.8016529,0.78512394,0.73140496,0.6280992,0.59090906,0.6322314,0.6818182,0.6735537,0.6694215,0.6694215,0.6404959,0.58677685,0.56198347,0.5495868,0.5289256,0.5165289,0.5041322,0.49586776,0.5123967,0.5371901,0.5413223,0.55785125,0.54545456,0.56198347,0.58677685,0.59917355,0.59504133,0.58677685,0.58264464,0.56198347,0.2603306,0.5413223,0.6198347,0.6487603,0.661157,0.6942149,0.72727275,0.72727275,0.74380165,0.75206614,0.75619835,0.74793386,0.7644628,0.75619835,0.75206614,0.7355372,0.72727275,0.73140496,0.76033056,0.75619835,0.7644628,0.74380165,0.73140496,0.70247936,0.6983471,0.7066116,0.7231405,0.71900827,0.6983471,0.677686,0.6694215,0.6942149,0.76859504,0.8181818,0.80991733,0.79752064,0.74380165,0.6363636,0.61570245,0.6404959,0.6818182,0.6694215,0.6694215,0.6983471,0.7066116,0.70247936,0.6983471,0.6735537,0.6528926,0.661157,0.6280992,0.62396693,0.61157024,0.58677685,0.6198347,0.61570245,0.62396693,0.6404959,0.607438,0.6198347,0.62396693,0.60330576,0.57438016,0.56198347,0.22727273,0.5247934,0.59917355,0.6404959,0.6694215,0.69008267,0.7107438,0.73140496,0.76033056,0.76859504,0.7768595,0.77272725,0.7768595,0.7768595,0.7768595,0.76859504,0.77272725,0.76859504,0.7768595,0.76859504,0.75619835,0.74793386,0.73140496,0.7066116,0.70247936,0.7066116,0.72727275,0.71487606,0.6983471,0.69008267,0.6818182,0.6942149,0.76033056,0.8140496,0.8140496,0.8057851,0.76033056,0.6528926,0.6322314,0.6528926,0.6942149,0.6859504,0.6652893,0.6942149,0.71487606,0.7355372,0.74793386,0.76033056,0.74793386,0.7355372,0.73140496,0.71900827,0.71487606,0.6818182,0.6818182,0.70247936,0.7107438,0.70247936,0.69008267,0.661157,0.6446281,0.61157024,0.58264464,0.55785125,0.20247933,0.5123967,0.5661157,0.6198347,0.6570248,0.6694215,0.6859504,0.71900827,0.74380165,0.74793386,0.76033056,0.77272725,0.7768595,0.78512394,0.7892562,0.78099173,0.78099173,0.77272725,0.76859504,0.76033056,0.75619835,0.73140496,0.72727275,0.71900827,0.71900827,0.7231405,0.72727275,0.71900827,0.69008267,0.7066116,0.6942149,0.6942149,0.7644628,0.80991733,0.822314,0.8057851,0.77272725,0.69008267,0.6404959,0.6694215,0.70247936,0.6983471,0.69008267,0.6942149,0.7066116,0.73140496,0.74380165,0.7644628,0.7644628,0.7644628,0.77272725,0.7644628,0.75619835,0.74793386,0.73140496,0.76033056,0.76033056,0.73140496,0.71900827,0.69008267,0.6446281,0.607438,0.58677685,0.553719,0.17355372,0.5165289,0.54545456,0.607438,0.6198347,0.6404959,0.6652893,0.6942149,0.71487606,0.73140496,0.74793386,0.77272725,0.77272725,0.78099173,0.7768595,0.7768595,0.76859504,0.7644628,0.74793386,0.74380165,0.74793386,0.7231405,0.7231405,0.71487606,0.71487606,0.71900827,0.7066116,0.6859504,0.69008267,0.6942149,0.70247936,0.71487606,0.7768595,0.8181818,0.822314,0.7933884,0.7892562,0.7355372,0.677686,0.6694215,0.6735537,0.677686,0.6735537,0.6818182,0.6983471,0.70247936,0.73140496,0.74380165,0.7644628,0.7644628,0.7644628,0.77272725,0.76859504,0.76859504,0.77272725,0.77272725,0.7644628,0.73966944,0.71900827,0.677686,0.62396693,0.59504133,0.57438016,0.5289256,0.1570248,0.5,0.5206612,0.5661157,0.60330576,0.6198347,0.6487603,0.6694215,0.6983471,0.71900827,0.74380165,0.75619835,0.7644628,0.7768595,0.76033056,0.7644628,0.75619835,0.75619835,0.75206614,0.7355372,0.73966944,0.6942149,0.677686,0.6652893,0.677686,0.6859504,0.6818182,0.6652893,0.6652893,0.7107438,0.72727275,0.75206614,0.78099173,0.8140496,0.8181818,0.8057851,0.7768595,0.7892562,0.74380165,0.6487603,0.61570245,0.61157024,0.5785124,0.60330576,0.6404959,0.6735537,0.7107438,0.74380165,0.74793386,0.74380165,0.75619835,0.7644628,0.76859504,0.7644628,0.7768595,0.7644628,0.75619835,0.72727275,0.70247936,0.661157,0.61570245,0.58264464,0.56198347,0.5165289,0.1322314,0.5,0.5041322,0.53305787,0.5785124,0.61570245,0.6528926,0.6694215,0.7066116,0.71900827,0.7231405,0.73966944,0.74793386,0.76033056,0.75619835,0.75206614,0.74793386,0.74793386,0.7355372,0.7066116,0.6818182,0.6280992,0.57024795,0.58677685,0.6446281,0.6859504,0.69008267,0.6694215,0.677686,0.71900827,0.75206614,0.78099173,0.8140496,0.822314,0.8181818,0.8057851,0.7892562,0.7892562,0.7933884,0.7231405,0.6280992,0.6322314,0.5413223,0.4876033,0.553719,0.61157024,0.6652893,0.6818182,0.71487606,0.7231405,0.73140496,0.75206614,0.75619835,0.75619835,0.7644628,0.75206614,0.73966944,0.72727275,0.69008267,0.6446281,0.59090906,0.5495868,0.5661157,0.47933885,0.11983471,0.5082645,0.49586776,0.5123967,0.54545456,0.59090906,0.6322314,0.661157,0.677686,0.7066116,0.69008267,0.71487606,0.72727275,0.73966944,0.74380165,0.74380165,0.73140496,0.7066116,0.6818182,0.61157024,0.5289256,0.44214877,0.42975205,0.5206612,0.6487603,0.71487606,0.7107438,0.6694215,0.6942149,0.7231405,0.75619835,0.8057851,0.8347107,0.8181818,0.8016529,0.7933884,0.7933884,0.78099173,0.79752064,0.76859504,0.6818182,0.7107438,0.61570245,0.446281,0.46694216,0.5165289,0.56198347,0.58677685,0.6446281,0.6942149,0.7107438,0.72727275,0.73140496,0.72727275,0.73140496,0.72727275,0.7066116,0.7066116,0.6652893,0.62396693,0.5661157,0.5289256,0.5661157,0.42561984,0.11157025,0.5165289,0.4876033,0.47933885,0.5082645,0.55785125,0.60330576,0.62396693,0.6528926,0.6735537,0.6859504,0.7066116,0.7107438,0.7107438,0.7066116,0.7066116,0.69008267,0.6322314,0.56198347,0.46694216,0.38429752,0.338843,0.29338843,0.4338843,0.6528926,0.71900827,0.6818182,0.6446281,0.677686,0.7107438,0.72727275,0.78512394,0.8140496,0.7933884,0.78099173,0.7768595,0.7933884,0.7892562,0.77272725,0.75206614,0.677686,0.6983471,0.69008267,0.45454547,0.45867768,0.4752066,0.47107437,0.5371901,0.58264464,0.6446281,0.6694215,0.6942149,0.70247936,0.6942149,0.70247936,0.6818182,0.6818182,0.6735537,0.6322314,0.59504133,0.5495868,0.5165289,0.57438016,0.38016528,0.1322314,0.5123967,0.48347107,0.47933885,0.4876033,0.5289256,0.5661157,0.59504133,0.62396693,0.6487603,0.6694215,0.6859504,0.69008267,0.677686,0.6735537,0.6570248,0.6198347,0.5413223,0.446281,0.35950413,0.36363637,0.36363637,0.3677686,0.41735536,0.607438,0.6942149,0.6280992,0.58264464,0.6322314,0.6818182,0.69008267,0.72727275,0.75619835,0.74793386,0.74380165,0.73966944,0.76859504,0.78099173,0.7231405,0.6983471,0.6363636,0.61157024,0.6942149,0.49586776,0.44214877,0.46280992,0.446281,0.44214877,0.5247934,0.5785124,0.61157024,0.6322314,0.6652893,0.6694215,0.6528926,0.6528926,0.62396693,0.61570245,0.60330576,0.5661157,0.5413223,0.5082645,0.58264464,0.3264463,0.1322314,0.4876033,0.49173555,0.4752066,0.46280992,0.48347107,0.49586776,0.54545456,0.59504133,0.6198347,0.6487603,0.661157,0.6570248,0.6487603,0.6280992,0.59917355,0.54545456,0.45041323,0.38016528,0.35123968,0.4338843,0.4876033,0.53305787,0.5165289,0.5413223,0.61570245,0.56198347,0.44214877,0.5041322,0.59917355,0.61157024,0.6570248,0.6859504,0.69008267,0.6487603,0.677686,0.6942149,0.6859504,0.62396693,0.58677685,0.5495868,0.5413223,0.6280992,0.5206612,0.42561984,0.47107437,0.44214877,0.40495867,0.46280992,0.5206612,0.55785125,0.5661157,0.59504133,0.59917355,0.60330576,0.59090906,0.59090906,0.58264464,0.57024795,0.54545456,0.5289256,0.5123967,0.58677685,0.2768595,0.11570248,0.446281,0.5123967,0.47933885,0.45041323,0.45867768,0.45867768,0.5,0.553719,0.59504133,0.6198347,0.6198347,0.62396693,0.61157024,0.5785124,0.5206612,0.446281,0.3677686,0.3305785,0.42975205,0.5206612,0.5661157,0.58264464,0.58264464,0.49586776,0.4876033,0.5,0.36363637,0.2892562,0.37190083,0.43801653,0.5165289,0.56198347,0.5785124,0.5082645,0.5495868,0.58264464,0.5247934,0.48347107,0.42975205,0.42975205,0.48347107,0.5413223,0.48347107,0.44214877,0.49586776,0.4752066,0.39256197,0.38429752,0.44214877,0.49173555,0.5123967,0.5413223,0.5413223,0.553719,0.54545456,0.5495868,0.5495868,0.54545456,0.5289256,0.5206612,0.5247934,0.55785125,0.27272728,0.13636364,0.36363637,0.5041322,0.5,0.46280992,0.446281,0.43801653,0.45454547,0.5206612,0.54545456,0.5785124,0.57024795,0.5785124,0.553719,0.5,0.44214877,0.35123968,0.3264463,0.38842976,0.5082645,0.57438016,0.58677685,0.59090906,0.60330576,0.5371901,0.39256197,0.3264463,0.29338843,0.24380165,0.2231405,0.26859504,0.33471075,0.40082645,0.41735536,0.38016528,0.4090909,0.43801653,0.40082645,0.3429752,0.29338843,0.30578512,0.38842976,0.45454547,0.45454547,0.46280992,0.5206612,0.5289256,0.43801653,0.34710744,0.3429752,0.41322315,0.46694216,0.49586776,0.5123967,0.5082645,0.5123967,0.5123967,0.5206612,0.5206612,0.5165289,0.5206612,0.53305787,0.53305787,0.18181819,0.17768595,0.26859504,0.49586776,0.4876033,0.4752066,0.46280992,0.41735536,0.38429752,0.4752066,0.5082645,0.53305787,0.5247934,0.5082645,0.47933885,0.43801653,0.36363637,0.3181818,0.3429752,0.45454547,0.5289256,0.55785125,0.58264464,0.59504133,0.60330576,0.60330576,0.46280992,0.24380165,0.2107438,0.21900827,0.21900827,0.22727273,0.25619835,0.28099173,0.26859504,0.29338843,0.29752067,0.338843,0.30165288,0.23553719,0.23553719,0.30578512,0.40082645,0.4338843,0.45454547,0.45867768,0.5206612,0.5371901,0.4876033,0.3966942,0.3181818,0.3264463,0.3966942,0.446281,0.4752066,0.48347107,0.49173555,0.4876033,0.48347107,0.49586776,0.5,0.5082645,0.5413223,0.46694216,0.1446281,0.2107438,0.19421488,0.47107437,0.46694216,0.48347107,0.46694216,0.39256197,0.37603307,0.42561984,0.48347107,0.5,0.47933885,0.46280992,0.4214876,0.37603307,0.29338843,0.3181818,0.38429752,0.47933885,0.5371901,0.55785125,0.58677685,0.59917355,0.61570245,0.6280992,0.57438016,0.35123968,0.21900827,0.23140496,0.23140496,0.23553719,0.23553719,0.24793388,0.2520661,0.23966943,0.26859504,0.26859504,0.2644628,0.26859504,0.3181818,0.3966942,0.4338843,0.44214877,0.46694216,0.45867768,0.49173555,0.5,0.49173555,0.42975205,0.3677686,0.29338843,0.32231405,0.3966942,0.446281,0.46694216,0.47107437,0.4752066,0.4752066,0.4752066,0.47933885,0.5082645,0.553719,0.38842976,0.1322314,0.23140496,0.1446281,0.4090909,0.45867768,0.47107437,0.47107437,0.42561984,0.36363637,0.41322315,0.46694216,0.45041323,0.43801653,0.41322315,0.38016528,0.33471075,0.2768595,0.3429752,0.41322315,0.5,0.57438016,0.59917355,0.6280992,0.6446281,0.6528926,0.6528926,0.6363636,0.49173555,0.32231405,0.28512397,0.28099173,0.28512397,0.28099173,0.27272728,0.25619835,0.2603306,0.2768595,0.28099173,0.32231405,0.35123968,0.4090909,0.446281,0.46280992,0.46280992,0.4876033,0.4876033,0.5041322,0.5041322,0.5123967,0.4752066,0.4214876,0.3553719,0.2768595,0.35123968,0.41735536,0.45041323,0.4752066,0.47933885,0.46694216,0.45454547,0.47107437,0.5123967,0.55785125,0.27272728,0.14876033,0.24380165,0.10330579,0.32231405,0.45867768,0.45041323,0.46694216,0.42975205,0.36363637,0.38842976,0.44214877,0.42975205,0.4090909,0.38842976,0.36363637,0.30578512,0.3140496,0.38016528,0.45454547,0.5082645,0.57438016,0.61157024,0.6446281,0.661157,0.6818182,0.677686,0.6818182,0.61157024,0.42975205,0.3553719,0.3305785,0.3429752,0.3429752,0.3305785,0.3140496,0.32231405,0.30165288,0.3429752,0.41322315,0.45867768,0.47107437,0.48347107,0.49586776,0.5041322,0.5082645,0.5123967,0.5123967,0.5247934,0.5371901,0.5247934,0.49173555,0.42561984,0.3181818,0.30991736,0.39256197,0.43801653,0.48347107,0.47933885,0.47107437,0.45041323,0.4752066,0.5289256,0.5371901,0.17355372,0.18181819,0.27272728,0.11157025,0.24380165,0.42561984,0.42975205,0.4338843,0.42975205,0.41322315,0.37190083,0.4214876,0.40082645,0.37190083,0.3677686,0.3677686,0.3181818,0.35123968,0.44214877,0.43801653,0.446281,0.5,0.5785124,0.6280992,0.6570248,0.6818182,0.7066116,0.71487606,0.6818182,0.5785124,0.45867768,0.37190083,0.37603307,0.37603307,0.38016528,0.38429752,0.38842976,0.38842976,0.40495867,0.45867768,0.5041322,0.5123967,0.5289256,0.5371901,0.5371901,0.53305787,0.5247934,0.5206612,0.5082645,0.4876033,0.4876033,0.5165289,0.47933885,0.3966942,0.30578512,0.3966942,0.44214877,0.4752066,0.4876033,0.4752066,0.45041323,0.4752066,0.5413223,0.46694216,0.08264463,0.19421488,0.29338843,0.15289256,0.19008264,0.36363637,0.40495867,0.42561984,0.40495867,0.44214877,0.40495867,0.4090909,0.4090909,0.39256197,0.3966942,0.39256197,0.338843,0.37190083,0.4752066,0.4214876,0.36363637,0.43801653,0.5082645,0.553719,0.58264464,0.5785124,0.60330576,0.6198347,0.61570245,0.57438016,0.5,0.3966942,0.37190083,0.37603307,0.41322315,0.45041323,0.45867768,0.44214877,0.45041323,0.45041323,0.48347107,0.5041322,0.5206612,0.5289256,0.5206612,0.5247934,0.5206612,0.5082645,0.4876033,0.43801653,0.41735536,0.47107437,0.5041322,0.45041323,0.37190083,0.4090909,0.46694216,0.47933885,0.4876033,0.4752066,0.46694216,0.49173555,0.55785125,0.32231405,0.06198347,0.20247933,0.30165288,0.23553719,0.23966943,0.3140496,0.38842976,0.42561984,0.42561984,0.43801653,0.46280992,0.42975205,0.4338843,0.43801653,0.446281,0.42975205,0.35950413,0.40082645,0.44214877,0.38842976,0.3140496,0.2644628,0.28099173,0.3181818,0.3553719,0.36363637,0.38842976,0.44214877,0.43801653,0.45454547,0.45041323,0.40495867,0.35950413,0.338843,0.34710744,0.37190083,0.40082645,0.40082645,0.39256197,0.37190083,0.39256197,0.40082645,0.41735536,0.4338843,0.42561984,0.40495867,0.40082645,0.38016528,0.3429752,0.3140496,0.338843,0.40082645,0.48347107,0.47107437,0.4338843,0.46694216,0.47107437,0.49173555,0.49173555,0.49173555,0.4752066,0.5041322,0.53305787,0.1983471,0.10330579,0.20661157,0.28099173,0.3305785,0.2768595,0.25619835,0.338843,0.41735536,0.42561984,0.44214877,0.49173555,0.45454547,0.446281,0.4752066,0.4752066,0.45867768,0.4090909,0.4338843,0.42975205,0.37603307,0.29752067,0.1694215,0.12809917,0.14049587,0.18181819,0.22727273,0.2603306,0.26859504,0.23140496,0.2603306,0.29338843,0.30578512,0.2892562,0.28099173,0.2644628,0.2520661,0.29752067,0.30991736,0.30578512,0.2768595,0.30578512,0.29752067,0.3264463,0.3429752,0.2892562,0.1983471,0.19421488,0.19421488,0.18181819,0.21900827,0.30578512,0.37190083,0.43801653,0.45867768,0.5,0.5,0.48347107,0.5041322,0.5041322,0.49173555,0.4876033,0.5247934,0.38429752,0.1983471,0.17768595,0.22727273,0.26859504,0.30991736,0.29338843,0.16115703,0.2603306,0.37190083,0.3966942,0.43801653,0.49173555,0.4752066,0.46694216,0.49173555,0.49173555,0.49586776,0.47107437,0.47933885,0.44214877,0.3966942,0.3677686,0.2768595,0.1983471,0.13636364,0.09090909,0.21900827,0.33471075,0.39256197,0.28512397,0.32231405,0.28099173,0.23140496,0.28099173,0.26859504,0.20661157,0.20661157,0.29338843,0.3181818,0.28099173,0.27272728,0.36363637,0.32231405,0.39256197,0.40495867,0.20247933,0.07024793,0.15289256,0.21487603,0.28512397,0.3677686,0.38842976,0.40495867,0.4090909,0.45454547,0.5413223,0.5041322,0.4876033,0.5041322,0.5041322,0.49173555,0.4876033,0.5082645,0.21487603,0.11157025,0.18595041,0.22727273,0.28512397,0.29752067,0.23966943,0.1570248,0.15289256,0.3264463,0.3677686,0.42975205,0.47107437,0.48347107,0.46280992,0.47933885,0.5,0.5041322,0.5123967,0.5082645,0.47107437,0.446281,0.46280992,0.48347107,0.3966942,0.2768595,0.14049587,0.09917355,0.29338843,0.446281,0.34710744,0.42975205,0.41322315,0.3677686,0.44214877,0.48347107,0.3264463,0.3429752,0.48347107,0.49586776,0.44214877,0.44214877,0.5165289,0.446281,0.5247934,0.3553719,0.0785124,0.16115703,0.26859504,0.3553719,0.45867768,0.5,0.47107437,0.45454547,0.4338843,0.4752066,0.5371901,0.49586776,0.49173555,0.49173555,0.49586776,0.49173555,0.5041322,0.4090909,0.0661157,0.10743801,0.1570248,0.2107438,0.27272728,0.23966943,0.20247933,0.1570248,0.08677686,0.18595041,0.3264463,0.38842976,0.42975205,0.46694216,0.42975205,0.43801653,0.47933885,0.49173555,0.5082645,0.5289256,0.5041322,0.49173555,0.5123967,0.58264464,0.58264464,0.47933885,0.35123968,0.16115703,0.17355372,0.3305785,0.19421488,0.338843,0.42561984,0.4214876,0.4752066,0.5123967,0.46694216,0.44214877,0.5247934,0.55785125,0.4876033,0.5041322,0.57024795,0.36363637,0.44214877,0.17355372,0.17355372,0.30578512,0.37190083,0.45454547,0.53305787,0.5247934,0.5082645,0.49586776,0.46694216,0.49586776,0.5041322,0.4752066,0.48347107,0.4876033,0.4876033,0.48347107,0.46694216,0.19421488,0.049586777,0.09917355,0.10743801,0.16115703,0.23140496,0.18181819,0.15289256,0.1322314,0.10743801,0.0661157,0.28512397,0.3140496,0.37603307,0.4338843,0.41735536,0.41735536,0.42975205,0.4752066,0.5041322,0.5123967,0.5041322,0.5247934,0.5495868,0.58677685,0.62396693,0.59504133,0.5371901,0.4214876,0.30578512,0.25619835,0.12396694,0.1694215,0.23966943,0.26859504,0.3677686,0.3966942,0.39256197,0.3429752,0.45454547,0.46694216,0.34710744,0.30578512,0.4090909,0.21487603,0.14049587,0.21900827,0.33471075,0.36363637,0.41735536,0.5165289,0.5413223,0.53305787,0.5371901,0.5165289,0.4876033,0.47933885,0.46694216,0.45454547,0.46280992,0.47107437,0.47107437,0.46694216,0.3181818,0.07024793,0.07024793,0.09504132,0.10743801,0.1322314,0.19008264,0.1570248,0.12396694,0.0785124,0.10743801,0.049586777,0.3264463,0.30165288,0.30578512,0.38016528,0.41322315,0.41322315,0.40082645,0.44214877,0.47107437,0.49586776,0.5206612,0.54545456,0.59917355,0.60330576,0.61157024,0.61570245,0.57024795,0.54545456,0.5082645,0.4338843,0.32231405,0.24380165,0.21900827,0.19421488,0.22727273,0.22727273,0.20661157,0.17355372,0.28099173,0.25619835,0.22727273,0.2603306,0.338843,0.2892562,0.2520661,0.36363637,0.35950413,0.39256197,0.47933885,0.54545456,0.5413223,0.53305787,0.53305787,0.5123967,0.49586776,0.46694216,0.44214877,0.43801653,0.446281,0.45867768,0.45454547,0.37603307,0.12809917,0.07024793,0.06198347,0.08264463,0.09917355,0.11983471,0.1322314,0.1322314,0.11157025,0.07438017,0.0661157,0.053719006,0.37603307,0.40495867,0.2644628,0.3140496,0.37190083,0.38842976,0.40495867,0.42561984,0.45867768,0.49586776,0.53305787,0.57024795,0.58677685,0.607438,0.61157024,0.607438,0.59504133,0.5247934,0.5495868,0.53305787,0.5495868,0.5206612,0.45041323,0.38842976,0.3553719,0.32231405,0.2768595,0.24793388,0.28512397,0.3140496,0.3305785,0.3305785,0.30165288,0.3264463,0.38016528,0.40082645,0.38016528,0.4338843,0.5289256,0.5413223,0.5247934,0.5495868,0.5247934,0.5165289,0.4876033,0.45041323,0.42975205,0.42975205,0.44214877,0.45454547,0.42561984,0.22727273,0.045454547,0.0661157,0.08677686,0.07024793,0.08677686,0.10743801,0.11157025,0.11157025,0.10330579,0.07024793,0.06198347,0.053719006,0.37603307,0.4752066,0.3553719,0.26859504,0.32231405,0.35123968,0.38429752,0.38842976,0.43801653,0.4752066,0.5165289,0.553719,0.57438016,0.60330576,0.61570245,0.59504133,0.607438,0.553719,0.5206612,0.5247934,0.5413223,0.58677685,0.59504133,0.59090906,0.57024795,0.5661157,0.5082645,0.446281,0.41322315,0.4338843,0.3966942,0.34710744,0.38842976,0.42975205,0.3966942,0.3966942,0.43801653,0.5,0.53305787,0.53305787,0.53305787,0.5371901,0.5206612,0.5371901,0.4876033,0.44214877,0.41735536,0.41735536,0.43801653,0.42561984,0.30165288,0.19008264,0.03305785,0.08264463,0.07438017,0.05785124,0.0661157,0.09090909,0.11157025,0.09504132,0.09090909,0.07024793,0.03305785,0.06198347,0.35950413,0.46694216,0.45041323,0.3140496,0.26859504,0.30165288,0.36363637,0.38842976,0.4090909,0.45867768,0.5082645,0.53305787,0.553719,0.5785124,0.59917355,0.59917355,0.58677685,0.5785124,0.5289256,0.4876033,0.5,0.5123967,0.55785125,0.59504133,0.60330576,0.59090906,0.57024795,0.5123967,0.46280992,0.47107437,0.44214877,0.4090909,0.43801653,0.4214876,0.40495867,0.4214876,0.5,0.5206612,0.5247934,0.5165289,0.5371901,0.5371901,0.5206612,0.54545456,0.49173555,0.446281,0.42561984,0.42975205,0.41735536,0.3181818,0.28099173,0.1570248,0.03305785,0.0661157,0.07438017,0.07438017,0.06198347,0.08264463,0.10330579,0.08677686,0.08264463,0.07024793,0.03305785,0.08264463,0.35950413,0.45041323,0.46694216,0.41735536,0.26859504,0.2603306,0.32231405,0.38842976,0.40495867,0.446281,0.49173555,0.5247934,0.5413223,0.55785125,0.57024795,0.59090906,0.57024795,0.5785124,0.5495868,0.48347107,0.45867768,0.45041323,0.45867768,0.5165289,0.5289256,0.54545456,0.5289256,0.49586776,0.45454547,0.45867768,0.42975205,0.4090909,0.3966942,0.37190083,0.42561984,0.47107437,0.5082645,0.5123967,0.5123967,0.5123967,0.5289256,0.5495868,0.5413223,0.5289256,0.47933885,0.45454547,0.43801653,0.41735536,0.33471075,0.23966943,0.25619835,0.17355372,0.03305785,0.0661157,0.07438017,0.06198347,0.053719006,0.07438017,0.08264463,0.07438017,0.09090909,0.0785124,0.024793388,0.12396694,0.34710744,0.446281,0.45867768,0.44214877,0.34710744,0.25619835,0.2644628,0.3429752,0.3966942,0.446281,0.48347107,0.5247934,0.55785125,0.5495868,0.553719,0.56198347,0.5661157,0.56198347,0.5371901,0.5082645,0.45041323,0.39256197,0.37190083,0.38429752,0.4214876,0.44214877,0.45041323,0.45041323,0.43801653,0.4090909,0.35950413,0.3429752,0.338843,0.38429752,0.47107437,0.49173555,0.5,0.5,0.5082645,0.5206612,0.5289256,0.54545456,0.5495868,0.5165289,0.4752066,0.45867768,0.42975205,0.36363637,0.25619835,0.2231405,0.27272728,0.15289256,0.041322313,0.053719006,0.08264463,0.0661157,0.053719006,0.07024793,0.09504132,0.0785124,0.08264463,0.0661157,0.049586777,0.12809917,0.3429752,0.446281,0.45867768,0.43801653,0.40495867,0.30991736,0.21900827,0.28099173,0.37190083,0.42975205,0.47107437,0.5206612,0.5661157,0.5661157,0.5495868,0.5495868,0.5495868,0.54545456,0.5247934,0.5,0.47107437,0.4090909,0.3553719,0.30578512,0.30578512,0.28099173,0.3181818,0.30991736,0.3181818,0.3140496,0.3181818,0.33471075,0.37190083,0.4338843,0.46694216,0.4876033,0.49586776,0.5,0.5082645,0.5247934,0.5247934,0.54545456,0.5413223,0.5165289,0.46694216,0.446281,0.38016528,0.28099173,0.2231405,0.22727273,0.2768595,0.14876033,0.041322313,0.06198347,0.07438017,0.06198347,0.053719006,0.08677686,0.09090909,0.09090909,0.0785124,0.05785124,0.049586777,0.12396694,0.33471075,0.44214877,0.46280992,0.45867768,0.42561984,0.35950413,0.25619835,0.23140496,0.30165288,0.38016528,0.446281,0.5041322,0.5661157,0.58677685,0.5785124,0.57024795,0.56198347,0.5495868,0.5371901,0.5082645,0.4752066,0.446281,0.3966942,0.32231405,0.3181818,0.28512397,0.29338843,0.27272728,0.3181818,0.33471075,0.35123968,0.36363637,0.4090909,0.446281,0.46694216,0.48347107,0.49173555,0.5082645,0.5247934,0.5289256,0.53305787,0.5371901,0.5206612,0.5,0.45041323,0.38842976,0.30578512,0.2520661,0.22727273,0.23553719,0.29752067,0.11983471,0.041322313,0.0661157,0.07438017,0.0661157,0.053719006,0.07438017,0.08264463,0.09504132,0.07438017,0.0785124,0.045454547,0.1322314,0.3264463,0.4338843,0.46280992,0.46280992,0.45041323,0.38016528,0.32231405,0.23140496,0.21900827,0.30578512,0.39256197,0.4752066,0.5495868,0.59090906,0.60330576,0.59504133,0.57024795,0.56198347,0.5495868,0.5165289,0.446281,0.4338843,0.42975205,0.38016528,0.34710744,0.3140496,0.30165288,0.2892562,0.3181818,0.35123968,0.37190083,0.39256197,0.4214876,0.45454547,0.4752066,0.4752066,0.5,0.5041322,0.5165289,0.53305787,0.5495868,0.5495868,0.5123967,0.47933885,0.3966942,0.3140496,0.2768595,0.2603306,0.23553719,0.23966943,0.30165288,0.09917355,0.049586777,0.07024793,0.07438017,0.0661157,0.049586777,0.07438017,0.08264463,0.09504132,0.0785124,0.07438017,0.053719006,0.11570248,0.30578512,0.4214876,0.45867768,0.4752066,0.45454547,0.40082645,0.3553719,0.25619835,0.21900827,0.21487603,0.29752067,0.41735536,0.49586776,0.58677685,0.6322314,0.62396693,0.59917355,0.58677685,0.5785124,0.553719,0.5,0.4752066,0.47107437,0.44214877,0.43801653,0.37190083,0.3553719,0.33471075,0.3429752,0.37190083,0.40082645,0.41735536,0.45041323,0.47107437,0.49586776,0.5123967,0.5247934,0.53305787,0.53305787,0.5371901,0.5413223,0.5371901,0.5,0.41735536,0.3181818,0.2892562,0.2768595,0.27272728,0.21900827,0.2644628,0.28099173,0.07024793,0.053719006,0.07024793,0.08264463,0.06198347,0.053719006,0.08264463,0.0785124,0.09504132,0.08677686,0.0785124,0.05785124,0.09917355,0.28099173,0.41322315,0.44214877,0.46694216,0.446281,0.42561984,0.3677686,0.28099173,0.23553719,0.2107438,0.20661157,0.3140496,0.42561984,0.53305787,0.61570245,0.6446281,0.6570248,0.6322314,0.6198347,0.59504133,0.5785124,0.56198347,0.56198347,0.56198347,0.5371901,0.5041322,0.4752066,0.446281,0.42561984,0.41735536,0.45041323,0.4876033,0.5082645,0.5082645,0.53305787,0.5413223,0.5413223,0.54545456,0.54545456,0.56198347,0.5371901,0.5082645,0.45041323,0.3140496,0.29338843,0.29752067,0.28512397,0.25619835,0.24793388,0.2768595,0.24380165,0.03305785,0.06198347,0.07024793,0.08264463,0.05785124,0.05785124,0.07438017,0.09090909,0.09917355,0.09090909,0.0785124,0.06198347,0.09090909,0.26859504,0.40082645,0.42975205,0.47107437,0.45041323,0.41735536,0.40082645,0.32231405,0.25619835,0.22727273,0.19421488,0.2231405,0.29752067,0.4338843,0.56198347,0.607438,0.6528926,0.6528926,0.6363636,0.61570245,0.61157024,0.59917355,0.6280992,0.6446281,0.6198347,0.6198347,0.59504133,0.5785124,0.5495868,0.5289256,0.553719,0.59504133,0.5785124,0.57024795,0.57438016,0.5661157,0.56198347,0.5495868,0.5495868,0.54545456,0.5413223,0.45454547,0.34710744,0.28099173,0.30991736,0.29752067,0.29338843,0.2603306,0.2520661,0.28512397,0.18595041,0.037190083,0.06198347,0.08677686,0.08264463,0.06198347,0.05785124,0.0661157,0.09090909,0.08677686,0.09504132,0.09090909,0.0785124,0.07438017,0.24380165,0.38842976,0.43801653,0.45867768,0.45867768,0.42975205,0.40495867,0.35123968,0.2892562,0.23966943,0.2231405,0.19421488,0.20661157,0.29338843,0.48347107,0.553719,0.59504133,0.61157024,0.6363636,0.6363636,0.6404959,0.6363636,0.6280992,0.6198347,0.661157,0.6446281,0.6404959,0.661157,0.6528926,0.6570248,0.6363636,0.661157,0.61570245,0.60330576,0.59090906,0.57024795,0.553719,0.5289256,0.5165289,0.5289256,0.49586776,0.34710744,0.2768595,0.25619835,0.30991736,0.29752067,0.28512397,0.2644628,0.27272728,0.2603306,0.11983471,0.03305785,0.07024793,0.0785124,0.08264463,0.0661157,0.07024793,0.08264463,0.08677686,0.10743801,0.08264463,0.11570248,0.0785124,0.0785124,0.21900827,0.37603307,0.43801653,0.44214877,0.45867768,0.4338843,0.41322315,0.37190083,0.32231405,0.2603306,0.23140496,0.21487603,0.20661157,0.19421488,0.32231405,0.47933885,0.5165289,0.5,0.56198347,0.61570245,0.6363636,0.6322314,0.6487603,0.6528926,0.677686,0.6446281,0.6280992,0.6446281,0.6528926,0.6694215,0.6570248,0.6446281,0.61157024,0.60330576,0.5785124,0.5371901,0.5247934,0.5082645,0.49586776,0.49586776,0.3966942,0.2768595,0.27272728,0.28512397,0.30991736,0.30165288,0.2892562,0.27272728,0.28512397,0.2107438,0.05785124,0.0661157,0.07024793,0.08264463,0.07438017,0.053719006,0.07024793,0.07438017,0.12396694,0.11157025,0.09090909,0.11570248,0.11157025,0.09090909,0.19008264,0.37603307,0.42975205,0.44214877,0.45867768,0.42975205,0.4214876,0.38429752,0.3429752,0.28512397,0.23966943,0.23140496,0.23966943,0.20247933,0.21487603,0.30578512,0.40495867,0.44214877,0.4876033,0.5371901,0.58264464,0.61157024,0.60330576,0.60330576,0.6446281,0.6198347,0.607438,0.59917355,0.59504133,0.58264464,0.59504133,0.57024795,0.56198347,0.56198347,0.5289256,0.49173555,0.4876033,0.45867768,0.44214877,0.3966942,0.2768595,0.2768595,0.28099173,0.30991736,0.30578512,0.30165288,0.2892562,0.2768595,0.28099173,0.15289256,0.037190083,0.0661157,0.07438017,0.08264463,0.07438017,0.049586777,0.07438017,0.09504132,0.10743801,11 +0.55785125,0.60330576,0.6570248,0.6859504,0.7231405,0.73966944,0.76033056,0.77272725,0.7892562,0.80991733,0.8140496,0.80991733,0.8057851,0.8140496,0.8057851,0.8057851,0.8057851,0.8181818,0.8181818,0.8181818,0.8264463,0.8264463,0.8347107,0.8347107,0.838843,0.838843,0.8471074,0.838843,0.838843,0.838843,0.838843,0.8471074,0.8429752,0.8429752,0.8471074,0.8429752,0.8429752,0.8471074,0.838843,0.8429752,0.8347107,0.8305785,0.8264463,0.822314,0.8181818,0.8057851,0.79752064,0.79752064,0.7892562,0.78099173,0.7768595,0.7768595,0.7768595,0.78099173,0.7768595,0.76033056,0.71900827,0.6652893,0.62396693,0.553719,0.43801653,0.30578512,0.23140496,0.42975205,0.56198347,0.607438,0.6694215,0.6942149,0.71900827,0.73966944,0.74380165,0.75206614,0.78512394,0.8057851,0.80991733,0.80991733,0.8140496,0.80991733,0.8057851,0.80991733,0.8140496,0.8181818,0.80991733,0.80991733,0.8264463,0.8347107,0.8347107,0.8347107,0.838843,0.838843,0.8429752,0.8347107,0.8347107,0.838843,0.8471074,0.8429752,0.8429752,0.8471074,0.8429752,0.8471074,0.8471074,0.8429752,0.838843,0.8429752,0.8347107,0.8347107,0.8264463,0.822314,0.8140496,0.8016529,0.8057851,0.8016529,0.7933884,0.7892562,0.78512394,0.78512394,0.78512394,0.7892562,0.7644628,0.7644628,0.7107438,0.6735537,0.6404959,0.553719,0.46694216,0.3305785,0.27272728,0.338843,0.57438016,0.62396693,0.6694215,0.70247936,0.7107438,0.7231405,0.72727275,0.75206614,0.78099173,0.79752064,0.8016529,0.80991733,0.80991733,0.8057851,0.80991733,0.8140496,0.80991733,0.8140496,0.8140496,0.80991733,0.8264463,0.8305785,0.8305785,0.8347107,0.838843,0.8429752,0.838843,0.838843,0.838843,0.8471074,0.8471074,0.8429752,0.8471074,0.8512397,0.8512397,0.8471074,0.8471074,0.8471074,0.8429752,0.838843,0.838843,0.838843,0.8181818,0.80991733,0.822314,0.8016529,0.8057851,0.8140496,0.8016529,0.79752064,0.8016529,0.7933884,0.78512394,0.78512394,0.76859504,0.76033056,0.71900827,0.6735537,0.6404959,0.57024795,0.46694216,0.3677686,0.29752067,0.32231405,0.59917355,0.661157,0.677686,0.6818182,0.70247936,0.7107438,0.73140496,0.76033056,0.7768595,0.7933884,0.8057851,0.8016529,0.80991733,0.8057851,0.8140496,0.8140496,0.8181818,0.80991733,0.8264463,0.8264463,0.8305785,0.8305785,0.8305785,0.8347107,0.838843,0.8429752,0.8471074,0.838843,0.8429752,0.8512397,0.8512397,0.8429752,0.8512397,0.8471074,0.8471074,0.8512397,0.8471074,0.8471074,0.8429752,0.8429752,0.838843,0.838843,0.8181818,0.7892562,0.822314,0.8140496,0.8181818,0.80991733,0.80991733,0.8016529,0.7933884,0.7933884,0.7768595,0.78099173,0.77272725,0.75619835,0.71487606,0.6694215,0.6528926,0.59917355,0.47933885,0.37190083,0.30991736,0.30991736,0.6322314,0.6818182,0.69008267,0.6983471,0.6942149,0.7107438,0.73140496,0.75206614,0.7768595,0.7892562,0.8057851,0.79752064,0.80991733,0.8140496,0.80991733,0.822314,0.822314,0.822314,0.8264463,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.8347107,0.8429752,0.8512397,0.838843,0.8471074,0.8471074,0.8512397,0.8512397,0.8553719,0.8512397,0.8429752,0.8512397,0.8471074,0.8429752,0.8512397,0.8471074,0.8429752,0.838843,0.8305785,0.822314,0.8305785,0.8264463,0.8140496,0.8181818,0.8181818,0.80991733,0.7933884,0.7768595,0.7892562,0.78512394,0.7768595,0.76033056,0.71487606,0.6735537,0.661157,0.6280992,0.5082645,0.38842976,0.29752067,0.39256197,0.59504133,0.6694215,0.6942149,0.7066116,0.6983471,0.70247936,0.7231405,0.74380165,0.7644628,0.7933884,0.8016529,0.79752064,0.8016529,0.80991733,0.8140496,0.8181818,0.8264463,0.8305785,0.8305785,0.8264463,0.8347107,0.8347107,0.8429752,0.838843,0.8429752,0.8429752,0.8471074,0.838843,0.8471074,0.8471074,0.8512397,0.8512397,0.8512397,0.8512397,0.8512397,0.8512397,0.8512397,0.8471074,0.8471074,0.8429752,0.8471074,0.8429752,0.8347107,0.838843,0.8347107,0.8347107,0.8264463,0.822314,0.8181818,0.8140496,0.8140496,0.7892562,0.7933884,0.7892562,0.7768595,0.75619835,0.71900827,0.661157,0.6487603,0.6280992,0.5495868,0.44214877,0.23966943,0.27272728,0.57024795,0.6570248,0.70247936,0.70247936,0.7066116,0.7066116,0.73140496,0.73966944,0.76033056,0.7892562,0.7933884,0.8016529,0.8057851,0.8016529,0.80991733,0.822314,0.8264463,0.8264463,0.8181818,0.822314,0.8305785,0.8347107,0.838843,0.838843,0.838843,0.8429752,0.8471074,0.8429752,0.838843,0.8429752,0.8512397,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.8512397,0.8471074,0.8429752,0.8429752,0.8471074,0.8471074,0.8429752,0.838843,0.8305785,0.8347107,0.8305785,0.8264463,0.8181818,0.8181818,0.8140496,0.8057851,0.7933884,0.7933884,0.7768595,0.76033056,0.72727275,0.6570248,0.6363636,0.61157024,0.58264464,0.4876033,0.2603306,0.14049587,0.59090906,0.6570248,0.69008267,0.6942149,0.6983471,0.71487606,0.73140496,0.74793386,0.76859504,0.7933884,0.7933884,0.8057851,0.8140496,0.80991733,0.8140496,0.8264463,0.8264463,0.822314,0.8264463,0.8181818,0.8305785,0.8264463,0.838843,0.838843,0.838843,0.838843,0.8429752,0.838843,0.8347107,0.8347107,0.8512397,0.8512397,0.838843,0.8429752,0.8429752,0.8512397,0.8471074,0.8471074,0.8429752,0.8512397,0.8471074,0.8471074,0.8429752,0.838843,0.8305785,0.8347107,0.8305785,0.822314,0.822314,0.8181818,0.822314,0.8140496,0.8016529,0.79752064,0.78099173,0.76033056,0.7355372,0.6652893,0.6280992,0.60330576,0.60330576,0.53305787,0.29338843,0.11983471,0.59917355,0.6363636,0.6694215,0.6818182,0.69008267,0.71487606,0.7231405,0.74380165,0.76859504,0.78512394,0.8057851,0.8057851,0.8140496,0.8181818,0.822314,0.8264463,0.8264463,0.8181818,0.822314,0.822314,0.8305785,0.8305785,0.8305785,0.8347107,0.8347107,0.8347107,0.8429752,0.8347107,0.8429752,0.8429752,0.838843,0.8429752,0.838843,0.8471074,0.8429752,0.8471074,0.8471074,0.8471074,0.8471074,0.8512397,0.8429752,0.8429752,0.838843,0.8429752,0.822314,0.822314,0.822314,0.822314,0.8181818,0.822314,0.822314,0.80991733,0.80991733,0.8016529,0.78512394,0.77272725,0.74793386,0.677686,0.6280992,0.60330576,0.58677685,0.53305787,0.33471075,0.17768595,0.59917355,0.61570245,0.6528926,0.6652893,0.6942149,0.71487606,0.7231405,0.74793386,0.7644628,0.78512394,0.7933884,0.8016529,0.80991733,0.80991733,0.8140496,0.822314,0.822314,0.80991733,0.8016529,0.8016529,0.8181818,0.8264463,0.8140496,0.80991733,0.8181818,0.822314,0.8347107,0.8305785,0.8347107,0.8429752,0.838843,0.838843,0.8347107,0.8347107,0.838843,0.838843,0.8429752,0.838843,0.838843,0.838843,0.8347107,0.8347107,0.8305785,0.8264463,0.8140496,0.8181818,0.8140496,0.8140496,0.80991733,0.80991733,0.8140496,0.8181818,0.8057851,0.8016529,0.78512394,0.76859504,0.75619835,0.6983471,0.6280992,0.58264464,0.57438016,0.5206612,0.3181818,0.23966943,0.59090906,0.6198347,0.6487603,0.6404959,0.6694215,0.6983471,0.71900827,0.73140496,0.75619835,0.75619835,0.73966944,0.76033056,0.76033056,0.74793386,0.73966944,0.7355372,0.7066116,0.6942149,0.6735537,0.6487603,0.6818182,0.71487606,0.7231405,0.677686,0.71487606,0.74380165,0.7644628,0.78512394,0.8057851,0.8264463,0.8264463,0.822314,0.8264463,0.8305785,0.8305785,0.8264463,0.8347107,0.8305785,0.8264463,0.8140496,0.8057851,0.8016529,0.78512394,0.76859504,0.77272725,0.7892562,0.78099173,0.77272725,0.7768595,0.77272725,0.7644628,0.76859504,0.76859504,0.7768595,0.76033056,0.75619835,0.74793386,0.70247936,0.6280992,0.58677685,0.5495868,0.5206612,0.28099173,0.25619835,0.59090906,0.6198347,0.6528926,0.6322314,0.6487603,0.6694215,0.6859504,0.6859504,0.6859504,0.6735537,0.6652893,0.6363636,0.62396693,0.61157024,0.58264464,0.58264464,0.54545456,0.5247934,0.49586776,0.46694216,0.46694216,0.5082645,0.5041322,0.5165289,0.54545456,0.6322314,0.6735537,0.69008267,0.73966944,0.7933884,0.8016529,0.8016529,0.80991733,0.8140496,0.8181818,0.80991733,0.8181818,0.80991733,0.79752064,0.77272725,0.74380165,0.71900827,0.6363636,0.62396693,0.61157024,0.61570245,0.607438,0.607438,0.60330576,0.58264464,0.58264464,0.60330576,0.60330576,0.6363636,0.6446281,0.62396693,0.677686,0.677686,0.6322314,0.57438016,0.54545456,0.49173555,0.2644628,0.24793388,0.59504133,0.59917355,0.6322314,0.6280992,0.60330576,0.57024795,0.55785125,0.5661157,0.57438016,0.58264464,0.5785124,0.56198347,0.553719,0.53305787,0.5,0.45867768,0.45454547,0.43801653,0.41322315,0.40495867,0.40495867,0.42561984,0.44214877,0.45041323,0.47933885,0.57024795,0.61157024,0.5661157,0.661157,0.7355372,0.74380165,0.77272725,0.7933884,0.7933884,0.79752064,0.79752064,0.7892562,0.78099173,0.74793386,0.6818182,0.62396693,0.57438016,0.5123967,0.4876033,0.45867768,0.4090909,0.4090909,0.4214876,0.41735536,0.40082645,0.41322315,0.446281,0.46694216,0.48347107,0.5041322,0.4876033,0.5041322,0.5413223,0.553719,0.5413223,0.5495868,0.46694216,0.24793388,0.26859504,0.59504133,0.60330576,0.59917355,0.58264464,0.49586776,0.4338843,0.46694216,0.49173555,0.5,0.5082645,0.53305787,0.5371901,0.5495868,0.553719,0.5371901,0.5123967,0.48347107,0.45867768,0.41735536,0.4090909,0.38842976,0.40082645,0.4214876,0.44214877,0.4752066,0.53305787,0.60330576,0.5371901,0.59090906,0.677686,0.70247936,0.72727275,0.77272725,0.78512394,0.78512394,0.7768595,0.7644628,0.74793386,0.6818182,0.60330576,0.5371901,0.5165289,0.47933885,0.45041323,0.41322315,0.3677686,0.35123968,0.36363637,0.338843,0.36363637,0.41322315,0.45454547,0.46694216,0.446281,0.446281,0.46280992,0.45041323,0.4338843,0.42561984,0.41735536,0.5371901,0.44214877,0.21487603,0.2603306,0.59090906,0.60330576,0.56198347,0.5165289,0.46694216,0.44214877,0.47933885,0.49173555,0.5082645,0.5165289,0.5371901,0.5413223,0.5041322,0.48347107,0.47107437,0.48347107,0.5041322,0.4876033,0.40082645,0.35950413,0.29752067,0.2603306,0.30578512,0.38429752,0.41322315,0.45867768,0.5247934,0.5495868,0.59504133,0.661157,0.6983471,0.7355372,0.77272725,0.78512394,0.76859504,0.76859504,0.75206614,0.7231405,0.6528926,0.5785124,0.5247934,0.4752066,0.44214877,0.3966942,0.34710744,0.3429752,0.33471075,0.35950413,0.38429752,0.43801653,0.49173555,0.5165289,0.5123967,0.5041322,0.49173555,0.46694216,0.44214877,0.43801653,0.4090909,0.3966942,0.5,0.446281,0.19421488,0.24793388,0.5785124,0.59504133,0.53305787,0.5041322,0.4876033,0.48347107,0.49586776,0.5165289,0.5371901,0.5165289,0.48347107,0.42561984,0.40495867,0.4214876,0.41735536,0.3966942,0.42561984,0.4752066,0.39256197,0.42975205,0.47107437,0.41735536,0.34710744,0.32231405,0.338843,0.38842976,0.4214876,0.46694216,0.53305787,0.61570245,0.6859504,0.72727275,0.7768595,0.7768595,0.76033056,0.77272725,0.74380165,0.71900827,0.6404959,0.5371901,0.46694216,0.4090909,0.36363637,0.3305785,0.32231405,0.36363637,0.3429752,0.37603307,0.30578512,0.33471075,0.3305785,0.35950413,0.40495867,0.45454547,0.4876033,0.49173555,0.47933885,0.47107437,0.43801653,0.4090909,0.4752066,0.45041323,0.18181819,0.2231405,0.55785125,0.57438016,0.57438016,0.5413223,0.53305787,0.5165289,0.5082645,0.5082645,0.5,0.42561984,0.34710744,0.3677686,0.37190083,0.3305785,0.26859504,0.18181819,0.23140496,0.43801653,0.23140496,0.3966942,0.56198347,0.4752066,0.46280992,0.46280992,0.4214876,0.40082645,0.4214876,0.4214876,0.446281,0.553719,0.661157,0.7355372,0.76859504,0.76859504,0.77272725,0.78099173,0.74793386,0.6983471,0.58677685,0.48347107,0.4090909,0.3966942,0.41322315,0.45041323,0.4214876,0.30991736,0.2603306,0.4338843,0.27272728,0.20661157,0.32231405,0.29752067,0.2520661,0.33471075,0.3677686,0.446281,0.48347107,0.4876033,0.45867768,0.45867768,0.49173555,0.46694216,0.20247933,0.19008264,0.55785125,0.55785125,0.59504133,0.59917355,0.59917355,0.57438016,0.5495868,0.5247934,0.4752066,0.39256197,0.3264463,0.29338843,0.38842976,0.46694216,0.34710744,0.28512397,0.18595041,0.3140496,0.3305785,0.5785124,0.75619835,0.607438,0.45041323,0.5,0.55785125,0.5082645,0.46280992,0.47107437,0.4338843,0.5247934,0.6694215,0.77272725,0.8181818,0.822314,0.8264463,0.80991733,0.77272725,0.6652893,0.5413223,0.46280992,0.47933885,0.5206612,0.54545456,0.57438016,0.607438,0.3677686,0.29338843,0.37603307,0.30165288,0.24380165,0.47933885,0.5785124,0.3181818,0.21900827,0.30165288,0.38016528,0.48347107,0.5082645,0.5165289,0.5289256,0.5165289,0.4876033,0.2603306,0.20661157,0.58264464,0.56198347,0.59504133,0.607438,0.59917355,0.59090906,0.5495868,0.5082645,0.4752066,0.40082645,0.32231405,0.35950413,0.49173555,0.60330576,0.5495868,0.41322315,0.3677686,0.40082645,0.53305787,0.75206614,0.76859504,0.74793386,0.76033056,0.7066116,0.5785124,0.6487603,0.553719,0.5123967,0.5206612,0.553719,0.7066116,0.7892562,0.8264463,0.8264463,0.822314,0.80991733,0.7768595,0.661157,0.5371901,0.5206612,0.6404959,0.5785124,0.607438,0.6942149,0.74793386,0.5082645,0.38429752,0.3264463,0.338843,0.3553719,0.6280992,0.7231405,0.5371901,0.32231405,0.26859504,0.37190083,0.47107437,0.5206612,0.5413223,0.54545456,0.5206612,0.48347107,0.25619835,0.22727273,0.607438,0.59917355,0.61570245,0.6363636,0.6198347,0.60330576,0.59090906,0.5785124,0.56198347,0.5247934,0.45454547,0.45867768,0.47933885,0.5,0.58264464,0.6528926,0.6363636,0.6363636,0.6528926,0.6570248,0.6446281,0.607438,0.5785124,0.60330576,0.59090906,0.6528926,0.61157024,0.5661157,0.59504133,0.6322314,0.71900827,0.7892562,0.8181818,0.8264463,0.8347107,0.8181818,0.7933884,0.6818182,0.553719,0.59504133,0.6859504,0.60330576,0.5785124,0.61157024,0.6446281,0.6652893,0.56198347,0.49173555,0.47107437,0.59504133,0.6528926,0.60330576,0.5041322,0.4090909,0.39256197,0.43801653,0.4752066,0.5123967,0.56198347,0.55785125,0.5413223,0.48347107,0.26859504,0.24380165,0.6280992,0.6446281,0.6694215,0.6818182,0.6983471,0.7107438,0.71487606,0.71900827,0.6735537,0.6487603,0.59090906,0.53305787,0.5123967,0.5082645,0.4876033,0.5082645,0.54545456,0.53305787,0.54545456,0.54545456,0.5495868,0.5495868,0.553719,0.59504133,0.61570245,0.6280992,0.6446281,0.6404959,0.69008267,0.6942149,0.7231405,0.7768595,0.80991733,0.8264463,0.8347107,0.822314,0.7892562,0.69008267,0.57024795,0.6198347,0.6570248,0.61157024,0.57438016,0.553719,0.5247934,0.56198347,0.5785124,0.5495868,0.5206612,0.5289256,0.47933885,0.46280992,0.45867768,0.446281,0.49586776,0.553719,0.5495868,0.55785125,0.59090906,0.58677685,0.56198347,0.48347107,0.24380165,0.2520661,0.6363636,0.6652893,0.69008267,0.70247936,0.72727275,0.74793386,0.75206614,0.76033056,0.7231405,0.6942149,0.6570248,0.60330576,0.56198347,0.5371901,0.5289256,0.5413223,0.5206612,0.49586776,0.49586776,0.49586776,0.5041322,0.5206612,0.55785125,0.607438,0.61570245,0.661157,0.71900827,0.73140496,0.74380165,0.72727275,0.7355372,0.7644628,0.80991733,0.8264463,0.8347107,0.8264463,0.7933884,0.71487606,0.59504133,0.61157024,0.6198347,0.58264464,0.56198347,0.5123967,0.47933885,0.46694216,0.4752066,0.46280992,0.47107437,0.48347107,0.47933885,0.4752066,0.49586776,0.5123967,0.553719,0.60330576,0.6322314,0.6570248,0.6363636,0.61570245,0.5785124,0.46280992,0.21487603,0.23140496,0.6446281,0.6694215,0.6942149,0.7107438,0.7355372,0.74793386,0.75619835,0.76033056,0.7355372,0.7231405,0.70247936,0.6570248,0.61570245,0.57438016,0.5413223,0.5206612,0.5082645,0.5041322,0.5206612,0.54545456,0.57438016,0.59917355,0.6363636,0.6528926,0.677686,0.73966944,0.7644628,0.76033056,0.7355372,0.7355372,0.7231405,0.74793386,0.8057851,0.8305785,0.8305785,0.8264463,0.8016529,0.72727275,0.607438,0.6404959,0.6404959,0.59504133,0.58677685,0.5661157,0.5165289,0.49586776,0.46694216,0.4338843,0.45867768,0.46694216,0.49173555,0.5206612,0.5413223,0.58264464,0.59917355,0.61157024,0.661157,0.6694215,0.661157,0.6322314,0.60330576,0.45041323,0.16528925,0.2231405,0.6363636,0.661157,0.6942149,0.7231405,0.74380165,0.74793386,0.75619835,0.76859504,0.75206614,0.74380165,0.73966944,0.71900827,0.6983471,0.6735537,0.6570248,0.6528926,0.62396693,0.6280992,0.6363636,0.6446281,0.6652893,0.6983471,0.71900827,0.73140496,0.7355372,0.76033056,0.76859504,0.76859504,0.73966944,0.73140496,0.71900827,0.7231405,0.7892562,0.822314,0.8305785,0.8181818,0.8057851,0.7231405,0.6198347,0.6487603,0.6818182,0.6487603,0.61570245,0.62396693,0.58264464,0.553719,0.5495868,0.5247934,0.5206612,0.5371901,0.53305787,0.57024795,0.58264464,0.61157024,0.62396693,0.6404959,0.6735537,0.677686,0.6735537,0.6404959,0.61570245,0.42975205,0.1446281,0.2231405,0.6198347,0.6446281,0.6859504,0.7231405,0.74380165,0.75619835,0.76859504,0.78512394,0.7768595,0.75619835,0.76033056,0.75206614,0.75206614,0.73966944,0.72727275,0.73140496,0.71487606,0.72727275,0.75206614,0.75206614,0.74793386,0.77272725,0.7644628,0.75206614,0.75206614,0.7644628,0.77272725,0.7768595,0.74380165,0.7355372,0.7107438,0.71487606,0.76859504,0.8140496,0.8264463,0.822314,0.8016529,0.73140496,0.6280992,0.6652893,0.6942149,0.6735537,0.677686,0.6735537,0.6446281,0.62396693,0.62396693,0.6198347,0.61157024,0.60330576,0.62396693,0.6280992,0.6404959,0.6528926,0.661157,0.6652893,0.69008267,0.6859504,0.677686,0.6446281,0.6198347,0.40495867,0.07438017,0.2768595,0.607438,0.6487603,0.6818182,0.7066116,0.73966944,0.76859504,0.77272725,0.7892562,0.78512394,0.7892562,0.7768595,0.78099173,0.7892562,0.7892562,0.78099173,0.78512394,0.7768595,0.7768595,0.7933884,0.7892562,0.7892562,0.7892562,0.7768595,0.76033056,0.76033056,0.7644628,0.7768595,0.77272725,0.74380165,0.73140496,0.71487606,0.71487606,0.77272725,0.8057851,0.8305785,0.8264463,0.8140496,0.75206614,0.62396693,0.6694215,0.6983471,0.677686,0.70247936,0.71487606,0.71487606,0.6983471,0.6942149,0.6818182,0.6859504,0.6735537,0.6735537,0.6694215,0.677686,0.677686,0.6818182,0.6859504,0.70247936,0.69008267,0.677686,0.6487603,0.61157024,0.32231405,0.1446281,0.30991736,0.61157024,0.6363636,0.6818182,0.6983471,0.72727275,0.75619835,0.77272725,0.7933884,0.79752064,0.8016529,0.79752064,0.79752064,0.8016529,0.80991733,0.7933884,0.7933884,0.8057851,0.7933884,0.8057851,0.8016529,0.79752064,0.8016529,0.7892562,0.76859504,0.76859504,0.7644628,0.7644628,0.76859504,0.73140496,0.71487606,0.71900827,0.7231405,0.75206614,0.8181818,0.8347107,0.8347107,0.8305785,0.7768595,0.6363636,0.6570248,0.6983471,0.677686,0.6983471,0.72727275,0.74380165,0.75206614,0.75206614,0.73140496,0.72727275,0.71900827,0.71487606,0.71487606,0.677686,0.7066116,0.7066116,0.7066116,0.71487606,0.69008267,0.6818182,0.6487603,0.59917355,0.23966943,0.23553719,0.37190083,0.60330576,0.6322314,0.6694215,0.70247936,0.71487606,0.74380165,0.75619835,0.78512394,0.7892562,0.7892562,0.79752064,0.79752064,0.8057851,0.80991733,0.8016529,0.8016529,0.8140496,0.8057851,0.8181818,0.8140496,0.8140496,0.7892562,0.78512394,0.7768595,0.76859504,0.7644628,0.76859504,0.74380165,0.71900827,0.71900827,0.7231405,0.72727275,0.77272725,0.8140496,0.8305785,0.8347107,0.8264463,0.8057851,0.69008267,0.6404959,0.6859504,0.6983471,0.7066116,0.73140496,0.74793386,0.77272725,0.7768595,0.76859504,0.76033056,0.75619835,0.74793386,0.7355372,0.71487606,0.71900827,0.7355372,0.70247936,0.71900827,0.70247936,0.6652893,0.6446281,0.56198347,0.23553719,0.3181818,0.40495867,0.58264464,0.6322314,0.661157,0.6859504,0.70247936,0.72727275,0.7355372,0.76033056,0.78099173,0.78512394,0.7892562,0.79752064,0.8057851,0.8057851,0.80991733,0.80991733,0.8016529,0.8181818,0.80991733,0.8016529,0.8057851,0.7933884,0.78512394,0.78099173,0.76859504,0.74380165,0.73966944,0.7107438,0.6859504,0.70247936,0.72727275,0.75206614,0.7892562,0.8140496,0.8305785,0.8347107,0.822314,0.8140496,0.76859504,0.661157,0.6446281,0.6942149,0.7107438,0.73966944,0.74380165,0.76859504,0.78512394,0.78099173,0.7768595,0.76859504,0.7644628,0.75619835,0.75206614,0.75206614,0.74793386,0.70247936,0.7107438,0.6983471,0.6404959,0.6280992,0.5206612,0.29338843,0.3677686,0.37603307,0.5371901,0.61157024,0.6487603,0.677686,0.677686,0.71487606,0.73966944,0.75619835,0.77272725,0.78512394,0.7933884,0.8016529,0.8140496,0.822314,0.8057851,0.8140496,0.80991733,0.80991733,0.80991733,0.8016529,0.8016529,0.7892562,0.76859504,0.75619835,0.7355372,0.72727275,0.71487606,0.6942149,0.6528926,0.69008267,0.74380165,0.78099173,0.8140496,0.8181818,0.8347107,0.8347107,0.8305785,0.8181818,0.8057851,0.76033056,0.6570248,0.6280992,0.69008267,0.74380165,0.75206614,0.77272725,0.78512394,0.78099173,0.78512394,0.78099173,0.7768595,0.76859504,0.76033056,0.76033056,0.74380165,0.71487606,0.70247936,0.6735537,0.6487603,0.62396693,0.48347107,0.338843,0.42975205,0.338843,0.5082645,0.5785124,0.6198347,0.6570248,0.6818182,0.71487606,0.73140496,0.75619835,0.77272725,0.78099173,0.78512394,0.7933884,0.8057851,0.80991733,0.8057851,0.80991733,0.8057851,0.8057851,0.80991733,0.79752064,0.78512394,0.78512394,0.73140496,0.6818182,0.6735537,0.72727275,0.74380165,0.6983471,0.6735537,0.7107438,0.75619835,0.8016529,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.822314,0.8140496,0.8057851,0.72727275,0.59504133,0.6404959,0.7231405,0.75619835,0.7644628,0.7644628,0.78099173,0.78099173,0.7768595,0.78512394,0.76859504,0.7644628,0.7644628,0.74380165,0.73140496,0.7066116,0.677686,0.607438,0.60330576,0.42561984,0.39256197,0.46694216,0.2644628,0.5123967,0.54545456,0.59917355,0.6280992,0.6652893,0.70247936,0.7231405,0.74380165,0.7644628,0.77272725,0.78099173,0.78512394,0.7933884,0.79752064,0.7933884,0.8057851,0.8057851,0.79752064,0.7892562,0.7768595,0.73966944,0.6942149,0.6363636,0.57438016,0.6404959,0.72727275,0.73966944,0.6652893,0.6652893,0.7355372,0.7644628,0.7892562,0.8264463,0.8305785,0.838843,0.8264463,0.822314,0.822314,0.8181818,0.79752064,0.7644628,0.62396693,0.58264464,0.70247936,0.73140496,0.7355372,0.73140496,0.7644628,0.77272725,0.77272725,0.76859504,0.7644628,0.7644628,0.76033056,0.74380165,0.72727275,0.69008267,0.6528926,0.59504133,0.55785125,0.39256197,0.42561984,0.46280992,0.26859504,0.5247934,0.53305787,0.57438016,0.59504133,0.6322314,0.6818182,0.70247936,0.73140496,0.73966944,0.76033056,0.76859504,0.77272725,0.78512394,0.7933884,0.78512394,0.79752064,0.8016529,0.77272725,0.7644628,0.7231405,0.6859504,0.6652893,0.607438,0.49173555,0.58264464,0.70247936,0.71900827,0.6198347,0.6198347,0.70247936,0.75206614,0.76033056,0.8057851,0.8181818,0.8305785,0.8305785,0.8181818,0.8181818,0.8057851,0.77272725,0.74380165,0.6528926,0.59090906,0.661157,0.69008267,0.70247936,0.7107438,0.74793386,0.75619835,0.76033056,0.7644628,0.75206614,0.73966944,0.7355372,0.71900827,0.6983471,0.6694215,0.62396693,0.5661157,0.49586776,0.38429752,0.446281,0.45454547,0.29338843,0.5206612,0.54545456,0.5661157,0.58264464,0.59917355,0.6363636,0.6694215,0.70247936,0.71487606,0.72727275,0.76033056,0.76859504,0.7768595,0.78099173,0.77272725,0.78099173,0.7768595,0.74793386,0.7231405,0.6818182,0.6735537,0.6859504,0.677686,0.5413223,0.5165289,0.62396693,0.6694215,0.57024795,0.49173555,0.5413223,0.661157,0.70247936,0.75206614,0.78512394,0.8016529,0.7892562,0.77272725,0.7892562,0.76859504,0.7107438,0.6528926,0.57438016,0.5785124,0.661157,0.6694215,0.6735537,0.70247936,0.72727275,0.7355372,0.7355372,0.74380165,0.7355372,0.7231405,0.71487606,0.6942149,0.6735537,0.6363636,0.58264464,0.5413223,0.44214877,0.3429752,0.49173555,0.44214877,0.28099173,0.5289256,0.5371901,0.55785125,0.553719,0.59090906,0.57438016,0.59504133,0.6694215,0.6942149,0.71487606,0.74793386,0.7644628,0.7644628,0.77272725,0.76859504,0.7644628,0.74380165,0.71487606,0.69008267,0.6942149,0.71487606,0.73966944,0.7355372,0.6570248,0.4752066,0.5165289,0.58264464,0.5247934,0.4338843,0.33471075,0.35123968,0.49586776,0.61157024,0.6735537,0.7066116,0.6570248,0.6404959,0.6818182,0.6280992,0.5289256,0.45454547,0.47107437,0.57024795,0.661157,0.6652893,0.6652893,0.6942149,0.7066116,0.70247936,0.7066116,0.7107438,0.71487606,0.6983471,0.69008267,0.677686,0.6404959,0.58677685,0.54545456,0.5289256,0.38016528,0.30165288,0.53305787,0.45454547,0.26859504,0.5123967,0.55785125,0.5495868,0.54545456,0.5661157,0.58264464,0.58264464,0.6198347,0.661157,0.6942149,0.73140496,0.74380165,0.75206614,0.7644628,0.75619835,0.72727275,0.6942149,0.6694215,0.6818182,0.73140496,0.7644628,0.76859504,0.77272725,0.73140496,0.57438016,0.41322315,0.38429752,0.36363637,0.29752067,0.24380165,0.2231405,0.29338843,0.40082645,0.48347107,0.5165289,0.5041322,0.5041322,0.5082645,0.4214876,0.2892562,0.3140496,0.42975205,0.59504133,0.6694215,0.6735537,0.6735537,0.661157,0.6983471,0.6942149,0.6983471,0.70247936,0.69008267,0.677686,0.6694215,0.6404959,0.59504133,0.55785125,0.53305787,0.5165289,0.30165288,0.25619835,0.5371901,0.45867768,0.29752067,0.49173555,0.5371901,0.5661157,0.553719,0.55785125,0.5785124,0.5661157,0.5785124,0.6198347,0.6735537,0.69008267,0.71487606,0.71487606,0.7355372,0.73966944,0.7066116,0.6942149,0.6528926,0.7231405,0.76033056,0.7768595,0.78099173,0.77272725,0.7644628,0.69008267,0.55785125,0.38842976,0.32231405,0.30165288,0.2768595,0.24793388,0.23553719,0.27272728,0.3181818,0.3264463,0.3264463,0.33471075,0.3264463,0.2892562,0.28512397,0.37603307,0.5082645,0.6528926,0.69008267,0.6818182,0.6694215,0.6322314,0.6570248,0.677686,0.69008267,0.6859504,0.677686,0.661157,0.6404959,0.607438,0.54545456,0.5413223,0.5289256,0.49173555,0.1983471,0.28099173,0.5206612,0.46280992,0.30991736,0.49173555,0.5041322,0.56198347,0.57024795,0.57024795,0.55785125,0.5371901,0.5495868,0.58264464,0.6446281,0.6735537,0.6942149,0.70247936,0.71487606,0.70247936,0.6942149,0.6735537,0.6942149,0.75619835,0.7644628,0.77272725,0.76859504,0.76859504,0.76859504,0.75206614,0.7231405,0.6487603,0.4876033,0.45041323,0.42561984,0.35950413,0.29338843,0.26859504,0.2603306,0.2644628,0.26859504,0.30991736,0.35123968,0.43801653,0.5165289,0.5661157,0.6198347,0.6694215,0.6859504,0.677686,0.6859504,0.6363636,0.60330576,0.6528926,0.6694215,0.6652893,0.6652893,0.6363636,0.607438,0.5661157,0.5247934,0.5289256,0.53305787,0.42561984,0.11570248,0.33471075,0.5,0.4876033,0.3181818,0.48347107,0.5123967,0.5289256,0.57024795,0.5785124,0.58264464,0.54545456,0.53305787,0.57024795,0.6198347,0.6570248,0.6694215,0.677686,0.6983471,0.69008267,0.6735537,0.6859504,0.73140496,0.76033056,0.75206614,0.76033056,0.7644628,0.76033056,0.75619835,0.77272725,0.75206614,0.77272725,0.6363636,0.56198347,0.56198347,0.5413223,0.47107437,0.42975205,0.41322315,0.42975205,0.44214877,0.4876033,0.5206612,0.59504133,0.6363636,0.661157,0.6735537,0.677686,0.661157,0.6694215,0.6818182,0.6859504,0.59917355,0.61570245,0.6487603,0.6446281,0.6404959,0.61570245,0.57438016,0.5123967,0.5082645,0.5289256,0.5413223,0.3677686,0.09917355,0.30991736,0.49586776,0.5165289,0.3677686,0.46694216,0.47933885,0.5371901,0.55785125,0.57024795,0.57438016,0.57024795,0.5165289,0.5371901,0.59504133,0.6363636,0.6446281,0.6570248,0.677686,0.6652893,0.6652893,0.7107438,0.74380165,0.75619835,0.73966944,0.7644628,0.7768595,0.7644628,0.77272725,0.78099173,0.7644628,0.78512394,0.76033056,0.6942149,0.6694215,0.6363636,0.62396693,0.58677685,0.57438016,0.57024795,0.607438,0.6446281,0.6404959,0.6570248,0.677686,0.677686,0.6859504,0.6818182,0.6487603,0.661157,0.6735537,0.70247936,0.6735537,0.6198347,0.6363636,0.62396693,0.62396693,0.60330576,0.5495868,0.5041322,0.5289256,0.5413223,0.5247934,0.28099173,0.0661157,0.29752067,0.4876033,0.5289256,0.42975205,0.446281,0.46694216,0.47933885,0.53305787,0.5289256,0.59504133,0.59917355,0.5413223,0.5371901,0.58677685,0.6198347,0.62396693,0.6322314,0.661157,0.6528926,0.69008267,0.72727275,0.72727275,0.73966944,0.73140496,0.73966944,0.74793386,0.7644628,0.75619835,0.78099173,0.7768595,0.77272725,0.76859504,0.75206614,0.73966944,0.7107438,0.6859504,0.6735537,0.6570248,0.6487603,0.6694215,0.7066116,0.70247936,0.7107438,0.7107438,0.6983471,0.69008267,0.677686,0.6446281,0.6487603,0.6735537,0.69008267,0.69008267,0.6487603,0.6322314,0.62396693,0.6198347,0.58677685,0.5371901,0.5165289,0.5371901,0.54545456,0.446281,0.18595041,0.12396694,0.2644628,0.45454547,0.53305787,0.49173555,0.38842976,0.45867768,0.47933885,0.5247934,0.5371901,0.57438016,0.62396693,0.5661157,0.54545456,0.58264464,0.61157024,0.6280992,0.6528926,0.6694215,0.6735537,0.69008267,0.74380165,0.7231405,0.6694215,0.661157,0.6735537,0.7107438,0.73140496,0.72727275,0.74793386,0.76033056,0.74793386,0.7355372,0.73966944,0.71900827,0.7355372,0.72727275,0.7355372,0.71487606,0.6983471,0.71900827,0.6942149,0.7107438,0.7355372,0.74793386,0.7107438,0.69008267,0.6652893,0.607438,0.59090906,0.6363636,0.677686,0.677686,0.6694215,0.6487603,0.6363636,0.6198347,0.5785124,0.5371901,0.54545456,0.553719,0.54545456,0.3305785,0.16528925,0.17355372,0.23966943,0.43801653,0.5,0.5123967,0.32231405,0.42561984,0.47107437,0.5123967,0.56198347,0.60330576,0.6322314,0.61157024,0.57438016,0.58677685,0.62396693,0.6570248,0.6735537,0.677686,0.6818182,0.6859504,0.7107438,0.6652893,0.553719,0.49173555,0.5289256,0.57024795,0.58677685,0.58264464,0.58264464,0.607438,0.59504133,0.59504133,0.59504133,0.58677685,0.607438,0.6404959,0.69008267,0.6942149,0.6446281,0.6280992,0.5785124,0.59504133,0.61157024,0.6528926,0.6280992,0.6322314,0.59917355,0.5123967,0.49586776,0.57024795,0.6446281,0.6694215,0.677686,0.6694215,0.6528926,0.61570245,0.57438016,0.5371901,0.57024795,0.54545456,0.4752066,0.2603306,0.18595041,0.24793388,0.2107438,0.4090909,0.46280992,0.49173555,0.28512397,0.3429752,0.4214876,0.4752066,0.5289256,0.59090906,0.62396693,0.607438,0.59504133,0.59917355,0.6363636,0.661157,0.677686,0.6859504,0.69008267,0.6818182,0.6404959,0.5661157,0.46280992,0.2768595,0.23553719,0.27272728,0.33471075,0.35950413,0.33471075,0.38429752,0.41322315,0.42561984,0.46694216,0.4752066,0.47933885,0.46694216,0.48347107,0.5,0.4752066,0.46280992,0.46280992,0.45041323,0.446281,0.42561984,0.41735536,0.39256197,0.39256197,0.45454547,0.45454547,0.5165289,0.60330576,0.6528926,0.6859504,0.6859504,0.6528926,0.61157024,0.553719,0.553719,0.553719,0.5165289,0.23966943,0.18181819,0.20661157,0.2644628,0.28512397,0.3429752,0.446281,0.46694216,0.3264463,0.3140496,0.32231405,0.42975205,0.47933885,0.5661157,0.60330576,0.58677685,0.59504133,0.60330576,0.6487603,0.6735537,0.6859504,0.6942149,0.6859504,0.6652893,0.6198347,0.59917355,0.6404959,0.5495868,0.3677686,0.23966943,0.21900827,0.3181818,0.2231405,0.3140496,0.42561984,0.39256197,0.42561984,0.446281,0.42561984,0.37603307,0.39256197,0.4214876,0.40495867,0.36363637,0.45867768,0.3429752,0.3264463,0.29752067,0.2768595,0.3429752,0.47107437,0.6363636,0.6528926,0.5785124,0.59090906,0.6363636,0.6818182,0.6859504,0.6446281,0.59090906,0.5247934,0.5413223,0.53305787,0.37190083,0.08264463,0.11157025,0.18181819,0.2768595,0.3140496,0.2768595,0.41735536,0.46280992,0.3305785,0.41735536,0.2520661,0.33471075,0.4214876,0.49586776,0.56198347,0.57438016,0.5371901,0.58677685,0.607438,0.661157,0.6735537,0.6859504,0.6859504,0.6446281,0.62396693,0.6363636,0.6818182,0.70247936,0.607438,0.49586776,0.41322315,0.3966942,0.3140496,0.38429752,0.4752066,0.46280992,0.5289256,0.5661157,0.57024795,0.5041322,0.5082645,0.5371901,0.5206612,0.41322315,0.5082645,0.32231405,0.34710744,0.41322315,0.4338843,0.49586776,0.62396693,0.73140496,0.72727275,0.661157,0.6404959,0.6487603,0.677686,0.6570248,0.607438,0.5413223,0.5206612,0.5165289,0.42561984,0.18181819,0.049586777,0.09504132,0.11570248,0.1570248,0.2603306,0.23966943,0.3264463,0.43801653,0.32231405,0.45454547,0.4338843,0.2520661,0.3140496,0.41735536,0.4876033,0.5413223,0.5206612,0.553719,0.59090906,0.6322314,0.661157,0.677686,0.6694215,0.661157,0.6652893,0.6818182,0.70247936,0.73140496,0.7107438,0.6322314,0.5785124,0.5413223,0.5206612,0.5,0.4752066,0.45454547,0.4876033,0.46280992,0.5123967,0.4752066,0.43801653,0.4876033,0.5206612,0.47933885,0.37603307,0.42561984,0.4876033,0.48347107,0.4876033,0.5661157,0.6818182,0.73140496,0.71900827,0.6942149,0.6859504,0.661157,0.6570248,0.61157024,0.5495868,0.5082645,0.5,0.43801653,0.23966943,0.09090909,0.06198347,0.08677686,0.09917355,0.10743801,0.13636364,0.1694215,0.19421488,0.338843,0.3305785,0.42975205,0.48347107,0.3966942,0.25619835,0.3264463,0.41322315,0.47933885,0.5123967,0.5371901,0.56198347,0.59917355,0.6363636,0.6570248,0.6694215,0.6818182,0.70247936,0.73140496,0.73966944,0.73140496,0.71900827,0.6735537,0.61157024,0.58264464,0.607438,0.6404959,0.6363636,0.59917355,0.60330576,0.59090906,0.57438016,0.5247934,0.4876033,0.5206612,0.5123967,0.4876033,0.4752066,0.5123967,0.5289256,0.5247934,0.5413223,0.6322314,0.70247936,0.71487606,0.71900827,0.6942149,0.6859504,0.6487603,0.61157024,0.553719,0.5,0.48347107,0.446281,0.22727273,0.09090909,0.08264463,0.08264463,0.07438017,0.09090909,0.09090909,0.10330579,0.13636364,0.15289256,0.20661157,0.3264463,0.41735536,0.45041323,0.45041323,0.36363637,0.2603306,0.30578512,0.40082645,0.45454547,0.5041322,0.53305787,0.5785124,0.607438,0.6487603,0.6694215,0.6983471,0.7066116,0.7231405,0.74380165,0.73140496,0.70247936,0.6859504,0.6322314,0.5785124,0.59917355,0.59504133,0.61570245,0.6694215,0.6859504,0.70247936,0.70247936,0.6570248,0.59090906,0.6404959,0.6198347,0.58677685,0.5413223,0.5413223,0.54545456,0.553719,0.607438,0.6694215,0.7066116,0.7107438,0.7231405,0.6818182,0.6570248,0.62396693,0.57024795,0.49173555,0.46280992,0.45041323,0.23553719,0.06198347,0.09504132,0.10743801,0.08677686,0.08264463,0.0785124,0.0785124,0.08677686,0.11570248,0.12396694,0.15289256,0.32231405,0.40495867,0.4338843,0.45454547,0.3966942,0.33471075,0.23553719,0.28099173,0.38016528,0.45454547,0.49586776,0.5371901,0.58677685,0.62396693,0.6487603,0.6735537,0.6983471,0.71487606,0.72727275,0.7355372,0.71900827,0.70247936,0.6570248,0.59504133,0.5661157,0.54545456,0.54545456,0.58677685,0.6280992,0.6404959,0.6528926,0.6322314,0.60330576,0.6198347,0.607438,0.58264464,0.5495868,0.5206612,0.5289256,0.58264464,0.6446281,0.6694215,0.6942149,0.7107438,0.6983471,0.6735537,0.6446281,0.607438,0.5165289,0.46694216,0.4090909,0.3305785,0.08677686,0.08264463,0.10743801,0.11157025,0.08264463,0.0785124,0.08264463,0.07438017,0.0785124,0.09504132,0.11157025,0.14876033,0.3264463,0.40082645,0.4214876,0.45867768,0.41322315,0.37603307,0.30991736,0.1983471,0.28512397,0.3966942,0.47107437,0.5123967,0.5661157,0.61570245,0.6446281,0.6570248,0.6735537,0.6942149,0.70247936,0.7066116,0.71487606,0.7107438,0.677686,0.62396693,0.57024795,0.5082645,0.48347107,0.49586776,0.49173555,0.5082645,0.5413223,0.53305787,0.5413223,0.5413223,0.5165289,0.49586776,0.45867768,0.49173555,0.5495868,0.6198347,0.6487603,0.677686,0.6859504,0.6942149,0.6818182,0.6570248,0.62396693,0.55785125,0.4752066,0.41322315,0.3264463,0.3140496,0.09917355,0.08264463,0.11157025,0.12396694,0.09090909,0.07024793,0.09504132,0.07438017,0.0785124,0.10330579,0.09090909,0.1322314,0.3305785,0.40495867,0.41322315,0.43801653,0.42975205,0.38842976,0.3429752,0.2520661,0.22727273,0.27272728,0.38842976,0.4876033,0.5371901,0.59504133,0.6363636,0.6735537,0.677686,0.6694215,0.6735537,0.6818182,0.6859504,0.6983471,0.6735537,0.6570248,0.61157024,0.57024795,0.5165289,0.45867768,0.4338843,0.4214876,0.41322315,0.41735536,0.446281,0.44214877,0.446281,0.45867768,0.5082645,0.5661157,0.607438,0.6322314,0.661157,0.6652893,0.677686,0.6859504,0.661157,0.6570248,0.59504133,0.5041322,0.40495867,0.33471075,0.32231405,0.35950413,0.16115703,0.06198347,0.11983471,0.12809917,0.09917355,0.07024793,0.09090909,0.0785124,0.07438017,0.08677686,0.09090909,0.10330579,0.33471075,0.41322315,0.41735536,0.41735536,0.43801653,0.40082645,0.3553719,0.29752067,0.24380165,0.20661157,0.27272728,0.4090909,0.4876033,0.56198347,0.61157024,0.6818182,0.70247936,0.677686,0.6735537,0.6942149,0.6859504,0.6942149,0.69008267,0.6652893,0.60330576,0.59917355,0.59917355,0.55785125,0.5247934,0.5123967,0.48347107,0.46280992,0.47107437,0.5082645,0.53305787,0.5661157,0.60330576,0.6363636,0.6363636,0.6487603,0.6652893,0.6694215,0.677686,0.6735537,0.6652893,0.6487603,0.54545456,0.41322315,0.33471075,0.338843,0.38429752,0.40082645,0.21487603,0.05785124,0.14049587,0.13636364,0.10330579,0.08264463,0.08677686,0.09090909,0.0785124,0.07024793,0.10330579,0.09090909,0.3305785,0.41322315,0.4338843,0.43801653,0.4338843,0.41735536,0.37603307,0.3264463,0.2768595,0.23140496,0.1983471,0.24793388,0.39256197,0.4876033,0.5785124,0.6570248,0.72727275,0.71900827,0.7066116,0.7107438,0.69008267,0.7066116,0.70247936,0.6942149,0.59504133,0.59090906,0.6322314,0.62396693,0.61157024,0.58677685,0.56198347,0.5495868,0.5413223,0.59090906,0.61570245,0.6363636,0.6528926,0.6652893,0.6735537,0.6818182,0.6859504,0.6818182,0.6859504,0.6859504,0.6735537,0.607438,0.44214877,0.3305785,0.36363637,0.42975205,0.4214876,0.41322315,0.2231405,0.07438017,0.14049587,0.14049587,0.11983471,0.07024793,0.09917355,0.10330579,0.09090909,0.07024793,0.11570248,0.09504132,0.32231405,0.4090909,0.43801653,0.45041323,0.446281,0.42561984,0.3966942,0.3429752,0.30578512,0.24793388,0.21900827,0.18595041,0.21900827,0.33471075,0.47933885,0.58677685,0.69008267,0.73966944,0.73140496,0.71900827,0.7231405,0.73140496,0.7355372,0.72727275,0.7107438,0.6983471,0.7107438,0.7066116,0.6983471,0.6859504,0.661157,0.6404959,0.61157024,0.6198347,0.677686,0.70247936,0.6983471,0.6942149,0.70247936,0.70247936,0.7066116,0.70247936,0.6983471,0.6818182,0.6528926,0.48347107,0.3264463,0.36363637,0.43801653,0.46280992,0.446281,0.42561984,0.2231405,0.0785124,0.14049587,0.14876033,0.11570248,0.07438017,0.11983471,0.10743801,0.10743801,0.08264463,0.11570248,0.08264463,0.29752067,0.40082645,0.44214877,0.45454547,0.45867768,0.45041323,0.41735536,0.35123968,0.30991736,0.2768595,0.23553719,0.20661157,0.19008264,0.1983471,0.30991736,0.446281,0.59090906,0.69008267,0.73140496,0.74793386,0.74793386,0.75619835,0.74380165,0.73966944,0.74380165,0.73966944,0.7644628,0.7768595,0.76859504,0.75619835,0.75619835,0.72727275,0.71900827,0.71487606,0.7355372,0.74793386,0.73966944,0.72727275,0.7231405,0.7231405,0.7066116,0.7107438,0.6942149,0.6528926,0.53305787,0.35950413,0.35950413,0.45454547,0.4752066,0.47933885,0.46694216,0.4338843,0.20661157,0.09504132,0.15289256,0.13636364,0.11570248,0.0785124,0.13636364,0.13636364,0.10743801,0.10743801,0.11157025,0.09917355,0.2768595,0.38016528,0.42975205,0.46280992,0.46280992,0.45867768,0.43801653,0.38016528,0.338843,0.29338843,0.25619835,0.23140496,0.19008264,0.1983471,0.19008264,0.23553719,0.41735536,0.5661157,0.6570248,0.70247936,0.7231405,0.74380165,0.75619835,0.74793386,0.76033056,0.7644628,0.75619835,0.77272725,0.78099173,0.76033056,0.76859504,0.77272725,0.78099173,0.7644628,0.75206614,0.75206614,0.73140496,0.7355372,0.71487606,0.6983471,0.6735537,0.661157,0.6446281,0.5661157,0.38016528,0.38016528,0.45454547,0.49586776,0.4876033,0.5,0.46694216,0.42561984,0.18595041,0.11157025,0.1446281,0.13636364,0.12396694,0.08677686,0.1446281,0.13636364,0.12809917,0.12809917,0.11983471,0.09090909,0.25619835,0.37603307,0.4214876,0.46694216,0.47107437,0.46694216,0.44214877,0.4214876,0.37603307,0.3264463,0.2768595,0.24380165,0.21900827,0.20661157,0.19421488,0.18595041,0.19008264,0.38842976,0.553719,0.61570245,0.58677685,0.6570248,0.7107438,0.72727275,0.74793386,0.75206614,0.75619835,0.7644628,0.7768595,0.76033056,0.75206614,0.75619835,0.75206614,0.76033056,0.7355372,0.71900827,0.71900827,0.7066116,0.6694215,0.6487603,0.6404959,0.61157024,0.55785125,0.42975205,0.34710744,0.42975205,0.5041322,0.5082645,0.5082645,0.49586776,0.47933885,0.41322315,0.16115703,0.11157025,0.1570248,0.12809917,0.11983471,0.10743801,0.14049587,0.14876033,0.14876033,0.13636364,0.12396694,0.11157025,0.23140496,0.36363637,0.44214877,0.47107437,0.48347107,0.47933885,0.45454547,0.45041323,0.40082645,0.3677686,0.30165288,0.26859504,0.23553719,0.21487603,0.20247933,0.2107438,0.19008264,0.18595041,0.33471075,0.46280992,0.5247934,0.56198347,0.6280992,0.6735537,0.70247936,0.6859504,0.70247936,0.71900827,0.7107438,0.7066116,0.69008267,0.6652893,0.661157,0.6570248,0.6735537,0.661157,0.661157,0.6198347,0.607438,0.59504133,0.57024795,0.5247934,0.38842976,0.37190083,0.44214877,0.49586776,0.5206612,0.5165289,0.5123967,0.49586776,0.4752066,0.38016528,0.1446281,0.1322314,0.14049587,0.13636364,0.10330579,0.11570248,0.1446281,0.17355372,0.16115703,0.16115703,0.12396694,0.16115703,0.19008264,0.338843,0.42975205,0.46280992,0.5,0.47933885,0.4752066,0.45867768,0.4338843,0.39256197,0.338843,0.30165288,0.26859504,0.23140496,0.21900827,0.2231405,0.20661157,0.20247933,0.1983471,0.24793388,0.338843,0.47107437,0.53305787,0.57438016,0.58264464,0.59090906,0.6198347,0.62396693,0.59917355,0.6198347,0.59504133,0.5495868,0.53305787,0.5413223,0.56198347,0.5661157,0.5495868,0.5123967,0.49173555,0.47933885,0.40495867,0.3553719,0.37603307,0.44214877,0.49586776,0.5165289,0.53305787,0.5206612,0.5041322,0.49173555,0.46694216,0.3181818,0.1322314,0.14876033,0.1322314,0.13636364,0.10743801,0.1322314,0.1570248,0.16528925,0.17355372,0.18181819,0.16528925,0.16115703,0.14876033,0.32231405,0.41322315,0.45454547,0.5041322,0.49586776,0.49173555,0.4752066,0.43801653,0.42561984,0.37190083,0.3264463,0.29338843,0.24793388,0.24380165,0.23966943,0.21487603,0.21487603,0.21900827,0.20247933,0.18181819,0.23553719,0.338843,0.41735536,0.4338843,0.47107437,0.47933885,0.49173555,0.4876033,0.49586776,0.5041322,0.4752066,0.45041323,0.45867768,0.446281,0.43801653,0.40082645,0.37190083,0.3553719,0.338843,0.3305785,0.36363637,0.45041323,0.49173555,0.5206612,0.5206612,0.5289256,0.5289256,0.5,0.5,0.45041323,0.22727273,0.11570248,0.14876033,0.12396694,0.11983471,0.11570248,0.15289256,0.15289256,0.18181819,0.17355372,0.15289256,0.1694215,0.18181819,0.11983471,0.2768595,0.39256197,0.43801653,0.4876033,0.5041322,0.49586776,0.5082645,0.46694216,0.42975205,0.39256197,0.35123968,0.3140496,0.28512397,0.2520661,0.23553719,0.23553719,0.20247933,0.2231405,0.2231405,0.2107438,0.19421488,0.18181819,0.2107438,0.2520661,0.28099173,0.2892562,0.3140496,0.3264463,0.3305785,0.3181818,0.3181818,0.30991736,0.29338843,0.28512397,0.29338843,0.27272728,0.27272728,0.2892562,0.3140496,0.35950413,0.4338843,0.47933885,0.5082645,0.53305787,0.5289256,0.53305787,0.5165289,0.49586776,0.4752066,0.38016528,0.12396694,0.13636364,0.1322314,0.1322314,0.11570248,0.11570248,0.1570248,0.17355372,0.19008264,0.18595041,0.18181819,0.18181819,0.17355372,0.11983471,0.21900827,0.3677686,0.4338843,0.46694216,0.5,0.5082645,0.5247934,0.5041322,0.4752066,0.42561984,0.37603307,0.3264463,0.3181818,0.27272728,0.23966943,0.23966943,0.21487603,0.21487603,0.21487603,0.20661157,0.2107438,0.1983471,0.17768595,0.17768595,0.18181819,0.17768595,0.19421488,0.19421488,0.1983471,0.19421488,0.2107438,0.20247933,0.22727273,0.24380165,0.2644628,0.2644628,0.2644628,0.30991736,0.3429752,0.41322315,0.45867768,0.5082645,0.5247934,0.53305787,0.5289256,0.5289256,0.5165289,0.4876033,0.47107437,0.22727273,0.09917355,0.13636364,0.12809917,0.14049587,0.0785124,0.1322314,0.1570248,0.18181819,0.20661157,0.1694215,0.17768595,0.2107438,0.19421488,0.12809917,0.17768595,0.3429752,0.42975205,0.45041323,0.49586776,0.5165289,0.5206612,0.5165289,0.49586776,0.45454547,0.40082645,0.338843,0.3305785,0.27272728,0.23966943,0.23553719,0.23140496,0.20247933,0.2107438,0.20247933,0.21487603,0.21487603,0.19008264,0.18595041,0.16528925,0.17768595,0.18181819,0.17768595,0.17768595,0.18181819,0.20247933,0.19421488,0.22727273,0.24793388,0.2644628,0.2644628,0.2644628,0.30991736,0.3429752,0.4090909,0.45867768,0.5082645,0.5247934,0.5289256,0.5289256,0.5289256,0.5165289,0.4876033,0.47107437,0.23553719,0.09917355,0.13636364,0.1322314,0.14049587,0.0785124,0.1322314,0.1570248,0.18181819,0.2107438,0.1694215,0.17768595,0.20661157,0.19421488,11 +0.59504133,0.661157,0.69008267,0.7066116,0.7231405,0.73140496,0.7355372,0.7644628,0.7768595,0.7933884,0.79752064,0.8016529,0.8016529,0.79752064,0.80991733,0.8140496,0.8057851,0.8140496,0.7933884,0.8140496,0.822314,0.8264463,0.8264463,0.8347107,0.838843,0.838843,0.838843,0.8347107,0.8347107,0.8429752,0.8471074,0.8471074,0.8512397,0.8512397,0.8471074,0.8553719,0.8429752,0.8471074,0.8471074,0.838843,0.8347107,0.8305785,0.8140496,0.8140496,0.8181818,0.8057851,0.80991733,0.8140496,0.8057851,0.8057851,0.8016529,0.7933884,0.78099173,0.78512394,0.76033056,0.74793386,0.70247936,0.6694215,0.6487603,0.54545456,0.4338843,0.3429752,0.29338843,0.40495867,0.6363636,0.6694215,0.6818182,0.6942149,0.71487606,0.71900827,0.74380165,0.7644628,0.77272725,0.7933884,0.7933884,0.79752064,0.8016529,0.8016529,0.8057851,0.8057851,0.80991733,0.8181818,0.80991733,0.8181818,0.8264463,0.822314,0.8264463,0.8305785,0.838843,0.8429752,0.8347107,0.8471074,0.838843,0.8471074,0.8471074,0.8512397,0.8512397,0.8512397,0.8512397,0.8471074,0.8553719,0.8471074,0.8512397,0.838843,0.838843,0.8347107,0.80991733,0.80991733,0.8264463,0.80991733,0.80991733,0.8181818,0.8140496,0.8057851,0.7933884,0.7933884,0.7892562,0.7892562,0.76859504,0.74380165,0.70247936,0.6735537,0.6570248,0.58264464,0.48347107,0.30991736,0.33471075,0.3677686,0.6446281,0.677686,0.69008267,0.6942149,0.70247936,0.71487606,0.73966944,0.76033056,0.76859504,0.79752064,0.79752064,0.7933884,0.8057851,0.80991733,0.80991733,0.8140496,0.8181818,0.822314,0.8181818,0.8264463,0.8305785,0.8264463,0.8305785,0.8347107,0.838843,0.8429752,0.8347107,0.8429752,0.8429752,0.8471074,0.8512397,0.8553719,0.8512397,0.8512397,0.8512397,0.8553719,0.8553719,0.8512397,0.8429752,0.838843,0.8429752,0.8347107,0.822314,0.8305785,0.8305785,0.822314,0.8140496,0.8264463,0.8181818,0.8140496,0.8016529,0.79752064,0.8016529,0.7892562,0.7768595,0.74793386,0.70247936,0.6652893,0.6570248,0.61157024,0.5206612,0.36363637,0.19421488,0.37603307,0.6280992,0.6818182,0.6983471,0.6983471,0.6983471,0.7107438,0.73140496,0.74380165,0.7768595,0.78099173,0.7933884,0.79752064,0.8057851,0.80991733,0.80991733,0.8181818,0.8140496,0.822314,0.8181818,0.8305785,0.8264463,0.8347107,0.8347107,0.8347107,0.8429752,0.8429752,0.8429752,0.838843,0.8429752,0.8512397,0.8512397,0.8553719,0.8512397,0.8512397,0.8512397,0.8471074,0.8512397,0.8512397,0.8471074,0.8429752,0.8429752,0.838843,0.8347107,0.8347107,0.8347107,0.8347107,0.8264463,0.822314,0.822314,0.8181818,0.8181818,0.8057851,0.8057851,0.7933884,0.77272725,0.75206614,0.7066116,0.661157,0.6487603,0.62396693,0.56198347,0.41735536,0.1322314,0.23140496,0.59090906,0.6694215,0.6942149,0.6942149,0.6983471,0.70247936,0.7231405,0.73966944,0.76033056,0.78512394,0.7933884,0.8016529,0.79752064,0.8057851,0.80991733,0.8140496,0.822314,0.8264463,0.8181818,0.8305785,0.8305785,0.8305785,0.8347107,0.838843,0.8429752,0.8429752,0.8429752,0.838843,0.838843,0.8471074,0.8512397,0.8512397,0.8553719,0.8512397,0.8512397,0.8471074,0.8512397,0.8471074,0.8429752,0.8429752,0.8471074,0.8429752,0.838843,0.8429752,0.8264463,0.8347107,0.8347107,0.8264463,0.822314,0.8264463,0.8181818,0.8140496,0.8057851,0.79752064,0.78099173,0.75619835,0.7107438,0.6694215,0.6446281,0.62396693,0.607438,0.45041323,0.1446281,0.15289256,0.58677685,0.6570248,0.6818182,0.6983471,0.6983471,0.7066116,0.7231405,0.7355372,0.7644628,0.77272725,0.7933884,0.79752064,0.79752064,0.8016529,0.80991733,0.8181818,0.8264463,0.8264463,0.8140496,0.822314,0.8264463,0.8305785,0.838843,0.838843,0.838843,0.838843,0.838843,0.838843,0.8347107,0.8429752,0.8471074,0.8429752,0.8471074,0.8512397,0.8512397,0.8471074,0.8471074,0.8512397,0.8429752,0.8429752,0.8471074,0.8471074,0.8471074,0.838843,0.8347107,0.8305785,0.8305785,0.8305785,0.8264463,0.8264463,0.822314,0.80991733,0.8181818,0.7933884,0.78099173,0.76033056,0.7231405,0.677686,0.6404959,0.61570245,0.607438,0.49173555,0.17355372,0.1570248,0.5785124,0.6363636,0.661157,0.6818182,0.6859504,0.70247936,0.7231405,0.7355372,0.75619835,0.78099173,0.7892562,0.8016529,0.8057851,0.8057851,0.8140496,0.8181818,0.822314,0.8181818,0.822314,0.822314,0.8264463,0.8264463,0.8305785,0.838843,0.8347107,0.8347107,0.838843,0.8429752,0.8347107,0.8347107,0.8429752,0.838843,0.838843,0.8429752,0.8429752,0.8471074,0.8471074,0.8471074,0.8471074,0.8429752,0.8471074,0.8471074,0.8429752,0.838843,0.8305785,0.8264463,0.8305785,0.8305785,0.8264463,0.8305785,0.8264463,0.8140496,0.8140496,0.8057851,0.7892562,0.7768595,0.7355372,0.677686,0.6487603,0.60330576,0.58677685,0.5082645,0.17355372,0.21487603,0.5661157,0.61157024,0.6446281,0.6652893,0.6859504,0.7066116,0.7231405,0.73966944,0.76033056,0.78099173,0.7933884,0.8016529,0.8057851,0.80991733,0.8181818,0.8181818,0.8264463,0.8140496,0.8140496,0.822314,0.8264463,0.8264463,0.8264463,0.8305785,0.8305785,0.8264463,0.8429752,0.8347107,0.8347107,0.8429752,0.8429752,0.8429752,0.8429752,0.8429752,0.8429752,0.8471074,0.8429752,0.8429752,0.8471074,0.8429752,0.8429752,0.838843,0.838843,0.8347107,0.8264463,0.822314,0.8264463,0.8264463,0.8181818,0.8181818,0.822314,0.8140496,0.8140496,0.79752064,0.7892562,0.7768595,0.7355372,0.6818182,0.6404959,0.60330576,0.57024795,0.5123967,0.14876033,0.28099173,0.55785125,0.59504133,0.6198347,0.6446281,0.6735537,0.7107438,0.71900827,0.73966944,0.76859504,0.77272725,0.7892562,0.79752064,0.8016529,0.8016529,0.8140496,0.8140496,0.8181818,0.8057851,0.7892562,0.79752064,0.8140496,0.8181818,0.8140496,0.8057851,0.8181818,0.8140496,0.8264463,0.8264463,0.8305785,0.8347107,0.838843,0.8347107,0.838843,0.8347107,0.8347107,0.838843,0.8347107,0.838843,0.838843,0.8305785,0.8347107,0.8305785,0.822314,0.822314,0.8140496,0.8140496,0.8140496,0.8057851,0.8016529,0.79752064,0.7892562,0.7768595,0.78099173,0.77272725,0.76859504,0.76859504,0.75206614,0.70247936,0.6404959,0.607438,0.5661157,0.47933885,0.14049587,0.2892562,0.55785125,0.60330576,0.62396693,0.6280992,0.661157,0.6983471,0.7066116,0.7231405,0.7644628,0.76033056,0.75619835,0.76033056,0.7644628,0.74793386,0.73966944,0.74380165,0.71900827,0.7066116,0.6983471,0.6818182,0.7107438,0.73140496,0.7355372,0.7066116,0.73966944,0.76859504,0.76859504,0.78512394,0.8057851,0.822314,0.822314,0.822314,0.8305785,0.8264463,0.8305785,0.8264463,0.8305785,0.8305785,0.822314,0.8140496,0.8016529,0.8057851,0.76033056,0.75619835,0.74793386,0.74793386,0.74380165,0.7231405,0.7107438,0.6859504,0.6652893,0.6528926,0.6570248,0.661157,0.6735537,0.6818182,0.7107438,0.6983471,0.6363636,0.59917355,0.57024795,0.4214876,0.17355372,0.2768595,0.57024795,0.59090906,0.61157024,0.6198347,0.6404959,0.6694215,0.70247936,0.6859504,0.7066116,0.69008267,0.6735537,0.6652893,0.6570248,0.6280992,0.61570245,0.607438,0.57438016,0.553719,0.53305787,0.5041322,0.5123967,0.5413223,0.5495868,0.5495868,0.55785125,0.6570248,0.6694215,0.7066116,0.74793386,0.7892562,0.8057851,0.8016529,0.80991733,0.8181818,0.8181818,0.8140496,0.8140496,0.8057851,0.79752064,0.76859504,0.75619835,0.72727275,0.61570245,0.61157024,0.57024795,0.5495868,0.54545456,0.5371901,0.5247934,0.49173555,0.48347107,0.4876033,0.5041322,0.5123967,0.5371901,0.5289256,0.553719,0.60330576,0.58677685,0.57438016,0.57438016,0.3966942,0.17355372,0.2892562,0.57438016,0.58264464,0.59917355,0.61157024,0.607438,0.607438,0.60330576,0.59504133,0.61157024,0.60330576,0.59504133,0.5785124,0.56198347,0.5289256,0.5,0.47107437,0.4752066,0.45041323,0.4338843,0.41322315,0.4090909,0.4214876,0.446281,0.45454547,0.4752066,0.553719,0.61570245,0.61570245,0.6652893,0.73966944,0.7644628,0.7768595,0.78512394,0.79752064,0.8016529,0.7933884,0.79752064,0.78512394,0.7644628,0.70247936,0.6570248,0.59090906,0.5041322,0.49173555,0.45867768,0.40495867,0.38429752,0.3966942,0.38842976,0.3677686,0.38842976,0.41735536,0.44214877,0.45041323,0.45867768,0.4752066,0.46694216,0.47933885,0.46694216,0.4876033,0.57438016,0.3677686,0.18595041,0.25619835,0.57024795,0.57438016,0.58264464,0.58264464,0.5165289,0.45454547,0.47933885,0.5,0.5082645,0.5247934,0.5289256,0.5371901,0.54545456,0.53305787,0.5082645,0.47107437,0.4338843,0.41322315,0.39256197,0.37603307,0.38016528,0.38842976,0.41735536,0.42975205,0.45454547,0.5123967,0.59090906,0.5661157,0.60330576,0.6818182,0.7107438,0.73966944,0.76033056,0.78512394,0.7892562,0.78099173,0.77272725,0.76033056,0.7107438,0.6322314,0.55785125,0.5165289,0.49173555,0.46280992,0.41735536,0.37190083,0.34710744,0.35950413,0.35123968,0.38429752,0.44214877,0.48347107,0.49586776,0.47933885,0.47933885,0.47933885,0.46280992,0.45041323,0.4214876,0.41735536,0.54545456,0.3553719,0.18181819,0.24793388,0.57024795,0.5785124,0.55785125,0.5206612,0.45041323,0.42561984,0.45041323,0.4752066,0.4876033,0.4876033,0.5123967,0.5289256,0.5289256,0.53305787,0.5371901,0.5123967,0.47933885,0.44214877,0.38842976,0.3429752,0.32231405,0.3181818,0.3677686,0.40495867,0.4338843,0.48347107,0.5413223,0.55785125,0.5785124,0.6446281,0.69008267,0.71487606,0.75619835,0.78099173,0.77272725,0.76859504,0.75619835,0.7355372,0.6859504,0.59090906,0.5371901,0.5041322,0.45867768,0.42975205,0.37190083,0.35123968,0.3305785,0.3429752,0.3553719,0.40495867,0.45041323,0.48347107,0.5041322,0.5165289,0.5247934,0.5082645,0.4876033,0.47933885,0.44214877,0.40495867,0.5,0.36363637,0.17768595,0.22727273,0.56198347,0.5661157,0.5289256,0.47933885,0.43801653,0.43801653,0.47107437,0.48347107,0.49586776,0.5041322,0.5165289,0.5041322,0.46694216,0.446281,0.42975205,0.45867768,0.5082645,0.53305787,0.46694216,0.41322315,0.38842976,0.32231405,0.2520661,0.2892562,0.35950413,0.40082645,0.43801653,0.49173555,0.54545456,0.61570245,0.6735537,0.7107438,0.76033056,0.78099173,0.7644628,0.75206614,0.75206614,0.7231405,0.6694215,0.58677685,0.5041322,0.44214877,0.40495867,0.34710744,0.3264463,0.34710744,0.36363637,0.38842976,0.36363637,0.35123968,0.3305785,0.3264463,0.37190083,0.40082645,0.46280992,0.5,0.5041322,0.4876033,0.446281,0.4338843,0.49586776,0.39256197,0.18181819,0.19008264,0.54545456,0.553719,0.5247934,0.49173555,0.46280992,0.45041323,0.47933885,0.49586776,0.5082645,0.48347107,0.43801653,0.41322315,0.38429752,0.3966942,0.3553719,0.33471075,0.2892562,0.40495867,0.30991736,0.3677686,0.45041323,0.46280992,0.4338843,0.35950413,0.3305785,0.36363637,0.38429752,0.4090909,0.4752066,0.553719,0.6363636,0.70247936,0.74380165,0.76859504,0.75206614,0.75206614,0.75206614,0.71900827,0.6446281,0.5371901,0.44214877,0.3966942,0.3966942,0.4090909,0.40495867,0.32231405,0.2603306,0.3677686,0.26859504,0.2231405,0.38429752,0.2644628,0.28512397,0.3305785,0.3305785,0.42561984,0.4876033,0.49586776,0.47933885,0.49173555,0.5123967,0.42561984,0.20247933,0.18595041,0.5413223,0.54545456,0.5495868,0.5247934,0.5123967,0.48347107,0.4876033,0.49173555,0.4876033,0.42975205,0.35950413,0.3429752,0.33471075,0.38016528,0.26859504,0.24380165,0.17768595,0.446281,0.30578512,0.40495867,0.59917355,0.49586776,0.43801653,0.49586776,0.47107437,0.4090909,0.4090909,0.41322315,0.4214876,0.49586776,0.59917355,0.7066116,0.75619835,0.78099173,0.7768595,0.78099173,0.76859504,0.7107438,0.60330576,0.49173555,0.43801653,0.46694216,0.48347107,0.49586776,0.5041322,0.38842976,0.26859504,0.46694216,0.3429752,0.20247933,0.5206612,0.60330576,0.3264463,0.2520661,0.30991736,0.38016528,0.47107437,0.5,0.5289256,0.54545456,0.5206612,0.4338843,0.24380165,0.20661157,0.54545456,0.5413223,0.55785125,0.5661157,0.553719,0.5413223,0.5206612,0.5082645,0.47107437,0.40495867,0.32231405,0.30165288,0.3553719,0.5289256,0.39256197,0.29338843,0.17768595,0.23140496,0.34710744,0.5661157,0.78512394,0.6859504,0.5206612,0.5,0.553719,0.55785125,0.47107437,0.47107437,0.44214877,0.47107437,0.57024795,0.74380165,0.8016529,0.8181818,0.8140496,0.80991733,0.7892562,0.70247936,0.5661157,0.4876033,0.553719,0.58677685,0.56198347,0.62396693,0.6652893,0.47933885,0.3181818,0.24793388,0.29752067,0.29338843,0.57438016,0.7644628,0.553719,0.3305785,0.29752067,0.38429752,0.47107437,0.5082645,0.54545456,0.553719,0.5371901,0.44214877,0.2520661,0.21487603,0.56198347,0.5495868,0.56198347,0.58264464,0.553719,0.553719,0.5123967,0.49173555,0.45454547,0.4090909,0.30165288,0.338843,0.46280992,0.59504133,0.58264464,0.45041323,0.37190083,0.39256197,0.5165289,0.7066116,0.79752064,0.71900827,0.6983471,0.6570248,0.59504133,0.6446281,0.58264464,0.5206612,0.5,0.48347107,0.6198347,0.75619835,0.8181818,0.8347107,0.8264463,0.8181818,0.79752064,0.7066116,0.5661157,0.5371901,0.661157,0.6404959,0.57024795,0.62396693,0.7107438,0.6280992,0.47933885,0.40495867,0.4214876,0.49586776,0.69008267,0.7107438,0.60330576,0.45041323,0.35950413,0.4214876,0.4752066,0.5206612,0.57024795,0.5661157,0.5495868,0.45041323,0.25619835,0.23140496,0.58677685,0.58677685,0.59090906,0.61157024,0.59917355,0.5661157,0.5413223,0.5289256,0.5082645,0.47933885,0.4090909,0.40495867,0.446281,0.5165289,0.57438016,0.59504133,0.57438016,0.58264464,0.6528926,0.70247936,0.6942149,0.6404959,0.56198347,0.59504133,0.59090906,0.6446281,0.6446281,0.55785125,0.54545456,0.54545456,0.6528926,0.76859504,0.79752064,0.8305785,0.8347107,0.8305785,0.80991733,0.73140496,0.5785124,0.58264464,0.6983471,0.6487603,0.59917355,0.59917355,0.62396693,0.6446281,0.60330576,0.57024795,0.5371901,0.61570245,0.6363636,0.56198347,0.5,0.446281,0.47107437,0.5247934,0.5165289,0.56198347,0.61157024,0.58677685,0.57438016,0.44214877,0.2603306,0.26859504,0.607438,0.607438,0.6404959,0.6652893,0.6735537,0.6570248,0.6652893,0.6446281,0.607438,0.59090906,0.53305787,0.48347107,0.47107437,0.47933885,0.4752066,0.5123967,0.5495868,0.55785125,0.5785124,0.58264464,0.58264464,0.5661157,0.553719,0.57438016,0.607438,0.61157024,0.61570245,0.58677685,0.607438,0.6363636,0.6818182,0.75206614,0.7933884,0.822314,0.8264463,0.8305785,0.80991733,0.75619835,0.60330576,0.59917355,0.6694215,0.61570245,0.59090906,0.5413223,0.5165289,0.5289256,0.5371901,0.5413223,0.49173555,0.5206612,0.47933885,0.46280992,0.46280992,0.47933885,0.54545456,0.60330576,0.607438,0.62396693,0.6446281,0.6198347,0.58264464,0.43801653,0.23553719,0.23966943,0.61157024,0.6404959,0.6735537,0.69008267,0.70247936,0.72727275,0.7355372,0.73140496,0.6983471,0.6652893,0.6280992,0.5785124,0.5371901,0.5206612,0.5123967,0.5247934,0.5247934,0.5041322,0.5041322,0.5165289,0.49586776,0.5,0.5206612,0.56198347,0.59917355,0.59090906,0.6198347,0.6528926,0.69008267,0.6942149,0.7066116,0.73966944,0.7892562,0.8181818,0.8305785,0.8305785,0.8140496,0.77272725,0.6198347,0.61570245,0.6280992,0.59504133,0.5661157,0.5289256,0.4876033,0.47107437,0.46694216,0.46280992,0.46280992,0.49173555,0.47933885,0.4876033,0.49586776,0.53305787,0.5785124,0.6198347,0.6528926,0.6694215,0.6652893,0.6404959,0.59917355,0.42975205,0.2231405,0.2231405,0.607438,0.6446281,0.6694215,0.70247936,0.71487606,0.73966944,0.74793386,0.75206614,0.72727275,0.6942149,0.661157,0.61570245,0.56198347,0.5289256,0.5041322,0.5123967,0.5082645,0.48347107,0.47933885,0.4876033,0.49586776,0.5206612,0.5661157,0.59504133,0.61157024,0.6363636,0.6983471,0.7231405,0.74380165,0.72727275,0.7066116,0.73966944,0.76859504,0.8140496,0.8305785,0.8347107,0.8181818,0.7933884,0.6404959,0.6322314,0.6528926,0.59917355,0.58677685,0.56198347,0.5247934,0.4876033,0.45041323,0.44214877,0.45454547,0.4876033,0.5,0.5206612,0.5495868,0.58677685,0.60330576,0.6322314,0.6735537,0.6859504,0.6818182,0.6487603,0.61157024,0.4214876,0.1983471,0.23553719,0.59917355,0.6363636,0.6694215,0.7107438,0.7231405,0.74380165,0.75619835,0.75619835,0.74793386,0.72727275,0.71900827,0.69008267,0.6487603,0.60330576,0.5785124,0.5371901,0.5165289,0.5123967,0.5247934,0.5413223,0.5785124,0.57438016,0.61570245,0.6528926,0.6652893,0.71487606,0.75206614,0.76033056,0.74793386,0.73966944,0.7107438,0.72727275,0.76033056,0.8057851,0.8264463,0.8305785,0.822314,0.79752064,0.661157,0.6446281,0.6818182,0.6528926,0.6198347,0.61157024,0.57438016,0.5495868,0.5413223,0.5041322,0.5082645,0.5247934,0.53305787,0.5661157,0.59917355,0.61570245,0.6322314,0.6652893,0.6942149,0.6942149,0.69008267,0.6528926,0.6198347,0.40082645,0.17355372,0.26859504,0.58264464,0.61570245,0.6570248,0.7066116,0.73140496,0.74793386,0.75619835,0.7644628,0.7644628,0.74380165,0.74380165,0.73140496,0.6942149,0.6818182,0.661157,0.6446281,0.6363636,0.6322314,0.6322314,0.6363636,0.6528926,0.6942149,0.7107438,0.73140496,0.7355372,0.74380165,0.76033056,0.7644628,0.75619835,0.73966944,0.71487606,0.7066116,0.7355372,0.7933884,0.822314,0.8264463,0.8181818,0.79752064,0.661157,0.6528926,0.7066116,0.6942149,0.6652893,0.6570248,0.6322314,0.607438,0.59504133,0.59504133,0.60330576,0.59917355,0.6198347,0.6280992,0.6446281,0.6528926,0.6694215,0.69008267,0.7107438,0.71487606,0.69008267,0.661157,0.61570245,0.36363637,0.20247933,0.29752067,0.57438016,0.607438,0.6404959,0.6942149,0.72727275,0.75206614,0.76859504,0.7768595,0.78099173,0.7644628,0.75619835,0.76033056,0.74793386,0.73966944,0.7231405,0.7107438,0.7066116,0.71487606,0.7355372,0.74380165,0.73966944,0.75619835,0.77272725,0.75619835,0.74380165,0.74380165,0.75619835,0.7644628,0.7644628,0.72727275,0.7231405,0.6859504,0.7231405,0.78099173,0.8140496,0.8264463,0.8264463,0.79752064,0.6818182,0.6528926,0.71487606,0.70247936,0.6983471,0.70247936,0.69008267,0.6735537,0.661157,0.661157,0.6652893,0.6528926,0.6528926,0.6570248,0.6735537,0.69008267,0.69008267,0.69008267,0.71487606,0.71487606,0.6942149,0.6528926,0.607438,0.34710744,0.26859504,0.30165288,0.57024795,0.607438,0.6322314,0.6859504,0.7107438,0.75206614,0.77272725,0.78099173,0.78512394,0.78512394,0.7768595,0.7768595,0.77272725,0.7768595,0.77272725,0.7644628,0.7644628,0.7644628,0.78099173,0.78512394,0.78512394,0.78099173,0.7768595,0.76033056,0.74380165,0.74380165,0.75206614,0.76033056,0.75619835,0.73966944,0.7231405,0.6942149,0.7231405,0.77272725,0.8140496,0.8305785,0.8305785,0.8181818,0.70247936,0.6446281,0.7107438,0.7066116,0.7066116,0.7231405,0.73140496,0.7231405,0.7231405,0.7066116,0.70247936,0.6942149,0.69008267,0.6859504,0.677686,0.6942149,0.70247936,0.7107438,0.7107438,0.7066116,0.6859504,0.661157,0.59504133,0.338843,0.338843,0.27272728,0.5661157,0.59504133,0.62396693,0.677686,0.6942149,0.73140496,0.75619835,0.7768595,0.78099173,0.7933884,0.7892562,0.78512394,0.7892562,0.79752064,0.79752064,0.78512394,0.78512394,0.78099173,0.7933884,0.8016529,0.79752064,0.7892562,0.7768595,0.7644628,0.73966944,0.7355372,0.74380165,0.75619835,0.74793386,0.71487606,0.7066116,0.7066116,0.72727275,0.7644628,0.8140496,0.8347107,0.8347107,0.8264463,0.73966944,0.6404959,0.69008267,0.7066116,0.7066116,0.72727275,0.74380165,0.74793386,0.76859504,0.73966944,0.73140496,0.7231405,0.7231405,0.71900827,0.6942149,0.6983471,0.71900827,0.7066116,0.7231405,0.7107438,0.6859504,0.661157,0.58264464,0.3305785,0.3677686,0.2603306,0.56198347,0.59917355,0.61570245,0.6694215,0.69008267,0.71487606,0.7355372,0.75619835,0.78099173,0.7768595,0.7933884,0.7892562,0.78512394,0.7933884,0.79752064,0.7892562,0.7933884,0.79752064,0.7933884,0.8057851,0.7933884,0.7933884,0.78099173,0.7644628,0.74793386,0.7355372,0.73966944,0.74793386,0.7355372,0.7066116,0.70247936,0.71487606,0.71900827,0.76859504,0.8140496,0.8305785,0.838843,0.8347107,0.78512394,0.661157,0.6652893,0.70247936,0.70247936,0.72727275,0.74380165,0.76033056,0.7768595,0.77272725,0.75619835,0.75619835,0.74380165,0.7355372,0.7231405,0.71487606,0.73140496,0.70247936,0.7107438,0.7107438,0.677686,0.6446281,0.5661157,0.338843,0.36363637,0.22727273,0.5247934,0.59917355,0.61157024,0.6528926,0.677686,0.6983471,0.71900827,0.73966944,0.7644628,0.76859504,0.7768595,0.78099173,0.7892562,0.7892562,0.79752064,0.7933884,0.79752064,0.8016529,0.79752064,0.8057851,0.7933884,0.7933884,0.7768595,0.7644628,0.75206614,0.7355372,0.73140496,0.7231405,0.6942149,0.6818182,0.6983471,0.7107438,0.73966944,0.78099173,0.8140496,0.8305785,0.8347107,0.8140496,0.8016529,0.7231405,0.6528926,0.677686,0.70247936,0.73140496,0.73966944,0.7644628,0.77272725,0.78512394,0.7768595,0.76859504,0.76033056,0.75206614,0.74380165,0.74793386,0.73966944,0.7107438,0.7066116,0.6942149,0.6570248,0.6363636,0.5371901,0.36363637,0.39256197,0.2107438,0.4876033,0.57024795,0.61157024,0.6446281,0.6652893,0.677686,0.7066116,0.7231405,0.75619835,0.75619835,0.77272725,0.7892562,0.7892562,0.79752064,0.8016529,0.8016529,0.8016529,0.7933884,0.8057851,0.8140496,0.78512394,0.7892562,0.77272725,0.76033056,0.74793386,0.7231405,0.70247936,0.70247936,0.6652893,0.6446281,0.6818182,0.73140496,0.7644628,0.79752064,0.8140496,0.8347107,0.838843,0.8347107,0.80991733,0.78512394,0.7066116,0.6404959,0.6818182,0.72727275,0.74380165,0.77272725,0.78512394,0.7892562,0.78099173,0.7768595,0.77272725,0.76859504,0.7644628,0.76033056,0.74793386,0.7231405,0.70247936,0.69008267,0.6528926,0.6322314,0.4876033,0.42975205,0.38842976,0.23140496,0.4752066,0.53305787,0.58677685,0.6198347,0.6446281,0.6735537,0.6983471,0.71900827,0.75206614,0.75206614,0.7768595,0.78512394,0.7892562,0.8057851,0.8057851,0.8016529,0.80991733,0.8016529,0.79752064,0.8057851,0.7933884,0.7892562,0.77272725,0.75206614,0.72727275,0.6859504,0.677686,0.69008267,0.6652893,0.6404959,0.677686,0.74793386,0.7892562,0.8181818,0.8264463,0.838843,0.8347107,0.8347107,0.8181818,0.80991733,0.7768595,0.6652893,0.6528926,0.7231405,0.74380165,0.78512394,0.78512394,0.78099173,0.7768595,0.78512394,0.78099173,0.77272725,0.7768595,0.7644628,0.75206614,0.73966944,0.7107438,0.69008267,0.6404959,0.607438,0.44214877,0.45867768,0.38429752,0.2603306,0.49173555,0.5082645,0.56198347,0.59917355,0.6322314,0.677686,0.6983471,0.7107438,0.74380165,0.75619835,0.76859504,0.78512394,0.7892562,0.8016529,0.8057851,0.8016529,0.8140496,0.79752064,0.79752064,0.79752064,0.79752064,0.78512394,0.78099173,0.74380165,0.6859504,0.6446281,0.677686,0.7107438,0.6735537,0.6570248,0.7066116,0.76033056,0.79752064,0.8305785,0.8347107,0.838843,0.8305785,0.8305785,0.8264463,0.8140496,0.8140496,0.72727275,0.6487603,0.71900827,0.75206614,0.76859504,0.73966944,0.7768595,0.78099173,0.78512394,0.7768595,0.7768595,0.77272725,0.76033056,0.75619835,0.74380165,0.7066116,0.6735537,0.6280992,0.58264464,0.40495867,0.4876033,0.36363637,0.29752067,0.49173555,0.5123967,0.5371901,0.58264464,0.61570245,0.6570248,0.6818182,0.7066116,0.73966944,0.75206614,0.7644628,0.77272725,0.7768595,0.78512394,0.7933884,0.7933884,0.80991733,0.8057851,0.8016529,0.7933884,0.78512394,0.7644628,0.74793386,0.7107438,0.6322314,0.59917355,0.69008267,0.7231405,0.6446281,0.6570248,0.71487606,0.75619835,0.78099173,0.8181818,0.8305785,0.8347107,0.8305785,0.8264463,0.822314,0.8181818,0.8016529,0.75619835,0.6404959,0.6983471,0.7355372,0.73966944,0.73966944,0.76033056,0.77272725,0.77272725,0.77272725,0.76859504,0.75619835,0.76033056,0.74380165,0.73140496,0.69008267,0.6570248,0.59917355,0.5413223,0.41322315,0.5123967,0.36363637,0.29338843,0.4876033,0.5165289,0.53305787,0.55785125,0.58264464,0.6280992,0.661157,0.69008267,0.72727275,0.72727275,0.74793386,0.7644628,0.76859504,0.78099173,0.7892562,0.78512394,0.79752064,0.79752064,0.7892562,0.78099173,0.75619835,0.7355372,0.7231405,0.6859504,0.553719,0.5495868,0.6652893,0.71900827,0.58677685,0.61570245,0.6983471,0.73966944,0.7644628,0.8016529,0.822314,0.8347107,0.8305785,0.822314,0.8181818,0.80991733,0.7768595,0.73966944,0.6363636,0.6735537,0.71487606,0.71487606,0.73140496,0.74380165,0.75619835,0.76033056,0.76859504,0.76033056,0.75206614,0.73140496,0.7231405,0.7066116,0.6694215,0.6280992,0.57438016,0.49586776,0.42975205,0.5495868,0.37603307,0.28099173,0.47933885,0.5206612,0.53305787,0.56198347,0.57024795,0.607438,0.6198347,0.6694215,0.7066116,0.7066116,0.73140496,0.75206614,0.7644628,0.78099173,0.78099173,0.7768595,0.78512394,0.7892562,0.7768595,0.76033056,0.72727275,0.71487606,0.71487606,0.6942149,0.5495868,0.48347107,0.61570245,0.661157,0.54545456,0.5123967,0.58677685,0.6694215,0.71487606,0.76033056,0.7892562,0.8140496,0.8016529,0.7768595,0.79752064,0.7768595,0.7231405,0.661157,0.57438016,0.6528926,0.71487606,0.70247936,0.71900827,0.73966944,0.74380165,0.74380165,0.73966944,0.73966944,0.74380165,0.71487606,0.7107438,0.6818182,0.6363636,0.59504133,0.56198347,0.45454547,0.41735536,0.5661157,0.38016528,0.2892562,0.47933885,0.5413223,0.5495868,0.5495868,0.553719,0.58677685,0.56198347,0.59504133,0.6652893,0.69008267,0.71900827,0.74380165,0.7644628,0.7768595,0.77272725,0.7768595,0.78099173,0.7768595,0.75619835,0.74380165,0.71900827,0.72727275,0.73140496,0.73140496,0.6859504,0.45041323,0.5123967,0.58677685,0.53305787,0.4214876,0.3677686,0.42561984,0.54545456,0.6446281,0.70247936,0.7355372,0.70247936,0.661157,0.71900827,0.6735537,0.58264464,0.4876033,0.49173555,0.6446281,0.71900827,0.7107438,0.71487606,0.7355372,0.73140496,0.73140496,0.7231405,0.73140496,0.71900827,0.7066116,0.6983471,0.6446281,0.59917355,0.57024795,0.54545456,0.39256197,0.40495867,0.55785125,0.40495867,0.30578512,0.46694216,0.5247934,0.5495868,0.5413223,0.53305787,0.57438016,0.5785124,0.58677685,0.6322314,0.6570248,0.70247936,0.72727275,0.75206614,0.7644628,0.77272725,0.76859504,0.76859504,0.75619835,0.7231405,0.7231405,0.7355372,0.75619835,0.76859504,0.76033056,0.75619835,0.57438016,0.4338843,0.45867768,0.446281,0.3677686,0.2892562,0.2520661,0.30991736,0.44214877,0.54545456,0.59917355,0.58677685,0.57438016,0.58264464,0.5041322,0.3677686,0.34710744,0.4752066,0.6818182,0.71900827,0.7231405,0.71900827,0.71900827,0.7231405,0.72727275,0.7231405,0.71900827,0.70247936,0.6942149,0.6694215,0.62396693,0.5785124,0.56198347,0.5413223,0.3429752,0.40495867,0.5413223,0.446281,0.30991736,0.46280992,0.5,0.5413223,0.553719,0.54545456,0.56198347,0.5785124,0.59917355,0.61157024,0.6404959,0.6942149,0.7107438,0.7355372,0.74380165,0.76033056,0.7644628,0.74793386,0.73140496,0.7107438,0.7231405,0.75206614,0.78099173,0.78512394,0.78099173,0.7768595,0.6983471,0.5,0.38016528,0.33471075,0.27272728,0.23140496,0.2231405,0.2231405,0.2892562,0.3677686,0.4090909,0.39256197,0.41322315,0.3966942,0.3264463,0.28512397,0.38429752,0.59090906,0.72727275,0.71900827,0.71900827,0.71487606,0.6942149,0.70247936,0.71487606,0.70247936,0.7066116,0.69008267,0.6735537,0.6446281,0.59504133,0.56198347,0.56198347,0.5206612,0.2603306,0.40495867,0.55785125,0.47933885,0.30165288,0.446281,0.48347107,0.5247934,0.55785125,0.55785125,0.5661157,0.57438016,0.5661157,0.5785124,0.61157024,0.6694215,0.69008267,0.7107438,0.71900827,0.73140496,0.7355372,0.73966944,0.71900827,0.7066116,0.73966944,0.76859504,0.7892562,0.7933884,0.78512394,0.78099173,0.76033056,0.6694215,0.5165289,0.42561984,0.38016528,0.338843,0.30578512,0.24793388,0.23140496,0.26859504,0.28099173,0.27272728,0.30165288,0.3181818,0.38842976,0.4876033,0.57438016,0.6818182,0.73140496,0.7231405,0.71487606,0.7107438,0.677686,0.677686,0.6942149,0.6942149,0.69008267,0.6735537,0.6570248,0.6198347,0.56198347,0.5495868,0.56198347,0.4876033,0.16528925,0.41322315,0.5495868,0.48347107,0.3429752,0.42975205,0.47107437,0.49586776,0.5413223,0.5661157,0.57024795,0.57024795,0.55785125,0.57438016,0.60330576,0.6404959,0.6735537,0.6942149,0.7066116,0.71487606,0.70247936,0.72727275,0.6983471,0.7231405,0.76033056,0.76859504,0.78512394,0.7768595,0.78099173,0.78099173,0.77272725,0.75206614,0.70247936,0.58264464,0.5082645,0.47933885,0.4338843,0.38842976,0.338843,0.32231405,0.3305785,0.34710744,0.39256197,0.46280992,0.57024795,0.6404959,0.6694215,0.70247936,0.71900827,0.70247936,0.71487606,0.71487606,0.69008267,0.661157,0.661157,0.6694215,0.6735537,0.6487603,0.6280992,0.58264464,0.5371901,0.5495868,0.5661157,0.44214877,0.11983471,0.39256197,0.5413223,0.5123967,0.38429752,0.41322315,0.45454547,0.4876033,0.53305787,0.55785125,0.5661157,0.57438016,0.55785125,0.56198347,0.58677685,0.62396693,0.6528926,0.6652893,0.6818182,0.69008267,0.7066116,0.70247936,0.69008267,0.7355372,0.75619835,0.76859504,0.7768595,0.77272725,0.76859504,0.7644628,0.7644628,0.76033056,0.75206614,0.6694215,0.57438016,0.57438016,0.55785125,0.54545456,0.5,0.49586776,0.49586776,0.5371901,0.57024795,0.59090906,0.6446281,0.661157,0.69008267,0.70247936,0.7066116,0.69008267,0.6942149,0.6983471,0.7066116,0.6735537,0.6528926,0.6487603,0.6487603,0.6404959,0.607438,0.5661157,0.53305787,0.553719,0.55785125,0.35950413,0.1446281,0.3677686,0.49173555,0.553719,0.42561984,0.3677686,0.4214876,0.45867768,0.5041322,0.5371901,0.54545456,0.57438016,0.55785125,0.55785125,0.56198347,0.61157024,0.6363636,0.6487603,0.661157,0.6694215,0.6694215,0.6818182,0.70247936,0.74380165,0.74793386,0.75206614,0.76033056,0.7644628,0.76033056,0.7644628,0.7644628,0.76033056,0.75206614,0.73140496,0.661157,0.6363636,0.62396693,0.6280992,0.59090906,0.58264464,0.57438016,0.62396693,0.6528926,0.6404959,0.6652893,0.6735537,0.6942149,0.6983471,0.6983471,0.677686,0.677686,0.6942149,0.70247936,0.6859504,0.661157,0.6404959,0.6363636,0.62396693,0.59504133,0.55785125,0.5371901,0.57024795,0.5165289,0.2768595,0.19008264,0.35950413,0.446281,0.55785125,0.47107437,0.29338843,0.38842976,0.4338843,0.46694216,0.5165289,0.49586776,0.5785124,0.5661157,0.5661157,0.56198347,0.60330576,0.62396693,0.62396693,0.6404959,0.6528926,0.661157,0.6818182,0.71487606,0.73140496,0.72727275,0.73140496,0.74380165,0.75206614,0.76033056,0.75619835,0.7644628,0.76033056,0.75619835,0.74793386,0.71900827,0.6942149,0.677686,0.6694215,0.6446281,0.6198347,0.61157024,0.6404959,0.677686,0.6818182,0.69008267,0.69008267,0.69008267,0.6942149,0.6694215,0.6570248,0.6487603,0.6735537,0.69008267,0.6942149,0.6694215,0.6446281,0.6322314,0.62396693,0.59090906,0.5495868,0.553719,0.55785125,0.43801653,0.21900827,0.29338843,0.27272728,0.45041323,0.5,0.5041322,0.23553719,0.3264463,0.4090909,0.46280992,0.5,0.5289256,0.56198347,0.58677685,0.57024795,0.5661157,0.59504133,0.61570245,0.62396693,0.6487603,0.661157,0.6652893,0.69008267,0.71900827,0.7355372,0.7107438,0.6942149,0.6942149,0.7066116,0.72727275,0.7231405,0.7355372,0.76033056,0.7644628,0.74793386,0.75206614,0.73966944,0.7355372,0.7231405,0.71900827,0.6818182,0.6735537,0.677686,0.69008267,0.70247936,0.7107438,0.7066116,0.6983471,0.677686,0.6528926,0.59917355,0.5661157,0.607438,0.6694215,0.69008267,0.677686,0.6570248,0.6404959,0.6198347,0.58264464,0.553719,0.56198347,0.5289256,0.3553719,0.25619835,0.35123968,0.24380165,0.44214877,0.45867768,0.5041322,0.16528925,0.2644628,0.35123968,0.4338843,0.47933885,0.5289256,0.5661157,0.58264464,0.58677685,0.5785124,0.59090906,0.61570245,0.6446281,0.6570248,0.6735537,0.6735537,0.6859504,0.6942149,0.7066116,0.6528926,0.58264464,0.5785124,0.61157024,0.6487603,0.6570248,0.661157,0.6942149,0.70247936,0.677686,0.6735537,0.6404959,0.661157,0.6983471,0.73966944,0.7231405,0.677686,0.6404959,0.61570245,0.6280992,0.6528926,0.6570248,0.6404959,0.61570245,0.553719,0.47933885,0.45454547,0.5165289,0.607438,0.661157,0.677686,0.6570248,0.6528926,0.61570245,0.57438016,0.55785125,0.553719,0.41322315,0.19008264,0.29752067,0.37603307,0.29338843,0.38016528,0.47107437,0.48347107,0.16528925,0.2768595,0.29752067,0.35950413,0.42561984,0.49173555,0.5495868,0.56198347,0.5785124,0.58264464,0.59504133,0.6280992,0.6570248,0.6694215,0.6735537,0.6859504,0.6859504,0.6652893,0.62396693,0.553719,0.446281,0.40495867,0.42561984,0.446281,0.46694216,0.47107437,0.49586776,0.5165289,0.5206612,0.5206612,0.5123967,0.5206612,0.5371901,0.59917355,0.61570245,0.57024795,0.5247934,0.5,0.5,0.49586776,0.4876033,0.45041323,0.40495867,0.42561984,0.5247934,0.553719,0.53305787,0.5661157,0.6280992,0.6652893,0.6652893,0.6404959,0.59917355,0.55785125,0.553719,0.5,0.24793388,0.09504132,0.16115703,0.2892562,0.34710744,0.3140496,0.42975205,0.46280992,0.16528925,0.32231405,0.2768595,0.30578512,0.338843,0.45867768,0.5165289,0.5495868,0.56198347,0.57438016,0.59504133,0.6280992,0.661157,0.6735537,0.6735537,0.6859504,0.6735537,0.6280992,0.5785124,0.5661157,0.53305787,0.4338843,0.36363637,0.3264463,0.33471075,0.33471075,0.3429752,0.3677686,0.38429752,0.4090909,0.43801653,0.43801653,0.43801653,0.45867768,0.46694216,0.45454547,0.43801653,0.41735536,0.3966942,0.39256197,0.38016528,0.36363637,0.41322315,0.54545456,0.677686,0.6859504,0.6363636,0.58677685,0.6198347,0.661157,0.661157,0.6198347,0.57024795,0.5371901,0.5247934,0.3553719,0.11157025,0.09504132,0.11983471,0.12396694,0.2644628,0.2768595,0.32231405,0.45041323,0.17768595,0.33471075,0.36363637,0.2603306,0.28512397,0.38016528,0.44214877,0.5082645,0.5206612,0.5289256,0.57024795,0.607438,0.6528926,0.661157,0.677686,0.6694215,0.6528926,0.61157024,0.59917355,0.6280992,0.6570248,0.62396693,0.5371901,0.45867768,0.446281,0.41735536,0.41322315,0.4214876,0.4090909,0.41322315,0.446281,0.43801653,0.42561984,0.41322315,0.40082645,0.41735536,0.41322315,0.3966942,0.39256197,0.42975205,0.47933885,0.47107437,0.5289256,0.6404959,0.7066116,0.70247936,0.6818182,0.6404959,0.6363636,0.6487603,0.6280992,0.59090906,0.5371901,0.5165289,0.4214876,0.1694215,0.06198347,0.09504132,0.09917355,0.09090909,0.16528925,0.19421488,0.23966943,0.35950413,0.17355372,0.3305785,0.3966942,0.37603307,0.23966943,0.29338843,0.34710744,0.43801653,0.47933885,0.47107437,0.5289256,0.57438016,0.61570245,0.6487603,0.661157,0.6735537,0.6487603,0.6322314,0.6404959,0.6652893,0.677686,0.6942149,0.69008267,0.60330576,0.5661157,0.54545456,0.56198347,0.57024795,0.58264464,0.607438,0.6487603,0.6322314,0.6198347,0.58677685,0.55785125,0.59917355,0.58677685,0.55785125,0.5289256,0.5289256,0.5371901,0.5371901,0.59504133,0.6818182,0.7066116,0.6983471,0.6942149,0.677686,0.6404959,0.62396693,0.59090906,0.54545456,0.5165289,0.43801653,0.2231405,0.08264463,0.07438017,0.0785124,0.09504132,0.09504132,0.12809917,0.1570248,0.17768595,0.2603306,0.17355372,0.32231405,0.38429752,0.40495867,0.35123968,0.2644628,0.2644628,0.35123968,0.41735536,0.45867768,0.5,0.53305787,0.57024795,0.607438,0.6322314,0.6404959,0.661157,0.6735537,0.6983471,0.71487606,0.7066116,0.7066116,0.71900827,0.6652893,0.6198347,0.58264464,0.58264464,0.5785124,0.59504133,0.6404959,0.69008267,0.6983471,0.71487606,0.6694215,0.6363636,0.6446281,0.61157024,0.57438016,0.5371901,0.54545456,0.55785125,0.58677685,0.6570248,0.6942149,0.69008267,0.69008267,0.6859504,0.6570248,0.6363636,0.59504133,0.5371901,0.5123967,0.46280992,0.24793388,0.08677686,0.08677686,0.08677686,0.07024793,0.08264463,0.09504132,0.10330579,0.1322314,0.1446281,0.17768595,0.18181819,0.30991736,0.37190083,0.3966942,0.38842976,0.3305785,0.25619835,0.2644628,0.33471075,0.3966942,0.45867768,0.5,0.5371901,0.5785124,0.61157024,0.6363636,0.6652893,0.69008267,0.7107438,0.7231405,0.73140496,0.6942149,0.71487606,0.6859504,0.6446281,0.59090906,0.57024795,0.553719,0.54545456,0.5661157,0.59504133,0.61570245,0.6404959,0.60330576,0.59504133,0.58677685,0.553719,0.53305787,0.5123967,0.5247934,0.5785124,0.62396693,0.6694215,0.6859504,0.6859504,0.6818182,0.6528926,0.6322314,0.607438,0.5495868,0.5123967,0.47107437,0.3181818,0.09504132,0.0785124,0.09504132,0.09504132,0.0785124,0.0661157,0.08677686,0.09090909,0.11570248,0.12396694,0.15289256,0.18181819,0.30578512,0.3677686,0.39256197,0.39256197,0.3553719,0.30991736,0.23553719,0.24793388,0.3140496,0.40082645,0.45041323,0.4876033,0.53305787,0.57438016,0.61570245,0.6446281,0.6735537,0.6859504,0.6983471,0.7066116,0.6983471,0.6859504,0.6859504,0.661157,0.6198347,0.57024795,0.5165289,0.49586776,0.5041322,0.49173555,0.5082645,0.5247934,0.5123967,0.5165289,0.5123967,0.49173555,0.47933885,0.5041322,0.5413223,0.60330576,0.6322314,0.6528926,0.6652893,0.6694215,0.661157,0.6404959,0.6280992,0.607438,0.53305787,0.4752066,0.40082645,0.1983471,0.06198347,0.09504132,0.09504132,0.11157025,0.07438017,0.0661157,0.0785124,0.08677686,0.09917355,0.11157025,0.13636364,0.19421488,0.30578512,0.36363637,0.38016528,0.38842976,0.37190083,0.338843,0.27272728,0.21900827,0.23140496,0.3264463,0.4090909,0.43801653,0.49586776,0.5413223,0.58264464,0.607438,0.6404959,0.6694215,0.677686,0.6735537,0.6652893,0.677686,0.6694215,0.6404959,0.607438,0.58264464,0.5371901,0.5,0.4752066,0.446281,0.43801653,0.4338843,0.43801653,0.45041323,0.45454547,0.47107437,0.49586776,0.5371901,0.57024795,0.607438,0.6322314,0.6404959,0.6487603,0.6570248,0.6487603,0.6363636,0.61570245,0.5785124,0.49586776,0.40495867,0.34710744,0.23966943,0.09090909,0.10330579,0.10743801,0.11570248,0.0785124,0.0661157,0.0785124,0.09090909,0.09504132,0.11157025,0.12809917,0.1983471,0.30165288,0.37190083,0.36363637,0.38429752,0.38016528,0.35123968,0.29752067,0.23966943,0.1983471,0.23966943,0.3264463,0.40495867,0.46694216,0.5123967,0.5661157,0.59917355,0.62396693,0.6404959,0.6487603,0.6446281,0.6446281,0.6322314,0.6363636,0.62396693,0.607438,0.5785124,0.5661157,0.553719,0.5247934,0.5041322,0.49173555,0.48347107,0.45454547,0.4752066,0.5082645,0.5289256,0.553719,0.58677685,0.59917355,0.61570245,0.6363636,0.6404959,0.6404959,0.6487603,0.6487603,0.6487603,0.60330576,0.53305787,0.41735536,0.34710744,0.36363637,0.30165288,0.11157025,0.09504132,0.11983471,0.12396694,0.0661157,0.0661157,0.08264463,0.09090909,0.08677686,0.10330579,0.10743801,0.20247933,0.30165288,0.38429752,0.36363637,0.38842976,0.37603307,0.35950413,0.3181818,0.25619835,0.21900827,0.21487603,0.2231405,0.3305785,0.42561984,0.4876033,0.5413223,0.59504133,0.6363636,0.6446281,0.6446281,0.6322314,0.6446281,0.6322314,0.6322314,0.6280992,0.6198347,0.553719,0.5495868,0.5661157,0.57024795,0.56198347,0.5495868,0.5289256,0.5206612,0.5289256,0.57438016,0.59504133,0.60330576,0.6322314,0.6363636,0.6363636,0.6528926,0.6570248,0.6528926,0.6570248,0.6570248,0.6404959,0.5661157,0.44214877,0.3677686,0.38016528,0.38842976,0.3429752,0.1446281,0.10330579,0.1322314,0.12809917,0.0785124,0.07024793,0.08677686,0.09504132,0.0785124,0.09504132,0.10330579,0.20661157,0.29752067,0.3677686,0.38842976,0.3966942,0.38016528,0.36363637,0.3264463,0.28512397,0.23553719,0.22727273,0.17768595,0.23553719,0.3305785,0.42975205,0.5082645,0.58264464,0.6446281,0.6735537,0.6735537,0.6694215,0.6652893,0.6570248,0.6487603,0.6487603,0.6487603,0.61570245,0.61157024,0.6363636,0.6487603,0.6280992,0.6322314,0.607438,0.59504133,0.58264464,0.62396693,0.6652893,0.6652893,0.6694215,0.6694215,0.6818182,0.677686,0.6694215,0.677686,0.6818182,0.6694215,0.6198347,0.46280992,0.37190083,0.40495867,0.42975205,0.40495867,0.3553719,0.15289256,0.10743801,0.1446281,0.1322314,0.09090909,0.07438017,0.09090909,0.09917355,0.08677686,0.09917355,0.10330579,0.20247933,0.29752067,0.37603307,0.39256197,0.40495867,0.38842976,0.3677686,0.338843,0.30165288,0.2603306,0.21900827,0.2107438,0.19008264,0.20661157,0.2892562,0.41735536,0.53305787,0.61157024,0.69008267,0.6983471,0.6983471,0.6942149,0.6983471,0.6983471,0.69008267,0.6818182,0.6818182,0.6942149,0.7231405,0.73966944,0.71487606,0.6983471,0.69008267,0.6694215,0.661157,0.6859504,0.73140496,0.71487606,0.71487606,0.6983471,0.6983471,0.6859504,0.70247936,0.6983471,0.6818182,0.6487603,0.5371901,0.36363637,0.4090909,0.45454547,0.45454547,0.41735536,0.35950413,0.15289256,0.11570248,0.14049587,0.14876033,0.09090909,0.07438017,0.09917355,0.10330579,0.08677686,0.09917355,0.10743801,0.19008264,0.29752067,0.35123968,0.3966942,0.41322315,0.40082645,0.37603307,0.35123968,0.3140496,0.2644628,0.23140496,0.20247933,0.20661157,0.18595041,0.18181819,0.27272728,0.38842976,0.5413223,0.6446281,0.70247936,0.71900827,0.7355372,0.7355372,0.73966944,0.73140496,0.71487606,0.71487606,0.73140496,0.73966944,0.7644628,0.76859504,0.74380165,0.74380165,0.73140496,0.73140496,0.71487606,0.7355372,0.7066116,0.7107438,0.7107438,0.70247936,0.6942149,0.6942149,0.6942149,0.6652893,0.57024795,0.38842976,0.3966942,0.46280992,0.47107437,0.46694216,0.42561984,0.3429752,0.14049587,0.12396694,0.14049587,0.1446281,0.09504132,0.08677686,0.11983471,0.11157025,0.09504132,0.10743801,0.10743801,0.17768595,0.2768595,0.338843,0.38016528,0.4214876,0.41735536,0.3966942,0.36363637,0.3264463,0.2892562,0.2520661,0.2107438,0.21487603,0.2107438,0.19008264,0.18181819,0.24380165,0.37190083,0.53305787,0.6322314,0.677686,0.7066116,0.71487606,0.73966944,0.74793386,0.74380165,0.73140496,0.73966944,0.7355372,0.7644628,0.7768595,0.76033056,0.75206614,0.74380165,0.74793386,0.73140496,0.7066116,0.70247936,0.71487606,0.6942149,0.6694215,0.6570248,0.6570248,0.661157,0.60330576,0.42975205,0.38429752,0.4752066,0.49173555,0.49173555,0.47933885,0.4214876,0.3140496,0.11983471,0.14049587,0.14049587,0.14876033,0.09917355,0.09917355,0.13636364,0.12396694,0.11570248,0.11570248,0.10743801,0.15289256,0.27272728,0.33471075,0.38016528,0.42561984,0.42975205,0.41322315,0.38016528,0.34710744,0.30991736,0.27272728,0.23553719,0.2107438,0.2107438,0.20247933,0.19008264,0.18181819,0.2107438,0.37603307,0.5206612,0.6198347,0.6322314,0.61570245,0.6652893,0.7066116,0.72727275,0.72727275,0.70247936,0.70247936,0.7231405,0.73140496,0.72727275,0.71487606,0.6983471,0.69008267,0.6942149,0.6694215,0.6859504,0.6859504,0.6404959,0.6404959,0.6322314,0.61570245,0.58677685,0.47107437,0.35123968,0.45454547,0.5,0.5082645,0.5041322,0.48347107,0.4338843,0.27272728,0.11570248,0.13636364,0.16115703,0.14049587,0.10330579,0.10330579,0.14049587,0.14049587,0.12809917,0.1322314,0.11983471,0.1322314,0.25619835,0.33471075,0.39256197,0.41735536,0.42975205,0.4214876,0.4090909,0.3677686,0.33471075,0.30578512,0.24793388,0.2231405,0.2107438,0.20247933,0.20247933,0.1983471,0.18181819,0.20247933,0.3305785,0.4876033,0.5371901,0.553719,0.57024795,0.6322314,0.6694215,0.6735537,0.6446281,0.6487603,0.6652893,0.6487603,0.6446281,0.6198347,0.59917355,0.59504133,0.61570245,0.6198347,0.6446281,0.6280992,0.58677685,0.59504133,0.58677685,0.5495868,0.46694216,0.3966942,0.44214877,0.5,0.5082645,0.5123967,0.5041322,0.47933885,0.4090909,0.23966943,0.11570248,0.13636364,0.15289256,0.14049587,0.10743801,0.12809917,0.1446281,0.16115703,0.1446281,0.16115703,0.14049587,0.12809917,0.22727273,0.3305785,0.3966942,0.4214876,0.42975205,0.42561984,0.4214876,0.39256197,0.35950413,0.3429752,0.26859504,0.23966943,0.21900827,0.2107438,0.2107438,0.21487603,0.20661157,0.19421488,0.16115703,0.30165288,0.38016528,0.46694216,0.5289256,0.57024795,0.58677685,0.57438016,0.57438016,0.58264464,0.57438016,0.5495868,0.57438016,0.56198347,0.53305787,0.5371901,0.55785125,0.57438016,0.5661157,0.53305787,0.5247934,0.5247934,0.48347107,0.41322315,0.38842976,0.4338843,0.5,0.5206612,0.5247934,0.5082645,0.5,0.4752066,0.39256197,0.19421488,0.12809917,0.14876033,0.13636364,0.1322314,0.10330579,0.14049587,0.17768595,0.18181819,0.17355372,0.15289256,0.14876033,0.11157025,0.20247933,0.3181818,0.39256197,0.41735536,0.43801653,0.4338843,0.4338843,0.41735536,0.37603307,0.3553719,0.30578512,0.24793388,0.22727273,0.21487603,0.21487603,0.2231405,0.21900827,0.20247933,0.1983471,0.19008264,0.2231405,0.30165288,0.37603307,0.446281,0.48347107,0.5,0.48347107,0.48347107,0.48347107,0.48347107,0.47933885,0.47933885,0.48347107,0.45867768,0.46280992,0.45867768,0.45867768,0.42561984,0.41735536,0.39256197,0.36363637,0.37190083,0.43801653,0.47933885,0.5206612,0.5206612,0.5289256,0.5082645,0.5,0.46694216,0.34710744,0.16528925,0.1322314,0.14876033,0.13636364,0.12809917,0.11570248,0.1570248,0.1694215,0.19008264,0.17355372,0.20661157,0.17355372,11 +0.5123967,0.55785125,0.6198347,0.6528926,0.6652893,0.6818182,0.6942149,0.73966944,0.76033056,0.78099173,0.7892562,0.78512394,0.78512394,0.7933884,0.7933884,0.7933884,0.79752064,0.7933884,0.8057851,0.8140496,0.8140496,0.8140496,0.8264463,0.8347107,0.8347107,0.838843,0.8305785,0.838843,0.838843,0.8429752,0.8471074,0.8512397,0.8512397,0.8553719,0.8512397,0.8471074,0.8512397,0.8471074,0.838843,0.8429752,0.8305785,0.8181818,0.8140496,0.822314,0.80991733,0.8264463,0.8140496,0.80991733,0.8140496,0.8140496,0.80991733,0.8057851,0.8016529,0.7933884,0.78099173,0.75206614,0.72727275,0.6942149,0.661157,0.58264464,0.4876033,0.4214876,0.338843,0.3429752,0.5371901,0.58677685,0.62396693,0.6280992,0.6487603,0.661157,0.6942149,0.7355372,0.76033056,0.78512394,0.78099173,0.78512394,0.7892562,0.7933884,0.7892562,0.79752064,0.8016529,0.8057851,0.8140496,0.8140496,0.8140496,0.8181818,0.822314,0.8305785,0.838843,0.8347107,0.8347107,0.8305785,0.8471074,0.8429752,0.8471074,0.8512397,0.8512397,0.8512397,0.8512397,0.8512397,0.8512397,0.8471074,0.8471074,0.8429752,0.838843,0.8140496,0.8140496,0.822314,0.8181818,0.822314,0.8181818,0.8140496,0.8181818,0.8057851,0.8057851,0.8016529,0.7933884,0.7933884,0.78512394,0.75619835,0.71900827,0.69008267,0.6694215,0.60330576,0.5206612,0.41322315,0.3553719,0.35123968,0.5371901,0.59504133,0.6280992,0.6404959,0.6404959,0.6652893,0.6983471,0.72727275,0.76033056,0.78099173,0.7768595,0.78512394,0.7933884,0.79752064,0.79752064,0.8057851,0.8057851,0.8140496,0.8140496,0.8140496,0.822314,0.822314,0.8264463,0.8305785,0.8347107,0.8347107,0.8347107,0.838843,0.8471074,0.8471074,0.8512397,0.8512397,0.8553719,0.8512397,0.8553719,0.8471074,0.8471074,0.8512397,0.8429752,0.8429752,0.838843,0.8264463,0.8264463,0.8305785,0.8264463,0.8140496,0.822314,0.8264463,0.822314,0.80991733,0.8016529,0.8016529,0.8016529,0.79752064,0.78512394,0.75619835,0.71487606,0.69008267,0.677686,0.6198347,0.5495868,0.46280992,0.28512397,0.3553719,0.5123967,0.59504133,0.6363636,0.6487603,0.6446281,0.6570248,0.69008267,0.7107438,0.76033056,0.7768595,0.78512394,0.78099173,0.7892562,0.79752064,0.8057851,0.80991733,0.8140496,0.8057851,0.822314,0.822314,0.8264463,0.8305785,0.8347107,0.838843,0.838843,0.8429752,0.838843,0.8429752,0.8471074,0.8471074,0.8512397,0.8512397,0.8512397,0.8553719,0.8553719,0.8512397,0.8471074,0.8512397,0.8429752,0.838843,0.838843,0.8347107,0.8347107,0.838843,0.8305785,0.8305785,0.8264463,0.822314,0.822314,0.8181818,0.80991733,0.8016529,0.8016529,0.7933884,0.78512394,0.75206614,0.71900827,0.6818182,0.6694215,0.6363636,0.58264464,0.49586776,0.3181818,0.1983471,0.4876033,0.57024795,0.6322314,0.6487603,0.6446281,0.6487603,0.677686,0.7107438,0.74793386,0.77272725,0.7892562,0.78512394,0.7892562,0.7892562,0.8016529,0.80991733,0.8057851,0.80991733,0.8181818,0.8264463,0.822314,0.8305785,0.8347107,0.838843,0.838843,0.8471074,0.838843,0.8429752,0.8471074,0.8471074,0.8471074,0.8471074,0.8512397,0.8512397,0.8512397,0.8429752,0.8471074,0.8429752,0.8429752,0.8471074,0.8471074,0.838843,0.8347107,0.8347107,0.838843,0.8347107,0.8305785,0.8264463,0.8264463,0.822314,0.8140496,0.8057851,0.80991733,0.79752064,0.78512394,0.76033056,0.71900827,0.6818182,0.6570248,0.6363636,0.6198347,0.5247934,0.39256197,0.1322314,0.49586776,0.5661157,0.6280992,0.6446281,0.6446281,0.6528926,0.6652893,0.7107438,0.73966944,0.77272725,0.7933884,0.7933884,0.7892562,0.7892562,0.79752064,0.80991733,0.80991733,0.79752064,0.8140496,0.822314,0.822314,0.8347107,0.838843,0.8347107,0.838843,0.8429752,0.838843,0.8347107,0.838843,0.8471074,0.8429752,0.838843,0.8471074,0.8471074,0.8512397,0.8471074,0.8471074,0.8429752,0.8471074,0.8471074,0.8471074,0.8471074,0.838843,0.8347107,0.8347107,0.8305785,0.8305785,0.8264463,0.8305785,0.822314,0.822314,0.822314,0.8016529,0.8057851,0.7892562,0.76859504,0.72727275,0.677686,0.6528926,0.6322314,0.6322314,0.5661157,0.4338843,0.1570248,0.5123967,0.56198347,0.61157024,0.6322314,0.6404959,0.6487603,0.6735537,0.7107438,0.73966944,0.7768595,0.7933884,0.8016529,0.8016529,0.79752064,0.8016529,0.8140496,0.80991733,0.8016529,0.8140496,0.822314,0.822314,0.8305785,0.8347107,0.8305785,0.8347107,0.8347107,0.8429752,0.838843,0.8347107,0.838843,0.838843,0.8347107,0.8429752,0.8471074,0.8471074,0.8471074,0.8471074,0.8512397,0.8512397,0.8471074,0.8471074,0.8429752,0.8429752,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.822314,0.8181818,0.8181818,0.80991733,0.79752064,0.78512394,0.73966944,0.6818182,0.661157,0.6322314,0.61570245,0.58264464,0.46280992,0.20661157,0.5165289,0.56198347,0.59504133,0.6198347,0.6322314,0.661157,0.677686,0.71487606,0.74793386,0.76859504,0.7892562,0.8016529,0.8057851,0.80991733,0.8057851,0.8181818,0.8016529,0.8016529,0.8181818,0.8181818,0.822314,0.8264463,0.8305785,0.8264463,0.8264463,0.8305785,0.8305785,0.8429752,0.838843,0.8429752,0.8429752,0.838843,0.8429752,0.8471074,0.8471074,0.8429752,0.8429752,0.8471074,0.8471074,0.8429752,0.838843,0.8347107,0.838843,0.8264463,0.8264463,0.8305785,0.8264463,0.8264463,0.8305785,0.8305785,0.822314,0.822314,0.822314,0.8140496,0.8016529,0.7892562,0.75619835,0.6942149,0.661157,0.6280992,0.58677685,0.58264464,0.47933885,0.22727273,0.53305787,0.55785125,0.59917355,0.607438,0.6322314,0.6694215,0.6818182,0.71900827,0.74380165,0.75619835,0.78512394,0.7933884,0.79752064,0.8057851,0.8057851,0.8140496,0.79752064,0.77272725,0.7892562,0.8016529,0.80991733,0.8057851,0.8016529,0.8057851,0.8140496,0.8181818,0.8264463,0.8305785,0.8305785,0.8347107,0.838843,0.8347107,0.8347107,0.8347107,0.838843,0.8347107,0.8347107,0.8305785,0.8347107,0.8347107,0.8305785,0.8305785,0.8264463,0.8140496,0.8181818,0.8264463,0.8181818,0.8181818,0.8181818,0.8181818,0.8181818,0.8181818,0.8140496,0.80991733,0.79752064,0.78099173,0.76033056,0.70247936,0.661157,0.62396693,0.58677685,0.5661157,0.4752066,0.2107438,0.5495868,0.55785125,0.60330576,0.60330576,0.61570245,0.6528926,0.6652893,0.7066116,0.7355372,0.7231405,0.7355372,0.74793386,0.74380165,0.7355372,0.7355372,0.7107438,0.69008267,0.677686,0.661157,0.6942149,0.71900827,0.7107438,0.6983471,0.73966944,0.74793386,0.76859504,0.7892562,0.8057851,0.8181818,0.822314,0.8264463,0.8305785,0.8347107,0.8305785,0.8264463,0.8347107,0.822314,0.8181818,0.80991733,0.80991733,0.79752064,0.7768595,0.77272725,0.7768595,0.78512394,0.78512394,0.7768595,0.77272725,0.7644628,0.75206614,0.76033056,0.76033056,0.76859504,0.76859504,0.76033056,0.7644628,0.75206614,0.6942149,0.6528926,0.6198347,0.58264464,0.5661157,0.47107437,0.23966943,0.553719,0.553719,0.59090906,0.58677685,0.607438,0.6280992,0.6528926,0.661157,0.6570248,0.6487603,0.6363636,0.6363636,0.6198347,0.60330576,0.59504133,0.56198347,0.54545456,0.5206612,0.49586776,0.5041322,0.5289256,0.5371901,0.53305787,0.58264464,0.6446281,0.677686,0.7066116,0.75619835,0.79752064,0.8016529,0.8057851,0.80991733,0.8181818,0.8140496,0.8181818,0.80991733,0.8016529,0.79752064,0.76033056,0.76859504,0.7066116,0.6446281,0.6570248,0.62396693,0.6198347,0.6198347,0.6198347,0.61157024,0.59090906,0.58264464,0.60330576,0.6198347,0.62396693,0.6652893,0.6404959,0.6570248,0.69008267,0.677686,0.6363636,0.60330576,0.57438016,0.5661157,0.44214877,0.2603306,0.5495868,0.553719,0.57438016,0.58677685,0.5661157,0.553719,0.54545456,0.553719,0.56198347,0.56198347,0.55785125,0.5495868,0.53305787,0.5,0.4752066,0.45867768,0.45867768,0.42975205,0.4214876,0.40082645,0.4214876,0.43801653,0.45041323,0.46280992,0.5785124,0.607438,0.60330576,0.6818182,0.75206614,0.7644628,0.78099173,0.7933884,0.8016529,0.79752064,0.7933884,0.7933884,0.77272725,0.75206614,0.6818182,0.661157,0.57024795,0.54545456,0.5165289,0.4876033,0.44214877,0.44214877,0.45041323,0.45041323,0.42561984,0.446281,0.46694216,0.49173555,0.5082645,0.53305787,0.5289256,0.5206612,0.5495868,0.5785124,0.56198347,0.57438016,0.5785124,0.553719,0.44214877,0.2520661,0.553719,0.5661157,0.55785125,0.56198347,0.4876033,0.41735536,0.44214877,0.47107437,0.47933885,0.5,0.5165289,0.5371901,0.553719,0.5247934,0.5,0.45867768,0.42561984,0.41322315,0.40082645,0.38842976,0.40082645,0.41322315,0.42561984,0.4338843,0.5289256,0.58264464,0.5495868,0.61570245,0.6942149,0.71900827,0.74793386,0.77272725,0.78512394,0.7768595,0.78099173,0.7644628,0.74380165,0.6942149,0.60330576,0.57024795,0.5247934,0.5082645,0.47933885,0.44214877,0.39256197,0.38016528,0.37603307,0.36363637,0.3677686,0.42561984,0.45454547,0.49586776,0.4876033,0.47933885,0.49173555,0.4876033,0.4752066,0.47933885,0.45867768,0.48347107,0.59917355,0.55785125,0.42975205,0.22727273,0.5495868,0.57024795,0.5495868,0.5123967,0.4338843,0.40082645,0.43801653,0.45041323,0.46280992,0.49173555,0.5206612,0.53305787,0.54545456,0.5495868,0.5661157,0.54545456,0.5041322,0.46280992,0.42561984,0.37603307,0.35123968,0.37190083,0.39256197,0.42975205,0.45454547,0.5371901,0.54545456,0.58264464,0.6570248,0.6983471,0.7231405,0.7644628,0.78099173,0.7644628,0.7644628,0.73966944,0.7231405,0.6652893,0.59090906,0.54545456,0.5082645,0.5,0.45454547,0.41735536,0.40495867,0.40082645,0.40082645,0.4214876,0.47107437,0.5123967,0.54545456,0.5371901,0.5289256,0.5123967,0.5123967,0.4876033,0.4752066,0.46280992,0.446281,0.4338843,0.5661157,0.56198347,0.42561984,0.23140496,0.53305787,0.56198347,0.53305787,0.4876033,0.4338843,0.4338843,0.46280992,0.47933885,0.49173555,0.5123967,0.5206612,0.49173555,0.45454547,0.44214877,0.45867768,0.446281,0.5247934,0.5247934,0.44214877,0.3966942,0.338843,0.2768595,0.2644628,0.3429752,0.35950413,0.42561984,0.48347107,0.5413223,0.6198347,0.6735537,0.71900827,0.76033056,0.76859504,0.74380165,0.75619835,0.73966944,0.71487606,0.661157,0.59504133,0.5247934,0.47933885,0.446281,0.4090909,0.37603307,0.33471075,0.3429752,0.3553719,0.37190083,0.40082645,0.4214876,0.446281,0.48347107,0.5082645,0.5289256,0.5371901,0.5165289,0.5123967,0.49586776,0.45867768,0.44214877,0.5413223,0.5661157,0.43801653,0.24380165,0.5082645,0.54545456,0.53305787,0.49173555,0.49173555,0.47107437,0.47107437,0.5,0.5082645,0.47107437,0.42975205,0.39256197,0.37603307,0.38842976,0.38016528,0.35123968,0.338843,0.45867768,0.34710744,0.40495867,0.46280992,0.45454547,0.38429752,0.32231405,0.3181818,0.3677686,0.38429752,0.44214877,0.5371901,0.6280992,0.69008267,0.7355372,0.74380165,0.7231405,0.76033056,0.73966944,0.7107438,0.6446281,0.5661157,0.48347107,0.43801653,0.3966942,0.38016528,0.38016528,0.38842976,0.3429752,0.30165288,0.39256197,0.27272728,0.2520661,0.2892562,0.3264463,0.37603307,0.40082645,0.46280992,0.5165289,0.5371901,0.5041322,0.47933885,0.5123967,0.553719,0.55785125,0.45867768,0.2644628,0.5,0.5206612,0.5371901,0.5247934,0.55785125,0.54545456,0.5123967,0.5206612,0.5,0.41735536,0.34710744,0.32231405,0.30991736,0.35950413,0.2644628,0.22727273,0.1570248,0.29338843,0.26859504,0.41322315,0.5165289,0.46694216,0.46694216,0.4752066,0.4090909,0.38429752,0.3966942,0.38016528,0.45867768,0.58264464,0.69008267,0.74380165,0.76033056,0.76859504,0.78099173,0.75619835,0.6983471,0.6280992,0.53305787,0.4752066,0.45041323,0.43801653,0.46694216,0.47933885,0.46694216,0.35950413,0.23966943,0.4090909,0.2603306,0.1570248,0.3553719,0.3429752,0.26859504,0.338843,0.37190083,0.45867768,0.5495868,0.5661157,0.56198347,0.59090906,0.5661157,0.55785125,0.47107437,0.30991736,0.5041322,0.5289256,0.5206612,0.5371901,0.58264464,0.607438,0.57438016,0.5371901,0.49173555,0.3966942,0.3181818,0.2603306,0.29752067,0.45041323,0.38842976,0.32231405,0.23966943,0.2644628,0.38016528,0.61157024,0.6694215,0.62396693,0.48347107,0.5,0.553719,0.49586776,0.446281,0.4214876,0.42561984,0.553719,0.73140496,0.79752064,0.80991733,0.79752064,0.80991733,0.77272725,0.6942149,0.607438,0.5289256,0.5165289,0.57438016,0.5165289,0.57438016,0.61570245,0.6280992,0.45867768,0.30578512,0.2520661,0.28512397,0.28512397,0.5661157,0.553719,0.30165288,0.24793388,0.338843,0.44214877,0.5413223,0.59090906,0.60330576,0.59504133,0.5785124,0.57024795,0.48347107,0.3264463,0.5206612,0.58264464,0.55785125,0.5082645,0.5041322,0.5371901,0.54545456,0.5247934,0.49586776,0.4214876,0.37603307,0.39256197,0.41735536,0.4752066,0.49586776,0.4752066,0.48347107,0.47933885,0.5165289,0.6404959,0.661157,0.6363636,0.6735537,0.53305787,0.553719,0.607438,0.5165289,0.49173555,0.45867768,0.57024795,0.73966944,0.8140496,0.8264463,0.8181818,0.79752064,0.7892562,0.7107438,0.59504133,0.5661157,0.607438,0.6694215,0.53305787,0.57438016,0.59917355,0.62396693,0.5661157,0.48347107,0.45041323,0.4214876,0.44214877,0.607438,0.553719,0.4338843,0.36363637,0.3677686,0.446281,0.5206612,0.55785125,0.61157024,0.607438,0.57024795,0.58677685,0.49173555,0.3429752,0.5371901,0.6363636,0.6652893,0.6404959,0.58264464,0.59090906,0.607438,0.6280992,0.59917355,0.5495868,0.5123967,0.5371901,0.5165289,0.5165289,0.5,0.5247934,0.553719,0.5495868,0.5495868,0.5661157,0.60330576,0.5661157,0.54545456,0.57438016,0.58264464,0.607438,0.58264464,0.5495868,0.53305787,0.61570245,0.74793386,0.7933884,0.822314,0.8264463,0.8140496,0.79752064,0.72727275,0.61157024,0.61157024,0.7066116,0.69008267,0.58677685,0.56198347,0.5371901,0.54545456,0.5661157,0.5495868,0.5123967,0.5082645,0.48347107,0.5041322,0.5,0.5082645,0.5041322,0.5,0.5247934,0.553719,0.57024795,0.59917355,0.607438,0.61157024,0.607438,0.5,0.32231405,0.55785125,0.6570248,0.7066116,0.7066116,0.6735537,0.6942149,0.72727275,0.74793386,0.6983471,0.6363636,0.5785124,0.57024795,0.5495868,0.5495868,0.5495868,0.55785125,0.5495868,0.5247934,0.5289256,0.5247934,0.5247934,0.5165289,0.5123967,0.55785125,0.56198347,0.58677685,0.6198347,0.62396693,0.6198347,0.6528926,0.7355372,0.7933884,0.8181818,0.8264463,0.822314,0.78512394,0.71487606,0.62396693,0.6404959,0.6859504,0.6528926,0.58264464,0.5206612,0.4876033,0.49173555,0.5123967,0.5289256,0.5,0.5371901,0.5165289,0.5247934,0.53305787,0.53305787,0.5289256,0.5495868,0.59504133,0.6446281,0.6694215,0.6735537,0.6694215,0.661157,0.6280992,0.49173555,0.2768595,0.56198347,0.6735537,0.71487606,0.71487606,0.7231405,0.71900827,0.71900827,0.6942149,0.6570248,0.61570245,0.57438016,0.5289256,0.5,0.5082645,0.5123967,0.5165289,0.5041322,0.4876033,0.4876033,0.48347107,0.49586776,0.5165289,0.54545456,0.5661157,0.5785124,0.6363636,0.6859504,0.69008267,0.6735537,0.6694215,0.7355372,0.7892562,0.8181818,0.8264463,0.822314,0.7892562,0.71900827,0.62396693,0.6652893,0.6735537,0.6404959,0.59090906,0.56198347,0.5041322,0.45867768,0.44214877,0.45454547,0.43801653,0.4876033,0.49173555,0.5,0.5041322,0.5165289,0.54545456,0.59090906,0.6280992,0.661157,0.6942149,0.7066116,0.69008267,0.677686,0.6570248,0.47933885,0.23966943,0.55785125,0.6652893,0.7107438,0.72727275,0.72727275,0.69008267,0.6735537,0.677686,0.70247936,0.69008267,0.661157,0.59090906,0.5371901,0.49586776,0.47933885,0.47107437,0.47107437,0.47933885,0.5082645,0.5206612,0.5661157,0.59917355,0.62396693,0.6446281,0.6652893,0.71900827,0.73140496,0.71900827,0.6983471,0.6818182,0.71900827,0.7768595,0.8181818,0.8347107,0.8264463,0.8057851,0.75206614,0.6322314,0.677686,0.69008267,0.6818182,0.6363636,0.6322314,0.61570245,0.57024795,0.5247934,0.49586776,0.48347107,0.48347107,0.48347107,0.5165289,0.5495868,0.58677685,0.61570245,0.6363636,0.6487603,0.6735537,0.6818182,0.6983471,0.7066116,0.6942149,0.6652893,0.47107437,0.21487603,0.5371901,0.6404959,0.6942149,0.71900827,0.7231405,0.72727275,0.74793386,0.78099173,0.78099173,0.7644628,0.74380165,0.7355372,0.6983471,0.6735537,0.61570245,0.607438,0.60330576,0.6322314,0.6735537,0.6694215,0.6983471,0.72727275,0.7355372,0.7355372,0.7355372,0.75206614,0.74380165,0.7231405,0.7066116,0.69008267,0.69008267,0.7644628,0.80991733,0.8305785,0.8264463,0.8140496,0.76033056,0.6528926,0.6652893,0.7107438,0.7107438,0.6818182,0.6859504,0.677686,0.6528926,0.6322314,0.6280992,0.6198347,0.607438,0.61157024,0.6198347,0.6280992,0.6487603,0.6570248,0.6735537,0.6694215,0.70247936,0.71900827,0.70247936,0.7066116,0.6942149,0.6694215,0.4752066,0.1694215,0.5165289,0.607438,0.6859504,0.7231405,0.74380165,0.77272725,0.7933884,0.8016529,0.8016529,0.8016529,0.7892562,0.78512394,0.78099173,0.78512394,0.7644628,0.74793386,0.7355372,0.75206614,0.7644628,0.7644628,0.77272725,0.7644628,0.7644628,0.7355372,0.74380165,0.74380165,0.74793386,0.73140496,0.7107438,0.677686,0.6859504,0.7355372,0.8057851,0.8264463,0.822314,0.8057851,0.75619835,0.6652893,0.6735537,0.71487606,0.71900827,0.71487606,0.7231405,0.7231405,0.72727275,0.7107438,0.6983471,0.6859504,0.69008267,0.6859504,0.69008267,0.69008267,0.6735537,0.6942149,0.7107438,0.71900827,0.72727275,0.74793386,0.74380165,0.72727275,0.6983471,0.6694215,0.4338843,0.13636364,0.49586776,0.58264464,0.6652893,0.71487606,0.7355372,0.7644628,0.78512394,0.79752064,0.79752064,0.80991733,0.8057851,0.8016529,0.8140496,0.8016529,0.7933884,0.7933884,0.7892562,0.7933884,0.79752064,0.7892562,0.7892562,0.77272725,0.76859504,0.74380165,0.74380165,0.75206614,0.75619835,0.74793386,0.71487606,0.677686,0.677686,0.72727275,0.7933884,0.8264463,0.8264463,0.80991733,0.76033056,0.6735537,0.69008267,0.72727275,0.7355372,0.72727275,0.73140496,0.73966944,0.75619835,0.76033056,0.7644628,0.75206614,0.7355372,0.73966944,0.73966944,0.73966944,0.72727275,0.71487606,0.73966944,0.76033056,0.73966944,0.7644628,0.76033056,0.7355372,0.6942149,0.661157,0.40495867,0.14049587,0.49173555,0.5495868,0.6363636,0.6859504,0.7107438,0.7355372,0.76033056,0.78099173,0.7892562,0.79752064,0.80991733,0.80991733,0.822314,0.8140496,0.80991733,0.80991733,0.80991733,0.8140496,0.8016529,0.7933884,0.7892562,0.77272725,0.77272725,0.75619835,0.75619835,0.76859504,0.76033056,0.74380165,0.72727275,0.677686,0.69008267,0.7231405,0.7892562,0.8264463,0.8305785,0.8181818,0.76859504,0.6694215,0.6983471,0.74793386,0.7644628,0.74793386,0.74793386,0.74793386,0.7644628,0.7768595,0.7892562,0.79752064,0.78512394,0.7892562,0.78512394,0.78512394,0.7768595,0.76859504,0.7768595,0.78099173,0.76033056,0.75619835,0.74793386,0.71487606,0.661157,0.6363636,0.37603307,0.20247933,0.49586776,0.5495868,0.59917355,0.6487603,0.6735537,0.71900827,0.74793386,0.77272725,0.78099173,0.7892562,0.8057851,0.80991733,0.822314,0.8181818,0.8181818,0.8181818,0.8140496,0.8181818,0.79752064,0.8016529,0.78512394,0.7768595,0.78099173,0.78099173,0.78099173,0.78512394,0.77272725,0.74793386,0.7107438,0.6983471,0.6983471,0.71900827,0.7892562,0.8305785,0.8347107,0.8181818,0.78512394,0.69008267,0.6942149,0.75206614,0.7768595,0.7768595,0.76859504,0.76859504,0.78099173,0.78512394,0.7933884,0.79752064,0.8016529,0.8016529,0.8057851,0.8016529,0.79752064,0.7933884,0.7933884,0.7892562,0.76859504,0.75206614,0.72727275,0.6859504,0.6363636,0.6198347,0.338843,0.23553719,0.47933885,0.5082645,0.57024795,0.6198347,0.69008267,0.71487606,0.74380165,0.76859504,0.7768595,0.79752064,0.79752064,0.80991733,0.822314,0.8140496,0.8140496,0.8181818,0.8181818,0.8181818,0.8016529,0.8016529,0.78512394,0.78512394,0.78512394,0.78512394,0.78099173,0.7768595,0.74793386,0.72727275,0.7107438,0.71900827,0.6942149,0.7355372,0.7892562,0.8264463,0.838843,0.8305785,0.8057851,0.7231405,0.6983471,0.72727275,0.75206614,0.7644628,0.76033056,0.77272725,0.7892562,0.7892562,0.8016529,0.8057851,0.8057851,0.8057851,0.8140496,0.80991733,0.8057851,0.8057851,0.8016529,0.78512394,0.77272725,0.75206614,0.7231405,0.6818182,0.6198347,0.59504133,0.3553719,0.30991736,0.46280992,0.5082645,0.53305787,0.62396693,0.6818182,0.72727275,0.74793386,0.77272725,0.7892562,0.78099173,0.8057851,0.8016529,0.8181818,0.80991733,0.8181818,0.8140496,0.80991733,0.8181818,0.8016529,0.8057851,0.78512394,0.75619835,0.75206614,0.75206614,0.75206614,0.75619835,0.72727275,0.677686,0.6942149,0.71900827,0.7231405,0.75619835,0.79752064,0.8305785,0.838843,0.822314,0.8057851,0.7644628,0.7231405,0.6818182,0.69008267,0.7107438,0.6983471,0.6983471,0.74793386,0.7768595,0.79752064,0.7892562,0.79752064,0.8057851,0.80991733,0.8057851,0.8016529,0.8016529,0.8016529,0.78512394,0.7768595,0.75619835,0.7231405,0.6652893,0.60330576,0.57024795,0.37603307,0.3966942,0.45454547,0.47933885,0.5247934,0.59917355,0.6652893,0.71900827,0.73966944,0.75619835,0.7768595,0.78512394,0.7892562,0.7892562,0.8016529,0.80991733,0.8181818,0.8140496,0.79752064,0.8016529,0.7768595,0.74380165,0.6942149,0.6487603,0.6570248,0.6983471,0.73966944,0.74793386,0.72727275,0.6652893,0.6735537,0.7231405,0.75619835,0.78512394,0.8057851,0.8305785,0.838843,0.8305785,0.8181818,0.7933884,0.77272725,0.6983471,0.6942149,0.72727275,0.69008267,0.59917355,0.62396693,0.6859504,0.73966944,0.74793386,0.77272725,0.7892562,0.8016529,0.8016529,0.79752064,0.7892562,0.7892562,0.78099173,0.77272725,0.74380165,0.7107438,0.6570248,0.59504133,0.5495868,0.39256197,0.47107437,0.42975205,0.45454547,0.49586776,0.57438016,0.6487603,0.6983471,0.71900827,0.73966944,0.75619835,0.77272725,0.78512394,0.7892562,0.7892562,0.7933884,0.8016529,0.79752064,0.7768595,0.74380165,0.70247936,0.62396693,0.56198347,0.49173555,0.5413223,0.661157,0.7355372,0.75619835,0.72727275,0.677686,0.6818182,0.73966944,0.78099173,0.80991733,0.822314,0.8347107,0.8347107,0.838843,0.8140496,0.8057851,0.80991733,0.75206614,0.71900827,0.7644628,0.73966944,0.57024795,0.553719,0.59504133,0.60330576,0.6818182,0.7231405,0.7644628,0.78099173,0.7892562,0.79752064,0.78512394,0.77272725,0.76859504,0.75619835,0.72727275,0.6983471,0.6528926,0.58264464,0.5247934,0.40082645,0.5165289,0.41322315,0.446281,0.46280992,0.5495868,0.60330576,0.6570248,0.6859504,0.71487606,0.7355372,0.7644628,0.7768595,0.77272725,0.7768595,0.7768595,0.78099173,0.76033056,0.71487606,0.6404959,0.60330576,0.58264464,0.553719,0.45454547,0.44214877,0.6322314,0.7231405,0.75206614,0.70247936,0.6528926,0.7066116,0.75206614,0.7892562,0.822314,0.8305785,0.8347107,0.8305785,0.838843,0.822314,0.80991733,0.80991733,0.7768595,0.71487606,0.75206614,0.76859504,0.59090906,0.5371901,0.59504133,0.56198347,0.56198347,0.6322314,0.71487606,0.74793386,0.76033056,0.78099173,0.76033056,0.75619835,0.74380165,0.72727275,0.70247936,0.6735537,0.6363636,0.57024795,0.5123967,0.3966942,0.5206612,0.43801653,0.45041323,0.42975205,0.5206612,0.5495868,0.59090906,0.6446281,0.6942149,0.71900827,0.75619835,0.76033056,0.75619835,0.75206614,0.74793386,0.74380165,0.6983471,0.6363636,0.58264464,0.6280992,0.6363636,0.6487603,0.57438016,0.45041323,0.5661157,0.6942149,0.7355372,0.6280992,0.6487603,0.7107438,0.74380165,0.76859504,0.8057851,0.822314,0.8305785,0.8305785,0.8305785,0.822314,0.8140496,0.7933884,0.77272725,0.69008267,0.6942149,0.74793386,0.62396693,0.55785125,0.607438,0.607438,0.53305787,0.5413223,0.6363636,0.6859504,0.71487606,0.73140496,0.72727275,0.73140496,0.7231405,0.70247936,0.6818182,0.6446281,0.61157024,0.55785125,0.49173555,0.4090909,0.5206612,0.45454547,0.45867768,0.42975205,0.49586776,0.5289256,0.5289256,0.58677685,0.6528926,0.69008267,0.7231405,0.73140496,0.73140496,0.73140496,0.7107438,0.661157,0.607438,0.58677685,0.6404959,0.6570248,0.6652893,0.6859504,0.6652893,0.5123967,0.4876033,0.61157024,0.6859504,0.5495868,0.57438016,0.6652893,0.71900827,0.73966944,0.7768595,0.8016529,0.8181818,0.8264463,0.8264463,0.8140496,0.79752064,0.7644628,0.75206614,0.6694215,0.62396693,0.6818182,0.607438,0.59504133,0.6570248,0.6446281,0.58677685,0.5041322,0.5247934,0.607438,0.6487603,0.677686,0.6818182,0.6942149,0.677686,0.6652893,0.6404959,0.607438,0.58677685,0.5495868,0.45867768,0.45867768,0.5247934,0.446281,0.45867768,0.43801653,0.48347107,0.49586776,0.45867768,0.53305787,0.607438,0.6528926,0.677686,0.69008267,0.6942149,0.6818182,0.6322314,0.5661157,0.57024795,0.62396693,0.6570248,0.6570248,0.6735537,0.69008267,0.6859504,0.5495868,0.4338843,0.49586776,0.59090906,0.5206612,0.40082645,0.5165289,0.6404959,0.69008267,0.73966944,0.76033056,0.7892562,0.7644628,0.7768595,0.7933884,0.75619835,0.71487606,0.661157,0.58264464,0.56198347,0.59504133,0.59504133,0.6404959,0.6652893,0.6528926,0.62396693,0.5661157,0.4752066,0.5041322,0.58677685,0.6363636,0.6528926,0.661157,0.6528926,0.6322314,0.59917355,0.5661157,0.56198347,0.553719,0.39256197,0.47933885,0.5165289,0.42561984,0.45454547,0.4338843,0.4752066,0.47933885,0.4090909,0.47933885,0.57438016,0.61157024,0.6322314,0.6363636,0.6404959,0.61570245,0.54545456,0.553719,0.59917355,0.6322314,0.62396693,0.6528926,0.677686,0.70247936,0.7066116,0.61157024,0.45867768,0.37603307,0.40495867,0.4090909,0.3140496,0.29752067,0.3966942,0.5371901,0.6363636,0.677686,0.7107438,0.6404959,0.6694215,0.7107438,0.6487603,0.57438016,0.4752066,0.4338843,0.46694216,0.5289256,0.6280992,0.6570248,0.6652893,0.6446281,0.61157024,0.59504133,0.5289256,0.4214876,0.48347107,0.57438016,0.61570245,0.62396693,0.62396693,0.59090906,0.553719,0.5206612,0.5495868,0.54545456,0.35123968,0.46694216,0.5206612,0.41735536,0.44214877,0.41735536,0.47107437,0.5165289,0.38842976,0.46280992,0.53305787,0.57438016,0.59090906,0.59504133,0.57024795,0.53305787,0.5206612,0.57438016,0.59917355,0.6280992,0.6363636,0.6652893,0.6942149,0.7107438,0.72727275,0.6818182,0.57438016,0.42975205,0.2768595,0.23140496,0.23140496,0.23140496,0.22727273,0.29338843,0.42975205,0.5206612,0.5661157,0.5247934,0.55785125,0.553719,0.4752066,0.36363637,0.30578512,0.34710744,0.446281,0.5785124,0.6652893,0.6652893,0.6652893,0.6322314,0.60330576,0.58677685,0.58264464,0.49586776,0.38016528,0.5,0.5785124,0.60330576,0.60330576,0.57024795,0.5247934,0.5082645,0.553719,0.5206612,0.2603306,0.47107437,0.5082645,0.3140496,0.41322315,0.41735536,0.45454547,0.5289256,0.4090909,0.42561984,0.48347107,0.5247934,0.5247934,0.5495868,0.5289256,0.5247934,0.55785125,0.5785124,0.59090906,0.6280992,0.6528926,0.6942149,0.72727275,0.7355372,0.75206614,0.73966944,0.6818182,0.61157024,0.43801653,0.29752067,0.26859504,0.23553719,0.2107438,0.21900827,0.25619835,0.3305785,0.3553719,0.37190083,0.38016528,0.38016528,0.338843,0.3140496,0.39256197,0.5082645,0.59504133,0.661157,0.6859504,0.6735537,0.6652893,0.6528926,0.6446281,0.61570245,0.61157024,0.59917355,0.48347107,0.4090909,0.5413223,0.5785124,0.58677685,0.553719,0.5165289,0.5289256,0.56198347,0.46694216,0.1446281,0.48347107,0.5082645,0.2107438,0.39256197,0.39256197,0.42975205,0.53305787,0.446281,0.38016528,0.446281,0.44214877,0.5041322,0.5289256,0.53305787,0.5495868,0.59090906,0.57438016,0.55785125,0.58264464,0.61570245,0.661157,0.7107438,0.7231405,0.74793386,0.76033056,0.74793386,0.74793386,0.6487603,0.5082645,0.42975205,0.3553719,0.29752067,0.2644628,0.25619835,0.2603306,0.27272728,0.2892562,0.32231405,0.40495867,0.47933885,0.55785125,0.62396693,0.6735537,0.6942149,0.6942149,0.6983471,0.6735537,0.6570248,0.6528926,0.6528926,0.6322314,0.6280992,0.6198347,0.6280992,0.42975205,0.5123967,0.56198347,0.5661157,0.54545456,0.5289256,0.553719,0.5661157,0.39256197,0.09090909,0.4876033,0.5247934,0.1570248,0.3429752,0.36363637,0.38429752,0.5123967,0.5289256,0.3429752,0.45454547,0.4214876,0.48347107,0.56198347,0.56198347,0.54545456,0.59504133,0.5785124,0.5289256,0.5041322,0.5413223,0.58264464,0.6446281,0.677686,0.70247936,0.73140496,0.75206614,0.7768595,0.74380165,0.6570248,0.58264464,0.5206612,0.45454547,0.38429752,0.3553719,0.34710744,0.34710744,0.37603307,0.46280992,0.59504133,0.661157,0.6983471,0.7107438,0.7231405,0.7107438,0.7066116,0.6818182,0.6652893,0.6363636,0.607438,0.59917355,0.60330576,0.6280992,0.6280992,0.6487603,0.5289256,0.53305787,0.57438016,0.55785125,0.5371901,0.55785125,0.5661157,0.5413223,0.28099173,0.09504132,0.46694216,0.5371901,0.17355372,0.2768595,0.33471075,0.35123968,0.4752066,0.60330576,0.35950413,0.45454547,0.4752066,0.5206612,0.59917355,0.59090906,0.5289256,0.57024795,0.58264464,0.5,0.41735536,0.4214876,0.44214877,0.49586776,0.5495868,0.5661157,0.61157024,0.6528926,0.70247936,0.6818182,0.6570248,0.61570245,0.57438016,0.55785125,0.5413223,0.5371901,0.553719,0.55785125,0.5495868,0.6198347,0.6652893,0.6652893,0.6694215,0.6694215,0.677686,0.661157,0.6446281,0.6446281,0.61157024,0.58264464,0.5495868,0.5371901,0.553719,0.59917355,0.6363636,0.6446281,0.59090906,0.58677685,0.59504133,0.56198347,0.5495868,0.58264464,0.57024795,0.45454547,0.19008264,0.10743801,0.43801653,0.54545456,0.20247933,0.1983471,0.29338843,0.3264463,0.44214877,0.61157024,0.48347107,0.40082645,0.5247934,0.553719,0.6322314,0.6570248,0.59504133,0.5785124,0.59090906,0.5371901,0.38016528,0.23966943,0.21487603,0.20247933,0.2603306,0.3264463,0.3677686,0.446281,0.5041322,0.5206612,0.53305787,0.5206612,0.5123967,0.5206612,0.53305787,0.5495868,0.59917355,0.62396693,0.59504133,0.59090906,0.5785124,0.55785125,0.55785125,0.553719,0.553719,0.53305787,0.49173555,0.4338843,0.4090909,0.38429752,0.39256197,0.42975205,0.5165289,0.59090906,0.6322314,0.6652893,0.62396693,0.6528926,0.607438,0.55785125,0.55785125,0.59090906,0.54545456,0.30578512,0.12809917,0.18181819,0.40082645,0.5123967,0.2231405,0.15289256,0.22727273,0.2892562,0.37190083,0.56198347,0.60330576,0.39256197,0.49586776,0.57438016,0.6404959,0.70247936,0.677686,0.6363636,0.6322314,0.6322314,0.6198347,0.49173555,0.37190083,0.23140496,0.15289256,0.2107438,0.2520661,0.32231405,0.3264463,0.338843,0.3553719,0.3966942,0.42561984,0.446281,0.4752066,0.48347107,0.5,0.53305787,0.5165289,0.5041322,0.46694216,0.446281,0.4214876,0.4214876,0.45454547,0.41322315,0.23966943,0.27272728,0.30991736,0.38429752,0.5,0.53305787,0.53305787,0.59090906,0.6280992,0.6652893,0.6983471,0.677686,0.61157024,0.5495868,0.57438016,0.57438016,0.4752066,0.1694215,0.09090909,0.20247933,0.3429752,0.46694216,0.22727273,0.12809917,0.14049587,0.24793388,0.29338843,0.46694216,0.61570245,0.43801653,0.42561984,0.56198347,0.6363636,0.6983471,0.7231405,0.69008267,0.6570248,0.6487603,0.6570248,0.661157,0.5785124,0.45041323,0.30991736,0.24380165,0.3264463,0.5165289,0.59917355,0.42975205,0.446281,0.4338843,0.38016528,0.3677686,0.3966942,0.3966942,0.38429752,0.4214876,0.446281,0.446281,0.44214877,0.46694216,0.42561984,0.49586776,0.5785124,0.38429752,0.20661157,0.38429752,0.4876033,0.58264464,0.69008267,0.6942149,0.6322314,0.607438,0.6280992,0.69008267,0.7231405,0.6652893,0.5785124,0.53305787,0.56198347,0.5247934,0.2603306,0.08264463,0.0785124,0.14876033,0.27272728,0.42561984,0.18181819,0.11983471,0.07024793,0.18595041,0.24793388,0.338843,0.5371901,0.4876033,0.36363637,0.5,0.59917355,0.677686,0.7231405,0.7231405,0.69008267,0.6652893,0.6404959,0.677686,0.6735537,0.59090906,0.5041322,0.37190083,0.33471075,0.48347107,0.7644628,0.61157024,0.58677685,0.61157024,0.5082645,0.5413223,0.56198347,0.4752066,0.4214876,0.56198347,0.6528926,0.607438,0.553719,0.6652893,0.62396693,0.71487606,0.6570248,0.4090909,0.38842976,0.4752066,0.57438016,0.6818182,0.73966944,0.71487606,0.6652893,0.6487603,0.6652893,0.7066116,0.70247936,0.6280992,0.5371901,0.5247934,0.5371901,0.38842976,0.09504132,0.0785124,0.09504132,0.08677686,0.2231405,0.4214876,0.15289256,0.09917355,0.07438017,0.14049587,0.2107438,0.24380165,0.40082645,0.4752066,0.34710744,0.40082645,0.5413223,0.6404959,0.70247936,0.71900827,0.71487606,0.69008267,0.6652893,0.6652893,0.6818182,0.69008267,0.6280992,0.56198347,0.4338843,0.38842976,0.6818182,0.59917355,0.62396693,0.7355372,0.6487603,0.71900827,0.7933884,0.7066116,0.54545456,0.78099173,0.8057851,0.75206614,0.70247936,0.79752064,0.70247936,0.74793386,0.55785125,0.4214876,0.47107437,0.53305787,0.661157,0.72727275,0.73140496,0.7107438,0.6942149,0.6942149,0.6859504,0.6942149,0.6528926,0.553719,0.5,0.5165289,0.43801653,0.18595041,0.049586777,0.09090909,0.09090909,0.08264463,0.15289256,0.3305785,0.12396694,0.07438017,0.045454547,0.16115703,0.3140496,0.19421488,0.2768595,0.40082645,0.38016528,0.3181818,0.4338843,0.57024795,0.661157,0.70247936,0.72727275,0.7066116,0.69008267,0.6818182,0.6694215,0.6983471,0.70247936,0.6363636,0.59090906,0.49586776,0.553719,0.446281,0.5041322,0.6570248,0.6528926,0.71487606,0.7644628,0.7933884,0.6528926,0.75619835,0.7768595,0.71487606,0.6694215,0.76033056,0.48347107,0.5661157,0.5206612,0.46694216,0.5247934,0.61570245,0.7231405,0.73140496,0.72727275,0.71487606,0.7107438,0.7066116,0.6942149,0.661157,0.5661157,0.4876033,0.4876033,0.45454547,0.2520661,0.07024793,0.0661157,0.07438017,0.09504132,0.08264463,0.12396694,0.2107438,0.10743801,0.0661157,0.037190083,0.15289256,0.35123968,0.33471075,0.21900827,0.29752067,0.36363637,0.3140496,0.35123968,0.48347107,0.607438,0.69008267,0.71487606,0.71900827,0.6942149,0.6942149,0.6859504,0.677686,0.70247936,0.6694215,0.62396693,0.59917355,0.5785124,0.56198347,0.5413223,0.5413223,0.5289256,0.61157024,0.6446281,0.661157,0.57438016,0.6280992,0.6570248,0.5495868,0.45454547,0.5041322,0.5041322,0.5247934,0.5206612,0.5041322,0.58264464,0.69008267,0.7231405,0.7231405,0.7231405,0.71487606,0.70247936,0.6983471,0.6652893,0.57438016,0.48347107,0.45867768,0.45867768,0.3140496,0.10330579,0.07024793,0.06198347,0.07024793,0.09090909,0.07438017,0.11570248,0.11570248,0.09090909,0.0661157,0.02892562,0.16115703,0.3264463,0.38429752,0.3181818,0.23553719,0.2892562,0.30165288,0.29752067,0.39256197,0.5123967,0.6322314,0.6942149,0.7107438,0.6942149,0.6942149,0.6983471,0.6859504,0.6942149,0.677686,0.6570248,0.61157024,0.59917355,0.60330576,0.6198347,0.6694215,0.6570248,0.6528926,0.6363636,0.6446281,0.5661157,0.59504133,0.58264464,0.5495868,0.5289256,0.54545456,0.553719,0.5289256,0.5041322,0.57024795,0.6652893,0.70247936,0.7066116,0.71900827,0.71900827,0.71487606,0.6983471,0.677686,0.59917355,0.4752066,0.45041323,0.43801653,0.38842976,0.21487603,0.0785124,0.08677686,0.05785124,0.07024793,0.0785124,0.07438017,0.09917355,0.10330579,0.07438017,0.07024793,0.016528925,0.16115703,0.3264463,0.37190083,0.37603307,0.29338843,0.22727273,0.2603306,0.28512397,0.3264463,0.42561984,0.56198347,0.6652893,0.69008267,0.6818182,0.6818182,0.6859504,0.69008267,0.6859504,0.677686,0.6570248,0.6363636,0.607438,0.58264464,0.5785124,0.6322314,0.6859504,0.71487606,0.72727275,0.73140496,0.7107438,0.7231405,0.6652893,0.6322314,0.59504133,0.57024795,0.54545456,0.53305787,0.553719,0.6446281,0.69008267,0.69008267,0.6983471,0.7107438,0.73140496,0.7066116,0.677686,0.6487603,0.5123967,0.44214877,0.44214877,0.36363637,0.3553719,0.21487603,0.08264463,0.09090909,0.07024793,0.05785124,0.07438017,0.07024793,0.08264463,0.10743801,0.0661157,0.07438017,0.016528925,0.19008264,0.3264463,0.36363637,0.38016528,0.3429752,0.2603306,0.22727273,0.24793388,0.30991736,0.3677686,0.47107437,0.61570245,0.677686,0.6859504,0.661157,0.6694215,0.677686,0.6859504,0.6735537,0.6487603,0.6528926,0.6198347,0.58264464,0.54545456,0.54545456,0.58677685,0.62396693,0.6818182,0.6652893,0.661157,0.6404959,0.61157024,0.57438016,0.553719,0.5165289,0.5206612,0.56198347,0.62396693,0.6694215,0.6735537,0.6735537,0.6942149,0.72727275,0.73140496,0.7066116,0.6652893,0.55785125,0.446281,0.43801653,0.3677686,0.3181818,0.38842976,0.2231405,0.09504132,0.10330579,0.07024793,0.0661157,0.07438017,0.07438017,0.07438017,0.08264463,0.05785124,0.0785124,0.020661157,0.1983471,0.33471075,0.3553719,0.36363637,0.3553719,0.30578512,0.23140496,0.21487603,0.25619835,0.32231405,0.4090909,0.54545456,0.6487603,0.70247936,0.6818182,0.6528926,0.6652893,0.6735537,0.677686,0.6487603,0.6280992,0.61570245,0.59504133,0.55785125,0.5206612,0.5,0.5082645,0.55785125,0.55785125,0.5495868,0.5495868,0.5247934,0.5123967,0.5041322,0.5123967,0.5661157,0.62396693,0.6487603,0.6570248,0.661157,0.6652893,0.6942149,0.7231405,0.7107438,0.69008267,0.607438,0.47933885,0.45041323,0.38016528,0.32231405,0.38016528,0.4214876,0.21900827,0.08677686,0.10330579,0.08677686,0.0661157,0.07438017,0.07438017,0.0661157,0.07024793,0.0661157,0.05785124,0.02892562,0.1983471,0.3181818,0.35950413,0.35950413,0.3553719,0.3264463,0.2644628,0.2107438,0.20661157,0.2644628,0.35950413,0.45867768,0.5785124,0.6983471,0.71900827,0.661157,0.6570248,0.6652893,0.6694215,0.6652893,0.61570245,0.59917355,0.59917355,0.5785124,0.55785125,0.5289256,0.47933885,0.5,0.49586776,0.49586776,0.5082645,0.5206612,0.5247934,0.54545456,0.57024795,0.61570245,0.6280992,0.6322314,0.6404959,0.6570248,0.6694215,0.6983471,0.7066116,0.6942149,0.6694215,0.5289256,0.45041323,0.3966942,0.338843,0.37603307,0.4214876,0.43801653,0.2231405,0.08677686,0.11570248,0.0785124,0.06198347,0.07024793,0.0785124,0.0785124,0.07438017,0.07024793,0.049586777,0.041322313,0.1983471,0.32231405,0.36363637,0.35950413,0.3553719,0.33471075,0.28512397,0.23553719,0.1983471,0.2107438,0.28512397,0.38016528,0.5,0.6570248,0.74380165,0.71900827,0.6859504,0.677686,0.6818182,0.677686,0.6528926,0.61157024,0.59090906,0.58677685,0.57438016,0.5495868,0.5123967,0.5123967,0.5,0.5082645,0.5289256,0.54545456,0.55785125,0.58264464,0.59090906,0.61570245,0.6280992,0.6280992,0.6487603,0.6694215,0.6859504,0.7066116,0.70247936,0.6859504,0.61570245,0.46280992,0.37603307,0.35123968,0.38842976,0.42561984,0.43801653,0.45867768,0.21487603,0.09090909,0.12809917,0.09090909,0.06198347,0.0785124,0.0785124,0.07024793,0.07438017,0.0785124,0.06198347,0.037190083,0.18595041,0.3181818,0.36363637,0.36363637,0.3677686,0.35123968,0.30578512,0.2644628,0.2107438,0.20247933,0.2107438,0.2768595,0.38842976,0.5661157,0.70247936,0.75206614,0.7355372,0.6983471,0.6859504,0.6942149,0.6859504,0.6322314,0.5661157,0.59090906,0.60330576,0.58264464,0.56198347,0.54545456,0.5206612,0.5247934,0.5206612,0.5495868,0.57438016,0.59504133,0.607438,0.6363636,0.6528926,0.6528926,0.6694215,0.69008267,0.70247936,0.71900827,0.7066116,0.677686,0.54545456,0.38429752,0.33471075,0.38842976,0.45041323,0.45867768,0.45454547,0.45454547,0.18181819,0.10743801,0.12809917,0.09917355,0.06198347,0.08677686,0.08264463,0.08677686,0.08264463,0.09090909,0.08264463,0.020661157,0.16528925,0.30991736,0.36363637,0.37190083,0.3677686,0.35950413,0.3181818,0.28512397,0.23140496,0.20661157,0.19421488,0.19008264,0.28099173,0.4338843,0.607438,0.72727275,0.76033056,0.73140496,0.71487606,0.71487606,0.71900827,0.6859504,0.6280992,0.6404959,0.6404959,0.6528926,0.6363636,0.59917355,0.57438016,0.57438016,0.55785125,0.58264464,0.61157024,0.6280992,0.6446281,0.6694215,0.677686,0.6942149,0.70247936,0.7231405,0.73140496,0.72727275,0.6859504,0.6363636,0.43801653,0.3181818,0.3966942,0.45454547,0.47933885,0.47933885,0.46694216,0.45041323,0.12809917,0.1322314,0.1322314,0.10330579,0.0661157,0.09917355,0.09504132,0.08264463,0.08264463,0.09504132,0.08677686,0.041322313,0.1446281,0.29752067,0.35950413,0.38429752,0.37603307,0.3677686,0.33471075,0.29752067,0.23140496,0.2107438,0.1983471,0.18181819,0.19421488,0.2768595,0.46280992,0.6363636,0.7355372,0.75619835,0.75206614,0.74380165,0.74380165,0.73966944,0.7231405,0.71487606,0.7107438,0.71487606,0.7066116,0.70247936,0.677686,0.6735537,0.6487603,0.6446281,0.6735537,0.6983471,0.70247936,0.7066116,0.7107438,0.71487606,0.72727275,0.73140496,0.73966944,0.71900827,0.6942149,0.5413223,0.3305785,0.37603307,0.47107437,0.49173555,0.49173555,0.48347107,0.48347107,0.41735536,0.09504132,0.15289256,0.13636364,0.10743801,0.07438017,0.10330579,0.09504132,0.08677686,0.09090909,0.10330579,0.09090909,0.06198347,0.10743801,0.29338843,0.34710744,0.3677686,0.39256197,0.37603307,0.3429752,0.30991736,0.26859504,0.2231405,0.19008264,0.19421488,0.1694215,0.17768595,0.29338843,0.5082645,0.6652893,0.7107438,0.75206614,0.75619835,0.75206614,0.75206614,0.74793386,0.74380165,0.75206614,0.75206614,0.73966944,0.75619835,0.74793386,0.74380165,0.73140496,0.7107438,0.7355372,0.76033056,0.75206614,0.74793386,0.73966944,0.73966944,0.74380165,0.71900827,0.6983471,0.69008267,0.6198347,0.3677686,0.35123968,0.4752066,0.49173555,0.5082645,0.5041322,0.4876033,0.4876033,0.3553719,0.08677686,0.14876033,0.1322314,0.10743801,0.08677686,0.10743801,0.10743801,0.09504132,0.09917355,0.11983471,0.11157025,0.08264463,0.09090909,0.2768595,0.35123968,0.38429752,0.3966942,0.38842976,0.35123968,0.3181818,0.2892562,0.24380165,0.2107438,0.1983471,0.19421488,0.1694215,0.16115703,0.33471075,0.5661157,0.6487603,0.677686,0.7107438,0.74793386,0.76033056,0.76033056,0.76033056,0.74793386,0.75206614,0.76033056,0.74793386,0.7644628,0.7768595,0.77272725,0.76859504,0.77272725,0.7768595,0.74380165,0.75619835,0.73966944,0.7355372,0.7107438,0.677686,0.6528926,0.6198347,0.47107437,0.338843,0.39256197,0.5123967,0.5123967,0.5165289,0.5123967,0.4876033,0.49173555,0.26859504,0.0785124,0.1446281,0.13636364,0.10330579,0.09917355,0.1322314,0.11983471,0.11570248,0.10330579,0.1322314,0.1322314,0.10330579,0.0785124,0.24380165,0.35123968,0.38842976,0.40495867,0.39256197,0.3677686,0.34710744,0.30165288,0.26859504,0.2231405,0.20661157,0.19008264,0.18181819,0.16115703,0.1570248,0.38842976,0.5495868,0.5785124,0.607438,0.6942149,0.74380165,0.75619835,0.75619835,0.7644628,0.75206614,0.76859504,0.74380165,0.74793386,0.7644628,0.7644628,0.7768595,0.7768595,0.7644628,0.7355372,0.75206614,0.72727275,0.6942149,0.6735537,0.6404959,0.59090906,0.5082645,0.37603307,0.41322315,0.47933885,0.5247934,0.5289256,0.5247934,0.5,0.4876033,0.46694216,0.18181819,0.11157025,0.1446281,0.13636364,0.10330579,0.11570248,0.14049587,0.14049587,0.1322314,0.11983471,0.12396694,0.14049587,0.11983471,0.09090909,0.20661157,0.35123968,0.39256197,0.4090909,0.40082645,0.38429752,0.36363637,0.32231405,0.28512397,0.24380165,0.2107438,0.20661157,0.19421488,0.18595041,0.18181819,0.17768595,0.34710744,0.4752066,0.5413223,0.60330576,0.6859504,0.72727275,0.71900827,0.73140496,0.73966944,0.7644628,0.74380165,0.72727275,0.73140496,0.72727275,0.73140496,0.74380165,0.71900827,0.70247936,0.71900827,0.6652893,0.6363636,0.61157024,0.56198347,0.46694216,0.38016528,0.4214876,0.47933885,0.5206612,0.5371901,0.53305787,0.5206612,0.49586776,0.4876033,0.39256197,0.12396694,0.12809917,0.1322314,0.12396694,0.11157025,0.14049587,0.14876033,0.14876033,0.12809917,0.11983471,0.12396694,0.14876033,0.13636364,0.10743801,0.17355372,0.33471075,0.38842976,0.40082645,0.41322315,0.38429752,0.38016528,0.35123968,0.3140496,0.26859504,0.2231405,0.20661157,0.20247933,0.21487603,0.20247933,0.17768595,0.17768595,0.30578512,0.446281,0.5371901,0.59090906,0.6198347,0.6446281,0.677686,0.6983471,0.69008267,0.6942149,0.6570248,0.6280992,0.6280992,0.62396693,0.6446281,0.6404959,0.6363636,0.6404959,0.57024795,0.5495868,0.5123967,0.42561984,0.3553719,0.40082645,0.47107437,0.5082645,0.5371901,0.53305787,0.5247934,0.5123967,0.49586776,0.4876033,0.26859504,0.10743801,0.13636364,0.12809917,0.11983471,0.11983471,0.1694215,0.16115703,0.17355372,0.1570248,0.12396694,0.12396694,0.1446281,0.14876033,0.11983471,0.13636364,0.30991736,0.38842976,0.40082645,0.42561984,0.4090909,0.38842976,0.37603307,0.33471075,0.2892562,0.24380165,0.21900827,0.21487603,0.2107438,0.20661157,0.2107438,0.17355372,0.18595041,0.2603306,0.37603307,0.46694216,0.5041322,0.5123967,0.5785124,0.58677685,0.58677685,0.607438,0.6198347,0.58264464,0.5413223,0.54545456,0.54545456,0.57024795,0.5495868,0.5123967,0.45454547,0.42561984,0.35950413,0.3305785,0.38842976,0.45454547,0.49586776,0.5247934,0.5371901,0.5289256,0.5206612,0.5,0.49173555,0.41735536,0.1570248,0.11983471,0.14049587,0.1322314,0.11570248,0.12809917,0.1694215,0.18595041,0.15289256,0.18181819,0.19421488,11 +0.37190083,0.4876033,0.5661157,0.58677685,0.59090906,0.61570245,0.6570248,0.6652893,0.6735537,0.6859504,0.6942149,0.7107438,0.71487606,0.7355372,0.73966944,0.75619835,0.76859504,0.78099173,0.7892562,0.7892562,0.7933884,0.8057851,0.8181818,0.822314,0.8305785,0.822314,0.80991733,0.8140496,0.79752064,0.8016529,0.7933884,0.8016529,0.79752064,0.7892562,0.7933884,0.7933884,0.7933884,0.79752064,0.8016529,0.7892562,0.78099173,0.78512394,0.76859504,0.77272725,0.77272725,0.76033056,0.75619835,0.74793386,0.74793386,0.73966944,0.75619835,0.73966944,0.70247936,0.70247936,0.6983471,0.6859504,0.6570248,0.6363636,0.607438,0.5661157,0.5495868,0.5165289,0.53305787,0.5206612,0.40082645,0.4876033,0.55785125,0.59090906,0.58677685,0.61570245,0.6487603,0.661157,0.6818182,0.6942149,0.70247936,0.71487606,0.7231405,0.74380165,0.73966944,0.76859504,0.77272725,0.78099173,0.7892562,0.7892562,0.79752064,0.8057851,0.8181818,0.8264463,0.8264463,0.822314,0.8140496,0.8057851,0.79752064,0.79752064,0.7933884,0.79752064,0.7933884,0.7892562,0.7933884,0.7933884,0.7933884,0.8016529,0.8016529,0.7933884,0.78099173,0.78512394,0.77272725,0.77272725,0.77272725,0.75619835,0.7355372,0.74380165,0.74380165,0.74380165,0.75619835,0.7355372,0.70247936,0.7107438,0.6942149,0.6735537,0.6487603,0.6280992,0.59090906,0.55785125,0.53305787,0.5206612,0.5165289,0.5206612,0.35950413,0.5041322,0.55785125,0.58677685,0.58677685,0.61570245,0.6446281,0.6652893,0.6859504,0.70247936,0.71487606,0.73140496,0.73966944,0.75206614,0.74380165,0.7768595,0.7768595,0.7768595,0.78512394,0.78512394,0.7892562,0.79752064,0.80991733,0.822314,0.822314,0.8181818,0.8057851,0.8016529,0.8016529,0.7933884,0.78512394,0.7892562,0.7933884,0.7892562,0.79752064,0.79752064,0.7892562,0.8016529,0.79752064,0.7892562,0.78512394,0.7644628,0.76033056,0.76033056,0.7644628,0.75619835,0.74793386,0.74380165,0.75206614,0.75619835,0.75206614,0.73140496,0.7066116,0.7066116,0.6942149,0.6652893,0.6528926,0.6198347,0.58264464,0.55785125,0.5289256,0.5165289,0.5289256,0.5041322,0.3140496,0.4876033,0.553719,0.57438016,0.58677685,0.61570245,0.6363636,0.6735537,0.6942149,0.71487606,0.72727275,0.74380165,0.74793386,0.76033056,0.75619835,0.7644628,0.7644628,0.77272725,0.78099173,0.7768595,0.77272725,0.78512394,0.7892562,0.7933884,0.8016529,0.8057851,0.8057851,0.7892562,0.7933884,0.78099173,0.75619835,0.78099173,0.7933884,0.7892562,0.79752064,0.7933884,0.7933884,0.79752064,0.7892562,0.78099173,0.78099173,0.7644628,0.75619835,0.76033056,0.75206614,0.74380165,0.74793386,0.74793386,0.75619835,0.75206614,0.7644628,0.73966944,0.73140496,0.71900827,0.7107438,0.6859504,0.661157,0.62396693,0.5785124,0.5495868,0.5289256,0.5206612,0.5123967,0.5123967,0.2768595,0.4876033,0.553719,0.5495868,0.57438016,0.6198347,0.6446281,0.6942149,0.71900827,0.73966944,0.74793386,0.74793386,0.76033056,0.76859504,0.77272725,0.77272725,0.76033056,0.76033056,0.7768595,0.76859504,0.76033056,0.76859504,0.7768595,0.7768595,0.78512394,0.78099173,0.7768595,0.7892562,0.7933884,0.7644628,0.74793386,0.78512394,0.7892562,0.7892562,0.7892562,0.78512394,0.78512394,0.78099173,0.76859504,0.76859504,0.75206614,0.73966944,0.72727275,0.74793386,0.74380165,0.74793386,0.74380165,0.74793386,0.75206614,0.76033056,0.7768595,0.76033056,0.75206614,0.73140496,0.7355372,0.70247936,0.677686,0.6280992,0.5785124,0.5413223,0.5165289,0.5123967,0.5,0.5041322,0.26859504,0.49586776,0.56198347,0.5495868,0.56198347,0.6363636,0.6818182,0.73140496,0.74380165,0.75206614,0.76859504,0.7644628,0.76033056,0.76859504,0.78099173,0.7768595,0.75206614,0.72727275,0.76033056,0.76859504,0.75619835,0.75206614,0.76859504,0.77272725,0.7644628,0.75619835,0.75619835,0.78099173,0.78099173,0.76033056,0.76859504,0.78512394,0.7768595,0.78099173,0.77272725,0.76033056,0.74793386,0.75206614,0.74380165,0.74793386,0.73140496,0.74380165,0.7066116,0.72727275,0.7355372,0.75206614,0.74793386,0.75206614,0.75619835,0.7644628,0.77272725,0.76033056,0.76033056,0.71900827,0.73966944,0.71900827,0.6983471,0.6735537,0.59090906,0.54545456,0.5123967,0.5,0.48347107,0.49173555,0.2768595,0.49173555,0.57024795,0.55785125,0.57024795,0.62396693,0.70247936,0.7107438,0.7107438,0.70247936,0.71487606,0.7355372,0.7231405,0.72727275,0.74793386,0.74793386,0.73966944,0.6983471,0.71900827,0.76033056,0.75619835,0.75206614,0.75206614,0.75619835,0.76033056,0.75619835,0.75619835,0.7644628,0.7768595,0.75619835,0.75206614,0.7768595,0.7644628,0.76859504,0.76033056,0.74793386,0.73140496,0.7355372,0.73140496,0.71900827,0.72727275,0.72727275,0.7107438,0.73140496,0.72727275,0.7355372,0.7355372,0.7355372,0.73966944,0.73140496,0.71900827,0.70247936,0.7107438,0.69008267,0.6735537,0.6859504,0.6735537,0.6570248,0.61570245,0.553719,0.5247934,0.49586776,0.47933885,0.4752066,0.28099173,0.5,0.5661157,0.56198347,0.57024795,0.61570245,0.6735537,0.6859504,0.677686,0.6528926,0.6528926,0.6694215,0.6528926,0.6404959,0.661157,0.677686,0.6859504,0.6570248,0.6694215,0.7231405,0.73966944,0.74380165,0.75206614,0.73966944,0.74380165,0.74380165,0.75206614,0.76033056,0.7644628,0.74380165,0.7355372,0.76033056,0.75619835,0.75206614,0.74380165,0.7231405,0.71487606,0.71900827,0.71487606,0.7107438,0.7066116,0.71900827,0.7107438,0.7107438,0.69008267,0.677686,0.6735537,0.6570248,0.661157,0.661157,0.6487603,0.6280992,0.6363636,0.6528926,0.6363636,0.6363636,0.6280992,0.6280992,0.60330576,0.56198347,0.53305787,0.49586776,0.4752066,0.46694216,0.26859504,0.5082645,0.553719,0.553719,0.5661157,0.59090906,0.607438,0.6363636,0.6280992,0.62396693,0.61157024,0.60330576,0.58677685,0.54545456,0.553719,0.5661157,0.5661157,0.5371901,0.5495868,0.6198347,0.6404959,0.6859504,0.7107438,0.71900827,0.7231405,0.73140496,0.73140496,0.73966944,0.74380165,0.72727275,0.71487606,0.72727275,0.73966944,0.7355372,0.73140496,0.7107438,0.6859504,0.6942149,0.6859504,0.69008267,0.6652893,0.6570248,0.6652893,0.6528926,0.62396693,0.57438016,0.57438016,0.5495868,0.553719,0.56198347,0.57024795,0.5785124,0.58264464,0.59090906,0.59917355,0.58677685,0.5785124,0.56198347,0.57438016,0.5495868,0.5371901,0.5,0.47107437,0.46694216,0.2768595,0.5082645,0.55785125,0.5495868,0.55785125,0.58264464,0.57438016,0.5413223,0.58264464,0.57024795,0.553719,0.54545456,0.5413223,0.4876033,0.4752066,0.4876033,0.47107437,0.47107437,0.48347107,0.49586776,0.5289256,0.56198347,0.6404959,0.6859504,0.7066116,0.6983471,0.70247936,0.7066116,0.7066116,0.7107438,0.70247936,0.7066116,0.7107438,0.7107438,0.71900827,0.6983471,0.6652893,0.6487603,0.6280992,0.61570245,0.58264464,0.55785125,0.553719,0.553719,0.53305787,0.5206612,0.4876033,0.46694216,0.49173555,0.48347107,0.4876033,0.5123967,0.553719,0.55785125,0.58264464,0.55785125,0.5495868,0.5495868,0.54545456,0.5371901,0.5247934,0.49173555,0.47107437,0.47107437,0.28512397,0.5247934,0.57024795,0.5661157,0.5495868,0.55785125,0.5413223,0.46694216,0.553719,0.59504133,0.59090906,0.6404959,0.6859504,0.59090906,0.5661157,0.677686,0.6322314,0.5082645,0.5289256,0.553719,0.5495868,0.5495868,0.6735537,0.6735537,0.6570248,0.57438016,0.5413223,0.5785124,0.61157024,0.6280992,0.6859504,0.6487603,0.6198347,0.59090906,0.6198347,0.61570245,0.5495868,0.5413223,0.5661157,0.5247934,0.49173555,0.45867768,0.45041323,0.45454547,0.43801653,0.46280992,0.4752066,0.41322315,0.42561984,0.40082645,0.35123968,0.37603307,0.45041323,0.49173555,0.5247934,0.5206612,0.49586776,0.5165289,0.5247934,0.5165289,0.5082645,0.5,0.46694216,0.47107437,0.2892562,0.53305787,0.59917355,0.57438016,0.5123967,0.48347107,0.5,0.42561984,0.56198347,0.661157,0.6570248,0.6735537,0.6818182,0.6446281,0.607438,0.61157024,0.54545456,0.4338843,0.40082645,0.4090909,0.4090909,0.37603307,0.44214877,0.5,0.5289256,0.5041322,0.42561984,0.42975205,0.56198347,0.6280992,0.6570248,0.661157,0.6528926,0.6446281,0.59917355,0.553719,0.40082645,0.37603307,0.45454547,0.46280992,0.446281,0.4214876,0.39256197,0.37603307,0.3677686,0.38016528,0.40082645,0.38429752,0.40495867,0.45041323,0.47933885,0.46280992,0.46694216,0.4752066,0.48347107,0.4876033,0.46280992,0.5041322,0.48347107,0.5041322,0.5165289,0.4876033,0.47933885,0.47107437,0.30578512,0.553719,0.58264464,0.5206612,0.4752066,0.45867768,0.46280992,0.47933885,0.49586776,0.57438016,0.61570245,0.6280992,0.61570245,0.6859504,0.7355372,0.69008267,0.5495868,0.43801653,0.38842976,0.37190083,0.37190083,0.38842976,0.41735536,0.47107437,0.5247934,0.58677685,0.59504133,0.48347107,0.47107437,0.6487603,0.7107438,0.6942149,0.6818182,0.6818182,0.6280992,0.41735536,0.46694216,0.49173555,0.47107437,0.45454547,0.446281,0.41735536,0.37603307,0.35950413,0.3429752,0.3429752,0.38429752,0.38429752,0.43801653,0.45867768,0.4876033,0.5041322,0.49173555,0.49586776,0.5041322,0.5041322,0.49173555,0.5,0.47933885,0.49586776,0.5371901,0.5165289,0.46694216,0.47933885,0.3181818,0.5371901,0.49586776,0.5,0.56198347,0.5165289,0.46280992,0.48347107,0.5413223,0.59917355,0.6322314,0.6487603,0.6280992,0.6322314,0.661157,0.6446281,0.5785124,0.4876033,0.40495867,0.37603307,0.34710744,0.3429752,0.36363637,0.41322315,0.4876033,0.5371901,0.62396693,0.59090906,0.42975205,0.6198347,0.78099173,0.76033056,0.7355372,0.73140496,0.58264464,0.42561984,0.5413223,0.5041322,0.44214877,0.4214876,0.41735536,0.38842976,0.37190083,0.45041323,0.5206612,0.48347107,0.4338843,0.47933885,0.49586776,0.5206612,0.54545456,0.54545456,0.5247934,0.5082645,0.5289256,0.56198347,0.5206612,0.46280992,0.46694216,0.46694216,0.54545456,0.45867768,0.4090909,0.49173555,0.33471075,0.446281,0.38842976,0.5123967,0.607438,0.5206612,0.4338843,0.4876033,0.57438016,0.59504133,0.57024795,0.5289256,0.48347107,0.42975205,0.40495867,0.40495867,0.38016528,0.338843,0.3140496,0.30165288,0.28512397,0.29338843,0.30991736,0.35950413,0.40495867,0.446281,0.54545456,0.57438016,0.38842976,0.5,0.71900827,0.7231405,0.69008267,0.6859504,0.5123967,0.46280992,0.5661157,0.47933885,0.39256197,0.3677686,0.338843,0.3140496,0.29752067,0.4214876,0.5289256,0.5165289,0.36363637,0.37603307,0.41322315,0.47933885,0.5082645,0.5289256,0.5289256,0.5206612,0.54545456,0.58677685,0.5413223,0.45041323,0.44214877,0.45454547,0.49173555,0.5123967,0.42975205,0.4090909,0.37190083,0.48347107,0.34710744,0.5123967,0.61157024,0.53305787,0.45454547,0.5123967,0.5495868,0.49586776,0.45867768,0.39256197,0.39256197,0.3429752,0.29752067,0.2644628,0.28099173,0.25619835,0.23966943,0.24793388,0.24793388,0.2520661,0.2520661,0.30165288,0.32231405,0.33471075,0.46280992,0.5413223,0.4338843,0.46280992,0.59917355,0.6322314,0.59090906,0.57024795,0.43801653,0.47107437,0.5371901,0.41735536,0.3429752,0.30578512,0.28512397,0.24793388,0.22727273,0.26859504,0.3140496,0.32231405,0.27272728,0.2603306,0.26859504,0.30991736,0.338843,0.40082645,0.44214877,0.47107437,0.48347107,0.5289256,0.5247934,0.48347107,0.446281,0.4338843,0.47933885,0.5,0.53305787,0.4090909,0.5,0.5413223,0.39256197,0.5165289,0.61157024,0.5413223,0.49173555,0.5,0.44214877,0.40082645,0.37603307,0.3140496,0.35950413,0.40495867,0.24380165,0.2107438,0.23553719,0.2107438,0.20247933,0.24380165,0.30165288,0.28099173,0.26859504,0.30165288,0.30991736,0.2892562,0.3429752,0.53305787,0.37190083,0.42975205,0.6363636,0.6818182,0.6404959,0.58677685,0.45867768,0.46694216,0.5,0.37603307,0.2768595,0.2892562,0.28099173,0.25619835,0.26859504,0.30165288,0.3181818,0.2644628,0.23966943,0.21487603,0.20661157,0.20247933,0.2644628,0.34710744,0.3305785,0.3966942,0.38842976,0.41322315,0.4876033,0.49586776,0.45867768,0.446281,0.4752066,0.5123967,0.5165289,0.49586776,0.46694216,0.4090909,0.33471075,0.5413223,0.61570245,0.56198347,0.5082645,0.45454547,0.3677686,0.35123968,0.30165288,0.30165288,0.46694216,0.5123967,0.2892562,0.26859504,0.25619835,0.23966943,0.25619835,0.3181818,0.38842976,0.35123968,0.29338843,0.2644628,0.3305785,0.3305785,0.30991736,0.42975205,0.30578512,0.41735536,0.58677685,0.6570248,0.6528926,0.62396693,0.5165289,0.45867768,0.45867768,0.37603307,0.3140496,0.3264463,0.30578512,0.30165288,0.27272728,0.38429752,0.40495867,0.30165288,0.2644628,0.21487603,0.23966943,0.21487603,0.3264463,0.4338843,0.338843,0.29338843,0.34710744,0.33471075,0.39256197,0.47107437,0.45041323,0.45454547,0.4752066,0.5165289,0.5289256,0.4752066,0.38016528,0.28099173,0.2644628,0.57438016,0.6280992,0.5785124,0.55785125,0.5,0.42561984,0.42975205,0.45041323,0.45041323,0.5123967,0.56198347,0.43801653,0.37603307,0.3429752,0.33471075,0.35950413,0.42561984,0.45867768,0.4214876,0.36363637,0.3181818,0.3140496,0.38429752,0.39256197,0.35123968,0.3305785,0.6198347,0.74380165,0.76033056,0.72727275,0.677686,0.5289256,0.41322315,0.4338843,0.4214876,0.41322315,0.3305785,0.29752067,0.32231405,0.338843,0.41735536,0.4752066,0.4090909,0.3429752,0.2892562,0.29338843,0.32231405,0.45454547,0.5206612,0.4338843,0.38016528,0.39256197,0.3677686,0.35950413,0.40082645,0.44214877,0.45867768,0.4876033,0.5082645,0.5289256,0.45867768,0.34710744,0.2231405,0.3264463,0.56198347,0.6446281,0.61570245,0.59090906,0.5661157,0.53305787,0.5165289,0.53305787,0.5785124,0.59090906,0.61157024,0.59090906,0.5371901,0.5041322,0.5,0.5289256,0.5165289,0.5041322,0.48347107,0.45454547,0.4338843,0.44214877,0.46280992,0.5041322,0.3553719,0.4090909,0.71487606,0.8016529,0.8057851,0.78512394,0.74380165,0.58264464,0.3966942,0.42561984,0.46694216,0.45454547,0.3677686,0.35123968,0.3677686,0.4090909,0.47107437,0.54545456,0.59504133,0.5289256,0.46280992,0.45867768,0.5041322,0.57438016,0.56198347,0.49586776,0.48347107,0.47933885,0.47107437,0.45041323,0.42561984,0.46280992,0.47107437,0.4876033,0.49586776,0.49173555,0.46694216,0.39256197,0.21487603,0.3966942,0.5495868,0.6446281,0.6446281,0.6322314,0.6280992,0.607438,0.58264464,0.5661157,0.57438016,0.607438,0.6198347,0.6198347,0.59504133,0.58264464,0.56198347,0.5247934,0.47933885,0.446281,0.45454547,0.49173555,0.5206612,0.5206612,0.5495868,0.5495868,0.46280992,0.55785125,0.7107438,0.8057851,0.80991733,0.7933884,0.7644628,0.607438,0.45041323,0.47933885,0.5,0.43801653,0.42561984,0.38842976,0.40495867,0.45041323,0.5123967,0.57438016,0.6404959,0.62396693,0.59090906,0.59504133,0.59090906,0.607438,0.59090906,0.5661157,0.5371901,0.55785125,0.5413223,0.5123967,0.47933885,0.49173555,0.48347107,0.48347107,0.4752066,0.47107437,0.5041322,0.45041323,0.30578512,0.43801653,0.5413223,0.6322314,0.677686,0.69008267,0.6528926,0.6570248,0.6363636,0.607438,0.61157024,0.6363636,0.6322314,0.6322314,0.60330576,0.59504133,0.57024795,0.5289256,0.5,0.5247934,0.5785124,0.58677685,0.55785125,0.56198347,0.6198347,0.5206612,0.42561984,0.59917355,0.6983471,0.79752064,0.8181818,0.7933884,0.7768595,0.6363636,0.4338843,0.45867768,0.5,0.47107437,0.42561984,0.44214877,0.47107437,0.5041322,0.5289256,0.54545456,0.58264464,0.59504133,0.607438,0.6280992,0.6446281,0.661157,0.6652893,0.6446281,0.61157024,0.55785125,0.54545456,0.54545456,0.5289256,0.5289256,0.5123967,0.48347107,0.46280992,0.49586776,0.5206612,0.49173555,0.40082645,0.45041323,0.53305787,0.61157024,0.677686,0.7107438,0.69008267,0.6694215,0.6487603,0.6363636,0.6487603,0.6570248,0.6528926,0.6487603,0.61570245,0.59504133,0.61570245,0.6198347,0.61570245,0.62396693,0.5785124,0.56198347,0.57438016,0.6404959,0.6404959,0.42561984,0.3677686,0.57024795,0.677686,0.78512394,0.8347107,0.79752064,0.77272725,0.6570248,0.446281,0.38016528,0.45041323,0.45041323,0.446281,0.45454547,0.49586776,0.553719,0.59504133,0.57438016,0.57438016,0.57024795,0.57438016,0.607438,0.6446281,0.6528926,0.6528926,0.6487603,0.62396693,0.58264464,0.57024795,0.57438016,0.5785124,0.5785124,0.54545456,0.5123967,0.5,0.5165289,0.5206612,0.5206612,0.5,0.5,0.5371901,0.60330576,0.6652893,0.7231405,0.70247936,0.6694215,0.6570248,0.6652893,0.6859504,0.6818182,0.677686,0.6818182,0.6942149,0.677686,0.6859504,0.6735537,0.607438,0.57438016,0.55785125,0.56198347,0.6446281,0.6818182,0.57024795,0.35950413,0.38842976,0.5661157,0.661157,0.78512394,0.822314,0.80991733,0.76033056,0.6570248,0.5041322,0.40082645,0.41735536,0.46280992,0.47107437,0.5082645,0.5206612,0.553719,0.59090906,0.59504133,0.59917355,0.60330576,0.59090906,0.58264464,0.607438,0.61157024,0.6280992,0.6322314,0.6322314,0.61570245,0.60330576,0.59090906,0.62396693,0.61570245,0.59090906,0.57024795,0.54545456,0.5247934,0.5082645,0.49173555,0.55785125,0.5413223,0.5495868,0.59504133,0.6694215,0.71900827,0.73140496,0.6983471,0.677686,0.6818182,0.7066116,0.7066116,0.71487606,0.7231405,0.71900827,0.6859504,0.6570248,0.6404959,0.59090906,0.56198347,0.57438016,0.6363636,0.70247936,0.6322314,0.5123967,0.41735536,0.45454547,0.58264464,0.661157,0.78099173,0.8264463,0.80991733,0.7644628,0.6652893,0.5371901,0.4752066,0.4338843,0.42561984,0.47107437,0.53305787,0.58264464,0.60330576,0.58677685,0.58677685,0.58264464,0.58264464,0.607438,0.62396693,0.6446281,0.6446281,0.6446281,0.6446281,0.6487603,0.6487603,0.6487603,0.6570248,0.6694215,0.6570248,0.6363636,0.6198347,0.57024795,0.5165289,0.49173555,0.47107437,0.54545456,0.553719,0.5495868,0.58264464,0.6446281,0.7231405,0.74793386,0.73140496,0.71487606,0.7066116,0.7231405,0.71900827,0.70247936,0.6818182,0.661157,0.62396693,0.59504133,0.59504133,0.58677685,0.62396693,0.6363636,0.6818182,0.6528926,0.5165289,0.5247934,0.5123967,0.5206612,0.607438,0.6818182,0.78099173,0.8305785,0.8057851,0.76859504,0.69008267,0.57438016,0.5041322,0.5082645,0.43801653,0.4214876,0.5082645,0.60330576,0.6528926,0.661157,0.6363636,0.60330576,0.5661157,0.57024795,0.5785124,0.62396693,0.6280992,0.6570248,0.6570248,0.661157,0.6694215,0.6735537,0.6983471,0.7107438,0.6942149,0.6652893,0.6404959,0.57438016,0.5123967,0.5,0.4876033,0.5165289,0.56198347,0.553719,0.57024795,0.5785124,0.6652893,0.73140496,0.75206614,0.75206614,0.73966944,0.71487606,0.70247936,0.7066116,0.6652893,0.6322314,0.61570245,0.6322314,0.6322314,0.6652893,0.6942149,0.6818182,0.661157,0.5413223,0.49173555,0.5495868,0.553719,0.59090906,0.62396693,0.6735537,0.7768595,0.822314,0.80991733,0.78099173,0.71900827,0.62396693,0.5371901,0.5206612,0.4876033,0.42561984,0.45867768,0.57024795,0.6487603,0.677686,0.6859504,0.6818182,0.6446281,0.6198347,0.6198347,0.61157024,0.62396693,0.6528926,0.6694215,0.6735537,0.677686,0.6818182,0.70247936,0.6942149,0.6694215,0.6735537,0.6363636,0.57438016,0.5,0.5289256,0.5165289,0.5206612,0.5661157,0.553719,0.56198347,0.5413223,0.58677685,0.6818182,0.73966944,0.75619835,0.74380165,0.6859504,0.6735537,0.6818182,0.677686,0.6735537,0.6735537,0.6859504,0.69008267,0.6942149,0.7107438,0.6818182,0.58677685,0.5041322,0.5413223,0.53305787,0.57438016,0.6363636,0.6404959,0.6859504,0.7644628,0.8140496,0.80991733,0.78512394,0.74793386,0.6652893,0.58677685,0.5495868,0.5123967,0.4876033,0.4338843,0.5123967,0.61570245,0.6652893,0.6942149,0.69008267,0.6983471,0.6528926,0.661157,0.6570248,0.6487603,0.661157,0.6694215,0.6570248,0.6652893,0.6694215,0.677686,0.6528926,0.6198347,0.6446281,0.60330576,0.56198347,0.5206612,0.5785124,0.5413223,0.55785125,0.5785124,0.56198347,0.54545456,0.53305787,0.54545456,0.6322314,0.6942149,0.7107438,0.6859504,0.6487603,0.6446281,0.677686,0.69008267,0.6859504,0.69008267,0.6942149,0.6942149,0.6942149,0.7066116,0.59917355,0.5123967,0.5661157,0.5495868,0.5289256,0.61570245,0.6570248,0.6735537,0.71900827,0.7644628,0.8057851,0.7933884,0.78099173,0.76859504,0.6983471,0.6198347,0.57438016,0.56198347,0.54545456,0.5165289,0.45454547,0.57024795,0.6652893,0.6859504,0.6942149,0.6942149,0.6818182,0.6735537,0.6859504,0.6570248,0.6694215,0.6652893,0.6404959,0.6446281,0.6363636,0.6446281,0.62396693,0.607438,0.61570245,0.6198347,0.5413223,0.59090906,0.57438016,0.5785124,0.5041322,0.6322314,0.59504133,0.5495868,0.5371901,0.54545456,0.61157024,0.6652893,0.661157,0.6487603,0.6652893,0.6446281,0.661157,0.6818182,0.6735537,0.6694215,0.677686,0.6735537,0.6735537,0.61157024,0.5247934,0.57438016,0.58677685,0.5,0.5661157,0.6446281,0.6818182,0.70247936,0.75206614,0.7892562,0.80991733,0.79752064,0.78099173,0.78099173,0.72727275,0.6570248,0.56198347,0.54545456,0.54545456,0.57024795,0.56198347,0.4876033,0.60330576,0.6818182,0.6818182,0.661157,0.6735537,0.6694215,0.6735537,0.6446281,0.6487603,0.6446281,0.6280992,0.6198347,0.607438,0.61157024,0.57024795,0.55785125,0.58677685,0.60330576,0.6363636,0.6322314,0.49173555,0.6818182,0.43801653,0.54545456,0.6570248,0.59504133,0.553719,0.57438016,0.59917355,0.6280992,0.61157024,0.6322314,0.6570248,0.6404959,0.6363636,0.6570248,0.6694215,0.6528926,0.6570248,0.6404959,0.59090906,0.553719,0.57438016,0.607438,0.53305787,0.47933885,0.61157024,0.6570248,0.6735537,0.69008267,0.77272725,0.8057851,0.8140496,0.8016529,0.78512394,0.7768595,0.72727275,0.6652893,0.58264464,0.5289256,0.5413223,0.553719,0.59917355,0.59917355,0.5123967,0.59504133,0.6694215,0.6735537,0.6570248,0.6570248,0.6528926,0.6404959,0.6198347,0.61570245,0.61157024,0.61570245,0.61157024,0.59504133,0.57438016,0.5785124,0.6363636,0.71487606,0.69008267,0.5289256,0.4876033,0.70247936,0.5165289,0.46694216,0.54545456,0.62396693,0.6487603,0.61157024,0.59504133,0.58677685,0.59917355,0.607438,0.6363636,0.62396693,0.6363636,0.661157,0.6859504,0.677686,0.62396693,0.57438016,0.56198347,0.59917355,0.60330576,0.5495868,0.47933885,0.5123967,0.6570248,0.6652893,0.6735537,0.6942149,0.76859504,0.80991733,0.80991733,0.7933884,0.78099173,0.76033056,0.71487606,0.6694215,0.6198347,0.5289256,0.5661157,0.54545456,0.55785125,0.59917355,0.59917355,0.5371901,0.58264464,0.6570248,0.6735537,0.6942149,0.6528926,0.6404959,0.59504133,0.59090906,0.59504133,0.60330576,0.607438,0.60330576,0.6404959,0.71900827,0.76859504,0.69008267,0.5661157,0.5247934,0.5082645,0.6570248,0.5413223,0.48347107,0.5289256,0.5206612,0.55785125,0.70247936,0.677686,0.60330576,0.60330576,0.6363636,0.6570248,0.661157,0.6652893,0.6735537,0.677686,0.6322314,0.58677685,0.59090906,0.59917355,0.59090906,0.56198347,0.47933885,0.45867768,0.59090906,0.677686,0.6570248,0.661157,0.6983471,0.77272725,0.80991733,0.79752064,0.7768595,0.7644628,0.7355372,0.6942149,0.6570248,0.6363636,0.53305787,0.59917355,0.61570245,0.54545456,0.5289256,0.5661157,0.58677685,0.55785125,0.55785125,0.59917355,0.6280992,0.6942149,0.77272725,0.75619835,0.73966944,0.7107438,0.70247936,0.7066116,0.71900827,0.7355372,0.7231405,0.6322314,0.5413223,0.5495868,0.5165289,0.5041322,0.6363636,0.5041322,0.47933885,0.53305787,0.54545456,0.5165289,0.4214876,0.4876033,0.6322314,0.71487606,0.73966944,0.72727275,0.6983471,0.661157,0.6363636,0.62396693,0.59917355,0.59504133,0.59090906,0.58677685,0.553719,0.5082645,0.44214877,0.5041322,0.6322314,0.6859504,0.661157,0.6487603,0.6983471,0.76859504,0.8140496,0.78099173,0.76033056,0.74793386,0.7107438,0.6694215,0.6446281,0.6322314,0.56198347,0.607438,0.6570248,0.57438016,0.48347107,0.5123967,0.5371901,0.5413223,0.5495868,0.5495868,0.54545456,0.5371901,0.5247934,0.5289256,0.57438016,0.58264464,0.58264464,0.56198347,0.5413223,0.5247934,0.5371901,0.56198347,0.5495868,0.5247934,0.5,0.5041322,0.6818182,0.49173555,0.47107437,0.5289256,0.553719,0.5661157,0.56198347,0.5041322,0.4752066,0.5,0.53305787,0.5661157,0.58677685,0.59504133,0.607438,0.60330576,0.58677685,0.5785124,0.54545456,0.5495868,0.5206612,0.45867768,0.43801653,0.55785125,0.6570248,0.69008267,0.6570248,0.6363636,0.69008267,0.7644628,0.7933884,0.76033056,0.74380165,0.7355372,0.69008267,0.6363636,0.61570245,0.6198347,0.57438016,0.58264464,0.6198347,0.59917355,0.47107437,0.45867768,0.49586776,0.5,0.5206612,0.5371901,0.5413223,0.5206612,0.5165289,0.53305787,0.5289256,0.5,0.5165289,0.553719,0.5785124,0.57438016,0.56198347,0.55785125,0.5413223,0.5082645,0.49173555,0.5041322,0.71487606,0.5371901,0.45041323,0.5289256,0.553719,0.553719,0.58264464,0.5371901,0.5123967,0.5165289,0.54545456,0.553719,0.553719,0.56198347,0.57024795,0.56198347,0.5495868,0.53305787,0.5206612,0.49586776,0.47107437,0.45454547,0.49173555,0.58677685,0.6528926,0.6735537,0.6322314,0.6322314,0.6570248,0.73140496,0.74793386,0.7231405,0.7231405,0.7107438,0.6694215,0.6198347,0.59917355,0.59504133,0.5785124,0.5495868,0.5413223,0.5495868,0.47107437,0.40082645,0.45867768,0.48347107,0.5,0.49586776,0.47933885,0.49586776,0.5206612,0.5206612,0.5289256,0.5206612,0.5206612,0.553719,0.57024795,0.56198347,0.54545456,0.5371901,0.5165289,0.49586776,0.5041322,0.49173555,0.6983471,0.57024795,0.4752066,0.5041322,0.5247934,0.5413223,0.56198347,0.5082645,0.4876033,0.48347107,0.5165289,0.5247934,0.5206612,0.5289256,0.5206612,0.5247934,0.5206612,0.49586776,0.5041322,0.47933885,0.47933885,0.49173555,0.5247934,0.5495868,0.5785124,0.59917355,0.59090906,0.5785124,0.61157024,0.6528926,0.6859504,0.6818182,0.69008267,0.6818182,0.6280992,0.57438016,0.55785125,0.5495868,0.5206612,0.47107437,0.43801653,0.45867768,0.42975205,0.37603307,0.42975205,0.4752066,0.4876033,0.4752066,0.45867768,0.47107437,0.4752066,0.5,0.5123967,0.5413223,0.5206612,0.5661157,0.55785125,0.553719,0.53305787,0.5247934,0.5082645,0.49173555,0.49586776,0.47933885,0.6487603,0.57024795,0.49173555,0.4876033,0.5247934,0.5247934,0.553719,0.49173555,0.47107437,0.45867768,0.48347107,0.5,0.5041322,0.5041322,0.5041322,0.49586776,0.49173555,0.5041322,0.5123967,0.5123967,0.5413223,0.57438016,0.57024795,0.47933885,0.41735536,0.42561984,0.46280992,0.4876033,0.5289256,0.5661157,0.59090906,0.6280992,0.6198347,0.58677685,0.5247934,0.47107437,0.446281,0.41735536,0.37603307,0.3305785,0.32231405,0.3553719,0.40082645,0.3966942,0.446281,0.4876033,0.49173555,0.49586776,0.47933885,0.48347107,0.4876033,0.5,0.5123967,0.553719,0.5495868,0.55785125,0.54545456,0.54545456,0.5289256,0.5206612,0.5082645,0.5,0.49586776,0.47107437,0.60330576,0.56198347,0.4876033,0.49586776,0.5123967,0.5041322,0.5371901,0.5,0.46694216,0.43801653,0.45454547,0.47107437,0.47933885,0.48347107,0.49173555,0.5041322,0.5247934,0.55785125,0.5785124,0.58264464,0.6198347,0.6446281,0.6363636,0.5165289,0.34710744,0.27272728,0.28099173,0.38429752,0.44214877,0.4876033,0.5,0.5247934,0.5289256,0.48347107,0.43801653,0.3966942,0.338843,0.29752067,0.25619835,0.23140496,0.2520661,0.34710744,0.44214877,0.4338843,0.48347107,0.5371901,0.5413223,0.54545456,0.53305787,0.5247934,0.53305787,0.5247934,0.53305787,0.553719,0.56198347,0.5371901,0.5206612,0.5247934,0.5289256,0.5123967,0.49173555,0.49586776,0.49586776,0.47933885,0.46694216,0.5206612,0.48347107,0.49173555,0.5165289,0.49586776,0.5082645,0.5041322,0.47107437,0.42561984,0.4338843,0.45041323,0.46280992,0.47933885,0.5123967,0.553719,0.5785124,0.6198347,0.6198347,0.6652893,0.661157,0.6735537,0.677686,0.6404959,0.46280992,0.2768595,0.20661157,0.25619835,0.32231405,0.37190083,0.38429752,0.40495867,0.39256197,0.4090909,0.3966942,0.3429752,0.2892562,0.2892562,0.27272728,0.28512397,0.338843,0.41735536,0.48347107,0.46694216,0.5041322,0.5661157,0.59504133,0.5785124,0.5661157,0.56198347,0.56198347,0.5495868,0.54545456,0.53305787,0.54545456,0.5247934,0.5123967,0.5082645,0.5247934,0.5082645,0.46694216,0.48347107,0.46694216,0.48347107,0.3966942,0.46280992,0.49173555,0.4876033,0.5165289,0.5123967,0.48347107,0.5123967,0.4752066,0.46280992,0.446281,0.47107437,0.49586776,0.5371901,0.57024795,0.607438,0.6446281,0.6487603,0.661157,0.6735537,0.6735537,0.6818182,0.6942149,0.6859504,0.57438016,0.37190083,0.28099173,0.2520661,0.24380165,0.26859504,0.27272728,0.28099173,0.29752067,0.34710744,0.3429752,0.3140496,0.3140496,0.3553719,0.35950413,0.39256197,0.45041323,0.47107437,0.5041322,0.49586776,0.5,0.5661157,0.6198347,0.62396693,0.59917355,0.58264464,0.57438016,0.56198347,0.55785125,0.53305787,0.53305787,0.5247934,0.5123967,0.5206612,0.5082645,0.48347107,0.47933885,0.47933885,0.47933885,0.4752066,0.40082645,0.43801653,0.4876033,0.49586776,0.5165289,0.5289256,0.5041322,0.5041322,0.49586776,0.49586776,0.48347107,0.5123967,0.5371901,0.58677685,0.62396693,0.6404959,0.677686,0.6735537,0.6818182,0.677686,0.6735537,0.6983471,0.6983471,0.6859504,0.6404959,0.5165289,0.41735536,0.338843,0.29752067,0.28099173,0.24380165,0.24793388,0.25619835,0.30165288,0.28099173,0.32231405,0.36363637,0.38429752,0.41322315,0.45041323,0.47933885,0.5,0.5165289,0.5206612,0.5123967,0.5289256,0.59090906,0.6198347,0.62396693,0.60330576,0.57438016,0.5661157,0.55785125,0.5495868,0.5413223,0.53305787,0.5041322,0.5165289,0.49586776,0.49173555,0.47107437,0.49173555,0.47933885,0.4752066,0.40495867,0.42975205,0.48347107,0.5,0.5165289,0.5413223,0.5247934,0.5123967,0.5082645,0.5206612,0.5206612,0.54545456,0.5661157,0.61157024,0.6528926,0.6570248,0.6694215,0.6735537,0.6818182,0.677686,0.6818182,0.6942149,0.6983471,0.6818182,0.661157,0.6404959,0.58264464,0.5206612,0.42975205,0.35950413,0.2892562,0.2603306,0.27272728,0.28512397,0.2644628,0.3305785,0.38016528,0.3966942,0.42561984,0.46280992,0.4752066,0.5082645,0.5082645,0.5123967,0.5041322,0.54545456,0.57024795,0.59504133,0.60330576,0.60330576,0.57438016,0.56198347,0.54545456,0.5495868,0.553719,0.53305787,0.5165289,0.49586776,0.5,0.4876033,0.47933885,0.49586776,0.49586776,0.4752066,0.40495867,0.41735536,0.4876033,0.5041322,0.5206612,0.553719,0.553719,0.54545456,0.5371901,0.54545456,0.5413223,0.5371901,0.59504133,0.6198347,0.6404959,0.6528926,0.6446281,0.6487603,0.6652893,0.6818182,0.677686,0.6694215,0.6859504,0.6818182,0.6487603,0.6322314,0.61570245,0.59504133,0.54545456,0.46280992,0.38016528,0.34710744,0.338843,0.35950413,0.32231405,0.3429752,0.40495867,0.42561984,0.43801653,0.446281,0.4752066,0.5041322,0.5165289,0.49173555,0.5,0.53305787,0.54545456,0.58677685,0.5785124,0.58264464,0.55785125,0.5371901,0.53305787,0.5413223,0.53305787,0.5289256,0.5041322,0.5,0.5041322,0.5082645,0.49586776,0.5,0.49173555,0.48347107,0.40082645,0.40495867,0.4752066,0.5041322,0.5206612,0.55785125,0.5661157,0.56198347,0.56198347,0.553719,0.553719,0.57024795,0.607438,0.6198347,0.6280992,0.6322314,0.62396693,0.6322314,0.6446281,0.6694215,0.6446281,0.6487603,0.6404959,0.6735537,0.6487603,0.6363636,0.61157024,0.61157024,0.58264464,0.5413223,0.46694216,0.4214876,0.40082645,0.40082645,0.38429752,0.40495867,0.41322315,0.4338843,0.446281,0.44214877,0.45454547,0.48347107,0.49586776,0.49173555,0.5123967,0.5206612,0.53305787,0.55785125,0.5661157,0.55785125,0.5413223,0.5082645,0.5371901,0.5289256,0.5206612,0.5165289,0.5,0.5041322,0.5,0.49586776,0.5082645,0.49586776,0.48347107,0.4876033,0.39256197,0.3966942,0.45041323,0.5041322,0.5206612,0.5413223,0.553719,0.57438016,0.59504133,0.57024795,0.553719,0.5785124,0.59504133,0.60330576,0.60330576,0.61157024,0.61570245,0.61157024,0.60330576,0.62396693,0.6198347,0.607438,0.6198347,0.6198347,0.61157024,0.6198347,0.60330576,0.59917355,0.5785124,0.5661157,0.5247934,0.46280992,0.41735536,0.40082645,0.3966942,0.40082645,0.4090909,0.41735536,0.42561984,0.43801653,0.45454547,0.47107437,0.47933885,0.47933885,0.49586776,0.5,0.5082645,0.5082645,0.49586776,0.5206612,0.5247934,0.48347107,0.49173555,0.5371901,0.5247934,0.5082645,0.5,0.5123967,0.5082645,0.5041322,0.5082645,0.48347107,0.49173555,0.4876033,0.40082645,0.38842976,0.42975205,0.4876033,0.5206612,0.5495868,0.553719,0.553719,0.60330576,0.59504133,0.58264464,0.5785124,0.58264464,0.58677685,0.59090906,0.59917355,0.607438,0.59917355,0.58677685,0.58264464,0.5785124,0.56198347,0.57438016,0.57024795,0.59504133,0.57024795,0.5785124,0.57024795,0.56198347,0.5371901,0.5165289,0.47107437,0.42975205,0.40495867,0.37603307,0.38842976,0.38016528,0.40495867,0.40082645,0.41735536,0.45041323,0.45867768,0.45041323,0.446281,0.446281,0.45041323,0.45041323,0.46280992,0.4338843,0.46280992,0.5,0.46694216,0.4752066,0.54545456,0.54545456,0.5289256,0.5123967,0.5206612,0.5165289,0.5123967,0.5082645,0.5041322,0.4876033,0.49586776,0.40082645,0.39256197,0.40495867,0.47107437,0.5082645,0.5371901,0.55785125,0.54545456,0.59917355,0.61570245,0.58677685,0.58264464,0.55785125,0.5495868,0.55785125,0.56198347,0.55785125,0.553719,0.53305787,0.5123967,0.5165289,0.5082645,0.5206612,0.53305787,0.5289256,0.5247934,0.5247934,0.5247934,0.5123967,0.48347107,0.47933885,0.46694216,0.44214877,0.41735536,0.3966942,0.37190083,0.38016528,0.40082645,0.40495867,0.41735536,0.42975205,0.4338843,0.41322315,0.41322315,0.39256197,0.38842976,0.38016528,0.40495867,0.40082645,0.4338843,0.46280992,0.446281,0.4752066,0.5495868,0.5371901,0.5289256,0.53305787,0.53305787,0.5123967,0.5041322,0.5041322,0.5165289,0.49173555,0.5,0.40495867,0.37603307,0.4090909,0.4214876,0.49586776,0.5206612,0.54545456,0.553719,0.58264464,0.60330576,0.59504133,0.58677685,0.553719,0.49173555,0.5082645,0.5082645,0.4876033,0.45867768,0.42561984,0.3966942,0.38016528,0.3966942,0.42561984,0.446281,0.47107437,0.47933885,0.4752066,0.4752066,0.46694216,0.46280992,0.5,0.5082645,0.5041322,0.47107437,0.4338843,0.3966942,0.38842976,0.42561984,0.3966942,0.40082645,0.39256197,0.38842976,0.3677686,0.35123968,0.338843,0.3264463,0.3181818,0.35123968,0.38429752,0.4214876,0.4090909,0.41735536,0.49173555,0.553719,0.54545456,0.5165289,0.53305787,0.53305787,0.5082645,0.5041322,0.49586776,0.5082645,0.4876033,0.47933885,0.40082645,0.38842976,0.38842976,0.4214876,0.45454547,0.49586776,0.5495868,0.54545456,0.5206612,0.5661157,0.58677685,0.58677685,0.58264464,0.45867768,0.45867768,0.45041323,0.41735536,0.37190083,0.29338843,0.2768595,0.2768595,0.28099173,0.30578512,0.3264463,0.3677686,0.40082645,0.4090909,0.4338843,0.42975205,0.45041323,0.47107437,0.47933885,0.4876033,0.47933885,0.446281,0.38429752,0.3553719,0.3553719,0.3181818,0.30165288,0.30578512,0.26859504,0.26859504,0.2520661,0.24793388,0.24793388,0.25619835,0.2892562,0.3429752,0.38016528,0.40495867,0.38016528,0.49586776,0.553719,0.5289256,0.5123967,0.5247934,0.5247934,0.5041322,0.5,0.49586776,0.5041322,0.4752066,0.46694216,0.3966942,0.39256197,0.3966942,0.37190083,0.43801653,0.47933885,0.5123967,0.5371901,0.5,0.5413223,0.57024795,0.57024795,0.58677685,0.5,0.40495867,0.39256197,0.3305785,0.30165288,0.2768595,0.2768595,0.29752067,0.29752067,0.2768595,0.2644628,0.28099173,0.28512397,0.29338843,0.30165288,0.2768595,0.29752067,0.29752067,0.3140496,0.37190083,0.38842976,0.3305785,0.2892562,0.25619835,0.22727273,0.2231405,0.22727273,0.25619835,0.24380165,0.28512397,0.28099173,0.30578512,0.35950413,0.37603307,0.36363637,0.36363637,0.38429752,0.41322315,0.40082645,0.5,0.53305787,0.5165289,0.5082645,0.5,0.5082645,0.5041322,0.5,0.4876033,0.47933885,0.46280992,0.446281,0.38842976,0.3966942,0.40082645,0.35950413,0.38016528,0.446281,0.4876033,0.5206612,0.5206612,0.5413223,0.5495868,0.5413223,0.54545456,0.53305787,0.446281,0.40082645,0.41735536,0.4214876,0.4214876,0.4752066,0.5206612,0.5,0.45041323,0.40495867,0.38842976,0.37603307,0.37603307,0.38842976,0.3140496,0.3264463,0.25619835,0.23553719,0.24380165,0.28099173,0.27272728,0.2603306,0.28512397,0.27272728,0.28512397,0.29752067,0.338843,0.33471075,0.39256197,0.3966942,0.42561984,0.446281,0.44214877,0.43801653,0.42561984,0.42975205,0.4214876,0.4338843,0.5,0.5,0.5,0.49173555,0.4876033,0.49586776,0.5,0.49173555,0.47107437,0.45867768,0.446281,0.446281,0.38842976,0.39256197,0.38842976,0.40495867,0.3264463,0.40495867,0.46280992,0.48347107,0.5123967,0.5371901,0.54545456,0.54545456,0.5371901,0.5289256,0.5041322,0.4338843,0.45867768,0.5206612,0.5495868,0.59090906,0.58677685,0.57438016,0.56198347,0.5413223,0.5289256,0.5206612,0.5123967,0.55785125,0.59917355,0.72727275,0.6570248,0.5041322,0.49173555,0.5123967,0.49586776,0.44214877,0.43801653,0.41322315,0.38842976,0.39256197,0.41735536,0.42561984,0.446281,0.446281,0.45454547,0.4752066,0.46694216,0.4752066,0.45454547,0.44214877,0.43801653,0.45867768,0.48347107,0.48347107,0.48347107,0.46694216,0.46694216,0.49173555,0.48347107,0.47107437,0.45454547,0.44214877,0.42561984,0.4214876,0.39256197,0.38842976,0.38842976,0.39256197,0.35950413,0.3553719,0.40495867,0.45041323,0.47933885,0.5082645,0.5206612,0.5289256,0.5289256,0.5165289,0.5247934,0.48347107,0.47933885,0.5082645,0.57024795,0.58264464,0.553719,0.553719,0.55785125,0.5495868,0.5495868,0.56198347,0.5495868,0.55785125,0.553719,0.59917355,0.6363636,0.5785124,0.58264464,0.58677685,0.57438016,0.5247934,0.5123967,0.5,0.4752066,0.45454547,0.446281,0.45041323,0.45454547,0.46280992,0.446281,0.46280992,0.47107437,0.4876033,0.48347107,0.45867768,0.42975205,0.446281,0.45867768,0.46694216,0.45867768,0.446281,0.46280992,0.47107437,0.47107437,0.45041323,0.446281,0.41735536,0.3966942,0.36363637,0.38429752,0.38016528,0.38842976,0.3966942,0.4090909,0.3264463,0.35123968,0.41735536,0.42975205,0.47933885,0.49173555,0.49586776,0.5123967,0.49173555,0.49173555,0.5041322,0.49586776,0.5123967,0.53305787,0.57024795,0.53305787,0.53305787,0.5371901,0.53305787,0.5123967,0.5289256,0.5371901,0.5495868,0.53305787,0.5371901,0.5123967,0.5041322,0.5082645,0.5123967,0.5082645,0.5,0.49586776,0.49586776,0.48347107,0.46280992,0.43801653,0.44214877,0.446281,0.446281,0.45454547,0.46280992,0.47933885,0.47933885,0.4752066,0.45041323,0.41735536,0.41735536,0.42975205,0.44214877,0.446281,0.44214877,0.4338843,0.45041323,0.446281,0.43801653,0.41735536,0.40495867,0.37190083,0.2892562,0.38429752,0.37603307,0.38429752,0.38429752,0.40495867,0.38842976,0.30578512,0.36363637,0.41322315,0.46280992,0.47107437,0.48347107,0.49586776,0.4752066,0.4752066,0.4876033,0.49586776,0.5082645,0.49173555,0.5247934,0.5041322,0.49586776,0.49586776,0.5,0.47933885,0.4752066,0.47933885,0.48347107,0.4752066,0.45867768,0.41322315,0.41322315,0.3966942,0.4214876,0.41735536,0.44214877,0.43801653,0.4338843,0.43801653,0.42975205,0.41735536,0.40495867,0.4214876,0.42975205,0.45454547,0.45867768,0.46280992,0.45867768,0.45454547,0.44214877,0.41735536,0.4214876,0.41322315,0.42561984,0.4338843,0.42975205,0.42975205,0.43801653,0.41735536,0.42975205,0.40082645,0.38842976,0.30165288,0.1694215,0.37603307,0.38016528,0.38429752,0.38842976,0.38429752,0.4214876,0.3305785,0.29338843,0.40495867,0.42561984,0.446281,0.43801653,0.45041323,0.46694216,0.4752066,0.4752066,0.5041322,0.5165289,0.48347107,0.4752066,0.46694216,0.45867768,0.45041323,0.45454547,0.42975205,0.40082645,0.39256197,0.39256197,0.37190083,0.34710744,0.3181818,0.33471075,0.3305785,0.34710744,0.34710744,0.35123968,0.3553719,0.36363637,0.3677686,0.36363637,0.37190083,0.38429752,0.41322315,0.42561984,0.42561984,0.42975205,0.45454547,0.446281,0.4338843,0.44214877,0.42561984,0.4214876,0.40082645,0.41322315,0.41322315,0.4214876,0.4214876,0.40495867,0.41322315,0.40082645,0.37190083,0.38429752,0.2603306,0.07438017,0.37190083,0.38429752,0.37603307,0.38429752,0.38429752,0.40495867,0.38842976,0.3181818,0.3140496,0.38842976,0.41322315,0.43801653,0.42561984,0.46280992,0.47933885,0.47933885,0.5041322,0.53305787,0.5247934,0.48347107,0.4752066,0.45454547,0.4338843,0.4214876,0.40495867,0.36363637,0.338843,0.3181818,0.29752067,0.29338843,0.2644628,0.28099173,0.3181818,0.3140496,0.29752067,0.29752067,0.30578512,0.33471075,0.338843,0.3553719,0.35950413,0.38016528,0.3966942,0.41735536,0.41735536,0.42975205,0.46280992,0.45454547,0.43801653,0.446281,0.4338843,0.4214876,0.40495867,0.40495867,0.41735536,0.41322315,0.40495867,0.40082645,0.40495867,0.38429752,0.36363637,0.40082645,0.338843,0.0661157,0.3677686,0.38429752,0.37603307,0.38016528,0.38842976,0.39256197,0.3966942,0.3966942,0.32231405,0.2892562,0.38429752,0.4338843,0.4338843,0.45867768,0.47107437,0.4876033,0.5,0.53305787,0.54545456,0.5247934,0.5206612,0.49173555,0.43801653,0.42975205,0.41735536,0.40495867,0.3677686,0.34710744,0.30991736,0.2892562,0.2768595,0.2768595,0.30578512,0.29752067,0.29338843,0.28512397,0.30165288,0.33471075,0.35123968,0.3677686,0.37190083,0.3966942,0.4090909,0.41735536,0.42975205,0.46694216,0.47933885,0.45867768,0.43801653,0.44214877,0.43801653,0.4214876,0.41322315,0.4090909,0.40495867,0.41735536,0.40082645,0.38429752,0.3677686,0.3553719,0.36363637,0.40495867,0.43801653,0.17355372,0.35950413,0.38429752,0.37603307,0.38429752,0.37603307,0.37603307,0.35950413,0.4214876,0.47107437,0.29752067,0.30991736,0.39256197,0.4214876,0.44214877,0.46280992,0.4876033,0.4876033,0.5165289,0.54545456,0.5661157,0.60330576,0.55785125,0.5371901,0.5123967,0.46694216,0.44214877,0.4214876,0.41322315,0.38429752,0.3429752,0.3305785,0.32231405,0.33471075,0.3429752,0.34710744,0.338843,0.37190083,0.36363637,0.37603307,0.3966942,0.40495867,0.42561984,0.44214877,0.45867768,0.47933885,0.5082645,0.5,0.46280992,0.446281,0.43801653,0.44214877,0.4338843,0.42561984,0.4214876,0.4214876,0.40495867,0.38429752,0.38016528,0.3305785,0.34710744,0.39256197,0.4090909,0.49586776,0.36363637,0.36363637,0.38016528,0.36363637,0.38429752,0.37190083,0.36363637,0.33471075,0.49586776,0.5413223,0.4338843,0.2644628,0.30165288,0.37190083,0.4090909,0.45454547,0.48347107,0.4876033,0.5165289,0.56198347,0.57438016,0.6322314,0.6280992,0.6446281,0.59504133,0.55785125,0.5289256,0.5247934,0.53305787,0.5165289,0.4752066,0.4338843,0.41322315,0.4090909,0.40495867,0.38842976,0.38429752,0.46280992,0.45041323,0.4338843,0.45867768,0.47107437,0.48347107,0.49586776,0.5082645,0.5206612,0.53305787,0.5082645,0.4876033,0.44214877,0.45041323,0.42975205,0.43801653,0.42975205,0.41735536,0.4090909,0.37603307,0.35950413,0.3553719,0.32231405,0.3677686,0.41322315,0.37603307,0.54545456,0.5123967,0.36363637,0.37603307,0.38016528,0.37603307,0.37603307,0.30991736,0.2892562,0.69008267,0.59504133,0.5123967,0.37190083,0.23140496,0.2892562,0.3429752,0.40495867,0.45041323,0.4752066,0.5041322,0.53305787,0.58264464,0.607438,0.6322314,0.661157,0.6570248,0.6446281,0.6404959,0.6487603,0.661157,0.6694215,0.6694215,0.61570245,0.5371901,0.5082645,0.49586776,0.5,0.5247934,0.58677685,0.59504133,0.55785125,0.5661157,0.57438016,0.5785124,0.56198347,0.55785125,0.54545456,0.5289256,0.5041322,0.4752066,0.45041323,0.43801653,0.44214877,0.40495867,0.41322315,0.38842976,0.37190083,0.36363637,0.33471075,0.3181818,0.338843,0.38842976,0.41322315,0.338843,0.61157024,0.553719,0.37603307,0.36363637,0.38429752,0.3553719,0.30578512,0.18595041,0.35950413,0.8057851,0.61157024,0.49586776,0.45867768,0.3305785,0.20661157,0.2768595,0.32231405,0.38429752,0.4214876,0.46694216,0.5041322,0.5495868,0.57438016,0.61570245,0.6528926,0.6652893,0.6942149,0.6859504,0.6983471,0.6942149,0.7107438,0.71900827,0.70247936,0.6652893,0.6528926,0.6735537,0.6735537,0.6859504,0.6859504,0.70247936,0.661157,0.6818182,0.6528926,0.6322314,0.61157024,0.58677685,0.56198347,0.5289256,0.49586776,0.46694216,0.43801653,0.446281,0.41322315,0.38016528,0.37603307,0.3553719,0.338843,0.3181818,0.30165288,0.3181818,0.3677686,0.4090909,0.4214876,0.35123968,0.6694215,0.5165289,0.38016528,0.3677686,0.3429752,0.3140496,0.15289256,0.07438017,0.47933885,0.8801653,0.607438,0.47933885,0.4752066,0.41322315,0.26859504,0.21900827,0.23553719,0.28099173,0.34710744,0.4090909,0.4752066,0.5206612,0.5661157,0.59917355,0.6322314,0.6404959,0.6859504,0.6694215,0.6735537,0.6694215,0.6818182,0.677686,0.6694215,0.6446281,0.6404959,0.6404959,0.6570248,0.69008267,0.6652893,0.6859504,0.6652893,0.6942149,0.6652893,0.6280992,0.607438,0.58677685,0.55785125,0.5165289,0.47933885,0.45867768,0.44214877,0.41322315,0.35950413,0.338843,0.338843,0.3181818,0.30991736,0.28099173,0.29752067,0.35123968,0.3966942,0.4214876,0.43801653,0.37190083,0.6198347,0.59090906,12 +0.553719,0.59917355,0.6198347,0.62396693,0.6363636,0.6528926,0.6859504,0.6859504,0.7066116,0.70247936,0.72727275,0.7231405,0.7355372,0.73966944,0.75206614,0.76033056,0.7768595,0.78512394,0.79752064,0.79752064,0.79752064,0.8016529,0.80991733,0.822314,0.822314,0.8181818,0.822314,0.8057851,0.79752064,0.78512394,0.7892562,0.78099173,0.78512394,0.78512394,0.77272725,0.7768595,0.7768595,0.78099173,0.78512394,0.7892562,0.78099173,0.77272725,0.76859504,0.76859504,0.76033056,0.76033056,0.74793386,0.7231405,0.7231405,0.73140496,0.7066116,0.7066116,0.7066116,0.677686,0.6528926,0.6570248,0.6322314,0.61157024,0.5661157,0.5413223,0.5165289,0.5082645,0.5082645,0.5082645,0.553719,0.59504133,0.61570245,0.61570245,0.6404959,0.6570248,0.677686,0.6942149,0.7066116,0.71900827,0.72727275,0.7355372,0.75206614,0.74380165,0.77272725,0.7644628,0.78512394,0.7892562,0.79752064,0.79752064,0.79752064,0.8057851,0.80991733,0.8181818,0.8181818,0.8181818,0.80991733,0.8057851,0.8016529,0.78512394,0.78099173,0.78512394,0.78099173,0.78099173,0.78099173,0.7768595,0.78099173,0.78512394,0.78512394,0.7933884,0.78099173,0.77272725,0.76033056,0.75206614,0.74793386,0.75206614,0.74380165,0.71900827,0.71900827,0.72727275,0.71487606,0.71487606,0.6942149,0.6818182,0.661157,0.6528926,0.6280992,0.607438,0.57024795,0.553719,0.5041322,0.49586776,0.5041322,0.49586776,0.55785125,0.59090906,0.61157024,0.61570245,0.6363636,0.6528926,0.6735537,0.70247936,0.71900827,0.73140496,0.7355372,0.75619835,0.75206614,0.75619835,0.7768595,0.76859504,0.7768595,0.78512394,0.7892562,0.7933884,0.78512394,0.7933884,0.79752064,0.8016529,0.8057851,0.8057851,0.8057851,0.8016529,0.79752064,0.78099173,0.7768595,0.7644628,0.7644628,0.7768595,0.78512394,0.78099173,0.7892562,0.78099173,0.78099173,0.7933884,0.78512394,0.76859504,0.75619835,0.73966944,0.73140496,0.73966944,0.73140496,0.71900827,0.71900827,0.71487606,0.71900827,0.7107438,0.6942149,0.69008267,0.6694215,0.6570248,0.62396693,0.60330576,0.56198347,0.5371901,0.5041322,0.49173555,0.49586776,0.4876033,0.5661157,0.58677685,0.60330576,0.607438,0.6280992,0.6528926,0.677686,0.7066116,0.73140496,0.74380165,0.74793386,0.75206614,0.76859504,0.77272725,0.78099173,0.78099173,0.76859504,0.77272725,0.78099173,0.7892562,0.78099173,0.78512394,0.7768595,0.78099173,0.7892562,0.78512394,0.78099173,0.78512394,0.78512394,0.7768595,0.7644628,0.74793386,0.75206614,0.77272725,0.78099173,0.78099173,0.78099173,0.77272725,0.7768595,0.7768595,0.76859504,0.76033056,0.75206614,0.7355372,0.73140496,0.7355372,0.72727275,0.71487606,0.71900827,0.71900827,0.71900827,0.72727275,0.71900827,0.7107438,0.6942149,0.6735537,0.6363636,0.61157024,0.55785125,0.5371901,0.5,0.49173555,0.4876033,0.48347107,0.57024795,0.59090906,0.59090906,0.60330576,0.62396693,0.6694215,0.7066116,0.72727275,0.74793386,0.76033056,0.76859504,0.76859504,0.76859504,0.7768595,0.7892562,0.7933884,0.7768595,0.7644628,0.77272725,0.7892562,0.7768595,0.7768595,0.7644628,0.7644628,0.78099173,0.7768595,0.76859504,0.76859504,0.77272725,0.77272725,0.76033056,0.75619835,0.7644628,0.7768595,0.7768595,0.76859504,0.77272725,0.75619835,0.75619835,0.75206614,0.74380165,0.7355372,0.6983471,0.6983471,0.70247936,0.71900827,0.72727275,0.71900827,0.72727275,0.7231405,0.7355372,0.74380165,0.74380165,0.7231405,0.70247936,0.69008267,0.6652893,0.6404959,0.5785124,0.53305787,0.5,0.48347107,0.4752066,0.48347107,0.58264464,0.59504133,0.59504133,0.58677685,0.62396693,0.6735537,0.72727275,0.73966944,0.74380165,0.74380165,0.75206614,0.7644628,0.76033056,0.75619835,0.76859504,0.78099173,0.7644628,0.73966944,0.74380165,0.75619835,0.76033056,0.76859504,0.76033056,0.75619835,0.77272725,0.7644628,0.73966944,0.75206614,0.7644628,0.7644628,0.75619835,0.76033056,0.7644628,0.76859504,0.76859504,0.75206614,0.74380165,0.72727275,0.7231405,0.71487606,0.7107438,0.71487606,0.70247936,0.6859504,0.6983471,0.7107438,0.7231405,0.71900827,0.73140496,0.7355372,0.7355372,0.74380165,0.72727275,0.71487606,0.69008267,0.677686,0.677686,0.6487603,0.59917355,0.54545456,0.5123967,0.48347107,0.46694216,0.4752066,0.59090906,0.58264464,0.59917355,0.607438,0.6280992,0.677686,0.71487606,0.73966944,0.72727275,0.7107438,0.70247936,0.6983471,0.71900827,0.70247936,0.7107438,0.73140496,0.7355372,0.7231405,0.7107438,0.71900827,0.74380165,0.75619835,0.75619835,0.74793386,0.76033056,0.74793386,0.74793386,0.75206614,0.7644628,0.75619835,0.74380165,0.74793386,0.75619835,0.7644628,0.75619835,0.73966944,0.7355372,0.7231405,0.7107438,0.70247936,0.6942149,0.69008267,0.70247936,0.69008267,0.6983471,0.6983471,0.70247936,0.7107438,0.70247936,0.72727275,0.70247936,0.6942149,0.6735537,0.661157,0.6528926,0.6322314,0.6280992,0.6322314,0.59917355,0.55785125,0.5123967,0.47933885,0.46280992,0.47107437,0.58677685,0.58677685,0.58264464,0.61157024,0.61570245,0.6570248,0.6652893,0.6942149,0.6859504,0.661157,0.6528926,0.6363636,0.6528926,0.6280992,0.61157024,0.6404959,0.6570248,0.6487603,0.6446281,0.6570248,0.6859504,0.71487606,0.7355372,0.7355372,0.74380165,0.73966944,0.7355372,0.74793386,0.75206614,0.75619835,0.73140496,0.73140496,0.7355372,0.74793386,0.74793386,0.7355372,0.71900827,0.70247936,0.6942149,0.69008267,0.6859504,0.677686,0.6818182,0.69008267,0.6942149,0.661157,0.6528926,0.6487603,0.6322314,0.6322314,0.6446281,0.61570245,0.59917355,0.60330576,0.59917355,0.59504133,0.59090906,0.57438016,0.5661157,0.553719,0.5165289,0.4876033,0.46280992,0.45454547,0.59504133,0.58677685,0.5785124,0.60330576,0.61157024,0.6322314,0.6198347,0.6363636,0.6404959,0.6404959,0.6198347,0.60330576,0.59917355,0.55785125,0.5247934,0.54545456,0.5495868,0.5371901,0.5247934,0.5413223,0.58264464,0.6198347,0.6528926,0.6818182,0.70247936,0.71900827,0.71900827,0.7231405,0.72727275,0.72727275,0.71487606,0.6942149,0.7066116,0.7231405,0.72727275,0.71900827,0.6942149,0.677686,0.6694215,0.6570248,0.6652893,0.6528926,0.62396693,0.6280992,0.6280992,0.59917355,0.5661157,0.5371901,0.5165289,0.5123967,0.5371901,0.5413223,0.5413223,0.57024795,0.5495868,0.55785125,0.553719,0.53305787,0.5289256,0.5206612,0.5165289,0.48347107,0.46694216,0.46280992,0.59917355,0.59504133,0.58677685,0.59504133,0.59917355,0.607438,0.59917355,0.57024795,0.58677685,0.61570245,0.59504133,0.57024795,0.57024795,0.5371901,0.4876033,0.4752066,0.46280992,0.45454547,0.46694216,0.47933885,0.49586776,0.5165289,0.553719,0.59090906,0.6446281,0.677686,0.677686,0.6818182,0.69008267,0.6942149,0.6983471,0.69008267,0.7066116,0.69008267,0.6818182,0.6859504,0.661157,0.6404959,0.62396693,0.59504133,0.59090906,0.5661157,0.53305787,0.5247934,0.5247934,0.5123967,0.48347107,0.46280992,0.45867768,0.46280992,0.47107437,0.4752066,0.48347107,0.5289256,0.54545456,0.54545456,0.53305787,0.5123967,0.5041322,0.5041322,0.5082645,0.47933885,0.46694216,0.45867768,0.59917355,0.60330576,0.59917355,0.59090906,0.57438016,0.5661157,0.57024795,0.553719,0.56198347,0.6570248,0.6570248,0.56198347,0.5247934,0.5247934,0.46694216,0.48347107,0.5413223,0.45454547,0.42561984,0.45454547,0.446281,0.42975205,0.45454547,0.49586776,0.55785125,0.56198347,0.553719,0.5206612,0.5247934,0.54545456,0.53305787,0.5413223,0.58264464,0.5785124,0.59917355,0.57438016,0.5495868,0.5123967,0.4876033,0.46694216,0.49173555,0.47107437,0.446281,0.42561984,0.4090909,0.40495867,0.38842976,0.39256197,0.41322315,0.42975205,0.446281,0.42561984,0.4214876,0.446281,0.45454547,0.46280992,0.47107437,0.4752066,0.47933885,0.5,0.49586776,0.4752066,0.45867768,0.45454547,0.59917355,0.62396693,0.61570245,0.57024795,0.5371901,0.5165289,0.5247934,0.6322314,0.71487606,0.73966944,0.73140496,0.6198347,0.58264464,0.58677685,0.5371901,0.47933885,0.48347107,0.47107437,0.42561984,0.3966942,0.39256197,0.40082645,0.41735536,0.43801653,0.45041323,0.45867768,0.46694216,0.43801653,0.41322315,0.4876033,0.5661157,0.58677685,0.607438,0.59504133,0.59504133,0.57024795,0.5206612,0.446281,0.40082645,0.38429752,0.38429752,0.40495867,0.3966942,0.38016528,0.3553719,0.35123968,0.3553719,0.3429752,0.36363637,0.38842976,0.41735536,0.42975205,0.4338843,0.446281,0.4338843,0.42975205,0.42561984,0.4338843,0.44214877,0.5,0.49586776,0.4752066,0.45867768,0.45867768,0.6280992,0.6198347,0.61157024,0.5371901,0.47107437,0.446281,0.44214877,0.47933885,0.5413223,0.59090906,0.6322314,0.6570248,0.6735537,0.661157,0.6404959,0.59917355,0.5371901,0.47107437,0.42975205,0.39256197,0.38016528,0.37190083,0.4090909,0.47933885,0.5123967,0.53305787,0.5247934,0.56198347,0.5289256,0.45454547,0.55785125,0.677686,0.6859504,0.6735537,0.6570248,0.62396693,0.5041322,0.41735536,0.43801653,0.45867768,0.46280992,0.446281,0.4214876,0.38842976,0.35123968,0.3140496,0.3429752,0.33471075,0.35950413,0.40082645,0.446281,0.46280992,0.47107437,0.48347107,0.48347107,0.48347107,0.47933885,0.48347107,0.45454547,0.49173555,0.5082645,0.45041323,0.446281,0.47107437,0.6322314,0.62396693,0.57024795,0.5165289,0.5,0.47933885,0.46280992,0.5041322,0.57438016,0.6198347,0.6280992,0.6280992,0.6363636,0.62396693,0.6198347,0.60330576,0.5495868,0.4752066,0.4090909,0.38016528,0.3677686,0.36363637,0.41735536,0.44214877,0.4338843,0.45867768,0.48347107,0.5661157,0.6198347,0.5165289,0.5371901,0.73140496,0.74793386,0.7231405,0.6859504,0.61570245,0.47933885,0.42975205,0.46694216,0.46280992,0.45041323,0.46280992,0.5,0.5165289,0.42561984,0.3305785,0.32231405,0.40082645,0.42561984,0.446281,0.48347107,0.49173555,0.5082645,0.5413223,0.6198347,0.55785125,0.46694216,0.446281,0.446281,0.45867768,0.4876033,0.49586776,0.41322315,0.40082645,0.61157024,0.57438016,0.5289256,0.5495868,0.5661157,0.5206612,0.446281,0.53305787,0.58264464,0.59504133,0.5661157,0.5123967,0.46280992,0.41322315,0.3677686,0.3429752,0.32231405,0.32231405,0.29752067,0.29338843,0.28512397,0.28099173,0.338843,0.37190083,0.36363637,0.38429752,0.4214876,0.5371901,0.61157024,0.5041322,0.42561984,0.6942149,0.73140496,0.7107438,0.677686,0.58677685,0.446281,0.42975205,0.46280992,0.42561984,0.3966942,0.42561984,0.5,0.5206612,0.43801653,0.28099173,0.26859504,0.29752067,0.35123968,0.3429752,0.40495867,0.43801653,0.46280992,0.49173555,0.5123967,0.5206612,0.47933885,0.45041323,0.42561984,0.42975205,0.47107437,0.49586776,0.47933885,0.38016528,0.5785124,0.5289256,0.56198347,0.60330576,0.58677685,0.54545456,0.5,0.553719,0.5661157,0.49173555,0.45867768,0.40495867,0.36363637,0.3264463,0.2644628,0.23553719,0.23140496,0.21900827,0.2231405,0.22727273,0.2603306,0.2603306,0.25619835,0.2892562,0.32231405,0.3264463,0.34710744,0.48347107,0.57024795,0.5123967,0.40082645,0.5082645,0.6198347,0.60330576,0.56198347,0.5,0.41735536,0.42975205,0.42561984,0.34710744,0.29752067,0.2892562,0.3140496,0.33471075,0.3181818,0.24380165,0.2231405,0.2107438,0.23553719,0.21487603,0.2644628,0.3305785,0.39256197,0.37603307,0.4090909,0.46280992,0.49586776,0.47933885,0.43801653,0.42975205,0.45454547,0.5,0.46280992,0.3429752,0.5247934,0.5123967,0.59504133,0.6322314,0.59504133,0.54545456,0.53305787,0.5165289,0.46694216,0.3966942,0.36363637,0.34710744,0.38429752,0.4214876,0.27272728,0.2231405,0.24380165,0.1983471,0.21487603,0.24793388,0.3181818,0.30991736,0.30165288,0.28512397,0.29752067,0.30165288,0.2892562,0.4090909,0.5371901,0.48347107,0.4214876,0.5123967,0.61570245,0.61570245,0.58264464,0.47933885,0.38842976,0.41322315,0.37603307,0.28099173,0.2520661,0.2520661,0.25619835,0.28512397,0.30578512,0.27272728,0.23553719,0.20247933,0.2231405,0.2231405,0.21900827,0.3264463,0.2892562,0.3429752,0.30165288,0.338843,0.45041323,0.4752066,0.45454547,0.4338843,0.45867768,0.5,0.47933885,0.2892562,0.46280992,0.4752066,0.59917355,0.6446281,0.607438,0.553719,0.5165289,0.47107437,0.40082645,0.37603307,0.35123968,0.35950413,0.49586776,0.5413223,0.35123968,0.2603306,0.25619835,0.23553719,0.2644628,0.3140496,0.41735536,0.3966942,0.3181818,0.29752067,0.30991736,0.3305785,0.30991736,0.35123968,0.47933885,0.4338843,0.3966942,0.53305787,0.6528926,0.6487603,0.6198347,0.5413223,0.41735536,0.38016528,0.3429752,0.29752067,0.27272728,0.28512397,0.29752067,0.34710744,0.37603307,0.30578512,0.23966943,0.2231405,0.21487603,0.24793388,0.29338843,0.41322315,0.40495867,0.28512397,0.30578512,0.2892562,0.338843,0.42561984,0.45041323,0.43801653,0.46694216,0.5082645,0.49586776,0.3305785,0.45867768,0.44214877,0.5785124,0.6487603,0.6198347,0.59504133,0.54545456,0.47933885,0.45041323,0.45041323,0.48347107,0.49586776,0.5289256,0.5785124,0.47107437,0.36363637,0.34710744,0.32231405,0.34710744,0.4090909,0.4752066,0.41735536,0.36363637,0.3429752,0.3264463,0.37603307,0.39256197,0.41322315,0.45041323,0.4338843,0.5082645,0.6280992,0.6942149,0.6818182,0.6487603,0.5413223,0.46280992,0.446281,0.35950413,0.3553719,0.29338843,0.30578512,0.32231405,0.37190083,0.41322315,0.38429752,0.30165288,0.2644628,0.2644628,0.30578512,0.39256197,0.47933885,0.45454547,0.38429752,0.3429752,0.3429752,0.338843,0.35950413,0.43801653,0.45041323,0.46280992,0.5247934,0.49586776,0.36363637,0.45041323,0.46694216,0.553719,0.6528926,0.6487603,0.61570245,0.60330576,0.57438016,0.55785125,0.5495868,0.5661157,0.59090906,0.6280992,0.6528926,0.62396693,0.56198347,0.5,0.48347107,0.5165289,0.5165289,0.5082645,0.48347107,0.4214876,0.4090909,0.4214876,0.43801653,0.46694216,0.5123967,0.47933885,0.46280992,0.62396693,0.7644628,0.8016529,0.77272725,0.73966944,0.60330576,0.48347107,0.49586776,0.46694216,0.40495867,0.32231405,0.32231405,0.3429752,0.3966942,0.4338843,0.4752066,0.44214877,0.38842976,0.4090909,0.446281,0.5165289,0.5413223,0.5041322,0.46694216,0.45454547,0.44214877,0.41322315,0.3966942,0.43801653,0.45867768,0.4752066,0.5,0.5082645,0.40082645,0.42561984,0.5413223,0.54545456,0.6404959,0.661157,0.6652893,0.6528926,0.6487603,0.6363636,0.61570245,0.59504133,0.58677685,0.59090906,0.62396693,0.6487603,0.6446281,0.61157024,0.57024795,0.5371901,0.5165289,0.44214877,0.45041323,0.42975205,0.46694216,0.47107437,0.5082645,0.56198347,0.58677685,0.5082645,0.49173555,0.6735537,0.7892562,0.8140496,0.7933884,0.77272725,0.6363636,0.48347107,0.5,0.5,0.41735536,0.37603307,0.3429752,0.35123968,0.4338843,0.47107437,0.54545456,0.58677685,0.553719,0.5371901,0.553719,0.56198347,0.55785125,0.5371901,0.5247934,0.5165289,0.5123967,0.4876033,0.46280992,0.45867768,0.47107437,0.4876033,0.4752066,0.5,0.43801653,0.42561984,0.57024795,0.57024795,0.607438,0.6735537,0.6983471,0.6983471,0.6818182,0.6735537,0.6446281,0.61570245,0.6198347,0.6280992,0.62396693,0.6198347,0.60330576,0.59090906,0.5661157,0.5041322,0.46280992,0.44214877,0.48347107,0.5,0.5206612,0.5082645,0.5661157,0.6487603,0.6198347,0.4876033,0.5165289,0.6983471,0.78099173,0.8181818,0.79752064,0.7768595,0.6652893,0.47107437,0.45041323,0.5,0.45041323,0.3966942,0.40082645,0.40082645,0.4214876,0.45867768,0.5165289,0.55785125,0.5661157,0.57024795,0.59917355,0.59917355,0.6198347,0.60330576,0.58264464,0.5495868,0.5247934,0.5165289,0.49586776,0.5,0.5041322,0.4876033,0.45867768,0.49586776,0.44214877,0.43801653,0.55785125,0.58264464,0.59090906,0.661157,0.6983471,0.7107438,0.70247936,0.69008267,0.6652893,0.6528926,0.6570248,0.6487603,0.661157,0.6446281,0.607438,0.5785124,0.5661157,0.553719,0.56198347,0.57438016,0.5661157,0.5371901,0.5413223,0.5785124,0.661157,0.6570248,0.5247934,0.37603307,0.5123967,0.6983471,0.7644628,0.8181818,0.8057851,0.78512394,0.70247936,0.49173555,0.38016528,0.4338843,0.45867768,0.42561984,0.40495867,0.42561984,0.49173555,0.5,0.5082645,0.5495868,0.54545456,0.55785125,0.60330576,0.59917355,0.61157024,0.607438,0.58264464,0.553719,0.53305787,0.5289256,0.5247934,0.5289256,0.5165289,0.4752066,0.45454547,0.5,0.43801653,0.4876033,0.55785125,0.59917355,0.60330576,0.6363636,0.6942149,0.7066116,0.7066116,0.6942149,0.6735537,0.6735537,0.677686,0.6694215,0.6652893,0.6487603,0.6446281,0.6487603,0.6570248,0.6528926,0.6280992,0.59090906,0.553719,0.5413223,0.59504133,0.6735537,0.7066116,0.59917355,0.37190083,0.3264463,0.5413223,0.6694215,0.7355372,0.8140496,0.8140496,0.7768595,0.6942149,0.53305787,0.37190083,0.3264463,0.40082645,0.446281,0.41735536,0.42975205,0.4876033,0.5413223,0.5413223,0.5495868,0.5495868,0.5413223,0.54545456,0.5661157,0.5785124,0.59917355,0.58264464,0.57024795,0.54545456,0.5371901,0.56198347,0.56198347,0.5206612,0.48347107,0.48347107,0.5,0.44214877,0.5413223,0.56198347,0.59917355,0.61157024,0.6280992,0.677686,0.71487606,0.71487606,0.6983471,0.677686,0.6652893,0.7066116,0.7107438,0.71900827,0.72727275,0.73140496,0.7231405,0.6983471,0.661157,0.62396693,0.58264464,0.55785125,0.59917355,0.69008267,0.72727275,0.6859504,0.5371901,0.338843,0.40082645,0.553719,0.6528926,0.72727275,0.80991733,0.8140496,0.78099173,0.6983471,0.5495868,0.42975205,0.3553719,0.36363637,0.42975205,0.46694216,0.46280992,0.4876033,0.5289256,0.55785125,0.57438016,0.58677685,0.59917355,0.59090906,0.58264464,0.5785124,0.58677685,0.59090906,0.59504133,0.607438,0.61570245,0.60330576,0.58677685,0.5289256,0.5165289,0.5082645,0.49586776,0.44214877,0.58264464,0.5785124,0.59504133,0.6198347,0.6280992,0.6652893,0.71900827,0.7355372,0.72727275,0.6983471,0.6942149,0.73966944,0.74380165,0.73966944,0.74380165,0.73140496,0.6942149,0.6446281,0.6280992,0.61157024,0.61157024,0.6322314,0.677686,0.71900827,0.69008267,0.59917355,0.5,0.446281,0.49586776,0.59504133,0.6528926,0.72727275,0.80991733,0.8140496,0.7892562,0.71900827,0.57024795,0.45454547,0.446281,0.3966942,0.3966942,0.48347107,0.53305787,0.5495868,0.56198347,0.57438016,0.56198347,0.57024795,0.57438016,0.59504133,0.607438,0.61570245,0.61570245,0.6363636,0.6363636,0.6528926,0.661157,0.6859504,0.60330576,0.56198347,0.56198347,0.5247934,0.4876033,0.43801653,0.60330576,0.61157024,0.59917355,0.6280992,0.6198347,0.6280992,0.6818182,0.71900827,0.7355372,0.73966944,0.72727275,0.7355372,0.74793386,0.73140496,0.71487606,0.677686,0.6528926,0.6280992,0.6322314,0.6694215,0.6859504,0.7066116,0.70247936,0.6859504,0.6198347,0.5371901,0.5289256,0.54545456,0.56198347,0.62396693,0.6694215,0.7355372,0.8057851,0.80991733,0.78512394,0.73140496,0.61570245,0.48347107,0.47933885,0.45041323,0.37603307,0.4752066,0.5371901,0.60330576,0.6363636,0.6446281,0.6198347,0.607438,0.58677685,0.58677685,0.58677685,0.607438,0.6322314,0.661157,0.6818182,0.69008267,0.6735537,0.6570248,0.59917355,0.607438,0.58677685,0.5371901,0.47933885,0.44214877,0.56198347,0.6198347,0.58264464,0.6280992,0.6280992,0.59917355,0.61570245,0.6694215,0.73140496,0.76859504,0.76859504,0.74793386,0.73966944,0.73140496,0.7066116,0.6818182,0.6859504,0.6859504,0.7107438,0.71900827,0.71487606,0.71487606,0.677686,0.6363636,0.5495868,0.5082645,0.5495868,0.57438016,0.61570245,0.6446281,0.677686,0.73140496,0.7892562,0.79752064,0.79752064,0.76033056,0.661157,0.553719,0.47933885,0.4752066,0.3966942,0.40495867,0.5165289,0.58677685,0.6363636,0.6735537,0.677686,0.6570248,0.6363636,0.6363636,0.6280992,0.6280992,0.6570248,0.6735537,0.6859504,0.6735537,0.6404959,0.6198347,0.59504133,0.607438,0.58264464,0.5371901,0.4876033,0.45041323,0.49173555,0.61157024,0.57438016,0.6322314,0.6280992,0.59504133,0.57438016,0.61157024,0.6694215,0.73966944,0.74380165,0.7231405,0.7066116,0.7066116,0.70247936,0.7066116,0.72727275,0.73966944,0.73966944,0.7231405,0.72727275,0.6942149,0.6570248,0.57024795,0.5082645,0.53305787,0.5289256,0.57024795,0.6446281,0.6735537,0.6818182,0.72727275,0.7768595,0.8016529,0.7892562,0.77272725,0.70247936,0.607438,0.5371901,0.5041322,0.47933885,0.38842976,0.43801653,0.553719,0.6198347,0.661157,0.6859504,0.6818182,0.6735537,0.6570248,0.6528926,0.6487603,0.6570248,0.6487603,0.6322314,0.6280992,0.61570245,0.60330576,0.59090906,0.59090906,0.57024795,0.5289256,0.47933885,0.49586776,0.45867768,0.55785125,0.61157024,0.61570245,0.6404959,0.59090906,0.55785125,0.59090906,0.6528926,0.70247936,0.71487606,0.7066116,0.6818182,0.69008267,0.70247936,0.7107438,0.71900827,0.71900827,0.71900827,0.71900827,0.7066116,0.6735537,0.58677685,0.5289256,0.5413223,0.54545456,0.5247934,0.62396693,0.6859504,0.6983471,0.7107438,0.7355372,0.78099173,0.79752064,0.78512394,0.7768595,0.73966944,0.6570248,0.5785124,0.53305787,0.5206612,0.5247934,0.42561984,0.4876033,0.61570245,0.6404959,0.677686,0.6735537,0.677686,0.6652893,0.6570248,0.6404959,0.6446281,0.6280992,0.59090906,0.58264464,0.58264464,0.58677685,0.57438016,0.57024795,0.55785125,0.5289256,0.5206612,0.58677685,0.5165289,0.4876033,0.60330576,0.6487603,0.6528926,0.62396693,0.58264464,0.60330576,0.6570248,0.6652893,0.6818182,0.6818182,0.6694215,0.6735537,0.69008267,0.6983471,0.6859504,0.69008267,0.6942149,0.6983471,0.6818182,0.61570245,0.5371901,0.57438016,0.55785125,0.5082645,0.5661157,0.6735537,0.6942149,0.70247936,0.73140496,0.77272725,0.7892562,0.79752064,0.7892562,0.7768595,0.7644628,0.70247936,0.61157024,0.53305787,0.5206612,0.5495868,0.53305787,0.47933885,0.53305787,0.6280992,0.6652893,0.6446281,0.6446281,0.6363636,0.6446281,0.6198347,0.61570245,0.60330576,0.57024795,0.57024795,0.57024795,0.56198347,0.5371901,0.5495868,0.56198347,0.58677685,0.6446281,0.62396693,0.5371901,0.55785125,0.5371901,0.62396693,0.6818182,0.6528926,0.61570245,0.62396693,0.661157,0.6487603,0.6446281,0.6528926,0.6528926,0.6446281,0.677686,0.6859504,0.677686,0.6818182,0.6859504,0.677686,0.62396693,0.57438016,0.57024795,0.57438016,0.5041322,0.5165289,0.607438,0.6818182,0.69008267,0.70247936,0.7231405,0.77272725,0.79752064,0.8016529,0.7933884,0.77272725,0.76033056,0.7066116,0.6363636,0.5495868,0.5041322,0.5123967,0.5661157,0.57438016,0.5206612,0.5371901,0.6570248,0.6528926,0.6487603,0.6404959,0.6280992,0.61570245,0.59504133,0.58264464,0.553719,0.5785124,0.58677685,0.57438016,0.55785125,0.58677685,0.6487603,0.7066116,0.6818182,0.5371901,0.5123967,0.57438016,0.57438016,0.5661157,0.60330576,0.6735537,0.6735537,0.6446281,0.6446281,0.6322314,0.6322314,0.6280992,0.6280992,0.6322314,0.661157,0.69008267,0.6983471,0.7107438,0.6818182,0.6322314,0.59090906,0.59090906,0.5661157,0.5289256,0.4876033,0.54545456,0.6446281,0.6818182,0.69008267,0.6983471,0.71900827,0.7768595,0.79752064,0.8016529,0.78099173,0.76859504,0.75206614,0.6942149,0.6404959,0.58264464,0.5247934,0.5082645,0.5165289,0.56198347,0.58264464,0.5661157,0.5206612,0.6280992,0.6735537,0.6570248,0.6363636,0.61570245,0.58264464,0.56198347,0.55785125,0.5661157,0.60330576,0.6280992,0.6652893,0.71487606,0.7231405,0.6652893,0.5371901,0.47933885,0.5123967,0.5371901,0.59504133,0.61157024,0.58677685,0.5661157,0.61570245,0.7066116,0.6818182,0.6652893,0.677686,0.6818182,0.69008267,0.7107438,0.75206614,0.79752064,0.75619835,0.6818182,0.6446281,0.60330576,0.59090906,0.5785124,0.5123967,0.46694216,0.49173555,0.607438,0.6694215,0.69008267,0.6859504,0.6859504,0.7231405,0.7768595,0.8057851,0.7892562,0.7644628,0.75206614,0.73966944,0.6735537,0.6404959,0.58677685,0.553719,0.5413223,0.5123967,0.49173555,0.5371901,0.5785124,0.5785124,0.5123967,0.56198347,0.6404959,0.6446281,0.7066116,0.74380165,0.73966944,0.70247936,0.70247936,0.7231405,0.70247936,0.677686,0.6528926,0.5785124,0.5247934,0.49586776,0.47933885,0.5123967,0.5289256,0.5661157,0.61570245,0.6280992,0.61157024,0.553719,0.5,0.56198347,0.61570245,0.60330576,0.58677685,0.61157024,0.6198347,0.5785124,0.5661157,0.58264464,0.59090906,0.6198347,0.60330576,0.57024795,0.5413223,0.4876033,0.446281,0.53305787,0.6528926,0.69008267,0.69008267,0.6735537,0.6735537,0.71900827,0.7768595,0.79752064,0.7768595,0.76033056,0.7355372,0.70247936,0.661157,0.61157024,0.59917355,0.553719,0.55785125,0.5495868,0.45867768,0.47107437,0.5247934,0.53305787,0.54545456,0.5371901,0.5247934,0.53305787,0.5661157,0.53305787,0.54545456,0.607438,0.61157024,0.59917355,0.5785124,0.53305787,0.54545456,0.5247934,0.5,0.47107437,0.4752066,0.5165289,0.5289256,0.553719,0.59504133,0.61570245,0.6404959,0.6198347,0.58677685,0.5,0.4338843,0.4338843,0.49173555,0.55785125,0.59090906,0.59504133,0.6198347,0.60330576,0.59090906,0.58677685,0.56198347,0.5289256,0.49173555,0.45041323,0.46694216,0.58264464,0.6735537,0.69008267,0.6859504,0.6652893,0.6652893,0.7066116,0.76859504,0.7933884,0.76033056,0.74793386,0.7231405,0.6818182,0.6280992,0.59917355,0.58677685,0.55785125,0.5371901,0.56198347,0.446281,0.41322315,0.46694216,0.49586776,0.5123967,0.5206612,0.5165289,0.49173555,0.4876033,0.49173555,0.48347107,0.45454547,0.45867768,0.5,0.53305787,0.5371901,0.5247934,0.5123967,0.49586776,0.47107437,0.47107437,0.5165289,0.5247934,0.5495868,0.57024795,0.58264464,0.6322314,0.62396693,0.59917355,0.55785125,0.5413223,0.53305787,0.5371901,0.54545456,0.5495868,0.5495868,0.56198347,0.55785125,0.5661157,0.54545456,0.5247934,0.4876033,0.45867768,0.42561984,0.48347107,0.61157024,0.6694215,0.6859504,0.6818182,0.6487603,0.6487603,0.70247936,0.74793386,0.76859504,0.7355372,0.71900827,0.70247936,0.6528926,0.59090906,0.57438016,0.56198347,0.5495868,0.5041322,0.5247934,0.45041323,0.3553719,0.41735536,0.46694216,0.49586776,0.4876033,0.4876033,0.48347107,0.49173555,0.49173555,0.4876033,0.47933885,0.47933885,0.5206612,0.54545456,0.5371901,0.5123967,0.5,0.4876033,0.47107437,0.45867768,0.53305787,0.5289256,0.53305787,0.55785125,0.54545456,0.61157024,0.58677685,0.57024795,0.5413223,0.5165289,0.5206612,0.5165289,0.5206612,0.5165289,0.53305787,0.53305787,0.53305787,0.53305787,0.5165289,0.5,0.46280992,0.47933885,0.446281,0.5082645,0.58264464,0.6280992,0.6570248,0.661157,0.6322314,0.6446281,0.6487603,0.69008267,0.7066116,0.6942149,0.69008267,0.6735537,0.62396693,0.57438016,0.553719,0.53305787,0.5082645,0.4752066,0.46694216,0.42975205,0.3553719,0.35950413,0.45454547,0.46694216,0.4752066,0.45041323,0.45867768,0.46280992,0.47933885,0.49173555,0.4876033,0.47933885,0.5123967,0.5371901,0.5206612,0.5041322,0.49586776,0.47107437,0.46694216,0.43801653,0.5371901,0.5289256,0.5289256,0.5371901,0.5413223,0.59504133,0.5785124,0.54545456,0.5413223,0.4876033,0.5,0.49586776,0.5082645,0.49586776,0.5123967,0.5082645,0.5123967,0.5165289,0.5041322,0.5,0.5082645,0.53305787,0.5413223,0.5371901,0.53305787,0.5206612,0.54545456,0.57438016,0.5661157,0.57438016,0.59504133,0.61570245,0.6446281,0.6528926,0.6404959,0.6198347,0.56198347,0.5041322,0.47933885,0.45867768,0.41735536,0.38429752,0.38842976,0.40495867,0.37190083,0.39256197,0.44214877,0.4752066,0.49173555,0.446281,0.46280992,0.45041323,0.46280992,0.47933885,0.47933885,0.48347107,0.5123967,0.5206612,0.5082645,0.49586776,0.48347107,0.48347107,0.46280992,0.45041323,0.53305787,0.5247934,0.5371901,0.53305787,0.5247934,0.55785125,0.5785124,0.553719,0.5495868,0.47933885,0.47933885,0.46694216,0.4876033,0.4876033,0.5082645,0.5082645,0.5206612,0.5289256,0.53305787,0.5413223,0.5785124,0.607438,0.6280992,0.61157024,0.5165289,0.4214876,0.35950413,0.38016528,0.45867768,0.46694216,0.5289256,0.54545456,0.5413223,0.5785124,0.55785125,0.5289256,0.45867768,0.41735536,0.37190083,0.3181818,0.28512397,0.29752067,0.34710744,0.41322315,0.41735536,0.42561984,0.45867768,0.49586776,0.5041322,0.49173555,0.47933885,0.4876033,0.47933885,0.48347107,0.49173555,0.5041322,0.5041322,0.49586776,0.5041322,0.48347107,0.46280992,0.46694216,0.45867768,0.45041323,0.5371901,0.5247934,0.5247934,0.5371901,0.5206612,0.5413223,0.5661157,0.553719,0.54545456,0.5041322,0.48347107,0.46694216,0.46694216,0.4752066,0.5041322,0.5495868,0.5661157,0.5785124,0.59917355,0.62396693,0.6570248,0.6652893,0.6859504,0.6859504,0.61157024,0.45867768,0.30991736,0.22727273,0.24793388,0.38429752,0.4338843,0.46280992,0.44214877,0.47933885,0.45867768,0.44214877,0.40082645,0.35950413,0.2892562,0.2520661,0.24380165,0.3305785,0.4214876,0.46280992,0.45867768,0.45867768,0.49586776,0.5206612,0.5247934,0.5289256,0.5247934,0.5165289,0.5041322,0.49173555,0.5,0.5082645,0.49586776,0.47933885,0.49173555,0.46280992,0.45454547,0.45454547,0.45867768,0.45454547,0.5371901,0.5289256,0.5206612,0.5371901,0.53305787,0.53305787,0.5495868,0.55785125,0.553719,0.53305787,0.5165289,0.5041322,0.49586776,0.5413223,0.54545456,0.59917355,0.6322314,0.6487603,0.6487603,0.6694215,0.69008267,0.69008267,0.6983471,0.7066116,0.677686,0.57438016,0.3966942,0.2644628,0.2107438,0.2520661,0.3264463,0.3429752,0.35123968,0.35123968,0.35123968,0.35950413,0.34710744,0.3264463,0.27272728,0.29752067,0.338843,0.41322315,0.47933885,0.4876033,0.47933885,0.48347107,0.5041322,0.5371901,0.553719,0.54545456,0.5413223,0.5289256,0.5247934,0.5041322,0.5,0.5,0.49173555,0.47933885,0.4876033,0.46280992,0.45041323,0.45454547,0.46280992,0.45454547,0.53305787,0.53305787,0.53305787,0.5495868,0.5495868,0.5413223,0.5495868,0.5661157,0.5661157,0.55785125,0.55785125,0.54545456,0.55785125,0.59090906,0.61157024,0.6363636,0.6694215,0.69008267,0.6818182,0.6942149,0.7066116,0.7231405,0.71487606,0.7107438,0.6859504,0.6570248,0.553719,0.41735536,0.3429752,0.28512397,0.2644628,0.2644628,0.27272728,0.28099173,0.28099173,0.30165288,0.28099173,0.3264463,0.3429752,0.3677686,0.4338843,0.45454547,0.4876033,0.5,0.48347107,0.49173555,0.49173555,0.5247934,0.55785125,0.56198347,0.5495868,0.5247934,0.5082645,0.5082645,0.5082645,0.49586776,0.4876033,0.47933885,0.47107437,0.45454547,0.43801653,0.47107437,0.46694216,0.45041323,0.5371901,0.5289256,0.5413223,0.54545456,0.5495868,0.553719,0.56198347,0.57024795,0.57438016,0.57024795,0.57438016,0.5785124,0.58677685,0.6198347,0.6487603,0.6652893,0.677686,0.6942149,0.6942149,0.69008267,0.6983471,0.70247936,0.7107438,0.7066116,0.6818182,0.6818182,0.6570248,0.5785124,0.49586776,0.41322315,0.3429752,0.28512397,0.25619835,0.24793388,0.25619835,0.2644628,0.28099173,0.3429752,0.37603307,0.4090909,0.44214877,0.45867768,0.48347107,0.5123967,0.49173555,0.49586776,0.5,0.5123967,0.5371901,0.54545456,0.5289256,0.5247934,0.5123967,0.5082645,0.5123967,0.5041322,0.48347107,0.47107437,0.46280992,0.46280992,0.45867768,0.4752066,0.4752066,0.46280992,0.5247934,0.5371901,0.5289256,0.5661157,0.55785125,0.5785124,0.57438016,0.58677685,0.5785124,0.5785124,0.5785124,0.58264464,0.61570245,0.6404959,0.6570248,0.6652893,0.661157,0.6694215,0.6818182,0.70247936,0.6859504,0.6983471,0.6983471,0.6942149,0.6818182,0.6652893,0.6528926,0.6404959,0.60330576,0.5495868,0.47107437,0.37603307,0.30991736,0.29338843,0.30578512,0.29752067,0.30991736,0.36363637,0.39256197,0.40495867,0.42975205,0.446281,0.49586776,0.48347107,0.49586776,0.49586776,0.5,0.5082645,0.5165289,0.5123967,0.5206612,0.49586776,0.4876033,0.49586776,0.5,0.49173555,0.48347107,0.4752066,0.47107437,0.4752066,0.47107437,0.47107437,0.46694216,0.47933885,0.5082645,0.5289256,0.5495868,0.5495868,0.58677685,0.58677685,0.58677685,0.60330576,0.59917355,0.58677685,0.58677685,0.607438,0.6322314,0.6404959,0.6446281,0.6487603,0.6404959,0.6487603,0.6694215,0.6859504,0.677686,0.6652893,0.6735537,0.677686,0.6735537,0.6528926,0.6528926,0.6280992,0.607438,0.59917355,0.56198347,0.47107437,0.39256197,0.3677686,0.3677686,0.37190083,0.35950413,0.38842976,0.4214876,0.4214876,0.42975205,0.44214877,0.4752066,0.49173555,0.47107437,0.5041322,0.49173555,0.5082645,0.5,0.5165289,0.4876033,0.47933885,0.47107437,0.4876033,0.48347107,0.47933885,0.46694216,0.4752066,0.46694216,0.4752066,0.47107437,0.46694216,0.47107437,0.46694216,0.48347107,0.5371901,0.5289256,0.5413223,0.57438016,0.5785124,0.59090906,0.6198347,0.60330576,0.59090906,0.59504133,0.61570245,0.62396693,0.6280992,0.6322314,0.6322314,0.6280992,0.6363636,0.6363636,0.6404959,0.6446281,0.6322314,0.6322314,0.6487603,0.6363636,0.6446281,0.6322314,0.6280992,0.61570245,0.58677685,0.58264464,0.5206612,0.45454547,0.4338843,0.41735536,0.40082645,0.3966942,0.41322315,0.4214876,0.41735536,0.42975205,0.45041323,0.46280992,0.4752066,0.4876033,0.49173555,0.47933885,0.47933885,0.45454547,0.47107437,0.5,0.45867768,0.446281,0.47933885,0.4876033,0.4876033,0.46280992,0.48347107,0.47933885,0.4752066,0.4752066,0.47107437,0.47933885,0.45454547,0.46694216,0.5123967,0.5413223,0.54545456,0.58264464,0.57024795,0.57438016,0.61570245,0.6198347,0.61157024,0.59504133,0.607438,0.60330576,0.61157024,0.61570245,0.62396693,0.6198347,0.6280992,0.59917355,0.59917355,0.61157024,0.59504133,0.59090906,0.60330576,0.60330576,0.59917355,0.607438,0.59504133,0.58677685,0.5661157,0.5413223,0.5247934,0.47107437,0.45867768,0.4090909,0.38842976,0.39256197,0.40082645,0.40495867,0.40082645,0.41322315,0.43801653,0.446281,0.45041323,0.45454547,0.45454547,0.43801653,0.4338843,0.41322315,0.42561984,0.45867768,0.45867768,0.4338843,0.4752066,0.5041322,0.5041322,0.47933885,0.49586776,0.49586776,0.47933885,0.47933885,0.47933885,0.47933885,0.4338843,0.43801653,0.49586776,0.5289256,0.54545456,0.5661157,0.5785124,0.56198347,0.60330576,0.6280992,0.607438,0.59504133,0.60330576,0.57438016,0.59090906,0.59090906,0.59504133,0.58264464,0.58677685,0.55785125,0.54545456,0.54545456,0.5371901,0.5413223,0.5495868,0.55785125,0.5495868,0.5495868,0.54545456,0.5413223,0.5247934,0.5,0.48347107,0.4338843,0.44214877,0.42975205,0.39256197,0.38016528,0.38429752,0.38429752,0.3966942,0.39256197,0.4338843,0.42975205,0.41735536,0.4090909,0.3966942,0.38842976,0.38429752,0.39256197,0.40082645,0.43801653,0.42975205,0.44214877,0.47933885,0.5041322,0.5041322,0.5123967,0.49173555,0.49586776,0.48347107,0.48347107,0.48347107,0.47933885,0.41322315,0.4090909,0.47107437,0.5,0.53305787,0.5495868,0.5785124,0.57438016,0.59917355,0.6198347,0.61157024,0.61157024,0.59917355,0.5495868,0.5371901,0.55785125,0.5413223,0.5165289,0.5041322,0.47933885,0.446281,0.45041323,0.446281,0.46694216,0.47933885,0.5123967,0.5123967,0.5041322,0.5082645,0.49586776,0.47933885,0.46280992,0.4752066,0.46280992,0.48347107,0.45867768,0.42975205,0.4090909,0.39256197,0.39256197,0.3966942,0.3966942,0.4090909,0.3966942,0.37190083,0.3553719,0.33471075,0.3264463,0.3264463,0.37603307,0.3966942,0.4090909,0.41322315,0.43801653,0.48347107,0.5041322,0.49586776,0.5,0.5247934,0.47933885,0.48347107,0.47933885,0.4876033,0.45454547,0.40495867,0.39256197,0.446281,0.47933885,0.5041322,0.5371901,0.5785124,0.57024795,0.5495868,0.58264464,0.59917355,0.60330576,0.59917355,0.54545456,0.48347107,0.49586776,0.48347107,0.45041323,0.40082645,0.34710744,0.30578512,0.3140496,0.3264463,0.34710744,0.37190083,0.40082645,0.446281,0.45041323,0.45454547,0.46280992,0.46280992,0.47107437,0.49586776,0.5082645,0.5289256,0.49586776,0.4752066,0.42561984,0.3966942,0.3966942,0.3553719,0.38429752,0.3181818,0.3264463,0.29752067,0.27272728,0.26859504,0.2603306,0.26859504,0.3264463,0.35950413,0.3677686,0.38016528,0.4338843,0.4752066,0.4876033,0.4876033,0.49586776,0.5,0.4876033,0.47933885,0.46694216,0.46694216,0.446281,0.3553719,0.40082645,0.40495867,0.46694216,0.49173555,0.5123967,0.56198347,0.57024795,0.5247934,0.54545456,0.5785124,0.59504133,0.59917355,0.56198347,0.4752066,0.42975205,0.40082645,0.3553719,0.30991736,0.27272728,0.2603306,0.26859504,0.27272728,0.2520661,0.2644628,0.29752067,0.3429752,0.37190083,0.37190083,0.37603307,0.38842976,0.3966942,0.40495867,0.4214876,0.45867768,0.44214877,0.41735536,0.34710744,0.3181818,0.28099173,0.2520661,0.23553719,0.21900827,0.2520661,0.24380165,0.25619835,0.30991736,0.3305785,0.30165288,0.3264463,0.35123968,0.37190083,0.38429752,0.42975205,0.46694216,0.4876033,0.48347107,0.4752066,0.48347107,0.4876033,0.47107437,0.45867768,0.446281,0.42975205,0.2768595,0.40495867,0.3677686,0.41322315,0.48347107,0.49173555,0.5206612,0.55785125,0.5371901,0.54545456,0.5785124,0.58264464,0.57024795,0.5495868,0.49586776,0.42561984,0.38842976,0.36363637,0.3429752,0.36363637,0.41322315,0.446281,0.47107437,0.4214876,0.38016528,0.338843,0.3181818,0.32231405,0.338843,0.3305785,0.32231405,0.28512397,0.2603306,0.25619835,0.3181818,0.3305785,0.3140496,0.26859504,0.24380165,0.23140496,0.24380165,0.25619835,0.28512397,0.3140496,0.3305785,0.35123968,0.39256197,0.42561984,0.3966942,0.3966942,0.39256197,0.40082645,0.39256197,0.4338843,0.45867768,0.47107437,0.46694216,0.46694216,0.46694216,0.48347107,0.45867768,0.446281,0.43801653,0.38842976,0.25619835,0.41322315,0.37190083,0.3677686,0.446281,0.4752066,0.49586776,0.53305787,0.5371901,0.553719,0.57024795,0.56198347,0.55785125,0.5413223,0.5123967,0.46694216,0.42561984,0.45867768,0.4876033,0.5247934,0.57024795,0.58264464,0.57024795,0.5661157,0.55785125,0.5206612,0.5206612,0.49173555,0.49586776,0.53305787,0.56198347,0.53305787,0.41735536,0.3553719,0.36363637,0.39256197,0.39256197,0.38016528,0.37190083,0.36363637,0.3429752,0.3677686,0.38842976,0.4090909,0.4214876,0.4338843,0.4338843,0.44214877,0.45867768,0.42561984,0.39256197,0.41322315,0.40082645,0.42561984,0.45454547,0.46280992,0.44214877,0.44214877,0.46280992,0.45867768,0.44214877,0.42561984,0.3966942,0.30578512,0.22727273,0.38842976,0.39256197,0.34710744,0.40082645,0.43801653,0.46694216,0.4876033,0.53305787,0.5289256,0.57024795,0.5495868,0.553719,0.54545456,0.5247934,0.5165289,0.4752066,0.4876033,0.5495868,0.5785124,0.58677685,0.57438016,0.5661157,0.5785124,0.58264464,0.58677685,0.5785124,0.58264464,0.56198347,0.61570245,0.61157024,0.6652893,0.6198347,0.553719,0.5785124,0.57438016,0.5495868,0.5082645,0.49173555,0.47933885,0.45041323,0.43801653,0.446281,0.446281,0.43801653,0.45041323,0.4338843,0.45454547,0.45041323,0.46694216,0.40495867,0.4090909,0.40495867,0.4214876,0.44214877,0.45454547,0.446281,0.43801653,0.44214877,0.43801653,0.4214876,0.40495867,0.34710744,0.21487603,0.1694215,0.38842976,0.38842976,0.37190083,0.3553719,0.38429752,0.4338843,0.45454547,0.4876033,0.5165289,0.53305787,0.5289256,0.5413223,0.5371901,0.5041322,0.5082645,0.53305787,0.5041322,0.5371901,0.5661157,0.5661157,0.55785125,0.54545456,0.56198347,0.553719,0.5495868,0.55785125,0.58264464,0.57438016,0.57024795,0.5785124,0.5785124,0.58264464,0.5413223,0.54545456,0.56198347,0.5371901,0.5247934,0.5165289,0.5206612,0.47933885,0.45454547,0.44214877,0.44214877,0.42975205,0.43801653,0.43801653,0.45041323,0.45867768,0.46694216,0.42561984,0.38842976,0.39256197,0.40082645,0.4214876,0.4214876,0.42975205,0.42975205,0.4214876,0.42561984,0.39256197,0.37603307,0.27272728,0.10330579,0.0785124,0.38842976,0.38842976,0.39256197,0.3553719,0.35123968,0.40082645,0.43801653,0.45867768,0.5041322,0.5082645,0.5123967,0.5247934,0.5082645,0.5,0.47933885,0.5165289,0.5206612,0.5206612,0.53305787,0.5495868,0.53305787,0.5289256,0.5289256,0.5247934,0.5206612,0.5165289,0.5289256,0.5289256,0.5289256,0.5247934,0.5082645,0.48347107,0.47107437,0.46280992,0.47107437,0.4752066,0.47107437,0.46694216,0.46694216,0.446281,0.42975205,0.41735536,0.41735536,0.41322315,0.42561984,0.4338843,0.43801653,0.446281,0.44214877,0.41322315,0.38842976,0.39256197,0.37603307,0.40082645,0.41322315,0.4090909,0.41322315,0.3966942,0.4090909,0.37603307,0.35123968,0.17768595,0.0785124,0.07024793,0.37603307,0.39256197,0.3966942,0.38429752,0.3429752,0.35950413,0.3966942,0.44214877,0.47107437,0.4876033,0.4876033,0.49586776,0.47933885,0.49173555,0.49586776,0.5082645,0.5371901,0.5165289,0.5,0.5041322,0.4876033,0.48347107,0.48347107,0.47933885,0.47933885,0.45867768,0.45041323,0.45867768,0.44214877,0.42561984,0.40495867,0.37603307,0.37190083,0.38016528,0.38842976,0.3966942,0.39256197,0.4090909,0.37190083,0.37603307,0.38016528,0.38016528,0.38842976,0.3966942,0.4090909,0.41322315,0.4214876,0.4214876,0.42561984,0.40495867,0.3966942,0.39256197,0.38016528,0.38842976,0.40082645,0.4090909,0.38016528,0.39256197,0.38842976,0.338843,0.43801653,0.12396694,0.045454547,0.0785124,0.38016528,0.38429752,0.38429752,0.38429752,0.38016528,0.36363637,0.36363637,0.40082645,0.44214877,0.45867768,0.446281,0.45454547,0.4752066,0.49586776,0.48347107,0.5082645,0.5495868,0.53305787,0.5123967,0.47933885,0.46280992,0.45041323,0.42975205,0.4338843,0.41735536,0.40082645,0.37190083,0.3553719,0.33471075,0.3140496,0.30165288,0.29338843,0.3181818,0.3305785,0.3264463,0.30991736,0.3140496,0.3181818,0.32231405,0.3264463,0.33471075,0.3553719,0.35950413,0.38842976,0.38842976,0.41735536,0.40495867,0.41735536,0.42975205,0.42561984,0.4090909,0.38842976,0.38016528,0.39256197,0.38429752,0.3966942,0.38016528,0.3677686,0.37190083,0.3264463,0.5495868,0.338843,0.03305785,0.0785124,0.39256197,0.38429752,0.38429752,0.37190083,0.43801653,0.6528926,0.4090909,0.3264463,0.41322315,0.43801653,0.45041323,0.45041323,0.46280992,0.49173555,0.5,0.5165289,0.54545456,0.553719,0.5495868,0.5,0.47933885,0.44214877,0.41735536,0.4090909,0.40082645,0.38429752,0.34710744,0.32231405,0.30165288,0.26859504,0.26859504,0.2768595,0.29338843,0.29752067,0.2892562,0.28099173,0.2768595,0.29338843,0.3140496,0.33471075,0.33471075,0.35950413,0.34710744,0.37190083,0.38842976,0.40082645,0.43801653,0.42561984,0.42975205,0.4338843,0.41322315,0.38842976,0.38016528,0.38016528,0.38429752,0.38429752,0.3677686,0.34710744,0.33471075,0.4090909,0.5247934,0.53305787,0.1322314,0.0661157,0.38016528,0.37603307,0.38016528,0.29752067,0.6322314,0.8181818,0.446281,0.2768595,0.35950413,0.40082645,0.446281,0.46280992,0.46694216,0.48347107,0.5082645,0.5082645,0.5289256,0.553719,0.55785125,0.553719,0.5289256,0.5,0.46280992,0.42561984,0.41322315,0.3966942,0.37190083,0.3305785,0.3140496,0.29338843,0.2768595,0.2768595,0.2768595,0.28099173,0.28512397,0.28099173,0.28512397,0.3140496,0.3305785,0.3429752,0.34710744,0.37190083,0.37190083,0.38842976,0.41322315,0.45041323,0.45867768,0.42975205,0.41322315,0.42975205,0.4214876,0.40082645,0.40082645,0.38842976,0.37603307,0.36363637,0.338843,0.3264463,0.30991736,0.47107437,0.55785125,0.6198347,0.32231405,0.07438017,0.37603307,0.38016528,0.32231405,0.20247933,0.8719008,0.7107438,0.36363637,0.4090909,0.30991736,0.3429752,0.39256197,0.42975205,0.46280992,0.47933885,0.5,0.49586776,0.5041322,0.54545456,0.57438016,0.59090906,0.61157024,0.59090906,0.5661157,0.5165289,0.47107437,0.43801653,0.42975205,0.40495867,0.36363637,0.36363637,0.3264463,0.3305785,0.3140496,0.3140496,0.3181818,0.3181818,0.338843,0.34710744,0.36363637,0.38016528,0.38429752,0.39256197,0.4214876,0.4338843,0.4752066,0.49173555,0.46694216,0.45041323,0.42561984,0.42561984,0.41735536,0.4090909,0.3966942,0.3966942,0.36363637,0.3429752,0.32231405,0.3305785,0.33471075,0.47933885,0.607438,0.59917355,0.49586776,0.1570248,0.37603307,0.3677686,0.20247933,0.3264463,0.8347107,0.56198347,0.33471075,0.5082645,0.40082645,0.30165288,0.3140496,0.37190083,0.43801653,0.47107437,0.49586776,0.5041322,0.5082645,0.5495868,0.5785124,0.59917355,0.6322314,0.6487603,0.6528926,0.61157024,0.57024795,0.5495868,0.55785125,0.54545456,0.5495868,0.53305787,0.45867768,0.42561984,0.37603307,0.35950413,0.35123968,0.36363637,0.38429752,0.41735536,0.42975205,0.44214877,0.45041323,0.45867768,0.47107437,0.47933885,0.4876033,0.49586776,0.4752066,0.45454547,0.4338843,0.4214876,0.41735536,0.4090909,0.38016528,0.37603307,0.338843,0.32231405,0.3264463,0.36363637,0.3677686,0.46694216,0.6487603,0.59917355,0.56198347,0.29752067,0.33471075,0.23966943,0.12809917,0.45867768,0.8305785,0.5082645,0.338843,0.46280992,0.49173555,0.40495867,0.2520661,0.29338843,0.38842976,0.4090909,0.46280992,0.4876033,0.5082645,0.53305787,0.56198347,0.58677685,0.607438,0.6363636,0.6652893,0.6570248,0.6487603,0.6570248,0.661157,0.661157,0.6487603,0.6818182,0.6363636,0.56198347,0.5082645,0.5082645,0.5289256,0.53305787,0.54545456,0.5413223,0.53305787,0.5289256,0.5247934,0.5289256,0.5206612,0.5165289,0.5082645,0.47933885,0.46280992,0.45041323,0.42975205,0.41735536,0.3966942,0.37603307,0.35950413,0.3264463,0.30578512,0.29752067,0.3677686,0.4090909,0.38842976,0.46694216,0.6983471,0.59090906,0.57024795,0.42561984,12 +0.28099173,0.2892562,0.40082645,0.4876033,0.53305787,0.553719,0.607438,0.6404959,0.6652893,0.6942149,0.71487606,0.72727275,0.73966944,0.74793386,0.75619835,0.7644628,0.7768595,0.7768595,0.78099173,0.7768595,0.79752064,0.79752064,0.8140496,0.822314,0.8264463,0.8264463,0.822314,0.822314,0.8181818,0.822314,0.8305785,0.8305785,0.8347107,0.8347107,0.8264463,0.8264463,0.8264463,0.8264463,0.8140496,0.8057851,0.7933884,0.79752064,0.7933884,0.79752064,0.78512394,0.7892562,0.7892562,0.78512394,0.7892562,0.7892562,0.7768595,0.7768595,0.78099173,0.76859504,0.75619835,0.75206614,0.73966944,0.70247936,0.6818182,0.6404959,0.607438,0.59090906,0.59090906,0.58677685,0.25619835,0.27272728,0.38429752,0.4876033,0.5247934,0.5495868,0.59917355,0.6487603,0.6735537,0.6983471,0.71487606,0.7355372,0.75206614,0.74793386,0.75206614,0.75619835,0.7644628,0.76859504,0.7644628,0.7768595,0.7768595,0.7892562,0.79752064,0.8057851,0.8140496,0.8181818,0.8181818,0.8140496,0.80991733,0.8140496,0.8264463,0.8305785,0.8264463,0.8264463,0.8140496,0.8181818,0.8181818,0.80991733,0.8016529,0.7933884,0.78512394,0.78512394,0.7892562,0.7933884,0.7892562,0.7933884,0.78512394,0.7892562,0.7933884,0.7933884,0.78512394,0.78512394,0.78512394,0.77272725,0.77272725,0.75619835,0.7355372,0.6983471,0.6818182,0.6363636,0.60330576,0.59504133,0.57438016,0.58677685,0.2644628,0.2892562,0.39256197,0.47933885,0.5289256,0.553719,0.59917355,0.6487603,0.6859504,0.7107438,0.7231405,0.74380165,0.76033056,0.76033056,0.74793386,0.74380165,0.75206614,0.77272725,0.7644628,0.76859504,0.77272725,0.7768595,0.78512394,0.78512394,0.7933884,0.80991733,0.80991733,0.8057851,0.8016529,0.8140496,0.822314,0.822314,0.8140496,0.8140496,0.79752064,0.79752064,0.7933884,0.7892562,0.7892562,0.78099173,0.78099173,0.77272725,0.78099173,0.78512394,0.78512394,0.7933884,0.7892562,0.7892562,0.7933884,0.7933884,0.7892562,0.7892562,0.7768595,0.7768595,0.7768595,0.76859504,0.73966944,0.7107438,0.6859504,0.6280992,0.59917355,0.59504133,0.5785124,0.5785124,0.25619835,0.28512397,0.38429752,0.47933885,0.5247934,0.56198347,0.607438,0.6652893,0.7066116,0.73966944,0.74380165,0.75619835,0.75206614,0.76033056,0.73966944,0.73140496,0.7355372,0.75619835,0.75619835,0.7644628,0.7644628,0.77272725,0.78099173,0.78512394,0.78512394,0.79752064,0.8016529,0.7933884,0.79752064,0.80991733,0.8057851,0.8057851,0.79752064,0.7933884,0.78512394,0.7892562,0.78512394,0.7768595,0.7768595,0.78099173,0.76859504,0.7768595,0.7768595,0.7768595,0.78099173,0.78512394,0.78099173,0.78099173,0.78512394,0.77272725,0.7768595,0.78099173,0.76859504,0.7644628,0.7644628,0.7768595,0.75206614,0.73140496,0.6818182,0.6322314,0.59917355,0.58677685,0.5785124,0.57024795,0.22727273,0.2644628,0.38016528,0.47107437,0.5206612,0.57024795,0.60330576,0.6487603,0.677686,0.71487606,0.71487606,0.7107438,0.7107438,0.7355372,0.7231405,0.71487606,0.71487606,0.73140496,0.75206614,0.7644628,0.76033056,0.7644628,0.76859504,0.77272725,0.78099173,0.7892562,0.79752064,0.78512394,0.7892562,0.7892562,0.79752064,0.8016529,0.7892562,0.78099173,0.78099173,0.7768595,0.7768595,0.7644628,0.77272725,0.76859504,0.7644628,0.76859504,0.7644628,0.75206614,0.74380165,0.74380165,0.73966944,0.74380165,0.74793386,0.7355372,0.73140496,0.73140496,0.73966944,0.7355372,0.73140496,0.74793386,0.76033056,0.72727275,0.6942149,0.6404959,0.60330576,0.5785124,0.56198347,0.56198347,0.24380165,0.2644628,0.3677686,0.45867768,0.5165289,0.56198347,0.607438,0.6198347,0.6322314,0.6404959,0.6198347,0.60330576,0.59504133,0.607438,0.59917355,0.6198347,0.6280992,0.6570248,0.6942149,0.72727275,0.73966944,0.74793386,0.75619835,0.75619835,0.76859504,0.7768595,0.78099173,0.7768595,0.77272725,0.77272725,0.78099173,0.7892562,0.78512394,0.77272725,0.76859504,0.75619835,0.75619835,0.76033056,0.75206614,0.73966944,0.7231405,0.72727275,0.72727275,0.70247936,0.6818182,0.6570248,0.6487603,0.6570248,0.677686,0.6818182,0.6818182,0.677686,0.70247936,0.71900827,0.71900827,0.70247936,0.7066116,0.70247936,0.6859504,0.6487603,0.607438,0.5785124,0.553719,0.5495868,0.2231405,0.25619835,0.3553719,0.45041323,0.5041322,0.5495868,0.59090906,0.59504133,0.60330576,0.59090906,0.5661157,0.53305787,0.5289256,0.5289256,0.5371901,0.5247934,0.5289256,0.55785125,0.59504133,0.6446281,0.6818182,0.71487606,0.73140496,0.74380165,0.75206614,0.75619835,0.75619835,0.75619835,0.75206614,0.75206614,0.76033056,0.77272725,0.76859504,0.75619835,0.74793386,0.73966944,0.72727275,0.7231405,0.70247936,0.6735537,0.6446281,0.6363636,0.6280992,0.60330576,0.58264464,0.57024795,0.56198347,0.57024795,0.59917355,0.60330576,0.6363636,0.6446281,0.6735537,0.6983471,0.6983471,0.6859504,0.6652893,0.6528926,0.6528926,0.6404959,0.61157024,0.58264464,0.55785125,0.5413223,0.1983471,0.21900827,0.33471075,0.45867768,0.4876033,0.5371901,0.57024795,0.5661157,0.5785124,0.55785125,0.5371901,0.5123967,0.49173555,0.45454547,0.47107437,0.48347107,0.5041322,0.5082645,0.5247934,0.56198347,0.60330576,0.6487603,0.6859504,0.7066116,0.72727275,0.73966944,0.74380165,0.73966944,0.72727275,0.7355372,0.74380165,0.74793386,0.74793386,0.7355372,0.71900827,0.7066116,0.6735537,0.6570248,0.6322314,0.59917355,0.57024795,0.5371901,0.5247934,0.5123967,0.5082645,0.4876033,0.49586776,0.5165289,0.53305787,0.5495868,0.5661157,0.61157024,0.6446281,0.6694215,0.6735537,0.6735537,0.6528926,0.6487603,0.6322314,0.62396693,0.607438,0.58677685,0.55785125,0.5371901,0.17768595,0.1983471,0.33471075,0.46694216,0.49586776,0.5371901,0.5289256,0.553719,0.57024795,0.5371901,0.5289256,0.5165289,0.4752066,0.44214877,0.42561984,0.4214876,0.4338843,0.45454547,0.46694216,0.48347107,0.5247934,0.57438016,0.6198347,0.6694215,0.6859504,0.71900827,0.71487606,0.71900827,0.71487606,0.71900827,0.73140496,0.7355372,0.7231405,0.71900827,0.7066116,0.69008267,0.6528926,0.607438,0.57024795,0.5371901,0.5041322,0.46280992,0.43801653,0.4338843,0.446281,0.4214876,0.43801653,0.4752066,0.5,0.5247934,0.5413223,0.57024795,0.60330576,0.6280992,0.6363636,0.6446281,0.6322314,0.6280992,0.6280992,0.61157024,0.59504133,0.5785124,0.5495868,0.5371901,0.15289256,0.1983471,0.32231405,0.47933885,0.49173555,0.5165289,0.5041322,0.5247934,0.54545456,0.5413223,0.53305787,0.5371901,0.5165289,0.4876033,0.45454547,0.4214876,0.40082645,0.3966942,0.40082645,0.40495867,0.45867768,0.5,0.55785125,0.60330576,0.6322314,0.6983471,0.70247936,0.7231405,0.72727275,0.7231405,0.7355372,0.73966944,0.7231405,0.71487606,0.6942149,0.6652893,0.61157024,0.56198347,0.5247934,0.49173555,0.45867768,0.42975205,0.40082645,0.40495867,0.4090909,0.42561984,0.44214877,0.4752066,0.5247934,0.54545456,0.5661157,0.57438016,0.5785124,0.58264464,0.59917355,0.60330576,0.61157024,0.59917355,0.59917355,0.59090906,0.57438016,0.5661157,0.53305787,0.5289256,0.18181819,0.1694215,0.3305785,0.46694216,0.4876033,0.49586776,0.4876033,0.5,0.54545456,0.58264464,0.58264464,0.607438,0.607438,0.59917355,0.5785124,0.5289256,0.46280992,0.41322315,0.39256197,0.3677686,0.40082645,0.4214876,0.47933885,0.5247934,0.5785124,0.6446281,0.71900827,0.73966944,0.76033056,0.76033056,0.7644628,0.76033056,0.74793386,0.7231405,0.6859504,0.6528926,0.58677685,0.5247934,0.4876033,0.46694216,0.446281,0.42975205,0.41735536,0.41735536,0.45454547,0.47933885,0.5371901,0.5785124,0.607438,0.61570245,0.6363636,0.6280992,0.607438,0.58677685,0.57024795,0.56198347,0.56198347,0.57438016,0.5785124,0.5661157,0.55785125,0.56198347,0.5247934,0.53305787,0.1983471,0.1446281,0.36363637,0.46694216,0.47107437,0.45867768,0.47107437,0.5123967,0.55785125,0.61157024,0.6322314,0.6570248,0.661157,0.6818182,0.6942149,0.6570248,0.59917355,0.5,0.44214877,0.40082645,0.37190083,0.37190083,0.40082645,0.42975205,0.5041322,0.6280992,0.6983471,0.75619835,0.7892562,0.7892562,0.7892562,0.7892562,0.77272725,0.72727275,0.6735537,0.61570245,0.55785125,0.5,0.45041323,0.43801653,0.43801653,0.42561984,0.42975205,0.42975205,0.47107437,0.5413223,0.60330576,0.6652893,0.7066116,0.70247936,0.70247936,0.677686,0.6487603,0.62396693,0.59504133,0.553719,0.5247934,0.53305787,0.5289256,0.54545456,0.5371901,0.5413223,0.5289256,0.5247934,0.17355372,0.16528925,0.37190083,0.49173555,0.47107437,0.43801653,0.46280992,0.5165289,0.57438016,0.61157024,0.62396693,0.60330576,0.59090906,0.607438,0.6198347,0.59917355,0.553719,0.49173555,0.42561984,0.39256197,0.37603307,0.36363637,0.34710744,0.3553719,0.4214876,0.5785124,0.677686,0.75619835,0.79752064,0.8016529,0.8016529,0.8016529,0.78512394,0.73966944,0.6735537,0.59917355,0.5123967,0.47107437,0.41735536,0.40495867,0.40495867,0.3966942,0.38016528,0.38842976,0.446281,0.49586776,0.57438016,0.6280992,0.6487603,0.6694215,0.6818182,0.677686,0.6652893,0.6404959,0.61570245,0.58677685,0.54545456,0.5206612,0.5041322,0.5082645,0.5206612,0.5165289,0.53305787,0.5165289,0.17355372,0.18181819,0.39256197,0.5041322,0.46280992,0.40082645,0.45867768,0.5413223,0.5661157,0.553719,0.5495868,0.5165289,0.5206612,0.553719,0.5661157,0.5785124,0.5247934,0.45041323,0.3677686,0.32231405,0.29752067,0.32231405,0.32231405,0.3181818,0.36363637,0.5,0.6404959,0.75206614,0.79752064,0.80991733,0.8140496,0.8016529,0.7892562,0.74380165,0.661157,0.5661157,0.47107437,0.41735536,0.40495867,0.36363637,0.35950413,0.3429752,0.338843,0.3677686,0.42975205,0.49173555,0.56198347,0.61570245,0.6280992,0.61570245,0.60330576,0.58264464,0.5785124,0.59504133,0.61157024,0.6198347,0.58677685,0.54545456,0.5165289,0.49173555,0.5123967,0.5123967,0.5247934,0.5247934,0.17355372,0.1983471,0.3966942,0.5082645,0.47107437,0.42561984,0.48347107,0.5289256,0.5,0.46694216,0.49586776,0.49173555,0.49586776,0.49586776,0.48347107,0.47933885,0.45867768,0.42975205,0.41322315,0.37603307,0.29752067,0.2768595,0.2768595,0.29338843,0.3140496,0.4214876,0.59504133,0.72727275,0.79752064,0.80991733,0.8140496,0.8057851,0.7892562,0.71900827,0.6363636,0.5247934,0.43801653,0.3966942,0.38016528,0.338843,0.3305785,0.3305785,0.3429752,0.38429752,0.40082645,0.3966942,0.41735536,0.43801653,0.45867768,0.5,0.5495868,0.55785125,0.54545456,0.5123967,0.5165289,0.57438016,0.607438,0.57024795,0.5413223,0.5041322,0.5041322,0.5082645,0.5247934,0.5289256,0.19008264,0.22727273,0.4214876,0.5165289,0.48347107,0.46280992,0.4752066,0.45454547,0.4338843,0.446281,0.44214877,0.4090909,0.38429752,0.3305785,0.24793388,0.23553719,0.21487603,0.2107438,0.20661157,0.30165288,0.3140496,0.30578512,0.29338843,0.30578512,0.2892562,0.35950413,0.5495868,0.71900827,0.8016529,0.8181818,0.80991733,0.8057851,0.7768595,0.6983471,0.59504133,0.49586776,0.4338843,0.3966942,0.38842976,0.34710744,0.34710744,0.35123968,0.36363637,0.40082645,0.38016528,0.30578512,0.25619835,0.22727273,0.21900827,0.2231405,0.30578512,0.39256197,0.46280992,0.4876033,0.45041323,0.46694216,0.54545456,0.57438016,0.5495868,0.5165289,0.5041322,0.5,0.5206612,0.5289256,0.22727273,0.26859504,0.44214877,0.5206612,0.49173555,0.4876033,0.42975205,0.38842976,0.3966942,0.3677686,0.32231405,0.34710744,0.37603307,0.3140496,0.23553719,0.20661157,0.17768595,0.17768595,0.20661157,0.28099173,0.33471075,0.33471075,0.30991736,0.32231405,0.30165288,0.338843,0.5247934,0.6983471,0.8057851,0.8140496,0.822314,0.8140496,0.77272725,0.6652893,0.5495868,0.49173555,0.44214877,0.43801653,0.4090909,0.3966942,0.37190083,0.35950413,0.40495867,0.4752066,0.45454547,0.35123968,0.2644628,0.20247933,0.19008264,0.21900827,0.27272728,0.3429752,0.3677686,0.3677686,0.41735536,0.43801653,0.41735536,0.5,0.55785125,0.5247934,0.5082645,0.5123967,0.5165289,0.5289256,0.27272728,0.30165288,0.45454547,0.53305787,0.5082645,0.4876033,0.4090909,0.35950413,0.32231405,0.28512397,0.30165288,0.36363637,0.446281,0.40082645,0.30578512,0.2603306,0.2603306,0.25619835,0.2892562,0.37190083,0.4090909,0.37190083,0.3181818,0.3140496,0.338843,0.38429752,0.5165289,0.69008267,0.8016529,0.8140496,0.822314,0.8181818,0.7644628,0.6322314,0.5123967,0.4752066,0.47107437,0.4752066,0.4338843,0.38429752,0.37603307,0.41322315,0.46694216,0.5371901,0.55785125,0.47933885,0.35950413,0.30578512,0.28512397,0.3140496,0.39256197,0.47107437,0.4338843,0.38842976,0.38016528,0.42561984,0.41735536,0.42561984,0.48347107,0.5206612,0.5206612,0.5123967,0.5206612,0.53305787,0.30991736,0.338843,0.47933885,0.5413223,0.5371901,0.5165289,0.42561984,0.37603307,0.38016528,0.4214876,0.446281,0.46694216,0.5041322,0.49586776,0.4338843,0.40082645,0.40082645,0.4090909,0.44214877,0.5041322,0.5413223,0.5206612,0.46694216,0.46280992,0.45454547,0.45454547,0.5289256,0.6942149,0.7933884,0.822314,0.822314,0.8181818,0.75206614,0.6280992,0.5123967,0.47933885,0.48347107,0.49173555,0.46694216,0.446281,0.4752066,0.5206612,0.57438016,0.61157024,0.6528926,0.6322314,0.5413223,0.446281,0.43801653,0.43801653,0.5206612,0.5495868,0.5371901,0.5082645,0.49173555,0.49173555,0.4876033,0.46280992,0.45454547,0.4876033,0.5206612,0.53305787,0.53305787,0.5495868,0.29338843,0.3305785,0.49586776,0.57024795,0.5495868,0.5413223,0.48347107,0.47107437,0.47933885,0.49173555,0.5165289,0.54545456,0.5413223,0.5413223,0.5289256,0.5413223,0.55785125,0.5661157,0.57024795,0.5371901,0.5165289,0.53305787,0.54545456,0.58677685,0.58264464,0.53305787,0.56198347,0.69008267,0.79752064,0.8264463,0.8305785,0.80991733,0.75206614,0.6404959,0.553719,0.5206612,0.5,0.5082645,0.5206612,0.5206612,0.5413223,0.55785125,0.57024795,0.59090906,0.61157024,0.6528926,0.6322314,0.61570245,0.58264464,0.59090906,0.60330576,0.607438,0.60330576,0.59504133,0.59504133,0.607438,0.607438,0.5661157,0.5289256,0.5165289,0.553719,0.57438016,0.5661157,0.5785124,0.22727273,0.3140496,0.5247934,0.58264464,0.58264464,0.5661157,0.553719,0.5495868,0.5413223,0.5413223,0.553719,0.57024795,0.57024795,0.55785125,0.553719,0.55785125,0.54545456,0.5123967,0.47107437,0.44214877,0.45867768,0.5371901,0.59917355,0.6363636,0.6363636,0.58677685,0.5785124,0.677686,0.78512394,0.8264463,0.8305785,0.8057851,0.74793386,0.6528926,0.58264464,0.5661157,0.553719,0.5495868,0.57438016,0.61157024,0.59504133,0.553719,0.5495868,0.57438016,0.61157024,0.6363636,0.62396693,0.6404959,0.6446281,0.6487603,0.6528926,0.6735537,0.6694215,0.6446281,0.6404959,0.6528926,0.661157,0.6446281,0.61570245,0.59504133,0.60330576,0.61570245,0.62396693,0.60330576,0.17768595,0.338843,0.5206612,0.59504133,0.6198347,0.59917355,0.59504133,0.60330576,0.5785124,0.5661157,0.57438016,0.59917355,0.62396693,0.61157024,0.59090906,0.5785124,0.56198347,0.5247934,0.5082645,0.5165289,0.58264464,0.607438,0.61570245,0.6322314,0.6528926,0.6198347,0.59917355,0.6818182,0.7768595,0.8305785,0.8264463,0.8016529,0.75206614,0.6528926,0.59090906,0.60330576,0.60330576,0.59917355,0.6198347,0.6363636,0.6446281,0.6198347,0.57024795,0.5289256,0.553719,0.58677685,0.61570245,0.6446281,0.677686,0.6859504,0.6983471,0.70247936,0.6942149,0.677686,0.661157,0.661157,0.6694215,0.677686,0.6694215,0.6570248,0.6528926,0.661157,0.6404959,0.6322314,0.17768595,0.35950413,0.5371901,0.61157024,0.6404959,0.6404959,0.6322314,0.62396693,0.61157024,0.607438,0.61570245,0.6198347,0.61570245,0.59504133,0.56198347,0.56198347,0.58677685,0.607438,0.6280992,0.6446281,0.6446281,0.6198347,0.61570245,0.6487603,0.6652893,0.6363636,0.62396693,0.6942149,0.78099173,0.822314,0.822314,0.8016529,0.74380165,0.6652893,0.607438,0.61570245,0.6446281,0.6487603,0.677686,0.6859504,0.6735537,0.661157,0.6859504,0.6652893,0.607438,0.5661157,0.5661157,0.58264464,0.61570245,0.6404959,0.661157,0.6818182,0.6942149,0.70247936,0.677686,0.6818182,0.69008267,0.7107438,0.7066116,0.6983471,0.7107438,0.70247936,0.6694215,0.6694215,0.19421488,0.38016528,0.54545456,0.61570245,0.6528926,0.661157,0.6487603,0.6322314,0.6280992,0.6322314,0.6528926,0.6322314,0.61157024,0.61157024,0.62396693,0.6404959,0.6570248,0.6859504,0.6859504,0.661157,0.6404959,0.6322314,0.6652893,0.6859504,0.6735537,0.6363636,0.6322314,0.7066116,0.7892562,0.822314,0.822314,0.8016529,0.75619835,0.6983471,0.62396693,0.6322314,0.6694215,0.677686,0.6942149,0.72727275,0.73140496,0.70247936,0.6942149,0.6983471,0.6983471,0.6859504,0.6694215,0.6404959,0.6280992,0.6322314,0.6404959,0.6528926,0.6818182,0.6942149,0.7107438,0.69008267,0.7066116,0.71487606,0.72727275,0.7355372,0.73966944,0.7355372,0.7107438,0.69008267,0.1983471,0.37603307,0.55785125,0.6198347,0.6570248,0.6694215,0.6528926,0.6363636,0.6404959,0.6528926,0.6859504,0.6983471,0.71487606,0.72727275,0.73140496,0.7231405,0.72727275,0.71487606,0.6942149,0.6652893,0.6570248,0.677686,0.71900827,0.71487606,0.6735537,0.6363636,0.6363636,0.71487606,0.7892562,0.822314,0.8264463,0.8057851,0.76859504,0.7231405,0.6570248,0.6363636,0.6735537,0.6859504,0.6859504,0.7231405,0.75619835,0.75206614,0.72727275,0.71487606,0.70247936,0.6942149,0.7066116,0.71487606,0.71900827,0.71487606,0.7066116,0.6983471,0.7107438,0.7231405,0.71487606,0.74380165,0.73966944,0.7355372,0.73140496,0.74793386,0.75619835,0.75206614,0.7231405,0.6942149,0.22727273,0.37190083,0.56198347,0.62396693,0.661157,0.6818182,0.6859504,0.6694215,0.6570248,0.6652893,0.6983471,0.7066116,0.7355372,0.7107438,0.7231405,0.6983471,0.70247936,0.70247936,0.6983471,0.6942149,0.71487606,0.7355372,0.7355372,0.70247936,0.661157,0.6363636,0.6570248,0.7231405,0.7933884,0.8181818,0.822314,0.8016529,0.7768595,0.74380165,0.70247936,0.6570248,0.6735537,0.677686,0.6818182,0.7107438,0.74793386,0.78512394,0.78512394,0.77272725,0.75619835,0.7355372,0.73140496,0.7355372,0.73966944,0.74793386,0.74793386,0.75206614,0.75619835,0.7644628,0.75619835,0.75619835,0.75619835,0.7644628,0.7644628,0.75619835,0.75619835,0.75206614,0.73140496,0.7066116,0.2603306,0.36363637,0.553719,0.6404959,0.677686,0.6983471,0.7107438,0.6983471,0.6859504,0.6859504,0.7107438,0.72727275,0.7355372,0.7231405,0.70247936,0.6942149,0.71487606,0.72727275,0.7355372,0.75206614,0.7644628,0.75206614,0.71900827,0.677686,0.6404959,0.661157,0.7066116,0.75206614,0.8057851,0.8140496,0.822314,0.8016529,0.7768595,0.7644628,0.7355372,0.6859504,0.677686,0.661157,0.6818182,0.7107438,0.74793386,0.7768595,0.7933884,0.79752064,0.8016529,0.79752064,0.78099173,0.7768595,0.76859504,0.76859504,0.76859504,0.7644628,0.78099173,0.77272725,0.7768595,0.7768595,0.78099173,0.76859504,0.77272725,0.76859504,0.76033056,0.74793386,0.73140496,0.71487606,0.32231405,0.38429752,0.5413223,0.6322314,0.661157,0.69008267,0.71900827,0.71487606,0.7107438,0.7066116,0.7107438,0.74793386,0.75619835,0.74380165,0.7355372,0.74380165,0.74793386,0.75619835,0.76033056,0.77272725,0.76859504,0.73966944,0.7066116,0.661157,0.6404959,0.6859504,0.73966944,0.78099173,0.8140496,0.8181818,0.822314,0.8057851,0.78099173,0.76859504,0.75206614,0.71900827,0.69008267,0.677686,0.69008267,0.71487606,0.74793386,0.77272725,0.7933884,0.8016529,0.8140496,0.8181818,0.8016529,0.79752064,0.7933884,0.7933884,0.7933884,0.7892562,0.7933884,0.7892562,0.7933884,0.7768595,0.7892562,0.7892562,0.77272725,0.7644628,0.75619835,0.74380165,0.7355372,0.71487606,0.4338843,0.45041323,0.5413223,0.61157024,0.6322314,0.6652893,0.6983471,0.71900827,0.7231405,0.71487606,0.72727275,0.7355372,0.74793386,0.75206614,0.76033056,0.7644628,0.76033056,0.76033056,0.76859504,0.77272725,0.7644628,0.73140496,0.6942149,0.6487603,0.6446281,0.70247936,0.73966944,0.7892562,0.8181818,0.8264463,0.822314,0.8016529,0.7768595,0.7644628,0.74380165,0.71487606,0.6694215,0.661157,0.6818182,0.7107438,0.74793386,0.76859504,0.7892562,0.8016529,0.80991733,0.8181818,0.8140496,0.8057851,0.8016529,0.8057851,0.8057851,0.8016529,0.8016529,0.7933884,0.78512394,0.78099173,0.7892562,0.78512394,0.77272725,0.75206614,0.73966944,0.73140496,0.71900827,0.71487606,0.5123967,0.5,0.54545456,0.61570245,0.6322314,0.6652893,0.6694215,0.71487606,0.72727275,0.73140496,0.73140496,0.73140496,0.75206614,0.75619835,0.75619835,0.7644628,0.7644628,0.75619835,0.76859504,0.7768595,0.75619835,0.71900827,0.6735537,0.6280992,0.6446281,0.7066116,0.75206614,0.7892562,0.8140496,0.822314,0.80991733,0.78512394,0.78099173,0.76859504,0.74380165,0.71900827,0.6694215,0.6446281,0.6570248,0.6859504,0.72727275,0.76033056,0.7892562,0.7933884,0.8057851,0.80991733,0.8057851,0.8140496,0.8016529,0.8140496,0.8057851,0.79752064,0.79752064,0.79752064,0.7768595,0.7644628,0.7768595,0.78099173,0.77272725,0.75206614,0.73140496,0.73140496,0.71487606,0.70247936,0.56198347,0.5371901,0.5206612,0.60330576,0.6322314,0.6446281,0.6859504,0.7066116,0.72727275,0.7355372,0.7355372,0.73966944,0.74793386,0.75206614,0.74793386,0.75206614,0.76033056,0.75619835,0.75619835,0.76859504,0.73966944,0.70247936,0.6446281,0.61570245,0.6528926,0.69008267,0.76033056,0.7933884,0.80991733,0.8181818,0.7933884,0.77272725,0.7644628,0.75206614,0.7355372,0.7231405,0.6983471,0.6652893,0.6570248,0.6694215,0.6942149,0.73966944,0.76859504,0.7933884,0.7933884,0.79752064,0.8016529,0.8016529,0.79752064,0.80991733,0.79752064,0.7892562,0.7933884,0.7933884,0.7768595,0.76033056,0.7644628,0.7644628,0.74380165,0.73140496,0.72727275,0.71900827,0.7231405,0.6942149,0.6198347,0.5289256,0.5165289,0.59917355,0.6446281,0.6652893,0.69008267,0.71487606,0.71900827,0.7355372,0.73966944,0.73140496,0.73966944,0.74793386,0.74793386,0.74380165,0.75619835,0.74793386,0.74380165,0.74380165,0.7231405,0.677686,0.6280992,0.6446281,0.6528926,0.69008267,0.75619835,0.7933884,0.80991733,0.8057851,0.78512394,0.7644628,0.75206614,0.73140496,0.7231405,0.71487606,0.71487606,0.71487606,0.69008267,0.6652893,0.6528926,0.70247936,0.7355372,0.78512394,0.78099173,0.7933884,0.79752064,0.8016529,0.79752064,0.8057851,0.79752064,0.7892562,0.78512394,0.78512394,0.7768595,0.7644628,0.7644628,0.76033056,0.73966944,0.70247936,0.70247936,0.7066116,0.7107438,0.6983471,0.6322314,0.5371901,0.5206612,0.59504133,0.6446281,0.6859504,0.69008267,0.70247936,0.71487606,0.73140496,0.72727275,0.71900827,0.72727275,0.74380165,0.74793386,0.74380165,0.75206614,0.74380165,0.72727275,0.71900827,0.6942149,0.6404959,0.6322314,0.6570248,0.6570248,0.6859504,0.74380165,0.78512394,0.8057851,0.79752064,0.7768595,0.75206614,0.73140496,0.7107438,0.7107438,0.7066116,0.70247936,0.6983471,0.7231405,0.6983471,0.6528926,0.6446281,0.6859504,0.75206614,0.77272725,0.78099173,0.78512394,0.7933884,0.7933884,0.7933884,0.78512394,0.7892562,0.78099173,0.7768595,0.7768595,0.77272725,0.77272725,0.76033056,0.73140496,0.71487606,0.6942149,0.6983471,0.6983471,0.69008267,0.62396693,0.54545456,0.5206612,0.58677685,0.6446281,0.6652893,0.677686,0.69008267,0.71900827,0.73140496,0.71900827,0.7107438,0.71487606,0.73140496,0.73140496,0.73140496,0.72727275,0.74380165,0.7107438,0.7066116,0.6735537,0.6198347,0.6487603,0.6528926,0.6363636,0.6528926,0.7107438,0.75619835,0.7768595,0.7768595,0.7644628,0.7355372,0.71487606,0.6942149,0.6942149,0.6818182,0.69008267,0.661157,0.6859504,0.6983471,0.6528926,0.61157024,0.6322314,0.7066116,0.72727275,0.75206614,0.77272725,0.78099173,0.7892562,0.7768595,0.77272725,0.7892562,0.78099173,0.76859504,0.7768595,0.7768595,0.78099173,0.7644628,0.74793386,0.72727275,0.7107438,0.69008267,0.69008267,0.6694215,0.61157024,0.5661157,0.5082645,0.5661157,0.6198347,0.6446281,0.661157,0.6983471,0.7066116,0.7066116,0.7066116,0.7107438,0.7107438,0.71900827,0.71487606,0.72727275,0.71487606,0.71487606,0.7107438,0.6859504,0.661157,0.6198347,0.6363636,0.62396693,0.58677685,0.59917355,0.6487603,0.70247936,0.73140496,0.74380165,0.73966944,0.7066116,0.6694215,0.6570248,0.6570248,0.6404959,0.6446281,0.62396693,0.6198347,0.6528926,0.6322314,0.58677685,0.58264464,0.6363636,0.677686,0.71487606,0.74793386,0.7644628,0.77272725,0.76859504,0.76859504,0.78099173,0.7768595,0.76859504,0.7644628,0.7644628,0.76859504,0.76033056,0.73966944,0.7231405,0.71487606,0.6983471,0.6735537,0.6404959,0.58264464,0.58677685,0.5041322,0.5413223,0.59504133,0.6280992,0.6446281,0.6694215,0.6818182,0.69008267,0.69008267,0.70247936,0.6983471,0.71900827,0.6942149,0.71900827,0.6942149,0.69008267,0.6735537,0.6570248,0.6280992,0.59090906,0.5785124,0.5495868,0.5041322,0.5206612,0.57438016,0.62396693,0.6694215,0.6818182,0.661157,0.6198347,0.57438016,0.5661157,0.57024795,0.553719,0.5495868,0.553719,0.553719,0.57438016,0.57024795,0.553719,0.5413223,0.58264464,0.62396693,0.6694215,0.7066116,0.7355372,0.75206614,0.75619835,0.75619835,0.76033056,0.76859504,0.7644628,0.74793386,0.74380165,0.75206614,0.74380165,0.73140496,0.7066116,0.7066116,0.69008267,0.6528926,0.6198347,0.5413223,0.59090906,0.5082645,0.5165289,0.57438016,0.607438,0.6280992,0.6446281,0.661157,0.6818182,0.677686,0.6859504,0.6859504,0.70247936,0.69008267,0.6983471,0.6942149,0.69008267,0.6652893,0.6446281,0.59090906,0.5165289,0.46280992,0.4338843,0.41735536,0.44214877,0.49586776,0.54545456,0.57438016,0.607438,0.58677685,0.5413223,0.49586776,0.4752066,0.46280992,0.4090909,0.40082645,0.41735536,0.4338843,0.4752066,0.5,0.49173555,0.5123967,0.56198347,0.58677685,0.61570245,0.6487603,0.6942149,0.71487606,0.73140496,0.73966944,0.74793386,0.75619835,0.74793386,0.73966944,0.72727275,0.73140496,0.72727275,0.7107438,0.70247936,0.6818182,0.661157,0.6363636,0.607438,0.49586776,0.59917355,0.5123967,0.49173555,0.5495868,0.58264464,0.60330576,0.61157024,0.6363636,0.6735537,0.6694215,0.6652893,0.6735537,0.6859504,0.6859504,0.69008267,0.69008267,0.677686,0.6652893,0.6404959,0.59917355,0.48347107,0.37190083,0.3140496,0.30991736,0.3553719,0.40082645,0.43801653,0.47933885,0.49586776,0.5041322,0.49586776,0.446281,0.40082645,0.37603307,0.30991736,0.2644628,0.26859504,0.30991736,0.3677686,0.4214876,0.45041323,0.5082645,0.5785124,0.607438,0.59917355,0.59917355,0.6528926,0.6694215,0.71900827,0.72727275,0.73966944,0.74380165,0.74793386,0.73140496,0.71900827,0.7107438,0.71487606,0.70247936,0.6942149,0.6694215,0.6487603,0.6198347,0.59504133,0.46280992,0.59504133,0.5165289,0.46694216,0.5082645,0.553719,0.5661157,0.59090906,0.6198347,0.6487603,0.6570248,0.661157,0.6694215,0.6818182,0.677686,0.6859504,0.6818182,0.6694215,0.6652893,0.6570248,0.6487603,0.5785124,0.38842976,0.2768595,0.23553719,0.2603306,0.29338843,0.33471075,0.37190083,0.40082645,0.41322315,0.43801653,0.38842976,0.35123968,0.338843,0.32231405,0.28512397,0.2644628,0.2644628,0.30991736,0.39256197,0.45454547,0.5165289,0.60330576,0.661157,0.6363636,0.59504133,0.62396693,0.6446281,0.6983471,0.7107438,0.73966944,0.72727275,0.74793386,0.73140496,0.71487606,0.6942149,0.6942149,0.6859504,0.6694215,0.6528926,0.6404959,0.61570245,0.5785124,0.4214876,0.59504133,0.5413223,0.446281,0.4876033,0.5289256,0.5371901,0.56198347,0.60330576,0.62396693,0.6446281,0.6570248,0.6694215,0.6818182,0.677686,0.6818182,0.6694215,0.6652893,0.6652893,0.6735537,0.6735537,0.661157,0.4876033,0.30578512,0.21487603,0.21900827,0.2231405,0.2520661,0.28099173,0.3140496,0.35123968,0.41322315,0.38429752,0.35123968,0.3429752,0.37190083,0.38016528,0.35123968,0.34710744,0.38016528,0.446281,0.48347107,0.5289256,0.61157024,0.6942149,0.69008267,0.6446281,0.607438,0.6198347,0.6570248,0.69008267,0.7107438,0.7066116,0.7107438,0.7066116,0.70247936,0.677686,0.661157,0.661157,0.6570248,0.6322314,0.61570245,0.59917355,0.58264464,0.3677686,0.5785124,0.57438016,0.43801653,0.45454547,0.5,0.5206612,0.5413223,0.5785124,0.607438,0.62396693,0.6487603,0.6528926,0.6652893,0.6818182,0.677686,0.6694215,0.6652893,0.6694215,0.661157,0.677686,0.6859504,0.5661157,0.3677686,0.25619835,0.2603306,0.23140496,0.22727273,0.21487603,0.2892562,0.29338843,0.35950413,0.36363637,0.3553719,0.37190083,0.41322315,0.4338843,0.42561984,0.45041323,0.48347107,0.5,0.5123967,0.54545456,0.62396693,0.70247936,0.71900827,0.69008267,0.6446281,0.6404959,0.6404959,0.6735537,0.677686,0.6983471,0.6859504,0.6942149,0.69008267,0.6652893,0.6363636,0.6363636,0.6363636,0.61157024,0.58677685,0.56198347,0.57438016,0.3553719,0.53305787,0.607438,0.45041323,0.43801653,0.46280992,0.49586776,0.5413223,0.57024795,0.59917355,0.61570245,0.6322314,0.6404959,0.6487603,0.6735537,0.677686,0.6652893,0.6652893,0.6735537,0.6694215,0.677686,0.69008267,0.59917355,0.4338843,0.33471075,0.30165288,0.28099173,0.2520661,0.25619835,0.24793388,0.2644628,0.28512397,0.3181818,0.36363637,0.4090909,0.446281,0.47107437,0.4876033,0.5,0.5247934,0.5289256,0.53305787,0.553719,0.61570245,0.69008267,0.71900827,0.7231405,0.6983471,0.661157,0.6363636,0.6528926,0.6694215,0.6818182,0.6818182,0.6735537,0.6694215,0.661157,0.6404959,0.6198347,0.61157024,0.59504133,0.57438016,0.553719,0.54545456,0.36363637,0.47933885,0.59504133,0.4752066,0.45041323,0.43801653,0.48347107,0.5247934,0.56198347,0.58264464,0.607438,0.6322314,0.6322314,0.6487603,0.6652893,0.6818182,0.6694215,0.6652893,0.6694215,0.6818182,0.6735537,0.6983471,0.6280992,0.56198347,0.45867768,0.38842976,0.35123968,0.30991736,0.30991736,0.30578512,0.30991736,0.3140496,0.3264463,0.3553719,0.40495867,0.45041323,0.4752066,0.49586776,0.5082645,0.5123967,0.5371901,0.5495868,0.56198347,0.61157024,0.6818182,0.71900827,0.71487606,0.7066116,0.6942149,0.6570248,0.6446281,0.6528926,0.661157,0.6818182,0.677686,0.6652893,0.6528926,0.6322314,0.61157024,0.59917355,0.58677685,0.553719,0.5371901,0.53305787,0.37190083,0.45867768,0.58264464,0.48347107,0.46280992,0.45041323,0.47107437,0.5082645,0.54545456,0.5661157,0.59504133,0.62396693,0.6322314,0.6487603,0.6652893,0.6735537,0.6652893,0.6694215,0.6528926,0.6694215,0.6694215,0.6694215,0.6487603,0.61570245,0.56198347,0.5123967,0.446281,0.38429752,0.36363637,0.3677686,0.3677686,0.38429752,0.38429752,0.37603307,0.41735536,0.45454547,0.47933885,0.48347107,0.5123967,0.5082645,0.5413223,0.55785125,0.5785124,0.61570245,0.6694215,0.71487606,0.7107438,0.6983471,0.6942149,0.677686,0.6404959,0.6404959,0.6570248,0.6694215,0.6859504,0.6694215,0.6487603,0.6322314,0.59917355,0.59090906,0.5785124,0.54545456,0.5413223,0.553719,0.38016528,0.45041323,0.553719,0.48347107,0.4876033,0.4752066,0.47933885,0.5041322,0.5371901,0.5661157,0.58264464,0.59917355,0.61157024,0.6487603,0.6735537,0.6404959,0.6446281,0.6694215,0.6528926,0.6652893,0.6528926,0.6487603,0.6363636,0.6280992,0.61570245,0.59090906,0.53305787,0.47933885,0.42975205,0.40495867,0.4090909,0.41322315,0.4090909,0.41735536,0.4214876,0.46694216,0.49173555,0.49173555,0.5123967,0.5206612,0.5495868,0.5785124,0.59917355,0.61157024,0.6735537,0.6942149,0.7066116,0.70247936,0.6818182,0.6735537,0.6404959,0.61570245,0.6322314,0.6570248,0.6818182,0.6735537,0.6652893,0.6280992,0.59090906,0.58677685,0.5785124,0.54545456,0.55785125,0.55785125,0.38429752,0.4338843,0.5123967,0.4752066,0.5,0.5041322,0.49586776,0.5165289,0.5371901,0.54545456,0.55785125,0.59504133,0.61570245,0.6280992,0.6322314,0.62396693,0.6280992,0.6363636,0.6404959,0.6280992,0.6198347,0.62396693,0.62396693,0.6198347,0.62396693,0.6198347,0.58677685,0.5413223,0.48347107,0.446281,0.44214877,0.44214877,0.42561984,0.4338843,0.42975205,0.47107437,0.47933885,0.5,0.5165289,0.5289256,0.56198347,0.59504133,0.62396693,0.6446281,0.677686,0.70247936,0.70247936,0.6942149,0.6818182,0.6652893,0.6446281,0.59917355,0.59504133,0.6404959,0.6652893,0.661157,0.6446281,0.6322314,0.59090906,0.58264464,0.58677685,0.56198347,0.56198347,0.5661157,0.38842976,0.4090909,0.46694216,0.46694216,0.49586776,0.5289256,0.5123967,0.5371901,0.553719,0.5495868,0.5661157,0.59504133,0.61157024,0.61570245,0.6280992,0.61570245,0.607438,0.607438,0.6198347,0.59504133,0.59504133,0.60330576,0.59090906,0.59917355,0.61157024,0.607438,0.59504133,0.5661157,0.5206612,0.46694216,0.446281,0.44214877,0.41735536,0.41735536,0.43801653,0.446281,0.4876033,0.5,0.5247934,0.54545456,0.57024795,0.59504133,0.6198347,0.6404959,0.6652893,0.677686,0.6694215,0.6528926,0.6446281,0.6487603,0.6363636,0.61157024,0.5785124,0.6322314,0.6528926,0.661157,0.6404959,0.61157024,0.59917355,0.59504133,0.59504133,0.58264464,0.5785124,0.57438016,0.38842976,0.40495867,0.40495867,0.44214877,0.5041322,0.553719,0.5289256,0.56198347,0.57438016,0.5413223,0.56198347,0.58264464,0.59504133,0.6198347,0.607438,0.61157024,0.59504133,0.59090906,0.59090906,0.57024795,0.553719,0.57438016,0.57438016,0.5785124,0.5785124,0.58677685,0.5661157,0.553719,0.5289256,0.4876033,0.45867768,0.43801653,0.4214876,0.40495867,0.4338843,0.43801653,0.46694216,0.49586776,0.5165289,0.54545456,0.57438016,0.57438016,0.58264464,0.59090906,0.59917355,0.62396693,0.60330576,0.607438,0.58264464,0.59090906,0.61570245,0.6322314,0.57024795,0.60330576,0.661157,0.6694215,0.6487603,0.60330576,0.61157024,0.61157024,0.59917355,0.59504133,0.59090906,0.58264464,0.38842976,0.39256197,0.4090909,0.42561984,0.48347107,0.55785125,0.5289256,0.57024795,0.59090906,0.57024795,0.55785125,0.57438016,0.58677685,0.5785124,0.58264464,0.59917355,0.5785124,0.56198347,0.54545456,0.5247934,0.5123967,0.5413223,0.5413223,0.53305787,0.5371901,0.5413223,0.5247934,0.5289256,0.5165289,0.5247934,0.4876033,0.45041323,0.4338843,0.41322315,0.4214876,0.45867768,0.48347107,0.5041322,0.5123967,0.53305787,0.5495868,0.5413223,0.53305787,0.5413223,0.5165289,0.5123967,0.5289256,0.53305787,0.53305787,0.553719,0.5785124,0.607438,0.58264464,0.59090906,0.6735537,0.6735537,0.6652893,0.62396693,0.6198347,0.6280992,0.60330576,0.59504133,0.59090906,0.58677685,0.40082645,0.39256197,0.38429752,0.4338843,0.48347107,0.55785125,0.5206612,0.5371901,0.61570245,0.59917355,0.56198347,0.56198347,0.5413223,0.56198347,0.56198347,0.5495868,0.5247934,0.49173555,0.45867768,0.43801653,0.43801653,0.46280992,0.48347107,0.49586776,0.49173555,0.5082645,0.5,0.5123967,0.5289256,0.56198347,0.5371901,0.5041322,0.46280992,0.45041323,0.45041323,0.4876033,0.5082645,0.5123967,0.5165289,0.5082645,0.5041322,0.49586776,0.47933885,0.4752066,0.44214877,0.446281,0.43801653,0.45867768,0.49586776,0.54545456,0.55785125,0.59090906,0.57438016,0.607438,0.6735537,0.6983471,0.6652893,0.6363636,0.6363636,0.6363636,0.61570245,0.607438,0.59917355,0.58264464,0.3966942,0.40495867,0.37603307,0.44214877,0.4752066,0.54545456,0.5371901,0.5247934,0.6280992,0.61570245,0.5661157,0.54545456,0.5123967,0.5123967,0.5123967,0.49173555,0.45454547,0.40495867,0.3553719,0.33471075,0.338843,0.3553719,0.38429752,0.42561984,0.44214877,0.46694216,0.47933885,0.4876033,0.5041322,0.5247934,0.5082645,0.5082645,0.47933885,0.45454547,0.446281,0.44214877,0.43801653,0.4338843,0.42975205,0.41735536,0.4090909,0.40082645,0.40495867,0.38842976,0.38842976,0.37603307,0.40495867,0.39256197,0.46280992,0.5206612,0.5371901,0.57024795,0.56198347,0.61570245,0.69008267,0.6942149,0.6652893,0.6487603,0.6487603,0.6322314,0.61570245,0.61570245,0.60330576,0.59917355,0.39256197,0.40495867,0.38842976,0.39256197,0.48347107,0.5289256,0.54545456,0.5413223,0.6198347,0.61157024,0.58264464,0.5661157,0.49173555,0.46694216,0.46280992,0.446281,0.39256197,0.32231405,0.2603306,0.24380165,0.24793388,0.25619835,0.2603306,0.3140496,0.32231405,0.3264463,0.3305785,0.32231405,0.3553719,0.35950413,0.38016528,0.41735536,0.41322315,0.38842976,0.3677686,0.338843,0.30165288,0.27272728,0.29338843,0.29338843,0.28512397,0.3140496,0.3181818,0.30165288,0.30991736,0.28512397,0.3181818,0.3305785,0.38016528,0.46694216,0.5082645,0.5413223,0.54545456,0.6280992,0.6983471,0.6983471,0.6570248,0.6487603,0.661157,0.6322314,0.62396693,0.60330576,0.60330576,0.6198347,0.38842976,0.40082645,0.3677686,0.40495867,0.45454547,0.5206612,0.5371901,0.5206612,0.5785124,0.59917355,0.58677685,0.59917355,0.5165289,0.4214876,0.41322315,0.3966942,0.33471075,0.29338843,0.30165288,0.3264463,0.30578512,0.28512397,0.2892562,0.28099173,0.2768595,0.28099173,0.2520661,0.28512397,0.32231405,0.34710744,0.35123968,0.37190083,0.38429752,0.35950413,0.338843,0.30991736,0.30165288,0.28512397,0.3264463,0.33471075,0.34710744,0.37603307,0.38016528,0.37190083,0.37603307,0.37190083,0.4214876,0.41322315,0.4090909,0.46694216,0.5247934,0.5371901,0.54545456,0.6363636,0.6983471,0.6859504,0.6487603,0.6363636,0.6404959,0.6363636,0.607438,0.60330576,0.61157024,0.607438,0.38842976,0.38429752,0.38429752,0.38016528,0.42561984,0.49586776,0.5413223,0.5123967,0.5123967,0.5785124,0.57438016,0.59090906,0.55785125,0.446281,0.4090909,0.446281,0.42975205,0.4214876,0.48347107,0.5165289,0.5,0.45867768,0.46280992,0.44214877,0.46280992,0.48347107,0.5,0.54545456,0.57024795,0.58264464,0.55785125,0.53305787,0.5289256,0.5082645,0.4876033,0.47933885,0.4752066,0.4752066,0.47107437,0.47933885,0.49586776,0.5123967,0.5289256,0.5413223,0.553719,0.56198347,0.58677685,0.58677685,0.57024795,0.57024795,0.58677685,0.57024795,0.57438016,0.6528926,0.6942149,0.6735537,0.6363636,0.61570245,0.6198347,0.6198347,0.607438,0.60330576,0.61157024,0.59504133,0.38842976,0.38016528,0.39256197,0.3677686,0.39256197,0.47107437,0.53305787,0.5206612,0.5123967,0.56198347,0.55785125,0.56198347,0.58677685,0.5123967,0.446281,0.4876033,0.553719,0.5785124,0.59504133,0.59090906,0.5661157,0.553719,0.553719,0.553719,0.5495868,0.54545456,0.57024795,0.62396693,0.661157,0.6983471,0.6859504,0.661157,0.6652893,0.6404959,0.6280992,0.59504133,0.59504133,0.59917355,0.58677685,0.59504133,0.59917355,0.60330576,0.607438,0.6198347,0.6198347,0.6280992,0.6528926,0.6570248,0.6446281,0.61570245,0.607438,0.59090906,0.61570245,0.6652893,0.6859504,0.661157,0.6198347,0.61570245,0.60330576,0.61157024,0.61157024,0.607438,0.59917355,0.57438016,0.39256197,0.38842976,0.38842976,0.37190083,0.38016528,0.45041323,0.5,0.5165289,0.5206612,0.56198347,0.553719,0.553719,0.58264464,0.57024795,0.48347107,0.4752066,0.5661157,0.60330576,0.60330576,0.5661157,0.5495868,0.5661157,0.553719,0.57024795,0.58264464,0.58677685,0.58264464,0.607438,0.6198347,0.6280992,0.6363636,0.6446281,0.6528926,0.6363636,0.6446281,0.6363636,0.6280992,0.6446281,0.6322314,0.6322314,0.6322314,0.6322314,0.62396693,0.62396693,0.61570245,0.62396693,0.6570248,0.6735537,0.6652893,0.6446281,0.607438,0.59090906,0.6404959,0.6694215,0.6694215,0.6404959,0.60330576,0.59504133,0.58677685,0.59090906,0.607438,0.59504133,0.58677685,0.55785125,0.38016528,0.39256197,0.38016528,0.37603307,0.36363637,0.40495867,0.4752066,0.5123967,0.5123967,0.5371901,0.55785125,0.5495868,0.56198347,0.59090906,0.5495868,0.5,0.5165289,0.60330576,0.58264464,0.5661157,0.54545456,0.54545456,0.5371901,0.5413223,0.55785125,0.5661157,0.57024795,0.59090906,0.58677685,0.5785124,0.5661157,0.58264464,0.57438016,0.58677685,0.607438,0.607438,0.60330576,0.61157024,0.61157024,0.61570245,0.607438,0.59917355,0.607438,0.60330576,0.59917355,0.6198347,0.6487603,0.6735537,0.6694215,0.6570248,0.59917355,0.59090906,0.6322314,0.6652893,0.6446281,0.6198347,0.59090906,0.553719,0.5661157,0.5785124,0.58677685,0.57438016,0.56198347,0.5413223,0.38016528,0.38842976,0.37603307,0.38429752,0.35123968,0.3677686,0.4338843,0.45867768,0.49173555,0.5206612,0.5206612,0.53305787,0.5495868,0.56198347,0.5413223,0.5289256,0.5165289,0.55785125,0.57024795,0.5413223,0.5206612,0.5165289,0.5123967,0.5082645,0.5041322,0.5082645,0.5041322,0.5206612,0.5082645,0.49586776,0.4876033,0.5082645,0.5,0.5413223,0.5413223,0.553719,0.54545456,0.5495868,0.56198347,0.56198347,0.56198347,0.55785125,0.57024795,0.57438016,0.59090906,0.6280992,0.6404959,0.6570248,0.6570248,0.61570245,0.58264464,0.57024795,0.58264464,0.6363636,0.6198347,0.59504133,0.57438016,0.553719,0.5661157,0.57438016,0.57438016,0.55785125,0.5371901,0.53305787,0.38016528,0.38429752,0.38016528,0.38429752,0.37190083,0.3429752,0.39256197,0.42975205,0.46280992,0.5082645,0.5,0.5247934,0.5371901,0.5413223,0.5289256,0.53305787,0.5123967,0.5123967,0.53305787,0.5206612,0.49173555,0.49173555,0.4752066,0.45041323,0.44214877,0.44214877,0.4214876,0.42561984,0.42561984,0.41735536,0.446281,0.46694216,0.46280992,0.47107437,0.46280992,0.47107437,0.46280992,0.48347107,0.48347107,0.4876033,0.5,0.5247934,0.54545456,0.56198347,0.58264464,0.61570245,0.62396693,0.6280992,0.6280992,0.59504133,0.57438016,0.553719,0.5661157,0.59504133,0.58677685,0.55785125,0.55785125,0.54545456,0.553719,0.5413223,0.553719,0.5413223,0.5247934,0.5123967,0.37603307,0.38842976,0.38842976,0.38016528,0.38842976,0.338843,0.32231405,0.4090909,0.4338843,0.47107437,0.49173555,0.5082645,0.5206612,0.5206612,0.5247934,0.5289256,0.5165289,0.5082645,0.5,0.5,0.4752066,0.46694216,0.45041323,0.41322315,0.40082645,0.3677686,0.3553719,0.36363637,0.34710744,0.38842976,0.40495867,0.44214877,0.41322315,0.43801653,0.40495867,0.41322315,0.41735536,0.446281,0.44214877,0.45041323,0.47933885,0.5041322,0.5371901,0.55785125,0.57438016,0.59090906,0.607438,0.59917355,0.59917355,0.55785125,0.57438016,0.57438016,0.57438016,0.57024795,0.553719,0.5371901,0.5413223,0.53305787,0.5289256,0.5289256,0.5289256,0.5206612,0.49586776,0.4876033,0.38429752,0.38429752,0.38842976,0.38016528,0.39256197,0.37190083,0.2768595,0.34710744,0.41322315,0.45041323,0.47107437,0.45041323,0.47933885,0.5123967,0.5206612,0.5165289,0.5247934,0.5206612,0.5123967,0.5041322,0.47933885,0.45041323,0.4338843,0.41735536,0.40495867,0.38429752,0.37190083,0.3429752,0.34710744,0.3677686,0.38016528,0.39256197,0.39256197,0.41322315,0.38842976,0.39256197,0.4090909,0.43801653,0.446281,0.46280992,0.4752066,0.49586776,0.53305787,0.5413223,0.55785125,0.57438016,0.61157024,0.59090906,0.607438,0.57438016,0.58264464,0.58677685,0.57024795,0.5661157,0.5371901,0.5247934,0.5206612,0.5123967,0.5082645,0.5165289,0.5165289,0.5123967,0.4876033,0.46694216,0.38429752,0.37190083,0.38842976,0.38429752,0.38429752,0.3966942,0.3181818,0.2892562,0.36363637,0.4214876,0.446281,0.4338843,0.45041323,0.49586776,0.5123967,0.5123967,0.53305787,0.54545456,0.5413223,0.5206612,0.5,0.47107437,0.42975205,0.42975205,0.41322315,0.41322315,0.38842976,0.37190083,0.3677686,0.38016528,0.38842976,0.37603307,0.4090909,0.4214876,0.41322315,0.40495867,0.4214876,0.45454547,0.45867768,0.4752066,0.5,0.5247934,0.5289256,0.5413223,0.55785125,0.58677685,0.6198347,0.61570245,0.61570245,0.58264464,0.59090906,0.59090906,0.57024795,0.5413223,0.5247934,0.5206612,0.5123967,0.5082645,0.5082645,0.5082645,0.4876033,0.49586776,0.47933885,0.45041323,0.38016528,0.37190083,0.38016528,0.39256197,0.38842976,0.38429752,0.38429752,0.27272728,0.3140496,0.38016528,0.42975205,0.4338843,0.45867768,0.48347107,0.5041322,0.5123967,0.5206612,0.54545456,0.57024795,0.5661157,0.553719,0.53305787,0.5082645,0.46694216,0.43801653,0.446281,0.42975205,0.41735536,0.41322315,0.4214876,0.43801653,0.446281,0.45867768,0.45867768,0.446281,0.45454547,0.47107437,0.48347107,0.48347107,0.5,0.5247934,0.53305787,0.553719,0.59090906,0.59504133,0.6363636,0.6528926,0.6404959,0.607438,0.57438016,0.5661157,0.57024795,0.5661157,0.53305787,0.5041322,0.5123967,0.5165289,0.5082645,0.49586776,0.49586776,0.47933885,0.48347107,0.46280992,0.44214877,0.38016528,0.3677686,0.37190083,0.39256197,0.38842976,0.38842976,0.4090909,0.3181818,0.2644628,0.3181818,0.38016528,0.43801653,0.45454547,0.46694216,0.4876033,0.5041322,0.5082645,0.5413223,0.5785124,0.59504133,0.6363636,0.59917355,0.59504133,0.5371901,0.5082645,0.5123967,0.5082645,0.5206612,0.5,0.4876033,0.47107437,0.46694216,0.47107437,0.45867768,0.46694216,0.5206612,0.553719,0.56198347,0.5495868,0.57438016,0.58264464,0.5785124,0.607438,0.6487603,0.6487603,0.6859504,0.6859504,0.6570248,0.61157024,0.58264464,0.56198347,0.5785124,0.55785125,0.5413223,0.5165289,0.5041322,0.5082645,0.5,0.49586776,0.48347107,0.4752066,0.46694216,0.46280992,0.45454547,12 +0.26859504,0.27272728,0.32231405,0.45454547,0.48347107,0.53305787,0.57024795,0.59504133,0.6280992,0.6404959,0.6652893,0.6735537,0.6859504,0.7066116,0.73140496,0.73966944,0.74380165,0.74793386,0.7644628,0.78099173,0.78099173,0.8057851,0.8016529,0.80991733,0.8140496,0.8181818,0.8140496,0.8016529,0.79752064,0.8057851,0.8140496,0.80991733,0.80991733,0.80991733,0.8181818,0.8305785,0.8181818,0.8057851,0.8016529,0.7892562,0.78512394,0.78512394,0.78512394,0.7644628,0.75206614,0.7768595,0.7768595,0.78099173,0.76859504,0.7644628,0.7644628,0.75619835,0.75206614,0.74793386,0.7355372,0.7107438,0.6859504,0.6570248,0.607438,0.59090906,0.57438016,0.5785124,0.58677685,0.59090906,0.2520661,0.2520661,0.2892562,0.44214877,0.4752066,0.5247934,0.5785124,0.59504133,0.6322314,0.6528926,0.6735537,0.6859504,0.6983471,0.71487606,0.72727275,0.73966944,0.75206614,0.75206614,0.74793386,0.77272725,0.7768595,0.7933884,0.8016529,0.80991733,0.80991733,0.80991733,0.8057851,0.7933884,0.7892562,0.79752064,0.80991733,0.8181818,0.8057851,0.80991733,0.8181818,0.822314,0.8140496,0.80991733,0.7933884,0.7768595,0.78512394,0.78512394,0.78099173,0.7768595,0.7644628,0.78099173,0.7768595,0.7768595,0.76859504,0.75619835,0.7644628,0.76033056,0.75619835,0.74793386,0.73140496,0.70247936,0.69008267,0.6528926,0.62396693,0.58677685,0.57438016,0.57024795,0.5785124,0.57438016,0.2520661,0.2520661,0.26859504,0.45454547,0.47107437,0.5165289,0.553719,0.59090906,0.6363636,0.6652893,0.6859504,0.70247936,0.7066116,0.71487606,0.7231405,0.7355372,0.7355372,0.72727275,0.74793386,0.73966944,0.7644628,0.7768595,0.7892562,0.79752064,0.8016529,0.8016529,0.7892562,0.7644628,0.76859504,0.8016529,0.8140496,0.8140496,0.8016529,0.80991733,0.80991733,0.80991733,0.79752064,0.7892562,0.78512394,0.7644628,0.7768595,0.7768595,0.7768595,0.76859504,0.77272725,0.78099173,0.7768595,0.7768595,0.78099173,0.78099173,0.78099173,0.76859504,0.7644628,0.75206614,0.74793386,0.71487606,0.69008267,0.6487603,0.61157024,0.58677685,0.57438016,0.56198347,0.57438016,0.5661157,0.25619835,0.25619835,0.24380165,0.43801653,0.48347107,0.5041322,0.55785125,0.607438,0.6446281,0.6652893,0.6942149,0.71900827,0.72727275,0.72727275,0.71900827,0.71900827,0.74380165,0.73140496,0.71487606,0.73140496,0.75206614,0.7644628,0.7644628,0.7644628,0.78099173,0.7933884,0.7892562,0.7644628,0.78099173,0.79752064,0.8057851,0.8057851,0.7892562,0.7933884,0.78512394,0.7892562,0.78099173,0.78099173,0.76859504,0.75619835,0.76033056,0.7644628,0.78099173,0.77272725,0.7768595,0.78099173,0.78099173,0.78512394,0.78512394,0.78512394,0.7768595,0.76859504,0.7644628,0.7644628,0.75206614,0.72727275,0.70247936,0.6487603,0.607438,0.57438016,0.57438016,0.57024795,0.5661157,0.55785125,0.23140496,0.23553719,0.20247933,0.41735536,0.4876033,0.5123967,0.5661157,0.62396693,0.677686,0.6942149,0.7107438,0.7231405,0.74793386,0.73966944,0.6942149,0.6983471,0.73966944,0.7231405,0.71487606,0.72727275,0.74380165,0.74793386,0.7355372,0.73966944,0.77272725,0.78512394,0.78512394,0.76859504,0.77272725,0.8016529,0.79752064,0.78099173,0.77272725,0.76033056,0.76033056,0.76859504,0.76033056,0.75619835,0.76033056,0.75206614,0.76033056,0.74380165,0.77272725,0.7768595,0.76859504,0.77272725,0.7768595,0.7768595,0.77272725,0.7768595,0.78099173,0.76033056,0.73966944,0.77272725,0.74793386,0.74380165,0.71900827,0.6694215,0.61570245,0.57438016,0.56198347,0.553719,0.54545456,0.54545456,0.27272728,0.2603306,0.17768595,0.39256197,0.47933885,0.5165289,0.58677685,0.6280992,0.6735537,0.7231405,0.71487606,0.6983471,0.72727275,0.7355372,0.6859504,0.677686,0.70247936,0.71900827,0.71900827,0.7231405,0.7355372,0.74380165,0.7355372,0.73966944,0.7644628,0.77272725,0.77272725,0.76033056,0.7644628,0.78512394,0.78512394,0.7768595,0.7644628,0.75619835,0.75206614,0.75206614,0.74793386,0.74380165,0.76033056,0.74793386,0.74793386,0.74793386,0.74793386,0.75619835,0.73966944,0.73966944,0.74380165,0.74380165,0.72727275,0.7231405,0.7355372,0.7231405,0.6983471,0.73140496,0.7231405,0.73140496,0.7231405,0.677686,0.6198347,0.57438016,0.57024795,0.54545456,0.5371901,0.5123967,0.21487603,0.2107438,0.17768595,0.3677686,0.4752066,0.5123967,0.5785124,0.607438,0.607438,0.6446281,0.6322314,0.61570245,0.6363636,0.6652893,0.6570248,0.6487603,0.661157,0.7066116,0.71900827,0.72727275,0.73140496,0.7231405,0.73140496,0.72727275,0.74380165,0.75619835,0.7644628,0.74793386,0.73966944,0.77272725,0.7768595,0.7644628,0.74380165,0.75206614,0.74793386,0.73966944,0.75206614,0.74793386,0.73140496,0.7355372,0.73966944,0.73140496,0.7066116,0.6818182,0.6528926,0.6528926,0.661157,0.677686,0.6735537,0.6528926,0.677686,0.6859504,0.6942149,0.70247936,0.6859504,0.6818182,0.6818182,0.6570248,0.62396693,0.5785124,0.57438016,0.553719,0.5371901,0.5041322,0.18595041,0.16528925,0.16528925,0.35950413,0.46694216,0.5041322,0.55785125,0.5785124,0.5661157,0.57438016,0.61157024,0.5206612,0.54545456,0.55785125,0.5785124,0.5413223,0.57438016,0.6198347,0.6570248,0.6859504,0.6983471,0.71900827,0.71487606,0.7231405,0.71900827,0.7355372,0.73966944,0.7231405,0.71487606,0.73966944,0.75619835,0.75206614,0.73140496,0.7355372,0.71900827,0.71900827,0.72727275,0.71900827,0.6859504,0.661157,0.6570248,0.6446281,0.61157024,0.59090906,0.553719,0.54545456,0.5661157,0.58677685,0.59090906,0.60330576,0.6363636,0.6404959,0.6694215,0.661157,0.6487603,0.6487603,0.6404959,0.6322314,0.6280992,0.59504133,0.5785124,0.54545456,0.5206612,0.5206612,0.19008264,0.16115703,0.1570248,0.3553719,0.46280992,0.49173555,0.5206612,0.5495868,0.5495868,0.5371901,0.5123967,0.4876033,0.45867768,0.47933885,0.4752066,0.46694216,0.49173555,0.5123967,0.5495868,0.59504133,0.6363636,0.6652893,0.7107438,0.6942149,0.7066116,0.70247936,0.71487606,0.70247936,0.6942149,0.71487606,0.73140496,0.72727275,0.71900827,0.6983471,0.6983471,0.6694215,0.6570248,0.6446281,0.60330576,0.57024795,0.5495868,0.5371901,0.5165289,0.4876033,0.46694216,0.4876033,0.5,0.5123967,0.5247934,0.5495868,0.59504133,0.6198347,0.6404959,0.661157,0.6404959,0.61570245,0.6198347,0.61570245,0.59090906,0.59504133,0.57438016,0.5289256,0.5247934,0.5165289,0.1570248,0.13636364,0.1446281,0.338843,0.45454547,0.4876033,0.4752066,0.5206612,0.53305787,0.5041322,0.5123967,0.4876033,0.42975205,0.42561984,0.4090909,0.4090909,0.43801653,0.446281,0.46280992,0.5041322,0.5371901,0.60330576,0.6404959,0.6570248,0.6735537,0.69008267,0.6942149,0.677686,0.677686,0.7066116,0.71487606,0.6983471,0.7107438,0.6694215,0.6859504,0.6198347,0.59917355,0.57438016,0.53305787,0.49173555,0.45867768,0.43801653,0.41735536,0.41735536,0.39256197,0.4214876,0.44214877,0.46280992,0.5082645,0.5165289,0.54545456,0.58677685,0.59917355,0.60330576,0.59504133,0.58677685,0.59090906,0.59504133,0.5661157,0.57438016,0.57438016,0.5041322,0.5123967,0.5247934,0.1983471,0.16528925,0.11983471,0.338843,0.446281,0.4876033,0.43801653,0.47933885,0.5247934,0.5041322,0.49586776,0.49173555,0.44214877,0.41735536,0.38429752,0.37190083,0.38429752,0.38429752,0.38429752,0.41322315,0.45867768,0.5247934,0.57438016,0.61157024,0.6322314,0.661157,0.6818182,0.6735537,0.6735537,0.6983471,0.70247936,0.6942149,0.6818182,0.6652893,0.6652893,0.60330576,0.5413223,0.5165289,0.48347107,0.43801653,0.40495867,0.39256197,0.3553719,0.39256197,0.40082645,0.3966942,0.43801653,0.4876033,0.5206612,0.5371901,0.553719,0.5661157,0.56198347,0.56198347,0.57438016,0.5661157,0.56198347,0.5785124,0.54545456,0.553719,0.56198347,0.5123967,0.5123967,0.5206612,0.22727273,0.16115703,0.11570248,0.35950413,0.45454547,0.446281,0.4338843,0.446281,0.5165289,0.5413223,0.53305787,0.5413223,0.5289256,0.49586776,0.46694216,0.4338843,0.38842976,0.3677686,0.3264463,0.35123968,0.38016528,0.43801653,0.48347107,0.5371901,0.58677685,0.6446281,0.6859504,0.70247936,0.7066116,0.7107438,0.7231405,0.7107438,0.6983471,0.6652893,0.6363636,0.56198347,0.5041322,0.4752066,0.446281,0.4090909,0.38842976,0.38842976,0.37603307,0.40495867,0.44214877,0.4876033,0.5371901,0.58264464,0.61157024,0.6198347,0.61570245,0.59917355,0.58264464,0.553719,0.54545456,0.5165289,0.5247934,0.5123967,0.5371901,0.5206612,0.5289256,0.5206612,0.5165289,0.5247934,0.23966943,0.14876033,0.10330579,0.41735536,0.48347107,0.38842976,0.41322315,0.45454547,0.5413223,0.57438016,0.59090906,0.60330576,0.61157024,0.6363636,0.6280992,0.57024795,0.4876033,0.41322315,0.3677686,0.3553719,0.3429752,0.35950413,0.37603307,0.4338843,0.5247934,0.62396693,0.6942149,0.72727275,0.74793386,0.75206614,0.76859504,0.73966944,0.7231405,0.677686,0.607438,0.5413223,0.48347107,0.43801653,0.40495867,0.3966942,0.38016528,0.38429752,0.37603307,0.40082645,0.446281,0.5247934,0.61157024,0.6859504,0.6942149,0.69008267,0.6735537,0.6404959,0.61570245,0.57438016,0.57024795,0.5247934,0.49586776,0.5,0.49173555,0.49586776,0.5123967,0.5082645,0.5082645,0.5247934,0.2768595,0.16115703,0.09917355,0.45867768,0.5289256,0.34710744,0.38842976,0.49173555,0.54545456,0.5661157,0.56198347,0.54545456,0.5289256,0.553719,0.553719,0.5247934,0.446281,0.38429752,0.338843,0.3305785,0.3264463,0.3264463,0.30578512,0.33471075,0.4338843,0.57438016,0.6942149,0.75206614,0.78099173,0.7892562,0.7892562,0.7768595,0.75206614,0.6859504,0.59504133,0.5165289,0.45454547,0.40082645,0.38429752,0.3677686,0.35950413,0.30165288,0.29752067,0.32231405,0.3553719,0.41322315,0.4752066,0.4876033,0.5165289,0.5371901,0.57438016,0.5785124,0.5785124,0.5785124,0.59090906,0.57024795,0.5289256,0.5082645,0.4752066,0.4752066,0.49586776,0.5,0.5,0.53305787,0.30165288,0.2107438,0.10330579,0.45041323,0.5289256,0.338843,0.36363637,0.5082645,0.53305787,0.48347107,0.45041323,0.45867768,0.41322315,0.4090909,0.42561984,0.44214877,0.42975205,0.35123968,0.30165288,0.2603306,0.26859504,0.25619835,0.2768595,0.27272728,0.30991736,0.5082645,0.677686,0.75206614,0.79752064,0.8016529,0.7933884,0.78512394,0.76033056,0.6942149,0.58677685,0.49586776,0.41735536,0.36363637,0.35123968,0.33471075,0.26859504,0.2768595,0.28099173,0.3264463,0.33471075,0.35950413,0.3966942,0.37190083,0.3966942,0.42975205,0.45041323,0.48347107,0.4876033,0.46280992,0.5495868,0.57438016,0.56198347,0.5371901,0.49173555,0.47933885,0.48347107,0.49586776,0.5082645,0.53305787,0.28512397,0.28099173,0.1570248,0.45867768,0.53305787,0.38429752,0.40495867,0.49586776,0.40495867,0.38016528,0.40082645,0.3677686,0.37603307,0.34710744,0.28099173,0.2644628,0.26859504,0.23140496,0.21900827,0.24793388,0.26859504,0.24380165,0.2603306,0.2644628,0.21487603,0.38842976,0.6570248,0.7355372,0.7933884,0.8057851,0.79752064,0.78099173,0.76033056,0.6694215,0.5495868,0.46280992,0.39256197,0.3429752,0.32231405,0.29338843,0.30165288,0.3140496,0.29338843,0.37190083,0.30991736,0.23553719,0.2520661,0.20247933,0.24380165,0.21487603,0.2892562,0.37603307,0.40495867,0.4090909,0.43801653,0.47933885,0.53305787,0.5413223,0.5,0.48347107,0.49586776,0.49586776,0.49586776,0.5289256,0.33471075,0.3305785,0.23140496,0.46694216,0.5206612,0.43801653,0.4338843,0.38842976,0.3181818,0.3429752,0.338843,0.2520661,0.38429752,0.35950413,0.2107438,0.19421488,0.16528925,0.16115703,0.17768595,0.1983471,0.2768595,0.2768595,0.26859504,0.2892562,0.24380165,0.2768595,0.59504133,0.72727275,0.78512394,0.8057851,0.7933884,0.7892562,0.74793386,0.6280992,0.5041322,0.446281,0.41735536,0.35950413,0.38429752,0.33471075,0.3429752,0.30165288,0.3553719,0.4752066,0.3966942,0.27272728,0.2520661,0.1694215,0.2231405,0.19421488,0.2603306,0.40495867,0.3429752,0.33471075,0.37190083,0.39256197,0.4338843,0.5082645,0.5123967,0.4876033,0.49586776,0.4876033,0.5123967,0.5289256,0.41735536,0.3264463,0.28099173,0.46280992,0.5206612,0.48347107,0.42561984,0.3305785,0.2892562,0.26859504,0.21900827,0.2768595,0.43801653,0.46280992,0.2603306,0.23553719,0.18595041,0.1983471,0.2231405,0.2644628,0.3553719,0.3140496,0.2892562,0.24380165,0.2768595,0.2644628,0.4752066,0.7107438,0.7768595,0.80991733,0.7933884,0.7933884,0.71900827,0.57438016,0.49586776,0.43801653,0.43801653,0.44214877,0.41322315,0.32231405,0.29338843,0.33471075,0.41735536,0.53305787,0.49586776,0.34710744,0.3181818,0.22727273,0.30991736,0.28512397,0.40082645,0.5123967,0.41735536,0.37603307,0.39256197,0.3966942,0.40082645,0.4214876,0.45867768,0.49173555,0.5082645,0.5041322,0.5413223,0.5495868,0.4090909,0.22727273,0.28099173,0.49586776,0.5371901,0.5206612,0.45867768,0.3264463,0.30165288,0.338843,0.38016528,0.41322315,0.45867768,0.4876033,0.38842976,0.32231405,0.32231405,0.32231405,0.33471075,0.40495867,0.44214877,0.38842976,0.34710744,0.27272728,0.30991736,0.2892562,0.45454547,0.6983471,0.78512394,0.8181818,0.8057851,0.8016529,0.6735537,0.5041322,0.49586776,0.42561984,0.45454547,0.49173555,0.39256197,0.3305785,0.3966942,0.46280992,0.5371901,0.59504133,0.62396693,0.5495868,0.49586776,0.39256197,0.41322315,0.42975205,0.553719,0.56198347,0.5289256,0.5165289,0.5082645,0.5082645,0.48347107,0.446281,0.45041323,0.5,0.5206612,0.553719,0.5413223,0.57438016,0.36363637,0.20247933,0.25619835,0.5165289,0.55785125,0.54545456,0.5247934,0.42561984,0.42975205,0.46280992,0.49586776,0.5371901,0.53305787,0.53305787,0.5206612,0.49586776,0.5041322,0.5041322,0.5123967,0.54545456,0.5206612,0.5123967,0.45454547,0.42975205,0.41735536,0.34710744,0.47107437,0.6859504,0.7933884,0.8264463,0.8140496,0.8140496,0.6735537,0.46694216,0.5165289,0.4876033,0.45867768,0.47933885,0.4338843,0.43801653,0.4876033,0.5371901,0.57438016,0.59504133,0.6280992,0.6198347,0.61157024,0.59090906,0.55785125,0.607438,0.607438,0.607438,0.60330576,0.62396693,0.6322314,0.6363636,0.607438,0.55785125,0.5289256,0.5661157,0.59090906,0.59504133,0.58677685,0.58264464,0.28099173,0.17768595,0.29338843,0.5123967,0.58677685,0.57024795,0.55785125,0.53305787,0.5165289,0.5123967,0.53305787,0.5495868,0.54545456,0.5289256,0.5206612,0.5371901,0.5495868,0.5247934,0.47933885,0.45041323,0.44214877,0.45041323,0.5289256,0.56198347,0.5413223,0.45867768,0.5041322,0.677686,0.8016529,0.8264463,0.822314,0.80991733,0.70247936,0.47933885,0.5165289,0.553719,0.49586776,0.49173555,0.5,0.5165289,0.5247934,0.5371901,0.5495868,0.58264464,0.607438,0.61570245,0.6363636,0.6487603,0.6280992,0.6570248,0.6694215,0.6859504,0.6694215,0.6487603,0.6322314,0.6363636,0.6363636,0.62396693,0.62396693,0.6404959,0.6487603,0.6322314,0.6446281,0.6198347,0.2892562,0.1446281,0.30991736,0.5371901,0.60330576,0.61157024,0.60330576,0.58264464,0.57024795,0.5123967,0.54545456,0.59504133,0.61570245,0.60330576,0.57438016,0.55785125,0.5289256,0.47933885,0.446281,0.45041323,0.5082645,0.553719,0.61570245,0.59917355,0.59090906,0.553719,0.5413223,0.661157,0.79752064,0.8347107,0.8181818,0.8181818,0.7107438,0.5413223,0.53305787,0.59504133,0.5661157,0.553719,0.56198347,0.57438016,0.5785124,0.5495868,0.5247934,0.53305787,0.5661157,0.61157024,0.6322314,0.6570248,0.677686,0.6859504,0.69008267,0.6942149,0.677686,0.6528926,0.6322314,0.6570248,0.6942149,0.6942149,0.7066116,0.6942149,0.7066116,0.6942149,0.6652893,0.6446281,0.3429752,0.1570248,0.32231405,0.5371901,0.59917355,0.6446281,0.6363636,0.60330576,0.5785124,0.5495868,0.5413223,0.553719,0.57024795,0.57024795,0.5206612,0.5,0.49173555,0.49173555,0.5206612,0.56198347,0.607438,0.58264464,0.5785124,0.59504133,0.6404959,0.6198347,0.5495868,0.6570248,0.7933884,0.838843,0.8181818,0.8057851,0.70247936,0.57438016,0.5371901,0.61157024,0.62396693,0.62396693,0.6404959,0.62396693,0.61570245,0.607438,0.59504133,0.56198347,0.5123967,0.4876033,0.49586776,0.5206612,0.56198347,0.5785124,0.60330576,0.61157024,0.6198347,0.61570245,0.59917355,0.62396693,0.6198347,0.677686,0.7231405,0.72727275,0.7355372,0.7355372,0.7066116,0.677686,0.45454547,0.21487603,0.28512397,0.553719,0.6363636,0.6446281,0.6280992,0.58264464,0.5785124,0.57438016,0.56198347,0.54545456,0.5247934,0.49173555,0.48347107,0.53305787,0.57024795,0.59090906,0.62396693,0.61570245,0.60330576,0.58677685,0.607438,0.6487603,0.6694215,0.6198347,0.553719,0.6735537,0.7933884,0.8347107,0.8140496,0.7892562,0.7066116,0.61157024,0.55785125,0.61157024,0.6694215,0.6735537,0.69008267,0.7066116,0.6735537,0.6446281,0.6487603,0.6487603,0.6528926,0.6528926,0.6404959,0.61157024,0.60330576,0.59504133,0.59504133,0.61570245,0.6280992,0.661157,0.6818182,0.7231405,0.6983471,0.6983471,0.6983471,0.71487606,0.7231405,0.73140496,0.71487606,0.6818182,0.5,0.3429752,0.23966943,0.59504133,0.61157024,0.6198347,0.6322314,0.62396693,0.59504133,0.58677685,0.61570245,0.6404959,0.6528926,0.6528926,0.677686,0.6859504,0.6859504,0.6983471,0.661157,0.6404959,0.60330576,0.62396693,0.6818182,0.70247936,0.677686,0.59917355,0.553719,0.69008267,0.7892562,0.8347107,0.8140496,0.7892562,0.72727275,0.6487603,0.59090906,0.61157024,0.6859504,0.6859504,0.677686,0.7231405,0.7355372,0.71900827,0.69008267,0.6735537,0.6528926,0.6487603,0.661157,0.6652893,0.69008267,0.69008267,0.6859504,0.7066116,0.7107438,0.71900827,0.72727275,0.74380165,0.74793386,0.75206614,0.75619835,0.7355372,0.7066116,0.7107438,0.71900827,0.6859504,0.4752066,0.44214877,0.23140496,0.5661157,0.61570245,0.6404959,0.6735537,0.6652893,0.6487603,0.6363636,0.6363636,0.6859504,0.6942149,0.6983471,0.6859504,0.6735537,0.6694215,0.6859504,0.661157,0.6652893,0.6735537,0.70247936,0.72727275,0.69008267,0.661157,0.59504133,0.553719,0.71487606,0.7892562,0.8264463,0.8181818,0.7892562,0.74793386,0.6859504,0.62396693,0.62396693,0.6818182,0.6818182,0.6735537,0.6942149,0.74380165,0.78099173,0.7644628,0.73966944,0.72727275,0.7066116,0.6942149,0.70247936,0.72727275,0.7355372,0.74380165,0.76859504,0.7644628,0.78099173,0.7892562,0.7933884,0.78512394,0.78099173,0.76859504,0.74793386,0.73140496,0.71487606,0.7066116,0.6942149,0.41322315,0.553719,0.34710744,0.53305787,0.61570245,0.6487603,0.6818182,0.7107438,0.71900827,0.7107438,0.69008267,0.73140496,0.73966944,0.72727275,0.6983471,0.6942149,0.69008267,0.70247936,0.7107438,0.73140496,0.74380165,0.74380165,0.7231405,0.6652893,0.6280992,0.58264464,0.58677685,0.7107438,0.78099173,0.822314,0.8057851,0.7892562,0.76033056,0.71487606,0.6570248,0.6570248,0.6570248,0.6446281,0.6818182,0.6942149,0.7355372,0.78512394,0.7892562,0.7892562,0.8057851,0.79752064,0.78099173,0.7768595,0.78099173,0.7892562,0.78512394,0.79752064,0.79752064,0.8016529,0.7933884,0.7892562,0.78512394,0.7768595,0.7768595,0.7355372,0.72727275,0.73140496,0.7066116,0.6859504,0.34710744,0.57438016,0.47107437,0.54545456,0.6198347,0.6446281,0.6652893,0.70247936,0.73140496,0.7355372,0.71487606,0.74793386,0.7644628,0.7644628,0.74793386,0.75206614,0.73966944,0.75206614,0.75619835,0.7644628,0.76033056,0.74380165,0.7066116,0.6487603,0.6198347,0.61570245,0.6570248,0.72727275,0.78512394,0.8181818,0.80991733,0.7892562,0.76033056,0.73966944,0.6983471,0.6694215,0.677686,0.6694215,0.6735537,0.7107438,0.74380165,0.77272725,0.7892562,0.79752064,0.8140496,0.8140496,0.8140496,0.8057851,0.79752064,0.8181818,0.8057851,0.80991733,0.8181818,0.8016529,0.78099173,0.76859504,0.7644628,0.77272725,0.78099173,0.74380165,0.7355372,0.74380165,0.71900827,0.6859504,0.35123968,0.5247934,0.5495868,0.553719,0.6280992,0.6487603,0.677686,0.70247936,0.73140496,0.74380165,0.72727275,0.74380165,0.7644628,0.76033056,0.76033056,0.76859504,0.75206614,0.75619835,0.77272725,0.7768595,0.75206614,0.7355372,0.6983471,0.6446281,0.61157024,0.6528926,0.7231405,0.7644628,0.7933884,0.8140496,0.80991733,0.7892562,0.7644628,0.73966944,0.73140496,0.6694215,0.6570248,0.6859504,0.6818182,0.71900827,0.75206614,0.7644628,0.78099173,0.7933884,0.80991733,0.8181818,0.80991733,0.822314,0.8140496,0.822314,0.80991733,0.79752064,0.8057851,0.79752064,0.77272725,0.74793386,0.75619835,0.76859504,0.76033056,0.71900827,0.71487606,0.71900827,0.72727275,0.6983471,0.35950413,0.446281,0.57024795,0.57024795,0.6322314,0.6487603,0.6818182,0.71487606,0.73140496,0.74380165,0.73966944,0.73966944,0.75206614,0.75619835,0.75619835,0.76033056,0.75206614,0.76033056,0.77272725,0.77272725,0.74380165,0.73966944,0.6818182,0.62396693,0.607438,0.677686,0.73140496,0.7768595,0.80991733,0.822314,0.80991733,0.7892562,0.75619835,0.7355372,0.74380165,0.6859504,0.6198347,0.6363636,0.661157,0.6983471,0.73966944,0.76033056,0.77272725,0.7892562,0.8016529,0.8016529,0.8016529,0.8181818,0.8057851,0.80991733,0.80991733,0.79752064,0.7892562,0.78512394,0.77272725,0.75619835,0.75619835,0.76033056,0.75619835,0.6942149,0.6859504,0.70247936,0.7066116,0.7066116,0.35950413,0.4090909,0.5413223,0.59504133,0.6446281,0.661157,0.69008267,0.70247936,0.7107438,0.72727275,0.73140496,0.71900827,0.7355372,0.74793386,0.75206614,0.75206614,0.75206614,0.75206614,0.76033056,0.75206614,0.73966944,0.71487606,0.6446281,0.60330576,0.6198347,0.69008267,0.73140496,0.78512394,0.8181818,0.8181818,0.80991733,0.78512394,0.75206614,0.7355372,0.73966944,0.7066116,0.6363636,0.6363636,0.6528926,0.6694215,0.6983471,0.72727275,0.75206614,0.78099173,0.79752064,0.7892562,0.79752064,0.80991733,0.8016529,0.8016529,0.80991733,0.7933884,0.78099173,0.7644628,0.76859504,0.7768595,0.77272725,0.77272725,0.75619835,0.7107438,0.71487606,0.6983471,0.69008267,0.69008267,0.3553719,0.38842976,0.5123967,0.59917355,0.6322314,0.6570248,0.6735537,0.7066116,0.7231405,0.72727275,0.7066116,0.6983471,0.7231405,0.7355372,0.74380165,0.75206614,0.74793386,0.75206614,0.73966944,0.7355372,0.71487606,0.6570248,0.6198347,0.60330576,0.6280992,0.677686,0.7355372,0.7892562,0.8140496,0.8057851,0.78099173,0.77272725,0.7355372,0.7231405,0.73140496,0.7066116,0.6694215,0.6694215,0.6694215,0.6652893,0.6528926,0.6735537,0.6983471,0.75206614,0.7768595,0.78099173,0.7768595,0.7933884,0.79752064,0.78512394,0.78512394,0.78512394,0.77272725,0.75619835,0.77272725,0.7768595,0.78099173,0.7768595,0.75619835,0.72727275,0.7107438,0.70247936,0.6818182,0.6694215,0.37603307,0.3677686,0.45454547,0.5785124,0.61157024,0.6363636,0.6652893,0.6942149,0.7107438,0.6983471,0.7066116,0.6983471,0.7066116,0.71487606,0.73140496,0.72727275,0.7355372,0.74380165,0.73140496,0.7107438,0.69008267,0.6280992,0.59504133,0.6198347,0.62396693,0.6694215,0.73966944,0.7892562,0.8057851,0.79752064,0.75206614,0.75619835,0.7231405,0.7107438,0.7066116,0.70247936,0.6859504,0.69008267,0.6942149,0.6859504,0.6446281,0.62396693,0.6322314,0.6983471,0.73140496,0.74793386,0.74793386,0.7768595,0.78099173,0.76859504,0.75619835,0.77272725,0.7768595,0.76859504,0.76033056,0.7644628,0.7644628,0.76033056,0.75619835,0.72727275,0.7066116,0.70247936,0.6818182,0.6363636,0.3966942,0.34710744,0.41735536,0.55785125,0.59917355,0.607438,0.6404959,0.6735537,0.6735537,0.6694215,0.6859504,0.6942149,0.6942149,0.7066116,0.7066116,0.7107438,0.71487606,0.7355372,0.71900827,0.69008267,0.661157,0.59504133,0.59917355,0.6404959,0.62396693,0.6735537,0.73966944,0.7768595,0.79752064,0.7892562,0.73966944,0.73140496,0.70247936,0.6859504,0.6983471,0.6942149,0.677686,0.69008267,0.6942149,0.6859504,0.6404959,0.5785124,0.59090906,0.59917355,0.6404959,0.6983471,0.7107438,0.75619835,0.75206614,0.73966944,0.73966944,0.75206614,0.76859504,0.76859504,0.74793386,0.7355372,0.73140496,0.74793386,0.74380165,0.7231405,0.70247936,0.677686,0.661157,0.62396693,0.38429752,0.33471075,0.42975205,0.5,0.58264464,0.58677685,0.607438,0.6280992,0.6487603,0.6487603,0.6570248,0.6652893,0.677686,0.6859504,0.69008267,0.6942149,0.6983471,0.7066116,0.6983471,0.6652893,0.61570245,0.59090906,0.62396693,0.6322314,0.59917355,0.6528926,0.7107438,0.7355372,0.77272725,0.76033056,0.7355372,0.7107438,0.677686,0.6694215,0.6818182,0.6694215,0.6570248,0.661157,0.6570248,0.6528926,0.6404959,0.55785125,0.53305787,0.5495868,0.57024795,0.6280992,0.6652893,0.6983471,0.7107438,0.70247936,0.71900827,0.73140496,0.73140496,0.7355372,0.75619835,0.7355372,0.7107438,0.7355372,0.71900827,0.7066116,0.677686,0.6570248,0.6363636,0.59917355,0.37190083,0.36363637,0.37603307,0.49173555,0.5123967,0.5495868,0.56198347,0.58264464,0.6198347,0.62396693,0.6280992,0.6487603,0.6528926,0.661157,0.6652893,0.6652893,0.6983471,0.677686,0.6694215,0.6363636,0.58677685,0.5785124,0.61157024,0.59504133,0.56198347,0.59504133,0.6528926,0.6983471,0.71900827,0.7231405,0.71900827,0.6818182,0.6446281,0.6487603,0.6528926,0.6322314,0.61157024,0.60330576,0.59090906,0.59090906,0.59090906,0.5165289,0.47107437,0.5413223,0.553719,0.553719,0.57438016,0.61570245,0.6446281,0.661157,0.69008267,0.70247936,0.71487606,0.7231405,0.7231405,0.71487606,0.677686,0.7107438,0.69008267,0.6859504,0.6570248,0.6404959,0.6280992,0.58677685,0.37603307,0.37190083,0.37603307,0.41735536,0.45454547,0.4876033,0.5041322,0.5413223,0.58264464,0.59917355,0.607438,0.61570245,0.6280992,0.62396693,0.6694215,0.6528926,0.6735537,0.6528926,0.6404959,0.6280992,0.59917355,0.53305787,0.5206612,0.5,0.45454547,0.5289256,0.5495868,0.61570245,0.6735537,0.6652893,0.661157,0.59917355,0.56198347,0.5495868,0.5413223,0.5289256,0.5041322,0.47933885,0.4876033,0.4876033,0.5,0.46280992,0.45041323,0.55785125,0.58677685,0.57024795,0.5371901,0.56198347,0.59504133,0.62396693,0.661157,0.677686,0.6735537,0.6983471,0.6942149,0.6942149,0.661157,0.6528926,0.6528926,0.6528926,0.6280992,0.6198347,0.59504133,0.58264464,0.36363637,0.38842976,0.37190083,0.38429752,0.3966942,0.43801653,0.46280992,0.5,0.5371901,0.57024795,0.59090906,0.59504133,0.6198347,0.61570245,0.6446281,0.6363636,0.6528926,0.6363636,0.6280992,0.6322314,0.6487603,0.5082645,0.39256197,0.35950413,0.338843,0.40495867,0.5123967,0.5165289,0.5785124,0.5785124,0.55785125,0.5041322,0.46280992,0.44214877,0.43801653,0.35950413,0.3181818,0.30165288,0.32231405,0.34710744,0.4090909,0.4214876,0.4752066,0.59917355,0.661157,0.6446281,0.59504133,0.55785125,0.5785124,0.59504133,0.6322314,0.6404959,0.6404959,0.6570248,0.6487603,0.6404959,0.6280992,0.607438,0.59504133,0.60330576,0.60330576,0.59504133,0.5661157,0.56198347,0.3677686,0.37603307,0.36363637,0.40495867,0.34710744,0.36363637,0.41322315,0.45867768,0.5041322,0.5247934,0.5661157,0.5785124,0.57438016,0.60330576,0.607438,0.61570245,0.6363636,0.6363636,0.6363636,0.6487603,0.6694215,0.607438,0.40082645,0.2520661,0.23966943,0.32231405,0.37603307,0.4214876,0.45867768,0.47933885,0.4752066,0.45454547,0.40495867,0.3677686,0.3429752,0.2603306,0.25619835,0.2644628,0.24793388,0.28512397,0.40495867,0.44214877,0.48347107,0.61157024,0.69008267,0.69008267,0.6694215,0.62396693,0.56198347,0.57438016,0.60330576,0.607438,0.62396693,0.62396693,0.62396693,0.6198347,0.607438,0.58264464,0.5495868,0.5495868,0.5661157,0.5785124,0.5371901,0.5413223,0.38016528,0.3677686,0.37603307,0.42975205,0.3677686,0.29752067,0.338843,0.4214876,0.4752066,0.5,0.5247934,0.53305787,0.5247934,0.56198347,0.59917355,0.607438,0.6198347,0.62396693,0.6363636,0.6446281,0.6528926,0.69008267,0.5495868,0.27272728,0.19008264,0.2231405,0.2644628,0.29752067,0.33471075,0.35950413,0.40495867,0.41322315,0.35123968,0.3140496,0.30578512,0.3140496,0.36363637,0.34710744,0.338843,0.37603307,0.46694216,0.4752066,0.4876033,0.60330576,0.6942149,0.6942149,0.70247936,0.677686,0.6487603,0.58677685,0.58677685,0.59504133,0.61157024,0.61570245,0.6280992,0.61570245,0.60330576,0.5785124,0.5289256,0.5289256,0.5247934,0.55785125,0.5206612,0.53305787,0.38429752,0.3553719,0.37190083,0.45454547,0.4338843,0.30991736,0.32231405,0.39256197,0.45454547,0.45867768,0.46694216,0.47933885,0.49173555,0.5413223,0.59504133,0.6198347,0.62396693,0.6198347,0.6446281,0.6363636,0.6404959,0.6818182,0.607438,0.35123968,0.22727273,0.23140496,0.21487603,0.23140496,0.2644628,0.2768595,0.34710744,0.38429752,0.3305785,0.30578512,0.30165288,0.37190083,0.3966942,0.41735536,0.446281,0.48347107,0.5041322,0.5082645,0.5123967,0.59917355,0.677686,0.677686,0.6859504,0.6694215,0.6652893,0.6446281,0.58677685,0.55785125,0.57438016,0.607438,0.6363636,0.6528926,0.6570248,0.62396693,0.5661157,0.5,0.5123967,0.5165289,0.5206612,0.53305787,0.3677686,0.36363637,0.3677686,0.45041323,0.49586776,0.3966942,0.29338843,0.41322315,0.41735536,0.4214876,0.41322315,0.4090909,0.49173555,0.56198347,0.61157024,0.62396693,0.6280992,0.62396693,0.61157024,0.6322314,0.6404959,0.6652893,0.61570245,0.446281,0.3181818,0.2892562,0.25619835,0.23553719,0.20661157,0.21900827,0.2644628,0.30578512,0.2892562,0.29338843,0.33471075,0.4090909,0.42561984,0.47107437,0.49173555,0.5,0.5041322,0.5123967,0.53305787,0.60330576,0.6528926,0.6570248,0.6694215,0.6446281,0.6322314,0.62396693,0.59917355,0.53305787,0.5,0.54545456,0.59917355,0.6652893,0.6694215,0.6859504,0.661157,0.57438016,0.5041322,0.5165289,0.5206612,0.5413223,0.36363637,0.3677686,0.36363637,0.43801653,0.5165289,0.49173555,0.37190083,0.40495867,0.446281,0.40082645,0.37603307,0.46280992,0.57438016,0.61157024,0.6198347,0.607438,0.607438,0.6198347,0.607438,0.61157024,0.6280992,0.6363636,0.61157024,0.53305787,0.42561984,0.35950413,0.29338843,0.28099173,0.24380165,0.23553719,0.24793388,0.27272728,0.27272728,0.2892562,0.3553719,0.40495867,0.42561984,0.46280992,0.47933885,0.49586776,0.49586776,0.5206612,0.5495868,0.59917355,0.6198347,0.6363636,0.6487603,0.6280992,0.6198347,0.61570245,0.59504133,0.55785125,0.46694216,0.44214877,0.5123967,0.61157024,0.6322314,0.6694215,0.677686,0.6446281,0.57438016,0.5289256,0.5371901,0.57024795,0.3677686,0.36363637,0.3553719,0.42975205,0.5123967,0.55785125,0.47107437,0.43801653,0.5123967,0.44214877,0.48347107,0.59090906,0.607438,0.61157024,0.59504133,0.57438016,0.553719,0.59090906,0.5785124,0.58677685,0.59504133,0.61157024,0.58677685,0.57438016,0.5165289,0.44214877,0.3553719,0.33471075,0.30991736,0.32231405,0.30165288,0.32231405,0.30991736,0.32231405,0.3677686,0.4090909,0.446281,0.45867768,0.46694216,0.4752066,0.5,0.53305787,0.5785124,0.607438,0.59917355,0.6280992,0.6446281,0.6198347,0.607438,0.607438,0.58677685,0.58264464,0.55785125,0.42561984,0.38842976,0.5371901,0.58264464,0.6487603,0.6652893,0.6363636,0.62396693,0.5661157,0.54545456,0.57024795,0.3677686,0.38429752,0.3429752,0.4090909,0.5082645,0.57024795,0.5247934,0.49173555,0.56198347,0.5495868,0.61157024,0.61157024,0.5785124,0.5661157,0.57438016,0.553719,0.5247934,0.5289256,0.5371901,0.5413223,0.5495868,0.57438016,0.57438016,0.57024795,0.553719,0.5,0.4338843,0.38429752,0.35123968,0.37190083,0.37190083,0.38429752,0.37190083,0.37603307,0.39256197,0.4214876,0.44214877,0.45867768,0.46280992,0.48347107,0.5041322,0.53305787,0.5785124,0.57024795,0.59090906,0.60330576,0.61570245,0.58264464,0.5495868,0.5165289,0.5165289,0.5247934,0.57024795,0.5082645,0.33471075,0.45454547,0.57438016,0.6363636,0.6652893,0.62396693,0.6280992,0.59504133,0.55785125,0.58264464,0.36363637,0.36363637,0.35123968,0.38429752,0.5082645,0.54545456,0.5495868,0.5289256,0.58264464,0.61157024,0.6198347,0.553719,0.53305787,0.5247934,0.53305787,0.5247934,0.48347107,0.43801653,0.47107437,0.47933885,0.5041322,0.5123967,0.5247934,0.5371901,0.5413223,0.5206612,0.4752066,0.42975205,0.38016528,0.38016528,0.38429752,0.4090909,0.41322315,0.39256197,0.40495867,0.41322315,0.42561984,0.43801653,0.45041323,0.47933885,0.48347107,0.5206612,0.5371901,0.5247934,0.5371901,0.5289256,0.5206612,0.49173555,0.45867768,0.41735536,0.42561984,0.44214877,0.47933885,0.5165289,0.40082645,0.41322315,0.56198347,0.6322314,0.661157,0.6363636,0.62396693,0.59090906,0.58264464,0.59090906,0.3553719,0.40082645,0.32231405,0.40082645,0.46280992,0.5371901,0.56198347,0.553719,0.59090906,0.61157024,0.61570245,0.5247934,0.48347107,0.47107437,0.45454547,0.42561984,0.40082645,0.3553719,0.37603307,0.40495867,0.44214877,0.446281,0.4752066,0.48347107,0.49173555,0.49173555,0.46694216,0.4338843,0.3966942,0.37603307,0.38842976,0.40082645,0.38842976,0.38016528,0.39256197,0.38842976,0.40495867,0.41322315,0.4338843,0.446281,0.4752066,0.49173555,0.47933885,0.47107437,0.47933885,0.446281,0.4214876,0.38016528,0.36363637,0.33471075,0.35950413,0.38429752,0.41322315,0.45867768,0.43801653,0.4338843,0.58677685,0.6363636,0.6446281,0.6404959,0.61570245,0.57438016,0.5661157,0.60330576,0.34710744,0.37603307,0.35950413,0.3677686,0.45867768,0.53305787,0.55785125,0.553719,0.5785124,0.5785124,0.61570245,0.54545456,0.42561984,0.37190083,0.35950413,0.3305785,0.3181818,0.27272728,0.2520661,0.2892562,0.3305785,0.3677686,0.38016528,0.40082645,0.40495867,0.42561984,0.4214876,0.39256197,0.38016528,0.36363637,0.37603307,0.38016528,0.37190083,0.38016528,0.37190083,0.37603307,0.3966942,0.40495867,0.4214876,0.4214876,0.43801653,0.44214877,0.4214876,0.4090909,0.40495867,0.38016528,0.3305785,0.28512397,0.2768595,0.2768595,0.30578512,0.33471075,0.36363637,0.41322315,0.4214876,0.5,0.6322314,0.6446281,0.6280992,0.6198347,0.59917355,0.55785125,0.553719,0.59090906,0.37190083,0.35123968,0.3677686,0.3553719,0.44214877,0.5123967,0.5661157,0.5371901,0.54545456,0.5371901,0.607438,0.62396693,0.46694216,0.3553719,0.3305785,0.3181818,0.28512397,0.21900827,0.18181819,0.20247933,0.22727273,0.26859504,0.2644628,0.29752067,0.3553719,0.3140496,0.3264463,0.338843,0.34710744,0.3553719,0.37190083,0.37603307,0.3677686,0.38016528,0.38429752,0.37190083,0.40082645,0.40082645,0.41322315,0.39256197,0.38842976,0.37190083,0.36363637,0.35123968,0.33471075,0.29338843,0.27272728,0.30578512,0.3677686,0.37190083,0.36363637,0.37603307,0.38429752,0.4338843,0.46280992,0.57024795,0.6528926,0.6446281,0.61570245,0.5785124,0.5661157,0.54545456,0.5413223,0.59917355,0.37190083,0.36363637,0.37190083,0.35123968,0.39256197,0.4752066,0.553719,0.54545456,0.5,0.49173555,0.5661157,0.6280992,0.5661157,0.4338843,0.37190083,0.35950413,0.3264463,0.25619835,0.23140496,0.23553719,0.2107438,0.21487603,0.2231405,0.22727273,0.2644628,0.2644628,0.2768595,0.30165288,0.3140496,0.3429752,0.3553719,0.3553719,0.3553719,0.35950413,0.36363637,0.3553719,0.3429752,0.35123968,0.3181818,0.33471075,0.32231405,0.338843,0.3429752,0.35950413,0.37603307,0.40082645,0.40082645,0.42561984,0.46280992,0.45867768,0.46694216,0.47107437,0.446281,0.46694216,0.5082645,0.61570245,0.6735537,0.6570248,0.607438,0.54545456,0.53305787,0.5413223,0.54545456,0.58677685,0.35950413,0.3677686,0.35950413,0.3677686,0.3429752,0.42561984,0.5206612,0.56198347,0.45867768,0.45867768,0.49586776,0.59917355,0.607438,0.56198347,0.5041322,0.46280992,0.40082645,0.33471075,0.35123968,0.37603307,0.3429752,0.33471075,0.3181818,0.30578512,0.25619835,0.25619835,0.23966943,0.28099173,0.29338843,0.32231405,0.338843,0.33471075,0.3305785,0.3181818,0.30991736,0.3140496,0.2892562,0.30991736,0.338843,0.3966942,0.4214876,0.446281,0.47107437,0.5041322,0.5165289,0.5247934,0.4876033,0.47107437,0.5,0.53305787,0.5495868,0.54545456,0.5413223,0.5371901,0.54545456,0.6322314,0.6652893,0.6528926,0.5785124,0.5165289,0.5165289,0.5165289,0.5495868,0.57438016,0.3553719,0.3677686,0.35950413,0.37603307,0.32231405,0.38842976,0.48347107,0.57438016,0.47933885,0.41735536,0.43801653,0.5661157,0.607438,0.6280992,0.60330576,0.59090906,0.553719,0.5082645,0.5123967,0.49586776,0.4752066,0.47933885,0.49173555,0.5,0.47107437,0.47107437,0.4876033,0.5041322,0.5123967,0.5289256,0.5206612,0.46280992,0.3966942,0.38842976,0.38842976,0.37603307,0.4090909,0.45867768,0.5,0.53305787,0.56198347,0.5661157,0.5785124,0.59090906,0.58264464,0.5661157,0.54545456,0.5165289,0.5661157,0.61157024,0.6363636,0.61157024,0.60330576,0.58677685,0.57438016,0.6404959,0.6487603,0.62396693,0.5495868,0.4876033,0.49586776,0.5,0.5371901,0.54545456,0.3553719,0.36363637,0.35950413,0.35950413,0.34710744,0.3140496,0.45454547,0.53305787,0.5206612,0.37603307,0.37603307,0.5082645,0.57438016,0.57438016,0.55785125,0.58264464,0.6198347,0.62396693,0.59090906,0.553719,0.5082645,0.5123967,0.5206612,0.54545456,0.56198347,0.57024795,0.57438016,0.58264464,0.61570245,0.61157024,0.607438,0.57024795,0.5247934,0.49173555,0.4752066,0.46280992,0.49586776,0.5247934,0.55785125,0.58677685,0.60330576,0.60330576,0.59504133,0.60330576,0.58264464,0.57024795,0.57024795,0.55785125,0.607438,0.6446281,0.6652893,0.6280992,0.61157024,0.607438,0.57024795,0.6198347,0.61570245,0.58677685,0.5041322,0.4876033,0.4876033,0.49586776,0.5123967,0.5165289,0.35123968,0.3553719,0.35950413,0.35950413,0.3677686,0.29752067,0.34710744,0.46280992,0.5206612,0.37603307,0.3305785,0.41322315,0.5206612,0.54545456,0.5165289,0.5371901,0.58677685,0.6446281,0.59090906,0.5495868,0.5,0.49173555,0.5123967,0.5247934,0.5495868,0.57024795,0.5785124,0.60330576,0.62396693,0.607438,0.59504133,0.5785124,0.55785125,0.5165289,0.5123967,0.5123967,0.5289256,0.5371901,0.54545456,0.5661157,0.58677685,0.59504133,0.5785124,0.5785124,0.5495868,0.55785125,0.553719,0.59090906,0.61570245,0.6280992,0.62396693,0.59917355,0.61157024,0.60330576,0.58677685,0.58264464,0.57438016,0.54545456,0.4752066,0.45041323,0.46280992,0.48347107,0.49586776,0.4876033,0.35123968,0.3553719,0.35950413,0.3677686,0.36363637,0.37603307,0.27272728,0.38429752,0.46280992,0.39256197,0.30578512,0.3429752,0.43801653,0.5082645,0.49173555,0.47107437,0.5661157,0.59917355,0.59917355,0.53305787,0.4876033,0.47107437,0.47933885,0.4876033,0.5082645,0.5289256,0.5206612,0.553719,0.57024795,0.5413223,0.553719,0.5371901,0.5206612,0.5041322,0.5041322,0.5082645,0.5123967,0.5123967,0.5247934,0.53305787,0.5495868,0.56198347,0.5413223,0.5371901,0.5371901,0.5495868,0.553719,0.59090906,0.61157024,0.61157024,0.59917355,0.60330576,0.62396693,0.59090906,0.58677685,0.56198347,0.5289256,0.5082645,0.45867768,0.4338843,0.446281,0.46694216,0.47107437,0.45454547,0.35123968,0.3553719,0.36363637,0.36363637,0.36363637,0.37190083,0.30991736,0.29338843,0.38016528,0.40082645,0.32231405,0.28512397,0.3305785,0.44214877,0.48347107,0.43801653,0.5082645,0.57438016,0.59504133,0.5371901,0.4876033,0.45867768,0.43801653,0.4338843,0.446281,0.45454547,0.45454547,0.46280992,0.47933885,0.47107437,0.46280992,0.47933885,0.47107437,0.4752066,0.47107437,0.46694216,0.45867768,0.47933885,0.4876033,0.49173555,0.5123967,0.49173555,0.5,0.5165289,0.53305787,0.5413223,0.553719,0.57024795,0.59090906,0.62396693,0.6198347,0.59090906,0.59504133,0.5661157,0.56198347,0.53305787,0.48347107,0.47107437,0.446281,0.42561984,0.42561984,0.446281,0.43801653,0.43801653,0.35950413,0.338843,0.37190083,0.3553719,0.36363637,0.3553719,0.3677686,0.29338843,0.30165288,0.37190083,0.3429752,0.27272728,0.2520661,0.34710744,0.45867768,0.4214876,0.45454547,0.53305787,0.59917355,0.57438016,0.5082645,0.45454547,0.43801653,0.40495867,0.39256197,0.38842976,0.39256197,0.38016528,0.38429752,0.3966942,0.4214876,0.43801653,0.446281,0.44214877,0.4338843,0.43801653,0.42975205,0.43801653,0.46280992,0.47933885,0.4752066,0.47933885,0.48347107,0.5082645,0.5206612,0.53305787,0.5371901,0.55785125,0.59917355,0.6280992,0.60330576,0.553719,0.55785125,0.5289256,0.5247934,0.49173555,0.45867768,0.43801653,0.42561984,0.4214876,0.41735536,0.43801653,0.42975205,0.4214876,0.35123968,0.3429752,0.37190083,0.3305785,0.3677686,0.35950413,0.38016528,0.3429752,0.2520661,0.28099173,0.35123968,0.3140496,0.24793388,0.2603306,0.37603307,0.41735536,0.42975205,0.47933885,0.57024795,0.5785124,0.53305787,0.4752066,0.446281,0.4214876,0.40495867,0.3966942,0.37603307,0.3677686,0.36363637,0.37190083,0.40082645,0.38842976,0.41322315,0.4214876,0.4214876,0.43801653,0.41735536,0.40495867,0.446281,0.46694216,0.4752066,0.4876033,0.5041322,0.5123967,0.5165289,0.53305787,0.5371901,0.58677685,0.6446281,0.6404959,0.61157024,0.55785125,0.5289256,0.5123967,0.4876033,0.46694216,0.42561984,0.4214876,0.42975205,0.43801653,0.4338843,0.43801653,0.43801653,0.41322315,0.35950413,0.3429752,0.3677686,0.3429752,0.36363637,0.35950413,0.36363637,0.37603307,0.3140496,0.25619835,0.29752067,0.30165288,0.30991736,0.25619835,0.30991736,0.41322315,0.4214876,0.446281,0.53305787,0.59090906,0.59090906,0.5371901,0.4752066,0.42975205,0.43801653,0.42975205,0.40082645,0.40082645,0.40495867,0.38842976,0.40495867,0.4090909,0.41735536,0.42561984,0.45454547,0.45041323,0.43801653,0.41322315,0.46280992,0.46694216,0.48347107,0.49586776,0.5041322,0.5165289,0.5206612,0.54545456,0.57438016,0.6404959,0.6735537,0.661157,0.607438,0.55785125,0.5,0.49586776,0.48347107,0.45867768,0.4214876,0.42561984,0.446281,0.44214877,0.44214877,0.4338843,0.41322315,0.42975205,0.3429752,0.36363637,0.36363637,0.3553719,0.36363637,0.36363637,0.3553719,0.37603307,0.37603307,0.2892562,0.23553719,0.29752067,0.3264463,0.29752067,0.30165288,0.40495867,0.42975205,0.446281,0.5041322,0.5785124,0.61570245,0.59917355,0.5495868,0.46280992,0.46280992,0.45041323,0.42561984,0.43801653,0.4338843,0.4338843,0.44214877,0.446281,0.47107437,0.5,0.49173555,0.47107437,0.45867768,0.49173555,0.5,0.49173555,0.4876033,0.5,0.5165289,0.53305787,0.56198347,0.59504133,0.62396693,0.677686,0.6735537,0.6694215,0.59917355,0.5495868,0.5289256,0.49173555,0.4876033,0.46694216,0.45454547,0.45041323,0.45867768,0.45454547,0.43801653,0.41735536,0.42975205,0.40495867,0.3429752,0.35123968,0.36363637,0.3553719,0.35123968,0.37603307,0.35950413,0.36363637,0.37603307,0.36363637,0.2520661,0.23553719,0.3181818,0.3429752,0.3305785,0.38842976,0.43801653,0.45454547,0.48347107,0.553719,0.60330576,0.6363636,0.6280992,0.57438016,0.48347107,0.49586776,0.4752066,0.49586776,0.48347107,0.49586776,0.48347107,0.47107437,0.49586776,0.5,0.48347107,0.44214877,0.49173555,0.5247934,0.53305787,0.5413223,0.5289256,0.54545456,0.57438016,0.59090906,0.6198347,0.6570248,0.6694215,0.6859504,0.6487603,0.6570248,0.60330576,0.553719,0.53305787,0.5041322,0.5,0.47933885,0.4752066,0.47933885,0.46280992,0.47107437,0.45041323,0.4214876,0.4214876,0.4214876,0.3429752,0.3429752,0.35950413,0.3553719,0.3553719,0.37190083,0.3677686,0.36363637,0.3677686,0.38016528,0.33471075,0.21900827,0.27272728,0.338843,0.35950413,0.39256197,0.4214876,0.42975205,0.46280992,0.5289256,0.59917355,0.61570245,0.6446281,0.6446281,0.607438,0.59504133,0.57438016,0.58264464,0.58264464,0.59917355,0.57024795,0.553719,0.56198347,0.5041322,0.5165289,0.5165289,0.5785124,0.6363636,0.6446281,0.6363636,0.6198347,0.6322314,0.6487603,0.6694215,0.677686,0.6942149,0.6859504,0.677686,0.6570248,0.6198347,0.59090906,0.553719,0.5123967,0.49586776,0.5123967,0.5,0.46280992,0.48347107,0.47107437,0.46694216,0.45867768,0.4338843,0.42561984,0.40495867,0.3429752,0.338843,0.3553719,0.35950413,0.37603307,0.35950413,0.36363637,0.3677686,0.3677686,0.3677686,0.38429752,0.29752067,0.24793388,0.32231405,0.37190083,0.4090909,0.41735536,0.40082645,0.43801653,0.5,0.57024795,0.607438,0.6404959,0.661157,0.6652893,0.6652893,0.6446281,0.6280992,0.6322314,0.6487603,0.6528926,0.6487603,0.6859504,0.6446281,0.6487603,0.661157,0.6983471,0.7066116,0.70247936,0.6942149,0.6859504,0.69008267,0.6942149,0.7066116,0.71487606,0.6983471,0.6983471,0.677686,0.6446281,0.60330576,0.57024795,0.53305787,0.49586776,0.49173555,0.5,0.49173555,0.49586776,0.48347107,0.47107437,0.47107437,0.43801653,0.446281,0.42975205,0.39256197,0.34710744,0.3429752,0.3553719,0.35123968,0.3553719,0.37190083,0.34710744,0.36363637,0.36363637,0.3677686,0.3966942,0.3677686,0.26859504,0.2603306,0.3264463,0.3966942,0.40082645,0.38016528,0.41735536,0.46280992,0.53305787,0.58264464,0.61157024,0.6404959,0.661157,0.6487603,0.6487603,0.6404959,0.6322314,0.6404959,0.661157,0.6570248,0.6735537,0.6818182,0.661157,0.6859504,0.73140496,0.72727275,0.71900827,0.70247936,0.7107438,0.70247936,0.7066116,0.6983471,0.7066116,0.6818182,0.6694215,0.6446281,0.6198347,0.58264464,0.53305787,0.5041322,0.4752066,0.46694216,0.4876033,0.4752066,0.49586776,0.48347107,0.46694216,0.446281,0.43801653,0.43801653,0.41735536,0.38016528,12 +0.5,0.5371901,0.5289256,0.5247934,0.553719,0.607438,0.6404959,0.6528926,0.661157,0.6859504,0.70247936,0.7066116,0.71900827,0.7355372,0.74793386,0.75619835,0.76859504,0.7892562,0.7892562,0.7933884,0.8016529,0.8140496,0.8181818,0.8264463,0.8264463,0.8305785,0.8264463,0.8181818,0.8140496,0.8181818,0.8181818,0.8140496,0.8181818,0.8140496,0.80991733,0.8181818,0.80991733,0.8140496,0.80991733,0.8140496,0.8057851,0.7933884,0.79752064,0.7933884,0.7892562,0.7892562,0.77272725,0.76033056,0.77272725,0.77272725,0.76033056,0.76033056,0.73966944,0.7231405,0.7231405,0.7107438,0.677686,0.6487603,0.607438,0.56198347,0.54545456,0.5495868,0.5495868,0.5289256,0.5082645,0.5247934,0.5247934,0.53305787,0.54545456,0.61157024,0.6322314,0.6487603,0.6652893,0.69008267,0.7066116,0.71487606,0.7355372,0.74380165,0.75619835,0.77272725,0.78099173,0.7892562,0.7933884,0.7933884,0.8016529,0.80991733,0.8181818,0.8264463,0.8305785,0.8264463,0.8305785,0.822314,0.80991733,0.822314,0.8140496,0.8140496,0.8181818,0.8140496,0.8140496,0.8181818,0.8181818,0.8057851,0.822314,0.8181818,0.8057851,0.79752064,0.7933884,0.79752064,0.7933884,0.7933884,0.77272725,0.7644628,0.77272725,0.78512394,0.7644628,0.75619835,0.75206614,0.73140496,0.7231405,0.70247936,0.6818182,0.6487603,0.60330576,0.55785125,0.5289256,0.54545456,0.5289256,0.53305787,0.49586776,0.5123967,0.5247934,0.5206612,0.553719,0.60330576,0.6198347,0.6570248,0.677686,0.6942149,0.71900827,0.73140496,0.7355372,0.75206614,0.7644628,0.77272725,0.78099173,0.78512394,0.7933884,0.79752064,0.79752064,0.8016529,0.80991733,0.8181818,0.8264463,0.8181818,0.8305785,0.8305785,0.822314,0.8181818,0.80991733,0.8057851,0.8181818,0.822314,0.80991733,0.80991733,0.8181818,0.8057851,0.8181818,0.8181818,0.80991733,0.8016529,0.7933884,0.7933884,0.7933884,0.7933884,0.7768595,0.77272725,0.7768595,0.78099173,0.7768595,0.75206614,0.74380165,0.73966944,0.71900827,0.70247936,0.6818182,0.6528926,0.607438,0.56198347,0.5289256,0.5289256,0.53305787,0.5247934,0.4876033,0.5,0.5247934,0.5206612,0.553719,0.59504133,0.61157024,0.6694215,0.6859504,0.7066116,0.7231405,0.73140496,0.74380165,0.75206614,0.78099173,0.76859504,0.77272725,0.7768595,0.7892562,0.7933884,0.7892562,0.7892562,0.79752064,0.8057851,0.8181818,0.8140496,0.8264463,0.822314,0.8264463,0.8181818,0.79752064,0.7892562,0.8140496,0.8264463,0.8140496,0.8140496,0.822314,0.80991733,0.8140496,0.8181818,0.80991733,0.8057851,0.7892562,0.8016529,0.7933884,0.7933884,0.78099173,0.78099173,0.78099173,0.78099173,0.7768595,0.7644628,0.75206614,0.74380165,0.73140496,0.71900827,0.6818182,0.6570248,0.59917355,0.56198347,0.5289256,0.5206612,0.5247934,0.5123967,0.47933885,0.49586776,0.5165289,0.5165289,0.5495868,0.58677685,0.61570245,0.677686,0.6942149,0.71487606,0.72727275,0.73966944,0.74793386,0.7644628,0.78512394,0.7768595,0.78099173,0.75619835,0.78099173,0.7933884,0.7892562,0.78512394,0.7892562,0.79752064,0.8057851,0.80991733,0.80991733,0.8140496,0.8347107,0.822314,0.80991733,0.8016529,0.8140496,0.822314,0.8181818,0.8140496,0.8057851,0.8057851,0.80991733,0.8140496,0.8181818,0.78099173,0.78099173,0.7892562,0.78099173,0.7933884,0.7933884,0.78099173,0.78099173,0.78512394,0.7768595,0.78099173,0.7644628,0.74380165,0.71900827,0.71900827,0.6983471,0.6652893,0.59090906,0.5495868,0.5289256,0.5082645,0.5123967,0.5123967,0.49173555,0.49173555,0.5082645,0.5041322,0.5371901,0.59504133,0.6487603,0.6942149,0.70247936,0.7231405,0.74793386,0.75206614,0.74380165,0.75206614,0.7768595,0.78099173,0.7768595,0.7355372,0.75206614,0.78512394,0.7892562,0.78512394,0.78512394,0.7933884,0.80991733,0.79752064,0.79752064,0.822314,0.822314,0.8347107,0.80991733,0.8016529,0.8181818,0.8264463,0.8140496,0.80991733,0.8016529,0.8016529,0.8057851,0.8016529,0.7892562,0.7933884,0.78099173,0.7933884,0.78099173,0.78512394,0.78512394,0.77272725,0.77272725,0.7768595,0.7644628,0.74380165,0.75206614,0.72727275,0.6859504,0.71487606,0.7066116,0.677686,0.607438,0.553719,0.5165289,0.49586776,0.49586776,0.5041322,0.5,0.5041322,0.5,0.5041322,0.54545456,0.59504133,0.661157,0.6652893,0.6570248,0.6528926,0.6859504,0.7231405,0.71487606,0.70247936,0.7231405,0.74793386,0.74793386,0.7231405,0.7107438,0.74793386,0.7892562,0.7892562,0.78512394,0.7892562,0.7933884,0.79752064,0.79752064,0.8140496,0.8181818,0.8264463,0.8140496,0.78512394,0.8181818,0.8264463,0.8181818,0.80991733,0.8057851,0.8057851,0.79752064,0.7892562,0.78512394,0.7768595,0.77272725,0.7892562,0.77272725,0.75619835,0.7644628,0.73966944,0.72727275,0.73140496,0.7107438,0.6652893,0.6859504,0.69008267,0.6528926,0.6570248,0.6404959,0.6446281,0.6198347,0.553719,0.5165289,0.49173555,0.4876033,0.5041322,0.5,0.5082645,0.5041322,0.5,0.5247934,0.58677685,0.6280992,0.6280992,0.6528926,0.6280992,0.6198347,0.6446281,0.6446281,0.61157024,0.61157024,0.6446281,0.6570248,0.6404959,0.6446281,0.6818182,0.72727275,0.76033056,0.7768595,0.78512394,0.78099173,0.78099173,0.78512394,0.79752064,0.8057851,0.80991733,0.8057851,0.7644628,0.79752064,0.8181818,0.80991733,0.8016529,0.78512394,0.7892562,0.7768595,0.77272725,0.7644628,0.75619835,0.73966944,0.75619835,0.73966944,0.6652893,0.62396693,0.56198347,0.53305787,0.55785125,0.59504133,0.61570245,0.6280992,0.6404959,0.6528926,0.6280992,0.61570245,0.58264464,0.58264464,0.54545456,0.5123967,0.49173555,0.4876033,0.49173555,0.5,0.5,0.5123967,0.49586776,0.5041322,0.553719,0.5785124,0.59504133,0.6280992,0.61157024,0.61157024,0.59090906,0.58264464,0.5413223,0.5206612,0.5495868,0.553719,0.5371901,0.5413223,0.55785125,0.62396693,0.6735537,0.71487606,0.74380165,0.73966944,0.73140496,0.75206614,0.74793386,0.74380165,0.75619835,0.74793386,0.71900827,0.7107438,0.73966944,0.78512394,0.77272725,0.76033056,0.76033056,0.74380165,0.71900827,0.6694215,0.6942149,0.71900827,0.6735537,0.6859504,0.6322314,0.5495868,0.49173555,0.661157,0.72727275,0.75206614,0.6859504,0.6404959,0.5785124,0.60330576,0.59917355,0.58677685,0.56198347,0.56198347,0.53305787,0.5123967,0.47933885,0.49173555,0.49586776,0.5041322,0.5,0.49173555,0.47933885,0.5082645,0.56198347,0.55785125,0.5413223,0.607438,0.6363636,0.6363636,0.59917355,0.5247934,0.49173555,0.46280992,0.49586776,0.5206612,0.41322315,0.57438016,0.57024795,0.5082645,0.5495868,0.553719,0.60330576,0.58264464,0.5413223,0.58677685,0.553719,0.5661157,0.62396693,0.62396693,0.607438,0.60330576,0.5495868,0.6528926,0.6694215,0.6322314,0.61157024,0.57438016,0.53305787,0.45041323,0.53305787,0.6694215,0.57438016,0.5661157,0.553719,0.5,0.37190083,0.5206612,0.62396693,0.6487603,0.6487603,0.59917355,0.5041322,0.46694216,0.49173555,0.5123967,0.5206612,0.49173555,0.5041322,0.5,0.47107437,0.49586776,0.49173555,0.5082645,0.49586776,0.4876033,0.48347107,0.5041322,0.553719,0.5123967,0.5082645,0.6280992,0.6818182,0.677686,0.61157024,0.5123967,0.5247934,0.49173555,0.47933885,0.4752066,0.4214876,0.46280992,0.49586776,0.48347107,0.5289256,0.5165289,0.5289256,0.5082645,0.49586776,0.5082645,0.4876033,0.43801653,0.5289256,0.6363636,0.62396693,0.6528926,0.6404959,0.661157,0.6487603,0.54545456,0.42561984,0.446281,0.45454547,0.46280992,0.46280992,0.5,0.46280992,0.41322315,0.41735536,0.42975205,0.37603307,0.45454547,0.5165289,0.55785125,0.58677685,0.59917355,0.61157024,0.61570245,0.59090906,0.56198347,0.5371901,0.47107437,0.47933885,0.47107437,0.41735536,0.48347107,0.49586776,0.5123967,0.5165289,0.5041322,0.47107437,0.42561984,0.41735536,0.4214876,0.46694216,0.5247934,0.5661157,0.61157024,0.5785124,0.5661157,0.58677685,0.5495868,0.5041322,0.45041323,0.4214876,0.38842976,0.37190083,0.42975205,0.57024795,0.59917355,0.6322314,0.677686,0.6859504,0.6570248,0.6487603,0.59504133,0.4876033,0.69008267,0.76033056,0.7355372,0.76033056,0.76033056,0.74793386,0.46280992,0.5165289,0.62396693,0.58264464,0.57438016,0.553719,0.5206612,0.46280992,0.40495867,0.3966942,0.4090909,0.41322315,0.446281,0.49173555,0.5082645,0.5289256,0.5413223,0.553719,0.56198347,0.5785124,0.5785124,0.58677685,0.54545456,0.5082645,0.4876033,0.47107437,0.4090909,0.44214877,0.5082645,0.53305787,0.49586776,0.41735536,0.40082645,0.446281,0.5123967,0.5247934,0.53305787,0.56198347,0.61157024,0.6735537,0.73140496,0.75619835,0.6983471,0.6570248,0.6363636,0.58264464,0.49586776,0.45041323,0.5289256,0.70247936,0.72727275,0.6198347,0.7355372,0.75619835,0.6859504,0.6735537,0.71900827,0.53305787,0.6404959,0.79752064,0.75619835,0.75206614,0.8057851,0.677686,0.39256197,0.661157,0.677686,0.59504133,0.55785125,0.5289256,0.5041322,0.48347107,0.46280992,0.4876033,0.55785125,0.61157024,0.6198347,0.6487603,0.6570248,0.62396693,0.60330576,0.5785124,0.5661157,0.5495868,0.53305787,0.54545456,0.5247934,0.5082645,0.4876033,0.5041322,0.45454547,0.37190083,0.53305787,0.5123967,0.43801653,0.45041323,0.48347107,0.45867768,0.48347107,0.5041322,0.54545456,0.59917355,0.6198347,0.6694215,0.7355372,0.7231405,0.7066116,0.6942149,0.7107438,0.6694215,0.5495868,0.57024795,0.78099173,0.8801653,0.838843,0.5,0.5247934,0.59090906,0.59917355,0.61570245,0.6818182,0.5785124,0.58264464,0.76033056,0.74380165,0.6818182,0.77272725,0.61570245,0.3677686,0.6859504,0.6363636,0.5371901,0.4752066,0.48347107,0.5495868,0.553719,0.49173555,0.47933885,0.5413223,0.58264464,0.607438,0.7355372,0.76033056,0.6859504,0.6322314,0.6487603,0.6404959,0.57024795,0.5247934,0.5165289,0.5082645,0.49586776,0.49173555,0.5371901,0.45867768,0.23966943,0.5495868,0.47933885,0.48347107,0.5289256,0.5082645,0.45867768,0.45454547,0.5082645,0.56198347,0.59090906,0.59504133,0.5495868,0.553719,0.5165289,0.4752066,0.48347107,0.5,0.4752066,0.38016528,0.4752066,0.69008267,0.78099173,0.677686,0.446281,0.4090909,0.40082645,0.45041323,0.553719,0.6363636,0.5661157,0.4338843,0.5165289,0.5661157,0.5413223,0.6818182,0.6735537,0.41322315,0.6818182,0.5661157,0.45867768,0.41322315,0.41322315,0.49173555,0.49586776,0.43801653,0.40082645,0.42975205,0.39256197,0.53305787,0.8181818,0.8719008,0.7231405,0.5371901,0.59090906,0.6198347,0.59090906,0.5495868,0.5247934,0.5289256,0.5041322,0.5206612,0.55785125,0.4876033,0.1694215,0.4752066,0.46694216,0.54545456,0.55785125,0.5165289,0.49173555,0.46280992,0.5123967,0.5495868,0.5,0.4876033,0.44214877,0.44214877,0.40082645,0.3140496,0.28512397,0.3264463,0.3677686,0.28099173,0.338843,0.4752066,0.5371901,0.47933885,0.4214876,0.4214876,0.38016528,0.32231405,0.446281,0.6198347,0.553719,0.4214876,0.61157024,0.6694215,0.6198347,0.6446281,0.54545456,0.3264463,0.6404959,0.49173555,0.4214876,0.42561984,0.41735536,0.4338843,0.4338843,0.43801653,0.338843,0.2644628,0.23553719,0.40082645,0.5371901,0.6859504,0.61157024,0.41735536,0.47107437,0.49173555,0.5123967,0.5495868,0.5123967,0.5247934,0.5247934,0.5247934,0.56198347,0.49173555,0.14049587,0.42975205,0.45454547,0.56198347,0.55785125,0.5206612,0.5,0.4752066,0.49586776,0.46280992,0.40082645,0.41735536,0.37190083,0.3966942,0.47107437,0.2644628,0.24793388,0.3140496,0.42975205,0.26859504,0.3429752,0.49586776,0.46694216,0.446281,0.45041323,0.5082645,0.5165289,0.338843,0.33471075,0.56198347,0.45454547,0.5082645,0.70247936,0.74380165,0.73966944,0.7644628,0.6280992,0.30165288,0.5206612,0.49173555,0.4876033,0.5041322,0.47107437,0.43801653,0.46280992,0.553719,0.39256197,0.26859504,0.37603307,0.42975205,0.28512397,0.34710744,0.5495868,0.43801653,0.35950413,0.44214877,0.42975205,0.4752066,0.5082645,0.5,0.5247934,0.5413223,0.57024795,0.5247934,0.11983471,0.4214876,0.40082645,0.57438016,0.56198347,0.53305787,0.5123967,0.46694216,0.44214877,0.38842976,0.3677686,0.35123968,0.35123968,0.553719,0.6198347,0.2768595,0.3305785,0.29752067,0.3553719,0.3553719,0.5,0.661157,0.62396693,0.6487603,0.43801653,0.45454547,0.59917355,0.46280992,0.33471075,0.4752066,0.33471075,0.607438,0.7892562,0.8057851,0.78512394,0.78099173,0.69008267,0.3553719,0.4090909,0.59090906,0.6198347,0.5082645,0.45041323,0.45454547,0.5413223,0.6404959,0.4214876,0.3140496,0.29338843,0.37190083,0.35123968,0.4090909,0.6280992,0.5371901,0.37603307,0.37603307,0.4090909,0.43801653,0.45041323,0.48347107,0.5123967,0.553719,0.58264464,0.5413223,0.10743801,0.3264463,0.37603307,0.59090906,0.5661157,0.54545456,0.553719,0.49173555,0.4338843,0.41322315,0.42561984,0.4876033,0.49586776,0.5661157,0.6487603,0.47933885,0.4090909,0.38016528,0.41322315,0.4752066,0.607438,0.6487603,0.58264464,0.6528926,0.54545456,0.5082645,0.5413223,0.5661157,0.47107437,0.4214876,0.30578512,0.6694215,0.80991733,0.8181818,0.8016529,0.8057851,0.7231405,0.45041323,0.30165288,0.61570245,0.62396693,0.4876033,0.5041322,0.47107437,0.5413223,0.6280992,0.60330576,0.4752066,0.41735536,0.42975205,0.47933885,0.61570245,0.6570248,0.5785124,0.5,0.47107437,0.43801653,0.44214877,0.43801653,0.47933885,0.5082645,0.54545456,0.58677685,0.54545456,0.15289256,0.28099173,0.38842976,0.553719,0.5785124,0.56198347,0.57438016,0.55785125,0.5123967,0.5,0.5041322,0.5247934,0.59090906,0.6198347,0.6404959,0.6694215,0.58677685,0.553719,0.57438016,0.6280992,0.6280992,0.59090906,0.57438016,0.58264464,0.61157024,0.6446281,0.6363636,0.5661157,0.553719,0.3264463,0.45867768,0.6735537,0.7933884,0.822314,0.80991733,0.80991733,0.72727275,0.5413223,0.27272728,0.46694216,0.6198347,0.55785125,0.5247934,0.5206612,0.55785125,0.61157024,0.6652893,0.6528926,0.59090906,0.59090906,0.59917355,0.6528926,0.6487603,0.58677685,0.57024795,0.54545456,0.553719,0.5041322,0.47933885,0.49586776,0.5123967,0.5206612,0.5413223,0.5371901,0.2644628,0.3305785,0.4214876,0.5041322,0.5785124,0.59090906,0.61157024,0.59504133,0.58677685,0.58264464,0.5785124,0.553719,0.55785125,0.59504133,0.6280992,0.6487603,0.6198347,0.6322314,0.6280992,0.59504133,0.55785125,0.5206612,0.5371901,0.57024795,0.6322314,0.6570248,0.661157,0.60330576,0.46280992,0.2892562,0.5123967,0.6487603,0.77272725,0.8264463,0.8181818,0.8140496,0.73966944,0.553719,0.33471075,0.45867768,0.5785124,0.58264464,0.5413223,0.5371901,0.54545456,0.57024795,0.59917355,0.6280992,0.6404959,0.6570248,0.6404959,0.6528926,0.661157,0.6570248,0.6363636,0.60330576,0.5661157,0.55785125,0.5289256,0.5247934,0.5123967,0.49586776,0.5,0.5289256,0.3553719,0.36363637,0.45041323,0.48347107,0.553719,0.607438,0.6404959,0.6446281,0.607438,0.6198347,0.61570245,0.607438,0.61570245,0.6363636,0.6446281,0.6528926,0.6528926,0.6570248,0.6735537,0.6404959,0.607438,0.62396693,0.6652893,0.6735537,0.661157,0.6694215,0.677686,0.61157024,0.3677686,0.28512397,0.5165289,0.6198347,0.7231405,0.8305785,0.8264463,0.8181818,0.75619835,0.61570245,0.35123968,0.3553719,0.5371901,0.56198347,0.5661157,0.58677685,0.607438,0.62396693,0.61570245,0.62396693,0.6446281,0.6446281,0.6487603,0.6694215,0.6652893,0.6694215,0.6694215,0.6198347,0.59090906,0.5785124,0.57438016,0.57024795,0.5413223,0.5,0.5,0.5289256,0.38429752,0.38016528,0.46280992,0.4876033,0.5206612,0.61570245,0.661157,0.6652893,0.6322314,0.6363636,0.6363636,0.6446281,0.6735537,0.69008267,0.69008267,0.6983471,0.6983471,0.6818182,0.6942149,0.7231405,0.71487606,0.71487606,0.6818182,0.6694215,0.6735537,0.70247936,0.6694215,0.60330576,0.39256197,0.38429752,0.49173555,0.59504133,0.6818182,0.822314,0.8347107,0.8140496,0.76033056,0.61157024,0.4876033,0.38429752,0.5289256,0.56198347,0.58264464,0.60330576,0.62396693,0.6735537,0.6487603,0.6528926,0.6652893,0.6528926,0.6487603,0.6694215,0.6652893,0.677686,0.6694215,0.6570248,0.6322314,0.60330576,0.61157024,0.61157024,0.5785124,0.53305787,0.5123967,0.53305787,0.4338843,0.41322315,0.45454547,0.5,0.5371901,0.59917355,0.6570248,0.6942149,0.6652893,0.6570248,0.6528926,0.6735537,0.7066116,0.7231405,0.71487606,0.71900827,0.73140496,0.7355372,0.72727275,0.7644628,0.70247936,0.677686,0.6363636,0.661157,0.7066116,0.7107438,0.6198347,0.57438016,0.46280992,0.45867768,0.5123967,0.57438016,0.6942149,0.8057851,0.8305785,0.80991733,0.77272725,0.61157024,0.5123967,0.5123967,0.5247934,0.48347107,0.59917355,0.6404959,0.6363636,0.6487603,0.6446281,0.661157,0.6859504,0.6859504,0.6652893,0.6528926,0.6528926,0.6487603,0.677686,0.6818182,0.661157,0.6322314,0.661157,0.6446281,0.62396693,0.57438016,0.5165289,0.5123967,0.5,0.44214877,0.45041323,0.5082645,0.5247934,0.58264464,0.6694215,0.71487606,0.70247936,0.6859504,0.6694215,0.6818182,0.7066116,0.7231405,0.7107438,0.7066116,0.71487606,0.70247936,0.6859504,0.69008267,0.6570248,0.6528926,0.6198347,0.6942149,0.73140496,0.6694215,0.5247934,0.5371901,0.54545456,0.49586776,0.54545456,0.58264464,0.70247936,0.8057851,0.8264463,0.8057851,0.7892562,0.6570248,0.5289256,0.5289256,0.55785125,0.41735536,0.5,0.6735537,0.69008267,0.677686,0.6570248,0.6280992,0.6280992,0.6528926,0.6570248,0.6570248,0.6570248,0.6528926,0.6818182,0.70247936,0.69008267,0.6859504,0.7066116,0.6652893,0.6363636,0.59917355,0.5206612,0.47933885,0.5123967,0.44214877,0.46280992,0.4876033,0.54545456,0.5661157,0.6528926,0.7107438,0.7231405,0.73140496,0.70247936,0.69008267,0.70247936,0.7107438,0.6942149,0.677686,0.6818182,0.661157,0.6487603,0.6735537,0.6652893,0.677686,0.7066116,0.73140496,0.71487606,0.5785124,0.4752066,0.56198347,0.57438016,0.57024795,0.57438016,0.5785124,0.6983471,0.78512394,0.8264463,0.8057851,0.7933884,0.7066116,0.57438016,0.5206612,0.553719,0.5082645,0.38016528,0.6198347,0.72727275,0.7231405,0.71900827,0.6983471,0.6694215,0.6735537,0.661157,0.6694215,0.6694215,0.6818182,0.6983471,0.7066116,0.7066116,0.6983471,0.70247936,0.6487603,0.61570245,0.607438,0.5,0.46694216,0.5495868,0.4090909,0.4876033,0.48347107,0.5371901,0.553719,0.58264464,0.6570248,0.7066116,0.74380165,0.74380165,0.71900827,0.6818182,0.7066116,0.71900827,0.7107438,0.6942149,0.6859504,0.6983471,0.7231405,0.7355372,0.73140496,0.75206614,0.7355372,0.6404959,0.4752066,0.5165289,0.5785124,0.553719,0.59504133,0.59917355,0.59090906,0.6859504,0.76859504,0.8181818,0.8016529,0.78512394,0.73966944,0.6363636,0.553719,0.5413223,0.54545456,0.5041322,0.4338843,0.6446281,0.73140496,0.74380165,0.73966944,0.7231405,0.7107438,0.7107438,0.71487606,0.6942149,0.7066116,0.7066116,0.7107438,0.6942149,0.6983471,0.6652893,0.607438,0.607438,0.57438016,0.5041322,0.48347107,0.59504133,0.38429752,0.4876033,0.5165289,0.5206612,0.5495868,0.5413223,0.59504133,0.661157,0.73140496,0.76033056,0.72727275,0.6818182,0.70247936,0.71900827,0.73140496,0.73140496,0.7355372,0.73966944,0.74380165,0.74380165,0.75206614,0.75206614,0.71487606,0.49586776,0.5165289,0.57438016,0.5495868,0.58264464,0.6446281,0.607438,0.62396693,0.7066116,0.7644628,0.80991733,0.8057851,0.78099173,0.76033056,0.69008267,0.59917355,0.5661157,0.54545456,0.59504133,0.5123967,0.43801653,0.6859504,0.7644628,0.7355372,0.73140496,0.7066116,0.71487606,0.71487606,0.7066116,0.71487606,0.6983471,0.6942149,0.6735537,0.677686,0.6570248,0.5785124,0.59090906,0.55785125,0.49586776,0.5289256,0.6446281,0.4214876,0.4090909,0.5371901,0.553719,0.5413223,0.5371901,0.57438016,0.6198347,0.6818182,0.7231405,0.7066116,0.6735537,0.6859504,0.71487606,0.72727275,0.73966944,0.74793386,0.73966944,0.7355372,0.75206614,0.7644628,0.70247936,0.5371901,0.5495868,0.6280992,0.57024795,0.5413223,0.61570245,0.6404959,0.62396693,0.6859504,0.74793386,0.78512394,0.8057851,0.80991733,0.7892562,0.76859504,0.71900827,0.6487603,0.57024795,0.55785125,0.57024795,0.6322314,0.56198347,0.45041323,0.677686,0.73966944,0.74380165,0.72727275,0.71487606,0.71900827,0.7066116,0.7107438,0.6942149,0.6694215,0.6446281,0.6404959,0.61570245,0.55785125,0.55785125,0.5371901,0.553719,0.6942149,0.60330576,0.42561984,0.4338843,0.43801653,0.5661157,0.5785124,0.5495868,0.57024795,0.607438,0.6570248,0.69008267,0.6818182,0.6983471,0.6983471,0.71487606,0.72727275,0.72727275,0.72727275,0.7231405,0.73140496,0.74380165,0.6942149,0.5495868,0.55785125,0.6570248,0.6404959,0.53305787,0.553719,0.6322314,0.62396693,0.6322314,0.7066116,0.7644628,0.79752064,0.8140496,0.8140496,0.79752064,0.7768595,0.72727275,0.677686,0.59917355,0.5247934,0.58677685,0.61157024,0.6735537,0.6322314,0.48347107,0.59090906,0.69008267,0.72727275,0.7066116,0.71487606,0.69008267,0.69008267,0.6818182,0.6446281,0.6198347,0.61570245,0.5661157,0.53305787,0.5785124,0.6404959,0.75206614,0.61157024,0.46280992,0.39256197,0.4876033,0.46694216,0.4752066,0.5785124,0.6528926,0.60330576,0.59917355,0.6322314,0.6487603,0.661157,0.69008267,0.6983471,0.69008267,0.7107438,0.72727275,0.72727275,0.71487606,0.6983471,0.6280992,0.5785124,0.607438,0.6694215,0.6570248,0.58264464,0.5082645,0.58677685,0.6280992,0.607438,0.6487603,0.7066116,0.7644628,0.79752064,0.80991733,0.80991733,0.7933884,0.76859504,0.73966944,0.677686,0.6487603,0.53305787,0.5371901,0.61157024,0.6487603,0.6818182,0.6818182,0.5123967,0.5413223,0.60330576,0.6280992,0.70247936,0.70247936,0.677686,0.6487603,0.6363636,0.61570245,0.62396693,0.6446281,0.6983471,0.74380165,0.7066116,0.58677685,0.45041323,0.5165289,0.38842976,0.46280992,0.5289256,0.5041322,0.5165289,0.58677685,0.6446281,0.6528926,0.6322314,0.6280992,0.6404959,0.6694215,0.69008267,0.6818182,0.7231405,0.73140496,0.7066116,0.6446281,0.61157024,0.59504133,0.6322314,0.6983471,0.6818182,0.59504133,0.553719,0.53305787,0.61570245,0.62396693,0.61570245,0.6446281,0.7107438,0.76859504,0.8016529,0.8016529,0.79752064,0.78099173,0.75619835,0.7231405,0.6735537,0.677686,0.57024795,0.5289256,0.55785125,0.6363636,0.6818182,0.6735537,0.6652893,0.60330576,0.55785125,0.5413223,0.55785125,0.5495868,0.62396693,0.677686,0.7107438,0.71900827,0.7066116,0.73966944,0.71487606,0.553719,0.4876033,0.55785125,0.5371901,0.5371901,0.37603307,0.44214877,0.5123967,0.53305787,0.54545456,0.5495868,0.5165289,0.5123967,0.6322314,0.6859504,0.6983471,0.7066116,0.71900827,0.6942149,0.6818182,0.6487603,0.6404959,0.62396693,0.6487603,0.677686,0.69008267,0.6818182,0.6487603,0.55785125,0.53305787,0.57024795,0.62396693,0.61570245,0.61570245,0.6322314,0.6983471,0.76859504,0.8057851,0.79752064,0.7892562,0.7768595,0.7355372,0.7066116,0.6694215,0.6735537,0.61157024,0.57438016,0.553719,0.57438016,0.6652893,0.70247936,0.6652893,0.6446281,0.6487603,0.60330576,0.59504133,0.5785124,0.5413223,0.46694216,0.47933885,0.45867768,0.47107437,0.5247934,0.5495868,0.553719,0.57024795,0.58264464,0.5371901,0.5371901,0.37603307,0.4338843,0.4752066,0.5123967,0.553719,0.58677685,0.57024795,0.54545456,0.46694216,0.45867768,0.5495868,0.60330576,0.6322314,0.6280992,0.61157024,0.61570245,0.6446281,0.6652893,0.6818182,0.6942149,0.677686,0.6570248,0.6280992,0.5413223,0.5247934,0.58264464,0.6280992,0.6363636,0.6198347,0.6198347,0.6983471,0.7768595,0.8057851,0.79752064,0.7933884,0.77272725,0.73140496,0.6859504,0.6487603,0.6735537,0.62396693,0.58264464,0.57024795,0.5206612,0.6198347,0.677686,0.6735537,0.6694215,0.6652893,0.6363636,0.607438,0.62396693,0.62396693,0.59917355,0.6198347,0.59504133,0.607438,0.607438,0.59504133,0.60330576,0.607438,0.57024795,0.53305787,0.5247934,0.38429752,0.4214876,0.46280992,0.5165289,0.56198347,0.57438016,0.58264464,0.58264464,0.58264464,0.59917355,0.61157024,0.607438,0.6322314,0.6404959,0.6363636,0.6735537,0.6694215,0.6735537,0.677686,0.6694215,0.6570248,0.6363636,0.61570245,0.5661157,0.5206612,0.59090906,0.6322314,0.6487603,0.62396693,0.607438,0.6818182,0.75206614,0.7933884,0.7933884,0.79752064,0.77272725,0.71900827,0.6570248,0.6363636,0.6570248,0.62396693,0.57438016,0.5661157,0.5041322,0.553719,0.6322314,0.6652893,0.69008267,0.677686,0.6404959,0.62396693,0.6528926,0.661157,0.6487603,0.62396693,0.607438,0.6322314,0.6363636,0.6280992,0.607438,0.58677685,0.553719,0.53305787,0.5,0.3966942,0.41322315,0.46280992,0.5289256,0.54545456,0.59090906,0.59917355,0.59917355,0.5785124,0.58677685,0.607438,0.6198347,0.6322314,0.6487603,0.6404959,0.6694215,0.6652893,0.6570248,0.6652893,0.6487603,0.6280992,0.61157024,0.61570245,0.58264464,0.5206612,0.57438016,0.61157024,0.6322314,0.60330576,0.57438016,0.6528926,0.6983471,0.74793386,0.78099173,0.7933884,0.76859504,0.7066116,0.6322314,0.61157024,0.6198347,0.5785124,0.5289256,0.53305787,0.48347107,0.5289256,0.61157024,0.6570248,0.6735537,0.661157,0.6404959,0.62396693,0.6322314,0.62396693,0.6404959,0.6363636,0.607438,0.6363636,0.6363636,0.61157024,0.59090906,0.56198347,0.5371901,0.5247934,0.47933885,0.40082645,0.41735536,0.46280992,0.5289256,0.55785125,0.58677685,0.61570245,0.60330576,0.59090906,0.5785124,0.60330576,0.6280992,0.62396693,0.6487603,0.6363636,0.6404959,0.6528926,0.6322314,0.6528926,0.6322314,0.6446281,0.6487603,0.6446281,0.5785124,0.48347107,0.49586776,0.5206612,0.53305787,0.5206612,0.5,0.5661157,0.6446281,0.6694215,0.71900827,0.75206614,0.7231405,0.6280992,0.5661157,0.5371901,0.5123967,0.46280992,0.43801653,0.46280992,0.45867768,0.5495868,0.61157024,0.6446281,0.6652893,0.6694215,0.6528926,0.6446281,0.6363636,0.6322314,0.6404959,0.6404959,0.61157024,0.6280992,0.62396693,0.59917355,0.5785124,0.56198347,0.5371901,0.5041322,0.48347107,0.41322315,0.4214876,0.46694216,0.5206612,0.5413223,0.5495868,0.61157024,0.56198347,0.57438016,0.56198347,0.59090906,0.61157024,0.61570245,0.62396693,0.62396693,0.60330576,0.6322314,0.6280992,0.6487603,0.6652893,0.6735537,0.6942149,0.6859504,0.61157024,0.46694216,0.4090909,0.38016528,0.3429752,0.34710744,0.41735536,0.5082645,0.55785125,0.607438,0.62396693,0.6570248,0.6280992,0.553719,0.5,0.43801653,0.36363637,0.3305785,0.3429752,0.35950413,0.4876033,0.58264464,0.607438,0.6446281,0.6652893,0.6735537,0.6652893,0.6735537,0.6694215,0.6487603,0.6404959,0.6404959,0.61570245,0.607438,0.60330576,0.59090906,0.57438016,0.553719,0.53305787,0.5041322,0.47107437,0.4090909,0.43801653,0.46694216,0.5247934,0.5289256,0.54545456,0.61157024,0.553719,0.57024795,0.55785125,0.57438016,0.59090906,0.60330576,0.6198347,0.61570245,0.6446281,0.6363636,0.6694215,0.69008267,0.7066116,0.7107438,0.71900827,0.7231405,0.6694215,0.5495868,0.4214876,0.32231405,0.2603306,0.18595041,0.22727273,0.40495867,0.46694216,0.5082645,0.53305787,0.553719,0.54545456,0.5082645,0.4338843,0.35950413,0.338843,0.3429752,0.3677686,0.38429752,0.57024795,0.59917355,0.6198347,0.6363636,0.6818182,0.6942149,0.677686,0.677686,0.6818182,0.661157,0.62396693,0.6322314,0.6280992,0.58677685,0.58264464,0.58264464,0.55785125,0.5289256,0.5165289,0.5041322,0.45867768,0.41735536,0.42975205,0.45867768,0.5289256,0.5289256,0.5289256,0.58677685,0.57024795,0.57024795,0.57024795,0.56198347,0.58264464,0.59504133,0.6198347,0.62396693,0.661157,0.6859504,0.70247936,0.71900827,0.72727275,0.72727275,0.71487606,0.7231405,0.71900827,0.6735537,0.5661157,0.40495867,0.29338843,0.2231405,0.21487603,0.20661157,0.29338843,0.38842976,0.40495867,0.42561984,0.45867768,0.42975205,0.38016528,0.40082645,0.41735536,0.4338843,0.47107437,0.49173555,0.59917355,0.607438,0.6322314,0.6322314,0.6652893,0.6859504,0.6859504,0.6818182,0.6818182,0.661157,0.62396693,0.6198347,0.61570245,0.58677685,0.57438016,0.59917355,0.5495868,0.5289256,0.5082645,0.48347107,0.46280992,0.4214876,0.43801653,0.45041323,0.5165289,0.5371901,0.53305787,0.5495868,0.57438016,0.57024795,0.58677685,0.58677685,0.59090906,0.61570245,0.6280992,0.6487603,0.6694215,0.7107438,0.72727275,0.71487606,0.72727275,0.7231405,0.7107438,0.71900827,0.74380165,0.7231405,0.6694215,0.59504133,0.47107437,0.34710744,0.29338843,0.2520661,0.24380165,0.24380165,0.29338843,0.3305785,0.37603307,0.41322315,0.4338843,0.46694216,0.4876033,0.5165289,0.5371901,0.55785125,0.607438,0.6198347,0.61157024,0.6322314,0.6487603,0.6818182,0.6818182,0.6818182,0.677686,0.6570248,0.6363636,0.6280992,0.61157024,0.59090906,0.58677685,0.57438016,0.5371901,0.5206612,0.5082645,0.49173555,0.45867768,0.42561984,0.446281,0.446281,0.5,0.5413223,0.553719,0.54545456,0.56198347,0.57024795,0.59090906,0.607438,0.59917355,0.61570245,0.6487603,0.677686,0.6859504,0.70247936,0.73140496,0.7231405,0.71487606,0.7107438,0.70247936,0.72727275,0.74793386,0.71900827,0.6942149,0.7066116,0.6570248,0.5785124,0.48347107,0.41735536,0.37190083,0.3264463,0.29338843,0.3553719,0.4090909,0.46280992,0.5,0.5041322,0.5165289,0.5413223,0.5371901,0.56198347,0.59917355,0.59090906,0.59917355,0.61570245,0.6404959,0.661157,0.6818182,0.6859504,0.6694215,0.6487603,0.6446281,0.6363636,0.6198347,0.58264464,0.57438016,0.55785125,0.5413223,0.5123967,0.5206612,0.49173555,0.446281,0.40495867,0.45867768,0.45041323,0.49586776,0.54545456,0.56198347,0.55785125,0.57024795,0.5661157,0.61157024,0.59504133,0.61157024,0.6280992,0.6487603,0.6735537,0.69008267,0.70247936,0.71487606,0.71900827,0.71900827,0.70247936,0.6983471,0.71900827,0.7355372,0.70247936,0.69008267,0.6942149,0.6818182,0.6818182,0.661157,0.58677685,0.553719,0.49586776,0.47107437,0.49586776,0.5123967,0.5082645,0.5247934,0.5413223,0.5495868,0.5413223,0.5371901,0.55785125,0.60330576,0.59090906,0.60330576,0.607438,0.61157024,0.6404959,0.6528926,0.6652893,0.661157,0.6404959,0.6404959,0.6363636,0.6198347,0.57024795,0.56198347,0.5661157,0.553719,0.5247934,0.5247934,0.5041322,0.446281,0.39256197,0.46694216,0.45867768,0.49586776,0.5371901,0.57024795,0.57024795,0.58677685,0.5785124,0.62396693,0.59917355,0.59917355,0.6198347,0.6404959,0.661157,0.6818182,0.70247936,0.6859504,0.69008267,0.70247936,0.7107438,0.70247936,0.7066116,0.7107438,0.7107438,0.6942149,0.6735537,0.6818182,0.677686,0.677686,0.6652893,0.6570248,0.607438,0.58264464,0.57024795,0.58264464,0.58264464,0.56198347,0.5785124,0.5785124,0.5371901,0.5289256,0.55785125,0.59090906,0.5661157,0.59504133,0.60330576,0.58677685,0.6280992,0.61157024,0.6322314,0.6446281,0.6363636,0.6363636,0.6198347,0.60330576,0.5661157,0.56198347,0.57024795,0.5661157,0.5206612,0.5206612,0.49173555,0.46280992,0.37603307,0.4752066,0.46280992,0.4876033,0.54545456,0.58264464,0.59090906,0.59504133,0.61157024,0.61570245,0.61570245,0.60330576,0.6198347,0.6363636,0.6487603,0.6694215,0.6818182,0.6570248,0.661157,0.677686,0.70247936,0.69008267,0.6694215,0.6818182,0.69008267,0.69008267,0.6818182,0.6818182,0.6859504,0.6694215,0.6652893,0.677686,0.6528926,0.6198347,0.607438,0.59504133,0.607438,0.59090906,0.57438016,0.57024795,0.553719,0.5371901,0.553719,0.5785124,0.57024795,0.59504133,0.61157024,0.58264464,0.59917355,0.5785124,0.59504133,0.60330576,0.6280992,0.62396693,0.607438,0.58264464,0.55785125,0.56198347,0.55785125,0.5495868,0.5289256,0.5206612,0.47933885,0.47107437,0.35123968,0.46280992,0.46694216,0.48347107,0.5289256,0.5661157,0.58677685,0.61157024,0.6363636,0.6404959,0.62396693,0.60330576,0.6198347,0.6280992,0.6363636,0.6487603,0.6487603,0.6404959,0.6404959,0.6404959,0.677686,0.6735537,0.6363636,0.6652893,0.6652893,0.6652893,0.677686,0.6735537,0.677686,0.6735537,0.6570248,0.6570248,0.6487603,0.62396693,0.607438,0.5661157,0.57024795,0.57024795,0.55785125,0.5413223,0.5289256,0.54545456,0.5661157,0.56198347,0.5661157,0.58677685,0.59090906,0.58264464,0.56198347,0.5206612,0.57438016,0.57438016,0.58677685,0.6280992,0.62396693,0.57024795,0.553719,0.5785124,0.57024795,0.54545456,0.5247934,0.5123967,0.49586776,0.4752066,0.33471075,0.43801653,0.47107437,0.48347107,0.5206612,0.56198347,0.5661157,0.59090906,0.6322314,0.6446281,0.6280992,0.607438,0.60330576,0.62396693,0.6280992,0.6322314,0.6280992,0.6404959,0.6487603,0.6322314,0.6528926,0.6446281,0.607438,0.6280992,0.6404959,0.6446281,0.6487603,0.6363636,0.6446281,0.6487603,0.61570245,0.61570245,0.61157024,0.60330576,0.59917355,0.57024795,0.56198347,0.5495868,0.54545456,0.5371901,0.5289256,0.5495868,0.57438016,0.553719,0.54545456,0.54545456,0.54545456,0.56198347,0.54545456,0.5123967,0.5413223,0.5495868,0.57024795,0.6446281,0.6404959,0.58264464,0.5661157,0.58264464,0.57438016,0.54545456,0.5371901,0.5247934,0.4876033,0.47107437,0.27272728,0.4338843,0.45454547,0.4876033,0.5165289,0.5661157,0.55785125,0.54545456,0.6280992,0.6694215,0.6446281,0.61570245,0.59917355,0.61570245,0.61570245,0.61570245,0.61157024,0.6280992,0.6404959,0.6322314,0.62396693,0.59090906,0.59090906,0.58264464,0.6198347,0.6280992,0.607438,0.61157024,0.607438,0.60330576,0.57438016,0.58264464,0.61570245,0.6322314,0.6322314,0.607438,0.5661157,0.553719,0.5661157,0.553719,0.5371901,0.54545456,0.54545456,0.5371901,0.5206612,0.5,0.49586776,0.5123967,0.5123967,0.5206612,0.5371901,0.5247934,0.56198347,0.661157,0.6487603,0.59090906,0.57024795,0.58677685,0.56198347,0.5371901,0.54545456,0.53305787,0.5041322,0.43801653,0.2768595,0.39256197,0.43801653,0.49173555,0.5082645,0.54545456,0.57438016,0.5495868,0.607438,0.6694215,0.6570248,0.62396693,0.607438,0.59090906,0.5661157,0.59090906,0.59504133,0.60330576,0.59090906,0.59504133,0.5661157,0.53305787,0.5165289,0.5206612,0.53305787,0.5661157,0.57024795,0.5785124,0.5785124,0.58677685,0.5785124,0.60330576,0.6280992,0.6487603,0.6528926,0.6363636,0.6198347,0.55785125,0.5785124,0.53305787,0.5,0.4876033,0.47107437,0.46694216,0.46694216,0.446281,0.46280992,0.4752066,0.5123967,0.5247934,0.53305787,0.49586776,0.553719,0.661157,0.6528926,0.5785124,0.57024795,0.58677685,0.55785125,0.5413223,0.5413223,0.5289256,0.4876033,0.42975205,0.24793388,0.37190083,0.4214876,0.43801653,0.49586776,0.5289256,0.5785124,0.553719,0.57438016,0.6446281,0.6487603,0.6280992,0.6280992,0.59504133,0.5,0.55785125,0.553719,0.5495868,0.5289256,0.5041322,0.45867768,0.43801653,0.41322315,0.41735536,0.4338843,0.4338843,0.48347107,0.5082645,0.5041322,0.5247934,0.5247934,0.54545456,0.54545456,0.56198347,0.59090906,0.5661157,0.5371901,0.47107437,0.43801653,0.3966942,0.3677686,0.35950413,0.34710744,0.34710744,0.35123968,0.34710744,0.37603307,0.39256197,0.446281,0.5041322,0.5082645,0.47933885,0.53305787,0.6735537,0.6363636,0.5785124,0.55785125,0.55785125,0.5495868,0.54545456,0.5289256,0.5041322,0.4752066,0.3966942,0.23966943,0.3181818,0.39256197,0.42561984,0.46280992,0.5123967,0.58264464,0.5495868,0.5082645,0.60330576,0.6322314,0.61570245,0.6363636,0.6404959,0.4876033,0.49173555,0.5165289,0.49586776,0.46694216,0.42975205,0.39256197,0.37603307,0.35950413,0.33471075,0.3429752,0.3429752,0.3553719,0.3677686,0.338843,0.30165288,0.29752067,0.30991736,0.32231405,0.3677686,0.43801653,0.4338843,0.37190083,0.3553719,0.33471075,0.33471075,0.3429752,0.3553719,0.38016528,0.38429752,0.40082645,0.42975205,0.49586776,0.4876033,0.46694216,0.5165289,0.5289256,0.5,0.5495868,0.6487603,0.6198347,0.57438016,0.56198347,0.5413223,0.54545456,0.55785125,0.5206612,0.4876033,0.45041323,0.3677686,0.2603306,0.2892562,0.338843,0.40082645,0.446281,0.4876033,0.5495868,0.55785125,0.5165289,0.5785124,0.61570245,0.59504133,0.59504133,0.6487603,0.55785125,0.45041323,0.5,0.5041322,0.4752066,0.47107437,0.5165289,0.53305787,0.5041322,0.45041323,0.4338843,0.4338843,0.42975205,0.4752066,0.46280992,0.45454547,0.43801653,0.42975205,0.41735536,0.40495867,0.42975205,0.45041323,0.4214876,0.43801653,0.42561984,0.42975205,0.4338843,0.45454547,0.47107437,0.47933885,0.5,0.53305787,0.57438016,0.5661157,0.54545456,0.56198347,0.5495868,0.5247934,0.57438016,0.61157024,0.60330576,0.56198347,0.5413223,0.5413223,0.53305787,0.53305787,0.5,0.46694216,0.42561984,0.3140496,0.26859504,0.27272728,0.2892562,0.34710744,0.42561984,0.46694216,0.5165289,0.5495868,0.53305787,0.57024795,0.59090906,0.58264464,0.57024795,0.61157024,0.58677685,0.5,0.5082645,0.56198347,0.58677685,0.59090906,0.6363636,0.6363636,0.61157024,0.59504133,0.5785124,0.5661157,0.53305787,0.53305787,0.5661157,0.57024795,0.6363636,0.6446281,0.607438,0.59090906,0.6280992,0.6198347,0.56198347,0.553719,0.5371901,0.5247934,0.5206612,0.5247934,0.5495868,0.53305787,0.5495868,0.553719,0.56198347,0.57024795,0.55785125,0.55785125,0.53305787,0.5495868,0.59090906,0.59504133,0.58264464,0.5495868,0.5123967,0.5289256,0.5206612,0.5082645,0.47933885,0.43801653,0.37603307,0.30165288,0.28512397,0.25619835,0.27272728,0.29338843,0.37190083,0.43801653,0.48347107,0.5123967,0.5289256,0.56198347,0.57438016,0.58264464,0.5785124,0.5785124,0.6198347,0.56198347,0.5123967,0.553719,0.607438,0.6322314,0.6487603,0.62396693,0.60330576,0.62396693,0.607438,0.607438,0.62396693,0.61570245,0.58677685,0.61157024,0.61570245,0.6570248,0.6570248,0.6363636,0.6652893,0.6694215,0.6322314,0.6280992,0.6322314,0.61570245,0.60330576,0.57024795,0.5785124,0.55785125,0.5495868,0.5413223,0.55785125,0.56198347,0.5661157,0.55785125,0.5289256,0.5413223,0.58264464,0.5785124,0.55785125,0.53305787,0.5041322,0.5247934,0.5,0.4876033,0.45041323,0.40082645,0.3264463,0.30578512,0.27272728,0.27272728,0.2768595,0.2603306,0.3264463,0.37603307,0.44214877,0.45867768,0.49586776,0.5371901,0.54545456,0.553719,0.57024795,0.5785124,0.57438016,0.59504133,0.56198347,0.5495868,0.59917355,0.6280992,0.6322314,0.607438,0.59504133,0.6198347,0.59917355,0.58677685,0.607438,0.6322314,0.6198347,0.62396693,0.62396693,0.6280992,0.62396693,0.61570245,0.62396693,0.62396693,0.6198347,0.62396693,0.61157024,0.60330576,0.60330576,0.58264464,0.5661157,0.553719,0.54545456,0.54545456,0.57438016,0.56198347,0.56198347,0.5413223,0.5165289,0.5206612,0.553719,0.54545456,0.5371901,0.5123967,0.49586776,0.49173555,0.4752066,0.46280992,0.4214876,0.35123968,0.30165288,0.30578512,0.2768595,0.2768595,0.2768595,0.2644628,0.26859504,0.3305785,0.38429752,0.446281,0.46280992,0.5041322,0.5165289,0.53305787,0.55785125,0.5661157,0.55785125,0.56198347,0.5785124,0.5661157,0.57024795,0.58677685,0.607438,0.59504133,0.5785124,0.59504133,0.58677685,0.5785124,0.57438016,0.57438016,0.5785124,0.58677685,0.59090906,0.5413223,0.5289256,0.5371901,0.54545456,0.5495868,0.56198347,0.57024795,0.5495868,0.553719,0.553719,0.5371901,0.5413223,0.53305787,0.5247934,0.5413223,0.56198347,0.54545456,0.54545456,0.5123967,0.5041322,0.5247934,0.53305787,0.5289256,0.5206612,0.5041322,0.48347107,0.4876033,0.46280992,0.42975205,0.39256197,0.2768595,0.2768595,0.3181818,0.2768595,0.2768595,0.27272728,0.28512397,0.2603306,0.25619835,0.34710744,0.40082645,0.45041323,0.49173555,0.4876033,0.5041322,0.53305787,0.5413223,0.5413223,0.5413223,0.56198347,0.57438016,0.5661157,0.55785125,0.56198347,0.5661157,0.5495868,0.553719,0.5413223,0.5371901,0.5165289,0.5041322,0.5,0.5,0.5,0.4752066,0.46694216,0.5,0.49586776,0.49586776,0.49586776,0.5,0.5,0.49586776,0.49586776,0.49586776,0.5206612,0.53305787,0.5247934,0.5206612,0.5495868,0.5413223,0.5413223,0.5,0.5041322,0.5206612,0.5165289,0.5041322,0.5,0.48347107,0.47107437,0.45041323,0.43801653,0.40495867,0.35950413,0.15289256,0.16528925,0.28512397,0.2768595,0.2768595,0.2768595,0.28099173,0.26859504,0.2520661,0.2520661,0.3677686,0.4090909,0.4338843,0.49173555,0.45454547,0.47933885,0.5206612,0.5371901,0.5289256,0.5413223,0.58264464,0.57024795,0.56198347,0.5495868,0.553719,0.53305787,0.5206612,0.5123967,0.5082645,0.48347107,0.45454547,0.44214877,0.43801653,0.44214877,0.45041323,0.45041323,0.46694216,0.46694216,0.47107437,0.45867768,0.446281,0.47933885,0.4876033,0.5041322,0.5082645,0.5165289,0.5123967,0.5289256,0.5165289,0.5495868,0.55785125,0.54545456,0.5041322,0.5,0.5123967,0.49173555,0.4752066,0.4752066,0.47107437,0.45867768,0.4338843,0.42561984,0.36363637,0.36363637,0.08677686,0.053719006,0.17355372,0.27272728,0.2768595,0.28099173,0.2644628,0.27272728,0.3264463,0.24380165,0.2603306,0.37190083,0.40082645,0.46280992,0.46280992,0.45867768,0.49586776,0.5206612,0.5289256,0.5247934,0.57024795,0.59504133,0.59090906,0.57024795,0.58264464,0.5413223,0.5413223,0.5206612,0.5206612,0.5123967,0.49586776,0.47933885,0.45867768,0.446281,0.446281,0.44214877,0.4338843,0.446281,0.45867768,0.45867768,0.45867768,0.4876033,0.5041322,0.5123967,0.5165289,0.5247934,0.5247934,0.5413223,0.54545456,0.59090906,0.5785124,0.5495868,0.4876033,0.49173555,0.49586776,0.46694216,0.45867768,0.46280992,0.46280992,0.43801653,0.41322315,0.35950413,0.3181818,0.4090909,0.11157025,0.049586777,0.08677686,0.2644628,0.27272728,0.2768595,0.2644628,0.2520661,0.33471075,0.40082645,0.25619835,0.25619835,0.338843,0.4090909,0.45867768,0.46280992,0.47933885,0.49173555,0.5123967,0.5165289,0.53305787,0.5785124,0.59090906,0.61157024,0.61157024,0.607438,0.59090906,0.5785124,0.5413223,0.54545456,0.53305787,0.5247934,0.5123967,0.48347107,0.47107437,0.46280992,0.45867768,0.47933885,0.47107437,0.47933885,0.5082645,0.53305787,0.5289256,0.53305787,0.553719,0.55785125,0.5661157,0.5785124,0.59090906,0.62396693,0.58677685,0.5495868,0.49173555,0.4876033,0.46280992,0.45454547,0.46280992,0.46694216,0.44214877,0.4214876,0.38016528,0.29338843,0.32231405,0.446281,0.22727273,0.049586777,0.08264463,0.27272728,0.26859504,0.28512397,0.27272728,0.23140496,0.30578512,0.446281,0.35950413,0.1983471,0.24380165,0.34710744,0.4090909,0.42975205,0.46280992,0.47107437,0.5,0.5,0.5082645,0.57438016,0.61570245,0.6280992,0.6735537,0.6859504,0.661157,0.6652893,0.607438,0.60330576,0.61570245,0.61157024,0.607438,0.58677685,0.54545456,0.5041322,0.5082645,0.5165289,0.48347107,0.49173555,0.5495868,0.59504133,0.59090906,0.59090906,0.61157024,0.61570245,0.6280992,0.61157024,0.62396693,0.62396693,0.59090906,0.5413223,0.48347107,0.47107437,0.46280992,0.446281,0.446281,0.4338843,0.41735536,0.38016528,0.3181818,0.29752067,0.3677686,0.41322315,0.42975205,0.12396694,0.07024793,0.2603306,0.2768595,0.2768595,0.26859504,0.18595041,0.21487603,0.4090909,0.42561984,0.27272728,0.17768595,0.2520661,0.33471075,0.3677686,0.40495867,0.45041323,0.47933885,0.5,0.5082645,0.56198347,0.59504133,0.6363636,0.6735537,0.6983471,0.71487606,0.7107438,0.6859504,0.69008267,0.7066116,0.71487606,0.71900827,0.7231405,0.6983471,0.6404959,0.59917355,0.58677685,0.58677685,0.59090906,0.6818182,0.6983471,0.677686,0.677686,0.677686,0.6818182,0.677686,0.6446281,0.6363636,0.61570245,0.57024795,0.5247934,0.4876033,0.45867768,0.4338843,0.4214876,0.41735536,0.39256197,0.38016528,0.32231405,0.2644628,0.3305785,0.38429752,0.39256197,0.5289256,0.3305785,0.045454547,0.2768595,0.2768595,0.25619835,0.19008264,0.11570248,0.16528925,0.39256197,0.42975205,0.3429752,0.22727273,0.18595041,0.23966943,0.29338843,0.3264463,0.38016528,0.42975205,0.46694216,0.48347107,0.5247934,0.55785125,0.61157024,0.6404959,0.6735537,0.7107438,0.71900827,0.73140496,0.73140496,0.7355372,0.74380165,0.74793386,0.7644628,0.7644628,0.74793386,0.74380165,0.73966944,0.72727275,0.75206614,0.7644628,0.72727275,0.72727275,0.71900827,0.71900827,0.6983471,0.6942149,0.6570248,0.6404959,0.59090906,0.54545456,0.5206612,0.46280992,0.446281,0.40495867,0.38429752,0.38429752,0.36363637,0.32231405,0.26859504,0.28512397,0.38016528,0.3553719,0.4338843,0.5041322,0.5785124,0.13636364,0.28099173,0.24793388,0.22727273,0.09917355,0.06198347,0.1983471,0.40082645,0.4214876,0.37190083,0.2892562,0.19421488,0.19421488,0.20661157,0.2644628,0.26859504,0.34710744,0.37603307,0.43801653,0.48347107,0.53305787,0.57438016,0.6198347,0.661157,0.69008267,0.6983471,0.72727275,0.71900827,0.72727275,0.7231405,0.73140496,0.76033056,0.7644628,0.75206614,0.74380165,0.73966944,0.73140496,0.76033056,0.76859504,0.73966944,0.71900827,0.7066116,0.70247936,0.6735537,0.6694215,0.6404959,0.61157024,0.5785124,0.5289256,0.4876033,0.446281,0.38016528,0.3429752,0.35123968,0.3553719,0.32231405,0.2644628,0.2603306,0.33471075,0.4214876,0.3429752,0.47933885,0.5206612,0.59917355,0.38429752,12 +0.6570248,0.6652893,0.69008267,0.7107438,0.7231405,0.72727275,0.72727275,0.73966944,0.75206614,0.76033056,0.7644628,0.76859504,0.78099173,0.7892562,0.7933884,0.80991733,0.8181818,0.822314,0.822314,0.822314,0.8305785,0.8181818,0.80991733,0.8305785,0.8140496,0.80991733,0.8140496,0.8057851,0.8057851,0.8016529,0.79752064,0.7892562,0.78099173,0.7892562,0.79752064,0.7892562,0.78099173,0.78512394,0.78099173,0.77272725,0.7892562,0.78512394,0.7768595,0.74793386,0.75206614,0.73966944,0.73966944,0.7231405,0.677686,0.6818182,0.677686,0.6694215,0.6404959,0.62396693,0.60330576,0.55785125,0.54545456,0.37603307,0.15289256,0.338843,0.4752066,0.49173555,0.4752066,0.4876033,0.6528926,0.6818182,0.6818182,0.7107438,0.7107438,0.71900827,0.73966944,0.74793386,0.75619835,0.7644628,0.7768595,0.78099173,0.78512394,0.79752064,0.8016529,0.80991733,0.8181818,0.8264463,0.8264463,0.8181818,0.8264463,0.8181818,0.8140496,0.8264463,0.8181818,0.822314,0.822314,0.8057851,0.8016529,0.8016529,0.8057851,0.7933884,0.78512394,0.78512394,0.7892562,0.7892562,0.78099173,0.78512394,0.78512394,0.7768595,0.7933884,0.78512394,0.7768595,0.75206614,0.7355372,0.7355372,0.73140496,0.71900827,0.6859504,0.69008267,0.69008267,0.6694215,0.6404959,0.62396693,0.60330576,0.56198347,0.5247934,0.3966942,0.18181819,0.30991736,0.45454547,0.49173555,0.47107437,0.47107437,0.6528926,0.6735537,0.69008267,0.6983471,0.6983471,0.72727275,0.74793386,0.75206614,0.76033056,0.77272725,0.78099173,0.7892562,0.7933884,0.8016529,0.80991733,0.8140496,0.822314,0.8264463,0.8181818,0.8181818,0.822314,0.8181818,0.80991733,0.8264463,0.8181818,0.8181818,0.822314,0.8140496,0.8016529,0.8016529,0.79752064,0.7892562,0.7768595,0.76859504,0.7768595,0.7892562,0.7892562,0.7892562,0.7892562,0.78512394,0.7892562,0.78512394,0.77272725,0.75619835,0.7231405,0.7355372,0.73140496,0.71900827,0.69008267,0.6983471,0.69008267,0.677686,0.6446281,0.62396693,0.607438,0.5661157,0.5247934,0.3553719,0.18181819,0.3140496,0.45454547,0.48347107,0.47107437,0.46694216,0.6487603,0.661157,0.677686,0.69008267,0.6983471,0.7231405,0.76033056,0.75619835,0.7644628,0.78512394,0.7892562,0.7933884,0.79752064,0.8057851,0.8181818,0.8181818,0.822314,0.8181818,0.8140496,0.8140496,0.8140496,0.8140496,0.8181818,0.8140496,0.822314,0.80991733,0.8140496,0.822314,0.80991733,0.79752064,0.79752064,0.7933884,0.78099173,0.76033056,0.76859504,0.78512394,0.7933884,0.79752064,0.7892562,0.78099173,0.7892562,0.77272725,0.7644628,0.75206614,0.7107438,0.7231405,0.73140496,0.72727275,0.70247936,0.70247936,0.6942149,0.6942149,0.6694215,0.6446281,0.62396693,0.58264464,0.5371901,0.32231405,0.16528925,0.37190083,0.47107437,0.47933885,0.47107437,0.46694216,0.6322314,0.6528926,0.677686,0.7066116,0.71900827,0.73140496,0.76859504,0.76859504,0.76859504,0.78099173,0.78512394,0.79752064,0.8016529,0.79752064,0.8057851,0.80991733,0.8181818,0.8181818,0.80991733,0.7933884,0.8016529,0.8057851,0.822314,0.80991733,0.80991733,0.8264463,0.80991733,0.8264463,0.8140496,0.79752064,0.7933884,0.79752064,0.7892562,0.78099173,0.79752064,0.7892562,0.7933884,0.7892562,0.7768595,0.7644628,0.7644628,0.75619835,0.74380165,0.73966944,0.7107438,0.71487606,0.71487606,0.7231405,0.71487606,0.7066116,0.7066116,0.7107438,0.69008267,0.6528926,0.62396693,0.607438,0.5371901,0.29752067,0.19008264,0.40082645,0.4752066,0.47107437,0.47107437,0.47933885,0.6280992,0.6487603,0.677686,0.7066116,0.74380165,0.75206614,0.7644628,0.74793386,0.7355372,0.73966944,0.73966944,0.74793386,0.7644628,0.76859504,0.7644628,0.77272725,0.7892562,0.7933884,0.78099173,0.76859504,0.76859504,0.7933884,0.8181818,0.80991733,0.8264463,0.80991733,0.8057851,0.8181818,0.8140496,0.79752064,0.8016529,0.8016529,0.78099173,0.78099173,0.8016529,0.79752064,0.7892562,0.78512394,0.76859504,0.75619835,0.74793386,0.74380165,0.72727275,0.72727275,0.71487606,0.71487606,0.70247936,0.72727275,0.7231405,0.7107438,0.7066116,0.7107438,0.6735537,0.6487603,0.61157024,0.60330576,0.5661157,0.28512397,0.19008264,0.38429752,0.4752066,0.47107437,0.47107437,0.47107437,0.6363636,0.6570248,0.661157,0.70247936,0.73966944,0.74380165,0.7231405,0.7107438,0.7066116,0.6983471,0.6983471,0.6983471,0.6983471,0.7066116,0.69008267,0.6859504,0.70247936,0.7231405,0.7231405,0.7107438,0.6983471,0.72727275,0.76033056,0.8016529,0.8140496,0.8140496,0.80991733,0.8016529,0.8016529,0.8016529,0.8057851,0.8016529,0.78099173,0.76859504,0.7892562,0.79752064,0.78512394,0.7768595,0.76033056,0.75206614,0.74793386,0.73140496,0.71900827,0.7066116,0.71487606,0.71900827,0.71487606,0.6942149,0.6983471,0.6694215,0.6487603,0.6528926,0.60330576,0.5785124,0.5785124,0.57024795,0.5413223,0.33471075,0.17768595,0.3429752,0.46694216,0.4752066,0.47107437,0.46694216,0.61570245,0.6528926,0.6487603,0.6694215,0.71487606,0.70247936,0.6859504,0.7066116,0.69008267,0.677686,0.6942149,0.677686,0.6404959,0.6363636,0.607438,0.58264464,0.58677685,0.59504133,0.59090906,0.58677685,0.5495868,0.59917355,0.6404959,0.6942149,0.73966944,0.77272725,0.7768595,0.77272725,0.7892562,0.77272725,0.78099173,0.7933884,0.77272725,0.74793386,0.75619835,0.7768595,0.7768595,0.7644628,0.75206614,0.73966944,0.73140496,0.71900827,0.7066116,0.6983471,0.6818182,0.70247936,0.6818182,0.6322314,0.58264464,0.5661157,0.5371901,0.55785125,0.5495868,0.553719,0.5413223,0.5289256,0.5,0.38016528,0.22727273,0.33471075,0.47107437,0.47933885,0.46694216,0.47107437,0.607438,0.6322314,0.6446281,0.6570248,0.69008267,0.6735537,0.6404959,0.677686,0.661157,0.6652893,0.661157,0.6404959,0.607438,0.61570245,0.59917355,0.54545456,0.5247934,0.5289256,0.49586776,0.5165289,0.57438016,0.48347107,0.49586776,0.54545456,0.57438016,0.6198347,0.6363636,0.6280992,0.72727275,0.6363636,0.60330576,0.6280992,0.6363636,0.61157024,0.59917355,0.62396693,0.6570248,0.6198347,0.61157024,0.5785124,0.553719,0.5495868,0.5123967,0.54545456,0.61570245,0.661157,0.6280992,0.46280992,0.42975205,0.45867768,0.42561984,0.47933885,0.5661157,0.607438,0.5413223,0.46694216,0.46280992,0.38429752,0.24793388,0.3181818,0.45041323,0.46694216,0.46280992,0.47107437,0.60330576,0.61570245,0.6280992,0.6528926,0.6694215,0.6446281,0.58264464,0.55785125,0.60330576,0.71900827,0.73140496,0.6280992,0.5041322,0.5206612,0.5165289,0.48347107,0.45041323,0.45454547,0.4214876,0.42561984,0.5371901,0.44214877,0.4214876,0.42975205,0.4090909,0.4338843,0.4214876,0.40495867,0.5661157,0.48347107,0.42561984,0.4338843,0.40495867,0.49586776,0.5413223,0.55785125,0.58677685,0.5661157,0.5495868,0.5082645,0.5289256,0.5041322,0.38429752,0.38016528,0.42975205,0.47933885,0.45867768,0.42561984,0.4090909,0.41322315,0.41322315,0.3966942,0.42561984,0.45041323,0.45867768,0.4214876,0.4090909,0.36363637,0.3181818,0.3305785,0.39256197,0.41735536,0.3966942,0.42561984,0.58677685,0.58264464,0.59917355,0.62396693,0.6363636,0.59917355,0.57438016,0.6322314,0.80991733,0.8677686,0.8471074,0.661157,0.5785124,0.61157024,0.61157024,0.61157024,0.553719,0.5041322,0.48347107,0.46280992,0.446281,0.446281,0.43801653,0.46280992,0.45867768,0.5,0.5413223,0.553719,0.57024795,0.60330576,0.59917355,0.5785124,0.45454547,0.45454547,0.6652893,0.6859504,0.6652893,0.661157,0.62396693,0.5661157,0.6322314,0.59504133,0.5206612,0.5082645,0.5,0.4876033,0.44214877,0.38016528,0.41322315,0.4090909,0.42975205,0.48347107,0.55785125,0.57024795,0.5371901,0.5289256,0.49586776,0.4090909,0.41322315,0.446281,0.4338843,0.42561984,0.38429752,0.37190083,0.55785125,0.5495868,0.553719,0.59090906,0.60330576,0.55785125,0.62396693,0.71900827,0.74793386,0.72727275,0.7107438,0.6570248,0.6528926,0.6528926,0.6404959,0.62396693,0.61570245,0.5785124,0.5289256,0.5082645,0.48347107,0.45041323,0.4338843,0.44214877,0.43801653,0.48347107,0.54545456,0.5785124,0.59504133,0.6446281,0.6694215,0.7107438,0.6446281,0.38429752,0.6735537,0.76033056,0.7066116,0.7066116,0.6570248,0.5,0.5247934,0.5785124,0.5371901,0.49173555,0.45041323,0.40082645,0.38429752,0.37603307,0.4090909,0.4338843,0.446281,0.55785125,0.61157024,0.57024795,0.5247934,0.47933885,0.49173555,0.41322315,0.41322315,0.4876033,0.48347107,0.4876033,0.48347107,0.446281,0.55785125,0.5413223,0.5289256,0.56198347,0.55785125,0.46694216,0.59917355,0.677686,0.6652893,0.6694215,0.6818182,0.6859504,0.75619835,0.7768595,0.76033056,0.72727275,0.75619835,0.75206614,0.677686,0.6198347,0.58264464,0.54545456,0.5165289,0.5041322,0.47107437,0.4752066,0.5165289,0.553719,0.59917355,0.6446281,0.6942149,0.75619835,0.75206614,0.4214876,0.6198347,0.80991733,0.74793386,0.7231405,0.6487603,0.40082645,0.3966942,0.55785125,0.5289256,0.48347107,0.45867768,0.446281,0.49586776,0.5371901,0.58677685,0.59504133,0.607438,0.59917355,0.58264464,0.5413223,0.4876033,0.46280992,0.45867768,0.40082645,0.40495867,0.47107437,0.47107437,0.47933885,0.49173555,0.49586776,0.58677685,0.56198347,0.5661157,0.5371901,0.49173555,0.5123967,0.62396693,0.6487603,0.661157,0.677686,0.6487603,0.7933884,0.8801653,0.8801653,0.8595041,0.69008267,0.6487603,0.6859504,0.61570245,0.5495868,0.5247934,0.5123967,0.5123967,0.5206612,0.49586776,0.45454547,0.44214877,0.47933885,0.56198347,0.6280992,0.70247936,0.71487606,0.76859504,0.49586776,0.5041322,0.6735537,0.6404959,0.62396693,0.57438016,0.3264463,0.36363637,0.58264464,0.5371901,0.47107437,0.42561984,0.4752066,0.5371901,0.58677685,0.6198347,0.607438,0.61570245,0.607438,0.59090906,0.57024795,0.5123967,0.46694216,0.43801653,0.37603307,0.38429752,0.46280992,0.47107437,0.4752066,0.47933885,0.47933885,0.60330576,0.607438,0.59090906,0.43801653,0.4876033,0.59917355,0.6404959,0.6570248,0.6487603,0.6322314,0.5413223,0.69008267,0.838843,0.8595041,0.79752064,0.5785124,0.5,0.5082645,0.44214877,0.41322315,0.41322315,0.3966942,0.4090909,0.46280992,0.48347107,0.45867768,0.41735536,0.40495867,0.5,0.59504133,0.6859504,0.6818182,0.7644628,0.4752066,0.4090909,0.55785125,0.54545456,0.5041322,0.4338843,0.23966943,0.35123968,0.74380165,0.75619835,0.61570245,0.41322315,0.4090909,0.5123967,0.55785125,0.49586776,0.45454547,0.4876033,0.5082645,0.5206612,0.5289256,0.5206612,0.4876033,0.43801653,0.36363637,0.38842976,0.45867768,0.46280992,0.4752066,0.47107437,0.4752066,0.58264464,0.61157024,0.5082645,0.4338843,0.55785125,0.60330576,0.62396693,0.59090906,0.49586776,0.5,0.47933885,0.45867768,0.53305787,0.5413223,0.41735536,0.36363637,0.39256197,0.3181818,0.2892562,0.3553719,0.4214876,0.40082645,0.39256197,0.42975205,0.46694216,0.47107437,0.42975205,0.3966942,0.43801653,0.54545456,0.661157,0.6652893,0.74380165,0.41735536,0.5206612,0.6859504,0.69008267,0.6652893,0.57024795,0.3429752,0.30991736,0.71487606,0.88429755,0.8347107,0.59917355,0.35123968,0.37190083,0.40495867,0.3305785,0.25619835,0.35950413,0.38429752,0.41735536,0.43801653,0.46694216,0.5123967,0.42561984,0.35123968,0.43801653,0.46280992,0.46694216,0.47107437,0.47107437,0.4752066,0.3140496,0.5082645,0.56198347,0.5041322,0.553719,0.57024795,0.5041322,0.43801653,0.4338843,0.44214877,0.41322315,0.446281,0.5206612,0.48347107,0.2520661,0.338843,0.43801653,0.28512397,0.28099173,0.38842976,0.49586776,0.4090909,0.4090909,0.45041323,0.5165289,0.55785125,0.47107437,0.41735536,0.44214877,0.53305787,0.59917355,0.6570248,0.61157024,0.37603307,0.6818182,0.77272725,0.73966944,0.71900827,0.6280992,0.4090909,0.22727273,0.35950413,0.56198347,0.61570245,0.58264464,0.338843,0.43801653,0.45454547,0.3181818,0.17355372,0.338843,0.35123968,0.28099173,0.36363637,0.37603307,0.49173555,0.4090909,0.30165288,0.41735536,0.41322315,0.39256197,0.38016528,0.3677686,0.35950413,0.3181818,0.3181818,0.44214877,0.5289256,0.5247934,0.47933885,0.44214877,0.4338843,0.45454547,0.42975205,0.41735536,0.58264464,0.6652893,0.60330576,0.30991736,0.35950413,0.3305785,0.30991736,0.3429752,0.5041322,0.59917355,0.49173555,0.44214877,0.44214877,0.5041322,0.6198347,0.57438016,0.47933885,0.5,0.58264464,0.58677685,0.61157024,0.41322315,0.45454547,0.80991733,0.838843,0.79752064,0.78512394,0.7231405,0.5165289,0.34710744,0.30165288,0.4876033,0.6198347,0.58677685,0.3305785,0.3264463,0.30578512,0.29338843,0.2520661,0.44214877,0.4876033,0.28099173,0.29338843,0.338843,0.45041323,0.42561984,0.2768595,0.3677686,0.38429752,0.38429752,0.38842976,0.39256197,0.40495867,0.6280992,0.46694216,0.47107437,0.58264464,0.5495868,0.5082645,0.53305787,0.57024795,0.57438016,0.60330576,0.62396693,0.6652893,0.6735537,0.70247936,0.49173555,0.41735536,0.4090909,0.3966942,0.45454547,0.58264464,0.59504133,0.54545456,0.5165289,0.5082645,0.5413223,0.59917355,0.61157024,0.56198347,0.59504133,0.6652893,0.59917355,0.56198347,0.33471075,0.5371901,0.8347107,0.8471074,0.8140496,0.7933884,0.7933884,0.6198347,0.33471075,0.22727273,0.446281,0.57438016,0.59917355,0.4752066,0.38429752,0.338843,0.33471075,0.38429752,0.5165289,0.5123967,0.42975205,0.36363637,0.34710744,0.4338843,0.44214877,0.35950413,0.4338843,0.446281,0.446281,0.45454547,0.45867768,0.45867768,0.6735537,0.57438016,0.57024795,0.6280992,0.6280992,0.6198347,0.61570245,0.6322314,0.61570245,0.59090906,0.6198347,0.6652893,0.677686,0.677686,0.661157,0.5785124,0.5413223,0.5371901,0.553719,0.56198347,0.5413223,0.5289256,0.5371901,0.553719,0.58677685,0.59504133,0.61570245,0.6446281,0.6818182,0.6983471,0.5247934,0.46280992,0.4090909,0.60330576,0.78099173,0.8429752,0.8305785,0.79752064,0.8016529,0.7107438,0.3429752,0.11983471,0.36363637,0.53305787,0.5247934,0.5413223,0.5206612,0.45454547,0.44214877,0.48347107,0.5165289,0.5206612,0.5,0.46694216,0.41322315,0.42975205,0.446281,0.4214876,0.45454547,0.46280992,0.47107437,0.46694216,0.46280992,0.46694216,0.6942149,0.62396693,0.6446281,0.6818182,0.6735537,0.6859504,0.6983471,0.6859504,0.6983471,0.6570248,0.6404959,0.6528926,0.6363636,0.6487603,0.6528926,0.61570245,0.61157024,0.59917355,0.553719,0.5289256,0.5206612,0.5495868,0.57438016,0.57438016,0.59504133,0.6322314,0.6570248,0.7107438,0.7066116,0.5041322,0.446281,0.4090909,0.39256197,0.607438,0.73140496,0.78512394,0.8347107,0.8181818,0.8140496,0.79752064,0.5082645,0.11983471,0.23966943,0.49173555,0.49173555,0.5041322,0.53305787,0.5247934,0.5289256,0.5247934,0.5247934,0.54545456,0.5289256,0.49586776,0.45867768,0.46694216,0.45041323,0.4338843,0.45041323,0.46694216,0.4752066,0.46694216,0.46694216,0.45867768,0.7231405,0.6404959,0.6652893,0.71900827,0.6818182,0.677686,0.7066116,0.71900827,0.71487606,0.71487606,0.7107438,0.72727275,0.6983471,0.6859504,0.7107438,0.6735537,0.661157,0.6446281,0.61157024,0.59504133,0.59917355,0.61570245,0.607438,0.61157024,0.6487603,0.6983471,0.6983471,0.74793386,0.6363636,0.40082645,0.42561984,0.38429752,0.40495867,0.62396693,0.71900827,0.73140496,0.79752064,0.8471074,0.8016529,0.8181818,0.6322314,0.22727273,0.1983471,0.4090909,0.5413223,0.53305787,0.553719,0.57438016,0.57438016,0.58264464,0.5785124,0.57438016,0.553719,0.49173555,0.48347107,0.49586776,0.48347107,0.4338843,0.46280992,0.46694216,0.45867768,0.46694216,0.45867768,0.45867768,0.6983471,0.60330576,0.6446281,0.74793386,0.7231405,0.71487606,0.71487606,0.7231405,0.72727275,0.74380165,0.76033056,0.75619835,0.74380165,0.73140496,0.7355372,0.7355372,0.7231405,0.7107438,0.7066116,0.6694215,0.6570248,0.6404959,0.62396693,0.6694215,0.74380165,0.74380165,0.71487606,0.7066116,0.6280992,0.4876033,0.3966942,0.42561984,0.48347107,0.6280992,0.6983471,0.70247936,0.7644628,0.8429752,0.8140496,0.80991733,0.71487606,0.42975205,0.3553719,0.28099173,0.5247934,0.57438016,0.57438016,0.59504133,0.59917355,0.59090906,0.59090906,0.5785124,0.553719,0.5123967,0.5,0.53305787,0.5,0.45454547,0.43801653,0.45867768,0.446281,0.45454547,0.46694216,0.45454547,0.6818182,0.53305787,0.5371901,0.75206614,0.7355372,0.7231405,0.71487606,0.71900827,0.71900827,0.7355372,0.76859504,0.76859504,0.7768595,0.76859504,0.76033056,0.7768595,0.7768595,0.73966944,0.7355372,0.6818182,0.6528926,0.6198347,0.6818182,0.75619835,0.7892562,0.74380165,0.69008267,0.6818182,0.6528926,0.49586776,0.43801653,0.47933885,0.57024795,0.6570248,0.6818182,0.69008267,0.7644628,0.8264463,0.8181818,0.79752064,0.76859504,0.53305787,0.5082645,0.30165288,0.3966942,0.56198347,0.57438016,0.59090906,0.607438,0.59917355,0.59504133,0.57438016,0.553719,0.5371901,0.54545456,0.553719,0.5165289,0.46280992,0.40082645,0.44214877,0.446281,0.45041323,0.45454547,0.45041323,0.70247936,0.553719,0.4214876,0.71900827,0.73966944,0.74380165,0.74380165,0.7355372,0.71900827,0.7355372,0.76859504,0.77272725,0.78099173,0.77272725,0.76859504,0.7768595,0.74793386,0.70247936,0.6942149,0.6652893,0.6652893,0.677686,0.74793386,0.7892562,0.7644628,0.7107438,0.6694215,0.6652893,0.5785124,0.5123967,0.53305787,0.5413223,0.62396693,0.6735537,0.6859504,0.6983471,0.74380165,0.8057851,0.822314,0.79752064,0.79752064,0.6198347,0.5495868,0.47933885,0.32231405,0.47933885,0.59917355,0.58264464,0.59917355,0.59917355,0.59917355,0.58677685,0.57438016,0.59090906,0.59917355,0.59504133,0.5495868,0.4752066,0.37190083,0.42561984,0.43801653,0.4338843,0.44214877,0.44214877,0.7107438,0.6652893,0.40495867,0.6528926,0.7355372,0.7355372,0.75206614,0.75206614,0.7355372,0.74380165,0.7644628,0.78512394,0.7892562,0.77272725,0.75206614,0.7355372,0.6942149,0.6735537,0.7066116,0.71487606,0.74793386,0.7644628,0.7768595,0.78512394,0.73140496,0.6735537,0.6487603,0.60330576,0.5082645,0.55785125,0.58677685,0.61570245,0.6818182,0.6818182,0.6735537,0.70247936,0.72727275,0.7768595,0.8264463,0.79752064,0.8016529,0.71487606,0.5785124,0.59090906,0.45041323,0.3553719,0.59090906,0.6404959,0.62396693,0.61570245,0.61570245,0.6198347,0.61570245,0.6198347,0.62396693,0.61157024,0.553719,0.49173555,0.37190083,0.4214876,0.42561984,0.41735536,0.43801653,0.4338843,0.677686,0.6983471,0.48347107,0.5206612,0.7231405,0.7107438,0.72727275,0.74793386,0.75619835,0.76033056,0.7644628,0.78512394,0.7933884,0.78512394,0.76859504,0.74793386,0.7231405,0.7355372,0.74793386,0.7644628,0.7768595,0.78099173,0.76859504,0.74380165,0.72727275,0.6694215,0.61157024,0.53305787,0.56198347,0.57438016,0.57438016,0.6735537,0.7107438,0.69008267,0.6818182,0.6983471,0.71487606,0.76859504,0.8057851,0.8057851,0.7892562,0.76859504,0.6528926,0.58264464,0.6198347,0.41735536,0.41322315,0.6528926,0.6652893,0.6528926,0.6363636,0.6322314,0.6322314,0.62396693,0.6280992,0.59504133,0.5413223,0.49586776,0.3677686,0.4090909,0.40082645,0.42561984,0.42561984,0.42561984,0.6652893,0.6942149,0.607438,0.41735536,0.6363636,0.70247936,0.6983471,0.7231405,0.74793386,0.7644628,0.76033056,0.77272725,0.7892562,0.78099173,0.78512394,0.76859504,0.76859504,0.77272725,0.77272725,0.7768595,0.77272725,0.7768595,0.7644628,0.73140496,0.71900827,0.69008267,0.5413223,0.5371901,0.59090906,0.58264464,0.6404959,0.7066116,0.71900827,0.6983471,0.6983471,0.71487606,0.7355372,0.77272725,0.79752064,0.8016529,0.7933884,0.7768595,0.7355372,0.607438,0.59504133,0.61570245,0.38016528,0.45041323,0.6735537,0.661157,0.6487603,0.6487603,0.6322314,0.607438,0.59090906,0.58677685,0.5206612,0.46694216,0.37190083,0.38016528,0.3966942,0.40495867,0.40082645,0.4752066,0.6652893,0.6735537,0.6818182,0.5289256,0.47107437,0.6528926,0.6859504,0.6983471,0.72727275,0.75206614,0.76033056,0.7644628,0.7768595,0.78512394,0.78099173,0.77272725,0.78099173,0.78099173,0.77272725,0.7892562,0.76859504,0.78099173,0.75206614,0.7355372,0.71900827,0.57438016,0.5371901,0.59504133,0.5785124,0.59917355,0.6859504,0.7231405,0.7066116,0.6942149,0.7066116,0.7231405,0.75619835,0.76859504,0.7933884,0.8016529,0.79752064,0.7892562,0.7768595,0.6859504,0.5495868,0.61157024,0.58677685,0.38429752,0.446281,0.6652893,0.6446281,0.62396693,0.6198347,0.58264464,0.57438016,0.5247934,0.4876033,0.45454547,0.37190083,0.39256197,0.39256197,0.39256197,0.47933885,0.6322314,0.6652893,0.6570248,0.6652893,0.6694215,0.5206612,0.5,0.6198347,0.7066116,0.71900827,0.73140496,0.76033056,0.76859504,0.76859504,0.77272725,0.77272725,0.78099173,0.7644628,0.7768595,0.7644628,0.76859504,0.77272725,0.78512394,0.79752064,0.6942149,0.55785125,0.58677685,0.60330576,0.58264464,0.5785124,0.6322314,0.70247936,0.71900827,0.69008267,0.6818182,0.7066116,0.73140496,0.74793386,0.75619835,0.7933884,0.8057851,0.8016529,0.7892562,0.78512394,0.73140496,0.59504133,0.55785125,0.61157024,0.59090906,0.43801653,0.4090909,0.59090906,0.6198347,0.60330576,0.5785124,0.5495868,0.5082645,0.47107437,0.42975205,0.3677686,0.4090909,0.446281,0.48347107,0.58677685,0.6198347,0.6735537,0.6735537,0.6694215,0.6942149,0.6818182,0.55785125,0.5041322,0.58264464,0.6942149,0.7231405,0.74380165,0.7644628,0.74793386,0.74793386,0.76033056,0.77272725,0.75206614,0.7644628,0.7644628,0.77272725,0.8016529,0.8057851,0.6859504,0.5785124,0.6363636,0.6570248,0.59917355,0.5495868,0.59504133,0.6652893,0.70247936,0.7107438,0.677686,0.677686,0.71487606,0.73140496,0.7231405,0.74380165,0.7933884,0.8140496,0.78512394,0.78099173,0.76859504,0.7355372,0.62396693,0.5661157,0.58677685,0.59090906,0.61157024,0.53305787,0.3966942,0.46280992,0.54545456,0.57438016,0.54545456,0.5082645,0.4752066,0.43801653,0.45867768,0.5041322,0.53305787,0.553719,0.5041322,0.41322315,0.6818182,0.677686,0.6818182,0.69008267,0.70247936,0.6859504,0.6322314,0.57024795,0.5289256,0.57438016,0.6652893,0.75619835,0.76033056,0.74793386,0.7768595,0.78512394,0.7644628,0.74793386,0.71900827,0.71900827,0.75206614,0.6404959,0.6446281,0.69008267,0.661157,0.62396693,0.59504133,0.57024795,0.6280992,0.6859504,0.70247936,0.7066116,0.6818182,0.6818182,0.7107438,0.7231405,0.70247936,0.73140496,0.78099173,0.8140496,0.7933884,0.76033056,0.75619835,0.7231405,0.6322314,0.5413223,0.57024795,0.607438,0.59504133,0.607438,0.59090906,0.5206612,0.43801653,0.44214877,0.49586776,0.5082645,0.5,0.4876033,0.49173555,0.49173555,0.44214877,0.4090909,0.41735536,0.4090909,0.6694215,0.6818182,0.6859504,0.6859504,0.69008267,0.6983471,0.7231405,0.69008267,0.661157,0.62396693,0.56198347,0.5,0.47107437,0.47933885,0.47933885,0.5,0.5289256,0.58264464,0.6198347,0.6570248,0.69008267,0.7107438,0.6983471,0.70247936,0.6404959,0.59917355,0.5661157,0.5785124,0.6404959,0.69008267,0.70247936,0.7066116,0.6983471,0.6942149,0.7066116,0.7066116,0.6983471,0.71487606,0.7768595,0.8181818,0.8057851,0.76033056,0.73966944,0.7231405,0.62396693,0.5289256,0.553719,0.59090906,0.59090906,0.58677685,0.5785124,0.59917355,0.57438016,0.53305787,0.4752066,0.41322315,0.40082645,0.38429752,0.3677686,0.39256197,0.40082645,0.41735536,0.4214876,0.4090909,0.6528926,0.6859504,0.69008267,0.69008267,0.6735537,0.6818182,0.6942149,0.7066116,0.72727275,0.73140496,0.71487606,0.6983471,0.6859504,0.6818182,0.677686,0.6694215,0.6818182,0.69008267,0.6983471,0.7107438,0.73966944,0.7231405,0.69008267,0.6859504,0.6446281,0.58677685,0.54545456,0.58677685,0.6446281,0.6859504,0.6983471,0.7066116,0.7107438,0.7107438,0.7107438,0.69008267,0.677686,0.7107438,0.76033056,0.80991733,0.8140496,0.7768595,0.7355372,0.7066116,0.607438,0.5413223,0.49173555,0.55785125,0.60330576,0.58677685,0.57024795,0.59504133,0.60330576,0.57024795,0.5413223,0.5041322,0.47933885,0.44214877,0.37603307,0.4090909,0.4090909,0.40495867,0.41322315,0.41735536,0.6487603,0.677686,0.6735537,0.6983471,0.6942149,0.70247936,0.7107438,0.7066116,0.71900827,0.6942149,0.677686,0.6570248,0.6487603,0.6446281,0.6694215,0.6983471,0.7066116,0.71487606,0.7355372,0.71487606,0.71900827,0.71487606,0.69008267,0.6487603,0.6363636,0.59090906,0.54545456,0.58264464,0.6404959,0.6735537,0.69008267,0.6983471,0.7107438,0.7107438,0.6983471,0.6818182,0.6735537,0.6942149,0.7231405,0.76033056,0.8016529,0.78099173,0.72727275,0.71900827,0.61157024,0.5371901,0.4752066,0.5371901,0.61157024,0.5785124,0.56198347,0.59090906,0.60330576,0.58677685,0.56198347,0.5495868,0.5206612,0.46280992,0.38016528,0.39256197,0.40495867,0.3966942,0.4090909,0.4090909,0.6487603,0.6570248,0.6446281,0.6983471,0.7107438,0.6942149,0.71900827,0.7066116,0.70247936,0.70247936,0.7107438,0.70247936,0.69008267,0.6942149,0.6942149,0.7066116,0.6983471,0.7066116,0.73140496,0.6983471,0.70247936,0.70247936,0.677686,0.6322314,0.61570245,0.61157024,0.5206612,0.54545456,0.61570245,0.6446281,0.6363636,0.6446281,0.6652893,0.661157,0.6487603,0.6363636,0.6280992,0.6446281,0.6818182,0.70247936,0.71487606,0.75206614,0.71900827,0.6735537,0.5785124,0.4752066,0.4214876,0.5206612,0.60330576,0.57438016,0.57024795,0.57024795,0.57438016,0.57024795,0.5495868,0.56198347,0.5495868,0.48347107,0.38429752,0.37603307,0.3966942,0.3966942,0.38842976,0.40495867,0.6570248,0.61570245,0.61570245,0.69008267,0.69008267,0.6652893,0.6859504,0.7107438,0.6942149,0.7107438,0.70247936,0.70247936,0.6818182,0.6942149,0.6942149,0.69008267,0.6942149,0.6942149,0.7066116,0.6942149,0.6859504,0.6983471,0.6735537,0.6446281,0.6322314,0.6446281,0.49173555,0.47933885,0.5495868,0.57024795,0.53305787,0.48347107,0.4752066,0.49586776,0.5206612,0.53305787,0.553719,0.58677685,0.6198347,0.6404959,0.6528926,0.6570248,0.6694215,0.60330576,0.4752066,0.3305785,0.35950413,0.55785125,0.59090906,0.5785124,0.58677685,0.5785124,0.58677685,0.5661157,0.54545456,0.5495868,0.5371901,0.46694216,0.37603307,0.37190083,0.38842976,0.3966942,0.37603307,0.3966942,0.6363636,0.6322314,0.62396693,0.6818182,0.6818182,0.6363636,0.6528926,0.69008267,0.6818182,0.6942149,0.6983471,0.6983471,0.677686,0.677686,0.69008267,0.6818182,0.677686,0.69008267,0.6983471,0.6942149,0.6859504,0.6983471,0.69008267,0.677686,0.6818182,0.6983471,0.58677685,0.446281,0.43801653,0.446281,0.43801653,0.35123968,0.28099173,0.2644628,0.2603306,0.3264463,0.446281,0.5206612,0.553719,0.5495868,0.57024795,0.5785124,0.56198347,0.5289256,0.37190083,0.27272728,0.46694216,0.5785124,0.59090906,0.5785124,0.58264464,0.59504133,0.59090906,0.5661157,0.54545456,0.53305787,0.5082645,0.43801653,0.36363637,0.37190083,0.38016528,0.38842976,0.38842976,0.37190083,0.6198347,0.6280992,0.6363636,0.6735537,0.69008267,0.6446281,0.6818182,0.6942149,0.6942149,0.69008267,0.69008267,0.6859504,0.6859504,0.6735537,0.677686,0.69008267,0.6818182,0.6942149,0.70247936,0.70247936,0.6983471,0.71487606,0.71487606,0.72727275,0.73140496,0.73140496,0.71900827,0.59504133,0.44214877,0.37190083,0.38842976,0.4090909,0.38429752,0.3429752,0.2892562,0.21900827,0.22727273,0.338843,0.42975205,0.45041323,0.46694216,0.47933885,0.47107437,0.43801653,0.3429752,0.41735536,0.53305787,0.55785125,0.58264464,0.59090906,0.58264464,0.59090906,0.5785124,0.54545456,0.5371901,0.5165289,0.48347107,0.4090909,0.35950413,0.3677686,0.37190083,0.38429752,0.38016528,0.38842976,0.61570245,0.62396693,0.6280992,0.6446281,0.6859504,0.6487603,0.6528926,0.6983471,0.6818182,0.6818182,0.6818182,0.6859504,0.677686,0.6652893,0.6652893,0.677686,0.69008267,0.7066116,0.71900827,0.71900827,0.7231405,0.73966944,0.73140496,0.74380165,0.7644628,0.7644628,0.75619835,0.7231405,0.6818182,0.5495868,0.5041322,0.4752066,0.47933885,0.4876033,0.45041323,0.39256197,0.30578512,0.22727273,0.2768595,0.338843,0.3553719,0.3677686,0.37603307,0.41322315,0.45454547,0.5123967,0.5413223,0.53305787,0.56198347,0.59090906,0.58264464,0.58677685,0.56198347,0.5371901,0.5289256,0.5082645,0.45867768,0.39256197,0.3553719,0.36363637,0.3677686,0.37603307,0.37603307,0.38842976,0.6280992,0.6322314,0.6198347,0.6280992,0.6570248,0.677686,0.6528926,0.6942149,0.7107438,0.6942149,0.6983471,0.70247936,0.69008267,0.6818182,0.6859504,0.69008267,0.70247936,0.7355372,0.74380165,0.7355372,0.74380165,0.75206614,0.75206614,0.74793386,0.77272725,0.7768595,0.76033056,0.7355372,0.7644628,0.7355372,0.6735537,0.6322314,0.59504133,0.59504133,0.54545456,0.5247934,0.46694216,0.38016528,0.3305785,0.28512397,0.29338843,0.3181818,0.3966942,0.46280992,0.5123967,0.5371901,0.53305787,0.5289256,0.54545456,0.58677685,0.58264464,0.5785124,0.56198347,0.5413223,0.5247934,0.49586776,0.43801653,0.37190083,0.35123968,0.37190083,0.36363637,0.37603307,0.38016528,0.38016528,0.6363636,0.6446281,0.6280992,0.6322314,0.6528926,0.6570248,0.6652893,0.69008267,0.7107438,0.6942149,0.6983471,0.7066116,0.6942149,0.6983471,0.71900827,0.71900827,0.7231405,0.75206614,0.7644628,0.75206614,0.75206614,0.74793386,0.76033056,0.75619835,0.76859504,0.77272725,0.74380165,0.74793386,0.74793386,0.76859504,0.74380165,0.72727275,0.71487606,0.6859504,0.62396693,0.60330576,0.553719,0.5041322,0.4752066,0.42561984,0.38429752,0.4214876,0.47107437,0.47933885,0.5123967,0.5413223,0.53305787,0.5371901,0.5289256,0.5661157,0.5785124,0.56198347,0.55785125,0.54545456,0.5041322,0.47107437,0.4338843,0.3677686,0.34710744,0.37190083,0.3677686,0.37603307,0.37190083,0.38016528,0.6322314,0.6446281,0.6487603,0.6570248,0.6528926,0.6570248,0.6570248,0.7066116,0.69008267,0.6818182,0.6942149,0.70247936,0.6942149,0.70247936,0.72727275,0.73966944,0.74793386,0.75206614,0.75619835,0.75206614,0.75619835,0.75206614,0.75206614,0.75206614,0.7644628,0.76033056,0.75206614,0.75206614,0.73140496,0.7355372,0.71900827,0.72727275,0.71487606,0.71900827,0.70247936,0.677686,0.61157024,0.54545456,0.5371901,0.53305787,0.5123967,0.5123967,0.5165289,0.49173555,0.5,0.5371901,0.5247934,0.53305787,0.5165289,0.5247934,0.553719,0.553719,0.553719,0.5413223,0.48347107,0.4752066,0.4338843,0.36363637,0.3553719,0.3677686,0.37190083,0.3677686,0.37190083,0.3677686,0.6322314,0.6570248,0.6487603,0.661157,0.6694215,0.661157,0.6694215,0.6983471,0.69008267,0.69008267,0.6818182,0.6942149,0.7066116,0.7066116,0.72727275,0.73966944,0.74380165,0.73966944,0.7355372,0.7355372,0.74793386,0.75619835,0.75206614,0.73966944,0.75206614,0.74793386,0.73966944,0.75206614,0.72727275,0.71487606,0.71900827,0.7231405,0.70247936,0.677686,0.6818182,0.677686,0.6363636,0.58264464,0.57024795,0.5661157,0.56198347,0.5495868,0.5371901,0.5,0.5,0.5206612,0.5289256,0.5289256,0.5206612,0.5,0.5123967,0.553719,0.55785125,0.5041322,0.47933885,0.45454547,0.42975205,0.3553719,0.34710744,0.35950413,0.3677686,0.38016528,0.37190083,0.3677686,0.6404959,0.6652893,0.6652893,0.6694215,0.677686,0.6859504,0.69008267,0.6983471,0.6942149,0.6818182,0.6818182,0.6983471,0.71487606,0.71487606,0.71900827,0.72727275,0.72727275,0.71487606,0.71900827,0.7231405,0.7231405,0.7355372,0.74793386,0.71487606,0.71900827,0.7231405,0.72727275,0.7231405,0.7107438,0.72727275,0.7107438,0.70247936,0.71487606,0.6942149,0.6652893,0.6570248,0.6198347,0.59504133,0.59504133,0.5785124,0.5661157,0.5495868,0.5206612,0.5,0.5082645,0.5123967,0.5206612,0.53305787,0.5082645,0.47107437,0.48347107,0.5371901,0.55785125,0.49586776,0.46694216,0.46694216,0.41322315,0.34710744,0.35123968,0.35950413,0.36363637,0.37190083,0.38016528,0.3677686,0.6322314,0.661157,0.6694215,0.6570248,0.6942149,0.6983471,0.6942149,0.7066116,0.6983471,0.6735537,0.6942149,0.6983471,0.71487606,0.70247936,0.7066116,0.71487606,0.6983471,0.70247936,0.6983471,0.6983471,0.69008267,0.70247936,0.72727275,0.7066116,0.6818182,0.6942149,0.70247936,0.6942149,0.6983471,0.7066116,0.6818182,0.6942149,0.6942149,0.6694215,0.6363636,0.61157024,0.58264464,0.57024795,0.58264464,0.5661157,0.5495868,0.5289256,0.5,0.49586776,0.5123967,0.5082645,0.5,0.5165289,0.4876033,0.45454547,0.45041323,0.5413223,0.57024795,0.49173555,0.48347107,0.47107437,0.4090909,0.3264463,0.34710744,0.3553719,0.3677686,0.3677686,0.3677686,0.35950413,0.6322314,0.6487603,0.6570248,0.6363636,0.6818182,0.7066116,0.6942149,0.7066116,0.6983471,0.6818182,0.6859504,0.69008267,0.7066116,0.6983471,0.6983471,0.6942149,0.6818182,0.6859504,0.70247936,0.6983471,0.6818182,0.6818182,0.6942149,0.6735537,0.6570248,0.6487603,0.6818182,0.6735537,0.6735537,0.6694215,0.6528926,0.6528926,0.661157,0.6404959,0.58677685,0.57438016,0.55785125,0.55785125,0.58677685,0.5785124,0.5495868,0.53305787,0.5082645,0.49173555,0.5082645,0.49173555,0.46280992,0.47107437,0.46280992,0.45867768,0.42975205,0.55785125,0.5785124,0.4876033,0.4752066,0.46694216,0.40495867,0.3140496,0.3553719,0.3553719,0.36363637,0.36363637,0.37190083,0.3677686,0.6404959,0.6570248,0.6487603,0.61570245,0.6363636,0.6983471,0.71900827,0.7107438,0.7066116,0.6818182,0.6859504,0.6859504,0.69008267,0.69008267,0.6859504,0.6818182,0.6694215,0.6735537,0.6859504,0.6694215,0.6652893,0.6446281,0.62396693,0.6198347,0.607438,0.607438,0.61157024,0.6322314,0.6446281,0.61570245,0.6280992,0.60330576,0.607438,0.59917355,0.56198347,0.57024795,0.58677685,0.59504133,0.60330576,0.61157024,0.57024795,0.553719,0.5289256,0.4752066,0.46280992,0.446281,0.4214876,0.42561984,0.45867768,0.45454547,0.42561984,0.57438016,0.58264464,0.5041322,0.46694216,0.4752066,0.38429752,0.3305785,0.34710744,0.3677686,0.36363637,0.37190083,0.3677686,0.37190083,0.62396693,0.6487603,0.6570248,0.6363636,0.6280992,0.6818182,0.72727275,0.7066116,0.7107438,0.69008267,0.6859504,0.69008267,0.6487603,0.62396693,0.6446281,0.6528926,0.6404959,0.6404959,0.6280992,0.59917355,0.59090906,0.57024795,0.553719,0.5495868,0.5371901,0.5289256,0.54545456,0.56198347,0.57438016,0.58264464,0.5785124,0.57438016,0.59090906,0.57438016,0.55785125,0.57024795,0.56198347,0.5785124,0.58677685,0.58264464,0.5289256,0.47933885,0.42975205,0.3677686,0.33471075,0.33471075,0.3553719,0.40082645,0.45041323,0.43801653,0.4338843,0.58677685,0.57024795,0.46694216,0.47107437,0.45867768,0.38016528,0.3140496,0.35950413,0.3553719,0.35950413,0.36363637,0.36363637,0.37190083,0.607438,0.6404959,0.661157,0.6570248,0.61157024,0.6487603,0.70247936,0.6942149,0.7066116,0.6983471,0.69008267,0.6983471,0.6528926,0.5661157,0.59917355,0.62396693,0.6198347,0.58677685,0.56198347,0.5165289,0.48347107,0.446281,0.446281,0.45041323,0.43801653,0.446281,0.45041323,0.45041323,0.4752066,0.4752066,0.47107437,0.45454547,0.47107437,0.45041323,0.44214877,0.43801653,0.43801653,0.47933885,0.4752066,0.42561984,0.3677686,0.33471075,0.3140496,0.30165288,0.30165288,0.35123968,0.38429752,0.40495867,0.45454547,0.446281,0.45041323,0.5785124,0.5661157,0.46694216,0.45454547,0.45867768,0.33471075,0.338843,0.34710744,0.3677686,0.35950413,0.3677686,0.36363637,0.3677686,0.59917355,0.6322314,0.661157,0.6570248,0.5785124,0.59090906,0.6694215,0.677686,0.6942149,0.69008267,0.6818182,0.71487606,0.6859504,0.5661157,0.54545456,0.55785125,0.5371901,0.5082645,0.44214877,0.41735536,0.3966942,0.38842976,0.37190083,0.35950413,0.35123968,0.37190083,0.38016528,0.38842976,0.38429752,0.39256197,0.38016528,0.35123968,0.3553719,0.35950413,0.33471075,0.35123968,0.36363637,0.40082645,0.40082645,0.3677686,0.3553719,0.35950413,0.38016528,0.38429752,0.3966942,0.43801653,0.47107437,0.47933885,0.4876033,0.46694216,0.47933885,0.56198347,0.5289256,0.45867768,0.46694216,0.41735536,0.32231405,0.338843,0.35123968,0.36363637,0.35950413,0.36363637,0.3677686,0.3677686,0.5661157,0.607438,0.6446281,0.6404959,0.59504133,0.60330576,0.6487603,0.6694215,0.677686,0.6694215,0.6487603,0.6735537,0.6818182,0.58264464,0.55785125,0.5413223,0.55785125,0.5371901,0.5206612,0.553719,0.607438,0.6404959,0.6198347,0.58677685,0.56198347,0.54545456,0.53305787,0.5371901,0.5371901,0.5413223,0.5289256,0.5413223,0.5206612,0.5,0.46280992,0.46694216,0.47107437,0.49586776,0.49586776,0.45454547,0.43801653,0.43801653,0.43801653,0.45867768,0.46280992,0.48347107,0.5041322,0.5,0.48347107,0.47107437,0.5165289,0.5413223,0.49586776,0.44214877,0.45454547,0.3677686,0.3264463,0.3553719,0.35123968,0.35950413,0.35123968,0.35950413,0.36363637,0.37190083,0.55785125,0.59504133,0.61570245,0.62396693,0.61570245,0.6280992,0.6528926,0.6652893,0.6446281,0.6570248,0.6446281,0.62396693,0.6652893,0.61157024,0.5495868,0.5495868,0.59090906,0.60330576,0.6363636,0.6694215,0.6983471,0.7107438,0.6735537,0.6694215,0.6735537,0.661157,0.6446281,0.6322314,0.61570245,0.61157024,0.60330576,0.6363636,0.6322314,0.62396693,0.59504133,0.5785124,0.58264464,0.61157024,0.59917355,0.5413223,0.5289256,0.53305787,0.5123967,0.49586776,0.49586776,0.48347107,0.49173555,0.5,0.4752066,0.47933885,0.5289256,0.5247934,0.47107437,0.446281,0.41735536,0.3429752,0.3305785,0.35123968,0.3553719,0.35950413,0.3553719,0.3553719,0.35950413,0.37190083,0.54545456,0.5785124,0.58264464,0.58677685,0.61570245,0.62396693,0.6404959,0.6528926,0.6446281,0.6363636,0.6570248,0.6363636,0.62396693,0.661157,0.60330576,0.5785124,0.59090906,0.6446281,0.6818182,0.6942149,0.6859504,0.677686,0.6487603,0.6570248,0.6694215,0.6735537,0.661157,0.6694215,0.677686,0.6652893,0.6487603,0.6528926,0.6487603,0.6528926,0.6280992,0.61157024,0.59917355,0.62396693,0.61157024,0.5785124,0.57438016,0.5661157,0.53305787,0.5082645,0.5,0.48347107,0.49173555,0.49173555,0.46694216,0.46694216,0.5041322,0.49586776,0.446281,0.42975205,0.37603307,0.32231405,0.34710744,0.3429752,0.36363637,0.35950413,0.34710744,0.3553719,0.3553719,0.36363637,0.5165289,0.5495868,0.553719,0.5413223,0.58677685,0.61157024,0.61570245,0.62396693,0.61570245,0.6280992,0.6322314,0.6404959,0.61570245,0.62396693,0.6446281,0.6198347,0.61570245,0.6363636,0.6735537,0.69008267,0.6735537,0.6735537,0.6487603,0.6446281,0.6570248,0.661157,0.6404959,0.6322314,0.6404959,0.6446281,0.6446281,0.6280992,0.6404959,0.61157024,0.5661157,0.5495868,0.54545456,0.54545456,0.5413223,0.56198347,0.5413223,0.5206612,0.5165289,0.49173555,0.4752066,0.4752066,0.49586776,0.48347107,0.446281,0.45454547,0.48347107,0.45867768,0.41735536,0.39256197,0.33471075,0.3264463,0.33471075,0.3429752,0.36363637,0.34710744,0.34710744,0.35123968,0.35123968,0.35950413,0.49586776,0.5206612,0.53305787,0.5289256,0.56198347,0.60330576,0.59917355,0.60330576,0.61157024,0.6198347,0.62396693,0.6198347,0.60330576,0.5785124,0.61570245,0.6446281,0.62396693,0.6280992,0.6363636,0.6528926,0.6487603,0.6446281,0.6280992,0.6322314,0.6280992,0.6198347,0.61570245,0.59917355,0.59090906,0.58264464,0.5785124,0.5495868,0.56198347,0.5165289,0.49173555,0.48347107,0.4876033,0.49586776,0.4876033,0.5041322,0.47933885,0.47107437,0.45454547,0.46280992,0.47107437,0.46694216,0.48347107,0.46694216,0.42561984,0.45454547,0.46280992,0.4338843,0.3966942,0.3429752,0.3264463,0.338843,0.3305785,0.35123968,0.33471075,0.35123968,0.35123968,0.34710744,0.35123968,0.34710744,0.46280992,0.5041322,0.5165289,0.5206612,0.54545456,0.5785124,0.58264464,0.57438016,0.5785124,0.59917355,0.59090906,0.58677685,0.59504133,0.59090906,0.59504133,0.6363636,0.6363636,0.61157024,0.6280992,0.61157024,0.61157024,0.61157024,0.60330576,0.58677685,0.59917355,0.5785124,0.57024795,0.54545456,0.5247934,0.5082645,0.5,0.47933885,0.47107437,0.45041323,0.46280992,0.46694216,0.45454547,0.47107437,0.43801653,0.45041323,0.4338843,0.42975205,0.43801653,0.45454547,0.46280992,0.46280992,0.48347107,0.46280992,0.42561984,0.4338843,0.4214876,0.40495867,0.36363637,0.3264463,0.32231405,0.3429752,0.3305785,0.35123968,0.338843,0.3429752,0.3553719,0.34710744,0.3429752,0.35123968,0.4090909,0.46694216,0.5082645,0.5,0.5206612,0.5495868,0.56198347,0.5495868,0.5165289,0.5413223,0.58264464,0.59090906,0.5785124,0.57438016,0.5785124,0.6280992,0.6570248,0.6198347,0.6322314,0.61157024,0.607438,0.60330576,0.59504133,0.57024795,0.57024795,0.5661157,0.55785125,0.53305787,0.5082645,0.49173555,0.47933885,0.46280992,0.45041323,0.45454547,0.45041323,0.45454547,0.4214876,0.43801653,0.42561984,0.43801653,0.45041323,0.45867768,0.45867768,0.46280992,0.46694216,0.4752066,0.49173555,0.4752066,0.4214876,0.4090909,0.39256197,0.37190083,0.338843,0.3264463,0.3264463,0.338843,0.33471075,0.34710744,0.33471075,0.34710744,0.34710744,0.3429752,0.3429752,0.35123968,0.39256197,0.4338843,0.45041323,0.48347107,0.5082645,0.53305787,0.5371901,0.5413223,0.5371901,0.5413223,0.56198347,0.5785124,0.58677685,0.58264464,0.57024795,0.62396693,0.6528926,0.6570248,0.6404959,0.6363636,0.6322314,0.6280992,0.60330576,0.59090906,0.5785124,0.58264464,0.5661157,0.5495868,0.53305787,0.5206612,0.5041322,0.47933885,0.45867768,0.45867768,0.44214877,0.45041323,0.4338843,0.4214876,0.45454547,0.47933885,0.46280992,0.4752066,0.49586776,0.49173555,0.49173555,0.5247934,0.5165289,0.45867768,0.40495867,0.39256197,0.37603307,0.33471075,0.3181818,0.3305785,0.3305785,0.33471075,0.3429752,0.34710744,0.3264463,0.3553719,0.3429752,0.338843,0.35123968,0.3429752,0.34710744,0.37603307,0.41322315,0.446281,0.47107437,0.5041322,0.5289256,0.54545456,0.553719,0.553719,0.5495868,0.553719,0.5785124,0.5785124,0.56198347,0.58264464,0.61570245,0.6487603,0.6487603,0.6570248,0.6652893,0.6694215,0.6528926,0.6322314,0.62396693,0.61157024,0.58677685,0.5785124,0.57024795,0.56198347,0.5495868,0.5247934,0.5082645,0.4876033,0.4752066,0.4876033,0.45867768,0.45041323,0.49586776,0.5247934,0.5,0.5165289,0.5289256,0.5289256,0.5289256,0.54545456,0.5289256,0.45454547,0.38842976,0.3677686,0.34710744,0.3140496,0.30991736,0.3264463,0.3305785,0.338843,0.3305785,0.338843,0.3305785,0.3553719,0.3429752,0.34710744,0.35123968,0.338843,0.26859504,0.30578512,0.3264463,0.41735536,0.42975205,0.47107437,0.4876033,0.5041322,0.5247934,0.5289256,0.5371901,0.5413223,0.553719,0.5785124,0.553719,0.55785125,0.61157024,0.6446281,0.6570248,0.6694215,0.70247936,0.71487606,0.72727275,0.70247936,0.6983471,0.6652893,0.6487603,0.6446281,0.6652893,0.6735537,0.6652893,0.6404959,0.59504133,0.54545456,0.4876033,0.49173555,0.47107437,0.48347107,0.56198347,0.58264464,0.5413223,0.58264464,0.59504133,0.5661157,0.54545456,0.54545456,0.5206612,0.42975205,0.37190083,0.3181818,0.28512397,0.29752067,0.32231405,0.3181818,0.338843,0.3305785,0.33471075,0.3429752,0.33471075,0.3429752,0.3429752,0.35123968,0.3429752,0.35123968,0.21900827,0.23140496,0.30578512,0.33471075,0.36363637,0.40082645,0.44214877,0.45454547,0.47933885,0.5,0.5206612,0.5289256,0.5495868,0.56198347,0.56198347,0.5661157,0.607438,0.62396693,0.6404959,0.6735537,0.7066116,0.6983471,0.74380165,0.73966944,0.73966944,0.72727275,0.7231405,0.72727275,0.73966944,0.75619835,0.76033056,0.74380165,0.7231405,0.6694215,0.62396693,0.62396693,0.61570245,0.62396693,0.6487603,0.6198347,0.59504133,0.59504133,0.59504133,0.5785124,0.54545456,0.5371901,0.4876033,0.41322315,0.34710744,0.24793388,0.14876033,0.2231405,0.3140496,0.3305785,0.338843,0.3429752,0.33471075,0.338843,0.34710744,0.338843,0.3429752,0.33471075,0.3429752,0.35950413,0.2107438,0.20247933,0.23553719,0.27272728,0.3140496,0.3429752,0.38429752,0.40495867,0.4214876,0.446281,0.47933885,0.4876033,0.5123967,0.53305787,0.5413223,0.54545456,0.5785124,0.59090906,0.61570245,0.6487603,0.69008267,0.6818182,0.7355372,0.74380165,0.7355372,0.75206614,0.75206614,0.75206614,0.73966944,0.75206614,0.7644628,0.7644628,0.75619835,0.71487606,0.6942149,0.7066116,0.7107438,0.7107438,0.6983471,0.6570248,0.61570245,0.6280992,0.58264464,0.5661157,0.53305787,0.5165289,0.47107437,0.37603307,0.27272728,0.14876033,0.0661157,0.10743801,0.21487603,0.3140496,0.33471075,0.3429752,0.33471075,0.3264463,0.33471075,0.35123968,0.33471075,0.33471075,0.33471075,0.3305785,0.21900827,0.21900827,0.21487603,0.2107438,0.22727273,0.27272728,0.30991736,0.35123968,0.38016528,0.38429752,0.41322315,0.42975205,0.446281,0.46694216,0.4876033,0.5041322,0.5371901,0.56198347,0.59504133,0.607438,0.6570248,0.6818182,0.7066116,0.7107438,0.7107438,0.73966944,0.74380165,0.7355372,0.73140496,0.7355372,0.73966944,0.75206614,0.74793386,0.71487606,0.677686,0.677686,0.6942149,0.7107438,0.7066116,0.677686,0.6280992,0.59917355,0.5661157,0.5495868,0.5123967,0.49586776,0.4338843,0.30991736,0.1570248,0.08264463,0.08264463,0.07438017,0.10330579,0.19421488,0.2892562,0.3305785,0.33471075,0.3264463,0.3264463,0.33471075,0.33471075,0.3305785,0.32231405,0.3429752,12 +0.28512397,0.28512397,0.27272728,0.21487603,0.1694215,0.16528925,0.2644628,0.446281,0.49173555,0.5413223,0.5785124,0.60330576,0.6280992,0.6487603,0.6652893,0.6859504,0.70247936,0.73140496,0.75619835,0.75206614,0.76033056,0.76859504,0.78099173,0.7933884,0.8057851,0.8016529,0.8057851,0.8140496,0.8264463,0.8140496,0.8140496,0.8057851,0.80991733,0.80991733,0.8181818,0.8181818,0.8057851,0.8140496,0.8181818,0.8181818,0.8140496,0.8140496,0.80991733,0.80991733,0.8140496,0.80991733,0.8140496,0.7933884,0.8016529,0.79752064,0.7933884,0.8016529,0.8016529,0.7933884,0.78512394,0.7768595,0.7768595,0.76859504,0.74793386,0.73140496,0.7066116,0.6859504,0.6528926,0.6363636,0.29752067,0.30165288,0.2892562,0.18181819,0.1570248,0.17768595,0.2603306,0.42975205,0.49173555,0.54545456,0.55785125,0.607438,0.6322314,0.6570248,0.677686,0.6942149,0.71900827,0.7355372,0.75619835,0.76033056,0.76033056,0.7768595,0.78099173,0.7892562,0.8057851,0.8140496,0.80991733,0.8140496,0.822314,0.8057851,0.80991733,0.80991733,0.80991733,0.8181818,0.8181818,0.8181818,0.8140496,0.8140496,0.822314,0.8181818,0.8181818,0.8181818,0.8140496,0.80991733,0.8181818,0.80991733,0.80991733,0.78512394,0.79752064,0.8057851,0.79752064,0.8057851,0.8016529,0.7933884,0.7892562,0.7768595,0.7768595,0.76859504,0.73966944,0.7231405,0.70247936,0.6859504,0.6487603,0.61157024,0.3140496,0.3140496,0.3140496,0.20247933,0.1570248,0.20247933,0.2520661,0.4214876,0.49586776,0.5413223,0.57024795,0.61570245,0.6487603,0.6694215,0.69008267,0.70247936,0.73140496,0.74380165,0.76033056,0.75206614,0.76033056,0.77272725,0.78099173,0.7892562,0.8016529,0.80991733,0.80991733,0.8140496,0.8264463,0.80991733,0.8057851,0.8016529,0.80991733,0.80991733,0.8181818,0.8140496,0.8181818,0.8140496,0.822314,0.822314,0.8140496,0.8140496,0.80991733,0.80991733,0.8181818,0.80991733,0.8057851,0.79752064,0.8016529,0.80991733,0.8057851,0.80991733,0.8016529,0.7933884,0.79752064,0.7768595,0.78099173,0.76033056,0.74793386,0.72727275,0.6983471,0.6735537,0.6487603,0.607438,0.3429752,0.34710744,0.35123968,0.2892562,0.14049587,0.1983471,0.23553719,0.3966942,0.5,0.5289256,0.59090906,0.62396693,0.661157,0.677686,0.6983471,0.7231405,0.7355372,0.73966944,0.75619835,0.75619835,0.76033056,0.7644628,0.7768595,0.78099173,0.7892562,0.8057851,0.8181818,0.80991733,0.8181818,0.80991733,0.78099173,0.7933884,0.80991733,0.80991733,0.8140496,0.80991733,0.8140496,0.8181818,0.8181818,0.8140496,0.822314,0.822314,0.8140496,0.8140496,0.8181818,0.8140496,0.8140496,0.8057851,0.8057851,0.80991733,0.8057851,0.8057851,0.8057851,0.7933884,0.7933884,0.7892562,0.78512394,0.76033056,0.75206614,0.7355372,0.6983471,0.6735537,0.6404959,0.59917355,0.3553719,0.35123968,0.34710744,0.3429752,0.17768595,0.19421488,0.20247933,0.38016528,0.49586776,0.5371901,0.59917355,0.6363636,0.6652893,0.6942149,0.7107438,0.7355372,0.72727275,0.73140496,0.74793386,0.75206614,0.75206614,0.75206614,0.7644628,0.77272725,0.7768595,0.7933884,0.79752064,0.8057851,0.8057851,0.8057851,0.77272725,0.78512394,0.8057851,0.8057851,0.80991733,0.80991733,0.8016529,0.8057851,0.8181818,0.8140496,0.8181818,0.8140496,0.80991733,0.80991733,0.80991733,0.8181818,0.8181818,0.80991733,0.8181818,0.8140496,0.80991733,0.8057851,0.80991733,0.79752064,0.78512394,0.78099173,0.7768595,0.76859504,0.76033056,0.74793386,0.7107438,0.6694215,0.6363636,0.59504133,0.338843,0.338843,0.338843,0.32231405,0.22727273,0.21900827,0.15289256,0.3677686,0.5,0.54545456,0.61157024,0.6570248,0.6859504,0.7066116,0.71487606,0.74793386,0.75206614,0.7231405,0.72727275,0.75619835,0.75206614,0.74793386,0.75619835,0.76859504,0.78099173,0.77272725,0.78099173,0.7933884,0.8057851,0.8016529,0.7892562,0.7892562,0.8057851,0.8016529,0.8016529,0.7933884,0.78099173,0.7933884,0.8140496,0.80991733,0.8057851,0.8057851,0.80991733,0.80991733,0.8016529,0.8140496,0.8140496,0.8057851,0.8140496,0.80991733,0.8057851,0.8016529,0.78512394,0.7892562,0.7768595,0.75206614,0.75619835,0.76033056,0.76033056,0.74380165,0.71900827,0.6818182,0.6363636,0.59917355,0.3429752,0.3429752,0.3429752,0.3181818,0.2520661,0.17355372,0.11157025,0.36363637,0.5165289,0.55785125,0.59090906,0.6363636,0.6942149,0.7107438,0.6983471,0.74793386,0.75206614,0.71487606,0.70247936,0.73966944,0.75206614,0.75206614,0.74793386,0.7768595,0.77272725,0.76859504,0.77272725,0.7892562,0.79752064,0.8016529,0.78512394,0.7892562,0.8057851,0.8057851,0.7933884,0.7933884,0.7892562,0.78512394,0.8016529,0.79752064,0.7933884,0.8057851,0.8057851,0.8057851,0.8016529,0.8057851,0.8016529,0.7768595,0.78512394,0.7768595,0.76033056,0.75206614,0.71900827,0.72727275,0.7355372,0.7231405,0.7066116,0.7066116,0.70247936,0.71900827,0.70247936,0.677686,0.6446281,0.59917355,0.32231405,0.3181818,0.3140496,0.3181818,0.29338843,0.12809917,0.08677686,0.36363637,0.5082645,0.553719,0.57024795,0.58264464,0.6322314,0.6528926,0.6322314,0.6694215,0.6983471,0.6818182,0.677686,0.7066116,0.73966944,0.74793386,0.76033056,0.7644628,0.75619835,0.77272725,0.76859504,0.78512394,0.7892562,0.7933884,0.7768595,0.7768595,0.79752064,0.8016529,0.79752064,0.78512394,0.78099173,0.78512394,0.7892562,0.78512394,0.7892562,0.78512394,0.7892562,0.7892562,0.7768595,0.75206614,0.7355372,0.70247936,0.677686,0.677686,0.6694215,0.69008267,0.6818182,0.677686,0.69008267,0.70247936,0.69008267,0.6859504,0.6735537,0.6570248,0.6528926,0.6404959,0.6363636,0.61157024,0.32231405,0.32231405,0.32231405,0.32231405,0.29338843,0.1446281,0.09917355,0.37190083,0.49173555,0.5289256,0.55785125,0.5495868,0.55785125,0.553719,0.4876033,0.5289256,0.56198347,0.57438016,0.57438016,0.607438,0.661157,0.7066116,0.73966944,0.75206614,0.75619835,0.76033056,0.7644628,0.76859504,0.77272725,0.78099173,0.76033056,0.74380165,0.7768595,0.78512394,0.78512394,0.7768595,0.76033056,0.76033056,0.7892562,0.7933884,0.78099173,0.75206614,0.73966944,0.71487606,0.6735537,0.6198347,0.661157,0.6983471,0.6446281,0.5785124,0.59504133,0.61157024,0.6528926,0.6942149,0.661157,0.6694215,0.6818182,0.6652893,0.661157,0.6446281,0.6322314,0.6198347,0.61157024,0.607438,0.3429752,0.3429752,0.338843,0.3181818,0.2768595,0.1570248,0.12809917,0.37603307,0.4752066,0.5041322,0.5247934,0.5206612,0.5165289,0.49173555,0.47933885,0.58677685,0.6487603,0.6322314,0.607438,0.62396693,0.6446281,0.6404959,0.70247936,0.76033056,0.75619835,0.6818182,0.6528926,0.677686,0.69008267,0.677686,0.75619835,0.8016529,0.7768595,0.71900827,0.6942149,0.6983471,0.59504133,0.5082645,0.5661157,0.61157024,0.61157024,0.55785125,0.5661157,0.60330576,0.57438016,0.5495868,0.62396693,0.6528926,0.59090906,0.5041322,0.49586776,0.47933885,0.42975205,0.49586776,0.553719,0.57024795,0.60330576,0.57438016,0.61157024,0.6487603,0.6404959,0.61570245,0.59090906,0.59917355,0.3305785,0.33471075,0.33471075,0.32231405,0.28099173,0.1570248,0.14876033,0.35123968,0.39256197,0.38429752,0.41735536,0.43801653,0.49173555,0.4752066,0.446281,0.54545456,0.59090906,0.5247934,0.4338843,0.446281,0.46694216,0.446281,0.5206612,0.6404959,0.6404959,0.5206612,0.39256197,0.4214876,0.57024795,0.5413223,0.553719,0.6363636,0.6694215,0.6363636,0.6198347,0.5206612,0.4214876,0.4338843,0.5,0.54545456,0.55785125,0.5495868,0.5247934,0.46280992,0.4214876,0.38842976,0.42561984,0.44214877,0.48347107,0.5206612,0.5495868,0.5785124,0.58677685,0.58264464,0.58677685,0.59090906,0.57024795,0.5413223,0.5289256,0.6652893,0.78099173,0.61570245,0.5785124,0.5785124,0.33471075,0.33471075,0.3305785,0.3140496,0.28099173,0.21900827,0.21487603,0.30165288,0.3966942,0.41322315,0.4338843,0.49173555,0.47933885,0.4876033,0.46280992,0.45041323,0.45454547,0.42975205,0.3677686,0.45454547,0.5082645,0.5082645,0.45041323,0.46280992,0.5,0.53305787,0.5413223,0.46694216,0.607438,0.677686,0.6694215,0.677686,0.6983471,0.72727275,0.661157,0.45454547,0.53305787,0.6198347,0.5785124,0.56198347,0.5371901,0.53305787,0.49173555,0.45454547,0.41735536,0.40495867,0.4338843,0.42975205,0.45454547,0.48347107,0.5165289,0.56198347,0.58677685,0.607438,0.607438,0.6363636,0.6446281,0.6322314,0.59090906,0.60330576,0.6735537,0.6570248,0.5661157,0.57024795,0.30991736,0.30578512,0.30578512,0.30991736,0.3429752,0.36363637,0.30165288,0.2892562,0.40495867,0.45454547,0.42561984,0.5123967,0.54545456,0.5495868,0.5785124,0.5661157,0.5413223,0.47107437,0.5165289,0.58264464,0.6487603,0.5661157,0.43801653,0.47107437,0.5165289,0.59917355,0.7933884,0.78512394,0.55785125,0.6818182,0.76033056,0.74380165,0.75206614,0.78512394,0.61570245,0.5206612,0.6818182,0.6818182,0.61570245,0.58677685,0.55785125,0.53305787,0.5041322,0.48347107,0.46280992,0.446281,0.47933885,0.5289256,0.5661157,0.59917355,0.6280992,0.6446281,0.6528926,0.6322314,0.59504133,0.58264464,0.6322314,0.62396693,0.553719,0.5661157,0.5785124,0.5785124,0.5661157,0.5,0.36363637,0.38016528,0.39256197,0.4090909,0.39256197,0.35950413,0.30165288,0.2768595,0.39256197,0.42561984,0.4338843,0.5289256,0.58677685,0.607438,0.6404959,0.6570248,0.6735537,0.6280992,0.5785124,0.5785124,0.56198347,0.5041322,0.446281,0.45454547,0.45867768,0.59917355,0.8471074,0.9834711,0.7066116,0.47933885,0.75619835,0.73140496,0.75619835,0.75206614,0.5371901,0.553719,0.7231405,0.71487606,0.6322314,0.5661157,0.5247934,0.5041322,0.48347107,0.48347107,0.47107437,0.46694216,0.5041322,0.5785124,0.76033056,0.7933884,0.76033056,0.70247936,0.6942149,0.677686,0.62396693,0.6942149,0.822314,0.8595041,0.73966944,0.5661157,0.60330576,0.58677685,0.57438016,0.46694216,0.4338843,0.42975205,0.42975205,0.42561984,0.37603307,0.35123968,0.30578512,0.2644628,0.38429752,0.41322315,0.446281,0.53305787,0.56198347,0.54545456,0.5165289,0.5041322,0.5247934,0.5413223,0.5247934,0.5123967,0.5123967,0.46694216,0.42561984,0.42975205,0.40495867,0.42975205,0.6528926,0.8636364,0.59504133,0.3553719,0.6363636,0.6363636,0.6446281,0.61157024,0.44214877,0.5123967,0.6983471,0.6942149,0.60330576,0.5123967,0.4752066,0.446281,0.4338843,0.40082645,0.3553719,0.35123968,0.38429752,0.38016528,0.47933885,0.553719,0.5785124,0.61157024,0.61157024,0.59917355,0.56198347,0.7107438,0.8429752,0.90082645,0.8429752,0.58677685,0.55785125,0.553719,0.55785125,0.5661157,0.3966942,0.39256197,0.38842976,0.38429752,0.3429752,0.34710744,0.3140496,0.28512397,0.40495867,0.42561984,0.45867768,0.47107437,0.4214876,0.4214876,0.38016528,0.35123968,0.3553719,0.38429752,0.46280992,0.49586776,0.5,0.49173555,0.48347107,0.42975205,0.34710744,0.3305785,0.41322315,0.53305787,0.39256197,0.34710744,0.57024795,0.6446281,0.6735537,0.6694215,0.49173555,0.4752066,0.6694215,0.661157,0.55785125,0.45867768,0.46694216,0.4338843,0.43801653,0.40082645,0.35950413,0.3140496,0.28099173,0.26859504,0.32231405,0.46694216,0.45454547,0.5413223,0.5289256,0.5,0.47933885,0.46694216,0.5123967,0.61570245,0.6363636,0.59090906,0.5661157,0.54545456,0.553719,0.57438016,0.37603307,0.37190083,0.37190083,0.37190083,0.34710744,0.3264463,0.30991736,0.338843,0.45041323,0.43801653,0.43801653,0.38429752,0.33471075,0.32231405,0.28099173,0.21900827,0.2107438,0.18595041,0.41735536,0.5123967,0.5785124,0.54545456,0.446281,0.45454547,0.45454547,0.3966942,0.38016528,0.38429752,0.34710744,0.49173555,0.677686,0.73966944,0.73966944,0.75619835,0.5785124,0.43801653,0.59504133,0.60330576,0.5165289,0.46694216,0.5082645,0.5123967,0.49586776,0.4338843,0.3966942,0.3553719,0.32231405,0.2520661,0.2603306,0.5413223,0.38016528,0.58264464,0.61157024,0.5123967,0.41735536,0.44214877,0.47107437,0.45454547,0.47933885,0.5289256,0.5495868,0.5413223,0.553719,0.5495868,0.35123968,0.34710744,0.3429752,0.33471075,0.32231405,0.30165288,0.25619835,0.3140496,0.47933885,0.45867768,0.39256197,0.30991736,0.28099173,0.3429752,0.3181818,0.2768595,0.29752067,0.20247933,0.36363637,0.4876033,0.6859504,0.7107438,0.59090906,0.5289256,0.45041323,0.41322315,0.38016528,0.3264463,0.338843,0.5785124,0.74793386,0.8016529,0.8181818,0.80991733,0.6818182,0.42561984,0.5,0.57024795,0.5206612,0.5082645,0.59917355,0.59504133,0.5165289,0.40495867,0.45041323,0.44214877,0.34710744,0.28099173,0.26859504,0.40495867,0.40495867,0.6363636,0.6942149,0.62396693,0.53305787,0.45867768,0.4338843,0.47107437,0.46694216,0.45867768,0.5041322,0.5495868,0.56198347,0.5661157,0.27272728,0.28099173,0.28512397,0.29338843,0.2892562,0.30165288,0.2231405,0.2603306,0.5041322,0.49173555,0.40082645,0.33471075,0.37603307,0.446281,0.46694216,0.3553719,0.3429752,0.30165288,0.37603307,0.54545456,0.70247936,0.73140496,0.6818182,0.59917355,0.5661157,0.46694216,0.40495867,0.29752067,0.3553719,0.6404959,0.76859504,0.80991733,0.8016529,0.8264463,0.75619835,0.4752066,0.41322315,0.55785125,0.53305787,0.5495868,0.6322314,0.5785124,0.49173555,0.47933885,0.5,0.553719,0.49586776,0.45454547,0.45041323,0.4752066,0.6322314,0.71487606,0.71900827,0.6818182,0.62396693,0.58264464,0.5413223,0.5247934,0.5247934,0.49173555,0.49586776,0.55785125,0.59504133,0.59504133,0.338843,0.338843,0.3429752,0.3429752,0.3305785,0.3264463,0.23140496,0.30578512,0.54545456,0.5413223,0.4876033,0.446281,0.44214877,0.5206612,0.57438016,0.5413223,0.48347107,0.47107437,0.55785125,0.6694215,0.6570248,0.6322314,0.6363636,0.62396693,0.607438,0.58264464,0.5,0.27272728,0.37603307,0.6735537,0.78099173,0.80991733,0.8140496,0.8140496,0.74380165,0.55785125,0.36363637,0.47107437,0.5289256,0.53305787,0.59504133,0.59090906,0.553719,0.57024795,0.55785125,0.59917355,0.6363636,0.6322314,0.61157024,0.6446281,0.70247936,0.71900827,0.70247936,0.6942149,0.6570248,0.6363636,0.6280992,0.6198347,0.607438,0.57024795,0.53305787,0.57438016,0.58264464,0.53305787,0.3429752,0.3429752,0.3429752,0.338843,0.33471075,0.34710744,0.1983471,0.3264463,0.56198347,0.58264464,0.5371901,0.5206612,0.5123967,0.5206612,0.55785125,0.57438016,0.5165289,0.5495868,0.54545456,0.55785125,0.553719,0.5165289,0.53305787,0.59504133,0.6322314,0.6528926,0.46694216,0.24380165,0.38842976,0.6528926,0.7892562,0.822314,0.8140496,0.80991733,0.7231405,0.58264464,0.39256197,0.35950413,0.4090909,0.5206612,0.55785125,0.5785124,0.57438016,0.60330576,0.58677685,0.5661157,0.57438016,0.59504133,0.59504133,0.62396693,0.6487603,0.6735537,0.71487606,0.72727275,0.72727275,0.71487606,0.6818182,0.6528926,0.6322314,0.607438,0.59917355,0.61570245,0.6280992,0.54545456,0.338843,0.3429752,0.3429752,0.3429752,0.338843,0.3429752,0.23140496,0.35950413,0.57024795,0.61157024,0.5661157,0.55785125,0.55785125,0.57024795,0.58264464,0.58264464,0.57438016,0.607438,0.61570245,0.607438,0.58264464,0.57024795,0.59090906,0.6322314,0.6528926,0.57438016,0.3140496,0.30165288,0.3966942,0.6404959,0.8140496,0.8305785,0.822314,0.8016529,0.71487606,0.57438016,0.48347107,0.33471075,0.32231405,0.47107437,0.5785124,0.59090906,0.59504133,0.61570245,0.62396693,0.6198347,0.59917355,0.59504133,0.60330576,0.6487603,0.677686,0.7066116,0.7231405,0.72727275,0.73140496,0.71900827,0.6859504,0.6570248,0.6404959,0.6446281,0.6528926,0.677686,0.7066116,0.6487603,0.35123968,0.34710744,0.34710744,0.34710744,0.338843,0.30991736,0.2768595,0.40082645,0.55785125,0.6404959,0.58677685,0.59090906,0.59504133,0.6322314,0.6487603,0.6322314,0.6487603,0.6528926,0.6570248,0.6528926,0.6528926,0.6363636,0.6280992,0.61570245,0.58677685,0.42975205,0.2603306,0.26859504,0.4338843,0.6404959,0.80991733,0.8264463,0.8140496,0.78512394,0.7066116,0.5785124,0.5371901,0.38016528,0.34710744,0.53305787,0.59504133,0.6280992,0.6487603,0.6446281,0.6280992,0.6404959,0.6570248,0.6487603,0.6694215,0.6694215,0.69008267,0.7107438,0.7231405,0.71900827,0.7107438,0.70247936,0.69008267,0.661157,0.6528926,0.6570248,0.6942149,0.7107438,0.7231405,0.7107438,0.3553719,0.3553719,0.3553719,0.35950413,0.34710744,0.30165288,0.28512397,0.42561984,0.5785124,0.6487603,0.6280992,0.607438,0.6280992,0.6570248,0.6570248,0.6446281,0.6446281,0.661157,0.661157,0.661157,0.6570248,0.62396693,0.59090906,0.58264464,0.5041322,0.38842976,0.45454547,0.39256197,0.44214877,0.6694215,0.8057851,0.8181818,0.8016529,0.76859504,0.7107438,0.6198347,0.553719,0.5785124,0.35950413,0.4876033,0.60330576,0.6363636,0.6694215,0.6983471,0.6735537,0.6322314,0.6280992,0.6446281,0.6652893,0.70247936,0.71900827,0.71900827,0.7231405,0.71487606,0.6942149,0.6942149,0.677686,0.69008267,0.6859504,0.70247936,0.72727275,0.7231405,0.71487606,0.71487606,0.34710744,0.3429752,0.3429752,0.338843,0.338843,0.3140496,0.28512397,0.4338843,0.58677685,0.6694215,0.677686,0.6487603,0.6198347,0.6446281,0.6322314,0.6446281,0.6446281,0.6570248,0.6404959,0.62396693,0.6280992,0.59504133,0.58677685,0.5785124,0.4338843,0.446281,0.5041322,0.4090909,0.4876033,0.6983471,0.8057851,0.8181818,0.79752064,0.76859504,0.71487606,0.6528926,0.57024795,0.5785124,0.55785125,0.42561984,0.5247934,0.6198347,0.6570248,0.71900827,0.7355372,0.7107438,0.677686,0.6404959,0.6404959,0.661157,0.69008267,0.70247936,0.7066116,0.71487606,0.6983471,0.69008267,0.677686,0.7107438,0.70247936,0.73140496,0.73966944,0.70247936,0.69008267,0.7107438,0.3429752,0.3429752,0.3429752,0.3429752,0.338843,0.30991736,0.28512397,0.4338843,0.57024795,0.6694215,0.70247936,0.6818182,0.607438,0.607438,0.6363636,0.6322314,0.6280992,0.6322314,0.61570245,0.61157024,0.6280992,0.6446281,0.6570248,0.5123967,0.44214877,0.5661157,0.5206612,0.45454547,0.54545456,0.7231405,0.8057851,0.822314,0.7933884,0.75619835,0.73140496,0.6652893,0.62396693,0.59504133,0.57438016,0.5082645,0.45454547,0.5371901,0.661157,0.71487606,0.75619835,0.74380165,0.75206614,0.7355372,0.7066116,0.69008267,0.6942149,0.7066116,0.7107438,0.71900827,0.72727275,0.72727275,0.72727275,0.74380165,0.7231405,0.7107438,0.6983471,0.661157,0.6528926,0.70247936,0.33471075,0.33471075,0.33471075,0.3305785,0.3305785,0.3181818,0.2603306,0.42975205,0.5206612,0.62396693,0.6859504,0.6859504,0.6363636,0.607438,0.6446281,0.6694215,0.6528926,0.6404959,0.6404959,0.6528926,0.6652893,0.7107438,0.6363636,0.39256197,0.5495868,0.59090906,0.5082645,0.49586776,0.5785124,0.72727275,0.80991733,0.8181818,0.78512394,0.7644628,0.72727275,0.677686,0.6404959,0.6487603,0.61570245,0.5661157,0.53305787,0.46694216,0.5661157,0.7066116,0.74380165,0.76033056,0.76033056,0.76859504,0.75206614,0.7355372,0.7355372,0.73966944,0.73140496,0.73966944,0.74380165,0.74793386,0.73966944,0.7355372,0.71487606,0.6983471,0.661157,0.6198347,0.6404959,0.6818182,0.3181818,0.3181818,0.3140496,0.3140496,0.30991736,0.3264463,0.23966943,0.4214876,0.4876033,0.57438016,0.6322314,0.6570248,0.6446281,0.62396693,0.6446281,0.677686,0.6735537,0.6735537,0.6735537,0.6694215,0.6983471,0.6446281,0.46280992,0.54545456,0.6446281,0.57024795,0.5123967,0.5495868,0.6404959,0.75206614,0.80991733,0.8057851,0.7933884,0.76859504,0.73140496,0.6983471,0.6528926,0.6404959,0.6404959,0.61570245,0.59090906,0.61157024,0.43801653,0.59504133,0.72727275,0.76033056,0.76859504,0.76859504,0.76859504,0.76033056,0.74793386,0.75619835,0.75206614,0.75206614,0.75619835,0.7355372,0.7107438,0.7107438,0.6818182,0.6859504,0.6570248,0.60330576,0.6446281,0.62396693,0.29752067,0.29752067,0.29752067,0.29752067,0.29752067,0.30991736,0.22727273,0.40082645,0.47933885,0.54545456,0.57438016,0.61570245,0.6280992,0.6322314,0.6280992,0.677686,0.6735537,0.6694215,0.677686,0.6818182,0.6322314,0.5041322,0.553719,0.6528926,0.6322314,0.53305787,0.5247934,0.61157024,0.71900827,0.7768595,0.8140496,0.8057851,0.79752064,0.7768595,0.72727275,0.7107438,0.6652893,0.6198347,0.62396693,0.6363636,0.6198347,0.61157024,0.661157,0.49173555,0.607438,0.7231405,0.76859504,0.7644628,0.76033056,0.76033056,0.75619835,0.75619835,0.73140496,0.74380165,0.75619835,0.7231405,0.6818182,0.6652893,0.6570248,0.6404959,0.61570245,0.6528926,0.6322314,0.5123967,0.3305785,0.3429752,0.3553719,0.3677686,0.38429752,0.33471075,0.2231405,0.3966942,0.48347107,0.5082645,0.553719,0.58677685,0.61570245,0.6446281,0.6404959,0.6570248,0.6735537,0.661157,0.661157,0.62396693,0.5041322,0.553719,0.6652893,0.6652893,0.59504133,0.47933885,0.55785125,0.6694215,0.75619835,0.80991733,0.8181818,0.80991733,0.79752064,0.76859504,0.7355372,0.7107438,0.6818182,0.60330576,0.59504133,0.61157024,0.6280992,0.6487603,0.62396693,0.6694215,0.60330576,0.6198347,0.7107438,0.7768595,0.75619835,0.73966944,0.7355372,0.74793386,0.71900827,0.71487606,0.7231405,0.69008267,0.6570248,0.6570248,0.69008267,0.72727275,0.71900827,0.60330576,0.49586776,0.607438,0.5206612,0.54545456,0.57024795,0.59504133,0.6198347,0.607438,0.338843,0.37603307,0.49173555,0.5123967,0.53305787,0.57024795,0.59917355,0.6446281,0.6446281,0.6446281,0.6570248,0.61570245,0.5371901,0.5082645,0.58264464,0.6652893,0.6818182,0.6363636,0.5495868,0.4752066,0.59504133,0.70247936,0.75619835,0.80991733,0.8181818,0.80991733,0.8016529,0.76033056,0.7355372,0.7231405,0.69008267,0.6280992,0.58677685,0.61570245,0.6198347,0.6198347,0.6570248,0.6363636,0.6818182,0.6487603,0.6694215,0.6652893,0.661157,0.7107438,0.72727275,0.7355372,0.7355372,0.72727275,0.7231405,0.71487606,0.73140496,0.75619835,0.77272725,0.7066116,0.57024795,0.5165289,0.61570245,0.677686,0.46694216,0.41735536,0.37190083,0.32231405,0.27272728,0.3966942,0.70247936,0.6404959,0.6198347,0.61570245,0.62396693,0.6528926,0.661157,0.6652893,0.6280992,0.57438016,0.5082645,0.5123967,0.553719,0.6280992,0.6570248,0.6694215,0.6528926,0.58264464,0.5,0.5,0.62396693,0.73140496,0.77272725,0.8016529,0.8057851,0.79752064,0.78512394,0.7644628,0.73140496,0.71487606,0.70247936,0.6446281,0.61570245,0.6404959,0.6446281,0.61570245,0.6280992,0.6570248,0.6818182,0.6818182,0.661157,0.6528926,0.6363636,0.59090906,0.5785124,0.59917355,0.6404959,0.59917355,0.53305787,0.49586776,0.5165289,0.5289256,0.5661157,0.60330576,0.61570245,0.6404959,0.6735537,0.6528926,0.23966943,0.24793388,0.25619835,0.2644628,0.2768595,0.2603306,0.34710744,0.4876033,0.59504133,0.6198347,0.57438016,0.57024795,0.54545456,0.53305787,0.5206612,0.54545456,0.59917355,0.6404959,0.6446281,0.6528926,0.661157,0.6487603,0.61157024,0.5371901,0.5,0.53305787,0.6446281,0.74380165,0.7892562,0.79752064,0.79752064,0.78512394,0.7644628,0.74793386,0.71900827,0.7107438,0.6942149,0.6652893,0.6363636,0.6570248,0.661157,0.6363636,0.58264464,0.607438,0.6859504,0.7066116,0.6942149,0.6652893,0.6694215,0.6735537,0.6570248,0.6198347,0.58264464,0.57438016,0.56198347,0.59090906,0.6280992,0.6528926,0.6694215,0.661157,0.6570248,0.6570248,0.6694215,0.6446281,0.2892562,0.2892562,0.29338843,0.29338843,0.29338843,0.28512397,0.3140496,0.39256197,0.4090909,0.40495867,0.42975205,0.5123967,0.54545456,0.57438016,0.61157024,0.62396693,0.6280992,0.6322314,0.6446281,0.6280992,0.6363636,0.6198347,0.57438016,0.5289256,0.54545456,0.55785125,0.6570248,0.74380165,0.78512394,0.7892562,0.79752064,0.78512394,0.75206614,0.72727275,0.6983471,0.7107438,0.6983471,0.6859504,0.6446281,0.6404959,0.6487603,0.6322314,0.57024795,0.55785125,0.6198347,0.6818182,0.69008267,0.69008267,0.70247936,0.6859504,0.6694215,0.6570248,0.661157,0.677686,0.6735537,0.6528926,0.6570248,0.6570248,0.677686,0.677686,0.6652893,0.6446281,0.6446281,0.6280992,0.30165288,0.30165288,0.30165288,0.30165288,0.30165288,0.29338843,0.30991736,0.41322315,0.45867768,0.45454547,0.47107437,0.5289256,0.5495868,0.58264464,0.59917355,0.61157024,0.6198347,0.6198347,0.61570245,0.607438,0.607438,0.59917355,0.56198347,0.5371901,0.55785125,0.55785125,0.6280992,0.7231405,0.7644628,0.77272725,0.8016529,0.79752064,0.74380165,0.7066116,0.69008267,0.6983471,0.6859504,0.6652893,0.6322314,0.61157024,0.607438,0.59917355,0.553719,0.5206612,0.57024795,0.6322314,0.6694215,0.7066116,0.70247936,0.69008267,0.677686,0.6694215,0.6694215,0.661157,0.677686,0.69008267,0.6528926,0.6487603,0.6735537,0.6694215,0.6570248,0.6446281,0.6363636,0.60330576,0.3140496,0.3140496,0.30991736,0.30991736,0.30578512,0.29338843,0.2892562,0.3966942,0.45041323,0.45041323,0.4876033,0.5206612,0.5495868,0.5785124,0.58677685,0.59504133,0.59504133,0.58677685,0.58677685,0.58677685,0.59504133,0.61570245,0.57024795,0.5,0.49586776,0.5041322,0.5661157,0.661157,0.71900827,0.74380165,0.78512394,0.77272725,0.7066116,0.6570248,0.6487603,0.6404959,0.61157024,0.57438016,0.5371901,0.5123967,0.53305787,0.5289256,0.5123967,0.49173555,0.55785125,0.62396693,0.6570248,0.6735537,0.69008267,0.6818182,0.6694215,0.6735537,0.6570248,0.6446281,0.661157,0.6818182,0.661157,0.6404959,0.6694215,0.6570248,0.6487603,0.6404959,0.62396693,0.61157024,0.28099173,0.28099173,0.28099173,0.28512397,0.28512397,0.28099173,0.2768595,0.37603307,0.446281,0.45867768,0.46280992,0.49173555,0.5247934,0.55785125,0.56198347,0.57438016,0.5661157,0.57024795,0.58677685,0.61157024,0.6322314,0.6528926,0.607438,0.44214877,0.338843,0.3677686,0.46694216,0.57438016,0.6404959,0.6818182,0.71900827,0.6735537,0.61157024,0.57024795,0.5371901,0.5041322,0.45454547,0.40082645,0.3553719,0.33471075,0.40082645,0.446281,0.45867768,0.4876033,0.57024795,0.6487603,0.6735537,0.6735537,0.6818182,0.677686,0.6859504,0.70247936,0.6818182,0.6652893,0.6735537,0.6818182,0.6487603,0.6404959,0.6528926,0.6446281,0.6404959,0.6363636,0.6280992,0.607438,0.29338843,0.29338843,0.29752067,0.29752067,0.29752067,0.30165288,0.2644628,0.3677686,0.44214877,0.45454547,0.44214877,0.46280992,0.5041322,0.53305787,0.553719,0.553719,0.57024795,0.59090906,0.62396693,0.6652893,0.6859504,0.6280992,0.60330576,0.5247934,0.3181818,0.24380165,0.338843,0.46694216,0.5371901,0.58677685,0.61157024,0.60330576,0.553719,0.5082645,0.446281,0.40495867,0.3677686,0.37190083,0.4090909,0.41735536,0.3966942,0.36363637,0.45041323,0.5785124,0.61157024,0.6528926,0.6983471,0.6983471,0.6942149,0.6859504,0.6818182,0.71900827,0.7066116,0.69008267,0.677686,0.6694215,0.661157,0.6528926,0.62396693,0.6198347,0.6280992,0.6198347,0.61157024,0.58677685,0.30578512,0.30165288,0.30165288,0.29752067,0.29752067,0.29752067,0.24793388,0.34710744,0.44214877,0.42975205,0.44214877,0.45454547,0.47933885,0.5123967,0.53305787,0.57024795,0.59917355,0.6363636,0.6652893,0.6859504,0.6859504,0.6280992,0.58264464,0.57024795,0.5,0.32231405,0.2107438,0.28512397,0.3677686,0.4338843,0.48347107,0.5206612,0.5041322,0.446281,0.40495867,0.41322315,0.41322315,0.44214877,0.45041323,0.44214877,0.4338843,0.47107437,0.54545456,0.61157024,0.6363636,0.661157,0.70247936,0.71487606,0.7231405,0.6983471,0.6983471,0.71487606,0.7107438,0.6983471,0.6859504,0.6694215,0.6570248,0.6570248,0.6280992,0.61570245,0.61157024,0.62396693,0.607438,0.5785124,0.28512397,0.28512397,0.28512397,0.28512397,0.28512397,0.28099173,0.26859504,0.30165288,0.446281,0.42561984,0.44214877,0.45867768,0.47933885,0.5082645,0.553719,0.5785124,0.61570245,0.6528926,0.6735537,0.6818182,0.6694215,0.6404959,0.59504133,0.58264464,0.58264464,0.45867768,0.2520661,0.2231405,0.23966943,0.28099173,0.3264463,0.39256197,0.41735536,0.40082645,0.42975205,0.45867768,0.4752066,0.5041322,0.5082645,0.53305787,0.57024795,0.59917355,0.61157024,0.62396693,0.6528926,0.661157,0.69008267,0.7107438,0.72727275,0.72727275,0.7107438,0.71900827,0.71487606,0.6942149,0.6983471,0.6818182,0.6652893,0.6570248,0.6404959,0.62396693,0.62396693,0.6198347,0.59917355,0.57438016,0.28099173,0.28512397,0.28512397,0.28512397,0.28512397,0.28512397,0.26859504,0.28512397,0.4338843,0.43801653,0.4338843,0.47107437,0.49586776,0.5206612,0.5661157,0.61157024,0.62396693,0.6280992,0.6859504,0.6735537,0.6570248,0.6487603,0.6322314,0.6198347,0.59090906,0.5247934,0.41735536,0.3429752,0.2768595,0.23966943,0.24380165,0.30578512,0.38842976,0.40495867,0.45454547,0.5123967,0.5247934,0.5413223,0.57024795,0.59917355,0.60330576,0.607438,0.62396693,0.6363636,0.6363636,0.6570248,0.6735537,0.7066116,0.71900827,0.73140496,0.7107438,0.71900827,0.71487606,0.6859504,0.6942149,0.69008267,0.6859504,0.6652893,0.6404959,0.6280992,0.6198347,0.61157024,0.59090906,0.5785124,0.29338843,0.29338843,0.29338843,0.29752067,0.29752067,0.29752067,0.27272728,0.28512397,0.4338843,0.45454547,0.45041323,0.47933885,0.5041322,0.53305787,0.5661157,0.59917355,0.6280992,0.6363636,0.6652893,0.6652893,0.6570248,0.6528926,0.6487603,0.6487603,0.60330576,0.59090906,0.54545456,0.49173555,0.4338843,0.37603307,0.37190083,0.4090909,0.47107437,0.48347107,0.47933885,0.5206612,0.5371901,0.55785125,0.57024795,0.59090906,0.59090906,0.59504133,0.62396693,0.6363636,0.62396693,0.6404959,0.677686,0.7066116,0.69008267,0.70247936,0.6983471,0.7066116,0.7066116,0.6859504,0.6818182,0.69008267,0.6942149,0.6652893,0.6570248,0.62396693,0.59917355,0.607438,0.607438,0.59504133,0.2892562,0.2892562,0.28512397,0.28512397,0.28512397,0.28512397,0.26859504,0.28512397,0.41322315,0.47107437,0.47107437,0.49586776,0.5165289,0.5247934,0.54545456,0.57438016,0.6198347,0.6487603,0.6363636,0.6363636,0.6528926,0.6528926,0.6570248,0.661157,0.6446281,0.61570245,0.6198347,0.59504133,0.58677685,0.5413223,0.5247934,0.53305787,0.5495868,0.553719,0.5413223,0.5495868,0.57438016,0.59504133,0.58677685,0.58264464,0.58264464,0.59090906,0.62396693,0.6280992,0.61157024,0.61570245,0.6735537,0.6818182,0.6818182,0.69008267,0.6818182,0.677686,0.6818182,0.6735537,0.6818182,0.6818182,0.6652893,0.6652893,0.6446281,0.6198347,0.60330576,0.61157024,0.61157024,0.59504133,0.29338843,0.29752067,0.29752067,0.29752067,0.29752067,0.29752067,0.2768595,0.28512397,0.3966942,0.47107437,0.4876033,0.5247934,0.5413223,0.5289256,0.5413223,0.56198347,0.60330576,0.62396693,0.61570245,0.61157024,0.6446281,0.6363636,0.6446281,0.6487603,0.6487603,0.6322314,0.6363636,0.6404959,0.6198347,0.6198347,0.59504133,0.5785124,0.59090906,0.58264464,0.57438016,0.58264464,0.58677685,0.59917355,0.58677685,0.58677685,0.57438016,0.59090906,0.61157024,0.6280992,0.62396693,0.6446281,0.6942149,0.6735537,0.6694215,0.6694215,0.6487603,0.6528926,0.6487603,0.6570248,0.677686,0.6735537,0.6446281,0.6528926,0.6280992,0.607438,0.61157024,0.607438,0.58677685,0.58677685,0.30165288,0.30165288,0.29752067,0.29752067,0.29338843,0.2892562,0.27272728,0.26859504,0.38429752,0.46280992,0.49173555,0.54545456,0.57024795,0.53305787,0.5289256,0.5495868,0.57438016,0.58677685,0.59917355,0.58264464,0.61570245,0.61570245,0.61157024,0.62396693,0.62396693,0.6322314,0.6322314,0.6404959,0.6322314,0.6322314,0.61570245,0.59504133,0.59090906,0.56198347,0.5495868,0.5661157,0.57024795,0.57438016,0.5661157,0.5661157,0.58264464,0.59917355,0.607438,0.61157024,0.6322314,0.6487603,0.6652893,0.6570248,0.6528926,0.6322314,0.59090906,0.6198347,0.6404959,0.6322314,0.6363636,0.6818182,0.6528926,0.6487603,0.61570245,0.60330576,0.6280992,0.62396693,0.607438,0.59504133,0.27272728,0.27272728,0.2768595,0.2768595,0.2768595,0.2768595,0.27272728,0.25619835,0.35950413,0.45867768,0.46694216,0.5413223,0.59504133,0.55785125,0.5206612,0.5371901,0.5661157,0.57024795,0.58677685,0.58264464,0.59090906,0.58677685,0.58264464,0.59917355,0.607438,0.61157024,0.61570245,0.6198347,0.61157024,0.61157024,0.61157024,0.59504133,0.59504133,0.56198347,0.5247934,0.53305787,0.54545456,0.55785125,0.56198347,0.55785125,0.5661157,0.607438,0.60330576,0.59090906,0.59917355,0.59917355,0.607438,0.59917355,0.61157024,0.59917355,0.57438016,0.59090906,0.60330576,0.61157024,0.6198347,0.6735537,0.6818182,0.6487603,0.6280992,0.6198347,0.6404959,0.6280992,0.6198347,0.60330576,0.28512397,0.28512397,0.2892562,0.2892562,0.2892562,0.2892562,0.28099173,0.24793388,0.3181818,0.46280992,0.46280992,0.49173555,0.62396693,0.57024795,0.5289256,0.5206612,0.5413223,0.553719,0.57024795,0.59090906,0.5661157,0.55785125,0.5371901,0.55785125,0.58264464,0.58264464,0.58264464,0.59504133,0.57438016,0.56198347,0.59090906,0.59504133,0.6198347,0.58264464,0.5495868,0.5413223,0.553719,0.57438016,0.57438016,0.58677685,0.56198347,0.59917355,0.58677685,0.57024795,0.5495868,0.5371901,0.53305787,0.5371901,0.54545456,0.5495868,0.5661157,0.5785124,0.59090906,0.58264464,0.61570245,0.6818182,0.6859504,0.6446281,0.6322314,0.6404959,0.6446281,0.6322314,0.61570245,0.57024795,0.2892562,0.2892562,0.28512397,0.28512397,0.28512397,0.28099173,0.2768595,0.25619835,0.29752067,0.42975205,0.45867768,0.49173555,0.60330576,0.5785124,0.5495868,0.5,0.5041322,0.5247934,0.53305787,0.5371901,0.5247934,0.47933885,0.446281,0.46280992,0.5082645,0.5371901,0.5371901,0.553719,0.5495868,0.5661157,0.59917355,0.6404959,0.6487603,0.6322314,0.58677685,0.5785124,0.57024795,0.58264464,0.57438016,0.5661157,0.53305787,0.5247934,0.5165289,0.5082645,0.47933885,0.4752066,0.4752066,0.4876033,0.47933885,0.5289256,0.5413223,0.5661157,0.57438016,0.56198347,0.59504133,0.677686,0.69008267,0.6487603,0.6198347,0.6446281,0.6570248,0.6363636,0.61157024,0.59090906,0.28099173,0.28099173,0.28099173,0.28099173,0.28099173,0.28512397,0.28512397,0.27272728,0.26859504,0.37603307,0.45867768,0.47107437,0.57024795,0.5661157,0.57438016,0.5206612,0.43801653,0.49586776,0.49173555,0.4752066,0.44214877,0.37603307,0.3429752,0.35950413,0.37190083,0.44214877,0.4752066,0.49586776,0.53305787,0.54545456,0.5413223,0.5495868,0.57024795,0.59090906,0.553719,0.5247934,0.48347107,0.45041323,0.40495867,0.37190083,0.3677686,0.38429752,0.36363637,0.37603307,0.37603307,0.3677686,0.3677686,0.38429752,0.39256197,0.45867768,0.47933885,0.553719,0.55785125,0.5413223,0.5661157,0.6694215,0.6859504,0.6528926,0.6280992,0.62396693,0.62396693,0.61157024,0.60330576,0.59917355,0.28099173,0.28099173,0.28099173,0.28099173,0.2768595,0.2768595,0.2768595,0.27272728,0.25619835,0.3181818,0.42975205,0.45041323,0.5041322,0.54545456,0.5495868,0.59504133,0.446281,0.41735536,0.45041323,0.4338843,0.40082645,0.34710744,0.3140496,0.2768595,0.23553719,0.2603306,0.27272728,0.2768595,0.3140496,0.3305785,0.3553719,0.3677686,0.39256197,0.44214877,0.41735536,0.38016528,0.3305785,0.3181818,0.32231405,0.33471075,0.3429752,0.37190083,0.38842976,0.39256197,0.41322315,0.4214876,0.446281,0.5041322,0.53305787,0.5,0.5082645,0.56198347,0.58677685,0.56198347,0.57438016,0.6487603,0.6694215,0.6404959,0.62396693,0.6198347,0.61157024,0.59917355,0.60330576,0.60330576,0.27272728,0.27272728,0.27272728,0.27272728,0.27272728,0.27272728,0.27272728,0.28099173,0.2603306,0.28099173,0.38842976,0.45041323,0.47933885,0.5247934,0.49586776,0.5661157,0.53305787,0.4214876,0.44214877,0.47933885,0.46694216,0.47107437,0.4876033,0.45867768,0.3966942,0.37603307,0.3966942,0.40082645,0.38842976,0.38429752,0.41735536,0.4338843,0.43801653,0.446281,0.44214877,0.45454547,0.43801653,0.45867768,0.45454547,0.45867768,0.46280992,0.4876033,0.5041322,0.5123967,0.53305787,0.55785125,0.58264464,0.61570245,0.6280992,0.62396693,0.607438,0.61157024,0.607438,0.58264464,0.59917355,0.6404959,0.6487603,0.6280992,0.61157024,0.59917355,0.58677685,0.58264464,0.59917355,0.5785124,0.26859504,0.2644628,0.2644628,0.2644628,0.2644628,0.26859504,0.26859504,0.28512397,0.2768595,0.24793388,0.33471075,0.42975205,0.4752066,0.5123967,0.5041322,0.5289256,0.57438016,0.47107437,0.46280992,0.5413223,0.55785125,0.58677685,0.57438016,0.553719,0.5413223,0.5041322,0.48347107,0.5165289,0.5247934,0.5495868,0.59917355,0.6280992,0.61157024,0.61570245,0.6363636,0.6198347,0.58677685,0.58264464,0.56198347,0.5495868,0.55785125,0.57438016,0.59504133,0.59504133,0.59917355,0.607438,0.61570245,0.6363636,0.6363636,0.6446281,0.6363636,0.6198347,0.59917355,0.59090906,0.6363636,0.6280992,0.6322314,0.62396693,0.59504133,0.57438016,0.56198347,0.56198347,0.59090906,0.5495868,0.2768595,0.2768595,0.28099173,0.28099173,0.28099173,0.2768595,0.2768595,0.2768595,0.28099173,0.24793388,0.2768595,0.37190083,0.43801653,0.48347107,0.49586776,0.5082645,0.553719,0.54545456,0.47933885,0.5165289,0.57438016,0.58677685,0.55785125,0.5413223,0.54545456,0.5661157,0.5785124,0.55785125,0.553719,0.5661157,0.607438,0.6363636,0.6528926,0.6652893,0.6694215,0.6487603,0.661157,0.6404959,0.6487603,0.6363636,0.6363636,0.61570245,0.62396693,0.61570245,0.6198347,0.60330576,0.607438,0.6280992,0.6280992,0.6446281,0.6487603,0.62396693,0.59917355,0.58264464,0.607438,0.61157024,0.62396693,0.60330576,0.5785124,0.57024795,0.55785125,0.553719,0.55785125,0.53305787,0.26859504,0.26859504,0.26859504,0.26859504,0.2644628,0.2644628,0.2644628,0.2768595,0.2644628,0.28099173,0.2520661,0.30165288,0.3966942,0.43801653,0.46280992,0.5,0.5165289,0.53305787,0.5247934,0.5082645,0.54545456,0.57024795,0.55785125,0.5371901,0.5206612,0.5247934,0.553719,0.5661157,0.5661157,0.5785124,0.58264464,0.58264464,0.58264464,0.59504133,0.59090906,0.607438,0.6198347,0.62396693,0.61570245,0.62396693,0.6280992,0.61570245,0.60330576,0.59504133,0.59504133,0.59504133,0.61157024,0.6280992,0.6280992,0.6404959,0.6322314,0.59917355,0.5785124,0.553719,0.553719,0.58677685,0.58264464,0.57024795,0.55785125,0.5495868,0.5371901,0.5371901,0.5247934,0.5123967,0.2603306,0.2603306,0.2603306,0.2644628,0.2644628,0.2644628,0.2644628,0.27272728,0.27272728,0.2644628,0.2520661,0.26859504,0.33471075,0.40495867,0.43801653,0.4876033,0.49586776,0.5041322,0.5165289,0.5,0.53305787,0.5371901,0.54545456,0.5206612,0.5082645,0.49173555,0.49173555,0.5041322,0.5206612,0.5413223,0.5247934,0.4876033,0.47933885,0.49586776,0.5123967,0.53305787,0.54545456,0.553719,0.54545456,0.56198347,0.56198347,0.56198347,0.57438016,0.57438016,0.57438016,0.58264464,0.59917355,0.6198347,0.60330576,0.61157024,0.59090906,0.56198347,0.56198347,0.55785125,0.5785124,0.57024795,0.5661157,0.553719,0.54545456,0.5413223,0.5289256,0.5165289,0.5123967,0.47933885,0.26859504,0.26859504,0.26859504,0.26859504,0.26859504,0.2644628,0.2644628,0.2644628,0.2768595,0.26859504,0.26859504,0.25619835,0.26859504,0.3553719,0.38429752,0.42561984,0.4752066,0.47107437,0.49173555,0.5206612,0.5041322,0.49173555,0.5165289,0.5041322,0.48347107,0.46280992,0.4338843,0.41322315,0.4090909,0.4338843,0.45041323,0.42975205,0.446281,0.47107437,0.47933885,0.47933885,0.46694216,0.49173555,0.4876033,0.5082645,0.5041322,0.5247934,0.53305787,0.55785125,0.5661157,0.57024795,0.5785124,0.60330576,0.58677685,0.59504133,0.57438016,0.55785125,0.56198347,0.55785125,0.55785125,0.55785125,0.53305787,0.53305787,0.5247934,0.5206612,0.5082645,0.49586776,0.4876033,0.45454547,0.2644628,0.2644628,0.2644628,0.26859504,0.26859504,0.26859504,0.26859504,0.26859504,0.28099173,0.26859504,0.26859504,0.25619835,0.27272728,0.28512397,0.34710744,0.37190083,0.43801653,0.46694216,0.4752066,0.5165289,0.5165289,0.5082645,0.5123967,0.5041322,0.48347107,0.47107437,0.45041323,0.42561984,0.38842976,0.3966942,0.40082645,0.42561984,0.4338843,0.43801653,0.46280992,0.47107437,0.446281,0.45867768,0.5,0.49173555,0.5123967,0.5371901,0.54545456,0.55785125,0.56198347,0.57024795,0.57438016,0.59917355,0.61157024,0.61570245,0.59917355,0.57024795,0.5495868,0.55785125,0.54545456,0.53305787,0.5082645,0.5123967,0.5082645,0.5123967,0.5,0.47107437,0.47107437,0.45454547,0.26859504,0.26859504,0.2644628,0.2644628,0.2644628,0.2644628,0.2644628,0.2603306,0.2644628,0.26859504,0.2644628,0.27272728,0.28099173,0.23966943,0.28099173,0.3553719,0.40082645,0.4338843,0.46280992,0.49586776,0.5413223,0.5289256,0.56198347,0.53305787,0.5206612,0.49586776,0.49173555,0.4876033,0.47107437,0.45867768,0.43801653,0.4214876,0.43801653,0.44214877,0.45867768,0.48347107,0.4876033,0.5,0.5123967,0.53305787,0.5371901,0.553719,0.57024795,0.58677685,0.59090906,0.59917355,0.61157024,0.6404959,0.6570248,0.6280992,0.60330576,0.54545456,0.5206612,0.5495868,0.5289256,0.5165289,0.5082645,0.5082645,0.5041322,0.49586776,0.49586776,0.46694216,0.446281,0.41322315,0.26859504,0.26859504,0.26859504,0.26859504,0.27272728,0.27272728,0.27272728,0.26859504,0.2644628,0.2768595,0.28099173,0.26859504,0.28512397,0.2603306,0.21900827,0.29752067,0.3553719,0.40082645,0.43801653,0.45867768,0.5206612,0.5495868,0.59090906,0.61570245,0.59090906,0.57438016,0.5495868,0.5495868,0.5413223,0.5371901,0.5206612,0.4876033,0.4876033,0.5082645,0.5041322,0.5165289,0.5247934,0.56198347,0.58677685,0.59504133,0.58264464,0.61157024,0.6280992,0.6363636,0.6487603,0.6570248,0.661157,0.6735537,0.6735537,0.6487603,0.607438,0.54545456,0.5247934,0.5289256,0.5123967,0.5041322,0.5082645,0.5,0.49173555,0.47933885,0.45454547,0.4338843,0.41735536,0.38842976,0.27272728,0.27272728,0.27272728,0.27272728,0.27272728,0.27272728,0.27272728,0.26859504,0.25619835,0.27272728,0.2768595,0.27272728,0.2768595,0.2644628,0.2768595,0.22727273,0.24380165,0.33471075,0.3966942,0.4338843,0.5,0.5495868,0.59917355,0.6570248,0.6652893,0.6528926,0.62396693,0.6280992,0.6446281,0.6487603,0.6528926,0.62396693,0.5785124,0.5661157,0.5371901,0.5289256,0.5371901,0.607438,0.6735537,0.69008267,0.6735537,0.6942149,0.71487606,0.7107438,0.70247936,0.6942149,0.69008267,0.6983471,0.6570248,0.6363636,0.59504133,0.5495868,0.5289256,0.5082645,0.5,0.47933885,0.4876033,0.47107437,0.45867768,0.45454547,0.42561984,0.3966942,0.37603307,0.35123968,0.27272728,0.27272728,0.27272728,0.27272728,0.27272728,0.26859504,0.26859504,0.26859504,0.2644628,0.2644628,0.26859504,0.2644628,0.27272728,0.25619835,0.28099173,0.2644628,0.20247933,0.2231405,0.3305785,0.40495867,0.46280992,0.53305787,0.59090906,0.6280992,0.6735537,0.69008267,0.70247936,0.6983471,0.7107438,0.71487606,0.7355372,0.73140496,0.71487606,0.7066116,0.6818182,0.6942149,0.6983471,0.74380165,0.75619835,0.76033056,0.75206614,0.75206614,0.75206614,0.76033056,0.73966944,0.7231405,0.6942149,0.69008267,0.6446281,0.607438,0.58677685,0.5413223,0.5123967,0.49586776,0.47933885,0.446281,0.446281,0.45041323,0.42975205,0.3966942,0.39256197,0.36363637,0.3264463,0.30165288,0.2603306,0.2603306,0.25619835,0.25619835,0.25619835,0.2520661,0.2520661,0.2520661,0.2644628,0.2644628,0.27272728,0.27272728,0.2768595,0.26859504,0.26859504,0.2231405,0.1446281,0.11570248,0.23553719,0.3140496,0.3966942,0.49173555,0.553719,0.60330576,0.6487603,0.6735537,0.6942149,0.69008267,0.6983471,0.70247936,0.7231405,0.74380165,0.7355372,0.74793386,0.73966944,0.73140496,0.74380165,0.7644628,0.76033056,0.75619835,0.75619835,0.76033056,0.73966944,0.73140496,0.7355372,0.7107438,0.69008267,0.6735537,0.6280992,0.58264464,0.55785125,0.5206612,0.47933885,0.4752066,0.42975205,0.4090909,0.4090909,0.40082645,0.39256197,0.37190083,0.33471075,0.30578512,0.29752067,0.28512397,0.24793388,0.24793388,0.24793388,0.2520661,0.2520661,0.2520661,0.25619835,0.25619835,0.2603306,0.2603306,0.27272728,0.2644628,0.27272728,0.2603306,0.2107438,0.11157025,0.07438017,0.03305785,0.2892562,0.2603306,0.28099173,0.44214877,0.5206612,0.57438016,0.6198347,0.6446281,0.6652893,0.661157,0.6694215,0.6694215,0.6859504,0.7066116,0.7066116,0.7231405,0.7231405,0.6983471,0.71900827,0.75619835,0.76033056,0.75206614,0.73140496,0.71900827,0.6983471,0.69008267,0.6859504,0.6735537,0.6528926,0.6322314,0.58677685,0.55785125,0.5206612,0.4752066,0.4338843,0.42975205,0.39256197,0.35123968,0.36363637,0.36363637,0.338843,0.3264463,0.30165288,0.2892562,0.28512397,0.2892562,0.2644628,0.2644628,0.2644628,0.2644628,0.2644628,0.2644628,0.2644628,0.2644628,0.2603306,0.24793388,0.27272728,0.2603306,0.2520661,0.17768595,0.11983471,0.09090909,0.06198347,0.10743801,0.56198347,0.36363637,0.2107438,0.3264463,0.45867768,0.5165289,0.57024795,0.60330576,0.61570245,0.6280992,0.6322314,0.6446281,0.6652893,0.6694215,0.661157,0.677686,0.661157,0.661157,0.69008267,0.70247936,0.71487606,0.71487606,0.6859504,0.6652893,0.661157,0.6487603,0.6322314,0.6446281,0.61570245,0.58264464,0.5371901,0.5123967,0.46280992,0.41322315,0.39256197,0.36363637,0.35950413,0.3429752,0.3264463,0.32231405,0.30165288,0.2892562,0.30578512,0.30165288,0.30991736,0.3140496,12 +0.18595041,0.16528925,0.1694215,0.28099173,0.42561984,0.4876033,0.5123967,0.57438016,0.59917355,0.6198347,0.6404959,0.6570248,0.677686,0.69008267,0.7231405,0.74793386,0.7644628,0.76033056,0.76033056,0.78099173,0.78099173,0.8057851,0.80991733,0.8057851,0.8057851,0.822314,0.822314,0.80991733,0.8140496,0.8181818,0.80991733,0.8181818,0.80991733,0.80991733,0.8057851,0.8181818,0.8140496,0.8140496,0.80991733,0.80991733,0.8016529,0.80991733,0.80991733,0.80991733,0.8016529,0.79752064,0.7892562,0.78512394,0.78512394,0.79752064,0.7933884,0.76859504,0.76033056,0.7644628,0.75619835,0.74380165,0.72727275,0.7107438,0.69008267,0.6570248,0.62396693,0.607438,0.59090906,0.607438,0.16528925,0.1446281,0.19008264,0.26859504,0.41322315,0.47933885,0.5165289,0.57024795,0.59504133,0.62396693,0.6570248,0.6735537,0.6942149,0.7066116,0.7231405,0.74793386,0.76033056,0.76033056,0.76859504,0.78099173,0.7892562,0.8057851,0.8140496,0.8181818,0.80991733,0.8181818,0.8181818,0.8181818,0.80991733,0.8016529,0.8140496,0.8181818,0.8181818,0.8140496,0.80991733,0.8181818,0.822314,0.822314,0.80991733,0.8181818,0.8140496,0.8140496,0.8181818,0.8057851,0.8057851,0.7933884,0.79752064,0.7892562,0.79752064,0.79752064,0.79752064,0.7768595,0.7644628,0.76859504,0.7644628,0.74380165,0.7107438,0.7066116,0.6735537,0.6446281,0.61570245,0.59917355,0.58677685,0.61157024,0.16528925,0.14049587,0.2231405,0.2603306,0.4090909,0.47933885,0.5165289,0.5661157,0.58677685,0.6322314,0.6694215,0.677686,0.69008267,0.71487606,0.7355372,0.75619835,0.7644628,0.76033056,0.7644628,0.78512394,0.7892562,0.8016529,0.8140496,0.822314,0.8140496,0.822314,0.8181818,0.8140496,0.80991733,0.80991733,0.8181818,0.8140496,0.8181818,0.8181818,0.8057851,0.822314,0.8264463,0.822314,0.8140496,0.8140496,0.8140496,0.8181818,0.8181818,0.80991733,0.7933884,0.7892562,0.8016529,0.79752064,0.8016529,0.7933884,0.7892562,0.7892562,0.77272725,0.76859504,0.76033056,0.74380165,0.71487606,0.6983471,0.6570248,0.6322314,0.59917355,0.59090906,0.59090906,0.59504133,0.20247933,0.16528925,0.1983471,0.23553719,0.40082645,0.48347107,0.5165289,0.57024795,0.59917355,0.6570248,0.6818182,0.69008267,0.7107438,0.73140496,0.75206614,0.75206614,0.7644628,0.7644628,0.76859504,0.7768595,0.78512394,0.7892562,0.8181818,0.8140496,0.8181818,0.822314,0.822314,0.80991733,0.8016529,0.8057851,0.80991733,0.8140496,0.8181818,0.8181818,0.80991733,0.8140496,0.8264463,0.8140496,0.822314,0.8140496,0.8057851,0.8140496,0.8140496,0.8057851,0.79752064,0.8057851,0.8057851,0.8057851,0.8057851,0.7933884,0.78099173,0.7933884,0.77272725,0.76033056,0.75619835,0.73140496,0.71487606,0.677686,0.6652893,0.6280992,0.59090906,0.59090906,0.58677685,0.58677685,0.25619835,0.20247933,0.20247933,0.1983471,0.38842976,0.47933885,0.5082645,0.57438016,0.6198347,0.6570248,0.6818182,0.70247936,0.7231405,0.7355372,0.74380165,0.73966944,0.75206614,0.7644628,0.76033056,0.76033056,0.77272725,0.7768595,0.79752064,0.80991733,0.8140496,0.8181818,0.8140496,0.8016529,0.7768595,0.8016529,0.8057851,0.8140496,0.8181818,0.8181818,0.8140496,0.8181818,0.822314,0.8181818,0.822314,0.822314,0.8140496,0.8181818,0.8140496,0.80991733,0.8057851,0.80991733,0.8057851,0.8057851,0.8057851,0.8016529,0.78099173,0.7892562,0.78099173,0.76859504,0.7644628,0.73966944,0.71900827,0.6818182,0.6570248,0.61570245,0.58264464,0.58677685,0.5785124,0.57438016,0.28099173,0.23553719,0.2107438,0.16115703,0.37603307,0.48347107,0.5082645,0.59504133,0.6404959,0.6818182,0.6942149,0.71487606,0.7355372,0.75206614,0.75206614,0.7355372,0.74380165,0.76859504,0.75206614,0.74380165,0.7644628,0.76859504,0.7933884,0.7892562,0.79752064,0.80991733,0.8140496,0.8016529,0.78099173,0.8016529,0.80991733,0.8140496,0.8140496,0.8057851,0.79752064,0.8140496,0.822314,0.8140496,0.8181818,0.8140496,0.8057851,0.80991733,0.8181818,0.8140496,0.80991733,0.822314,0.8057851,0.8057851,0.8057851,0.80991733,0.79752064,0.76859504,0.78512394,0.77272725,0.76033056,0.74793386,0.72727275,0.677686,0.6528926,0.61157024,0.57438016,0.58264464,0.57024795,0.55785125,0.28512397,0.2644628,0.14049587,0.12396694,0.38016528,0.4752066,0.5289256,0.60330576,0.62396693,0.6652893,0.71487606,0.71487606,0.7231405,0.75206614,0.75619835,0.71900827,0.7107438,0.77272725,0.76033056,0.76033056,0.76859504,0.77272725,0.7892562,0.76859504,0.78512394,0.8016529,0.80991733,0.8057851,0.7892562,0.79752064,0.80991733,0.8057851,0.8016529,0.7933884,0.77272725,0.8016529,0.8181818,0.79752064,0.8016529,0.8057851,0.8057851,0.8057851,0.8057851,0.80991733,0.8057851,0.8140496,0.8057851,0.8016529,0.80991733,0.7933884,0.7892562,0.78512394,0.74380165,0.73966944,0.74793386,0.75619835,0.73966944,0.6942149,0.661157,0.61157024,0.57438016,0.57438016,0.54545456,0.5289256,0.30991736,0.2603306,0.1322314,0.11983471,0.40082645,0.47933885,0.5289256,0.59090906,0.58677685,0.59917355,0.6652893,0.661157,0.6528926,0.6983471,0.73140496,0.7066116,0.677686,0.72727275,0.75619835,0.76033056,0.7644628,0.76859504,0.77272725,0.7768595,0.76859504,0.79752064,0.8016529,0.79752064,0.78099173,0.7892562,0.8016529,0.80991733,0.8016529,0.8016529,0.78512394,0.7933884,0.79752064,0.7892562,0.79752064,0.80991733,0.79752064,0.8016529,0.7933884,0.7892562,0.77272725,0.76859504,0.78099173,0.7644628,0.74380165,0.71487606,0.72727275,0.74380165,0.7107438,0.6983471,0.71487606,0.71487606,0.71487606,0.6942149,0.6570248,0.607438,0.5661157,0.57024795,0.54545456,0.5206612,0.30991736,0.2603306,0.12809917,0.12809917,0.4090909,0.46694216,0.5082645,0.55785125,0.57024795,0.55785125,0.5785124,0.57438016,0.5165289,0.5371901,0.58264464,0.59504133,0.61157024,0.6404959,0.7066116,0.71900827,0.74793386,0.75206614,0.76033056,0.76859504,0.7644628,0.7768595,0.78512394,0.79752064,0.76859504,0.77272725,0.7933884,0.79752064,0.8016529,0.78099173,0.7768595,0.78099173,0.78512394,0.7768595,0.78512394,0.77272725,0.76859504,0.76859504,0.73966944,0.7231405,0.677686,0.6570248,0.6694215,0.6652893,0.6694215,0.6652893,0.6735537,0.6818182,0.6983471,0.6694215,0.677686,0.6570248,0.6487603,0.6446281,0.6363636,0.61157024,0.58264464,0.54545456,0.54545456,0.5289256,0.30578512,0.24793388,0.14049587,0.1322314,0.42975205,0.45454547,0.48347107,0.5206612,0.5371901,0.5247934,0.5289256,0.5247934,0.4338843,0.53305787,0.58677685,0.5785124,0.57024795,0.59504133,0.6652893,0.6404959,0.7231405,0.77272725,0.77272725,0.75619835,0.75619835,0.76033056,0.77272725,0.76859504,0.76033056,0.75619835,0.77272725,0.75206614,0.75619835,0.74793386,0.7107438,0.74380165,0.79752064,0.822314,0.77272725,0.677686,0.7107438,0.6859504,0.6570248,0.6694215,0.6570248,0.61570245,0.5661157,0.5371901,0.57438016,0.59917355,0.6363636,0.6404959,0.6652893,0.6818182,0.6694215,0.6487603,0.6322314,0.62396693,0.61157024,0.59504133,0.5785124,0.53305787,0.5206612,0.5289256,0.3140496,0.2644628,0.12396694,0.16115703,0.42561984,0.40495867,0.3966942,0.4214876,0.42975205,0.45867768,0.56198347,0.6652893,0.46694216,0.6942149,0.7355372,0.62396693,0.553719,0.5289256,0.5247934,0.45454547,0.47933885,0.61157024,0.6280992,0.49173555,0.40495867,0.56198347,0.58264464,0.55785125,0.6570248,0.69008267,0.6818182,0.6280992,0.6404959,0.58677685,0.45454547,0.43801653,0.5165289,0.59917355,0.57024795,0.47933885,0.47107437,0.46694216,0.48347107,0.57438016,0.61570245,0.59917355,0.54545456,0.46280992,0.4876033,0.5082645,0.5371901,0.5123967,0.5082645,0.47933885,0.58677685,0.6859504,0.6280992,0.61157024,0.59504133,0.58677685,0.5661157,0.5206612,0.5082645,0.53305787,0.3181818,0.2644628,0.17355372,0.21487603,0.3305785,0.35950413,0.43801653,0.45867768,0.4876033,0.5165289,0.5041322,0.5082645,0.47933885,0.4214876,0.43801653,0.42975205,0.44214877,0.4752066,0.45867768,0.43801653,0.44214877,0.48347107,0.49173555,0.5289256,0.44214877,0.48347107,0.59917355,0.61157024,0.60330576,0.6404959,0.6652893,0.6735537,0.6198347,0.4090909,0.47107437,0.5123967,0.54545456,0.54545456,0.5371901,0.5371901,0.49173555,0.45041323,0.44214877,0.45867768,0.46280992,0.46694216,0.5082645,0.5289256,0.5413223,0.57024795,0.5785124,0.59504133,0.6198347,0.6280992,0.48347107,0.59504133,0.76033056,0.61570245,0.5495868,0.57438016,0.55785125,0.5289256,0.5,0.5289256,0.29338843,0.29338843,0.3264463,0.33471075,0.20247933,0.39256197,0.45454547,0.46280992,0.47107437,0.54545456,0.5661157,0.5661157,0.59090906,0.57438016,0.5289256,0.5495868,0.60330576,0.5785124,0.45867768,0.41322315,0.44214877,0.5,0.6446281,0.838843,0.8677686,0.7892562,0.677686,0.677686,0.74793386,0.7355372,0.75619835,0.78512394,0.57024795,0.49586776,0.6570248,0.6404959,0.59504133,0.56198347,0.54545456,0.5123967,0.46280992,0.42561984,0.4090909,0.42561984,0.446281,0.4752066,0.5082645,0.54545456,0.57024795,0.59504133,0.58264464,0.59090906,0.59917355,0.61570245,0.61157024,0.59504133,0.60330576,0.5661157,0.49173555,0.54545456,0.5289256,0.5247934,0.5165289,0.53305787,0.3181818,0.40495867,0.38842976,0.30165288,0.1983471,0.38842976,0.43801653,0.42975205,0.5,0.56198347,0.60330576,0.61157024,0.61157024,0.6280992,0.6198347,0.607438,0.59917355,0.5371901,0.48347107,0.446281,0.3966942,0.42561984,0.62396693,0.89669424,0.8801653,0.9338843,0.6735537,0.58264464,0.77272725,0.73966944,0.7768595,0.76859504,0.48347107,0.6198347,0.74793386,0.6570248,0.60330576,0.55785125,0.53305787,0.5165289,0.5041322,0.5,0.5,0.5,0.59504133,0.69008267,0.6942149,0.677686,0.6983471,0.6735537,0.607438,0.59090906,0.6446281,0.6570248,0.58264464,0.5495868,0.61157024,0.60330576,0.54545456,0.5413223,0.45867768,0.49173555,0.5289256,0.53305787,0.45454547,0.37603307,0.35123968,0.3305785,0.21487603,0.41735536,0.4214876,0.4090909,0.5206612,0.5413223,0.5413223,0.5206612,0.4876033,0.4876033,0.47933885,0.47107437,0.48347107,0.46694216,0.42561984,0.38429752,0.37603307,0.36363637,0.4090909,0.6487603,0.7768595,0.80991733,0.40082645,0.47107437,0.677686,0.6859504,0.71487606,0.6487603,0.41322315,0.6280992,0.74380165,0.6528926,0.5661157,0.5041322,0.4876033,0.48347107,0.47107437,0.44214877,0.43801653,0.4214876,0.49586776,0.57438016,0.59504133,0.58264464,0.6487603,0.6446281,0.6198347,0.71900827,0.8429752,0.87603307,0.73140496,0.5289256,0.607438,0.58677685,0.5371901,0.55785125,0.4876033,0.38842976,0.5165289,0.5661157,0.3966942,0.34710744,0.34710744,0.32231405,0.3181818,0.45867768,0.42975205,0.41735536,0.4876033,0.43801653,0.42975205,0.3966942,0.37190083,0.39256197,0.29338843,0.23140496,0.30165288,0.3553719,0.3305785,0.37190083,0.38429752,0.34710744,0.3429752,0.36363637,0.5041322,0.55785125,0.3264463,0.4214876,0.61570245,0.6280992,0.61157024,0.5661157,0.39256197,0.5785124,0.70247936,0.61570245,0.5041322,0.45454547,0.46280992,0.45041323,0.41322315,0.38842976,0.38842976,0.39256197,0.37603307,0.32231405,0.36363637,0.37603307,0.38429752,0.4090909,0.42561984,0.5661157,0.70247936,0.74793386,0.69008267,0.57438016,0.58677685,0.5495868,0.53305787,0.53305787,0.57024795,0.41735536,0.446281,0.57024795,0.3429752,0.3264463,0.3181818,0.3264463,0.38429752,0.47933885,0.45867768,0.42561984,0.38016528,0.34710744,0.3429752,0.3140496,0.45867768,0.5371901,0.3140496,0.2603306,0.33471075,0.4214876,0.2892562,0.338843,0.48347107,0.4338843,0.40495867,0.39256197,0.39256197,0.38016528,0.34710744,0.5371901,0.677686,0.72727275,0.74793386,0.71487606,0.47107437,0.5082645,0.6363636,0.5495868,0.4752066,0.47107437,0.4876033,0.47933885,0.45454547,0.40495867,0.41322315,0.5661157,0.5123967,0.30165288,0.32231405,0.47933885,0.3181818,0.18181819,0.338843,0.40495867,0.446281,0.5041322,0.49173555,0.54545456,0.5785124,0.5413223,0.5413223,0.5413223,0.54545456,0.54545456,0.5,0.5247934,0.30578512,0.30165288,0.28512397,0.27272728,0.28512397,0.48347107,0.5,0.41735536,0.3140496,0.3181818,0.37190083,0.39256197,0.5371901,0.61157024,0.39256197,0.338843,0.3264463,0.3305785,0.338843,0.46280992,0.59090906,0.5289256,0.446281,0.34710744,0.37190083,0.30578512,0.38016528,0.6652893,0.78099173,0.8057851,0.79752064,0.76859504,0.5371901,0.42975205,0.57024795,0.5371901,0.4876033,0.553719,0.57024795,0.5123967,0.47107437,0.47107437,0.5123967,0.677686,0.57024795,0.3429752,0.29752067,0.37190083,0.38842976,0.28512397,0.48347107,0.5123967,0.40082645,0.41322315,0.446281,0.446281,0.5123967,0.5413223,0.54545456,0.553719,0.54545456,0.58264464,0.55785125,0.40495867,0.3264463,0.30991736,0.3181818,0.25619835,0.27272728,0.5082645,0.5413223,0.5,0.3677686,0.37190083,0.5123967,0.55785125,0.5661157,0.607438,0.59504133,0.47107437,0.45867768,0.44214877,0.5,0.58677685,0.62396693,0.5661157,0.5206612,0.45041323,0.38842976,0.28099173,0.43801653,0.7066116,0.7933884,0.822314,0.8057851,0.8016529,0.6280992,0.39256197,0.5247934,0.5289256,0.5165289,0.6570248,0.5785124,0.46694216,0.4876033,0.5165289,0.56198347,0.6694215,0.71487606,0.54545456,0.41322315,0.40082645,0.45041323,0.5413223,0.6322314,0.59504133,0.5206612,0.4752066,0.47933885,0.4752066,0.46694216,0.5123967,0.57438016,0.57024795,0.55785125,0.59504133,0.57438016,0.3677686,0.34710744,0.33471075,0.3305785,0.24793388,0.2768595,0.5371901,0.57024795,0.5413223,0.46694216,0.46694216,0.49173555,0.56198347,0.59504133,0.59090906,0.59917355,0.60330576,0.59504133,0.59504133,0.57024795,0.5661157,0.59090906,0.61157024,0.6446281,0.60330576,0.42975205,0.28512397,0.49173555,0.71900827,0.7933884,0.8181818,0.8140496,0.7892562,0.6694215,0.43801653,0.44214877,0.5247934,0.5413223,0.61570245,0.59090906,0.5247934,0.5247934,0.553719,0.60330576,0.6322314,0.6983471,0.6859504,0.6404959,0.6198347,0.6280992,0.6818182,0.6735537,0.60330576,0.5785124,0.57438016,0.5785124,0.5495868,0.5206612,0.5289256,0.59504133,0.57024795,0.5371901,0.5206612,0.55785125,0.4090909,0.338843,0.338843,0.34710744,0.25619835,0.3429752,0.5413223,0.59917355,0.57438016,0.5413223,0.5289256,0.5206612,0.56198347,0.5785124,0.5785124,0.57024795,0.59504133,0.56198347,0.553719,0.5123967,0.5289256,0.5785124,0.6404959,0.6735537,0.6487603,0.44214877,0.30991736,0.4876033,0.71487606,0.8140496,0.822314,0.8140496,0.78512394,0.6570248,0.49173555,0.35950413,0.41735536,0.5,0.57024795,0.57024795,0.553719,0.5661157,0.5661157,0.553719,0.57024795,0.6198347,0.6198347,0.6570248,0.6818182,0.6859504,0.70247936,0.71900827,0.71900827,0.69008267,0.6528926,0.6280992,0.61157024,0.57438016,0.5661157,0.59504133,0.5495868,0.49586776,0.48347107,0.553719,0.40082645,0.3305785,0.3305785,0.32231405,0.2768595,0.38842976,0.54545456,0.6198347,0.607438,0.57438016,0.5661157,0.58264464,0.6198347,0.60330576,0.6198347,0.62396693,0.6363636,0.6363636,0.6322314,0.6404959,0.6322314,0.6528926,0.6694215,0.6322314,0.59504133,0.37603307,0.3264463,0.49173555,0.7066116,0.8264463,0.8264463,0.8181818,0.78512394,0.6528926,0.5206612,0.38429752,0.3181818,0.45041323,0.5661157,0.59090906,0.58264464,0.59917355,0.61157024,0.607438,0.59917355,0.59504133,0.607438,0.6570248,0.677686,0.70247936,0.71900827,0.7107438,0.71900827,0.70247936,0.661157,0.6363636,0.6280992,0.61570245,0.6280992,0.6446281,0.61157024,0.5495868,0.55785125,0.59504133,0.4214876,0.3429752,0.33471075,0.3181818,0.26859504,0.4090909,0.55785125,0.6363636,0.6363636,0.60330576,0.59917355,0.6322314,0.677686,0.661157,0.6528926,0.6570248,0.6570248,0.661157,0.6818182,0.661157,0.6322314,0.62396693,0.6322314,0.53305787,0.49586776,0.38016528,0.3429752,0.5123967,0.6942149,0.8264463,0.822314,0.822314,0.76859504,0.6528926,0.5413223,0.47107437,0.35123968,0.46280992,0.59090906,0.62396693,0.6528926,0.6404959,0.61570245,0.6446281,0.6363636,0.6446281,0.677686,0.6652893,0.6859504,0.6983471,0.7107438,0.7107438,0.7066116,0.6942149,0.6735537,0.661157,0.6487603,0.6570248,0.677686,0.6859504,0.677686,0.6487603,0.6280992,0.59917355,0.4338843,0.3429752,0.33471075,0.3305785,0.25619835,0.41735536,0.57024795,0.6528926,0.6694215,0.6487603,0.6322314,0.6363636,0.6487603,0.6570248,0.6570248,0.6735537,0.6652893,0.6487603,0.6652893,0.62396693,0.59504133,0.59090906,0.6198347,0.42975205,0.47107437,0.47107437,0.36363637,0.5206612,0.71487606,0.8140496,0.822314,0.79752064,0.75206614,0.677686,0.5661157,0.55785125,0.48347107,0.4338843,0.57024795,0.6198347,0.661157,0.6983471,0.661157,0.62396693,0.6280992,0.6446281,0.6735537,0.7066116,0.70247936,0.69008267,0.7066116,0.6983471,0.6818182,0.69008267,0.6942149,0.6859504,0.6859504,0.7107438,0.71900827,0.6942149,0.6983471,0.6942149,0.6363636,0.58264464,0.45454547,0.338843,0.3305785,0.3140496,0.27272728,0.41322315,0.54545456,0.6528926,0.70247936,0.70247936,0.6528926,0.62396693,0.6528926,0.6528926,0.6404959,0.6487603,0.6363636,0.61570245,0.6363636,0.6280992,0.6322314,0.6487603,0.54545456,0.44214877,0.553719,0.5206612,0.3966942,0.5413223,0.7355372,0.80991733,0.8140496,0.7933884,0.74380165,0.6818182,0.607438,0.56198347,0.5661157,0.47107437,0.46280992,0.61157024,0.6528926,0.72727275,0.7355372,0.7066116,0.677686,0.6404959,0.6404959,0.6694215,0.6859504,0.69008267,0.7066116,0.70247936,0.6859504,0.6942149,0.6983471,0.6983471,0.71900827,0.75619835,0.7231405,0.7066116,0.6818182,0.7066116,0.6487603,0.53305787,0.4876033,0.33471075,0.3305785,0.32231405,0.2644628,0.42975205,0.5,0.59917355,0.69008267,0.7066116,0.6735537,0.6198347,0.6404959,0.661157,0.661157,0.6446281,0.6404959,0.6404959,0.661157,0.677686,0.7066116,0.6446281,0.45867768,0.5413223,0.553719,0.5,0.45454547,0.59090906,0.74793386,0.80991733,0.8140496,0.78512394,0.75206614,0.70247936,0.61157024,0.6198347,0.58677685,0.5413223,0.42975205,0.49586776,0.6528926,0.71900827,0.75619835,0.75206614,0.74380165,0.72727275,0.70247936,0.6942149,0.7066116,0.7066116,0.71900827,0.7231405,0.7355372,0.72727275,0.71900827,0.72727275,0.71487606,0.7066116,0.677686,0.6528926,0.6694215,0.6983471,0.6487603,0.46694216,0.5413223,0.3140496,0.3181818,0.3140496,0.28512397,0.40082645,0.5,0.54545456,0.6404959,0.677686,0.6694215,0.6322314,0.6446281,0.6818182,0.6818182,0.677686,0.6735537,0.6859504,0.69008267,0.71900827,0.7107438,0.4752066,0.5206612,0.61157024,0.54545456,0.5289256,0.5165289,0.6280992,0.74793386,0.80991733,0.8057851,0.78512394,0.75619835,0.7107438,0.6528926,0.6363636,0.6528926,0.59504133,0.57438016,0.45454547,0.5123967,0.677686,0.74380165,0.76033056,0.76859504,0.76033056,0.74793386,0.72727275,0.73966944,0.74380165,0.7355372,0.74380165,0.74380165,0.74793386,0.73140496,0.71900827,0.6983471,0.6735537,0.6280992,0.61570245,0.6487603,0.7107438,0.5413223,0.49173555,0.60330576,0.42975205,0.38429752,0.30165288,0.27272728,0.39256197,0.45867768,0.5413223,0.58264464,0.6198347,0.6404959,0.6363636,0.6446281,0.677686,0.6818182,0.6818182,0.69008267,0.6818182,0.6942149,0.6942149,0.49586776,0.5082645,0.661157,0.59504133,0.5247934,0.553719,0.59504133,0.7066116,0.7644628,0.80991733,0.8016529,0.7892562,0.76033056,0.71487606,0.6983471,0.62396693,0.6487603,0.6363636,0.59917355,0.61157024,0.5,0.5,0.7066116,0.7644628,0.76859504,0.7644628,0.76033056,0.74793386,0.75206614,0.74793386,0.74793386,0.75619835,0.7355372,0.71487606,0.7066116,0.6859504,0.6818182,0.6528926,0.60330576,0.61157024,0.6694215,0.607438,0.47107437,0.59504133,0.61570245,0.75619835,0.6404959,0.42561984,0.30165288,0.35950413,0.46694216,0.5247934,0.553719,0.59090906,0.61157024,0.6404959,0.6570248,0.6570248,0.6694215,0.6735537,0.6735537,0.6859504,0.6404959,0.5,0.5661157,0.6694215,0.6528926,0.553719,0.5247934,0.57438016,0.6652893,0.75206614,0.7933884,0.8181818,0.8057851,0.7933884,0.7768595,0.7231405,0.7066116,0.6446281,0.59917355,0.62396693,0.6363636,0.61157024,0.6322314,0.57024795,0.5206612,0.6446281,0.7644628,0.75619835,0.75206614,0.75206614,0.75619835,0.74380165,0.7231405,0.74380165,0.73140496,0.7107438,0.6652893,0.6528926,0.6487603,0.61570245,0.607438,0.6446281,0.59917355,0.5041322,0.6322314,0.61157024,0.59504133,0.25619835,0.3429752,0.5206612,0.46280992,0.46694216,0.45867768,0.5289256,0.5289256,0.57024795,0.59504133,0.6280992,0.6528926,0.6404959,0.661157,0.6735537,0.6446281,0.57438016,0.5165289,0.5785124,0.69008267,0.677686,0.61570245,0.5165289,0.5247934,0.61157024,0.70247936,0.77272725,0.8140496,0.822314,0.80991733,0.7933884,0.76033056,0.71900827,0.7066116,0.6652893,0.57438016,0.59504133,0.61157024,0.62396693,0.6322314,0.6528926,0.6363636,0.57024795,0.553719,0.72727275,0.74793386,0.7355372,0.73966944,0.73966944,0.71487606,0.7066116,0.69008267,0.6694215,0.6404959,0.6404959,0.677686,0.72727275,0.6983471,0.57024795,0.5082645,0.62396693,0.6487603,0.59504133,0.57024795,0.29752067,0.28099173,0.30578512,0.4876033,0.57438016,0.6363636,0.6652893,0.6322314,0.6280992,0.6570248,0.6735537,0.677686,0.6280992,0.61157024,0.57024795,0.5413223,0.553719,0.6280992,0.6735537,0.677686,0.6570248,0.5371901,0.5123967,0.5289256,0.6404959,0.71900827,0.78512394,0.8057851,0.8140496,0.7933884,0.7892562,0.76033056,0.7231405,0.71900827,0.6818182,0.59090906,0.607438,0.61157024,0.60330576,0.6280992,0.6570248,0.6446281,0.6694215,0.6570248,0.5661157,0.607438,0.69008267,0.7107438,0.7107438,0.71487606,0.71487606,0.69008267,0.677686,0.6859504,0.70247936,0.73140496,0.6942149,0.5247934,0.5495868,0.6404959,0.6652893,0.6487603,0.5785124,0.553719,0.3181818,0.30578512,0.2892562,0.38016528,0.41322315,0.42975205,0.4752066,0.4876033,0.5785124,0.60330576,0.57438016,0.5413223,0.5371901,0.55785125,0.5785124,0.62396693,0.6487603,0.6652893,0.6652893,0.6404959,0.607438,0.47107437,0.53305787,0.56198347,0.6404959,0.7355372,0.78512394,0.8016529,0.8016529,0.7933884,0.77272725,0.74793386,0.7231405,0.71900827,0.6942149,0.6198347,0.6280992,0.6404959,0.62396693,0.59090906,0.6280992,0.677686,0.6818182,0.6652893,0.6404959,0.6322314,0.58264464,0.58677685,0.60330576,0.62396693,0.61157024,0.58677685,0.57024795,0.5785124,0.58264464,0.55785125,0.57438016,0.607438,0.6446281,0.6528926,0.6446281,0.607438,0.5495868,0.55785125,0.3140496,0.30991736,0.2892562,0.35950413,0.42561984,0.46694216,0.47107437,0.4752066,0.5082645,0.56198347,0.57024795,0.59917355,0.62396693,0.6363636,0.6363636,0.6446281,0.6404959,0.6404959,0.6322314,0.607438,0.5495868,0.5123967,0.57024795,0.57024795,0.6487603,0.75206614,0.7892562,0.7933884,0.8016529,0.7892562,0.75206614,0.7231405,0.7107438,0.70247936,0.6983471,0.6446281,0.62396693,0.6570248,0.6404959,0.5661157,0.5661157,0.6570248,0.70247936,0.6818182,0.661157,0.6652893,0.6735537,0.6404959,0.59917355,0.60330576,0.6198347,0.62396693,0.62396693,0.6404959,0.6404959,0.6528926,0.6446281,0.6487603,0.6652893,0.6570248,0.61570245,0.5661157,0.5413223,0.5495868,0.30165288,0.29752067,0.2892562,0.35123968,0.4214876,0.45867768,0.4752066,0.47107437,0.5123967,0.5495868,0.5785124,0.59917355,0.61570245,0.6198347,0.6280992,0.6280992,0.61570245,0.61570245,0.60330576,0.5785124,0.54545456,0.55785125,0.59504133,0.55785125,0.6528926,0.74380165,0.77272725,0.7892562,0.8016529,0.7768595,0.73966944,0.7107438,0.6859504,0.6983471,0.6818182,0.6570248,0.61570245,0.61570245,0.61157024,0.56198347,0.5206612,0.59504133,0.6487603,0.6735537,0.6859504,0.6859504,0.6859504,0.661157,0.6528926,0.661157,0.6735537,0.6694215,0.6528926,0.6570248,0.661157,0.6735537,0.6570248,0.6570248,0.6404959,0.6198347,0.59504133,0.5661157,0.553719,0.5495868,0.29752067,0.29752067,0.2892562,0.34710744,0.41735536,0.446281,0.47107437,0.48347107,0.5123967,0.5413223,0.5785124,0.59090906,0.59504133,0.60330576,0.59917355,0.59504133,0.59917355,0.60330576,0.607438,0.59917355,0.53305787,0.5289256,0.5413223,0.5165289,0.59917355,0.69008267,0.7355372,0.76033056,0.79752064,0.77272725,0.7066116,0.6818182,0.6694215,0.677686,0.6446281,0.61570245,0.57024795,0.5661157,0.56198347,0.5289256,0.49173555,0.55785125,0.6198347,0.6487603,0.6735537,0.6735537,0.6652893,0.661157,0.661157,0.6528926,0.6528926,0.6694215,0.6694215,0.6446281,0.6570248,0.6694215,0.6446281,0.6446281,0.61570245,0.60330576,0.5785124,0.5661157,0.553719,0.5371901,0.30991736,0.30991736,0.26859504,0.34710744,0.4214876,0.446281,0.4752066,0.46694216,0.48347107,0.5247934,0.5495868,0.57024795,0.57438016,0.57024795,0.5785124,0.59090906,0.59917355,0.6280992,0.6528926,0.6446281,0.53305787,0.40082645,0.4090909,0.40082645,0.5165289,0.607438,0.6694215,0.71900827,0.74793386,0.70247936,0.6363636,0.59504133,0.5785124,0.57438016,0.5289256,0.4752066,0.45041323,0.45454547,0.48347107,0.47933885,0.4876033,0.57024795,0.6363636,0.6446281,0.6694215,0.6694215,0.6652893,0.6694215,0.6652893,0.6487603,0.6652893,0.6694215,0.6652893,0.6446281,0.6528926,0.6570248,0.6446281,0.6322314,0.61570245,0.59504133,0.58264464,0.57024795,0.54545456,0.5206612,0.30165288,0.30165288,0.2892562,0.29338843,0.41322315,0.446281,0.47107437,0.45867768,0.46694216,0.5,0.5289256,0.5495868,0.57024795,0.5785124,0.58677685,0.6198347,0.6528926,0.6694215,0.6818182,0.6363636,0.57024795,0.4090909,0.29338843,0.22727273,0.40495867,0.5123967,0.57024795,0.61570245,0.6570248,0.607438,0.5495868,0.5,0.45867768,0.40495867,0.35123968,0.3429752,0.3553719,0.35123968,0.38016528,0.46280992,0.5413223,0.59917355,0.6487603,0.677686,0.6859504,0.6694215,0.677686,0.6818182,0.69008267,0.6859504,0.6818182,0.661157,0.6652893,0.6446281,0.6446281,0.6322314,0.6322314,0.62396693,0.6198347,0.5785124,0.58264464,0.5661157,0.553719,0.5165289,0.30165288,0.30165288,0.30578512,0.2603306,0.40082645,0.44214877,0.45041323,0.45867768,0.46280992,0.4752066,0.5165289,0.53305787,0.5661157,0.59090906,0.6322314,0.661157,0.6859504,0.69008267,0.677686,0.6363636,0.58264464,0.5495868,0.40082645,0.18181819,0.2231405,0.36363637,0.44214877,0.49173555,0.5289256,0.553719,0.5123967,0.446281,0.38842976,0.37603307,0.38842976,0.4214876,0.41735536,0.4090909,0.42561984,0.5206612,0.59917355,0.62396693,0.6528926,0.7066116,0.7231405,0.6983471,0.6859504,0.69008267,0.69008267,0.6983471,0.6818182,0.6570248,0.6446281,0.6528926,0.6322314,0.61157024,0.61157024,0.6198347,0.58264464,0.5785124,0.5495868,0.54545456,0.53305787,0.5206612,0.29338843,0.29338843,0.29752067,0.2603306,0.38842976,0.446281,0.45041323,0.45454547,0.46694216,0.4876033,0.5123967,0.5495868,0.59090906,0.61157024,0.6487603,0.6859504,0.6859504,0.677686,0.677686,0.6528926,0.61570245,0.60330576,0.5206612,0.29338843,0.21900827,0.2107438,0.2768595,0.3264463,0.3677686,0.43801653,0.42561984,0.41735536,0.4214876,0.446281,0.4752066,0.4876033,0.5,0.5413223,0.5661157,0.59504133,0.6198347,0.6446281,0.6570248,0.6983471,0.7107438,0.71900827,0.7066116,0.70247936,0.6983471,0.6942149,0.6818182,0.6735537,0.6528926,0.6528926,0.6363636,0.607438,0.61157024,0.6198347,0.5785124,0.57024795,0.553719,0.54545456,0.5289256,0.5247934,0.2768595,0.2768595,0.29338843,0.2603306,0.37603307,0.45041323,0.46280992,0.45041323,0.47107437,0.5041322,0.5206612,0.55785125,0.607438,0.6363636,0.6446281,0.6818182,0.6818182,0.6694215,0.6694215,0.6735537,0.6652893,0.6363636,0.57024795,0.46694216,0.34710744,0.2892562,0.2520661,0.23140496,0.2603306,0.3429752,0.39256197,0.42561984,0.47933885,0.5041322,0.5206612,0.5413223,0.58264464,0.59090906,0.607438,0.61157024,0.6280992,0.6363636,0.6487603,0.6818182,0.7066116,0.7107438,0.71900827,0.7107438,0.6983471,0.6818182,0.677686,0.6735537,0.6735537,0.6528926,0.62396693,0.61570245,0.61570245,0.60330576,0.5785124,0.5495868,0.5495868,0.5495868,0.53305787,0.5206612,0.2892562,0.29338843,0.28099173,0.2768595,0.35950413,0.45041323,0.47933885,0.47107437,0.49173555,0.5082645,0.5247934,0.5661157,0.59504133,0.6198347,0.6528926,0.6694215,0.6735537,0.6735537,0.6652893,0.6735537,0.677686,0.6570248,0.61570245,0.57024795,0.5165289,0.46280992,0.38429752,0.35123968,0.36363637,0.42561984,0.47933885,0.46694216,0.49586776,0.53305787,0.54545456,0.553719,0.5785124,0.58677685,0.57438016,0.62396693,0.6363636,0.6198347,0.6322314,0.6735537,0.6942149,0.6859504,0.6983471,0.7107438,0.6983471,0.6859504,0.6859504,0.677686,0.6859504,0.661157,0.6363636,0.607438,0.59917355,0.59090906,0.5785124,0.56198347,0.5495868,0.553719,0.5495868,0.5247934,0.30165288,0.30165288,0.29338843,0.24793388,0.38842976,0.41735536,0.5,0.5082645,0.5123967,0.5247934,0.5289256,0.5661157,0.57438016,0.60330576,0.6446281,0.6404959,0.6363636,0.6652893,0.6694215,0.661157,0.677686,0.6735537,0.6363636,0.62396693,0.6198347,0.59917355,0.56198347,0.5289256,0.5206612,0.5413223,0.553719,0.5413223,0.5413223,0.55785125,0.58677685,0.5785124,0.57024795,0.5661157,0.58264464,0.61570245,0.6280992,0.61157024,0.62396693,0.6694215,0.6694215,0.6735537,0.6694215,0.6818182,0.6818182,0.677686,0.6652893,0.6694215,0.6652893,0.6694215,0.6322314,0.607438,0.58677685,0.59504133,0.58677685,0.58264464,0.55785125,0.54545456,0.5495868,0.5165289,0.29752067,0.29752067,0.2892562,0.2644628,0.3264463,0.42975205,0.4876033,0.5206612,0.54545456,0.55785125,0.5413223,0.54545456,0.56198347,0.59090906,0.61570245,0.607438,0.61157024,0.6487603,0.6487603,0.6404959,0.6363636,0.6528926,0.6404959,0.6404959,0.6487603,0.6363636,0.6280992,0.61157024,0.58677685,0.58264464,0.58264464,0.58264464,0.607438,0.57438016,0.59504133,0.59090906,0.57024795,0.5661157,0.58264464,0.60330576,0.6198347,0.62396693,0.6363636,0.6735537,0.6694215,0.6694215,0.6528926,0.6363636,0.6528926,0.6446281,0.661157,0.6735537,0.6363636,0.6446281,0.61570245,0.59090906,0.59504133,0.59504133,0.57438016,0.58264464,0.5661157,0.5495868,0.5371901,0.5123967,0.27272728,0.27272728,0.2892562,0.24793388,0.32231405,0.4214876,0.4752066,0.5041322,0.55785125,0.58264464,0.553719,0.5371901,0.5495868,0.58264464,0.5785124,0.59504133,0.59504133,0.61157024,0.61570245,0.60330576,0.61157024,0.6363636,0.6322314,0.6363636,0.6446281,0.6363636,0.6280992,0.6322314,0.61157024,0.59090906,0.57438016,0.5495868,0.55785125,0.57438016,0.5661157,0.5661157,0.553719,0.57024795,0.59090906,0.59090906,0.59504133,0.61157024,0.6363636,0.6528926,0.6487603,0.6280992,0.59917355,0.607438,0.6404959,0.61570245,0.6322314,0.661157,0.6487603,0.6322314,0.60330576,0.5785124,0.61157024,0.60330576,0.58264464,0.57438016,0.56198347,0.5495868,0.5247934,0.5289256,0.28099173,0.28099173,0.28512397,0.2603306,0.29752067,0.38842976,0.48347107,0.48347107,0.5247934,0.6198347,0.57024795,0.5371901,0.5206612,0.56198347,0.5661157,0.58677685,0.59917355,0.59917355,0.58677685,0.5661157,0.57438016,0.61157024,0.61157024,0.60330576,0.61570245,0.6198347,0.59917355,0.61157024,0.59504133,0.58677685,0.57438016,0.5413223,0.5371901,0.54545456,0.54545456,0.55785125,0.5495868,0.5661157,0.59917355,0.58677685,0.57438016,0.59917355,0.5785124,0.607438,0.607438,0.59917355,0.56198347,0.5785124,0.59504133,0.59917355,0.59917355,0.6487603,0.6694215,0.6404959,0.6198347,0.58677685,0.61570245,0.6198347,0.59917355,0.58264464,0.57438016,0.56198347,0.53305787,0.53305787,0.28099173,0.28099173,0.2892562,0.27272728,0.27272728,0.3677686,0.47107437,0.5,0.5082645,0.6198347,0.59090906,0.5413223,0.5123967,0.5247934,0.54545456,0.56198347,0.5661157,0.56198347,0.5371901,0.5041322,0.5123967,0.5661157,0.5785124,0.57438016,0.57438016,0.57024795,0.5495868,0.5785124,0.61570245,0.61157024,0.607438,0.57438016,0.54545456,0.54545456,0.57438016,0.5785124,0.57438016,0.57024795,0.5785124,0.5661157,0.5495868,0.54545456,0.5206612,0.5123967,0.5289256,0.53305787,0.553719,0.5785124,0.5661157,0.58677685,0.58677685,0.6528926,0.677686,0.6446281,0.61570245,0.61157024,0.6322314,0.61570245,0.59090906,0.56198347,0.57438016,0.57438016,0.5371901,0.53305787,0.28099173,0.28512397,0.28099173,0.28099173,0.2520661,0.3305785,0.43801653,0.5123967,0.4876033,0.60330576,0.58677685,0.56198347,0.5,0.47107437,0.5123967,0.5165289,0.5082645,0.47933885,0.4338843,0.41735536,0.41322315,0.45454547,0.5041322,0.5289256,0.53305787,0.5495868,0.5495868,0.5785124,0.62396693,0.6280992,0.6322314,0.58677685,0.57438016,0.5371901,0.56198347,0.553719,0.5206612,0.5123967,0.5041322,0.5041322,0.48347107,0.46280992,0.45454547,0.446281,0.45867768,0.47933885,0.5165289,0.56198347,0.553719,0.5495868,0.5495868,0.6528926,0.6859504,0.6363636,0.607438,0.6198347,0.6363636,0.61570245,0.58677685,0.57024795,0.57024795,0.56198347,0.54545456,0.5165289,0.27272728,0.26859504,0.27272728,0.2892562,0.2603306,0.2768595,0.39256197,0.5082645,0.43801653,0.53305787,0.56198347,0.5661157,0.553719,0.4338843,0.46280992,0.46280992,0.43801653,0.40082645,0.32231405,0.28099173,0.2768595,0.30578512,0.36363637,0.40495867,0.4214876,0.44214877,0.446281,0.45867768,0.48347107,0.5,0.553719,0.5247934,0.4876033,0.4338843,0.3966942,0.3553719,0.3264463,0.3264463,0.338843,0.338843,0.34710744,0.35950413,0.37190083,0.38842976,0.42561984,0.44214877,0.46280992,0.53305787,0.55785125,0.53305787,0.5247934,0.6570248,0.677686,0.6363636,0.607438,0.60330576,0.607438,0.60330576,0.5785124,0.5785124,0.57438016,0.5413223,0.5289256,0.49173555,0.26859504,0.26859504,0.27272728,0.28512397,0.27272728,0.2644628,0.3429752,0.4752066,0.45867768,0.5,0.54545456,0.53305787,0.57024795,0.4876033,0.42561984,0.46694216,0.45041323,0.4214876,0.42975205,0.41735536,0.33471075,0.29752067,0.28512397,0.3140496,0.3305785,0.33471075,0.3264463,0.35123968,0.34710744,0.3553719,0.37603307,0.38016528,0.3553719,0.3264463,0.35123968,0.35123968,0.35950413,0.38016528,0.40082645,0.41322315,0.42561984,0.42975205,0.45867768,0.48347107,0.54545456,0.5371901,0.5247934,0.55785125,0.57438016,0.553719,0.5495868,0.6363636,0.6570248,0.6280992,0.61157024,0.59504133,0.58264464,0.59090906,0.58677685,0.58264464,0.553719,0.5247934,0.5165289,0.4876033,0.26859504,0.26859504,0.26859504,0.28099173,0.28099173,0.2603306,0.2892562,0.40495867,0.45867768,0.4876033,0.53305787,0.5165289,0.54545456,0.553719,0.43801653,0.47933885,0.5495868,0.5495868,0.58264464,0.58264464,0.553719,0.5082645,0.46694216,0.45454547,0.47107437,0.4876033,0.49173555,0.54545456,0.56198347,0.5289256,0.5165289,0.5247934,0.5082645,0.49586776,0.49586776,0.47933885,0.46694216,0.48347107,0.5082645,0.5206612,0.53305787,0.54545456,0.56198347,0.59090906,0.62396693,0.61570245,0.60330576,0.60330576,0.59917355,0.56198347,0.607438,0.6322314,0.6280992,0.6198347,0.60330576,0.5785124,0.5661157,0.57438016,0.57024795,0.56198347,0.53305787,0.5123967,0.49173555,0.45867768,0.2603306,0.2603306,0.2644628,0.28099173,0.2768595,0.27272728,0.2603306,0.3429752,0.41735536,0.46694216,0.49173555,0.5165289,0.53305787,0.57024795,0.5206612,0.47107437,0.5413223,0.58264464,0.607438,0.5785124,0.553719,0.55785125,0.553719,0.5495868,0.5371901,0.553719,0.55785125,0.61570245,0.6735537,0.6570248,0.6363636,0.661157,0.6280992,0.60330576,0.59917355,0.57024795,0.5785124,0.5785124,0.5785124,0.59917355,0.59090906,0.59504133,0.58677685,0.61570245,0.6198347,0.62396693,0.62396693,0.61157024,0.59504133,0.5785124,0.6280992,0.6322314,0.61570245,0.61157024,0.58264464,0.55785125,0.5495868,0.57438016,0.5495868,0.54545456,0.5082645,0.49586776,0.46694216,0.4090909,0.26859504,0.26859504,0.26859504,0.2768595,0.27272728,0.27272728,0.26859504,0.2768595,0.35123968,0.4214876,0.46280992,0.47107437,0.5165289,0.5289256,0.553719,0.5206612,0.5082645,0.57438016,0.58264464,0.55785125,0.5495868,0.5413223,0.5413223,0.57024795,0.58264464,0.57438016,0.58677685,0.61570245,0.62396693,0.6280992,0.6446281,0.6528926,0.6404959,0.6487603,0.6487603,0.6322314,0.6280992,0.6363636,0.59504133,0.607438,0.59504133,0.60330576,0.5785124,0.607438,0.61570245,0.6322314,0.6280992,0.61157024,0.58264464,0.5661157,0.58677685,0.61570245,0.59504133,0.58677685,0.56198347,0.5371901,0.54545456,0.5371901,0.5165289,0.5206612,0.4752066,0.4752066,0.44214877,0.38016528,0.26859504,0.26859504,0.26859504,0.27272728,0.26859504,0.28512397,0.2768595,0.25619835,0.29338843,0.38016528,0.42975205,0.45454547,0.5,0.5041322,0.5082645,0.53305787,0.5206612,0.5247934,0.553719,0.54545456,0.5289256,0.5206612,0.5082645,0.5247934,0.5495868,0.553719,0.5785124,0.56198347,0.5413223,0.53305787,0.553719,0.55785125,0.5785124,0.58677685,0.58677685,0.58264464,0.59090906,0.60330576,0.5785124,0.58264464,0.57438016,0.5785124,0.58264464,0.61157024,0.6198347,0.61157024,0.61570245,0.57438016,0.55785125,0.54545456,0.56198347,0.5661157,0.5661157,0.55785125,0.5413223,0.5206612,0.5206612,0.5206612,0.5082645,0.4876033,0.4752066,0.43801653,0.39256197,0.35950413,0.2644628,0.2644628,0.2644628,0.2768595,0.2768595,0.28099173,0.2768595,0.2768595,0.25619835,0.3181818,0.39256197,0.3966942,0.45867768,0.48347107,0.48347107,0.5165289,0.5206612,0.5082645,0.5041322,0.5165289,0.5041322,0.49586776,0.46280992,0.42561984,0.46694216,0.44214877,0.48347107,0.46694216,0.45041323,0.45454547,0.47933885,0.49586776,0.5,0.5041322,0.5123967,0.5247934,0.5289256,0.5206612,0.5289256,0.553719,0.56198347,0.5661157,0.57024795,0.59504133,0.58677685,0.58677685,0.58677685,0.54545456,0.5495868,0.5495868,0.56198347,0.5661157,0.53305787,0.53305787,0.5247934,0.5165289,0.5123967,0.5041322,0.47933885,0.46280992,0.45041323,0.4090909,0.3677686,0.30578512,0.25619835,0.25619835,0.25619835,0.28512397,0.26859504,0.26859504,0.2768595,0.27272728,0.2644628,0.2603306,0.3305785,0.36363637,0.3966942,0.45454547,0.4752066,0.49173555,0.53305787,0.5289256,0.5082645,0.5123967,0.4876033,0.47933885,0.47107437,0.42561984,0.40082645,0.3966942,0.4090909,0.41735536,0.4338843,0.44214877,0.45041323,0.47933885,0.47107437,0.45041323,0.46280992,0.4876033,0.49173555,0.5082645,0.5247934,0.5413223,0.55785125,0.55785125,0.56198347,0.57024795,0.58677685,0.58677685,0.5785124,0.55785125,0.54545456,0.553719,0.5413223,0.53305787,0.5082645,0.5206612,0.5123967,0.5,0.49173555,0.4752066,0.45867768,0.42561984,0.42561984,0.38016528,0.338843,0.26859504,0.27272728,0.2768595,0.2768595,0.2603306,0.27272728,0.28512397,0.27272728,0.2768595,0.2768595,0.2520661,0.2644628,0.3140496,0.38429752,0.4214876,0.45867768,0.47107437,0.5247934,0.553719,0.553719,0.553719,0.5247934,0.5082645,0.49586776,0.47933885,0.4752066,0.45454547,0.43801653,0.42975205,0.42561984,0.4214876,0.4338843,0.45867768,0.47107437,0.46280992,0.47933885,0.5123967,0.5289256,0.5247934,0.5495868,0.553719,0.56198347,0.56198347,0.57438016,0.58677685,0.61157024,0.61157024,0.58677685,0.5413223,0.5165289,0.5413223,0.5206612,0.5082645,0.5082645,0.49586776,0.5,0.49586776,0.47933885,0.45454547,0.42975205,0.3966942,0.37603307,0.34710744,0.26859504,0.29752067,0.25619835,0.25619835,0.25619835,0.27272728,0.27272728,0.26859504,0.2768595,0.28099173,0.27272728,0.28099173,0.2603306,0.23966943,0.3181818,0.37603307,0.4214876,0.446281,0.47933885,0.5371901,0.5785124,0.60330576,0.61157024,0.59504133,0.56198347,0.5371901,0.54545456,0.5206612,0.5206612,0.5,0.46694216,0.47107437,0.4876033,0.5,0.5082645,0.5206612,0.5495868,0.55785125,0.55785125,0.55785125,0.58264464,0.60330576,0.59917355,0.61570245,0.6280992,0.6487603,0.661157,0.6280992,0.59504133,0.5413223,0.5165289,0.5247934,0.5041322,0.49586776,0.5041322,0.49586776,0.49173555,0.47107437,0.45867768,0.42975205,0.3966942,0.36363637,0.3305785,0.2892562,0.2520661,0.36363637,0.2644628,0.2644628,0.2603306,0.27272728,0.2644628,0.2603306,0.2768595,0.27272728,0.2768595,0.27272728,0.28099173,0.19421488,0.19421488,0.3181818,0.37603307,0.42975205,0.46694216,0.53305787,0.5785124,0.61570245,0.6694215,0.6652893,0.6487603,0.6198347,0.6280992,0.6280992,0.6446281,0.6198347,0.56198347,0.53305787,0.53305787,0.5413223,0.53305787,0.55785125,0.61570245,0.6487603,0.6404959,0.6404959,0.6652893,0.677686,0.6652893,0.6694215,0.6652893,0.677686,0.6652893,0.6404959,0.58677685,0.5413223,0.5206612,0.5041322,0.49586776,0.47933885,0.49173555,0.48347107,0.46694216,0.45041323,0.4214876,0.40082645,0.3677686,0.34710744,0.28099173,0.24793388,0.3264463,0.4090909,0.2603306,0.2603306,0.2603306,0.2768595,0.2603306,0.2644628,0.27272728,0.27272728,0.2768595,0.25619835,0.21900827,0.1322314,0.0661157,0.23553719,0.28099173,0.35950413,0.43801653,0.49173555,0.553719,0.59504133,0.6570248,0.6859504,0.6983471,0.6983471,0.70247936,0.7231405,0.73140496,0.74380165,0.73966944,0.7066116,0.6487603,0.6322314,0.6322314,0.6694215,0.71900827,0.74793386,0.7355372,0.72727275,0.7355372,0.73966944,0.73140496,0.7107438,0.6942149,0.6859504,0.6446281,0.61570245,0.5785124,0.5371901,0.5,0.49173555,0.4752066,0.45867768,0.45867768,0.44214877,0.42975205,0.40082645,0.38842976,0.35123968,0.32231405,0.2892562,0.25619835,0.30165288,0.38429752,0.4090909,0.26859504,0.26859504,0.26859504,0.26859504,0.27272728,0.2603306,0.27272728,0.27272728,0.2603306,0.18595041,0.09504132,0.05785124,0.07438017,0.37603307,0.2644628,0.23553719,0.3264463,0.44214877,0.5206612,0.5785124,0.6363636,0.6652893,0.6983471,0.70247936,0.6942149,0.6983471,0.7107438,0.73966944,0.75206614,0.75206614,0.73966944,0.73966944,0.73140496,0.75206614,0.7644628,0.76033056,0.75206614,0.76033056,0.75206614,0.73140496,0.74793386,0.71900827,0.69008267,0.6735537,0.6322314,0.5785124,0.54545456,0.5289256,0.46694216,0.47107437,0.42975205,0.41735536,0.41322315,0.41322315,0.38842976,0.3677686,0.3305785,0.30991736,0.2768595,0.2768595,0.28099173,0.35950413,0.41322315,0.42561984,0.2644628,0.2603306,0.2603306,0.26859504,0.27272728,0.2603306,0.28099173,0.25619835,0.1446281,0.09917355,0.09504132,0.049586777,0.2231405,0.6818182,0.36363637,0.23140496,0.20661157,0.35950413,0.4752066,0.553719,0.58264464,0.6404959,0.6570248,0.6694215,0.6694215,0.677686,0.6859504,0.70247936,0.71900827,0.7231405,0.7231405,0.71900827,0.71487606,0.73966944,0.76859504,0.76033056,0.7355372,0.73140496,0.71900827,0.6942149,0.69008267,0.677686,0.661157,0.6404959,0.59917355,0.56198347,0.5206612,0.49173555,0.42561984,0.42975205,0.38429752,0.37603307,0.38016528,0.36363637,0.35950413,0.3140496,0.27272728,0.28512397,0.27272728,0.29752067,0.33471075,0.39256197,0.42561984,0.43801653,0.25619835,0.25619835,0.25619835,0.2644628,0.26859504,0.26859504,0.28099173,0.1446281,0.07024793,0.09090909,0.09504132,0.049586777,0.41735536,0.80991733,0.40082645,0.30578512,0.21487603,0.22727273,0.37190083,0.5,0.53305787,0.59504133,0.62396693,0.61570245,0.6322314,0.6446281,0.6652893,0.6570248,0.6859504,0.6735537,0.677686,0.6735537,0.6735537,0.69008267,0.72727275,0.72727275,0.7066116,0.6652893,0.6570248,0.6570248,0.6363636,0.6446281,0.6198347,0.59090906,0.54545456,0.5165289,0.46694216,0.4214876,0.38016528,0.35123968,0.34710744,0.338843,0.33471075,0.30991736,0.2768595,0.29338843,0.2892562,0.29338843,0.30578512,0.3264463,0.38016528,0.4090909,0.42561984,0.45454547,0.2603306,0.2603306,0.2603306,0.2644628,0.27272728,0.25619835,0.16528925,0.08677686,0.07438017,0.09917355,0.08264463,0.024793388,0.5371901,0.73966944,0.39256197,0.34710744,0.29752067,0.2107438,0.20661157,0.36363637,0.47107437,0.5041322,0.5661157,0.56198347,0.58264464,0.60330576,0.6198347,0.607438,0.6446281,0.6280992,0.6363636,0.6363636,0.6446281,0.6528926,0.6446281,0.6528926,0.6363636,0.6198347,0.62396693,0.59504133,0.58264464,0.58264464,0.57438016,0.5289256,0.49586776,0.45867768,0.41322315,0.37603307,0.30578512,0.3140496,0.3140496,0.30165288,0.30165288,0.2892562,0.2892562,0.30578512,0.3181818,0.32231405,0.3264463,0.35950413,0.40082645,0.4214876,0.41322315,0.46280992,0.24380165,0.24793388,0.24793388,0.26859504,0.2644628,0.1570248,0.08264463,0.0661157,0.08677686,0.09504132,0.08677686,0.024793388,0.58264464,0.71900827,0.39256197,0.34710744,0.3264463,0.2768595,0.19008264,0.22727273,0.3429752,0.40495867,0.47107437,0.5041322,0.5289256,0.56198347,0.5785124,0.57024795,0.59917355,0.59917355,0.59090906,0.59090906,0.58264464,0.58264464,0.59090906,0.57024795,0.57024795,0.55785125,0.55785125,0.5413223,0.5206612,0.53305787,0.5082645,0.45454547,0.45041323,0.40495867,0.33471075,0.29338843,0.27272728,0.29338843,0.28099173,0.29338843,0.30578512,0.30165288,0.30991736,0.33471075,0.3429752,0.33471075,0.35123968,0.3677686,0.41322315,0.42561984,0.38842976,0.45454547,12 +0.54545456,0.5371901,0.54545456,0.59090906,0.6198347,0.6446281,0.6694215,0.6528926,0.677686,0.70247936,0.7107438,0.71900827,0.7355372,0.73966944,0.75206614,0.77272725,0.78099173,0.7933884,0.79752064,0.8057851,0.8016529,0.8016529,0.822314,0.822314,0.822314,0.8264463,0.8264463,0.8140496,0.8181818,0.8140496,0.8140496,0.8140496,0.80991733,0.8057851,0.8140496,0.80991733,0.8140496,0.8057851,0.8016529,0.80991733,0.80991733,0.8016529,0.79752064,0.7933884,0.79752064,0.7892562,0.7892562,0.7768595,0.74380165,0.75206614,0.74380165,0.74380165,0.74380165,0.7231405,0.6942149,0.6983471,0.69008267,0.6528926,0.62396693,0.57024795,0.5289256,0.5165289,0.5123967,0.5165289,0.5495868,0.5371901,0.5495868,0.59090906,0.61570245,0.6404959,0.661157,0.6652893,0.69008267,0.70247936,0.71487606,0.7355372,0.74380165,0.75206614,0.76033056,0.77272725,0.7933884,0.7892562,0.7933884,0.8140496,0.8057851,0.8016529,0.8181818,0.822314,0.822314,0.8305785,0.822314,0.822314,0.822314,0.8181818,0.80991733,0.80991733,0.8181818,0.80991733,0.8181818,0.8140496,0.8140496,0.80991733,0.8016529,0.80991733,0.80991733,0.8057851,0.8016529,0.7892562,0.78512394,0.79752064,0.7892562,0.77272725,0.73966944,0.75206614,0.76033056,0.75619835,0.73966944,0.7231405,0.7066116,0.6983471,0.6818182,0.6570248,0.62396693,0.55785125,0.5206612,0.5123967,0.5123967,0.5,0.5495868,0.5413223,0.5495868,0.58677685,0.61157024,0.62396693,0.661157,0.677686,0.6983471,0.71900827,0.7231405,0.74380165,0.74793386,0.76033056,0.76033056,0.7768595,0.7892562,0.7933884,0.7933884,0.8016529,0.8016529,0.8016529,0.80991733,0.8181818,0.8181818,0.822314,0.822314,0.8264463,0.8264463,0.8181818,0.80991733,0.8057851,0.8016529,0.80991733,0.822314,0.80991733,0.80991733,0.8140496,0.8057851,0.8057851,0.8140496,0.80991733,0.8016529,0.7892562,0.7644628,0.7933884,0.7768595,0.76859504,0.76033056,0.76033056,0.75619835,0.75206614,0.73966944,0.7231405,0.7107438,0.7066116,0.6818182,0.6570248,0.6198347,0.56198347,0.5206612,0.5082645,0.5123967,0.49586776,0.5413223,0.5371901,0.5495868,0.58264464,0.60330576,0.6198347,0.6487603,0.70247936,0.6983471,0.73140496,0.7355372,0.74380165,0.75619835,0.7644628,0.77272725,0.78099173,0.78512394,0.78512394,0.78512394,0.7933884,0.8057851,0.79752064,0.79752064,0.80991733,0.8140496,0.8140496,0.822314,0.822314,0.822314,0.8264463,0.8181818,0.8057851,0.7892562,0.8057851,0.8264463,0.8140496,0.8181818,0.8181818,0.8181818,0.80991733,0.80991733,0.8057851,0.79752064,0.7892562,0.77272725,0.7892562,0.78099173,0.76859504,0.76033056,0.7644628,0.76033056,0.75619835,0.75206614,0.73966944,0.71900827,0.71900827,0.69008267,0.6528926,0.6198347,0.56198347,0.5206612,0.5041322,0.5,0.49586776,0.5206612,0.53305787,0.5495868,0.57438016,0.61157024,0.6280992,0.6735537,0.71487606,0.71487606,0.7355372,0.74380165,0.74793386,0.76033056,0.76859504,0.7768595,0.7892562,0.7933884,0.78099173,0.76859504,0.7892562,0.80991733,0.7933884,0.7892562,0.8016529,0.8016529,0.80991733,0.8181818,0.80991733,0.8140496,0.8305785,0.822314,0.8181818,0.8057851,0.8140496,0.8264463,0.822314,0.8181818,0.8057851,0.80991733,0.80991733,0.8057851,0.79752064,0.7933884,0.7644628,0.77272725,0.7644628,0.77272725,0.76859504,0.77272725,0.76859504,0.76033056,0.76033056,0.7644628,0.75619835,0.7231405,0.71487606,0.6983471,0.6694215,0.6363636,0.56198347,0.5123967,0.4876033,0.49173555,0.48347107,0.5165289,0.5165289,0.5371901,0.5661157,0.61157024,0.6570248,0.6942149,0.72727275,0.71487606,0.72727275,0.74380165,0.75206614,0.75619835,0.74793386,0.76033056,0.78512394,0.7892562,0.77272725,0.74380165,0.76033056,0.7933884,0.7933884,0.7933884,0.79752064,0.79752064,0.80991733,0.8140496,0.8016529,0.80991733,0.8264463,0.8264463,0.8181818,0.8057851,0.822314,0.822314,0.8264463,0.80991733,0.8016529,0.7933884,0.7892562,0.7892562,0.7768595,0.77272725,0.76033056,0.7644628,0.77272725,0.76033056,0.76859504,0.7644628,0.76033056,0.75619835,0.76033056,0.74793386,0.73140496,0.71487606,0.6818182,0.677686,0.6694215,0.6404959,0.5785124,0.5123967,0.4752066,0.4876033,0.47933885,0.53305787,0.5165289,0.53305787,0.5661157,0.59917355,0.6528926,0.6818182,0.6818182,0.6735537,0.6652893,0.677686,0.6942149,0.7107438,0.6942149,0.6983471,0.7231405,0.74793386,0.73966944,0.7231405,0.71487606,0.75206614,0.78099173,0.7933884,0.7933884,0.79752064,0.8016529,0.79752064,0.8016529,0.8057851,0.822314,0.822314,0.80991733,0.7933884,0.8140496,0.822314,0.822314,0.80991733,0.8016529,0.7933884,0.7892562,0.7768595,0.76033056,0.75619835,0.7644628,0.76033056,0.7768595,0.74793386,0.75206614,0.74380165,0.71487606,0.7107438,0.7066116,0.6818182,0.6528926,0.661157,0.6528926,0.6404959,0.61570245,0.60330576,0.58264464,0.5123967,0.4752066,0.47107437,0.46694216,0.53305787,0.5165289,0.5289256,0.553719,0.58264464,0.6322314,0.6280992,0.6570248,0.6570248,0.6446281,0.6487603,0.62396693,0.6322314,0.6198347,0.59504133,0.61157024,0.6404959,0.6404959,0.62396693,0.62396693,0.677686,0.6983471,0.75206614,0.77272725,0.7892562,0.78512394,0.78512394,0.7892562,0.7933884,0.8057851,0.80991733,0.8016529,0.7768595,0.78099173,0.8140496,0.80991733,0.80991733,0.7768595,0.77272725,0.7644628,0.74380165,0.73140496,0.72727275,0.71900827,0.7231405,0.73140496,0.7066116,0.6487603,0.6446281,0.61570245,0.60330576,0.607438,0.6198347,0.61157024,0.61570245,0.6280992,0.61570245,0.58264464,0.5413223,0.54545456,0.5082645,0.46694216,0.47107437,0.4752066,0.5247934,0.5123967,0.5123967,0.5413223,0.57438016,0.59917355,0.59090906,0.61570245,0.62396693,0.6280992,0.6363636,0.58677685,0.59090906,0.5785124,0.53305787,0.5247934,0.5041322,0.5165289,0.54545456,0.55785125,0.58264464,0.59090906,0.6528926,0.6983471,0.7355372,0.73966944,0.7933884,0.80991733,0.7933884,0.76859504,0.7644628,0.76859504,0.73966944,0.73966944,0.8305785,0.8347107,0.838843,0.7933884,0.74793386,0.7355372,0.6735537,0.6652893,0.71900827,0.72727275,0.6983471,0.6735537,0.6983471,0.661157,0.6446281,0.6818182,0.6528926,0.5165289,0.53305787,0.54545456,0.5785124,0.58677685,0.607438,0.58264464,0.5495868,0.5247934,0.5082645,0.45041323,0.47933885,0.48347107,0.5082645,0.49586776,0.5,0.5247934,0.56198347,0.59090906,0.5661157,0.57024795,0.61570245,0.6694215,0.61157024,0.5041322,0.5206612,0.49586776,0.45454547,0.46280992,0.44214877,0.5206612,0.7066116,0.77272725,0.73140496,0.58677685,0.6280992,0.6735537,0.6322314,0.59917355,0.8140496,0.838843,0.80991733,0.6446281,0.61157024,0.6735537,0.6198347,0.6487603,0.78099173,0.78512394,0.838843,0.74793386,0.62396693,0.56198347,0.46280992,0.4338843,0.5371901,0.60330576,0.56198347,0.4876033,0.5041322,0.5082645,0.4752066,0.5165289,0.58677685,0.47933885,0.46694216,0.46694216,0.46280992,0.45454547,0.43801653,0.4090909,0.41322315,0.4752066,0.47107437,0.4214876,0.446281,0.4752066,0.5165289,0.5,0.49586776,0.5041322,0.5413223,0.55785125,0.5495868,0.61570245,0.6322314,0.6446281,0.60330576,0.5413223,0.5247934,0.54545456,0.5413223,0.5041322,0.46280992,0.446281,0.48347107,0.49586776,0.49586776,0.47107437,0.5082645,0.47933885,0.45041323,0.3677686,0.35123968,0.45454547,0.5041322,0.41322315,0.38429752,0.5,0.553719,0.5289256,0.59504133,0.6528926,0.71900827,0.61570245,0.45867768,0.46280992,0.4090909,0.3966942,0.45041323,0.4876033,0.4752066,0.41735536,0.4090909,0.41735536,0.41322315,0.4338843,0.49173555,0.5082645,0.5206612,0.53305787,0.57024795,0.59090906,0.58677685,0.55785125,0.5247934,0.5,0.48347107,0.3966942,0.3429752,0.43801653,0.5371901,0.49586776,0.47933885,0.46694216,0.48347107,0.47933885,0.5123967,0.61157024,0.58264464,0.6446281,0.7107438,0.71487606,0.60330576,0.59090906,0.60330576,0.5661157,0.5,0.4338843,0.44214877,0.47933885,0.43801653,0.39256197,0.49586776,0.5495868,0.55785125,0.5661157,0.57438016,0.60330576,0.6280992,0.6363636,0.47933885,0.48347107,0.72727275,0.74793386,0.71487606,0.72727275,0.76033056,0.62396693,0.3966942,0.74793386,0.60330576,0.53305787,0.5371901,0.5041322,0.46694216,0.4090909,0.38429752,0.39256197,0.41735536,0.42975205,0.48347107,0.5,0.5082645,0.5247934,0.5289256,0.5206612,0.53305787,0.56198347,0.553719,0.5123967,0.4876033,0.49586776,0.3264463,0.29752067,0.5371901,0.49586776,0.45867768,0.41735536,0.45041323,0.4752066,0.5082645,0.5495868,0.553719,0.6322314,0.7066116,0.7107438,0.661157,0.6652893,0.69008267,0.6859504,0.6570248,0.62396693,0.72727275,0.822314,0.8264463,0.59090906,0.5206612,0.57438016,0.5247934,0.5247934,0.55785125,0.59090906,0.6404959,0.7107438,0.59090906,0.46280992,0.71487606,0.7933884,0.75619835,0.75619835,0.79752064,0.553719,0.33471075,0.8181818,0.6942149,0.5785124,0.54545456,0.4876033,0.4752066,0.46280992,0.46694216,0.5082645,0.59917355,0.6528926,0.6322314,0.6363636,0.6198347,0.61157024,0.58264464,0.54545456,0.5371901,0.5165289,0.5082645,0.47933885,0.49173555,0.5041322,0.29338843,0.1570248,0.5495868,0.5041322,0.40495867,0.45041323,0.47933885,0.47107437,0.5041322,0.54545456,0.5785124,0.61570245,0.6446281,0.6198347,0.59917355,0.56198347,0.5371901,0.5413223,0.5041322,0.54545456,0.7355372,0.8512397,0.8595041,0.6280992,0.45454547,0.47107437,0.45041323,0.42975205,0.45041323,0.5123967,0.59504133,0.6818182,0.6404959,0.4752066,0.58264464,0.6983471,0.79752064,0.822314,0.78099173,0.41735536,0.47107437,0.77272725,0.6694215,0.62396693,0.5661157,0.45041323,0.37603307,0.39256197,0.36363637,0.38429752,0.61157024,0.79752064,0.73140496,0.5495868,0.57438016,0.6652893,0.61157024,0.57024795,0.5661157,0.5247934,0.5,0.48347107,0.49586776,0.5206612,0.28099173,0.16528925,0.55785125,0.46694216,0.446281,0.5206612,0.5123967,0.4876033,0.5041322,0.55785125,0.5661157,0.54545456,0.5165289,0.45454547,0.4090909,0.39256197,0.30578512,0.30165288,0.3140496,0.29752067,0.4090909,0.55785125,0.57024795,0.44214877,0.38842976,0.41322315,0.446281,0.42561984,0.38429752,0.39256197,0.5206612,0.61570245,0.6446281,0.46280992,0.4338843,0.5495868,0.677686,0.7644628,0.661157,0.24380165,0.5413223,0.74380165,0.47933885,0.43801653,0.40082645,0.37603307,0.38429752,0.41322315,0.2892562,0.39256197,0.72727275,0.892562,0.78512394,0.4090909,0.3966942,0.5,0.5082645,0.5165289,0.54545456,0.5371901,0.5,0.5,0.5123967,0.54545456,0.2644628,0.14049587,0.5123967,0.45041323,0.5495868,0.5495868,0.5413223,0.5041322,0.5082645,0.5289256,0.47107437,0.41322315,0.4214876,0.35123968,0.41322315,0.38429752,0.21487603,0.23966943,0.33471075,0.3429752,0.2520661,0.40495867,0.4876033,0.45867768,0.42975205,0.4214876,0.44214877,0.47107437,0.42975205,0.32231405,0.41735536,0.56198347,0.61157024,0.45867768,0.5041322,0.6528926,0.7066116,0.71900827,0.71900827,0.38016528,0.38016528,0.6652893,0.42561984,0.446281,0.42975205,0.4338843,0.46280992,0.42561984,0.23966943,0.21900827,0.4752066,0.553719,0.35950413,0.40495867,0.46280992,0.3966942,0.38429752,0.42561984,0.45041323,0.49173555,0.47933885,0.47933885,0.5247934,0.5785124,0.26859504,0.08264463,0.5247934,0.5413223,0.57024795,0.57024795,0.5289256,0.47933885,0.45867768,0.4214876,0.3553719,0.35950413,0.3429752,0.3966942,0.607438,0.46280992,0.2768595,0.30991736,0.3140496,0.42561984,0.30991736,0.5,0.6404959,0.5206612,0.47107437,0.45454547,0.45867768,0.5289256,0.553719,0.3677686,0.3553719,0.5082645,0.5123967,0.45041323,0.6363636,0.7644628,0.7644628,0.73966944,0.72727275,0.59090906,0.19008264,0.607438,0.57024795,0.5041322,0.45041323,0.45867768,0.57438016,0.47933885,0.32231405,0.2603306,0.40082645,0.43801653,0.23553719,0.42975205,0.62396693,0.5,0.36363637,0.3677686,0.38842976,0.4214876,0.45454547,0.45867768,0.5041322,0.59504133,0.32231405,0.0785124,0.57438016,0.61157024,0.5785124,0.57024795,0.55785125,0.5,0.44214877,0.41322315,0.41322315,0.446281,0.4752066,0.5041322,0.6322314,0.59504133,0.38016528,0.36363637,0.3305785,0.36363637,0.42561984,0.60330576,0.6859504,0.60330576,0.5413223,0.49173555,0.46280992,0.5041322,0.59917355,0.4752066,0.41735536,0.5,0.4090909,0.45867768,0.71487606,0.8181818,0.8057851,0.78512394,0.76859504,0.6446281,0.3264463,0.40495867,0.6280992,0.4876033,0.46280992,0.5123967,0.60330576,0.55785125,0.39256197,0.3429752,0.3181818,0.38429752,0.38842976,0.54545456,0.6280992,0.55785125,0.4752066,0.4090909,0.40082645,0.4090909,0.43801653,0.45454547,0.48347107,0.59090906,0.40082645,0.15289256,0.5041322,0.6280992,0.59090906,0.5785124,0.59090906,0.5661157,0.5247934,0.5206612,0.5371901,0.5413223,0.5785124,0.6280992,0.6487603,0.6735537,0.61570245,0.5041322,0.46694216,0.5,0.5785124,0.6446281,0.6363636,0.59917355,0.5661157,0.55785125,0.5495868,0.58264464,0.55785125,0.5371901,0.5371901,0.5206612,0.37603307,0.5,0.73966944,0.8181818,0.8181818,0.7892562,0.7933884,0.6570248,0.5206612,0.29338843,0.5247934,0.5289256,0.5165289,0.5165289,0.53305787,0.5785124,0.56198347,0.4876033,0.45867768,0.5041322,0.5661157,0.61570245,0.61570245,0.5661157,0.5371901,0.5165289,0.48347107,0.45454547,0.45867768,0.4752066,0.47933885,0.53305787,0.47933885,0.17768595,0.5,0.58264464,0.60330576,0.59917355,0.62396693,0.61157024,0.6198347,0.61570245,0.607438,0.607438,0.59504133,0.61157024,0.6446281,0.677686,0.6942149,0.661157,0.6404959,0.6363636,0.61570245,0.58677685,0.56198347,0.553719,0.553719,0.58264464,0.59504133,0.6280992,0.57024795,0.59504133,0.61157024,0.45867768,0.39256197,0.5495868,0.7066116,0.8057851,0.822314,0.8016529,0.8016529,0.70247936,0.5289256,0.20247933,0.4876033,0.5785124,0.56198347,0.53305787,0.5371901,0.57024795,0.60330576,0.61570245,0.58677685,0.60330576,0.61570245,0.59090906,0.6198347,0.62396693,0.607438,0.58264464,0.54545456,0.5041322,0.49173555,0.5,0.4752066,0.4876033,0.5206612,0.20247933,0.49586776,0.53305787,0.59917355,0.6198347,0.6528926,0.6404959,0.6363636,0.661157,0.6446281,0.6280992,0.6404959,0.6652893,0.6818182,0.6983471,0.70247936,0.6859504,0.6735537,0.6694215,0.6198347,0.58677685,0.5661157,0.58264464,0.61570245,0.6322314,0.62396693,0.6528926,0.6280992,0.6859504,0.5,0.3140496,0.38842976,0.5371901,0.6735537,0.78099173,0.8264463,0.80991733,0.8181818,0.73966944,0.57438016,0.18595041,0.47933885,0.57438016,0.56198347,0.5495868,0.55785125,0.57438016,0.59504133,0.61157024,0.61157024,0.6322314,0.6528926,0.6363636,0.6652893,0.6570248,0.6404959,0.607438,0.57024795,0.54545456,0.53305787,0.5289256,0.49173555,0.47107437,0.4876033,0.2520661,0.5123967,0.5123967,0.5785124,0.6363636,0.661157,0.6570248,0.6528926,0.6652893,0.6570248,0.6446281,0.6487603,0.6652893,0.677686,0.6818182,0.69008267,0.6735537,0.6735537,0.677686,0.6859504,0.677686,0.677686,0.6652893,0.6446281,0.6363636,0.6694215,0.6983471,0.72727275,0.61157024,0.3966942,0.28099173,0.41735536,0.5413223,0.6487603,0.73140496,0.822314,0.822314,0.8181818,0.7644628,0.61157024,0.3181818,0.37190083,0.55785125,0.54545456,0.55785125,0.58677685,0.6198347,0.6198347,0.6198347,0.61570245,0.61157024,0.62396693,0.62396693,0.6363636,0.61570245,0.61157024,0.59090906,0.5785124,0.55785125,0.55785125,0.553719,0.5165289,0.5,0.45867768,0.35123968,0.5165289,0.53305787,0.57438016,0.62396693,0.661157,0.677686,0.6652893,0.6528926,0.6446281,0.6487603,0.6694215,0.6859504,0.69008267,0.6859504,0.6859504,0.71487606,0.7107438,0.71487606,0.7231405,0.70247936,0.6818182,0.6528926,0.6487603,0.6859504,0.74793386,0.72727275,0.6694215,0.58264464,0.34710744,0.36363637,0.48347107,0.553719,0.6280992,0.70247936,0.8057851,0.8264463,0.8140496,0.77272725,0.59917355,0.43801653,0.46694216,0.44214877,0.4876033,0.59917355,0.59090906,0.62396693,0.6363636,0.6404959,0.6487603,0.6570248,0.6363636,0.61570245,0.62396693,0.60330576,0.60330576,0.6280992,0.62396693,0.6198347,0.60330576,0.5785124,0.55785125,0.5165289,0.46694216,0.42975205,0.49586776,0.5661157,0.5785124,0.60330576,0.6694215,0.7066116,0.71487606,0.6942149,0.6652893,0.6528926,0.6859504,0.7231405,0.73140496,0.74793386,0.7355372,0.75619835,0.73140496,0.7107438,0.7066116,0.6735537,0.6652893,0.6363636,0.69008267,0.7644628,0.76859504,0.70247936,0.6363636,0.47933885,0.46694216,0.4752066,0.5206612,0.5785124,0.6322314,0.6983471,0.7892562,0.822314,0.80991733,0.7933884,0.6322314,0.46694216,0.54545456,0.5165289,0.35123968,0.5785124,0.6570248,0.6404959,0.6404959,0.6198347,0.61570245,0.6280992,0.6404959,0.6363636,0.6322314,0.6446281,0.6404959,0.6528926,0.7066116,0.69008267,0.6735537,0.62396693,0.5785124,0.5413223,0.45454547,0.47107437,0.45041323,0.57024795,0.59504133,0.58677685,0.6487603,0.6983471,0.72727275,0.74793386,0.73140496,0.7107438,0.7231405,0.75619835,0.7644628,0.75619835,0.7355372,0.7231405,0.6983471,0.70247936,0.71487606,0.7066116,0.71487606,0.72727275,0.75206614,0.76033056,0.71487606,0.6446281,0.5247934,0.5041322,0.5661157,0.5413223,0.5661157,0.59504133,0.6322314,0.6942149,0.78099173,0.822314,0.8057851,0.79752064,0.70247936,0.5206612,0.5041322,0.57438016,0.45454547,0.41322315,0.6942149,0.6942149,0.7066116,0.6859504,0.6652893,0.6652893,0.6652893,0.6570248,0.6818182,0.6983471,0.6983471,0.71900827,0.74793386,0.72727275,0.6983471,0.6446281,0.58677685,0.5495868,0.46280992,0.49586776,0.41735536,0.56198347,0.59504133,0.59504133,0.60330576,0.6446281,0.6942149,0.75206614,0.76859504,0.7644628,0.76033056,0.77272725,0.78099173,0.78099173,0.75206614,0.75619835,0.7231405,0.74380165,0.75619835,0.74380165,0.76033056,0.75206614,0.73966944,0.7231405,0.6942149,0.56198347,0.4752066,0.58264464,0.5413223,0.57438016,0.6322314,0.61157024,0.6280992,0.6859504,0.7644628,0.8140496,0.80991733,0.79752064,0.75206614,0.59917355,0.5247934,0.5082645,0.59504133,0.48347107,0.45867768,0.72727275,0.73140496,0.73966944,0.71487606,0.69008267,0.70247936,0.6983471,0.69008267,0.70247936,0.7107438,0.6983471,0.71487606,0.6983471,0.6859504,0.6446281,0.59090906,0.5495868,0.4752066,0.46694216,0.46280992,0.49173555,0.62396693,0.60330576,0.58677685,0.59917355,0.6570248,0.7107438,0.76033056,0.78099173,0.76859504,0.7644628,0.77272725,0.7644628,0.76033056,0.76033056,0.75206614,0.75206614,0.7644628,0.7644628,0.76859504,0.75619835,0.74380165,0.7066116,0.62396693,0.5041322,0.5371901,0.57438016,0.5413223,0.62396693,0.6694215,0.6322314,0.6322314,0.6818182,0.75206614,0.8057851,0.80991733,0.7892562,0.7644628,0.6735537,0.5785124,0.5371901,0.5123967,0.6487603,0.42975205,0.47933885,0.7644628,0.7355372,0.73140496,0.72727275,0.7066116,0.71487606,0.7066116,0.7066116,0.7066116,0.6694215,0.6570248,0.6487603,0.6528926,0.6198347,0.5661157,0.55785125,0.47933885,0.40082645,0.5785124,0.4214876,0.5661157,0.6446281,0.61570245,0.58677685,0.6446281,0.70247936,0.72727275,0.75206614,0.76859504,0.75619835,0.75619835,0.75619835,0.76033056,0.75206614,0.75619835,0.76859504,0.7644628,0.76859504,0.76859504,0.7644628,0.73140496,0.6280992,0.53305787,0.55785125,0.58264464,0.5371901,0.59917355,0.6652893,0.6735537,0.6446281,0.6735537,0.71487606,0.76033056,0.7892562,0.8016529,0.7892562,0.7768595,0.72727275,0.6322314,0.553719,0.553719,0.553719,0.661157,0.4214876,0.53305787,0.7066116,0.73140496,0.73140496,0.71487606,0.7066116,0.7107438,0.6859504,0.6942149,0.6859504,0.6528926,0.6322314,0.62396693,0.58264464,0.5413223,0.553719,0.47933885,0.41322315,0.607438,0.59090906,0.4338843,0.59917355,0.6528926,0.6198347,0.6694215,0.6818182,0.69008267,0.71900827,0.73966944,0.7355372,0.72727275,0.74793386,0.76033056,0.75619835,0.74793386,0.7644628,0.75206614,0.76033056,0.76859504,0.74793386,0.6446281,0.55785125,0.58264464,0.60330576,0.56198347,0.553719,0.6322314,0.6694215,0.6487603,0.6487603,0.70247936,0.7355372,0.7644628,0.79752064,0.8057851,0.8016529,0.78099173,0.75619835,0.6983471,0.5785124,0.5247934,0.61157024,0.59917355,0.6859504,0.47933885,0.49173555,0.661157,0.6983471,0.71487606,0.7066116,0.7066116,0.6859504,0.69008267,0.6652893,0.661157,0.6363636,0.607438,0.5785124,0.54545456,0.57024795,0.59917355,0.6694215,0.58264464,0.6363636,0.6198347,0.44214877,0.5495868,0.71900827,0.6652893,0.6818182,0.6942149,0.7066116,0.71487606,0.7066116,0.6983471,0.7355372,0.75619835,0.75619835,0.75206614,0.76033056,0.75619835,0.74793386,0.6942149,0.6363636,0.57024795,0.61157024,0.6363636,0.58264464,0.53305787,0.59090906,0.661157,0.6446281,0.6322314,0.661157,0.70247936,0.73140496,0.76859504,0.8057851,0.80991733,0.8016529,0.7892562,0.76033056,0.6983471,0.6363636,0.5206612,0.5413223,0.6322314,0.6198347,0.6694215,0.57024795,0.47933885,0.5661157,0.6404959,0.677686,0.69008267,0.69008267,0.6859504,0.6404959,0.661157,0.6363636,0.6363636,0.6280992,0.6487603,0.71900827,0.6983471,0.57024795,0.56198347,0.59504133,0.6322314,0.6694215,0.48347107,0.45867768,0.6652893,0.7066116,0.6942149,0.6983471,0.7066116,0.70247936,0.7066116,0.73140496,0.74380165,0.75619835,0.75619835,0.74793386,0.6983471,0.6528926,0.59917355,0.607438,0.6446281,0.6487603,0.61157024,0.55785125,0.553719,0.6322314,0.677686,0.6363636,0.6404959,0.6735537,0.6735537,0.74793386,0.7768595,0.80991733,0.8057851,0.7933884,0.7768595,0.75619835,0.6942149,0.6694215,0.58264464,0.5206612,0.58677685,0.6322314,0.6446281,0.6446281,0.59090906,0.5082645,0.53305787,0.5495868,0.5495868,0.57438016,0.607438,0.6280992,0.6487603,0.6487603,0.61570245,0.59504133,0.5785124,0.59917355,0.56198347,0.4752066,0.5371901,0.58264464,0.61157024,0.6280992,0.6446281,0.59917355,0.5,0.6818182,0.73140496,0.6942149,0.6528926,0.661157,0.6570248,0.677686,0.6942149,0.70247936,0.677686,0.6446281,0.6322314,0.6322314,0.661157,0.69008267,0.6735537,0.62396693,0.55785125,0.53305787,0.58264464,0.661157,0.677686,0.6487603,0.6528926,0.6735537,0.6570248,0.73966944,0.78512394,0.8057851,0.7933884,0.78512394,0.76859504,0.73140496,0.6818182,0.661157,0.60330576,0.5785124,0.553719,0.56198347,0.6446281,0.6570248,0.6198347,0.61157024,0.59917355,0.5371901,0.5247934,0.5371901,0.55785125,0.5413223,0.5289256,0.53305787,0.5165289,0.54545456,0.5495868,0.5495868,0.5495868,0.5247934,0.5371901,0.57024795,0.59090906,0.61157024,0.62396693,0.6322314,0.607438,0.59090906,0.5371901,0.54545456,0.5082645,0.5371901,0.5413223,0.5785124,0.6198347,0.62396693,0.6198347,0.6404959,0.6735537,0.6942149,0.70247936,0.6818182,0.6446281,0.60330576,0.5247934,0.5289256,0.6198347,0.6652893,0.677686,0.6652893,0.6487603,0.6487603,0.6404959,0.7231405,0.7933884,0.80991733,0.78099173,0.77272725,0.75619835,0.7107438,0.6570248,0.6446281,0.61570245,0.58264464,0.58264464,0.5206612,0.58677685,0.6322314,0.6446281,0.6446281,0.6446281,0.6198347,0.59504133,0.59090906,0.58264464,0.57024795,0.58264464,0.54545456,0.56198347,0.60330576,0.607438,0.59090906,0.5661157,0.5413223,0.5123967,0.5413223,0.5661157,0.60330576,0.61157024,0.61570245,0.59917355,0.58677685,0.58677685,0.59090906,0.59917355,0.607438,0.61157024,0.6198347,0.6446281,0.6487603,0.6570248,0.6983471,0.69008267,0.69008267,0.69008267,0.6528926,0.61570245,0.57438016,0.5289256,0.53305787,0.62396693,0.6652893,0.677686,0.677686,0.6487603,0.62396693,0.6446281,0.71487606,0.78512394,0.8016529,0.79752064,0.7768595,0.74380165,0.6983471,0.6404959,0.62396693,0.6198347,0.5785124,0.57024795,0.5165289,0.5371901,0.60330576,0.6322314,0.6322314,0.6280992,0.61570245,0.62396693,0.62396693,0.61570245,0.6198347,0.6404959,0.58677685,0.60330576,0.61570245,0.607438,0.58677685,0.5495868,0.5206612,0.4876033,0.5,0.5247934,0.5785124,0.5785124,0.59090906,0.58677685,0.58264464,0.59090906,0.58264464,0.60330576,0.61157024,0.6198347,0.6322314,0.6446281,0.6570248,0.6652893,0.677686,0.6859504,0.6694215,0.6652893,0.6404959,0.60330576,0.55785125,0.5041322,0.5206612,0.607438,0.6446281,0.6570248,0.661157,0.6404959,0.61157024,0.6363636,0.6859504,0.7355372,0.77272725,0.79752064,0.77272725,0.7355372,0.6818182,0.61570245,0.59917355,0.59504133,0.5495868,0.5123967,0.48347107,0.5413223,0.607438,0.61157024,0.62396693,0.62396693,0.60330576,0.6198347,0.62396693,0.6322314,0.6198347,0.6404959,0.61157024,0.59504133,0.59504133,0.58677685,0.55785125,0.53305787,0.49586776,0.48347107,0.47933885,0.49173555,0.5413223,0.54545456,0.56198347,0.57024795,0.5785124,0.5785124,0.58264464,0.59917355,0.6198347,0.6198347,0.6280992,0.6404959,0.6404959,0.6570248,0.6652893,0.6694215,0.6528926,0.6528926,0.6446281,0.62396693,0.6404959,0.53305787,0.46280992,0.5247934,0.5289256,0.5495868,0.57024795,0.55785125,0.5413223,0.57024795,0.6404959,0.6652893,0.70247936,0.75206614,0.74380165,0.7066116,0.6322314,0.56198347,0.53305787,0.5041322,0.446281,0.41735536,0.44214877,0.5785124,0.6363636,0.6198347,0.6322314,0.6404959,0.61570245,0.61570245,0.62396693,0.6198347,0.61570245,0.61157024,0.61570245,0.59504133,0.56198347,0.553719,0.53305787,0.5082645,0.47933885,0.5165289,0.49173555,0.46280992,0.47933885,0.5165289,0.5289256,0.553719,0.56198347,0.55785125,0.5661157,0.57024795,0.59504133,0.607438,0.61157024,0.6280992,0.6322314,0.6404959,0.661157,0.661157,0.6487603,0.6487603,0.6735537,0.6942149,0.7066116,0.6322314,0.4752066,0.41322315,0.38842976,0.35123968,0.37190083,0.39256197,0.43801653,0.4876033,0.56198347,0.59090906,0.6198347,0.661157,0.677686,0.62396693,0.5495868,0.4876033,0.4090909,0.338843,0.29752067,0.338843,0.49586776,0.59917355,0.6280992,0.6404959,0.6570248,0.6446281,0.6280992,0.61570245,0.61570245,0.61570245,0.59917355,0.59090906,0.58264464,0.57438016,0.5371901,0.53305787,0.5165289,0.49173555,0.46694216,0.5495868,0.5413223,0.48347107,0.446281,0.4752066,0.5123967,0.53305787,0.55785125,0.55785125,0.553719,0.56198347,0.57024795,0.58264464,0.58677685,0.59917355,0.62396693,0.6446281,0.6528926,0.6652893,0.677686,0.69008267,0.7066116,0.73140496,0.75206614,0.7231405,0.61570245,0.44214877,0.35123968,0.27272728,0.22727273,0.22727273,0.26859504,0.3677686,0.45867768,0.49173555,0.5371901,0.54545456,0.57024795,0.5371901,0.4752066,0.38016528,0.3305785,0.3305785,0.3677686,0.43801653,0.57024795,0.60330576,0.61157024,0.6528926,0.6528926,0.6570248,0.6404959,0.6198347,0.6198347,0.607438,0.60330576,0.59504133,0.58677685,0.55785125,0.5371901,0.5082645,0.5041322,0.48347107,0.4752066,0.57438016,0.58264464,0.5371901,0.46694216,0.46694216,0.5082645,0.5289256,0.553719,0.54545456,0.54545456,0.56198347,0.5495868,0.58677685,0.60330576,0.62396693,0.6363636,0.6859504,0.6942149,0.6942149,0.70247936,0.71900827,0.73140496,0.7355372,0.76859504,0.74793386,0.70247936,0.6404959,0.5,0.40495867,0.3305785,0.27272728,0.2231405,0.22727273,0.30165288,0.35950413,0.4214876,0.42975205,0.45454547,0.45041323,0.39256197,0.37190083,0.40495867,0.46280992,0.5041322,0.53305787,0.58264464,0.60330576,0.58677685,0.62396693,0.6363636,0.6446281,0.6404959,0.61157024,0.60330576,0.60330576,0.60330576,0.607438,0.60330576,0.5661157,0.5165289,0.5041322,0.5,0.49586776,0.48347107,0.5785124,0.59504133,0.58677685,0.5206612,0.49173555,0.5247934,0.54545456,0.56198347,0.553719,0.553719,0.56198347,0.54545456,0.57024795,0.6198347,0.6487603,0.6694215,0.6983471,0.71487606,0.71900827,0.7107438,0.71487606,0.7231405,0.73966944,0.76033056,0.74380165,0.7231405,0.7231405,0.6859504,0.59917355,0.5247934,0.44214877,0.34710744,0.27272728,0.23966943,0.25619835,0.2768595,0.30165288,0.34710744,0.37603307,0.4090909,0.446281,0.5041322,0.5371901,0.5289256,0.54545456,0.57024795,0.57024795,0.5661157,0.5785124,0.61570245,0.61157024,0.607438,0.59090906,0.57438016,0.58264464,0.59090906,0.607438,0.61157024,0.58264464,0.5247934,0.5123967,0.5206612,0.5206612,0.5,0.57438016,0.59917355,0.6322314,0.5785124,0.5165289,0.55785125,0.61157024,0.61157024,0.59090906,0.56198347,0.54545456,0.59917355,0.6363636,0.6446281,0.6818182,0.6983471,0.6942149,0.69008267,0.7066116,0.6983471,0.6942149,0.6983471,0.71487606,0.73966944,0.73140496,0.71487606,0.7107438,0.7231405,0.6818182,0.661157,0.607438,0.5082645,0.43801653,0.37603307,0.30991736,0.2768595,0.30165288,0.3553719,0.41735536,0.47933885,0.49173555,0.5247934,0.5413223,0.5247934,0.5413223,0.57438016,0.55785125,0.553719,0.57024795,0.58677685,0.59090906,0.58264464,0.57024795,0.5371901,0.5206612,0.5661157,0.59504133,0.60330576,0.5785124,0.5289256,0.5082645,0.53305787,0.53305787,0.5,0.553719,0.61157024,0.6446281,0.61570245,0.5289256,0.58677685,0.6570248,0.6570248,0.6280992,0.6322314,0.661157,0.6735537,0.6528926,0.661157,0.677686,0.6735537,0.661157,0.661157,0.661157,0.6735537,0.6735537,0.677686,0.69008267,0.6983471,0.71487606,0.7066116,0.6818182,0.69008267,0.6859504,0.6818182,0.6735537,0.6404959,0.59090906,0.5371901,0.4876033,0.44214877,0.48347107,0.4876033,0.49173555,0.5123967,0.54545456,0.5371901,0.5289256,0.5289256,0.53305787,0.5661157,0.54545456,0.5247934,0.57024795,0.56198347,0.57438016,0.553719,0.54545456,0.53305787,0.5,0.5371901,0.58677685,0.60330576,0.57024795,0.5247934,0.5123967,0.53305787,0.5247934,0.49586776,0.5289256,0.59917355,0.6322314,0.6198347,0.53305787,0.58677685,0.6652893,0.6859504,0.6694215,0.6528926,0.6859504,0.6570248,0.6363636,0.6528926,0.6528926,0.6652893,0.6446281,0.6280992,0.607438,0.61570245,0.6322314,0.6280992,0.6446281,0.6446281,0.6859504,0.6818182,0.6694215,0.661157,0.6694215,0.6652893,0.6528926,0.6570248,0.6363636,0.607438,0.58264464,0.57438016,0.57438016,0.58264464,0.57024795,0.56198347,0.55785125,0.55785125,0.53305787,0.5289256,0.5289256,0.5371901,0.5247934,0.5289256,0.54545456,0.53305787,0.5206612,0.49173555,0.5041322,0.5206612,0.49586776,0.53305787,0.59917355,0.61570245,0.57024795,0.5206612,0.5123967,0.53305787,0.53305787,0.48347107,0.5413223,0.56198347,0.6363636,0.6528926,0.5206612,0.553719,0.6818182,0.6942149,0.6652893,0.661157,0.6735537,0.61570245,0.61157024,0.6198347,0.607438,0.61157024,0.60330576,0.57438016,0.5413223,0.5371901,0.57438016,0.57024795,0.5785124,0.607438,0.6280992,0.6280992,0.6487603,0.6487603,0.6446281,0.6404959,0.6322314,0.6363636,0.6322314,0.6198347,0.61157024,0.60330576,0.60330576,0.59090906,0.5661157,0.5661157,0.5371901,0.5289256,0.5247934,0.5206612,0.5165289,0.5206612,0.49173555,0.49586776,0.46694216,0.45454547,0.4338843,0.45454547,0.48347107,0.49173555,0.49173555,0.54545456,0.62396693,0.6280992,0.57438016,0.5082645,0.49586776,0.5206612,0.53305787,0.47933885,0.5371901,0.5785124,0.61570245,0.6363636,0.5413223,0.5371901,0.661157,0.677686,0.6363636,0.6735537,0.677686,0.57024795,0.54545456,0.55785125,0.5495868,0.5289256,0.5082645,0.47933885,0.43801653,0.43801653,0.47107437,0.49173555,0.5,0.55785125,0.56198347,0.57438016,0.59917355,0.60330576,0.59504133,0.60330576,0.59504133,0.58677685,0.58677685,0.58677685,0.59504133,0.57438016,0.58677685,0.553719,0.5371901,0.5413223,0.5082645,0.5082645,0.5,0.5,0.5,0.4876033,0.45041323,0.41322315,0.3677686,0.3429752,0.3553719,0.41322315,0.46694216,0.48347107,0.48347107,0.57024795,0.6570248,0.6322314,0.55785125,0.5,0.48347107,0.5371901,0.5123967,0.49586776,0.5123967,0.55785125,0.607438,0.6322314,0.553719,0.5082645,0.6322314,0.6446281,0.62396693,0.6694215,0.7107438,0.60330576,0.47933885,0.4876033,0.49586776,0.46694216,0.42975205,0.37190083,0.3181818,0.28512397,0.29338843,0.35123968,0.40082645,0.43801653,0.4752066,0.5041322,0.5165289,0.5289256,0.5413223,0.5495868,0.54545456,0.5165289,0.53305787,0.5413223,0.54545456,0.56198347,0.56198347,0.5495868,0.53305787,0.5206612,0.5082645,0.49586776,0.48347107,0.46280992,0.44214877,0.41735536,0.37190083,0.35123968,0.38842976,0.40495867,0.42975205,0.47107437,0.5,0.5082645,0.49586776,0.59917355,0.677686,0.62396693,0.5413223,0.46694216,0.47933885,0.5413223,0.5123967,0.46694216,0.4876033,0.5247934,0.58264464,0.6322314,0.5785124,0.45867768,0.553719,0.61570245,0.59504133,0.6446281,0.71487606,0.6735537,0.5082645,0.4752066,0.5,0.5082645,0.49586776,0.45454547,0.41735536,0.38842976,0.338843,0.2892562,0.28099173,0.30578512,0.338843,0.37603307,0.4338843,0.45041323,0.46280992,0.46694216,0.4752066,0.4752066,0.5041322,0.5289256,0.53305787,0.5661157,0.553719,0.5413223,0.5206612,0.49586776,0.4876033,0.45867768,0.42561984,0.38429752,0.37190083,0.38842976,0.39256197,0.4214876,0.46280992,0.5,0.5289256,0.5495868,0.5495868,0.54545456,0.5371901,0.6198347,0.6570248,0.607438,0.5082645,0.446281,0.5041322,0.5165289,0.4876033,0.41322315,0.4338843,0.5123967,0.55785125,0.607438,0.58264464,0.46694216,0.5165289,0.59090906,0.57024795,0.59917355,0.6570248,0.6983471,0.59090906,0.53305787,0.553719,0.57438016,0.5661157,0.54545456,0.5495868,0.55785125,0.5371901,0.5,0.45454547,0.38016528,0.338843,0.3140496,0.3181818,0.35123968,0.39256197,0.42561984,0.43801653,0.446281,0.45041323,0.46694216,0.45867768,0.49173555,0.5,0.46280992,0.45041323,0.4214876,0.4090909,0.38429752,0.38016528,0.40495867,0.43801653,0.47107437,0.48347107,0.49173555,0.49173555,0.5247934,0.54545456,0.56198347,0.57438016,0.55785125,0.58677685,0.6446281,0.6446281,0.56198347,0.46280992,0.43801653,0.5041322,0.49586776,0.446281,0.37603307,0.39256197,0.4876033,0.53305787,0.58264464,0.58264464,0.4876033,0.5041322,0.5661157,0.5371901,0.56198347,0.6280992,0.6694215,0.6735537,0.6198347,0.6363636,0.6652893,0.6446281,0.6404959,0.6528926,0.6363636,0.60330576,0.607438,0.60330576,0.59917355,0.57024795,0.5661157,0.48347107,0.5041322,0.49586776,0.5165289,0.5041322,0.4876033,0.4752066,0.4752066,0.45454547,0.48347107,0.5041322,0.48347107,0.46694216,0.44214877,0.45454547,0.45041323,0.46280992,0.5,0.5206612,0.5165289,0.5041322,0.5,0.5206612,0.55785125,0.5495868,0.54545456,0.57438016,0.5661157,0.59504133,0.6404959,0.607438,0.5165289,0.41735536,0.43801653,0.4876033,0.45454547,0.40495867,0.3305785,0.33471075,0.42561984,0.49173555,0.5413223,0.57024795,0.49173555,0.47933885,0.5371901,0.5206612,0.5165289,0.59090906,0.6404959,0.6280992,0.6198347,0.6446281,0.677686,0.6859504,0.6735537,0.677686,0.661157,0.61157024,0.59917355,0.61570245,0.61570245,0.6322314,0.6570248,0.6363636,0.6198347,0.62396693,0.6446281,0.6694215,0.6694215,0.677686,0.6735537,0.6528926,0.6528926,0.6652893,0.6446281,0.61157024,0.5661157,0.55785125,0.55785125,0.54545456,0.5495868,0.54545456,0.5206612,0.5082645,0.5123967,0.5289256,0.5661157,0.553719,0.5247934,0.55785125,0.5289256,0.58264464,0.59917355,0.5495868,0.45041323,0.40495867,0.45041323,0.45454547,0.40082645,0.338843,0.3181818,0.2644628,0.36363637,0.42975205,0.48347107,0.53305787,0.4876033,0.45867768,0.5041322,0.49586776,0.4752066,0.5413223,0.59917355,0.58677685,0.58264464,0.57024795,0.6404959,0.661157,0.661157,0.6528926,0.6446281,0.6198347,0.607438,0.607438,0.61570245,0.61157024,0.6322314,0.6528926,0.661157,0.661157,0.6446281,0.6735537,0.6942149,0.7107438,0.71900827,0.71900827,0.7107438,0.71900827,0.69008267,0.6818182,0.6322314,0.59504133,0.57438016,0.57024795,0.5661157,0.56198347,0.53305787,0.5041322,0.5206612,0.5413223,0.553719,0.5371901,0.5165289,0.53305787,0.5495868,0.5661157,0.54545456,0.47933885,0.39256197,0.40082645,0.43801653,0.41322315,0.338843,0.3140496,0.3264463,0.2231405,0.28099173,0.34710744,0.41735536,0.47933885,0.4752066,0.446281,0.4752066,0.47933885,0.46694216,0.5,0.5289256,0.5661157,0.56198347,0.5289256,0.607438,0.6404959,0.6404959,0.6198347,0.607438,0.59504133,0.59090906,0.59504133,0.59504133,0.59917355,0.61157024,0.61570245,0.6363636,0.6570248,0.6198347,0.6570248,0.677686,0.6652893,0.6570248,0.6570248,0.6570248,0.6652893,0.6652893,0.6694215,0.6404959,0.59504133,0.553719,0.57438016,0.56198347,0.5413223,0.53305787,0.5165289,0.5165289,0.5371901,0.55785125,0.5495868,0.5123967,0.5289256,0.5206612,0.53305787,0.49586776,0.40082645,0.37603307,0.40495867,0.41322315,0.3553719,0.30578512,0.32231405,0.3305785,0.27272728,0.21487603,0.25619835,0.36363637,0.42561984,0.46694216,0.44214877,0.45454547,0.46694216,0.42561984,0.446281,0.4752066,0.54545456,0.53305787,0.5041322,0.56198347,0.61157024,0.62396693,0.62396693,0.60330576,0.58677685,0.57438016,0.57438016,0.57024795,0.57024795,0.5661157,0.57024795,0.58264464,0.60330576,0.57438016,0.58264464,0.61157024,0.60330576,0.59090906,0.58264464,0.60330576,0.607438,0.6363636,0.59917355,0.59090906,0.57024795,0.5495868,0.553719,0.53305787,0.5289256,0.5123967,0.5041322,0.5123967,0.5371901,0.55785125,0.5371901,0.4752066,0.49586776,0.49173555,0.4752066,0.4090909,0.37190083,0.40495867,0.40495867,0.3677686,0.3140496,0.30578512,0.3181818,0.33471075,0.39256197,0.23553719,0.19421488,0.30165288,0.3553719,0.41735536,0.446281,0.43801653,0.45867768,0.42561984,0.4090909,0.45867768,0.5,0.53305787,0.5247934,0.5247934,0.58677685,0.6322314,0.6404959,0.61570245,0.59917355,0.57024795,0.55785125,0.55785125,0.5495868,0.53305787,0.5165289,0.5289256,0.5289256,0.5289256,0.5165289,0.53305787,0.53305787,0.54545456,0.5495868,0.54545456,0.54545456,0.55785125,0.553719,0.5247934,0.53305787,0.5371901,0.5206612,0.5289256,0.5123967,0.5041322,0.49586776,0.5206612,0.55785125,0.55785125,0.5165289,0.45454547,0.47107437,0.46280992,0.41322315,0.37190083,0.40495867,0.4214876,0.38842976,0.3264463,0.29752067,0.30991736,0.3140496,0.3264463,0.4214876,0.37603307,0.18595041,0.2107438,0.29338843,0.36363637,0.40495867,0.4338843,0.45454547,0.46280992,0.45454547,0.4752066,0.4876033,0.5165289,0.54545456,0.5123967,0.54545456,0.60330576,0.6487603,0.6487603,0.6280992,0.60330576,0.57438016,0.55785125,0.54545456,0.5413223,0.5165289,0.5289256,0.5165289,0.5123967,0.5,0.5,0.5082645,0.5123967,0.5041322,0.5041322,0.5082645,0.5165289,0.5123967,0.49586776,0.5165289,0.5289256,0.5247934,0.5206612,0.5082645,0.5082645,0.5247934,0.56198347,0.58677685,0.56198347,0.5082645,0.43801653,0.45454547,0.45454547,0.40082645,0.4090909,0.4214876,0.4090909,0.3429752,0.29338843,0.30165288,0.3140496,0.3181818,0.32231405,0.38842976,0.45041323,0.3305785,0.16115703,0.2231405,0.30165288,0.37190083,0.4090909,0.4338843,0.47107437,0.47933885,0.4876033,0.5123967,0.5289256,0.54545456,0.5206612,0.53305787,0.59504133,0.6446281,0.661157,0.6694215,0.6570248,0.62396693,0.59090906,0.5661157,0.553719,0.53305787,0.54545456,0.53305787,0.5206612,0.5165289,0.5041322,0.5082645,0.5082645,0.5,0.5165289,0.5247934,0.5123967,0.5123967,0.5247934,0.5371901,0.5371901,0.5082645,0.5289256,0.5247934,0.5371901,0.56198347,0.58677685,0.58677685,0.553719,0.49586776,0.44214877,0.45454547,0.46280992,0.4338843,0.4338843,0.42975205,0.38429752,0.25619835,0.20661157,0.28512397,0.32231405,0.3181818,0.32231405,0.36363637,0.45454547,0.41735536,0.22727273,0.17355372,0.23966943,0.28512397,0.37603307,0.41322315,0.45454547,0.4752066,0.49586776,0.5165289,0.5413223,0.5495868,0.54545456,0.53305787,0.59504133,0.6280992,0.6570248,0.6818182,0.70247936,0.6942149,0.6735537,0.6280992,0.57438016,0.57024795,0.57438016,0.57024795,0.553719,0.56198347,0.553719,0.55785125,0.5413223,0.55785125,0.58264464,0.5495868,0.5123967,0.5165289,0.56198347,0.56198347,0.5413223,0.5413223,0.57024795,0.57438016,0.58677685,0.59917355,0.59090906,0.57024795,0.5371901,0.48347107,0.43801653,0.44214877,0.45867768,0.446281,0.4338843,0.40082645,0.32231405,0.12396694,0.08264463,0.14876033,0.29338843,0.3305785,0.3264463,0.3305785,0.45454547,0.4338843,0.3181818,0.19421488,0.19421488,0.22727273,0.30165288,0.37190083,0.41735536,0.45454547,0.4752066,0.5041322,0.5247934,0.5371901,0.5413223,0.5289256,0.57438016,0.60330576,0.6363636,0.677686,0.6942149,0.71487606,0.7231405,0.7066116,0.677686,0.6570248,0.661157,0.6652893,0.6570248,0.6528926,0.6487603,0.607438,0.57438016,0.57438016,0.57438016,0.56198347,0.5413223,0.5785124,0.61157024,0.61157024,0.59090906,0.59504133,0.61157024,0.62396693,0.61570245,0.59917355,0.58677685,0.553719,0.5165289,0.46694216,0.4214876,0.43801653,0.45041323,0.4338843,0.40082645,0.37190083,0.20661157,0.06198347,0.09090909,0.0785124,0.1570248,0.28099173,0.32231405,0.35123968,0.4338843,0.42975205,0.3553719,0.26859504,0.17768595,0.18595041,0.23966943,0.3140496,0.36363637,0.42975205,0.47107437,0.48347107,0.5041322,0.5082645,0.5041322,0.5041322,0.53305787,0.5785124,0.61570245,0.6528926,0.6818182,0.7107438,0.7355372,0.73966944,0.74793386,0.74380165,0.73966944,0.73140496,0.72727275,0.71487606,0.75619835,0.71487606,0.6942149,0.677686,0.6694215,0.677686,0.6735537,0.69008267,0.677686,0.6570248,0.6446281,0.6446281,0.6198347,0.6322314,0.61157024,0.59090906,0.57438016,0.5413223,0.5,0.4338843,0.40082645,0.4090909,0.4338843,0.39256197,0.34710744,0.3305785,0.3140496,0.07024793,0.08677686,0.08677686,0.06198347,0.10743801,0.25619835,0.46280992,0.40495867,0.42561984,0.37603307,0.30578512,0.21900827,0.17355372,0.20247933,0.22727273,0.28512397,0.35950413,0.4214876,0.45041323,0.45041323,0.47107437,0.46694216,0.47933885,0.5,0.5495868,0.59504133,0.61570245,0.6570248,0.6983471,0.71900827,0.71900827,0.7355372,0.74380165,0.72727275,0.72727275,0.7231405,0.71487606,0.74380165,0.73966944,0.72727275,0.72727275,0.71487606,0.7231405,0.71900827,0.7231405,0.69008267,0.661157,0.6528926,0.6446281,0.62396693,0.61570245,0.60330576,0.57438016,0.54545456,0.5165289,0.45867768,0.38429752,0.38016528,0.40082645,0.38842976,0.30165288,0.2603306,0.338843,0.45041323,0.16528925,0.053719006,0.09090909,0.0785124,0.0785124,0.10330579,0.57024795,0.38429752,0.4214876,0.3966942,0.33471075,0.2768595,0.20247933,0.18181819,0.20247933,0.2231405,0.2603306,0.3140496,0.3677686,0.38429752,0.41735536,0.42975205,0.42975205,0.45867768,0.5082645,0.57438016,0.58264464,0.6322314,0.6446281,0.661157,0.6942149,0.7066116,0.71900827,0.7231405,0.71487606,0.7107438,0.6942149,0.72727275,0.7231405,0.7107438,0.71487606,0.6942149,0.6942149,0.7107438,0.7107438,0.6859504,0.6570248,0.62396693,0.61157024,0.61157024,0.60330576,0.59090906,0.56198347,0.53305787,0.48347107,0.41735536,0.3553719,0.37190083,0.36363637,0.33471075,0.24380165,0.29752067,0.37190083,0.5413223,0.3264463,0.041322313,0.0785124,0.09504132,0.09090909,0.07024793,0.62396693,0.38016528,0.41322315,0.41735536,0.3677686,0.30991736,0.2520661,0.1983471,0.19421488,0.21487603,0.21487603,0.23553719,0.26859504,0.30578512,0.34710744,0.38842976,0.3677686,0.39256197,0.47933885,0.5041322,0.53305787,0.58264464,0.61570245,0.607438,0.6735537,0.6818182,0.6735537,0.69008267,0.6859504,0.70247936,0.6818182,0.6983471,0.6942149,0.6735537,0.6735537,0.6694215,0.6694215,0.6818182,0.6694215,0.6487603,0.62396693,0.59504133,0.59504133,0.59504133,0.5661157,0.5661157,0.5165289,0.4876033,0.446281,0.37190083,0.338843,0.33471075,0.2892562,0.23553719,0.3181818,0.32231405,0.40495867,0.6694215,0.48347107,0.13636364,0.05785124,0.09917355,0.09504132,0.07438017,0.6487603,0.39256197,0.40495867,0.4338843,0.40495867,0.34710744,0.28512397,0.23553719,0.20247933,0.20247933,0.2107438,0.21900827,0.21487603,0.21900827,0.24793388,0.29338843,0.29338843,0.2892562,0.38016528,0.4338843,0.5,0.5206612,0.58264464,0.5661157,0.59090906,0.6280992,0.6280992,0.6528926,0.6570248,0.6694215,0.6652893,0.6446281,0.6694215,0.6404959,0.6404959,0.6446281,0.6446281,0.6404959,0.6280992,0.61157024,0.58264464,0.553719,0.553719,0.553719,0.5165289,0.53305787,0.48347107,0.45041323,0.39256197,0.32231405,0.30165288,0.2768595,0.23966943,0.2603306,0.38842976,0.3429752,0.40082645,0.76859504,0.53305787,0.28512397,0.053719006,0.08677686,0.09504132,0.0785124,0.6528926,0.40082645,0.41735536,0.42975205,0.41735536,0.38429752,0.32231405,0.2644628,0.23553719,0.2107438,0.20661157,0.21487603,0.21487603,0.19421488,0.20247933,0.21900827,0.2231405,0.23966943,0.23553719,0.3553719,0.4338843,0.48347107,0.5123967,0.53305787,0.553719,0.58264464,0.59090906,0.607438,0.6322314,0.6322314,0.6363636,0.607438,0.6363636,0.6280992,0.61570245,0.61157024,0.61570245,0.61157024,0.59917355,0.57024795,0.5371901,0.5289256,0.5206612,0.4876033,0.48347107,0.5165289,0.46280992,0.40495867,0.30991736,0.26859504,0.2603306,0.24380165,0.25619835,0.3140496,0.41322315,0.33471075,0.41322315,0.8347107,0.5041322,0.4338843,0.11983471,0.07024793,0.08264463,0.08677686,12 +0.45454547,0.5041322,0.5041322,0.5041322,0.54545456,0.59090906,0.6198347,0.6280992,0.6694215,0.6694215,0.6983471,0.7066116,0.71900827,0.72727275,0.75619835,0.7644628,0.77272725,0.7892562,0.78512394,0.78512394,0.8016529,0.80991733,0.8181818,0.8264463,0.8305785,0.8264463,0.8264463,0.8181818,0.8181818,0.822314,0.8181818,0.8140496,0.8140496,0.822314,0.8181818,0.80991733,0.80991733,0.8181818,0.8140496,0.8181818,0.8140496,0.8057851,0.8016529,0.8057851,0.7933884,0.79752064,0.7768595,0.77272725,0.77272725,0.78099173,0.7768595,0.77272725,0.75619835,0.74793386,0.7231405,0.73140496,0.7107438,0.6859504,0.6446281,0.60330576,0.5661157,0.5495868,0.5495868,0.55785125,0.45041323,0.5,0.5041322,0.5082645,0.5413223,0.59090906,0.6198347,0.6404959,0.661157,0.677686,0.71487606,0.71487606,0.72727275,0.74380165,0.76033056,0.77272725,0.77272725,0.7892562,0.78512394,0.7892562,0.8016529,0.80991733,0.8140496,0.822314,0.8264463,0.822314,0.8264463,0.8181818,0.822314,0.8140496,0.8140496,0.8140496,0.8140496,0.8181818,0.8181818,0.8140496,0.80991733,0.8181818,0.822314,0.8181818,0.8140496,0.8057851,0.79752064,0.8057851,0.79752064,0.7933884,0.7768595,0.78099173,0.78099173,0.78512394,0.7768595,0.76859504,0.75619835,0.74793386,0.72727275,0.71487606,0.6983471,0.6859504,0.6404959,0.61157024,0.5661157,0.5371901,0.5413223,0.553719,0.44214877,0.49173555,0.5,0.5123967,0.54545456,0.57024795,0.61570245,0.6528926,0.6735537,0.70247936,0.7231405,0.71487606,0.73966944,0.75206614,0.76859504,0.7644628,0.76859504,0.78512394,0.78099173,0.7768595,0.7892562,0.8016529,0.8057851,0.8140496,0.822314,0.822314,0.8264463,0.822314,0.8181818,0.8057851,0.7933884,0.8140496,0.8140496,0.822314,0.8140496,0.8181818,0.8140496,0.8181818,0.8181818,0.822314,0.822314,0.80991733,0.8016529,0.80991733,0.79752064,0.7933884,0.78512394,0.78512394,0.78099173,0.78512394,0.78099173,0.76859504,0.74380165,0.75619835,0.7355372,0.73140496,0.7066116,0.6818182,0.6363636,0.60330576,0.57438016,0.5413223,0.53305787,0.5413223,0.45454547,0.49173555,0.5,0.5041322,0.5495868,0.57024795,0.6198347,0.6570248,0.6818182,0.7066116,0.7231405,0.7231405,0.74793386,0.7644628,0.7644628,0.76033056,0.76859504,0.77272725,0.78512394,0.77272725,0.78099173,0.78512394,0.7933884,0.79752064,0.8140496,0.8181818,0.822314,0.8264463,0.8181818,0.8057851,0.7892562,0.8140496,0.8140496,0.822314,0.80991733,0.8140496,0.8181818,0.8140496,0.8181818,0.8140496,0.8140496,0.8057851,0.8016529,0.8016529,0.79752064,0.7933884,0.7933884,0.78512394,0.78099173,0.78512394,0.78512394,0.78512394,0.75619835,0.76033056,0.75206614,0.7355372,0.7066116,0.69008267,0.6363636,0.59504133,0.56198347,0.5371901,0.5289256,0.5206612,0.45454547,0.48347107,0.4876033,0.5,0.5371901,0.58264464,0.62396693,0.6652893,0.6983471,0.71487606,0.73140496,0.7355372,0.74793386,0.77272725,0.7768595,0.7768595,0.74793386,0.75206614,0.7892562,0.78099173,0.77272725,0.7768595,0.7892562,0.8016529,0.8057851,0.8016529,0.80991733,0.822314,0.8264463,0.8140496,0.8057851,0.8140496,0.8140496,0.8264463,0.8057851,0.80991733,0.7933884,0.8140496,0.8140496,0.8140496,0.8057851,0.7933884,0.7933884,0.79752064,0.7933884,0.7933884,0.7933884,0.7892562,0.78512394,0.7892562,0.7892562,0.78512394,0.7644628,0.74380165,0.7355372,0.72727275,0.7231405,0.70247936,0.6528926,0.59504133,0.553719,0.5247934,0.5247934,0.5041322,0.46280992,0.4876033,0.47933885,0.49173555,0.53305787,0.59917355,0.6570248,0.6735537,0.6818182,0.7066116,0.7355372,0.7355372,0.73140496,0.74380165,0.78099173,0.77272725,0.73140496,0.7231405,0.7768595,0.78099173,0.78512394,0.7768595,0.7892562,0.7933884,0.79752064,0.7892562,0.8016529,0.8140496,0.8264463,0.8181818,0.8016529,0.8181818,0.822314,0.822314,0.80991733,0.8140496,0.78512394,0.8057851,0.8057851,0.8016529,0.7933884,0.7892562,0.78512394,0.79752064,0.78512394,0.7892562,0.78512394,0.7768595,0.7768595,0.7768595,0.77272725,0.75619835,0.74793386,0.73966944,0.7066116,0.6942149,0.7066116,0.6942149,0.6652893,0.607438,0.5495868,0.5247934,0.5206612,0.48347107,0.47933885,0.4876033,0.4752066,0.49173555,0.5289256,0.59090906,0.6363636,0.6363636,0.6322314,0.6446281,0.6818182,0.6983471,0.6694215,0.677686,0.7231405,0.73140496,0.71487606,0.6942149,0.73966944,0.7644628,0.78512394,0.78099173,0.78099173,0.7892562,0.7933884,0.7892562,0.79752064,0.80991733,0.8181818,0.8140496,0.79752064,0.8016529,0.8181818,0.8264463,0.80991733,0.8016529,0.8057851,0.79752064,0.7933884,0.78099173,0.78512394,0.78099173,0.7768595,0.7933884,0.77272725,0.76033056,0.75619835,0.73140496,0.7231405,0.71900827,0.6983471,0.661157,0.6694215,0.6859504,0.6735537,0.6570248,0.6446281,0.6404959,0.6363636,0.60330576,0.56198347,0.5165289,0.5165289,0.48347107,0.48347107,0.4876033,0.49173555,0.4752066,0.5082645,0.5661157,0.59504133,0.62396693,0.6198347,0.607438,0.61157024,0.62396693,0.58677685,0.5661157,0.607438,0.62396693,0.61570245,0.6322314,0.661157,0.7107438,0.75206614,0.7644628,0.7768595,0.7768595,0.78099173,0.78099173,0.78099173,0.7933884,0.8016529,0.8016529,0.78099173,0.7768595,0.8057851,0.8140496,0.8016529,0.78512394,0.78512394,0.7768595,0.77272725,0.76859504,0.76859504,0.75619835,0.74793386,0.74380165,0.71900827,0.6694215,0.6487603,0.62396693,0.607438,0.62396693,0.62396693,0.6322314,0.6280992,0.6404959,0.6528926,0.6446281,0.6198347,0.59504133,0.59504133,0.5785124,0.553719,0.5082645,0.5,0.5082645,0.47933885,0.4752066,0.4876033,0.46280992,0.5041322,0.5413223,0.553719,0.59090906,0.59090906,0.58264464,0.5785124,0.58677685,0.5495868,0.5165289,0.5413223,0.5413223,0.5413223,0.5123967,0.5371901,0.59090906,0.6363636,0.6818182,0.72727275,0.72727275,0.7107438,0.73966944,0.7231405,0.7355372,0.73966944,0.74380165,0.73966944,0.7066116,0.7231405,0.77272725,0.76033056,0.73966944,0.7231405,0.7066116,0.6942149,0.677686,0.6446281,0.72727275,0.6404959,0.6198347,0.62396693,0.57438016,0.58677685,0.5413223,0.5123967,0.6280992,0.5495868,0.54545456,0.61157024,0.6487603,0.6404959,0.6280992,0.59917355,0.5785124,0.58677685,0.56198347,0.5413223,0.5041322,0.47933885,0.5082645,0.47933885,0.49173555,0.45454547,0.46280992,0.5,0.5371901,0.5082645,0.54545456,0.6322314,0.6570248,0.6735537,0.677686,0.62396693,0.5082645,0.5247934,0.5082645,0.45867768,0.5247934,0.49173555,0.49586776,0.5082645,0.5,0.59504133,0.58264464,0.5247934,0.57024795,0.48347107,0.53305787,0.5785124,0.5785124,0.58677685,0.57024795,0.54545456,0.61157024,0.6198347,0.5785124,0.553719,0.49173555,0.5,0.5082645,0.47107437,0.58677685,0.5247934,0.4752066,0.47933885,0.49173555,0.46694216,0.46280992,0.45041323,0.53305787,0.5206612,0.5041322,0.6363636,0.73140496,0.6859504,0.59917355,0.54545456,0.5165289,0.5165289,0.5371901,0.5371901,0.5041322,0.46694216,0.5082645,0.47933885,0.5,0.46694216,0.46694216,0.45867768,0.4876033,0.45041323,0.47933885,0.61570245,0.6404959,0.61570245,0.59917355,0.58677685,0.5289256,0.49173555,0.45867768,0.42561984,0.43801653,0.42975205,0.4338843,0.45867768,0.5082645,0.56198347,0.59090906,0.553719,0.5785124,0.5247934,0.4752066,0.49173555,0.6322314,0.6322314,0.6404959,0.6487603,0.6652893,0.6652893,0.5661157,0.45454547,0.42975205,0.45867768,0.4876033,0.48347107,0.5,0.49173555,0.44214877,0.40495867,0.46694216,0.43801653,0.45867768,0.48347107,0.5206612,0.5371901,0.5413223,0.56198347,0.60330576,0.61570245,0.59090906,0.56198347,0.54545456,0.5165289,0.48347107,0.46694216,0.47933885,0.47107437,0.5082645,0.47933885,0.5041322,0.4752066,0.446281,0.39256197,0.42975205,0.45454547,0.46280992,0.5082645,0.57438016,0.5661157,0.56198347,0.6280992,0.6487603,0.59917355,0.49173555,0.44214877,0.4090909,0.38429752,0.37603307,0.4752066,0.6983471,0.8016529,0.8016529,0.7768595,0.78099173,0.76859504,0.6694215,0.35950413,0.6694215,0.7644628,0.73140496,0.73140496,0.7644628,0.7355372,0.5247934,0.45867768,0.58677685,0.5785124,0.56198347,0.5495868,0.53305787,0.49173555,0.43801653,0.38842976,0.38842976,0.40082645,0.4090909,0.46280992,0.5041322,0.53305787,0.553719,0.5661157,0.57438016,0.58264464,0.59504133,0.59504133,0.59090906,0.5661157,0.5247934,0.5123967,0.45454547,0.4214876,0.4876033,0.4876033,0.4752066,0.446281,0.4876033,0.47107437,0.46694216,0.5,0.5123967,0.5247934,0.59504133,0.61570245,0.61570245,0.69008267,0.75619835,0.73966944,0.6446281,0.56198347,0.5289256,0.46694216,0.39256197,0.5206612,0.8305785,0.88842976,0.87603307,0.8429752,0.7892562,0.77272725,0.77272725,0.37190083,0.5495868,0.8140496,0.7768595,0.74793386,0.7892562,0.71900827,0.47107437,0.54545456,0.6859504,0.607438,0.57024795,0.5413223,0.5165289,0.49586776,0.49173555,0.48347107,0.49173555,0.5495868,0.59504133,0.59917355,0.61570245,0.6363636,0.6487603,0.61570245,0.5785124,0.5785124,0.58677685,0.5661157,0.5413223,0.5371901,0.5206612,0.5041322,0.5165289,0.47933885,0.3966942,0.47933885,0.41322315,0.46694216,0.5206612,0.47107437,0.42561984,0.4752066,0.5206612,0.57024795,0.607438,0.62396693,0.6280992,0.61570245,0.62396693,0.6363636,0.6363636,0.60330576,0.5661157,0.5206612,0.4090909,0.5206612,0.75619835,0.8140496,0.7768595,0.69008267,0.6570248,0.6446281,0.71487606,0.42975205,0.45041323,0.7644628,0.74793386,0.71900827,0.73140496,0.69008267,0.48347107,0.58264464,0.6942149,0.58264464,0.5247934,0.49586776,0.4752066,0.5082645,0.607438,0.6198347,0.55785125,0.49586776,0.5785124,0.57024795,0.5785124,0.74793386,0.80991733,0.76859504,0.6322314,0.59917355,0.6487603,0.59504133,0.5371901,0.5206612,0.5,0.4876033,0.5041322,0.53305787,0.4752066,0.40495867,0.34710744,0.46280992,0.5247934,0.4876033,0.42561984,0.45041323,0.5289256,0.5661157,0.553719,0.5165289,0.4876033,0.45041323,0.4214876,0.4090909,0.40495867,0.41735536,0.40495867,0.39256197,0.35123968,0.38429752,0.49586776,0.55785125,0.5413223,0.46694216,0.47107437,0.5371901,0.6363636,0.4876033,0.3429752,0.53305787,0.58677685,0.59504133,0.61157024,0.6363636,0.5413223,0.61157024,0.6528926,0.5123967,0.45454547,0.446281,0.40495867,0.37190083,0.4214876,0.44214877,0.41322315,0.37603307,0.4090909,0.37190083,0.3553719,0.7231405,0.8429752,0.8471074,0.59917355,0.5206612,0.61570245,0.59504133,0.553719,0.5371901,0.5165289,0.5,0.5206612,0.5371901,0.5123967,0.37190083,0.3140496,0.47933885,0.5371901,0.5041322,0.45454547,0.45041323,0.53305787,0.4876033,0.44214877,0.42561984,0.35950413,0.38016528,0.33471075,0.24793388,0.25619835,0.3264463,0.338843,0.29338843,0.37190083,0.40082645,0.40495867,0.42975205,0.42975205,0.39256197,0.3305785,0.40495867,0.61157024,0.44214877,0.35950413,0.59504133,0.6942149,0.6528926,0.6363636,0.5785124,0.39256197,0.55785125,0.59090906,0.45867768,0.42561984,0.4338843,0.41322315,0.40495867,0.41322315,0.446281,0.41735536,0.30165288,0.30578512,0.35950413,0.21487603,0.338843,0.6322314,0.607438,0.46280992,0.45867768,0.4752066,0.54545456,0.5371901,0.5206612,0.5289256,0.5206612,0.5165289,0.5371901,0.5,0.4090909,0.338843,0.4876033,0.54545456,0.5165289,0.47107437,0.46280992,0.45041323,0.38842976,0.38016528,0.3181818,0.35123968,0.57024795,0.46694216,0.24793388,0.28099173,0.4090909,0.44214877,0.2768595,0.4214876,0.5206612,0.45867768,0.44214877,0.46694216,0.49586776,0.37190083,0.3264463,0.5206612,0.3677686,0.49173555,0.6652893,0.73966944,0.7355372,0.7355372,0.7066116,0.4090909,0.42975205,0.5413223,0.46694216,0.4876033,0.5,0.4752066,0.4338843,0.46280992,0.58677685,0.46694216,0.32231405,0.3264463,0.49586776,0.35123968,0.18595041,0.5165289,0.53305787,0.37603307,0.38842976,0.44214877,0.4338843,0.5,0.5082645,0.5289256,0.5371901,0.5206612,0.54545456,0.5413223,0.3553719,0.33471075,0.49586776,0.54545456,0.5289256,0.49173555,0.44214877,0.38016528,0.35950413,0.3966942,0.33471075,0.43801653,0.6446281,0.5206612,0.28512397,0.3264463,0.29752067,0.3966942,0.34710744,0.53305787,0.6363636,0.56198347,0.5082645,0.4338843,0.47107437,0.49173555,0.3966942,0.38429752,0.3264463,0.59917355,0.76859504,0.8016529,0.78099173,0.77272725,0.75206614,0.47933885,0.33471075,0.5371901,0.5371901,0.58677685,0.5206612,0.45867768,0.45041323,0.5289256,0.6363636,0.49173555,0.35123968,0.30578512,0.3553719,0.37603307,0.3264463,0.55785125,0.61157024,0.45454547,0.38842976,0.38842976,0.42975205,0.42561984,0.45454547,0.5123967,0.5495868,0.5413223,0.553719,0.54545456,0.2107438,0.2520661,0.5165289,0.5661157,0.54545456,0.5371901,0.48347107,0.41735536,0.41735536,0.46694216,0.5495868,0.553719,0.59917355,0.6446281,0.42561984,0.40495867,0.41322315,0.43801653,0.49173555,0.6198347,0.6487603,0.59504133,0.553719,0.5,0.5,0.5082645,0.49173555,0.3264463,0.3429752,0.6322314,0.77272725,0.8181818,0.7933884,0.7933884,0.78099173,0.55785125,0.26859504,0.49173555,0.6198347,0.60330576,0.4752066,0.49586776,0.4876033,0.5413223,0.62396693,0.62396693,0.5041322,0.42975205,0.42561984,0.45454547,0.53305787,0.6404959,0.6198347,0.5371901,0.49586776,0.46694216,0.4752066,0.43801653,0.43801653,0.5,0.553719,0.5661157,0.54545456,0.53305787,0.17768595,0.27272728,0.5123967,0.58264464,0.57024795,0.5661157,0.5495868,0.5041322,0.49586776,0.5082645,0.5413223,0.60330576,0.6404959,0.6652893,0.62396693,0.5785124,0.56198347,0.59504133,0.607438,0.61157024,0.61157024,0.59090906,0.5785124,0.59090906,0.60330576,0.57024795,0.5206612,0.38429752,0.40495867,0.6363636,0.76033056,0.8181818,0.8057851,0.8016529,0.75619835,0.607438,0.3305785,0.32231405,0.6280992,0.60330576,0.54545456,0.5206612,0.5371901,0.56198347,0.6198347,0.6694215,0.677686,0.61570245,0.59504133,0.59917355,0.6404959,0.6652893,0.6363636,0.59917355,0.58677685,0.5661157,0.5495868,0.47933885,0.49173555,0.5041322,0.5371901,0.553719,0.5247934,0.5,0.18181819,0.3305785,0.49173555,0.57438016,0.59917355,0.607438,0.59090906,0.57024795,0.5661157,0.56198347,0.5785124,0.607438,0.6280992,0.6446281,0.6198347,0.6446281,0.6446281,0.6198347,0.59504133,0.56198347,0.55785125,0.59090906,0.62396693,0.6528926,0.6570248,0.62396693,0.58264464,0.46694216,0.4338843,0.61157024,0.75206614,0.822314,0.80991733,0.8016529,0.75206614,0.6198347,0.37190083,0.3181818,0.5247934,0.5785124,0.55785125,0.53305787,0.5413223,0.54545456,0.58677685,0.61570245,0.6404959,0.6446281,0.677686,0.677686,0.6818182,0.6942149,0.6942149,0.6983471,0.6694215,0.59504133,0.57438016,0.54545456,0.5165289,0.53305787,0.5123967,0.5289256,0.48347107,0.46280992,0.1983471,0.35950413,0.49586776,0.553719,0.6198347,0.6363636,0.6280992,0.61157024,0.5785124,0.5495868,0.60330576,0.6487603,0.6735537,0.6735537,0.6404959,0.6487603,0.6363636,0.61157024,0.59504133,0.59917355,0.61157024,0.6446281,0.6570248,0.6652893,0.6735537,0.6322314,0.57024795,0.42975205,0.41735536,0.59090906,0.73966944,0.822314,0.8140496,0.8140496,0.75619835,0.6280992,0.4214876,0.30991736,0.5123967,0.5247934,0.5413223,0.54545456,0.59090906,0.59090906,0.60330576,0.61157024,0.61157024,0.6198347,0.6528926,0.6735537,0.6818182,0.70247936,0.6983471,0.69008267,0.6694215,0.59504133,0.60330576,0.59917355,0.5661157,0.57024795,0.55785125,0.5371901,0.5123967,0.47933885,0.24380165,0.35950413,0.5123967,0.5495868,0.6198347,0.6446281,0.6404959,0.6198347,0.60330576,0.59504133,0.61570245,0.62396693,0.62396693,0.6198347,0.61157024,0.6198347,0.6322314,0.6528926,0.6446281,0.6652893,0.6363636,0.6652893,0.6570248,0.6942149,0.6942149,0.6322314,0.5247934,0.36363637,0.45041323,0.5661157,0.7066116,0.8181818,0.8264463,0.8181818,0.7644628,0.61157024,0.5289256,0.30165288,0.553719,0.5289256,0.58264464,0.59504133,0.607438,0.6280992,0.6446281,0.62396693,0.61157024,0.61157024,0.6198347,0.61570245,0.61157024,0.6198347,0.62396693,0.6363636,0.6404959,0.62396693,0.607438,0.6198347,0.61570245,0.61157024,0.59917355,0.5661157,0.56198347,0.5289256,0.32231405,0.35123968,0.5289256,0.55785125,0.6198347,0.6528926,0.6446281,0.6198347,0.61157024,0.61157024,0.6322314,0.6404959,0.6322314,0.6322314,0.6528926,0.6570248,0.6652893,0.6859504,0.6694215,0.677686,0.61570245,0.6694215,0.7066116,0.74380165,0.6528926,0.57438016,0.5123967,0.39256197,0.49173555,0.553719,0.69008267,0.8057851,0.8264463,0.8140496,0.7644628,0.62396693,0.53305787,0.4876033,0.5041322,0.5123967,0.5785124,0.6570248,0.6528926,0.6528926,0.6694215,0.661157,0.6487603,0.6528926,0.661157,0.6528926,0.6404959,0.6446281,0.6404959,0.6528926,0.6694215,0.677686,0.6694215,0.6487603,0.6404959,0.6280992,0.62396693,0.58677685,0.58264464,0.57438016,0.40082645,0.38429752,0.5206612,0.57024795,0.61570245,0.677686,0.6942149,0.677686,0.6528926,0.6446281,0.69008267,0.71487606,0.71900827,0.7107438,0.71487606,0.7066116,0.6942149,0.7066116,0.6859504,0.6859504,0.661157,0.6983471,0.7644628,0.71487606,0.54545456,0.46694216,0.5661157,0.45454547,0.5,0.57438016,0.6942149,0.8016529,0.8264463,0.80991733,0.77272725,0.6528926,0.5289256,0.5082645,0.58677685,0.37603307,0.5123967,0.6446281,0.6942149,0.6983471,0.6942149,0.677686,0.661157,0.6446281,0.661157,0.661157,0.661157,0.661157,0.6735537,0.69008267,0.6942149,0.70247936,0.6942149,0.6983471,0.69008267,0.6528926,0.6322314,0.61157024,0.59090906,0.58264464,0.4338843,0.446281,0.5041322,0.57024795,0.58677685,0.6694215,0.6942149,0.7107438,0.7107438,0.69008267,0.6942149,0.71900827,0.73140496,0.71900827,0.7107438,0.6983471,0.7066116,0.71487606,0.7231405,0.71487606,0.72727275,0.71900827,0.7355372,0.6404959,0.4214876,0.5289256,0.59090906,0.5123967,0.5289256,0.59090906,0.70247936,0.7933884,0.822314,0.8057851,0.78099173,0.6859504,0.57438016,0.5165289,0.57438016,0.5082645,0.38429752,0.58264464,0.6942149,0.72727275,0.73140496,0.73140496,0.7231405,0.6983471,0.70247936,0.7066116,0.6983471,0.70247936,0.73140496,0.73966944,0.73966944,0.73140496,0.7231405,0.7107438,0.69008267,0.6528926,0.62396693,0.6198347,0.59917355,0.5661157,0.47107437,0.45041323,0.5247934,0.56198347,0.5661157,0.59917355,0.6942149,0.73966944,0.75619835,0.7231405,0.6983471,0.72727275,0.75206614,0.73966944,0.72727275,0.72727275,0.73140496,0.73140496,0.7355372,0.73966944,0.7355372,0.72727275,0.70247936,0.5,0.45041323,0.59917355,0.5495868,0.57438016,0.5661157,0.58677685,0.6983471,0.7768595,0.8140496,0.8016529,0.78099173,0.7231405,0.6198347,0.58264464,0.54545456,0.5785124,0.45041323,0.4338843,0.6280992,0.71487606,0.73966944,0.75206614,0.74380165,0.74380165,0.73140496,0.71900827,0.7355372,0.71900827,0.71900827,0.72727275,0.71900827,0.71487606,0.7107438,0.70247936,0.6735537,0.6280992,0.61570245,0.59090906,0.58677685,0.55785125,0.5206612,0.43801653,0.5371901,0.56198347,0.553719,0.58264464,0.6404959,0.71900827,0.72727275,0.71487606,0.6942149,0.7107438,0.74793386,0.7355372,0.73966944,0.74793386,0.74380165,0.7355372,0.74380165,0.74793386,0.74793386,0.7231405,0.553719,0.48347107,0.58264464,0.5661157,0.55785125,0.6322314,0.59917355,0.59917355,0.6983471,0.7644628,0.80991733,0.7933884,0.7768595,0.75206614,0.6694215,0.61157024,0.61570245,0.57024795,0.59917355,0.48347107,0.45867768,0.6487603,0.74380165,0.75206614,0.75206614,0.74793386,0.74380165,0.73140496,0.73140496,0.73966944,0.73140496,0.7355372,0.7107438,0.69008267,0.6818182,0.6818182,0.6570248,0.607438,0.59917355,0.58677685,0.58264464,0.6404959,0.4752066,0.5082645,0.5247934,0.553719,0.5495868,0.57024795,0.6404959,0.6942149,0.6942149,0.70247936,0.7066116,0.70247936,0.73140496,0.72727275,0.73140496,0.73140496,0.73140496,0.73140496,0.73966944,0.76033056,0.73966944,0.59090906,0.5082645,0.607438,0.59504133,0.5413223,0.6198347,0.6446281,0.61157024,0.6570248,0.72727275,0.77272725,0.8016529,0.79752064,0.7768595,0.75619835,0.71487606,0.6570248,0.61157024,0.61157024,0.61157024,0.6404959,0.5041322,0.47933885,0.6652893,0.76033056,0.74793386,0.73966944,0.74380165,0.74380165,0.73140496,0.74380165,0.71900827,0.73140496,0.71487606,0.6818182,0.6652893,0.6570248,0.6363636,0.58677685,0.57024795,0.59504133,0.6528926,0.6322314,0.3429752,0.5165289,0.58264464,0.5785124,0.59090906,0.60330576,0.6363636,0.6652893,0.6652893,0.6983471,0.7066116,0.69008267,0.7107438,0.71487606,0.72727275,0.71900827,0.72727275,0.7355372,0.73966944,0.73966944,0.6322314,0.5123967,0.61157024,0.6322314,0.56198347,0.56198347,0.6363636,0.6198347,0.6322314,0.7107438,0.76033056,0.7933884,0.80991733,0.8016529,0.7933884,0.7644628,0.71900827,0.6818182,0.60330576,0.5661157,0.61157024,0.6446281,0.6322314,0.5289256,0.47933885,0.6487603,0.75206614,0.74380165,0.73966944,0.73966944,0.71900827,0.74793386,0.71487606,0.71487606,0.6983471,0.6818182,0.6570248,0.6446281,0.62396693,0.59090906,0.61570245,0.6983471,0.6487603,0.5206612,0.446281,0.37190083,0.5661157,0.6404959,0.607438,0.6198347,0.6280992,0.6487603,0.661157,0.6983471,0.6942149,0.6652893,0.70247936,0.7231405,0.7231405,0.71900827,0.72727275,0.72727275,0.6859504,0.58264464,0.5289256,0.61570245,0.661157,0.59090906,0.5413223,0.60330576,0.6198347,0.607438,0.6487603,0.71900827,0.7644628,0.8140496,0.822314,0.80991733,0.79752064,0.76859504,0.7231405,0.6859504,0.6363636,0.553719,0.58677685,0.6280992,0.6446281,0.607438,0.57024795,0.5041322,0.5247934,0.7107438,0.76033056,0.73966944,0.71900827,0.7231405,0.73140496,0.7066116,0.6735537,0.6818182,0.661157,0.661157,0.6735537,0.7066116,0.7355372,0.6487603,0.54545456,0.59504133,0.42561984,0.5371901,0.45867768,0.5289256,0.61157024,0.6404959,0.6363636,0.6363636,0.661157,0.6694215,0.6652893,0.661157,0.69008267,0.7107438,0.73140496,0.71487606,0.71487606,0.62396693,0.5413223,0.5661157,0.6446281,0.6528926,0.607438,0.56198347,0.57024795,0.6322314,0.61157024,0.607438,0.6570248,0.73140496,0.76859504,0.80991733,0.8264463,0.79752064,0.7933884,0.7644628,0.71900827,0.69008267,0.6652893,0.57438016,0.59090906,0.61570245,0.6198347,0.61570245,0.607438,0.57438016,0.553719,0.45867768,0.553719,0.6528926,0.6859504,0.677686,0.71487606,0.72727275,0.7066116,0.73140496,0.71900827,0.7066116,0.677686,0.6446281,0.58677685,0.5495868,0.59504133,0.6363636,0.4214876,0.47933885,0.56198347,0.5413223,0.5041322,0.553719,0.59504133,0.61570245,0.6818182,0.73966944,0.74793386,0.77272725,0.76033056,0.71487606,0.6694215,0.59090906,0.56198347,0.553719,0.6404959,0.6735537,0.6694215,0.6280992,0.55785125,0.5413223,0.59504133,0.6528926,0.61570245,0.59917355,0.661157,0.73140496,0.78099173,0.79752064,0.80991733,0.7892562,0.77272725,0.74793386,0.71900827,0.6859504,0.677686,0.61570245,0.61157024,0.62396693,0.58677685,0.5785124,0.62396693,0.62396693,0.58264464,0.5661157,0.5165289,0.4876033,0.5165289,0.5371901,0.62396693,0.6280992,0.6280992,0.607438,0.607438,0.58677685,0.59090906,0.59504133,0.58677685,0.61157024,0.6363636,0.59504133,0.41735536,0.46280992,0.5413223,0.57024795,0.5661157,0.49173555,0.49586776,0.5247934,0.5495868,0.57438016,0.55785125,0.59090906,0.57438016,0.59917355,0.59504133,0.59504133,0.62396693,0.6652893,0.6818182,0.661157,0.6446281,0.59917355,0.53305787,0.5371901,0.61157024,0.6570248,0.62396693,0.60330576,0.6404959,0.7355372,0.7768595,0.7933884,0.7892562,0.79752064,0.7644628,0.72727275,0.70247936,0.677686,0.677686,0.6322314,0.61570245,0.6363636,0.59090906,0.5247934,0.553719,0.607438,0.6198347,0.6280992,0.6198347,0.60330576,0.57024795,0.5413223,0.5123967,0.5,0.5206612,0.5206612,0.5413223,0.57024795,0.61157024,0.6322314,0.62396693,0.6280992,0.60330576,0.5661157,0.41322315,0.44214877,0.5041322,0.54545456,0.56198347,0.55785125,0.5371901,0.5123967,0.5247934,0.5413223,0.56198347,0.57438016,0.59504133,0.6198347,0.6198347,0.6446281,0.6528926,0.661157,0.6528926,0.6363636,0.61570245,0.5661157,0.5206612,0.5413223,0.6280992,0.661157,0.6280992,0.59504133,0.6446281,0.7355372,0.7892562,0.7933884,0.7933884,0.78512394,0.75619835,0.71900827,0.6694215,0.6652893,0.6694215,0.6404959,0.607438,0.61570245,0.59090906,0.5123967,0.5041322,0.55785125,0.59090906,0.6198347,0.6404959,0.6487603,0.61570245,0.60330576,0.61570245,0.61157024,0.61157024,0.6322314,0.59090906,0.61157024,0.6363636,0.6404959,0.6198347,0.59917355,0.56198347,0.5371901,0.38429752,0.42561984,0.46280992,0.5165289,0.54545456,0.54545456,0.5371901,0.5413223,0.5661157,0.5785124,0.58677685,0.607438,0.61157024,0.61157024,0.6322314,0.62396693,0.6487603,0.6404959,0.62396693,0.607438,0.59917355,0.54545456,0.5041322,0.53305787,0.62396693,0.6446281,0.6280992,0.58677685,0.6363636,0.7231405,0.76859504,0.7768595,0.8016529,0.7892562,0.74380165,0.70247936,0.6487603,0.6528926,0.6528926,0.6280992,0.59504133,0.57438016,0.55785125,0.4876033,0.5,0.54545456,0.55785125,0.57438016,0.59090906,0.61570245,0.62396693,0.6322314,0.6404959,0.62396693,0.6322314,0.6570248,0.607438,0.61570245,0.6280992,0.6280992,0.607438,0.58677685,0.55785125,0.53305787,0.40082645,0.41322315,0.4338843,0.4876033,0.53305787,0.5247934,0.5247934,0.5371901,0.55785125,0.5785124,0.59090906,0.59504133,0.607438,0.60330576,0.61157024,0.62396693,0.62396693,0.6363636,0.59917355,0.607438,0.62396693,0.59090906,0.5,0.4752066,0.55785125,0.59504133,0.58677685,0.55785125,0.59504133,0.6652893,0.71900827,0.75206614,0.7768595,0.7768595,0.73140496,0.6694215,0.62396693,0.6198347,0.61157024,0.57024795,0.5289256,0.5247934,0.5,0.46694216,0.5371901,0.59090906,0.60330576,0.59090906,0.59504133,0.60330576,0.607438,0.6280992,0.6280992,0.6280992,0.6363636,0.6570248,0.6198347,0.607438,0.61570245,0.61570245,0.58264464,0.5785124,0.553719,0.5289256,0.41735536,0.4214876,0.42561984,0.446281,0.4876033,0.5041322,0.5165289,0.5206612,0.5371901,0.553719,0.57438016,0.59090906,0.59917355,0.607438,0.59090906,0.60330576,0.6198347,0.6322314,0.607438,0.6322314,0.661157,0.6570248,0.5413223,0.43801653,0.41322315,0.45041323,0.48347107,0.47107437,0.5123967,0.59090906,0.6404959,0.69008267,0.7231405,0.73140496,0.6735537,0.59917355,0.553719,0.5413223,0.5,0.42975205,0.38842976,0.39256197,0.4090909,0.46280992,0.59504133,0.61157024,0.661157,0.6487603,0.6198347,0.61157024,0.607438,0.6280992,0.6280992,0.6280992,0.61570245,0.6280992,0.6198347,0.607438,0.59090906,0.5785124,0.57024795,0.5495868,0.53305787,0.5082645,0.41735536,0.45041323,0.45867768,0.4090909,0.4338843,0.4752066,0.49586776,0.5165289,0.5247934,0.53305787,0.55785125,0.57024795,0.57438016,0.59090906,0.59504133,0.61570245,0.6322314,0.6404959,0.6446281,0.6735537,0.69008267,0.70247936,0.61570245,0.5206612,0.35950413,0.26859504,0.2644628,0.338843,0.4338843,0.5123967,0.5661157,0.59917355,0.6404959,0.6404959,0.59090906,0.5247934,0.46694216,0.4090909,0.35123968,0.3140496,0.29752067,0.30578512,0.4090909,0.5413223,0.60330576,0.6198347,0.6652893,0.6859504,0.661157,0.6363636,0.62396693,0.6322314,0.62396693,0.6198347,0.607438,0.607438,0.59917355,0.59504133,0.57024795,0.55785125,0.5495868,0.5371901,0.5165289,0.5041322,0.4090909,0.45041323,0.5082645,0.45041323,0.4090909,0.45041323,0.4876033,0.5165289,0.5289256,0.5289256,0.5495868,0.553719,0.57024795,0.58264464,0.60330576,0.6404959,0.661157,0.661157,0.677686,0.6942149,0.70247936,0.72727275,0.6652893,0.607438,0.49173555,0.25619835,0.19008264,0.18181819,0.28099173,0.3966942,0.45454547,0.49173555,0.5289256,0.5413223,0.5289256,0.47107437,0.38016528,0.3429752,0.3553719,0.38842976,0.42561984,0.47107437,0.54545456,0.57438016,0.607438,0.59917355,0.6487603,0.6818182,0.6859504,0.6694215,0.6322314,0.62396693,0.6198347,0.6198347,0.6198347,0.61157024,0.59917355,0.59090906,0.5661157,0.5661157,0.55785125,0.5206612,0.5082645,0.5082645,0.41735536,0.43801653,0.5289256,0.53305787,0.43801653,0.44214877,0.4752066,0.5123967,0.5247934,0.53305787,0.5371901,0.553719,0.58677685,0.61157024,0.6322314,0.6694215,0.6942149,0.6818182,0.6859504,0.6942149,0.7107438,0.73140496,0.71487606,0.6694215,0.59917355,0.4338843,0.29752067,0.22727273,0.2107438,0.2644628,0.3264463,0.37603307,0.40495867,0.43801653,0.446281,0.40495867,0.36363637,0.40082645,0.44214877,0.49586776,0.5413223,0.5495868,0.57024795,0.59090906,0.607438,0.59504133,0.61157024,0.6570248,0.6694215,0.6735537,0.6446281,0.61157024,0.607438,0.61570245,0.6198347,0.6280992,0.61570245,0.59090906,0.5661157,0.5495868,0.5247934,0.5206612,0.5041322,0.5123967,0.4090909,0.45041323,0.5206612,0.58264464,0.5041322,0.45454547,0.4752066,0.5165289,0.5247934,0.5289256,0.5371901,0.54545456,0.59090906,0.6404959,0.6652893,0.677686,0.6859504,0.6859504,0.677686,0.6818182,0.6983471,0.71487606,0.71487606,0.69008267,0.6818182,0.6280992,0.48347107,0.3553719,0.30165288,0.2603306,0.24380165,0.2603306,0.2892562,0.3305785,0.37603307,0.40082645,0.42975205,0.45867768,0.49586776,0.53305787,0.5495868,0.5206612,0.553719,0.62396693,0.607438,0.59090906,0.59917355,0.6322314,0.6446281,0.6446281,0.6446281,0.61157024,0.58677685,0.59504133,0.61570245,0.6363636,0.6280992,0.60330576,0.57024795,0.53305787,0.53305787,0.5289256,0.5206612,0.53305787,0.41322315,0.44214877,0.5206612,0.58677685,0.60330576,0.46280992,0.5041322,0.553719,0.5495868,0.5206612,0.53305787,0.58264464,0.6322314,0.6570248,0.6818182,0.661157,0.6487603,0.6652893,0.6818182,0.6735537,0.6818182,0.6942149,0.7066116,0.6942149,0.6694215,0.6570248,0.6198347,0.54545456,0.446281,0.3677686,0.33471075,0.2892562,0.2892562,0.3553719,0.41735536,0.446281,0.4752066,0.5041322,0.5289256,0.53305787,0.5413223,0.53305787,0.56198347,0.61157024,0.59504133,0.57024795,0.59917355,0.62396693,0.62396693,0.6363636,0.6280992,0.6198347,0.57438016,0.5413223,0.59504133,0.62396693,0.61157024,0.61157024,0.57438016,0.5413223,0.5413223,0.5495868,0.5495868,0.5413223,0.41735536,0.42975205,0.5082645,0.59504133,0.6570248,0.48347107,0.53305787,0.60330576,0.5785124,0.57438016,0.59090906,0.6322314,0.6363636,0.6487603,0.6570248,0.6446281,0.6322314,0.6446281,0.6694215,0.6528926,0.6528926,0.6570248,0.6859504,0.6818182,0.6570248,0.6528926,0.661157,0.6363636,0.60330576,0.5371901,0.49586776,0.446281,0.446281,0.5,0.53305787,0.53305787,0.5371901,0.553719,0.57438016,0.5495868,0.53305787,0.5413223,0.5661157,0.60330576,0.58677685,0.57024795,0.59504133,0.6198347,0.607438,0.61570245,0.59917355,0.607438,0.59917355,0.5371901,0.55785125,0.607438,0.61157024,0.60330576,0.56198347,0.5413223,0.5413223,0.5495868,0.553719,0.5413223,0.38842976,0.4338843,0.48347107,0.58677685,0.6570248,0.5123967,0.5495868,0.6322314,0.6322314,0.59090906,0.62396693,0.6280992,0.6198347,0.6404959,0.6404959,0.6446281,0.6280992,0.61157024,0.6198347,0.6280992,0.61157024,0.62396693,0.6487603,0.6528926,0.6487603,0.6446281,0.661157,0.6446281,0.6198347,0.6404959,0.60330576,0.5661157,0.57024795,0.59090906,0.59090906,0.59090906,0.5785124,0.57438016,0.57438016,0.55785125,0.553719,0.54545456,0.5661157,0.5785124,0.57024795,0.5661157,0.58264464,0.58264464,0.57438016,0.57438016,0.5247934,0.553719,0.59504133,0.55785125,0.53305787,0.62396693,0.6363636,0.59917355,0.553719,0.553719,0.5495868,0.56198347,0.55785125,0.5289256,0.35950413,0.43801653,0.47107437,0.57024795,0.6652893,0.5371901,0.5289256,0.6694215,0.6570248,0.59090906,0.62396693,0.61570245,0.59917355,0.62396693,0.62396693,0.6280992,0.607438,0.58677685,0.57438016,0.5785124,0.57024795,0.59917355,0.61157024,0.61570245,0.6322314,0.6322314,0.6280992,0.6363636,0.61157024,0.6363636,0.6280992,0.59504133,0.59504133,0.59504133,0.58677685,0.5661157,0.5661157,0.57024795,0.5495868,0.53305787,0.5413223,0.5413223,0.56198347,0.553719,0.5371901,0.53305787,0.53305787,0.5206612,0.5206612,0.5247934,0.5082645,0.5247934,0.5661157,0.553719,0.553719,0.6652893,0.6570248,0.61157024,0.56198347,0.553719,0.5495868,0.5661157,0.5661157,0.5371901,0.3140496,0.4214876,0.47933885,0.54545456,0.6528926,0.5495868,0.4876033,0.6652893,0.661157,0.58677685,0.6404959,0.59504133,0.54545456,0.58677685,0.58264464,0.5785124,0.54545456,0.5082645,0.49173555,0.5041322,0.5123967,0.5371901,0.57024795,0.5785124,0.59090906,0.58264464,0.59504133,0.59090906,0.58677685,0.58264464,0.60330576,0.57438016,0.5785124,0.58264464,0.56198347,0.5371901,0.553719,0.5413223,0.5247934,0.53305787,0.5247934,0.53305787,0.553719,0.53305787,0.5041322,0.5041322,0.46694216,0.43801653,0.43801653,0.46280992,0.5041322,0.54545456,0.5495868,0.5371901,0.5661157,0.70247936,0.6859504,0.6198347,0.55785125,0.5495868,0.54545456,0.55785125,0.57024795,0.553719,0.28099173,0.38842976,0.46694216,0.5413223,0.61570245,0.55785125,0.5,0.661157,0.6404959,0.5785124,0.6694215,0.6322314,0.47933885,0.53305787,0.5495868,0.5206612,0.46694216,0.40495867,0.35123968,0.34710744,0.39256197,0.44214877,0.48347107,0.5165289,0.5206612,0.5371901,0.54545456,0.54545456,0.5371901,0.5247934,0.5495868,0.55785125,0.5661157,0.57024795,0.553719,0.553719,0.5206612,0.5371901,0.5371901,0.5206612,0.5165289,0.5082645,0.5,0.48347107,0.45041323,0.4214876,0.37190083,0.3553719,0.37190083,0.3966942,0.46694216,0.5247934,0.5371901,0.5041322,0.55785125,0.7355372,0.70247936,0.60330576,0.5495868,0.5413223,0.5495868,0.56198347,0.5661157,0.5495868,0.27272728,0.34710744,0.42975205,0.5123967,0.59504133,0.58264464,0.46280992,0.59090906,0.6198347,0.56198347,0.6652893,0.7107438,0.49586776,0.4752066,0.5041322,0.5,0.446281,0.38842976,0.29338843,0.24380165,0.2520661,0.30165288,0.34710744,0.40082645,0.4338843,0.45454547,0.46694216,0.47933885,0.4876033,0.49586776,0.5247934,0.5495868,0.57024795,0.59090906,0.5495868,0.57024795,0.5413223,0.5289256,0.5206612,0.4876033,0.45454547,0.42561984,0.39256197,0.38842976,0.37603307,0.34710744,0.3553719,0.4214876,0.47107437,0.4752066,0.47107437,0.5289256,0.57024795,0.48347107,0.607438,0.75206614,0.69008267,0.58264464,0.53305787,0.5247934,0.55785125,0.57024795,0.5661157,0.5371901,0.2603306,0.29752067,0.3966942,0.46280992,0.553719,0.59504133,0.46280992,0.5123967,0.60330576,0.5413223,0.607438,0.7107438,0.61157024,0.47933885,0.5206612,0.56198347,0.55785125,0.5247934,0.48347107,0.46694216,0.40082645,0.3181818,0.30991736,0.3181818,0.338843,0.3553719,0.3677686,0.38842976,0.4090909,0.4338843,0.45867768,0.4752066,0.4752066,0.5413223,0.5206612,0.4876033,0.47107437,0.43801653,0.40495867,0.37190083,0.36363637,0.36363637,0.37190083,0.3966942,0.41735536,0.4338843,0.45454547,0.5041322,0.54545456,0.5785124,0.59090906,0.60330576,0.5785124,0.5165289,0.661157,0.7355372,0.6652893,0.5495868,0.5206612,0.5123967,0.5661157,0.5661157,0.54545456,0.5082645,0.26859504,0.2768595,0.338843,0.4338843,0.5165289,0.57024795,0.49173555,0.5041322,0.59090906,0.5289256,0.5495868,0.6528926,0.6859504,0.5661157,0.5247934,0.59917355,0.6280992,0.6198347,0.61157024,0.60330576,0.5661157,0.54545456,0.4876033,0.446281,0.4214876,0.41322315,0.42975205,0.44214877,0.45041323,0.45867768,0.43801653,0.40082645,0.38842976,0.4214876,0.42561984,0.41322315,0.40495867,0.3966942,0.39256197,0.39256197,0.4090909,0.42561984,0.46280992,0.49173555,0.49586776,0.5041322,0.5165289,0.53305787,0.56198347,0.58677685,0.59917355,0.60330576,0.57024795,0.59504133,0.6859504,0.69008267,0.62396693,0.5247934,0.49586776,0.5123967,0.55785125,0.54545456,0.5206612,0.4876033,0.26859504,0.25619835,0.29338843,0.38016528,0.47933885,0.553719,0.5123967,0.5,0.57024795,0.53305787,0.5206612,0.61570245,0.6818182,0.677686,0.5785124,0.60330576,0.661157,0.6735537,0.6652893,0.58677685,0.5785124,0.58264464,0.59090906,0.59090906,0.58677685,0.5661157,0.55785125,0.56198347,0.59090906,0.6487603,0.6570248,0.62396693,0.61157024,0.59917355,0.607438,0.59090906,0.56198347,0.5289256,0.53305787,0.5206612,0.5082645,0.5165289,0.5289256,0.5371901,0.5289256,0.5247934,0.5289256,0.55785125,0.57024795,0.59504133,0.607438,0.59504133,0.57438016,0.6446281,0.6859504,0.6487603,0.58677685,0.4876033,0.48347107,0.5123967,0.5413223,0.5289256,0.4876033,0.46280992,0.2644628,0.25619835,0.26859504,0.30578512,0.41735536,0.5041322,0.5041322,0.47933885,0.53305787,0.5289256,0.49586776,0.5661157,0.6363636,0.6487603,0.59917355,0.59504133,0.6446281,0.6570248,0.6528926,0.60330576,0.57024795,0.5785124,0.58677685,0.59504133,0.62396693,0.6322314,0.6198347,0.6198347,0.6487603,0.6859504,0.6983471,0.71487606,0.71900827,0.7107438,0.7231405,0.7107438,0.6735537,0.6280992,0.60330576,0.59917355,0.57438016,0.58264464,0.56198347,0.553719,0.54545456,0.53305787,0.5371901,0.57024795,0.60330576,0.607438,0.58264464,0.57438016,0.5661157,0.6322314,0.6570248,0.59917355,0.5413223,0.46694216,0.49586776,0.5082645,0.5247934,0.5123967,0.47107437,0.4338843,0.2644628,0.26859504,0.25619835,0.25619835,0.35123968,0.4338843,0.47107437,0.46280992,0.5,0.5165289,0.4876033,0.5247934,0.59090906,0.61157024,0.59090906,0.5661157,0.60330576,0.6280992,0.62396693,0.607438,0.55785125,0.5661157,0.57024795,0.5785124,0.59917355,0.6198347,0.6404959,0.6363636,0.661157,0.6859504,0.6859504,0.69008267,0.6983471,0.6942149,0.6942149,0.6859504,0.6735537,0.6570248,0.62396693,0.59917355,0.59917355,0.59917355,0.5661157,0.5661157,0.54545456,0.5413223,0.553719,0.5785124,0.59504133,0.59917355,0.5661157,0.5413223,0.54545456,0.59504133,0.59917355,0.5413223,0.4876033,0.45867768,0.48347107,0.48347107,0.5041322,0.46280992,0.44214877,0.38842976,0.2768595,0.25619835,0.26859504,0.24793388,0.27272728,0.3553719,0.43801653,0.446281,0.4752066,0.49586776,0.48347107,0.49586776,0.53305787,0.57024795,0.55785125,0.5661157,0.5785124,0.59504133,0.57438016,0.58677685,0.5495868,0.5495868,0.5371901,0.56198347,0.57438016,0.58264464,0.61157024,0.59504133,0.6198347,0.6487603,0.62396693,0.6280992,0.62396693,0.6322314,0.6404959,0.6446281,0.6446281,0.6280992,0.60330576,0.57024795,0.59504133,0.5785124,0.54545456,0.56198347,0.553719,0.5495868,0.5661157,0.58677685,0.58264464,0.5785124,0.5413223,0.5206612,0.5413223,0.57024795,0.5495868,0.49586776,0.46280992,0.45454547,0.46694216,0.47933885,0.47933885,0.446281,0.40495867,0.35123968,0.2644628,0.27272728,0.25619835,0.26859504,0.23966943,0.2768595,0.38016528,0.4338843,0.45041323,0.47933885,0.45867768,0.45454547,0.49586776,0.5413223,0.5371901,0.5371901,0.57438016,0.58677685,0.5785124,0.57438016,0.5495868,0.5206612,0.5206612,0.5247934,0.5123967,0.5289256,0.5371901,0.5413223,0.53305787,0.55785125,0.553719,0.553719,0.56198347,0.57438016,0.58677685,0.59504133,0.5785124,0.57438016,0.5661157,0.553719,0.55785125,0.54545456,0.54545456,0.55785125,0.56198347,0.553719,0.5661157,0.58264464,0.59090906,0.5785124,0.5413223,0.5165289,0.5289256,0.53305787,0.5,0.46280992,0.45041323,0.45867768,0.46694216,0.45867768,0.45041323,0.41322315,0.3677686,0.28512397,0.2768595,0.2603306,0.2644628,0.27272728,0.25619835,0.23966943,0.29338843,0.38016528,0.4214876,0.45867768,0.45867768,0.42975205,0.46280992,0.5165289,0.5289256,0.5165289,0.5661157,0.607438,0.59917355,0.59090906,0.5661157,0.5123967,0.5165289,0.5041322,0.4876033,0.48347107,0.49173555,0.46694216,0.48347107,0.4876033,0.4876033,0.5206612,0.5289256,0.5289256,0.53305787,0.54545456,0.5289256,0.5123967,0.53305787,0.53305787,0.5371901,0.5413223,0.5413223,0.54545456,0.5495868,0.5413223,0.5661157,0.5785124,0.59504133,0.5785124,0.5247934,0.49586776,0.5041322,0.4876033,0.46280992,0.45454547,0.45454547,0.46280992,0.46280992,0.446281,0.42561984,0.38842976,0.3429752,0.20247933,0.2603306,0.2644628,0.2603306,0.2644628,0.27272728,0.24793388,0.23553719,0.3140496,0.37603307,0.43801653,0.45867768,0.45867768,0.4752066,0.4876033,0.5123967,0.5082645,0.53305787,0.59504133,0.61570245,0.6198347,0.59504133,0.5495868,0.5206612,0.4876033,0.5,0.5,0.5041322,0.47933885,0.4752066,0.47107437,0.4752066,0.49173555,0.49586776,0.49173555,0.5041322,0.5123967,0.5041322,0.49173555,0.5247934,0.5371901,0.54545456,0.5495868,0.5495868,0.553719,0.5495868,0.5661157,0.57438016,0.61570245,0.60330576,0.5661157,0.5041322,0.47933885,0.47933885,0.46694216,0.45867768,0.46694216,0.46694216,0.47107437,0.45454547,0.4338843,0.40082645,0.3553719,0.35123968,0.17355372,0.25619835,0.2644628,0.2520661,0.2644628,0.2768595,0.2644628,0.23553719,0.24380165,0.3264463,0.38429752,0.44214877,0.47107437,0.47933885,0.47933885,0.5,0.5041322,0.5123967,0.57438016,0.6198347,0.6446281,0.6570248,0.62396693,0.59090906,0.5247934,0.5123967,0.5041322,0.5,0.5041322,0.5041322,0.48347107,0.49586776,0.49173555,0.49173555,0.5041322,0.5206612,0.5123967,0.5082645,0.5206612,0.5413223,0.5495868,0.54545456,0.5495868,0.55785125,0.56198347,0.56198347,0.59090906,0.62396693,0.6280992,0.60330576,0.56198347,0.5041322,0.47107437,0.46280992,0.47107437,0.48347107,0.47933885,0.47107437,0.45867768,0.42975205,0.3966942,0.36363637,0.29752067,0.3677686,0.21900827,0.2603306,0.2603306,0.2603306,0.25619835,0.27272728,0.24793388,0.29338843,0.2892562,0.23553719,0.3140496,0.40495867,0.43801653,0.45867768,0.4752066,0.4876033,0.5,0.5082645,0.5661157,0.61157024,0.6404959,0.69008267,0.6942149,0.6694215,0.61157024,0.5495868,0.5413223,0.53305787,0.5289256,0.54545456,0.53305787,0.5289256,0.5289256,0.53305787,0.5495868,0.5413223,0.5082645,0.5247934,0.56198347,0.57438016,0.56198347,0.57438016,0.59090906,0.58677685,0.59917355,0.60330576,0.61157024,0.6528926,0.61570245,0.59504133,0.5495868,0.5,0.46280992,0.45454547,0.47933885,0.49586776,0.4876033,0.46280992,0.45041323,0.42975205,0.38429752,0.3181818,0.2892562,0.39256197,0.27272728,0.2644628,0.2603306,0.26859504,0.2603306,0.2768595,0.23966943,0.28099173,0.4338843,0.24793388,0.23553719,0.33471075,0.4090909,0.4338843,0.45867768,0.4752066,0.49173555,0.5041322,0.5413223,0.58264464,0.6280992,0.661157,0.6942149,0.70247936,0.6942149,0.661157,0.62396693,0.6322314,0.6446281,0.62396693,0.6322314,0.59090906,0.5785124,0.5661157,0.55785125,0.5495868,0.5247934,0.55785125,0.61570245,0.6280992,0.607438,0.61570245,0.6446281,0.6487603,0.6446281,0.6487603,0.6363636,0.6363636,0.59917355,0.5785124,0.5413223,0.49586776,0.45867768,0.446281,0.47933885,0.4752066,0.46694216,0.45867768,0.42561984,0.39256197,0.35123968,0.29752067,0.3181818,0.40495867,0.37603307,0.2603306,0.2603306,0.2644628,0.2644628,0.2768595,0.23140496,0.21487603,0.43801653,0.38842976,0.19421488,0.2520661,0.3429752,0.41322315,0.41735536,0.42975205,0.45041323,0.46280992,0.5041322,0.55785125,0.60330576,0.6363636,0.677686,0.7066116,0.71900827,0.71900827,0.70247936,0.6983471,0.6983471,0.69008267,0.7066116,0.70247936,0.6694215,0.6528926,0.6280992,0.6446281,0.6487603,0.6735537,0.70247936,0.6983471,0.69008267,0.6859504,0.6818182,0.70247936,0.6983471,0.661157,0.6487603,0.62396693,0.59090906,0.553719,0.5247934,0.47107437,0.446281,0.42975205,0.46280992,0.47107437,0.44214877,0.42975205,0.40495867,0.34710744,0.2892562,0.29338843,0.3677686,0.38429752,0.446281,0.25619835,0.2603306,0.2644628,0.27272728,0.26859504,0.17355372,0.11570248,0.3966942,0.4338843,0.29338843,0.19008264,0.23140496,0.3429752,0.3966942,0.39256197,0.40082645,0.41322315,0.46694216,0.5371901,0.57438016,0.6198347,0.6652893,0.69008267,0.7107438,0.73140496,0.70247936,0.69008267,0.6942149,0.6942149,0.6983471,0.71487606,0.7066116,0.71900827,0.70247936,0.71487606,0.7231405,0.7355372,0.7231405,0.70247936,0.70247936,0.71487606,0.6983471,0.69008267,0.6818182,0.6570248,0.6446281,0.61157024,0.57438016,0.5413223,0.5041322,0.446281,0.41322315,0.4090909,0.44214877,0.45454547,0.41735536,0.38842976,0.35950413,0.3140496,0.26859504,0.3305785,0.37603307,0.38016528,0.45041323,0.2603306,0.2644628,0.2644628,0.23966943,0.20247933,0.10330579,0.08677686,0.36363637,0.45041323,0.35950413,0.23140496,0.18181819,0.23140496,0.3305785,0.3429752,0.33471075,0.3553719,0.4214876,0.5041322,0.5495868,0.58677685,0.62396693,0.6487603,0.6735537,0.6859504,0.69008267,0.6818182,0.6818182,0.6818182,0.6859504,0.69008267,0.6818182,0.70247936,0.6859504,0.69008267,0.71900827,0.74380165,0.73966944,0.71900827,0.6859504,0.69008267,0.6735537,0.6652893,0.6652893,0.6446281,0.61570245,0.58264464,0.55785125,0.5123967,0.46280992,0.41322315,0.38842976,0.38016528,0.42561984,0.40495867,0.37603307,0.3264463,0.30165288,0.2603306,0.28512397,0.38016528,0.38842976,0.38016528,0.47933885,12 +0.6322314,0.6528926,0.58264464,0.6363636,0.6363636,0.7066116,0.74793386,0.78099173,0.7933884,0.8140496,0.822314,0.8140496,0.80991733,0.8016529,0.8181818,0.8016529,0.8264463,0.8347107,0.8347107,0.8429752,0.8347107,0.8264463,0.838843,0.8264463,0.8264463,0.8429752,0.8347107,0.8181818,0.8181818,0.8140496,0.8305785,0.822314,0.8181818,0.822314,0.822314,0.8305785,0.8181818,0.8016529,0.8057851,0.8140496,0.7933884,0.8016529,0.79752064,0.7768595,0.76859504,0.75206614,0.73966944,0.7066116,0.677686,0.6818182,0.6487603,0.6280992,0.6363636,0.6363636,0.6322314,0.6322314,0.62396693,0.607438,0.59504133,0.55785125,0.5247934,0.46694216,0.4338843,0.41735536,0.607438,0.61157024,0.59504133,0.6404959,0.6528926,0.7107438,0.74793386,0.78512394,0.7933884,0.8181818,0.822314,0.79752064,0.8140496,0.80991733,0.8264463,0.8264463,0.8347107,0.8429752,0.838843,0.8429752,0.8429752,0.8471074,0.8553719,0.8429752,0.838843,0.8471074,0.8347107,0.8305785,0.8140496,0.8140496,0.8264463,0.8181818,0.8057851,0.8140496,0.8181818,0.8264463,0.8305785,0.8181818,0.822314,0.8181818,0.80991733,0.822314,0.80991733,0.7892562,0.78512394,0.7768595,0.76859504,0.73140496,0.72727275,0.70247936,0.6652893,0.6404959,0.6198347,0.61157024,0.6363636,0.6404959,0.6404959,0.61570245,0.60330576,0.57024795,0.5165289,0.5206612,0.4214876,0.41322315,0.553719,0.58677685,0.59504133,0.6528926,0.6694215,0.72727275,0.75619835,0.7892562,0.79752064,0.822314,0.80991733,0.79752064,0.8181818,0.8181818,0.8264463,0.8264463,0.8264463,0.8347107,0.838843,0.838843,0.8429752,0.8512397,0.8471074,0.8512397,0.8512397,0.8512397,0.8512397,0.8471074,0.8181818,0.8264463,0.838843,0.8305785,0.8057851,0.8140496,0.8264463,0.838843,0.8429752,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8181818,0.8016529,0.7892562,0.7768595,0.75206614,0.7355372,0.73966944,0.71487606,0.6694215,0.677686,0.6446281,0.61157024,0.6322314,0.6322314,0.6322314,0.62396693,0.59917355,0.56198347,0.5289256,0.5165289,0.4338843,0.4090909,0.53305787,0.5785124,0.59504133,0.6487603,0.677686,0.73966944,0.76033056,0.7933884,0.8016529,0.8140496,0.8016529,0.8057851,0.8057851,0.8057851,0.80991733,0.8181818,0.822314,0.8305785,0.8429752,0.8471074,0.838843,0.8595041,0.8471074,0.8553719,0.8595041,0.8553719,0.8595041,0.8553719,0.838843,0.8347107,0.8471074,0.838843,0.8140496,0.8181818,0.8347107,0.8553719,0.8471074,0.8553719,0.838843,0.8429752,0.838843,0.8347107,0.8264463,0.8140496,0.7933884,0.78512394,0.75206614,0.74380165,0.72727275,0.71487606,0.6818182,0.6818182,0.6818182,0.6446281,0.6280992,0.6280992,0.6280992,0.6280992,0.58677685,0.56198347,0.53305787,0.5289256,0.42975205,0.4090909,0.5413223,0.58677685,0.58264464,0.6322314,0.6859504,0.73140496,0.75619835,0.78512394,0.8016529,0.8140496,0.8016529,0.78099173,0.76859504,0.78512394,0.8016529,0.8181818,0.822314,0.8305785,0.838843,0.8471074,0.8471074,0.8471074,0.8553719,0.8553719,0.8595041,0.8553719,0.8636364,0.8553719,0.8471074,0.838843,0.8595041,0.8512397,0.8264463,0.8264463,0.8347107,0.8553719,0.8595041,0.8636364,0.8512397,0.8512397,0.838843,0.8347107,0.8305785,0.822314,0.77272725,0.78099173,0.7644628,0.74793386,0.71900827,0.6942149,0.6694215,0.6404959,0.6570248,0.6528926,0.6322314,0.6280992,0.6280992,0.607438,0.58264464,0.553719,0.5289256,0.5206612,0.4338843,0.4090909,0.553719,0.59504133,0.59504133,0.6363636,0.6818182,0.7355372,0.75206614,0.77272725,0.80991733,0.7892562,0.75619835,0.73966944,0.76033056,0.7768595,0.79752064,0.8057851,0.7933884,0.8140496,0.8140496,0.8181818,0.8057851,0.8016529,0.8347107,0.8471074,0.8553719,0.8636364,0.8595041,0.8471074,0.8429752,0.838843,0.8636364,0.8636364,0.8429752,0.8264463,0.838843,0.8347107,0.8677686,0.8677686,0.8553719,0.8595041,0.8429752,0.8305785,0.8140496,0.7892562,0.74793386,0.7644628,0.77272725,0.75206614,0.7231405,0.6983471,0.677686,0.6322314,0.62396693,0.6198347,0.61157024,0.62396693,0.6198347,0.59504133,0.58264464,0.5661157,0.5413223,0.5082645,0.45041323,0.41322315,0.55785125,0.59917355,0.59917355,0.6322314,0.6818182,0.73140496,0.74380165,0.77272725,0.77272725,0.7355372,0.71900827,0.72727275,0.75619835,0.77272725,0.77272725,0.7644628,0.75206614,0.74380165,0.72727275,0.71900827,0.6942149,0.71487606,0.75206614,0.8016529,0.8140496,0.8512397,0.8429752,0.838843,0.838843,0.838843,0.8553719,0.8595041,0.8553719,0.8347107,0.8264463,0.822314,0.8677686,0.8677686,0.8471074,0.8429752,0.838843,0.8057851,0.76859504,0.7107438,0.6859504,0.6942149,0.7107438,0.70247936,0.71900827,0.6942149,0.6694215,0.6487603,0.6322314,0.6198347,0.58264464,0.57438016,0.59504133,0.60330576,0.553719,0.57024795,0.5495868,0.5,0.46280992,0.4090909,0.553719,0.59090906,0.59917355,0.6363636,0.6735537,0.71900827,0.76033056,0.73966944,0.72727275,0.6983471,0.74793386,0.74380165,0.7644628,0.7644628,0.72727275,0.69008267,0.661157,0.59504133,0.57024795,0.56198347,0.60330576,0.6528926,0.6528926,0.71900827,0.74793386,0.8057851,0.8305785,0.838843,0.8305785,0.8264463,0.8305785,0.838843,0.8595041,0.838843,0.8140496,0.7933884,0.8595041,0.8512397,0.8429752,0.8347107,0.8181818,0.75206614,0.6983471,0.6652893,0.59504133,0.59090906,0.57024795,0.61157024,0.6446281,0.6446281,0.6322314,0.6280992,0.6198347,0.61570245,0.58264464,0.5785124,0.56198347,0.59504133,0.5371901,0.5413223,0.54545456,0.49173555,0.46694216,0.40495867,0.53305787,0.59504133,0.60330576,0.6404959,0.6528926,0.7107438,0.74380165,0.7107438,0.73140496,0.71487606,0.75619835,0.74793386,0.73140496,0.71900827,0.6652893,0.58677685,0.5495868,0.46694216,0.46694216,0.48347107,0.54545456,0.60330576,0.6363636,0.6694215,0.71900827,0.7644628,0.822314,0.8305785,0.8181818,0.8181818,0.8016529,0.822314,0.8636364,0.8264463,0.7768595,0.76859504,0.8347107,0.8347107,0.8140496,0.7933884,0.75619835,0.6818182,0.6404959,0.62396693,0.5165289,0.5165289,0.5041322,0.5082645,0.5247934,0.5371901,0.5661157,0.59917355,0.61157024,0.607438,0.58677685,0.60330576,0.55785125,0.5289256,0.55785125,0.5041322,0.5371901,0.48347107,0.45867768,0.4090909,0.5289256,0.607438,0.60330576,0.6363636,0.6404959,0.7066116,0.6859504,0.74380165,0.73966944,0.71900827,0.7355372,0.6859504,0.6528926,0.6404959,0.6363636,0.57024795,0.5371901,0.47933885,0.45041323,0.45454547,0.48347107,0.5165289,0.57024795,0.6198347,0.6859504,0.72727275,0.78099173,0.8016529,0.8057851,0.8140496,0.8016529,0.8181818,0.8636364,0.8181818,0.74380165,0.75619835,0.80991733,0.8181818,0.7644628,0.72727275,0.6652893,0.59504133,0.5661157,0.49173555,0.45454547,0.43801653,0.42975205,0.41322315,0.42975205,0.45454547,0.5041322,0.56198347,0.59917355,0.60330576,0.59504133,0.58264464,0.57024795,0.5785124,0.5123967,0.5082645,0.5,0.48347107,0.446281,0.41322315,0.5661157,0.6198347,0.61570245,0.6280992,0.6528926,0.6818182,0.677686,0.73140496,0.7107438,0.6942149,0.677686,0.6487603,0.6528926,0.6818182,0.7231405,0.7066116,0.6942149,0.6735537,0.61157024,0.5165289,0.4876033,0.45454547,0.4876033,0.53305787,0.59504133,0.6322314,0.71487606,0.77272725,0.7933884,0.8057851,0.79752064,0.822314,0.8553719,0.8140496,0.74380165,0.7644628,0.8016529,0.79752064,0.71900827,0.6404959,0.57024795,0.5041322,0.4752066,0.4338843,0.3966942,0.36363637,0.3553719,0.34710744,0.38842976,0.43801653,0.4752066,0.5206612,0.5661157,0.59090906,0.57024795,0.5495868,0.55785125,0.5785124,0.5,0.48347107,0.48347107,0.4876033,0.45041323,0.4214876,0.56198347,0.62396693,0.6198347,0.6280992,0.6446281,0.6570248,0.6528926,0.6735537,0.6652893,0.6694215,0.6694215,0.6735537,0.677686,0.70247936,0.73966944,0.74793386,0.75206614,0.75206614,0.7107438,0.6652893,0.7107438,0.6363636,0.59504133,0.5661157,0.57024795,0.59504133,0.6652893,0.74793386,0.7644628,0.79752064,0.8305785,0.8264463,0.8512397,0.8140496,0.75619835,0.77272725,0.8016529,0.77272725,0.6570248,0.54545456,0.47107437,0.43801653,0.41322315,0.37190083,0.3264463,0.35123968,0.41322315,0.47933885,0.53305787,0.57024795,0.54545456,0.54545456,0.5785124,0.59504133,0.54545456,0.5413223,0.5413223,0.5661157,0.5041322,0.46694216,0.46694216,0.47107437,0.44214877,0.42561984,0.5785124,0.6198347,0.62396693,0.6363636,0.6363636,0.59504133,0.58264464,0.59504133,0.59917355,0.62396693,0.6694215,0.7066116,0.6983471,0.69008267,0.6528926,0.62396693,0.6404959,0.607438,0.57024795,0.59090906,0.6818182,0.677686,0.6652893,0.6322314,0.59917355,0.6280992,0.6363636,0.6528926,0.6652893,0.6942149,0.71487606,0.70247936,0.7355372,0.70247936,0.6735537,0.69008267,0.71487606,0.6942149,0.59504133,0.5165289,0.46280992,0.44214877,0.41735536,0.3677686,0.40082645,0.5413223,0.70247936,0.78099173,0.7768595,0.75619835,0.6735537,0.61157024,0.61157024,0.59917355,0.59504133,0.553719,0.5123967,0.54545456,0.5247934,0.4876033,0.446281,0.44214877,0.42975205,0.42975205,0.607438,0.6280992,0.6280992,0.677686,0.57024795,0.57438016,0.59504133,0.59917355,0.59090906,0.6404959,0.69008267,0.6735537,0.6570248,0.6818182,0.6487603,0.73140496,0.78512394,0.6652893,0.59090906,0.5785124,0.58264464,0.5413223,0.5206612,0.53305787,0.5123967,0.5413223,0.553719,0.55785125,0.5371901,0.56198347,0.61570245,0.61157024,0.6322314,0.607438,0.59504133,0.59504133,0.59090906,0.58264464,0.553719,0.5371901,0.5206612,0.5,0.5,0.46694216,0.45454547,0.47107437,0.5041322,0.55785125,0.58677685,0.59504133,0.58677685,0.56198347,0.56198347,0.57438016,0.5661157,0.5413223,0.5165289,0.5041322,0.5123967,0.49173555,0.4338843,0.42561984,0.42561984,0.4214876,0.59917355,0.60330576,0.7231405,0.58264464,0.59917355,0.6322314,0.6322314,0.607438,0.59917355,0.6528926,0.58677685,0.58264464,0.6942149,0.74380165,0.60330576,0.57438016,0.56198347,0.4876033,0.42975205,0.49173555,0.57438016,0.5785124,0.54545456,0.53305787,0.5082645,0.5165289,0.5785124,0.61157024,0.4214876,0.38842976,0.58677685,0.61570245,0.5661157,0.5371901,0.4876033,0.3966942,0.37190083,0.46694216,0.45041323,0.41735536,0.41322315,0.4214876,0.46280992,0.47107437,0.49586776,0.4876033,0.47107437,0.4876033,0.5165289,0.5206612,0.5041322,0.46280992,0.43801653,0.4752066,0.4752066,0.47107437,0.45867768,0.46694216,0.4876033,0.46694216,0.43801653,0.41322315,0.42975205,0.41735536,0.59917355,0.6570248,0.69008267,0.5413223,0.661157,0.6404959,0.62396693,0.58677685,0.6198347,0.5661157,0.46694216,0.607438,0.6198347,0.53305787,0.38429752,0.30578512,0.3305785,0.3677686,0.23140496,0.37190083,0.5,0.5206612,0.5413223,0.5785124,0.57438016,0.54545456,0.59504133,0.7644628,0.61570245,0.49173555,0.8140496,0.8140496,0.75206614,0.7355372,0.7107438,0.4876033,0.38429752,0.4214876,0.36363637,0.32231405,0.3966942,0.45867768,0.4876033,0.49586776,0.5082645,0.4090909,0.29752067,0.45867768,0.3677686,0.40082645,0.45867768,0.5165289,0.5082645,0.4752066,0.46694216,0.47107437,0.42975205,0.41322315,0.4214876,0.43801653,0.43801653,0.41735536,0.42561984,0.41735536,0.59504133,0.69008267,0.5495868,0.6363636,0.677686,0.6735537,0.6404959,0.607438,0.59504133,0.44214877,0.4752066,0.5289256,0.42975205,0.45041323,0.2768595,0.24380165,0.22727273,0.23140496,0.30991736,0.49586776,0.6198347,0.4876033,0.45041323,0.5371901,0.6528926,0.7066116,0.59917355,0.75206614,0.7066116,0.5123967,0.6694215,0.60330576,0.5247934,0.5,0.57024795,0.5041322,0.40495867,0.41322315,0.338843,0.4090909,0.5206612,0.49586776,0.45867768,0.49173555,0.56198347,0.338843,0.2520661,0.5495868,0.24793388,0.23553719,0.28099173,0.3966942,0.46280992,0.5,0.44214877,0.4214876,0.46280992,0.43801653,0.3966942,0.40082645,0.42975205,0.43801653,0.41322315,0.42975205,0.607438,0.553719,0.5661157,0.6528926,0.6694215,0.6694215,0.6446281,0.62396693,0.5661157,0.5247934,0.5,0.47107437,0.446281,0.59504133,0.338843,0.2644628,0.30165288,0.3264463,0.38842976,0.61570245,0.75619835,0.607438,0.5165289,0.6446281,0.57438016,0.8016529,0.6942149,0.69008267,0.6859504,0.5206612,0.49586776,0.5289256,0.49586776,0.42975205,0.46694216,0.4752066,0.41735536,0.45041323,0.45867768,0.5785124,0.5371901,0.45867768,0.49586776,0.6198347,0.7231405,0.38016528,0.28512397,0.28512397,0.17768595,0.2644628,0.21900827,0.38016528,0.3553719,0.3677686,0.37603307,0.3429752,0.39256197,0.47107437,0.45041323,0.4090909,0.40082645,0.45454547,0.41322315,0.43801653,0.6280992,0.47107437,0.56198347,0.6487603,0.6942149,0.6818182,0.661157,0.6735537,0.6404959,0.59917355,0.55785125,0.5247934,0.607438,0.6528926,0.5247934,0.3677686,0.42561984,0.45867768,0.48347107,0.6694215,0.71900827,0.6280992,0.5785124,0.7066116,0.6818182,0.8057851,0.73966944,0.6322314,0.6528926,0.5661157,0.45454547,0.6859504,0.7066116,0.6487603,0.55785125,0.4752066,0.43801653,0.446281,0.59917355,0.62396693,0.5247934,0.5,0.57024795,0.6983471,0.78099173,0.53305787,0.33471075,0.2520661,0.28512397,0.30991736,0.2892562,0.46694216,0.42975205,0.35950413,0.3140496,0.34710744,0.37603307,0.446281,0.47107437,0.42975205,0.4338843,0.41735536,0.46280992,0.4338843,0.54545456,0.5413223,0.57024795,0.6198347,0.7107438,0.71487606,0.6859504,0.6735537,0.6694215,0.6404959,0.6983471,0.55785125,0.6735537,0.6446281,0.57024795,0.49586776,0.5165289,0.5371901,0.553719,0.60330576,0.59090906,0.6198347,0.61157024,0.6942149,0.76859504,0.75619835,0.6859504,0.59504133,0.6735537,0.74380165,0.6322314,0.72727275,0.75619835,0.6942149,0.62396693,0.5413223,0.38429752,0.46694216,0.59917355,0.6652893,0.6735537,0.6198347,0.6198347,0.6859504,0.7066116,0.6198347,0.5123967,0.37603307,0.37603307,0.37603307,0.47933885,0.5495868,0.5123967,0.44214877,0.35123968,0.40082645,0.46280992,0.47107437,0.446281,0.42975205,0.46694216,0.4338843,0.48347107,0.44214877,0.44214877,0.61157024,0.6198347,0.6487603,0.6983471,0.71900827,0.7355372,0.7107438,0.6570248,0.73966944,0.73140496,0.61157024,0.6528926,0.6528926,0.56198347,0.54545456,0.5413223,0.5413223,0.5495868,0.5661157,0.5247934,0.53305787,0.5289256,0.59504133,0.59090906,0.61570245,0.61570245,0.6404959,0.57438016,0.54545456,0.4876033,0.4752066,0.5041322,0.46280992,0.49586776,0.44214877,0.36363637,0.45041323,0.53305787,0.59504133,0.6446281,0.61157024,0.607438,0.6280992,0.5785124,0.53305787,0.53305787,0.42975205,0.4338843,0.4752066,0.54545456,0.55785125,0.56198347,0.5247934,0.42561984,0.42561984,0.5,0.4876033,0.47107437,0.45867768,0.5165289,0.5041322,0.42975205,0.45454547,0.4338843,0.6363636,0.6487603,0.71487606,0.74380165,0.73140496,0.71487606,0.6859504,0.6570248,0.7231405,0.70247936,0.61570245,0.62396693,0.6404959,0.62396693,0.6198347,0.59504133,0.59090906,0.60330576,0.59090906,0.54545456,0.5165289,0.49586776,0.5123967,0.5082645,0.5661157,0.6404959,0.661157,0.41735536,0.28099173,0.37603307,0.4090909,0.38429752,0.3305785,0.3140496,0.3181818,0.3305785,0.41322315,0.45867768,0.46694216,0.46694216,0.47107437,0.47107437,0.48347107,0.45041323,0.45041323,0.42561984,0.3966942,0.40495867,0.4338843,0.46280992,0.49586776,0.54545456,0.5247934,0.47107437,0.47933885,0.5041322,0.5041322,0.5206612,0.5041322,0.5413223,0.5123967,0.41735536,0.37603307,0.46280992,0.62396693,0.661157,0.75206614,0.7933884,0.77272725,0.70247936,0.6487603,0.6198347,0.6322314,0.6363636,0.60330576,0.607438,0.62396693,0.6280992,0.661157,0.677686,0.69008267,0.7066116,0.6983471,0.6735537,0.6322314,0.59504133,0.58677685,0.61157024,0.661157,0.6859504,0.6528926,0.338843,0.48347107,0.73140496,0.6983471,0.60330576,0.5413223,0.38842976,0.29752067,0.3140496,0.38016528,0.43801653,0.40495867,0.35950413,0.38016528,0.37603307,0.39256197,0.40082645,0.39256197,0.40495867,0.40495867,0.40082645,0.41735536,0.43801653,0.47107437,0.5,0.5082645,0.5123967,0.5041322,0.49173555,0.5041322,0.47107437,0.48347107,0.53305787,0.5,0.4338843,0.34710744,0.4876033,0.607438,0.661157,0.75619835,0.7933884,0.76859504,0.69008267,0.6487603,0.60330576,0.58677685,0.59917355,0.6198347,0.661157,0.6818182,0.677686,0.73140496,0.76859504,0.77272725,0.79752064,0.8016529,0.74793386,0.7231405,0.69008267,0.6818182,0.72727275,0.6983471,0.6859504,0.56198347,0.38016528,0.69008267,0.8553719,0.8057851,0.7107438,0.6983471,0.5371901,0.30165288,0.32231405,0.38016528,0.45454547,0.45454547,0.41322315,0.42975205,0.48347107,0.4876033,0.4876033,0.47933885,0.45867768,0.4752066,0.45867768,0.446281,0.44214877,0.45041323,0.45867768,0.46280992,0.47107437,0.46280992,0.42975205,0.446281,0.41322315,0.4876033,0.553719,0.57024795,0.5206612,0.3966942,0.49586776,0.59917355,0.6446281,0.73966944,0.7644628,0.72727275,0.677686,0.6694215,0.6528926,0.6528926,0.6570248,0.661157,0.70247936,0.73140496,0.75206614,0.7768595,0.79752064,0.8016529,0.8305785,0.8264463,0.7768595,0.77272725,0.74793386,0.7644628,0.74793386,0.6859504,0.6983471,0.4090909,0.5371901,0.8057851,0.8181818,0.8057851,0.7355372,0.7107438,0.58677685,0.2768595,0.34710744,0.40495867,0.46280992,0.5041322,0.5123967,0.54545456,0.59917355,0.62396693,0.61157024,0.61157024,0.57024795,0.553719,0.53305787,0.5041322,0.48347107,0.46280992,0.4338843,0.41322315,0.3966942,0.39256197,0.37603307,0.4090909,0.43801653,0.5413223,0.60330576,0.6198347,0.5661157,0.3429752,0.48347107,0.58677685,0.6198347,0.73140496,0.72727275,0.6983471,0.70247936,0.71900827,0.72727275,0.72727275,0.73966944,0.73140496,0.73140496,0.75206614,0.75619835,0.7644628,0.76859504,0.8057851,0.8264463,0.79752064,0.79752064,0.80991733,0.79752064,0.78099173,0.71900827,0.6818182,0.6280992,0.3305785,0.6652893,0.8264463,0.822314,0.8264463,0.73966944,0.73140496,0.5785124,0.24380165,0.3553719,0.42975205,0.45454547,0.5041322,0.58264464,0.6487603,0.6570248,0.73140496,0.6694215,0.6570248,0.6363636,0.61157024,0.58264464,0.56198347,0.5413223,0.5165289,0.4752066,0.42975205,0.4090909,0.3966942,0.40495867,0.446281,0.48347107,0.55785125,0.59090906,0.59090906,0.57024795,0.3140496,0.48347107,0.59090906,0.61157024,0.69008267,0.6942149,0.7066116,0.7355372,0.77272725,0.77272725,0.7644628,0.77272725,0.7644628,0.75206614,0.74793386,0.7355372,0.75619835,0.78099173,0.80991733,0.8057851,0.8140496,0.8181818,0.8057851,0.7933884,0.75206614,0.70247936,0.7066116,0.4876033,0.46694216,0.78512394,0.8181818,0.838843,0.8181818,0.73140496,0.75619835,0.59504133,0.28099173,0.338843,0.446281,0.46694216,0.4752066,0.59090906,0.6487603,0.6983471,0.73966944,0.70247936,0.7066116,0.6694215,0.6528926,0.6487603,0.6363636,0.6198347,0.57438016,0.5495868,0.5289256,0.5082645,0.4752066,0.47933885,0.49173555,0.49586776,0.5371901,0.55785125,0.56198347,0.54545456,0.30165288,0.4752066,0.58677685,0.607438,0.6404959,0.6570248,0.74793386,0.75206614,0.79752064,0.7892562,0.78099173,0.7892562,0.7768595,0.75619835,0.75206614,0.74793386,0.77272725,0.78512394,0.79752064,0.8140496,0.8181818,0.79752064,0.77272725,0.75206614,0.7231405,0.73966944,0.6280992,0.45454547,0.7066116,0.8553719,0.80991733,0.8347107,0.7892562,0.73140496,0.75206614,0.6859504,0.44214877,0.3305785,0.45041323,0.4876033,0.4752066,0.55785125,0.6198347,0.69008267,0.7066116,0.71900827,0.7355372,0.70247936,0.6694215,0.6570248,0.6570248,0.661157,0.6280992,0.61570245,0.61157024,0.59504133,0.53305787,0.56198347,0.5413223,0.5247934,0.5247934,0.5289256,0.53305787,0.5082645,0.30991736,0.44214877,0.57438016,0.59090906,0.6198347,0.6570248,0.76033056,0.7644628,0.79752064,0.7892562,0.78512394,0.79752064,0.7933884,0.7644628,0.76859504,0.78099173,0.76859504,0.7892562,0.8057851,0.7933884,0.7892562,0.77272725,0.73966944,0.71900827,0.73966944,0.7355372,0.46694216,0.661157,0.822314,0.838843,0.79752064,0.8305785,0.76859504,0.7107438,0.72727275,0.74380165,0.6570248,0.33471075,0.43801653,0.5165289,0.4752066,0.54545456,0.60330576,0.677686,0.69008267,0.70247936,0.73140496,0.71900827,0.70247936,0.6859504,0.661157,0.6570248,0.677686,0.661157,0.6528926,0.6528926,0.607438,0.6198347,0.59504133,0.5661157,0.5413223,0.53305787,0.5206612,0.48347107,0.29338843,0.3305785,0.5785124,0.58264464,0.57024795,0.69008267,0.72727275,0.76033056,0.7768595,0.78512394,0.7933884,0.79752064,0.8016529,0.76859504,0.77272725,0.7644628,0.78099173,0.7933884,0.7892562,0.78512394,0.76859504,0.76033056,0.74793386,0.7066116,0.7355372,0.5082645,0.56198347,0.8016529,0.8264463,0.7933884,0.8016529,0.8181818,0.76859504,0.71487606,0.6942149,0.7231405,0.72727275,0.45041323,0.3181818,0.5495868,0.5206612,0.54545456,0.59504133,0.6818182,0.6818182,0.6983471,0.7107438,0.71487606,0.70247936,0.677686,0.6694215,0.6694215,0.6735537,0.6694215,0.6818182,0.661157,0.6528926,0.6652893,0.6487603,0.61157024,0.56198347,0.5413223,0.5206612,0.45454547,0.29752067,0.32231405,0.5289256,0.57024795,0.58677685,0.6694215,0.71900827,0.74793386,0.75619835,0.76859504,0.77272725,0.7768595,0.78512394,0.75619835,0.7768595,0.78099173,0.7933884,0.7892562,0.7892562,0.77272725,0.76033056,0.7933884,0.7644628,0.6446281,0.6322314,0.3966942,0.74380165,0.8305785,0.8140496,0.78512394,0.80991733,0.8057851,0.77272725,0.73140496,0.6942149,0.6983471,0.72727275,0.6528926,0.1983471,0.49586776,0.57024795,0.5661157,0.61570245,0.6818182,0.6652893,0.70247936,0.6983471,0.7066116,0.6859504,0.661157,0.6570248,0.6652893,0.661157,0.661157,0.6942149,0.69008267,0.6818182,0.6735537,0.677686,0.6528926,0.5785124,0.53305787,0.5247934,0.40495867,0.32231405,0.45454547,0.40082645,0.57024795,0.61157024,0.6528926,0.6859504,0.7231405,0.73966944,0.75206614,0.76033056,0.75619835,0.77272725,0.76859504,0.7892562,0.8016529,0.7933884,0.7933884,0.78099173,0.78512394,0.78512394,0.7768595,0.6652893,0.59917355,0.3966942,0.61157024,0.7892562,0.8553719,0.8264463,0.8016529,0.838843,0.822314,0.7768595,0.7355372,0.70247936,0.6859504,0.71487606,0.70247936,0.35123968,0.21487603,0.59090906,0.58677685,0.6363636,0.6694215,0.6652893,0.70247936,0.6859504,0.6942149,0.6859504,0.6694215,0.6528926,0.6404959,0.6652893,0.6487603,0.6818182,0.6942149,0.6859504,0.6818182,0.677686,0.6363636,0.5661157,0.5289256,0.53305787,0.3305785,0.37603307,0.5082645,0.42975205,0.5165289,0.6280992,0.661157,0.6735537,0.71487606,0.71487606,0.74380165,0.73966944,0.74793386,0.78512394,0.7933884,0.7933884,0.7933884,0.78512394,0.78512394,0.78099173,0.79752064,0.78099173,0.6983471,0.5785124,0.41322315,0.57024795,0.77272725,0.74380165,0.8553719,0.838843,0.8181818,0.87603307,0.8595041,0.7933884,0.72727275,0.71900827,0.69008267,0.6942149,0.69008267,0.55785125,0.27272728,0.39256197,0.57438016,0.6652893,0.677686,0.6735537,0.6818182,0.6859504,0.6942149,0.6942149,0.6859504,0.661157,0.6404959,0.6528926,0.6487603,0.6570248,0.6528926,0.6570248,0.6446281,0.661157,0.61157024,0.553719,0.5289256,0.5041322,0.29338843,0.42561984,0.5206612,0.4876033,0.5082645,0.6280992,0.6528926,0.6694215,0.6983471,0.72727275,0.7231405,0.74793386,0.78512394,0.7892562,0.79752064,0.7892562,0.78099173,0.76859504,0.7768595,0.77272725,0.76033056,0.6859504,0.5785124,0.44214877,0.45041323,0.8181818,0.75206614,0.6735537,0.7768595,0.8140496,0.80991733,0.8553719,0.838843,0.7892562,0.71900827,0.7355372,0.70247936,0.6735537,0.6859504,0.62396693,0.5371901,0.32231405,0.47107437,0.661157,0.71900827,0.6818182,0.677686,0.6818182,0.677686,0.677686,0.677686,0.6446281,0.661157,0.677686,0.661157,0.6404959,0.61157024,0.60330576,0.60330576,0.6570248,0.5661157,0.5165289,0.53305787,0.41735536,0.338843,0.42975205,0.4752066,0.49586776,0.553719,0.59504133,0.6198347,0.6280992,0.6652893,0.70247936,0.74380165,0.7355372,0.7933884,0.75206614,0.8057851,0.78099173,0.76033056,0.7644628,0.76033056,0.72727275,0.6404959,0.5247934,0.5247934,0.45041323,0.73140496,0.8016529,0.71900827,0.6280992,0.6818182,0.72727275,0.7355372,0.73966944,0.73966944,0.71487606,0.6735537,0.6528926,0.61157024,0.607438,0.661157,0.6487603,0.6404959,0.5123967,0.30578512,0.5371901,0.71487606,0.6983471,0.6859504,0.6818182,0.6694215,0.6694215,0.6694215,0.6570248,0.6735537,0.6818182,0.677686,0.6652893,0.6280992,0.607438,0.61157024,0.59917355,0.5123967,0.5041322,0.5206612,0.34710744,0.4090909,0.42561984,0.41322315,0.5123967,0.553719,0.61157024,0.6363636,0.6198347,0.6322314,0.61570245,0.661157,0.6859504,0.73140496,0.75206614,0.7768595,0.75206614,0.7231405,0.70247936,0.6446281,0.55785125,0.5,0.49173555,0.6322314,0.5289256,0.72727275,0.7107438,0.6570248,0.59504133,0.6652893,0.6735537,0.677686,0.6404959,0.6570248,0.61570245,0.57024795,0.5165289,0.5041322,0.5123967,0.59917355,0.6280992,0.6446281,0.6280992,0.40082645,0.3140496,0.57438016,0.70247936,0.6983471,0.6859504,0.6487603,0.6570248,0.6570248,0.6528926,0.677686,0.6652893,0.677686,0.677686,0.6322314,0.62396693,0.61570245,0.5495868,0.5123967,0.5661157,0.46280992,0.3966942,0.42561984,0.42561984,0.39256197,0.5041322,0.54545456,0.59917355,0.677686,0.6942149,0.6735537,0.6322314,0.61157024,0.5495868,0.55785125,0.54545456,0.5289256,0.5206612,0.5413223,0.553719,0.5661157,0.57024795,0.5371901,0.58264464,0.6652893,0.48347107,0.53305787,0.5661157,0.46280992,0.4090909,0.60330576,0.6694215,0.62396693,0.57438016,0.57438016,0.5495868,0.5,0.45454547,0.43801653,0.45867768,0.5041322,0.5413223,0.57024795,0.62396693,0.5041322,0.26859504,0.3429752,0.55785125,0.6735537,0.6942149,0.6528926,0.6570248,0.6322314,0.6198347,0.6487603,0.661157,0.6735537,0.6735537,0.6322314,0.62396693,0.607438,0.5495868,0.5247934,0.6322314,0.40082645,0.43801653,0.4214876,0.4214876,0.4090909,0.49586776,0.5413223,0.58677685,0.6694215,0.6983471,0.70247936,0.7355372,0.74793386,0.7355372,0.73966944,0.73966944,0.7107438,0.6487603,0.6198347,0.60330576,0.56198347,0.5082645,0.4876033,0.5289256,0.5041322,0.3966942,0.4090909,0.4214876,0.2644628,0.16115703,0.37603307,0.59090906,0.5,0.446281,0.45867768,0.45041323,0.43801653,0.4338843,0.4090909,0.32231405,0.33471075,0.3966942,0.446281,0.53305787,0.47933885,0.23966943,0.27272728,0.38016528,0.45454547,0.57438016,0.6528926,0.6570248,0.62396693,0.58264464,0.6322314,0.661157,0.6652893,0.6446281,0.59917355,0.5661157,0.5289256,0.5,0.5,0.4876033,0.45041323,0.4338843,0.41322315,0.41322315,0.4338843,0.5289256,0.5371901,0.59090906,0.6694215,0.6859504,0.70247936,0.73140496,0.6983471,0.7066116,0.69008267,0.6859504,0.61157024,0.5082645,0.41322315,0.338843,0.3140496,0.30165288,0.3181818,0.338843,0.35123968,0.4752066,0.5,0.36363637,0.24380165,0.11983471,0.18181819,0.41322315,0.41735536,0.3429752,0.34710744,0.3305785,0.40082645,0.36363637,0.21900827,0.1446281,0.14876033,0.20247933,0.29752067,0.4090909,0.3553719,0.21487603,0.23966943,0.33471075,0.38842976,0.3553719,0.3966942,0.4338843,0.45454547,0.45867768,0.49173555,0.5123967,0.5,0.49586776,0.49586776,0.49586776,0.49173555,0.5041322,0.5165289,0.5082645,0.45041323,0.42561984,0.41322315,0.39256197,0.4752066,0.5413223,0.5413223,0.58677685,0.661157,0.6652893,0.6818182,0.6818182,0.661157,0.6198347,0.59917355,0.60330576,0.553719,0.5,0.4338843,0.37603307,0.3429752,0.3305785,0.30165288,0.37190083,0.5041322,0.6652893,0.6487603,0.40082645,0.26859504,0.17768595,0.19421488,0.2892562,0.37603307,0.29752067,0.2644628,0.3140496,0.338843,0.19421488,0.18181819,0.1446281,0.14049587,0.15289256,0.20247933,0.25619835,0.21900827,0.20661157,0.3429752,0.32231405,0.28099173,0.29338843,0.30165288,0.3429752,0.37190083,0.446281,0.5123967,0.5371901,0.5371901,0.5371901,0.553719,0.5371901,0.5661157,0.553719,0.53305787,0.5041322,0.44214877,0.4214876,0.41322315,0.3677686,0.46280992,0.5247934,0.54545456,0.55785125,0.6280992,0.6280992,0.6363636,0.607438,0.59090906,0.5661157,0.607438,0.6528926,0.661157,0.6487603,0.62396693,0.6198347,0.58677685,0.5371901,0.45454547,0.6280992,0.71487606,0.7644628,0.7231405,0.5289256,0.38842976,0.30991736,0.28099173,0.2603306,0.34710744,0.27272728,0.22727273,0.2520661,0.19008264,0.20661157,0.28099173,0.25619835,0.2231405,0.20247933,0.21900827,0.2107438,0.19008264,0.21900827,0.5041322,0.5247934,0.3966942,0.3181818,0.29752067,0.29338843,0.3305785,0.41735536,0.4752066,0.5082645,0.54545456,0.5661157,0.5661157,0.58677685,0.60330576,0.57024795,0.553719,0.49586776,0.446281,0.41735536,0.40082645,0.34710744,0.41735536,0.5123967,0.5123967,0.5371901,0.5785124,0.5785124,0.58264464,0.57438016,0.59090906,0.6322314,0.7066116,0.74793386,0.75206614,0.73966944,0.73966944,0.73966944,0.6983471,0.6322314,0.6652893,0.72727275,0.77272725,0.74380165,0.6983471,0.55785125,0.5041322,0.45041323,0.38429752,0.3181818,0.30578512,0.24793388,0.17355372,0.17355372,0.20661157,0.2107438,0.2520661,0.24380165,0.24793388,0.2644628,0.32231405,0.30991736,0.26859504,0.33471075,0.6198347,0.677686,0.62396693,0.5495868,0.5041322,0.46694216,0.446281,0.44214877,0.46280992,0.46280992,0.4752066,0.5082645,0.5041322,0.57024795,0.60330576,0.58677685,0.56198347,0.47933885,0.446281,0.4214876,0.38429752,0.338843,0.3966942,0.5123967,0.47107437,0.53305787,0.5413223,0.55785125,0.59090906,0.607438,0.6487603,0.7107438,0.76033056,0.7768595,0.75206614,0.7355372,0.74793386,0.73966944,0.6942149,0.6528926,0.74793386,0.6983471,0.7107438,0.70247936,0.61157024,0.5041322,0.553719,0.45867768,0.4752066,0.40495867,0.338843,0.23966943,0.14049587,0.16115703,0.23966943,0.24380165,0.21487603,0.23140496,0.24793388,0.30578512,0.41735536,0.4090909,0.4338843,0.4876033,0.70247936,0.72727275,0.71487606,0.69008267,0.6694215,0.6446281,0.61570245,0.57438016,0.5495868,0.5,0.45867768,0.47107437,0.4338843,0.47933885,0.5165289,0.5495868,0.56198347,0.47933885,0.4338843,0.42975205,0.37603307,0.30165288,0.40082645,0.5082645,0.43801653,0.57024795,0.54545456,0.6363636,0.62396693,0.661157,0.69008267,0.7231405,0.7644628,0.7644628,0.73966944,0.73140496,0.73966944,0.73140496,0.6363636,0.71487606,0.6818182,0.62396693,0.6528926,0.62396693,0.46694216,0.47933885,0.5413223,0.39256197,0.53305787,0.446281,0.40495867,0.23140496,0.1446281,0.16528925,0.23553719,0.29338843,0.2768595,0.28512397,0.3264463,0.3553719,0.46694216,0.4752066,0.553719,0.57024795,0.70247936,0.69008267,0.7107438,0.7107438,0.7107438,0.69008267,0.661157,0.6528926,0.6322314,0.5785124,0.5123967,0.46694216,0.42561984,0.45041323,0.43801653,0.46694216,0.5041322,0.46280992,0.4338843,0.42561984,0.37603307,0.27272728,0.41735536,0.47107437,0.41735536,0.5413223,0.5413223,0.6570248,0.6694215,0.677686,0.6735537,0.71487606,0.7644628,0.74380165,0.72727275,0.72727275,0.73140496,0.7231405,0.6363636,0.7066116,0.59917355,0.54545456,0.59090906,0.5,0.4090909,0.48347107,0.5041322,0.3966942,0.49173555,0.40495867,0.41735536,0.30991736,0.28099173,0.18595041,0.3140496,0.3677686,0.35123968,0.38429752,0.42561984,0.42561984,0.42561984,0.45454547,0.5661157,0.49173555,0.6198347,0.61570245,0.6570248,0.6942149,0.7066116,0.6859504,0.6652893,0.6652893,0.661157,0.6322314,0.57438016,0.5206612,0.45454547,0.45867768,0.4090909,0.41735536,0.43801653,0.42975205,0.41735536,0.4214876,0.3677686,0.26859504,0.4338843,0.45041323,0.41735536,0.5,0.53305787,0.6735537,0.6859504,0.6735537,0.6652893,0.7107438,0.75206614,0.73140496,0.7231405,0.73966944,0.72727275,0.6735537,0.6280992,0.61157024,0.5,0.5247934,0.5247934,0.46280992,0.47107437,0.4752066,0.46280992,0.5041322,0.38429752,0.41322315,0.41735536,0.46280992,0.41735536,0.29338843,0.3966942,0.43801653,0.43801653,0.4338843,0.45867768,0.41322315,0.39256197,0.46280992,0.5123967,0.37603307,0.5082645,0.5495868,0.57438016,0.6198347,0.6942149,0.6942149,0.6735537,0.6570248,0.661157,0.6363636,0.6198347,0.5371901,0.5041322,0.46280992,0.41322315,0.41735536,0.38429752,0.3966942,0.40082645,0.40082645,0.33471075,0.2768595,0.446281,0.42561984,0.45041323,0.4876033,0.5,0.6528926,0.6363636,0.6528926,0.6694215,0.6818182,0.6942149,0.70247936,0.7107438,0.74793386,0.7066116,0.59090906,0.57438016,0.5247934,0.47933885,0.5123967,0.49173555,0.45454547,0.49173555,0.5,0.5206612,0.5413223,0.29752067,0.44214877,0.54545456,0.5661157,0.5289256,0.44214877,0.45041323,0.45041323,0.4338843,0.44214877,0.46280992,0.42975205,0.35123968,0.41735536,0.48347107,0.3966942,0.44214877,0.48347107,0.49173555,0.5661157,0.6735537,0.6942149,0.677686,0.6446281,0.6528926,0.6487603,0.61157024,0.55785125,0.5371901,0.54545456,0.45867768,0.4214876,0.36363637,0.3966942,0.40495867,0.36363637,0.29338843,0.29752067,0.38842976,0.4338843,0.45041323,0.446281,0.5247934,0.607438,0.55785125,0.59917355,0.6198347,0.6694215,0.6735537,0.6942149,0.73140496,0.74380165,0.6694215,0.5,0.5413223,0.5082645,0.4876033,0.46694216,0.45041323,0.4338843,0.49586776,0.46694216,0.5413223,0.5082645,0.42561984,0.5661157,0.6694215,0.7107438,0.6942149,0.6404959,0.5206612,0.46694216,0.42561984,0.45041323,0.49173555,0.4338843,0.39256197,0.3305785,0.46694216,0.37603307,0.40082645,0.42975205,0.42561984,0.5165289,0.62396693,0.6570248,0.6818182,0.6487603,0.6404959,0.6570248,0.61157024,0.58264464,0.5495868,0.5785124,0.5082645,0.42561984,0.37190083,0.32231405,0.338843,0.3264463,0.27272728,0.30991736,0.30578512,0.40082645,0.41735536,0.43801653,0.55785125,0.5371901,0.49173555,0.5165289,0.57024795,0.6446281,0.661157,0.6859504,0.74793386,0.73140496,0.59917355,0.45867768,0.5206612,0.47107437,0.45454547,0.38429752,0.3677686,0.40495867,0.4338843,0.37190083,0.42975205,0.43801653,0.446281,0.44214877,0.44214877,0.46694216,0.53305787,0.53305787,0.4876033,0.4752066,0.42561984,0.41322315,0.46280992,0.4090909,0.38429752,0.3429752,0.4090909,0.38842976,0.3966942,0.41322315,0.42975205,0.4214876,0.5206612,0.61570245,0.6487603,0.6280992,0.62396693,0.6322314,0.60330576,0.57438016,0.5206612,0.55785125,0.5289256,0.42975205,0.38016528,0.338843,0.27272728,0.29338843,0.3140496,0.29752067,0.29338843,0.35123968,0.40082645,0.45867768,0.53305787,0.5247934,0.47933885,0.47933885,0.5661157,0.6487603,0.6652893,0.6942149,0.73140496,0.6983471,0.55785125,0.4752066,0.45454547,0.41735536,0.37603307,0.30991736,0.29752067,0.3264463,0.30165288,0.23966943,0.24793388,0.23553719,0.21487603,0.21487603,0.2603306,0.2644628,0.29338843,0.30165288,0.33471075,0.37190083,0.35950413,0.34710744,0.37190083,0.338843,0.35123968,0.3677686,0.33471075,0.36363637,0.30578512,0.35950413,0.4090909,0.38016528,0.46694216,0.57438016,0.661157,0.6198347,0.61570245,0.59090906,0.59090906,0.553719,0.49173555,0.5289256,0.5165289,0.4214876,0.38842976,0.3677686,0.23966943,0.2520661,0.37603307,0.28512397,0.23553719,0.37190083,0.39256197,0.45041323,0.5206612,0.53305787,0.43801653,0.45041323,0.5123967,0.6487603,0.61570245,0.6818182,0.7107438,0.6694215,0.5206612,0.45867768,0.38842976,0.34710744,0.29752067,0.23966943,0.20661157,0.18181819,0.16528925,0.15289256,0.12396694,0.09090909,0.09504132,0.11570248,0.12809917,0.12809917,0.1446281,0.12809917,0.14876033,0.16115703,0.17768595,0.19421488,0.23966943,0.25619835,0.26859504,0.28099173,0.26859504,0.2768595,0.24793388,0.28099173,0.35123968,0.39256197,0.4090909,0.4876033,0.6363636,0.6446281,0.61157024,0.57438016,0.57024795,0.5371901,0.48347107,0.5,0.5123967,0.44214877,0.3553719,0.34710744,0.27272728,0.23553719,0.32231405,0.26859504,0.20247933,0.338843,0.36363637,0.4338843,0.5,0.48347107,0.41735536,0.39256197,0.47107437,0.6198347,0.58264464,0.6818182,0.7066116,0.6446281,0.47107437,0.41735536,0.35123968,0.28512397,0.39256197,0.44214877,0.37190083,0.27272728,0.28099173,0.34710744,0.3305785,0.2603306,0.19008264,0.18181819,0.1694215,0.14876033,0.1446281,0.11983471,0.11157025,0.10743801,0.10330579,0.10330579,0.11570248,0.14876033,0.17768595,0.19421488,0.19421488,0.19008264,0.18595041,0.2231405,0.3140496,0.37603307,0.40495867,0.3966942,0.56198347,0.6363636,0.62396693,0.553719,0.5413223,0.5247934,0.46694216,0.45454547,0.5,0.4338843,0.35950413,0.3140496,0.32231405,0.27272728,0.2768595,0.24793388,0.17768595,0.32231405,0.37603307,0.4338843,0.43801653,0.41322315,0.4338843,0.3553719,0.47107437,0.55785125,0.54545456,0.6446281,0.6528926,0.60330576,0.4876033,0.40082645,0.29338843,0.38842976,0.607438,0.6652893,0.61157024,0.5289256,0.5785124,0.6198347,0.58264464,0.553719,0.4752066,0.42561984,0.38842976,0.3553719,0.3181818,0.27272728,0.30578512,0.2892562,0.3305785,0.33471075,0.34710744,0.36363637,0.38429752,0.3553719,0.29752067,0.22727273,0.21900827,0.21900827,0.28512397,0.33471075,0.39256197,0.4338843,0.5082645,0.61570245,0.61570245,0.553719,0.5082645,0.5165289,0.4338843,0.40495867,0.45867768,0.43801653,0.36363637,0.28099173,0.30165288,0.30578512,0.3140496,0.21487603,0.19421488,0.28512397,0.39256197,0.4214876,0.40082645,0.37603307,0.42561984,0.3553719,0.5082645,0.46694216,0.5041322,0.61570245,0.61157024,0.5661157,0.4752066,0.3966942,0.338843,0.55785125,0.6735537,0.7107438,0.73140496,0.6570248,0.661157,0.69008267,0.677686,0.6983471,0.69008267,0.6487603,0.6487603,0.6446281,0.60330576,0.59917355,0.6280992,0.6487603,0.6570248,0.6198347,0.58264464,0.59917355,0.58264464,0.5371901,0.47933885,0.45867768,0.45867768,0.38842976,0.338843,0.37603307,0.36363637,0.4752066,0.46280992,0.61570245,0.58677685,0.5206612,0.47933885,0.5,0.3966942,0.39256197,0.41735536,0.46280992,0.338843,0.29752067,0.2892562,0.3264463,0.33471075,0.21487603,0.17355372,0.22727273,0.39256197,0.42561984,0.3677686,0.38429752,0.4338843,0.35950413,0.5082645,0.37603307,0.45867768,0.5413223,0.59917355,0.553719,0.45041323,0.35123968,0.4214876,0.6322314,0.6859504,0.71487606,0.69008267,0.7107438,0.6652893,0.6487603,0.6818182,0.7355372,0.73966944,0.70247936,0.7107438,0.7107438,0.7066116,0.7107438,0.677686,0.72727275,0.6570248,0.607438,0.59504133,0.61157024,0.553719,0.5413223,0.56198347,0.58677685,0.59090906,0.5661157,0.47933885,0.47107437,0.39256197,0.5,0.4752066,0.58677685,0.57438016,0.5206612,0.45867768,0.47107437,0.3677686,0.37190083,0.40495867,0.42561984,0.3429752,0.3264463,0.30578512,0.3140496,0.29338843,0.18595041,0.14876033,0.19008264,0.3140496,0.40495867,0.34710744,0.37603307,0.44214877,0.3305785,0.46280992,0.36363637,0.43801653,0.5206612,0.57438016,0.5165289,0.46694216,0.2892562,0.4752066,0.6363636,0.7066116,0.71487606,0.6942149,0.607438,0.6735537,0.6652893,0.6198347,0.6363636,0.6859504,0.6735537,0.677686,0.661157,0.70247936,0.6942149,0.6528926,0.677686,0.6404959,0.5785124,0.55785125,0.5661157,0.56198347,0.59090906,0.59090906,0.5661157,0.60330576,0.59917355,0.5661157,0.5247934,0.4338843,0.5247934,0.5247934,0.553719,0.58264464,0.5206612,0.42975205,0.40495867,0.3181818,0.35123968,0.38016528,0.40082645,0.36363637,0.32231405,0.28512397,0.28512397,0.24793388,0.12809917,0.1446281,0.16528925,0.22727273,0.3966942,0.3181818,0.36363637,0.44214877,0.37603307,0.41735536,0.37603307,0.43801653,0.47107437,0.49173555,0.4876033,0.46694216,0.30578512,0.47933885,0.6280992,0.7066116,0.69008267,0.7066116,0.61157024,0.5785124,0.607438,0.6404959,0.6404959,0.6446281,0.6198347,0.6280992,0.6404959,0.7066116,0.6280992,0.6198347,0.607438,0.59504133,0.5661157,0.58264464,0.58677685,0.54545456,0.5371901,0.5,0.53305787,0.60330576,0.57438016,0.59504133,0.57024795,0.47107437,0.5123967,0.53305787,0.5495868,0.56198347,0.49173555,0.41322315,0.38016528,0.26859504,0.37190083,0.33471075,0.38842976,0.338843,0.3181818,0.2520661,0.2603306,0.21487603,0.10743801,0.1446281,0.1694215,0.17768595,0.34710744,0.3305785,0.36363637,0.4090909,0.37603307,0.38842976,0.40495867,0.41735536,0.4090909,0.47933885,0.5082645,0.446281,0.4090909,0.4752066,0.6528926,0.6818182,0.677686,0.6694215,0.6280992,0.59090906,0.553719,0.53305787,0.5371901,0.5371901,0.5123967,0.5206612,0.54545456,0.55785125,0.5,0.54545456,0.5165289,0.5289256,0.5082645,0.5,0.49586776,0.47933885,0.4752066,0.5165289,0.5165289,0.59090906,0.5661157,0.59090906,0.55785125,0.5,0.5082645,0.48347107,0.5165289,0.5082645,0.45867768,0.40082645,0.37190083,0.23553719,0.36363637,0.3264463,0.3429752,0.27272728,0.28099173,0.2107438,0.23140496,0.19421488,0.09917355,0.15289256,0.16528925,0.14049587,0.29752067,0.29752067,0.3181818,0.38842976,0.41735536,0.3966942,0.39256197,0.40082645,0.3966942,0.49173555,0.5165289,0.3966942,0.45867768,0.56198347,0.677686,0.6570248,0.6694215,0.6528926,0.59917355,0.607438,0.5661157,0.5289256,0.47107437,0.38429752,0.37190083,0.33471075,0.4090909,0.38842976,0.3553719,0.40082645,0.34710744,0.3966942,0.37190083,0.4338843,0.4338843,0.48347107,0.5041322,0.5413223,0.54545456,0.55785125,0.5495868,0.55785125,0.5123967,0.5206612,0.46280992,0.4338843,0.49586776,0.4752066,0.4338843,0.37603307,0.38842976,0.23966943,0.3264463,0.30578512,0.3181818,0.24793388,0.2520661,0.19421488,0.2231405,0.1694215,0.09504132,0.16528925,0.15289256,0.16528925,0.23966943,0.32231405,0.24380165,0.3677686,0.3966942,0.38842976,0.37190083,0.37190083,0.38016528,0.45041323,0.46694216,0.3140496,0.45867768,0.57438016,0.69008267,0.6528926,0.6735537,0.6652893,0.60330576,0.5785124,0.553719,0.5206612,0.44214877,0.41322315,0.38842976,0.3553719,0.42975205,0.3966942,0.34710744,0.40495867,0.338843,0.38429752,0.36363637,0.4338843,0.4214876,0.45041323,0.4876033,0.5371901,0.5495868,0.5247934,0.5,0.5,0.5123967,0.5371901,0.42561984,0.37190083,0.45041323,0.42975205,0.3677686,0.3429752,0.32231405,0.30578512,0.29752067,0.28512397,0.30165288,0.28099173,0.21900827,0.1983471,0.1983471,0.11157025,0.09090909,0.1694215,0.15289256,0.16528925,0.17768595,0.29338843,0.21900827,0.338843,0.38429752,0.37190083,0.35950413,0.37190083,0.37603307,0.3677686,0.37603307,0.32231405,0.39256197,0.5206612,0.6446281,0.6280992,0.6652893,0.6652893,0.6363636,0.57438016,0.553719,0.4876033,0.44214877,0.4090909,0.40495867,0.338843,0.40495867,0.446281,0.3677686,0.39256197,0.4214876,0.42561984,0.41735536,0.43801653,0.46280992,0.446281,0.5,0.47933885,0.5371901,0.5289256,0.5123967,0.49586776,0.4876033,0.5165289,0.42561984,0.33471075,0.3966942,0.37190083,0.2892562,0.30165288,0.2892562,0.3553719,0.2644628,0.30578512,0.27272728,0.2520661,0.23553719,0.21900827,0.13636364,0.09504132,0.08264463,0.16115703,0.15289256,0.15289256,0.17355372,0.23966943,0.2603306,0.30991736,0.3553719,0.3429752,0.34710744,0.35950413,0.39256197,0.32231405,0.34710744,0.3429752,0.3553719,0.47933885,0.57024795,0.61157024,0.661157,0.6528926,0.6570248,0.61570245,0.59504133,0.5165289,0.5082645,0.44214877,0.47107437,0.35950413,0.41735536,0.47933885,0.4214876,0.45867768,0.4752066,0.47933885,0.48347107,0.45041323,0.48347107,0.47107437,0.553719,0.49586776,0.5495868,0.53305787,0.5123967,0.5082645,0.5041322,0.47107437,0.42561984,0.30165288,0.3429752,0.30165288,0.25619835,0.24793388,0.30578512,0.30165288,0.29338843,0.32231405,0.27272728,0.21487603,0.2231405,0.14876033,0.09917355,0.09504132,0.09090909,0.1694215,0.1570248,0.1570248,0.14876033,0.21900827,0.2768595,0.30165288,0.3677686,0.338843,0.32231405,0.30991736,0.3429752,0.30578512,0.2892562,0.3140496,0.33471075,0.40082645,0.5082645,0.59917355,0.607438,0.62396693,0.6570248,0.6570248,0.6528926,0.58677685,0.60330576,0.5082645,0.55785125,0.45867768,0.47933885,0.5247934,0.5206612,0.5661157,0.5041322,0.5495868,0.5413223,0.5165289,0.49173555,0.48347107,0.57024795,0.56198347,0.57024795,0.5123967,0.47933885,0.5123967,0.46694216,0.42561984,0.40082645,0.24793388,0.29338843,0.24793388,0.2644628,0.2603306,0.25619835,0.27272728,0.29338843,0.3140496,0.22727273,0.20247933,0.22727273,0.12809917,0.08264463,0.09504132,0.08677686,0.1694215,0.16115703,0.15289256,0.1570248,0.19008264,0.2603306,0.2768595,0.34710744,0.3140496,0.32231405,0.28099173,0.2644628,0.2603306,0.2603306,0.2603306,0.3553719,0.38016528,0.5165289,0.5785124,0.57438016,0.61157024,0.677686,0.6859504,0.6735537,0.6694215,0.6735537,0.61157024,0.59917355,0.54545456,0.5289256,0.55785125,0.54545456,0.6363636,0.59504133,0.59504133,0.60330576,0.61570245,0.5661157,0.55785125,0.5785124,0.5785124,0.5495868,0.49173555,0.45867768,0.46280992,0.4214876,0.38016528,0.34710744,0.20661157,0.28512397,0.23966943,0.24793388,0.27272728,0.24793388,0.25619835,0.28512397,0.27272728,0.2107438,0.23140496,0.2231405,0.10743801,0.08264463,0.09090909,0.09090909,13 +0.61570245,0.6528926,0.6404959,0.6859504,0.73966944,0.7644628,0.7933884,0.8057851,0.8016529,0.8140496,0.80991733,0.79752064,0.8016529,0.8057851,0.8140496,0.8140496,0.8181818,0.8264463,0.8264463,0.8305785,0.8347107,0.822314,0.8305785,0.8305785,0.8181818,0.8181818,0.80991733,0.79752064,0.77272725,0.78099173,0.79752064,0.78512394,0.75619835,0.78099173,0.7892562,0.79752064,0.7892562,0.7768595,0.77272725,0.77272725,0.77272725,0.7644628,0.76033056,0.7355372,0.72727275,0.71487606,0.69008267,0.6694215,0.661157,0.60330576,0.58677685,0.56198347,0.57024795,0.59504133,0.59917355,0.5661157,0.5495868,0.5165289,0.4752066,0.4090909,0.38842976,0.35123968,0.23140496,0.15289256,0.607438,0.6570248,0.661157,0.6983471,0.75206614,0.76033056,0.7933884,0.8057851,0.80991733,0.8140496,0.8016529,0.8016529,0.80991733,0.8140496,0.822314,0.8181818,0.8140496,0.822314,0.8305785,0.8347107,0.8305785,0.838843,0.8305785,0.8305785,0.838843,0.8264463,0.8305785,0.8181818,0.7933884,0.7892562,0.8140496,0.79752064,0.76033056,0.76859504,0.79752064,0.8140496,0.80991733,0.79752064,0.7892562,0.79752064,0.79752064,0.78099173,0.76859504,0.74793386,0.73966944,0.7231405,0.6942149,0.69008267,0.677686,0.61570245,0.61570245,0.59090906,0.56198347,0.58677685,0.59504133,0.58264464,0.55785125,0.5247934,0.4752066,0.44214877,0.38429752,0.38429752,0.2892562,0.16528925,0.607438,0.6570248,0.6694215,0.7107438,0.76033056,0.76859504,0.79752064,0.80991733,0.8140496,0.80991733,0.8016529,0.8057851,0.8016529,0.8016529,0.7933884,0.80991733,0.80991733,0.8181818,0.8347107,0.8471074,0.838843,0.8512397,0.8429752,0.838843,0.8429752,0.838843,0.838843,0.8305785,0.8140496,0.80991733,0.8264463,0.80991733,0.77272725,0.7768595,0.8016529,0.8264463,0.8305785,0.822314,0.8181818,0.8181818,0.8016529,0.79752064,0.78099173,0.7644628,0.73966944,0.72727275,0.7066116,0.6859504,0.6652893,0.6280992,0.61570245,0.61570245,0.59504133,0.57438016,0.58677685,0.58677685,0.5661157,0.5165289,0.47107437,0.45454547,0.38429752,0.37603307,0.34710744,0.21900827,0.607438,0.661157,0.6735537,0.72727275,0.7644628,0.77272725,0.8016529,0.80991733,0.80991733,0.80991733,0.8016529,0.78099173,0.76033056,0.77272725,0.78512394,0.8057851,0.8140496,0.8181818,0.8305785,0.8471074,0.8512397,0.8512397,0.8429752,0.8512397,0.8512397,0.8512397,0.8471074,0.8347107,0.8305785,0.80991733,0.8429752,0.8305785,0.7933884,0.78512394,0.8016529,0.822314,0.838843,0.8429752,0.8347107,0.8429752,0.8016529,0.80991733,0.78512394,0.7644628,0.7355372,0.7231405,0.72727275,0.69008267,0.6570248,0.6446281,0.59917355,0.5785124,0.59917355,0.5785124,0.5785124,0.57024795,0.5495868,0.5123967,0.4752066,0.45454547,0.38016528,0.38429752,0.39256197,0.3305785,0.607438,0.6322314,0.6818182,0.73140496,0.76033056,0.78512394,0.78512394,0.8016529,0.80991733,0.8016529,0.76859504,0.74793386,0.73966944,0.73966944,0.7892562,0.7892562,0.7933884,0.8016529,0.80991733,0.8140496,0.7933884,0.78512394,0.79752064,0.8264463,0.8429752,0.8553719,0.8471074,0.8305785,0.8264463,0.8140496,0.8553719,0.8471074,0.80991733,0.8057851,0.79752064,0.80991733,0.8512397,0.8595041,0.8264463,0.8347107,0.8016529,0.80991733,0.74793386,0.7231405,0.7066116,0.71900827,0.71487606,0.70247936,0.6818182,0.6735537,0.6280992,0.5785124,0.57024795,0.553719,0.56198347,0.57024795,0.5371901,0.5123967,0.48347107,0.45041323,0.39256197,0.38016528,0.38842976,0.338843,0.6280992,0.6528926,0.6818182,0.72727275,0.76033056,0.76859504,0.7768595,0.7933884,0.7892562,0.7355372,0.7107438,0.7231405,0.74380165,0.75619835,0.7644628,0.76859504,0.76033056,0.74380165,0.6983471,0.6652893,0.6694215,0.6859504,0.6859504,0.74793386,0.78099173,0.8181818,0.8429752,0.8264463,0.8305785,0.80991733,0.8512397,0.838843,0.8264463,0.8264463,0.7933884,0.7933884,0.8471074,0.8512397,0.8305785,0.8264463,0.80991733,0.74793386,0.6942149,0.6487603,0.62396693,0.59504133,0.59917355,0.6322314,0.661157,0.62396693,0.6280992,0.59504133,0.57438016,0.54545456,0.5247934,0.5413223,0.5247934,0.5123967,0.4876033,0.44214877,0.40495867,0.38429752,0.37603307,0.28512397,0.6280992,0.661157,0.6859504,0.71487606,0.76033056,0.7644628,0.77272725,0.76033056,0.73966944,0.71487606,0.73140496,0.74380165,0.7644628,0.76033056,0.73966944,0.6818182,0.6570248,0.59090906,0.54545456,0.5371901,0.58264464,0.6446281,0.6570248,0.677686,0.73966944,0.76033056,0.8264463,0.8264463,0.8181818,0.8057851,0.8264463,0.8016529,0.8471074,0.8305785,0.77272725,0.76859504,0.8264463,0.838843,0.80991733,0.78099173,0.78512394,0.677686,0.6363636,0.607438,0.54545456,0.5082645,0.5041322,0.5289256,0.54545456,0.56198347,0.57024795,0.5785124,0.5661157,0.553719,0.54545456,0.5247934,0.5082645,0.4876033,0.48347107,0.43801653,0.40495867,0.38842976,0.38016528,0.2768595,0.6322314,0.6528926,0.69008267,0.7066116,0.7355372,0.78099173,0.74793386,0.7355372,0.73966944,0.7355372,0.74793386,0.75206614,0.71900827,0.7066116,0.6859504,0.61157024,0.5413223,0.5,0.4752066,0.48347107,0.5371901,0.58264464,0.61570245,0.6528926,0.70247936,0.74380165,0.78512394,0.8181818,0.8016529,0.8057851,0.8140496,0.7933884,0.8595041,0.8305785,0.7355372,0.73140496,0.79752064,0.8140496,0.7768595,0.71487606,0.6942149,0.59917355,0.56198347,0.5247934,0.47107437,0.45454547,0.44214877,0.4338843,0.4338843,0.47107437,0.5247934,0.57438016,0.5661157,0.56198347,0.56198347,0.53305787,0.49586776,0.47107437,0.47107437,0.4338843,0.41322315,0.3966942,0.38842976,0.28512397,0.6322314,0.6446281,0.6942149,0.69008267,0.7231405,0.75206614,0.71487606,0.74793386,0.75619835,0.7355372,0.72727275,0.6983471,0.6446281,0.6528926,0.661157,0.6198347,0.53305787,0.5206612,0.49173555,0.47933885,0.5,0.5206612,0.54545456,0.59917355,0.6363636,0.7107438,0.7231405,0.78099173,0.7892562,0.79752064,0.80991733,0.79752064,0.8553719,0.8264463,0.73140496,0.72727275,0.78512394,0.7892562,0.73140496,0.6446281,0.5785124,0.5206612,0.47933885,0.4338843,0.40495867,0.38429752,0.3677686,0.38016528,0.3966942,0.43801653,0.47933885,0.53305787,0.5495868,0.55785125,0.5413223,0.5371901,0.5123967,0.46280992,0.45867768,0.42975205,0.41735536,0.39256197,0.35950413,0.29752067,0.6446281,0.6446281,0.69008267,0.677686,0.73140496,0.69008267,0.7231405,0.75206614,0.7355372,0.7231405,0.7107438,0.6942149,0.677686,0.6942149,0.71487606,0.7231405,0.69008267,0.7066116,0.69008267,0.6735537,0.6570248,0.59504133,0.5785124,0.59504133,0.59090906,0.6280992,0.6404959,0.7066116,0.73140496,0.74380165,0.7768595,0.78099173,0.8305785,0.8057851,0.73140496,0.72727275,0.7768595,0.76859504,0.6818182,0.5661157,0.47933885,0.45041323,0.4214876,0.38842976,0.3553719,0.3677686,0.38429752,0.42561984,0.46694216,0.5041322,0.48347107,0.5247934,0.55785125,0.5371901,0.5082645,0.5206612,0.5247934,0.46280992,0.44214877,0.42561984,0.41322315,0.39256197,0.32231405,0.28099173,0.6570248,0.6570248,0.6735537,0.677686,0.71487606,0.6570248,0.7107438,0.677686,0.6652893,0.677686,0.7107438,0.72727275,0.73966944,0.74793386,0.7892562,0.7933884,0.8016529,0.8057851,0.7933884,0.78512394,0.76859504,0.6735537,0.61157024,0.59504133,0.55785125,0.5495868,0.5661157,0.59917355,0.61570245,0.62396693,0.661157,0.6694215,0.69008267,0.6818182,0.6280992,0.6280992,0.6487603,0.6446281,0.57438016,0.48347107,0.42561984,0.41735536,0.40495867,0.37603307,0.35123968,0.38429752,0.46280992,0.55785125,0.61157024,0.61157024,0.55785125,0.5661157,0.58264464,0.5661157,0.5247934,0.5041322,0.5247934,0.47933885,0.43801653,0.41322315,0.40495867,0.39256197,0.30578512,0.24793388,0.6570248,0.661157,0.677686,0.69008267,0.6942149,0.61157024,0.61570245,0.6198347,0.6280992,0.661157,0.7107438,0.7644628,0.75206614,0.72727275,0.73966944,0.7231405,0.71900827,0.677686,0.6446281,0.607438,0.58264464,0.553719,0.58264464,0.59090906,0.553719,0.5413223,0.55785125,0.53305787,0.4752066,0.4338843,0.446281,0.47107437,0.49173555,0.48347107,0.46694216,0.46280992,0.46280992,0.46280992,0.44214877,0.41322315,0.40082645,0.4090909,0.41735536,0.41322315,0.38842976,0.38429752,0.41735536,0.46280992,0.49173555,0.49586776,0.46694216,0.47933885,0.49173555,0.5165289,0.5041322,0.4876033,0.49173555,0.49173555,0.44214877,0.38842976,0.4090909,0.39256197,0.30578512,0.23140496,0.6570248,0.661157,0.69008267,0.7066116,0.59504133,0.607438,0.6363636,0.6322314,0.62396693,0.6694215,0.74793386,0.7355372,0.6818182,0.6942149,0.71487606,0.77272725,0.7892562,0.6859504,0.6404959,0.6198347,0.58677685,0.5289256,0.5413223,0.57438016,0.553719,0.57024795,0.6363636,0.6735537,0.677686,0.446281,0.4214876,0.70247936,0.7231405,0.6446281,0.59917355,0.5165289,0.38429752,0.338843,0.37603307,0.33471075,0.33471075,0.39256197,0.43801653,0.47933885,0.49586776,0.53305787,0.57438016,0.54545456,0.49173555,0.5206612,0.5,0.5289256,0.5413223,0.48347107,0.42561984,0.4090909,0.41322315,0.45454547,0.45041323,0.38842976,0.40082645,0.3966942,0.338843,0.22727273,0.6652893,0.6694215,0.73140496,0.6322314,0.553719,0.6942149,0.6694215,0.6487603,0.6280992,0.71487606,0.6818182,0.6322314,0.7644628,0.7933884,0.71487606,0.75206614,0.677686,0.5495868,0.5206612,0.5371901,0.58677685,0.5785124,0.5661157,0.553719,0.5413223,0.55785125,0.62396693,0.74380165,0.8140496,0.6198347,0.5082645,0.7892562,0.72727275,0.6487603,0.661157,0.6735537,0.5,0.40495867,0.37603307,0.27272728,0.3429752,0.44214877,0.5206612,0.55785125,0.553719,0.5247934,0.55785125,0.5495868,0.5661157,0.57438016,0.5165289,0.5165289,0.5289256,0.553719,0.5,0.4338843,0.38429752,0.338843,0.3966942,0.41322315,0.38842976,0.39256197,0.34710744,0.23140496,0.6694215,0.6735537,0.71900827,0.5495868,0.677686,0.6694215,0.6570248,0.6280992,0.6404959,0.6363636,0.5247934,0.6652893,0.73966944,0.6487603,0.46280992,0.42975205,0.29338843,0.2603306,0.2520661,0.3429752,0.42975205,0.5,0.5123967,0.57438016,0.60330576,0.61570245,0.59917355,0.7355372,0.80991733,0.6404959,0.5661157,0.53305787,0.46280992,0.4214876,0.4214876,0.5289256,0.5082645,0.40495867,0.3429752,0.3181818,0.46280992,0.5,0.5041322,0.49173555,0.38842976,0.28512397,0.5371901,0.30991736,0.30165288,0.3966942,0.46694216,0.553719,0.5123967,0.44214877,0.47107437,0.45041323,0.3966942,0.3966942,0.3966942,0.338843,0.446281,0.3966942,0.3429752,0.22727273,0.6735537,0.72727275,0.57438016,0.6652893,0.72727275,0.6859504,0.6735537,0.6404959,0.61570245,0.5123967,0.5289256,0.57024795,0.5123967,0.44214877,0.24380165,0.27272728,0.18181819,0.20247933,0.2603306,0.43801653,0.53305787,0.40495867,0.41735536,0.5041322,0.6818182,0.76033056,0.661157,0.69008267,0.73140496,0.60330576,0.59504133,0.39256197,0.5,0.54545456,0.46694216,0.45041323,0.49173555,0.35950413,0.3305785,0.45867768,0.46694216,0.41322315,0.4752066,0.5785124,0.42561984,0.23140496,0.28512397,0.14876033,0.2107438,0.19008264,0.3140496,0.38842976,0.45454547,0.3966942,0.35123968,0.43801653,0.4338843,0.42561984,0.4090909,0.4090909,0.40082645,0.47933885,0.338843,0.21487603,0.677686,0.661157,0.57024795,0.7066116,0.6942149,0.7107438,0.6735537,0.661157,0.60330576,0.5785124,0.5413223,0.46694216,0.44214877,0.5661157,0.30165288,0.23966943,0.27272728,0.32231405,0.3305785,0.5206612,0.62396693,0.49173555,0.45454547,0.60330576,0.6280992,0.7644628,0.677686,0.6198347,0.6446281,0.6198347,0.72727275,0.3305785,0.6818182,0.74380165,0.6570248,0.553719,0.5082645,0.34710744,0.45041323,0.46280992,0.41735536,0.4214876,0.61570245,0.72727275,0.5661157,0.29338843,0.23553719,0.21900827,0.2644628,0.20247933,0.3677686,0.3305785,0.3140496,0.338843,0.32231405,0.37190083,0.446281,0.4338843,0.4214876,0.4214876,0.41735536,0.43801653,0.3677686,0.21900827,0.5785124,0.56198347,0.607438,0.7231405,0.7107438,0.6983471,0.6942149,0.6942149,0.6694215,0.6363636,0.58677685,0.54545456,0.55785125,0.553719,0.47933885,0.34710744,0.3677686,0.40495867,0.4090909,0.5123967,0.53305787,0.4876033,0.47933885,0.59090906,0.6322314,0.6859504,0.60330576,0.59090906,0.6818182,0.6446281,0.76033056,0.47933885,0.57438016,0.6280992,0.58264464,0.5041322,0.4876033,0.38016528,0.48347107,0.5041322,0.4752066,0.4752066,0.59090906,0.661157,0.607438,0.45454547,0.3140496,0.29338843,0.30578512,0.3553719,0.46694216,0.45041323,0.3305785,0.30991736,0.3553719,0.4090909,0.4338843,0.41735536,0.42561984,0.43801653,0.41322315,0.3966942,0.36363637,0.22727273,0.446281,0.5041322,0.6363636,0.7107438,0.72727275,0.70247936,0.7107438,0.69008267,0.677686,0.6735537,0.6570248,0.59917355,0.6322314,0.55785125,0.5371901,0.49173555,0.5123967,0.5123967,0.5247934,0.53305787,0.5,0.47107437,0.4752066,0.53305787,0.5413223,0.56198347,0.5661157,0.6446281,0.71487606,0.553719,0.44214877,0.38429752,0.37190083,0.38842976,0.3553719,0.3305785,0.37190083,0.38429752,0.44214877,0.48347107,0.46694216,0.44214877,0.4876033,0.5165289,0.4876033,0.46280992,0.38016528,0.34710744,0.37190083,0.44214877,0.47107437,0.4876033,0.42561984,0.35950413,0.38429752,0.446281,0.446281,0.4214876,0.45041323,0.46280992,0.43801653,0.39256197,0.3305785,0.22727273,0.37190083,0.45867768,0.7066116,0.74380165,0.7355372,0.72727275,0.71900827,0.6818182,0.6528926,0.677686,0.6570248,0.60330576,0.6487603,0.6322314,0.6487603,0.6280992,0.661157,0.6446281,0.6694215,0.661157,0.59090906,0.553719,0.5289256,0.5495868,0.56198347,0.5661157,0.6363636,0.69008267,0.70247936,0.45454547,0.30165288,0.5289256,0.5123967,0.48347107,0.42975205,0.3305785,0.3140496,0.35123968,0.41322315,0.38842976,0.3429752,0.3429752,0.35123968,0.40082645,0.3966942,0.3966942,0.38842976,0.37190083,0.40082645,0.41322315,0.446281,0.4876033,0.47107437,0.41735536,0.4214876,0.45867768,0.47107437,0.46280992,0.5041322,0.49173555,0.45454547,0.35123968,0.29752067,0.2644628,0.44214877,0.47933885,0.75619835,0.8016529,0.7768595,0.76859504,0.72727275,0.6818182,0.62396693,0.62396693,0.60330576,0.59917355,0.6322314,0.661157,0.70247936,0.70247936,0.74793386,0.75206614,0.78099173,0.7644628,0.7231405,0.6942149,0.6528926,0.6446281,0.70247936,0.6735537,0.7107438,0.69008267,0.677686,0.3553719,0.5413223,0.80991733,0.70247936,0.6652893,0.6404959,0.4752066,0.3429752,0.3305785,0.37603307,0.39256197,0.29752067,0.32231405,0.34710744,0.40495867,0.43801653,0.44214877,0.45454547,0.446281,0.45867768,0.45454547,0.47107437,0.48347107,0.48347107,0.46694216,0.45041323,0.45454547,0.45454547,0.46694216,0.5082645,0.48347107,0.40495867,0.34710744,0.34710744,0.3429752,0.49586776,0.5206612,0.7768595,0.8181818,0.7933884,0.7892562,0.7231405,0.6818182,0.6280992,0.62396693,0.6404959,0.661157,0.6983471,0.6983471,0.7066116,0.7231405,0.7892562,0.8016529,0.8181818,0.8140496,0.76859504,0.74380165,0.7107438,0.72727275,0.76859504,0.7355372,0.72727275,0.6735537,0.57024795,0.37190083,0.73966944,0.8636364,0.73966944,0.7107438,0.6983471,0.553719,0.3429752,0.34710744,0.3264463,0.3966942,0.37190083,0.37190083,0.48347107,0.5206612,0.5495868,0.5413223,0.54545456,0.5495868,0.5247934,0.49586776,0.5,0.49586776,0.4876033,0.46280992,0.44214877,0.41735536,0.38016528,0.40082645,0.47107437,0.45867768,0.42975205,0.41735536,0.40082645,0.3140496,0.48347107,0.5289256,0.78099173,0.8057851,0.7892562,0.74793386,0.70247936,0.661157,0.661157,0.7066116,0.71900827,0.73140496,0.76859504,0.76033056,0.75619835,0.7768595,0.8057851,0.822314,0.8264463,0.8140496,0.77272725,0.7644628,0.7644628,0.77272725,0.77272725,0.73140496,0.70247936,0.6487603,0.3966942,0.53305787,0.80991733,0.8429752,0.7933884,0.73140496,0.7231405,0.5785124,0.29752067,0.3677686,0.338843,0.35123968,0.43801653,0.47107437,0.58677685,0.661157,0.6528926,0.6446281,0.6322314,0.6198347,0.59090906,0.56198347,0.5413223,0.49173555,0.46694216,0.42975205,0.38429752,0.34710744,0.30578512,0.3677686,0.47933885,0.5082645,0.49586776,0.46280992,0.4090909,0.2603306,0.4752066,0.5123967,0.76033056,0.78512394,0.77272725,0.7107438,0.6818182,0.6983471,0.74380165,0.7768595,0.7768595,0.77272725,0.78099173,0.7933884,0.7933884,0.7933884,0.79752064,0.8264463,0.8305785,0.79752064,0.78099173,0.80991733,0.7933884,0.76033056,0.75619835,0.7066116,0.6735537,0.58264464,0.40082645,0.6859504,0.8471074,0.8264463,0.8181818,0.72727275,0.73966944,0.5661157,0.24793388,0.3553719,0.38429752,0.3429752,0.4338843,0.5413223,0.6404959,0.70247936,0.6735537,0.6652893,0.6446281,0.62396693,0.61157024,0.58677685,0.5785124,0.5165289,0.47933885,0.4214876,0.37190083,0.3553719,0.36363637,0.42561984,0.49586776,0.5206612,0.4876033,0.45454547,0.40082645,0.26859504,0.45867768,0.48347107,0.72727275,0.76033056,0.75206614,0.677686,0.71900827,0.7644628,0.7768595,0.78099173,0.79752064,0.7933884,0.77272725,0.7933884,0.8016529,0.7892562,0.8181818,0.8264463,0.8181818,0.80991733,0.8140496,0.8057851,0.76859504,0.7644628,0.71900827,0.7107438,0.6652893,0.49586776,0.58264464,0.8347107,0.8429752,0.80991733,0.8057851,0.7107438,0.73140496,0.6487603,0.3264463,0.30578512,0.42561984,0.3677686,0.41735536,0.5413223,0.6446281,0.6818182,0.6859504,0.6818182,0.6322314,0.62396693,0.6198347,0.61570245,0.59090906,0.5413223,0.5165289,0.47933885,0.45041323,0.4752066,0.47933885,0.4876033,0.5041322,0.5,0.46280992,0.44214877,0.3966942,0.3140496,0.45041323,0.47107437,0.6652893,0.71900827,0.7066116,0.6818182,0.76859504,0.7892562,0.7892562,0.78099173,0.8057851,0.8016529,0.7768595,0.7933884,0.7933884,0.8140496,0.8264463,0.822314,0.8181818,0.8264463,0.8057851,0.78512394,0.75619835,0.74380165,0.71900827,0.73140496,0.57438016,0.5371901,0.76859504,0.8553719,0.79752064,0.7892562,0.78512394,0.7066116,0.70247936,0.6942149,0.53305787,0.3140496,0.42561984,0.3966942,0.40495867,0.5413223,0.6280992,0.6404959,0.661157,0.6735537,0.6528926,0.62396693,0.61570245,0.59917355,0.59504133,0.57438016,0.5495868,0.54545456,0.54545456,0.5661157,0.55785125,0.5371901,0.5165289,0.49586776,0.45867768,0.4338843,0.38016528,0.3264463,0.47107437,0.44214877,0.59917355,0.6487603,0.6694215,0.7355372,0.7892562,0.8016529,0.79752064,0.78512394,0.8057851,0.80991733,0.7892562,0.7892562,0.8140496,0.8057851,0.8140496,0.8140496,0.8140496,0.8140496,0.79752064,0.78512394,0.75619835,0.7355372,0.72727275,0.661157,0.5,0.6694215,0.838843,0.8140496,0.78512394,0.7892562,0.7768595,0.73140496,0.6818182,0.677686,0.6652893,0.40495867,0.35950413,0.43801653,0.42561984,0.5247934,0.62396693,0.6280992,0.6446281,0.661157,0.6694215,0.6363636,0.6198347,0.59090906,0.61570245,0.61570245,0.59090906,0.60330576,0.60330576,0.61570245,0.607438,0.57024795,0.5165289,0.5165289,0.45867768,0.4214876,0.3677686,0.34710744,0.5289256,0.4090909,0.5371901,0.61157024,0.677686,0.75619835,0.7892562,0.7933884,0.7933884,0.7933884,0.8057851,0.80991733,0.7933884,0.7768595,0.79752064,0.79752064,0.8057851,0.8057851,0.80991733,0.79752064,0.8016529,0.8140496,0.76033056,0.6694215,0.6570248,0.5082645,0.54545456,0.79752064,0.8305785,0.79752064,0.8016529,0.7892562,0.7644628,0.73966944,0.6942149,0.6570248,0.677686,0.55785125,0.28099173,0.45454547,0.46694216,0.5289256,0.6363636,0.61570245,0.6446281,0.6528926,0.6570248,0.62396693,0.61570245,0.607438,0.6363636,0.6363636,0.6363636,0.6487603,0.6404959,0.6487603,0.6404959,0.5785124,0.53305787,0.5123967,0.46280992,0.41322315,0.35950413,0.37603307,0.57024795,0.40495867,0.49586776,0.59090906,0.6942149,0.74793386,0.78099173,0.78512394,0.7892562,0.7892562,0.7933884,0.79752064,0.76859504,0.77272725,0.79752064,0.80991733,0.8016529,0.8057851,0.80991733,0.8057851,0.8140496,0.79752064,0.6694215,0.5785124,0.5206612,0.47933885,0.71900827,0.8264463,0.8347107,0.79752064,0.8347107,0.838843,0.7768595,0.74380165,0.6983471,0.661157,0.6487603,0.6404959,0.3181818,0.338843,0.5123967,0.57438016,0.6363636,0.61570245,0.6487603,0.6363636,0.6363636,0.62396693,0.61570245,0.60330576,0.62396693,0.6487603,0.6570248,0.6818182,0.6694215,0.6652893,0.6446281,0.5785124,0.5206612,0.5,0.45867768,0.41735536,0.35123968,0.40082645,0.5413223,0.5206612,0.42561984,0.57438016,0.677686,0.75206614,0.75206614,0.7768595,0.78099173,0.78512394,0.77272725,0.7768595,0.7768595,0.78512394,0.79752064,0.8057851,0.80991733,0.80991733,0.8140496,0.8264463,0.79752064,0.70247936,0.57024795,0.5,0.4752066,0.70247936,0.7892562,0.8057851,0.838843,0.8181818,0.8595041,0.88429755,0.8140496,0.73966944,0.70247936,0.6942149,0.6528926,0.6404959,0.5,0.2644628,0.446281,0.57438016,0.6487603,0.6446281,0.6487603,0.6446281,0.6363636,0.6322314,0.62396693,0.61157024,0.61157024,0.6404959,0.6528926,0.6694215,0.6652893,0.6487603,0.61570245,0.5661157,0.49586776,0.49173555,0.45041323,0.4214876,0.338843,0.39256197,0.54545456,0.55785125,0.5413223,0.47107437,0.6694215,0.73966944,0.74380165,0.7644628,0.7644628,0.7768595,0.77272725,0.78512394,0.8016529,0.8016529,0.7933884,0.7933884,0.80991733,0.8016529,0.8016529,0.7933884,0.71487606,0.58264464,0.5123967,0.3553719,0.72727275,0.8140496,0.7644628,0.74380165,0.78512394,0.79752064,0.822314,0.8305785,0.77272725,0.71900827,0.71487606,0.6983471,0.6198347,0.59917355,0.60330576,0.5041322,0.22727273,0.53305787,0.6652893,0.6570248,0.6528926,0.6570248,0.6322314,0.6198347,0.59090906,0.58677685,0.62396693,0.6487603,0.6446281,0.6198347,0.607438,0.59504133,0.61157024,0.5371901,0.47107437,0.47933885,0.45041323,0.41322315,0.3305785,0.35123968,0.54545456,0.57024795,0.59504133,0.61570245,0.5495868,0.661157,0.76033056,0.76033056,0.7644628,0.77272725,0.78512394,0.79752064,0.7933884,0.8140496,0.7933884,0.80991733,0.7892562,0.7892562,0.76033056,0.70247936,0.58264464,0.5123967,0.42975205,0.59917355,0.838843,0.8057851,0.74380165,0.70247936,0.7231405,0.74793386,0.71900827,0.6735537,0.71900827,0.6570248,0.60330576,0.5371901,0.48347107,0.53305787,0.58264464,0.6363636,0.47107437,0.2107438,0.6280992,0.6818182,0.6652893,0.6694215,0.661157,0.6363636,0.60330576,0.57438016,0.62396693,0.6528926,0.6570248,0.62396693,0.59504133,0.5785124,0.59504133,0.47933885,0.45454547,0.45041323,0.49586776,0.37190083,0.32231405,0.2892562,0.54545456,0.58264464,0.59504133,0.6404959,0.7355372,0.607438,0.6528926,0.7644628,0.8057851,0.76033056,0.78099173,0.7892562,0.78512394,0.80991733,0.7892562,0.78512394,0.77272725,0.75619835,0.661157,0.54545456,0.47933885,0.6570248,0.5371901,0.6983471,0.76859504,0.7231405,0.6652893,0.6528926,0.7066116,0.73140496,0.69008267,0.6198347,0.6198347,0.59917355,0.47933885,0.44214877,0.42561984,0.47933885,0.5413223,0.57024795,0.6198347,0.30578512,0.32231405,0.6363636,0.677686,0.661157,0.6404959,0.6322314,0.62396693,0.5785124,0.58677685,0.62396693,0.6487603,0.6322314,0.58677685,0.58677685,0.5165289,0.46694216,0.44214877,0.5247934,0.46694216,0.37603307,0.3264463,0.26859504,0.5413223,0.58264464,0.59504133,0.6280992,0.74793386,0.72727275,0.71487606,0.677686,0.6859504,0.6735537,0.6487603,0.7107438,0.73140496,0.7066116,0.7107438,0.69008267,0.6363636,0.58677685,0.5371901,0.5165289,0.59917355,0.7231405,0.56198347,0.4876033,0.607438,0.5041322,0.38429752,0.40495867,0.6404959,0.6735537,0.5785124,0.5289256,0.5247934,0.5082645,0.43801653,0.40082645,0.38429752,0.4090909,0.43801653,0.49173555,0.553719,0.5082645,0.12809917,0.38016528,0.5785124,0.6487603,0.6446281,0.6528926,0.6198347,0.58264464,0.54545456,0.59504133,0.6363636,0.61157024,0.59504133,0.58264464,0.53305787,0.48347107,0.446281,0.43801653,0.39256197,0.38842976,0.338843,0.2768595,0.56198347,0.57024795,0.61157024,0.59090906,0.71487606,0.72727275,0.7355372,0.75619835,0.76859504,0.76033056,0.73140496,0.72727275,0.6859504,0.6528926,0.6528926,0.6322314,0.61157024,0.59090906,0.56198347,0.53305787,0.59504133,0.5785124,0.45041323,0.37190083,0.41735536,0.30991736,0.16528925,0.11983471,0.37603307,0.57438016,0.46280992,0.4214876,0.4214876,0.3966942,0.38842976,0.3553719,0.2644628,0.23553719,0.30165288,0.3677686,0.45867768,0.4752066,0.16115703,0.24793388,0.35950413,0.46280992,0.553719,0.59917355,0.59090906,0.5495868,0.5041322,0.5661157,0.58677685,0.57438016,0.53305787,0.5082645,0.46694216,0.43801653,0.41322315,0.39256197,0.40082645,0.37603307,0.30991736,0.2603306,0.5661157,0.58264464,0.59917355,0.58264464,0.6694215,0.7231405,0.72727275,0.74793386,0.75206614,0.74793386,0.74380165,0.74793386,0.7107438,0.6487603,0.59917355,0.53305787,0.45454547,0.41322315,0.38842976,0.38842976,0.42975205,0.40495867,0.45454547,0.5289256,0.38842976,0.29338843,0.18595041,0.1694215,0.20247933,0.41322315,0.40495867,0.33471075,0.3181818,0.3305785,0.3181818,0.21487603,0.12809917,0.11157025,0.1570248,0.2520661,0.36363637,0.35950413,0.23140496,0.22727273,0.30991736,0.3305785,0.36363637,0.42561984,0.45454547,0.45041323,0.45867768,0.49586776,0.49586776,0.47107437,0.446281,0.43801653,0.44214877,0.46280992,0.43801653,0.4090909,0.39256197,0.35950413,0.29752067,0.3264463,0.57438016,0.58677685,0.59090906,0.60330576,0.6198347,0.661157,0.69008267,0.6983471,0.6942149,0.6735537,0.6528926,0.6404959,0.60330576,0.553719,0.5123967,0.46280992,0.4214876,0.38429752,0.3553719,0.35950413,0.43801653,0.5371901,0.6694215,0.74380165,0.56198347,0.40495867,0.29338843,0.26859504,0.25619835,0.3677686,0.3305785,0.2768595,0.2644628,0.27272728,0.22727273,0.20661157,0.1694215,0.16115703,0.16115703,0.2107438,0.23140496,0.24380165,0.20661157,0.29752067,0.37603307,0.3264463,0.29752067,0.30991736,0.3264463,0.37603307,0.45454547,0.48347107,0.49586776,0.49586776,0.49586776,0.5123967,0.5,0.48347107,0.44214877,0.40082645,0.40082645,0.3264463,0.3264463,0.43801653,0.59917355,0.58677685,0.59917355,0.607438,0.61157024,0.60330576,0.6280992,0.61157024,0.61570245,0.59504133,0.59504133,0.6280992,0.661157,0.6652893,0.6570248,0.6404959,0.6280992,0.59917355,0.54545456,0.5371901,0.6528926,0.75206614,0.7892562,0.8016529,0.6694215,0.5661157,0.4338843,0.3677686,0.38016528,0.4090909,0.2892562,0.21487603,0.20247933,0.20247933,0.21487603,0.2603306,0.23966943,0.23140496,0.24380165,0.2768595,0.23553719,0.20661157,0.2107438,0.35950413,0.5289256,0.48347107,0.40495867,0.34710744,0.35123968,0.40082645,0.47933885,0.49173555,0.5206612,0.5206612,0.5289256,0.54545456,0.5165289,0.4876033,0.4338843,0.40495867,0.39256197,0.29752067,0.35123968,0.47107437,0.58264464,0.5785124,0.60330576,0.59917355,0.6280992,0.607438,0.59917355,0.607438,0.61157024,0.6322314,0.6735537,0.7231405,0.76859504,0.75619835,0.7644628,0.7644628,0.75619835,0.71900827,0.6735537,0.70247936,0.74793386,0.7933884,0.78512394,0.75206614,0.58264464,0.57024795,0.5123967,0.42561984,0.5,0.47107437,0.40082645,0.19008264,0.15289256,0.19008264,0.24380165,0.23140496,0.22727273,0.24380165,0.2768595,0.38016528,0.338843,0.29338843,0.3305785,0.46694216,0.62396693,0.6446281,0.59917355,0.5495868,0.5206612,0.49586776,0.4876033,0.46280992,0.4752066,0.48347107,0.5165289,0.5495868,0.5413223,0.49586776,0.4214876,0.41322315,0.37603307,0.28099173,0.34710744,0.446281,0.54545456,0.5661157,0.58677685,0.61157024,0.6404959,0.6487603,0.6446281,0.6735537,0.677686,0.7107438,0.74793386,0.7768595,0.79752064,0.7644628,0.76033056,0.78512394,0.7768595,0.7231405,0.71487606,0.74380165,0.73140496,0.73140496,0.7107438,0.61570245,0.48347107,0.53305787,0.4752066,0.446281,0.4876033,0.5123967,0.43801653,0.21900827,0.16528925,0.18595041,0.2644628,0.2644628,0.21487603,0.22727273,0.27272728,0.4338843,0.37603307,0.42975205,0.48347107,0.59504133,0.6818182,0.6942149,0.6818182,0.6652893,0.6404959,0.61570245,0.5661157,0.48347107,0.45867768,0.446281,0.45867768,0.49586776,0.5247934,0.5041322,0.41735536,0.4090909,0.35950413,0.27272728,0.3553719,0.4338843,0.5371901,0.553719,0.55785125,0.6198347,0.6487603,0.6942149,0.6859504,0.7231405,0.72727275,0.73966944,0.77272725,0.7892562,0.7933884,0.77272725,0.74793386,0.77272725,0.75206614,0.7066116,0.72727275,0.7066116,0.6363636,0.6735537,0.607438,0.43801653,0.43801653,0.5165289,0.42561984,0.46694216,0.47107437,0.46280992,0.3966942,0.35950413,0.2520661,0.28512397,0.35950413,0.30165288,0.2768595,0.30578512,0.3429752,0.38429752,0.38842976,0.4752066,0.5289256,0.62396693,0.6694215,0.70247936,0.7066116,0.677686,0.6487603,0.6487603,0.6198347,0.56198347,0.48347107,0.446281,0.43801653,0.42975205,0.46694216,0.47933885,0.41322315,0.40082645,0.3305785,0.23966943,0.3553719,0.43801653,0.5247934,0.5289256,0.56198347,0.6528926,0.6404959,0.7107438,0.71900827,0.7107438,0.73966944,0.73140496,0.76859504,0.79752064,0.77272725,0.77272725,0.76033056,0.7768595,0.75206614,0.7107438,0.71487606,0.607438,0.53305787,0.59917355,0.5206612,0.38429752,0.45867768,0.48347107,0.47107437,0.47107437,0.42561984,0.4214876,0.38842976,0.5206612,0.35950413,0.4090909,0.45041323,0.44214877,0.36363637,0.40495867,0.39256197,0.38429752,0.40082645,0.43801653,0.43801653,0.5495868,0.5661157,0.6570248,0.6942149,0.6735537,0.6528926,0.6487603,0.6404959,0.5785124,0.5371901,0.47933885,0.44214877,0.4090909,0.41735536,0.41735536,0.4090909,0.40082645,0.3429752,0.23140496,0.35950413,0.4338843,0.5041322,0.49586776,0.553719,0.61570245,0.5785124,0.7231405,0.6942149,0.7107438,0.72727275,0.71487606,0.75619835,0.78099173,0.76859504,0.76033056,0.77272725,0.75619835,0.73140496,0.6735537,0.61570245,0.5082645,0.53305787,0.5247934,0.48347107,0.42975205,0.5123967,0.5082645,0.54545456,0.45041323,0.3966942,0.46280992,0.4876033,0.59090906,0.41735536,0.4876033,0.46280992,0.47107437,0.40495867,0.41735536,0.41322315,0.35123968,0.4338843,0.41322315,0.41322315,0.45867768,0.48347107,0.5413223,0.6446281,0.6818182,0.677686,0.6404959,0.6363636,0.59917355,0.54545456,0.49586776,0.48347107,0.43801653,0.41322315,0.3677686,0.37603307,0.3677686,0.3140496,0.24380165,0.38842976,0.446281,0.4876033,0.5,0.5371901,0.5661157,0.54545456,0.7107438,0.677686,0.6983471,0.71487606,0.71487606,0.73966944,0.74793386,0.75619835,0.75206614,0.7768595,0.76033056,0.6446281,0.59090906,0.54545456,0.5,0.53305787,0.5082645,0.5123967,0.47933885,0.57024795,0.5661157,0.58677685,0.49173555,0.49173555,0.5661157,0.60330576,0.6363636,0.6198347,0.53305787,0.47933885,0.45041323,0.42561984,0.446281,0.43801653,0.3677686,0.34710744,0.42561984,0.3966942,0.41322315,0.4338843,0.46280992,0.57438016,0.6652893,0.6735537,0.6404959,0.6363636,0.6198347,0.553719,0.5123967,0.54545456,0.4752066,0.41735536,0.338843,0.37190083,0.3553719,0.2603306,0.25619835,0.36363637,0.37190083,0.49586776,0.5082645,0.5082645,0.57024795,0.49586776,0.69008267,0.6528926,0.6446281,0.677686,0.6818182,0.7107438,0.71487606,0.74380165,0.7644628,0.76859504,0.73140496,0.5247934,0.57438016,0.5289256,0.5289256,0.5123967,0.5041322,0.53305787,0.5289256,0.5413223,0.49586776,0.5289256,0.5041322,0.47933885,0.48347107,0.5413223,0.58264464,0.6198347,0.553719,0.5,0.4876033,0.43801653,0.46694216,0.44214877,0.38429752,0.35950413,0.41735536,0.38429752,0.4090909,0.40495867,0.41735536,0.48347107,0.60330576,0.6652893,0.6446281,0.6363636,0.6198347,0.5661157,0.5206612,0.54545456,0.5082645,0.41735536,0.3553719,0.3140496,0.30578512,0.2644628,0.23553719,0.2768595,0.2107438,0.45867768,0.4876033,0.46694216,0.553719,0.5,0.6735537,0.59090906,0.57024795,0.607438,0.6198347,0.69008267,0.7107438,0.73966944,0.78099173,0.76033056,0.6735537,0.4752066,0.54545456,0.5123967,0.5165289,0.4752066,0.47933885,0.5123967,0.45867768,0.39256197,0.35123968,0.34710744,0.30991736,0.29752067,0.30578512,0.30165288,0.35950413,0.3305785,0.35950413,0.39256197,0.38429752,0.37603307,0.39256197,0.38842976,0.38429752,0.43801653,0.37603307,0.37603307,0.3677686,0.38842976,0.41322315,0.41322315,0.5165289,0.6404959,0.6280992,0.61570245,0.59917355,0.553719,0.5,0.5041322,0.5041322,0.4090909,0.35950413,0.30991736,0.23140496,0.30578512,0.21900827,0.14876033,0.09917355,0.3966942,0.44214877,0.46280992,0.49586776,0.5165289,0.6446281,0.53305787,0.53305787,0.55785125,0.58264464,0.6818182,0.7066116,0.73966944,0.76859504,0.75206614,0.61570245,0.49586776,0.49173555,0.4752066,0.45041323,0.42561984,0.40495867,0.38429752,0.3181818,0.2603306,0.17768595,0.15289256,0.14876033,0.1570248,0.18181819,0.18181819,0.20661157,0.13636364,0.19421488,0.21900827,0.21900827,0.23553719,0.2892562,0.30991736,0.3140496,0.3305785,0.3553719,0.33471075,0.3264463,0.34710744,0.40082645,0.41322315,0.44214877,0.59504133,0.6487603,0.61570245,0.57438016,0.54545456,0.47933885,0.46694216,0.48347107,0.42561984,0.338843,0.3305785,0.20247933,0.29752067,0.23966943,0.10743801,0.08264463,0.3677686,0.4090909,0.49586776,0.48347107,0.48347107,0.6280992,0.5413223,0.5,0.5289256,0.58677685,0.6652893,0.6818182,0.71900827,0.75619835,0.72727275,0.553719,0.4752066,0.46694216,0.45041323,0.38842976,0.35950413,0.3140496,0.22727273,0.20247933,0.24793388,0.1446281,0.09090909,0.12396694,0.18181819,0.17768595,0.1694215,0.1694215,0.1446281,0.14049587,0.1446281,0.14049587,0.12396694,0.13636364,0.23966943,0.24793388,0.21900827,0.2644628,0.27272728,0.3264463,0.37190083,0.38016528,0.42561984,0.40082645,0.4876033,0.6487603,0.6322314,0.54545456,0.5371901,0.4752066,0.44214877,0.48347107,0.43801653,0.3181818,0.30991736,0.23140496,0.2603306,0.24793388,0.11983471,0.08677686,0.38016528,0.40495867,0.4752066,0.46280992,0.45867768,0.6446281,0.5289256,0.46280992,0.45454547,0.54545456,0.6404959,0.6528926,0.7231405,0.7644628,0.6818182,0.5661157,0.446281,0.42975205,0.446281,0.5165289,0.5495868,0.5206612,0.41322315,0.40495867,0.5165289,0.5165289,0.4338843,0.3264463,0.36363637,0.33471075,0.38016528,0.26859504,0.30991736,0.3181818,0.2231405,0.2520661,0.24793388,0.29338843,0.4338843,0.446281,0.37190083,0.27272728,0.18595041,0.27272728,0.38842976,0.42561984,0.42975205,0.4338843,0.446281,0.58677685,0.6446281,0.5495868,0.5082645,0.4752066,0.40082645,0.45041323,0.40495867,0.34710744,0.25619835,0.28512397,0.26859504,0.23966943,0.09917355,0.09090909,0.39256197,0.37603307,0.40082645,0.47107437,0.45041323,0.49173555,0.45867768,0.45454547,0.4214876,0.5289256,0.5785124,0.60330576,0.6528926,0.6942149,0.6363636,0.553719,0.46694216,0.38842976,0.5,0.6735537,0.72727275,0.6818182,0.607438,0.6280992,0.661157,0.6528926,0.6322314,0.607438,0.59504133,0.53305787,0.56198347,0.45867768,0.49173555,0.5413223,0.5082645,0.5661157,0.57438016,0.5661157,0.5785124,0.61157024,0.553719,0.5082645,0.45454547,0.446281,0.39256197,0.48347107,0.4752066,0.45454547,0.46694216,0.57024795,0.6198347,0.5371901,0.46280992,0.45041323,0.37603307,0.41322315,0.42561984,0.3181818,0.27272728,0.23553719,0.30578512,0.1983471,0.0785124,0.09090909,0.38842976,0.38842976,0.41735536,0.446281,0.47933885,0.41735536,0.45454547,0.45867768,0.42975205,0.5206612,0.5123967,0.55785125,0.6487603,0.6322314,0.59504133,0.5206612,0.48347107,0.41322315,0.6280992,0.71900827,0.75206614,0.7644628,0.71487606,0.677686,0.6735537,0.6859504,0.6652893,0.71487606,0.6652893,0.6652893,0.6404959,0.6528926,0.6446281,0.62396693,0.6694215,0.661157,0.62396693,0.59917355,0.607438,0.59090906,0.53305787,0.5123967,0.58677685,0.6280992,0.5289256,0.5123967,0.5,0.5082645,0.45454547,0.5371901,0.59504133,0.5165289,0.42975205,0.42975205,0.37190083,0.37603307,0.446281,0.3305785,0.3140496,0.24380165,0.3140496,0.22727273,0.10743801,0.09090909,0.36363637,0.3677686,0.48347107,0.4214876,0.44214877,0.41322315,0.42561984,0.45041323,0.42975205,0.5041322,0.446281,0.4752066,0.57438016,0.60330576,0.60330576,0.4876033,0.3966942,0.42561984,0.6694215,0.7107438,0.74380165,0.72727275,0.7231405,0.70247936,0.6446281,0.6198347,0.6446281,0.72727275,0.71487606,0.6942149,0.661157,0.6363636,0.6735537,0.6446281,0.6404959,0.6487603,0.59090906,0.57024795,0.5785124,0.5495868,0.5247934,0.5785124,0.57024795,0.59917355,0.57024795,0.5,0.5,0.5082645,0.5247934,0.5247934,0.5371901,0.5247934,0.4090909,0.38016528,0.32231405,0.37603307,0.38842976,0.30165288,0.30991736,0.2644628,0.2644628,0.14876033,0.10330579,0.09917355,0.26859504,0.3553719,0.4876033,0.40495867,0.40495867,0.4090909,0.41735536,0.45867768,0.4338843,0.48347107,0.40495867,0.47107437,0.56198347,0.55785125,0.5661157,0.5123967,0.32231405,0.45454547,0.6694215,0.72727275,0.74380165,0.7231405,0.6942149,0.6487603,0.6694215,0.6363636,0.61157024,0.62396693,0.6322314,0.6694215,0.60330576,0.59917355,0.6528926,0.6280992,0.59917355,0.6198347,0.5785124,0.5495868,0.553719,0.553719,0.56198347,0.5247934,0.5123967,0.58264464,0.55785125,0.5165289,0.5289256,0.5041322,0.5082645,0.53305787,0.5247934,0.5165289,0.40495867,0.34710744,0.28512397,0.3181818,0.37603307,0.3140496,0.2644628,0.24793388,0.2231405,0.12396694,0.09504132,0.09917355,0.18595041,0.32231405,0.40495867,0.41735536,0.35950413,0.40082645,0.41735536,0.4338843,0.42561984,0.446281,0.41735536,0.47107437,0.48347107,0.5247934,0.5123967,0.46694216,0.40082645,0.4338843,0.6694215,0.70247936,0.7066116,0.7066116,0.7107438,0.61570245,0.6280992,0.6322314,0.6322314,0.6198347,0.61570245,0.607438,0.58264464,0.607438,0.6446281,0.59090906,0.58677685,0.57024795,0.553719,0.5413223,0.53305787,0.5041322,0.47933885,0.47933885,0.49586776,0.54545456,0.5165289,0.5247934,0.53305787,0.5165289,0.45867768,0.5206612,0.46694216,0.47933885,0.40495867,0.35123968,0.28099173,0.30991736,0.3181818,0.3140496,0.2231405,0.20247933,0.20247933,0.11570248,0.09504132,0.09504132,0.16115703,0.2520661,0.3553719,0.39256197,0.36363637,0.4090909,0.38842976,0.43801653,0.4214876,0.44214877,0.43801653,0.45454547,0.3966942,0.5206612,0.56198347,0.42975205,0.446281,0.48347107,0.661157,0.6735537,0.6859504,0.6652893,0.677686,0.61570245,0.62396693,0.59090906,0.54545456,0.5495868,0.5165289,0.49173555,0.4876033,0.5165289,0.49586776,0.46694216,0.47933885,0.45041323,0.45041323,0.42975205,0.45454547,0.43801653,0.47107437,0.49173555,0.5123967,0.5247934,0.49173555,0.5123967,0.5247934,0.5123967,0.4090909,0.47933885,0.4338843,0.45867768,0.40082645,0.3553719,0.26859504,0.28099173,0.3140496,0.28512397,0.20247933,0.17355372,0.2107438,0.10743801,0.08677686,0.09090909,0.1570248,0.1983471,0.35123968,0.3429752,0.338843,0.37603307,0.35950413,0.43801653,0.4214876,0.43801653,0.42975205,0.42975205,0.41322315,0.49586776,0.5661157,0.38429752,0.45867768,0.5785124,0.6735537,0.6570248,0.661157,0.661157,0.61570245,0.59917355,0.60330576,0.58677685,0.5206612,0.4876033,0.40495867,0.37603307,0.3429752,0.3966942,0.3553719,0.32231405,0.38016528,0.3264463,0.36363637,0.34710744,0.42975205,0.39256197,0.47107437,0.48347107,0.5082645,0.5123967,0.48347107,0.5165289,0.5413223,0.5082645,0.36363637,0.3966942,0.3966942,0.4090909,0.3429752,0.3305785,0.28512397,0.26859504,0.2892562,0.2892562,0.18181819,0.18181819,0.17355372,0.09917355,0.08677686,0.08677686,0.14876033,0.16528925,0.29752067,0.30991736,0.30165288,0.338843,0.30578512,0.446281,0.45041323,0.42975205,0.42561984,0.39256197,0.43801653,0.42561984,0.5123967,0.32231405,0.446281,0.5785124,0.6735537,0.6652893,0.6570248,0.6735537,0.6198347,0.60330576,0.58677685,0.5206612,0.5082645,0.45867768,0.40495867,0.3677686,0.338843,0.46694216,0.38016528,0.32231405,0.40082645,0.35123968,0.3677686,0.3553719,0.41735536,0.39256197,0.4338843,0.45867768,0.4876033,0.5289256,0.5206612,0.5165289,0.5082645,0.45867768,0.3677686,0.30578512,0.338843,0.3264463,0.24793388,0.29752067,0.29338843,0.27272728,0.2644628,0.2644628,0.20661157,0.1446281,0.10743801,0.09504132,0.08677686,0.09917355,0.14876033,0.17355372,0.2520661,0.2644628,0.3181818,0.29752067,0.30578512,0.38429752,0.43801653,0.38842976,0.41322315,0.40082645,0.4214876,0.36363637,0.41322315,0.338843,0.40082645,0.5289256,0.6198347,0.6404959,0.6652893,0.6735537,0.6363636,0.62396693,0.59917355,0.5165289,0.5082645,0.45454547,0.45041323,0.38016528,0.3429752,0.39256197,0.45867768,0.3305785,0.40082645,0.4214876,0.42561984,0.4214876,0.4214876,0.4214876,0.45867768,0.4876033,0.5206612,0.54545456,0.5247934,0.5206612,0.47933885,0.40082645,0.38016528,0.2768595,0.26859504,0.2520661,0.2231405,0.2603306,0.2892562,0.2768595,0.28099173,0.23966943,0.19008264,0.10330579,0.09917355,0.09504132,0.08677686,0.09504132,0.1446281,0.16528925,0.19008264,0.23966943,0.25619835,0.2892562,0.338843,0.35123968,0.38842976,0.3553719,0.37603307,0.38842976,0.41322315,0.33471075,0.3305785,0.38842976,0.37603307,0.47933885,0.56198347,0.6446281,0.677686,0.6487603,0.6735537,0.6652893,0.6735537,0.60330576,0.5661157,0.5082645,0.5165289,0.4876033,0.38016528,0.4338843,0.49173555,0.42561984,0.5289256,0.47933885,0.47933885,0.4752066,0.44214877,0.446281,0.47107437,0.58264464,0.5495868,0.5165289,0.47933885,0.48347107,0.41735536,0.36363637,0.3677686,0.23966943,0.19421488,0.28099173,0.24380165,0.21487603,0.2520661,0.2768595,0.23140496,0.21487603,0.1694215,0.08264463,0.10743801,0.08677686,0.09504132,0.09090909,0.14876033,0.1570248,0.1446281,0.2520661,0.24380165,0.30991736,0.3264463,0.3305785,0.39256197,0.34710744,0.3305785,0.29752067,0.37603307,0.30165288,0.28512397,0.3429752,0.37190083,0.40495867,0.5413223,0.6280992,0.61570245,0.61157024,0.6983471,0.6652893,0.7066116,0.6983471,0.6818182,0.6322314,0.5661157,0.59090906,0.446281,0.5123967,0.4876033,0.5,0.57438016,0.5289256,0.53305787,0.53305787,0.4876033,0.4876033,0.5123967,0.5661157,0.5413223,0.47933885,0.46694216,0.42975205,0.39256197,0.34710744,0.3140496,0.21900827,0.19421488,0.2644628,0.24793388,0.23966943,0.2520661,0.2768595,0.17768595,0.24380165,0.1694215,0.07438017,0.09917355,0.08677686,0.09090909,0.09504132,0.16115703,0.14049587,0.15289256,0.18181819,0.24793388,0.30991736,0.28512397,0.3305785,0.35950413,0.3305785,0.338843,0.2603306,0.29338843,0.2892562,0.30165288,0.2892562,0.35950413,0.40082645,0.54545456,0.5661157,0.607438,0.59917355,0.71900827,0.7355372,0.71487606,0.7066116,0.70247936,0.6694215,0.60330576,0.6198347,0.53305787,0.5123967,0.5289256,0.5247934,0.57438016,0.60330576,0.58677685,0.58677685,0.553719,0.59090906,0.59090906,0.5247934,0.5123967,0.43801653,0.39256197,0.35950413,0.3305785,0.2892562,0.29752067,0.20247933,0.17768595,0.24380165,0.25619835,0.23553719,0.24380165,0.25619835,0.17355372,0.15289256,0.1694215,0.12809917,0.09917355,0.08677686,0.08677686,0.09917355,0.1570248,0.16115703,0.16115703,0.1322314,0.24380165,0.27272728,0.2892562,0.30991736,0.32231405,0.30165288,0.3140496,0.2644628,0.23140496,0.3140496,0.29752067,0.27272728,0.2892562,0.3429752,0.45041323,0.4876033,0.5413223,0.59917355,0.6859504,0.73140496,0.6570248,0.6487603,0.6528926,0.6487603,0.61570245,0.58677685,0.553719,0.5289256,0.5,0.5206612,0.5495868,0.62396693,0.6322314,0.59917355,0.5247934,0.5371901,0.61157024,0.5371901,0.46280992,0.3966942,0.35123968,0.3140496,0.23553719,0.23553719,0.2107438,0.21487603,0.1694215,0.19008264,0.2644628,0.2231405,0.2231405,0.2231405,0.19421488,0.11570248,0.11157025,0.10330579,0.09090909,0.09090909,0.09090909,0.08264463,0.14049587,0.1694215,0.1694215,0.18595041,0.2768595,0.28099173,0.2768595,0.2603306,0.2892562,0.2520661,0.2520661,0.2520661,0.25619835,0.25619835,0.2892562,0.26859504,0.24380165,0.30578512,0.35950413,0.43801653,0.49173555,0.5661157,0.62396693,0.607438,0.55785125,0.59504133,0.59504133,0.607438,0.607438,0.54545456,0.58264464,0.58677685,0.45454547,0.5371901,0.57024795,0.6363636,0.62396693,0.5785124,0.54545456,0.45041323,0.553719,0.5,0.46694216,0.36363637,0.32231405,0.2644628,0.20661157,0.2107438,0.18181819,0.2520661,0.17768595,0.17768595,0.2231405,0.20661157,0.21487603,0.22727273,0.2231405,0.13636364,0.0785124,0.09917355,0.09090909,0.09504132,0.09090909,0.0785124,0.1446281,0.1322314,0.21487603,0.36363637,0.32231405,0.2644628,0.2603306,0.23140496,0.24793388,0.1983471,0.20247933,0.2231405,0.2520661,0.17768595,0.3305785,0.2231405,0.2231405,0.30578512,0.30991736,0.40082645,0.446281,0.47107437,0.58264464,0.46280992,0.5,0.5371901,0.49586776,0.61157024,0.57024795,0.5,0.57024795,0.59917355,0.4876033,0.49586776,0.5371901,0.6363636,0.58677685,0.54545456,0.5041322,0.41735536,0.46280992,0.45041323,0.36363637,0.338843,0.28099173,0.23140496,0.18595041,0.20661157,0.16528925,0.21900827,0.16115703,0.17768595,0.20247933,0.19421488,0.20247933,0.23140496,0.25619835,0.12809917,0.09504132,0.09090909,0.09090909,0.09917355,0.08677686,0.08264463,13 +0.6694215,0.6363636,0.6487603,0.6859504,0.7107438,0.76033056,0.76859504,0.8057851,0.7933884,0.80991733,0.8057851,0.79752064,0.7892562,0.79752064,0.7933884,0.78099173,0.78512394,0.79752064,0.79752064,0.79752064,0.79752064,0.8016529,0.79752064,0.8016529,0.7768595,0.78512394,0.7933884,0.77272725,0.7768595,0.7892562,0.79752064,0.7892562,0.7892562,0.7768595,0.76033056,0.75619835,0.77272725,0.76859504,0.76859504,0.75206614,0.72727275,0.72727275,0.6983471,0.6818182,0.6694215,0.6446281,0.6363636,0.6198347,0.60330576,0.6198347,0.5785124,0.59090906,0.5785124,0.57438016,0.54545456,0.5247934,0.4876033,0.42975205,0.39256197,0.36363637,0.2603306,0.14049587,0.2603306,0.30165288,0.661157,0.62396693,0.6652893,0.6983471,0.73966944,0.76859504,0.78099173,0.79752064,0.8057851,0.80991733,0.80991733,0.80991733,0.8057851,0.7933884,0.7933884,0.7768595,0.79752064,0.8057851,0.8140496,0.822314,0.8140496,0.8016529,0.80991733,0.7892562,0.79752064,0.79752064,0.8016529,0.78099173,0.77272725,0.7768595,0.7933884,0.7892562,0.78512394,0.7768595,0.7892562,0.76033056,0.75619835,0.7644628,0.7644628,0.75619835,0.74793386,0.73966944,0.71900827,0.7107438,0.6859504,0.6652893,0.6363636,0.62396693,0.60330576,0.58264464,0.59917355,0.59917355,0.58264464,0.57438016,0.57024795,0.5371901,0.5082645,0.46280992,0.39256197,0.38842976,0.29752067,0.17355372,0.1570248,0.29752067,0.6280992,0.6570248,0.6446281,0.7107438,0.74793386,0.77272725,0.8016529,0.79752064,0.8057851,0.80991733,0.8057851,0.8016529,0.79752064,0.8016529,0.79752064,0.8016529,0.8140496,0.8264463,0.8264463,0.8347107,0.822314,0.8057851,0.8264463,0.8057851,0.8057851,0.8057851,0.79752064,0.7892562,0.76033056,0.7892562,0.7892562,0.7768595,0.77272725,0.78512394,0.78512394,0.8016529,0.75619835,0.7644628,0.76859504,0.76033056,0.76033056,0.75619835,0.71900827,0.73966944,0.7107438,0.6942149,0.6652893,0.6528926,0.62396693,0.5785124,0.57024795,0.57438016,0.59917355,0.59090906,0.57024795,0.5495868,0.5165289,0.4752066,0.42975205,0.38016528,0.3553719,0.22727273,0.12809917,0.22727273,0.59917355,0.6818182,0.6404959,0.71487606,0.75619835,0.7768595,0.8016529,0.8016529,0.8057851,0.8140496,0.8016529,0.8016529,0.8016529,0.8140496,0.8140496,0.8181818,0.8264463,0.8305785,0.8347107,0.8347107,0.838843,0.8305785,0.8347107,0.8305785,0.822314,0.8181818,0.8181818,0.79752064,0.7644628,0.79752064,0.79752064,0.77272725,0.76033056,0.78512394,0.7892562,0.8140496,0.78512394,0.78512394,0.78512394,0.78512394,0.7768595,0.78099173,0.73966944,0.7355372,0.73140496,0.70247936,0.6859504,0.6859504,0.6404959,0.61157024,0.59090906,0.5495868,0.5785124,0.59090906,0.58677685,0.56198347,0.5247934,0.48347107,0.44214877,0.38429752,0.37603307,0.30991736,0.1322314,0.18595041,0.59917355,0.6818182,0.6652893,0.71900827,0.76033056,0.78099173,0.7933884,0.8181818,0.8140496,0.80991733,0.8016529,0.80991733,0.8140496,0.8181818,0.822314,0.8140496,0.8181818,0.8305785,0.838843,0.8429752,0.8347107,0.8471074,0.8305785,0.8347107,0.8347107,0.8347107,0.8305785,0.8181818,0.7892562,0.8057851,0.8140496,0.78099173,0.7644628,0.78512394,0.80991733,0.8264463,0.80991733,0.8016529,0.8016529,0.8057851,0.7933884,0.7933884,0.75206614,0.75619835,0.7355372,0.7107438,0.6942149,0.677686,0.6446281,0.62396693,0.61570245,0.59090906,0.5785124,0.5785124,0.58264464,0.57438016,0.5123967,0.4876033,0.44214877,0.38842976,0.3677686,0.37603307,0.21900827,0.13636364,0.59090906,0.69008267,0.6818182,0.72727275,0.7644628,0.78512394,0.8057851,0.80991733,0.8140496,0.8057851,0.8057851,0.8057851,0.79752064,0.7892562,0.8057851,0.8140496,0.8181818,0.8305785,0.8471074,0.8553719,0.8512397,0.8553719,0.8471074,0.8429752,0.8429752,0.8429752,0.838843,0.8264463,0.8181818,0.80991733,0.8347107,0.8057851,0.78099173,0.7933884,0.8057851,0.838843,0.8305785,0.8305785,0.8305785,0.8181818,0.8057851,0.79752064,0.76859504,0.75619835,0.71900827,0.72727275,0.70247936,0.6652893,0.6487603,0.61570245,0.58677685,0.60330576,0.59090906,0.57438016,0.5785124,0.553719,0.5165289,0.47933885,0.45041323,0.39256197,0.3677686,0.3966942,0.35950413,0.09090909,0.58677685,0.6694215,0.70247936,0.73140496,0.7644628,0.7768595,0.8016529,0.79752064,0.8181818,0.8140496,0.7933884,0.7644628,0.74793386,0.7768595,0.8016529,0.8140496,0.8057851,0.8181818,0.8347107,0.8471074,0.8429752,0.8305785,0.8429752,0.8429752,0.8512397,0.8595041,0.8429752,0.822314,0.8305785,0.80991733,0.8553719,0.822314,0.79752064,0.7933884,0.79752064,0.8305785,0.8512397,0.8512397,0.8347107,0.8264463,0.8057851,0.7892562,0.74380165,0.73140496,0.71487606,0.73140496,0.7107438,0.6818182,0.6694215,0.6446281,0.5785124,0.57024795,0.57024795,0.56198347,0.5661157,0.5371901,0.5123967,0.48347107,0.446281,0.3966942,0.37603307,0.38842976,0.3305785,0.12396694,0.607438,0.6528926,0.6983471,0.73966944,0.76859504,0.78099173,0.77272725,0.8181818,0.8057851,0.78099173,0.74793386,0.7355372,0.74793386,0.75619835,0.78512394,0.7933884,0.78512394,0.7892562,0.78099173,0.77272725,0.74793386,0.75206614,0.76859504,0.80991733,0.8305785,0.8512397,0.838843,0.8140496,0.8305785,0.8181818,0.8636364,0.8347107,0.822314,0.80991733,0.7892562,0.8140496,0.8677686,0.8429752,0.822314,0.8181818,0.7892562,0.74380165,0.69008267,0.6570248,0.6487603,0.6446281,0.6446281,0.677686,0.6570248,0.6404959,0.59917355,0.58264464,0.56198347,0.5206612,0.54545456,0.5371901,0.5082645,0.49586776,0.45041323,0.40495867,0.39256197,0.3553719,0.29752067,0.1446281,0.6363636,0.6570248,0.6983471,0.72727275,0.76033056,0.76859504,0.77272725,0.8016529,0.75206614,0.71900827,0.7231405,0.7355372,0.75619835,0.75619835,0.76859504,0.71900827,0.72727275,0.6652893,0.61157024,0.59504133,0.62396693,0.6735537,0.6570248,0.7231405,0.76033056,0.80991733,0.8305785,0.8181818,0.8264463,0.8016529,0.8347107,0.8264463,0.8429752,0.80991733,0.7644628,0.79752064,0.8512397,0.8305785,0.80991733,0.8016529,0.75206614,0.6818182,0.6280992,0.59504133,0.5413223,0.5206612,0.5413223,0.5661157,0.57438016,0.59090906,0.5785124,0.57438016,0.55785125,0.5495868,0.5247934,0.5247934,0.4752066,0.4876033,0.446281,0.4090909,0.40495867,0.37603307,0.2892562,0.1694215,0.6280992,0.6652893,0.6983471,0.71900827,0.75619835,0.7768595,0.75619835,0.75619835,0.73140496,0.72727275,0.74793386,0.74380165,0.75619835,0.73966944,0.71487606,0.62396693,0.59917355,0.5206612,0.5,0.5041322,0.5661157,0.61570245,0.6404959,0.6735537,0.7231405,0.76859504,0.8140496,0.8140496,0.80991733,0.79752064,0.8057851,0.8057851,0.8512397,0.7892562,0.7355372,0.7644628,0.8264463,0.8057851,0.7644628,0.73966944,0.6818182,0.59504133,0.5661157,0.5206612,0.4752066,0.46694216,0.45867768,0.45454547,0.45454547,0.5082645,0.5661157,0.57438016,0.56198347,0.56198347,0.54545456,0.5082645,0.47933885,0.46694216,0.446281,0.41322315,0.3966942,0.3966942,0.2768595,0.1983471,0.6198347,0.661157,0.6942149,0.70247936,0.73966944,0.76859504,0.71487606,0.76859504,0.74793386,0.73966944,0.74380165,0.71900827,0.6983471,0.677686,0.6735537,0.5785124,0.5289256,0.49173555,0.46694216,0.4752066,0.5082645,0.553719,0.5785124,0.6404959,0.6859504,0.71900827,0.76859504,0.7892562,0.79752064,0.79752064,0.79752064,0.80991733,0.8471074,0.78099173,0.6942149,0.74793386,0.8016529,0.7768595,0.71487606,0.6487603,0.57438016,0.5123967,0.48347107,0.42975205,0.40082645,0.38842976,0.3677686,0.38429752,0.40495867,0.45454547,0.5206612,0.5495868,0.5661157,0.54545456,0.5371901,0.5247934,0.47933885,0.45041323,0.4338843,0.4090909,0.39256197,0.3553719,0.28512397,0.2107438,0.6198347,0.6528926,0.6859504,0.6942149,0.7231405,0.7231405,0.7107438,0.7768595,0.73966944,0.7231405,0.70247936,0.6694215,0.6487603,0.6694215,0.7107438,0.6446281,0.59917355,0.56198347,0.5165289,0.47933885,0.46280992,0.48347107,0.5082645,0.55785125,0.607438,0.6487603,0.7066116,0.76033056,0.7892562,0.78512394,0.8016529,0.822314,0.8471074,0.78512394,0.6983471,0.75619835,0.7933884,0.75206614,0.6528926,0.553719,0.4752066,0.43801653,0.41735536,0.37603307,0.3429752,0.3429752,0.36363637,0.40495867,0.45454547,0.47107437,0.49586776,0.5413223,0.5495868,0.5165289,0.5123967,0.53305787,0.48347107,0.44214877,0.42561984,0.40495867,0.39256197,0.3140496,0.25619835,0.1983471,0.6404959,0.6528926,0.6818182,0.69008267,0.7107438,0.6859504,0.74793386,0.71487606,0.73966944,0.7231405,0.7231405,0.71900827,0.71487606,0.71900827,0.75619835,0.74380165,0.74380165,0.74380165,0.74380165,0.75619835,0.7644628,0.6404959,0.6198347,0.607438,0.60330576,0.59504133,0.6280992,0.6652893,0.6652893,0.6859504,0.71900827,0.75206614,0.77272725,0.7231405,0.6694215,0.70247936,0.7355372,0.677686,0.5495868,0.45454547,0.41322315,0.38016528,0.36363637,0.34710744,0.37190083,0.446281,0.54545456,0.60330576,0.62396693,0.56198347,0.55785125,0.57024795,0.57024795,0.54545456,0.5,0.5123967,0.5123967,0.446281,0.41735536,0.4090909,0.3966942,0.30578512,0.23140496,0.17768595,0.6528926,0.6652893,0.6694215,0.6859504,0.6942149,0.6859504,0.69008267,0.6322314,0.6528926,0.6735537,0.7107438,0.7355372,0.71900827,0.6983471,0.677686,0.7066116,0.6818182,0.6280992,0.61570245,0.62396693,0.607438,0.553719,0.55785125,0.55785125,0.5206612,0.5,0.5165289,0.5289256,0.53305787,0.5495868,0.5785124,0.58677685,0.59504133,0.58264464,0.5495868,0.55785125,0.57024795,0.53305787,0.5,0.45867768,0.446281,0.42561984,0.40082645,0.39256197,0.38842976,0.3966942,0.45867768,0.5289256,0.56198347,0.5247934,0.5123967,0.5289256,0.5413223,0.5495868,0.5,0.48347107,0.48347107,0.46694216,0.40082645,0.39256197,0.40082645,0.3140496,0.23140496,0.17355372,0.6528926,0.6694215,0.6735537,0.6942149,0.6694215,0.6198347,0.57024795,0.6198347,0.6322314,0.6735537,0.7107438,0.6818182,0.59917355,0.6404959,0.6652893,0.75619835,0.6652893,0.5495868,0.5041322,0.5289256,0.5247934,0.4752066,0.4338843,0.53305787,0.54545456,0.5661157,0.60330576,0.5661157,0.446281,0.33471075,0.36363637,0.42561984,0.4338843,0.40495867,0.40082645,0.34710744,0.3429752,0.33471075,0.34710744,0.35123968,0.34710744,0.34710744,0.38016528,0.45454547,0.47107437,0.45041323,0.4214876,0.4090909,0.446281,0.4338843,0.38016528,0.40495867,0.43801653,0.41735536,0.40495867,0.4214876,0.4752066,0.45041323,0.41735536,0.38429752,0.40082645,0.3553719,0.22727273,0.16528925,0.661157,0.6735537,0.6942149,0.6942149,0.59090906,0.61157024,0.6487603,0.6280992,0.6363636,0.6818182,0.6198347,0.60330576,0.6942149,0.6570248,0.5,0.3966942,0.37603307,0.29338843,0.2644628,0.37190083,0.4752066,0.54545456,0.5289256,0.5247934,0.5289256,0.5785124,0.6735537,0.7355372,0.7644628,0.49586776,0.5247934,0.8057851,0.78512394,0.7107438,0.71900827,0.5495868,0.38842976,0.33471075,0.36363637,0.3140496,0.3553719,0.46694216,0.5165289,0.53305787,0.446281,0.32231405,0.338843,0.24793388,0.25619835,0.3140496,0.38842976,0.45454547,0.45867768,0.4876033,0.4338843,0.37190083,0.35950413,0.39256197,0.40082645,0.38842976,0.3966942,0.36363637,0.22727273,0.1570248,0.6652893,0.6735537,0.70247936,0.6404959,0.59090906,0.6694215,0.6487603,0.6198347,0.6487603,0.59917355,0.5041322,0.60330576,0.5661157,0.4876033,0.38429752,0.2520661,0.42561984,0.338843,0.2644628,0.38429752,0.49173555,0.4338843,0.49586776,0.57438016,0.60330576,0.58264464,0.6404959,0.74380165,0.79752064,0.6280992,0.5165289,0.6446281,0.57024795,0.5082645,0.57438016,0.56198347,0.47933885,0.338843,0.3181818,0.38842976,0.4752066,0.48347107,0.49586776,0.59090906,0.55785125,0.37190083,0.53305787,0.22727273,0.16115703,0.39256197,0.22727273,0.338843,0.38016528,0.38842976,0.43801653,0.4090909,0.40495867,0.38016528,0.35950413,0.4090909,0.42561984,0.3553719,0.23553719,0.12396694,0.677686,0.6859504,0.6859504,0.607438,0.6652893,0.6818182,0.6487603,0.61570245,0.61157024,0.47107437,0.5,0.47933885,0.46280992,0.59917355,0.39256197,0.23553719,0.36363637,0.2768595,0.35123968,0.47107437,0.6983471,0.446281,0.44214877,0.5661157,0.7066116,0.71900827,0.6570248,0.7107438,0.74380165,0.59504133,0.5371901,0.45041323,0.47107437,0.45041323,0.4338843,0.45041323,0.47107437,0.3553719,0.41322315,0.47933885,0.45454547,0.46280992,0.62396693,0.76859504,0.6280992,0.3264463,0.3429752,0.19008264,0.28099173,0.36363637,0.32231405,0.30165288,0.29338843,0.30165288,0.35950413,0.44214877,0.43801653,0.3966942,0.3966942,0.40495867,0.47107437,0.35123968,0.24380165,0.12809917,0.6735537,0.7231405,0.61157024,0.6404959,0.70247936,0.6942149,0.6487603,0.6446281,0.5661157,0.5289256,0.5413223,0.49586776,0.59504133,0.677686,0.58264464,0.30578512,0.35123968,0.37603307,0.40495867,0.57024795,0.72727275,0.5785124,0.5,0.607438,0.7066116,0.78512394,0.70247936,0.6652893,0.6735537,0.57438016,0.62396693,0.38429752,0.6446281,0.677686,0.5785124,0.5,0.48347107,0.41322315,0.53305787,0.5041322,0.46280992,0.5371901,0.7231405,0.7892562,0.75206614,0.45867768,0.26859504,0.28099173,0.3429752,0.30165288,0.5165289,0.42975205,0.32231405,0.2892562,0.35123968,0.4338843,0.45041323,0.4090909,0.42561984,0.4090909,0.42561984,0.3966942,0.24380165,0.16528925,0.60330576,0.7231405,0.5247934,0.71487606,0.7066116,0.69008267,0.6694215,0.6859504,0.6322314,0.61570245,0.60330576,0.6446281,0.661157,0.6446281,0.661157,0.5,0.46280992,0.48347107,0.4752066,0.5661157,0.59917355,0.5413223,0.5495868,0.6487603,0.71487606,0.73966944,0.6487603,0.62396693,0.69008267,0.6280992,0.78099173,0.5206612,0.6528926,0.70247936,0.58264464,0.5289256,0.49173555,0.446281,0.58264464,0.59917355,0.5495868,0.56198347,0.62396693,0.6818182,0.6983471,0.57438016,0.40082645,0.37603307,0.39256197,0.47933885,0.61157024,0.54545456,0.4338843,0.33471075,0.40495867,0.44214877,0.41322315,0.4090909,0.43801653,0.42561984,0.39256197,0.40495867,0.20661157,0.14876033,0.49173555,0.58677685,0.5785124,0.71487606,0.7355372,0.70247936,0.69008267,0.6983471,0.677686,0.6818182,0.6859504,0.6694215,0.661157,0.6280992,0.5495868,0.5123967,0.5082645,0.5041322,0.49586776,0.5206612,0.49173555,0.47933885,0.49586776,0.5661157,0.58264464,0.59917355,0.59504133,0.6487603,0.73140496,0.5661157,0.5495868,0.41322315,0.37603307,0.41322315,0.3677686,0.3677686,0.41322315,0.4338843,0.5123967,0.553719,0.5206612,0.5413223,0.5165289,0.5165289,0.5041322,0.47107437,0.41735536,0.41735536,0.43801653,0.48347107,0.5371901,0.5785124,0.47107437,0.4090909,0.42561984,0.43801653,0.42975205,0.44214877,0.46694216,0.46280992,0.40082645,0.3181818,0.29338843,0.13636364,0.4338843,0.38429752,0.6818182,0.71487606,0.7107438,0.72727275,0.7355372,0.7066116,0.6818182,0.72727275,0.7107438,0.6487603,0.661157,0.62396693,0.61157024,0.6280992,0.62396693,0.607438,0.6280992,0.59917355,0.5082645,0.5,0.47107437,0.49586776,0.48347107,0.53305787,0.6363636,0.6942149,0.7355372,0.446281,0.23140496,0.35950413,0.39256197,0.3677686,0.2603306,0.2520661,0.30165288,0.40082645,0.41735536,0.39256197,0.37603307,0.35950413,0.40082645,0.38016528,0.40082645,0.38842976,0.39256197,0.37190083,0.42561984,0.4338843,0.49586776,0.53305787,0.48347107,0.48347107,0.47933885,0.43801653,0.47107437,0.4876033,0.5165289,0.46280992,0.3429752,0.2892562,0.3305785,0.19008264,0.41735536,0.36363637,0.76859504,0.78512394,0.76033056,0.75206614,0.7231405,0.6818182,0.661157,0.6694215,0.6404959,0.6280992,0.6322314,0.6528926,0.677686,0.6983471,0.71487606,0.7355372,0.74793386,0.71900827,0.6818182,0.6487603,0.5785124,0.59504133,0.6322314,0.6694215,0.7066116,0.7107438,0.6694215,0.3966942,0.43801653,0.7768595,0.6859504,0.6487603,0.60330576,0.35123968,0.3264463,0.35950413,0.37603307,0.3429752,0.29752067,0.30165288,0.38016528,0.39256197,0.41322315,0.42975205,0.43801653,0.45041323,0.45454547,0.47107437,0.48347107,0.49586776,0.49173555,0.5,0.49586776,0.446281,0.40082645,0.46694216,0.49173555,0.4214876,0.37603307,0.36363637,0.3677686,0.30578512,0.5661157,0.41322315,0.78512394,0.8140496,0.79752064,0.78512394,0.73140496,0.6942149,0.6322314,0.61157024,0.607438,0.6322314,0.6694215,0.6818182,0.6694215,0.72727275,0.78099173,0.8016529,0.822314,0.8057851,0.7768595,0.72727275,0.6859504,0.70247936,0.74380165,0.7355372,0.7231405,0.6983471,0.60330576,0.3305785,0.7066116,0.8347107,0.74380165,0.70247936,0.73140496,0.4338843,0.3140496,0.35950413,0.3429752,0.37190083,0.34710744,0.38842976,0.49173555,0.5165289,0.5206612,0.5165289,0.5165289,0.5247934,0.49173555,0.49586776,0.4876033,0.47107437,0.46280992,0.446281,0.4338843,0.4090909,0.338843,0.4214876,0.47107437,0.47107437,0.44214877,0.4338843,0.33471075,0.25619835,0.54545456,0.45867768,0.78099173,0.8057851,0.79752064,0.76859504,0.72727275,0.6735537,0.6446281,0.6570248,0.6652893,0.6942149,0.73966944,0.72727275,0.73966944,0.76859504,0.80991733,0.8264463,0.838843,0.8181818,0.76033056,0.74793386,0.7355372,0.76859504,0.76859504,0.74380165,0.71487606,0.6528926,0.45041323,0.40495867,0.8347107,0.8305785,0.78099173,0.70247936,0.76859504,0.48347107,0.23966943,0.38429752,0.34710744,0.35950413,0.4090909,0.4752066,0.59090906,0.6198347,0.61570245,0.607438,0.59090906,0.57438016,0.54545456,0.5289256,0.5082645,0.45454547,0.4214876,0.37603307,0.3553719,0.3553719,0.35950413,0.45867768,0.5123967,0.5123967,0.45867768,0.45867768,0.2892562,0.23140496,0.5165289,0.45867768,0.7644628,0.7892562,0.7768595,0.73140496,0.6983471,0.6694215,0.69008267,0.73966944,0.75206614,0.75619835,0.7644628,0.76859504,0.78099173,0.78512394,0.80991733,0.8264463,0.8347107,0.7933884,0.76859504,0.78512394,0.7933884,0.7768595,0.75619835,0.7231405,0.6818182,0.59504133,0.3305785,0.6404959,0.8512397,0.8305785,0.7892562,0.7066116,0.78099173,0.5247934,0.16115703,0.37603307,0.38016528,0.3553719,0.4338843,0.5371901,0.6487603,0.6694215,0.6528926,0.6363636,0.607438,0.59090906,0.5785124,0.56198347,0.5206612,0.48347107,0.4214876,0.38842976,0.38429752,0.4090909,0.4338843,0.49586776,0.5165289,0.49586776,0.45041323,0.46694216,0.2768595,0.33471075,0.5,0.43801653,0.73966944,0.77272725,0.75619835,0.6983471,0.6983471,0.7355372,0.75619835,0.77272725,0.7892562,0.7892562,0.78099173,0.78512394,0.79752064,0.78099173,0.8181818,0.822314,0.80991733,0.7892562,0.8057851,0.80991733,0.78099173,0.75619835,0.73140496,0.71487606,0.661157,0.47107437,0.5123967,0.838843,0.8471074,0.8140496,0.78512394,0.70247936,0.76859504,0.62396693,0.2644628,0.3140496,0.42975205,0.3677686,0.43801653,0.55785125,0.6446281,0.6694215,0.6694215,0.6487603,0.61157024,0.59504133,0.59917355,0.59504133,0.5413223,0.5206612,0.48347107,0.4752066,0.48347107,0.5041322,0.49586776,0.5041322,0.5,0.48347107,0.43801653,0.45454547,0.27272728,0.4214876,0.56198347,0.36363637,0.6983471,0.72727275,0.72727275,0.661157,0.74380165,0.7768595,0.7892562,0.78512394,0.8016529,0.8057851,0.7768595,0.79752064,0.78512394,0.7933884,0.8264463,0.8181818,0.8016529,0.8181818,0.8264463,0.7892562,0.7644628,0.74380165,0.72727275,0.71900827,0.55785125,0.47933885,0.78099173,0.87603307,0.80991733,0.7933884,0.76859504,0.70247936,0.7066116,0.6942149,0.5413223,0.28512397,0.4214876,0.40495867,0.43801653,0.56198347,0.62396693,0.6322314,0.661157,0.6528926,0.6280992,0.607438,0.607438,0.58264464,0.59504133,0.56198347,0.56198347,0.56198347,0.57024795,0.57024795,0.54545456,0.5247934,0.49586776,0.4752066,0.42561984,0.43801653,0.2768595,0.44214877,0.60330576,0.30165288,0.6446281,0.661157,0.6694215,0.7107438,0.78512394,0.8016529,0.80991733,0.78512394,0.8016529,0.80991733,0.78512394,0.7892562,0.8016529,0.8057851,0.79752064,0.8016529,0.8057851,0.822314,0.8057851,0.7933884,0.75619835,0.73966944,0.72727275,0.6570248,0.43801653,0.7107438,0.838843,0.8347107,0.7768595,0.8016529,0.77272725,0.72727275,0.6652893,0.6859504,0.6694215,0.38842976,0.35950413,0.45867768,0.4338843,0.5371901,0.6198347,0.607438,0.6404959,0.6446281,0.6446281,0.62396693,0.60330576,0.59504133,0.6280992,0.61570245,0.6198347,0.62396693,0.62396693,0.6280992,0.58677685,0.5413223,0.5082645,0.47933885,0.42561984,0.42561984,0.29338843,0.47933885,0.6198347,0.30991736,0.55785125,0.61157024,0.6528926,0.7355372,0.7933884,0.7933884,0.8016529,0.78512394,0.8057851,0.8057851,0.7933884,0.76859504,0.8016529,0.77272725,0.7892562,0.80991733,0.80991733,0.8181818,0.7933884,0.8016529,0.7644628,0.7355372,0.677686,0.46694216,0.55785125,0.79752064,0.8305785,0.80991733,0.7933884,0.7892562,0.76033056,0.74380165,0.6859504,0.6570248,0.6694215,0.5371901,0.29338843,0.446281,0.47933885,0.56198347,0.59090906,0.61570245,0.6363636,0.6446281,0.6363636,0.61570245,0.59504133,0.61157024,0.6280992,0.6404959,0.6694215,0.6652893,0.6570248,0.6570248,0.62396693,0.54545456,0.5123967,0.47107437,0.42975205,0.38842976,0.338843,0.4876033,0.57024795,0.43801653,0.4338843,0.58677685,0.6570248,0.73140496,0.77272725,0.78099173,0.8016529,0.78512394,0.7933884,0.7892562,0.7768595,0.75619835,0.7933884,0.7768595,0.80991733,0.80991733,0.8057851,0.8057851,0.78512394,0.822314,0.7892562,0.6735537,0.5206612,0.43801653,0.7107438,0.80991733,0.8512397,0.8057851,0.8181818,0.8347107,0.78099173,0.74793386,0.69008267,0.661157,0.6322314,0.6198347,0.3264463,0.34710744,0.5123967,0.59504133,0.59090906,0.62396693,0.6363636,0.6280992,0.6280992,0.61570245,0.59917355,0.59090906,0.6322314,0.6404959,0.6735537,0.677686,0.6735537,0.6404959,0.61570245,0.53305787,0.49173555,0.46280992,0.43801653,0.35123968,0.3553719,0.47933885,0.5289256,0.5289256,0.40495867,0.5371901,0.6570248,0.73966944,0.74380165,0.78099173,0.78099173,0.7768595,0.77272725,0.7644628,0.76033056,0.76033056,0.78512394,0.80991733,0.8057851,0.8057851,0.80991733,0.80991733,0.80991733,0.822314,0.71487606,0.54545456,0.4214876,0.6198347,0.7768595,0.7892562,0.8553719,0.8057851,0.838843,0.87603307,0.80991733,0.75206614,0.677686,0.71487606,0.6363636,0.6198347,0.4876033,0.29338843,0.45867768,0.58677685,0.6487603,0.62396693,0.6404959,0.6280992,0.6363636,0.6280992,0.60330576,0.59917355,0.61570245,0.6322314,0.6487603,0.6487603,0.6363636,0.6198347,0.59504133,0.5123967,0.4752066,0.45867768,0.43801653,0.3264463,0.3181818,0.44214877,0.5247934,0.53305787,0.5123967,0.4752066,0.62396693,0.72727275,0.72727275,0.77272725,0.74793386,0.76859504,0.75619835,0.7644628,0.78099173,0.7892562,0.7892562,0.8016529,0.8016529,0.80991733,0.80991733,0.8140496,0.822314,0.73140496,0.553719,0.44214877,0.553719,0.78512394,0.75619835,0.73140496,0.78512394,0.78512394,0.8016529,0.8181818,0.7768595,0.7231405,0.677686,0.70247936,0.59504133,0.58264464,0.59917355,0.45454547,0.33471075,0.5289256,0.6735537,0.6322314,0.6570248,0.6363636,0.6280992,0.61157024,0.5785124,0.61570245,0.6280992,0.6487603,0.6322314,0.60330576,0.5785124,0.59504133,0.58677685,0.45867768,0.46280992,0.45867768,0.42975205,0.338843,0.26859504,0.3966942,0.5247934,0.553719,0.5661157,0.57024795,0.5661157,0.6404959,0.7355372,0.75206614,0.75206614,0.76033056,0.76033056,0.7892562,0.7933884,0.8057851,0.7892562,0.8057851,0.8016529,0.8057851,0.79752064,0.7892562,0.70247936,0.48347107,0.5785124,0.5371901,0.75206614,0.7933884,0.73140496,0.69008267,0.71487606,0.72727275,0.73140496,0.6942149,0.6859504,0.6528926,0.59504133,0.5413223,0.47107437,0.5123967,0.58677685,0.59917355,0.40495867,0.29752067,0.6487603,0.6735537,0.6694215,0.6570248,0.6446281,0.61570245,0.59090906,0.61570245,0.6280992,0.6528926,0.6487603,0.59504133,0.57438016,0.57438016,0.49586776,0.45041323,0.46280992,0.4876033,0.42561984,0.3553719,0.24793388,0.3429752,0.5289256,0.553719,0.58264464,0.61157024,0.6818182,0.62396693,0.661157,0.71900827,0.8016529,0.76859504,0.75619835,0.79752064,0.77272725,0.80991733,0.8016529,0.79752064,0.8016529,0.7644628,0.70247936,0.59917355,0.5206612,0.5661157,0.71487606,0.5785124,0.76859504,0.71900827,0.6652893,0.62396693,0.71487606,0.7066116,0.7066116,0.6280992,0.607438,0.58677685,0.49173555,0.4338843,0.4090909,0.46280992,0.5247934,0.55785125,0.553719,0.23553719,0.338843,0.61570245,0.6818182,0.661157,0.6404959,0.6322314,0.607438,0.59917355,0.59504133,0.6446281,0.6487603,0.59917355,0.60330576,0.55785125,0.4876033,0.45867768,0.4752066,0.46280992,0.3966942,0.36363637,0.26859504,0.30165288,0.5289256,0.553719,0.59504133,0.6280992,0.71900827,0.7066116,0.7066116,0.661157,0.6487603,0.6818182,0.6487603,0.70247936,0.7107438,0.71900827,0.6859504,0.677686,0.61570245,0.5785124,0.57024795,0.5785124,0.607438,0.6528926,0.6652893,0.47933885,0.6198347,0.5371901,0.4090909,0.30991736,0.6859504,0.6735537,0.58677685,0.5247934,0.5165289,0.49586776,0.42561984,0.40495867,0.3966942,0.39256197,0.41735536,0.46280992,0.55785125,0.29338843,0.16115703,0.37190083,0.5289256,0.6528926,0.6528926,0.6363636,0.60330576,0.54545456,0.57024795,0.62396693,0.6404959,0.59917355,0.5785124,0.54545456,0.48347107,0.446281,0.40495867,0.39256197,0.3966942,0.3429752,0.24793388,0.29338843,0.55785125,0.55785125,0.58677685,0.60330576,0.677686,0.7231405,0.7231405,0.74380165,0.7355372,0.76033056,0.72727275,0.72727275,0.71487606,0.69008267,0.6859504,0.7066116,0.69008267,0.677686,0.6363636,0.56198347,0.5247934,0.55785125,0.446281,0.34710744,0.4338843,0.3553719,0.19008264,0.08264463,0.25619835,0.59917355,0.47933885,0.41322315,0.3966942,0.38429752,0.38842976,0.38016528,0.20247933,0.17768595,0.2603306,0.35123968,0.46280992,0.33471075,0.16528925,0.28512397,0.3677686,0.4090909,0.5041322,0.5661157,0.5495868,0.5206612,0.5413223,0.59504133,0.57438016,0.5165289,0.48347107,0.41735536,0.41322315,0.43801653,0.4214876,0.41322315,0.38842976,0.29338843,0.33471075,0.37190083,0.57438016,0.553719,0.59504133,0.58677685,0.6487603,0.71900827,0.7231405,0.73140496,0.74793386,0.74380165,0.74793386,0.76033056,0.75619835,0.72727275,0.661157,0.6280992,0.54545456,0.46280992,0.4090909,0.3677686,0.36363637,0.3966942,0.41322315,0.53305787,0.42975205,0.30991736,0.20661157,0.1694215,0.17355372,0.35123968,0.42561984,0.3305785,0.30165288,0.3181818,0.3429752,0.20661157,0.10743801,0.11157025,0.15289256,0.2603306,0.3264463,0.28099173,0.20247933,0.3264463,0.3264463,0.3429752,0.3677686,0.37603307,0.38016528,0.4214876,0.45041323,0.46280992,0.45454547,0.44214877,0.45454547,0.48347107,0.49173555,0.46694216,0.41735536,0.41322315,0.35123968,0.29752067,0.42975205,0.46694216,0.60330576,0.56198347,0.59504133,0.59504133,0.62396693,0.6652893,0.69008267,0.6983471,0.71900827,0.69008267,0.6859504,0.6735537,0.6487603,0.60330576,0.5165289,0.5082645,0.45454547,0.42975205,0.3966942,0.39256197,0.42561984,0.54545456,0.661157,0.76033056,0.6322314,0.4338843,0.3140496,0.2892562,0.30991736,0.3677686,0.37603307,0.29338843,0.26859504,0.2768595,0.26859504,0.24793388,0.19008264,0.18181819,0.1983471,0.23966943,0.21487603,0.20247933,0.18595041,0.43801653,0.45041323,0.3429752,0.30991736,0.3181818,0.37603307,0.46280992,0.5289256,0.5371901,0.5371901,0.5371901,0.53305787,0.5289256,0.5082645,0.47107437,0.4214876,0.4090909,0.32231405,0.30165288,0.45454547,0.47107437,0.6198347,0.58264464,0.58264464,0.60330576,0.60330576,0.61570245,0.62396693,0.61157024,0.6363636,0.61570245,0.59504133,0.59504133,0.62396693,0.61570245,0.6446281,0.6404959,0.6322314,0.6404959,0.61570245,0.59917355,0.661157,0.75206614,0.7933884,0.80991733,0.76033056,0.6487603,0.48347107,0.41322315,0.39256197,0.4752066,0.37603307,0.24380165,0.22727273,0.20661157,0.2603306,0.29338843,0.26859504,0.24793388,0.27272728,0.3140496,0.29752067,0.2520661,0.2603306,0.49586776,0.607438,0.5495868,0.47107437,0.4214876,0.4338843,0.47107437,0.47933885,0.5,0.5082645,0.5123967,0.5495868,0.54545456,0.5247934,0.46280992,0.41735536,0.40495867,0.30165288,0.30578512,0.42561984,0.44214877,0.55785125,0.59090906,0.57438016,0.61157024,0.607438,0.607438,0.58264464,0.58264464,0.58677685,0.59504133,0.61570245,0.6652893,0.73140496,0.73966944,0.76859504,0.77272725,0.76859504,0.76033056,0.71900827,0.70247936,0.74793386,0.8016529,0.8140496,0.79752064,0.6983471,0.6322314,0.56198347,0.4090909,0.4876033,0.54545456,0.45867768,0.28099173,0.17768595,0.1983471,0.27272728,0.23553719,0.23966943,0.25619835,0.3140496,0.40082645,0.38429752,0.37603307,0.42561984,0.5785124,0.6735537,0.6735537,0.6446281,0.607438,0.57438016,0.54545456,0.48347107,0.45454547,0.46694216,0.46694216,0.5082645,0.53305787,0.5413223,0.4752066,0.40495867,0.3966942,0.29338843,0.30991736,0.41735536,0.42561984,0.5041322,0.56198347,0.56198347,0.59504133,0.62396693,0.62396693,0.607438,0.6487603,0.6363636,0.6652893,0.7107438,0.75619835,0.78512394,0.78512394,0.76859504,0.78512394,0.78512394,0.76859504,0.7231405,0.76033056,0.75206614,0.7644628,0.75619835,0.72727275,0.56198347,0.553719,0.553719,0.35950413,0.5495868,0.5,0.5123967,0.3264463,0.21900827,0.21487603,0.32231405,0.29338843,0.2231405,0.24793388,0.3264463,0.41735536,0.44214877,0.45867768,0.57438016,0.6528926,0.6983471,0.6983471,0.69008267,0.6652893,0.6404959,0.6322314,0.5495868,0.48347107,0.45041323,0.43801653,0.45041323,0.45867768,0.5123967,0.4752066,0.40082645,0.37603307,0.2603306,0.30578512,0.4338843,0.42561984,0.5082645,0.56198347,0.53305787,0.59504133,0.6404959,0.6859504,0.6528926,0.71900827,0.7066116,0.72727275,0.75619835,0.78099173,0.7933884,0.78512394,0.76859504,0.76859504,0.78099173,0.74380165,0.7355372,0.74380165,0.677686,0.6859504,0.6818182,0.54545456,0.45867768,0.49173555,0.49173555,0.37190083,0.58677685,0.4338843,0.46280992,0.38429752,0.3429752,0.38016528,0.42975205,0.3305785,0.3140496,0.3429752,0.38842976,0.38429752,0.44214877,0.47933885,0.58264464,0.6280992,0.6652893,0.6942149,0.69008267,0.6570248,0.6363636,0.6487603,0.59917355,0.5371901,0.47933885,0.45867768,0.4338843,0.40495867,0.446281,0.4338843,0.4090909,0.38842976,0.2603306,0.3181818,0.44214877,0.43801653,0.47107437,0.56198347,0.5206612,0.6280992,0.6446281,0.69008267,0.6942149,0.71900827,0.71900827,0.73966944,0.73966944,0.78512394,0.78099173,0.78099173,0.76033056,0.77272725,0.77272725,0.7355372,0.7355372,0.70247936,0.54545456,0.6404959,0.5785124,0.446281,0.4338843,0.4876033,0.4876033,0.44214877,0.46280992,0.42975205,0.41322315,0.46694216,0.41735536,0.4752066,0.4876033,0.45454547,0.4090909,0.40495867,0.4214876,0.38016528,0.42975205,0.4214876,0.43801653,0.53305787,0.5495868,0.6280992,0.6859504,0.6735537,0.6487603,0.6528926,0.60330576,0.56198347,0.5123967,0.47107437,0.446281,0.4090909,0.39256197,0.38429752,0.37603307,0.35123968,0.2520661,0.3429752,0.4338843,0.40082645,0.45867768,0.5165289,0.5,0.59090906,0.59090906,0.69008267,0.6694215,0.71487606,0.71900827,0.72727275,0.72727275,0.76859504,0.78099173,0.75206614,0.77272725,0.76859504,0.75619835,0.6942149,0.661157,0.57024795,0.4876033,0.58264464,0.5082645,0.4338843,0.446281,0.5082645,0.5289256,0.48347107,0.3677686,0.46694216,0.446281,0.5289256,0.4752066,0.4876033,0.44214877,0.5041322,0.40495867,0.40082645,0.4214876,0.3553719,0.4214876,0.39256197,0.42561984,0.446281,0.46694216,0.5247934,0.6446281,0.6735537,0.6570248,0.6198347,0.62396693,0.57024795,0.5165289,0.5165289,0.5082645,0.42561984,0.38429752,0.35123968,0.37603307,0.30991736,0.23966943,0.32231405,0.3553719,0.19421488,0.47107437,0.5041322,0.5,0.55785125,0.5495868,0.661157,0.6735537,0.6818182,0.71487606,0.70247936,0.73140496,0.73966944,0.75619835,0.75206614,0.7644628,0.78512394,0.6818182,0.59917355,0.5785124,0.49586776,0.5082645,0.5123967,0.5,0.46280992,0.5041322,0.57024795,0.57438016,0.5082645,0.44214877,0.5289256,0.5785124,0.62396693,0.59090906,0.553719,0.46694216,0.446281,0.41322315,0.4214876,0.4338843,0.34710744,0.35950413,0.3966942,0.37190083,0.42561984,0.4090909,0.446281,0.56198347,0.6446281,0.6652893,0.60330576,0.6363636,0.57024795,0.5371901,0.5289256,0.54545456,0.44214877,0.38429752,0.3264463,0.30578512,0.29338843,0.24793388,0.24380165,0.17355372,0.0785124,0.49173555,0.47107437,0.5041322,0.5371901,0.5289256,0.6280992,0.6942149,0.5661157,0.6694215,0.661157,0.6983471,0.7066116,0.73140496,0.7644628,0.76033056,0.77272725,0.553719,0.5495868,0.54545456,0.5,0.5371901,0.4752066,0.5206612,0.5082645,0.5413223,0.5371901,0.5495868,0.5165289,0.5,0.5041322,0.5371901,0.58264464,0.61157024,0.54545456,0.46694216,0.47933885,0.40082645,0.4338843,0.4214876,0.35123968,0.35123968,0.41322315,0.3429752,0.3966942,0.39256197,0.40082645,0.45867768,0.58264464,0.6446281,0.59090906,0.61157024,0.56198347,0.5247934,0.49586776,0.5413223,0.45454547,0.38016528,0.338843,0.2644628,0.27272728,0.26859504,0.16528925,0.09090909,0.09090909,0.45454547,0.44214877,0.48347107,0.49173555,0.5371901,0.61570245,0.6363636,0.49586776,0.60330576,0.57438016,0.661157,0.7107438,0.7231405,0.76859504,0.77272725,0.71900827,0.49586776,0.5247934,0.5247934,0.48347107,0.5123967,0.446281,0.5206612,0.5041322,0.44214877,0.3966942,0.4090909,0.3553719,0.32231405,0.30578512,0.3140496,0.3553719,0.3677686,0.34710744,0.38016528,0.3677686,0.34710744,0.35123968,0.34710744,0.3553719,0.38842976,0.3305785,0.37190083,0.30165288,0.38429752,0.38842976,0.4090909,0.5123967,0.6363636,0.60330576,0.58264464,0.54545456,0.5082645,0.46694216,0.5041322,0.45867768,0.37603307,0.338843,0.25619835,0.24380165,0.29338843,0.16115703,0.0785124,0.09504132,0.40495867,0.37190083,0.47933885,0.47933885,0.5165289,0.59917355,0.5785124,0.4876033,0.56198347,0.54545456,0.6446281,0.6983471,0.7107438,0.76033056,0.75619835,0.6570248,0.5082645,0.46694216,0.47933885,0.42975205,0.45041323,0.39256197,0.40082645,0.3429752,0.29752067,0.29338843,0.23553719,0.15289256,0.11570248,0.11570248,0.09504132,0.10743801,0.11157025,0.11983471,0.19008264,0.1983471,0.23553719,0.2520661,0.24793388,0.24793388,0.28512397,0.27272728,0.27272728,0.2768595,0.3140496,0.36363637,0.3966942,0.41322315,0.55785125,0.6404959,0.56198347,0.5289256,0.49586776,0.45041323,0.46694216,0.4876033,0.36363637,0.30165288,0.27272728,0.23140496,0.2644628,0.1570248,0.0785124,0.09090909,0.43801653,0.3429752,0.48347107,0.5082645,0.5,0.5661157,0.58264464,0.49173555,0.49586776,0.553719,0.6322314,0.6735537,0.6859504,0.75206614,0.73140496,0.57024795,0.48347107,0.45454547,0.41735536,0.35123968,0.3264463,0.32231405,0.2892562,0.45454547,0.59504133,0.6363636,0.61157024,0.61570245,0.5661157,0.5661157,0.57024795,0.53305787,0.5247934,0.5413223,0.57438016,0.5785124,0.5289256,0.5123967,0.4752066,0.38842976,0.24380165,0.16528925,0.19008264,0.28099173,0.3181818,0.3429752,0.42975205,0.38429752,0.4752066,0.6322314,0.5785124,0.5206612,0.5,0.43801653,0.4214876,0.46280992,0.37190083,0.3305785,0.25619835,0.27272728,0.27272728,0.1446281,0.08677686,0.09090909,0.41322315,0.3677686,0.4214876,0.4752066,0.45867768,0.57024795,0.5247934,0.4876033,0.41735536,0.49173555,0.607438,0.6322314,0.69008267,0.74380165,0.6983471,0.57024795,0.45867768,0.40082645,0.37603307,0.5,0.6859504,0.6446281,0.6280992,0.677686,0.70247936,0.6859504,0.72727275,0.76859504,0.6735537,0.7107438,0.6859504,0.6942149,0.6859504,0.6694215,0.6652893,0.6652893,0.58677685,0.59917355,0.607438,0.57024795,0.53305787,0.42561984,0.2520661,0.24793388,0.3181818,0.38016528,0.37603307,0.42975205,0.45867768,0.58677685,0.5661157,0.49173555,0.46280992,0.41322315,0.39256197,0.42975205,0.39256197,0.28099173,0.2644628,0.28512397,0.28099173,0.11570248,0.09917355,0.09504132,0.41322315,0.3966942,0.38016528,0.46280992,0.47107437,0.45454547,0.45454547,0.49586776,0.38016528,0.5041322,0.55785125,0.57024795,0.6363636,0.6694215,0.6322314,0.54545456,0.46694216,0.35950413,0.46694216,0.6694215,0.75206614,0.73140496,0.7066116,0.6694215,0.661157,0.6528926,0.6859504,0.76033056,0.6983471,0.7107438,0.677686,0.6735537,0.6942149,0.6363636,0.661157,0.6363636,0.59090906,0.5785124,0.5661157,0.53305787,0.5247934,0.5371901,0.5785124,0.5247934,0.40495867,0.45867768,0.43801653,0.46694216,0.41735536,0.57024795,0.5371901,0.45041323,0.446281,0.38429752,0.37190083,0.40495867,0.42561984,0.28512397,0.28512397,0.28099173,0.2644628,0.14049587,0.09090909,0.10330579,0.3966942,0.38842976,0.40495867,0.45867768,0.446281,0.42561984,0.42975205,0.4876033,0.38842976,0.5041322,0.49586776,0.49586776,0.607438,0.607438,0.6198347,0.4876033,0.45454547,0.38842976,0.58264464,0.6818182,0.7355372,0.7066116,0.6735537,0.6446281,0.6652893,0.6570248,0.6446281,0.677686,0.69008267,0.6570248,0.6487603,0.6570248,0.6404959,0.61570245,0.59504133,0.60330576,0.5785124,0.5785124,0.57438016,0.55785125,0.553719,0.5413223,0.5413223,0.59504133,0.5,0.49173555,0.4752066,0.49586776,0.47107437,0.5247934,0.53305787,0.44214877,0.4090909,0.34710744,0.3264463,0.3966942,0.37190083,0.2892562,0.29338843,0.2644628,0.1983471,0.11570248,0.10330579,0.09917355,0.24793388,0.3677686,0.43801653,0.45454547,0.41735536,0.41322315,0.4090909,0.47107437,0.4214876,0.46280992,0.46280992,0.42975205,0.553719,0.57438016,0.61570245,0.48347107,0.3677686,0.40495867,0.62396693,0.6942149,0.7066116,0.6942149,0.677686,0.59917355,0.61570245,0.607438,0.61570245,0.5785124,0.553719,0.5123967,0.5082645,0.5123967,0.47107437,0.49586776,0.45867768,0.5041322,0.4876033,0.5041322,0.5123967,0.5041322,0.49586776,0.49173555,0.5165289,0.58677685,0.5123967,0.5206612,0.5041322,0.47933885,0.5082645,0.49173555,0.5289256,0.4214876,0.38842976,0.30578512,0.30165288,0.35950413,0.3553719,0.30578512,0.24380165,0.23553719,0.16115703,0.09917355,0.10330579,0.09917355,0.14049587,0.338843,0.3966942,0.43801653,0.38842976,0.40082645,0.40495867,0.43801653,0.41735536,0.43801653,0.42975205,0.43801653,0.5289256,0.5206612,0.5206612,0.48347107,0.37603307,0.40082645,0.6322314,0.6942149,0.6859504,0.6694215,0.661157,0.60330576,0.61570245,0.55785125,0.54545456,0.46694216,0.40082645,0.36363637,0.36363637,0.3966942,0.34710744,0.40495867,0.3140496,0.4214876,0.35950413,0.4214876,0.46694216,0.46694216,0.49173555,0.4876033,0.5082645,0.5413223,0.5165289,0.54545456,0.5165289,0.46280992,0.5,0.45454547,0.47933885,0.42975205,0.39256197,0.28099173,0.3140496,0.3305785,0.3181818,0.2768595,0.1983471,0.19008264,0.1446281,0.10330579,0.09504132,0.10330579,0.1322314,0.23140496,0.33471075,0.40495867,0.37603307,0.41322315,0.36363637,0.446281,0.3966942,0.4338843,0.4338843,0.446281,0.4214876,0.47933885,0.5247934,0.4338843,0.43801653,0.41322315,0.6198347,0.6528926,0.6735537,0.62396693,0.61570245,0.57438016,0.57024795,0.5247934,0.49586776,0.42975205,0.39256197,0.35950413,0.3677686,0.42975205,0.33471075,0.43801653,0.32231405,0.42975205,0.3264463,0.40495867,0.4338843,0.42975205,0.46694216,0.5123967,0.49173555,0.5,0.49586776,0.5206612,0.5206612,0.43801653,0.45041323,0.4338843,0.446281,0.40495867,0.40082645,0.28512397,0.29338843,0.30991736,0.29338843,0.24380165,0.1694215,0.20661157,0.1570248,0.09090909,0.08264463,0.10330579,0.15289256,0.19421488,0.32231405,0.3677686,0.36363637,0.3966942,0.3429752,0.46694216,0.38429752,0.45041323,0.4214876,0.44214877,0.39256197,0.46280992,0.59504133,0.4214876,0.42975205,0.53305787,0.6322314,0.6404959,0.6446281,0.6446281,0.62396693,0.57024795,0.54545456,0.48347107,0.45454547,0.4090909,0.4214876,0.35123968,0.33471075,0.4214876,0.35950413,0.3966942,0.38429752,0.42561984,0.4090909,0.4214876,0.41735536,0.41322315,0.43801653,0.46280992,0.46694216,0.45454547,0.45041323,0.5041322,0.53305787,0.4214876,0.35950413,0.3966942,0.42975205,0.35950413,0.3429752,0.29752067,0.26859504,0.28099173,0.2768595,0.28099173,0.17355372,0.17355372,0.11157025,0.09090909,0.09504132,0.09090909,0.15289256,0.14876033,0.2603306,0.338843,0.30991736,0.35123968,0.30991736,0.45867768,0.4090909,0.43801653,0.41735536,0.41322315,0.40495867,0.4338843,0.55785125,0.35950413,0.38842976,0.56198347,0.6487603,0.6280992,0.61570245,0.6280992,0.61570245,0.58677685,0.53305787,0.49586776,0.47933885,0.446281,0.4876033,0.446281,0.36363637,0.47107437,0.44214877,0.5495868,0.43801653,0.45454547,0.45454547,0.41735536,0.41322315,0.4338843,0.4338843,0.41735536,0.47933885,0.46280992,0.45041323,0.49173555,0.4752066,0.41322315,0.28512397,0.33471075,0.36363637,0.25619835,0.2768595,0.30578512,0.25619835,0.28512397,0.25619835,0.24380165,0.17355372,0.12396694,0.07438017,0.0785124,0.09090909,0.08677686,0.15289256,0.14049587,0.23553719,0.2892562,0.28512397,0.338843,0.27272728,0.37603307,0.45454547,0.4214876,0.39256197,0.39256197,0.41735536,0.35123968,0.47107437,0.3305785,0.3553719,0.5,0.59917355,0.59917355,0.607438,0.6280992,0.58677685,0.59090906,0.553719,0.55785125,0.57024795,0.57024795,0.5165289,0.553719,0.4338843,0.5165289,0.48347107,0.5495868,0.5041322,0.5123967,0.49586776,0.42561984,0.39256197,0.4338843,0.46694216,0.46280992,0.48347107,0.45867768,0.46280992,0.47933885,0.4090909,0.3966942,0.30165288,0.24380165,0.29338843,0.22727273,0.24793388,0.26859504,0.26859504,0.29338843,0.2644628,0.20661157,0.1446281,0.08677686,0.08677686,0.08264463,0.09504132,0.08264463,0.15289256,0.1446281,0.1983471,0.24380165,0.28099173,0.29338843,0.3264463,0.3181818,0.4214876,0.36363637,0.38016528,0.38842976,0.40495867,0.36363637,0.3305785,0.36363637,0.33471075,0.446281,0.5165289,0.57024795,0.61570245,0.58264464,0.5785124,0.59917355,0.5661157,0.60330576,0.6570248,0.6404959,0.5413223,0.57438016,0.5206612,0.5165289,0.5082645,0.5082645,0.5661157,0.59917355,0.54545456,0.4876033,0.42561984,0.45454547,0.49586776,0.5041322,0.45041323,0.46280992,0.45454547,0.45041323,0.37190083,0.34710744,0.2768595,0.2107438,0.2603306,0.23966943,0.23966943,0.24380165,0.25619835,0.28512397,0.1983471,0.21900827,0.1322314,0.0785124,0.09090909,0.0785124,0.09504132,0.08264463,0.15289256,0.1570248,0.15289256,0.20661157,0.2644628,0.27272728,0.3429752,0.32231405,0.37603307,0.36363637,0.3264463,0.33471075,0.37190083,0.3305785,0.28512397,0.3264463,0.33471075,0.40082645,0.47107437,0.57438016,0.58264464,0.58677685,0.56198347,0.6446281,0.61570245,0.6198347,0.6528926,0.6198347,0.58677685,0.5495868,0.553719,0.5123967,0.48347107,0.5041322,0.58264464,0.60330576,0.58677685,0.5123967,0.5,0.5247934,0.49586776,0.49173555,0.4338843,0.446281,0.4090909,0.39256197,0.35950413,0.3305785,0.23966943,0.19008264,0.24793388,0.23553719,0.24380165,0.23966943,0.24793388,0.25619835,0.16528925,0.20661157,0.14876033,0.09917355,0.09090909,0.08264463,0.09917355,0.0785124,0.16115703,0.16115703,0.13636364,0.1694215,0.23140496,0.29338843,0.2892562,0.3181818,0.3553719,0.34710744,0.30991736,0.28099173,0.3140496,0.2892562,0.29338843,0.28512397,0.3181818,0.3677686,0.47107437,0.53305787,0.5371901,0.56198347,0.58264464,0.6363636,0.59504133,0.58264464,0.58677685,0.61157024,0.60330576,0.5,0.59090906,0.5289256,0.46694216,0.5247934,0.57024795,0.60330576,0.5661157,0.53305787,0.4876033,0.5413223,0.5206612,0.43801653,0.42975205,0.3677686,0.3677686,0.3264463,0.30991736,0.2892562,0.22727273,0.1694215,0.2231405,0.24380165,0.24793388,0.23553719,0.24380165,0.2231405,0.1570248,0.13636364,0.13636364,0.10743801,0.08677686,0.08677686,0.09504132,0.07438017,0.1570248,0.1570248,0.15289256,0.1446281,0.19421488,0.28512397,0.2603306,0.30991736,0.35123968,0.30991736,0.3181818,0.27272728,0.23140496,0.2892562,0.29338843,0.29752067,0.25619835,0.30578512,0.4090909,0.40082645,0.49173555,0.53305787,0.58264464,0.5289256,0.49586776,0.49586776,0.5,0.6446281,0.46280992,0.5082645,0.5785124,0.53305787,0.45454547,0.45867768,0.5785124,0.607438,0.5041322,0.5247934,0.45041323,0.44214877,0.4876033,0.47933885,0.38429752,0.30991736,0.3264463,0.23553719,0.24380165,0.2231405,0.2107438,0.18181819,0.14876033,0.25619835,0.2231405,0.22727273,0.2107438,0.21487603,0.19008264,0.11157025,0.09090909,0.09090909,0.09090909,0.08677686,0.08677686,0.0661157,0.14049587,0.15289256,0.18181819,0.20661157,0.28099173,0.28099173,0.2892562,0.24380165,0.3140496,0.25619835,0.26859504,0.2644628,0.2603306,0.26859504,0.23553719,0.2768595,0.23140496,0.26859504,0.30991736,0.35950413,0.46280992,0.4338843,0.5371901,0.42975205,0.44214877,0.45454547,0.446281,0.61157024,0.4338843,0.5082645,0.46280992,0.47933885,0.45867768,0.38842976,0.6446281,0.5413223,0.5661157,0.46280992,0.38842976,0.40082645,0.40495867,0.38842976,0.33471075,0.3140496,0.27272728,0.18595041,0.21487603,0.17355372,0.2768595,0.20247933,0.14876033,0.21487603,0.2107438,0.2231405,0.22727273,0.2231405,0.21900827,0.11570248,0.09090909,0.09090909,0.09504132,0.08677686,0.08264463,0.07438017,13 +0.38429752,0.5082645,0.59090906,0.59917355,0.607438,0.6404959,0.6942149,0.7107438,0.74793386,0.7768595,0.7892562,0.7933884,0.7892562,0.78512394,0.78099173,0.75619835,0.78099173,0.7892562,0.8016529,0.80991733,0.80991733,0.80991733,0.80991733,0.8057851,0.8057851,0.8181818,0.8140496,0.80991733,0.8057851,0.80991733,0.822314,0.822314,0.8264463,0.8140496,0.8181818,0.8140496,0.8057851,0.8016529,0.80991733,0.8057851,0.79752064,0.78099173,0.78099173,0.76033056,0.75619835,0.73140496,0.7231405,0.69008267,0.6859504,0.6694215,0.6570248,0.6487603,0.6446281,0.6487603,0.6363636,0.62396693,0.6280992,0.6198347,0.59090906,0.58264464,0.54545456,0.5082645,0.47107437,0.45041323,0.38016528,0.54545456,0.59090906,0.59917355,0.58677685,0.6570248,0.7066116,0.73966944,0.7644628,0.7768595,0.7933884,0.7933884,0.78512394,0.78512394,0.78512394,0.78099173,0.8016529,0.8181818,0.822314,0.8305785,0.822314,0.8140496,0.822314,0.8181818,0.8181818,0.822314,0.8140496,0.8057851,0.8057851,0.8057851,0.8181818,0.8140496,0.8181818,0.8140496,0.822314,0.822314,0.8181818,0.79752064,0.8016529,0.8057851,0.7933884,0.8016529,0.7892562,0.77272725,0.77272725,0.7644628,0.74793386,0.71487606,0.6859504,0.6859504,0.6694215,0.6404959,0.6404959,0.6487603,0.6404959,0.6404959,0.62396693,0.6322314,0.607438,0.58677685,0.5661157,0.5247934,0.4876033,0.45454547,0.37603307,0.5785124,0.57024795,0.607438,0.5785124,0.677686,0.7107438,0.74380165,0.7644628,0.77272725,0.79752064,0.7892562,0.78099173,0.7892562,0.7933884,0.80991733,0.8181818,0.822314,0.822314,0.8347107,0.8305785,0.8305785,0.8347107,0.8305785,0.8305785,0.8264463,0.8264463,0.822314,0.8016529,0.80991733,0.822314,0.8181818,0.8016529,0.8140496,0.8181818,0.8264463,0.822314,0.8140496,0.80991733,0.80991733,0.8140496,0.8140496,0.8057851,0.78512394,0.7892562,0.78099173,0.7644628,0.74793386,0.73140496,0.71487606,0.6735537,0.6487603,0.6363636,0.6198347,0.6280992,0.6404959,0.6322314,0.6322314,0.607438,0.607438,0.5661157,0.5413223,0.5206612,0.46694216,0.4090909,0.553719,0.5413223,0.607438,0.607438,0.6818182,0.71487606,0.75206614,0.77272725,0.78512394,0.7933884,0.7768595,0.7892562,0.7892562,0.8016529,0.8140496,0.8057851,0.8181818,0.822314,0.8305785,0.8305785,0.838843,0.838843,0.838843,0.8429752,0.838843,0.8512397,0.838843,0.80991733,0.8264463,0.8305785,0.8181818,0.79752064,0.8140496,0.8264463,0.838843,0.8347107,0.822314,0.822314,0.822314,0.8264463,0.8264463,0.822314,0.8016529,0.79752064,0.78512394,0.76033056,0.74380165,0.74380165,0.72727275,0.6859504,0.6818182,0.661157,0.6198347,0.61570245,0.6404959,0.6280992,0.6322314,0.61570245,0.607438,0.57438016,0.54545456,0.5371901,0.47933885,0.39256197,0.5082645,0.5247934,0.60330576,0.61570245,0.69008267,0.73140496,0.75206614,0.77272725,0.78099173,0.78512394,0.7768595,0.7892562,0.77272725,0.7892562,0.80991733,0.8057851,0.822314,0.8347107,0.8347107,0.8264463,0.8429752,0.8429752,0.8512397,0.8429752,0.8512397,0.8595041,0.8595041,0.8347107,0.8347107,0.8429752,0.8264463,0.8016529,0.8181818,0.838843,0.8471074,0.8471074,0.8429752,0.838843,0.8347107,0.8347107,0.8347107,0.8305785,0.822314,0.8016529,0.7892562,0.76859504,0.74793386,0.74380165,0.71900827,0.6859504,0.69008267,0.6818182,0.661157,0.6280992,0.6322314,0.62396693,0.6280992,0.6280992,0.59917355,0.5661157,0.55785125,0.553719,0.49173555,0.38429752,0.47107437,0.53305787,0.5661157,0.6280992,0.6942149,0.73140496,0.7644628,0.76859504,0.7768595,0.78512394,0.76033056,0.73966944,0.7644628,0.7933884,0.8057851,0.8140496,0.8305785,0.8347107,0.838843,0.8347107,0.838843,0.838843,0.8512397,0.8512397,0.8595041,0.8677686,0.8553719,0.8471074,0.8429752,0.8553719,0.8471074,0.822314,0.8264463,0.838843,0.8471074,0.8553719,0.8636364,0.8512397,0.8512397,0.838843,0.8429752,0.8347107,0.822314,0.7933884,0.78512394,0.78512394,0.76859504,0.7355372,0.7107438,0.69008267,0.6528926,0.6570248,0.661157,0.6487603,0.6363636,0.6280992,0.6280992,0.61570245,0.58677685,0.57024795,0.56198347,0.57438016,0.4876033,0.3677686,0.49586776,0.54545456,0.5413223,0.6280992,0.69008267,0.7355372,0.75619835,0.76859504,0.7768595,0.7355372,0.7107438,0.73966944,0.76859504,0.7892562,0.78512394,0.7892562,0.79752064,0.8016529,0.79752064,0.7768595,0.7933884,0.8181818,0.8347107,0.8553719,0.8595041,0.8595041,0.8512397,0.8471074,0.8347107,0.8677686,0.8636364,0.8471074,0.8347107,0.8347107,0.838843,0.8677686,0.8719008,0.8512397,0.8636364,0.8512397,0.8471074,0.8181818,0.78512394,0.75619835,0.76859504,0.78099173,0.76859504,0.74793386,0.7107438,0.6983471,0.6528926,0.6198347,0.6404959,0.6280992,0.61570245,0.62396693,0.62396693,0.59504133,0.5785124,0.58264464,0.5661157,0.57024795,0.49173555,0.38429752,0.5165289,0.56198347,0.54545456,0.607438,0.69008267,0.7355372,0.73966944,0.75619835,0.6983471,0.6983471,0.6942149,0.74793386,0.76033056,0.7644628,0.74380165,0.71900827,0.70247936,0.6818182,0.6735537,0.6735537,0.677686,0.7231405,0.7768595,0.8016529,0.8471074,0.8429752,0.8429752,0.838843,0.838843,0.8553719,0.8595041,0.8553719,0.8471074,0.8305785,0.8264463,0.87603307,0.8636364,0.8595041,0.8553719,0.8512397,0.8057851,0.7644628,0.7107438,0.6735537,0.677686,0.70247936,0.70247936,0.73966944,0.70247936,0.69008267,0.661157,0.6404959,0.6404959,0.61570245,0.5785124,0.59917355,0.61157024,0.59090906,0.57438016,0.58264464,0.59090906,0.55785125,0.5082645,0.4214876,0.5206612,0.57438016,0.5495868,0.59917355,0.69008267,0.74380165,0.7231405,0.70247936,0.677686,0.71900827,0.72727275,0.76033056,0.74793386,0.6983471,0.6570248,0.59917355,0.55785125,0.53305787,0.5371901,0.61157024,0.6404959,0.6404959,0.7231405,0.73966944,0.8140496,0.8347107,0.8347107,0.8305785,0.8305785,0.822314,0.838843,0.8636364,0.838843,0.8181818,0.7892562,0.8719008,0.8553719,0.8429752,0.8347107,0.8264463,0.75206614,0.70247936,0.6694215,0.59504133,0.58264464,0.55785125,0.60330576,0.6446281,0.6487603,0.6528926,0.6404959,0.6404959,0.6322314,0.61157024,0.59090906,0.58677685,0.58677685,0.58264464,0.553719,0.57024795,0.607438,0.55785125,0.5206612,0.41735536,0.5082645,0.58264464,0.56198347,0.59504133,0.6942149,0.7355372,0.7066116,0.677686,0.70247936,0.72727275,0.7231405,0.7066116,0.6859504,0.6322314,0.56198347,0.5,0.45454547,0.45041323,0.4752066,0.54545456,0.58677685,0.62396693,0.6694215,0.7355372,0.77272725,0.8181818,0.822314,0.822314,0.8264463,0.8016529,0.8305785,0.8636364,0.8181818,0.78099173,0.7644628,0.838843,0.8471074,0.8181818,0.78099173,0.75619835,0.6652893,0.6446281,0.59917355,0.5247934,0.5247934,0.5247934,0.48347107,0.5289256,0.5247934,0.57438016,0.60330576,0.6322314,0.62396693,0.61157024,0.61157024,0.58677685,0.553719,0.55785125,0.553719,0.5413223,0.60330576,0.5495868,0.5165289,0.446281,0.49586776,0.59090906,0.5661157,0.59090906,0.69008267,0.69008267,0.7066116,0.6942149,0.70247936,0.7066116,0.6528926,0.6446281,0.6528926,0.6446281,0.59917355,0.553719,0.5165289,0.46694216,0.44214877,0.446281,0.47933885,0.53305787,0.59917355,0.6694215,0.70247936,0.77272725,0.7933884,0.8140496,0.8264463,0.79752064,0.8305785,0.8677686,0.822314,0.74380165,0.78099173,0.8181818,0.822314,0.7768595,0.71900827,0.6694215,0.59090906,0.56198347,0.5041322,0.45454547,0.45867768,0.41735536,0.4090909,0.446281,0.45454547,0.5123967,0.5661157,0.60330576,0.62396693,0.61570245,0.59917355,0.57438016,0.60330576,0.55785125,0.5289256,0.5247934,0.57438016,0.553719,0.5082645,0.45867768,0.5,0.60330576,0.57024795,0.59917355,0.677686,0.6570248,0.6859504,0.6694215,0.6570248,0.6487603,0.62396693,0.6487603,0.6859504,0.72727275,0.7107438,0.70247936,0.6818182,0.5785124,0.5165289,0.54545456,0.5165289,0.5041322,0.5041322,0.53305787,0.58677685,0.69008267,0.77272725,0.79752064,0.822314,0.80991733,0.8264463,0.8553719,0.8181818,0.75206614,0.7933884,0.8140496,0.8057851,0.73140496,0.6487603,0.57438016,0.5206612,0.47933885,0.4338843,0.41322315,0.38016528,0.3429752,0.37190083,0.41322315,0.46694216,0.5082645,0.5413223,0.57024795,0.60330576,0.59917355,0.57024795,0.57438016,0.59090906,0.5413223,0.5082645,0.5,0.5413223,0.553719,0.49173555,0.45867768,0.5413223,0.61570245,0.57438016,0.607438,0.61570245,0.58677685,0.58264464,0.59917355,0.62396693,0.6404959,0.6404959,0.6446281,0.6404959,0.6528926,0.6280992,0.6404959,0.61157024,0.58677685,0.59090906,0.71487606,0.7644628,0.77272725,0.75206614,0.74793386,0.76859504,0.78099173,0.8140496,0.8140496,0.8471074,0.8181818,0.822314,0.822314,0.78099173,0.73966944,0.76859504,0.79752064,0.75619835,0.6487603,0.54545456,0.47107437,0.446281,0.4338843,0.38842976,0.38016528,0.4090909,0.5,0.55785125,0.607438,0.6363636,0.60330576,0.58677685,0.59504133,0.6280992,0.58677685,0.5661157,0.55785125,0.57438016,0.55785125,0.5123967,0.47933885,0.5082645,0.53305787,0.48347107,0.42975205,0.553719,0.6363636,0.60330576,0.5495868,0.53305787,0.5413223,0.58264464,0.59504133,0.6404959,0.677686,0.6694215,0.6528926,0.6363636,0.61570245,0.6280992,0.6818182,0.57024795,0.57024795,0.55785125,0.58264464,0.62396693,0.677686,0.7107438,0.7107438,0.71487606,0.72727275,0.76033056,0.75619835,0.7933884,0.75206614,0.76033056,0.71487606,0.677686,0.661157,0.6942149,0.74380165,0.75206614,0.7066116,0.6652893,0.62396693,0.58677685,0.553719,0.46280992,0.45041323,0.49586776,0.6404959,0.7355372,0.77272725,0.75619835,0.69008267,0.6404959,0.6198347,0.6446281,0.6322314,0.6198347,0.553719,0.54545456,0.553719,0.5371901,0.5,0.4752066,0.5,0.48347107,0.37190083,0.61157024,0.6942149,0.55785125,0.56198347,0.58264464,0.59090906,0.59504133,0.60330576,0.6363636,0.62396693,0.57438016,0.6198347,0.6198347,0.553719,0.53305787,0.54545456,0.48347107,0.5,0.5661157,0.5785124,0.56198347,0.53305787,0.54545456,0.5247934,0.5247934,0.5123967,0.4090909,0.4752066,0.5041322,0.6487603,0.661157,0.62396693,0.607438,0.55785125,0.5289256,0.5413223,0.5413223,0.5371901,0.553719,0.54545456,0.54545456,0.5123967,0.4752066,0.49586776,0.4752066,0.46280992,0.47933885,0.5041322,0.53305787,0.53305787,0.5247934,0.5206612,0.55785125,0.57438016,0.5785124,0.5495868,0.5289256,0.5289256,0.5289256,0.49586776,0.45454547,0.46280992,0.47107437,0.3264463,0.73140496,0.59090906,0.5495868,0.61157024,0.607438,0.61570245,0.59917355,0.60330576,0.61570245,0.47933885,0.553719,0.57438016,0.40495867,0.43801653,0.23140496,0.36363637,0.28099173,0.3553719,0.553719,0.5413223,0.59090906,0.58264464,0.57024795,0.5495868,0.553719,0.6363636,0.6446281,0.55785125,0.6570248,0.822314,0.76859504,0.71487606,0.6818182,0.57438016,0.41735536,0.42561984,0.46694216,0.45867768,0.47933885,0.48347107,0.46694216,0.45454547,0.46694216,0.48347107,0.41735536,0.30991736,0.35950413,0.3429752,0.39256197,0.446281,0.49173555,0.47933885,0.48347107,0.5,0.5123967,0.49173555,0.4752066,0.5082645,0.5123967,0.4876033,0.45454547,0.42561984,0.46694216,0.47933885,0.60330576,0.53305787,0.59504133,0.6198347,0.607438,0.61157024,0.58677685,0.61157024,0.5123967,0.4090909,0.5123967,0.38842976,0.2603306,0.43801653,0.20661157,0.38016528,0.37603307,0.40082645,0.6652893,0.607438,0.5247934,0.5413223,0.59917355,0.62396693,0.59504133,0.59917355,0.74380165,0.59090906,0.6859504,0.75619835,0.6528926,0.60330576,0.59090906,0.6404959,0.45867768,0.43801653,0.45867768,0.45867768,0.4338843,0.46694216,0.5289256,0.5041322,0.47933885,0.48347107,0.3429752,0.1446281,0.5123967,0.30165288,0.24380165,0.23553719,0.41735536,0.42975205,0.49586776,0.49586776,0.48347107,0.46694216,0.42975205,0.42561984,0.446281,0.46694216,0.44214877,0.4338843,0.45041323,0.62396693,0.446281,0.58264464,0.6198347,0.6280992,0.62396693,0.6198347,0.59917355,0.59090906,0.40495867,0.45454547,0.38429752,0.40082645,0.42561984,0.33471075,0.28512397,0.32231405,0.38429752,0.49586776,0.7644628,0.76859504,0.61157024,0.54545456,0.56198347,0.6487603,0.7355372,0.62396693,0.71900827,0.6198347,0.5247934,0.5413223,0.5,0.46694216,0.4090909,0.59917355,0.42561984,0.42975205,0.54545456,0.45867768,0.45454547,0.5785124,0.553719,0.43801653,0.49173555,0.57438016,0.3553719,0.1570248,0.62396693,0.3429752,0.30165288,0.21900827,0.46694216,0.4090909,0.4090909,0.42975205,0.4214876,0.43801653,0.4752066,0.43801653,0.3966942,0.40495867,0.46280992,0.47107437,0.42561984,0.49173555,0.35950413,0.59504133,0.6363636,0.6280992,0.6404959,0.6280992,0.61570245,0.553719,0.5206612,0.47933885,0.46694216,0.553719,0.59090906,0.37190083,0.35950413,0.4214876,0.4338843,0.59504133,0.8140496,0.8181818,0.70247936,0.61570245,0.6404959,0.6570248,0.7933884,0.7231405,0.677686,0.61570245,0.47933885,0.61157024,0.6983471,0.6652893,0.5413223,0.6570248,0.33471075,0.4752066,0.56198347,0.5371901,0.60330576,0.607438,0.4876033,0.46694216,0.6404959,0.73966944,0.39256197,0.2520661,0.39256197,0.25619835,0.37190083,0.32231405,0.55785125,0.5165289,0.42561984,0.35123968,0.35950413,0.37190083,0.43801653,0.49586776,0.4752066,0.38842976,0.41735536,0.46280992,0.42975205,0.38842976,0.40495867,0.5495868,0.6280992,0.6570248,0.6570248,0.6404959,0.6280992,0.6322314,0.59917355,0.58264464,0.5413223,0.70247936,0.6487603,0.53305787,0.45041323,0.49173555,0.5123967,0.6280992,0.69008267,0.6859504,0.6528926,0.607438,0.6818182,0.71487606,0.78512394,0.71900827,0.6528926,0.6818182,0.5661157,0.6694215,0.7933884,0.822314,0.59090906,0.8181818,0.29338843,0.4752066,0.5206612,0.58677685,0.6528926,0.59917355,0.5495868,0.56198347,0.6694215,0.76859504,0.5289256,0.3140496,0.3140496,0.33471075,0.38016528,0.49173555,0.6570248,0.59504133,0.5413223,0.40495867,0.34710744,0.40082645,0.42975205,0.4876033,0.5082645,0.446281,0.41322315,0.44214877,0.46694216,0.39256197,0.46280992,0.5247934,0.58264464,0.677686,0.6983471,0.6818182,0.6528926,0.6528926,0.6446281,0.6446281,0.59090906,0.69008267,0.6487603,0.5371901,0.5041322,0.5123967,0.5371901,0.54545456,0.5371901,0.5495868,0.5661157,0.5495868,0.6198347,0.6735537,0.6859504,0.6652893,0.607438,0.61157024,0.6363636,0.6652893,0.69008267,0.7107438,0.607438,0.6859504,0.3181818,0.41735536,0.47933885,0.5371901,0.6198347,0.6652893,0.6280992,0.59090906,0.61157024,0.6735537,0.5495868,0.45454547,0.44214877,0.38429752,0.45867768,0.607438,0.6528926,0.62396693,0.61157024,0.5082645,0.39256197,0.45041323,0.4876033,0.47107437,0.4876033,0.45867768,0.4752066,0.42975205,0.49173555,0.41322315,0.5123967,0.57438016,0.57438016,0.6446281,0.6983471,0.72727275,0.6859504,0.6528926,0.677686,0.6818182,0.61570245,0.6487603,0.6528926,0.59917355,0.59090906,0.57438016,0.59504133,0.59504133,0.58677685,0.5289256,0.49586776,0.4876033,0.5,0.5247934,0.5661157,0.6570248,0.55785125,0.32231405,0.37603307,0.40082645,0.37190083,0.338843,0.3264463,0.36363637,0.3181818,0.38842976,0.45041323,0.45867768,0.5041322,0.55785125,0.5495868,0.5206612,0.5206612,0.5,0.44214877,0.45454547,0.41735536,0.4090909,0.46280992,0.5165289,0.53305787,0.5495868,0.59917355,0.55785125,0.41735536,0.4752066,0.5082645,0.49586776,0.49586776,0.4876033,0.5123967,0.45867768,0.4752066,0.42561984,0.5165289,0.60330576,0.6280992,0.6859504,0.677686,0.70247936,0.6570248,0.6322314,0.661157,0.6570248,0.62396693,0.6322314,0.661157,0.661157,0.677686,0.6652893,0.6859504,0.69008267,0.677686,0.6363636,0.59504133,0.5661157,0.55785125,0.55785125,0.61157024,0.6859504,0.5123967,0.2644628,0.58264464,0.677686,0.6322314,0.5413223,0.42975205,0.3140496,0.3140496,0.38016528,0.46280992,0.45041323,0.40082645,0.41322315,0.42561984,0.3966942,0.42975205,0.41322315,0.40495867,0.4090909,0.41322315,0.3966942,0.4090909,0.42975205,0.446281,0.47933885,0.54545456,0.49586776,0.49586776,0.4876033,0.5123967,0.5082645,0.5289256,0.5247934,0.5495868,0.4876033,0.46280992,0.41735536,0.5247934,0.61570245,0.6694215,0.75206614,0.7107438,0.6528926,0.59504133,0.58264464,0.607438,0.6363636,0.6404959,0.6570248,0.677686,0.6487603,0.7355372,0.75619835,0.75619835,0.77272725,0.78099173,0.7644628,0.7355372,0.7107438,0.6983471,0.6983471,0.6570248,0.72727275,0.37190083,0.5165289,0.8140496,0.8512397,0.7768595,0.73140496,0.6487603,0.4338843,0.3264463,0.39256197,0.5082645,0.5206612,0.43801653,0.42975205,0.45041323,0.46694216,0.4876033,0.48347107,0.48347107,0.5,0.5041322,0.47933885,0.47107437,0.47107437,0.46280992,0.47107437,0.48347107,0.4876033,0.5123967,0.49586776,0.4876033,0.49173555,0.49173555,0.5165289,0.54545456,0.5082645,0.4338843,0.42561984,0.5165289,0.607438,0.6694215,0.73966944,0.7107438,0.6280992,0.59504133,0.58264464,0.59917355,0.6322314,0.6652893,0.71900827,0.72727275,0.71900827,0.79752064,0.8016529,0.8016529,0.8140496,0.8305785,0.79752064,0.78099173,0.75619835,0.75206614,0.7231405,0.6652893,0.7066116,0.2231405,0.78512394,0.8181818,0.8347107,0.78099173,0.73966944,0.677686,0.46280992,0.338843,0.42561984,0.5413223,0.5371901,0.5371901,0.5206612,0.59090906,0.6487603,0.6446281,0.61570245,0.6322314,0.607438,0.60330576,0.59090906,0.56198347,0.5289256,0.5,0.48347107,0.46694216,0.45041323,0.4338843,0.4214876,0.42975205,0.446281,0.45867768,0.5082645,0.54545456,0.57024795,0.4876033,0.45867768,0.5082645,0.58677685,0.6528926,0.70247936,0.677686,0.6487603,0.6652893,0.6652893,0.6570248,0.6694215,0.6818182,0.7231405,0.74380165,0.75206614,0.78512394,0.7892562,0.80991733,0.8140496,0.8181818,0.8016529,0.79752064,0.7892562,0.77272725,0.677686,0.7066116,0.53305787,0.3140496,0.8512397,0.80991733,0.8347107,0.7892562,0.73966944,0.7066116,0.4214876,0.3264463,0.45867768,0.5495868,0.5206612,0.53305787,0.59090906,0.6694215,0.74380165,0.74380165,0.74380165,0.76033056,0.7355372,0.6983471,0.6818182,0.6446281,0.61157024,0.58264464,0.5371901,0.49173555,0.446281,0.41735536,0.38842976,0.4090909,0.43801653,0.4752066,0.5289256,0.5661157,0.62396693,0.49173555,0.5,0.5082645,0.5661157,0.62396693,0.6694215,0.69008267,0.7231405,0.74793386,0.7355372,0.71487606,0.71900827,0.71487606,0.7107438,0.73140496,0.7355372,0.7644628,0.75206614,0.8016529,0.79752064,0.8016529,0.80991733,0.8181818,0.8016529,0.73966944,0.6694215,0.74380165,0.3264463,0.6280992,0.8429752,0.80991733,0.838843,0.7768595,0.74793386,0.73966944,0.42561984,0.3181818,0.46694216,0.54545456,0.5247934,0.4876033,0.59504133,0.6652893,0.74380165,0.76859504,0.76033056,0.76859504,0.75619835,0.72727275,0.6859504,0.69008267,0.677686,0.6446281,0.6198347,0.5785124,0.5247934,0.4876033,0.46280992,0.46694216,0.47107437,0.49173555,0.5371901,0.55785125,0.60330576,0.49173555,0.57024795,0.49586776,0.55785125,0.59504133,0.6694215,0.71900827,0.74793386,0.77272725,0.76033056,0.74380165,0.76033056,0.74793386,0.70247936,0.72727275,0.71900827,0.74793386,0.7768595,0.8016529,0.79752064,0.80991733,0.8140496,0.8057851,0.77272725,0.6859504,0.7355372,0.59917355,0.4876033,0.8140496,0.8305785,0.80991733,0.8181818,0.75206614,0.7355372,0.75619835,0.58677685,0.338843,0.44214877,0.5495868,0.5371901,0.5,0.57438016,0.6446281,0.71900827,0.75206614,0.75206614,0.77272725,0.75206614,0.73140496,0.7231405,0.7107438,0.7066116,0.6694215,0.661157,0.6487603,0.62396693,0.58677685,0.55785125,0.5495868,0.5247934,0.5041322,0.5206612,0.5371901,0.553719,0.47933885,0.5661157,0.48347107,0.5495868,0.58677685,0.6818182,0.72727275,0.74380165,0.77272725,0.7768595,0.76859504,0.78512394,0.76859504,0.7231405,0.73140496,0.73140496,0.74793386,0.7644628,0.78099173,0.79752064,0.8057851,0.7892562,0.76859504,0.7231405,0.69008267,0.7107438,0.5247934,0.7644628,0.8264463,0.8140496,0.80991733,0.79752064,0.7355372,0.71900827,0.73966944,0.73140496,0.5041322,0.3181818,0.56198347,0.5495868,0.5165289,0.553719,0.6363636,0.6942149,0.71900827,0.75206614,0.77272725,0.7355372,0.73140496,0.6983471,0.6983471,0.70247936,0.6859504,0.6859504,0.6859504,0.6694215,0.6404959,0.6198347,0.6198347,0.59504133,0.553719,0.5206612,0.5413223,0.53305787,0.45454547,0.45867768,0.5041322,0.53305787,0.59090906,0.677686,0.71487606,0.74793386,0.78099173,0.76033056,0.7768595,0.8140496,0.78099173,0.75619835,0.73140496,0.75206614,0.74380165,0.75619835,0.7768595,0.78512394,0.7768595,0.76859504,0.72727275,0.6983471,0.71487606,0.53305787,0.6983471,0.822314,0.8057851,0.79752064,0.80991733,0.7933884,0.74793386,0.71487606,0.7107438,0.73966944,0.6942149,0.32231405,0.46694216,0.5785124,0.5371901,0.56198347,0.6363636,0.6942149,0.7107438,0.74380165,0.76033056,0.73966944,0.75619835,0.7066116,0.6983471,0.6694215,0.6942149,0.69008267,0.677686,0.6818182,0.661157,0.661157,0.661157,0.6487603,0.607438,0.56198347,0.553719,0.54545456,0.42561984,0.3677686,0.53305787,0.53305787,0.5785124,0.6652893,0.6942149,0.7355372,0.75619835,0.7644628,0.7768595,0.7892562,0.78099173,0.75619835,0.7355372,0.75619835,0.75206614,0.76859504,0.77272725,0.77272725,0.75206614,0.73140496,0.74380165,0.71900827,0.59504133,0.5413223,0.822314,0.8181818,0.8016529,0.8016529,0.80991733,0.78099173,0.7644628,0.7107438,0.6983471,0.71487606,0.7107438,0.5,0.3140496,0.5661157,0.5661157,0.5661157,0.6404959,0.6942149,0.6983471,0.7355372,0.7355372,0.74793386,0.75206614,0.6942149,0.6942149,0.6859504,0.6818182,0.6735537,0.677686,0.69008267,0.6735537,0.6818182,0.677686,0.6818182,0.6446281,0.59504133,0.5785124,0.55785125,0.40082645,0.4090909,0.5123967,0.5413223,0.59090906,0.6322314,0.69008267,0.7066116,0.74380165,0.7644628,0.74793386,0.76859504,0.76033056,0.73966944,0.75206614,0.77272725,0.78099173,0.77272725,0.76859504,0.7644628,0.7231405,0.76859504,0.8016529,0.6528926,0.44214877,0.7107438,0.8305785,0.8347107,0.8057851,0.8305785,0.8429752,0.8016529,0.76033056,0.7231405,0.6818182,0.6859504,0.71900827,0.59504133,0.30578512,0.44214877,0.5785124,0.58264464,0.6487603,0.6818182,0.6942149,0.72727275,0.71487606,0.73140496,0.7231405,0.6818182,0.6818182,0.6735537,0.6652893,0.6570248,0.6818182,0.6983471,0.6818182,0.69008267,0.6818182,0.6983471,0.6570248,0.62396693,0.58677685,0.5289256,0.37603307,0.43801653,0.5041322,0.553719,0.59090906,0.6198347,0.6735537,0.69008267,0.7231405,0.74380165,0.7355372,0.7355372,0.75619835,0.77272725,0.76859504,0.7768595,0.7768595,0.77272725,0.7644628,0.77272725,0.7768595,0.7933884,0.71487606,0.46280992,0.5785124,0.73140496,0.7892562,0.8347107,0.8140496,0.8636364,0.88429755,0.8512397,0.73966944,0.7355372,0.71487606,0.6983471,0.6983471,0.6487603,0.42975205,0.35123968,0.5165289,0.61570245,0.6487603,0.677686,0.6818182,0.73966944,0.71487606,0.7231405,0.72727275,0.70247936,0.677686,0.661157,0.6652893,0.6528926,0.677686,0.6859504,0.69008267,0.6818182,0.6818182,0.6859504,0.6570248,0.607438,0.59090906,0.48347107,0.37603307,0.53305787,0.4338843,0.6859504,0.58264464,0.6280992,0.6652893,0.6818182,0.71487606,0.73140496,0.7355372,0.76033056,0.78099173,0.7892562,0.7768595,0.77272725,0.76033056,0.7768595,0.76859504,0.7892562,0.7768595,0.6735537,0.49586776,0.56198347,0.73966944,0.6735537,0.6983471,0.77272725,0.77272725,0.8181818,0.8347107,0.8181818,0.75619835,0.73140496,0.74380165,0.6983471,0.6983471,0.6859504,0.59504133,0.42561984,0.39256197,0.59090906,0.6859504,0.6942149,0.677686,0.71900827,0.72727275,0.7231405,0.7231405,0.7066116,0.677686,0.6694215,0.6735537,0.661157,0.6570248,0.6446281,0.6487603,0.6446281,0.6528926,0.6735537,0.6280992,0.58677685,0.55785125,0.4214876,0.4090909,0.5165289,0.48347107,0.55785125,0.5123967,0.56198347,0.6694215,0.6570248,0.71487606,0.7355372,0.7355372,0.77272725,0.77272725,0.7892562,0.77272725,0.76033056,0.77272725,0.78099173,0.76033056,0.7066116,0.607438,0.53305787,0.59504133,0.7231405,0.73966944,0.6446281,0.6446281,0.7107438,0.71487606,0.7107438,0.73140496,0.7107438,0.661157,0.6280992,0.60330576,0.6198347,0.6694215,0.6942149,0.6818182,0.61157024,0.38429752,0.4338843,0.6859504,0.74380165,0.677686,0.71900827,0.71487606,0.71900827,0.71487606,0.7066116,0.6859504,0.69008267,0.70247936,0.677686,0.6652893,0.6363636,0.6280992,0.6363636,0.6487603,0.6446281,0.58677685,0.57438016,0.49586776,0.40495867,0.4338843,0.48347107,0.5,0.5661157,0.56198347,0.57024795,0.55785125,0.5661157,0.60330576,0.6570248,0.6942149,0.73966944,0.73966944,0.78099173,0.76859504,0.75206614,0.75619835,0.6694215,0.59090906,0.58264464,0.59504133,0.661157,0.6694215,0.69008267,0.6694215,0.58677685,0.6363636,0.677686,0.6818182,0.6404959,0.6404959,0.6322314,0.5661157,0.5495868,0.5206612,0.5413223,0.60330576,0.6652893,0.6735537,0.6859504,0.56198347,0.28099173,0.4876033,0.71487606,0.73140496,0.7107438,0.7107438,0.70247936,0.71900827,0.71900827,0.70247936,0.7066116,0.6983471,0.6818182,0.6735537,0.6735537,0.6322314,0.6404959,0.6404959,0.57438016,0.5495868,0.55785125,0.43801653,0.45454547,0.44214877,0.40082645,0.5165289,0.5413223,0.59090906,0.6528926,0.6528926,0.62396693,0.60330576,0.59504133,0.61157024,0.6280992,0.6322314,0.6322314,0.57438016,0.55785125,0.55785125,0.58264464,0.6487603,0.6570248,0.6528926,0.60330576,0.5413223,0.57438016,0.5247934,0.35950413,0.5082645,0.6694215,0.58264464,0.5371901,0.5495868,0.5495868,0.5165289,0.5041322,0.49173555,0.47107437,0.5,0.57024795,0.5785124,0.6446281,0.6570248,0.42975205,0.2603306,0.5206612,0.6859504,0.71900827,0.6942149,0.69008267,0.69008267,0.70247936,0.70247936,0.6942149,0.677686,0.677686,0.6983471,0.6694215,0.6528926,0.6652893,0.6363636,0.57024795,0.6280992,0.5247934,0.45454547,0.49586776,0.446281,0.3429752,0.53305787,0.5413223,0.5785124,0.6322314,0.6942149,0.69008267,0.6942149,0.69008267,0.6694215,0.6694215,0.6570248,0.6404959,0.60330576,0.6735537,0.6859504,0.6652893,0.61157024,0.54545456,0.4752066,0.45041323,0.45454547,0.4752066,0.38842976,0.21900827,0.14049587,0.57024795,0.5,0.4214876,0.4338843,0.43801653,0.45454547,0.46280992,0.41322315,0.32231405,0.29752067,0.3966942,0.4214876,0.5247934,0.5785124,0.46280992,0.20247933,0.38429752,0.4876033,0.607438,0.6735537,0.69008267,0.6859504,0.6735537,0.6652893,0.6859504,0.6735537,0.6983471,0.6983471,0.6818182,0.6570248,0.6528926,0.6198347,0.57438016,0.5495868,0.49586776,0.5,0.48347107,0.4338843,0.3677686,0.5413223,0.5413223,0.56198347,0.6404959,0.6818182,0.69008267,0.71487606,0.70247936,0.7231405,0.7355372,0.7231405,0.6694215,0.57024795,0.5123967,0.45867768,0.41322315,0.38429752,0.36363637,0.38429752,0.49586776,0.60330576,0.45867768,0.3305785,0.1983471,0.12809917,0.21487603,0.3966942,0.3553719,0.32231405,0.33471075,0.40082645,0.37603307,0.24380165,0.1322314,0.11983471,0.14049587,0.2520661,0.37603307,0.46694216,0.3553719,0.20661157,0.34710744,0.41322315,0.42561984,0.46280992,0.5413223,0.61157024,0.61157024,0.62396693,0.6570248,0.6528926,0.6446281,0.6198347,0.61157024,0.58677685,0.54545456,0.5082645,0.5206612,0.5495868,0.5289256,0.5,0.46280992,0.41735536,0.41322315,0.55785125,0.5289256,0.5785124,0.6404959,0.6735537,0.6859504,0.7066116,0.6735537,0.677686,0.6363636,0.6404959,0.57024795,0.5041322,0.42561984,0.40495867,0.4338843,0.45454547,0.4876033,0.5661157,0.6818182,0.76859504,0.5413223,0.3305785,0.22727273,0.21487603,0.2603306,0.3264463,0.36363637,0.29752067,0.30578512,0.3553719,0.27272728,0.20661157,0.1694215,0.1322314,0.1446281,0.1570248,0.29338843,0.3429752,0.21487603,0.30991736,0.43801653,0.38016528,0.37190083,0.37603307,0.38429752,0.3966942,0.41735536,0.45454547,0.5,0.53305787,0.5413223,0.5371901,0.5413223,0.5413223,0.54545456,0.59917355,0.59917355,0.55785125,0.53305787,0.4752066,0.46280992,0.41322315,0.47107437,0.5289256,0.5371901,0.57024795,0.6363636,0.6446281,0.6487603,0.6446281,0.61157024,0.5785124,0.57024795,0.6446281,0.6363636,0.6446281,0.6363636,0.6570248,0.69008267,0.7107438,0.6983471,0.72727275,0.76033056,0.79752064,0.6859504,0.49586776,0.37603307,0.338843,0.34710744,0.36363637,0.40495867,0.3264463,0.2892562,0.24793388,0.20661157,0.27272728,0.24380165,0.21900827,0.21487603,0.20661157,0.24380165,0.1983471,0.20661157,0.446281,0.6363636,0.5371901,0.4338843,0.3553719,0.3305785,0.3553719,0.37603307,0.43801653,0.5,0.5371901,0.5495868,0.57438016,0.61157024,0.6363636,0.62396693,0.6280992,0.59917355,0.57438016,0.5413223,0.47933885,0.446281,0.4214876,0.46694216,0.5123967,0.5371901,0.54545456,0.59917355,0.59917355,0.60330576,0.57438016,0.56198347,0.59090906,0.6652893,0.7355372,0.75206614,0.7644628,0.76859504,0.7768595,0.77272725,0.76859504,0.7107438,0.75619835,0.78512394,0.79752064,0.76859504,0.6528926,0.5495868,0.4338843,0.35950413,0.33471075,0.36363637,0.27272728,0.21487603,0.23140496,0.19421488,0.2768595,0.2644628,0.28512397,0.29338843,0.29752067,0.3264463,0.34710744,0.38429752,0.59504133,0.73966944,0.71487606,0.6570248,0.57024795,0.5289256,0.46280992,0.43801653,0.4214876,0.4338843,0.47107437,0.49586776,0.5247934,0.55785125,0.5495868,0.59504133,0.62396693,0.59917355,0.59090906,0.5165289,0.47107437,0.44214877,0.41735536,0.4090909,0.49586776,0.49173555,0.5206612,0.553719,0.553719,0.5785124,0.5785124,0.6198347,0.70247936,0.76033056,0.78099173,0.77272725,0.77272725,0.78099173,0.7892562,0.7768595,0.75619835,0.7644628,0.74380165,0.7933884,0.76859504,0.6942149,0.60330576,0.56198347,0.46280992,0.4338843,0.38016528,0.34710744,0.2520661,0.16528925,0.23553719,0.28099173,0.2768595,0.2768595,0.338843,0.4090909,0.446281,0.5247934,0.57438016,0.59504133,0.7107438,0.76033056,0.75206614,0.76859504,0.7355372,0.7231405,0.677686,0.6446281,0.59504133,0.5495868,0.5165289,0.5,0.49173555,0.4876033,0.45867768,0.5041322,0.553719,0.553719,0.57024795,0.5123967,0.46694216,0.44214877,0.4090909,0.38429752,0.5123967,0.44214877,0.5371901,0.5289256,0.58264464,0.61157024,0.6570248,0.677686,0.73140496,0.7644628,0.77272725,0.7644628,0.76033056,0.76859504,0.7768595,0.75619835,0.75206614,0.70247936,0.6859504,0.677686,0.6942149,0.553719,0.5206612,0.5206612,0.45867768,0.49173555,0.4752066,0.42975205,0.2644628,0.20661157,0.23966943,0.38016528,0.4338843,0.36363637,0.40082645,0.45867768,0.48347107,0.57438016,0.6652893,0.6735537,0.7107438,0.76033056,0.75619835,0.76033056,0.7644628,0.75619835,0.7355372,0.71487606,0.6983471,0.6818182,0.6446281,0.59090906,0.5247934,0.49173555,0.42975205,0.45454547,0.46694216,0.47933885,0.5123967,0.48347107,0.446281,0.446281,0.4214876,0.40082645,0.47107437,0.42561984,0.5165289,0.5495868,0.6363636,0.6487603,0.69008267,0.6818182,0.72727275,0.76033056,0.76033056,0.75619835,0.7644628,0.75619835,0.75619835,0.72727275,0.70247936,0.61570245,0.60330576,0.6487603,0.5247934,0.46280992,0.5123967,0.45867768,0.446281,0.49173555,0.49586776,0.4090909,0.36363637,0.33471075,0.3966942,0.49173555,0.47933885,0.446281,0.5,0.45867768,0.45454547,0.5289256,0.59917355,0.58264464,0.6322314,0.71487606,0.69008267,0.71487606,0.75619835,0.75206614,0.73140496,0.7066116,0.6983471,0.6942149,0.6818182,0.6735537,0.59917355,0.553719,0.46694216,0.4752066,0.446281,0.4338843,0.45041323,0.446281,0.42975205,0.42561984,0.43801653,0.40082645,0.43801653,0.3966942,0.4752066,0.58677685,0.6363636,0.6735537,0.677686,0.6694215,0.71487606,0.75206614,0.74380165,0.75206614,0.76033056,0.75206614,0.6983471,0.677686,0.59917355,0.5206612,0.5661157,0.5413223,0.41735536,0.4338843,0.49586776,0.42975205,0.45041323,0.40495867,0.43801653,0.38842976,0.47107437,0.42561984,0.446281,0.5247934,0.5,0.4876033,0.5289256,0.4752066,0.40495867,0.47107437,0.53305787,0.5041322,0.47933885,0.61570245,0.59090906,0.6487603,0.69008267,0.74793386,0.73140496,0.7066116,0.6942149,0.6942149,0.677686,0.661157,0.6487603,0.58677685,0.5495868,0.5123967,0.45867768,0.42561984,0.41735536,0.40495867,0.40082645,0.41735536,0.4214876,0.41322315,0.42975205,0.41322315,0.47107437,0.54545456,0.62396693,0.661157,0.661157,0.6652893,0.6859504,0.71900827,0.72727275,0.74793386,0.78512394,0.6735537,0.59090906,0.59090906,0.5,0.4876033,0.5371901,0.47107437,0.43801653,0.45867768,0.46694216,0.45867768,0.47933885,0.30165288,0.45867768,0.42561984,0.5247934,0.45867768,0.446281,0.49173555,0.53305787,0.446281,0.5041322,0.45454547,0.37190083,0.42975205,0.48347107,0.48347107,0.38842976,0.5041322,0.5371901,0.5661157,0.59090906,0.70247936,0.72727275,0.7107438,0.6859504,0.6735537,0.6818182,0.661157,0.6404959,0.57024795,0.59917355,0.56198347,0.49173555,0.44214877,0.3966942,0.38429752,0.38016528,0.38429752,0.37603307,0.4338843,0.41322315,0.45454547,0.45454547,0.5123967,0.58264464,0.58264464,0.59504133,0.61157024,0.6735537,0.6818182,0.7231405,0.77272725,0.7644628,0.53305787,0.57024795,0.5371901,0.47107437,0.5,0.5,0.45867768,0.446281,0.4338843,0.49173555,0.47107437,0.45454547,0.2892562,0.45454547,0.5247934,0.58264464,0.5247934,0.4752066,0.45867768,0.4090909,0.4214876,0.5082645,0.4338843,0.42975205,0.37190083,0.43801653,0.47107437,0.37603307,0.44214877,0.4752066,0.47933885,0.5289256,0.6487603,0.6942149,0.7066116,0.69008267,0.661157,0.6859504,0.6528926,0.6363636,0.59504133,0.59090906,0.59504133,0.5206612,0.45867768,0.39256197,0.37190083,0.3677686,0.3553719,0.35950413,0.35950413,0.4214876,0.40495867,0.48347107,0.5165289,0.5123967,0.5206612,0.5206612,0.59090906,0.6694215,0.6735537,0.72727275,0.7892562,0.6694215,0.4338843,0.57438016,0.4752066,0.45867768,0.47107437,0.42975205,0.4214876,0.38842976,0.4090909,0.42561984,0.45454547,0.4090909,0.338843,0.45041323,0.553719,0.6363636,0.61157024,0.5206612,0.40082645,0.36363637,0.446281,0.5247934,0.4090909,0.42975205,0.35123968,0.3966942,0.44214877,0.38842976,0.41735536,0.43801653,0.42561984,0.46280992,0.55785125,0.6322314,0.6735537,0.6694215,0.6487603,0.661157,0.6404959,0.6322314,0.59090906,0.5661157,0.58677685,0.553719,0.46280992,0.40082645,0.3429752,0.3181818,0.3305785,0.30165288,0.28512397,0.36363637,0.39256197,0.4752066,0.5247934,0.47933885,0.4876033,0.5041322,0.59090906,0.6528926,0.6528926,0.72727275,0.75619835,0.59504133,0.4752066,0.49586776,0.41735536,0.36363637,0.35950413,0.3140496,0.30578512,0.30991736,0.3429752,0.34710744,0.37603307,0.38016528,0.3553719,0.37190083,0.4090909,0.46694216,0.4876033,0.43801653,0.36363637,0.35950413,0.3264463,0.37603307,0.36363637,0.37603307,0.3677686,0.37190083,0.38429752,0.40082645,0.34710744,0.41735536,0.42975205,0.4214876,0.45041323,0.5661157,0.661157,0.6487603,0.6280992,0.62396693,0.6198347,0.61157024,0.553719,0.5165289,0.56198347,0.5165289,0.44214877,0.40082645,0.37603307,0.27272728,0.29752067,0.3181818,0.24380165,0.338843,0.40495867,0.446281,0.5165289,0.47933885,0.45041323,0.46280992,0.59504133,0.61570245,0.6487603,0.73140496,0.7066116,0.5413223,0.46280992,0.4214876,0.3553719,0.25619835,0.2644628,0.25619835,0.24380165,0.28512397,0.42975205,0.42561984,0.446281,0.45454547,0.42975205,0.42561984,0.41735536,0.42975205,0.4090909,0.38842976,0.39256197,0.39256197,0.338843,0.2768595,0.26859504,0.25619835,0.2768595,0.29338843,0.29338843,0.32231405,0.25619835,0.3429752,0.37190083,0.4090909,0.38016528,0.5123967,0.61570245,0.6570248,0.6363636,0.59917355,0.58264464,0.59090906,0.5289256,0.5,0.53305787,0.4876033,0.49586776,0.3305785,0.38429752,0.27272728,0.26859504,0.34710744,0.20661157,0.3305785,0.38016528,0.446281,0.5289256,0.45454547,0.39256197,0.40082645,0.59504133,0.56198347,0.6280992,0.7107438,0.6446281,0.5041322,0.43801653,0.38016528,0.26859504,0.29752067,0.46694216,0.48347107,0.46694216,0.5247934,0.6446281,0.6528926,0.6818182,0.7107438,0.6983471,0.6735537,0.661157,0.6652893,0.60330576,0.61570245,0.6198347,0.60330576,0.5413223,0.53305787,0.5123967,0.4338843,0.36363637,0.28099173,0.21900827,0.20661157,0.19008264,0.22727273,0.30165288,0.38842976,0.38016528,0.41322315,0.5082645,0.6198347,0.6487603,0.59917355,0.553719,0.56198347,0.5289256,0.4752066,0.5041322,0.5,0.4752066,0.338843,0.3429752,0.29338843,0.27272728,0.3181818,0.19421488,0.3181818,0.37603307,0.43801653,0.4090909,0.4338843,0.3677686,0.4090909,0.5413223,0.5247934,0.59917355,0.6446281,0.58677685,0.5289256,0.446281,0.3181818,0.37190083,0.5661157,0.6735537,0.6694215,0.6859504,0.6859504,0.6818182,0.677686,0.7066116,0.7355372,0.73966944,0.6983471,0.69008267,0.7107438,0.6859504,0.6983471,0.6942149,0.6735537,0.60330576,0.61570245,0.59917355,0.55785125,0.5,0.43801653,0.3553719,0.32231405,0.2644628,0.20247933,0.23553719,0.3264463,0.3553719,0.41735536,0.4752066,0.58677685,0.6322314,0.59090906,0.5247934,0.5206612,0.54545456,0.41735536,0.42561984,0.5082645,0.43801653,0.3677686,0.3181818,0.30578512,0.29338843,0.29752067,0.20247933,0.3181818,0.38429752,0.41735536,0.35123968,0.41735536,0.38016528,0.4338843,0.46280992,0.47933885,0.58677685,0.607438,0.5495868,0.5206612,0.4338843,0.3677686,0.5661157,0.6446281,0.7231405,0.7231405,0.7231405,0.69008267,0.6942149,0.6983471,0.6983471,0.7107438,0.71900827,0.6942149,0.6942149,0.71900827,0.7066116,0.677686,0.6818182,0.69008267,0.6487603,0.61570245,0.607438,0.59504133,0.60330576,0.61157024,0.58677685,0.5413223,0.4752066,0.39256197,0.28512397,0.29338843,0.3181818,0.42975205,0.47107437,0.53305787,0.62396693,0.56198347,0.49173555,0.47933885,0.5413223,0.35123968,0.40495867,0.45867768,0.4214876,0.38429752,0.28512397,0.2892562,0.30578512,0.32231405,0.21900827,0.25619835,0.37603307,0.38016528,0.33471075,0.3966942,0.40495867,0.42561984,0.43801653,0.40082645,0.5123967,0.59090906,0.54545456,0.5123967,0.35950413,0.45454547,0.6322314,0.7066116,0.72727275,0.73966944,0.75206614,0.6942149,0.6818182,0.6694215,0.6859504,0.661157,0.6404959,0.6322314,0.661157,0.6859504,0.6487603,0.661157,0.661157,0.6528926,0.6280992,0.607438,0.6198347,0.607438,0.607438,0.59504133,0.5785124,0.59504133,0.607438,0.57024795,0.4752066,0.3677686,0.39256197,0.43801653,0.46280992,0.5206612,0.57438016,0.553719,0.47933885,0.44214877,0.5041322,0.338843,0.3966942,0.42561984,0.42975205,0.38842976,0.29338843,0.30165288,0.3140496,0.3553719,0.19008264,0.1694215,0.37603307,0.38016528,0.3181818,0.38842976,0.38842976,0.4338843,0.41322315,0.38016528,0.49586776,0.5247934,0.5123967,0.5206612,0.28099173,0.49173555,0.6363636,0.70247936,0.71900827,0.71487606,0.7231405,0.69008267,0.6570248,0.6363636,0.607438,0.57024795,0.5165289,0.4752066,0.49586776,0.5082645,0.47933885,0.49586776,0.4876033,0.5123967,0.5413223,0.54545456,0.56198347,0.5661157,0.57438016,0.58677685,0.61157024,0.58677685,0.661157,0.59917355,0.57438016,0.5123967,0.47933885,0.45454547,0.5082645,0.5165289,0.5661157,0.57024795,0.47107437,0.40082645,0.4214876,0.338843,0.38016528,0.40495867,0.38842976,0.36363637,0.3181818,0.3181818,0.30165288,0.34710744,0.1570248,0.1446281,0.29338843,0.40082645,0.32231405,0.3677686,0.38842976,0.42561984,0.3677686,0.38842976,0.4214876,0.47107437,0.47933885,0.4752066,0.3429752,0.45454547,0.6528926,0.6818182,0.70247936,0.6818182,0.6818182,0.6528926,0.6280992,0.61157024,0.5289256,0.53305787,0.49173555,0.46280992,0.46694216,0.53305787,0.45041323,0.4876033,0.44214877,0.46280992,0.49173555,0.5041322,0.5165289,0.5413223,0.5661157,0.58264464,0.6446281,0.60330576,0.61570245,0.60330576,0.58677685,0.58264464,0.53305787,0.46694216,0.5123967,0.5371901,0.54545456,0.5413223,0.45454547,0.37603307,0.36363637,0.29752067,0.3677686,0.3677686,0.39256197,0.35950413,0.30991736,0.29752067,0.25619835,0.29338843,0.15289256,0.1322314,0.21487603,0.35950413,0.33471075,0.36363637,0.3966942,0.4090909,0.37603307,0.41322315,0.35950413,0.45041323,0.5289256,0.46280992,0.38016528,0.5,0.6652893,0.6818182,0.677686,0.6818182,0.6652893,0.6404959,0.58677685,0.5785124,0.5041322,0.48347107,0.49173555,0.4338843,0.4090909,0.5413223,0.40495867,0.4752066,0.46280992,0.43801653,0.5082645,0.4876033,0.5123967,0.5041322,0.553719,0.5785124,0.6363636,0.61157024,0.5785124,0.607438,0.57024795,0.57438016,0.5413223,0.46694216,0.4752066,0.49586776,0.5082645,0.49586776,0.4338843,0.37190083,0.34710744,0.2768595,0.35123968,0.3553719,0.35123968,0.3264463,0.29752067,0.23553719,0.2603306,0.30578512,0.15289256,0.16528925,0.17355372,0.2768595,0.30991736,0.35123968,0.38842976,0.3966942,0.3677686,0.39256197,0.36363637,0.4214876,0.55785125,0.37190083,0.38429752,0.5371901,0.6487603,0.6652893,0.661157,0.6694215,0.661157,0.661157,0.56198347,0.59504133,0.5247934,0.46280992,0.48347107,0.4090909,0.3966942,0.5082645,0.42975205,0.4090909,0.47107437,0.5123967,0.5165289,0.47933885,0.5206612,0.5123967,0.5661157,0.5785124,0.57438016,0.59504133,0.5785124,0.56198347,0.56198347,0.5661157,0.55785125,0.43801653,0.40495867,0.46694216,0.5041322,0.4214876,0.42975205,0.38429752,0.34710744,0.29338843,0.3264463,0.33471075,0.29752067,0.2892562,0.2603306,0.18181819,0.2644628,0.2644628,0.1570248,0.1446281,0.15289256,0.23966943,0.2644628,0.32231405,0.37603307,0.38016528,0.37190083,0.37190083,0.35950413,0.38842976,0.45867768,0.29338843,0.34710744,0.47933885,0.5785124,0.61157024,0.6363636,0.6404959,0.6363636,0.6404959,0.6198347,0.60330576,0.57024795,0.5041322,0.5165289,0.48347107,0.42975205,0.5206612,0.45041323,0.5247934,0.5371901,0.53305787,0.553719,0.48347107,0.5413223,0.5413223,0.57024795,0.59090906,0.57024795,0.59090906,0.59090906,0.57438016,0.5371901,0.53305787,0.53305787,0.44214877,0.338843,0.40495867,0.45454547,0.34710744,0.38429752,0.3264463,0.338843,0.30578512,0.29338843,0.3264463,0.26859504,0.29752067,0.23966943,0.1694215,0.2768595,0.23140496,0.1570248,0.15289256,0.16528925,0.20247933,0.22727273,0.29338843,0.35123968,0.35123968,0.36363637,0.34710744,0.39256197,0.3305785,0.29752067,0.3181818,0.338843,0.446281,0.5041322,0.57438016,0.607438,0.59917355,0.6322314,0.62396693,0.6404959,0.6570248,0.6528926,0.58264464,0.60330576,0.55785125,0.5123967,0.56198347,0.5123967,0.59917355,0.54545456,0.60330576,0.59090906,0.607438,0.55785125,0.54545456,0.57024795,0.607438,0.59917355,0.59090906,0.553719,0.53305787,0.57438016,0.47933885,0.46694216,0.46280992,0.29338843,0.3429752,0.38842976,0.29752067,0.28099173,0.29338843,0.338843,0.3181818,0.29338843,0.29338843,0.26859504,0.2768595,0.2231405,0.19421488,0.25619835,0.16115703,0.1570248,0.1446281,0.1570248,0.18181819,0.2231405,0.28512397,0.34710744,0.3553719,0.3305785,0.3264463,0.3553719,0.30578512,0.30991736,0.28512397,0.3264463,0.3966942,0.46694216,0.553719,0.58264464,0.55785125,0.6280992,0.6570248,0.6404959,0.70247936,0.72727275,0.6528926,0.6280992,0.59090906,0.5413223,0.56198347,0.53305787,0.59917355,0.6487603,0.661157,0.60330576,0.6570248,0.6528926,0.58677685,0.58677685,0.58677685,0.58264464,0.55785125,0.49173555,0.5123967,0.446281,0.5165289,0.37603307,0.43801653,0.30165288,0.28512397,0.30991736,0.26859504,0.24793388,0.29338843,0.30578512,0.30165288,0.30165288,0.3140496,0.26859504,0.23553719,0.2520661,0.20247933,0.19008264,0.10330579,0.1570248,0.1570248,0.15289256,0.1694215,0.21900827,0.2768595,0.34710744,0.35123968,0.28512397,0.30991736,0.28512397,0.26859504,0.2644628,0.24380165,0.30578512,0.37603307,0.45454547,0.5123967,0.5495868,0.54545456,0.6363636,0.70247936,0.6322314,0.6404959,0.6735537,0.6322314,0.607438,0.607438,0.56198347,0.55785125,0.5165289,0.59504133,0.6818182,0.70247936,0.62396693,0.6322314,0.60330576,0.661157,0.6404959,0.56198347,0.53305787,0.5165289,0.446281,0.44214877,0.46280992,0.45454547,0.32231405,0.37190083,0.24793388,0.23966943,0.29338843,0.2520661,0.25619835,0.27272728,0.2603306,0.28512397,0.34710744,0.30991736,0.20247933,0.23140496,0.23553719,0.17768595,0.12809917,0.08677686,0.15289256,0.16115703,0.1570248,0.16528925,0.21487603,0.2644628,0.28099173,0.30578512,0.28099173,0.2892562,0.27272728,0.2231405,0.2768595,0.25619835,0.2644628,0.338843,0.38429752,0.3966942,0.48347107,0.56198347,0.5785124,0.62396693,0.56198347,0.58677685,0.6198347,0.61157024,0.59090906,0.6280992,0.57438016,0.5206612,0.5165289,0.62396693,0.6570248,0.6859504,0.6570248,0.6404959,0.5661157,0.59090906,0.6363636,0.58264464,0.5082645,0.47107437,0.4090909,0.37603307,0.40082645,0.338843,0.38016528,0.3264463,0.26859504,0.21900827,0.28512397,0.22727273,0.2768595,0.2644628,0.24793388,0.30165288,0.28099173,0.26859504,0.21487603,0.25619835,0.1983471,0.16115703,0.08264463,0.08677686,13 +0.44214877,0.6280992,0.59090906,0.59504133,0.6528926,0.70247936,0.7355372,0.76859504,0.79752064,0.8016529,0.80991733,0.7933884,0.8057851,0.79752064,0.77272725,0.8016529,0.80991733,0.8181818,0.822314,0.8264463,0.8264463,0.8264463,0.8305785,0.8305785,0.838843,0.8305785,0.8305785,0.8305785,0.838843,0.8429752,0.838843,0.838843,0.8347107,0.8347107,0.8347107,0.8264463,0.8264463,0.8347107,0.8181818,0.822314,0.8181818,0.80991733,0.7892562,0.78512394,0.76859504,0.74793386,0.72727275,0.71487606,0.71487606,0.6735537,0.6652893,0.6735537,0.6652893,0.6570248,0.6570248,0.6528926,0.6446281,0.6280992,0.607438,0.57438016,0.55785125,0.5,0.46280992,0.45041323,0.49586776,0.6570248,0.57438016,0.59090906,0.6446281,0.70247936,0.74793386,0.77272725,0.79752064,0.8057851,0.8057851,0.7933884,0.79752064,0.8016529,0.8016529,0.822314,0.8264463,0.838843,0.8347107,0.8305785,0.8347107,0.8347107,0.8347107,0.8429752,0.8429752,0.8305785,0.8347107,0.8305785,0.838843,0.8429752,0.8347107,0.8347107,0.8429752,0.8429752,0.8429752,0.8264463,0.8305785,0.8347107,0.822314,0.8305785,0.8305785,0.822314,0.8057851,0.8016529,0.7892562,0.7768595,0.74793386,0.74380165,0.72727275,0.6983471,0.6528926,0.6652893,0.6404959,0.661157,0.661157,0.661157,0.6487603,0.6322314,0.61570245,0.58264464,0.553719,0.54545456,0.45867768,0.43801653,0.5495868,0.607438,0.57024795,0.60330576,0.6363636,0.7066116,0.76033056,0.76859504,0.8016529,0.8140496,0.7892562,0.7933884,0.8016529,0.8140496,0.822314,0.8305785,0.838843,0.8429752,0.8471074,0.838843,0.8512397,0.8471074,0.8471074,0.8471074,0.8512397,0.8429752,0.8347107,0.8347107,0.838843,0.8429752,0.8264463,0.8305785,0.838843,0.8429752,0.8512397,0.8305785,0.8471074,0.838843,0.8305785,0.838843,0.838843,0.8305785,0.8181818,0.8181818,0.8016529,0.78512394,0.7644628,0.77272725,0.7355372,0.7066116,0.6942149,0.6735537,0.6363636,0.6528926,0.6528926,0.6528926,0.6487603,0.6363636,0.6198347,0.59090906,0.5661157,0.553719,0.47107437,0.43801653,0.49173555,0.55785125,0.57024795,0.61570245,0.6652893,0.7066116,0.75619835,0.76859504,0.8140496,0.7933884,0.7933884,0.8016529,0.80991733,0.822314,0.8264463,0.8305785,0.838843,0.8429752,0.8429752,0.8471074,0.8553719,0.8512397,0.8595041,0.8553719,0.8595041,0.8595041,0.8471074,0.8429752,0.8512397,0.8512397,0.8305785,0.8305785,0.8429752,0.8512397,0.8595041,0.8471074,0.8471074,0.8512397,0.8471074,0.8471074,0.8471074,0.8429752,0.8264463,0.8264463,0.80991733,0.78099173,0.77272725,0.7644628,0.73966944,0.7107438,0.71487606,0.7066116,0.6652893,0.6570248,0.6570248,0.6528926,0.6487603,0.6363636,0.61570245,0.58264464,0.5661157,0.55785125,0.47107437,0.4338843,0.446281,0.5371901,0.57024795,0.6198347,0.6735537,0.71900827,0.7644628,0.75619835,0.80991733,0.7892562,0.79752064,0.8057851,0.79752064,0.8181818,0.822314,0.8305785,0.838843,0.8471074,0.8347107,0.8512397,0.8512397,0.8553719,0.8636364,0.8512397,0.8636364,0.8677686,0.8636364,0.8512397,0.8553719,0.8595041,0.8429752,0.838843,0.8553719,0.8512397,0.8677686,0.8677686,0.8595041,0.8553719,0.8595041,0.8595041,0.8512397,0.8512397,0.8347107,0.8140496,0.8140496,0.7933884,0.77272725,0.74793386,0.73140496,0.7107438,0.69008267,0.70247936,0.69008267,0.6735537,0.6528926,0.6487603,0.6446281,0.6198347,0.607438,0.58264464,0.55785125,0.553719,0.48347107,0.446281,0.446281,0.53305787,0.5661157,0.607438,0.6694215,0.7066116,0.7644628,0.75619835,0.8016529,0.79752064,0.76859504,0.7768595,0.78512394,0.8140496,0.822314,0.8305785,0.8347107,0.8429752,0.8347107,0.838843,0.8429752,0.8471074,0.8677686,0.8471074,0.8677686,0.8636364,0.8636364,0.8512397,0.8553719,0.8719008,0.8553719,0.8512397,0.8553719,0.8471074,0.8677686,0.8677686,0.8719008,0.8636364,0.8636364,0.8553719,0.8512397,0.838843,0.8140496,0.7892562,0.8016529,0.8057851,0.77272725,0.73966944,0.7355372,0.6983471,0.661157,0.6694215,0.6570248,0.6487603,0.6446281,0.6487603,0.6363636,0.61157024,0.60330576,0.59504133,0.57024795,0.54545456,0.49586776,0.45454547,0.45454547,0.5371901,0.56198347,0.60330576,0.661157,0.7107438,0.74793386,0.78512394,0.78512394,0.75619835,0.73966944,0.7644628,0.7892562,0.8016529,0.79752064,0.8057851,0.8057851,0.8181818,0.8016529,0.78099173,0.8140496,0.8305785,0.8471074,0.8553719,0.8595041,0.8553719,0.8553719,0.8471074,0.8553719,0.8719008,0.8636364,0.8595041,0.8553719,0.8347107,0.8595041,0.8719008,0.8719008,0.8595041,0.8636364,0.8471074,0.8305785,0.7933884,0.74793386,0.74793386,0.75619835,0.76859504,0.74793386,0.74380165,0.71900827,0.6942149,0.6735537,0.661157,0.661157,0.62396693,0.60330576,0.62396693,0.6280992,0.59917355,0.58677685,0.59090906,0.5785124,0.53305787,0.5082645,0.45041323,0.44214877,0.5495868,0.57024795,0.59917355,0.6570248,0.6983471,0.7355372,0.77272725,0.71900827,0.7066116,0.73140496,0.75619835,0.77272725,0.77272725,0.75619835,0.7355372,0.7107438,0.71487606,0.69008267,0.70247936,0.71900827,0.77272725,0.7933884,0.8264463,0.8429752,0.8429752,0.8471074,0.838843,0.8471074,0.8553719,0.8595041,0.8677686,0.8471074,0.8181818,0.8471074,0.8677686,0.8636364,0.8553719,0.8512397,0.8264463,0.7768595,0.73140496,0.6652893,0.6280992,0.6198347,0.6280992,0.661157,0.69008267,0.6735537,0.661157,0.661157,0.6570248,0.6446281,0.62396693,0.6198347,0.60330576,0.60330576,0.60330576,0.5661157,0.56198347,0.5785124,0.5289256,0.5082645,0.45041323,0.42975205,0.553719,0.5661157,0.59917355,0.6528926,0.7066116,0.71900827,0.71900827,0.6859504,0.73966944,0.7231405,0.7644628,0.74793386,0.7107438,0.661157,0.59917355,0.56198347,0.5413223,0.553719,0.6280992,0.6198347,0.677686,0.71900827,0.76033056,0.8181818,0.8347107,0.838843,0.8305785,0.8264463,0.8140496,0.8512397,0.8677686,0.8264463,0.8016529,0.8181818,0.8595041,0.8553719,0.8347107,0.822314,0.78099173,0.6983471,0.677686,0.61570245,0.5495868,0.5289256,0.5247934,0.53305787,0.56198347,0.57438016,0.59917355,0.6198347,0.6363636,0.6280992,0.62396693,0.62396693,0.59504133,0.58264464,0.5661157,0.5785124,0.53305787,0.56198347,0.5206612,0.5,0.45454547,0.42561984,0.54545456,0.5661157,0.607438,0.62396693,0.70247936,0.70247936,0.70247936,0.6983471,0.7355372,0.71900827,0.7107438,0.6859504,0.62396693,0.553719,0.49173555,0.44214877,0.42975205,0.4752066,0.5371901,0.5661157,0.61157024,0.6652893,0.71900827,0.78512394,0.8264463,0.8264463,0.822314,0.822314,0.79752064,0.8471074,0.8719008,0.8057851,0.77272725,0.79752064,0.838843,0.8347107,0.78512394,0.75619835,0.6983471,0.61570245,0.59090906,0.5082645,0.4752066,0.45454547,0.4338843,0.4338843,0.446281,0.47933885,0.5289256,0.57438016,0.60330576,0.61570245,0.61157024,0.59917355,0.59090906,0.6198347,0.5661157,0.5289256,0.5247934,0.53305787,0.5247934,0.4876033,0.45454547,0.446281,0.55785125,0.5661157,0.60330576,0.6198347,0.6570248,0.7107438,0.6983471,0.69008267,0.6983471,0.6404959,0.6198347,0.6198347,0.59504133,0.5413223,0.5123967,0.47107437,0.446281,0.43801653,0.45041323,0.47933885,0.5247934,0.59090906,0.6487603,0.6983471,0.77272725,0.8016529,0.8140496,0.822314,0.79752064,0.8471074,0.8636364,0.8016529,0.76033056,0.8016529,0.8181818,0.8057851,0.73140496,0.6694215,0.59090906,0.53305787,0.49586776,0.4214876,0.3966942,0.36363637,0.35123968,0.37190083,0.40082645,0.45454547,0.49586776,0.5371901,0.56198347,0.60330576,0.58264464,0.5661157,0.56198347,0.60330576,0.553719,0.5247934,0.49173555,0.5123967,0.5082645,0.48347107,0.46280992,0.45867768,0.57024795,0.5785124,0.59917355,0.61570245,0.6363636,0.70247936,0.677686,0.6694215,0.6404959,0.6198347,0.6446281,0.6859504,0.7355372,0.73966944,0.75619835,0.72727275,0.6570248,0.55785125,0.46694216,0.40495867,0.40495867,0.446281,0.5082645,0.5785124,0.6818182,0.76859504,0.8057851,0.8264463,0.822314,0.8429752,0.8636364,0.8057851,0.76859504,0.80991733,0.8140496,0.78099173,0.6694215,0.57024795,0.48347107,0.44214877,0.40082645,0.37603307,0.34710744,0.38429752,0.43801653,0.5082645,0.5661157,0.607438,0.5785124,0.57024795,0.58677685,0.59917355,0.58264464,0.553719,0.54545456,0.5661157,0.55785125,0.53305787,0.47933885,0.4752066,0.4876033,0.48347107,0.45454547,0.41322315,0.58264464,0.59090906,0.59090906,0.61157024,0.61570245,0.6528926,0.62396693,0.6198347,0.61157024,0.6404959,0.661157,0.6818182,0.7066116,0.6983471,0.75206614,0.7355372,0.69008267,0.6818182,0.69008267,0.6446281,0.61157024,0.58264464,0.58264464,0.607438,0.6652893,0.75619835,0.8140496,0.838843,0.8429752,0.838843,0.838843,0.78099173,0.74793386,0.76859504,0.7644628,0.6942149,0.553719,0.47933885,0.4214876,0.41322315,0.37603307,0.38016528,0.4752066,0.6280992,0.72727275,0.76859504,0.7768595,0.7768595,0.7066116,0.6528926,0.6280992,0.62396693,0.61157024,0.5785124,0.5206612,0.5289256,0.5413223,0.54545456,0.5,0.45454547,0.45867768,0.47107437,0.44214877,0.41322315,0.59090906,0.60330576,0.59917355,0.55785125,0.55785125,0.5661157,0.56198347,0.57438016,0.61157024,0.6570248,0.6446281,0.6404959,0.6280992,0.57438016,0.59504133,0.58677685,0.553719,0.57024795,0.58677685,0.6404959,0.7066116,0.7355372,0.74793386,0.7355372,0.71487606,0.73966944,0.76859504,0.7892562,0.7892562,0.8140496,0.7933884,0.79752064,0.78099173,0.7933884,0.79752064,0.76033056,0.6942149,0.6528926,0.59504133,0.5785124,0.5206612,0.47933885,0.5371901,0.58264464,0.6487603,0.69008267,0.71487606,0.71487606,0.6983471,0.677686,0.6363636,0.62396693,0.60330576,0.553719,0.5123967,0.5041322,0.5082645,0.5165289,0.48347107,0.446281,0.43801653,0.46694216,0.446281,0.38429752,0.6570248,0.6487603,0.5206612,0.5661157,0.5785124,0.56198347,0.553719,0.58677685,0.6652893,0.6322314,0.6363636,0.6942149,0.6735537,0.6735537,0.78099173,0.76033056,0.6735537,0.6363636,0.59504133,0.55785125,0.5413223,0.5495868,0.55785125,0.5495868,0.5661157,0.5123967,0.49586776,0.58264464,0.61570245,0.59917355,0.5661157,0.55785125,0.5413223,0.5289256,0.5495868,0.56198347,0.57438016,0.5495868,0.56198347,0.57438016,0.54545456,0.5123967,0.5495868,0.5289256,0.5165289,0.5371901,0.55785125,0.56198347,0.5123967,0.4876033,0.47933885,0.48347107,0.5,0.4752066,0.46280992,0.46280992,0.4876033,0.4752066,0.46694216,0.45454547,0.42975205,0.446281,0.45041323,0.40495867,0.75206614,0.54545456,0.57438016,0.59504133,0.59917355,0.58264464,0.5661157,0.62396693,0.5661157,0.53305787,0.677686,0.7892562,0.7107438,0.6446281,0.661157,0.59917355,0.5082645,0.5041322,0.57024795,0.59917355,0.58264464,0.55785125,0.5413223,0.4876033,0.5371901,0.5247934,0.37603307,0.6404959,0.75619835,0.71487606,0.6942149,0.6404959,0.48347107,0.32231405,0.4338843,0.4338843,0.41735536,0.38842976,0.4752066,0.5123967,0.5082645,0.5289256,0.5495868,0.5371901,0.49173555,0.47933885,0.5206612,0.56198347,0.57438016,0.5495868,0.55785125,0.5247934,0.46280992,0.42975205,0.45041323,0.44214877,0.42561984,0.4214876,0.45454547,0.45867768,0.45454547,0.4338843,0.45867768,0.5661157,0.49586776,0.58264464,0.60330576,0.61570245,0.59504133,0.5785124,0.58264464,0.57438016,0.42561984,0.5413223,0.6694215,0.61570245,0.5082645,0.38016528,0.3305785,0.2644628,0.24380165,0.28512397,0.40082645,0.4876033,0.5,0.53305787,0.6322314,0.6528926,0.58264464,0.70247936,0.44214877,0.71487606,0.7644628,0.69008267,0.6652893,0.6570248,0.5495868,0.47107437,0.446281,0.46280992,0.40082645,0.46694216,0.57438016,0.5413223,0.4752066,0.46280992,0.5041322,0.5,0.33471075,0.24380165,0.25619835,0.28099173,0.33471075,0.38016528,0.5,0.5371901,0.5,0.39256197,0.37190083,0.44214877,0.45454547,0.41735536,0.41322315,0.45867768,0.45867768,0.42975205,0.46694216,0.47107437,0.38842976,0.59917355,0.61570245,0.6280992,0.6280992,0.59090906,0.5785124,0.45867768,0.46280992,0.5041322,0.5041322,0.41735536,0.41735536,0.2231405,0.23553719,0.2107438,0.26859504,0.35123968,0.5206612,0.56198347,0.47933885,0.45454547,0.54545456,0.73966944,0.7066116,0.71900827,0.5,0.54545456,0.58264464,0.5206612,0.4752066,0.46280992,0.47933885,0.48347107,0.47107437,0.5247934,0.48347107,0.6363636,0.6280992,0.4876033,0.47933885,0.5082645,0.62396693,0.6487603,0.38016528,0.2231405,0.20247933,0.20661157,0.24380165,0.1983471,0.35123968,0.37603307,0.39256197,0.35123968,0.33471075,0.38429752,0.46694216,0.47933885,0.40495867,0.4090909,0.48347107,0.446281,0.46694216,0.35950413,0.44214877,0.553719,0.6280992,0.6363636,0.6280992,0.61157024,0.59090906,0.54545456,0.5413223,0.47933885,0.46280992,0.47933885,0.5165289,0.32231405,0.30578512,0.35123968,0.41322315,0.47933885,0.6280992,0.6446281,0.58264464,0.60330576,0.6322314,0.7644628,0.74380165,0.6694215,0.56198347,0.44214877,0.6280992,0.6652893,0.6404959,0.5495868,0.5289256,0.40082645,0.5082645,0.48347107,0.58677685,0.6942149,0.661157,0.58677685,0.58264464,0.6198347,0.6983471,0.73140496,0.553719,0.38016528,0.2892562,0.28512397,0.2768595,0.2892562,0.41735536,0.3677686,0.3429752,0.33471075,0.4090909,0.45041323,0.4752066,0.48347107,0.44214877,0.40495867,0.46280992,0.4876033,0.47933885,0.38842976,0.49173555,0.5165289,0.61570245,0.6818182,0.6652893,0.6404959,0.6280992,0.61157024,0.6198347,0.5165289,0.5661157,0.5785124,0.59090906,0.5165289,0.4752066,0.5123967,0.5661157,0.59504133,0.6487603,0.6694215,0.6694215,0.70247936,0.7768595,0.8016529,0.71487606,0.6198347,0.6694215,0.57024795,0.7231405,0.80991733,0.8016529,0.6528926,0.6983471,0.29338843,0.4752066,0.47933885,0.59090906,0.6735537,0.7892562,0.73140496,0.6859504,0.6942149,0.6818182,0.661157,0.6652893,0.57438016,0.45454547,0.43801653,0.4214876,0.5082645,0.4876033,0.4752066,0.4338843,0.40495867,0.4752066,0.5082645,0.5041322,0.48347107,0.47107437,0.5,0.42561984,0.5289256,0.49173555,0.45454547,0.49586776,0.5413223,0.58677685,0.6942149,0.7107438,0.70247936,0.6652893,0.6404959,0.72727275,0.6528926,0.59090906,0.6363636,0.59504133,0.5413223,0.55785125,0.55785125,0.59090906,0.60330576,0.6280992,0.6363636,0.6404959,0.6694215,0.6942149,0.70247936,0.6363636,0.59504133,0.58264464,0.56198347,0.59917355,0.62396693,0.60330576,0.5371901,0.6446281,0.21487603,0.4338843,0.4752066,0.5247934,0.59090906,0.7066116,0.677686,0.6487603,0.6446281,0.6198347,0.5785124,0.58677685,0.55785125,0.5082645,0.5206612,0.5289256,0.5289256,0.5206612,0.5371901,0.4876033,0.45454547,0.5123967,0.54545456,0.53305787,0.5206612,0.5206612,0.553719,0.49586776,0.44214877,0.48347107,0.49586776,0.5,0.59090906,0.61570245,0.6818182,0.71900827,0.7231405,0.69008267,0.69008267,0.75619835,0.6818182,0.6446281,0.6528926,0.61157024,0.58264464,0.5785124,0.553719,0.5661157,0.58264464,0.5785124,0.5661157,0.55785125,0.5785124,0.57438016,0.58677685,0.62396693,0.553719,0.27272728,0.2644628,0.3553719,0.38429752,0.35950413,0.3305785,0.36363637,0.24380165,0.4090909,0.47933885,0.47107437,0.49586776,0.5371901,0.54545456,0.5165289,0.5165289,0.5165289,0.5041322,0.49173555,0.49173555,0.45041323,0.47107437,0.47933885,0.4876033,0.5123967,0.53305787,0.5206612,0.49586776,0.5289256,0.5661157,0.53305787,0.5,0.5041322,0.55785125,0.5371901,0.40082645,0.446281,0.47933885,0.5,0.6198347,0.677686,0.7231405,0.71900827,0.677686,0.6818182,0.6735537,0.70247936,0.661157,0.607438,0.59917355,0.59090906,0.5785124,0.59917355,0.61570245,0.61570245,0.61570245,0.59504133,0.56198347,0.553719,0.5371901,0.56198347,0.6198347,0.6694215,0.5,0.29338843,0.58264464,0.76033056,0.71487606,0.60330576,0.5123967,0.2892562,0.28512397,0.3966942,0.5082645,0.5082645,0.47107437,0.42975205,0.44214877,0.4338843,0.44214877,0.43801653,0.42975205,0.42975205,0.446281,0.4338843,0.4338843,0.43801653,0.45041323,0.4752066,0.49173555,0.5165289,0.5,0.49173555,0.5206612,0.5123967,0.46280992,0.5289256,0.58677685,0.59504133,0.5082645,0.40495867,0.48347107,0.49173555,0.61570245,0.70247936,0.7644628,0.7355372,0.6446281,0.6404959,0.61157024,0.61570245,0.6280992,0.6363636,0.6446281,0.6280992,0.6446281,0.6983471,0.72727275,0.7107438,0.7355372,0.6694215,0.6570248,0.61570245,0.59504133,0.6446281,0.677686,0.6570248,0.4338843,0.49586776,0.78099173,0.8636364,0.8016529,0.73966944,0.7231405,0.37603307,0.30991736,0.39256197,0.54545456,0.56198347,0.5247934,0.47933885,0.45041323,0.48347107,0.5082645,0.5,0.5165289,0.5,0.48347107,0.48347107,0.46694216,0.446281,0.4338843,0.4338843,0.43801653,0.446281,0.44214877,0.43801653,0.47107437,0.5041322,0.5123967,0.5785124,0.6363636,0.6570248,0.5371901,0.26859504,0.5289256,0.5123967,0.59504133,0.6983471,0.75206614,0.7107438,0.6487603,0.62396693,0.58264464,0.57438016,0.59090906,0.6404959,0.70247936,0.7231405,0.75619835,0.78099173,0.7892562,0.77272725,0.8057851,0.74380165,0.73966944,0.6942149,0.71900827,0.7231405,0.6859504,0.60330576,0.38842976,0.6818182,0.8181818,0.8512397,0.8016529,0.73140496,0.72727275,0.4214876,0.30165288,0.4090909,0.55785125,0.5495868,0.54545456,0.57024795,0.55785125,0.57438016,0.60330576,0.62396693,0.607438,0.6198347,0.59090906,0.56198347,0.5413223,0.5247934,0.5,0.47933885,0.45867768,0.4338843,0.4338843,0.43801653,0.47107437,0.5123967,0.5371901,0.58677685,0.62396693,0.6404959,0.5123967,0.23966943,0.54545456,0.5041322,0.57438016,0.6735537,0.70247936,0.6859504,0.6735537,0.661157,0.6404959,0.62396693,0.6487603,0.677686,0.7231405,0.74380165,0.7644628,0.75619835,0.79752064,0.78099173,0.8057851,0.77272725,0.7933884,0.78512394,0.7768595,0.71487606,0.69008267,0.4876033,0.40082645,0.7644628,0.8140496,0.8719008,0.8016529,0.7355372,0.75206614,0.46694216,0.2603306,0.41322315,0.553719,0.5371901,0.5206612,0.59504133,0.6280992,0.6404959,0.69008267,0.6942149,0.6694215,0.70247936,0.6652893,0.6487603,0.6404959,0.6280992,0.59504133,0.57024795,0.5495868,0.5206612,0.5082645,0.4876033,0.5,0.5123967,0.5165289,0.55785125,0.58264464,0.61570245,0.48347107,0.3140496,0.57438016,0.5123967,0.56198347,0.6363636,0.6652893,0.6735537,0.71487606,0.73140496,0.71900827,0.7107438,0.71900827,0.7066116,0.71900827,0.71900827,0.73966944,0.76033056,0.7892562,0.7768595,0.79752064,0.8140496,0.8181818,0.8057851,0.75619835,0.7066116,0.6570248,0.42975205,0.59090906,0.822314,0.80991733,0.8801653,0.7892562,0.72727275,0.76859504,0.58677685,0.30165288,0.38016528,0.5495868,0.54545456,0.5123967,0.5785124,0.6363636,0.677686,0.7107438,0.71900827,0.7355372,0.7355372,0.7107438,0.6942149,0.6818182,0.6942149,0.6694215,0.6446281,0.6363636,0.607438,0.59504133,0.5413223,0.54545456,0.5289256,0.5247934,0.5206612,0.5413223,0.58264464,0.46280992,0.38016528,0.57024795,0.5041322,0.5495868,0.59917355,0.6280992,0.6859504,0.7355372,0.77272725,0.75619835,0.76033056,0.7644628,0.72727275,0.7107438,0.6983471,0.71487606,0.74793386,0.75619835,0.7768595,0.8140496,0.8057851,0.7933884,0.77272725,0.71900827,0.73140496,0.553719,0.553719,0.7768595,0.8305785,0.8140496,0.8677686,0.75619835,0.7355372,0.76859504,0.75206614,0.5,0.3553719,0.5082645,0.5785124,0.5289256,0.55785125,0.6322314,0.6859504,0.71900827,0.72727275,0.7644628,0.76033056,0.7355372,0.71900827,0.7066116,0.6942149,0.6942149,0.6983471,0.6818182,0.6528926,0.6652893,0.59504133,0.607438,0.5785124,0.57024795,0.53305787,0.53305787,0.57024795,0.43801653,0.37190083,0.53305787,0.5041322,0.53305787,0.57024795,0.6322314,0.7107438,0.73966944,0.7768595,0.77272725,0.78512394,0.7892562,0.75619835,0.72727275,0.73140496,0.72727275,0.71900827,0.75619835,0.7768595,0.7892562,0.7768595,0.7644628,0.72727275,0.7355372,0.6363636,0.56198347,0.74380165,0.80991733,0.8140496,0.822314,0.838843,0.74380165,0.72727275,0.73966944,0.7644628,0.69008267,0.36363637,0.42975205,0.61157024,0.553719,0.5661157,0.6280992,0.6942149,0.7231405,0.72727275,0.75206614,0.75206614,0.74793386,0.7231405,0.69008267,0.6859504,0.6942149,0.6942149,0.661157,0.6942149,0.677686,0.6487603,0.661157,0.6487603,0.6322314,0.5785124,0.5495868,0.5661157,0.40495867,0.38016528,0.5,0.4876033,0.53305787,0.5495868,0.6446281,0.6818182,0.7355372,0.75206614,0.76859504,0.7892562,0.78512394,0.77272725,0.7355372,0.73966944,0.7355372,0.73966944,0.77272725,0.7644628,0.77272725,0.75206614,0.75619835,0.71487606,0.7107438,0.5082645,0.677686,0.822314,0.8016529,0.80991733,0.8264463,0.822314,0.7644628,0.72727275,0.71900827,0.73966944,0.75206614,0.5041322,0.3264463,0.55785125,0.607438,0.59090906,0.62396693,0.71900827,0.71487606,0.72727275,0.74380165,0.73966944,0.73966944,0.7107438,0.6735537,0.69008267,0.6818182,0.6694215,0.6528926,0.70247936,0.6983471,0.6818182,0.677686,0.6818182,0.6735537,0.6198347,0.55785125,0.56198347,0.3429752,0.40082645,0.49173555,0.5,0.5,0.57438016,0.6198347,0.677686,0.7107438,0.73140496,0.75206614,0.75619835,0.7644628,0.75206614,0.73140496,0.76033056,0.7644628,0.78099173,0.76859504,0.76859504,0.74793386,0.75619835,0.78099173,0.7231405,0.5041322,0.5371901,0.77272725,0.8429752,0.7933884,0.80991733,0.8347107,0.8181818,0.76859504,0.73140496,0.70247936,0.71900827,0.73966944,0.6942149,0.24380165,0.41735536,0.58264464,0.59504133,0.6570248,0.7107438,0.71487606,0.72727275,0.73966944,0.7231405,0.7231405,0.7066116,0.6942149,0.6694215,0.661157,0.6652893,0.6528926,0.6983471,0.6818182,0.6859504,0.677686,0.6818182,0.677686,0.62396693,0.55785125,0.553719,0.30991736,0.43801653,0.40082645,0.54545456,0.47933885,0.57024795,0.607438,0.6446281,0.69008267,0.7231405,0.71487606,0.7355372,0.7231405,0.74380165,0.75206614,0.78512394,0.7892562,0.78512394,0.77272725,0.7768595,0.76859504,0.78512394,0.75619835,0.61570245,0.36363637,0.6735537,0.80991733,0.8719008,0.79752064,0.8264463,0.8677686,0.8471074,0.78099173,0.73966944,0.71487606,0.70247936,0.73140496,0.7107438,0.4876033,0.1983471,0.5041322,0.5371901,0.6859504,0.7107438,0.71900827,0.7231405,0.7355372,0.72727275,0.73140496,0.7231405,0.7066116,0.6652893,0.6570248,0.661157,0.6487603,0.6570248,0.6487603,0.6528926,0.6363636,0.6570248,0.6570248,0.59090906,0.5661157,0.48347107,0.33471075,0.4338843,0.37603307,0.5206612,0.553719,0.5495868,0.59917355,0.6322314,0.6735537,0.677686,0.70247936,0.6983471,0.71900827,0.7644628,0.7933884,0.78512394,0.7768595,0.77272725,0.76859504,0.77272725,0.78512394,0.75206614,0.6652893,0.34710744,0.62396693,0.70247936,0.7355372,0.88429755,0.8057851,0.838843,0.88429755,0.8677686,0.78512394,0.74380165,0.73966944,0.71900827,0.7107438,0.7066116,0.6404959,0.5082645,0.2603306,0.5082645,0.6446281,0.73140496,0.73140496,0.71487606,0.7355372,0.73140496,0.7231405,0.7107438,0.6983471,0.6694215,0.6735537,0.6859504,0.6570248,0.6280992,0.61157024,0.607438,0.60330576,0.6363636,0.61157024,0.5495868,0.56198347,0.38016528,0.41322315,0.4214876,0.43801653,0.48347107,0.59917355,0.5661157,0.59090906,0.61157024,0.6528926,0.677686,0.677686,0.6942149,0.75619835,0.7644628,0.7892562,0.78512394,0.75206614,0.7644628,0.77272725,0.76033056,0.71900827,0.59917355,0.49173555,0.5165289,0.76859504,0.6528926,0.6280992,0.72727275,0.76859504,0.77272725,0.7892562,0.78099173,0.73966944,0.7066116,0.6859504,0.6735537,0.6735537,0.7066116,0.677686,0.6652893,0.5041322,0.30991736,0.53305787,0.7231405,0.74380165,0.7231405,0.72727275,0.7231405,0.7231405,0.71900827,0.7107438,0.6818182,0.6983471,0.69008267,0.6735537,0.6487603,0.6280992,0.61157024,0.61570245,0.58677685,0.53305787,0.5661157,0.5123967,0.35123968,0.46694216,0.4338843,0.5289256,0.45041323,0.5289256,0.54545456,0.55785125,0.58677685,0.60330576,0.6487603,0.6942149,0.6735537,0.73966944,0.74380165,0.7768595,0.77272725,0.75206614,0.76859504,0.7231405,0.6280992,0.5413223,0.5041322,0.5495868,0.6818182,0.7231405,0.6280992,0.58677685,0.6280992,0.6942149,0.6570248,0.677686,0.6694215,0.62396693,0.58677685,0.56198347,0.55785125,0.58677685,0.661157,0.6694215,0.6942149,0.6652893,0.4214876,0.28512397,0.5413223,0.71900827,0.72727275,0.71487606,0.6983471,0.6942149,0.7107438,0.71900827,0.7107438,0.6983471,0.6735537,0.6735537,0.6652893,0.62396693,0.61570245,0.6280992,0.5785124,0.5495868,0.59504133,0.41322315,0.43801653,0.45454547,0.42561984,0.59504133,0.41735536,0.5,0.5206612,0.5495868,0.5785124,0.55785125,0.56198347,0.607438,0.6446281,0.6652893,0.7107438,0.72727275,0.6942149,0.6404959,0.59090906,0.5371901,0.5413223,0.5371901,0.59090906,0.59917355,0.5785124,0.59917355,0.5289256,0.48347107,0.6322314,0.6404959,0.59917355,0.59090906,0.59090906,0.5371901,0.5,0.48347107,0.47107437,0.5041322,0.56198347,0.59504133,0.61570245,0.6570248,0.57024795,0.338843,0.30165288,0.5082645,0.6735537,0.7231405,0.69008267,0.6652893,0.69008267,0.6859504,0.6942149,0.6735537,0.677686,0.6735537,0.6570248,0.6280992,0.6198347,0.607438,0.56198347,0.6652893,0.5247934,0.446281,0.46280992,0.43801653,0.40495867,0.60330576,0.4338843,0.49173555,0.5206612,0.57024795,0.61570245,0.58677685,0.5661157,0.55785125,0.5413223,0.5289256,0.5247934,0.5165289,0.5165289,0.57438016,0.61570245,0.6363636,0.61157024,0.56198347,0.57438016,0.5123967,0.4214876,0.47107437,0.3429752,0.24380165,0.5165289,0.553719,0.47933885,0.47107437,0.47933885,0.45867768,0.45454547,0.46694216,0.41322315,0.33471075,0.37190083,0.42561984,0.47107437,0.5413223,0.54545456,0.3140496,0.2603306,0.3966942,0.42561984,0.53305787,0.6198347,0.6735537,0.6570248,0.661157,0.6818182,0.6735537,0.677686,0.6570248,0.62396693,0.58264464,0.55785125,0.54545456,0.53305787,0.5165289,0.5082645,0.48347107,0.45867768,0.41735536,0.41322315,0.59504133,0.44214877,0.5,0.5123967,0.56198347,0.62396693,0.6363636,0.6652893,0.6735537,0.6694215,0.7066116,0.72727275,0.70247936,0.6446281,0.61570245,0.5785124,0.5165289,0.45041323,0.4090909,0.40082645,0.3966942,0.46694216,0.42561984,0.29338843,0.1694215,0.24380165,0.43801653,0.37190083,0.34710744,0.3429752,0.35950413,0.42561984,0.3677686,0.21487603,0.13636364,0.16115703,0.20661157,0.29752067,0.38842976,0.3966942,0.2231405,0.2107438,0.34710744,0.43801653,0.4214876,0.39256197,0.44214877,0.42975205,0.46694216,0.49173555,0.5247934,0.5206612,0.5289256,0.5247934,0.5247934,0.5123967,0.5247934,0.5289256,0.5371901,0.5123967,0.48347107,0.44214877,0.42561984,0.40082645,0.57438016,0.47933885,0.5371901,0.5165289,0.55785125,0.62396693,0.62396693,0.661157,0.6570248,0.6528926,0.6859504,0.69008267,0.62396693,0.5289256,0.4214876,0.34710744,0.30165288,0.2892562,0.28512397,0.32231405,0.47933885,0.6322314,0.42561984,0.30991736,0.19421488,0.16528925,0.29338843,0.35123968,0.29338843,0.2644628,0.32231405,0.35123968,0.16528925,0.18181819,0.13636364,0.13636364,0.15289256,0.18181819,0.2520661,0.23966943,0.19008264,0.3181818,0.3429752,0.29338843,0.30991736,0.32231405,0.37190083,0.446281,0.5041322,0.54545456,0.58677685,0.5785124,0.56198347,0.56198347,0.57024795,0.5661157,0.58677685,0.55785125,0.5495868,0.5165289,0.4876033,0.43801653,0.4214876,0.41735536,0.59504133,0.46694216,0.5247934,0.5206612,0.5413223,0.62396693,0.6198347,0.6487603,0.6528926,0.6363636,0.62396693,0.59090906,0.553719,0.5,0.42561984,0.3966942,0.3966942,0.3966942,0.38842976,0.5123967,0.6652893,0.7231405,0.5082645,0.3305785,0.2644628,0.2520661,0.2644628,0.3553719,0.3140496,0.24793388,0.26859504,0.17768595,0.17355372,0.2644628,0.23966943,0.21487603,0.19421488,0.17768595,0.1983471,0.1983471,0.24380165,0.49173555,0.5785124,0.42561984,0.32231405,0.29338843,0.29338843,0.33471075,0.38429752,0.43801653,0.49586776,0.53305787,0.5661157,0.58677685,0.57024795,0.58677685,0.61570245,0.57024795,0.57024795,0.5289256,0.46280992,0.43801653,0.41322315,0.39256197,0.5495868,0.4338843,0.5165289,0.5041322,0.5413223,0.6198347,0.6322314,0.6363636,0.62396693,0.5785124,0.553719,0.5661157,0.61157024,0.61570245,0.61157024,0.6322314,0.6404959,0.61157024,0.5413223,0.6859504,0.74793386,0.7355372,0.6280992,0.45867768,0.40082645,0.3553719,0.26859504,0.30578512,0.30165288,0.20247933,0.1570248,0.1983471,0.17768595,0.23966943,0.22727273,0.24380165,0.23966943,0.29338843,0.3181818,0.32231405,0.38429752,0.62396693,0.73140496,0.6487603,0.55785125,0.5,0.45454547,0.43801653,0.4214876,0.42561984,0.45041323,0.45867768,0.47933885,0.5123967,0.5165289,0.553719,0.58677685,0.58677685,0.58264464,0.54545456,0.45041323,0.4338843,0.4214876,0.40082645,0.5289256,0.40082645,0.4876033,0.49586776,0.5165289,0.57438016,0.607438,0.59504133,0.55785125,0.53305787,0.58264464,0.661157,0.7066116,0.71487606,0.73140496,0.73140496,0.7231405,0.6446281,0.7066116,0.7066116,0.7355372,0.7066116,0.59504133,0.5371901,0.48347107,0.44214877,0.35123968,0.28512397,0.28099173,0.17355372,0.1446281,0.2231405,0.2603306,0.2231405,0.23966943,0.29338843,0.3264463,0.41735536,0.46280992,0.5165289,0.5661157,0.6859504,0.74793386,0.7355372,0.70247936,0.6818182,0.6570248,0.6280992,0.58677685,0.5371901,0.49586776,0.45454547,0.446281,0.45867768,0.41322315,0.46280992,0.47933885,0.5123967,0.5495868,0.5289256,0.45867768,0.4338843,0.43801653,0.40495867,0.5,0.3966942,0.49173555,0.4752066,0.53305787,0.5289256,0.57438016,0.53305787,0.5247934,0.5661157,0.661157,0.72727275,0.73140496,0.7231405,0.72727275,0.73140496,0.7066116,0.661157,0.71900827,0.661157,0.6570248,0.6446281,0.5123967,0.53305787,0.46280992,0.48347107,0.4338843,0.3677686,0.2520661,0.1694215,0.15289256,0.20247933,0.32231405,0.30991736,0.3553719,0.38842976,0.41735536,0.446281,0.5041322,0.58264464,0.607438,0.661157,0.7066116,0.7066116,0.71487606,0.71487606,0.7107438,0.6818182,0.661157,0.6322314,0.59090906,0.5371901,0.48347107,0.45454547,0.41322315,0.4338843,0.40495867,0.40495867,0.46280992,0.47107437,0.446281,0.4338843,0.42975205,0.40495867,0.3305785,0.38016528,0.45454547,0.43801653,0.5165289,0.48347107,0.5413223,0.5495868,0.57024795,0.6280992,0.6983471,0.72727275,0.73140496,0.71900827,0.7231405,0.73140496,0.6694215,0.69008267,0.6528926,0.58264464,0.62396693,0.5247934,0.44214877,0.5123967,0.42561984,0.45041323,0.42975205,0.38842976,0.30165288,0.2520661,0.1983471,0.23966943,0.40495867,0.4090909,0.4338843,0.49173555,0.46694216,0.41322315,0.47107437,0.5413223,0.5247934,0.54545456,0.62396693,0.61570245,0.6818182,0.6983471,0.7066116,0.677686,0.6652893,0.6570248,0.6446281,0.60330576,0.5495868,0.48347107,0.45041323,0.40495867,0.3966942,0.38016528,0.38429752,0.4090909,0.41735536,0.4214876,0.42561984,0.38016528,0.1322314,0.34710744,0.43801653,0.42561984,0.446281,0.44214877,0.5785124,0.58264464,0.6198347,0.6322314,0.69008267,0.71900827,0.7107438,0.7107438,0.7107438,0.71487606,0.661157,0.6735537,0.55785125,0.5371901,0.5206612,0.42975205,0.45454547,0.47933885,0.446281,0.45041323,0.3429752,0.41322315,0.37190083,0.40082645,0.29338843,0.3181818,0.44214877,0.4876033,0.43801653,0.49173555,0.446281,0.37603307,0.45454547,0.5,0.49173555,0.37603307,0.53305787,0.5371901,0.59090906,0.6404959,0.7066116,0.69008267,0.6652893,0.6487603,0.6404959,0.6322314,0.59504133,0.49586776,0.5082645,0.47107437,0.40082645,0.3966942,0.37190083,0.3677686,0.40495867,0.41322315,0.40082645,0.3429752,0.10330579,0.3181818,0.4090909,0.4338843,0.41735536,0.42975205,0.55785125,0.61157024,0.6322314,0.6363636,0.6570248,0.70247936,0.6942149,0.7107438,0.73140496,0.6818182,0.59090906,0.59090906,0.4752066,0.5289256,0.4752066,0.446281,0.45867768,0.47933885,0.48347107,0.446281,0.30578512,0.44214877,0.5,0.5123967,0.446281,0.40495867,0.45867768,0.4338843,0.41322315,0.49586776,0.42561984,0.40495867,0.38842976,0.44214877,0.45454547,0.40495867,0.45867768,0.48347107,0.5082645,0.58264464,0.677686,0.6859504,0.6652893,0.6404959,0.6446281,0.6280992,0.61570245,0.54545456,0.5371901,0.55785125,0.44214877,0.40495867,0.37603307,0.338843,0.338843,0.3677686,0.3553719,0.30578512,0.13636364,0.23140496,0.3966942,0.41735536,0.38429752,0.45867768,0.553719,0.59504133,0.58264464,0.59917355,0.6363636,0.661157,0.6859504,0.70247936,0.73966944,0.59090906,0.5413223,0.5247934,0.48347107,0.48347107,0.446281,0.446281,0.42561984,0.4752066,0.48347107,0.4214876,0.3181818,0.5123967,0.61157024,0.6694215,0.62396693,0.553719,0.46280992,0.40495867,0.41735536,0.5165289,0.41322315,0.43801653,0.33471075,0.41735536,0.446281,0.37603307,0.42975205,0.4338843,0.42975205,0.5247934,0.62396693,0.661157,0.6735537,0.6322314,0.6528926,0.6198347,0.61570245,0.57024795,0.54545456,0.57438016,0.4876033,0.42561984,0.39256197,0.36363637,0.30578512,0.29752067,0.3140496,0.30991736,0.15289256,0.14876033,0.38016528,0.37190083,0.38016528,0.47933885,0.5165289,0.5165289,0.5,0.553719,0.61570245,0.6363636,0.677686,0.71487606,0.6942149,0.5041322,0.5289256,0.48347107,0.4752066,0.41735536,0.38016528,0.37603307,0.38429752,0.37603307,0.4090909,0.40082645,0.41322315,0.3966942,0.43801653,0.4876033,0.53305787,0.49173555,0.42561984,0.4090909,0.38016528,0.4338843,0.40082645,0.4090909,0.38016528,0.36363637,0.42561984,0.39256197,0.4090909,0.41322315,0.42561984,0.44214877,0.5413223,0.6280992,0.6528926,0.61570245,0.6322314,0.59917355,0.607438,0.5413223,0.5165289,0.54545456,0.49173555,0.446281,0.38429752,0.38429752,0.3140496,0.2603306,0.2892562,0.3553719,0.1570248,0.16528925,0.32231405,0.3305785,0.41322315,0.47107437,0.5041322,0.49173555,0.446281,0.5206612,0.62396693,0.6404959,0.6694215,0.71900827,0.6528926,0.48347107,0.5041322,0.4338843,0.40495867,0.3264463,0.30165288,0.29752067,0.29338843,0.24793388,0.2603306,0.2603306,0.23553719,0.23140496,0.23553719,0.23966943,0.27272728,0.27272728,0.29752067,0.3181818,0.30991736,0.30991736,0.32231405,0.32231405,0.3677686,0.3553719,0.3305785,0.35123968,0.30578512,0.36363637,0.4090909,0.39256197,0.47107437,0.607438,0.6487603,0.61157024,0.61157024,0.57438016,0.59090906,0.5206612,0.5041322,0.5165289,0.49586776,0.47107437,0.37603307,0.3553719,0.3429752,0.2644628,0.2603306,0.30991736,0.14876033,0.16115703,0.2768595,0.35123968,0.4090909,0.44214877,0.5206612,0.46280992,0.4214876,0.49586776,0.61157024,0.607438,0.6694215,0.6983471,0.6322314,0.47107437,0.42561984,0.40495867,0.3553719,0.26859504,0.22727273,0.1983471,0.17768595,0.16115703,0.11983471,0.10743801,0.09917355,0.10743801,0.11983471,0.11157025,0.11157025,0.11157025,0.1322314,0.15289256,0.17355372,0.18595041,0.20661157,0.2231405,0.23966943,0.26859504,0.2603306,0.28512397,0.2603306,0.2892562,0.3553719,0.39256197,0.40495867,0.53305787,0.6404959,0.6363636,0.59504133,0.5495868,0.5661157,0.5289256,0.46280992,0.4876033,0.49173555,0.45867768,0.38429752,0.34710744,0.338843,0.30578512,0.2892562,0.2892562,0.1446281,0.1446281,0.23966943,0.33471075,0.3677686,0.4338843,0.49173555,0.4214876,0.3677686,0.43801653,0.59917355,0.58264464,0.661157,0.6983471,0.57438016,0.4214876,0.38842976,0.38429752,0.3553719,0.2768595,0.22727273,0.14876033,0.09504132,0.0785124,0.09504132,0.10330579,0.10743801,0.1322314,0.14049587,0.13636364,0.12809917,0.11983471,0.12396694,0.12809917,0.11157025,0.13636364,0.12809917,0.16115703,0.14049587,0.15289256,0.18595041,0.2107438,0.23553719,0.26859504,0.3264463,0.37603307,0.40082645,0.40495867,0.607438,0.6528926,0.61157024,0.5371901,0.5371901,0.5289256,0.4214876,0.44214877,0.47107437,0.45041323,0.38842976,0.34710744,0.30165288,0.32231405,0.32231405,0.30578512,0.14876033,0.16115703,0.20247933,0.3264463,0.37190083,0.43801653,0.39256197,0.42975205,0.30578512,0.44214877,0.5371901,0.55785125,0.6487603,0.661157,0.5495868,0.45041323,0.39256197,0.3677686,0.4214876,0.5165289,0.5123967,0.39256197,0.25619835,0.23553719,0.30578512,0.26859504,0.23140496,0.24380165,0.23553719,0.23966943,0.23553719,0.20247933,0.23966943,0.22727273,0.20247933,0.2231405,0.18181819,0.15289256,0.1322314,0.16115703,0.21487603,0.2107438,0.24793388,0.2768595,0.32231405,0.3305785,0.40495867,0.45454547,0.54545456,0.607438,0.607438,0.5289256,0.48347107,0.5123967,0.40082645,0.39256197,0.4338843,0.45454547,0.37603307,0.35123968,0.3305785,0.29752067,0.3181818,0.3264463,0.15289256,0.16528925,0.17355372,0.28512397,0.38842976,0.40082645,0.34710744,0.41735536,0.29338843,0.446281,0.4752066,0.5082645,0.60330576,0.59917355,0.5247934,0.48347107,0.3966942,0.39256197,0.5413223,0.6404959,0.69008267,0.61570245,0.53305787,0.54545456,0.57438016,0.5371901,0.48347107,0.446281,0.38842976,0.39256197,0.38842976,0.28099173,0.3966942,0.3305785,0.29752067,0.35950413,0.3264463,0.3181818,0.37190083,0.4338843,0.43801653,0.41735536,0.446281,0.41322315,0.3966942,0.38429752,0.4090909,0.46694216,0.46694216,0.62396693,0.59090906,0.5041322,0.4752066,0.46694216,0.3966942,0.37190083,0.3966942,0.41735536,0.38429752,0.338843,0.37603307,0.29752067,0.28512397,0.28512397,0.15289256,0.15289256,0.14876033,0.24380165,0.38429752,0.38429752,0.338843,0.40495867,0.338843,0.43801653,0.3966942,0.45454547,0.57438016,0.5661157,0.5041322,0.47107437,0.37603307,0.46280992,0.6363636,0.6818182,0.73140496,0.73140496,0.6570248,0.6694215,0.6735537,0.6528926,0.6446281,0.62396693,0.59090906,0.5785124,0.57438016,0.5123967,0.57024795,0.55785125,0.60330576,0.58677685,0.5785124,0.58677685,0.59090906,0.57024795,0.55785125,0.59090906,0.607438,0.57438016,0.5082645,0.47107437,0.38842976,0.5041322,0.46694216,0.5785124,0.5661157,0.5247934,0.45454547,0.40495867,0.34710744,0.3553719,0.36363637,0.39256197,0.38016528,0.33471075,0.34710744,0.2892562,0.25619835,0.26859504,0.16115703,0.1570248,0.14049587,0.18595041,0.3181818,0.37603307,0.2892562,0.41735536,0.35123968,0.42561984,0.35123968,0.4214876,0.53305787,0.5413223,0.5041322,0.4214876,0.3264463,0.5,0.6487603,0.7107438,0.6983471,0.6735537,0.6983471,0.6446281,0.6570248,0.69008267,0.7066116,0.6942149,0.6570248,0.6694215,0.69008267,0.6694215,0.6446281,0.6818182,0.6859504,0.6487603,0.60330576,0.6280992,0.5785124,0.55785125,0.59090906,0.61157024,0.61570245,0.62396693,0.5785124,0.5041322,0.40082645,0.5206612,0.5082645,0.5495868,0.57438016,0.5206612,0.42975205,0.36363637,0.30165288,0.338843,0.33471075,0.40495867,0.30578512,0.3553719,0.2892562,0.25619835,0.24793388,0.2603306,0.16115703,0.16115703,0.14876033,0.1570248,0.28099173,0.37190083,0.30578512,0.41735536,0.37190083,0.40495867,0.36363637,0.41322315,0.47933885,0.49173555,0.4876033,0.42975205,0.29752067,0.54545456,0.6528926,0.71487606,0.6942149,0.6487603,0.61570245,0.6487603,0.6280992,0.6280992,0.6528926,0.6983471,0.661157,0.6652893,0.677686,0.6735537,0.6446281,0.7066116,0.6322314,0.58677685,0.56198347,0.56198347,0.5495868,0.58264464,0.57024795,0.57438016,0.607438,0.61157024,0.60330576,0.5661157,0.45454547,0.5,0.47933885,0.5289256,0.5206612,0.4876033,0.40082645,0.3677686,0.2768595,0.30991736,0.29338843,0.38842976,0.24793388,0.3429752,0.23966943,0.22727273,0.23553719,0.24380165,0.15289256,0.15289256,0.15289256,0.16528925,0.20247933,0.28099173,0.36363637,0.3677686,0.3677686,0.38842976,0.38842976,0.38016528,0.41735536,0.48347107,0.45454547,0.45041323,0.3140496,0.5495868,0.6487603,0.677686,0.661157,0.6694215,0.57024795,0.57438016,0.62396693,0.62396693,0.61157024,0.6322314,0.60330576,0.62396693,0.6528926,0.6528926,0.58677685,0.6404959,0.607438,0.5661157,0.5413223,0.55785125,0.553719,0.5289256,0.49173555,0.5206612,0.59090906,0.5785124,0.59090906,0.5661157,0.4876033,0.49586776,0.41735536,0.5,0.49173555,0.46280992,0.38016528,0.38842976,0.29338843,0.30165288,0.27272728,0.34710744,0.24793388,0.3305785,0.23966943,0.2107438,0.24793388,0.21487603,0.1570248,0.15289256,0.16115703,0.14876033,0.18595041,0.23140496,0.33471075,0.29752067,0.42975205,0.36363637,0.36363637,0.37603307,0.39256197,0.5,0.45867768,0.38429752,0.4214876,0.56198347,0.6322314,0.6570248,0.61570245,0.62396693,0.58677685,0.55785125,0.5247934,0.55785125,0.55785125,0.55785125,0.553719,0.58677685,0.59917355,0.5785124,0.553719,0.553719,0.5413223,0.5165289,0.5247934,0.5,0.46694216,0.45454547,0.4752066,0.5165289,0.55785125,0.57024795,0.5495868,0.5413223,0.5041322,0.46280992,0.37190083,0.45454547,0.45867768,0.3966942,0.35123968,0.32231405,0.33471075,0.28099173,0.2768595,0.30578512,0.2603306,0.2892562,0.25619835,0.22727273,0.23140496,0.1570248,0.1570248,0.15289256,0.16528925,0.1446281,0.1694215,0.21487603,0.27272728,0.29752067,0.41322315,0.35950413,0.33471075,0.36363637,0.37190083,0.45867768,0.4214876,0.30165288,0.5,0.5785124,0.6404959,0.62396693,0.61157024,0.57438016,0.55785125,0.5661157,0.5206612,0.47107437,0.40495867,0.3677686,0.35950413,0.3966942,0.4090909,0.38429752,0.40495867,0.39256197,0.3966942,0.38429752,0.40495867,0.3966942,0.43801653,0.44214877,0.47933885,0.5413223,0.5371901,0.53305787,0.5041322,0.5041322,0.5123967,0.45454547,0.33471075,0.38842976,0.40495867,0.3181818,0.3140496,0.2644628,0.3553719,0.30991736,0.2768595,0.29338843,0.2892562,0.24793388,0.2644628,0.20247933,0.18181819,0.10743801,0.16528925,0.15289256,0.16115703,0.1570248,0.15289256,0.17768595,0.23553719,0.30991736,0.36363637,0.36363637,0.34710744,0.36363637,0.3553719,0.35123968,0.338843,0.27272728,0.45454547,0.5413223,0.6198347,0.59917355,0.6198347,0.59090906,0.53305787,0.5289256,0.5082645,0.45041323,0.3966942,0.3264463,0.2768595,0.30991736,0.3140496,0.25619835,0.26859504,0.28512397,0.28099173,0.32231405,0.37603307,0.35950413,0.38016528,0.4090909,0.46694216,0.5123967,0.5289256,0.5,0.49586776,0.46694216,0.45867768,0.45454547,0.33471075,0.338843,0.3429752,0.26859504,0.2520661,0.28512397,0.30578512,0.29338843,0.33471075,0.30578512,0.23140496,0.2107438,0.24380165,0.20247933,0.14876033,0.08264463,0.16115703,0.15289256,0.1570248,0.16115703,0.15289256,0.17355372,0.2231405,0.29338843,0.33471075,0.338843,0.30578512,0.32231405,0.36363637,0.2644628,0.29338843,0.28099173,0.38016528,0.49173555,0.5495868,0.59090906,0.61157024,0.59917355,0.57024795,0.5082645,0.47933885,0.41735536,0.37603307,0.3429752,0.3181818,0.2644628,0.38429752,0.3140496,0.2603306,0.3181818,0.2892562,0.3429752,0.36363637,0.37190083,0.38016528,0.3966942,0.446281,0.49586776,0.5082645,0.5041322,0.5,0.48347107,0.44214877,0.43801653,0.3305785,0.28099173,0.2892562,0.23966943,0.25619835,0.2520661,0.28099173,0.24380165,0.3140496,0.2768595,0.21900827,0.23140496,0.22727273,0.18595041,0.11157025,0.07438017,0.16115703,0.14876033,0.14876033,0.1694215,0.14876033,0.17768595,0.2231405,0.25619835,0.3429752,0.32231405,0.30991736,0.28512397,0.27272728,0.2644628,0.3140496,0.24793388,0.3305785,0.44214877,0.49586776,0.58264464,0.5661157,0.60330576,0.59917355,0.5495868,0.5206612,0.46694216,0.42975205,0.446281,0.3553719,0.30578512,0.40495867,0.38016528,0.33471075,0.38429752,0.38842976,0.40082645,0.39256197,0.40082645,0.44214877,0.4338843,0.49586776,0.5206612,0.5289256,0.46694216,0.446281,0.4752066,0.41322315,0.3677686,0.30991736,0.2107438,0.2892562,0.24380165,0.24380165,0.28099173,0.23966943,0.24380165,0.28099173,0.25619835,0.2107438,0.21900827,0.2644628,0.19008264,0.10743801,0.08264463,0.1570248,0.15289256,0.14876033,0.17768595,0.17768595,0.19008264,0.22727273,0.24380165,0.30991736,0.2892562,0.28512397,0.2768595,0.23966943,0.23553719,0.23140496,0.2768595,0.35950413,0.3966942,0.49173555,0.553719,0.53305787,0.60330576,0.6322314,0.6198347,0.60330576,0.58264464,0.5082645,0.5165289,0.4876033,0.41322315,0.4876033,0.47107437,0.49173555,0.4876033,0.48347107,0.5,0.47933885,0.49173555,0.46280992,0.49173555,0.5413223,0.5247934,0.5206612,0.44214877,0.42561984,0.4214876,0.41322315,0.33471075,0.3264463,0.14876033,0.3181818,0.17355372,0.2644628,0.2603306,0.21487603,0.23553719,0.2644628,0.20661157,0.18181819,0.19008264,0.23966943,0.15289256,0.10743801,0.0785124,0.16528925,0.15289256,0.16115703,0.1570248,0.1694215,0.18595041,0.25619835,0.24793388,0.25619835,0.2603306,0.2644628,0.24380165,0.20661157,0.24793388,0.24793388,0.23553719,0.28512397,0.338843,0.446281,0.49586776,0.5082645,0.60330576,0.6652893,0.6528926,0.6404959,0.6818182,0.58264464,0.5785124,0.553719,0.49586776,0.5123967,0.5247934,0.5413223,0.58677685,0.59917355,0.55785125,0.59090906,0.57024795,0.55785125,0.57438016,0.553719,0.5,0.47107437,0.40495867,0.35123968,0.3553719,0.3677686,0.3429752,0.2520661,0.19008264,0.2768595,0.1322314,0.28099173,0.24380165,0.21900827,0.23140496,0.24793388,0.20247933,0.17355372,0.18595041,0.23966943,0.11983471,0.0785124,0.08677686,13 +0.6487603,0.6322314,0.70247936,0.71487606,0.76033056,0.7768595,0.7892562,0.8016529,0.80991733,0.8057851,0.80991733,0.79752064,0.80991733,0.79752064,0.78512394,0.77272725,0.7933884,0.8057851,0.8016529,0.8181818,0.8140496,0.79752064,0.8016529,0.78512394,0.78099173,0.7933884,0.78099173,0.7768595,0.7644628,0.7644628,0.7768595,0.78099173,0.77272725,0.77272725,0.76033056,0.75619835,0.75206614,0.74793386,0.7644628,0.74793386,0.73966944,0.71900827,0.7231405,0.6983471,0.677686,0.6694215,0.6363636,0.61570245,0.60330576,0.5785124,0.59504133,0.59090906,0.58264464,0.5661157,0.55785125,0.5413223,0.5247934,0.4752066,0.41322315,0.38842976,0.3429752,0.18595041,0.15289256,0.26859504,0.661157,0.6363636,0.6983471,0.72727275,0.7644628,0.78512394,0.79752064,0.8057851,0.8057851,0.80991733,0.8016529,0.79752064,0.7892562,0.8016529,0.7933884,0.79752064,0.8140496,0.8181818,0.822314,0.8305785,0.8264463,0.8057851,0.8140496,0.8057851,0.78512394,0.8057851,0.7933884,0.78099173,0.76859504,0.76033056,0.78099173,0.7768595,0.7644628,0.77272725,0.76859504,0.7892562,0.77272725,0.7355372,0.75206614,0.75206614,0.7355372,0.74793386,0.7231405,0.71487606,0.7107438,0.70247936,0.6694215,0.6363636,0.6280992,0.59917355,0.56198347,0.56198347,0.58677685,0.59090906,0.57438016,0.54545456,0.5289256,0.4876033,0.43801653,0.39256197,0.3677686,0.22727273,0.12809917,0.19421488,0.6818182,0.6570248,0.6859504,0.74380165,0.7644628,0.7892562,0.79752064,0.8057851,0.80991733,0.8140496,0.8016529,0.8016529,0.79752064,0.8057851,0.8181818,0.822314,0.822314,0.8264463,0.8264463,0.8347107,0.8347107,0.8264463,0.8264463,0.8305785,0.8140496,0.8140496,0.8057851,0.8016529,0.76859504,0.76033056,0.78512394,0.7768595,0.75206614,0.76033056,0.7768595,0.7892562,0.7892562,0.76859504,0.77272725,0.7644628,0.75619835,0.76859504,0.75206614,0.73140496,0.71900827,0.7107438,0.6859504,0.6652893,0.661157,0.61157024,0.57438016,0.553719,0.553719,0.58677685,0.59090906,0.56198347,0.5371901,0.5,0.46280992,0.40082645,0.38429752,0.3305785,0.1570248,0.13636364,0.6652893,0.6818182,0.70247936,0.74793386,0.76859504,0.78512394,0.80991733,0.80991733,0.8140496,0.80991733,0.8016529,0.8057851,0.8057851,0.8181818,0.8181818,0.8181818,0.8140496,0.822314,0.8305785,0.8347107,0.8305785,0.8347107,0.8347107,0.822314,0.8305785,0.8264463,0.8347107,0.8140496,0.7933884,0.78099173,0.8016529,0.7933884,0.75619835,0.75619835,0.78099173,0.8140496,0.8016529,0.7933884,0.7768595,0.7933884,0.78512394,0.78512394,0.76859504,0.74793386,0.7355372,0.7231405,0.6942149,0.677686,0.6735537,0.62396693,0.60330576,0.59917355,0.54545456,0.57438016,0.57024795,0.57438016,0.5495868,0.5,0.46280992,0.41322315,0.38429752,0.35123968,0.23553719,0.10743801,0.6694215,0.70247936,0.70247936,0.76033056,0.7768595,0.7892562,0.80991733,0.8140496,0.80991733,0.8016529,0.8057851,0.79752064,0.79752064,0.7933884,0.8016529,0.80991733,0.80991733,0.822314,0.8429752,0.8512397,0.8429752,0.8471074,0.8429752,0.838843,0.8347107,0.8347107,0.8347107,0.8264463,0.8057851,0.79752064,0.8140496,0.80991733,0.77272725,0.76859504,0.7892562,0.8181818,0.8140496,0.8181818,0.8057851,0.8140496,0.8057851,0.7892562,0.7768595,0.75619835,0.73140496,0.71900827,0.6983471,0.677686,0.661157,0.6280992,0.607438,0.60330576,0.58264464,0.5661157,0.55785125,0.5661157,0.54545456,0.49586776,0.46280992,0.42561984,0.37603307,0.3553719,0.38429752,0.09090909,0.6528926,0.7107438,0.71487606,0.7644628,0.78099173,0.7892562,0.8057851,0.8140496,0.8140496,0.8016529,0.8016529,0.76859504,0.75619835,0.76859504,0.7892562,0.80991733,0.8016529,0.8140496,0.8305785,0.8429752,0.8471074,0.8429752,0.8429752,0.838843,0.8429752,0.8512397,0.8429752,0.8264463,0.80991733,0.8140496,0.822314,0.8305785,0.7933884,0.78099173,0.7892562,0.8057851,0.822314,0.8429752,0.8264463,0.8264463,0.8140496,0.7892562,0.7768595,0.75619835,0.7231405,0.7107438,0.7107438,0.69008267,0.661157,0.6446281,0.61570245,0.56198347,0.58264464,0.5661157,0.5495868,0.56198347,0.53305787,0.49173555,0.46694216,0.42561984,0.38016528,0.36363637,0.446281,0.16528925,0.6322314,0.7066116,0.7231405,0.76033056,0.78099173,0.78512394,0.7933884,0.80991733,0.8057851,0.7768595,0.75619835,0.7355372,0.73966944,0.74793386,0.7768595,0.79752064,0.7892562,0.7892562,0.78099173,0.78099173,0.77272725,0.7644628,0.77272725,0.8057851,0.822314,0.8471074,0.8471074,0.822314,0.8140496,0.8181818,0.8305785,0.8471074,0.80991733,0.8016529,0.7892562,0.78512394,0.8347107,0.8553719,0.822314,0.822314,0.80991733,0.78099173,0.74793386,0.7107438,0.69008267,0.677686,0.6818182,0.677686,0.677686,0.6570248,0.6363636,0.5661157,0.5661157,0.5495868,0.5371901,0.5495868,0.5247934,0.49173555,0.46694216,0.42561984,0.38016528,0.37190083,0.38842976,0.19008264,0.6363636,0.7066116,0.71487606,0.75619835,0.7768595,0.7768595,0.78512394,0.7892562,0.7644628,0.73140496,0.72727275,0.73140496,0.76033056,0.75619835,0.75619835,0.75206614,0.74380165,0.70247936,0.6570248,0.6363636,0.6446281,0.677686,0.6818182,0.72727275,0.7644628,0.7892562,0.838843,0.8181818,0.8181818,0.8140496,0.8181818,0.8347107,0.822314,0.822314,0.7892562,0.76033056,0.8264463,0.8429752,0.80991733,0.8181818,0.7892562,0.7644628,0.6859504,0.6570248,0.61570245,0.5785124,0.5785124,0.59504133,0.6198347,0.6198347,0.607438,0.58264464,0.56198347,0.54545456,0.5289256,0.5289256,0.5165289,0.4876033,0.46280992,0.4338843,0.37190083,0.40495867,0.338843,0.19421488,0.6404959,0.7107438,0.7107438,0.74380165,0.77272725,0.78099173,0.7644628,0.75206614,0.73966944,0.7355372,0.73966944,0.74380165,0.75619835,0.76033056,0.72727275,0.661157,0.6280992,0.5661157,0.5289256,0.5206612,0.56198347,0.6198347,0.6446281,0.6694215,0.7231405,0.73966944,0.8140496,0.822314,0.8140496,0.8016529,0.8016529,0.8057851,0.822314,0.8305785,0.77272725,0.72727275,0.8057851,0.8305785,0.7892562,0.7892562,0.75206614,0.7107438,0.6198347,0.59504133,0.553719,0.5,0.49173555,0.5041322,0.5041322,0.5247934,0.54545456,0.57024795,0.57024795,0.5413223,0.54545456,0.5206612,0.49586776,0.4752066,0.45867768,0.4338843,0.37603307,0.4214876,0.33471075,0.1983471,0.6487603,0.70247936,0.71487606,0.72727275,0.7644628,0.7644628,0.73966944,0.75206614,0.74793386,0.74380165,0.75619835,0.72727275,0.6942149,0.6942149,0.6652893,0.58677685,0.5165289,0.4876033,0.446281,0.46280992,0.5165289,0.5661157,0.59504133,0.6363636,0.6818182,0.7231405,0.76033056,0.8057851,0.79752064,0.7933884,0.79752064,0.7933884,0.822314,0.8264463,0.74380165,0.6983471,0.76033056,0.80991733,0.77272725,0.7066116,0.677686,0.61157024,0.5413223,0.5123967,0.4752066,0.43801653,0.42561984,0.41735536,0.40495867,0.42975205,0.48347107,0.5413223,0.56198347,0.55785125,0.553719,0.53305787,0.5041322,0.46280992,0.446281,0.42561984,0.38842976,0.39256197,0.35123968,0.2107438,0.6487603,0.6942149,0.7066116,0.71487606,0.74380165,0.73140496,0.7355372,0.76859504,0.75206614,0.73966944,0.7107438,0.6694215,0.6280992,0.6446281,0.6528926,0.59504133,0.5123967,0.5371901,0.5165289,0.49173555,0.4752066,0.5,0.53305787,0.58264464,0.61570245,0.6942149,0.677686,0.76859504,0.7768595,0.7892562,0.7933884,0.79752064,0.8264463,0.8305785,0.7355372,0.70247936,0.75206614,0.79752064,0.73966944,0.6487603,0.58677685,0.5206612,0.45867768,0.42975205,0.40495867,0.3677686,0.34710744,0.3429752,0.3677686,0.38842976,0.45041323,0.49586776,0.5289256,0.5495868,0.5371901,0.5206612,0.5123967,0.46694216,0.44214877,0.42561984,0.40082645,0.35950413,0.3181818,0.23966943,0.6446281,0.69008267,0.69008267,0.71487606,0.71900827,0.7107438,0.74380165,0.73966944,0.7355372,0.73140496,0.7107438,0.7066116,0.7231405,0.73966944,0.75619835,0.77272725,0.76033056,0.7768595,0.76859504,0.71900827,0.6528926,0.56198347,0.5289256,0.53305787,0.5413223,0.58264464,0.60330576,0.69008267,0.7355372,0.75206614,0.78512394,0.80991733,0.838843,0.8264463,0.75619835,0.71900827,0.75619835,0.79752064,0.71487606,0.5661157,0.4876033,0.42975205,0.40082645,0.38016528,0.33471075,0.33471075,0.3429752,0.38016528,0.4338843,0.49173555,0.47107437,0.49173555,0.54545456,0.5371901,0.49173555,0.5082645,0.5165289,0.46694216,0.42975205,0.4214876,0.4090909,0.34710744,0.2603306,0.21487603,0.6694215,0.6735537,0.69008267,0.7066116,0.6983471,0.70247936,0.7231405,0.6942149,0.7066116,0.6983471,0.70247936,0.73140496,0.74793386,0.75206614,0.73140496,0.75619835,0.73966944,0.71900827,0.6818182,0.6404959,0.6818182,0.6652893,0.61157024,0.57024795,0.553719,0.5371901,0.54545456,0.59504133,0.58677685,0.59504133,0.60330576,0.6280992,0.6487603,0.6487603,0.60330576,0.59504133,0.6198347,0.6446281,0.57024795,0.45454547,0.4090909,0.37190083,0.35950413,0.33471075,0.33471075,0.38842976,0.45041323,0.56198347,0.6363636,0.6446281,0.56198347,0.56198347,0.57024795,0.57438016,0.5413223,0.49173555,0.5,0.4876033,0.4338843,0.40495867,0.40495867,0.35123968,0.23553719,0.18595041,0.6694215,0.677686,0.6942149,0.70247936,0.6942149,0.6446281,0.61570245,0.61157024,0.6487603,0.6818182,0.71900827,0.72727275,0.6363636,0.6446281,0.6404959,0.74793386,0.6859504,0.5785124,0.5413223,0.5123967,0.49586776,0.47933885,0.5165289,0.56198347,0.5413223,0.5247934,0.5041322,0.49586776,0.42561984,0.40495867,0.40495867,0.43801653,0.45867768,0.47107437,0.46280992,0.45454547,0.446281,0.45867768,0.43801653,0.42975205,0.41322315,0.41322315,0.39256197,0.37190083,0.37603307,0.37190083,0.37603307,0.4090909,0.46280992,0.47933885,0.46280992,0.45041323,0.4876033,0.5165289,0.5206612,0.48347107,0.47107437,0.46694216,0.44214877,0.3966942,0.39256197,0.36363637,0.23966943,0.1983471,0.69008267,0.677686,0.71900827,0.6983471,0.6280992,0.59504133,0.6280992,0.6322314,0.6487603,0.69008267,0.6735537,0.61157024,0.6487603,0.6735537,0.61157024,0.59090906,0.5082645,0.40495867,0.3677686,0.4214876,0.5041322,0.5165289,0.48347107,0.5123967,0.5247934,0.57438016,0.6198347,0.6859504,0.6528926,0.553719,0.35950413,0.46694216,0.61570245,0.58677685,0.5206612,0.5165289,0.35123968,0.3181818,0.3140496,0.35123968,0.3264463,0.3429752,0.3677686,0.45041323,0.48347107,0.45041323,0.4338843,0.38429752,0.39256197,0.42561984,0.41735536,0.40082645,0.44214877,0.44214877,0.4214876,0.3966942,0.4090909,0.43801653,0.42561984,0.40082645,0.38842976,0.38016528,0.2520661,0.16115703,0.6818182,0.6859504,0.72727275,0.6694215,0.57438016,0.6528926,0.6570248,0.6363636,0.6694215,0.6404959,0.5247934,0.6694215,0.6487603,0.5371901,0.40495867,0.29338843,0.446281,0.2768595,0.23966943,0.3429752,0.4338843,0.4752066,0.5289256,0.5413223,0.5371901,0.5661157,0.61157024,0.7231405,0.76033056,0.7355372,0.5206612,0.59504133,0.75206614,0.677686,0.6404959,0.70247936,0.5,0.38016528,0.3677686,0.30991736,0.32231405,0.41322315,0.4876033,0.5206612,0.5247934,0.3429752,0.40082645,0.29752067,0.22727273,0.26859504,0.3181818,0.4090909,0.44214877,0.44214877,0.4752066,0.4214876,0.37190083,0.3553719,0.37190083,0.38842976,0.40082645,0.37190083,0.26859504,0.1446281,0.6983471,0.6818182,0.7231405,0.60330576,0.6363636,0.6735537,0.6446281,0.6280992,0.6280992,0.4876033,0.5247934,0.55785125,0.45454547,0.53305787,0.338843,0.21900827,0.40495867,0.26859504,0.28512397,0.4214876,0.5247934,0.43801653,0.45867768,0.54545456,0.6280992,0.6652893,0.58677685,0.7066116,0.75619835,0.7231405,0.57024795,0.5247934,0.5206612,0.46280992,0.446281,0.5123967,0.5289256,0.41322315,0.29752067,0.3140496,0.4338843,0.46694216,0.48347107,0.5495868,0.6570248,0.37190083,0.553719,0.36363637,0.14876033,0.2768595,0.27272728,0.29752067,0.32231405,0.38429752,0.38016528,0.4338843,0.40082645,0.38429752,0.37603307,0.37603307,0.4214876,0.41735536,0.28512397,0.14049587,0.71900827,0.70247936,0.6528926,0.6280992,0.7066116,0.6859504,0.6528926,0.6322314,0.5371901,0.5082645,0.53305787,0.4338843,0.53305787,0.6818182,0.41735536,0.26859504,0.3264463,0.28512397,0.3677686,0.48347107,0.6735537,0.5165289,0.45041323,0.5206612,0.6983471,0.79752064,0.6652893,0.6818182,0.7066116,0.6528926,0.5785124,0.49173555,0.42561984,0.49173555,0.4876033,0.40082645,0.5247934,0.38429752,0.32231405,0.446281,0.45041323,0.42975205,0.56198347,0.70247936,0.75619835,0.42561984,0.38429752,0.24793388,0.1694215,0.34710744,0.2892562,0.35950413,0.2520661,0.2892562,0.3181818,0.38016528,0.4338843,0.40495867,0.3966942,0.40495867,0.39256197,0.49586776,0.32231405,0.11983471,0.6859504,0.71900827,0.5413223,0.71900827,0.70247936,0.69008267,0.6694215,0.6363636,0.58677685,0.59504133,0.56198347,0.5661157,0.6735537,0.661157,0.60330576,0.3553719,0.39256197,0.40495867,0.4214876,0.5247934,0.661157,0.5661157,0.5247934,0.59090906,0.6983471,0.7933884,0.7107438,0.6404959,0.6487603,0.6446281,0.6652893,0.5495868,0.46694216,0.6652893,0.69008267,0.4752066,0.59917355,0.38429752,0.446281,0.5371901,0.44214877,0.49173555,0.6322314,0.74793386,0.8016529,0.59090906,0.3429752,0.2644628,0.28512397,0.3181818,0.38429752,0.47933885,0.37190083,0.29338843,0.29752067,0.36363637,0.43801653,0.4214876,0.4090909,0.41322315,0.41322315,0.4090909,0.41322315,0.14049587,0.58264464,0.6528926,0.57438016,0.75206614,0.7107438,0.69008267,0.6859504,0.677686,0.6487603,0.6652893,0.62396693,0.6859504,0.661157,0.61570245,0.59090906,0.49586776,0.47933885,0.46694216,0.46694216,0.5206612,0.5413223,0.5082645,0.5247934,0.59917355,0.6570248,0.71487606,0.6322314,0.607438,0.661157,0.6859504,0.69008267,0.6280992,0.4876033,0.59090906,0.6198347,0.46280992,0.553719,0.41735536,0.4752066,0.57438016,0.5413223,0.5289256,0.57024795,0.6363636,0.7066116,0.6570248,0.43801653,0.3553719,0.3677686,0.36363637,0.5495868,0.5495868,0.5123967,0.38429752,0.3264463,0.3966942,0.42561984,0.4090909,0.41322315,0.4214876,0.4090909,0.38429752,0.38016528,0.22727273,0.47933885,0.49586776,0.6818182,0.73966944,0.7231405,0.70247936,0.7066116,0.69008267,0.6818182,0.7231405,0.6859504,0.6487603,0.6694215,0.59917355,0.56198347,0.5495868,0.55785125,0.5289256,0.5413223,0.53305787,0.49586776,0.46694216,0.48347107,0.5206612,0.54545456,0.56198347,0.5785124,0.6404959,0.70247936,0.6652893,0.5,0.4214876,0.35950413,0.3677686,0.37603307,0.30991736,0.338843,0.40495867,0.43801653,0.5041322,0.5082645,0.48347107,0.49586776,0.49173555,0.5123967,0.5,0.4338843,0.40495867,0.40495867,0.43801653,0.5123967,0.55785125,0.5495868,0.41735536,0.3966942,0.41322315,0.4214876,0.41322315,0.4338843,0.45041323,0.4214876,0.37603307,0.30165288,0.29338843,0.3677686,0.4338843,0.7933884,0.76033056,0.7355372,0.72727275,0.71487606,0.6818182,0.6859504,0.7066116,0.661157,0.6198347,0.661157,0.6446281,0.6404959,0.661157,0.6652893,0.6487603,0.6694215,0.6322314,0.5785124,0.5371901,0.5165289,0.5165289,0.54545456,0.5371901,0.6487603,0.69008267,0.71487606,0.61570245,0.36363637,0.37603307,0.47933885,0.46280992,0.42975205,0.3305785,0.2520661,0.37190083,0.3966942,0.40082645,0.38016528,0.3553719,0.35950413,0.37603307,0.38842976,0.40082645,0.3966942,0.3966942,0.39256197,0.4338843,0.45867768,0.5206612,0.5206612,0.446281,0.46694216,0.446281,0.4338843,0.45041323,0.48347107,0.48347107,0.4090909,0.32231405,0.29752067,0.29338843,0.35950413,0.5041322,0.8429752,0.8016529,0.77272725,0.76033056,0.73140496,0.6818182,0.6528926,0.6363636,0.59917355,0.61570245,0.6404959,0.6652893,0.6735537,0.71900827,0.7355372,0.76033056,0.7768595,0.74793386,0.71487606,0.6694215,0.61570245,0.6198347,0.6694215,0.6694215,0.71487606,0.71900827,0.69008267,0.5371901,0.38429752,0.6446281,0.72727275,0.6528926,0.6322314,0.56198347,0.2892562,0.3677686,0.35123968,0.38429752,0.338843,0.2892562,0.30578512,0.37190083,0.39256197,0.4090909,0.43801653,0.44214877,0.446281,0.45454547,0.47107437,0.49586776,0.49586776,0.48347107,0.49173555,0.4752066,0.42975205,0.42975205,0.47933885,0.45867768,0.3677686,0.338843,0.35950413,0.3429752,0.3966942,0.55785125,0.838843,0.8140496,0.7933884,0.7768595,0.7355372,0.6942149,0.6404959,0.62396693,0.6198347,0.6652893,0.7066116,0.6942149,0.6942149,0.74793386,0.78512394,0.8140496,0.8264463,0.80991733,0.76033056,0.72727275,0.6818182,0.71487606,0.75619835,0.74793386,0.7231405,0.73140496,0.62396693,0.46280992,0.45454547,0.80991733,0.79752064,0.71900827,0.6859504,0.7107438,0.28512397,0.38016528,0.34710744,0.34710744,0.39256197,0.3264463,0.38429752,0.46280992,0.49173555,0.5,0.5082645,0.5165289,0.5082645,0.4876033,0.48347107,0.49586776,0.4752066,0.46280992,0.46280992,0.446281,0.38842976,0.37603307,0.4214876,0.4338843,0.4090909,0.4090909,0.4090909,0.33471075,0.3264463,0.61157024,0.8264463,0.8016529,0.78099173,0.74793386,0.71487606,0.6694215,0.6652893,0.6983471,0.6983471,0.7355372,0.7644628,0.74380165,0.76033056,0.78099173,0.8140496,0.8305785,0.8264463,0.8057851,0.75206614,0.7355372,0.75619835,0.76033056,0.78512394,0.74380165,0.7231405,0.6942149,0.53305787,0.40082645,0.61570245,0.8471074,0.822314,0.75206614,0.70247936,0.75619835,0.2520661,0.34710744,0.38842976,0.3181818,0.38842976,0.3966942,0.45867768,0.553719,0.59090906,0.59504133,0.59090906,0.58264464,0.57024795,0.5289256,0.5289256,0.48347107,0.45041323,0.41322315,0.37190083,0.3553719,0.3305785,0.35950413,0.43801653,0.4876033,0.45454547,0.44214877,0.41735536,0.29752067,0.32231405,0.60330576,0.8057851,0.78512394,0.76033056,0.71487606,0.6818182,0.6735537,0.72727275,0.7644628,0.7768595,0.76859504,0.78512394,0.7892562,0.78512394,0.8016529,0.8057851,0.8347107,0.8264463,0.7768595,0.75206614,0.7892562,0.78512394,0.77272725,0.7644628,0.71487606,0.71487606,0.61157024,0.47933885,0.42975205,0.78512394,0.838843,0.822314,0.76033056,0.71487606,0.74793386,0.27272728,0.24793388,0.4214876,0.338843,0.3553719,0.42561984,0.5082645,0.61570245,0.6280992,0.6280992,0.61157024,0.59917355,0.57438016,0.553719,0.5371901,0.48347107,0.446281,0.37603307,0.33471075,0.33471075,0.35950413,0.4214876,0.49173555,0.5082645,0.46280992,0.45041323,0.42561984,0.27272728,0.35123968,0.5495868,0.78512394,0.76859504,0.73140496,0.69008267,0.70247936,0.74793386,0.76859504,0.7892562,0.79752064,0.79752064,0.78099173,0.7933884,0.8016529,0.79752064,0.822314,0.8264463,0.79752064,0.7892562,0.8016529,0.80991733,0.7768595,0.77272725,0.73140496,0.71487606,0.7107438,0.55785125,0.45041323,0.6859504,0.8636364,0.8264463,0.8057851,0.75206614,0.71487606,0.74380165,0.45454547,0.18181819,0.41735536,0.38842976,0.34710744,0.42975205,0.54545456,0.62396693,0.661157,0.6487603,0.60330576,0.59504133,0.58264464,0.58677685,0.553719,0.5041322,0.4752066,0.4214876,0.41735536,0.43801653,0.46280992,0.46694216,0.49586776,0.49173555,0.45041323,0.44214877,0.41735536,0.30165288,0.4090909,0.46694216,0.71487606,0.72727275,0.6942149,0.677686,0.74793386,0.78512394,0.78512394,0.78512394,0.8057851,0.8016529,0.77272725,0.7933884,0.7892562,0.8057851,0.8264463,0.8140496,0.8016529,0.822314,0.8181818,0.79752064,0.7644628,0.75206614,0.71487606,0.75619835,0.6363636,0.47107437,0.60330576,0.838843,0.8429752,0.7892562,0.78512394,0.7355372,0.6942149,0.7066116,0.6487603,0.33471075,0.2892562,0.47107437,0.35123968,0.43801653,0.553719,0.60330576,0.6404959,0.6487603,0.62396693,0.59504133,0.5785124,0.58264464,0.57024795,0.53305787,0.5082645,0.4876033,0.5082645,0.5247934,0.53305787,0.5123967,0.5,0.4876033,0.4338843,0.42561984,0.41735536,0.30165288,0.5123967,0.338843,0.6694215,0.6570248,0.6694215,0.72727275,0.78512394,0.8016529,0.7892562,0.78512394,0.8057851,0.8016529,0.7768595,0.79752064,0.8016529,0.7933884,0.8057851,0.8016529,0.80991733,0.8181818,0.8057851,0.79752064,0.7644628,0.74793386,0.7355372,0.7231405,0.5123967,0.5,0.78512394,0.838843,0.8057851,0.7768595,0.78099173,0.74793386,0.6983471,0.6652893,0.677686,0.58677685,0.1983471,0.47107437,0.38842976,0.44214877,0.5413223,0.59504133,0.61157024,0.6280992,0.6363636,0.607438,0.59504133,0.57024795,0.58264464,0.58677685,0.5661157,0.5785124,0.58264464,0.58677685,0.58264464,0.54545456,0.5082645,0.4876033,0.43801653,0.40495867,0.41735536,0.2892562,0.58677685,0.2892562,0.607438,0.607438,0.6694215,0.75619835,0.79752064,0.79752064,0.78512394,0.7933884,0.8016529,0.8016529,0.7892562,0.7768595,0.7892562,0.7768595,0.8016529,0.8057851,0.80991733,0.80991733,0.79752064,0.8016529,0.7768595,0.73140496,0.6942149,0.58264464,0.3966942,0.7107438,0.822314,0.8181818,0.7933884,0.7892562,0.77272725,0.74380165,0.71487606,0.661157,0.6570248,0.6694215,0.338843,0.29752067,0.47933885,0.46694216,0.56198347,0.59090906,0.607438,0.62396693,0.6280992,0.607438,0.58677685,0.59090906,0.59917355,0.6198347,0.62396693,0.6363636,0.6322314,0.6363636,0.6198347,0.5661157,0.5206612,0.49173555,0.43801653,0.40495867,0.40495867,0.30165288,0.58264464,0.39256197,0.47933885,0.59917355,0.6859504,0.75619835,0.78099173,0.7892562,0.7892562,0.7892562,0.7892562,0.7892562,0.76859504,0.76859504,0.78099173,0.8016529,0.8057851,0.8057851,0.8140496,0.8057851,0.8057851,0.8181818,0.76033056,0.6487603,0.58264464,0.42561984,0.5495868,0.8140496,0.8181818,0.8264463,0.8016529,0.822314,0.79752064,0.75206614,0.72727275,0.6652893,0.6446281,0.6363636,0.57024795,0.14876033,0.46280992,0.5165289,0.5785124,0.59917355,0.61570245,0.61570245,0.61570245,0.59917355,0.58677685,0.58677685,0.59504133,0.61570245,0.6446281,0.6735537,0.6694215,0.6528926,0.6280992,0.5661157,0.5082645,0.47933885,0.42975205,0.4090909,0.37190083,0.38016528,0.54545456,0.54545456,0.40082645,0.5785124,0.6818182,0.75206614,0.7644628,0.7768595,0.78099173,0.77272725,0.7768595,0.7644628,0.7644628,0.77272725,0.78512394,0.8181818,0.8057851,0.80991733,0.8140496,0.8181818,0.8181818,0.78099173,0.661157,0.5495868,0.42975205,0.5371901,0.76033056,0.79752064,0.8140496,0.8347107,0.8140496,0.8636364,0.8429752,0.76859504,0.71900827,0.6859504,0.6735537,0.61570245,0.62396693,0.30165288,0.30165288,0.5247934,0.59090906,0.62396693,0.6280992,0.6198347,0.61570245,0.61157024,0.59917355,0.57438016,0.59090906,0.60330576,0.6446281,0.661157,0.6652893,0.6404959,0.607438,0.5495868,0.4876033,0.46694216,0.4214876,0.41322315,0.33471075,0.45041323,0.55785125,0.5785124,0.5123967,0.5,0.6446281,0.7355372,0.75619835,0.75619835,0.7644628,0.7644628,0.76859504,0.77272725,0.78512394,0.79752064,0.7892562,0.8057851,0.8057851,0.80991733,0.80991733,0.8181818,0.78512394,0.6818182,0.5661157,0.3966942,0.5,0.78512394,0.7892562,0.75619835,0.7644628,0.79752064,0.8016529,0.8347107,0.8140496,0.74793386,0.70247936,0.6942149,0.6652893,0.5785124,0.58264464,0.5247934,0.3429752,0.38842976,0.5785124,0.6404959,0.6363636,0.6363636,0.6280992,0.61570245,0.59090906,0.55785125,0.60330576,0.61157024,0.6404959,0.62396693,0.607438,0.58677685,0.58677685,0.5289256,0.46280992,0.446281,0.42561984,0.42561984,0.2768595,0.46280992,0.58264464,0.58264464,0.607438,0.57024795,0.59090906,0.6404959,0.74380165,0.75619835,0.75619835,0.76033056,0.78099173,0.79752064,0.78512394,0.8181818,0.78512394,0.8016529,0.79752064,0.8057851,0.7933884,0.7644628,0.6694215,0.553719,0.53305787,0.43801653,0.73140496,0.80991733,0.7768595,0.71487606,0.71487606,0.73140496,0.74793386,0.7355372,0.7107438,0.6859504,0.6487603,0.61570245,0.53305787,0.4876033,0.5413223,0.5785124,0.5247934,0.32231405,0.46694216,0.6363636,0.6487603,0.6570248,0.6446281,0.62396693,0.59504133,0.55785125,0.59504133,0.62396693,0.6446281,0.61157024,0.57438016,0.55785125,0.56198347,0.49173555,0.44214877,0.42975205,0.47107437,0.3966942,0.24380165,0.42975205,0.58264464,0.60330576,0.61570245,0.6487603,0.677686,0.6280992,0.6446281,0.72727275,0.75619835,0.75619835,0.7933884,0.8057851,0.76859504,0.8264463,0.78099173,0.7933884,0.7892562,0.77272725,0.71900827,0.61570245,0.5247934,0.5661157,0.59917355,0.57438016,0.76859504,0.74793386,0.7066116,0.6570248,0.6818182,0.71900827,0.71487606,0.6735537,0.6198347,0.6198347,0.56198347,0.49173555,0.42561984,0.4214876,0.4876033,0.5413223,0.56198347,0.42975205,0.28512397,0.53305787,0.6528926,0.6652893,0.6446281,0.6322314,0.62396693,0.58264464,0.5661157,0.60330576,0.6487603,0.62396693,0.57438016,0.56198347,0.5206612,0.45867768,0.43801653,0.46280992,0.47933885,0.36363637,0.2644628,0.38429752,0.57024795,0.607438,0.6280992,0.6528926,0.7231405,0.7066116,0.6983471,0.6859504,0.677686,0.6694215,0.70247936,0.78099173,0.75619835,0.75619835,0.71487606,0.71900827,0.677686,0.6404959,0.58677685,0.5371901,0.5413223,0.661157,0.6363636,0.5,0.6446281,0.59504133,0.5123967,0.40495867,0.5123967,0.7107438,0.6570248,0.58677685,0.5371901,0.5371901,0.49173555,0.4214876,0.40082645,0.39256197,0.4214876,0.45867768,0.5041322,0.5,0.24793388,0.30165288,0.5206612,0.6363636,0.6487603,0.6404959,0.6198347,0.59504133,0.5413223,0.57024795,0.62396693,0.61157024,0.57024795,0.57024795,0.5206612,0.46280992,0.43801653,0.42561984,0.41322315,0.3553719,0.27272728,0.3553719,0.58264464,0.59504133,0.6322314,0.62396693,0.71487606,0.72727275,0.73966944,0.7355372,0.76033056,0.73966944,0.7107438,0.73140496,0.71900827,0.7107438,0.6859504,0.70247936,0.6735537,0.6446281,0.59504133,0.553719,0.57438016,0.61570245,0.5082645,0.35123968,0.446281,0.40082645,0.2644628,0.14049587,0.1983471,0.53305787,0.59090906,0.47107437,0.43801653,0.42561984,0.40495867,0.40082645,0.3677686,0.23553719,0.27272728,0.36363637,0.4090909,0.47107437,0.28099173,0.19421488,0.3305785,0.44214877,0.53305787,0.607438,0.6198347,0.58264464,0.5123967,0.56198347,0.59917355,0.59504133,0.5495868,0.5165289,0.45867768,0.41735536,0.3966942,0.39256197,0.39256197,0.34710744,0.24793388,0.36363637,0.5785124,0.59504133,0.6198347,0.607438,0.6859504,0.7231405,0.7355372,0.74380165,0.76033056,0.75206614,0.76033056,0.7768595,0.74380165,0.71900827,0.6528926,0.607438,0.5289256,0.47107437,0.42561984,0.40495867,0.42561984,0.41322315,0.3677686,0.42975205,0.37190083,0.32231405,0.2107438,0.15289256,0.14049587,0.25619835,0.44214877,0.38842976,0.33471075,0.32231405,0.35123968,0.3264463,0.16528925,0.08677686,0.11570248,0.20661157,0.32231405,0.40082645,0.28512397,0.2107438,0.2768595,0.34710744,0.38016528,0.4214876,0.446281,0.446281,0.42975205,0.46694216,0.47933885,0.45867768,0.41322315,0.40082645,0.41322315,0.42975205,0.42561984,0.40082645,0.38429752,0.30991736,0.3140496,0.42975205,0.57438016,0.61157024,0.6198347,0.61570245,0.6198347,0.661157,0.6983471,0.7231405,0.70247936,0.7107438,0.69008267,0.6859504,0.62396693,0.553719,0.47107437,0.43801653,0.37190083,0.3305785,0.30165288,0.29338843,0.32231405,0.41735536,0.56198347,0.7107438,0.5785124,0.38016528,0.2644628,0.23966943,0.23553719,0.29338843,0.3677686,0.338843,0.28512397,0.28512397,0.29338843,0.21487603,0.15289256,0.14049587,0.14049587,0.18595041,0.23553719,0.22727273,0.2107438,0.2520661,0.33471075,0.29752067,0.27272728,0.3305785,0.3677686,0.38842976,0.45041323,0.47107437,0.48347107,0.47933885,0.48347107,0.4752066,0.47933885,0.46280992,0.4338843,0.40082645,0.38429752,0.2644628,0.41735536,0.4752066,0.58264464,0.59504133,0.6322314,0.6280992,0.61570245,0.607438,0.61570245,0.6280992,0.6322314,0.60330576,0.57438016,0.58264464,0.59504133,0.57438016,0.57438016,0.5661157,0.54545456,0.5165289,0.47933885,0.46694216,0.553719,0.6818182,0.7768595,0.79752064,0.7644628,0.6404959,0.47107437,0.3966942,0.3429752,0.3966942,0.38016528,0.2603306,0.23966943,0.2107438,0.2231405,0.2892562,0.25619835,0.23140496,0.23553719,0.24793388,0.23966943,0.1983471,0.1694215,0.2603306,0.45867768,0.46694216,0.36363637,0.2892562,0.30578512,0.39256197,0.46694216,0.5165289,0.5289256,0.5123967,0.5123967,0.5082645,0.49586776,0.47107437,0.42561984,0.40495867,0.3553719,0.28512397,0.44214877,0.44214877,0.59917355,0.5785124,0.6363636,0.62396693,0.62396693,0.59504133,0.5785124,0.5785124,0.59504133,0.59090906,0.61157024,0.661157,0.74793386,0.73140496,0.74380165,0.74380165,0.72727275,0.7066116,0.6528926,0.6446281,0.71900827,0.7933884,0.8057851,0.79752064,0.6942149,0.6487603,0.5495868,0.4214876,0.4214876,0.5206612,0.45867768,0.30991736,0.19421488,0.18595041,0.21900827,0.2644628,0.25619835,0.26859504,0.26859504,0.34710744,0.3677686,0.3181818,0.2768595,0.34710744,0.5123967,0.61157024,0.58264464,0.5041322,0.45867768,0.45867768,0.46694216,0.45867768,0.4752066,0.49173555,0.5082645,0.53305787,0.5082645,0.46694216,0.4214876,0.40082645,0.3181818,0.28512397,0.41322315,0.41322315,0.58677685,0.5785124,0.62396693,0.6404959,0.6487603,0.6322314,0.6322314,0.6363636,0.6487603,0.677686,0.7231405,0.75619835,0.78512394,0.78099173,0.76033056,0.7768595,0.76859504,0.73140496,0.6942149,0.7231405,0.74793386,0.76859504,0.76859504,0.73140496,0.55785125,0.5289256,0.59504133,0.39256197,0.49173555,0.5165289,0.5206612,0.38016528,0.20661157,0.19008264,0.24793388,0.2603306,0.21487603,0.22727273,0.24380165,0.36363637,0.41322315,0.38842976,0.41322315,0.47933885,0.5785124,0.6652893,0.6652893,0.6404959,0.61157024,0.57438016,0.5206612,0.46280992,0.45041323,0.45454547,0.47933885,0.5123967,0.5123967,0.47933885,0.41322315,0.39256197,0.30165288,0.28512397,0.40495867,0.41322315,0.56198347,0.55785125,0.59504133,0.6570248,0.6652893,0.677686,0.6859504,0.70247936,0.7107438,0.7355372,0.7644628,0.7892562,0.7892562,0.7768595,0.74380165,0.76033056,0.76859504,0.71487606,0.7107438,0.73140496,0.6983471,0.69008267,0.677686,0.57438016,0.446281,0.5082645,0.5123967,0.38429752,0.5123967,0.46280992,0.4752066,0.40082645,0.30578512,0.28099173,0.32231405,0.3264463,0.25619835,0.23553719,0.26859504,0.37190083,0.3966942,0.41735536,0.46694216,0.56198347,0.6280992,0.677686,0.6818182,0.6652893,0.6363636,0.6363636,0.58264464,0.5082645,0.46280992,0.4338843,0.4338843,0.45041323,0.4752066,0.47107437,0.41735536,0.39256197,0.2520661,0.27272728,0.4214876,0.42561984,0.57438016,0.5165289,0.62396693,0.6570248,0.6735537,0.7107438,0.70247936,0.72727275,0.7355372,0.73966944,0.7768595,0.7892562,0.7768595,0.76859504,0.74380165,0.7644628,0.75206614,0.70247936,0.7107438,0.69008267,0.59090906,0.61570245,0.58264464,0.43801653,0.4214876,0.5,0.47107437,0.45867768,0.46280992,0.43801653,0.4214876,0.44214877,0.4090909,0.39256197,0.446281,0.40495867,0.35950413,0.30578512,0.38429752,0.36363637,0.3677686,0.4090909,0.446281,0.5371901,0.59504133,0.6446281,0.677686,0.6652893,0.6404959,0.6363636,0.607438,0.55785125,0.49586776,0.45041323,0.43801653,0.41735536,0.4214876,0.42975205,0.40495867,0.38842976,0.24380165,0.27272728,0.42975205,0.42975205,0.5495868,0.49586776,0.62396693,0.62396693,0.6487603,0.7107438,0.6983471,0.71900827,0.73140496,0.71900827,0.7644628,0.7892562,0.76033056,0.75206614,0.76033056,0.76033056,0.73966944,0.6942149,0.6694215,0.58677685,0.5289256,0.553719,0.5082645,0.41322315,0.45867768,0.5082645,0.5082645,0.5123967,0.38842976,0.4338843,0.44214877,0.49586776,0.46694216,0.45041323,0.45867768,0.49173555,0.42561984,0.34710744,0.44214877,0.3553719,0.37190083,0.4090909,0.3966942,0.4752066,0.5165289,0.5495868,0.6404959,0.6694215,0.661157,0.6280992,0.61570245,0.57024795,0.5165289,0.47107437,0.45867768,0.42975205,0.39256197,0.38016528,0.38429752,0.35950413,0.24793388,0.2892562,0.4338843,0.3429752,0.5289256,0.49173555,0.5785124,0.57024795,0.61157024,0.69008267,0.6818182,0.7107438,0.7066116,0.7231405,0.74380165,0.75619835,0.75619835,0.7355372,0.76033056,0.76033056,0.6983471,0.6198347,0.58264464,0.5041322,0.5165289,0.5206612,0.4876033,0.45041323,0.5123967,0.5661157,0.5785124,0.5247934,0.4338843,0.5165289,0.553719,0.58264464,0.553719,0.5123967,0.45867768,0.45867768,0.4214876,0.37603307,0.42561984,0.40082645,0.30578512,0.4090909,0.38016528,0.43801653,0.43801653,0.45867768,0.57438016,0.661157,0.6652893,0.62396693,0.61570245,0.58677685,0.5247934,0.49173555,0.5,0.45867768,0.38429752,0.35123968,0.35950413,0.3140496,0.23553719,0.29338843,0.34710744,0.1570248,0.5165289,0.5041322,0.5495868,0.55785125,0.57024795,0.69008267,0.6570248,0.677686,0.677686,0.71900827,0.71900827,0.7231405,0.73966944,0.74793386,0.74793386,0.76033056,0.59504133,0.5661157,0.5371901,0.5041322,0.5165289,0.5041322,0.5,0.5082645,0.553719,0.55785125,0.58264464,0.5413223,0.5123967,0.5371901,0.57438016,0.62396693,0.6487603,0.59504133,0.5041322,0.49173555,0.4214876,0.4214876,0.45041323,0.4090909,0.26859504,0.38842976,0.38842976,0.40082645,0.40082645,0.40082645,0.49173555,0.59917355,0.6570248,0.62396693,0.62396693,0.58677685,0.54545456,0.5123967,0.5247934,0.49586776,0.38016528,0.33471075,0.30165288,0.28512397,0.2520661,0.2520661,0.18181819,0.07024793,0.45041323,0.5165289,0.5,0.55785125,0.55785125,0.6652893,0.60330576,0.59917355,0.62396693,0.6652893,0.6818182,0.7066116,0.71900827,0.76033056,0.75619835,0.71900827,0.49173555,0.5371901,0.5165289,0.5165289,0.4876033,0.4752066,0.5247934,0.5165289,0.4752066,0.42975205,0.45041323,0.4214876,0.41322315,0.38842976,0.3966942,0.43801653,0.46694216,0.45454547,0.446281,0.45041323,0.39256197,0.3966942,0.4338843,0.37190083,0.3429752,0.37603307,0.38429752,0.37603307,0.38429752,0.39256197,0.41322315,0.5165289,0.6322314,0.60330576,0.59504133,0.58264464,0.53305787,0.4876033,0.49586776,0.5041322,0.3966942,0.34710744,0.26859504,0.2603306,0.2892562,0.18181819,0.10743801,0.07024793,0.41322315,0.5041322,0.46694216,0.53305787,0.57024795,0.61570245,0.5495868,0.55785125,0.553719,0.60330576,0.6818182,0.7231405,0.71487606,0.76859504,0.74793386,0.677686,0.47933885,0.5,0.49173555,0.4752066,0.45041323,0.43801653,0.45867768,0.4090909,0.3264463,0.2768595,0.20661157,0.17768595,0.16528925,0.17768595,0.1983471,0.2231405,0.2231405,0.23966943,0.28099173,0.29752067,0.30578512,0.3181818,0.338843,0.2892562,0.3677686,0.36363637,0.30578512,0.3181818,0.338843,0.37190083,0.38429752,0.43801653,0.59090906,0.61157024,0.57438016,0.55785125,0.5371901,0.45867768,0.46280992,0.4876033,0.40082645,0.338843,0.26859504,0.23553719,0.30991736,0.16528925,0.08677686,0.09090909,0.32231405,0.5082645,0.49586776,0.5041322,0.53305787,0.58677685,0.5371901,0.5289256,0.5495868,0.58677685,0.6652893,0.69008267,0.6983471,0.74793386,0.7231405,0.6280992,0.5041322,0.43801653,0.44214877,0.4090909,0.38016528,0.35950413,0.30991736,0.2644628,0.21487603,0.11570248,0.07438017,0.08264463,0.0785124,0.08677686,0.09090909,0.09090909,0.08264463,0.09917355,0.09090909,0.10330579,0.12396694,0.16528925,0.2644628,0.23553719,0.24793388,0.2892562,0.2603306,0.2603306,0.29752067,0.33471075,0.38429752,0.38016528,0.5,0.607438,0.59504133,0.5289256,0.5123967,0.45867768,0.43801653,0.47933885,0.4090909,0.3181818,0.27272728,0.22727273,0.24793388,0.19008264,0.0785124,0.10743801,0.32231405,0.46280992,0.5041322,0.4876033,0.5206612,0.59090906,0.5247934,0.46694216,0.5082645,0.55785125,0.6694215,0.661157,0.6983471,0.74793386,0.71487606,0.553719,0.446281,0.42561984,0.40495867,0.35950413,0.36363637,0.35950413,0.2520661,0.3429752,0.4338843,0.4214876,0.3429752,0.21487603,0.15289256,0.12809917,0.09917355,0.0785124,0.0785124,0.08677686,0.10330579,0.13636364,0.16115703,0.1983471,0.3181818,0.29752067,0.21487603,0.18595041,0.17768595,0.23966943,0.3140496,0.3264463,0.38016528,0.40082645,0.4090909,0.5661157,0.62396693,0.5082645,0.5041322,0.45867768,0.41322315,0.43801653,0.40495867,0.32231405,0.25619835,0.2644628,0.25619835,0.18595041,0.07438017,0.09917355,0.35123968,0.40495867,0.45867768,0.46280992,0.4876033,0.5371901,0.49586776,0.42975205,0.4338843,0.53305787,0.61570245,0.60330576,0.6859504,0.72727275,0.677686,0.57438016,0.42561984,0.38429752,0.37603307,0.553719,0.6694215,0.6363636,0.55785125,0.607438,0.6528926,0.6528926,0.6322314,0.6280992,0.5785124,0.5413223,0.49173555,0.41735536,0.40495867,0.4752066,0.5165289,0.5785124,0.57024795,0.5495868,0.57024795,0.57024795,0.5123967,0.38842976,0.27272728,0.21900827,0.28512397,0.38016528,0.37190083,0.40082645,0.43801653,0.53305787,0.59090906,0.5289256,0.446281,0.45041323,0.38429752,0.40495867,0.40495867,0.3140496,0.24380165,0.2644628,0.28099173,0.1446281,0.07024793,0.09090909,0.37603307,0.37603307,0.44214877,0.47107437,0.46280992,0.446281,0.47107437,0.4214876,0.43801653,0.5123967,0.553719,0.57438016,0.6446281,0.6528926,0.6322314,0.5082645,0.47933885,0.3429752,0.5,0.6818182,0.7231405,0.71900827,0.677686,0.6735537,0.6735537,0.6942149,0.6528926,0.73140496,0.6735537,0.6694215,0.6528926,0.6735537,0.6446281,0.6487603,0.6446281,0.6694215,0.59090906,0.58264464,0.607438,0.57438016,0.5495868,0.5041322,0.53305787,0.5206612,0.41735536,0.44214877,0.42975205,0.45454547,0.41322315,0.5165289,0.55785125,0.4876033,0.4338843,0.42975205,0.35123968,0.38842976,0.41322315,0.3429752,0.25619835,0.28512397,0.29752067,0.17355372,0.08264463,0.0785124,0.40082645,0.3966942,0.48347107,0.42975205,0.44214877,0.41735536,0.45041323,0.41322315,0.43801653,0.5206612,0.4752066,0.5123967,0.6404959,0.58264464,0.607438,0.4752066,0.42975205,0.37603307,0.6198347,0.7066116,0.72727275,0.72727275,0.7066116,0.677686,0.62396693,0.6446281,0.6446281,0.75206614,0.70247936,0.6983471,0.661157,0.6735537,0.6694215,0.6528926,0.6570248,0.6570248,0.58677685,0.56198347,0.58677685,0.5247934,0.5289256,0.5495868,0.56198347,0.5785124,0.5206612,0.48347107,0.47933885,0.4876033,0.47107437,0.5041322,0.53305787,0.4876033,0.42561984,0.38842976,0.32231405,0.3677686,0.39256197,0.33471075,0.27272728,0.26859504,0.22727273,0.13636364,0.10743801,0.08264463,0.3553719,0.42561984,0.49173555,0.39256197,0.4338843,0.40495867,0.43801653,0.43801653,0.41735536,0.5289256,0.38429752,0.5082645,0.5371901,0.57438016,0.58677685,0.48347107,0.34710744,0.4214876,0.6570248,0.7066116,0.71900827,0.6942149,0.6487603,0.6363636,0.6404959,0.62396693,0.61157024,0.61570245,0.6528926,0.661157,0.61570245,0.6446281,0.6528926,0.62396693,0.61570245,0.60330576,0.57024795,0.5495868,0.5661157,0.5371901,0.5413223,0.5206612,0.5041322,0.5495868,0.54545456,0.5,0.5082645,0.47933885,0.5041322,0.49173555,0.5206612,0.48347107,0.41322315,0.33471075,0.29338843,0.32231405,0.36363637,0.30991736,0.25619835,0.23140496,0.17768595,0.11570248,0.09917355,0.09504132,0.3264463,0.38842976,0.446281,0.38429752,0.40082645,0.40082645,0.4214876,0.42975205,0.42561984,0.4752066,0.38842976,0.5,0.5165289,0.5289256,0.5247934,0.48347107,0.338843,0.43801653,0.6735537,0.70247936,0.7066116,0.69008267,0.6528926,0.58677685,0.59504133,0.61157024,0.607438,0.61157024,0.60330576,0.57438016,0.57024795,0.58677685,0.5785124,0.553719,0.5413223,0.5371901,0.5247934,0.5082645,0.5289256,0.48347107,0.47107437,0.46280992,0.47107437,0.5371901,0.5289256,0.5247934,0.5206612,0.49586776,0.47107437,0.5,0.47107437,0.46694216,0.41735536,0.32231405,0.27272728,0.32231405,0.32231405,0.29752067,0.2231405,0.20661157,0.16528925,0.10330579,0.09090909,0.09090909,0.24793388,0.338843,0.3966942,0.37603307,0.38842976,0.40082645,0.40495867,0.4090909,0.42975205,0.42975205,0.44214877,0.45454547,0.446281,0.5,0.5123967,0.44214877,0.41735536,0.42561984,0.6652893,0.6818182,0.6859504,0.6570248,0.6446281,0.5785124,0.607438,0.5165289,0.53305787,0.5041322,0.45867768,0.4214876,0.4090909,0.41735536,0.38842976,0.3966942,0.39256197,0.38016528,0.40082645,0.35950413,0.47107437,0.40495867,0.46694216,0.46694216,0.48347107,0.5082645,0.5,0.5206612,0.5082645,0.49173555,0.42975205,0.48347107,0.4338843,0.43801653,0.40082645,0.35950413,0.24793388,0.3181818,0.29752067,0.26859504,0.1983471,0.19008264,0.15289256,0.09917355,0.08264463,0.09504132,0.1694215,0.3140496,0.38016528,0.3305785,0.3677686,0.37190083,0.4090909,0.40082645,0.4338843,0.42975205,0.4338843,0.44214877,0.40082645,0.5,0.5495868,0.4214876,0.43801653,0.5165289,0.6570248,0.6528926,0.6528926,0.6404959,0.60330576,0.56198347,0.59917355,0.4876033,0.5123967,0.4214876,0.37603307,0.30165288,0.29752067,0.35950413,0.29338843,0.3140496,0.32231405,0.3181818,0.3305785,0.29752067,0.45454547,0.35123968,0.45041323,0.45867768,0.4876033,0.48347107,0.45867768,0.48347107,0.5082645,0.49173555,0.37603307,0.4214876,0.3966942,0.40495867,0.3677686,0.338843,0.27272728,0.28099173,0.28512397,0.26859504,0.18595041,0.17355372,0.13636364,0.09504132,0.08677686,0.08264463,0.12809917,0.26859504,0.35950413,0.2892562,0.338843,0.3429752,0.38016528,0.41322315,0.44214877,0.41735536,0.41322315,0.3966942,0.446281,0.45041323,0.5289256,0.35123968,0.45454547,0.59090906,0.6652893,0.6404959,0.6322314,0.6528926,0.59090906,0.57024795,0.56198347,0.47107437,0.4752066,0.4090909,0.37603307,0.338843,0.30578512,0.39256197,0.36363637,0.29752067,0.37603307,0.36363637,0.338843,0.35123968,0.4090909,0.37190083,0.41322315,0.42561984,0.45867768,0.46280992,0.446281,0.47107437,0.49586776,0.46694216,0.3553719,0.32231405,0.34710744,0.35123968,0.29338843,0.28512397,0.29752067,0.2603306,0.27272728,0.25619835,0.19008264,0.13636364,0.10330579,0.09090909,0.09504132,0.07438017,0.11983471,0.2520661,0.30165288,0.2768595,0.32231405,0.32231405,0.3181818,0.4214876,0.446281,0.38842976,0.40495867,0.37603307,0.446281,0.37190083,0.446281,0.32231405,0.4214876,0.54545456,0.6363636,0.6280992,0.6404959,0.6446281,0.607438,0.59090906,0.57024795,0.4752066,0.46694216,0.44214877,0.40495867,0.4214876,0.3264463,0.4090909,0.43801653,0.37603307,0.45454547,0.40082645,0.4214876,0.41322315,0.40495867,0.3966942,0.4338843,0.4338843,0.45041323,0.4752066,0.45454547,0.4752066,0.46694216,0.39256197,0.38016528,0.2768595,0.2892562,0.26859504,0.23553719,0.25619835,0.29338843,0.2603306,0.2768595,0.23553719,0.1694215,0.10743801,0.08264463,0.09090909,0.08677686,0.08264463,0.1570248,0.19008264,0.25619835,0.2520661,0.30578512,0.3140496,0.3181818,0.38016528,0.38842976,0.3677686,0.40082645,0.37603307,0.42975205,0.3264463,0.35950413,0.35950413,0.38016528,0.49586776,0.58264464,0.59917355,0.6446281,0.6280992,0.6322314,0.61570245,0.61157024,0.57024795,0.5206612,0.5413223,0.48347107,0.5082645,0.4214876,0.42561984,0.46694216,0.4876033,0.5165289,0.45041323,0.47933885,0.45454547,0.40495867,0.41322315,0.446281,0.49586776,0.48347107,0.4752066,0.446281,0.5,0.4338843,0.3553719,0.38842976,0.25619835,0.20247933,0.26859504,0.23553719,0.2231405,0.2603306,0.2603306,0.2603306,0.20661157,0.14876033,0.09504132,0.09090909,0.08264463,0.09504132,0.0785124,0.1570248,0.13636364,0.22727273,0.2520661,0.2768595,0.3181818,0.3305785,0.3553719,0.39256197,0.33471075,0.3553719,0.338843,0.41735536,0.30991736,0.30578512,0.37603307,0.338843,0.42561984,0.5206612,0.59504133,0.61570245,0.58264464,0.6363636,0.62396693,0.62396693,0.6735537,0.6363636,0.6570248,0.53305787,0.553719,0.5165289,0.48347107,0.49586776,0.5165289,0.5661157,0.5165289,0.5661157,0.5206612,0.45041323,0.446281,0.45454547,0.5165289,0.5,0.47107437,0.45041323,0.45041323,0.39256197,0.34710744,0.29752067,0.21900827,0.21487603,0.2644628,0.23140496,0.23140496,0.24380165,0.25619835,0.22727273,0.19421488,0.15289256,0.09917355,0.08677686,0.08677686,0.09917355,0.08264463,0.14049587,0.13636364,0.18595041,0.25619835,0.28512397,0.29338843,0.29752067,0.33471075,0.38016528,0.29752067,0.3429752,0.22727273,0.4090909,0.24380165,0.23966943,0.33471075,0.37603307,0.39256197,0.5247934,0.57438016,0.58677685,0.58264464,0.6487603,0.677686,0.6528926,0.6652893,0.6363636,0.6818182,0.56198347,0.57024795,0.5371901,0.5082645,0.4876033,0.48347107,0.5413223,0.53305787,0.6280992,0.55785125,0.46280992,0.5785124,0.5123967,0.49586776,0.47933885,0.42975205,0.41322315,0.38429752,0.3677686,0.3429752,0.30991736,0.1983471,0.19008264,0.2603306,0.25619835,0.23553719,0.23140496,0.23553719,0.19421488,0.1446281,0.1446281,0.14049587,0.09090909,0.08677686,0.09504132,0.0661157,0.15289256,0.16115703,0.1322314,0.2520661,0.25619835,0.27272728,0.28099173,0.338843,0.30991736,0.3181818,0.3140496,0.23140496,0.23553719,0.338843,0.29338843,0.28099173,0.30991736,0.3305785,0.49586776,0.5123967,0.53305787,0.553719,0.6528926,0.69008267,0.6322314,0.61157024,0.62396693,0.6198347,0.57024795,0.55785125,0.5371901,0.5495868,0.4752066,0.5,0.553719,0.607438,0.6198347,0.5785124,0.47107437,0.5289256,0.57438016,0.49586776,0.41322315,0.38842976,0.3553719,0.32231405,0.2768595,0.23966943,0.2520661,0.17355372,0.19008264,0.20247933,0.2644628,0.2231405,0.22727273,0.21487603,0.17768595,0.11570248,0.09917355,0.11983471,0.0785124,0.09504132,0.0785124,0.0785124,13 +0.38016528,0.39256197,0.41322315,0.5661157,0.59090906,0.59090906,0.6322314,0.69008267,0.72727275,0.7644628,0.79752064,0.7933884,0.80991733,0.7933884,0.7933884,0.78512394,0.78099173,0.8016529,0.80991733,0.822314,0.822314,0.8264463,0.8264463,0.822314,0.8305785,0.8347107,0.8305785,0.822314,0.822314,0.822314,0.8347107,0.8305785,0.838843,0.8347107,0.8305785,0.8305785,0.8140496,0.8181818,0.822314,0.80991733,0.8140496,0.80991733,0.79752064,0.7892562,0.7768595,0.76033056,0.73140496,0.71487606,0.7107438,0.6859504,0.6487603,0.661157,0.6570248,0.661157,0.6528926,0.6446281,0.6363636,0.62396693,0.607438,0.57024795,0.5371901,0.5,0.45454547,0.45041323,0.41735536,0.3553719,0.44214877,0.60330576,0.59090906,0.57024795,0.6322314,0.69008267,0.75619835,0.76033056,0.7892562,0.8016529,0.79752064,0.7892562,0.7933884,0.79752064,0.8057851,0.8181818,0.8264463,0.8347107,0.8264463,0.8264463,0.838843,0.8347107,0.838843,0.838843,0.822314,0.8264463,0.822314,0.8264463,0.838843,0.822314,0.8305785,0.838843,0.8305785,0.8429752,0.8264463,0.8181818,0.8181818,0.8264463,0.8264463,0.8181818,0.80991733,0.8016529,0.7933884,0.7768595,0.75619835,0.74380165,0.73140496,0.6942149,0.6652893,0.6570248,0.6280992,0.6528926,0.6487603,0.661157,0.6487603,0.61570245,0.61157024,0.57024795,0.5495868,0.5123967,0.45454547,0.44214877,0.4214876,0.3305785,0.49173555,0.59504133,0.58264464,0.57438016,0.6487603,0.6859504,0.77272725,0.76033056,0.79752064,0.8016529,0.78512394,0.7892562,0.8016529,0.8140496,0.822314,0.8264463,0.8305785,0.8347107,0.8347107,0.8429752,0.8471074,0.8471074,0.8429752,0.8471074,0.8471074,0.8264463,0.822314,0.8305785,0.838843,0.822314,0.822314,0.8347107,0.8429752,0.8429752,0.8347107,0.8347107,0.8347107,0.838843,0.8347107,0.8347107,0.8181818,0.80991733,0.8057851,0.7768595,0.7644628,0.76033056,0.74793386,0.6983471,0.6983471,0.6735537,0.6280992,0.6363636,0.6487603,0.6446281,0.6446281,0.62396693,0.61157024,0.58264464,0.55785125,0.5247934,0.46694216,0.42561984,0.39256197,0.33471075,0.46694216,0.56198347,0.57024795,0.58677685,0.6735537,0.6859504,0.75206614,0.7768595,0.7892562,0.7933884,0.78512394,0.8016529,0.8057851,0.8140496,0.822314,0.822314,0.8305785,0.8347107,0.838843,0.8429752,0.8429752,0.8512397,0.8471074,0.8512397,0.8553719,0.8553719,0.8347107,0.838843,0.8512397,0.8264463,0.8181818,0.838843,0.8512397,0.8512397,0.8429752,0.8429752,0.8471074,0.8471074,0.838843,0.8429752,0.8305785,0.8181818,0.8140496,0.78512394,0.76859504,0.76033056,0.74380165,0.7066116,0.70247936,0.70247936,0.6735537,0.6487603,0.6487603,0.6404959,0.6404959,0.62396693,0.607438,0.57024795,0.55785125,0.5247934,0.45867768,0.4214876,0.3429752,0.3264463,0.42975205,0.5371901,0.553719,0.59504133,0.677686,0.70247936,0.75206614,0.76859504,0.7933884,0.78099173,0.7892562,0.7933884,0.7892562,0.8057851,0.8181818,0.822314,0.838843,0.8347107,0.838843,0.8429752,0.8429752,0.8553719,0.8471074,0.8595041,0.8595041,0.8636364,0.8471074,0.838843,0.8677686,0.838843,0.8264463,0.8429752,0.8512397,0.8553719,0.8595041,0.8553719,0.8553719,0.8512397,0.8471074,0.8429752,0.8471074,0.8140496,0.80991733,0.7933884,0.7768595,0.73966944,0.73140496,0.70247936,0.677686,0.6818182,0.6818182,0.6528926,0.6446281,0.6404959,0.6280992,0.607438,0.59504133,0.57438016,0.55785125,0.5165289,0.46694216,0.42975205,0.30578512,0.29752067,0.4214876,0.5371901,0.5413223,0.61157024,0.661157,0.7107438,0.75206614,0.7644628,0.78512394,0.7892562,0.77272725,0.7644628,0.78512394,0.80991733,0.8181818,0.8264463,0.8347107,0.8347107,0.8347107,0.8347107,0.838843,0.8595041,0.8512397,0.8595041,0.8677686,0.8636364,0.8553719,0.8429752,0.8719008,0.8595041,0.8429752,0.8429752,0.8471074,0.8595041,0.8677686,0.8595041,0.8595041,0.8553719,0.8512397,0.838843,0.8264463,0.7933884,0.78512394,0.8016529,0.7892562,0.75619835,0.72727275,0.7066116,0.6652893,0.6487603,0.6528926,0.6363636,0.6363636,0.6363636,0.62396693,0.59917355,0.59504133,0.59090906,0.55785125,0.5206612,0.48347107,0.4338843,0.30991736,0.2892562,0.4338843,0.5495868,0.54545456,0.60330576,0.6570248,0.70247936,0.73966944,0.77272725,0.77272725,0.74380165,0.73140496,0.76033056,0.7892562,0.79752064,0.7892562,0.8057851,0.80991733,0.8057851,0.78512394,0.7933884,0.8140496,0.8347107,0.8471074,0.8595041,0.8471074,0.8471074,0.8553719,0.8471074,0.8677686,0.8636364,0.8512397,0.8429752,0.8429752,0.8553719,0.8677686,0.8553719,0.8595041,0.8595041,0.8429752,0.80991733,0.76859504,0.72727275,0.75619835,0.7644628,0.75206614,0.75206614,0.71900827,0.6942149,0.661157,0.6487603,0.6487603,0.6198347,0.60330576,0.61157024,0.6198347,0.59504133,0.58677685,0.59090906,0.55785125,0.5289256,0.49173555,0.4214876,0.30578512,0.34710744,0.40495867,0.55785125,0.553719,0.60330576,0.6446281,0.7066116,0.73140496,0.75206614,0.73140496,0.7066116,0.73140496,0.7644628,0.77272725,0.76859504,0.74793386,0.73140496,0.71487606,0.6942149,0.6942149,0.70247936,0.73966944,0.78512394,0.8140496,0.838843,0.838843,0.838843,0.8429752,0.8429752,0.8512397,0.8595041,0.8595041,0.8429752,0.8264463,0.8471074,0.8636364,0.8553719,0.8512397,0.8553719,0.8016529,0.75206614,0.7066116,0.6404959,0.61570245,0.61570245,0.6487603,0.6859504,0.6818182,0.661157,0.6570248,0.6528926,0.6363636,0.6198347,0.607438,0.59090906,0.59504133,0.58677685,0.56198347,0.5785124,0.553719,0.5289256,0.49586776,0.41322315,0.26859504,0.4090909,0.38429752,0.5661157,0.55785125,0.60330576,0.6363636,0.7066116,0.7231405,0.7066116,0.70247936,0.7107438,0.73966944,0.76033056,0.73966944,0.70247936,0.6570248,0.57438016,0.56198347,0.5371901,0.607438,0.6322314,0.6570248,0.7107438,0.74793386,0.80991733,0.8347107,0.8347107,0.8305785,0.822314,0.822314,0.8429752,0.8595041,0.8347107,0.8016529,0.8305785,0.8512397,0.8512397,0.822314,0.8347107,0.73966944,0.6859504,0.6735537,0.57438016,0.5289256,0.5247934,0.5289256,0.55785125,0.58264464,0.59504133,0.62396693,0.6363636,0.62396693,0.61570245,0.61570245,0.59090906,0.57438016,0.5785124,0.5495868,0.55785125,0.5495868,0.5123967,0.4876033,0.42975205,0.27272728,0.47107437,0.38016528,0.54545456,0.56198347,0.59917355,0.6322314,0.6942149,0.7066116,0.69008267,0.7066116,0.72727275,0.72727275,0.71900827,0.6859504,0.60330576,0.5495868,0.45867768,0.45041323,0.45041323,0.5247934,0.5661157,0.607438,0.6487603,0.71900827,0.76859504,0.8181818,0.822314,0.8181818,0.8181818,0.8057851,0.8347107,0.8553719,0.8057851,0.76859504,0.80991733,0.8347107,0.838843,0.7644628,0.76859504,0.6694215,0.59917355,0.59090906,0.49586776,0.47933885,0.4752066,0.42975205,0.446281,0.4752066,0.5165289,0.57024795,0.607438,0.6198347,0.61157024,0.60330576,0.58677685,0.59090906,0.553719,0.5371901,0.5165289,0.53305787,0.5,0.4752066,0.42975205,0.32231405,0.48347107,0.41322315,0.5206612,0.58677685,0.59504133,0.6198347,0.6735537,0.6983471,0.69008267,0.7066116,0.6983471,0.661157,0.6446281,0.6322314,0.57024795,0.4876033,0.446281,0.40082645,0.42561984,0.4338843,0.48347107,0.5371901,0.58677685,0.6652893,0.70247936,0.77272725,0.79752064,0.80991733,0.822314,0.80991733,0.838843,0.8595041,0.78099173,0.77272725,0.7933884,0.8181818,0.80991733,0.7066116,0.6735537,0.58677685,0.5206612,0.48347107,0.42975205,0.38842976,0.37603307,0.3677686,0.38842976,0.42561984,0.47933885,0.5289256,0.56198347,0.59917355,0.59090906,0.5785124,0.5661157,0.59504133,0.5495868,0.5123967,0.48347107,0.53305787,0.49173555,0.4752066,0.44214877,0.3264463,0.48347107,0.44214877,0.5371901,0.58677685,0.59504133,0.61157024,0.6528926,0.69008267,0.6818182,0.69008267,0.6446281,0.6363636,0.6446281,0.677686,0.6942149,0.6735537,0.661157,0.6198347,0.5289256,0.43801653,0.40082645,0.4214876,0.46694216,0.53305787,0.59090906,0.69008267,0.7644628,0.8016529,0.8140496,0.8181818,0.8429752,0.8553719,0.78512394,0.77272725,0.79752064,0.8181818,0.77272725,0.6570248,0.57024795,0.4876033,0.45041323,0.3966942,0.37190083,0.3429752,0.3553719,0.38842976,0.43801653,0.5,0.5206612,0.5371901,0.5661157,0.59504133,0.5785124,0.56198347,0.5413223,0.58264464,0.5413223,0.5123967,0.46280992,0.49173555,0.4876033,0.46694216,0.446281,0.338843,0.446281,0.46280992,0.5413223,0.59090906,0.59090906,0.60330576,0.6446281,0.6528926,0.6487603,0.6446281,0.62396693,0.6487603,0.6528926,0.677686,0.71487606,0.71487606,0.7231405,0.6735537,0.61157024,0.61570245,0.57438016,0.56198347,0.54545456,0.55785125,0.59090906,0.661157,0.74793386,0.8016529,0.8264463,0.8305785,0.8471074,0.8429752,0.7892562,0.75619835,0.8016529,0.7933884,0.70247936,0.553719,0.46280992,0.41322315,0.3966942,0.3553719,0.3553719,0.42975205,0.56198347,0.6446281,0.7066116,0.7231405,0.6652893,0.61157024,0.61570245,0.61570245,0.61570245,0.5785124,0.5247934,0.5495868,0.54545456,0.53305787,0.47933885,0.45454547,0.4752066,0.46280992,0.43801653,0.3305785,0.4214876,0.4338843,0.5495868,0.60330576,0.58264464,0.5785124,0.57438016,0.57024795,0.59090906,0.59917355,0.6198347,0.6198347,0.59917355,0.58677685,0.58264464,0.6528926,0.69008267,0.6280992,0.62396693,0.6570248,0.7066116,0.74380165,0.74793386,0.74793386,0.74380165,0.74380165,0.77272725,0.80991733,0.8181818,0.8140496,0.8057851,0.77272725,0.7107438,0.70247936,0.72727275,0.74380165,0.69008267,0.6280992,0.607438,0.5785124,0.5413223,0.47107437,0.45867768,0.53305787,0.6404959,0.7107438,0.74793386,0.78099173,0.76033056,0.7066116,0.6487603,0.62396693,0.61570245,0.57438016,0.5371901,0.5165289,0.5247934,0.5247934,0.47933885,0.44214877,0.43801653,0.45867768,0.4338843,0.28099173,0.38016528,0.42561984,0.5785124,0.61570245,0.5495868,0.5413223,0.5495868,0.553719,0.5661157,0.59917355,0.6363636,0.57438016,0.59504133,0.6280992,0.59090906,0.58264464,0.58677685,0.5165289,0.53305787,0.58677685,0.59917355,0.5661157,0.5661157,0.59917355,0.6198347,0.62396693,0.61570245,0.61570245,0.69008267,0.71900827,0.7107438,0.6859504,0.6652893,0.6404959,0.6280992,0.6528926,0.6363636,0.61570245,0.59090906,0.57024795,0.55785125,0.5371901,0.53305787,0.4876033,0.42975205,0.44214877,0.49173555,0.49586776,0.49173555,0.5123967,0.53305787,0.5247934,0.5247934,0.5041322,0.5,0.48347107,0.5082645,0.49173555,0.47107437,0.44214877,0.42561984,0.45454547,0.43801653,0.23966943,0.3140496,0.42561984,0.677686,0.59090906,0.55785125,0.58264464,0.58264464,0.58677685,0.57438016,0.6198347,0.5041322,0.5247934,0.61157024,0.47933885,0.4214876,0.29752067,0.41322315,0.24793388,0.35950413,0.5206612,0.57438016,0.58264464,0.5495868,0.5206612,0.49586776,0.5371901,0.49586776,0.37190083,0.59917355,0.6528926,0.61570245,0.5785124,0.5785124,0.38429752,0.3429752,0.46280992,0.44214877,0.44214877,0.41735536,0.44214877,0.4752066,0.49173555,0.49173555,0.4214876,0.28512397,0.30578512,0.4338843,0.28099173,0.25619835,0.3553719,0.46694216,0.48347107,0.42561984,0.41735536,0.43801653,0.4214876,0.46280992,0.45041323,0.45867768,0.45041323,0.4338843,0.44214877,0.446281,0.20247933,0.24793388,0.49173555,0.59917355,0.55785125,0.59504133,0.59917355,0.59504133,0.59090906,0.57024795,0.59504133,0.35950413,0.553719,0.4338843,0.28099173,0.38842976,0.23140496,0.38429752,0.30165288,0.4090909,0.6198347,0.5413223,0.5247934,0.5785124,0.61157024,0.58677685,0.59504133,0.6446281,0.40082645,0.8140496,0.8181818,0.76033056,0.74380165,0.74793386,0.5371901,0.3966942,0.446281,0.40082645,0.40082645,0.42561984,0.5165289,0.5206612,0.45454547,0.5123967,0.48347107,0.2892562,0.3553719,0.5123967,0.2644628,0.19008264,0.30165288,0.35950413,0.41735536,0.45867768,0.38429752,0.40495867,0.45867768,0.41735536,0.40082645,0.446281,0.45867768,0.43801653,0.4338843,0.45454547,0.1694215,0.3264463,0.47107437,0.5082645,0.57024795,0.61157024,0.6322314,0.59090906,0.59504133,0.5785124,0.45867768,0.3966942,0.446281,0.36363637,0.3966942,0.3181818,0.2892562,0.3181818,0.38016528,0.553719,0.78512394,0.6818182,0.54545456,0.5247934,0.61157024,0.72727275,0.6404959,0.71487606,0.43801653,0.71487606,0.6404959,0.55785125,0.5123967,0.5082645,0.553719,0.42561984,0.4752066,0.49586776,0.47107437,0.5661157,0.58677685,0.47107437,0.46280992,0.661157,0.6735537,0.338843,0.32231405,0.30165288,0.3181818,0.2603306,0.40082645,0.48347107,0.36363637,0.338843,0.38429752,0.33471075,0.4338843,0.46694216,0.42975205,0.4090909,0.446281,0.446281,0.43801653,0.46280992,0.17768595,0.44214877,0.38429752,0.41322315,0.59090906,0.6322314,0.61157024,0.6404959,0.58264464,0.553719,0.45867768,0.47107437,0.44214877,0.5123967,0.5661157,0.37603307,0.38016528,0.4338843,0.47933885,0.6694215,0.8512397,0.7768595,0.6652893,0.6280992,0.6446281,0.7644628,0.74380165,0.71900827,0.5289256,0.4752066,0.56198347,0.5413223,0.47933885,0.45041323,0.5082645,0.42561984,0.53305787,0.56198347,0.60330576,0.6404959,0.57438016,0.5123967,0.5785124,0.75206614,0.8057851,0.49173555,0.3305785,0.30578512,0.37603307,0.35950413,0.58264464,0.57438016,0.47933885,0.37603307,0.3305785,0.37603307,0.4090909,0.46694216,0.48347107,0.41322315,0.4214876,0.46280992,0.45041323,0.47107437,0.32231405,0.46280992,0.35950413,0.4214876,0.5785124,0.6280992,0.62396693,0.6322314,0.60330576,0.607438,0.56198347,0.53305787,0.5413223,0.6735537,0.69008267,0.59090906,0.47933885,0.5247934,0.6446281,0.74380165,0.7644628,0.73966944,0.6735537,0.70247936,0.7355372,0.8057851,0.7933884,0.6198347,0.74793386,0.3140496,0.6983471,0.75206614,0.6942149,0.61570245,0.5206612,0.37603307,0.5123967,0.56198347,0.6446281,0.7066116,0.6818182,0.6446281,0.6322314,0.73140496,0.76859504,0.6528926,0.5,0.41322315,0.44214877,0.59090906,0.6983471,0.6487603,0.58677685,0.4876033,0.38016528,0.43801653,0.47933885,0.46694216,0.46694216,0.446281,0.4214876,0.46280992,0.47933885,0.47107437,0.49586776,0.4752066,0.34710744,0.5,0.5082645,0.6322314,0.7066116,0.6570248,0.6322314,0.6322314,0.62396693,0.607438,0.59917355,0.71900827,0.6942149,0.6404959,0.59504133,0.60330576,0.6487603,0.6363636,0.6818182,0.7107438,0.69008267,0.73966944,0.76859504,0.78512394,0.75619835,0.58677685,0.79752064,0.5289256,0.76859504,0.7892562,0.7355372,0.6570248,0.55785125,0.338843,0.47107437,0.53305787,0.59917355,0.73140496,0.7644628,0.73140496,0.661157,0.69008267,0.6487603,0.6280992,0.607438,0.5289256,0.56198347,0.6404959,0.6528926,0.6446281,0.6446281,0.59090906,0.4338843,0.446281,0.49586776,0.49173555,0.47107437,0.49173555,0.47107437,0.46694216,0.5041322,0.47107437,0.44214877,0.553719,0.35123968,0.553719,0.5123967,0.58677685,0.7066116,0.7107438,0.6942149,0.661157,0.6735537,0.69008267,0.6363636,0.6859504,0.6528926,0.59504133,0.57438016,0.56198347,0.58677685,0.607438,0.6280992,0.60330576,0.60330576,0.6404959,0.6528926,0.661157,0.6446281,0.62396693,0.48347107,0.4752066,0.5123967,0.5206612,0.5123967,0.5123967,0.446281,0.338843,0.43801653,0.47933885,0.5082645,0.61157024,0.6528926,0.6404959,0.59090906,0.61157024,0.553719,0.5289256,0.5082645,0.48347107,0.48347107,0.5123967,0.5247934,0.553719,0.59504133,0.553719,0.4876033,0.49586776,0.5165289,0.5206612,0.5247934,0.5371901,0.5413223,0.44214877,0.48347107,0.4338843,0.26859504,0.607438,0.37190083,0.553719,0.57438016,0.61157024,0.6735537,0.71900827,0.7231405,0.69008267,0.7066116,0.7066116,0.6446281,0.6446281,0.6280992,0.61570245,0.59917355,0.5785124,0.58264464,0.57024795,0.54545456,0.53305787,0.5206612,0.5289256,0.54545456,0.56198347,0.6404959,0.607438,0.23140496,0.34710744,0.47107437,0.44214877,0.38842976,0.3429752,0.30165288,0.3181818,0.42975205,0.47107437,0.446281,0.46694216,0.48347107,0.5041322,0.446281,0.4876033,0.45867768,0.43801653,0.4338843,0.42561984,0.42561984,0.45454547,0.46280992,0.5,0.53305787,0.53305787,0.5413223,0.5413223,0.53305787,0.5206612,0.5123967,0.5289256,0.55785125,0.45041323,0.42975205,0.41735536,0.1983471,0.59090906,0.41322315,0.5371901,0.61157024,0.6859504,0.71900827,0.70247936,0.677686,0.6652893,0.6859504,0.6694215,0.6198347,0.607438,0.59917355,0.60330576,0.6280992,0.6322314,0.6322314,0.6363636,0.607438,0.607438,0.57024795,0.5371901,0.5661157,0.6404959,0.6735537,0.54545456,0.28099173,0.6363636,0.75619835,0.6983471,0.607438,0.46280992,0.3264463,0.30991736,0.446281,0.5165289,0.5,0.41735536,0.40082645,0.4338843,0.3966942,0.45867768,0.43801653,0.42975205,0.43801653,0.4338843,0.4338843,0.4338843,0.4338843,0.45041323,0.47107437,0.5,0.5123967,0.5041322,0.5123967,0.48347107,0.4876033,0.5371901,0.5785124,0.55785125,0.42561984,0.35950413,0.24793388,0.5495868,0.43801653,0.5165289,0.6198347,0.71487606,0.7644628,0.7066116,0.6322314,0.61157024,0.60330576,0.61157024,0.61570245,0.6404959,0.6446281,0.6487603,0.7066116,0.72727275,0.7231405,0.75619835,0.7231405,0.6942149,0.6570248,0.6198347,0.6652893,0.6942149,0.6446281,0.47933885,0.46280992,0.822314,0.8429752,0.7892562,0.73966944,0.607438,0.38429752,0.32231405,0.46694216,0.55785125,0.53305787,0.5289256,0.446281,0.49173555,0.5495868,0.53305787,0.54545456,0.56198347,0.5247934,0.5123967,0.49586776,0.47107437,0.45454547,0.43801653,0.42561984,0.4214876,0.42561984,0.44214877,0.47107437,0.4752066,0.5165289,0.5785124,0.6198347,0.6652893,0.37190083,0.2231405,0.30165288,0.5495868,0.49173555,0.5041322,0.607438,0.7107438,0.7355372,0.6859504,0.6280992,0.59917355,0.57024795,0.57438016,0.607438,0.677686,0.7107438,0.73140496,0.77272725,0.78099173,0.7644628,0.8140496,0.7768595,0.74793386,0.7231405,0.73140496,0.73140496,0.6942149,0.607438,0.41735536,0.6404959,0.8471074,0.8305785,0.7892562,0.73966944,0.6446281,0.37190083,0.3305785,0.49173555,0.5661157,0.5247934,0.58677685,0.55785125,0.61570245,0.607438,0.6694215,0.6404959,0.661157,0.6280992,0.59504133,0.57024795,0.54545456,0.5206612,0.49173555,0.45041323,0.41322315,0.4090909,0.4214876,0.45867768,0.49586776,0.5413223,0.59504133,0.61157024,0.6652893,0.35950413,0.16115703,0.3264463,0.5495868,0.5413223,0.5041322,0.59090906,0.6818182,0.6983471,0.6735537,0.661157,0.6487603,0.6322314,0.6404959,0.6487603,0.6942149,0.73966944,0.74380165,0.76859504,0.78512394,0.77272725,0.80991733,0.7892562,0.78512394,0.78512394,0.7768595,0.72727275,0.6735537,0.5247934,0.41735536,0.76033056,0.8347107,0.8429752,0.78512394,0.74793386,0.6735537,0.338843,0.3181818,0.5,0.553719,0.5082645,0.5495868,0.6363636,0.6487603,0.6942149,0.73140496,0.6942149,0.7231405,0.69008267,0.6570248,0.6363636,0.62396693,0.59504133,0.57024795,0.5371901,0.5123967,0.4876033,0.48347107,0.48347107,0.5,0.5165289,0.57024795,0.5785124,0.61570245,0.37190083,0.30165288,0.37190083,0.5289256,0.5785124,0.5,0.5785124,0.6446281,0.6694215,0.69008267,0.71900827,0.7231405,0.71487606,0.71900827,0.71900827,0.7066116,0.73140496,0.71487606,0.76033056,0.77272725,0.78099173,0.79752064,0.8057851,0.80991733,0.8057851,0.76859504,0.7107438,0.6446281,0.4752066,0.56198347,0.80991733,0.8264463,0.8429752,0.77272725,0.75206614,0.73140496,0.42975205,0.29338843,0.49586776,0.56198347,0.5123967,0.5247934,0.6322314,0.6652893,0.71487606,0.7355372,0.74380165,0.74793386,0.71487606,0.6942149,0.6818182,0.6818182,0.6570248,0.6363636,0.6198347,0.60330576,0.5661157,0.5495868,0.5371901,0.5123967,0.5165289,0.5123967,0.553719,0.56198347,0.39256197,0.39256197,0.45867768,0.4876033,0.59917355,0.49586776,0.56198347,0.61157024,0.6652893,0.7066116,0.75206614,0.76033056,0.75619835,0.76033056,0.75619835,0.7066116,0.7066116,0.6942149,0.75206614,0.7644628,0.78099173,0.8016529,0.80991733,0.79752064,0.78099173,0.73966944,0.7066116,0.59090906,0.54545456,0.75619835,0.8140496,0.8429752,0.8181818,0.75619835,0.73966944,0.77272725,0.6446281,0.33471075,0.43801653,0.56198347,0.5495868,0.5165289,0.61157024,0.661157,0.7107438,0.72727275,0.76859504,0.76859504,0.73966944,0.7107438,0.6983471,0.6859504,0.6859504,0.677686,0.6735537,0.6570248,0.6363636,0.59090906,0.59090906,0.56198347,0.54545456,0.5206612,0.5413223,0.54545456,0.38016528,0.4090909,0.5247934,0.43801653,0.59090906,0.49586776,0.5495868,0.58677685,0.6694215,0.71900827,0.76033056,0.7768595,0.7768595,0.78512394,0.7768595,0.71900827,0.7355372,0.73966944,0.73140496,0.75206614,0.7768595,0.7892562,0.7933884,0.7768595,0.73966944,0.72727275,0.6735537,0.58264464,0.6942149,0.822314,0.80991733,0.8347107,0.8016529,0.7355372,0.71487606,0.74793386,0.76033056,0.53305787,0.30991736,0.553719,0.58677685,0.5289256,0.60330576,0.6652893,0.71487606,0.72727275,0.75206614,0.76033056,0.75206614,0.73140496,0.6983471,0.6818182,0.69008267,0.6859504,0.6818182,0.6735537,0.6735537,0.6363636,0.6570248,0.62396693,0.59917355,0.5495868,0.55785125,0.5289256,0.38016528,0.41735536,0.55785125,0.4090909,0.5371901,0.49586776,0.53305787,0.58677685,0.6694215,0.7107438,0.75206614,0.76859504,0.7768595,0.8016529,0.7892562,0.75206614,0.74380165,0.73140496,0.73966944,0.76033056,0.77272725,0.77272725,0.76859504,0.75619835,0.72727275,0.7107438,0.58264464,0.6446281,0.79752064,0.8016529,0.8057851,0.838843,0.7933884,0.75206614,0.71487606,0.71487606,0.75619835,0.69008267,0.33471075,0.44214877,0.607438,0.56198347,0.61157024,0.6735537,0.71900827,0.7231405,0.74380165,0.74793386,0.75619835,0.7231405,0.6859504,0.6859504,0.6818182,0.6694215,0.6735537,0.69008267,0.6818182,0.6694215,0.6942149,0.6735537,0.6487603,0.58677685,0.5661157,0.49586776,0.3553719,0.42561984,0.61157024,0.43801653,0.47107437,0.49586776,0.53305787,0.58677685,0.6570248,0.70247936,0.72727275,0.75619835,0.76859504,0.78512394,0.7768595,0.75206614,0.73966944,0.74380165,0.76859504,0.76859504,0.76859504,0.75619835,0.75206614,0.76859504,0.73966944,0.59917355,0.54545456,0.7355372,0.8264463,0.8016529,0.80991733,0.822314,0.7933884,0.76859504,0.71487606,0.70247936,0.7355372,0.71900827,0.49173555,0.29752067,0.553719,0.59090906,0.6198347,0.69008267,0.71487606,0.71487606,0.73140496,0.7355372,0.73140496,0.6942149,0.677686,0.6694215,0.677686,0.6570248,0.661157,0.70247936,0.677686,0.6818182,0.6859504,0.69008267,0.6694215,0.59917355,0.5661157,0.46694216,0.338843,0.42561984,0.677686,0.41322315,0.44214877,0.49586776,0.5247934,0.59090906,0.6322314,0.6859504,0.7107438,0.74380165,0.7355372,0.75206614,0.75619835,0.72727275,0.75619835,0.77272725,0.78512394,0.77272725,0.76033056,0.75619835,0.77272725,0.7768595,0.6818182,0.46694216,0.60330576,0.8016529,0.8347107,0.8016529,0.822314,0.8471074,0.8140496,0.7644628,0.7231405,0.69008267,0.6983471,0.72727275,0.58264464,0.30991736,0.40495867,0.57024795,0.6280992,0.6983471,0.7107438,0.71900827,0.73966944,0.71900827,0.7355372,0.71487606,0.70247936,0.6570248,0.661157,0.6487603,0.661157,0.6735537,0.6652893,0.6735537,0.6652893,0.677686,0.6570248,0.59504133,0.56198347,0.4338843,0.35950413,0.4338843,0.6570248,0.4752066,0.45454547,0.5041322,0.5165289,0.5785124,0.61570245,0.6694215,0.6983471,0.7107438,0.7231405,0.7231405,0.7355372,0.76033056,0.7768595,0.7892562,0.78099173,0.76859504,0.76859504,0.7892562,0.78512394,0.73966944,0.49173555,0.5,0.677686,0.78512394,0.8512397,0.79752064,0.8553719,0.8801653,0.8595041,0.73966944,0.73966944,0.7231405,0.70247936,0.70247936,0.6404959,0.47107437,0.3553719,0.47107437,0.6198347,0.71487606,0.71900827,0.71487606,0.7355372,0.73140496,0.72727275,0.71487606,0.70247936,0.6652893,0.6570248,0.6570248,0.661157,0.6322314,0.6322314,0.6363636,0.6280992,0.6570248,0.62396693,0.5785124,0.5165289,0.40495867,0.39256197,0.42975205,0.6363636,0.5247934,0.446281,0.59090906,0.56198347,0.5661157,0.61157024,0.6570248,0.6818182,0.6859504,0.7066116,0.7107438,0.75206614,0.78512394,0.78512394,0.76859504,0.76033056,0.77272725,0.7768595,0.78512394,0.73140496,0.5785124,0.44214877,0.6694215,0.6818182,0.6942149,0.8016529,0.77272725,0.8305785,0.8471074,0.8264463,0.74793386,0.72727275,0.73140496,0.7107438,0.70247936,0.6859504,0.6198347,0.46280992,0.37603307,0.5371901,0.7107438,0.7355372,0.71487606,0.7231405,0.72727275,0.71900827,0.7066116,0.6859504,0.6652893,0.6942149,0.6859504,0.661157,0.62396693,0.6198347,0.607438,0.61570245,0.61570245,0.5785124,0.553719,0.45454547,0.4090909,0.42561984,0.4090909,0.6363636,0.5123967,0.5041322,0.45041323,0.6363636,0.55785125,0.60330576,0.6280992,0.6528926,0.6942149,0.69008267,0.71487606,0.7644628,0.7644628,0.78512394,0.76033056,0.76859504,0.7768595,0.76033056,0.6942149,0.5123967,0.5123967,0.61157024,0.74380165,0.6446281,0.62396693,0.6983471,0.72727275,0.7231405,0.74793386,0.71487606,0.69008267,0.6404959,0.62396693,0.6322314,0.6652893,0.6818182,0.677686,0.6322314,0.41322315,0.37190083,0.607438,0.7355372,0.73140496,0.71900827,0.71487606,0.71487606,0.71487606,0.7066116,0.69008267,0.6983471,0.677686,0.661157,0.6570248,0.6198347,0.607438,0.61157024,0.5661157,0.553719,0.53305787,0.4338843,0.4338843,0.43801653,0.41322315,0.6363636,0.6322314,0.42975205,0.46694216,0.5413223,0.47107437,0.5661157,0.59504133,0.607438,0.6570248,0.6859504,0.7066116,0.74380165,0.75206614,0.76033056,0.73140496,0.7355372,0.7066116,0.59917355,0.47107437,0.5371901,0.59504133,0.6652893,0.69008267,0.59090906,0.59090906,0.6446281,0.6818182,0.6280992,0.6570248,0.6280992,0.55785125,0.54545456,0.5041322,0.5289256,0.59504133,0.6487603,0.661157,0.6818182,0.553719,0.3305785,0.40082645,0.6280992,0.7231405,0.71900827,0.6983471,0.6735537,0.6859504,0.71487606,0.70247936,0.69008267,0.677686,0.6694215,0.6570248,0.6198347,0.6280992,0.61157024,0.57024795,0.59504133,0.5041322,0.44214877,0.45454547,0.42975205,0.41735536,0.6487603,0.7107438,0.42561984,0.49173555,0.5123967,0.5371901,0.59090906,0.553719,0.5247934,0.5206612,0.5495868,0.57024795,0.59917355,0.6280992,0.6404959,0.6322314,0.59917355,0.5289256,0.5206612,0.57438016,0.607438,0.59090906,0.5289256,0.56198347,0.45454547,0.4090909,0.6404959,0.61157024,0.553719,0.54545456,0.553719,0.49173555,0.48347107,0.46280992,0.45454547,0.49586776,0.5371901,0.5661157,0.62396693,0.6363636,0.34710744,0.30578512,0.46280992,0.57024795,0.6735537,0.6818182,0.661157,0.6694215,0.6735537,0.6818182,0.6694215,0.6735537,0.6735537,0.6528926,0.62396693,0.607438,0.58264464,0.5785124,0.5661157,0.47933885,0.45867768,0.446281,0.41322315,0.4090909,0.6735537,0.6983471,0.48347107,0.45454547,0.5165289,0.53305787,0.59090906,0.6322314,0.607438,0.61157024,0.607438,0.58677685,0.59090906,0.58677685,0.57438016,0.5785124,0.59504133,0.62396693,0.6198347,0.55785125,0.553719,0.48347107,0.38842976,0.43801653,0.29338843,0.17768595,0.48347107,0.5289256,0.4338843,0.4338843,0.44214877,0.4338843,0.44214877,0.41322315,0.3305785,0.30165288,0.36363637,0.41735536,0.47107437,0.5661157,0.28512397,0.23553719,0.38016528,0.47107437,0.5123967,0.54545456,0.59504133,0.60330576,0.61570245,0.6446281,0.6528926,0.6652893,0.6487603,0.6198347,0.5661157,0.53305787,0.5123967,0.5289256,0.5165289,0.49173555,0.46694216,0.42975205,0.40082645,0.4090909,0.62396693,0.7231405,0.5041322,0.45454547,0.5123967,0.5206612,0.58264464,0.6280992,0.6280992,0.6446281,0.6570248,0.6735537,0.70247936,0.7107438,0.6487603,0.59917355,0.553719,0.5041322,0.43801653,0.40495867,0.3677686,0.38842976,0.46280992,0.4338843,0.28099173,0.15289256,0.22727273,0.40495867,0.36363637,0.3264463,0.3305785,0.37190083,0.37603307,0.2644628,0.14876033,0.11570248,0.1322314,0.21487603,0.3264463,0.4338843,0.18595041,0.23140496,0.29752067,0.3677686,0.39256197,0.3966942,0.44214877,0.47933885,0.5082645,0.54545456,0.5495868,0.5123967,0.46694216,0.46280992,0.47933885,0.5165289,0.5413223,0.53305787,0.5123967,0.4876033,0.45041323,0.42975205,0.40495867,0.41322315,0.59917355,0.70247936,0.48347107,0.47933885,0.53305787,0.5247934,0.57024795,0.61570245,0.6280992,0.6404959,0.6446281,0.6652893,0.6818182,0.6487603,0.55785125,0.45041323,0.3677686,0.3305785,0.30991736,0.2892562,0.3140496,0.5165289,0.6446281,0.4214876,0.27272728,0.1694215,0.18595041,0.33471075,0.35950413,0.29338843,0.28512397,0.3181818,0.2603306,0.19008264,0.1694215,0.14049587,0.14049587,0.14049587,0.23553719,0.23140496,0.12809917,0.32231405,0.4214876,0.2892562,0.29752067,0.30165288,0.338843,0.3966942,0.45041323,0.5082645,0.54545456,0.553719,0.57438016,0.58677685,0.58264464,0.5661157,0.56198347,0.5413223,0.5247934,0.4876033,0.44214877,0.42975205,0.41322315,0.3966942,0.61157024,0.6818182,0.5247934,0.47107437,0.5785124,0.5082645,0.57438016,0.61157024,0.6198347,0.6363636,0.6404959,0.62396693,0.59917355,0.56198347,0.5206612,0.4752066,0.42561984,0.43801653,0.41735536,0.40082645,0.5206612,0.69008267,0.7231405,0.5082645,0.30991736,0.28099173,0.27272728,0.2892562,0.35123968,0.29752067,0.2520661,0.23140496,0.17355372,0.2231405,0.23553719,0.21900827,0.19421488,0.1694215,0.1694215,0.18595041,0.17768595,0.4338843,0.6528926,0.46694216,0.35123968,0.30578512,0.30991736,0.35123968,0.3966942,0.46280992,0.5123967,0.54545456,0.57438016,0.57438016,0.57024795,0.59090906,0.58264464,0.5495868,0.5289256,0.46694216,0.44214877,0.41735536,0.40495867,0.38016528,0.6322314,0.6528926,0.49173555,0.47107437,0.5371901,0.5165289,0.57438016,0.607438,0.6280992,0.62396693,0.59917355,0.55785125,0.553719,0.59917355,0.6280992,0.6280992,0.62396693,0.6487603,0.607438,0.56198347,0.69008267,0.76033056,0.73966944,0.6404959,0.49173555,0.40082645,0.3305785,0.27272728,0.30578512,0.26859504,0.19008264,0.19008264,0.18181819,0.22727273,0.23553719,0.25619835,0.23966943,0.27272728,0.30578512,0.3140496,0.3553719,0.553719,0.74793386,0.6652893,0.5785124,0.5165289,0.4876033,0.45041323,0.4338843,0.43801653,0.45041323,0.45867768,0.49586776,0.5082645,0.5289256,0.5785124,0.59090906,0.57024795,0.56198347,0.44214877,0.44214877,0.42561984,0.4090909,0.3677686,0.6198347,0.62396693,0.46280992,0.42975205,0.5082645,0.5082645,0.54545456,0.59090906,0.60330576,0.59090906,0.54545456,0.54545456,0.61157024,0.70247936,0.71900827,0.7231405,0.7355372,0.7231405,0.6570248,0.677686,0.71900827,0.74380165,0.71900827,0.59504133,0.5371901,0.49586776,0.43801653,0.34710744,0.28512397,0.24380165,0.16528925,0.18595041,0.24380165,0.23966943,0.23553719,0.27272728,0.3181818,0.36363637,0.45454547,0.5082645,0.57024795,0.6487603,0.75619835,0.73966944,0.6942149,0.6735537,0.6528926,0.6198347,0.57024795,0.5247934,0.48347107,0.45454547,0.446281,0.44214877,0.42975205,0.48347107,0.5082645,0.553719,0.55785125,0.446281,0.42975205,0.42975205,0.41322315,0.34710744,0.48347107,0.59090906,0.46694216,0.41735536,0.5,0.49586776,0.5165289,0.55785125,0.54545456,0.5289256,0.5123967,0.60330576,0.70247936,0.74793386,0.71900827,0.73966944,0.7355372,0.7231405,0.6694215,0.71487606,0.6818182,0.6859504,0.6487603,0.5371901,0.53305787,0.4752066,0.46694216,0.42561984,0.338843,0.2231405,0.16115703,0.1570248,0.28099173,0.3264463,0.33471075,0.3553719,0.41735536,0.4090909,0.5041322,0.56198347,0.6404959,0.6487603,0.73140496,0.71900827,0.71487606,0.71487606,0.7066116,0.6735537,0.6487603,0.6198347,0.56198347,0.49586776,0.46280992,0.41735536,0.4090909,0.40495867,0.38842976,0.47107437,0.4876033,0.46694216,0.41735536,0.45041323,0.4090909,0.3429752,0.27272728,0.45867768,0.44214877,0.41322315,0.47107437,0.48347107,0.5123967,0.5289256,0.53305787,0.5247934,0.55785125,0.6528926,0.71900827,0.72727275,0.71900827,0.7231405,0.71900827,0.6983471,0.6859504,0.6652893,0.61570245,0.6404959,0.5495868,0.46280992,0.5123967,0.42975205,0.4876033,0.46280992,0.37190083,0.28099173,0.23966943,0.15289256,0.38016528,0.40495867,0.40495867,0.46694216,0.4752066,0.43801653,0.45041323,0.5247934,0.5661157,0.5495868,0.6404959,0.6446281,0.69008267,0.70247936,0.6983471,0.6694215,0.6570248,0.6446281,0.6198347,0.56198347,0.5041322,0.45454547,0.4214876,0.38842976,0.3553719,0.38016528,0.41735536,0.41322315,0.40495867,0.44214877,0.38842976,0.3264463,0.1694215,0.23553719,0.3264463,0.41322315,0.45041323,0.45454547,0.45041323,0.49586776,0.5495868,0.57438016,0.59917355,0.6446281,0.7355372,0.7066116,0.71487606,0.71487606,0.7107438,0.69008267,0.6694215,0.58677685,0.55785125,0.5495868,0.446281,0.446281,0.49173555,0.41735536,0.4214876,0.37603307,0.37190083,0.39256197,0.35950413,0.25619835,0.40495867,0.5123967,0.42975205,0.49173555,0.4752066,0.41735536,0.40082645,0.49173555,0.4752066,0.42975205,0.53305787,0.57024795,0.607438,0.677686,0.6983471,0.677686,0.6570248,0.6446281,0.62396693,0.59090906,0.5165289,0.48347107,0.4338843,0.3966942,0.37603307,0.36363637,0.38016528,0.4090909,0.40082645,0.40082645,0.3677686,0.30578512,0.15289256,0.1322314,0.22727273,0.40082645,0.44214877,0.42975205,0.4214876,0.48347107,0.55785125,0.6404959,0.59504133,0.6404959,0.71900827,0.70247936,0.7066116,0.71487606,0.6983471,0.6363636,0.59504133,0.5041322,0.5289256,0.48347107,0.43801653,0.45041323,0.46280992,0.4876033,0.3966942,0.36363637,0.44214877,0.5,0.47107437,0.3429752,0.45867768,0.48347107,0.4214876,0.45041323,0.47107437,0.40495867,0.3677686,0.46280992,0.46694216,0.41735536,0.46694216,0.5206612,0.5165289,0.61570245,0.6859504,0.6818182,0.6446281,0.6280992,0.62396693,0.59917355,0.5206612,0.5,0.5123967,0.41322315,0.3966942,0.37190083,0.3305785,0.37603307,0.39256197,0.3677686,0.32231405,0.29752067,0.1570248,0.13636364,0.1983471,0.38842976,0.4338843,0.42561984,0.4338843,0.45041323,0.5785124,0.61157024,0.58677685,0.6363636,0.6528926,0.7066116,0.69008267,0.7231405,0.6487603,0.553719,0.5289256,0.48347107,0.49586776,0.45454547,0.45041323,0.4338843,0.48347107,0.49586776,0.34710744,0.38429752,0.5371901,0.61157024,0.58264464,0.5206612,0.4876033,0.4090909,0.40082645,0.45867768,0.4752066,0.41322315,0.37190083,0.40495867,0.4214876,0.39256197,0.44214877,0.4338843,0.46280992,0.5785124,0.6528926,0.677686,0.6446281,0.61570245,0.62396693,0.59090906,0.5495868,0.5041322,0.553719,0.45454547,0.40082645,0.37603307,0.32231405,0.30578512,0.338843,0.3305785,0.30578512,0.28512397,0.15289256,0.14876033,0.13636364,0.3553719,0.41735536,0.40495867,0.42975205,0.46280992,0.58677685,0.5206612,0.553719,0.60330576,0.6404959,0.6735537,0.7066116,0.6983471,0.5785124,0.5289256,0.49586776,0.49173555,0.446281,0.41735536,0.41322315,0.40082645,0.44214877,0.44214877,0.40082645,0.4214876,0.5247934,0.6198347,0.6570248,0.6404959,0.5041322,0.41322315,0.41322315,0.42975205,0.45454547,0.40495867,0.37190083,0.37603307,0.40082645,0.4090909,0.3966942,0.41322315,0.40495867,0.5082645,0.59917355,0.6404959,0.6363636,0.60330576,0.61570245,0.5661157,0.54545456,0.48347107,0.5495868,0.47107437,0.4214876,0.38016528,0.3553719,0.30991736,0.27272728,0.30578512,0.30991736,0.2892562,0.15289256,0.14876033,0.11157025,0.34710744,0.35950413,0.38429752,0.42561984,0.5,0.53305787,0.46280992,0.48347107,0.57024795,0.6280992,0.6652893,0.71487606,0.6487603,0.5289256,0.49586776,0.45867768,0.45041323,0.3677686,0.3305785,0.3305785,0.338843,0.34710744,0.37603307,0.38429752,0.38842976,0.38016528,0.3677686,0.41735536,0.4214876,0.38429752,0.38016528,0.38429752,0.36363637,0.38016528,0.35950413,0.37603307,0.35950413,0.3677686,0.3966942,0.3305785,0.42561984,0.39256197,0.42561984,0.5206612,0.6322314,0.59090906,0.59090906,0.58264464,0.5413223,0.5165289,0.46280992,0.5206612,0.46280992,0.4338843,0.35950413,0.35950413,0.30991736,0.2520661,0.30165288,0.30991736,0.30165288,0.15289256,0.15289256,0.11157025,0.32231405,0.3181818,0.37603307,0.45041323,0.47107437,0.53305787,0.44214877,0.47933885,0.5661157,0.6404959,0.6570248,0.7066116,0.62396693,0.5,0.446281,0.41735536,0.35950413,0.2892562,0.25619835,0.25619835,0.24380165,0.22727273,0.23553719,0.22727273,0.20247933,0.18181819,0.19421488,0.22727273,0.23966943,0.24793388,0.2768595,0.2892562,0.29338843,0.29752067,0.28512397,0.3140496,0.30165288,0.3140496,0.30165288,0.2644628,0.3553719,0.37190083,0.40082645,0.47933885,0.6280992,0.59504133,0.5785124,0.55785125,0.53305787,0.5,0.45454547,0.48347107,0.46280992,0.44214877,0.36363637,0.34710744,0.3140496,0.2603306,0.28099173,0.28099173,0.3264463,0.14876033,0.1570248,0.11157025,0.23966943,0.35123968,0.35950413,0.44214877,0.446281,0.5289256,0.39256197,0.45867768,0.553719,0.61157024,0.6446281,0.6983471,0.62396693,0.46694216,0.4090909,0.38842976,0.3181818,0.23966943,0.17768595,0.1570248,0.13636364,0.11983471,0.10743801,0.10330579,0.10330579,0.08677686,0.09504132,0.08264463,0.09090909,0.09504132,0.11570248,0.1322314,0.15289256,0.18181819,0.1983471,0.21900827,0.23140496,0.2520661,0.23553719,0.2520661,0.27272728,0.38429752,0.3966942,0.39256197,0.5495868,0.61157024,0.58677685,0.5165289,0.5206612,0.49173555,0.4214876,0.45041323,0.4752066,0.42561984,0.37603307,0.3264463,0.3140496,0.29752067,0.2892562,0.29338843,0.338843,0.15289256,0.14876033,0.12396694,0.18181819,0.3553719,0.338843,0.41735536,0.45454547,0.45867768,0.37190083,0.40082645,0.5206612,0.59090906,0.661157,0.6859504,0.56198347,0.41735536,0.40082645,0.37190083,0.37190083,0.32231405,0.22727273,0.12809917,0.09090909,0.09504132,0.11157025,0.12396694,0.11983471,0.12809917,0.11157025,0.10743801,0.08677686,0.0785124,0.09504132,0.09917355,0.10330579,0.12396694,0.1322314,0.13636364,0.2107438,0.20247933,0.18181819,0.24793388,0.27272728,0.3429752,0.39256197,0.37190083,0.47107437,0.60330576,0.607438,0.5123967,0.49173555,0.4876033,0.38842976,0.41735536,0.46694216,0.41322315,0.37190083,0.3140496,0.30165288,0.3140496,0.32231405,0.30578512,0.3140496,0.13636364,0.15289256,0.1570248,0.1446281,0.33471075,0.37603307,0.4090909,0.42975205,0.38842976,0.38429752,0.37190083,0.49173555,0.54545456,0.6322314,0.6404959,0.55785125,0.446281,0.40082645,0.35950413,0.5,0.57024795,0.5082645,0.34710744,0.2603306,0.28099173,0.30578512,0.26859504,0.23966943,0.23553719,0.21487603,0.23140496,0.18595041,0.2107438,0.1983471,0.19421488,0.20247933,0.16115703,0.11983471,0.25619835,0.36363637,0.26859504,0.23966943,0.2892562,0.30165288,0.34710744,0.3181818,0.44214877,0.446281,0.57024795,0.58677685,0.49173555,0.45041323,0.47933885,0.38016528,0.38016528,0.42975205,0.42561984,0.36363637,0.33471075,0.30578512,0.3140496,0.30165288,0.34710744,0.25619835,0.14876033,0.15289256,0.15289256,0.1570248,0.28099173,0.37603307,0.41735536,0.38429752,0.37190083,0.38016528,0.38016528,0.45454547,0.5206612,0.59504133,0.59917355,0.5247934,0.5247934,0.3677686,0.4338843,0.6280992,0.677686,0.6859504,0.5661157,0.5289256,0.54545456,0.5495868,0.5,0.45867768,0.39256197,0.35123968,0.38016528,0.30578512,0.37190083,0.30165288,0.30991736,0.338843,0.32231405,0.3677686,0.5,0.54545456,0.46694216,0.47107437,0.48347107,0.40495867,0.42561984,0.3553719,0.45867768,0.42975205,0.57438016,0.56198347,0.49586776,0.45454547,0.43801653,0.37190083,0.37603307,0.3966942,0.3966942,0.3677686,0.35123968,0.32231405,0.3140496,0.2603306,0.32231405,0.23140496,0.1570248,0.1446281,0.16115703,0.1446281,0.21487603,0.38429752,0.38842976,0.37190083,0.38016528,0.37603307,0.3966942,0.40082645,0.46694216,0.553719,0.58677685,0.4876033,0.5041322,0.33471075,0.5661157,0.6942149,0.71487606,0.75619835,0.69008267,0.6487603,0.661157,0.6487603,0.62396693,0.607438,0.57024795,0.53305787,0.5413223,0.4876033,0.5289256,0.5413223,0.57438016,0.57438016,0.57024795,0.59917355,0.607438,0.5785124,0.5785124,0.6280992,0.60330576,0.553719,0.4752066,0.42975205,0.446281,0.46280992,0.53305787,0.54545456,0.5123967,0.42975205,0.37603307,0.338843,0.35123968,0.35950413,0.38016528,0.36363637,0.35123968,0.30165288,0.28099173,0.26859504,0.27272728,0.23140496,0.1570248,0.1570248,0.16115703,0.14049587,0.17355372,0.30578512,0.38429752,0.35950413,0.35950413,0.3677686,0.41322315,0.35950413,0.42561984,0.5206612,0.57024795,0.4876033,0.4090909,0.32231405,0.62396693,0.6859504,0.73966944,0.7066116,0.6983471,0.677686,0.6570248,0.6859504,0.6942149,0.6818182,0.6487603,0.6446281,0.6694215,0.661157,0.6446281,0.6528926,0.6652893,0.6363636,0.6487603,0.61570245,0.5661157,0.57438016,0.62396693,0.61157024,0.6322314,0.61157024,0.5206612,0.4752066,0.44214877,0.5082645,0.5165289,0.56198347,0.5165289,0.41735536,0.338843,0.30165288,0.32231405,0.3553719,0.3553719,0.34710744,0.338843,0.27272728,0.25619835,0.26859504,0.24380165,0.19421488,0.1570248,0.16115703,0.16115703,0.13636364,0.14876033,0.24793388,0.35123968,0.34710744,0.35950413,0.40082645,0.40082645,0.3553719,0.4214876,0.48347107,0.5041322,0.49173555,0.38016528,0.3181818,0.6446281,0.7066116,0.73140496,0.6983471,0.6446281,0.6570248,0.6446281,0.6363636,0.677686,0.7107438,0.677686,0.661157,0.69008267,0.6859504,0.661157,0.677686,0.6404959,0.59504133,0.607438,0.5413223,0.57438016,0.59090906,0.57438016,0.59917355,0.6322314,0.607438,0.58264464,0.5041322,0.45867768,0.4876033,0.5206612,0.5206612,0.46694216,0.38429752,0.338843,0.25619835,0.3140496,0.3429752,0.3140496,0.3140496,0.29338843,0.23966943,0.23140496,0.2520661,0.23140496,0.14876033,0.15289256,0.15289256,0.14876033,0.1446281,0.15289256,0.21487603,0.28099173,0.3264463,0.35950413,0.40495867,0.38842976,0.38016528,0.3966942,0.43801653,0.5,0.4214876,0.4876033,0.2644628,0.6446281,0.69008267,0.677686,0.6983471,0.6570248,0.60330576,0.6363636,0.6322314,0.6198347,0.6570248,0.6404959,0.6322314,0.6487603,0.6528926,0.60330576,0.6487603,0.6322314,0.553719,0.5247934,0.55785125,0.57024795,0.54545456,0.5,0.57438016,0.61570245,0.58677685,0.59090906,0.5206612,0.46280992,0.45867768,0.48347107,0.4876033,0.46280992,0.38429752,0.38016528,0.28099173,0.29752067,0.30578512,0.29752067,0.29338843,0.2768595,0.22727273,0.21900827,0.2520661,0.21900827,0.12809917,0.1570248,0.14876033,0.1446281,0.15289256,0.14876033,0.17355372,0.24793388,0.30165288,0.3181818,0.40495867,0.38429752,0.37190083,0.38429752,0.41322315,0.5413223,0.42975205,0.41322315,0.39256197,0.6280992,0.6487603,0.6735537,0.6528926,0.6570248,0.59504133,0.57438016,0.59504133,0.607438,0.61157024,0.59090906,0.61157024,0.6446281,0.6280992,0.58677685,0.58264464,0.56198347,0.5413223,0.5661157,0.5413223,0.48347107,0.4752066,0.5165289,0.5495868,0.57024795,0.57438016,0.553719,0.5082645,0.45041323,0.41735536,0.44214877,0.46694216,0.4090909,0.3553719,0.35950413,0.3140496,0.26859504,0.29752067,0.29338843,0.28512397,0.2603306,0.25619835,0.20661157,0.24793388,0.17768595,0.09090909,0.15289256,0.14876033,0.14876033,0.15289256,0.14876033,0.17355372,0.25619835,0.2892562,0.2768595,0.41735536,0.3677686,0.35123968,0.35950413,0.3966942,0.5206612,0.40082645,0.35123968,0.5123967,0.6322314,0.62396693,0.6322314,0.58677685,0.59504133,0.607438,0.553719,0.5165289,0.49586776,0.49586776,0.49173555,0.5206612,0.53305787,0.5206612,0.5206612,0.5041322,0.5165289,0.47107437,0.46694216,0.45454547,0.47933885,0.46280992,0.5206612,0.54545456,0.553719,0.54545456,0.5082645,0.5123967,0.46280992,0.36363637,0.3966942,0.42975205,0.32231405,0.3553719,0.28099173,0.3677686,0.2768595,0.26859504,0.29338843,0.2768595,0.24793388,0.2892562,0.17768595,0.2107438,0.12396694,0.08677686,0.1570248,0.15289256,0.1570248,0.1570248,0.14876033,0.16115703,0.20247933,0.2231405,0.29338843,0.38842976,0.3553719,0.3553719,0.35950413,0.35950413,0.4090909,0.338843,0.3305785,0.5247934,0.6280992,0.61570245,0.6198347,0.59090906,0.5413223,0.553719,0.5413223,0.5206612,0.45454547,0.38429752,0.3264463,0.35950413,0.37190083,0.30991736,0.38016528,0.3305785,0.35950413,0.338843,0.38016528,0.41322315,0.41735536,0.43801653,0.5082645,0.5371901,0.53305787,0.5165289,0.4752066,0.48347107,0.46694216,0.338843,0.3429752,0.37603307,0.28099173,0.2768595,0.2768595,0.32231405,0.30991736,0.32231405,0.30578512,0.21900827,0.2520661,0.24380165,0.17355372,0.18181819,0.08677686,0.08677686,0.14876033,0.1570248,0.1570248,0.15289256,0.15289256,0.14049587,0.19421488,0.21487603,0.29752067,0.3264463,0.35123968,0.30578512,0.35950413,0.35950413,0.29752067,0.30165288,0.3140496,0.46694216,0.58264464,0.59090906,0.61157024,0.60330576,0.57024795,0.5206612,0.49586776,0.446281,0.38842976,0.3553719,0.30165288,0.3140496,0.3553719,0.23553719,0.2768595,0.2603306,0.3140496,0.3429752,0.36363637,0.38429752,0.35123968,0.4214876,0.46694216,0.5041322,0.5289256,0.5,0.48347107,0.45041323,0.446281,0.338843,0.30578512,0.30578512,0.24380165,0.2520661,0.2520661,0.26859504,0.30578512,0.32231405,0.2644628,0.20661157,0.23140496,0.1983471,0.18595041,0.1446281,0.07438017,0.08677686,13 +0.40082645,0.35950413,0.56198347,0.58677685,0.57438016,0.59504133,0.6570248,0.71900827,0.76033056,0.77272725,0.7933884,0.7933884,0.7768595,0.78512394,0.79752064,0.8057851,0.8181818,0.8181818,0.8264463,0.8264463,0.8181818,0.8305785,0.8264463,0.822314,0.8305785,0.822314,0.8181818,0.80991733,0.80991733,0.822314,0.8140496,0.8057851,0.822314,0.822314,0.8305785,0.8140496,0.8016529,0.8057851,0.8057851,0.80991733,0.8057851,0.79752064,0.78512394,0.7768595,0.76859504,0.75619835,0.71487606,0.7107438,0.69008267,0.6570248,0.6446281,0.6404959,0.6446281,0.6404959,0.6363636,0.6404959,0.6198347,0.61570245,0.58264464,0.5495868,0.5206612,0.46694216,0.45454547,0.43801653,0.36363637,0.38429752,0.56198347,0.56198347,0.59090906,0.59504133,0.6735537,0.7231405,0.7644628,0.7768595,0.7933884,0.78099173,0.78099173,0.7933884,0.8057851,0.80991733,0.822314,0.80991733,0.8305785,0.8264463,0.8264463,0.838843,0.838843,0.8347107,0.838843,0.838843,0.8264463,0.8140496,0.8264463,0.8305785,0.822314,0.7892562,0.822314,0.8264463,0.8305785,0.8305785,0.8181818,0.8264463,0.822314,0.8181818,0.8181818,0.80991733,0.8016529,0.7892562,0.77272725,0.75619835,0.73966944,0.74380165,0.70247936,0.677686,0.6570248,0.6280992,0.6280992,0.6404959,0.6363636,0.6487603,0.6198347,0.62396693,0.59090906,0.55785125,0.5289256,0.48347107,0.446281,0.42975205,0.3305785,0.38429752,0.5289256,0.5413223,0.59504133,0.61157024,0.6942149,0.72727275,0.7644628,0.7768595,0.78512394,0.78099173,0.78512394,0.7892562,0.7933884,0.80991733,0.80991733,0.822314,0.8305785,0.8181818,0.8347107,0.838843,0.8429752,0.8471074,0.8471074,0.8512397,0.8512397,0.8305785,0.8305785,0.8512397,0.8264463,0.8016529,0.822314,0.838843,0.8429752,0.8429752,0.8347107,0.8347107,0.8305785,0.8347107,0.822314,0.8264463,0.8140496,0.79752064,0.78512394,0.75206614,0.74380165,0.73966944,0.7107438,0.6942149,0.6983471,0.6570248,0.6363636,0.6446281,0.6363636,0.6446281,0.6280992,0.61570245,0.59090906,0.56198347,0.5495868,0.4876033,0.44214877,0.4214876,0.28512397,0.37603307,0.5082645,0.5413223,0.59090906,0.6198347,0.70247936,0.73140496,0.7644628,0.77272725,0.78512394,0.76859504,0.75619835,0.76859504,0.7892562,0.80991733,0.8181818,0.8305785,0.838843,0.822314,0.8347107,0.838843,0.8471074,0.8512397,0.8512397,0.8636364,0.8595041,0.8512397,0.8264463,0.8595041,0.838843,0.822314,0.8264463,0.8429752,0.8512397,0.8595041,0.8471074,0.8471074,0.8429752,0.838843,0.838843,0.838843,0.822314,0.78512394,0.79752064,0.7644628,0.74793386,0.72727275,0.70247936,0.677686,0.6859504,0.677686,0.6652893,0.6487603,0.6322314,0.6404959,0.6280992,0.607438,0.58264464,0.56198347,0.5495868,0.48347107,0.44214877,0.4090909,0.2603306,0.38842976,0.5041322,0.55785125,0.57438016,0.6322314,0.6942149,0.7355372,0.7644628,0.77272725,0.74380165,0.71900827,0.73966944,0.7768595,0.7933884,0.79752064,0.8016529,0.8140496,0.8140496,0.8057851,0.8057851,0.822314,0.838843,0.8471074,0.8553719,0.8595041,0.8512397,0.8553719,0.8264463,0.8719008,0.8595041,0.838843,0.8305785,0.8347107,0.8512397,0.8677686,0.8553719,0.8636364,0.8512397,0.8553719,0.8305785,0.8264463,0.7933884,0.77272725,0.7933884,0.78099173,0.74793386,0.73140496,0.70247936,0.6652893,0.6446281,0.6487603,0.6404959,0.6487603,0.6322314,0.6322314,0.61157024,0.59090906,0.58677685,0.5661157,0.54545456,0.48347107,0.45041323,0.4090909,0.2603306,0.38429752,0.5206612,0.55785125,0.5785124,0.6363636,0.69008267,0.71900827,0.74793386,0.71900827,0.6859504,0.70247936,0.74380165,0.76859504,0.7644628,0.76033056,0.73966944,0.73966944,0.73140496,0.7107438,0.7066116,0.75206614,0.7933884,0.8181818,0.8471074,0.838843,0.8471074,0.8429752,0.8347107,0.8636364,0.8595041,0.8512397,0.838843,0.822314,0.8471074,0.8677686,0.8553719,0.8553719,0.8553719,0.8471074,0.8057851,0.78099173,0.71487606,0.72727275,0.74380165,0.74380165,0.74793386,0.73140496,0.70247936,0.6694215,0.6363636,0.6404959,0.6280992,0.59504133,0.607438,0.62396693,0.60330576,0.58677685,0.59090906,0.57438016,0.5371901,0.5041322,0.446281,0.42561984,0.33471075,0.38016528,0.5289256,0.55785125,0.5785124,0.6280992,0.6859504,0.7107438,0.6942149,0.6859504,0.69008267,0.74380165,0.75619835,0.75206614,0.6942149,0.6735537,0.61157024,0.5785124,0.5661157,0.59917355,0.6322314,0.661157,0.7231405,0.74380165,0.822314,0.8264463,0.8429752,0.8347107,0.8305785,0.838843,0.8471074,0.8553719,0.8429752,0.79752064,0.838843,0.8636364,0.8512397,0.8471074,0.8429752,0.8181818,0.73966944,0.6983471,0.6322314,0.607438,0.59917355,0.6280992,0.677686,0.6818182,0.677686,0.6487603,0.6487603,0.6446281,0.6280992,0.58677685,0.58677685,0.60330576,0.59917355,0.57438016,0.5785124,0.57438016,0.5289256,0.5165289,0.44214877,0.41322315,0.4214876,0.35950413,0.5123967,0.5661157,0.58264464,0.6280992,0.6818182,0.6983471,0.6735537,0.7066116,0.71487606,0.73966944,0.7066116,0.6983471,0.61570245,0.55785125,0.5,0.46694216,0.48347107,0.53305787,0.58677685,0.6322314,0.677686,0.7107438,0.78099173,0.8264463,0.822314,0.822314,0.822314,0.80991733,0.838843,0.8636364,0.822314,0.7644628,0.8140496,0.8553719,0.8429752,0.8140496,0.8057851,0.74380165,0.6652893,0.6528926,0.58677685,0.5413223,0.5413223,0.5289256,0.55785125,0.5661157,0.60330576,0.61570245,0.6446281,0.62396693,0.6198347,0.607438,0.59504133,0.57024795,0.57438016,0.55785125,0.55785125,0.57438016,0.5247934,0.5123967,0.45454547,0.4090909,0.4752066,0.37603307,0.49586776,0.57024795,0.58677685,0.6198347,0.6528926,0.6983471,0.6859504,0.7107438,0.7066116,0.6487603,0.62396693,0.6363636,0.59917355,0.54545456,0.5041322,0.47107437,0.45867768,0.4752066,0.5,0.54545456,0.60330576,0.6942149,0.7107438,0.7892562,0.8016529,0.80991733,0.822314,0.8057851,0.838843,0.8595041,0.7892562,0.74793386,0.78099173,0.838843,0.8140496,0.75206614,0.7231405,0.6528926,0.59917355,0.5661157,0.5041322,0.47107437,0.45867768,0.4338843,0.45867768,0.46280992,0.5247934,0.5785124,0.61570245,0.6363636,0.6198347,0.607438,0.59917355,0.58677685,0.55785125,0.5413223,0.53305787,0.55785125,0.5123967,0.5041322,0.45867768,0.41322315,0.45041323,0.41735536,0.5123967,0.57438016,0.58677685,0.6198347,0.6280992,0.6859504,0.6694215,0.6652893,0.6322314,0.61570245,0.6363636,0.6942149,0.70247936,0.677686,0.6570248,0.59090906,0.5289256,0.49173555,0.49173555,0.4876033,0.5082645,0.56198347,0.61157024,0.70247936,0.7768595,0.79752064,0.8140496,0.80991733,0.838843,0.8636364,0.7768595,0.7644628,0.7892562,0.8305785,0.7768595,0.6983471,0.6404959,0.5661157,0.5289256,0.47933885,0.4338843,0.40495867,0.38429752,0.38016528,0.39256197,0.42975205,0.49586776,0.53305787,0.5785124,0.61157024,0.607438,0.58264464,0.5785124,0.60330576,0.56198347,0.5206612,0.5041322,0.5289256,0.5165289,0.4876033,0.45454547,0.42561984,0.42561984,0.45041323,0.5495868,0.58677685,0.58677685,0.60330576,0.56198347,0.59917355,0.59090906,0.60330576,0.61570245,0.6198347,0.6363636,0.6446281,0.661157,0.6818182,0.6859504,0.6487603,0.62396693,0.6322314,0.6570248,0.6652893,0.677686,0.6280992,0.6570248,0.6983471,0.76859504,0.8057851,0.822314,0.8181818,0.8347107,0.8429752,0.78099173,0.75206614,0.79752064,0.8057851,0.75206614,0.6280992,0.5371901,0.4752066,0.45454547,0.41322315,0.38016528,0.37603307,0.4214876,0.45867768,0.5289256,0.57438016,0.59504133,0.5661157,0.58677685,0.61157024,0.59504133,0.56198347,0.56198347,0.5785124,0.55785125,0.5041322,0.47107437,0.5,0.5082645,0.47933885,0.45454547,0.42561984,0.4214876,0.4090909,0.5661157,0.6322314,0.53305787,0.54545456,0.5289256,0.57438016,0.57438016,0.62396693,0.6859504,0.71900827,0.71487606,0.71487606,0.6694215,0.6570248,0.6528926,0.607438,0.58264464,0.59504133,0.5785124,0.661157,0.72727275,0.76859504,0.8016529,0.78099173,0.73140496,0.7355372,0.74380165,0.74793386,0.77272725,0.76859504,0.73140496,0.71487606,0.7355372,0.7644628,0.75206614,0.7231405,0.6818182,0.61570245,0.5785124,0.47933885,0.446281,0.446281,0.6280992,0.74380165,0.7933884,0.78512394,0.73966944,0.6652893,0.6363636,0.6363636,0.62396693,0.59917355,0.54545456,0.5661157,0.5661157,0.55785125,0.49173555,0.46694216,0.48347107,0.47933885,0.45454547,0.42975205,0.37603307,0.3966942,0.69008267,0.5661157,0.5495868,0.58264464,0.5785124,0.59090906,0.58264464,0.62396693,0.6818182,0.661157,0.6528926,0.6694215,0.6694215,0.74793386,0.7933884,0.6652893,0.607438,0.5785124,0.5371901,0.5289256,0.5206612,0.5082645,0.5041322,0.49586776,0.4338843,0.45454547,0.5661157,0.6363636,0.6363636,0.6280992,0.6446281,0.60330576,0.61570245,0.61570245,0.59090906,0.5661157,0.5495868,0.57024795,0.60330576,0.5123967,0.5247934,0.47107437,0.5041322,0.5206612,0.53305787,0.5371901,0.5495868,0.54545456,0.553719,0.57024795,0.58264464,0.58677685,0.5413223,0.5413223,0.5165289,0.5413223,0.4876033,0.446281,0.45041323,0.46280992,0.44214877,0.4338843,0.3181818,0.5371901,0.58264464,0.5413223,0.58677685,0.59504133,0.61157024,0.607438,0.59090906,0.6363636,0.58264464,0.58264464,0.70247936,0.74380165,0.6322314,0.57438016,0.5289256,0.49586776,0.41735536,0.47933885,0.5661157,0.5661157,0.5371901,0.5206612,0.5165289,0.6322314,0.55785125,0.5041322,0.7644628,0.7933884,0.7355372,0.6818182,0.6446281,0.46694216,0.4214876,0.43801653,0.4752066,0.45041323,0.47933885,0.5123967,0.5123967,0.45867768,0.49173555,0.5123967,0.5247934,0.5371901,0.58677685,0.6322314,0.60330576,0.5165289,0.5,0.5165289,0.5289256,0.5247934,0.5,0.48347107,0.5206612,0.5247934,0.49173555,0.45867768,0.44214877,0.45867768,0.44214877,0.43801653,0.46280992,0.46694216,0.43801653,0.58264464,0.59504133,0.59917355,0.59090906,0.58677685,0.59917355,0.55785125,0.48347107,0.59504133,0.60330576,0.5206612,0.38429752,0.2768595,0.2644628,0.45867768,0.21487603,0.3429752,0.48347107,0.5206612,0.553719,0.59090906,0.55785125,0.59504133,0.6983471,0.49173555,0.78099173,0.73140496,0.6322314,0.59504133,0.6198347,0.5413223,0.46694216,0.46280992,0.45041323,0.42561984,0.45041323,0.49586776,0.5082645,0.5123967,0.5206612,0.5123967,0.47933885,0.34710744,0.4338843,0.4752066,0.43801653,0.49173555,0.53305787,0.5413223,0.5165289,0.5,0.4876033,0.42561984,0.45454547,0.46694216,0.46694216,0.446281,0.446281,0.45041323,0.45867768,0.4338843,0.6198347,0.24380165,0.40495867,0.607438,0.607438,0.6280992,0.62396693,0.607438,0.56198347,0.46694216,0.47933885,0.5041322,0.41322315,0.45041323,0.32231405,0.23553719,0.24793388,0.1983471,0.32231405,0.42561984,0.55785125,0.5041322,0.47933885,0.58264464,0.677686,0.62396693,0.70247936,0.55785125,0.53305787,0.5206612,0.47933885,0.4338843,0.48347107,0.4876033,0.45867768,0.47933885,0.48347107,0.41322315,0.5165289,0.59917355,0.5082645,0.45454547,0.46280992,0.553719,0.4876033,0.21487603,0.42561984,0.30165288,0.19421488,0.30165288,0.38429752,0.5,0.5082645,0.446281,0.46694216,0.47933885,0.42975205,0.40495867,0.44214877,0.4752066,0.45867768,0.43801653,0.46280992,0.446281,0.5123967,0.20661157,0.40495867,0.59090906,0.6198347,0.6404959,0.6280992,0.61570245,0.55785125,0.5413223,0.48347107,0.46694216,0.4338843,0.5785124,0.44214877,0.25619835,0.3264463,0.32231405,0.39256197,0.5247934,0.6694215,0.5661157,0.5041322,0.553719,0.7231405,0.71900827,0.6198347,0.6363636,0.41735536,0.6694215,0.6818182,0.61570245,0.61157024,0.45454547,0.4338843,0.5041322,0.5,0.5082645,0.6859504,0.56198347,0.49173555,0.5165289,0.6404959,0.72727275,0.59090906,0.28099173,0.29338843,0.1694215,0.2107438,0.2107438,0.3140496,0.3677686,0.37190083,0.38016528,0.37603307,0.446281,0.49173555,0.45867768,0.41322315,0.45041323,0.45041323,0.43801653,0.45867768,0.47107437,0.45041323,0.2231405,0.46694216,0.53305787,0.6280992,0.6652893,0.6487603,0.6404959,0.6322314,0.58677685,0.5247934,0.5247934,0.57438016,0.58677685,0.5371901,0.37603307,0.40082645,0.44214877,0.45867768,0.55785125,0.6363636,0.5785124,0.59090906,0.6487603,0.7231405,0.71487606,0.58677685,0.72727275,0.5289256,0.76859504,0.8016529,0.71487606,0.71900827,0.4752066,0.41322315,0.4876033,0.47107437,0.59917355,0.6735537,0.53305787,0.59090906,0.60330576,0.69008267,0.75206614,0.6942149,0.3966942,0.28512397,0.2520661,0.29752067,0.21487603,0.4090909,0.45041323,0.35950413,0.3264463,0.38429752,0.43801653,0.49586776,0.5082645,0.44214877,0.41322315,0.47933885,0.45454547,0.46694216,0.47933885,0.5041322,0.3305785,0.5041322,0.5371901,0.61157024,0.6942149,0.6859504,0.661157,0.6446281,0.6198347,0.6404959,0.5413223,0.6363636,0.59090906,0.5206612,0.49586776,0.48347107,0.5082645,0.5,0.49586776,0.5082645,0.5206612,0.57024795,0.62396693,0.6404959,0.6322314,0.59090906,0.607438,0.59504133,0.6735537,0.6983471,0.6363636,0.6694215,0.4338843,0.35950413,0.46694216,0.45041323,0.54545456,0.6404959,0.6446281,0.607438,0.57438016,0.60330576,0.61570245,0.61570245,0.48347107,0.39256197,0.3305785,0.3429752,0.40082645,0.5123967,0.5165289,0.42975205,0.36363637,0.44214877,0.4876033,0.49586776,0.49173555,0.4752066,0.42975205,0.45867768,0.5041322,0.4752066,0.46694216,0.58264464,0.42975205,0.5082645,0.58264464,0.62396693,0.677686,0.6983471,0.677686,0.6198347,0.6735537,0.661157,0.59504133,0.661157,0.6528926,0.607438,0.59504133,0.5661157,0.57438016,0.57438016,0.5165289,0.4876033,0.46280992,0.5041322,0.5123967,0.5495868,0.607438,0.5165289,0.30165288,0.3553719,0.38016528,0.3553719,0.29752067,0.3553719,0.30578512,0.3305785,0.4752066,0.45041323,0.45867768,0.5041322,0.5371901,0.5041322,0.48347107,0.46694216,0.45041323,0.44214877,0.43801653,0.40495867,0.38429752,0.41322315,0.46694216,0.5041322,0.53305787,0.5,0.42561984,0.46280992,0.5123967,0.5165289,0.49586776,0.49586776,0.5165289,0.40495867,0.5495868,0.47933885,0.44214877,0.55785125,0.4876033,0.5165289,0.61570245,0.6942149,0.70247936,0.6735537,0.61570245,0.59917355,0.6280992,0.6280992,0.59090906,0.6322314,0.661157,0.661157,0.6735537,0.6694215,0.661157,0.6694215,0.6404959,0.607438,0.5785124,0.5785124,0.5785124,0.607438,0.6363636,0.45454547,0.34710744,0.59090906,0.6735537,0.6198347,0.55785125,0.34710744,0.3264463,0.30991736,0.4876033,0.4876033,0.46694216,0.40082645,0.4090909,0.41322315,0.4090909,0.41322315,0.3966942,0.41735536,0.42975205,0.41735536,0.40082645,0.42975205,0.4338843,0.46280992,0.5041322,0.49173555,0.45867768,0.49586776,0.53305787,0.5206612,0.5247934,0.5123967,0.5495868,0.45867768,0.46280992,0.446281,0.3677686,0.48347107,0.45867768,0.5123967,0.6404959,0.73140496,0.7231405,0.6528926,0.5661157,0.5661157,0.5785124,0.61570245,0.6322314,0.6652893,0.661157,0.6735537,0.72727275,0.75206614,0.75206614,0.77272725,0.75206614,0.73140496,0.71900827,0.70247936,0.69008267,0.661157,0.6322314,0.41735536,0.57438016,0.79752064,0.8181818,0.77272725,0.7107438,0.58677685,0.3553719,0.3181818,0.5082645,0.5495868,0.54545456,0.4876033,0.46280992,0.49173555,0.5082645,0.5123967,0.49586776,0.49586776,0.5165289,0.5123967,0.48347107,0.49173555,0.46694216,0.47107437,0.47107437,0.46694216,0.46280992,0.46280992,0.49586776,0.4752066,0.47107437,0.5,0.54545456,0.5041322,0.41735536,0.3966942,0.37603307,0.5123967,0.42975205,0.5165289,0.6363636,0.7066116,0.7107438,0.6322314,0.61157024,0.607438,0.59504133,0.62396693,0.6528926,0.70247936,0.7231405,0.75206614,0.77272725,0.7933884,0.78512394,0.8181818,0.78099173,0.7892562,0.76033056,0.75619835,0.7107438,0.6859504,0.5289256,0.42975205,0.75619835,0.80991733,0.8140496,0.75619835,0.7066116,0.6528926,0.30165288,0.37603307,0.5165289,0.55785125,0.5661157,0.59917355,0.57024795,0.6280992,0.6694215,0.6570248,0.6446281,0.6570248,0.607438,0.60330576,0.57438016,0.5495868,0.5123967,0.4876033,0.46280992,0.4338843,0.41322315,0.40495867,0.4090909,0.41735536,0.446281,0.5123967,0.57024795,0.5661157,0.40082645,0.2768595,0.41322315,0.55785125,0.45454547,0.5289256,0.61157024,0.677686,0.6735537,0.677686,0.70247936,0.6983471,0.6694215,0.6735537,0.677686,0.7066116,0.7231405,0.74380165,0.73966944,0.78512394,0.78512394,0.80991733,0.7933884,0.8016529,0.78512394,0.74793386,0.6942149,0.69008267,0.38016528,0.56198347,0.8305785,0.7933884,0.838843,0.73966944,0.7231405,0.6404959,0.28512397,0.3966942,0.5082645,0.5495868,0.5165289,0.61157024,0.6404959,0.70247936,0.71487606,0.74793386,0.71900827,0.72727275,0.70247936,0.6694215,0.6280992,0.61570245,0.58677685,0.5495868,0.5082645,0.46280992,0.43801653,0.40495867,0.4090909,0.43801653,0.4752066,0.5371901,0.59090906,0.58264464,0.338843,0.2231405,0.35950413,0.58677685,0.47107437,0.53305787,0.5785124,0.6652893,0.7107438,0.7355372,0.75619835,0.74380165,0.7231405,0.7231405,0.69008267,0.69008267,0.6942149,0.7231405,0.75619835,0.78099173,0.7892562,0.7933884,0.78512394,0.78099173,0.7644628,0.7355372,0.71900827,0.61157024,0.38016528,0.71900827,0.8181818,0.8057851,0.838843,0.7355372,0.74380165,0.661157,0.3429752,0.36363637,0.5206612,0.54545456,0.49173555,0.5785124,0.6528926,0.6942149,0.73140496,0.77272725,0.75206614,0.75206614,0.73140496,0.7066116,0.69008267,0.677686,0.661157,0.6280992,0.61157024,0.57024795,0.53305787,0.5082645,0.48347107,0.47933885,0.49173555,0.5247934,0.56198347,0.553719,0.3181818,0.32231405,0.40495867,0.6280992,0.47107437,0.53305787,0.553719,0.6528926,0.73140496,0.7355372,0.7644628,0.76033056,0.74793386,0.75206614,0.70247936,0.70247936,0.70247936,0.7355372,0.76033056,0.7644628,0.76859504,0.7644628,0.75206614,0.74793386,0.74793386,0.75206614,0.72727275,0.49173555,0.6280992,0.822314,0.79752064,0.8264463,0.7933884,0.7231405,0.74380165,0.71900827,0.4876033,0.35123968,0.49586776,0.55785125,0.5082645,0.5495868,0.6363636,0.6818182,0.72727275,0.75206614,0.78099173,0.78512394,0.75619835,0.71900827,0.69008267,0.6942149,0.6942149,0.677686,0.677686,0.6528926,0.62396693,0.58264464,0.57438016,0.553719,0.5123967,0.5165289,0.5289256,0.5289256,0.3305785,0.46694216,0.4876033,0.61570245,0.49586776,0.5165289,0.553719,0.6652893,0.7231405,0.73966944,0.76859504,0.75619835,0.77272725,0.76859504,0.73966944,0.73966944,0.75206614,0.73140496,0.74380165,0.74793386,0.7355372,0.7355372,0.75206614,0.75619835,0.74380165,0.77272725,0.59917355,0.58677685,0.7892562,0.8140496,0.78512394,0.8181818,0.7644628,0.7107438,0.7231405,0.74380165,0.6570248,0.38016528,0.45454547,0.55785125,0.553719,0.5413223,0.6322314,0.6818182,0.73140496,0.7355372,0.7644628,0.78099173,0.77272725,0.7355372,0.71900827,0.6818182,0.70247936,0.7107438,0.677686,0.6735537,0.6652893,0.6363636,0.6446281,0.62396693,0.5785124,0.5413223,0.5495868,0.5289256,0.3181818,0.5041322,0.47933885,0.41735536,0.5289256,0.5,0.55785125,0.661157,0.6983471,0.72727275,0.75619835,0.75206614,0.7768595,0.7768595,0.7644628,0.75206614,0.75206614,0.73966944,0.73140496,0.7231405,0.73140496,0.7644628,0.7933884,0.73966944,0.6694215,0.6652893,0.5123967,0.77272725,0.80991733,0.7768595,0.79752064,0.80991733,0.76859504,0.71900827,0.7066116,0.7231405,0.72727275,0.5165289,0.3181818,0.57024795,0.60330576,0.5661157,0.6322314,0.6942149,0.73966944,0.72727275,0.74793386,0.75619835,0.76033056,0.73966944,0.7107438,0.6942149,0.70247936,0.6942149,0.6735537,0.6859504,0.677686,0.6694215,0.677686,0.661157,0.6280992,0.58264464,0.58677685,0.5413223,0.30578512,0.5082645,0.46694216,0.3305785,0.5165289,0.49586776,0.5661157,0.6322314,0.6818182,0.70247936,0.7355372,0.74380165,0.76033056,0.76033056,0.74380165,0.75619835,0.76033056,0.73966944,0.73966944,0.75619835,0.7768595,0.7892562,0.76033056,0.59917355,0.59504133,0.45454547,0.6487603,0.8305785,0.80991733,0.78512394,0.8016529,0.7933884,0.76859504,0.72727275,0.70247936,0.7066116,0.7231405,0.677686,0.24380165,0.45041323,0.61157024,0.61157024,0.6528926,0.70247936,0.72727275,0.71900827,0.74793386,0.73140496,0.73966944,0.71487606,0.69008267,0.6983471,0.69008267,0.69008267,0.6818182,0.70247936,0.69008267,0.6859504,0.6859504,0.6859504,0.6528926,0.61570245,0.61157024,0.5123967,0.30165288,0.49173555,0.45454547,0.4338843,0.4752066,0.53305787,0.5661157,0.61570245,0.661157,0.6942149,0.71900827,0.7355372,0.71487606,0.73140496,0.75619835,0.75619835,0.74380165,0.74793386,0.76859504,0.7768595,0.78512394,0.75206614,0.6363636,0.5371901,0.4876033,0.47933885,0.76033056,0.8429752,0.8264463,0.79752064,0.8305785,0.8264463,0.7768595,0.71900827,0.70247936,0.6859504,0.71900827,0.7066116,0.4338843,0.27272728,0.5371901,0.607438,0.6942149,0.71487606,0.71487606,0.71487606,0.73966944,0.71900827,0.73140496,0.71487606,0.70247936,0.677686,0.661157,0.6818182,0.677686,0.70247936,0.6942149,0.6859504,0.6818182,0.6942149,0.6652893,0.6198347,0.6198347,0.42561984,0.3677686,0.45867768,0.43801653,0.49173555,0.5082645,0.59504133,0.58264464,0.607438,0.6487603,0.69008267,0.69008267,0.72727275,0.71900827,0.75206614,0.76033056,0.73966944,0.73966944,0.7644628,0.7644628,0.75619835,0.73140496,0.6446281,0.54545456,0.47933885,0.46280992,0.7231405,0.7066116,0.80991733,0.8305785,0.8181818,0.8677686,0.8677686,0.78099173,0.73140496,0.72727275,0.71487606,0.6942149,0.7066116,0.58264464,0.38429752,0.3966942,0.54545456,0.6570248,0.74380165,0.73966944,0.7066116,0.71900827,0.71487606,0.72727275,0.7066116,0.7066116,0.6735537,0.6652893,0.6735537,0.6694215,0.6694215,0.6652893,0.6652893,0.661157,0.6859504,0.6446281,0.59504133,0.59917355,0.35123968,0.45041323,0.446281,0.42975205,0.49173555,0.4876033,0.5413223,0.54545456,0.58264464,0.6363636,0.6694215,0.7066116,0.7107438,0.7231405,0.74793386,0.7355372,0.73140496,0.75206614,0.75206614,0.7355372,0.71487606,0.6446281,0.53305787,0.5082645,0.3305785,0.75619835,0.73140496,0.6404959,0.71487606,0.76859504,0.78512394,0.8140496,0.822314,0.76859504,0.71900827,0.74380165,0.71487606,0.6859504,0.71487606,0.6487603,0.58264464,0.42975205,0.42561984,0.57024795,0.70247936,0.74793386,0.7107438,0.71900827,0.7066116,0.7066116,0.6818182,0.69008267,0.6652893,0.677686,0.6859504,0.677686,0.6446281,0.6322314,0.6280992,0.6446281,0.6735537,0.59917355,0.58677685,0.5082645,0.3677686,0.47933885,0.4338843,0.4338843,0.47933885,0.45867768,0.5082645,0.5165289,0.5495868,0.57438016,0.59917355,0.6528926,0.6983471,0.7066116,0.71900827,0.71487606,0.7355372,0.75206614,0.73140496,0.6942149,0.6198347,0.5247934,0.45454547,0.553719,0.5495868,0.76859504,0.6859504,0.61157024,0.6446281,0.6942149,0.69008267,0.7066116,0.70247936,0.6694215,0.6404959,0.61157024,0.61157024,0.6322314,0.6859504,0.6735537,0.6735537,0.58264464,0.3966942,0.43801653,0.607438,0.6942149,0.73140496,0.7066116,0.70247936,0.677686,0.6694215,0.6818182,0.6735537,0.6859504,0.6859504,0.6859504,0.6735537,0.6446281,0.6404959,0.6446281,0.61570245,0.55785125,0.55785125,0.41735536,0.45867768,0.46694216,0.42561984,0.4338843,0.54545456,0.42975205,0.48347107,0.5495868,0.6198347,0.61157024,0.58677685,0.5661157,0.607438,0.62396693,0.6280992,0.6198347,0.6446281,0.6322314,0.58677685,0.5495868,0.5206612,0.48347107,0.5413223,0.6735537,0.5495868,0.6280992,0.57024795,0.54545456,0.61157024,0.6570248,0.62396693,0.61157024,0.6280992,0.5413223,0.54545456,0.5,0.5247934,0.5495868,0.6280992,0.6528926,0.6694215,0.6735537,0.5206612,0.30991736,0.4752066,0.61570245,0.6735537,0.71487606,0.70247936,0.6570248,0.6570248,0.6487603,0.661157,0.6735537,0.6652893,0.69008267,0.6694215,0.62396693,0.6487603,0.6446281,0.5661157,0.58264464,0.5041322,0.446281,0.5123967,0.45454547,0.4338843,0.4338843,0.6446281,0.38842976,0.49586776,0.5371901,0.61157024,0.6859504,0.661157,0.6404959,0.6198347,0.59090906,0.57438016,0.5289256,0.5165289,0.54545456,0.57024795,0.58677685,0.5413223,0.5371901,0.59090906,0.59917355,0.45867768,0.45454547,0.38016528,0.26859504,0.5,0.59090906,0.5247934,0.5041322,0.5289256,0.4876033,0.47933885,0.47107437,0.44214877,0.45454547,0.5041322,0.5413223,0.5785124,0.6280992,0.6322314,0.28099173,0.32231405,0.48347107,0.59090906,0.6694215,0.6942149,0.6694215,0.6487603,0.61570245,0.6280992,0.6528926,0.6652893,0.6818182,0.6735537,0.6404959,0.661157,0.6404959,0.58677685,0.60330576,0.49173555,0.5082645,0.49173555,0.446281,0.43801653,0.4338843,0.6694215,0.38429752,0.5247934,0.5123967,0.607438,0.6735537,0.677686,0.6942149,0.6818182,0.69008267,0.6859504,0.61157024,0.5165289,0.46694216,0.42561984,0.43801653,0.41322315,0.4338843,0.45454547,0.45867768,0.45867768,0.4338843,0.36363637,0.17768595,0.24793388,0.47933885,0.41322315,0.38429752,0.40495867,0.4090909,0.43801653,0.40495867,0.3140496,0.24793388,0.26859504,0.33471075,0.4090909,0.48347107,0.55785125,0.21487603,0.23553719,0.39256197,0.43801653,0.5165289,0.61570245,0.661157,0.62396693,0.59090906,0.59917355,0.6404959,0.6528926,0.6404959,0.6363636,0.59504133,0.57024795,0.54545456,0.53305787,0.55785125,0.5371901,0.5165289,0.47107437,0.43801653,0.4338843,0.4338843,0.6694215,0.38842976,0.553719,0.5206612,0.61157024,0.6652893,0.6735537,0.6735537,0.6487603,0.6198347,0.607438,0.5495868,0.43801653,0.35123968,0.2892562,0.30578512,0.32231405,0.32231405,0.38016528,0.5123967,0.59090906,0.45867768,0.3140496,0.20661157,0.11570248,0.24380165,0.38016528,0.30991736,0.30578512,0.3429752,0.36363637,0.24793388,0.16528925,0.13636364,0.12396694,0.12809917,0.20661157,0.32231405,0.3677686,0.14876033,0.21900827,0.338843,0.40082645,0.39256197,0.39256197,0.40495867,0.42975205,0.446281,0.4752066,0.5206612,0.5371901,0.5371901,0.53305787,0.5247934,0.5165289,0.5661157,0.59090906,0.58264464,0.5413223,0.5041322,0.46694216,0.4338843,0.42561984,0.42975205,0.6404959,0.45041323,0.5661157,0.5165289,0.61570245,0.6487603,0.6363636,0.6280992,0.58264464,0.55785125,0.59917355,0.6198347,0.5785124,0.5371901,0.5165289,0.5206612,0.46280992,0.44214877,0.5413223,0.6694215,0.6859504,0.4876033,0.30991736,0.2892562,0.20661157,0.1570248,0.28512397,0.30578512,0.22727273,0.2644628,0.23140496,0.1570248,0.17355372,0.18181819,0.1570248,0.1322314,0.13636364,0.17355372,0.2231405,0.1694215,0.3553719,0.41322315,0.3140496,0.30991736,0.29752067,0.28099173,0.30578512,0.35950413,0.45041323,0.5041322,0.5247934,0.53305787,0.56198347,0.59917355,0.61157024,0.6198347,0.61157024,0.59090906,0.5495868,0.5082645,0.47107437,0.4338843,0.4338843,0.40495867,0.61570245,0.46280992,0.5082645,0.5206612,0.5785124,0.61157024,0.59504133,0.57438016,0.54545456,0.61157024,0.6942149,0.73140496,0.71487606,0.71487606,0.71487606,0.7066116,0.6487603,0.6487603,0.6652893,0.6694215,0.6652893,0.4752066,0.4338843,0.446281,0.2892562,0.23553719,0.22727273,0.2644628,0.19421488,0.17355372,0.19008264,0.17768595,0.20247933,0.20247933,0.2107438,0.19008264,0.23553719,0.24793388,0.23966943,0.2892562,0.53305787,0.62396693,0.4752066,0.38429752,0.35123968,0.32231405,0.3264463,0.35950413,0.4090909,0.46280992,0.4876033,0.5165289,0.55785125,0.57438016,0.607438,0.6280992,0.6198347,0.61570245,0.56198347,0.5082645,0.47107437,0.42975205,0.4338843,0.3677686,0.59504133,0.4090909,0.4752066,0.5041322,0.5413223,0.5495868,0.56198347,0.56198347,0.60330576,0.70247936,0.75619835,0.76033056,0.72727275,0.73140496,0.74380165,0.71487606,0.69008267,0.6735537,0.6404959,0.6446281,0.55785125,0.41322315,0.5041322,0.47933885,0.34710744,0.37190083,0.21487603,0.24793388,0.1570248,0.14876033,0.2107438,0.23140496,0.23553719,0.23553719,0.26859504,0.2768595,0.37603307,0.41322315,0.42975205,0.5247934,0.6446281,0.73140496,0.6735537,0.61570245,0.59090906,0.5661157,0.55785125,0.5289256,0.49173555,0.49586776,0.46280992,0.4752066,0.48347107,0.4876033,0.53305787,0.57438016,0.58264464,0.59504133,0.5371901,0.5082645,0.48347107,0.42561984,0.41322315,0.35123968,0.56198347,0.42561984,0.446281,0.4876033,0.5247934,0.553719,0.58677685,0.6322314,0.6404959,0.7355372,0.74793386,0.75206614,0.7355372,0.7355372,0.74380165,0.6983471,0.69008267,0.62396693,0.57024795,0.58677685,0.46694216,0.38842976,0.49173555,0.446281,0.4090909,0.44214877,0.29338843,0.20247933,0.1446281,0.12809917,0.2231405,0.3264463,0.3305785,0.3305785,0.38429752,0.3966942,0.40495867,0.49586776,0.5495868,0.58677685,0.6487603,0.7107438,0.71900827,0.71487606,0.7231405,0.7107438,0.6859504,0.6528926,0.6570248,0.607438,0.5289256,0.48347107,0.45867768,0.4338843,0.446281,0.4752066,0.49173555,0.53305787,0.49586776,0.47933885,0.4876033,0.45041323,0.38842976,0.34710744,0.5247934,0.42975205,0.4090909,0.47933885,0.5206612,0.60330576,0.6198347,0.677686,0.6404959,0.7231405,0.75206614,0.7355372,0.7355372,0.73966944,0.74380165,0.6859504,0.6280992,0.5165289,0.5413223,0.5041322,0.42975205,0.446281,0.47107437,0.4752066,0.45867768,0.39256197,0.3553719,0.28512397,0.2644628,0.1322314,0.2892562,0.45867768,0.38429752,0.43801653,0.49586776,0.47933885,0.38429752,0.46280992,0.5206612,0.49586776,0.57024795,0.61157024,0.6528926,0.7066116,0.73966944,0.73966944,0.6818182,0.6694215,0.677686,0.6652893,0.6322314,0.553719,0.4876033,0.45867768,0.446281,0.42561984,0.43801653,0.46280992,0.45867768,0.446281,0.46280992,0.44214877,0.38016528,0.3140496,0.38842976,0.40495867,0.38842976,0.45041323,0.5206612,0.6198347,0.6528926,0.6694215,0.6363636,0.70247936,0.74793386,0.73140496,0.74380165,0.75619835,0.70247936,0.61157024,0.5413223,0.48347107,0.5206612,0.47933885,0.45454547,0.49586776,0.5206612,0.54545456,0.43801653,0.40495867,0.5,0.4752066,0.42561984,0.29338843,0.38842976,0.5165289,0.49586776,0.4338843,0.5289256,0.47107437,0.37603307,0.41735536,0.48347107,0.40495867,0.44214877,0.5206612,0.59504133,0.59504133,0.71900827,0.74380165,0.7066116,0.69008267,0.677686,0.6694215,0.6487603,0.61157024,0.553719,0.5206612,0.4752066,0.43801653,0.4338843,0.42561984,0.42975205,0.40495867,0.4338843,0.42561984,0.3677686,0.29338843,0.19008264,0.35950413,0.4090909,0.46280992,0.47107437,0.6322314,0.6198347,0.6487603,0.6363636,0.6694215,0.70247936,0.73140496,0.76033056,0.75206614,0.59917355,0.55785125,0.5165289,0.5413223,0.49586776,0.49586776,0.5165289,0.56198347,0.5661157,0.5785124,0.5041322,0.5165289,0.6322314,0.6528926,0.61570245,0.54545456,0.5041322,0.4876033,0.48347107,0.45041323,0.53305787,0.46694216,0.4090909,0.3966942,0.45867768,0.4090909,0.3966942,0.4752066,0.49173555,0.49586776,0.6859504,0.73140496,0.71900827,0.6942149,0.6735537,0.6735537,0.6570248,0.60330576,0.57438016,0.59917355,0.5371901,0.47933885,0.46280992,0.40495867,0.4090909,0.38842976,0.38842976,0.37603307,0.3181818,0.29752067,0.2107438,0.34710744,0.446281,0.42975205,0.43801653,0.6198347,0.55785125,0.59504133,0.59504133,0.6570248,0.69008267,0.7355372,0.78099173,0.6983471,0.49173555,0.57438016,0.5165289,0.55785125,0.446281,0.4752066,0.5289256,0.49173555,0.47107437,0.5123967,0.5082645,0.5123967,0.5371901,0.59090906,0.6363636,0.6735537,0.6322314,0.553719,0.57024795,0.4752066,0.53305787,0.5041322,0.45041323,0.41322315,0.44214877,0.42975205,0.40495867,0.4090909,0.46694216,0.43801653,0.61570245,0.69008267,0.70247936,0.6942149,0.6694215,0.677686,0.6528926,0.6198347,0.58677685,0.60330576,0.607438,0.5,0.49173555,0.4214876,0.38429752,0.38842976,0.37190083,0.3429752,0.2768595,0.28099173,0.1446281,0.34710744,0.42561984,0.38429752,0.5041322,0.5661157,0.48347107,0.5247934,0.55785125,0.6528926,0.69008267,0.75206614,0.78512394,0.6446281,0.44214877,0.55785125,0.5247934,0.5041322,0.4338843,0.44214877,0.446281,0.36363637,0.3429752,0.3429752,0.3181818,0.32231405,0.3305785,0.3429752,0.3966942,0.39256197,0.42561984,0.45041323,0.46694216,0.44214877,0.45867768,0.4752066,0.45454547,0.49586776,0.4090909,0.46280992,0.42561984,0.3429752,0.4876033,0.41735536,0.47107437,0.6280992,0.6818182,0.6735537,0.661157,0.6694215,0.6446281,0.6280992,0.59917355,0.5661157,0.62396693,0.5413223,0.49173555,0.42561984,0.3677686,0.35950413,0.35123968,0.30165288,0.24793388,0.2892562,0.17768595,0.28512397,0.34710744,0.4090909,0.4876033,0.5371901,0.46694216,0.5082645,0.55785125,0.6446281,0.6818182,0.7355372,0.74793386,0.58264464,0.45867768,0.5289256,0.5206612,0.47933885,0.4090909,0.338843,0.30165288,0.25619835,0.23140496,0.18181819,0.20247933,0.21900827,0.19421488,0.29338843,0.2644628,0.26859504,0.24793388,0.32231405,0.33471075,0.35123968,0.38842976,0.38842976,0.38429752,0.4338843,0.37603307,0.45867768,0.35123968,0.3305785,0.4752066,0.41735536,0.45454547,0.5371901,0.6735537,0.6818182,0.6652893,0.6487603,0.62396693,0.6404959,0.53305787,0.553719,0.57438016,0.49586776,0.47933885,0.4338843,0.38842976,0.32231405,0.3305785,0.3181818,0.26859504,0.3264463,0.16115703,0.27272728,0.3429752,0.44214877,0.45454547,0.54545456,0.45041323,0.446281,0.55785125,0.6198347,0.6570248,0.74793386,0.6942149,0.54545456,0.48347107,0.5206612,0.5289256,0.47107437,0.3966942,0.3140496,0.24793388,0.18595041,0.11570248,0.0785124,0.12809917,0.18181819,0.2107438,0.28099173,0.19421488,0.1983471,0.1570248,0.21487603,0.1983471,0.19421488,0.1570248,0.25619835,0.30991736,0.29752067,0.29752067,0.38016528,0.3305785,0.36363637,0.44214877,0.42561984,0.46280992,0.4752066,0.6322314,0.6942149,0.6818182,0.6322314,0.59917355,0.61570245,0.53305787,0.5247934,0.5413223,0.5123967,0.47933885,0.3966942,0.39256197,0.30991736,0.29752067,0.3677686,0.30991736,0.2892562,0.14876033,0.21900827,0.3429752,0.4090909,0.46694216,0.4876033,0.4214876,0.38842976,0.5371901,0.5785124,0.6322314,0.7231405,0.6404959,0.6322314,0.5,0.5165289,0.55785125,0.58677685,0.57438016,0.47933885,0.40495867,0.36363637,0.2892562,0.2768595,0.3264463,0.47107437,0.607438,0.5082645,0.46280992,0.36363637,0.338843,0.33471075,0.28099173,0.30991736,0.24380165,0.2520661,0.2231405,0.21487603,0.2644628,0.25619835,0.25619835,0.36363637,0.45454547,0.45041323,0.47107437,0.45867768,0.5289256,0.6570248,0.70247936,0.6280992,0.57438016,0.58264464,0.54545456,0.49173555,0.5123967,0.5,0.45867768,0.3677686,0.35950413,0.34710744,0.26859504,0.34710744,0.34710744,0.23553719,0.13636364,0.21487603,0.35123968,0.40082645,0.42975205,0.4214876,0.40082645,0.40495867,0.5123967,0.5123967,0.59917355,0.6528926,0.61157024,0.59504133,0.57024795,0.49586776,0.607438,0.70247936,0.73140496,0.6446281,0.57024795,0.5785124,0.6198347,0.6528926,0.59917355,0.607438,0.8429752,0.71487606,0.69008267,0.60330576,0.61570245,0.6198347,0.5289256,0.61157024,0.45454547,0.37603307,0.3140496,0.30165288,0.46694216,0.3429752,0.30991736,0.3966942,0.46694216,0.5123967,0.48347107,0.4876033,0.49173555,0.6487603,0.6859504,0.62396693,0.5661157,0.53305787,0.5371901,0.4338843,0.46694216,0.49173555,0.42561984,0.38429752,0.338843,0.3553719,0.29752067,0.3181818,0.338843,0.19421488,0.1446281,0.23553719,0.3305785,0.40082645,0.39256197,0.37603307,0.40082645,0.4338843,0.45454547,0.446281,0.56198347,0.60330576,0.60330576,0.54545456,0.49173555,0.5165289,0.6694215,0.74380165,0.7768595,0.7231405,0.6322314,0.6322314,0.6528926,0.6404959,0.6528926,0.6280992,0.8181818,0.7231405,0.72727275,0.69008267,0.7231405,0.75619835,0.6942149,0.8140496,0.5785124,0.4752066,0.58264464,0.60330576,0.55785125,0.49173555,0.5041322,0.59504133,0.55785125,0.56198347,0.53305787,0.5413223,0.48347107,0.59504133,0.661157,0.61570245,0.5247934,0.5082645,0.5041322,0.3966942,0.42975205,0.45867768,0.45041323,0.37603307,0.29752067,0.3429752,0.33471075,0.33471075,0.3140496,0.16115703,0.1570248,0.20661157,0.29338843,0.39256197,0.36363637,0.38016528,0.38429752,0.446281,0.4752066,0.38016528,0.5165289,0.5661157,0.59090906,0.5,0.42561984,0.5413223,0.6942149,0.75619835,0.74380165,0.72727275,0.69008267,0.6404959,0.6694215,0.6446281,0.677686,0.6363636,0.6363636,0.6322314,0.6818182,0.6652893,0.71900827,0.71900827,0.70247936,0.76859504,0.61570245,0.60330576,0.6487603,0.6570248,0.57438016,0.5289256,0.61157024,0.677686,0.661157,0.59917355,0.58264464,0.5247934,0.5413223,0.59090906,0.62396693,0.60330576,0.5123967,0.47933885,0.44214877,0.38429752,0.41322315,0.4338843,0.45867768,0.3553719,0.35123968,0.3181818,0.338843,0.3429752,0.32231405,0.1446281,0.1570248,0.14876033,0.2603306,0.38429752,0.3264463,0.3553719,0.3677686,0.4338843,0.446281,0.35123968,0.49586776,0.5165289,0.54545456,0.49586776,0.3966942,0.553719,0.71487606,0.75619835,0.73966944,0.6694215,0.677686,0.6404959,0.62396693,0.6528926,0.7231405,0.70247936,0.677686,0.6859504,0.6859504,0.70247936,0.6694215,0.69008267,0.6652893,0.6942149,0.6280992,0.6363636,0.62396693,0.58677685,0.5495868,0.58677685,0.6198347,0.6652893,0.677686,0.59917355,0.62396693,0.47107437,0.5661157,0.58264464,0.60330576,0.60330576,0.5,0.4338843,0.38429752,0.35950413,0.40495867,0.39256197,0.4090909,0.37190083,0.36363637,0.32231405,0.33471075,0.30165288,0.27272728,0.12396694,0.14876033,0.13636364,0.1983471,0.35123968,0.3305785,0.3553719,0.38842976,0.45041323,0.40495867,0.38842976,0.42561984,0.5041322,0.5123967,0.48347107,0.39256197,0.57024795,0.6942149,0.71487606,0.7066116,0.7066116,0.59917355,0.6280992,0.607438,0.59090906,0.6198347,0.6487603,0.6446281,0.6570248,0.6528926,0.6859504,0.6528926,0.6446281,0.6694215,0.661157,0.607438,0.58264464,0.57024795,0.5289256,0.5785124,0.5661157,0.59504133,0.661157,0.6694215,0.61570245,0.6322314,0.5041322,0.5247934,0.55785125,0.5785124,0.5495868,0.4752066,0.4090909,0.37603307,0.338843,0.35950413,0.38842976,0.40082645,0.35950413,0.34710744,0.2892562,0.26859504,0.2603306,0.1983471,0.10330579,0.14876033,0.14049587,0.1570248,0.29752067,0.33471075,0.3429752,0.41322315,0.39256197,0.41322315,0.38429752,0.40495867,0.5082645,0.5206612,0.43801653,0.446281,0.6446281,0.661157,0.70247936,0.661157,0.6694215,0.60330576,0.57024795,0.58264464,0.5785124,0.553719,0.59917355,0.59090906,0.5785124,0.57024795,0.6280992,0.6446281,0.56198347,0.6446281,0.57438016,0.5413223,0.5206612,0.5206612,0.53305787,0.5247934,0.48347107,0.5165289,0.6363636,0.6528926,0.58677685,0.61157024,0.5,0.5,0.5123967,0.5289256,0.5206612,0.46280992,0.4090909,0.3553719,0.30165288,0.34710744,0.39256197,0.338843,0.34710744,0.32231405,0.2520661,0.2644628,0.27272728,0.15289256,0.08677686,0.1446281,0.1570248,0.12809917,0.22727273,0.29752067,0.3264463,0.4090909,0.3966942,0.37603307,0.37190083,0.38429752,0.4876033,0.45867768,0.37603307,0.4876033,0.69008267,0.677686,0.6570248,0.6280992,0.607438,0.58677685,0.58264464,0.5247934,0.5247934,0.5165289,0.53305787,0.5123967,0.54545456,0.553719,0.61570245,0.5413223,0.55785125,0.5413223,0.5206612,0.5082645,0.5,0.48347107,0.47107437,0.46280992,0.49586776,0.5495868,0.61570245,0.61570245,0.5661157,0.5785124,0.5165289,0.44214877,0.45454547,0.5082645,0.45867768,0.41735536,0.40495867,0.3429752,0.30578512,0.30991736,0.36363637,0.29752067,0.30578512,0.2768595,0.23140496,0.23553719,0.23553719,0.13636364,0.08677686,0.15289256,0.14876033,0.13636364,0.19421488,0.2520661,0.27272728,0.37190083,0.3966942,0.35950413,0.37603307,0.3677686,0.3966942,0.35950413,0.3140496,0.46694216,0.6528926,0.6694215,0.661157,0.6363636,0.58264464,0.5495868,0.59090906,0.5371901,0.5041322,0.42561984,0.39256197,0.40495867,0.41735536,0.46694216,0.45041323,0.44214877,0.4752066,0.4338843,0.41735536,0.38842976,0.42975205,0.40495867,0.45041323,0.45454547,0.5041322,0.58677685,0.57438016,0.5661157,0.57024795,0.55785125,0.5165289,0.4090909,0.38842976,0.45454547,0.38842976,0.40082645,0.3264463,0.34710744,0.33471075,0.28099173,0.33471075,0.2892562,0.30165288,0.2644628,0.22727273,0.24793388,0.2107438,0.12396694,0.08677686,0.1570248,0.14876033,0.1570248,0.17768595,0.2231405,0.2603306,0.338843,0.3677686,0.35123968,0.37603307,0.3966942,0.30165288,0.3264463,0.30165288,0.446281,0.57024795,0.6198347,0.6694215,0.6487603,0.60330576,0.553719,0.53305787,0.5206612,0.49586776,0.40495867,0.3429752,0.32231405,0.29338843,0.3140496,0.29338843,0.23966943,0.28099173,0.2644628,0.30578512,0.33471075,0.41735536,0.37603307,0.41735536,0.42975205,0.4876033,0.56198347,0.56198347,0.58264464,0.57024795,0.5165289,0.45867768,0.40495867,0.3429752,0.39256197,0.33471075,0.28512397,0.2892562,0.3181818,0.33471075,0.28512397,0.30165288,0.2892562,0.2768595,0.2603306,0.23553719,0.23553719,0.1570248,0.08264463,0.0785124,0.16115703,0.15289256,0.15289256,0.15289256,0.20661157,0.2644628,0.3429752,0.34710744,0.30991736,0.34710744,0.34710744,0.29752067,0.3181818,0.30578512,0.38429752,0.5,0.58677685,0.6694215,0.6404959,0.6198347,0.59917355,0.53305787,0.5247934,0.45041323,0.4214876,0.41322315,0.3553719,0.338843,0.37190083,0.35123968,0.29338843,0.32231405,0.3264463,0.29338843,0.36363637,0.40082645,0.40082645,0.3966942,0.42975205,0.49173555,0.5661157,0.58677685,0.57024795,0.57024795,0.5206612,0.42561984,0.4214876,0.29752067,0.3181818,0.2892562,0.2520661,0.28099173,0.30991736,0.29338843,0.33471075,0.30578512,0.2644628,0.24793388,0.2520661,0.2231405,0.17768595,0.09504132,0.0785124,0.08264463,0.14876033,0.1570248,0.1570248,0.14876033,0.19421488,0.2520661,0.3181818,0.32231405,0.2768595,0.35123968,0.2520661,0.2768595,0.24380165,0.29752067,0.35950413,0.4876033,0.57024795,0.61570245,0.61570245,0.6652893,0.6652893,0.62396693,0.553719,0.5082645,0.46694216,0.5041322,0.43801653,0.3677686,0.42561984,0.4338843,0.3677686,0.40082645,0.45041323,0.4338843,0.446281,0.4214876,0.45867768,0.47107437,0.5041322,0.5785124,0.60330576,0.54545456,0.5123967,0.5165289,0.45454547,0.40495867,0.37190083,0.22727273,0.28099173,0.29752067,0.24793388,0.27272728,0.27272728,0.27272728,0.3429752,0.29752067,0.2231405,0.24380165,0.2231405,0.20247933,0.11570248,0.08264463,0.08677686,0.08677686,0.1570248,0.16528925,0.16528925,0.15289256,0.2231405,0.2520661,0.28099173,0.2768595,0.2644628,0.3305785,0.1983471,0.2603306,0.26859504,0.28512397,0.338843,0.46694216,0.5206612,0.57024795,0.60330576,0.6983471,0.70247936,0.71487606,0.6528926,0.661157,0.5413223,0.57024795,0.5289256,0.46694216,0.49173555,0.48347107,0.49586776,0.553719,0.53305787,0.55785125,0.5289256,0.5082645,0.5041322,0.5289256,0.58677685,0.61570245,0.58677685,0.5206612,0.46280992,0.46280992,0.44214877,0.35950413,0.35950413,0.18595041,0.2892562,0.25619835,0.24380165,0.2768595,0.2603306,0.2892562,0.29752067,0.2644628,0.22727273,0.2603306,0.21487603,0.19008264,0.0785124,0.08264463,0.08677686,0.0785124,0.15289256,0.16115703,0.17768595,0.18181819,0.22727273,0.2520661,0.28512397,0.21487603,0.28099173,0.24793388,0.2107438,0.27272728,0.2768595,0.23966943,0.3264463,0.38429752,0.42975205,0.5206612,0.60330576,0.71487606,0.71487606,0.7107438,0.677686,0.70247936,0.6198347,0.6404959,0.59504133,0.5206612,0.5413223,0.5371901,0.57024795,0.61157024,0.59917355,0.61570245,0.62396693,0.6198347,0.6280992,0.61570245,0.62396693,0.58677685,0.5413223,0.47107437,0.38429752,0.40495867,0.3553719,0.36363637,0.2644628,0.20661157,0.2644628,0.18595041,0.2768595,0.2644628,0.24793388,0.28099173,0.27272728,0.23553719,0.20247933,0.21487603,0.26859504,0.1446281,0.07438017,0.08264463,0.08264463,0.08677686,0.16115703,0.14876033,0.16115703,0.16528925,0.19008264,0.28099173,0.24793388,0.17768595,0.23553719,0.18595041,0.22727273,0.2603306,0.2644628,0.21900827,0.2644628,0.32231405,0.3966942,0.47933885,0.55785125,0.6570248,0.6322314,0.6280992,0.6404959,0.6735537,0.6322314,0.6404959,0.58677685,0.553719,0.58264464,0.53305787,0.54545456,0.6694215,0.6528926,0.6983471,0.57438016,0.6322314,0.5661157,0.6446281,0.6404959,0.553719,0.4876033,0.43801653,0.3553719,0.338843,0.28099173,0.2520661,0.24380165,0.21900827,0.23140496,0.1694215,0.2644628,0.23966943,0.24793388,0.2603306,0.2603306,0.1694215,0.20247933,0.1694215,0.24380165,0.10330579,0.08264463,0.08264463,0.08264463,0.08677686,0.16528925,0.1446281,0.14876033,0.1694215,0.16115703,0.25619835,0.21900827,0.1446281,0.23553719,0.17768595,0.2107438,0.25619835,0.24380165,0.19421488,0.27272728,0.29752067,0.36363637,0.42975205,0.5123967,0.5413223,0.5247934,0.553719,0.59090906,0.607438,0.61570245,0.59090906,0.59090906,0.59504133,0.54545456,0.57024795,0.56198347,0.70247936,0.6694215,0.6694215,0.6446281,0.59917355,0.5289256,0.57024795,0.60330576,0.5247934,0.45041323,0.4338843,0.3140496,0.28099173,0.24380165,0.23553719,0.18595041,0.25619835,0.21900827,0.17355372,0.23553719,0.21900827,0.24380165,0.24793388,0.2520661,0.18595041,0.19421488,0.18181819,0.1983471,0.08677686,0.08677686,0.08677686,0.08264463,0.08677686,13 +0.6280992,0.70247936,0.71487606,0.72727275,0.77272725,0.7933884,0.79752064,0.80991733,0.8264463,0.8181818,0.8140496,0.8181818,0.8016529,0.8181818,0.8181818,0.8181818,0.822314,0.822314,0.822314,0.8264463,0.8305785,0.8347107,0.8305785,0.8264463,0.8264463,0.8264463,0.8181818,0.8140496,0.8016529,0.78099173,0.75619835,0.75619835,0.7768595,0.76859504,0.73966944,0.74380165,0.76033056,0.77272725,0.76859504,0.74793386,0.74793386,0.74380165,0.74380165,0.74380165,0.71487606,0.70247936,0.70247936,0.6859504,0.6528926,0.6280992,0.607438,0.5661157,0.5371901,0.56198347,0.57438016,0.57024795,0.5371901,0.5041322,0.47107437,0.41322315,0.36363637,0.2603306,0.09917355,0.18595041,0.61570245,0.71487606,0.7231405,0.73966944,0.78099173,0.79752064,0.7933884,0.8181818,0.822314,0.822314,0.8140496,0.8181818,0.8057851,0.80991733,0.8057851,0.79752064,0.8140496,0.8140496,0.8140496,0.8347107,0.8429752,0.8471074,0.8347107,0.838843,0.8264463,0.8264463,0.8264463,0.8264463,0.822314,0.8057851,0.7768595,0.7768595,0.7933884,0.7768595,0.74380165,0.74380165,0.7768595,0.7933884,0.78099173,0.76859504,0.76033056,0.76033056,0.76033056,0.76033056,0.73966944,0.71487606,0.7107438,0.6983471,0.6694215,0.6528926,0.6363636,0.57438016,0.5495868,0.5371901,0.55785125,0.58264464,0.5495868,0.5165289,0.47933885,0.42975205,0.37190083,0.3429752,0.13636364,0.12396694,0.6404959,0.6694215,0.7231405,0.73966944,0.78512394,0.8016529,0.79752064,0.8140496,0.8140496,0.822314,0.8140496,0.8140496,0.7892562,0.77272725,0.77272725,0.7768595,0.8016529,0.80991733,0.8140496,0.8347107,0.8471074,0.8553719,0.8512397,0.8512397,0.8429752,0.838843,0.8347107,0.8305785,0.8264463,0.8140496,0.79752064,0.7933884,0.80991733,0.7933884,0.75619835,0.76033056,0.78099173,0.80991733,0.80991733,0.7892562,0.78512394,0.78512394,0.78099173,0.76859504,0.75206614,0.72727275,0.71487606,0.6942149,0.6694215,0.661157,0.6363636,0.59090906,0.5785124,0.5495868,0.54545456,0.56198347,0.55785125,0.5247934,0.4752066,0.4338843,0.3677686,0.3553719,0.20661157,0.11570248,0.6735537,0.677686,0.71900827,0.75206614,0.7768595,0.8016529,0.8016529,0.79752064,0.8140496,0.8140496,0.8016529,0.78099173,0.75619835,0.75206614,0.74793386,0.76859504,0.7892562,0.8016529,0.79752064,0.8140496,0.8181818,0.8347107,0.8347107,0.8305785,0.8305785,0.838843,0.838843,0.838843,0.8347107,0.80991733,0.8057851,0.8016529,0.822314,0.80991733,0.77272725,0.77272725,0.78099173,0.8057851,0.8181818,0.80991733,0.8140496,0.8016529,0.78512394,0.77272725,0.75206614,0.73140496,0.7107438,0.6942149,0.677686,0.6652893,0.6280992,0.59504133,0.58264464,0.5661157,0.54545456,0.5495868,0.5495868,0.5247934,0.46694216,0.4338843,0.38429752,0.34710744,0.34710744,0.08677686,0.6818182,0.677686,0.72727275,0.73966944,0.78512394,0.79752064,0.7933884,0.7933884,0.8016529,0.78512394,0.74793386,0.73966944,0.73140496,0.73966944,0.75619835,0.75619835,0.76859504,0.76859504,0.76859504,0.75619835,0.7355372,0.74793386,0.73966944,0.74793386,0.76859504,0.8057851,0.8264463,0.8429752,0.8305785,0.8016529,0.80991733,0.8057851,0.8347107,0.8264463,0.7933884,0.78099173,0.7768595,0.8016529,0.8264463,0.8264463,0.8140496,0.8016529,0.7892562,0.76859504,0.74380165,0.71900827,0.70247936,0.6983471,0.69008267,0.6652893,0.6404959,0.607438,0.5661157,0.5495868,0.55785125,0.5371901,0.5413223,0.5082645,0.46280992,0.42975205,0.38842976,0.3677686,0.38016528,0.09917355,0.661157,0.6859504,0.73140496,0.73966944,0.76859504,0.78512394,0.8016529,0.78099173,0.7644628,0.76033056,0.71900827,0.73966944,0.7355372,0.74380165,0.77272725,0.74380165,0.73140496,0.70247936,0.6983471,0.6322314,0.59090906,0.58677685,0.6198347,0.661157,0.6694215,0.73140496,0.76033056,0.79752064,0.8181818,0.8016529,0.8057851,0.8057851,0.8347107,0.822314,0.8057851,0.79752064,0.77272725,0.7892562,0.8264463,0.8264463,0.8016529,0.7933884,0.7768595,0.74380165,0.7066116,0.677686,0.661157,0.661157,0.661157,0.661157,0.6652893,0.6322314,0.58264464,0.5413223,0.5413223,0.5247934,0.5289256,0.49173555,0.47107437,0.42975205,0.38429752,0.36363637,0.3429752,0.14049587,0.661157,0.6818182,0.72727275,0.73966944,0.74793386,0.7892562,0.7933884,0.74793386,0.76033056,0.76859504,0.71900827,0.75206614,0.75206614,0.7231405,0.74380165,0.7107438,0.6652893,0.59917355,0.5661157,0.5041322,0.49173555,0.5,0.5661157,0.6280992,0.6446281,0.6818182,0.71487606,0.76033056,0.80991733,0.8057851,0.79752064,0.78512394,0.8140496,0.79752064,0.8140496,0.8016529,0.76033056,0.76859504,0.8140496,0.8140496,0.7892562,0.7768595,0.75206614,0.70247936,0.6487603,0.61570245,0.5785124,0.56198347,0.5661157,0.59504133,0.61570245,0.60330576,0.5785124,0.553719,0.5371901,0.5,0.5123967,0.49586776,0.46280992,0.43801653,0.3966942,0.37190083,0.28099173,0.1694215,0.661157,0.69008267,0.71487606,0.7231405,0.73966944,0.76859504,0.75619835,0.73140496,0.78099173,0.7768595,0.73140496,0.73966944,0.7231405,0.661157,0.6570248,0.6528926,0.6198347,0.5289256,0.5041322,0.45867768,0.44214877,0.4752066,0.5247934,0.5661157,0.60330576,0.6404959,0.7107438,0.72727275,0.7933884,0.7933884,0.78512394,0.78099173,0.78099173,0.7892562,0.822314,0.7892562,0.71900827,0.72727275,0.7892562,0.7933884,0.76033056,0.7355372,0.7066116,0.6404959,0.58677685,0.5495868,0.5082645,0.4752066,0.4752066,0.5,0.5123967,0.5413223,0.5495868,0.5495868,0.5289256,0.5165289,0.5,0.4752066,0.45454547,0.43801653,0.40082645,0.38016528,0.2768595,0.17355372,0.6818182,0.69008267,0.7066116,0.71487606,0.74793386,0.75206614,0.7231405,0.75206614,0.75619835,0.75206614,0.7231405,0.6983471,0.6570248,0.6363636,0.6280992,0.6735537,0.6735537,0.59504133,0.60330576,0.5661157,0.5082645,0.48347107,0.49173555,0.5123967,0.56198347,0.59090906,0.6735537,0.677686,0.74793386,0.75619835,0.77272725,0.7768595,0.7768595,0.79752064,0.822314,0.78512394,0.6942149,0.70247936,0.7644628,0.7644628,0.7107438,0.6652893,0.61157024,0.553719,0.5123967,0.4752066,0.44214877,0.4214876,0.4214876,0.41735536,0.41735536,0.46694216,0.5247934,0.5495868,0.5371901,0.53305787,0.5247934,0.46694216,0.43801653,0.42561984,0.3966942,0.35950413,0.26859504,0.16528925,0.6942149,0.6983471,0.70247936,0.71487606,0.7355372,0.73966944,0.70247936,0.75619835,0.7107438,0.74380165,0.7355372,0.6942149,0.677686,0.7066116,0.73966944,0.7892562,0.79752064,0.75206614,0.76859504,0.7231405,0.6570248,0.5785124,0.5082645,0.4876033,0.49586776,0.5206612,0.60330576,0.62396693,0.69008267,0.74380165,0.77272725,0.7768595,0.78099173,0.8140496,0.8264463,0.78099173,0.6983471,0.7107438,0.76859504,0.73966944,0.661157,0.59090906,0.5165289,0.46280992,0.4338843,0.40495867,0.37190083,0.3553719,0.35123968,0.3553719,0.37190083,0.41735536,0.48347107,0.5206612,0.5371901,0.53305787,0.5165289,0.4876033,0.43801653,0.4090909,0.38016528,0.33471075,0.27272728,0.17355372,0.6942149,0.6983471,0.7066116,0.71900827,0.73140496,0.72727275,0.70247936,0.6942149,0.6735537,0.69008267,0.7066116,0.7066116,0.75619835,0.77272725,0.79752064,0.8057851,0.8016529,0.77272725,0.74380165,0.73140496,0.7107438,0.71487606,0.73140496,0.661157,0.5495868,0.5123967,0.5206612,0.5165289,0.54545456,0.61157024,0.6404959,0.6859504,0.73140496,0.78099173,0.8057851,0.76033056,0.6942149,0.7107438,0.75206614,0.7107438,0.59090906,0.49173555,0.4338843,0.40495867,0.38016528,0.34710744,0.3264463,0.33471075,0.338843,0.35950413,0.40082645,0.42975205,0.46280992,0.5,0.5041322,0.5,0.5041322,0.48347107,0.45454547,0.42561984,0.37603307,0.30991736,0.23553719,0.17768595,0.6983471,0.7107438,0.71900827,0.73140496,0.7355372,0.71900827,0.6570248,0.62396693,0.6280992,0.6280992,0.6694215,0.71900827,0.74793386,0.71487606,0.71487606,0.7066116,0.71487606,0.6735537,0.62396693,0.5785124,0.55785125,0.54545456,0.55785125,0.5785124,0.57024795,0.5,0.47107437,0.45867768,0.45041323,0.47107437,0.4752066,0.5,0.5371901,0.57438016,0.58677685,0.58264464,0.5495868,0.5785124,0.60330576,0.57438016,0.48347107,0.4090909,0.37603307,0.36363637,0.3429752,0.30991736,0.3264463,0.38429752,0.4338843,0.49586776,0.53305787,0.5123967,0.5,0.5247934,0.5082645,0.47933885,0.49173555,0.4876033,0.446281,0.40495867,0.38016528,0.29338843,0.19421488,0.1694215,0.70247936,0.7107438,0.73140496,0.73966944,0.73966944,0.6859504,0.59917355,0.6322314,0.61570245,0.6322314,0.6983471,0.71487606,0.6859504,0.7107438,0.7066116,0.70247936,0.76859504,0.71487606,0.62396693,0.58264464,0.58677685,0.5495868,0.4876033,0.49173555,0.5495868,0.5289256,0.5495868,0.57438016,0.59504133,0.57024795,0.47933885,0.3429752,0.35123968,0.38016528,0.40495867,0.41322315,0.3966942,0.41735536,0.41322315,0.40495867,0.38016528,0.36363637,0.35123968,0.3429752,0.3305785,0.3264463,0.35950413,0.40495867,0.45041323,0.5413223,0.5785124,0.553719,0.53305787,0.53305787,0.53305787,0.5041322,0.47107437,0.47107437,0.45454547,0.41322315,0.37603307,0.2892562,0.19421488,0.1694215,0.7107438,0.71487606,0.72727275,0.75619835,0.7066116,0.61570245,0.6198347,0.6487603,0.62396693,0.6570248,0.661157,0.607438,0.661157,0.74380165,0.6818182,0.6198347,0.6404959,0.5413223,0.46694216,0.46280992,0.5123967,0.5495868,0.55785125,0.5206612,0.53305787,0.5082645,0.5495868,0.59504133,0.677686,0.72727275,0.71900827,0.58677685,0.30165288,0.5495868,0.6280992,0.57024795,0.5123967,0.45454547,0.338843,0.2892562,0.3264463,0.3181818,0.3140496,0.3553719,0.39256197,0.4214876,0.4338843,0.446281,0.41735536,0.42561984,0.42975205,0.41322315,0.42975205,0.45041323,0.46280992,0.45454547,0.45041323,0.45454547,0.446281,0.4090909,0.3677686,0.29752067,0.19008264,0.16115703,0.72727275,0.72727275,0.73966944,0.74380165,0.6570248,0.62396693,0.677686,0.6487603,0.6280992,0.61570245,0.5371901,0.5371901,0.6363636,0.61157024,0.49586776,0.38429752,0.3429752,0.2603306,0.26859504,0.2644628,0.41322315,0.42975205,0.4876033,0.5165289,0.54545456,0.5371901,0.5785124,0.5661157,0.6942149,0.77272725,0.77272725,0.78512394,0.33471075,0.6404959,0.6694215,0.60330576,0.6198347,0.5495868,0.41322315,0.28512397,0.28099173,0.2644628,0.32231405,0.41322315,0.47933885,0.48347107,0.5495868,0.54545456,0.5,0.49586776,0.47933885,0.46280992,0.47933885,0.4876033,0.45041323,0.4090909,0.38016528,0.39256197,0.41322315,0.39256197,0.3677686,0.30578512,0.19421488,0.14876033,0.7231405,0.73140496,0.7355372,0.677686,0.61157024,0.6818182,0.69008267,0.6570248,0.6280992,0.5661157,0.5165289,0.5247934,0.5041322,0.47107437,0.38842976,0.23966943,0.23966943,0.19008264,0.28099173,0.2892562,0.5289256,0.5,0.3677686,0.45454547,0.5041322,0.6280992,0.76033056,0.607438,0.6818182,0.77272725,0.7644628,0.6942149,0.4338843,0.5165289,0.47933885,0.446281,0.5041322,0.4876033,0.5,0.2768595,0.22727273,0.26859504,0.36363637,0.45867768,0.46694216,0.3264463,0.5206612,0.38429752,0.3305785,0.40082645,0.4752066,0.5082645,0.49586776,0.46694216,0.48347107,0.45867768,0.39256197,0.36363637,0.35950413,0.37190083,0.3966942,0.3181818,0.18595041,0.14049587,0.6528926,0.6735537,0.6942149,0.6446281,0.6363636,0.7107438,0.6859504,0.677686,0.6487603,0.607438,0.58264464,0.5371901,0.49586776,0.5413223,0.4752066,0.26859504,0.28512397,0.29752067,0.35950413,0.37603307,0.6322314,0.607438,0.43801653,0.5289256,0.5165289,0.6446281,0.8305785,0.6942149,0.6487603,0.70247936,0.661157,0.62396693,0.5413223,0.40495867,0.40495867,0.45867768,0.45867768,0.3553719,0.5082645,0.23966943,0.23966943,0.29338843,0.3677686,0.5,0.4876033,0.23553719,0.42561984,0.23966943,0.19421488,0.22727273,0.30578512,0.39256197,0.47107437,0.45041323,0.38429752,0.4214876,0.4090909,0.38016528,0.38016528,0.38429752,0.38429752,0.42561984,0.2768595,0.11570248,0.61157024,0.57024795,0.59917355,0.6446281,0.6983471,0.7107438,0.69008267,0.6942149,0.6859504,0.6570248,0.6446281,0.6280992,0.60330576,0.607438,0.5413223,0.43801653,0.38429752,0.3966942,0.41322315,0.48347107,0.58264464,0.5785124,0.5123967,0.5413223,0.6363636,0.69008267,0.8016529,0.6818182,0.61157024,0.6198347,0.6528926,0.6446281,0.72727275,0.3140496,0.5,0.6446281,0.60330576,0.338843,0.5289256,0.29338843,0.29752067,0.30578512,0.41735536,0.62396693,0.62396693,0.30578512,0.28512397,0.18181819,0.23140496,0.21487603,0.2768595,0.30578512,0.33471075,0.37603307,0.338843,0.338843,0.38842976,0.40495867,0.3966942,0.40495867,0.39256197,0.42561984,0.37190083,0.16528925,0.5289256,0.46694216,0.4876033,0.6446281,0.74793386,0.71900827,0.70247936,0.6983471,0.69008267,0.70247936,0.7231405,0.677686,0.6363636,0.62396693,0.54545456,0.5165289,0.5,0.4876033,0.48347107,0.4876033,0.49173555,0.5082645,0.4876033,0.5165289,0.62396693,0.6363636,0.7066116,0.58677685,0.5661157,0.6363636,0.7107438,0.6446281,0.77272725,0.41735536,0.5206612,0.6446281,0.6198347,0.37603307,0.5413223,0.35950413,0.39256197,0.41735536,0.5,0.6487603,0.677686,0.44214877,0.30165288,0.26859504,0.29752067,0.28512397,0.40495867,0.40082645,0.29752067,0.28099173,0.3264463,0.30165288,0.36363637,0.4090909,0.4090909,0.41322315,0.3966942,0.38016528,0.3677686,0.20661157,0.6198347,0.44214877,0.46694216,0.70247936,0.78512394,0.74793386,0.73140496,0.7066116,0.6983471,0.72727275,0.7355372,0.6652893,0.6280992,0.6280992,0.5785124,0.56198347,0.553719,0.553719,0.5289256,0.553719,0.53305787,0.48347107,0.46280992,0.4752066,0.5,0.5165289,0.55785125,0.5495868,0.62396693,0.6942149,0.73140496,0.58264464,0.5041322,0.3677686,0.35123968,0.41735536,0.4090909,0.3305785,0.44214877,0.38016528,0.46694216,0.49586776,0.5123967,0.57438016,0.59504133,0.5413223,0.4214876,0.338843,0.34710744,0.4338843,0.5413223,0.5165289,0.41735536,0.30991736,0.3264463,0.35950413,0.38016528,0.38842976,0.40082645,0.41322315,0.40082645,0.3553719,0.28099173,0.23140496,0.76033056,0.49586776,0.5371901,0.76859504,0.80991733,0.78099173,0.76033056,0.73140496,0.7107438,0.7066116,0.6818182,0.6198347,0.59504133,0.60330576,0.61570245,0.6322314,0.6487603,0.6528926,0.6487603,0.6487603,0.607438,0.56198347,0.5289256,0.49173555,0.4876033,0.53305787,0.553719,0.6446281,0.6818182,0.7231405,0.7107438,0.48347107,0.25619835,0.37603307,0.3677686,0.35123968,0.30578512,0.23140496,0.32231405,0.38842976,0.42975205,0.45454547,0.45041323,0.48347107,0.49173555,0.4752066,0.45454547,0.41735536,0.44214877,0.49586776,0.5123967,0.53305787,0.5082645,0.39256197,0.3429752,0.38842976,0.40082645,0.39256197,0.4090909,0.42561984,0.41322315,0.33471075,0.2231405,0.24793388,0.79752064,0.5289256,0.61157024,0.8016529,0.8140496,0.78512394,0.77272725,0.75206614,0.71900827,0.6818182,0.6446281,0.61157024,0.59917355,0.61157024,0.6280992,0.6528926,0.6942149,0.7355372,0.7644628,0.76859504,0.7355372,0.69008267,0.6322314,0.59090906,0.58264464,0.6694215,0.6818182,0.7231405,0.71900827,0.7231405,0.60330576,0.4338843,0.39256197,0.6487603,0.57024795,0.5289256,0.46280992,0.26859504,0.2892562,0.37190083,0.38016528,0.37190083,0.33471075,0.3677686,0.38842976,0.40082645,0.40082645,0.40082645,0.38016528,0.43801653,0.43801653,0.5123967,0.49586776,0.4214876,0.40082645,0.3966942,0.4338843,0.446281,0.45454547,0.45041323,0.39256197,0.30578512,0.20661157,0.2520661,0.77272725,0.5041322,0.6487603,0.8057851,0.8016529,0.77272725,0.7644628,0.7355372,0.7066116,0.6735537,0.6528926,0.6652893,0.6942149,0.71487606,0.71487606,0.73140496,0.76859504,0.8016529,0.80991733,0.79752064,0.77272725,0.71900827,0.6735537,0.6570248,0.6983471,0.75619835,0.74380165,0.74380165,0.7355372,0.69008267,0.5041322,0.3553719,0.6652893,0.8181818,0.6818182,0.661157,0.62396693,0.39256197,0.2892562,0.36363637,0.3677686,0.34710744,0.29338843,0.30578512,0.33471075,0.37603307,0.38842976,0.4090909,0.4090909,0.45454547,0.45454547,0.4876033,0.4876033,0.47107437,0.45867768,0.42975205,0.42561984,0.45454547,0.47933885,0.44214877,0.3264463,0.338843,0.2107438,0.25619835,0.72727275,0.46694216,0.6570248,0.7933884,0.7892562,0.76859504,0.73966944,0.70247936,0.677686,0.69008267,0.71487606,0.74380165,0.76033056,0.7768595,0.78099173,0.7892562,0.79752064,0.8140496,0.822314,0.7933884,0.75206614,0.71487606,0.73140496,0.76033056,0.76859504,0.7768595,0.74380165,0.74380165,0.7107438,0.57438016,0.45041323,0.4090909,0.79752064,0.838843,0.7231405,0.69008267,0.6735537,0.45454547,0.2644628,0.37603307,0.3553719,0.38842976,0.33471075,0.3305785,0.38842976,0.42561984,0.446281,0.46280992,0.47107437,0.46280992,0.45041323,0.48347107,0.47107437,0.46280992,0.45867768,0.43801653,0.38429752,0.4214876,0.45041323,0.40495867,0.3553719,0.40082645,0.21900827,0.2892562,0.677686,0.41735536,0.6280992,0.7644628,0.77272725,0.74793386,0.6983471,0.6818182,0.6942149,0.74380165,0.77272725,0.7892562,0.78512394,0.7892562,0.8016529,0.80991733,0.8016529,0.80991733,0.80991733,0.77272725,0.7355372,0.75206614,0.7892562,0.78099173,0.77272725,0.76033056,0.71900827,0.71487606,0.6528926,0.46280992,0.4090909,0.61157024,0.8305785,0.8305785,0.76033056,0.7066116,0.7066116,0.45867768,0.21900827,0.38429752,0.3429752,0.38842976,0.37603307,0.38016528,0.446281,0.49586776,0.5247934,0.5289256,0.5289256,0.5,0.49173555,0.47107437,0.446281,0.42975205,0.40082645,0.37603307,0.3181818,0.35123968,0.4338843,0.44214877,0.4214876,0.42975205,0.2231405,0.2644628,0.6363636,0.38016528,0.57024795,0.7066116,0.7355372,0.6859504,0.6694215,0.70247936,0.74380165,0.77272725,0.7933884,0.8057851,0.78099173,0.78512394,0.7933884,0.8016529,0.8181818,0.8181818,0.79752064,0.7768595,0.78512394,0.80991733,0.79752064,0.77272725,0.75206614,0.73140496,0.72727275,0.69008267,0.5661157,0.446281,0.5082645,0.7933884,0.8429752,0.8057851,0.76033056,0.7107438,0.7231405,0.45041323,0.17355372,0.37603307,0.36363637,0.3553719,0.39256197,0.40495867,0.49586776,0.54545456,0.57024795,0.54545456,0.553719,0.5247934,0.5289256,0.48347107,0.4214876,0.3677686,0.30991736,0.30991736,0.30991736,0.36363637,0.46280992,0.4752066,0.45867768,0.43801653,0.2107438,0.23553719,0.60330576,0.40082645,0.5041322,0.6280992,0.677686,0.6404959,0.7066116,0.7644628,0.78099173,0.78512394,0.79752064,0.80991733,0.78512394,0.7892562,0.8057851,0.8181818,0.8181818,0.80991733,0.7933884,0.8016529,0.8140496,0.80991733,0.7892562,0.76859504,0.74380165,0.73966944,0.73966944,0.6487603,0.49586776,0.5041322,0.71900827,0.8512397,0.8140496,0.78512394,0.74793386,0.6983471,0.71487606,0.5165289,0.20247933,0.33471075,0.40495867,0.3305785,0.38016528,0.44214877,0.5371901,0.59917355,0.60330576,0.55785125,0.5661157,0.5495868,0.5289256,0.46694216,0.41322315,0.35123968,0.30991736,0.3429752,0.37603307,0.4338843,0.4752066,0.47933885,0.446281,0.4338843,0.20247933,0.24793388,0.59504133,0.49173555,0.4214876,0.57438016,0.62396693,0.6446281,0.75619835,0.7933884,0.78099173,0.78099173,0.8016529,0.8057851,0.7933884,0.7933884,0.79752064,0.7892562,0.7933884,0.8016529,0.8016529,0.80991733,0.8057851,0.79752064,0.78099173,0.7644628,0.75619835,0.77272725,0.71900827,0.5371901,0.48347107,0.6570248,0.8264463,0.8347107,0.78099173,0.7768595,0.73966944,0.69008267,0.69008267,0.61157024,0.36363637,0.26859504,0.42561984,0.35950413,0.39256197,0.46694216,0.5495868,0.61570245,0.60330576,0.5785124,0.5495868,0.5247934,0.5247934,0.4752066,0.43801653,0.38429752,0.37603307,0.44214877,0.46280992,0.46694216,0.48347107,0.46280992,0.42975205,0.42561984,0.20661157,0.27272728,0.59917355,0.59504133,0.35123968,0.55785125,0.59090906,0.6735537,0.7644628,0.7892562,0.7892562,0.78099173,0.7933884,0.7933884,0.78512394,0.7768595,0.78099173,0.7892562,0.80991733,0.8016529,0.79752064,0.80991733,0.79752064,0.8057851,0.80991733,0.75619835,0.71900827,0.7107438,0.60330576,0.46694216,0.5785124,0.78099173,0.8305785,0.8057851,0.77272725,0.77272725,0.73966944,0.6983471,0.661157,0.6487603,0.5165289,0.27272728,0.40082645,0.3966942,0.41735536,0.49173555,0.5495868,0.59917355,0.59090906,0.59917355,0.56198347,0.5247934,0.5041322,0.5082645,0.46280992,0.46694216,0.4876033,0.5082645,0.5206612,0.49173555,0.48347107,0.45454547,0.4090909,0.4090909,0.23553719,0.30578512,0.60330576,0.6280992,0.41322315,0.49586776,0.5785124,0.7066116,0.76033056,0.78512394,0.7892562,0.77272725,0.7768595,0.78512394,0.76033056,0.77272725,0.7892562,0.8057851,0.8016529,0.8016529,0.80991733,0.8181818,0.8140496,0.822314,0.7768595,0.6487603,0.6280992,0.62396693,0.46694216,0.5041322,0.71900827,0.8140496,0.8181818,0.7892562,0.78512394,0.76859504,0.73140496,0.7066116,0.661157,0.6404959,0.5785124,0.35950413,0.32231405,0.43801653,0.44214877,0.5206612,0.56198347,0.59917355,0.60330576,0.59090906,0.55785125,0.5289256,0.5371901,0.5495868,0.54545456,0.56198347,0.553719,0.58677685,0.55785125,0.5123967,0.4752066,0.45867768,0.40082645,0.38016528,0.30165288,0.32231405,0.62396693,0.61570245,0.57438016,0.42561984,0.5413223,0.71900827,0.75619835,0.7644628,0.7768595,0.76859504,0.7644628,0.7644628,0.7768595,0.7892562,0.79752064,0.8057851,0.80991733,0.8140496,0.8181818,0.8264463,0.8181818,0.7644628,0.6322314,0.5785124,0.5785124,0.5041322,0.4876033,0.661157,0.79752064,0.822314,0.822314,0.8016529,0.822314,0.79752064,0.7355372,0.71487606,0.6735537,0.6322314,0.59917355,0.4338843,0.2603306,0.46280992,0.4752066,0.553719,0.58677685,0.60330576,0.59504133,0.57438016,0.5371901,0.5371901,0.54545456,0.58264464,0.59504133,0.6363636,0.607438,0.62396693,0.5785124,0.5123967,0.46694216,0.45041323,0.3966942,0.3553719,0.36363637,0.33471075,0.6363636,0.62396693,0.6446281,0.5247934,0.49586776,0.6652893,0.75206614,0.74793386,0.7644628,0.7644628,0.7644628,0.7892562,0.79752064,0.80991733,0.79752064,0.7933884,0.8057851,0.8140496,0.822314,0.80991733,0.76033056,0.6487603,0.5661157,0.55785125,0.47107437,0.5165289,0.677686,0.77272725,0.7933884,0.8140496,0.822314,0.8140496,0.8636364,0.8347107,0.75206614,0.71487606,0.6818182,0.6446281,0.60330576,0.49173555,0.29752067,0.3966942,0.5123967,0.5661157,0.61570245,0.6280992,0.59917355,0.60330576,0.57024795,0.5413223,0.53305787,0.58677685,0.60330576,0.6528926,0.6404959,0.62396693,0.55785125,0.5082645,0.45041323,0.43801653,0.38016528,0.36363637,0.38429752,0.35950413,0.62396693,0.6404959,0.6446281,0.677686,0.56198347,0.58264464,0.6818182,0.7355372,0.76033056,0.76859504,0.7892562,0.8016529,0.7933884,0.80991733,0.7933884,0.8016529,0.7933884,0.80991733,0.78099173,0.7231405,0.6528926,0.5495868,0.54545456,0.4338843,0.46280992,0.6818182,0.79752064,0.7933884,0.75619835,0.76859504,0.78512394,0.79752064,0.8347107,0.80991733,0.7355372,0.6942149,0.69008267,0.6570248,0.58264464,0.5289256,0.38842976,0.30578512,0.49586776,0.5785124,0.62396693,0.6322314,0.6322314,0.6198347,0.59090906,0.54545456,0.5289256,0.58264464,0.61157024,0.62396693,0.62396693,0.57438016,0.55785125,0.4876033,0.44214877,0.42561984,0.37190083,0.38429752,0.35950413,0.38429752,0.6198347,0.6487603,0.661157,0.6942149,0.6983471,0.6487603,0.61157024,0.6487603,0.7231405,0.73966944,0.77272725,0.79752064,0.7892562,0.80991733,0.7892562,0.7933884,0.7768595,0.8057851,0.71900827,0.6363636,0.57438016,0.5165289,0.5661157,0.40082645,0.60330576,0.7892562,0.79752064,0.77272725,0.72727275,0.7231405,0.7355372,0.74793386,0.74793386,0.71900827,0.677686,0.6528926,0.6446281,0.58677685,0.5,0.5247934,0.5123967,0.37603307,0.37190083,0.55785125,0.6322314,0.6528926,0.6446281,0.6280992,0.59917355,0.5413223,0.53305787,0.59090906,0.60330576,0.58677685,0.5661157,0.5371901,0.54545456,0.45867768,0.42561984,0.41735536,0.3677686,0.4214876,0.29752067,0.38842976,0.62396693,0.6528926,0.6694215,0.6942149,0.6818182,0.74380165,0.7644628,0.6487603,0.6487603,0.6322314,0.6652893,0.7355372,0.77272725,0.77272725,0.77272725,0.77272725,0.78512394,0.75206614,0.6280992,0.5495868,0.5123967,0.59504133,0.6942149,0.45867768,0.6404959,0.74793386,0.71900827,0.6859504,0.6528926,0.69008267,0.7107438,0.7107438,0.6735537,0.6280992,0.61570245,0.5785124,0.5165289,0.45041323,0.42561984,0.4752066,0.54545456,0.45867768,0.3305785,0.4752066,0.61570245,0.6652893,0.6570248,0.6404959,0.6322314,0.59504133,0.5495868,0.56198347,0.59917355,0.59504133,0.5495868,0.5247934,0.5082645,0.4338843,0.4214876,0.40495867,0.40082645,0.41322315,0.28512397,0.3677686,0.61570245,0.6363636,0.6694215,0.6735537,0.6694215,0.7355372,0.7644628,0.76033056,0.79752064,0.7355372,0.6859504,0.6694215,0.6570248,0.6446281,0.6280992,0.6859504,0.71900827,0.6322314,0.55785125,0.5165289,0.5661157,0.6859504,0.7231405,0.46280992,0.5206612,0.57024795,0.5289256,0.446281,0.4090909,0.58677685,0.69008267,0.6694215,0.60330576,0.553719,0.5495868,0.5,0.42561984,0.39256197,0.3966942,0.43801653,0.49586776,0.5041322,0.33471075,0.32231405,0.58677685,0.6404959,0.6487603,0.6280992,0.6322314,0.61570245,0.5661157,0.5289256,0.58677685,0.58264464,0.5495868,0.53305787,0.46694216,0.4214876,0.41735536,0.41322315,0.42975205,0.35950413,0.338843,0.32231405,0.61570245,0.6322314,0.6818182,0.6652893,0.6570248,0.6942149,0.74793386,0.76859504,0.76033056,0.75206614,0.7644628,0.7892562,0.73140496,0.71900827,0.661157,0.6322314,0.58264464,0.5413223,0.5,0.5,0.58264464,0.6198347,0.5495868,0.38429752,0.37603307,0.39256197,0.3181818,0.21900827,0.17355372,0.3553719,0.59090906,0.58264464,0.49173555,0.45867768,0.45454547,0.41735536,0.39256197,0.3677686,0.34710744,0.37603307,0.4214876,0.49586776,0.34710744,0.19421488,0.37603307,0.55785125,0.6404959,0.6446281,0.6280992,0.607438,0.553719,0.5,0.56198347,0.5661157,0.54545456,0.5289256,0.46694216,0.42975205,0.4090909,0.40495867,0.37190083,0.35950413,0.3677686,0.2768595,0.61157024,0.6404959,0.6818182,0.677686,0.6404959,0.6280992,0.6818182,0.71900827,0.6942149,0.6983471,0.6694215,0.6652893,0.60330576,0.5289256,0.45867768,0.4214876,0.35123968,0.338843,0.33471075,0.3553719,0.42561984,0.41322315,0.40082645,0.45454547,0.4338843,0.3553719,0.25619835,0.18181819,0.15289256,0.18181819,0.40495867,0.4752066,0.38842976,0.35950413,0.35123968,0.3553719,0.338843,0.24793388,0.19421488,0.2520661,0.338843,0.42561984,0.34710744,0.19421488,0.23553719,0.3553719,0.47107437,0.57024795,0.61570245,0.60330576,0.54545456,0.49173555,0.5413223,0.5495868,0.5206612,0.4876033,0.42975205,0.40082645,0.38429752,0.3677686,0.3181818,0.39256197,0.36363637,0.23140496,0.59917355,0.6487603,0.6735537,0.69008267,0.6570248,0.607438,0.60330576,0.6198347,0.61157024,0.58677685,0.5785124,0.5785124,0.553719,0.5413223,0.5,0.46694216,0.40082645,0.3677686,0.3305785,0.30991736,0.39256197,0.46280992,0.55785125,0.661157,0.6528926,0.49586776,0.3429752,0.26859504,0.21487603,0.20247933,0.29338843,0.36363637,0.3264463,0.28512397,0.28512397,0.30578512,0.23140496,0.13636364,0.11570248,0.16115703,0.2520661,0.3140496,0.29752067,0.22727273,0.2231405,0.2892562,0.338843,0.38016528,0.41735536,0.44214877,0.4338843,0.41735536,0.446281,0.446281,0.42561984,0.41322315,0.40082645,0.40082645,0.38429752,0.35123968,0.32231405,0.41322315,0.35123968,0.17768595,0.59917355,0.6446281,0.6735537,0.6983471,0.6818182,0.6363636,0.6198347,0.607438,0.6198347,0.61157024,0.6694215,0.6983471,0.74380165,0.7107438,0.7231405,0.70247936,0.6570248,0.58264464,0.5123967,0.5206612,0.60330576,0.6859504,0.7355372,0.7892562,0.7066116,0.6322314,0.47107437,0.37190083,0.28512397,0.3305785,0.35123968,0.28099173,0.2603306,0.23140496,0.24380165,0.25619835,0.21487603,0.1694215,0.17768595,0.20247933,0.19421488,0.17768595,0.18181819,0.19421488,0.27272728,0.30578512,0.2644628,0.27272728,0.29752067,0.33471075,0.38842976,0.44214877,0.45867768,0.45041323,0.446281,0.43801653,0.43801653,0.42561984,0.40082645,0.34710744,0.3264463,0.41322315,0.33471075,0.12809917,0.58677685,0.62396693,0.677686,0.6942149,0.6983471,0.6859504,0.7066116,0.6818182,0.7066116,0.7231405,0.7644628,0.78099173,0.7933884,0.76033056,0.7644628,0.77272725,0.76033056,0.70247936,0.6280992,0.73140496,0.71487606,0.76033056,0.74380165,0.7892562,0.61157024,0.6198347,0.5495868,0.4214876,0.37190083,0.4752066,0.446281,0.30578512,0.2107438,0.17768595,0.19008264,0.26859504,0.2520661,0.23966943,0.2603306,0.30165288,0.2892562,0.23553719,0.18595041,0.18595041,0.3429752,0.45454547,0.39256197,0.3181818,0.30578512,0.3429752,0.41322315,0.46694216,0.4876033,0.4876033,0.4876033,0.48347107,0.45867768,0.4338843,0.3966942,0.338843,0.33471075,0.39256197,0.30991736,0.09917355,0.56198347,0.61570245,0.6694215,0.6859504,0.71487606,0.71487606,0.74793386,0.73966944,0.74793386,0.7768595,0.7892562,0.79752064,0.7892562,0.77272725,0.74380165,0.77272725,0.7644628,0.6735537,0.7231405,0.76033056,0.661157,0.71900827,0.6735537,0.6735537,0.49173555,0.5123967,0.5495868,0.40082645,0.46280992,0.5082645,0.5041322,0.40495867,0.21900827,0.16115703,0.1983471,0.23553719,0.21487603,0.2231405,0.24380165,0.3140496,0.3553719,0.3429752,0.3181818,0.32231405,0.42975205,0.57024795,0.58264464,0.5123967,0.47107437,0.45867768,0.45454547,0.45867768,0.47107437,0.47933885,0.5,0.5082645,0.47107437,0.43801653,0.38016528,0.32231405,0.338843,0.38016528,0.28099173,0.0785124,0.553719,0.6198347,0.6735537,0.6818182,0.73140496,0.71900827,0.73966944,0.75206614,0.75206614,0.76859504,0.8016529,0.7892562,0.76859504,0.7768595,0.73966944,0.78512394,0.74793386,0.6280992,0.76859504,0.70247936,0.55785125,0.6487603,0.59504133,0.53305787,0.38429752,0.49173555,0.4876033,0.37603307,0.5123967,0.45041323,0.49173555,0.4090909,0.2644628,0.18181819,0.21900827,0.2520661,0.21900827,0.18595041,0.21487603,0.30991736,0.35950413,0.36363637,0.38842976,0.44214877,0.5206612,0.62396693,0.6570248,0.6322314,0.59917355,0.5785124,0.5289256,0.46694216,0.45041323,0.45041323,0.47933885,0.5082645,0.48347107,0.44214877,0.36363637,0.30578512,0.33471075,0.35950413,0.23966943,0.08264463,0.54545456,0.607438,0.6322314,0.6446281,0.72727275,0.6942149,0.7231405,0.74380165,0.74380165,0.74793386,0.79752064,0.78512394,0.76033056,0.75206614,0.74793386,0.76859504,0.73966944,0.6570248,0.7066116,0.5785124,0.48347107,0.60330576,0.5371901,0.43801653,0.34710744,0.5165289,0.43801653,0.41735536,0.4876033,0.41735536,0.40495867,0.39256197,0.35123968,0.2603306,0.3181818,0.29752067,0.2520661,0.2107438,0.2231405,0.29338843,0.30578512,0.32231405,0.38016528,0.45454547,0.553719,0.6404959,0.677686,0.661157,0.6280992,0.62396693,0.59090906,0.5165289,0.45867768,0.43801653,0.45041323,0.46694216,0.47107437,0.43801653,0.34710744,0.28099173,0.3305785,0.3181818,0.17355372,0.09504132,0.5413223,0.57024795,0.58264464,0.61570245,0.7066116,0.6818182,0.71487606,0.7355372,0.73140496,0.76033056,0.76859504,0.76859504,0.75619835,0.75619835,0.77272725,0.7644628,0.677686,0.6322314,0.5785124,0.5,0.46280992,0.57024795,0.49586776,0.39256197,0.45041323,0.47107437,0.4876033,0.49173555,0.3966942,0.41322315,0.35123968,0.43801653,0.42561984,0.35123968,0.40495867,0.42975205,0.3305785,0.27272728,0.30578512,0.3140496,0.29752067,0.32231405,0.3181818,0.41735536,0.5041322,0.59504133,0.6652893,0.6652893,0.6487603,0.6363636,0.61570245,0.56198347,0.49173555,0.45041323,0.42975205,0.4214876,0.42561984,0.41735536,0.338843,0.27272728,0.3140496,0.24793388,0.09090909,0.09090909,0.5247934,0.553719,0.55785125,0.5785124,0.6942149,0.6694215,0.6818182,0.70247936,0.70247936,0.74380165,0.72727275,0.72727275,0.75206614,0.76033056,0.77272725,0.72727275,0.5785124,0.61157024,0.5165289,0.5,0.5082645,0.5413223,0.4876033,0.42561984,0.56198347,0.47107437,0.5661157,0.5123967,0.34710744,0.446281,0.44214877,0.5206612,0.49173555,0.45041323,0.4090909,0.4876033,0.38842976,0.32231405,0.3677686,0.30165288,0.3264463,0.34710744,0.35123968,0.3966942,0.45454547,0.49173555,0.59917355,0.661157,0.661157,0.6322314,0.6198347,0.58264464,0.5123967,0.45867768,0.43801653,0.41735536,0.38429752,0.37190083,0.32231405,0.28099173,0.2768595,0.16528925,0.0661157,0.09504132,0.5041322,0.5371901,0.5495868,0.57024795,0.677686,0.6487603,0.607438,0.6570248,0.6818182,0.6983471,0.70247936,0.71900827,0.74793386,0.77272725,0.76033056,0.661157,0.49173555,0.58677685,0.4876033,0.5123967,0.5289256,0.5206612,0.49173555,0.47933885,0.5661157,0.49586776,0.5495868,0.5041322,0.42975205,0.4876033,0.53305787,0.59504133,0.607438,0.5041322,0.46280992,0.41322315,0.39256197,0.35123968,0.38842976,0.38842976,0.26859504,0.34710744,0.36363637,0.38842976,0.40495867,0.42561984,0.5247934,0.6322314,0.6652893,0.6322314,0.6198347,0.59504133,0.5289256,0.4752066,0.48347107,0.43801653,0.3553719,0.34710744,0.29338843,0.25619835,0.20247933,0.10743801,0.08264463,0.09090909,0.49173555,0.5,0.5289256,0.59090906,0.6280992,0.56198347,0.54545456,0.58264464,0.59090906,0.6652893,0.71487606,0.73140496,0.75619835,0.7768595,0.7355372,0.60330576,0.47933885,0.553719,0.47933885,0.48347107,0.5,0.5,0.47107437,0.46280992,0.46280992,0.41735536,0.446281,0.45041323,0.44214877,0.42561984,0.47107437,0.553719,0.607438,0.5785124,0.45867768,0.4752066,0.38429752,0.38842976,0.4338843,0.38016528,0.28512397,0.36363637,0.38016528,0.40082645,0.38429752,0.38842976,0.44214877,0.553719,0.6322314,0.6280992,0.61570245,0.59090906,0.5495868,0.48347107,0.5165289,0.446281,0.34710744,0.3140496,0.2644628,0.22727273,0.1570248,0.09090909,0.09090909,0.09090909,0.49173555,0.49586776,0.5082645,0.57438016,0.59504133,0.5413223,0.5495868,0.57024795,0.58677685,0.6487603,0.70247936,0.71900827,0.75206614,0.75206614,0.70247936,0.56198347,0.47933885,0.49173555,0.446281,0.4338843,0.42561984,0.4090909,0.35950413,0.33471075,0.30991736,0.3305785,0.3264463,0.3140496,0.29752067,0.2892562,0.28099173,0.3181818,0.34710744,0.35123968,0.38016528,0.38429752,0.3553719,0.3429752,0.37190083,0.34710744,0.39256197,0.37190083,0.3677686,0.37603307,0.37190083,0.38429752,0.4090909,0.46694216,0.59504133,0.607438,0.59917355,0.5785124,0.5413223,0.46280992,0.5,0.45041323,0.35123968,0.27272728,0.24380165,0.2231405,0.15289256,0.09917355,0.08677686,0.08677686,0.4752066,0.5,0.5,0.553719,0.58677685,0.5289256,0.5,0.53305787,0.58677685,0.62396693,0.69008267,0.7107438,0.73966944,0.73140496,0.6446281,0.5123967,0.43801653,0.44214877,0.38429752,0.3677686,0.37603307,0.3677686,0.3264463,0.338843,0.39256197,0.45041323,0.42561984,0.39256197,0.3429752,0.30165288,0.27272728,0.2768595,0.24380165,0.23553719,0.29338843,0.30165288,0.30991736,0.29338843,0.2768595,0.2768595,0.32231405,0.36363637,0.338843,0.3140496,0.3264463,0.36363637,0.39256197,0.41322315,0.54545456,0.6198347,0.59090906,0.55785125,0.5247934,0.446281,0.46694216,0.45454547,0.3553719,0.2603306,0.23553719,0.23553719,0.15289256,0.09917355,0.08264463,0.08264463,0.43801653,0.46694216,0.47107437,0.54545456,0.55785125,0.49173555,0.446281,0.45454547,0.5289256,0.59504133,0.6528926,0.6859504,0.73140496,0.7107438,0.61570245,0.49586776,0.4090909,0.38429752,0.3966942,0.4752066,0.54545456,0.53305787,0.49586776,0.5165289,0.61157024,0.6487603,0.6487603,0.6363636,0.661157,0.61157024,0.59917355,0.553719,0.5165289,0.4752066,0.48347107,0.49173555,0.5165289,0.4752066,0.48347107,0.4338843,0.35123968,0.2231405,0.24380165,0.28099173,0.29752067,0.3264463,0.38842976,0.39256197,0.446281,0.59504133,0.59917355,0.5371901,0.5123967,0.44214877,0.446281,0.45454547,0.338843,0.2520661,0.22727273,0.22727273,0.1570248,0.09917355,0.08677686,0.08677686,0.4214876,0.45454547,0.47107437,0.47933885,0.45867768,0.46694216,0.42975205,0.43801653,0.5123967,0.54545456,0.607438,0.6570248,0.6735537,0.661157,0.59090906,0.49586776,0.38429752,0.34710744,0.5247934,0.6487603,0.6983471,0.6983471,0.6694215,0.6487603,0.6528926,0.6404959,0.6280992,0.6363636,0.71900827,0.6735537,0.69008267,0.6404959,0.6570248,0.6280992,0.6404959,0.61570245,0.61157024,0.57024795,0.57438016,0.57024795,0.5247934,0.3677686,0.17355372,0.1983471,0.28512397,0.33471075,0.37190083,0.4214876,0.38016528,0.5413223,0.61570245,0.5289256,0.49173555,0.446281,0.41322315,0.42975205,0.32231405,0.2520661,0.23140496,0.21487603,0.16115703,0.09917355,0.09090909,0.08677686,0.45454547,0.44214877,0.45454547,0.45041323,0.44214877,0.45867768,0.41735536,0.44214877,0.5082645,0.5165289,0.54545456,0.60330576,0.6363636,0.61570245,0.5413223,0.46694216,0.38842976,0.42975205,0.661157,0.7107438,0.7231405,0.7355372,0.7231405,0.6983471,0.6694215,0.6570248,0.61570245,0.61157024,0.6404959,0.6694215,0.69008267,0.61157024,0.6322314,0.6487603,0.6198347,0.6322314,0.58264464,0.54545456,0.5413223,0.47107437,0.42975205,0.42561984,0.40082645,0.338843,0.24380165,0.34710744,0.39256197,0.40082645,0.41322315,0.5123967,0.59090906,0.5206612,0.45867768,0.43801653,0.37190083,0.4214876,0.3305785,0.2520661,0.2520661,0.2231405,0.14049587,0.09504132,0.08677686,0.09090909,0.48347107,0.4338843,0.42975205,0.4214876,0.42975205,0.446281,0.4338843,0.4338843,0.5041322,0.47107437,0.47107437,0.553719,0.60330576,0.58677685,0.5165289,0.4090909,0.38016528,0.5413223,0.7066116,0.7355372,0.73966944,0.74380165,0.7355372,0.7107438,0.70247936,0.7107438,0.6942149,0.6818182,0.6528926,0.6942149,0.6859504,0.61157024,0.6322314,0.6487603,0.61570245,0.61157024,0.59504133,0.57024795,0.5206612,0.47933885,0.5123967,0.5206612,0.5413223,0.5371901,0.3553719,0.36363637,0.4338843,0.42561984,0.43801653,0.4876033,0.5661157,0.49586776,0.42975205,0.40082645,0.35123968,0.4214876,0.35123968,0.2603306,0.24380165,0.21900827,0.14049587,0.09090909,0.08677686,0.09090909,0.4876033,0.4214876,0.4090909,0.40495867,0.41735536,0.43801653,0.43801653,0.4338843,0.49173555,0.4214876,0.446281,0.54545456,0.55785125,0.53305787,0.5165289,0.3677686,0.37190083,0.61157024,0.6983471,0.7355372,0.73966944,0.74380165,0.74793386,0.7231405,0.6942149,0.6942149,0.677686,0.70247936,0.6859504,0.6735537,0.6652893,0.6198347,0.6363636,0.607438,0.61157024,0.6198347,0.6322314,0.59504133,0.58677685,0.54545456,0.5495868,0.5165289,0.53305787,0.58264464,0.46694216,0.37190083,0.48347107,0.446281,0.47933885,0.4876033,0.5413223,0.4752066,0.4214876,0.36363637,0.32231405,0.3966942,0.34710744,0.27272728,0.24380165,0.20661157,0.15289256,0.09504132,0.08264463,0.09090909,0.4338843,0.3966942,0.38016528,0.40495867,0.40495867,0.40082645,0.4214876,0.42975205,0.4338843,0.42975205,0.45867768,0.48347107,0.49586776,0.49586776,0.49586776,0.37190083,0.40495867,0.6198347,0.6818182,0.71487606,0.7231405,0.71900827,0.72727275,0.70247936,0.6818182,0.661157,0.61570245,0.6280992,0.57438016,0.553719,0.5123967,0.48347107,0.5082645,0.49586776,0.5082645,0.5165289,0.5247934,0.5289256,0.5413223,0.5371901,0.5371901,0.5206612,0.5123967,0.57024795,0.5041322,0.42975205,0.53305787,0.45454547,0.49173555,0.5082645,0.5206612,0.47107437,0.4214876,0.3140496,0.2768595,0.38429752,0.3305785,0.2644628,0.23553719,0.1694215,0.11570248,0.09504132,0.09090909,0.08677686,0.40082645,0.37190083,0.3677686,0.41322315,0.36363637,0.42975205,0.39256197,0.4338843,0.42975205,0.44214877,0.44214877,0.4214876,0.4752066,0.5165289,0.47107437,0.42975205,0.4876033,0.6280992,0.6818182,0.6942149,0.70247936,0.69008267,0.69008267,0.6570248,0.6570248,0.6280992,0.57438016,0.56198347,0.5,0.5041322,0.47933885,0.4338843,0.47107437,0.43801653,0.45041323,0.38016528,0.45867768,0.46280992,0.5041322,0.5082645,0.5371901,0.53305787,0.5165289,0.5165289,0.49173555,0.4876033,0.54545456,0.47933885,0.46694216,0.5247934,0.4876033,0.46280992,0.42561984,0.26859504,0.27272728,0.338843,0.3264463,0.23140496,0.20247933,0.1570248,0.09090909,0.09917355,0.09504132,0.08264463,0.40082645,0.33471075,0.3677686,0.37603307,0.338843,0.42975205,0.40495867,0.45041323,0.45041323,0.4338843,0.41735536,0.41735536,0.47107437,0.5123967,0.4338843,0.45454547,0.553719,0.661157,0.6942149,0.6818182,0.6818182,0.677686,0.6570248,0.6280992,0.6280992,0.58264464,0.5413223,0.5,0.446281,0.446281,0.43801653,0.4338843,0.4876033,0.4090909,0.5041322,0.3966942,0.49586776,0.40495867,0.45867768,0.4752066,0.4876033,0.5082645,0.5289256,0.5041322,0.4752066,0.5,0.5082645,0.49173555,0.41322315,0.5123967,0.4338843,0.4338843,0.41735536,0.26859504,0.2892562,0.29338843,0.27272728,0.19421488,0.17768595,0.14049587,0.09504132,0.09090909,0.08264463,0.08677686,0.35123968,0.3140496,0.3140496,0.38016528,0.28512397,0.39256197,0.42975205,0.46694216,0.4214876,0.41735536,0.38016528,0.4214876,0.45454547,0.46694216,0.37603307,0.43801653,0.55785125,0.6652893,0.69008267,0.6694215,0.677686,0.6735537,0.6487603,0.6322314,0.61570245,0.5785124,0.54545456,0.49173555,0.45867768,0.44214877,0.37603307,0.38429752,0.44214877,0.37603307,0.40495867,0.45867768,0.446281,0.41322315,0.45454547,0.43801653,0.42561984,0.4752066,0.48347107,0.48347107,0.4752066,0.5041322,0.5041322,0.49586776,0.36363637,0.46280992,0.40495867,0.3966942,0.38842976,0.3140496,0.24793388,0.28099173,0.2520661,0.18595041,0.1446281,0.12809917,0.09917355,0.08677686,0.0785124,0.08677686,0.29338843,0.28512397,0.29752067,0.3677686,0.2520661,0.3264463,0.46280992,0.4338843,0.39256197,0.41735536,0.38016528,0.40082645,0.41322315,0.39256197,0.35123968,0.41735536,0.5041322,0.61570245,0.6570248,0.6570248,0.6694215,0.661157,0.6446281,0.6404959,0.6280992,0.61570245,0.58264464,0.5206612,0.5041322,0.4876033,0.38842976,0.3966942,0.46694216,0.40082645,0.42975205,0.49173555,0.44214877,0.446281,0.45454547,0.43801653,0.4338843,0.46280992,0.45454547,0.5082645,0.5082645,0.49586776,0.49586776,0.46280992,0.34710744,0.3553719,0.38429752,0.33471075,0.3181818,0.3305785,0.19421488,0.28512397,0.25619835,0.17355372,0.1446281,0.12396694,0.09090909,0.08677686,0.0785124,0.08677686,0.2520661,0.23966943,0.2768595,0.3305785,0.3264463,0.3181818,0.40082645,0.35950413,0.3553719,0.38842976,0.38429752,0.40495867,0.3677686,0.34710744,0.36363637,0.40495867,0.446281,0.5247934,0.607438,0.6446281,0.6322314,0.6363636,0.6404959,0.6446281,0.6528926,0.6570248,0.6446281,0.61570245,0.5785124,0.55785125,0.47933885,0.44214877,0.49173555,0.46280992,0.5371901,0.4752066,0.47107437,0.46280992,0.43801653,0.42975205,0.45041323,0.48347107,0.47933885,0.5247934,0.5123967,0.49173555,0.43801653,0.40082645,0.3677686,0.26859504,0.3181818,0.25619835,0.24380165,0.29752067,0.22727273,0.26859504,0.21900827,0.14876033,0.11983471,0.09090909,0.08677686,0.09090909,0.0785124,0.08677686,0.28099173,0.2603306,0.25619835,0.32231405,0.3264463,0.3264463,0.3677686,0.3966942,0.3305785,0.33471075,0.33471075,0.3966942,0.33471075,0.29338843,0.3429752,0.37603307,0.40495867,0.46280992,0.59090906,0.6198347,0.59504133,0.607438,0.6404959,0.6446281,0.6570248,0.677686,0.6942149,0.6652893,0.61157024,0.59917355,0.54545456,0.5082645,0.5,0.48347107,0.5661157,0.55785125,0.5165289,0.4876033,0.44214877,0.41322315,0.46694216,0.5041322,0.5082645,0.49173555,0.47107437,0.43801653,0.38842976,0.3553719,0.3553719,0.2231405,0.23553719,0.23553719,0.2107438,0.2644628,0.2603306,0.2603306,0.21487603,0.1322314,0.09504132,0.0785124,0.09917355,0.08264463,0.09090909,0.0785124,0.26859504,0.23966943,0.2603306,0.3305785,0.2603306,0.338843,0.3181818,0.38429752,0.3181818,0.3264463,0.27272728,0.35123968,0.30578512,0.28512397,0.3140496,0.3429752,0.3677686,0.45454547,0.57438016,0.5661157,0.57024795,0.60330576,0.6694215,0.6735537,0.6694215,0.6652893,0.677686,0.6652893,0.6280992,0.59917355,0.5495868,0.5082645,0.5,0.49173555,0.5247934,0.5661157,0.553719,0.5289256,0.4876033,0.4752066,0.49173555,0.4876033,0.4752066,0.42975205,0.446281,0.39256197,0.3553719,0.3264463,0.28512397,0.20247933,0.19421488,0.2520661,0.20247933,0.23966943,0.2644628,0.23553719,0.18181819,0.09917355,0.08677686,0.09917355,0.08264463,0.09090909,0.08264463,0.09504132,0.21487603,0.28512397,0.2231405,0.28512397,0.24793388,0.3181818,0.3429752,0.30991736,0.32231405,0.3140496,0.26859504,0.24793388,0.30991736,0.30578512,0.28512397,0.30991736,0.3181818,0.42561984,0.48347107,0.5289256,0.54545456,0.5785124,0.6735537,0.6528926,0.6280992,0.6198347,0.6322314,0.6280992,0.61570245,0.55785125,0.553719,0.53305787,0.4752066,0.49173555,0.54545456,0.58677685,0.58677685,0.55785125,0.5123967,0.5247934,0.5165289,0.46280992,0.42975205,0.40082645,0.39256197,0.35123968,0.30991736,0.29338843,0.2520661,0.19008264,0.18595041,0.2603306,0.21900827,0.22727273,0.23966943,0.19421488,0.16115703,0.10743801,0.08677686,0.09504132,0.08264463,0.07438017,0.08677686,0.09090909,13 +0.4090909,0.5,0.6198347,0.61157024,0.6198347,0.60330576,0.677686,0.7231405,0.76033056,0.78512394,0.7892562,0.8016529,0.8057851,0.7933884,0.7933884,0.7933884,0.7892562,0.80991733,0.8181818,0.822314,0.8264463,0.8264463,0.8181818,0.822314,0.8140496,0.8140496,0.822314,0.80991733,0.79752064,0.7933884,0.7933884,0.8057851,0.8057851,0.8057851,0.8057851,0.80991733,0.8016529,0.78512394,0.7892562,0.78512394,0.7768595,0.77272725,0.76859504,0.75206614,0.73966944,0.72727275,0.70247936,0.6735537,0.661157,0.6363636,0.607438,0.61157024,0.61157024,0.607438,0.61157024,0.59504133,0.57024795,0.55785125,0.5123967,0.47107437,0.41735536,0.40495867,0.39256197,0.22727273,0.3553719,0.55785125,0.6487603,0.58677685,0.62396693,0.61157024,0.6859504,0.72727275,0.76859504,0.78512394,0.7892562,0.8057851,0.8016529,0.78512394,0.7933884,0.8057851,0.80991733,0.822314,0.822314,0.822314,0.8347107,0.8305785,0.8305785,0.838843,0.8305785,0.822314,0.822314,0.8181818,0.8057851,0.7933884,0.8057851,0.8140496,0.7892562,0.7892562,0.80991733,0.80991733,0.8057851,0.8016529,0.79752064,0.7933884,0.7933884,0.7933884,0.78099173,0.76859504,0.76033056,0.75206614,0.73140496,0.70247936,0.6983471,0.6487603,0.61157024,0.60330576,0.58677685,0.607438,0.61157024,0.61157024,0.5785124,0.56198347,0.5206612,0.5082645,0.4214876,0.40082645,0.40082645,0.32231405,0.38842976,0.5785124,0.59504133,0.59090906,0.6198347,0.6363636,0.6942149,0.7355372,0.76859504,0.7892562,0.7933884,0.8057851,0.79752064,0.7933884,0.8016529,0.80991733,0.8140496,0.8140496,0.8181818,0.8264463,0.8305785,0.8347107,0.838843,0.838843,0.8347107,0.8347107,0.8347107,0.8429752,0.822314,0.8057851,0.8181818,0.822314,0.7892562,0.78512394,0.8140496,0.8264463,0.8264463,0.822314,0.80991733,0.80991733,0.8140496,0.8057851,0.8016529,0.7768595,0.76859504,0.75619835,0.7231405,0.7107438,0.71900827,0.6570248,0.6528926,0.6280992,0.5785124,0.61157024,0.60330576,0.61570245,0.59090906,0.5661157,0.53305787,0.5,0.446281,0.39256197,0.40082645,0.3429752,0.38842976,0.53305787,0.5661157,0.59917355,0.62396693,0.6487603,0.7066116,0.73966944,0.7644628,0.7933884,0.7933884,0.8016529,0.7933884,0.7892562,0.7892562,0.7933884,0.8057851,0.8016529,0.8140496,0.838843,0.838843,0.8429752,0.8429752,0.8429752,0.8429752,0.8429752,0.8429752,0.8512397,0.838843,0.8305785,0.8264463,0.8347107,0.8057851,0.7933884,0.8181818,0.8347107,0.838843,0.838843,0.8305785,0.8305785,0.8264463,0.8181818,0.80991733,0.7933884,0.77272725,0.76859504,0.72727275,0.71900827,0.70247936,0.661157,0.6528926,0.6528926,0.6198347,0.60330576,0.59917355,0.607438,0.60330576,0.5661157,0.5247934,0.5,0.45454547,0.3966942,0.38842976,0.37603307,0.37190083,0.5,0.57438016,0.59504133,0.60330576,0.661157,0.7107438,0.7355372,0.7644628,0.7892562,0.7933884,0.79752064,0.78099173,0.75619835,0.76033056,0.78099173,0.8057851,0.80991733,0.822314,0.8305785,0.8347107,0.838843,0.838843,0.838843,0.8512397,0.8512397,0.8512397,0.8512397,0.838843,0.8347107,0.8347107,0.8471074,0.822314,0.79752064,0.8181818,0.8305785,0.8471074,0.8553719,0.8429752,0.8512397,0.8305785,0.822314,0.80991733,0.79752064,0.74793386,0.76859504,0.74380165,0.7107438,0.6818182,0.661157,0.6280992,0.61570245,0.6322314,0.61157024,0.59504133,0.60330576,0.58677685,0.55785125,0.5247934,0.5,0.446281,0.3966942,0.38429752,0.37190083,0.38429752,0.5082645,0.59504133,0.59504133,0.607438,0.661157,0.7107438,0.73966944,0.76033056,0.78512394,0.78512394,0.7644628,0.73966944,0.73140496,0.75206614,0.78099173,0.7892562,0.78512394,0.8016529,0.8016529,0.79752064,0.78099173,0.7768595,0.8057851,0.8264463,0.8429752,0.8553719,0.8429752,0.8347107,0.8305785,0.8429752,0.8595041,0.838843,0.822314,0.8181818,0.8181818,0.8553719,0.8677686,0.838843,0.8553719,0.8305785,0.8181818,0.78512394,0.75206614,0.7231405,0.74793386,0.74793386,0.73140496,0.6983471,0.6735537,0.6363636,0.59917355,0.61157024,0.59090906,0.58677685,0.59504133,0.57438016,0.5495868,0.5289256,0.5,0.45041323,0.40082645,0.38429752,0.38842976,0.42561984,0.5206612,0.59917355,0.59090906,0.6198347,0.661157,0.7066116,0.73966944,0.75206614,0.7644628,0.73966944,0.7231405,0.7231405,0.7355372,0.75619835,0.76033056,0.75619835,0.75206614,0.71900827,0.677686,0.6570248,0.661157,0.6859504,0.71487606,0.7644628,0.79752064,0.8347107,0.8305785,0.8347107,0.8264463,0.8429752,0.8553719,0.8429752,0.8429752,0.822314,0.7933884,0.8553719,0.8636364,0.838843,0.8429752,0.8347107,0.78099173,0.7355372,0.69008267,0.6487603,0.6570248,0.6735537,0.6859504,0.6983471,0.661157,0.6404959,0.61157024,0.607438,0.5785124,0.55785125,0.57438016,0.56198347,0.5413223,0.5289256,0.5041322,0.45454547,0.40495867,0.40082645,0.39256197,0.4338843,0.5123967,0.607438,0.59090906,0.62396693,0.6570248,0.6983471,0.7355372,0.73966944,0.73140496,0.7066116,0.7231405,0.7355372,0.74380165,0.75619835,0.71900827,0.6735537,0.6446281,0.55785125,0.5371901,0.53305787,0.58264464,0.6322314,0.6570248,0.7066116,0.73966944,0.8057851,0.8264463,0.8305785,0.8181818,0.822314,0.8140496,0.8429752,0.8553719,0.8140496,0.76033056,0.8471074,0.8553719,0.8305785,0.8140496,0.8140496,0.71900827,0.6735537,0.6363636,0.56198347,0.5495868,0.54545456,0.59090906,0.60330576,0.6198347,0.60330576,0.61157024,0.59090906,0.5785124,0.55785125,0.553719,0.54545456,0.53305787,0.5165289,0.5041322,0.45867768,0.4090909,0.3966942,0.39256197,0.42975205,0.5041322,0.59504133,0.59504133,0.6198347,0.6528926,0.6818182,0.7231405,0.72727275,0.72727275,0.71487606,0.73140496,0.7355372,0.71487606,0.7066116,0.6735537,0.59504133,0.5371901,0.45867768,0.43801653,0.46694216,0.5247934,0.57024795,0.61570245,0.6570248,0.71487606,0.76033056,0.8181818,0.8140496,0.8057851,0.8181818,0.78512394,0.8429752,0.8471074,0.76033056,0.73966944,0.8057851,0.838843,0.8140496,0.74793386,0.74380165,0.6446281,0.59917355,0.5661157,0.49586776,0.49173555,0.4752066,0.47933885,0.4876033,0.5082645,0.55785125,0.60330576,0.59090906,0.5785124,0.57438016,0.5495868,0.5371901,0.5165289,0.5041322,0.49586776,0.45041323,0.40495867,0.40082645,0.40082645,0.4752066,0.49586776,0.58677685,0.607438,0.62396693,0.6363636,0.6694215,0.69008267,0.71487606,0.73140496,0.71487606,0.71900827,0.677686,0.6528926,0.6487603,0.661157,0.61570245,0.55785125,0.53305787,0.4876033,0.46280992,0.47107437,0.49586776,0.553719,0.5785124,0.6818182,0.6818182,0.7768595,0.7892562,0.8016529,0.8140496,0.7933884,0.838843,0.8553719,0.75206614,0.73966944,0.7892562,0.8140496,0.7768595,0.677686,0.6446281,0.55785125,0.5206612,0.47107437,0.42975205,0.4090909,0.39256197,0.40082645,0.42975205,0.45867768,0.5165289,0.57438016,0.58264464,0.58264464,0.56198347,0.553719,0.5413223,0.5,0.4876033,0.4752066,0.45454547,0.41322315,0.40495867,0.3966942,0.4752066,0.49586776,0.59090906,0.61157024,0.62396693,0.6363636,0.677686,0.661157,0.7066116,0.7066116,0.6942149,0.6859504,0.6446281,0.6528926,0.677686,0.7355372,0.72727275,0.73140496,0.73140496,0.6818182,0.57024795,0.59917355,0.5082645,0.46694216,0.5,0.59090906,0.60330576,0.7066116,0.75206614,0.78099173,0.8016529,0.8057851,0.8347107,0.838843,0.76859504,0.74380165,0.7933884,0.8016529,0.72727275,0.61570245,0.5371901,0.47933885,0.446281,0.40495867,0.38016528,0.36363637,0.3677686,0.39256197,0.43801653,0.46280992,0.49173555,0.5371901,0.5661157,0.55785125,0.53305787,0.5495868,0.5371901,0.4876033,0.46694216,0.46280992,0.446281,0.41322315,0.4090909,0.36363637,0.5041322,0.5495868,0.61157024,0.61570245,0.61570245,0.6363636,0.6652893,0.6198347,0.6363636,0.61570245,0.6404959,0.677686,0.6859504,0.6942149,0.6942149,0.7066116,0.7066116,0.72727275,0.7107438,0.6818182,0.62396693,0.74380165,0.6942149,0.6652893,0.6528926,0.6570248,0.6652893,0.6942149,0.72727275,0.73966944,0.7768595,0.7933884,0.8016529,0.80991733,0.73966944,0.71900827,0.76033056,0.7355372,0.6363636,0.5082645,0.446281,0.41322315,0.39256197,0.3677686,0.37603307,0.42561984,0.5,0.5661157,0.61157024,0.59504133,0.5661157,0.57438016,0.59090906,0.57438016,0.5371901,0.5371901,0.5371901,0.49586776,0.45867768,0.45454547,0.43801653,0.41735536,0.4090909,0.3553719,0.47107437,0.5165289,0.61157024,0.6198347,0.62396693,0.6446281,0.59504133,0.5495868,0.59090906,0.58264464,0.62396693,0.6652893,0.7066116,0.6652893,0.6570248,0.6322314,0.6404959,0.6983471,0.5785124,0.5413223,0.5165289,0.56198347,0.54545456,0.59917355,0.6322314,0.607438,0.6198347,0.607438,0.60330576,0.61570245,0.6528926,0.6694215,0.677686,0.6859504,0.661157,0.6652893,0.6652893,0.6528926,0.59917355,0.53305787,0.5082645,0.4752066,0.45041323,0.41735536,0.4214876,0.49173555,0.59504133,0.677686,0.6983471,0.6652893,0.62396693,0.61570245,0.607438,0.607438,0.5495868,0.5123967,0.5123967,0.5082645,0.46280992,0.42561984,0.42561984,0.41735536,0.4090909,0.35950413,0.38016528,0.57438016,0.61157024,0.61570245,0.661157,0.59504133,0.58264464,0.60330576,0.607438,0.59917355,0.62396693,0.6694215,0.607438,0.607438,0.661157,0.61570245,0.60330576,0.61570245,0.5041322,0.5041322,0.5413223,0.58677685,0.553719,0.5165289,0.54545456,0.53305787,0.5495868,0.55785125,0.5123967,0.42975205,0.45041323,0.5289256,0.5123967,0.46694216,0.44214877,0.4090909,0.40082645,0.42561984,0.45454547,0.446281,0.45041323,0.43801653,0.45041323,0.47107437,0.46280992,0.44214877,0.43801653,0.446281,0.46280992,0.45867768,0.42975205,0.44214877,0.47933885,0.49586776,0.5,0.49586776,0.5,0.5,0.46280992,0.40495867,0.41735536,0.4090909,0.40495867,0.35950413,0.3264463,0.58264464,0.61570245,0.6322314,0.6446281,0.55785125,0.6280992,0.6446281,0.6280992,0.59504133,0.6404959,0.58264464,0.49173555,0.6280992,0.5661157,0.45041323,0.3429752,0.41735536,0.28512397,0.27272728,0.47933885,0.5,0.57024795,0.56198347,0.56198347,0.54545456,0.57024795,0.661157,0.677686,0.5289256,0.5661157,0.7768595,0.7768595,0.72727275,0.6983471,0.58677685,0.40082645,0.3966942,0.42561984,0.37190083,0.37190083,0.41735536,0.45454547,0.4876033,0.45867768,0.3553719,0.40082645,0.38016528,0.3966942,0.45454547,0.47107437,0.4752066,0.47933885,0.49173555,0.47107437,0.4214876,0.41735536,0.446281,0.45041323,0.40495867,0.40495867,0.4090909,0.40082645,0.38842976,0.3264463,0.55785125,0.59090906,0.7644628,0.5165289,0.6363636,0.661157,0.62396693,0.6280992,0.58677685,0.607438,0.42975205,0.5082645,0.5123967,0.40495867,0.3553719,0.29338843,0.37603307,0.3305785,0.33471075,0.5495868,0.5785124,0.4752066,0.5206612,0.5785124,0.6198347,0.61157024,0.6570248,0.74793386,0.6363636,0.59090906,0.6942149,0.6280992,0.5661157,0.5785124,0.59504133,0.45867768,0.38842976,0.3677686,0.37190083,0.45041323,0.4876033,0.4752066,0.5247934,0.4214876,0.20661157,0.446281,0.30578512,0.23140496,0.28099173,0.38016528,0.45867768,0.49586776,0.446281,0.46694216,0.44214877,0.3966942,0.38842976,0.40082645,0.41322315,0.40082645,0.41322315,0.40495867,0.37603307,0.29338843,0.5289256,0.6322314,0.6735537,0.55785125,0.6694215,0.6570248,0.6570248,0.6280992,0.59504133,0.5082645,0.45041323,0.47933885,0.45041323,0.48347107,0.3429752,0.2892562,0.28512397,0.33471075,0.44214877,0.661157,0.73966944,0.55785125,0.5082645,0.57024795,0.6859504,0.7066116,0.6694215,0.7107438,0.6570248,0.53305787,0.5123967,0.5041322,0.446281,0.40082645,0.49586776,0.45454547,0.41322315,0.41735536,0.49586776,0.5165289,0.46280992,0.47107437,0.6446281,0.45867768,0.23966943,0.45041323,0.25619835,0.25619835,0.27272728,0.49586776,0.3264463,0.37190083,0.41322315,0.35950413,0.45454547,0.44214877,0.41322315,0.38429752,0.39256197,0.41735536,0.41735536,0.3966942,0.36363637,0.30165288,0.4338843,0.70247936,0.49173555,0.6446281,0.6652893,0.6487603,0.6652893,0.6363636,0.61570245,0.5495868,0.5413223,0.49173555,0.5661157,0.59504133,0.45041323,0.35123968,0.39256197,0.42975205,0.5041322,0.74793386,0.75206614,0.61570245,0.57438016,0.62396693,0.71900827,0.76859504,0.69008267,0.6322314,0.6735537,0.5289256,0.5371901,0.6652893,0.6528926,0.5371901,0.5247934,0.45454547,0.45041323,0.54545456,0.58264464,0.49173555,0.46280992,0.57024795,0.75619835,0.57438016,0.3305785,0.28512397,0.2603306,0.3181818,0.30991736,0.58677685,0.42975205,0.29752067,0.3305785,0.33471075,0.38016528,0.4752066,0.45867768,0.41735536,0.3966942,0.41322315,0.44214877,0.3966942,0.3553719,0.53305787,0.42561984,0.6487603,0.46694216,0.62396693,0.6818182,0.7066116,0.6694215,0.661157,0.6528926,0.6322314,0.60330576,0.58264464,0.6446281,0.6446281,0.57024795,0.45454547,0.4752066,0.5123967,0.5495868,0.6280992,0.62396693,0.58264464,0.60330576,0.6735537,0.73966944,0.74380165,0.661157,0.60330576,0.72727275,0.6404959,0.6363636,0.74793386,0.7644628,0.6198347,0.6363636,0.45867768,0.45041323,0.607438,0.6363636,0.56198347,0.53305787,0.61157024,0.72727275,0.6528926,0.42975205,0.33471075,0.338843,0.33471075,0.45454547,0.61570245,0.56198347,0.42975205,0.29752067,0.37603307,0.42561984,0.45041323,0.46280992,0.42975205,0.43801653,0.40495867,0.4752066,0.4090909,0.3553719,0.54545456,0.4214876,0.4752066,0.56198347,0.58677685,0.661157,0.7231405,0.70247936,0.6942149,0.6694215,0.6735537,0.6818182,0.6404959,0.6487603,0.6528926,0.57024795,0.5289256,0.5289256,0.5206612,0.5289256,0.5371901,0.5247934,0.5041322,0.5413223,0.5785124,0.6280992,0.6404959,0.6322314,0.6404959,0.62396693,0.60330576,0.5495868,0.56198347,0.57438016,0.5,0.5247934,0.39256197,0.45041323,0.53305787,0.61570245,0.60330576,0.56198347,0.5785124,0.6404959,0.57438016,0.5123967,0.4338843,0.39256197,0.41322315,0.57438016,0.58677685,0.59090906,0.5661157,0.37603307,0.40495867,0.46694216,0.45867768,0.44214877,0.4338843,0.46694216,0.44214877,0.446281,0.4214876,0.30165288,0.43801653,0.38842976,0.4090909,0.6404959,0.6280992,0.6735537,0.6983471,0.71900827,0.7107438,0.6735537,0.69008267,0.70247936,0.6446281,0.6404959,0.6570248,0.607438,0.60330576,0.60330576,0.59917355,0.6198347,0.59504133,0.5289256,0.49173555,0.49173555,0.5,0.5289256,0.59090906,0.6528926,0.6694215,0.39256197,0.38016528,0.40082645,0.38429752,0.34710744,0.3140496,0.3181818,0.3264463,0.39256197,0.46694216,0.4752066,0.48347107,0.46280992,0.4752066,0.5041322,0.45454547,0.45454547,0.40495867,0.40082645,0.42975205,0.47933885,0.47933885,0.5495868,0.5661157,0.4338843,0.44214877,0.47107437,0.47933885,0.4752066,0.4752066,0.5123967,0.46694216,0.3966942,0.40495867,0.2520661,0.37603307,0.41322315,0.4214876,0.6570248,0.677686,0.75206614,0.74380165,0.7107438,0.6694215,0.6363636,0.6446281,0.6528926,0.6322314,0.6363636,0.661157,0.6528926,0.6818182,0.6983471,0.7066116,0.71487606,0.6983471,0.6735537,0.6280992,0.59090906,0.59504133,0.59917355,0.661157,0.6735537,0.6570248,0.30165288,0.5371901,0.6652893,0.6198347,0.5661157,0.45041323,0.3181818,0.3181818,0.33471075,0.42975205,0.3677686,0.34710744,0.37190083,0.38429752,0.41735536,0.41322315,0.41735536,0.40495867,0.39256197,0.40082645,0.42975205,0.45454547,0.5041322,0.5206612,0.48347107,0.49173555,0.47933885,0.48347107,0.49173555,0.5041322,0.5247934,0.45454547,0.37603307,0.36363637,0.2892562,0.41322315,0.44214877,0.45867768,0.6570248,0.6983471,0.78099173,0.78512394,0.71487606,0.6487603,0.60330576,0.59090906,0.61157024,0.6363636,0.6694215,0.6859504,0.6818182,0.72727275,0.7644628,0.78099173,0.8057851,0.7933884,0.76859504,0.74793386,0.6818182,0.70247936,0.7107438,0.6983471,0.6818182,0.57438016,0.39256197,0.76033056,0.8264463,0.73966944,0.71487606,0.677686,0.34710744,0.35123968,0.30991736,0.4214876,0.41735536,0.3677686,0.41322315,0.48347107,0.48347107,0.47933885,0.48347107,0.4876033,0.47107437,0.45867768,0.46280992,0.46280992,0.47933885,0.4876033,0.4876033,0.48347107,0.45041323,0.44214877,0.44214877,0.4876033,0.5082645,0.47107437,0.41322315,0.3677686,0.3429752,0.45867768,0.41735536,0.47933885,0.6404959,0.6983471,0.7644628,0.76033056,0.69008267,0.6404959,0.6280992,0.6280992,0.6404959,0.6652893,0.7066116,0.72727275,0.73966944,0.77272725,0.7933884,0.8057851,0.8347107,0.8264463,0.7768595,0.75619835,0.75619835,0.7644628,0.74380165,0.6818182,0.6942149,0.40082645,0.57438016,0.8181818,0.8264463,0.7644628,0.7066116,0.76033056,0.30165288,0.3677686,0.33471075,0.4338843,0.45454547,0.4752066,0.5413223,0.6322314,0.607438,0.61157024,0.59504133,0.57024795,0.55785125,0.53305787,0.5,0.4876033,0.46694216,0.45454547,0.41322315,0.39256197,0.38429752,0.38842976,0.41735536,0.49586776,0.5413223,0.53305787,0.46280992,0.33471075,0.29752067,0.5041322,0.40082645,0.47933885,0.6280992,0.6859504,0.7355372,0.7107438,0.6735537,0.6818182,0.7066116,0.71487606,0.71900827,0.7231405,0.72727275,0.74793386,0.75206614,0.78099173,0.78099173,0.8140496,0.8305785,0.8016529,0.7892562,0.7933884,0.7933884,0.78512394,0.7107438,0.6694215,0.661157,0.2892562,0.74380165,0.822314,0.8471074,0.78099173,0.71487606,0.76033056,0.2892562,0.338843,0.40495867,0.4338843,0.45041323,0.55785125,0.6404959,0.6942149,0.7066116,0.6818182,0.6694215,0.6363636,0.61570245,0.59917355,0.55785125,0.5371901,0.4876033,0.43801653,0.38429752,0.35950413,0.37190083,0.40082645,0.45041323,0.5289256,0.5661157,0.5495868,0.45867768,0.29338843,0.25619835,0.53305787,0.38016528,0.48347107,0.61570245,0.677686,0.7107438,0.6859504,0.71487606,0.75206614,0.76033056,0.74793386,0.76033056,0.7644628,0.74793386,0.75619835,0.73966944,0.77272725,0.77272725,0.8140496,0.80991733,0.8057851,0.8140496,0.8057851,0.7892562,0.76033056,0.677686,0.7107438,0.49173555,0.47107437,0.838843,0.8181818,0.8512397,0.7644628,0.71900827,0.7355372,0.4090909,0.25619835,0.45867768,0.4338843,0.45041323,0.56198347,0.6528926,0.7066116,0.7355372,0.70247936,0.69008267,0.6570248,0.6446281,0.6280992,0.61570245,0.59090906,0.54545456,0.5041322,0.47107437,0.45041323,0.45041323,0.46280992,0.4876033,0.5247934,0.5413223,0.53305787,0.446281,0.3140496,0.27272728,0.5247934,0.3677686,0.49173555,0.59917355,0.6446281,0.6694215,0.6983471,0.7355372,0.7768595,0.78512394,0.76859504,0.7768595,0.78099173,0.75619835,0.76033056,0.74380165,0.7644628,0.7933884,0.8140496,0.8140496,0.822314,0.80991733,0.77272725,0.76033056,0.7107438,0.7107438,0.6570248,0.45454547,0.75206614,0.8595041,0.80991733,0.8305785,0.74793386,0.71900827,0.72727275,0.56198347,0.3140496,0.41735536,0.4752066,0.46280992,0.53305787,0.6198347,0.6818182,0.7107438,0.71900827,0.7066116,0.6694215,0.661157,0.6528926,0.6528926,0.6198347,0.59504133,0.58677685,0.5661157,0.54545456,0.5371901,0.5247934,0.5082645,0.5165289,0.5123967,0.5123967,0.42561984,0.34710744,0.3140496,0.47933885,0.40082645,0.4752066,0.57438016,0.6198347,0.6322314,0.7355372,0.75619835,0.78099173,0.8016529,0.7644628,0.79752064,0.7933884,0.76859504,0.76033056,0.7768595,0.76859504,0.78512394,0.8057851,0.8016529,0.80991733,0.7768595,0.75206614,0.73140496,0.70247936,0.71900827,0.49586776,0.6859504,0.8305785,0.8264463,0.79752064,0.80991733,0.73966944,0.70247936,0.7107438,0.6859504,0.46694216,0.3264463,0.5247934,0.47933885,0.5123967,0.60330576,0.6528926,0.6818182,0.7066116,0.71487606,0.69008267,0.6694215,0.6528926,0.6487603,0.6487603,0.6487603,0.6487603,0.6198347,0.60330576,0.59504133,0.59090906,0.54545456,0.5247934,0.5165289,0.49173555,0.4090909,0.3553719,0.3305785,0.42561984,0.4876033,0.40495867,0.553719,0.58264464,0.6446281,0.72727275,0.74793386,0.77272725,0.7892562,0.77272725,0.8057851,0.7933884,0.78099173,0.74793386,0.78099173,0.76859504,0.78512394,0.7933884,0.7933884,0.7768595,0.76859504,0.74380165,0.7107438,0.6859504,0.607438,0.5413223,0.8057851,0.8181818,0.79752064,0.8016529,0.7933884,0.74793386,0.7107438,0.69008267,0.7066116,0.59090906,0.35123968,0.45867768,0.5165289,0.5082645,0.59504133,0.6528926,0.6735537,0.6983471,0.7107438,0.7066116,0.6735537,0.6570248,0.6487603,0.661157,0.661157,0.6570248,0.6487603,0.6446281,0.6487603,0.6280992,0.58264464,0.54545456,0.5247934,0.49173555,0.38842976,0.37603307,0.3429752,0.43801653,0.53305787,0.35123968,0.5413223,0.5661157,0.6363636,0.7231405,0.73966944,0.74380165,0.78099173,0.77272725,0.78099173,0.78512394,0.76033056,0.75206614,0.78099173,0.7768595,0.7892562,0.7892562,0.7892562,0.7644628,0.76859504,0.76859504,0.6983471,0.59917355,0.47107437,0.72727275,0.822314,0.8140496,0.79752064,0.8140496,0.7892562,0.75619835,0.71900827,0.677686,0.6859504,0.6652893,0.4214876,0.338843,0.553719,0.5371901,0.59917355,0.6446281,0.6694215,0.6942149,0.70247936,0.69008267,0.661157,0.6487603,0.6446281,0.6528926,0.661157,0.677686,0.677686,0.6694215,0.6735537,0.661157,0.61157024,0.553719,0.5289256,0.49173555,0.3553719,0.40082645,0.3553719,0.5082645,0.5082645,0.4338843,0.45454547,0.58264464,0.6446281,0.677686,0.72727275,0.7355372,0.7644628,0.76033056,0.76033056,0.7644628,0.76033056,0.76859504,0.78512394,0.7933884,0.7892562,0.7892562,0.7892562,0.78099173,0.7892562,0.75619835,0.60330576,0.47933885,0.57024795,0.79752064,0.8305785,0.8305785,0.8140496,0.8512397,0.822314,0.76859504,0.71900827,0.6818182,0.6652893,0.6859504,0.4876033,0.29752067,0.4752066,0.58264464,0.61570245,0.6363636,0.6735537,0.69008267,0.69008267,0.6818182,0.661157,0.6404959,0.6280992,0.6363636,0.6487603,0.677686,0.6818182,0.6818182,0.6694215,0.661157,0.60330576,0.5495868,0.5206612,0.49586776,0.3181818,0.41322315,0.37190083,0.5661157,0.4876033,0.5082645,0.4090909,0.5661157,0.6570248,0.6652893,0.70247936,0.73140496,0.7355372,0.75619835,0.74793386,0.76859504,0.78099173,0.78512394,0.78512394,0.7892562,0.79752064,0.78512394,0.7933884,0.7933884,0.75619835,0.6404959,0.48347107,0.5371901,0.75206614,0.76033056,0.8016529,0.8264463,0.8305785,0.8636364,0.838843,0.7768595,0.72727275,0.7066116,0.677686,0.6694215,0.60330576,0.38842976,0.37190083,0.57024795,0.6363636,0.6487603,0.6735537,0.6818182,0.6859504,0.6859504,0.6735537,0.6487603,0.6280992,0.6363636,0.6404959,0.6487603,0.661157,0.6694215,0.6528926,0.6487603,0.58677685,0.5247934,0.5165289,0.46694216,0.3140496,0.42975205,0.3429752,0.58264464,0.49173555,0.48347107,0.5082645,0.5082645,0.677686,0.6694215,0.69008267,0.7355372,0.74380165,0.74380165,0.76859504,0.78099173,0.7892562,0.79752064,0.78099173,0.78099173,0.78099173,0.78099173,0.78099173,0.74793386,0.6446281,0.47933885,0.5,0.75619835,0.75619835,0.70247936,0.72727275,0.76033056,0.7768595,0.7933884,0.7768595,0.74380165,0.7066116,0.677686,0.6446281,0.6528926,0.6446281,0.57438016,0.36363637,0.47107437,0.661157,0.6694215,0.677686,0.677686,0.6818182,0.677686,0.661157,0.6446281,0.6446281,0.661157,0.6487603,0.6363636,0.6198347,0.61570245,0.60330576,0.6528926,0.5371901,0.5,0.5123967,0.40082645,0.3553719,0.43801653,0.29338843,0.55785125,0.46694216,0.47933885,0.5165289,0.5785124,0.59504133,0.6694215,0.6859504,0.70247936,0.74793386,0.76859504,0.76033056,0.78512394,0.78099173,0.8016529,0.78099173,0.77272725,0.7644628,0.75206614,0.6942149,0.59090906,0.5371901,0.58677685,0.6818182,0.7892562,0.72727275,0.677686,0.677686,0.7066116,0.7066116,0.69008267,0.69008267,0.6528926,0.607438,0.55785125,0.53305787,0.59504133,0.6280992,0.6487603,0.553719,0.3181818,0.5661157,0.70247936,0.6983471,0.6859504,0.6859504,0.6652893,0.661157,0.6446281,0.661157,0.677686,0.661157,0.661157,0.6280992,0.60330576,0.62396693,0.59504133,0.4876033,0.49586776,0.5082645,0.35123968,0.40082645,0.4214876,0.2768595,0.5,0.41735536,0.4876033,0.5123967,0.59090906,0.6570248,0.6528926,0.58677685,0.57438016,0.58264464,0.6652893,0.7107438,0.75206614,0.74380165,0.74793386,0.7231405,0.6859504,0.6652893,0.6404959,0.56198347,0.53305787,0.6570248,0.6487603,0.6446281,0.6942149,0.6198347,0.59090906,0.6528926,0.6859504,0.6487603,0.61157024,0.6198347,0.57024795,0.5082645,0.47107437,0.46280992,0.5165289,0.58677685,0.61157024,0.6446281,0.4090909,0.3264463,0.59504133,0.71900827,0.70247936,0.6735537,0.6570248,0.6652893,0.6446281,0.6570248,0.6570248,0.6652893,0.6818182,0.6322314,0.61157024,0.61570245,0.5247934,0.4876033,0.5495868,0.49173555,0.37190083,0.40082645,0.39256197,0.29752067,0.5206612,0.37603307,0.49173555,0.5123967,0.58264464,0.6446281,0.7066116,0.7066116,0.7231405,0.6818182,0.6198347,0.59090906,0.59917355,0.61157024,0.61570245,0.62396693,0.62396693,0.607438,0.5785124,0.57024795,0.60330576,0.6280992,0.5041322,0.48347107,0.49173555,0.37190083,0.2520661,0.5165289,0.6322314,0.5413223,0.5082645,0.5247934,0.49173555,0.45454547,0.43801653,0.40495867,0.40082645,0.47107437,0.5123967,0.59090906,0.55785125,0.23140496,0.37603307,0.54545456,0.6818182,0.677686,0.661157,0.661157,0.62396693,0.62396693,0.6446281,0.6694215,0.6818182,0.6363636,0.62396693,0.607438,0.54545456,0.5,0.5165289,0.42975205,0.4090909,0.40495867,0.37603307,0.3305785,0.57024795,0.35950413,0.47933885,0.5206612,0.56198347,0.6404959,0.6983471,0.7066116,0.72727275,0.7355372,0.73140496,0.73966944,0.7231405,0.69008267,0.6280992,0.5661157,0.54545456,0.54545456,0.5165289,0.46694216,0.46694216,0.45041323,0.4214876,0.40495867,0.35123968,0.22727273,0.12396694,0.22727273,0.47933885,0.45041323,0.3966942,0.3966942,0.3966942,0.41322315,0.35950413,0.25619835,0.2107438,0.29752067,0.37190083,0.45454547,0.5206612,0.1983471,0.29752067,0.4338843,0.45867768,0.5371901,0.61570245,0.6322314,0.59090906,0.59504133,0.6322314,0.6487603,0.6570248,0.59090906,0.5785124,0.53305787,0.47107437,0.46280992,0.46694216,0.42975205,0.40495867,0.40082645,0.3677686,0.3264463,0.5785124,0.39256197,0.47933885,0.5289256,0.56198347,0.6404959,0.6818182,0.6942149,0.71900827,0.7066116,0.6983471,0.70247936,0.677686,0.62396693,0.54545456,0.45867768,0.4090909,0.38842976,0.36363637,0.34710744,0.38016528,0.46694216,0.61157024,0.5371901,0.3553719,0.23140496,0.14876033,0.18595041,0.29338843,0.38429752,0.3140496,0.2892562,0.35123968,0.33471075,0.2231405,0.12396694,0.10330579,0.12396694,0.23140496,0.3677686,0.37190083,0.2107438,0.30578512,0.3305785,0.3553719,0.40495867,0.44214877,0.46280992,0.46694216,0.5,0.54545456,0.56198347,0.5371901,0.47933885,0.46280992,0.46280992,0.5,0.5082645,0.4752066,0.42975205,0.40495867,0.3966942,0.3429752,0.3305785,0.5785124,0.43801653,0.49586776,0.5495868,0.5495868,0.62396693,0.661157,0.6652893,0.677686,0.6528926,0.61157024,0.58264464,0.59090906,0.59917355,0.57024795,0.53305787,0.5247934,0.5123967,0.5,0.49586776,0.57438016,0.6818182,0.7768595,0.71487606,0.47107437,0.29338843,0.2644628,0.29752067,0.30165288,0.39256197,0.29338843,0.26859504,0.29752067,0.23966943,0.21900827,0.18595041,0.16528925,0.1694215,0.2107438,0.28512397,0.18181819,0.1694215,0.48347107,0.44214877,0.33471075,0.29752067,0.30578512,0.3264463,0.37190083,0.446281,0.4752066,0.48347107,0.5123967,0.5371901,0.56198347,0.55785125,0.5371901,0.5165289,0.47933885,0.4214876,0.40495867,0.37603307,0.3181818,0.3677686,0.58264464,0.45867768,0.5165289,0.54545456,0.5371901,0.59090906,0.61157024,0.607438,0.59917355,0.57024795,0.5661157,0.61157024,0.6942149,0.71487606,0.71487606,0.7066116,0.71900827,0.7066116,0.6859504,0.6652893,0.74380165,0.7768595,0.7892562,0.7892562,0.661157,0.607438,0.47107437,0.37603307,0.3140496,0.36363637,0.25619835,0.22727273,0.22727273,0.19421488,0.28099173,0.23966943,0.24380165,0.23553719,0.28099173,0.2768595,0.24793388,0.2644628,0.55785125,0.661157,0.53305787,0.44214877,0.40495867,0.37190083,0.40495867,0.46280992,0.5041322,0.5247934,0.5495868,0.553719,0.57024795,0.57438016,0.55785125,0.5289256,0.46694216,0.41322315,0.40082645,0.3553719,0.30991736,0.39256197,0.57024795,0.45041323,0.49173555,0.5123967,0.5206612,0.56198347,0.57024795,0.5785124,0.57024795,0.59504133,0.6404959,0.71900827,0.76859504,0.7644628,0.7644628,0.7644628,0.77272725,0.75206614,0.71900827,0.7231405,0.75206614,0.7892562,0.78099173,0.7768595,0.6528926,0.6446281,0.5,0.42561984,0.44214877,0.338843,0.24380165,0.18181819,0.2231405,0.2231405,0.2520661,0.23966943,0.2768595,0.30165288,0.40082645,0.41322315,0.4090909,0.446281,0.6487603,0.72727275,0.70247936,0.6570248,0.6198347,0.56198347,0.5371901,0.5123967,0.5,0.4752066,0.4876033,0.49586776,0.5289256,0.57438016,0.57024795,0.5247934,0.45867768,0.41735536,0.39256197,0.33471075,0.29752067,0.37603307,0.57438016,0.42561984,0.46694216,0.48347107,0.5206612,0.5495868,0.57024795,0.59917355,0.62396693,0.6570248,0.7066116,0.76033056,0.78099173,0.76033056,0.74380165,0.75206614,0.76859504,0.7231405,0.73140496,0.75619835,0.71900827,0.74793386,0.74380165,0.6983471,0.5661157,0.58264464,0.5413223,0.46694216,0.49586776,0.43801653,0.2603306,0.17355372,0.21900827,0.29752067,0.2603306,0.24793388,0.29752067,0.36363637,0.48347107,0.5,0.5371901,0.60330576,0.71900827,0.73140496,0.7355372,0.72727275,0.71487606,0.6859504,0.661157,0.62396693,0.5785124,0.5082645,0.46694216,0.446281,0.45867768,0.5041322,0.54545456,0.5206612,0.446281,0.42561984,0.39256197,0.30991736,0.29338843,0.38429752,0.54545456,0.41322315,0.4752066,0.46280992,0.5413223,0.55785125,0.61570245,0.6404959,0.6735537,0.6818182,0.7231405,0.7644628,0.75619835,0.74793386,0.73966944,0.73966944,0.76033056,0.6859504,0.75619835,0.7066116,0.6404959,0.6735537,0.6942149,0.54545456,0.5247934,0.5289256,0.4876033,0.44214877,0.5,0.47107437,0.3264463,0.2520661,0.30578512,0.3966942,0.3429752,0.3264463,0.36363637,0.41735536,0.49173555,0.5413223,0.61570245,0.6363636,0.71487606,0.7107438,0.7231405,0.7355372,0.73140496,0.70247936,0.6818182,0.6694215,0.6404959,0.57438016,0.5,0.446281,0.43801653,0.43801653,0.46694216,0.47933885,0.44214877,0.4214876,0.38429752,0.27272728,0.30578512,0.4090909,0.46280992,0.41322315,0.46280992,0.44214877,0.5413223,0.5495868,0.6280992,0.661157,0.6859504,0.6528926,0.6983471,0.76033056,0.74380165,0.71900827,0.73966944,0.72727275,0.73966944,0.6694215,0.73966944,0.62396693,0.53305787,0.6487603,0.57024795,0.4090909,0.46694216,0.48347107,0.45867768,0.43801653,0.43801653,0.42975205,0.40082645,0.38016528,0.40495867,0.46280992,0.4090909,0.42561984,0.44214877,0.42975205,0.44214877,0.5082645,0.55785125,0.553719,0.6198347,0.6363636,0.6859504,0.71900827,0.7231405,0.70247936,0.677686,0.6694215,0.6570248,0.61570245,0.5413223,0.47933885,0.45041323,0.41735536,0.4090909,0.4214876,0.4090909,0.41735536,0.38842976,0.2603306,0.3181818,0.4214876,0.28512397,0.40082645,0.44214877,0.42975205,0.5247934,0.5123967,0.6404959,0.6404959,0.69008267,0.6363636,0.6983471,0.71487606,0.72727275,0.6942149,0.75619835,0.71900827,0.6446281,0.6404959,0.6487603,0.5371901,0.47933885,0.59090906,0.46280992,0.40082645,0.47107437,0.45454547,0.446281,0.40082645,0.37603307,0.4090909,0.46280992,0.41735536,0.44214877,0.46280992,0.46280992,0.44214877,0.45041323,0.40495867,0.4090909,0.48347107,0.4752066,0.44214877,0.5206612,0.57024795,0.59090906,0.6570248,0.7107438,0.70247936,0.677686,0.661157,0.6528926,0.6280992,0.553719,0.5041322,0.48347107,0.4338843,0.3966942,0.38429752,0.38016528,0.38016528,0.34710744,0.24380165,0.3181818,0.4214876,0.14049587,0.40082645,0.41735536,0.45867768,0.5206612,0.46280992,0.6487603,0.57024795,0.661157,0.607438,0.6528926,0.6818182,0.69008267,0.7231405,0.75206614,0.6694215,0.54545456,0.57438016,0.5495868,0.4876033,0.49586776,0.5289256,0.44214877,0.446281,0.45454547,0.4752066,0.42561984,0.35123968,0.3677686,0.45867768,0.5041322,0.47107437,0.4338843,0.4338843,0.41735536,0.41735536,0.4338843,0.38429752,0.38429752,0.45041323,0.45454547,0.4090909,0.45454547,0.5165289,0.5082645,0.58677685,0.6818182,0.69008267,0.6735537,0.6487603,0.6570248,0.62396693,0.56198347,0.5165289,0.5495868,0.46694216,0.40495867,0.34710744,0.3966942,0.3677686,0.30165288,0.25619835,0.29752067,0.40082645,0.1322314,0.3677686,0.41735536,0.47107437,0.46280992,0.46694216,0.6446281,0.47933885,0.58264464,0.5247934,0.61157024,0.6735537,0.677686,0.75206614,0.7231405,0.58677685,0.48347107,0.5371901,0.49173555,0.46694216,0.4876033,0.45041323,0.4338843,0.41322315,0.45454547,0.47933885,0.4214876,0.37603307,0.4214876,0.5371901,0.607438,0.5661157,0.45867768,0.38429752,0.37190083,0.4214876,0.42561984,0.39256197,0.35123968,0.39256197,0.41322315,0.39256197,0.42561984,0.43801653,0.446281,0.5289256,0.6280992,0.6404959,0.6528926,0.6280992,0.6363636,0.61570245,0.57024795,0.5041322,0.55785125,0.4876033,0.40495867,0.35123968,0.3140496,0.3305785,0.2768595,0.24793388,0.2107438,0.29338843,0.12809917,0.29752067,0.4090909,0.4338843,0.4338843,0.49586776,0.5785124,0.43801653,0.5247934,0.4752066,0.6322314,0.69008267,0.69008267,0.74380165,0.6859504,0.5165289,0.47107437,0.49586776,0.4338843,0.40495867,0.41735536,0.37603307,0.37603307,0.37603307,0.42561984,0.42561984,0.44214877,0.41322315,0.40495867,0.46280992,0.553719,0.56198347,0.45454547,0.37190083,0.35950413,0.38429752,0.39256197,0.37190083,0.3305785,0.35950413,0.38429752,0.39256197,0.37190083,0.41735536,0.40495867,0.45041323,0.5495868,0.59504133,0.61570245,0.607438,0.60330576,0.58264464,0.55785125,0.46694216,0.5247934,0.48347107,0.40495867,0.37190083,0.29338843,0.26859504,0.3140496,0.23553719,0.14049587,0.14876033,0.1322314,0.2644628,0.37190083,0.41322315,0.46280992,0.46280992,0.553719,0.47107437,0.47107437,0.47933885,0.59917355,0.6322314,0.6735537,0.71900827,0.6570248,0.47933885,0.4338843,0.4214876,0.338843,0.30165288,0.33471075,0.29752067,0.30165288,0.3553719,0.38016528,0.3553719,0.35123968,0.32231405,0.2892562,0.29752067,0.338843,0.338843,0.33471075,0.36363637,0.35950413,0.3429752,0.34710744,0.33471075,0.3264463,0.3140496,0.33471075,0.3305785,0.27272728,0.38429752,0.3966942,0.38842976,0.45867768,0.5495868,0.59504133,0.59917355,0.58264464,0.5495868,0.54545456,0.44214877,0.4876033,0.47107437,0.40495867,0.35950413,0.30991736,0.20247933,0.35123968,0.28512397,0.09504132,0.09917355,0.13636364,0.2107438,0.37603307,0.38016528,0.47107437,0.4338843,0.53305787,0.48347107,0.4090909,0.446281,0.5785124,0.61157024,0.69008267,0.71900827,0.61570245,0.45041323,0.38429752,0.34710744,0.2768595,0.35950413,0.45041323,0.39256197,0.38842976,0.4876033,0.57024795,0.5785124,0.6487603,0.661157,0.6322314,0.61570245,0.61157024,0.57024795,0.553719,0.55785125,0.5165289,0.47107437,0.46694216,0.41735536,0.35950413,0.30165288,0.25619835,0.2520661,0.21900827,0.28512397,0.3264463,0.38842976,0.40495867,0.45041323,0.54545456,0.607438,0.58677685,0.5289256,0.5165289,0.44214877,0.44214877,0.49586776,0.40495867,0.30578512,0.32231405,0.2231405,0.30165288,0.29338843,0.09504132,0.09090909,0.15289256,0.1694215,0.37190083,0.34710744,0.4338843,0.42975205,0.48347107,0.446281,0.39256197,0.38429752,0.5413223,0.5495868,0.6280992,0.6487603,0.57024795,0.46280992,0.3677686,0.30991736,0.38429752,0.5495868,0.6487603,0.6363636,0.6322314,0.6363636,0.6280992,0.6198347,0.6694215,0.71487606,0.7066116,0.7066116,0.6942149,0.677686,0.6528926,0.661157,0.61570245,0.57024795,0.57438016,0.5247934,0.49173555,0.43801653,0.30991736,0.28099173,0.2231405,0.2231405,0.30578512,0.3264463,0.38429752,0.41735536,0.49586776,0.61570245,0.59504133,0.5123967,0.47107437,0.45867768,0.38429752,0.49173555,0.39256197,0.32231405,0.29752067,0.28099173,0.2644628,0.26859504,0.08677686,0.09090909,0.14876033,0.17355372,0.36363637,0.37603307,0.41322315,0.42561984,0.41322315,0.40495867,0.3966942,0.38842976,0.49173555,0.5206612,0.59917355,0.59917355,0.5413223,0.4752066,0.37190083,0.38842976,0.56198347,0.661157,0.6983471,0.6983471,0.6942149,0.6983471,0.6942149,0.6859504,0.677686,0.72727275,0.71900827,0.69008267,0.6983471,0.69008267,0.6652893,0.661157,0.6487603,0.607438,0.59504133,0.553719,0.55785125,0.5661157,0.54545456,0.5082645,0.45867768,0.29752067,0.23966943,0.32231405,0.3264463,0.45041323,0.4338843,0.60330576,0.57438016,0.47107437,0.446281,0.446281,0.3429752,0.45454547,0.39256197,0.30578512,0.26859504,0.29338843,0.29752067,0.2231405,0.07024793,0.09504132,0.1446281,0.19421488,0.33471075,0.38842976,0.42975205,0.40082645,0.39256197,0.39256197,0.38429752,0.3966942,0.4338843,0.4338843,0.5289256,0.61157024,0.56198347,0.45041323,0.36363637,0.46694216,0.6446281,0.71487606,0.72727275,0.73140496,0.71487606,0.6983471,0.6942149,0.72727275,0.72727275,0.72727275,0.6983471,0.6983471,0.6818182,0.6652893,0.6859504,0.6652893,0.661157,0.6198347,0.6322314,0.61570245,0.59090906,0.58264464,0.5785124,0.5661157,0.58264464,0.5371901,0.3553719,0.41735536,0.35950413,0.5082645,0.446281,0.5661157,0.5371901,0.45454547,0.42561984,0.40495867,0.3264463,0.42561984,0.39256197,0.30165288,0.29752067,0.2892562,0.338843,0.23966943,0.07024793,0.09917355,0.14876033,0.17768595,0.28099173,0.39256197,0.42561984,0.38016528,0.37603307,0.3966942,0.38016528,0.4214876,0.4090909,0.38429752,0.5123967,0.56198347,0.5413223,0.46694216,0.35950413,0.5041322,0.6570248,0.7355372,0.74793386,0.75619835,0.73140496,0.7107438,0.661157,0.6818182,0.6487603,0.61157024,0.5413223,0.53305787,0.553719,0.53305787,0.56198347,0.5289256,0.59917355,0.5661157,0.607438,0.5785124,0.57438016,0.58677685,0.62396693,0.6280992,0.6735537,0.61570245,0.5413223,0.5289256,0.4338843,0.5041322,0.5165289,0.5413223,0.5413223,0.4338843,0.39256197,0.34710744,0.3181818,0.40495867,0.3677686,0.30578512,0.32231405,0.28099173,0.28099173,0.20661157,0.10743801,0.08677686,0.16115703,0.15289256,0.21900827,0.33471075,0.38842976,0.37190083,0.35950413,0.39256197,0.38429752,0.40082645,0.38016528,0.39256197,0.43801653,0.4876033,0.49173555,0.48347107,0.38429752,0.54545456,0.677686,0.7355372,0.73140496,0.74380165,0.71900827,0.69008267,0.6404959,0.62396693,0.5661157,0.57438016,0.5206612,0.5165289,0.5495868,0.44214877,0.55785125,0.41322315,0.5371901,0.5289256,0.5413223,0.5495868,0.5785124,0.61157024,0.6942149,0.6694215,0.6487603,0.61570245,0.56198347,0.58264464,0.4752066,0.5165289,0.5247934,0.5165289,0.5082645,0.41735536,0.37603307,0.30165288,0.30165288,0.3677686,0.3553719,0.29752067,0.2892562,0.25619835,0.23140496,0.14049587,0.09090909,0.09917355,0.15289256,0.14049587,0.1694215,0.2603306,0.34710744,0.3553719,0.3553719,0.38842976,0.40495867,0.38429752,0.38016528,0.3966942,0.37190083,0.46694216,0.5041322,0.45041323,0.45041323,0.61570245,0.7107438,0.72727275,0.7231405,0.72727275,0.6983471,0.661157,0.6363636,0.5661157,0.5041322,0.5041322,0.4876033,0.3966942,0.6280992,0.3966942,0.553719,0.40082645,0.5165289,0.5247934,0.5,0.553719,0.56198347,0.6280992,0.6652893,0.661157,0.59917355,0.59917355,0.56198347,0.54545456,0.49586776,0.47933885,0.48347107,0.4876033,0.47107437,0.4214876,0.37603307,0.2768595,0.2892562,0.3305785,0.3305785,0.30165288,0.25619835,0.23553719,0.20661157,0.11983471,0.09504132,0.09504132,0.1570248,0.15289256,0.16115703,0.21900827,0.30991736,0.33471075,0.3429752,0.36363637,0.3966942,0.38842976,0.3553719,0.38842976,0.3677686,0.46694216,0.4876033,0.38016528,0.47107437,0.6570248,0.71900827,0.7231405,0.71487606,0.70247936,0.677686,0.661157,0.62396693,0.5661157,0.5082645,0.49586776,0.42561984,0.35950413,0.5661157,0.41322315,0.42975205,0.46694216,0.5371901,0.5041322,0.5041322,0.553719,0.55785125,0.6322314,0.60330576,0.61570245,0.59504133,0.57438016,0.55785125,0.5661157,0.5165289,0.42561984,0.41735536,0.45041323,0.446281,0.38429752,0.3553719,0.2768595,0.2768595,0.30578512,0.29338843,0.2603306,0.20247933,0.21487603,0.18181819,0.10330579,0.09090909,0.09090909,0.14876033,0.14876033,0.15289256,0.1694215,0.28099173,0.29752067,0.29338843,0.3264463,0.4090909,0.39256197,0.3553719,0.3677686,0.36363637,0.39256197,0.47107437,0.30991736,0.4214876,0.59504133,0.6446281,0.70247936,0.6942149,0.661157,0.6652893,0.6487603,0.6404959,0.57024795,0.5206612,0.49586776,0.44214877,0.39256197,0.5495868,0.41322315,0.49586776,0.5082645,0.5371901,0.53305787,0.5041322,0.5413223,0.553719,0.60330576,0.58677685,0.58264464,0.59917355,0.60330576,0.553719,0.5206612,0.47933885,0.40082645,0.338843,0.38429752,0.37603307,0.3140496,0.3305785,0.2892562,0.2768595,0.28512397,0.28099173,0.2520661,0.19421488,0.2107438,0.17768595,0.10743801,0.08264463,0.09090909,0.1570248,0.15289256,0.14049587,0.17355372,0.23140496,0.28099173,0.24793388,0.29752067,0.38016528,0.39256197,0.35950413,0.35123968,0.37190083,0.3264463,0.32231405,0.29338843,0.40495867,0.53305787,0.55785125,0.70247936,0.6322314,0.6404959,0.6404959,0.6322314,0.6404959,0.58264464,0.58264464,0.553719,0.5495868,0.40495867,0.61570245,0.44214877,0.58264464,0.553719,0.5495868,0.5661157,0.53305787,0.5165289,0.5247934,0.55785125,0.5785124,0.57024795,0.5661157,0.553719,0.53305787,0.49173555,0.40495867,0.3553719,0.29752067,0.30991736,0.28099173,0.2520661,0.29752067,0.28099173,0.2768595,0.27272728,0.26859504,0.24793388,0.20661157,0.17355372,0.12396694,0.08264463,0.08677686,0.09090909,0.1570248,0.1570248,0.14876033,0.17355372,0.19421488,0.2520661,0.23553719,0.28099173,0.35123968,0.36363637,0.3264463,0.3429752,0.38842976,0.32231405,0.3181818,0.32231405,0.35950413,0.45454547,0.5123967,0.6404959,0.5785124,0.60330576,0.6322314,0.61157024,0.6363636,0.62396693,0.6404959,0.607438,0.59504133,0.5206612,0.58677685,0.4752066,0.59090906,0.6198347,0.607438,0.57438016,0.58264464,0.5289256,0.49586776,0.5123967,0.5371901,0.53305787,0.5041322,0.4752066,0.47107437,0.41322315,0.35123968,0.3429752,0.2603306,0.2520661,0.2520661,0.23140496,0.27272728,0.27272728,0.28512397,0.28099173,0.23553719,0.23966943,0.21487603,0.11570248,0.08677686,0.09504132,0.09090909,0.07438017,0.15289256,0.14876033,0.14876033,0.16115703,0.1570248,0.23140496,0.25619835,0.2892562,0.3305785,0.38842976,0.28099173,0.338843,0.3181818,0.25619835,0.2768595,0.23553719,0.3429752,0.42561984,0.5123967,0.56198347,0.5785124,0.57438016,0.6487603,0.607438,0.6322314,0.6446281,0.6528926,0.59504133,0.58677685,0.55785125,0.53305787,0.49586776,0.5495868,0.6528926,0.607438,0.59917355,0.5785124,0.5371901,0.5371901,0.5,0.4876033,0.4752066,0.44214877,0.42561984,0.40082645,0.3677686,0.338843,0.28099173,0.22727273,0.2520661,0.25619835,0.2231405,0.24380165,0.2603306,0.2892562,0.25619835,0.21487603,0.23553719,0.1570248,0.09504132,0.08677686,0.08264463,0.08677686,0.09090909,0.1446281,0.15289256,0.1694215,0.12809917,0.14876033,0.1983471,0.26859504,0.28099173,0.28512397,0.37190083,0.2603306,0.32231405,0.27272728,0.21487603,0.30578512,0.2644628,0.29752067,0.38016528,0.45454547,0.46694216,0.55785125,0.59917355,0.6322314,0.59917355,0.59504133,0.607438,0.61570245,0.57438016,0.57438016,0.57438016,0.49173555,0.5041322,0.5289256,0.6280992,0.60330576,0.61570245,0.56198347,0.5082645,0.553719,0.5413223,0.48347107,0.45454547,0.3966942,0.37190083,0.33471075,0.32231405,0.3305785,0.2892562,0.20247933,0.23140496,0.23966943,0.23966943,0.23553719,0.25619835,0.2768595,0.20247933,0.23553719,0.22727273,0.12809917,0.08677686,0.08677686,0.09504132,0.09090909,0.08264463,0.15289256,0.16528925,0.14876033,0.1446281,0.16115703,0.1570248,0.28099173,0.25619835,0.2520661,0.3305785,0.26859504,0.29752067,0.24793388,0.2107438,0.3140496,0.2231405,0.2603306,0.3181818,0.38429752,0.40082645,0.5123967,0.5495868,0.56198347,0.5247934,0.5247934,0.55785125,0.59504133,0.5371901,0.55785125,0.58264464,0.49586776,0.5082645,0.53305787,0.607438,0.59504133,0.57438016,0.5371901,0.47107437,0.49586776,0.5165289,0.47107437,0.4214876,0.3553719,0.3553719,0.2768595,0.2231405,0.24380165,0.2107438,0.18181819,0.19421488,0.25619835,0.24793388,0.23966943,0.25619835,0.25619835,0.17355372,0.21900827,0.2231405,0.12396694,0.08264463,0.07438017,0.09917355,0.08677686,0.08264463,0.14876033,0.1570248,0.14049587,0.20247933,0.15289256,0.1570248,0.27272728,0.2644628,0.24380165,0.29752067,0.23553719,0.2603306,0.20661157,0.25619835,0.24793388,0.23553719,0.2231405,0.27272728,0.3181818,0.39256197,0.47933885,0.48347107,0.4752066,0.44214877,0.45041323,0.5041322,0.5661157,0.48347107,0.5495868,0.5289256,0.49586776,0.47107437,0.5,0.58264464,0.5785124,0.553719,0.48347107,0.4214876,0.4338843,0.44214877,0.41322315,0.38016528,0.3429752,0.3140496,0.2231405,0.21487603,0.2107438,0.21487603,0.19421488,0.15289256,0.23966943,0.22727273,0.23553719,0.23966943,0.22727273,0.17355372,0.17355372,0.17768595,0.10330579,0.09090909,0.0785124,0.09504132,0.09090909,0.08264463,13 +0.60330576,0.58677685,0.5413223,0.60330576,0.60330576,0.607438,0.6487603,0.6404959,0.607438,0.59917355,0.58264464,0.60330576,0.607438,0.6446281,0.6487603,0.6528926,0.6363636,0.6446281,0.6694215,0.69008267,0.661157,0.6487603,0.6363636,0.6280992,0.62396693,0.6280992,0.6363636,0.6404959,0.6322314,0.607438,0.6198347,0.6446281,0.6363636,0.6322314,0.6404959,0.661157,0.6942149,0.6983471,0.6694215,0.661157,0.6404959,0.6280992,0.59917355,0.58264464,0.58677685,0.60330576,0.61157024,0.60330576,0.58677685,0.59504133,0.58264464,0.59090906,0.59504133,0.5785124,0.58264464,0.58264464,0.58264464,0.60330576,0.58264464,0.57024795,0.55785125,0.57024795,0.58264464,0.56198347,0.6446281,0.6198347,0.6280992,0.6652893,0.6570248,0.6487603,0.6528926,0.6694215,0.6652893,0.6570248,0.6487603,0.6446281,0.6404959,0.6694215,0.677686,0.6818182,0.6652893,0.6735537,0.7066116,0.7231405,0.6983471,0.677686,0.677686,0.6818182,0.6818182,0.6652893,0.661157,0.6818182,0.6818182,0.6528926,0.6446281,0.6735537,0.6694215,0.661157,0.6652893,0.6818182,0.6942149,0.73966944,0.75619835,0.7231405,0.6694215,0.6694215,0.6570248,0.6404959,0.61157024,0.6198347,0.62396693,0.61570245,0.60330576,0.607438,0.59090906,0.58264464,0.607438,0.58677685,0.5785124,0.5785124,0.5785124,0.58264464,0.58264464,0.57438016,0.56198347,0.56198347,0.5785124,0.57024795,0.6570248,0.6487603,0.6652893,0.6859504,0.6735537,0.6735537,0.6694215,0.6859504,0.70247936,0.6942149,0.6818182,0.6859504,0.677686,0.6859504,0.7107438,0.7066116,0.69008267,0.6983471,0.7107438,0.73140496,0.71900827,0.71487606,0.7231405,0.72727275,0.7355372,0.72727275,0.73140496,0.71900827,0.73140496,0.7231405,0.69008267,0.71487606,0.71487606,0.70247936,0.69008267,0.72727275,0.70247936,0.75206614,0.7892562,0.74380165,0.7066116,0.6983471,0.69008267,0.6818182,0.6280992,0.6280992,0.6198347,0.61570245,0.61157024,0.61570245,0.61157024,0.5785124,0.58264464,0.58677685,0.58264464,0.57024795,0.58264464,0.57024795,0.57024795,0.5785124,0.57438016,0.55785125,0.57438016,0.5785124,0.677686,0.6652893,0.6652893,0.677686,0.6694215,0.6735537,0.6818182,0.6694215,0.6818182,0.69008267,0.6859504,0.6983471,0.6942149,0.6983471,0.71487606,0.73140496,0.71487606,0.72727275,0.71487606,0.73140496,0.74380165,0.72727275,0.74793386,0.75206614,0.75619835,0.74793386,0.7644628,0.74380165,0.74793386,0.7231405,0.7107438,0.73966944,0.74380165,0.7066116,0.6818182,0.73140496,0.6859504,0.76033056,0.75206614,0.7107438,0.6983471,0.6859504,0.6735537,0.6735537,0.6322314,0.6280992,0.62396693,0.61570245,0.60330576,0.60330576,0.59917355,0.59090906,0.5785124,0.5785124,0.5785124,0.5661157,0.5785124,0.5785124,0.55785125,0.57024795,0.58264464,0.56198347,0.56198347,0.57438016,0.6694215,0.6694215,0.677686,0.661157,0.6652893,0.6735537,0.677686,0.677686,0.6735537,0.6735537,0.6735537,0.69008267,0.6942149,0.71487606,0.7066116,0.7355372,0.73966944,0.74793386,0.7355372,0.73140496,0.74380165,0.7231405,0.72727275,0.74793386,0.7355372,0.75619835,0.74793386,0.7231405,0.7231405,0.6735537,0.7107438,0.74793386,0.7768595,0.69008267,0.661157,0.6694215,0.6570248,0.7066116,0.6859504,0.6570248,0.6446281,0.6487603,0.6363636,0.6570248,0.6363636,0.61157024,0.6198347,0.607438,0.59504133,0.59504133,0.59090906,0.58264464,0.57024795,0.5785124,0.5661157,0.54545456,0.553719,0.57438016,0.5661157,0.56198347,0.57024795,0.56198347,0.553719,0.56198347,0.6818182,0.7231405,0.69008267,0.6487603,0.6528926,0.6694215,0.69008267,0.6735537,0.6487603,0.6735537,0.677686,0.6735537,0.71900827,0.72727275,0.70247936,0.74793386,0.74380165,0.74793386,0.71487606,0.72727275,0.6942149,0.6735537,0.6446281,0.69008267,0.6859504,0.6694215,0.677686,0.6570248,0.6652893,0.661157,0.69008267,0.73140496,0.76859504,0.6983471,0.6487603,0.6198347,0.6322314,0.6528926,0.6363636,0.6198347,0.60330576,0.59504133,0.57438016,0.5661157,0.5495868,0.54545456,0.553719,0.54545456,0.5289256,0.53305787,0.5289256,0.5206612,0.5289256,0.55785125,0.5413223,0.5206612,0.5165289,0.5165289,0.56198347,0.5785124,0.56198347,0.5495868,0.54545456,0.55785125,0.6652893,0.7231405,0.6983471,0.6487603,0.661157,0.6694215,0.72727275,0.6446281,0.62396693,0.69008267,0.72727275,0.677686,0.7066116,0.71900827,0.7066116,0.7066116,0.6818182,0.6446281,0.61157024,0.5661157,0.55785125,0.57024795,0.5371901,0.5661157,0.59504133,0.61570245,0.59504133,0.5785124,0.6198347,0.6570248,0.6859504,0.71487606,0.73140496,0.6942149,0.6363636,0.59917355,0.607438,0.61157024,0.59504133,0.5785124,0.5413223,0.5041322,0.47107437,0.43801653,0.3966942,0.40082645,0.40495867,0.41322315,0.40495867,0.38842976,0.3966942,0.39256197,0.42975205,0.43801653,0.46280992,0.47107437,0.4752066,0.44214877,0.49173555,0.57024795,0.59090906,0.553719,0.53305787,0.53305787,0.6652893,0.677686,0.6735537,0.661157,0.6859504,0.70247936,0.6983471,0.6280992,0.6487603,0.6735537,0.6859504,0.62396693,0.59917355,0.59090906,0.57438016,0.553719,0.53305787,0.46280992,0.4090909,0.40082645,0.3966942,0.46694216,0.4752066,0.47107437,0.49586776,0.5123967,0.5206612,0.5413223,0.59504133,0.6446281,0.6859504,0.70247936,0.70247936,0.69008267,0.6322314,0.59917355,0.58264464,0.57024795,0.54545456,0.5123967,0.45454547,0.43801653,0.3966942,0.3677686,0.3181818,0.28512397,0.2892562,0.2768595,0.29752067,0.27272728,0.28099173,0.28099173,0.3429752,0.3429752,0.36363637,0.42561984,0.4338843,0.42975205,0.4214876,0.5082645,0.59504133,0.57438016,0.5413223,0.53305787,0.6652893,0.6652893,0.6528926,0.6735537,0.71900827,0.70247936,0.6735537,0.6404959,0.6322314,0.607438,0.5661157,0.5165289,0.46280992,0.44214877,0.4214876,0.38429752,0.38016528,0.3305785,0.30165288,0.30991736,0.34710744,0.4338843,0.43801653,0.446281,0.44214877,0.446281,0.47107437,0.5165289,0.59090906,0.6528926,0.70247936,0.7066116,0.6983471,0.69008267,0.6322314,0.59917355,0.58677685,0.56198347,0.5289256,0.47107437,0.41322315,0.4090909,0.3677686,0.32231405,0.29752067,0.24380165,0.24793388,0.21900827,0.2520661,0.2520661,0.2520661,0.23966943,0.30165288,0.36363637,0.32231405,0.36363637,0.41322315,0.40082645,0.49586776,0.47933885,0.5371901,0.57438016,0.553719,0.5289256,0.6652893,0.6446281,0.6446281,0.6859504,0.7355372,0.70247936,0.6446281,0.60330576,0.55785125,0.5289256,0.48347107,0.44214877,0.38429752,0.3429752,0.3264463,0.28512397,0.28512397,0.28512397,0.2768595,0.3181818,0.3429752,0.3966942,0.40495867,0.4338843,0.4214876,0.4338843,0.48347107,0.5206612,0.6280992,0.70247936,0.72727275,0.71487606,0.70247936,0.7107438,0.6363636,0.59090906,0.607438,0.59090906,0.53305787,0.47107437,0.4338843,0.39256197,0.34710744,0.29752067,0.2768595,0.26859504,0.24380165,0.2644628,0.28512397,0.30578512,0.30578512,0.30991736,0.30165288,0.3305785,0.3305785,0.32231405,0.39256197,0.4090909,0.43801653,0.47107437,0.47933885,0.5371901,0.56198347,0.53305787,0.6652893,0.6280992,0.6487603,0.6942149,0.70247936,0.6280992,0.5413223,0.5082645,0.5,0.44214877,0.4214876,0.38842976,0.3429752,0.30991736,0.29752067,0.2892562,0.3140496,0.3264463,0.30578512,0.3140496,0.35950413,0.37190083,0.38016528,0.41735536,0.42561984,0.47933885,0.5413223,0.58677685,0.6735537,0.76033056,0.74793386,0.7107438,0.7231405,0.7066116,0.6446281,0.607438,0.6280992,0.62396693,0.55785125,0.5123967,0.44214877,0.37190083,0.3181818,0.28099173,0.27272728,0.28512397,0.3140496,0.35950413,0.3966942,0.41735536,0.42561984,0.4214876,0.3966942,0.3677686,0.3553719,0.3305785,0.3677686,0.4338843,0.46694216,0.446281,0.42975205,0.4876033,0.5495868,0.5413223,0.661157,0.6404959,0.6528926,0.6942149,0.6322314,0.5413223,0.5165289,0.49586776,0.42975205,0.38429752,0.42561984,0.38016528,0.40082645,0.4090909,0.4090909,0.42561984,0.4338843,0.42975205,0.40082645,0.35950413,0.35950413,0.338843,0.338843,0.37603307,0.40495867,0.4876033,0.57438016,0.6652893,0.7355372,0.78512394,0.7768595,0.73966944,0.75206614,0.71900827,0.6363636,0.6198347,0.6487603,0.6446281,0.59090906,0.5082645,0.41322315,0.3305785,0.3140496,0.3264463,0.37190083,0.4090909,0.4338843,0.4752066,0.5,0.5082645,0.5041322,0.5,0.47933885,0.45041323,0.41735536,0.38842976,0.39256197,0.4338843,0.4752066,0.46280992,0.42561984,0.4338843,0.5289256,0.5413223,0.6528926,0.6446281,0.6694215,0.6487603,0.5661157,0.5,0.5123967,0.48347107,0.43801653,0.446281,0.49173555,0.46280992,0.5041322,0.5289256,0.5247934,0.54545456,0.5206612,0.5,0.47107437,0.42561984,0.38016528,0.35123968,0.34710744,0.37190083,0.41322315,0.48347107,0.58264464,0.677686,0.74380165,0.78512394,0.7933884,0.74793386,0.7355372,0.70247936,0.62396693,0.6198347,0.6570248,0.6446281,0.58677685,0.49586776,0.3677686,0.3140496,0.34710744,0.36363637,0.3553719,0.36363637,0.3966942,0.43801653,0.46280992,0.47933885,0.49173555,0.5123967,0.5123967,0.5082645,0.49173555,0.48347107,0.46280992,0.44214877,0.47107437,0.47933885,0.45454547,0.4090909,0.4876033,0.5206612,0.6446281,0.6363636,0.6694215,0.57024795,0.5206612,0.5041322,0.49173555,0.44214877,0.5,0.5247934,0.55785125,0.5495868,0.57024795,0.58264464,0.57438016,0.5371901,0.49173555,0.43801653,0.39256197,0.33471075,0.27272728,0.29752067,0.338843,0.38016528,0.43801653,0.5289256,0.59917355,0.6528926,0.7107438,0.75619835,0.78512394,0.74793386,0.71487606,0.6859504,0.61570245,0.61157024,0.6446281,0.61157024,0.54545456,0.446281,0.33471075,0.3429752,0.36363637,0.3264463,0.32231405,0.338843,0.3181818,0.34710744,0.38842976,0.30165288,0.35123968,0.3966942,0.4338843,0.47933885,0.4752066,0.5289256,0.5,0.45867768,0.446281,0.4752066,0.46694216,0.446281,0.47107437,0.5082645,0.6404959,0.6446281,0.6322314,0.5413223,0.5123967,0.5165289,0.5082645,0.5082645,0.56198347,0.60330576,0.607438,0.58677685,0.56198347,0.5371901,0.48347107,0.40082645,0.3553719,0.29338843,0.23140496,0.27272728,0.28099173,0.24793388,0.2603306,0.338843,0.43801653,0.5371901,0.6363636,0.6694215,0.677686,0.71487606,0.75206614,0.75206614,0.6942149,0.6735537,0.59917355,0.607438,0.62396693,0.57438016,0.5165289,0.41322315,0.34710744,0.4214876,0.3140496,0.27272728,0.3677686,0.3553719,0.17768595,0.32231405,0.39256197,0.1322314,0.18595041,0.2520661,0.30165288,0.33471075,0.35123968,0.446281,0.49173555,0.5041322,0.53305787,0.5082645,0.5,0.4876033,0.5165289,0.5371901,0.6404959,0.6446281,0.607438,0.553719,0.5289256,0.54545456,0.553719,0.56198347,0.6198347,0.6446281,0.59504133,0.5165289,0.4214876,0.338843,0.2644628,0.20247933,0.2231405,0.23140496,0.18181819,0.3181818,0.43801653,0.26859504,0.25619835,0.27272728,0.4214876,0.5661157,0.59090906,0.6694215,0.677686,0.6859504,0.7107438,0.75619835,0.6818182,0.661157,0.58264464,0.57438016,0.607438,0.54545456,0.5247934,0.40495867,0.44214877,0.47933885,0.21900827,0.29752067,0.54545456,0.42561984,0.19008264,0.26859504,0.2603306,0.14876033,0.13636364,0.41735536,0.3140496,0.24793388,0.22727273,0.2644628,0.3677686,0.47107437,0.5371901,0.5413223,0.5371901,0.5289256,0.54545456,0.553719,0.6446281,0.6322314,0.59504133,0.5661157,0.5495868,0.5785124,0.6280992,0.6363636,0.62396693,0.5785124,0.45454547,0.34710744,0.27272728,0.22727273,0.22727273,0.1570248,0.12809917,0.1983471,0.25619835,0.3429752,0.57438016,0.41322315,0.3181818,0.27272728,0.36363637,0.6570248,0.59090906,0.6446281,0.69008267,0.6694215,0.6735537,0.72727275,0.6735537,0.6404959,0.5785124,0.57024795,0.5785124,0.5371901,0.5289256,0.45867768,0.60330576,0.40495867,0.28099173,0.40495867,0.61570245,0.46694216,0.3140496,0.2107438,0.15289256,0.20247933,0.18181819,0.4090909,0.47933885,0.2892562,0.22727273,0.20661157,0.2231405,0.3429752,0.4876033,0.55785125,0.58264464,0.56198347,0.5413223,0.54545456,0.6404959,0.607438,0.59917355,0.59504133,0.58677685,0.607438,0.661157,0.61570245,0.53305787,0.41735536,0.28512397,0.2231405,0.3553719,0.3553719,0.2107438,0.25619835,0.1322314,0.21487603,0.29752067,0.39256197,0.607438,0.4338843,0.45867768,0.4090909,0.4338843,0.6818182,0.6363636,0.6570248,0.6652893,0.661157,0.6570248,0.6859504,0.6694215,0.6363636,0.57024795,0.58677685,0.5661157,0.5247934,0.5371901,0.5123967,0.6363636,0.45454547,0.4090909,0.46280992,0.56198347,0.5165289,0.37603307,0.32231405,0.28512397,0.28512397,0.30165288,0.42561984,0.5123967,0.41735536,0.3429752,0.30165288,0.2231405,0.25619835,0.37190083,0.5206612,0.59504133,0.59504133,0.553719,0.56198347,0.6528926,0.61570245,0.6404959,0.6198347,0.6404959,0.6570248,0.6652893,0.56198347,0.34710744,0.23966943,0.2644628,0.2644628,0.49173555,0.61157024,0.24793388,0.3140496,0.2768595,0.35123968,0.36363637,0.47933885,0.5661157,0.49173555,0.49586776,0.5123967,0.5785124,0.6694215,0.661157,0.6859504,0.661157,0.6487603,0.6487603,0.6735537,0.6818182,0.6404959,0.56198347,0.57438016,0.5661157,0.5247934,0.5371901,0.5495868,0.56198347,0.5495868,0.49173555,0.46694216,0.5082645,0.5082645,0.49586776,0.4876033,0.4338843,0.3966942,0.42561984,0.47933885,0.5123967,0.5123967,0.5082645,0.45041323,0.3677686,0.3305785,0.30991736,0.39256197,0.54545456,0.61570245,0.59090906,0.607438,0.6487603,0.6446281,0.69008267,0.661157,0.661157,0.6818182,0.59504133,0.39256197,0.23966943,0.23553719,0.40495867,0.4752066,0.54545456,0.6446281,0.5165289,0.446281,0.41735536,0.4752066,0.48347107,0.5082645,0.5371901,0.54545456,0.5495868,0.58264464,0.6322314,0.6652893,0.6735537,0.6735537,0.661157,0.6528926,0.6446281,0.661157,0.6735537,0.6487603,0.5785124,0.5495868,0.56198347,0.5247934,0.5371901,0.5661157,0.57024795,0.54545456,0.5165289,0.49173555,0.5,0.4752066,0.47933885,0.5247934,0.5,0.47107437,0.5,0.5371901,0.54545456,0.58264464,0.58677685,0.5289256,0.5123967,0.49173555,0.42561984,0.36363637,0.42975205,0.5785124,0.62396693,0.6528926,0.6528926,0.661157,0.661157,0.69008267,0.6652893,0.61570245,0.49173555,0.3677686,0.3966942,0.46280992,0.5495868,0.6322314,0.6322314,0.6487603,0.60330576,0.553719,0.54545456,0.553719,0.5495868,0.5371901,0.54545456,0.57024795,0.59090906,0.6280992,0.6528926,0.6652893,0.6818182,0.6735537,0.6694215,0.6735537,0.6404959,0.6487603,0.661157,0.6528926,0.59504133,0.54545456,0.55785125,0.5165289,0.5413223,0.55785125,0.57438016,0.56198347,0.53305787,0.5206612,0.5206612,0.5082645,0.5082645,0.49173555,0.5206612,0.5082645,0.5165289,0.56198347,0.5661157,0.5785124,0.61157024,0.58264464,0.60330576,0.60330576,0.59504133,0.553719,0.46694216,0.5165289,0.61157024,0.6570248,0.6735537,0.7066116,0.70247936,0.70247936,0.6570248,0.5661157,0.5123967,0.5289256,0.58264464,0.61570245,0.6363636,0.6694215,0.677686,0.6652893,0.6404959,0.6198347,0.62396693,0.6198347,0.60330576,0.58677685,0.59504133,0.6322314,0.6322314,0.6694215,0.6735537,0.6735537,0.6818182,0.677686,0.6983471,0.677686,0.62396693,0.6528926,0.6528926,0.6363636,0.61157024,0.57024795,0.55785125,0.5165289,0.53305787,0.57438016,0.5495868,0.59090906,0.56198347,0.553719,0.5289256,0.53305787,0.5289256,0.5206612,0.553719,0.553719,0.5495868,0.58677685,0.60330576,0.61570245,0.61570245,0.6198347,0.6322314,0.6404959,0.6446281,0.6363636,0.58677685,0.56198347,0.61157024,0.6694215,0.6983471,0.75619835,0.76033056,0.7107438,0.6487603,0.61570245,0.6446281,0.6735537,0.6694215,0.677686,0.6983471,0.70247936,0.70247936,0.71487606,0.71487606,0.6859504,0.677686,0.6652893,0.6446281,0.6404959,0.6322314,0.6652893,0.6652893,0.69008267,0.6859504,0.677686,0.6859504,0.6735537,0.71900827,0.6652893,0.61570245,0.661157,0.6694215,0.6322314,0.6198347,0.58264464,0.56198347,0.5289256,0.5165289,0.5785124,0.5661157,0.5661157,0.58264464,0.57438016,0.553719,0.56198347,0.54545456,0.553719,0.5661157,0.58264464,0.58264464,0.61157024,0.62396693,0.6280992,0.6363636,0.6404959,0.6322314,0.6404959,0.6528926,0.6487603,0.6322314,0.607438,0.62396693,0.6652893,0.71900827,0.77272725,0.76859504,0.7231405,0.6818182,0.6983471,0.73140496,0.7231405,0.7107438,0.7066116,0.73966944,0.73966944,0.7355372,0.73966944,0.72727275,0.7107438,0.6818182,0.6735537,0.661157,0.6694215,0.6446281,0.6818182,0.70247936,0.71900827,0.70247936,0.677686,0.6818182,0.7107438,0.6818182,0.6570248,0.6363636,0.661157,0.6818182,0.661157,0.6198347,0.59090906,0.5661157,0.5413223,0.5247934,0.55785125,0.58677685,0.5785124,0.58677685,0.58264464,0.57024795,0.58264464,0.57438016,0.5661157,0.55785125,0.5661157,0.58264464,0.61157024,0.6404959,0.6404959,0.6446281,0.6528926,0.6446281,0.6363636,0.6487603,0.6446281,0.62396693,0.6198347,0.6280992,0.6528926,0.73140496,0.7768595,0.78099173,0.73140496,0.71487606,0.72727275,0.74380165,0.73966944,0.7355372,0.74380165,0.73140496,0.7355372,0.73140496,0.75206614,0.7066116,0.6983471,0.6859504,0.677686,0.6694215,0.677686,0.677686,0.6942149,0.7107438,0.74793386,0.72727275,0.69008267,0.69008267,0.6983471,0.677686,0.661157,0.6528926,0.677686,0.6859504,0.6735537,0.62396693,0.58264464,0.57438016,0.5495868,0.53305787,0.5495868,0.58264464,0.58677685,0.59090906,0.59090906,0.58677685,0.59504133,0.58677685,0.57438016,0.5661157,0.553719,0.5661157,0.5785124,0.59504133,0.6198347,0.6322314,0.6404959,0.6528926,0.6322314,0.6280992,0.6280992,0.62396693,0.6280992,0.6363636,0.6446281,0.73966944,0.7768595,0.78099173,0.74793386,0.71487606,0.7355372,0.7231405,0.7355372,0.74380165,0.75206614,0.7066116,0.7107438,0.7107438,0.72727275,0.6983471,0.661157,0.661157,0.677686,0.677686,0.6818182,0.6942149,0.71487606,0.7107438,0.75206614,0.73966944,0.7107438,0.70247936,0.6942149,0.6735537,0.6570248,0.6570248,0.677686,0.6818182,0.6652893,0.6363636,0.58677685,0.5661157,0.55785125,0.5371901,0.53305787,0.56198347,0.59090906,0.60330576,0.59917355,0.60330576,0.60330576,0.58677685,0.58677685,0.57438016,0.553719,0.553719,0.56198347,0.5661157,0.59090906,0.60330576,0.61157024,0.6404959,0.6280992,0.6322314,0.6363636,0.61570245,0.6322314,0.6404959,0.6487603,0.74793386,0.7644628,0.76859504,0.74380165,0.72727275,0.7355372,0.71900827,0.7355372,0.73966944,0.7231405,0.70247936,0.6983471,0.70247936,0.69008267,0.6859504,0.6652893,0.6652893,0.6735537,0.677686,0.6859504,0.69008267,0.7231405,0.74380165,0.75619835,0.74793386,0.7231405,0.7107438,0.69008267,0.6652893,0.6487603,0.6528926,0.6652893,0.661157,0.6528926,0.6322314,0.58677685,0.57438016,0.56198347,0.5413223,0.5289256,0.5371901,0.59090906,0.61157024,0.6198347,0.61570245,0.61570245,0.59504133,0.59090906,0.58264464,0.57024795,0.553719,0.5661157,0.55785125,0.57438016,0.59917355,0.59917355,0.6198347,0.62396693,0.6363636,0.6322314,0.6363636,0.6404959,0.6404959,0.6446281,0.74380165,0.74793386,0.74380165,0.74793386,0.75206614,0.74380165,0.7231405,0.73140496,0.7355372,0.7231405,0.7107438,0.6983471,0.70247936,0.6859504,0.6735537,0.6859504,0.6859504,0.6694215,0.6694215,0.6942149,0.71900827,0.7355372,0.74793386,0.7768595,0.75206614,0.7231405,0.71900827,0.677686,0.6735537,0.6570248,0.6446281,0.6694215,0.6570248,0.6570248,0.6735537,0.61570245,0.5785124,0.57438016,0.553719,0.53305787,0.5206612,0.57024795,0.6198347,0.6363636,0.6280992,0.6322314,0.61157024,0.60330576,0.58677685,0.58677685,0.5661157,0.59090906,0.58264464,0.58264464,0.60330576,0.61157024,0.61157024,0.60330576,0.6322314,0.6446281,0.6363636,0.6528926,0.6694215,0.6652893,0.73140496,0.73140496,0.72727275,0.74380165,0.76033056,0.75206614,0.71900827,0.7355372,0.74380165,0.72727275,0.71900827,0.7107438,0.70247936,0.6942149,0.6859504,0.6942149,0.69008267,0.6942149,0.6818182,0.70247936,0.73966944,0.76033056,0.74380165,0.7644628,0.77272725,0.71900827,0.71487606,0.6528926,0.6652893,0.6652893,0.6404959,0.72727275,0.7066116,0.661157,0.76859504,0.6487603,0.57024795,0.607438,0.61570245,0.53305787,0.5371901,0.53305787,0.60330576,0.661157,0.6404959,0.62396693,0.6198347,0.60330576,0.59090906,0.60330576,0.59504133,0.59917355,0.59917355,0.59917355,0.58677685,0.61157024,0.607438,0.60330576,0.62396693,0.6404959,0.6446281,0.661157,0.6859504,0.6859504,0.7066116,0.71487606,0.73140496,0.75619835,0.77272725,0.78099173,0.7355372,0.75619835,0.76033056,0.74793386,0.7107438,0.73140496,0.7107438,0.70247936,0.7066116,0.7066116,0.7107438,0.71900827,0.6983471,0.70247936,0.73966944,0.76859504,0.75206614,0.73140496,0.7933884,0.7231405,0.6818182,0.62396693,0.69008267,0.6570248,0.60330576,0.75206614,0.7644628,0.677686,0.73140496,0.6198347,0.56198347,0.6280992,0.6446281,0.5413223,0.553719,0.5289256,0.55785125,0.6322314,0.6404959,0.61157024,0.607438,0.60330576,0.59504133,0.6198347,0.61570245,0.607438,0.59917355,0.58677685,0.59917355,0.62396693,0.61570245,0.61157024,0.6280992,0.6487603,0.6694215,0.6735537,0.6818182,0.6942149,0.6859504,0.70247936,0.73140496,0.75206614,0.78099173,0.80991733,0.7768595,0.78512394,0.7768595,0.77272725,0.73966944,0.73140496,0.7355372,0.70247936,0.70247936,0.69008267,0.7066116,0.6983471,0.7066116,0.7107438,0.72727275,0.75619835,0.7644628,0.73140496,0.77272725,0.7107438,0.6528926,0.6570248,0.71487606,0.677686,0.58677685,0.6528926,0.6983471,0.6487603,0.61157024,0.57438016,0.5371901,0.59504133,0.59090906,0.53305787,0.57024795,0.59504133,0.56198347,0.57024795,0.607438,0.61570245,0.61157024,0.60330576,0.59504133,0.607438,0.6198347,0.6198347,0.61157024,0.59090906,0.59090906,0.61157024,0.61570245,0.62396693,0.6363636,0.6446281,0.6735537,0.6942149,0.6859504,0.6942149,0.6694215,0.69008267,0.7107438,0.73966944,0.74793386,0.8016529,0.7768595,0.79752064,0.7768595,0.78512394,0.75619835,0.74793386,0.74380165,0.71487606,0.7066116,0.70247936,0.7066116,0.6983471,0.6983471,0.71487606,0.7231405,0.74380165,0.74380165,0.73140496,0.7355372,0.6818182,0.6528926,0.70247936,0.74380165,0.6859504,0.58264464,0.57024795,0.59090906,0.5661157,0.53305787,0.5041322,0.49586776,0.5289256,0.5247934,0.49173555,0.5247934,0.62396693,0.62396693,0.56198347,0.57024795,0.61157024,0.61570245,0.59504133,0.59504133,0.59504133,0.61570245,0.62396693,0.61157024,0.61157024,0.60330576,0.61157024,0.61570245,0.6280992,0.6280992,0.6570248,0.6735537,0.7066116,0.6859504,0.69008267,0.6528926,0.6859504,0.7066116,0.7231405,0.7231405,0.75619835,0.74793386,0.75619835,0.75206614,0.76859504,0.76033056,0.7644628,0.75206614,0.7355372,0.71900827,0.71900827,0.71900827,0.70247936,0.7066116,0.7107438,0.7231405,0.73966944,0.72727275,0.71487606,0.7066116,0.6694215,0.6694215,0.7231405,0.71900827,0.62396693,0.5041322,0.47933885,0.54545456,0.5,0.45041323,0.4338843,0.44214877,0.46694216,0.43801653,0.3553719,0.4338843,0.5413223,0.62396693,0.59917355,0.5413223,0.58677685,0.61570245,0.60330576,0.607438,0.59917355,0.61157024,0.61570245,0.61570245,0.59917355,0.607438,0.607438,0.61570245,0.6280992,0.6404959,0.6446281,0.6859504,0.6983471,0.6859504,0.6818182,0.6446281,0.6652893,0.7066116,0.71487606,0.7107438,0.7231405,0.73140496,0.73966944,0.73966944,0.74793386,0.75206614,0.75619835,0.74380165,0.73140496,0.7231405,0.7066116,0.7066116,0.7066116,0.71487606,0.71487606,0.71900827,0.72727275,0.7107438,0.7107438,0.7107438,0.6487603,0.6487603,0.6735537,0.6280992,0.5041322,0.30991736,0.24380165,0.40082645,0.47107437,0.38429752,0.35950413,0.38429752,0.41735536,0.2644628,0.12809917,0.22727273,0.42975205,0.5289256,0.553719,0.54545456,0.57438016,0.62396693,0.6198347,0.62396693,0.59504133,0.6198347,0.61570245,0.6198347,0.61157024,0.6322314,0.62396693,0.61570245,0.6280992,0.6446281,0.6322314,0.6652893,0.6818182,0.6818182,0.6859504,0.6487603,0.6694215,0.6942149,0.71900827,0.7231405,0.7231405,0.73140496,0.73966944,0.74793386,0.74793386,0.73966944,0.74793386,0.74380165,0.71900827,0.73140496,0.7066116,0.71900827,0.7066116,0.70247936,0.71487606,0.7066116,0.7107438,0.69008267,0.6983471,0.73140496,0.61570245,0.60330576,0.58677685,0.49173555,0.2644628,0.09090909,0.11570248,0.27272728,0.4876033,0.3677686,0.30991736,0.35950413,0.45454547,0.16115703,0.041322313,0.08264463,0.2892562,0.45867768,0.47933885,0.5371901,0.58677685,0.607438,0.61570245,0.607438,0.60330576,0.6280992,0.61570245,0.6322314,0.607438,0.62396693,0.6280992,0.6198347,0.6446281,0.6404959,0.6404959,0.6570248,0.677686,0.6735537,0.6859504,0.6446281,0.6694215,0.6818182,0.7066116,0.73140496,0.7231405,0.7355372,0.7355372,0.76033056,0.7644628,0.7355372,0.76033056,0.7644628,0.72727275,0.72727275,0.71487606,0.71900827,0.7107438,0.70247936,0.7107438,0.6983471,0.6859504,0.69008267,0.70247936,0.73966944,0.58264464,0.5661157,0.5082645,0.3264463,0.11157025,0.11983471,0.2520661,0.3553719,0.49173555,0.38016528,0.29338843,0.37603307,0.45867768,0.35123968,0.1694215,0.16115703,0.30991736,0.4090909,0.44214877,0.49173555,0.59090906,0.59090906,0.607438,0.59917355,0.61570245,0.6363636,0.62396693,0.6322314,0.6280992,0.6322314,0.6280992,0.6322314,0.6487603,0.6446281,0.6363636,0.6487603,0.6735537,0.6694215,0.677686,0.6363636,0.6570248,0.6942149,0.71487606,0.7231405,0.71487606,0.73140496,0.7231405,0.75619835,0.74793386,0.75206614,0.7644628,0.7768595,0.7231405,0.7231405,0.7231405,0.6859504,0.71487606,0.70247936,0.7107438,0.69008267,0.6818182,0.69008267,0.71900827,0.73140496,0.57438016,0.5371901,0.45867768,0.2603306,0.23966943,0.34710744,0.45454547,0.45454547,0.44214877,0.338843,0.26859504,0.3305785,0.40495867,0.48347107,0.38842976,0.338843,0.37190083,0.4090909,0.40082645,0.45867768,0.58264464,0.59917355,0.58264464,0.59090906,0.6198347,0.6363636,0.6280992,0.61570245,0.6198347,0.6322314,0.6528926,0.6487603,0.6528926,0.6528926,0.661157,0.6735537,0.6735537,0.6694215,0.6694215,0.6322314,0.6528926,0.69008267,0.70247936,0.7355372,0.70247936,0.7355372,0.72727275,0.7644628,0.7231405,0.73966944,0.7768595,0.76859504,0.7231405,0.7355372,0.72727275,0.7066116,0.6983471,0.6983471,0.6942149,0.677686,0.6694215,0.69008267,0.7355372,0.71900827,0.58677685,0.5,0.42561984,0.35123968,0.3966942,0.5495868,0.6280992,0.54545456,0.46280992,0.37603307,0.30165288,0.30991736,0.38016528,0.47933885,0.5082645,0.4338843,0.37190083,0.40082645,0.41735536,0.4876033,0.60330576,0.607438,0.5785124,0.5785124,0.607438,0.61570245,0.62396693,0.6198347,0.6198347,0.6322314,0.6446281,0.6528926,0.661157,0.661157,0.6652893,0.6652893,0.6570248,0.6652893,0.661157,0.6322314,0.6446281,0.69008267,0.6942149,0.70247936,0.7066116,0.72727275,0.74380165,0.75619835,0.74380165,0.75206614,0.7644628,0.75619835,0.73140496,0.7355372,0.71900827,0.71487606,0.6983471,0.69008267,0.677686,0.6652893,0.6735537,0.70247936,0.73140496,0.7231405,0.6280992,0.5206612,0.44214877,0.38842976,0.446281,0.62396693,0.69008267,0.607438,0.5371901,0.5,0.45454547,0.41322315,0.42975205,0.5082645,0.56198347,0.5413223,0.5289256,0.5413223,0.54545456,0.5661157,0.61570245,0.61157024,0.59917355,0.57438016,0.59090906,0.58677685,0.59917355,0.6322314,0.59504133,0.6487603,0.6363636,0.6280992,0.661157,0.6735537,0.661157,0.6694215,0.6528926,0.6446281,0.6487603,0.6363636,0.6528926,0.69008267,0.6983471,0.70247936,0.6983471,0.71900827,0.7355372,0.74793386,0.74380165,0.75619835,0.7355372,0.73966944,0.7355372,0.71900827,0.7107438,0.71900827,0.70247936,0.6818182,0.6652893,0.6528926,0.6859504,0.73140496,0.73966944,0.74380165,0.6983471,0.6322314,0.6198347,0.6446281,0.6859504,0.6859504,0.677686,0.61570245,0.59090906,0.5495868,0.5247934,0.5082645,0.5371901,0.57438016,0.57438016,0.57438016,0.5785124,0.59504133,0.6198347,0.607438,0.6198347,0.62396693,0.61157024,0.59504133,0.5661157,0.5785124,0.58264464,0.61570245,0.607438,0.6404959,0.6363636,0.6446281,0.6528926,0.6735537,0.6652893,0.6487603,0.6528926,0.62396693,0.6404959,0.6280992,0.661157,0.6859504,0.6942149,0.6942149,0.70247936,0.71487606,0.7355372,0.73966944,0.73140496,0.7355372,0.7355372,0.7355372,0.7355372,0.71487606,0.7107438,0.7107438,0.677686,0.6570248,0.6528926,0.6528926,0.70247936,0.72727275,0.73966944,0.7644628,0.74793386,0.71487606,0.7066116,0.71900827,0.70247936,0.70247936,0.6983471,0.6280992,0.607438,0.5206612,0.47933885,0.5495868,0.60330576,0.61570245,0.56198347,0.56198347,0.553719,0.607438,0.60330576,0.61570245,0.61157024,0.6280992,0.6280992,0.5785124,0.5785124,0.58264464,0.58264464,0.58677685,0.59090906,0.607438,0.6198347,0.6404959,0.6652893,0.6570248,0.661157,0.6570248,0.6528926,0.6404959,0.6446281,0.6198347,0.6528926,0.6735537,0.6859504,0.6983471,0.6983471,0.7066116,0.73140496,0.7231405,0.7107438,0.71487606,0.73966944,0.72727275,0.71487606,0.71487606,0.70247936,0.69008267,0.6694215,0.6363636,0.6446281,0.661157,0.71900827,0.73966944,0.71900827,0.75206614,0.7355372,0.7066116,0.7107438,0.7066116,0.6983471,0.6652893,0.70247936,0.6363636,0.5785124,0.4876033,0.45867768,0.607438,0.6487603,0.6280992,0.5661157,0.54545456,0.5371901,0.58264464,0.59504133,0.607438,0.59917355,0.61157024,0.62396693,0.6198347,0.60330576,0.58677685,0.57438016,0.5785124,0.5785124,0.58677685,0.61570245,0.6280992,0.6570248,0.6570248,0.6487603,0.661157,0.6404959,0.62396693,0.6446281,0.62396693,0.6570248,0.6694215,0.677686,0.6859504,0.6859504,0.7066116,0.7107438,0.71487606,0.71487606,0.7355372,0.7355372,0.72727275,0.7231405,0.71900827,0.70247936,0.6652893,0.661157,0.6322314,0.6528926,0.6818182,0.73140496,0.75206614,0.7355372,0.7355372,0.71900827,0.6818182,0.6942149,0.6859504,0.69008267,0.6694215,0.6818182,0.62396693,0.54545456,0.47933885,0.48347107,0.60330576,0.6694215,0.6404959,0.58677685,0.55785125,0.5495868,0.5495868,0.5785124,0.58677685,0.59504133,0.607438,0.61570245,0.6322314,0.607438,0.58677685,0.5785124,0.57438016,0.58264464,0.59090906,0.60330576,0.61570245,0.6446281,0.6570248,0.6528926,0.6694215,0.6528926,0.62396693,0.6363636,0.6198347,0.661157,0.6859504,0.677686,0.6983471,0.69008267,0.7066116,0.6942149,0.7107438,0.70247936,0.72727275,0.7066116,0.74380165,0.71900827,0.7107438,0.6818182,0.6404959,0.6322314,0.6487603,0.661157,0.70247936,0.73140496,0.74793386,0.74793386,0.72727275,0.71487606,0.6694215,0.661157,0.6694215,0.6694215,0.6652893,0.6694215,0.62396693,0.553719,0.5041322,0.5413223,0.607438,0.6818182,0.677686,0.61157024,0.58264464,0.57024795,0.55785125,0.56198347,0.553719,0.57024795,0.59090906,0.59090906,0.61157024,0.61570245,0.59090906,0.5785124,0.5785124,0.5785124,0.58677685,0.59090906,0.60330576,0.6280992,0.661157,0.6487603,0.6528926,0.6487603,0.61157024,0.6280992,0.607438,0.6487603,0.6859504,0.677686,0.6942149,0.69008267,0.71900827,0.6735537,0.6983471,0.7066116,0.6983471,0.6983471,0.7107438,0.6983471,0.70247936,0.6570248,0.6404959,0.6363636,0.661157,0.6735537,0.7107438,0.7231405,0.71487606,0.70247936,0.70247936,0.6942149,0.6528926,0.6446281,0.6859504,0.6942149,0.6694215,0.6652893,0.6280992,0.5785124,0.5413223,0.55785125,0.61157024,0.6694215,0.6859504,0.6280992,0.59917355,0.60330576,0.61157024,0.59917355,0.57438016,0.55785125,0.5785124,0.58677685,0.60330576,0.60330576,0.58677685,0.5661157,0.58264464,0.5785124,0.5785124,0.60330576,0.59090906,0.61157024,0.6570248,0.6363636,0.661157,0.6446281,0.59917355,0.62396693,0.60330576,0.6487603,0.6735537,0.677686,0.70247936,0.6859504,0.7107438,0.677686,0.6942149,0.6983471,0.69008267,0.6942149,0.7066116,0.6983471,0.6818182,0.6363636,0.6363636,0.6528926,0.6652893,0.69008267,0.7066116,0.6942149,0.6818182,0.69008267,0.6942149,0.6694215,0.6487603,0.6694215,0.7107438,0.71487606,0.677686,0.6404959,0.6280992,0.62396693,0.60330576,0.59917355,0.6404959,0.6322314,0.6280992,0.5785124,0.56198347,0.60330576,0.6363636,0.6322314,0.62396693,0.60330576,0.607438,0.59917355,0.58264464,0.59090906,0.58677685,0.54545456,0.5785124,0.58264464,0.57438016,0.607438,0.58677685,0.59917355,0.6446281,0.6363636,0.6487603,0.6322314,0.61157024,0.6198347,0.60330576,0.6322314,0.661157,0.677686,0.6983471,0.677686,0.69008267,0.6859504,0.6859504,0.6859504,0.677686,0.6942149,0.7107438,0.6983471,0.6694215,0.61570245,0.61157024,0.6570248,0.6652893,0.677686,0.6818182,0.6528926,0.6652893,0.6818182,0.69008267,0.6694215,0.6694215,0.72727275,0.7355372,0.6983471,0.6528926,0.59090906,0.58264464,0.57438016,0.5785124,0.57438016,0.58677685,0.53305787,0.5,0.45041323,0.4338843,0.46694216,0.53305787,0.58677685,0.61157024,0.6280992,0.6570248,0.607438,0.57024795,0.6198347,0.5785124,0.5495868,0.57024795,0.5661157,0.58264464,0.58264464,0.58677685,0.60330576,0.6280992,0.62396693,0.6363636,0.6280992,0.6198347,0.61157024,0.59090906,0.607438,0.61570245,0.6446281,0.6859504,0.6818182,0.6818182,0.6859504,0.677686,0.6818182,0.69008267,0.69008267,0.6983471,0.6942149,0.6694215,0.58264464,0.57024795,0.6859504,0.6487603,0.6404959,0.6446281,0.607438,0.6570248,0.6570248,0.6859504,0.7107438,0.6942149,0.71900827,0.6528926,0.5371901,0.45454547,0.44214877,0.4214876,0.4090909,0.41322315,0.41735536,0.4214876,0.38429752,0.338843,0.3305785,0.30991736,0.3429752,0.3553719,0.40495867,0.4752066,0.54545456,0.61570245,0.61570245,0.5785124,0.61570245,0.5661157,0.553719,0.57024795,0.553719,0.57024795,0.59090906,0.58677685,0.607438,0.62396693,0.6198347,0.6322314,0.6198347,0.607438,0.607438,0.5785124,0.59504133,0.607438,0.6322314,0.6694215,0.677686,0.6735537,0.6859504,0.6735537,0.661157,0.6735537,0.6735537,0.6942149,0.6818182,0.6570248,0.57024795,0.6363636,0.6983471,0.61570245,0.61570245,0.61157024,0.58264464,0.6487603,0.6694215,0.6983471,0.69008267,0.6446281,0.58677685,0.49173555,0.38842976,0.30991736,0.29338843,0.30578512,0.28512397,0.2768595,0.28099173,0.26859504,0.28099173,0.23966943,0.23140496,0.21487603,0.22727273,0.21900827,0.2603306,0.3181818,0.3966942,0.47933885,0.5413223,0.5495868,0.5661157,0.55785125,0.56198347,0.57024795,0.553719,0.56198347,0.58677685,0.607438,0.61157024,0.6198347,0.6280992,0.6322314,0.6322314,0.59917355,0.59090906,0.5785124,0.58677685,0.607438,0.62396693,0.6570248,0.6818182,0.6652893,0.6942149,0.677686,0.6528926,0.6652893,0.6735537,0.69008267,0.6859504,0.6198347,0.6363636,0.7066116,0.6487603,0.6198347,0.59917355,0.58677685,0.59504133,0.6404959,0.6859504,0.6983471,0.59917355,0.49173555,0.40082645,0.3264463,0.27272728,0.20247933,0.18595041,0.21900827,0.22727273,0.2107438,0.1983471,0.19008264,0.19421488,0.19008264,0.19008264,0.17768595,0.1694215,0.16528925,0.17355372,0.2107438,0.2644628,0.3264463,0.39256197,0.44214877,0.4876033,0.5206612,0.5413223,0.55785125,0.5495868,0.5289256,0.57438016,0.61157024,0.62396693,0.6198347,0.6322314,0.6404959,0.6404959,0.59090906,0.59504133,0.58677685,0.57024795,0.607438,0.6198347,0.6446281,0.661157,0.6652893,0.6818182,0.69008267,0.6487603,0.6570248,0.69008267,0.6983471,0.661157,0.62396693,0.6859504,0.69008267,0.62396693,0.59504133,0.60330576,0.59917355,0.61157024,0.6322314,0.6528926,0.58264464,0.43801653,0.3429752,0.26859504,0.2107438,0.19421488,0.16528925,0.17768595,0.21900827,0.24380165,0.24380165,0.20661157,0.18595041,0.21900827,0.21900827,0.2107438,0.18181819,0.14049587,0.12809917,0.11570248,0.11570248,0.1570248,0.20247933,0.24793388,0.28099173,0.35950413,0.446281,0.49586776,0.5289256,0.553719,0.5082645,0.56198347,0.60330576,0.6198347,0.6280992,0.6322314,0.6322314,0.6487603,0.58264464,0.59917355,0.58264464,0.58264464,0.607438,0.62396693,0.6404959,0.6363636,0.6528926,0.6694215,0.6818182,0.6528926,0.6487603,0.6818182,0.6859504,0.6528926,0.6570248,0.6818182,0.661157,0.5785124,0.58264464,0.59504133,0.59504133,0.59504133,0.5785124,0.5413223,0.42975205,0.3140496,0.2644628,0.19008264,0.1322314,0.16115703,0.17355372,0.19421488,0.23140496,0.25619835,0.2603306,0.23140496,0.16528925,0.14876033,0.18181819,0.18595041,0.16528925,0.13636364,0.11983471,0.10743801,0.09917355,0.11157025,0.15289256,0.1983471,0.2231405,0.29338843,0.39256197,0.446281,0.4876033,0.5413223,0.5123967,0.553719,0.60330576,0.61157024,0.6280992,0.6446281,0.6280992,0.6322314,0.59090906,0.59090906,0.5785124,0.58264464,0.59917355,0.61570245,0.6280992,0.61570245,0.6322314,0.6570248,0.6652893,0.6446281,0.6446281,0.6652893,0.6528926,0.6487603,0.6570248,0.661157,0.6404959,0.57438016,0.5661157,0.58677685,0.57024795,0.5247934,0.45041323,0.3677686,0.26859504,0.2107438,0.17355372,0.11983471,0.09504132,0.12809917,0.12396694,0.15289256,0.1983471,0.21900827,0.2231405,0.1694215,0.12396694,0.14049587,0.20247933,0.24380165,0.29752067,0.30578512,0.28512397,0.38429752,0.26859504,0.26859504,0.28099173,0.3264463,0.38429752,0.49173555,0.46280992,0.45041323,0.446281,0.48347107,0.5082645,0.56198347,0.59917355,0.607438,0.60330576,0.6446281,0.61157024,0.59090906,0.59090906,0.59090906,0.55785125,0.58264464,0.59504133,0.60330576,0.6198347,0.607438,0.61157024,0.6404959,0.6446281,0.6404959,0.6404959,0.6528926,0.6404959,0.6404959,0.6528926,0.6487603,0.6322314,0.60330576,0.59090906,0.58264464,0.5247934,0.43801653,0.3305785,0.23966943,0.11983471,0.13636364,0.16115703,0.19008264,0.25619835,0.38429752,0.35950413,0.35950413,0.36363637,0.338843,0.38842976,0.3677686,0.39256197,0.446281,0.4752066,0.46694216,0.5,0.47107437,0.47933885,0.5247934,0.5,0.4752066,0.43801653,0.45041323,0.5123967,0.58264464,0.5785124,0.5247934,0.46694216,0.47107437,0.5041322,0.553719,0.59504133,0.60330576,0.59917355,0.6280992,0.62396693,0.59917355,0.60330576,0.59090906,0.53305787,0.57438016,0.59090906,0.60330576,0.61570245,0.61157024,0.59504133,0.6280992,0.6280992,0.6404959,0.6446281,0.6528926,0.6446281,0.6363636,0.6528926,0.6446281,0.6322314,0.56198347,0.5413223,0.5371901,0.47933885,0.45041323,0.45867768,0.5041322,0.41735536,0.40495867,0.4338843,0.43801653,0.4752066,0.55785125,0.59504133,0.553719,0.57438016,0.5495868,0.5495868,0.5123967,0.5082645,0.553719,0.57024795,0.5289256,0.5247934,0.5123967,0.49586776,0.49586776,0.5165289,0.5041322,0.49586776,0.5165289,0.57024795,0.60330576,0.60330576,0.59090906,0.5413223,0.5041322,0.49173555,0.53305787,0.58264464,0.58677685,0.59504133,0.6198347,0.6322314,0.6198347,0.607438,0.57438016,0.53305787,0.553719,0.57438016,0.60330576,0.61570245,0.62396693,0.60330576,0.61570245,0.6198347,0.6322314,0.6363636,0.6570248,0.661157,0.6487603,0.6570248,0.6446281,0.6322314,0.5082645,0.5206612,0.4876033,0.5041322,0.54545456,0.61570245,0.6652893,0.6363636,0.56198347,0.56198347,0.5495868,0.5661157,0.56198347,0.57438016,0.5661157,0.5413223,0.54545456,0.5413223,0.53305787,0.5082645,0.53305787,0.56198347,0.5165289,0.49586776,0.49173555,0.5,0.5041322,0.5165289,0.5289256,0.5371901,0.5495868,0.56198347,0.58264464,0.607438,0.59917355,0.59090906,0.55785125,0.5082645,0.5206612,0.57024795,0.59090906,0.59090906,0.607438,0.61570245,0.6198347,0.61157024,0.5661157,0.54545456,0.54545456,0.56198347,0.58677685,0.59504133,0.6198347,0.61157024,0.60330576,0.61570245,0.6322314,0.6280992,0.6322314,0.6363636,0.6652893,0.6487603,0.6446281,0.6363636,0.53305787,0.5041322,0.5,0.56198347,0.62396693,0.6694215,0.6818182,0.6818182,0.6528926,0.6280992,0.59090906,0.58264464,0.57438016,0.553719,0.5371901,0.5247934,0.53305787,0.5289256,0.5371901,0.5413223,0.5371901,0.5289256,0.5041322,0.5,0.5041322,0.5247934,0.5371901,0.5371901,0.5495868,0.53305787,0.5371901,0.5371901,0.5661157,0.59090906,0.59504133,0.60330576,0.5785124,0.5413223,0.5082645,0.5371901,0.57438016,0.58677685,0.58264464,0.59917355,0.607438,0.59090906,0.5371901,0.553719,0.5495868,0.56198347,0.57438016,0.56198347,0.61157024,0.61157024,0.61157024,0.607438,0.6280992,0.6322314,0.6322314,0.6570248,0.6570248,0.6528926,0.6446281,0.6322314,0.53305787,0.5123967,0.54545456,0.59504133,0.6528926,0.677686,0.6818182,0.677686,0.661157,0.6528926,0.6280992,0.59917355,0.607438,0.61157024,0.58677685,0.55785125,0.54545456,0.5247934,0.5165289,0.5289256,0.5413223,0.5,0.47107437,0.46280992,0.4752066,0.49173555,0.49586776,0.5041322,0.5082645,0.5082645,0.5371901,0.5413223,0.5661157,0.57024795,0.58677685,0.59504133,0.57024795,0.55785125,0.5371901,0.5,0.5661157,0.59917355,0.55785125,0.5661157,0.59504133,0.5661157,0.5413223,0.46280992,0.5413223,0.553719,0.56198347,0.553719,0.58677685,0.61157024,0.607438,0.61570245,0.62396693,0.6404959,0.6446281,0.6446281,0.6363636,0.6487603,0.6487603,0.6198347,0.5413223,0.5247934,0.57024795,0.6198347,0.661157,0.6652893,0.6694215,0.661157,0.6404959,0.6363636,0.61157024,0.5785124,0.58264464,0.56198347,0.5371901,0.5,0.48347107,0.44214877,0.4090909,0.41735536,0.42561984,0.37603307,0.38429752,0.38429752,0.40082645,0.42975205,0.45041323,0.46694216,0.47107437,0.5082645,0.5495868,0.5495868,0.55785125,0.5785124,0.57438016,0.5785124,0.57024795,0.54545456,0.5785124,0.5041322,0.5413223,0.59090906,0.56198347,0.5495868,0.5661157,0.55785125,0.53305787,0.3677686,0.5247934,0.5495868,0.54545456,0.5413223,0.57024795,0.59504133,0.59090906,0.61157024,0.6280992,0.6322314,0.6363636,0.6404959,0.6404959,0.6322314,0.6280992,0.607438,0.55785125,0.5413223,0.57438016,0.61157024,0.6404959,0.6446281,0.6528926,0.6280992,0.59504133,0.59917355,0.59090906,0.5413223,0.5495868,0.5206612,0.47933885,0.42561984,0.39256197,0.32231405,0.29338843,0.28512397,0.2892562,0.28099173,0.3181818,0.3305785,0.3553719,0.3966942,0.43801653,0.46694216,0.47933885,0.5165289,0.55785125,0.55785125,0.5661157,0.5495868,0.55785125,0.5661157,0.57024795,0.553719,0.5785124,0.54545456,0.5247934,0.54545456,0.5495868,0.54545456,0.553719,0.54545456,0.5206612,0.28099173,0.4876033,0.5371901,0.53305787,0.53305787,0.5661157,0.59504133,0.58264464,0.59504133,0.61570245,0.6198347,0.62396693,0.6322314,0.6528926,0.6363636,0.61157024,0.60330576,0.57024795,0.54545456,0.58677685,0.61157024,0.59917355,0.6198347,0.62396693,0.61570245,0.607438,0.58677685,0.59090906,0.5495868,0.5495868,0.5206612,0.4752066,0.40495867,0.38429752,0.3181818,0.30165288,0.2768595,0.26859504,0.29752067,0.33471075,0.3429752,0.38842976,0.4214876,0.45454547,0.48347107,0.5041322,0.5123967,0.5495868,0.5661157,0.5785124,0.5495868,0.5413223,0.55785125,0.5661157,0.57438016,0.58677685,0.56198347,0.5495868,0.53305787,0.5289256,0.53305787,0.54545456,0.53305787,0.5082645,0.21487603,0.46694216,0.5289256,0.53305787,0.53305787,0.5495868,0.57438016,0.59090906,0.5785124,0.59090906,0.61570245,0.61157024,0.62396693,0.6280992,0.61157024,0.59917355,0.59917355,0.56198347,0.5661157,0.58677685,0.58264464,0.57438016,0.59917355,0.60330576,0.607438,0.62396693,0.59917355,0.59504133,0.58677685,0.57438016,0.5371901,0.4876033,0.46694216,0.43801653,0.4090909,0.38842976,0.35950413,0.36363637,0.35123968,0.38016528,0.3966942,0.4338843,0.45867768,0.4752066,0.49173555,0.5041322,0.5123967,0.5371901,0.55785125,0.57438016,0.57438016,0.55785125,0.56198347,0.57024795,0.58264464,0.58677685,0.5785124,0.55785125,0.5371901,0.5289256,0.5206612,0.5247934,0.5165289,0.49586776,0.15289256,0.45867768,0.5165289,0.5289256,0.5206612,0.5413223,0.54545456,0.59090906,0.58677685,0.5785124,0.61157024,0.59090906,0.59917355,0.607438,0.607438,0.59090906,0.58264464,0.56198347,0.56198347,0.56198347,0.56198347,0.5661157,0.59090906,0.59090906,0.59917355,0.62396693,0.607438,0.59917355,0.59090906,0.59090906,0.56198347,0.53305787,0.5041322,0.49173555,0.4752066,0.46280992,0.45041323,0.45041323,0.446281,0.45867768,0.46694216,0.46694216,0.48347107,0.5,0.5123967,0.5123967,0.5082645,0.5289256,0.55785125,0.553719,0.553719,0.5661157,0.5661157,0.57024795,0.5785124,0.5661157,0.5661157,0.553719,0.54545456,0.5289256,0.5123967,0.5289256,0.5041322,0.5041322,0.0785124,0.47107437,0.49586776,0.5206612,0.5082645,0.5123967,0.54545456,0.57024795,0.59090906,0.58677685,0.57438016,0.59917355,0.59504133,0.58264464,0.58677685,0.58677685,0.57438016,0.56198347,0.55785125,0.56198347,0.55785125,0.5785124,0.5785124,0.58677685,0.59917355,0.61157024,0.607438,0.60330576,0.58677685,0.58677685,0.57438016,0.5495868,0.5413223,0.5247934,0.53305787,0.5413223,0.56198347,0.58264464,0.58677685,0.5785124,0.5495868,0.5206612,0.5165289,0.5206612,0.5247934,0.5289256,0.5289256,0.54545456,0.5661157,0.57024795,0.55785125,0.5661157,0.55785125,0.57024795,0.57438016,0.55785125,0.553719,0.5371901,0.5413223,0.53305787,0.5041322,0.5289256,0.49586776,0.49586776,14 +0.553719,0.57438016,0.58677685,0.60330576,0.61157024,0.6404959,0.6570248,0.661157,0.6735537,0.6859504,0.6983471,0.71487606,0.71900827,0.7231405,0.7355372,0.73966944,0.74793386,0.77272725,0.77272725,0.77272725,0.7768595,0.76033056,0.76033056,0.7644628,0.7768595,0.78099173,0.7768595,0.7644628,0.76859504,0.76859504,0.76859504,0.76859504,0.7644628,0.7644628,0.76859504,0.78099173,0.77272725,0.7644628,0.77272725,0.7644628,0.76033056,0.75206614,0.71900827,0.6528926,0.59504133,0.61570245,0.607438,0.6570248,0.6942149,0.69008267,0.58264464,0.5123967,0.5082645,0.5041322,0.5041322,0.5123967,0.5123967,0.49173555,0.47107437,0.45454547,0.4214876,0.45867768,0.42975205,0.45041323,0.5495868,0.55785125,0.58677685,0.59917355,0.607438,0.6404959,0.6528926,0.661157,0.677686,0.69008267,0.7066116,0.71900827,0.71900827,0.7231405,0.7355372,0.7355372,0.76033056,0.7768595,0.78099173,0.7644628,0.76033056,0.76033056,0.75619835,0.75619835,0.76859504,0.77272725,0.7768595,0.77272725,0.77272725,0.77272725,0.7768595,0.76859504,0.76033056,0.76033056,0.7644628,0.7768595,0.78099173,0.76859504,0.7768595,0.77272725,0.76859504,0.76859504,0.76033056,0.73966944,0.69008267,0.6652893,0.661157,0.6322314,0.661157,0.6942149,0.6735537,0.62396693,0.55785125,0.5041322,0.49586776,0.48347107,0.4752066,0.46694216,0.446281,0.44214877,0.41735536,0.45867768,0.48347107,0.4876033,0.5371901,0.54545456,0.57024795,0.59090906,0.61570245,0.6363636,0.6570248,0.6694215,0.677686,0.69008267,0.70247936,0.71900827,0.71487606,0.7231405,0.7355372,0.73140496,0.75206614,0.78099173,0.77272725,0.7768595,0.76859504,0.77272725,0.76033056,0.7644628,0.76859504,0.77272725,0.78099173,0.7768595,0.77272725,0.77272725,0.7768595,0.7768595,0.7644628,0.7644628,0.78099173,0.7892562,0.7892562,0.76859504,0.7644628,0.7644628,0.77272725,0.77272725,0.76859504,0.76859504,0.74380165,0.71487606,0.6818182,0.677686,0.661157,0.661157,0.6818182,0.6735537,0.6487603,0.60330576,0.55785125,0.5,0.47933885,0.47107437,0.45454547,0.46280992,0.44214877,0.45867768,0.5165289,0.4876033,0.5371901,0.5247934,0.5495868,0.58677685,0.607438,0.6322314,0.6570248,0.6735537,0.6818182,0.6859504,0.6983471,0.7107438,0.7107438,0.7231405,0.73140496,0.7355372,0.77272725,0.78512394,0.7768595,0.77272725,0.7892562,0.7933884,0.78099173,0.7768595,0.7768595,0.78512394,0.7933884,0.7892562,0.78099173,0.7768595,0.7768595,0.7768595,0.7768595,0.77272725,0.78512394,0.7892562,0.79752064,0.78099173,0.76033056,0.7644628,0.78099173,0.77272725,0.7644628,0.76859504,0.7644628,0.74380165,0.7107438,0.7107438,0.70247936,0.6694215,0.6446281,0.6528926,0.6528926,0.6404959,0.6198347,0.57438016,0.5495868,0.5289256,0.5041322,0.5289256,0.5082645,0.4752066,0.5247934,0.49173555,0.5247934,0.5289256,0.54545456,0.57438016,0.59917355,0.6280992,0.6570248,0.6735537,0.6859504,0.6818182,0.6942149,0.7066116,0.7107438,0.7231405,0.7355372,0.73966944,0.7644628,0.78099173,0.7768595,0.7644628,0.78099173,0.79752064,0.78512394,0.7892562,0.7933884,0.7933884,0.79752064,0.79752064,0.7933884,0.78099173,0.7768595,0.78099173,0.78099173,0.76859504,0.78512394,0.78512394,0.79752064,0.7933884,0.78512394,0.78099173,0.7933884,0.78512394,0.77272725,0.7644628,0.76859504,0.75619835,0.73140496,0.7231405,0.72727275,0.7066116,0.677686,0.6652893,0.6570248,0.6446281,0.6280992,0.607438,0.59917355,0.57024795,0.553719,0.57024795,0.5495868,0.49586776,0.5165289,0.5082645,0.5206612,0.5289256,0.54545456,0.55785125,0.5785124,0.6198347,0.6487603,0.6570248,0.6694215,0.6735537,0.69008267,0.71900827,0.7231405,0.73140496,0.74380165,0.73966944,0.75619835,0.76859504,0.7768595,0.77272725,0.7644628,0.7768595,0.7768595,0.78099173,0.7892562,0.7933884,0.7892562,0.7892562,0.7933884,0.78099173,0.7768595,0.7892562,0.78512394,0.7644628,0.78099173,0.7892562,0.7892562,0.78512394,0.7892562,0.7892562,0.7892562,0.7892562,0.7768595,0.7644628,0.77272725,0.76859504,0.74380165,0.72727275,0.72727275,0.7231405,0.7107438,0.69008267,0.6983471,0.6942149,0.6694215,0.6322314,0.62396693,0.5785124,0.57438016,0.57024795,0.55785125,0.5123967,0.49586776,0.5082645,0.5206612,0.5247934,0.5371901,0.553719,0.57438016,0.61570245,0.6404959,0.62396693,0.6322314,0.6528926,0.677686,0.7107438,0.7231405,0.7231405,0.7355372,0.73140496,0.74380165,0.7644628,0.76859504,0.7644628,0.75619835,0.75206614,0.75619835,0.7644628,0.77272725,0.77272725,0.77272725,0.76859504,0.76859504,0.76033056,0.78099173,0.7892562,0.78099173,0.76859504,0.76859504,0.76859504,0.7768595,0.7644628,0.75619835,0.7644628,0.7644628,0.76033056,0.76033056,0.75206614,0.75206614,0.7644628,0.75206614,0.71900827,0.7107438,0.7066116,0.7066116,0.7107438,0.69008267,0.69008267,0.6528926,0.607438,0.61570245,0.61157024,0.59090906,0.56198347,0.5495868,0.5165289,0.47933885,0.49173555,0.5165289,0.5123967,0.5206612,0.54545456,0.58677685,0.62396693,0.607438,0.57438016,0.59090906,0.61570245,0.6322314,0.6528926,0.6652893,0.661157,0.6694215,0.6818182,0.677686,0.677686,0.69008267,0.6942149,0.6735537,0.6859504,0.7231405,0.73140496,0.72727275,0.7355372,0.74380165,0.7355372,0.7355372,0.72727275,0.7644628,0.79752064,0.77272725,0.7644628,0.74380165,0.74793386,0.73140496,0.7231405,0.72727275,0.73140496,0.71900827,0.70247936,0.6983471,0.677686,0.6735537,0.6942149,0.6818182,0.62396693,0.61157024,0.6280992,0.62396693,0.6322314,0.6322314,0.59504133,0.60330576,0.56198347,0.5661157,0.61570245,0.59917355,0.5661157,0.5495868,0.5123967,0.4752066,0.48347107,0.5082645,0.5041322,0.5082645,0.553719,0.60330576,0.59090906,0.55785125,0.5165289,0.5123967,0.5413223,0.55785125,0.55785125,0.5495868,0.5371901,0.5206612,0.5371901,0.5247934,0.5,0.5,0.5371901,0.5495868,0.553719,0.59917355,0.6446281,0.661157,0.6735537,0.6983471,0.6983471,0.7107438,0.7066116,0.7355372,0.77272725,0.77272725,0.75619835,0.7231405,0.73966944,0.71900827,0.6859504,0.6818182,0.677686,0.6487603,0.59917355,0.56198347,0.5371901,0.5289256,0.53305787,0.5082645,0.47107437,0.45454547,0.49586776,0.48347107,0.5123967,0.5,0.5165289,0.5206612,0.5206612,0.49173555,0.5289256,0.56198347,0.57024795,0.54545456,0.5082645,0.48347107,0.47933885,0.5,0.5041322,0.5082645,0.55785125,0.59090906,0.55785125,0.5041322,0.446281,0.46280992,0.4876033,0.47107437,0.46280992,0.44214877,0.4090909,0.37603307,0.38429752,0.36363637,0.37190083,0.38429752,0.41735536,0.45454547,0.46694216,0.4876033,0.5413223,0.56198347,0.607438,0.6446281,0.6735537,0.6942149,0.6983471,0.71487606,0.73140496,0.75206614,0.73140496,0.6983471,0.7066116,0.6942149,0.6652893,0.61570245,0.57024795,0.5371901,0.48347107,0.4338843,0.41322315,0.39256197,0.37603307,0.3553719,0.3429752,0.3429752,0.37603307,0.38429752,0.4090909,0.38429752,0.3966942,0.41322315,0.46694216,0.46280992,0.446281,0.4752066,0.5289256,0.53305787,0.5165289,0.49586776,0.4752066,0.49586776,0.5041322,0.5041322,0.5371901,0.5289256,0.47107437,0.446281,0.4214876,0.4214876,0.446281,0.41735536,0.39256197,0.36363637,0.338843,0.3264463,0.3264463,0.3140496,0.33471075,0.35950413,0.37603307,0.4090909,0.43801653,0.446281,0.48347107,0.5041322,0.54545456,0.59504133,0.6570248,0.6652893,0.69008267,0.6942149,0.7107438,0.72727275,0.7066116,0.677686,0.6694215,0.6528926,0.60330576,0.5495868,0.5,0.45867768,0.4338843,0.4090909,0.3677686,0.338843,0.3181818,0.3264463,0.3181818,0.3181818,0.32231405,0.3429752,0.338843,0.3264463,0.35123968,0.38429752,0.38016528,0.37190083,0.4090909,0.42561984,0.46280992,0.5,0.5123967,0.5,0.47933885,0.49173555,0.5041322,0.5,0.5,0.45041323,0.41322315,0.40495867,0.37603307,0.35950413,0.37190083,0.35123968,0.338843,0.3429752,0.36363637,0.37603307,0.38429752,0.38016528,0.38016528,0.3966942,0.40082645,0.41735536,0.4338843,0.446281,0.46694216,0.5206612,0.5289256,0.553719,0.6487603,0.6528926,0.677686,0.6859504,0.7066116,0.71900827,0.6859504,0.661157,0.6446281,0.61157024,0.57024795,0.53305787,0.49586776,0.45867768,0.43801653,0.41735536,0.37190083,0.36363637,0.35123968,0.38429752,0.3966942,0.3966942,0.3966942,0.38429752,0.3677686,0.34710744,0.35123968,0.37190083,0.36363637,0.32231405,0.3140496,0.35123968,0.40082645,0.44214877,0.48347107,0.5,0.4876033,0.48347107,0.49173555,0.4876033,0.46694216,0.3966942,0.39256197,0.38842976,0.338843,0.3140496,0.30991736,0.34710744,0.38429752,0.4214876,0.45867768,0.48347107,0.4876033,0.47107437,0.45041323,0.4338843,0.41322315,0.40495867,0.4090909,0.41735536,0.44214877,0.48347107,0.5247934,0.5206612,0.61570245,0.661157,0.69008267,0.70247936,0.7231405,0.72727275,0.6983471,0.661157,0.62396693,0.57024795,0.5165289,0.5,0.47933885,0.43801653,0.42975205,0.41735536,0.3966942,0.41322315,0.4214876,0.45867768,0.47933885,0.48347107,0.5,0.47933885,0.45041323,0.41735536,0.38429752,0.38429752,0.39256197,0.3677686,0.3429752,0.338843,0.34710744,0.38842976,0.44214877,0.4876033,0.49586776,0.4876033,0.4752066,0.46280992,0.42975205,0.38429752,0.37603307,0.38016528,0.35123968,0.35123968,0.35950413,0.4090909,0.47107437,0.5123967,0.5289256,0.5371901,0.5206612,0.4876033,0.45454547,0.40495867,0.37190083,0.35950413,0.38429752,0.3966942,0.38016528,0.3966942,0.46280992,0.5371901,0.62396693,0.6735537,0.69008267,0.7231405,0.74380165,0.74380165,0.71487606,0.661157,0.61570245,0.55785125,0.5,0.46280992,0.4338843,0.41322315,0.4214876,0.4214876,0.41735536,0.4090909,0.40082645,0.45041323,0.47933885,0.48347107,0.5165289,0.5165289,0.5123967,0.48347107,0.45454547,0.4214876,0.3966942,0.3553719,0.33471075,0.3429752,0.3305785,0.33471075,0.40082645,0.46280992,0.49173555,0.49586776,0.4752066,0.43801653,0.3966942,0.38842976,0.3966942,0.40082645,0.40495867,0.41322315,0.41735536,0.46280992,0.5,0.49586776,0.4752066,0.45454547,0.41735536,0.37603307,0.3429752,0.30991736,0.3181818,0.32231405,0.3305785,0.37603307,0.39256197,0.3553719,0.37190083,0.49173555,0.61157024,0.6652893,0.7066116,0.74793386,0.76859504,0.75619835,0.7231405,0.6694215,0.607438,0.553719,0.49173555,0.446281,0.41735536,0.42561984,0.41735536,0.37603307,0.35950413,0.338843,0.27272728,0.32231405,0.3677686,0.3677686,0.40082645,0.42975205,0.4752066,0.4876033,0.4876033,0.47933885,0.45867768,0.41735536,0.37603307,0.37190083,0.3677686,0.3429752,0.36363637,0.44214877,0.47933885,0.49173555,0.4876033,0.4214876,0.38429752,0.40495867,0.42975205,0.42975205,0.446281,0.446281,0.446281,0.45041323,0.4214876,0.37190083,0.32231405,0.27272728,0.24793388,0.2768595,0.29338843,0.21900827,0.3553719,0.40082645,0.3305785,0.3181818,0.37190083,0.37190083,0.37603307,0.41735536,0.56198347,0.6652893,0.7231405,0.76859504,0.7892562,0.77272725,0.7355372,0.6735537,0.59504133,0.5371901,0.46694216,0.42975205,0.4214876,0.42975205,0.37190083,0.3305785,0.37603307,0.3677686,0.21487603,0.24380165,0.3305785,0.2603306,0.22727273,0.28512397,0.34710744,0.37190083,0.41322315,0.45454547,0.47107437,0.47107437,0.45041323,0.4338843,0.43801653,0.38842976,0.37190083,0.42561984,0.47107437,0.4876033,0.49173555,0.43801653,0.40082645,0.41735536,0.45041323,0.46280992,0.47107437,0.446281,0.3966942,0.3305785,0.2892562,0.27272728,0.2644628,0.22727273,0.17355372,0.27272728,0.3553719,0.21900827,0.45041323,0.57024795,0.4214876,0.3429752,0.338843,0.38842976,0.40082645,0.4338843,0.5247934,0.6280992,0.7066116,0.7644628,0.7933884,0.78099173,0.73966944,0.6694215,0.5661157,0.5082645,0.45454547,0.41735536,0.46280992,0.46280992,0.338843,0.30991736,0.54545456,0.53305787,0.32231405,0.27272728,0.46694216,0.30165288,0.1694215,0.23553719,0.28512397,0.26859504,0.2768595,0.33471075,0.4214876,0.47107437,0.47107437,0.45454547,0.44214877,0.4090909,0.41322315,0.4338843,0.47933885,0.48347107,0.49586776,0.46694216,0.4338843,0.43801653,0.46694216,0.48347107,0.46280992,0.38842976,0.30578512,0.22727273,0.24380165,0.37603307,0.37603307,0.2768595,0.25619835,0.2231405,0.2892562,0.30165288,0.5082645,0.6322314,0.5,0.4214876,0.35950413,0.4338843,0.44214877,0.49173555,0.5289256,0.59917355,0.6859504,0.75206614,0.7892562,0.78099173,0.74380165,0.661157,0.54545456,0.47933885,0.45867768,0.4214876,0.553719,0.43801653,0.42561984,0.38429752,0.6198347,0.58677685,0.36363637,0.27272728,0.2768595,0.27272728,0.24793388,0.3264463,0.35950413,0.27272728,0.21487603,0.23966943,0.30165288,0.40082645,0.4752066,0.47933885,0.46280992,0.45867768,0.42975205,0.45454547,0.49586776,0.4876033,0.49586776,0.48347107,0.47107437,0.47107437,0.48347107,0.4752066,0.41735536,0.3264463,0.24793388,0.23140496,0.29338843,0.42561984,0.4752066,0.338843,0.3429752,0.32231405,0.38016528,0.38016528,0.5289256,0.57024795,0.5082645,0.47933885,0.46280992,0.5,0.49586776,0.5289256,0.54545456,0.58677685,0.6570248,0.73140496,0.78099173,0.7644628,0.72727275,0.6487603,0.5413223,0.4752066,0.45867768,0.42975205,0.6322314,0.47933885,0.46280992,0.45867768,0.5247934,0.54545456,0.45041323,0.38016528,0.3677686,0.36363637,0.35950413,0.41735536,0.446281,0.35950413,0.26859504,0.2603306,0.28512397,0.30991736,0.41322315,0.4752066,0.47933885,0.46694216,0.46694216,0.46694216,0.5041322,0.5082645,0.5123967,0.5165289,0.5123967,0.49586776,0.47107437,0.43801653,0.39256197,0.33471075,0.2892562,0.3181818,0.40495867,0.46280992,0.5041322,0.46694216,0.5041322,0.5123967,0.53305787,0.5123967,0.5413223,0.5495868,0.5247934,0.5371901,0.5661157,0.57438016,0.57024795,0.57438016,0.56198347,0.57438016,0.62396693,0.70247936,0.7644628,0.74793386,0.7231405,0.6322314,0.53305787,0.47933885,0.47933885,0.45041323,0.58264464,0.57024795,0.53305787,0.5247934,0.53305787,0.5206612,0.5495868,0.54545456,0.53305787,0.5247934,0.5082645,0.5,0.5123967,0.48347107,0.41735536,0.37603307,0.3966942,0.37603307,0.37603307,0.3677686,0.45867768,0.47107437,0.4876033,0.5165289,0.5371901,0.5165289,0.56198347,0.55785125,0.5371901,0.5041322,0.46280992,0.45867768,0.4876033,0.47933885,0.45041323,0.47107437,0.53305787,0.553719,0.5495868,0.58264464,0.59090906,0.62396693,0.59090906,0.58264464,0.57438016,0.59090906,0.58264464,0.60330576,0.61570245,0.607438,0.61570245,0.61157024,0.5785124,0.56198347,0.58264464,0.6818182,0.77272725,0.73140496,0.73966944,0.62396693,0.5,0.47933885,0.5,0.5041322,0.5289256,0.56198347,0.57024795,0.57024795,0.55785125,0.5413223,0.55785125,0.59504133,0.59090906,0.59504133,0.6198347,0.59090906,0.57438016,0.56198347,0.5371901,0.5,0.5123967,0.5165289,0.49586776,0.42975205,0.4338843,0.446281,0.49173555,0.5247934,0.553719,0.5495868,0.607438,0.61570245,0.5661157,0.5289256,0.5371901,0.58677685,0.6363636,0.6363636,0.60330576,0.59090906,0.59917355,0.62396693,0.6198347,0.6404959,0.6487603,0.6446281,0.61157024,0.58677685,0.59917355,0.6280992,0.6322314,0.6404959,0.6322314,0.62396693,0.6280992,0.6198347,0.59504133,0.55785125,0.55785125,0.6818182,0.8016529,0.71900827,0.7355372,0.6280992,0.46694216,0.49586776,0.5123967,0.54545456,0.5495868,0.553719,0.5785124,0.59917355,0.59504133,0.57024795,0.553719,0.56198347,0.5661157,0.58264464,0.60330576,0.59504133,0.59090906,0.5785124,0.58264464,0.58677685,0.59090906,0.6198347,0.6198347,0.59917355,0.58677685,0.54545456,0.5413223,0.5661157,0.59504133,0.5785124,0.6487603,0.6735537,0.6487603,0.6404959,0.6652893,0.69008267,0.7107438,0.7066116,0.6859504,0.6570248,0.6404959,0.6280992,0.61570245,0.5785124,0.59504133,0.59504133,0.6198347,0.6528926,0.6652893,0.6818182,0.6818182,0.661157,0.6404959,0.6322314,0.6322314,0.6198347,0.59917355,0.553719,0.54545456,0.6694215,0.77272725,0.71900827,0.6983471,0.60330576,0.4752066,0.5082645,0.53305787,0.553719,0.58264464,0.58677685,0.59917355,0.61157024,0.61157024,0.61157024,0.607438,0.60330576,0.59917355,0.58264464,0.5785124,0.59917355,0.607438,0.62396693,0.61570245,0.6446281,0.6446281,0.6446281,0.6570248,0.6694215,0.6487603,0.6198347,0.60330576,0.59504133,0.5785124,0.59917355,0.6570248,0.6818182,0.6859504,0.6942149,0.7066116,0.7066116,0.7066116,0.71900827,0.7107438,0.6859504,0.6735537,0.6570248,0.6528926,0.6280992,0.661157,0.677686,0.6859504,0.7107438,0.70247936,0.6983471,0.6859504,0.6694215,0.6528926,0.6322314,0.6198347,0.607438,0.59090906,0.5413223,0.54545456,0.6487603,0.7644628,0.7107438,0.6983471,0.58677685,0.4876033,0.5247934,0.5413223,0.5495868,0.5785124,0.59917355,0.6280992,0.6322314,0.6322314,0.6446281,0.6446281,0.6446281,0.6487603,0.6404959,0.6446281,0.6570248,0.6487603,0.6528926,0.6404959,0.6735537,0.677686,0.6694215,0.6735537,0.6859504,0.6652893,0.6404959,0.6322314,0.6198347,0.59917355,0.607438,0.6446281,0.6570248,0.6818182,0.6859504,0.6983471,0.7107438,0.70247936,0.71900827,0.71487606,0.7066116,0.6983471,0.7066116,0.69008267,0.6942149,0.7066116,0.71900827,0.73966944,0.74380165,0.72727275,0.7066116,0.6859504,0.6694215,0.6528926,0.6280992,0.607438,0.59917355,0.58677685,0.53305787,0.5495868,0.6487603,0.77272725,0.71487606,0.71900827,0.61157024,0.5,0.5123967,0.5495868,0.553719,0.57024795,0.59917355,0.6280992,0.6363636,0.6487603,0.6652893,0.6652893,0.6694215,0.6652893,0.661157,0.6818182,0.71487606,0.71487606,0.70247936,0.6942149,0.7231405,0.71487606,0.6983471,0.6983471,0.6983471,0.677686,0.6487603,0.6322314,0.6198347,0.59917355,0.60330576,0.6280992,0.6404959,0.677686,0.6942149,0.70247936,0.71487606,0.71900827,0.71487606,0.71900827,0.72727275,0.71487606,0.71900827,0.72727275,0.7231405,0.71900827,0.72727275,0.7355372,0.7355372,0.72727275,0.7066116,0.6942149,0.677686,0.6446281,0.61570245,0.60330576,0.59917355,0.5785124,0.53305787,0.58264464,0.6735537,0.76859504,0.71900827,0.73140496,0.6404959,0.5289256,0.5082645,0.55785125,0.57438016,0.57438016,0.59090906,0.607438,0.6198347,0.6528926,0.677686,0.6735537,0.6735537,0.677686,0.6818182,0.677686,0.6818182,0.6983471,0.7107438,0.71487606,0.7231405,0.7231405,0.7066116,0.7107438,0.70247936,0.6735537,0.6570248,0.6363636,0.61157024,0.59504133,0.59917355,0.61157024,0.62396693,0.6694215,0.6818182,0.69008267,0.7066116,0.7107438,0.7107438,0.7231405,0.73140496,0.72727275,0.72727275,0.74793386,0.75206614,0.73140496,0.72727275,0.74380165,0.75206614,0.7355372,0.71900827,0.70247936,0.6818182,0.6446281,0.61570245,0.61157024,0.607438,0.57024795,0.5495868,0.61157024,0.7066116,0.76033056,0.71900827,0.72727275,0.6570248,0.56198347,0.5371901,0.56198347,0.58264464,0.58677685,0.59504133,0.607438,0.61570245,0.6570248,0.6818182,0.677686,0.6859504,0.7066116,0.70247936,0.6983471,0.6859504,0.6983471,0.70247936,0.7107438,0.71900827,0.71487606,0.6942149,0.70247936,0.6942149,0.6652893,0.6528926,0.6404959,0.61157024,0.59504133,0.59090906,0.59917355,0.59917355,0.6487603,0.6570248,0.6280992,0.6859504,0.69008267,0.6983471,0.71900827,0.72727275,0.7355372,0.74380165,0.75619835,0.7644628,0.74793386,0.74380165,0.75619835,0.76033056,0.75206614,0.73140496,0.70247936,0.6859504,0.6570248,0.62396693,0.61157024,0.59917355,0.57438016,0.5661157,0.6198347,0.7355372,0.75619835,0.71487606,0.73140496,0.6735537,0.58677685,0.5495868,0.57024795,0.59504133,0.60330576,0.61157024,0.6198347,0.6322314,0.6652893,0.69008267,0.6942149,0.6983471,0.71487606,0.7107438,0.6983471,0.7066116,0.6983471,0.70247936,0.70247936,0.7231405,0.71487606,0.677686,0.6652893,0.6652893,0.6446281,0.6280992,0.6280992,0.607438,0.58677685,0.58264464,0.59090906,0.59090906,0.61157024,0.661157,0.61570245,0.6487603,0.6694215,0.69008267,0.7066116,0.71900827,0.7355372,0.74380165,0.75206614,0.75619835,0.73966944,0.7355372,0.75206614,0.75206614,0.72727275,0.71900827,0.7066116,0.6570248,0.6487603,0.6322314,0.60330576,0.58264464,0.57438016,0.5785124,0.6280992,0.74793386,0.7644628,0.71487606,0.71487606,0.6694215,0.59917355,0.55785125,0.55785125,0.58264464,0.59917355,0.61570245,0.62396693,0.6363636,0.6652893,0.69008267,0.70247936,0.7066116,0.7066116,0.72727275,0.71900827,0.7107438,0.7066116,0.7107438,0.69008267,0.69008267,0.70247936,0.6818182,0.6446281,0.6322314,0.6280992,0.61570245,0.607438,0.58677685,0.57024795,0.57438016,0.58677685,0.58264464,0.59917355,0.6446281,0.6363636,0.6487603,0.6528926,0.677686,0.6942149,0.7107438,0.7231405,0.7355372,0.74380165,0.74793386,0.74380165,0.72727275,0.72727275,0.72727275,0.71487606,0.69008267,0.6818182,0.6487603,0.6280992,0.61570245,0.58677685,0.55785125,0.57024795,0.59090906,0.6363636,0.73966944,0.77272725,0.73140496,0.7107438,0.6694215,0.60330576,0.5495868,0.5371901,0.553719,0.56198347,0.56198347,0.60330576,0.62396693,0.6652893,0.69008267,0.6983471,0.7066116,0.71487606,0.73140496,0.72727275,0.7107438,0.70247936,0.6983471,0.6818182,0.6859504,0.6983471,0.6859504,0.6446281,0.61570245,0.61570245,0.62396693,0.60330576,0.5661157,0.55785125,0.56198347,0.57438016,0.58264464,0.59090906,0.62396693,0.61570245,0.6280992,0.6363636,0.6528926,0.677686,0.69008267,0.7066116,0.72727275,0.72727275,0.7355372,0.73966944,0.7231405,0.7066116,0.71487606,0.7107438,0.6859504,0.6652893,0.6322314,0.60330576,0.57438016,0.56198347,0.54545456,0.57024795,0.60330576,0.6446281,0.72727275,0.76033056,0.72727275,0.71487606,0.6942149,0.62396693,0.5495868,0.5165289,0.5413223,0.5661157,0.5206612,0.5413223,0.61157024,0.6735537,0.6818182,0.6859504,0.7066116,0.7231405,0.7231405,0.7231405,0.71487606,0.71487606,0.6942149,0.6735537,0.677686,0.6859504,0.6652893,0.6322314,0.607438,0.607438,0.6322314,0.60330576,0.55785125,0.5495868,0.54545456,0.56198347,0.57438016,0.58677685,0.59504133,0.6198347,0.62396693,0.61157024,0.6487603,0.661157,0.6694215,0.6983471,0.71487606,0.7107438,0.71487606,0.72727275,0.71900827,0.6983471,0.6942149,0.70247936,0.6859504,0.661157,0.61570245,0.57024795,0.5785124,0.57024795,0.5413223,0.56198347,0.607438,0.6487603,0.73140496,0.75619835,0.71487606,0.7107438,0.7066116,0.6446281,0.5661157,0.5247934,0.5661157,0.6322314,0.5661157,0.5206612,0.553719,0.6528926,0.677686,0.6818182,0.7107438,0.71900827,0.7231405,0.7231405,0.71487606,0.7066116,0.677686,0.6694215,0.677686,0.6652893,0.6487603,0.6198347,0.59917355,0.60330576,0.6280992,0.58677685,0.55785125,0.553719,0.5289256,0.553719,0.56198347,0.58677685,0.58264464,0.60330576,0.62396693,0.61157024,0.61570245,0.6363636,0.6404959,0.6694215,0.7066116,0.70247936,0.6983471,0.7107438,0.71487606,0.6983471,0.677686,0.6735537,0.6983471,0.6404959,0.56198347,0.57024795,0.60330576,0.59504133,0.5413223,0.54545456,0.59917355,0.6528926,0.73140496,0.75619835,0.7231405,0.71487606,0.6942149,0.6280992,0.54545456,0.5165289,0.57024795,0.6652893,0.6487603,0.5413223,0.5,0.59090906,0.6652893,0.6859504,0.7107438,0.71487606,0.72727275,0.72727275,0.7107438,0.6983471,0.677686,0.6652893,0.6694215,0.6528926,0.6446281,0.6322314,0.60330576,0.59090906,0.60330576,0.57024795,0.54545456,0.56198347,0.5247934,0.55785125,0.5661157,0.59090906,0.5785124,0.59090906,0.6198347,0.62396693,0.607438,0.6280992,0.6570248,0.661157,0.6818182,0.69008267,0.6859504,0.69008267,0.70247936,0.6942149,0.6694215,0.6570248,0.6818182,0.6322314,0.54545456,0.57438016,0.62396693,0.6280992,0.553719,0.5,0.55785125,0.6404959,0.70247936,0.73140496,0.72727275,0.70247936,0.6528926,0.58677685,0.49586776,0.49586776,0.58677685,0.6570248,0.6694215,0.54545456,0.46694216,0.5495868,0.6280992,0.6570248,0.6859504,0.6983471,0.71900827,0.73140496,0.7107438,0.69008267,0.677686,0.6652893,0.6694215,0.6404959,0.6198347,0.61570245,0.59917355,0.5785124,0.57438016,0.5413223,0.53305787,0.553719,0.5123967,0.55785125,0.57438016,0.58264464,0.57438016,0.5785124,0.60330576,0.6280992,0.6322314,0.6322314,0.6446281,0.6528926,0.677686,0.69008267,0.69008267,0.6859504,0.69008267,0.6859504,0.6652893,0.6363636,0.6528926,0.59917355,0.5206612,0.57024795,0.62396693,0.6404959,0.57024795,0.46694216,0.49586776,0.607438,0.6735537,0.6942149,0.69008267,0.6570248,0.60330576,0.5413223,0.44214877,0.47107437,0.58264464,0.59917355,0.59504133,0.5413223,0.42975205,0.5247934,0.607438,0.62396693,0.6487603,0.6694215,0.70247936,0.71900827,0.7066116,0.6983471,0.6859504,0.661157,0.661157,0.6404959,0.6198347,0.59917355,0.58677685,0.57438016,0.5661157,0.53305787,0.53305787,0.53305787,0.49586776,0.5495868,0.57438016,0.57438016,0.5661157,0.57438016,0.59090906,0.607438,0.62396693,0.6363636,0.6446281,0.6322314,0.6652893,0.6694215,0.69008267,0.6942149,0.677686,0.6652893,0.6404959,0.62396693,0.6280992,0.57438016,0.5041322,0.5371901,0.58264464,0.607438,0.5661157,0.44214877,0.41735536,0.53305787,0.61570245,0.6280992,0.61570245,0.59504133,0.56198347,0.4876033,0.38016528,0.42561984,0.5206612,0.5371901,0.5247934,0.4876033,0.446281,0.5371901,0.60330576,0.607438,0.6198347,0.6404959,0.6694215,0.6942149,0.6942149,0.6859504,0.677686,0.6652893,0.6487603,0.6363636,0.6322314,0.59917355,0.57024795,0.58264464,0.55785125,0.5247934,0.5165289,0.5165289,0.49586776,0.5413223,0.55785125,0.56198347,0.55785125,0.5661157,0.58264464,0.59504133,0.61157024,0.6280992,0.6404959,0.6570248,0.6528926,0.661157,0.69008267,0.69008267,0.6735537,0.6446281,0.61570245,0.61157024,0.6322314,0.56198347,0.47933885,0.49586776,0.53305787,0.5289256,0.46280992,0.32231405,0.2892562,0.43801653,0.5289256,0.5289256,0.53305787,0.5206612,0.49586776,0.41322315,0.28099173,0.29752067,0.3677686,0.4338843,0.45041323,0.42561984,0.47933885,0.54545456,0.59917355,0.60330576,0.59504133,0.61157024,0.6404959,0.661157,0.6735537,0.6528926,0.6446281,0.6487603,0.62396693,0.61157024,0.61570245,0.59090906,0.58264464,0.57024795,0.5495868,0.5123967,0.49173555,0.5041322,0.5041322,0.5289256,0.5371901,0.5495868,0.553719,0.54545456,0.5661157,0.58677685,0.59504133,0.607438,0.62396693,0.6404959,0.6363636,0.6404959,0.6735537,0.677686,0.6694215,0.6280992,0.607438,0.607438,0.6363636,0.59090906,0.4876033,0.45041323,0.446281,0.4090909,0.3305785,0.2231405,0.1694215,0.29752067,0.41322315,0.42975205,0.42975205,0.43801653,0.39256197,0.338843,0.3181818,0.32231405,0.3264463,0.3429752,0.35950413,0.4214876,0.49586776,0.5413223,0.5785124,0.60330576,0.59504133,0.59090906,0.61570245,0.6322314,0.6487603,0.6363636,0.62396693,0.6322314,0.607438,0.59090906,0.59917355,0.59504133,0.57024795,0.55785125,0.5371901,0.5,0.47933885,0.49586776,0.5,0.5247934,0.5289256,0.5371901,0.5495868,0.54545456,0.5495868,0.5661157,0.58264464,0.59504133,0.6198347,0.6280992,0.62396693,0.6198347,0.6528926,0.6694215,0.6570248,0.61570245,0.60330576,0.62396693,0.6446281,0.6322314,0.56198347,0.45041323,0.37190083,0.35950413,0.35950413,0.338843,0.25619835,0.2107438,0.29338843,0.35123968,0.33471075,0.35950413,0.32231405,0.35123968,0.41735536,0.4214876,0.40495867,0.39256197,0.4214876,0.4752066,0.5165289,0.5289256,0.553719,0.59504133,0.59917355,0.58677685,0.59917355,0.61570245,0.62396693,0.6322314,0.62396693,0.62396693,0.60330576,0.58677685,0.59090906,0.57438016,0.55785125,0.53305787,0.5206612,0.48347107,0.48347107,0.49173555,0.5082645,0.5247934,0.5289256,0.5289256,0.5371901,0.5495868,0.54545456,0.553719,0.56198347,0.59504133,0.607438,0.6198347,0.6363636,0.62396693,0.6280992,0.6404959,0.6280992,0.61570245,0.61157024,0.6446281,0.6570248,0.6528926,0.6280992,0.5289256,0.4214876,0.38429752,0.38842976,0.38429752,0.34710744,0.2768595,0.24793388,0.29338843,0.29752067,0.3305785,0.36363637,0.43801653,0.45867768,0.46694216,0.47107437,0.4752066,0.48347107,0.5041322,0.5206612,0.5247934,0.553719,0.60330576,0.59917355,0.58677685,0.60330576,0.59504133,0.59917355,0.61570245,0.6198347,0.59090906,0.59917355,0.58677685,0.57438016,0.54545456,0.5413223,0.5123967,0.4876033,0.48347107,0.4876033,0.49173555,0.5165289,0.5206612,0.5289256,0.5289256,0.53305787,0.5371901,0.5413223,0.5495868,0.54545456,0.57438016,0.59090906,0.59504133,0.62396693,0.6280992,0.61570245,0.60330576,0.61157024,0.61570245,0.6322314,0.661157,0.661157,0.6528926,0.6404959,0.59090906,0.5247934,0.4876033,0.46694216,0.46694216,0.45454547,0.4214876,0.3677686,0.38429752,0.38842976,0.42975205,0.47933885,0.5,0.49173555,0.5,0.5123967,0.5123967,0.49586776,0.5082645,0.5289256,0.53305787,0.54545456,0.5785124,0.59917355,0.59504133,0.60330576,0.57438016,0.58677685,0.59917355,0.59917355,0.57438016,0.58677685,0.57024795,0.56198347,0.5247934,0.5206612,0.5,0.4752066,0.46694216,0.4752066,0.47933885,0.5,0.5247934,0.5289256,0.5289256,0.5413223,0.5165289,0.5289256,0.53305787,0.5413223,0.55785125,0.58264464,0.58264464,0.59917355,0.61570245,0.607438,0.59504133,0.59917355,0.61570245,0.6446281,0.6735537,0.6652893,0.6446281,0.6322314,0.60330576,0.57024795,0.57438016,0.5495868,0.5661157,0.5495868,0.55785125,0.5165289,0.5041322,0.5206612,0.5289256,0.5247934,0.53305787,0.5413223,0.5289256,0.5247934,0.5082645,0.5041322,0.5247934,0.53305787,0.53305787,0.5289256,0.553719,0.5785124,0.59504133,0.58264464,0.57438016,0.57024795,0.57438016,0.57438016,0.57438016,0.57438016,0.56198347,0.5495868,0.5289256,0.5165289,0.49586776,0.47107437,0.46280992,0.4752066,0.49586776,0.49586776,0.5206612,0.54545456,0.53305787,0.5289256,0.5123967,0.5206612,0.5206612,0.5371901,0.54545456,0.5661157,0.57438016,0.58264464,0.59917355,0.59504133,0.58677685,0.59504133,0.6198347,0.6446281,0.661157,0.6570248,0.6363636,0.62396693,0.61157024,0.5785124,0.59090906,0.5785124,0.59917355,0.60330576,0.607438,0.58677685,0.53305787,0.5165289,0.5206612,0.5247934,0.54545456,0.5661157,0.54545456,0.5247934,0.5082645,0.5165289,0.54545456,0.5371901,0.5289256,0.53305787,0.5413223,0.55785125,0.58264464,0.59504133,0.57024795,0.56198347,0.5661157,0.5661157,0.57438016,0.5661157,0.55785125,0.5413223,0.53305787,0.5165289,0.4876033,0.47107437,0.47107437,0.47933885,0.49173555,0.46694216,0.5041322,0.5495868,0.54545456,0.5247934,0.5206612,0.5165289,0.5165289,0.5289256,0.5413223,0.5495868,0.56198347,0.58264464,0.59504133,0.59504133,0.59917355,0.607438,0.62396693,0.6280992,0.6322314,0.6363636,0.62396693,0.607438,0.61157024,0.59090906,0.5785124,0.55785125,0.59090906,0.60330576,0.58677685,0.61157024,0.55785125,0.5247934,0.4752066,0.5041322,0.54545456,0.56198347,0.5495868,0.5206612,0.5082645,0.5247934,0.5413223,0.5413223,0.53305787,0.54545456,0.55785125,0.5661157,0.57024795,0.57024795,0.58264464,0.5661157,0.5785124,0.56198347,0.58264464,0.57024795,0.56198347,0.54545456,0.53305787,0.5206612,0.49586776,0.47107437,0.48347107,0.5041322,0.5082645,0.45041323,0.4876033,0.5371901,0.553719,0.5371901,0.53305787,0.5123967,0.5082645,0.5165289,0.53305787,0.5413223,0.5495868,0.56198347,0.5785124,0.59090906,0.60330576,0.6198347,0.6198347,0.59917355,0.59917355,0.59917355,0.59504133,0.59090906,0.59090906,0.58677685,0.5785124,0.54545456,0.5785124,0.59090906,0.57438016,0.60330576,0.58264464,0.55785125,0.5,0.5041322,0.5413223,0.553719,0.5413223,0.5165289,0.5041322,0.5247934,0.5247934,0.5206612,0.5123967,0.5206612,0.55785125,0.55785125,0.57024795,0.53305787,0.5495868,0.5661157,0.59090906,0.57438016,0.58677685,0.58677685,0.57024795,0.553719,0.5371901,0.5247934,0.5082645,0.4876033,0.49173555,0.5082645,0.5123967,0.42975205,0.49173555,0.53305787,0.56198347,0.56198347,0.5495868,0.5247934,0.5041322,0.5123967,0.5247934,0.5371901,0.5495868,0.5495868,0.54545456,0.57438016,0.60330576,0.607438,0.59917355,0.58264464,0.5661157,0.5785124,0.5785124,0.57438016,0.57024795,0.56198347,0.58677685,0.57024795,0.58264464,0.58264464,0.5661157,0.60330576,0.6322314,0.607438,0.57024795,0.553719,0.55785125,0.553719,0.53305787,0.5206612,0.5082645,0.5289256,0.5247934,0.5082645,0.49586776,0.49173555,0.5413223,0.53305787,0.5371901,0.5371901,0.53305787,0.57024795,0.59090906,0.59504133,0.59090906,0.58677685,0.5785124,0.56198347,0.5413223,0.5289256,0.5165289,0.5041322,0.5082645,0.5247934,0.5041322,0.40495867,0.4752066,0.5206612,0.553719,0.57438016,0.57438016,0.53305787,0.5165289,0.5123967,0.5247934,0.5371901,0.553719,0.5661157,0.57024795,0.5785124,0.58677685,0.59090906,0.58264464,0.553719,0.5661157,0.5413223,0.55785125,0.5413223,0.54545456,0.5495868,0.5785124,0.59504133,0.59090906,0.58264464,0.56198347,0.59917355,0.6528926,0.6487603,0.6322314,0.6198347,0.607438,0.57438016,0.5289256,0.5247934,0.5206612,0.5289256,0.5206612,0.5041322,0.5082645,0.4876033,0.5206612,0.5247934,0.5206612,0.5371901,0.53305787,0.54545456,0.5661157,0.59917355,0.607438,0.60330576,0.59090906,0.57024795,0.553719,0.5413223,0.5413223,0.5206612,0.5247934,0.5206612,0.5082645,0.4090909,0.46280992,0.5082645,0.5495868,0.57024795,0.5785124,0.5661157,0.5413223,0.5289256,0.5371901,0.5413223,0.5495868,0.58677685,0.6198347,0.60330576,0.57438016,0.5661157,0.56198347,0.5206612,0.5413223,0.5289256,0.5206612,0.5247934,0.5289256,0.5371901,0.55785125,0.58677685,0.58677685,0.57438016,0.5495868,0.58264464,0.6363636,0.6570248,0.6528926,0.6363636,0.59917355,0.5371901,0.4752066,0.47933885,0.49586776,0.47933885,0.4752066,0.46694216,0.4876033,0.47933885,0.4876033,0.4752066,0.49586776,0.5206612,0.5495868,0.54545456,0.553719,0.58677685,0.61570245,0.62396693,0.60330576,0.5661157,0.56198347,0.553719,0.54545456,0.5247934,0.5247934,0.5206612,0.49173555,0.4214876,0.46280992,0.5,0.53305787,0.5413223,0.57024795,0.57438016,0.553719,0.5413223,0.5495868,0.553719,0.5661157,0.59917355,0.6322314,0.61157024,0.5661157,0.553719,0.5247934,0.5247934,0.5495868,0.5495868,0.5371901,0.5123967,0.5206612,0.5289256,0.5289256,0.54545456,0.53305787,0.5082645,0.48347107,0.49173555,0.5289256,0.57438016,0.59504133,0.5495868,0.47107437,0.42561984,0.38429752,0.39256197,0.41322315,0.38429752,0.3966942,0.38429752,0.38429752,0.38016528,0.3677686,0.36363637,0.4214876,0.4876033,0.553719,0.57024795,0.5371901,0.5413223,0.59917355,0.6322314,0.59917355,0.56198347,0.5661157,0.55785125,0.5247934,0.5206612,0.5165289,0.5165289,0.49586776,0.41735536,0.446281,0.49173555,0.49586776,0.53305787,0.56198347,0.59090906,0.58264464,0.55785125,0.553719,0.57024795,0.58677685,0.59917355,0.6198347,0.59504133,0.5661157,0.5371901,0.5206612,0.5165289,0.55785125,0.57024795,0.5371901,0.5,0.5041322,0.49173555,0.47933885,0.45867768,0.42975205,0.40495867,0.39256197,0.38842976,0.38842976,0.41735536,0.45454547,0.4338843,0.40495867,0.34710744,0.338843,0.338843,0.338843,0.30991736,0.30991736,0.29338843,0.28512397,0.29338843,0.29752067,0.338843,0.37603307,0.42975205,0.5123967,0.54545456,0.5247934,0.5413223,0.607438,0.6363636,0.607438,0.58677685,0.57438016,0.553719,0.5123967,0.5165289,0.5041322,0.5082645,0.49586776,0.41322315,0.44214877,0.48347107,0.48347107,0.5165289,0.5413223,0.58264464,0.60330576,0.5785124,0.5661157,0.57438016,0.59090906,0.59504133,0.61570245,0.59090906,0.56198347,0.53305787,0.5123967,0.5165289,0.5165289,0.49586776,0.44214877,0.39256197,0.38429752,0.35950413,0.36363637,0.35950413,0.3429752,0.3264463,0.3305785,0.3429752,0.3264463,0.3305785,0.3677686,0.3677686,0.36363637,0.30991736,0.3305785,0.32231405,0.3181818,0.3305785,0.3264463,0.3181818,0.32231405,0.35123968,0.39256197,0.45041323,0.46694216,0.45041323,0.4752066,0.5082645,0.5041322,0.54545456,0.6363636,0.6363636,0.60330576,0.58677685,0.5785124,0.553719,0.5247934,0.5082645,0.5041322,0.5082645,0.47933885,0.4090909,0.43801653,0.4752066,0.4876033,0.5082645,0.5495868,0.5785124,0.59504133,0.59504133,0.58677685,0.58677685,0.59090906,0.60330576,0.61157024,0.61157024,0.56198347,0.5371901,0.5247934,0.5,0.446281,0.3553719,0.28512397,0.24793388,0.2768595,0.29338843,0.30578512,0.338843,0.37603307,0.38016528,0.3966942,0.43801653,0.446281,0.4090909,0.38016528,0.43801653,0.48347107,0.48347107,0.5082645,0.5206612,0.49173555,0.49586776,0.48347107,0.446281,0.45041323,0.47933885,0.5165289,0.553719,0.56198347,0.5247934,0.48347107,0.48347107,0.5165289,0.59090906,0.661157,0.6487603,0.6198347,0.58264464,0.5661157,0.56198347,0.5371901,0.5123967,0.5082645,0.49586776,0.47107437,0.39256197,0.42561984,0.46280992,0.49586776,0.5123967,0.5413223,0.57438016,0.59504133,0.59504133,0.59090906,0.59504133,0.60330576,0.6198347,0.62396693,0.62396693,0.58264464,0.5413223,0.5206612,0.48347107,0.43801653,0.43801653,0.42975205,0.41322315,0.40495867,0.42975205,0.46694216,0.49173555,0.5123967,0.5289256,0.5371901,0.5661157,0.58264464,0.54545456,0.48347107,0.5289256,0.59504133,0.5785124,0.56198347,0.5413223,0.5413223,0.5289256,0.5289256,0.5165289,0.53305787,0.5289256,0.54545456,0.58677685,0.60330576,0.58264464,0.5495868,0.5371901,0.56198347,0.6280992,0.6652893,0.6528926,0.62396693,0.58264464,0.55785125,0.55785125,0.5371901,0.5206612,0.5041322,0.48347107,0.46280992,0.3677686,0.41735536,0.44214877,0.4876033,0.5165289,0.5289256,0.55785125,0.58677685,0.59917355,0.58264464,0.59090906,0.60330576,0.6322314,0.6404959,0.6363636,0.59917355,0.56198347,0.53305787,0.5165289,0.5165289,0.5495868,0.58264464,0.57024795,0.5371901,0.5123967,0.5082645,0.5247934,0.5165289,0.5247934,0.56198347,0.58264464,0.58264464,0.57024795,0.55785125,0.55785125,0.59917355,0.59090906,0.56198347,0.5495868,0.5661157,0.55785125,0.58677685,0.57438016,0.54545456,0.5247934,0.5495868,0.60330576,0.61570245,0.60330576,0.59504133,0.58264464,0.58677685,0.61157024,0.6528926,0.6446281,0.61570245,0.58264464,0.5495868,0.553719,0.5413223,0.5165289,0.49173555,0.47933885,0.446281,0.3305785,0.3966942,0.41735536,0.46280992,0.5082645,0.53305787,0.55785125,0.58264464,0.59504133,0.58677685,0.59504133,0.62396693,0.6363636,0.6446281,0.6528926,0.61570245,0.59504133,0.57438016,0.5661157,0.58264464,0.59917355,0.607438,0.59090906,0.58264464,0.57438016,0.55785125,0.553719,0.5371901,0.54545456,0.56198347,0.5661157,0.55785125,0.553719,0.5785124,0.59090906,0.58677685,0.58264464,0.5785124,0.5785124,0.58677685,0.56198347,0.5661157,0.553719,0.5123967,0.5165289,0.57024795,0.61570245,0.6198347,0.59917355,0.59090906,0.59090906,0.59917355,0.60330576,0.6198347,0.6363636,0.61157024,0.5661157,0.5495868,0.5495868,0.5247934,0.5123967,0.4752066,0.45454547,0.4214876,0.29752067,0.36363637,0.40495867,0.42975205,0.48347107,0.5247934,0.553719,0.58677685,0.58264464,0.59090906,0.59090906,0.61570245,0.6363636,0.6652893,0.6528926,0.6280992,0.6198347,0.61570245,0.607438,0.60330576,0.607438,0.60330576,0.58264464,0.57024795,0.57438016,0.5785124,0.58264464,0.5785124,0.59090906,0.58677685,0.58264464,0.553719,0.5495868,0.56198347,0.58264464,0.553719,0.5413223,0.5289256,0.5289256,0.5247934,0.5206612,0.5165289,0.5041322,0.5041322,0.5371901,0.59504133,0.62396693,0.6198347,0.59504133,0.58264464,0.57438016,0.58677685,0.61157024,0.59917355,0.61570245,0.59504133,0.5495868,0.53305787,0.5206612,0.5165289,0.49173555,0.46280992,0.4338843,0.4090909,0.27272728,0.33471075,0.39256197,0.40495867,0.46280992,0.49586776,0.5413223,0.59090906,0.5785124,0.5785124,0.61157024,0.59917355,0.607438,0.6446281,0.6570248,0.6446281,0.6404959,0.6404959,0.62396693,0.61157024,0.607438,0.59504133,0.5661157,0.5495868,0.54545456,0.54545456,0.5661157,0.57024795,0.56198347,0.57438016,0.53305787,0.5082645,0.5,0.5,0.5041322,0.49586776,0.49586776,0.4876033,0.4752066,0.4876033,0.5041322,0.5165289,0.53305787,0.54545456,0.57024795,0.607438,0.6280992,0.61570245,0.58677685,0.58677685,0.5661157,0.5661157,0.59504133,0.57438016,0.57438016,0.56198347,0.5413223,0.5206612,0.5041322,0.5041322,0.48347107,0.45041323,0.4214876,0.4090909,0.2603306,0.29752067,0.37190083,0.39256197,0.4338843,0.4876033,0.5041322,0.553719,0.58264464,0.58677685,0.58677685,0.607438,0.59917355,0.6198347,0.6363636,0.6446281,0.661157,0.6528926,0.62396693,0.59917355,0.59504133,0.58264464,0.57024795,0.56198347,0.5413223,0.5206612,0.53305787,0.5413223,0.5371901,0.5413223,0.5041322,0.47933885,0.4752066,0.47107437,0.45041323,0.46694216,0.4752066,0.47107437,0.4752066,0.5,0.5123967,0.5371901,0.57024795,0.57438016,0.58677685,0.6198347,0.6404959,0.61157024,0.5785124,0.58264464,0.57438016,0.5785124,0.57438016,0.553719,0.54545456,0.5165289,0.5123967,0.5082645,0.49586776,0.4876033,0.46694216,0.4338843,0.4090909,0.4090909,0.26859504,0.2644628,0.338843,0.39256197,0.4090909,0.47107437,0.4876033,0.5206612,0.5661157,0.58264464,0.5785124,0.58677685,0.59090906,0.60330576,0.6280992,0.6404959,0.6570248,0.6487603,0.61570245,0.58677685,0.5785124,0.5785124,0.58264464,0.59504133,0.56198347,0.5661157,0.56198347,0.5413223,0.5661157,0.54545456,0.5289256,0.5041322,0.49173555,0.4876033,0.46280992,0.46694216,0.4876033,0.49173555,0.5123967,0.5495868,0.5661157,0.57024795,0.5785124,0.59090906,0.59504133,0.62396693,0.6363636,0.607438,0.59090906,0.58264464,0.59504133,0.58677685,0.553719,0.5289256,0.5206612,0.49586776,0.49173555,0.49173555,0.49173555,0.4752066,0.45454547,0.42975205,0.41322315,0.41735536,0.2644628,0.2644628,0.30165288,0.37603307,0.3966942,0.43801653,0.47933885,0.5082645,0.54545456,0.56198347,0.58264464,0.58677685,0.58264464,0.59504133,0.607438,0.61570245,0.6280992,0.6322314,0.61570245,0.58677685,0.57438016,0.57438016,0.58264464,0.607438,0.5785124,0.59917355,0.59504133,0.5785124,0.58264464,0.59504133,0.5661157,0.55785125,0.5289256,0.5041322,0.49173555,0.49173555,0.5165289,0.5371901,0.55785125,0.58264464,0.59090906,0.58677685,0.59917355,0.59504133,0.59504133,0.6322314,0.607438,0.60330576,0.58677685,0.5785124,0.59504133,0.57024795,0.5247934,0.5082645,0.5041322,0.48347107,0.48347107,0.49173555,0.47933885,0.45867768,0.43801653,0.41735536,0.40495867,0.41322315,0.2768595,0.25619835,0.28512397,0.37190083,0.38016528,0.41735536,0.46694216,0.49173555,0.5165289,0.54545456,0.5661157,0.5661157,0.5661157,0.5785124,0.58264464,0.58677685,0.60330576,0.62396693,0.61570245,0.59504133,0.59090906,0.5785124,0.58677685,0.60330576,0.60330576,0.60330576,0.59917355,0.59090906,0.60330576,0.59917355,0.59504133,0.58677685,0.56198347,0.54545456,0.5495868,0.54545456,0.55785125,0.5785124,0.58264464,0.59504133,0.59917355,0.59917355,0.59917355,0.59504133,0.58677685,0.61157024,0.61157024,0.59917355,0.57438016,0.5661157,0.57438016,0.553719,0.5041322,0.49586776,0.5,0.49173555,0.47933885,0.4876033,0.47933885,0.44214877,0.44214877,0.42975205,0.40082645,0.38842976,0.28099173,0.2520661,0.26859504,0.4090909,0.3677686,0.3966942,0.45867768,0.47933885,0.49173555,0.5289256,0.553719,0.55785125,0.54545456,0.5495868,0.56198347,0.55785125,0.57024795,0.61157024,0.62396693,0.59917355,0.59917355,0.59504133,0.60330576,0.60330576,0.6198347,0.61157024,0.59917355,0.59917355,0.61570245,0.6280992,0.6198347,0.61570245,0.61157024,0.61570245,0.62396693,0.6198347,0.62396693,0.6280992,0.6198347,0.6198347,0.61570245,0.61157024,0.60330576,0.607438,0.62396693,0.6322314,0.6363636,0.607438,0.56198347,0.5785124,0.5785124,0.5413223,0.49173555,0.47933885,0.49173555,0.49586776,0.48347107,0.47933885,0.4752066,0.446281,0.43801653,0.4214876,0.4090909,0.35950413,0.25619835,0.26859504,0.2644628,0.41735536,0.37603307,0.38016528,0.4338843,0.46694216,0.4752066,0.5082645,0.5371901,0.5495868,0.54545456,0.5413223,0.54545456,0.55785125,0.55785125,0.5661157,0.6280992,0.61570245,0.58677685,0.59504133,0.61570245,0.61570245,0.6280992,0.6363636,0.62396693,0.61157024,0.6198347,0.6322314,0.6363636,0.6446281,0.661157,0.6735537,0.6818182,0.6818182,0.677686,0.6694215,0.6652893,0.661157,0.6446281,0.6446281,0.6363636,0.6404959,0.6694215,0.661157,0.6322314,0.58677685,0.57024795,0.5785124,0.58264464,0.5247934,0.47107437,0.45454547,0.46280992,0.47933885,0.4752066,0.45867768,0.45867768,0.44214877,0.42975205,0.4338843,0.3966942,0.3429752,0.27272728,0.23966943,0.27272728,0.41735536,0.39256197,0.37603307,0.40495867,0.446281,0.46694216,0.49173555,0.5123967,0.5206612,0.5247934,0.5371901,0.53305787,0.5289256,0.5371901,0.5371901,0.60330576,0.62396693,0.58677685,0.58264464,0.607438,0.6198347,0.6280992,0.6487603,0.6446281,0.6322314,0.6487603,0.6528926,0.6528926,0.6652893,0.6818182,0.69008267,0.6942149,0.6942149,0.6983471,0.6859504,0.6983471,0.6983471,0.6818182,0.6818182,0.6570248,0.6652893,0.6818182,0.6694215,0.6280992,0.57438016,0.57438016,0.57438016,0.55785125,0.5082645,0.45041323,0.4338843,0.44214877,0.45454547,0.46280992,0.446281,0.44214877,0.4338843,0.42975205,0.41322315,0.36363637,0.3553719,14 +0.5289256,0.55785125,0.57438016,0.5289256,0.5247934,0.58264464,0.6198347,0.6528926,0.6487603,0.59504133,0.553719,0.553719,0.5785124,0.59917355,0.6363636,0.6404959,0.6487603,0.6280992,0.6198347,0.6404959,0.6404959,0.6404959,0.61570245,0.61157024,0.6280992,0.6322314,0.6446281,0.6322314,0.6280992,0.6198347,0.6280992,0.6322314,0.6363636,0.6280992,0.6528926,0.6528926,0.6735537,0.6570248,0.6446281,0.6404959,0.6280992,0.59917355,0.5289256,0.5289256,0.58677685,0.59917355,0.59504133,0.58264464,0.58677685,0.59090906,0.58677685,0.59090906,0.59090906,0.59504133,0.59504133,0.59090906,0.58264464,0.57024795,0.57024795,0.5785124,0.5785124,0.58264464,0.5495868,0.5,0.5371901,0.57438016,0.6404959,0.61570245,0.6198347,0.6363636,0.6322314,0.6528926,0.6694215,0.6570248,0.62396693,0.62396693,0.62396693,0.6322314,0.661157,0.661157,0.661157,0.6528926,0.6652893,0.69008267,0.6859504,0.661157,0.6487603,0.6280992,0.6446281,0.6322314,0.6487603,0.661157,0.6487603,0.61570245,0.6280992,0.6528926,0.6487603,0.6487603,0.661157,0.6735537,0.7231405,0.70247936,0.69008267,0.6528926,0.6487603,0.607438,0.5785124,0.5661157,0.60330576,0.61157024,0.6198347,0.59090906,0.58677685,0.59504133,0.58677685,0.60330576,0.59090906,0.59917355,0.59090906,0.59504133,0.59090906,0.58677685,0.5785124,0.58264464,0.5785124,0.59917355,0.58264464,0.5495868,0.57438016,0.59090906,0.677686,0.6528926,0.6859504,0.6818182,0.6570248,0.6694215,0.69008267,0.7107438,0.6818182,0.6652893,0.661157,0.6694215,0.6859504,0.7066116,0.6942149,0.6859504,0.6983471,0.71900827,0.71900827,0.6983471,0.6942149,0.6942149,0.70247936,0.6983471,0.6859504,0.6983471,0.70247936,0.6735537,0.6694215,0.69008267,0.6942149,0.677686,0.69008267,0.6983471,0.71900827,0.7644628,0.7644628,0.7107438,0.6859504,0.69008267,0.661157,0.6322314,0.61570245,0.62396693,0.6322314,0.60330576,0.61570245,0.59917355,0.59090906,0.59917355,0.59504133,0.58677685,0.59090906,0.58677685,0.58677685,0.59090906,0.58264464,0.58677685,0.57438016,0.59090906,0.59504133,0.57438016,0.58264464,0.6404959,0.6818182,0.6652893,0.6942149,0.6735537,0.677686,0.6859504,0.6859504,0.6942149,0.7066116,0.6818182,0.69008267,0.69008267,0.6983471,0.73140496,0.7107438,0.7066116,0.7107438,0.7355372,0.7355372,0.72727275,0.73140496,0.75206614,0.75206614,0.75619835,0.73966944,0.74380165,0.7644628,0.74380165,0.71487606,0.7231405,0.73966944,0.71900827,0.7355372,0.74380165,0.73140496,0.7768595,0.78099173,0.74793386,0.7355372,0.71900827,0.7066116,0.6735537,0.6322314,0.6322314,0.6198347,0.6198347,0.61570245,0.61157024,0.59504133,0.58677685,0.59917355,0.5785124,0.59090906,0.58677685,0.5785124,0.5661157,0.59504133,0.60330576,0.57438016,0.59090906,0.58677685,0.58677685,0.57438016,0.6570248,0.6818182,0.6942149,0.6570248,0.6694215,0.6735537,0.6942149,0.6859504,0.6942149,0.69008267,0.6859504,0.6942149,0.7066116,0.7107438,0.74380165,0.74793386,0.76033056,0.72727275,0.73966944,0.73966944,0.73966944,0.73966944,0.74793386,0.74793386,0.76859504,0.75619835,0.76033056,0.75206614,0.73966944,0.72727275,0.74793386,0.76033056,0.71900827,0.7066116,0.73140496,0.7231405,0.76033056,0.73966944,0.7107438,0.6942149,0.6983471,0.6942149,0.6694215,0.6363636,0.6322314,0.6280992,0.61570245,0.60330576,0.607438,0.59917355,0.58677685,0.58264464,0.58677685,0.57024795,0.5785124,0.59090906,0.56198347,0.57438016,0.61157024,0.5785124,0.5785124,0.5785124,0.59504133,0.59090906,0.6528926,0.72727275,0.7107438,0.661157,0.661157,0.6735537,0.69008267,0.677686,0.6735537,0.6694215,0.677686,0.6942149,0.73140496,0.71487606,0.7355372,0.74380165,0.77272725,0.74380165,0.72727275,0.73140496,0.7107438,0.70247936,0.71900827,0.71900827,0.72727275,0.71900827,0.7107438,0.71487606,0.69008267,0.70247936,0.75206614,0.77272725,0.7066116,0.6735537,0.6694215,0.6735537,0.7066116,0.6735537,0.661157,0.6404959,0.6404959,0.6487603,0.6363636,0.607438,0.61570245,0.62396693,0.59504133,0.58264464,0.58677685,0.58264464,0.58264464,0.58677685,0.57438016,0.5495868,0.54545456,0.57024795,0.58264464,0.57024795,0.5785124,0.5785124,0.57438016,0.5785124,0.58677685,0.61157024,0.6528926,0.7107438,0.71900827,0.6694215,0.661157,0.6859504,0.70247936,0.6446281,0.6322314,0.7066116,0.70247936,0.70247936,0.73140496,0.72727275,0.74380165,0.73966944,0.7231405,0.6818182,0.6487603,0.6363636,0.6322314,0.5785124,0.6322314,0.6570248,0.6487603,0.6446281,0.6363636,0.6570248,0.6570248,0.6859504,0.7355372,0.75206614,0.6942149,0.6404959,0.607438,0.6570248,0.6570248,0.6198347,0.61157024,0.60330576,0.57438016,0.55785125,0.53305787,0.5041322,0.5165289,0.5289256,0.5165289,0.5041322,0.5,0.49586776,0.5082645,0.53305787,0.5413223,0.5247934,0.5165289,0.5123967,0.55785125,0.59090906,0.56198347,0.5661157,0.56198347,0.56198347,0.5785124,0.62396693,0.6652893,0.677686,0.6735537,0.6652893,0.6818182,0.6983471,0.69008267,0.6363636,0.661157,0.71900827,0.6942149,0.6528926,0.6446281,0.6322314,0.62396693,0.61570245,0.5661157,0.5123967,0.4876033,0.46280992,0.5082645,0.47933885,0.5165289,0.553719,0.57024795,0.56198347,0.5785124,0.62396693,0.661157,0.6818182,0.7066116,0.71900827,0.6735537,0.6322314,0.5661157,0.6322314,0.607438,0.58264464,0.54545456,0.5082645,0.46280992,0.41735536,0.39256197,0.37190083,0.3553719,0.36363637,0.3677686,0.34710744,0.3553719,0.35950413,0.3966942,0.39256197,0.42561984,0.46280992,0.47933885,0.45041323,0.47107437,0.57438016,0.59917355,0.57438016,0.56198347,0.5495868,0.57024795,0.6404959,0.6818182,0.6570248,0.661157,0.6652893,0.7107438,0.70247936,0.6652893,0.6446281,0.6528926,0.61157024,0.58264464,0.5206612,0.49586776,0.47107437,0.44214877,0.4338843,0.38429752,0.338843,0.33471075,0.37603307,0.43801653,0.45041323,0.45454547,0.46280992,0.48347107,0.49586776,0.53305787,0.59504133,0.6528926,0.69008267,0.69008267,0.7066116,0.6652893,0.6404959,0.58264464,0.59090906,0.57024795,0.5247934,0.45867768,0.446281,0.39256197,0.3553719,0.3264463,0.2892562,0.2768595,0.2520661,0.25619835,0.2603306,0.25619835,0.2520661,0.3264463,0.35950413,0.338843,0.39256197,0.44214877,0.4090909,0.46694216,0.4876033,0.59090906,0.59504133,0.5661157,0.5413223,0.5661157,0.661157,0.6859504,0.6446281,0.6528926,0.6694215,0.7355372,0.6859504,0.6446281,0.5785124,0.58264464,0.5289256,0.49173555,0.4214876,0.37603307,0.36363637,0.30991736,0.29752067,0.28512397,0.27272728,0.29338843,0.33471075,0.38842976,0.41322315,0.42975205,0.42975205,0.44214877,0.47107437,0.5206612,0.6198347,0.677686,0.7107438,0.70247936,0.70247936,0.677686,0.62396693,0.59090906,0.5785124,0.553719,0.5,0.44214877,0.42975205,0.38842976,0.338843,0.30578512,0.2644628,0.24793388,0.23140496,0.23966943,0.24793388,0.25619835,0.2603306,0.2768595,0.33471075,0.3264463,0.33471075,0.4338843,0.38842976,0.46280992,0.5289256,0.5123967,0.61157024,0.57024795,0.5413223,0.54545456,0.6735537,0.6735537,0.6404959,0.6363636,0.677686,0.7107438,0.59917355,0.54545456,0.5041322,0.5206612,0.42975205,0.42975205,0.36363637,0.32231405,0.29752067,0.2520661,0.2768595,0.2892562,0.2892562,0.30578512,0.35123968,0.38016528,0.39256197,0.42561984,0.43801653,0.45867768,0.5123967,0.56198347,0.6652893,0.72727275,0.7355372,0.71900827,0.71487606,0.69008267,0.62396693,0.59504133,0.59917355,0.57024795,0.5123967,0.46694216,0.42561984,0.3677686,0.30991736,0.2768595,0.2603306,0.25619835,0.25619835,0.29338843,0.3305785,0.34710744,0.3553719,0.3305785,0.3305785,0.338843,0.30165288,0.39256197,0.40495867,0.45454547,0.46280992,0.45454547,0.57024795,0.57024795,0.54545456,0.5371901,0.677686,0.6694215,0.6446281,0.6528926,0.6818182,0.6198347,0.5289256,0.5123967,0.46694216,0.41735536,0.40082645,0.40082645,0.37603307,0.38429752,0.3677686,0.38016528,0.40495867,0.40082645,0.38016528,0.35123968,0.34710744,0.35123968,0.35123968,0.40082645,0.42975205,0.49173555,0.57024795,0.6404959,0.71487606,0.77272725,0.74793386,0.71900827,0.7231405,0.6983471,0.6322314,0.61570245,0.62396693,0.607438,0.5371901,0.47107437,0.38842976,0.3181818,0.28099173,0.28512397,0.30991736,0.3429752,0.39256197,0.4338843,0.45867768,0.46694216,0.46280992,0.43801653,0.3966942,0.35950413,0.33471075,0.3677686,0.42975205,0.46694216,0.42561984,0.41735536,0.49586776,0.55785125,0.553719,0.53305787,0.6735537,0.661157,0.6404959,0.6652893,0.6322314,0.553719,0.5082645,0.5082645,0.45867768,0.4338843,0.47107437,0.45454547,0.4752066,0.5,0.5206612,0.5247934,0.5289256,0.49586776,0.46280992,0.41735536,0.37190083,0.33471075,0.32231405,0.37190083,0.40495867,0.4876033,0.58264464,0.6859504,0.76859504,0.8016529,0.78512394,0.7355372,0.74380165,0.70247936,0.6322314,0.6280992,0.6570248,0.6280992,0.5495868,0.446281,0.33471075,0.2892562,0.30578512,0.33471075,0.35123968,0.38429752,0.45454547,0.5041322,0.5,0.5082645,0.5165289,0.5041322,0.48347107,0.45454547,0.41322315,0.40082645,0.4338843,0.4752066,0.46694216,0.4214876,0.45454547,0.5247934,0.54545456,0.5289256,0.661157,0.6363636,0.6404959,0.6446281,0.57024795,0.5082645,0.5041322,0.47107437,0.45454547,0.5041322,0.5371901,0.5495868,0.55785125,0.57024795,0.5785124,0.54545456,0.5123967,0.446281,0.39256197,0.338843,0.2892562,0.25619835,0.29752067,0.37603307,0.41735536,0.5082645,0.57024795,0.6735537,0.73966944,0.79752064,0.8057851,0.73140496,0.73966944,0.677686,0.59504133,0.6487603,0.6652893,0.6198347,0.5165289,0.3966942,0.29752067,0.3264463,0.34710744,0.3264463,0.33471075,0.35950413,0.3553719,0.41322315,0.3677686,0.41735536,0.44214877,0.46694216,0.5247934,0.5041322,0.5,0.46280992,0.44214877,0.446281,0.47107437,0.446281,0.42975205,0.48347107,0.5289256,0.5289256,0.6570248,0.6404959,0.6487603,0.6322314,0.553719,0.5082645,0.5206612,0.5082645,0.5165289,0.5785124,0.607438,0.59504133,0.56198347,0.5206612,0.4752066,0.3966942,0.37603307,0.34710744,0.23553719,0.24380165,0.2603306,0.24793388,0.23553719,0.3264463,0.4214876,0.5247934,0.61570245,0.6528926,0.6942149,0.75619835,0.78099173,0.73140496,0.71487606,0.6570248,0.607438,0.6404959,0.62396693,0.5785124,0.46694216,0.35123968,0.3264463,0.37190083,0.3181818,0.28099173,0.37603307,0.24380165,0.13636364,0.446281,0.17768595,0.22727273,0.2603306,0.3429752,0.35123968,0.41735536,0.47933885,0.47933885,0.47107437,0.47933885,0.47107437,0.47107437,0.45867768,0.47933885,0.5289256,0.5206612,0.6570248,0.6363636,0.6487603,0.60330576,0.56198347,0.5206612,0.55785125,0.57024795,0.5785124,0.6198347,0.6198347,0.5371901,0.44214877,0.33471075,0.25619835,0.21900827,0.24380165,0.35123968,0.19008264,0.2520661,0.3966942,0.33471075,0.23966943,0.2644628,0.3966942,0.5247934,0.59917355,0.6652893,0.677686,0.70247936,0.75619835,0.73140496,0.6942149,0.6404959,0.61157024,0.62396693,0.59090906,0.5495868,0.45867768,0.37190083,0.46280992,0.34710744,0.25619835,0.37190083,0.5082645,0.27272728,0.13636364,0.45867768,0.15289256,0.1322314,0.27272728,0.3264463,0.23140496,0.23966943,0.3264463,0.4214876,0.48347107,0.53305787,0.5165289,0.5165289,0.5041322,0.5206612,0.55785125,0.5206612,0.6652893,0.6446281,0.6363636,0.59090906,0.57024795,0.5413223,0.58264464,0.6404959,0.6280992,0.59504133,0.5082645,0.3553719,0.27272728,0.28512397,0.17768595,0.30578512,0.12809917,0.21900827,0.23553719,0.29752067,0.48347107,0.4876033,0.32231405,0.30578512,0.338843,0.60330576,0.61157024,0.6446281,0.6818182,0.6735537,0.71900827,0.73140496,0.6735537,0.6198347,0.5785124,0.59917355,0.57024795,0.5371901,0.48347107,0.4876033,0.5041322,0.33471075,0.29338843,0.4752066,0.5785124,0.3553719,0.22727273,0.18595041,0.15289256,0.16528925,0.3181818,0.4876033,0.23140496,0.20247933,0.1983471,0.2603306,0.41322315,0.5041322,0.553719,0.54545456,0.53305787,0.5371901,0.5661157,0.53305787,0.6652893,0.6528926,0.61157024,0.61157024,0.58677685,0.58677685,0.62396693,0.6528926,0.58677685,0.46280992,0.3305785,0.20661157,0.23966943,0.5785124,0.19421488,0.35123968,0.18595041,0.16115703,0.3181818,0.29338843,0.57024795,0.53305787,0.38842976,0.49586776,0.38842976,0.6652893,0.6487603,0.6570248,0.6735537,0.6570248,0.677686,0.7107438,0.6528926,0.61570245,0.58677685,0.59090906,0.55785125,0.5371901,0.5206612,0.55785125,0.5082645,0.3966942,0.42561984,0.5041322,0.59504133,0.42975205,0.29338843,0.24380165,0.23140496,0.23553719,0.3677686,0.5206612,0.37603307,0.28099173,0.24380165,0.1983471,0.2768595,0.42975205,0.54545456,0.59090906,0.56198347,0.5371901,0.553719,0.5495868,0.6735537,0.6570248,0.6404959,0.6487603,0.6322314,0.6322314,0.677686,0.6363636,0.49173555,0.2892562,0.25619835,0.30165288,0.37190083,0.6694215,0.5,0.33471075,0.29752067,0.3140496,0.40495867,0.3966942,0.57438016,0.5371901,0.46694216,0.5371901,0.553719,0.6859504,0.6570248,0.6818182,0.6570248,0.661157,0.6487603,0.7066116,0.661157,0.60330576,0.5785124,0.59917355,0.5413223,0.5247934,0.5495868,0.5495868,0.57438016,0.48347107,0.45867768,0.4876033,0.54545456,0.5,0.4338843,0.38429752,0.3553719,0.36363637,0.44214877,0.5206612,0.47107437,0.46694216,0.3966942,0.29752067,0.26859504,0.3140496,0.45454547,0.5785124,0.59504133,0.5785124,0.59090906,0.60330576,0.6694215,0.6528926,0.6446281,0.6735537,0.6694215,0.6570248,0.6570248,0.53305787,0.3181818,0.2768595,0.36363637,0.5,0.55785125,0.60330576,0.6528926,0.5041322,0.4338843,0.45867768,0.5082645,0.49586776,0.5371901,0.54545456,0.54545456,0.59090906,0.6280992,0.6694215,0.6735537,0.6818182,0.6570248,0.661157,0.6363636,0.7066116,0.6818182,0.60330576,0.5413223,0.59917355,0.5413223,0.5247934,0.5661157,0.57438016,0.5413223,0.5247934,0.5,0.5,0.49173555,0.49586776,0.54545456,0.5165289,0.46280992,0.46694216,0.5041322,0.53305787,0.55785125,0.5785124,0.5247934,0.45867768,0.42975205,0.36363637,0.35123968,0.48347107,0.59090906,0.6198347,0.6446281,0.661157,0.661157,0.6570248,0.6652893,0.6818182,0.6818182,0.6570248,0.55785125,0.42561984,0.4090909,0.5,0.55785125,0.607438,0.6694215,0.6735537,0.6528926,0.59504133,0.55785125,0.55785125,0.56198347,0.5371901,0.5413223,0.57438016,0.58677685,0.6404959,0.6528926,0.677686,0.6859504,0.6735537,0.6735537,0.661157,0.6404959,0.677686,0.6694215,0.61157024,0.54545456,0.57438016,0.53305787,0.553719,0.5413223,0.607438,0.56198347,0.5289256,0.5082645,0.5247934,0.49173555,0.49173555,0.4876033,0.5123967,0.49586776,0.5082645,0.5495868,0.553719,0.59090906,0.61157024,0.57438016,0.57024795,0.57024795,0.5495868,0.48347107,0.44214877,0.53305787,0.62396693,0.6652893,0.6818182,0.6735537,0.6735537,0.72727275,0.74380165,0.70247936,0.6528926,0.57024795,0.5661157,0.62396693,0.6487603,0.6570248,0.6652893,0.6859504,0.6859504,0.6652893,0.6446281,0.6322314,0.6363636,0.61570245,0.59504133,0.59504133,0.62396693,0.6404959,0.6694215,0.677686,0.6735537,0.6818182,0.6818182,0.69008267,0.661157,0.6404959,0.6570248,0.6652893,0.61570245,0.55785125,0.56198347,0.5247934,0.55785125,0.5661157,0.58264464,0.58264464,0.5661157,0.5413223,0.5289256,0.53305787,0.5495868,0.5041322,0.5247934,0.5371901,0.5371901,0.56198347,0.57438016,0.59504133,0.60330576,0.607438,0.6322314,0.6404959,0.6404959,0.6198347,0.55785125,0.5413223,0.62396693,0.6652893,0.69008267,0.6694215,0.7066116,0.77272725,0.7768595,0.73140496,0.6735537,0.677686,0.7231405,0.71900827,0.6983471,0.7107438,0.72727275,0.73140496,0.7231405,0.73966944,0.7107438,0.6735537,0.6859504,0.6487603,0.6446281,0.6487603,0.6528926,0.6818182,0.69008267,0.6859504,0.677686,0.6735537,0.6859504,0.6942149,0.6528926,0.6487603,0.661157,0.6487603,0.6280992,0.58264464,0.56198347,0.53305787,0.5413223,0.58677685,0.57438016,0.57438016,0.58677685,0.57438016,0.54545456,0.54545456,0.553719,0.54545456,0.5661157,0.5785124,0.5785124,0.59917355,0.61157024,0.6404959,0.62396693,0.6322314,0.6363636,0.6528926,0.6487603,0.6404959,0.6322314,0.59090906,0.6446281,0.6694215,0.69008267,0.6818182,0.72727275,0.7768595,0.78099173,0.74380165,0.7107438,0.7231405,0.75206614,0.7355372,0.72727275,0.73140496,0.75619835,0.75619835,0.7355372,0.74793386,0.73140496,0.6818182,0.70247936,0.661157,0.6570248,0.677686,0.6735537,0.70247936,0.7231405,0.7066116,0.6818182,0.677686,0.69008267,0.6818182,0.6487603,0.6528926,0.6735537,0.661157,0.6280992,0.59504133,0.5661157,0.5413223,0.5371901,0.5785124,0.607438,0.57438016,0.58677685,0.59504133,0.57438016,0.57024795,0.56198347,0.5495868,0.56198347,0.5785124,0.59917355,0.6198347,0.6404959,0.6487603,0.6322314,0.6487603,0.6404959,0.6487603,0.6528926,0.6446281,0.6280992,0.62396693,0.6404959,0.6652893,0.6735537,0.677686,0.7231405,0.76859504,0.78099173,0.74793386,0.72727275,0.73966944,0.74793386,0.7355372,0.74793386,0.73966944,0.73966944,0.7355372,0.7355372,0.75206614,0.71487606,0.6859504,0.69008267,0.6735537,0.6735537,0.7066116,0.70247936,0.70247936,0.74793386,0.71900827,0.69008267,0.69008267,0.7066116,0.6735537,0.661157,0.6446281,0.6859504,0.6735537,0.6404959,0.59090906,0.5785124,0.5495868,0.5371901,0.56198347,0.607438,0.60330576,0.59504133,0.59917355,0.58677685,0.59504133,0.59090906,0.57438016,0.5661157,0.56198347,0.57024795,0.59917355,0.6280992,0.6363636,0.6363636,0.6487603,0.6487603,0.6363636,0.6404959,0.6363636,0.6280992,0.6322314,0.6363636,0.6528926,0.6528926,0.6694215,0.72727275,0.76859504,0.77272725,0.74793386,0.73140496,0.73966944,0.7231405,0.73140496,0.75206614,0.73140496,0.71900827,0.71900827,0.71900827,0.7231405,0.6942149,0.6694215,0.677686,0.6942149,0.69008267,0.7066116,0.72727275,0.71900827,0.75206614,0.73140496,0.7066116,0.71487606,0.677686,0.6652893,0.661157,0.6652893,0.71487606,0.6859504,0.6404959,0.58677685,0.5785124,0.56198347,0.53305787,0.5495868,0.59090906,0.62396693,0.60330576,0.607438,0.59504133,0.607438,0.58677685,0.58677685,0.58264464,0.553719,0.553719,0.56198347,0.5785124,0.59917355,0.6198347,0.6363636,0.6487603,0.6404959,0.6363636,0.6280992,0.6322314,0.6446281,0.6446281,0.6487603,0.6487603,0.6818182,0.73966944,0.76033056,0.74793386,0.74380165,0.74380165,0.73966944,0.72727275,0.73140496,0.74380165,0.7231405,0.71487606,0.7107438,0.7107438,0.6942149,0.6859504,0.677686,0.677686,0.677686,0.6942149,0.6983471,0.7231405,0.75206614,0.75619835,0.73140496,0.71900827,0.7107438,0.6818182,0.6652893,0.6487603,0.677686,0.6859504,0.6652893,0.6487603,0.59504133,0.5785124,0.56198347,0.5495868,0.5247934,0.5785124,0.6322314,0.62396693,0.6280992,0.61570245,0.62396693,0.58264464,0.59090906,0.59504133,0.56198347,0.55785125,0.56198347,0.56198347,0.58677685,0.607438,0.61157024,0.6280992,0.6363636,0.6404959,0.6404959,0.6363636,0.6487603,0.6487603,0.6528926,0.6446281,0.6818182,0.72727275,0.73966944,0.72727275,0.74380165,0.75619835,0.75206614,0.74380165,0.74380165,0.7355372,0.7355372,0.7231405,0.7107438,0.70247936,0.677686,0.6818182,0.69008267,0.6859504,0.69008267,0.7066116,0.7355372,0.73966944,0.75206614,0.7644628,0.7355372,0.73140496,0.7107438,0.677686,0.661157,0.6487603,0.6652893,0.6652893,0.661157,0.6446281,0.59917355,0.5785124,0.56198347,0.55785125,0.5206612,0.55785125,0.61570245,0.6404959,0.6404959,0.6280992,0.6363636,0.61157024,0.59090906,0.59504133,0.57438016,0.57024795,0.59090906,0.56198347,0.58264464,0.61157024,0.61157024,0.607438,0.6198347,0.6404959,0.6487603,0.6446281,0.6652893,0.6735537,0.661157,0.6528926,0.6818182,0.7066116,0.71487606,0.71900827,0.75206614,0.76859504,0.7768595,0.7107438,0.75206614,0.76033056,0.74793386,0.7355372,0.7231405,0.71487606,0.6983471,0.6983471,0.70247936,0.7066116,0.7231405,0.7107438,0.74793386,0.76859504,0.74793386,0.76033056,0.75619835,0.73966944,0.7066116,0.661157,0.6652893,0.6570248,0.6652893,0.6570248,0.6694215,0.69008267,0.6404959,0.58264464,0.57438016,0.56198347,0.54545456,0.5371901,0.5785124,0.6487603,0.6528926,0.6446281,0.6363636,0.61570245,0.59917355,0.59504133,0.59504133,0.59090906,0.61157024,0.61157024,0.58677685,0.58677685,0.61570245,0.59504133,0.61570245,0.6446281,0.6570248,0.6446281,0.6735537,0.71487606,0.69008267,0.6652893,0.6859504,0.6859504,0.69008267,0.7231405,0.75206614,0.78099173,0.8140496,0.76859504,0.76859504,0.7768595,0.76859504,0.73966944,0.72727275,0.74380165,0.6983471,0.7066116,0.7066116,0.7107438,0.72727275,0.71900827,0.73966944,0.76859504,0.75619835,0.73966944,0.76859504,0.71900827,0.6735537,0.6570248,0.6694215,0.6528926,0.6983471,0.76033056,0.6735537,0.73140496,0.6735537,0.57438016,0.61157024,0.6280992,0.56198347,0.5371901,0.54545456,0.60330576,0.6322314,0.6280992,0.607438,0.61157024,0.607438,0.59917355,0.61570245,0.607438,0.59917355,0.60330576,0.59504133,0.60330576,0.62396693,0.607438,0.6198347,0.6363636,0.661157,0.6694215,0.6735537,0.70247936,0.6942149,0.6859504,0.6570248,0.6735537,0.6735537,0.71487606,0.73140496,0.7644628,0.8057851,0.7892562,0.79752064,0.77272725,0.7768595,0.74793386,0.7355372,0.74793386,0.6983471,0.7107438,0.6942149,0.71487606,0.7107438,0.73140496,0.72727275,0.7644628,0.75619835,0.73140496,0.7355372,0.71487606,0.6404959,0.6652893,0.677686,0.6280992,0.6446281,0.8264463,0.661157,0.6652893,0.61570245,0.56198347,0.59917355,0.6694215,0.5206612,0.56198347,0.55785125,0.55785125,0.58264464,0.59917355,0.60330576,0.59917355,0.60330576,0.59917355,0.61157024,0.62396693,0.61570245,0.60330576,0.59090906,0.59917355,0.62396693,0.6198347,0.6322314,0.6363636,0.6570248,0.6859504,0.6818182,0.6942149,0.6942149,0.6942149,0.6280992,0.6404959,0.677686,0.70247936,0.7107438,0.73140496,0.75619835,0.76033056,0.77272725,0.75619835,0.76859504,0.75206614,0.76033056,0.74380165,0.7231405,0.71487606,0.7066116,0.7066116,0.7066116,0.73140496,0.73140496,0.75206614,0.73140496,0.71900827,0.7066116,0.6818182,0.6404959,0.7107438,0.6942149,0.607438,0.55785125,0.6942149,0.61157024,0.58677685,0.5413223,0.5247934,0.54545456,0.58264464,0.49173555,0.5785124,0.61157024,0.57024795,0.5413223,0.58677685,0.6280992,0.60330576,0.59504133,0.59504133,0.60330576,0.62396693,0.61157024,0.61157024,0.60330576,0.60330576,0.6198347,0.62396693,0.6322314,0.6446281,0.6652893,0.6859504,0.6859504,0.6818182,0.6818182,0.69008267,0.61570245,0.6280992,0.6652893,0.69008267,0.7107438,0.71487606,0.71487606,0.71900827,0.72727275,0.72727275,0.73966944,0.74380165,0.75206614,0.75619835,0.7355372,0.7231405,0.71900827,0.7107438,0.71487606,0.7355372,0.7231405,0.73966944,0.7231405,0.70247936,0.6818182,0.6570248,0.6818182,0.72727275,0.6735537,0.57024795,0.5495868,0.57024795,0.5371901,0.49173555,0.4752066,0.47933885,0.5123967,0.49586776,0.46280992,0.49586776,0.6198347,0.6198347,0.53305787,0.57438016,0.6528926,0.6322314,0.61157024,0.59504133,0.60330576,0.6198347,0.60330576,0.607438,0.60330576,0.61157024,0.61157024,0.6280992,0.6322314,0.6404959,0.6652893,0.69008267,0.6818182,0.677686,0.677686,0.6818182,0.62396693,0.6322314,0.661157,0.6735537,0.7066116,0.71487606,0.71487606,0.71487606,0.72727275,0.73140496,0.7231405,0.73966944,0.7355372,0.7231405,0.72727275,0.72727275,0.7231405,0.71900827,0.7107438,0.7231405,0.7231405,0.7231405,0.7107438,0.6942149,0.6818182,0.6446281,0.6694215,0.677686,0.58677685,0.40495867,0.38429752,0.5206612,0.47933885,0.41322315,0.40082645,0.41735536,0.47107437,0.338843,0.28099173,0.40495867,0.5165289,0.58677685,0.5371901,0.54545456,0.6528926,0.6570248,0.6446281,0.59090906,0.6280992,0.607438,0.61570245,0.61157024,0.61157024,0.6404959,0.607438,0.62396693,0.6363636,0.6363636,0.6570248,0.6735537,0.6859504,0.6735537,0.6859504,0.6735537,0.607438,0.62396693,0.6528926,0.677686,0.6859504,0.7231405,0.7231405,0.72727275,0.71900827,0.74380165,0.74793386,0.73140496,0.74380165,0.73966944,0.7355372,0.73140496,0.73140496,0.71900827,0.71487606,0.72727275,0.7107438,0.7107438,0.70247936,0.6859504,0.6694215,0.61157024,0.60330576,0.5785124,0.42975205,0.20247933,0.11983471,0.30165288,0.4338843,0.37603307,0.33471075,0.38429752,0.36363637,0.13636364,0.05785124,0.23140496,0.41322315,0.5041322,0.5123967,0.55785125,0.661157,0.6694215,0.6446281,0.59917355,0.6322314,0.6198347,0.6322314,0.6198347,0.61157024,0.6363636,0.6198347,0.6322314,0.6570248,0.62396693,0.6652893,0.6446281,0.6859504,0.6694215,0.69008267,0.6818182,0.59504133,0.6280992,0.6280992,0.69008267,0.70247936,0.71487606,0.6942149,0.72727275,0.71900827,0.7355372,0.75206614,0.73966944,0.7644628,0.77272725,0.73140496,0.74380165,0.73140496,0.71900827,0.7107438,0.71487606,0.71487606,0.6942149,0.7066116,0.69008267,0.6694215,0.58677685,0.553719,0.4752066,0.2768595,0.10330579,0.10743801,0.27272728,0.4338843,0.38429752,0.30165288,0.38842976,0.38429752,0.1694215,0.05785124,0.1694215,0.35123968,0.446281,0.45867768,0.5371901,0.6363636,0.6570248,0.6322314,0.61570245,0.6446281,0.6198347,0.6280992,0.62396693,0.62396693,0.6322314,0.62396693,0.6487603,0.6280992,0.6404959,0.661157,0.6528926,0.6694215,0.6570248,0.6735537,0.6694215,0.59090906,0.6280992,0.6363636,0.6735537,0.70247936,0.7107438,0.7066116,0.72727275,0.71900827,0.74380165,0.71900827,0.7355372,0.78099173,0.76033056,0.73140496,0.75206614,0.73966944,0.7107438,0.70247936,0.69008267,0.71487606,0.6859504,0.70247936,0.71487606,0.70247936,0.55785125,0.5206612,0.4090909,0.23966943,0.18181819,0.27272728,0.4090909,0.45041323,0.3553719,0.2603306,0.33471075,0.40495867,0.3677686,0.21487603,0.24793388,0.3677686,0.40082645,0.38429752,0.5165289,0.6363636,0.6198347,0.62396693,0.6322314,0.6446281,0.6322314,0.61157024,0.61570245,0.62396693,0.6404959,0.6446281,0.6570248,0.6446281,0.6487603,0.6570248,0.661157,0.661157,0.6528926,0.661157,0.6322314,0.57438016,0.61157024,0.6322314,0.661157,0.69008267,0.69008267,0.6983471,0.7107438,0.73140496,0.74380165,0.72727275,0.74380165,0.76033056,0.76859504,0.75206614,0.73966944,0.73966944,0.72727275,0.69008267,0.70247936,0.6983471,0.69008267,0.71487606,0.71900827,0.72727275,0.5082645,0.5082645,0.39256197,0.30165288,0.38016528,0.5371901,0.5041322,0.4214876,0.3264463,0.24380165,0.29752067,0.3677686,0.45041323,0.40495867,0.34710744,0.38429752,0.38429752,0.40082645,0.56198347,0.61570245,0.61570245,0.61157024,0.6280992,0.6322314,0.62396693,0.6322314,0.62396693,0.6322314,0.6322314,0.6322314,0.6528926,0.661157,0.6570248,0.6487603,0.6528926,0.6528926,0.6570248,0.6652893,0.6404959,0.5661157,0.59504133,0.6404959,0.6694215,0.6859504,0.6983471,0.69008267,0.7066116,0.72727275,0.7355372,0.73140496,0.74380165,0.72727275,0.75206614,0.74380165,0.7231405,0.73140496,0.7231405,0.6942149,0.6942149,0.6859504,0.6942149,0.73966944,0.7231405,0.72727275,0.5247934,0.5082645,0.42975205,0.4090909,0.5082645,0.6818182,0.58264464,0.49173555,0.46280992,0.36363637,0.35950413,0.38016528,0.47933885,0.5165289,0.45454547,0.47933885,0.4876033,0.5289256,0.59090906,0.59917355,0.61157024,0.60330576,0.61157024,0.61157024,0.60330576,0.61157024,0.61157024,0.6322314,0.6363636,0.6322314,0.6528926,0.6652893,0.661157,0.6446281,0.6487603,0.6404959,0.6446281,0.6570248,0.6487603,0.5785124,0.59090906,0.6322314,0.6735537,0.6818182,0.69008267,0.69008267,0.70247936,0.72727275,0.72727275,0.71487606,0.72727275,0.73966944,0.74380165,0.73966944,0.72727275,0.7231405,0.7066116,0.677686,0.6694215,0.677686,0.7066116,0.74793386,0.7355372,0.7231405,0.6694215,0.60330576,0.5785124,0.58677685,0.607438,0.6652893,0.61570245,0.58264464,0.5661157,0.5041322,0.4752066,0.5206612,0.57024795,0.5495868,0.5495868,0.57024795,0.5661157,0.58677685,0.58677685,0.60330576,0.60330576,0.59917355,0.60330576,0.6198347,0.607438,0.59917355,0.61157024,0.6322314,0.62396693,0.6446281,0.6528926,0.6652893,0.6528926,0.6404959,0.6487603,0.6363636,0.6446281,0.6652893,0.6528926,0.58264464,0.59504133,0.6280992,0.661157,0.6694215,0.6818182,0.6942149,0.69008267,0.72727275,0.73140496,0.70247936,0.7107438,0.73966944,0.7355372,0.7355372,0.73140496,0.6983471,0.677686,0.6694215,0.661157,0.677686,0.71900827,0.73966944,0.71900827,0.71487606,0.7107438,0.6735537,0.6652893,0.661157,0.6487603,0.6652893,0.6363636,0.6280992,0.58264464,0.5165289,0.55785125,0.61157024,0.60330576,0.553719,0.5371901,0.57024795,0.57024795,0.58677685,0.58264464,0.607438,0.61570245,0.59504133,0.60330576,0.62396693,0.607438,0.607438,0.59917355,0.61570245,0.607438,0.6404959,0.6652893,0.6487603,0.6694215,0.6528926,0.6446281,0.6322314,0.6528926,0.6528926,0.6570248,0.57438016,0.59504133,0.6404959,0.6694215,0.661157,0.6942149,0.6859504,0.6942149,0.70247936,0.71900827,0.7066116,0.7231405,0.7231405,0.7355372,0.73966944,0.7231405,0.6942149,0.6652893,0.6570248,0.6818182,0.70247936,0.7355372,0.74380165,0.71487606,0.69008267,0.70247936,0.6735537,0.661157,0.6528926,0.6404959,0.6446281,0.6404959,0.61157024,0.553719,0.4876033,0.59504133,0.6735537,0.6198347,0.5495868,0.5206612,0.5413223,0.57024795,0.57438016,0.5785124,0.59090906,0.60330576,0.61570245,0.61157024,0.61157024,0.61157024,0.607438,0.607438,0.60330576,0.60330576,0.6322314,0.6446281,0.6570248,0.6528926,0.6694215,0.6528926,0.6322314,0.6487603,0.677686,0.6487603,0.5661157,0.58677685,0.6404959,0.661157,0.677686,0.6942149,0.6942149,0.7107438,0.69008267,0.7066116,0.6942149,0.70247936,0.72727275,0.73140496,0.7231405,0.7107438,0.6735537,0.6570248,0.6652893,0.7066116,0.7231405,0.74793386,0.73966944,0.7231405,0.6983471,0.6818182,0.6487603,0.6446281,0.6322314,0.6404959,0.6404959,0.6322314,0.59090906,0.5206612,0.47933885,0.607438,0.6942149,0.6363636,0.57024795,0.53305787,0.5289256,0.54545456,0.57024795,0.58264464,0.5785124,0.59090906,0.607438,0.61157024,0.59090906,0.61157024,0.61570245,0.61157024,0.60330576,0.60330576,0.61570245,0.6446281,0.661157,0.6570248,0.6652893,0.6570248,0.6404959,0.6446281,0.677686,0.6404959,0.55785125,0.58264464,0.6280992,0.6570248,0.677686,0.6942149,0.6859504,0.71487606,0.69008267,0.6942149,0.6859504,0.7107438,0.6983471,0.72727275,0.70247936,0.7107438,0.6570248,0.6818182,0.70247936,0.72727275,0.7355372,0.74380165,0.71900827,0.6983471,0.70247936,0.6652893,0.6404959,0.61157024,0.6363636,0.6363636,0.6446281,0.6528926,0.59504133,0.5247934,0.4876033,0.59917355,0.70247936,0.6859504,0.61157024,0.57024795,0.5495868,0.5413223,0.53305787,0.5413223,0.553719,0.5661157,0.59504133,0.59504133,0.58677685,0.58677685,0.6198347,0.607438,0.60330576,0.61157024,0.607438,0.6322314,0.6528926,0.6570248,0.6652893,0.6487603,0.6446281,0.6363636,0.6570248,0.6280992,0.54545456,0.58264464,0.6198347,0.6528926,0.677686,0.70247936,0.6942149,0.70247936,0.69008267,0.69008267,0.6942149,0.6983471,0.6983471,0.7231405,0.7066116,0.6983471,0.6570248,0.6859504,0.71487606,0.73140496,0.74380165,0.7231405,0.6735537,0.6694215,0.6528926,0.6528926,0.6322314,0.58677685,0.6735537,0.6528926,0.661157,0.6446281,0.6198347,0.553719,0.5,0.5785124,0.661157,0.71900827,0.6280992,0.58677685,0.57438016,0.59090906,0.553719,0.54545456,0.54545456,0.56198347,0.5785124,0.5785124,0.57024795,0.57024795,0.59504133,0.61157024,0.59917355,0.59917355,0.61157024,0.61157024,0.6404959,0.6487603,0.6570248,0.6446281,0.6280992,0.6363636,0.6528926,0.6198347,0.5495868,0.5785124,0.607438,0.61570245,0.6404959,0.6942149,0.6942149,0.6942149,0.69008267,0.69008267,0.6942149,0.6942149,0.70247936,0.7107438,0.7066116,0.7066116,0.6404959,0.6570248,0.71900827,0.7107438,0.71900827,0.6818182,0.6528926,0.6528926,0.6735537,0.6322314,0.6404959,0.6363636,0.6818182,0.6694215,0.6363636,0.59090906,0.62396693,0.6280992,0.55785125,0.62396693,0.6570248,0.6446281,0.59917355,0.57024795,0.59504133,0.61157024,0.60330576,0.58677685,0.61157024,0.5785124,0.56198347,0.59090906,0.57438016,0.54545456,0.57438016,0.59504133,0.61157024,0.59504133,0.59504133,0.61570245,0.6322314,0.6446281,0.6363636,0.6446281,0.62396693,0.6404959,0.6280992,0.607438,0.5495868,0.5785124,0.59917355,0.59917355,0.59917355,0.677686,0.6859504,0.69008267,0.6942149,0.6859504,0.6859504,0.677686,0.6942149,0.7107438,0.6983471,0.6942149,0.6363636,0.6446281,0.71900827,0.6942149,0.6735537,0.6446281,0.6446281,0.6652893,0.6859504,0.6570248,0.6859504,0.7107438,0.70247936,0.661157,0.607438,0.56198347,0.57438016,0.5785124,0.56198347,0.58264464,0.55785125,0.5165289,0.46280992,0.46280992,0.5041322,0.5371901,0.607438,0.61570245,0.6363636,0.60330576,0.55785125,0.61157024,0.57024795,0.5206612,0.5661157,0.5785124,0.59917355,0.60330576,0.58677685,0.61157024,0.6280992,0.6280992,0.6404959,0.6363636,0.6280992,0.6280992,0.62396693,0.59917355,0.5371901,0.59090906,0.57438016,0.60330576,0.6198347,0.6528926,0.6859504,0.6859504,0.6983471,0.6859504,0.6735537,0.677686,0.6818182,0.7066116,0.6942149,0.6570248,0.6652893,0.7066116,0.7066116,0.6652893,0.6322314,0.62396693,0.6322314,0.6652893,0.6942149,0.7066116,0.6983471,0.677686,0.59917355,0.48347107,0.41322315,0.38842976,0.38842976,0.3966942,0.4090909,0.4214876,0.40495867,0.3553719,0.3140496,0.30991736,0.33471075,0.3677686,0.43801653,0.5206612,0.5785124,0.59090906,0.5495868,0.57024795,0.57024795,0.553719,0.56198347,0.5785124,0.5785124,0.60330576,0.61570245,0.607438,0.62396693,0.6280992,0.6446281,0.6280992,0.62396693,0.59504133,0.61157024,0.60330576,0.5165289,0.59504133,0.56198347,0.59504133,0.61570245,0.6487603,0.661157,0.6818182,0.6983471,0.7066116,0.6818182,0.677686,0.6859504,0.6983471,0.70247936,0.6570248,0.6942149,0.71487606,0.6652893,0.6487603,0.59917355,0.61570245,0.6280992,0.6818182,0.7107438,0.6859504,0.60330576,0.5082645,0.42561984,0.3181818,0.2603306,0.24380165,0.2603306,0.2520661,0.2603306,0.26859504,0.2603306,0.22727273,0.18595041,0.18181819,0.1983471,0.21487603,0.2603306,0.33471075,0.41322315,0.46694216,0.47107437,0.5,0.5289256,0.553719,0.55785125,0.56198347,0.55785125,0.58677685,0.61157024,0.61570245,0.6280992,0.6322314,0.6446281,0.6363636,0.61157024,0.60330576,0.59504133,0.59504133,0.5041322,0.5785124,0.58264464,0.59917355,0.61570245,0.6487603,0.6570248,0.6694215,0.6818182,0.6983471,0.6942149,0.6694215,0.6942149,0.6983471,0.6942149,0.6735537,0.69008267,0.69008267,0.6570248,0.6404959,0.607438,0.6404959,0.6446281,0.6735537,0.6570248,0.5247934,0.41322315,0.3264463,0.2603306,0.18595041,0.14876033,0.12809917,0.16115703,0.15289256,0.14876033,0.13636364,0.14049587,0.14049587,0.14876033,0.14876033,0.14876033,0.1570248,0.1694215,0.2231405,0.28099173,0.30578512,0.29338843,0.33471075,0.42561984,0.49173555,0.5206612,0.54545456,0.5413223,0.56198347,0.59917355,0.6363636,0.6404959,0.6322314,0.6446281,0.6363636,0.607438,0.607438,0.58677685,0.5785124,0.5041322,0.5495868,0.58264464,0.59090906,0.607438,0.6363636,0.6363636,0.6487603,0.6652893,0.69008267,0.6735537,0.6735537,0.677686,0.6694215,0.6818182,0.6735537,0.69008267,0.6694215,0.6198347,0.6322314,0.6198347,0.6363636,0.59917355,0.59090906,0.49586776,0.3553719,0.29752067,0.2520661,0.2520661,0.15289256,0.15289256,0.19421488,0.21487603,0.2603306,0.23966943,0.19008264,0.2231405,0.2644628,0.30578512,0.338843,0.34710744,0.38429752,0.41322315,0.38429752,0.35950413,0.33471075,0.3264463,0.3305785,0.33471075,0.39256197,0.45867768,0.5165289,0.5371901,0.55785125,0.60330576,0.61570245,0.6280992,0.6404959,0.6363636,0.61570245,0.61157024,0.59917355,0.58264464,0.57438016,0.5082645,0.5247934,0.5661157,0.58677685,0.59917355,0.6198347,0.62396693,0.6198347,0.6446281,0.6652893,0.661157,0.661157,0.6735537,0.6528926,0.6694215,0.6694215,0.677686,0.6735537,0.6404959,0.62396693,0.61570245,0.58264464,0.48347107,0.40082645,0.3305785,0.30578512,0.36363637,0.41735536,0.4752066,0.49173555,0.45454547,0.4752066,0.4338843,0.47107437,0.4214876,0.45867768,0.47933885,0.5123967,0.48347107,0.5082645,0.46280992,0.46694216,0.49173555,0.49173555,0.4752066,0.46694216,0.4752066,0.5206612,0.54545456,0.45041323,0.4090909,0.45041323,0.5082645,0.56198347,0.59917355,0.61570245,0.6198347,0.62396693,0.6404959,0.59090906,0.60330576,0.60330576,0.57438016,0.56198347,0.49586776,0.5165289,0.55785125,0.5785124,0.59917355,0.61157024,0.62396693,0.607438,0.6322314,0.6570248,0.6652893,0.661157,0.6735537,0.6735537,0.6735537,0.6859504,0.6859504,0.6446281,0.61157024,0.60330576,0.5661157,0.48347107,0.3677686,0.29338843,0.338843,0.42561984,0.5041322,0.5371901,0.54545456,0.57024795,0.5371901,0.553719,0.5289256,0.5123967,0.5123967,0.4752066,0.5165289,0.5413223,0.45867768,0.4876033,0.4752066,0.46694216,0.47107437,0.4752066,0.4876033,0.5,0.5082645,0.5785124,0.59090906,0.59917355,0.48347107,0.42561984,0.48347107,0.54545456,0.58264464,0.60330576,0.607438,0.607438,0.6446281,0.61570245,0.59917355,0.60330576,0.57438016,0.5495868,0.41322315,0.5289256,0.553719,0.55785125,0.60330576,0.59917355,0.6363636,0.607438,0.61570245,0.6446281,0.6487603,0.661157,0.6694215,0.6818182,0.69008267,0.6859504,0.69008267,0.6280992,0.56198347,0.55785125,0.5082645,0.49586776,0.5206612,0.61570245,0.59504133,0.5495868,0.54545456,0.53305787,0.5206612,0.5123967,0.5123967,0.5041322,0.49586776,0.4752066,0.5,0.47107437,0.4876033,0.5,0.45867768,0.46280992,0.46694216,0.47107437,0.4876033,0.49586776,0.5,0.5,0.4876033,0.53305787,0.59504133,0.59504133,0.58264464,0.5041322,0.47933885,0.5082645,0.57024795,0.59090906,0.59090906,0.6198347,0.6198347,0.6446281,0.607438,0.59504133,0.56198347,0.5371901,0.25619835,0.5206612,0.56198347,0.5495868,0.59504133,0.5661157,0.62396693,0.61157024,0.60330576,0.6404959,0.6570248,0.6570248,0.6528926,0.677686,0.6983471,0.6818182,0.6983471,0.6322314,0.55785125,0.5413223,0.5206612,0.56198347,0.61157024,0.61570245,0.59090906,0.54545456,0.5413223,0.53305787,0.5413223,0.5123967,0.4876033,0.48347107,0.47933885,0.47933885,0.5,0.5165289,0.5041322,0.4752066,0.46280992,0.45454547,0.45454547,0.45041323,0.45867768,0.47933885,0.46694216,0.46280992,0.47107437,0.5123967,0.55785125,0.5785124,0.59090906,0.57024795,0.5123967,0.5041322,0.5371901,0.56198347,0.59504133,0.60330576,0.607438,0.62396693,0.61157024,0.5785124,0.54545456,0.53305787,0.14876033,0.4338843,0.5413223,0.553719,0.5785124,0.553719,0.59504133,0.61157024,0.607438,0.6322314,0.6363636,0.6694215,0.661157,0.677686,0.6859504,0.6818182,0.6983471,0.607438,0.5495868,0.55785125,0.5785124,0.60330576,0.6322314,0.59504133,0.54545456,0.4876033,0.5082645,0.5041322,0.5082645,0.5041322,0.49173555,0.4752066,0.45454547,0.45454547,0.446281,0.44214877,0.446281,0.40082645,0.38429752,0.38429752,0.3966942,0.4090909,0.40495867,0.4214876,0.44214877,0.46694216,0.47933885,0.5082645,0.54545456,0.5661157,0.5785124,0.57024795,0.54545456,0.5206612,0.5123967,0.553719,0.58264464,0.5785124,0.58677685,0.59504133,0.58677685,0.5495868,0.53305787,0.5123967,0.13636364,0.3264463,0.5123967,0.56198347,0.553719,0.54545456,0.57024795,0.607438,0.59917355,0.62396693,0.6322314,0.6652893,0.6694215,0.6652893,0.677686,0.6818182,0.6694215,0.607438,0.5785124,0.5785124,0.61157024,0.61570245,0.62396693,0.59917355,0.53305787,0.47107437,0.4752066,0.45041323,0.446281,0.42561984,0.38842976,0.38016528,0.35123968,0.35123968,0.3181818,0.33471075,0.3305785,0.29752067,0.28512397,0.29338843,0.3140496,0.34710744,0.37190083,0.3966942,0.446281,0.5,0.5082645,0.5082645,0.5413223,0.5413223,0.56198347,0.5661157,0.54545456,0.54545456,0.5247934,0.5247934,0.5785124,0.57024795,0.553719,0.57438016,0.57438016,0.5495868,0.5206612,0.49173555,0.1570248,0.24793388,0.45867768,0.5495868,0.5413223,0.5289256,0.56198347,0.59504133,0.59090906,0.61570245,0.6280992,0.6446281,0.6487603,0.661157,0.677686,0.6652893,0.6404959,0.59917355,0.58264464,0.58264464,0.59917355,0.59504133,0.59504133,0.5785124,0.5371901,0.5041322,0.48347107,0.45041323,0.41322315,0.37190083,0.33471075,0.3140496,0.2768595,0.2520661,0.21487603,0.20661157,0.21900827,0.21900827,0.24380165,0.2768595,0.30578512,0.3553719,0.40495867,0.44214877,0.4752066,0.5165289,0.5247934,0.5289256,0.5371901,0.5082645,0.553719,0.553719,0.5371901,0.5495868,0.553719,0.5123967,0.5413223,0.553719,0.5413223,0.5371901,0.54545456,0.53305787,0.5,0.47933885,0.17355372,0.19008264,0.3553719,0.55785125,0.5371901,0.53305787,0.55785125,0.58677685,0.58677685,0.58264464,0.607438,0.6198347,0.62396693,0.6446281,0.6528926,0.6446281,0.6322314,0.59504133,0.58264464,0.58677685,0.58264464,0.5661157,0.56198347,0.553719,0.5495868,0.5495868,0.5289256,0.5206612,0.4876033,0.446281,0.40082645,0.35123968,0.30991736,0.23966943,0.20661157,0.19421488,0.1983471,0.23140496,0.28512397,0.34710744,0.40082645,0.42975205,0.45041323,0.47933885,0.49586776,0.5082645,0.5371901,0.553719,0.54545456,0.5,0.54545456,0.54545456,0.5495868,0.57024795,0.5661157,0.5371901,0.5289256,0.5206612,0.5289256,0.53305787,0.5371901,0.5123967,0.49586776,0.47107437,0.16528925,0.15289256,0.2520661,0.54545456,0.53305787,0.5371901,0.553719,0.55785125,0.59504133,0.5785124,0.59504133,0.61157024,0.607438,0.6198347,0.62396693,0.6198347,0.607438,0.5785124,0.5785124,0.57438016,0.5661157,0.553719,0.55785125,0.5413223,0.5495868,0.57024795,0.57024795,0.57024795,0.5661157,0.54545456,0.49173555,0.4338843,0.39256197,0.35123968,0.32231405,0.30991736,0.3181818,0.37190083,0.4090909,0.4214876,0.45041323,0.47107437,0.46694216,0.49586776,0.49173555,0.5082645,0.53305787,0.53305787,0.54545456,0.5289256,0.54545456,0.55785125,0.56198347,0.5661157,0.5661157,0.553719,0.53305787,0.5123967,0.5082645,0.53305787,0.5165289,0.49586776,0.49173555,0.47107437,0.16115703,0.1570248,0.15289256,0.5247934,0.5413223,0.5041322,0.54545456,0.553719,0.58264464,0.58677685,0.58677685,0.59917355,0.59917355,0.59504133,0.59504133,0.59090906,0.59090906,0.56198347,0.56198347,0.56198347,0.56198347,0.56198347,0.553719,0.5495868,0.553719,0.5785124,0.58677685,0.57438016,0.56198347,0.5413223,0.5082645,0.47933885,0.45867768,0.45454547,0.47933885,0.5165289,0.5247934,0.5413223,0.53305787,0.5082645,0.49586776,0.5041322,0.5041322,0.5082645,0.5,0.5247934,0.54545456,0.5289256,0.5413223,0.53305787,0.5413223,0.5495868,0.55785125,0.54545456,0.54545456,0.54545456,0.53305787,0.5206612,0.5,0.5289256,0.5,0.49173555,0.47933885,0.4752066,0.14876033,0.16528925,0.14049587,0.45454547,0.5206612,0.5123967,0.5206612,0.55785125,0.57438016,0.5785124,0.5785124,0.5661157,0.59090906,0.58677685,0.58264464,0.57438016,0.56198347,0.54545456,0.5371901,0.55785125,0.58677685,0.55785125,0.553719,0.5661157,0.5785124,0.58677685,0.607438,0.59504133,0.55785125,0.5413223,0.5165289,0.5165289,0.5123967,0.5413223,0.5661157,0.607438,0.60330576,0.60330576,0.60330576,0.59504133,0.5785124,0.55785125,0.5371901,0.54545456,0.5413223,0.54545456,0.57024795,0.5661157,0.553719,0.53305787,0.5413223,0.553719,0.553719,0.5495868,0.5371901,0.5289256,0.5289256,0.5247934,0.5041322,0.5123967,0.49586776,0.5,0.4752066,0.47107437,0.14876033,0.1446281,0.1446281,0.38429752,0.5041322,0.5165289,0.5371901,0.5495868,0.57024795,0.5785124,0.57438016,0.56198347,0.57438016,0.5785124,0.58264464,0.55785125,0.55785125,0.54545456,0.54545456,0.553719,0.59504133,0.5661157,0.57438016,0.58264464,0.60330576,0.59090906,0.61570245,0.60330576,0.58264464,0.553719,0.54545456,0.57024795,0.58677685,0.61570245,0.62396693,0.6280992,0.6280992,0.6322314,0.6280992,0.6446281,0.6363636,0.61570245,0.60330576,0.59090906,0.58264464,0.57438016,0.58677685,0.58677685,0.5785124,0.54545456,0.5371901,0.55785125,0.553719,0.5371901,0.5165289,0.5041322,0.5206612,0.5165289,0.49586776,0.5,0.48347107,0.47933885,0.4752066,0.46694216,0.15289256,0.12396694,0.1570248,0.3677686,0.49586776,0.49586776,0.53305787,0.5495868,0.553719,0.55785125,0.553719,0.553719,0.57438016,0.5661157,0.55785125,0.5413223,0.5495868,0.5661157,0.57024795,0.56198347,0.5785124,0.607438,0.6280992,0.59917355,0.607438,0.59917355,0.6198347,0.61570245,0.59917355,0.57438016,0.61570245,0.6404959,0.661157,0.661157,0.6487603,0.6487603,0.6404959,0.6528926,0.6404959,0.6528926,0.6322314,0.59917355,0.60330576,0.5785124,0.58677685,0.58264464,0.59090906,0.58677685,0.5785124,0.553719,0.5495868,0.5495868,0.5413223,0.5247934,0.47933885,0.47107437,0.48347107,0.5082645,0.48347107,0.49586776,0.49173555,0.4752066,0.47933885,0.4752066,14 +0.5041322,0.5371901,0.5289256,0.57438016,0.5206612,0.5082645,0.54545456,0.58677685,0.6363636,0.6404959,0.59917355,0.56198347,0.5247934,0.5661157,0.58264464,0.607438,0.6280992,0.62396693,0.61570245,0.607438,0.60330576,0.607438,0.60330576,0.60330576,0.61570245,0.6404959,0.6363636,0.6322314,0.6280992,0.61570245,0.6198347,0.607438,0.6198347,0.6280992,0.6363636,0.6528926,0.6363636,0.6487603,0.6280992,0.62396693,0.62396693,0.607438,0.5289256,0.47933885,0.5123967,0.553719,0.5495868,0.56198347,0.57438016,0.57438016,0.57438016,0.58264464,0.61570245,0.607438,0.61570245,0.61157024,0.57024795,0.5661157,0.5495868,0.54545456,0.43801653,0.32231405,0.3140496,0.39256197,0.5,0.53305787,0.54545456,0.61157024,0.59917355,0.59917355,0.61570245,0.607438,0.62396693,0.6570248,0.6363636,0.6322314,0.607438,0.62396693,0.61157024,0.6404959,0.6487603,0.6487603,0.6280992,0.6487603,0.6528926,0.6487603,0.6322314,0.6198347,0.61157024,0.61570245,0.6198347,0.6322314,0.6363636,0.61570245,0.61570245,0.6198347,0.6322314,0.6198347,0.6280992,0.6528926,0.6528926,0.6735537,0.6280992,0.6280992,0.62396693,0.61570245,0.56198347,0.5165289,0.5413223,0.5785124,0.58677685,0.58264464,0.5785124,0.58264464,0.59090906,0.58677685,0.60330576,0.607438,0.61157024,0.62396693,0.60330576,0.58677685,0.56198347,0.55785125,0.53305787,0.4752066,0.3966942,0.4338843,0.5206612,0.58677685,0.5661157,0.6487603,0.6446281,0.661157,0.6528926,0.6404959,0.6487603,0.6652893,0.677686,0.677686,0.6694215,0.6570248,0.6528926,0.6694215,0.6735537,0.6735537,0.6570248,0.6735537,0.70247936,0.6942149,0.6735537,0.661157,0.6528926,0.6570248,0.6487603,0.6528926,0.661157,0.6487603,0.6198347,0.6322314,0.6570248,0.6404959,0.6404959,0.661157,0.6735537,0.71487606,0.6942149,0.6446281,0.6322314,0.6280992,0.58677685,0.56198347,0.56198347,0.59917355,0.607438,0.59917355,0.58677685,0.58264464,0.58677685,0.59504133,0.59917355,0.59504133,0.60330576,0.59917355,0.61157024,0.59504133,0.58264464,0.57024795,0.55785125,0.57438016,0.5289256,0.49173555,0.55785125,0.57438016,0.6322314,0.661157,0.6528926,0.6694215,0.661157,0.6570248,0.6735537,0.6652893,0.6859504,0.69008267,0.6818182,0.6818182,0.677686,0.69008267,0.7107438,0.6942149,0.677686,0.6983471,0.71487606,0.7231405,0.7107438,0.71900827,0.7231405,0.73140496,0.71487606,0.7066116,0.7107438,0.71487606,0.6859504,0.6694215,0.6942149,0.677686,0.6694215,0.6942149,0.69008267,0.7355372,0.7768595,0.72727275,0.677686,0.6652893,0.6446281,0.6322314,0.59090906,0.607438,0.6198347,0.607438,0.59917355,0.60330576,0.58677685,0.59090906,0.59504133,0.59090906,0.59504133,0.59917355,0.60330576,0.59917355,0.59504133,0.5661157,0.57438016,0.59090906,0.5785124,0.5495868,0.5785124,0.5661157,0.6363636,0.661157,0.6735537,0.6487603,0.6570248,0.661157,0.6859504,0.6652893,0.6735537,0.6652893,0.677686,0.6859504,0.6859504,0.6942149,0.7107438,0.7231405,0.7231405,0.72727275,0.72727275,0.74380165,0.73966944,0.7644628,0.75619835,0.78099173,0.74793386,0.76859504,0.75206614,0.75206614,0.73140496,0.71900827,0.73966944,0.72727275,0.7107438,0.73140496,0.72727275,0.74380165,0.8016529,0.76033056,0.71900827,0.6942149,0.6942149,0.6818182,0.62396693,0.62396693,0.6280992,0.61570245,0.60330576,0.62396693,0.59504133,0.58677685,0.59090906,0.59090906,0.58677685,0.58264464,0.58677685,0.58677685,0.607438,0.59917355,0.5785124,0.59090906,0.59090906,0.5661157,0.55785125,0.59504133,0.6446281,0.69008267,0.6942149,0.6528926,0.6404959,0.661157,0.6818182,0.6570248,0.6487603,0.6487603,0.661157,0.677686,0.70247936,0.70247936,0.7066116,0.73140496,0.73966944,0.7355372,0.72727275,0.72727275,0.7231405,0.73140496,0.74380165,0.75206614,0.74380165,0.75619835,0.73140496,0.74380165,0.6859504,0.74380165,0.78099173,0.72727275,0.6859504,0.70247936,0.7107438,0.7231405,0.74793386,0.7107438,0.6983471,0.6818182,0.6735537,0.677686,0.6280992,0.62396693,0.6322314,0.6198347,0.61157024,0.607438,0.60330576,0.59090906,0.58677685,0.59504133,0.58677685,0.5785124,0.59090906,0.57024795,0.59917355,0.61570245,0.58677685,0.58677685,0.58677685,0.56198347,0.5413223,0.61157024,0.6487603,0.6859504,0.6942149,0.661157,0.6446281,0.6735537,0.6818182,0.6280992,0.62396693,0.6818182,0.677686,0.6652893,0.70247936,0.7066116,0.7107438,0.73966944,0.6942149,0.6694215,0.6363636,0.6363636,0.6198347,0.62396693,0.6652893,0.6859504,0.6652893,0.677686,0.6735537,0.6859504,0.6694215,0.71487606,0.7892562,0.7231405,0.661157,0.6528926,0.6487603,0.6983471,0.6652893,0.6487603,0.6404959,0.6322314,0.6363636,0.6446281,0.61570245,0.59504133,0.607438,0.58677685,0.60330576,0.60330576,0.58264464,0.58677685,0.59090906,0.58677685,0.5661157,0.55785125,0.59090906,0.58677685,0.57438016,0.6198347,0.59504133,0.5785124,0.58264464,0.5661157,0.553719,0.61570245,0.6652893,0.6570248,0.6694215,0.661157,0.677686,0.6818182,0.6570248,0.6198347,0.6280992,0.6570248,0.6694215,0.61157024,0.607438,0.59090906,0.58677685,0.5661157,0.5247934,0.48347107,0.4752066,0.46280992,0.5123967,0.5,0.5289256,0.59090906,0.59090906,0.59090906,0.61157024,0.6446281,0.6694215,0.6983471,0.72727275,0.6983471,0.6487603,0.60330576,0.61570245,0.661157,0.607438,0.60330576,0.58264464,0.5495868,0.5206612,0.48347107,0.47107437,0.48347107,0.49173555,0.4876033,0.5,0.5,0.49173555,0.5082645,0.5413223,0.553719,0.54545456,0.5289256,0.5371901,0.60330576,0.57438016,0.5785124,0.59090906,0.5661157,0.58264464,0.57024795,0.5413223,0.6528926,0.6818182,0.6363636,0.6528926,0.6570248,0.7107438,0.6818182,0.6280992,0.59504133,0.59917355,0.5785124,0.5165289,0.47107437,0.45867768,0.4338843,0.40495867,0.41322315,0.34710744,0.3264463,0.3305785,0.3966942,0.45454547,0.4752066,0.45867768,0.4752066,0.5123967,0.5206612,0.5785124,0.6363636,0.6735537,0.6983471,0.71900827,0.6859504,0.6363636,0.59504133,0.59504133,0.59504133,0.58264464,0.5165289,0.49586776,0.446281,0.3966942,0.36363637,0.33471075,0.338843,0.3305785,0.3429752,0.3264463,0.3305785,0.34710744,0.38842976,0.40082645,0.43801653,0.47933885,0.49173555,0.46280992,0.53305787,0.59504133,0.5785124,0.59090906,0.54545456,0.57438016,0.5661157,0.54545456,0.6652893,0.677686,0.6280992,0.6363636,0.6735537,0.72727275,0.6404959,0.58677685,0.5371901,0.5371901,0.47933885,0.45041323,0.38429752,0.3553719,0.3264463,0.28099173,0.28512397,0.28512397,0.30165288,0.3305785,0.37603307,0.41735536,0.43801653,0.45867768,0.4214876,0.4876033,0.4876033,0.59090906,0.6528926,0.6942149,0.71487606,0.6942149,0.69008267,0.6322314,0.59504133,0.5785124,0.56198347,0.5206612,0.45454547,0.44214877,0.4090909,0.35950413,0.32231405,0.28512397,0.2644628,0.23966943,0.25619835,0.24793388,0.24793388,0.2603306,0.30991736,0.35123968,0.34710744,0.40082645,0.43801653,0.446281,0.4876033,0.5495868,0.59917355,0.58264464,0.5495868,0.553719,0.57024795,0.55785125,0.6735537,0.6652893,0.6280992,0.6528926,0.6859504,0.6322314,0.55785125,0.5289256,0.47933885,0.4214876,0.4090909,0.40495867,0.3677686,0.34710744,0.3140496,0.29752067,0.33471075,0.3429752,0.3429752,0.38016528,0.4090909,0.4214876,0.446281,0.46694216,0.46280992,0.53305787,0.5413223,0.6404959,0.70247936,0.7231405,0.7231405,0.70247936,0.7107438,0.6404959,0.59090906,0.58264464,0.56198347,0.5165289,0.45454547,0.42975205,0.39256197,0.338843,0.30165288,0.27272728,0.2520661,0.24793388,0.25619835,0.26859504,0.27272728,0.28099173,0.28512397,0.3305785,0.3181818,0.35123968,0.42975205,0.41735536,0.5,0.5371901,0.57024795,0.58677685,0.553719,0.5495868,0.5661157,0.57024795,0.677686,0.6570248,0.6322314,0.661157,0.6570248,0.553719,0.5165289,0.5289256,0.45867768,0.42975205,0.4338843,0.41322315,0.45454547,0.45867768,0.47107437,0.47933885,0.4876033,0.46694216,0.4338843,0.41735536,0.40082645,0.40082645,0.42561984,0.45454547,0.5,0.58264464,0.6322314,0.6942149,0.75619835,0.74793386,0.71487606,0.72727275,0.71487606,0.6446281,0.61157024,0.607438,0.59917355,0.5165289,0.46280992,0.40495867,0.338843,0.29338843,0.28512397,0.2892562,0.30165288,0.3264463,0.35123968,0.38429752,0.38842976,0.38842976,0.3677686,0.3305785,0.338843,0.30165288,0.41322315,0.41322315,0.47107437,0.46694216,0.5,0.58264464,0.56198347,0.53305787,0.553719,0.6198347,0.6652893,0.6280992,0.6487603,0.6363636,0.57024795,0.5289256,0.5123967,0.4876033,0.4752066,0.49586776,0.5413223,0.5289256,0.55785125,0.57024795,0.57024795,0.57024795,0.55785125,0.5165289,0.4752066,0.42561984,0.40495867,0.38842976,0.4090909,0.43801653,0.48347107,0.5785124,0.6694215,0.74380165,0.7892562,0.78099173,0.74793386,0.75206614,0.70247936,0.6487603,0.6363636,0.6404959,0.6322314,0.5495868,0.446281,0.34710744,0.29338843,0.29338843,0.3181818,0.3677686,0.3966942,0.46280992,0.49586776,0.49173555,0.4876033,0.48347107,0.46280992,0.40495867,0.38016528,0.33471075,0.38842976,0.45454547,0.45454547,0.40495867,0.43801653,0.54545456,0.56198347,0.53305787,0.53305787,0.6404959,0.6487603,0.61570245,0.6528926,0.62396693,0.5289256,0.5206612,0.5206612,0.5041322,0.5247934,0.58264464,0.607438,0.58677685,0.58264464,0.59090906,0.5785124,0.5206612,0.46694216,0.4090909,0.3677686,0.30165288,0.26859504,0.3181818,0.39256197,0.45041323,0.49586776,0.58264464,0.6570248,0.7355372,0.78099173,0.7933884,0.75619835,0.74380165,0.69008267,0.62396693,0.6487603,0.6694215,0.6322314,0.5371901,0.39256197,0.2892562,0.3181818,0.36363637,0.3553719,0.38016528,0.3966942,0.45454547,0.4876033,0.49586776,0.5,0.5082645,0.5082645,0.49586776,0.46280992,0.42561984,0.41322315,0.446281,0.49173555,0.42975205,0.4090909,0.5,0.553719,0.5247934,0.5206612,0.6487603,0.6404959,0.6280992,0.6446281,0.59917355,0.54545456,0.5413223,0.55785125,0.5661157,0.59917355,0.6570248,0.6404959,0.57438016,0.5082645,0.44214877,0.38429752,0.32231405,0.36363637,0.26859504,0.23140496,0.26859504,0.2768595,0.23966943,0.3140496,0.45041323,0.46280992,0.6363636,0.6570248,0.6942149,0.74380165,0.77272725,0.73140496,0.7107438,0.6694215,0.61570245,0.6404959,0.6446281,0.5785124,0.47933885,0.3553719,0.30991736,0.38016528,0.338843,0.3305785,0.33471075,0.30578512,0.37190083,0.37190083,0.34710744,0.40082645,0.42561984,0.46280992,0.49586776,0.5041322,0.49173555,0.45867768,0.4338843,0.446281,0.446281,0.41322315,0.45454547,0.5123967,0.5247934,0.5206612,0.6363636,0.6487603,0.6446281,0.6198347,0.59917355,0.57024795,0.57024795,0.61157024,0.6446281,0.6404959,0.6280992,0.5289256,0.42975205,0.3305785,0.27272728,0.36363637,0.18595041,0.28099173,0.2520661,0.21900827,0.40082645,0.37190083,0.2644628,0.2520661,0.40082645,0.5165289,0.58264464,0.677686,0.6735537,0.7066116,0.73966944,0.74793386,0.6859504,0.6528926,0.59917355,0.6322314,0.59917355,0.5371901,0.43801653,0.36363637,0.3966942,0.3553719,0.28099173,0.38016528,0.3677686,0.18181819,0.46280992,0.28512397,0.18181819,0.21900827,0.29338843,0.3429752,0.3264463,0.41735536,0.4752066,0.48347107,0.47933885,0.46694216,0.46280992,0.45454547,0.46280992,0.5,0.5165289,0.5206612,0.6528926,0.661157,0.6363636,0.61157024,0.59917355,0.59504133,0.60330576,0.6528926,0.6487603,0.5785124,0.47107437,0.338843,0.28512397,0.3677686,0.30578512,0.38842976,0.1983471,0.1446281,0.23966943,0.30578512,0.44214877,0.5082645,0.40082645,0.34710744,0.3429752,0.59917355,0.62396693,0.6528926,0.6694215,0.6859504,0.7066116,0.7355372,0.677686,0.6322314,0.57438016,0.60330576,0.5785124,0.5289256,0.446281,0.4214876,0.49173555,0.2644628,0.28512397,0.5041322,0.446281,0.1983471,0.32231405,0.20247933,0.14876033,0.16528925,0.35950413,0.2231405,0.24793388,0.23966943,0.33471075,0.46694216,0.5123967,0.53305787,0.5082645,0.49586776,0.5371901,0.5371901,0.5165289,0.53305787,0.6652893,0.661157,0.6528926,0.6487603,0.661157,0.6404959,0.661157,0.6735537,0.59917355,0.41322315,0.28512397,0.26859504,0.30578512,0.58264464,0.5661157,0.23553719,0.3181818,0.19008264,0.30991736,0.30991736,0.5247934,0.5371901,0.446281,0.53305787,0.45867768,0.6363636,0.677686,0.661157,0.6694215,0.6694215,0.6859504,0.6942149,0.6694215,0.59917355,0.58264464,0.61157024,0.5371901,0.5371901,0.47933885,0.5,0.5247934,0.28512397,0.40082645,0.58264464,0.5289256,0.28099173,0.23966943,0.16115703,0.20247933,0.23966943,0.43801653,0.34710744,0.22727273,0.2107438,0.19008264,0.33471075,0.47933885,0.5413223,0.56198347,0.5206612,0.54545456,0.53305787,0.5371901,0.5413223,0.677686,0.6528926,0.661157,0.6446281,0.70247936,0.6735537,0.661157,0.62396693,0.45041323,0.28512397,0.3140496,0.40495867,0.47933885,0.5785124,0.7066116,0.41322315,0.38429752,0.37190083,0.46694216,0.42975205,0.5495868,0.553719,0.49173555,0.57438016,0.607438,0.6694215,0.677686,0.677686,0.6694215,0.6570248,0.661157,0.6735537,0.6652893,0.58677685,0.58677685,0.61157024,0.5206612,0.5371901,0.5165289,0.56198347,0.58677685,0.38429752,0.44214877,0.5495868,0.553719,0.3966942,0.338843,0.30578512,0.29752067,0.3553719,0.49586776,0.45867768,0.3677686,0.30578512,0.2231405,0.23140496,0.36363637,0.5165289,0.59090906,0.55785125,0.5371901,0.53305787,0.5413223,0.53305787,0.677686,0.6487603,0.6942149,0.69008267,0.6942149,0.6983471,0.6198347,0.5165289,0.41322315,0.43801653,0.5413223,0.55785125,0.6198347,0.6322314,0.6363636,0.58264464,0.5123967,0.5082645,0.5371901,0.5206612,0.53305787,0.55785125,0.553719,0.58264464,0.6198347,0.6735537,0.677686,0.6735537,0.6652893,0.6528926,0.6528926,0.6735537,0.6694215,0.60330576,0.5661157,0.58264464,0.53305787,0.5371901,0.55785125,0.56198347,0.5495868,0.5082645,0.47107437,0.5082645,0.5,0.5289256,0.5247934,0.446281,0.41735536,0.45454547,0.5165289,0.5289256,0.5413223,0.4876033,0.37603307,0.3181818,0.30578512,0.40082645,0.5495868,0.59504133,0.5785124,0.59917355,0.59090906,0.53305787,0.6735537,0.6735537,0.71487606,0.77272725,0.7231405,0.6942149,0.607438,0.5661157,0.5785124,0.61570245,0.6363636,0.6404959,0.677686,0.6983471,0.6818182,0.6363636,0.59917355,0.60330576,0.59504133,0.5661157,0.553719,0.58677685,0.59917355,0.6404959,0.6570248,0.6652893,0.6942149,0.6652893,0.69008267,0.6652893,0.6446281,0.6570248,0.661157,0.607438,0.54545456,0.57024795,0.5247934,0.5413223,0.5661157,0.5785124,0.56198347,0.5082645,0.5082645,0.5082645,0.47933885,0.49586776,0.5123967,0.49173555,0.4876033,0.5247934,0.5495868,0.57438016,0.607438,0.57438016,0.5206612,0.5041322,0.4338843,0.38842976,0.45867768,0.57438016,0.6322314,0.661157,0.6528926,0.55785125,0.6818182,0.6983471,0.74793386,0.78512394,0.74793386,0.6983471,0.6652893,0.70247936,0.71487606,0.6818182,0.69008267,0.70247936,0.7107438,0.6942149,0.71487606,0.69008267,0.661157,0.661157,0.6404959,0.6280992,0.61570245,0.6322314,0.6487603,0.6694215,0.6735537,0.6694215,0.6818182,0.6859504,0.6983471,0.6446281,0.6363636,0.6487603,0.6446281,0.6198347,0.56198347,0.57024795,0.5206612,0.54545456,0.57024795,0.5785124,0.59090906,0.56198347,0.53305787,0.5206612,0.5289256,0.5,0.5123967,0.5206612,0.5165289,0.54545456,0.5661157,0.5785124,0.60330576,0.61157024,0.61570245,0.62396693,0.59917355,0.5413223,0.49173555,0.5495868,0.6280992,0.677686,0.6735537,0.58677685,0.6818182,0.7066116,0.76859504,0.78099173,0.74380165,0.7107438,0.71487606,0.73140496,0.72727275,0.7066116,0.7231405,0.73966944,0.74793386,0.73140496,0.73966944,0.7231405,0.6818182,0.6859504,0.6446281,0.6570248,0.6528926,0.6652893,0.6818182,0.6983471,0.6859504,0.6818182,0.677686,0.69008267,0.6818182,0.6404959,0.6487603,0.661157,0.6363636,0.61570245,0.59090906,0.5661157,0.5289256,0.5289256,0.58677685,0.5661157,0.59090906,0.59504133,0.57024795,0.54545456,0.53305787,0.53305787,0.54545456,0.5661157,0.56198347,0.58264464,0.59504133,0.61570245,0.61157024,0.62396693,0.6446281,0.6487603,0.6570248,0.6404959,0.59504133,0.57438016,0.6487603,0.6818182,0.6818182,0.607438,0.677686,0.7066116,0.78099173,0.77272725,0.74793386,0.71487606,0.7231405,0.7355372,0.73140496,0.73140496,0.7355372,0.71900827,0.71487606,0.7231405,0.71487606,0.7066116,0.6652893,0.6735537,0.661157,0.677686,0.6694215,0.6859504,0.6983471,0.73140496,0.71900827,0.6859504,0.69008267,0.69008267,0.6694215,0.6487603,0.6570248,0.677686,0.6570248,0.61157024,0.59090906,0.5661157,0.5371901,0.5206612,0.5785124,0.59917355,0.57438016,0.60330576,0.59504133,0.5785124,0.5785124,0.54545456,0.5495868,0.57024795,0.58264464,0.607438,0.62396693,0.6404959,0.6404959,0.6446281,0.6446281,0.6570248,0.6528926,0.6404959,0.6322314,0.61157024,0.661157,0.6859504,0.6818182,0.6280992,0.6694215,0.72727275,0.7892562,0.75619835,0.74380165,0.7231405,0.72727275,0.7107438,0.72727275,0.73140496,0.71900827,0.6942149,0.7066116,0.6983471,0.6942149,0.6818182,0.6570248,0.6735537,0.6818182,0.6818182,0.6818182,0.7107438,0.69008267,0.7644628,0.72727275,0.6942149,0.6983471,0.677686,0.6694215,0.661157,0.6652893,0.6818182,0.6652893,0.6198347,0.58264464,0.57438016,0.5495868,0.5371901,0.56198347,0.59917355,0.59917355,0.61157024,0.60330576,0.607438,0.60330576,0.5785124,0.5661157,0.55785125,0.5661157,0.59504133,0.62396693,0.6363636,0.6446281,0.6528926,0.6570248,0.6446281,0.6487603,0.6404959,0.6322314,0.6363636,0.6446281,0.6735537,0.6694215,0.6446281,0.677686,0.73966944,0.75206614,0.73966944,0.73966944,0.74380165,0.73966944,0.71900827,0.73140496,0.71900827,0.7107438,0.6859504,0.69008267,0.6859504,0.6694215,0.6818182,0.6735537,0.6652893,0.6694215,0.6818182,0.6818182,0.7231405,0.72727275,0.76033056,0.7355372,0.7066116,0.7066116,0.6694215,0.661157,0.6528926,0.6694215,0.677686,0.661157,0.6322314,0.5785124,0.5661157,0.55785125,0.54545456,0.553719,0.58677685,0.607438,0.6198347,0.6198347,0.62396693,0.59504133,0.59090906,0.58677685,0.56198347,0.54545456,0.553719,0.58677685,0.607438,0.62396693,0.6363636,0.6528926,0.6363636,0.6404959,0.6404959,0.6404959,0.6528926,0.6570248,0.6652893,0.6652893,0.6446281,0.6859504,0.72727275,0.72727275,0.7231405,0.74793386,0.76033056,0.73140496,0.71900827,0.7355372,0.71900827,0.71900827,0.6942149,0.6818182,0.69008267,0.661157,0.69008267,0.6859504,0.6694215,0.6694215,0.69008267,0.7107438,0.7231405,0.75206614,0.7644628,0.73140496,0.71900827,0.6942149,0.6694215,0.661157,0.6404959,0.661157,0.6570248,0.6487603,0.61570245,0.57438016,0.57024795,0.553719,0.5413223,0.53305787,0.57438016,0.61570245,0.6322314,0.6363636,0.6322314,0.607438,0.59504133,0.59504133,0.57024795,0.5661157,0.56198347,0.5661157,0.59090906,0.61157024,0.60330576,0.6363636,0.6363636,0.6446281,0.6487603,0.6528926,0.6570248,0.6570248,0.6570248,0.661157,0.6404959,0.6818182,0.6983471,0.7107438,0.72727275,0.75619835,0.78512394,0.75206614,0.72727275,0.74793386,0.74380165,0.7107438,0.71900827,0.7066116,0.69008267,0.6818182,0.7066116,0.69008267,0.7107438,0.6859504,0.70247936,0.7355372,0.74380165,0.73140496,0.7644628,0.74793386,0.71487606,0.677686,0.6652893,0.6652893,0.661157,0.6652893,0.6528926,0.6859504,0.6652893,0.58264464,0.5785124,0.58264464,0.5413223,0.5371901,0.55785125,0.59917355,0.6528926,0.6446281,0.6363636,0.6322314,0.60330576,0.59090906,0.57024795,0.58677685,0.58264464,0.5785124,0.58677685,0.61157024,0.61570245,0.607438,0.6404959,0.6487603,0.6528926,0.661157,0.6694215,0.661157,0.6528926,0.6570248,0.6280992,0.6694215,0.6818182,0.7066116,0.72727275,0.75619835,0.7892562,0.8057851,0.78099173,0.77272725,0.76859504,0.73966944,0.72727275,0.71900827,0.6983471,0.6983471,0.70247936,0.6942149,0.7107438,0.70247936,0.70247936,0.73966944,0.77272725,0.73966944,0.75206614,0.7644628,0.69008267,0.6528926,0.661157,0.6694215,0.6652893,0.7231405,0.7066116,0.7355372,0.71487606,0.59504133,0.5661157,0.6942149,0.553719,0.5413223,0.5371901,0.56198347,0.6404959,0.69008267,0.6280992,0.62396693,0.607438,0.59504133,0.59504133,0.61157024,0.60330576,0.60330576,0.59090906,0.607438,0.61157024,0.59504133,0.6322314,0.661157,0.661157,0.6694215,0.6942149,0.70247936,0.6735537,0.661157,0.62396693,0.6446281,0.661157,0.6942149,0.71900827,0.73140496,0.77272725,0.8016529,0.7892562,0.7933884,0.78099173,0.7644628,0.73140496,0.72727275,0.7066116,0.6983471,0.6983471,0.6983471,0.70247936,0.7066116,0.7066116,0.73140496,0.77272725,0.76033056,0.73966944,0.75206614,0.661157,0.6446281,0.6942149,0.6694215,0.6363636,0.70247936,0.74380165,0.677686,0.6404959,0.5785124,0.553719,0.6735537,0.5495868,0.56198347,0.55785125,0.5413223,0.58264464,0.6528926,0.607438,0.61157024,0.60330576,0.607438,0.61157024,0.62396693,0.59917355,0.607438,0.59090906,0.61570245,0.6280992,0.61157024,0.6363636,0.661157,0.6735537,0.6694215,0.6983471,0.7066116,0.69008267,0.661157,0.62396693,0.6363636,0.6487603,0.69008267,0.71487606,0.71900827,0.73140496,0.77272725,0.74793386,0.76859504,0.76859504,0.77272725,0.75619835,0.75206614,0.71900827,0.7107438,0.70247936,0.7066116,0.6983471,0.70247936,0.71487606,0.7355372,0.72727275,0.74793386,0.73140496,0.7066116,0.6528926,0.6818182,0.74380165,0.6694215,0.58677685,0.59917355,0.6487603,0.59090906,0.553719,0.5289256,0.5289256,0.55785125,0.5082645,0.54545456,0.61157024,0.5785124,0.5661157,0.58677685,0.59917355,0.62396693,0.59917355,0.59917355,0.59917355,0.6363636,0.61157024,0.607438,0.59917355,0.61157024,0.61570245,0.6363636,0.6487603,0.661157,0.677686,0.6983471,0.6942149,0.69008267,0.6942149,0.6735537,0.62396693,0.6363636,0.6570248,0.6818182,0.7107438,0.73140496,0.72727275,0.73966944,0.73966944,0.75206614,0.74380165,0.76033056,0.7644628,0.73966944,0.72727275,0.7231405,0.6983471,0.7107438,0.7066116,0.70247936,0.71900827,0.73140496,0.71900827,0.7231405,0.7107438,0.6652893,0.6694215,0.74793386,0.7066116,0.61157024,0.5,0.5785124,0.5371901,0.5082645,0.47933885,0.45867768,0.47933885,0.4876033,0.45867768,0.48347107,0.5785124,0.62396693,0.59090906,0.553719,0.58677685,0.61157024,0.60330576,0.59917355,0.60330576,0.6363636,0.607438,0.607438,0.60330576,0.62396693,0.6363636,0.6404959,0.6570248,0.6735537,0.6818182,0.6942149,0.677686,0.677686,0.6818182,0.6735537,0.62396693,0.6322314,0.661157,0.6859504,0.6983471,0.7231405,0.7355372,0.73966944,0.7355372,0.7644628,0.74380165,0.74793386,0.76859504,0.71900827,0.7355372,0.71487606,0.6983471,0.70247936,0.7066116,0.70247936,0.71487606,0.71900827,0.71900827,0.7107438,0.7107438,0.6487603,0.6487603,0.6652893,0.59504133,0.41735536,0.23140496,0.38842976,0.5123967,0.4214876,0.38842976,0.38016528,0.42975205,0.38429752,0.20247933,0.35123968,0.47933885,0.553719,0.5661157,0.553719,0.57438016,0.607438,0.61570245,0.61157024,0.607438,0.6198347,0.61570245,0.61157024,0.607438,0.62396693,0.61570245,0.6404959,0.6570248,0.6652893,0.69008267,0.6942149,0.6694215,0.6735537,0.6652893,0.6652893,0.62396693,0.6280992,0.6487603,0.6818182,0.70247936,0.71900827,0.73140496,0.7355372,0.73966944,0.75619835,0.76033056,0.75206614,0.7644628,0.74380165,0.73966944,0.6983471,0.71900827,0.7066116,0.70247936,0.7066116,0.70247936,0.6983471,0.6983471,0.70247936,0.71900827,0.61570245,0.59090906,0.5495868,0.39256197,0.18181819,0.09504132,0.20661157,0.41735536,0.4090909,0.3305785,0.35950413,0.39256197,0.12396694,0.049586777,0.11983471,0.3677686,0.47107437,0.5041322,0.5247934,0.58264464,0.607438,0.61157024,0.607438,0.61570245,0.6198347,0.6198347,0.61570245,0.6280992,0.6363636,0.62396693,0.6446281,0.6570248,0.6528926,0.6735537,0.677686,0.6694215,0.6735537,0.661157,0.6404959,0.61157024,0.6404959,0.6446281,0.6818182,0.70247936,0.71900827,0.71487606,0.72727275,0.73966944,0.75206614,0.74380165,0.75619835,0.77272725,0.76033056,0.72727275,0.71487606,0.6942149,0.7066116,0.6983471,0.6983471,0.70247936,0.6735537,0.69008267,0.71487606,0.75206614,0.57438016,0.54545456,0.4338843,0.24380165,0.16528925,0.26859504,0.39256197,0.49173555,0.4214876,0.30578512,0.36363637,0.42975205,0.20247933,0.11157025,0.12809917,0.32231405,0.41735536,0.45454547,0.46694216,0.61157024,0.59090906,0.61570245,0.59090906,0.62396693,0.61570245,0.6280992,0.6322314,0.62396693,0.6280992,0.6363636,0.6487603,0.6487603,0.6487603,0.6652893,0.6652893,0.661157,0.6735537,0.6694215,0.6198347,0.59090906,0.61570245,0.6363636,0.677686,0.69008267,0.7066116,0.70247936,0.7231405,0.74380165,0.75206614,0.73966944,0.75206614,0.77272725,0.75619835,0.73140496,0.72727275,0.7107438,0.69008267,0.69008267,0.6859504,0.6859504,0.661157,0.70247936,0.73966944,0.76033056,0.55785125,0.49586776,0.4090909,0.27272728,0.38016528,0.553719,0.53305787,0.44214877,0.37190083,0.26859504,0.30578512,0.3966942,0.40082645,0.26859504,0.24380165,0.3429752,0.40082645,0.38016528,0.46280992,0.6198347,0.5785124,0.60330576,0.61157024,0.6322314,0.62396693,0.607438,0.6322314,0.6322314,0.6528926,0.6528926,0.6570248,0.6528926,0.6570248,0.6528926,0.6570248,0.6446281,0.6528926,0.6404959,0.607438,0.58677685,0.607438,0.6528926,0.6735537,0.6983471,0.71900827,0.6859504,0.7231405,0.73140496,0.75206614,0.76033056,0.75619835,0.74793386,0.74793386,0.72727275,0.71487606,0.7066116,0.6983471,0.6818182,0.677686,0.6694215,0.6694215,0.7107438,0.73966944,0.74793386,0.59504133,0.47933885,0.39256197,0.40082645,0.54545456,0.7107438,0.6363636,0.5206612,0.3966942,0.29752067,0.29752067,0.34710744,0.45867768,0.44214877,0.3677686,0.39256197,0.40495867,0.3966942,0.5082645,0.61570245,0.59504133,0.5785124,0.607438,0.60330576,0.6322314,0.59917355,0.6280992,0.6198347,0.6570248,0.6528926,0.6652893,0.661157,0.6570248,0.6528926,0.6404959,0.6322314,0.6280992,0.59917355,0.57438016,0.5785124,0.61157024,0.6487603,0.6735537,0.69008267,0.69008267,0.6942149,0.7107438,0.7355372,0.73140496,0.71900827,0.74793386,0.71900827,0.75619835,0.71900827,0.6983471,0.7107438,0.7066116,0.6735537,0.6652893,0.6528926,0.6942149,0.7355372,0.74793386,0.74793386,0.6735537,0.60330576,0.553719,0.5661157,0.6280992,0.70247936,0.59090906,0.58264464,0.5123967,0.42975205,0.40082645,0.3966942,0.48347107,0.5289256,0.5165289,0.5289256,0.55785125,0.55785125,0.58264464,0.61157024,0.60330576,0.58677685,0.59090906,0.58677685,0.60330576,0.61157024,0.61157024,0.6446281,0.62396693,0.6446281,0.6528926,0.677686,0.6487603,0.6528926,0.6280992,0.61570245,0.61570245,0.59917355,0.57438016,0.56198347,0.61570245,0.6404959,0.6694215,0.677686,0.6942149,0.6859504,0.7066116,0.7231405,0.71487606,0.7066116,0.72727275,0.72727275,0.7355372,0.71487606,0.7107438,0.70247936,0.69008267,0.6446281,0.6446281,0.6652893,0.7066116,0.74380165,0.74793386,0.76033056,0.72727275,0.71487606,0.70247936,0.6942149,0.6859504,0.6694215,0.61570245,0.59917355,0.5371901,0.5041322,0.5041322,0.553719,0.553719,0.5413223,0.57024795,0.58264464,0.59917355,0.6198347,0.607438,0.61570245,0.61570245,0.59504133,0.57438016,0.57438016,0.58264464,0.59504133,0.61157024,0.6363636,0.6280992,0.6404959,0.6487603,0.6694215,0.6487603,0.6487603,0.61157024,0.607438,0.607438,0.60330576,0.5661157,0.5413223,0.61157024,0.6528926,0.677686,0.6694215,0.69008267,0.6818182,0.70247936,0.7107438,0.7107438,0.71487606,0.73140496,0.72727275,0.7231405,0.71487606,0.7066116,0.6735537,0.6652893,0.6446281,0.62396693,0.6694215,0.7355372,0.71900827,0.72727275,0.75619835,0.71900827,0.7066116,0.70247936,0.69008267,0.6694215,0.6735537,0.6280992,0.5785124,0.4876033,0.5123967,0.59090906,0.61157024,0.58264464,0.553719,0.5413223,0.59090906,0.59917355,0.59504133,0.60330576,0.6198347,0.6198347,0.59504133,0.57024795,0.58264464,0.57438016,0.5785124,0.58264464,0.607438,0.62396693,0.6487603,0.6570248,0.6446281,0.6198347,0.6198347,0.59917355,0.59917355,0.607438,0.5785124,0.57438016,0.5371901,0.59504133,0.6570248,0.6735537,0.6735537,0.69008267,0.6859504,0.6983471,0.69008267,0.70247936,0.70247936,0.71487606,0.71900827,0.73140496,0.71900827,0.6983471,0.661157,0.6404959,0.6446281,0.6487603,0.6735537,0.73966944,0.73140496,0.72727275,0.7355372,0.6859504,0.6942149,0.6859504,0.69008267,0.6487603,0.6570248,0.61157024,0.53305787,0.46280992,0.5165289,0.62396693,0.6322314,0.58677685,0.54545456,0.5289256,0.5661157,0.59090906,0.59504133,0.59090906,0.607438,0.61570245,0.6322314,0.59504133,0.58264464,0.57024795,0.57024795,0.57438016,0.58677685,0.61157024,0.6322314,0.6446281,0.6280992,0.6198347,0.61157024,0.59917355,0.59504133,0.60330576,0.58264464,0.5661157,0.5371901,0.59504133,0.6446281,0.6652893,0.6818182,0.6859504,0.6818182,0.7066116,0.661157,0.6983471,0.69008267,0.6942149,0.7066116,0.70247936,0.70247936,0.6694215,0.6446281,0.6363636,0.6446281,0.6570248,0.69008267,0.72727275,0.72727275,0.72727275,0.7066116,0.6942149,0.661157,0.6694215,0.6652893,0.6528926,0.6404959,0.59504133,0.5206612,0.48347107,0.55785125,0.6322314,0.6570248,0.59090906,0.55785125,0.5371901,0.54545456,0.5661157,0.58677685,0.59504133,0.59504133,0.60330576,0.61570245,0.60330576,0.5661157,0.5785124,0.55785125,0.58677685,0.57024795,0.59090906,0.6198347,0.6404959,0.62396693,0.6280992,0.60330576,0.5785124,0.59090906,0.60330576,0.56198347,0.5413223,0.5206612,0.59917355,0.6280992,0.661157,0.677686,0.69008267,0.6735537,0.6942149,0.661157,0.6983471,0.6818182,0.6818182,0.71487606,0.677686,0.71900827,0.6322314,0.6363636,0.6446281,0.6528926,0.6735537,0.6983471,0.6942149,0.6942149,0.69008267,0.69008267,0.661157,0.6446281,0.677686,0.6652893,0.6446281,0.6570248,0.60330576,0.53305787,0.5206612,0.59090906,0.6487603,0.7066116,0.607438,0.58264464,0.56198347,0.55785125,0.553719,0.553719,0.57024795,0.57024795,0.58264464,0.607438,0.59504133,0.55785125,0.57438016,0.553719,0.5661157,0.5785124,0.5785124,0.59917355,0.6487603,0.61570245,0.6280992,0.607438,0.56198347,0.58264464,0.58677685,0.55785125,0.5247934,0.5123967,0.58264464,0.60330576,0.61570245,0.6446281,0.677686,0.6694215,0.677686,0.6694215,0.6735537,0.677686,0.6735537,0.7066116,0.6859504,0.661157,0.60330576,0.6280992,0.6570248,0.6322314,0.6859504,0.6859504,0.6570248,0.6694215,0.6818182,0.6570248,0.6363636,0.6570248,0.6983471,0.69008267,0.6570248,0.6198347,0.6322314,0.58677685,0.57438016,0.607438,0.607438,0.6859504,0.59917355,0.5785124,0.59504133,0.60330576,0.59090906,0.5785124,0.5785124,0.57024795,0.5785124,0.59090906,0.58264464,0.553719,0.55785125,0.55785125,0.5495868,0.58264464,0.5785124,0.58264464,0.61570245,0.607438,0.6322314,0.58677685,0.57024795,0.56198347,0.57024795,0.53305787,0.5041322,0.5041322,0.58264464,0.58677685,0.607438,0.6280992,0.6694215,0.6735537,0.6735537,0.6735537,0.661157,0.6652893,0.677686,0.69008267,0.6859504,0.6694215,0.5661157,0.6322314,0.6528926,0.607438,0.6487603,0.6404959,0.6404959,0.6404959,0.677686,0.6404959,0.6487603,0.6942149,0.70247936,0.6859504,0.6404959,0.607438,0.607438,0.59090906,0.59504133,0.61570245,0.60330576,0.553719,0.5041322,0.49173555,0.55785125,0.59090906,0.59917355,0.59917355,0.60330576,0.58677685,0.57024795,0.5661157,0.58264464,0.553719,0.5413223,0.55785125,0.55785125,0.56198347,0.57024795,0.5785124,0.59504133,0.60330576,0.61157024,0.5785124,0.5785124,0.553719,0.553719,0.5206612,0.49586776,0.5041322,0.58677685,0.57024795,0.62396693,0.62396693,0.661157,0.6652893,0.6735537,0.6694215,0.661157,0.6487603,0.6694215,0.6818182,0.6859504,0.6404959,0.57438016,0.6487603,0.6280992,0.59504133,0.61570245,0.58264464,0.6280992,0.6363636,0.6652893,0.6652893,0.6528926,0.6570248,0.61157024,0.5247934,0.47107437,0.43801653,0.446281,0.446281,0.45454547,0.43801653,0.39256197,0.37603307,0.35950413,0.36363637,0.3966942,0.42561984,0.49173555,0.5289256,0.57024795,0.59504133,0.55785125,0.54545456,0.58264464,0.5247934,0.5371901,0.5247934,0.54545456,0.55785125,0.5495868,0.57438016,0.59504133,0.59504133,0.60330576,0.5785124,0.57438016,0.56198347,0.5495868,0.5247934,0.5,0.5082645,0.59504133,0.57438016,0.607438,0.6198347,0.6446281,0.661157,0.6652893,0.6859504,0.6570248,0.6404959,0.6735537,0.677686,0.6528926,0.60330576,0.6446281,0.6652893,0.60330576,0.5785124,0.57024795,0.5661157,0.61157024,0.661157,0.6818182,0.62396693,0.57024795,0.5123967,0.45454547,0.36363637,0.29752067,0.29338843,0.29338843,0.29338843,0.2892562,0.2892562,0.28099173,0.24793388,0.23553719,0.23553719,0.25619835,0.26859504,0.3264463,0.38429752,0.45041323,0.5082645,0.5123967,0.5206612,0.5413223,0.5082645,0.5371901,0.5289256,0.5206612,0.55785125,0.57024795,0.5661157,0.58677685,0.59504133,0.59504133,0.57438016,0.55785125,0.553719,0.553719,0.5206612,0.5041322,0.5082645,0.59504133,0.59090906,0.59917355,0.6280992,0.6322314,0.6446281,0.6446281,0.6735537,0.6570248,0.6280992,0.6818182,0.6859504,0.6652893,0.6404959,0.6735537,0.6322314,0.57024795,0.5661157,0.57438016,0.58677685,0.6198347,0.6487603,0.607438,0.5041322,0.4214876,0.3305785,0.2520661,0.1983471,0.1322314,0.16528925,0.21487603,0.21487603,0.20661157,0.16115703,0.1694215,0.17768595,0.17768595,0.16115703,0.12809917,0.1446281,0.18181819,0.24793388,0.30578512,0.3677686,0.40082645,0.44214877,0.48347107,0.5041322,0.5247934,0.5247934,0.5041322,0.5495868,0.58264464,0.57024795,0.59090906,0.58677685,0.59504133,0.57024795,0.54545456,0.5371901,0.5413223,0.5123967,0.5,0.5,0.57438016,0.58264464,0.59090906,0.61570245,0.62396693,0.61157024,0.6446281,0.661157,0.6404959,0.6363636,0.6570248,0.6487603,0.6322314,0.6487603,0.6446281,0.59504133,0.5165289,0.57438016,0.58264464,0.59917355,0.60330576,0.5661157,0.446281,0.33471075,0.2768595,0.18595041,0.11157025,0.12809917,0.12809917,0.16115703,0.21487603,0.23553719,0.23140496,0.14049587,0.16115703,0.20247933,0.18595041,0.18181819,0.10743801,0.12396694,0.1322314,0.14049587,0.17355372,0.19421488,0.23140496,0.30578512,0.38842976,0.45454547,0.5,0.49173555,0.46694216,0.53305787,0.57438016,0.57024795,0.5785124,0.58677685,0.59917355,0.56198347,0.5495868,0.5413223,0.5371901,0.49586776,0.49173555,0.47933885,0.553719,0.56198347,0.59504133,0.607438,0.61570245,0.607438,0.61157024,0.6322314,0.6322314,0.6363636,0.6446281,0.6280992,0.6404959,0.6363636,0.6280992,0.58677685,0.5413223,0.5785124,0.57024795,0.57024795,0.48347107,0.37603307,0.2644628,0.23140496,0.20661157,0.14876033,0.1446281,0.17768595,0.21487603,0.27272728,0.33471075,0.36363637,0.30578512,0.26859504,0.30165288,0.34710744,0.38429752,0.41322315,0.40082645,0.34710744,0.3305785,0.30991736,0.28099173,0.28512397,0.2520661,0.3140496,0.34710744,0.38842976,0.446281,0.4752066,0.47107437,0.5247934,0.55785125,0.57438016,0.59504133,0.57438016,0.5785124,0.5495868,0.5495868,0.5413223,0.54545456,0.5,0.4752066,0.47107437,0.56198347,0.55785125,0.58264464,0.607438,0.6280992,0.61157024,0.607438,0.6280992,0.6363636,0.6404959,0.6446281,0.6363636,0.6322314,0.6280992,0.61570245,0.58264464,0.553719,0.55785125,0.5413223,0.48347107,0.37603307,0.2603306,0.20247933,0.2768595,0.3181818,0.3677686,0.44214877,0.5371901,0.53305787,0.5041322,0.5082645,0.5082645,0.5,0.49586776,0.5165289,0.5123967,0.4752066,0.47933885,0.5,0.47933885,0.47933885,0.46694216,0.42975205,0.46694216,0.5082645,0.5165289,0.46280992,0.40495867,0.38429752,0.4338843,0.47933885,0.53305787,0.553719,0.5661157,0.58264464,0.57438016,0.553719,0.54545456,0.5495868,0.5371901,0.5289256,0.4876033,0.45867768,0.48347107,0.5495868,0.5495868,0.58264464,0.5785124,0.6280992,0.6280992,0.607438,0.62396693,0.6363636,0.6363636,0.6404959,0.6487603,0.6487603,0.6404959,0.62396693,0.55785125,0.5,0.5041322,0.49173555,0.46694216,0.47933885,0.55785125,0.5413223,0.49586776,0.5165289,0.5165289,0.5495868,0.5495868,0.56198347,0.5289256,0.53305787,0.5247934,0.5123967,0.5165289,0.5247934,0.5206612,0.49173555,0.4752066,0.5,0.4876033,0.5082645,0.5165289,0.5247934,0.5,0.57024795,0.59090906,0.57438016,0.53305787,0.38842976,0.4214876,0.47933885,0.5371901,0.553719,0.55785125,0.57024795,0.5785124,0.553719,0.553719,0.5413223,0.5371901,0.5082645,0.47107437,0.45867768,0.45867768,0.5371901,0.553719,0.57438016,0.56198347,0.59917355,0.62396693,0.59504133,0.6198347,0.6363636,0.6363636,0.6280992,0.6404959,0.6487603,0.6363636,0.6280992,0.57438016,0.49586776,0.4876033,0.5041322,0.55785125,0.61570245,0.6404959,0.6570248,0.61570245,0.59917355,0.59090906,0.58264464,0.5785124,0.55785125,0.553719,0.553719,0.5371901,0.5371901,0.53305787,0.53305787,0.5041322,0.5,0.5,0.5165289,0.5206612,0.53305787,0.54545456,0.5247934,0.5247934,0.5495868,0.59090906,0.59090906,0.58677685,0.5247934,0.43801653,0.46280992,0.5371901,0.553719,0.5371901,0.57438016,0.58264464,0.57024795,0.55785125,0.5371901,0.5247934,0.5,0.46280992,0.46280992,0.46280992,0.5,0.5495868,0.55785125,0.553719,0.57438016,0.61157024,0.61570245,0.6198347,0.62396693,0.6487603,0.6363636,0.6487603,0.6487603,0.6322314,0.6322314,0.58677685,0.47933885,0.5206612,0.56198347,0.62396693,0.6694215,0.6652893,0.6570248,0.6363636,0.6280992,0.6322314,0.62396693,0.6198347,0.59090906,0.56198347,0.5413223,0.5041322,0.49173555,0.5247934,0.4752066,0.45454547,0.43801653,0.45867768,0.48347107,0.5082645,0.5082645,0.5123967,0.5041322,0.5082645,0.5247934,0.57438016,0.58677685,0.58264464,0.57438016,0.49586776,0.46280992,0.5041322,0.54545456,0.5495868,0.56198347,0.57024795,0.57438016,0.553719,0.5206612,0.5206612,0.49173555,0.45041323,0.45867768,0.47933885,0.4752066,0.54545456,0.5413223,0.5495868,0.5495868,0.59917355,0.61157024,0.61570245,0.62396693,0.6404959,0.6446281,0.6404959,0.6363636,0.6322314,0.6322314,0.58677685,0.49173555,0.5495868,0.60330576,0.661157,0.677686,0.677686,0.661157,0.6280992,0.61570245,0.59504133,0.58264464,0.5785124,0.553719,0.5247934,0.48347107,0.41322315,0.40495867,0.4214876,0.3966942,0.39256197,0.38842976,0.41322315,0.42975205,0.4752066,0.48347107,0.48347107,0.5206612,0.5413223,0.5413223,0.57024795,0.57024795,0.5785124,0.55785125,0.5206612,0.48347107,0.4876033,0.5371901,0.5413223,0.54545456,0.553719,0.56198347,0.5371901,0.5165289,0.5165289,0.47933885,0.45041323,0.45454547,0.47933885,0.446281,0.53305787,0.5413223,0.5413223,0.5371901,0.59917355,0.59917355,0.59917355,0.6198347,0.6280992,0.6322314,0.6363636,0.6404959,0.6280992,0.61157024,0.57438016,0.5247934,0.553719,0.61157024,0.6487603,0.6528926,0.6652893,0.6528926,0.62396693,0.62396693,0.58264464,0.56198347,0.56198347,0.5371901,0.49586776,0.44214877,0.38842976,0.39256197,0.38842976,0.38016528,0.3677686,0.37190083,0.3966942,0.4338843,0.46694216,0.49586776,0.5041322,0.5495868,0.57438016,0.54545456,0.553719,0.56198347,0.553719,0.553719,0.5206612,0.5082645,0.48347107,0.5082645,0.54545456,0.53305787,0.53305787,0.5495868,0.5289256,0.5123967,0.5082645,0.46694216,0.45867768,0.45867768,0.47933885,0.41735536,0.5082645,0.5413223,0.53305787,0.5495868,0.5661157,0.61570245,0.58677685,0.60330576,0.6198347,0.61570245,0.6280992,0.6363636,0.61157024,0.607438,0.5785124,0.5495868,0.57438016,0.59917355,0.6198347,0.6322314,0.6446281,0.62396693,0.6363636,0.6404959,0.61157024,0.61157024,0.57438016,0.54545456,0.5247934,0.4876033,0.43801653,0.4338843,0.4214876,0.39256197,0.38842976,0.4214876,0.44214877,0.46694216,0.4876033,0.5,0.5289256,0.5247934,0.55785125,0.553719,0.55785125,0.49586776,0.5661157,0.5413223,0.5206612,0.5289256,0.5,0.4876033,0.5289256,0.5289256,0.5165289,0.5289256,0.5247934,0.49173555,0.4876033,0.46694216,0.45867768,0.446281,0.5041322,0.39256197,0.5123967,0.5247934,0.5289256,0.53305787,0.54545456,0.60330576,0.59504133,0.59917355,0.61570245,0.59504133,0.607438,0.61570245,0.61157024,0.59917355,0.57024795,0.5661157,0.57438016,0.5785124,0.60330576,0.61570245,0.6280992,0.6198347,0.6363636,0.6198347,0.62396693,0.6198347,0.59917355,0.56198347,0.5371901,0.53305787,0.4876033,0.46694216,0.4338843,0.41735536,0.40082645,0.42561984,0.45454547,0.4752066,0.4876033,0.49173555,0.5041322,0.5165289,0.5371901,0.56198347,0.56198347,0.5082645,0.54545456,0.5371901,0.5495868,0.54545456,0.5165289,0.5,0.49173555,0.5082645,0.5206612,0.5247934,0.5206612,0.49586776,0.47933885,0.4752066,0.45454547,0.45867768,0.4876033,0.3677686,0.5289256,0.5123967,0.5206612,0.5123967,0.54545456,0.58264464,0.59504133,0.60330576,0.57438016,0.607438,0.59504133,0.59917355,0.59090906,0.58677685,0.55785125,0.5661157,0.57024795,0.5785124,0.59504133,0.61570245,0.607438,0.61570245,0.62396693,0.61157024,0.60330576,0.59917355,0.58677685,0.5661157,0.5413223,0.5247934,0.5041322,0.47933885,0.46280992,0.46280992,0.42561984,0.42975205,0.45041323,0.45867768,0.47933885,0.4876033,0.4876033,0.49586776,0.5247934,0.5413223,0.5413223,0.53305787,0.54545456,0.54545456,0.553719,0.553719,0.5247934,0.5165289,0.48347107,0.5041322,0.5082645,0.5082645,0.49586776,0.4876033,0.4752066,0.47933885,0.446281,0.46280992,0.44214877,0.3553719,0.5413223,0.5206612,0.5206612,0.5206612,0.5495868,0.57024795,0.59090906,0.60330576,0.5661157,0.59917355,0.58677685,0.59917355,0.57438016,0.59504133,0.553719,0.55785125,0.57024795,0.59504133,0.59090906,0.59090906,0.607438,0.607438,0.6198347,0.61157024,0.58264464,0.5785124,0.57024795,0.55785125,0.5495868,0.5165289,0.5247934,0.5123967,0.5206612,0.5247934,0.5165289,0.48347107,0.47107437,0.446281,0.47107437,0.4752066,0.48347107,0.49173555,0.5247934,0.5413223,0.53305787,0.5413223,0.5371901,0.54545456,0.5495868,0.5371901,0.5165289,0.5247934,0.5,0.49586776,0.5206612,0.49173555,0.4876033,0.49173555,0.47107437,0.47107437,0.42975205,0.4752066,0.3966942,0.37603307,0.553719,0.5413223,0.5247934,0.5082645,0.56198347,0.56198347,0.57438016,0.58264464,0.5785124,0.58677685,0.58677685,0.59090906,0.58264464,0.5661157,0.55785125,0.5785124,0.57024795,0.59917355,0.59090906,0.59090906,0.59504133,0.62396693,0.60330576,0.6198347,0.59917355,0.5785124,0.5661157,0.5495868,0.54545456,0.53305787,0.5371901,0.5495868,0.5495868,0.5206612,0.5247934,0.5165289,0.5289256,0.5,0.49586776,0.48347107,0.5082645,0.5,0.54545456,0.553719,0.5413223,0.5371901,0.5371901,0.5495868,0.54545456,0.5289256,0.5123967,0.5165289,0.5206612,0.49586776,0.5,0.5041322,0.49173555,0.49173555,0.47107437,0.46280992,0.4214876,0.5206612,0.30578512,0.35123968,0.5495868,0.54545456,0.5371901,0.49586776,0.5661157,0.5661157,0.5785124,0.5661157,0.5661157,0.5785124,0.58677685,0.57438016,0.57024795,0.57438016,0.58677685,0.59504133,0.59504133,0.59504133,0.62396693,0.62396693,0.59090906,0.6280992,0.607438,0.6280992,0.61570245,0.59504133,0.57438016,0.57438016,0.58677685,0.58264464,0.59090906,0.58677685,0.5785124,0.5495868,0.5495868,0.5661157,0.57438016,0.5661157,0.5661157,0.5495868,0.553719,0.53305787,0.5495868,0.56198347,0.5661157,0.5247934,0.5371901,0.5661157,0.54545456,0.5165289,0.5,0.5041322,0.5206612,0.4876033,0.49586776,0.49586776,0.4752066,0.48347107,0.47107437,0.44214877,0.43801653,0.5165289,0.1983471,0.30578512,0.5247934,0.54545456,0.5413223,0.5247934,0.53305787,0.5785124,0.56198347,0.5661157,0.58264464,0.57024795,0.57438016,0.5661157,0.57024795,0.57024795,0.58264464,0.58264464,0.58677685,0.59090906,0.62396693,0.6363636,0.61570245,0.61157024,0.6363636,0.6280992,0.6198347,0.61570245,0.61570245,0.6322314,0.6487603,0.6446281,0.6363636,0.61570245,0.59917355,0.58264464,0.57438016,0.57024795,0.5661157,0.55785125,0.5661157,0.553719,0.56198347,0.55785125,0.5495868,0.553719,0.54545456,0.53305787,0.54545456,0.5495868,0.54545456,0.4876033,0.47107437,0.46280992,0.5041322,0.47933885,0.49173555,0.5041322,0.48347107,0.4876033,0.46694216,0.45041323,0.48347107,0.43801653,0.16528925,0.26859504,0.5165289,0.5413223,0.5165289,0.5413223,0.5289256,0.55785125,0.5661157,0.57438016,0.5661157,0.58264464,0.56198347,0.5413223,0.56198347,0.57024795,0.5661157,0.56198347,0.55785125,0.56198347,0.607438,0.6280992,0.6280992,0.61157024,0.6280992,0.6404959,0.6198347,0.6446281,0.6652893,0.6570248,0.677686,0.6487603,0.6322314,0.6198347,0.5661157,0.5661157,0.57438016,0.59090906,0.55785125,0.5371901,0.54545456,0.54545456,0.5495868,0.553719,0.5413223,0.5413223,0.5495868,0.553719,0.5661157,0.5371901,0.5289256,0.5,0.45454547,0.45041323,0.49586776,0.45454547,0.49173555,0.4752066,0.4876033,0.4876033,0.45867768,0.45454547,0.5,0.38016528,0.12396694,14 +0.5289256,0.55785125,0.56198347,0.59917355,0.60330576,0.61570245,0.6363636,0.6487603,0.6570248,0.6735537,0.69008267,0.6942149,0.6983471,0.70247936,0.71487606,0.7355372,0.7355372,0.75206614,0.75619835,0.76033056,0.7644628,0.75619835,0.74793386,0.76033056,0.76859504,0.7644628,0.76033056,0.75206614,0.74793386,0.75619835,0.75619835,0.76033056,0.75619835,0.75206614,0.76033056,0.76033056,0.75206614,0.74793386,0.75206614,0.76033056,0.74380165,0.7231405,0.677686,0.58264464,0.55785125,0.5661157,0.59090906,0.661157,0.6942149,0.661157,0.5165289,0.49173555,0.5082645,0.49173555,0.5,0.5041322,0.5082645,0.4752066,0.47107437,0.44214877,0.41735536,0.4338843,0.42561984,0.4090909,0.5247934,0.56198347,0.5661157,0.58677685,0.607438,0.61157024,0.6404959,0.6446281,0.6570248,0.6735537,0.6859504,0.6983471,0.7107438,0.70247936,0.7231405,0.72727275,0.7355372,0.75206614,0.74793386,0.74380165,0.74793386,0.74380165,0.73966944,0.74793386,0.75619835,0.76033056,0.7644628,0.7644628,0.75206614,0.75206614,0.76033056,0.75619835,0.74793386,0.74793386,0.76033056,0.7644628,0.76033056,0.75619835,0.76033056,0.76033056,0.75619835,0.74793386,0.73966944,0.6983471,0.6446281,0.6363636,0.6280992,0.62396693,0.6694215,0.6859504,0.6404959,0.5785124,0.5247934,0.49173555,0.48347107,0.4752066,0.4752066,0.44214877,0.44214877,0.42975205,0.3966942,0.4338843,0.46280992,0.48347107,0.5165289,0.5413223,0.553719,0.57438016,0.59917355,0.6198347,0.6404959,0.6487603,0.6528926,0.6735537,0.6818182,0.70247936,0.7066116,0.70247936,0.7231405,0.7066116,0.71900827,0.77272725,0.7644628,0.75206614,0.74380165,0.75619835,0.74380165,0.74793386,0.75206614,0.7644628,0.7644628,0.76859504,0.75206614,0.75619835,0.76859504,0.76033056,0.74793386,0.75206614,0.7644628,0.76859504,0.76859504,0.75619835,0.75206614,0.75619835,0.7644628,0.75619835,0.75206614,0.74380165,0.7107438,0.6818182,0.6694215,0.661157,0.6404959,0.6404959,0.6694215,0.6528926,0.62396693,0.58677685,0.5371901,0.48347107,0.47107437,0.45041323,0.4338843,0.45041323,0.4338843,0.45454547,0.5,0.47933885,0.5247934,0.5413223,0.5413223,0.5661157,0.58264464,0.61157024,0.6363636,0.6528926,0.6570248,0.6735537,0.6818182,0.6983471,0.70247936,0.7107438,0.71900827,0.7231405,0.7355372,0.76859504,0.75206614,0.76033056,0.76033056,0.7768595,0.7644628,0.76859504,0.76859504,0.76859504,0.7768595,0.78099173,0.76033056,0.76033056,0.7644628,0.76033056,0.7644628,0.76033056,0.77272725,0.78099173,0.78099173,0.76859504,0.74793386,0.75619835,0.76033056,0.75619835,0.74793386,0.75206614,0.74380165,0.71487606,0.6859504,0.6983471,0.6818182,0.6322314,0.6322314,0.6446281,0.6322314,0.62396693,0.59504133,0.553719,0.5371901,0.5247934,0.5,0.5123967,0.5082645,0.46280992,0.5165289,0.4752066,0.5082645,0.5289256,0.5289256,0.553719,0.5785124,0.60330576,0.6322314,0.6528926,0.6652893,0.6735537,0.6818182,0.6859504,0.69008267,0.70247936,0.7231405,0.7231405,0.74380165,0.76859504,0.75619835,0.75619835,0.7644628,0.7933884,0.7768595,0.78099173,0.77272725,0.7768595,0.7892562,0.7933884,0.78512394,0.7644628,0.77272725,0.77272725,0.76859504,0.7644628,0.76859504,0.7768595,0.78512394,0.78099173,0.7644628,0.7644628,0.76859504,0.77272725,0.76859504,0.75206614,0.75206614,0.7355372,0.7107438,0.7107438,0.7107438,0.6818182,0.6528926,0.6446281,0.6280992,0.62396693,0.61570245,0.59504133,0.5785124,0.56198347,0.5495868,0.5495868,0.5371901,0.48347107,0.5206612,0.5041322,0.5,0.5165289,0.53305787,0.5413223,0.5661157,0.59090906,0.62396693,0.6528926,0.661157,0.6652893,0.6735537,0.69008267,0.6983471,0.7066116,0.7231405,0.72727275,0.73966944,0.76033056,0.76033056,0.75206614,0.74380165,0.78099173,0.7644628,0.7768595,0.77272725,0.78512394,0.78099173,0.7892562,0.7933884,0.7768595,0.7644628,0.77272725,0.76859504,0.75619835,0.7644628,0.76859504,0.78099173,0.78099173,0.76859504,0.77272725,0.77272725,0.77272725,0.77272725,0.7644628,0.76859504,0.75206614,0.72727275,0.7231405,0.7107438,0.70247936,0.6942149,0.6735537,0.6694215,0.6652893,0.6404959,0.61570245,0.59917355,0.57438016,0.55785125,0.553719,0.5495868,0.5,0.4752066,0.5165289,0.5082645,0.5123967,0.5247934,0.5413223,0.55785125,0.58264464,0.62396693,0.6404959,0.6363636,0.6446281,0.661157,0.69008267,0.70247936,0.71487606,0.72727275,0.7231405,0.73140496,0.74793386,0.76033056,0.75206614,0.7355372,0.75619835,0.75206614,0.75206614,0.76859504,0.7644628,0.76859504,0.76033056,0.7644628,0.75619835,0.7644628,0.77272725,0.76859504,0.75619835,0.74793386,0.75619835,0.76033056,0.76033056,0.74380165,0.75206614,0.75206614,0.74793386,0.75206614,0.74793386,0.74380165,0.74793386,0.73140496,0.71487606,0.6942149,0.6859504,0.6818182,0.6735537,0.6652893,0.6528926,0.62396693,0.59917355,0.60330576,0.607438,0.58264464,0.55785125,0.53305787,0.5041322,0.46694216,0.49173555,0.5123967,0.5165289,0.5082645,0.5247934,0.55785125,0.58677685,0.61157024,0.60330576,0.59504133,0.61157024,0.6363636,0.6570248,0.677686,0.69008267,0.7066116,0.70247936,0.6942149,0.70247936,0.71900827,0.71487606,0.6818182,0.6942149,0.71487606,0.7231405,0.7231405,0.72727275,0.7355372,0.72727275,0.72727275,0.71900827,0.74380165,0.7768595,0.76033056,0.74793386,0.71900827,0.73140496,0.71900827,0.7107438,0.7107438,0.71900827,0.7066116,0.6859504,0.69008267,0.6652893,0.6694215,0.6983471,0.677686,0.6322314,0.6198347,0.61157024,0.60330576,0.61157024,0.61157024,0.59504133,0.5785124,0.553719,0.55785125,0.59917355,0.59917355,0.56198347,0.5371901,0.5041322,0.46694216,0.47107437,0.5041322,0.5041322,0.5041322,0.5247934,0.5661157,0.59504133,0.58264464,0.5495868,0.53305787,0.54545456,0.57024795,0.57024795,0.56198347,0.57438016,0.57438016,0.59090906,0.5785124,0.55785125,0.54545456,0.57024795,0.5661157,0.57438016,0.61157024,0.6446281,0.6487603,0.677686,0.677686,0.6818182,0.7066116,0.69008267,0.71487606,0.76033056,0.74793386,0.73140496,0.7107438,0.7107438,0.7066116,0.677686,0.6694215,0.661157,0.6487603,0.56198347,0.5495868,0.5206612,0.5041322,0.5206612,0.47933885,0.45041323,0.45867768,0.4752066,0.48347107,0.4876033,0.49173555,0.49173555,0.5082645,0.5082645,0.4876033,0.49586776,0.5413223,0.56198347,0.5413223,0.5,0.47107437,0.46694216,0.49173555,0.49586776,0.49586776,0.5247934,0.57438016,0.58677685,0.5371901,0.48347107,0.47107437,0.47933885,0.48347107,0.47933885,0.46694216,0.4338843,0.40082645,0.3966942,0.38016528,0.38429752,0.38429752,0.40495867,0.46280992,0.4752066,0.5041322,0.54545456,0.55785125,0.59917355,0.6404959,0.6735537,0.677686,0.6983471,0.7107438,0.71487606,0.73140496,0.71487606,0.6859504,0.69008267,0.6859504,0.6446281,0.59917355,0.553719,0.53305787,0.45867768,0.4214876,0.4090909,0.36363637,0.3181818,0.32231405,0.3181818,0.3305785,0.3553719,0.37190083,0.38842976,0.3677686,0.38016528,0.42975205,0.44214877,0.4338843,0.45041323,0.46280992,0.5123967,0.5413223,0.5165289,0.4876033,0.46694216,0.4876033,0.4876033,0.49586776,0.5206612,0.55785125,0.53305787,0.48347107,0.44214877,0.42561984,0.44214877,0.43801653,0.41735536,0.38429752,0.34710744,0.30578512,0.3140496,0.30165288,0.3181818,0.35123968,0.3553719,0.40495867,0.43801653,0.45454547,0.4752066,0.5,0.5289256,0.59090906,0.6487603,0.6528926,0.6694215,0.6818182,0.70247936,0.7107438,0.70247936,0.6652893,0.6694215,0.6404959,0.60330576,0.54545456,0.49586776,0.446281,0.42975205,0.40082645,0.36363637,0.30991736,0.30991736,0.30578512,0.30165288,0.32231405,0.3264463,0.3305785,0.3429752,0.3181818,0.338843,0.38429752,0.37190083,0.3305785,0.3677686,0.41322315,0.446281,0.49173555,0.5082645,0.5,0.4752066,0.5,0.49173555,0.5,0.5082645,0.5041322,0.446281,0.41735536,0.3966942,0.3677686,0.38429752,0.3677686,0.338843,0.32231405,0.3264463,0.34710744,0.35950413,0.35950413,0.35950413,0.38016528,0.38842976,0.40495867,0.42561984,0.446281,0.45041323,0.49173555,0.5041322,0.55785125,0.62396693,0.6487603,0.6652893,0.6818182,0.71487606,0.71900827,0.70247936,0.6570248,0.6570248,0.59504133,0.553719,0.5247934,0.48347107,0.4338843,0.42975205,0.3966942,0.36363637,0.3553719,0.36363637,0.41322315,0.41735536,0.4214876,0.42561984,0.38016528,0.36363637,0.34710744,0.35123968,0.37603307,0.3677686,0.3264463,0.30991736,0.3429752,0.36363637,0.446281,0.4752066,0.49586776,0.47933885,0.5041322,0.4876033,0.49173555,0.49173555,0.45041323,0.39256197,0.38429752,0.36363637,0.3305785,0.3305785,0.3264463,0.34710744,0.38016528,0.41322315,0.45041323,0.47107437,0.46694216,0.43801653,0.42561984,0.41735536,0.40495867,0.40495867,0.41735536,0.42561984,0.46280992,0.49586776,0.5289256,0.59917355,0.6570248,0.677686,0.6942149,0.73140496,0.72727275,0.70247936,0.661157,0.6322314,0.56198347,0.5123967,0.49586776,0.45041323,0.42561984,0.41735536,0.40495867,0.3966942,0.40495867,0.4214876,0.46694216,0.47933885,0.49586776,0.5123967,0.4876033,0.45454547,0.4214876,0.3966942,0.38842976,0.37603307,0.34710744,0.32231405,0.3429752,0.3264463,0.37190083,0.42561984,0.46694216,0.4752066,0.5041322,0.4752066,0.47933885,0.46694216,0.4090909,0.37603307,0.38429752,0.35950413,0.34710744,0.3553719,0.37603307,0.4338843,0.49586776,0.5289256,0.54545456,0.5371901,0.5082645,0.45867768,0.41735536,0.38429752,0.35123968,0.35950413,0.39256197,0.38842976,0.39256197,0.42975205,0.5041322,0.59917355,0.6528926,0.677686,0.7107438,0.74380165,0.73966944,0.71900827,0.6694215,0.61570245,0.5495868,0.5,0.45041323,0.41322315,0.41735536,0.41322315,0.4090909,0.40495867,0.39256197,0.37190083,0.4214876,0.45454547,0.46280992,0.4876033,0.5123967,0.5082645,0.48347107,0.45867768,0.4338843,0.40495867,0.338843,0.3305785,0.32231405,0.32231405,0.30165288,0.38429752,0.44214877,0.46694216,0.5165289,0.48347107,0.47107437,0.4338843,0.38429752,0.38429752,0.38842976,0.3966942,0.3966942,0.4090909,0.42561984,0.47933885,0.5,0.5,0.47107437,0.4214876,0.37603307,0.34710744,0.30165288,0.30165288,0.32231405,0.3181818,0.34710744,0.38016528,0.37190083,0.3553719,0.43801653,0.57438016,0.6570248,0.70247936,0.75206614,0.7768595,0.76033056,0.7231405,0.6652893,0.607438,0.54545456,0.4876033,0.41735536,0.40082645,0.42561984,0.4090909,0.37190083,0.3429752,0.3181818,0.23553719,0.2520661,0.3140496,0.30578512,0.3181818,0.37603307,0.4214876,0.446281,0.46694216,0.4752066,0.46694216,0.4214876,0.40082645,0.36363637,0.38842976,0.3553719,0.32231405,0.4214876,0.46694216,0.5123967,0.49586776,0.46694216,0.41322315,0.37190083,0.4090909,0.41322315,0.44214877,0.43801653,0.44214877,0.44214877,0.42975205,0.38842976,0.3181818,0.26859504,0.19008264,0.21487603,0.35950413,0.24793388,0.2644628,0.4214876,0.37190083,0.30991736,0.3429752,0.38429752,0.3677686,0.39256197,0.5165289,0.6322314,0.70247936,0.75206614,0.78512394,0.77272725,0.73140496,0.6652893,0.59090906,0.5247934,0.45454547,0.40495867,0.42561984,0.446281,0.38429752,0.3264463,0.38842976,0.45041323,0.2892562,0.21900827,0.37190083,0.24380165,0.15289256,0.2231405,0.2892562,0.30991736,0.3429752,0.41322315,0.45867768,0.47933885,0.446281,0.4090909,0.4090909,0.39256197,0.3553719,0.4090909,0.45454547,0.49586776,0.49173555,0.48347107,0.40495867,0.38429752,0.41735536,0.45041323,0.46280992,0.47933885,0.41735536,0.37190083,0.2768595,0.2644628,0.32231405,0.2520661,0.19008264,0.19421488,0.41322315,0.3140496,0.30165288,0.55785125,0.5165289,0.38016528,0.3305785,0.3677686,0.40082645,0.41735536,0.49173555,0.58677685,0.6735537,0.7355372,0.78099173,0.78099173,0.73966944,0.6570248,0.5661157,0.49586776,0.42975205,0.41322315,0.47933885,0.48347107,0.37603307,0.3429752,0.5206612,0.58264464,0.3966942,0.2231405,0.3677686,0.30991736,0.17768595,0.24380165,0.32231405,0.24380165,0.2231405,0.27272728,0.34710744,0.446281,0.46694216,0.4338843,0.42975205,0.38429752,0.3966942,0.4090909,0.45454547,0.49586776,0.48347107,0.48347107,0.4338843,0.41735536,0.42975205,0.46694216,0.46694216,0.45041323,0.3429752,0.23966943,0.16115703,0.3429752,0.48347107,0.3264463,0.2768595,0.2231405,0.23553719,0.30578512,0.38016528,0.60330576,0.58677685,0.46280992,0.38842976,0.38429752,0.46694216,0.46280992,0.5,0.55785125,0.6404959,0.71900827,0.76859504,0.77272725,0.7355372,0.6487603,0.54545456,0.48347107,0.4214876,0.43801653,0.54545456,0.47933885,0.47933885,0.5041322,0.57024795,0.607438,0.4338843,0.30165288,0.2603306,0.26859504,0.2603306,0.34710744,0.42975205,0.3181818,0.2107438,0.22727273,0.2603306,0.34710744,0.45041323,0.45867768,0.45454547,0.42561984,0.4214876,0.41735536,0.47933885,0.5082645,0.49173555,0.47933885,0.46694216,0.45454547,0.45041323,0.47933885,0.45867768,0.37603307,0.2644628,0.21900827,0.2231405,0.38842976,0.5371901,0.446281,0.3264463,0.30165288,0.3181818,0.3677686,0.47107437,0.57438016,0.5413223,0.49173555,0.47107437,0.5041322,0.5206612,0.5165289,0.5371901,0.56198347,0.61157024,0.6983471,0.75206614,0.75206614,0.7231405,0.6363636,0.5413223,0.4876033,0.4338843,0.44214877,0.5661157,0.5413223,0.5,0.5413223,0.5206612,0.553719,0.5123967,0.41735536,0.37603307,0.35950413,0.35950413,0.43801653,0.47933885,0.4090909,0.29338843,0.27272728,0.32231405,0.3140496,0.3553719,0.44214877,0.45867768,0.44214877,0.45454547,0.45454547,0.4876033,0.5082645,0.5,0.49586776,0.4876033,0.4876033,0.4752066,0.45454547,0.40082645,0.37603307,0.2892562,0.25619835,0.39256197,0.42561984,0.49586776,0.5123967,0.45867768,0.45041323,0.47933885,0.5165289,0.5413223,0.57024795,0.54545456,0.54545456,0.57024795,0.5785124,0.5785124,0.5661157,0.54545456,0.553719,0.59090906,0.6818182,0.75619835,0.7355372,0.72727275,0.62396693,0.5206612,0.49173555,0.46694216,0.46694216,0.5247934,0.58677685,0.59090906,0.55785125,0.5495868,0.5371901,0.553719,0.56198347,0.5289256,0.5082645,0.5041322,0.5082645,0.5165289,0.49173555,0.4214876,0.39256197,0.42975205,0.42975205,0.3677686,0.35950413,0.42975205,0.45867768,0.47933885,0.5082645,0.53305787,0.5123967,0.5165289,0.54545456,0.5371901,0.5165289,0.47107437,0.41735536,0.42561984,0.45041323,0.4214876,0.41322315,0.48347107,0.5206612,0.5289256,0.5247934,0.5495868,0.59504133,0.59090906,0.59504133,0.57438016,0.58677685,0.59504133,0.59504133,0.6280992,0.58677685,0.58677685,0.607438,0.5661157,0.5495868,0.5661157,0.6652893,0.76033056,0.7231405,0.71900827,0.61157024,0.5,0.49586776,0.4876033,0.5123967,0.5123967,0.53305787,0.59090906,0.607438,0.58677685,0.5661157,0.55785125,0.58264464,0.57024795,0.57438016,0.59504133,0.5785124,0.5661157,0.55785125,0.5247934,0.5082645,0.5165289,0.5206612,0.4876033,0.4338843,0.41735536,0.44214877,0.48347107,0.5247934,0.5495868,0.5165289,0.54545456,0.59504133,0.59504133,0.54545456,0.4876033,0.5041322,0.5661157,0.61570245,0.58264464,0.5495868,0.5495868,0.5785124,0.58677685,0.59090906,0.607438,0.6363636,0.6322314,0.61570245,0.60330576,0.6280992,0.6446281,0.6322314,0.6487603,0.59917355,0.60330576,0.60330576,0.58677685,0.5413223,0.5371901,0.6528926,0.76859504,0.7231405,0.69008267,0.59504133,0.4876033,0.49586776,0.5165289,0.5371901,0.54545456,0.5371901,0.5661157,0.61570245,0.6280992,0.607438,0.5785124,0.57438016,0.58264464,0.59090906,0.607438,0.60330576,0.59917355,0.59090906,0.58677685,0.58677685,0.59917355,0.6198347,0.6322314,0.6280992,0.57438016,0.53305787,0.53305787,0.553719,0.57024795,0.5247934,0.57024795,0.6322314,0.6487603,0.6198347,0.59504133,0.6322314,0.6735537,0.6942149,0.6818182,0.6694215,0.6487603,0.6446281,0.6570248,0.6446281,0.6280992,0.6446281,0.6487603,0.661157,0.6487603,0.6652893,0.677686,0.6652893,0.6487603,0.60330576,0.607438,0.59504133,0.59090906,0.53305787,0.5289256,0.6446281,0.73966944,0.71487606,0.6735537,0.59090906,0.48347107,0.49586776,0.53305787,0.53305787,0.553719,0.57438016,0.58677685,0.59917355,0.61570245,0.6487603,0.6404959,0.6198347,0.6280992,0.6280992,0.62396693,0.6322314,0.6322314,0.6404959,0.6363636,0.6363636,0.6446281,0.6652893,0.6652893,0.6570248,0.6570248,0.6198347,0.58264464,0.57438016,0.57024795,0.5413223,0.59090906,0.6487603,0.6694215,0.6694215,0.6694215,0.6859504,0.6942149,0.70247936,0.71487606,0.7066116,0.677686,0.6735537,0.6735537,0.6487603,0.6446281,0.6694215,0.6694215,0.6942149,0.6983471,0.69008267,0.69008267,0.6735537,0.6487603,0.607438,0.59504133,0.5785124,0.5785124,0.5165289,0.5371901,0.6404959,0.74380165,0.6983471,0.69008267,0.607438,0.49586776,0.4876033,0.5413223,0.5371901,0.5371901,0.57438016,0.61570245,0.60330576,0.60330576,0.6363636,0.6446281,0.6363636,0.6570248,0.6652893,0.6694215,0.6818182,0.677686,0.6735537,0.677686,0.677686,0.677686,0.677686,0.6818182,0.6818182,0.6570248,0.6322314,0.6198347,0.59917355,0.5785124,0.54545456,0.60330576,0.6404959,0.6528926,0.6735537,0.6859504,0.6942149,0.6942149,0.7066116,0.72727275,0.7107438,0.6859504,0.6859504,0.6818182,0.6735537,0.6694215,0.6942149,0.6983471,0.71487606,0.71900827,0.7066116,0.6818182,0.6694215,0.6528926,0.61570245,0.58264464,0.58264464,0.5661157,0.5289256,0.55785125,0.661157,0.75619835,0.6942149,0.71487606,0.6404959,0.5123967,0.49586776,0.5371901,0.54545456,0.5413223,0.5661157,0.59917355,0.62396693,0.6198347,0.6487603,0.6570248,0.6446281,0.6528926,0.6694215,0.6859504,0.7066116,0.7107438,0.70247936,0.6983471,0.71487606,0.7066116,0.6983471,0.7066116,0.69008267,0.6528926,0.62396693,0.6198347,0.60330576,0.5785124,0.5495868,0.59917355,0.6280992,0.6446281,0.6694215,0.6859504,0.6859504,0.6983471,0.7066116,0.7107438,0.7107438,0.7066116,0.7066116,0.70247936,0.6942149,0.6983471,0.7066116,0.71487606,0.73140496,0.72727275,0.7066116,0.6859504,0.677686,0.6487603,0.59090906,0.58264464,0.59090906,0.56198347,0.5371901,0.60330576,0.6859504,0.75206614,0.6983471,0.7107438,0.6652893,0.54545456,0.53305787,0.53305787,0.553719,0.54545456,0.5495868,0.57024795,0.607438,0.6322314,0.6652893,0.6528926,0.6528926,0.6652893,0.6652893,0.6735537,0.69008267,0.7066116,0.70247936,0.7066116,0.73140496,0.7066116,0.69008267,0.6942149,0.6818182,0.6528926,0.6363636,0.61157024,0.59090906,0.57024795,0.5495868,0.59504133,0.61570245,0.6280992,0.661157,0.6859504,0.6818182,0.69008267,0.70247936,0.7066116,0.71487606,0.71487606,0.7107438,0.70247936,0.71900827,0.73140496,0.71487606,0.7107438,0.72727275,0.7355372,0.71900827,0.6859504,0.677686,0.6570248,0.607438,0.58264464,0.58264464,0.57024795,0.56198347,0.61157024,0.7231405,0.74793386,0.7066116,0.7066116,0.6735537,0.59090906,0.5661157,0.54545456,0.553719,0.56198347,0.5495868,0.56198347,0.59090906,0.6446281,0.677686,0.6528926,0.661157,0.677686,0.677686,0.6694215,0.6818182,0.69008267,0.6983471,0.6942149,0.70247936,0.7066116,0.6859504,0.6859504,0.6652893,0.6322314,0.62396693,0.61157024,0.58677685,0.56198347,0.5413223,0.58264464,0.60330576,0.59917355,0.6322314,0.661157,0.661157,0.6818182,0.69008267,0.70247936,0.7066116,0.7066116,0.71487606,0.71487606,0.72727275,0.73966944,0.71900827,0.7066116,0.73140496,0.7355372,0.7355372,0.70247936,0.6735537,0.6528926,0.61157024,0.58677685,0.5661157,0.57024795,0.57438016,0.61570245,0.7355372,0.75619835,0.70247936,0.6983471,0.6735537,0.607438,0.5785124,0.5371901,0.54545456,0.5661157,0.5661157,0.5785124,0.607438,0.6446281,0.6735537,0.6694215,0.6818182,0.6942149,0.69008267,0.6735537,0.6818182,0.69008267,0.69008267,0.6942149,0.6942149,0.69008267,0.6694215,0.6570248,0.6446281,0.607438,0.59917355,0.59917355,0.5785124,0.5495868,0.5289256,0.57024795,0.59504133,0.5785124,0.59504133,0.6446281,0.62396693,0.6363636,0.661157,0.6735537,0.6859504,0.6942149,0.70247936,0.7107438,0.72727275,0.73140496,0.71487606,0.70247936,0.7231405,0.73140496,0.7231405,0.7107438,0.6735537,0.6363636,0.61157024,0.57438016,0.553719,0.57024795,0.59917355,0.6322314,0.72727275,0.76033056,0.7107438,0.6942149,0.6570248,0.6198347,0.59504133,0.5289256,0.5289256,0.5495868,0.5661157,0.5785124,0.607438,0.6528926,0.6652893,0.6942149,0.6818182,0.6983471,0.70247936,0.69008267,0.677686,0.7066116,0.6859504,0.6694215,0.6859504,0.6735537,0.6280992,0.61157024,0.61570245,0.58677685,0.5785124,0.5785124,0.56198347,0.5413223,0.5165289,0.553719,0.58264464,0.57438016,0.57024795,0.61570245,0.61570245,0.61157024,0.6322314,0.661157,0.6694215,0.6694215,0.6818182,0.6983471,0.7107438,0.71487606,0.71487606,0.6942149,0.6983471,0.71900827,0.6983471,0.677686,0.661157,0.6198347,0.58677685,0.54545456,0.5289256,0.57024795,0.607438,0.6404959,0.71487606,0.74793386,0.71487606,0.7066116,0.6694215,0.6322314,0.607438,0.5289256,0.5206612,0.49586776,0.5165289,0.56198347,0.59504133,0.6446281,0.6652893,0.6942149,0.69008267,0.70247936,0.72727275,0.6983471,0.6859504,0.69008267,0.6818182,0.6652893,0.6570248,0.6735537,0.6280992,0.59504133,0.58677685,0.58677685,0.5661157,0.553719,0.5371901,0.53305787,0.49586776,0.5289256,0.57024795,0.57438016,0.55785125,0.59504133,0.60330576,0.607438,0.61570245,0.6322314,0.6570248,0.661157,0.6735537,0.69008267,0.6983471,0.70247936,0.71487606,0.70247936,0.6818182,0.70247936,0.6942149,0.6694215,0.6487603,0.60330576,0.56198347,0.5289256,0.5289256,0.56198347,0.61157024,0.6446281,0.7107438,0.7355372,0.70247936,0.7066116,0.69008267,0.6487603,0.61157024,0.553719,0.5495868,0.5247934,0.47933885,0.5247934,0.60330576,0.6528926,0.661157,0.677686,0.6983471,0.70247936,0.7107438,0.6942149,0.69008267,0.6735537,0.661157,0.6446281,0.6735537,0.661157,0.61157024,0.58677685,0.57438016,0.59090906,0.58264464,0.5371901,0.5206612,0.5247934,0.47933885,0.5165289,0.5495868,0.55785125,0.55785125,0.5785124,0.59090906,0.59090906,0.59917355,0.607438,0.6280992,0.6487603,0.661157,0.677686,0.6818182,0.69008267,0.7107438,0.7066116,0.6818182,0.69008267,0.6942149,0.677686,0.6404959,0.5785124,0.553719,0.5413223,0.53305787,0.553719,0.59917355,0.6404959,0.7231405,0.74793386,0.7066116,0.6983471,0.677686,0.6198347,0.57024795,0.553719,0.55785125,0.60330576,0.5371901,0.49173555,0.57438016,0.6487603,0.661157,0.6735537,0.6983471,0.6942149,0.6983471,0.70247936,0.6983471,0.6652893,0.6528926,0.6404959,0.6652893,0.6404959,0.58677685,0.57438016,0.58264464,0.59090906,0.5785124,0.5289256,0.5247934,0.5206612,0.47933885,0.5082645,0.5413223,0.5413223,0.553719,0.56198347,0.57024795,0.59504133,0.58264464,0.58264464,0.61570245,0.6198347,0.6322314,0.6735537,0.677686,0.6735537,0.70247936,0.6983471,0.69008267,0.6818182,0.6735537,0.6859504,0.6404959,0.553719,0.56198347,0.58677685,0.54545456,0.5123967,0.56198347,0.6363636,0.7066116,0.73966944,0.71900827,0.6859504,0.6404959,0.57024795,0.5165289,0.53305787,0.55785125,0.607438,0.60330576,0.5082645,0.5495868,0.6404959,0.6735537,0.6859504,0.69008267,0.6942149,0.6983471,0.6942149,0.6859504,0.6446281,0.6363636,0.6322314,0.6363636,0.61570245,0.60330576,0.53305787,0.58264464,0.58264464,0.553719,0.5165289,0.53305787,0.5206612,0.46280992,0.49586776,0.5289256,0.5495868,0.53305787,0.5661157,0.57438016,0.5785124,0.607438,0.56198347,0.59917355,0.61157024,0.6198347,0.6528926,0.6735537,0.6652893,0.6859504,0.6859504,0.69008267,0.6859504,0.6735537,0.6859504,0.6487603,0.56198347,0.57438016,0.59504133,0.5661157,0.4876033,0.49173555,0.60330576,0.6652893,0.6942149,0.6859504,0.6446281,0.5785124,0.5041322,0.47107437,0.49586776,0.5371901,0.57438016,0.5785124,0.5165289,0.5206612,0.62396693,0.6859504,0.6942149,0.69008267,0.69008267,0.7066116,0.6983471,0.6694215,0.6487603,0.6446281,0.6404959,0.62396693,0.60330576,0.607438,0.5661157,0.56198347,0.55785125,0.5289256,0.5206612,0.5289256,0.5082645,0.45454547,0.49173555,0.5041322,0.553719,0.53305787,0.56198347,0.55785125,0.5661157,0.59090906,0.59090906,0.58264464,0.61157024,0.6322314,0.6446281,0.6652893,0.6735537,0.6942149,0.6818182,0.6859504,0.6859504,0.69008267,0.6735537,0.6198347,0.5413223,0.54545456,0.58264464,0.55785125,0.45041323,0.4090909,0.53305787,0.59090906,0.61157024,0.607438,0.58677685,0.5289256,0.45454547,0.41735536,0.4338843,0.4876033,0.5247934,0.5247934,0.48347107,0.5082645,0.6280992,0.69008267,0.6942149,0.6859504,0.69008267,0.7066116,0.6983471,0.677686,0.6570248,0.6487603,0.6322314,0.607438,0.59090906,0.58677685,0.57438016,0.553719,0.53305787,0.5165289,0.5165289,0.5206612,0.5,0.45454547,0.48347107,0.5,0.5371901,0.5495868,0.5413223,0.5413223,0.553719,0.57024795,0.60330576,0.59090906,0.61570245,0.61570245,0.6404959,0.6570248,0.6694215,0.70247936,0.6859504,0.6735537,0.6694215,0.69008267,0.6818182,0.59917355,0.49586776,0.5165289,0.53305787,0.47107437,0.3140496,0.2892562,0.4338843,0.5041322,0.5123967,0.5165289,0.5041322,0.45867768,0.3553719,0.21487603,0.17768595,0.3181818,0.4338843,0.46694216,0.44214877,0.4752066,0.61157024,0.69008267,0.6859504,0.6818182,0.6942149,0.7066116,0.6942149,0.677686,0.6652893,0.661157,0.6363636,0.62396693,0.59504133,0.57438016,0.56198347,0.5495868,0.5371901,0.5206612,0.5082645,0.5082645,0.48347107,0.45454547,0.48347107,0.49173555,0.5247934,0.5371901,0.5371901,0.5371901,0.54545456,0.5661157,0.57438016,0.60330576,0.61157024,0.6322314,0.6322314,0.6487603,0.6570248,0.69008267,0.69008267,0.6694215,0.6652893,0.6818182,0.71900827,0.607438,0.446281,0.46694216,0.43801653,0.34710744,0.18181819,0.1446281,0.28512397,0.4090909,0.42561984,0.4214876,0.4090909,0.35950413,0.27272728,0.2520661,0.28512397,0.30165288,0.3677686,0.41322315,0.41735536,0.47933885,0.59090906,0.6652893,0.677686,0.6818182,0.6859504,0.70247936,0.6859504,0.6570248,0.6528926,0.6487603,0.6280992,0.6198347,0.607438,0.5785124,0.5661157,0.56198347,0.5413223,0.5082645,0.5041322,0.49586776,0.47933885,0.45867768,0.4876033,0.49586776,0.5206612,0.5165289,0.53305787,0.5371901,0.5371901,0.55785125,0.57438016,0.58264464,0.59917355,0.6280992,0.6322314,0.62396693,0.6528926,0.6859504,0.70247936,0.661157,0.6694215,0.6694215,0.71900827,0.6446281,0.4338843,0.41735536,0.41735536,0.3966942,0.3181818,0.21900827,0.21487603,0.3140496,0.3553719,0.34710744,0.338843,0.30991736,0.35950413,0.4338843,0.48347107,0.4752066,0.41322315,0.3677686,0.41735536,0.5,0.55785125,0.6280992,0.6652893,0.6735537,0.6818182,0.6942149,0.6818182,0.6487603,0.6363636,0.6322314,0.6198347,0.607438,0.59917355,0.58677685,0.5785124,0.55785125,0.5371901,0.49586776,0.49173555,0.5041322,0.49173555,0.46280992,0.47933885,0.49586776,0.5123967,0.5123967,0.53305787,0.5289256,0.5289256,0.5495868,0.5661157,0.58677685,0.59504133,0.607438,0.6280992,0.61157024,0.6487603,0.677686,0.69008267,0.661157,0.6528926,0.677686,0.7107438,0.6818182,0.5165289,0.39256197,0.40082645,0.45041323,0.43801653,0.3677686,0.33471075,0.3305785,0.35123968,0.34710744,0.35950413,0.3966942,0.4338843,0.46694216,0.45867768,0.42975205,0.4090909,0.3966942,0.4876033,0.5371901,0.5413223,0.59090906,0.6404959,0.661157,0.677686,0.6818182,0.6694215,0.6487603,0.6446281,0.6404959,0.61157024,0.59917355,0.60330576,0.59090906,0.57024795,0.553719,0.5247934,0.49586776,0.49173555,0.5,0.49586776,0.45867768,0.48347107,0.5082645,0.5123967,0.5165289,0.5082645,0.5247934,0.5371901,0.5413223,0.553719,0.57438016,0.59504133,0.59917355,0.6198347,0.62396693,0.6322314,0.6487603,0.661157,0.6570248,0.6570248,0.6818182,0.70247936,0.6983471,0.6446281,0.4752066,0.39256197,0.41735536,0.45454547,0.4876033,0.47107437,0.446281,0.44214877,0.45867768,0.4752066,0.47933885,0.4876033,0.4752066,0.47933885,0.4752066,0.46280992,0.5,0.5413223,0.54545456,0.5413223,0.57438016,0.61570245,0.6446281,0.6735537,0.6735537,0.6652893,0.6570248,0.6570248,0.6404959,0.6198347,0.607438,0.59504133,0.58264464,0.55785125,0.5371901,0.5123967,0.5041322,0.5,0.49586776,0.49173555,0.446281,0.4876033,0.5123967,0.5123967,0.5165289,0.5206612,0.5247934,0.5371901,0.5371901,0.54545456,0.56198347,0.58264464,0.59090906,0.607438,0.6280992,0.6280992,0.6322314,0.6363636,0.6404959,0.661157,0.6818182,0.6859504,0.6942149,0.677686,0.607438,0.54545456,0.5165289,0.53305787,0.57438016,0.57438016,0.5289256,0.5123967,0.5413223,0.5247934,0.5082645,0.5289256,0.5123967,0.49173555,0.5082645,0.49173555,0.5123967,0.5495868,0.553719,0.56198347,0.58677685,0.607438,0.6280992,0.6694215,0.661157,0.6487603,0.6487603,0.6404959,0.61157024,0.61157024,0.607438,0.58677685,0.57024795,0.54545456,0.5206612,0.5041322,0.5041322,0.5,0.49173555,0.4876033,0.43801653,0.47933885,0.5082645,0.5123967,0.5165289,0.5289256,0.5371901,0.5247934,0.5289256,0.5371901,0.5495868,0.57024795,0.5785124,0.59090906,0.6198347,0.62396693,0.6280992,0.6280992,0.62396693,0.6528926,0.6859504,0.677686,0.6735537,0.6528926,0.607438,0.61157024,0.59917355,0.59504133,0.6198347,0.6363636,0.58677685,0.54545456,0.5495868,0.5206612,0.5206612,0.55785125,0.54545456,0.5123967,0.5165289,0.5082645,0.5123967,0.5495868,0.56198347,0.57438016,0.59090906,0.607438,0.62396693,0.6404959,0.6446281,0.6322314,0.6280992,0.60330576,0.60330576,0.60330576,0.59504133,0.57438016,0.55785125,0.54545456,0.5206612,0.5,0.49173555,0.49586776,0.49586776,0.48347107,0.42561984,0.4752066,0.5082645,0.5165289,0.5289256,0.5371901,0.53305787,0.5206612,0.5123967,0.5289256,0.54545456,0.56198347,0.57024795,0.58264464,0.61157024,0.6198347,0.62396693,0.6280992,0.6280992,0.6487603,0.6859504,0.6818182,0.6570248,0.6446281,0.61157024,0.59917355,0.59504133,0.61157024,0.62396693,0.6404959,0.6322314,0.58677685,0.5371901,0.5247934,0.54545456,0.5661157,0.5785124,0.5289256,0.5123967,0.5206612,0.5413223,0.5495868,0.56198347,0.58264464,0.59090906,0.60330576,0.62396693,0.6198347,0.6363636,0.6198347,0.61157024,0.59917355,0.59917355,0.59504133,0.57438016,0.56198347,0.55785125,0.5413223,0.5247934,0.49586776,0.48347107,0.49173555,0.49173555,0.4752066,0.41735536,0.46280992,0.49586776,0.5082645,0.5206612,0.5371901,0.5289256,0.5123967,0.5165289,0.53305787,0.5413223,0.5495868,0.55785125,0.57438016,0.60330576,0.61570245,0.6198347,0.6280992,0.62396693,0.6322314,0.6570248,0.6528926,0.6487603,0.6280992,0.60330576,0.59504133,0.58264464,0.61570245,0.6322314,0.62396693,0.6363636,0.61570245,0.5495868,0.5247934,0.553719,0.59090906,0.57024795,0.53305787,0.5289256,0.53305787,0.53305787,0.55785125,0.53305787,0.58677685,0.58677685,0.61157024,0.61570245,0.607438,0.59917355,0.61157024,0.59504133,0.59504133,0.59090906,0.5661157,0.57024795,0.55785125,0.5495868,0.54545456,0.5123967,0.48347107,0.47933885,0.49173555,0.48347107,0.47933885,0.41322315,0.446281,0.48347107,0.47933885,0.5123967,0.53305787,0.5371901,0.5247934,0.5165289,0.5289256,0.5371901,0.54545456,0.55785125,0.5661157,0.58264464,0.58677685,0.59917355,0.61157024,0.61157024,0.62396693,0.6280992,0.607438,0.61157024,0.61157024,0.59090906,0.59090906,0.59090906,0.61570245,0.6363636,0.6363636,0.6528926,0.6363636,0.59917355,0.58264464,0.60330576,0.607438,0.59917355,0.5661157,0.5413223,0.5495868,0.53305787,0.53305787,0.5165289,0.553719,0.58264464,0.607438,0.59917355,0.57438016,0.55785125,0.5661157,0.60330576,0.57024795,0.58264464,0.58677685,0.5785124,0.5661157,0.54545456,0.5495868,0.5123967,0.47933885,0.4752066,0.49173555,0.47933885,0.47107437,0.40082645,0.44214877,0.46694216,0.49173555,0.5165289,0.5371901,0.5413223,0.53305787,0.5206612,0.5165289,0.5289256,0.54545456,0.553719,0.56198347,0.57438016,0.55785125,0.55785125,0.58677685,0.59090906,0.59917355,0.59504133,0.58264464,0.5785124,0.58264464,0.5785124,0.59090906,0.60330576,0.6322314,0.6363636,0.6322314,0.6570248,0.6487603,0.6363636,0.6280992,0.6652893,0.6528926,0.6404959,0.61570245,0.59504133,0.58677685,0.57438016,0.5371901,0.5247934,0.5123967,0.553719,0.56198347,0.57438016,0.56198347,0.5206612,0.5413223,0.5495868,0.5785124,0.5495868,0.57024795,0.56198347,0.56198347,0.54545456,0.5413223,0.5165289,0.47933885,0.4752066,0.48347107,0.47933885,0.46694216,0.3966942,0.45041323,0.44214877,0.5,0.5041322,0.5247934,0.553719,0.553719,0.5289256,0.5206612,0.5206612,0.5413223,0.5495868,0.553719,0.57438016,0.57024795,0.54545456,0.55785125,0.56198347,0.5661157,0.57438016,0.553719,0.56198347,0.55785125,0.5661157,0.59090906,0.61157024,0.6363636,0.6404959,0.6280992,0.6487603,0.6652893,0.6694215,0.6694215,0.6859504,0.6859504,0.661157,0.6322314,0.62396693,0.607438,0.58677685,0.553719,0.55785125,0.5289256,0.5413223,0.5371901,0.5495868,0.5495868,0.5123967,0.5289256,0.5165289,0.5661157,0.57024795,0.5785124,0.5661157,0.55785125,0.5371901,0.54545456,0.5123967,0.48347107,0.47933885,0.47933885,0.4752066,0.46694216,0.38842976,0.45454547,0.45867768,0.48347107,0.5041322,0.5165289,0.5495868,0.5495868,0.5371901,0.53305787,0.5247934,0.5371901,0.54545456,0.54545456,0.57438016,0.59090906,0.54545456,0.5247934,0.5123967,0.5289256,0.5413223,0.5371901,0.5289256,0.5495868,0.56198347,0.58677685,0.60330576,0.61157024,0.59917355,0.59504133,0.61157024,0.6363636,0.6528926,0.6404959,0.61570245,0.58677685,0.5413223,0.5206612,0.5289256,0.5371901,0.5289256,0.5247934,0.5495868,0.5495868,0.5495868,0.53305787,0.5247934,0.5247934,0.5289256,0.5206612,0.5082645,0.53305787,0.5495868,0.57438016,0.57024795,0.55785125,0.5495868,0.53305787,0.5165289,0.49173555,0.4876033,0.47107437,0.46280992,0.45454547,0.3429752,0.446281,0.42975205,0.49586776,0.5123967,0.5,0.53305787,0.53305787,0.5495868,0.5371901,0.5206612,0.5413223,0.55785125,0.56198347,0.5785124,0.58264464,0.54545456,0.5247934,0.49586776,0.5082645,0.5495868,0.553719,0.5289256,0.54545456,0.5413223,0.5495868,0.5371901,0.5082645,0.47107437,0.45041323,0.45454547,0.47107437,0.49586776,0.48347107,0.42975205,0.38429752,0.3553719,0.338843,0.338843,0.34710744,0.37603307,0.4090909,0.45041323,0.47933885,0.5,0.5,0.5,0.5082645,0.53305787,0.5413223,0.49173555,0.49586776,0.5495868,0.5785124,0.5661157,0.5413223,0.54545456,0.5247934,0.5123967,0.49173555,0.4752066,0.47107437,0.46280992,0.45041323,0.30165288,0.41735536,0.43801653,0.47107437,0.5,0.5041322,0.49586776,0.5206612,0.54545456,0.55785125,0.5165289,0.5413223,0.54545456,0.56198347,0.57024795,0.5661157,0.53305787,0.5082645,0.49586776,0.5082645,0.553719,0.55785125,0.5289256,0.5165289,0.4876033,0.45867768,0.41735536,0.36363637,0.3181818,0.2892562,0.30578512,0.3264463,0.3429752,0.3264463,0.29338843,0.29338843,0.28099173,0.24793388,0.21487603,0.2107438,0.2231405,0.26859504,0.3140496,0.34710744,0.37603307,0.4214876,0.47107437,0.49173555,0.5123967,0.5247934,0.47933885,0.48347107,0.53305787,0.57438016,0.57024795,0.54545456,0.5371901,0.5206612,0.49173555,0.47933885,0.46280992,0.47107437,0.45454547,0.45041323,0.28099173,0.38429752,0.4338843,0.47107437,0.4876033,0.49173555,0.5,0.5123967,0.53305787,0.55785125,0.5247934,0.5495868,0.5371901,0.57024795,0.56198347,0.57024795,0.5289256,0.49586776,0.5,0.49586776,0.5123967,0.5,0.45867768,0.4090909,0.38429752,0.36363637,0.32231405,0.2520661,0.18595041,0.17768595,0.2231405,0.2768595,0.29338843,0.2603306,0.21487603,0.26859504,0.29338843,0.2768595,0.23966943,0.1983471,0.17768595,0.1983471,0.24793388,0.28099173,0.2892562,0.34710744,0.42561984,0.46280992,0.49586776,0.5041322,0.46694216,0.4752066,0.54545456,0.57438016,0.5661157,0.553719,0.5413223,0.5165289,0.4752066,0.47107437,0.46694216,0.47107437,0.45454547,0.4338843,0.2520661,0.36363637,0.41322315,0.46280992,0.47933885,0.49586776,0.5165289,0.5082645,0.5247934,0.5413223,0.5413223,0.5413223,0.5495868,0.57438016,0.57438016,0.5785124,0.5371901,0.5,0.4876033,0.48347107,0.45454547,0.40495867,0.3429752,0.30165288,0.3181818,0.35123968,0.338843,0.2603306,0.17355372,0.18181819,0.2107438,0.2231405,0.23553719,0.23966943,0.23966943,0.2644628,0.2892562,0.32231405,0.3553719,0.33471075,0.28512397,0.28512397,0.3140496,0.34710744,0.3553719,0.40082645,0.45454547,0.47933885,0.49173555,0.47933885,0.46280992,0.5,0.55785125,0.57438016,0.56198347,0.54545456,0.5371901,0.5247934,0.48347107,0.46694216,0.4752066,0.46694216,0.446281,0.42561984,0.25619835,0.30991736,0.40082645,0.43801653,0.45867768,0.5,0.5165289,0.5123967,0.53305787,0.5371901,0.5495868,0.5371901,0.553719,0.5661157,0.58677685,0.58677685,0.5413223,0.5041322,0.44214877,0.45867768,0.41322315,0.40495867,0.35950413,0.3181818,0.35950413,0.42975205,0.42975205,0.40495867,0.36363637,0.35123968,0.3429752,0.3305785,0.3264463,0.3264463,0.34710744,0.38429752,0.39256197,0.4214876,0.45454547,0.45041323,0.43801653,0.44214877,0.43801653,0.44214877,0.46280992,0.5041322,0.5247934,0.5289256,0.5082645,0.46694216,0.47107437,0.5247934,0.5661157,0.5785124,0.57024795,0.54545456,0.5289256,0.5206612,0.49173555,0.4752066,0.47107437,0.45867768,0.43801653,0.4214876,0.2768595,0.27272728,0.3677686,0.42975205,0.446281,0.4752066,0.5082645,0.5206612,0.5289256,0.53305787,0.54545456,0.5371901,0.5495868,0.57438016,0.60330576,0.59090906,0.57024795,0.5206612,0.5,0.47933885,0.46694216,0.5041322,0.5371901,0.48347107,0.446281,0.4876033,0.4876033,0.5,0.5123967,0.5206612,0.49586776,0.5289256,0.47933885,0.44214877,0.46694216,0.5165289,0.5165289,0.5495868,0.5371901,0.5289256,0.5247934,0.5123967,0.49586776,0.49173555,0.49586776,0.5289256,0.54545456,0.54545456,0.5413223,0.5123967,0.49586776,0.5041322,0.553719,0.57024795,0.5661157,0.5495868,0.5247934,0.5165289,0.5,0.48347107,0.46694216,0.45454547,0.44214877,0.40082645,0.28099173,0.2603306,0.338843,0.40495867,0.42975205,0.446281,0.49586776,0.5165289,0.5289256,0.53305787,0.53305787,0.54545456,0.55785125,0.5785124,0.607438,0.6198347,0.56198347,0.5413223,0.5413223,0.5289256,0.5413223,0.5371901,0.5371901,0.5289256,0.49586776,0.4876033,0.49586776,0.49173555,0.5165289,0.5413223,0.54545456,0.59917355,0.5495868,0.5,0.5082645,0.58677685,0.56198347,0.54545456,0.54545456,0.53305787,0.5082645,0.5082645,0.49173555,0.5,0.47933885,0.4752066,0.5123967,0.54545456,0.54545456,0.5289256,0.5082645,0.5082645,0.5413223,0.553719,0.56198347,0.54545456,0.5165289,0.5041322,0.5,0.47933885,0.45867768,0.43801653,0.41735536,0.38842976,0.2892562,0.2644628,0.30165288,0.3966942,0.40495867,0.42561984,0.4752066,0.5,0.5165289,0.5413223,0.5247934,0.54545456,0.57024795,0.5661157,0.59090906,0.607438,0.58264464,0.5495868,0.56198347,0.5413223,0.5413223,0.5495868,0.5165289,0.4752066,0.48347107,0.49586776,0.5,0.49586776,0.49173555,0.5206612,0.5247934,0.53305787,0.53305787,0.5165289,0.5206612,0.55785125,0.5413223,0.5123967,0.5165289,0.5082645,0.48347107,0.5041322,0.47107437,0.45867768,0.44214877,0.45454547,0.5123967,0.5413223,0.5289256,0.5165289,0.49173555,0.5082645,0.54545456,0.54545456,0.553719,0.5371901,0.5082645,0.49586776,0.4876033,0.47107437,0.45454547,0.43801653,0.3966942,0.38429752,0.2892562,0.26859504,0.30165288,0.38842976,0.40082645,0.41322315,0.45041323,0.47933885,0.5,0.5247934,0.53305787,0.5413223,0.55785125,0.5661157,0.58677685,0.58264464,0.58264464,0.58677685,0.56198347,0.5413223,0.5247934,0.5495868,0.53305787,0.46280992,0.43801653,0.45454547,0.48347107,0.5041322,0.5041322,0.5247934,0.5413223,0.5247934,0.5247934,0.5495868,0.54545456,0.5371901,0.5289256,0.5082645,0.5041322,0.48347107,0.46280992,0.47107437,0.42975205,0.41735536,0.43801653,0.47933885,0.5082645,0.5247934,0.5123967,0.4876033,0.4876033,0.5082645,0.5413223,0.53305787,0.5371901,0.5247934,0.5041322,0.48347107,0.47107437,0.46280992,0.44214877,0.4214876,0.39256197,0.38429752,0.29338843,0.26859504,0.30991736,0.40495867,0.40082645,0.40495867,0.42975205,0.46694216,0.4752066,0.5041322,0.53305787,0.5371901,0.5413223,0.5495868,0.5661157,0.5785124,0.58677685,0.5785124,0.57024795,0.5371901,0.49586776,0.5247934,0.5371901,0.5165289,0.46694216,0.42975205,0.42561984,0.45041323,0.446281,0.46280992,0.46280992,0.45454547,0.4338843,0.48347107,0.47933885,0.45454547,0.44214877,0.4338843,0.4338843,0.4214876,0.4214876,0.4338843,0.4090909,0.43801653,0.47933885,0.5041322,0.5041322,0.5041322,0.49586776,0.48347107,0.49586776,0.5165289,0.5247934,0.5247934,0.5206612,0.5041322,0.47933885,0.47933885,0.46694216,0.45867768,0.4338843,0.41322315,0.38842976,0.38842976,0.29752067,0.28512397,0.30165288,0.42561984,0.40495867,0.3966942,0.41735536,0.446281,0.46694216,0.49586776,0.5206612,0.5289256,0.5371901,0.54545456,0.553719,0.57024795,0.57438016,0.56198347,0.5661157,0.5495868,0.5123967,0.49586776,0.5082645,0.54545456,0.5289256,0.48347107,0.446281,0.42561984,0.4090909,0.41322315,0.39256197,0.3553719,0.3181818,0.3305785,0.35123968,0.3553719,0.3553719,0.37603307,0.38842976,0.40082645,0.4214876,0.446281,0.446281,0.47107437,0.5082645,0.53305787,0.5289256,0.5,0.48347107,0.49586776,0.5165289,0.54545456,0.5371901,0.5247934,0.5206612,0.49173555,0.46694216,0.47107437,0.46280992,0.446281,0.4214876,0.40495867,0.39256197,0.37603307,0.2892562,0.2603306,0.30991736,0.43801653,0.41735536,0.39256197,0.41322315,0.43801653,0.46694216,0.49173555,0.49586776,0.5165289,0.53305787,0.53305787,0.5413223,0.5495868,0.553719,0.55785125,0.56198347,0.56198347,0.5371901,0.5123967,0.5082645,0.5413223,0.55785125,0.553719,0.5371901,0.5,0.4752066,0.45454547,0.446281,0.43801653,0.3966942,0.36363637,0.35123968,0.37190083,0.39256197,0.40495867,0.42561984,0.44214877,0.46280992,0.47933885,0.4876033,0.5,0.5206612,0.56198347,0.54545456,0.5,0.5206612,0.5041322,0.56198347,0.54545456,0.5289256,0.5247934,0.5123967,0.48347107,0.46694216,0.45867768,0.45867768,0.43801653,0.40495867,0.39256197,0.38842976,0.36363637,0.2892562,0.2644628,0.30165288,0.446281,0.41735536,0.38842976,0.4090909,0.4338843,0.46694216,0.48347107,0.48347107,0.5,0.5289256,0.5289256,0.5247934,0.53305787,0.5413223,0.5413223,0.55785125,0.5661157,0.56198347,0.5371901,0.5247934,0.5371901,0.5661157,0.5785124,0.57438016,0.553719,0.5495868,0.5247934,0.5,0.47933885,0.45454547,0.45041323,0.43801653,0.43801653,0.46280992,0.47107437,0.4876033,0.5041322,0.5123967,0.5165289,0.5206612,0.5123967,0.5413223,0.55785125,0.5206612,0.5247934,0.5289256,0.5247934,0.56198347,0.5495868,0.5041322,0.5206612,0.49586776,0.48347107,0.45454547,0.446281,0.45867768,0.42975205,0.4090909,0.40082645,0.37603307,0.3553719,0.28512397,0.26859504,0.30578512,0.44214877,0.42975205,0.3966942,0.39256197,0.42561984,0.45867768,0.47107437,0.4752066,0.48347107,0.5082645,0.5123967,0.5165289,0.5165289,0.5371901,0.5495868,0.553719,0.57024795,0.57438016,0.5495868,0.5495868,0.553719,0.57438016,0.59090906,0.58264464,0.56198347,0.5661157,0.58264464,0.55785125,0.54545456,0.5413223,0.53305787,0.53305787,0.5289256,0.5495868,0.54545456,0.55785125,0.553719,0.553719,0.5661157,0.553719,0.5495868,0.57438016,0.57438016,0.55785125,0.553719,0.53305787,0.5371901,0.5413223,0.5289256,0.5,0.49586776,0.49173555,0.47933885,0.45041323,0.44214877,0.4338843,0.41735536,0.4090909,0.40495867,0.37190083,0.35123968,0.29338843,0.2644628,0.3264463,0.43801653,0.446281,0.40495867,0.38016528,0.41735536,0.45041323,0.45867768,0.47933885,0.47933885,0.49173555,0.49586776,0.5082645,0.5123967,0.5165289,0.5289256,0.53305787,0.553719,0.5785124,0.56198347,0.553719,0.56198347,0.58264464,0.607438,0.61157024,0.58677685,0.5785124,0.59917355,0.61570245,0.62396693,0.6322314,0.6363636,0.6404959,0.6404959,0.6404959,0.6446281,0.6404959,0.6280992,0.6198347,0.62396693,0.61157024,0.61570245,0.6280992,0.61157024,0.59917355,0.57024795,0.5165289,0.553719,0.56198347,0.5247934,0.4876033,0.45867768,0.47107437,0.446281,0.446281,0.42975205,0.42561984,0.39256197,0.41322315,0.38842976,0.36363637,0.33471075,0.23966943,0.34710744,0.446281,0.42975205,0.44214877,0.41735536,0.38429752,0.40082645,0.42975205,0.45867768,0.47107437,0.48347107,0.4876033,0.4876033,0.5,0.5123967,0.49586776,0.5041322,0.5082645,0.5206612,0.5661157,0.57024795,0.553719,0.553719,0.58677685,0.61570245,0.62396693,0.61157024,0.61157024,0.6404959,0.6570248,0.677686,0.69008267,0.69008267,0.69008267,0.69008267,0.69008267,0.6983471,0.6983471,0.6942149,0.6859504,0.677686,0.6652893,0.6570248,0.661157,0.6404959,0.61570245,0.55785125,0.5413223,0.55785125,0.553719,0.5165289,0.45041323,0.43801653,0.4214876,0.41735536,0.42975205,0.42561984,0.41322315,0.39256197,0.40495867,0.3677686,0.338843,0.3264463,14 +0.49586776,0.53305787,0.5785124,0.60330576,0.57438016,0.61570245,0.61157024,0.6404959,0.6528926,0.6404959,0.59917355,0.58677685,0.6198347,0.61157024,0.6446281,0.6570248,0.6570248,0.6487603,0.6652893,0.6859504,0.677686,0.6570248,0.6322314,0.61570245,0.6322314,0.62396693,0.6404959,0.6363636,0.6322314,0.59917355,0.6322314,0.6487603,0.6280992,0.6446281,0.6570248,0.677686,0.70247936,0.6652893,0.6446281,0.6363636,0.62396693,0.57024795,0.5413223,0.56198347,0.59090906,0.607438,0.58264464,0.57438016,0.5785124,0.5785124,0.59090906,0.5785124,0.59917355,0.57438016,0.59504133,0.58677685,0.57438016,0.55785125,0.57024795,0.57024795,0.553719,0.5082645,0.46694216,0.44214877,0.5165289,0.55785125,0.61157024,0.6487603,0.6487603,0.677686,0.6570248,0.661157,0.6735537,0.6859504,0.6735537,0.6487603,0.6570248,0.6446281,0.6694215,0.6983471,0.6859504,0.677686,0.6942149,0.71487606,0.7066116,0.6859504,0.6694215,0.6652893,0.6735537,0.677686,0.6694215,0.6818182,0.677686,0.6404959,0.6528926,0.6735537,0.6570248,0.6487603,0.6694215,0.6818182,0.71487606,0.73140496,0.70247936,0.6652893,0.6570248,0.6322314,0.61570245,0.60330576,0.60330576,0.62396693,0.60330576,0.59504133,0.59090906,0.5785124,0.59090906,0.58677685,0.59917355,0.57438016,0.58677685,0.59504133,0.59090906,0.5661157,0.58677685,0.57438016,0.5785124,0.57438016,0.5289256,0.4752066,0.553719,0.59090906,0.6446281,0.661157,0.6694215,0.6859504,0.6694215,0.6735537,0.6859504,0.6942149,0.70247936,0.69008267,0.6859504,0.677686,0.69008267,0.73140496,0.7107438,0.7066116,0.69008267,0.72727275,0.71900827,0.71487606,0.7066116,0.71900827,0.72727275,0.7355372,0.7231405,0.7231405,0.73140496,0.7066116,0.6942149,0.6983471,0.71487606,0.69008267,0.7231405,0.72727275,0.7231405,0.78512394,0.7644628,0.73140496,0.7107438,0.6983471,0.69008267,0.6446281,0.6198347,0.6280992,0.61570245,0.607438,0.60330576,0.59090906,0.58677685,0.58264464,0.58677685,0.58677685,0.58264464,0.58264464,0.58677685,0.57024795,0.59504133,0.56198347,0.58264464,0.58677685,0.55785125,0.5206612,0.57438016,0.57438016,0.6735537,0.6694215,0.6818182,0.677686,0.6735537,0.677686,0.69008267,0.6859504,0.69008267,0.6818182,0.69008267,0.6983471,0.6983471,0.72727275,0.7355372,0.75206614,0.72727275,0.72727275,0.74380165,0.7231405,0.72727275,0.75206614,0.74793386,0.7768595,0.76033056,0.76033056,0.75206614,0.73140496,0.72727275,0.74380165,0.74380165,0.7066116,0.74793386,0.74793386,0.75206614,0.78512394,0.77272725,0.73966944,0.72727275,0.73140496,0.71900827,0.6694215,0.6322314,0.6322314,0.6280992,0.607438,0.60330576,0.59917355,0.58677685,0.58677685,0.5785124,0.57438016,0.5785124,0.5785124,0.57024795,0.58264464,0.59090906,0.5785124,0.57024795,0.59504133,0.57024795,0.55785125,0.59090906,0.58264464,0.6859504,0.71900827,0.6735537,0.6528926,0.6694215,0.677686,0.6859504,0.6652893,0.6570248,0.6694215,0.6859504,0.7107438,0.71487606,0.73140496,0.75206614,0.7644628,0.75619835,0.73140496,0.73140496,0.70247936,0.6942149,0.73140496,0.7355372,0.74793386,0.75619835,0.73966944,0.73140496,0.7066116,0.7231405,0.77272725,0.7644628,0.70247936,0.7066116,0.70247936,0.7355372,0.73140496,0.7231405,0.6983471,0.6859504,0.6818182,0.7066116,0.6487603,0.61570245,0.6322314,0.62396693,0.59917355,0.59917355,0.59504133,0.59090906,0.58264464,0.5785124,0.5661157,0.56198347,0.5785124,0.56198347,0.55785125,0.58677685,0.58264464,0.57438016,0.5785124,0.58264464,0.57438016,0.5661157,0.62396693,0.6818182,0.7644628,0.677686,0.6404959,0.6652893,0.69008267,0.6735537,0.6198347,0.661157,0.7066116,0.6942149,0.71487606,0.7231405,0.73140496,0.75206614,0.74380165,0.6983471,0.6487603,0.6404959,0.6280992,0.58264464,0.6487603,0.677686,0.6818182,0.677686,0.6694215,0.677686,0.69008267,0.7066116,0.75206614,0.75206614,0.6942149,0.661157,0.6570248,0.6983471,0.677686,0.6570248,0.6404959,0.61570245,0.61157024,0.59504133,0.56198347,0.5495868,0.5785124,0.55785125,0.5495868,0.5661157,0.55785125,0.553719,0.56198347,0.5661157,0.5413223,0.5289256,0.54545456,0.57438016,0.55785125,0.57438016,0.58264464,0.57438016,0.57438016,0.58264464,0.5661157,0.55785125,0.6280992,0.661157,0.7107438,0.6735537,0.6570248,0.6818182,0.70247936,0.6404959,0.61157024,0.69008267,0.7231405,0.6694215,0.6446281,0.6322314,0.61157024,0.59504133,0.54545456,0.5,0.47933885,0.46694216,0.5247934,0.49586776,0.5247934,0.55785125,0.607438,0.58264464,0.60330576,0.6487603,0.6859504,0.70247936,0.72727275,0.73140496,0.677686,0.6280992,0.6280992,0.6652893,0.6363636,0.59917355,0.56198347,0.5206612,0.47107437,0.4338843,0.41322315,0.41322315,0.42975205,0.43801653,0.41735536,0.42561984,0.42975205,0.45454547,0.46694216,0.5082645,0.49586776,0.49586776,0.49586776,0.53305787,0.5785124,0.5661157,0.56198347,0.5661157,0.5661157,0.58264464,0.5785124,0.5661157,0.6404959,0.6694215,0.6694215,0.6487603,0.6859504,0.7066116,0.677686,0.607438,0.6487603,0.6198347,0.60330576,0.5413223,0.49586776,0.48347107,0.446281,0.44214877,0.39256197,0.32231405,0.3429752,0.38016528,0.45041323,0.46694216,0.4752066,0.47107437,0.49173555,0.5123967,0.57024795,0.6280992,0.677686,0.7066116,0.7066116,0.73140496,0.6570248,0.62396693,0.60330576,0.61570245,0.59090906,0.5289256,0.47933885,0.45867768,0.40495867,0.37190083,0.338843,0.30991736,0.30165288,0.30991736,0.30991736,0.29338843,0.28512397,0.3429752,0.3677686,0.40082645,0.41322315,0.46280992,0.44214877,0.42561984,0.5289256,0.58264464,0.5661157,0.553719,0.553719,0.57024795,0.57438016,0.56198347,0.6652893,0.6694215,0.6528926,0.6446281,0.7107438,0.7066116,0.6528926,0.5785124,0.61157024,0.5371901,0.5206612,0.446281,0.37190083,0.37603307,0.32231405,0.2892562,0.28512397,0.28099173,0.3140496,0.35950413,0.41735536,0.4338843,0.45454547,0.43801653,0.46280992,0.4876033,0.57438016,0.6404959,0.6942149,0.7231405,0.6942149,0.71487606,0.6735537,0.6198347,0.60330576,0.59504133,0.5661157,0.49173555,0.446281,0.45041323,0.40082645,0.3553719,0.3140496,0.28099173,0.2603306,0.25619835,0.2603306,0.23966943,0.23966943,0.2768595,0.338843,0.3677686,0.338843,0.446281,0.40495867,0.42975205,0.46280992,0.55785125,0.58264464,0.5495868,0.5495868,0.55785125,0.57024795,0.57024795,0.6818182,0.6694215,0.6363636,0.6570248,0.6942149,0.6404959,0.553719,0.5289256,0.5247934,0.45867768,0.4338843,0.40082645,0.3305785,0.32231405,0.2892562,0.28512397,0.3140496,0.30991736,0.3429752,0.38842976,0.40495867,0.42561984,0.45041323,0.45454547,0.48347107,0.53305787,0.61157024,0.6818182,0.73140496,0.73966944,0.70247936,0.72727275,0.6859504,0.59504133,0.60330576,0.607438,0.55785125,0.5,0.4752066,0.446281,0.3966942,0.35123968,0.30578512,0.28512397,0.2644628,0.2768595,0.2892562,0.30991736,0.30578512,0.30578512,0.3264463,0.3553719,0.30991736,0.4214876,0.40495867,0.4214876,0.5082645,0.49586776,0.57438016,0.5661157,0.5495868,0.5495868,0.5661157,0.58677685,0.6942149,0.6652893,0.6322314,0.6652893,0.6528926,0.55785125,0.5123967,0.48347107,0.43801653,0.41735536,0.40495867,0.40082645,0.40082645,0.40495867,0.40082645,0.4214876,0.4338843,0.3966942,0.37603307,0.40495867,0.39256197,0.40495867,0.4338843,0.47107437,0.5289256,0.59917355,0.6652893,0.73966944,0.76859504,0.74380165,0.71900827,0.73966944,0.69008267,0.6280992,0.61570245,0.6280992,0.58677685,0.5082645,0.4876033,0.41322315,0.35950413,0.33471075,0.32231405,0.3264463,0.35123968,0.38429752,0.42561984,0.42975205,0.4214876,0.4090909,0.37603307,0.35950413,0.32231405,0.34710744,0.41322315,0.44214877,0.46694216,0.45454547,0.53305787,0.5785124,0.553719,0.5371901,0.56198347,0.59504133,0.6942149,0.6528926,0.6404959,0.6570248,0.59504133,0.5165289,0.5165289,0.49173555,0.45041323,0.46694216,0.47107437,0.49586776,0.5082645,0.53305787,0.5413223,0.553719,0.5247934,0.49586776,0.43801653,0.42561984,0.38016528,0.38016528,0.40495867,0.44214877,0.5247934,0.6198347,0.7066116,0.77272725,0.79752064,0.77272725,0.75206614,0.7355372,0.677686,0.6322314,0.6404959,0.6487603,0.6198347,0.5206612,0.446281,0.3677686,0.3429752,0.34710744,0.38842976,0.4090909,0.446281,0.5082645,0.5165289,0.5165289,0.5165289,0.5041322,0.46694216,0.4214876,0.3677686,0.35123968,0.4214876,0.48347107,0.46280992,0.42975205,0.48347107,0.55785125,0.5495868,0.5247934,0.54545456,0.6404959,0.6694215,0.6280992,0.6446281,0.6280992,0.5206612,0.5082645,0.49586776,0.45867768,0.5,0.5371901,0.56198347,0.5785124,0.58677685,0.59504133,0.59090906,0.58264464,0.53305787,0.48347107,0.4090909,0.3553719,0.338843,0.39256197,0.41735536,0.45867768,0.5206612,0.61157024,0.70247936,0.7644628,0.80991733,0.7892562,0.74793386,0.71900827,0.6528926,0.6280992,0.6528926,0.6528926,0.607438,0.5206612,0.38842976,0.34710744,0.3553719,0.38016528,0.3966942,0.40495867,0.43801653,0.5041322,0.5371901,0.53305787,0.53305787,0.5371901,0.5206612,0.5,0.47107437,0.42975205,0.43801653,0.4876033,0.48347107,0.4338843,0.446281,0.5413223,0.55785125,0.53305787,0.5206612,0.6280992,0.6487603,0.62396693,0.6528926,0.59504133,0.5041322,0.5247934,0.5247934,0.49173555,0.5661157,0.6280992,0.6280992,0.61157024,0.58677685,0.57024795,0.5247934,0.46694216,0.41322315,0.36363637,0.32231405,0.3140496,0.28512397,0.28099173,0.41735536,0.46280992,0.55785125,0.6363636,0.6735537,0.7231405,0.78099173,0.76859504,0.71487606,0.6942149,0.6404959,0.61570245,0.6363636,0.6322314,0.56198347,0.4752066,0.3677686,0.35123968,0.38016528,0.3553719,0.3553719,0.37603307,0.38842976,0.42561984,0.43801653,0.45041323,0.48347107,0.49173555,0.5165289,0.53305787,0.5289256,0.5082645,0.4752066,0.45867768,0.47933885,0.45454547,0.4338843,0.5041322,0.5289256,0.5289256,0.5206612,0.6198347,0.6404959,0.6404959,0.6322314,0.58677685,0.5123967,0.54545456,0.553719,0.55785125,0.6404959,0.6735537,0.61157024,0.553719,0.45867768,0.38842976,0.338843,0.30991736,0.3264463,0.2603306,0.2603306,0.3305785,0.28512397,0.2603306,0.3305785,0.47933885,0.54545456,0.6652893,0.6735537,0.6818182,0.73966944,0.7644628,0.7066116,0.6735537,0.6198347,0.607438,0.61570245,0.58677685,0.5289256,0.446281,0.35950413,0.3966942,0.3677686,0.30165288,0.338843,0.32231405,0.20247933,0.36363637,0.27272728,0.30578512,0.3305785,0.3966942,0.42561984,0.43801653,0.5123967,0.5123967,0.48347107,0.48347107,0.48347107,0.48347107,0.46694216,0.4876033,0.5082645,0.5289256,0.5289256,0.6322314,0.6487603,0.6404959,0.61157024,0.59917355,0.54545456,0.58264464,0.6446281,0.6404959,0.6404959,0.61157024,0.46280992,0.3966942,0.30578512,0.21900827,0.2644628,0.19421488,0.25619835,0.23140496,0.26859504,0.42975205,0.40082645,0.2520661,0.25619835,0.45041323,0.5785124,0.6280992,0.6735537,0.677686,0.69008267,0.75619835,0.69008267,0.661157,0.59090906,0.5785124,0.60330576,0.55785125,0.5123967,0.42975205,0.42975205,0.446281,0.2892562,0.29338843,0.45867768,0.38016528,0.18595041,0.39256197,0.2892562,0.14876033,0.20661157,0.35950413,0.32231405,0.3677686,0.3429752,0.4752066,0.5123967,0.5413223,0.5289256,0.5206612,0.5041322,0.5206612,0.54545456,0.5289256,0.53305787,0.6487603,0.6570248,0.6322314,0.61157024,0.59504133,0.5785124,0.59917355,0.6652893,0.6446281,0.55785125,0.45041323,0.29752067,0.27272728,0.36363637,0.2231405,0.29752067,0.17355372,0.1446281,0.2520661,0.33471075,0.49586776,0.5082645,0.3966942,0.2892562,0.42561984,0.6280992,0.6322314,0.6694215,0.6652893,0.6694215,0.71900827,0.677686,0.6322314,0.58677685,0.57438016,0.58677685,0.54545456,0.5289256,0.48347107,0.5206612,0.47933885,0.2892562,0.38016528,0.5661157,0.45454547,0.2603306,0.22727273,0.13636364,0.16115703,0.19421488,0.4338843,0.28099173,0.28099173,0.24380165,0.2768595,0.44214877,0.5413223,0.553719,0.56198347,0.5371901,0.55785125,0.5661157,0.5413223,0.54545456,0.6570248,0.6570248,0.6446281,0.6404959,0.6322314,0.6280992,0.6652893,0.677686,0.58677685,0.40495867,0.28099173,0.2520661,0.26859504,0.62396693,0.4338843,0.29338843,0.2644628,0.21487603,0.32231405,0.338843,0.55785125,0.5289256,0.46694216,0.45041323,0.5206612,0.661157,0.6652893,0.661157,0.661157,0.6528926,0.6735537,0.677686,0.62396693,0.55785125,0.59917355,0.56198347,0.5289256,0.5495868,0.5123967,0.5785124,0.5123967,0.40495867,0.45041323,0.5785124,0.5123967,0.33471075,0.26859504,0.20661157,0.22727273,0.2603306,0.49173555,0.40082645,0.25619835,0.2520661,0.19421488,0.28099173,0.49173555,0.5661157,0.60330576,0.57024795,0.5413223,0.57024795,0.5495868,0.54545456,0.677686,0.661157,0.6487603,0.6570248,0.6735537,0.6652893,0.69008267,0.6363636,0.45867768,0.29338843,0.28512397,0.4214876,0.46694216,0.57438016,0.7107438,0.3966942,0.37190083,0.38016528,0.4876033,0.446281,0.553719,0.5371901,0.53305787,0.5661157,0.6363636,0.6735537,0.6735537,0.6694215,0.6528926,0.6404959,0.6694215,0.6859504,0.6363636,0.54545456,0.58677685,0.55785125,0.5247934,0.553719,0.5413223,0.57438016,0.54545456,0.47933885,0.45454547,0.5247934,0.5206612,0.45867768,0.3966942,0.35950413,0.33471075,0.38842976,0.49586776,0.46280992,0.44214877,0.3264463,0.29338843,0.24380165,0.3677686,0.49586776,0.61570245,0.59917355,0.55785125,0.57024795,0.5785124,0.54545456,0.677686,0.6570248,0.661157,0.661157,0.69008267,0.69008267,0.6570248,0.5371901,0.39256197,0.40082645,0.4752066,0.5495868,0.6280992,0.61570245,0.661157,0.5785124,0.5206612,0.5165289,0.5495868,0.5082645,0.5289256,0.5661157,0.58264464,0.62396693,0.6570248,0.677686,0.677686,0.6652893,0.661157,0.6487603,0.6528926,0.6694215,0.6363636,0.5495868,0.56198347,0.54545456,0.5247934,0.553719,0.57438016,0.57024795,0.5289256,0.5041322,0.49173555,0.49586776,0.4752066,0.5247934,0.5289256,0.48347107,0.46280992,0.49586776,0.5289256,0.54545456,0.57024795,0.5165289,0.4338843,0.38842976,0.3553719,0.38842976,0.5206612,0.6280992,0.60330576,0.61570245,0.6528926,0.5785124,0.6694215,0.6570248,0.6859504,0.73140496,0.7066116,0.6859504,0.607438,0.5082645,0.5289256,0.58677685,0.62396693,0.6487603,0.6859504,0.69008267,0.6818182,0.6280992,0.61570245,0.607438,0.59504133,0.56198347,0.58264464,0.61157024,0.6280992,0.6735537,0.6652893,0.677686,0.6735537,0.6818182,0.677686,0.6363636,0.6363636,0.6570248,0.6363636,0.57024795,0.55785125,0.5371901,0.5371901,0.56198347,0.57024795,0.59090906,0.5495868,0.5247934,0.5247934,0.5165289,0.5,0.4752066,0.5289256,0.5082645,0.5123967,0.5413223,0.553719,0.57024795,0.59917355,0.56198347,0.5413223,0.5371901,0.49173555,0.4338843,0.44214877,0.55785125,0.6363636,0.6694215,0.6859504,0.61157024,0.6735537,0.677686,0.71900827,0.78512394,0.74793386,0.6859504,0.6363636,0.6404959,0.6818182,0.677686,0.69008267,0.70247936,0.7066116,0.7066116,0.71487606,0.69008267,0.6735537,0.6652893,0.6487603,0.6404959,0.6280992,0.6694215,0.6652893,0.6859504,0.6694215,0.6818182,0.6694215,0.69008267,0.6859504,0.6280992,0.6487603,0.6487603,0.6280992,0.59504133,0.57024795,0.5413223,0.5289256,0.56198347,0.5661157,0.5785124,0.58264464,0.55785125,0.54545456,0.5206612,0.56198347,0.5123967,0.5289256,0.5371901,0.5413223,0.55785125,0.58264464,0.59090906,0.59917355,0.607438,0.61157024,0.6198347,0.61570245,0.5785124,0.5165289,0.5247934,0.607438,0.6694215,0.6942149,0.6363636,0.677686,0.69008267,0.75619835,0.7933884,0.7644628,0.7107438,0.7066116,0.7355372,0.73966944,0.71900827,0.73140496,0.75619835,0.75619835,0.74380165,0.74380165,0.71487606,0.70247936,0.69008267,0.6652893,0.677686,0.6652893,0.6859504,0.6983471,0.7066116,0.6818182,0.677686,0.6818182,0.7066116,0.6570248,0.6280992,0.6694215,0.6694215,0.6322314,0.60330576,0.5661157,0.5413223,0.53305787,0.5495868,0.57438016,0.5785124,0.58264464,0.5785124,0.5661157,0.5413223,0.55785125,0.5371901,0.57024795,0.5661157,0.58677685,0.59504133,0.61570245,0.6322314,0.6198347,0.6280992,0.6363636,0.6404959,0.6487603,0.6404959,0.6198347,0.59504133,0.61157024,0.6694215,0.6983471,0.6487603,0.6694215,0.6983471,0.75619835,0.7933884,0.75619835,0.73140496,0.73140496,0.75206614,0.73966944,0.74380165,0.74793386,0.73966944,0.74793386,0.7355372,0.74380165,0.7066116,0.6942149,0.6859504,0.6735537,0.6942149,0.6942149,0.6983471,0.71487606,0.73140496,0.70247936,0.6818182,0.6983471,0.6859504,0.6528926,0.6404959,0.677686,0.6818182,0.6487603,0.59504133,0.57024795,0.55785125,0.5413223,0.54545456,0.57024795,0.58264464,0.58264464,0.59090906,0.58677685,0.57438016,0.57024795,0.5495868,0.5661157,0.55785125,0.58677685,0.61570245,0.6363636,0.6487603,0.6363636,0.6404959,0.6487603,0.6322314,0.6570248,0.6446281,0.6280992,0.6198347,0.6280992,0.6694215,0.69008267,0.6652893,0.661157,0.6983471,0.76033056,0.78099173,0.75619835,0.73140496,0.7355372,0.73140496,0.73966944,0.74793386,0.7355372,0.7107438,0.71487606,0.7231405,0.72727275,0.6983471,0.6652893,0.69008267,0.6942149,0.6983471,0.6983471,0.71487606,0.72727275,0.74380165,0.71487606,0.6983471,0.69008267,0.6652893,0.6528926,0.661157,0.6942149,0.677686,0.677686,0.61157024,0.55785125,0.57438016,0.5495868,0.5413223,0.56198347,0.58264464,0.59090906,0.59504133,0.58264464,0.59504133,0.58677685,0.57024795,0.57438016,0.55785125,0.56198347,0.5785124,0.62396693,0.6322314,0.6280992,0.6404959,0.661157,0.6322314,0.6446281,0.6404959,0.6280992,0.6280992,0.6322314,0.6487603,0.6652893,0.6735537,0.6570248,0.7107438,0.76033056,0.7644628,0.75206614,0.74793386,0.74380165,0.73140496,0.73966944,0.74380165,0.71487606,0.71900827,0.7066116,0.71487606,0.6818182,0.6983471,0.6694215,0.677686,0.6735537,0.6942149,0.6942149,0.73140496,0.75206614,0.74380165,0.71487606,0.6942149,0.6942149,0.6652893,0.661157,0.6735537,0.6818182,0.6652893,0.6570248,0.607438,0.57438016,0.57024795,0.56198347,0.5495868,0.5495868,0.58264464,0.59917355,0.61157024,0.57438016,0.59917355,0.59090906,0.58677685,0.5785124,0.5661157,0.553719,0.553719,0.57438016,0.59090906,0.61157024,0.62396693,0.6487603,0.6363636,0.6322314,0.6322314,0.62396693,0.6363636,0.6363636,0.6446281,0.6487603,0.6652893,0.6652893,0.71487606,0.74793386,0.7355372,0.74793386,0.76033056,0.75206614,0.73966944,0.7355372,0.74380165,0.7231405,0.7107438,0.7107438,0.6983471,0.6818182,0.69008267,0.6942149,0.6818182,0.661157,0.71487606,0.71900827,0.73966944,0.76859504,0.74793386,0.7107438,0.7066116,0.6942149,0.6694215,0.6694215,0.6735537,0.6694215,0.661157,0.6570248,0.59504133,0.59090906,0.56198347,0.5495868,0.55785125,0.54545456,0.5785124,0.59917355,0.6198347,0.607438,0.61157024,0.60330576,0.58677685,0.58677685,0.57438016,0.56198347,0.56198347,0.5661157,0.58264464,0.59917355,0.607438,0.6280992,0.6404959,0.6363636,0.6487603,0.6280992,0.6446281,0.6404959,0.6446281,0.6322314,0.661157,0.6570248,0.71900827,0.71900827,0.71900827,0.75206614,0.76859504,0.7644628,0.73140496,0.76033056,0.74793386,0.74380165,0.72727275,0.7231405,0.7107438,0.70247936,0.70247936,0.70247936,0.71487606,0.70247936,0.7107438,0.76859504,0.75206614,0.75206614,0.75619835,0.7231405,0.71487606,0.6735537,0.6735537,0.69008267,0.6818182,0.6942149,0.6652893,0.6942149,0.6652893,0.59917355,0.57438016,0.5785124,0.56198347,0.57438016,0.5495868,0.59917355,0.6570248,0.61157024,0.6198347,0.61570245,0.59917355,0.59504133,0.58677685,0.5785124,0.58677685,0.5785124,0.58677685,0.59917355,0.61157024,0.61570245,0.6198347,0.6363636,0.6322314,0.6363636,0.6446281,0.6528926,0.6404959,0.6404959,0.661157,0.6652893,0.6942149,0.70247936,0.71900827,0.76033056,0.7768595,0.8057851,0.75619835,0.7768595,0.7768595,0.76033056,0.74793386,0.74380165,0.72727275,0.7107438,0.71900827,0.71487606,0.71900827,0.71487606,0.71900827,0.7644628,0.7768595,0.7355372,0.76033056,0.74793386,0.69008267,0.6487603,0.6983471,0.6942149,0.6735537,0.78099173,0.7066116,0.74380165,0.71900827,0.58677685,0.60330576,0.6322314,0.57438016,0.59504133,0.53305787,0.55785125,0.6363636,0.6363636,0.61157024,0.607438,0.61157024,0.59504133,0.59504133,0.61570245,0.59090906,0.60330576,0.59504133,0.59090906,0.61157024,0.607438,0.607438,0.6322314,0.6404959,0.6446281,0.661157,0.6818182,0.6652893,0.6570248,0.6570248,0.6570248,0.6694215,0.6859504,0.71900827,0.74380165,0.77272725,0.8140496,0.7933884,0.80991733,0.8016529,0.7892562,0.7644628,0.7644628,0.74793386,0.71487606,0.71900827,0.7231405,0.71900827,0.72727275,0.73140496,0.76033056,0.7768595,0.76033056,0.7644628,0.73140496,0.6404959,0.677686,0.73966944,0.677686,0.59917355,0.74380165,0.6859504,0.6446281,0.6198347,0.55785125,0.59917355,0.6363636,0.57438016,0.61570245,0.58677685,0.5289256,0.57438016,0.6280992,0.607438,0.59917355,0.61157024,0.59504133,0.59917355,0.6446281,0.58677685,0.607438,0.59090906,0.59917355,0.6198347,0.61570245,0.61157024,0.6280992,0.6487603,0.6570248,0.6652893,0.6859504,0.69008267,0.6694215,0.661157,0.6363636,0.6487603,0.6818182,0.7066116,0.71900827,0.74793386,0.78099173,0.7644628,0.80991733,0.7892562,0.7933884,0.78099173,0.78099173,0.75619835,0.7355372,0.72727275,0.7107438,0.71900827,0.7355372,0.74380165,0.76033056,0.75619835,0.75619835,0.74380165,0.6735537,0.6528926,0.74380165,0.74793386,0.6363636,0.5413223,0.61157024,0.60330576,0.55785125,0.5247934,0.5123967,0.54545456,0.57024795,0.5289256,0.5785124,0.6446281,0.6198347,0.54545456,0.5785124,0.60330576,0.61570245,0.60330576,0.59917355,0.58677685,0.6363636,0.62396693,0.60330576,0.59504133,0.59504133,0.61157024,0.6198347,0.62396693,0.6363636,0.6487603,0.6735537,0.677686,0.6859504,0.6942149,0.6859504,0.6652893,0.6280992,0.6322314,0.6735537,0.6983471,0.7107438,0.71900827,0.7355372,0.73966944,0.73140496,0.76033056,0.7768595,0.7768595,0.78099173,0.76859504,0.75206614,0.73966944,0.73140496,0.71900827,0.7355372,0.75619835,0.7644628,0.74793386,0.74793386,0.7066116,0.6570248,0.70247936,0.73966944,0.661157,0.5413223,0.49173555,0.56198347,0.5165289,0.46694216,0.46280992,0.45041323,0.49173555,0.49173555,0.4214876,0.44214877,0.53305787,0.6198347,0.61157024,0.55785125,0.5785124,0.61157024,0.61157024,0.61157024,0.59090906,0.6363636,0.61157024,0.607438,0.607438,0.59917355,0.61157024,0.6280992,0.6280992,0.6363636,0.6528926,0.6859504,0.6942149,0.6942149,0.6942149,0.7066116,0.6818182,0.62396693,0.6363636,0.6652893,0.69008267,0.71487606,0.71900827,0.71487606,0.7355372,0.75206614,0.73966944,0.75206614,0.77272725,0.76033056,0.75206614,0.75206614,0.71900827,0.73140496,0.71487606,0.73966944,0.75619835,0.75206614,0.73966944,0.7231405,0.6942149,0.6363636,0.6322314,0.59090906,0.45867768,0.29338843,0.21900827,0.4090909,0.47107437,0.39256197,0.38016528,0.38429752,0.44214877,0.3305785,0.17355372,0.17355372,0.3429752,0.49173555,0.57024795,0.57438016,0.55785125,0.59917355,0.62396693,0.61570245,0.61570245,0.6198347,0.61157024,0.61157024,0.607438,0.61157024,0.61570245,0.62396693,0.62396693,0.6363636,0.6528926,0.6859504,0.69008267,0.69008267,0.69008267,0.6942149,0.69008267,0.607438,0.6404959,0.6735537,0.6859504,0.7107438,0.7231405,0.72727275,0.72727275,0.74380165,0.76033056,0.74793386,0.76033056,0.7644628,0.74793386,0.71900827,0.75206614,0.73966944,0.71487606,0.7355372,0.73966944,0.7231405,0.71487606,0.70247936,0.6942149,0.58677685,0.5413223,0.41735536,0.23140496,0.10743801,0.08264463,0.19008264,0.4214876,0.38016528,0.3181818,0.35123968,0.44214877,0.16528925,0.0661157,0.08264463,0.1322314,0.35950413,0.46694216,0.5289256,0.5661157,0.59504133,0.6198347,0.6198347,0.6198347,0.6198347,0.61157024,0.6198347,0.61570245,0.6280992,0.6198347,0.6280992,0.6404959,0.6322314,0.6487603,0.6818182,0.69008267,0.6859504,0.6983471,0.6942149,0.6942149,0.59090906,0.6280992,0.661157,0.6942149,0.7066116,0.7231405,0.71487606,0.72727275,0.73966944,0.76033056,0.75206614,0.75619835,0.78099173,0.75619835,0.73966944,0.74793386,0.73140496,0.71487606,0.7355372,0.7231405,0.69008267,0.6983471,0.6942149,0.6735537,0.5371901,0.46280992,0.29752067,0.14049587,0.13636364,0.22727273,0.37190083,0.48347107,0.4090909,0.2892562,0.35950413,0.4338843,0.338843,0.1694215,0.11157025,0.18595041,0.34710744,0.42561984,0.47933885,0.57438016,0.59504133,0.61570245,0.607438,0.61570245,0.6322314,0.62396693,0.6322314,0.6198347,0.6198347,0.6198347,0.6198347,0.6446281,0.6322314,0.6487603,0.6694215,0.6942149,0.6735537,0.7107438,0.6983471,0.6694215,0.59504133,0.6280992,0.6487603,0.6942149,0.7107438,0.7231405,0.71487606,0.71900827,0.72727275,0.73966944,0.73966944,0.76033056,0.7768595,0.73140496,0.74793386,0.73966944,0.71900827,0.71487606,0.7107438,0.71900827,0.6735537,0.6859504,0.74793386,0.677686,0.5,0.42975205,0.3429752,0.30165288,0.38842976,0.49586776,0.48347107,0.45454547,0.38429752,0.2768595,0.3181818,0.38016528,0.46694216,0.45454547,0.40495867,0.44214877,0.41735536,0.4090909,0.44214877,0.57438016,0.59504133,0.58264464,0.61157024,0.6280992,0.6446281,0.6198347,0.6280992,0.6280992,0.6322314,0.6363636,0.6446281,0.6487603,0.6487603,0.6528926,0.661157,0.6859504,0.6694215,0.70247936,0.6942149,0.6487603,0.59090906,0.6322314,0.6404959,0.6859504,0.7066116,0.7107438,0.71900827,0.72727275,0.74380165,0.73966944,0.7355372,0.76033056,0.76859504,0.75206614,0.74793386,0.74793386,0.72727275,0.7066116,0.70247936,0.69008267,0.6735537,0.6818182,0.7768595,0.677686,0.5289256,0.40495867,0.39256197,0.43801653,0.57024795,0.6818182,0.59090906,0.47107437,0.3966942,0.3181818,0.32231405,0.3677686,0.4752066,0.5661157,0.47933885,0.4338843,0.42561984,0.41735536,0.4338843,0.58677685,0.61157024,0.57024795,0.60330576,0.62396693,0.6280992,0.6280992,0.61157024,0.6280992,0.6404959,0.6528926,0.6528926,0.6528926,0.6570248,0.6652893,0.6694215,0.6735537,0.6694215,0.6818182,0.6652893,0.6404959,0.5785124,0.62396693,0.6487603,0.6859504,0.7066116,0.70247936,0.6942149,0.7231405,0.73966944,0.74380165,0.73966944,0.75206614,0.73966944,0.75206614,0.7355372,0.73966944,0.7355372,0.7066116,0.6942149,0.6694215,0.6652893,0.70247936,0.75619835,0.677686,0.61157024,0.46280992,0.42975205,0.49586776,0.6363636,0.6983471,0.60330576,0.5413223,0.5206612,0.47933885,0.4338843,0.44214877,0.5082645,0.57438016,0.55785125,0.48347107,0.48347107,0.49173555,0.5082645,0.59504133,0.607438,0.57024795,0.58677685,0.61570245,0.60330576,0.6322314,0.61157024,0.6322314,0.6404959,0.6487603,0.661157,0.6652893,0.6652893,0.6570248,0.6735537,0.6652893,0.6652893,0.6735537,0.6363636,0.62396693,0.57438016,0.607438,0.661157,0.69008267,0.70247936,0.6983471,0.70247936,0.7231405,0.73140496,0.73140496,0.72727275,0.74793386,0.7355372,0.76033056,0.7231405,0.7355372,0.72727275,0.6942149,0.677686,0.661157,0.677686,0.74380165,0.74793386,0.73966944,0.6652893,0.62396693,0.607438,0.6528926,0.70247936,0.6570248,0.61157024,0.59504133,0.5661157,0.54545456,0.5041322,0.5206612,0.56198347,0.56198347,0.5661157,0.57438016,0.58264464,0.58264464,0.58264464,0.60330576,0.60330576,0.59090906,0.57024795,0.5785124,0.59090906,0.61157024,0.61157024,0.62396693,0.6487603,0.61570245,0.6528926,0.661157,0.6735537,0.6528926,0.6694215,0.661157,0.6652893,0.6694215,0.6528926,0.6198347,0.58677685,0.60330576,0.6487603,0.6735537,0.69008267,0.69008267,0.6942149,0.72727275,0.7355372,0.7107438,0.7066116,0.73966944,0.73966944,0.72727275,0.72727275,0.73140496,0.7107438,0.6735537,0.6528926,0.6528926,0.69008267,0.7355372,0.74380165,0.7644628,0.7231405,0.6818182,0.6983471,0.6983471,0.6859504,0.70247936,0.59917355,0.62396693,0.553719,0.49173555,0.5289256,0.5785124,0.59504133,0.56198347,0.54545456,0.553719,0.58677685,0.59090906,0.59917355,0.607438,0.6198347,0.59504133,0.57024795,0.5785124,0.59090906,0.59090906,0.59917355,0.6280992,0.6198347,0.6446281,0.6570248,0.6528926,0.6694215,0.6528926,0.6570248,0.6322314,0.6363636,0.6652893,0.6487603,0.61570245,0.58264464,0.607438,0.6487603,0.6694215,0.6818182,0.69008267,0.69008267,0.7107438,0.71487606,0.7066116,0.71900827,0.73966944,0.71900827,0.73966944,0.72727275,0.71900827,0.6859504,0.6694215,0.6528926,0.6570248,0.7066116,0.7355372,0.73140496,0.74380165,0.7231405,0.6818182,0.6942149,0.70247936,0.6487603,0.6859504,0.6404959,0.59504133,0.5165289,0.45041323,0.5661157,0.6404959,0.61157024,0.56198347,0.5247934,0.5371901,0.57024795,0.58677685,0.58677685,0.58677685,0.61570245,0.61157024,0.59090906,0.58677685,0.5785124,0.5785124,0.5785124,0.607438,0.60330576,0.62396693,0.6652893,0.6528926,0.661157,0.6487603,0.661157,0.6446281,0.6487603,0.6652893,0.6404959,0.61570245,0.58264464,0.607438,0.6528926,0.6735537,0.6818182,0.6942149,0.70247936,0.70247936,0.7107438,0.7066116,0.73140496,0.71900827,0.74380165,0.74793386,0.72727275,0.70247936,0.6652893,0.6570248,0.6570248,0.6694215,0.71900827,0.76033056,0.74380165,0.73140496,0.7066116,0.677686,0.677686,0.6859504,0.6735537,0.661157,0.62396693,0.56198347,0.49173555,0.4752066,0.57438016,0.6528926,0.61570245,0.57438016,0.5123967,0.5371901,0.54545456,0.5785124,0.58264464,0.58677685,0.60330576,0.6198347,0.61570245,0.59504133,0.57024795,0.57024795,0.57438016,0.58264464,0.607438,0.6198347,0.6487603,0.661157,0.6528926,0.6652893,0.6487603,0.6322314,0.6446281,0.6570248,0.6322314,0.60330576,0.5785124,0.59090906,0.6404959,0.6694215,0.6859504,0.69008267,0.7066116,0.6983471,0.6942149,0.70247936,0.70247936,0.7066116,0.71900827,0.72727275,0.71487606,0.677686,0.6528926,0.6570248,0.6528926,0.6859504,0.7231405,0.74793386,0.72727275,0.71900827,0.69008267,0.6528926,0.6528926,0.6694215,0.661157,0.6528926,0.62396693,0.5661157,0.5165289,0.5413223,0.60330576,0.6983471,0.6446281,0.59917355,0.5495868,0.5495868,0.5413223,0.553719,0.5495868,0.5661157,0.59090906,0.59917355,0.61570245,0.59504133,0.57024795,0.57438016,0.57438016,0.5785124,0.59090906,0.61157024,0.6363636,0.6652893,0.6570248,0.6735537,0.6652893,0.6198347,0.6363636,0.6694215,0.6322314,0.57438016,0.57438016,0.59090906,0.6280992,0.6570248,0.6859504,0.69008267,0.6983471,0.70247936,0.69008267,0.7066116,0.6983471,0.7066116,0.7066116,0.7107438,0.6942149,0.661157,0.6570248,0.6570248,0.6446281,0.70247936,0.6983471,0.70247936,0.6859504,0.69008267,0.6652893,0.6404959,0.6735537,0.71487606,0.6694215,0.6570248,0.6363636,0.59917355,0.553719,0.57024795,0.60330576,0.6735537,0.6652893,0.61157024,0.57438016,0.5785124,0.59090906,0.5661157,0.5495868,0.54545456,0.55785125,0.58264464,0.60330576,0.59090906,0.56198347,0.58264464,0.553719,0.57024795,0.58677685,0.59504133,0.62396693,0.6528926,0.6487603,0.6694215,0.6363636,0.62396693,0.6322314,0.661157,0.61157024,0.57024795,0.55785125,0.58677685,0.61157024,0.661157,0.6735537,0.69008267,0.6859504,0.6942149,0.6818182,0.69008267,0.6818182,0.70247936,0.71487606,0.7107438,0.6694215,0.6363636,0.6570248,0.6363636,0.6652893,0.70247936,0.677686,0.6652893,0.69008267,0.6694215,0.6363636,0.677686,0.7107438,0.73140496,0.6818182,0.6363636,0.6198347,0.6363636,0.60330576,0.607438,0.6322314,0.6446281,0.6198347,0.5785124,0.57024795,0.59504133,0.61570245,0.61570245,0.58677685,0.607438,0.5785124,0.5785124,0.58677685,0.59090906,0.5495868,0.57024795,0.56198347,0.5661157,0.59504133,0.59090906,0.607438,0.6404959,0.6487603,0.6570248,0.6280992,0.62396693,0.61157024,0.6363636,0.58264464,0.5661157,0.553719,0.59090906,0.59917355,0.57024795,0.6694215,0.677686,0.6818182,0.6859504,0.6818182,0.6859504,0.6942149,0.70247936,0.7066116,0.70247936,0.6528926,0.59504133,0.6446281,0.6404959,0.6280992,0.661157,0.6404959,0.6487603,0.677686,0.677686,0.6487603,0.71900827,0.73966944,0.70247936,0.6198347,0.553719,0.53305787,0.5495868,0.55785125,0.55785125,0.5495868,0.5165289,0.47933885,0.446281,0.46280992,0.5082645,0.553719,0.61157024,0.61570245,0.6528926,0.61570245,0.5785124,0.59504133,0.60330576,0.553719,0.5661157,0.55785125,0.5661157,0.57438016,0.58677685,0.59917355,0.6280992,0.6322314,0.6446281,0.6322314,0.62396693,0.6198347,0.61157024,0.57024795,0.5371901,0.55785125,0.5785124,0.58677685,0.57024795,0.6363636,0.6735537,0.677686,0.69008267,0.677686,0.6652893,0.6818182,0.6859504,0.70247936,0.6859504,0.6363636,0.57024795,0.6528926,0.6322314,0.607438,0.61570245,0.607438,0.6363636,0.6652893,0.6694215,0.6694215,0.6859504,0.6363636,0.5247934,0.42975205,0.37190083,0.37190083,0.3677686,0.38429752,0.38016528,0.38429752,0.34710744,0.30165288,0.29752067,0.30165288,0.338843,0.38016528,0.45454547,0.5165289,0.58677685,0.61570245,0.57024795,0.60330576,0.58677685,0.5413223,0.55785125,0.5289256,0.5661157,0.5661157,0.57024795,0.60330576,0.62396693,0.62396693,0.6363636,0.62396693,0.61570245,0.6198347,0.59917355,0.57024795,0.5289256,0.5495868,0.57438016,0.5661157,0.59917355,0.62396693,0.6694215,0.6652893,0.6818182,0.677686,0.6487603,0.6942149,0.677686,0.70247936,0.677686,0.6198347,0.6280992,0.6859504,0.59917355,0.58677685,0.57438016,0.58264464,0.62396693,0.6694215,0.6570248,0.61157024,0.5371901,0.446281,0.3553719,0.26859504,0.20247933,0.25619835,0.24793388,0.23140496,0.22727273,0.21487603,0.23966943,0.20661157,0.1983471,0.19421488,0.1983471,0.22727273,0.29338843,0.36363637,0.446281,0.5206612,0.5371901,0.5661157,0.55785125,0.54545456,0.5661157,0.53305787,0.5413223,0.57438016,0.5785124,0.58677685,0.6198347,0.6198347,0.6363636,0.61157024,0.607438,0.60330576,0.59504133,0.57438016,0.5371901,0.5413223,0.58264464,0.56198347,0.59090906,0.61570245,0.6446281,0.6528926,0.6694215,0.69008267,0.6570248,0.6652893,0.69008267,0.6983471,0.661157,0.6322314,0.6942149,0.6570248,0.5495868,0.58677685,0.5661157,0.59090906,0.6322314,0.6487603,0.5785124,0.45454547,0.338843,0.2520661,0.20661157,0.18595041,0.15289256,0.21487603,0.24380165,0.2107438,0.1983471,0.16115703,0.2107438,0.21900827,0.19421488,0.18595041,0.1570248,0.17355372,0.17355372,0.23140496,0.29338843,0.37190083,0.43801653,0.4876033,0.5165289,0.5495868,0.5495868,0.5371901,0.5289256,0.57024795,0.60330576,0.59090906,0.62396693,0.6198347,0.6404959,0.61570245,0.60330576,0.58264464,0.59090906,0.57024795,0.53305787,0.5123967,0.58677685,0.58264464,0.59504133,0.61157024,0.6322314,0.6404959,0.6528926,0.6859504,0.6652893,0.661157,0.6859504,0.6942149,0.6528926,0.6570248,0.677686,0.62396693,0.5289256,0.61157024,0.5785124,0.60330576,0.6198347,0.57438016,0.43801653,0.29752067,0.23140496,0.1694215,0.1694215,0.19421488,0.17355372,0.24793388,0.28512397,0.2603306,0.27272728,0.1446281,0.23553719,0.23553719,0.21487603,0.18181819,0.10743801,0.14049587,0.10330579,0.12396694,0.17355372,0.21900827,0.28512397,0.36363637,0.446281,0.49586776,0.5289256,0.5082645,0.5,0.55785125,0.59090906,0.607438,0.60330576,0.6322314,0.6446281,0.6198347,0.59090906,0.59090906,0.5785124,0.55785125,0.5206612,0.4752066,0.57438016,0.5785124,0.58264464,0.607438,0.61570245,0.61157024,0.6404959,0.6694215,0.6528926,0.6487603,0.6694215,0.661157,0.6487603,0.6570248,0.6570248,0.5785124,0.5082645,0.59917355,0.58264464,0.59090906,0.5371901,0.43801653,0.28512397,0.20247933,0.15289256,0.11157025,0.12809917,0.16115703,0.13636364,0.18181819,0.24380165,0.24793388,0.23553719,0.11570248,0.12809917,0.15289256,0.14876033,0.1322314,0.09917355,0.09504132,0.09090909,0.09090909,0.08264463,0.10330579,0.17355372,0.27272728,0.36363637,0.4338843,0.5041322,0.5123967,0.49586776,0.54545456,0.58264464,0.607438,0.6198347,0.61570245,0.6404959,0.61157024,0.60330576,0.58677685,0.5785124,0.55785125,0.5247934,0.46280992,0.54545456,0.56198347,0.58264464,0.59090906,0.61157024,0.59504133,0.6198347,0.6363636,0.6404959,0.6404959,0.6570248,0.6487603,0.6487603,0.6487603,0.6322314,0.5785124,0.57024795,0.58677685,0.58677685,0.5289256,0.4214876,0.2603306,0.12396694,0.11570248,0.0785124,0.09504132,0.11570248,0.12809917,0.1322314,0.12809917,0.1446281,0.11157025,0.11157025,0.11570248,0.1322314,0.1570248,0.19008264,0.20247933,0.16528925,0.17355372,0.1446281,0.1694215,0.16528925,0.17768595,0.2892562,0.40495867,0.4214876,0.4214876,0.446281,0.49173555,0.5041322,0.5495868,0.58264464,0.59090906,0.6198347,0.6280992,0.6198347,0.59917355,0.607438,0.57438016,0.5785124,0.57024795,0.5123967,0.4876033,0.53305787,0.553719,0.58264464,0.59090906,0.61157024,0.59504133,0.607438,0.6280992,0.6404959,0.6487603,0.6528926,0.6487603,0.6404959,0.6404959,0.6322314,0.58677685,0.5661157,0.57024795,0.54545456,0.43801653,0.34710744,0.24380165,0.11157025,0.08264463,0.09504132,0.16115703,0.2520661,0.26859504,0.27272728,0.2892562,0.2644628,0.2768595,0.2768595,0.2768595,0.33471075,0.38429752,0.43801653,0.45454547,0.45867768,0.47107437,0.4338843,0.4090909,0.37190083,0.36363637,0.446281,0.5371901,0.553719,0.4752066,0.43801653,0.46694216,0.49586776,0.55785125,0.5785124,0.59090906,0.59917355,0.6198347,0.59090906,0.58677685,0.59504133,0.5785124,0.5785124,0.5371901,0.49173555,0.48347107,0.5247934,0.5413223,0.57024795,0.57438016,0.61570245,0.61157024,0.59917355,0.61157024,0.6280992,0.6487603,0.6528926,0.6528926,0.6487603,0.6487603,0.6322314,0.56198347,0.5247934,0.5165289,0.49586776,0.45454547,0.49586776,0.5371901,0.46694216,0.4090909,0.338843,0.38429752,0.49586776,0.5123967,0.5123967,0.5247934,0.5371901,0.5413223,0.5123967,0.5,0.5371901,0.54545456,0.5206612,0.5,0.5082645,0.4876033,0.5082645,0.5,0.46280992,0.47107437,0.5247934,0.59917355,0.58677685,0.56198347,0.5041322,0.47107437,0.47933885,0.553719,0.57024795,0.59090906,0.59504133,0.61570245,0.62396693,0.59504133,0.59504133,0.58264464,0.57024795,0.5247934,0.47933885,0.42975205,0.5123967,0.54545456,0.5661157,0.55785125,0.59504133,0.61157024,0.59504133,0.607438,0.6363636,0.6404959,0.6280992,0.6487603,0.6528926,0.6487603,0.6280992,0.57024795,0.5041322,0.5041322,0.5082645,0.54545456,0.61570245,0.661157,0.6322314,0.5495868,0.5371901,0.5495868,0.55785125,0.57438016,0.5785124,0.5289256,0.53305787,0.54545456,0.53305787,0.5041322,0.5413223,0.5413223,0.5,0.47933885,0.49173555,0.48347107,0.5041322,0.5123967,0.5082645,0.5289256,0.5495868,0.60330576,0.60330576,0.59090906,0.58677685,0.5165289,0.46694216,0.5413223,0.56198347,0.5785124,0.59090906,0.61570245,0.6280992,0.61157024,0.59090906,0.5661157,0.5495868,0.5082645,0.47107437,0.27272728,0.45041323,0.553719,0.553719,0.54545456,0.57024795,0.60330576,0.60330576,0.61157024,0.6280992,0.6404959,0.62396693,0.6570248,0.6487603,0.6528926,0.6404959,0.58264464,0.5,0.5247934,0.553719,0.61157024,0.6528926,0.661157,0.6487603,0.61570245,0.58264464,0.5785124,0.57438016,0.57024795,0.553719,0.5289256,0.5123967,0.5371901,0.5413223,0.5247934,0.5495868,0.5206612,0.5082645,0.4876033,0.49586776,0.5041322,0.5123967,0.5371901,0.53305787,0.5371901,0.5413223,0.56198347,0.59917355,0.59090906,0.607438,0.55785125,0.49586776,0.5165289,0.54545456,0.57024795,0.59504133,0.59917355,0.61570245,0.61570245,0.58264464,0.553719,0.54545456,0.5041322,0.46280992,0.14049587,0.34710744,0.5495868,0.5495868,0.5371901,0.5495868,0.58677685,0.59504133,0.607438,0.6198347,0.6487603,0.6363636,0.6487603,0.6404959,0.6487603,0.6363636,0.58264464,0.5,0.55785125,0.60330576,0.6528926,0.6694215,0.6694215,0.6404959,0.61570245,0.59504133,0.58264464,0.5785124,0.5785124,0.5661157,0.55785125,0.53305787,0.5206612,0.5041322,0.5041322,0.5,0.45454547,0.45867768,0.45867768,0.47933885,0.5,0.49586776,0.5165289,0.5206612,0.5289256,0.5371901,0.56198347,0.58677685,0.59504133,0.59917355,0.5661157,0.5413223,0.5041322,0.5289256,0.5785124,0.57438016,0.59090906,0.59090906,0.607438,0.5661157,0.54545456,0.5289256,0.49173555,0.46280992,0.16115703,0.2603306,0.5247934,0.5413223,0.53305787,0.5289256,0.5785124,0.58677685,0.60330576,0.61570245,0.6363636,0.6280992,0.6446281,0.6487603,0.6363636,0.6280992,0.56198347,0.5206612,0.57438016,0.6198347,0.6652893,0.6652893,0.6735537,0.6322314,0.59917355,0.58264464,0.5495868,0.5413223,0.5165289,0.4876033,0.45041323,0.42975205,0.39256197,0.37603307,0.39256197,0.37603307,0.35123968,0.3677686,0.3966942,0.4090909,0.45867768,0.47107437,0.48347107,0.5041322,0.53305787,0.553719,0.5661157,0.59090906,0.58677685,0.59090906,0.57024795,0.56198347,0.5289256,0.5165289,0.57438016,0.5785124,0.55785125,0.5661157,0.60330576,0.54545456,0.5413223,0.5206612,0.47107437,0.45867768,0.1694215,0.1983471,0.46694216,0.54545456,0.53305787,0.5247934,0.5661157,0.58264464,0.58677685,0.607438,0.61570245,0.6198347,0.6404959,0.6446281,0.62396693,0.61157024,0.5661157,0.53305787,0.59917355,0.6198347,0.6363636,0.6528926,0.6652893,0.62396693,0.59090906,0.5785124,0.53305787,0.5206612,0.49173555,0.44214877,0.40495867,0.3677686,0.30578512,0.28512397,0.29338843,0.30165288,0.30991736,0.32231405,0.34710744,0.38842976,0.42561984,0.46694216,0.4752066,0.5041322,0.5413223,0.553719,0.55785125,0.57438016,0.57024795,0.58677685,0.57024795,0.55785125,0.5495868,0.5206612,0.5413223,0.57024795,0.5495868,0.5495868,0.57024795,0.5413223,0.5206612,0.5123967,0.4752066,0.45041323,0.19421488,0.14876033,0.37190083,0.553719,0.5371901,0.5289256,0.54545456,0.5785124,0.57438016,0.59090906,0.60330576,0.61157024,0.62396693,0.61157024,0.607438,0.60330576,0.5785124,0.55785125,0.59504133,0.59917355,0.62396693,0.6280992,0.6280992,0.6198347,0.62396693,0.59504133,0.55785125,0.54545456,0.5247934,0.47933885,0.4338843,0.40082645,0.35950413,0.338843,0.3264463,0.3140496,0.32231405,0.35123968,0.34710744,0.41322315,0.4338843,0.4752066,0.49173555,0.5206612,0.5289256,0.55785125,0.58264464,0.5661157,0.54545456,0.5785124,0.57024795,0.57438016,0.56198347,0.54545456,0.53305787,0.5413223,0.54545456,0.5413223,0.55785125,0.5371901,0.5123967,0.4876033,0.47933885,0.45041323,0.18595041,0.14049587,0.26859504,0.54545456,0.53305787,0.5082645,0.53305787,0.5661157,0.58264464,0.58264464,0.59090906,0.59917355,0.607438,0.607438,0.60330576,0.59090906,0.57024795,0.57024795,0.5785124,0.57438016,0.607438,0.607438,0.61570245,0.62396693,0.6363636,0.61570245,0.59504133,0.59504133,0.5785124,0.53305787,0.5123967,0.4876033,0.45867768,0.4338843,0.40495867,0.39256197,0.38016528,0.4090909,0.40495867,0.45867768,0.47107437,0.4876033,0.5082645,0.5165289,0.54545456,0.55785125,0.59090906,0.5785124,0.553719,0.5661157,0.5785124,0.58677685,0.58264464,0.55785125,0.54545456,0.53305787,0.53305787,0.5371901,0.5413223,0.5206612,0.5123967,0.49173555,0.4752066,0.45867768,0.16115703,0.1570248,0.19421488,0.5041322,0.53305787,0.49173555,0.5247934,0.5495868,0.58264464,0.58264464,0.57438016,0.59504133,0.59090906,0.58264464,0.59090906,0.58264464,0.5661157,0.56198347,0.57438016,0.57438016,0.59504133,0.607438,0.59504133,0.62396693,0.62396693,0.6198347,0.59504133,0.607438,0.59504133,0.5661157,0.5495868,0.5247934,0.5123967,0.5,0.47933885,0.47933885,0.45454547,0.46280992,0.46280992,0.4752066,0.4876033,0.5041322,0.5165289,0.5041322,0.5247934,0.5661157,0.5495868,0.57438016,0.5661157,0.5661157,0.58264464,0.58677685,0.56198347,0.55785125,0.55785125,0.53305787,0.53305787,0.5289256,0.5247934,0.5082645,0.5,0.4876033,0.46694216,0.46280992,0.1570248,0.16115703,0.1694215,0.446281,0.5082645,0.5123967,0.53305787,0.5413223,0.58264464,0.58677685,0.55785125,0.58264464,0.58677685,0.58677685,0.57438016,0.5785124,0.553719,0.54545456,0.57024795,0.58264464,0.58677685,0.59090906,0.59917355,0.61570245,0.6198347,0.62396693,0.59090906,0.58264464,0.607438,0.54545456,0.59090906,0.5495868,0.56198347,0.5661157,0.58264464,0.59917355,0.59504133,0.56198347,0.5289256,0.5041322,0.5041322,0.5165289,0.5247934,0.5165289,0.53305787,0.57024795,0.56198347,0.5661157,0.5661157,0.56198347,0.57024795,0.56198347,0.55785125,0.5495868,0.553719,0.5413223,0.5289256,0.5247934,0.5206612,0.5123967,0.5,0.48347107,0.45867768,0.4752066,0.15289256,0.14876033,0.18181819,0.40495867,0.5082645,0.5041322,0.5371901,0.5413223,0.5661157,0.57438016,0.553719,0.58677685,0.57438016,0.58677685,0.5661157,0.56198347,0.553719,0.55785125,0.58677685,0.57024795,0.58677685,0.58264464,0.60330576,0.61570245,0.6198347,0.62396693,0.61570245,0.59504133,0.60330576,0.57438016,0.59917355,0.5785124,0.59917355,0.58677685,0.61157024,0.59504133,0.58264464,0.58264464,0.5785124,0.5661157,0.5413223,0.5413223,0.5495868,0.5495868,0.553719,0.58264464,0.58677685,0.5785124,0.56198347,0.57024795,0.58677685,0.56198347,0.5661157,0.5289256,0.553719,0.5495868,0.5165289,0.5247934,0.5123967,0.49586776,0.5,0.47933885,0.45454547,0.45041323,14 +0.54545456,0.55785125,0.59090906,0.60330576,0.62396693,0.62396693,0.6487603,0.677686,0.6735537,0.6942149,0.6983471,0.7066116,0.71900827,0.73966944,0.7355372,0.73966944,0.74380165,0.74380165,0.75206614,0.7644628,0.7644628,0.74380165,0.74380165,0.7355372,0.7355372,0.73966944,0.75206614,0.76033056,0.76033056,0.75619835,0.74380165,0.74793386,0.75206614,0.74793386,0.74793386,0.74793386,0.75206614,0.76033056,0.75206614,0.75206614,0.75619835,0.74793386,0.73966944,0.71487606,0.6735537,0.60330576,0.57438016,0.5661157,0.59917355,0.6363636,0.607438,0.49173555,0.43801653,0.48347107,0.4752066,0.47107437,0.4876033,0.4752066,0.44214877,0.41735536,0.4090909,0.42975205,0.4090909,0.37190083,0.5785124,0.55785125,0.57024795,0.59090906,0.607438,0.6198347,0.6487603,0.6694215,0.6818182,0.6942149,0.6983471,0.7066116,0.73140496,0.7355372,0.73140496,0.74380165,0.74380165,0.74793386,0.76033056,0.77272725,0.77272725,0.7644628,0.75619835,0.74380165,0.74380165,0.73966944,0.74793386,0.7644628,0.7644628,0.75206614,0.74793386,0.75619835,0.75619835,0.74793386,0.73966944,0.75206614,0.76033056,0.76859504,0.75206614,0.74793386,0.75206614,0.74793386,0.74793386,0.74380165,0.73966944,0.6942149,0.6528926,0.61570245,0.59504133,0.607438,0.661157,0.61157024,0.5371901,0.446281,0.43801653,0.45867768,0.4752066,0.45041323,0.44214877,0.41735536,0.37603307,0.42561984,0.40495867,0.40495867,0.5495868,0.553719,0.553719,0.57024795,0.59090906,0.61157024,0.6404959,0.6652893,0.677686,0.6983471,0.70247936,0.7107438,0.71900827,0.73140496,0.7355372,0.74380165,0.74793386,0.76033056,0.78099173,0.78512394,0.78099173,0.78099173,0.78099173,0.78099173,0.7768595,0.76033056,0.7644628,0.7768595,0.7768595,0.75619835,0.74793386,0.76033056,0.75619835,0.75619835,0.75206614,0.7644628,0.77272725,0.78099173,0.7644628,0.7355372,0.7355372,0.75619835,0.75206614,0.74380165,0.74793386,0.7355372,0.7107438,0.6528926,0.6446281,0.61157024,0.61157024,0.6570248,0.6198347,0.5785124,0.5041322,0.446281,0.42975205,0.42561984,0.4214876,0.41735536,0.39256197,0.42975205,0.43801653,0.4338843,0.54545456,0.55785125,0.55785125,0.57024795,0.58264464,0.60330576,0.6280992,0.6570248,0.677686,0.6942149,0.70247936,0.7066116,0.7107438,0.7231405,0.73140496,0.74380165,0.75619835,0.7644628,0.78512394,0.7892562,0.78512394,0.7768595,0.78099173,0.79752064,0.78512394,0.7768595,0.7768595,0.78512394,0.78512394,0.78512394,0.77272725,0.75619835,0.76033056,0.7644628,0.76033056,0.7644628,0.77272725,0.7892562,0.78512394,0.76033056,0.74793386,0.75206614,0.76033056,0.72727275,0.74793386,0.73966944,0.7355372,0.6735537,0.6735537,0.661157,0.61157024,0.607438,0.6198347,0.59090906,0.60330576,0.5495868,0.4876033,0.47933885,0.446281,0.43801653,0.42975205,0.44214877,0.45867768,0.43801653,0.54545456,0.553719,0.55785125,0.57438016,0.58264464,0.59090906,0.61157024,0.6487603,0.6735537,0.6818182,0.69008267,0.6942149,0.70247936,0.7231405,0.73966944,0.74793386,0.75619835,0.76033056,0.76859504,0.78099173,0.78512394,0.78099173,0.77272725,0.78512394,0.7768595,0.78099173,0.78099173,0.7933884,0.78099173,0.7933884,0.7933884,0.76033056,0.77272725,0.76859504,0.76033056,0.7644628,0.77272725,0.78512394,0.7933884,0.78512394,0.76033056,0.77272725,0.7768595,0.75619835,0.74380165,0.73966944,0.7355372,0.6983471,0.6859504,0.6859504,0.6570248,0.6322314,0.6363636,0.5785124,0.59090906,0.56198347,0.5413223,0.53305787,0.5041322,0.48347107,0.47107437,0.45041323,0.47107437,0.45041323,0.553719,0.553719,0.5495868,0.56198347,0.5785124,0.58677685,0.607438,0.6487603,0.6570248,0.6363636,0.6487603,0.677686,0.6983471,0.71487606,0.73966944,0.73966944,0.74380165,0.74793386,0.74793386,0.7644628,0.78099173,0.7644628,0.75619835,0.7644628,0.7644628,0.7644628,0.77272725,0.78099173,0.7768595,0.7768595,0.7768595,0.77272725,0.7768595,0.76859504,0.76033056,0.75206614,0.76033056,0.7768595,0.78099173,0.76859504,0.75619835,0.77272725,0.76859504,0.7644628,0.75206614,0.75206614,0.73966944,0.71900827,0.6983471,0.69008267,0.6818182,0.6652893,0.6528926,0.6446281,0.62396693,0.61157024,0.57024795,0.5413223,0.5247934,0.5123967,0.49586776,0.46280992,0.4752066,0.46694216,0.5371901,0.55785125,0.553719,0.553719,0.57024795,0.59504133,0.6198347,0.6363636,0.61570245,0.58677685,0.59917355,0.6322314,0.6446281,0.6528926,0.6735537,0.6735537,0.6735537,0.6859504,0.6818182,0.677686,0.6942149,0.71487606,0.6818182,0.6983471,0.73966944,0.7355372,0.7355372,0.75206614,0.75206614,0.74380165,0.7355372,0.76859504,0.7892562,0.7768595,0.75206614,0.73966944,0.73966944,0.75206614,0.74793386,0.7355372,0.73140496,0.74380165,0.73966944,0.75206614,0.72727275,0.72727275,0.73140496,0.7107438,0.6859504,0.677686,0.6735537,0.6694215,0.661157,0.6528926,0.6198347,0.60330576,0.5785124,0.553719,0.5289256,0.5123967,0.49586776,0.46694216,0.45454547,0.45867768,0.53305787,0.5413223,0.53305787,0.5413223,0.56198347,0.59917355,0.62396693,0.61157024,0.5661157,0.5206612,0.5206612,0.5247934,0.55785125,0.553719,0.5371901,0.53305787,0.5165289,0.5289256,0.5206612,0.5,0.47933885,0.5661157,0.54545456,0.5661157,0.6528926,0.6570248,0.6652893,0.70247936,0.7107438,0.71900827,0.7066116,0.73966944,0.7768595,0.7644628,0.74380165,0.7231405,0.71900827,0.72727275,0.7107438,0.6983471,0.6983471,0.6942149,0.6818182,0.677686,0.6528926,0.6528926,0.6735537,0.6404959,0.60330576,0.607438,0.61157024,0.61157024,0.6198347,0.607438,0.59504133,0.57438016,0.553719,0.5661157,0.5495868,0.5165289,0.49173555,0.47107437,0.4338843,0.43801653,0.5371901,0.5247934,0.53305787,0.5371901,0.55785125,0.59090906,0.61157024,0.5495868,0.5041322,0.46280992,0.4876033,0.48347107,0.46694216,0.46280992,0.4214876,0.3966942,0.3677686,0.3677686,0.3553719,0.38842976,0.38016528,0.43801653,0.48347107,0.4752066,0.54545456,0.55785125,0.58677685,0.6363636,0.677686,0.6983471,0.70247936,0.7231405,0.73966944,0.7355372,0.7231405,0.70247936,0.6983471,0.7066116,0.6818182,0.6528926,0.6404959,0.6198347,0.5661157,0.5206612,0.5,0.5041322,0.5082645,0.47933885,0.446281,0.45867768,0.47933885,0.48347107,0.49173555,0.5,0.5165289,0.5082645,0.49173555,0.5165289,0.5495868,0.5247934,0.49173555,0.46694216,0.43801653,0.4338843,0.5247934,0.5371901,0.54545456,0.53305787,0.5495868,0.55785125,0.5371901,0.46694216,0.45454547,0.4090909,0.44214877,0.45454547,0.4214876,0.38016528,0.3553719,0.338843,0.3305785,0.3264463,0.3264463,0.3553719,0.37603307,0.38429752,0.42561984,0.446281,0.48347107,0.49586776,0.53305787,0.58264464,0.6487603,0.677686,0.6942149,0.7107438,0.71487606,0.71487606,0.7107438,0.6818182,0.6694215,0.6694215,0.6404959,0.59090906,0.5413223,0.5041322,0.44214877,0.3966942,0.38429752,0.35123968,0.3305785,0.32231405,0.3181818,0.338843,0.3677686,0.39256197,0.3966942,0.38842976,0.41322315,0.45867768,0.45454547,0.42975205,0.4752066,0.5082645,0.49586776,0.46694216,0.4338843,0.4338843,0.54545456,0.5247934,0.5413223,0.53305787,0.53305787,0.5123967,0.45454547,0.4214876,0.42561984,0.36363637,0.38016528,0.3677686,0.3553719,0.3429752,0.36363637,0.37603307,0.4090909,0.3966942,0.3966942,0.40082645,0.41322315,0.42975205,0.446281,0.45454547,0.46280992,0.49173555,0.5247934,0.553719,0.61570245,0.6652893,0.6859504,0.7066116,0.71900827,0.71487606,0.6983471,0.6735537,0.6487603,0.6280992,0.59090906,0.54545456,0.49586776,0.446281,0.42561984,0.3966942,0.34710744,0.3181818,0.30578512,0.30991736,0.30165288,0.3140496,0.3140496,0.32231405,0.3305785,0.3181818,0.3429752,0.3677686,0.38842976,0.39256197,0.3966942,0.46280992,0.4876033,0.47933885,0.4338843,0.45041323,0.5413223,0.5206612,0.5206612,0.5206612,0.5123967,0.46694216,0.4090909,0.4214876,0.38842976,0.35123968,0.3429752,0.33471075,0.38016528,0.41322315,0.45041323,0.4876033,0.5082645,0.49586776,0.48347107,0.46280992,0.44214877,0.42975205,0.4338843,0.446281,0.45454547,0.47933885,0.5123967,0.54545456,0.59917355,0.6652893,0.69008267,0.7066116,0.72727275,0.71900827,0.69008267,0.6528926,0.62396693,0.58677685,0.54545456,0.5165289,0.47933885,0.4338843,0.42561984,0.38842976,0.35123968,0.3553719,0.3677686,0.38429752,0.38429752,0.38429752,0.36363637,0.3429752,0.32231405,0.3264463,0.338843,0.35950413,0.30165288,0.30165288,0.338843,0.40495867,0.45454547,0.47933885,0.45041323,0.43801653,0.5413223,0.5206612,0.5123967,0.5123967,0.47933885,0.4338843,0.40082645,0.4214876,0.41322315,0.40082645,0.38429752,0.4090909,0.46280992,0.5082645,0.553719,0.57024795,0.553719,0.5289256,0.5,0.46280992,0.42561984,0.41322315,0.41735536,0.41322315,0.4090909,0.42975205,0.4752066,0.5371901,0.61570245,0.6735537,0.69008267,0.71900827,0.74793386,0.74380165,0.7066116,0.6652893,0.61157024,0.5495868,0.5,0.47107437,0.446281,0.4090909,0.41322315,0.3966942,0.39256197,0.4090909,0.43801653,0.45867768,0.48347107,0.48347107,0.4876033,0.4338843,0.40082645,0.37190083,0.35123968,0.3677686,0.3429752,0.28099173,0.28099173,0.33471075,0.3966942,0.45041323,0.45041323,0.4338843,0.5371901,0.5247934,0.5123967,0.49173555,0.44214877,0.4090909,0.4214876,0.43801653,0.446281,0.45454547,0.45454547,0.45867768,0.49173555,0.5123967,0.5123967,0.49173555,0.45454547,0.41322315,0.38016528,0.35950413,0.3429752,0.3264463,0.35123968,0.4090909,0.4214876,0.40082645,0.4090909,0.49173555,0.61570245,0.6818182,0.70247936,0.73966944,0.77272725,0.75619835,0.7107438,0.6652893,0.59917355,0.53305787,0.47933885,0.42561984,0.40495867,0.4090909,0.40495867,0.41735536,0.43801653,0.41322315,0.45454547,0.4876033,0.5123967,0.5123967,0.5495868,0.5,0.49173555,0.44214877,0.39256197,0.3677686,0.34710744,0.30165288,0.30578512,0.30165288,0.3429752,0.4090909,0.446281,0.44214877,0.5413223,0.53305787,0.5247934,0.5,0.44214877,0.41322315,0.44214877,0.46694216,0.47933885,0.49173555,0.47107437,0.45041323,0.43801653,0.39256197,0.3429752,0.28512397,0.2768595,0.3305785,0.30165288,0.24793388,0.34710744,0.35950413,0.3264463,0.3429752,0.4090909,0.42561984,0.39256197,0.446281,0.5785124,0.6735537,0.71487606,0.7644628,0.78512394,0.76859504,0.7107438,0.6735537,0.57438016,0.5165289,0.446281,0.3966942,0.39256197,0.41735536,0.38842976,0.37603307,0.34710744,0.33471075,0.338843,0.3966942,0.41322315,0.42561984,0.4752066,0.49173555,0.49586776,0.4876033,0.47107437,0.40495867,0.37603307,0.30991736,0.32231405,0.30578512,0.30578512,0.37603307,0.43801653,0.45041323,0.5289256,0.5247934,0.5165289,0.49586776,0.45041323,0.4338843,0.46280992,0.49586776,0.5041322,0.49173555,0.446281,0.3677686,0.3140496,0.28512397,0.27272728,0.20661157,0.2107438,0.32231405,0.3140496,0.24380165,0.446281,0.5123967,0.38016528,0.3429752,0.37190083,0.42561984,0.4214876,0.46280992,0.5371901,0.6404959,0.6983471,0.7644628,0.7933884,0.78099173,0.7231405,0.6694215,0.54545456,0.4876033,0.41735536,0.38842976,0.4214876,0.40495867,0.35123968,0.39256197,0.34710744,0.21900827,0.24380165,0.35950413,0.25619835,0.2520661,0.3181818,0.37603307,0.4090909,0.46280992,0.47933885,0.47107437,0.44214877,0.38842976,0.37190083,0.34710744,0.3140496,0.35123968,0.4214876,0.446281,0.5371901,0.5289256,0.5247934,0.5082645,0.47933885,0.47107437,0.48347107,0.5082645,0.4876033,0.4214876,0.3429752,0.2644628,0.24380165,0.35950413,0.37603307,0.2603306,0.24380165,0.21900827,0.28512397,0.30165288,0.5371901,0.6446281,0.4876033,0.49586776,0.34710744,0.46280992,0.44214877,0.5041322,0.5371901,0.607438,0.677686,0.74380165,0.7933884,0.77272725,0.74380165,0.661157,0.5247934,0.45041323,0.39256197,0.41735536,0.4752066,0.38429752,0.33471075,0.49586776,0.5041322,0.26859504,0.27272728,0.4876033,0.2644628,0.16528925,0.24793388,0.28099173,0.28512397,0.3305785,0.3966942,0.44214877,0.46280992,0.4338843,0.4090909,0.38429752,0.35123968,0.36363637,0.4090909,0.43801653,0.5495868,0.5371901,0.5206612,0.5123967,0.5,0.5,0.5041322,0.5041322,0.45041323,0.35950413,0.2768595,0.23553719,0.2603306,0.44214877,0.49586776,0.32231405,0.3181818,0.29338843,0.34710744,0.35950413,0.553719,0.60330576,0.4752066,0.47933885,0.41735536,0.5413223,0.5082645,0.5413223,0.56198347,0.59504133,0.6487603,0.7231405,0.78099173,0.76033056,0.7355372,0.6487603,0.5,0.446281,0.38429752,0.48347107,0.5082645,0.39256197,0.39256197,0.56198347,0.57024795,0.3553719,0.2231405,0.2768595,0.2644628,0.2231405,0.3181818,0.3264463,0.23553719,0.21487603,0.2603306,0.3677686,0.45867768,0.45041323,0.42975205,0.40495867,0.38016528,0.38016528,0.41735536,0.446281,0.54545456,0.5413223,0.5371901,0.5247934,0.5413223,0.5247934,0.5082645,0.47107437,0.42561984,0.38429752,0.30991736,0.30578512,0.40082645,0.4752066,0.5247934,0.46280992,0.42975205,0.4338843,0.4876033,0.47107437,0.55785125,0.55785125,0.5206612,0.53305787,0.58677685,0.607438,0.57024795,0.57438016,0.5785124,0.59090906,0.6280992,0.6983471,0.75619835,0.74793386,0.7231405,0.62396693,0.5123967,0.44214877,0.3966942,0.5123967,0.5413223,0.446281,0.4338843,0.53305787,0.55785125,0.43801653,0.34710744,0.3181818,0.29752067,0.3181818,0.4090909,0.41735536,0.28512397,0.20247933,0.21900827,0.2768595,0.38842976,0.45867768,0.446281,0.4214876,0.4090909,0.40495867,0.43801653,0.45454547,0.5495868,0.56198347,0.5785124,0.59917355,0.57024795,0.5371901,0.4876033,0.46694216,0.4876033,0.5,0.446281,0.46280992,0.53305787,0.57024795,0.553719,0.55785125,0.59090906,0.59917355,0.607438,0.5785124,0.5785124,0.58264464,0.58264464,0.60330576,0.6280992,0.6280992,0.61157024,0.607438,0.59090906,0.59090906,0.59504133,0.677686,0.75206614,0.7355372,0.73140496,0.6280992,0.5,0.446281,0.4214876,0.47933885,0.5413223,0.5371901,0.5165289,0.53305787,0.54545456,0.5371901,0.5247934,0.4752066,0.4214876,0.4338843,0.47107437,0.46694216,0.38842976,0.29752067,0.28099173,0.30991736,0.30578512,0.38842976,0.446281,0.44214877,0.43801653,0.44214877,0.45867768,0.47107437,0.553719,0.57438016,0.6280992,0.6404959,0.61157024,0.5371901,0.53305787,0.58264464,0.6322314,0.6322314,0.607438,0.58264464,0.58677685,0.61570245,0.61157024,0.62396693,0.6446281,0.6446281,0.6322314,0.61157024,0.60330576,0.6280992,0.6322314,0.6363636,0.6363636,0.62396693,0.6322314,0.62396693,0.607438,0.59504133,0.5785124,0.661157,0.75619835,0.7355372,0.7107438,0.61570245,0.49173555,0.45041323,0.45867768,0.4752066,0.5041322,0.553719,0.57024795,0.5661157,0.553719,0.553719,0.59090906,0.57438016,0.5413223,0.5495868,0.5371901,0.5206612,0.49173555,0.4338843,0.38429752,0.40495867,0.37603307,0.34710744,0.39256197,0.4338843,0.45867768,0.47107437,0.5,0.49173555,0.553719,0.59917355,0.6570248,0.7066116,0.6735537,0.6363636,0.6528926,0.70247936,0.71487606,0.7107438,0.7066116,0.677686,0.677686,0.6818182,0.677686,0.6487603,0.6487603,0.6404959,0.6446281,0.6446281,0.6487603,0.6694215,0.677686,0.661157,0.6446281,0.6363636,0.6404959,0.6280992,0.61570245,0.59090906,0.5661157,0.6446281,0.7355372,0.72727275,0.6859504,0.59090906,0.48347107,0.46280992,0.47933885,0.5,0.5082645,0.53305787,0.57024795,0.59090906,0.57438016,0.54545456,0.55785125,0.58264464,0.57024795,0.58677685,0.58264464,0.5661157,0.5413223,0.5289256,0.5041322,0.5206612,0.5082645,0.46694216,0.38016528,0.41735536,0.46694216,0.4876033,0.53305787,0.5041322,0.56198347,0.6198347,0.6652893,0.7066116,0.6983471,0.71487606,0.71900827,0.71900827,0.73140496,0.73966944,0.7355372,0.7107438,0.70247936,0.6859504,0.6528926,0.6446281,0.661157,0.6694215,0.6859504,0.6983471,0.6983471,0.6983471,0.6983471,0.6818182,0.6570248,0.6446281,0.6322314,0.62396693,0.61157024,0.58264464,0.56198347,0.6322314,0.7231405,0.7231405,0.677686,0.57438016,0.47933885,0.4752066,0.49173555,0.5165289,0.5371901,0.5495868,0.57438016,0.58677685,0.61157024,0.61157024,0.57438016,0.57438016,0.57438016,0.58677685,0.59504133,0.58677685,0.58677685,0.57438016,0.57438016,0.60330576,0.60330576,0.61157024,0.5495868,0.49586776,0.49586776,0.5123967,0.54545456,0.5247934,0.57438016,0.6280992,0.6652893,0.6818182,0.6942149,0.7066116,0.71900827,0.71900827,0.72727275,0.7355372,0.73140496,0.72727275,0.7231405,0.71487606,0.7066116,0.6983471,0.7107438,0.71487606,0.7231405,0.73140496,0.72727275,0.71487606,0.6983471,0.6818182,0.6694215,0.6487603,0.6280992,0.61157024,0.60330576,0.57438016,0.5661157,0.6363636,0.7231405,0.73140496,0.6942149,0.59917355,0.4876033,0.47933885,0.5,0.5082645,0.5371901,0.57438016,0.59917355,0.58677685,0.607438,0.6198347,0.607438,0.6280992,0.61157024,0.61570245,0.62396693,0.6198347,0.6322314,0.62396693,0.61570245,0.62396693,0.6404959,0.6363636,0.6404959,0.61157024,0.55785125,0.5413223,0.5413223,0.53305787,0.58264464,0.6363636,0.6570248,0.6735537,0.6983471,0.7066116,0.71487606,0.71900827,0.7231405,0.73140496,0.73140496,0.73966944,0.73966944,0.7355372,0.7355372,0.73140496,0.73140496,0.7355372,0.73966944,0.74380165,0.7355372,0.7231405,0.7066116,0.6818182,0.6528926,0.61570245,0.61157024,0.607438,0.59504133,0.5785124,0.58677685,0.6487603,0.72727275,0.73140496,0.70247936,0.6404959,0.5041322,0.48347107,0.5041322,0.5082645,0.5289256,0.57024795,0.60330576,0.61570245,0.6280992,0.6363636,0.6322314,0.6198347,0.62396693,0.6570248,0.6570248,0.6570248,0.661157,0.6570248,0.6570248,0.661157,0.6528926,0.6652893,0.6404959,0.61570245,0.59090906,0.57438016,0.553719,0.5289256,0.58677685,0.6280992,0.6404959,0.6570248,0.6859504,0.7066116,0.71487606,0.71900827,0.73140496,0.7355372,0.7355372,0.74380165,0.74380165,0.7355372,0.74380165,0.74380165,0.73966944,0.7355372,0.73966944,0.75206614,0.74380165,0.72727275,0.71487606,0.6983471,0.6528926,0.61157024,0.61157024,0.61570245,0.59504133,0.58264464,0.607438,0.677686,0.7355372,0.73140496,0.6983471,0.6487603,0.54545456,0.5041322,0.5123967,0.5206612,0.5247934,0.56198347,0.5785124,0.6280992,0.6487603,0.6487603,0.6446281,0.6363636,0.6404959,0.6487603,0.6735537,0.677686,0.6859504,0.6859504,0.6983471,0.6859504,0.6735537,0.6859504,0.6487603,0.6198347,0.59917355,0.58677685,0.56198347,0.5289256,0.58264464,0.62396693,0.6280992,0.6280992,0.6570248,0.6818182,0.6859504,0.70247936,0.71900827,0.7231405,0.72727275,0.73966944,0.74793386,0.74793386,0.75619835,0.76859504,0.7644628,0.74380165,0.7644628,0.77272725,0.75619835,0.7355372,0.71900827,0.6942149,0.6570248,0.6280992,0.6198347,0.61157024,0.59504133,0.59504133,0.61157024,0.6983471,0.76033056,0.7066116,0.71487606,0.6652893,0.58677685,0.5371901,0.5247934,0.5289256,0.5247934,0.553719,0.57024795,0.61570245,0.6487603,0.6487603,0.6487603,0.6570248,0.661157,0.6446281,0.6694215,0.677686,0.6942149,0.6942149,0.7066116,0.69008267,0.677686,0.6694215,0.6487603,0.62396693,0.59917355,0.5785124,0.55785125,0.5289256,0.57024795,0.607438,0.6198347,0.61157024,0.6363636,0.661157,0.6446281,0.661157,0.6983471,0.7066116,0.71487606,0.7231405,0.74793386,0.74793386,0.77272725,0.78512394,0.77272725,0.75619835,0.78099173,0.78099173,0.76033056,0.74793386,0.71900827,0.6942149,0.6487603,0.6322314,0.61157024,0.60330576,0.58264464,0.60330576,0.61157024,0.7066116,0.7644628,0.71900827,0.70247936,0.6652893,0.57438016,0.5495868,0.5289256,0.53305787,0.5371901,0.553719,0.58264464,0.6198347,0.6528926,0.6652893,0.6735537,0.677686,0.677686,0.6735537,0.677686,0.6735537,0.69008267,0.6942149,0.6983471,0.69008267,0.677686,0.6652893,0.6363636,0.61570245,0.59917355,0.57438016,0.5495868,0.5247934,0.55785125,0.59917355,0.61157024,0.6198347,0.61157024,0.6487603,0.6570248,0.6404959,0.6735537,0.69008267,0.7066116,0.71487606,0.7355372,0.75206614,0.76033056,0.7768595,0.7644628,0.74793386,0.7644628,0.7768595,0.73140496,0.73140496,0.70247936,0.677686,0.62396693,0.6280992,0.59504133,0.57438016,0.58264464,0.607438,0.6322314,0.6983471,0.75206614,0.73140496,0.7066116,0.6652893,0.59504133,0.54545456,0.5206612,0.5165289,0.5247934,0.553719,0.58677685,0.62396693,0.6487603,0.6735537,0.6818182,0.6859504,0.6859504,0.6859504,0.6859504,0.6818182,0.6859504,0.6859504,0.6859504,0.6652893,0.6446281,0.6404959,0.6198347,0.59504133,0.59090906,0.57024795,0.5413223,0.5247934,0.54545456,0.58264464,0.607438,0.60330576,0.607438,0.6322314,0.6487603,0.6446281,0.6570248,0.6652893,0.6859504,0.7066116,0.71487606,0.74793386,0.75619835,0.75619835,0.78099173,0.74793386,0.74793386,0.75619835,0.71900827,0.7107438,0.6859504,0.6570248,0.607438,0.58264464,0.57438016,0.5661157,0.58677685,0.60330576,0.6446281,0.6859504,0.7231405,0.7107438,0.70247936,0.6818182,0.61570245,0.54545456,0.5082645,0.5,0.49173555,0.5206612,0.57438016,0.62396693,0.6528926,0.6735537,0.6859504,0.6983471,0.7066116,0.7066116,0.6983471,0.69008267,0.6859504,0.6735537,0.6694215,0.6570248,0.6198347,0.60330576,0.59504133,0.57024795,0.57438016,0.553719,0.5289256,0.5247934,0.5371901,0.5661157,0.59504133,0.59917355,0.59504133,0.62396693,0.6404959,0.6322314,0.6404959,0.6528926,0.6694215,0.69008267,0.71900827,0.7355372,0.72727275,0.75206614,0.75619835,0.73966944,0.73140496,0.73140496,0.7231405,0.70247936,0.6859504,0.6404959,0.59090906,0.57024795,0.5785124,0.5661157,0.57024795,0.59917355,0.6404959,0.6983471,0.7355372,0.7066116,0.6983471,0.6983471,0.6446281,0.56198347,0.49586776,0.5041322,0.5,0.47933885,0.5413223,0.62396693,0.6528926,0.6694215,0.6859504,0.6983471,0.7066116,0.71487606,0.6942149,0.6859504,0.6735537,0.6570248,0.6570248,0.661157,0.6198347,0.5785124,0.57438016,0.57024795,0.553719,0.5289256,0.5247934,0.5123967,0.53305787,0.56198347,0.57438016,0.59917355,0.59504133,0.59090906,0.6363636,0.6404959,0.61570245,0.6363636,0.6528926,0.6528926,0.6942149,0.7355372,0.71900827,0.72727275,0.73966944,0.73966944,0.7231405,0.7107438,0.7107438,0.7066116,0.6694215,0.607438,0.57438016,0.59090906,0.60330576,0.57024795,0.5495868,0.5785124,0.6322314,0.7066116,0.76033056,0.72727275,0.6983471,0.6859504,0.6322314,0.553719,0.49586776,0.5289256,0.56198347,0.5041322,0.5,0.59504133,0.6528926,0.6528926,0.6694215,0.6942149,0.6942149,0.69008267,0.6942149,0.6859504,0.661157,0.6404959,0.6528926,0.6570248,0.607438,0.57438016,0.55785125,0.58677685,0.56198347,0.5206612,0.5206612,0.5,0.5371901,0.55785125,0.58677685,0.59917355,0.60330576,0.607438,0.61157024,0.6404959,0.6280992,0.62396693,0.6404959,0.6487603,0.6735537,0.7107438,0.6983471,0.7107438,0.71900827,0.7231405,0.71487606,0.70247936,0.6942149,0.70247936,0.6528926,0.5785124,0.57438016,0.61570245,0.6280992,0.58677685,0.5247934,0.5371901,0.61157024,0.69008267,0.74793386,0.74380165,0.6859504,0.6404959,0.5785124,0.5,0.47933885,0.5206612,0.59917355,0.5661157,0.47933885,0.5413223,0.6487603,0.6652893,0.6735537,0.69008267,0.6942149,0.69008267,0.69008267,0.6859504,0.6446281,0.6322314,0.6363636,0.6322314,0.59090906,0.553719,0.553719,0.58677685,0.55785125,0.5165289,0.5165289,0.5,0.5289256,0.553719,0.59090906,0.60330576,0.59917355,0.607438,0.59090906,0.62396693,0.6363636,0.62396693,0.6363636,0.6570248,0.661157,0.6818182,0.6983471,0.7107438,0.70247936,0.7107438,0.7066116,0.70247936,0.6859504,0.677686,0.6280992,0.5495868,0.57024795,0.6198347,0.6363636,0.607438,0.5206612,0.48347107,0.55785125,0.6487603,0.6942149,0.70247936,0.6652893,0.61157024,0.5289256,0.45454547,0.45867768,0.5123967,0.5785124,0.5661157,0.46694216,0.49173555,0.6198347,0.6570248,0.677686,0.69008267,0.6942149,0.7066116,0.677686,0.6694215,0.6198347,0.6280992,0.62396693,0.61157024,0.59090906,0.5661157,0.553719,0.57438016,0.5413223,0.5206612,0.5165289,0.49173555,0.5165289,0.54545456,0.58264464,0.607438,0.59090906,0.58264464,0.59504133,0.61157024,0.6322314,0.6404959,0.6446281,0.6528926,0.6528926,0.677686,0.6859504,0.6983471,0.7107438,0.70247936,0.6942149,0.677686,0.661157,0.6404959,0.59504133,0.5206612,0.5413223,0.59504133,0.61570245,0.59917355,0.5041322,0.42975205,0.47933885,0.57438016,0.607438,0.60330576,0.59090906,0.55785125,0.4752066,0.40082645,0.42975205,0.5,0.5289256,0.5165289,0.45041323,0.45041323,0.59917355,0.6363636,0.6570248,0.677686,0.6818182,0.7107438,0.6735537,0.6652893,0.6322314,0.6280992,0.62396693,0.58677685,0.58264464,0.5661157,0.5413223,0.5413223,0.5165289,0.5123967,0.5165289,0.4876033,0.5206612,0.5413223,0.57438016,0.59090906,0.59504133,0.58264464,0.59504133,0.607438,0.61570245,0.6363636,0.6487603,0.6528926,0.6528926,0.6694215,0.6859504,0.6942149,0.70247936,0.69008267,0.6652893,0.6446281,0.6363636,0.6198347,0.5785124,0.5,0.5082645,0.55785125,0.5413223,0.49173555,0.36363637,0.2768595,0.39256197,0.48347107,0.5082645,0.5123967,0.5123967,0.49586776,0.40082645,0.24793388,0.3429752,0.45454547,0.48347107,0.46694216,0.4214876,0.45041323,0.57438016,0.607438,0.6322314,0.6652893,0.6818182,0.6942149,0.6735537,0.661157,0.6404959,0.6280992,0.61157024,0.58677685,0.57024795,0.55785125,0.54545456,0.5247934,0.5,0.5082645,0.5041322,0.4876033,0.5247934,0.5413223,0.5661157,0.5785124,0.59090906,0.58264464,0.5785124,0.60330576,0.61157024,0.6198347,0.6322314,0.6446281,0.6528926,0.6570248,0.6652893,0.677686,0.69008267,0.677686,0.6446281,0.62396693,0.62396693,0.6198347,0.58264464,0.4876033,0.46694216,0.49586776,0.4338843,0.3305785,0.24380165,0.16528925,0.26859504,0.37603307,0.42561984,0.4214876,0.4214876,0.38429752,0.2768595,0.2107438,0.20247933,0.338843,0.41735536,0.4090909,0.40082645,0.46694216,0.5413223,0.58264464,0.59917355,0.6404959,0.6652893,0.677686,0.661157,0.6528926,0.6363636,0.62396693,0.59917355,0.59504133,0.56198347,0.553719,0.54545456,0.5206612,0.49586776,0.49586776,0.49173555,0.47107437,0.5247934,0.5413223,0.5661157,0.5785124,0.58264464,0.58264464,0.57024795,0.59090906,0.60330576,0.607438,0.6198347,0.6363636,0.6446281,0.6446281,0.6363636,0.6859504,0.6818182,0.6528926,0.61570245,0.60330576,0.61570245,0.6280992,0.61157024,0.53305787,0.42561984,0.4214876,0.3966942,0.38842976,0.4090909,0.35950413,0.2644628,0.28512397,0.3429752,0.3553719,0.3305785,0.30578512,0.29338843,0.3677686,0.37603307,0.33471075,0.35950413,0.3553719,0.42975205,0.4752066,0.5165289,0.55785125,0.5785124,0.61570245,0.6363636,0.6528926,0.6404959,0.62396693,0.6198347,0.607438,0.58677685,0.58677685,0.5661157,0.5495868,0.5413223,0.5165289,0.48347107,0.48347107,0.4752066,0.45867768,0.5289256,0.5413223,0.56198347,0.57438016,0.56198347,0.5785124,0.5785124,0.59090906,0.59090906,0.59917355,0.62396693,0.6322314,0.6322314,0.6404959,0.6363636,0.6652893,0.6487603,0.62396693,0.59917355,0.59917355,0.6363636,0.6404959,0.6446281,0.61570245,0.47107437,0.35123968,0.36363637,0.3966942,0.446281,0.45041323,0.39256197,0.34710744,0.33471075,0.3429752,0.3305785,0.3553719,0.38842976,0.41735536,0.40495867,0.37190083,0.35950413,0.3966942,0.47107437,0.49173555,0.5041322,0.5289256,0.553719,0.59504133,0.61570245,0.6322314,0.62396693,0.607438,0.59917355,0.59504133,0.5785124,0.57024795,0.56198347,0.54545456,0.53305787,0.5041322,0.4752066,0.47107437,0.47933885,0.46694216,0.53305787,0.5495868,0.55785125,0.5661157,0.57438016,0.57438016,0.58264464,0.59090906,0.58264464,0.58677685,0.6198347,0.6280992,0.6198347,0.6487603,0.6363636,0.62396693,0.6198347,0.61157024,0.59090906,0.607438,0.6570248,0.6446281,0.6446281,0.6363636,0.5785124,0.4752066,0.44214877,0.45454547,0.47107437,0.5082645,0.48347107,0.45041323,0.42561984,0.4214876,0.42561984,0.44214877,0.45041323,0.43801653,0.44214877,0.45454547,0.45867768,0.4752066,0.49586776,0.5,0.5041322,0.5206612,0.5371901,0.57438016,0.59917355,0.61157024,0.6198347,0.607438,0.59917355,0.59090906,0.57438016,0.56198347,0.56198347,0.5371901,0.5247934,0.5041322,0.47107437,0.45867768,0.47933885,0.4752066,0.5247934,0.5495868,0.55785125,0.57024795,0.58264464,0.5661157,0.57438016,0.58677685,0.57438016,0.58677685,0.59917355,0.6198347,0.60330576,0.6446281,0.6322314,0.61157024,0.59917355,0.59090906,0.60330576,0.6363636,0.6487603,0.6363636,0.6404959,0.6198347,0.59917355,0.58264464,0.553719,0.553719,0.5661157,0.57024795,0.54545456,0.5165289,0.5,0.49173555,0.49173555,0.49586776,0.5,0.48347107,0.47107437,0.48347107,0.4752066,0.47933885,0.5082645,0.5123967,0.5082645,0.5165289,0.5206612,0.553719,0.59504133,0.59504133,0.60330576,0.607438,0.59504133,0.58264464,0.57438016,0.553719,0.553719,0.5289256,0.5041322,0.49173555,0.46694216,0.45454547,0.4752066,0.47107437,0.5206612,0.5495868,0.5495868,0.5785124,0.58677685,0.56198347,0.5495868,0.56198347,0.57024795,0.57438016,0.60330576,0.60330576,0.60330576,0.6198347,0.62396693,0.60330576,0.58677685,0.58677685,0.60330576,0.6446281,0.6446281,0.6363636,0.6404959,0.61570245,0.59917355,0.60330576,0.58677685,0.59090906,0.61157024,0.61157024,0.58677685,0.54545456,0.5082645,0.49173555,0.49586776,0.5165289,0.53305787,0.5206612,0.5,0.5041322,0.49173555,0.5,0.5247934,0.5206612,0.5123967,0.5041322,0.5123967,0.5413223,0.57024795,0.58264464,0.58677685,0.59090906,0.57438016,0.5661157,0.5661157,0.553719,0.5371901,0.5206612,0.48347107,0.47933885,0.46694216,0.46280992,0.46694216,0.46280992,0.5165289,0.54545456,0.54545456,0.5785124,0.57438016,0.55785125,0.54545456,0.5661157,0.55785125,0.57438016,0.59504133,0.59504133,0.59917355,0.60330576,0.61157024,0.59090906,0.59090906,0.60330576,0.60330576,0.6322314,0.6280992,0.6198347,0.6280992,0.61570245,0.607438,0.59917355,0.58264464,0.59504133,0.60330576,0.61157024,0.59917355,0.55785125,0.5206612,0.5041322,0.49173555,0.5165289,0.5413223,0.53305787,0.5123967,0.5082645,0.5,0.5165289,0.5289256,0.5165289,0.5123967,0.49586776,0.49586776,0.5206612,0.5371901,0.57024795,0.57438016,0.5661157,0.57024795,0.5661157,0.5495868,0.5413223,0.5247934,0.5165289,0.47933885,0.45454547,0.45867768,0.45867768,0.46280992,0.45867768,0.49586776,0.5206612,0.5413223,0.57024795,0.56198347,0.553719,0.5495868,0.57024795,0.56198347,0.57024795,0.58677685,0.59090906,0.59090906,0.59504133,0.59917355,0.59917355,0.59917355,0.60330576,0.60330576,0.60330576,0.59504133,0.59090906,0.60330576,0.59917355,0.59917355,0.59917355,0.58264464,0.59504133,0.62396693,0.6198347,0.59504133,0.57024795,0.56198347,0.56198347,0.5413223,0.5371901,0.55785125,0.5413223,0.53305787,0.49586776,0.5041322,0.5082645,0.5123967,0.49586776,0.5082645,0.5,0.5041322,0.5123967,0.5289256,0.553719,0.5785124,0.56198347,0.56198347,0.553719,0.54545456,0.53305787,0.5123967,0.5206612,0.4752066,0.46280992,0.446281,0.446281,0.4752066,0.446281,0.47933885,0.5041322,0.5413223,0.5661157,0.56198347,0.56198347,0.553719,0.553719,0.553719,0.56198347,0.58264464,0.59090906,0.58264464,0.5785124,0.58677685,0.59504133,0.59090906,0.59090906,0.59504133,0.5785124,0.5661157,0.57024795,0.57438016,0.57024795,0.58264464,0.61157024,0.61570245,0.62396693,0.6322314,0.6322314,0.6198347,0.61157024,0.62396693,0.6280992,0.61157024,0.607438,0.59504133,0.54545456,0.54545456,0.5082645,0.5206612,0.5082645,0.49173555,0.46694216,0.47933885,0.49173555,0.5082645,0.49586776,0.49173555,0.5,0.56198347,0.57438016,0.57024795,0.5495868,0.54545456,0.5289256,0.5082645,0.5082645,0.47933885,0.45041323,0.43801653,0.45454547,0.45867768,0.44214877,0.46280992,0.5041322,0.5413223,0.55785125,0.5785124,0.57024795,0.5661157,0.553719,0.54545456,0.56198347,0.5785124,0.58677685,0.5785124,0.56198347,0.57438016,0.58264464,0.56198347,0.55785125,0.56198347,0.55785125,0.5371901,0.5413223,0.5495868,0.5495868,0.5785124,0.6280992,0.6363636,0.6404959,0.6404959,0.6198347,0.6280992,0.6363636,0.6570248,0.6694215,0.6570248,0.6528926,0.6280992,0.553719,0.53305787,0.553719,0.5413223,0.5413223,0.49586776,0.4752066,0.45041323,0.4752066,0.47107437,0.48347107,0.4752066,0.47933885,0.5289256,0.55785125,0.57438016,0.55785125,0.553719,0.53305787,0.5123967,0.5082645,0.4752066,0.446281,0.45041323,0.46694216,0.45454547,0.4338843,0.45454547,0.49586776,0.5371901,0.55785125,0.5785124,0.58264464,0.5661157,0.5495868,0.553719,0.56198347,0.57024795,0.5785124,0.5785124,0.5785124,0.58677685,0.57024795,0.5289256,0.5371901,0.54545456,0.53305787,0.5206612,0.5206612,0.5413223,0.54545456,0.57438016,0.607438,0.61157024,0.607438,0.58264464,0.58264464,0.61157024,0.6280992,0.6363636,0.661157,0.6404959,0.607438,0.56198347,0.4752066,0.48347107,0.5206612,0.5165289,0.5123967,0.4752066,0.4876033,0.46280992,0.46280992,0.46280992,0.46280992,0.46280992,0.48347107,0.4876033,0.54545456,0.56198347,0.55785125,0.553719,0.5413223,0.5165289,0.5041322,0.47933885,0.45867768,0.45454547,0.45867768,0.446281,0.42561984,0.45867768,0.49173555,0.5247934,0.5495868,0.57024795,0.5785124,0.57024795,0.5495868,0.553719,0.5661157,0.57024795,0.57024795,0.58677685,0.62396693,0.61570245,0.553719,0.5123967,0.5165289,0.5165289,0.5247934,0.54545456,0.5247934,0.5371901,0.5413223,0.53305787,0.5371901,0.5123967,0.4876033,0.45454547,0.4338843,0.46280992,0.5082645,0.5206612,0.5371901,0.5165289,0.45867768,0.4214876,0.37603307,0.38016528,0.39256197,0.38842976,0.4214876,0.4214876,0.446281,0.45454547,0.45041323,0.45454547,0.45041323,0.45454547,0.47107437,0.47933885,0.5371901,0.57024795,0.57024795,0.55785125,0.54545456,0.5206612,0.5,0.4752066,0.45454547,0.46280992,0.46280992,0.44214877,0.4214876,0.45867768,0.4876033,0.5165289,0.5289256,0.553719,0.57024795,0.57024795,0.5495868,0.5495868,0.57438016,0.59090906,0.5785124,0.59504133,0.6404959,0.6198347,0.5413223,0.5206612,0.5165289,0.5165289,0.5289256,0.53305787,0.5165289,0.48347107,0.47107437,0.42975205,0.4214876,0.40082645,0.36363637,0.36363637,0.36363637,0.3553719,0.36363637,0.36363637,0.38429752,0.38842976,0.36363637,0.35123968,0.3140496,0.32231405,0.3140496,0.30165288,0.32231405,0.3264463,0.3429752,0.3677686,0.38842976,0.41735536,0.4338843,0.45867768,0.4752066,0.4752066,0.5123967,0.57024795,0.58677685,0.5661157,0.54545456,0.5206612,0.5082645,0.4876033,0.46280992,0.46280992,0.45867768,0.44214877,0.4214876,0.446281,0.47933885,0.5082645,0.5165289,0.53305787,0.55785125,0.58264464,0.5661157,0.5413223,0.5661157,0.58677685,0.59504133,0.60330576,0.62396693,0.59504133,0.5247934,0.5247934,0.5123967,0.5082645,0.49586776,0.45041323,0.40082645,0.37190083,0.33471075,0.3140496,0.30991736,0.3305785,0.3677686,0.338843,0.37190083,0.38842976,0.39256197,0.38016528,0.36363637,0.40082645,0.45041323,0.45041323,0.41735536,0.3966942,0.38842976,0.30578512,0.2520661,0.23966943,0.23966943,0.23966943,0.24793388,0.32231405,0.41322315,0.46280992,0.4876033,0.4752066,0.49173555,0.5661157,0.59504133,0.57024795,0.5371901,0.5206612,0.5082645,0.49173555,0.47107437,0.45867768,0.446281,0.44214877,0.41735536,0.43801653,0.47933885,0.5,0.5165289,0.5206612,0.5495868,0.5661157,0.5785124,0.5495868,0.5495868,0.5785124,0.59090906,0.607438,0.62396693,0.58264464,0.5206612,0.54545456,0.5371901,0.4752066,0.45454547,0.3140496,0.22727273,0.23553719,0.23140496,0.24380165,0.24380165,0.32231405,0.45041323,0.46280992,0.5082645,0.56198347,0.5785124,0.5495868,0.446281,0.5123967,0.6198347,0.6363636,0.5206612,0.4338843,0.446281,0.33471075,0.25619835,0.21487603,0.16528925,0.12809917,0.1322314,0.25619835,0.38842976,0.45041323,0.4752066,0.45867768,0.48347107,0.57024795,0.59504133,0.57024795,0.5413223,0.5289256,0.5041322,0.4752066,0.45867768,0.45041323,0.45041323,0.43801653,0.4214876,0.43801653,0.46694216,0.49586776,0.5165289,0.5247934,0.5495868,0.57024795,0.5661157,0.57438016,0.56198347,0.5785124,0.59917355,0.60330576,0.61570245,0.58264464,0.54545456,0.5413223,0.5371901,0.47107437,0.3966942,0.19008264,0.07438017,0.11157025,0.15289256,0.1983471,0.19421488,0.23140496,0.34710744,0.37603307,0.46694216,0.6198347,0.6652893,0.6404959,0.446281,0.4090909,0.4876033,0.5123967,0.40082645,0.2768595,0.26859504,0.24793388,0.2231405,0.1983471,0.1446281,0.09504132,0.15289256,0.3264463,0.446281,0.46694216,0.47107437,0.46694216,0.49173555,0.58264464,0.60330576,0.57438016,0.5495868,0.5371901,0.49586776,0.46280992,0.45454547,0.44214877,0.45041323,0.43801653,0.4090909,0.42561984,0.446281,0.49586776,0.5165289,0.5289256,0.5495868,0.5661157,0.5661157,0.56198347,0.57024795,0.58264464,0.607438,0.61570245,0.6198347,0.58264464,0.5495868,0.53305787,0.5206612,0.5123967,0.5041322,0.338843,0.16528925,0.10743801,0.17355372,0.24380165,0.2644628,0.3181818,0.3305785,0.28099173,0.23140496,0.2644628,0.35950413,0.3966942,0.30991736,0.23966943,0.26859504,0.30578512,0.3181818,0.32231405,0.35123968,0.39256197,0.35950413,0.29338843,0.23140496,0.1983471,0.27272728,0.4090909,0.5,0.5,0.4752066,0.48347107,0.5371901,0.61157024,0.607438,0.57438016,0.5495868,0.5247934,0.5,0.45867768,0.45041323,0.45041323,0.446281,0.41735536,0.39256197,0.40082645,0.43801653,0.47107437,0.5082645,0.53305787,0.5495868,0.55785125,0.57438016,0.5785124,0.57024795,0.5785124,0.59504133,0.6280992,0.6322314,0.59917355,0.55785125,0.5495868,0.553719,0.5785124,0.61570245,0.55785125,0.41735536,0.2644628,0.29752067,0.38842976,0.41735536,0.47933885,0.49586776,0.47107437,0.45867768,0.4090909,0.33471075,0.30991736,0.34710744,0.37190083,0.35123968,0.36363637,0.41322315,0.446281,0.47107437,0.5206612,0.45867768,0.3966942,0.3429752,0.34710744,0.39256197,0.45867768,0.5123967,0.5289256,0.49586776,0.49586776,0.56198347,0.6322314,0.6280992,0.57024795,0.54545456,0.5165289,0.49586776,0.46694216,0.45867768,0.446281,0.43801653,0.39256197,0.37603307,0.37603307,0.41735536,0.44214877,0.4876033,0.5289256,0.5413223,0.56198347,0.57024795,0.57438016,0.57024795,0.58264464,0.59917355,0.6280992,0.6404959,0.61570245,0.5785124,0.57024795,0.58677685,0.6280992,0.6487603,0.6363636,0.58264464,0.47933885,0.43801653,0.47107437,0.49586776,0.5165289,0.53305787,0.5165289,0.5206612,0.53305787,0.5247934,0.49173555,0.47933885,0.5082645,0.5123967,0.5082645,0.5206612,0.5206612,0.5123967,0.5165289,0.5165289,0.4752066,0.41735536,0.42975205,0.45454547,0.5,0.5247934,0.53305787,0.5247934,0.5165289,0.55785125,0.61570245,0.6322314,0.58677685,0.53305787,0.5123967,0.49586776,0.4752066,0.45867768,0.44214877,0.42561984,0.40082645,0.35950413,0.35123968,0.40082645,0.4214876,0.46280992,0.5123967,0.53305787,0.56198347,0.5661157,0.57024795,0.5661157,0.58264464,0.607438,0.6322314,0.6528926,0.6322314,0.59504133,0.59504133,0.60330576,0.6280992,0.6487603,0.6446281,0.62396693,0.5661157,0.5123967,0.49173555,0.5041322,0.5165289,0.53305787,0.553719,0.58264464,0.61157024,0.6198347,0.61157024,0.5495868,0.54545456,0.59090906,0.59090906,0.57024795,0.5413223,0.5371901,0.5206612,0.5247934,0.49173555,0.45867768,0.4752066,0.48347107,0.5206612,0.5247934,0.5289256,0.5247934,0.53305787,0.5495868,0.59504133,0.61157024,0.58677685,0.5413223,0.5082645,0.49586776,0.47933885,0.45454547,0.43801653,0.40495867,0.38016528,0.3677686,0.37190083,0.4090909,0.40495867,0.446281,0.49586776,0.5165289,0.5495868,0.5785124,0.57024795,0.5785124,0.59504133,0.59504133,0.61570245,0.6404959,0.6363636,0.6198347,0.61570245,0.62396693,0.6363636,0.6363636,0.6322314,0.6198347,0.59090906,0.5661157,0.5247934,0.5123967,0.5247934,0.5165289,0.5289256,0.56198347,0.57024795,0.59090906,0.607438,0.57438016,0.56198347,0.59090906,0.59090906,0.56198347,0.5247934,0.5289256,0.5041322,0.5206612,0.5082645,0.49586776,0.5041322,0.49586776,0.5247934,0.5206612,0.5247934,0.5206612,0.5206612,0.5413223,0.5785124,0.60330576,0.57438016,0.53305787,0.5082645,0.49586776,0.4752066,0.44214877,0.42561984,0.38842976,0.35950413,0.35123968,0.38016528,0.41322315,0.39256197,0.4214876,0.4752066,0.5082645,0.53305787,0.5661157,0.57438016,0.57024795,0.59090906,0.59917355,0.60330576,0.62396693,0.6280992,0.6322314,0.6322314,0.6280992,0.6363636,0.6404959,0.6198347,0.61570245,0.607438,0.58264464,0.56198347,0.54545456,0.55785125,0.54545456,0.53305787,0.5661157,0.56198347,0.5371901,0.56198347,0.553719,0.5785124,0.56198347,0.5661157,0.56198347,0.53305787,0.54545456,0.5413223,0.5289256,0.5413223,0.5041322,0.48347107,0.49586776,0.5206612,0.5247934,0.5247934,0.5165289,0.5206612,0.54545456,0.5661157,0.58677685,0.5661157,0.5165289,0.49586776,0.4876033,0.46694216,0.42975205,0.40495867,0.38016528,0.3677686,0.29752067,0.40495867,0.42561984,0.40082645,0.4090909,0.45454547,0.49586776,0.5206612,0.5495868,0.57024795,0.57438016,0.5785124,0.58677685,0.60330576,0.62396693,0.6322314,0.6363636,0.6446281,0.62396693,0.61570245,0.6280992,0.62396693,0.59504133,0.59917355,0.59090906,0.57438016,0.5661157,0.57024795,0.5661157,0.55785125,0.58264464,0.59917355,0.56198347,0.5661157,0.56198347,0.58264464,0.553719,0.5413223,0.54545456,0.5165289,0.5371901,0.5123967,0.5082645,0.5041322,0.47933885,0.46694216,0.49586776,0.5165289,0.5289256,0.5289256,0.5247934,0.5165289,0.5206612,0.5371901,0.56198347,0.5495868,0.5123967,0.47933885,0.4752066,0.45454547,0.4214876,0.39256197,0.38429752,0.3677686,0.24380165,0.40495867,0.43801653,0.40495867,0.3966942,0.42975205,0.47107437,0.5041322,0.53305787,0.553719,0.57438016,0.57438016,0.58264464,0.59090906,0.61570245,0.6280992,0.6363636,0.6446281,0.61570245,0.61157024,0.61157024,0.59917355,0.57438016,0.59090906,0.57438016,0.553719,0.5495868,0.5661157,0.55785125,0.5413223,0.5247934,0.5041322,0.47933885,0.48347107,0.47933885,0.5,0.48347107,0.4876033,0.49586776,0.48347107,0.49586776,0.49173555,0.49173555,0.4752066,0.46280992,0.47107437,0.5082645,0.53305787,0.5289256,0.5289256,0.5289256,0.5289256,0.53305787,0.5413223,0.5371901,0.5165289,0.49173555,0.47107437,0.46280992,0.44214877,0.41322315,0.38429752,0.37603307,0.32231405,0.19421488,0.4090909,0.45041323,0.42561984,0.38429752,0.4090909,0.46280992,0.49586776,0.5247934,0.5371901,0.5661157,0.58677685,0.5785124,0.58677685,0.61157024,0.61570245,0.6198347,0.6322314,0.61570245,0.60330576,0.61157024,0.607438,0.5661157,0.59504133,0.5785124,0.5495868,0.553719,0.55785125,0.5661157,0.54545456,0.5247934,0.47933885,0.43801653,0.44214877,0.42561984,0.42561984,0.42561984,0.45041323,0.45867768,0.45867768,0.46280992,0.46694216,0.47933885,0.4752066,0.46694216,0.49173555,0.53305787,0.553719,0.54545456,0.53305787,0.5371901,0.5413223,0.5371901,0.5289256,0.5082645,0.49586776,0.4752066,0.46280992,0.45041323,0.42561984,0.40082645,0.38429752,0.35950413,0.28512397,0.1570248,0.44214877,0.446281,0.4338843,0.38842976,0.40082645,0.446281,0.4876033,0.5123967,0.5165289,0.553719,0.5661157,0.5661157,0.5661157,0.59917355,0.59504133,0.60330576,0.62396693,0.61157024,0.607438,0.61570245,0.607438,0.58264464,0.607438,0.59917355,0.5785124,0.58677685,0.57438016,0.5661157,0.57438016,0.56198347,0.5413223,0.5082645,0.49173555,0.47933885,0.46280992,0.45454547,0.47107437,0.4752066,0.4752066,0.4876033,0.49173555,0.49586776,0.5,0.5041322,0.5206612,0.55785125,0.5661157,0.5495868,0.5413223,0.5495868,0.5495868,0.5247934,0.5165289,0.5041322,0.4752066,0.46280992,0.45867768,0.43801653,0.40495867,0.38842976,0.38429752,0.35123968,0.23553719,0.14876033,0.43801653,0.45454547,0.44214877,0.39256197,0.39256197,0.4214876,0.47107437,0.5,0.49586776,0.5413223,0.55785125,0.5661157,0.55785125,0.58264464,0.58677685,0.60330576,0.61157024,0.61157024,0.607438,0.61157024,0.607438,0.59917355,0.607438,0.61157024,0.607438,0.607438,0.59917355,0.59090906,0.607438,0.60330576,0.59917355,0.59090906,0.5661157,0.54545456,0.5371901,0.5247934,0.53305787,0.5371901,0.5413223,0.5495868,0.54545456,0.5371901,0.5289256,0.53305787,0.5495868,0.5785124,0.5661157,0.54545456,0.53305787,0.5289256,0.53305787,0.5082645,0.49586776,0.5,0.46694216,0.45041323,0.45454547,0.43801653,0.39256197,0.38429752,0.38429752,0.3305785,0.18595041,0.16115703,0.47107437,0.44214877,0.446281,0.40495867,0.38429752,0.41322315,0.446281,0.4752066,0.49173555,0.5206612,0.5247934,0.5371901,0.55785125,0.56198347,0.58264464,0.59917355,0.59504133,0.59504133,0.61157024,0.59917355,0.607438,0.6198347,0.6198347,0.6198347,0.6198347,0.61570245,0.61157024,0.61157024,0.6363636,0.6528926,0.6487603,0.6487603,0.6446281,0.6487603,0.6404959,0.6198347,0.6198347,0.62396693,0.61157024,0.59504133,0.58264464,0.59090906,0.5785124,0.553719,0.57024795,0.59090906,0.57438016,0.553719,0.53305787,0.53305787,0.5247934,0.5041322,0.49586776,0.49173555,0.45867768,0.446281,0.446281,0.4214876,0.39256197,0.38016528,0.37190083,0.3305785,0.1322314,0.18181819,14 +0.5371901,0.5206612,0.5371901,0.59504133,0.6404959,0.70247936,0.73140496,0.6735537,0.59917355,0.55785125,0.53305787,0.5785124,0.61157024,0.6198347,0.60330576,0.60330576,0.58677685,0.553719,0.55785125,0.61157024,0.6652893,0.6487603,0.661157,0.6735537,0.69008267,0.6652893,0.6735537,0.6446281,0.6528926,0.6404959,0.6528926,0.661157,0.677686,0.6983471,0.70247936,0.7066116,0.6983471,0.6859504,0.6942149,0.6446281,0.553719,0.5123967,0.47933885,0.5247934,0.5495868,0.59504133,0.61570245,0.60330576,0.59917355,0.58677685,0.58264464,0.5785124,0.58677685,0.60330576,0.61570245,0.6280992,0.6446281,0.61570245,0.59917355,0.6280992,0.6280992,0.61570245,0.62396693,0.59917355,0.60330576,0.59917355,0.5785124,0.607438,0.6652893,0.70247936,0.74380165,0.6983471,0.6322314,0.58677685,0.60330576,0.6404959,0.6694215,0.677686,0.6694215,0.6735537,0.6322314,0.61570245,0.6198347,0.6446281,0.6694215,0.6528926,0.6652893,0.6818182,0.71487606,0.71900827,0.7107438,0.6859504,0.6818182,0.6735537,0.6694215,0.6818182,0.69008267,0.6983471,0.7066116,0.6983471,0.70247936,0.6983471,0.71487606,0.6694215,0.60330576,0.5289256,0.5041322,0.56198347,0.607438,0.60330576,0.6198347,0.6280992,0.62396693,0.61157024,0.61157024,0.607438,0.59504133,0.59504133,0.58677685,0.59504133,0.62396693,0.61570245,0.59917355,0.62396693,0.6322314,0.6198347,0.6363636,0.62396693,0.6528926,0.6942149,0.6859504,0.6528926,0.6735537,0.7107438,0.74380165,0.74380165,0.69008267,0.6404959,0.6404959,0.6487603,0.6570248,0.677686,0.6859504,0.6942149,0.6363636,0.6570248,0.6735537,0.6818182,0.6818182,0.6942149,0.6570248,0.6859504,0.6983471,0.6983471,0.70247936,0.70247936,0.6942149,0.6942149,0.69008267,0.70247936,0.69008267,0.70247936,0.71487606,0.7066116,0.73140496,0.71900827,0.71900827,0.7066116,0.6487603,0.59917355,0.5413223,0.59504133,0.6404959,0.6198347,0.62396693,0.62396693,0.6198347,0.6198347,0.62396693,0.6280992,0.61570245,0.59917355,0.58264464,0.58264464,0.59917355,0.60330576,0.59504133,0.61570245,0.6322314,0.61570245,0.62396693,0.6322314,0.6735537,0.73966944,0.75206614,0.69008267,0.7066116,0.7107438,0.73966944,0.75619835,0.72727275,0.7066116,0.661157,0.6818182,0.6859504,0.72727275,0.7231405,0.74793386,0.6818182,0.6942149,0.74380165,0.72727275,0.71900827,0.70247936,0.6983471,0.73140496,0.7231405,0.7231405,0.71487606,0.73966944,0.7107438,0.7066116,0.71900827,0.72727275,0.71900827,0.72727275,0.73966944,0.74793386,0.76033056,0.76033056,0.74793386,0.75206614,0.7107438,0.6528926,0.6198347,0.6404959,0.661157,0.6487603,0.6487603,0.6198347,0.61157024,0.6198347,0.6198347,0.6280992,0.6280992,0.61570245,0.60330576,0.59504133,0.58264464,0.58264464,0.59090906,0.61157024,0.6404959,0.6280992,0.61570245,0.6280992,0.6735537,0.73966944,0.75206614,0.69008267,0.73140496,0.74380165,0.76033056,0.74380165,0.73966944,0.7231405,0.6818182,0.7066116,0.7231405,0.78512394,0.7768595,0.7933884,0.73966944,0.71900827,0.77272725,0.75206614,0.73966944,0.72727275,0.74380165,0.76033056,0.7644628,0.73140496,0.73966944,0.78512394,0.7768595,0.75206614,0.76033056,0.7644628,0.76033056,0.75206614,0.77272725,0.7644628,0.76033056,0.78512394,0.78099173,0.76033056,0.75619835,0.72727275,0.69008267,0.6735537,0.6652893,0.6570248,0.6570248,0.6363636,0.62396693,0.6280992,0.6198347,0.6198347,0.62396693,0.62396693,0.61570245,0.61157024,0.59917355,0.57438016,0.57438016,0.61157024,0.6404959,0.6363636,0.61157024,0.62396693,0.6735537,0.7107438,0.71487606,0.69008267,0.7107438,0.7355372,0.7644628,0.73966944,0.7644628,0.71487606,0.72727275,0.74793386,0.76033056,0.76859504,0.8264463,0.8057851,0.7768595,0.73140496,0.76859504,0.75619835,0.7355372,0.7355372,0.74793386,0.75206614,0.74793386,0.74793386,0.74380165,0.76033056,0.7768595,0.75206614,0.75206614,0.78512394,0.76859504,0.74793386,0.77272725,0.74380165,0.7355372,0.76033056,0.73140496,0.7107438,0.72727275,0.73140496,0.71487606,0.677686,0.6487603,0.6487603,0.6446281,0.6322314,0.6280992,0.6280992,0.62396693,0.61570245,0.61570245,0.6198347,0.61157024,0.61570245,0.6198347,0.607438,0.5785124,0.59917355,0.6487603,0.6404959,0.607438,0.60330576,0.6735537,0.6818182,0.6859504,0.6818182,0.6983471,0.7355372,0.7644628,0.71487606,0.7355372,0.7107438,0.75206614,0.77272725,0.80991733,0.77272725,0.822314,0.8057851,0.78512394,0.73966944,0.75206614,0.74380165,0.7231405,0.6942149,0.6983471,0.6983471,0.70247936,0.7107438,0.71900827,0.7107438,0.71487606,0.7066116,0.71487606,0.76033056,0.74793386,0.7066116,0.7066116,0.69008267,0.69008267,0.70247936,0.6735537,0.6570248,0.6652893,0.661157,0.661157,0.6487603,0.6280992,0.6280992,0.6198347,0.61570245,0.6198347,0.61570245,0.61570245,0.607438,0.607438,0.61157024,0.607438,0.59504133,0.59090906,0.6198347,0.607438,0.59504133,0.607438,0.6280992,0.607438,0.5785124,0.6735537,0.6570248,0.6735537,0.6735537,0.70247936,0.7644628,0.77272725,0.661157,0.73140496,0.7933884,0.7768595,0.7933884,0.7933884,0.7644628,0.7892562,0.7644628,0.76033056,0.72727275,0.71900827,0.70247936,0.6818182,0.6487603,0.6570248,0.6652893,0.6694215,0.661157,0.6694215,0.6652893,0.6446281,0.6570248,0.6859504,0.7231405,0.7107438,0.6652893,0.6446281,0.6322314,0.6446281,0.6528926,0.62396693,0.6198347,0.61570245,0.607438,0.61157024,0.61570245,0.59504133,0.60330576,0.59917355,0.59090906,0.58264464,0.58677685,0.5785124,0.57024795,0.59090906,0.59917355,0.58264464,0.5785124,0.5495868,0.58264464,0.6404959,0.6198347,0.59917355,0.61570245,0.607438,0.5661157,0.6652893,0.6487603,0.6570248,0.69008267,0.73140496,0.7644628,0.73140496,0.6694215,0.71900827,0.76859504,0.74793386,0.72727275,0.71487606,0.70247936,0.6983471,0.6859504,0.6818182,0.6487603,0.6280992,0.61157024,0.59917355,0.57438016,0.59504133,0.62396693,0.61570245,0.61157024,0.607438,0.61157024,0.61570245,0.6446281,0.6818182,0.6942149,0.677686,0.6404959,0.607438,0.59917355,0.6198347,0.607438,0.58677685,0.58264464,0.5785124,0.57024795,0.5661157,0.5661157,0.5371901,0.5371901,0.54545456,0.5165289,0.49586776,0.5,0.49173555,0.48347107,0.5082645,0.5165289,0.5206612,0.5206612,0.5247934,0.47107437,0.60330576,0.6404959,0.6404959,0.61157024,0.607438,0.55785125,0.6528926,0.6487603,0.6446281,0.6983471,0.74380165,0.71900827,0.6942149,0.6694215,0.607438,0.61157024,0.5785124,0.55785125,0.5495868,0.54545456,0.53305787,0.54545456,0.5123967,0.48347107,0.47107437,0.45041323,0.47107437,0.46694216,0.4876033,0.5289256,0.5495868,0.5413223,0.5371901,0.5661157,0.607438,0.6446281,0.6652893,0.6694215,0.6570248,0.62396693,0.58677685,0.5785124,0.59090906,0.57024795,0.5495868,0.5206612,0.49173555,0.46280992,0.42561984,0.39256197,0.38016528,0.39256197,0.40082645,0.38842976,0.37190083,0.3677686,0.36363637,0.37603307,0.39256197,0.38842976,0.43801653,0.45041323,0.45454547,0.4338843,0.46694216,0.59504133,0.661157,0.62396693,0.61157024,0.56198347,0.661157,0.6404959,0.6528926,0.6983471,0.7107438,0.6570248,0.59504133,0.58264464,0.53305787,0.48347107,0.446281,0.42975205,0.41735536,0.39256197,0.38429752,0.38429752,0.3264463,0.30578512,0.3140496,0.3264463,0.37603307,0.3966942,0.4090909,0.42975205,0.446281,0.46280992,0.48347107,0.5413223,0.59090906,0.6280992,0.6570248,0.6570248,0.6487603,0.61570245,0.59090906,0.56198347,0.5495868,0.5206612,0.49173555,0.43801653,0.41735536,0.3553719,0.3264463,0.2892562,0.2603306,0.27272728,0.2644628,0.26859504,0.26859504,0.2603306,0.24793388,0.29338843,0.3264463,0.3553719,0.3429752,0.42561984,0.38842976,0.47933885,0.53305787,0.5495868,0.59090906,0.6280992,0.61157024,0.5661157,0.6570248,0.6280992,0.6652893,0.6652893,0.61157024,0.54545456,0.49586776,0.5082645,0.47933885,0.41322315,0.39256197,0.38016528,0.3305785,0.29752067,0.2768595,0.2603306,0.24380165,0.23553719,0.2520661,0.28512397,0.3264463,0.34710744,0.36363637,0.3677686,0.37603307,0.4090909,0.43801653,0.5247934,0.58264464,0.6322314,0.661157,0.6528926,0.6570248,0.6198347,0.59090906,0.56198347,0.54545456,0.5123967,0.46280992,0.38842976,0.39256197,0.32231405,0.30165288,0.2644628,0.23966943,0.22727273,0.20661157,0.21487603,0.22727273,0.22727273,0.2107438,0.2520661,0.29338843,0.3429752,0.29752067,0.36363637,0.3966942,0.40082645,0.47107437,0.49173555,0.5165289,0.58264464,0.59917355,0.58264464,0.6446281,0.6280992,0.6487603,0.607438,0.5165289,0.48347107,0.46694216,0.44214877,0.3966942,0.3677686,0.3429752,0.30578512,0.28099173,0.2644628,0.2520661,0.23966943,0.2520661,0.24793388,0.24793388,0.27272728,0.29752067,0.3140496,0.33471075,0.34710744,0.36363637,0.40495867,0.44214877,0.5413223,0.62396693,0.69008267,0.69008267,0.6652893,0.6735537,0.6322314,0.58677685,0.57438016,0.57438016,0.5165289,0.45454547,0.4090909,0.38429752,0.32231405,0.29752067,0.2520661,0.23553719,0.21900827,0.2107438,0.23966943,0.2520661,0.26859504,0.2892562,0.29338843,0.30165288,0.3264463,0.29338843,0.29338843,0.40495867,0.41322315,0.446281,0.41322315,0.446281,0.5206612,0.57024795,0.5785124,0.6322314,0.6363636,0.59917355,0.5371901,0.4752066,0.46694216,0.43801653,0.41322315,0.38016528,0.36363637,0.35123968,0.3264463,0.3305785,0.338843,0.3429752,0.3181818,0.29752067,0.25619835,0.2231405,0.23966943,0.2520661,0.26859504,0.2892562,0.3140496,0.3429752,0.4214876,0.49173555,0.58264464,0.6983471,0.73140496,0.70247936,0.69008267,0.6942149,0.6487603,0.59917355,0.59090906,0.60330576,0.553719,0.4752066,0.40495867,0.3305785,0.26859504,0.23553719,0.21487603,0.1983471,0.18595041,0.19008264,0.24793388,0.29338843,0.33471075,0.37603307,0.37190083,0.3553719,0.34710744,0.3264463,0.32231405,0.3966942,0.43801653,0.45041323,0.42561984,0.4090909,0.46694216,0.5371901,0.54545456,0.6322314,0.62396693,0.55785125,0.49586776,0.46694216,0.46694216,0.42975205,0.4214876,0.4338843,0.42561984,0.42975205,0.42561984,0.42975205,0.41735536,0.38842976,0.338843,0.28099173,0.21487603,0.1694215,0.18595041,0.17768595,0.20247933,0.22727273,0.2644628,0.28512397,0.3966942,0.54545456,0.6446281,0.75206614,0.77272725,0.73140496,0.71900827,0.7231405,0.6570248,0.61570245,0.6280992,0.6404959,0.59090906,0.4752066,0.338843,0.24793388,0.21900827,0.18595041,0.16528925,0.17768595,0.14876033,0.1322314,0.28099173,0.23966943,0.27272728,0.30991736,0.3429752,0.36363637,0.37603307,0.38842976,0.3966942,0.3966942,0.42975205,0.46280992,0.45041323,0.41322315,0.4214876,0.49586776,0.53305787,0.6363636,0.607438,0.5413223,0.49173555,0.47933885,0.47933885,0.45867768,0.46280992,0.4876033,0.47933885,0.42975205,0.38429752,0.338843,0.26859504,0.2231405,0.18595041,0.1446281,0.13636364,0.13636364,0.20247933,0.18595041,0.16115703,0.17768595,0.21487603,0.2520661,0.38429752,0.5247934,0.6528926,0.76033056,0.822314,0.77272725,0.74793386,0.74793386,0.6487603,0.61570245,0.6652893,0.6694215,0.58264464,0.45454547,0.32231405,0.24380165,0.23553719,0.16115703,0.17768595,0.2603306,0.18181819,0.10330579,0.4090909,0.14876033,0.1322314,0.19421488,0.2892562,0.2644628,0.2768595,0.35123968,0.39256197,0.4090909,0.41322315,0.446281,0.47107437,0.46280992,0.446281,0.5,0.5413223,0.6280992,0.59090906,0.5413223,0.5,0.5,0.5165289,0.5123967,0.49173555,0.48347107,0.4214876,0.30578512,0.22727273,0.18181819,0.14049587,0.12809917,0.1322314,0.09917355,0.15289256,0.18181819,0.30991736,0.30991736,0.17355372,0.1570248,0.1694215,0.3305785,0.41322315,0.56198347,0.607438,0.72727275,0.8181818,0.7933884,0.7355372,0.76859504,0.6404959,0.6198347,0.6694215,0.661157,0.5413223,0.46694216,0.38429752,0.4090909,0.24793388,0.14876033,0.30991736,0.446281,0.24793388,0.18181819,0.25619835,0.1322314,0.12809917,0.21900827,0.4214876,0.29338843,0.1694215,0.21900827,0.26859504,0.35123968,0.4338843,0.46694216,0.48347107,0.5041322,0.53305787,0.55785125,0.55785125,0.62396693,0.5785124,0.55785125,0.5206612,0.5247934,0.5495868,0.5371901,0.45867768,0.37190083,0.26859504,0.16528925,0.17768595,0.28099173,0.21487603,0.18595041,0.16528925,0.13636364,0.23966943,0.23966943,0.45041323,0.45454547,0.24380165,0.3140496,0.17355372,0.48347107,0.5247934,0.58677685,0.6198347,0.6818182,0.75619835,0.8016529,0.71487606,0.75206614,0.6528926,0.6363636,0.6487603,0.61570245,0.53305787,0.48347107,0.5123967,0.4752066,0.2603306,0.2644628,0.46694216,0.56198347,0.338843,0.2644628,0.19008264,0.17768595,0.19008264,0.29752067,0.5371901,0.42561984,0.2231405,0.18595041,0.18595041,0.23140496,0.3429752,0.45041323,0.5123967,0.5247934,0.5206612,0.5289256,0.5495868,0.6322314,0.59917355,0.58677685,0.55785125,0.56198347,0.56198347,0.49173555,0.34710744,0.2231405,0.20247933,0.21900827,0.2603306,0.48347107,0.45867768,0.2603306,0.26859504,0.26859504,0.338843,0.3264463,0.55785125,0.5371901,0.37603307,0.42561984,0.35123968,0.59504133,0.607438,0.607438,0.6528926,0.6570248,0.72727275,0.79752064,0.71900827,0.72727275,0.6363636,0.6363636,0.6280992,0.58264464,0.5495868,0.5,0.607438,0.5123967,0.3553719,0.37603307,0.5,0.58677685,0.446281,0.3264463,0.2892562,0.28512397,0.26859504,0.38842976,0.53305787,0.47107437,0.38842976,0.3553719,0.24380165,0.16528925,0.2231405,0.3677686,0.5082645,0.56198347,0.5495868,0.53305787,0.57438016,0.6322314,0.61157024,0.61157024,0.59504133,0.5785124,0.5289256,0.38016528,0.22727273,0.22727273,0.30165288,0.49173555,0.5206612,0.55785125,0.6404959,0.4876033,0.35123968,0.38429752,0.4338843,0.46694216,0.5785124,0.5495868,0.5082645,0.49586776,0.55785125,0.6570248,0.6446281,0.6570248,0.6652893,0.6528926,0.6818182,0.78099173,0.71487606,0.7066116,0.6198347,0.61570245,0.61570245,0.57024795,0.5661157,0.5413223,0.58264464,0.57024795,0.5041322,0.46280992,0.5082645,0.5371901,0.53305787,0.48347107,0.41735536,0.38016528,0.39256197,0.47933885,0.53305787,0.5041322,0.53305787,0.53305787,0.4214876,0.3264463,0.2603306,0.2603306,0.41322315,0.56198347,0.60330576,0.60330576,0.6404959,0.6652893,0.661157,0.6487603,0.60330576,0.56198347,0.47933885,0.3966942,0.38429752,0.47107437,0.49173555,0.58264464,0.6446281,0.6322314,0.6487603,0.56198347,0.5371901,0.5123967,0.56198347,0.5289256,0.54545456,0.5495868,0.5495868,0.56198347,0.6280992,0.6859504,0.6694215,0.6983471,0.6694215,0.661157,0.6528926,0.75619835,0.70247936,0.6942149,0.62396693,0.61570245,0.59504133,0.5495868,0.5661157,0.57024795,0.56198347,0.54545456,0.5206612,0.5082645,0.5165289,0.5082645,0.5041322,0.5206612,0.5206612,0.48347107,0.47107437,0.5165289,0.5371901,0.56198347,0.61157024,0.59917355,0.5371901,0.5165289,0.4752066,0.4090909,0.38842976,0.44214877,0.57438016,0.6322314,0.6652893,0.6859504,0.7107438,0.7066116,0.6322314,0.59090906,0.553719,0.607438,0.6322314,0.6487603,0.6528926,0.6446281,0.6735537,0.6570248,0.661157,0.60330576,0.58677685,0.56198347,0.553719,0.53305787,0.5371901,0.5661157,0.5785124,0.6198347,0.6652893,0.6942149,0.70247936,0.7066116,0.661157,0.661157,0.6404959,0.73140496,0.7066116,0.6735537,0.61570245,0.62396693,0.59090906,0.54545456,0.5661157,0.59504133,0.58677685,0.553719,0.5289256,0.5289256,0.5371901,0.5041322,0.47107437,0.48347107,0.5,0.49173555,0.5,0.5413223,0.56198347,0.58264464,0.61570245,0.61157024,0.59917355,0.61570245,0.61157024,0.60330576,0.56198347,0.4876033,0.55785125,0.62396693,0.6859504,0.6983471,0.74793386,0.74380165,0.70247936,0.69008267,0.7066116,0.7644628,0.73966944,0.71487606,0.7355372,0.73140496,0.7231405,0.7231405,0.71487606,0.6652893,0.6652893,0.61570245,0.59090906,0.57024795,0.57438016,0.6198347,0.6280992,0.677686,0.70247936,0.6983471,0.7066116,0.69008267,0.6694215,0.6487603,0.6322314,0.75206614,0.74380165,0.6735537,0.59917355,0.607438,0.59917355,0.55785125,0.57438016,0.59917355,0.607438,0.58677685,0.56198347,0.54545456,0.54545456,0.553719,0.53305787,0.49173555,0.5041322,0.5082645,0.5165289,0.5413223,0.56198347,0.58264464,0.60330576,0.61570245,0.6322314,0.6528926,0.6404959,0.6487603,0.6487603,0.61570245,0.59090906,0.6652893,0.6942149,0.7066116,0.76033056,0.78512394,0.76033056,0.76033056,0.7644628,0.78099173,0.75619835,0.74380165,0.7644628,0.76859504,0.73966944,0.73140496,0.7066116,0.6528926,0.6570248,0.6487603,0.6446281,0.6404959,0.6198347,0.6528926,0.677686,0.7107438,0.71487606,0.70247936,0.70247936,0.69008267,0.6859504,0.661157,0.6404959,0.71487606,0.72727275,0.677686,0.59917355,0.58264464,0.58677685,0.56198347,0.58677685,0.59090906,0.59917355,0.61157024,0.59917355,0.5785124,0.54545456,0.53305787,0.56198347,0.54545456,0.57024795,0.55785125,0.54545456,0.56198347,0.57438016,0.607438,0.61157024,0.62396693,0.6404959,0.6446281,0.6570248,0.6528926,0.6487603,0.6363636,0.6322314,0.661157,0.6818182,0.7107438,0.76033056,0.7768595,0.76033056,0.77272725,0.76033056,0.75206614,0.75619835,0.76033056,0.76033056,0.75206614,0.7355372,0.73140496,0.72727275,0.70247936,0.7066116,0.6859504,0.6570248,0.661157,0.661157,0.6859504,0.72727275,0.73966944,0.72727275,0.7107438,0.6942149,0.69008267,0.6942149,0.6652893,0.6404959,0.6983471,0.7231405,0.6652893,0.59504133,0.5785124,0.57438016,0.56198347,0.59917355,0.60330576,0.59090906,0.61157024,0.61570245,0.60330576,0.58677685,0.57438016,0.5785124,0.54545456,0.57024795,0.57024795,0.59090906,0.60330576,0.61570245,0.6363636,0.6280992,0.6446281,0.6446281,0.6487603,0.661157,0.6487603,0.6487603,0.62396693,0.6528926,0.6652893,0.6818182,0.71900827,0.75206614,0.7644628,0.76033056,0.7644628,0.76033056,0.74380165,0.74793386,0.76033056,0.74380165,0.74380165,0.74380165,0.75206614,0.73140496,0.71487606,0.6942149,0.6694215,0.6694215,0.69008267,0.7107438,0.7355372,0.7644628,0.77272725,0.74793386,0.7066116,0.6942149,0.6942149,0.6818182,0.6528926,0.6528926,0.6942149,0.70247936,0.6694215,0.61570245,0.57438016,0.57438016,0.56198347,0.58264464,0.6198347,0.60330576,0.607438,0.61157024,0.61570245,0.60330576,0.59917355,0.60330576,0.56198347,0.59090906,0.57438016,0.607438,0.61570245,0.6363636,0.6446281,0.6528926,0.661157,0.6694215,0.6528926,0.6570248,0.6363636,0.6404959,0.6528926,0.6487603,0.6694215,0.6735537,0.71900827,0.7231405,0.73966944,0.76033056,0.77272725,0.75619835,0.76033056,0.75206614,0.76033056,0.74793386,0.75206614,0.75619835,0.75206614,0.7355372,0.7107438,0.6818182,0.69008267,0.7107438,0.72727275,0.75206614,0.77272725,0.7768595,0.7892562,0.7644628,0.7066116,0.69008267,0.6983471,0.6859504,0.661157,0.6694215,0.70247936,0.677686,0.6818182,0.6322314,0.57438016,0.5785124,0.5661157,0.57024795,0.60330576,0.62396693,0.60330576,0.62396693,0.607438,0.607438,0.61157024,0.59917355,0.58264464,0.57438016,0.5661157,0.57024795,0.58677685,0.59917355,0.61157024,0.6446281,0.6487603,0.6735537,0.6446281,0.6363636,0.6487603,0.6404959,0.6528926,0.6652893,0.6652893,0.661157,0.6942149,0.7066116,0.7231405,0.75619835,0.78512394,0.75619835,0.76033056,0.75619835,0.7644628,0.76033056,0.75206614,0.7768595,0.73966944,0.70247936,0.6983471,0.6942149,0.6983471,0.72727275,0.7355372,0.75619835,0.78512394,0.78512394,0.79752064,0.77272725,0.7107438,0.69008267,0.69008267,0.6942149,0.677686,0.6694215,0.71900827,0.6942149,0.677686,0.6363636,0.57024795,0.5661157,0.57024795,0.57438016,0.59090906,0.6198347,0.6198347,0.6404959,0.59917355,0.6198347,0.60330576,0.59090906,0.60330576,0.5785124,0.57024795,0.5413223,0.5785124,0.5785124,0.59090906,0.6280992,0.6280992,0.6487603,0.6404959,0.6404959,0.6404959,0.6404959,0.6570248,0.6570248,0.6735537,0.661157,0.6694215,0.6818182,0.7066116,0.73966944,0.7768595,0.74380165,0.75206614,0.76859504,0.7644628,0.7644628,0.75206614,0.75206614,0.72727275,0.70247936,0.71900827,0.72727275,0.71900827,0.7231405,0.73966944,0.7644628,0.77272725,0.78099173,0.8016529,0.77272725,0.7107438,0.6983471,0.6942149,0.6942149,0.6735537,0.6694215,0.74793386,0.7066116,0.677686,0.6322314,0.58677685,0.5785124,0.5661157,0.5785124,0.59504133,0.607438,0.6322314,0.6363636,0.6322314,0.62396693,0.6198347,0.59090906,0.59090906,0.60330576,0.57024795,0.57024795,0.58677685,0.59504133,0.59090906,0.61570245,0.6198347,0.62396693,0.6198347,0.6404959,0.6322314,0.6446281,0.661157,0.6818182,0.69008267,0.6735537,0.6528926,0.6652893,0.6942149,0.71900827,0.76033056,0.74380165,0.74380165,0.76859504,0.7644628,0.76033056,0.74793386,0.74380165,0.73140496,0.7107438,0.72727275,0.73140496,0.72727275,0.73966944,0.73140496,0.76859504,0.7644628,0.76033056,0.77272725,0.75206614,0.70247936,0.6983471,0.6942149,0.6818182,0.6652893,0.6942149,0.7768595,0.71487606,0.6735537,0.6322314,0.57438016,0.58264464,0.57024795,0.56198347,0.58677685,0.607438,0.6363636,0.6404959,0.6446281,0.6322314,0.6322314,0.61157024,0.58677685,0.58677685,0.59917355,0.59090906,0.607438,0.60330576,0.59917355,0.607438,0.61570245,0.61157024,0.59917355,0.6322314,0.6363636,0.6487603,0.6570248,0.6983471,0.70247936,0.69008267,0.6363636,0.6528926,0.6735537,0.6818182,0.71900827,0.73966944,0.73966944,0.73966944,0.7355372,0.73966944,0.7355372,0.73966944,0.7355372,0.6983471,0.7066116,0.73140496,0.72727275,0.74380165,0.7231405,0.75206614,0.74793386,0.73140496,0.73140496,0.7355372,0.69008267,0.677686,0.6818182,0.6652893,0.6694215,0.69008267,0.75619835,0.7066116,0.6859504,0.62396693,0.57024795,0.58264464,0.5785124,0.5495868,0.5661157,0.59504133,0.6198347,0.6570248,0.6446281,0.6363636,0.61570245,0.607438,0.59917355,0.59090906,0.6280992,0.607438,0.61157024,0.61157024,0.60330576,0.60330576,0.6198347,0.61570245,0.59917355,0.62396693,0.6363636,0.6528926,0.6652893,0.6818182,0.6942149,0.6942149,0.6198347,0.6528926,0.6570248,0.6570248,0.677686,0.69008267,0.70247936,0.7107438,0.70247936,0.71487606,0.7231405,0.73966944,0.73140496,0.70247936,0.7231405,0.75206614,0.73966944,0.7231405,0.7231405,0.73140496,0.7355372,0.7107438,0.7066116,0.71487606,0.6694215,0.6652893,0.6694215,0.69008267,0.6404959,0.6818182,0.6983471,0.6694215,0.6694215,0.607438,0.58677685,0.57438016,0.5785124,0.54545456,0.5661157,0.5661157,0.59090906,0.6280992,0.6198347,0.61570245,0.59917355,0.61570245,0.61157024,0.60330576,0.6363636,0.6280992,0.61157024,0.61157024,0.59504133,0.60330576,0.6198347,0.6198347,0.6198347,0.6280992,0.6363636,0.6652893,0.677686,0.6818182,0.6859504,0.6859504,0.61570245,0.6363636,0.6528926,0.6570248,0.661157,0.661157,0.6652893,0.6694215,0.677686,0.6983471,0.7231405,0.73966944,0.73966944,0.72727275,0.72727275,0.7107438,0.6983471,0.71487606,0.7066116,0.7107438,0.7231405,0.6983471,0.6652893,0.6818182,0.661157,0.661157,0.6735537,0.6735537,0.6404959,0.7066116,0.71900827,0.6404959,0.75619835,0.661157,0.57438016,0.57438016,0.58677685,0.54545456,0.58264464,0.553719,0.56198347,0.59504133,0.5661157,0.5785124,0.59917355,0.607438,0.59917355,0.59917355,0.62396693,0.6280992,0.61570245,0.61157024,0.60330576,0.60330576,0.61157024,0.6198347,0.62396693,0.6322314,0.6446281,0.6735537,0.677686,0.6694215,0.677686,0.6859504,0.61570245,0.6404959,0.6487603,0.661157,0.6570248,0.6528926,0.6570248,0.6652893,0.6652893,0.6859504,0.7066116,0.71900827,0.7231405,0.7355372,0.71487606,0.6983471,0.6942149,0.6983471,0.7107438,0.70247936,0.70247936,0.6735537,0.62396693,0.6570248,0.677686,0.6570248,0.69008267,0.6363636,0.59090906,0.8140496,0.7768595,0.6322314,0.8181818,0.6942149,0.553719,0.59504133,0.6487603,0.553719,0.59090906,0.5785124,0.55785125,0.5785124,0.54545456,0.55785125,0.59917355,0.607438,0.61157024,0.59504133,0.6198347,0.6322314,0.62396693,0.61570245,0.607438,0.61157024,0.61157024,0.6198347,0.6280992,0.6322314,0.6487603,0.677686,0.677686,0.6652893,0.6694215,0.6818182,0.60330576,0.6280992,0.6363636,0.6570248,0.661157,0.6652893,0.6570248,0.6818182,0.6859504,0.677686,0.6983471,0.7066116,0.6983471,0.71487606,0.69008267,0.69008267,0.6859504,0.69008267,0.6859504,0.677686,0.677686,0.6487603,0.607438,0.6404959,0.6859504,0.661157,0.70247936,0.61157024,0.54545456,0.7107438,0.71900827,0.62396693,0.6280992,0.5785124,0.53305787,0.60330576,0.661157,0.5413223,0.57438016,0.6198347,0.61570245,0.58264464,0.553719,0.5371901,0.57438016,0.60330576,0.61570245,0.607438,0.6198347,0.62396693,0.6198347,0.61157024,0.61157024,0.6198347,0.61570245,0.6198347,0.6322314,0.6363636,0.6446281,0.6652893,0.6694215,0.677686,0.6694215,0.6859504,0.59917355,0.6404959,0.6528926,0.6652893,0.661157,0.6694215,0.6652893,0.6818182,0.70247936,0.6859504,0.6983471,0.71900827,0.7066116,0.6942149,0.7107438,0.7107438,0.6735537,0.6983471,0.6735537,0.6570248,0.6570248,0.607438,0.6198347,0.6322314,0.6528926,0.6694215,0.6859504,0.59504133,0.5413223,0.58677685,0.61570245,0.58677685,0.54545456,0.5206612,0.5,0.553719,0.56198347,0.5082645,0.5289256,0.60330576,0.6404959,0.60330576,0.5495868,0.5289256,0.55785125,0.59504133,0.61570245,0.6198347,0.62396693,0.6280992,0.61570245,0.61157024,0.6198347,0.6280992,0.6198347,0.6280992,0.6404959,0.6322314,0.6446281,0.661157,0.6570248,0.677686,0.6694215,0.6859504,0.58677685,0.61570245,0.6446281,0.6652893,0.6570248,0.6694215,0.661157,0.69008267,0.69008267,0.6859504,0.7107438,0.7231405,0.6942149,0.6942149,0.70247936,0.6859504,0.6694215,0.6859504,0.6570248,0.62396693,0.6280992,0.59504133,0.61570245,0.607438,0.60330576,0.6363636,0.6322314,0.53305787,0.46694216,0.5289256,0.5413223,0.5041322,0.46280992,0.46280992,0.46694216,0.5082645,0.47933885,0.40082645,0.41735536,0.5041322,0.56198347,0.5661157,0.5247934,0.5247934,0.55785125,0.5785124,0.59090906,0.59090906,0.61570245,0.6322314,0.62396693,0.62396693,0.61570245,0.62396693,0.62396693,0.6322314,0.6404959,0.6363636,0.6487603,0.661157,0.6528926,0.6652893,0.661157,0.661157,0.59504133,0.61570245,0.6363636,0.6528926,0.6446281,0.6735537,0.6652893,0.6942149,0.6859504,0.677686,0.72727275,0.71900827,0.6983471,0.70247936,0.7107438,0.6652893,0.6859504,0.6528926,0.6528926,0.607438,0.607438,0.6198347,0.61570245,0.57438016,0.56198347,0.56198347,0.5206612,0.36363637,0.21487603,0.338843,0.45867768,0.42975205,0.38842976,0.39256197,0.4214876,0.47107437,0.35950413,0.17768595,0.21900827,0.36363637,0.45867768,0.48347107,0.4876033,0.5371901,0.5661157,0.55785125,0.57024795,0.58264464,0.61570245,0.6280992,0.6198347,0.6198347,0.6198347,0.62396693,0.6363636,0.6363636,0.6446281,0.6446281,0.6528926,0.6570248,0.6570248,0.6570248,0.6528926,0.6446281,0.60330576,0.6198347,0.6487603,0.6528926,0.62396693,0.6735537,0.6694215,0.6818182,0.69008267,0.6983471,0.7066116,0.71487606,0.6983471,0.7107438,0.69008267,0.677686,0.6528926,0.6404959,0.6280992,0.60330576,0.607438,0.6570248,0.6363636,0.553719,0.5206612,0.4752066,0.35950413,0.20661157,0.12396694,0.18595041,0.3429752,0.3966942,0.35123968,0.33471075,0.39256197,0.41735536,0.28099173,0.1322314,0.11983471,0.24380165,0.39256197,0.41322315,0.43801653,0.56198347,0.5785124,0.55785125,0.55785125,0.58677685,0.59917355,0.62396693,0.61157024,0.59917355,0.61157024,0.62396693,0.6363636,0.6446281,0.6528926,0.6528926,0.6446281,0.6528926,0.661157,0.6487603,0.6528926,0.6570248,0.59504133,0.61157024,0.6404959,0.6363636,0.6363636,0.6570248,0.6652893,0.6735537,0.6818182,0.6983471,0.6859504,0.7066116,0.70247936,0.69008267,0.6735537,0.677686,0.6446281,0.6363636,0.607438,0.59917355,0.6280992,0.677686,0.6487603,0.55785125,0.5123967,0.4214876,0.2768595,0.17768595,0.17768595,0.22727273,0.3140496,0.36363637,0.32231405,0.29752067,0.36363637,0.3966942,0.36363637,0.29338843,0.20661157,0.24793388,0.36363637,0.37603307,0.4338843,0.58677685,0.58264464,0.57024795,0.553719,0.58677685,0.59090906,0.59504133,0.607438,0.59504133,0.6198347,0.61570245,0.61570245,0.6487603,0.6446281,0.6652893,0.6446281,0.6570248,0.6363636,0.6322314,0.6446281,0.6652893,0.60330576,0.6198347,0.62396693,0.6446281,0.6404959,0.6487603,0.677686,0.6694215,0.6652893,0.6735537,0.6818182,0.6983471,0.6859504,0.6735537,0.6694215,0.6570248,0.61570245,0.607438,0.59917355,0.61157024,0.6694215,0.70247936,0.6735537,0.59090906,0.54545456,0.4752066,0.35123968,0.26859504,0.3140496,0.3677686,0.3553719,0.3305785,0.27272728,0.23553719,0.2603306,0.30991736,0.3966942,0.4338843,0.3677686,0.3429752,0.40495867,0.42561984,0.5082645,0.59090906,0.58677685,0.59090906,0.57024795,0.55785125,0.5661157,0.57024795,0.59504133,0.58677685,0.61570245,0.61570245,0.61157024,0.6446281,0.6404959,0.6570248,0.6446281,0.6528926,0.6280992,0.6322314,0.6528926,0.6528926,0.60330576,0.6322314,0.62396693,0.6363636,0.6322314,0.6528926,0.661157,0.661157,0.661157,0.661157,0.6735537,0.6859504,0.6694215,0.6652893,0.6528926,0.6322314,0.59917355,0.59090906,0.59917355,0.6487603,0.6983471,0.6942149,0.6983471,0.6487603,0.59504133,0.5785124,0.5289256,0.4876033,0.48347107,0.43801653,0.3677686,0.338843,0.30578512,0.24793388,0.24380165,0.2768595,0.37603307,0.49586776,0.5206612,0.4876033,0.5165289,0.5289256,0.57024795,0.59090906,0.59917355,0.607438,0.55785125,0.57024795,0.5785124,0.57024795,0.57024795,0.5785124,0.60330576,0.59917355,0.61570245,0.6446281,0.6404959,0.6404959,0.6487603,0.6446281,0.6322314,0.6363636,0.6487603,0.6570248,0.60330576,0.62396693,0.6280992,0.6363636,0.6404959,0.6528926,0.6446281,0.6528926,0.6652893,0.661157,0.6652893,0.6694215,0.6735537,0.661157,0.6363636,0.61157024,0.58677685,0.59917355,0.6280992,0.6735537,0.7066116,0.6942149,0.6983471,0.6942149,0.6487603,0.6404959,0.6528926,0.6404959,0.59917355,0.48347107,0.37190083,0.35950413,0.3264463,0.24793388,0.23140496,0.3181818,0.42975205,0.5247934,0.5495868,0.55785125,0.5785124,0.57438016,0.58677685,0.58677685,0.60330576,0.61157024,0.57438016,0.58264464,0.58264464,0.553719,0.57024795,0.55785125,0.5785124,0.58264464,0.60330576,0.6363636,0.6487603,0.62396693,0.6528926,0.6528926,0.6198347,0.6363636,0.6487603,0.661157,0.58264464,0.6198347,0.6322314,0.6404959,0.6363636,0.6528926,0.6322314,0.6363636,0.6446281,0.6404959,0.6528926,0.6528926,0.6528926,0.6404959,0.61570245,0.59504133,0.59090906,0.6198347,0.6652893,0.6942149,0.7107438,0.6983471,0.6942149,0.70247936,0.677686,0.6652893,0.69008267,0.6694215,0.6322314,0.55785125,0.43801653,0.38016528,0.30578512,0.23966943,0.3140496,0.4214876,0.5247934,0.5413223,0.5413223,0.5413223,0.58677685,0.57438016,0.58677685,0.57438016,0.59504133,0.607438,0.59917355,0.58264464,0.57024795,0.57438016,0.5371901,0.5785124,0.553719,0.57438016,0.59504133,0.607438,0.6487603,0.6198347,0.6528926,0.6570248,0.61570245,0.6363636,0.6322314,0.6446281,0.56198347,0.58677685,0.61570245,0.6404959,0.6322314,0.6404959,0.6280992,0.6322314,0.6363636,0.6280992,0.6404959,0.6363636,0.6404959,0.6280992,0.59917355,0.60330576,0.6280992,0.6570248,0.6859504,0.6942149,0.69008267,0.6942149,0.6983471,0.70247936,0.6735537,0.6570248,0.6818182,0.6735537,0.6363636,0.61157024,0.5206612,0.4214876,0.3181818,0.28512397,0.46280992,0.55785125,0.57024795,0.553719,0.5371901,0.5206612,0.57438016,0.57024795,0.58677685,0.57438016,0.57438016,0.59504133,0.59504133,0.59090906,0.54545456,0.58264464,0.5413223,0.57024795,0.56198347,0.57438016,0.5785124,0.60330576,0.6363636,0.6280992,0.6404959,0.6528926,0.61157024,0.6322314,0.6280992,0.62396693,0.553719,0.5413223,0.58677685,0.6280992,0.6322314,0.6322314,0.62396693,0.62396693,0.62396693,0.62396693,0.6363636,0.6363636,0.6280992,0.61157024,0.58677685,0.61570245,0.6487603,0.6735537,0.6942149,0.6859504,0.6528926,0.6570248,0.6694215,0.6818182,0.6570248,0.6446281,0.661157,0.6735537,0.6363636,0.61570245,0.57024795,0.47933885,0.38429752,0.3966942,0.54545456,0.607438,0.57024795,0.57438016,0.5289256,0.5247934,0.54545456,0.5495868,0.5661157,0.57024795,0.553719,0.57438016,0.58677685,0.58677685,0.5206612,0.58677685,0.56198347,0.553719,0.5495868,0.5785124,0.5661157,0.58677685,0.61570245,0.6280992,0.62396693,0.6404959,0.61157024,0.6198347,0.6198347,0.607438,0.54545456,0.55785125,0.58677685,0.61157024,0.6322314,0.6322314,0.6280992,0.6198347,0.61157024,0.6198347,0.6322314,0.6322314,0.62396693,0.59504133,0.553719,0.59090906,0.6652893,0.661157,0.6859504,0.6570248,0.6198347,0.6198347,0.6446281,0.6570248,0.6446281,0.6280992,0.6818182,0.677686,0.6198347,0.6198347,0.59917355,0.5289256,0.46694216,0.5165289,0.58677685,0.6818182,0.57024795,0.59090906,0.54545456,0.553719,0.553719,0.5413223,0.5495868,0.553719,0.55785125,0.57438016,0.5785124,0.57024795,0.5289256,0.5413223,0.56198347,0.56198347,0.553719,0.57438016,0.56198347,0.5785124,0.60330576,0.61157024,0.61570245,0.6280992,0.61570245,0.61570245,0.61157024,0.59917355,0.54545456,0.55785125,0.5785124,0.60330576,0.6280992,0.6322314,0.6280992,0.61570245,0.60330576,0.61157024,0.6198347,0.6322314,0.6198347,0.58677685,0.5165289,0.58677685,0.6652893,0.6198347,0.62396693,0.62396693,0.59090906,0.62396693,0.6652893,0.6446281,0.6404959,0.6446281,0.71487606,0.6818182,0.6363636,0.60330576,0.61157024,0.58264464,0.5165289,0.5661157,0.59917355,0.6859504,0.6363636,0.60330576,0.5785124,0.57438016,0.59504133,0.58677685,0.57438016,0.57438016,0.58264464,0.57438016,0.57438016,0.57438016,0.5413223,0.53305787,0.5371901,0.553719,0.55785125,0.5495868,0.553719,0.5785124,0.59917355,0.59917355,0.61157024,0.61570245,0.61157024,0.60330576,0.59917355,0.59504133,0.5495868,0.56198347,0.58264464,0.59917355,0.607438,0.61570245,0.62396693,0.61570245,0.60330576,0.60330576,0.61570245,0.6280992,0.607438,0.56198347,0.5661157,0.6404959,0.6198347,0.58677685,0.5661157,0.5661157,0.59504133,0.6280992,0.6487603,0.6487603,0.6446281,0.6735537,0.6859504,0.6528926,0.62396693,0.57438016,0.61570245,0.62396693,0.5785124,0.6322314,0.6363636,0.6404959,0.60330576,0.56198347,0.56198347,0.56198347,0.58677685,0.60330576,0.5785124,0.61570245,0.607438,0.57024795,0.57438016,0.5785124,0.5289256,0.5123967,0.5289256,0.5247934,0.5413223,0.553719,0.5495868,0.57024795,0.59504133,0.59917355,0.61157024,0.61157024,0.59504133,0.58677685,0.58264464,0.58677685,0.55785125,0.55785125,0.5785124,0.59090906,0.59917355,0.61157024,0.6198347,0.6198347,0.61157024,0.60330576,0.62396693,0.62396693,0.59917355,0.57024795,0.6322314,0.6404959,0.57438016,0.57024795,0.5247934,0.53305787,0.5785124,0.61570245,0.6363636,0.62396693,0.6198347,0.6280992,0.59504133,0.5371901,0.49173555,0.45454547,0.47933885,0.5123967,0.5041322,0.53305787,0.5041322,0.47933885,0.4214876,0.40495867,0.40495867,0.43801653,0.47107437,0.5123967,0.5247934,0.5785124,0.58264464,0.553719,0.553719,0.5495868,0.5165289,0.5289256,0.5371901,0.5247934,0.5289256,0.5495868,0.57438016,0.57438016,0.58677685,0.607438,0.61570245,0.61570245,0.59504133,0.58264464,0.58264464,0.57438016,0.5661157,0.55785125,0.56198347,0.58264464,0.58264464,0.57438016,0.61157024,0.6198347,0.60330576,0.59090906,0.62396693,0.62396693,0.58677685,0.59917355,0.6280992,0.61157024,0.53305787,0.55785125,0.5123967,0.54545456,0.553719,0.6280992,0.6404959,0.57024795,0.53305787,0.5041322,0.4338843,0.3553719,0.29752067,0.28099173,0.30165288,0.32231405,0.34710744,0.3553719,0.35123968,0.2768595,0.24380165,0.22727273,0.21487603,0.22727273,0.26859504,0.3264463,0.37603307,0.42975205,0.4752066,0.4876033,0.48347107,0.49173555,0.49173555,0.5123967,0.5289256,0.5,0.4876033,0.5247934,0.55785125,0.57024795,0.58264464,0.59917355,0.607438,0.61570245,0.59917355,0.58264464,0.5785124,0.57438016,0.55785125,0.54545456,0.5785124,0.58677685,0.5785124,0.5661157,0.59504133,0.60330576,0.58677685,0.59504133,0.60330576,0.59090906,0.59090906,0.59090906,0.61157024,0.57438016,0.49586776,0.5495868,0.5289256,0.54545456,0.5785124,0.59917355,0.553719,0.46280992,0.38842976,0.3305785,0.24793388,0.19008264,0.14876033,0.14876033,0.17768595,0.18181819,0.1983471,0.19008264,0.17768595,0.1570248,0.14876033,0.14876033,0.12396694,0.10330579,0.11157025,0.14876033,0.19008264,0.2520661,0.30578512,0.3140496,0.30991736,0.34710744,0.4090909,0.45867768,0.5,0.5,0.4752066,0.5165289,0.5495868,0.5661157,0.59090906,0.59917355,0.59917355,0.59504133,0.59090906,0.58264464,0.57024795,0.56198347,0.53305787,0.54545456,0.57438016,0.58677685,0.59504133,0.56198347,0.59504133,0.59090906,0.5785124,0.58677685,0.61157024,0.57438016,0.59504133,0.58264464,0.59917355,0.57024795,0.5206612,0.54545456,0.5413223,0.5371901,0.49586776,0.48347107,0.40082645,0.29752067,0.2644628,0.18595041,0.10743801,0.09504132,0.09917355,0.10743801,0.1446281,0.1694215,0.18181819,0.16528925,0.12809917,0.14876033,0.16528925,0.1570248,0.1322314,0.11570248,0.10743801,0.11570248,0.1322314,0.19421488,0.25619835,0.2603306,0.2892562,0.338843,0.3677686,0.38842976,0.42975205,0.45867768,0.46694216,0.5206612,0.5371901,0.55785125,0.57438016,0.60330576,0.60330576,0.57024795,0.58264464,0.58264464,0.57024795,0.553719,0.5,0.5371901,0.55785125,0.553719,0.59917355,0.5785124,0.57024795,0.58264464,0.58677685,0.59090906,0.61157024,0.5785124,0.59504133,0.59504133,0.58677685,0.56198347,0.49586776,0.5247934,0.5041322,0.45454547,0.34710744,0.2603306,0.22727273,0.20661157,0.18181819,0.14876033,0.1446281,0.1694215,0.19008264,0.18595041,0.17768595,0.1694215,0.17355372,0.17768595,0.14876033,0.16115703,0.18181819,0.1694215,0.1983471,0.22727273,0.21900827,0.23553719,0.28512397,0.338843,0.3677686,0.3966942,0.45041323,0.49586776,0.48347107,0.43801653,0.40082645,0.4214876,0.45867768,0.5123967,0.5371901,0.55785125,0.55785125,0.5785124,0.61157024,0.5785124,0.58264464,0.58677685,0.55785125,0.5413223,0.47107437,0.5371901,0.5371901,0.54545456,0.58264464,0.58677685,0.56198347,0.58677685,0.59917355,0.60330576,0.59917355,0.58677685,0.61570245,0.607438,0.59090906,0.54545456,0.45867768,0.47107437,0.41735536,0.41322315,0.3429752,0.33471075,0.38016528,0.338843,0.30991736,0.3181818,0.34710744,0.38429752,0.4090909,0.39256197,0.36363637,0.338843,0.3429752,0.33471075,0.30578512,0.30991736,0.32231405,0.338843,0.38429752,0.41735536,0.42561984,0.4338843,0.446281,0.446281,0.44214877,0.49586776,0.56198347,0.5785124,0.57438016,0.5495868,0.48347107,0.44214877,0.446281,0.49173555,0.5289256,0.553719,0.553719,0.5785124,0.607438,0.59917355,0.59504133,0.57024795,0.5495868,0.5371901,0.4752066,0.5206612,0.5247934,0.5206612,0.5661157,0.59504133,0.58264464,0.5785124,0.59090906,0.59917355,0.58677685,0.607438,0.61570245,0.59917355,0.59504133,0.553719,0.45867768,0.446281,0.446281,0.49586776,0.54545456,0.56198347,0.59090906,0.59504133,0.5495868,0.5206612,0.5165289,0.5206612,0.54545456,0.5371901,0.5082645,0.49586776,0.5082645,0.4752066,0.44214877,0.4876033,0.5041322,0.49586776,0.5,0.47933885,0.47107437,0.446281,0.47107437,0.47107437,0.4752066,0.5165289,0.56198347,0.5785124,0.59090906,0.58677685,0.57024795,0.5082645,0.4338843,0.46280992,0.5082645,0.54545456,0.553719,0.57024795,0.58264464,0.59504133,0.59090906,0.5413223,0.5413223,0.5289256,0.48347107,0.5123967,0.5082645,0.5165289,0.55785125,0.58264464,0.55785125,0.59090906,0.59917355,0.6198347,0.607438,0.607438,0.607438,0.59917355,0.59917355,0.55785125,0.47107437,0.4752066,0.5041322,0.5495868,0.59917355,0.60330576,0.58677685,0.58264464,0.5785124,0.55785125,0.5289256,0.5165289,0.5082645,0.5123967,0.4876033,0.47933885,0.5082645,0.4876033,0.46280992,0.49173555,0.5206612,0.47107437,0.43801653,0.47107437,0.45867768,0.44214877,0.47933885,0.4876033,0.5041322,0.5,0.5206612,0.5661157,0.58264464,0.58264464,0.58264464,0.53305787,0.4752066,0.45041323,0.4752066,0.53305787,0.53305787,0.553719,0.5661157,0.58677685,0.57024795,0.53305787,0.5289256,0.5123967,0.49586776,0.49586776,0.5082645,0.5165289,0.5495868,0.57024795,0.56198347,0.58264464,0.59090906,0.59504133,0.59917355,0.60330576,0.59917355,0.59504133,0.58264464,0.5413223,0.47933885,0.49173555,0.5371901,0.57438016,0.59917355,0.61570245,0.59504133,0.54545456,0.5289256,0.5413223,0.5495868,0.5371901,0.5123967,0.49586776,0.47107437,0.46280992,0.47933885,0.46694216,0.46280992,0.4752066,0.48347107,0.45867768,0.446281,0.446281,0.46694216,0.45454547,0.49173555,0.48347107,0.47933885,0.4752066,0.5,0.5495868,0.5661157,0.57024795,0.57438016,0.5371901,0.5041322,0.4752066,0.45454547,0.5165289,0.5495868,0.5247934,0.53305787,0.56198347,0.553719,0.5289256,0.5,0.49586776,0.48347107,0.49173555,0.5041322,0.5123967,0.5247934,0.5661157,0.553719,0.55785125,0.57438016,0.5785124,0.58677685,0.59917355,0.59917355,0.58264464,0.5661157,0.53305787,0.49586776,0.5041322,0.5413223,0.553719,0.57024795,0.58677685,0.57438016,0.5247934,0.49173555,0.5082645,0.5165289,0.5247934,0.5206612,0.5041322,0.48347107,0.4876033,0.4876033,0.4876033,0.4876033,0.49173555,0.47107437,0.47107437,0.46280992,0.44214877,0.46280992,0.45041323,0.46280992,0.45867768,0.46694216,0.47933885,0.5,0.5371901,0.5495868,0.55785125,0.56198347,0.5165289,0.5,0.5082645,0.45041323,0.5,0.53305787,0.5247934,0.5289256,0.5247934,0.5413223,0.5123967,0.49173555,0.49173555,0.47933885,0.5082645,0.5,0.49173555,0.5123967,0.54545456,0.553719,0.5661157,0.56198347,0.5661157,0.5661157,0.58264464,0.5785124,0.5661157,0.55785125,0.5289256,0.5041322,0.5165289,0.5289256,0.5289256,0.54545456,0.5495868,0.5413223,0.5123967,0.49586776,0.47933885,0.46694216,0.47933885,0.47107437,0.45454547,0.43801653,0.4338843,0.4214876,0.42975205,0.43801653,0.42561984,0.38842976,0.37190083,0.38016528,0.37190083,0.4090909,0.4214876,0.42975205,0.44214877,0.47933885,0.5,0.5082645,0.5289256,0.5123967,0.5371901,0.553719,0.5289256,0.5247934,0.53305787,0.47933885,0.49173555,0.5082645,0.5082645,0.5206612,0.5165289,0.5247934,0.5,0.4876033,0.49173555,0.48347107,0.5123967,0.49586776,0.49586776,0.5247934,0.5413223,0.55785125,0.55785125,0.5495868,0.553719,0.55785125,0.553719,0.55785125,0.5495868,0.5371901,0.5206612,0.5041322,0.5082645,0.5123967,0.5082645,0.53305787,0.53305787,0.5289256,0.5247934,0.5165289,0.49173555,0.46694216,0.446281,0.4338843,0.40082645,0.35950413,0.338843,0.3181818,0.3181818,0.338843,0.3181818,0.29752067,0.28099173,0.28512397,0.3264463,0.3677686,0.41322315,0.41322315,0.45454547,0.48347107,0.5041322,0.5206612,0.5289256,0.5082645,0.5247934,0.5413223,0.5289256,0.553719,0.54545456,0.5123967,0.5082645,0.5,0.5041322,0.5123967,0.5123967,0.5,0.5,0.48347107,0.4876033,0.49586776,0.5165289,0.5,0.5,0.5289256,0.5371901,0.54545456,0.553719,0.5413223,0.5371901,0.5413223,0.5413223,0.5371901,0.5289256,0.5206612,0.5041322,0.49173555,0.49586776,0.5041322,0.5082645,0.53305787,0.53305787,0.53305787,0.5413223,0.5289256,0.5,0.5123967,0.48347107,0.446281,0.40082645,0.36363637,0.3181818,0.2644628,0.23966943,0.24793388,0.23966943,0.25619835,0.2644628,0.3140496,0.33471075,0.38016528,0.4214876,0.43801653,0.47933885,0.48347107,0.5,0.5247934,0.5413223,0.53305787,0.53305787,0.5495868,0.54545456,0.5413223,0.5413223,0.5206612,0.5289256,0.5041322,0.5041322,0.5082645,0.5082645,0.49173555,0.5,0.49173555,0.48347107,0.5041322,0.5123967,0.5,0.49586776,0.5247934,0.5371901,0.5371901,0.5413223,0.53305787,0.5247934,0.5247934,0.5289256,0.5289256,0.5206612,0.5041322,0.49586776,0.48347107,0.5,0.5165289,0.5289256,0.53305787,0.53305787,0.5413223,0.54545456,0.5371901,0.5206612,0.53305787,0.5289256,0.5,0.446281,0.4214876,0.3677686,0.30991736,0.27272728,0.2520661,0.2644628,0.29752067,0.33471075,0.3677686,0.41322315,0.41735536,0.45041323,0.45454547,0.46694216,0.48347107,0.5,0.5206612,0.5247934,0.5413223,0.5495868,0.5371901,0.5413223,0.5371901,0.5289256,0.5165289,0.5206612,0.5165289,0.5082645,0.5041322,0.5082645,0.4876033,0.49173555,0.5,0.48347107,0.5165289,0.5082645,0.5041322,0.5,0.5247934,0.5371901,0.54545456,0.53305787,0.5082645,0.5165289,0.5206612,0.5206612,0.5206612,0.5082645,0.49173555,0.5,0.5041322,0.5123967,0.5206612,0.5413223,0.5371901,0.5495868,0.55785125,0.5661157,0.553719,0.5165289,0.53305787,0.5371901,0.5165289,0.49586776,0.45867768,0.42975205,0.40495867,0.37190083,0.3677686,0.37603307,0.38842976,0.4090909,0.42975205,0.4214876,0.45041323,0.4752066,0.4876033,0.4752066,0.47933885,0.5082645,0.5289256,0.5165289,0.5413223,0.54545456,0.54545456,0.5495868,0.5413223,0.53305787,0.5082645,0.5165289,0.5247934,0.49586776,0.49173555,0.5041322,0.48347107,0.49586776,0.5,0.49173555,14 +0.5206612,0.5495868,0.58677685,0.59090906,0.607438,0.61157024,0.6487603,0.661157,0.6652893,0.677686,0.69008267,0.70247936,0.72727275,0.72727275,0.73140496,0.73966944,0.74380165,0.75206614,0.76859504,0.7644628,0.75619835,0.74380165,0.74380165,0.74380165,0.75206614,0.7644628,0.76859504,0.76859504,0.76033056,0.75619835,0.75619835,0.75619835,0.75206614,0.75206614,0.74793386,0.76033056,0.76859504,0.75619835,0.75619835,0.75619835,0.75206614,0.74793386,0.72727275,0.69008267,0.6198347,0.59090906,0.59090906,0.62396693,0.6652893,0.6487603,0.55785125,0.4876033,0.45041323,0.48347107,0.4876033,0.49586776,0.4752066,0.45041323,0.42975205,0.40082645,0.42561984,0.42561984,0.42561984,0.45867768,0.5495868,0.5371901,0.57438016,0.58264464,0.607438,0.6198347,0.6446281,0.6652893,0.6735537,0.6735537,0.69008267,0.7066116,0.7231405,0.7231405,0.7355372,0.73966944,0.7355372,0.75206614,0.76859504,0.76859504,0.75619835,0.75206614,0.74793386,0.74380165,0.74380165,0.75619835,0.76859504,0.76859504,0.76033056,0.75619835,0.76033056,0.75619835,0.74793386,0.75206614,0.75206614,0.75619835,0.77272725,0.76033056,0.75619835,0.75619835,0.76033056,0.75619835,0.75619835,0.74380165,0.70247936,0.661157,0.6322314,0.61570245,0.6404959,0.661157,0.6487603,0.607438,0.5413223,0.47107437,0.43801653,0.45041323,0.44214877,0.43801653,0.41735536,0.4090909,0.44214877,0.45867768,0.47107437,0.45867768,0.5413223,0.54545456,0.553719,0.57024795,0.59090906,0.61570245,0.6404959,0.6570248,0.6735537,0.677686,0.6942149,0.7107438,0.71900827,0.7231405,0.73140496,0.73966944,0.73966944,0.76033056,0.77272725,0.7768595,0.7768595,0.7768595,0.77272725,0.76033056,0.75619835,0.76033056,0.76859504,0.7768595,0.76033056,0.74793386,0.7644628,0.76033056,0.75619835,0.76033056,0.7644628,0.76859504,0.78512394,0.7644628,0.74793386,0.73966944,0.7644628,0.75619835,0.74793386,0.75619835,0.75206614,0.71487606,0.6652893,0.6694215,0.6487603,0.61570245,0.6487603,0.6446281,0.61570245,0.59090906,0.5371901,0.46694216,0.45454547,0.446281,0.44214877,0.44214877,0.43801653,0.49586776,0.45867768,0.45867768,0.5165289,0.5371901,0.5495868,0.55785125,0.57438016,0.60330576,0.6322314,0.6570248,0.6694215,0.6859504,0.6942149,0.6942149,0.7107438,0.71900827,0.7231405,0.73966944,0.75206614,0.76859504,0.78099173,0.77272725,0.77272725,0.78099173,0.7933884,0.78099173,0.77272725,0.7768595,0.7768595,0.7892562,0.78099173,0.7644628,0.76033056,0.77272725,0.76859504,0.76859504,0.76859504,0.76859504,0.7933884,0.78512394,0.76033056,0.74793386,0.76859504,0.7644628,0.74380165,0.74793386,0.76033056,0.73140496,0.6818182,0.70247936,0.6859504,0.6322314,0.6363636,0.6322314,0.59917355,0.60330576,0.5661157,0.553719,0.5247934,0.5,0.49586776,0.49173555,0.45454547,0.5,0.48347107,0.44214877,0.5123967,0.5289256,0.5413223,0.553719,0.57024795,0.59090906,0.61570245,0.6487603,0.6694215,0.6818182,0.6942149,0.6942149,0.7107438,0.7231405,0.72727275,0.73966944,0.75206614,0.7644628,0.7768595,0.7768595,0.77272725,0.76859504,0.7892562,0.78512394,0.78099173,0.78099173,0.78512394,0.7892562,0.7892562,0.7892562,0.76859504,0.77272725,0.77272725,0.76033056,0.77272725,0.76033056,0.78512394,0.7892562,0.78099173,0.7644628,0.7768595,0.78099173,0.76859504,0.74793386,0.76033056,0.72727275,0.7107438,0.7107438,0.6983471,0.6735537,0.6570248,0.6528926,0.6404959,0.6198347,0.59504133,0.58264464,0.55785125,0.5413223,0.53305787,0.5206612,0.4752066,0.49173555,0.4876033,0.45041323,0.5247934,0.5289256,0.5371901,0.553719,0.57024795,0.5785124,0.607438,0.6487603,0.661157,0.6570248,0.6652893,0.6818182,0.7107438,0.7231405,0.7355372,0.74380165,0.73966944,0.75206614,0.7644628,0.7768595,0.76859504,0.76033056,0.7644628,0.76859504,0.76859504,0.77272725,0.7768595,0.7768595,0.7768595,0.78512394,0.77272725,0.76859504,0.7892562,0.75619835,0.76033056,0.75619835,0.7768595,0.78099173,0.7644628,0.76033056,0.77272725,0.7644628,0.76859504,0.75619835,0.7644628,0.73966944,0.72727275,0.7107438,0.6942149,0.6859504,0.69008267,0.6735537,0.6694215,0.6487603,0.6198347,0.59917355,0.57024795,0.5495868,0.53305787,0.5247934,0.4876033,0.4752066,0.48347107,0.46280992,0.5247934,0.53305787,0.5289256,0.5413223,0.55785125,0.57438016,0.61157024,0.6404959,0.6322314,0.62396693,0.6363636,0.6735537,0.6859504,0.7107438,0.7231405,0.7231405,0.7231405,0.72727275,0.73966944,0.74380165,0.76859504,0.72727275,0.74793386,0.74380165,0.75206614,0.74793386,0.75619835,0.75619835,0.75206614,0.74380165,0.75619835,0.77272725,0.78099173,0.7644628,0.73966944,0.7355372,0.75206614,0.74793386,0.7355372,0.7355372,0.73966944,0.72727275,0.73966944,0.71487606,0.7231405,0.7355372,0.71487606,0.6859504,0.6694215,0.661157,0.6735537,0.661157,0.6487603,0.6363636,0.59504133,0.58264464,0.58677685,0.57024795,0.5371901,0.5206612,0.49173555,0.46280992,0.46280992,0.45454547,0.5041322,0.5371901,0.5247934,0.5289256,0.553719,0.58677685,0.6198347,0.607438,0.5785124,0.56198347,0.58677685,0.607438,0.62396693,0.62396693,0.6404959,0.6280992,0.6363636,0.6363636,0.6280992,0.60330576,0.6446281,0.6280992,0.6198347,0.6818182,0.7066116,0.6942149,0.7107438,0.7107438,0.71900827,0.7107438,0.72727275,0.76859504,0.7644628,0.75206614,0.7231405,0.71487606,0.71487606,0.7066116,0.70247936,0.6983471,0.6942149,0.6735537,0.661157,0.6404959,0.6446281,0.661157,0.6280992,0.58264464,0.57438016,0.57438016,0.57438016,0.58264464,0.57024795,0.5661157,0.5495868,0.53305787,0.553719,0.57438016,0.5495868,0.5206612,0.49173555,0.46280992,0.45867768,0.45454547,0.5041322,0.5165289,0.5123967,0.5123967,0.54545456,0.59917355,0.6198347,0.56198347,0.5206612,0.4876033,0.5123967,0.5123967,0.5165289,0.49586776,0.49586776,0.4752066,0.47933885,0.47933885,0.46280992,0.44214877,0.47107437,0.5289256,0.5082645,0.55785125,0.60330576,0.61570245,0.6446281,0.6735537,0.69008267,0.6859504,0.7066116,0.73140496,0.73966944,0.73140496,0.7066116,0.7066116,0.70247936,0.6735537,0.6570248,0.6363636,0.61570245,0.55785125,0.5082645,0.47933885,0.46694216,0.4752066,0.45041323,0.41735536,0.42561984,0.43801653,0.45041323,0.45867768,0.45454547,0.4752066,0.48347107,0.47107437,0.46694216,0.5082645,0.5413223,0.5289256,0.48347107,0.47107437,0.45041323,0.45454547,0.49173555,0.5,0.5082645,0.5082645,0.5371901,0.58264464,0.58264464,0.5123967,0.45867768,0.45041323,0.47107437,0.4752066,0.45867768,0.41735536,0.39256197,0.35123968,0.35123968,0.35123968,0.34710744,0.36363637,0.37190083,0.4338843,0.44214877,0.47107437,0.5123967,0.5371901,0.5785124,0.6404959,0.6694215,0.677686,0.6983471,0.71900827,0.7231405,0.7107438,0.6859504,0.6735537,0.6735537,0.6404959,0.59917355,0.5495868,0.5041322,0.45041323,0.4090909,0.38016528,0.34710744,0.3264463,0.3140496,0.30991736,0.3264463,0.3429752,0.36363637,0.37603307,0.35950413,0.37190083,0.4214876,0.42975205,0.42561984,0.4338843,0.47933885,0.5165289,0.49586776,0.4752066,0.45867768,0.446281,0.5041322,0.5123967,0.5165289,0.5123967,0.53305787,0.53305787,0.49173555,0.45041323,0.41735536,0.40082645,0.41735536,0.4090909,0.38016528,0.33471075,0.32231405,0.32231405,0.3264463,0.33471075,0.3429752,0.36363637,0.38429752,0.4090909,0.42975205,0.446281,0.4752066,0.5082645,0.5413223,0.59917355,0.6487603,0.6652893,0.6818182,0.7066116,0.7107438,0.7066116,0.6859504,0.6570248,0.6363636,0.60330576,0.553719,0.5041322,0.45041323,0.4214876,0.40082645,0.3553719,0.3140496,0.30578512,0.3181818,0.3181818,0.3305785,0.3305785,0.3305785,0.3305785,0.32231405,0.35123968,0.36363637,0.33471075,0.3305785,0.38842976,0.41322315,0.4752066,0.4876033,0.4752066,0.46694216,0.446281,0.5041322,0.5041322,0.5247934,0.5123967,0.5206612,0.47933885,0.42561984,0.4090909,0.38429752,0.35123968,0.3429752,0.3429752,0.338843,0.34710744,0.38016528,0.4090909,0.4214876,0.4214876,0.41322315,0.40495867,0.4214876,0.42561984,0.42975205,0.43801653,0.46280992,0.49586776,0.5206612,0.5661157,0.6322314,0.6652893,0.6859504,0.7066116,0.71900827,0.7107438,0.6735537,0.6446281,0.61157024,0.553719,0.5206612,0.4876033,0.43801653,0.41735536,0.3966942,0.3553719,0.36363637,0.38016528,0.40495867,0.41735536,0.42975205,0.41322315,0.38842976,0.35950413,0.3305785,0.35950413,0.36363637,0.35123968,0.2768595,0.30578512,0.35950413,0.41735536,0.45041323,0.47933885,0.46694216,0.446281,0.5082645,0.5,0.5,0.5,0.49586776,0.43801653,0.40495867,0.40082645,0.36363637,0.35123968,0.3305785,0.3553719,0.4090909,0.45041323,0.49173555,0.5165289,0.5206612,0.5041322,0.47107437,0.4338843,0.41735536,0.4090909,0.39256197,0.40082645,0.4338843,0.46280992,0.5,0.55785125,0.6322314,0.677686,0.6983471,0.73140496,0.73966944,0.7231405,0.6818182,0.6363636,0.57438016,0.5041322,0.4752066,0.446281,0.41735536,0.3966942,0.39256197,0.38429752,0.40082645,0.4338843,0.45454547,0.47107437,0.5041322,0.5041322,0.4876033,0.45454547,0.40082645,0.39256197,0.38016528,0.37190083,0.33471075,0.3181818,0.30991736,0.3553719,0.40495867,0.45867768,0.46694216,0.446281,0.5206612,0.5082645,0.5,0.49173555,0.45454547,0.41322315,0.39256197,0.3966942,0.38429752,0.38842976,0.37190083,0.41322315,0.47933885,0.5123967,0.5289256,0.5165289,0.48347107,0.446281,0.39256197,0.34710744,0.33471075,0.33471075,0.3677686,0.3966942,0.38016528,0.38429752,0.44214877,0.54545456,0.6404959,0.6859504,0.7107438,0.75206614,0.75619835,0.73140496,0.6983471,0.6198347,0.5661157,0.5,0.4338843,0.40082645,0.40495867,0.41322315,0.3966942,0.3677686,0.36363637,0.3677686,0.4090909,0.446281,0.45867768,0.49586776,0.5082645,0.5041322,0.4752066,0.45454547,0.38842976,0.37603307,0.3305785,0.3305785,0.3181818,0.3140496,0.3677686,0.4338843,0.46280992,0.45454547,0.5247934,0.5123967,0.5041322,0.47933885,0.42561984,0.40495867,0.40495867,0.41735536,0.4338843,0.44214877,0.43801653,0.45454547,0.47107437,0.446281,0.40495867,0.34710744,0.3140496,0.3429752,0.28099173,0.24380165,0.3264463,0.3181818,0.30991736,0.3553719,0.41322315,0.37603307,0.38429752,0.5,0.62396693,0.69008267,0.73140496,0.78099173,0.78512394,0.74380165,0.7066116,0.61570245,0.553719,0.4876033,0.40495867,0.38016528,0.41322315,0.40082645,0.3553719,0.34710744,0.30991736,0.20247933,0.28099173,0.30165288,0.28512397,0.33471075,0.38429752,0.42561984,0.46280992,0.47933885,0.47107437,0.4338843,0.39256197,0.37190083,0.3677686,0.32231405,0.34710744,0.4090909,0.446281,0.45867768,0.5165289,0.5123967,0.5041322,0.4752066,0.4214876,0.40082645,0.4214876,0.446281,0.46694216,0.47107437,0.45454547,0.41322315,0.35950413,0.30578512,0.2768595,0.2107438,0.2107438,0.338843,0.338843,0.21487603,0.44214877,0.47107437,0.34710744,0.3264463,0.37190083,0.4214876,0.38842976,0.446281,0.5785124,0.6859504,0.72727275,0.7933884,0.7933884,0.75206614,0.70247936,0.61157024,0.5206612,0.46280992,0.38429752,0.4214876,0.43801653,0.35123968,0.35123968,0.45867768,0.43801653,0.1570248,0.39256197,0.34710744,0.17355372,0.18595041,0.27272728,0.28512397,0.32231405,0.3966942,0.446281,0.46280992,0.44214877,0.42561984,0.4090909,0.3677686,0.36363637,0.40082645,0.43801653,0.45867768,0.5082645,0.5,0.5,0.48347107,0.42975205,0.41735536,0.44214877,0.46694216,0.47933885,0.446281,0.38429752,0.29752067,0.24380165,0.32231405,0.3429752,0.2520661,0.23140496,0.24380165,0.3677686,0.2603306,0.5413223,0.61570245,0.46694216,0.40082645,0.35123968,0.446281,0.42561984,0.47107437,0.553719,0.6487603,0.70247936,0.78512394,0.7933884,0.75619835,0.7231405,0.5785124,0.49173555,0.44214877,0.38429752,0.49586776,0.47107437,0.35950413,0.3966942,0.59090906,0.5082645,0.24793388,0.28512397,0.38016528,0.23553719,0.22727273,0.32231405,0.2768595,0.21487603,0.23966943,0.33471075,0.4338843,0.46280992,0.44214877,0.4214876,0.39256197,0.38429752,0.4090909,0.44214877,0.45454547,0.5247934,0.5165289,0.5,0.49173555,0.45867768,0.44214877,0.45867768,0.48347107,0.46280992,0.38842976,0.30165288,0.21900827,0.21900827,0.45867768,0.47107437,0.30578512,0.2892562,0.21900827,0.29338843,0.3264463,0.5785124,0.6322314,0.5082645,0.44214877,0.3677686,0.5123967,0.47933885,0.5082645,0.56198347,0.61157024,0.6818182,0.77272725,0.78512394,0.76033056,0.7107438,0.57024795,0.4876033,0.42561984,0.41735536,0.553719,0.47933885,0.46694216,0.46280992,0.61157024,0.5289256,0.35123968,0.2768595,0.26859504,0.2644628,0.3305785,0.4338843,0.37190083,0.23966943,0.20661157,0.23966943,0.33471075,0.43801653,0.45041323,0.4338843,0.41735536,0.40495867,0.4214876,0.45041323,0.45867768,0.5247934,0.5289256,0.5082645,0.49173555,0.4876033,0.4752066,0.47933885,0.47933885,0.4214876,0.3553719,0.27272728,0.27272728,0.3181818,0.43801653,0.54545456,0.40495867,0.34710744,0.33471075,0.3966942,0.42561984,0.5661157,0.55785125,0.5082645,0.49586776,0.53305787,0.5495868,0.53305787,0.5371901,0.56198347,0.59504133,0.6570248,0.74793386,0.75619835,0.74793386,0.69008267,0.57024795,0.4876033,0.4214876,0.43801653,0.56198347,0.5371901,0.5041322,0.47933885,0.53305787,0.5413223,0.45041323,0.38429752,0.3553719,0.338843,0.4090909,0.48347107,0.43801653,0.3305785,0.26859504,0.28099173,0.29752067,0.35123968,0.42975205,0.44214877,0.44214877,0.43801653,0.45454547,0.47933885,0.4752066,0.5247934,0.5289256,0.5247934,0.5247934,0.5289256,0.5123967,0.47933885,0.45454547,0.3966942,0.40495867,0.32231405,0.34710744,0.43801653,0.46280992,0.5123967,0.5165289,0.47933885,0.49586776,0.5371901,0.5413223,0.56198347,0.57024795,0.56198347,0.5785124,0.607438,0.59504133,0.58264464,0.5785124,0.57024795,0.57438016,0.62396693,0.73966944,0.74793386,0.74380165,0.69008267,0.55785125,0.4876033,0.45041323,0.446281,0.5206612,0.57024795,0.553719,0.5371901,0.5413223,0.54545456,0.56198347,0.553719,0.5123967,0.48347107,0.49586776,0.5041322,0.4876033,0.42975205,0.38016528,0.38842976,0.40082645,0.3677686,0.3677686,0.42561984,0.45041323,0.47107437,0.4876033,0.5123967,0.49173555,0.5289256,0.54545456,0.553719,0.58264464,0.58677685,0.5289256,0.47107437,0.46280992,0.49173555,0.5289256,0.48347107,0.47933885,0.5165289,0.5413223,0.5495868,0.5495868,0.5661157,0.59917355,0.60330576,0.59504133,0.58264464,0.60330576,0.60330576,0.6280992,0.6280992,0.61157024,0.61570245,0.60330576,0.59504133,0.5661157,0.59917355,0.7355372,0.75619835,0.7355372,0.6859504,0.54545456,0.46694216,0.4752066,0.48347107,0.49586776,0.5289256,0.57024795,0.59090906,0.5661157,0.5495868,0.5661157,0.58677685,0.5661157,0.5661157,0.57438016,0.553719,0.54545456,0.5247934,0.49173555,0.4876033,0.5041322,0.45041323,0.40495867,0.40082645,0.45041323,0.4876033,0.5247934,0.5413223,0.5082645,0.5289256,0.55785125,0.58677685,0.6404959,0.6198347,0.55785125,0.53305787,0.5785124,0.6404959,0.6446281,0.6198347,0.59504133,0.59090906,0.607438,0.6198347,0.62396693,0.6363636,0.6487603,0.6404959,0.6280992,0.6280992,0.6487603,0.6528926,0.6528926,0.6363636,0.62396693,0.6198347,0.61157024,0.59504133,0.56198347,0.59090906,0.71487606,0.76033056,0.71900827,0.661157,0.54545456,0.47107437,0.49586776,0.5165289,0.5165289,0.5165289,0.553719,0.59504133,0.61157024,0.59090906,0.5661157,0.56198347,0.5785124,0.59090906,0.60330576,0.59090906,0.58264464,0.57024795,0.57024795,0.5661157,0.59090906,0.59090906,0.5661157,0.5123967,0.47933885,0.5165289,0.5495868,0.56198347,0.5289256,0.5371901,0.5661157,0.61157024,0.6859504,0.6818182,0.6446281,0.6487603,0.6859504,0.7107438,0.70247936,0.69008267,0.6735537,0.6652893,0.6694215,0.6694215,0.6570248,0.661157,0.6694215,0.677686,0.677686,0.677686,0.6859504,0.69008267,0.6735537,0.6446281,0.6198347,0.6198347,0.61157024,0.58677685,0.553719,0.57438016,0.6859504,0.75206614,0.7066116,0.6404959,0.5413223,0.4752066,0.5123967,0.5165289,0.5289256,0.553719,0.5661157,0.59090906,0.607438,0.6280992,0.6198347,0.607438,0.61570245,0.60330576,0.61570245,0.607438,0.62396693,0.61570245,0.61570245,0.6280992,0.6446281,0.62396693,0.6446281,0.6322314,0.55785125,0.55785125,0.55785125,0.5661157,0.53305787,0.5413223,0.57438016,0.6198347,0.677686,0.6859504,0.6859504,0.6983471,0.7066116,0.71900827,0.7231405,0.72727275,0.7231405,0.7066116,0.6983471,0.6983471,0.6818182,0.6735537,0.6942149,0.70247936,0.7107438,0.7107438,0.7066116,0.6983471,0.6818182,0.6570248,0.62396693,0.61157024,0.60330576,0.58677685,0.5495868,0.5785124,0.677686,0.75206614,0.7066116,0.6570248,0.54545456,0.47933885,0.5082645,0.5206612,0.5206612,0.57024795,0.59504133,0.60330576,0.607438,0.6363636,0.62396693,0.6363636,0.6528926,0.6487603,0.6694215,0.6487603,0.661157,0.6652893,0.661157,0.6694215,0.6694215,0.6735537,0.6404959,0.6528926,0.607438,0.59504133,0.5785124,0.5661157,0.53305787,0.5371901,0.58264464,0.6363636,0.661157,0.6694215,0.69008267,0.7066116,0.71900827,0.7231405,0.73140496,0.73140496,0.72727275,0.71900827,0.7066116,0.70247936,0.70247936,0.70247936,0.71487606,0.71900827,0.72727275,0.72727275,0.7231405,0.70247936,0.6735537,0.6528926,0.6198347,0.59504133,0.59504133,0.58264464,0.5495868,0.59504133,0.6859504,0.7644628,0.7066116,0.6859504,0.5785124,0.49173555,0.5,0.5289256,0.5289256,0.553719,0.607438,0.61570245,0.62396693,0.6446281,0.6528926,0.6404959,0.6528926,0.6652893,0.70247936,0.6942149,0.6859504,0.69008267,0.69008267,0.69008267,0.6859504,0.6983471,0.6694215,0.6404959,0.61157024,0.60330576,0.58677685,0.55785125,0.5289256,0.5413223,0.58677685,0.6280992,0.6446281,0.6694215,0.6942149,0.6983471,0.7107438,0.71900827,0.72727275,0.72727275,0.72727275,0.7355372,0.73140496,0.7231405,0.71900827,0.7231405,0.72727275,0.73966944,0.75206614,0.73966944,0.72727275,0.7066116,0.677686,0.6446281,0.60330576,0.59090906,0.60330576,0.58264464,0.5661157,0.61157024,0.7066116,0.76859504,0.7231405,0.6859504,0.61570245,0.5165289,0.5123967,0.53305787,0.5289256,0.54545456,0.5785124,0.60330576,0.6446281,0.6446281,0.661157,0.6528926,0.6446281,0.6652893,0.6983471,0.6983471,0.70247936,0.7066116,0.71487606,0.7066116,0.6942149,0.6859504,0.677686,0.6404959,0.61570245,0.59917355,0.5785124,0.553719,0.5206612,0.5371901,0.59090906,0.61570245,0.6280992,0.6570248,0.6859504,0.6942149,0.6983471,0.71900827,0.72727275,0.72727275,0.73966944,0.74380165,0.74380165,0.73966944,0.74793386,0.75206614,0.74380165,0.75206614,0.7644628,0.74380165,0.73140496,0.6983471,0.69008267,0.6363636,0.61157024,0.607438,0.59090906,0.58677685,0.58264464,0.62396693,0.7355372,0.76033056,0.71487606,0.70247936,0.6280992,0.5661157,0.54545456,0.5371901,0.53305787,0.5413223,0.55785125,0.59090906,0.6570248,0.661157,0.661157,0.6652893,0.677686,0.6694215,0.6859504,0.69008267,0.70247936,0.7066116,0.71487606,0.7066116,0.6983471,0.6818182,0.6570248,0.6404959,0.62396693,0.59504133,0.57024795,0.5495868,0.5165289,0.5289256,0.5785124,0.61157024,0.61570245,0.6280992,0.6652893,0.6818182,0.6859504,0.7066116,0.7107438,0.71900827,0.73140496,0.73966944,0.74380165,0.7355372,0.76033056,0.76859504,0.7355372,0.74380165,0.7644628,0.74380165,0.74380165,0.6983471,0.6942149,0.6404959,0.61570245,0.60330576,0.59090906,0.58264464,0.59090906,0.62396693,0.74380165,0.75619835,0.7066116,0.70247936,0.6528926,0.5785124,0.55785125,0.53305787,0.54545456,0.5495868,0.55785125,0.60330576,0.6570248,0.6694215,0.6818182,0.6859504,0.6942149,0.6983471,0.69008267,0.6859504,0.6942149,0.70247936,0.70247936,0.6942149,0.6859504,0.6735537,0.6487603,0.6198347,0.607438,0.59090906,0.5661157,0.54545456,0.5247934,0.5289256,0.56198347,0.59917355,0.60330576,0.60330576,0.62396693,0.6446281,0.6322314,0.6735537,0.6859504,0.6942149,0.7066116,0.71900827,0.7355372,0.73966944,0.7644628,0.7644628,0.71487606,0.7231405,0.75619835,0.73966944,0.73966944,0.71900827,0.6735537,0.6322314,0.61157024,0.59090906,0.5785124,0.57438016,0.60330576,0.6363636,0.72727275,0.76033056,0.71487606,0.6859504,0.6363636,0.59504133,0.5495868,0.5289256,0.5289256,0.5495868,0.55785125,0.607438,0.6528926,0.6735537,0.69008267,0.6983471,0.69008267,0.6942149,0.6983471,0.69008267,0.69008267,0.6942149,0.69008267,0.6735537,0.6446281,0.6404959,0.62396693,0.59090906,0.58677685,0.5785124,0.55785125,0.5371901,0.5247934,0.5165289,0.5413223,0.58677685,0.58677685,0.59917355,0.60330576,0.6363636,0.61570245,0.6363636,0.6652893,0.6735537,0.6859504,0.6983471,0.6942149,0.71900827,0.73140496,0.73966944,0.7066116,0.70247936,0.73966944,0.7231405,0.7066116,0.7107438,0.6487603,0.6198347,0.59917355,0.56198347,0.55785125,0.5785124,0.61570245,0.6487603,0.71487606,0.74380165,0.71900827,0.7107438,0.6652893,0.59917355,0.5413223,0.5082645,0.5,0.5123967,0.5413223,0.59917355,0.6446281,0.6652893,0.69008267,0.70247936,0.70247936,0.71487606,0.70247936,0.6942149,0.6942149,0.677686,0.661157,0.6570248,0.6322314,0.60330576,0.59090906,0.57024795,0.56198347,0.55785125,0.5413223,0.53305787,0.5123967,0.5082645,0.5165289,0.57024795,0.58264464,0.5785124,0.58264464,0.6198347,0.61157024,0.61570245,0.6363636,0.6528926,0.6694215,0.6859504,0.6735537,0.69008267,0.71487606,0.7231405,0.71487606,0.69008267,0.71900827,0.7066116,0.6859504,0.6859504,0.6404959,0.59090906,0.5661157,0.5413223,0.5413223,0.57438016,0.61157024,0.6528926,0.71487606,0.7355372,0.7066116,0.7107438,0.6859504,0.61570245,0.54545456,0.5165289,0.5082645,0.47933885,0.5041322,0.58677685,0.6446281,0.6652893,0.677686,0.70247936,0.71900827,0.7231405,0.70247936,0.6859504,0.6818182,0.6652893,0.6487603,0.6487603,0.6363636,0.58677685,0.56198347,0.5785124,0.5785124,0.5371901,0.5247934,0.5289256,0.5041322,0.49586776,0.5123967,0.5495868,0.57024795,0.5785124,0.57024795,0.59917355,0.59917355,0.61157024,0.6198347,0.6280992,0.6446281,0.6652893,0.6652893,0.6735537,0.6983471,0.7107438,0.71487606,0.6983471,0.6942149,0.6983471,0.6859504,0.6735537,0.6322314,0.57438016,0.55785125,0.553719,0.54545456,0.56198347,0.60330576,0.6528926,0.73140496,0.75206614,0.7107438,0.7066116,0.69008267,0.6198347,0.54545456,0.5165289,0.5413223,0.5206612,0.47933885,0.55785125,0.6404959,0.661157,0.6694215,0.6983471,0.70247936,0.70247936,0.6983471,0.6859504,0.661157,0.6487603,0.6446281,0.6487603,0.62396693,0.58677685,0.55785125,0.57438016,0.58264464,0.5289256,0.5165289,0.5206612,0.49173555,0.4752066,0.5123967,0.5371901,0.56198347,0.5495868,0.5785124,0.5785124,0.58677685,0.59917355,0.59917355,0.607438,0.62396693,0.6363636,0.661157,0.6859504,0.677686,0.69008267,0.6983471,0.69008267,0.6859504,0.6859504,0.6818182,0.6735537,0.61570245,0.55785125,0.5785124,0.59090906,0.553719,0.5289256,0.57024795,0.6487603,0.7231405,0.76033056,0.73140496,0.6942149,0.661157,0.58264464,0.5041322,0.5123967,0.55785125,0.58677685,0.5,0.5082645,0.6280992,0.6528926,0.6735537,0.69008267,0.6942149,0.6942149,0.6983471,0.6859504,0.6528926,0.6322314,0.6280992,0.6322314,0.59917355,0.5785124,0.55785125,0.58264464,0.57024795,0.5371901,0.5082645,0.5247934,0.48347107,0.47107437,0.5,0.5413223,0.54545456,0.5495868,0.5661157,0.5661157,0.5785124,0.59917355,0.59504133,0.59090906,0.607438,0.61157024,0.6363636,0.6652893,0.661157,0.6694215,0.6818182,0.6859504,0.6859504,0.6694215,0.6735537,0.677686,0.59504133,0.5495868,0.59504133,0.61570245,0.5785124,0.5,0.5123967,0.61570245,0.6859504,0.72727275,0.7231405,0.6694215,0.61157024,0.5413223,0.45041323,0.5,0.56198347,0.59504133,0.5289256,0.46694216,0.59917355,0.6487603,0.6735537,0.6859504,0.7066116,0.6983471,0.6859504,0.6818182,0.6322314,0.6280992,0.62396693,0.61570245,0.59917355,0.58264464,0.553719,0.58677685,0.55785125,0.5289256,0.5247934,0.5123967,0.47933885,0.4752066,0.49586776,0.5247934,0.54545456,0.553719,0.56198347,0.57024795,0.5661157,0.58677685,0.59917355,0.58677685,0.59504133,0.61157024,0.6363636,0.6528926,0.6528926,0.661157,0.6694215,0.677686,0.6818182,0.6694215,0.6694215,0.661157,0.58677685,0.53305787,0.58677685,0.607438,0.59090906,0.49586776,0.45041323,0.5371901,0.62396693,0.6446281,0.6487603,0.61570245,0.55785125,0.48347107,0.41322315,0.4752066,0.5413223,0.553719,0.5206612,0.43801653,0.56198347,0.6363636,0.6652893,0.6652893,0.6818182,0.7107438,0.6735537,0.6735537,0.6404959,0.6363636,0.62396693,0.59504133,0.59090906,0.5785124,0.5495868,0.54545456,0.5247934,0.5165289,0.5206612,0.5041322,0.47107437,0.47107437,0.5,0.5165289,0.5413223,0.5661157,0.5661157,0.55785125,0.553719,0.57024795,0.59504133,0.59917355,0.59917355,0.61157024,0.6280992,0.6446281,0.661157,0.6735537,0.6735537,0.6694215,0.6694215,0.661157,0.6570248,0.6322314,0.57024795,0.5041322,0.56198347,0.5785124,0.56198347,0.446281,0.3429752,0.446281,0.5413223,0.5495868,0.55785125,0.54545456,0.5082645,0.4214876,0.3140496,0.41735536,0.49173555,0.5041322,0.48347107,0.42975205,0.54545456,0.61570245,0.6528926,0.6528926,0.661157,0.6983471,0.6942149,0.6652893,0.6487603,0.6446281,0.62396693,0.59090906,0.57438016,0.5661157,0.56198347,0.53305787,0.5123967,0.5165289,0.5165289,0.49173555,0.47107437,0.47107437,0.49586776,0.5082645,0.5247934,0.553719,0.56198347,0.5495868,0.553719,0.57024795,0.58677685,0.59917355,0.61157024,0.61570245,0.62396693,0.6404959,0.6570248,0.6652893,0.677686,0.6735537,0.6528926,0.6487603,0.6446281,0.6280992,0.55785125,0.4752066,0.5289256,0.5247934,0.45454547,0.28512397,0.15289256,0.3264463,0.45041323,0.46280992,0.46694216,0.44214877,0.40495867,0.2892562,0.14049587,0.21487603,0.4090909,0.446281,0.42975205,0.43801653,0.53305787,0.59504133,0.62396693,0.6487603,0.6652893,0.69008267,0.6735537,0.6652893,0.6487603,0.6446281,0.62396693,0.60330576,0.57438016,0.553719,0.5495868,0.53305787,0.5082645,0.5,0.5,0.47933885,0.47107437,0.4752066,0.49586776,0.5165289,0.5247934,0.5495868,0.5495868,0.553719,0.55785125,0.56198347,0.58264464,0.59090906,0.60330576,0.6198347,0.6363636,0.6322314,0.6487603,0.6570248,0.677686,0.6652893,0.6363636,0.6322314,0.6363636,0.6446281,0.5495868,0.446281,0.46694216,0.45454547,0.35950413,0.27272728,0.20661157,0.2107438,0.34710744,0.38842976,0.38429752,0.37190083,0.30165288,0.3181818,0.37190083,0.36363637,0.3553719,0.38842976,0.40495867,0.46280992,0.5165289,0.57438016,0.59917355,0.6198347,0.6446281,0.661157,0.6528926,0.6404959,0.6322314,0.6280992,0.61570245,0.60330576,0.5785124,0.56198347,0.553719,0.5371901,0.5,0.49173555,0.49586776,0.48347107,0.47107437,0.47933885,0.49586776,0.5123967,0.5289256,0.5413223,0.5495868,0.55785125,0.553719,0.54545456,0.57438016,0.59090906,0.58677685,0.61157024,0.6280992,0.6280992,0.6322314,0.6652893,0.6735537,0.6570248,0.6363636,0.6280992,0.6280992,0.6446281,0.59917355,0.4752066,0.40082645,0.42561984,0.42561984,0.42561984,0.37603307,0.30578512,0.30991736,0.3429752,0.34710744,0.3429752,0.34710744,0.40082645,0.43801653,0.42561984,0.37603307,0.3677686,0.4338843,0.5082645,0.5082645,0.5413223,0.58264464,0.607438,0.6363636,0.6487603,0.6487603,0.62396693,0.61570245,0.61570245,0.60330576,0.59090906,0.57438016,0.56198347,0.55785125,0.53305787,0.5041322,0.48347107,0.4876033,0.49173555,0.47107437,0.4752066,0.5,0.5165289,0.5247934,0.5371901,0.5495868,0.55785125,0.56198347,0.5495868,0.57024795,0.58264464,0.58677685,0.61570245,0.6198347,0.6280992,0.61570245,0.6694215,0.6735537,0.6528926,0.61570245,0.6322314,0.6404959,0.6404959,0.6404959,0.58677685,0.4090909,0.3553719,0.38429752,0.4090909,0.45041323,0.43801653,0.40082645,0.3966942,0.40495867,0.41322315,0.44214877,0.446281,0.44214877,0.4214876,0.4338843,0.45454547,0.5041322,0.5371901,0.5165289,0.5206612,0.553719,0.58264464,0.6198347,0.6363636,0.6322314,0.6280992,0.62396693,0.61157024,0.59917355,0.58677685,0.5785124,0.56198347,0.54545456,0.5247934,0.5,0.47933885,0.47933885,0.49173555,0.4752066,0.46694216,0.5,0.5289256,0.53305787,0.5289256,0.5495868,0.54545456,0.5495868,0.56198347,0.5661157,0.57024795,0.58677685,0.6198347,0.6198347,0.6280992,0.6322314,0.6280992,0.6446281,0.6322314,0.62396693,0.6363636,0.6487603,0.6487603,0.6570248,0.6404959,0.553719,0.47933885,0.46280992,0.47933885,0.5082645,0.5041322,0.49173555,0.49173555,0.5,0.49173555,0.49586776,0.49173555,0.47107437,0.46694216,0.49173555,0.49586776,0.5206612,0.54545456,0.53305787,0.5247934,0.53305787,0.55785125,0.60330576,0.6280992,0.6198347,0.62396693,0.62396693,0.61157024,0.59917355,0.58677685,0.57024795,0.55785125,0.5289256,0.5082645,0.4876033,0.48347107,0.49173555,0.4752066,0.47107437,0.45867768,0.4876033,0.5247934,0.5371901,0.5289256,0.54545456,0.54545456,0.553719,0.56198347,0.55785125,0.56198347,0.58264464,0.607438,0.61570245,0.6280992,0.6280992,0.6198347,0.6198347,0.61570245,0.6280992,0.6363636,0.6363636,0.6404959,0.6528926,0.6280992,0.59504133,0.5785124,0.56198347,0.57024795,0.58677685,0.5785124,0.5413223,0.5206612,0.5247934,0.5165289,0.5206612,0.53305787,0.5247934,0.5082645,0.5041322,0.5,0.5123967,0.5413223,0.5495868,0.54545456,0.5371901,0.5413223,0.58264464,0.61157024,0.61157024,0.6198347,0.61157024,0.59504133,0.58677685,0.58677685,0.5661157,0.553719,0.5247934,0.5041322,0.49173555,0.48347107,0.48347107,0.47933885,0.45867768,0.45041323,0.46694216,0.5206612,0.5247934,0.5413223,0.5413223,0.5661157,0.553719,0.5495868,0.55785125,0.56198347,0.58264464,0.59504133,0.61157024,0.62396693,0.62396693,0.62396693,0.61157024,0.607438,0.62396693,0.6363636,0.6322314,0.6322314,0.6363636,0.61570245,0.59504133,0.59917355,0.59504133,0.59504133,0.61570245,0.62396693,0.58677685,0.5413223,0.5165289,0.5165289,0.5371901,0.56198347,0.55785125,0.5289256,0.5082645,0.5082645,0.5289256,0.5413223,0.553719,0.5495868,0.53305787,0.5247934,0.553719,0.60330576,0.59090906,0.59504133,0.58677685,0.59090906,0.57438016,0.57438016,0.55785125,0.54545456,0.5247934,0.49173555,0.47933885,0.46694216,0.49173555,0.47933885,0.45454547,0.42975205,0.46280992,0.5165289,0.5247934,0.5371901,0.54545456,0.56198347,0.5495868,0.5413223,0.553719,0.56198347,0.57438016,0.58677685,0.59917355,0.61157024,0.61157024,0.607438,0.607438,0.61570245,0.61570245,0.6280992,0.6363636,0.6280992,0.62396693,0.61157024,0.59504133,0.59090906,0.58677685,0.59917355,0.61157024,0.62396693,0.61157024,0.57024795,0.5371901,0.5123967,0.53305787,0.57024795,0.55785125,0.5371901,0.5082645,0.5123967,0.5289256,0.5371901,0.5371901,0.553719,0.53305787,0.5247934,0.5289256,0.5785124,0.57438016,0.58264464,0.5785124,0.58264464,0.57024795,0.5661157,0.5413223,0.5495868,0.5123967,0.5,0.47107437,0.47107437,0.4876033,0.47107437,0.45454547,0.41735536,0.45867768,0.49586776,0.5082645,0.5247934,0.5413223,0.5495868,0.5371901,0.5413223,0.553719,0.55785125,0.57024795,0.5785124,0.58677685,0.59917355,0.607438,0.607438,0.607438,0.607438,0.60330576,0.61157024,0.61570245,0.607438,0.607438,0.60330576,0.58677685,0.58677685,0.58264464,0.61157024,0.62396693,0.61570245,0.6198347,0.60330576,0.59090906,0.55785125,0.55785125,0.57438016,0.5661157,0.54545456,0.5123967,0.5206612,0.5206612,0.5123967,0.5123967,0.54545456,0.5413223,0.5371901,0.5289256,0.5371901,0.5495868,0.57438016,0.58677685,0.57024795,0.56198347,0.5661157,0.5371901,0.5413223,0.5206612,0.47933885,0.46280992,0.47107437,0.4752066,0.46694216,0.44214877,0.41735536,0.43801653,0.4752066,0.49586776,0.5165289,0.5413223,0.54545456,0.5413223,0.54545456,0.5495868,0.55785125,0.57024795,0.5785124,0.58264464,0.58677685,0.60330576,0.607438,0.61157024,0.59917355,0.59504133,0.59090906,0.5785124,0.57024795,0.5785124,0.5785124,0.57438016,0.58677685,0.59917355,0.61570245,0.62396693,0.6363636,0.6446281,0.6363636,0.6446281,0.6280992,0.6363636,0.61570245,0.58677685,0.58264464,0.5289256,0.5413223,0.5165289,0.4876033,0.4752066,0.5041322,0.5247934,0.53305787,0.5082645,0.49586776,0.5165289,0.553719,0.5785124,0.57438016,0.57024795,0.56198347,0.5413223,0.54545456,0.5247934,0.48347107,0.47107437,0.47933885,0.47107437,0.45454547,0.42975205,0.41322315,0.42975205,0.45454547,0.49586776,0.5206612,0.5413223,0.553719,0.5495868,0.5495868,0.5495868,0.5495868,0.56198347,0.5785124,0.58677685,0.58264464,0.5785124,0.58264464,0.59504133,0.57438016,0.57438016,0.57024795,0.5495868,0.54545456,0.54545456,0.54545456,0.57024795,0.60330576,0.62396693,0.6404959,0.6404959,0.6322314,0.6694215,0.661157,0.69008267,0.6694215,0.6818182,0.6570248,0.607438,0.607438,0.56198347,0.57024795,0.53305787,0.5,0.4876033,0.4752066,0.5,0.5,0.5082645,0.47933885,0.4876033,0.5206612,0.55785125,0.57024795,0.5785124,0.56198347,0.5413223,0.5413223,0.5165289,0.49173555,0.46694216,0.46280992,0.47107437,0.45454547,0.42561984,0.40495867,0.4338843,0.45041323,0.48347107,0.5123967,0.53305787,0.553719,0.55785125,0.553719,0.5495868,0.5495868,0.56198347,0.5785124,0.58264464,0.58677685,0.57024795,0.57024795,0.57438016,0.5413223,0.53305787,0.53305787,0.5165289,0.5206612,0.5247934,0.5371901,0.553719,0.59917355,0.6280992,0.6322314,0.6322314,0.6363636,0.6528926,0.6404959,0.6818182,0.6446281,0.607438,0.5785124,0.5289256,0.5041322,0.5206612,0.5371901,0.5123967,0.4876033,0.5082645,0.48347107,0.49173555,0.48347107,0.49586776,0.46694216,0.47933885,0.5,0.553719,0.5661157,0.57438016,0.56198347,0.54545456,0.5289256,0.5082645,0.4876033,0.47107437,0.46280992,0.45867768,0.45867768,0.42561984,0.38429752,0.42975205,0.45041323,0.48347107,0.5041322,0.5206612,0.5495868,0.56198347,0.553719,0.5413223,0.54545456,0.55785125,0.57438016,0.5661157,0.58677685,0.607438,0.57438016,0.5413223,0.5123967,0.49586776,0.5123967,0.5165289,0.5,0.5247934,0.53305787,0.5371901,0.553719,0.5495868,0.5206612,0.48347107,0.49173555,0.5123967,0.5206612,0.55785125,0.5247934,0.46694216,0.42975205,0.40495867,0.37603307,0.38016528,0.4090909,0.4214876,0.43801653,0.45867768,0.4752066,0.48347107,0.4752066,0.46280992,0.47107437,0.46694216,0.47933885,0.53305787,0.5661157,0.58264464,0.57024795,0.553719,0.5371901,0.5165289,0.49173555,0.4752066,0.47107437,0.45041323,0.45041323,0.42975205,0.34710744,0.4214876,0.43801653,0.47933885,0.5041322,0.5123967,0.5289256,0.5495868,0.54545456,0.5371901,0.5413223,0.57438016,0.57024795,0.57024795,0.59917355,0.6363636,0.58677685,0.5289256,0.49173555,0.4752066,0.5082645,0.5206612,0.5123967,0.5123967,0.5041322,0.49586776,0.46280992,0.42561984,0.38842976,0.36363637,0.3553719,0.3677686,0.37190083,0.38429752,0.38429752,0.37190083,0.35950413,0.34710744,0.27272728,0.2644628,0.2644628,0.2892562,0.32231405,0.35123968,0.39256197,0.42975205,0.45041323,0.45041323,0.4752066,0.48347107,0.4752066,0.5206612,0.57024795,0.59090906,0.57024795,0.5495868,0.5371901,0.5165289,0.49173555,0.4752066,0.46280992,0.45041323,0.43801653,0.42975205,0.28512397,0.41322315,0.42561984,0.46280992,0.5,0.5041322,0.5082645,0.53305787,0.55785125,0.5413223,0.53305787,0.57438016,0.57438016,0.59090906,0.607438,0.6198347,0.59504133,0.5247934,0.5041322,0.45867768,0.5123967,0.5082645,0.49586776,0.45867768,0.41735536,0.38842976,0.338843,0.30991736,0.2768595,0.2644628,0.32231405,0.37190083,0.38016528,0.3429752,0.338843,0.40082645,0.45454547,0.43801653,0.2892562,0.21900827,0.19008264,0.18181819,0.22727273,0.2520661,0.26859504,0.3181818,0.38842976,0.4338843,0.46694216,0.48347107,0.46694216,0.49586776,0.56198347,0.59090906,0.57438016,0.54545456,0.5289256,0.5082645,0.4752066,0.45867768,0.45041323,0.44214877,0.44214877,0.4214876,0.25619835,0.37603307,0.41735536,0.45867768,0.48347107,0.5,0.5,0.5165289,0.54545456,0.55785125,0.5247934,0.54545456,0.57024795,0.58264464,0.60330576,0.60330576,0.57438016,0.5123967,0.5082645,0.47933885,0.49173555,0.47107437,0.4090909,0.34710744,0.30991736,0.29338843,0.23140496,0.20247933,0.21900827,0.2231405,0.37603307,0.46694216,0.46694216,0.39256197,0.30165288,0.30991736,0.37603307,0.35950413,0.24793388,0.17768595,0.1694215,0.16528925,0.15289256,0.16115703,0.1446281,0.18181819,0.32231405,0.4214876,0.45867768,0.48347107,0.45867768,0.4876033,0.56198347,0.59090906,0.5785124,0.553719,0.5289256,0.5041322,0.46694216,0.46280992,0.446281,0.446281,0.4338843,0.4090909,0.24380165,0.3264463,0.40082645,0.44214877,0.4752066,0.49586776,0.5041322,0.5247934,0.5289256,0.553719,0.5371901,0.54545456,0.56198347,0.5785124,0.58677685,0.59917355,0.5661157,0.5206612,0.5165289,0.49586776,0.46694216,0.4090909,0.2892562,0.20661157,0.18595041,0.19421488,0.17768595,0.18181819,0.19421488,0.19008264,0.21487603,0.30578512,0.3429752,0.30991736,0.23966943,0.21900827,0.2644628,0.30165288,0.30578512,0.2768595,0.27272728,0.25619835,0.2231405,0.21900827,0.15289256,0.13636364,0.338843,0.45454547,0.48347107,0.47107437,0.46694216,0.5,0.5785124,0.59504133,0.57438016,0.553719,0.53305787,0.5041322,0.46280992,0.46694216,0.45041323,0.46694216,0.4214876,0.38842976,0.25619835,0.2892562,0.38842976,0.42561984,0.46280992,0.5041322,0.5041322,0.5206612,0.5289256,0.5371901,0.5413223,0.55785125,0.5661157,0.58264464,0.58677685,0.59504133,0.5661157,0.53305787,0.5123967,0.49173555,0.44214877,0.37603307,0.25619835,0.13636364,0.12809917,0.17768595,0.22727273,0.30578512,0.338843,0.30165288,0.2768595,0.26859504,0.2644628,0.28512397,0.3181818,0.3429752,0.338843,0.37603307,0.41735536,0.4090909,0.44214877,0.45454547,0.41322315,0.5041322,0.338843,0.20661157,0.38016528,0.4876033,0.5123967,0.47933885,0.47107437,0.53305787,0.60330576,0.59917355,0.58264464,0.553719,0.5289256,0.5041322,0.45867768,0.4752066,0.45454547,0.4338843,0.4214876,0.38016528,0.28099173,0.25619835,0.3553719,0.41322315,0.4338843,0.49173555,0.5082645,0.5123967,0.5289256,0.5371901,0.5413223,0.553719,0.5661157,0.58264464,0.59917355,0.59917355,0.5661157,0.53305787,0.5,0.4752066,0.46694216,0.45867768,0.40082645,0.26859504,0.23140496,0.30991736,0.39256197,0.5,0.5413223,0.5041322,0.49586776,0.45041323,0.42561984,0.43801653,0.46280992,0.5206612,0.49586776,0.5123967,0.57438016,0.57024795,0.61157024,0.6528926,0.54545456,0.71487606,0.45041323,0.3264463,0.41322315,0.5041322,0.53305787,0.5,0.48347107,0.54545456,0.60330576,0.60330576,0.59090906,0.5495868,0.5165289,0.5082645,0.47107437,0.4752066,0.45454547,0.43801653,0.40082645,0.36363637,0.29752067,0.25619835,0.3181818,0.38429752,0.41322315,0.45867768,0.5041322,0.5206612,0.5289256,0.5289256,0.5371901,0.54545456,0.5495868,0.5785124,0.60330576,0.607438,0.5785124,0.5413223,0.5206612,0.5123967,0.5289256,0.553719,0.5289256,0.42975205,0.38016528,0.41735536,0.4752066,0.57438016,0.58677685,0.57024795,0.62396693,0.58264464,0.57024795,0.5785124,0.5371901,0.61157024,0.5785124,0.55785125,0.59917355,0.55785125,0.5413223,0.59504133,0.49173555,0.5371901,0.41735536,0.4214876,0.47107437,0.5247934,0.5495868,0.5206612,0.5206612,0.5206612,0.5785124,0.60330576,0.59504133,0.5495868,0.5165289,0.5041322,0.48347107,0.46694216,0.45041323,0.42561984,0.38842976,0.3677686,0.28099173,0.26859504,0.30578512,0.36363637,0.3966942,0.4338843,0.48347107,0.5041322,0.53305787,0.5413223,0.53305787,0.5413223,0.553719,0.5785124,0.61157024,0.6198347,0.58677685,0.5495868,0.5413223,0.55785125,0.5785124,0.59504133,0.58264464,0.53305787,0.47107437,0.45454547,0.47107437,0.5289256,0.5371901,0.5165289,0.5661157,0.5413223,0.5289256,0.56198347,0.49173555,0.553719,0.553719,0.5165289,0.553719,0.5206612,0.48347107,0.5247934,0.5123967,0.47933885,0.45454547,0.46694216,0.49586776,0.53305787,0.54545456,0.5413223,0.5289256,0.5206612,0.55785125,0.58264464,0.58677685,0.5495868,0.5123967,0.5,0.47933885,0.46694216,0.42975205,0.40495867,0.38016528,0.35950413,0.28512397,0.27272728,0.30578512,0.3677686,0.38842976,0.41322315,0.46280992,0.49173555,0.5206612,0.5371901,0.5289256,0.5413223,0.55785125,0.57438016,0.60330576,0.6198347,0.59090906,0.56198347,0.5661157,0.58677685,0.58677685,0.60330576,0.58264464,0.56198347,0.5165289,0.4876033,0.48347107,0.5082645,0.5289256,0.5247934,0.5247934,0.5289256,0.5289256,0.5206612,0.4752066,0.5082645,0.5495868,0.54545456,0.5661157,0.5413223,0.5413223,0.5413223,0.5371901,0.49586776,0.47933885,0.47107437,0.48347107,0.5289256,0.5495868,0.5413223,0.5247934,0.5289256,0.55785125,0.58264464,0.58677685,0.54545456,0.49586776,0.48347107,0.4752066,0.45867768,0.42975205,0.3966942,0.37603307,0.35950413,0.28512397,0.27272728,0.30165288,0.37603307,0.38429752,0.39256197,0.43801653,0.47933885,0.49586776,0.5289256,0.5413223,0.5413223,0.56198347,0.57438016,0.58677685,0.60330576,0.59504133,0.5785124,0.57438016,0.59504133,0.60330576,0.59504133,0.58264464,0.5495868,0.5289256,0.5123967,0.4876033,0.5123967,0.5165289,0.5413223,0.58264464,0.57024795,0.59504133,0.5661157,0.53305787,0.5413223,0.5785124,0.58264464,0.5661157,0.54545456,0.5495868,0.5247934,0.5165289,0.49173555,0.47933885,0.45867768,0.47107437,0.5206612,0.54545456,0.5371901,0.5206612,0.5247934,0.5495868,0.56198347,0.55785125,0.53305787,0.49586776,0.4752066,0.46694216,0.446281,0.41735536,0.39256197,0.3677686,0.35950413,0.2768595,0.26859504,0.29752067,0.38842976,0.38842976,0.38016528,0.41735536,0.45867768,0.47933885,0.5123967,0.5413223,0.5413223,0.54545456,0.5661157,0.58677685,0.60330576,0.59504133,0.59504133,0.58677685,0.60330576,0.58677685,0.60330576,0.58677685,0.5413223,0.5289256,0.5247934,0.5,0.5206612,0.5247934,0.5165289,0.54545456,0.5371901,0.54545456,0.5495868,0.55785125,0.55785125,0.57024795,0.5785124,0.553719,0.5413223,0.5413223,0.5165289,0.5082645,0.49173555,0.446281,0.43801653,0.46694216,0.5165289,0.53305787,0.5371901,0.5165289,0.5206612,0.53305787,0.54545456,0.53305787,0.5123967,0.4876033,0.47107437,0.45867768,0.43801653,0.41735536,0.38842976,0.3677686,0.36363637,0.2892562,0.27272728,0.28099173,0.40495867,0.40082645,0.38016528,0.39256197,0.43801653,0.47107437,0.5,0.5371901,0.5289256,0.5413223,0.54545456,0.57024795,0.59917355,0.60330576,0.59504133,0.60330576,0.59504133,0.5661157,0.59504133,0.57024795,0.5371901,0.5206612,0.5123967,0.49586776,0.5,0.5206612,0.5206612,0.5495868,0.56198347,0.5413223,0.5289256,0.54545456,0.5495868,0.5371901,0.53305787,0.5247934,0.5123967,0.49586776,0.46694216,0.45454547,0.446281,0.4214876,0.43801653,0.4876033,0.5206612,0.53305787,0.5289256,0.5206612,0.5413223,0.553719,0.54545456,0.5289256,0.49586776,0.47107437,0.46280992,0.45454547,0.42561984,0.40495867,0.38842976,0.36363637,0.35950413,0.28512397,0.26859504,0.27272728,0.41322315,0.40495867,0.38842976,0.38429752,0.42975205,0.45867768,0.5082645,0.5041322,0.5371901,0.5495868,0.5495868,0.5661157,0.58677685,0.60330576,0.58677685,0.59504133,0.58677685,0.57024795,0.57438016,0.55785125,0.5495868,0.5247934,0.49586776,0.47933885,0.47107437,0.46280992,0.46694216,0.46694216,0.4752066,0.46694216,0.46280992,0.4752066,0.4752066,0.45867768,0.446281,0.446281,0.43801653,0.42975205,0.4338843,0.43801653,0.43801653,0.43801653,0.45867768,0.5123967,0.5371901,0.5371901,0.5289256,0.5371901,0.553719,0.56198347,0.5413223,0.5123967,0.47933885,0.46280992,0.45867768,0.44214877,0.4214876,0.4090909,0.37603307,0.3429752,0.3677686,0.29752067,0.2520661,0.28512397,0.42561984,0.41735536,0.3966942,0.38429752,0.4090909,0.45454547,0.4876033,0.49173555,0.5165289,0.5413223,0.5413223,0.5495868,0.57438016,0.5785124,0.5785124,0.59504133,0.58677685,0.58264464,0.57024795,0.55785125,0.5661157,0.55785125,0.5165289,0.5,0.47933885,0.45867768,0.44214877,0.42561984,0.3966942,0.38429752,0.38429752,0.38429752,0.38429752,0.38842976,0.39256197,0.40495867,0.4090909,0.41322315,0.43801653,0.45041323,0.45867768,0.47107437,0.49173555,0.5371901,0.553719,0.54545456,0.53305787,0.5495868,0.56198347,0.5371901,0.5247934,0.5123967,0.47933885,0.45041323,0.45454547,0.4338843,0.41322315,0.4090909,0.37190083,0.3305785,0.38842976,0.2768595,0.27272728,0.27272728,0.41735536,0.42561984,0.40495867,0.38016528,0.40495867,0.4338843,0.46694216,0.48347107,0.5123967,0.53305787,0.53305787,0.53305787,0.553719,0.5661157,0.5785124,0.59504133,0.59504133,0.59090906,0.58677685,0.57024795,0.57438016,0.5785124,0.55785125,0.553719,0.5413223,0.5247934,0.5206612,0.5123967,0.4876033,0.46694216,0.44214877,0.41735536,0.4090909,0.41322315,0.42561984,0.44214877,0.45041323,0.47107437,0.47933885,0.49173555,0.4876033,0.5,0.5165289,0.553719,0.5495868,0.5495868,0.53305787,0.5371901,0.553719,0.5206612,0.5082645,0.5,0.48347107,0.43801653,0.44214877,0.42561984,0.41322315,0.40082645,0.3677686,0.37190083,0.30578512,14 +0.5661157,0.59504133,0.60330576,0.6198347,0.6363636,0.6404959,0.661157,0.6818182,0.6859504,0.6942149,0.7066116,0.71900827,0.72727275,0.73966944,0.74380165,0.74793386,0.76859504,0.78099173,0.78099173,0.76859504,0.77272725,0.7768595,0.7644628,0.76033056,0.7768595,0.77272725,0.75206614,0.75206614,0.75619835,0.75206614,0.75619835,0.76859504,0.75619835,0.76033056,0.75619835,0.75619835,0.75619835,0.73966944,0.74793386,0.74793386,0.7355372,0.73966944,0.7107438,0.6446281,0.5165289,0.45867768,0.5247934,0.58677685,0.62396693,0.57438016,0.45041323,0.44214877,0.4752066,0.45454547,0.43801653,0.45041323,0.46280992,0.45454547,0.4338843,0.42561984,0.4214876,0.4090909,0.40495867,0.39256197,0.56198347,0.58677685,0.60330576,0.6198347,0.62396693,0.6322314,0.661157,0.6735537,0.6735537,0.6859504,0.6942149,0.7107438,0.72727275,0.73966944,0.74380165,0.74793386,0.75619835,0.76033056,0.78099173,0.77272725,0.77272725,0.77272725,0.76033056,0.74380165,0.76033056,0.76859504,0.76859504,0.76033056,0.75619835,0.74793386,0.75206614,0.76033056,0.75619835,0.75619835,0.75206614,0.74793386,0.76859504,0.7644628,0.74380165,0.75206614,0.74793386,0.75619835,0.73140496,0.71487606,0.62396693,0.5495868,0.5495868,0.54545456,0.607438,0.6487603,0.61570245,0.5,0.47107437,0.46694216,0.446281,0.47107437,0.4876033,0.48347107,0.45867768,0.44214877,0.41322315,0.40082645,0.41735536,0.41322315,0.553719,0.57438016,0.59090906,0.607438,0.6198347,0.6404959,0.6652893,0.6694215,0.677686,0.69008267,0.6983471,0.71487606,0.72727275,0.7355372,0.73966944,0.75206614,0.75206614,0.75206614,0.77272725,0.7768595,0.76859504,0.76033056,0.75619835,0.7355372,0.74380165,0.75206614,0.7644628,0.7644628,0.76859504,0.75206614,0.75206614,0.76033056,0.76033056,0.74793386,0.74793386,0.73966944,0.7644628,0.7644628,0.75206614,0.76033056,0.75206614,0.75619835,0.74380165,0.74380165,0.71900827,0.6735537,0.6363636,0.6198347,0.58264464,0.62396693,0.6570248,0.6280992,0.56198347,0.5165289,0.4752066,0.4338843,0.42975205,0.43801653,0.4214876,0.4214876,0.41322315,0.4090909,0.44214877,0.43801653,0.54545456,0.5661157,0.57024795,0.59090906,0.61570245,0.6446281,0.661157,0.6694215,0.6859504,0.6942149,0.70247936,0.7107438,0.72727275,0.73140496,0.73966944,0.75206614,0.74793386,0.75619835,0.78099173,0.78512394,0.7768595,0.7644628,0.7644628,0.75206614,0.74793386,0.75619835,0.76033056,0.7644628,0.7644628,0.75619835,0.75619835,0.75619835,0.7644628,0.75206614,0.74793386,0.76033056,0.76033056,0.76859504,0.75619835,0.75206614,0.74793386,0.75206614,0.74793386,0.74380165,0.74793386,0.7355372,0.70247936,0.6528926,0.6570248,0.62396693,0.62396693,0.6363636,0.6363636,0.59504133,0.56198347,0.5289256,0.48347107,0.44214877,0.41735536,0.4338843,0.43801653,0.42561984,0.4752066,0.46280992,0.5413223,0.55785125,0.5661157,0.57024795,0.59917355,0.6322314,0.6446281,0.6694215,0.6818182,0.69008267,0.70247936,0.7066116,0.72727275,0.7231405,0.72727275,0.74793386,0.75206614,0.76033056,0.78099173,0.78099173,0.7768595,0.76859504,0.78099173,0.78099173,0.7644628,0.76033056,0.76859504,0.77272725,0.7768595,0.7644628,0.75619835,0.76033056,0.7644628,0.76033056,0.75619835,0.7644628,0.77272725,0.78099173,0.77272725,0.75206614,0.74380165,0.75206614,0.75619835,0.74380165,0.74793386,0.74793386,0.73140496,0.677686,0.6652893,0.69008267,0.61570245,0.61570245,0.6280992,0.61157024,0.59504133,0.58264464,0.54545456,0.5041322,0.48347107,0.4876033,0.47933885,0.446281,0.46280992,0.4876033,0.5413223,0.54545456,0.56198347,0.57438016,0.607438,0.607438,0.6404959,0.6735537,0.6818182,0.69008267,0.6942149,0.70247936,0.7231405,0.72727275,0.71900827,0.74793386,0.74380165,0.75619835,0.7768595,0.7768595,0.76859504,0.76859504,0.78099173,0.78512394,0.7768595,0.78099173,0.78099173,0.7768595,0.78512394,0.7892562,0.77272725,0.7644628,0.76859504,0.76859504,0.76033056,0.7644628,0.7644628,0.7768595,0.7892562,0.77272725,0.75619835,0.75619835,0.7644628,0.76033056,0.74793386,0.74380165,0.7355372,0.69008267,0.6818182,0.6942149,0.661157,0.6446281,0.6280992,0.6363636,0.6198347,0.58677685,0.57024795,0.5371901,0.5289256,0.5206612,0.5165289,0.48347107,0.43801653,0.49173555,0.5413223,0.53305787,0.54545456,0.5661157,0.58677685,0.59504133,0.6363636,0.6735537,0.6652893,0.6694215,0.6859504,0.6942149,0.71487606,0.73966944,0.7355372,0.75206614,0.74793386,0.75206614,0.76033056,0.77272725,0.76859504,0.7644628,0.7644628,0.76859504,0.75619835,0.77272725,0.7768595,0.77272725,0.7768595,0.78512394,0.77272725,0.7644628,0.77272725,0.78099173,0.76033056,0.75206614,0.7644628,0.77272725,0.7768595,0.7644628,0.75206614,0.75206614,0.75619835,0.76033056,0.74380165,0.7355372,0.73140496,0.7107438,0.6818182,0.677686,0.6694215,0.6694215,0.6570248,0.6570248,0.6487603,0.60330576,0.59090906,0.5661157,0.5371901,0.5165289,0.5123967,0.49173555,0.42975205,0.46694216,0.5371901,0.5247934,0.5413223,0.54545456,0.5785124,0.60330576,0.6404959,0.6528926,0.6280992,0.6280992,0.6570248,0.677686,0.6942149,0.72727275,0.7355372,0.73966944,0.73140496,0.73966944,0.7355372,0.75206614,0.75619835,0.74380165,0.73140496,0.74380165,0.7355372,0.74793386,0.76033056,0.75206614,0.74793386,0.74793386,0.73966944,0.75206614,0.78099173,0.78099173,0.75206614,0.73140496,0.73140496,0.74380165,0.7355372,0.7231405,0.71900827,0.71900827,0.71487606,0.7231405,0.7107438,0.70247936,0.71487606,0.6983471,0.6735537,0.6570248,0.6487603,0.6487603,0.6404959,0.6322314,0.62396693,0.58264464,0.55785125,0.57438016,0.5495868,0.5165289,0.5041322,0.4876033,0.446281,0.446281,0.5206612,0.5123967,0.5165289,0.54545456,0.58264464,0.607438,0.6404959,0.6198347,0.57024795,0.57438016,0.58677685,0.61570245,0.6363636,0.6404959,0.6570248,0.661157,0.6652893,0.6694215,0.6487603,0.6528926,0.6446281,0.6652893,0.62396693,0.6694215,0.7066116,0.6983471,0.6983471,0.71487606,0.6942149,0.7066116,0.70247936,0.71487606,0.75619835,0.74793386,0.7231405,0.6983471,0.6942149,0.6983471,0.6859504,0.6735537,0.6818182,0.677686,0.6570248,0.6487603,0.6322314,0.62396693,0.6528926,0.6322314,0.58264464,0.55785125,0.553719,0.5495868,0.54545456,0.5413223,0.5371901,0.5247934,0.49586776,0.49586776,0.53305787,0.5413223,0.5041322,0.47933885,0.45867768,0.45041323,0.5082645,0.5123967,0.5123967,0.54545456,0.58264464,0.6198347,0.61570245,0.553719,0.5123967,0.49586776,0.5165289,0.5289256,0.5247934,0.5206612,0.49586776,0.48347107,0.49173555,0.5,0.47107437,0.47107437,0.45867768,0.5247934,0.5123967,0.5371901,0.5785124,0.607438,0.6198347,0.6487603,0.6528926,0.6735537,0.6859504,0.69008267,0.7231405,0.72727275,0.7107438,0.677686,0.6818182,0.677686,0.6528926,0.6280992,0.6198347,0.59504133,0.5495868,0.49173555,0.46280992,0.43801653,0.43801653,0.42975205,0.39256197,0.39256197,0.4090909,0.41735536,0.42975205,0.4214876,0.42975205,0.45454547,0.46280992,0.4338843,0.43801653,0.49586776,0.5,0.48347107,0.46280992,0.446281,0.5123967,0.5123967,0.5206612,0.5413223,0.57024795,0.59090906,0.5495868,0.49586776,0.46280992,0.45041323,0.46694216,0.4752066,0.45041323,0.4214876,0.38429752,0.35123968,0.3429752,0.3305785,0.3305785,0.3553719,0.36363637,0.39256197,0.44214877,0.44214877,0.5041322,0.49173555,0.5413223,0.57024795,0.6404959,0.6570248,0.6735537,0.6818182,0.7107438,0.70247936,0.6942149,0.6652893,0.6446281,0.6570248,0.6198347,0.5661157,0.53305787,0.48347107,0.44214877,0.39256197,0.37603307,0.3305785,0.29752067,0.30165288,0.2892562,0.30991736,0.32231405,0.338843,0.35123968,0.3264463,0.33471075,0.37190083,0.38016528,0.38842976,0.39256197,0.4090909,0.46280992,0.48347107,0.47107437,0.45041323,0.5165289,0.5206612,0.5289256,0.5371901,0.5289256,0.5041322,0.45867768,0.4338843,0.41322315,0.40082645,0.41735536,0.41322315,0.37190083,0.338843,0.3140496,0.30991736,0.32231405,0.32231405,0.32231405,0.35123968,0.37190083,0.38842976,0.4090909,0.42975205,0.44214877,0.47933885,0.49586776,0.5247934,0.59917355,0.6446281,0.6528926,0.6694215,0.70247936,0.6942149,0.6818182,0.6570248,0.6322314,0.607438,0.57438016,0.5206612,0.48347107,0.42561984,0.40082645,0.38842976,0.3429752,0.29752067,0.29752067,0.3181818,0.3264463,0.3305785,0.3305785,0.3305785,0.3305785,0.30578512,0.32231405,0.35123968,0.3181818,0.29338843,0.3140496,0.3553719,0.4090909,0.446281,0.46280992,0.45867768,0.5165289,0.5082645,0.5165289,0.5206612,0.49586776,0.43801653,0.4090909,0.40495867,0.3677686,0.3429752,0.3429752,0.35123968,0.35950413,0.3553719,0.38016528,0.4214876,0.42561984,0.4214876,0.40495867,0.39256197,0.39256197,0.40082645,0.40082645,0.42561984,0.44214877,0.46694216,0.4876033,0.5123967,0.57438016,0.6363636,0.661157,0.69008267,0.7066116,0.71900827,0.6818182,0.6404959,0.62396693,0.56198347,0.5206612,0.4876033,0.45867768,0.40495867,0.38016528,0.36363637,0.34710744,0.3429752,0.38429752,0.40082645,0.4338843,0.44214877,0.45454547,0.41735536,0.39256197,0.3677686,0.34710744,0.37190083,0.3429752,0.3181818,0.2892562,0.29338843,0.33471075,0.3966942,0.44214877,0.46280992,0.5206612,0.5041322,0.49586776,0.4876033,0.446281,0.40082645,0.39256197,0.40495867,0.36363637,0.34710744,0.34710744,0.3677686,0.4214876,0.47933885,0.5,0.5123967,0.5041322,0.46694216,0.4214876,0.37603307,0.35123968,0.3553719,0.37190083,0.38016528,0.37603307,0.39256197,0.45041323,0.49173555,0.57438016,0.6404959,0.6735537,0.7107438,0.7231405,0.7231405,0.6983471,0.6570248,0.607438,0.5371901,0.4752066,0.42975205,0.40082645,0.37190083,0.37603307,0.37603307,0.3677686,0.35950413,0.38429752,0.4214876,0.45454547,0.47107437,0.5082645,0.5,0.46694216,0.45041323,0.4090909,0.36363637,0.35950413,0.32231405,0.30578512,0.30991736,0.29752067,0.35123968,0.41735536,0.45454547,0.53305787,0.5,0.49586776,0.46280992,0.40495867,0.39256197,0.3966942,0.4090909,0.40082645,0.40495867,0.40495867,0.42561984,0.45454547,0.47107437,0.46694216,0.42561984,0.3966942,0.37190083,0.2892562,0.28512397,0.29752067,0.29338843,0.30578512,0.3677686,0.40495867,0.36363637,0.37603307,0.45867768,0.57024795,0.6528926,0.70247936,0.73966944,0.7644628,0.75619835,0.72727275,0.6652893,0.59090906,0.53305787,0.46694216,0.38016528,0.3677686,0.37603307,0.35950413,0.34710744,0.32231405,0.2520661,0.23140496,0.3140496,0.30991736,0.3181818,0.34710744,0.3966942,0.42975205,0.46280992,0.46280992,0.45867768,0.40082645,0.37603307,0.32231405,0.35950413,0.3181818,0.3140496,0.39256197,0.446281,0.5289256,0.5041322,0.5,0.44214877,0.38842976,0.3966942,0.42975205,0.44214877,0.45454547,0.45041323,0.42561984,0.40495867,0.37603307,0.3181818,0.2644628,0.21487603,0.23140496,0.3264463,0.2231405,0.25619835,0.42561984,0.40495867,0.32231405,0.3181818,0.38016528,0.4090909,0.37603307,0.41735536,0.53305787,0.6446281,0.71487606,0.76033056,0.78512394,0.76859504,0.7355372,0.6694215,0.58264464,0.5082645,0.4338843,0.3677686,0.40082645,0.38842976,0.32231405,0.38842976,0.44214877,0.26859504,0.19421488,0.44214877,0.2644628,0.15289256,0.20247933,0.27272728,0.2644628,0.3140496,0.3966942,0.42975205,0.45454547,0.44214877,0.38842976,0.3966942,0.36363637,0.3305785,0.39256197,0.446281,0.5082645,0.5082645,0.5165289,0.44214877,0.38842976,0.42561984,0.45041323,0.4752066,0.46280992,0.42975205,0.34710744,0.25619835,0.2520661,0.3264463,0.2603306,0.24793388,0.16528925,0.30165288,0.28512397,0.30578512,0.55785125,0.5661157,0.45454547,0.39256197,0.34710744,0.4214876,0.4090909,0.42975205,0.5041322,0.61157024,0.69008267,0.74793386,0.78512394,0.78099173,0.74380165,0.6818182,0.57024795,0.4752066,0.40082645,0.3966942,0.46280992,0.41322315,0.3181818,0.4876033,0.5661157,0.37603307,0.22727273,0.338843,0.3264463,0.20247933,0.27272728,0.36363637,0.2520661,0.18595041,0.20661157,0.29338843,0.4214876,0.45041323,0.42561984,0.41735536,0.3966942,0.36363637,0.4090909,0.45041323,0.5165289,0.5123967,0.5,0.4752066,0.446281,0.446281,0.47933885,0.4752066,0.42561984,0.338843,0.2603306,0.1570248,0.29752067,0.5082645,0.34710744,0.29752067,0.24380165,0.23966943,0.29338843,0.40495867,0.61157024,0.59917355,0.5413223,0.53305787,0.35123968,0.4752066,0.45454547,0.4752066,0.5247934,0.58677685,0.6528926,0.72727275,0.7768595,0.78099173,0.75619835,0.6818182,0.55785125,0.46280992,0.3966942,0.45867768,0.5123967,0.45867768,0.42975205,0.53305787,0.60330576,0.446281,0.32231405,0.2768595,0.2644628,0.2768595,0.38842976,0.46694216,0.36363637,0.2231405,0.18595041,0.20661157,0.3181818,0.4090909,0.44214877,0.43801653,0.41735536,0.40082645,0.42975205,0.46694216,0.5247934,0.5123967,0.49586776,0.49586776,0.4752066,0.4752066,0.4752066,0.42975205,0.39256197,0.29338843,0.25619835,0.2892562,0.3677686,0.5082645,0.49586776,0.3553719,0.34710744,0.338843,0.39256197,0.48347107,0.57438016,0.5371901,0.4752066,0.5206612,0.5,0.53305787,0.5082645,0.5289256,0.5495868,0.58677685,0.6280992,0.6983471,0.76859504,0.76859504,0.73140496,0.6694215,0.5495868,0.45454547,0.40495867,0.48347107,0.55785125,0.5165289,0.45454547,0.47933885,0.5371901,0.49586776,0.4214876,0.37190083,0.35123968,0.37603307,0.45041323,0.48347107,0.4338843,0.338843,0.2768595,0.30578512,0.29752067,0.32231405,0.3966942,0.44214877,0.44214877,0.44214877,0.47107437,0.49173555,0.5371901,0.54545456,0.5413223,0.5289256,0.5123967,0.4876033,0.44214877,0.4090909,0.4214876,0.36363637,0.3264463,0.3966942,0.45454547,0.47107437,0.5206612,0.4876033,0.49586776,0.5041322,0.5289256,0.56198347,0.55785125,0.5785124,0.53305787,0.56198347,0.59504133,0.57438016,0.57024795,0.59090906,0.5785124,0.58264464,0.607438,0.6694215,0.77272725,0.75619835,0.74793386,0.677686,0.5371901,0.45867768,0.4338843,0.46694216,0.5206612,0.55785125,0.55785125,0.53305787,0.5289256,0.5289256,0.55785125,0.5371901,0.49586776,0.5041322,0.5123967,0.5082645,0.49586776,0.446281,0.40082645,0.4214876,0.41735536,0.37190083,0.37190083,0.4090909,0.446281,0.47107437,0.5041322,0.5123967,0.55785125,0.5785124,0.607438,0.59090906,0.5371901,0.4876033,0.49173555,0.53305787,0.55785125,0.5413223,0.5123967,0.5206612,0.5495868,0.57024795,0.55785125,0.56198347,0.59917355,0.61157024,0.59504133,0.58677685,0.57024795,0.6198347,0.60330576,0.61157024,0.62396693,0.59090906,0.6198347,0.62396693,0.60330576,0.58677685,0.57438016,0.6198347,0.7768595,0.74793386,0.72727275,0.69008267,0.5041322,0.45041323,0.46280992,0.47933885,0.48347107,0.5165289,0.5661157,0.57024795,0.5495868,0.5371901,0.5495868,0.56198347,0.5413223,0.55785125,0.5661157,0.553719,0.5495868,0.5289256,0.5123967,0.5289256,0.5371901,0.5206612,0.48347107,0.45867768,0.46694216,0.5,0.53305787,0.54545456,0.57438016,0.61157024,0.6487603,0.6446281,0.59504133,0.58677685,0.6363636,0.677686,0.677686,0.6652893,0.6404959,0.6198347,0.6280992,0.6363636,0.6363636,0.6322314,0.6446281,0.6446281,0.6404959,0.62396693,0.6322314,0.6694215,0.6652893,0.6528926,0.6446281,0.6198347,0.6363636,0.62396693,0.61157024,0.60330576,0.54545456,0.59917355,0.79752064,0.77272725,0.7066116,0.661157,0.49586776,0.45041323,0.47933885,0.5041322,0.5041322,0.5165289,0.5413223,0.59090906,0.59504133,0.58677685,0.56198347,0.56198347,0.5661157,0.57438016,0.57438016,0.5661157,0.56198347,0.55785125,0.5785124,0.58677685,0.60330576,0.60330576,0.607438,0.58264464,0.54545456,0.5371901,0.54545456,0.5371901,0.58677685,0.6280992,0.6735537,0.6983471,0.6859504,0.69008267,0.7066116,0.71900827,0.71900827,0.71900827,0.7107438,0.6942149,0.6859504,0.677686,0.6652893,0.6404959,0.6487603,0.6652893,0.6818182,0.677686,0.6735537,0.6942149,0.6942149,0.6735537,0.6528926,0.6280992,0.6280992,0.61570245,0.61157024,0.58677685,0.5371901,0.59504133,0.75206614,0.75619835,0.70247936,0.6280992,0.49586776,0.46694216,0.49586776,0.5,0.5206612,0.553719,0.553719,0.57438016,0.58264464,0.61570245,0.59504133,0.60330576,0.59504133,0.60330576,0.607438,0.607438,0.61570245,0.6198347,0.6198347,0.62396693,0.6280992,0.6280992,0.62396693,0.61570245,0.58264464,0.57024795,0.56198347,0.53305787,0.59090906,0.6404959,0.6652893,0.6859504,0.6942149,0.70247936,0.71487606,0.71900827,0.7231405,0.7355372,0.7355372,0.7107438,0.6942149,0.6942149,0.69008267,0.6735537,0.6859504,0.70247936,0.70247936,0.7066116,0.7066116,0.71487606,0.70247936,0.6859504,0.6652893,0.6363636,0.61570245,0.607438,0.61157024,0.5661157,0.5413223,0.59504133,0.7355372,0.75206614,0.6983471,0.6322314,0.5123967,0.4752066,0.5041322,0.5041322,0.5165289,0.57438016,0.60330576,0.58677685,0.607438,0.6280992,0.607438,0.6198347,0.6198347,0.6446281,0.6528926,0.6487603,0.6487603,0.6528926,0.6528926,0.661157,0.6487603,0.6570248,0.6404959,0.607438,0.58677685,0.5785124,0.553719,0.5413223,0.60330576,0.6404959,0.6570248,0.6735537,0.6942149,0.6983471,0.7066116,0.7231405,0.7231405,0.72727275,0.73140496,0.7231405,0.71900827,0.7107438,0.7066116,0.7066116,0.7107438,0.7231405,0.72727275,0.7355372,0.7355372,0.73140496,0.70247936,0.6859504,0.6694215,0.6280992,0.60330576,0.60330576,0.60330576,0.56198347,0.5495868,0.607438,0.7355372,0.75619835,0.71900827,0.6652893,0.553719,0.49173555,0.5041322,0.5082645,0.5206612,0.55785125,0.59917355,0.61157024,0.6198347,0.6487603,0.6487603,0.6363636,0.6322314,0.6570248,0.6652893,0.677686,0.677686,0.69008267,0.6942149,0.69008267,0.6735537,0.6818182,0.6528926,0.61157024,0.59504133,0.57024795,0.5495868,0.53305787,0.60330576,0.62396693,0.6404959,0.661157,0.6818182,0.6983471,0.70247936,0.7231405,0.7355372,0.73140496,0.74793386,0.74793386,0.7355372,0.7355372,0.73140496,0.73140496,0.73140496,0.73966944,0.74380165,0.75619835,0.74793386,0.73966944,0.7231405,0.6942149,0.6570248,0.61157024,0.59917355,0.60330576,0.59917355,0.57438016,0.57438016,0.6404959,0.74380165,0.75206614,0.7231405,0.6818182,0.59090906,0.5247934,0.5206612,0.5206612,0.5206612,0.5371901,0.55785125,0.59917355,0.6404959,0.6487603,0.6487603,0.6570248,0.661157,0.6652893,0.661157,0.6859504,0.6859504,0.70247936,0.7066116,0.69008267,0.6859504,0.6652893,0.6404959,0.607438,0.60330576,0.5661157,0.5495868,0.53305787,0.59090906,0.6322314,0.6198347,0.6322314,0.661157,0.6859504,0.6818182,0.7066116,0.7231405,0.72727275,0.75206614,0.75206614,0.73966944,0.7355372,0.74380165,0.75206614,0.74793386,0.73966944,0.74793386,0.76033056,0.75206614,0.7355372,0.7107438,0.6983471,0.661157,0.61570245,0.607438,0.60330576,0.59917355,0.58677685,0.59504133,0.6652893,0.75206614,0.76033056,0.7231405,0.6859504,0.6198347,0.55785125,0.5371901,0.53305787,0.5247934,0.5371901,0.55785125,0.59504133,0.6322314,0.6487603,0.6570248,0.6735537,0.677686,0.6735537,0.6735537,0.6735537,0.70247936,0.6942149,0.6859504,0.6942149,0.6652893,0.6570248,0.6280992,0.58677685,0.59090906,0.57024795,0.5371901,0.53305787,0.5785124,0.59917355,0.61570245,0.61157024,0.6322314,0.6652893,0.6322314,0.677686,0.6942149,0.6983471,0.7231405,0.73966944,0.7355372,0.73966944,0.74793386,0.75619835,0.75206614,0.7231405,0.73966944,0.76033056,0.75206614,0.73966944,0.71900827,0.6859504,0.661157,0.62396693,0.61157024,0.59917355,0.59504133,0.59504133,0.59917355,0.661157,0.76033056,0.75619835,0.71900827,0.70247936,0.6363636,0.57438016,0.5495868,0.53305787,0.53305787,0.54545456,0.56198347,0.607438,0.6363636,0.661157,0.6735537,0.6818182,0.677686,0.6859504,0.6859504,0.6859504,0.69008267,0.6735537,0.6818182,0.6652893,0.6322314,0.62396693,0.60330576,0.5661157,0.5661157,0.55785125,0.5371901,0.5247934,0.56198347,0.59090906,0.60330576,0.59917355,0.60330576,0.6487603,0.6198347,0.6528926,0.661157,0.6735537,0.7066116,0.71487606,0.71900827,0.71900827,0.7355372,0.74380165,0.74380165,0.71487606,0.71487606,0.74793386,0.74380165,0.7107438,0.73140496,0.6735537,0.6404959,0.607438,0.59917355,0.57438016,0.5785124,0.59917355,0.61570245,0.6652893,0.75206614,0.7644628,0.71487606,0.69008267,0.6404959,0.5785124,0.54545456,0.5206612,0.5082645,0.5123967,0.553719,0.60330576,0.6363636,0.6570248,0.6818182,0.6818182,0.69008267,0.6983471,0.677686,0.677686,0.69008267,0.661157,0.6528926,0.6570248,0.62396693,0.59504133,0.57438016,0.5661157,0.55785125,0.53305787,0.5165289,0.5082645,0.54545456,0.5785124,0.59090906,0.59504133,0.59504133,0.6280992,0.6198347,0.6404959,0.6446281,0.6528926,0.6818182,0.6983471,0.7066116,0.70247936,0.73140496,0.72727275,0.74380165,0.7231405,0.6983471,0.7231405,0.71900827,0.70247936,0.6859504,0.6528926,0.61570245,0.57438016,0.57024795,0.553719,0.57438016,0.607438,0.62396693,0.6694215,0.73140496,0.7768595,0.72727275,0.7066116,0.6570248,0.59504133,0.54545456,0.5123967,0.49173555,0.46280992,0.5123967,0.59917355,0.6363636,0.661157,0.6818182,0.6818182,0.6983471,0.70247936,0.6818182,0.6735537,0.6694215,0.6487603,0.6487603,0.6528926,0.6280992,0.58264464,0.55785125,0.57024795,0.55785125,0.5206612,0.5041322,0.5,0.5247934,0.55785125,0.57438016,0.58264464,0.59504133,0.61157024,0.61570245,0.62396693,0.6280992,0.6322314,0.6570248,0.6694215,0.6942149,0.6983471,0.71900827,0.71900827,0.72727275,0.72727275,0.7066116,0.7107438,0.7066116,0.6942149,0.69008267,0.6446281,0.60330576,0.55785125,0.5661157,0.553719,0.57024795,0.59917355,0.6363636,0.6818182,0.72727275,0.74793386,0.6942149,0.71900827,0.6859504,0.61570245,0.553719,0.5206612,0.5247934,0.49173555,0.47107437,0.59504133,0.6446281,0.6528926,0.6735537,0.6818182,0.69008267,0.6983471,0.6942149,0.6859504,0.6570248,0.6363636,0.6404959,0.6404959,0.61157024,0.5661157,0.553719,0.57024795,0.55785125,0.5123967,0.5123967,0.49586776,0.5165289,0.553719,0.56198347,0.57438016,0.58677685,0.59504133,0.607438,0.62396693,0.62396693,0.6198347,0.6404959,0.6528926,0.6735537,0.7066116,0.7107438,0.7066116,0.71487606,0.71487606,0.71487606,0.70247936,0.6859504,0.70247936,0.6983471,0.6322314,0.55785125,0.5661157,0.607438,0.58264464,0.553719,0.57024795,0.6446281,0.6859504,0.74793386,0.7644628,0.69008267,0.7066116,0.6818182,0.61157024,0.5289256,0.5206612,0.55785125,0.58677685,0.48347107,0.5413223,0.6487603,0.6528926,0.6735537,0.677686,0.69008267,0.70247936,0.69008267,0.661157,0.6322314,0.6363636,0.6322314,0.6198347,0.59917355,0.57024795,0.5495868,0.5661157,0.5413223,0.5082645,0.5082645,0.4876033,0.5165289,0.54545456,0.56198347,0.57438016,0.58264464,0.58677685,0.59504133,0.62396693,0.6322314,0.61157024,0.61570245,0.6446281,0.6446281,0.6735537,0.6983471,0.6983471,0.7107438,0.7066116,0.7107438,0.70247936,0.6818182,0.6859504,0.7107438,0.61570245,0.5371901,0.58677685,0.6363636,0.62396693,0.56198347,0.5247934,0.58264464,0.6818182,0.71487606,0.73966944,0.6983471,0.677686,0.6446281,0.55785125,0.4876033,0.5082645,0.58264464,0.6198347,0.5123967,0.5206612,0.6446281,0.677686,0.677686,0.677686,0.6859504,0.70247936,0.6859504,0.6570248,0.6404959,0.6322314,0.6198347,0.59917355,0.59504133,0.5785124,0.54545456,0.54545456,0.5206612,0.5082645,0.5082645,0.47933885,0.5123967,0.5247934,0.55785125,0.5785124,0.58264464,0.58264464,0.58677685,0.607438,0.6322314,0.6322314,0.6198347,0.6446281,0.661157,0.6694215,0.6859504,0.6983471,0.70247936,0.6983471,0.70247936,0.6983471,0.6859504,0.6818182,0.6942149,0.61570245,0.5371901,0.59090906,0.6363636,0.6487603,0.59504133,0.4876033,0.5206612,0.6198347,0.6818182,0.7066116,0.6694215,0.62396693,0.59090906,0.48347107,0.45041323,0.5082645,0.57024795,0.57024795,0.4876033,0.5041322,0.6322314,0.6818182,0.6818182,0.6735537,0.69008267,0.7066116,0.6818182,0.661157,0.6404959,0.6404959,0.6198347,0.58677685,0.5785124,0.5661157,0.5413223,0.5247934,0.5041322,0.49173555,0.5,0.4752066,0.49173555,0.5041322,0.5495868,0.57024795,0.57024795,0.5661157,0.5785124,0.59504133,0.6198347,0.6280992,0.6363636,0.6404959,0.6528926,0.661157,0.6818182,0.6942149,0.6983471,0.6983471,0.6942149,0.6942149,0.6735537,0.6570248,0.6735537,0.60330576,0.5247934,0.5661157,0.607438,0.62396693,0.5661157,0.45454547,0.43801653,0.5371901,0.60330576,0.61570245,0.59504133,0.5661157,0.5289256,0.41735536,0.35950413,0.42975205,0.53305787,0.5123967,0.446281,0.5041322,0.62396693,0.6735537,0.6818182,0.6735537,0.6983471,0.70247936,0.6735537,0.6652893,0.6570248,0.6404959,0.61157024,0.59090906,0.57024795,0.5495868,0.54545456,0.5206612,0.49173555,0.4752066,0.4752066,0.45041323,0.49586776,0.5082645,0.5247934,0.56198347,0.55785125,0.57024795,0.57024795,0.59090906,0.607438,0.6198347,0.6322314,0.6404959,0.6570248,0.661157,0.6694215,0.6818182,0.69008267,0.70247936,0.69008267,0.6735537,0.661157,0.6735537,0.6818182,0.59917355,0.5041322,0.5206612,0.553719,0.5206612,0.38842976,0.21487603,0.29338843,0.45867768,0.5041322,0.5082645,0.49586776,0.49173555,0.45041323,0.3181818,0.23966943,0.29752067,0.43801653,0.45041323,0.41322315,0.5123967,0.60330576,0.6404959,0.6694215,0.6735537,0.6859504,0.6818182,0.661157,0.6363636,0.6446281,0.6280992,0.59090906,0.59917355,0.5661157,0.54545456,0.54545456,0.5206612,0.4752066,0.47107437,0.4752066,0.46694216,0.5,0.5082645,0.5247934,0.54545456,0.54545456,0.5785124,0.56198347,0.5661157,0.60330576,0.61157024,0.61570245,0.6280992,0.6528926,0.661157,0.6570248,0.6694215,0.69008267,0.7066116,0.69008267,0.6735537,0.6528926,0.6694215,0.69008267,0.62396693,0.49586776,0.45867768,0.47933885,0.43801653,0.3553719,0.23966943,0.18181819,0.28512397,0.3966942,0.41322315,0.4090909,0.39256197,0.35123968,0.338843,0.37190083,0.39256197,0.39256197,0.38016528,0.43801653,0.5165289,0.56198347,0.607438,0.6487603,0.6735537,0.6735537,0.6735537,0.6487603,0.62396693,0.6198347,0.60330576,0.58264464,0.58264464,0.57024795,0.5413223,0.5371901,0.5123967,0.48347107,0.45041323,0.48347107,0.46280992,0.5041322,0.5165289,0.5123967,0.5495868,0.5413223,0.56198347,0.56198347,0.553719,0.59090906,0.59090906,0.61570245,0.6198347,0.6322314,0.6446281,0.6487603,0.6487603,0.6818182,0.6942149,0.6859504,0.661157,0.6694215,0.6735537,0.6735537,0.6570248,0.56198347,0.44214877,0.40082645,0.41735536,0.44214877,0.42561984,0.35123968,0.2768595,0.30578512,0.34710744,0.3429752,0.33471075,0.3429752,0.41322315,0.446281,0.41735536,0.3966942,0.4214876,0.5041322,0.5289256,0.53305787,0.57024795,0.6198347,0.661157,0.661157,0.6528926,0.6363636,0.6198347,0.6198347,0.60330576,0.5785124,0.57438016,0.56198347,0.53305787,0.5206612,0.5,0.4752066,0.46280992,0.4752066,0.45867768,0.49173555,0.5206612,0.5082645,0.54545456,0.5371901,0.5413223,0.55785125,0.55785125,0.58264464,0.58264464,0.57438016,0.6322314,0.6280992,0.6322314,0.6487603,0.6446281,0.6528926,0.661157,0.6735537,0.661157,0.6570248,0.6818182,0.6735537,0.661157,0.6487603,0.5413223,0.41322315,0.4090909,0.4338843,0.46280992,0.46694216,0.40495867,0.35950413,0.37190083,0.38429752,0.40495867,0.42975205,0.45867768,0.46280992,0.46280992,0.48347107,0.5123967,0.53305787,0.5289256,0.5289256,0.54545456,0.58264464,0.6280992,0.6528926,0.6446281,0.6322314,0.6280992,0.61570245,0.59504133,0.58264464,0.5661157,0.5495868,0.5247934,0.5041322,0.49173555,0.46280992,0.47107437,0.46694216,0.45041323,0.4876033,0.5082645,0.5123967,0.53305787,0.5371901,0.5495868,0.54545456,0.55785125,0.5661157,0.57438016,0.57438016,0.61570245,0.61570245,0.61570245,0.6446281,0.6487603,0.6363636,0.6404959,0.6322314,0.661157,0.6735537,0.6735537,0.661157,0.6528926,0.6446281,0.6198347,0.553719,0.53305787,0.53305787,0.5371901,0.56198347,0.56198347,0.5413223,0.5289256,0.5289256,0.5206612,0.5041322,0.48347107,0.47107437,0.4876033,0.47933885,0.5041322,0.5289256,0.5371901,0.5371901,0.5371901,0.55785125,0.59504133,0.6198347,0.61157024,0.607438,0.607438,0.57024795,0.5661157,0.57024795,0.5495868,0.53305787,0.5165289,0.49173555,0.4752066,0.45454547,0.45867768,0.4752066,0.44214877,0.47107437,0.49173555,0.5165289,0.5289256,0.53305787,0.553719,0.5371901,0.54545456,0.5495868,0.54545456,0.57024795,0.59090906,0.59917355,0.61157024,0.62396693,0.6363636,0.6322314,0.6322314,0.6280992,0.6446281,0.6570248,0.6735537,0.6570248,0.6363636,0.62396693,0.60330576,0.59504133,0.61570245,0.59090906,0.607438,0.6198347,0.61570245,0.59917355,0.59504133,0.5785124,0.5495868,0.5495868,0.5289256,0.5,0.49173555,0.47933885,0.49586776,0.5247934,0.5289256,0.53305787,0.5289256,0.54545456,0.56198347,0.58264464,0.5785124,0.57438016,0.5661157,0.55785125,0.553719,0.54545456,0.5413223,0.5247934,0.5165289,0.49173555,0.46280992,0.45454547,0.45867768,0.45867768,0.446281,0.45454547,0.48347107,0.5082645,0.5289256,0.53305787,0.5413223,0.5247934,0.53305787,0.5413223,0.5371901,0.5495868,0.5785124,0.57438016,0.59504133,0.61157024,0.6198347,0.61570245,0.6198347,0.6280992,0.6322314,0.6363636,0.661157,0.6528926,0.6322314,0.6198347,0.59090906,0.57438016,0.59917355,0.5785124,0.60330576,0.6198347,0.62396693,0.59917355,0.55785125,0.56198347,0.5371901,0.56198347,0.553719,0.49586776,0.46694216,0.47933885,0.5165289,0.5165289,0.5123967,0.5165289,0.5206612,0.53305787,0.54545456,0.553719,0.553719,0.553719,0.553719,0.5495868,0.5413223,0.53305787,0.53305787,0.5206612,0.5123967,0.48347107,0.45041323,0.45454547,0.45041323,0.45454547,0.446281,0.45041323,0.45867768,0.48347107,0.5206612,0.5289256,0.53305787,0.5289256,0.53305787,0.5371901,0.5413223,0.5495868,0.56198347,0.57438016,0.5785124,0.59504133,0.60330576,0.61157024,0.6198347,0.61157024,0.61570245,0.61570245,0.6322314,0.6322314,0.6198347,0.61570245,0.59090906,0.57438016,0.57024795,0.5495868,0.5785124,0.59090906,0.61157024,0.58677685,0.5289256,0.5165289,0.5165289,0.57438016,0.54545456,0.4876033,0.47933885,0.4876033,0.5247934,0.5,0.5041322,0.5165289,0.5206612,0.5165289,0.5206612,0.5206612,0.5247934,0.53305787,0.5371901,0.5371901,0.5371901,0.53305787,0.5289256,0.5165289,0.5041322,0.48347107,0.45041323,0.446281,0.45454547,0.45041323,0.42561984,0.44214877,0.446281,0.4752066,0.5041322,0.5289256,0.53305787,0.5371901,0.53305787,0.5247934,0.53305787,0.5413223,0.553719,0.57024795,0.57438016,0.5661157,0.57024795,0.59090906,0.59917355,0.59504133,0.59504133,0.58264464,0.58677685,0.59090906,0.58677685,0.58677685,0.57438016,0.57024795,0.56198347,0.5165289,0.54545456,0.56198347,0.58264464,0.56198347,0.5206612,0.49173555,0.5082645,0.57438016,0.5495868,0.45867768,0.45454547,0.49173555,0.5,0.47933885,0.4752066,0.5,0.5165289,0.5082645,0.4876033,0.48347107,0.4876033,0.5082645,0.5123967,0.5289256,0.53305787,0.53305787,0.5206612,0.5165289,0.49586776,0.4876033,0.45867768,0.446281,0.446281,0.446281,0.42561984,0.45041323,0.4338843,0.47107437,0.49586776,0.5247934,0.5413223,0.54545456,0.5413223,0.5247934,0.5206612,0.5371901,0.54545456,0.553719,0.5661157,0.56198347,0.5495868,0.5661157,0.58264464,0.56198347,0.56198347,0.56198347,0.553719,0.55785125,0.56198347,0.56198347,0.54545456,0.5495868,0.553719,0.53305787,0.5371901,0.54545456,0.57438016,0.57024795,0.5289256,0.5289256,0.54545456,0.58264464,0.5413223,0.46280992,0.46280992,0.47933885,0.46280992,0.446281,0.42975205,0.47107437,0.4876033,0.4876033,0.4752066,0.45454547,0.47933885,0.46694216,0.5123967,0.5206612,0.5247934,0.5371901,0.5206612,0.5041322,0.49173555,0.4752066,0.45041323,0.43801653,0.45454547,0.4338843,0.4214876,0.45867768,0.43801653,0.46280992,0.48347107,0.5082645,0.53305787,0.54545456,0.5495868,0.53305787,0.5289256,0.53305787,0.5495868,0.553719,0.55785125,0.58677685,0.59090906,0.57024795,0.5495868,0.5371901,0.5247934,0.5247934,0.5371901,0.53305787,0.5289256,0.53305787,0.5206612,0.5247934,0.553719,0.5495868,0.5371901,0.5289256,0.54545456,0.58677685,0.59917355,0.61570245,0.62396693,0.60330576,0.54545456,0.49586776,0.49586776,0.5082645,0.46280992,0.45454547,0.42975205,0.46280992,0.46694216,0.46280992,0.45454547,0.43801653,0.446281,0.45041323,0.4876033,0.5206612,0.5413223,0.5371901,0.5206612,0.5,0.49173555,0.4752066,0.45454547,0.45041323,0.44214877,0.42975205,0.41322315,0.44214877,0.43801653,0.46694216,0.48347107,0.4876033,0.5082645,0.53305787,0.5495868,0.5371901,0.5247934,0.5413223,0.5661157,0.57024795,0.57438016,0.59504133,0.61157024,0.5785124,0.53305787,0.5082645,0.4876033,0.49586776,0.5206612,0.5289256,0.5165289,0.5165289,0.5165289,0.5206612,0.54545456,0.56198347,0.56198347,0.5289256,0.5206612,0.59090906,0.6404959,0.661157,0.6528926,0.5785124,0.49586776,0.4752066,0.49173555,0.49173555,0.4338843,0.446281,0.446281,0.45454547,0.43801653,0.4338843,0.42561984,0.4338843,0.45041323,0.4338843,0.45867768,0.5247934,0.56198347,0.5413223,0.5123967,0.49173555,0.48347107,0.45041323,0.44214877,0.44214877,0.42975205,0.42975205,0.4090909,0.42561984,0.4338843,0.45867768,0.47107437,0.47933885,0.4876033,0.5247934,0.5413223,0.5661157,0.5247934,0.54545456,0.56198347,0.5785124,0.58677685,0.59504133,0.59504133,0.5661157,0.5247934,0.5,0.4752066,0.48347107,0.53305787,0.5413223,0.5289256,0.5206612,0.5206612,0.5082645,0.5082645,0.5082645,0.49173555,0.45454547,0.45041323,0.5082645,0.57024795,0.58677685,0.5495868,0.47107437,0.39256197,0.38842976,0.4090909,0.3966942,0.38016528,0.37190083,0.3677686,0.36363637,0.3429752,0.34710744,0.3677686,0.40495867,0.4338843,0.44214877,0.45454547,0.5123967,0.55785125,0.54545456,0.5082645,0.49586776,0.46694216,0.44214877,0.42975205,0.4338843,0.42561984,0.42561984,0.40495867,0.42975205,0.4214876,0.45454547,0.47107437,0.47933885,0.4752066,0.5041322,0.5247934,0.57438016,0.5247934,0.553719,0.5495868,0.5785124,0.5785124,0.59917355,0.59090906,0.553719,0.5123967,0.4876033,0.4752066,0.4752066,0.49586776,0.5082645,0.4876033,0.46694216,0.45867768,0.44214877,0.4338843,0.4214876,0.3966942,0.39256197,0.37190083,0.38016528,0.42975205,0.446281,0.42975205,0.38429752,0.35950413,0.35950413,0.3677686,0.34710744,0.338843,0.3264463,0.30578512,0.30165288,0.3140496,0.32231405,0.30165288,0.3264463,0.38016528,0.41735536,0.45867768,0.53305787,0.55785125,0.54545456,0.5123967,0.49173555,0.46280992,0.43801653,0.4214876,0.43801653,0.4214876,0.4090909,0.38842976,0.42561984,0.42975205,0.44214877,0.47107437,0.4876033,0.48347107,0.48347107,0.5206612,0.5413223,0.5495868,0.55785125,0.553719,0.58264464,0.59090906,0.59917355,0.59090906,0.55785125,0.5165289,0.47933885,0.45867768,0.42561984,0.4090909,0.38429752,0.3553719,0.3553719,0.39256197,0.3966942,0.38842976,0.3966942,0.41735536,0.40495867,0.39256197,0.3677686,0.35123968,0.3677686,0.37603307,0.3429752,0.32231405,0.3181818,0.3140496,0.3305785,0.3553719,0.37603307,0.36363637,0.35950413,0.39256197,0.4090909,0.3966942,0.38016528,0.36363637,0.3966942,0.4752066,0.553719,0.57024795,0.5495868,0.5123967,0.4876033,0.46280992,0.44214877,0.43801653,0.44214877,0.4214876,0.38429752,0.37190083,0.40495867,0.4214876,0.4338843,0.446281,0.47933885,0.48347107,0.4876033,0.5165289,0.5247934,0.54545456,0.5495868,0.5661157,0.57024795,0.607438,0.59917355,0.607438,0.5413223,0.5041322,0.46694216,0.39256197,0.37190083,0.34710744,0.37190083,0.35123968,0.3553719,0.3966942,0.3966942,0.37190083,0.3140496,0.33471075,0.3553719,0.35950413,0.3677686,0.33471075,0.32231405,0.3429752,0.3553719,0.37603307,0.40495867,0.446281,0.44214877,0.44214877,0.446281,0.4338843,0.42561984,0.446281,0.45454547,0.45454547,0.47107437,0.4752066,0.45867768,0.48347107,0.5413223,0.57024795,0.5495868,0.5082645,0.48347107,0.46280992,0.45041323,0.446281,0.4338843,0.4090909,0.38016528,0.37190083,0.3966942,0.4090909,0.4214876,0.4338843,0.45041323,0.4876033,0.47933885,0.5165289,0.5165289,0.5371901,0.5413223,0.5495868,0.57438016,0.60330576,0.61570245,0.60330576,0.55785125,0.5206612,0.49586776,0.43801653,0.4338843,0.45454547,0.5165289,0.5165289,0.5,0.47107437,0.446281,0.48347107,0.4876033,0.47107437,0.49173555,0.44214877,0.41735536,0.4090909,0.38842976,0.3966942,0.446281,0.446281,0.46694216,0.49586776,0.4876033,0.49173555,0.49586776,0.47933885,0.46280992,0.46280992,0.46280992,0.46694216,0.48347107,0.5041322,0.5,0.5123967,0.53305787,0.55785125,0.54545456,0.5,0.47933885,0.46280992,0.45041323,0.43801653,0.41735536,0.39256197,0.37190083,0.36363637,0.39256197,0.40495867,0.4090909,0.4214876,0.4338843,0.47107437,0.48347107,0.5041322,0.5165289,0.5206612,0.53305787,0.5413223,0.57024795,0.59504133,0.6198347,0.61570245,0.55785125,0.55785125,0.57024795,0.5413223,0.5413223,0.54545456,0.57024795,0.57024795,0.58264464,0.54545456,0.5165289,0.553719,0.5785124,0.56198347,0.59090906,0.5785124,0.53305787,0.5289256,0.5413223,0.53305787,0.5289256,0.5289256,0.5371901,0.55785125,0.5289256,0.5123967,0.5123967,0.4752066,0.46694216,0.4752066,0.4752066,0.47107437,0.47933885,0.49173555,0.5,0.5206612,0.5289256,0.54545456,0.5371901,0.49173555,0.46694216,0.45041323,0.43801653,0.42975205,0.40495867,0.37190083,0.36363637,0.3677686,0.4090909,0.3966942,0.4090909,0.41322315,0.4214876,0.45041323,0.46694216,0.48347107,0.5123967,0.5165289,0.5247934,0.54545456,0.55785125,0.57438016,0.59504133,0.59504133,0.57438016,0.5661157,0.5495868,0.57024795,0.55785125,0.54545456,0.553719,0.553719,0.56198347,0.553719,0.53305787,0.57024795,0.55785125,0.57438016,0.58677685,0.55785125,0.5165289,0.5041322,0.5247934,0.5206612,0.4752066,0.5041322,0.5,0.5123967,0.5,0.48347107,0.47933885,0.45041323,0.47107437,0.47933885,0.4876033,0.47933885,0.4876033,0.45867768,0.47107437,0.5082645,0.5289256,0.5247934,0.5206612,0.47933885,0.45454547,0.43801653,0.42561984,0.41322315,0.38842976,0.37603307,0.37190083,0.3677686,0.42561984,0.3966942,0.40495867,0.41322315,0.41735536,0.44214877,0.46280992,0.47107437,0.49173555,0.5165289,0.5206612,0.5289256,0.54545456,0.55785125,0.57024795,0.5785124,0.58677685,0.58677685,0.55785125,0.54545456,0.53305787,0.5289256,0.5206612,0.53305787,0.5371901,0.5165289,0.49586776,0.5247934,0.5206612,0.5247934,0.5165289,0.47107437,0.43801653,0.44214877,0.43801653,0.4338843,0.42975205,0.446281,0.446281,0.43801653,0.45867768,0.4752066,0.47107437,0.46694216,0.49173555,0.5,0.5041322,0.49586776,0.45867768,0.45867768,0.5082645,0.53305787,0.5206612,0.5,0.4876033,0.45454547,0.4338843,0.42975205,0.42975205,0.40082645,0.38429752,0.38016528,0.37190083,0.37190083,0.4338843,0.4090909,0.40495867,0.4090909,0.40495867,0.41735536,0.446281,0.46280992,0.46694216,0.49586776,0.5123967,0.5165289,0.5247934,0.5371901,0.553719,0.57438016,0.58677685,0.59917355,0.59504133,0.5495868,0.5082645,0.5082645,0.5082645,0.5289256,0.54545456,0.5206612,0.5123967,0.5082645,0.5041322,0.5,0.49586776,0.48347107,0.45041323,0.446281,0.4338843,0.4214876,0.43801653,0.43801653,0.45454547,0.45867768,0.4876033,0.5041322,0.5,0.4876033,0.5,0.5289256,0.5247934,0.49586776,0.45867768,0.4876033,0.5413223,0.5371901,0.5082645,0.47933885,0.45454547,0.43801653,0.42975205,0.41735536,0.41735536,0.41735536,0.38842976,0.38842976,0.37190083,0.38429752,0.446281,0.42561984,0.4090909,0.4090909,0.4090909,0.41735536,0.446281,0.45867768,0.47107437,0.48347107,0.49173555,0.5082645,0.5123967,0.5165289,0.53305787,0.553719,0.5661157,0.58264464,0.607438,0.607438,0.553719,0.5123967,0.5082645,0.5371901,0.56198347,0.5495868,0.55785125,0.56198347,0.54545456,0.5413223,0.5413223,0.5371901,0.5123967,0.48347107,0.47107437,0.45867768,0.4752066,0.49173555,0.5165289,0.5123967,0.5371901,0.5206612,0.5206612,0.5082645,0.5082645,0.5413223,0.5289256,0.48347107,0.48347107,0.5123967,0.5495868,0.49173555,0.4876033,0.46280992,0.44214877,0.42975205,0.4338843,0.42975205,0.4214876,0.4090909,0.3966942,0.38429752,0.38016528,0.38429752,0.446281,0.4338843,0.42561984,0.4090909,0.41322315,0.41735536,0.446281,0.45867768,0.4752066,0.4752066,0.47933885,0.5,0.5082645,0.49586776,0.5082645,0.5289256,0.5371901,0.553719,0.59917355,0.6404959,0.6280992,0.55785125,0.5206612,0.5413223,0.5661157,0.57024795,0.57438016,0.57438016,0.57438016,0.5785124,0.57438016,0.57024795,0.5495868,0.5289256,0.5289256,0.5247934,0.5123967,0.5247934,0.54545456,0.5413223,0.54545456,0.5371901,0.53305787,0.5123967,0.5247934,0.5413223,0.5165289,0.5041322,0.5082645,0.5206612,0.5413223,0.48347107,0.45454547,0.46280992,0.45041323,0.43801653,0.44214877,0.4338843,0.40495867,0.4214876,0.41322315,0.39256197,0.36363637,0.3966942,0.446281,0.42975205,0.446281,0.41735536,0.41322315,0.42975205,0.446281,0.45867768,0.4876033,0.47933885,0.46694216,0.5,0.5,0.4876033,0.49173555,0.5041322,0.5289256,0.54545456,0.54545456,0.607438,0.6528926,0.59917355,0.54545456,0.54545456,0.57024795,0.58677685,0.58677685,0.57024795,0.57024795,0.58677685,0.58677685,0.5785124,0.5785124,0.5785124,0.59504133,0.59917355,0.59090906,0.58264464,0.57024795,0.55785125,0.56198347,0.5661157,0.5495868,0.54545456,0.55785125,0.56198347,0.5413223,0.5082645,0.5123967,0.56198347,0.53305787,0.47107437,0.446281,0.45454547,0.45454547,0.43801653,0.43801653,0.4338843,0.4214876,0.42975205,0.40082645,0.37603307,0.34710744,0.42561984,0.44214877,0.42975205,0.45454547,0.42975205,0.4090909,0.42975205,0.44214877,0.45454547,0.4876033,0.4752066,0.4752066,0.49586776,0.4876033,0.4752066,0.48347107,0.49173555,0.5165289,0.5206612,0.5206612,0.553719,0.6404959,0.6198347,0.57024795,0.5495868,0.5785124,0.60330576,0.61570245,0.59504133,0.58677685,0.58677685,0.59504133,0.59090906,0.59504133,0.607438,0.62396693,0.61157024,0.607438,0.607438,0.61570245,0.607438,0.59917355,0.61157024,0.59917355,0.59917355,0.59917355,0.58264464,0.55785125,0.5041322,0.5247934,0.54545456,0.5247934,0.45867768,0.4338843,0.42975205,0.43801653,0.4338843,0.4338843,0.42975205,0.42975205,0.42561984,0.40082645,0.37603307,0.3429752,0.37190083,0.4338843,0.4214876,0.45454547,0.4338843,0.42561984,0.42561984,0.41322315,0.45867768,0.4752066,0.4752066,0.4876033,0.5041322,0.49173555,0.47933885,0.5,0.49173555,0.48347107,0.5082645,0.5041322,0.5247934,0.61157024,0.6198347,0.59090906,0.553719,0.58677685,0.59917355,0.6198347,0.61570245,0.59917355,0.60330576,0.61157024,0.6280992,0.6363636,0.6446281,0.6528926,0.6446281,0.6446281,0.6528926,0.677686,0.677686,0.661157,0.6528926,0.6363636,0.6198347,0.61570245,0.59090906,0.54545456,0.5123967,0.5289256,0.5371901,0.49586776,0.45454547,0.42561984,0.41322315,0.42975205,0.4338843,0.4338843,0.4338843,0.42561984,0.40082645,0.38016528,0.37190083,0.3553719,0.30578512,0.446281,0.4090909,0.43801653,0.45454547,0.43801653,0.42975205,0.42975205,0.45867768,0.46694216,0.4876033,0.49586776,0.5082645,0.5165289,0.5,0.4876033,0.4876033,0.47933885,0.5123967,0.4876033,0.53305787,0.58264464,0.61157024,0.59504133,0.56198347,0.58677685,0.61570245,0.6198347,0.62396693,0.6528926,0.661157,0.6652893,0.6818182,0.6818182,0.6818182,0.6859504,0.6859504,0.6694215,0.6694215,0.677686,0.6818182,0.6818182,0.6446281,0.6198347,0.60330576,0.59917355,0.58264464,0.53305787,0.5123967,0.5165289,0.49586776,0.45454547,0.42975205,0.41735536,0.41322315,0.4214876,0.4338843,0.4214876,0.4090909,0.4090909,0.3966942,0.37190083,0.38016528,0.34710744,0.30578512,0.46694216,0.40082645,0.4338843,0.446281,0.46280992,0.45041323,0.42561984,0.43801653,0.46694216,0.48347107,0.5,0.5041322,0.5165289,0.5289256,0.5123967,0.47107437,0.46280992,0.47107437,0.4876033,0.5165289,0.553719,0.59917355,0.58677685,0.58264464,0.58677685,0.61157024,0.6198347,0.6487603,0.6570248,0.6818182,0.6859504,0.69008267,0.6859504,0.6859504,0.6818182,0.70247936,0.6859504,0.6818182,0.6694215,0.6528926,0.6652893,0.6322314,0.60330576,0.58264464,0.56198347,0.5413223,0.5123967,0.5041322,0.4876033,0.45867768,0.42975205,0.4090909,0.40495867,0.40495867,0.41322315,0.42561984,0.4090909,0.3966942,0.3966942,0.38016528,0.37190083,0.38429752,0.3429752,0.3181818,0.45454547,0.41322315,0.45041323,0.45041323,0.46694216,0.46694216,0.43801653,0.42975205,0.45041323,0.4752066,0.4876033,0.5041322,0.49586776,0.5123967,0.5165289,0.5,0.45867768,0.45041323,0.4752066,0.5,0.5289256,0.57024795,0.57024795,0.58677685,0.58677685,0.59917355,0.6198347,0.6404959,0.6694215,0.6735537,0.6652893,0.677686,0.6652893,0.677686,0.677686,0.677686,0.677686,0.6859504,0.661157,0.6280992,0.6322314,0.59917355,0.5785124,0.553719,0.5206612,0.49586776,0.5165289,0.49173555,0.46280992,0.4338843,0.4214876,0.40082645,0.39256197,0.40082645,0.40495867,0.41322315,0.40495867,0.39256197,0.38429752,0.38016528,0.37603307,0.38016528,0.35123968,0.35123968,14 +0.6322314,0.6487603,0.6363636,0.6280992,0.6487603,0.6404959,0.6487603,0.6280992,0.59917355,0.61570245,0.61157024,0.60330576,0.59917355,0.60330576,0.607438,0.60330576,0.60330576,0.6198347,0.60330576,0.607438,0.59504133,0.58264464,0.59090906,0.59504133,0.59090906,0.6198347,0.6198347,0.6404959,0.6694215,0.6280992,0.6363636,0.62396693,0.6280992,0.61570245,0.6198347,0.61157024,0.61157024,0.6363636,0.69008267,0.71487606,0.73966944,0.74380165,0.74793386,0.73966944,0.76859504,0.78099173,0.76859504,0.78099173,0.7892562,0.77272725,0.7644628,0.75619835,0.77272725,0.73966944,0.75619835,0.76859504,0.77272725,0.75206614,0.76033056,0.78512394,0.75619835,0.73966944,0.7355372,0.74380165,0.6570248,0.6528926,0.6446281,0.6570248,0.6652893,0.6570248,0.6487603,0.6280992,0.61157024,0.607438,0.59504133,0.5785124,0.5785124,0.58264464,0.5785124,0.58264464,0.58677685,0.59504133,0.5785124,0.58264464,0.58677685,0.5661157,0.57438016,0.5785124,0.58264464,0.58677685,0.61570245,0.6280992,0.6363636,0.6363636,0.6280992,0.607438,0.61570245,0.60330576,0.59504133,0.6198347,0.61157024,0.6322314,0.69008267,0.70247936,0.7231405,0.7107438,0.71900827,0.73140496,0.74793386,0.75206614,0.73140496,0.75206614,0.77272725,0.75619835,0.75619835,0.74793386,0.7644628,0.72727275,0.76033056,0.76033056,0.7644628,0.7355372,0.7644628,0.77272725,0.75206614,0.73966944,0.73966944,0.73140496,0.6694215,0.6694215,0.6652893,0.6818182,0.6735537,0.6570248,0.6404959,0.6280992,0.60330576,0.5785124,0.57024795,0.5661157,0.55785125,0.5413223,0.5413223,0.53305787,0.54545456,0.5495868,0.5247934,0.5289256,0.54545456,0.5413223,0.55785125,0.56198347,0.55785125,0.57024795,0.59090906,0.61570245,0.607438,0.62396693,0.6322314,0.60330576,0.59917355,0.59504133,0.57438016,0.607438,0.59090906,0.59917355,0.6859504,0.6735537,0.677686,0.6694215,0.677686,0.6818182,0.6983471,0.7066116,0.6818182,0.6859504,0.7231405,0.73140496,0.73140496,0.7355372,0.71487606,0.75206614,0.7231405,0.72727275,0.76859504,0.73966944,0.7644628,0.75619835,0.74793386,0.73140496,0.73966944,0.72727275,0.6735537,0.677686,0.677686,0.6694215,0.6694215,0.661157,0.61570245,0.59504133,0.5785124,0.5413223,0.5206612,0.5123967,0.5041322,0.47933885,0.4752066,0.47933885,0.4876033,0.49586776,0.47933885,0.47107437,0.4752066,0.48347107,0.5123967,0.5206612,0.5289256,0.5413223,0.5661157,0.5785124,0.58677685,0.60330576,0.61157024,0.59090906,0.57438016,0.58264464,0.5371901,0.57438016,0.59090906,0.57024795,0.62396693,0.6446281,0.58677685,0.57024795,0.5785124,0.5495868,0.5785124,0.61570245,0.6280992,0.62396693,0.6487603,0.6818182,0.6694215,0.6818182,0.6446281,0.6983471,0.7231405,0.74793386,0.7644628,0.7355372,0.76033056,0.74793386,0.75206614,0.7231405,0.7231405,0.71900827,0.6859504,0.6735537,0.6735537,0.6652893,0.677686,0.6570248,0.61157024,0.59504133,0.5371901,0.45867768,0.4214876,0.41735536,0.42561984,0.40082645,0.38429752,0.41322315,0.42975205,0.3966942,0.35950413,0.3553719,0.37190083,0.4214876,0.446281,0.4752066,0.4876033,0.5,0.53305787,0.5413223,0.54545456,0.57438016,0.57024795,0.56198347,0.55785125,0.57438016,0.5206612,0.5413223,0.5371901,0.56198347,0.5247934,0.58264464,0.46694216,0.41735536,0.38842976,0.35123968,0.37603307,0.4090909,0.45041323,0.47107437,0.48347107,0.5413223,0.5289256,0.5289256,0.55785125,0.5123967,0.6198347,0.73966944,0.75619835,0.71487606,0.73966944,0.75206614,0.7355372,0.72727275,0.7066116,0.7107438,0.6942149,0.6859504,0.6694215,0.661157,0.661157,0.6363636,0.60330576,0.55785125,0.42975205,0.3264463,0.30991736,0.3140496,0.3181818,0.28099173,0.27272728,0.2892562,0.28099173,0.24793388,0.19008264,0.20661157,0.2107438,0.2768595,0.33471075,0.38842976,0.42975205,0.446281,0.48347107,0.5082645,0.5206612,0.5413223,0.5413223,0.5165289,0.5413223,0.5495868,0.53305787,0.49586776,0.5,0.45867768,0.4752066,0.45454547,0.3677686,0.25619835,0.1983471,0.17768595,0.19421488,0.20661157,0.23553719,0.26859504,0.3181818,0.35123968,0.38842976,0.38016528,0.38842976,0.40082645,0.41735536,0.60330576,0.74380165,0.71487606,0.71487606,0.74793386,0.72727275,0.7107438,0.71900827,0.6942149,0.6942149,0.70247936,0.6942149,0.677686,0.6528926,0.59917355,0.5371901,0.43801653,0.3264463,0.25619835,0.23966943,0.22727273,0.22727273,0.20661157,0.19008264,0.16528925,0.15289256,0.16115703,0.17355372,0.14876033,0.16528925,0.18181819,0.17768595,0.28099173,0.34710744,0.38429752,0.4214876,0.46694216,0.5041322,0.5082645,0.49173555,0.4876033,0.5041322,0.5206612,0.5082645,0.5,0.4338843,0.40495867,0.42561984,0.37190083,0.3140496,0.21900827,0.18181819,0.14876033,0.1446281,0.1446281,0.15289256,0.1570248,0.19008264,0.21900827,0.25619835,0.29752067,0.3305785,0.338843,0.30165288,0.37190083,0.62396693,0.69008267,0.6818182,0.7231405,0.71900827,0.6942149,0.7066116,0.70247936,0.69008267,0.6983471,0.6446281,0.6652893,0.6363636,0.5206612,0.42975205,0.38842976,0.35950413,0.30578512,0.2603306,0.20661157,0.17768595,0.19421488,0.1983471,0.18595041,0.19421488,0.18181819,0.1983471,0.19421488,0.19008264,0.17768595,0.1983471,0.2231405,0.2892562,0.32231405,0.37603307,0.446281,0.48347107,0.48347107,0.46280992,0.46280992,0.47933885,0.4876033,0.5041322,0.4876033,0.42975205,0.38429752,0.38016528,0.3140496,0.29338843,0.27272728,0.2603306,0.17768595,0.1983471,0.20661157,0.22727273,0.22727273,0.23553719,0.22727273,0.2107438,0.26859504,0.3305785,0.36363637,0.3553719,0.36363637,0.45867768,0.5661157,0.6404959,0.7066116,0.6983471,0.6735537,0.7066116,0.69008267,0.6859504,0.71900827,0.6280992,0.6735537,0.59917355,0.42561984,0.42561984,0.45454547,0.41322315,0.35123968,0.32231405,0.28099173,0.2520661,0.28512397,0.30991736,0.29752067,0.29338843,0.29752067,0.30165288,0.28099173,0.30578512,0.28099173,0.29338843,0.2603306,0.30578512,0.3140496,0.37190083,0.43801653,0.47107437,0.46694216,0.45867768,0.45867768,0.47933885,0.5041322,0.5123967,0.5,0.46694216,0.40495867,0.36363637,0.3181818,0.30578512,0.3429752,0.3429752,0.2768595,0.3264463,0.34710744,0.39256197,0.39256197,0.40495867,0.3966942,0.33471075,0.3305785,0.36363637,0.40495867,0.4214876,0.41735536,0.41735536,0.45041323,0.4752066,0.661157,0.6735537,0.6735537,0.7107438,0.69008267,0.6818182,0.6942149,0.6818182,0.6528926,0.5082645,0.42975205,0.49586776,0.49586776,0.46280992,0.4214876,0.41322315,0.40495867,0.38429752,0.39256197,0.40495867,0.39256197,0.37190083,0.35123968,0.33471075,0.3264463,0.3966942,0.40495867,0.42561984,0.37190083,0.36363637,0.39256197,0.42975205,0.45041323,0.47933885,0.47107437,0.46694216,0.48347107,0.5123967,0.53305787,0.5495868,0.5413223,0.5123967,0.45454547,0.38429752,0.35950413,0.338843,0.35950413,0.35950413,0.3553719,0.40495867,0.4338843,0.47933885,0.47933885,0.5123967,0.5495868,0.553719,0.5413223,0.5123967,0.4752066,0.46694216,0.42975205,0.41735536,0.45041323,0.35950413,0.5495868,0.6652893,0.6983471,0.71487606,0.69008267,0.6446281,0.6942149,0.7066116,0.6280992,0.4338843,0.54545456,0.58677685,0.553719,0.5247934,0.5082645,0.49586776,0.48347107,0.46694216,0.45454547,0.45454547,0.4338843,0.4214876,0.38842976,0.33471075,0.29752067,0.3264463,0.38429752,0.4338843,0.45867768,0.45041323,0.47107437,0.49173555,0.49173555,0.5082645,0.5,0.5041322,0.5289256,0.57024795,0.6198347,0.6280992,0.6198347,0.57024795,0.49173555,0.43801653,0.38842976,0.3429752,0.35123968,0.3677686,0.3966942,0.41322315,0.43801653,0.4752066,0.49586776,0.5289256,0.5785124,0.6198347,0.6280992,0.6198347,0.58677685,0.56198347,0.5206612,0.4876033,0.49173555,0.38429752,0.42975205,0.6487603,0.6942149,0.70247936,0.6363636,0.62396693,0.677686,0.71487606,0.5371901,0.47933885,0.6363636,0.6363636,0.62396693,0.5785124,0.57024795,0.5661157,0.5495868,0.53305787,0.5041322,0.48347107,0.45867768,0.45041323,0.43801653,0.3966942,0.3264463,0.27272728,0.2768595,0.30578512,0.38429752,0.45041323,0.5082645,0.53305787,0.5785124,0.56198347,0.5371901,0.54545456,0.58264464,0.6487603,0.6942149,0.71487606,0.6983471,0.62396693,0.5289256,0.446281,0.36363637,0.338843,0.33471075,0.35123968,0.35950413,0.3677686,0.38016528,0.42975205,0.45454547,0.49586776,0.553719,0.59090906,0.6322314,0.6652893,0.661157,0.6528926,0.61570245,0.58264464,0.55785125,0.45867768,0.38842976,0.5785124,0.70247936,0.7066116,0.58264464,0.57438016,0.677686,0.7066116,0.5413223,0.56198347,0.677686,0.6528926,0.6363636,0.61570245,0.61157024,0.59504133,0.5661157,0.5123967,0.47107437,0.43801653,0.40495867,0.3966942,0.38842976,0.35950413,0.3264463,0.28512397,0.25619835,0.22727273,0.23553719,0.30578512,0.44214877,0.5165289,0.6363636,0.6487603,0.58264464,0.59504133,0.6363636,0.6942149,0.75619835,0.78099173,0.75206614,0.6570248,0.5165289,0.39256197,0.32231405,0.2892562,0.2603306,0.23966943,0.2603306,0.2520661,0.29338843,0.3181818,0.35950413,0.41322315,0.45454547,0.47107437,0.5247934,0.58264464,0.6487603,0.677686,0.6528926,0.6280992,0.6198347,0.54545456,0.46694216,0.5661157,0.6859504,0.7066116,0.5206612,0.5371901,0.6983471,0.677686,0.57024795,0.61157024,0.7231405,0.6818182,0.62396693,0.6446281,0.60330576,0.5495868,0.48347107,0.42975205,0.40495867,0.38842976,0.33471075,0.34710744,0.34710744,0.30578512,0.25619835,0.23553719,0.21487603,0.19421488,0.1694215,0.1694215,0.30578512,0.4876033,0.59917355,0.6859504,0.6280992,0.61570245,0.6528926,0.6983471,0.74793386,0.79752064,0.78099173,0.6404959,0.45454547,0.3181818,0.28099173,0.24380165,0.2231405,0.23553719,0.26859504,0.2768595,0.2892562,0.2892562,0.3553719,0.45867768,0.53305787,0.5247934,0.5165289,0.5123967,0.5082645,0.59090906,0.6694215,0.6528926,0.6570248,0.62396693,0.5495868,0.58264464,0.6735537,0.6983471,0.4752066,0.5041322,0.7066116,0.6694215,0.6198347,0.6818182,0.7231405,0.6859504,0.6322314,0.57024795,0.5082645,0.5165289,0.46694216,0.446281,0.338843,0.28512397,0.23966943,0.2644628,0.3264463,0.29752067,0.30578512,0.2768595,0.21487603,0.1570248,0.1446281,0.12396694,0.23140496,0.46280992,0.553719,0.661157,0.6322314,0.607438,0.6280992,0.6942149,0.72727275,0.76033056,0.76033056,0.61570245,0.4090909,0.3181818,0.26859504,0.2603306,0.23140496,0.21487603,0.23553719,0.23553719,0.17768595,0.14876033,0.19421488,0.25619835,0.30578512,0.42975205,0.5413223,0.61570245,0.5123967,0.37190083,0.60330576,0.6735537,0.6528926,0.6570248,0.62396693,0.62396693,0.6735537,0.6818182,0.42561984,0.49586776,0.6983471,0.6694215,0.6528926,0.7107438,0.7231405,0.6859504,0.5785124,0.45454547,0.5247934,0.4876033,0.3553719,0.32231405,0.22727273,0.11983471,0.13636364,0.20247933,0.338843,0.19421488,0.29338843,0.2768595,0.24380165,0.18595041,0.13636364,0.09504132,0.1694215,0.4214876,0.53305787,0.62396693,0.62396693,0.57438016,0.60330576,0.6652893,0.71900827,0.73966944,0.72727275,0.60330576,0.40495867,0.42561984,0.30165288,0.2231405,0.18181819,0.16528925,0.2644628,0.28512397,0.1446281,0.09504132,0.09917355,0.18181819,0.10330579,0.2107438,0.2892562,0.42975205,0.57024795,0.38016528,0.40082645,0.661157,0.6694215,0.6818182,0.661157,0.6528926,0.69008267,0.69008267,0.40082645,0.5082645,0.6983471,0.6735537,0.6694215,0.71487606,0.71900827,0.6570248,0.5123967,0.4876033,0.45454547,0.21900827,0.38016528,0.58264464,0.45041323,0.09090909,0.10743801,0.10330579,0.26859504,0.21487603,0.446281,0.35950413,0.20661157,0.1694215,0.14049587,0.09090909,0.13636364,0.36363637,0.5247934,0.59917355,0.62396693,0.5785124,0.61157024,0.661157,0.7107438,0.74380165,0.7231405,0.61157024,0.4214876,0.5041322,0.3966942,0.2768595,0.20247933,0.19008264,0.3429752,0.37190083,0.20661157,0.13636364,0.09917355,0.11983471,0.09917355,0.3181818,0.30165288,0.1983471,0.28099173,0.4752066,0.36363637,0.5495868,0.6694215,0.70247936,0.6818182,0.6652893,0.6818182,0.6859504,0.4090909,0.5413223,0.6983471,0.6652893,0.6818182,0.73140496,0.7107438,0.61570245,0.5165289,0.5041322,0.4090909,0.28099173,0.677686,0.92561984,0.8264463,0.16115703,0.11570248,0.10743801,0.16115703,0.2603306,0.56198347,0.48347107,0.2892562,0.20247933,0.16115703,0.08264463,0.13636364,0.3305785,0.5165289,0.59504133,0.607438,0.58677685,0.6487603,0.6735537,0.71487606,0.75206614,0.73966944,0.6652893,0.47107437,0.49173555,0.42975205,0.35123968,0.30165288,0.29338843,0.33471075,0.3677686,0.25619835,0.2231405,0.20247933,0.1694215,0.20247933,0.47107437,0.5165289,0.29752067,0.21900827,0.30991736,0.45041323,0.5082645,0.6570248,0.7066116,0.7107438,0.6818182,0.6735537,0.6942149,0.4214876,0.59504133,0.69008267,0.6528926,0.69008267,0.73966944,0.6942149,0.5785124,0.5082645,0.47107437,0.44214877,0.25619835,0.38842976,0.6446281,0.6528926,0.17355372,0.16528925,0.2107438,0.20247933,0.3677686,0.5041322,0.45867768,0.38016528,0.3181818,0.23553719,0.1446281,0.20247933,0.40082645,0.5371901,0.57024795,0.59504133,0.59917355,0.677686,0.7107438,0.71900827,0.78099173,0.74793386,0.70247936,0.59504133,0.49173555,0.46280992,0.338843,0.28512397,0.33471075,0.34710744,0.35950413,0.36363637,0.37190083,0.35950413,0.32231405,0.35123968,0.45454547,0.5413223,0.46280992,0.38842976,0.37603307,0.4338843,0.5082645,0.6404959,0.7231405,0.74793386,0.6942149,0.677686,0.6735537,0.41735536,0.6487603,0.677686,0.6528926,0.69008267,0.71900827,0.6652893,0.59090906,0.5371901,0.5041322,0.5289256,0.5289256,0.4752066,0.43801653,0.45867768,0.3264463,0.2520661,0.30991736,0.2892562,0.40082645,0.39256197,0.40495867,0.38842976,0.3553719,0.28512397,0.23966943,0.36363637,0.49173555,0.55785125,0.5785124,0.59504133,0.61157024,0.6859504,0.7107438,0.71900827,0.7768595,0.7355372,0.6983471,0.6983471,0.58264464,0.46694216,0.42561984,0.3264463,0.29338843,0.34710744,0.3677686,0.37190083,0.3966942,0.4214876,0.44214877,0.43801653,0.46694216,0.5289256,0.5371901,0.49173555,0.5371901,0.5371901,0.56198347,0.661157,0.73966944,0.76859504,0.69008267,0.69008267,0.6859504,0.42975205,0.6859504,0.6694215,0.6528926,0.6859504,0.6942149,0.6446281,0.607438,0.58264464,0.56198347,0.553719,0.59090906,0.5661157,0.5,0.47107437,0.3966942,0.3429752,0.3429752,0.32231405,0.39256197,0.3553719,0.38429752,0.37603307,0.37603307,0.36363637,0.40495867,0.47933885,0.54545456,0.58677685,0.59504133,0.59917355,0.59917355,0.6983471,0.7231405,0.7231405,0.7768595,0.71900827,0.70247936,0.7107438,0.69008267,0.5495868,0.446281,0.45454547,0.39256197,0.3264463,0.33471075,0.35950413,0.37603307,0.40082645,0.446281,0.4876033,0.5247934,0.55785125,0.57024795,0.5661157,0.6404959,0.6859504,0.6652893,0.7231405,0.78512394,0.78512394,0.69008267,0.6859504,0.6983471,0.45867768,0.6818182,0.6528926,0.6570248,0.6818182,0.677686,0.62396693,0.60330576,0.61570245,0.6280992,0.6280992,0.6280992,0.59917355,0.5289256,0.4876033,0.446281,0.39256197,0.3677686,0.35123968,0.38842976,0.37190083,0.40495867,0.40495867,0.41322315,0.45041323,0.5165289,0.5413223,0.5661157,0.59504133,0.59917355,0.59090906,0.57024795,0.677686,0.7231405,0.73140496,0.7892562,0.72727275,0.6818182,0.72727275,0.71487606,0.6652893,0.5495868,0.47107437,0.47933885,0.47107437,0.38016528,0.34710744,0.35123968,0.35123968,0.40082645,0.45041323,0.5,0.553719,0.60330576,0.6694215,0.6983471,0.73966944,0.74380165,0.74793386,0.79752064,0.76859504,0.7231405,0.6818182,0.70247936,0.5,0.6735537,0.6363636,0.6528926,0.677686,0.6446281,0.61570245,0.59917355,0.6363636,0.6487603,0.6322314,0.607438,0.57438016,0.5371901,0.49173555,0.45867768,0.41735536,0.3966942,0.3966942,0.4214876,0.42561984,0.446281,0.41322315,0.47107437,0.54545456,0.5413223,0.56198347,0.58677685,0.59504133,0.58264464,0.5785124,0.5785124,0.661157,0.7066116,0.7107438,0.7644628,0.73966944,0.69008267,0.73966944,0.71487606,0.6818182,0.6735537,0.59917355,0.5082645,0.4876033,0.5371901,0.4876033,0.47107437,0.45041323,0.46694216,0.5,0.5371901,0.607438,0.677686,0.71487606,0.7355372,0.7355372,0.73966944,0.77272725,0.78512394,0.75206614,0.73140496,0.6694215,0.71487606,0.54545456,0.6694215,0.6404959,0.6570248,0.6983471,0.6363636,0.60330576,0.59917355,0.6363636,0.6528926,0.6322314,0.60330576,0.56198347,0.5247934,0.4876033,0.46694216,0.45454547,0.44214877,0.46280992,0.45867768,0.446281,0.45041323,0.5,0.57024795,0.56198347,0.56198347,0.58264464,0.60330576,0.58264464,0.57438016,0.58264464,0.607438,0.661157,0.6942149,0.7066116,0.71900827,0.71487606,0.69008267,0.72727275,0.7107438,0.6859504,0.70247936,0.7231405,0.6859504,0.5206612,0.5247934,0.5413223,0.58264464,0.58677685,0.58677685,0.61157024,0.6404959,0.6694215,0.71487606,0.73966944,0.75619835,0.74793386,0.75206614,0.78099173,0.78099173,0.76033056,0.7231405,0.6363636,0.72727275,0.60330576,0.6652893,0.6652893,0.677686,0.7066116,0.6487603,0.607438,0.59917355,0.61157024,0.6363636,0.62396693,0.59917355,0.57024795,0.5413223,0.5041322,0.49586776,0.49173555,0.4752066,0.48347107,0.46280992,0.47933885,0.5,0.56198347,0.60330576,0.55785125,0.57024795,0.607438,0.60330576,0.57438016,0.5785124,0.59917355,0.6198347,0.661157,0.677686,0.6983471,0.6942149,0.6859504,0.6818182,0.6983471,0.6983471,0.7066116,0.71900827,0.76859504,0.7933884,0.6818182,0.553719,0.54545456,0.57438016,0.607438,0.61157024,0.6487603,0.6694215,0.677686,0.70247936,0.73140496,0.75619835,0.75619835,0.76033056,0.7768595,0.77272725,0.74793386,0.71900827,0.6198347,0.7107438,0.6322314,0.69008267,0.6818182,0.69008267,0.6983471,0.6446281,0.6363636,0.607438,0.59917355,0.60330576,0.61157024,0.58264464,0.5661157,0.55785125,0.5165289,0.5165289,0.5082645,0.49173555,0.49586776,0.5082645,0.5247934,0.56198347,0.5785124,0.60330576,0.56198347,0.60330576,0.6322314,0.59504133,0.57438016,0.58677685,0.59917355,0.6280992,0.6528926,0.6735537,0.6859504,0.677686,0.69008267,0.70247936,0.6983471,0.6859504,0.7107438,0.7231405,0.7644628,0.78099173,0.7644628,0.677686,0.61157024,0.58677685,0.61157024,0.62396693,0.661157,0.677686,0.6859504,0.69008267,0.71487606,0.74793386,0.7644628,0.7768595,0.7768595,0.7644628,0.7355372,0.70247936,0.6446281,0.7066116,0.6280992,0.6942149,0.6983471,0.69008267,0.677686,0.677686,0.6487603,0.6363636,0.607438,0.59504133,0.60330576,0.57438016,0.5413223,0.553719,0.5289256,0.5165289,0.5165289,0.5165289,0.5371901,0.57024795,0.57438016,0.59090906,0.59504133,0.59090906,0.59090906,0.6363636,0.6198347,0.5785124,0.56198347,0.58264464,0.58677685,0.62396693,0.6322314,0.661157,0.677686,0.6859504,0.6983471,0.7231405,0.7066116,0.6818182,0.71487606,0.7355372,0.75619835,0.7644628,0.75619835,0.75206614,0.71487606,0.6694215,0.62396693,0.6363636,0.6818182,0.69008267,0.6942149,0.6942149,0.7355372,0.73966944,0.74793386,0.77272725,0.7768595,0.76033056,0.72727275,0.6818182,0.6528926,0.6983471,0.61157024,0.7066116,0.6694215,0.6818182,0.677686,0.6942149,0.6983471,0.6322314,0.6198347,0.59917355,0.58677685,0.5661157,0.5247934,0.54545456,0.5371901,0.5247934,0.5247934,0.5413223,0.56198347,0.58264464,0.5785124,0.59504133,0.59917355,0.59090906,0.6198347,0.6652893,0.6198347,0.56198347,0.57024795,0.58677685,0.57024795,0.61570245,0.6363636,0.677686,0.6735537,0.69008267,0.71900827,0.71487606,0.7107438,0.6818182,0.7066116,0.74793386,0.75619835,0.7644628,0.75206614,0.74793386,0.74793386,0.72727275,0.6735537,0.6570248,0.677686,0.6859504,0.677686,0.7107438,0.7355372,0.74380165,0.75619835,0.7644628,0.76859504,0.76033056,0.71487606,0.6694215,0.6446281,0.69008267,0.57438016,0.71487606,0.6859504,0.6859504,0.7107438,0.7066116,0.71487606,0.6694215,0.6404959,0.6322314,0.58264464,0.5785124,0.5413223,0.553719,0.5371901,0.53305787,0.5413223,0.5661157,0.5785124,0.58264464,0.56198347,0.59917355,0.60330576,0.61570245,0.677686,0.6528926,0.59504133,0.56198347,0.58264464,0.59917355,0.5661157,0.58677685,0.61157024,0.69008267,0.7231405,0.76859504,0.76033056,0.7644628,0.75619835,0.677686,0.69008267,0.74380165,0.77272725,0.7644628,0.7355372,0.7355372,0.73966944,0.73140496,0.70247936,0.677686,0.6818182,0.6859504,0.69008267,0.7066116,0.7107438,0.73966944,0.75619835,0.75206614,0.75619835,0.73966944,0.70247936,0.6652893,0.6487603,0.6818182,0.5206612,0.7231405,0.6983471,0.69008267,0.69008267,0.71900827,0.74380165,0.6859504,0.6570248,0.6487603,0.607438,0.59917355,0.56198347,0.5495868,0.5495868,0.5413223,0.56198347,0.58677685,0.5785124,0.57438016,0.57438016,0.607438,0.61157024,0.6652893,0.6983471,0.60330576,0.56198347,0.58264464,0.60330576,0.59917355,0.553719,0.5661157,0.57024795,0.661157,0.70247936,0.8181818,0.78099173,0.79752064,0.8429752,0.6983471,0.661157,0.7231405,0.78512394,0.78099173,0.72727275,0.7355372,0.73966944,0.73140496,0.71900827,0.69008267,0.7107438,0.69008267,0.6983471,0.69008267,0.6942149,0.72727275,0.7355372,0.72727275,0.7231405,0.71900827,0.70247936,0.6652893,0.6446281,0.6735537,0.45041323,0.73140496,0.7107438,0.6859504,0.6942149,0.71487606,0.73140496,0.70247936,0.6735537,0.6570248,0.62396693,0.58264464,0.57438016,0.54545456,0.56198347,0.553719,0.59504133,0.60330576,0.59090906,0.58264464,0.59090906,0.59504133,0.6280992,0.6983471,0.661157,0.57438016,0.58264464,0.60330576,0.74380165,0.59090906,0.5206612,0.5289256,0.5206612,0.57024795,0.5785124,0.61570245,0.6983471,0.7644628,0.8305785,0.69008267,0.6487603,0.6942149,0.75619835,0.76859504,0.73140496,0.71487606,0.73140496,0.73140496,0.7107438,0.71900827,0.71900827,0.6983471,0.6983471,0.71487606,0.6983471,0.71900827,0.7355372,0.7107438,0.69008267,0.7231405,0.7107438,0.661157,0.6446281,0.6570248,0.38429752,0.7231405,0.71487606,0.6859504,0.7107438,0.73140496,0.70247936,0.6942149,0.661157,0.6818182,0.60330576,0.58264464,0.5661157,0.56198347,0.57024795,0.58264464,0.59917355,0.60330576,0.59917355,0.59917355,0.59917355,0.60330576,0.6280992,0.6735537,0.607438,0.57438016,0.6363636,0.56198347,0.79752064,0.6694215,0.446281,0.48347107,0.48347107,0.5206612,0.5041322,0.5289256,0.59917355,0.6570248,0.6652893,0.6198347,0.6487603,0.6942149,0.71487606,0.73966944,0.73966944,0.71487606,0.7107438,0.7107438,0.69008267,0.7107438,0.73140496,0.69008267,0.70247936,0.71487606,0.7231405,0.7231405,0.7231405,0.71487606,0.70247936,0.73140496,0.7107438,0.6528926,0.6363636,0.61570245,0.36363637,0.7231405,0.70247936,0.69008267,0.7231405,0.7355372,0.6942149,0.6942149,0.6528926,0.6694215,0.61157024,0.59917355,0.5785124,0.59090906,0.60330576,0.59090906,0.62396693,0.6404959,0.607438,0.6198347,0.60330576,0.59917355,0.59917355,0.6198347,0.607438,0.6322314,0.6404959,0.5413223,0.62396693,0.6487603,0.45041323,0.4090909,0.44214877,0.41735536,0.43801653,0.45454547,0.57438016,0.5661157,0.4752066,0.5289256,0.6280992,0.6942149,0.69008267,0.7066116,0.7107438,0.7231405,0.7107438,0.69008267,0.6859504,0.6983471,0.71487606,0.7231405,0.71487606,0.7066116,0.71487606,0.73140496,0.71487606,0.7107438,0.7066116,0.72727275,0.71487606,0.6280992,0.6404959,0.56198347,0.30165288,0.71487606,0.6942149,0.6983471,0.73140496,0.7231405,0.69008267,0.7107438,0.677686,0.6570248,0.6280992,0.607438,0.59504133,0.6322314,0.61570245,0.607438,0.62396693,0.6322314,0.61157024,0.62396693,0.59917355,0.57438016,0.5785124,0.62396693,0.6528926,0.6528926,0.57438016,0.42975205,0.446281,0.5785124,0.5123967,0.41322315,0.38842976,0.37190083,0.3429752,0.4214876,0.5247934,0.38016528,0.23140496,0.42975205,0.57024795,0.677686,0.6859504,0.677686,0.677686,0.7231405,0.7231405,0.7066116,0.6942149,0.69008267,0.6942149,0.72727275,0.72727275,0.71487606,0.72727275,0.73140496,0.71900827,0.7107438,0.6983471,0.7107438,0.69008267,0.6280992,0.61157024,0.5123967,0.27272728,0.6942149,0.70247936,0.6983471,0.73140496,0.72727275,0.6942149,0.7107438,0.6942149,0.6652893,0.6363636,0.6198347,0.61570245,0.6198347,0.6322314,0.6404959,0.6280992,0.6528926,0.61157024,0.62396693,0.5785124,0.5247934,0.54545456,0.6487603,0.6446281,0.55785125,0.38016528,0.19008264,0.16115703,0.47107437,0.57024795,0.43801653,0.3429752,0.3181818,0.3140496,0.38842976,0.33471075,0.16528925,0.0785124,0.30165288,0.5041322,0.6818182,0.6942149,0.6694215,0.6735537,0.6983471,0.71900827,0.7107438,0.70247936,0.6735537,0.6818182,0.69008267,0.71900827,0.7107438,0.74380165,0.72727275,0.71900827,0.7107438,0.6859504,0.70247936,0.661157,0.62396693,0.60330576,0.446281,0.25619835,0.6528926,0.6942149,0.6818182,0.7066116,0.73140496,0.6983471,0.7107438,0.69008267,0.6652893,0.6487603,0.6446281,0.61570245,0.6198347,0.6363636,0.661157,0.6363636,0.6487603,0.62396693,0.61157024,0.54545456,0.4752066,0.48347107,0.61570245,0.59917355,0.40082645,0.20661157,0.12396694,0.21487603,0.553719,0.6280992,0.5082645,0.338843,0.29338843,0.338843,0.33471075,0.20661157,0.1322314,0.12809917,0.28512397,0.5413223,0.6983471,0.70247936,0.6735537,0.6570248,0.6859504,0.73140496,0.7355372,0.7231405,0.69008267,0.677686,0.677686,0.69008267,0.7066116,0.7231405,0.72727275,0.70247936,0.6818182,0.6818182,0.6983471,0.6363636,0.62396693,0.57024795,0.3966942,0.23140496,0.59504133,0.6859504,0.6942149,0.70247936,0.72727275,0.71900827,0.7066116,0.69008267,0.6528926,0.6404959,0.6446281,0.6322314,0.6446281,0.6487603,0.6694215,0.6652893,0.61570245,0.6363636,0.553719,0.5082645,0.446281,0.46280992,0.553719,0.58677685,0.40495867,0.35123968,0.3677686,0.41322315,0.59917355,0.57438016,0.5082645,0.37190083,0.30578512,0.35123968,0.338843,0.3264463,0.27272728,0.2768595,0.44214877,0.6652893,0.7231405,0.70247936,0.69008267,0.661157,0.6818182,0.71487606,0.74380165,0.73966944,0.71487606,0.677686,0.6859504,0.6735537,0.70247936,0.71900827,0.7231405,0.6983471,0.6570248,0.6570248,0.7066116,0.6198347,0.59504133,0.55785125,0.3553719,0.17355372,0.5247934,0.6528926,0.6735537,0.7107438,0.71900827,0.7231405,0.7066116,0.677686,0.6652893,0.6487603,0.6363636,0.6404959,0.6487603,0.6694215,0.6818182,0.6694215,0.6198347,0.61570245,0.5041322,0.4752066,0.42975205,0.46280992,0.5413223,0.5661157,0.5413223,0.59504133,0.60330576,0.47107437,0.42561984,0.36363637,0.3140496,0.2603306,0.2603306,0.3181818,0.37603307,0.37603307,0.40495867,0.4876033,0.59917355,0.7231405,0.75206614,0.71900827,0.6859504,0.677686,0.6859504,0.70247936,0.7355372,0.75206614,0.75619835,0.71487606,0.6942149,0.6859504,0.6983471,0.71487606,0.72727275,0.70247936,0.6570248,0.6446281,0.69008267,0.6363636,0.5661157,0.53305787,0.28512397,0.1983471,0.45867768,0.62396693,0.6487603,0.71487606,0.72727275,0.71487606,0.7231405,0.6818182,0.677686,0.6735537,0.6528926,0.6446281,0.6652893,0.6652893,0.6859504,0.661157,0.62396693,0.57438016,0.4876033,0.45041323,0.4338843,0.47933885,0.54545456,0.5289256,0.5041322,0.58264464,0.553719,0.40082645,0.2892562,0.2107438,0.19421488,0.18181819,0.20661157,0.30991736,0.40082645,0.41735536,0.42975205,0.5123967,0.6280992,0.677686,0.74380165,0.75206614,0.71487606,0.6694215,0.661157,0.6859504,0.72727275,0.73966944,0.76033056,0.75619835,0.7231405,0.70247936,0.7066116,0.71900827,0.7355372,0.71487606,0.661157,0.6652893,0.6818182,0.6280992,0.5123967,0.53305787,0.19421488,0.25619835,0.38429752,0.61157024,0.61570245,0.70247936,0.72727275,0.7231405,0.7355372,0.6983471,0.6735537,0.677686,0.6652893,0.6570248,0.661157,0.677686,0.677686,0.6487603,0.61157024,0.5413223,0.4752066,0.446281,0.45867768,0.48347107,0.5289256,0.48347107,0.45454547,0.4752066,0.4752066,0.41322315,0.23966943,0.16115703,0.17768595,0.19008264,0.19421488,0.30578512,0.41735536,0.47107437,0.45454547,0.44214877,0.553719,0.553719,0.6652893,0.72727275,0.74380165,0.6735537,0.6198347,0.6363636,0.7107438,0.73966944,0.75206614,0.74380165,0.74380165,0.72727275,0.7231405,0.7231405,0.7231405,0.7066116,0.6570248,0.6528926,0.6694215,0.60330576,0.4876033,0.49586776,0.14049587,0.4338843,0.32231405,0.59504133,0.607438,0.6570248,0.73140496,0.7231405,0.7355372,0.71900827,0.6818182,0.6818182,0.6818182,0.6818182,0.6652893,0.661157,0.6652893,0.6487603,0.59090906,0.5082645,0.48347107,0.46694216,0.4752066,0.48347107,0.47107437,0.41735536,0.3264463,0.338843,0.33471075,0.33471075,0.2107438,0.16115703,0.20661157,0.24380165,0.19421488,0.29338843,0.45454547,0.5082645,0.48347107,0.46694216,0.44214877,0.47107437,0.553719,0.6363636,0.6652893,0.6446281,0.57438016,0.5413223,0.61570245,0.72727275,0.7644628,0.73140496,0.7355372,0.73966944,0.7355372,0.73966944,0.72727275,0.6983471,0.6694215,0.6570248,0.6487603,0.57438016,0.49173555,0.4090909,0.1570248,0.6363636,0.29338843,0.56198347,0.6198347,0.59504133,0.74380165,0.6942149,0.71487606,0.71900827,0.69008267,0.6818182,0.677686,0.6942149,0.6942149,0.677686,0.6652893,0.6446281,0.55785125,0.49586776,0.49173555,0.47933885,0.46694216,0.46280992,0.42561984,0.30165288,0.24793388,0.30165288,0.27272728,0.2768595,0.2231405,0.2603306,0.3181818,0.3181818,0.24380165,0.32231405,0.5247934,0.57438016,0.54545456,0.5413223,0.45867768,0.45041323,0.46280992,0.5371901,0.5495868,0.5661157,0.5495868,0.45867768,0.46694216,0.6280992,0.7644628,0.72727275,0.73140496,0.71487606,0.72727275,0.73140496,0.73140496,0.7066116,0.6694215,0.677686,0.6528926,0.553719,0.5413223,0.30991736,0.20661157,0.6570248,0.32231405,0.54545456,0.58677685,0.5495868,0.7231405,0.6735537,0.7066116,0.661157,0.6818182,0.70247936,0.6859504,0.70247936,0.69008267,0.6694215,0.6735537,0.62396693,0.5123967,0.4752066,0.48347107,0.45867768,0.42561984,0.44214877,0.37603307,0.2892562,0.28512397,0.30991736,0.26859504,0.34710744,0.338843,0.4214876,0.46280992,0.4338843,0.38016528,0.4090909,0.58264464,0.6363636,0.6363636,0.6487603,0.6404959,0.61157024,0.5082645,0.55785125,0.5123967,0.446281,0.46694216,0.3966942,0.35123968,0.4752066,0.7066116,0.7355372,0.73140496,0.6983471,0.6818182,0.70247936,0.6942149,0.7066116,0.6652893,0.6404959,0.6198347,0.5661157,0.5247934,0.30578512,0.20661157,0.47933885,0.36363637,0.5206612,0.53305787,0.5495868,0.7231405,0.6363636,0.70247936,0.661157,0.70247936,0.71900827,0.7107438,0.7107438,0.677686,0.6735537,0.6652893,0.553719,0.45041323,0.42975205,0.42975205,0.40495867,0.38842976,0.40495867,0.32231405,0.3140496,0.3677686,0.40495867,0.41322315,0.45867768,0.446281,0.46694216,0.5,0.5165289,0.5041322,0.46694216,0.5206612,0.54545456,0.553719,0.58677685,0.6404959,0.6942149,0.6322314,0.6487603,0.59504133,0.47107437,0.46280992,0.35950413,0.338843,0.35950413,0.56198347,0.71900827,0.71487606,0.6859504,0.6735537,0.6694215,0.6404959,0.661157,0.6280992,0.6198347,0.58264464,0.55785125,0.49586776,0.30165288,0.16115703,0.2603306,0.3140496,0.5123967,0.553719,0.6198347,0.6983471,0.6198347,0.6322314,0.6528926,0.6735537,0.6983471,0.72727275,0.71487606,0.6570248,0.6818182,0.6322314,0.45867768,0.36363637,0.3429752,0.3553719,0.35950413,0.34710744,0.41322315,0.41322315,0.46280992,0.5082645,0.5123967,0.46280992,0.44214877,0.38429752,0.38429752,0.40495867,0.45454547,0.4876033,0.4214876,0.42561984,0.43801653,0.47107437,0.46694216,0.45454547,0.4752066,0.5661157,0.6487603,0.6570248,0.58264464,0.5413223,0.37190083,0.34710744,0.30991736,0.45041323,0.6570248,0.6942149,0.6818182,0.6694215,0.6446281,0.61570245,0.6198347,0.59504133,0.5785124,0.5785124,0.56198347,0.5082645,0.2644628,0.15289256,0.1983471,0.21487603,0.4876033,0.59090906,0.61570245,0.6528926,0.62396693,0.6528926,0.6652893,0.6942149,0.6570248,0.70247936,0.6818182,0.6487603,0.6694215,0.59090906,0.4090909,0.3181818,0.30578512,0.35123968,0.3966942,0.45454547,0.54545456,0.59917355,0.57438016,0.53305787,0.446281,0.41322315,0.37190083,0.338843,0.30578512,0.3140496,0.33471075,0.37603307,0.3429752,0.3553719,0.38842976,0.41735536,0.41735536,0.39256197,0.36363637,0.34710744,0.4090909,0.5041322,0.5206612,0.5165289,0.41735536,0.3429752,0.35950413,0.4338843,0.60330576,0.6446281,0.6859504,0.6735537,0.6363636,0.61570245,0.6280992,0.5785124,0.56198347,0.58677685,0.5785124,0.48347107,0.24793388,0.1570248,0.20247933,0.11157025,0.3966942,0.59917355,0.6280992,0.57438016,0.59504133,0.6735537,0.6322314,0.70247936,0.6363636,0.6942149,0.6570248,0.6446281,0.6446281,0.553719,0.446281,0.37190083,0.34710744,0.4090909,0.45867768,0.54545456,0.59917355,0.5371901,0.45867768,0.42975205,0.38016528,0.38016528,0.38429752,0.32231405,0.26859504,0.2644628,0.2520661,0.25619835,0.2520661,0.25619835,0.27272728,0.26859504,0.23966943,0.23553719,0.2520661,0.2520661,0.2520661,0.28512397,0.3305785,0.35950413,0.4090909,0.3553719,0.37603307,0.45454547,0.59504133,0.61570245,0.607438,0.69008267,0.6322314,0.6198347,0.61157024,0.57024795,0.5371901,0.58264464,0.58677685,0.4338843,0.21487603,0.16528925,0.20247933,0.10743801,0.338843,0.59090906,0.6322314,0.6280992,0.61570245,0.61570245,0.6280992,0.6735537,0.60330576,0.6983471,0.6446281,0.6280992,0.6198347,0.5041322,0.43801653,0.3677686,0.37603307,0.4214876,0.44214877,0.5041322,0.45454547,0.40082645,0.37190083,0.3553719,0.3264463,0.26859504,0.33471075,0.2892562,0.21900827,0.17768595,0.26859504,0.19421488,0.18595041,0.20247933,0.16115703,0.14049587,0.16528925,0.17355372,0.2107438,0.24793388,0.29338843,0.29338843,0.33471075,0.37190083,0.40082645,0.3966942,0.37190083,0.48347107,0.58677685,0.59090906,0.6280992,0.6694215,0.59090906,0.553719,0.57024795,0.5371901,0.55785125,0.5661157,0.5785124,0.3966942,0.18181819,0.17768595,0.20661157,0.12396694,0.27272728,0.5495868,0.6404959,0.6198347,0.60330576,0.59917355,0.59090906,0.6487603,0.59504133,0.661157,0.6280992,0.6363636,0.59917355,0.4752066,0.37190083,0.3429752,0.34710744,0.3140496,0.2892562,0.3181818,0.3181818,0.3140496,0.2768595,0.24380165,0.25619835,0.18181819,0.24380165,0.2603306,0.19008264,0.11157025,0.3264463,0.24380165,0.19008264,0.23966943,0.24793388,0.29338843,0.3677686,0.41322315,0.44214877,0.45041323,0.48347107,0.49173555,0.5495868,0.54545456,0.43801653,0.41322315,0.39256197,0.5,0.58264464,0.58264464,0.6280992,0.6363636,0.59504133,0.55785125,0.5495868,0.5247934,0.58677685,0.57024795,0.56198347,0.338843,0.16115703,0.18595041,0.20661157,0.11983471,0.19421488,0.49173555,0.62396693,0.61570245,0.6198347,0.62396693,0.61570245,0.6363636,0.59090906,0.61157024,0.607438,0.607438,0.6446281,0.49173555,0.3553719,0.30165288,0.24793388,0.16528925,0.11570248,0.12809917,0.17355372,0.2231405,0.21487603,0.25619835,0.30578512,0.23553719,0.24793388,0.28099173,0.24793388,0.21487603,0.3264463,0.3305785,0.3305785,0.3677686,0.4214876,0.47933885,0.5,0.5371901,0.53305787,0.54545456,0.57024795,0.59090906,0.6363636,0.6404959,0.5165289,0.46280992,0.42975205,0.5,0.57438016,0.553719,0.58677685,0.57438016,0.59090906,0.59090906,0.553719,0.5495868,0.58677685,0.59504133,0.5495868,0.2892562,0.1446281,0.19008264,0.2107438,0.11570248,0.14049587,0.40082645,0.607438,0.6363636,0.6404959,0.6528926,0.6487603,0.6487603,0.58677685,0.58264464,0.57024795,0.5785124,0.6404959,0.57024795,0.38429752,0.24793388,0.18595041,0.12396694,0.10743801,0.24793388,0.26859504,0.30578512,0.35123968,0.39256197,0.38842976,0.3429752,0.3305785,0.35950413,0.34710744,0.35950413,0.3677686,0.38016528,0.3677686,0.41735536,0.5,0.55785125,0.5206612,0.553719,0.553719,0.5661157,0.61570245,0.6198347,0.6446281,0.661157,0.59917355,0.5289256,0.43801653,0.5247934,0.58264464,0.54545456,0.54545456,0.56198347,0.59504133,0.5371901,0.56198347,0.55785125,0.57024795,0.5661157,0.5413223,0.2107438,0.1570248,0.19008264,0.1983471,0.12809917,0.12809917,0.30165288,0.61570245,0.6363636,0.6528926,0.6487603,0.6404959,0.62396693,0.59504133,0.57024795,0.5289256,0.59917355,0.59090906,0.6198347,0.42561984,0.2644628,0.21900827,0.1322314,0.16115703,0.5165289,0.5165289,0.46694216,0.46694216,0.5041322,0.47933885,0.41735536,0.38842976,0.40082645,0.3966942,0.40082645,0.40495867,0.38016528,0.38016528,0.40082645,0.45454547,0.5,0.5,0.5371901,0.57438016,0.5785124,0.6198347,0.62396693,0.6446281,0.6818182,0.6735537,0.607438,0.49173555,0.55785125,0.61157024,0.5661157,0.5289256,0.5413223,0.58264464,0.5371901,0.553719,0.55785125,0.5785124,0.553719,0.5082645,0.14049587,0.1694215,0.19421488,0.19008264,0.15289256,0.12396694,0.20247933,0.58677685,0.6363636,0.6404959,0.6404959,0.6363636,0.60330576,0.58677685,0.57024795,0.54545456,0.59917355,0.5661157,0.59504133,0.46694216,0.338843,0.29338843,0.22727273,0.20247933,0.5413223,0.607438,0.57024795,0.54545456,0.5413223,0.5206612,0.47107437,0.41735536,0.3966942,0.37603307,0.3553719,0.35950413,0.3429752,0.3264463,0.3264463,0.35950413,0.4214876,0.47933885,0.5082645,0.54545456,0.553719,0.57024795,0.6280992,0.6446281,0.70247936,0.7066116,0.6694215,0.55785125,0.5413223,0.58264464,0.5785124,0.5495868,0.5289256,0.53305787,0.55785125,0.59090906,0.55785125,0.5661157,0.57438016,0.4338843,0.12809917,0.1570248,0.20247933,0.18181819,0.15289256,0.14876033,0.1570248,0.53305787,0.61570245,0.61157024,0.6198347,0.6280992,0.61570245,0.58264464,0.57024795,0.58677685,0.607438,0.607438,0.57024795,0.5123967,0.3966942,0.37190083,0.38429752,0.35123968,0.4876033,0.58264464,0.58677685,0.59917355,0.56198347,0.5082645,0.46694216,0.41322315,0.37190083,0.3181818,0.28512397,0.28099173,0.28512397,0.28512397,0.2768595,0.2892562,0.35123968,0.40495867,0.446281,0.48347107,0.5041322,0.5206612,0.6446281,0.6487603,0.6859504,0.71487606,0.70247936,0.6322314,0.5495868,0.5371901,0.56198347,0.5661157,0.5371901,0.5082645,0.553719,0.58677685,0.553719,0.54545456,0.57024795,0.30578512,0.1446281,0.17355372,0.1983471,0.18181819,0.14876033,0.15289256,0.09917355,0.48347107,0.60330576,0.58677685,0.5785124,0.607438,0.607438,0.59090906,0.57024795,0.58677685,0.61570245,0.60330576,0.56198347,0.5247934,0.42561984,0.42561984,0.48347107,0.49586776,0.47107437,0.5289256,0.5247934,0.5495868,0.5413223,0.47107437,0.41735536,0.36363637,0.29338843,0.24380165,0.21487603,0.2107438,0.21487603,0.2107438,0.20661157,0.21487603,0.29338843,0.34710744,0.42975205,0.47933885,0.5413223,0.5413223,0.6694215,0.6487603,0.6694215,0.6859504,0.6942149,0.661157,0.5661157,0.5206612,0.553719,0.55785125,0.5495868,0.53305787,0.55785125,0.57024795,0.5413223,0.53305787,0.5247934,0.26859504,0.15289256,0.19008264,0.17768595,0.19421488,0.1446281,0.1694215,0.07024793,0.42975205,0.5785124,0.59917355,0.59504133,0.59917355,0.57438016,0.59504133,0.57024795,0.55785125,0.61157024,0.61570245,0.57024795,0.5123967,0.44214877,0.45041323,0.5165289,0.553719,0.5165289,0.5247934,0.49586776,0.49586776,0.4876033,0.4090909,0.338843,0.27272728,0.20247933,0.17768595,0.1983471,0.1983471,0.20661157,0.1983471,0.18595041,0.20661157,0.29752067,0.35123968,0.45867768,0.53305787,0.58677685,0.59504133,0.6487603,0.661157,0.6652893,0.677686,0.6528926,0.6198347,0.5495868,0.5165289,0.5206612,0.53305787,0.53305787,0.5371901,0.56198347,0.553719,0.5206612,0.5165289,0.47107437,0.28099173,0.15289256,0.20661157,0.17768595,0.20247933,0.12809917,0.17355372,0.06198347,0.41735536,0.57024795,0.55785125,0.607438,0.6280992,0.59917355,0.59917355,0.58264464,0.53305787,0.59504133,0.61157024,0.56198347,0.5082645,0.44214877,0.46694216,0.5206612,0.5661157,0.5661157,0.553719,0.5165289,0.49173555,0.48347107,0.4338843,0.35950413,0.30165288,0.23966943,0.23553719,0.23140496,0.23966943,0.2644628,0.2520661,0.23553719,0.24793388,0.37603307,0.42975205,0.5082645,0.55785125,0.58677685,0.6280992,0.6280992,0.6735537,0.6528926,0.661157,0.661157,0.55785125,0.5,0.5247934,0.5165289,0.5123967,0.5,0.5165289,0.54545456,0.5371901,0.49173555,0.46694216,0.446281,0.28512397,0.16115703,0.20661157,0.17768595,0.20661157,0.14049587,0.1570248,0.07024793,0.3429752,0.6322314,0.46694216,0.58264464,0.6446281,0.59917355,0.58677685,0.60330576,0.5413223,0.54545456,0.56198347,0.56198347,0.5247934,0.47107437,0.49173555,0.5413223,0.5661157,0.5661157,0.5661157,0.5413223,0.5206612,0.5206612,0.49173555,0.44214877,0.40495867,0.37603307,0.3264463,0.30165288,0.30991736,0.3264463,0.34710744,0.35950413,0.38016528,0.47107437,0.5165289,0.553719,0.55785125,0.58264464,0.60330576,0.6363636,0.6404959,0.6487603,0.6280992,0.6404959,0.58677685,0.53305787,0.49586776,0.5041322,0.5,0.4752066,0.49586776,0.5206612,0.5165289,0.4876033,0.38429752,0.45454547,0.29752067,0.1570248,0.19008264,0.19008264,0.1983471,0.13636364,0.16528925,0.0785124,0.24793388,0.73966944,0.43801653,0.5495868,0.6198347,0.54545456,0.58264464,0.607438,0.53305787,0.5289256,0.5082645,0.53305787,0.5082645,0.46280992,0.49173555,0.55785125,0.5661157,0.56198347,0.55785125,0.5413223,0.5413223,0.5495868,0.53305787,0.48347107,0.47107437,0.45867768,0.4090909,0.40082645,0.3966942,0.3966942,0.41735536,0.4752066,0.5082645,0.5371901,0.5661157,0.5785124,0.57024795,0.59090906,0.59504133,0.62396693,0.607438,0.6198347,0.6280992,0.59917355,0.57024795,0.5413223,0.49586776,0.45867768,0.4876033,0.4752066,0.48347107,0.4876033,0.49586776,0.46694216,0.3677686,0.48347107,0.29338843,0.1322314,0.18595041,0.19008264,0.18181819,0.14049587,0.16115703,0.10330579,0.20661157,0.77272725,0.5123967,0.4876033,0.58677685,0.54545456,0.54545456,0.57024795,0.5495868,0.5371901,0.5165289,0.5371901,0.5082645,0.46280992,0.47933885,0.54545456,0.5661157,0.55785125,0.55785125,0.553719,0.55785125,0.5371901,0.5123967,0.5123967,0.5082645,0.47107437,0.45041323,0.46280992,0.446281,0.44214877,0.45454547,0.49173555,0.5413223,0.553719,0.57024795,0.58264464,0.58264464,0.59504133,0.59917355,0.6198347,0.6487603,0.62396693,0.607438,0.5661157,0.5371901,0.5123967,0.49173555,0.46280992,0.46694216,0.47107437,0.5,0.4752066,0.46694216,0.42975205,0.3677686,0.5165289,0.29752067,0.12396694,0.18181819,0.19421488,0.18181819,0.14049587,0.1446281,0.11570248,0.17355372,0.7355372,0.6487603,0.4752066,0.55785125,0.607438,0.5371901,0.5082645,0.5289256,0.53305787,0.5206612,0.5082645,0.49586776,0.45867768,0.47107437,0.5206612,0.553719,0.5661157,0.55785125,0.5413223,0.53305787,0.5495868,0.5165289,0.54545456,0.5165289,0.5206612,0.49586776,0.49173555,0.47107437,0.45454547,0.48347107,0.49173555,0.5413223,0.56198347,0.58264464,0.607438,0.61570245,0.61570245,0.61570245,0.6404959,0.62396693,0.6280992,0.55785125,0.54545456,0.5123967,0.49173555,0.446281,0.4752066,0.45041323,0.45041323,0.5123967,0.5041322,0.42975205,0.38016528,0.41735536,0.54545456,0.30165288,0.12809917,0.18595041,0.19421488,0.19008264,0.14876033,0.14049587,0.12809917,0.15289256,0.6528926,0.73140496,0.5661157,0.47107437,0.5413223,0.5495868,0.5041322,0.5,0.5289256,0.5495868,0.49586776,0.49173555,0.4876033,0.46280992,0.4876033,0.5371901,0.57024795,0.57438016,0.5413223,0.5371901,0.56198347,0.54545456,0.57438016,0.56198347,0.5413223,0.5206612,0.5082645,0.48347107,0.47107437,0.49173555,0.5247934,0.55785125,0.58264464,0.607438,0.62396693,0.6322314,0.6446281,0.6322314,0.6446281,0.58264464,0.61570245,0.5495868,0.49173555,0.49173555,0.45867768,0.45454547,0.45867768,0.4752066,0.4338843,0.46694216,0.47933885,0.4090909,0.34710744,0.46280992,0.55785125,0.2603306,0.1446281,0.19008264,0.19008264,0.19421488,0.14876033,0.1322314,0.14876033,0.14876033,0.58677685,0.74380165,0.6735537,0.46280992,0.5413223,0.5413223,0.5247934,0.5165289,0.5123967,0.5289256,0.49586776,0.49586776,0.5123967,0.45454547,0.4338843,0.5041322,0.56198347,0.57438016,0.5495868,0.55785125,0.57024795,0.5661157,0.59090906,0.58264464,0.553719,0.5165289,0.5123967,0.5082645,0.5082645,0.5,0.53305787,0.57024795,0.58677685,0.607438,0.60330576,0.58264464,0.6363636,0.6363636,0.6446281,0.62396693,0.59090906,0.5165289,0.43801653,0.45041323,0.42975205,0.4338843,0.45867768,0.49173555,0.4214876,0.44214877,0.45867768,0.41322315,0.35123968,0.5371901,0.5495868,0.22727273,0.1694215,0.19421488,0.19421488,0.19008264,0.14049587,0.1322314,0.14049587,0.11983471,0.5,0.73966944,0.7231405,0.59090906,0.47933885,0.47933885,0.5495868,0.5123967,0.5041322,0.49173555,0.5,0.48347107,0.5041322,0.46280992,0.44214877,0.5041322,0.553719,0.57438016,0.59504133,0.5785124,0.56198347,0.59090906,0.58677685,0.59504133,0.56198347,0.5247934,0.5123967,0.5206612,0.5247934,0.5041322,0.5289256,0.55785125,0.57438016,0.5785124,0.55785125,0.57024795,0.5785124,0.59504133,0.59090906,0.59917355,0.5371901,0.5,0.4214876,0.39256197,0.3966942,0.40082645,0.446281,0.46280992,0.4090909,0.41322315,0.40495867,0.36363637,0.4090909,0.58677685,0.56198347,0.19008264,0.16528925,0.20247933,0.1983471,0.1983471,15 +0.4876033,0.55785125,0.57438016,0.5661157,0.56198347,0.59504133,0.62396693,0.6280992,0.6446281,0.6735537,0.661157,0.6652893,0.6652893,0.677686,0.661157,0.661157,0.6652893,0.6694215,0.6818182,0.6859504,0.677686,0.69008267,0.7066116,0.70247936,0.7066116,0.72727275,0.74380165,0.74793386,0.74793386,0.73966944,0.74793386,0.74380165,0.74793386,0.74793386,0.74380165,0.7355372,0.74380165,0.73966944,0.74793386,0.75619835,0.75619835,0.75206614,0.7355372,0.72727275,0.71487606,0.72727275,0.71900827,0.71487606,0.7107438,0.7231405,0.7066116,0.7066116,0.6983471,0.6818182,0.6818182,0.6652893,0.6694215,0.6694215,0.661157,0.6322314,0.62396693,0.61157024,0.59504133,0.59090906,0.5247934,0.57024795,0.57438016,0.57438016,0.59504133,0.6198347,0.6280992,0.6322314,0.6446281,0.661157,0.661157,0.661157,0.6694215,0.677686,0.6735537,0.6735537,0.6735537,0.6859504,0.6942149,0.69008267,0.6818182,0.6983471,0.7107438,0.71487606,0.71900827,0.73140496,0.7355372,0.72727275,0.72727275,0.7355372,0.74793386,0.72727275,0.73966944,0.75206614,0.73966944,0.73140496,0.73966944,0.74793386,0.74793386,0.74793386,0.74793386,0.73966944,0.7355372,0.7231405,0.72727275,0.73966944,0.72727275,0.71900827,0.71487606,0.71900827,0.71487606,0.71487606,0.7107438,0.6983471,0.6735537,0.6735537,0.661157,0.661157,0.6570248,0.6322314,0.62396693,0.61570245,0.59917355,0.59504133,0.5413223,0.58264464,0.5785124,0.5785124,0.607438,0.6280992,0.6404959,0.6322314,0.6322314,0.6528926,0.661157,0.6652893,0.6694215,0.6735537,0.6818182,0.677686,0.6859504,0.7066116,0.7107438,0.71487606,0.70247936,0.7066116,0.7107438,0.72727275,0.72727275,0.7355372,0.73140496,0.72727275,0.73140496,0.72727275,0.73966944,0.73140496,0.7231405,0.74793386,0.7355372,0.72727275,0.7355372,0.7355372,0.73140496,0.7355372,0.74380165,0.73966944,0.72727275,0.73140496,0.7355372,0.7355372,0.71900827,0.7107438,0.7107438,0.71487606,0.7107438,0.7066116,0.7231405,0.6859504,0.6652893,0.661157,0.6528926,0.6446281,0.6446281,0.6363636,0.6198347,0.61570245,0.60330576,0.59504133,0.5495868,0.58677685,0.58677685,0.58677685,0.61157024,0.6322314,0.6363636,0.6404959,0.6487603,0.6487603,0.6487603,0.6487603,0.661157,0.661157,0.6694215,0.6694215,0.69008267,0.6942149,0.69008267,0.70247936,0.70247936,0.6983471,0.7066116,0.71900827,0.72727275,0.74380165,0.74380165,0.73966944,0.73966944,0.72727275,0.72727275,0.7355372,0.7355372,0.73140496,0.72727275,0.73966944,0.73966944,0.74793386,0.75619835,0.75619835,0.75206614,0.73966944,0.71900827,0.73140496,0.73140496,0.71900827,0.70247936,0.70247936,0.7066116,0.6983471,0.6983471,0.6942149,0.7066116,0.6694215,0.6528926,0.661157,0.6528926,0.6363636,0.6322314,0.6322314,0.62396693,0.61570245,0.60330576,0.59504133,0.56198347,0.59504133,0.59504133,0.59504133,0.60330576,0.6198347,0.62396693,0.6322314,0.6322314,0.62396693,0.6322314,0.6280992,0.6322314,0.6198347,0.6363636,0.6528926,0.6652893,0.661157,0.661157,0.69008267,0.6983471,0.7107438,0.7107438,0.7066116,0.73140496,0.74793386,0.76033056,0.75619835,0.74380165,0.7355372,0.73140496,0.73966944,0.76033056,0.74380165,0.72727275,0.74793386,0.76033056,0.74380165,0.76033056,0.75619835,0.75206614,0.72727275,0.70247936,0.7066116,0.70247936,0.6818182,0.6735537,0.6652893,0.6694215,0.6694215,0.6694215,0.6694215,0.6735537,0.6694215,0.6487603,0.6528926,0.6404959,0.6322314,0.62396693,0.6280992,0.62396693,0.61570245,0.60330576,0.58264464,0.55785125,0.59504133,0.59504133,0.59504133,0.61570245,0.6280992,0.607438,0.59090906,0.59917355,0.59504133,0.5785124,0.57024795,0.57024795,0.56198347,0.5785124,0.607438,0.6198347,0.6322314,0.6363636,0.6322314,0.6570248,0.677686,0.6983471,0.71900827,0.7355372,0.75619835,0.7644628,0.77272725,0.7644628,0.7644628,0.76033056,0.75619835,0.77272725,0.7768595,0.73966944,0.75619835,0.74793386,0.75619835,0.74793386,0.7355372,0.72727275,0.69008267,0.661157,0.6487603,0.6363636,0.6322314,0.6280992,0.60330576,0.60330576,0.6280992,0.6198347,0.6198347,0.6198347,0.607438,0.6322314,0.6404959,0.62396693,0.6198347,0.6198347,0.6280992,0.62396693,0.6198347,0.60330576,0.57438016,0.54545456,0.58677685,0.59504133,0.57438016,0.59917355,0.607438,0.59090906,0.5785124,0.57024795,0.53305787,0.48347107,0.4876033,0.49173555,0.5,0.5041322,0.5371901,0.54545456,0.57024795,0.57438016,0.57024795,0.58677685,0.6198347,0.6652893,0.7066116,0.72727275,0.73966944,0.75619835,0.78512394,0.78512394,0.78512394,0.7768595,0.76859504,0.78099173,0.7768595,0.74793386,0.75206614,0.75619835,0.7355372,0.73140496,0.70247936,0.661157,0.61570245,0.58264464,0.53305787,0.5123967,0.5289256,0.53305787,0.5082645,0.5041322,0.5289256,0.5247934,0.5041322,0.5206612,0.5041322,0.5413223,0.61157024,0.6280992,0.59917355,0.59917355,0.61570245,0.61570245,0.6198347,0.59090906,0.58264464,0.5413223,0.59090906,0.59504133,0.58264464,0.58677685,0.58677685,0.5661157,0.55785125,0.5,0.41735536,0.38016528,0.4090909,0.4214876,0.42561984,0.42561984,0.43801653,0.4338843,0.446281,0.43801653,0.446281,0.47107437,0.5123967,0.5785124,0.6404959,0.6942149,0.7231405,0.74380165,0.7768595,0.78512394,0.7892562,0.78099173,0.7644628,0.7644628,0.76859504,0.74793386,0.74380165,0.7355372,0.6942149,0.6983471,0.6528926,0.57438016,0.5123967,0.45454547,0.37603307,0.35950413,0.35950413,0.35950413,0.3677686,0.3677686,0.38842976,0.39256197,0.37190083,0.38429752,0.38016528,0.4090909,0.4876033,0.59090906,0.59917355,0.57024795,0.58264464,0.59917355,0.58677685,0.58677685,0.58677685,0.5206612,0.58677685,0.57438016,0.5785124,0.59090906,0.5495868,0.5082645,0.45454547,0.37603307,0.3305785,0.32231405,0.3553719,0.36363637,0.35950413,0.3429752,0.35123968,0.3429752,0.3429752,0.34710744,0.32231405,0.33471075,0.36363637,0.446281,0.5041322,0.60330576,0.6735537,0.71487606,0.73966944,0.76859504,0.7644628,0.76033056,0.74380165,0.74793386,0.73140496,0.7355372,0.73966944,0.7066116,0.661157,0.62396693,0.57438016,0.5123967,0.4214876,0.35950413,0.28099173,0.2644628,0.2520661,0.28099173,0.2603306,0.2768595,0.30991736,0.3181818,0.33471075,0.34710744,0.3429752,0.3553719,0.38016528,0.45454547,0.5247934,0.5371901,0.5495868,0.57438016,0.5785124,0.58677685,0.58677685,0.47107437,0.58264464,0.5661157,0.56198347,0.57024795,0.4876033,0.3966942,0.35950413,0.338843,0.35950413,0.35950413,0.37603307,0.36363637,0.338843,0.32231405,0.35123968,0.33471075,0.3553719,0.38429752,0.3264463,0.3140496,0.32231405,0.3305785,0.39256197,0.49173555,0.59504133,0.69008267,0.7107438,0.7355372,0.74380165,0.73140496,0.73140496,0.71487606,0.7107438,0.72727275,0.73140496,0.70247936,0.6487603,0.57024795,0.53305787,0.48347107,0.40495867,0.3677686,0.30991736,0.29752067,0.28099173,0.3305785,0.3264463,0.30165288,0.30991736,0.33471075,0.37603307,0.38016528,0.37190083,0.38016528,0.3966942,0.38016528,0.41735536,0.42975205,0.49586776,0.553719,0.57024795,0.59090906,0.60330576,0.4090909,0.553719,0.58264464,0.56198347,0.53305787,0.41322315,0.35950413,0.38842976,0.4090909,0.44214877,0.44214877,0.45454547,0.44214877,0.4090909,0.42561984,0.45867768,0.47107437,0.5,0.5082645,0.446281,0.4338843,0.42975205,0.41735536,0.4090909,0.43801653,0.5206612,0.677686,0.7107438,0.75206614,0.75619835,0.72727275,0.71487606,0.70247936,0.70247936,0.71487606,0.72727275,0.71487606,0.6528926,0.5785124,0.5371901,0.5247934,0.5,0.49173555,0.4876033,0.49173555,0.49173555,0.53305787,0.53305787,0.5206612,0.46694216,0.42975205,0.45041323,0.45041323,0.4338843,0.44214877,0.446281,0.42561984,0.4090909,0.40082645,0.4090909,0.5082645,0.57438016,0.59917355,0.60330576,0.35123968,0.54545456,0.58677685,0.5661157,0.47107437,0.38016528,0.41735536,0.46694216,0.49586776,0.53305787,0.5661157,0.57438016,0.58264464,0.56198347,0.5661157,0.59917355,0.61570245,0.6280992,0.6404959,0.607438,0.61570245,0.61570245,0.59917355,0.58264464,0.5371901,0.5495868,0.6694215,0.7355372,0.75619835,0.75619835,0.72727275,0.7107438,0.677686,0.6942149,0.7231405,0.73140496,0.7355372,0.6735537,0.59917355,0.59504133,0.61157024,0.61157024,0.59917355,0.59090906,0.59090906,0.59504133,0.61157024,0.607438,0.60330576,0.607438,0.58677685,0.59917355,0.59917355,0.57438016,0.5371901,0.5041322,0.47933885,0.45454547,0.42975205,0.37603307,0.46280992,0.553719,0.59504133,0.59917355,0.3181818,0.5247934,0.5785124,0.5413223,0.42975205,0.45041323,0.5041322,0.55785125,0.60330576,0.6446281,0.6652893,0.6652893,0.6859504,0.6652893,0.6652893,0.6570248,0.661157,0.6404959,0.6404959,0.6446281,0.6570248,0.6818182,0.71487606,0.71487606,0.6818182,0.6694215,0.6983471,0.73966944,0.76033056,0.74793386,0.71900827,0.7066116,0.6942149,0.6818182,0.71900827,0.72727275,0.72727275,0.677686,0.6322314,0.6528926,0.6528926,0.62396693,0.58677685,0.5661157,0.5495868,0.59090906,0.58677685,0.59090906,0.60330576,0.61570245,0.6322314,0.6694215,0.677686,0.677686,0.661157,0.61570245,0.5785124,0.5371901,0.48347107,0.40082645,0.4338843,0.5413223,0.60330576,0.57024795,0.28099173,0.5165289,0.59090906,0.54545456,0.4338843,0.5247934,0.59090906,0.661157,0.7107438,0.71900827,0.7231405,0.72727275,0.73140496,0.7231405,0.6983471,0.661157,0.61570245,0.5785124,0.56198347,0.57024795,0.5785124,0.6198347,0.677686,0.7107438,0.72727275,0.72727275,0.70247936,0.75206614,0.76859504,0.74793386,0.71900827,0.71900827,0.6942149,0.69008267,0.7107438,0.7355372,0.71487606,0.6652893,0.6528926,0.6570248,0.61157024,0.5289256,0.45867768,0.4090909,0.37603307,0.38016528,0.38842976,0.40082645,0.44214877,0.5165289,0.5661157,0.607438,0.6446281,0.6942149,0.71900827,0.69008267,0.6652893,0.6446281,0.58264464,0.4876033,0.4876033,0.5495868,0.59504133,0.5661157,0.26859504,0.5082645,0.59917355,0.56198347,0.48347107,0.57024795,0.6818182,0.72727275,0.76033056,0.74793386,0.71900827,0.6694215,0.6198347,0.57024795,0.5123967,0.4752066,0.44214877,0.42975205,0.41735536,0.41735536,0.4214876,0.46280992,0.57438016,0.6404959,0.6983471,0.72727275,0.70247936,0.7231405,0.7644628,0.7355372,0.71900827,0.6983471,0.6983471,0.69008267,0.69008267,0.7066116,0.677686,0.6446281,0.6363636,0.607438,0.5247934,0.40495867,0.3264463,0.34710744,0.38842976,0.39256197,0.36363637,0.35950413,0.37190083,0.37190083,0.41322315,0.4752066,0.5206612,0.57024795,0.62396693,0.6983471,0.69008267,0.69008267,0.6404959,0.54545456,0.5165289,0.57024795,0.607438,0.55785125,0.26859504,0.5123967,0.58677685,0.58264464,0.553719,0.6198347,0.7231405,0.75619835,0.76033056,0.6942149,0.57024795,0.49173555,0.5041322,0.47933885,0.4214876,0.38016528,0.3677686,0.3553719,0.35123968,0.37190083,0.3677686,0.35950413,0.41322315,0.54545456,0.6363636,0.69008267,0.6818182,0.6818182,0.72727275,0.72727275,0.70247936,0.6859504,0.71900827,0.7231405,0.6818182,0.677686,0.6487603,0.607438,0.58677685,0.5371901,0.45041323,0.3677686,0.34710744,0.36363637,0.4214876,0.39256197,0.2520661,0.24380165,0.25619835,0.20661157,0.3140496,0.4876033,0.43801653,0.4752066,0.49173555,0.58677685,0.6942149,0.6818182,0.6652893,0.59917355,0.553719,0.58264464,0.6198347,0.54545456,0.27272728,0.5247934,0.58677685,0.58677685,0.58677685,0.6528926,0.71900827,0.75206614,0.7231405,0.58677685,0.5289256,0.38429752,0.42561984,0.57024795,0.42561984,0.21900827,0.2520661,0.23140496,0.2520661,0.43801653,0.49173555,0.4214876,0.37603307,0.42975205,0.553719,0.661157,0.6404959,0.6363636,0.6859504,0.7066116,0.677686,0.6983471,0.73140496,0.78099173,0.7066116,0.6570248,0.61157024,0.55785125,0.53305787,0.5206612,0.41735536,0.36363637,0.3677686,0.446281,0.58677685,0.47107437,0.20247933,0.32231405,0.2520661,0.15289256,0.2603306,0.58677685,0.5413223,0.38016528,0.44214877,0.46694216,0.6528926,0.6694215,0.6652893,0.6280992,0.58264464,0.58264464,0.61570245,0.5371901,0.2892562,0.5413223,0.58264464,0.57438016,0.60330576,0.661157,0.7066116,0.73140496,0.6818182,0.5041322,0.35950413,0.4876033,0.6983471,0.73966944,0.37190083,0.20661157,0.30578512,0.25619835,0.20661157,0.4338843,0.60330576,0.4876033,0.39256197,0.38429752,0.5,0.6198347,0.59090906,0.5785124,0.6446281,0.6694215,0.6735537,0.6859504,0.71900827,0.8057851,0.74793386,0.6570248,0.59504133,0.5206612,0.5123967,0.49173555,0.3966942,0.4090909,0.41322315,0.49173555,0.607438,0.47933885,0.23966943,0.30165288,0.2892562,0.3140496,0.37603307,0.6942149,0.73966944,0.5041322,0.33471075,0.4214876,0.607438,0.6735537,0.661157,0.6363636,0.59917355,0.59090906,0.61157024,0.54545456,0.3305785,0.55785125,0.5785124,0.58264464,0.6280992,0.6735537,0.7066116,0.6983471,0.607438,0.46280992,0.44214877,0.607438,0.7644628,0.8016529,0.37603307,0.38842976,0.24380165,0.2603306,0.22727273,0.45867768,0.6322314,0.53305787,0.45041323,0.44214877,0.45454547,0.5371901,0.5289256,0.5371901,0.60330576,0.6528926,0.6528926,0.6694215,0.7066116,0.79752064,0.77272725,0.677686,0.58677685,0.5,0.49173555,0.5082645,0.45867768,0.40495867,0.37603307,0.4214876,0.5371901,0.5082645,0.35123968,0.28099173,0.2603306,0.45454547,0.6198347,0.74380165,0.7107438,0.5289256,0.42561984,0.36363637,0.54545456,0.6652893,0.6735537,0.661157,0.61570245,0.607438,0.6198347,0.5495868,0.38429752,0.57024795,0.5785124,0.59090906,0.6404959,0.677686,0.6859504,0.6528926,0.553719,0.49173555,0.45041323,0.45041323,0.6694215,0.8016529,0.5165289,0.59504133,0.2892562,0.25619835,0.30991736,0.5206612,0.55785125,0.46694216,0.41735536,0.45041323,0.41322315,0.46280992,0.5,0.5289256,0.59504133,0.6322314,0.661157,0.6694215,0.6983471,0.7892562,0.78099173,0.71487606,0.59917355,0.5371901,0.46694216,0.5165289,0.5082645,0.4338843,0.43801653,0.45041323,0.45867768,0.49586776,0.4752066,0.39256197,0.3429752,0.446281,0.6198347,0.6280992,0.55785125,0.47933885,0.45454547,0.46694216,0.5041322,0.607438,0.6818182,0.6694215,0.6322314,0.61570245,0.6280992,0.5661157,0.446281,0.57438016,0.5785124,0.59504133,0.6404959,0.677686,0.6652893,0.6363636,0.57438016,0.5123967,0.49586776,0.4752066,0.49173555,0.58264464,0.61157024,0.49586776,0.38429752,0.42561984,0.47107437,0.5206612,0.5247934,0.47933885,0.45454547,0.47933885,0.5041322,0.49173555,0.4876033,0.5371901,0.59090906,0.62396693,0.6528926,0.6694215,0.71487606,0.7892562,0.76033056,0.71900827,0.6487603,0.5661157,0.49173555,0.5041322,0.53305787,0.5,0.48347107,0.49173555,0.5041322,0.5247934,0.5495868,0.5247934,0.49173555,0.5123967,0.57024795,0.58677685,0.5661157,0.5371901,0.5206612,0.5289256,0.57024795,0.61157024,0.677686,0.69008267,0.6528926,0.6198347,0.6280992,0.59090906,0.49173555,0.57024795,0.58264464,0.59917355,0.6446281,0.661157,0.6528926,0.6404959,0.61570245,0.57438016,0.55785125,0.57438016,0.57024795,0.553719,0.58264464,0.5413223,0.5123967,0.54545456,0.553719,0.5413223,0.5247934,0.5165289,0.49586776,0.5165289,0.5123967,0.5165289,0.54545456,0.57024795,0.59917355,0.6280992,0.6570248,0.6818182,0.72727275,0.78099173,0.75206614,0.69008267,0.69008267,0.59917355,0.56198347,0.5082645,0.5371901,0.5785124,0.58264464,0.553719,0.56198347,0.57438016,0.58677685,0.59090906,0.59504133,0.62396693,0.6487603,0.6735537,0.6528926,0.6322314,0.607438,0.61157024,0.6322314,0.6446281,0.6818182,0.69008267,0.6570248,0.6280992,0.6280992,0.61157024,0.5289256,0.57438016,0.58677685,0.59504133,0.6404959,0.6446281,0.6280992,0.6322314,0.6446281,0.6487603,0.6446281,0.6528926,0.6652893,0.677686,0.69008267,0.6487603,0.61570245,0.59504133,0.5785124,0.58677685,0.57438016,0.57024795,0.5785124,0.5785124,0.5495868,0.56198347,0.57024795,0.59090906,0.62396693,0.6404959,0.6570248,0.6942149,0.7355372,0.7768595,0.74793386,0.677686,0.6818182,0.6652893,0.59504133,0.5661157,0.5413223,0.58677685,0.6198347,0.6487603,0.62396693,0.59917355,0.607438,0.6322314,0.6446281,0.6859504,0.7066116,0.7107438,0.69008267,0.6735537,0.6487603,0.6322314,0.6487603,0.677686,0.6859504,0.677686,0.6528926,0.62396693,0.6322314,0.6280992,0.5661157,0.57438016,0.5785124,0.59504133,0.6280992,0.6363636,0.6363636,0.6404959,0.661157,0.6652893,0.6818182,0.6942149,0.7066116,0.71900827,0.73140496,0.71487606,0.6818182,0.6446281,0.6280992,0.6280992,0.6528926,0.6570248,0.6446281,0.62396693,0.58677685,0.58264464,0.59504133,0.61157024,0.6404959,0.6528926,0.661157,0.6942149,0.74380165,0.7768595,0.74793386,0.69008267,0.6652893,0.70247936,0.6363636,0.61157024,0.553719,0.59504133,0.62396693,0.6487603,0.661157,0.6322314,0.6280992,0.6363636,0.6446281,0.6694215,0.6859504,0.6859504,0.6818182,0.6694215,0.6570248,0.6570248,0.6528926,0.677686,0.6818182,0.6694215,0.6487603,0.61570245,0.6322314,0.6363636,0.5785124,0.57024795,0.58264464,0.61570245,0.6570248,0.6363636,0.6363636,0.6570248,0.677686,0.6818182,0.6983471,0.7066116,0.70247936,0.71487606,0.7066116,0.6983471,0.69008267,0.6694215,0.6735537,0.6818182,0.6818182,0.6983471,0.6570248,0.6363636,0.61570245,0.607438,0.61157024,0.6322314,0.6487603,0.6487603,0.6570248,0.6818182,0.74380165,0.7768595,0.75619835,0.70247936,0.6694215,0.6983471,0.677686,0.61157024,0.59504133,0.59090906,0.6446281,0.6446281,0.6528926,0.661157,0.6735537,0.6487603,0.6528926,0.6694215,0.6818182,0.6859504,0.6859504,0.6694215,0.6570248,0.6694215,0.6859504,0.69008267,0.6818182,0.6652893,0.6528926,0.62396693,0.6280992,0.6446281,0.56198347,0.58264464,0.58264464,0.6404959,0.6487603,0.6363636,0.6280992,0.6528926,0.6694215,0.677686,0.69008267,0.7066116,0.7066116,0.7107438,0.70247936,0.6942149,0.6942149,0.69008267,0.69008267,0.677686,0.677686,0.69008267,0.6735537,0.6446281,0.62396693,0.6198347,0.6363636,0.6487603,0.6404959,0.6363636,0.6570248,0.6818182,0.73966944,0.78099173,0.7644628,0.7107438,0.6735537,0.677686,0.6859504,0.6280992,0.60330576,0.61570245,0.661157,0.677686,0.6487603,0.677686,0.69008267,0.6859504,0.677686,0.6859504,0.7066116,0.6983471,0.6818182,0.6694215,0.6818182,0.6983471,0.7066116,0.70247936,0.6859504,0.6694215,0.6528926,0.6322314,0.6322314,0.6322314,0.56198347,0.59917355,0.59090906,0.6280992,0.6487603,0.6280992,0.6322314,0.6528926,0.6570248,0.6694215,0.677686,0.6818182,0.6983471,0.7066116,0.7107438,0.71900827,0.71900827,0.71900827,0.70247936,0.6818182,0.6983471,0.6818182,0.6694215,0.6446281,0.62396693,0.6280992,0.6570248,0.6528926,0.6280992,0.6363636,0.6570248,0.6942149,0.73966944,0.7892562,0.79752064,0.72727275,0.6735537,0.6652893,0.677686,0.6487603,0.61570245,0.62396693,0.6528926,0.6859504,0.6818182,0.6859504,0.69008267,0.70247936,0.7107438,0.6983471,0.7066116,0.6983471,0.677686,0.69008267,0.7066116,0.7231405,0.7231405,0.71900827,0.6942149,0.677686,0.6487603,0.6280992,0.62396693,0.6198347,0.553719,0.607438,0.58264464,0.6280992,0.6280992,0.6404959,0.6446281,0.6694215,0.661157,0.6652893,0.6694215,0.6652893,0.6818182,0.70247936,0.71487606,0.73140496,0.73140496,0.7231405,0.7107438,0.70247936,0.69008267,0.6652893,0.661157,0.6404959,0.6322314,0.6528926,0.661157,0.6487603,0.61570245,0.6487603,0.6446281,0.6983471,0.72727275,0.74380165,0.8057851,0.78099173,0.69008267,0.6570248,0.6694215,0.6652893,0.6280992,0.6198347,0.6322314,0.6570248,0.6859504,0.6942149,0.6942149,0.6983471,0.7107438,0.7107438,0.70247936,0.6942149,0.677686,0.70247936,0.7231405,0.71900827,0.71900827,0.71487606,0.6983471,0.6818182,0.6446281,0.62396693,0.61157024,0.59504133,0.54545456,0.60330576,0.59504133,0.6322314,0.6363636,0.6652893,0.661157,0.69008267,0.6818182,0.6694215,0.6694215,0.677686,0.6694215,0.6983471,0.71487606,0.71487606,0.7066116,0.7231405,0.71900827,0.70247936,0.6818182,0.6735537,0.6652893,0.6363636,0.6487603,0.6735537,0.6528926,0.6363636,0.6198347,0.6528926,0.6446281,0.7231405,0.7355372,0.74793386,0.76859504,0.8140496,0.74380165,0.677686,0.6652893,0.6735537,0.6404959,0.62396693,0.6280992,0.6446281,0.6694215,0.6859504,0.6942149,0.7066116,0.69008267,0.6942149,0.7107438,0.7066116,0.6983471,0.7107438,0.7231405,0.72727275,0.71487606,0.7107438,0.70247936,0.677686,0.6446281,0.62396693,0.6198347,0.5371901,0.5289256,0.59504133,0.607438,0.6198347,0.6322314,0.6735537,0.6735537,0.7107438,0.7066116,0.69008267,0.6818182,0.6983471,0.6859504,0.70247936,0.7066116,0.7107438,0.71900827,0.7066116,0.6942149,0.6735537,0.661157,0.6652893,0.661157,0.6570248,0.6570248,0.6735537,0.6363636,0.62396693,0.62396693,0.6487603,0.6652893,0.75619835,0.76859504,0.75206614,0.75206614,0.7892562,0.75206614,0.6942149,0.6652893,0.661157,0.6528926,0.6322314,0.6363636,0.6487603,0.6528926,0.661157,0.6735537,0.6942149,0.6942149,0.71487606,0.6942149,0.6983471,0.71900827,0.71487606,0.7107438,0.71900827,0.72727275,0.7107438,0.6983471,0.6735537,0.6363636,0.61157024,0.61570245,0.46280992,0.5,0.607438,0.61157024,0.6280992,0.6363636,0.677686,0.6983471,0.71900827,0.7231405,0.7231405,0.7107438,0.72727275,0.73140496,0.71900827,0.70247936,0.69008267,0.6942149,0.6818182,0.6694215,0.6570248,0.6528926,0.6652893,0.661157,0.6818182,0.6735537,0.6487603,0.6198347,0.62396693,0.6363636,0.6652893,0.677686,0.7892562,0.77272725,0.7355372,0.74380165,0.73966944,0.72727275,0.70247936,0.6818182,0.661157,0.6570248,0.6487603,0.6487603,0.6570248,0.6528926,0.6487603,0.6570248,0.6735537,0.6818182,0.6859504,0.6942149,0.6983471,0.71900827,0.7107438,0.71900827,0.7231405,0.7355372,0.7066116,0.6942149,0.6694215,0.6446281,0.61570245,0.60330576,0.36363637,0.45867768,0.59504133,0.6322314,0.6322314,0.6487603,0.677686,0.7107438,0.7231405,0.73966944,0.74380165,0.74380165,0.74380165,0.74380165,0.71487606,0.71900827,0.7066116,0.6942149,0.6735537,0.6652893,0.6528926,0.6652893,0.6735537,0.677686,0.6983471,0.6735537,0.6198347,0.62396693,0.6404959,0.6818182,0.661157,0.6735537,0.76033056,0.75206614,0.7231405,0.7355372,0.73966944,0.71487606,0.71900827,0.70247936,0.6570248,0.661157,0.6652893,0.6528926,0.661157,0.6652893,0.661157,0.661157,0.6694215,0.677686,0.69008267,0.6818182,0.6983471,0.7066116,0.7231405,0.7355372,0.7355372,0.74380165,0.7107438,0.6983471,0.677686,0.6446281,0.61157024,0.55785125,0.40082645,0.46694216,0.59090906,0.6363636,0.6446281,0.6735537,0.6983471,0.7066116,0.71900827,0.74380165,0.76033056,0.75206614,0.75206614,0.75206614,0.73966944,0.72727275,0.6983471,0.7066116,0.6818182,0.6694215,0.6694215,0.6694215,0.6735537,0.6942149,0.70247936,0.6487603,0.61570245,0.6446281,0.6818182,0.7066116,0.677686,0.70247936,0.78512394,0.75206614,0.73140496,0.7231405,0.7231405,0.73140496,0.71900827,0.7107438,0.6570248,0.661157,0.6859504,0.6694215,0.661157,0.6528926,0.6652893,0.6570248,0.6652893,0.69008267,0.6942149,0.69008267,0.7066116,0.7107438,0.71487606,0.7355372,0.74380165,0.73966944,0.7231405,0.7066116,0.6818182,0.6322314,0.60330576,0.5123967,0.47933885,0.4752066,0.57024795,0.6280992,0.661157,0.69008267,0.7107438,0.71487606,0.72727275,0.74380165,0.76033056,0.7644628,0.7644628,0.75619835,0.73966944,0.7355372,0.6859504,0.6859504,0.677686,0.6694215,0.6818182,0.6735537,0.6818182,0.7066116,0.69008267,0.6280992,0.6363636,0.6818182,0.71900827,0.73966944,0.7231405,0.7644628,0.822314,0.79752064,0.75619835,0.75206614,0.73140496,0.75206614,0.72727275,0.70247936,0.6652893,0.6652893,0.6983471,0.6983471,0.6735537,0.6652893,0.677686,0.6735537,0.661157,0.69008267,0.6983471,0.69008267,0.7066116,0.71487606,0.7066116,0.71900827,0.74380165,0.73140496,0.73140496,0.6983471,0.6694215,0.6280992,0.58677685,0.46694216,0.47933885,0.5,0.5289256,0.62396693,0.6528926,0.69008267,0.71487606,0.71900827,0.73966944,0.76033056,0.7644628,0.77272725,0.75206614,0.7355372,0.73966944,0.73140496,0.70247936,0.677686,0.69008267,0.6818182,0.6818182,0.6735537,0.69008267,0.7107438,0.6694215,0.6528926,0.6983471,0.71900827,0.73140496,0.7355372,0.75206614,0.75619835,0.7644628,0.78099173,0.7644628,0.74793386,0.78099173,0.79752064,0.6942149,0.6942149,0.6942149,0.6735537,0.6818182,0.71900827,0.69008267,0.6859504,0.6859504,0.6942149,0.7066116,0.70247936,0.70247936,0.70247936,0.7107438,0.71900827,0.71487606,0.6983471,0.74380165,0.73966944,0.7231405,0.6942149,0.6487603,0.61157024,0.57024795,0.45454547,0.5082645,0.5165289,0.47933885,0.607438,0.6528926,0.6859504,0.71900827,0.71900827,0.73140496,0.75206614,0.7768595,0.7933884,0.76033056,0.7644628,0.75206614,0.72727275,0.72727275,0.6818182,0.6859504,0.6818182,0.6735537,0.677686,0.6983471,0.7107438,0.677686,0.72727275,0.78099173,0.72727275,0.6735537,0.7066116,0.8016529,0.79752064,0.7644628,0.76033056,0.7644628,0.77272725,0.8264463,0.7768595,0.44214877,0.6322314,0.76859504,0.70247936,0.6487603,0.7107438,0.6983471,0.6859504,0.69008267,0.7107438,0.72727275,0.71900827,0.7107438,0.71900827,0.7231405,0.7231405,0.7355372,0.71487606,0.74793386,0.73140496,0.72727275,0.6942149,0.6446281,0.61157024,0.5495868,0.43801653,0.55785125,0.58264464,0.43801653,0.59090906,0.6487603,0.6859504,0.7231405,0.72727275,0.72727275,0.75206614,0.76859504,0.78099173,0.76859504,0.76033056,0.74380165,0.7231405,0.7107438,0.6983471,0.677686,0.6818182,0.6735537,0.69008267,0.6983471,0.7066116,0.7107438,0.77272725,0.7107438,0.45867768,0.2768595,0.47107437,0.76033056,0.8305785,0.8057851,0.78512394,0.78099173,0.79752064,0.76859504,0.60330576,0.28099173,0.5247934,0.78512394,0.6942149,0.6363636,0.7107438,0.7066116,0.70247936,0.7107438,0.7231405,0.7355372,0.73966944,0.72727275,0.73140496,0.72727275,0.7231405,0.74380165,0.73966944,0.73140496,0.73140496,0.72727275,0.6983471,0.6528926,0.58264464,0.5082645,0.41322315,0.61570245,0.6446281,0.4090909,0.55785125,0.6363636,0.69008267,0.72727275,0.73966944,0.72727275,0.73966944,0.76033056,0.76033056,0.76033056,0.76033056,0.75206614,0.72727275,0.7066116,0.6983471,0.677686,0.6818182,0.6859504,0.70247936,0.7066116,0.6942149,0.69008267,0.75206614,0.6322314,0.47107437,0.37603307,0.4338843,0.6363636,0.78512394,0.8181818,0.78099173,0.77272725,0.75206614,0.6322314,0.5165289,0.45867768,0.5206612,0.6652893,0.6363636,0.6735537,0.71900827,0.7231405,0.7066116,0.71487606,0.7231405,0.73140496,0.7355372,0.73966944,0.7355372,0.72727275,0.7355372,0.74793386,0.73966944,0.71900827,0.71487606,0.7107438,0.6735537,0.6322314,0.57024795,0.446281,0.4214876,0.6694215,0.74380165,0.42561984,0.5123967,0.607438,0.6735537,0.71487606,0.7355372,0.73140496,0.73966944,0.75619835,0.7644628,0.75619835,0.74793386,0.74380165,0.72727275,0.71487606,0.6859504,0.677686,0.677686,0.6818182,0.70247936,0.6983471,0.6818182,0.6322314,0.6735537,0.677686,0.6322314,0.59917355,0.6363636,0.71487606,0.7355372,0.76859504,0.7355372,0.70247936,0.6446281,0.54545456,0.5289256,0.54545456,0.53305787,0.61570245,0.6652893,0.69008267,0.72727275,0.73140496,0.7107438,0.7107438,0.72727275,0.7355372,0.74380165,0.74793386,0.74380165,0.73140496,0.74380165,0.75206614,0.73966944,0.7231405,0.71487606,0.6942149,0.6528926,0.6322314,0.553719,0.4214876,0.45454547,0.7066116,0.73140496,0.5041322,0.45867768,0.5661157,0.6446281,0.69008267,0.72727275,0.74380165,0.75206614,0.75206614,0.76033056,0.74793386,0.7355372,0.72727275,0.70247936,0.7066116,0.6942149,0.6859504,0.677686,0.6818182,0.6859504,0.6942149,0.6735537,0.62396693,0.60330576,0.6322314,0.661157,0.661157,0.6818182,0.71900827,0.71900827,0.70247936,0.6859504,0.6446281,0.5785124,0.5123967,0.45041323,0.5,0.5413223,0.6280992,0.6818182,0.70247936,0.73966944,0.73966944,0.7355372,0.7355372,0.73966944,0.73140496,0.75619835,0.75619835,0.74793386,0.73966944,0.74380165,0.74793386,0.74793386,0.7231405,0.6983471,0.6694215,0.6322314,0.58677685,0.5206612,0.43801653,0.44214877,0.57438016,0.40495867,0.49586776,0.41735536,0.53305787,0.59917355,0.6735537,0.71487606,0.72727275,0.7644628,0.76859504,0.74793386,0.74380165,0.7355372,0.71900827,0.70247936,0.70247936,0.6983471,0.677686,0.6735537,0.69008267,0.677686,0.6859504,0.6694215,0.62396693,0.59504133,0.5661157,0.553719,0.6280992,0.6280992,0.57438016,0.6280992,0.6446281,0.661157,0.61157024,0.5371901,0.49586776,0.39256197,0.42561984,0.5,0.61157024,0.6570248,0.70247936,0.74793386,0.7231405,0.7355372,0.73966944,0.74380165,0.72727275,0.73966944,0.75619835,0.75619835,0.75206614,0.74793386,0.74793386,0.74793386,0.73140496,0.7107438,0.6735537,0.6280992,0.57024795,0.4876033,0.46694216,0.30165288,0.27272728,0.1983471,0.30578512,0.41322315,0.5289256,0.55785125,0.6404959,0.6818182,0.71900827,0.75206614,0.7644628,0.74380165,0.74380165,0.73966944,0.71900827,0.6983471,0.6942149,0.6859504,0.6694215,0.677686,0.69008267,0.6735537,0.6652893,0.6694215,0.59090906,0.54545456,0.49173555,0.47933885,0.53305787,0.5785124,0.49586776,0.56198347,0.57024795,0.58264464,0.55785125,0.5165289,0.4876033,0.4090909,0.3966942,0.45454547,0.5247934,0.5495868,0.607438,0.6983471,0.69008267,0.69008267,0.70247936,0.73966944,0.74380165,0.71900827,0.73966944,0.76033056,0.7644628,0.75619835,0.75206614,0.74793386,0.73140496,0.6942149,0.661157,0.59504133,0.56198347,0.5165289,0.4090909,0.24793388,0.20661157,0.23140496,0.1983471,0.37603307,0.5,0.54545456,0.607438,0.6404959,0.69008267,0.74793386,0.74793386,0.74380165,0.74380165,0.73966944,0.71900827,0.7066116,0.6942149,0.6859504,0.6859504,0.6983471,0.69008267,0.6570248,0.6528926,0.6528926,0.5661157,0.48347107,0.4090909,0.44214877,0.46694216,0.5289256,0.5,0.5123967,0.48347107,0.48347107,0.45867768,0.5082645,0.4752066,0.44214877,0.40082645,0.446281,0.47107437,0.49586776,0.5371901,0.59090906,0.60330576,0.59917355,0.61157024,0.6942149,0.75206614,0.7107438,0.72727275,0.75619835,0.75619835,0.75206614,0.74380165,0.71900827,0.7231405,0.6942149,0.6446281,0.58677685,0.54545456,0.5247934,0.34710744,0.2231405,0.2107438,0.23553719,0.18595041,0.32231405,0.49173555,0.553719,0.6280992,0.6363636,0.6487603,0.72727275,0.74793386,0.7355372,0.73966944,0.73966944,0.71900827,0.7107438,0.6983471,0.6859504,0.6859504,0.6859504,0.661157,0.6198347,0.61157024,0.59090906,0.5371901,0.4876033,0.40495867,0.45041323,0.4752066,0.5123967,0.5371901,0.5,0.4214876,0.446281,0.4214876,0.5123967,0.5165289,0.5123967,0.5247934,0.5371901,0.5165289,0.4876033,0.5041322,0.5206612,0.5247934,0.5495868,0.5413223,0.59504133,0.6983471,0.7231405,0.72727275,0.74380165,0.73140496,0.72727275,0.7231405,0.7231405,0.6983471,0.6818182,0.6280992,0.57024795,0.5413223,0.5041322,0.3181818,0.21900827,0.21487603,0.23140496,0.20661157,0.23140496,0.45867768,0.553719,0.61157024,0.62396693,0.6198347,0.6859504,0.72727275,0.72727275,0.72727275,0.73140496,0.7231405,0.70247936,0.69008267,0.6694215,0.6404959,0.6198347,0.607438,0.57438016,0.5495868,0.5247934,0.53305787,0.5165289,0.4338843,0.49173555,0.5041322,0.57024795,0.59090906,0.5289256,0.46694216,0.4752066,0.48347107,0.56198347,0.59917355,0.60330576,0.6446281,0.6735537,0.62396693,0.58264464,0.56198347,0.5165289,0.5206612,0.54545456,0.5247934,0.5,0.607438,0.69008267,0.7107438,0.7107438,0.7355372,0.71487606,0.71900827,0.6983471,0.6735537,0.6322314,0.5785124,0.59090906,0.5661157,0.4752066,0.2892562,0.1983471,0.21900827,0.23140496,0.21900827,0.1983471,0.40495867,0.5413223,0.57024795,0.59504133,0.59917355,0.661157,0.70247936,0.7107438,0.7066116,0.7107438,0.7107438,0.6942149,0.677686,0.661157,0.60330576,0.553719,0.5371901,0.5123967,0.5289256,0.5495868,0.57024795,0.5661157,0.55785125,0.59504133,0.6322314,0.6735537,0.661157,0.61570245,0.59090906,0.61570245,0.58264464,0.59504133,0.61570245,0.6322314,0.6487603,0.6528926,0.6859504,0.69008267,0.6570248,0.6198347,0.6198347,0.59090906,0.5413223,0.5041322,0.55785125,0.6446281,0.71487606,0.6735537,0.6942149,0.6983471,0.7107438,0.661157,0.661157,0.6198347,0.57438016,0.58677685,0.57024795,0.45041323,0.26859504,0.19421488,0.21487603,0.23553719,0.23140496,0.17768595,0.37190083,0.5206612,0.56198347,0.59504133,0.61570245,0.6570248,0.677686,0.6983471,0.6818182,0.7066116,0.6942149,0.6735537,0.6694215,0.6404959,0.54545456,0.5371901,0.5289256,0.54545456,0.58264464,0.58677685,0.6198347,0.6570248,0.6942149,0.71487606,0.71487606,0.70247936,0.677686,0.661157,0.6404959,0.677686,0.6363636,0.61570245,0.6404959,0.6735537,0.6570248,0.6404959,0.661157,0.6859504,0.6942149,0.6983471,0.7107438,0.6818182,0.59917355,0.57024795,0.5785124,0.6528926,0.7107438,0.6735537,0.69008267,0.7231405,0.6818182,0.6487603,0.62396693,0.61157024,0.58677685,0.58264464,0.55785125,0.4338843,0.24793388,0.19421488,0.20661157,0.23553719,0.23140496,0.18595041,0.30578512,0.5,0.59090906,0.59917355,0.59504133,0.6363636,0.6735537,0.677686,0.6694215,0.7066116,0.6818182,0.661157,0.6694215,0.6528926,0.59090906,0.58677685,0.59090906,0.661157,0.6818182,0.6570248,0.6983471,0.73966944,0.73966944,0.72727275,0.72727275,0.7066116,0.69008267,0.6694215,0.6570248,0.6570248,0.6280992,0.6404959,0.661157,0.6363636,0.58264464,0.58264464,0.59090906,0.58264464,0.59504133,0.6322314,0.6570248,0.6694215,0.661157,0.6363636,0.62396693,0.69008267,0.6859504,0.6735537,0.6570248,0.6859504,0.6487603,0.6198347,0.607438,0.61570245,0.59504133,0.58264464,0.55785125,0.42975205,0.23553719,0.19421488,0.1983471,0.23553719,0.23140496,0.20247933,0.24793388,0.45867768,0.59090906,0.59504133,0.59090906,0.607438,0.6818182,0.6528926,0.6735537,0.69008267,0.69008267,0.6528926,0.677686,0.6694215,0.6404959,0.6446281,0.6859504,0.74793386,0.7644628,0.74380165,0.71487606,0.7107438,0.69008267,0.6735537,0.607438,0.62396693,0.62396693,0.6280992,0.61157024,0.58677685,0.553719,0.5041322,0.40495867,0.3181818,0.26859504,0.3140496,0.41322315,0.45867768,0.45041323,0.46280992,0.49173555,0.56198347,0.6280992,0.6446281,0.6570248,0.6818182,0.69008267,0.677686,0.677686,0.6735537,0.6487603,0.62396693,0.60330576,0.59504133,0.58677685,0.59917355,0.54545456,0.4090909,0.22727273,0.19421488,0.1983471,0.23553719,0.22727273,0.21487603,0.22727273,0.4090909,0.5661157,0.60330576,0.62396693,0.61157024,0.6694215,0.6446281,0.6528926,0.6570248,0.6983471,0.6570248,0.69008267,0.661157,0.69008267,0.71487606,0.71900827,0.7355372,0.6942149,0.677686,0.6198347,0.59917355,0.58677685,0.5082645,0.39256197,0.38429752,0.3966942,0.39256197,0.38842976,0.35950413,0.3553719,0.338843,0.35950413,0.3305785,0.3553719,0.38016528,0.39256197,0.42975205,0.4338843,0.44214877,0.47933885,0.54545456,0.59504133,0.60330576,0.6363636,0.69008267,0.6652893,0.677686,0.6487603,0.6570248,0.6570248,0.6322314,0.59504133,0.59504133,0.5785124,0.57438016,0.5206612,0.3966942,0.21487603,0.19421488,0.1983471,0.23966943,0.23553719,0.2107438,0.23966943,0.38842976,0.5247934,0.59504133,0.6404959,0.6198347,0.6528926,0.6528926,0.6528926,0.6322314,0.6652893,0.677686,0.6983471,0.661157,0.6859504,0.6694215,0.6487603,0.59504133,0.5289256,0.5041322,0.4876033,0.49586776,0.4876033,0.4338843,0.38016528,0.37190083,0.38429752,0.37603307,0.38429752,0.38016528,0.39256197,0.40082645,0.42561984,0.43801653,0.45867768,0.4876033,0.4752066,0.49586776,0.5247934,0.553719,0.59504133,0.6363636,0.6198347,0.59504133,0.6198347,0.6570248,0.70247936,0.70247936,0.6404959,0.6280992,0.6487603,0.6280992,0.58677685,0.57438016,0.59917355,0.5661157,0.49173555,0.40495867,0.20247933,0.19008264,0.20247933,0.24380165,0.2520661,0.22727273,0.2520661,0.38429752,0.49586776,0.59090906,0.6280992,0.62396693,0.6487603,0.6652893,0.6528926,0.61157024,0.6652893,0.6983471,0.70247936,0.7066116,0.6942149,0.6487603,0.6198347,0.5413223,0.5247934,0.48347107,0.46694216,0.48347107,0.5,0.49173555,0.47933885,0.46694216,0.46694216,0.4338843,0.4338843,0.44214877,0.46280992,0.46280992,0.49586776,0.5206612,0.5247934,0.5413223,0.55785125,0.57024795,0.61570245,0.6404959,0.6694215,0.6859504,0.6694215,0.6528926,0.6363636,0.6528926,0.6942149,0.72727275,0.6735537,0.6446281,0.6363636,0.61157024,0.59917355,0.58264464,0.60330576,0.55785125,0.4752066,0.4214876,0.20247933,0.18595041,0.19008264,0.2603306,0.2603306,0.22727273,0.24793388,0.40082645,0.4752066,0.54545456,0.59504133,0.61570245,0.6404959,0.6570248,0.6446281,0.59504133,0.6363636,0.6818182,0.7066116,0.7355372,0.72727275,0.661157,0.6570248,0.61157024,0.6487603,0.6322314,0.58677685,0.553719,0.553719,0.55785125,0.56198347,0.55785125,0.5661157,0.553719,0.5413223,0.53305787,0.5413223,0.5785124,0.58264464,0.59090906,0.5785124,0.61157024,0.6487603,0.6528926,0.6694215,0.6735537,0.6694215,0.6942149,0.6983471,0.6942149,0.6652893,0.6652893,0.7066116,0.7107438,0.69008267,0.6322314,0.6363636,0.61157024,0.607438,0.57438016,0.59090906,0.5165289,0.47107437,0.42561984,0.19008264,0.19421488,0.20661157,0.25619835,0.24793388,0.23553719,0.22727273,0.42561984,0.4876033,0.5041322,0.58264464,0.607438,0.61570245,0.6404959,0.661157,0.6198347,0.6198347,0.6818182,0.677686,0.75619835,0.72727275,0.677686,0.677686,0.661157,0.7066116,0.73140496,0.6983471,0.677686,0.6694215,0.6652893,0.6694215,0.677686,0.6859504,0.661157,0.6487603,0.6198347,0.6322314,0.6528926,0.6528926,0.6694215,0.6735537,0.69008267,0.7066116,0.6859504,0.6570248,0.677686,0.6694215,0.7107438,0.72727275,0.72727275,0.6859504,0.661157,0.69008267,0.6818182,0.6652893,0.6446281,0.6363636,0.6198347,0.59917355,0.553719,0.5661157,0.45867768,0.4876033,0.43801653,0.17355372,0.19421488,0.20247933,0.24793388,0.25619835,0.23966943,0.21487603,0.44214877,0.5371901,0.47933885,0.57438016,0.59504133,0.58677685,0.61157024,0.6570248,0.6363636,0.61570245,0.677686,0.71487606,0.74380165,0.71900827,0.6983471,0.7066116,0.70247936,0.7107438,0.74793386,0.73140496,0.74793386,0.75619835,0.75619835,0.7644628,0.76859504,0.75619835,0.73140496,0.6983471,0.6818182,0.6735537,0.677686,0.6735537,0.6983471,0.6983471,0.6735537,0.6735537,0.661157,0.6487603,0.6942149,0.6818182,0.7231405,0.7355372,0.73966944,0.7066116,0.6694215,0.661157,0.6652893,0.6528926,0.6446281,0.6280992,0.607438,0.59090906,0.54545456,0.5247934,0.4214876,0.5495868,0.41322315,0.1694215,0.2107438,0.1983471,0.25619835,0.24380165,0.25619835,0.19421488,0.43801653,0.59090906,0.47107437,0.5206612,0.57438016,0.60330576,0.61157024,0.6446281,0.6322314,0.61157024,0.6735537,0.71487606,0.74793386,0.71487606,0.69008267,0.73966944,0.72727275,0.73140496,0.74793386,0.70247936,0.7066116,0.7231405,0.70247936,0.7107438,0.6735537,0.61570245,0.55785125,0.5661157,0.57024795,0.5371901,0.5165289,0.553719,0.60330576,0.6280992,0.6487603,0.6652893,0.6818182,0.69008267,0.71487606,0.71900827,0.73140496,0.74380165,0.75206614,0.7231405,0.677686,0.6528926,0.6363636,0.6198347,0.61570245,0.59917355,0.5785124,0.55785125,0.53305787,0.48347107,0.44214877,0.58264464,0.39256197,0.19421488,0.19008264,0.20661157,0.27272728,0.23966943,0.24380165,0.19421488,0.4090909,0.6404959,0.5413223,0.46280992,0.5413223,0.59090906,0.58264464,0.61570245,0.6446281,0.6446281,0.6570248,0.7066116,0.71900827,0.6983471,0.70247936,0.74380165,0.75206614,0.76859504,0.75206614,0.7231405,0.71900827,0.71487606,0.71487606,0.7066116,0.6198347,0.59504133,0.55785125,0.54545456,0.60330576,0.54545456,0.48347107,0.53305787,0.607438,0.6404959,0.6652893,0.70247936,0.7107438,0.7231405,0.7231405,0.7355372,0.75619835,0.7355372,0.7231405,0.6942149,0.6322314,0.6280992,0.62396693,0.58264464,0.5661157,0.56198347,0.5495868,0.5289256,0.5082645,0.43801653,0.47107437,0.607438,0.38429752,0.18595041,0.20661157,0.20661157,0.26859504,0.24380165,0.24793388,0.1694215,0.37603307,0.661157,0.6363636,0.4752066,0.5123967,0.5413223,0.5495868,0.5785124,0.6280992,0.62396693,0.62396693,0.6694215,0.6859504,0.6735537,0.71487606,0.75619835,0.76033056,0.7768595,0.76859504,0.76859504,0.76859504,0.75619835,0.77272725,0.7768595,0.7107438,0.6446281,0.58677685,0.553719,0.59504133,0.58264464,0.54545456,0.553719,0.61157024,0.6570248,0.6694215,0.6859504,0.7107438,0.72727275,0.73140496,0.73140496,0.75619835,0.6983471,0.7066116,0.677686,0.61157024,0.6198347,0.62396693,0.56198347,0.5371901,0.5289256,0.55785125,0.5289256,0.49586776,0.45041323,0.5289256,0.62396693,0.38842976,0.18595041,0.1983471,0.2107438,0.24793388,0.2520661,0.24793388,0.17768595,0.3305785,0.661157,0.6735537,0.57438016,0.46694216,0.5165289,0.56198347,0.58264464,0.59090906,0.607438,0.61157024,0.6446281,0.6694215,0.6404959,0.677686,0.74380165,0.7644628,0.75206614,0.76859504,0.76859504,0.76859504,0.7768595,0.7768595,0.76033056,0.7355372,0.677686,0.607438,0.59090906,0.61157024,0.60330576,0.60330576,0.60330576,0.61570245,0.6528926,0.6735537,0.69008267,0.7107438,0.7231405,0.73140496,0.72727275,0.6983471,0.6735537,0.6818182,0.6446281,0.607438,0.61157024,0.6198347,0.5495868,0.5371901,0.5247934,0.5413223,0.5206612,0.446281,0.45454547,0.57438016,0.6446281,0.3966942,0.19421488,0.19421488,0.20661157,0.2520661,0.25619835,0.24380165,0.19008264,0.29338843,0.6652893,0.6818182,0.6570248,0.5206612,0.45454547,0.5371901,0.58264464,0.54545456,0.57024795,0.553719,0.607438,0.6528926,0.61157024,0.6322314,0.6942149,0.74793386,0.73966944,0.7644628,0.76033056,0.78512394,0.7892562,0.76033056,0.7644628,0.72727275,0.69008267,0.6280992,0.6487603,0.6487603,0.6446281,0.6487603,0.6487603,0.6446281,0.661157,0.6652893,0.6818182,0.69008267,0.7066116,0.71900827,0.71900827,0.6942149,0.6818182,0.6280992,0.62396693,0.607438,0.5785124,0.59504133,0.5371901,0.5206612,0.5082645,0.5289256,0.49173555,0.4214876,0.48347107,0.61157024,0.6446281,0.3966942,0.1983471,0.19008264,0.19421488,0.2603306,0.24793388,0.24380165,0.19008264,0.2644628,0.6404959,0.6818182,0.6942149,0.6487603,0.4338843,0.47933885,0.57024795,0.56198347,0.57024795,0.553719,0.58677685,0.61157024,0.59090906,0.61570245,0.6652893,0.7231405,0.73140496,0.75619835,0.75206614,0.76033056,0.77272725,0.75206614,0.74793386,0.71900827,0.6942149,0.6487603,0.6652893,0.6694215,0.661157,0.6652893,0.6652893,0.6528926,0.6694215,0.677686,0.6859504,0.6942149,0.6983471,0.7107438,0.70247936,0.6528926,0.661157,0.6280992,0.61157024,0.61157024,0.56198347,0.5785124,0.56198347,0.5082645,0.5165289,0.5247934,0.45041323,0.42561984,0.56198347,0.6487603,0.6570248,0.4090909,0.18595041,0.18595041,0.19421488,0.24793388,0.24380165,0.24793388,0.20661157,0.23966943,0.60330576,0.6735537,0.70247936,0.7066116,0.55785125,0.44214877,0.5247934,0.54545456,0.5413223,0.5371901,0.57438016,0.5661157,0.57024795,0.60330576,0.6280992,0.6735537,0.7107438,0.74793386,0.74793386,0.7231405,0.7355372,0.71487606,0.71900827,0.7066116,0.69008267,0.6694215,0.677686,0.6694215,0.6652893,0.6652893,0.6818182,0.677686,0.69008267,0.6942149,0.6859504,0.6818182,0.6818182,0.6983471,0.6694215,0.6487603,0.6198347,0.59090906,0.61157024,0.57024795,0.56198347,0.5495868,0.553719,0.49173555,0.5041322,0.5247934,0.44214877,0.5041322,0.61570245,0.677686,0.6652893,0.4214876,0.18595041,0.18181819,0.2107438,0.24793388,0.24793388,0.24793388,0.21487603,0.20661157,0.5661157,0.6859504,0.6942149,0.7107438,0.7066116,0.4876033,0.49586776,0.553719,0.553719,0.5371901,0.553719,0.553719,0.57438016,0.5785124,0.60330576,0.6487603,0.6942149,0.72727275,0.73966944,0.72727275,0.7066116,0.7107438,0.7107438,0.7107438,0.69008267,0.6735537,0.677686,0.69008267,0.69008267,0.69008267,0.7066116,0.7066116,0.6983471,0.6942149,0.6735537,0.6859504,0.6859504,0.6818182,0.661157,0.6528926,0.61570245,0.5785124,0.57024795,0.54545456,0.5413223,0.53305787,0.5123967,0.4876033,0.48347107,0.47107437,0.45041323,0.57438016,0.6528926,0.6859504,0.6652893,0.41735536,0.17768595,0.18595041,0.20661157,0.24793388,0.24380165,0.23553719,0.2231405,0.20661157,0.5206612,0.6859504,0.6942149,0.7107438,0.7355372,0.6446281,0.45454547,0.57024795,0.5371901,0.5206612,0.53305787,0.5413223,0.5661157,0.553719,0.5661157,0.59504133,0.6652893,0.7231405,0.72727275,0.71900827,0.6735537,0.6983471,0.6983471,0.6942149,0.6983471,0.7066116,0.6942149,0.73140496,0.72727275,0.7355372,0.7355372,0.7355372,0.7107438,0.69008267,0.661157,0.661157,0.6694215,0.6404959,0.6363636,0.6363636,0.6198347,0.5661157,0.5247934,0.5,0.5289256,0.5289256,0.5206612,0.49173555,0.46280992,0.446281,0.5289256,0.6198347,0.6694215,0.6859504,0.6652893,0.41735536,0.17768595,0.19008264,0.20247933,15 +0.54545456,0.58264464,0.59090906,0.59090906,0.61157024,0.6363636,0.6446281,0.6570248,0.6652893,0.69008267,0.69008267,0.677686,0.6983471,0.69008267,0.6942149,0.677686,0.677686,0.6859504,0.6942149,0.6942149,0.6983471,0.6983471,0.71487606,0.72727275,0.7231405,0.74380165,0.74793386,0.77272725,0.76033056,0.76033056,0.76033056,0.75619835,0.75619835,0.74380165,0.75619835,0.7644628,0.75619835,0.7644628,0.7644628,0.74793386,0.75206614,0.73140496,0.71487606,0.70247936,0.7066116,0.70247936,0.70247936,0.7107438,0.7107438,0.7066116,0.69008267,0.6983471,0.6859504,0.6942149,0.69008267,0.6859504,0.6735537,0.6735537,0.6446281,0.62396693,0.6280992,0.59917355,0.59917355,0.607438,0.53305787,0.59917355,0.59504133,0.58677685,0.61570245,0.6404959,0.6487603,0.6570248,0.6570248,0.6735537,0.6859504,0.6859504,0.69008267,0.7066116,0.6942149,0.6859504,0.6818182,0.69008267,0.6942149,0.6942149,0.6818182,0.69008267,0.71487606,0.7231405,0.72727275,0.75206614,0.74380165,0.77272725,0.74793386,0.75619835,0.75206614,0.7644628,0.76033056,0.75206614,0.7644628,0.7644628,0.75619835,0.75206614,0.74793386,0.75206614,0.75619835,0.74793386,0.7231405,0.7107438,0.7107438,0.72727275,0.71487606,0.7066116,0.7107438,0.71487606,0.70247936,0.7066116,0.69008267,0.69008267,0.6859504,0.6859504,0.6694215,0.661157,0.6487603,0.6322314,0.62396693,0.607438,0.60330576,0.58264464,0.5082645,0.58264464,0.59504133,0.59090906,0.62396693,0.6322314,0.6487603,0.6570248,0.6694215,0.6735537,0.6735537,0.6859504,0.6983471,0.70247936,0.7107438,0.7066116,0.7066116,0.70247936,0.7066116,0.6983471,0.6942149,0.7066116,0.7231405,0.7231405,0.7355372,0.75619835,0.76859504,0.75206614,0.77272725,0.7644628,0.77272725,0.7644628,0.75619835,0.76033056,0.75206614,0.75619835,0.74793386,0.75619835,0.76033056,0.7644628,0.75619835,0.7644628,0.73140496,0.7107438,0.71900827,0.72727275,0.7231405,0.7107438,0.71900827,0.71487606,0.70247936,0.71900827,0.7066116,0.6859504,0.6735537,0.6735537,0.6570248,0.6446281,0.6363636,0.6363636,0.62396693,0.6198347,0.59917355,0.58677685,0.46280992,0.57024795,0.59504133,0.59090906,0.61570245,0.6322314,0.6363636,0.6404959,0.661157,0.6570248,0.6694215,0.6694215,0.6818182,0.69008267,0.7066116,0.69008267,0.71900827,0.71900827,0.7231405,0.71487606,0.71487606,0.71900827,0.72727275,0.7355372,0.73966944,0.75206614,0.76859504,0.74793386,0.7892562,0.7768595,0.78512394,0.76859504,0.7644628,0.7644628,0.76033056,0.75206614,0.76033056,0.75619835,0.74380165,0.7768595,0.75206614,0.74380165,0.71900827,0.7231405,0.73140496,0.73140496,0.71487606,0.7066116,0.71487606,0.71487606,0.7066116,0.71900827,0.7107438,0.661157,0.6694215,0.6694215,0.6446281,0.6322314,0.6322314,0.62396693,0.62396693,0.61570245,0.60330576,0.57024795,0.40082645,0.57024795,0.59504133,0.57024795,0.61157024,0.6280992,0.61157024,0.61157024,0.6280992,0.6404959,0.6404959,0.661157,0.661157,0.6694215,0.677686,0.6983471,0.71487606,0.71487606,0.71487606,0.7231405,0.72727275,0.71900827,0.72727275,0.73140496,0.73966944,0.77272725,0.77272725,0.7768595,0.7644628,0.76033056,0.7644628,0.77272725,0.77272725,0.76859504,0.76033056,0.75619835,0.7644628,0.76033056,0.73966944,0.78512394,0.75619835,0.73140496,0.72727275,0.7355372,0.73966944,0.72727275,0.7066116,0.6983471,0.70247936,0.70247936,0.69008267,0.6983471,0.6942149,0.6446281,0.661157,0.6570248,0.6404959,0.6280992,0.6280992,0.62396693,0.6198347,0.61157024,0.59504133,0.57024795,0.3429752,0.55785125,0.58677685,0.57438016,0.607438,0.61157024,0.607438,0.59917355,0.61157024,0.61157024,0.61157024,0.59917355,0.6198347,0.6198347,0.6404959,0.677686,0.677686,0.6735537,0.6859504,0.7066116,0.7231405,0.72727275,0.72727275,0.73140496,0.74793386,0.76033056,0.78512394,0.7933884,0.7892562,0.73140496,0.7768595,0.77272725,0.7768595,0.7644628,0.76033056,0.77272725,0.77272725,0.78099173,0.77272725,0.76859504,0.75206614,0.71900827,0.70247936,0.73966944,0.7231405,0.6983471,0.69008267,0.677686,0.6818182,0.6694215,0.661157,0.661157,0.6528926,0.6487603,0.6487603,0.6528926,0.61157024,0.6404959,0.6280992,0.62396693,0.62396693,0.59917355,0.58677685,0.5785124,0.29338843,0.53305787,0.56198347,0.57024795,0.59917355,0.5785124,0.58677685,0.59504133,0.59504133,0.5661157,0.5123967,0.5206612,0.54545456,0.5495868,0.57438016,0.6198347,0.6322314,0.6528926,0.661157,0.6735537,0.69008267,0.7066116,0.71900827,0.7355372,0.74380165,0.77272725,0.7892562,0.78512394,0.78512394,0.76033056,0.77272725,0.7768595,0.7892562,0.7768595,0.76033056,0.78099173,0.7768595,0.76859504,0.76033056,0.75206614,0.7231405,0.7066116,0.6942149,0.69008267,0.6818182,0.6570248,0.6363636,0.6280992,0.6363636,0.6404959,0.6198347,0.6280992,0.60330576,0.607438,0.6363636,0.6322314,0.607438,0.59917355,0.60330576,0.607438,0.60330576,0.58264464,0.58264464,0.58677685,0.2520661,0.5,0.5661157,0.55785125,0.58677685,0.5495868,0.5495868,0.57024795,0.5247934,0.44214877,0.41735536,0.45041323,0.47933885,0.48347107,0.5082645,0.5371901,0.57438016,0.59504133,0.62396693,0.6322314,0.6404959,0.6694215,0.6983471,0.71900827,0.73140496,0.74793386,0.7644628,0.78099173,0.7768595,0.78099173,0.7768595,0.78512394,0.7892562,0.78099173,0.75619835,0.77272725,0.7644628,0.74793386,0.73966944,0.73966944,0.6983471,0.6694215,0.6446281,0.62396693,0.61157024,0.61157024,0.59504133,0.553719,0.57024795,0.58677685,0.5495868,0.5289256,0.53305787,0.5041322,0.57024795,0.6446281,0.6280992,0.59090906,0.57438016,0.58264464,0.58264464,0.57438016,0.58264464,0.5785124,0.23140496,0.46694216,0.5785124,0.56198347,0.56198347,0.5082645,0.46694216,0.41735536,0.36363637,0.3264463,0.33471075,0.3966942,0.41322315,0.41735536,0.41735536,0.43801653,0.45867768,0.4752066,0.4752066,0.5206612,0.5661157,0.59504133,0.677686,0.71487606,0.72727275,0.73140496,0.74793386,0.7644628,0.76033056,0.7644628,0.75619835,0.75619835,0.77272725,0.74793386,0.73140496,0.7355372,0.7355372,0.7107438,0.7107438,0.6818182,0.6446281,0.59504133,0.5495868,0.5041322,0.4876033,0.49173555,0.48347107,0.44214877,0.446281,0.45867768,0.42975205,0.39256197,0.3966942,0.40082645,0.40495867,0.5413223,0.6198347,0.59090906,0.5661157,0.5495868,0.5661157,0.5785124,0.59090906,0.54545456,0.20247933,0.446281,0.58264464,0.5661157,0.5371901,0.44214877,0.34710744,0.35123968,0.36363637,0.3429752,0.3553719,0.37603307,0.3677686,0.35950413,0.34710744,0.35950413,0.37603307,0.38016528,0.35123968,0.338843,0.37603307,0.45867768,0.54545456,0.6198347,0.6983471,0.7231405,0.74380165,0.75206614,0.74793386,0.75206614,0.74793386,0.73140496,0.75206614,0.72727275,0.73140496,0.73966944,0.70247936,0.6694215,0.6694215,0.6280992,0.553719,0.48347107,0.4090909,0.35123968,0.32231405,0.3264463,0.32231405,0.3140496,0.3264463,0.3429752,0.33471075,0.338843,0.33471075,0.3553719,0.37603307,0.36363637,0.48347107,0.5247934,0.5082645,0.54545456,0.54545456,0.57024795,0.59090906,0.5206612,0.19421488,0.43801653,0.58264464,0.5371901,0.43801653,0.38016528,0.40082645,0.41322315,0.42975205,0.446281,0.4338843,0.43801653,0.40082645,0.36363637,0.35950413,0.37603307,0.3677686,0.39256197,0.38842976,0.28512397,0.29752067,0.3181818,0.37190083,0.49173555,0.62396693,0.6942149,0.73140496,0.73966944,0.74793386,0.74793386,0.73966944,0.71900827,0.74793386,0.7107438,0.75206614,0.73140496,0.69008267,0.6528926,0.61570245,0.553719,0.47107437,0.3966942,0.3429752,0.2892562,0.26859504,0.28099173,0.30991736,0.28512397,0.28512397,0.2892562,0.3305785,0.3677686,0.38016528,0.3677686,0.3966942,0.38429752,0.37603307,0.44214877,0.38429752,0.49173555,0.5413223,0.5661157,0.60330576,0.5082645,0.17768595,0.446281,0.59090906,0.55785125,0.446281,0.4214876,0.45454547,0.4876033,0.5123967,0.553719,0.53305787,0.5495868,0.5165289,0.47107437,0.49173555,0.5247934,0.5247934,0.553719,0.5165289,0.44214877,0.38429752,0.40495867,0.36363637,0.40082645,0.5082645,0.6322314,0.72727275,0.74380165,0.75206614,0.73966944,0.73140496,0.7355372,0.71487606,0.72727275,0.7355372,0.74793386,0.6983471,0.6363636,0.57024795,0.5289256,0.4752066,0.42561984,0.41322315,0.40082645,0.4090909,0.42561984,0.4752066,0.446281,0.43801653,0.38842976,0.40495867,0.4090909,0.40495867,0.42561984,0.446281,0.45041323,0.41322315,0.4338843,0.3966942,0.38016528,0.5289256,0.57024795,0.60330576,0.5123967,0.14876033,0.46280992,0.59090906,0.553719,0.46280992,0.5123967,0.55785125,0.5785124,0.6198347,0.6694215,0.6570248,0.661157,0.6570248,0.6404959,0.6280992,0.6363636,0.6570248,0.661157,0.6570248,0.62396693,0.59917355,0.59090906,0.5371901,0.5082645,0.49173555,0.59504133,0.71900827,0.7644628,0.77272725,0.75206614,0.73140496,0.7066116,0.71900827,0.71900827,0.7355372,0.74793386,0.73140496,0.6404959,0.5785124,0.553719,0.56198347,0.54545456,0.5413223,0.54545456,0.55785125,0.5785124,0.60330576,0.5785124,0.59504133,0.5661157,0.55785125,0.57024795,0.55785125,0.553719,0.5247934,0.5082645,0.4876033,0.47107437,0.42975205,0.37603307,0.5206612,0.57438016,0.59917355,0.49586776,0.1570248,0.5,0.5785124,0.5661157,0.5206612,0.553719,0.6446281,0.6942149,0.71900827,0.73966944,0.72727275,0.7107438,0.72727275,0.6983471,0.6859504,0.6487603,0.61570245,0.59504133,0.59917355,0.607438,0.6404959,0.69008267,0.6942149,0.6694215,0.62396693,0.6446281,0.71900827,0.7768595,0.7768595,0.75206614,0.73140496,0.6983471,0.69008267,0.71900827,0.73140496,0.76859504,0.74380165,0.6528926,0.60330576,0.607438,0.61157024,0.58264464,0.54545456,0.5,0.47933885,0.49586776,0.5289256,0.5495868,0.59917355,0.61157024,0.6280992,0.6528926,0.661157,0.6859504,0.6570248,0.61570245,0.59090906,0.55785125,0.5041322,0.44214877,0.5206612,0.59917355,0.6198347,0.47933885,0.19421488,0.5289256,0.5785124,0.57438016,0.57438016,0.61570245,0.70247936,0.74380165,0.74793386,0.71900827,0.6404959,0.57438016,0.57438016,0.5165289,0.49173555,0.45867768,0.4338843,0.41735536,0.4090909,0.42975205,0.46694216,0.553719,0.661157,0.69008267,0.7066116,0.6942149,0.7066116,0.7644628,0.78512394,0.75206614,0.7231405,0.7107438,0.6983471,0.7107438,0.73966944,0.76033056,0.71487606,0.6363636,0.6322314,0.61157024,0.54545456,0.44214877,0.37190083,0.36363637,0.37190083,0.37190083,0.36363637,0.37603307,0.4090909,0.446281,0.5165289,0.56198347,0.607438,0.6528926,0.6983471,0.69008267,0.677686,0.6528926,0.58264464,0.5082645,0.553719,0.59504133,0.6404959,0.4752066,0.23966943,0.5495868,0.58264464,0.57438016,0.58677685,0.6404959,0.7066116,0.74380165,0.7231405,0.61157024,0.5371901,0.45454547,0.45041323,0.47107437,0.37190083,0.29752067,0.30578512,0.3264463,0.3181818,0.37190083,0.38842976,0.38842976,0.46694216,0.61157024,0.69008267,0.6983471,0.6818182,0.73966944,0.7768595,0.75619835,0.73140496,0.7107438,0.6983471,0.70247936,0.73140496,0.73140496,0.6735537,0.6280992,0.61157024,0.54545456,0.4214876,0.3429752,0.338843,0.38429752,0.40495867,0.3264463,0.26859504,0.2768595,0.28099173,0.23966943,0.41322315,0.46280992,0.47933885,0.5289256,0.5661157,0.6694215,0.6983471,0.6735537,0.6280992,0.57438016,0.57024795,0.58264464,0.6404959,0.4752066,0.3181818,0.57438016,0.58264464,0.5785124,0.61157024,0.6652893,0.6942149,0.72727275,0.69008267,0.553719,0.42561984,0.38842976,0.55785125,0.6859504,0.338843,0.19421488,0.27272728,0.2603306,0.2107438,0.41322315,0.4876033,0.42561984,0.38016528,0.46694216,0.61157024,0.6859504,0.6570248,0.69008267,0.74793386,0.73966944,0.71487606,0.70247936,0.6942149,0.6859504,0.7066116,0.69008267,0.6363636,0.59090906,0.57438016,0.48347107,0.40495867,0.37603307,0.38016528,0.45867768,0.5247934,0.3181818,0.22727273,0.3140496,0.21900827,0.11983471,0.42561984,0.56198347,0.42975205,0.4090909,0.4876033,0.57024795,0.6818182,0.6694215,0.6446281,0.607438,0.59504133,0.60330576,0.6363636,0.47933885,0.39256197,0.5785124,0.58677685,0.58677685,0.6280992,0.6859504,0.6942149,0.6942149,0.62396693,0.45454547,0.40495867,0.62396693,0.76859504,0.7892562,0.3140496,0.28512397,0.29338843,0.29338843,0.21900827,0.45454547,0.59090906,0.4876033,0.41735536,0.4090909,0.55785125,0.6570248,0.60330576,0.6363636,0.7231405,0.71900827,0.6942149,0.6942149,0.6818182,0.6694215,0.6859504,0.6652893,0.60330576,0.53305787,0.59917355,0.45041323,0.42975205,0.46280992,0.446281,0.553719,0.607438,0.37190083,0.21487603,0.33471075,0.30578512,0.2768595,0.553719,0.75619835,0.61157024,0.37190083,0.38016528,0.54545456,0.6570248,0.6694215,0.6570248,0.6322314,0.61157024,0.61570245,0.6322314,0.5206612,0.446281,0.57438016,0.5785124,0.59090906,0.6404959,0.69008267,0.6859504,0.6570248,0.57024795,0.4876033,0.45041323,0.59504133,0.76033056,0.8429752,0.45867768,0.49173555,0.2231405,0.24380165,0.30165288,0.5661157,0.6404959,0.55785125,0.5206612,0.4338843,0.5206612,0.607438,0.55785125,0.58264464,0.6942149,0.6942149,0.677686,0.6859504,0.6859504,0.661157,0.6570248,0.6363636,0.57438016,0.5289256,0.5785124,0.45867768,0.41322315,0.3966942,0.4214876,0.5413223,0.6404959,0.48347107,0.2892562,0.25619835,0.3429752,0.5413223,0.74380165,0.822314,0.6859504,0.46694216,0.3553719,0.46694216,0.62396693,0.6694215,0.6735537,0.6528926,0.6280992,0.62396693,0.6322314,0.54545456,0.48347107,0.58264464,0.59504133,0.59504133,0.6446281,0.6859504,0.677686,0.6570248,0.59504133,0.5289256,0.47107437,0.45867768,0.6487603,0.79752064,0.71900827,0.6859504,0.37190083,0.3966942,0.49173555,0.61157024,0.5785124,0.49173555,0.47107437,0.42561984,0.4338843,0.5413223,0.5413223,0.5495868,0.677686,0.677686,0.6652893,0.69008267,0.71900827,0.6942149,0.6487603,0.61570245,0.56198347,0.5165289,0.55785125,0.5371901,0.46280992,0.43801653,0.4090909,0.45867768,0.54545456,0.58677685,0.4876033,0.43801653,0.49586776,0.6942149,0.78512394,0.7066116,0.553719,0.45041323,0.46694216,0.49586776,0.60330576,0.6570248,0.69008267,0.6694215,0.6404959,0.6198347,0.62396693,0.56198347,0.5082645,0.58264464,0.60330576,0.59917355,0.6446281,0.6694215,0.6528926,0.661157,0.6446281,0.57438016,0.5289256,0.5041322,0.5165289,0.607438,0.6983471,0.6487603,0.5123967,0.5413223,0.55785125,0.5289256,0.5289256,0.46694216,0.47107437,0.5165289,0.5413223,0.5289256,0.5206612,0.553719,0.6487603,0.6652893,0.6528926,0.6983471,0.75619835,0.74380165,0.6652893,0.60330576,0.5661157,0.5247934,0.5371901,0.5165289,0.48347107,0.446281,0.45454547,0.46694216,0.46694216,0.53305787,0.55785125,0.5371901,0.553719,0.60330576,0.59504133,0.55785125,0.5165289,0.5,0.54545456,0.5785124,0.6322314,0.6570248,0.69008267,0.6735537,0.6404959,0.62396693,0.6198347,0.5661157,0.5082645,0.5785124,0.58677685,0.60330576,0.6363636,0.6363636,0.6446281,0.6487603,0.661157,0.6487603,0.6198347,0.61157024,0.59090906,0.57438016,0.58677685,0.55785125,0.54545456,0.5413223,0.54545456,0.5123967,0.5082645,0.49586776,0.5206612,0.5661157,0.57438016,0.5371901,0.5206612,0.5661157,0.6322314,0.6694215,0.6652893,0.6942149,0.7644628,0.76033056,0.7066116,0.6198347,0.5785124,0.5371901,0.53305787,0.5371901,0.5413223,0.5123967,0.5041322,0.5123967,0.5082645,0.5289256,0.5371901,0.53305787,0.5371901,0.57024795,0.62396693,0.61570245,0.607438,0.59917355,0.6322314,0.6363636,0.6570248,0.6735537,0.6859504,0.6652893,0.6322314,0.6198347,0.6280992,0.5661157,0.5082645,0.58264464,0.59504133,0.62396693,0.6735537,0.6446281,0.6528926,0.6363636,0.677686,0.677686,0.6859504,0.6942149,0.69008267,0.70247936,0.70247936,0.6404959,0.62396693,0.5785124,0.59090906,0.56198347,0.5495868,0.5661157,0.58264464,0.59504133,0.57024795,0.5495868,0.56198347,0.58677685,0.6322314,0.6570248,0.6735537,0.6983471,0.73966944,0.75619835,0.71900827,0.6528926,0.59504133,0.5661157,0.54545456,0.553719,0.56198347,0.5785124,0.57438016,0.56198347,0.57438016,0.58264464,0.607438,0.6198347,0.6487603,0.6818182,0.6942149,0.69008267,0.6859504,0.677686,0.661157,0.6404959,0.6652893,0.6859504,0.6859504,0.6652893,0.6322314,0.6198347,0.62396693,0.5413223,0.48347107,0.59504133,0.59504133,0.6363636,0.6694215,0.6322314,0.6446281,0.6487603,0.6859504,0.6859504,0.7107438,0.72727275,0.73140496,0.74793386,0.7644628,0.72727275,0.6983471,0.6570248,0.6446281,0.62396693,0.6198347,0.61157024,0.61157024,0.607438,0.57438016,0.57024795,0.59504133,0.61570245,0.6363636,0.6487603,0.677686,0.7066116,0.74793386,0.74793386,0.7107438,0.6859504,0.61570245,0.59504133,0.5785124,0.57024795,0.57438016,0.58264464,0.61157024,0.6198347,0.607438,0.61570245,0.6363636,0.661157,0.6859504,0.71900827,0.72727275,0.73140496,0.7107438,0.6859504,0.661157,0.6404959,0.6652893,0.6942149,0.6694215,0.661157,0.6404959,0.6280992,0.62396693,0.49173555,0.45454547,0.59917355,0.607438,0.6363636,0.6528926,0.6570248,0.6404959,0.661157,0.6652893,0.6818182,0.7107438,0.73140496,0.74380165,0.7644628,0.76859504,0.76033056,0.7355372,0.69008267,0.661157,0.661157,0.6487603,0.6404959,0.6280992,0.61570245,0.59090906,0.607438,0.62396693,0.6446281,0.6570248,0.6570248,0.6859504,0.6983471,0.73140496,0.73140496,0.6983471,0.677686,0.6487603,0.61157024,0.607438,0.58677685,0.58677685,0.59917355,0.607438,0.6404959,0.6322314,0.6487603,0.661157,0.6694215,0.6983471,0.7107438,0.73140496,0.7355372,0.7107438,0.6694215,0.6528926,0.6487603,0.6694215,0.69008267,0.661157,0.6528926,0.6363636,0.62396693,0.61157024,0.44214877,0.3966942,0.60330576,0.59917355,0.6198347,0.6446281,0.6487603,0.6404959,0.6735537,0.6487603,0.677686,0.6942149,0.71487606,0.73966944,0.76859504,0.7768595,0.76033056,0.75206614,0.7231405,0.7066116,0.6735537,0.6735537,0.6694215,0.6446281,0.62396693,0.6198347,0.6363636,0.6404959,0.661157,0.6694215,0.6652893,0.69008267,0.71487606,0.7231405,0.72727275,0.70247936,0.6735537,0.6570248,0.6363636,0.61570245,0.607438,0.59504133,0.6280992,0.6404959,0.6280992,0.6446281,0.677686,0.677686,0.677686,0.71900827,0.73140496,0.74380165,0.72727275,0.6859504,0.6570248,0.6528926,0.6694215,0.6818182,0.6818182,0.6652893,0.6528926,0.61570245,0.6280992,0.59504133,0.35950413,0.42561984,0.58677685,0.59917355,0.62396693,0.6446281,0.6652893,0.6652893,0.6859504,0.661157,0.6735537,0.677686,0.677686,0.73140496,0.7768595,0.7892562,0.78512394,0.7644628,0.75206614,0.71900827,0.677686,0.6983471,0.6735537,0.6528926,0.6487603,0.6446281,0.6528926,0.6570248,0.6735537,0.677686,0.677686,0.6942149,0.72727275,0.73140496,0.73966944,0.7107438,0.6818182,0.6694215,0.6446281,0.61570245,0.61157024,0.61570245,0.6363636,0.6735537,0.661157,0.6570248,0.6818182,0.6983471,0.7107438,0.71900827,0.75206614,0.73966944,0.7107438,0.6735537,0.661157,0.6694215,0.6859504,0.69008267,0.677686,0.6735537,0.6570248,0.6198347,0.61570245,0.55785125,0.32231405,0.5413223,0.553719,0.61570245,0.62396693,0.6446281,0.677686,0.6859504,0.6983471,0.69008267,0.6735537,0.6942149,0.6859504,0.6859504,0.73140496,0.75619835,0.7768595,0.76033056,0.74380165,0.72727275,0.6983471,0.69008267,0.661157,0.6570248,0.6570248,0.6446281,0.661157,0.677686,0.6735537,0.6652893,0.677686,0.6818182,0.73140496,0.7231405,0.7355372,0.7231405,0.69008267,0.677686,0.6446281,0.62396693,0.6198347,0.62396693,0.6322314,0.6735537,0.6818182,0.661157,0.69008267,0.6983471,0.7231405,0.7066116,0.71900827,0.6942149,0.6735537,0.6652893,0.6735537,0.6818182,0.6942149,0.6818182,0.677686,0.6735537,0.6363636,0.6198347,0.61157024,0.5206612,0.29752067,0.58264464,0.5206612,0.62396693,0.6280992,0.6404959,0.677686,0.69008267,0.71900827,0.7231405,0.6983471,0.69008267,0.7107438,0.6859504,0.72727275,0.73140496,0.74380165,0.73140496,0.73140496,0.7231405,0.6983471,0.6818182,0.6694215,0.6735537,0.661157,0.6570248,0.6735537,0.6859504,0.6735537,0.661157,0.677686,0.6735537,0.71487606,0.72727275,0.72727275,0.72727275,0.6859504,0.677686,0.6446281,0.6280992,0.6198347,0.6322314,0.6198347,0.6363636,0.6652893,0.6694215,0.6818182,0.6735537,0.6859504,0.6942149,0.6942149,0.677686,0.6652893,0.677686,0.6859504,0.70247936,0.70247936,0.6983471,0.69008267,0.677686,0.62396693,0.61570245,0.61157024,0.44214877,0.49173555,0.60330576,0.5,0.6280992,0.6404959,0.6446281,0.677686,0.7066116,0.72727275,0.74793386,0.75206614,0.72727275,0.73966944,0.72727275,0.73140496,0.73140496,0.7231405,0.72727275,0.71900827,0.6983471,0.6735537,0.6735537,0.6735537,0.677686,0.6570248,0.677686,0.6818182,0.6735537,0.6528926,0.6446281,0.661157,0.6859504,0.7231405,0.72727275,0.72727275,0.73966944,0.6983471,0.69008267,0.6446281,0.6363636,0.62396693,0.6363636,0.6280992,0.6487603,0.6652893,0.6652893,0.6694215,0.6735537,0.6735537,0.6694215,0.677686,0.6694215,0.6942149,0.6942149,0.70247936,0.71487606,0.72727275,0.7107438,0.6859504,0.6694215,0.6322314,0.62396693,0.61570245,0.36363637,0.61570245,0.6322314,0.45867768,0.6280992,0.6404959,0.661157,0.69008267,0.7066116,0.7231405,0.7644628,0.7644628,0.77272725,0.76033056,0.7768595,0.75206614,0.7355372,0.71900827,0.7231405,0.6983471,0.677686,0.6694215,0.6652893,0.6735537,0.6859504,0.6528926,0.6942149,0.6859504,0.661157,0.6570248,0.6528926,0.6694215,0.6983471,0.72727275,0.7355372,0.74793386,0.76033056,0.71900827,0.70247936,0.6404959,0.6322314,0.6446281,0.6363636,0.6322314,0.6487603,0.6446281,0.6487603,0.6487603,0.6528926,0.661157,0.6652893,0.661157,0.6735537,0.7107438,0.71900827,0.7355372,0.72727275,0.7355372,0.70247936,0.6942149,0.6735537,0.6404959,0.61570245,0.54545456,0.3677686,0.6280992,0.70247936,0.43801653,0.607438,0.6446281,0.6818182,0.70247936,0.71487606,0.7231405,0.75619835,0.78512394,0.78099173,0.77272725,0.76033056,0.75206614,0.7644628,0.7231405,0.72727275,0.6983471,0.677686,0.6694215,0.6818182,0.6818182,0.69008267,0.6818182,0.6859504,0.69008267,0.6446281,0.6322314,0.6652893,0.661157,0.6942149,0.71487606,0.71900827,0.72727275,0.75206614,0.7355372,0.7107438,0.6528926,0.61157024,0.6528926,0.6487603,0.6570248,0.6570248,0.661157,0.6528926,0.6446281,0.6528926,0.661157,0.6652893,0.6570248,0.6942149,0.7107438,0.7355372,0.73966944,0.74380165,0.74380165,0.7066116,0.6983471,0.677686,0.6322314,0.62396693,0.46280992,0.44214877,0.6694215,0.8016529,0.45867768,0.57438016,0.6446281,0.6818182,0.7066116,0.71487606,0.72727275,0.75206614,0.7892562,0.78099173,0.7768595,0.77272725,0.7768595,0.7644628,0.73140496,0.72727275,0.6983471,0.69008267,0.6859504,0.6942149,0.69008267,0.7066116,0.72727275,0.6735537,0.6528926,0.6446281,0.6322314,0.6652893,0.6694215,0.70247936,0.73140496,0.7231405,0.71487606,0.71900827,0.71900827,0.7231405,0.6818182,0.59917355,0.6652893,0.6735537,0.6735537,0.6652893,0.6652893,0.6735537,0.6528926,0.6528926,0.661157,0.6652893,0.6652893,0.6983471,0.73140496,0.74380165,0.73966944,0.76033056,0.74380165,0.7231405,0.6983471,0.6694215,0.62396693,0.60330576,0.40495867,0.5247934,0.70247936,0.74793386,0.49173555,0.5289256,0.6446281,0.6735537,0.71900827,0.7231405,0.7355372,0.77272725,0.78512394,0.79752064,0.78099173,0.76859504,0.77272725,0.7644628,0.72727275,0.70247936,0.6983471,0.6942149,0.70247936,0.6942149,0.6942149,0.71487606,0.71900827,0.6487603,0.62396693,0.6446281,0.6280992,0.6652893,0.677686,0.71487606,0.7231405,0.7107438,0.7066116,0.7066116,0.7107438,0.70247936,0.7066116,0.59090906,0.661157,0.7066116,0.6818182,0.6694215,0.6528926,0.6694215,0.6652893,0.6487603,0.6652893,0.677686,0.6735537,0.7066116,0.71900827,0.7355372,0.7355372,0.74793386,0.73966944,0.7231405,0.69008267,0.6528926,0.61570245,0.57024795,0.4090909,0.59504133,0.7355372,0.38429752,0.30578512,0.5123967,0.62396693,0.677686,0.71900827,0.71487606,0.71487606,0.7644628,0.7933884,0.80991733,0.78099173,0.7644628,0.78099173,0.76033056,0.7355372,0.6983471,0.70247936,0.7107438,0.7066116,0.69008267,0.70247936,0.74793386,0.6942149,0.6198347,0.61157024,0.6487603,0.6487603,0.6735537,0.677686,0.7066116,0.71487606,0.7066116,0.7066116,0.70247936,0.6942149,0.6983471,0.7066116,0.6528926,0.6570248,0.73966944,0.71900827,0.677686,0.6652893,0.677686,0.6859504,0.6818182,0.6818182,0.6942149,0.6859504,0.7107438,0.71487606,0.7231405,0.677686,0.74380165,0.74380165,0.7231405,0.69008267,0.6570248,0.61570245,0.5082645,0.4090909,0.54545456,0.6694215,0.24380165,0.16528925,0.38842976,0.61157024,0.69008267,0.7107438,0.73966944,0.73140496,0.74793386,0.78099173,0.79752064,0.7933884,0.78512394,0.7768595,0.75206614,0.73966944,0.6983471,0.71487606,0.6983471,0.6983471,0.70247936,0.73140496,0.75619835,0.6652893,0.61157024,0.6322314,0.6570248,0.6859504,0.6942149,0.6735537,0.74793386,0.76859504,0.7355372,0.7355372,0.71487606,0.7107438,0.71487606,0.71900827,0.661157,0.6487603,0.7355372,0.74793386,0.6859504,0.6735537,0.677686,0.6818182,0.71487606,0.70247936,0.6983471,0.71487606,0.72727275,0.72727275,0.75206614,0.72727275,0.73966944,0.75206614,0.7231405,0.6942149,0.6570248,0.59504133,0.4752066,0.3429752,0.28512397,0.29752067,0.23553719,0.19421488,0.33471075,0.5289256,0.6528926,0.7107438,0.7355372,0.73966944,0.7355372,0.76859504,0.78099173,0.7892562,0.7892562,0.77272725,0.75206614,0.7107438,0.7231405,0.6942149,0.70247936,0.70247936,0.71487606,0.75619835,0.7355372,0.6404959,0.62396693,0.661157,0.6942149,0.71900827,0.71487606,0.69008267,0.7892562,0.822314,0.78099173,0.75619835,0.7231405,0.71900827,0.71900827,0.7066116,0.6694215,0.6528926,0.70247936,0.73966944,0.6983471,0.6735537,0.677686,0.6859504,0.71900827,0.71900827,0.7107438,0.7231405,0.71900827,0.71487606,0.7355372,0.75619835,0.72727275,0.7355372,0.71487606,0.6818182,0.6487603,0.57438016,0.47933885,0.3181818,0.21900827,0.22727273,0.23140496,0.18595041,0.25619835,0.48347107,0.62396693,0.677686,0.7355372,0.74380165,0.74793386,0.7644628,0.7768595,0.78099173,0.7768595,0.77272725,0.75206614,0.72727275,0.6983471,0.7107438,0.70247936,0.70247936,0.71900827,0.75619835,0.73140496,0.6570248,0.6735537,0.6942149,0.71900827,0.74793386,0.74380165,0.73140496,0.7768595,0.76859504,0.76033056,0.73140496,0.74380165,0.75206614,0.72727275,0.6942149,0.6859504,0.6652893,0.6570248,0.71900827,0.6942149,0.677686,0.6735537,0.6859504,0.7066116,0.71487606,0.7231405,0.7107438,0.71487606,0.7231405,0.74380165,0.74380165,0.7231405,0.71487606,0.7066116,0.6570248,0.61157024,0.5413223,0.45041323,0.30578512,0.21900827,0.2231405,0.2231405,0.21487603,0.21487603,0.45867768,0.5495868,0.6446281,0.7231405,0.73140496,0.76859504,0.77272725,0.77272725,0.76859504,0.76033056,0.76033056,0.7355372,0.72727275,0.7107438,0.70247936,0.7066116,0.71487606,0.75206614,0.75206614,0.71900827,0.7066116,0.74793386,0.7231405,0.70247936,0.73140496,0.78099173,0.76859504,0.75619835,0.73140496,0.75619835,0.73966944,0.77272725,0.79752064,0.71487606,0.6404959,0.7066116,0.6446281,0.61570245,0.6983471,0.70247936,0.6735537,0.6818182,0.677686,0.6942149,0.7107438,0.73140496,0.72727275,0.73140496,0.74380165,0.7355372,0.74380165,0.7107438,0.7107438,0.69008267,0.6404959,0.59090906,0.5206612,0.42975205,0.2644628,0.21900827,0.23140496,0.23553719,0.21900827,0.17768595,0.39256197,0.5206612,0.607438,0.6735537,0.7066116,0.7644628,0.78512394,0.7644628,0.76033056,0.75619835,0.74793386,0.72727275,0.72727275,0.7107438,0.7066116,0.6983471,0.7107438,0.7355372,0.72727275,0.6942149,0.6983471,0.72727275,0.61570245,0.5165289,0.61570245,0.77272725,0.8140496,0.77272725,0.76033056,0.76859504,0.7768595,0.8016529,0.75619835,0.607438,0.5247934,0.60330576,0.58677685,0.6198347,0.6735537,0.69008267,0.6818182,0.6652893,0.6859504,0.70247936,0.71487606,0.71487606,0.72727275,0.72727275,0.7355372,0.7355372,0.74793386,0.7231405,0.70247936,0.6818182,0.6322314,0.5661157,0.5247934,0.43801653,0.21900827,0.20661157,0.2231405,0.23140496,0.23966943,0.17768595,0.34710744,0.5247934,0.60330576,0.6280992,0.6694215,0.74380165,0.77272725,0.76033056,0.76033056,0.7644628,0.74380165,0.73140496,0.7231405,0.7231405,0.6983471,0.70247936,0.7107438,0.7066116,0.70247936,0.6818182,0.6404959,0.6528926,0.6487603,0.59090906,0.57438016,0.70247936,0.822314,0.822314,0.8016529,0.7768595,0.78512394,0.76033056,0.60330576,0.5082645,0.4876033,0.5247934,0.58264464,0.6363636,0.6652893,0.677686,0.6735537,0.69008267,0.69008267,0.6983471,0.72727275,0.73966944,0.7355372,0.73966944,0.74380165,0.74380165,0.74380165,0.72727275,0.70247936,0.6487603,0.61570245,0.553719,0.5165289,0.41322315,0.20247933,0.2107438,0.2231405,0.2231405,0.23553719,0.18181819,0.30165288,0.5082645,0.61157024,0.6198347,0.6446281,0.72727275,0.7644628,0.74793386,0.76033056,0.76033056,0.74793386,0.7107438,0.7066116,0.7066116,0.69008267,0.70247936,0.7107438,0.6942149,0.6983471,0.6859504,0.6404959,0.61570245,0.61570245,0.661157,0.71487606,0.71487606,0.73140496,0.78099173,0.75206614,0.6983471,0.661157,0.58677685,0.4338843,0.41735536,0.5,0.54545456,0.5785124,0.6322314,0.6652893,0.6735537,0.6859504,0.7066116,0.6942149,0.6942149,0.7066116,0.74380165,0.74380165,0.74380165,0.74793386,0.74380165,0.73966944,0.72727275,0.6942149,0.6363636,0.5785124,0.5247934,0.5206612,0.36363637,0.1983471,0.21900827,0.2231405,0.23140496,0.23140496,0.20247933,0.2603306,0.4752066,0.5661157,0.59917355,0.607438,0.6859504,0.75206614,0.75619835,0.76859504,0.75619835,0.74380165,0.72727275,0.7107438,0.6983471,0.6942149,0.7066116,0.71487606,0.6818182,0.69008267,0.677686,0.607438,0.57438016,0.5413223,0.55785125,0.6404959,0.61570245,0.59504133,0.61570245,0.6363636,0.58264464,0.5041322,0.49173555,0.4090909,0.37603307,0.47107437,0.49586776,0.5206612,0.58264464,0.6322314,0.6404959,0.6694215,0.69008267,0.7066116,0.71487606,0.6942149,0.74380165,0.74380165,0.75619835,0.74793386,0.73966944,0.72727275,0.7066116,0.6818182,0.6198347,0.58264464,0.5495868,0.5371901,0.30165288,0.20247933,0.21900827,0.21900827,0.23553719,0.23140496,0.21900827,0.23140496,0.42561984,0.54545456,0.58677685,0.5785124,0.6528926,0.73966944,0.7355372,0.74380165,0.75206614,0.7355372,0.73140496,0.7107438,0.7066116,0.71900827,0.7231405,0.7107438,0.6652893,0.6818182,0.6528926,0.55785125,0.5123967,0.45041323,0.4876033,0.57024795,0.5413223,0.54545456,0.5661157,0.5785124,0.56198347,0.5123967,0.5123967,0.43801653,0.38016528,0.44214877,0.446281,0.47107437,0.5123967,0.57024795,0.58264464,0.58677685,0.6198347,0.6983471,0.72727275,0.677686,0.73140496,0.74793386,0.74380165,0.73966944,0.72727275,0.7107438,0.6818182,0.6198347,0.5785124,0.59504133,0.57024795,0.5,0.30991736,0.19421488,0.21487603,0.21487603,0.23966943,0.23966943,0.23140496,0.23966943,0.3966942,0.5661157,0.59504133,0.60330576,0.6652893,0.6652893,0.73140496,0.71487606,0.73140496,0.7355372,0.7231405,0.6983471,0.6983471,0.6983471,0.69008267,0.677686,0.6363636,0.6363636,0.61157024,0.54545456,0.46694216,0.4214876,0.46694216,0.5247934,0.5289256,0.5123967,0.5123967,0.4876033,0.4876033,0.5413223,0.5,0.46280992,0.4214876,0.4090909,0.45454547,0.43801653,0.48347107,0.5123967,0.5123967,0.53305787,0.53305787,0.6198347,0.7066116,0.6983471,0.7231405,0.74793386,0.72727275,0.72727275,0.71900827,0.6983471,0.677686,0.607438,0.58677685,0.59917355,0.55785125,0.47933885,0.3140496,0.19008264,0.21487603,0.21487603,0.2520661,0.25619835,0.23140496,0.2520661,0.40082645,0.553719,0.57438016,0.58677685,0.61157024,0.661157,0.6983471,0.6942149,0.7231405,0.7231405,0.7066116,0.6859504,0.6859504,0.6528926,0.62396693,0.6322314,0.58264464,0.59090906,0.5413223,0.553719,0.47933885,0.4090909,0.47107437,0.5165289,0.553719,0.53305787,0.46280992,0.4214876,0.42561984,0.5413223,0.5289256,0.5041322,0.5123967,0.53305787,0.5123967,0.47107437,0.48347107,0.48347107,0.5,0.5247934,0.49586776,0.5247934,0.6363636,0.6983471,0.7066116,0.7066116,0.7066116,0.71487606,0.71487606,0.661157,0.6280992,0.60330576,0.5785124,0.58264464,0.56198347,0.4752066,0.3181818,0.19421488,0.21900827,0.2107438,0.2644628,0.2603306,0.23553719,0.24793388,0.4090909,0.49586776,0.5785124,0.60330576,0.60330576,0.6652893,0.6859504,0.6652893,0.7355372,0.6983471,0.6818182,0.677686,0.6652893,0.59917355,0.55785125,0.553719,0.5289256,0.5495868,0.54545456,0.553719,0.4752066,0.46694216,0.5123967,0.54545456,0.60330576,0.57024795,0.48347107,0.45454547,0.47107437,0.57024795,0.60330576,0.59504133,0.6198347,0.6570248,0.6446281,0.57438016,0.5661157,0.5371901,0.553719,0.5661157,0.5123967,0.5082645,0.58677685,0.6694215,0.7066116,0.6818182,0.7066116,0.71487606,0.6735537,0.6363636,0.61570245,0.61157024,0.59917355,0.59917355,0.5371901,0.47107437,0.3140496,0.19421488,0.21487603,0.2231405,0.26859504,0.25619835,0.24380165,0.23966943,0.45041323,0.45454547,0.5495868,0.61570245,0.61157024,0.6570248,0.6487603,0.677686,0.7107438,0.6942149,0.6652893,0.6694215,0.6487603,0.553719,0.55785125,0.56198347,0.56198347,0.59504133,0.59917355,0.61157024,0.59917355,0.59917355,0.6280992,0.661157,0.6859504,0.6404959,0.59504133,0.58677685,0.59504133,0.61157024,0.6446281,0.6570248,0.6528926,0.6570248,0.6735537,0.6859504,0.6694215,0.6446281,0.677686,0.6446281,0.5661157,0.553719,0.59090906,0.6818182,0.6818182,0.677686,0.6818182,0.70247936,0.6446281,0.61570245,0.61570245,0.58677685,0.59090906,0.58264464,0.5,0.48347107,0.32231405,0.1983471,0.2107438,0.21487603,0.2603306,0.26859504,0.23966943,0.2107438,0.48347107,0.46694216,0.5413223,0.607438,0.607438,0.6404959,0.6487603,0.6528926,0.6818182,0.70247936,0.6652893,0.661157,0.661157,0.6280992,0.61157024,0.6322314,0.6818182,0.6694215,0.6446281,0.677686,0.6983471,0.7107438,0.71900827,0.71487606,0.7066116,0.6818182,0.6570248,0.6694215,0.6487603,0.62396693,0.6446281,0.6652893,0.6487603,0.6198347,0.6322314,0.6570248,0.677686,0.6735537,0.6983471,0.6859504,0.6446281,0.61570245,0.6322314,0.6983471,0.677686,0.6859504,0.6735537,0.6859504,0.6528926,0.62396693,0.60330576,0.59090906,0.58264464,0.5661157,0.47107437,0.4876033,0.32231405,0.2107438,0.1983471,0.21487603,0.2644628,0.2520661,0.2520661,0.2107438,0.49173555,0.5041322,0.4752066,0.5661157,0.59090906,0.6363636,0.661157,0.6487603,0.6652893,0.677686,0.6735537,0.69008267,0.661157,0.6652893,0.6570248,0.7066116,0.75619835,0.75619835,0.71900827,0.7231405,0.71900827,0.7107438,0.69008267,0.71487606,0.7066116,0.69008267,0.6694215,0.6694215,0.6487603,0.6322314,0.6446281,0.59504133,0.446281,0.41322315,0.45454547,0.5123967,0.5247934,0.5206612,0.5413223,0.59090906,0.6446281,0.6487603,0.6570248,0.69008267,0.6735537,0.69008267,0.6570248,0.6818182,0.661157,0.6322314,0.58677685,0.58677685,0.59504133,0.553719,0.45454547,0.49586776,0.3140496,0.2107438,0.20247933,0.2231405,0.2644628,0.2603306,0.2603306,0.16528925,0.5041322,0.57024795,0.45454547,0.553719,0.5785124,0.61570245,0.6528926,0.6363636,0.62396693,0.6528926,0.6859504,0.6942149,0.6446281,0.6942149,0.70247936,0.7066116,0.70247936,0.6859504,0.6570248,0.6198347,0.58677685,0.53305787,0.446281,0.45867768,0.553719,0.58677685,0.59504133,0.57024795,0.5371901,0.47933885,0.40495867,0.32231405,0.24380165,0.2644628,0.30991736,0.39256197,0.42561984,0.4214876,0.45867768,0.5495868,0.60330576,0.60330576,0.6446281,0.6859504,0.6694215,0.6859504,0.62396693,0.6446281,0.6487603,0.607438,0.59504133,0.58264464,0.5785124,0.5165289,0.446281,0.49586776,0.338843,0.20661157,0.19008264,0.21487603,0.2603306,0.2644628,0.26859504,0.13636364,0.48347107,0.62396693,0.49173555,0.5041322,0.5661157,0.5785124,0.6198347,0.6446281,0.59917355,0.6528926,0.70247936,0.70247936,0.6818182,0.69008267,0.6528926,0.6363636,0.57438016,0.5206612,0.5,0.4876033,0.46694216,0.40495867,0.338843,0.30991736,0.33471075,0.34710744,0.338843,0.3140496,0.3305785,0.3429752,0.34710744,0.35123968,0.37190083,0.40082645,0.42975205,0.44214877,0.45867768,0.4752066,0.53305787,0.61570245,0.59090906,0.58264464,0.6198347,0.6652893,0.7066116,0.7107438,0.6363636,0.6446281,0.6446281,0.58677685,0.61570245,0.5661157,0.55785125,0.49586776,0.42975205,0.5206612,0.338843,0.1983471,0.20661157,0.2231405,0.2644628,0.28099173,0.2644628,0.16115703,0.44214877,0.6570248,0.56198347,0.45867768,0.5371901,0.55785125,0.58677685,0.6570248,0.607438,0.61570245,0.69008267,0.6983471,0.7355372,0.7066116,0.6487603,0.6404959,0.58677685,0.55785125,0.4876033,0.4752066,0.47933885,0.46280992,0.42975205,0.41322315,0.41735536,0.41735536,0.3966942,0.39256197,0.40082645,0.4214876,0.4338843,0.4338843,0.45041323,0.47933885,0.4876033,0.49173555,0.53305787,0.57024795,0.6280992,0.6859504,0.6528926,0.6322314,0.6280992,0.6652893,0.6942149,0.71900827,0.6652893,0.62396693,0.6446281,0.60330576,0.607438,0.5495868,0.5289256,0.46280992,0.47107437,0.553719,0.3429752,0.19008264,0.20661157,0.2231405,0.2768595,0.26859504,0.26859504,0.16528925,0.40082645,0.6652893,0.61157024,0.5041322,0.5082645,0.5495868,0.57438016,0.6528926,0.62396693,0.607438,0.6859504,0.677686,0.75206614,0.7231405,0.6694215,0.6652893,0.6570248,0.6818182,0.61157024,0.54545456,0.5165289,0.5123967,0.49586776,0.49173555,0.49173555,0.45454547,0.45867768,0.45867768,0.45454547,0.48347107,0.5041322,0.5123967,0.5206612,0.53305787,0.53305787,0.553719,0.61570245,0.6363636,0.6735537,0.6735537,0.6859504,0.69008267,0.661157,0.661157,0.6942149,0.6859504,0.6735537,0.6322314,0.6363636,0.60330576,0.58677685,0.53305787,0.5,0.446281,0.5082645,0.58264464,0.3305785,0.1694215,0.2107438,0.22727273,0.26859504,0.26859504,0.26859504,0.18181819,0.35123968,0.6570248,0.6446281,0.59090906,0.4752066,0.49586776,0.53305787,0.59090906,0.607438,0.59504133,0.6694215,0.70247936,0.74380165,0.7107438,0.6983471,0.69008267,0.69008267,0.7355372,0.71487606,0.6528926,0.59090906,0.5785124,0.57438016,0.5661157,0.56198347,0.5371901,0.5289256,0.5289256,0.5413223,0.5661157,0.5785124,0.5785124,0.57438016,0.58677685,0.61570245,0.6446281,0.661157,0.6652893,0.661157,0.6942149,0.7066116,0.71900827,0.677686,0.6570248,0.6735537,0.6652893,0.6487603,0.6322314,0.60330576,0.57438016,0.5413223,0.5165289,0.4876033,0.42975205,0.5661157,0.59917355,0.3305785,0.18595041,0.21487603,0.21487603,0.27272728,0.2644628,0.25619835,0.20247933,0.30165288,0.6363636,0.6570248,0.6570248,0.5,0.47107437,0.5247934,0.57438016,0.6322314,0.61570245,0.6652893,0.71487606,0.73966944,0.6983471,0.71487606,0.73966944,0.7107438,0.74793386,0.74380165,0.73140496,0.71487606,0.6859504,0.6818182,0.69008267,0.6652893,0.6446281,0.6280992,0.59917355,0.6280992,0.6404959,0.6404959,0.6363636,0.6528926,0.6735537,0.6983471,0.6859504,0.661157,0.6694215,0.6694215,0.70247936,0.7231405,0.7355372,0.6983471,0.6694215,0.6487603,0.6487603,0.62396693,0.59917355,0.5661157,0.54545456,0.5,0.5289256,0.4752066,0.42975205,0.59504133,0.6363636,0.30578512,0.18181819,0.20661157,0.2107438,0.2644628,0.2603306,0.24793388,0.21487603,0.2644628,0.607438,0.677686,0.6652893,0.57438016,0.43801653,0.5041322,0.5413223,0.57438016,0.59917355,0.6322314,0.6859504,0.7066116,0.6983471,0.7066116,0.76033056,0.75206614,0.75206614,0.7355372,0.7066116,0.74380165,0.75206614,0.75206614,0.75619835,0.7355372,0.69008267,0.6570248,0.6363636,0.6487603,0.6404959,0.6528926,0.6735537,0.6942149,0.677686,0.677686,0.6528926,0.6652893,0.6942149,0.7066116,0.7231405,0.73140496,0.73966944,0.6983471,0.6570248,0.6404959,0.6198347,0.58264464,0.5371901,0.5413223,0.55785125,0.49173555,0.5,0.42975205,0.446281,0.6528926,0.6528926,0.28512397,0.17768595,0.20247933,0.20661157,0.25619835,0.2603306,0.24380165,0.2231405,0.23553719,0.5785124,0.677686,0.6694215,0.6694215,0.45454547,0.4752066,0.53305787,0.5413223,0.58264464,0.58264464,0.6446281,0.6735537,0.6818182,0.72727275,0.76859504,0.77272725,0.78099173,0.74380165,0.6983471,0.6818182,0.6859504,0.6859504,0.677686,0.6446281,0.59917355,0.57024795,0.60330576,0.58677685,0.5,0.56198347,0.59090906,0.6198347,0.6528926,0.677686,0.6859504,0.7231405,0.7231405,0.73140496,0.73966944,0.7231405,0.7231405,0.6694215,0.60330576,0.6322314,0.607438,0.5495868,0.5165289,0.5247934,0.5413223,0.49173555,0.4876033,0.446281,0.53305787,0.661157,0.6694215,0.22727273,0.17768595,0.1983471,0.20247933,0.2520661,0.2603306,0.24380165,0.23553719,0.21487603,0.5371901,0.6818182,0.69008267,0.7107438,0.5413223,0.48347107,0.5165289,0.5247934,0.5371901,0.53305787,0.61570245,0.6487603,0.6322314,0.71487606,0.7644628,0.76859504,0.7768595,0.78512394,0.77272725,0.75206614,0.74793386,0.7355372,0.677686,0.6322314,0.58677685,0.54545456,0.59917355,0.5785124,0.49586776,0.5371901,0.61570245,0.6652893,0.677686,0.72727275,0.72727275,0.72727275,0.7231405,0.72727275,0.72727275,0.6942149,0.7066116,0.6404959,0.59917355,0.61570245,0.59917355,0.5289256,0.4876033,0.5123967,0.5289256,0.4752066,0.43801653,0.4876033,0.59917355,0.661157,0.6694215,0.20247933,0.1694215,0.20247933,0.20247933,0.25619835,0.2520661,0.24793388,0.23966943,0.2107438,0.49586776,0.6859504,0.69008267,0.70247936,0.62396693,0.4876033,0.5123967,0.5206612,0.5123967,0.5247934,0.58264464,0.61570245,0.59090906,0.6528926,0.72727275,0.75206614,0.75206614,0.76859504,0.78512394,0.76859504,0.7892562,0.7892562,0.76033056,0.70247936,0.6280992,0.58264464,0.607438,0.60330576,0.5785124,0.5785124,0.62396693,0.677686,0.69008267,0.70247936,0.71900827,0.72727275,0.73140496,0.7066116,0.6983471,0.6694215,0.6570248,0.6280992,0.58677685,0.58264464,0.58677685,0.5082645,0.49586776,0.5289256,0.5289256,0.48347107,0.45867768,0.5165289,0.6280992,0.6735537,0.61570245,0.16115703,0.16528925,0.1983471,0.20247933,0.25619835,0.2520661,0.24380165,0.23966943,0.20661157,0.446281,0.677686,0.70247936,0.70247936,0.7107438,0.5413223,0.5206612,0.553719,0.5,0.5206612,0.5495868,0.553719,0.5785124,0.6198347,0.6942149,0.74793386,0.74793386,0.7768595,0.77272725,0.78512394,0.7768595,0.77272725,0.75619835,0.71487606,0.6487603,0.62396693,0.6404959,0.6322314,0.6404959,0.6528926,0.6570248,0.6694215,0.69008267,0.6983471,0.6983471,0.70247936,0.7107438,0.69008267,0.677686,0.6652893,0.61157024,0.6198347,0.58677685,0.5247934,0.58264464,0.5206612,0.4752066,0.5123967,0.5413223,0.48347107,0.46280992,0.56198347,0.6446281,0.677686,0.5661157,0.1446281,0.16115703,0.19008264,0.19421488,0.23966943,0.2520661,0.22727273,0.23553719,0.18595041,0.38842976,0.6652893,0.6983471,0.70247936,0.72727275,0.6446281,0.49173555,0.5206612,0.5,0.5041322,0.5165289,0.5247934,0.56198347,0.59917355,0.6528926,0.7066116,0.73966944,0.7644628,0.76033056,0.7644628,0.7644628,0.75206614,0.74793386,0.70247936,0.661157,0.6528926,0.6652893,0.6570248,0.6487603,0.6694215,0.6570248,0.6652893,0.6487603,0.6487603,0.6570248,0.6570248,0.677686,0.661157,0.6404959,0.6404959,0.60330576,0.60330576,0.57024795,0.54545456,0.5206612,0.5206612,0.47933885,0.47107437,0.5041322,0.48347107,0.5041322,0.607438,0.661157,0.6735537,0.5206612,0.16115703,0.1570248,0.16528925,0.19008264,0.2520661,0.23140496,0.23140496,0.23553719,0.19008264,0.3429752,0.661157,0.69008267,0.70247936,0.71487606,0.72727275,0.57438016,0.45454547,0.5123967,0.5165289,0.49586776,0.5289256,0.55785125,0.55785125,0.60330576,0.661157,0.71487606,0.75206614,0.74380165,0.72727275,0.73966944,0.71487606,0.7231405,0.6983471,0.6818182,0.6694215,0.6735537,0.6652893,0.6528926,0.661157,0.6280992,0.61570245,0.61570245,0.59917355,0.6363636,0.6322314,0.6652893,0.6363636,0.6198347,0.59090906,0.5785124,0.5661157,0.53305787,0.5165289,0.47933885,0.5041322,0.4752066,0.49586776,0.47107437,0.46280992,0.54545456,0.6404959,0.6735537,0.6404959,0.607438,0.35123968,0.16115703,0.16115703,0.1694215,0.22727273,0.23553719,0.2231405,0.21900827,0.19008264,0.29752067,0.6404959,0.677686,0.6983471,0.7066116,0.73140496,0.71487606,0.5123967,0.4752066,0.5413223,0.5247934,0.5289256,0.5289256,0.53305787,0.553719,0.62396693,0.69008267,0.73140496,0.74380165,0.7066116,0.71487606,0.69008267,0.71487606,0.6942149,0.6859504,0.6735537,0.6652893,0.6446281,0.6404959,0.6487603,0.6322314,0.61570245,0.6198347,0.59090906,0.6528926,0.6322314,0.6570248,0.6404959,0.6322314,0.59917355,0.5495868,0.53305787,0.49586776,0.5123967,0.5082645,0.5289256,0.5,0.4876033,0.45867768,0.5082645,0.61157024,0.661157,0.6735537,0.6446281,0.553719,0.71487606,0.58264464,0.16528925,0.1694215,15 +0.59090906,0.7066116,0.7355372,0.73966944,0.74793386,0.77272725,0.79752064,0.8140496,0.8347107,0.8512397,0.8553719,0.8553719,0.8595041,0.8677686,0.8719008,0.8677686,0.87603307,0.88429755,0.88429755,0.88429755,0.87603307,0.8801653,0.87603307,0.8719008,0.8719008,0.8677686,0.8553719,0.8595041,0.8553719,0.8595041,0.8512397,0.8429752,0.8512397,0.8595041,0.8553719,0.8636364,0.8553719,0.8429752,0.8471074,0.8512397,0.8595041,0.8636364,0.87603307,0.8677686,0.88429755,0.88429755,0.87603307,0.87603307,0.8719008,0.8719008,0.8801653,0.8677686,0.8636364,0.8719008,0.8801653,0.8801653,0.8677686,0.8719008,0.88429755,0.8677686,0.8719008,0.8677686,0.88429755,0.6280992,0.62396693,0.72727275,0.73966944,0.7355372,0.75619835,0.7768595,0.7892562,0.80991733,0.822314,0.8471074,0.8595041,0.8553719,0.8595041,0.8636364,0.87603307,0.8677686,0.87603307,0.88429755,0.88429755,0.88429755,0.87603307,0.8801653,0.88429755,0.8719008,0.8719008,0.8719008,0.8553719,0.8595041,0.8595041,0.8553719,0.8553719,0.8553719,0.8429752,0.8595041,0.8636364,0.8636364,0.8553719,0.8512397,0.8471074,0.8553719,0.8595041,0.8677686,0.8636364,0.8636364,0.8801653,0.8801653,0.87603307,0.87603307,0.8801653,0.87603307,0.8719008,0.8801653,0.8636364,0.8553719,0.8636364,0.8719008,0.8595041,0.8719008,0.8677686,0.8471074,0.8553719,0.8719008,0.8719008,0.607438,0.6363636,0.73966944,0.74380165,0.73966944,0.75206614,0.77272725,0.7768595,0.8016529,0.822314,0.8347107,0.8553719,0.8553719,0.8553719,0.8595041,0.8719008,0.8719008,0.8801653,0.88429755,0.88429755,0.88842976,0.8801653,0.87603307,0.87603307,0.87603307,0.8719008,0.8719008,0.8636364,0.8553719,0.8595041,0.8512397,0.8512397,0.8512397,0.8429752,0.8512397,0.8553719,0.8512397,0.838843,0.8429752,0.8512397,0.8512397,0.8553719,0.8512397,0.8553719,0.8471074,0.8677686,0.8719008,0.8719008,0.88429755,0.88429755,0.8801653,0.8595041,0.8677686,0.87603307,0.8595041,0.8264463,0.8719008,0.8677686,0.8677686,0.8636364,0.838843,0.8429752,0.8595041,0.87603307,0.58264464,0.6570248,0.73140496,0.74793386,0.74793386,0.76033056,0.77272725,0.78099173,0.79752064,0.822314,0.8305785,0.838843,0.8553719,0.8512397,0.8471074,0.8553719,0.87603307,0.8719008,0.8801653,0.8801653,0.8801653,0.8719008,0.8677686,0.8677686,0.8719008,0.87603307,0.8677686,0.8636364,0.8553719,0.8595041,0.8553719,0.8512397,0.8429752,0.8553719,0.8471074,0.8429752,0.8553719,0.8429752,0.838843,0.8471074,0.8512397,0.8471074,0.8347107,0.8305785,0.838843,0.8553719,0.8512397,0.8471074,0.87603307,0.87603307,0.8719008,0.87603307,0.8636364,0.88429755,0.8801653,0.80991733,0.8471074,0.8719008,0.8595041,0.8636364,0.8512397,0.8429752,0.8429752,0.87603307,0.57024795,0.6694215,0.71900827,0.73966944,0.75206614,0.75206614,0.77272725,0.77272725,0.7892562,0.8181818,0.8264463,0.8347107,0.8429752,0.8347107,0.8305785,0.8305785,0.8595041,0.8512397,0.8677686,0.8636364,0.8636364,0.8636364,0.8595041,0.8677686,0.8719008,0.8677686,0.8553719,0.8636364,0.8553719,0.8553719,0.8512397,0.8471074,0.8429752,0.8429752,0.8512397,0.8305785,0.8471074,0.838843,0.8264463,0.8305785,0.8305785,0.80991733,0.8016529,0.7892562,0.8057851,0.8057851,0.8181818,0.80991733,0.8264463,0.8553719,0.8719008,0.8636364,0.8719008,0.8595041,0.8801653,0.8553719,0.8347107,0.8677686,0.8553719,0.8636364,0.8595041,0.8429752,0.8347107,0.8636364,0.53305787,0.6859504,0.71487606,0.71487606,0.72727275,0.74380165,0.76033056,0.76859504,0.78512394,0.8140496,0.822314,0.7933884,0.78099173,0.78099173,0.78099173,0.79752064,0.80991733,0.822314,0.8181818,0.838843,0.8347107,0.8305785,0.8347107,0.8471074,0.8636364,0.8595041,0.838843,0.8553719,0.8595041,0.8429752,0.8429752,0.838843,0.8347107,0.8347107,0.8429752,0.8264463,0.8140496,0.8305785,0.8016529,0.79752064,0.78099173,0.74793386,0.71900827,0.71487606,0.7066116,0.70247936,0.7355372,0.72727275,0.73966944,0.78099173,0.7892562,0.78512394,0.8057851,0.8016529,0.8181818,0.87603307,0.88842976,0.8677686,0.8512397,0.8553719,0.8429752,0.838843,0.8347107,0.8719008,0.43801653,0.6694215,0.70247936,0.7066116,0.7107438,0.7231405,0.75619835,0.7644628,0.7892562,0.8140496,0.7644628,0.6694215,0.69008267,0.71487606,0.72727275,0.72727275,0.7231405,0.75206614,0.72727275,0.72727275,0.74793386,0.75619835,0.7768595,0.8140496,0.8264463,0.8471074,0.8305785,0.838843,0.8471074,0.838843,0.8347107,0.822314,0.8140496,0.822314,0.80991733,0.80991733,0.7892562,0.79752064,0.76033056,0.73140496,0.6983471,0.6446281,0.59090906,0.5371901,0.4752066,0.43801653,0.45867768,0.5123967,0.5289256,0.57024795,0.59504133,0.59504133,0.61157024,0.6487603,0.6446281,0.75619835,0.90082645,0.892562,0.8512397,0.8429752,0.838843,0.8140496,0.8471074,0.8636364,0.3553719,0.661157,0.69008267,0.71487606,0.71900827,0.72727275,0.73140496,0.74380165,0.7644628,0.6942149,0.57438016,0.5247934,0.55785125,0.58677685,0.55785125,0.57438016,0.59090906,0.54545456,0.5082645,0.47107437,0.49586776,0.5082645,0.5495868,0.6528926,0.73140496,0.7892562,0.8016529,0.8181818,0.8140496,0.822314,0.8181818,0.8057851,0.79752064,0.8016529,0.7892562,0.78099173,0.7768595,0.7644628,0.6942149,0.6404959,0.59504133,0.5123967,0.4214876,0.3429752,0.2768595,0.24793388,0.24380165,0.2644628,0.30578512,0.3553719,0.40082645,0.42561984,0.45867768,0.49173555,0.47933885,0.56198347,0.7768595,0.90082645,0.8677686,0.8429752,0.8181818,0.8057851,0.8553719,0.7892562,0.20661157,0.6404959,0.70247936,0.6859504,0.6983471,0.7231405,0.7066116,0.6694215,0.58264464,0.47107437,0.4752066,0.48347107,0.48347107,0.46694216,0.4214876,0.41735536,0.4090909,0.36363637,0.3305785,0.3181818,0.27272728,0.29338843,0.33471075,0.39256197,0.4752066,0.59504133,0.6983471,0.74380165,0.7768595,0.8057851,0.8016529,0.7768595,0.7892562,0.7768595,0.76033056,0.74380165,0.74380165,0.71900827,0.6363636,0.553719,0.49173555,0.4090909,0.3264463,0.27272728,0.24380165,0.21900827,0.21900827,0.23966943,0.2603306,0.28099173,0.30991736,0.3305785,0.36363637,0.39256197,0.446281,0.41735536,0.54545456,0.71900827,0.8429752,0.8305785,0.80991733,0.8016529,0.8801653,0.6694215,0.09504132,0.60330576,0.69008267,0.70247936,0.7066116,0.71487606,0.6528926,0.5289256,0.45041323,0.48347107,0.5371901,0.4876033,0.4338843,0.41735536,0.3966942,0.38842976,0.40495867,0.38842976,0.3966942,0.40082645,0.3264463,0.3140496,0.3429752,0.33471075,0.34710744,0.4338843,0.5495868,0.6694215,0.74380165,0.7768595,0.78512394,0.7644628,0.7768595,0.76859504,0.73140496,0.71900827,0.6983471,0.6652893,0.61157024,0.49586776,0.43801653,0.38016528,0.338843,0.3264463,0.3140496,0.3181818,0.35123968,0.42975205,0.44214877,0.45454547,0.4214876,0.38429752,0.38016528,0.37603307,0.41322315,0.446281,0.5,0.553719,0.6198347,0.73140496,0.8181818,0.8181818,0.8801653,0.56198347,0.08264463,0.5495868,0.677686,0.7231405,0.7231405,0.6942149,0.57024795,0.5123967,0.5082645,0.54545456,0.57024795,0.5413223,0.53305787,0.5206612,0.53305787,0.5289256,0.5661157,0.5785124,0.57024795,0.57024795,0.49586776,0.48347107,0.5,0.43801653,0.44214877,0.446281,0.48347107,0.61157024,0.7107438,0.75619835,0.7768595,0.76859504,0.76033056,0.74380165,0.71487606,0.7066116,0.6983471,0.6446281,0.54545456,0.46280992,0.4090909,0.3966942,0.3966942,0.4090909,0.446281,0.5165289,0.57438016,0.6487603,0.6322314,0.6322314,0.60330576,0.56198347,0.5495868,0.5165289,0.45041323,0.47933885,0.47933885,0.5371901,0.56198347,0.56198347,0.76033056,0.8305785,0.8512397,0.4752066,0.09917355,0.5,0.6694215,0.73140496,0.70247936,0.58677685,0.45041323,0.4876033,0.56198347,0.6446281,0.6446281,0.6528926,0.661157,0.6818182,0.6859504,0.677686,0.6983471,0.7107438,0.6818182,0.6694215,0.6198347,0.56198347,0.60330576,0.58677685,0.57438016,0.553719,0.5413223,0.60330576,0.6859504,0.75619835,0.7933884,0.78512394,0.7644628,0.74793386,0.71900827,0.70247936,0.6859504,0.59917355,0.5041322,0.4214876,0.42561984,0.41322315,0.43801653,0.4876033,0.553719,0.6322314,0.677686,0.7066116,0.6818182,0.677686,0.6735537,0.6818182,0.6818182,0.6570248,0.59504133,0.57024795,0.5123967,0.5413223,0.61570245,0.49586776,0.661157,0.8429752,0.822314,0.41322315,0.14049587,0.45454547,0.661157,0.6942149,0.6983471,0.57438016,0.55785125,0.6322314,0.6528926,0.6859504,0.7107438,0.7107438,0.71487606,0.75206614,0.76033056,0.76033056,0.76033056,0.76033056,0.73140496,0.7066116,0.6735537,0.607438,0.59090906,0.59504133,0.59917355,0.61157024,0.6198347,0.6280992,0.69008267,0.7644628,0.822314,0.8140496,0.7933884,0.77272725,0.74793386,0.71487606,0.6859504,0.59090906,0.4752066,0.43801653,0.42561984,0.4090909,0.45867768,0.5,0.54545456,0.57438016,0.60330576,0.607438,0.59090906,0.61157024,0.6363636,0.6652893,0.677686,0.6859504,0.69008267,0.6859504,0.6280992,0.6198347,0.677686,0.57438016,0.6694215,0.838843,0.7933884,0.39256197,0.1694215,0.4214876,0.6652893,0.6859504,0.6983471,0.56198347,0.59917355,0.6652893,0.70247936,0.7231405,0.73140496,0.73140496,0.73966944,0.74380165,0.74380165,0.71900827,0.6942149,0.6694215,0.6487603,0.6322314,0.6198347,0.58264464,0.57024795,0.5785124,0.5661157,0.59504133,0.6280992,0.6487603,0.6942149,0.7644628,0.8264463,0.8512397,0.8305785,0.8057851,0.79752064,0.76033056,0.6818182,0.57024795,0.49586776,0.43801653,0.38842976,0.3553719,0.39256197,0.46694216,0.5289256,0.5495868,0.5661157,0.58264464,0.5289256,0.5371901,0.5206612,0.5206612,0.5289256,0.55785125,0.58264464,0.6528926,0.6694215,0.6735537,0.7231405,0.6818182,0.7231405,0.8305785,0.7768595,0.37603307,0.16528925,0.40082645,0.6652893,0.6942149,0.6818182,0.59917355,0.62396693,0.6983471,0.71900827,0.71900827,0.70247936,0.6528926,0.6322314,0.61157024,0.6487603,0.6280992,0.57438016,0.5041322,0.48347107,0.46694216,0.45041323,0.45041323,0.446281,0.48347107,0.5247934,0.55785125,0.59917355,0.6446281,0.6983471,0.76859504,0.8305785,0.8636364,0.8677686,0.8595041,0.8595041,0.8471074,0.76033056,0.5785124,0.4752066,0.40082645,0.3305785,0.27272728,0.3553719,0.5041322,0.553719,0.5247934,0.45867768,0.4214876,0.4090909,0.4338843,0.5,0.58677685,0.61570245,0.58677685,0.4752066,0.4876033,0.62396693,0.6694215,0.73140496,0.75619835,0.7644628,0.8305785,0.7933884,0.3677686,0.11983471,0.39256197,0.6652893,0.6942149,0.6818182,0.6446281,0.6942149,0.7231405,0.7231405,0.6818182,0.58677685,0.5289256,0.5495868,0.57438016,0.57024795,0.47107437,0.41735536,0.33471075,0.3429752,0.39256197,0.446281,0.446281,0.41322315,0.35123968,0.41322315,0.47933885,0.54545456,0.61157024,0.6818182,0.74793386,0.8140496,0.8677686,0.8719008,0.87603307,0.8677686,0.88842976,0.8471074,0.59917355,0.446281,0.38842976,0.32231405,0.24793388,0.30991736,0.42975205,0.55785125,0.5289256,0.37190083,0.23140496,0.2107438,0.2892562,0.1983471,0.38016528,0.44214877,0.5661157,0.5785124,0.38016528,0.47933885,0.6694215,0.75206614,0.7933884,0.7933884,0.822314,0.80991733,0.4090909,0.13636364,0.38842976,0.677686,0.6818182,0.6818182,0.6818182,0.7107438,0.72727275,0.6983471,0.61570245,0.5206612,0.5,0.4338843,0.42975205,0.5041322,0.2231405,0.4090909,0.23140496,0.2231405,0.3140496,0.47107437,0.5247934,0.43801653,0.3677686,0.30991736,0.41735536,0.5206612,0.5785124,0.6487603,0.73140496,0.8016529,0.8429752,0.8677686,0.88842976,0.8801653,0.88842976,0.89669424,0.6280992,0.446281,0.47107437,0.35950413,0.25619835,0.23140496,0.38429752,0.79752064,0.6983471,0.47933885,0.38429752,0.1570248,0.2892562,0.17355372,0.45867768,0.37190083,0.29752067,0.45041323,0.45867768,0.38016528,0.59504133,0.76859504,0.822314,0.8057851,0.822314,0.8305785,0.40495867,0.20661157,0.4090909,0.70247936,0.6859504,0.677686,0.7107438,0.72727275,0.71487606,0.6735537,0.60330576,0.5289256,0.38842976,0.3966942,0.58264464,0.74380165,0.2231405,0.5165289,0.32231405,0.18595041,0.3140496,0.57024795,0.71487606,0.5123967,0.42975205,0.3677686,0.41322315,0.6446281,0.6363636,0.6322314,0.7107438,0.7933884,0.838843,0.8553719,0.88429755,0.87603307,0.8801653,0.91322315,0.6983471,0.45041323,0.5123967,0.4214876,0.30165288,0.2520661,0.35950413,0.7231405,0.78099173,0.3966942,0.28099173,0.21487603,0.24793388,0.3264463,0.5785124,0.5661157,0.36363637,0.3429752,0.40495867,0.45454547,0.57024795,0.7644628,0.8347107,0.838843,0.80991733,0.8512397,0.38842976,0.2107438,0.4876033,0.71900827,0.70247936,0.69008267,0.7355372,0.75206614,0.7066116,0.6487603,0.5785124,0.5041322,0.41322315,0.5,0.6818182,0.8140496,0.4338843,0.27272728,0.3140496,0.2107438,0.3264463,0.6322314,0.7355372,0.5785124,0.5041322,0.446281,0.42975205,0.6652893,0.6942149,0.6487603,0.71900827,0.7933884,0.8471074,0.8553719,0.8801653,0.8719008,0.87603307,0.90909094,0.79752064,0.5041322,0.46280992,0.44214877,0.33471075,0.3140496,0.3966942,0.553719,0.6735537,0.5371901,0.37190083,0.36363637,0.38016528,0.5165289,0.62396693,0.6735537,0.61570245,0.5041322,0.5123967,0.5,0.59917355,0.7644628,0.8595041,0.8471074,0.79752064,0.88842976,0.4214876,0.15289256,0.5785124,0.73966944,0.71900827,0.70247936,0.75206614,0.78099173,0.7107438,0.6280992,0.60330576,0.55785125,0.47107437,0.5165289,0.6322314,0.75206614,0.6363636,0.4214876,0.40495867,0.39256197,0.47107437,0.6198347,0.6404959,0.5785124,0.5247934,0.4876033,0.53305787,0.677686,0.6694215,0.6818182,0.73966944,0.79752064,0.8429752,0.8595041,0.88429755,0.8719008,0.87603307,0.90495867,0.8801653,0.6570248,0.47933885,0.47107437,0.3677686,0.2892562,0.36363637,0.49173555,0.56198347,0.57024795,0.53305787,0.5041322,0.5082645,0.5661157,0.56198347,0.59504133,0.661157,0.58677685,0.70247936,0.6694215,0.71900827,0.8016529,0.8636364,0.8512397,0.79752064,0.91735536,0.49586776,0.1694215,0.6446281,0.73140496,0.71900827,0.72727275,0.78099173,0.8016529,0.74793386,0.6983471,0.6735537,0.62396693,0.5661157,0.553719,0.58677685,0.61570245,0.61570245,0.5785124,0.5413223,0.54545456,0.5413223,0.5785124,0.5661157,0.5495868,0.5413223,0.5289256,0.61157024,0.6735537,0.6859504,0.71487606,0.75619835,0.8016529,0.838843,0.8677686,0.87603307,0.87603307,0.8801653,0.91322315,0.892562,0.78512394,0.57438016,0.5,0.45041323,0.37190083,0.34710744,0.38842976,0.48347107,0.55785125,0.57438016,0.5661157,0.553719,0.5661157,0.57438016,0.5785124,0.6487603,0.6942149,0.78512394,0.8057851,0.8140496,0.8429752,0.8595041,0.8512397,0.8181818,0.9214876,0.5661157,0.1694215,0.677686,0.73140496,0.7231405,0.74380165,0.78512394,0.79752064,0.77272725,0.74793386,0.73966944,0.71487606,0.6694215,0.6446281,0.6404959,0.6404959,0.6446281,0.6446281,0.6322314,0.61157024,0.58264464,0.58264464,0.55785125,0.57024795,0.58264464,0.61157024,0.677686,0.6818182,0.71487606,0.75619835,0.77272725,0.8057851,0.8471074,0.8677686,0.87603307,0.8636364,0.892562,0.90495867,0.8677686,0.8471074,0.73140496,0.5661157,0.49586776,0.47107437,0.446281,0.42975205,0.41735536,0.45454547,0.5123967,0.54545456,0.56198347,0.5661157,0.5371901,0.58264464,0.6735537,0.78099173,0.8305785,0.8471074,0.8553719,0.8677686,0.8636364,0.8471074,0.822314,0.90082645,0.6404959,0.13636364,0.71487606,0.73966944,0.73140496,0.74380165,0.77272725,0.79752064,0.78099173,0.76033056,0.75619835,0.74380165,0.73966944,0.7231405,0.6983471,0.69008267,0.6818182,0.6652893,0.6446281,0.62396693,0.59917355,0.6280992,0.6528926,0.6735537,0.661157,0.6818182,0.71487606,0.71900827,0.75619835,0.78099173,0.7892562,0.8140496,0.8471074,0.8719008,0.8801653,0.8677686,0.88842976,0.90909094,0.8595041,0.8429752,0.838843,0.6942149,0.5661157,0.5123967,0.49173555,0.5041322,0.5041322,0.46694216,0.48347107,0.49586776,0.5082645,0.5247934,0.5413223,0.6446281,0.75206614,0.8347107,0.8512397,0.8595041,0.8677686,0.87603307,0.8677686,0.8471074,0.8016529,0.88842976,0.71487606,0.13636364,0.7231405,0.71900827,0.72727275,0.75206614,0.78099173,0.8057851,0.8016529,0.7892562,0.78512394,0.75619835,0.76033056,0.75619835,0.73140496,0.71900827,0.6942149,0.677686,0.6735537,0.6859504,0.7066116,0.72727275,0.73140496,0.7231405,0.7107438,0.73140496,0.7355372,0.75206614,0.7933884,0.8016529,0.79752064,0.8140496,0.8347107,0.8636364,0.8677686,0.8677686,0.88842976,0.91735536,0.8677686,0.8305785,0.8595041,0.78512394,0.6487603,0.55785125,0.5413223,0.5041322,0.5247934,0.5247934,0.5661157,0.58677685,0.60330576,0.661157,0.6818182,0.73140496,0.7933884,0.8429752,0.8553719,0.8719008,0.87603307,0.8719008,0.8636364,0.8471074,0.7768595,0.8677686,0.6942149,0.08264463,0.72727275,0.72727275,0.7231405,0.7644628,0.7892562,0.8016529,0.8181818,0.8140496,0.8140496,0.78512394,0.7892562,0.78512394,0.7768595,0.76859504,0.76033056,0.7644628,0.77272725,0.77272725,0.7768595,0.75619835,0.74793386,0.75206614,0.75619835,0.76033056,0.75619835,0.77272725,0.80991733,0.80991733,0.8016529,0.8016529,0.8264463,0.8595041,0.8719008,0.8677686,0.87603307,0.90909094,0.88429755,0.8264463,0.8471074,0.8264463,0.7231405,0.6280992,0.607438,0.57438016,0.5082645,0.5123967,0.5785124,0.62396693,0.661157,0.6942149,0.75206614,0.77272725,0.78512394,0.8264463,0.8595041,0.87603307,0.87603307,0.8719008,0.8553719,0.8347107,0.78512394,0.8677686,0.6528926,0.14049587,0.71487606,0.71900827,0.71487606,0.76033056,0.7892562,0.8016529,0.8264463,0.8347107,0.822314,0.80991733,0.8140496,0.7933884,0.80991733,0.8016529,0.8057851,0.80991733,0.80991733,0.79752064,0.78099173,0.74793386,0.7644628,0.7768595,0.7768595,0.77272725,0.7768595,0.78099173,0.80991733,0.8181818,0.7933884,0.8057851,0.822314,0.8512397,0.8719008,0.87603307,0.8677686,0.89669424,0.892562,0.8347107,0.822314,0.8347107,0.7933884,0.73966944,0.70247936,0.6818182,0.6528926,0.58264464,0.57438016,0.61570245,0.6528926,0.6983471,0.75206614,0.7768595,0.79752064,0.8264463,0.8429752,0.8677686,0.8677686,0.8636364,0.8429752,0.822314,0.78099173,0.8471074,0.6487603,0.14049587,0.70247936,0.7066116,0.69008267,0.74793386,0.7768595,0.8016529,0.822314,0.8471074,0.838843,0.8305785,0.8264463,0.8057851,0.80991733,0.8181818,0.8140496,0.80991733,0.8016529,0.7933884,0.8016529,0.7892562,0.78099173,0.7892562,0.7768595,0.77272725,0.77272725,0.8016529,0.8057851,0.8181818,0.8016529,0.8181818,0.838843,0.8553719,0.87603307,0.8719008,0.8636364,0.87603307,0.892562,0.8512397,0.822314,0.822314,0.8305785,0.80991733,0.77272725,0.73966944,0.7768595,0.73966944,0.6818182,0.661157,0.6694215,0.71487606,0.76033056,0.78099173,0.8140496,0.8429752,0.8471074,0.8553719,0.8471074,0.8512397,0.8305785,0.8057851,0.77272725,0.822314,0.62396693,0.20661157,0.6942149,0.70247936,0.677686,0.74380165,0.77272725,0.8057851,0.822314,0.8429752,0.838843,0.822314,0.8471074,0.80991733,0.8140496,0.80991733,0.8057851,0.8016529,0.8016529,0.8140496,0.822314,0.80991733,0.7933884,0.7892562,0.7892562,0.78099173,0.78099173,0.79752064,0.7933884,0.8016529,0.8016529,0.8264463,0.8471074,0.8677686,0.87603307,0.8677686,0.8636364,0.8636364,0.88429755,0.892562,0.8140496,0.8140496,0.8347107,0.8471074,0.8264463,0.7892562,0.78099173,0.78512394,0.78512394,0.74793386,0.73140496,0.7355372,0.7644628,0.7768595,0.80991733,0.838843,0.8429752,0.8429752,0.8140496,0.8347107,0.8264463,0.7933884,0.78512394,0.8016529,0.5495868,0.2644628,0.677686,0.7107438,0.70247936,0.7231405,0.7644628,0.7933884,0.8057851,0.8305785,0.8347107,0.8264463,0.8429752,0.8347107,0.8305785,0.8181818,0.7933884,0.8140496,0.8016529,0.8181818,0.8181818,0.8057851,0.7933884,0.7933884,0.7892562,0.78099173,0.7768595,0.7892562,0.7892562,0.7933884,0.8016529,0.8305785,0.8471074,0.8719008,0.87603307,0.8636364,0.8636364,0.8512397,0.87603307,0.90909094,0.87603307,0.7892562,0.8140496,0.8512397,0.8636364,0.8140496,0.78512394,0.76859504,0.7892562,0.78099173,0.7768595,0.74793386,0.7644628,0.78099173,0.79752064,0.8140496,0.8016529,0.80991733,0.7933884,0.8057851,0.8140496,0.7933884,0.7892562,0.76859504,0.49173555,0.28512397,0.6652893,0.6983471,0.71487606,0.7231405,0.73140496,0.7768595,0.78512394,0.8057851,0.8264463,0.8264463,0.8347107,0.8471074,0.8471074,0.838843,0.8140496,0.8264463,0.80991733,0.80991733,0.8057851,0.8057851,0.79752064,0.79752064,0.78512394,0.7892562,0.78099173,0.77272725,0.7768595,0.78512394,0.80991733,0.8305785,0.8471074,0.8636364,0.8636364,0.8553719,0.8471074,0.8429752,0.87603307,0.91322315,0.90909094,0.8181818,0.76033056,0.8264463,0.8595041,0.8264463,0.78512394,0.76859504,0.78512394,0.78099173,0.78512394,0.7768595,0.78099173,0.7933884,0.8016529,0.78512394,0.7892562,0.7933884,0.7644628,0.76859504,0.8140496,0.7892562,0.7892562,0.71487606,0.4876033,0.3305785,0.6487603,0.69008267,0.7066116,0.71900827,0.7355372,0.74793386,0.7768595,0.78099173,0.8057851,0.8181818,0.822314,0.8347107,0.8305785,0.838843,0.8264463,0.8347107,0.822314,0.8181818,0.8016529,0.79752064,0.8140496,0.80991733,0.7933884,0.79752064,0.77272725,0.75206614,0.7644628,0.78099173,0.8057851,0.8429752,0.8553719,0.8595041,0.8512397,0.838843,0.838843,0.8553719,0.8677686,0.90082645,0.9214876,0.8595041,0.71900827,0.74793386,0.8140496,0.822314,0.78099173,0.74793386,0.7644628,0.7768595,0.78099173,0.8057851,0.8057851,0.8016529,0.822314,0.8057851,0.79752064,0.78512394,0.76033056,0.76033056,0.8264463,0.77272725,0.7768595,0.677686,0.446281,0.41735536,0.62396693,0.6859504,0.6983471,0.70247936,0.75619835,0.75206614,0.75619835,0.7644628,0.7892562,0.8016529,0.8140496,0.8181818,0.822314,0.8264463,0.8264463,0.838843,0.822314,0.80991733,0.8140496,0.8140496,0.8181818,0.8140496,0.8181818,0.78099173,0.7644628,0.75206614,0.77272725,0.78099173,0.8057851,0.8553719,0.8801653,0.8471074,0.8347107,0.8305785,0.8181818,0.8512397,0.8595041,0.8553719,0.892562,0.8553719,0.76033056,0.6694215,0.7355372,0.78099173,0.78099173,0.74793386,0.7355372,0.73966944,0.76033056,0.7892562,0.80991733,0.8057851,0.8140496,0.80991733,0.79752064,0.78099173,0.7644628,0.7644628,0.8181818,0.77272725,0.75206614,0.6363636,0.38016528,0.59090906,0.58264464,0.677686,0.6859504,0.7107438,0.73966944,0.76033056,0.7644628,0.75619835,0.77272725,0.7933884,0.80991733,0.8181818,0.8181818,0.822314,0.8347107,0.8264463,0.8305785,0.8140496,0.822314,0.822314,0.80991733,0.822314,0.8181818,0.77272725,0.75206614,0.76859504,0.7768595,0.78099173,0.79752064,0.8595041,0.90495867,0.8677686,0.8057851,0.8057851,0.7892562,0.8016529,0.8347107,0.8057851,0.8140496,0.7933884,0.8264463,0.6528926,0.6570248,0.70247936,0.7355372,0.74793386,0.7231405,0.71900827,0.71900827,0.75619835,0.77272725,0.822314,0.8140496,0.8057851,0.79752064,0.78512394,0.77272725,0.76859504,0.79752064,0.7644628,0.74793386,0.5495868,0.338843,0.7231405,0.5206612,0.661157,0.677686,0.7066116,0.73966944,0.73966944,0.75619835,0.7768595,0.76859504,0.7933884,0.8016529,0.80991733,0.8264463,0.8264463,0.8347107,0.822314,0.8347107,0.8264463,0.8264463,0.8264463,0.80991733,0.8264463,0.79752064,0.77272725,0.76859504,0.78512394,0.77272725,0.74380165,0.7644628,0.822314,0.88842976,0.8347107,0.75619835,0.73966944,0.74793386,0.7355372,0.75619835,0.7355372,0.69008267,0.6818182,0.80991733,0.6983471,0.60330576,0.62396693,0.661157,0.73966944,0.7107438,0.6983471,0.6942149,0.70247936,0.71487606,0.7644628,0.79752064,0.8057851,0.80991733,0.7892562,0.77272725,0.77272725,0.76859504,0.76859504,0.75206614,0.4876033,0.2768595,0.822314,0.42561984,0.62396693,0.6652893,0.6942149,0.75206614,0.7231405,0.72727275,0.7768595,0.7933884,0.8016529,0.8016529,0.8057851,0.8181818,0.8140496,0.8264463,0.8264463,0.8347107,0.8264463,0.8140496,0.8181818,0.8264463,0.8264463,0.7768595,0.7644628,0.78512394,0.7768595,0.76033056,0.6942149,0.6735537,0.7107438,0.76859504,0.7644628,0.71487606,0.6570248,0.6652893,0.6694215,0.6735537,0.61157024,0.49586776,0.5123967,0.70247936,0.7355372,0.58264464,0.57438016,0.58264464,0.6818182,0.71487606,0.7066116,0.6983471,0.6694215,0.69008267,0.7107438,0.76859504,0.78099173,0.79752064,0.78512394,0.74793386,0.74793386,0.75206614,0.74380165,0.73140496,0.4090909,0.3553719,0.90495867,0.34710744,0.5785124,0.6570248,0.6818182,0.7355372,0.7355372,0.7066116,0.7644628,0.78099173,0.7933884,0.8016529,0.8140496,0.8140496,0.8140496,0.8140496,0.822314,0.8305785,0.8181818,0.8140496,0.822314,0.8264463,0.822314,0.7768595,0.7355372,0.74380165,0.7066116,0.6198347,0.5041322,0.47933885,0.59917355,0.6818182,0.6942149,0.6446281,0.5661157,0.5661157,0.58264464,0.57024795,0.42975205,0.26859504,0.35123968,0.607438,0.73966944,0.62396693,0.5371901,0.5371901,0.60330576,0.6983471,0.71900827,0.71487606,0.6735537,0.6652893,0.71487606,0.72727275,0.76033056,0.78099173,0.78099173,0.73140496,0.73140496,0.75619835,0.75206614,0.6446281,0.34710744,0.6404959,0.9214876,0.2644628,0.5247934,0.6198347,0.677686,0.7231405,0.7355372,0.71487606,0.76033056,0.7933884,0.78512394,0.7768595,0.8140496,0.8181818,0.8140496,0.8181818,0.8140496,0.8305785,0.8140496,0.822314,0.822314,0.8140496,0.8057851,0.7892562,0.72727275,0.661157,0.5247934,0.37190083,0.30165288,0.3181818,0.5082645,0.6322314,0.61157024,0.54545456,0.45867768,0.4338843,0.4752066,0.42561984,0.27272728,0.28512397,0.53305787,0.73966944,0.78099173,0.6735537,0.53305787,0.5082645,0.55785125,0.6404959,0.7066116,0.73140496,0.7107438,0.6652893,0.69008267,0.6942149,0.73966944,0.7768595,0.78099173,0.7355372,0.73966944,0.76033056,0.7231405,0.5413223,0.338843,0.892562,0.8801653,0.24793388,0.45041323,0.5661157,0.6570248,0.71487606,0.7231405,0.71487606,0.73966944,0.77272725,0.7892562,0.7768595,0.79752064,0.8140496,0.8057851,0.8140496,0.822314,0.822314,0.80991733,0.8264463,0.80991733,0.8057851,0.8057851,0.8181818,0.7892562,0.62396693,0.45041323,0.45454547,0.5413223,0.6280992,0.6487603,0.6404959,0.553719,0.45454547,0.37603307,0.3677686,0.41322315,0.37190083,0.38429752,0.59917355,0.8347107,0.838843,0.8140496,0.6983471,0.5495868,0.4876033,0.5082645,0.57024795,0.6570248,0.7231405,0.74380165,0.71487606,0.677686,0.69008267,0.71900827,0.74380165,0.8016529,0.75206614,0.74380165,0.75206614,0.6818182,0.45867768,0.38016528,0.8140496,0.8016529,0.42975205,0.37190083,0.5082645,0.607438,0.70247936,0.7066116,0.73140496,0.75206614,0.75619835,0.77272725,0.7892562,0.79752064,0.8057851,0.8016529,0.80991733,0.8264463,0.8140496,0.8181818,0.8264463,0.8057851,0.8016529,0.8181818,0.8181818,0.8057851,0.74380165,0.62396693,0.6322314,0.6528926,0.6942149,0.6446281,0.58677685,0.4876033,0.42561984,0.38429752,0.3553719,0.37190083,0.38016528,0.47107437,0.7107438,0.8264463,0.8305785,0.8264463,0.7644628,0.5661157,0.446281,0.45041323,0.49173555,0.5785124,0.6818182,0.7231405,0.73140496,0.71900827,0.71900827,0.7107438,0.75206614,0.77272725,0.75206614,0.74380165,0.73966944,0.6652893,0.446281,0.33471075,0.57438016,0.60330576,0.57024795,0.3140496,0.4876033,0.5785124,0.6652893,0.6983471,0.71487606,0.76859504,0.7644628,0.76033056,0.7933884,0.80991733,0.79752064,0.7933884,0.8057851,0.8140496,0.8057851,0.822314,0.8181818,0.8016529,0.79752064,0.822314,0.8305785,0.8016529,0.74380165,0.6859504,0.62396693,0.5661157,0.55785125,0.5206612,0.45041323,0.42975205,0.46694216,0.46694216,0.39256197,0.4214876,0.47107437,0.5041322,0.57438016,0.70247936,0.77272725,0.8140496,0.8140496,0.607438,0.4214876,0.3677686,0.3966942,0.5,0.6404959,0.7107438,0.71487606,0.71900827,0.73140496,0.73966944,0.76033056,0.7768595,0.75206614,0.75206614,0.74380165,0.6446281,0.45041323,0.26859504,0.32231405,0.36363637,0.48347107,0.32231405,0.45041323,0.5413223,0.62396693,0.6818182,0.6942149,0.76033056,0.75619835,0.76859504,0.78099173,0.8016529,0.7933884,0.78099173,0.7933884,0.8016529,0.8140496,0.8016529,0.7933884,0.77272725,0.78099173,0.8140496,0.8181818,0.7892562,0.6942149,0.6198347,0.60330576,0.53305787,0.5289256,0.47933885,0.38016528,0.37190083,0.46694216,0.48347107,0.41322315,0.45454547,0.5,0.5165289,0.4876033,0.55785125,0.62396693,0.6983471,0.78099173,0.6694215,0.42975205,0.33471075,0.22727273,0.39256197,0.5495868,0.69008267,0.71900827,0.69008267,0.71900827,0.73140496,0.74793386,0.7892562,0.75619835,0.7107438,0.71900827,0.6446281,0.41735536,0.25619835,0.2603306,0.30991736,0.2644628,0.3677686,0.4214876,0.4752066,0.56198347,0.6487603,0.6735537,0.74380165,0.74793386,0.76859504,0.7644628,0.78512394,0.79752064,0.7933884,0.78512394,0.8057851,0.80991733,0.77272725,0.72727275,0.73140496,0.75206614,0.79752064,0.78099173,0.73966944,0.61570245,0.5371901,0.5371901,0.5206612,0.48347107,0.5289256,0.44214877,0.38016528,0.44214877,0.45454547,0.45454547,0.5206612,0.61570245,0.58677685,0.5495868,0.55785125,0.53305787,0.5785124,0.6487603,0.62396693,0.446281,0.33471075,0.20247933,0.22727273,0.49173555,0.6363636,0.73140496,0.6983471,0.6694215,0.71487606,0.71487606,0.77272725,0.75619835,0.6818182,0.6694215,0.62396693,0.38842976,0.24793388,0.25619835,0.2644628,0.19008264,0.33471075,0.39256197,0.44214877,0.5371901,0.6322314,0.6446281,0.71900827,0.73966944,0.77272725,0.76859504,0.7768595,0.7933884,0.76859504,0.7768595,0.8057851,0.77272725,0.6859504,0.6528926,0.6735537,0.6983471,0.75206614,0.70247936,0.6487603,0.56198347,0.5289256,0.5041322,0.5123967,0.49586776,0.57024795,0.6322314,0.49586776,0.47107437,0.553719,0.62396693,0.70247936,0.75206614,0.74793386,0.73140496,0.72727275,0.6818182,0.6528926,0.59917355,0.56198347,0.45454547,0.30165288,0.28099173,0.15289256,0.37190083,0.58677685,0.7107438,0.7107438,0.6528926,0.6983471,0.6694215,0.7355372,0.73140496,0.6818182,0.6528926,0.59504133,0.3553719,0.24380165,0.2768595,0.2644628,0.19008264,0.2892562,0.38016528,0.45454547,0.56198347,0.62396693,0.6198347,0.677686,0.7231405,0.75206614,0.76033056,0.77272725,0.79752064,0.73966944,0.77272725,0.78512394,0.6818182,0.5785124,0.5661157,0.58677685,0.607438,0.6570248,0.59917355,0.54545456,0.56198347,0.5661157,0.58677685,0.61570245,0.6570248,0.72727275,0.73966944,0.6652893,0.6487603,0.6859504,0.71900827,0.75619835,0.75206614,0.73966944,0.76033056,0.76859504,0.78099173,0.7933884,0.76033056,0.6942149,0.58264464,0.34710744,0.28099173,0.26859504,0.25619835,0.5413223,0.6694215,0.6942149,0.6570248,0.677686,0.6487603,0.7231405,0.6942149,0.6404959,0.6818182,0.58264464,0.28512397,0.24793388,0.2768595,0.2768595,0.21487603,0.23140496,0.3677686,0.45041323,0.55785125,0.59090906,0.61157024,0.6652893,0.7107438,0.7355372,0.73966944,0.73966944,0.76033056,0.71900827,0.74380165,0.71900827,0.57024795,0.48347107,0.45867768,0.4752066,0.53305787,0.5371901,0.53305787,0.5413223,0.60330576,0.6818182,0.74380165,0.75206614,0.7644628,0.75206614,0.71487606,0.70247936,0.7355372,0.73140496,0.6818182,0.61157024,0.57438016,0.553719,0.5413223,0.5123967,0.5371901,0.59504133,0.6818182,0.70247936,0.6570248,0.44214877,0.2768595,0.36363637,0.34710744,0.5206612,0.6280992,0.6694215,0.6694215,0.6735537,0.6404959,0.6983471,0.6528926,0.607438,0.6983471,0.58677685,0.23966943,0.24380165,0.26859504,0.2768595,0.21900827,0.20661157,0.3553719,0.43801653,0.5082645,0.5371901,0.58677685,0.6363636,0.6735537,0.6983471,0.6983471,0.7107438,0.70247936,0.69008267,0.70247936,0.6404959,0.49173555,0.4090909,0.3677686,0.42561984,0.5123967,0.5413223,0.60330576,0.7066116,0.74380165,0.75619835,0.7355372,0.6818182,0.6446281,0.607438,0.5495868,0.56198347,0.62396693,0.6363636,0.5371901,0.45454547,0.446281,0.446281,0.4338843,0.37603307,0.36363637,0.36363637,0.3966942,0.45867768,0.46694216,0.40082645,0.3181818,0.3264463,0.43801653,0.54545456,0.60330576,0.6528926,0.661157,0.6652893,0.6322314,0.6528926,0.56198347,0.60330576,0.6652893,0.5371901,0.20247933,0.24793388,0.2603306,0.2768595,0.23140496,0.1983471,0.3181818,0.41735536,0.5,0.5495868,0.58264464,0.60330576,0.6528926,0.6735537,0.6735537,0.6694215,0.6570248,0.6652893,0.6694215,0.59090906,0.47933885,0.42975205,0.39256197,0.4752066,0.56198347,0.6528926,0.6652893,0.677686,0.6404959,0.59090906,0.55785125,0.5371901,0.5371901,0.5289256,0.4752066,0.43801653,0.45867768,0.47107437,0.38842976,0.3429752,0.3264463,0.3181818,0.2520661,0.22727273,0.22727273,0.25619835,0.3305785,0.3677686,0.38842976,0.37190083,0.3553719,0.33471075,0.46280992,0.58264464,0.58677685,0.6446281,0.6487603,0.6322314,0.58677685,0.59504133,0.58264464,0.59090906,0.6694215,0.47933885,0.1983471,0.24380165,0.2603306,0.26859504,0.23553719,0.20247933,0.2603306,0.40495867,0.5082645,0.5206612,0.54545456,0.5661157,0.6322314,0.6446281,0.6363636,0.6487603,0.6363636,0.6487603,0.6446281,0.5661157,0.48347107,0.47933885,0.46694216,0.4876033,0.5289256,0.58264464,0.5,0.4876033,0.47107437,0.4338843,0.4214876,0.3966942,0.41322315,0.4214876,0.38842976,0.34710744,0.3181818,0.3429752,0.32231405,0.30578512,0.23140496,0.23553719,0.24793388,0.30165288,0.38429752,0.45041323,0.5495868,0.58264464,0.5495868,0.446281,0.40495867,0.41735536,0.5041322,0.59917355,0.58677685,0.6198347,0.6280992,0.6280992,0.607438,0.6198347,0.61570245,0.607438,0.6528926,0.39256197,0.20247933,0.24793388,0.2603306,0.2520661,0.23140496,0.20661157,0.22727273,0.3305785,0.46280992,0.53305787,0.5082645,0.553719,0.6198347,0.62396693,0.59917355,0.62396693,0.6198347,0.6404959,0.6363636,0.55785125,0.47933885,0.49173555,0.43801653,0.338843,0.3264463,0.3677686,0.3305785,0.34710744,0.35123968,0.32231405,0.3264463,0.30991736,0.3181818,0.34710744,0.338843,0.30991736,0.30165288,0.34710744,0.3553719,0.38016528,0.39256197,0.4338843,0.5495868,0.6322314,0.6735537,0.69008267,0.73140496,0.74380165,0.6942149,0.55785125,0.5206612,0.5123967,0.5371901,0.60330576,0.607438,0.5785124,0.553719,0.58264464,0.61157024,0.61157024,0.6322314,0.6280992,0.58677685,0.28099173,0.21900827,0.25619835,0.25619835,0.23140496,0.22727273,0.21900827,0.2107438,0.32231405,0.4338843,0.5123967,0.5247934,0.5413223,0.62396693,0.6280992,0.60330576,0.59504133,0.57024795,0.59504133,0.6735537,0.59090906,0.53305787,0.5206612,0.40082645,0.338843,0.44214877,0.4752066,0.41322315,0.4214876,0.41735536,0.41735536,0.4338843,0.44214877,0.446281,0.46694216,0.46280992,0.47107437,0.46694216,0.5123967,0.5247934,0.55785125,0.59090906,0.6322314,0.6859504,0.7231405,0.74380165,0.75619835,0.76859504,0.74793386,0.74380165,0.6942149,0.7107438,0.60330576,0.5247934,0.6322314,0.62396693,0.59090906,0.5123967,0.58677685,0.59090906,0.59504133,0.6280992,0.6363636,0.5289256,0.2231405,0.21900827,0.2520661,0.25619835,0.23966943,0.23553719,0.21900827,0.1983471,0.30578512,0.40495867,0.46694216,0.55785125,0.5247934,0.60330576,0.607438,0.58677685,0.553719,0.5165289,0.57024795,0.6280992,0.6570248,0.58677685,0.5495868,0.46280992,0.4752066,0.60330576,0.6570248,0.59090906,0.5785124,0.553719,0.54545456,0.5495868,0.59090906,0.58677685,0.58677685,0.55785125,0.54545456,0.57438016,0.61157024,0.60330576,0.61157024,0.6322314,0.6404959,0.6280992,0.6735537,0.71900827,0.7231405,0.73966944,0.7107438,0.71900827,0.78512394,0.80991733,0.70247936,0.59090906,0.6446281,0.6404959,0.59504133,0.5041322,0.57438016,0.57438016,0.61157024,0.6446281,0.62396693,0.43801653,0.2231405,0.2107438,0.24380165,0.23140496,0.25619835,0.22727273,0.2231405,0.18181819,0.28512397,0.38842976,0.43801653,0.49586776,0.5082645,0.5785124,0.58677685,0.57438016,0.5371901,0.5165289,0.5785124,0.59917355,0.6404959,0.6446281,0.61570245,0.5413223,0.58677685,0.6446281,0.7066116,0.6735537,0.6363636,0.59917355,0.58677685,0.5785124,0.6983471,0.75619835,0.7107438,0.6198347,0.59090906,0.6363636,0.661157,0.607438,0.57024795,0.57438016,0.5785124,0.60330576,0.6404959,0.677686,0.6818182,0.6404959,0.6859504,0.71487606,0.8181818,0.838843,0.75619835,0.6363636,0.62396693,0.59504133,0.57438016,0.5165289,0.5495868,0.55785125,0.61570245,0.62396693,0.5785124,0.34710744,0.2231405,0.23966943,0.20247933,0.21900827,0.24793388,0.2231405,0.21900827,0.18595041,0.2768595,0.38842976,0.41735536,0.44214877,0.45454547,0.5495868,0.57438016,0.59504133,0.5661157,0.5495868,0.58677685,0.61570245,0.607438,0.6652893,0.6528926,0.6363636,0.6942149,0.71900827,0.71900827,0.70247936,0.6694215,0.661157,0.6322314,0.59917355,0.62396693,0.72727275,0.6942149,0.58677685,0.5495868,0.5661157,0.59090906,0.5495868,0.5,0.49173555,0.5206612,0.553719,0.57438016,0.61157024,0.60330576,0.59917355,0.70247936,0.75206614,0.8181818,0.838843,0.78099173,0.6818182,0.61570245,0.58264464,0.5661157,0.53305787,0.53305787,0.5785124,0.58677685,0.58677685,0.5247934,0.338843,0.23140496,0.2520661,0.23140496,0.21900827,0.2231405,0.21900827,0.2231405,0.19421488,0.24380165,0.41322315,0.4090909,0.40495867,0.44214877,0.49586776,0.5371901,0.5785124,0.5495868,0.57024795,0.59504133,0.62396693,0.6198347,0.6528926,0.6363636,0.6570248,0.76859504,0.7892562,0.74793386,0.69008267,0.6528926,0.6859504,0.6694215,0.6198347,0.61570245,0.59504133,0.59090906,0.5206612,0.4876033,0.4876033,0.4876033,0.4752066,0.45867768,0.44214877,0.4752066,0.49173555,0.5,0.54545456,0.58264464,0.6570248,0.75206614,0.7892562,0.8016529,0.822314,0.78099173,0.6859504,0.60330576,0.58264464,0.5661157,0.553719,0.5247934,0.57024795,0.553719,0.53305787,0.48347107,0.34710744,0.22727273,0.23966943,0.2644628,0.21900827,0.21900827,0.2107438,0.2231405,0.1983471,0.21900827,0.44214877,0.41322315,0.3677686,0.42975205,0.48347107,0.49173555,0.56198347,0.553719,0.55785125,0.5785124,0.62396693,0.6280992,0.62396693,0.59090906,0.6322314,0.76859504,0.8016529,0.7768595,0.6983471,0.61570245,0.59917355,0.6322314,0.5661157,0.5785124,0.54545456,0.4876033,0.42975205,0.42561984,0.43801653,0.44214877,0.40495867,0.4090909,0.37603307,0.43801653,0.446281,0.47933885,0.57438016,0.6735537,0.73140496,0.74793386,0.7892562,0.7933884,0.8016529,0.75206614,0.6487603,0.5661157,0.57024795,0.5371901,0.5206612,0.5371901,0.5,0.5371901,0.5,0.41322315,0.3181818,0.21487603,0.24380165,0.26859504,0.23966943,0.2231405,0.2107438,0.2231405,0.1983471,0.1983471,0.43801653,0.4876033,0.35123968,0.39256197,0.5,0.4876033,0.553719,0.5371901,0.53305787,0.55785125,0.59504133,0.607438,0.59917355,0.5785124,0.6280992,0.75206614,0.7892562,0.7933884,0.74380165,0.6859504,0.6570248,0.607438,0.55785125,0.5413223,0.5041322,0.44214877,0.38016528,0.38429752,0.4214876,0.446281,0.38429752,0.3429752,0.3429752,0.44214877,0.46694216,0.5165289,0.6446281,0.7066116,0.75206614,0.7644628,0.78099173,0.7892562,0.76859504,0.7355372,0.62396693,0.5413223,0.55785125,0.5041322,0.446281,0.5206612,0.45867768,0.5082645,0.5,0.38842976,0.3429752,0.18595041,0.23553719,0.27272728,0.2603306,0.23553719,0.2231405,0.21900827,0.20661157,0.19008264,0.40082645,0.5785124,0.40495867,0.35123968,0.45454547,0.446281,0.53305787,0.5413223,0.5413223,0.5413223,0.54545456,0.56198347,0.553719,0.57024795,0.6322314,0.72727275,0.78099173,0.7892562,0.76859504,0.75619835,0.74380165,0.6942149,0.6859504,0.6363636,0.5495868,0.49173555,0.43801653,0.41735536,0.44214877,0.47107437,0.42561984,0.3677686,0.41322315,0.5082645,0.61157024,0.6198347,0.6694215,0.70247936,0.73966944,0.7644628,0.76033056,0.73966944,0.7107438,0.70247936,0.61157024,0.5206612,0.5206612,0.46280992,0.42561984,0.4338843,0.4752066,0.46280992,0.47107437,0.40495867,0.35123968,0.16528925,0.21900827,0.27272728,0.2603306,0.24793388,0.23140496,0.2107438,0.2231405,0.1694215,0.32231405,0.61570245,0.49173555,0.37190083,0.39256197,0.4214876,0.49586776,0.53305787,0.5123967,0.5289256,0.5289256,0.53305787,0.5247934,0.49586776,0.58677685,0.69008267,0.73140496,0.76033056,0.76859504,0.7644628,0.75619835,0.75206614,0.7644628,0.74793386,0.6983471,0.62396693,0.54545456,0.54545456,0.54545456,0.54545456,0.5206612,0.5,0.5661157,0.6404959,0.6859504,0.7066116,0.70247936,0.70247936,0.71900827,0.74793386,0.75206614,0.74380165,0.7107438,0.6322314,0.6322314,0.53305787,0.49586776,0.45867768,0.4338843,0.42561984,0.46694216,0.44214877,0.35950413,0.49173555,0.37190083,0.1570248,0.1983471,0.2520661,0.27272728,0.24380165,0.22727273,0.21900827,0.21900827,0.2107438,0.28099173,0.61157024,0.57438016,0.41735536,0.3677686,0.41735536,0.45867768,0.49586776,0.48347107,0.49586776,0.5123967,0.5041322,0.5123967,0.49586776,0.5247934,0.6570248,0.69008267,0.73140496,0.76859504,0.76033056,0.76033056,0.75619835,0.76033056,0.75619835,0.75619835,0.72727275,0.6446281,0.661157,0.661157,0.6570248,0.6404959,0.6322314,0.6859504,0.71900827,0.73140496,0.7231405,0.7107438,0.71900827,0.72727275,0.75206614,0.7644628,0.73966944,0.6652893,0.6198347,0.57024795,0.5206612,0.45454547,0.4338843,0.43801653,0.46280992,0.4752066,0.42561984,0.2892562,0.6322314,0.35950413,0.16115703,0.19421488,0.23140496,0.2768595,0.23966943,0.23140496,0.2231405,0.20661157,0.1983471,0.19421488,0.59090906,0.607438,0.5123967,0.37603307,0.38016528,0.42561984,0.446281,0.42561984,0.46694216,0.5082645,0.5123967,0.49586776,0.45867768,0.5123967,0.58264464,0.661157,0.70247936,0.7644628,0.75619835,0.75619835,0.75206614,0.75619835,0.7644628,0.76033056,0.76033056,0.70247936,0.71900827,0.7066116,0.6983471,0.70247936,0.6983471,0.7066116,0.73140496,0.7355372,0.74793386,0.74380165,0.75206614,0.74793386,0.76033056,0.75206614,0.71487606,0.60330576,0.54545456,0.5082645,0.49173555,0.45454547,0.44214877,0.41735536,0.45867768,0.446281,0.38429752,0.38842976,0.72727275,0.3553719,0.1446281,0.20247933,0.2107438,0.24380165,0.2603306,0.21487603,0.21900827,0.20661157,0.20247933,0.15289256,0.5495868,0.6198347,0.58264464,0.45454547,0.35950413,0.39256197,0.42975205,0.40082645,0.446281,0.49173555,0.49586776,0.48347107,0.4752066,0.46280992,0.4876033,0.60330576,0.6942149,0.75206614,0.76033056,0.75206614,0.7644628,0.7644628,0.77272725,0.7768595,0.76033056,0.76859504,0.72727275,0.71487606,0.7107438,0.71487606,0.7355372,0.74380165,0.74793386,0.76033056,0.78099173,0.7768595,0.7768595,0.77272725,0.7644628,0.71487606,0.6859504,0.59090906,0.47933885,0.4876033,0.47107437,0.41735536,0.44214877,0.3966942,0.41322315,0.40082645,0.35950413,0.5413223,0.75206614,0.4214876,0.27272728,0.17355372,0.1983471,0.23140496,0.24793388,0.21487603,0.21487603,0.20247933,0.19421488,0.17355372,0.5082645,0.61157024,0.60330576,0.54545456,0.3966942,0.34710744,0.41322315,0.42561984,0.446281,0.4338843,0.46280992,0.47107437,0.4876033,0.45041323,0.446281,0.5165289,0.6363636,0.7231405,0.74793386,0.75619835,0.77272725,0.77272725,0.7768595,0.76859504,0.7768595,0.7768595,0.75619835,0.74793386,0.74793386,0.74380165,0.74380165,0.7644628,0.7644628,0.7644628,0.7768595,0.74793386,0.76033056,0.7892562,0.77272725,0.7355372,0.6652893,0.5495868,0.4338843,0.45041323,0.38016528,0.38016528,0.4090909,0.40082645,0.3966942,0.3677686,0.42561984,0.6363636,0.72727275,0.37603307,0.42975205,0.3140496,0.19008264,0.22727273,0.24793388,0.2107438,0.2107438,0.18595041,0.28512397,0.38429752,0.49586776,0.59917355,0.61157024,0.60330576,0.49173555,0.33471075,0.34710744,0.37190083,0.43801653,0.42975205,0.446281,0.46694216,0.45867768,0.44214877,0.45041323,0.47107437,0.5785124,0.6652893,0.75619835,0.78099173,0.76859504,0.7644628,0.76859504,0.76859504,0.78099173,0.77272725,0.77272725,0.76859504,0.75619835,0.76033056,0.74793386,0.75619835,0.76033056,0.76033056,0.73966944,0.6983471,0.7066116,0.72727275,0.6983471,0.661157,0.59917355,0.5041322,0.4090909,0.38016528,0.30578512,0.3553719,0.4090909,0.4090909,0.37603307,0.338843,0.5165289,0.6942149,0.6859504,0.30991736,0.47933885,0.4752066,0.28099173,0.20247933,0.23140496,0.1983471,0.19008264,0.2892562,0.43801653,0.36363637,0.3966942,0.60330576,0.61157024,0.60330576,0.58264464,0.4338843,0.33471075,0.37190083,0.4214876,0.40082645,0.4090909,0.446281,0.42975205,0.39256197,0.40082645,0.44214877,0.5206612,0.6446281,0.7231405,0.7644628,0.7644628,0.75206614,0.78099173,0.75619835,0.78099173,0.78099173,0.78512394,0.7768595,0.7644628,0.75619835,0.75206614,0.73966944,0.73966944,0.73140496,0.7066116,0.6487603,0.6818182,0.6983471,0.6487603,0.59917355,0.54545456,0.4338843,0.38016528,0.32231405,0.29752067,0.3305785,0.38429752,0.38429752,0.3305785,0.3553719,0.60330576,0.71487606,0.62396693,0.2107438,0.5041322,0.56198347,0.45454547,0.23966943,0.1983471,15 +0.58677685,0.70247936,0.73140496,0.73140496,0.74380165,0.77272725,0.7933884,0.8140496,0.822314,0.8471074,0.8595041,0.8595041,0.8595041,0.8636364,0.8677686,0.87603307,0.87603307,0.88842976,0.88842976,0.8801653,0.8801653,0.8801653,0.87603307,0.87603307,0.8719008,0.8677686,0.8595041,0.8595041,0.8595041,0.8595041,0.8512397,0.8512397,0.8512397,0.8595041,0.8636364,0.8595041,0.8553719,0.8512397,0.8512397,0.8595041,0.8595041,0.8677686,0.8719008,0.8636364,0.87603307,0.88842976,0.87603307,0.8719008,0.8801653,0.88429755,0.8719008,0.87603307,0.8719008,0.87603307,0.8801653,0.88429755,0.87603307,0.87603307,0.8801653,0.8801653,0.87603307,0.8677686,0.90495867,0.76859504,0.61157024,0.72727275,0.7355372,0.7355372,0.74380165,0.77272725,0.78099173,0.80991733,0.822314,0.838843,0.8512397,0.8512397,0.8512397,0.8636364,0.8719008,0.87603307,0.8719008,0.88429755,0.88429755,0.8801653,0.8801653,0.87603307,0.8719008,0.8719008,0.8719008,0.8719008,0.8636364,0.8553719,0.8595041,0.8595041,0.8471074,0.8595041,0.8471074,0.8553719,0.8595041,0.8595041,0.8471074,0.8512397,0.8553719,0.8553719,0.8595041,0.8677686,0.8636364,0.8595041,0.88429755,0.88429755,0.88429755,0.8801653,0.8801653,0.8801653,0.8719008,0.87603307,0.87603307,0.8636364,0.8677686,0.8801653,0.8719008,0.8719008,0.88429755,0.8719008,0.8553719,0.8677686,0.89669424,0.76033056,0.6322314,0.73140496,0.74380165,0.74380165,0.75619835,0.76859504,0.78099173,0.79752064,0.8264463,0.8264463,0.8471074,0.8471074,0.8471074,0.8512397,0.8595041,0.8677686,0.8719008,0.87603307,0.87603307,0.88429755,0.8719008,0.8719008,0.8677686,0.8719008,0.8677686,0.8677686,0.8677686,0.8595041,0.8636364,0.8553719,0.8471074,0.8553719,0.8512397,0.8512397,0.8471074,0.8553719,0.8429752,0.8429752,0.8553719,0.8553719,0.8595041,0.8553719,0.8553719,0.8471074,0.8677686,0.87603307,0.8719008,0.8801653,0.88842976,0.88842976,0.8719008,0.8719008,0.8801653,0.8719008,0.8347107,0.8719008,0.87603307,0.8719008,0.8801653,0.8595041,0.8429752,0.8636364,0.89669424,0.74380165,0.6528926,0.71900827,0.7355372,0.74380165,0.74793386,0.76859504,0.77272725,0.7892562,0.8264463,0.822314,0.838843,0.8471074,0.838843,0.8305785,0.8347107,0.8553719,0.8553719,0.8636364,0.8636364,0.8677686,0.8636364,0.8636364,0.8677686,0.8719008,0.8677686,0.8636364,0.8677686,0.8595041,0.8636364,0.8553719,0.8512397,0.8471074,0.8512397,0.8512397,0.838843,0.8471074,0.8429752,0.838843,0.8429752,0.8512397,0.838843,0.8305785,0.8347107,0.838843,0.8553719,0.8512397,0.8429752,0.8636364,0.8719008,0.8801653,0.8719008,0.8677686,0.87603307,0.88429755,0.8264463,0.8429752,0.8801653,0.8719008,0.8719008,0.8595041,0.838843,0.8553719,0.892562,0.7231405,0.6694215,0.7107438,0.71900827,0.73966944,0.74380165,0.76859504,0.7644628,0.7892562,0.8181818,0.8140496,0.8057851,0.8016529,0.7892562,0.79752064,0.8016529,0.8140496,0.8181818,0.8305785,0.8429752,0.8347107,0.838843,0.8347107,0.8553719,0.8719008,0.8636364,0.8512397,0.8553719,0.8595041,0.8553719,0.8471074,0.8429752,0.838843,0.838843,0.8553719,0.8347107,0.8347107,0.8347107,0.822314,0.8264463,0.8181818,0.7933884,0.78512394,0.7768595,0.78512394,0.7933884,0.8140496,0.7933884,0.8140496,0.8347107,0.8595041,0.8553719,0.8595041,0.8595041,0.87603307,0.8636364,0.8471074,0.87603307,0.8595041,0.8636364,0.8677686,0.8429752,0.8471074,0.87603307,0.7107438,0.6652893,0.7066116,0.70247936,0.7066116,0.72727275,0.75619835,0.77272725,0.7892562,0.822314,0.76033056,0.69008267,0.7066116,0.71487606,0.72727275,0.73140496,0.74380165,0.74793386,0.74793386,0.75619835,0.7892562,0.78099173,0.7933884,0.8305785,0.8471074,0.8553719,0.8471074,0.8471074,0.8512397,0.8471074,0.8429752,0.8347107,0.8264463,0.8264463,0.8305785,0.8305785,0.8016529,0.8140496,0.7933884,0.78099173,0.7644628,0.71900827,0.677686,0.6570248,0.6487603,0.62396693,0.661157,0.677686,0.6735537,0.72727275,0.75619835,0.74793386,0.76033056,0.78099173,0.8057851,0.8677686,0.88842976,0.8801653,0.8512397,0.8636364,0.8595041,0.8429752,0.8471074,0.8595041,0.677686,0.6652893,0.6983471,0.7066116,0.70247936,0.7231405,0.74793386,0.75619835,0.77272725,0.71487606,0.60330576,0.553719,0.60330576,0.59917355,0.58677685,0.59090906,0.59917355,0.5785124,0.5413223,0.5123967,0.5413223,0.5413223,0.59917355,0.71900827,0.7768595,0.8181818,0.822314,0.8305785,0.8347107,0.8347107,0.8305785,0.822314,0.80991733,0.822314,0.8057851,0.8057851,0.8016529,0.7933884,0.73966944,0.70247936,0.661157,0.59917355,0.5247934,0.45454547,0.39256197,0.3553719,0.37603307,0.4214876,0.446281,0.5041322,0.55785125,0.56198347,0.58264464,0.59504133,0.6198347,0.7107438,0.8677686,0.90495867,0.8636364,0.8512397,0.8553719,0.8347107,0.838843,0.8595041,0.6280992,0.6528926,0.6942149,0.7066116,0.71487606,0.71900827,0.70247936,0.70247936,0.6198347,0.5123967,0.5,0.4752066,0.5,0.47107437,0.44214877,0.4338843,0.42561984,0.38016528,0.35123968,0.3140496,0.30165288,0.30578512,0.37190083,0.43801653,0.53305787,0.6652893,0.73966944,0.77272725,0.8016529,0.8181818,0.80991733,0.8016529,0.8016529,0.8016529,0.78512394,0.78099173,0.76033056,0.76033056,0.677686,0.607438,0.54545456,0.46694216,0.38429752,0.32231405,0.2644628,0.24380165,0.23553719,0.23553719,0.2768595,0.30991736,0.36363637,0.39256197,0.44214877,0.46694216,0.47933885,0.5289256,0.72727275,0.88842976,0.8801653,0.838843,0.8429752,0.80991733,0.8264463,0.8595041,0.55785125,0.6404959,0.6859504,0.677686,0.6859504,0.7107438,0.6528926,0.553719,0.46280992,0.48347107,0.5247934,0.4752066,0.446281,0.41735536,0.41735536,0.3966942,0.40082645,0.38429752,0.39256197,0.38429752,0.29338843,0.30991736,0.3181818,0.338843,0.36363637,0.49586776,0.60330576,0.6983471,0.77272725,0.8016529,0.78512394,0.78099173,0.8057851,0.7768595,0.74380165,0.74793386,0.71487606,0.7107438,0.6322314,0.5371901,0.46694216,0.40495867,0.34710744,0.3140496,0.28512397,0.2644628,0.2644628,0.30578512,0.32231405,0.3264463,0.338843,0.338843,0.3677686,0.3966942,0.4338843,0.446281,0.5247934,0.7066116,0.8429752,0.8305785,0.8347107,0.7892562,0.8347107,0.8264463,0.41735536,0.61570245,0.69008267,0.7066116,0.7107438,0.6859504,0.5661157,0.49173555,0.49173555,0.553719,0.57438016,0.54545456,0.53305787,0.5123967,0.53305787,0.5289256,0.56198347,0.5661157,0.56198347,0.54545456,0.45454547,0.47107437,0.45041323,0.43801653,0.39256197,0.45867768,0.5,0.6446281,0.74793386,0.7768595,0.78512394,0.77272725,0.78099173,0.7644628,0.7355372,0.72727275,0.70247936,0.6652893,0.59090906,0.49586776,0.44214877,0.3966942,0.37603307,0.38016528,0.38429752,0.41322315,0.45454547,0.53305787,0.5206612,0.5413223,0.49173555,0.4214876,0.40495867,0.3966942,0.41735536,0.45867768,0.5,0.57438016,0.6363636,0.77272725,0.8305785,0.8140496,0.8429752,0.8057851,0.2892562,0.59504133,0.6818182,0.71487606,0.70247936,0.60330576,0.4876033,0.5082645,0.5661157,0.6322314,0.6363636,0.6404959,0.6694215,0.6652893,0.6859504,0.6694215,0.6983471,0.7107438,0.6818182,0.6694215,0.61157024,0.58677685,0.58264464,0.5661157,0.5785124,0.5123967,0.5289256,0.6322314,0.71487606,0.77272725,0.79752064,0.7768595,0.77272725,0.73966944,0.72727275,0.71900827,0.7066116,0.6322314,0.5413223,0.46280992,0.4338843,0.42561984,0.42975205,0.46694216,0.5165289,0.59504133,0.6487603,0.6942149,0.6818182,0.69008267,0.6570248,0.62396693,0.61157024,0.57438016,0.5041322,0.5041322,0.5123967,0.54545456,0.55785125,0.55785125,0.8057851,0.8305785,0.8595041,0.74380165,0.2231405,0.5661157,0.6818182,0.7066116,0.6652893,0.5495868,0.53305787,0.58677685,0.6446281,0.6818182,0.7107438,0.70247936,0.72727275,0.7644628,0.75619835,0.7644628,0.76859504,0.76859504,0.73966944,0.71900827,0.6735537,0.6322314,0.6198347,0.61570245,0.6280992,0.6404959,0.62396693,0.6404959,0.7107438,0.7892562,0.8181818,0.80991733,0.78512394,0.76859504,0.74380165,0.72727275,0.6983471,0.62396693,0.5,0.446281,0.44214877,0.45041323,0.49586776,0.56198347,0.62396693,0.6818182,0.71487606,0.7231405,0.6983471,0.6942149,0.6983471,0.7066116,0.73140496,0.70247936,0.6570248,0.59504133,0.5413223,0.56198347,0.60330576,0.46694216,0.6859504,0.8429752,0.8677686,0.6818182,0.18595041,0.54545456,0.677686,0.69008267,0.6487603,0.56198347,0.61157024,0.6652893,0.7066116,0.72727275,0.73966944,0.74380165,0.7644628,0.78512394,0.7768595,0.76033056,0.74793386,0.72727275,0.71487606,0.70247936,0.6818182,0.6363636,0.62396693,0.59917355,0.59090906,0.6198347,0.6487603,0.6570248,0.7107438,0.7933884,0.838843,0.838843,0.8140496,0.8016529,0.78512394,0.77272725,0.70247936,0.60330576,0.49586776,0.45041323,0.4338843,0.446281,0.5082645,0.54545456,0.55785125,0.57024795,0.59504133,0.607438,0.58264464,0.607438,0.62396693,0.661157,0.69008267,0.71487606,0.7231405,0.7231405,0.6694215,0.6363636,0.6570248,0.5413223,0.6363636,0.8347107,0.89669424,0.60330576,0.18595041,0.5289256,0.69008267,0.6859504,0.6404959,0.58677685,0.6322314,0.6983471,0.7231405,0.7355372,0.73140496,0.6942149,0.661157,0.6404959,0.6446281,0.6198347,0.5661157,0.5206612,0.5123967,0.49586776,0.5,0.5082645,0.5413223,0.57438016,0.56198347,0.58677685,0.6322314,0.6652893,0.7066116,0.7892562,0.838843,0.8595041,0.8553719,0.8471074,0.8347107,0.8512397,0.76859504,0.58264464,0.4876033,0.4338843,0.37603307,0.37190083,0.4214876,0.47933885,0.53305787,0.5495868,0.553719,0.5785124,0.5165289,0.5413223,0.54545456,0.5495868,0.54545456,0.59090906,0.6280992,0.6942149,0.71487606,0.6942149,0.7231405,0.661157,0.71487606,0.8181818,0.90082645,0.5247934,0.21487603,0.5289256,0.6942149,0.6818182,0.6446281,0.6404959,0.69008267,0.7231405,0.72727275,0.7066116,0.61570245,0.55785125,0.5661157,0.60330576,0.61157024,0.553719,0.4752066,0.41322315,0.42975205,0.446281,0.45041323,0.4214876,0.40495867,0.44214877,0.5,0.54545456,0.58677685,0.6528926,0.6983471,0.77272725,0.8347107,0.8636364,0.87603307,0.87603307,0.8636364,0.88842976,0.8719008,0.58264464,0.45041323,0.3966942,0.32231405,0.29338843,0.4090909,0.53305787,0.553719,0.5247934,0.45867768,0.41322315,0.3966942,0.4214876,0.5,0.60330576,0.6363636,0.59504133,0.5041322,0.5247934,0.6694215,0.71487606,0.73966944,0.7355372,0.7644628,0.8057851,0.892562,0.48347107,0.19008264,0.5289256,0.7066116,0.677686,0.6735537,0.677686,0.71487606,0.7355372,0.7231405,0.61157024,0.5041322,0.5165289,0.4752066,0.4752066,0.44214877,0.2768595,0.29752067,0.20247933,0.21900827,0.32231405,0.46694216,0.49173555,0.4338843,0.3553719,0.38016528,0.48347107,0.5495868,0.60330576,0.6818182,0.75619835,0.822314,0.8595041,0.8719008,0.8801653,0.87603307,0.89669424,0.91735536,0.57438016,0.4214876,0.39256197,0.33471075,0.2644628,0.33471075,0.41735536,0.58677685,0.55785125,0.40495867,0.21487603,0.20661157,0.29752067,0.19421488,0.3553719,0.4338843,0.58264464,0.62396693,0.40082645,0.5165289,0.71487606,0.76033056,0.78512394,0.79752064,0.8140496,0.88842976,0.46694216,0.13636364,0.57024795,0.71900827,0.6652893,0.6735537,0.7066116,0.72727275,0.7231405,0.6694215,0.57438016,0.5041322,0.38842976,0.38429752,0.607438,0.6528926,0.1983471,0.6322314,0.23966943,0.25619835,0.3677686,0.59504133,0.61570245,0.45867768,0.3966942,0.3305785,0.4876033,0.60330576,0.59090906,0.6570248,0.73966944,0.8140496,0.8429752,0.8636364,0.88429755,0.87603307,0.88842976,0.93801653,0.58677685,0.44214877,0.5165289,0.3553719,0.23966943,0.2644628,0.4214876,0.7892562,0.661157,0.49586776,0.3553719,0.1322314,0.33471075,0.19421488,0.44214877,0.3677686,0.30165288,0.4752066,0.48347107,0.38842976,0.6694215,0.7892562,0.8140496,0.80991733,0.8181818,0.8719008,0.45041323,0.15289256,0.60330576,0.74380165,0.6652893,0.69008267,0.7355372,0.73966944,0.71487606,0.6528926,0.5661157,0.45454547,0.35950413,0.55785125,0.73966944,0.77272725,0.2644628,0.42975205,0.24793388,0.2107438,0.3553719,0.6528926,0.7355372,0.54545456,0.47933885,0.36363637,0.5206612,0.677686,0.6280992,0.6404959,0.73966944,0.80991733,0.8512397,0.8595041,0.87603307,0.87603307,0.88429755,0.94214875,0.6694215,0.446281,0.5206612,0.42561984,0.29338843,0.29752067,0.41735536,0.677686,0.70247936,0.44214877,0.30991736,0.20661157,0.2520661,0.30578512,0.56198347,0.58677685,0.35123968,0.3140496,0.43801653,0.42975205,0.59917355,0.7892562,0.8305785,0.8264463,0.8264463,0.8719008,0.4338843,0.23966943,0.6487603,0.7355372,0.69008267,0.6859504,0.76859504,0.75206614,0.6983471,0.6280992,0.57438016,0.4876033,0.44214877,0.56198347,0.6983471,0.7933884,0.47107437,0.34710744,0.33471075,0.32231405,0.4338843,0.6487603,0.6735537,0.5785124,0.5123967,0.4338843,0.5495868,0.6694215,0.6404959,0.6859504,0.74380165,0.8140496,0.8429752,0.8636364,0.87603307,0.8719008,0.88429755,0.90909094,0.838843,0.5,0.49173555,0.43801653,0.35123968,0.3264463,0.4214876,0.5661157,0.6446281,0.5289256,0.40495867,0.38842976,0.36363637,0.48347107,0.6198347,0.6859504,0.59917355,0.4752066,0.49586776,0.47933885,0.59090906,0.78099173,0.8512397,0.8429752,0.8305785,0.8595041,0.42561984,0.2768595,0.6735537,0.74793386,0.70247936,0.7107438,0.7892562,0.78099173,0.7107438,0.6528926,0.62396693,0.5661157,0.5123967,0.553719,0.607438,0.661157,0.58264464,0.5,0.49586776,0.49173555,0.5247934,0.59090906,0.59917355,0.56198347,0.5165289,0.5,0.607438,0.6570248,0.661157,0.71487606,0.76859504,0.8057851,0.8512397,0.8677686,0.8801653,0.8801653,0.892562,0.90495867,0.89669424,0.6570248,0.49173555,0.47107437,0.38016528,0.3181818,0.37603307,0.49173555,0.58264464,0.58677685,0.55785125,0.53305787,0.5165289,0.55785125,0.58677685,0.607438,0.6942149,0.607438,0.677686,0.62396693,0.677686,0.8057851,0.8677686,0.8636364,0.8264463,0.8719008,0.45867768,0.17355372,0.6983471,0.73140496,0.7066116,0.74793386,0.7933884,0.7933884,0.75206614,0.71900827,0.6942149,0.6528926,0.61570245,0.6322314,0.6322314,0.6528926,0.6280992,0.62396693,0.61157024,0.59504133,0.58677685,0.58677685,0.55785125,0.5495868,0.55785125,0.58677685,0.6570248,0.6694215,0.7231405,0.75619835,0.7768595,0.8181818,0.8553719,0.87603307,0.87603307,0.8719008,0.89669424,0.892562,0.87603307,0.822314,0.59917355,0.5,0.44214877,0.4090909,0.3677686,0.4090909,0.49586776,0.57024795,0.59090906,0.57438016,0.57438016,0.58677685,0.59917355,0.58677685,0.677686,0.6942149,0.77272725,0.78512394,0.7892562,0.8429752,0.8677686,0.8636364,0.838843,0.892562,0.553719,0.19008264,0.7066116,0.72727275,0.7107438,0.76033056,0.7933884,0.7933884,0.77272725,0.74793386,0.74793386,0.72727275,0.6942149,0.69008267,0.6818182,0.6983471,0.6859504,0.6652893,0.6404959,0.61570245,0.59090906,0.59504133,0.60330576,0.6363636,0.6446281,0.6652893,0.6983471,0.6983471,0.76033056,0.78099173,0.78512394,0.8181818,0.8553719,0.87603307,0.88429755,0.87603307,0.892562,0.892562,0.8595041,0.8636364,0.76859504,0.57024795,0.5082645,0.47107437,0.45041323,0.42975205,0.4338843,0.4752066,0.5289256,0.553719,0.57438016,0.57438016,0.57024795,0.59090906,0.677686,0.7644628,0.8181818,0.838843,0.838843,0.8636364,0.8677686,0.8636364,0.838843,0.892562,0.607438,0.2107438,0.7231405,0.7231405,0.7231405,0.77272725,0.78512394,0.80991733,0.7892562,0.76859504,0.7644628,0.75619835,0.74793386,0.7231405,0.70247936,0.6983471,0.6818182,0.661157,0.6487603,0.6487603,0.661157,0.6942149,0.7231405,0.7107438,0.6983471,0.71900827,0.7231405,0.76033056,0.7892562,0.79752064,0.79752064,0.8181818,0.8512397,0.8677686,0.87603307,0.8719008,0.892562,0.89669424,0.8512397,0.8636364,0.8512397,0.71900827,0.53305787,0.5289256,0.5041322,0.49173555,0.48347107,0.47933885,0.5041322,0.5206612,0.53305787,0.5413223,0.55785125,0.6363636,0.7644628,0.822314,0.8471074,0.8429752,0.8595041,0.87603307,0.8719008,0.8553719,0.8305785,0.88842976,0.6404959,0.1694215,0.7231405,0.7066116,0.7355372,0.78099173,0.8057851,0.8057851,0.8140496,0.8016529,0.7892562,0.7768595,0.78512394,0.77272725,0.75619835,0.75206614,0.7355372,0.73966944,0.75206614,0.75206614,0.76033056,0.76859504,0.75619835,0.75619835,0.74793386,0.74380165,0.75619835,0.78099173,0.8057851,0.79752064,0.8016529,0.80991733,0.838843,0.8553719,0.87603307,0.8677686,0.88842976,0.89669424,0.8553719,0.8512397,0.8636364,0.822314,0.62396693,0.553719,0.57024795,0.5206612,0.5123967,0.5289256,0.5661157,0.59090906,0.62396693,0.677686,0.7066116,0.75619835,0.822314,0.8471074,0.8512397,0.8677686,0.8719008,0.88429755,0.8719008,0.8512397,0.8140496,0.87603307,0.6859504,0.18181819,0.71900827,0.7066116,0.74380165,0.7892562,0.8016529,0.80991733,0.8305785,0.8264463,0.8057851,0.79752064,0.79752064,0.8057851,0.79752064,0.7933884,0.8016529,0.8016529,0.80991733,0.8057851,0.77272725,0.7644628,0.7892562,0.78099173,0.77272725,0.77272725,0.7768595,0.7933884,0.8181818,0.8057851,0.7892562,0.8140496,0.8347107,0.8553719,0.8801653,0.87603307,0.8801653,0.89669424,0.8636364,0.838843,0.8471074,0.8429752,0.73966944,0.6363636,0.61570245,0.59090906,0.55785125,0.5495868,0.59504133,0.6363636,0.6818182,0.72727275,0.77272725,0.77272725,0.8140496,0.8512397,0.87603307,0.8719008,0.88429755,0.8801653,0.8677686,0.8512397,0.8016529,0.8553719,0.6859504,0.18595041,0.7107438,0.6983471,0.7355372,0.78512394,0.79752064,0.8140496,0.838843,0.8429752,0.8264463,0.822314,0.8140496,0.80991733,0.8181818,0.8181818,0.822314,0.8140496,0.8181818,0.78512394,0.7933884,0.78512394,0.78512394,0.7892562,0.78099173,0.78099173,0.7892562,0.8016529,0.8140496,0.8140496,0.7933884,0.8305785,0.838843,0.8636364,0.88429755,0.8719008,0.8719008,0.88429755,0.8677686,0.838843,0.8305785,0.8429752,0.80991733,0.76033056,0.7107438,0.6818182,0.6818182,0.61570245,0.61570245,0.6487603,0.69008267,0.74380165,0.78099173,0.79752064,0.8140496,0.8471074,0.8677686,0.87603307,0.87603307,0.87603307,0.8595041,0.8429752,0.8016529,0.8471074,0.6694215,0.19421488,0.70247936,0.677686,0.71900827,0.76859504,0.79752064,0.8181818,0.8305785,0.8471074,0.838843,0.8305785,0.8264463,0.80991733,0.8140496,0.8140496,0.8181818,0.8057851,0.8140496,0.8057851,0.8181818,0.79752064,0.7892562,0.78512394,0.7768595,0.78099173,0.7933884,0.8016529,0.8016529,0.8057851,0.8057851,0.838843,0.8471074,0.87603307,0.87603307,0.8677686,0.8636364,0.8719008,0.8801653,0.8512397,0.8264463,0.8305785,0.8512397,0.8305785,0.7933884,0.72727275,0.78099173,0.7644628,0.7231405,0.6942149,0.7066116,0.75206614,0.78512394,0.8016529,0.838843,0.8553719,0.8595041,0.8677686,0.8677686,0.8636364,0.8512397,0.8305785,0.7933884,0.8347107,0.6570248,0.21900827,0.6983471,0.69008267,0.71487606,0.76859504,0.79752064,0.8140496,0.822314,0.8471074,0.8347107,0.8264463,0.838843,0.8264463,0.8181818,0.79752064,0.8181818,0.8016529,0.8181818,0.8181818,0.8181818,0.7933884,0.79752064,0.7933884,0.78512394,0.78099173,0.7892562,0.79752064,0.79752064,0.79752064,0.8057851,0.8429752,0.8553719,0.88429755,0.8719008,0.8677686,0.8595041,0.8595041,0.88842976,0.88429755,0.8264463,0.8181818,0.8553719,0.8636364,0.8347107,0.78099173,0.76033056,0.78512394,0.79752064,0.7768595,0.76033056,0.77272725,0.78099173,0.79752064,0.8429752,0.8595041,0.8553719,0.8553719,0.8471074,0.8553719,0.838843,0.8140496,0.7933884,0.8140496,0.6363636,0.2520661,0.6859504,0.6983471,0.7107438,0.74793386,0.78512394,0.7933884,0.8057851,0.838843,0.838843,0.8347107,0.8471074,0.8471074,0.838843,0.8181818,0.8264463,0.8140496,0.8140496,0.80991733,0.8057851,0.8016529,0.79752064,0.7933884,0.7892562,0.7892562,0.78099173,0.78099173,0.78512394,0.79752064,0.80991733,0.838843,0.8512397,0.8801653,0.8636364,0.8595041,0.8471074,0.8553719,0.892562,0.91322315,0.8512397,0.8016529,0.8429752,0.8801653,0.8677686,0.8016529,0.75619835,0.75619835,0.78512394,0.7892562,0.78099173,0.77272725,0.7892562,0.80991733,0.8264463,0.838843,0.8264463,0.838843,0.8264463,0.8347107,0.8264463,0.8057851,0.8016529,0.78512394,0.57438016,0.2892562,0.6694215,0.6859504,0.70247936,0.7355372,0.75619835,0.8016529,0.78512394,0.8181818,0.8264463,0.838843,0.8429752,0.8471074,0.8512397,0.838843,0.8347107,0.822314,0.8181818,0.80991733,0.79752064,0.80991733,0.8057851,0.8016529,0.7933884,0.7892562,0.76859504,0.75619835,0.77272725,0.7933884,0.8264463,0.8512397,0.8553719,0.8553719,0.8636364,0.8429752,0.8512397,0.8595041,0.8801653,0.91735536,0.88842976,0.78512394,0.8016529,0.8553719,0.88429755,0.8016529,0.7768595,0.75619835,0.78512394,0.78099173,0.7892562,0.7892562,0.8057851,0.822314,0.822314,0.8140496,0.80991733,0.822314,0.7933884,0.80991733,0.822314,0.8057851,0.8016529,0.75206614,0.5041322,0.29752067,0.6570248,0.6818182,0.6942149,0.74793386,0.75206614,0.76033056,0.78512394,0.79752064,0.8140496,0.8347107,0.8347107,0.8347107,0.838843,0.8429752,0.8429752,0.8347107,0.8264463,0.8181818,0.8016529,0.8140496,0.8181818,0.80991733,0.8057851,0.78099173,0.75206614,0.75619835,0.7768595,0.7933884,0.8305785,0.8677686,0.8677686,0.8429752,0.8429752,0.8264463,0.8429752,0.8595041,0.8677686,0.89669424,0.90082645,0.8057851,0.74793386,0.8057851,0.8471074,0.8305785,0.77272725,0.74793386,0.7768595,0.7768595,0.7933884,0.8057851,0.80991733,0.822314,0.8264463,0.80991733,0.8140496,0.8057851,0.78099173,0.7892562,0.8305785,0.7933884,0.79752064,0.71900827,0.5041322,0.3429752,0.6570248,0.677686,0.69008267,0.7355372,0.78099173,0.77272725,0.76859504,0.7892562,0.80991733,0.822314,0.8305785,0.8305785,0.8347107,0.8429752,0.8429752,0.838843,0.822314,0.822314,0.8181818,0.8140496,0.822314,0.8140496,0.8057851,0.7644628,0.75206614,0.76859504,0.7768595,0.7892562,0.8305785,0.89669424,0.88429755,0.8305785,0.8181818,0.822314,0.8016529,0.8471074,0.8512397,0.8471074,0.8553719,0.8181818,0.73966944,0.73140496,0.7933884,0.822314,0.7768595,0.74380165,0.74380165,0.75206614,0.7644628,0.8016529,0.80991733,0.80991733,0.822314,0.80991733,0.80991733,0.7892562,0.78512394,0.78099173,0.8264463,0.78099173,0.78099173,0.6859504,0.47107437,0.38842976,0.6322314,0.6694215,0.6983471,0.73140496,0.76033056,0.77272725,0.78099173,0.76859504,0.80991733,0.822314,0.8305785,0.8305785,0.8305785,0.8347107,0.838843,0.8347107,0.8264463,0.8264463,0.8264463,0.80991733,0.80991733,0.8181818,0.79752064,0.75619835,0.77272725,0.7768595,0.75619835,0.77272725,0.7933884,0.8801653,0.88429755,0.8016529,0.76033056,0.7768595,0.75619835,0.7768595,0.79752064,0.76859504,0.74380165,0.7933884,0.77272725,0.6983471,0.71900827,0.75206614,0.7768595,0.75619835,0.71900827,0.7231405,0.73140496,0.76859504,0.7933884,0.8140496,0.8140496,0.80991733,0.7933884,0.7933884,0.78512394,0.7768595,0.822314,0.7768595,0.75619835,0.6487603,0.40082645,0.49586776,0.607438,0.6570248,0.69008267,0.73140496,0.74380165,0.75206614,0.78512394,0.7892562,0.8057851,0.822314,0.822314,0.8305785,0.8264463,0.8264463,0.8264463,0.8264463,0.8305785,0.822314,0.8181818,0.8140496,0.8140496,0.8181818,0.77272725,0.78099173,0.78512394,0.77272725,0.7355372,0.6942149,0.7066116,0.7768595,0.8016529,0.76859504,0.6983471,0.70247936,0.6983471,0.7107438,0.70247936,0.6404959,0.59504133,0.70247936,0.78099173,0.6859504,0.6570248,0.6570248,0.74380165,0.7644628,0.70247936,0.6983471,0.70247936,0.7066116,0.73966944,0.78099173,0.8016529,0.8140496,0.8016529,0.8016529,0.7892562,0.77272725,0.79752064,0.7768595,0.7355372,0.56198347,0.38429752,0.6280992,0.55785125,0.6404959,0.6652893,0.7231405,0.73140496,0.71900827,0.7768595,0.79752064,0.80991733,0.8181818,0.8140496,0.8181818,0.8181818,0.8140496,0.822314,0.8181818,0.8181818,0.8181818,0.8181818,0.822314,0.8347107,0.8057851,0.75206614,0.75619835,0.7644628,0.73140496,0.6528926,0.5661157,0.61157024,0.6859504,0.72727275,0.6942149,0.6363636,0.59090906,0.6198347,0.6322314,0.58264464,0.42975205,0.3966942,0.5785124,0.75206614,0.70247936,0.6280992,0.59917355,0.661157,0.75619835,0.7231405,0.6983471,0.69008267,0.661157,0.6942149,0.73140496,0.77272725,0.8016529,0.8057851,0.78512394,0.77272725,0.7768595,0.78099173,0.7644628,0.7355372,0.49173555,0.3553719,0.73140496,0.53305787,0.62396693,0.6570248,0.70247936,0.72727275,0.7107438,0.76033056,0.78099173,0.8016529,0.7933884,0.80991733,0.8140496,0.8057851,0.8057851,0.80991733,0.8181818,0.8140496,0.80991733,0.8181818,0.8181818,0.822314,0.8016529,0.74380165,0.6983471,0.661157,0.5289256,0.37603307,0.25619835,0.37190083,0.58677685,0.6487603,0.6198347,0.53305787,0.47933885,0.5165289,0.5123967,0.40495867,0.23140496,0.28099173,0.5247934,0.74380165,0.74380165,0.6322314,0.56198347,0.58264464,0.7066116,0.74793386,0.71487606,0.6859504,0.6404959,0.6735537,0.6983471,0.7355372,0.7644628,0.7892562,0.7768595,0.7355372,0.76033056,0.75206614,0.74380165,0.6983471,0.4338843,0.3553719,0.8140496,0.47107437,0.57438016,0.6363636,0.69008267,0.71487606,0.7066116,0.72727275,0.7768595,0.7933884,0.7644628,0.7933884,0.80991733,0.8057851,0.8016529,0.8057851,0.80991733,0.80991733,0.8140496,0.80991733,0.822314,0.8140496,0.79752064,0.7768595,0.6735537,0.53305787,0.38842976,0.3677686,0.41735536,0.5206612,0.61570245,0.607438,0.53305787,0.4214876,0.39256197,0.42975205,0.4338843,0.3429752,0.26859504,0.45867768,0.69008267,0.8057851,0.7892562,0.6652893,0.553719,0.5495868,0.6363636,0.7355372,0.73140496,0.7066116,0.6404959,0.6446281,0.69008267,0.7107438,0.75206614,0.7768595,0.76859504,0.7355372,0.7355372,0.76033056,0.72727275,0.6487603,0.40082645,0.5082645,0.88842976,0.38016528,0.5371901,0.59917355,0.677686,0.6983471,0.7066116,0.71487606,0.75206614,0.7768595,0.7768595,0.78099173,0.7933884,0.79752064,0.7933884,0.8057851,0.8057851,0.8016529,0.822314,0.8057851,0.8181818,0.8016529,0.8057851,0.8057851,0.75206614,0.57024795,0.5413223,0.6280992,0.7107438,0.71487606,0.661157,0.57438016,0.47933885,0.38429752,0.37603307,0.3966942,0.4090909,0.39256197,0.5041322,0.7355372,0.8347107,0.8429752,0.8264463,0.73140496,0.5785124,0.5247934,0.59917355,0.677686,0.74793386,0.76033056,0.6694215,0.6280992,0.6487603,0.6859504,0.72727275,0.77272725,0.76859504,0.74380165,0.73966944,0.7644628,0.6859504,0.6198347,0.35950413,0.76859504,0.89669424,0.3140496,0.49173555,0.553719,0.6446281,0.69008267,0.6942149,0.73140496,0.73966944,0.75619835,0.78099173,0.7892562,0.7892562,0.79752064,0.7933884,0.8140496,0.8181818,0.8057851,0.8181818,0.8181818,0.8140496,0.8181818,0.8181818,0.8057851,0.7644628,0.7066116,0.6280992,0.61157024,0.62396693,0.61157024,0.5413223,0.4876033,0.45867768,0.45867768,0.40082645,0.38429752,0.4338843,0.45454547,0.58677685,0.75206614,0.8264463,0.8429752,0.8553719,0.822314,0.6363636,0.4876033,0.5289256,0.61570245,0.70247936,0.75206614,0.72727275,0.677686,0.6487603,0.6694215,0.7066116,0.76033056,0.77272725,0.75619835,0.7355372,0.7355372,0.6280992,0.57438016,0.3553719,0.822314,0.8636364,0.3264463,0.45041323,0.5413223,0.61570245,0.6735537,0.677686,0.72727275,0.75206614,0.75619835,0.7892562,0.8016529,0.78512394,0.7892562,0.79752064,0.8057851,0.8016529,0.8016529,0.8181818,0.8140496,0.8016529,0.8181818,0.8264463,0.80991733,0.7355372,0.69008267,0.62396693,0.5661157,0.5371901,0.5165289,0.43801653,0.41735536,0.4752066,0.5165289,0.43801653,0.4214876,0.47933885,0.5041322,0.5289256,0.59504133,0.7231405,0.78099173,0.8471074,0.8595041,0.73140496,0.4752066,0.45041323,0.5413223,0.6818182,0.75206614,0.7066116,0.6942149,0.6735537,0.69008267,0.71487606,0.75619835,0.76033056,0.75619835,0.74793386,0.7107438,0.607438,0.53305787,0.3553719,0.6694215,0.74380165,0.39256197,0.40082645,0.5206612,0.55785125,0.6280992,0.6570248,0.71900827,0.73966944,0.75619835,0.76859504,0.7892562,0.78099173,0.78512394,0.78099173,0.7933884,0.8016529,0.8016529,0.8057851,0.79752064,0.79752064,0.8140496,0.8181818,0.78512394,0.677686,0.58677685,0.57024795,0.54545456,0.5247934,0.5206612,0.43801653,0.38842976,0.47107437,0.5,0.446281,0.4338843,0.5082645,0.54545456,0.49586776,0.48347107,0.54545456,0.6198347,0.73140496,0.7933884,0.76033056,0.49586776,0.37190083,0.45454547,0.59917355,0.7644628,0.71487606,0.70247936,0.6818182,0.70247936,0.71900827,0.76033056,0.76859504,0.75206614,0.75619835,0.6859504,0.59090906,0.5371901,0.29752067,0.4214876,0.5041322,0.46694216,0.39256197,0.48347107,0.48347107,0.5785124,0.62396693,0.6983471,0.71487606,0.7355372,0.75206614,0.7768595,0.78512394,0.7892562,0.78099173,0.7892562,0.79752064,0.7892562,0.7768595,0.76859504,0.76859504,0.7892562,0.76859504,0.72727275,0.59090906,0.53305787,0.5289256,0.5082645,0.5123967,0.5371901,0.5495868,0.43801653,0.46280992,0.49173555,0.4752066,0.56198347,0.6404959,0.6652893,0.57438016,0.54545456,0.49173555,0.5247934,0.61157024,0.6694215,0.6487603,0.49173555,0.3181818,0.33471075,0.5123967,0.6983471,0.74793386,0.7066116,0.6652893,0.69008267,0.7066116,0.75206614,0.77272725,0.73140496,0.71487606,0.677686,0.58264464,0.5206612,0.2520661,0.28099173,0.3140496,0.42975205,0.40495867,0.43801653,0.45454547,0.553719,0.61157024,0.6528926,0.71487606,0.74380165,0.74793386,0.76859504,0.78099173,0.7892562,0.76033056,0.78099173,0.7892562,0.74793386,0.71487606,0.7107438,0.70247936,0.73140496,0.6735537,0.62396693,0.54545456,0.55785125,0.553719,0.553719,0.59090906,0.6528926,0.6942149,0.60330576,0.5661157,0.59504133,0.6404959,0.75206614,0.7933884,0.8140496,0.79752064,0.77272725,0.70247936,0.6487603,0.59090906,0.55785125,0.5082645,0.4338843,0.3305785,0.23140496,0.41735536,0.6198347,0.74793386,0.73140496,0.6570248,0.6694215,0.6942149,0.71487606,0.75619835,0.7107438,0.6652893,0.6322314,0.59917355,0.45454547,0.23553719,0.25619835,0.28099173,0.37190083,0.4214876,0.45867768,0.5206612,0.60330576,0.59917355,0.607438,0.6818182,0.71900827,0.74793386,0.76033056,0.78099173,0.78099173,0.7355372,0.78099173,0.74793386,0.6570248,0.607438,0.59917355,0.59917355,0.6198347,0.56198347,0.5289256,0.5661157,0.6363636,0.677686,0.7107438,0.73966944,0.78099173,0.76859504,0.74380165,0.73966944,0.74380165,0.75206614,0.75206614,0.76033056,0.7355372,0.7355372,0.76033056,0.77272725,0.7768595,0.74380165,0.661157,0.553719,0.4338843,0.3181818,0.2231405,0.29338843,0.55785125,0.71900827,0.72727275,0.661157,0.661157,0.6818182,0.677686,0.7355372,0.70247936,0.6570248,0.60330576,0.59917355,0.38016528,0.21487603,0.2603306,0.25619835,0.2768595,0.4090909,0.44214877,0.5,0.56198347,0.5661157,0.59504133,0.6570248,0.70247936,0.7107438,0.73140496,0.74793386,0.75619835,0.7107438,0.75206614,0.661157,0.5495868,0.49173555,0.48347107,0.5206612,0.5206612,0.5371901,0.59090906,0.6694215,0.73966944,0.7644628,0.74793386,0.71487606,0.6983471,0.661157,0.6735537,0.71487606,0.74793386,0.6859504,0.59917355,0.553719,0.5661157,0.5661157,0.54545456,0.5495868,0.59917355,0.661157,0.70247936,0.661157,0.5206612,0.3181818,0.2644628,0.2520661,0.49586776,0.6735537,0.7107438,0.661157,0.6528926,0.6652893,0.6652893,0.7107438,0.6694215,0.661157,0.6198347,0.54545456,0.32231405,0.24793388,0.2644628,0.26859504,0.18595041,0.44214877,0.4338843,0.4876033,0.5206612,0.5371901,0.58264464,0.6280992,0.6735537,0.677686,0.70247936,0.7066116,0.71487606,0.6983471,0.6942149,0.55785125,0.45041323,0.38842976,0.42561984,0.5041322,0.54545456,0.61570245,0.7107438,0.71487606,0.6942149,0.6570248,0.6404959,0.61570245,0.61570245,0.57024795,0.5413223,0.5661157,0.61157024,0.5247934,0.46280992,0.45867768,0.4876033,0.4752066,0.42975205,0.4090909,0.40082645,0.41735536,0.49173555,0.553719,0.5123967,0.3429752,0.30578512,0.30578512,0.45867768,0.6322314,0.677686,0.6694215,0.677686,0.6487603,0.6652893,0.6818182,0.6322314,0.6570248,0.6487603,0.5082645,0.29338843,0.25619835,0.26859504,0.2768595,0.16115703,0.40495867,0.45454547,0.47933885,0.5165289,0.5371901,0.56198347,0.59504133,0.6487603,0.6528926,0.6694215,0.6652893,0.6859504,0.677686,0.6487603,0.5123967,0.45867768,0.39256197,0.446281,0.5495868,0.6280992,0.6404959,0.6363636,0.5785124,0.54545456,0.5371901,0.53305787,0.5495868,0.5495868,0.5206612,0.46694216,0.44214877,0.43801653,0.38429752,0.3677686,0.3677686,0.3677686,0.3264463,0.30991736,0.32231405,0.32231405,0.28099173,0.2603306,0.28099173,0.34710744,0.3553719,0.30578512,0.3429752,0.45867768,0.5785124,0.6570248,0.6528926,0.6652893,0.6280992,0.62396693,0.61157024,0.59090906,0.6446281,0.607438,0.446281,0.24793388,0.25619835,0.2644628,0.27272728,0.16528925,0.3305785,0.46694216,0.4752066,0.5206612,0.5206612,0.5289256,0.57438016,0.6280992,0.61570245,0.6363636,0.6404959,0.6652893,0.6528926,0.6280992,0.5,0.46694216,0.47107437,0.5082645,0.55785125,0.59090906,0.5206612,0.4752066,0.46280992,0.4214876,0.43801653,0.39256197,0.4090909,0.42975205,0.42561984,0.38429752,0.35123968,0.34710744,0.34710744,0.35950413,0.3264463,0.30578512,0.2892562,0.3140496,0.37190083,0.3966942,0.3553719,0.28099173,0.22727273,0.3181818,0.3966942,0.33471075,0.3677686,0.49173555,0.5661157,0.6404959,0.6652893,0.6528926,0.59090906,0.59090906,0.60330576,0.60330576,0.6322314,0.59090906,0.39256197,0.22727273,0.2520661,0.2603306,0.28099173,0.21487603,0.23553719,0.45454547,0.446281,0.5165289,0.5247934,0.5041322,0.55785125,0.61157024,0.58677685,0.607438,0.6198347,0.6528926,0.6528926,0.61157024,0.49173555,0.47933885,0.5123967,0.48347107,0.4090909,0.3677686,0.3140496,0.33471075,0.38429752,0.3140496,0.38842976,0.38429752,0.37603307,0.446281,0.43801653,0.40082645,0.38429752,0.4090909,0.4214876,0.43801653,0.44214877,0.4338843,0.4752066,0.5289256,0.6983471,0.661157,0.54545456,0.41322315,0.37190083,0.42975205,0.45041323,0.40082645,0.41322315,0.53305787,0.57438016,0.6198347,0.6487603,0.6322314,0.6198347,0.62396693,0.6404959,0.6280992,0.6322314,0.5785124,0.34710744,0.23140496,0.2520661,0.2520661,0.27272728,0.21487603,0.1983471,0.42975205,0.4338843,0.5,0.5289256,0.5206612,0.5495868,0.6198347,0.60330576,0.59090906,0.59090906,0.607438,0.6487603,0.6404959,0.5165289,0.5,0.5082645,0.4090909,0.24793388,0.1322314,0.1983471,0.36363637,0.46280992,0.446281,0.4876033,0.5082645,0.5041322,0.553719,0.55785125,0.53305787,0.5247934,0.5371901,0.54545456,0.5661157,0.58677685,0.62396693,0.6528926,0.6404959,0.79752064,0.72727275,0.5785124,0.5371901,0.55785125,0.55785125,0.4752066,0.446281,0.47933885,0.5413223,0.60330576,0.59090906,0.5785124,0.54545456,0.62396693,0.60330576,0.6446281,0.6363636,0.59504133,0.5123967,0.29752067,0.23140496,0.2644628,0.23966943,0.2644628,0.23553719,0.14876033,0.41735536,0.44214877,0.48347107,0.5165289,0.5289256,0.54545456,0.59504133,0.58264464,0.5661157,0.53305787,0.5495868,0.6280992,0.677686,0.57438016,0.5247934,0.5,0.45041323,0.40082645,0.3264463,0.37603307,0.5247934,0.57438016,0.58677685,0.5785124,0.59917355,0.6446281,0.6363636,0.6322314,0.6322314,0.61157024,0.61570245,0.607438,0.6198347,0.6363636,0.6983471,0.661157,0.59504133,0.61570245,0.6322314,0.661157,0.6528926,0.7066116,0.6694215,0.58677685,0.5247934,0.4876033,0.5661157,0.61570245,0.61570245,0.5413223,0.57024795,0.607438,0.58264464,0.6322314,0.6404959,0.57438016,0.446281,0.2644628,0.22727273,0.25619835,0.2520661,0.23966943,0.23140496,0.14049587,0.37603307,0.45041323,0.45041323,0.4876033,0.5041322,0.53305787,0.5661157,0.57438016,0.5495868,0.48347107,0.57024795,0.607438,0.6404959,0.6404959,0.57024795,0.5041322,0.5289256,0.5785124,0.55785125,0.49586776,0.56198347,0.59504133,0.59090906,0.58264464,0.60330576,0.76033056,0.7066116,0.61570245,0.6363636,0.5785124,0.58264464,0.57438016,0.553719,0.553719,0.57024795,0.5289256,0.5206612,0.61157024,0.7644628,0.75619835,0.74380165,0.75206614,0.72727275,0.6859504,0.6694215,0.5413223,0.59917355,0.6652893,0.6487603,0.5413223,0.5661157,0.57024795,0.58677685,0.6404959,0.6322314,0.5495868,0.41322315,0.24380165,0.22727273,0.2520661,0.2520661,0.23553719,0.2231405,0.1446281,0.3264463,0.4876033,0.43801653,0.47933885,0.45454547,0.47933885,0.5495868,0.5785124,0.57438016,0.5165289,0.57438016,0.607438,0.607438,0.6859504,0.6487603,0.553719,0.59090906,0.6487603,0.6694215,0.58677685,0.56198347,0.553719,0.5247934,0.5247934,0.5206612,0.6322314,0.6280992,0.5206612,0.5247934,0.4752066,0.46694216,0.47107437,0.446281,0.45454547,0.47933885,0.5247934,0.59090906,0.71487606,0.7892562,0.74793386,0.73966944,0.74793386,0.73140496,0.74380165,0.73140496,0.6280992,0.59090906,0.6363636,0.62396693,0.55785125,0.5413223,0.53305787,0.59504133,0.6404959,0.6198347,0.49173555,0.35950413,0.23140496,0.2231405,0.23553719,0.24380165,0.25619835,0.21487603,0.17768595,0.24793388,0.5247934,0.41322315,0.47107437,0.45041323,0.45041323,0.5082645,0.55785125,0.56198347,0.54545456,0.5661157,0.6198347,0.6322314,0.6528926,0.6859504,0.607438,0.6528926,0.6818182,0.7107438,0.6694215,0.61570245,0.57438016,0.54545456,0.5289256,0.5165289,0.5289256,0.5123967,0.47933885,0.46694216,0.44214877,0.4338843,0.47107437,0.49173555,0.5247934,0.58264464,0.6363636,0.6818182,0.6942149,0.70247936,0.7107438,0.73966944,0.7107438,0.6983471,0.77272725,0.76859504,0.6818182,0.60330576,0.61570245,0.60330576,0.57438016,0.5289256,0.5661157,0.57024795,0.61157024,0.56198347,0.46694216,0.3429752,0.23140496,0.23553719,0.21900827,0.2231405,0.2603306,0.21487603,0.1983471,0.1694215,0.553719,0.42975205,0.4338843,0.4338843,0.45454547,0.48347107,0.5289256,0.553719,0.5495868,0.57438016,0.607438,0.6404959,0.6528926,0.661157,0.6487603,0.7231405,0.7355372,0.7066116,0.6942149,0.6487603,0.61570245,0.58264464,0.57438016,0.59917355,0.59504133,0.56198347,0.5495868,0.5123967,0.5165289,0.5289256,0.56198347,0.57438016,0.59504133,0.62396693,0.661157,0.6487603,0.6322314,0.6404959,0.6942149,0.7066116,0.6859504,0.6942149,0.78099173,0.78099173,0.71487606,0.6363636,0.61157024,0.607438,0.58264464,0.53305787,0.553719,0.56198347,0.57024795,0.5206612,0.45041323,0.37190083,0.22727273,0.24380165,0.2231405,0.2231405,0.23553719,0.20661157,0.21900827,0.1322314,0.5371901,0.48347107,0.37190083,0.4090909,0.45454547,0.49586776,0.5247934,0.5495868,0.5206612,0.54545456,0.607438,0.6446281,0.6322314,0.61157024,0.6487603,0.75206614,0.78099173,0.71900827,0.6859504,0.6570248,0.62396693,0.58264464,0.5661157,0.6652893,0.6652893,0.70247936,0.6198347,0.57438016,0.59917355,0.61570245,0.6363636,0.6487603,0.6198347,0.60330576,0.57024795,0.5413223,0.58677685,0.6570248,0.6528926,0.61570245,0.6487603,0.7066116,0.7768595,0.78512394,0.73140496,0.6322314,0.59504133,0.58677685,0.5661157,0.53305787,0.5123967,0.5371901,0.5495868,0.47107437,0.4090909,0.37603307,0.2107438,0.24380165,0.24793388,0.22727273,0.21900827,0.21900827,0.21487603,0.13636364,0.48347107,0.56198347,0.40082645,0.3966942,0.44214877,0.4752066,0.49586776,0.5413223,0.54545456,0.53305787,0.5661157,0.61570245,0.607438,0.58677685,0.62396693,0.74793386,0.78512394,0.7355372,0.6694215,0.6528926,0.661157,0.6198347,0.5661157,0.59504133,0.6446281,0.7231405,0.6322314,0.5785124,0.59504133,0.61570245,0.61570245,0.56198347,0.5289256,0.5041322,0.49173555,0.5247934,0.56198347,0.60330576,0.58264464,0.58677685,0.6487603,0.71487606,0.7644628,0.76859504,0.7066116,0.59090906,0.57438016,0.5661157,0.5082645,0.47933885,0.5123967,0.5,0.553719,0.4338843,0.41322315,0.35123968,0.1983471,0.23966943,0.2603306,0.23966943,0.2107438,0.21900827,0.21487603,0.1322314,0.42975205,0.607438,0.4876033,0.38842976,0.42561984,0.41322315,0.46694216,0.53305787,0.5371901,0.53305787,0.5247934,0.5495868,0.56198347,0.58264464,0.6280992,0.7355372,0.76859504,0.75619835,0.6694215,0.607438,0.6363636,0.6363636,0.59504133,0.5661157,0.553719,0.59504133,0.5413223,0.49173555,0.4876033,0.5165289,0.5041322,0.46694216,0.43801653,0.42561984,0.446281,0.47107437,0.49586776,0.5165289,0.5495868,0.61157024,0.661157,0.7231405,0.76033056,0.75619835,0.6983471,0.57438016,0.54545456,0.56198347,0.45867768,0.4338843,0.5041322,0.49173555,0.5413223,0.41322315,0.46280992,0.3305785,0.17768595,0.23553719,0.27272728,0.2603306,0.21900827,0.21487603,0.22727273,0.13636364,0.39256197,0.61157024,0.54545456,0.44214877,0.40495867,0.41322315,0.45454547,0.5,0.5082645,0.5165289,0.5206612,0.5165289,0.5289256,0.5247934,0.6322314,0.71900827,0.7644628,0.76859504,0.70247936,0.6280992,0.59917355,0.59504133,0.5785124,0.56198347,0.5289256,0.5082645,0.47933885,0.42561984,0.4214876,0.41322315,0.40082645,0.38842976,0.35950413,0.3553719,0.38016528,0.4090909,0.45041323,0.5123967,0.59090906,0.6652893,0.6818182,0.7355372,0.74380165,0.7231405,0.6942149,0.5785124,0.5206612,0.53305787,0.45041323,0.42975205,0.47933885,0.49586776,0.47107437,0.38016528,0.5289256,0.28099173,0.1694215,0.23553719,0.27272728,0.2603306,0.23966943,0.2107438,0.2231405,0.14876033,0.3181818,0.61157024,0.57024795,0.5,0.38842976,0.40082645,0.44214877,0.45867768,0.47107437,0.4752066,0.5123967,0.49586776,0.5082645,0.48347107,0.58264464,0.6818182,0.74793386,0.74793386,0.72727275,0.6983471,0.6487603,0.57438016,0.5082645,0.5041322,0.48347107,0.4338843,0.35123968,0.338843,0.35950413,0.35950413,0.35123968,0.30991736,0.30165288,0.30991736,0.3677686,0.41735536,0.47933885,0.57438016,0.6363636,0.6983471,0.7107438,0.72727275,0.7066116,0.6818182,0.6570248,0.607438,0.5247934,0.5206612,0.44214877,0.4752066,0.5041322,0.49586776,0.38842976,0.37190083,0.61157024,0.2768595,0.1570248,0.21487603,0.26859504,0.2644628,0.2520661,0.21900827,0.2231405,0.1570248,0.2644628,0.59917355,0.59917355,0.5495868,0.446281,0.39256197,0.41735536,0.42975205,0.4214876,0.446281,0.5041322,0.5,0.48347107,0.45867768,0.5495868,0.661157,0.7107438,0.75206614,0.75619835,0.71487606,0.6942149,0.661157,0.60330576,0.5206612,0.45041323,0.4214876,0.3429752,0.338843,0.3677686,0.41322315,0.41322315,0.33471075,0.33471075,0.38016528,0.47933885,0.54545456,0.59917355,0.6528926,0.6735537,0.70247936,0.73140496,0.74793386,0.73140496,0.6859504,0.62396693,0.58677685,0.5082645,0.4752066,0.44214877,0.5082645,0.5082645,0.48347107,0.3966942,0.4214876,0.6859504,0.21900827,0.16528925,0.1983471,0.24380165,0.26859504,0.25619835,0.21900827,0.21487603,0.18181819,0.2231405,0.57024795,0.61570245,0.5785124,0.5165289,0.41735536,0.3966942,0.42561984,0.44214877,0.44214877,0.47107437,0.4876033,0.4752066,0.4338843,0.5289256,0.59090906,0.6735537,0.72727275,0.75619835,0.7355372,0.7107438,0.7066116,0.7066116,0.6652893,0.57438016,0.49173555,0.46280992,0.43801653,0.45041323,0.5082645,0.49586776,0.45867768,0.4752066,0.55785125,0.6363636,0.6942149,0.7231405,0.72727275,0.7231405,0.71900827,0.74380165,0.7768595,0.74793386,0.6446281,0.57438016,0.5289256,0.48347107,0.4752066,0.46280992,0.446281,0.4876033,0.42975205,0.40082645,0.5413223,0.70247936,0.23966943,0.18595041,0.20247933,0.2231405,0.25619835,0.2603306,0.21487603,0.20247933,0.20247933,0.24793388,0.5289256,0.61157024,0.59090906,0.57438016,0.46694216,0.38016528,0.38842976,0.41735536,0.44214877,0.45454547,0.45454547,0.47107437,0.47107437,0.446281,0.5123967,0.6528926,0.72727275,0.7644628,0.73966944,0.7355372,0.71487606,0.7107438,0.7231405,0.7066116,0.6363636,0.59090906,0.61157024,0.607438,0.6363636,0.62396693,0.6322314,0.6363636,0.70247936,0.73966944,0.74793386,0.75206614,0.75619835,0.76859504,0.74793386,0.77272725,0.76859504,0.7355372,0.607438,0.5082645,0.49586776,0.4752066,0.45454547,0.46694216,0.42561984,0.45867768,0.38016528,0.44214877,0.6404959,0.6942149,0.3181818,0.23140496,0.19421488,0.2107438,0.24380165,0.2603306,0.20661157,0.21487603,0.3140496,0.3677686,0.5165289,0.59504133,0.60330576,0.59917355,0.5289256,0.39256197,0.3677686,0.40082645,0.43801653,0.446281,0.44214877,0.46280992,0.47933885,0.42561984,0.43801653,0.5785124,0.7107438,0.75619835,0.75619835,0.73966944,0.72727275,0.72727275,0.74793386,0.74793386,0.7107438,0.6859504,0.70247936,0.6983471,0.7066116,0.7107438,0.71900827,0.7231405,0.7355372,0.74793386,0.75206614,0.7644628,0.7768595,0.7892562,0.75619835,0.78099173,0.73140496,0.71487606,0.59090906,0.46694216,0.47933885,0.41735536,0.4090909,0.44214877,0.45867768,0.41322315,0.38429752,0.5206612,0.7107438,0.62396693,0.37190083,0.40082645,0.2603306,0.1983471,0.24380165,0.25619835,15 +0.4338843,0.57024795,0.6404959,0.6446281,0.6198347,0.6322314,0.6487603,0.6487603,0.6446281,0.6322314,0.6322314,0.6280992,0.6322314,0.6280992,0.6322314,0.6198347,0.60330576,0.61157024,0.61157024,0.60330576,0.58677685,0.59090906,0.58677685,0.58264464,0.58677685,0.58677685,0.57024795,0.5785124,0.5785124,0.56198347,0.55785125,0.553719,0.553719,0.55785125,0.55785125,0.56198347,0.57438016,0.57024795,0.5661157,0.5661157,0.5785124,0.59090906,0.607438,0.6322314,0.6280992,0.677686,0.71487606,0.70247936,0.6983471,0.70247936,0.71487606,0.6942149,0.71487606,0.72727275,0.7231405,0.73966944,0.77272725,0.7892562,0.8016529,0.79752064,0.78099173,0.76859504,0.75206614,0.75206614,0.49173555,0.6322314,0.677686,0.6570248,0.661157,0.6735537,0.6735537,0.661157,0.6528926,0.6280992,0.6280992,0.6322314,0.6322314,0.6280992,0.6280992,0.6198347,0.60330576,0.6198347,0.60330576,0.59917355,0.59090906,0.59504133,0.58264464,0.5785124,0.58264464,0.58677685,0.58264464,0.57438016,0.57438016,0.5785124,0.56198347,0.56198347,0.56198347,0.56198347,0.5661157,0.57438016,0.56198347,0.5661157,0.57024795,0.57024795,0.58677685,0.59917355,0.607438,0.6280992,0.6446281,0.677686,0.71487606,0.71487606,0.6983471,0.70247936,0.71900827,0.7066116,0.7231405,0.7355372,0.73140496,0.75206614,0.77272725,0.78512394,0.8057851,0.80991733,0.7892562,0.7768595,0.76859504,0.76033056,0.53305787,0.661157,0.6859504,0.677686,0.69008267,0.6942149,0.6859504,0.661157,0.6528926,0.6322314,0.6280992,0.6280992,0.62396693,0.61570245,0.61570245,0.60330576,0.59917355,0.59917355,0.59090906,0.58677685,0.58264464,0.5785124,0.57024795,0.5661157,0.57024795,0.5785124,0.57438016,0.5785124,0.57024795,0.5785124,0.5661157,0.55785125,0.553719,0.55785125,0.55785125,0.55785125,0.57438016,0.5661157,0.5661157,0.58264464,0.59090906,0.60330576,0.59504133,0.61157024,0.6322314,0.6735537,0.6942149,0.6942149,0.69008267,0.6983471,0.7066116,0.7066116,0.72727275,0.7355372,0.7231405,0.75619835,0.77272725,0.78099173,0.7933884,0.8181818,0.8016529,0.78099173,0.77272725,0.76859504,0.56198347,0.677686,0.6942149,0.69008267,0.7107438,0.6983471,0.6818182,0.6198347,0.6404959,0.6322314,0.607438,0.61157024,0.607438,0.58677685,0.57024795,0.56198347,0.5661157,0.5661157,0.56198347,0.5495868,0.553719,0.553719,0.5495868,0.553719,0.55785125,0.5661157,0.57438016,0.5661157,0.5661157,0.57438016,0.57024795,0.55785125,0.553719,0.55785125,0.56198347,0.54545456,0.5661157,0.553719,0.55785125,0.56198347,0.5661157,0.57438016,0.57438016,0.59090906,0.62396693,0.6528926,0.6528926,0.6528926,0.6528926,0.6652893,0.6735537,0.6652893,0.70247936,0.71487606,0.71900827,0.73966944,0.76859504,0.77272725,0.78512394,0.8140496,0.8140496,0.78512394,0.7933884,0.7644628,0.58264464,0.6942149,0.6983471,0.70247936,0.71487606,0.6818182,0.6694215,0.62396693,0.6404959,0.607438,0.59090906,0.56198347,0.5495868,0.53305787,0.5165289,0.5082645,0.5206612,0.53305787,0.5041322,0.49173555,0.5,0.5123967,0.5165289,0.53305787,0.5413223,0.553719,0.55785125,0.57024795,0.57024795,0.56198347,0.55785125,0.54545456,0.54545456,0.55785125,0.55785125,0.5413223,0.55785125,0.5413223,0.54545456,0.5495868,0.553719,0.5371901,0.5289256,0.5413223,0.57024795,0.58677685,0.607438,0.607438,0.58264464,0.60330576,0.6280992,0.62396693,0.6363636,0.6694215,0.6983471,0.73140496,0.7644628,0.76859504,0.78099173,0.8057851,0.8181818,0.7933884,0.7933884,0.7768595,0.58677685,0.6983471,0.70247936,0.6983471,0.7066116,0.6942149,0.661157,0.6363636,0.62396693,0.5661157,0.49173555,0.47107437,0.46280992,0.446281,0.43801653,0.42561984,0.43801653,0.44214877,0.4338843,0.42561984,0.4214876,0.44214877,0.45867768,0.47933885,0.5041322,0.5123967,0.5413223,0.54545456,0.553719,0.5413223,0.5413223,0.5289256,0.5206612,0.53305787,0.5413223,0.5123967,0.5289256,0.5165289,0.5041322,0.5082645,0.5041322,0.46694216,0.45454547,0.45454547,0.45867768,0.46694216,0.49586776,0.5206612,0.5,0.5,0.5247934,0.5289256,0.5495868,0.59090906,0.607438,0.6735537,0.74793386,0.76859504,0.78099173,0.80991733,0.8057851,0.7933884,0.7892562,0.7768595,0.58677685,0.7066116,0.71487606,0.70247936,0.7066116,0.6942149,0.6570248,0.61570245,0.5661157,0.46694216,0.40495867,0.38842976,0.36363637,0.35950413,0.35123968,0.3305785,0.3305785,0.30991736,0.30165288,0.30165288,0.30578512,0.3305785,0.37190083,0.40495867,0.45041323,0.47107437,0.5,0.5123967,0.5165289,0.5206612,0.5206612,0.5123967,0.5,0.5123967,0.5206612,0.5041322,0.5041322,0.47933885,0.46280992,0.446281,0.4338843,0.38016528,0.32231405,0.30991736,0.29752067,0.29752067,0.30991736,0.35123968,0.34710744,0.35123968,0.38016528,0.3966942,0.41322315,0.46694216,0.48347107,0.5371901,0.6818182,0.73966944,0.7644628,0.80991733,0.8016529,0.79752064,0.76859504,0.7768595,0.55785125,0.7107438,0.71487606,0.7066116,0.70247936,0.6859504,0.61157024,0.5289256,0.446281,0.37190083,0.34710744,0.3181818,0.29338843,0.2768595,0.2520661,0.24380165,0.23553719,0.2107438,0.20661157,0.20661157,0.21487603,0.23140496,0.2603306,0.30991736,0.36363637,0.4090909,0.44214877,0.46694216,0.48347107,0.5,0.5,0.4876033,0.4876033,0.49173555,0.5,0.49173555,0.47933885,0.45867768,0.42975205,0.38842976,0.35950413,0.29752067,0.23140496,0.2231405,0.21487603,0.19008264,0.19421488,0.2107438,0.2231405,0.22727273,0.2520661,0.2603306,0.3264463,0.3429752,0.3553719,0.42975205,0.58264464,0.70247936,0.73966944,0.7768595,0.79752064,0.7933884,0.77272725,0.77272725,0.5082645,0.70247936,0.7066116,0.6942149,0.70247936,0.6322314,0.5165289,0.44214877,0.40082645,0.36363637,0.3429752,0.30991736,0.28099173,0.2520661,0.23140496,0.23966943,0.23140496,0.22727273,0.2107438,0.21900827,0.22727273,0.2231405,0.20661157,0.2520661,0.28099173,0.32231405,0.38016528,0.4338843,0.45041323,0.48347107,0.47107437,0.46694216,0.46280992,0.47107437,0.47933885,0.48347107,0.46694216,0.45867768,0.41322315,0.3677686,0.3181818,0.25619835,0.21900827,0.23140496,0.20247933,0.17768595,0.17355372,0.18595041,0.20247933,0.2107438,0.22727273,0.22727273,0.30165288,0.3264463,0.30991736,0.38016528,0.45867768,0.59090906,0.69008267,0.74380165,0.7892562,0.78099173,0.76859504,0.7644628,0.46280992,0.6983471,0.7066116,0.6818182,0.6818182,0.553719,0.48347107,0.46280992,0.47107437,0.42975205,0.38429752,0.36363637,0.338843,0.30578512,0.30165288,0.3305785,0.3305785,0.338843,0.32231405,0.3264463,0.33471075,0.32231405,0.30165288,0.30165288,0.29338843,0.3181818,0.38016528,0.42975205,0.46694216,0.47933885,0.46694216,0.46280992,0.45867768,0.46694216,0.4752066,0.48347107,0.48347107,0.46280992,0.43801653,0.39256197,0.3429752,0.29338843,0.30578512,0.30991736,0.2768595,0.2644628,0.27272728,0.29752067,0.30991736,0.30991736,0.3181818,0.2892562,0.3305785,0.3429752,0.37190083,0.41322315,0.45454547,0.49173555,0.54545456,0.69008267,0.7768595,0.7644628,0.7768595,0.74793386,0.40082645,0.6694215,0.6983471,0.6818182,0.6363636,0.5082645,0.4876033,0.5289256,0.5371901,0.5082645,0.46280992,0.45041323,0.43801653,0.40495867,0.3966942,0.41322315,0.41735536,0.41322315,0.3966942,0.40082645,0.40495867,0.41322315,0.41735536,0.42561984,0.39256197,0.38429752,0.44214877,0.4752066,0.4876033,0.49586776,0.48347107,0.46694216,0.4752066,0.47107437,0.4876033,0.5165289,0.5247934,0.5206612,0.4876033,0.43801653,0.3966942,0.38016528,0.35950413,0.35950413,0.3429752,0.35950413,0.38429752,0.3966942,0.41322315,0.41322315,0.42561984,0.42975205,0.45867768,0.45867768,0.46694216,0.46694216,0.49173555,0.5289256,0.5,0.56198347,0.76033056,0.78512394,0.7933884,0.70247936,0.34710744,0.6487603,0.70247936,0.677686,0.58264464,0.5289256,0.59504133,0.61157024,0.58677685,0.57438016,0.5661157,0.5371901,0.5165289,0.49173555,0.47107437,0.46694216,0.45867768,0.44214877,0.4338843,0.42975205,0.41322315,0.4214876,0.446281,0.46694216,0.45867768,0.4752066,0.5165289,0.5289256,0.5289256,0.53305787,0.5082645,0.4876033,0.4876033,0.5041322,0.5289256,0.57438016,0.607438,0.60330576,0.553719,0.47933885,0.42975205,0.3677686,0.38016528,0.37603307,0.3966942,0.41735536,0.4338843,0.42975205,0.44214877,0.46694216,0.49173555,0.5165289,0.553719,0.5661157,0.56198347,0.5495868,0.5495868,0.5785124,0.5785124,0.45041323,0.6983471,0.8016529,0.7892562,0.6446281,0.30165288,0.61570245,0.7066116,0.6818182,0.57024795,0.58264464,0.6652893,0.6570248,0.6363636,0.6322314,0.6280992,0.61157024,0.58264464,0.5413223,0.5082645,0.4876033,0.45454547,0.446281,0.4338843,0.4338843,0.41735536,0.40495867,0.42975205,0.41735536,0.4338843,0.4752066,0.5165289,0.553719,0.59090906,0.57438016,0.5289256,0.5123967,0.5206612,0.53305787,0.58264464,0.6446281,0.69008267,0.661157,0.56198347,0.45041323,0.38016528,0.3553719,0.37190083,0.38016528,0.38016528,0.39256197,0.3966942,0.40082645,0.4090909,0.44214877,0.49586776,0.54545456,0.59090906,0.6363636,0.661157,0.6570248,0.6363636,0.6446281,0.661157,0.45041323,0.59917355,0.8057851,0.78099173,0.57438016,0.26859504,0.59504133,0.71900827,0.6983471,0.59090906,0.62396693,0.7231405,0.6942149,0.6652893,0.6652893,0.661157,0.62396693,0.56198347,0.5,0.45454547,0.4090909,0.38016528,0.3677686,0.35123968,0.338843,0.3264463,0.3429752,0.38016528,0.37603307,0.38842976,0.41322315,0.46694216,0.56198347,0.6487603,0.6280992,0.56198347,0.553719,0.5661157,0.58677685,0.6322314,0.7231405,0.74793386,0.6694215,0.49586776,0.35950413,0.3305785,0.30991736,0.2892562,0.29752067,0.30578512,0.30578512,0.3264463,0.34710744,0.35950413,0.39256197,0.45454547,0.49586776,0.5413223,0.6322314,0.7107438,0.72727275,0.71487606,0.71487606,0.72727275,0.553719,0.5785124,0.7892562,0.7644628,0.5041322,0.2520661,0.58677685,0.73140496,0.70247936,0.6198347,0.69008267,0.75206614,0.71487606,0.677686,0.6446281,0.59917355,0.5413223,0.4876033,0.43801653,0.37603307,0.3305785,0.30165288,0.29338843,0.29338843,0.28512397,0.28099173,0.28512397,0.28099173,0.30578512,0.34710744,0.35950413,0.3966942,0.5413223,0.6652893,0.6694215,0.59917355,0.59504133,0.62396693,0.62396693,0.661157,0.74793386,0.74380165,0.58677685,0.37190083,0.28512397,0.28512397,0.2644628,0.2603306,0.28099173,0.29338843,0.28099173,0.26859504,0.28512397,0.30165288,0.33471075,0.40495867,0.5041322,0.56198347,0.57438016,0.6280992,0.73140496,0.74793386,0.75619835,0.75619835,0.661157,0.6363636,0.7644628,0.74793386,0.446281,0.24380165,0.59090906,0.7355372,0.71900827,0.6735537,0.73140496,0.76033056,0.71900827,0.6404959,0.55785125,0.5413223,0.5041322,0.4338843,0.40082645,0.27272728,0.1983471,0.20661157,0.2107438,0.19421488,0.24793388,0.2603306,0.2644628,0.2603306,0.24380165,0.28512397,0.3181818,0.35123968,0.49586776,0.6446281,0.6859504,0.6280992,0.61570245,0.6570248,0.6363636,0.661157,0.73966944,0.70247936,0.47107437,0.2892562,0.28099173,0.2892562,0.2603306,0.24380165,0.2644628,0.30165288,0.25619835,0.1694215,0.23966943,0.19421488,0.17768595,0.26859504,0.3677686,0.5165289,0.6280992,0.59917355,0.62396693,0.75206614,0.76859504,0.78099173,0.71900827,0.69008267,0.76859504,0.7231405,0.39256197,0.2520661,0.59917355,0.73140496,0.72727275,0.7107438,0.74793386,0.75619835,0.6942149,0.5785124,0.5165289,0.47933885,0.42561984,0.446281,0.4752066,0.29338843,0.11157025,0.23553719,0.30991736,0.14049587,0.28099173,0.37603307,0.26859504,0.22727273,0.23553719,0.2644628,0.28099173,0.3181818,0.45867768,0.61157024,0.6818182,0.6446281,0.61157024,0.677686,0.6446281,0.6404959,0.71900827,0.6694215,0.4090909,0.27272728,0.30578512,0.30991736,0.24380165,0.24793388,0.3264463,0.41322315,0.29338843,0.1322314,0.3305785,0.20661157,0.049586777,0.33471075,0.5041322,0.35950413,0.45041323,0.59504133,0.5289256,0.6818182,0.76859504,0.79752064,0.75619835,0.7355372,0.78512394,0.71487606,0.33471075,0.29338843,0.6280992,0.72727275,0.71487606,0.72727275,0.77272725,0.75206614,0.661157,0.57438016,0.5206612,0.41322315,0.45041323,0.7231405,0.7066116,0.34710744,0.10330579,0.18595041,0.20247933,0.15289256,0.3181818,0.47107437,0.3677686,0.26859504,0.2520661,0.2644628,0.28512397,0.30991736,0.42975205,0.58677685,0.6694215,0.6446281,0.6280992,0.6818182,0.6363636,0.6198347,0.7066116,0.6818182,0.45454547,0.28512397,0.3305785,0.3181818,0.28512397,0.29338843,0.3677686,0.46694216,0.33471075,0.1694215,0.21487603,0.15289256,0.0661157,0.38842976,0.7892562,0.6280992,0.2892562,0.446281,0.49586776,0.60330576,0.75206614,0.78512394,0.78099173,0.75619835,0.7892562,0.70247936,0.29752067,0.34710744,0.6528926,0.71900827,0.71487606,0.74793386,0.7768595,0.7355372,0.6404959,0.58677685,0.5247934,0.42975205,0.4876033,0.822314,0.8057851,0.45454547,0.1694215,0.16528925,0.18595041,0.1983471,0.3677686,0.47107437,0.38016528,0.35123968,0.338843,0.30165288,0.29338843,0.33471075,0.446281,0.58264464,0.6487603,0.6363636,0.61157024,0.677686,0.6446281,0.6280992,0.71900827,0.71487606,0.59090906,0.3305785,0.34710744,0.36363637,0.3305785,0.32231405,0.36363637,0.42561984,0.36363637,0.23553719,0.21487603,0.15289256,0.1570248,0.46694216,0.7231405,0.7107438,0.42561984,0.35950413,0.49173555,0.60330576,0.7355372,0.79752064,0.80991733,0.7768595,0.79752064,0.6983471,0.2892562,0.40082645,0.677686,0.7107438,0.7107438,0.76033056,0.76033056,0.7107438,0.6322314,0.58677685,0.5289256,0.49173555,0.5206612,0.6652893,0.6404959,0.44214877,0.2768595,0.21487603,0.23966943,0.28099173,0.37603307,0.41322315,0.35950413,0.35123968,0.34710744,0.34710744,0.34710744,0.38842976,0.4876033,0.60330576,0.6487603,0.6280992,0.6280992,0.6735537,0.6198347,0.6404959,0.73966944,0.74793386,0.6570248,0.48347107,0.33471075,0.37603307,0.34710744,0.3429752,0.3677686,0.38429752,0.3677686,0.3264463,0.29338843,0.23140496,0.30165288,0.5123967,0.6363636,0.661157,0.5206612,0.4876033,0.53305787,0.61157024,0.74793386,0.8057851,0.822314,0.78512394,0.79752064,0.6983471,0.28512397,0.45867768,0.6942149,0.7066116,0.7107438,0.74380165,0.73966944,0.69008267,0.6363636,0.59090906,0.5495868,0.5495868,0.5785124,0.61157024,0.5413223,0.42561984,0.3429752,0.30165288,0.30578512,0.33471075,0.37190083,0.38842976,0.35950413,0.37190083,0.37603307,0.38842976,0.4090909,0.47107437,0.553719,0.6280992,0.6570248,0.6322314,0.62396693,0.6694215,0.6322314,0.6446281,0.73966944,0.75619835,0.6859504,0.62396693,0.4214876,0.35950413,0.38429752,0.38842976,0.38016528,0.38429752,0.38429752,0.37190083,0.34710744,0.33471075,0.38429752,0.47933885,0.59090906,0.6487603,0.6198347,0.61570245,0.6487603,0.69008267,0.76859504,0.8264463,0.8347107,0.7892562,0.8016529,0.71487606,0.2768595,0.53305787,0.6983471,0.6942149,0.71487606,0.72727275,0.7107438,0.6652893,0.6446281,0.62396693,0.61157024,0.6198347,0.6404959,0.61157024,0.5289256,0.4752066,0.4214876,0.36363637,0.35123968,0.35950413,0.38016528,0.3966942,0.39256197,0.41322315,0.41322315,0.43801653,0.4876033,0.5413223,0.60330576,0.6570248,0.661157,0.6280992,0.6198347,0.6528926,0.6280992,0.6487603,0.73966944,0.75206614,0.7066116,0.6694215,0.59504133,0.4214876,0.4090909,0.42975205,0.42975205,0.4090909,0.38429752,0.38429752,0.37190083,0.39256197,0.46280992,0.5165289,0.60330576,0.6694215,0.6983471,0.7231405,0.75206614,0.7644628,0.8016529,0.8347107,0.8471074,0.8016529,0.8057851,0.73140496,0.2892562,0.59504133,0.6983471,0.6983471,0.7107438,0.71487606,0.6942149,0.661157,0.6446281,0.6528926,0.6446281,0.6487603,0.6528926,0.6198347,0.5495868,0.5082645,0.46694216,0.42561984,0.40495867,0.3966942,0.42975205,0.446281,0.45041323,0.45041323,0.46694216,0.5041322,0.54545456,0.59090906,0.6487603,0.661157,0.661157,0.6280992,0.607438,0.6322314,0.6280992,0.6446281,0.7355372,0.74793386,0.7107438,0.71900827,0.6652893,0.58677685,0.46280992,0.45041323,0.47107437,0.45867768,0.4338843,0.4090909,0.38016528,0.40082645,0.47107437,0.5371901,0.61570245,0.70247936,0.74380165,0.78512394,0.8057851,0.8057851,0.8140496,0.838843,0.8429752,0.8057851,0.8057851,0.76033056,0.32231405,0.6404959,0.70247936,0.70247936,0.71487606,0.7107438,0.6818182,0.6570248,0.6487603,0.6694215,0.6694215,0.6528926,0.6363636,0.60330576,0.57438016,0.5371901,0.5,0.4752066,0.46280992,0.45867768,0.47107437,0.47933885,0.46694216,0.4876033,0.5206612,0.55785125,0.58677685,0.6322314,0.677686,0.661157,0.6570248,0.6280992,0.61157024,0.6363636,0.6322314,0.6404959,0.7107438,0.7231405,0.6983471,0.73966944,0.7066116,0.6694215,0.6198347,0.5041322,0.48347107,0.49173555,0.49586776,0.5082645,0.49586776,0.4876033,0.53305787,0.57024795,0.6404959,0.7107438,0.7644628,0.8016529,0.8140496,0.80991733,0.8140496,0.8347107,0.838843,0.8057851,0.80991733,0.78512394,0.38016528,0.6694215,0.7066116,0.7107438,0.71487606,0.71900827,0.6859504,0.6487603,0.6404959,0.6528926,0.6570248,0.6363636,0.61570245,0.59917355,0.5661157,0.5413223,0.5082645,0.5041322,0.49586776,0.48347107,0.4876033,0.46280992,0.48347107,0.5413223,0.57438016,0.58677685,0.61157024,0.661157,0.69008267,0.6570248,0.6528926,0.6280992,0.6280992,0.6446281,0.62396693,0.6280992,0.6694215,0.677686,0.6859504,0.7355372,0.73140496,0.7107438,0.7107438,0.6322314,0.5082645,0.48347107,0.5041322,0.5371901,0.5413223,0.553719,0.58677685,0.6280992,0.6694215,0.71487606,0.76033056,0.7933884,0.79752064,0.7933884,0.80991733,0.8347107,0.8347107,0.79752064,0.8016529,0.8057851,0.42561984,0.69008267,0.71487606,0.7107438,0.72727275,0.71900827,0.6859504,0.6528926,0.6322314,0.6280992,0.6280992,0.61157024,0.58677685,0.58677685,0.57024795,0.5413223,0.5289256,0.5206612,0.5123967,0.49173555,0.4752066,0.4876033,0.5289256,0.57438016,0.60330576,0.61157024,0.6487603,0.6859504,0.6859504,0.6528926,0.6363636,0.6363636,0.6404959,0.6404959,0.62396693,0.61570245,0.62396693,0.6487603,0.6735537,0.72727275,0.74380165,0.73966944,0.75619835,0.7355372,0.607438,0.5165289,0.5082645,0.5289256,0.5495868,0.57024795,0.607438,0.6446281,0.6735537,0.6983471,0.72727275,0.7644628,0.77272725,0.78099173,0.8057851,0.8305785,0.8264463,0.7933884,0.7933884,0.80991733,0.46280992,0.70247936,0.71900827,0.7107438,0.7355372,0.71487606,0.6942149,0.6652893,0.6363636,0.6198347,0.61570245,0.59917355,0.57438016,0.57024795,0.57438016,0.54545456,0.5371901,0.5289256,0.5123967,0.5082645,0.5041322,0.5289256,0.56198347,0.607438,0.62396693,0.6363636,0.677686,0.69008267,0.6694215,0.6363636,0.61570245,0.6446281,0.6652893,0.6446281,0.61157024,0.60330576,0.60330576,0.6322314,0.6735537,0.7066116,0.74793386,0.76033056,0.7768595,0.77272725,0.69008267,0.59504133,0.5371901,0.5371901,0.5495868,0.58264464,0.607438,0.6404959,0.6528926,0.6735537,0.6983471,0.73966944,0.76859504,0.78099173,0.80991733,0.8264463,0.8181818,0.7933884,0.78512394,0.8181818,0.46280992,0.71900827,0.71900827,0.7066116,0.72727275,0.71900827,0.7066116,0.69008267,0.6487603,0.6280992,0.59917355,0.59504133,0.5661157,0.553719,0.55785125,0.54545456,0.5371901,0.5247934,0.5206612,0.5247934,0.5371901,0.55785125,0.59504133,0.62396693,0.6404959,0.677686,0.70247936,0.6859504,0.6528926,0.62396693,0.61570245,0.6198347,0.6652893,0.6322314,0.60330576,0.59090906,0.59090906,0.6198347,0.677686,0.6983471,0.72727275,0.77272725,0.7892562,0.7892562,0.72727275,0.6487603,0.59504133,0.5661157,0.56198347,0.57438016,0.60330576,0.62396693,0.6322314,0.6487603,0.69008267,0.73140496,0.7644628,0.7933884,0.8181818,0.8264463,0.8140496,0.7768595,0.7768595,0.80991733,0.45041323,0.7107438,0.73140496,0.71487606,0.72727275,0.72727275,0.7231405,0.71487606,0.6735537,0.6446281,0.61570245,0.58677685,0.57024795,0.5495868,0.553719,0.5413223,0.53305787,0.5289256,0.5289256,0.5413223,0.553719,0.57438016,0.607438,0.6404959,0.6735537,0.7107438,0.70247936,0.6694215,0.6446281,0.6363636,0.607438,0.60330576,0.62396693,0.61157024,0.58677685,0.58264464,0.59917355,0.6280992,0.6942149,0.71487606,0.71900827,0.77272725,0.79752064,0.7933884,0.74380165,0.6735537,0.6280992,0.59917355,0.57438016,0.57024795,0.59090906,0.60330576,0.61570245,0.6404959,0.6942149,0.7355372,0.7768595,0.80991733,0.8305785,0.8305785,0.8016529,0.76859504,0.77272725,0.7892562,0.41735536,0.71487606,0.7355372,0.72727275,0.71487606,0.7231405,0.73140496,0.7355372,0.6983471,0.6528926,0.62396693,0.61157024,0.57024795,0.55785125,0.553719,0.5413223,0.5247934,0.53305787,0.54545456,0.553719,0.55785125,0.58264464,0.62396693,0.6652893,0.71487606,0.72727275,0.6735537,0.6404959,0.661157,0.6528926,0.61157024,0.59504133,0.607438,0.60330576,0.57024795,0.57438016,0.58677685,0.607438,0.71900827,0.7768595,0.7231405,0.75206614,0.80991733,0.8016529,0.74380165,0.69008267,0.6446281,0.6198347,0.58264464,0.58264464,0.5785124,0.59090906,0.61570245,0.6363636,0.6942149,0.75206614,0.79752064,0.80991733,0.8264463,0.8264463,0.79752064,0.75619835,0.76859504,0.75206614,0.39256197,0.6942149,0.73966944,0.73140496,0.73140496,0.73140496,0.73140496,0.71900827,0.7107438,0.6735537,0.6446281,0.607438,0.57024795,0.54545456,0.54545456,0.5371901,0.5289256,0.553719,0.56198347,0.5661157,0.57024795,0.59917355,0.6404959,0.6942149,0.72727275,0.6983471,0.6487603,0.6404959,0.7066116,0.74793386,0.6404959,0.57438016,0.59090906,0.58677685,0.55785125,0.553719,0.56198347,0.59504133,0.7355372,0.8636364,0.76859504,0.72727275,0.80991733,0.8181818,0.74793386,0.70247936,0.661157,0.62396693,0.59917355,0.59090906,0.5785124,0.58677685,0.61570245,0.6322314,0.6694215,0.76859504,0.79752064,0.80991733,0.8181818,0.8140496,0.7892562,0.74793386,0.76859504,0.7107438,0.3553719,0.6735537,0.73140496,0.73966944,0.7355372,0.73966944,0.7355372,0.71487606,0.7066116,0.6818182,0.6652893,0.61570245,0.57024795,0.54545456,0.5495868,0.54545456,0.5495868,0.57438016,0.58264464,0.59917355,0.59917355,0.62396693,0.661157,0.7107438,0.72727275,0.6694215,0.6570248,0.6983471,0.7066116,0.8140496,0.71487606,0.5413223,0.5371901,0.5289256,0.5247934,0.5123967,0.53305787,0.57438016,0.7107438,0.8057851,0.7355372,0.7107438,0.7933884,0.8016529,0.75206614,0.6818182,0.6735537,0.6528926,0.61570245,0.61157024,0.59504133,0.60330576,0.62396693,0.6363636,0.6735537,0.75619835,0.78512394,0.79752064,0.8016529,0.8057851,0.78512394,0.74793386,0.77272725,0.6322314,0.32231405,0.6487603,0.73140496,0.73966944,0.74380165,0.75206614,0.73966944,0.7107438,0.7066116,0.677686,0.6652893,0.6280992,0.57438016,0.5661157,0.55785125,0.5661157,0.57024795,0.59917355,0.6198347,0.62396693,0.6322314,0.6322314,0.6652893,0.70247936,0.7107438,0.6859504,0.70247936,0.70247936,0.6570248,0.73140496,0.70247936,0.54545456,0.49173555,0.4752066,0.4752066,0.46280992,0.5041322,0.57024795,0.6570248,0.6735537,0.6487603,0.69008267,0.7644628,0.77272725,0.7355372,0.70247936,0.677686,0.6694215,0.6363636,0.6363636,0.6198347,0.6280992,0.6404959,0.6528926,0.6818182,0.75206614,0.78099173,0.78099173,0.79752064,0.8016529,0.7768595,0.74380165,0.76859504,0.5123967,0.3140496,0.6280992,0.73140496,0.73966944,0.75206614,0.76033056,0.73966944,0.7107438,0.7107438,0.6942149,0.6735537,0.6363636,0.59917355,0.59090906,0.59090906,0.59917355,0.58677685,0.61570245,0.6363636,0.6363636,0.6528926,0.6404959,0.6528926,0.6818182,0.7107438,0.7107438,0.6859504,0.61570245,0.5165289,0.553719,0.61570245,0.57438016,0.47933885,0.4338843,0.42975205,0.42561984,0.47933885,0.553719,0.53305787,0.47107437,0.53305787,0.6446281,0.73140496,0.73140496,0.7107438,0.72727275,0.69008267,0.6735537,0.6528926,0.6570248,0.6652893,0.6694215,0.677686,0.6694215,0.69008267,0.73966944,0.76859504,0.7768595,0.7933884,0.79752064,0.77272725,0.74380165,0.72727275,0.42975205,0.36363637,0.57438016,0.71487606,0.73140496,0.74793386,0.76859504,0.75206614,0.7066116,0.7066116,0.7066116,0.677686,0.6446281,0.61570245,0.61157024,0.62396693,0.6280992,0.61570245,0.6322314,0.6446281,0.6446281,0.6446281,0.6446281,0.6322314,0.6694215,0.70247936,0.6528926,0.56198347,0.43801653,0.30165288,0.3305785,0.5123967,0.57438016,0.49586776,0.40495867,0.3677686,0.40495867,0.46280992,0.46280992,0.32231405,0.28099173,0.41322315,0.58677685,0.69008267,0.69008267,0.6818182,0.71487606,0.7107438,0.6859504,0.677686,0.677686,0.6818182,0.6942149,0.7107438,0.7066116,0.71900827,0.75619835,0.77272725,0.78099173,0.7892562,0.79752064,0.76859504,0.74793386,0.6487603,0.4338843,0.446281,0.5165289,0.677686,0.72727275,0.74793386,0.77272725,0.7644628,0.71900827,0.71487606,0.70247936,0.677686,0.6528926,0.6404959,0.6446281,0.6446281,0.6446281,0.6446281,0.6570248,0.6446281,0.6652893,0.6487603,0.6404959,0.6198347,0.6322314,0.6694215,0.57024795,0.41735536,0.24380165,0.16528925,0.28512397,0.5165289,0.60330576,0.5206612,0.40082645,0.37190083,0.446281,0.5413223,0.45867768,0.2231405,0.19008264,0.3677686,0.55785125,0.6570248,0.6652893,0.6487603,0.6983471,0.71900827,0.71487606,0.71487606,0.6983471,0.70247936,0.6983471,0.7231405,0.72727275,0.75619835,0.77272725,0.76859504,0.7768595,0.7892562,0.7892562,0.76859504,0.7355372,0.5661157,0.49173555,0.5413223,0.46694216,0.6322314,0.7231405,0.75206614,0.7768595,0.77272725,0.7231405,0.73140496,0.6859504,0.6859504,0.6528926,0.6570248,0.6694215,0.6652893,0.6652893,0.661157,0.6735537,0.6528926,0.661157,0.6487603,0.62396693,0.607438,0.607438,0.6198347,0.5165289,0.39256197,0.36363637,0.38016528,0.43801653,0.54545456,0.55785125,0.5,0.41735536,0.4090909,0.49586776,0.55785125,0.5661157,0.4338843,0.29338843,0.42975205,0.5661157,0.6322314,0.6528926,0.6363636,0.6652893,0.71487606,0.7355372,0.7355372,0.71487606,0.71487606,0.70247936,0.72727275,0.72727275,0.7768595,0.7768595,0.76859504,0.76033056,0.7892562,0.78099173,0.76033056,0.7231405,0.4876033,0.5495868,0.76033056,0.43801653,0.57438016,0.70247936,0.74380165,0.7768595,0.76859504,0.73966944,0.7231405,0.69008267,0.69008267,0.6694215,0.6694215,0.6818182,0.6818182,0.677686,0.6818182,0.6818182,0.6652893,0.661157,0.6404959,0.607438,0.59504133,0.59504133,0.59504133,0.5413223,0.49586776,0.5661157,0.553719,0.5082645,0.5041322,0.45454547,0.38842976,0.3429752,0.38016528,0.45454547,0.5,0.53305787,0.5495868,0.5,0.54545456,0.61157024,0.6363636,0.6404959,0.6404959,0.6528926,0.7066116,0.74380165,0.75206614,0.74380165,0.73140496,0.72727275,0.7231405,0.75206614,0.7768595,0.78512394,0.76859504,0.7644628,0.78512394,0.78099173,0.75206614,0.6528926,0.45454547,0.6198347,0.7892562,0.44214877,0.5206612,0.6528926,0.7231405,0.7644628,0.77272725,0.73966944,0.73140496,0.70247936,0.6859504,0.6818182,0.677686,0.69008267,0.69008267,0.6859504,0.69008267,0.70247936,0.6694215,0.6487603,0.62396693,0.59504133,0.58677685,0.59504133,0.60330576,0.58264464,0.56198347,0.60330576,0.56198347,0.49586776,0.42561984,0.36363637,0.32231405,0.28512397,0.30578512,0.38842976,0.45454547,0.49173555,0.5206612,0.58677685,0.6198347,0.6446281,0.6652893,0.6487603,0.6446281,0.6528926,0.69008267,0.74793386,0.76033056,0.76859504,0.75619835,0.75206614,0.7355372,0.7644628,0.78512394,0.79752064,0.7768595,0.76859504,0.78099173,0.78512394,0.7231405,0.5785124,0.4214876,0.7355372,0.78512394,0.5041322,0.49173555,0.59504133,0.6859504,0.74380165,0.75619835,0.75206614,0.74380165,0.7066116,0.6942149,0.6859504,0.6942149,0.6983471,0.6942149,0.6983471,0.7066116,0.6942149,0.661157,0.6446281,0.6198347,0.59504133,0.58264464,0.60330576,0.607438,0.58264464,0.5495868,0.54545456,0.49173555,0.45454547,0.37603307,0.29752067,0.2892562,0.2768595,0.26859504,0.338843,0.4338843,0.46280992,0.45454547,0.53305787,0.59917355,0.6404959,0.677686,0.6694215,0.6487603,0.6404959,0.677686,0.73140496,0.76033056,0.78099173,0.78099173,0.77272725,0.75619835,0.77272725,0.78512394,0.7933884,0.78099173,0.76033056,0.76859504,0.78099173,0.7066116,0.49173555,0.42975205,0.7644628,0.78099173,0.5495868,0.48347107,0.54545456,0.6446281,0.71487606,0.75206614,0.74380165,0.74380165,0.7231405,0.6983471,0.6983471,0.70247936,0.7107438,0.7107438,0.70247936,0.7066116,0.6942149,0.6528926,0.6322314,0.607438,0.59090906,0.58264464,0.59504133,0.59504133,0.5371901,0.4752066,0.44214877,0.41735536,0.41322315,0.35950413,0.28512397,0.28099173,0.28099173,0.23140496,0.34710744,0.42561984,0.42975205,0.3966942,0.45454547,0.5206612,0.57438016,0.6280992,0.6694215,0.6280992,0.6280992,0.6446281,0.6983471,0.75619835,0.78512394,0.78512394,0.79752064,0.7768595,0.78512394,0.78099173,0.7892562,0.7768595,0.76859504,0.76033056,0.76859504,0.6694215,0.446281,0.4338843,0.74380165,0.78512394,0.47933885,0.48347107,0.5247934,0.60330576,0.6652893,0.72727275,0.73140496,0.74380165,0.71900827,0.6983471,0.70247936,0.7107438,0.71900827,0.71487606,0.7107438,0.7066116,0.6942149,0.6528926,0.6198347,0.58677685,0.57024795,0.57438016,0.5785124,0.55785125,0.46694216,0.39256197,0.35950413,0.37603307,0.3966942,0.38429752,0.34710744,0.29752067,0.2892562,0.24380165,0.37603307,0.45867768,0.446281,0.3966942,0.4214876,0.45867768,0.48347107,0.54545456,0.58264464,0.56198347,0.553719,0.5495868,0.607438,0.71900827,0.78099173,0.78512394,0.79752064,0.79752064,0.7933884,0.7892562,0.78512394,0.78099173,0.7644628,0.7644628,0.74380165,0.6404959,0.44214877,0.38429752,0.6735537,0.74793386,0.38016528,0.47933885,0.53305787,0.58264464,0.6363636,0.69008267,0.71900827,0.72727275,0.71487606,0.6983471,0.7107438,0.7231405,0.7231405,0.73140496,0.71487606,0.71487606,0.6859504,0.6280992,0.56198347,0.5289256,0.5206612,0.5206612,0.5165289,0.4752066,0.41322315,0.35950413,0.3305785,0.36363637,0.41322315,0.43801653,0.4338843,0.3677686,0.3264463,0.30991736,0.41322315,0.5082645,0.5206612,0.5,0.49173555,0.48347107,0.45454547,0.46694216,0.48347107,0.45454547,0.46280992,0.45454547,0.4876033,0.61157024,0.76033056,0.7892562,0.7933884,0.7933884,0.7933884,0.78512394,0.78099173,0.77272725,0.75619835,0.72727275,0.6983471,0.6198347,0.43801653,0.29752067,0.5082645,0.607438,0.29752067,0.45041323,0.5413223,0.59090906,0.6446281,0.6818182,0.6735537,0.7066116,0.7107438,0.7107438,0.7231405,0.73966944,0.73966944,0.73140496,0.7231405,0.7231405,0.6404959,0.55785125,0.47933885,0.45867768,0.46280992,0.45041323,0.4338843,0.41322315,0.3966942,0.37603307,0.37603307,0.44214877,0.46694216,0.4876033,0.46280992,0.42561984,0.41322315,0.3966942,0.45867768,0.5082645,0.5289256,0.553719,0.58677685,0.59504133,0.5661157,0.5123967,0.46280992,0.4338843,0.41322315,0.37190083,0.38842976,0.49586776,0.6818182,0.7892562,0.78512394,0.78099173,0.78099173,0.76859504,0.78099173,0.77272725,0.76859504,0.7107438,0.6528926,0.61570245,0.41322315,0.21900827,0.3429752,0.41735536,0.2231405,0.4214876,0.54545456,0.59917355,0.6322314,0.6487603,0.6404959,0.6818182,0.70247936,0.71900827,0.73966944,0.73966944,0.7355372,0.7355372,0.7231405,0.70247936,0.5785124,0.47933885,0.4090909,0.38842976,0.38429752,0.39256197,0.3966942,0.42561984,0.49586776,0.5,0.5041322,0.49586776,0.46694216,0.43801653,0.4090909,0.4214876,0.44214877,0.43801653,0.45041323,0.45454547,0.47933885,0.5165289,0.55785125,0.59090906,0.60330576,0.6198347,0.55785125,0.5,0.446281,0.34710744,0.338843,0.42561984,0.59504133,0.75206614,0.78512394,0.74793386,0.75619835,0.75206614,0.75619835,0.7644628,0.73966944,0.6859504,0.6446281,0.607438,0.39256197,0.20247933,0.2520661,0.29338843,0.1983471,0.38429752,0.5413223,0.58264464,0.607438,0.6280992,0.6198347,0.661157,0.6735537,0.70247936,0.72727275,0.72727275,0.7355372,0.7231405,0.7066116,0.6735537,0.5247934,0.4338843,0.3677686,0.36363637,0.38429752,0.41735536,0.4752066,0.5165289,0.553719,0.553719,0.49586776,0.45041323,0.41735536,0.38842976,0.3553719,0.37603307,0.40495867,0.4090909,0.3966942,0.40082645,0.4214876,0.45867768,0.49173555,0.5165289,0.5247934,0.5495868,0.5661157,0.5289256,0.4752066,0.37603307,0.3429752,0.41322315,0.5206612,0.6818182,0.7644628,0.74793386,0.73966944,0.7355372,0.72727275,0.74380165,0.7231405,0.6404959,0.6735537,0.60330576,0.3553719,0.1694215,0.23553719,0.23553719,0.18595041,0.35950413,0.53305787,0.5785124,0.61157024,0.6322314,0.62396693,0.62396693,0.6528926,0.677686,0.6942149,0.7231405,0.71900827,0.6983471,0.677686,0.6322314,0.5,0.41735536,0.35950413,0.38842976,0.43801653,0.48347107,0.5413223,0.5289256,0.5082645,0.47933885,0.43801653,0.39256197,0.37603307,0.3553719,0.3140496,0.3140496,0.3429752,0.30991736,0.3305785,0.338843,0.36363637,0.39256197,0.3966942,0.41735536,0.4338843,0.4338843,0.44214877,0.44214877,0.4090909,0.37190083,0.37190083,0.42975205,0.49586776,0.6363636,0.73140496,0.73966944,0.72727275,0.71900827,0.6983471,0.7066116,0.6818182,0.6363636,0.6735537,0.59504133,0.30578512,0.17355372,0.23553719,0.24380165,0.18181819,0.3305785,0.5289256,0.5785124,0.6198347,0.6570248,0.60330576,0.59917355,0.6487603,0.661157,0.6652893,0.7066116,0.7066116,0.661157,0.6446281,0.59504133,0.5,0.42561984,0.37190083,0.3966942,0.43801653,0.47107437,0.49173555,0.42561984,0.41322315,0.4090909,0.38429752,0.338843,0.32231405,0.30578512,0.26859504,0.25619835,0.2603306,0.24380165,0.2768595,0.3140496,0.37190083,0.41322315,0.4090909,0.4090909,0.40495867,0.40082645,0.41735536,0.41735536,0.3677686,0.3553719,0.37603307,0.42975205,0.5041322,0.6198347,0.70247936,0.73966944,0.71900827,0.7066116,0.677686,0.677686,0.6694215,0.6198347,0.6528926,0.5785124,0.27272728,0.17768595,0.23140496,0.23553719,0.17768595,0.30165288,0.5165289,0.58264464,0.6280992,0.6528926,0.59504133,0.60330576,0.6404959,0.6404959,0.6446281,0.6735537,0.661157,0.6652893,0.6280992,0.5785124,0.5041322,0.4338843,0.38016528,0.3677686,0.3553719,0.3677686,0.35123968,0.338843,0.3677686,0.3966942,0.38429752,0.3429752,0.32231405,0.3140496,0.28512397,0.28099173,0.27272728,0.26859504,0.30578512,0.37190083,0.45041323,0.5082645,0.5,0.5165289,0.5165289,0.5041322,0.53305787,0.54545456,0.44214877,0.35950413,0.38016528,0.4214876,0.5247934,0.6363636,0.677686,0.74380165,0.70247936,0.6983471,0.661157,0.6570248,0.6570248,0.61570245,0.6322314,0.5495868,0.21900827,0.20247933,0.23140496,0.23553719,0.17355372,0.27272728,0.5,0.59090906,0.61570245,0.62396693,0.61157024,0.60330576,0.6322314,0.62396693,0.62396693,0.6487603,0.6322314,0.6735537,0.6404959,0.58264464,0.5,0.42561984,0.36363637,0.3305785,0.30165288,0.33471075,0.36363637,0.40495867,0.41735536,0.446281,0.44214877,0.40082645,0.37190083,0.37190083,0.338843,0.35123968,0.3181818,0.33471075,0.35950413,0.4090909,0.4752066,0.53305787,0.56198347,0.58264464,0.6363636,0.6487603,0.6528926,0.6404959,0.553719,0.4214876,0.40495867,0.4338843,0.5413223,0.6570248,0.6735537,0.6983471,0.6735537,0.6652893,0.6528926,0.6487603,0.6404959,0.62396693,0.6446281,0.47933885,0.18595041,0.21487603,0.23140496,0.23140496,0.17355372,0.24380165,0.5041322,0.57438016,0.59504133,0.607438,0.61570245,0.6198347,0.62396693,0.6280992,0.62396693,0.6198347,0.60330576,0.6446281,0.6363636,0.59090906,0.5206612,0.4338843,0.3553719,0.3305785,0.3305785,0.41735536,0.5165289,0.5371901,0.5206612,0.5165289,0.5,0.45454547,0.40082645,0.40495867,0.3553719,0.34710744,0.3181818,0.338843,0.35950413,0.39256197,0.46280992,0.5289256,0.5785124,0.6198347,0.6528926,0.661157,0.6652893,0.6528926,0.61570245,0.5206612,0.4752066,0.42975205,0.53305787,0.6446281,0.6859504,0.677686,0.6322314,0.6487603,0.6528926,0.6487603,0.661157,0.62396693,0.6446281,0.41322315,0.17355372,0.2231405,0.23140496,0.22727273,0.1694215,0.23140496,0.5165289,0.5661157,0.5785124,0.59090906,0.62396693,0.61157024,0.62396693,0.6322314,0.62396693,0.58264464,0.59090906,0.6198347,0.6404959,0.59504133,0.5206612,0.42975205,0.37603307,0.3677686,0.37603307,0.5123967,0.59090906,0.59504133,0.59090906,0.57438016,0.5289256,0.47107437,0.41322315,0.37603307,0.32231405,0.30991736,0.2892562,0.30165288,0.32231405,0.34710744,0.41735536,0.49173555,0.5371901,0.58264464,0.60330576,0.61570245,0.6322314,0.6322314,0.6446281,0.607438,0.5495868,0.48347107,0.5289256,0.6363636,0.6694215,0.6735537,0.61570245,0.6322314,0.6446281,0.6528926,0.6735537,0.661157,0.59917355,0.35950413,0.17768595,0.21900827,0.2231405,0.22727273,0.16528925,0.23140496,0.5247934,0.59090906,0.57024795,0.59504133,0.61157024,0.59090906,0.61570245,0.6280992,0.62396693,0.56198347,0.57024795,0.607438,0.6322314,0.58677685,0.5165289,0.44214877,0.40082645,0.41322315,0.44214877,0.5371901,0.61570245,0.59090906,0.59504133,0.57024795,0.5123967,0.4338843,0.3677686,0.29338843,0.25619835,0.25619835,0.24793388,0.24380165,0.25619835,0.28512397,0.34710744,0.41735536,0.46694216,0.5123967,0.5371901,0.55785125,0.607438,0.6363636,0.6652893,0.6694215,0.6198347,0.54545456,0.5371901,0.6280992,0.6363636,0.6694215,0.61157024,0.6198347,0.6446281,0.6652893,0.6818182,0.661157,0.55785125,0.2892562,0.18595041,0.2231405,0.22727273,0.21900827,0.16115703,0.2231405,0.55785125,0.607438,0.5661157,0.59504133,0.59090906,0.58677685,0.59917355,0.61570245,0.62396693,0.5661157,0.5413223,0.59504133,0.6280992,0.5785124,0.5165289,0.45867768,0.446281,0.47107437,0.5082645,0.5413223,0.58264464,0.57024795,0.5413223,0.5041322,0.446281,0.37190083,0.30165288,0.2231405,0.22727273,0.21487603,0.23140496,0.21487603,0.1983471,0.24380165,0.29752067,0.3429752,0.44214877,0.49586776,0.53305787,0.55785125,0.62396693,0.6487603,0.6818182,0.6983471,0.6735537,0.607438,0.56198347,0.60330576,0.6363636,0.6322314,0.6280992,0.6322314,0.6363636,0.6487603,0.6735537,0.6198347,0.5082645,0.23140496,0.1983471,0.2231405,0.22727273,0.2231405,0.1694215,0.23140496,0.57024795,0.6404959,0.58677685,0.5785124,0.57438016,0.59504133,0.59090906,0.607438,0.61570245,0.56198347,0.5371901,0.5785124,0.61157024,0.5785124,0.5082645,0.46694216,0.47107437,0.5123967,0.5413223,0.57024795,0.5785124,0.5495868,0.5123967,0.47933885,0.4338843,0.37603307,0.30991736,0.24380165,0.27272728,0.2231405,0.2603306,0.24380165,0.2231405,0.2644628,0.3264463,0.37603307,0.46280992,0.5206612,0.57438016,0.59917355,0.6363636,0.6570248,0.6859504,0.6942149,0.6859504,0.6280992,0.58677685,0.58677685,0.6198347,0.61157024,0.6322314,0.6404959,0.6198347,0.6322314,0.6322314,0.5661157,0.47933885,0.21900827,0.19008264,0.21900827,0.2231405,0.22727273,0.16115703,0.21487603,0.59504133,0.661157,0.61570245,0.5661157,0.55785125,0.59090906,0.5785124,0.58264464,0.58677685,0.5661157,0.5371901,0.55785125,0.58677685,0.56198347,0.5165289,0.47933885,0.49173555,0.5371901,0.55785125,0.5785124,0.58264464,0.56198347,0.5289256,0.5165289,0.49586776,0.44214877,0.40082645,0.3553719,0.3305785,0.29338843,0.3264463,0.30991736,0.3264463,0.37603307,0.41735536,0.4752066,0.5082645,0.54545456,0.59504133,0.6198347,0.6404959,0.6528926,0.6694215,0.6818182,0.6694215,0.61157024,0.55785125,0.57438016,0.58264464,0.59917355,0.6280992,0.62396693,0.59090906,0.60330576,0.59917355,0.5247934,0.48347107,0.23966943,0.19421488,0.21487603,0.23140496,0.22727273,0.1694215,0.21487603,0.59090906,0.677686,0.6446281,0.57438016,0.54545456,0.58264464,0.5661157,0.5661157,0.58677685,0.5785124,0.54545456,0.5413223,0.55785125,0.54545456,0.5165289,0.49173555,0.5082645,0.553719,0.56198347,0.57024795,0.57438016,0.57438016,0.56198347,0.553719,0.53305787,0.5041322,0.48347107,0.43801653,0.40495867,0.38429752,0.38429752,0.38429752,0.41322315,0.4752066,0.5082645,0.5413223,0.5495868,0.5661157,0.59917355,0.61570245,0.6322314,0.6280992,0.6404959,0.6487603,0.6570248,0.59090906,0.5413223,0.5495868,0.5495868,0.57024795,0.59917355,0.59917355,0.5413223,0.5785124,0.55785125,0.49586776,0.5206612,0.23553719,0.1983471,0.22727273,0.2231405,0.22727273,0.17768595,0.20247933,0.57438016,0.7107438,0.6818182,0.59504133,0.5413223,0.56198347,0.5413223,0.54545456,0.57438016,0.58677685,0.5413223,0.54545456,0.54545456,0.5413223,0.5123967,0.4876033,0.5123967,0.553719,0.55785125,0.553719,0.5661157,0.5785124,0.57438016,0.5661157,0.5495868,0.54545456,0.53305787,0.4876033,0.446281,0.4338843,0.41322315,0.42975205,0.46280992,0.5041322,0.5413223,0.5785124,0.58264464,0.58677685,0.607438,0.62396693,0.6280992,0.60330576,0.61570245,0.60330576,0.62396693,0.58264464,0.5289256,0.5247934,0.5082645,0.5289256,0.55785125,0.5495868,0.5247934,0.55785125,0.5,0.5247934,0.553719,0.2231405,0.20247933,0.2231405,0.21900827,0.2231405,0.18181819,0.17355372,0.553719,0.71900827,0.7066116,0.6528926,0.5661157,0.5371901,0.5206612,0.54545456,0.553719,0.54545456,0.53305787,0.54545456,0.5247934,0.5371901,0.5123967,0.47107437,0.49173555,0.553719,0.5495868,0.5495868,0.57024795,0.57024795,0.5661157,0.57024795,0.553719,0.5661157,0.56198347,0.5082645,0.47933885,0.446281,0.42561984,0.43801653,0.4752066,0.5041322,0.5413223,0.59090906,0.60330576,0.607438,0.6198347,0.6280992,0.6363636,0.61157024,0.59090906,0.59917355,0.57438016,0.5495868,0.5165289,0.49173555,0.47933885,0.49173555,0.5123967,0.5165289,0.5247934,0.5123967,0.44214877,0.5785124,0.55785125,0.20247933,0.20661157,0.2231405,0.21900827,0.21900827,0.18595041,0.14876033,0.5413223,0.72727275,0.72727275,0.69008267,0.60330576,0.5206612,0.49586776,0.5371901,0.5247934,0.5165289,0.5082645,0.5165289,0.5289256,0.5371901,0.5165289,0.47933885,0.4876033,0.5165289,0.5495868,0.55785125,0.57438016,0.5661157,0.56198347,0.5785124,0.5661157,0.59090906,0.57438016,0.5247934,0.4876033,0.45867768,0.43801653,0.44214877,0.4752066,0.5041322,0.5413223,0.59090906,0.607438,0.6198347,0.6487603,0.6363636,0.62396693,0.58677685,0.5785124,0.553719,0.5247934,0.5123967,0.5123967,0.4752066,0.45867768,0.4876033,0.49173555,0.5371901,0.54545456,0.45867768,0.4214876,0.6404959,0.5371901,0.19008264,0.20661157,0.22727273,0.2231405,0.2231405,0.18595041,0.15289256,0.5123967,0.73140496,0.73966944,0.71487606,0.6446281,0.5413223,0.5,0.5082645,0.5041322,0.49173555,0.49173555,0.4876033,0.5206612,0.5206612,0.5041322,0.49586776,0.47107437,0.45041323,0.5289256,0.5495868,0.58264464,0.57024795,0.57024795,0.5785124,0.59090906,0.59917355,0.5785124,0.5289256,0.4876033,0.47107437,0.45454547,0.45454547,0.4752066,0.5,0.5371901,0.58677685,0.59090906,0.59917355,0.6528926,0.6487603,0.6280992,0.57438016,0.553719,0.5289256,0.47107437,0.5,0.47933885,0.45454547,0.45867768,0.49586776,0.49173555,0.5165289,0.553719,0.4090909,0.4752066,0.69008267,0.5165289,0.17355372,0.20661157,0.23140496,0.22727273,0.21900827,0.19421488,0.14876033,0.49586776,0.73140496,0.74380165,0.72727275,0.677686,0.60330576,0.5165289,0.4876033,0.47933885,0.47107437,0.4752066,0.47933885,0.49586776,0.5082645,0.4876033,0.47933885,0.45867768,0.446281,0.49173555,0.553719,0.57024795,0.58677685,0.58264464,0.58264464,0.61570245,0.5785124,0.57438016,0.5247934,0.5,0.4752066,0.47107437,0.45867768,0.46694216,0.49586776,0.5289256,0.55785125,0.55785125,0.57438016,0.62396693,0.6404959,0.6198347,0.58677685,0.54545456,0.49173555,0.44214877,0.46694216,0.42975205,0.42975205,0.45041323,0.48347107,0.48347107,0.47933885,0.47107437,0.41735536,0.57024795,0.71900827,0.4876033,0.18595041,0.2107438,0.22727273,0.22727273,0.2107438,0.20247933,0.17768595,0.45454547,0.7231405,0.74793386,0.73140496,0.70247936,0.6528926,0.55785125,0.4752066,0.46280992,0.45041323,0.45867768,0.4752066,0.48347107,0.47107437,0.45454547,0.46280992,0.45454547,0.44214877,0.48347107,0.54545456,0.5785124,0.58264464,0.5661157,0.56198347,0.60330576,0.58264464,0.553719,0.5165289,0.4876033,0.46280992,0.45454547,0.446281,0.45041323,0.4752066,0.5,0.5247934,0.5247934,0.5413223,0.59504133,0.6198347,0.58264464,0.56198347,0.5206612,0.46280992,0.42561984,0.42561984,0.3966942,0.3966942,0.4338843,0.45454547,0.45867768,0.45867768,0.4090909,0.47107437,0.6652893,0.7231405,0.46280992,0.17355372,0.21900827,0.2231405,0.21900827,0.2231405,0.20661157,0.1694215,0.446281,0.70247936,0.74793386,0.72727275,0.7231405,0.69008267,0.59917355,0.5082645,0.43801653,0.4338843,0.45041323,0.46280992,0.46280992,0.44214877,0.4338843,0.44214877,0.43801653,0.42975205,0.47933885,0.5371901,0.5661157,0.55785125,0.5413223,0.56198347,0.56198347,0.53305787,0.5082645,0.47933885,0.45041323,0.4338843,0.4338843,0.41735536,0.41735536,0.446281,0.44214877,0.48347107,0.48347107,0.49586776,0.55785125,0.57024795,0.5371901,0.5165289,0.4876033,0.4338843,0.4090909,0.3966942,0.37190083,0.38016528,0.4214876,0.446281,0.44214877,0.43801653,0.39256197,0.57438016,0.72727275,0.7231405,0.42561984,0.17768595,0.2107438,0.2231405,0.2231405,0.22727273,15 +0.62396693,0.6280992,0.6363636,0.661157,0.6570248,0.6528926,0.6570248,0.6528926,0.6528926,0.6735537,0.677686,0.6694215,0.6818182,0.677686,0.677686,0.6942149,0.6818182,0.6983471,0.6983471,0.71487606,0.73140496,0.74380165,0.7355372,0.7355372,0.7355372,0.73140496,0.73140496,0.7355372,0.72727275,0.71487606,0.70247936,0.7066116,0.6942149,0.6983471,0.6983471,0.70247936,0.7066116,0.7231405,0.7066116,0.7107438,0.72727275,0.7066116,0.7107438,0.7107438,0.7107438,0.7107438,0.70247936,0.6942149,0.71487606,0.70247936,0.6735537,0.6818182,0.6735537,0.6735537,0.661157,0.6404959,0.6198347,0.61570245,0.59090906,0.553719,0.55785125,0.45454547,0.1570248,0.21487603,0.62396693,0.6198347,0.6570248,0.6652893,0.6652893,0.6652893,0.6652893,0.661157,0.661157,0.6694215,0.6570248,0.6694215,0.661157,0.6694215,0.6942149,0.677686,0.6859504,0.69008267,0.6983471,0.71900827,0.72727275,0.73140496,0.73966944,0.74380165,0.74793386,0.72727275,0.74793386,0.7355372,0.73140496,0.71900827,0.7107438,0.7107438,0.7107438,0.7066116,0.7066116,0.70247936,0.70247936,0.73140496,0.71900827,0.7107438,0.7107438,0.6983471,0.6942149,0.70247936,0.70247936,0.6983471,0.70247936,0.7066116,0.71900827,0.6942149,0.677686,0.6818182,0.6735537,0.677686,0.6694215,0.6404959,0.61157024,0.59917355,0.59090906,0.55785125,0.55785125,0.446281,0.19008264,0.20661157,0.6363636,0.6280992,0.6694215,0.6570248,0.6652893,0.6570248,0.6528926,0.6570248,0.6528926,0.6404959,0.6446281,0.6570248,0.6652893,0.6446281,0.6652893,0.661157,0.6570248,0.6735537,0.69008267,0.6983471,0.6942149,0.7066116,0.71900827,0.73966944,0.73966944,0.73140496,0.73966944,0.73966944,0.7231405,0.7107438,0.71487606,0.6942149,0.71900827,0.71487606,0.70247936,0.70247936,0.71487606,0.71900827,0.7066116,0.71487606,0.7107438,0.7066116,0.7107438,0.71487606,0.71487606,0.6983471,0.7066116,0.7231405,0.7107438,0.6983471,0.6694215,0.677686,0.677686,0.6652893,0.677686,0.6322314,0.607438,0.58677685,0.57438016,0.553719,0.55785125,0.43801653,0.2231405,0.21900827,0.6404959,0.6528926,0.6528926,0.6528926,0.6652893,0.6487603,0.6280992,0.62396693,0.62396693,0.62396693,0.62396693,0.62396693,0.62396693,0.6198347,0.6322314,0.60330576,0.61570245,0.6446281,0.6570248,0.6652893,0.6735537,0.69008267,0.6983471,0.7066116,0.71487606,0.72727275,0.72727275,0.7355372,0.71487606,0.74793386,0.71487606,0.70247936,0.7066116,0.7066116,0.6983471,0.70247936,0.71487606,0.71900827,0.70247936,0.7231405,0.7107438,0.7066116,0.7066116,0.7066116,0.7107438,0.69008267,0.6818182,0.70247936,0.6859504,0.6652893,0.661157,0.6694215,0.6570248,0.6446281,0.6528926,0.62396693,0.607438,0.59090906,0.56198347,0.5495868,0.5661157,0.4338843,0.2231405,0.23140496,0.6280992,0.6528926,0.6446281,0.6652893,0.6528926,0.6404959,0.61157024,0.60330576,0.60330576,0.60330576,0.59917355,0.56198347,0.5413223,0.553719,0.57438016,0.5495868,0.5661157,0.58677685,0.60330576,0.61570245,0.6363636,0.661157,0.6735537,0.6694215,0.6818182,0.7107438,0.72727275,0.72727275,0.7231405,0.72727275,0.7231405,0.71487606,0.7107438,0.7107438,0.6983471,0.69008267,0.70247936,0.71487606,0.7107438,0.73140496,0.70247936,0.6859504,0.6942149,0.70247936,0.6942149,0.6652893,0.6528926,0.6487603,0.6363636,0.61570245,0.60330576,0.60330576,0.62396693,0.61570245,0.61157024,0.60330576,0.59917355,0.58264464,0.553719,0.54545456,0.553719,0.41322315,0.21900827,0.22727273,0.62396693,0.6322314,0.6363636,0.6528926,0.6363636,0.6198347,0.607438,0.59504133,0.59504133,0.57438016,0.5247934,0.47107437,0.47933885,0.5041322,0.47933885,0.5,0.5041322,0.5123967,0.5206612,0.53305787,0.5495868,0.56198347,0.57024795,0.57438016,0.6198347,0.661157,0.7107438,0.73140496,0.7355372,0.71900827,0.7355372,0.71900827,0.7107438,0.7107438,0.6983471,0.6859504,0.6983471,0.6983471,0.70247936,0.70247936,0.6983471,0.6652893,0.6652893,0.6694215,0.6404959,0.61157024,0.5785124,0.5413223,0.5413223,0.553719,0.5371901,0.5247934,0.56198347,0.5289256,0.5495868,0.5289256,0.57438016,0.5661157,0.5413223,0.54545456,0.54545456,0.37190083,0.2107438,0.23140496,0.6404959,0.6322314,0.6322314,0.6280992,0.61570245,0.58677685,0.59090906,0.57438016,0.5371901,0.48347107,0.41735536,0.38429752,0.41322315,0.43801653,0.4090909,0.43801653,0.42975205,0.4090909,0.4214876,0.41322315,0.40082645,0.3966942,0.3966942,0.3966942,0.4338843,0.5371901,0.59917355,0.6446281,0.70247936,0.7066116,0.73966944,0.72727275,0.70247936,0.7107438,0.7066116,0.6942149,0.6942149,0.6942149,0.6942149,0.6983471,0.677686,0.6487603,0.6322314,0.62396693,0.5661157,0.5123967,0.45867768,0.4090909,0.3966942,0.40495867,0.4090909,0.4090909,0.4338843,0.4214876,0.41322315,0.38429752,0.446281,0.5413223,0.5206612,0.5413223,0.5289256,0.3305785,0.20661157,0.23966943,0.6322314,0.6363636,0.6280992,0.59917355,0.57024795,0.56198347,0.5041322,0.45867768,0.38842976,0.37190083,0.35123968,0.35123968,0.37190083,0.38842976,0.3677686,0.37190083,0.3429752,0.3429752,0.33471075,0.3181818,0.3305785,0.32231405,0.2892562,0.26859504,0.28512397,0.32231405,0.44214877,0.5371901,0.6363636,0.6652893,0.7231405,0.71487606,0.71487606,0.7107438,0.6983471,0.69008267,0.6942149,0.6942149,0.6942149,0.6983471,0.6652893,0.6322314,0.60330576,0.5495868,0.47933885,0.3966942,0.338843,0.30165288,0.29338843,0.29752067,0.2892562,0.30578512,0.3181818,0.30991736,0.33471075,0.28512397,0.27272728,0.37190083,0.49173555,0.5123967,0.5082645,0.2768595,0.2107438,0.23966943,0.62396693,0.62396693,0.61570245,0.59090906,0.53305787,0.45454547,0.38016528,0.3966942,0.39256197,0.40082645,0.41735536,0.4090909,0.4090909,0.40082645,0.35950413,0.3553719,0.33471075,0.34710744,0.38429752,0.38429752,0.44214877,0.4338843,0.38429752,0.33471075,0.33471075,0.338843,0.33471075,0.42561984,0.53305787,0.6198347,0.677686,0.70247936,0.73966944,0.7066116,0.6983471,0.6942149,0.69008267,0.6859504,0.6859504,0.69008267,0.661157,0.61157024,0.54545456,0.47107437,0.41735536,0.3264463,0.29338843,0.25619835,0.2644628,0.27272728,0.2768595,0.2768595,0.28512397,0.29338843,0.338843,0.3181818,0.29752067,0.30165288,0.3553719,0.46280992,0.47933885,0.21900827,0.2231405,0.23553719,0.6280992,0.61157024,0.59917355,0.5495868,0.47933885,0.42975205,0.4214876,0.45041323,0.46694216,0.47107437,0.4752066,0.49586776,0.4752066,0.47933885,0.44214877,0.4338843,0.44214877,0.49173555,0.49173555,0.5413223,0.56198347,0.49173555,0.47107437,0.46694216,0.45041323,0.45454547,0.42561984,0.42975205,0.47933885,0.58677685,0.661157,0.7066116,0.75619835,0.71487606,0.71487606,0.661157,0.6735537,0.677686,0.6859504,0.70247936,0.6735537,0.58677685,0.5041322,0.446281,0.42561984,0.35123968,0.37190083,0.34710744,0.35950413,0.38429752,0.39256197,0.38016528,0.35123968,0.34710744,0.3677686,0.35123968,0.3429752,0.33471075,0.2768595,0.3305785,0.3966942,0.2107438,0.23966943,0.23140496,0.6280992,0.58677685,0.54545456,0.47933885,0.43801653,0.44214877,0.47933885,0.5247934,0.54545456,0.5661157,0.55785125,0.59504133,0.56198347,0.57438016,0.56198347,0.56198347,0.54545456,0.5785124,0.58677685,0.59504133,0.59090906,0.60330576,0.5661157,0.59917355,0.61157024,0.6280992,0.57438016,0.54545456,0.54545456,0.61570245,0.6818182,0.7231405,0.75206614,0.72727275,0.6942149,0.6735537,0.6446281,0.6818182,0.6942149,0.71900827,0.6818182,0.57024795,0.5123967,0.5165289,0.53305787,0.53305787,0.57024795,0.5495868,0.5785124,0.59917355,0.58264464,0.57024795,0.5206612,0.48347107,0.45454547,0.40082645,0.37190083,0.38016528,0.3429752,0.30165288,0.2644628,0.2107438,0.24793388,0.23553719,0.61570245,0.5785124,0.5206612,0.5041322,0.553719,0.57438016,0.59504133,0.62396693,0.6198347,0.6404959,0.6446281,0.6694215,0.6363636,0.6363636,0.6322314,0.6198347,0.61570245,0.59090906,0.58677685,0.57024795,0.553719,0.55785125,0.553719,0.58677685,0.6404959,0.6818182,0.6694215,0.6652893,0.661157,0.6735537,0.6983471,0.73140496,0.73966944,0.72727275,0.6859504,0.6652893,0.6404959,0.6818182,0.7066116,0.7107438,0.661157,0.57438016,0.57438016,0.61157024,0.6198347,0.6322314,0.61570245,0.61157024,0.6198347,0.6322314,0.61570245,0.61570245,0.6363636,0.6363636,0.61570245,0.56198347,0.48347107,0.42561984,0.39256197,0.3553719,0.20247933,0.2231405,0.25619835,0.24793388,0.61570245,0.59090906,0.5413223,0.5206612,0.59504133,0.6446281,0.677686,0.7107438,0.71900827,0.71487606,0.71487606,0.70247936,0.6983471,0.69008267,0.6818182,0.6528926,0.6198347,0.58264464,0.553719,0.5247934,0.5247934,0.5123967,0.5247934,0.54545456,0.58264464,0.62396693,0.6652893,0.7107438,0.71487606,0.71487606,0.7231405,0.72727275,0.73140496,0.73966944,0.7107438,0.677686,0.661157,0.6818182,0.7066116,0.69008267,0.6322314,0.59917355,0.6280992,0.6322314,0.60330576,0.5785124,0.5495868,0.5661157,0.60330576,0.59917355,0.60330576,0.61157024,0.6487603,0.6818182,0.6818182,0.6487603,0.58677685,0.5206612,0.45867768,0.3553719,0.19421488,0.23140496,0.24380165,0.2644628,0.6404959,0.58264464,0.57438016,0.5785124,0.6446281,0.72727275,0.7644628,0.74793386,0.74793386,0.73966944,0.73140496,0.661157,0.6280992,0.58677685,0.5413223,0.4876033,0.446281,0.40495867,0.39256197,0.3966942,0.39256197,0.40495867,0.41322315,0.5165289,0.56198347,0.5495868,0.61157024,0.69008267,0.73966944,0.72727275,0.73966944,0.7355372,0.71487606,0.73140496,0.7231405,0.71487606,0.7107438,0.6983471,0.6859504,0.6363636,0.59917355,0.59090906,0.57438016,0.5,0.41735536,0.37603307,0.37603307,0.3677686,0.38429752,0.40495867,0.4214876,0.49173555,0.553719,0.61157024,0.6570248,0.6735537,0.6404959,0.59090906,0.5495868,0.41735536,0.18181819,0.24793388,0.24793388,0.23966943,0.6528926,0.6280992,0.6322314,0.6652893,0.71900827,0.76859504,0.7933884,0.76859504,0.73140496,0.661157,0.5785124,0.5165289,0.5041322,0.49586776,0.4752066,0.45041323,0.40495867,0.3677686,0.37603307,0.37190083,0.33471075,0.3140496,0.29752067,0.3553719,0.5041322,0.5247934,0.56198347,0.6280992,0.71900827,0.72727275,0.73140496,0.73966944,0.73140496,0.7231405,0.73140496,0.73966944,0.76033056,0.73140496,0.6818182,0.59090906,0.55785125,0.5495868,0.48347107,0.38016528,0.35950413,0.38842976,0.40082645,0.40082645,0.35950413,0.3305785,0.35950413,0.40082645,0.41322315,0.4752066,0.5247934,0.59504133,0.6363636,0.6198347,0.607438,0.4214876,0.20247933,0.24793388,0.24380165,0.2520661,0.6942149,0.6487603,0.6694215,0.70247936,0.75206614,0.77272725,0.77272725,0.73140496,0.6198347,0.5413223,0.56198347,0.47933885,0.4090909,0.38016528,0.2768595,0.2603306,0.23140496,0.21487603,0.38842976,0.4876033,0.42975205,0.37190083,0.34710744,0.2892562,0.3429752,0.45454547,0.5165289,0.59090906,0.69008267,0.6942149,0.70247936,0.7231405,0.73140496,0.71487606,0.71900827,0.73140496,0.76859504,0.75619835,0.7107438,0.553719,0.5495868,0.54545456,0.46280992,0.39256197,0.40495867,0.42561984,0.30578512,0.24380165,0.21900827,0.19008264,0.28512397,0.5661157,0.48347107,0.41322315,0.4090909,0.47933885,0.59504133,0.6280992,0.61570245,0.3966942,0.19421488,0.22727273,0.23553719,0.24380165,0.677686,0.62396693,0.6983471,0.72727275,0.75206614,0.7644628,0.73140496,0.6446281,0.5371901,0.53305787,0.4876033,0.446281,0.56198347,0.40082645,0.1983471,0.20247933,0.29338843,0.16115703,0.3140496,0.60330576,0.5785124,0.45454547,0.38429752,0.3305785,0.3140496,0.35123968,0.45867768,0.59504133,0.6570248,0.6322314,0.677686,0.70247936,0.71487606,0.6983471,0.70247936,0.7107438,0.74380165,0.77272725,0.73966944,0.5495868,0.49173555,0.49586776,0.42975205,0.42561984,0.5165289,0.4752066,0.23140496,0.29752067,0.23966943,0.17355372,0.09917355,0.69008267,0.71487606,0.59504133,0.38016528,0.3553719,0.553719,0.62396693,0.59504133,0.338843,0.21900827,0.2520661,0.2644628,0.23553719,0.661157,0.6446281,0.7107438,0.75619835,0.75206614,0.73966944,0.6859504,0.59090906,0.54545456,0.5123967,0.45041323,0.6404959,0.75619835,0.4214876,0.30165288,0.1983471,0.39256197,0.20661157,0.2603306,0.57438016,0.6280992,0.5289256,0.45867768,0.39256197,0.3305785,0.3429752,0.45454547,0.55785125,0.58264464,0.55785125,0.6363636,0.677686,0.6942149,0.6859504,0.677686,0.6942149,0.6983471,0.7768595,0.76859504,0.6363636,0.446281,0.38842976,0.35950413,0.44214877,0.56198347,0.46280992,0.21900827,0.3264463,0.29338843,0.28512397,0.09090909,0.6363636,0.78099173,0.73966944,0.5206612,0.28512397,0.42561984,0.60330576,0.57438016,0.30578512,0.22727273,0.34710744,0.3966942,0.30165288,0.6446281,0.6818182,0.71900827,0.73966944,0.73140496,0.6859504,0.61157024,0.56198347,0.5165289,0.48347107,0.44214877,0.5661157,0.75619835,0.45454547,0.49173555,0.26859504,0.2231405,0.2231405,0.35123968,0.61157024,0.6280992,0.5206612,0.45867768,0.44214877,0.37603307,0.338843,0.45454547,0.5123967,0.5289256,0.5206612,0.61570245,0.6570248,0.6528926,0.6735537,0.6694215,0.6859504,0.7107438,0.74380165,0.8057851,0.7231405,0.5082645,0.41322315,0.37190083,0.37603307,0.45454547,0.43801653,0.26859504,0.22727273,0.20247933,0.40082645,0.40082645,0.6942149,0.8057851,0.71487606,0.5371901,0.35950413,0.39256197,0.56198347,0.55785125,0.29752067,0.2768595,0.45454547,0.553719,0.48347107,0.6446281,0.6818182,0.71487606,0.7107438,0.6942149,0.6404959,0.58677685,0.55785125,0.53305787,0.5123967,0.49173555,0.46694216,0.59090906,0.553719,0.553719,0.38429752,0.2768595,0.28512397,0.47107437,0.58264464,0.55785125,0.48347107,0.4090909,0.38016528,0.37603307,0.4090909,0.45041323,0.49586776,0.5123967,0.53305787,0.62396693,0.6322314,0.62396693,0.6570248,0.661157,0.661157,0.7231405,0.74380165,0.8140496,0.7768595,0.61570245,0.49173555,0.46694216,0.44214877,0.44214877,0.45867768,0.4090909,0.3677686,0.2892562,0.4090909,0.61570245,0.71487606,0.71487606,0.58264464,0.41735536,0.42975205,0.45041323,0.55785125,0.5661157,0.30578512,0.25619835,0.45867768,0.5289256,0.5289256,0.6446281,0.6818182,0.6983471,0.7066116,0.6818182,0.6487603,0.61157024,0.58264464,0.55785125,0.5495868,0.55785125,0.553719,0.54545456,0.5495868,0.5,0.48347107,0.4214876,0.42975205,0.5165289,0.5082645,0.49173555,0.46694216,0.42975205,0.41322315,0.41735536,0.46694216,0.47933885,0.5123967,0.53305787,0.57024795,0.6198347,0.607438,0.61570245,0.6570248,0.6363636,0.6446281,0.71487606,0.74380165,0.7892562,0.7644628,0.69008267,0.446281,0.5,0.49173555,0.49173555,0.5123967,0.5041322,0.49586776,0.45867768,0.47107437,0.5247934,0.553719,0.5082645,0.46280992,0.446281,0.4090909,0.49586776,0.58264464,0.58677685,0.32231405,0.25619835,0.4338843,0.5247934,0.4752066,0.6446281,0.677686,0.69008267,0.6818182,0.6652893,0.677686,0.6694215,0.6528926,0.6446281,0.6198347,0.60330576,0.6363636,0.6363636,0.60330576,0.59504133,0.58264464,0.53305787,0.5123967,0.5289256,0.48347107,0.49173555,0.45454547,0.446281,0.45867768,0.47933885,0.5041322,0.5371901,0.56198347,0.5785124,0.60330576,0.61157024,0.6280992,0.6322314,0.6694215,0.661157,0.6487603,0.7107438,0.7644628,0.78099173,0.7768595,0.71487606,0.48347107,0.53305787,0.55785125,0.5413223,0.553719,0.5661157,0.5785124,0.58677685,0.57024795,0.59090906,0.607438,0.5785124,0.5495868,0.5123967,0.46280992,0.5495868,0.62396693,0.61570245,0.35950413,0.27272728,0.4876033,0.5371901,0.39256197,0.6404959,0.6528926,0.6652893,0.6652893,0.6446281,0.661157,0.6652893,0.6694215,0.6859504,0.677686,0.6694215,0.677686,0.677686,0.6735537,0.6652893,0.6528926,0.60330576,0.5785124,0.5661157,0.5371901,0.5206612,0.5247934,0.5371901,0.53305787,0.5413223,0.57438016,0.60330576,0.58677685,0.60330576,0.61570245,0.6322314,0.6446281,0.6528926,0.6735537,0.6818182,0.661157,0.69008267,0.75206614,0.7933884,0.77272725,0.71487606,0.57024795,0.5247934,0.59504133,0.59504133,0.58264464,0.59090906,0.60330576,0.6404959,0.661157,0.6818182,0.70247936,0.6735537,0.6198347,0.5785124,0.5413223,0.59090906,0.6363636,0.6363636,0.40495867,0.2644628,0.53305787,0.5206612,0.3264463,0.6404959,0.6570248,0.661157,0.6694215,0.6570248,0.6528926,0.6818182,0.6818182,0.69008267,0.6859504,0.69008267,0.6859504,0.677686,0.6818182,0.6735537,0.6570248,0.6363636,0.6198347,0.59504133,0.60330576,0.607438,0.60330576,0.59917355,0.58677685,0.607438,0.6280992,0.6198347,0.61157024,0.6280992,0.6363636,0.6446281,0.661157,0.661157,0.6859504,0.6818182,0.661157,0.6694215,0.71900827,0.7768595,0.7768595,0.7231405,0.6487603,0.53305787,0.59917355,0.6198347,0.6322314,0.60330576,0.59917355,0.6322314,0.661157,0.6859504,0.70247936,0.6818182,0.6280992,0.607438,0.5661157,0.61570245,0.6404959,0.62396693,0.45041323,0.24793388,0.48347107,0.49586776,0.2768595,0.661157,0.6818182,0.6735537,0.6446281,0.6570248,0.6528926,0.69008267,0.69008267,0.6859504,0.69008267,0.6983471,0.6983471,0.6859504,0.69008267,0.6859504,0.661157,0.6694215,0.6735537,0.6735537,0.6818182,0.6652893,0.6198347,0.61570245,0.6280992,0.6487603,0.6404959,0.6322314,0.6363636,0.6446281,0.6446281,0.6487603,0.6859504,0.661157,0.6735537,0.6694215,0.6404959,0.6694215,0.70247936,0.75206614,0.78099173,0.72727275,0.6694215,0.57024795,0.58677685,0.6322314,0.6446281,0.6322314,0.6404959,0.6404959,0.6446281,0.6570248,0.6735537,0.661157,0.6363636,0.61157024,0.59917355,0.6280992,0.6446281,0.61570245,0.4752066,0.24380165,0.45041323,0.49173555,0.24793388,0.6818182,0.6818182,0.6694215,0.6570248,0.6528926,0.6570248,0.6652893,0.6818182,0.6818182,0.677686,0.69008267,0.6942149,0.6859504,0.6859504,0.69008267,0.6859504,0.70247936,0.7107438,0.7066116,0.677686,0.6446281,0.6198347,0.6446281,0.6694215,0.661157,0.6487603,0.6446281,0.6487603,0.6487603,0.6487603,0.6735537,0.6735537,0.677686,0.6487603,0.6487603,0.6446281,0.6570248,0.6942149,0.74380165,0.7892562,0.75619835,0.677686,0.607438,0.58677685,0.6487603,0.6280992,0.6694215,0.677686,0.6735537,0.6487603,0.6735537,0.677686,0.6735537,0.6528926,0.6322314,0.6363636,0.6404959,0.6363636,0.607438,0.5041322,0.21487603,0.46280992,0.45041323,0.2107438,0.677686,0.6859504,0.661157,0.6570248,0.6446281,0.6652893,0.6694215,0.661157,0.6859504,0.677686,0.6735537,0.6735537,0.6859504,0.6942149,0.6942149,0.6983471,0.6859504,0.6859504,0.6818182,0.6487603,0.6363636,0.6487603,0.6652893,0.6694215,0.6570248,0.6528926,0.6446281,0.6404959,0.6487603,0.661157,0.6818182,0.677686,0.6570248,0.6446281,0.6528926,0.6570248,0.661157,0.6942149,0.73966944,0.77272725,0.78099173,0.73140496,0.6404959,0.59917355,0.6404959,0.661157,0.6859504,0.6942149,0.71487606,0.7066116,0.69008267,0.70247936,0.6818182,0.661157,0.6570248,0.6652893,0.661157,0.6280992,0.607438,0.5082645,0.1983471,0.5041322,0.30578512,0.21900827,0.6818182,0.677686,0.6570248,0.6735537,0.6570248,0.6735537,0.6818182,0.6694215,0.677686,0.6859504,0.677686,0.6818182,0.6735537,0.6983471,0.6983471,0.70247936,0.6942149,0.6859504,0.6735537,0.677686,0.677686,0.6694215,0.6694215,0.661157,0.661157,0.661157,0.6404959,0.6446281,0.6735537,0.6818182,0.6694215,0.6735537,0.6528926,0.6487603,0.6404959,0.661157,0.6735537,0.69008267,0.75206614,0.76859504,0.7892562,0.7892562,0.7066116,0.62396693,0.61570245,0.6570248,0.6735537,0.6859504,0.7066116,0.7231405,0.70247936,0.70247936,0.6859504,0.6694215,0.6818182,0.6859504,0.6818182,0.6404959,0.60330576,0.4752066,0.2603306,0.44214877,0.24380165,0.24380165,0.6818182,0.69008267,0.6735537,0.6859504,0.6818182,0.677686,0.6942149,0.69008267,0.6818182,0.677686,0.7107438,0.661157,0.6818182,0.6942149,0.6983471,0.6983471,0.677686,0.6859504,0.6942149,0.6983471,0.70247936,0.6652893,0.6735537,0.6694215,0.6652893,0.6652893,0.6528926,0.6528926,0.6859504,0.6818182,0.6694215,0.6570248,0.6363636,0.6322314,0.6322314,0.6487603,0.6652893,0.71900827,0.7644628,0.7892562,0.79752064,0.8181818,0.76859504,0.677686,0.61157024,0.6322314,0.6528926,0.69008267,0.6859504,0.6942149,0.7066116,0.6942149,0.69008267,0.677686,0.6942149,0.6942149,0.6735537,0.6487603,0.607438,0.44214877,0.3966942,0.35123968,0.21487603,0.23966943,0.677686,0.6818182,0.6942149,0.6942149,0.70247936,0.70247936,0.71900827,0.7107438,0.70247936,0.69008267,0.7066116,0.6859504,0.6735537,0.69008267,0.69008267,0.6818182,0.6818182,0.6818182,0.6942149,0.69008267,0.6818182,0.6487603,0.661157,0.6652893,0.6570248,0.6735537,0.6694215,0.6694215,0.69008267,0.6859504,0.6652893,0.6363636,0.6322314,0.6280992,0.6404959,0.6363636,0.661157,0.78099173,0.76859504,0.7644628,0.76033056,0.77272725,0.7768595,0.7107438,0.6322314,0.6198347,0.6404959,0.6694215,0.6859504,0.6859504,0.6942149,0.69008267,0.6983471,0.70247936,0.70247936,0.6983471,0.6818182,0.6528926,0.607438,0.4090909,0.44214877,0.30578512,0.22727273,0.24793388,0.6859504,0.677686,0.6983471,0.70247936,0.71900827,0.72727275,0.72727275,0.71900827,0.71900827,0.71900827,0.72727275,0.7231405,0.71900827,0.71487606,0.6818182,0.6735537,0.69008267,0.6818182,0.6818182,0.6694215,0.661157,0.6570248,0.6528926,0.677686,0.6570248,0.677686,0.7066116,0.70247936,0.6818182,0.661157,0.6363636,0.61570245,0.6322314,0.6322314,0.6570248,0.6528926,0.6652893,0.78099173,0.77272725,0.73966944,0.73966944,0.74380165,0.76033056,0.71900827,0.661157,0.6198347,0.61570245,0.6446281,0.6735537,0.6859504,0.69008267,0.6942149,0.70247936,0.7066116,0.69008267,0.6735537,0.677686,0.661157,0.58677685,0.4338843,0.36363637,0.2603306,0.24380165,0.24380165,0.6942149,0.69008267,0.71900827,0.6983471,0.72727275,0.73966944,0.73140496,0.73966944,0.7231405,0.7231405,0.73140496,0.7231405,0.71900827,0.7066116,0.6983471,0.6694215,0.69008267,0.677686,0.6694215,0.6528926,0.6446281,0.6487603,0.661157,0.6735537,0.6735537,0.6859504,0.7355372,0.7107438,0.6735537,0.6198347,0.61157024,0.61157024,0.6404959,0.6528926,0.6694215,0.6694215,0.677686,0.7231405,0.7231405,0.71900827,0.70247936,0.70247936,0.71900827,0.7231405,0.6983471,0.6446281,0.6280992,0.6363636,0.661157,0.6694215,0.69008267,0.6942149,0.6983471,0.7107438,0.7066116,0.6942149,0.6735537,0.6487603,0.5495868,0.45867768,0.30165288,0.23140496,0.25619835,0.22727273,0.70247936,0.7066116,0.73966944,0.73140496,0.72727275,0.73140496,0.7355372,0.73140496,0.7355372,0.71900827,0.7231405,0.70247936,0.6983471,0.6818182,0.6983471,0.6735537,0.69008267,0.6859504,0.6652893,0.6652893,0.6652893,0.6528926,0.6735537,0.677686,0.6694215,0.7066116,0.71487606,0.6818182,0.6363636,0.59917355,0.607438,0.6363636,0.6735537,0.6983471,0.7066116,0.7107438,0.6942149,0.74793386,0.73966944,0.71900827,0.7066116,0.70247936,0.7066116,0.7231405,0.71487606,0.6487603,0.6280992,0.6487603,0.6652893,0.6859504,0.69008267,0.70247936,0.69008267,0.6983471,0.6983471,0.70247936,0.677686,0.6487603,0.57438016,0.49173555,0.30165288,0.21900827,0.24793388,0.22727273,0.7231405,0.72727275,0.75206614,0.74793386,0.74380165,0.71900827,0.7107438,0.73140496,0.7355372,0.73140496,0.73140496,0.71900827,0.6942149,0.70247936,0.6983471,0.6735537,0.677686,0.69008267,0.661157,0.6652893,0.677686,0.6652893,0.6652893,0.6859504,0.69008267,0.72727275,0.7107438,0.6280992,0.60330576,0.61570245,0.6198347,0.6694215,0.71900827,0.73966944,0.76033056,0.7644628,0.71487606,0.8181818,0.79752064,0.70247936,0.71900827,0.7231405,0.7231405,0.7355372,0.7107438,0.6446281,0.61570245,0.6528926,0.661157,0.69008267,0.6859504,0.70247936,0.70247936,0.7107438,0.6942149,0.6942149,0.6818182,0.6446281,0.59504133,0.5247934,0.30165288,0.21487603,0.23140496,0.23966943,0.7355372,0.75206614,0.76859504,0.75206614,0.75206614,0.76033056,0.75619835,0.75206614,0.74793386,0.7355372,0.72727275,0.70247936,0.7066116,0.70247936,0.7066116,0.6735537,0.677686,0.6818182,0.677686,0.6735537,0.6818182,0.677686,0.6694215,0.6818182,0.7066116,0.7107438,0.6818182,0.6322314,0.62396693,0.661157,0.6942149,0.74380165,0.79752064,0.7768595,0.76859504,0.8057851,0.74793386,0.75206614,0.76033056,0.73140496,0.7355372,0.76859504,0.78512394,0.7892562,0.6983471,0.6322314,0.61570245,0.6570248,0.6818182,0.69008267,0.6942149,0.677686,0.6942149,0.6942149,0.6859504,0.6818182,0.6859504,0.6363636,0.60330576,0.5123967,0.26859504,0.21900827,0.23966943,0.24380165,0.7107438,0.7644628,0.78512394,0.7644628,0.7644628,0.75619835,0.76859504,0.76033056,0.76033056,0.74793386,0.72727275,0.70247936,0.7107438,0.71487606,0.7066116,0.6942149,0.6735537,0.677686,0.677686,0.6735537,0.6652893,0.6735537,0.6818182,0.7066116,0.71487606,0.69008267,0.661157,0.6570248,0.7066116,0.74380165,0.7892562,0.8140496,0.7768595,0.73966944,0.73140496,0.74793386,0.8057851,0.8057851,0.78099173,0.7644628,0.76859504,0.7892562,0.8140496,0.7933884,0.7066116,0.62396693,0.62396693,0.6570248,0.7066116,0.7107438,0.70247936,0.6942149,0.6942149,0.7107438,0.677686,0.677686,0.6818182,0.6280992,0.59504133,0.446281,0.23553719,0.22727273,0.24380165,0.25619835,0.7231405,0.75619835,0.78512394,0.76859504,0.74793386,0.73966944,0.76033056,0.75619835,0.75206614,0.74380165,0.72727275,0.7231405,0.71487606,0.7107438,0.70247936,0.70247936,0.6818182,0.6859504,0.6652893,0.6859504,0.6694215,0.6735537,0.6859504,0.7066116,0.71487606,0.677686,0.6652893,0.70247936,0.78099173,0.8140496,0.73140496,0.56198347,0.40082645,0.45041323,0.5371901,0.5785124,0.7231405,0.8140496,0.8181818,0.7892562,0.77272725,0.78512394,0.73966944,0.677686,0.6818182,0.62396693,0.6322314,0.6694215,0.71487606,0.7231405,0.70247936,0.7066116,0.70247936,0.7107438,0.6859504,0.6818182,0.6694215,0.61157024,0.60330576,0.40082645,0.20661157,0.23553719,0.24793388,0.24380165,0.74380165,0.7644628,0.7768595,0.78512394,0.77272725,0.74380165,0.75206614,0.7644628,0.74380165,0.73966944,0.7355372,0.73966944,0.73140496,0.71487606,0.7066116,0.7066116,0.69008267,0.6735537,0.677686,0.6818182,0.6818182,0.69008267,0.70247936,0.71487606,0.7066116,0.6735537,0.6528926,0.73140496,0.8016529,0.74380165,0.5371901,0.3966942,0.37190083,0.5371901,0.6528926,0.5785124,0.59917355,0.7644628,0.8140496,0.76859504,0.7107438,0.69008267,0.607438,0.60330576,0.6322314,0.6322314,0.6528926,0.6859504,0.71487606,0.72727275,0.71900827,0.71900827,0.7066116,0.70247936,0.70247936,0.6735537,0.6694215,0.59504133,0.6198347,0.49586776,0.24380165,0.2231405,0.24793388,0.23966943,0.75206614,0.76859504,0.78512394,0.78099173,0.7768595,0.75619835,0.73966944,0.75206614,0.74793386,0.74380165,0.7355372,0.7355372,0.73966944,0.73140496,0.71900827,0.7107438,0.6983471,0.6735537,0.69008267,0.677686,0.6983471,0.6983471,0.71900827,0.7107438,0.6983471,0.677686,0.6280992,0.6694215,0.74793386,0.69008267,0.59504133,0.59504133,0.553719,0.6446281,0.74793386,0.7644628,0.7231405,0.73140496,0.7355372,0.6487603,0.57438016,0.5371901,0.553719,0.58677685,0.62396693,0.6735537,0.6942149,0.6859504,0.6942149,0.7107438,0.71900827,0.7231405,0.71487606,0.7066116,0.70247936,0.661157,0.6652893,0.553719,0.62396693,0.59917355,0.3677686,0.20661157,0.23966943,0.23140496,0.73140496,0.75206614,0.78099173,0.78099173,0.7768595,0.78099173,0.75206614,0.74793386,0.74793386,0.74793386,0.73966944,0.73140496,0.73140496,0.71900827,0.7066116,0.71487606,0.71487606,0.6859504,0.6983471,0.6859504,0.7066116,0.6983471,0.7107438,0.70247936,0.6818182,0.6694215,0.6280992,0.59917355,0.6446281,0.7066116,0.6652893,0.6694215,0.6322314,0.6487603,0.71487606,0.75619835,0.74793386,0.7231405,0.6528926,0.53305787,0.46694216,0.45867768,0.5495868,0.607438,0.6446281,0.6942149,0.7107438,0.6859504,0.70247936,0.7066116,0.71900827,0.71900827,0.7107438,0.70247936,0.6942149,0.661157,0.6446281,0.53305787,0.62396693,0.6528926,0.45454547,0.21487603,0.23966943,0.24380165,0.7107438,0.73140496,0.7644628,0.78512394,0.7768595,0.78512394,0.78099173,0.75619835,0.75206614,0.73966944,0.7355372,0.73140496,0.72727275,0.71487606,0.7066116,0.7066116,0.71900827,0.7066116,0.6983471,0.6859504,0.7107438,0.6983471,0.7107438,0.6983471,0.677686,0.6735537,0.6528926,0.58264464,0.56198347,0.58264464,0.6652893,0.677686,0.6694215,0.5661157,0.60330576,0.6818182,0.71487606,0.70247936,0.61157024,0.47933885,0.38429752,0.44214877,0.5661157,0.6322314,0.661157,0.6983471,0.7107438,0.7231405,0.70247936,0.6983471,0.71487606,0.7107438,0.7107438,0.6983471,0.6942149,0.6652893,0.5785124,0.55785125,0.6487603,0.6694215,0.42561984,0.2107438,0.23140496,0.24793388,0.69008267,0.71900827,0.76033056,0.78099173,0.76859504,0.78099173,0.79752064,0.7644628,0.75619835,0.73140496,0.73966944,0.73140496,0.71900827,0.71900827,0.71487606,0.7107438,0.71487606,0.6983471,0.69008267,0.6983471,0.7107438,0.7066116,0.6983471,0.6859504,0.677686,0.6694215,0.6404959,0.59090906,0.553719,0.5247934,0.5289256,0.59504133,0.6446281,0.4752066,0.5289256,0.6198347,0.6735537,0.6570248,0.56198347,0.4752066,0.36363637,0.40082645,0.53305787,0.59504133,0.6404959,0.6735537,0.6942149,0.71487606,0.71487606,0.6983471,0.6983471,0.7107438,0.71487606,0.7066116,0.6983471,0.6735537,0.5495868,0.57438016,0.6652893,0.53305787,0.2892562,0.2231405,0.23966943,0.24380165,0.6487603,0.69008267,0.74793386,0.75619835,0.76033056,0.77272725,0.7892562,0.76859504,0.7644628,0.74380165,0.73966944,0.74793386,0.72727275,0.7107438,0.7066116,0.70247936,0.70247936,0.6983471,0.69008267,0.7066116,0.7107438,0.6983471,0.6818182,0.6694215,0.677686,0.661157,0.61570245,0.5661157,0.5206612,0.4876033,0.48347107,0.5082645,0.5785124,0.47933885,0.5123967,0.57024795,0.6280992,0.5661157,0.5371901,0.4876033,0.40082645,0.40082645,0.45041323,0.5041322,0.553719,0.59504133,0.6198347,0.661157,0.6859504,0.71900827,0.6818182,0.70247936,0.71487606,0.7107438,0.6942149,0.6694215,0.5123967,0.46280992,0.3966942,0.27272728,0.2231405,0.23140496,0.23553719,0.24380165,0.6322314,0.661157,0.71487606,0.71487606,0.73966944,0.76033056,0.76859504,0.73966944,0.7355372,0.75206614,0.72727275,0.74380165,0.7355372,0.72727275,0.7231405,0.71487606,0.7107438,0.7107438,0.6983471,0.71487606,0.6983471,0.6818182,0.6528926,0.6446281,0.6528926,0.6198347,0.59504133,0.5661157,0.5082645,0.48347107,0.49586776,0.5123967,0.5371901,0.5371901,0.5289256,0.56198347,0.59090906,0.43801653,0.5495868,0.4876033,0.4214876,0.38842976,0.43801653,0.4752066,0.5,0.5206612,0.53305787,0.5413223,0.607438,0.71487606,0.677686,0.6859504,0.71487606,0.7066116,0.6859504,0.6652893,0.49586776,0.2603306,0.22727273,0.23966943,0.23140496,0.23553719,0.23140496,0.24380165,0.6446281,0.6859504,0.70247936,0.70247936,0.71900827,0.75206614,0.7644628,0.76033056,0.75619835,0.7644628,0.74380165,0.74380165,0.7231405,0.73966944,0.72727275,0.7107438,0.7107438,0.70247936,0.677686,0.677686,0.6528926,0.6280992,0.6487603,0.58264464,0.59917355,0.57024795,0.57024795,0.57438016,0.5206612,0.4876033,0.5082645,0.5247934,0.553719,0.59090906,0.58264464,0.5206612,0.5495868,0.3966942,0.55785125,0.5371901,0.47933885,0.44214877,0.46694216,0.4752066,0.4752066,0.47107437,0.4752066,0.5082645,0.4752066,0.6446281,0.6735537,0.6818182,0.6942149,0.6735537,0.6570248,0.6528926,0.45041323,0.23966943,0.22727273,0.23966943,0.23140496,0.23140496,0.23966943,0.22727273,0.6652893,0.7066116,0.69008267,0.69008267,0.6942149,0.71900827,0.74380165,0.75619835,0.73966944,0.74793386,0.73966944,0.74380165,0.73140496,0.73966944,0.7231405,0.6983471,0.71487606,0.6859504,0.6446281,0.6198347,0.59090906,0.5661157,0.607438,0.53305787,0.58264464,0.5495868,0.57438016,0.58677685,0.53305787,0.5082645,0.54545456,0.5661157,0.61570245,0.6694215,0.6198347,0.5206612,0.4752066,0.49173555,0.59504133,0.60330576,0.57438016,0.59090906,0.5785124,0.5413223,0.5247934,0.4876033,0.48347107,0.49586776,0.41735536,0.5413223,0.6446281,0.6652893,0.6818182,0.6652893,0.6446281,0.60330576,0.40495867,0.22727273,0.2231405,0.23553719,0.22727273,0.22727273,0.22727273,0.22727273,0.661157,0.661157,0.661157,0.6694215,0.677686,0.7066116,0.72727275,0.74380165,0.73966944,0.73140496,0.7231405,0.73966944,0.7231405,0.7355372,0.7107438,0.69008267,0.71487606,0.6694215,0.61157024,0.57024795,0.5247934,0.5206612,0.5413223,0.5289256,0.58677685,0.59504133,0.60330576,0.6198347,0.59917355,0.59917355,0.62396693,0.6528926,0.6942149,0.71487606,0.6694215,0.59090906,0.55785125,0.57438016,0.62396693,0.6404959,0.6280992,0.6363636,0.6487603,0.6322314,0.60330576,0.59090906,0.59090906,0.5,0.45867768,0.49586776,0.62396693,0.6487603,0.6198347,0.6404959,0.62396693,0.5661157,0.37603307,0.2231405,0.21900827,0.23140496,0.21900827,0.23140496,0.21487603,0.23140496,0.6363636,0.6322314,0.6818182,0.6487603,0.69008267,0.71900827,0.70247936,0.7231405,0.73140496,0.71487606,0.7107438,0.73966944,0.72727275,0.70247936,0.70247936,0.6942149,0.7231405,0.6404959,0.5495868,0.56198347,0.54545456,0.5371901,0.607438,0.61570245,0.6322314,0.6446281,0.6528926,0.6818182,0.6859504,0.6859504,0.6983471,0.6983471,0.6942149,0.6735537,0.6570248,0.661157,0.6735537,0.6404959,0.60330576,0.607438,0.6280992,0.61570245,0.6198347,0.6322314,0.6404959,0.6570248,0.6859504,0.59504133,0.53305787,0.53305787,0.62396693,0.6487603,0.62396693,0.6487603,0.59917355,0.53305787,0.3553719,0.20661157,0.21487603,0.2231405,0.2231405,0.22727273,0.21900827,0.2231405,0.6528926,0.6735537,0.69008267,0.677686,0.6818182,0.70247936,0.70247936,0.7231405,0.7231405,0.6983471,0.71900827,0.74380165,0.73140496,0.6859504,0.7066116,0.6983471,0.70247936,0.6735537,0.61570245,0.60330576,0.58677685,0.60330576,0.69008267,0.7107438,0.7107438,0.7066116,0.7107438,0.7355372,0.72727275,0.71487606,0.6818182,0.6818182,0.6694215,0.6404959,0.607438,0.61570245,0.6652893,0.61157024,0.59090906,0.60330576,0.607438,0.59504133,0.58264464,0.553719,0.5371901,0.55785125,0.6322314,0.661157,0.6198347,0.59090906,0.6694215,0.6322314,0.61157024,0.6322314,0.56198347,0.5082645,0.33471075,0.19008264,0.20247933,0.2107438,0.2231405,0.22727273,0.23140496,0.23553719,0.6859504,0.6735537,0.61570245,0.6983471,0.6528926,0.6735537,0.72727275,0.73140496,0.71900827,0.7107438,0.73140496,0.74380165,0.7231405,0.71487606,0.6859504,0.7066116,0.69008267,0.677686,0.6570248,0.6280992,0.6528926,0.6983471,0.7355372,0.75619835,0.75206614,0.7107438,0.6859504,0.7107438,0.69008267,0.6859504,0.6652893,0.6487603,0.661157,0.6404959,0.6280992,0.60330576,0.62396693,0.61157024,0.5661157,0.553719,0.5165289,0.4876033,0.4876033,0.45454547,0.41735536,0.42975205,0.5247934,0.61157024,0.6528926,0.6404959,0.6694215,0.6446281,0.6198347,0.59090906,0.54545456,0.4876033,0.3181818,0.18595041,0.1983471,0.21487603,0.2231405,0.21487603,0.22727273,0.2107438,0.6983471,0.6818182,0.6404959,0.71900827,0.6818182,0.6818182,0.70247936,0.73140496,0.6942149,0.6983471,0.71900827,0.71900827,0.71900827,0.7355372,0.69008267,0.71900827,0.71487606,0.6570248,0.677686,0.6735537,0.70247936,0.6983471,0.6404959,0.59090906,0.59090906,0.57438016,0.57024795,0.59504133,0.58264464,0.56198347,0.553719,0.53305787,0.5785124,0.5661157,0.58264464,0.57024795,0.5495868,0.53305787,0.47107437,0.4338843,0.42975205,0.44214877,0.45454547,0.45041323,0.45041323,0.4876033,0.5371901,0.58677685,0.59504133,0.6404959,0.661157,0.6322314,0.59090906,0.60330576,0.5289256,0.46280992,0.28099173,0.19008264,0.20247933,0.2107438,0.21900827,0.22727273,0.2107438,0.2231405,0.69008267,0.6694215,0.677686,0.73966944,0.69008267,0.69008267,0.6942149,0.72727275,0.6983471,0.69008267,0.71900827,0.71900827,0.69008267,0.71900827,0.71900827,0.7066116,0.7066116,0.661157,0.661157,0.6487603,0.6404959,0.5785124,0.48347107,0.4214876,0.42561984,0.446281,0.46694216,0.47933885,0.45867768,0.45041323,0.43801653,0.41322315,0.41322315,0.39256197,0.4090909,0.42561984,0.42975205,0.42561984,0.41735536,0.46280992,0.5041322,0.5289256,0.5123967,0.5289256,0.5371901,0.58677685,0.62396693,0.59917355,0.58264464,0.6198347,0.6528926,0.6487603,0.57024795,0.57438016,0.5413223,0.446281,0.23553719,0.19008264,0.20247933,0.20247933,0.21900827,0.21487603,0.23140496,0.23553719,0.661157,0.6694215,0.6694215,0.73140496,0.73140496,0.6694215,0.71900827,0.7231405,0.7107438,0.6942149,0.71487606,0.7107438,0.6942149,0.73140496,0.73966944,0.7231405,0.73140496,0.6983471,0.6652893,0.6363636,0.61570245,0.5495868,0.5495868,0.53305787,0.5041322,0.5082645,0.5041322,0.5,0.5206612,0.5289256,0.5661157,0.58264464,0.58264464,0.5247934,0.48347107,0.47107437,0.47107437,0.4752066,0.49173555,0.56198347,0.57438016,0.55785125,0.55785125,0.553719,0.60330576,0.61570245,0.6528926,0.6570248,0.6322314,0.6322314,0.6363636,0.6735537,0.5785124,0.54545456,0.5289256,0.42561984,0.18595041,0.1983471,0.20247933,0.2107438,0.2231405,0.21487603,0.23140496,0.23553719,0.6735537,0.677686,0.6818182,0.70247936,0.71900827,0.6694215,0.7355372,0.7231405,0.7066116,0.69008267,0.6983471,0.69008267,0.70247936,0.73140496,0.71900827,0.75206614,0.73140496,0.74380165,0.6818182,0.6487603,0.6528926,0.59090906,0.6487603,0.6859504,0.661157,0.6363636,0.59504133,0.5785124,0.55785125,0.58677685,0.59504133,0.62396693,0.6487603,0.607438,0.57438016,0.5495868,0.54545456,0.553719,0.57024795,0.58677685,0.59090906,0.59504133,0.6280992,0.6487603,0.62396693,0.62396693,0.6404959,0.6735537,0.6818182,0.6487603,0.6446281,0.661157,0.59504133,0.5371901,0.5413223,0.37603307,0.17768595,0.1983471,0.19421488,0.20247933,0.21900827,0.21487603,0.22727273,0.24380165,0.6528926,0.6487603,0.6528926,0.6942149,0.6859504,0.6570248,0.74793386,0.7107438,0.7066116,0.70247936,0.6818182,0.6694215,0.69008267,0.6983471,0.73966944,0.73966944,0.73140496,0.75206614,0.6818182,0.6570248,0.6694215,0.6404959,0.6652893,0.73140496,0.72727275,0.72727275,0.72727275,0.7107438,0.6694215,0.6652893,0.6652893,0.69008267,0.70247936,0.6735537,0.6446281,0.6280992,0.6198347,0.6363636,0.6280992,0.6487603,0.6652893,0.677686,0.6859504,0.6652893,0.6198347,0.6280992,0.6528926,0.6983471,0.70247936,0.661157,0.6363636,0.6280992,0.59090906,0.5495868,0.5289256,0.30991736,0.17355372,0.1983471,0.21487603,0.20247933,0.21900827,0.21487603,0.22727273,0.23553719,0.6280992,0.6446281,0.6528926,0.69008267,0.6942149,0.6487603,0.6859504,0.7066116,0.71900827,0.7231405,0.72727275,0.6942149,0.6859504,0.7107438,0.7355372,0.73140496,0.74793386,0.73966944,0.6735537,0.6818182,0.70247936,0.6818182,0.69008267,0.72727275,0.7231405,0.74380165,0.76859504,0.7892562,0.7768595,0.76033056,0.75619835,0.75619835,0.7231405,0.70247936,0.6942149,0.6694215,0.677686,0.69008267,0.69008267,0.70247936,0.7107438,0.6735537,0.6652893,0.6198347,0.61570245,0.6446281,0.6694215,0.7107438,0.71487606,0.6694215,0.6198347,0.59090906,0.57438016,0.57024795,0.49173555,0.24793388,0.17768595,0.20247933,0.20661157,0.1983471,0.20661157,0.2107438,0.21487603,0.23140496,0.61157024,0.6570248,0.6652893,0.677686,0.6818182,0.6487603,0.6363636,0.677686,0.71900827,0.7066116,0.7355372,0.6983471,0.6735537,0.7107438,0.75206614,0.75206614,0.76033056,0.74380165,0.6735537,0.661157,0.73140496,0.71900827,0.71900827,0.71487606,0.6983471,0.677686,0.6983471,0.72727275,0.7066116,0.7066116,0.70247936,0.661157,0.6404959,0.57438016,0.59090906,0.5785124,0.5661157,0.5495868,0.55785125,0.57024795,0.59917355,0.61157024,0.61570245,0.6404959,0.6735537,0.69008267,0.69008267,0.71487606,0.72727275,0.6818182,0.607438,0.5661157,0.5495868,0.56198347,0.42975205,0.23553719,0.18595041,0.2107438,0.19421488,0.1983471,0.2107438,0.21487603,0.2107438,0.2231405,0.59504133,0.6487603,0.6363636,0.6528926,0.6859504,0.677686,0.6652893,0.6818182,0.71487606,0.71900827,0.71487606,0.6983471,0.677686,0.71487606,0.7355372,0.75206614,0.73140496,0.71487606,0.6942149,0.6652893,0.73966944,0.7231405,0.74793386,0.7355372,0.7066116,0.6942149,0.6983471,0.70247936,0.677686,0.6735537,0.6487603,0.57438016,0.60330576,0.5165289,0.5289256,0.5785124,0.5413223,0.45454547,0.5165289,0.5785124,0.59917355,0.6570248,0.6735537,0.69008267,0.7066116,0.7066116,0.71900827,0.71900827,0.71487606,0.6528926,0.57438016,0.54545456,0.5247934,0.5165289,0.3553719,0.1983471,0.1983471,0.20247933,0.19421488,0.20247933,0.20661157,0.2107438,0.2107438,0.2231405,0.5661157,0.61157024,0.62396693,0.607438,0.6528926,0.6694215,0.6280992,0.6694215,0.69008267,0.70247936,0.71900827,0.71900827,0.6694215,0.7107438,0.71487606,0.73140496,0.71487606,0.6859504,0.69008267,0.71487606,0.74380165,0.74380165,0.7644628,0.75619835,0.74793386,0.74380165,0.74380165,0.73966944,0.7355372,0.73966944,0.7066116,0.6280992,0.6198347,0.553719,0.5289256,0.59504133,0.5661157,0.5123967,0.5247934,0.60330576,0.6404959,0.6694215,0.70247936,0.7107438,0.71487606,0.71487606,0.71487606,0.71487606,0.6942149,0.6363636,0.553719,0.5123967,0.47933885,0.4752066,0.3140496,0.18595041,0.20661157,0.18595041,0.21487603,0.19008264,0.2107438,0.21487603,0.20661157,0.22727273,0.55785125,0.59917355,0.6446281,0.6280992,0.62396693,0.6528926,0.62396693,0.61157024,0.6735537,0.6942149,0.69008267,0.70247936,0.6652893,0.677686,0.6942149,0.7107438,0.6942149,0.6735537,0.6404959,0.7107438,0.75206614,0.74380165,0.73140496,0.74380165,0.74380165,0.75619835,0.75619835,0.75619835,0.7644628,0.76859504,0.75619835,0.70247936,0.6487603,0.59504133,0.5785124,0.59504133,0.5785124,0.55785125,0.55785125,0.59917355,0.6528926,0.6859504,0.6942149,0.7066116,0.71487606,0.7231405,0.6735537,0.677686,0.6859504,0.59917355,0.56198347,0.5206612,0.45867768,0.4338843,0.2520661,0.18595041,0.20661157,0.1983471,0.20661157,0.19008264,0.20247933,0.2107438,0.21487603,0.23553719,0.54545456,0.56198347,0.6280992,0.6198347,0.58677685,0.60330576,0.6446281,0.6322314,0.6570248,0.6404959,0.6694215,0.6694215,0.6735537,0.6322314,0.661157,0.70247936,0.6859504,0.6280992,0.61157024,0.6735537,0.73140496,0.73966944,0.73966944,0.7355372,0.74793386,0.74793386,0.7644628,0.76033056,0.76033056,0.7644628,0.75619835,0.7355372,0.6694215,0.6570248,0.6446281,0.6570248,0.61570245,0.61570245,0.6280992,0.6404959,0.6735537,0.69008267,0.6983471,0.6983471,0.7066116,0.7066116,0.6735537,0.6694215,0.61157024,0.5785124,0.53305787,0.4752066,0.46280992,0.41322315,0.2231405,0.19008264,0.20247933,0.20247933,0.20661157,0.19008264,0.2107438,0.2107438,0.23140496,0.23553719,0.62396693,0.58264464,0.58677685,0.607438,0.61157024,0.607438,0.6280992,0.6818182,0.6570248,0.60330576,0.69008267,0.6363636,0.6487603,0.61157024,0.62396693,0.6942149,0.6735537,0.62396693,0.607438,0.6487603,0.6818182,0.7355372,0.7066116,0.73966944,0.74793386,0.74380165,0.76033056,0.75619835,0.74793386,0.74793386,0.74380165,0.72727275,0.6818182,0.6652893,0.6818182,0.6570248,0.6528926,0.6363636,0.6694215,0.6694215,0.6735537,0.6735537,0.677686,0.677686,0.6859504,0.69008267,0.6528926,0.6570248,0.59917355,0.59504133,0.5206612,0.4752066,0.4338843,0.34710744,0.20247933,0.1983471,0.20247933,0.2107438,0.20247933,0.20661157,0.2107438,0.2107438,0.22727273,0.23553719,0.6528926,0.6363636,0.59090906,0.55785125,0.57438016,0.607438,0.61157024,0.661157,0.6570248,0.60330576,0.6735537,0.6198347,0.607438,0.6446281,0.61570245,0.6570248,0.61157024,0.62396693,0.6322314,0.6404959,0.6859504,0.7231405,0.7066116,0.73140496,0.73140496,0.7231405,0.71900827,0.72727275,0.7231405,0.7231405,0.71900827,0.7107438,0.70247936,0.69008267,0.69008267,0.677686,0.6694215,0.6570248,0.6818182,0.6694215,0.6735537,0.6694215,0.661157,0.6570248,0.6570248,0.6694215,0.62396693,0.60330576,0.5661157,0.54545456,0.49173555,0.446281,0.40082645,0.2520661,0.19421488,0.20247933,0.20661157,0.20661157,0.1983471,0.20247933,0.1983471,0.21487603,0.22727273,0.23966943,0.71487606,0.6818182,0.61157024,0.5371901,0.57024795,0.5785124,0.59504133,0.62396693,0.6446281,0.61157024,0.6322314,0.61157024,0.58677685,0.6322314,0.57024795,0.6280992,0.59917355,0.607438,0.6404959,0.62396693,0.6528926,0.677686,0.6983471,0.71900827,0.71900827,0.7066116,0.69008267,0.6942149,0.7066116,0.6942149,0.7107438,0.6983471,0.6942149,0.6818182,0.6859504,0.69008267,0.69008267,0.6859504,0.6983471,0.69008267,0.6859504,0.6859504,0.6570248,0.6528926,0.6446281,0.6446281,0.6322314,0.57438016,0.54545456,0.5371901,0.47107437,0.446281,0.35123968,0.1983471,0.19421488,0.1983471,0.20661157,0.20247933,0.20247933,0.20661157,0.20661157,0.21487603,0.2520661,0.2107438,15 +0.2603306,0.19421488,0.1446281,0.3140496,0.48347107,0.5082645,0.5247934,0.57438016,0.59504133,0.61570245,0.62396693,0.6280992,0.6363636,0.6404959,0.6446281,0.6446281,0.6694215,0.6694215,0.661157,0.661157,0.6694215,0.6818182,0.6694215,0.6735537,0.6859504,0.6983471,0.6942149,0.7107438,0.6818182,0.70247936,0.6942149,0.70247936,0.6942149,0.6942149,0.70247936,0.7066116,0.71487606,0.73966944,0.75619835,0.76033056,0.76859504,0.75206614,0.7355372,0.74380165,0.75206614,0.73140496,0.72727275,0.71487606,0.71487606,0.71487606,0.7107438,0.7066116,0.6983471,0.69008267,0.677686,0.677686,0.677686,0.6818182,0.677686,0.69008267,0.6570248,0.661157,0.6694215,0.6528926,0.26859504,0.19421488,0.12809917,0.32231405,0.48347107,0.5206612,0.553719,0.58264464,0.58677685,0.61570245,0.6280992,0.6280992,0.6363636,0.6404959,0.6487603,0.6652893,0.6818182,0.6818182,0.6735537,0.677686,0.6735537,0.6942149,0.6818182,0.6818182,0.69008267,0.6942149,0.6983471,0.6859504,0.69008267,0.6983471,0.69008267,0.7066116,0.7107438,0.70247936,0.6983471,0.70247936,0.7107438,0.7355372,0.74380165,0.75206614,0.76033056,0.76033056,0.75206614,0.75206614,0.73966944,0.71900827,0.73140496,0.7107438,0.7231405,0.71900827,0.71487606,0.71900827,0.7066116,0.69008267,0.6818182,0.6735537,0.677686,0.6735537,0.6983471,0.6818182,0.6735537,0.6652893,0.6652893,0.6570248,0.27272728,0.19421488,0.11570248,0.30165288,0.5,0.5165289,0.553719,0.58264464,0.59504133,0.61570245,0.61157024,0.6198347,0.6363636,0.6280992,0.6528926,0.6735537,0.6818182,0.6859504,0.6859504,0.6859504,0.6859504,0.6983471,0.6735537,0.69008267,0.7107438,0.6983471,0.71900827,0.70247936,0.6942149,0.70247936,0.70247936,0.70247936,0.7066116,0.70247936,0.6983471,0.6942149,0.7231405,0.73140496,0.74793386,0.75619835,0.75619835,0.76033056,0.76859504,0.75206614,0.7231405,0.71900827,0.70247936,0.7066116,0.71900827,0.71900827,0.7066116,0.71487606,0.7066116,0.677686,0.6694215,0.677686,0.6735537,0.6652893,0.6652893,0.6652893,0.677686,0.6735537,0.6694215,0.6570248,0.26859504,0.21487603,0.1322314,0.27272728,0.5,0.53305787,0.553719,0.5661157,0.59917355,0.59090906,0.60330576,0.59504133,0.61570245,0.6198347,0.6487603,0.661157,0.6528926,0.6694215,0.677686,0.6818182,0.69008267,0.69008267,0.6859504,0.6859504,0.7066116,0.6983471,0.71900827,0.7107438,0.6818182,0.70247936,0.71487606,0.7107438,0.6859504,0.7066116,0.7107438,0.72727275,0.73966944,0.75619835,0.76859504,0.75619835,0.74793386,0.75206614,0.74793386,0.7231405,0.70247936,0.71487606,0.7066116,0.7066116,0.70247936,0.6942149,0.69008267,0.6942149,0.6983471,0.677686,0.6694215,0.6735537,0.6652893,0.6694215,0.6487603,0.677686,0.6735537,0.677686,0.6735537,0.6652893,0.28099173,0.22727273,0.16115703,0.21900827,0.49586776,0.53305787,0.5495868,0.54545456,0.57024795,0.56198347,0.55785125,0.5495868,0.55785125,0.56198347,0.61157024,0.61570245,0.62396693,0.6404959,0.6528926,0.661157,0.6818182,0.69008267,0.6859504,0.71487606,0.7066116,0.73140496,0.7066116,0.7107438,0.6942149,0.7107438,0.7066116,0.71487606,0.70247936,0.7066116,0.70247936,0.7066116,0.76033056,0.75619835,0.77272725,0.73966944,0.73966944,0.72727275,0.71900827,0.6983471,0.661157,0.661157,0.661157,0.661157,0.6694215,0.6570248,0.6570248,0.6694215,0.6570248,0.6694215,0.6694215,0.6652893,0.6652893,0.661157,0.6528926,0.677686,0.6652893,0.6735537,0.6735537,0.661157,0.29752067,0.23966943,0.1694215,0.20661157,0.49173555,0.5371901,0.5413223,0.53305787,0.5371901,0.49173555,0.45454547,0.4876033,0.4752066,0.49586776,0.55785125,0.5661157,0.58264464,0.59090906,0.60330576,0.6280992,0.6652893,0.6818182,0.69008267,0.6859504,0.7107438,0.72727275,0.71900827,0.7355372,0.7066116,0.71900827,0.7231405,0.72727275,0.7066116,0.70247936,0.7107438,0.73966944,0.75206614,0.74380165,0.72727275,0.6652893,0.6859504,0.61157024,0.607438,0.61570245,0.6322314,0.59504133,0.5785124,0.61157024,0.6280992,0.59504133,0.59090906,0.62396693,0.60330576,0.60330576,0.6570248,0.661157,0.6404959,0.6363636,0.6404959,0.661157,0.661157,0.6859504,0.6694215,0.6694215,0.29752067,0.2231405,0.15289256,0.16115703,0.46280992,0.5289256,0.53305787,0.5206612,0.45454547,0.3677686,0.38429752,0.3966942,0.41322315,0.42975205,0.43801653,0.46280992,0.45041323,0.46694216,0.5123967,0.553719,0.6280992,0.6818182,0.6983471,0.69008267,0.7231405,0.7231405,0.7107438,0.76033056,0.71900827,0.7231405,0.72727275,0.73966944,0.7107438,0.70247936,0.7066116,0.72727275,0.71487606,0.677686,0.6280992,0.58264464,0.5289256,0.4752066,0.46280992,0.4752066,0.49173555,0.47107437,0.46694216,0.48347107,0.5082645,0.48347107,0.4752066,0.46694216,0.5041322,0.47933885,0.59090906,0.6446281,0.6528926,0.6280992,0.61570245,0.62396693,0.6446281,0.6652893,0.6735537,0.677686,0.2644628,0.27272728,0.17355372,0.11983471,0.44214877,0.5413223,0.49586776,0.4090909,0.30991736,0.2768595,0.30578512,0.338843,0.33471075,0.3264463,0.3264463,0.35123968,0.3140496,0.32231405,0.34710744,0.43801653,0.5,0.5661157,0.6446281,0.6818182,0.71487606,0.7231405,0.73140496,0.7644628,0.74793386,0.73966944,0.73140496,0.7231405,0.73966944,0.7231405,0.6942149,0.6859504,0.6487603,0.60330576,0.5413223,0.43801653,0.3677686,0.28512397,0.28099173,0.28512397,0.30165288,0.30991736,0.3181818,0.3429752,0.37603307,0.37190083,0.3677686,0.3677686,0.39256197,0.40495867,0.4338843,0.5371901,0.6404959,0.6404959,0.61570245,0.60330576,0.6198347,0.6363636,0.6528926,0.6446281,0.26859504,0.2603306,0.2107438,0.08677686,0.40495867,0.5247934,0.37603307,0.27272728,0.2603306,0.2644628,0.2892562,0.29338843,0.28099173,0.30578512,0.3264463,0.35123968,0.35123968,0.3264463,0.29752067,0.34710744,0.34710744,0.45041323,0.57024795,0.6694215,0.70247936,0.72727275,0.73966944,0.73966944,0.71900827,0.74380165,0.73140496,0.72727275,0.75206614,0.7355372,0.70247936,0.6322314,0.5661157,0.54545456,0.46280992,0.36363637,0.36363637,0.29752067,0.2892562,0.24793388,0.2644628,0.27272728,0.2603306,0.28099173,0.30578512,0.33471075,0.37190083,0.37190083,0.38429752,0.37603307,0.41735536,0.38429752,0.49173555,0.56198347,0.5785124,0.60330576,0.59090906,0.607438,0.6198347,0.6280992,0.2768595,0.27272728,0.2107438,0.11570248,0.36363637,0.4876033,0.2644628,0.2892562,0.34710744,0.35950413,0.36363637,0.35950413,0.3553719,0.41735536,0.4338843,0.47107437,0.47107437,0.39256197,0.34710744,0.3181818,0.34710744,0.36363637,0.45867768,0.60330576,0.70247936,0.73966944,0.73966944,0.74380165,0.73140496,0.7355372,0.6859504,0.71900827,0.74793386,0.74380165,0.7107438,0.6198347,0.553719,0.5123967,0.49173555,0.4090909,0.40495867,0.3677686,0.37190083,0.3553719,0.38016528,0.4090909,0.38016528,0.37190083,0.3429752,0.33471075,0.37603307,0.39256197,0.40495867,0.3966942,0.42975205,0.41735536,0.37603307,0.45454547,0.4752066,0.47933885,0.607438,0.58677685,0.60330576,0.6280992,0.28099173,0.28099173,0.2231405,0.12396694,0.35123968,0.37190083,0.30165288,0.39256197,0.46280992,0.45454547,0.4876033,0.5082645,0.5247934,0.57024795,0.58677685,0.61570245,0.6404959,0.59090906,0.54545456,0.5247934,0.47933885,0.45454547,0.45454547,0.54545456,0.69008267,0.76033056,0.7644628,0.74793386,0.73140496,0.6694215,0.71487606,0.71900827,0.76033056,0.75619835,0.71900827,0.6322314,0.5785124,0.553719,0.55785125,0.5495868,0.54545456,0.553719,0.54545456,0.5206612,0.5289256,0.553719,0.5206612,0.5206612,0.49173555,0.48347107,0.47107437,0.4338843,0.446281,0.45041323,0.45867768,0.47107437,0.4338843,0.446281,0.47107437,0.42975205,0.48347107,0.58677685,0.59917355,0.62396693,0.28099173,0.2892562,0.24380165,0.12396694,0.3181818,0.338843,0.41322315,0.46280992,0.5371901,0.59504133,0.60330576,0.6487603,0.6528926,0.6694215,0.6818182,0.6818182,0.69008267,0.7107438,0.6983471,0.69008267,0.6942149,0.6446281,0.59504133,0.59090906,0.677686,0.75619835,0.76033056,0.75206614,0.70247936,0.677686,0.6859504,0.72727275,0.74380165,0.7355372,0.7066116,0.6735537,0.62396693,0.6363636,0.6363636,0.61570245,0.59090906,0.57024795,0.553719,0.54545456,0.55785125,0.57024795,0.57024795,0.57438016,0.607438,0.61570245,0.6280992,0.60330576,0.59090906,0.55785125,0.5371901,0.5289256,0.5,0.49586776,0.49173555,0.45867768,0.4214876,0.5206612,0.59090906,0.61157024,0.28099173,0.2892562,0.24793388,0.14049587,0.28512397,0.3966942,0.5082645,0.57024795,0.6487603,0.6694215,0.6694215,0.7066116,0.71900827,0.7107438,0.6942149,0.6694215,0.661157,0.6570248,0.661157,0.677686,0.7231405,0.7231405,0.71487606,0.6735537,0.6694215,0.73966944,0.76033056,0.73140496,0.69008267,0.69008267,0.6983471,0.7107438,0.7355372,0.71900827,0.71487606,0.6942149,0.6652893,0.6859504,0.6322314,0.57438016,0.5371901,0.5082645,0.48347107,0.46694216,0.47107437,0.49586776,0.5206612,0.56198347,0.607438,0.6322314,0.6487603,0.661157,0.6652893,0.661157,0.6528926,0.6322314,0.6198347,0.59504133,0.53305787,0.4752066,0.4338843,0.48347107,0.57438016,0.6322314,0.28099173,0.28512397,0.2520661,0.13636364,0.27272728,0.42975205,0.55785125,0.6735537,0.7066116,0.6859504,0.677686,0.6570248,0.62396693,0.5661157,0.5206612,0.4876033,0.49586776,0.5,0.5165289,0.5165289,0.59504133,0.6818182,0.7107438,0.6942149,0.661157,0.6942149,0.73140496,0.71487606,0.69008267,0.69008267,0.6983471,0.7066116,0.71900827,0.71487606,0.71900827,0.6942149,0.71900827,0.677686,0.58677685,0.5247934,0.46280992,0.39256197,0.35950413,0.35950413,0.36363637,0.3553719,0.3305785,0.37603307,0.4338843,0.5041322,0.553719,0.58677685,0.62396693,0.6818182,0.7066116,0.7107438,0.71900827,0.7066116,0.677686,0.6322314,0.54545456,0.5247934,0.57438016,0.6363636,0.3553719,0.30165288,0.2603306,0.16528925,0.26859504,0.446281,0.60330576,0.7066116,0.71900827,0.6735537,0.5495868,0.5123967,0.49586776,0.43801653,0.446281,0.41735536,0.4090909,0.3677686,0.3553719,0.37603307,0.40495867,0.47933885,0.6280992,0.6983471,0.6528926,0.6446281,0.70247936,0.6942149,0.6694215,0.6735537,0.6983471,0.69008267,0.70247936,0.71900827,0.6942149,0.69008267,0.6983471,0.59504133,0.5,0.45041323,0.3553719,0.29752067,0.30991736,0.35123968,0.37603307,0.37603307,0.30578512,0.36363637,0.35950413,0.40082645,0.4338843,0.4752066,0.5165289,0.54545456,0.6322314,0.71900827,0.74380165,0.74793386,0.73966944,0.677686,0.58677685,0.5661157,0.59090906,0.6404959,0.5082645,0.42561984,0.29752067,0.16115703,0.23140496,0.47933885,0.59090906,0.7066116,0.71487606,0.59504133,0.38842976,0.40495867,0.4876033,0.5041322,0.57024795,0.29752067,0.26859504,0.28099173,0.30578512,0.41322315,0.43801653,0.38016528,0.4876033,0.61157024,0.6446281,0.60330576,0.661157,0.661157,0.6528926,0.6859504,0.71487606,0.69008267,0.6859504,0.6983471,0.6694215,0.6404959,0.6198347,0.5041322,0.43801653,0.38016528,0.3305785,0.30991736,0.338843,0.41322315,0.5165289,0.5289256,0.23140496,0.21900827,0.21900827,0.19421488,0.24793388,0.42561984,0.43801653,0.5041322,0.49173555,0.57024795,0.71487606,0.7355372,0.74380165,0.7355372,0.6570248,0.61157024,0.61157024,0.6363636,0.59504133,0.55785125,0.45867768,0.19008264,0.21900827,0.5123967,0.58264464,0.677686,0.6694215,0.42975205,0.3677686,0.57438016,0.73140496,0.75619835,0.46280992,0.19421488,0.24380165,0.28099173,0.17355372,0.37190083,0.54545456,0.46694216,0.45867768,0.5371901,0.59504133,0.5413223,0.62396693,0.6404959,0.6570248,0.7066116,0.76859504,0.71900827,0.6652893,0.6652893,0.6528926,0.60330576,0.5413223,0.48347107,0.46280992,0.35950413,0.3553719,0.38016528,0.42561984,0.5247934,0.6322314,0.5165289,0.2107438,0.3264463,0.28512397,0.20247933,0.11983471,0.5123967,0.49173555,0.338843,0.5206612,0.47107437,0.5785124,0.7107438,0.7231405,0.73966944,0.69008267,0.6487603,0.6322314,0.6404959,0.61570245,0.6570248,0.59090906,0.20247933,0.2644628,0.5289256,0.59090906,0.661157,0.59504133,0.39256197,0.446281,0.661157,0.76859504,0.8057851,0.30165288,0.28512397,0.2603306,0.338843,0.19008264,0.3429752,0.61570245,0.5661157,0.46280992,0.53305787,0.5413223,0.49586776,0.607438,0.6280992,0.6652893,0.7107438,0.8181818,0.75619835,0.6652893,0.6363636,0.6322314,0.5785124,0.5123967,0.5123967,0.4876033,0.3966942,0.36363637,0.4090909,0.446281,0.5289256,0.6570248,0.53305787,0.2603306,0.23553719,0.2520661,0.3429752,0.3305785,0.6570248,0.75619835,0.45454547,0.29338843,0.5165289,0.5289256,0.6528926,0.71900827,0.7355372,0.7066116,0.6652893,0.6570248,0.6446281,0.6487603,0.6570248,0.59917355,0.1446281,0.338843,0.53305787,0.61157024,0.6363636,0.55785125,0.45867768,0.42975205,0.57024795,0.75619835,0.838843,0.34710744,0.5247934,0.20247933,0.23553719,0.22727273,0.41735536,0.59504133,0.5247934,0.46280992,0.46280992,0.47933885,0.5082645,0.61157024,0.6363636,0.661157,0.71900827,0.8347107,0.75206614,0.6818182,0.6280992,0.61157024,0.5785124,0.5082645,0.5165289,0.49173555,0.43801653,0.40082645,0.39256197,0.40495867,0.45041323,0.60330576,0.61570245,0.3966942,0.28512397,0.25619835,0.3429752,0.553719,0.8181818,0.7231405,0.5041322,0.38016528,0.4338843,0.5371901,0.61570245,0.7066116,0.7355372,0.73140496,0.6859504,0.661157,0.661157,0.6983471,0.56198347,0.53305787,0.13636364,0.42975205,0.5289256,0.6198347,0.62396693,0.57438016,0.4752066,0.42561984,0.45041323,0.61570245,0.74380165,0.59504133,0.62396693,0.32231405,0.34710744,0.36363637,0.5041322,0.5,0.4338843,0.4090909,0.41322315,0.43801653,0.53305787,0.6280992,0.6487603,0.6818182,0.75206614,0.8057851,0.7355372,0.69008267,0.6528926,0.59917355,0.59917355,0.5413223,0.5123967,0.49586776,0.46280992,0.41322315,0.42561984,0.43801653,0.4338843,0.5082645,0.56198347,0.5413223,0.41735536,0.39256197,0.38429752,0.5,0.58677685,0.5082645,0.48347107,0.48347107,0.46694216,0.5247934,0.58264464,0.6570248,0.7066116,0.7231405,0.69008267,0.677686,0.6652893,0.6942149,0.59504133,0.446281,0.19421488,0.47107437,0.5371901,0.6198347,0.61570245,0.58264464,0.5082645,0.47933885,0.49586776,0.4876033,0.5289256,0.5785124,0.53305787,0.4752066,0.5206612,0.5206612,0.5661157,0.5413223,0.5206612,0.49173555,0.47933885,0.49586776,0.5661157,0.6446281,0.6570248,0.71900827,0.7768595,0.73966944,0.7231405,0.71487606,0.6818182,0.607438,0.60330576,0.59504133,0.5413223,0.5041322,0.5041322,0.49173555,0.46694216,0.48347107,0.49586776,0.5,0.53305787,0.553719,0.5289256,0.5247934,0.5123967,0.5289256,0.57024795,0.6363636,0.59504133,0.58264464,0.55785125,0.5661157,0.60330576,0.6322314,0.6818182,0.7231405,0.70247936,0.6818182,0.661157,0.6652893,0.58264464,0.3429752,0.26859504,0.4876033,0.5495868,0.607438,0.59090906,0.59917355,0.58677685,0.56198347,0.58264464,0.58677685,0.60330576,0.60330576,0.6198347,0.59090906,0.59090906,0.59090906,0.553719,0.56198347,0.5371901,0.5289256,0.5165289,0.54545456,0.607438,0.6570248,0.677686,0.75619835,0.77272725,0.73140496,0.6818182,0.71900827,0.7066116,0.6446281,0.60330576,0.61570245,0.59090906,0.5495868,0.5413223,0.55785125,0.58264464,0.5495868,0.5495868,0.54545456,0.5661157,0.58677685,0.58677685,0.6322314,0.6363636,0.6694215,0.6859504,0.6983471,0.6818182,0.6528926,0.6487603,0.6280992,0.6363636,0.6487603,0.6818182,0.7231405,0.71487606,0.69008267,0.677686,0.6446281,0.53305787,0.2892562,0.32231405,0.5082645,0.553719,0.59090906,0.58677685,0.59504133,0.6198347,0.6322314,0.6487603,0.6735537,0.7066116,0.7107438,0.7066116,0.677686,0.6446281,0.6280992,0.61157024,0.60330576,0.59917355,0.5785124,0.5495868,0.58677685,0.6322314,0.6652893,0.71487606,0.78099173,0.77272725,0.72727275,0.6859504,0.71487606,0.7066116,0.6942149,0.6322314,0.62396693,0.6280992,0.607438,0.5785124,0.57438016,0.607438,0.6446281,0.6198347,0.59917355,0.58677685,0.61570245,0.6198347,0.661157,0.69008267,0.6942149,0.70247936,0.70247936,0.7066116,0.6818182,0.6694215,0.6487603,0.6487603,0.6735537,0.6983471,0.7066116,0.69008267,0.69008267,0.6859504,0.6570248,0.45041323,0.24380165,0.35950413,0.53305787,0.57438016,0.59917355,0.59917355,0.6363636,0.6280992,0.6652893,0.677686,0.6942149,0.71487606,0.71900827,0.7107438,0.6859504,0.6652893,0.661157,0.661157,0.6694215,0.6363636,0.58264464,0.5785124,0.607438,0.6363636,0.6652893,0.7355372,0.78099173,0.76859504,0.7355372,0.70247936,0.71900827,0.6942149,0.71900827,0.6694215,0.61570245,0.6363636,0.6404959,0.62396693,0.61157024,0.60330576,0.6363636,0.6528926,0.6528926,0.6652893,0.6446281,0.6280992,0.6322314,0.6528926,0.6735537,0.6818182,0.6942149,0.6983471,0.677686,0.661157,0.6487603,0.661157,0.6942149,0.7107438,0.7066116,0.7066116,0.6859504,0.6735537,0.6570248,0.35950413,0.22727273,0.38842976,0.5495868,0.59090906,0.58264464,0.61570245,0.6404959,0.6322314,0.6652893,0.69008267,0.6983471,0.71487606,0.7066116,0.7107438,0.7066116,0.70247936,0.6942149,0.69008267,0.69008267,0.6322314,0.58677685,0.61570245,0.59504133,0.6487603,0.6528926,0.72727275,0.76859504,0.7644628,0.74793386,0.70247936,0.7107438,0.6983471,0.7231405,0.6983471,0.62396693,0.62396693,0.6322314,0.6363636,0.6404959,0.6528926,0.62396693,0.62396693,0.6528926,0.6942149,0.6818182,0.677686,0.6859504,0.661157,0.6859504,0.6818182,0.69008267,0.677686,0.6528926,0.6570248,0.6818182,0.7066116,0.71900827,0.7066116,0.70247936,0.7107438,0.6942149,0.6735537,0.6735537,0.36363637,0.21900827,0.4090909,0.55785125,0.58264464,0.59090906,0.61570245,0.6280992,0.6404959,0.6446281,0.6859504,0.6942149,0.71487606,0.71900827,0.71900827,0.7355372,0.71900827,0.6983471,0.6983471,0.6694215,0.6198347,0.60330576,0.6322314,0.60330576,0.6528926,0.677686,0.7355372,0.78099173,0.7892562,0.75619835,0.70247936,0.6859504,0.6983471,0.70247936,0.6942149,0.6487603,0.61570245,0.6487603,0.6404959,0.6652893,0.6983471,0.6818182,0.6363636,0.6528926,0.6694215,0.6818182,0.6818182,0.69008267,0.69008267,0.70247936,0.6859504,0.677686,0.661157,0.661157,0.6859504,0.71487606,0.73140496,0.72727275,0.71487606,0.6942149,0.7066116,0.7066116,0.677686,0.6404959,0.4876033,0.20661157,0.41735536,0.5661157,0.5785124,0.59504133,0.6280992,0.6280992,0.6404959,0.6404959,0.6570248,0.70247936,0.7066116,0.74380165,0.75206614,0.74380165,0.71900827,0.6983471,0.6818182,0.6404959,0.61157024,0.62396693,0.6280992,0.61157024,0.661157,0.6818182,0.74793386,0.7644628,0.8057851,0.7892562,0.71900827,0.677686,0.6859504,0.6942149,0.6942149,0.6487603,0.6363636,0.6528926,0.6404959,0.661157,0.6859504,0.7107438,0.6859504,0.661157,0.6735537,0.69008267,0.69008267,0.6818182,0.7107438,0.7066116,0.69008267,0.677686,0.6818182,0.69008267,0.73140496,0.73140496,0.74793386,0.73140496,0.7107438,0.7107438,0.71487606,0.6942149,0.677686,0.48347107,0.6363636,0.23553719,0.4090909,0.5495868,0.58677685,0.62396693,0.6528926,0.6404959,0.6404959,0.6570248,0.6487603,0.69008267,0.70247936,0.71900827,0.7231405,0.7355372,0.71487606,0.69008267,0.6652893,0.6322314,0.6198347,0.6280992,0.62396693,0.61570245,0.6735537,0.6735537,0.72727275,0.75619835,0.77272725,0.8264463,0.74380165,0.69008267,0.6735537,0.6818182,0.6983471,0.677686,0.6446281,0.6570248,0.6404959,0.6487603,0.6487603,0.6859504,0.6983471,0.6942149,0.6942149,0.6735537,0.6942149,0.7066116,0.71900827,0.71487606,0.6859504,0.6942149,0.7066116,0.7231405,0.73140496,0.72727275,0.7355372,0.72727275,0.71900827,0.71900827,0.71900827,0.6818182,0.6818182,0.338843,0.677686,0.30991736,0.37190083,0.55785125,0.58677685,0.6280992,0.6694215,0.6694215,0.6570248,0.6735537,0.6528926,0.6942149,0.6942149,0.72727275,0.677686,0.71487606,0.6859504,0.6652893,0.6487603,0.6280992,0.62396693,0.61570245,0.62396693,0.6528926,0.6983471,0.7231405,0.76033056,0.7892562,0.74793386,0.80991733,0.75206614,0.7107438,0.677686,0.6528926,0.6818182,0.6983471,0.6652893,0.6652893,0.6363636,0.6694215,0.6528926,0.661157,0.6859504,0.7066116,0.7231405,0.6983471,0.6818182,0.70247936,0.7107438,0.71487606,0.6942149,0.73140496,0.7231405,0.7355372,0.74380165,0.71487606,0.72727275,0.72727275,0.7355372,0.7231405,0.70247936,0.69008267,0.677686,0.30165288,0.62396693,0.46280992,0.38842976,0.5495868,0.58264464,0.6363636,0.6818182,0.6942149,0.69008267,0.70247936,0.70247936,0.7107438,0.6942149,0.7231405,0.6983471,0.6859504,0.6446281,0.6404959,0.6363636,0.6322314,0.6198347,0.61157024,0.6404959,0.6735537,0.6942149,0.71900827,0.76859504,0.8016529,0.7355372,0.7355372,0.72727275,0.7107438,0.70247936,0.6487603,0.6570248,0.69008267,0.69008267,0.6694215,0.661157,0.6652893,0.6735537,0.6694215,0.6694215,0.6942149,0.6983471,0.7107438,0.6983471,0.70247936,0.69008267,0.6983471,0.71900827,0.71900827,0.74380165,0.6735537,0.75206614,0.7355372,0.7355372,0.74380165,0.7355372,0.71900827,0.6942149,0.6818182,0.6652893,0.30165288,0.56198347,0.5041322,0.446281,0.55785125,0.59090906,0.6528926,0.6818182,0.6983471,0.7107438,0.73140496,0.7355372,0.72727275,0.6942149,0.69008267,0.6735537,0.6570248,0.6363636,0.6322314,0.6404959,0.6487603,0.62396693,0.6446281,0.6652893,0.6818182,0.7231405,0.71900827,0.76859504,0.78099173,0.73966944,0.71487606,0.73966944,0.73140496,0.7107438,0.6735537,0.6404959,0.6652893,0.7066116,0.6983471,0.677686,0.677686,0.661157,0.6818182,0.661157,0.6735537,0.6735537,0.6818182,0.6859504,0.6942149,0.677686,0.69008267,0.71487606,0.70247936,0.72727275,0.6942149,0.74380165,0.75206614,0.73966944,0.73966944,0.72727275,0.71487606,0.6983471,0.6818182,0.6735537,0.23966943,0.49586776,0.57438016,0.49586776,0.54545456,0.61157024,0.6528926,0.6735537,0.70247936,0.7231405,0.7355372,0.7355372,0.73140496,0.7107438,0.70247936,0.69008267,0.6487603,0.6487603,0.6487603,0.6446281,0.6570248,0.6363636,0.6818182,0.677686,0.6983471,0.73140496,0.7231405,0.74793386,0.75619835,0.75206614,0.71487606,0.7355372,0.7355372,0.7066116,0.6694215,0.6446281,0.6322314,0.70247936,0.73140496,0.69008267,0.677686,0.661157,0.6735537,0.69008267,0.677686,0.6735537,0.6652893,0.6818182,0.69008267,0.6859504,0.6859504,0.6983471,0.6983471,0.7231405,0.72727275,0.75619835,0.75619835,0.74380165,0.7355372,0.74793386,0.7231405,0.7107438,0.6818182,0.677686,0.14876033,0.3677686,0.6404959,0.58677685,0.553719,0.6198347,0.6570248,0.6694215,0.6983471,0.7355372,0.75206614,0.75206614,0.74793386,0.7231405,0.69008267,0.6735537,0.6487603,0.661157,0.6404959,0.6694215,0.6404959,0.677686,0.71900827,0.71900827,0.72727275,0.74793386,0.76033056,0.78099173,0.7933884,0.76033056,0.71900827,0.7231405,0.73966944,0.70247936,0.6818182,0.661157,0.6528926,0.69008267,0.7231405,0.6942149,0.6818182,0.6652893,0.6652893,0.6735537,0.6818182,0.6694215,0.6570248,0.69008267,0.6983471,0.6859504,0.677686,0.69008267,0.6983471,0.70247936,0.72727275,0.74793386,0.7644628,0.75619835,0.7355372,0.75206614,0.72727275,0.6942149,0.6694215,0.661157,0.15289256,0.29338843,0.607438,0.6404959,0.56198347,0.6198347,0.6528926,0.6859504,0.70247936,0.7355372,0.76033056,0.7355372,0.7355372,0.71487606,0.6859504,0.661157,0.6570248,0.6570248,0.6446281,0.6570248,0.6446281,0.69008267,0.72727275,0.78099173,0.75206614,0.75206614,0.77272725,0.7768595,0.78512394,0.76859504,0.7933884,0.8016529,0.7231405,0.70247936,0.71487606,0.69008267,0.677686,0.6735537,0.71487606,0.71487606,0.70247936,0.6694215,0.661157,0.677686,0.677686,0.677686,0.6570248,0.677686,0.6983471,0.677686,0.6818182,0.6942149,0.70247936,0.70247936,0.72727275,0.75206614,0.75619835,0.7644628,0.74380165,0.74793386,0.73140496,0.6942149,0.677686,0.6694215,0.30991736,0.41322315,0.62396693,0.6404959,0.56198347,0.6198347,0.6570248,0.6818182,0.7107438,0.76033056,0.75619835,0.71900827,0.7231405,0.7066116,0.6818182,0.6528926,0.6528926,0.6528926,0.661157,0.6363636,0.70247936,0.6694215,0.6528926,0.87603307,0.79752064,0.76859504,0.7768595,0.7768595,0.7933884,0.8140496,0.8016529,0.6942149,0.6198347,0.72727275,0.7768595,0.74793386,0.69008267,0.6487603,0.6983471,0.7107438,0.7066116,0.677686,0.677686,0.677686,0.6694215,0.6983471,0.6859504,0.6859504,0.6983471,0.6818182,0.6942149,0.6983471,0.6983471,0.69008267,0.7066116,0.74793386,0.76033056,0.76859504,0.74380165,0.7355372,0.7107438,0.677686,0.6694215,0.6570248,0.553719,0.58264464,0.6446281,0.6280992,0.5413223,0.607438,0.6528926,0.661157,0.6942149,0.75206614,0.75206614,0.72727275,0.7231405,0.69008267,0.6735537,0.6528926,0.6446281,0.6528926,0.6570248,0.677686,0.77272725,0.6446281,0.46280992,0.8677686,0.8595041,0.7933884,0.79752064,0.8057851,0.8181818,0.8057851,0.6322314,0.38842976,0.3140496,0.5041322,0.78099173,0.8140496,0.71900827,0.59917355,0.70247936,0.7066116,0.70247936,0.6859504,0.6735537,0.6735537,0.6735537,0.6983471,0.71487606,0.6942149,0.7066116,0.69008267,0.7066116,0.7066116,0.7066116,0.71487606,0.73140496,0.7644628,0.7644628,0.76859504,0.7644628,0.73966944,0.69008267,0.70247936,0.6694215,0.6446281,0.677686,0.677686,0.6694215,0.61157024,0.49173555,0.59090906,0.677686,0.677686,0.6942149,0.71487606,0.7231405,0.73140496,0.71900827,0.6859504,0.661157,0.6487603,0.6446281,0.6735537,0.677686,0.6818182,0.75206614,0.58677685,0.32231405,0.5082645,0.8553719,0.8264463,0.79752064,0.7933884,0.8016529,0.71487606,0.5371901,0.446281,0.48347107,0.4338843,0.6818182,0.8181818,0.6859504,0.57438016,0.6735537,0.7066116,0.6983471,0.6942149,0.6735537,0.677686,0.6859504,0.70247936,0.7066116,0.72727275,0.7066116,0.70247936,0.7107438,0.7066116,0.7107438,0.74380165,0.75619835,0.75619835,0.76033056,0.7644628,0.76033056,0.7231405,0.70247936,0.6818182,0.6570248,0.607438,0.62396693,0.61570245,0.71900827,0.6735537,0.5247934,0.54545456,0.6694215,0.677686,0.677686,0.71900827,0.71900827,0.71900827,0.71900827,0.69008267,0.6570248,0.6404959,0.6487603,0.6859504,0.69008267,0.6528926,0.6570248,0.6446281,0.53305787,0.44214877,0.6735537,0.8016529,0.78512394,0.74793386,0.73140496,0.677686,0.6487603,0.61570245,0.6487603,0.60330576,0.59090906,0.61157024,0.553719,0.607438,0.6859504,0.70247936,0.7066116,0.7066116,0.6818182,0.677686,0.69008267,0.6942149,0.7066116,0.71900827,0.7355372,0.71900827,0.7107438,0.7231405,0.72727275,0.74793386,0.74793386,0.7355372,0.75619835,0.75206614,0.74793386,0.7231405,0.71487606,0.6694215,0.6528926,0.5785124,0.3677686,0.33471075,0.60330576,0.73966944,0.6818182,0.4752066,0.6322314,0.69008267,0.6942149,0.71487606,0.71900827,0.7066116,0.7066116,0.661157,0.6652893,0.6363636,0.661157,0.6735537,0.6859504,0.6487603,0.59504133,0.61157024,0.61570245,0.59917355,0.70247936,0.75619835,0.71487606,0.73140496,0.6859504,0.6570248,0.59090906,0.5785124,0.57024795,0.5785124,0.56198347,0.56198347,0.60330576,0.6487603,0.6859504,0.6942149,0.6983471,0.7107438,0.6983471,0.6735537,0.7066116,0.7107438,0.72727275,0.71900827,0.73140496,0.7355372,0.71900827,0.72727275,0.73966944,0.74793386,0.74793386,0.73966944,0.75206614,0.75619835,0.7355372,0.7066116,0.6983471,0.6652893,0.6322314,0.58677685,0.23140496,0.23553719,0.29338843,0.37603307,0.59090906,0.47933885,0.59917355,0.677686,0.7066116,0.71487606,0.7107438,0.70247936,0.69008267,0.661157,0.6570248,0.6404959,0.661157,0.6818182,0.6694215,0.6487603,0.59090906,0.5413223,0.5371901,0.5785124,0.607438,0.6735537,0.6735537,0.72727275,0.6942149,0.59504133,0.5206612,0.5206612,0.46694216,0.45041323,0.5247934,0.57438016,0.61570245,0.6446281,0.6859504,0.7107438,0.7066116,0.71487606,0.7231405,0.70247936,0.71487606,0.7066116,0.7355372,0.75619835,0.74380165,0.73966944,0.73140496,0.7355372,0.74380165,0.74380165,0.7644628,0.74793386,0.72727275,0.74380165,0.7231405,0.6983471,0.6735537,0.6570248,0.59504133,0.59504133,0.25619835,0.25619835,0.2644628,0.2520661,0.21900827,0.28512397,0.57438016,0.6446281,0.7066116,0.71900827,0.7066116,0.70247936,0.6694215,0.6404959,0.6322314,0.6404959,0.6818182,0.661157,0.6487603,0.6322314,0.553719,0.48347107,0.45867768,0.53305787,0.5082645,0.57438016,0.59504133,0.6446281,0.6528926,0.55785125,0.5123967,0.5165289,0.45041323,0.4090909,0.47107437,0.5371901,0.58677685,0.6198347,0.677686,0.71487606,0.70247936,0.71900827,0.7231405,0.7355372,0.7355372,0.71900827,0.73140496,0.75206614,0.76033056,0.75619835,0.74380165,0.75206614,0.74793386,0.75619835,0.7644628,0.77272725,0.7355372,0.74793386,0.72727275,0.69008267,0.661157,0.6280992,0.58264464,0.5661157,0.2644628,0.2644628,0.26859504,0.26859504,0.22727273,0.21487603,0.5123967,0.60330576,0.6859504,0.6942149,0.6942149,0.6942149,0.661157,0.6363636,0.6404959,0.6735537,0.677686,0.6446281,0.6446281,0.60330576,0.5,0.40495867,0.40082645,0.4752066,0.4876033,0.49586776,0.5041322,0.5495868,0.5289256,0.55785125,0.49586776,0.5041322,0.4338843,0.38842976,0.45454547,0.48347107,0.5041322,0.55785125,0.61157024,0.6652893,0.661157,0.6570248,0.6859504,0.69008267,0.75206614,0.74793386,0.73140496,0.7355372,0.7644628,0.76859504,0.76033056,0.7644628,0.76033056,0.7644628,0.76859504,0.73966944,0.75206614,0.7355372,0.7107438,0.69008267,0.6363636,0.61570245,0.607438,0.56198347,0.25619835,0.25619835,0.27272728,0.26859504,0.23553719,0.20661157,0.49173555,0.57438016,0.661157,0.69008267,0.6942149,0.69008267,0.661157,0.6446281,0.6528926,0.677686,0.6487603,0.607438,0.61570245,0.5413223,0.4876033,0.37190083,0.41735536,0.46280992,0.5041322,0.5082645,0.46280992,0.4752066,0.40495867,0.5123967,0.5123967,0.48347107,0.45041323,0.446281,0.446281,0.5041322,0.5041322,0.5165289,0.56198347,0.59504133,0.5785124,0.56198347,0.60330576,0.61157024,0.73140496,0.76033056,0.73140496,0.71900827,0.76033056,0.76859504,0.7644628,0.7644628,0.7644628,0.75206614,0.7644628,0.75206614,0.75619835,0.71487606,0.6859504,0.6859504,0.62396693,0.61570245,0.60330576,0.55785125,0.28099173,0.28512397,0.2768595,0.25619835,0.23966943,0.18595041,0.45041323,0.5495868,0.607438,0.6818182,0.677686,0.69008267,0.6570248,0.6363636,0.6322314,0.62396693,0.607438,0.5495868,0.53305787,0.5206612,0.4752066,0.38016528,0.42975205,0.46694216,0.5495868,0.53305787,0.46694216,0.446281,0.43801653,0.5247934,0.57438016,0.5495868,0.5413223,0.6363636,0.6280992,0.60330576,0.553719,0.5413223,0.5413223,0.5247934,0.5247934,0.5413223,0.5413223,0.5413223,0.6363636,0.7107438,0.73966944,0.71900827,0.75619835,0.76033056,0.73966944,0.74380165,0.74380165,0.74793386,0.75206614,0.72727275,0.75206614,0.71900827,0.6859504,0.6528926,0.6198347,0.60330576,0.58264464,0.5661157,0.27272728,0.27272728,0.2644628,0.2520661,0.24793388,0.18595041,0.37190083,0.5041322,0.5661157,0.661157,0.6570248,0.6652893,0.6363636,0.62396693,0.58677685,0.54545456,0.53305787,0.5041322,0.5165289,0.5371901,0.49586776,0.5,0.54545456,0.607438,0.6528926,0.59917355,0.5495868,0.553719,0.5661157,0.59090906,0.6363636,0.6280992,0.62396693,0.6487603,0.6942149,0.7066116,0.6652893,0.6487603,0.607438,0.5413223,0.53305787,0.55785125,0.5413223,0.4752066,0.5371901,0.6363636,0.70247936,0.74380165,0.72727275,0.74793386,0.73966944,0.7355372,0.7355372,0.7355372,0.74793386,0.7107438,0.71900827,0.6859504,0.6652893,0.6363636,0.6570248,0.607438,0.58264464,0.5413223,0.2768595,0.2768595,0.2644628,0.24793388,0.24793388,0.19421488,0.30991736,0.49173555,0.5785124,0.61157024,0.6404959,0.6198347,0.6280992,0.61570245,0.53305787,0.49173555,0.4876033,0.5206612,0.54545456,0.5661157,0.607438,0.6652893,0.70247936,0.69008267,0.6818182,0.6652893,0.6446281,0.6570248,0.6322314,0.607438,0.61570245,0.6322314,0.6528926,0.6528926,0.6694215,0.7107438,0.73140496,0.73966944,0.6983471,0.6528926,0.6694215,0.6363636,0.5495868,0.5206612,0.5371901,0.59090906,0.661157,0.74380165,0.6942149,0.7066116,0.71900827,0.71487606,0.73966944,0.72727275,0.71900827,0.7107438,0.7107438,0.6446281,0.6404959,0.6570248,0.6570248,0.6528926,0.57024795,0.5661157,0.27272728,0.27272728,0.27272728,0.2520661,0.24380165,0.20661157,0.2603306,0.46694216,0.55785125,0.607438,0.59090906,0.6280992,0.60330576,0.607438,0.5289256,0.5082645,0.54545456,0.6198347,0.59917355,0.6446281,0.70247936,0.7107438,0.7107438,0.6983471,0.6694215,0.69008267,0.6652893,0.6942149,0.6363636,0.6322314,0.6652893,0.6818182,0.6818182,0.6528926,0.6570248,0.6735537,0.6942149,0.7231405,0.75206614,0.75206614,0.76033056,0.7231405,0.62396693,0.58264464,0.58677685,0.60330576,0.6694215,0.73140496,0.6818182,0.70247936,0.71900827,0.7355372,0.71487606,0.7066116,0.6818182,0.6859504,0.69008267,0.6446281,0.6404959,0.6652893,0.6404959,0.6280992,0.57024795,0.5495868,0.2892562,0.28512397,0.28099173,0.2603306,0.24793388,0.2231405,0.23966943,0.42561984,0.5413223,0.59090906,0.6198347,0.60330576,0.60330576,0.607438,0.59090906,0.56198347,0.6404959,0.7355372,0.7107438,0.6942149,0.6942149,0.6859504,0.6652893,0.677686,0.6818182,0.6942149,0.6735537,0.661157,0.62396693,0.6528926,0.6363636,0.59917355,0.5371901,0.45454547,0.45867768,0.46280992,0.5123967,0.55785125,0.57438016,0.6198347,0.6694215,0.6694215,0.6818182,0.6694215,0.6404959,0.6446281,0.6983471,0.7066116,0.677686,0.69008267,0.70247936,0.71900827,0.677686,0.6818182,0.6652893,0.6735537,0.6735537,0.6652893,0.6487603,0.6363636,0.6404959,0.6280992,0.57024795,0.5495868,0.28099173,0.28512397,0.28512397,0.26859504,0.2603306,0.24380165,0.2231405,0.37603307,0.55785125,0.58264464,0.58264464,0.607438,0.61157024,0.61157024,0.62396693,0.6528926,0.71900827,0.77272725,0.75206614,0.6694215,0.6280992,0.61157024,0.53305787,0.47107437,0.45454547,0.45867768,0.5165289,0.4752066,0.45867768,0.45041323,0.41735536,0.4090909,0.37190083,0.30991736,0.3140496,0.3181818,0.338843,0.39256197,0.40082645,0.4090909,0.37603307,0.44214877,0.57024795,0.6528926,0.6694215,0.677686,0.6983471,0.70247936,0.677686,0.6942149,0.7066116,0.70247936,0.6942149,0.6694215,0.661157,0.6694215,0.6652893,0.6528926,0.6570248,0.661157,0.6528926,0.61570245,0.58264464,0.58677685,0.29338843,0.2892562,0.2892562,0.26859504,0.2644628,0.2603306,0.23553719,0.29752067,0.5413223,0.5785124,0.56198347,0.5785124,0.6198347,0.60330576,0.6322314,0.6859504,0.7107438,0.6818182,0.58677685,0.5413223,0.5247934,0.5,0.3966942,0.3429752,0.3305785,0.34710744,0.3553719,0.3429752,0.30578512,0.3429752,0.40082645,0.41735536,0.40495867,0.3966942,0.41322315,0.4090909,0.4214876,0.44214877,0.446281,0.45041323,0.47107437,0.53305787,0.56198347,0.607438,0.6404959,0.6818182,0.6983471,0.6735537,0.6735537,0.6983471,0.6859504,0.7066116,0.7107438,0.69008267,0.6694215,0.6570248,0.6570248,0.661157,0.6404959,0.6528926,0.661157,0.61570245,0.57024795,0.553719,0.2768595,0.2768595,0.2768595,0.27272728,0.25619835,0.27272728,0.24793388,0.24793388,0.5,0.58264464,0.5785124,0.56198347,0.6198347,0.6363636,0.6652893,0.677686,0.6652893,0.57438016,0.5082645,0.4338843,0.44214877,0.46280992,0.43801653,0.4214876,0.41735536,0.41735536,0.41322315,0.41322315,0.40495867,0.40495867,0.41735536,0.45041323,0.46694216,0.47107437,0.49586776,0.49173555,0.5041322,0.53305787,0.58677685,0.58677685,0.607438,0.661157,0.6363636,0.59917355,0.62396693,0.6652893,0.6859504,0.71900827,0.7066116,0.677686,0.6363636,0.6735537,0.6942149,0.6983471,0.6735537,0.6280992,0.6652893,0.6363636,0.6570248,0.6363636,0.6198347,0.58264464,0.57438016,0.5206612,0.2644628,0.2603306,0.2603306,0.26859504,0.26859504,0.26859504,0.2520661,0.21900827,0.4090909,0.5661157,0.57438016,0.54545456,0.61157024,0.661157,0.6942149,0.677686,0.7231405,0.59504133,0.6198347,0.5371901,0.5082645,0.49586776,0.5082645,0.5,0.49173555,0.48347107,0.45867768,0.46694216,0.47933885,0.49173555,0.49586776,0.5371901,0.5495868,0.5289256,0.553719,0.5661157,0.58264464,0.6198347,0.6570248,0.6652893,0.677686,0.6942149,0.6859504,0.6404959,0.677686,0.6363636,0.6694215,0.7107438,0.74380165,0.7355372,0.661157,0.6818182,0.69008267,0.69008267,0.6446281,0.6404959,0.6570248,0.60330576,0.6570248,0.6570248,0.61157024,0.59090906,0.57438016,0.47933885,0.2644628,0.26859504,0.26859504,0.2520661,0.2768595,0.2603306,0.27272728,0.23140496,0.28099173,0.553719,0.57438016,0.5413223,0.58264464,0.6694215,0.7231405,0.69008267,0.7066116,0.6570248,0.70247936,0.661157,0.61157024,0.57438016,0.57438016,0.5785124,0.58677685,0.58677685,0.58677685,0.55785125,0.57024795,0.58677685,0.59917355,0.6198347,0.59504133,0.59917355,0.6446281,0.6818182,0.6983471,0.6983471,0.6983471,0.677686,0.6818182,0.6818182,0.70247936,0.69008267,0.71900827,0.6694215,0.6735537,0.73140496,0.7107438,0.74380165,0.6942149,0.6652893,0.6942149,0.69008267,0.6363636,0.677686,0.6735537,0.6487603,0.6528926,0.6446281,0.61157024,0.58264464,0.56198347,0.46694216,0.2768595,0.2768595,0.2768595,0.27272728,0.27272728,0.2603306,0.2768595,0.2603306,0.19421488,0.5123967,0.553719,0.55785125,0.57024795,0.6528926,0.70247936,0.7107438,0.71487606,0.6942149,0.7231405,0.7107438,0.6983471,0.7066116,0.6942149,0.7066116,0.7644628,0.74380165,0.6818182,0.6528926,0.6652893,0.6818182,0.6983471,0.7066116,0.73140496,0.73966944,0.74793386,0.74793386,0.71900827,0.6859504,0.6818182,0.6818182,0.6735537,0.6983471,0.71900827,0.7231405,0.7355372,0.6694215,0.6570248,0.7066116,0.7066116,0.70247936,0.71900827,0.6694215,0.6859504,0.6942149,0.6404959,0.6859504,0.59504133,0.6363636,0.62396693,0.62396693,0.58677685,0.55785125,0.5206612,0.46694216,0.2603306,0.2603306,0.25619835,0.2644628,0.27272728,0.2603306,0.2603306,0.2603306,0.16115703,0.4338843,0.53305787,0.55785125,0.5661157,0.6818182,0.7066116,0.6942149,0.7355372,0.73140496,0.7355372,0.71487606,0.6818182,0.72727275,0.72727275,0.77272725,0.77272725,0.74793386,0.6859504,0.6652893,0.661157,0.6528926,0.6404959,0.6570248,0.69008267,0.7231405,0.6528926,0.6942149,0.677686,0.6528926,0.6818182,0.6983471,0.6942149,0.71900827,0.73140496,0.73966944,0.71900827,0.6942149,0.661157,0.6570248,0.71900827,0.661157,0.70247936,0.6859504,0.6818182,0.69008267,0.6570248,0.677686,0.6363636,0.60330576,0.61157024,0.60330576,0.59504133,0.5289256,0.47933885,0.47107437,0.26859504,0.27272728,0.27272728,0.26859504,0.2603306,0.2603306,0.2603306,0.25619835,0.19421488,0.30165288,0.5247934,0.54545456,0.5413223,0.6446281,0.69008267,0.677686,0.72727275,0.75619835,0.75206614,0.71900827,0.661157,0.6652893,0.6363636,0.6818182,0.6487603,0.61157024,0.55785125,0.55785125,0.59504133,0.55785125,0.47933885,0.5495868,0.57024795,0.59917355,0.62396693,0.69008267,0.6652893,0.70247936,0.7231405,0.73140496,0.72727275,0.7355372,0.73966944,0.75619835,0.73966944,0.70247936,0.6859504,0.6404959,0.6942149,0.661157,0.6570248,0.6735537,0.6446281,0.6363636,0.6280992,0.6487603,0.60330576,0.59917355,0.5785124,0.5661157,0.58677685,0.49586776,0.47107437,0.5413223,0.27272728,0.27272728,0.27272728,0.26859504,0.2603306,0.2603306,0.2644628,0.2644628,0.24380165,0.17768595,0.45454547,0.55785125,0.5371901,0.59917355,0.6487603,0.6652893,0.72727275,0.76859504,0.7768595,0.76033056,0.73966944,0.7231405,0.73140496,0.74380165,0.661157,0.6280992,0.59090906,0.553719,0.61157024,0.5785124,0.5041322,0.553719,0.6322314,0.6859504,0.6694215,0.7355372,0.7231405,0.73140496,0.73966944,0.7355372,0.75206614,0.75619835,0.73966944,0.73140496,0.71487606,0.661157,0.6363636,0.6570248,0.6652893,0.6404959,0.61570245,0.607438,0.6404959,0.6280992,0.61570245,0.59504133,0.56198347,0.58264464,0.553719,0.58677685,0.5371901,0.46280992,0.48347107,0.59090906,0.27272728,0.27272728,0.27272728,0.27272728,0.2644628,0.2603306,0.2644628,0.2603306,0.24793388,0.1983471,0.38842976,0.5,0.5247934,0.5785124,0.6280992,0.6404959,0.7107438,0.76033056,0.76033056,0.76033056,0.76859504,0.7644628,0.7768595,0.78512394,0.76033056,0.69008267,0.61157024,0.55785125,0.59917355,0.58677685,0.5661157,0.5661157,0.6198347,0.6942149,0.6983471,0.72727275,0.73966944,0.74380165,0.75619835,0.73966944,0.74793386,0.74380165,0.72727275,0.70247936,0.6942149,0.6363636,0.61157024,0.6446281,0.6818182,0.58264464,0.6363636,0.57024795,0.5661157,0.6198347,0.59504133,0.5785124,0.5495868,0.5785124,0.55785125,0.553719,0.5165289,0.4876033,0.54545456,0.6280992,0.28099173,0.28099173,0.28512397,0.28099173,0.26859504,0.2603306,0.2603306,0.25619835,0.24380165,0.22727273,0.3966942,0.4752066,0.5165289,0.5123967,0.59504133,0.58677685,0.6487603,0.72727275,0.75619835,0.75206614,0.7644628,0.76859504,0.78512394,0.78099173,0.76033056,0.7066116,0.6280992,0.61570245,0.62396693,0.6198347,0.6322314,0.6570248,0.6652893,0.6942149,0.7107438,0.72727275,0.7355372,0.74380165,0.74793386,0.7355372,0.75206614,0.6487603,0.7066116,0.677686,0.6652893,0.6280992,0.62396693,0.6322314,0.6818182,0.59917355,0.61570245,0.57024795,0.55785125,0.59090906,0.62396693,0.58677685,0.55785125,0.5661157,0.56198347,0.53305787,0.5,0.5495868,0.59504133,0.661157,0.28512397,0.28099173,0.2768595,0.2768595,0.26859504,0.2603306,0.2644628,0.2603306,0.24793388,0.2231405,0.44214877,0.45454547,0.46694216,0.46694216,0.58264464,0.54545456,0.607438,0.677686,0.7231405,0.73966944,0.7644628,0.78099173,0.76859504,0.7644628,0.73966944,0.69008267,0.6363636,0.6570248,0.6528926,0.6570248,0.6694215,0.6942149,0.6983471,0.6983471,0.70247936,0.7107438,0.7231405,0.71900827,0.72727275,0.72727275,0.73140496,0.6694215,0.6942149,0.6446281,0.61570245,0.6280992,0.6198347,0.60330576,0.6487603,0.59504133,0.58677685,0.5661157,0.5413223,0.59917355,0.59090906,0.5785124,0.55785125,0.5495868,0.5413223,0.47107437,0.49586776,0.58677685,0.6363636,0.6570248,0.26859504,0.26859504,0.27272728,0.27272728,0.26859504,0.2644628,0.27272728,0.2644628,0.24380165,0.21487603,0.47107437,0.49586776,0.44214877,0.4752066,0.5371901,0.5289256,0.58677685,0.6404959,0.69008267,0.75206614,0.75206614,0.74793386,0.7355372,0.7231405,0.7066116,0.6859504,0.6570248,0.6694215,0.6818182,0.6818182,0.6735537,0.6983471,0.6859504,0.69008267,0.6983471,0.70247936,0.7231405,0.7066116,0.7231405,0.7107438,0.6983471,0.6280992,0.661157,0.6404959,0.60330576,0.6280992,0.607438,0.57438016,0.6198347,0.61570245,0.56198347,0.5661157,0.553719,0.5785124,0.607438,0.57438016,0.5247934,0.53305787,0.5371901,0.4876033,0.5206612,0.6198347,0.6694215,0.6528926,0.2892562,0.2892562,0.29338843,0.29338843,0.2644628,0.2644628,0.26859504,0.25619835,0.24793388,0.22727273,0.446281,0.59090906,0.43801653,0.44214877,0.5,0.5041322,0.5495868,0.59090906,0.6363636,0.72727275,0.73140496,0.7107438,0.7066116,0.6983471,0.6983471,0.6859504,0.6735537,0.677686,0.677686,0.6694215,0.677686,0.6983471,0.7066116,0.7107438,0.7107438,0.6983471,0.71900827,0.6983471,0.7107438,0.6983471,0.6570248,0.6404959,0.62396693,0.59917355,0.607438,0.6363636,0.59917355,0.59917355,0.59504133,0.6280992,0.58677685,0.54545456,0.54545456,0.5785124,0.62396693,0.58677685,0.5082645,0.5289256,0.5,0.5289256,0.57438016,0.6528926,0.6859504,0.6818182,0.2892562,0.2892562,0.2892562,0.28512397,0.2644628,0.27272728,0.27272728,0.2520661,0.2520661,0.22727273,0.40082645,0.661157,0.54545456,0.45041323,0.48347107,0.5206612,0.5123967,0.58264464,0.62396693,0.6983471,0.71900827,0.6983471,0.69008267,0.6859504,0.6942149,0.6859504,0.6735537,0.6983471,0.6942149,0.6859504,0.6983471,0.72727275,0.73140496,0.7231405,0.71900827,0.69008267,0.7066116,0.70247936,0.6859504,0.677686,0.6487603,0.6487603,0.6198347,0.58677685,0.5785124,0.59090906,0.57024795,0.56198347,0.5785124,0.56198347,0.5661157,0.55785125,0.5165289,0.5371901,0.60330576,0.56198347,0.5082645,0.5289256,0.5289256,0.5785124,0.6404959,0.6859504,0.6983471,0.6942149,0.27272728,0.26859504,0.26859504,0.2644628,0.26859504,0.2768595,0.24380165,0.2520661,0.2520661,0.2107438,0.3677686,0.6694215,0.6446281,0.53305787,0.45041323,0.4876033,0.4752066,0.5,0.58677685,0.69008267,0.7107438,0.6942149,0.6818182,0.69008267,0.6818182,0.7107438,0.71900827,0.7231405,0.7231405,0.7231405,0.7355372,0.75619835,0.75206614,0.72727275,0.71487606,0.6859504,0.6652893,0.6735537,0.6528926,0.6322314,0.6446281,0.6363636,0.61570245,0.61570245,0.5165289,0.553719,0.58264464,0.54545456,0.59917355,0.5661157,0.5371901,0.55785125,0.5247934,0.5371901,0.5371901,0.53305787,0.5495868,0.54545456,0.5495868,0.59504133,0.677686,0.6983471,0.70247936,0.6983471,15 +0.23966943,0.3677686,0.49173555,0.53305787,0.5247934,0.5289256,0.56198347,0.58264464,0.58677685,0.59090906,0.607438,0.6198347,0.61157024,0.62396693,0.6198347,0.62396693,0.6322314,0.6446281,0.6404959,0.6528926,0.6818182,0.6942149,0.69008267,0.70247936,0.6942149,0.7355372,0.75206614,0.75206614,0.76033056,0.75619835,0.74793386,0.75619835,0.75619835,0.76033056,0.73140496,0.74793386,0.75206614,0.74380165,0.74793386,0.73140496,0.75206614,0.7231405,0.71487606,0.73140496,0.72727275,0.7107438,0.7066116,0.71487606,0.7231405,0.71487606,0.6983471,0.71487606,0.70247936,0.6694215,0.661157,0.6528926,0.6446281,0.6487603,0.62396693,0.61157024,0.60330576,0.5785124,0.57024795,0.53305787,0.24380165,0.41322315,0.5165289,0.553719,0.5371901,0.56198347,0.59917355,0.59504133,0.59917355,0.607438,0.59917355,0.59504133,0.59504133,0.59090906,0.58264464,0.58264464,0.60330576,0.60330576,0.60330576,0.607438,0.62396693,0.6446281,0.661157,0.6818182,0.677686,0.71900827,0.71900827,0.75206614,0.74380165,0.74793386,0.74380165,0.74793386,0.7355372,0.75619835,0.73140496,0.71900827,0.72727275,0.7231405,0.73140496,0.7231405,0.71487606,0.6818182,0.6735537,0.6859504,0.6735537,0.6652893,0.6652893,0.677686,0.6983471,0.6859504,0.6859504,0.6859504,0.6983471,0.6487603,0.6446281,0.6404959,0.6363636,0.6404959,0.6198347,0.6198347,0.59917355,0.58264464,0.57438016,0.553719,0.2892562,0.48347107,0.5371901,0.5495868,0.54545456,0.5785124,0.59504133,0.58264464,0.59917355,0.59504133,0.5785124,0.56198347,0.5495868,0.5413223,0.5206612,0.5247934,0.5371901,0.54545456,0.55785125,0.56198347,0.56198347,0.57024795,0.61157024,0.6528926,0.6818182,0.70247936,0.6983471,0.7355372,0.7231405,0.7355372,0.7231405,0.7231405,0.72727275,0.74380165,0.70247936,0.6942149,0.7066116,0.6942149,0.69008267,0.6859504,0.6570248,0.6322314,0.59917355,0.5785124,0.58677685,0.60330576,0.607438,0.59504133,0.62396693,0.6570248,0.6652893,0.6694215,0.6570248,0.6528926,0.6446281,0.6487603,0.6280992,0.6198347,0.6280992,0.6198347,0.59917355,0.58677685,0.5785124,0.55785125,0.35950413,0.5247934,0.55785125,0.5495868,0.55785125,0.58677685,0.58677685,0.57438016,0.57024795,0.5661157,0.5371901,0.48347107,0.46280992,0.45867768,0.46280992,0.45041323,0.46694216,0.45867768,0.45867768,0.446281,0.45454547,0.47933885,0.5289256,0.59504133,0.6322314,0.6859504,0.677686,0.7355372,0.72727275,0.7355372,0.7355372,0.71900827,0.73140496,0.7107438,0.70247936,0.69008267,0.6983471,0.677686,0.661157,0.6280992,0.5661157,0.5289256,0.45867768,0.4338843,0.41735536,0.46280992,0.49586776,0.4752066,0.5123967,0.58677685,0.5495868,0.59090906,0.59090906,0.607438,0.6322314,0.6322314,0.61570245,0.61157024,0.6198347,0.61157024,0.60330576,0.59090906,0.5785124,0.56198347,0.41322315,0.5247934,0.553719,0.55785125,0.5661157,0.58264464,0.58677685,0.57024795,0.54545456,0.5165289,0.42561984,0.37603307,0.38842976,0.39256197,0.38016528,0.3305785,0.35950413,0.29752067,0.3140496,0.3181818,0.3140496,0.33471075,0.38842976,0.45867768,0.53305787,0.6363636,0.6652893,0.73140496,0.7355372,0.74380165,0.74380165,0.72727275,0.73140496,0.71487606,0.74380165,0.70247936,0.71487606,0.6487603,0.61157024,0.5371901,0.4752066,0.37603307,0.3140496,0.30991736,0.3181818,0.30578512,0.3181818,0.3305785,0.3553719,0.4090909,0.39256197,0.44214877,0.46280992,0.47933885,0.56198347,0.61157024,0.59917355,0.61157024,0.61570245,0.61570245,0.61157024,0.59917355,0.5785124,0.5661157,0.45454547,0.54545456,0.57438016,0.57024795,0.57024795,0.58264464,0.57024795,0.55785125,0.49173555,0.38842976,0.30165288,0.2892562,0.3181818,0.3181818,0.30165288,0.30991736,0.3140496,0.30991736,0.35123968,0.3429752,0.29752067,0.2892562,0.3140496,0.3181818,0.41322315,0.5371901,0.62396693,0.6859504,0.73140496,0.73140496,0.71900827,0.7231405,0.6983471,0.70247936,0.71900827,0.6983471,0.6983471,0.59917355,0.5289256,0.46694216,0.40495867,0.3181818,0.2892562,0.27272728,0.2644628,0.25619835,0.25619835,0.2768595,0.30578512,0.32231405,0.3181818,0.36363637,0.3429752,0.37603307,0.4214876,0.54545456,0.59504133,0.58677685,0.6198347,0.61157024,0.607438,0.60330576,0.5785124,0.5785124,0.4876033,0.5495868,0.57438016,0.56198347,0.55785125,0.57024795,0.5495868,0.48347107,0.34710744,0.29752067,0.3264463,0.3140496,0.3264463,0.3140496,0.29338843,0.33471075,0.38429752,0.36363637,0.41735536,0.4090909,0.3677686,0.3429752,0.3553719,0.33471075,0.37603307,0.43801653,0.57024795,0.6694215,0.7231405,0.74380165,0.72727275,0.70247936,0.6818182,0.6859504,0.6983471,0.69008267,0.6818182,0.57024795,0.5041322,0.45867768,0.4338843,0.37603307,0.35123968,0.30578512,0.2892562,0.2768595,0.3140496,0.30165288,0.3181818,0.32231405,0.338843,0.37190083,0.34710744,0.35950413,0.35123968,0.41322315,0.5206612,0.57024795,0.58677685,0.61157024,0.6198347,0.607438,0.5785124,0.57024795,0.49586776,0.5495868,0.57024795,0.57024795,0.56198347,0.55785125,0.46694216,0.35123968,0.32231405,0.35123968,0.38842976,0.40495867,0.41322315,0.41735536,0.4090909,0.45454547,0.48347107,0.5123967,0.54545456,0.5247934,0.49173555,0.5082645,0.5165289,0.49173555,0.45867768,0.4752066,0.57024795,0.6652893,0.70247936,0.7355372,0.71487606,0.6942149,0.6694215,0.6818182,0.6859504,0.6942149,0.6694215,0.59917355,0.5371901,0.5247934,0.5247934,0.5082645,0.5082645,0.49586776,0.47933885,0.45041323,0.4876033,0.45041323,0.446281,0.40082645,0.40495867,0.40495867,0.35950413,0.37603307,0.37603307,0.38016528,0.36363637,0.4876033,0.55785125,0.60330576,0.6198347,0.59917355,0.57438016,0.57438016,0.47933885,0.5371901,0.5785124,0.5661157,0.5661157,0.5206612,0.37190083,0.34710744,0.40082645,0.446281,0.5123967,0.5165289,0.5371901,0.5495868,0.5495868,0.57438016,0.61570245,0.607438,0.61570245,0.62396693,0.59504133,0.6404959,0.677686,0.677686,0.62396693,0.6198347,0.6322314,0.677686,0.6983471,0.7231405,0.6942149,0.6859504,0.6735537,0.677686,0.69008267,0.6942149,0.6818182,0.6652893,0.59090906,0.62396693,0.6487603,0.6487603,0.6446281,0.62396693,0.58264464,0.57024795,0.59090906,0.5661157,0.57024795,0.5413223,0.5247934,0.5123967,0.46280992,0.4338843,0.42975205,0.42975205,0.3553719,0.37190083,0.45041323,0.57438016,0.59090906,0.58264464,0.5785124,0.57024795,0.45041323,0.5247934,0.59090906,0.5413223,0.5495868,0.47107437,0.33471075,0.40495867,0.4752066,0.5206612,0.58264464,0.607438,0.6280992,0.6446281,0.6446281,0.6487603,0.6570248,0.6363636,0.62396693,0.60330576,0.58677685,0.6280992,0.6942149,0.72727275,0.72727275,0.73140496,0.6983471,0.71487606,0.71900827,0.7107438,0.6942149,0.6942149,0.70247936,0.7066116,0.7107438,0.71487606,0.7066116,0.6694215,0.6363636,0.69008267,0.6694215,0.61157024,0.58264464,0.57024795,0.56198347,0.5785124,0.61157024,0.62396693,0.6322314,0.6363636,0.6322314,0.62396693,0.59504133,0.5413223,0.4338843,0.46694216,0.42561984,0.41735536,0.3677686,0.49586776,0.57438016,0.5785124,0.58264464,0.5785124,0.39256197,0.5247934,0.5785124,0.553719,0.5206612,0.4090909,0.4090909,0.5082645,0.5495868,0.6322314,0.677686,0.6735537,0.6818182,0.6942149,0.677686,0.6735537,0.661157,0.6487603,0.6198347,0.60330576,0.56198347,0.56198347,0.61157024,0.6859504,0.72727275,0.73966944,0.6983471,0.73140496,0.72727275,0.69008267,0.70247936,0.6983471,0.7355372,0.76033056,0.7355372,0.6942149,0.677686,0.6404959,0.6487603,0.7066116,0.6198347,0.5661157,0.5371901,0.5289256,0.5289256,0.56198347,0.59504133,0.6363636,0.6404959,0.661157,0.6735537,0.6859504,0.677686,0.6570248,0.59504133,0.53305787,0.45041323,0.45867768,0.37190083,0.42561984,0.57024795,0.58264464,0.58264464,0.5785124,0.3140496,0.5206612,0.553719,0.57438016,0.5082645,0.41322315,0.5206612,0.59504133,0.6735537,0.7066116,0.7107438,0.70247936,0.71900827,0.7066116,0.6570248,0.59917355,0.57438016,0.54545456,0.5289256,0.55785125,0.5661157,0.53305787,0.56198347,0.61157024,0.6652893,0.73140496,0.70247936,0.69008267,0.71487606,0.6818182,0.6818182,0.6942149,0.7355372,0.7644628,0.74793386,0.6983471,0.6528926,0.6446281,0.661157,0.6528926,0.55785125,0.5,0.44214877,0.4090909,0.42975205,0.45867768,0.4752066,0.5082645,0.5495868,0.59917355,0.6322314,0.6942149,0.7066116,0.70247936,0.6735537,0.6198347,0.5785124,0.5,0.39256197,0.38016528,0.5495868,0.59090906,0.58677685,0.58264464,0.24380165,0.49586776,0.55785125,0.56198347,0.49586776,0.41735536,0.5785124,0.6694215,0.72727275,0.73140496,0.7231405,0.6859504,0.6404959,0.5661157,0.5289256,0.5123967,0.49586776,0.4752066,0.40082645,0.35950413,0.338843,0.3966942,0.5123967,0.57024795,0.61570245,0.6942149,0.6942149,0.6694215,0.69008267,0.6735537,0.6528926,0.6694215,0.70247936,0.72727275,0.7231405,0.6983471,0.6280992,0.61157024,0.6487603,0.57438016,0.47933885,0.38429752,0.3181818,0.34710744,0.41735536,0.44214877,0.44214877,0.47107437,0.5289256,0.57024795,0.58677685,0.57024795,0.6652893,0.70247936,0.69008267,0.6735537,0.6694215,0.59504133,0.4876033,0.39256197,0.5247934,0.59090906,0.58677685,0.5661157,0.20661157,0.46694216,0.553719,0.55785125,0.49173555,0.46280992,0.6198347,0.74380165,0.74793386,0.73140496,0.6735537,0.57438016,0.5,0.46280992,0.44214877,0.41735536,0.40082645,0.4214876,0.43801653,0.42561984,0.3966942,0.34710744,0.35123968,0.47933885,0.57438016,0.6528926,0.661157,0.6322314,0.6570248,0.6404959,0.6322314,0.6528926,0.677686,0.7066116,0.6983471,0.6694215,0.607438,0.553719,0.58264464,0.5123967,0.41322315,0.33471075,0.32231405,0.38429752,0.42975205,0.41735536,0.3677686,0.34710744,0.4090909,0.40495867,0.5289256,0.5413223,0.55785125,0.61570245,0.6694215,0.6735537,0.6942149,0.6694215,0.55785125,0.42975205,0.5289256,0.5785124,0.59090906,0.49173555,0.17768595,0.4338843,0.56198347,0.5785124,0.5123967,0.53305787,0.6694215,0.75206614,0.75206614,0.6942149,0.58264464,0.45454547,0.3966942,0.5123967,0.59917355,0.42561984,0.30991736,0.34710744,0.4090909,0.5082645,0.4752066,0.44214877,0.3677686,0.37190083,0.5206612,0.61570245,0.6198347,0.58677685,0.6198347,0.62396693,0.6198347,0.6652893,0.661157,0.7107438,0.7231405,0.6652893,0.58677685,0.49173555,0.5165289,0.47933885,0.40082645,0.3429752,0.36363637,0.45867768,0.57024795,0.46694216,0.2644628,0.3264463,0.18181819,0.2644628,0.43801653,0.48347107,0.4876033,0.5206612,0.59504133,0.661157,0.6859504,0.6983471,0.59090906,0.47107437,0.5495868,0.5661157,0.59090906,0.4214876,0.15289256,0.40082645,0.56198347,0.58677685,0.53305787,0.57024795,0.6942149,0.74380165,0.7355372,0.61570245,0.46280992,0.36363637,0.57024795,0.73966944,0.6198347,0.24793388,0.1983471,0.28099173,0.23140496,0.5413223,0.6322314,0.47933885,0.3966942,0.3677686,0.47107437,0.57438016,0.55785125,0.53305787,0.59090906,0.60330576,0.61570245,0.6694215,0.6694215,0.75206614,0.75206614,0.6694215,0.59504133,0.47107437,0.4752066,0.42975205,0.38016528,0.36363637,0.42561984,0.57438016,0.6487603,0.35123968,0.1983471,0.2520661,0.1983471,0.08677686,0.6198347,0.61570245,0.41322315,0.42561984,0.5082645,0.6280992,0.6694215,0.69008267,0.6280992,0.49586776,0.56198347,0.57024795,0.58264464,0.38016528,0.15289256,0.38429752,0.55785125,0.58264464,0.55785125,0.59917355,0.69008267,0.7355372,0.6983471,0.5495868,0.39256197,0.46694216,0.71900827,0.7933884,0.47933885,0.2107438,0.2107438,0.37603307,0.16115703,0.4090909,0.6735537,0.56198347,0.4338843,0.4090909,0.42561984,0.5123967,0.5,0.5123967,0.57024795,0.59090906,0.6322314,0.6652893,0.6818182,0.78099173,0.75206614,0.6652893,0.6280992,0.49586776,0.46694216,0.42975205,0.41322315,0.40082645,0.41735536,0.55785125,0.60330576,0.3429752,0.27272728,0.38016528,0.2603306,0.11570248,0.58264464,0.78512394,0.58677685,0.33471075,0.40082645,0.57438016,0.6570248,0.6735537,0.6363636,0.5413223,0.57024795,0.58677685,0.57024795,0.338843,0.1570248,0.3677686,0.55785125,0.57024795,0.5495868,0.6322314,0.6859504,0.7231405,0.6570248,0.49586776,0.47933885,0.48347107,0.661157,0.7892562,0.45867768,0.38842976,0.2231405,0.27272728,0.19421488,0.40082645,0.6198347,0.53305787,0.43801653,0.47107437,0.41322315,0.42975205,0.5,0.5247934,0.59090906,0.61570245,0.6280992,0.6652893,0.6942149,0.8264463,0.74793386,0.6570248,0.6487603,0.57024795,0.4876033,0.5495868,0.5041322,0.48347107,0.4876033,0.5,0.54545456,0.40082645,0.27272728,0.19421488,0.34710744,0.38842976,0.7355372,0.74380165,0.607438,0.44214877,0.36363637,0.5247934,0.6570248,0.6694215,0.6446281,0.57024795,0.57024795,0.60330576,0.55785125,0.3140496,0.16528925,0.36363637,0.56198347,0.55785125,0.56198347,0.6487603,0.6859504,0.677686,0.59090906,0.5,0.46694216,0.41735536,0.4876033,0.62396693,0.5041322,0.5123967,0.3429752,0.30578512,0.338843,0.4752066,0.55785125,0.5082645,0.48347107,0.5041322,0.5165289,0.5123967,0.5,0.553719,0.60330576,0.61570245,0.6280992,0.661157,0.70247936,0.8347107,0.76033056,0.6735537,0.6487603,0.6404959,0.5371901,0.5289256,0.53305787,0.46280992,0.5041322,0.5041322,0.5123967,0.5206612,0.46280992,0.37190083,0.38842976,0.4876033,0.6322314,0.56198347,0.4752066,0.42561984,0.4338843,0.49173555,0.6404959,0.677686,0.6528926,0.59090906,0.5785124,0.59917355,0.5661157,0.30165288,0.16115703,0.38429752,0.5661157,0.553719,0.58677685,0.6528926,0.6570248,0.6322314,0.57024795,0.5206612,0.49586776,0.49173555,0.5041322,0.48347107,0.5123967,0.41735536,0.446281,0.5082645,0.5165289,0.53305787,0.5247934,0.5082645,0.5165289,0.5495868,0.5371901,0.5371901,0.5495868,0.58264464,0.60330576,0.607438,0.6280992,0.6570248,0.70247936,0.7933884,0.72727275,0.6694215,0.6363636,0.6652893,0.6322314,0.5495868,0.55785125,0.55785125,0.5206612,0.5413223,0.54545456,0.5495868,0.553719,0.5206612,0.4876033,0.5082645,0.54545456,0.5041322,0.5413223,0.4876033,0.45867768,0.49173555,0.58677685,0.661157,0.6694215,0.60330576,0.5785124,0.59917355,0.58264464,0.27272728,0.14876033,0.42975205,0.553719,0.5495868,0.59090906,0.6487603,0.6363636,0.6198347,0.58677685,0.5661157,0.5413223,0.55785125,0.59090906,0.58264464,0.60330576,0.57438016,0.56198347,0.5661157,0.553719,0.5661157,0.55785125,0.553719,0.5661157,0.5785124,0.553719,0.55785125,0.5785124,0.59917355,0.59917355,0.60330576,0.6280992,0.6735537,0.7107438,0.77272725,0.75619835,0.6487603,0.62396693,0.6528926,0.6694215,0.59917355,0.5785124,0.607438,0.61570245,0.59504133,0.57024795,0.57024795,0.59917355,0.59504133,0.6198347,0.6363636,0.6446281,0.6280992,0.61157024,0.57024795,0.5413223,0.5495868,0.58264464,0.6446281,0.6652893,0.6280992,0.59090906,0.60330576,0.59917355,0.23140496,0.17355372,0.4752066,0.5495868,0.5371901,0.59504133,0.6363636,0.6198347,0.61570245,0.607438,0.61157024,0.607438,0.6198347,0.6363636,0.6446281,0.6487603,0.6363636,0.61570245,0.607438,0.60330576,0.61570245,0.61157024,0.6198347,0.61570245,0.59504133,0.5661157,0.56198347,0.61157024,0.59917355,0.59090906,0.61157024,0.6404959,0.6735537,0.6983471,0.74380165,0.76859504,0.72727275,0.6280992,0.6363636,0.6652893,0.6363636,0.607438,0.62396693,0.6570248,0.6652893,0.6198347,0.59090906,0.59090906,0.6198347,0.6528926,0.6818182,0.677686,0.6694215,0.6570248,0.6528926,0.61157024,0.6446281,0.6487603,0.6694215,0.6818182,0.6404959,0.59917355,0.61570245,0.61570245,0.19421488,0.17768595,0.5289256,0.5495868,0.5495868,0.59090906,0.61570245,0.60330576,0.60330576,0.61570245,0.6280992,0.6322314,0.6446281,0.6487603,0.6570248,0.6487603,0.6446281,0.6487603,0.6404959,0.6280992,0.661157,0.6652893,0.6570248,0.6322314,0.59504133,0.58264464,0.5785124,0.6280992,0.59504133,0.58677685,0.6280992,0.6652893,0.6818182,0.70247936,0.73140496,0.76859504,0.8305785,0.6818182,0.6363636,0.6487603,0.6528926,0.6363636,0.6322314,0.661157,0.677686,0.6735537,0.6446281,0.6446281,0.60330576,0.59504133,0.6363636,0.6487603,0.6528926,0.6528926,0.6818182,0.6322314,0.6859504,0.6942149,0.6983471,0.70247936,0.6570248,0.607438,0.61570245,0.6322314,0.23140496,0.25619835,0.553719,0.5371901,0.55785125,0.5785124,0.60330576,0.59917355,0.61157024,0.6322314,0.6363636,0.6446281,0.6652893,0.661157,0.6735537,0.6652893,0.6487603,0.6652893,0.6735537,0.6694215,0.69008267,0.6859504,0.6652893,0.6280992,0.59917355,0.59504133,0.61157024,0.62396693,0.58677685,0.607438,0.6363636,0.677686,0.72727275,0.74380165,0.74380165,0.80991733,0.90082645,0.73140496,0.661157,0.6404959,0.6570248,0.661157,0.6528926,0.677686,0.661157,0.6818182,0.69008267,0.6942149,0.6528926,0.661157,0.6652893,0.6735537,0.6942149,0.69008267,0.677686,0.6735537,0.6983471,0.7066116,0.7107438,0.70247936,0.661157,0.6322314,0.6198347,0.6446281,0.1983471,0.37190083,0.56198347,0.5371901,0.5661157,0.59917355,0.59504133,0.59504133,0.61157024,0.6280992,0.6322314,0.6446281,0.661157,0.661157,0.6528926,0.6487603,0.6570248,0.6818182,0.69008267,0.6983471,0.6859504,0.6735537,0.6487603,0.6198347,0.60330576,0.61570245,0.6363636,0.60330576,0.60330576,0.6570248,0.677686,0.71900827,0.8140496,0.7768595,0.75206614,0.76859504,0.8553719,0.76033056,0.7066116,0.6487603,0.6528926,0.6694215,0.6694215,0.6983471,0.6859504,0.6942149,0.7231405,0.6983471,0.6983471,0.6818182,0.6983471,0.70247936,0.7066116,0.7066116,0.7107438,0.7066116,0.71487606,0.71487606,0.71487606,0.6983471,0.6652893,0.6280992,0.60330576,0.6694215,0.23553719,0.46694216,0.55785125,0.5371901,0.57438016,0.61157024,0.60330576,0.59090906,0.60330576,0.61570245,0.6280992,0.6404959,0.6280992,0.6570248,0.6694215,0.6735537,0.6942149,0.70247936,0.6983471,0.7107438,0.6818182,0.661157,0.6322314,0.6198347,0.61157024,0.62396693,0.6363636,0.60330576,0.6570248,0.6818182,0.6859504,0.7355372,0.7892562,0.7644628,0.73966944,0.73140496,0.77272725,0.75619835,0.72727275,0.69008267,0.6404959,0.6694215,0.6694215,0.6818182,0.6942149,0.70247936,0.6983471,0.7107438,0.72727275,0.7066116,0.7107438,0.7231405,0.71487606,0.73140496,0.73966944,0.74380165,0.73966944,0.71900827,0.70247936,0.677686,0.6570248,0.62396693,0.62396693,0.6570248,0.28099173,0.5082645,0.54545456,0.55785125,0.58264464,0.61157024,0.59917355,0.59504133,0.62396693,0.6198347,0.62396693,0.6446281,0.6404959,0.6446281,0.6652893,0.677686,0.6942149,0.6942149,0.70247936,0.69008267,0.6694215,0.6404959,0.6363636,0.62396693,0.6322314,0.6363636,0.607438,0.6446281,0.7066116,0.71900827,0.70247936,0.75619835,0.79752064,0.77272725,0.75206614,0.74380165,0.74793386,0.74380165,0.7355372,0.6942149,0.62396693,0.677686,0.6694215,0.6652893,0.677686,0.6942149,0.6983471,0.71487606,0.71487606,0.73140496,0.73140496,0.7355372,0.72727275,0.74380165,0.75619835,0.76033056,0.73966944,0.73140496,0.70247936,0.6694215,0.661157,0.6322314,0.6198347,0.6528926,0.34710744,0.5206612,0.553719,0.57024795,0.59917355,0.59504133,0.61570245,0.6198347,0.6404959,0.6446281,0.6280992,0.6570248,0.6487603,0.6280992,0.6735537,0.677686,0.69008267,0.6735537,0.6859504,0.6570248,0.6446281,0.61570245,0.6363636,0.6280992,0.6570248,0.6404959,0.62396693,0.6859504,0.72727275,0.71487606,0.73140496,0.77272725,0.80991733,0.78099173,0.76033056,0.7644628,0.77272725,0.75206614,0.71487606,0.6735537,0.6446281,0.6487603,0.6942149,0.6983471,0.6818182,0.6818182,0.6942149,0.71487606,0.7231405,0.71900827,0.7355372,0.73966944,0.73966944,0.7355372,0.75206614,0.74793386,0.72727275,0.72727275,0.69008267,0.661157,0.661157,0.6363636,0.6198347,0.6487603,0.38429752,0.5206612,0.57024795,0.57438016,0.58677685,0.607438,0.62396693,0.6404959,0.661157,0.6694215,0.6570248,0.6528926,0.677686,0.6528926,0.6859504,0.6694215,0.6735537,0.6652893,0.6570248,0.6363636,0.6198347,0.62396693,0.6363636,0.6404959,0.6652893,0.6322314,0.6818182,0.75206614,0.72727275,0.70247936,0.8305785,0.79752064,0.7768595,0.7644628,0.75206614,0.76859504,0.822314,0.72727275,0.677686,0.7066116,0.6570248,0.6570248,0.6983471,0.7066116,0.70247936,0.69008267,0.6859504,0.7066116,0.71900827,0.71900827,0.73140496,0.7231405,0.73140496,0.74380165,0.73966944,0.74380165,0.71900827,0.71487606,0.6859504,0.6818182,0.6570248,0.6280992,0.62396693,0.6363636,0.4090909,0.5165289,0.57024795,0.5785124,0.57024795,0.62396693,0.6198347,0.6570248,0.6735537,0.6859504,0.6859504,0.6818182,0.6983471,0.7066116,0.69008267,0.6694215,0.661157,0.6487603,0.6446281,0.62396693,0.6280992,0.6322314,0.6363636,0.6570248,0.6487603,0.6570248,0.7768595,0.78512394,0.59090906,0.5495868,0.78512394,0.8553719,0.7933884,0.77272725,0.7768595,0.8057851,0.7892562,0.5041322,0.59090906,0.78099173,0.7231405,0.6363636,0.6983471,0.70247936,0.7066116,0.7066116,0.6983471,0.70247936,0.70247936,0.7107438,0.7231405,0.71487606,0.7355372,0.72727275,0.70247936,0.70247936,0.71900827,0.7066116,0.7066116,0.6818182,0.6404959,0.6198347,0.6198347,0.6198347,0.39256197,0.5247934,0.5785124,0.58677685,0.58677685,0.6198347,0.6404959,0.677686,0.6859504,0.6942149,0.69008267,0.70247936,0.70247936,0.71487606,0.6859504,0.677686,0.661157,0.6652893,0.6446281,0.6404959,0.6446281,0.6404959,0.6446281,0.6694215,0.661157,0.75206614,0.80991733,0.59090906,0.24380165,0.28512397,0.553719,0.8429752,0.822314,0.78099173,0.7892562,0.7933884,0.5082645,0.16528925,0.30165288,0.7644628,0.8057851,0.62396693,0.6942149,0.71487606,0.7066116,0.71487606,0.71900827,0.70247936,0.7066116,0.7107438,0.7107438,0.6983471,0.71487606,0.71487606,0.71900827,0.7107438,0.71900827,0.7066116,0.6983471,0.6735537,0.6404959,0.61570245,0.607438,0.607438,0.37603307,0.5289256,0.59090906,0.59504133,0.59917355,0.661157,0.62396693,0.69008267,0.6942149,0.70247936,0.70247936,0.7107438,0.7107438,0.7107438,0.70247936,0.6942149,0.661157,0.661157,0.6404959,0.6404959,0.6487603,0.6363636,0.661157,0.6528926,0.70247936,0.822314,0.7066116,0.35123968,0.10330579,0.3264463,0.446281,0.6570248,0.838843,0.75619835,0.75206614,0.58264464,0.21900827,0.19008264,0.30578512,0.6570248,0.8181818,0.6198347,0.6983471,0.7355372,0.7066116,0.7107438,0.71900827,0.70247936,0.71487606,0.71487606,0.71487606,0.6983471,0.7066116,0.7066116,0.7107438,0.71900827,0.7231405,0.70247936,0.70247936,0.677686,0.6404959,0.61157024,0.61157024,0.58677685,0.36363637,0.5165289,0.59504133,0.61157024,0.61570245,0.6570248,0.677686,0.677686,0.6818182,0.6942149,0.7066116,0.71900827,0.72727275,0.71487606,0.70247936,0.6818182,0.6570248,0.6487603,0.6528926,0.6528926,0.6528926,0.6487603,0.6859504,0.6363636,0.74380165,0.78512394,0.56198347,0.3305785,0.22727273,0.446281,0.6404959,0.6735537,0.79752064,0.74793386,0.70247936,0.553719,0.35123968,0.35950413,0.42561984,0.59090906,0.74380165,0.61570245,0.7231405,0.74793386,0.71900827,0.71900827,0.71487606,0.71487606,0.7066116,0.7231405,0.7066116,0.6859504,0.7107438,0.7107438,0.7107438,0.71487606,0.72727275,0.7107438,0.71487606,0.69008267,0.6404959,0.607438,0.60330576,0.55785125,0.30578512,0.49586776,0.58677685,0.6198347,0.6280992,0.6570248,0.69008267,0.69008267,0.6983471,0.7107438,0.7107438,0.7231405,0.71487606,0.6942149,0.70247936,0.6818182,0.677686,0.6404959,0.6570248,0.6528926,0.6446281,0.6528926,0.6818182,0.62396693,0.6983471,0.73966944,0.57438016,0.4752066,0.47107437,0.58264464,0.75619835,0.75619835,0.75619835,0.71900827,0.6818182,0.607438,0.54545456,0.5371901,0.55785125,0.62396693,0.661157,0.6404959,0.73966944,0.74793386,0.74380165,0.7231405,0.71900827,0.73966944,0.71900827,0.7231405,0.6983471,0.7066116,0.7066116,0.7107438,0.70247936,0.71487606,0.73140496,0.71900827,0.71900827,0.6983471,0.6446281,0.607438,0.60330576,0.5165289,0.24793388,0.4752066,0.59090906,0.61570245,0.6446281,0.677686,0.6942149,0.6983471,0.7066116,0.71900827,0.73140496,0.73966944,0.71900827,0.70247936,0.70247936,0.6859504,0.6818182,0.6528926,0.6487603,0.6528926,0.6528926,0.6652893,0.677686,0.6446281,0.60330576,0.7107438,0.6694215,0.59090906,0.59090906,0.59917355,0.677686,0.7066116,0.7066116,0.69008267,0.6363636,0.53305787,0.5041322,0.5413223,0.58677685,0.58264464,0.59917355,0.6735537,0.75206614,0.75619835,0.73140496,0.71900827,0.73140496,0.75206614,0.73966944,0.7231405,0.7066116,0.71487606,0.7107438,0.71900827,0.6942149,0.7107438,0.7355372,0.7231405,0.7066116,0.6859504,0.6280992,0.60330576,0.60330576,0.45867768,0.1694215,0.42561984,0.58677685,0.61157024,0.6404959,0.6859504,0.7066116,0.6859504,0.6983471,0.71900827,0.73140496,0.74793386,0.7231405,0.71900827,0.7107438,0.69008267,0.6735537,0.6487603,0.6528926,0.6528926,0.661157,0.677686,0.6652893,0.6446281,0.57438016,0.58677685,0.6363636,0.60330576,0.61157024,0.54545456,0.54545456,0.61157024,0.6487603,0.6404959,0.56198347,0.45867768,0.446281,0.41735536,0.5123967,0.5371901,0.6280992,0.6818182,0.73966944,0.76859504,0.74793386,0.7355372,0.7355372,0.74793386,0.75206614,0.73966944,0.7231405,0.73140496,0.71900827,0.72727275,0.71487606,0.7107438,0.74380165,0.7231405,0.6983471,0.6652893,0.6322314,0.59504133,0.59504133,0.40495867,0.16528925,0.38016528,0.57438016,0.61570245,0.6363636,0.6818182,0.7231405,0.6818182,0.6942149,0.72727275,0.71487606,0.7231405,0.7231405,0.71900827,0.7107438,0.6859504,0.6818182,0.6487603,0.661157,0.6528926,0.661157,0.661157,0.6487603,0.62396693,0.57024795,0.5413223,0.5082645,0.5082645,0.57024795,0.5082645,0.47107437,0.53305787,0.56198347,0.56198347,0.5123967,0.45867768,0.45867768,0.35950413,0.4090909,0.5247934,0.6404959,0.6818182,0.7231405,0.75206614,0.7644628,0.73140496,0.7231405,0.7355372,0.74380165,0.74380165,0.7355372,0.72727275,0.73140496,0.7107438,0.74793386,0.72727275,0.73140496,0.7231405,0.71487606,0.661157,0.6198347,0.59504133,0.59090906,0.3181818,0.3305785,0.3553719,0.55785125,0.61157024,0.6446281,0.6818182,0.72727275,0.72727275,0.6942149,0.71487606,0.7231405,0.72727275,0.7231405,0.71487606,0.7107438,0.6818182,0.6859504,0.661157,0.661157,0.6570248,0.6652893,0.6570248,0.6446281,0.62396693,0.5785124,0.5247934,0.45041323,0.44214877,0.49586776,0.4876033,0.45454547,0.46280992,0.4876033,0.446281,0.46694216,0.45041323,0.45867768,0.3677686,0.35950413,0.5123967,0.60330576,0.6487603,0.71487606,0.73966944,0.76033056,0.74793386,0.7355372,0.73140496,0.73966944,0.74793386,0.75206614,0.72727275,0.7355372,0.73966944,0.73966944,0.72727275,0.71900827,0.72727275,0.70247936,0.6570248,0.6198347,0.59090906,0.5247934,0.30991736,0.55785125,0.32231405,0.5247934,0.61157024,0.6570248,0.6942149,0.72727275,0.73966944,0.6983471,0.6942149,0.71487606,0.7355372,0.71487606,0.7066116,0.6983471,0.6735537,0.677686,0.661157,0.6446281,0.6570248,0.6652893,0.6363636,0.6198347,0.59504133,0.5413223,0.47933885,0.41735536,0.43801653,0.4752066,0.49586776,0.49173555,0.42561984,0.446281,0.39256197,0.4214876,0.4752066,0.48347107,0.4214876,0.41735536,0.4752066,0.49586776,0.58264464,0.6694215,0.71487606,0.73966944,0.75206614,0.75619835,0.7231405,0.74380165,0.7644628,0.75206614,0.7355372,0.74380165,0.7355372,0.73140496,0.71900827,0.7107438,0.71900827,0.6983471,0.6652893,0.6198347,0.58264464,0.446281,0.4090909,0.7107438,0.35123968,0.48347107,0.59917355,0.6446281,0.69008267,0.71900827,0.72727275,0.73140496,0.7107438,0.73140496,0.71900827,0.71900827,0.70247936,0.69008267,0.6735537,0.6735537,0.6528926,0.6487603,0.6818182,0.661157,0.6280992,0.607438,0.57024795,0.5206612,0.47107437,0.4214876,0.4752066,0.5082645,0.55785125,0.57438016,0.4752066,0.42561984,0.41735536,0.45041323,0.57438016,0.6198347,0.59504133,0.56198347,0.49586776,0.5041322,0.5123967,0.58677685,0.6528926,0.6652893,0.7066116,0.74793386,0.7355372,0.72727275,0.75206614,0.75206614,0.74793386,0.7355372,0.74380165,0.74380165,0.71900827,0.7107438,0.7107438,0.6859504,0.661157,0.607438,0.56198347,0.40495867,0.46694216,0.8057851,0.48347107,0.42975205,0.59504133,0.6363636,0.677686,0.7066116,0.7231405,0.73140496,0.73966944,0.74380165,0.7066116,0.71487606,0.6983471,0.6818182,0.6694215,0.6652893,0.6570248,0.677686,0.6735537,0.6322314,0.58264464,0.55785125,0.5206612,0.5082645,0.48347107,0.47107437,0.5413223,0.60330576,0.661157,0.6404959,0.59504133,0.5785124,0.5661157,0.5661157,0.61570245,0.6487603,0.6363636,0.6652893,0.6363636,0.5785124,0.5123967,0.5413223,0.56198347,0.5661157,0.59917355,0.6694215,0.76033056,0.7231405,0.7231405,0.75619835,0.75619835,0.74380165,0.74380165,0.73966944,0.7355372,0.6983471,0.7066116,0.6735537,0.6528926,0.59090906,0.5165289,0.38842976,0.55785125,0.75619835,0.5123967,0.4214876,0.5413223,0.60330576,0.6652893,0.6942149,0.71487606,0.71487606,0.75206614,0.7355372,0.7107438,0.7066116,0.70247936,0.6859504,0.677686,0.677686,0.661157,0.6570248,0.61570245,0.59090906,0.5247934,0.5082645,0.5165289,0.5289256,0.5413223,0.58677685,0.6487603,0.6570248,0.6446281,0.6198347,0.61570245,0.6487603,0.6570248,0.59090906,0.58677685,0.607438,0.6198347,0.6280992,0.661157,0.69008267,0.62396693,0.56198347,0.5082645,0.5082645,0.5289256,0.55785125,0.72727275,0.7355372,0.6983471,0.76033056,0.76033056,0.75619835,0.74793386,0.74380165,0.73966944,0.70247936,0.7066116,0.6570248,0.6280992,0.5785124,0.5,0.42561984,0.6322314,0.6942149,0.55785125,0.39256197,0.5495868,0.57438016,0.6363636,0.69008267,0.6983471,0.7066116,0.73966944,0.71487606,0.7107438,0.70247936,0.70247936,0.6859504,0.677686,0.6652893,0.6322314,0.58677685,0.54545456,0.5247934,0.48347107,0.5206612,0.5495868,0.59090906,0.6404959,0.6818182,0.677686,0.6694215,0.6280992,0.6363636,0.62396693,0.6280992,0.661157,0.60330576,0.61570245,0.6446281,0.6487603,0.6404959,0.6487603,0.69008267,0.7066116,0.6735537,0.5785124,0.53305787,0.5413223,0.46694216,0.5785124,0.7231405,0.70247936,0.74793386,0.75206614,0.75206614,0.74380165,0.7355372,0.7355372,0.71487606,0.70247936,0.6528926,0.6198347,0.54545456,0.47107437,0.46280992,0.6363636,0.6735537,0.61157024,0.39256197,0.5247934,0.55785125,0.59504133,0.6528926,0.6652893,0.69008267,0.73140496,0.71487606,0.71487606,0.71487606,0.6942149,0.6942149,0.6735537,0.661157,0.60330576,0.5495868,0.4876033,0.49586776,0.5206612,0.57024795,0.59090906,0.6818182,0.73140496,0.72727275,0.6818182,0.6983471,0.69008267,0.661157,0.6528926,0.6198347,0.60330576,0.61570245,0.6404959,0.6570248,0.6570248,0.6404959,0.6446281,0.6446281,0.6652893,0.73140496,0.69008267,0.6694215,0.5661157,0.45867768,0.5123967,0.6528926,0.70247936,0.72727275,0.74380165,0.71900827,0.7231405,0.71487606,0.73140496,0.7066116,0.6487603,0.6322314,0.59090906,0.5289256,0.45867768,0.45867768,0.6487603,0.6942149,0.6859504,0.42561984,0.49586776,0.55785125,0.5785124,0.6280992,0.6487603,0.6694215,0.71487606,0.71487606,0.7066116,0.7066116,0.6942149,0.70247936,0.661157,0.6570248,0.57438016,0.5165289,0.5,0.5495868,0.6322314,0.6363636,0.677686,0.72727275,0.72727275,0.7231405,0.6859504,0.6735537,0.6859504,0.62396693,0.6652893,0.61570245,0.59504133,0.59917355,0.57024795,0.5247934,0.4876033,0.5041322,0.5495868,0.56198347,0.58264464,0.6446281,0.7355372,0.7355372,0.6446281,0.5413223,0.5289256,0.59504133,0.6942149,0.6942149,0.7066116,0.7066116,0.7107438,0.70247936,0.6942149,0.7107438,0.661157,0.6363636,0.56198347,0.54545456,0.4338843,0.45454547,0.6570248,0.7107438,0.78099173,0.5,0.43801653,0.5371901,0.59090906,0.6404959,0.6280992,0.6487603,0.6859504,0.7066116,0.6818182,0.677686,0.6735537,0.6694215,0.6487603,0.6446281,0.58264464,0.55785125,0.55785125,0.6404959,0.71487606,0.74793386,0.74380165,0.661157,0.6528926,0.6446281,0.58264464,0.53305787,0.57024795,0.53305787,0.5661157,0.5206612,0.5371901,0.5206612,0.5082645,0.45867768,0.40082645,0.33471075,0.4090909,0.5041322,0.5495868,0.54545456,0.6280992,0.7066116,0.6983471,0.6363636,0.5785124,0.6198347,0.69008267,0.69008267,0.6818182,0.69008267,0.6942149,0.6942149,0.6735537,0.6735537,0.661157,0.60330576,0.57438016,0.5289256,0.45041323,0.5,0.6859504,0.72727275,0.6198347,0.57024795,0.45867768,0.5289256,0.6280992,0.6570248,0.6280992,0.6198347,0.6694215,0.677686,0.6694215,0.6652893,0.6818182,0.6446281,0.6570248,0.6404959,0.6280992,0.59917355,0.62396693,0.7107438,0.73966944,0.73966944,0.6652893,0.61570245,0.58677685,0.5,0.4338843,0.43801653,0.49586776,0.5,0.47933885,0.42561984,0.47933885,0.47107437,0.45867768,0.35123968,0.3140496,0.28512397,0.20247933,0.42561984,0.446281,0.47933885,0.47933885,0.553719,0.6446281,0.677686,0.6363636,0.6652893,0.70247936,0.661157,0.677686,0.70247936,0.7066116,0.6652893,0.661157,0.6570248,0.59090906,0.58677685,0.553719,0.5206612,0.47107437,0.553719,0.7107438,0.73966944,0.29338843,0.446281,0.48347107,0.5289256,0.58677685,0.58264464,0.59917355,0.62396693,0.6570248,0.6570248,0.6446281,0.661157,0.6652893,0.661157,0.6570248,0.661157,0.6363636,0.6487603,0.7107438,0.7355372,0.69008267,0.6280992,0.5785124,0.57024795,0.5041322,0.36363637,0.3966942,0.42561984,0.45041323,0.45454547,0.42561984,0.37190083,0.37603307,0.38842976,0.42975205,0.446281,0.47933885,0.49586776,0.47107437,0.46694216,0.45454547,0.46694216,0.43801653,0.49173555,0.59917355,0.6528926,0.6528926,0.6735537,0.6942149,0.661157,0.6818182,0.661157,0.6818182,0.6363636,0.6363636,0.6363636,0.5661157,0.61570245,0.59090906,0.5041322,0.45041323,0.38842976,0.49586776,0.6322314,0.20661157,0.33471075,0.4876033,0.5165289,0.57024795,0.59917355,0.61157024,0.61570245,0.6446281,0.6570248,0.6570248,0.6694215,0.6694215,0.6735537,0.6528926,0.6694215,0.61157024,0.6652893,0.6859504,0.6528926,0.5413223,0.47933885,0.46280992,0.49173555,0.45454547,0.38842976,0.44214877,0.45867768,0.47933885,0.49173555,0.47933885,0.48347107,0.49586776,0.5165289,0.57438016,0.6322314,0.6404959,0.6322314,0.6198347,0.60330576,0.60330576,0.61157024,0.59504133,0.61157024,0.6446281,0.6280992,0.62396693,0.6735537,0.6735537,0.6528926,0.661157,0.6652893,0.6528926,0.62396693,0.6363636,0.6198347,0.607438,0.61157024,0.60330576,0.5206612,0.36363637,0.20247933,0.23553719,0.26859504,0.2107438,0.2603306,0.42561984,0.5082645,0.553719,0.61157024,0.6198347,0.59917355,0.62396693,0.6652893,0.6446281,0.6487603,0.6487603,0.677686,0.6528926,0.6735537,0.6570248,0.677686,0.6322314,0.59917355,0.48347107,0.4214876,0.42975205,0.47933885,0.5,0.5165289,0.5289256,0.53305787,0.55785125,0.5661157,0.55785125,0.5495868,0.58264464,0.60330576,0.6363636,0.6446281,0.6322314,0.61570245,0.6280992,0.6280992,0.6363636,0.6404959,0.6487603,0.69008267,0.7066116,0.6322314,0.6198347,0.6363636,0.6942149,0.6694215,0.6652893,0.6404959,0.6818182,0.6280992,0.61570245,0.6198347,0.61157024,0.60330576,0.5785124,0.54545456,0.2644628,0.18181819,0.21900827,0.22727273,0.2231405,0.20247933,0.35123968,0.5082645,0.5661157,0.60330576,0.607438,0.6198347,0.61157024,0.6528926,0.6404959,0.6487603,0.6446281,0.6652893,0.69008267,0.661157,0.677686,0.6735537,0.6404959,0.6404959,0.58677685,0.5661157,0.5661157,0.5661157,0.56198347,0.57024795,0.58677685,0.60330576,0.6280992,0.6446281,0.6322314,0.6198347,0.6280992,0.6570248,0.6446281,0.6528926,0.661157,0.6818182,0.6942149,0.6859504,0.6735537,0.6735537,0.6487603,0.70247936,0.71487606,0.6983471,0.661157,0.6363636,0.661157,0.70247936,0.6735537,0.55785125,0.661157,0.6487603,0.61570245,0.607438,0.61570245,0.60330576,0.5785124,0.49586776,0.20247933,0.18181819,0.23553719,0.2231405,0.22727273,0.1983471,0.28099173,0.49173555,0.58677685,0.60330576,0.6363636,0.6280992,0.6198347,0.6528926,0.6528926,0.6322314,0.62396693,0.6652893,0.6735537,0.6735537,0.7355372,0.6652893,0.6570248,0.6735537,0.661157,0.677686,0.6652893,0.6694215,0.6942149,0.6983471,0.72727275,0.7355372,0.7644628,0.75206614,0.7107438,0.69008267,0.69008267,0.7066116,0.7066116,0.7107438,0.73966944,0.7231405,0.7066116,0.70247936,0.6694215,0.6735537,0.661157,0.69008267,0.7107438,0.72727275,0.7066116,0.6487603,0.6942149,0.6983471,0.71900827,0.61157024,0.661157,0.6487603,0.607438,0.61570245,0.607438,0.607438,0.59090906,0.45867768,0.18595041,0.18181819,0.2107438,0.21487603,0.2231405,0.20661157,0.23140496,0.41735536,0.5785124,0.61157024,0.6322314,0.677686,0.60330576,0.6570248,0.6652893,0.6322314,0.6280992,0.6404959,0.69008267,0.6859504,0.73966944,0.677686,0.6735537,0.6818182,0.6859504,0.71487606,0.71487606,0.72727275,0.7644628,0.7644628,0.78099173,0.76859504,0.73966944,0.6818182,0.661157,0.6363636,0.6280992,0.60330576,0.6198347,0.61570245,0.6487603,0.6487603,0.6322314,0.6570248,0.6198347,0.661157,0.6859504,0.6942149,0.74380165,0.73966944,0.72727275,0.6694215,0.677686,0.69008267,0.71487606,0.6280992,0.6570248,0.6404959,0.58677685,0.59917355,0.59504133,0.607438,0.59917355,0.4338843,0.17355372,0.1983471,0.20247933,0.2107438,0.21487603,0.2231405,0.20661157,0.36363637,0.5495868,0.607438,0.6322314,0.6694215,0.6322314,0.661157,0.6570248,0.61570245,0.607438,0.62396693,0.6652893,0.69008267,0.7231405,0.661157,0.69008267,0.7107438,0.69008267,0.71487606,0.70247936,0.6818182,0.7066116,0.6818182,0.6652893,0.677686,0.58264464,0.553719,0.5,0.5289256,0.5289256,0.45454547,0.46694216,0.53305787,0.56198347,0.607438,0.6280992,0.6528926,0.661157,0.6942149,0.7231405,0.7066116,0.73140496,0.75619835,0.7355372,0.6818182,0.661157,0.6818182,0.6859504,0.6487603,0.6404959,0.6528926,0.59917355,0.607438,0.57024795,0.58677685,0.55785125,0.338843,0.19421488,0.19421488,0.20247933,0.1983471,0.2231405,0.21900827,0.20661157,0.3140496,0.5247934,0.59917355,0.6446281,0.6446281,0.6363636,0.6570248,0.6446281,0.6570248,0.6280992,0.6652893,0.6942149,0.7231405,0.7355372,0.6487603,0.6859504,0.7355372,0.71900827,0.71900827,0.69008267,0.6652893,0.6652893,0.6859504,0.6528926,0.6487603,0.5495868,0.5785124,0.5165289,0.54545456,0.58264464,0.49173555,0.47107437,0.5495868,0.61570245,0.6198347,0.677686,0.7066116,0.71487606,0.73140496,0.73966944,0.73966944,0.74380165,0.75619835,0.75206614,0.70247936,0.6652893,0.6652893,0.6652893,0.661157,0.6487603,0.6570248,0.6198347,0.6363636,0.58264464,0.60330576,0.53305787,0.29752067,0.18595041,0.1983471,0.20247933,0.18595041,0.22727273,0.2231405,0.20247933,0.27272728,0.5082645,0.58677685,0.607438,0.6363636,0.61157024,0.661157,0.6528926,0.661157,0.6322314,0.6487603,0.70247936,0.7107438,0.7107438,0.677686,0.6859504,0.73966944,0.74793386,0.74380165,0.7231405,0.72727275,0.71487606,0.7355372,0.72727275,0.7107438,0.6322314,0.59917355,0.5495868,0.5661157,0.59917355,0.5661157,0.5495868,0.58677685,0.6528926,0.69008267,0.70247936,0.72727275,0.7355372,0.74380165,0.74793386,0.75619835,0.76033056,0.7355372,0.73966944,0.6818182,0.661157,0.661157,0.6487603,0.6570248,0.6446281,0.6528926,0.61157024,0.57024795,0.59504133,0.60330576,0.49173555,0.2520661,0.17768595,0.1983471,0.20247933,0.18181819,0.23553719,0.22727273,0.20247933,0.24793388,0.5247934,0.54545456,0.59504133,0.6487603,0.60330576,0.61157024,0.6570248,0.661157,0.6446281,0.6487603,0.6983471,0.70247936,0.677686,0.70247936,0.71900827,0.76033056,0.74793386,0.75619835,0.74793386,0.75206614,0.74380165,0.75206614,0.74380165,0.73966944,0.7066116,0.6404959,0.61157024,0.61157024,0.6280992,0.6198347,0.6446281,0.6694215,0.71900827,0.74793386,0.73966944,0.73140496,0.7355372,0.74793386,0.75619835,0.73966944,0.75619835,0.70247936,0.72727275,0.6446281,0.61157024,0.6404959,0.6280992,0.6322314,0.6404959,0.6198347,0.6363636,0.5785124,0.55785125,0.57024795,0.46280992,0.23140496,0.17768595,0.19008264,0.20247933,0.20247933,0.24380165,0.21487603,0.2231405,0.2107438,0.5289256,0.5289256,0.60330576,0.6363636,0.61157024,0.61157024,0.6528926,0.6570248,0.661157,0.6487603,0.677686,0.69008267,0.677686,0.6528926,0.75619835,0.7355372,0.73140496,0.72727275,0.73966944,0.74793386,0.74793386,0.74793386,0.74793386,0.73140496,0.73140496,0.6322314,0.6487603,0.6694215,0.661157,0.6694215,0.6983471,0.7355372,0.73966944,0.74380165,0.7355372,0.74380165,0.74380165,0.74793386,0.76033056,0.7066116,0.71487606,0.69008267,0.7107438,0.6322314,0.61570245,0.6322314,0.59090906,0.56198347,0.59504133,0.57024795,0.59504133,0.56198347,0.553719,0.5413223,0.4338843,0.2231405,0.17768595,0.19421488,0.19008264,0.20247933,0.23553719,0.23553719,0.22727273,0.17768595,0.54545456,0.5041322,0.5785124,0.62396693,0.6363636,0.59917355,0.6570248,0.6570248,0.661157,0.6280992,0.661157,0.677686,0.661157,0.6198347,0.7066116,0.7355372,0.74793386,0.7231405,0.74380165,0.74793386,0.75619835,0.7355372,0.73140496,0.71900827,0.70247936,0.6528926,0.6652893,0.677686,0.6983471,0.6983471,0.7107438,0.73140496,0.7231405,0.73140496,0.73966944,0.74793386,0.74793386,0.73966944,0.75206614,0.7066116,0.6983471,0.6652893,0.6446281,0.61157024,0.62396693,0.6404959,0.62396693,0.55785125,0.56198347,0.5785124,0.55785125,0.5289256,0.53305787,0.49586776,0.446281,0.19421488,0.17768595,0.1983471,0.18595041,0.19421488,0.23553719,0.23966943,0.24793388,0.15289256,0.53305787,0.53305787,0.5165289,0.59090906,0.6322314,0.58677685,0.61157024,0.62396693,0.6404959,0.6404959,0.6280992,0.6735537,0.607438,0.607438,0.6528926,0.70247936,0.6942149,0.71487606,0.73966944,0.72727275,0.72727275,0.71487606,0.7066116,0.69008267,0.6942149,0.6818182,0.6818182,0.70247936,0.7066116,0.71487606,0.73140496,0.73966944,0.73966944,0.75619835,0.74793386,0.74380165,0.73966944,0.71900827,0.73966944,0.69008267,0.6694215,0.6859504,0.59917355,0.6363636,0.61157024,0.59917355,0.59917355,0.57438016,0.5371901,0.5495868,0.53305787,0.5165289,0.5041322,0.46694216,0.46280992,0.18181819,0.18181819,0.19421488,0.19421488,0.19008264,0.2520661,0.24380165,0.25619835,0.1322314,0.5206612,0.59504133,0.47107437,0.53305787,0.5785124,0.57438016,0.59090906,0.607438,0.62396693,0.58264464,0.56198347,0.677686,0.61570245,0.59504133,0.6487603,0.6942149,0.69008267,0.72727275,0.7355372,0.7066116,0.70247936,0.6983471,0.6983471,0.6859504,0.6983471,0.6818182,0.69008267,0.71900827,0.71487606,0.71487606,0.73140496,0.73966944,0.7355372,0.75206614,0.7231405,0.71900827,0.73140496,0.6983471,0.7231405,0.6694215,0.6446281,0.6446281,0.59917355,0.6280992,0.59504133,0.5661157,0.60330576,0.55785125,0.5371901,0.57438016,0.53305787,0.5165289,0.44214877,0.5247934,0.4338843,0.16528925,0.19421488,0.1983471,0.19008264,0.1983471,0.24793388,0.23966943,0.24380165,0.1322314,0.5041322,0.6363636,0.5165289,0.5082645,0.55785125,0.60330576,0.607438,0.59090906,0.58264464,0.60330576,0.59504133,0.6487603,0.59917355,0.59504133,0.61157024,0.6363636,0.6735537,0.71487606,0.71487606,0.70247936,0.6859504,0.6818182,0.69008267,0.6859504,0.6983471,0.6983471,0.69008267,0.73140496,0.7231405,0.73140496,0.72727275,0.73966944,0.73140496,0.7231405,0.7066116,0.6818182,0.72727275,0.677686,0.69008267,0.677686,0.6446281,0.59504133,0.59917355,0.607438,0.58677685,0.553719,0.607438,0.5371901,0.5289256,0.54545456,0.5371901,0.49173555,0.44214877,0.60330576,0.37603307,0.1446281,0.19421488,0.1983471,0.19008264,0.19421488,0.23553719,0.23966943,0.23966943,0.1446281,0.5206612,0.6404959,0.61570245,0.49173555,0.5206612,0.5661157,0.6198347,0.59090906,0.59917355,0.57024795,0.59504133,0.61157024,0.60330576,0.58677685,0.607438,0.6363636,0.6652893,0.7066116,0.6983471,0.7107438,0.6652893,0.677686,0.6983471,0.6694215,0.6942149,0.71900827,0.7231405,0.74380165,0.75206614,0.75619835,0.75206614,0.74793386,0.73140496,0.71487606,0.6983471,0.661157,0.6735537,0.6818182,0.6198347,0.6487603,0.661157,0.61570245,0.58264464,0.55785125,0.5661157,0.55785125,0.59504133,0.553719,0.53305787,0.5413223,0.5289256,0.42561984,0.5289256,0.6198347,0.3264463,0.15289256,0.20247933,0.20247933,0.19008264,0.19008264,0.24380165,0.23553719,0.23966943,0.14876033,0.5247934,0.6487603,0.661157,0.56198347,0.47107437,0.57024795,0.6280992,0.59917355,0.5785124,0.5661157,0.59504133,0.58264464,0.61570245,0.59917355,0.57438016,0.607438,0.6446281,0.69008267,0.6694215,0.6942149,0.70247936,0.6694215,0.69008267,0.661157,0.6652893,0.7107438,0.7066116,0.75619835,0.75619835,0.7644628,0.75206614,0.74793386,0.7355372,0.7231405,0.6818182,0.6570248,0.6322314,0.6694215,0.59917355,0.6446281,0.6322314,0.59504133,0.5495868,0.53305787,0.5371901,0.5495868,0.55785125,0.54545456,0.5247934,0.54545456,0.46280992,0.46694216,0.5785124,0.61157024,0.29338843,0.14876033,0.20247933,0.1983471,0.1983471,0.19421488,15 +0.54545456,0.57438016,0.58677685,0.59090906,0.59504133,0.6322314,0.6404959,0.6528926,0.6570248,0.677686,0.6942149,0.6859504,0.6859504,0.6942149,0.69008267,0.6818182,0.677686,0.677686,0.6818182,0.6983471,0.69008267,0.70247936,0.6983471,0.71900827,0.72727275,0.71900827,0.74380165,0.7644628,0.7768595,0.76859504,0.77272725,0.7644628,0.74380165,0.74793386,0.75619835,0.77272725,0.75619835,0.75619835,0.7644628,0.7644628,0.75206614,0.74380165,0.73966944,0.7107438,0.6983471,0.70247936,0.6983471,0.7107438,0.7107438,0.71900827,0.7066116,0.6942149,0.6859504,0.6859504,0.69008267,0.6818182,0.6942149,0.6818182,0.6694215,0.6570248,0.6487603,0.61570245,0.6280992,0.59090906,0.5,0.58264464,0.60330576,0.58264464,0.59917355,0.6363636,0.6487603,0.661157,0.6570248,0.6652893,0.6818182,0.6818182,0.69008267,0.6983471,0.70247936,0.6942149,0.6859504,0.6859504,0.69008267,0.6983471,0.69008267,0.6818182,0.6983471,0.7231405,0.71487606,0.7355372,0.75619835,0.74380165,0.77272725,0.74380165,0.74793386,0.75619835,0.76859504,0.76033056,0.74793386,0.76033056,0.76033056,0.75619835,0.76859504,0.75619835,0.74793386,0.75619835,0.7355372,0.71487606,0.6983471,0.71487606,0.7066116,0.7066116,0.7066116,0.71487606,0.7066116,0.6942149,0.6942149,0.69008267,0.6942149,0.69008267,0.69008267,0.677686,0.6818182,0.6528926,0.62396693,0.6322314,0.607438,0.59917355,0.4752066,0.5661157,0.59917355,0.59917355,0.61157024,0.6280992,0.6404959,0.6528926,0.6694215,0.6694215,0.6735537,0.677686,0.69008267,0.6983471,0.7066116,0.70247936,0.70247936,0.70247936,0.7107438,0.7066116,0.6859504,0.6983471,0.7107438,0.7355372,0.72727275,0.74380165,0.77272725,0.76859504,0.7644628,0.76033056,0.76859504,0.7644628,0.75619835,0.75206614,0.75206614,0.76033056,0.76033056,0.75206614,0.75619835,0.74793386,0.75619835,0.74793386,0.75206614,0.71900827,0.7066116,0.71900827,0.7231405,0.71900827,0.7066116,0.7107438,0.71487606,0.7066116,0.70247936,0.6983471,0.69008267,0.6859504,0.6818182,0.661157,0.661157,0.6570248,0.6280992,0.6322314,0.60330576,0.59917355,0.38842976,0.55785125,0.59917355,0.58677685,0.607438,0.6280992,0.6280992,0.6280992,0.6528926,0.6528926,0.6528926,0.6694215,0.6735537,0.6859504,0.6942149,0.6983471,0.7066116,0.71900827,0.71900827,0.7231405,0.7107438,0.71900827,0.7231405,0.73140496,0.7355372,0.74380165,0.74793386,0.7644628,0.74793386,0.78512394,0.7768595,0.78512394,0.7644628,0.7644628,0.76033056,0.75619835,0.75206614,0.75619835,0.75619835,0.75619835,0.76859504,0.75619835,0.74793386,0.7231405,0.71487606,0.7231405,0.7355372,0.71487606,0.71487606,0.71900827,0.71487606,0.7107438,0.71487606,0.70247936,0.6859504,0.6735537,0.6735537,0.6570248,0.6487603,0.6446281,0.6363636,0.6280992,0.61570245,0.607438,0.32231405,0.56198347,0.59504133,0.57438016,0.59917355,0.6198347,0.61570245,0.61157024,0.6198347,0.6322314,0.6322314,0.6446281,0.6528926,0.661157,0.6694215,0.69008267,0.7066116,0.7107438,0.7107438,0.71487606,0.72727275,0.71900827,0.71487606,0.73966944,0.71900827,0.76033056,0.7768595,0.77272725,0.7644628,0.7644628,0.7768595,0.77272725,0.77272725,0.77272725,0.7644628,0.76033056,0.75206614,0.7644628,0.75206614,0.75206614,0.7768595,0.74793386,0.73140496,0.72727275,0.72727275,0.7355372,0.73140496,0.7107438,0.70247936,0.7107438,0.71487606,0.70247936,0.7107438,0.7066116,0.677686,0.6694215,0.6694215,0.6528926,0.6363636,0.6322314,0.6280992,0.62396693,0.6198347,0.60330576,0.25619835,0.54545456,0.58677685,0.57438016,0.59090906,0.60330576,0.59917355,0.59917355,0.60330576,0.60330576,0.58677685,0.5785124,0.59917355,0.607438,0.6198347,0.6570248,0.6735537,0.6735537,0.6818182,0.70247936,0.71900827,0.73140496,0.72727275,0.73140496,0.73966944,0.75206614,0.7768595,0.7933884,0.78512394,0.77272725,0.75206614,0.7768595,0.7768595,0.76859504,0.76033056,0.76859504,0.7644628,0.77272725,0.76859504,0.76033056,0.77272725,0.74380165,0.72727275,0.7231405,0.74380165,0.73140496,0.71487606,0.7066116,0.6942149,0.6983471,0.6942149,0.69008267,0.6942149,0.6859504,0.6570248,0.6528926,0.6528926,0.6446281,0.6322314,0.6280992,0.62396693,0.6198347,0.61157024,0.59917355,0.21900827,0.5165289,0.57024795,0.553719,0.59090906,0.57438016,0.57024795,0.58677685,0.57438016,0.5413223,0.49173555,0.49173555,0.5289256,0.53305787,0.553719,0.59090906,0.6280992,0.6487603,0.6570248,0.6652893,0.6818182,0.70247936,0.71487606,0.73140496,0.7355372,0.7644628,0.78099173,0.79752064,0.7768595,0.78099173,0.75206614,0.7768595,0.7768595,0.78099173,0.75619835,0.77272725,0.78099173,0.7768595,0.7768595,0.7644628,0.75206614,0.73140496,0.7066116,0.7066116,0.71900827,0.70247936,0.677686,0.6818182,0.6694215,0.6735537,0.661157,0.6570248,0.6528926,0.6570248,0.6487603,0.6528926,0.6404959,0.6280992,0.6280992,0.62396693,0.6280992,0.6198347,0.60330576,0.59090906,0.19421488,0.49586776,0.57438016,0.553719,0.57438016,0.54545456,0.5123967,0.5082645,0.45867768,0.4090909,0.37603307,0.42561984,0.46694216,0.46280992,0.49173555,0.5206612,0.553719,0.58264464,0.61157024,0.6322314,0.6322314,0.6570248,0.69008267,0.71900827,0.7231405,0.74380165,0.76033056,0.78512394,0.78099173,0.7892562,0.7768595,0.78512394,0.78512394,0.7933884,0.7644628,0.7644628,0.7768595,0.7644628,0.75619835,0.74793386,0.7355372,0.70247936,0.677686,0.6694215,0.6652893,0.6528926,0.6404959,0.6198347,0.58677685,0.6322314,0.6363636,0.607438,0.61570245,0.59917355,0.59917355,0.6322314,0.6280992,0.607438,0.60330576,0.60330576,0.607438,0.60330576,0.5785124,0.59090906,0.17768595,0.47933885,0.5785124,0.56198347,0.553719,0.4876033,0.40082645,0.38842976,0.35950413,0.3305785,0.32231405,0.37190083,0.39256197,0.3966942,0.39256197,0.40495867,0.42975205,0.45041323,0.45454547,0.4876033,0.5413223,0.57438016,0.6487603,0.70247936,0.72727275,0.7231405,0.73966944,0.76033056,0.76859504,0.76859504,0.7644628,0.76859504,0.77272725,0.77272725,0.74793386,0.74793386,0.74793386,0.7355372,0.72727275,0.7107438,0.6983471,0.6487603,0.6280992,0.59090906,0.57024795,0.58677685,0.58264464,0.57024795,0.5123967,0.56198347,0.56198347,0.5165289,0.5,0.5041322,0.4876033,0.5661157,0.6280992,0.62396693,0.59090906,0.57438016,0.58264464,0.5785124,0.57024795,0.58677685,0.18181819,0.46280992,0.58677685,0.5495868,0.4876033,0.40495867,0.37603307,0.37603307,0.38842976,0.39256197,0.38429752,0.39256197,0.3677686,0.34710744,0.338843,0.34710744,0.3553719,0.3677686,0.34710744,0.3264463,0.35123968,0.4214876,0.5123967,0.59090906,0.6859504,0.7107438,0.73140496,0.76859504,0.75206614,0.75206614,0.75206614,0.74380165,0.74380165,0.74380165,0.72727275,0.7355372,0.72727275,0.6983471,0.6859504,0.677686,0.62396693,0.5661157,0.5165289,0.45454547,0.4090909,0.41322315,0.41322315,0.40082645,0.38016528,0.4090909,0.41735536,0.38429752,0.36363637,0.38016528,0.38842976,0.4214876,0.5247934,0.59917355,0.5785124,0.55785125,0.553719,0.5661157,0.5785124,0.59090906,0.19421488,0.45454547,0.59504133,0.5495868,0.43801653,0.3966942,0.4214876,0.45041323,0.46280992,0.48347107,0.46694216,0.46694216,0.4338843,0.39256197,0.37603307,0.3966942,0.38429752,0.40495867,0.4090909,0.33471075,0.29752067,0.3181818,0.35123968,0.45041323,0.58677685,0.6735537,0.7231405,0.73966944,0.73966944,0.75619835,0.74380165,0.7355372,0.7231405,0.7355372,0.73140496,0.74380165,0.71900827,0.6735537,0.6487603,0.61157024,0.54545456,0.46280992,0.38842976,0.32231405,0.2768595,0.26859504,0.2768595,0.2768595,0.27272728,0.3140496,0.32231405,0.32231405,0.3553719,0.34710744,0.35950413,0.37190083,0.38016528,0.46694216,0.5041322,0.5082645,0.53305787,0.553719,0.5785124,0.59090906,0.1983471,0.47107437,0.59090906,0.55785125,0.44214877,0.48347107,0.5082645,0.5247934,0.56198347,0.59917355,0.607438,0.59504133,0.58264464,0.53305787,0.5371901,0.57024795,0.57024795,0.5785124,0.55785125,0.49173555,0.42561984,0.41735536,0.39256197,0.39256197,0.4752066,0.59090906,0.71900827,0.72727275,0.76033056,0.74380165,0.73966944,0.72727275,0.72727275,0.7231405,0.72727275,0.73966944,0.71900827,0.661157,0.61157024,0.54545456,0.5,0.4090909,0.37603307,0.34710744,0.30578512,0.29752067,0.338843,0.3264463,0.32231405,0.30165288,0.3305785,0.3553719,0.38842976,0.37603307,0.38429752,0.4090909,0.39256197,0.39256197,0.41735536,0.41322315,0.4876033,0.5413223,0.5785124,0.60330576,0.23553719,0.49173555,0.5785124,0.57438016,0.47933885,0.5413223,0.60330576,0.6487603,0.6818182,0.7066116,0.7066116,0.69008267,0.7066116,0.6859504,0.6652893,0.6487603,0.6570248,0.6487603,0.6570248,0.6487603,0.6280992,0.6198347,0.57438016,0.53305787,0.49173555,0.56198347,0.6983471,0.74793386,0.78099173,0.74793386,0.74380165,0.7107438,0.71900827,0.71900827,0.72727275,0.74793386,0.73966944,0.6735537,0.60330576,0.54545456,0.5413223,0.5082645,0.49173555,0.5123967,0.5165289,0.53305787,0.55785125,0.54545456,0.5247934,0.48347107,0.446281,0.45867768,0.45041323,0.4338843,0.45454547,0.46280992,0.45041323,0.42975205,0.42561984,0.39256197,0.41735536,0.5247934,0.58264464,0.61157024,0.28099173,0.5041322,0.57024795,0.5785124,0.553719,0.60330576,0.70247936,0.73140496,0.75206614,0.75619835,0.72727275,0.7107438,0.7066116,0.6652893,0.6404959,0.59917355,0.5661157,0.553719,0.56198347,0.57438016,0.607438,0.6694215,0.6983471,0.6859504,0.6446281,0.6363636,0.70247936,0.7644628,0.78512394,0.76033056,0.73966944,0.71487606,0.6942149,0.71487606,0.73140496,0.75206614,0.75619835,0.6942149,0.607438,0.58677685,0.61157024,0.60330576,0.59917355,0.57438016,0.56198347,0.5661157,0.58677685,0.59504133,0.58677685,0.61157024,0.59504133,0.62396693,0.61157024,0.6198347,0.58677685,0.5495868,0.5247934,0.5082645,0.47933885,0.42975205,0.42975205,0.5247934,0.59090906,0.607438,0.3140496,0.5413223,0.5785124,0.5785124,0.58264464,0.6446281,0.71487606,0.75619835,0.74380165,0.661157,0.5371901,0.49173555,0.5041322,0.4752066,0.42975205,0.40082645,0.38429752,0.38429752,0.35950413,0.37190083,0.4214876,0.5,0.607438,0.677686,0.7066116,0.6983471,0.70247936,0.75619835,0.78512394,0.76859504,0.7355372,0.71487606,0.6983471,0.7066116,0.7355372,0.76033056,0.74380165,0.6652893,0.6280992,0.6446281,0.61570245,0.55785125,0.47107437,0.41322315,0.38016528,0.38429752,0.4090909,0.4338843,0.48347107,0.53305787,0.57438016,0.61157024,0.6404959,0.6735537,0.70247936,0.6818182,0.6322314,0.61157024,0.5661157,0.5,0.4752066,0.5413223,0.60330576,0.61157024,0.35950413,0.5661157,0.58264464,0.57438016,0.61157024,0.6528926,0.7066116,0.73140496,0.6983471,0.5495868,0.5165289,0.3966942,0.446281,0.5247934,0.3677686,0.23140496,0.2603306,0.28512397,0.2768595,0.38842976,0.41735536,0.37190083,0.42975205,0.56198347,0.6652893,0.6942149,0.6818182,0.72727275,0.76859504,0.76033056,0.73140496,0.7107438,0.6983471,0.6983471,0.72727275,0.7355372,0.70247936,0.6446281,0.6322314,0.58677685,0.49173555,0.3677686,0.30991736,0.34710744,0.3966942,0.38842976,0.3305785,0.3264463,0.3264463,0.3305785,0.3966942,0.47933885,0.5206612,0.58264464,0.62396693,0.69008267,0.6859504,0.6818182,0.6404959,0.57024795,0.5247934,0.5661157,0.61157024,0.60330576,0.4214876,0.5785124,0.59090906,0.59090906,0.6487603,0.677686,0.7107438,0.7066116,0.6528926,0.47107437,0.35950413,0.5165289,0.7107438,0.71487606,0.3305785,0.21900827,0.30165288,0.2768595,0.20247933,0.40495867,0.5247934,0.45041323,0.39256197,0.43801653,0.58264464,0.6652893,0.6570248,0.677686,0.74380165,0.73966944,0.71900827,0.6983471,0.7066116,0.677686,0.7066116,0.7107438,0.6570248,0.61157024,0.5785124,0.5123967,0.42561984,0.37603307,0.36363637,0.3966942,0.4752066,0.38429752,0.2107438,0.28512397,0.24380165,0.18181819,0.25619835,0.4876033,0.446281,0.45041323,0.5041322,0.553719,0.6859504,0.69008267,0.661157,0.61570245,0.57438016,0.5785124,0.607438,0.59504133,0.47107437,0.57438016,0.58677685,0.59917355,0.6528926,0.6942149,0.6859504,0.6570248,0.55785125,0.446281,0.45041323,0.6528926,0.79752064,0.78512394,0.37603307,0.35950413,0.23553719,0.2768595,0.23966943,0.47933885,0.6198347,0.5082645,0.45454547,0.4214876,0.53305787,0.6404959,0.61157024,0.6198347,0.71487606,0.7231405,0.69008267,0.69008267,0.69008267,0.661157,0.69008267,0.6859504,0.62396693,0.55785125,0.553719,0.5165289,0.42561984,0.44214877,0.40495867,0.48347107,0.607438,0.45867768,0.21900827,0.37190083,0.2768595,0.23966943,0.26859504,0.62396693,0.5785124,0.40495867,0.40495867,0.47107437,0.6363636,0.677686,0.661157,0.6363636,0.60330576,0.59917355,0.61157024,0.59504133,0.53305787,0.59090906,0.59504133,0.61157024,0.6528926,0.69008267,0.6818182,0.6446281,0.5661157,0.5123967,0.45041323,0.49586776,0.75206614,0.8471074,0.6198347,0.59917355,0.2892562,0.28512397,0.38842976,0.59917355,0.62396693,0.5371901,0.5041322,0.42561984,0.47107437,0.58264464,0.56198347,0.57438016,0.6818182,0.70247936,0.6652893,0.6859504,0.6983471,0.6446281,0.6570248,0.6487603,0.59504133,0.53305787,0.553719,0.5082645,0.40495867,0.4338843,0.4214876,0.5123967,0.6404959,0.5206612,0.2892562,0.23966943,0.21900827,0.4338843,0.5082645,0.7644628,0.7768595,0.5206612,0.3429752,0.41322315,0.59917355,0.6735537,0.6652893,0.6570248,0.6280992,0.6198347,0.6280992,0.61570245,0.56198347,0.59090906,0.59504133,0.61570245,0.6528926,0.661157,0.661157,0.661157,0.6198347,0.5413223,0.5082645,0.46280992,0.55785125,0.7107438,0.75619835,0.6322314,0.45041323,0.4752066,0.5371901,0.59090906,0.56198347,0.48347107,0.48347107,0.46280992,0.47933885,0.53305787,0.5413223,0.553719,0.6528926,0.6735537,0.6528926,0.69008267,0.71900827,0.7066116,0.6487603,0.62396693,0.5785124,0.5206612,0.54545456,0.54545456,0.4876033,0.42975205,0.40495867,0.45454547,0.553719,0.59504133,0.47107437,0.38842976,0.38016528,0.59090906,0.76033056,0.8016529,0.7066116,0.5206612,0.42975205,0.41735536,0.553719,0.6446281,0.6818182,0.6694215,0.6487603,0.6198347,0.62396693,0.61570245,0.5785124,0.5785124,0.58264464,0.61570245,0.6363636,0.6404959,0.6404959,0.6570248,0.6528926,0.62396693,0.58264464,0.57438016,0.5413223,0.5413223,0.607438,0.59090906,0.5495868,0.55785125,0.5495868,0.5165289,0.5123967,0.4752066,0.49173555,0.53305787,0.553719,0.53305787,0.5123967,0.55785125,0.6322314,0.6652893,0.6446281,0.7107438,0.76033056,0.78099173,0.6694215,0.607438,0.57024795,0.5371901,0.5165289,0.5413223,0.4876033,0.44214877,0.446281,0.45867768,0.46280992,0.5247934,0.57438016,0.5371901,0.54545456,0.62396693,0.6818182,0.6404959,0.56198347,0.47933885,0.49586776,0.5123967,0.5785124,0.6363636,0.6818182,0.69008267,0.661157,0.6322314,0.6198347,0.61157024,0.5785124,0.59504133,0.607438,0.6404959,0.6570248,0.6528926,0.6404959,0.6570248,0.6694215,0.6735537,0.677686,0.6652893,0.6570248,0.6694215,0.6404959,0.57438016,0.5785124,0.553719,0.56198347,0.53305787,0.5206612,0.5289256,0.553719,0.5785124,0.57024795,0.5371901,0.5371901,0.57024795,0.6198347,0.6735537,0.6652893,0.6983471,0.74793386,0.78099173,0.71900827,0.61570245,0.58264464,0.5495868,0.5165289,0.553719,0.5289256,0.5123967,0.5,0.5,0.49586776,0.5082645,0.53305787,0.5247934,0.5247934,0.5495868,0.59090906,0.59090906,0.57438016,0.553719,0.5785124,0.61157024,0.6322314,0.6487603,0.6818182,0.6859504,0.6528926,0.6322314,0.6198347,0.61157024,0.5785124,0.59504133,0.607438,0.6446281,0.6570248,0.6404959,0.6404959,0.6652893,0.6818182,0.69008267,0.71487606,0.72727275,0.7231405,0.74793386,0.75206614,0.69008267,0.661157,0.6198347,0.61570245,0.59504133,0.58677685,0.59090906,0.59917355,0.59917355,0.57024795,0.553719,0.57024795,0.59504133,0.6322314,0.6487603,0.6694215,0.6983471,0.73140496,0.7644628,0.73140496,0.6528926,0.607438,0.5661157,0.5413223,0.553719,0.56198347,0.57024795,0.5661157,0.56198347,0.56198347,0.5661157,0.58677685,0.59504133,0.60330576,0.6322314,0.6570248,0.677686,0.6487603,0.6528926,0.6404959,0.6528926,0.6487603,0.677686,0.69008267,0.6818182,0.6446281,0.6198347,0.62396693,0.61157024,0.5785124,0.60330576,0.6198347,0.6404959,0.6570248,0.6446281,0.6487603,0.661157,0.6735537,0.6942149,0.71900827,0.73140496,0.74793386,0.76859504,0.76859504,0.74380165,0.71487606,0.6694215,0.6487603,0.6446281,0.6363636,0.62396693,0.62396693,0.61157024,0.5785124,0.58677685,0.607438,0.6280992,0.6404959,0.6528926,0.6735537,0.71487606,0.75206614,0.74793386,0.7066116,0.6942149,0.61570245,0.59090906,0.59504133,0.553719,0.58264464,0.5785124,0.59917355,0.61570245,0.60330576,0.61157024,0.6322314,0.6487603,0.6694215,0.7066116,0.71487606,0.7231405,0.7066116,0.6942149,0.6694215,0.6487603,0.6446281,0.6859504,0.69008267,0.6694215,0.6487603,0.61570245,0.6198347,0.59504133,0.5661157,0.59917355,0.61157024,0.6322314,0.6487603,0.6487603,0.6570248,0.6570248,0.6652893,0.6859504,0.70247936,0.72727275,0.74793386,0.78099173,0.7644628,0.76033056,0.73966944,0.70247936,0.69008267,0.6652893,0.661157,0.6528926,0.6363636,0.61157024,0.59917355,0.62396693,0.6322314,0.6528926,0.661157,0.6652893,0.6859504,0.70247936,0.73140496,0.73140496,0.6942149,0.69008267,0.6446281,0.607438,0.61570245,0.59090906,0.58677685,0.59917355,0.607438,0.6280992,0.6363636,0.6404959,0.6528926,0.6652893,0.6859504,0.71487606,0.7231405,0.73966944,0.72727275,0.6859504,0.6570248,0.6487603,0.6570248,0.69008267,0.6652893,0.6528926,0.6487603,0.6322314,0.6280992,0.57438016,0.5123967,0.607438,0.61157024,0.6322314,0.6487603,0.6652893,0.6735537,0.6735537,0.6694215,0.677686,0.6818182,0.7066116,0.74793386,0.78512394,0.78099173,0.77272725,0.75619835,0.73966944,0.7066116,0.6735537,0.6983471,0.677686,0.6446281,0.6322314,0.6363636,0.6487603,0.6446281,0.6694215,0.6735537,0.6735537,0.6818182,0.7231405,0.72727275,0.72727275,0.6942149,0.6859504,0.6528926,0.6404959,0.607438,0.61570245,0.59917355,0.61570245,0.6446281,0.6198347,0.6487603,0.661157,0.6735537,0.677686,0.7066116,0.72727275,0.7355372,0.73140496,0.70247936,0.6652893,0.6404959,0.6528926,0.6735537,0.677686,0.6735537,0.6570248,0.6322314,0.62396693,0.61570245,0.5413223,0.46280992,0.61570245,0.6198347,0.6322314,0.661157,0.6818182,0.6942149,0.6983471,0.6818182,0.6818182,0.6859504,0.6818182,0.7231405,0.74793386,0.7768595,0.7768595,0.75619835,0.74380165,0.71487606,0.6859504,0.69008267,0.6528926,0.6487603,0.6570248,0.6528926,0.6570248,0.6694215,0.6735537,0.677686,0.6818182,0.6942149,0.72727275,0.72727275,0.7355372,0.7066116,0.6859504,0.661157,0.6528926,0.607438,0.61570245,0.61570245,0.6322314,0.6694215,0.6570248,0.6528926,0.6735537,0.6942149,0.70247936,0.71900827,0.74793386,0.75206614,0.72727275,0.6859504,0.661157,0.661157,0.6859504,0.69008267,0.6859504,0.661157,0.6735537,0.61570245,0.62396693,0.61570245,0.46694216,0.45041323,0.61157024,0.6322314,0.6322314,0.6570248,0.6859504,0.70247936,0.7231405,0.7107438,0.6983471,0.7066116,0.69008267,0.7107438,0.72727275,0.75619835,0.7355372,0.73966944,0.7231405,0.7355372,0.6983471,0.677686,0.6652893,0.6652893,0.6446281,0.6446281,0.6694215,0.6818182,0.6694215,0.6652893,0.677686,0.6818182,0.72727275,0.72727275,0.72727275,0.7231405,0.69008267,0.6735537,0.6446281,0.62396693,0.6198347,0.62396693,0.6280992,0.661157,0.677686,0.6652893,0.677686,0.6942149,0.7107438,0.71900827,0.71487606,0.7066116,0.6735537,0.661157,0.6694215,0.6735537,0.69008267,0.69008267,0.6818182,0.677686,0.6570248,0.62396693,0.607438,0.60330576,0.3677686,0.446281,0.61570245,0.6404959,0.6404959,0.6694215,0.69008267,0.71900827,0.73966944,0.74793386,0.73966944,0.73140496,0.72727275,0.72727275,0.7355372,0.73140496,0.7355372,0.72727275,0.72727275,0.6942149,0.6735537,0.6818182,0.677686,0.677686,0.661157,0.6735537,0.6818182,0.677686,0.661157,0.6570248,0.677686,0.6818182,0.71900827,0.73140496,0.7231405,0.73140496,0.6859504,0.677686,0.6404959,0.6280992,0.6198347,0.6322314,0.62396693,0.6322314,0.677686,0.6694215,0.6735537,0.6818182,0.6818182,0.6983471,0.6983471,0.6818182,0.6652893,0.661157,0.6818182,0.6983471,0.6942149,0.6942149,0.6859504,0.6818182,0.6404959,0.6198347,0.61570245,0.56198347,0.338843,0.446281,0.59090906,0.6363636,0.6528926,0.6818182,0.70247936,0.71900827,0.74380165,0.76859504,0.76859504,0.7644628,0.76859504,0.76033056,0.74793386,0.71487606,0.7231405,0.7066116,0.6942149,0.6735537,0.6735537,0.6652893,0.677686,0.677686,0.661157,0.69008267,0.6818182,0.661157,0.6487603,0.6487603,0.6694215,0.6983471,0.73140496,0.7355372,0.73966944,0.73966944,0.6983471,0.6818182,0.6404959,0.6363636,0.6280992,0.6363636,0.6322314,0.6363636,0.6652893,0.6652893,0.6694215,0.6735537,0.6735537,0.677686,0.6735537,0.6735537,0.6818182,0.6983471,0.6942149,0.7231405,0.7107438,0.7107438,0.6983471,0.677686,0.6404959,0.6198347,0.6280992,0.446281,0.49586776,0.5247934,0.5371901,0.6363636,0.6652893,0.6942149,0.7107438,0.71487606,0.73140496,0.77272725,0.78512394,0.77272725,0.76859504,0.75619835,0.76033056,0.7355372,0.7355372,0.7107438,0.6942149,0.661157,0.6735537,0.677686,0.6818182,0.69008267,0.6694215,0.69008267,0.677686,0.6487603,0.6528926,0.6570248,0.6735537,0.70247936,0.7231405,0.73140496,0.75206614,0.76033056,0.7231405,0.6942149,0.6363636,0.6363636,0.6446281,0.6446281,0.6363636,0.6570248,0.6446281,0.6487603,0.6487603,0.6446281,0.6570248,0.6652893,0.661157,0.6818182,0.7066116,0.71900827,0.71900827,0.72727275,0.7355372,0.7107438,0.6942149,0.6735537,0.6446281,0.62396693,0.61157024,0.36363637,0.57438016,0.6487603,0.46280992,0.6404959,0.661157,0.7066116,0.71487606,0.7231405,0.74793386,0.78099173,0.7892562,0.78099173,0.78099173,0.7768595,0.7768595,0.75206614,0.73966944,0.71487606,0.69008267,0.6818182,0.677686,0.70247936,0.677686,0.7066116,0.7066116,0.6735537,0.6652893,0.6404959,0.6446281,0.6652893,0.6735537,0.7066116,0.7231405,0.7231405,0.7231405,0.73966944,0.73140496,0.71487606,0.6363636,0.6280992,0.6528926,0.661157,0.6570248,0.6528926,0.6735537,0.6528926,0.6446281,0.6487603,0.6570248,0.6652893,0.6570248,0.6818182,0.71487606,0.73140496,0.74380165,0.74380165,0.74380165,0.7066116,0.70247936,0.677686,0.6404959,0.62396693,0.54545456,0.37603307,0.6198347,0.57438016,0.4214876,0.6280992,0.6570248,0.7066116,0.71900827,0.71900827,0.76033056,0.78099173,0.7892562,0.78512394,0.76859504,0.7644628,0.7644628,0.73966944,0.7107438,0.6983471,0.6942149,0.7066116,0.69008267,0.7066116,0.6818182,0.7355372,0.71487606,0.6363636,0.6363636,0.6404959,0.6363636,0.6694215,0.6859504,0.7231405,0.72727275,0.71900827,0.7107438,0.71487606,0.71900827,0.71900827,0.6694215,0.59917355,0.6735537,0.6818182,0.661157,0.661157,0.661157,0.6652893,0.6570248,0.6528926,0.6694215,0.6735537,0.677686,0.6942149,0.71900827,0.7355372,0.74793386,0.75206614,0.74793386,0.71487606,0.70247936,0.6735537,0.6322314,0.6280992,0.47107437,0.43801653,0.6694215,0.29752067,0.36363637,0.59917355,0.6694215,0.7066116,0.72727275,0.71487606,0.74793386,0.7768595,0.8057851,0.8016529,0.77272725,0.7768595,0.7768595,0.74793386,0.7066116,0.6983471,0.70247936,0.71487606,0.69008267,0.70247936,0.7107438,0.75206614,0.6652893,0.61157024,0.6198347,0.6487603,0.6487603,0.6694215,0.6859504,0.71900827,0.7107438,0.70247936,0.7066116,0.7066116,0.6983471,0.6983471,0.6942149,0.607438,0.6942149,0.7066116,0.69008267,0.661157,0.6570248,0.6735537,0.677686,0.6322314,0.6652893,0.677686,0.6735537,0.70247936,0.72727275,0.73140496,0.7355372,0.74793386,0.74380165,0.7231405,0.6983471,0.661157,0.62396693,0.60330576,0.40495867,0.5247934,0.71487606,0.20661157,0.2644628,0.5661157,0.6570248,0.7066116,0.73966944,0.73966944,0.73966944,0.7768595,0.79752064,0.8016529,0.7892562,0.7768595,0.76033056,0.74380165,0.71487606,0.7066116,0.70247936,0.6983471,0.6983471,0.70247936,0.74793386,0.74793386,0.61157024,0.61157024,0.6322314,0.6652893,0.6818182,0.6735537,0.69008267,0.7355372,0.73140496,0.7231405,0.71487606,0.7066116,0.6983471,0.7107438,0.70247936,0.6404959,0.69008267,0.72727275,0.72727275,0.6694215,0.6859504,0.661157,0.70247936,0.6859504,0.677686,0.6983471,0.69008267,0.7107438,0.71900827,0.71900827,0.7066116,0.7355372,0.74380165,0.7231405,0.6942149,0.6570248,0.6280992,0.5413223,0.3966942,0.553719,0.70247936,0.21487603,0.20661157,0.5082645,0.61570245,0.6818182,0.73140496,0.73966944,0.72727275,0.75619835,0.7768595,0.78099173,0.7892562,0.7768595,0.75619835,0.73140496,0.71487606,0.7066116,0.70247936,0.70247936,0.70247936,0.72727275,0.77272725,0.6942149,0.60330576,0.6363636,0.6652893,0.69008267,0.71487606,0.6942149,0.71487606,0.7933884,0.78512394,0.75619835,0.73140496,0.7107438,0.71487606,0.71900827,0.6983471,0.6528926,0.6735537,0.7355372,0.73966944,0.677686,0.677686,0.661157,0.69008267,0.71900827,0.6942149,0.7066116,0.7107438,0.7231405,0.7231405,0.73966944,0.72727275,0.73966944,0.74380165,0.7231405,0.6942149,0.6570248,0.61157024,0.4876033,0.36363637,0.34710744,0.40495867,0.2231405,0.19008264,0.45867768,0.57024795,0.6570248,0.71900827,0.74380165,0.75619835,0.75619835,0.77272725,0.78099173,0.76859504,0.7768595,0.76033056,0.73140496,0.7107438,0.70247936,0.70247936,0.70247936,0.7107438,0.73966944,0.77272725,0.6652893,0.6404959,0.6818182,0.69008267,0.72727275,0.74380165,0.7231405,0.74380165,0.7933884,0.78512394,0.7644628,0.7355372,0.73140496,0.73140496,0.71487606,0.69008267,0.6694215,0.6652893,0.7107438,0.72727275,0.6942149,0.6735537,0.6735537,0.6942149,0.71900827,0.71900827,0.7107438,0.71900827,0.71900827,0.71900827,0.73966944,0.74793386,0.73140496,0.73140496,0.71487606,0.6859504,0.6528926,0.5785124,0.49173555,0.32231405,0.23140496,0.23966943,0.2231405,0.16528925,0.40495867,0.5247934,0.61157024,0.70247936,0.71900827,0.75619835,0.77272725,0.7768595,0.76859504,0.7644628,0.75619835,0.74793386,0.73140496,0.71487606,0.7066116,0.70247936,0.7066116,0.7355372,0.75206614,0.73966944,0.6859504,0.72727275,0.7355372,0.70247936,0.7231405,0.75206614,0.77272725,0.76033056,0.75619835,0.75206614,0.74793386,0.73140496,0.7768595,0.7933884,0.7107438,0.6859504,0.7066116,0.6446281,0.661157,0.7066116,0.6859504,0.6735537,0.6735537,0.6942149,0.7066116,0.71900827,0.7231405,0.7107438,0.7231405,0.72727275,0.74380165,0.73966944,0.7231405,0.71487606,0.70247936,0.661157,0.6198347,0.5413223,0.47107437,0.29338843,0.22727273,0.22727273,0.23553719,0.17355372,0.34710744,0.5165289,0.57438016,0.6487603,0.6942149,0.74380165,0.7892562,0.76859504,0.76033056,0.76033056,0.74793386,0.7355372,0.7231405,0.71900827,0.7107438,0.70247936,0.7066116,0.72727275,0.7355372,0.7107438,0.677686,0.75619835,0.69008267,0.57024795,0.56198347,0.71900827,0.8140496,0.78512394,0.75619835,0.75206614,0.76033056,0.77272725,0.79752064,0.7644628,0.59090906,0.6198347,0.7107438,0.59090906,0.6363636,0.70247936,0.70247936,0.6694215,0.6818182,0.6818182,0.70247936,0.7066116,0.7355372,0.7231405,0.72727275,0.73966944,0.73966944,0.73966944,0.71900827,0.7066116,0.6818182,0.6404959,0.59090906,0.5247934,0.42561984,0.26859504,0.2231405,0.22727273,0.22727273,0.1983471,0.28512397,0.5082645,0.607438,0.6322314,0.6528926,0.72727275,0.7768595,0.75619835,0.76033056,0.7644628,0.74793386,0.73140496,0.71900827,0.7231405,0.7066116,0.6983471,0.7066116,0.7066116,0.7066116,0.6983471,0.6446281,0.661157,0.6652893,0.59504133,0.5247934,0.6446281,0.79752064,0.8347107,0.8016529,0.7933884,0.78512394,0.8140496,0.7768595,0.62396693,0.5041322,0.49173555,0.5289256,0.5785124,0.6570248,0.6735537,0.6859504,0.6694215,0.6818182,0.6818182,0.7107438,0.71900827,0.7231405,0.73140496,0.73140496,0.73966944,0.7355372,0.74793386,0.7231405,0.70247936,0.677686,0.6198347,0.5661157,0.5413223,0.3966942,0.23140496,0.2107438,0.2231405,0.22727273,0.1983471,0.2520661,0.5,0.60330576,0.60330576,0.6363636,0.69008267,0.76859504,0.74793386,0.7644628,0.76033056,0.75206614,0.71900827,0.7066116,0.7066116,0.6942149,0.6942149,0.7107438,0.70247936,0.6983471,0.6942149,0.6487603,0.61570245,0.62396693,0.6280992,0.677686,0.7107438,0.7107438,0.7892562,0.80991733,0.75619835,0.7355372,0.70247936,0.5661157,0.44214877,0.4752066,0.5082645,0.553719,0.61157024,0.6528926,0.6694215,0.6735537,0.6859504,0.6983471,0.677686,0.7066116,0.7355372,0.73140496,0.74380165,0.73140496,0.75206614,0.73966944,0.74793386,0.7231405,0.69008267,0.6528926,0.59917355,0.5495868,0.5247934,0.3677686,0.21900827,0.21900827,0.2231405,0.23553719,0.21487603,0.20247933,0.47107437,0.5371901,0.58677685,0.59917355,0.6528926,0.73966944,0.75206614,0.76033056,0.76033056,0.74380165,0.72727275,0.71487606,0.70247936,0.6983471,0.7066116,0.71487606,0.6942149,0.6859504,0.6859504,0.6280992,0.59090906,0.553719,0.5289256,0.661157,0.6487603,0.61157024,0.6198347,0.661157,0.6322314,0.553719,0.48347107,0.44214877,0.35950413,0.4338843,0.5206612,0.5371901,0.5785124,0.6404959,0.6570248,0.6652893,0.6859504,0.70247936,0.70247936,0.6983471,0.71900827,0.74380165,0.75206614,0.73966944,0.75206614,0.73966944,0.7355372,0.71900827,0.6859504,0.6280992,0.57024795,0.5413223,0.49586776,0.3264463,0.20661157,0.22727273,0.21487603,0.23553719,0.23140496,0.20661157,0.43801653,0.5413223,0.59504133,0.57438016,0.6570248,0.7066116,0.73140496,0.7355372,0.75206614,0.73966944,0.7355372,0.7107438,0.7066116,0.71487606,0.7231405,0.7107438,0.677686,0.6735537,0.6652893,0.58264464,0.53305787,0.4752066,0.45041323,0.58677685,0.54545456,0.5371901,0.57438016,0.58677685,0.61157024,0.5289256,0.49586776,0.47933885,0.39256197,0.4214876,0.45867768,0.4752066,0.5123967,0.5785124,0.61157024,0.6198347,0.6404959,0.6818182,0.7231405,0.70247936,0.70247936,0.74793386,0.74793386,0.75619835,0.74380165,0.73966944,0.71900827,0.6983471,0.6735537,0.607438,0.58264464,0.55785125,0.4752066,0.30165288,0.2107438,0.2107438,0.21487603,0.24380165,0.23966943,0.24793388,0.40495867,0.5661157,0.5785124,0.60330576,0.6363636,0.6652893,0.7107438,0.7107438,0.72727275,0.73140496,0.72727275,0.6983471,0.6983471,0.69008267,0.6818182,0.6735537,0.6446281,0.6280992,0.61157024,0.56198347,0.49586776,0.4338843,0.446281,0.5206612,0.5413223,0.5123967,0.5041322,0.55785125,0.48347107,0.55785125,0.5206612,0.4876033,0.41322315,0.4090909,0.4338843,0.45454547,0.47107437,0.5165289,0.54545456,0.5495868,0.55785125,0.6198347,0.6942149,0.71487606,0.6983471,0.74793386,0.73966944,0.74793386,0.72727275,0.72727275,0.70247936,0.6652893,0.61570245,0.57438016,0.58677685,0.553719,0.45041323,0.2892562,0.20661157,0.21900827,0.20661157,0.2603306,0.23140496,0.26859504,0.40495867,0.53305787,0.57024795,0.607438,0.5785124,0.6735537,0.6942149,0.677686,0.71900827,0.7107438,0.70247936,0.6818182,0.6859504,0.6446281,0.6198347,0.61157024,0.59504133,0.5785124,0.56198347,0.54545456,0.4876033,0.41735536,0.446281,0.5,0.5495868,0.553719,0.46280992,0.45454547,0.3553719,0.5,0.553719,0.49586776,0.47107437,0.4752066,0.47933885,0.4752066,0.46280992,0.4876033,0.49586776,0.5123967,0.5165289,0.5289256,0.6198347,0.69008267,0.7066116,0.71900827,0.73140496,0.7231405,0.7231405,0.7107438,0.677686,0.6528926,0.59504133,0.58677685,0.59504133,0.5413223,0.44214877,0.2892562,0.20661157,0.2107438,0.2231405,0.24793388,0.23140496,0.29338843,0.3966942,0.47933885,0.5785124,0.6198347,0.59917355,0.6652893,0.6735537,0.6652893,0.71900827,0.6983471,0.677686,0.6735537,0.6652893,0.58677685,0.56198347,0.5495868,0.5371901,0.5413223,0.56198347,0.553719,0.5041322,0.47107437,0.49586776,0.5165289,0.58677685,0.59504133,0.48347107,0.446281,0.43801653,0.5123967,0.60330576,0.5785124,0.57024795,0.61157024,0.61157024,0.56198347,0.5289256,0.5165289,0.5123967,0.53305787,0.5247934,0.4876033,0.54545456,0.6446281,0.7107438,0.6818182,0.70247936,0.71900827,0.7107438,0.6983471,0.6322314,0.6322314,0.59504133,0.58677685,0.5785124,0.5413223,0.43801653,0.29752067,0.20247933,0.21900827,0.20661157,0.2520661,0.23140496,0.29752067,0.446281,0.4752066,0.56198347,0.62396693,0.60330576,0.6446281,0.6487603,0.6652893,0.6983471,0.6983471,0.6652893,0.6652893,0.6570248,0.5785124,0.57024795,0.5785124,0.59090906,0.607438,0.59917355,0.607438,0.61157024,0.61157024,0.6280992,0.6652893,0.6983471,0.6528926,0.5661157,0.57024795,0.5413223,0.59917355,0.6280992,0.6487603,0.6446281,0.6528926,0.6694215,0.661157,0.6404959,0.6198347,0.61570245,0.6280992,0.57024795,0.5247934,0.5413223,0.62396693,0.70247936,0.6818182,0.69008267,0.7231405,0.6735537,0.661157,0.62396693,0.59090906,0.60330576,0.607438,0.59504133,0.5165289,0.42561984,0.30165288,0.19008264,0.21900827,0.21487603,0.2603306,0.23553719,0.29338843,0.47933885,0.46694216,0.5165289,0.59090906,0.59090906,0.6446281,0.6570248,0.6446281,0.6735537,0.6942149,0.6694215,0.6735537,0.661157,0.6363636,0.61570245,0.6487603,0.70247936,0.6983471,0.6652893,0.69008267,0.71900827,0.73140496,0.73140496,0.71900827,0.7107438,0.6983471,0.6570248,0.6859504,0.6570248,0.6363636,0.62396693,0.6652893,0.661157,0.6322314,0.6487603,0.6694215,0.6818182,0.6859504,0.6983471,0.71487606,0.6446281,0.59504133,0.58264464,0.6528926,0.6942149,0.677686,0.677686,0.6859504,0.6652893,0.6404959,0.61570245,0.60330576,0.58264464,0.58677685,0.553719,0.47933885,0.42975205,0.30165288,0.1983471,0.2107438,0.21900827,0.25619835,0.23553719,0.2768595,0.5041322,0.5041322,0.4876033,0.56198347,0.57438016,0.6446281,0.661157,0.6363636,0.6487603,0.661157,0.6818182,0.69008267,0.6570248,0.6859504,0.6818182,0.7107438,0.76033056,0.77272725,0.74380165,0.7231405,0.71900827,0.70247936,0.6859504,0.6942149,0.70247936,0.69008267,0.661157,0.677686,0.6487603,0.6198347,0.6198347,0.61157024,0.5289256,0.4338843,0.47933885,0.5247934,0.56198347,0.57438016,0.58677685,0.62396693,0.6487603,0.6528926,0.6363636,0.6694215,0.6983471,0.677686,0.6694215,0.677686,0.677686,0.661157,0.59504133,0.59917355,0.58677685,0.58264464,0.5247934,0.46694216,0.446281,0.28512397,0.19421488,0.20661157,0.21487603,0.2644628,0.23553719,0.2644628,0.5082645,0.57024795,0.48347107,0.54545456,0.5785124,0.60330576,0.6487603,0.6363636,0.607438,0.6570248,0.6942149,0.6942149,0.6528926,0.6859504,0.6859504,0.6859504,0.6652893,0.6363636,0.6363636,0.59917355,0.58264464,0.5413223,0.45454547,0.4752066,0.56198347,0.59090906,0.58264464,0.5661157,0.53305787,0.5165289,0.45454547,0.4090909,0.3140496,0.2520661,0.3264463,0.38429752,0.43801653,0.43801653,0.45041323,0.5247934,0.59504133,0.6198347,0.6363636,0.6818182,0.6735537,0.677686,0.6694215,0.6363636,0.6570248,0.661157,0.57024795,0.58677685,0.57438016,0.607438,0.5082645,0.4338843,0.48347107,0.2603306,0.20247933,0.20661157,0.21487603,0.2644628,0.24380165,0.2520661,0.4876033,0.6280992,0.5041322,0.5,0.55785125,0.553719,0.62396693,0.6570248,0.58677685,0.6363636,0.6942149,0.6983471,0.7066116,0.6859504,0.6404959,0.61570245,0.5371901,0.4752066,0.45041323,0.45041323,0.43801653,0.37603307,0.3140496,0.28099173,0.30991736,0.35123968,0.37190083,0.37190083,0.36363637,0.3677686,0.3429752,0.3429752,0.3429752,0.36363637,0.40495867,0.4214876,0.44214877,0.45041323,0.48347107,0.55785125,0.59504133,0.58264464,0.6198347,0.6528926,0.6983471,0.70247936,0.6570248,0.6363636,0.6487603,0.61570245,0.607438,0.60330576,0.58264464,0.54545456,0.4752066,0.42561984,0.5123967,0.24793388,0.1983471,0.20247933,0.2107438,0.2644628,0.24793388,0.23966943,0.46694216,0.6404959,0.55785125,0.4876033,0.5247934,0.5495868,0.59504133,0.661157,0.60330576,0.61570245,0.70247936,0.6942149,0.7355372,0.7231405,0.6570248,0.6528926,0.61157024,0.59917355,0.5082645,0.4876033,0.49173555,0.48347107,0.45454547,0.4338843,0.4214876,0.4214876,0.40082645,0.38842976,0.3966942,0.41322315,0.4338843,0.42561984,0.43801653,0.46694216,0.4752066,0.4752066,0.5123967,0.5413223,0.59090906,0.6528926,0.6446281,0.61157024,0.61570245,0.6363636,0.6818182,0.71900827,0.6983471,0.62396693,0.6487603,0.6198347,0.60330576,0.5661157,0.5495868,0.56198347,0.41322315,0.4876033,0.5206612,0.22727273,0.19421488,0.2107438,0.21900827,0.2603306,0.24793388,0.23140496,0.43801653,0.6487603,0.6198347,0.5289256,0.5,0.5165289,0.55785125,0.6280992,0.60330576,0.59090906,0.69008267,0.6818182,0.75619835,0.7107438,0.677686,0.6694215,0.6859504,0.71900827,0.6487603,0.57024795,0.5289256,0.5206612,0.5123967,0.5041322,0.5,0.47107437,0.46280992,0.46280992,0.46280992,0.47933885,0.5041322,0.5082645,0.5123967,0.53305787,0.5247934,0.5289256,0.58264464,0.6280992,0.6528926,0.677686,0.6735537,0.677686,0.661157,0.6528926,0.6983471,0.6983471,0.7066116,0.6363636,0.6404959,0.61157024,0.61157024,0.5661157,0.5289256,0.49586776,0.4214876,0.5495868,0.53305787,0.20247933,0.19421488,0.21900827,0.2231405,0.2603306,0.24380165,0.21900827,0.4090909,0.6528926,0.6570248,0.58677685,0.49173555,0.49173555,0.5247934,0.607438,0.6322314,0.60330576,0.69008267,0.72727275,0.75206614,0.7066116,0.71487606,0.7066116,0.70247936,0.74380165,0.73140496,0.677686,0.6198347,0.60330576,0.60330576,0.59090906,0.58264464,0.55785125,0.5413223,0.5413223,0.54545456,0.5661157,0.58264464,0.5785124,0.5661157,0.5785124,0.607438,0.62396693,0.661157,0.6694215,0.661157,0.6818182,0.69008267,0.7107438,0.69008267,0.6528926,0.6859504,0.6652893,0.6652893,0.6528926,0.6363636,0.60330576,0.58677685,0.5413223,0.5041322,0.47107437,0.45041323,0.59917355,0.5247934,0.17355372,0.1983471,0.21900827,0.21900827,0.2603306,0.23966943,0.2107438,0.37603307,0.6528926,0.6694215,0.6363636,0.49586776,0.4752066,0.5206612,0.55785125,0.607438,0.59504133,0.6694215,0.7107438,0.72727275,0.69008267,0.71900827,0.75619835,0.72727275,0.75206614,0.74380165,0.7355372,0.72727275,0.70247936,0.70247936,0.7066116,0.69008267,0.6570248,0.6404959,0.61570245,0.6322314,0.6487603,0.6446281,0.6404959,0.6446281,0.6652893,0.6983471,0.6859504,0.6652893,0.6694215,0.6652893,0.6942149,0.7107438,0.72727275,0.7107438,0.6694215,0.6528926,0.6570248,0.6487603,0.62396693,0.59090906,0.5785124,0.5289256,0.5165289,0.5082645,0.42975205,0.5123967,0.6363636,0.5082645,0.17355372,0.20247933,0.2107438,0.21487603,0.25619835,0.23966943,0.2107438,0.3429752,0.6446281,0.6735537,0.677686,0.553719,0.45867768,0.5082645,0.5247934,0.58264464,0.59504133,0.61570245,0.6735537,0.6818182,0.6942149,0.7107438,0.7644628,0.7644628,0.76033056,0.73140496,0.7066116,0.72727275,0.72727275,0.72727275,0.73140496,0.7066116,0.661157,0.6404959,0.6280992,0.6404959,0.6322314,0.6446281,0.6694215,0.6983471,0.661157,0.6818182,0.6652893,0.6487603,0.6942149,0.70247936,0.71487606,0.73140496,0.7355372,0.7231405,0.6818182,0.6528926,0.6363636,0.607438,0.5661157,0.5661157,0.5495868,0.5041322,0.5082645,0.49586776,0.4090909,0.56198347,0.677686,0.48347107,0.1694215,0.1983471,0.2107438,0.20661157,0.24793388,0.24380165,0.21487603,0.30991736,0.6363636,0.6818182,0.6983471,0.6322314,0.5165289,0.5,0.5165289,0.553719,0.5247934,0.5495868,0.661157,0.6528926,0.6652893,0.74793386,0.77272725,0.77272725,0.78099173,0.75206614,0.72727275,0.7107438,0.7066116,0.6983471,0.6694215,0.62396693,0.59090906,0.57024795,0.59917355,0.57438016,0.49586776,0.56198347,0.59090906,0.6322314,0.6404959,0.6983471,0.677686,0.71487606,0.7231405,0.72727275,0.7355372,0.7355372,0.7231405,0.6859504,0.62396693,0.6280992,0.61157024,0.57438016,0.5123967,0.53305787,0.54545456,0.5123967,0.49173555,0.46694216,0.4338843,0.607438,0.7066116,0.42975205,0.16528925,0.1983471,0.2107438,0.20247933,0.24380165,0.24793388,0.22727273,0.29338843,0.61570245,0.69008267,0.69008267,0.6652893,0.5495868,0.4876033,0.5,0.5206612,0.5123967,0.5289256,0.6322314,0.6198347,0.60330576,0.71487606,0.75619835,0.76033056,0.76859504,0.7768595,0.7768595,0.76033056,0.77272725,0.76033056,0.7107438,0.6487603,0.59090906,0.56198347,0.59504133,0.5785124,0.5123967,0.54545456,0.61570245,0.661157,0.6735537,0.72727275,0.72727275,0.72727275,0.71900827,0.73140496,0.7355372,0.71487606,0.6942149,0.6735537,0.607438,0.6198347,0.607438,0.5495868,0.5123967,0.5123967,0.53305787,0.5,0.45867768,0.46694216,0.5247934,0.6363636,0.71900827,0.3677686,0.15289256,0.19421488,0.20247933,0.20661157,0.24380165,0.23140496,0.2231405,0.2644628,0.59504133,0.69008267,0.70247936,0.7107438,0.6363636,0.5206612,0.5495868,0.5206612,0.5082645,0.53305787,0.5785124,0.58264464,0.5785124,0.6487603,0.7231405,0.75206614,0.75206614,0.77272725,0.78099173,0.78099173,0.78512394,0.78512394,0.76033056,0.7066116,0.6280992,0.59917355,0.61157024,0.607438,0.59917355,0.58677685,0.6363636,0.677686,0.69008267,0.6983471,0.71900827,0.73966944,0.72727275,0.7231405,0.6735537,0.6859504,0.6694215,0.6404959,0.58677685,0.60330576,0.57438016,0.5247934,0.49173555,0.5082645,0.5371901,0.4876033,0.45454547,0.46694216,0.59090906,0.6487603,0.6983471,0.3181818,0.14876033,0.19421488,0.1983471,0.1983471,0.23140496,0.23966943,0.21487603,0.23966943,0.5661157,0.6942149,0.6983471,0.7107438,0.6859504,0.57438016,0.5289256,0.5247934,0.5,0.5247934,0.5123967,0.5371901,0.58264464,0.6198347,0.6942149,0.73140496,0.74793386,0.76859504,0.76859504,0.78099173,0.77272725,0.7644628,0.75206614,0.70247936,0.6446281,0.6404959,0.6446281,0.6404959,0.6528926,0.6528926,0.6652893,0.6735537,0.6942149,0.69008267,0.70247936,0.70247936,0.71487606,0.7107438,0.6694215,0.6735537,0.6198347,0.59917355,0.59504133,0.5661157,0.55785125,0.5289256,0.49173555,0.5123967,0.5413223,0.49173555,0.45867768,0.5123967,0.62396693,0.6570248,0.677686,0.2603306,0.14876033,0.18595041,0.1983471,0.20247933,0.22727273,0.23553719,0.20247933,0.21900827,0.54545456,0.6942149,0.6942149,0.7066116,0.72727275,0.6404959,0.5082645,0.48347107,0.5041322,0.5,0.5041322,0.5371901,0.55785125,0.5785124,0.6446281,0.6942149,0.73966944,0.76033056,0.74380165,0.74793386,0.74793386,0.7355372,0.7355372,0.69008267,0.6652893,0.6652893,0.6652893,0.6570248,0.6570248,0.6652893,0.6528926,0.6446281,0.6363636,0.6446281,0.6446281,0.6570248,0.6694215,0.6818182,0.6280992,0.6446281,0.61157024,0.59090906,0.5785124,0.54545456,0.5247934,0.5206612,0.4876033,0.48347107,0.5123967,0.4876033,0.4752066,0.5661157,0.6528926,0.661157,0.6487603,0.2231405,0.1446281,0.18181819,0.19008264,0.20247933,0.2231405,0.21487603,0.20661157,0.20247933,0.5206612,0.6818182,0.6859504,0.6983471,0.71900827,0.72727275,0.61157024,0.49586776,0.5165289,0.5206612,0.5165289,0.5371901,0.5413223,0.53305787,0.59504133,0.661157,0.7231405,0.75206614,0.73966944,0.71900827,0.71900827,0.7066116,0.71487606,0.6942149,0.6859504,0.6694215,0.6694215,0.6487603,0.6487603,0.6528926,0.62396693,0.61570245,0.60330576,0.607438,0.6280992,0.6404959,0.6652893,0.6363636,0.6280992,0.59504133,0.57024795,0.5785124,0.54545456,0.5165289,0.5082645,0.49173555,0.49586776,0.4876033,0.48347107,0.46694216,0.5165289,0.61157024,0.6652893,0.6487603,0.62396693,0.2520661,0.14049587,0.16528925,0.17355372,0.19421488,0.2231405,0.21487603,0.19008264,0.24793388,0.5413223,0.677686,0.69008267,0.70247936,0.7107438,0.73140496,0.70247936,0.54545456,0.49586776,0.5371901,0.5206612,0.5371901,0.5206612,0.4752066,0.56198347,0.61570245,0.70247936,0.7231405,0.73966944,0.6735537,0.7066116,0.69008267,0.70247936,0.6942149,0.677686,0.6735537,0.6694215,0.6446281,0.6404959,0.6487603,0.6280992,0.6198347,0.61570245,0.607438,0.6446281,0.6363636,0.6570248,0.6198347,0.6446281,0.58677685,0.5495868,0.5289256,0.5082645,0.49586776,0.5123967,0.5,0.5123967,0.48347107,0.46694216,0.4876033,0.57438016,0.6528926,0.677686,0.6652893,0.59090906,0.661157,0.39256197,0.14876033,0.16115703,0.18595041,0.23140496,0.18181819,0.2520661,0.5785124,0.58677685,0.6694215,0.6942149,0.71487606,0.7231405,0.72727275,0.73140496,0.6446281,0.5165289,0.5165289,0.5123967,0.5289256,0.5082645,0.4876033,0.553719,0.607438,0.661157,0.677686,0.7355372,0.7107438,0.70247936,0.70247936,0.6859504,0.71487606,0.70247936,0.6983471,0.70247936,0.6859504,0.677686,0.677686,0.6570248,0.6446281,0.6404959,0.607438,0.6446281,0.6322314,0.61570245,0.6322314,0.61157024,0.58264464,0.5289256,0.4876033,0.49173555,0.49173555,0.5289256,0.5,0.5082645,0.48347107,0.46694216,0.53305787,0.6322314,0.6694215,0.6735537,0.6652893,0.5,0.55785125,0.8305785,0.54545456,0.17355372,0.15289256,15 +0.4338843,0.46694216,0.5247934,0.53305787,0.553719,0.553719,0.55785125,0.5785124,0.6198347,0.6404959,0.6528926,0.6694215,0.6983471,0.73140496,0.74793386,0.7644628,0.78099173,0.8140496,0.822314,0.8264463,0.8429752,0.8471074,0.8553719,0.8553719,0.8595041,0.8636364,0.8677686,0.8553719,0.8595041,0.8553719,0.8636364,0.8595041,0.8636364,0.8595041,0.8553719,0.8512397,0.8636364,0.8553719,0.8512397,0.8595041,0.8595041,0.8677686,0.8636364,0.8636364,0.8512397,0.8553719,0.8553719,0.8347107,0.80991733,0.7892562,0.76033056,0.77272725,0.74380165,0.74380165,0.75619835,0.73140496,0.6735537,0.6652893,0.59504133,0.41322315,0.3181818,0.29752067,0.29752067,0.27272728,0.4090909,0.45867768,0.5165289,0.5289256,0.55785125,0.55785125,0.56198347,0.5785124,0.61157024,0.6280992,0.6487603,0.6859504,0.6942149,0.7355372,0.75206614,0.76033056,0.78099173,0.8016529,0.8057851,0.8181818,0.8347107,0.8347107,0.8595041,0.8595041,0.8595041,0.8636364,0.8677686,0.8677686,0.8636364,0.8595041,0.8553719,0.8636364,0.8636364,0.8553719,0.8471074,0.8553719,0.8553719,0.8595041,0.8636364,0.8636364,0.8677686,0.8677686,0.8677686,0.8595041,0.8553719,0.8471074,0.8429752,0.8347107,0.8140496,0.8181818,0.8140496,0.78512394,0.77272725,0.74380165,0.75206614,0.72727275,0.6818182,0.6570248,0.6322314,0.46694216,0.34710744,0.2603306,0.30165288,0.29752067,0.39256197,0.46694216,0.5123967,0.5371901,0.54545456,0.56198347,0.55785125,0.58677685,0.59917355,0.62396693,0.6404959,0.6694215,0.69008267,0.7231405,0.74380165,0.76033056,0.7644628,0.7768595,0.7933884,0.79752064,0.8140496,0.80991733,0.8347107,0.8512397,0.8553719,0.8636364,0.8595041,0.8677686,0.8636364,0.8553719,0.8512397,0.838843,0.8429752,0.8471074,0.838843,0.8429752,0.8553719,0.8512397,0.8636364,0.8636364,0.8636364,0.8553719,0.838843,0.838843,0.8305785,0.8429752,0.8429752,0.8429752,0.8347107,0.8305785,0.8305785,0.80991733,0.7933884,0.7644628,0.74793386,0.7107438,0.661157,0.6528926,0.6652893,0.5082645,0.3553719,0.28099173,0.28099173,0.3181818,0.3966942,0.45867768,0.5247934,0.5413223,0.55785125,0.5661157,0.5785124,0.59504133,0.61570245,0.607438,0.6363636,0.661157,0.6818182,0.7066116,0.73140496,0.74793386,0.7644628,0.77272725,0.7768595,0.78512394,0.79752064,0.8016529,0.80991733,0.8181818,0.8264463,0.838843,0.838843,0.8429752,0.838843,0.822314,0.8264463,0.8305785,0.822314,0.8347107,0.8264463,0.8264463,0.838843,0.8347107,0.8429752,0.8347107,0.838843,0.8140496,0.8016529,0.8140496,0.8305785,0.8512397,0.8471074,0.8471074,0.8347107,0.8305785,0.8347107,0.822314,0.80991733,0.7892562,0.7768595,0.6983471,0.5785124,0.6198347,0.6652893,0.5661157,0.3429752,0.29338843,0.22727273,0.2892562,0.40082645,0.4876033,0.53305787,0.56198347,0.56198347,0.5661157,0.58677685,0.61570245,0.62396693,0.6404959,0.661157,0.6652893,0.69008267,0.7066116,0.73140496,0.75206614,0.77272725,0.7768595,0.75619835,0.75619835,0.7768595,0.79752064,0.8140496,0.8140496,0.8264463,0.8305785,0.8347107,0.8305785,0.8305785,0.8305785,0.838843,0.838843,0.838843,0.8305785,0.838843,0.8264463,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.7933884,0.79752064,0.8347107,0.8471074,0.8553719,0.8553719,0.8471074,0.8264463,0.8347107,0.8264463,0.8305785,0.80991733,0.8057851,0.7933884,0.74793386,0.60330576,0.553719,0.6280992,0.6363636,0.40495867,0.2644628,0.23553719,0.24793388,0.45454547,0.5247934,0.5413223,0.55785125,0.55785125,0.56198347,0.59917355,0.6363636,0.6487603,0.6694215,0.6859504,0.70247936,0.7107438,0.71900827,0.72727275,0.74380165,0.75206614,0.77272725,0.78099173,0.7768595,0.77272725,0.76859504,0.78512394,0.80991733,0.8347107,0.8471074,0.8553719,0.8471074,0.8512397,0.8429752,0.8553719,0.8512397,0.8512397,0.8429752,0.8471074,0.838843,0.8347107,0.8512397,0.8429752,0.8305785,0.8140496,0.8181818,0.8264463,0.8512397,0.8512397,0.8512397,0.8429752,0.8347107,0.8057851,0.80991733,0.78099173,0.7892562,0.7768595,0.7644628,0.75206614,0.74793386,0.6694215,0.5289256,0.5413223,0.6280992,0.47107437,0.26859504,0.23140496,0.2231405,0.5082645,0.5371901,0.54545456,0.553719,0.5661157,0.57024795,0.60330576,0.677686,0.677686,0.6818182,0.6652893,0.677686,0.69008267,0.6859504,0.6983471,0.7066116,0.7231405,0.73966944,0.75619835,0.75619835,0.76859504,0.76859504,0.75619835,0.75619835,0.7933884,0.838843,0.8553719,0.8512397,0.8553719,0.8512397,0.8553719,0.8553719,0.8553719,0.8512397,0.8471074,0.8429752,0.8471074,0.8305785,0.7768595,0.74793386,0.7892562,0.8181818,0.8140496,0.8016529,0.8305785,0.838843,0.8264463,0.79752064,0.7644628,0.72727275,0.6735537,0.661157,0.6652893,0.6694215,0.7107438,0.74380165,0.6528926,0.55785125,0.5,0.57024795,0.5247934,0.25619835,0.22727273,0.2231405,0.5289256,0.5371901,0.54545456,0.5495868,0.5661157,0.5785124,0.61157024,0.61570245,0.59504133,0.56198347,0.5413223,0.5661157,0.553719,0.54545456,0.54545456,0.59090906,0.607438,0.59917355,0.6404959,0.6694215,0.69008267,0.73966944,0.7644628,0.73966944,0.7933884,0.838843,0.8719008,0.8719008,0.8677686,0.8719008,0.87603307,0.8801653,0.8801653,0.87603307,0.8801653,0.87603307,0.8719008,0.8347107,0.79752064,0.8016529,0.8264463,0.8471074,0.8305785,0.7231405,0.71900827,0.7355372,0.71487606,0.7066116,0.6942149,0.677686,0.6322314,0.6404959,0.6859504,0.7355372,0.7355372,0.78099173,0.7355372,0.6818182,0.57024795,0.5206612,0.5082645,0.23966943,0.21900827,0.26859504,0.5247934,0.5413223,0.54545456,0.5413223,0.53305787,0.48347107,0.45867768,0.47107437,0.53305787,0.55785125,0.58264464,0.58264464,0.5413223,0.5123967,0.49586776,0.61570245,0.6280992,0.5495868,0.57438016,0.5785124,0.59090906,0.6404959,0.677686,0.6404959,0.72727275,0.7231405,0.75619835,0.80991733,0.8057851,0.8016529,0.8057851,0.80991733,0.8016529,0.7933884,0.7768595,0.77272725,0.72727275,0.6198347,0.61570245,0.6198347,0.661157,0.71487606,0.6570248,0.57438016,0.5123967,0.49586776,0.4752066,0.46280992,0.45041323,0.446281,0.42975205,0.43801653,0.45041323,0.53305787,0.5206612,0.5371901,0.57024795,0.4876033,0.49173555,0.6528926,0.6404959,0.4090909,0.21487603,0.2231405,0.5371901,0.5371901,0.5413223,0.5,0.45041323,0.42975205,0.48347107,0.5123967,0.5661157,0.553719,0.5289256,0.49173555,0.45041323,0.42561984,0.3966942,0.40082645,0.4090909,0.3677686,0.3677686,0.37190083,0.38429752,0.4214876,0.45454547,0.5413223,0.54545456,0.57024795,0.5289256,0.61570245,0.6859504,0.70247936,0.70247936,0.71900827,0.71487606,0.71487606,0.71487606,0.7644628,0.6818182,0.60330576,0.6280992,0.6322314,0.6528926,0.6652893,0.607438,0.61570245,0.49586776,0.47107437,0.4752066,0.4752066,0.42561984,0.42561984,0.4338843,0.49173555,0.5371901,0.49586776,0.5,0.5165289,0.53305787,0.5123967,0.4338843,0.5661157,0.40082645,0.4338843,0.45867768,0.23553719,0.553719,0.553719,0.5206612,0.446281,0.43801653,0.47107437,0.5165289,0.48347107,0.48347107,0.46694216,0.5206612,0.4876033,0.47107437,0.49173555,0.4752066,0.446281,0.45867768,0.45867768,0.49173555,0.47107437,0.4752066,0.5,0.5123967,0.57024795,0.57438016,0.5785124,0.48347107,0.5041322,0.56198347,0.6859504,0.72727275,0.75619835,0.75619835,0.74793386,0.71900827,0.6859504,0.6487603,0.661157,0.607438,0.74793386,0.73140496,0.70247936,0.6859504,0.6446281,0.6198347,0.6322314,0.6487603,0.661157,0.6446281,0.661157,0.6983471,0.7066116,0.7107438,0.6983471,0.6694215,0.6363636,0.59917355,0.553719,0.5785124,0.57024795,0.47107437,0.19008264,0.38016528,0.45041323,0.5785124,0.5661157,0.5123967,0.47107437,0.5041322,0.49586776,0.5289256,0.5289256,0.5247934,0.49586776,0.5165289,0.5165289,0.5289256,0.57024795,0.59090906,0.61570245,0.6363636,0.6322314,0.6487603,0.6363636,0.607438,0.59090906,0.607438,0.6198347,0.6322314,0.58264464,0.5247934,0.6198347,0.553719,0.71900827,0.77272725,0.8016529,0.8305785,0.7768595,0.7892562,0.69008267,0.62396693,0.6528926,0.6735537,0.8016529,0.76859504,0.73966944,0.72727275,0.7231405,0.6983471,0.6942149,0.6694215,0.6694215,0.6528926,0.6652893,0.677686,0.69008267,0.7107438,0.72727275,0.71487606,0.69008267,0.6570248,0.59090906,0.6404959,0.59090906,0.5371901,0.23140496,0.24793388,0.48347107,0.5785124,0.53305787,0.4876033,0.47933885,0.4752066,0.4876033,0.49173555,0.49586776,0.5041322,0.5041322,0.5247934,0.53305787,0.5123967,0.5371901,0.5661157,0.56198347,0.58677685,0.59090906,0.6322314,0.6322314,0.6198347,0.59917355,0.57024795,0.5413223,0.5165289,0.5247934,0.59917355,0.6735537,0.5785124,0.6280992,0.57024795,0.6570248,0.8512397,0.6280992,0.7107438,0.6983471,0.6818182,0.7066116,0.6983471,0.78512394,0.74793386,0.72727275,0.6942149,0.677686,0.6322314,0.59917355,0.5371901,0.5289256,0.5165289,0.5206612,0.53305787,0.57024795,0.6404959,0.677686,0.6942149,0.6859504,0.6446281,0.6487603,0.6570248,0.61157024,0.57024795,0.28099173,0.45041323,0.4876033,0.54545456,0.5123967,0.5661157,0.49173555,0.446281,0.46694216,0.47933885,0.49586776,0.5165289,0.5082645,0.48347107,0.46280992,0.41735536,0.42561984,0.45867768,0.46694216,0.49173555,0.48347107,0.5206612,0.5,0.4876033,0.48347107,0.45867768,0.41735536,0.38842976,0.42975205,0.47933885,0.5123967,0.4876033,0.55785125,0.57438016,0.6983471,0.78099173,0.8305785,0.8140496,0.6859504,0.57438016,0.6404959,0.6735537,0.73140496,0.6942149,0.6735537,0.6487603,0.58264464,0.49586776,0.45867768,0.45867768,0.47107437,0.47107437,0.4876033,0.5,0.5247934,0.5495868,0.5661157,0.6198347,0.6487603,0.61570245,0.6818182,0.677686,0.6404959,0.57024795,0.338843,0.5247934,0.553719,0.5785124,0.6404959,0.6528926,0.48347107,0.45867768,0.45454547,0.45867768,0.446281,0.42561984,0.38429752,0.38429752,0.40082645,0.40495867,0.42975205,0.446281,0.47933885,0.5,0.4752066,0.4876033,0.446281,0.39256197,0.37603307,0.40082645,0.41322315,0.4090909,0.41735536,0.446281,0.46280992,0.45041323,0.58677685,0.6198347,0.78099173,0.8429752,0.8677686,0.8677686,0.8016529,0.6198347,0.5413223,0.6694215,0.7066116,0.6694215,0.6322314,0.5661157,0.48347107,0.48347107,0.47933885,0.4338843,0.42975205,0.40495867,0.45867768,0.42561984,0.48347107,0.5371901,0.58677685,0.57024795,0.60330576,0.6694215,0.7066116,0.71487606,0.6735537,0.58677685,0.38842976,0.56198347,0.5371901,0.40082645,0.7644628,0.58677685,0.46280992,0.47933885,0.47107437,0.42975205,0.38842976,0.3553719,0.338843,0.37603307,0.40495867,0.4338843,0.37603307,0.3305785,0.26859504,0.34710744,0.2892562,0.30578512,0.3677686,0.39256197,0.38016528,0.38016528,0.3966942,0.38842976,0.37603307,0.4338843,0.46280992,0.4752066,0.6570248,0.6652893,0.7768595,0.8305785,0.8595041,0.8677686,0.838843,0.6198347,0.45454547,0.60330576,0.6859504,0.6446281,0.59504133,0.553719,0.5206612,0.5123967,0.45041323,0.38016528,0.42975205,0.3264463,0.3553719,0.4090909,0.5785124,0.45867768,0.47107437,0.5289256,0.56198347,0.6859504,0.71487606,0.73966944,0.71487606,0.6198347,0.4338843,0.55785125,0.5785124,0.2644628,0.70247936,0.553719,0.46694216,0.49173555,0.5082645,0.42975205,0.3677686,0.338843,0.34710744,0.39256197,0.35950413,0.3264463,0.27272728,0.30578512,0.18595041,0.37190083,0.23140496,0.24380165,0.41322315,0.3264463,0.3264463,0.36363637,0.4214876,0.45867768,0.4090909,0.3966942,0.41322315,0.5495868,0.54545456,0.57024795,0.69008267,0.71487606,0.74793386,0.78512394,0.8057851,0.59504133,0.3305785,0.4752066,0.6652893,0.6528926,0.57438016,0.5041322,0.446281,0.5371901,0.4876033,0.38016528,0.24793388,0.37190083,0.35950413,0.4214876,0.71487606,0.6652893,0.38016528,0.39256197,0.5371901,0.6859504,0.71900827,0.76033056,0.78512394,0.6570248,0.5,0.5041322,0.6694215,0.39256197,0.8677686,0.6363636,0.49173555,0.5041322,0.49586776,0.4338843,0.37603307,0.3264463,0.28099173,0.28512397,0.27272728,0.36363637,0.34710744,0.30165288,0.20247933,0.20661157,0.24793388,0.30578512,0.48347107,0.38429752,0.37603307,0.3305785,0.26859504,0.35123968,0.4214876,0.49173555,0.59504133,0.59090906,0.38016528,0.5289256,0.677686,0.78512394,0.8305785,0.8181818,0.75206614,0.6487603,0.28099173,0.37190083,0.59917355,0.5661157,0.446281,0.4214876,0.45454547,0.48347107,0.49173555,0.38429752,0.29338843,0.34710744,0.55785125,0.4338843,0.6652893,0.57438016,0.446281,0.43801653,0.5165289,0.6570248,0.7231405,0.75619835,0.7768595,0.69008267,0.607438,0.5247934,0.7066116,0.39256197,0.93801653,0.69008267,0.5247934,0.53305787,0.5165289,0.47933885,0.42561984,0.35950413,0.3140496,0.3264463,0.35123968,0.4090909,0.43801653,0.40495867,0.39256197,0.36363637,0.3677686,0.39256197,0.4338843,0.39256197,0.41322315,0.42975205,0.55785125,0.88429755,0.89669424,0.90909094,0.892562,0.49586776,0.40495867,0.59504133,0.7644628,0.8429752,0.8636364,0.8801653,0.8553719,0.6983471,0.38016528,0.38016528,0.59504133,0.56198347,0.5206612,0.5,0.4752066,0.4752066,0.5082645,0.49586776,0.46280992,0.45454547,0.553719,0.53305787,0.59504133,0.5661157,0.56198347,0.89669424,0.8595041,0.79752064,0.8016529,0.7933884,0.77272725,0.71900827,0.6735537,0.59917355,0.607438,0.35123968,0.9214876,0.71487606,0.5413223,0.5661157,0.56198347,0.5289256,0.5082645,0.45041323,0.42975205,0.4338843,0.45867768,0.47933885,0.49173555,0.446281,0.44214877,0.42561984,0.446281,0.47933885,0.49586776,0.45454547,0.47107437,0.46694216,0.6942149,0.838843,0.8429752,0.80991733,0.75619835,0.4752066,0.4752066,0.6652893,0.7933884,0.8512397,0.8719008,0.87603307,0.8512397,0.77272725,0.5,0.47933885,0.55785125,0.58677685,0.5661157,0.5495868,0.5206612,0.5206612,0.53305787,0.57024795,0.57024795,0.6322314,0.6322314,0.661157,0.6652893,0.6198347,0.78512394,0.92561984,0.90909094,0.91322315,0.91322315,0.8347107,0.75206614,0.69008267,0.6942149,0.59090906,0.57438016,0.3264463,0.91322315,0.7768595,0.5495868,0.57024795,0.59090906,0.58264464,0.5785124,0.5123967,0.47107437,0.446281,0.5082645,0.5413223,0.57438016,0.5289256,0.4752066,0.45867768,0.45867768,0.44214877,0.4214876,0.41735536,0.4090909,0.3966942,0.4214876,0.4752066,0.59917355,0.5206612,0.46694216,0.44214877,0.56198347,0.6942149,0.78099173,0.8553719,0.87603307,0.88429755,0.8305785,0.79752064,0.6363636,0.54545456,0.5247934,0.58677685,0.56198347,0.57024795,0.57024795,0.57024795,0.58264464,0.61157024,0.62396693,0.661157,0.677686,0.6983471,0.7066116,0.6528926,0.6404959,0.8264463,0.9214876,0.90909094,0.92561984,0.8264463,0.74793386,0.677686,0.69008267,0.45454547,0.6446281,0.3553719,0.76033056,0.8347107,0.56198347,0.5785124,0.60330576,0.6363636,0.6363636,0.59504133,0.5371901,0.49173555,0.46280992,0.5041322,0.5247934,0.49173555,0.44214877,0.43801653,0.4338843,0.42975205,0.4214876,0.47107437,0.47933885,0.5082645,0.5413223,0.57438016,0.6280992,0.4876033,0.46694216,0.5,0.60330576,0.6942149,0.76859504,0.8429752,0.8677686,0.8801653,0.8471074,0.8016529,0.72727275,0.6652893,0.5,0.5785124,0.59090906,0.57024795,0.5785124,0.59090906,0.58677685,0.61157024,0.6363636,0.6446281,0.6446281,0.6487603,0.6363636,0.60330576,0.6322314,0.72727275,0.8677686,0.8801653,0.8636364,0.7768595,0.73140496,0.677686,0.6528926,0.33471075,0.7107438,0.45454547,0.46694216,0.76033056,0.5413223,0.5785124,0.61157024,0.60330576,0.6322314,0.62396693,0.607438,0.59090906,0.53305787,0.5082645,0.4876033,0.45867768,0.45454547,0.47933885,0.48347107,0.49173555,0.5123967,0.57438016,0.5785124,0.58264464,0.61157024,0.6363636,0.58264464,0.48347107,0.49173555,0.55785125,0.61570245,0.6528926,0.73966944,0.8305785,0.8512397,0.8719008,0.8429752,0.8016529,0.77272725,0.70247936,0.7066116,0.607438,0.58264464,0.58264464,0.5785124,0.58677685,0.59504133,0.59504133,0.58677685,0.57024795,0.55785125,0.57438016,0.61157024,0.6652893,0.73140496,0.78512394,0.79752064,0.8181818,0.8016529,0.76033056,0.7066116,0.69008267,0.57024795,0.40082645,0.76859504,0.5041322,0.4338843,0.59917355,0.54545456,0.58264464,0.6198347,0.61570245,0.6404959,0.6322314,0.6280992,0.6280992,0.607438,0.61570245,0.59504133,0.5785124,0.55785125,0.56198347,0.57438016,0.58677685,0.59917355,0.6363636,0.6652893,0.6570248,0.6694215,0.6280992,0.47107437,0.53305787,0.5123967,0.607438,0.61570245,0.6322314,0.6983471,0.8057851,0.8553719,0.8636364,0.8140496,0.80991733,0.79752064,0.72727275,0.77272725,0.74380165,0.6570248,0.61157024,0.6652893,0.6487603,0.6322314,0.6198347,0.607438,0.607438,0.62396693,0.6735537,0.71487606,0.74793386,0.75619835,0.7892562,0.7892562,0.7933884,0.7892562,0.74380165,0.69008267,0.6694215,0.53305787,0.6652893,0.78099173,0.5123967,0.5289256,0.43801653,0.55785125,0.56198347,0.60330576,0.6446281,0.6404959,0.6487603,0.661157,0.6735537,0.661157,0.661157,0.6528926,0.6528926,0.6528926,0.6198347,0.6363636,0.6487603,0.6652893,0.6735537,0.6818182,0.661157,0.6280992,0.5247934,0.553719,0.49173555,0.553719,0.6404959,0.6322314,0.6280992,0.6818182,0.79752064,0.8471074,0.8553719,0.8181818,0.8057851,0.8016529,0.76033056,0.75206614,0.8057851,0.7768595,0.677686,0.6694215,0.7644628,0.7644628,0.76033056,0.74380165,0.7355372,0.75619835,0.76033056,0.78512394,0.7892562,0.77272725,0.8057851,0.78512394,0.7933884,0.78099173,0.74380165,0.7066116,0.7231405,0.7355372,0.8719008,0.7768595,0.5206612,0.5206612,0.45454547,0.47933885,0.57438016,0.5785124,0.6528926,0.6404959,0.6322314,0.6859504,0.7107438,0.6942149,0.6942149,0.7107438,0.69008267,0.70247936,0.6983471,0.69008267,0.6983471,0.6983471,0.6983471,0.6652893,0.607438,0.5495868,0.553719,0.5413223,0.49586776,0.6198347,0.6487603,0.6280992,0.6487603,0.677686,0.78512394,0.8512397,0.8595041,0.8181818,0.8016529,0.8016529,0.80991733,0.75619835,0.8140496,0.8264463,0.80991733,0.7107438,0.6322314,0.75619835,0.79752064,0.8016529,0.79752064,0.8140496,0.7933884,0.8016529,0.822314,0.822314,0.8471074,0.8305785,0.8471074,0.8429752,0.80991733,0.7892562,0.8181818,0.78512394,0.7768595,0.7355372,0.5247934,0.5165289,0.45867768,0.49173555,0.49173555,0.6404959,0.6528926,0.661157,0.6942149,0.6983471,0.70247936,0.70247936,0.71487606,0.73966944,0.73966944,0.74380165,0.7355372,0.74793386,0.7355372,0.70247936,0.6363636,0.59090906,0.57438016,0.607438,0.55785125,0.4876033,0.553719,0.6404959,0.6404959,0.6363636,0.677686,0.7066116,0.7933884,0.8553719,0.8677686,0.8264463,0.8016529,0.7933884,0.8140496,0.76859504,0.7768595,0.8305785,0.8429752,0.838843,0.79752064,0.6694215,0.6983471,0.73966944,0.7644628,0.78099173,0.77272725,0.8016529,0.8347107,0.8512397,0.88429755,0.89669424,0.90495867,0.90909094,0.90082645,0.8181818,0.7355372,0.6983471,0.71487606,0.6322314,0.5289256,0.53305787,0.5041322,0.5165289,0.49173555,0.55785125,0.71900827,0.7768595,0.75206614,0.71487606,0.71487606,0.72727275,0.74793386,0.75619835,0.75206614,0.73966944,0.70247936,0.70247936,0.677686,0.6446281,0.6280992,0.6694215,0.6570248,0.6363636,0.5289256,0.48347107,0.5785124,0.60330576,0.58677685,0.62396693,0.6859504,0.74380165,0.7933884,0.8471074,0.8636364,0.838843,0.8016529,0.7892562,0.78512394,0.76859504,0.7892562,0.822314,0.8429752,0.8471074,0.838843,0.822314,0.79752064,0.76859504,0.76859504,0.7768595,0.77272725,0.7892562,0.8140496,0.8264463,0.838843,0.8512397,0.8181818,0.8181818,0.77272725,0.72727275,0.70247936,0.6983471,0.7066116,0.48347107,0.5289256,0.56198347,0.5371901,0.5206612,0.53305787,0.5206612,0.5,0.6363636,0.6942149,0.6818182,0.6735537,0.6818182,0.6942149,0.6942149,0.70247936,0.7231405,0.7355372,0.77272725,0.77272725,0.7231405,0.71487606,0.7066116,0.6735537,0.59504133,0.5041322,0.49173555,0.57024795,0.5661157,0.5785124,0.61570245,0.69008267,0.7644628,0.79752064,0.8429752,0.8512397,0.8512397,0.8264463,0.7892562,0.75206614,0.73140496,0.78099173,0.8181818,0.8347107,0.8305785,0.8264463,0.822314,0.822314,0.8181818,0.8264463,0.8264463,0.8264463,0.8347107,0.8429752,0.8347107,0.8429752,0.8181818,0.77272725,0.73140496,0.72727275,0.73966944,0.72727275,0.71487606,0.661157,0.34710744,0.5082645,0.553719,0.57024795,0.54545456,0.5495868,0.54545456,0.55785125,0.60330576,0.6446281,0.6694215,0.6983471,0.73140496,0.74793386,0.75206614,0.76859504,0.7768595,0.8016529,0.8181818,0.8140496,0.7768595,0.7066116,0.677686,0.6280992,0.56198347,0.49173555,0.5,0.60330576,0.6322314,0.6198347,0.62396693,0.6942149,0.75619835,0.8016529,0.838843,0.8471074,0.8595041,0.822314,0.8057851,0.75619835,0.6818182,0.73966944,0.8140496,0.8181818,0.8140496,0.8057851,0.80991733,0.8016529,0.8016529,0.8057851,0.80991733,0.8140496,0.8140496,0.8140496,0.822314,0.8305785,0.8305785,0.8264463,0.77272725,0.7355372,0.75206614,0.71487606,0.74793386,0.5082645,0.26859504,0.4876033,0.5413223,0.5661157,0.55785125,0.553719,0.553719,0.57024795,0.6404959,0.6694215,0.677686,0.70247936,0.73966944,0.72727275,0.71487606,0.73140496,0.74380165,0.78099173,0.7768595,0.7933884,0.79752064,0.73140496,0.6280992,0.58677685,0.5123967,0.4752066,0.56198347,0.6735537,0.6983471,0.6694215,0.661157,0.6942149,0.73140496,0.8057851,0.8429752,0.8553719,0.8553719,0.8347107,0.8140496,0.7768595,0.71487606,0.6859504,0.7644628,0.78512394,0.78512394,0.7768595,0.78512394,0.76859504,0.77272725,0.7768595,0.77272725,0.7644628,0.7768595,0.79752064,0.8016529,0.8140496,0.80991733,0.8057851,0.78099173,0.74793386,0.74380165,0.6942149,0.7892562,0.4214876,0.25619835,0.47107437,0.5413223,0.54545456,0.54545456,0.5371901,0.5495868,0.5495868,0.61157024,0.6363636,0.6404959,0.6528926,0.6694215,0.6735537,0.6859504,0.71487606,0.73966944,0.76033056,0.76859504,0.79752064,0.8057851,0.79752064,0.70247936,0.55785125,0.4876033,0.53305787,0.6859504,0.7107438,0.70247936,0.6818182,0.677686,0.6818182,0.7107438,0.8057851,0.8553719,0.8512397,0.8512397,0.8347107,0.8305785,0.78512394,0.8181818,0.78099173,0.75206614,0.78512394,0.7644628,0.75206614,0.76033056,0.76033056,0.76859504,0.77272725,0.78099173,0.77272725,0.7768595,0.78512394,0.7892562,0.79752064,0.78512394,0.78099173,0.78099173,0.7644628,0.73140496,0.6983471,0.79752064,0.38429752,0.2603306,0.45454547,0.5041322,0.5123967,0.5371901,0.5289256,0.5289256,0.55785125,0.58264464,0.60330576,0.59917355,0.61570245,0.6528926,0.6652893,0.6859504,0.7231405,0.74380165,0.76033056,0.7892562,0.8016529,0.8181818,0.8140496,0.7355372,0.58264464,0.47933885,0.59090906,0.6818182,0.6528926,0.6446281,0.59504133,0.59090906,0.61570245,0.661157,0.77272725,0.8512397,0.8553719,0.8553719,0.822314,0.7933884,0.78099173,0.80991733,0.8016529,0.71900827,0.77272725,0.76859504,0.74793386,0.74793386,0.75206614,0.7768595,0.78099173,0.7933884,0.7933884,0.8016529,0.8057851,0.7892562,0.7892562,0.78099173,0.78099173,0.77272725,0.75619835,0.71900827,0.74380165,0.71487606,0.30991736,0.26859504,0.45041323,0.47933885,0.5082645,0.5041322,0.5041322,0.5123967,0.54545456,0.57438016,0.57024795,0.5785124,0.61157024,0.6570248,0.677686,0.7066116,0.74380165,0.76033056,0.7768595,0.8016529,0.8181818,0.8016529,0.6983471,0.60330576,0.55785125,0.4876033,0.4876033,0.57438016,0.59504133,0.553719,0.5495868,0.5123967,0.5413223,0.58264464,0.7107438,0.8140496,0.8512397,0.8140496,0.7644628,0.73966944,0.73966944,0.73966944,0.7107438,0.72727275,0.7892562,0.79752064,0.76859504,0.73140496,0.73140496,0.76033056,0.77272725,0.7892562,0.8016529,0.8016529,0.8181818,0.80991733,0.7933884,0.7768595,0.7644628,0.77272725,0.75619835,0.7107438,0.70247936,0.446281,0.2603306,0.2768595,0.45041323,0.45867768,0.4876033,0.4876033,0.48347107,0.5,0.5247934,0.55785125,0.5661157,0.58264464,0.62396693,0.6528926,0.6983471,0.72727275,0.75619835,0.7892562,0.7933884,0.8016529,0.76859504,0.6322314,0.553719,0.553719,0.553719,0.54545456,0.42975205,0.5041322,0.55785125,0.47107437,0.4214876,0.40082645,0.49586776,0.60330576,0.6859504,0.7768595,0.8057851,0.7892562,0.73140496,0.6322314,0.59090906,0.55785125,0.6363636,0.73966944,0.8016529,0.8016529,0.7892562,0.75206614,0.7066116,0.73966944,0.75619835,0.7768595,0.8016529,0.7892562,0.8181818,0.7892562,0.7933884,0.78512394,0.7644628,0.76033056,0.74793386,0.6818182,0.48347107,0.27272728,0.2644628,0.2768595,0.45867768,0.446281,0.45041323,0.47107437,0.46280992,0.47933885,0.5165289,0.54545456,0.55785125,0.59917355,0.6363636,0.6818182,0.71487606,0.75206614,0.7768595,0.78512394,0.76033056,0.6735537,0.57024795,0.5041322,0.5289256,0.5495868,0.5785124,0.59917355,0.5247934,0.42561984,0.41735536,0.37190083,0.35123968,0.3181818,0.3553719,0.60330576,0.7066116,0.73966944,0.7644628,0.7892562,0.6570248,0.55785125,0.49173555,0.5495868,0.6322314,0.6404959,0.72727275,0.7768595,0.78099173,0.7768595,0.74380165,0.69008267,0.7066116,0.75206614,0.7933884,0.78099173,0.8140496,0.75206614,0.78099173,0.78512394,0.76859504,0.73966944,0.72727275,0.6280992,0.30578512,0.2644628,0.27272728,0.26859504,0.47107437,0.45041323,0.42975205,0.45454547,0.45041323,0.4752066,0.5,0.5289256,0.56198347,0.61157024,0.6570248,0.6942149,0.73140496,0.76859504,0.7768595,0.70247936,0.58677685,0.5041322,0.49173555,0.5123967,0.5413223,0.57438016,0.59504133,0.61570245,0.58677685,0.46280992,0.38842976,0.3966942,0.4090909,0.4338843,0.37190083,0.47933885,0.71487606,0.71900827,0.7107438,0.6983471,0.5785124,0.48347107,0.45041323,0.5082645,0.5661157,0.58264464,0.607438,0.6694215,0.7231405,0.73966944,0.74793386,0.74380165,0.677686,0.677686,0.74380165,0.7644628,0.7933884,0.7768595,0.78512394,0.78099173,0.76033056,0.72727275,0.7107438,0.5785124,0.2768595,0.27272728,0.2768595,0.27272728,0.4752066,0.45867768,0.43801653,0.42975205,0.4338843,0.46280992,0.49173555,0.5206612,0.56198347,0.61570245,0.677686,0.7231405,0.73966944,0.72727275,0.6198347,0.5123967,0.47107437,0.45867768,0.47107437,0.5165289,0.53305787,0.55785125,0.56198347,0.5661157,0.55785125,0.45041323,0.3677686,0.35950413,0.3966942,0.4214876,0.5,0.53305787,0.661157,0.6942149,0.6694215,0.553719,0.46694216,0.46280992,0.42975205,0.45867768,0.49586776,0.5,0.5,0.58264464,0.61157024,0.6322314,0.6363636,0.6859504,0.6528926,0.6446281,0.6280992,0.73966944,0.75619835,0.78512394,0.77272725,0.75206614,0.73140496,0.71487606,0.7066116,0.53305787,0.2644628,0.2768595,0.26859504,0.27272728,0.4752066,0.47107437,0.45041323,0.43801653,0.42975205,0.446281,0.46694216,0.49173555,0.5495868,0.61157024,0.677686,0.7066116,0.6280992,0.49173555,0.45041323,0.446281,0.44214877,0.43801653,0.45454547,0.5,0.5,0.5123967,0.47933885,0.446281,0.47107437,0.42561984,0.38429752,0.35123968,0.3677686,0.37190083,0.42975205,0.5,0.59917355,0.677686,0.5495868,0.45454547,0.37603307,0.45867768,0.42975205,0.42561984,0.44214877,0.4338843,0.4214876,0.49173555,0.5371901,0.5206612,0.46280992,0.57024795,0.5123967,0.5165289,0.553719,0.57024795,0.7107438,0.76859504,0.78099173,0.7355372,0.7066116,0.70247936,0.70247936,0.5041322,0.25619835,0.2768595,0.27272728,0.27272728,0.46694216,0.47933885,0.46280992,0.46280992,0.43801653,0.446281,0.45454547,0.45454547,0.49586776,0.59917355,0.6404959,0.58264464,0.42975205,0.39256197,0.40495867,0.4214876,0.41735536,0.4338843,0.446281,0.4752066,0.4752066,0.45454547,0.4214876,0.3966942,0.40495867,0.3677686,0.35950413,0.338843,0.37603307,0.3677686,0.40082645,0.45454547,0.553719,0.62396693,0.47933885,0.3966942,0.38016528,0.38842976,0.42975205,0.38842976,0.41322315,0.40495867,0.35123968,0.42561984,0.45041323,0.45041323,0.41735536,0.446281,0.46280992,0.42561984,0.446281,0.4214876,0.6694215,0.76859504,0.77272725,0.72727275,0.6942149,0.6694215,0.677686,0.47107437,0.25619835,0.2768595,0.2768595,0.26859504,0.46280992,0.47933885,0.47933885,0.46694216,0.45041323,0.45454547,0.45867768,0.446281,0.45454547,0.5082645,0.5165289,0.45041323,0.40495867,0.43801653,0.4338843,0.46280992,0.42975205,0.42975205,0.44214877,0.45041323,0.446281,0.42975205,0.3966942,0.39256197,0.38429752,0.36363637,0.37190083,0.3553719,0.41322315,0.38842976,0.40082645,0.43801653,0.5495868,0.6198347,0.45454547,0.35123968,0.3553719,0.39256197,0.39256197,0.338843,0.38016528,0.36363637,0.37603307,0.3553719,0.38842976,0.40495867,0.42975205,0.40082645,0.45454547,0.44214877,0.4214876,0.38016528,0.5206612,0.73140496,0.76033056,0.71900827,0.7107438,0.6818182,0.677686,0.4338843,0.25619835,0.2644628,0.27272728,0.2768595,0.45041323,0.47933885,0.47933885,0.48347107,0.45454547,0.46694216,0.46694216,0.45041323,0.45454547,0.49586776,0.5,0.46280992,0.42975205,0.4876033,0.47107437,0.46694216,0.446281,0.4214876,0.43801653,0.42975205,0.41735536,0.38842976,0.37603307,0.37603307,0.38429752,0.34710744,0.36363637,0.3553719,0.39256197,0.38429752,0.38429752,0.43801653,0.5371901,0.62396693,0.5123967,0.338843,0.3553719,0.446281,0.36363637,0.3553719,0.38429752,0.38429752,0.42975205,0.4090909,0.38429752,0.4090909,0.42975205,0.41735536,0.4090909,0.46280992,0.4214876,0.3966942,0.45867768,0.60330576,0.6983471,0.677686,0.6859504,0.6983471,0.6735537,0.38429752,0.2520661,0.2644628,0.26859504,0.27272728,0.45041323,0.47933885,0.47933885,0.47933885,0.47107437,0.45867768,0.45867768,0.4338843,0.4338843,0.46280992,0.5082645,0.4876033,0.43801653,0.47107437,0.43801653,0.45454547,0.42975205,0.42561984,0.41735536,0.4090909,0.4090909,0.39256197,0.38842976,0.42561984,0.38016528,0.35950413,0.35950413,0.35123968,0.39256197,0.4214876,0.4214876,0.49173555,0.54545456,0.59504133,0.57438016,0.5206612,0.5041322,0.5165289,0.45454547,0.4090909,0.46280992,0.49586776,0.5247934,0.5123967,0.4214876,0.3966942,0.41735536,0.45041323,0.446281,0.446281,0.42561984,0.45867768,0.4752066,0.5371901,0.607438,0.6446281,0.6942149,0.6735537,0.6322314,0.3140496,0.2644628,0.26859504,0.26859504,0.27272728,0.44214877,0.46280992,0.47933885,0.47933885,0.46694216,0.47107437,0.44214877,0.41735536,0.42975205,0.46694216,0.47933885,0.47933885,0.42561984,0.41322315,0.4214876,0.44214877,0.4214876,0.3677686,0.2892562,0.3677686,0.40082645,0.446281,0.446281,0.46280992,0.45454547,0.45867768,0.4752066,0.48347107,0.5247934,0.55785125,0.56198347,0.58677685,0.6280992,0.6528926,0.677686,0.6694215,0.6735537,0.6487603,0.61157024,0.53305787,0.57438016,0.59917355,0.5785124,0.46280992,0.338843,0.35123968,0.45867768,0.49173555,0.5247934,0.45454547,0.45454547,0.5206612,0.5082645,0.59504133,0.55785125,0.607438,0.677686,0.7107438,0.58264464,0.2768595,0.27272728,0.27272728,0.27272728,0.27272728,0.42975205,0.44214877,0.46694216,0.48347107,0.4752066,0.46694216,0.446281,0.4214876,0.4214876,0.46280992,0.5,0.47107437,0.44214877,0.3966942,0.41735536,0.4090909,0.42975205,0.37190083,0.23140496,0.18181819,0.25619835,0.37190083,0.4214876,0.45041323,0.4752066,0.5,0.5165289,0.5289256,0.5495868,0.55785125,0.5785124,0.58264464,0.61570245,0.6487603,0.6818182,0.6570248,0.6859504,0.6735537,0.6652893,0.6404959,0.6280992,0.59504133,0.5206612,0.38842976,0.39256197,0.5,0.57438016,0.53305787,0.55785125,0.5,0.5082645,0.53305787,0.58677685,0.6198347,0.6322314,0.62396693,0.6735537,0.7066116,0.5,0.2644628,0.27272728,0.2892562,0.26859504,0.2603306,0.40495867,0.446281,0.45867768,0.4752066,0.47933885,0.46694216,0.4338843,0.41322315,0.38842976,0.4338843,0.4752066,0.48347107,0.49173555,0.45867768,0.4214876,0.4090909,0.446281,0.47107437,0.42561984,0.32231405,0.2644628,0.3181818,0.3429752,0.35950413,0.39256197,0.4214876,0.446281,0.49173555,0.5661157,0.57438016,0.59504133,0.59090906,0.607438,0.677686,0.6487603,0.661157,0.6983471,0.6652893,0.55785125,0.5,0.49586776,0.49586776,0.5165289,0.5289256,0.5413223,0.6942149,0.6983471,0.61157024,0.58264464,0.53305787,0.59090906,0.61570245,0.6570248,0.607438,0.6487603,0.6652893,0.6983471,0.6983471,0.38016528,0.2520661,0.2603306,0.26859504,0.2644628,0.2603306,0.38429752,0.41735536,0.45867768,0.45041323,0.47107437,0.4876033,0.45867768,0.42561984,0.40082645,0.40082645,0.45454547,0.48347107,0.53305787,0.5206612,0.4752066,0.43801653,0.46694216,0.5041322,0.49586776,0.446281,0.38429752,0.37190083,0.37190083,0.3553719,0.3553719,0.37190083,0.35123968,0.3553719,0.38016528,0.4214876,0.47933885,0.5165289,0.5371901,0.58264464,0.5371901,0.5206612,0.49586776,0.46694216,0.46280992,0.5289256,0.5413223,0.5495868,0.5661157,0.58264464,0.677686,0.75206614,0.74380165,0.69008267,0.59917355,0.59504133,0.6942149,0.6652893,0.677686,0.6528926,0.69008267,0.7066116,0.7107438,0.6322314,0.25619835,0.24380165,0.24380165,0.2603306,0.24380165,0.26859504,0.3429752,0.40495867,0.4338843,0.45454547,0.47933885,0.46694216,0.48347107,0.446281,0.4214876,0.42561984,0.43801653,0.45454547,0.5041322,0.53305787,0.5289256,0.46694216,0.48347107,0.5082645,0.5123967,0.4876033,0.46694216,0.4338843,0.41322315,0.38842976,0.41735536,0.40082645,0.38842976,0.40082645,0.42975205,0.43801653,0.45867768,0.4752066,0.4752066,0.4752066,0.46280992,0.49173555,0.5041322,0.5289256,0.553719,0.57438016,0.59917355,0.58677685,0.6198347,0.70247936,0.74793386,0.75619835,0.75206614,0.6942149,0.677686,0.6942149,0.78512394,0.7231405,0.6735537,0.7231405,0.6859504,0.71900827,0.7066116,0.5165289,0.23966943,0.23966943,0.24380165,0.23966943,0.23966943,0.24793388,0.26859504,0.38016528,0.4214876,0.446281,0.4752066,0.46694216,0.47933885,0.4214876,0.4214876,0.4338843,0.4338843,0.4338843,0.45454547,0.4876033,0.5165289,0.45454547,0.4876033,0.5206612,0.5123967,0.47933885,0.4876033,0.4752066,0.46694216,0.43801653,0.45454547,0.446281,0.45867768,0.4752066,0.5,0.5289256,0.57024795,0.55785125,0.5661157,0.55785125,0.553719,0.58677685,0.60330576,0.6404959,0.62396693,0.6322314,0.6404959,0.677686,0.72727275,0.76033056,0.74793386,0.75619835,0.7231405,0.69008267,0.74793386,0.75619835,0.78512394,0.72727275,0.71900827,0.7231405,0.7355372,0.7231405,0.6859504,0.4090909,0.20661157,0.23553719,0.23966943,0.2520661,0.23966943,0.2603306,0.20247933,0.35123968,0.40082645,0.4338843,0.46694216,0.46280992,0.45454547,0.4214876,0.42975205,0.4338843,0.42561984,0.42561984,0.4338843,0.46694216,0.5082645,0.43801653,0.45867768,0.5082645,0.5082645,0.4876033,0.4876033,0.47933885,0.47107437,0.4752066,0.49586776,0.49173555,0.5165289,0.5289256,0.5413223,0.57024795,0.59090906,0.59504133,0.607438,0.607438,0.62396693,0.6487603,0.6859504,0.71487606,0.6942149,0.71487606,0.73966944,0.76033056,0.76859504,0.75619835,0.73966944,0.74380165,0.6735537,0.6694215,0.7768595,0.73966944,0.71900827,0.73966944,0.76033056,0.75206614,0.74793386,0.72727275,0.607438,0.30165288,0.21900827,0.22727273,0.22727273,0.23553719,0.23553719,0.24793388,0.17355372,0.30991736,0.38016528,0.41735536,0.42975205,0.45867768,0.45041323,0.4214876,0.42975205,0.4338843,0.4090909,0.38842976,0.4090909,0.44214877,0.46280992,0.44214877,0.45041323,0.5041322,0.5206612,0.5,0.49173555,0.4752066,0.46280992,0.45454547,0.46280992,0.49173555,0.5206612,0.55785125,0.57024795,0.607438,0.6280992,0.6322314,0.61570245,0.6322314,0.6652893,0.6942149,0.73140496,0.7644628,0.77272725,0.78099173,0.75619835,0.74793386,0.7644628,0.7644628,0.74380165,0.7066116,0.6570248,0.62396693,0.72727275,0.71900827,0.7107438,0.77272725,0.77272725,0.75619835,0.7355372,0.6859504,0.49173555,0.23140496,0.2231405,0.21487603,0.21487603,0.21900827,0.2231405,0.22727273,0.16115703,0.26859504,0.3553719,0.39256197,0.42561984,0.41735536,0.44214877,0.4214876,0.4338843,0.41322315,0.40495867,0.40495867,0.40082645,0.4090909,0.42975205,0.4338843,0.446281,0.5,0.53305787,0.5247934,0.5206612,0.4876033,0.46694216,0.45867768,0.45454547,0.44214877,0.4338843,0.47107437,0.4752066,0.4876033,0.5041322,0.4876033,0.4752066,0.49586776,0.4876033,0.5413223,0.6280992,0.6487603,0.6818182,0.6942149,0.7107438,0.73966944,0.76033056,0.75619835,0.6942149,0.6735537,0.61570245,0.59504133,0.6694215,0.71487606,0.7231405,0.7768595,0.7768595,0.76033056,0.6983471,0.62396693,0.3305785,0.2107438,0.21900827,0.21487603,0.20247933,0.2107438,0.20247933,0.2107438,0.1570248,0.30578512,0.36363637,0.3553719,0.41735536,0.40082645,0.43801653,0.41735536,0.4214876,0.41322315,0.4214876,0.3966942,0.39256197,0.37190083,0.38429752,0.40082645,0.45454547,0.47933885,0.5165289,0.5413223,0.5413223,0.5165289,0.49173555,0.47933885,0.42975205,0.43801653,0.41735536,0.38016528,0.3966942,0.40495867,0.37603307,0.36363637,0.39256197,0.37190083,0.36363637,0.41322315,0.5,0.5495868,0.59090906,0.661157,0.69008267,0.7231405,0.73140496,0.73140496,0.6487603,0.6280992,0.5785124,0.56198347,0.6404959,0.7231405,0.7231405,0.77272725,0.76859504,0.73966944,0.71900827,0.49173555,0.21487603,0.20661157,0.20247933,0.1983471,0.20661157,0.2107438,0.20661157,0.20661157,0.16115703,0.33471075,0.42561984,0.33471075,0.38016528,0.40495867,0.41735536,0.41322315,0.4090909,0.41322315,0.4214876,0.36363637,0.35950413,0.36363637,0.35950413,0.39256197,0.4090909,0.43801653,0.48347107,0.5123967,0.5289256,0.5289256,0.5206612,0.5,0.46280992,0.45041323,0.4214876,0.36363637,0.34710744,0.3429752,0.32231405,0.338843,0.34710744,0.3305785,0.3140496,0.38429752,0.44214877,0.49586776,0.6280992,0.661157,0.6694215,0.71487606,0.70247936,0.71900827,0.6322314,0.58264464,0.5413223,0.5247934,0.61157024,0.7066116,0.7355372,0.75206614,0.75206614,0.7355372,0.59504133,0.2892562,0.19008264,0.20247933,0.1983471,0.1694215,0.19421488,0.1983471,0.1983471,0.2107438,0.1570248,0.3553719,0.45041323,0.3677686,0.338843,0.3553719,0.39256197,0.40495867,0.39256197,0.39256197,0.38842976,0.37190083,0.34710744,0.35123968,0.36363637,0.38429752,0.38016528,0.44214877,0.4876033,0.5206612,0.5247934,0.56198347,0.54545456,0.5123967,0.46694216,0.43801653,0.39256197,0.3553719,0.3305785,0.3264463,0.33471075,0.3305785,0.3264463,0.32231405,0.3429752,0.35123968,0.446281,0.45867768,0.59090906,0.60330576,0.6818182,0.70247936,0.72727275,0.73140496,0.6652893,0.57438016,0.5247934,0.5289256,0.58677685,0.6942149,0.73966944,0.73966944,0.7231405,0.661157,0.34710744,0.18595041,0.19421488,0.19421488,0.19421488,0.18595041,0.18595041,0.19008264,0.1983471,0.20661157,0.16528925,0.37603307,0.45454547,0.4090909,0.338843,0.33471075,0.36363637,0.38016528,0.37190083,0.35123968,0.33471075,0.3140496,0.35123968,0.3429752,0.35123968,0.37603307,0.38016528,0.446281,0.45867768,0.5082645,0.55785125,0.607438,0.58264464,0.5247934,0.46694216,0.4214876,0.40495867,0.37603307,0.3553719,0.3553719,0.338843,0.35123968,0.3429752,0.37190083,0.38429752,0.40495867,0.45041323,0.40495867,0.553719,0.607438,0.6570248,0.7107438,0.74380165,0.70247936,0.6198347,0.58264464,0.5165289,0.5123967,0.5206612,0.6446281,0.74380165,0.7231405,0.6570248,0.42561984,0.20661157,0.19421488,0.1983471,0.19421488,0.19008264,0.18181819,0.18595041,0.18595041,0.19008264,0.19421488,0.1694215,0.40495867,0.45041323,0.42975205,0.37190083,0.3305785,0.3677686,0.3677686,0.35123968,0.3264463,0.29752067,0.2892562,0.29752067,0.3140496,0.3429752,0.3553719,0.37190083,0.3966942,0.38842976,0.46694216,0.5371901,0.58677685,0.58264464,0.5247934,0.45454547,0.4090909,0.4090909,0.3966942,0.41735536,0.40082645,0.37603307,0.3553719,0.41735536,0.44214877,0.42561984,0.47107437,0.4752066,0.4090909,0.49586776,0.59917355,0.6487603,0.6818182,0.7066116,0.661157,0.553719,0.5413223,0.5,0.5123967,0.49586776,0.553719,0.6942149,0.69008267,0.44214877,0.23140496,0.19421488,0.2107438,0.20661157,0.20661157,0.1983471,0.19421488,0.18181819,0.18181819,0.19008264,0.18595041,0.1694215,0.4214876,0.45454547,0.4338843,0.39256197,0.35950413,0.33471075,0.35950413,0.3305785,0.3264463,0.2892562,0.2892562,0.2603306,0.28512397,0.30578512,0.30991736,0.35123968,0.33471075,0.33471075,0.4090909,0.48347107,0.5,0.5165289,0.4338843,0.41735536,0.43801653,0.42561984,0.446281,0.45867768,0.43801653,0.42561984,0.45041323,0.48347107,0.46280992,0.48347107,0.5041322,0.4876033,0.45454547,0.5247934,0.5371901,0.57024795,0.6280992,0.61570245,0.57438016,0.5247934,0.4876033,0.46694216,0.44214877,0.5,0.54545456,0.5785124,0.61157024,0.2644628,0.18181819,0.21900827,0.23553719,0.21900827,0.21487603,0.21900827,0.19421488,0.18181819,0.17355372,0.18595041,0.18181819,0.20661157,0.446281,0.45867768,0.4338843,0.4090909,0.36363637,0.338843,0.3305785,0.3140496,0.3264463,0.2644628,0.2644628,0.2231405,0.24380165,0.26859504,0.2603306,0.3181818,0.29752067,0.29338843,0.35123968,0.4214876,0.40082645,0.45041323,0.42975205,0.43801653,0.4338843,0.44214877,0.45867768,0.45454547,0.46280992,0.49173555,0.4876033,0.5247934,0.48347107,0.5041322,0.5123967,0.47933885,0.5123967,0.57438016,0.5371901,0.5206612,0.607438,0.607438,0.5165289,0.49586776,0.446281,0.3966942,0.40495867,0.45041323,0.5289256,0.57024795,0.6322314,0.2644628,0.20247933,0.20661157,0.20661157,0.18595041,0.19008264,0.18595041,0.21487603,0.17768595,0.1694215,0.19008264,0.19008264,0.2520661,0.46694216,0.46694216,0.44214877,0.41322315,0.38429752,0.3305785,0.338843,0.3140496,0.29752067,0.2892562,0.24380165,0.22727273,0.23553719,0.2231405,0.24380165,0.3140496,0.2768595,0.28099173,0.3140496,0.3677686,0.37603307,0.40082645,0.40082645,0.39256197,0.41735536,0.45041323,0.45454547,0.44214877,0.47107437,0.5041322,0.5247934,0.56198347,0.5123967,0.5289256,0.5206612,0.46694216,0.5371901,0.57438016,0.5289256,0.5,0.5206612,0.553719,0.4876033,0.42561984,0.3966942,0.3553719,0.37190083,0.38429752,0.49173555,0.58677685,0.6280992,0.25619835,0.20247933,0.19008264,0.19421488,0.17355372,0.19421488,0.18181819,0.19008264,0.1694215,0.16528925,0.17768595,0.18181819,0.29338843,0.4876033,0.48347107,0.4752066,0.4338843,0.3966942,0.3429752,0.3264463,0.3181818,0.2768595,0.2768595,0.2603306,0.24380165,0.23966943,0.23966943,0.22727273,0.29338843,0.2603306,0.26859504,0.3181818,0.33471075,0.3181818,0.3553719,0.3677686,0.3553719,0.3966942,0.46280992,0.46280992,0.46280992,0.49173555,0.4752066,0.5206612,0.5495868,0.4752066,0.49586776,0.49173555,0.46694216,0.5495868,0.5661157,0.56198347,0.5041322,0.45454547,0.46694216,0.41322315,0.3677686,0.3181818,0.338843,0.3553719,0.38429752,0.4752066,0.55785125,0.6404959,0.25619835,0.22727273,0.20247933,0.17768595,0.18595041,0.18181819,0.19008264,0.18595041,0.1694215,0.17355372,0.17355372,0.1694215,0.3429752,0.4876033,0.5165289,0.49173555,0.46694216,0.4214876,0.37190083,0.30165288,0.26859504,0.28512397,0.2768595,0.2603306,0.24380165,0.23140496,0.2520661,0.22727273,0.25619835,0.24793388,0.2603306,0.30578512,0.29338843,0.30165288,0.3429752,0.338843,0.35123968,0.38842976,0.3966942,0.446281,0.45454547,0.47107437,0.47107437,0.47107437,0.47933885,0.45867768,0.46694216,0.4752066,0.48347107,0.49173555,0.5371901,0.5289256,0.4752066,0.41322315,0.41322315,0.37603307,0.3305785,0.3140496,0.28512397,0.35950413,0.38842976,0.4752066,0.54545456,0.6322314,0.2768595,0.23553719,0.22727273,0.18181819,0.17355372,0.18595041,0.19008264,0.17355372,0.17355372,0.1694215,0.17768595,0.1694215,0.42975205,0.49173555,0.5082645,0.5082645,0.49586776,0.45867768,0.40082645,0.29752067,0.2520661,0.2892562,0.28099173,0.28099173,0.24380165,0.21900827,0.2520661,0.23140496,0.22727273,0.23140496,0.23553719,0.28512397,0.28512397,0.29752067,0.29338843,0.29752067,0.3553719,0.37603307,0.37190083,0.4090909,0.4214876,0.41735536,0.446281,0.4752066,0.42975205,0.42561984,0.42975205,0.45454547,0.43801653,0.446281,0.46280992,0.45041323,0.40495867,0.38016528,0.34710744,0.338843,0.3181818,0.30578512,0.3181818,0.3553719,0.40082645,0.5,0.57024795,0.61157024,0.2644628,0.23140496,0.2520661,0.18595041,0.18181819,0.18595041,0.18181819,0.17355372,0.17355372,0.17355372,0.17355372,0.1694215,0.45867768,0.48347107,0.5041322,0.5206612,0.5082645,0.48347107,0.41735536,0.32231405,0.26859504,0.2768595,0.29752067,0.26859504,0.2603306,0.23966943,0.25619835,0.23553719,0.20661157,0.20661157,0.21900827,0.28099173,0.28099173,0.26859504,0.23140496,0.28512397,0.32231405,0.35123968,0.34710744,0.3677686,0.38842976,0.37603307,0.4090909,0.446281,0.34710744,0.33471075,0.35950413,0.40495867,0.38016528,0.3966942,0.38016528,0.3677686,0.35123968,0.3553719,0.32231405,0.29338843,0.28512397,0.3181818,0.3429752,0.3553719,0.39256197,0.46280992,0.53305787,0.5785124,0.30991736,0.2603306,0.2644628,0.21487603,0.19008264,0.18181819,0.17768595,0.1694215,0.17768595,0.17355372,0.1694215,0.1694215,16 +0.41735536,0.48347107,0.5289256,0.5495868,0.57024795,0.55785125,0.5661157,0.59090906,0.6198347,0.6404959,0.661157,0.6942149,0.7231405,0.74793386,0.7644628,0.76859504,0.79752064,0.8057851,0.8181818,0.838843,0.8471074,0.8553719,0.8595041,0.8636364,0.8636364,0.87603307,0.87603307,0.8636364,0.8595041,0.8595041,0.8636364,0.8595041,0.8595041,0.8471074,0.8636364,0.8677686,0.8595041,0.8595041,0.8553719,0.8677686,0.8719008,0.8677686,0.8636364,0.8512397,0.8636364,0.8512397,0.8347107,0.80991733,0.78512394,0.75206614,0.7644628,0.73966944,0.74793386,0.7644628,0.7355372,0.6818182,0.6694215,0.59090906,0.39256197,0.2892562,0.3140496,0.29338843,0.23553719,0.26859504,0.45454547,0.48347107,0.5289256,0.5413223,0.56198347,0.56198347,0.5785124,0.59504133,0.61157024,0.6280992,0.6570248,0.6859504,0.7066116,0.74380165,0.76033056,0.75619835,0.78099173,0.78512394,0.8016529,0.8181818,0.822314,0.838843,0.8512397,0.8595041,0.8636364,0.8636364,0.8677686,0.8677686,0.8595041,0.8595041,0.8553719,0.8595041,0.8595041,0.8471074,0.8471074,0.8595041,0.8595041,0.8677686,0.8636364,0.8719008,0.8719008,0.8677686,0.8636364,0.8512397,0.8512397,0.838843,0.8305785,0.822314,0.8181818,0.8181818,0.7892562,0.76859504,0.7355372,0.76033056,0.73140496,0.677686,0.661157,0.6198347,0.41735536,0.338843,0.2768595,0.30165288,0.2768595,0.2892562,0.43801653,0.5041322,0.54545456,0.553719,0.55785125,0.5785124,0.59090906,0.60330576,0.6198347,0.62396693,0.6528926,0.677686,0.70247936,0.7355372,0.73966944,0.77272725,0.77272725,0.7768595,0.7768595,0.8057851,0.8057851,0.80991733,0.8264463,0.838843,0.8512397,0.8512397,0.8471074,0.8553719,0.8429752,0.8471074,0.8347107,0.8305785,0.838843,0.838843,0.8347107,0.8512397,0.8512397,0.8553719,0.8512397,0.8677686,0.8512397,0.8347107,0.8264463,0.8305785,0.8429752,0.8429752,0.8429752,0.8429752,0.8347107,0.8305785,0.80991733,0.7892562,0.76033056,0.74793386,0.71487606,0.6694215,0.6652893,0.6652893,0.45867768,0.35123968,0.26859504,0.29338843,0.3140496,0.2603306,0.48347107,0.5289256,0.5495868,0.5661157,0.5661157,0.58264464,0.607438,0.6198347,0.6446281,0.6570248,0.6652893,0.6818182,0.70247936,0.72727275,0.75206614,0.7644628,0.7768595,0.76859504,0.75619835,0.7768595,0.8057851,0.8016529,0.8140496,0.8305785,0.8305785,0.838843,0.8305785,0.8347107,0.8305785,0.8305785,0.8347107,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8347107,0.8347107,0.8264463,0.838843,0.80991733,0.8016529,0.8181818,0.8347107,0.8553719,0.8512397,0.8471074,0.838843,0.8305785,0.8347107,0.8181818,0.80991733,0.78512394,0.78099173,0.6859504,0.61570245,0.6487603,0.677686,0.5289256,0.3181818,0.27272728,0.2644628,0.3305785,0.2644628,0.5247934,0.5413223,0.55785125,0.56198347,0.56198347,0.58264464,0.62396693,0.6528926,0.6735537,0.6942149,0.6859504,0.7231405,0.71487606,0.7231405,0.75206614,0.75619835,0.77272725,0.78099173,0.7768595,0.77272725,0.77272725,0.7933884,0.8140496,0.8347107,0.8429752,0.8512397,0.8429752,0.8429752,0.838843,0.8471074,0.8512397,0.8512397,0.838843,0.8471074,0.8347107,0.822314,0.8347107,0.8347107,0.838843,0.8347107,0.79752064,0.8140496,0.8471074,0.8429752,0.8636364,0.8553719,0.838843,0.8347107,0.8347107,0.8305785,0.8264463,0.8181818,0.80991733,0.79752064,0.72727275,0.59090906,0.59090906,0.6652893,0.62396693,0.33471075,0.2644628,0.23140496,0.28512397,0.28099173,0.5413223,0.53305787,0.553719,0.55785125,0.57024795,0.59917355,0.661157,0.6859504,0.6859504,0.6528926,0.6735537,0.6983471,0.6942149,0.7107438,0.71487606,0.73966944,0.76033056,0.76859504,0.77272725,0.7892562,0.7768595,0.75619835,0.7768595,0.8305785,0.8429752,0.8636364,0.8636364,0.8595041,0.8553719,0.8636364,0.8636364,0.8595041,0.8471074,0.8471074,0.838843,0.8347107,0.8512397,0.8512397,0.8264463,0.8016529,0.822314,0.8347107,0.8512397,0.8471074,0.8595041,0.8429752,0.8264463,0.8181818,0.822314,0.79752064,0.8057851,0.8016529,0.7892562,0.77272725,0.76033056,0.61570245,0.53305787,0.59917355,0.677686,0.40082645,0.2644628,0.2231405,0.23553719,0.24380165,0.5495868,0.5289256,0.553719,0.55785125,0.57024795,0.58677685,0.59504133,0.58264464,0.56198347,0.53305787,0.58677685,0.5413223,0.55785125,0.5661157,0.607438,0.6363636,0.6363636,0.6694215,0.6942149,0.71487606,0.75619835,0.76033056,0.73140496,0.75206614,0.8264463,0.8553719,0.8553719,0.8595041,0.8553719,0.8636364,0.8595041,0.8636364,0.8553719,0.8595041,0.8512397,0.8595041,0.8429752,0.8016529,0.77272725,0.8181818,0.8305785,0.8264463,0.80991733,0.8347107,0.8471074,0.822314,0.79752064,0.76859504,0.7355372,0.6859504,0.69008267,0.6735537,0.6735537,0.69008267,0.7355372,0.6404959,0.53305787,0.5165289,0.6363636,0.48347107,0.23966943,0.21900827,0.22727273,0.2231405,0.5413223,0.5413223,0.54545456,0.53305787,0.47933885,0.45454547,0.46694216,0.5247934,0.56198347,0.58677685,0.59917355,0.5413223,0.5289256,0.5165289,0.6446281,0.70247936,0.5371901,0.58677685,0.6198347,0.6404959,0.6983471,0.71900827,0.71487606,0.74793386,0.79752064,0.8305785,0.8512397,0.8553719,0.8512397,0.8636364,0.8595041,0.8595041,0.8512397,0.8471074,0.8347107,0.80991733,0.7644628,0.74793386,0.7644628,0.79752064,0.838843,0.7933884,0.6818182,0.71487606,0.71900827,0.71900827,0.7231405,0.72727275,0.7107438,0.6570248,0.6818182,0.6983471,0.71900827,0.73966944,0.78512394,0.6735537,0.59090906,0.5206612,0.5371901,0.5082645,0.23553719,0.24793388,0.2231405,0.19008264,0.54545456,0.5413223,0.5082645,0.45867768,0.43801653,0.48347107,0.5165289,0.5495868,0.55785125,0.54545456,0.5247934,0.4752066,0.45454547,0.41322315,0.43801653,0.48347107,0.39256197,0.41322315,0.41735536,0.44214877,0.4752066,0.5247934,0.57024795,0.59917355,0.6363636,0.607438,0.70247936,0.75619835,0.76033056,0.7644628,0.76859504,0.76859504,0.76033056,0.7644628,0.7644628,0.6942149,0.59504133,0.60330576,0.5785124,0.6322314,0.71487606,0.6363636,0.56198347,0.5247934,0.49586776,0.48347107,0.47107437,0.45867768,0.47107437,0.44214877,0.47107437,0.5247934,0.58677685,0.57438016,0.6322314,0.6280992,0.553719,0.58264464,0.58264464,0.56198347,0.28512397,0.2231405,0.23553719,0.17355372,0.55785125,0.54545456,0.46280992,0.446281,0.4752066,0.5165289,0.49586776,0.47107437,0.4752066,0.5206612,0.5,0.46694216,0.47933885,0.45041323,0.4338843,0.42561984,0.4338843,0.44214877,0.4338843,0.44214877,0.46280992,0.4876033,0.5371901,0.5413223,0.58264464,0.48347107,0.5,0.61157024,0.6487603,0.6652893,0.70247936,0.69008267,0.6818182,0.71487606,0.7933884,0.6652893,0.607438,0.661157,0.62396693,0.69008267,0.6694215,0.607438,0.5785124,0.4876033,0.46694216,0.47933885,0.46694216,0.4214876,0.42975205,0.41322315,0.4876033,0.4876033,0.4876033,0.49586776,0.5206612,0.5247934,0.446281,0.49173555,0.6280992,0.4214876,0.5041322,0.2768595,0.20661157,0.19421488,0.57438016,0.5247934,0.47933885,0.49586776,0.5123967,0.5247934,0.53305787,0.5206612,0.5123967,0.5289256,0.5247934,0.5289256,0.5661157,0.58677685,0.61570245,0.6322314,0.61570245,0.6322314,0.6322314,0.58264464,0.55785125,0.58677685,0.59917355,0.6280992,0.62396693,0.48347107,0.5206612,0.58677685,0.7231405,0.7933884,0.80991733,0.79752064,0.77272725,0.7107438,0.6694215,0.6280992,0.6404959,0.6859504,0.76033056,0.73140496,0.7066116,0.6859504,0.6363636,0.61570245,0.6280992,0.6322314,0.6363636,0.62396693,0.6528926,0.69008267,0.6942149,0.6859504,0.6652893,0.6322314,0.59504133,0.57024795,0.5661157,0.47933885,0.7107438,0.28099173,0.29752067,0.42561984,0.23553719,0.2107438,0.5413223,0.5,0.48347107,0.4752066,0.49173555,0.49586776,0.49586776,0.5123967,0.5123967,0.54545456,0.553719,0.53305787,0.5661157,0.59090906,0.58677685,0.61570245,0.6198347,0.6322314,0.6446281,0.61570245,0.61570245,0.59917355,0.60330576,0.58677685,0.55785125,0.55785125,0.6487603,0.6198347,0.6694215,0.7644628,0.74380165,0.8429752,0.75619835,0.79752064,0.661157,0.6363636,0.7066116,0.71487606,0.78512394,0.76859504,0.73966944,0.72727275,0.71487606,0.71487606,0.70247936,0.6859504,0.6942149,0.6859504,0.69008267,0.70247936,0.7066116,0.71487606,0.73140496,0.7107438,0.6694215,0.61570245,0.61157024,0.553719,0.6818182,0.4090909,0.18181819,0.4338843,0.35950413,0.2107438,0.47107437,0.62396693,0.4876033,0.45867768,0.46280992,0.47933885,0.48347107,0.5206612,0.5289256,0.5206612,0.5165289,0.4752066,0.48347107,0.5041322,0.5082645,0.5289256,0.5247934,0.55785125,0.5661157,0.54545456,0.5247934,0.4876033,0.45867768,0.43801653,0.5,0.5661157,0.59504133,0.58264464,0.53305787,0.6322314,0.6528926,0.8140496,0.72727275,0.76859504,0.607438,0.6528926,0.7107438,0.7107438,0.76859504,0.74380165,0.71900827,0.6983471,0.6859504,0.677686,0.6528926,0.59504133,0.58677685,0.56198347,0.57438016,0.58677685,0.6363636,0.6859504,0.7066116,0.69008267,0.69008267,0.6446281,0.6487603,0.59504133,0.6735537,0.46280992,0.22727273,0.40082645,0.48347107,0.38016528,0.6942149,0.6942149,0.4752066,0.46280992,0.45041323,0.46694216,0.44214877,0.4338843,0.4090909,0.3966942,0.4214876,0.41322315,0.4214876,0.44214877,0.46280992,0.5082645,0.4752066,0.4876033,0.45867768,0.41322315,0.39256197,0.40082645,0.40495867,0.4090909,0.42975205,0.45867768,0.47107437,0.5082645,0.5165289,0.6404959,0.7644628,0.8181818,0.8471074,0.8471074,0.6694215,0.61157024,0.6735537,0.69008267,0.7231405,0.6942149,0.677686,0.6694215,0.61157024,0.5413223,0.5123967,0.49586776,0.48347107,0.4876033,0.49586776,0.49586776,0.54545456,0.59090906,0.6322314,0.6694215,0.6528926,0.6322314,0.6735537,0.6404959,0.6404959,0.49586776,0.3140496,0.53305787,0.47933885,0.77272725,0.8347107,0.58677685,0.45867768,0.48347107,0.4752066,0.42561984,0.37603307,0.3553719,0.3553719,0.37190083,0.42561984,0.44214877,0.46694216,0.45454547,0.4214876,0.4338843,0.38842976,0.36363637,0.37603307,0.40495867,0.3677686,0.36363637,0.36363637,0.37190083,0.38429752,0.44214877,0.45867768,0.5041322,0.5785124,0.6818182,0.80991733,0.8553719,0.87603307,0.88429755,0.77272725,0.54545456,0.59917355,0.6735537,0.71900827,0.6570248,0.6487603,0.59090906,0.5123967,0.49173555,0.5082645,0.5,0.49173555,0.5,0.49586776,0.5,0.5495868,0.56198347,0.59090906,0.6280992,0.61570245,0.6859504,0.70247936,0.6859504,0.62396693,0.5247934,0.37603307,0.5785124,0.45041323,0.9504132,0.8016529,0.56198347,0.47107437,0.4876033,0.4876033,0.41735536,0.3553719,0.35950413,0.35950413,0.4090909,0.41735536,0.39256197,0.37603307,0.3181818,0.30991736,0.19421488,0.4090909,0.15289256,0.19421488,0.2603306,0.3264463,0.38842976,0.4214876,0.39256197,0.3429752,0.42975205,0.46694216,0.5165289,0.677686,0.6735537,0.79752064,0.8264463,0.8595041,0.8801653,0.7768595,0.59090906,0.4752066,0.61570245,0.6735537,0.6363636,0.57438016,0.53305787,0.53305787,0.5082645,0.5247934,0.45041323,0.38429752,0.35123968,0.3140496,0.37190083,0.37603307,0.46694216,0.53305787,0.56198347,0.61570245,0.73140496,0.7231405,0.71487606,0.6735537,0.5371901,0.42561984,0.55785125,0.5123967,0.5206612,0.90495867,0.6404959,0.5041322,0.5041322,0.4876033,0.42975205,0.37190083,0.3429752,0.29752067,0.32231405,0.30165288,0.30165288,0.38842976,0.39256197,0.28099173,0.16528925,0.22727273,0.20247933,0.23553719,0.37190083,0.2892562,0.3305785,0.38842976,0.446281,0.3966942,0.42561984,0.5,0.5413223,0.5,0.59917355,0.70247936,0.7355372,0.77272725,0.8016529,0.8140496,0.4752066,0.3553719,0.5371901,0.6570248,0.59917355,0.55785125,0.5371901,0.5206612,0.46694216,0.607438,0.5495868,0.37603307,0.38016528,0.20247933,0.37603307,0.46694216,0.47107437,0.39256197,0.49586776,0.6322314,0.71487606,0.7355372,0.76033056,0.71487606,0.54545456,0.45867768,0.59090906,0.6322314,0.553719,0.9628099,0.6859504,0.5371901,0.53305787,0.5165289,0.47107437,0.4214876,0.3677686,0.3140496,0.30991736,0.3264463,0.36363637,0.43801653,0.44214877,0.35950413,0.2892562,0.27272728,0.30578512,0.30578512,0.40082645,0.37603307,0.34710744,0.38842976,0.57438016,0.61157024,0.69008267,0.7231405,0.5082645,0.42561984,0.60330576,0.74380165,0.8140496,0.8305785,0.8181818,0.79752064,0.5041322,0.3264463,0.446281,0.6198347,0.5165289,0.47107437,0.46694216,0.49173555,0.4876033,0.59090906,0.57024795,0.37190083,0.30165288,0.46280992,0.35123968,0.48347107,0.5123967,0.35950413,0.42975205,0.6280992,0.7066116,0.73966944,0.7933884,0.75206614,0.57438016,0.5165289,0.61570245,0.6446281,0.553719,0.96694213,0.7107438,0.5495868,0.5661157,0.55785125,0.5371901,0.49173555,0.44214877,0.40495867,0.4214876,0.43801653,0.45867768,0.47933885,0.446281,0.4214876,0.4214876,0.41735536,0.43801653,0.42561984,0.41735536,0.45867768,0.49586776,0.70247936,0.87603307,0.88429755,0.90909094,0.822314,0.47107437,0.46280992,0.6735537,0.80991733,0.8595041,0.8677686,0.8719008,0.8305785,0.60330576,0.35950413,0.4752066,0.59504133,0.5495868,0.53305787,0.5123967,0.5,0.5123967,0.5495868,0.553719,0.46694216,0.41322315,0.5123967,0.42975205,0.5123967,0.4876033,0.58677685,0.6942149,0.7066116,0.72727275,0.7644628,0.78512394,0.74380165,0.6528926,0.59917355,0.6363636,0.71487606,0.55785125,0.9504132,0.78099173,0.553719,0.57024795,0.58677685,0.58264464,0.55785125,0.5041322,0.45454547,0.46694216,0.5041322,0.54545456,0.56198347,0.5082645,0.45454547,0.45454547,0.446281,0.45867768,0.43801653,0.4214876,0.41322315,0.38842976,0.5123967,0.6983471,0.69008267,0.661157,0.48347107,0.43801653,0.5661157,0.73966944,0.8140496,0.8677686,0.8801653,0.8636364,0.8429752,0.7107438,0.45454547,0.5082645,0.59504133,0.58677685,0.57438016,0.553719,0.53305787,0.53305787,0.553719,0.58264464,0.5785124,0.60330576,0.61157024,0.59917355,0.61157024,0.6198347,0.8636364,0.90909094,0.892562,0.88429755,0.8553719,0.78512394,0.73140496,0.6983471,0.661157,0.6322314,0.87603307,0.7066116,0.822314,0.79752064,0.57024795,0.5785124,0.59917355,0.6280992,0.6198347,0.57024795,0.5041322,0.47933885,0.48347107,0.5413223,0.553719,0.5165289,0.45454547,0.45454547,0.44214877,0.4214876,0.41322315,0.4090909,0.446281,0.45454547,0.46694216,0.5041322,0.57024795,0.446281,0.45454547,0.4876033,0.62396693,0.72727275,0.80991733,0.8719008,0.8801653,0.8636364,0.8140496,0.7768595,0.57024795,0.54545456,0.57024795,0.59090906,0.58677685,0.58264464,0.58264464,0.59090906,0.59917355,0.61570245,0.6322314,0.6570248,0.677686,0.6859504,0.677686,0.6363636,0.838843,0.90909094,0.90909094,0.9214876,0.89669424,0.78099173,0.7107438,0.6818182,0.661157,0.49586776,0.8264463,0.8801653,0.55785125,0.73140496,0.54545456,0.5785124,0.60330576,0.61157024,0.6280992,0.61570245,0.59090906,0.5661157,0.5041322,0.4876033,0.4752066,0.44214877,0.4338843,0.45041323,0.45454547,0.45041323,0.4752066,0.5247934,0.5247934,0.54545456,0.58264464,0.62396693,0.58677685,0.46280992,0.49173555,0.5495868,0.6363636,0.71900827,0.8016529,0.8595041,0.8801653,0.8719008,0.80991733,0.7933884,0.6859504,0.59090906,0.5371901,0.59917355,0.58677685,0.59504133,0.59917355,0.60330576,0.60330576,0.6404959,0.6528926,0.6570248,0.6735537,0.6694215,0.6404959,0.58264464,0.6694215,0.8595041,0.91322315,0.90909094,0.8595041,0.76859504,0.70247936,0.6735537,0.55785125,0.5123967,0.90495867,0.7892562,0.4338843,0.59917355,0.5413223,0.59090906,0.61570245,0.62396693,0.6280992,0.6198347,0.6198347,0.6198347,0.59917355,0.59090906,0.5661157,0.53305787,0.5247934,0.5371901,0.5413223,0.5413223,0.5661157,0.6198347,0.61157024,0.6280992,0.6404959,0.6198347,0.49173555,0.5123967,0.5082645,0.60330576,0.61570245,0.6942149,0.76033056,0.8512397,0.8677686,0.8553719,0.8140496,0.8057851,0.7355372,0.7107438,0.6446281,0.58264464,0.58677685,0.5785124,0.5785124,0.59917355,0.607438,0.61157024,0.59504133,0.5785124,0.5785124,0.59090906,0.61570245,0.6694215,0.75619835,0.7933884,0.8553719,0.838843,0.79752064,0.7355372,0.6818182,0.69008267,0.43801653,0.55785125,0.8471074,0.6570248,0.5247934,0.45454547,0.5495868,0.57024795,0.61570245,0.6404959,0.6404959,0.6446281,0.6404959,0.6652893,0.6363636,0.6487603,0.6446281,0.6404959,0.61570245,0.59090906,0.61157024,0.61570245,0.6363636,0.661157,0.6694215,0.6652893,0.6363636,0.5247934,0.5289256,0.5,0.56198347,0.6280992,0.6198347,0.661157,0.75206614,0.8429752,0.8553719,0.8347107,0.80991733,0.8016529,0.76859504,0.73966944,0.76033056,0.6983471,0.58677685,0.6404959,0.6198347,0.6198347,0.607438,0.58677685,0.58264464,0.58264464,0.59504133,0.6694215,0.71487606,0.74380165,0.78099173,0.7933884,0.8057851,0.8016529,0.77272725,0.7107438,0.6818182,0.6446281,0.43801653,0.7107438,0.76859504,0.5,0.5082645,0.446281,0.5165289,0.57024795,0.59917355,0.6487603,0.6446281,0.6446281,0.6859504,0.71487606,0.69008267,0.6983471,0.6859504,0.677686,0.6735537,0.6694215,0.661157,0.6735537,0.6818182,0.6818182,0.6652893,0.6404959,0.5413223,0.5413223,0.5371901,0.4876033,0.62396693,0.6363636,0.62396693,0.6363636,0.74380165,0.8305785,0.8512397,0.8429752,0.80991733,0.79752064,0.79752064,0.73140496,0.8057851,0.78099173,0.7231405,0.6404959,0.7644628,0.74380165,0.73966944,0.7107438,0.6983471,0.7231405,0.7355372,0.76033056,0.77272725,0.7768595,0.78099173,0.78512394,0.7892562,0.7892562,0.7644628,0.70247936,0.6942149,0.53305787,0.7355372,0.7644628,0.72727275,0.3140496,0.5041322,0.46694216,0.4876033,0.54545456,0.6404959,0.6694215,0.6570248,0.6818182,0.6942149,0.7066116,0.6942149,0.7066116,0.72727275,0.72727275,0.71487606,0.71900827,0.7107438,0.7231405,0.6983471,0.6694215,0.61570245,0.5413223,0.553719,0.5661157,0.49173555,0.56198347,0.6570248,0.6404959,0.6280992,0.6735537,0.72727275,0.838843,0.8595041,0.8471074,0.80991733,0.7933884,0.8181818,0.76859504,0.7933884,0.8264463,0.8057851,0.71487606,0.6570248,0.76033056,0.7933884,0.79752064,0.78099173,0.7892562,0.78512394,0.78099173,0.7933884,0.7933884,0.80991733,0.80991733,0.8057851,0.79752064,0.76033056,0.7231405,0.75206614,0.7933884,0.892562,0.80991733,0.61157024,0.23966943,0.5206612,0.5041322,0.5123967,0.47107437,0.6280992,0.74380165,0.74793386,0.73140496,0.7107438,0.72727275,0.74380165,0.76033056,0.76033056,0.75206614,0.75206614,0.74793386,0.7231405,0.6859504,0.6528926,0.59090906,0.58677685,0.6198347,0.61157024,0.5041322,0.5082645,0.61157024,0.6363636,0.6363636,0.6570248,0.6983471,0.75619835,0.838843,0.8677686,0.8471074,0.8140496,0.79752064,0.8181818,0.78512394,0.7768595,0.822314,0.838843,0.8305785,0.76859504,0.677686,0.7107438,0.75619835,0.78099173,0.79752064,0.8016529,0.8057851,0.8305785,0.838843,0.8677686,0.8677686,0.87603307,0.8801653,0.8595041,0.8305785,0.8181818,0.7768595,0.74793386,0.74380165,0.45867768,0.2603306,0.553719,0.53305787,0.5247934,0.5165289,0.5165289,0.58264464,0.69008267,0.6983471,0.6818182,0.70247936,0.7107438,0.71487606,0.71900827,0.7066116,0.7066116,0.70247936,0.7107438,0.6818182,0.6528926,0.677686,0.69008267,0.6528926,0.58264464,0.48347107,0.5289256,0.59917355,0.58677685,0.60330576,0.661157,0.7231405,0.77272725,0.8347107,0.8677686,0.8553719,0.822314,0.79752064,0.7933884,0.77272725,0.7768595,0.80991733,0.8429752,0.8471074,0.8429752,0.8140496,0.76859504,0.74380165,0.74793386,0.75619835,0.76033056,0.76859504,0.80991733,0.8347107,0.8595041,0.892562,0.90082645,0.892562,0.88842976,0.8181818,0.72727275,0.6942149,0.71487606,0.6528926,0.34710744,0.2892562,0.57024795,0.56198347,0.553719,0.5413223,0.5289256,0.5495868,0.607438,0.6487603,0.6694215,0.6983471,0.72727275,0.73140496,0.74793386,0.75206614,0.76033056,0.78099173,0.8057851,0.78512394,0.7231405,0.71487606,0.6818182,0.6280992,0.5371901,0.47933885,0.53305787,0.59504133,0.5785124,0.59917355,0.661157,0.74793386,0.7892562,0.8305785,0.8553719,0.8471074,0.838843,0.8057851,0.76859504,0.73966944,0.76859504,0.8140496,0.838843,0.838843,0.8347107,0.8305785,0.8305785,0.822314,0.8181818,0.8140496,0.80991733,0.822314,0.8347107,0.8347107,0.8429752,0.8264463,0.7892562,0.76033056,0.75206614,0.7355372,0.71487606,0.70247936,0.71487606,0.5165289,0.29752067,0.28512397,0.5495868,0.5661157,0.57438016,0.56198347,0.5495868,0.59504133,0.6446281,0.6652893,0.6942149,0.73140496,0.75619835,0.74380165,0.74793386,0.75206614,0.77272725,0.7892562,0.8057851,0.8057851,0.75206614,0.6652893,0.6404959,0.5785124,0.5082645,0.46280992,0.56198347,0.6363636,0.6322314,0.6198347,0.6694215,0.73966944,0.7933884,0.8305785,0.8429752,0.8512397,0.8429752,0.8057851,0.76859504,0.7107438,0.71900827,0.8057851,0.8264463,0.8264463,0.8140496,0.822314,0.8057851,0.8181818,0.8140496,0.8264463,0.822314,0.8264463,0.8347107,0.8305785,0.8429752,0.838843,0.822314,0.76859504,0.73966944,0.75619835,0.7355372,0.71487606,0.677686,0.34710744,0.28512397,0.27272728,0.5495868,0.54545456,0.5495868,0.54545456,0.54545456,0.57438016,0.6404959,0.6528926,0.6652893,0.6694215,0.70247936,0.69008267,0.7107438,0.7231405,0.73966944,0.7768595,0.7768595,0.79752064,0.7892562,0.6942149,0.58677685,0.5413223,0.4752066,0.5247934,0.6570248,0.7066116,0.6818182,0.661157,0.6818182,0.7107438,0.78512394,0.8347107,0.8471074,0.8553719,0.8429752,0.822314,0.78512394,0.7355372,0.6735537,0.7644628,0.8016529,0.79752064,0.78512394,0.79752064,0.78099173,0.78099173,0.79752064,0.7892562,0.7892562,0.79752064,0.80991733,0.8140496,0.822314,0.8264463,0.822314,0.78099173,0.74380165,0.75206614,0.7066116,0.76033056,0.5247934,0.26859504,0.28099173,0.29752067,0.5206612,0.5247934,0.53305787,0.5247934,0.54545456,0.57438016,0.59504133,0.61570245,0.6198347,0.6363636,0.661157,0.6652893,0.70247936,0.73140496,0.74380165,0.77272725,0.78512394,0.8016529,0.80991733,0.8016529,0.61157024,0.5165289,0.5,0.6570248,0.70247936,0.6983471,0.6735537,0.6652893,0.6735537,0.6942149,0.77272725,0.8471074,0.8512397,0.8553719,0.8429752,0.8305785,0.7933884,0.8016529,0.7644628,0.7355372,0.78512394,0.77272725,0.7644628,0.76859504,0.76859504,0.76033056,0.76859504,0.77272725,0.76859504,0.7768595,0.7892562,0.79752064,0.8057851,0.8016529,0.80991733,0.78099173,0.75619835,0.74793386,0.6859504,0.78512394,0.45867768,0.25619835,0.28099173,0.29338843,0.5082645,0.5082645,0.5123967,0.5082645,0.5289256,0.57438016,0.5785124,0.58264464,0.59090906,0.6322314,0.661157,0.6818182,0.71900827,0.74380165,0.75206614,0.78099173,0.8057851,0.8140496,0.8140496,0.75206614,0.62396693,0.5082645,0.5206612,0.6528926,0.6528926,0.62396693,0.60330576,0.58677685,0.60330576,0.6322314,0.7355372,0.838843,0.8553719,0.8595041,0.8305785,0.80991733,0.78512394,0.8057851,0.8429752,0.71487606,0.77272725,0.76033056,0.74793386,0.74380165,0.7644628,0.7644628,0.7768595,0.7892562,0.78512394,0.78512394,0.7892562,0.7892562,0.7933884,0.78512394,0.78512394,0.7768595,0.7644628,0.7355372,0.69008267,0.78099173,0.4214876,0.25619835,0.2768595,0.28512397,0.4752066,0.49586776,0.49586776,0.49173555,0.5206612,0.5495868,0.5661157,0.57024795,0.59504133,0.6487603,0.6570248,0.7066116,0.73966944,0.75619835,0.78099173,0.7892562,0.8140496,0.7892562,0.677686,0.58677685,0.5661157,0.5082645,0.45454547,0.54545456,0.59504133,0.58264464,0.56198347,0.5206612,0.5206612,0.57024795,0.6694215,0.8057851,0.8595041,0.8305785,0.78099173,0.75206614,0.7644628,0.7892562,0.77272725,0.69008267,0.7768595,0.78099173,0.76859504,0.74793386,0.7355372,0.76033056,0.7892562,0.7933884,0.8016529,0.80991733,0.8181818,0.8016529,0.79752064,0.78512394,0.78512394,0.7768595,0.75206614,0.7231405,0.7231405,0.6818182,0.30165288,0.27272728,0.2768595,0.29752067,0.446281,0.46694216,0.4752066,0.47107437,0.5041322,0.5289256,0.56198347,0.5785124,0.61570245,0.661157,0.6983471,0.7355372,0.76033056,0.78099173,0.8016529,0.78099173,0.75206614,0.60330576,0.5247934,0.55785125,0.55785125,0.57024795,0.45041323,0.47107437,0.59917355,0.47933885,0.3966942,0.40082645,0.49586776,0.59090906,0.6694215,0.76033056,0.8057851,0.78512394,0.76033056,0.6859504,0.6446281,0.58677685,0.61570245,0.73140496,0.8016529,0.8057851,0.7892562,0.73966944,0.71900827,0.75206614,0.76033056,0.7892562,0.7933884,0.8057851,0.80991733,0.8057851,0.7933884,0.78512394,0.76859504,0.7768595,0.74380165,0.71487606,0.70247936,0.42561984,0.2644628,0.28512397,0.27272728,0.2644628,0.43801653,0.45041323,0.45454547,0.46280992,0.5041322,0.5123967,0.54545456,0.58677685,0.6280992,0.677686,0.70247936,0.74793386,0.7768595,0.78099173,0.75206614,0.6446281,0.5289256,0.49586776,0.5165289,0.55785125,0.55785125,0.59917355,0.5785124,0.42561984,0.38016528,0.37603307,0.3553719,0.2892562,0.30991736,0.59917355,0.6983471,0.73966944,0.76859504,0.8057851,0.71487606,0.553719,0.5206612,0.5165289,0.6404959,0.6694215,0.7644628,0.79752064,0.7892562,0.7768595,0.7231405,0.7107438,0.74380165,0.7768595,0.79752064,0.8016529,0.80991733,0.78099173,0.7892562,0.78512394,0.76859504,0.75619835,0.73966944,0.6818182,0.4338843,0.2603306,0.2768595,0.27272728,0.2768595,0.27272728,0.45041323,0.4338843,0.42975205,0.446281,0.49173555,0.5,0.5495868,0.59504133,0.6528926,0.6942149,0.7231405,0.75206614,0.75206614,0.6735537,0.5495868,0.47933885,0.48347107,0.5082645,0.5289256,0.57024795,0.59090906,0.60330576,0.60330576,0.5041322,0.38842976,0.38842976,0.40495867,0.42975205,0.35123968,0.43801653,0.69008267,0.71900827,0.7231405,0.7355372,0.59504133,0.5123967,0.47107437,0.5165289,0.607438,0.59917355,0.6487603,0.72727275,0.75619835,0.76859504,0.76033056,0.7107438,0.6859504,0.72727275,0.7933884,0.7892562,0.79752064,0.7644628,0.78512394,0.78099173,0.76859504,0.7355372,0.73140496,0.6280992,0.24380165,0.2603306,0.28099173,0.27272728,0.2768595,0.26859504,0.47933885,0.42975205,0.42975205,0.43801653,0.46694216,0.47933885,0.5371901,0.59504133,0.6570248,0.7066116,0.72727275,0.6735537,0.55785125,0.48347107,0.45867768,0.45041323,0.46280992,0.49586776,0.5289256,0.5495868,0.553719,0.5413223,0.5495868,0.47107437,0.37603307,0.3677686,0.37603307,0.4214876,0.47107437,0.49586776,0.6363636,0.6983471,0.6818182,0.59917355,0.4752066,0.47107437,0.42975205,0.46694216,0.5123967,0.5371901,0.5495868,0.61157024,0.677686,0.70247936,0.70247936,0.7355372,0.6818182,0.6528926,0.7107438,0.76859504,0.78099173,0.78099173,0.7933884,0.77272725,0.75619835,0.71900827,0.7231405,0.5495868,0.21900827,0.27272728,0.27272728,0.2768595,0.27272728,0.2768595,0.4876033,0.446281,0.446281,0.43801653,0.46280992,0.45041323,0.5,0.57024795,0.6446281,0.6818182,0.59917355,0.44214877,0.41735536,0.4338843,0.4338843,0.42975205,0.45454547,0.48347107,0.5041322,0.5165289,0.46280992,0.45867768,0.446281,0.42561984,0.38842976,0.35123968,0.3677686,0.38016528,0.42561984,0.48347107,0.59504133,0.6652893,0.57024795,0.4876033,0.36363637,0.43801653,0.44214877,0.4214876,0.45454547,0.45454547,0.4752066,0.5289256,0.58264464,0.57438016,0.5661157,0.62396693,0.6198347,0.6322314,0.59090906,0.6983471,0.75619835,0.77272725,0.78099173,0.7355372,0.72727275,0.7066116,0.7231405,0.4752066,0.23140496,0.27272728,0.27272728,0.27272728,0.27272728,0.2644628,0.4876033,0.4752066,0.45867768,0.446281,0.45454547,0.44214877,0.45041323,0.5247934,0.58677685,0.5413223,0.4338843,0.38842976,0.40495867,0.4214876,0.4214876,0.41735536,0.45041323,0.46280992,0.47107437,0.45454547,0.42561984,0.40082645,0.38429752,0.36363637,0.3553719,0.338843,0.3553719,0.3553719,0.38842976,0.45867768,0.53305787,0.607438,0.45867768,0.4214876,0.35123968,0.40082645,0.44214877,0.41735536,0.42561984,0.41322315,0.38429752,0.446281,0.5123967,0.4752066,0.43801653,0.5082645,0.47933885,0.47107437,0.5371901,0.53305787,0.71900827,0.7768595,0.78512394,0.7107438,0.7107438,0.7066116,0.71487606,0.4090909,0.24793388,0.28512397,0.28099173,0.28099173,0.2768595,0.2644628,0.48347107,0.47933885,0.46694216,0.45867768,0.45867768,0.45867768,0.45454547,0.48347107,0.5,0.46694216,0.40495867,0.45041323,0.47107437,0.4752066,0.42561984,0.446281,0.43801653,0.43801653,0.45041323,0.4214876,0.40495867,0.38842976,0.38016528,0.35950413,0.37190083,0.35950413,0.39256197,0.40082645,0.4090909,0.446281,0.54545456,0.59917355,0.45867768,0.37603307,0.36363637,0.39256197,0.38842976,0.37190083,0.4090909,0.35950413,0.37190083,0.38842976,0.41322315,0.43801653,0.42975205,0.42561984,0.45867768,0.4338843,0.446281,0.4090909,0.6528926,0.76859504,0.76859504,0.71900827,0.70247936,0.6652893,0.6818182,0.3553719,0.2603306,0.2768595,0.2768595,0.26859504,0.2644628,0.27272728,0.47933885,0.48347107,0.47107437,0.47107437,0.47107437,0.44214877,0.44214877,0.46694216,0.5123967,0.5123967,0.41735536,0.4752066,0.4752066,0.45454547,0.45041323,0.42561984,0.42561984,0.4338843,0.41735536,0.38429752,0.37190083,0.38016528,0.3677686,0.34710744,0.36363637,0.37190083,0.38429752,0.38842976,0.38016528,0.42975205,0.5371901,0.60330576,0.4752066,0.33471075,0.3429752,0.41322315,0.37190083,0.3553719,0.38842976,0.3553719,0.3966942,0.37190083,0.38429752,0.40082645,0.4338843,0.3966942,0.45454547,0.44214877,0.42561984,0.38842976,0.5371901,0.71900827,0.75619835,0.7066116,0.7107438,0.6983471,0.6570248,0.3140496,0.26859504,0.2768595,0.27272728,0.26859504,0.27272728,0.25619835,0.47933885,0.48347107,0.47107437,0.47107437,0.46280992,0.41735536,0.42975205,0.45041323,0.47933885,0.48347107,0.42975205,0.45041323,0.43801653,0.43801653,0.4338843,0.4214876,0.41322315,0.4090909,0.3966942,0.41322315,0.39256197,0.40495867,0.38842976,0.36363637,0.37190083,0.37190083,0.38429752,0.40082645,0.41322315,0.47933885,0.5371901,0.58677685,0.5371901,0.45867768,0.4338843,0.45454547,0.41322315,0.37603307,0.42975205,0.446281,0.45041323,0.42975205,0.41322315,0.4090909,0.446281,0.41322315,0.42561984,0.446281,0.4090909,0.4090909,0.48347107,0.61570245,0.6859504,0.6652893,0.6942149,0.70247936,0.6198347,0.29338843,0.27272728,0.28099173,0.2644628,0.26859504,0.2768595,0.26859504,0.46694216,0.48347107,0.47933885,0.4752066,0.45867768,0.40082645,0.42975205,0.45041323,0.47933885,0.49586776,0.4338843,0.3966942,0.41735536,0.42975205,0.4338843,0.38842976,0.2520661,0.3181818,0.37190083,0.446281,0.45867768,0.45454547,0.45454547,0.45867768,0.4876033,0.49173555,0.5247934,0.5661157,0.5661157,0.59090906,0.6528926,0.6694215,0.6694215,0.6818182,0.677686,0.6322314,0.54545456,0.46694216,0.57438016,0.56198347,0.553719,0.54545456,0.40082645,0.36363637,0.44214877,0.45867768,0.46694216,0.446281,0.41735536,0.49173555,0.5,0.57438016,0.59090906,0.6942149,0.7107438,0.6859504,0.5247934,0.2892562,0.26859504,0.28099173,0.2603306,0.28099173,0.27272728,0.2603306,0.45867768,0.47933885,0.48347107,0.47107437,0.44214877,0.43801653,0.40495867,0.45454547,0.5041322,0.4752066,0.45867768,0.43801653,0.4090909,0.40495867,0.45041323,0.38016528,0.29338843,0.17768595,0.21900827,0.38016528,0.4214876,0.46280992,0.46694216,0.5,0.5041322,0.5123967,0.54545456,0.55785125,0.57438016,0.5785124,0.61570245,0.6570248,0.6694215,0.6652893,0.6735537,0.6735537,0.6446281,0.607438,0.6487603,0.60330576,0.56198347,0.40082645,0.3181818,0.40082645,0.5206612,0.5082645,0.5123967,0.46280992,0.48347107,0.5165289,0.54545456,0.57438016,0.56198347,0.6322314,0.6818182,0.69008267,0.45867768,0.2644628,0.28099173,0.27272728,0.28099173,0.2644628,0.28512397,0.28099173,0.45867768,0.46280992,0.47107437,0.47933885,0.446281,0.44214877,0.3966942,0.4090909,0.45041323,0.49173555,0.5082645,0.49173555,0.44214877,0.40495867,0.45454547,0.4876033,0.45454547,0.3677686,0.2768595,0.30991736,0.3305785,0.35950413,0.40495867,0.45454547,0.47933885,0.49586776,0.553719,0.57024795,0.57024795,0.59917355,0.59504133,0.6570248,0.6528926,0.6652893,0.69008267,0.6652893,0.61157024,0.58677685,0.5661157,0.5247934,0.5041322,0.45041323,0.48347107,0.61157024,0.6280992,0.54545456,0.54545456,0.5082645,0.5495868,0.55785125,0.607438,0.6363636,0.62396693,0.6322314,0.6942149,0.6487603,0.40082645,0.2644628,0.28099173,0.26859504,0.26859504,0.2603306,0.2644628,0.27272728,0.44214877,0.45867768,0.47107437,0.47933885,0.47107437,0.45454547,0.4214876,0.4090909,0.42975205,0.4752066,0.5123967,0.54545456,0.5041322,0.446281,0.47107437,0.5165289,0.5,0.45454547,0.3966942,0.37603307,0.38429752,0.338843,0.34710744,0.35123968,0.34710744,0.3677686,0.43801653,0.47933885,0.5123967,0.5413223,0.56198347,0.59504133,0.57438016,0.5661157,0.56198347,0.5371901,0.49173555,0.5165289,0.5041322,0.5247934,0.553719,0.553719,0.6487603,0.7355372,0.70247936,0.6280992,0.55785125,0.57438016,0.6198347,0.6322314,0.6487603,0.6404959,0.6404959,0.6818182,0.70247936,0.59917355,0.33471075,0.2520661,0.26859504,0.2644628,0.2644628,0.2603306,0.24793388,0.25619835,0.4338843,0.43801653,0.47933885,0.4752066,0.4876033,0.44214877,0.41735536,0.4214876,0.43801653,0.43801653,0.4876033,0.5289256,0.5247934,0.47933885,0.48347107,0.5041322,0.5123967,0.48347107,0.46694216,0.4338843,0.41322315,0.40082645,0.4090909,0.40495867,0.38842976,0.3966942,0.41735536,0.43801653,0.46280992,0.4752066,0.48347107,0.47933885,0.4752066,0.48347107,0.48347107,0.5082645,0.5247934,0.5661157,0.57024795,0.57024795,0.58264464,0.6570248,0.73140496,0.7644628,0.74380165,0.677686,0.607438,0.6694215,0.71487606,0.6487603,0.677686,0.677686,0.6983471,0.71487606,0.69008267,0.5206612,0.26859504,0.24380165,0.25619835,0.24793388,0.25619835,0.2603306,0.24793388,0.2644628,0.40495867,0.4338843,0.46694216,0.46694216,0.47107437,0.4090909,0.4214876,0.4338843,0.4338843,0.4338843,0.45454547,0.45867768,0.5082645,0.46694216,0.4876033,0.5,0.5123967,0.49173555,0.4876033,0.46694216,0.47107437,0.44214877,0.4338843,0.446281,0.44214877,0.46280992,0.5,0.5371901,0.56198347,0.5413223,0.5413223,0.5289256,0.5371901,0.5495868,0.56198347,0.607438,0.60330576,0.61157024,0.6198347,0.62396693,0.69008267,0.75206614,0.74793386,0.76859504,0.74380165,0.6818182,0.6983471,0.75619835,0.78099173,0.6859504,0.69008267,0.6983471,0.71487606,0.7107438,0.6818182,0.41322315,0.24380165,0.24793388,0.25619835,0.23966943,0.23966943,0.24380165,0.2520661,0.23966943,0.38016528,0.41322315,0.45041323,0.46280992,0.45041323,0.42561984,0.4214876,0.42975205,0.4214876,0.41735536,0.4338843,0.45041323,0.49586776,0.44214877,0.45867768,0.5082645,0.5041322,0.4876033,0.4876033,0.47107437,0.4752066,0.49173555,0.5,0.5041322,0.5123967,0.5,0.5247934,0.553719,0.58264464,0.58264464,0.61157024,0.59917355,0.61570245,0.6446281,0.6859504,0.70247936,0.661157,0.6694215,0.6942149,0.74380165,0.77272725,0.75619835,0.74793386,0.75619835,0.6818182,0.6942149,0.75619835,0.78099173,0.7355372,0.7355372,0.73140496,0.72727275,0.73140496,0.71487606,0.6322314,0.30165288,0.2231405,0.24793388,0.23966943,0.24380165,0.2520661,0.24793388,0.26859504,0.23966943,0.35950413,0.40082645,0.42561984,0.43801653,0.44214877,0.42561984,0.42975205,0.4214876,0.40495867,0.39256197,0.41322315,0.42975205,0.45041323,0.44214877,0.45867768,0.49586776,0.5206612,0.49586776,0.48347107,0.46280992,0.46280992,0.45867768,0.4752066,0.5041322,0.5413223,0.5661157,0.5785124,0.60330576,0.6198347,0.61157024,0.607438,0.62396693,0.6487603,0.6694215,0.7231405,0.73966944,0.7355372,0.76033056,0.76033056,0.7644628,0.76859504,0.75619835,0.75206614,0.7107438,0.6363636,0.677686,0.76859504,0.71900827,0.71900827,0.76033056,0.76033056,0.74793386,0.74380165,0.7066116,0.5082645,0.21900827,0.21487603,0.22727273,0.23140496,0.23553719,0.23966943,0.24380165,0.2520661,0.23966943,0.35123968,0.3677686,0.41322315,0.41735536,0.42975205,0.42561984,0.42975205,0.41322315,0.40082645,0.41735536,0.39256197,0.39256197,0.4214876,0.42561984,0.45454547,0.49173555,0.53305787,0.5247934,0.5,0.47933885,0.46694216,0.45454547,0.45041323,0.44214877,0.45867768,0.5,0.5082645,0.53305787,0.54545456,0.5413223,0.5123967,0.55785125,0.57024795,0.6280992,0.6859504,0.7107438,0.72727275,0.7355372,0.7231405,0.75206614,0.7644628,0.74793386,0.72727275,0.6652893,0.6446281,0.62396693,0.72727275,0.6942149,0.75619835,0.7768595,0.7644628,0.75206614,0.71487606,0.6487603,0.3429752,0.20247933,0.21900827,0.2107438,0.2107438,0.21900827,0.23140496,0.23140496,0.23553719,0.23140496,0.4090909,0.3429752,0.39256197,0.4090909,0.41735536,0.4214876,0.41735536,0.4090909,0.4090909,0.40082645,0.38016528,0.36363637,0.38016528,0.40495867,0.45041323,0.4752066,0.5123967,0.5413223,0.5289256,0.5041322,0.47933885,0.47107437,0.44214877,0.42975205,0.4214876,0.3966942,0.4090909,0.42561984,0.38429752,0.40082645,0.40495867,0.40495867,0.41322315,0.47933885,0.5661157,0.58677685,0.62396693,0.6818182,0.7066116,0.75619835,0.74793386,0.72727275,0.6818182,0.6570248,0.54545456,0.6198347,0.677686,0.71487606,0.76033056,0.7768595,0.76859504,0.73140496,0.69008267,0.5082645,0.21487603,0.20661157,0.20661157,0.21487603,0.19421488,0.21487603,0.21487603,0.21487603,0.23553719,0.22727273,0.47933885,0.3305785,0.35950413,0.3966942,0.3966942,0.42561984,0.40495867,0.40495867,0.3966942,0.36363637,0.3429752,0.37190083,0.3553719,0.40082645,0.38429752,0.45867768,0.49173555,0.5206612,0.5289256,0.5123967,0.5123967,0.5,0.44214877,0.446281,0.40495867,0.3553719,0.35123968,0.35123968,0.3264463,0.36363637,0.3553719,0.3264463,0.338843,0.4090909,0.446281,0.5495868,0.6198347,0.6570248,0.71900827,0.6942149,0.7231405,0.69008267,0.60330576,0.61570245,0.5206612,0.58677685,0.6694215,0.7231405,0.7644628,0.77272725,0.75206614,0.71900827,0.6322314,0.30578512,0.19008264,0.1983471,0.1983471,0.20247933,0.20247933,0.20247933,0.19421488,0.21900827,0.22727273,0.20247933,0.45867768,0.39256197,0.3305785,0.3429752,0.37190083,0.39256197,0.39256197,0.37603307,0.37603307,0.3553719,0.338843,0.35123968,0.36363637,0.38429752,0.39256197,0.46694216,0.4752066,0.5165289,0.5413223,0.54545456,0.5413223,0.5082645,0.46280992,0.44214877,0.37603307,0.3553719,0.33471075,0.33471075,0.32231405,0.3181818,0.33471075,0.3140496,0.32231405,0.40082645,0.42975205,0.5206612,0.6487603,0.6570248,0.6818182,0.73140496,0.69008267,0.70247936,0.607438,0.5371901,0.553719,0.53305787,0.6487603,0.7231405,0.73966944,0.75206614,0.75206614,0.677686,0.42975205,0.19421488,0.20661157,0.19421488,0.18595041,0.19421488,0.18595041,0.20247933,0.20247933,0.20661157,0.21487603,0.2107438,0.45867768,0.42975205,0.35123968,0.338843,0.36363637,0.38016528,0.37190083,0.338843,0.3140496,0.30991736,0.34710744,0.3264463,0.3553719,0.38429752,0.38429752,0.47107437,0.45867768,0.5206612,0.5661157,0.61157024,0.5661157,0.5041322,0.45041323,0.40495867,0.38016528,0.35950413,0.3429752,0.33471075,0.338843,0.33471075,0.338843,0.34710744,0.35950413,0.4214876,0.4214876,0.46694216,0.59917355,0.6280992,0.6735537,0.73966944,0.72727275,0.6983471,0.6198347,0.5371901,0.54545456,0.5206612,0.6363636,0.71900827,0.75206614,0.71900827,0.70247936,0.5247934,0.2520661,0.18595041,0.1983471,0.19008264,0.18595041,0.18595041,0.18181819,0.20247933,0.1983471,0.1983471,0.1983471,0.1983471,0.446281,0.43801653,0.38016528,0.338843,0.35950413,0.36363637,0.338843,0.3264463,0.29338843,0.28512397,0.29752067,0.3140496,0.35123968,0.35950413,0.37190083,0.39256197,0.3966942,0.4876033,0.5495868,0.60330576,0.57438016,0.5041322,0.45041323,0.4090909,0.40495867,0.39256197,0.3966942,0.38016528,0.3553719,0.34710744,0.3966942,0.4090909,0.4214876,0.46280992,0.40495867,0.44214877,0.56198347,0.6322314,0.6735537,0.73966944,0.73140496,0.6404959,0.59090906,0.5165289,0.54545456,0.4876033,0.55785125,0.7066116,0.72727275,0.7066116,0.54545456,0.29752067,0.20247933,0.18595041,0.20247933,0.18595041,0.19421488,0.19421488,0.17768595,0.19421488,0.19008264,0.19008264,0.19008264,0.18181819,0.45041323,0.42975205,0.38842976,0.3553719,0.33471075,0.34710744,0.32231405,0.33471075,0.2892562,0.27272728,0.25619835,0.28512397,0.2892562,0.3140496,0.3429752,0.338843,0.338843,0.42975205,0.49586776,0.5123967,0.5082645,0.446281,0.42561984,0.42975205,0.4214876,0.4338843,0.446281,0.41322315,0.41735536,0.41735536,0.47107437,0.45041323,0.47107437,0.5,0.3966942,0.48347107,0.5123967,0.61157024,0.61570245,0.6818182,0.6570248,0.59917355,0.53305787,0.48347107,0.5206612,0.48347107,0.5206612,0.6363636,0.7066116,0.58677685,0.2892562,0.1983471,0.20247933,0.2107438,0.19421488,0.1983471,0.19421488,0.19421488,0.1694215,0.19421488,0.18181819,0.19008264,0.18181819,0.19421488,0.46280992,0.44214877,0.40495867,0.3677686,0.3429752,0.3181818,0.3140496,0.3181818,0.26859504,0.2520661,0.23140496,0.23553719,0.2768595,0.2644628,0.3181818,0.29338843,0.30991736,0.3677686,0.42561984,0.41735536,0.44214877,0.43801653,0.43801653,0.44214877,0.42975205,0.45867768,0.45867768,0.45867768,0.47933885,0.49586776,0.47933885,0.4752066,0.5082645,0.5082645,0.4338843,0.55785125,0.53305787,0.5165289,0.57438016,0.661157,0.54545456,0.54545456,0.49586776,0.47107437,0.44214877,0.42975205,0.553719,0.5661157,0.6528926,0.44214877,0.16115703,0.1983471,0.21900827,0.23553719,0.2107438,0.22727273,0.18595041,0.18181819,0.19008264,0.18181819,0.18595041,0.18181819,0.1694215,0.18595041,0.48347107,0.446281,0.41322315,0.38016528,0.3429752,0.3264463,0.3181818,0.29338843,0.26859504,0.24793388,0.23553719,0.23966943,0.23140496,0.2603306,0.3140496,0.2644628,0.2892562,0.3305785,0.38842976,0.38016528,0.42561984,0.40495867,0.40495867,0.44214877,0.446281,0.44214877,0.45041323,0.4876033,0.5,0.5371901,0.5289256,0.5,0.5206612,0.49586776,0.45454547,0.59090906,0.5495868,0.5123967,0.553719,0.6446281,0.5289256,0.48347107,0.45867768,0.40495867,0.40082645,0.41322315,0.5,0.55785125,0.6570248,0.43801653,0.1983471,0.2231405,0.20661157,0.1983471,0.19421488,0.19421488,0.20247933,0.1694215,0.17768595,0.18181819,0.18595041,0.17768595,0.17355372,0.19008264,0.5,0.4752066,0.44214877,0.3966942,0.3553719,0.30578512,0.30165288,0.28512397,0.27272728,0.2644628,0.23966943,0.24793388,0.23966943,0.24380165,0.2892562,0.25619835,0.27272728,0.3264463,0.3264463,0.33471075,0.38842976,0.37190083,0.3677686,0.42561984,0.45867768,0.446281,0.46694216,0.49173555,0.4876033,0.58677685,0.5206612,0.5082645,0.5289256,0.48347107,0.49173555,0.5785124,0.54545456,0.5247934,0.4876033,0.53305787,0.49173555,0.4338843,0.38429752,0.3553719,0.38016528,0.37603307,0.446281,0.5661157,0.661157,0.4214876,0.20247933,0.1983471,0.19421488,0.19008264,0.19008264,0.19008264,0.20247933,0.17355372,0.16528925,0.18181819,0.17355372,0.18181819,0.18181819,0.17355372,0.5206612,0.49586776,0.47933885,0.42561984,0.36363637,0.28512397,0.2768595,0.28512397,0.2768595,0.27272728,0.23140496,0.23966943,0.24380165,0.23553719,0.26859504,0.2520661,0.2768595,0.3140496,0.29338843,0.29752067,0.37190083,0.338843,0.3677686,0.40082645,0.4338843,0.45867768,0.47107437,0.47933885,0.47933885,0.5123967,0.49173555,0.47107437,0.5,0.4752066,0.49586776,0.553719,0.553719,0.53305787,0.45041323,0.46280992,0.43801653,0.37190083,0.33471075,0.3181818,0.3677686,0.36363637,0.44214877,0.5289256,0.6570248,0.4090909,0.2107438,0.21487603,0.18595041,0.19421488,0.17768595,0.19008264,0.19008264,0.17768595,0.16528925,0.17355372,0.16528925,0.1694215,0.18595041,0.1694215,0.5123967,0.5082645,0.5,0.45867768,0.38842976,0.30165288,0.2603306,0.29752067,0.28099173,0.28512397,0.23140496,0.22727273,0.23553719,0.2231405,0.23140496,0.23140496,0.2603306,0.29338843,0.2892562,0.29338843,0.3264463,0.32231405,0.37603307,0.38016528,0.3966942,0.44214877,0.42975205,0.45454547,0.48347107,0.45867768,0.45454547,0.45041323,0.45867768,0.47107437,0.47107437,0.5,0.5123967,0.46280992,0.41735536,0.40082645,0.39256197,0.33471075,0.32231405,0.2768595,0.34710744,0.37190083,0.45867768,0.5206612,0.6446281,0.41735536,0.21487603,0.23140496,0.18181819,0.19421488,0.18595041,0.18595041,0.17768595,0.17355372,0.17768595,0.1694215,0.16528925,0.16528925,0.18181819,0.17768595,0.5165289,0.5206612,0.5165289,0.48347107,0.40495867,0.32231405,0.27272728,0.27272728,0.29752067,0.28099173,0.2231405,0.24793388,0.24380165,0.24380165,0.1983471,0.20661157,0.23140496,0.2768595,0.27272728,0.27272728,0.2520661,0.30991736,0.34710744,0.37190083,0.338843,0.3966942,0.39256197,0.39256197,0.45454547,0.446281,0.38016528,0.40082645,0.40495867,0.45041323,0.40495867,0.42561984,0.43801653,0.3966942,0.38429752,0.3677686,0.32231405,0.32231405,0.30578512,0.338843,0.30991736,0.4090909,0.46694216,0.5785124,0.6322314,0.3966942,0.2107438,0.23553719,0.19421488,0.17355372,0.18595041,0.17768595,0.17355372,0.1694215,0.17355372,0.18595041,0.17355372,0.16115703,0.17768595,0.1694215,16 +0.3553719,0.46280992,0.5661157,0.6363636,0.6694215,0.6735537,0.6735537,0.6983471,0.73140496,0.7355372,0.75619835,0.77272725,0.78512394,0.8016529,0.80991733,0.8347107,0.8429752,0.8512397,0.8553719,0.8595041,0.8636364,0.8677686,0.8677686,0.8677686,0.8719008,0.8636364,0.8595041,0.8553719,0.8512397,0.8553719,0.8595041,0.8553719,0.8512397,0.8595041,0.8636364,0.8636364,0.8636364,0.8677686,0.8719008,0.8636364,0.8677686,0.8636364,0.8512397,0.8553719,0.8471074,0.838843,0.8305785,0.8264463,0.8057851,0.7933884,0.7644628,0.75206614,0.73140496,0.72727275,0.6859504,0.6322314,0.59504133,0.58264464,0.56198347,0.43801653,0.29338843,0.23140496,0.2107438,0.20661157,0.34710744,0.46694216,0.5661157,0.6446281,0.6652893,0.6818182,0.677686,0.6983471,0.73140496,0.7355372,0.76033056,0.78099173,0.79752064,0.8181818,0.8181818,0.8347107,0.8347107,0.8471074,0.8512397,0.8471074,0.8553719,0.8636364,0.8636364,0.8677686,0.8677686,0.8636364,0.8636364,0.8595041,0.8512397,0.8553719,0.8595041,0.8595041,0.8512397,0.8595041,0.8636364,0.8636364,0.8677686,0.8677686,0.8677686,0.8677686,0.8553719,0.8553719,0.8429752,0.8429752,0.8347107,0.8347107,0.8264463,0.8181818,0.8057851,0.79752064,0.7644628,0.75206614,0.73140496,0.7355372,0.7107438,0.6528926,0.59917355,0.59090906,0.5785124,0.47933885,0.29338843,0.21900827,0.19008264,0.18181819,0.35123968,0.47933885,0.57024795,0.661157,0.6652893,0.677686,0.69008267,0.6983471,0.71487606,0.73140496,0.76033056,0.78099173,0.79752064,0.8181818,0.8264463,0.8264463,0.8305785,0.838843,0.8429752,0.838843,0.8429752,0.8595041,0.8595041,0.8677686,0.8595041,0.8636364,0.8636364,0.8471074,0.8512397,0.8471074,0.8512397,0.8595041,0.8512397,0.8553719,0.8595041,0.8595041,0.8595041,0.8595041,0.8553719,0.8512397,0.8347107,0.8305785,0.822314,0.8264463,0.838843,0.8264463,0.8181818,0.80991733,0.79752064,0.8016529,0.77272725,0.7644628,0.74380165,0.74380165,0.7231405,0.6694215,0.59917355,0.59090906,0.58677685,0.5413223,0.3553719,0.20247933,0.18595041,0.17355372,0.3677686,0.46694216,0.59504133,0.6694215,0.6735537,0.677686,0.6942149,0.71900827,0.71900827,0.73966944,0.76033056,0.7768595,0.8057851,0.8140496,0.8264463,0.8305785,0.838843,0.8264463,0.8305785,0.8305785,0.8305785,0.8429752,0.8429752,0.8595041,0.8553719,0.8512397,0.8595041,0.8429752,0.838843,0.8429752,0.8471074,0.8512397,0.8471074,0.8512397,0.8512397,0.8553719,0.8471074,0.838843,0.8471074,0.8347107,0.80991733,0.8057851,0.8057851,0.8181818,0.822314,0.822314,0.80991733,0.7892562,0.79752064,0.78512394,0.77272725,0.7644628,0.76859504,0.74380165,0.73140496,0.6818182,0.6198347,0.59504133,0.58264464,0.5785124,0.45867768,0.2107438,0.18181819,0.16528925,0.3677686,0.53305787,0.6487603,0.661157,0.677686,0.69008267,0.7066116,0.71900827,0.74380165,0.75206614,0.7644628,0.78099173,0.79752064,0.8140496,0.822314,0.8305785,0.822314,0.8140496,0.8181818,0.822314,0.822314,0.8305785,0.8347107,0.838843,0.8471074,0.8512397,0.8471074,0.8429752,0.8429752,0.8347107,0.838843,0.838843,0.8429752,0.8429752,0.8347107,0.8429752,0.8347107,0.8429752,0.838843,0.8140496,0.8057851,0.8181818,0.8140496,0.8264463,0.8140496,0.7933884,0.78512394,0.78512394,0.7768595,0.78099173,0.77272725,0.7768595,0.7644628,0.75206614,0.74793386,0.7107438,0.6198347,0.57438016,0.5661157,0.5785124,0.5041322,0.29338843,0.17768595,0.15289256,0.41322315,0.59504133,0.6487603,0.6694215,0.6735537,0.677686,0.7066116,0.73140496,0.74793386,0.75619835,0.76033056,0.78099173,0.7892562,0.8016529,0.8181818,0.8140496,0.8181818,0.8181818,0.8181818,0.8181818,0.822314,0.8181818,0.8264463,0.8347107,0.8471074,0.838843,0.8429752,0.8347107,0.8347107,0.8305785,0.8347107,0.8305785,0.838843,0.8347107,0.8305785,0.8429752,0.8264463,0.8264463,0.822314,0.8057851,0.8057851,0.8057851,0.8016529,0.79752064,0.78099173,0.74793386,0.7231405,0.71900827,0.6942149,0.6983471,0.7107438,0.70247936,0.7066116,0.71900827,0.7231405,0.70247936,0.6487603,0.57024795,0.5661157,0.57024795,0.5495868,0.35950413,0.19421488,0.16115703,0.49586776,0.62396693,0.6487603,0.6694215,0.6652893,0.6694215,0.70247936,0.7107438,0.69008267,0.6694215,0.69008267,0.70247936,0.7231405,0.74793386,0.7768595,0.78099173,0.78512394,0.7933884,0.8016529,0.79752064,0.80991733,0.80991733,0.8016529,0.8140496,0.8264463,0.822314,0.822314,0.822314,0.8140496,0.8140496,0.8181818,0.822314,0.8264463,0.822314,0.8264463,0.822314,0.8016529,0.78099173,0.7644628,0.75206614,0.73966944,0.7107438,0.69008267,0.6983471,0.6528926,0.61157024,0.58677685,0.55785125,0.5289256,0.5206612,0.5495868,0.5413223,0.553719,0.57438016,0.58677685,0.57438016,0.5661157,0.553719,0.553719,0.5495868,0.5785124,0.42975205,0.2231405,0.15289256,0.55785125,0.6322314,0.6570248,0.661157,0.6404959,0.59917355,0.57438016,0.5661157,0.5289256,0.54545456,0.58677685,0.57024795,0.58264464,0.5785124,0.60330576,0.6280992,0.62396693,0.6528926,0.6694215,0.677686,0.71487606,0.72727275,0.72727275,0.75206614,0.78512394,0.7892562,0.78512394,0.77272725,0.7768595,0.7768595,0.78512394,0.7933884,0.7933884,0.7892562,0.7892562,0.78099173,0.74380165,0.677686,0.6983471,0.6528926,0.607438,0.5371901,0.5,0.5123967,0.4752066,0.43801653,0.4214876,0.41322315,0.39256197,0.37190083,0.38016528,0.4338843,0.4338843,0.4338843,0.46280992,0.47933885,0.44214877,0.45454547,0.5165289,0.5495868,0.57438016,0.49173555,0.25619835,0.14876033,0.59504133,0.6363636,0.6487603,0.6363636,0.5495868,0.47107437,0.45041323,0.42561984,0.446281,0.5082645,0.5165289,0.48347107,0.47933885,0.4752066,0.43801653,0.46694216,0.42975205,0.43801653,0.49586776,0.5,0.5165289,0.58264464,0.6404959,0.6735537,0.7231405,0.74793386,0.76859504,0.74380165,0.74380165,0.74380165,0.74793386,0.75619835,0.7644628,0.7768595,0.7644628,0.7355372,0.661157,0.57438016,0.60330576,0.58677685,0.5247934,0.47107437,0.44214877,0.40082645,0.3553719,0.338843,0.33471075,0.3305785,0.2768595,0.3181818,0.3305785,0.338843,0.3677686,0.38016528,0.40495867,0.4214876,0.41322315,0.3966942,0.45867768,0.5413223,0.55785125,0.5413223,0.3140496,0.14876033,0.6322314,0.6487603,0.6528926,0.55785125,0.47107437,0.47107437,0.47933885,0.45041323,0.4338843,0.47107437,0.45454547,0.41322315,0.41322315,0.40082645,0.39256197,0.38016528,0.36363637,0.38016528,0.4090909,0.45041323,0.4876033,0.5082645,0.5495868,0.6280992,0.6652893,0.677686,0.73966944,0.72727275,0.71900827,0.71900827,0.73140496,0.7066116,0.7231405,0.73966944,0.71487606,0.677686,0.62396693,0.57024795,0.56198347,0.55785125,0.48347107,0.4752066,0.3966942,0.38842976,0.3966942,0.41735536,0.4090909,0.4214876,0.44214877,0.5123967,0.5123967,0.5082645,0.47107437,0.45041323,0.45867768,0.45041323,0.46280992,0.48347107,0.45454547,0.5082645,0.553719,0.57438016,0.40082645,0.16528925,0.6487603,0.6528926,0.6487603,0.5041322,0.5289256,0.6198347,0.6322314,0.60330576,0.59917355,0.6528926,0.6198347,0.59504133,0.59917355,0.57438016,0.54545456,0.5206612,0.5165289,0.5206612,0.5206612,0.5247934,0.54545456,0.553719,0.59504133,0.6198347,0.6528926,0.7066116,0.73140496,0.6818182,0.6859504,0.7107438,0.71487606,0.70247936,0.7107438,0.7107438,0.7066116,0.6652893,0.6446281,0.61157024,0.58264464,0.5371901,0.5165289,0.49173555,0.4876033,0.49173555,0.5041322,0.5247934,0.53305787,0.53305787,0.54545456,0.553719,0.5247934,0.5247934,0.5082645,0.5,0.47933885,0.45454547,0.45041323,0.4752066,0.45867768,0.49173555,0.57024795,0.58264464,0.45867768,0.20247933,0.6652893,0.6652893,0.61570245,0.53305787,0.5785124,0.6487603,0.6818182,0.69008267,0.6942149,0.69008267,0.6818182,0.6528926,0.6446281,0.6487603,0.6446281,0.6446281,0.6363636,0.62396693,0.6322314,0.62396693,0.62396693,0.6363636,0.661157,0.677686,0.69008267,0.7231405,0.7231405,0.7107438,0.7107438,0.72727275,0.73966944,0.73140496,0.7066116,0.6859504,0.6818182,0.6570248,0.6280992,0.59917355,0.5495868,0.5082645,0.47107437,0.44214877,0.43801653,0.43801653,0.45041323,0.46280992,0.48347107,0.4876033,0.49173555,0.46694216,0.45041323,0.45041323,0.446281,0.44214877,0.42975205,0.42975205,0.446281,0.446281,0.45867768,0.5041322,0.5413223,0.58264464,0.5247934,0.2520661,0.6735537,0.6735537,0.60330576,0.5785124,0.60330576,0.6404959,0.661157,0.6694215,0.6735537,0.661157,0.6735537,0.6570248,0.6446281,0.6363636,0.6198347,0.6322314,0.61157024,0.58264464,0.59504133,0.57438016,0.58264464,0.59504133,0.6198347,0.6528926,0.6818182,0.7066116,0.71487606,0.74380165,0.75619835,0.7644628,0.78099173,0.78099173,0.73140496,0.661157,0.607438,0.5661157,0.5082645,0.47107437,0.42561984,0.3966942,0.37603307,0.37603307,0.36363637,0.37190083,0.38429752,0.41735536,0.43801653,0.45867768,0.43801653,0.42561984,0.41322315,0.40082645,0.37603307,0.37190083,0.37190083,0.39256197,0.42561984,0.42975205,0.47933885,0.5082645,0.5165289,0.57024795,0.5661157,0.30991736,0.69008267,0.6818182,0.6280992,0.6322314,0.6446281,0.6363636,0.6363636,0.6322314,0.6198347,0.61157024,0.60330576,0.59504133,0.58264464,0.553719,0.5371901,0.54545456,0.5247934,0.49586776,0.47933885,0.45454547,0.4876033,0.5206612,0.553719,0.59504133,0.6363636,0.6818182,0.70247936,0.7355372,0.77272725,0.8016529,0.822314,0.8140496,0.78099173,0.6570248,0.5495868,0.4752066,0.40495867,0.38842976,0.3677686,0.35123968,0.36363637,0.3553719,0.3429752,0.3677686,0.40495867,0.41735536,0.42561984,0.45454547,0.45041323,0.4338843,0.42975205,0.41322315,0.38429752,0.36363637,0.3677686,0.38016528,0.42561984,0.45041323,0.5041322,0.5289256,0.5413223,0.57024795,0.58677685,0.34710744,0.6942149,0.6818182,0.661157,0.6818182,0.6859504,0.6570248,0.6363636,0.607438,0.57438016,0.553719,0.57024795,0.57024795,0.553719,0.553719,0.5413223,0.5247934,0.45867768,0.4752066,0.46694216,0.45041323,0.4090909,0.4338843,0.48347107,0.5371901,0.61570245,0.6652893,0.71487606,0.7066116,0.76859504,0.8264463,0.8471074,0.8471074,0.8181818,0.69008267,0.5371901,0.44214877,0.4090909,0.40495867,0.34710744,0.37603307,0.3677686,0.3677686,0.37603307,0.39256197,0.39256197,0.32231405,0.2892562,0.3429752,0.2892562,0.3305785,0.39256197,0.4090909,0.41322315,0.38429752,0.37603307,0.3966942,0.44214877,0.47933885,0.5165289,0.54545456,0.54545456,0.57438016,0.60330576,0.38429752,0.70247936,0.69008267,0.69008267,0.70247936,0.6942149,0.6859504,0.6446281,0.59504133,0.5495868,0.5289256,0.54545456,0.57024795,0.553719,0.49173555,0.4338843,0.3264463,0.42975205,0.3264463,0.39256197,0.47107437,0.46694216,0.4876033,0.5041322,0.553719,0.607438,0.6363636,0.7066116,0.6818182,0.75619835,0.838843,0.8595041,0.8719008,0.8429752,0.73966944,0.553719,0.44214877,0.4338843,0.41735536,0.4338843,0.446281,0.41322315,0.37190083,0.3429752,0.32231405,0.4090909,0.29752067,0.19421488,0.32231405,0.14049587,0.18595041,0.24380165,0.30165288,0.3305785,0.35123968,0.35123968,0.38842976,0.44214877,0.47933885,0.5165289,0.56198347,0.57438016,0.58264464,0.59917355,0.40082645,0.6983471,0.71487606,0.72727275,0.7231405,0.7107438,0.6942149,0.6487603,0.59504133,0.5206612,0.46694216,0.46694216,0.46280992,0.4752066,0.30165288,0.46280992,0.16115703,0.29752067,0.23140496,0.35123968,0.43801653,0.4214876,0.43801653,0.46694216,0.553719,0.59504133,0.61570245,0.6652893,0.6859504,0.7768595,0.8429752,0.8636364,0.8719008,0.8677686,0.8016529,0.6198347,0.45041323,0.45454547,0.45454547,0.47933885,0.44214877,0.37603307,0.40082645,0.4090909,0.38842976,0.5,0.3429752,0.22727273,0.14049587,0.1570248,0.24380165,0.26859504,0.33471075,0.2603306,0.28512397,0.32231405,0.41322315,0.4752066,0.5206612,0.55785125,0.59090906,0.59504133,0.59090906,0.59504133,0.38842976,0.6983471,0.71487606,0.74380165,0.74793386,0.72727275,0.6942149,0.6446281,0.58677685,0.45041323,0.35123968,0.36363637,0.3966942,0.5413223,0.35123968,0.58677685,0.24380165,0.1694215,0.28099173,0.37190083,0.4752066,0.446281,0.45454547,0.46280992,0.53305787,0.6280992,0.6322314,0.6404959,0.7231405,0.7892562,0.8429752,0.8677686,0.8719008,0.87603307,0.8305785,0.6983471,0.4876033,0.45454547,0.47933885,0.47107437,0.47107437,0.44214877,0.446281,0.42561984,0.4090909,0.47933885,0.40082645,0.3140496,0.25619835,0.2603306,0.30578512,0.35950413,0.38016528,0.3264463,0.34710744,0.38842976,0.4876033,0.57024795,0.59917355,0.61570245,0.62396693,0.61157024,0.59504133,0.58677685,0.39256197,0.6983471,0.7107438,0.74793386,0.74793386,0.74793386,0.7231405,0.6735537,0.607438,0.4752066,0.44214877,0.46694216,0.4752066,0.5413223,0.49173555,0.45454547,0.40082645,0.37603307,0.41735536,0.44214877,0.48347107,0.4876033,0.5247934,0.57024795,0.59504133,0.6446281,0.6446281,0.6487603,0.75206614,0.7892562,0.838843,0.8677686,0.8719008,0.8719008,0.822314,0.74793386,0.54545456,0.46280992,0.48347107,0.4752066,0.47107437,0.46280992,0.45041323,0.42975205,0.42561984,0.43801653,0.44214877,0.40495867,0.3966942,0.37190083,0.37603307,0.4090909,0.4214876,0.42561984,0.46280992,0.4876033,0.58264464,0.62396693,0.6363636,0.6363636,0.6322314,0.6198347,0.59917355,0.5785124,0.4214876,0.6983471,0.7231405,0.76033056,0.75619835,0.75206614,0.75206614,0.7107438,0.6652893,0.59090906,0.57024795,0.60330576,0.6198347,0.6322314,0.59090906,0.59917355,0.553719,0.5247934,0.53305787,0.5247934,0.5165289,0.5123967,0.5371901,0.5661157,0.59917355,0.6404959,0.6404959,0.6859504,0.7644628,0.78512394,0.838843,0.8719008,0.8801653,0.8719008,0.7933884,0.75206614,0.6280992,0.4876033,0.48347107,0.49173555,0.47107437,0.45454547,0.43801653,0.42975205,0.43801653,0.44214877,0.45454547,0.42975205,0.45041323,0.4214876,0.43801653,0.45454547,0.46694216,0.47107437,0.49586776,0.56198347,0.6446281,0.6528926,0.6528926,0.6528926,0.6363636,0.6322314,0.59917355,0.56198347,0.46280992,0.69008267,0.7231405,0.75619835,0.76033056,0.74793386,0.76033056,0.7644628,0.73140496,0.6735537,0.6280992,0.62396693,0.6487603,0.677686,0.661157,0.6570248,0.6363636,0.61570245,0.59090906,0.5413223,0.53305787,0.5495868,0.58264464,0.61157024,0.6404959,0.6652893,0.70247936,0.74793386,0.73966944,0.78099173,0.8347107,0.87603307,0.8719008,0.87603307,0.76859504,0.71487606,0.6818182,0.56198347,0.49586776,0.5123967,0.49586776,0.47933885,0.4752066,0.47107437,0.45867768,0.4214876,0.42561984,0.4338843,0.45041323,0.44214877,0.46694216,0.45454547,0.45454547,0.5,0.59090906,0.6652893,0.6942149,0.677686,0.6694215,0.6652893,0.6487603,0.6404959,0.58677685,0.54545456,0.4876033,0.6818182,0.71487606,0.75619835,0.7644628,0.75206614,0.75619835,0.76033056,0.7644628,0.7355372,0.7066116,0.6652893,0.62396693,0.61157024,0.59504133,0.58677685,0.5785124,0.5661157,0.553719,0.57024795,0.59917355,0.6198347,0.6363636,0.6735537,0.6983471,0.71487606,0.7644628,0.75619835,0.74380165,0.77272725,0.8305785,0.8636364,0.8636364,0.8595041,0.76859504,0.6942149,0.6818182,0.6818182,0.58264464,0.5289256,0.5247934,0.5247934,0.5206612,0.5123967,0.5123967,0.49173555,0.4876033,0.47107437,0.446281,0.43801653,0.45867768,0.4876033,0.5413223,0.607438,0.6735537,0.6859504,0.69008267,0.6694215,0.677686,0.6735537,0.6446281,0.6198347,0.59090906,0.53305787,0.4876033,0.6735537,0.7066116,0.74380165,0.75619835,0.7644628,0.7644628,0.7644628,0.76033056,0.75619835,0.73966944,0.7066116,0.6735537,0.6446281,0.61157024,0.61570245,0.61570245,0.6280992,0.6404959,0.6528926,0.6735537,0.6942149,0.7066116,0.73966944,0.74380165,0.75619835,0.78099173,0.76033056,0.73966944,0.75206614,0.8140496,0.8553719,0.8553719,0.8429752,0.75619835,0.69008267,0.6735537,0.7066116,0.6942149,0.5785124,0.5495868,0.56198347,0.5661157,0.5661157,0.5785124,0.5661157,0.56198347,0.55785125,0.553719,0.56198347,0.58264464,0.6198347,0.6528926,0.661157,0.6859504,0.6983471,0.6942149,0.6942149,0.6818182,0.661157,0.6363636,0.60330576,0.5785124,0.5206612,0.5206612,0.6652893,0.7107438,0.73140496,0.74380165,0.77272725,0.76859504,0.76859504,0.76859504,0.77272725,0.76033056,0.7355372,0.72727275,0.71487606,0.6983471,0.69008267,0.6735537,0.69008267,0.71487606,0.7231405,0.73140496,0.75206614,0.76033056,0.76859504,0.7644628,0.76033056,0.76859504,0.76033056,0.74793386,0.74793386,0.80991733,0.8512397,0.8471074,0.8140496,0.73140496,0.6859504,0.6735537,0.6818182,0.7231405,0.6487603,0.607438,0.61570245,0.6198347,0.6322314,0.62396693,0.6446281,0.6322314,0.6280992,0.6322314,0.661157,0.6487603,0.6942149,0.71487606,0.71900827,0.72727275,0.72727275,0.71900827,0.6983471,0.677686,0.6446281,0.6280992,0.607438,0.5661157,0.5041322,0.5413223,0.6570248,0.70247936,0.7231405,0.7355372,0.77272725,0.7644628,0.76859504,0.75206614,0.7768595,0.7644628,0.76033056,0.75206614,0.75619835,0.7355372,0.7355372,0.71487606,0.72727275,0.75619835,0.7644628,0.77272725,0.7768595,0.78099173,0.78099173,0.76859504,0.76859504,0.7644628,0.76859504,0.74380165,0.73966944,0.79752064,0.8471074,0.8429752,0.8057851,0.71487606,0.6735537,0.677686,0.69008267,0.71900827,0.69008267,0.6694215,0.6694215,0.677686,0.69008267,0.7066116,0.71487606,0.71900827,0.7231405,0.7231405,0.74793386,0.7066116,0.74793386,0.7644628,0.75619835,0.75619835,0.74793386,0.7231405,0.70247936,0.6735537,0.6446281,0.6198347,0.59504133,0.553719,0.49173555,0.553719,0.6487603,0.6983471,0.7107438,0.74380165,0.76859504,0.76859504,0.77272725,0.76859504,0.78099173,0.7644628,0.77272725,0.76033056,0.77272725,0.77272725,0.74793386,0.7231405,0.76033056,0.78512394,0.7768595,0.78512394,0.7933884,0.78512394,0.78512394,0.75206614,0.7644628,0.77272725,0.77272725,0.74793386,0.75206614,0.79752064,0.8471074,0.8471074,0.8057851,0.71900827,0.6859504,0.6652893,0.661157,0.6818182,0.6983471,0.7107438,0.7231405,0.73966944,0.74380165,0.75206614,0.74793386,0.76859504,0.7892562,0.7933884,0.8016529,0.78512394,0.8057851,0.79752064,0.7768595,0.7768595,0.76033056,0.73140496,0.6983471,0.6694215,0.6487603,0.61570245,0.58677685,0.5371901,0.4752066,0.59504133,0.6363636,0.69008267,0.7355372,0.75206614,0.76033056,0.76033056,0.77272725,0.7892562,0.78512394,0.78099173,0.78512394,0.7933884,0.7892562,0.78099173,0.7644628,0.75206614,0.78512394,0.7933884,0.8016529,0.7933884,0.80991733,0.7892562,0.78099173,0.75619835,0.75619835,0.77272725,0.76033056,0.74793386,0.76859504,0.80991733,0.8595041,0.8636364,0.8181818,0.74793386,0.70247936,0.6363636,0.59917355,0.61570245,0.6280992,0.6859504,0.73966944,0.7644628,0.7768595,0.78512394,0.78512394,0.8016529,0.8140496,0.8264463,0.8305785,0.8264463,0.838843,0.8181818,0.8016529,0.7644628,0.73966944,0.677686,0.6735537,0.6652893,0.62396693,0.60330576,0.58677685,0.5165289,0.4752066,0.59504133,0.607438,0.6818182,0.74793386,0.74380165,0.7644628,0.76033056,0.76033056,0.77272725,0.79752064,0.78512394,0.7933884,0.80991733,0.79752064,0.7892562,0.79752064,0.78099173,0.7933884,0.7892562,0.7892562,0.7933884,0.80991733,0.8057851,0.7933884,0.76033056,0.73966944,0.75206614,0.72727275,0.74793386,0.7892562,0.822314,0.8512397,0.8553719,0.822314,0.77272725,0.71487606,0.6198347,0.57438016,0.5495868,0.5371901,0.59090906,0.661157,0.74380165,0.76859504,0.78512394,0.7933884,0.8181818,0.822314,0.8264463,0.8305785,0.8264463,0.8181818,0.8057851,0.78099173,0.7768595,0.73966944,0.6942149,0.6735537,0.6570248,0.6322314,0.607438,0.5785124,0.5041322,0.45867768,0.58264464,0.59504133,0.6570248,0.74380165,0.74793386,0.75619835,0.74793386,0.75206614,0.7644628,0.78099173,0.7892562,0.8016529,0.8140496,0.8057851,0.7933884,0.8016529,0.8016529,0.7933884,0.7892562,0.7892562,0.7892562,0.80991733,0.79752064,0.7892562,0.74793386,0.7231405,0.72727275,0.7107438,0.75206614,0.79752064,0.8347107,0.8512397,0.8429752,0.8181818,0.8016529,0.73140496,0.6363636,0.61570245,0.59504133,0.5413223,0.5289256,0.5785124,0.6652893,0.7066116,0.74380165,0.7768595,0.8057851,0.8181818,0.822314,0.80991733,0.8057851,0.8057851,0.78099173,0.76859504,0.7644628,0.73966944,0.7231405,0.6818182,0.6446281,0.6198347,0.60330576,0.55785125,0.48347107,0.47933885,0.59504133,0.59917355,0.6404959,0.73140496,0.74380165,0.75206614,0.75619835,0.7644628,0.7768595,0.7768595,0.7892562,0.8016529,0.80991733,0.8016529,0.8016529,0.79752064,0.79752064,0.7933884,0.79752064,0.78512394,0.7768595,0.78512394,0.77272725,0.75206614,0.71900827,0.71900827,0.7355372,0.7107438,0.75619835,0.8016529,0.8347107,0.8429752,0.8347107,0.822314,0.79752064,0.73966944,0.661157,0.6859504,0.6942149,0.6363636,0.5289256,0.5123967,0.57024795,0.62396693,0.6942149,0.76859504,0.7892562,0.8016529,0.79752064,0.78099173,0.77272725,0.77272725,0.75206614,0.7355372,0.72727275,0.7066116,0.6983471,0.6735537,0.6487603,0.61570245,0.58264464,0.5247934,0.46280992,0.5165289,0.6322314,0.60330576,0.6363636,0.71487606,0.7231405,0.74793386,0.74793386,0.7644628,0.78512394,0.7768595,0.78512394,0.7892562,0.7933884,0.7892562,0.79752064,0.78512394,0.78512394,0.7768595,0.78099173,0.76859504,0.74380165,0.75619835,0.74793386,0.73966944,0.72727275,0.74793386,0.75619835,0.73966944,0.76859504,0.7933884,0.8264463,0.8429752,0.8305785,0.8057851,0.78099173,0.72727275,0.6859504,0.70247936,0.76859504,0.76033056,0.57024795,0.46694216,0.5247934,0.55785125,0.6446281,0.71900827,0.75619835,0.7644628,0.76859504,0.75619835,0.74793386,0.7355372,0.7231405,0.71487606,0.6983471,0.6735537,0.6528926,0.6446281,0.6322314,0.60330576,0.56198347,0.47933885,0.45041323,0.5041322,0.58677685,0.6198347,0.6198347,0.6942149,0.7066116,0.7355372,0.73966944,0.7644628,0.7768595,0.76859504,0.76859504,0.78099173,0.78512394,0.78512394,0.78099173,0.76859504,0.75619835,0.74380165,0.7355372,0.7231405,0.70247936,0.7355372,0.74793386,0.73966944,0.7768595,0.77272725,0.76859504,0.7644628,0.7768595,0.7892562,0.822314,0.8429752,0.8264463,0.7768595,0.72727275,0.6818182,0.6404959,0.6404959,0.7355372,0.73966944,0.58677685,0.46280992,0.5247934,0.5206612,0.54545456,0.59504133,0.661157,0.6983471,0.7231405,0.71487606,0.71900827,0.71900827,0.69008267,0.6859504,0.6404959,0.6280992,0.59917355,0.59917355,0.5785124,0.56198347,0.5289256,0.45867768,0.45867768,0.42975205,0.41735536,0.607438,0.60330576,0.6735537,0.6983471,0.7066116,0.72727275,0.76033056,0.7644628,0.7644628,0.76859504,0.78099173,0.77272725,0.77272725,0.75206614,0.75206614,0.71900827,0.71487606,0.6983471,0.6652893,0.6859504,0.7231405,0.73140496,0.7066116,0.74380165,0.73966944,0.74380165,0.6983471,0.73966944,0.7644628,0.8057851,0.8016529,0.75206614,0.6859504,0.61157024,0.5371901,0.5165289,0.5495868,0.60330576,0.5495868,0.553719,0.57024795,0.57024795,0.5289256,0.49586776,0.47933885,0.5413223,0.607438,0.6570248,0.677686,0.6652893,0.6735537,0.6487603,0.6363636,0.60330576,0.58264464,0.55785125,0.553719,0.5371901,0.5123967,0.4876033,0.42975205,0.46280992,0.2603306,0.23966943,0.44214877,0.607438,0.661157,0.677686,0.6942149,0.7107438,0.73966944,0.75619835,0.75619835,0.7644628,0.76859504,0.76033056,0.75206614,0.73966944,0.72727275,0.6859504,0.6735537,0.6528926,0.6487603,0.6942149,0.74793386,0.76033056,0.7107438,0.6487603,0.6487603,0.6570248,0.6280992,0.6570248,0.69008267,0.76033056,0.71487606,0.6404959,0.57438016,0.49173555,0.4338843,0.3966942,0.38429752,0.38842976,0.446281,0.6735537,0.6859504,0.6363636,0.56198347,0.4876033,0.45041323,0.45867768,0.49173555,0.56198347,0.61570245,0.61570245,0.6198347,0.607438,0.5785124,0.5661157,0.5289256,0.5206612,0.5,0.4876033,0.46280992,0.42561984,0.44214877,0.45041323,0.21487603,0.21900827,0.32231405,0.59504133,0.6528926,0.661157,0.677686,0.69008267,0.71487606,0.73140496,0.74380165,0.74793386,0.75619835,0.74380165,0.72727275,0.71487606,0.6859504,0.6404959,0.6363636,0.6446281,0.6694215,0.72727275,0.76859504,0.78512394,0.75619835,0.61570245,0.5289256,0.5413223,0.5289256,0.56198347,0.6570248,0.6983471,0.6694215,0.59504133,0.55785125,0.48347107,0.3553719,0.30165288,0.29338843,0.3305785,0.5371901,0.6528926,0.6735537,0.677686,0.59090906,0.5413223,0.4876033,0.446281,0.4214876,0.446281,0.5247934,0.57438016,0.59090906,0.58264464,0.5413223,0.5371901,0.5123967,0.4876033,0.46280992,0.43801653,0.4214876,0.40082645,0.49173555,0.38842976,0.2107438,0.21900827,0.2768595,0.553719,0.6528926,0.6487603,0.6652893,0.6735537,0.69008267,0.7066116,0.73140496,0.73966944,0.7355372,0.71900827,0.7066116,0.6735537,0.6280992,0.607438,0.6280992,0.6735537,0.7107438,0.75619835,0.77272725,0.76859504,0.75206614,0.6528926,0.5165289,0.5123967,0.5206612,0.5123967,0.57438016,0.6363636,0.61157024,0.57024795,0.58264464,0.45041323,0.338843,0.34710744,0.33471075,0.38429752,0.49173555,0.5785124,0.59504133,0.6404959,0.62396693,0.57024795,0.5247934,0.47933885,0.446281,0.38842976,0.38842976,0.47933885,0.5371901,0.5661157,0.53305787,0.5289256,0.5,0.45867768,0.42561984,0.40495867,0.39256197,0.41735536,0.5247934,0.338843,0.2231405,0.2231405,0.24380165,0.5082645,0.661157,0.6487603,0.6528926,0.6652893,0.6818182,0.6942149,0.7231405,0.73966944,0.71487606,0.70247936,0.6570248,0.59504133,0.58264464,0.661157,0.6446281,0.6652893,0.7066116,0.7355372,0.7107438,0.6942149,0.6652893,0.60330576,0.46280992,0.46694216,0.4876033,0.49173555,0.5165289,0.58677685,0.56198347,0.5289256,0.5082645,0.39256197,0.3553719,0.3305785,0.3429752,0.38016528,0.41322315,0.47107437,0.49586776,0.56198347,0.58677685,0.5785124,0.49586776,0.46694216,0.446281,0.41735536,0.36363637,0.338843,0.42561984,0.5041322,0.5206612,0.5165289,0.4752066,0.42975205,0.40082645,0.38429752,0.3966942,0.4338843,0.5206612,0.28099173,0.20661157,0.22727273,0.21487603,0.45867768,0.6528926,0.6694215,0.6528926,0.6694215,0.6818182,0.6942149,0.7066116,0.71900827,0.7066116,0.6446281,0.5413223,0.5495868,0.61157024,0.6198347,0.59090906,0.59917355,0.61570245,0.6487603,0.59917355,0.57438016,0.56198347,0.5165289,0.45454547,0.40082645,0.38842976,0.39256197,0.4338843,0.4876033,0.48347107,0.46280992,0.42975205,0.40495867,0.3305785,0.36363637,0.338843,0.36363637,0.35950413,0.39256197,0.41322315,0.46694216,0.54545456,0.5661157,0.45454547,0.42561984,0.38842976,0.3677686,0.35123968,0.36363637,0.3264463,0.40495867,0.46694216,0.47933885,0.44214877,0.41735536,0.39256197,0.3966942,0.4090909,0.46694216,0.5082645,0.22727273,0.20661157,0.22727273,0.2107438,0.40495867,0.6363636,0.677686,0.6818182,0.6735537,0.6859504,0.677686,0.6859504,0.70247936,0.661157,0.5247934,0.46280992,0.5,0.5165289,0.5371901,0.5165289,0.5289256,0.56198347,0.5495868,0.49586776,0.49173555,0.4752066,0.4214876,0.3966942,0.37190083,0.338843,0.35123968,0.35123968,0.37190083,0.38842976,0.46280992,0.446281,0.36363637,0.30578512,0.35950413,0.35123968,0.34710744,0.3429752,0.36363637,0.33471075,0.38842976,0.45867768,0.5041322,0.4214876,0.38842976,0.36363637,0.3305785,0.30991736,0.30165288,0.30991736,0.3677686,0.446281,0.46280992,0.42561984,0.41322315,0.39256197,0.41322315,0.42975205,0.47933885,0.46280992,0.2107438,0.21487603,0.22727273,0.2231405,0.35123968,0.6322314,0.6694215,0.6859504,0.677686,0.6818182,0.6694215,0.6322314,0.6363636,0.57438016,0.43801653,0.43801653,0.46280992,0.45867768,0.47107437,0.47107437,0.47107437,0.48347107,0.4876033,0.42975205,0.4090909,0.42561984,0.37603307,0.36363637,0.35950413,0.35123968,0.3429752,0.29338843,0.30165288,0.38429752,0.46280992,0.41735536,0.35123968,0.35123968,0.34710744,0.36363637,0.30578512,0.33471075,0.3140496,0.30165288,0.3429752,0.3264463,0.38842976,0.39256197,0.38842976,0.35950413,0.3305785,0.32231405,0.3264463,0.30991736,0.3429752,0.43801653,0.446281,0.40495867,0.40082645,0.3966942,0.41735536,0.44214877,0.48347107,0.3966942,0.20247933,0.23553719,0.23553719,0.2231405,0.30165288,0.61157024,0.6694215,0.6859504,0.6818182,0.6694215,0.6363636,0.59090906,0.5785124,0.553719,0.44214877,0.4214876,0.44214877,0.4090909,0.44214877,0.42561984,0.42561984,0.4338843,0.42975205,0.37603307,0.36363637,0.3677686,0.34710744,0.35123968,0.33471075,0.3305785,0.30578512,0.2603306,0.29752067,0.3966942,0.45867768,0.40082645,0.3264463,0.33471075,0.36363637,0.3264463,0.28512397,0.29338843,0.2892562,0.29752067,0.30991736,0.29752067,0.30991736,0.3264463,0.37190083,0.34710744,0.28099173,0.35950413,0.30165288,0.33471075,0.3429752,0.4090909,0.4214876,0.40082645,0.39256197,0.41735536,0.42975205,0.45041323,0.46694216,0.3264463,0.20247933,0.22727273,0.23140496,0.23140496,0.24793388,0.5661157,0.6570248,0.661157,0.6694215,0.6487603,0.61157024,0.59090906,0.58264464,0.5413223,0.446281,0.38842976,0.41735536,0.4090909,0.4338843,0.3966942,0.39256197,0.41735536,0.4214876,0.4338843,0.37603307,0.40495867,0.38016528,0.3677686,0.3429752,0.3305785,0.3181818,0.3140496,0.3677686,0.42561984,0.4876033,0.45867768,0.3966942,0.35950413,0.35950413,0.3181818,0.25619835,0.2768595,0.30991736,0.3181818,0.3140496,0.30578512,0.29338843,0.28512397,0.3181818,0.3305785,0.29338843,0.32231405,0.29338843,0.34710744,0.37603307,0.38842976,0.38429752,0.40082645,0.38016528,0.4214876,0.43801653,0.446281,0.44214877,0.27272728,0.2107438,0.24380165,0.23966943,0.23553719,0.19008264,0.5082645,0.6322314,0.661157,0.6735537,0.6280992,0.60330576,0.57024795,0.57024795,0.5289256,0.446281,0.37190083,0.3966942,0.43801653,0.42975205,0.446281,0.36363637,0.32231405,0.43801653,0.5082645,0.4752066,0.5206612,0.49173555,0.48347107,0.46694216,0.4752066,0.49586776,0.49173555,0.5,0.5123967,0.56198347,0.5165289,0.49586776,0.45454547,0.41735536,0.35123968,0.26859504,0.3140496,0.32231405,0.32231405,0.30165288,0.25619835,0.23966943,0.24380165,0.29752067,0.3264463,0.3181818,0.30578512,0.3264463,0.35123968,0.3966942,0.38429752,0.37190083,0.3553719,0.38842976,0.4214876,0.43801653,0.44214877,0.42561984,0.24380165,0.2231405,0.24380165,0.2520661,0.24380165,0.18181819,0.41322315,0.6404959,0.6652893,0.6859504,0.6735537,0.59504133,0.59090906,0.57438016,0.553719,0.4752066,0.446281,0.40495867,0.4338843,0.45867768,0.5495868,0.553719,0.3677686,0.26859504,0.47107437,0.53305787,0.54545456,0.553719,0.56198347,0.553719,0.57024795,0.5495868,0.5413223,0.5247934,0.5165289,0.5082645,0.48347107,0.46280992,0.45454547,0.45041323,0.40495867,0.35123968,0.3677686,0.33471075,0.30578512,0.28512397,0.26859504,0.28099173,0.3181818,0.37603307,0.33471075,0.32231405,0.28512397,0.3553719,0.38429752,0.3966942,0.38016528,0.37190083,0.36363637,0.41322315,0.44214877,0.446281,0.42975205,0.40495867,0.21487603,0.23966943,0.23966943,0.24793388,0.23140496,0.1983471,0.28512397,0.6322314,0.6528926,0.6735537,0.6652893,0.6487603,0.59917355,0.59504133,0.57024795,0.55785125,0.5495868,0.46694216,0.46280992,0.5206612,0.61570245,0.6652893,0.61570245,0.45867768,0.44214877,0.46694216,0.4214876,0.42561984,0.45041323,0.48347107,0.53305787,0.53305787,0.5247934,0.5165289,0.49173555,0.46694216,0.45867768,0.4338843,0.45454547,0.42975205,0.38016528,0.338843,0.3429752,0.35950413,0.3305785,0.33471075,0.3429752,0.36363637,0.41735536,0.42561984,0.35950413,0.3553719,0.3264463,0.35950413,0.40495867,0.38842976,0.37190083,0.3677686,0.37603307,0.41322315,0.4338843,0.41735536,0.41735536,0.3429752,0.22727273,0.22727273,0.24380165,0.23966943,0.23140496,0.2231405,0.19421488,0.57024795,0.6446281,0.6694215,0.677686,0.661157,0.6280992,0.59504133,0.59917355,0.59917355,0.6363636,0.61570245,0.57024795,0.56198347,0.6363636,0.6859504,0.69008267,0.6280992,0.5495868,0.5413223,0.47933885,0.45867768,0.41735536,0.37603307,0.38842976,0.42561984,0.43801653,0.43801653,0.43801653,0.3966942,0.38429752,0.37603307,0.38429752,0.37190083,0.38842976,0.38016528,0.3966942,0.37190083,0.35950413,0.3677686,0.40082645,0.43801653,0.43801653,0.45454547,0.40495867,0.38016528,0.38016528,0.4090909,0.3966942,0.38429752,0.38429752,0.38842976,0.38842976,0.41735536,0.42975205,0.41322315,0.3966942,0.29752067,0.2107438,0.22727273,0.23553719,0.24793388,0.21900827,0.2231405,0.1694215,0.43801653,0.6404959,0.6694215,0.6859504,0.661157,0.61570245,0.6198347,0.62396693,0.6198347,0.661157,0.6446281,0.6280992,0.57438016,0.607438,0.6652893,0.6818182,0.6859504,0.661157,0.62396693,0.56198347,0.5413223,0.5206612,0.4876033,0.4752066,0.46694216,0.45041323,0.44214877,0.4338843,0.41735536,0.41735536,0.42561984,0.4338843,0.42561984,0.44214877,0.40082645,0.39256197,0.38016528,0.38842976,0.41735536,0.45041323,0.43801653,0.45041323,0.46280992,0.42561984,0.43801653,0.42561984,0.45867768,0.3966942,0.37603307,0.38429752,0.38842976,0.41735536,0.42975205,0.43801653,0.40082645,0.36363637,0.26859504,0.23140496,0.24380165,0.23140496,0.22727273,0.20247933,0.21900827,0.19421488,0.2520661,0.60330576,0.6652893,0.6859504,0.6322314,0.62396693,0.6652893,0.6322314,0.6322314,0.6322314,0.59917355,0.6322314,0.5661157,0.553719,0.6280992,0.6652893,0.677686,0.6942149,0.69008267,0.6528926,0.62396693,0.58264464,0.55785125,0.55785125,0.553719,0.5371901,0.5206612,0.5082645,0.49173555,0.4876033,0.4876033,0.46694216,0.45041323,0.44214877,0.39256197,0.38842976,0.40082645,0.42561984,0.446281,0.44214877,0.44214877,0.45867768,0.45041323,0.42975205,0.45454547,0.45454547,0.446281,0.3966942,0.40082645,0.4214876,0.42561984,0.4338843,0.43801653,0.4338843,0.38016528,0.3181818,0.23553719,0.23553719,0.24380165,0.22727273,0.2231405,0.2107438,0.21487603,0.21487603,0.1570248,0.4876033,0.6487603,0.6694215,0.6570248,0.6280992,0.6404959,0.62396693,0.59504133,0.61570245,0.59090906,0.59504133,0.53305787,0.53305787,0.59090906,0.6404959,0.6859504,0.6983471,0.6983471,0.6818182,0.6859504,0.6735537,0.6528926,0.61157024,0.58264464,0.54545456,0.5123967,0.4876033,0.49173555,0.4752066,0.46694216,0.45041323,0.4338843,0.42975205,0.41735536,0.44214877,0.4338843,0.42561984,0.4338843,0.446281,0.45454547,0.45454547,0.4338843,0.42561984,0.446281,0.45454547,0.3966942,0.4090909,0.42975205,0.44214877,0.44214877,0.42975205,0.42561984,0.40082645,0.3553719,0.2768595,0.21487603,0.22727273,0.2231405,0.22727273,0.22727273,0.20661157,0.2107438,0.20661157,0.18595041,0.30578512,0.607438,0.6570248,0.6570248,0.6487603,0.6487603,0.59504133,0.59504133,0.62396693,0.57438016,0.6363636,0.5247934,0.48347107,0.55785125,0.59090906,0.6570248,0.7066116,0.70247936,0.6942149,0.6694215,0.6487603,0.6652893,0.6694215,0.6198347,0.5661157,0.5206612,0.5082645,0.5,0.4752066,0.49173555,0.4752066,0.4876033,0.48347107,0.45867768,0.446281,0.4214876,0.41735536,0.43801653,0.45041323,0.44214877,0.45867768,0.4214876,0.3966942,0.3966942,0.42975205,0.38016528,0.41735536,0.45454547,0.45041323,0.4338843,0.42561984,0.3966942,0.3677686,0.30578512,0.23966943,0.21487603,0.23140496,0.23966943,0.23140496,0.22727273,0.20247933,0.1983471,0.20661157,0.1983471,0.18595041,0.47107437,0.6322314,0.6570248,0.661157,0.61570245,0.6322314,0.6322314,0.59504133,0.56198347,0.553719,0.49586776,0.4876033,0.57024795,0.58677685,0.6363636,0.6694215,0.70247936,0.6942149,0.6735537,0.61570245,0.5661157,0.5413223,0.5,0.43801653,0.39256197,0.38016528,0.36363637,0.35123968,0.3677686,0.38429752,0.38842976,0.39256197,0.4090909,0.40495867,0.4090909,0.4214876,0.446281,0.45867768,0.446281,0.446281,0.41735536,0.38429752,0.35123968,0.40082645,0.39256197,0.44214877,0.45454547,0.45454547,0.44214877,0.41735536,0.38842976,0.338843,0.23966943,0.19421488,0.21900827,0.2231405,0.2231405,0.2231405,0.21487603,0.20661157,0.20247933,0.20247933,0.20661157,0.18595041,0.3140496,0.58677685,0.6446281,0.6570248,0.6363636,0.6280992,0.61157024,0.57024795,0.5247934,0.5247934,0.5165289,0.5,0.54545456,0.59504133,0.6528926,0.6528926,0.661157,0.6859504,0.661157,0.59090906,0.56198347,0.47933885,0.44214877,0.3677686,0.3305785,0.32231405,0.3140496,0.2603306,0.2892562,0.3181818,0.30165288,0.34710744,0.36363637,0.3966942,0.41735536,0.44214877,0.45867768,0.46694216,0.45867768,0.43801653,0.40495867,0.37190083,0.33471075,0.39256197,0.40495867,0.44214877,0.45867768,0.45041323,0.42975205,0.41322315,0.3553719,0.28512397,0.19008264,0.18595041,0.21487603,0.2107438,0.20661157,0.2107438,0.20247933,0.21900827,0.2107438,0.21487603,0.2107438,0.20247933,0.2768595,0.54545456,0.58677685,0.62396693,0.6446281,0.61570245,0.55785125,0.5371901,0.5041322,0.5041322,0.5206612,0.49586776,0.5247934,0.59504133,0.6487603,0.6528926,0.6363636,0.6570248,0.6280992,0.57024795,0.5371901,0.45454547,0.40495867,0.34710744,0.3181818,0.29338843,0.2892562,0.24793388,0.2644628,0.29752067,0.30578512,0.3264463,0.39256197,0.40495867,0.43801653,0.47933885,0.5,0.5041322,0.4752066,0.41322315,0.38016528,0.37190083,0.33471075,0.38842976,0.40082645,0.446281,0.45041323,0.42561984,0.4090909,0.40082645,0.3140496,0.21487603,0.18595041,0.18595041,0.20661157,0.2107438,0.20661157,0.20247933,0.20247933,0.21900827,0.20661157,0.2231405,0.2107438,0.1983471,0.29752067,0.59090906,0.56198347,0.58677685,0.6280992,0.58677685,0.5041322,0.5041322,0.49173555,0.5082645,0.49586776,0.5123967,0.57024795,0.5785124,0.60330576,0.62396693,0.6652893,0.6198347,0.553719,0.5165289,0.46694216,0.40495867,0.3677686,0.338843,0.32231405,0.3140496,0.26859504,0.2603306,0.29338843,0.30578512,0.338843,0.34710744,0.43801653,0.40495867,0.4752066,0.53305787,0.5661157,0.5371901,0.49173555,0.41322315,0.3553719,0.35123968,0.338843,0.38016528,0.4090909,0.43801653,0.42561984,0.4090909,0.37603307,0.35950413,0.338843,0.16528925,0.18181819,0.19421488,0.18181819,0.20247933,0.20661157,0.1983471,0.20247933,0.21487603,0.2231405,0.21487603,0.22727273,0.20247933,0.32231405,0.6322314,0.6198347,0.56198347,0.5495868,0.5289256,0.4214876,0.42975205,0.42561984,0.4752066,0.43801653,0.5,0.5289256,0.49586776,0.57438016,0.60330576,0.6322314,0.59504133,0.5206612,0.43801653,0.39256197,0.39256197,0.38016528,0.37603307,0.3140496,0.30165288,0.29752067,0.32231405,0.33471075,0.35950413,0.34710744,0.34710744,0.46280992,0.4876033,0.54545456,0.58677685,0.61570245,0.56198347,0.46694216,0.42561984,0.36363637,0.3264463,0.3264463,0.34710744,0.38016528,0.4214876,0.4090909,0.38016528,0.3264463,0.38842976,0.35123968,0.1570248,0.17768595,0.18181819,0.19008264,0.18595041,0.1983471,0.20247933,0.20247933,0.2107438,0.21487603,0.21487603,0.20661157,0.19008264,0.3553719,0.6363636,0.6570248,0.58677685,0.5041322,0.5123967,0.44214877,0.40082645,0.38429752,0.41735536,0.37190083,0.42561984,0.41322315,0.40082645,0.49173555,0.55785125,0.56198347,0.5206612,0.46280992,0.41322315,0.40082645,0.4090909,0.42561984,0.38842976,0.3429752,0.32231405,0.37603307,0.37603307,0.40082645,0.38429752,0.35950413,0.3429752,0.41322315,0.5082645,0.553719,0.553719,0.5206612,0.5206612,0.45454547,0.39256197,0.3677686,0.3305785,0.26859504,0.338843,0.36363637,0.37603307,0.3677686,0.33471075,0.3264463,0.446281,0.33471075,0.15289256,0.18595041,0.18595041,0.17768595,0.1983471,0.19421488,0.19421488,0.19421488,0.2107438,0.21900827,0.21487603,0.21900827,0.18595041,0.4214876,0.6446281,0.6404959,0.59917355,0.5165289,0.47933885,0.41322315,0.35123968,0.34710744,0.338843,0.3181818,0.37603307,0.3553719,0.37603307,0.42975205,0.4752066,0.46694216,0.45867768,0.45867768,0.43801653,0.42975205,0.45041323,0.446281,0.40082645,0.38429752,0.3553719,0.4090909,0.3966942,0.45867768,0.4090909,0.36363637,0.40495867,0.39256197,0.43801653,0.4752066,0.5165289,0.46694216,0.4338843,0.4090909,0.3677686,0.3429752,0.30165288,0.2644628,0.30578512,0.35123968,0.34710744,0.3264463,0.29752067,0.3677686,0.4752066,0.338843,0.16528925,0.19421488,0.17768595,0.1694215,0.19421488,0.18595041,0.18595041,0.19008264,0.21900827,0.21487603,0.2107438,0.23553719,0.18595041,0.5,0.6528926,0.6404959,0.5785124,0.53305787,0.446281,0.38842976,0.33471075,0.3181818,0.29338843,0.30991736,0.3305785,0.33471075,0.3429752,0.38842976,0.37190083,0.4090909,0.43801653,0.45041323,0.4214876,0.42975205,0.46280992,0.4214876,0.40082645,0.40082645,0.3677686,0.40082645,0.42975205,0.46280992,0.4090909,0.38016528,0.42975205,0.40082645,0.3966942,0.44214877,0.4752066,0.45867768,0.39256197,0.3553719,0.33471075,0.3305785,0.2768595,0.26859504,0.2892562,0.30165288,0.3140496,0.30991736,0.3305785,0.41735536,0.5165289,0.3140496,0.15289256,0.19421488,0.19008264,0.16528925,0.19421488,0.18595041,0.18181819,0.18595041,0.21900827,0.21900827,0.21900827,0.23966943,0.18595041,0.5661157,0.6570248,0.62396693,0.553719,0.4752066,0.38429752,0.38016528,0.34710744,0.30165288,0.28512397,0.28512397,0.3140496,0.29752067,0.30991736,0.37190083,0.3181818,0.35950413,0.41735536,0.38429752,0.40495867,0.4214876,0.42561984,0.40082645,0.3966942,0.38429752,0.35950413,0.40082645,0.4214876,0.43801653,0.40495867,0.38842976,0.42561984,0.40082645,0.37603307,0.3966942,0.3966942,0.40495867,0.38842976,0.2892562,0.29338843,0.2892562,0.26859504,0.2644628,0.27272728,0.29338843,0.27272728,0.3181818,0.38842976,0.45454547,0.53305787,0.32231405,0.13636364,0.17355372,0.19008264,0.17768595,0.17768595,0.17355372,0.19008264,0.18181819,0.21900827,0.21900827,0.21487603,0.18181819,0.3181818,0.61157024,0.6652893,0.6280992,0.47933885,0.4090909,0.40495867,0.37603307,0.38016528,0.30578512,0.28512397,0.2644628,0.26859504,0.28099173,0.3305785,0.3140496,0.29752067,0.3181818,0.38429752,0.3429752,0.38429752,0.39256197,0.35950413,0.40082645,0.3966942,0.35123968,0.338843,0.38842976,0.3966942,0.40082645,0.39256197,0.37190083,0.40082645,0.37603307,0.3677686,0.35123968,0.35950413,0.338843,0.3181818,0.24793388,0.25619835,0.2520661,0.28512397,0.2644628,0.23966943,0.2892562,0.29338843,0.3553719,0.42561984,0.46694216,0.5371901,0.33471075,0.14049587,0.16115703,0.17768595,0.16528925,0.19008264,0.1570248,0.17768595,0.17355372,0.21487603,0.21900827,0.19421488,0.30578512,0.5413223,0.607438,0.6280992,0.553719,0.45454547,0.41322315,0.40495867,0.38016528,0.37190083,0.3264463,0.27272728,0.2603306,0.23553719,0.2520661,0.29752067,0.28099173,0.28099173,0.30991736,0.3264463,0.3264463,0.34710744,0.3305785,0.33471075,0.37190083,0.3677686,0.3429752,0.35950413,0.35123968,0.3429752,0.37190083,0.35123968,0.35123968,0.35950413,0.36363637,0.30991736,0.30165288,0.30578512,0.25619835,0.30165288,0.23140496,0.2231405,0.2231405,0.23966943,0.2520661,0.23553719,0.29752067,0.35123968,0.38842976,0.4338843,0.45454547,0.5165289,0.338843,0.14876033,0.17355372,0.17355372,0.17355372,0.17768595,0.18181819,0.17355372,0.17355372,0.22727273,0.26859504,0.34710744,0.57438016,0.49173555,0.6570248,0.61157024,0.5206612,0.4752066,0.40082645,0.44214877,0.41322315,0.33471075,0.3140496,0.3140496,0.2603306,0.2231405,0.24380165,0.28512397,0.2603306,0.28512397,0.27272728,0.30578512,0.3140496,0.3181818,0.3264463,0.3140496,0.30578512,0.3264463,0.3305785,0.338843,0.30165288,0.2768595,0.3140496,0.30578512,0.3264463,0.3140496,0.3264463,0.28099173,0.27272728,0.2892562,0.23553719,0.21487603,0.2603306,0.22727273,0.2231405,0.24380165,0.26859504,0.24793388,0.32231405,0.35123968,0.37190083,0.4090909,0.45041323,0.5041322,0.3429752,0.16528925,0.17768595,0.17768595,0.17355372,0.19008264,0.18181819,0.19008264,0.19008264,0.3429752,0.49173555,0.6694215,0.45867768,0.54545456,0.6487603,0.56198347,0.5206612,0.48347107,0.4214876,0.44214877,0.38429752,0.34710744,0.3429752,0.32231405,0.27272728,0.24793388,0.23966943,0.29338843,0.23553719,0.27272728,0.25619835,0.29752067,0.29338843,0.30165288,0.28512397,0.30165288,0.2892562,0.30578512,0.30991736,0.29338843,0.2644628,0.25619835,0.29752067,0.28099173,0.2892562,0.30578512,0.2520661,0.27272728,0.2520661,0.24380165,0.23966943,0.19008264,0.23553719,0.24793388,0.24793388,0.2520661,0.2520661,0.2768595,0.33471075,0.33471075,0.38842976,0.42975205,0.45041323,0.5082645,0.41322315,0.16528925,0.19008264,0.18181819,0.19421488,0.18181819,0.19421488,0.19421488,0.19421488,0.54545456,0.6363636,0.73966944,0.3966942,0.61157024,0.6363636,0.56198347,0.5123967,0.47933885,0.45867768,0.40495867,0.35950413,0.37603307,0.38016528,0.29752067,0.2644628,0.26859504,0.26859504,0.29338843,0.23553719,0.2603306,0.23140496,0.30165288,0.27272728,0.29752067,0.23966943,0.3264463,0.29752067,0.3264463,0.28512397,0.24380165,0.25619835,0.2231405,0.29338843,0.2644628,0.27272728,0.2768595,0.23966943,0.24793388,0.25619835,0.21900827,0.23966943,0.1983471,0.21487603,0.24793388,0.2644628,0.2603306,0.2520661,0.30165288,0.35123968,0.3264463,0.37603307,0.44214877,0.46280992,0.49173555,0.49586776,0.18181819,0.19421488,0.18595041,0.1983471,0.18181819,0.1983471,0.19421488,0.19008264,16 +0.55785125,0.6363636,0.6735537,0.6818182,0.6735537,0.6942149,0.72727275,0.73966944,0.75619835,0.7768595,0.7933884,0.8057851,0.8140496,0.8264463,0.8429752,0.8471074,0.8553719,0.8553719,0.8553719,0.8719008,0.8636364,0.8636364,0.8677686,0.8719008,0.8553719,0.8595041,0.8512397,0.8553719,0.8595041,0.8595041,0.8553719,0.8553719,0.8553719,0.8677686,0.8636364,0.8595041,0.8677686,0.8719008,0.8636364,0.8595041,0.8595041,0.8553719,0.8553719,0.8512397,0.8347107,0.8347107,0.8264463,0.79752064,0.78512394,0.78099173,0.75206614,0.72727275,0.6983471,0.6694215,0.62396693,0.59504133,0.57438016,0.5289256,0.41735536,0.28099173,0.25619835,0.23553719,0.21487603,0.2603306,0.5661157,0.6446281,0.6652893,0.677686,0.6859504,0.69008267,0.72727275,0.7355372,0.75619835,0.78099173,0.79752064,0.80991733,0.8264463,0.8305785,0.8347107,0.8429752,0.8471074,0.8553719,0.8512397,0.8677686,0.8636364,0.8677686,0.8636364,0.8636364,0.8677686,0.8636364,0.8512397,0.8553719,0.8595041,0.8636364,0.8553719,0.8471074,0.8595041,0.8636364,0.8677686,0.8677686,0.8719008,0.8719008,0.8677686,0.8553719,0.8595041,0.8512397,0.8429752,0.8429752,0.8305785,0.8264463,0.822314,0.8140496,0.7933884,0.77272725,0.74793386,0.73140496,0.7355372,0.6983471,0.6322314,0.60330576,0.58677685,0.57438016,0.446281,0.29338843,0.23553719,0.2107438,0.1983471,0.23140496,0.57438016,0.6570248,0.6652893,0.6818182,0.69008267,0.70247936,0.72727275,0.73140496,0.75619835,0.7768595,0.7933884,0.8140496,0.822314,0.8264463,0.8305785,0.8305785,0.8429752,0.8429752,0.8347107,0.8512397,0.8553719,0.8636364,0.8677686,0.8636364,0.8636364,0.8636364,0.8512397,0.8512397,0.8429752,0.8595041,0.8553719,0.8553719,0.8553719,0.8595041,0.8595041,0.8677686,0.8636364,0.8677686,0.8512397,0.8471074,0.8429752,0.838843,0.838843,0.8305785,0.8305785,0.822314,0.80991733,0.8016529,0.7892562,0.76859504,0.74380165,0.73966944,0.73140496,0.71487606,0.6487603,0.59504133,0.59504133,0.5785124,0.5041322,0.28512397,0.2107438,0.1983471,0.18181819,0.2107438,0.6280992,0.6652893,0.6735537,0.69008267,0.6983471,0.71487606,0.7355372,0.74380165,0.76033056,0.7768595,0.7933884,0.8140496,0.822314,0.8305785,0.8305785,0.8264463,0.8264463,0.8347107,0.8305785,0.8347107,0.8429752,0.8553719,0.8553719,0.8553719,0.8595041,0.8512397,0.8347107,0.8429752,0.8429752,0.8471074,0.8471074,0.8429752,0.8512397,0.8595041,0.8595041,0.8471074,0.8512397,0.8595041,0.8264463,0.822314,0.8181818,0.8181818,0.8264463,0.8264463,0.8264463,0.80991733,0.79752064,0.7933884,0.7892562,0.76859504,0.76033056,0.74793386,0.74793386,0.7231405,0.6652893,0.60330576,0.58264464,0.5785124,0.553719,0.3553719,0.1983471,0.18181819,0.17768595,0.19008264,0.6528926,0.6652893,0.6859504,0.6735537,0.7066116,0.72727275,0.74380165,0.76033056,0.76859504,0.78099173,0.7933884,0.8057851,0.822314,0.8264463,0.822314,0.822314,0.8181818,0.822314,0.8305785,0.8264463,0.8305785,0.838843,0.8429752,0.8471074,0.8512397,0.8429752,0.8429752,0.838843,0.8347107,0.8429752,0.8471074,0.8512397,0.838843,0.8429752,0.8429752,0.838843,0.8429752,0.8429752,0.79752064,0.8016529,0.8181818,0.8140496,0.8264463,0.8181818,0.8140496,0.78512394,0.7892562,0.7892562,0.78512394,0.76859504,0.7768595,0.76033056,0.74380165,0.73140496,0.6818182,0.61570245,0.59090906,0.5785124,0.57024795,0.446281,0.22727273,0.17768595,0.17355372,0.19421488,0.6528926,0.6735537,0.6652893,0.661157,0.7107438,0.74793386,0.76033056,0.75619835,0.75619835,0.77272725,0.7892562,0.79752064,0.8140496,0.8140496,0.822314,0.822314,0.8140496,0.8264463,0.822314,0.8181818,0.822314,0.8264463,0.838843,0.8429752,0.838843,0.838843,0.8347107,0.8305785,0.8305785,0.8347107,0.8347107,0.8429752,0.8305785,0.8347107,0.838843,0.8305785,0.838843,0.8264463,0.8016529,0.80991733,0.8181818,0.8181818,0.80991733,0.8057851,0.78099173,0.7644628,0.78099173,0.7644628,0.77272725,0.7644628,0.7768595,0.75619835,0.76033056,0.74380165,0.70247936,0.61570245,0.5785124,0.57024795,0.58677685,0.5,0.29752067,0.17768595,0.1570248,0.1570248,0.6528926,0.6652893,0.661157,0.6487603,0.677686,0.6694215,0.6446281,0.6322314,0.661157,0.6694215,0.6983471,0.74380165,0.76033056,0.78099173,0.78099173,0.79752064,0.78512394,0.80991733,0.8057851,0.8057851,0.8016529,0.8140496,0.822314,0.822314,0.822314,0.8264463,0.8181818,0.8140496,0.8181818,0.8305785,0.8264463,0.8305785,0.8264463,0.8347107,0.8305785,0.80991733,0.8016529,0.78512394,0.79752064,0.7768595,0.78099173,0.78512394,0.76859504,0.74793386,0.6942149,0.69008267,0.6735537,0.6570248,0.6652893,0.6694215,0.6570248,0.69008267,0.6859504,0.71900827,0.70247936,0.6363636,0.5661157,0.55785125,0.5785124,0.5413223,0.35123968,0.20247933,0.15289256,0.15289256,0.6570248,0.6528926,0.607438,0.5289256,0.5082645,0.5041322,0.49173555,0.5123967,0.553719,0.5247934,0.5371901,0.5495868,0.54545456,0.58264464,0.59090906,0.6280992,0.661157,0.6735537,0.6983471,0.7231405,0.72727275,0.73966944,0.78512394,0.7933884,0.78512394,0.77272725,0.78099173,0.78099173,0.78512394,0.8016529,0.8016529,0.8016529,0.8016529,0.8057851,0.78512394,0.74380165,0.73966944,0.7066116,0.7066116,0.6487603,0.6280992,0.61570245,0.60330576,0.57438016,0.5413223,0.5123967,0.4876033,0.46694216,0.49173555,0.5,0.5206612,0.5206612,0.553719,0.56198347,0.5495868,0.5495868,0.5413223,0.553719,0.55785125,0.553719,0.41322315,0.21487603,0.1570248,0.14876033,0.6528926,0.58677685,0.5082645,0.446281,0.46280992,0.42975205,0.4338843,0.48347107,0.5,0.45867768,0.446281,0.45454547,0.4338843,0.42561984,0.40495867,0.4090909,0.47107437,0.49586776,0.49586776,0.55785125,0.6280992,0.6652893,0.7231405,0.73966944,0.7644628,0.74793386,0.74793386,0.74793386,0.75206614,0.75619835,0.7644628,0.78099173,0.77272725,0.7644628,0.7355372,0.6528926,0.61570245,0.6404959,0.60330576,0.5206612,0.4752066,0.45041323,0.42975205,0.41322315,0.38842976,0.38842976,0.38429752,0.3677686,0.34710744,0.3677686,0.42975205,0.40082645,0.41322315,0.446281,0.48347107,0.44214877,0.44214877,0.5413223,0.5495868,0.55785125,0.47107437,0.24793388,0.15289256,0.1446281,0.6487603,0.5,0.5082645,0.5661157,0.5495868,0.5082645,0.5041322,0.54545456,0.5206612,0.48347107,0.47933885,0.45867768,0.42975205,0.4090909,0.3966942,0.3966942,0.41735536,0.45454547,0.48347107,0.5041322,0.54545456,0.6198347,0.661157,0.6735537,0.7231405,0.73966944,0.7231405,0.71900827,0.72727275,0.7231405,0.71900827,0.75206614,0.74380165,0.7066116,0.6735537,0.60330576,0.5413223,0.60330576,0.5247934,0.48347107,0.446281,0.4090909,0.3677686,0.3677686,0.36363637,0.34710744,0.338843,0.3305785,0.3677686,0.35123968,0.37190083,0.37603307,0.40082645,0.4090909,0.42561984,0.40495867,0.40082645,0.46694216,0.5495868,0.55785125,0.5165289,0.2892562,0.1446281,0.1446281,0.607438,0.5123967,0.58677685,0.661157,0.6652893,0.6652893,0.6652893,0.6818182,0.6446281,0.6198347,0.62396693,0.607438,0.58264464,0.56198347,0.5371901,0.54545456,0.5371901,0.5413223,0.54545456,0.553719,0.60330576,0.59917355,0.6652893,0.6694215,0.7231405,0.70247936,0.677686,0.70247936,0.7231405,0.6942149,0.7066116,0.71487606,0.71900827,0.69008267,0.6487603,0.61570245,0.59504133,0.56198347,0.5165289,0.5,0.47107437,0.45867768,0.45041323,0.46694216,0.4752066,0.46694216,0.46280992,0.49173555,0.5206612,0.5041322,0.5082645,0.46280992,0.45041323,0.446281,0.446281,0.4752066,0.47107437,0.44214877,0.5165289,0.56198347,0.54545456,0.3429752,0.16115703,0.14049587,0.59504133,0.55785125,0.59504133,0.6363636,0.6652893,0.6859504,0.6942149,0.6859504,0.6818182,0.6487603,0.6446281,0.6446281,0.6363636,0.6363636,0.62396693,0.61157024,0.6322314,0.62396693,0.6198347,0.6322314,0.661157,0.6694215,0.6983471,0.6942149,0.72727275,0.6983471,0.6942149,0.7107438,0.73140496,0.71900827,0.71487606,0.6983471,0.70247936,0.69008267,0.6487603,0.6404959,0.607438,0.553719,0.53305787,0.5123967,0.49173555,0.4876033,0.5041322,0.5082645,0.5206612,0.5289256,0.5206612,0.5289256,0.5206612,0.5082645,0.5123967,0.5,0.47933885,0.46694216,0.45454547,0.45867768,0.47107437,0.46280992,0.5082645,0.5785124,0.57438016,0.40495867,0.17355372,0.15289256,0.59917355,0.62396693,0.62396693,0.6446281,0.6528926,0.6570248,0.661157,0.6487603,0.6694215,0.6487603,0.6322314,0.61157024,0.59917355,0.59504133,0.5785124,0.5495868,0.57438016,0.5661157,0.55785125,0.5785124,0.61570245,0.6487603,0.6735537,0.6983471,0.7231405,0.73140496,0.73966944,0.75619835,0.76859504,0.76033056,0.73966944,0.677686,0.6487603,0.62396693,0.58677685,0.5661157,0.5082645,0.47933885,0.41735536,0.3966942,0.41322315,0.43801653,0.4338843,0.4090909,0.42561984,0.42975205,0.4338843,0.42561984,0.40495867,0.40495867,0.4090909,0.40495867,0.4214876,0.42975205,0.4338843,0.43801653,0.446281,0.46694216,0.5123967,0.55785125,0.59090906,0.46694216,0.19008264,0.1446281,0.6322314,0.6694215,0.6652893,0.6404959,0.6322314,0.62396693,0.61157024,0.59504133,0.58677685,0.59090906,0.57438016,0.5495868,0.5289256,0.53305787,0.5206612,0.4876033,0.4752066,0.43801653,0.41735536,0.47107437,0.5413223,0.58264464,0.62396693,0.677686,0.70247936,0.7231405,0.76033056,0.7933884,0.8057851,0.80991733,0.78512394,0.69008267,0.59504133,0.5247934,0.45454547,0.41322315,0.38016528,0.37190083,0.37190083,0.39256197,0.38016528,0.3677686,0.3553719,0.38842976,0.4214876,0.44214877,0.446281,0.43801653,0.41322315,0.39256197,0.3677686,0.3429752,0.3553719,0.37603307,0.40495867,0.41322315,0.42975205,0.49586776,0.5206612,0.5289256,0.58264464,0.5289256,0.21900827,0.12396694,0.677686,0.6942149,0.6942149,0.6652893,0.6322314,0.59090906,0.5785124,0.54545456,0.5661157,0.56198347,0.553719,0.54545456,0.5289256,0.5371901,0.46694216,0.45454547,0.47107437,0.4752066,0.4338843,0.3966942,0.46280992,0.5082645,0.60330576,0.661157,0.70247936,0.7107438,0.7644628,0.8140496,0.838843,0.8429752,0.8140496,0.7231405,0.5785124,0.47107437,0.4090909,0.41735536,0.36363637,0.37603307,0.38429752,0.38016528,0.36363637,0.38016528,0.3966942,0.42561984,0.4090909,0.41322315,0.4214876,0.42975205,0.4090909,0.4214876,0.38842976,0.36363637,0.37190083,0.37603307,0.4090909,0.42561984,0.45867768,0.5206612,0.5371901,0.5371901,0.58264464,0.5785124,0.23140496,0.10743801,0.71487606,0.7066116,0.7107438,0.69008267,0.6363636,0.5785124,0.54545456,0.5123967,0.53305787,0.53305787,0.5041322,0.47107437,0.45454547,0.38016528,0.27272728,0.3305785,0.1983471,0.32231405,0.38842976,0.47107437,0.5082645,0.54545456,0.58677685,0.6404959,0.6859504,0.6818182,0.74380165,0.8305785,0.8553719,0.8677686,0.8471074,0.76033056,0.59090906,0.46280992,0.42975205,0.42561984,0.40082645,0.41735536,0.40495867,0.39256197,0.38842976,0.39256197,0.3677686,0.3677686,0.34710744,0.30165288,0.3140496,0.23966943,0.21900827,0.2768595,0.3181818,0.3677686,0.36363637,0.38016528,0.4214876,0.45041323,0.49586776,0.5289256,0.5495868,0.553719,0.58677685,0.59917355,0.2603306,0.08264463,0.74380165,0.7231405,0.7107438,0.6818182,0.6198347,0.5661157,0.4752066,0.40495867,0.41735536,0.4214876,0.40082645,0.5247934,0.6652893,0.4876033,0.23966943,0.17355372,0.18595041,0.29338843,0.32231405,0.37603307,0.40082645,0.5785124,0.5661157,0.6198347,0.6446281,0.6818182,0.76033056,0.8347107,0.8636364,0.8719008,0.8677686,0.8140496,0.6404959,0.47107437,0.446281,0.446281,0.46694216,0.45867768,0.40495867,0.38842976,0.4090909,0.39256197,0.37603307,0.446281,0.46694216,0.3264463,0.21487603,0.14876033,0.16528925,0.18181819,0.23553719,0.23966943,0.30578512,0.37190083,0.4214876,0.45041323,0.49586776,0.5289256,0.57024795,0.58264464,0.59090906,0.60330576,0.2603306,0.12809917,0.75619835,0.75619835,0.73966944,0.6983471,0.6280992,0.5413223,0.4214876,0.35950413,0.39256197,0.40082645,0.40082645,0.5785124,0.7107438,0.57024795,0.30991736,0.26859504,0.30578512,0.35950413,0.40495867,0.42975205,0.42561984,0.5041322,0.60330576,0.6322314,0.6404959,0.70247936,0.7768595,0.8429752,0.8677686,0.87603307,0.87603307,0.8429752,0.72727275,0.47933885,0.45041323,0.48347107,0.48347107,0.47933885,0.42561984,0.41322315,0.43801653,0.4214876,0.45454547,0.5,0.5206612,0.40082645,0.2603306,0.20247933,0.23553719,0.25619835,0.29752067,0.2520661,0.2644628,0.37190083,0.45454547,0.49586776,0.5413223,0.5661157,0.59917355,0.59090906,0.58677685,0.59504133,0.23140496,0.24380165,0.75619835,0.74380165,0.74793386,0.72727275,0.6570248,0.62396693,0.5206612,0.53305787,0.553719,0.57024795,0.55785125,0.5495868,0.5661157,0.5206612,0.46280992,0.47107437,0.4752066,0.4752066,0.4752066,0.5165289,0.56198347,0.59504133,0.6363636,0.6487603,0.6570248,0.7355372,0.78099173,0.8347107,0.8719008,0.8677686,0.87603307,0.838843,0.77272725,0.54545456,0.45041323,0.48347107,0.47933885,0.5,0.48347107,0.46694216,0.44214877,0.43801653,0.46280992,0.46280992,0.46694216,0.4338843,0.38429752,0.3305785,0.3429752,0.36363637,0.3677686,0.37190083,0.38429752,0.44214877,0.54545456,0.59090906,0.607438,0.61157024,0.62396693,0.607438,0.59090906,0.58677685,0.24380165,0.3305785,0.7644628,0.75206614,0.76033056,0.75619835,0.7107438,0.6694215,0.6198347,0.6198347,0.6487603,0.6694215,0.6694215,0.6446281,0.6280992,0.61570245,0.58264464,0.5661157,0.5413223,0.5165289,0.5123967,0.5371901,0.5661157,0.607438,0.6363636,0.6446281,0.6859504,0.75206614,0.7768595,0.8347107,0.8719008,0.8719008,0.8677686,0.8181818,0.76859504,0.6404959,0.46280992,0.46694216,0.4876033,0.47107437,0.45867768,0.446281,0.4338843,0.45041323,0.45454547,0.45867768,0.45454547,0.446281,0.43801653,0.40495867,0.42975205,0.42561984,0.45041323,0.46280992,0.5165289,0.54545456,0.61157024,0.6404959,0.62396693,0.6322314,0.62396693,0.61157024,0.59090906,0.5661157,0.2892562,0.38842976,0.7644628,0.75619835,0.75619835,0.75619835,0.75206614,0.7355372,0.6694215,0.6528926,0.6322314,0.6446281,0.6570248,0.6652893,0.6487603,0.6404959,0.607438,0.58264464,0.5495868,0.553719,0.57024795,0.5785124,0.61157024,0.6322314,0.6570248,0.6818182,0.7231405,0.74380165,0.7768595,0.8305785,0.8719008,0.87603307,0.8677686,0.7933884,0.73140496,0.69008267,0.5206612,0.49173555,0.5,0.49173555,0.47933885,0.47107437,0.45454547,0.43801653,0.4338843,0.43801653,0.45454547,0.47107437,0.46694216,0.46280992,0.47933885,0.46280992,0.48347107,0.47933885,0.553719,0.6198347,0.6446281,0.6528926,0.6487603,0.6446281,0.6322314,0.61570245,0.58264464,0.5371901,0.39256197,0.44214877,0.75619835,0.75619835,0.75619835,0.75206614,0.76033056,0.75619835,0.72727275,0.73140496,0.6818182,0.6446281,0.6198347,0.59917355,0.58677685,0.58677685,0.58264464,0.58677685,0.59090906,0.61157024,0.62396693,0.6322314,0.677686,0.6818182,0.7107438,0.7355372,0.75206614,0.7355372,0.77272725,0.8305785,0.8719008,0.8677686,0.8595041,0.7768595,0.7107438,0.6818182,0.6404959,0.55785125,0.5123967,0.5082645,0.5041322,0.5041322,0.5,0.49586776,0.47107437,0.44214877,0.4338843,0.42975205,0.4214876,0.42561984,0.43801653,0.44214877,0.5,0.58264464,0.6446281,0.677686,0.661157,0.6735537,0.661157,0.661157,0.6404959,0.61570245,0.5785124,0.5123967,0.45867768,0.4752066,0.74380165,0.7644628,0.76859504,0.76859504,0.76859504,0.76033056,0.74793386,0.7355372,0.71487606,0.70247936,0.677686,0.6528926,0.6570248,0.6528926,0.6570248,0.6570248,0.661157,0.677686,0.69008267,0.7066116,0.73140496,0.74380165,0.76033056,0.77272725,0.76033056,0.73140496,0.76033056,0.8181818,0.8595041,0.8553719,0.8429752,0.76859504,0.6983471,0.677686,0.6942149,0.661157,0.56198347,0.53305787,0.5413223,0.54545456,0.5247934,0.53305787,0.5247934,0.5165289,0.5082645,0.5041322,0.48347107,0.48347107,0.5165289,0.5495868,0.59504133,0.6322314,0.6859504,0.6818182,0.6735537,0.6735537,0.6818182,0.6652893,0.6280992,0.607438,0.57438016,0.49586776,0.49586776,0.5,0.73966944,0.75619835,0.76859504,0.77272725,0.77272725,0.77272725,0.76859504,0.76033056,0.74380165,0.7355372,0.73140496,0.7107438,0.7107438,0.69008267,0.70247936,0.71487606,0.72727275,0.73966944,0.75619835,0.75206614,0.7768595,0.77272725,0.76859504,0.7644628,0.76033056,0.7355372,0.75619835,0.8016529,0.8553719,0.8512397,0.822314,0.75206614,0.6818182,0.6818182,0.6859504,0.7066116,0.6322314,0.57438016,0.58264464,0.59090906,0.58264464,0.59090906,0.59090906,0.58677685,0.5785124,0.58264464,0.5785124,0.59917355,0.62396693,0.6528926,0.6694215,0.6818182,0.6942149,0.7066116,0.6859504,0.69008267,0.6694215,0.6487603,0.61570245,0.59504133,0.55785125,0.4752066,0.57024795,0.607438,0.71487606,0.76033056,0.76859504,0.76859504,0.77272725,0.75206614,0.7644628,0.7644628,0.76859504,0.76033056,0.76033056,0.7355372,0.74380165,0.71900827,0.73966944,0.75619835,0.76859504,0.78099173,0.78099173,0.76859504,0.78099173,0.76859504,0.77272725,0.7644628,0.7644628,0.73966944,0.73966944,0.8140496,0.8512397,0.838843,0.79752064,0.73140496,0.6694215,0.677686,0.69008267,0.7107438,0.677686,0.6363636,0.6322314,0.6322314,0.6570248,0.6570248,0.6694215,0.6652893,0.6570248,0.6652893,0.6735537,0.6694215,0.69008267,0.72727275,0.72727275,0.72727275,0.73140496,0.72727275,0.70247936,0.677686,0.661157,0.6363636,0.61570245,0.59090906,0.5495868,0.446281,0.6487603,0.6983471,0.73140496,0.76033056,0.76033056,0.76859504,0.78099173,0.7768595,0.78512394,0.76859504,0.7768595,0.7768595,0.78099173,0.76033056,0.73966944,0.74793386,0.77272725,0.78099173,0.78512394,0.7892562,0.7933884,0.7892562,0.7768595,0.75206614,0.76859504,0.77272725,0.76033056,0.74380165,0.74793386,0.79752064,0.8429752,0.838843,0.7933884,0.71900827,0.6694215,0.661157,0.6942149,0.70247936,0.6983471,0.6942149,0.6859504,0.6983471,0.71487606,0.7231405,0.72727275,0.73966944,0.73966944,0.74380165,0.75206614,0.7355372,0.74380165,0.77272725,0.76033056,0.75206614,0.75206614,0.7355372,0.7066116,0.6859504,0.6570248,0.6322314,0.61157024,0.58264464,0.5123967,0.45454547,0.661157,0.6446281,0.74793386,0.76033056,0.7644628,0.76033056,0.7768595,0.79752064,0.7892562,0.78099173,0.78512394,0.7933884,0.7892562,0.7644628,0.76033056,0.7644628,0.7892562,0.7933884,0.7892562,0.79752064,0.8016529,0.7892562,0.7892562,0.74793386,0.76033056,0.76859504,0.75619835,0.74793386,0.76859504,0.8057851,0.8553719,0.8553719,0.8016529,0.73966944,0.69008267,0.6528926,0.6404959,0.6528926,0.6735537,0.7107438,0.73140496,0.75206614,0.7644628,0.76859504,0.76033056,0.7768595,0.7933884,0.79752064,0.80991733,0.7933884,0.8057851,0.8057851,0.7892562,0.77272725,0.7644628,0.7355372,0.6942149,0.6859504,0.6528926,0.6198347,0.59917355,0.57024795,0.48347107,0.5082645,0.6652893,0.607438,0.75206614,0.75619835,0.76033056,0.75619835,0.76859504,0.77272725,0.79752064,0.78512394,0.79752064,0.8057851,0.79752064,0.7892562,0.7933884,0.78512394,0.7892562,0.7892562,0.7892562,0.8057851,0.8057851,0.79752064,0.7892562,0.75619835,0.74380165,0.74793386,0.73966944,0.75206614,0.7892562,0.8181818,0.8553719,0.8553719,0.80991733,0.75206614,0.70247936,0.61570245,0.57438016,0.5785124,0.58677685,0.6446281,0.71900827,0.76033056,0.77272725,0.7892562,0.7892562,0.8016529,0.8140496,0.822314,0.8305785,0.822314,0.8305785,0.8264463,0.8057851,0.78099173,0.75206614,0.7066116,0.6652893,0.6735537,0.6487603,0.61570245,0.59504133,0.5495868,0.45041323,0.5495868,0.6322314,0.607438,0.74380165,0.75206614,0.75206614,0.75206614,0.76033056,0.76859504,0.78512394,0.7933884,0.8057851,0.80991733,0.79752064,0.79752064,0.79752064,0.79752064,0.7933884,0.7933884,0.7892562,0.79752064,0.8016529,0.8057851,0.7892562,0.74793386,0.73140496,0.72727275,0.71900827,0.75206614,0.8057851,0.8347107,0.8471074,0.8471074,0.8140496,0.78512394,0.7231405,0.61157024,0.58264464,0.553719,0.53305787,0.54545456,0.62396693,0.7107438,0.75206614,0.76859504,0.78512394,0.8057851,0.822314,0.8264463,0.8264463,0.8264463,0.822314,0.80991733,0.7768595,0.78099173,0.75206614,0.7066116,0.6652893,0.661157,0.6363636,0.61570245,0.58677685,0.53305787,0.43801653,0.5413223,0.62396693,0.6322314,0.74380165,0.74380165,0.74793386,0.75206614,0.78512394,0.77272725,0.78512394,0.7933884,0.8057851,0.8016529,0.79752064,0.79752064,0.7933884,0.7892562,0.7933884,0.7892562,0.78099173,0.78099173,0.78099173,0.78099173,0.75619835,0.7107438,0.71487606,0.71900827,0.71487606,0.75619835,0.80991733,0.8305785,0.8429752,0.8305785,0.822314,0.79752064,0.72727275,0.6404959,0.6487603,0.62396693,0.57438016,0.5206612,0.5371901,0.6198347,0.6859504,0.7231405,0.76859504,0.7933884,0.8140496,0.8140496,0.8140496,0.8016529,0.8016529,0.78512394,0.7644628,0.7644628,0.73966944,0.73140496,0.69008267,0.6570248,0.62396693,0.60330576,0.57024795,0.5041322,0.44214877,0.5495868,0.6280992,0.607438,0.71900827,0.73140496,0.74380165,0.75619835,0.7892562,0.78099173,0.7768595,0.78099173,0.7892562,0.78512394,0.7933884,0.7933884,0.78099173,0.78099173,0.7768595,0.77272725,0.76033056,0.75619835,0.74793386,0.74793386,0.72727275,0.71487606,0.74793386,0.74793386,0.7355372,0.7768595,0.8016529,0.8305785,0.8429752,0.8305785,0.822314,0.79752064,0.7355372,0.6652893,0.70247936,0.72727275,0.6735537,0.5206612,0.48347107,0.553719,0.607438,0.6735537,0.75206614,0.78099173,0.7892562,0.7933884,0.78512394,0.77272725,0.76859504,0.74793386,0.7355372,0.7355372,0.7066116,0.70247936,0.677686,0.661157,0.62396693,0.58677685,0.5495868,0.47107437,0.46280992,0.6322314,0.6322314,0.5413223,0.70247936,0.7231405,0.73140496,0.76033056,0.76859504,0.77272725,0.7644628,0.7768595,0.7768595,0.77272725,0.78512394,0.7768595,0.7644628,0.75619835,0.74793386,0.7355372,0.7107438,0.72727275,0.73140496,0.74793386,0.73966944,0.76859504,0.7644628,0.7644628,0.7644628,0.78099173,0.7933884,0.8347107,0.8429752,0.8264463,0.7933884,0.74793386,0.7231405,0.661157,0.6942149,0.7644628,0.76859504,0.5247934,0.46694216,0.53305787,0.5495868,0.61157024,0.6859504,0.73140496,0.74793386,0.76033056,0.74380165,0.74793386,0.73140496,0.71900827,0.71487606,0.6942149,0.6735537,0.661157,0.6487603,0.6446281,0.61570245,0.57438016,0.5123967,0.45454547,0.45454547,0.61157024,0.57024795,0.38842976,0.6859504,0.6942149,0.71487606,0.74380165,0.77272725,0.76033056,0.7644628,0.77272725,0.7768595,0.76859504,0.7644628,0.74793386,0.74380165,0.71487606,0.7066116,0.6859504,0.677686,0.70247936,0.73966944,0.73140496,0.7231405,0.76033056,0.74793386,0.74380165,0.73966944,0.75619835,0.78512394,0.822314,0.822314,0.78512394,0.72727275,0.661157,0.6198347,0.58264464,0.62396693,0.69008267,0.6735537,0.5123967,0.49173555,0.5371901,0.5247934,0.5247934,0.5661157,0.6322314,0.6818182,0.71487606,0.7066116,0.71487606,0.7066116,0.6859504,0.6859504,0.6528926,0.62396693,0.61570245,0.59917355,0.59090906,0.57024795,0.54545456,0.46694216,0.46280992,0.4214876,0.45041323,0.37190083,0.2644628,0.6694215,0.69008267,0.6942149,0.73140496,0.75619835,0.74793386,0.76033056,0.76859504,0.7644628,0.74793386,0.73966944,0.73140496,0.7107438,0.677686,0.6652893,0.6487603,0.661157,0.71487606,0.76033056,0.74380165,0.6859504,0.677686,0.6735537,0.6818182,0.6694215,0.6942149,0.7355372,0.7892562,0.73966944,0.6818182,0.607438,0.5165289,0.47107437,0.47107437,0.5,0.5041322,0.5082645,0.6198347,0.6198347,0.5785124,0.53305787,0.47933885,0.47933885,0.5082645,0.5785124,0.6528926,0.6652893,0.6652893,0.661157,0.6487603,0.6322314,0.60330576,0.58677685,0.56198347,0.55785125,0.54545456,0.5206612,0.49586776,0.446281,0.4876033,0.3140496,0.27272728,0.24380165,0.22727273,0.6528926,0.6652893,0.677686,0.71487606,0.7066116,0.7355372,0.74793386,0.74793386,0.74793386,0.71487606,0.71487606,0.70247936,0.6694215,0.6446281,0.6446281,0.6487603,0.69008267,0.75206614,0.7768595,0.7768595,0.6983471,0.5661157,0.54545456,0.57024795,0.5495868,0.6280992,0.6983471,0.71900827,0.6694215,0.59917355,0.53305787,0.46694216,0.38429752,0.3264463,0.3181818,0.3264463,0.5413223,0.6818182,0.71487606,0.6487603,0.55785125,0.49173555,0.446281,0.43801653,0.48347107,0.553719,0.60330576,0.61570245,0.61157024,0.607438,0.5785124,0.5661157,0.53305787,0.5123967,0.5082645,0.49586776,0.47107437,0.44214877,0.4338843,0.49173555,0.23140496,0.2107438,0.2231405,0.22727273,0.6528926,0.6570248,0.6652893,0.69008267,0.6942149,0.7231405,0.7355372,0.73966944,0.71900827,0.70247936,0.6818182,0.6528926,0.61570245,0.61570245,0.6487603,0.6859504,0.72727275,0.7768595,0.7768595,0.7768595,0.7355372,0.59504133,0.5082645,0.5371901,0.5082645,0.5371901,0.6363636,0.661157,0.61570245,0.5785124,0.57438016,0.42975205,0.32231405,0.30578512,0.32231405,0.40082645,0.5785124,0.62396693,0.6570248,0.677686,0.60330576,0.553719,0.5,0.42975205,0.4090909,0.4338843,0.49586776,0.5661157,0.59090906,0.58264464,0.5289256,0.53305787,0.5165289,0.4876033,0.46280992,0.44214877,0.4214876,0.40495867,0.46280992,0.44214877,0.2107438,0.21900827,0.21487603,0.23553719,0.661157,0.661157,0.661157,0.6859504,0.69008267,0.7107438,0.72727275,0.72727275,0.70247936,0.661157,0.60330576,0.59090906,0.61570245,0.6487603,0.6570248,0.6818182,0.74380165,0.73140496,0.73966944,0.7107438,0.6859504,0.553719,0.47107437,0.5,0.5206612,0.5206612,0.5661157,0.60330576,0.5661157,0.5661157,0.5247934,0.36363637,0.36363637,0.338843,0.35123968,0.4090909,0.4876033,0.54545456,0.57438016,0.6198347,0.6198347,0.57024795,0.5206612,0.47933885,0.446281,0.38016528,0.38429752,0.47107437,0.5371901,0.55785125,0.5289256,0.5165289,0.5082645,0.45041323,0.4338843,0.40082645,0.3966942,0.40495867,0.5041322,0.37603307,0.2107438,0.2231405,0.21487603,0.23140496,0.6694215,0.6652893,0.6735537,0.6859504,0.6818182,0.6942149,0.71487606,0.7066116,0.6652893,0.5371901,0.5289256,0.57024795,0.6198347,0.61157024,0.59504133,0.6280992,0.6652893,0.6404959,0.61570245,0.59090906,0.58264464,0.49586776,0.44214877,0.40495867,0.446281,0.42561984,0.49586776,0.5371901,0.5165289,0.4876033,0.42975205,0.37603307,0.3429752,0.3553719,0.3429752,0.38016528,0.3966942,0.4752066,0.46280992,0.553719,0.58677685,0.54545456,0.49586776,0.446281,0.45454547,0.41322315,0.3553719,0.35123968,0.42561984,0.49586776,0.5289256,0.5,0.4752066,0.43801653,0.4090909,0.38016528,0.39256197,0.43801653,0.5041322,0.3305785,0.20661157,0.23140496,0.22727273,0.23966943,0.677686,0.6818182,0.6859504,0.6818182,0.6735537,0.6735537,0.69008267,0.6694215,0.55785125,0.42561984,0.5,0.5165289,0.5413223,0.5289256,0.5247934,0.58264464,0.55785125,0.5495868,0.5041322,0.5041322,0.47107437,0.4214876,0.41322315,0.3264463,0.36363637,0.3677686,0.40082645,0.4090909,0.42975205,0.47107437,0.40495867,0.37190083,0.30165288,0.36363637,0.35950413,0.35123968,0.3553719,0.40082645,0.39256197,0.46280992,0.5413223,0.5206612,0.45454547,0.4090909,0.40082645,0.35950413,0.3553719,0.3305785,0.338843,0.41735536,0.47107437,0.4752066,0.446281,0.41735536,0.39256197,0.3966942,0.41735536,0.45041323,0.5123967,0.23966943,0.20661157,0.21900827,0.23966943,0.24793388,0.6735537,0.6859504,0.677686,0.6859504,0.661157,0.6404959,0.61570245,0.5661157,0.45454547,0.4090909,0.47933885,0.46694216,0.47107437,0.4752066,0.46694216,0.5041322,0.48347107,0.47107437,0.42561984,0.446281,0.41735536,0.37603307,0.37603307,0.33471075,0.3553719,0.338843,0.32231405,0.3429752,0.4090909,0.47107437,0.38842976,0.35123968,0.3264463,0.35950413,0.34710744,0.3553719,0.3429752,0.35950413,0.29752067,0.38429752,0.4338843,0.46280992,0.42561984,0.39256197,0.36363637,0.338843,0.30991736,0.30991736,0.30165288,0.38842976,0.446281,0.47107437,0.4214876,0.4090909,0.3966942,0.40495867,0.4338843,0.4752066,0.4752066,0.23140496,0.21487603,0.21900827,0.23140496,0.23966943,0.6735537,0.6859504,0.6735537,0.69008267,0.6280992,0.59917355,0.59504133,0.58264464,0.4752066,0.38429752,0.446281,0.41735536,0.42975205,0.44214877,0.42561984,0.44214877,0.4338843,0.4090909,0.37190083,0.37603307,0.35950413,0.34710744,0.35123968,0.338843,0.34710744,0.30165288,0.27272728,0.33471075,0.4214876,0.46280992,0.37190083,0.3264463,0.35950413,0.3677686,0.3429752,0.30578512,0.3305785,0.2892562,0.30991736,0.3181818,0.3429752,0.3553719,0.38429752,0.3966942,0.35123968,0.32231405,0.33471075,0.3264463,0.30991736,0.36363637,0.43801653,0.44214877,0.41322315,0.40495867,0.40082645,0.4214876,0.45041323,0.48347107,0.41322315,0.20661157,0.22727273,0.23966943,0.23966943,0.24793388,0.6446281,0.661157,0.6694215,0.6528926,0.607438,0.59917355,0.5785124,0.5495868,0.45454547,0.39256197,0.40495867,0.4090909,0.42561984,0.4090909,0.40082645,0.40495867,0.42975205,0.40082645,0.38842976,0.37190083,0.36363637,0.35123968,0.33471075,0.3305785,0.30165288,0.2768595,0.28512397,0.37190083,0.44214877,0.46280992,0.38842976,0.32231405,0.35123968,0.3553719,0.30991736,0.26859504,0.2892562,0.30991736,0.2644628,0.30578512,0.29752067,0.29752067,0.338843,0.36363637,0.3264463,0.30165288,0.3264463,0.3181818,0.3305785,0.3553719,0.42975205,0.42561984,0.40082645,0.40082645,0.4090909,0.43801653,0.446281,0.46694216,0.3553719,0.1983471,0.22727273,0.23966943,0.23966943,0.23966943,0.6280992,0.661157,0.6859504,0.6446281,0.60330576,0.58677685,0.5785124,0.54545456,0.46280992,0.38016528,0.38429752,0.42975205,0.43801653,0.446281,0.38016528,0.3181818,0.43801653,0.48347107,0.46694216,0.48347107,0.47107437,0.446281,0.4214876,0.41735536,0.41322315,0.4090909,0.42975205,0.446281,0.49586776,0.5123967,0.46694216,0.42975205,0.38842976,0.35950413,0.29752067,0.2520661,0.29752067,0.3264463,0.30991736,0.30578512,0.2892562,0.2768595,0.28099173,0.32231405,0.3305785,0.29338843,0.30578512,0.30165288,0.338843,0.39256197,0.37603307,0.40082645,0.3966942,0.39256197,0.41735536,0.44214877,0.446281,0.45454547,0.29338843,0.20247933,0.23553719,0.24380165,0.25619835,0.23966943,0.6280992,0.661157,0.69008267,0.6570248,0.6280992,0.58677685,0.59090906,0.55785125,0.4876033,0.45867768,0.41322315,0.4214876,0.45867768,0.5206612,0.54545456,0.39256197,0.2768595,0.42561984,0.5123967,0.5413223,0.5371901,0.5495868,0.5082645,0.5495868,0.54545456,0.5413223,0.53305787,0.5206612,0.5371901,0.5247934,0.49173555,0.47107437,0.45041323,0.40495867,0.338843,0.30165288,0.338843,0.33471075,0.3140496,0.28099173,0.26859504,0.24793388,0.2644628,0.30991736,0.3429752,0.30578512,0.30578512,0.3264463,0.38429752,0.40495867,0.38842976,0.37190083,0.36363637,0.38429752,0.41735536,0.44214877,0.4338843,0.4338843,0.2520661,0.21900827,0.23966943,0.24793388,0.25619835,0.24380165,0.59917355,0.6528926,0.677686,0.6652893,0.6487603,0.61570245,0.59090906,0.5785124,0.55785125,0.5413223,0.5041322,0.46280992,0.5082645,0.60330576,0.6528926,0.6363636,0.45867768,0.4214876,0.47107437,0.45867768,0.4752066,0.5247934,0.54545456,0.57438016,0.56198347,0.5495868,0.53305787,0.5206612,0.4876033,0.49586776,0.45454547,0.46694216,0.46280992,0.4338843,0.37190083,0.3305785,0.36363637,0.33471075,0.30578512,0.29752067,0.29338843,0.30578512,0.37190083,0.37190083,0.3264463,0.3264463,0.30991736,0.35950413,0.37603307,0.3966942,0.37190083,0.37603307,0.37190083,0.40082645,0.44214877,0.42975205,0.42975205,0.41735536,0.2231405,0.22727273,0.23966943,0.2520661,0.2520661,0.24793388,0.553719,0.6487603,0.6735537,0.677686,0.6570248,0.6280992,0.59090906,0.607438,0.59917355,0.62396693,0.6280992,0.57024795,0.56198347,0.6322314,0.6818182,0.6942149,0.6322314,0.553719,0.5206612,0.47933885,0.42561984,0.39256197,0.35950413,0.38429752,0.46280992,0.47107437,0.48347107,0.49173555,0.45454547,0.446281,0.4090909,0.41735536,0.3966942,0.37603307,0.35123968,0.38429752,0.37190083,0.35950413,0.33471075,0.338843,0.35950413,0.40495867,0.4338843,0.42975205,0.33471075,0.35123968,0.338843,0.37603307,0.38016528,0.40495867,0.36363637,0.3677686,0.38429752,0.41735536,0.42561984,0.4214876,0.41322315,0.35123968,0.22727273,0.23140496,0.23966943,0.25619835,0.23140496,0.24793388,0.46280992,0.6322314,0.6652893,0.6942149,0.6694215,0.607438,0.6363636,0.62396693,0.61570245,0.6570248,0.6570248,0.6322314,0.5785124,0.607438,0.6694215,0.6818182,0.6818182,0.661157,0.607438,0.553719,0.5371901,0.5123967,0.46694216,0.45454547,0.4338843,0.41322315,0.4090909,0.4090909,0.38016528,0.36363637,0.36363637,0.38429752,0.38016528,0.3966942,0.4214876,0.38016528,0.3966942,0.36363637,0.37603307,0.38842976,0.42561984,0.43801653,0.45041323,0.47107437,0.38429752,0.38429752,0.38429752,0.40495867,0.38429752,0.39256197,0.38016528,0.38429752,0.39256197,0.4214876,0.4214876,0.41735536,0.38429752,0.30165288,0.21487603,0.2231405,0.24380165,0.24380165,0.24380165,0.23966943,0.2768595,0.60330576,0.661157,0.6818182,0.62396693,0.62396693,0.6652893,0.62396693,0.6446281,0.6322314,0.607438,0.6198347,0.5785124,0.553719,0.6280992,0.6735537,0.677686,0.69008267,0.6859504,0.6363636,0.6198347,0.56198347,0.5371901,0.53305787,0.5289256,0.5041322,0.49173555,0.47933885,0.47107437,0.45454547,0.47107437,0.46694216,0.446281,0.45041323,0.42975205,0.37190083,0.38842976,0.37603307,0.4090909,0.45041323,0.446281,0.446281,0.46280992,0.46280992,0.42561984,0.44214877,0.44214877,0.4338843,0.37190083,0.38842976,0.38016528,0.40082645,0.4090909,0.43801653,0.42561984,0.39256197,0.37190083,0.25619835,0.22727273,0.23553719,0.23553719,0.23553719,0.23140496,0.2231405,0.16115703,0.5165289,0.6446281,0.6694215,0.661157,0.6322314,0.6404959,0.6198347,0.59504133,0.60330576,0.59504133,0.57438016,0.54545456,0.54545456,0.58677685,0.6652893,0.677686,0.70247936,0.69008267,0.677686,0.69008267,0.661157,0.62396693,0.60330576,0.58264464,0.55785125,0.5289256,0.5123967,0.5,0.49173555,0.49173555,0.47107437,0.446281,0.446281,0.41322315,0.38842976,0.4090909,0.41322315,0.43801653,0.446281,0.44214877,0.45867768,0.446281,0.43801653,0.4214876,0.45041323,0.45454547,0.42561984,0.38016528,0.41735536,0.41735536,0.4338843,0.42561984,0.446281,0.41735536,0.37190083,0.3264463,0.22727273,0.23553719,0.23966943,0.23140496,0.21900827,0.2231405,0.23966943,0.18595041,0.32231405,0.61157024,0.6570248,0.6570248,0.6528926,0.6363636,0.607438,0.59090906,0.61570245,0.59504133,0.58264464,0.53305787,0.4876033,0.57024795,0.60330576,0.6570248,0.70247936,0.70247936,0.69008267,0.6735537,0.6652893,0.6694215,0.6570248,0.62396693,0.57438016,0.5289256,0.5,0.5041322,0.47933885,0.47933885,0.46280992,0.45041323,0.45041323,0.446281,0.42975205,0.44214877,0.42561984,0.42561984,0.43801653,0.45454547,0.446281,0.446281,0.42561984,0.41322315,0.446281,0.42975205,0.3966942,0.4090909,0.446281,0.43801653,0.4338843,0.42561984,0.4214876,0.38842976,0.34710744,0.2768595,0.2107438,0.23140496,0.24380165,0.23140496,0.22727273,0.22727273,0.24380165,0.1983471,0.20247933,0.4876033,0.6404959,0.661157,0.6652893,0.61157024,0.6322314,0.6280992,0.59504133,0.5661157,0.5413223,0.4876033,0.4876033,0.56198347,0.59090906,0.6322314,0.677686,0.70247936,0.7107438,0.6735537,0.6446281,0.58264464,0.58264464,0.55785125,0.5041322,0.45454547,0.4338843,0.4338843,0.4214876,0.42561984,0.43801653,0.44214877,0.446281,0.45041323,0.42975205,0.42561984,0.40495867,0.42561984,0.446281,0.446281,0.44214877,0.446281,0.40082645,0.39256197,0.3966942,0.40495867,0.40082645,0.44214877,0.45454547,0.43801653,0.43801653,0.41735536,0.38842976,0.3553719,0.28099173,0.23966943,0.21900827,0.22727273,0.24380165,0.23553719,0.2231405,0.2107438,0.2231405,0.20661157,0.1983471,0.34710744,0.607438,0.6322314,0.6652893,0.6280992,0.6322314,0.60330576,0.56198347,0.53305787,0.5247934,0.5123967,0.5082645,0.54545456,0.58677685,0.6487603,0.6570248,0.6735537,0.6983471,0.677686,0.61157024,0.5661157,0.5,0.46280992,0.3966942,0.3677686,0.3429752,0.33471075,0.3140496,0.3181818,0.34710744,0.3429752,0.36363637,0.3677686,0.3966942,0.41322315,0.40495867,0.446281,0.45041323,0.45041323,0.45041323,0.42975205,0.3966942,0.36363637,0.37190083,0.3966942,0.41322315,0.45041323,0.45867768,0.446281,0.4338843,0.4090909,0.38429752,0.32231405,0.20661157,0.1983471,0.22727273,0.23140496,0.23553719,0.2231405,0.21900827,0.2231405,0.21487603,0.22727273,0.20661157,0.36363637,0.57024795,0.5785124,0.6198347,0.6404959,0.607438,0.5495868,0.53305787,0.5082645,0.5041322,0.5247934,0.47933885,0.5289256,0.58677685,0.6487603,0.6446281,0.6446281,0.661157,0.6570248,0.57438016,0.553719,0.48347107,0.42561984,0.35950413,0.3140496,0.30578512,0.30165288,0.2644628,0.2520661,0.30578512,0.29752067,0.29752067,0.3553719,0.3966942,0.40495867,0.42975205,0.46280992,0.45867768,0.46694216,0.43801653,0.41735536,0.38429752,0.35123968,0.35950413,0.3966942,0.41322315,0.46694216,0.45454547,0.44214877,0.4214876,0.39256197,0.34710744,0.24380165,0.1694215,0.19008264,0.2231405,0.2231405,0.21900827,0.20661157,0.1983471,0.2231405,0.1983471,0.21900827,0.19008264,0.40495867,0.61570245,0.5661157,0.59090906,0.6322314,0.5661157,0.49173555,0.49586776,0.5041322,0.49173555,0.5041322,0.49586776,0.5661157,0.58264464,0.607438,0.6404959,0.6570248,0.61157024,0.59917355,0.5413223,0.5041322,0.446281,0.37603307,0.34710744,0.3181818,0.2892562,0.28099173,0.25619835,0.2603306,0.29338843,0.30578512,0.30991736,0.3966942,0.39256197,0.4338843,0.4752066,0.5082645,0.49586776,0.49173555,0.4338843,0.38429752,0.37190083,0.35123968,0.35950413,0.39256197,0.4214876,0.45454547,0.44214877,0.41735536,0.40495867,0.3677686,0.27272728,0.18595041,0.19421488,0.18595041,0.2107438,0.2107438,0.21487603,0.20661157,0.20247933,0.19421488,0.20247933,0.20661157,0.1983471,0.446281,0.6694215,0.607438,0.54545456,0.55785125,0.5041322,0.4214876,0.42561984,0.44214877,0.46280992,0.45867768,0.49173555,0.5371901,0.5206612,0.55785125,0.607438,0.6528926,0.58677685,0.5413223,0.46694216,0.4214876,0.40082645,0.37603307,0.3553719,0.32231405,0.30991736,0.2892562,0.28512397,0.30578512,0.3140496,0.34710744,0.338843,0.41735536,0.41322315,0.4752066,0.5247934,0.57024795,0.5495868,0.5165289,0.4338843,0.37603307,0.338843,0.34710744,0.35123968,0.39256197,0.42975205,0.44214877,0.41735536,0.39256197,0.3677686,0.3677686,0.21900827,0.18181819,0.19421488,0.19421488,0.20247933,0.19421488,0.20661157,0.1983471,0.19421488,0.20247933,0.19421488,0.20247933,0.21900827,0.5041322,0.6487603,0.6528926,0.56198347,0.5123967,0.5041322,0.4214876,0.3966942,0.3966942,0.4090909,0.38842976,0.42975205,0.42975205,0.4214876,0.5,0.57024795,0.59090906,0.5413223,0.49173555,0.41735536,0.39256197,0.40495867,0.40495867,0.38429752,0.3181818,0.3140496,0.3181818,0.34710744,0.35950413,0.35950413,0.36363637,0.3264463,0.4090909,0.4752066,0.5495868,0.55785125,0.59504133,0.58677685,0.4876033,0.4338843,0.38842976,0.3429752,0.32231405,0.3264463,0.37603307,0.41322315,0.41735536,0.39256197,0.35950413,0.338843,0.3966942,0.20661157,0.18181819,0.18595041,0.18595041,0.19008264,0.19421488,0.1983471,0.1983471,0.2107438,0.1983471,0.1983471,0.1983471,0.24793388,0.57024795,0.6446281,0.6404959,0.57024795,0.5041322,0.46280992,0.39256197,0.34710744,0.3429752,0.338843,0.33471075,0.38429752,0.35123968,0.37603307,0.446281,0.5041322,0.47107437,0.47107437,0.46280992,0.42975205,0.4214876,0.43801653,0.44214877,0.40495867,0.3553719,0.338843,0.37603307,0.38842976,0.42561984,0.39256197,0.3553719,0.35950413,0.3966942,0.45867768,0.5371901,0.5371901,0.53305787,0.49586776,0.47933885,0.40082645,0.37603307,0.34710744,0.2768595,0.30165288,0.36363637,0.3677686,0.38016528,0.35123968,0.32231405,0.38429752,0.41735536,0.18595041,0.1694215,0.19421488,0.17768595,0.18181819,0.19421488,0.19421488,0.1983471,0.19421488,0.20247933,0.19421488,0.19421488,0.30578512,0.6280992,0.6446281,0.6363636,0.5495868,0.5082645,0.42975205,0.37190083,0.3264463,0.3181818,0.3140496,0.3140496,0.338843,0.3429752,0.3553719,0.38429752,0.3966942,0.42561984,0.42975205,0.48347107,0.4214876,0.42561984,0.45867768,0.4338843,0.3966942,0.40082645,0.37190083,0.38842976,0.41735536,0.46280992,0.41322315,0.3553719,0.41735536,0.40495867,0.40495867,0.47107437,0.5,0.48347107,0.41322315,0.41735536,0.37190083,0.3429752,0.3140496,0.2768595,0.28099173,0.3429752,0.34710744,0.338843,0.30991736,0.32231405,0.4214876,0.43801653,0.19421488,0.20661157,0.18181819,0.1694215,0.18181819,0.18595041,0.18595041,0.19008264,0.18595041,0.1983471,0.18595041,0.19008264,0.35950413,0.6570248,0.6528926,0.61157024,0.5247934,0.446281,0.38842976,0.3677686,0.338843,0.30165288,0.28099173,0.30165288,0.3181818,0.3140496,0.32231405,0.35950413,0.35123968,0.37190083,0.41735536,0.4214876,0.3966942,0.43801653,0.446281,0.41735536,0.38429752,0.40495867,0.3677686,0.38842976,0.42975205,0.44214877,0.41322315,0.3677686,0.4338843,0.4090909,0.39256197,0.42561984,0.45454547,0.446281,0.41322315,0.34710744,0.33471075,0.3181818,0.28099173,0.27272728,0.2768595,0.29752067,0.30165288,0.3181818,0.3140496,0.38842976,0.47107437,0.43801653,0.15289256,0.17768595,0.2107438,0.16528925,0.17768595,0.19008264,0.18595041,0.1983471,0.18595041,0.19421488,0.18595041,0.2768595,0.5123967,0.6652893,0.6735537,0.59504133,0.44214877,0.41322315,0.38429752,0.38429752,0.35950413,0.2892562,0.28099173,0.2644628,0.28512397,0.29338843,0.3181818,0.32231405,0.3140496,0.34710744,0.38842976,0.3677686,0.38016528,0.40495867,0.3966942,0.38842976,0.40495867,0.36363637,0.35950413,0.38016528,0.42561984,0.43801653,0.40495867,0.38016528,0.4090909,0.40495867,0.37603307,0.38842976,0.38429752,0.37603307,0.3966942,0.30165288,0.29338843,0.28512397,0.27272728,0.26859504,0.2768595,0.28512397,0.27272728,0.30165288,0.35950413,0.4338843,0.49173555,0.446281,0.13636364,0.17768595,0.1983471,0.19008264,0.16528925,0.18181819,0.19008264,0.17768595,0.19008264,0.19421488,0.18181819,0.5,0.57438016,0.61570245,0.6404959,0.47107437,0.43801653,0.4090909,0.38842976,0.39256197,0.35123968,0.29338843,0.2768595,0.2520661,0.24380165,0.26859504,0.29752067,0.29752067,0.2892562,0.3305785,0.3305785,0.35123968,0.35950413,0.35950413,0.3553719,0.38842976,0.40082645,0.33471075,0.3429752,0.36363637,0.3966942,0.39256197,0.38016528,0.3677686,0.38016528,0.38016528,0.3553719,0.36363637,0.338843,0.3264463,0.32231405,0.2768595,0.24793388,0.23966943,0.26859504,0.2644628,0.25619835,0.2603306,0.2892562,0.3305785,0.40495867,0.45867768,0.5,0.446281,0.14049587,0.16115703,0.17768595,0.18595041,0.1694215,0.1694215,0.18595041,0.16528925,0.18181819,0.18181819,0.17355372,0.5,0.59917355,0.6694215,0.553719,0.5082645,0.446281,0.41322315,0.45041323,0.38016528,0.32231405,0.30991736,0.30165288,0.23966943,0.23553719,0.2603306,0.28512397,0.27272728,0.28099173,0.30165288,0.30578512,0.3305785,0.3264463,0.3305785,0.3305785,0.3264463,0.36363637,0.3264463,0.34710744,0.338843,0.33471075,0.3429752,0.33471075,0.35123968,0.35123968,0.3553719,0.29752067,0.30165288,0.3140496,0.23140496,0.3140496,0.23966943,0.2231405,0.2231405,0.2520661,0.24793388,0.24793388,0.2768595,0.32231405,0.38429752,0.41735536,0.45867768,0.47933885,0.45041323,0.12396694,0.17768595,0.1694215,0.17355372,0.17355372,0.1694215,0.1694215,0.17355372,0.17355372,0.17768595,0.17355372,0.5,0.6322314,0.6404959,0.47933885,0.5371901,0.45454547,0.42561984,0.43801653,0.35123968,0.338843,0.338843,0.30991736,0.24793388,0.23966943,0.2644628,0.2768595,0.25619835,0.2520661,0.29752067,0.2892562,0.29338843,0.30578512,0.30991736,0.30578512,0.27272728,0.32231405,0.32231405,0.3305785,0.2892562,0.28099173,0.2892562,0.32231405,0.28512397,0.32231405,0.30165288,0.28099173,0.26859504,0.3181818,0.1983471,0.2231405,0.25619835,0.23140496,0.21900827,0.2520661,0.27272728,0.23553719,0.30578512,0.3429752,0.37190083,0.4090909,0.4338843,0.4752066,0.45041323,0.12809917,0.19421488,0.17768595,0.17355372,0.18181819,0.18181819,0.18181819,0.19008264,0.18181819,0.18181819,0.17768595,0.5495868,0.6404959,0.6404959,0.49586776,0.5041322,0.46280992,0.43801653,0.39256197,0.34710744,0.38842976,0.3553719,0.2892562,0.25619835,0.2603306,0.29752067,0.28512397,0.24793388,0.23140496,0.26859504,0.29338843,0.2892562,0.28099173,0.28512397,0.30165288,0.28512397,0.32231405,0.29338843,0.2644628,0.24380165,0.2603306,0.28099173,0.28099173,0.2644628,0.2892562,0.2644628,0.25619835,0.25619835,0.24793388,0.2231405,0.20661157,0.2107438,0.25619835,0.24380165,0.2603306,0.2520661,0.26859504,0.3140496,0.33471075,0.38842976,0.41735536,0.44214877,0.49173555,0.49173555,0.1694215,0.19421488,0.19008264,0.18595041,0.19008264,0.19008264,0.19421488,0.1983471,0.19421488,0.18595041,0.18595041,16 +0.4752066,0.5206612,0.5371901,0.5661157,0.55785125,0.56198347,0.5785124,0.607438,0.6363636,0.6528926,0.6859504,0.6942149,0.7355372,0.74793386,0.75619835,0.78099173,0.7892562,0.8016529,0.8181818,0.8347107,0.8471074,0.8512397,0.8553719,0.8636364,0.8636364,0.8677686,0.8719008,0.8677686,0.8595041,0.8595041,0.8636364,0.8595041,0.8636364,0.8512397,0.8512397,0.8553719,0.8595041,0.8595041,0.8677686,0.8636364,0.8719008,0.8677686,0.8677686,0.8553719,0.8595041,0.838843,0.838843,0.8181818,0.822314,0.822314,0.8057851,0.78512394,0.7644628,0.73966944,0.75619835,0.71487606,0.661157,0.6694215,0.59090906,0.4090909,0.32231405,0.2644628,0.30991736,0.29338843,0.47107437,0.5206612,0.5413223,0.553719,0.5661157,0.57024795,0.58264464,0.607438,0.6198347,0.6446281,0.6694215,0.6942149,0.71487606,0.74380165,0.7644628,0.76859504,0.7768595,0.78512394,0.7933884,0.8140496,0.8181818,0.8305785,0.8471074,0.8512397,0.8636364,0.8636364,0.8595041,0.8677686,0.8553719,0.8512397,0.8429752,0.8347107,0.8512397,0.8429752,0.8429752,0.8512397,0.8512397,0.8595041,0.8636364,0.8636364,0.8677686,0.8512397,0.8347107,0.8305785,0.838843,0.838843,0.8429752,0.838843,0.838843,0.8305785,0.8181818,0.8016529,0.7768595,0.76033056,0.7355372,0.69008267,0.6528926,0.6694215,0.6363636,0.43801653,0.32231405,0.27272728,0.29752067,0.30991736,0.4752066,0.53305787,0.54545456,0.55785125,0.5661157,0.59090906,0.59504133,0.61157024,0.6198347,0.6322314,0.661157,0.6859504,0.7107438,0.73966944,0.75206614,0.76859504,0.76859504,0.78512394,0.77272725,0.8016529,0.8057851,0.8057851,0.822314,0.8347107,0.8471074,0.8471074,0.8347107,0.8512397,0.8347107,0.8305785,0.8264463,0.8264463,0.8264463,0.8347107,0.8264463,0.8347107,0.838843,0.8471074,0.8347107,0.8347107,0.8347107,0.80991733,0.8057851,0.8181818,0.838843,0.8512397,0.8471074,0.838843,0.8347107,0.8305785,0.8264463,0.8140496,0.79752064,0.78099173,0.76033056,0.6570248,0.607438,0.6446281,0.6652893,0.47933885,0.30991736,0.2520661,0.24793388,0.30165288,0.49586776,0.5371901,0.55785125,0.57024795,0.57024795,0.59090906,0.607438,0.62396693,0.6404959,0.6487603,0.661157,0.69008267,0.7107438,0.73140496,0.75206614,0.76859504,0.7768595,0.7644628,0.76033056,0.77272725,0.79752064,0.80991733,0.8181818,0.8264463,0.8347107,0.838843,0.822314,0.8347107,0.8305785,0.8347107,0.8305785,0.8347107,0.822314,0.838843,0.822314,0.8264463,0.8264463,0.822314,0.8264463,0.8264463,0.8181818,0.7933884,0.8140496,0.838843,0.8512397,0.8553719,0.8512397,0.8264463,0.8347107,0.8305785,0.8305785,0.8181818,0.80991733,0.8016529,0.7892562,0.6859504,0.58264464,0.58677685,0.6652893,0.58264464,0.30578512,0.24793388,0.24793388,0.2768595,0.5371901,0.5413223,0.553719,0.57024795,0.57024795,0.59917355,0.6280992,0.6487603,0.6735537,0.677686,0.69008267,0.7066116,0.71900827,0.7231405,0.74793386,0.7644628,0.7768595,0.77272725,0.78512394,0.76859504,0.7768595,0.7933884,0.8140496,0.8347107,0.8429752,0.8595041,0.8429752,0.8553719,0.8429752,0.8553719,0.8553719,0.8512397,0.8429752,0.838843,0.8471074,0.8305785,0.838843,0.8429752,0.838843,0.8305785,0.80991733,0.8181818,0.838843,0.8512397,0.8553719,0.8512397,0.8471074,0.822314,0.8181818,0.8181818,0.8057851,0.80991733,0.8057851,0.7933884,0.7768595,0.73966944,0.60330576,0.5289256,0.60330576,0.6446281,0.338843,0.25619835,0.24380165,0.23966943,0.5371901,0.54545456,0.55785125,0.56198347,0.5661157,0.61157024,0.6652893,0.677686,0.677686,0.6694215,0.6942149,0.70247936,0.7066116,0.7231405,0.73140496,0.74793386,0.7644628,0.77272725,0.77272725,0.78512394,0.77272725,0.76033056,0.77272725,0.8181818,0.8471074,0.8636364,0.8636364,0.8595041,0.8595041,0.8595041,0.8553719,0.8595041,0.8471074,0.8471074,0.8471074,0.838843,0.8471074,0.838843,0.80991733,0.7933884,0.822314,0.8347107,0.8264463,0.8305785,0.8429752,0.822314,0.7892562,0.7644628,0.73140496,0.6983471,0.6818182,0.6942149,0.6694215,0.6570248,0.661157,0.7066116,0.6446281,0.5247934,0.5206612,0.6363636,0.41322315,0.2520661,0.2107438,0.21900827,0.5413223,0.5495868,0.55785125,0.5661157,0.58264464,0.62396693,0.6487603,0.6363636,0.60330576,0.58264464,0.59090906,0.57024795,0.58264464,0.56198347,0.55785125,0.59917355,0.62396693,0.6652893,0.6652893,0.677686,0.71487606,0.72727275,0.7066116,0.71487606,0.79752064,0.8471074,0.8636364,0.8595041,0.8677686,0.8677686,0.8636364,0.8677686,0.8636364,0.8636364,0.8677686,0.8636364,0.8636364,0.8512397,0.8347107,0.8347107,0.8595041,0.8719008,0.8347107,0.7892562,0.8429752,0.8264463,0.80991733,0.79752064,0.8181818,0.7768595,0.74793386,0.7933884,0.76859504,0.7355372,0.75619835,0.76859504,0.607438,0.5661157,0.5082645,0.5661157,0.46694216,0.2231405,0.21900827,0.23966943,0.5413223,0.54545456,0.553719,0.553719,0.53305787,0.5082645,0.47933885,0.48347107,0.5041322,0.5495868,0.56198347,0.53305787,0.5371901,0.59090906,0.73966944,0.74380165,0.6818182,0.71487606,0.7355372,0.7355372,0.76033056,0.76859504,0.73966944,0.75619835,0.79752064,0.8264463,0.8636364,0.8553719,0.8553719,0.8553719,0.8595041,0.8512397,0.8429752,0.8264463,0.80991733,0.77272725,0.7231405,0.677686,0.6859504,0.6942149,0.7892562,0.78099173,0.6487603,0.55785125,0.56198347,0.5289256,0.5206612,0.49586776,0.5165289,0.5495868,0.553719,0.59090906,0.6487603,0.6570248,0.6528926,0.7107438,0.6942149,0.6198347,0.57024795,0.553719,0.5495868,0.24793388,0.2107438,0.24793388,0.54545456,0.5413223,0.5289256,0.4752066,0.42975205,0.46280992,0.5495868,0.6487603,0.6859504,0.6487603,0.607438,0.553719,0.5247934,0.4214876,0.47107437,0.5206612,0.4338843,0.44214877,0.44214877,0.45041323,0.5123967,0.56198347,0.57438016,0.59504133,0.6363636,0.6198347,0.71487606,0.76033056,0.7644628,0.75619835,0.76033056,0.7644628,0.75619835,0.75206614,0.7644628,0.72727275,0.6280992,0.59090906,0.58264464,0.57024795,0.6859504,0.62396693,0.59504133,0.54545456,0.49173555,0.45867768,0.45867768,0.4338843,0.41322315,0.3966942,0.3966942,0.41735536,0.46280992,0.4876033,0.49586776,0.5123967,0.5371901,0.45867768,0.5247934,0.59917355,0.46694216,0.47933885,0.28099173,0.19421488,0.54545456,0.5247934,0.46280992,0.43801653,0.4876033,0.5165289,0.5041322,0.46694216,0.45454547,0.45454547,0.43801653,0.41322315,0.41322315,0.38429752,0.37603307,0.38842976,0.38842976,0.40495867,0.40495867,0.41322315,0.446281,0.46694216,0.5289256,0.5413223,0.58677685,0.49586776,0.5165289,0.61157024,0.6735537,0.677686,0.7066116,0.7107438,0.6983471,0.677686,0.7644628,0.7355372,0.6198347,0.6446281,0.6735537,0.677686,0.7355372,0.6198347,0.6280992,0.55785125,0.5082645,0.5123967,0.5413223,0.5123967,0.49586776,0.5289256,0.55785125,0.60330576,0.59917355,0.58264464,0.5661157,0.5661157,0.5495868,0.5165289,0.5082645,0.61570245,0.27272728,0.32231405,0.5165289,0.2231405,0.56198347,0.5041322,0.446281,0.46694216,0.5,0.5123967,0.49173555,0.47933885,0.49586776,0.5289256,0.5041322,0.5082645,0.5289256,0.53305787,0.5247934,0.53305787,0.5371901,0.55785125,0.55785125,0.5206612,0.5413223,0.5413223,0.58264464,0.59917355,0.61570245,0.4876033,0.5247934,0.5041322,0.70247936,0.76033056,0.79752064,0.8016529,0.7892562,0.7768595,0.6487603,0.6404959,0.6487603,0.6528926,0.7231405,0.76033056,0.73966944,0.6942149,0.6983471,0.661157,0.6570248,0.6570248,0.6735537,0.661157,0.661157,0.69008267,0.6983471,0.7107438,0.7107438,0.7107438,0.6818182,0.6404959,0.607438,0.5661157,0.57024795,0.6446281,0.35950413,0.17768595,0.38016528,0.4752066,0.56198347,0.49586776,0.48347107,0.49586776,0.5165289,0.5247934,0.5123967,0.5165289,0.5123967,0.5206612,0.5289256,0.5371901,0.57438016,0.59504133,0.60330576,0.6322314,0.6280992,0.6404959,0.6446281,0.61157024,0.61157024,0.607438,0.6363636,0.6322314,0.57438016,0.5206612,0.6694215,0.57024795,0.677686,0.77272725,0.7933884,0.8347107,0.7892562,0.7933884,0.80991733,0.59090906,0.7066116,0.6735537,0.75619835,0.78099173,0.76033056,0.72727275,0.71487606,0.70247936,0.6983471,0.6735537,0.6735537,0.6694215,0.661157,0.6818182,0.677686,0.6983471,0.71900827,0.7231405,0.6942149,0.6942149,0.6487603,0.61570245,0.607438,0.6446281,0.45041323,0.18595041,0.26859504,0.553719,0.5123967,0.5082645,0.47933885,0.4752066,0.49173555,0.47933885,0.5082645,0.5123967,0.5247934,0.5413223,0.5413223,0.5247934,0.55785125,0.58264464,0.57024795,0.607438,0.61157024,0.6363636,0.6487603,0.61570245,0.59504133,0.54545456,0.5123967,0.49173555,0.5206612,0.61157024,0.6818182,0.5495868,0.677686,0.5289256,0.6570248,0.76859504,0.7644628,0.7107438,0.7933884,0.58264464,0.75619835,0.6818182,0.74380165,0.75619835,0.73140496,0.7066116,0.6818182,0.6570248,0.6198347,0.5661157,0.5206612,0.5082645,0.49586776,0.5206612,0.553719,0.61157024,0.6694215,0.6983471,0.6942149,0.677686,0.6322314,0.6694215,0.62396693,0.6652893,0.47933885,0.2603306,0.5,0.5,0.5041322,0.61157024,0.47107437,0.45454547,0.46694216,0.48347107,0.49173555,0.5206612,0.5,0.47933885,0.46280992,0.42561984,0.4214876,0.446281,0.45867768,0.48347107,0.4876033,0.5123967,0.5123967,0.49586776,0.46694216,0.44214877,0.41322315,0.3966942,0.4214876,0.45454547,0.5041322,0.45041323,0.5661157,0.5495868,0.69008267,0.77272725,0.8264463,0.8305785,0.8140496,0.5041322,0.71900827,0.6446281,0.71900827,0.7066116,0.6818182,0.6694215,0.6322314,0.5413223,0.4752066,0.46280992,0.47933885,0.4876033,0.5041322,0.5082645,0.5165289,0.5413223,0.57438016,0.59504133,0.661157,0.6404959,0.61570245,0.6942149,0.661157,0.6570248,0.47107437,0.37603307,0.5165289,0.55785125,0.69008267,0.6363636,0.46694216,0.46280992,0.45454547,0.45454547,0.446281,0.42975205,0.3677686,0.38842976,0.40495867,0.41322315,0.43801653,0.45454547,0.5206612,0.5289256,0.49586776,0.49586776,0.446281,0.4090909,0.37603307,0.40082645,0.41322315,0.4090909,0.41322315,0.43801653,0.4876033,0.35950413,0.6528926,0.56198347,0.75206614,0.838843,0.8636364,0.87603307,0.88842976,0.58264464,0.6322314,0.5661157,0.7107438,0.6859504,0.6528926,0.6280992,0.5289256,0.47107437,0.47933885,0.48347107,0.4752066,0.45041323,0.49586776,0.45867768,0.5041322,0.54545456,0.55785125,0.58264464,0.60330576,0.607438,0.7107438,0.7107438,0.6942149,0.6735537,0.49586776,0.43801653,0.5123967,0.57024795,0.8677686,0.5165289,0.46280992,0.47933885,0.46694216,0.4214876,0.38429752,0.3429752,0.35123968,0.37603307,0.41322315,0.45867768,0.46694216,0.40495867,0.37603307,0.41735536,0.35123968,0.3553719,0.38016528,0.39256197,0.38842976,0.3677686,0.39256197,0.38842976,0.37603307,0.41322315,0.49586776,0.40082645,0.6280992,0.6694215,0.74793386,0.8264463,0.8553719,0.8719008,0.90082645,0.62396693,0.59504133,0.48347107,0.6652893,0.6694215,0.6280992,0.553719,0.5206612,0.5123967,0.5,0.42975205,0.338843,0.38016528,0.27272728,0.37190083,0.38429752,0.47107437,0.48347107,0.53305787,0.5495868,0.607438,0.73140496,0.7231405,0.72727275,0.71900827,0.5247934,0.47107437,0.5247934,0.6280992,0.8677686,0.48347107,0.47107437,0.49586776,0.49173555,0.41322315,0.3677686,0.3429752,0.36363637,0.40495867,0.41322315,0.38016528,0.3140496,0.27272728,0.1694215,0.3553719,0.1983471,0.2231405,0.29338843,0.32231405,0.3305785,0.3677686,0.4214876,0.446281,0.4090909,0.38842976,0.45454547,0.5,0.56198347,0.58264464,0.6942149,0.73140496,0.75619835,0.78512394,0.8553719,0.6487603,0.4876033,0.35123968,0.6322314,0.6652893,0.61570245,0.5661157,0.5165289,0.4752066,0.5206612,0.4752066,0.3305785,0.32231405,0.30578512,0.3429752,0.44214877,0.6735537,0.4876033,0.40495867,0.4876033,0.61157024,0.7231405,0.73140496,0.76859504,0.7768595,0.55785125,0.5123967,0.5206612,0.6570248,0.88842976,0.53305787,0.49173555,0.5,0.48347107,0.42561984,0.3677686,0.33471075,0.29338843,0.32231405,0.29752067,0.32231405,0.338843,0.2892562,0.21487603,0.17355372,0.21900827,0.26859504,0.38842976,0.37603307,0.34710744,0.3264463,0.3305785,0.38842976,0.42561984,0.42975205,0.5082645,0.6198347,0.41322315,0.48347107,0.6487603,0.7355372,0.7892562,0.7892562,0.75619835,0.7066116,0.43801653,0.24380165,0.5289256,0.61157024,0.5165289,0.4090909,0.45041323,0.45867768,0.5289256,0.47933885,0.37190083,0.21487603,0.4752066,0.38429752,0.49173555,0.6694215,0.5123967,0.38016528,0.42561984,0.58677685,0.7066116,0.7355372,0.7644628,0.77272725,0.62396693,0.57024795,0.55785125,0.62396693,0.92975205,0.5785124,0.5289256,0.5206612,0.49173555,0.45041323,0.41322315,0.338843,0.28099173,0.2892562,0.30578512,0.3677686,0.42561984,0.3553719,0.3181818,0.29338843,0.3181818,0.338843,0.40495867,0.3966942,0.3966942,0.3966942,0.338843,0.61157024,0.73966944,0.8016529,0.8719008,0.60330576,0.35123968,0.53305787,0.7066116,0.8305785,0.8636364,0.8801653,0.8553719,0.76033056,0.49173555,0.2892562,0.5041322,0.57024795,0.5041322,0.48347107,0.46280992,0.46694216,0.49173555,0.5,0.45041323,0.3677686,0.4876033,0.46280992,0.5289256,0.5785124,0.5,0.55785125,0.7107438,0.6983471,0.72727275,0.77272725,0.78512394,0.75619835,0.6983471,0.607438,0.6694215,0.5371901,0.90909094,0.58264464,0.5495868,0.5661157,0.5495868,0.5165289,0.48347107,0.4214876,0.3677686,0.3966942,0.41322315,0.44214877,0.46694216,0.42975205,0.41322315,0.4214876,0.4214876,0.44214877,0.45867768,0.446281,0.46280992,0.47933885,0.6198347,0.93801653,0.90909094,0.90909094,0.90909094,0.5289256,0.41322315,0.59917355,0.76033056,0.8429752,0.8677686,0.8719008,0.8677686,0.8347107,0.53305787,0.4090909,0.5123967,0.59090906,0.57438016,0.5661157,0.5206612,0.5123967,0.5123967,0.5495868,0.553719,0.553719,0.59090906,0.59917355,0.61157024,0.6198347,0.6280992,0.79752064,0.91735536,0.892562,0.90082645,0.88429755,0.79752064,0.74793386,0.7107438,0.6487603,0.607438,0.73966944,0.90495867,0.6487603,0.5413223,0.57438016,0.58264464,0.57024795,0.5413223,0.4876033,0.44214877,0.45041323,0.49173555,0.5206612,0.5413223,0.5041322,0.45041323,0.45454547,0.43801653,0.46280992,0.45041323,0.4338843,0.40495867,0.42561984,0.34710744,0.69008267,0.7107438,0.6652893,0.56198347,0.42975205,0.47933885,0.6694215,0.76859504,0.8429752,0.8719008,0.87603307,0.8512397,0.8429752,0.6487603,0.5041322,0.53305787,0.57024795,0.5785124,0.57024795,0.55785125,0.56198347,0.553719,0.57438016,0.59090906,0.6198347,0.6528926,0.6652893,0.69008267,0.6859504,0.6735537,0.78512394,0.91322315,0.90909094,0.90909094,0.9338843,0.80991733,0.72727275,0.677686,0.6942149,0.4214876,0.78512394,0.892562,0.71487606,0.5495868,0.5785124,0.59917355,0.61157024,0.60330576,0.5495868,0.48347107,0.45867768,0.47933885,0.5289256,0.55785125,0.53305787,0.4752066,0.45454547,0.44214877,0.4338843,0.41322315,0.4090909,0.44214877,0.45454547,0.45867768,0.47933885,0.53305787,0.5123967,0.45041323,0.45867768,0.5495868,0.6735537,0.75619835,0.8347107,0.8719008,0.8801653,0.8471074,0.8264463,0.73966944,0.6198347,0.553719,0.5371901,0.58677685,0.57438016,0.58677685,0.59504133,0.5785124,0.60330576,0.6404959,0.6652893,0.6694215,0.69008267,0.6942149,0.6694215,0.60330576,0.61157024,0.8181818,0.90909094,0.90082645,0.91735536,0.77272725,0.7231405,0.677686,0.661157,0.338843,0.838843,0.7768595,0.677686,0.56198347,0.5785124,0.60330576,0.61570245,0.6322314,0.61570245,0.58264464,0.54545456,0.47933885,0.45454547,0.46280992,0.446281,0.42561984,0.41322315,0.43801653,0.44214877,0.45454547,0.49586776,0.5206612,0.5247934,0.5785124,0.59504133,0.6198347,0.5165289,0.46694216,0.5041322,0.59504133,0.6570248,0.73966944,0.8181818,0.8595041,0.8677686,0.8553719,0.80991733,0.8140496,0.6487603,0.661157,0.56198347,0.5785124,0.58677685,0.57438016,0.59090906,0.60330576,0.59917355,0.607438,0.607438,0.607438,0.6198347,0.60330576,0.60330576,0.61570245,0.70247936,0.7892562,0.8512397,0.8553719,0.822314,0.75619835,0.7107438,0.6818182,0.5661157,0.37190083,0.7933884,0.553719,0.6322314,0.54545456,0.58264464,0.61157024,0.61570245,0.62396693,0.61570245,0.60330576,0.59504133,0.5785124,0.5413223,0.5165289,0.48347107,0.48347107,0.5082645,0.5165289,0.5247934,0.54545456,0.58677685,0.59917355,0.59917355,0.6363636,0.6322314,0.58677685,0.49173555,0.5,0.553719,0.61570245,0.6280992,0.70247936,0.7892562,0.8512397,0.8636364,0.8471074,0.80991733,0.8264463,0.71487606,0.7355372,0.71487606,0.60330576,0.5785124,0.5785124,0.5785124,0.59090906,0.59090906,0.59090906,0.5785124,0.56198347,0.56198347,0.59504133,0.6694215,0.71487606,0.7644628,0.7933884,0.8057851,0.8057851,0.7892562,0.74793386,0.69008267,0.6735537,0.4876033,0.55785125,0.77272725,0.45454547,0.5785124,0.5247934,0.58677685,0.61570245,0.6280992,0.6363636,0.6404959,0.6363636,0.6404959,0.6280992,0.6363636,0.62396693,0.607438,0.59090906,0.57024795,0.59917355,0.60330576,0.61570245,0.6404959,0.6652893,0.6528926,0.6735537,0.61157024,0.5123967,0.5082645,0.5082645,0.59917355,0.6363636,0.61157024,0.6818182,0.7768595,0.8471074,0.8471074,0.8305785,0.80991733,0.80991733,0.78099173,0.71900827,0.78099173,0.7231405,0.6363636,0.661157,0.677686,0.6694215,0.6487603,0.6404959,0.6280992,0.6446281,0.6652893,0.7107438,0.75619835,0.76859504,0.77272725,0.7933884,0.7933884,0.7933884,0.7933884,0.7355372,0.6859504,0.61157024,0.58677685,0.75206614,0.76033056,0.4876033,0.47107437,0.5289256,0.5661157,0.607438,0.6404959,0.6404959,0.6446281,0.6570248,0.69008267,0.6735537,0.6694215,0.6694215,0.6652893,0.661157,0.6280992,0.6487603,0.6528926,0.6652893,0.6735537,0.6818182,0.6694215,0.6280992,0.49586776,0.55785125,0.5041322,0.53305787,0.6363636,0.6363636,0.6198347,0.6528926,0.76859504,0.8429752,0.8553719,0.838843,0.80991733,0.79752064,0.8181818,0.73140496,0.78099173,0.8057851,0.7355372,0.6694215,0.70247936,0.76859504,0.77272725,0.75619835,0.73966944,0.74793386,0.76033056,0.7644628,0.78099173,0.7892562,0.78099173,0.8016529,0.79752064,0.7933884,0.7644628,0.7231405,0.7066116,0.7355372,0.8677686,0.88842976,0.76859504,0.5041322,0.41735536,0.5371901,0.56198347,0.59917355,0.6446281,0.6404959,0.6528926,0.69008267,0.7107438,0.6942149,0.6942149,0.7107438,0.70247936,0.6983471,0.6942149,0.6942149,0.7066116,0.7107438,0.6942149,0.6694215,0.607438,0.5165289,0.5661157,0.57024795,0.49586776,0.607438,0.6570248,0.6363636,0.6322314,0.6818182,0.73966944,0.8471074,0.8553719,0.838843,0.80991733,0.7933884,0.8347107,0.7768595,0.77272725,0.822314,0.822314,0.7644628,0.6983471,0.6694215,0.74793386,0.80991733,0.80991733,0.8057851,0.8057851,0.79752064,0.8181818,0.8140496,0.8347107,0.8471074,0.8429752,0.8636364,0.838843,0.7933884,0.8016529,0.8471074,0.7768595,0.75206614,0.70247936,0.5,0.4876033,0.48347107,0.5082645,0.6528926,0.7066116,0.6735537,0.6818182,0.6942149,0.7066116,0.7107438,0.7231405,0.73966944,0.73966944,0.74380165,0.73966944,0.74793386,0.74380165,0.71900827,0.6528926,0.5495868,0.5495868,0.6322314,0.58264464,0.48347107,0.5247934,0.6280992,0.6363636,0.6363636,0.6652893,0.6983471,0.77272725,0.8512397,0.8677686,0.8429752,0.80991733,0.7933884,0.8140496,0.7933884,0.76859504,0.80991733,0.8429752,0.8429752,0.8181818,0.73966944,0.70247936,0.661157,0.71487606,0.7644628,0.8016529,0.822314,0.8471074,0.8553719,0.8801653,0.892562,0.90495867,0.90909094,0.90909094,0.91735536,0.8057851,0.7107438,0.70247936,0.73140496,0.57024795,0.5206612,0.5082645,0.5247934,0.46280992,0.5413223,0.6942149,0.8057851,0.79752064,0.74793386,0.74380165,0.74793386,0.77272725,0.7768595,0.7768595,0.77272725,0.7644628,0.73140496,0.6570248,0.6198347,0.607438,0.6404959,0.6694215,0.6487603,0.5495868,0.45867768,0.553719,0.61570245,0.59504133,0.61570245,0.6735537,0.72727275,0.77272725,0.8429752,0.8636364,0.8553719,0.8181818,0.7892562,0.7933884,0.78099173,0.7768595,0.8057851,0.8347107,0.8471074,0.8553719,0.8305785,0.8264463,0.8057851,0.78512394,0.74380165,0.72727275,0.73966944,0.7768595,0.8057851,0.8429752,0.8636364,0.8719008,0.8471074,0.8347107,0.8016529,0.72727275,0.70247936,0.7066116,0.6942149,0.45041323,0.55785125,0.5289256,0.5247934,0.53305787,0.5247934,0.5495868,0.60330576,0.6404959,0.6280992,0.6487603,0.6859504,0.6818182,0.6735537,0.6652893,0.6570248,0.6694215,0.7107438,0.75206614,0.71487606,0.6942149,0.71487606,0.6859504,0.61570245,0.5289256,0.46280992,0.553719,0.58264464,0.57438016,0.60330576,0.6694215,0.75206614,0.78099173,0.8347107,0.8512397,0.8512397,0.8347107,0.8057851,0.76859504,0.74380165,0.75206614,0.8057851,0.8264463,0.8347107,0.8305785,0.8305785,0.8264463,0.8264463,0.8264463,0.8264463,0.8305785,0.8347107,0.838843,0.8429752,0.8305785,0.838843,0.80991733,0.75619835,0.71900827,0.7231405,0.73966944,0.7107438,0.72727275,0.61570245,0.33471075,0.56198347,0.553719,0.5495868,0.5413223,0.5289256,0.5371901,0.58264464,0.6363636,0.6652893,0.70247936,0.72727275,0.75206614,0.75206614,0.76859504,0.7768595,0.79752064,0.8140496,0.80991733,0.7933884,0.7107438,0.6859504,0.6446281,0.5785124,0.5041322,0.46694216,0.57438016,0.61157024,0.607438,0.61570245,0.6735537,0.74380165,0.7933884,0.8347107,0.8429752,0.8512397,0.8429752,0.80991733,0.77272725,0.7107438,0.6983471,0.7892562,0.8264463,0.8264463,0.80991733,0.8140496,0.80991733,0.79752064,0.80991733,0.80991733,0.8181818,0.8181818,0.822314,0.8305785,0.8264463,0.8347107,0.8305785,0.8016529,0.75206614,0.73966944,0.76033056,0.71487606,0.73140496,0.46694216,0.27272728,0.55785125,0.5661157,0.57024795,0.56198347,0.5495868,0.5785124,0.6280992,0.6652893,0.6818182,0.7107438,0.73966944,0.73140496,0.7355372,0.74793386,0.75206614,0.7768595,0.7933884,0.7933884,0.80991733,0.73140496,0.6446281,0.59504133,0.5371901,0.4752066,0.5,0.6363636,0.6983471,0.6652893,0.6446281,0.6859504,0.7231405,0.78512394,0.838843,0.8512397,0.8512397,0.8471074,0.822314,0.7768595,0.7644628,0.6570248,0.74793386,0.79752064,0.8016529,0.7892562,0.7933884,0.78512394,0.7768595,0.7892562,0.78512394,0.7768595,0.7768595,0.8016529,0.79752064,0.8140496,0.8181818,0.8181818,0.8016529,0.76859504,0.73966944,0.74793386,0.70247936,0.74380165,0.34710744,0.26859504,0.54545456,0.56198347,0.54545456,0.5495868,0.54545456,0.57024795,0.62396693,0.6528926,0.661157,0.661157,0.6942149,0.677686,0.6983471,0.7107438,0.7355372,0.75619835,0.77272725,0.78512394,0.80991733,0.78099173,0.6859504,0.57438016,0.5041322,0.46694216,0.62396693,0.70247936,0.71900827,0.69008267,0.6735537,0.69008267,0.70247936,0.78512394,0.8512397,0.8553719,0.8512397,0.8471074,0.8305785,0.7892562,0.79752064,0.7644628,0.72727275,0.77272725,0.78099173,0.76859504,0.75619835,0.7644628,0.76033056,0.76859504,0.7768595,0.77272725,0.7644628,0.78099173,0.7892562,0.79752064,0.8016529,0.7933884,0.7892562,0.78099173,0.75206614,0.73140496,0.7066116,0.76859504,0.3264463,0.27272728,0.5247934,0.5289256,0.53305787,0.5289256,0.53305787,0.5661157,0.58264464,0.61157024,0.61570245,0.6280992,0.6570248,0.661157,0.6859504,0.71487606,0.74380165,0.75619835,0.7768595,0.7892562,0.8140496,0.8140496,0.76859504,0.61570245,0.46694216,0.57438016,0.7231405,0.7066116,0.6735537,0.6487603,0.6363636,0.6487603,0.6694215,0.75206614,0.8595041,0.8512397,0.8553719,0.8429752,0.8181818,0.7933884,0.79752064,0.8471074,0.76033056,0.75619835,0.76859504,0.76033056,0.74380165,0.75206614,0.76033056,0.77272725,0.78512394,0.7892562,0.78512394,0.78512394,0.78512394,0.7892562,0.78099173,0.7768595,0.7768595,0.77272725,0.75619835,0.7107438,0.7355372,0.7066116,0.29338843,0.2768595,0.49586776,0.5082645,0.5206612,0.5123967,0.5247934,0.55785125,0.5785124,0.5785124,0.58677685,0.61157024,0.6570248,0.6652893,0.6942149,0.72727275,0.74793386,0.7644628,0.7933884,0.8057851,0.8264463,0.79752064,0.6983471,0.59917355,0.4752066,0.54545456,0.6280992,0.6280992,0.59090906,0.58677685,0.5413223,0.5661157,0.59504133,0.6983471,0.822314,0.8553719,0.8512397,0.80991733,0.78099173,0.77272725,0.7892562,0.8057851,0.7231405,0.74793386,0.7768595,0.77272725,0.74793386,0.74380165,0.74793386,0.7768595,0.78512394,0.79752064,0.8016529,0.8181818,0.8057851,0.7933884,0.7892562,0.78099173,0.7768595,0.76859504,0.74793386,0.6983471,0.76859504,0.5247934,0.2603306,0.28099173,0.47933885,0.5,0.5041322,0.49173555,0.5123967,0.54545456,0.5661157,0.5661157,0.57438016,0.61570245,0.6528926,0.677686,0.71487606,0.74380165,0.76859504,0.78099173,0.80991733,0.80991733,0.76859504,0.6363636,0.5661157,0.5661157,0.5,0.44214877,0.54545456,0.59504133,0.553719,0.5206612,0.4876033,0.5123967,0.56198347,0.6570248,0.77272725,0.8429752,0.8140496,0.7644628,0.72727275,0.7066116,0.677686,0.6404959,0.7066116,0.78099173,0.8016529,0.7933884,0.75206614,0.71900827,0.74380165,0.76033056,0.76859504,0.79752064,0.79752064,0.80991733,0.8140496,0.8016529,0.78512394,0.7768595,0.7644628,0.7644628,0.74380165,0.6983471,0.62396693,0.3264463,0.2603306,0.28512397,0.45867768,0.47107437,0.48347107,0.47933885,0.49173555,0.5371901,0.5413223,0.5661157,0.59090906,0.6322314,0.6694215,0.7107438,0.73966944,0.7644628,0.7892562,0.7892562,0.7768595,0.7066116,0.5785124,0.5289256,0.5413223,0.57024795,0.57024795,0.45867768,0.45867768,0.5165289,0.45041323,0.38016528,0.35123968,0.41322315,0.58677685,0.6735537,0.73966944,0.7892562,0.79752064,0.75619835,0.6404959,0.57024795,0.5206612,0.58677685,0.6859504,0.75619835,0.8016529,0.8016529,0.78099173,0.7355372,0.70247936,0.7355372,0.75619835,0.78512394,0.79752064,0.8140496,0.79752064,0.78099173,0.7933884,0.7768595,0.76859504,0.74793386,0.74380165,0.6280992,0.3553719,0.26859504,0.26859504,0.28099173,0.446281,0.45041323,0.46280992,0.46694216,0.4752066,0.5206612,0.5371901,0.5661157,0.59917355,0.6363636,0.6818182,0.71900827,0.76033056,0.78099173,0.7768595,0.7355372,0.6280992,0.5247934,0.5041322,0.5206612,0.55785125,0.57438016,0.607438,0.57438016,0.44214877,0.4090909,0.37603307,0.38842976,0.34710744,0.30991736,0.47933885,0.69008267,0.7231405,0.7355372,0.7768595,0.71487606,0.57024795,0.5,0.5123967,0.60330576,0.6404959,0.661157,0.73966944,0.77272725,0.77272725,0.7768595,0.7231405,0.6818182,0.71487606,0.76033056,0.7933884,0.8057851,0.78099173,0.75619835,0.7933884,0.77272725,0.76033056,0.72727275,0.73966944,0.5247934,0.25619835,0.27272728,0.27272728,0.28099173,0.45867768,0.42975205,0.44214877,0.45041323,0.48347107,0.5041322,0.5289256,0.57024795,0.6198347,0.661157,0.6942149,0.7355372,0.7644628,0.77272725,0.677686,0.56198347,0.49173555,0.49586776,0.5165289,0.5371901,0.57438016,0.59917355,0.607438,0.60330576,0.48347107,0.40082645,0.38429752,0.40495867,0.4338843,0.42561984,0.42975205,0.6363636,0.71900827,0.6983471,0.71487606,0.60330576,0.5082645,0.446281,0.48347107,0.5206612,0.56198347,0.59090906,0.62396693,0.69008267,0.7231405,0.74380165,0.75619835,0.71487606,0.6694215,0.6859504,0.75206614,0.78099173,0.78512394,0.78099173,0.8016529,0.76859504,0.75206614,0.71487606,0.72727275,0.46280992,0.2603306,0.29752067,0.27272728,0.28099173,0.45867768,0.44214877,0.4338843,0.4338843,0.46694216,0.49173555,0.5165289,0.57024795,0.62396693,0.677686,0.71900827,0.73966944,0.7107438,0.607438,0.5,0.46280992,0.45867768,0.48347107,0.5123967,0.5413223,0.55785125,0.56198347,0.5495868,0.55785125,0.46280992,0.3966942,0.35123968,0.38842976,0.40495867,0.47933885,0.5289256,0.61570245,0.6942149,0.677686,0.60330576,0.4752066,0.45454547,0.43801653,0.4338843,0.47933885,0.5,0.48347107,0.5413223,0.59917355,0.6280992,0.6322314,0.6652893,0.6694215,0.6570248,0.6363636,0.6570248,0.73966944,0.77272725,0.78099173,0.76859504,0.73966944,0.73140496,0.70247936,0.71900827,0.41735536,0.27272728,0.2768595,0.2644628,0.26859504,0.4752066,0.45454547,0.43801653,0.42975205,0.45454547,0.47107437,0.4876033,0.54545456,0.61570245,0.677686,0.70247936,0.6280992,0.49586776,0.43801653,0.45041323,0.43801653,0.43801653,0.46280992,0.47933885,0.5041322,0.5247934,0.49173555,0.46280992,0.46694216,0.43801653,0.37603307,0.3677686,0.3553719,0.37603307,0.40082645,0.4752066,0.5661157,0.677686,0.5661157,0.49173555,0.39256197,0.40082645,0.45041323,0.4214876,0.42975205,0.45041323,0.4214876,0.45454547,0.5289256,0.5413223,0.5,0.5289256,0.55785125,0.5123967,0.5371901,0.57024795,0.6280992,0.74380165,0.77272725,0.78099173,0.71900827,0.71487606,0.7066116,0.6942149,0.40082645,0.24793388,0.26859504,0.2892562,0.2768595,0.47933885,0.47107437,0.45454547,0.43801653,0.45454547,0.45867768,0.446281,0.5,0.59090906,0.6322314,0.59090906,0.446281,0.3966942,0.40495867,0.42561984,0.41735536,0.4338843,0.45867768,0.47107437,0.4876033,0.45454547,0.42561984,0.41322315,0.38842976,0.3677686,0.3553719,0.338843,0.3553719,0.36363637,0.38016528,0.44214877,0.5082645,0.61570245,0.5123967,0.40082645,0.38429752,0.38016528,0.4214876,0.40495867,0.4090909,0.41322315,0.3966942,0.38842976,0.44214877,0.46694216,0.44214877,0.42975205,0.49586776,0.42975205,0.446281,0.43801653,0.5206612,0.7107438,0.7768595,0.76859504,0.7066116,0.6859504,0.6818182,0.6570248,0.38016528,0.25619835,0.2768595,0.27272728,0.2768595,0.4876033,0.47933885,0.46280992,0.45454547,0.45454547,0.46280992,0.43801653,0.46694216,0.5165289,0.5206612,0.46280992,0.40495867,0.4338843,0.45041323,0.46280992,0.42975205,0.44214877,0.446281,0.45867768,0.43801653,0.43801653,0.41322315,0.39256197,0.39256197,0.3553719,0.37190083,0.35950413,0.38016528,0.3966942,0.40495867,0.42975205,0.5123967,0.61570245,0.5165289,0.37190083,0.34710744,0.38429752,0.38842976,0.3677686,0.38429752,0.3677686,0.38842976,0.36363637,0.38016528,0.3966942,0.42561984,0.40082645,0.44214877,0.4752066,0.4214876,0.41322315,0.4338843,0.6404959,0.75619835,0.76859504,0.7107438,0.71487606,0.6859504,0.6322314,0.3553719,0.2644628,0.2644628,0.2892562,0.26859504,0.48347107,0.4752066,0.4752066,0.46694216,0.47107437,0.45867768,0.45454547,0.46280992,0.49586776,0.49586776,0.46280992,0.43801653,0.47933885,0.4876033,0.45867768,0.46694216,0.4338843,0.4338843,0.446281,0.4214876,0.4090909,0.38016528,0.38429752,0.38016528,0.35123968,0.37603307,0.37603307,0.38842976,0.39256197,0.38016528,0.41735536,0.5,0.59917355,0.553719,0.3553719,0.3264463,0.3966942,0.40495867,0.34710744,0.37190083,0.38016528,0.37603307,0.41322315,0.37603307,0.38016528,0.42561984,0.41735536,0.4090909,0.45041323,0.45454547,0.40495867,0.4090909,0.5371901,0.69008267,0.71900827,0.6859504,0.70247936,0.71487606,0.6198347,0.32231405,0.25619835,0.2644628,0.2768595,0.26859504,0.4876033,0.4752066,0.48347107,0.47933885,0.46694216,0.45454547,0.44214877,0.43801653,0.47107437,0.5206612,0.49173555,0.43801653,0.4876033,0.45041323,0.45041323,0.45041323,0.42561984,0.42975205,0.41735536,0.40495867,0.3966942,0.36363637,0.40495867,0.38016528,0.3553719,0.36363637,0.35950413,0.37190083,0.3966942,0.3966942,0.446281,0.5123967,0.57438016,0.57024795,0.4752066,0.44214877,0.4338843,0.43801653,0.40082645,0.41322315,0.44214877,0.45454547,0.49173555,0.4338843,0.40495867,0.4214876,0.42975205,0.42975205,0.42975205,0.45454547,0.4090909,0.446281,0.49586776,0.59504133,0.6322314,0.677686,0.6942149,0.6859504,0.5661157,0.29338843,0.25619835,0.27272728,0.26859504,0.27272728,0.46694216,0.48347107,0.4876033,0.47933885,0.46280992,0.44214877,0.41735536,0.4338843,0.45867768,0.4876033,0.47933885,0.43801653,0.43801653,0.42975205,0.43801653,0.43801653,0.3966942,0.37603307,0.38016528,0.3966942,0.42975205,0.42975205,0.43801653,0.4338843,0.42561984,0.44214877,0.45454547,0.46694216,0.5247934,0.53305787,0.553719,0.61157024,0.6528926,0.6570248,0.6694215,0.6818182,0.6487603,0.58677685,0.49173555,0.5082645,0.57438016,0.5495868,0.57438016,0.4752066,0.37190083,0.39256197,0.44214877,0.49586776,0.45867768,0.446281,0.45454547,0.49586776,0.5289256,0.56198347,0.57024795,0.661157,0.70247936,0.6942149,0.5123967,0.2768595,0.26859504,0.2768595,0.28099173,0.2644628,0.44214877,0.4752066,0.4876033,0.46694216,0.47107437,0.45041323,0.3966942,0.446281,0.45454547,0.4876033,0.4752066,0.4338843,0.3966942,0.41735536,0.41735536,0.44214877,0.37190083,0.2644628,0.24380165,0.29338843,0.40495867,0.42975205,0.47107437,0.45867768,0.47107437,0.4876033,0.5123967,0.5206612,0.57438016,0.57024795,0.59090906,0.6280992,0.6570248,0.69008267,0.6735537,0.677686,0.6818182,0.661157,0.62396693,0.60330576,0.6198347,0.5785124,0.5165289,0.38429752,0.3677686,0.46280992,0.5082645,0.5371901,0.5,0.47107437,0.5,0.5206612,0.5785124,0.607438,0.60330576,0.6280992,0.677686,0.6818182,0.47933885,0.27272728,0.28512397,0.28099173,0.27272728,0.26859504,0.44214877,0.47107437,0.47933885,0.47933885,0.46694216,0.45041323,0.4090909,0.4090909,0.45041323,0.47933885,0.47933885,0.46694216,0.42975205,0.41322315,0.38429752,0.446281,0.42975205,0.36363637,0.2644628,0.23553719,0.2892562,0.37190083,0.4338843,0.46280992,0.5041322,0.54545456,0.5247934,0.55785125,0.55785125,0.57438016,0.57024795,0.59504133,0.6280992,0.6652893,0.6446281,0.6859504,0.6859504,0.6446281,0.60330576,0.57438016,0.553719,0.5206612,0.5041322,0.45041323,0.5247934,0.6404959,0.60330576,0.57024795,0.5371901,0.5165289,0.57438016,0.58677685,0.62396693,0.6363636,0.6198347,0.6446281,0.6983471,0.6694215,0.38016528,0.23966943,0.2644628,0.28512397,0.2768595,0.2520661,0.44214877,0.46694216,0.46280992,0.47933885,0.47107437,0.45041323,0.41735536,0.38842976,0.4214876,0.45454547,0.4876033,0.5123967,0.49173555,0.4338843,0.41322315,0.446281,0.49586776,0.47933885,0.40082645,0.35123968,0.338843,0.338843,0.29752067,0.32231405,0.34710744,0.37603307,0.40082645,0.5165289,0.5123967,0.56198347,0.5661157,0.58264464,0.61570245,0.62396693,0.59504133,0.60330576,0.59917355,0.5289256,0.5,0.5165289,0.5165289,0.5289256,0.5495868,0.553719,0.6694215,0.7355372,0.70247936,0.62396693,0.553719,0.57438016,0.6198347,0.6322314,0.6446281,0.6404959,0.6570248,0.6942149,0.70247936,0.6404959,0.30991736,0.2520661,0.2603306,0.2644628,0.26859504,0.24380165,0.42561984,0.45454547,0.45454547,0.4752066,0.4752066,0.46280992,0.446281,0.4214876,0.40082645,0.44214877,0.47107437,0.5206612,0.5413223,0.49173555,0.45867768,0.46280992,0.5082645,0.5123967,0.4752066,0.42561984,0.38842976,0.3966942,0.39256197,0.37603307,0.38429752,0.36363637,0.3429752,0.38842976,0.40082645,0.45867768,0.4876033,0.5,0.5041322,0.5,0.49173555,0.47933885,0.5,0.5,0.5206612,0.56198347,0.55785125,0.56198347,0.58264464,0.677686,0.75206614,0.75619835,0.7355372,0.6652893,0.60330576,0.6735537,0.74380165,0.6487603,0.677686,0.6859504,0.7066116,0.71487606,0.70247936,0.5495868,0.23966943,0.24793388,0.2520661,0.24380165,0.25619835,0.2520661,0.41322315,0.42975205,0.45867768,0.47933885,0.47933885,0.47933885,0.44214877,0.4214876,0.41735536,0.42975205,0.45041323,0.4876033,0.5247934,0.53305787,0.47933885,0.49586776,0.5041322,0.5165289,0.49173555,0.47933885,0.45454547,0.42975205,0.41322315,0.41322315,0.42561984,0.41322315,0.41735536,0.45041323,0.45454547,0.5123967,0.5,0.5,0.49173555,0.49173555,0.5082645,0.5123967,0.553719,0.57024795,0.58264464,0.60330576,0.60330576,0.61570245,0.6942149,0.76033056,0.75206614,0.7644628,0.73140496,0.69008267,0.6818182,0.7644628,0.78512394,0.69008267,0.6942149,0.7066116,0.7107438,0.7107438,0.7066116,0.40495867,0.21900827,0.24380165,0.23966943,0.24380165,0.24380165,0.26859504,0.37603307,0.4214876,0.446281,0.46694216,0.47107437,0.45867768,0.41735536,0.41322315,0.43801653,0.44214877,0.4338843,0.45041323,0.4752066,0.5123967,0.45867768,0.47107437,0.5123967,0.5082645,0.49586776,0.48347107,0.47933885,0.47107437,0.46694216,0.46280992,0.45867768,0.46694216,0.47107437,0.5,0.5165289,0.57024795,0.5785124,0.57438016,0.58264464,0.5785124,0.59090906,0.6280992,0.661157,0.6694215,0.6363636,0.6446281,0.6735537,0.7355372,0.76859504,0.76033056,0.74793386,0.74380165,0.6942149,0.7066116,0.74793386,0.78099173,0.73966944,0.7231405,0.72727275,0.73140496,0.7355372,0.7231405,0.6487603,0.29338843,0.21900827,0.23966943,0.24380165,0.23553719,0.24793388,0.24793388,0.35950413,0.39256197,0.4338843,0.46280992,0.46694216,0.45454547,0.41322315,0.4338843,0.42975205,0.42561984,0.41735536,0.42975205,0.45867768,0.49586776,0.446281,0.446281,0.5082645,0.5082645,0.49173555,0.4876033,0.4752066,0.47933885,0.47933885,0.49173555,0.5082645,0.5371901,0.5371901,0.53305787,0.57438016,0.57438016,0.58264464,0.59504133,0.607438,0.61570245,0.6404959,0.69008267,0.7107438,0.7231405,0.7107438,0.73966944,0.76033056,0.77272725,0.77272725,0.75206614,0.74380165,0.71900827,0.6487603,0.70247936,0.76859504,0.7231405,0.71900827,0.75619835,0.7644628,0.74793386,0.73966944,0.71900827,0.53305787,0.22727273,0.21900827,0.23553719,0.23553719,0.23140496,0.23966943,0.23553719,0.3181818,0.38842976,0.41735536,0.43801653,0.446281,0.44214877,0.42561984,0.42975205,0.42975205,0.40082645,0.3966942,0.41735536,0.44214877,0.46280992,0.446281,0.43801653,0.5041322,0.5206612,0.5,0.49173555,0.4752066,0.47107437,0.45454547,0.45867768,0.47933885,0.5123967,0.57024795,0.5785124,0.6198347,0.661157,0.6570248,0.6280992,0.62396693,0.6487603,0.6652893,0.71487606,0.73140496,0.7644628,0.7644628,0.76033056,0.74793386,0.75619835,0.76859504,0.75619835,0.73140496,0.6859504,0.6404959,0.6652893,0.73140496,0.6942149,0.74793386,0.7768595,0.7768595,0.75206614,0.72727275,0.677686,0.38016528,0.19421488,0.2231405,0.21900827,0.20661157,0.21487603,0.23140496,0.23553719,0.2892562,0.36363637,0.40082645,0.42561984,0.42561984,0.4338843,0.42561984,0.4338843,0.4090909,0.40082645,0.4090909,0.40082645,0.40082645,0.42975205,0.42975205,0.4338843,0.49586776,0.5289256,0.5289256,0.5082645,0.47933885,0.47107437,0.46694216,0.45867768,0.446281,0.42975205,0.46280992,0.47933885,0.4876033,0.5041322,0.49586776,0.48347107,0.4876033,0.5082645,0.5247934,0.61157024,0.6322314,0.6818182,0.6818182,0.70247936,0.72727275,0.75206614,0.76033056,0.74793386,0.677686,0.661157,0.58264464,0.6198347,0.6818182,0.7066116,0.76033056,0.77272725,0.78099173,0.7355372,0.6983471,0.553719,0.28099173,0.20247933,0.21900827,0.20247933,0.20661157,0.20661157,0.20247933,0.21900827,0.3264463,0.34710744,0.35950413,0.4214876,0.4214876,0.42975205,0.4214876,0.42561984,0.40082645,0.41735536,0.40495867,0.39256197,0.37190083,0.38429752,0.41322315,0.446281,0.48347107,0.5082645,0.5413223,0.53305787,0.5123967,0.49173555,0.4752066,0.45454547,0.4214876,0.42975205,0.39256197,0.3966942,0.41735536,0.40495867,0.35123968,0.39256197,0.3966942,0.37603307,0.39256197,0.4752066,0.5289256,0.58264464,0.6198347,0.6818182,0.7107438,0.73140496,0.74380165,0.71487606,0.62396693,0.6446281,0.55785125,0.59090906,0.6735537,0.72727275,0.75619835,0.78099173,0.76859504,0.73140496,0.6735537,0.41322315,0.21487603,0.20247933,0.19008264,0.20247933,0.20661157,0.20661157,0.20247933,0.20661157,0.35950413,0.38842976,0.3181818,0.39256197,0.4214876,0.41735536,0.41735536,0.4090909,0.40082645,0.4338843,0.37190083,0.37190083,0.36363637,0.35950413,0.38842976,0.41322315,0.45454547,0.46694216,0.5165289,0.53305787,0.5247934,0.5165289,0.5082645,0.45454547,0.44214877,0.43801653,0.37603307,0.36363637,0.338843,0.35123968,0.3264463,0.35123968,0.34710744,0.3264463,0.35123968,0.42561984,0.45454547,0.5785124,0.6528926,0.677686,0.6942149,0.7066116,0.71900827,0.69008267,0.58264464,0.57024795,0.5371901,0.54545456,0.661157,0.7231405,0.73966944,0.76033056,0.75619835,0.7066116,0.5413223,0.28099173,0.19421488,0.2107438,0.18181819,0.18595041,0.19008264,0.1983471,0.1983471,0.20661157,0.36363637,0.446281,0.3305785,0.35950413,0.37603307,0.3966942,0.4090909,0.40495867,0.39256197,0.40082645,0.36363637,0.34710744,0.3553719,0.3677686,0.38842976,0.37190083,0.45454547,0.47107437,0.5206612,0.5247934,0.5371901,0.5413223,0.5206612,0.47933885,0.446281,0.41735536,0.3677686,0.3429752,0.32231405,0.338843,0.3305785,0.338843,0.3140496,0.3264463,0.3429752,0.41322315,0.42975205,0.5413223,0.6363636,0.6363636,0.6859504,0.71487606,0.7231405,0.73140496,0.59917355,0.55785125,0.5247934,0.5413223,0.6404959,0.71487606,0.74793386,0.74380165,0.7355372,0.6487603,0.36363637,0.20661157,0.19008264,0.20247933,0.1983471,0.18595041,0.18595041,0.1983471,0.1983471,0.20247933,0.37190083,0.45041323,0.39256197,0.3264463,0.3553719,0.37603307,0.38842976,0.38429752,0.35950413,0.3677686,0.33471075,0.35950413,0.338843,0.35950413,0.38016528,0.38429752,0.45454547,0.46280992,0.5123967,0.54545456,0.58264464,0.58264464,0.53305787,0.47107437,0.44214877,0.39256197,0.38016528,0.35123968,0.34710744,0.3305785,0.34710744,0.3553719,0.3264463,0.3677686,0.38016528,0.4338843,0.40082645,0.49586776,0.59917355,0.6198347,0.69008267,0.7355372,0.73140496,0.69008267,0.62396693,0.5495868,0.5247934,0.5041322,0.59504133,0.7066116,0.74380165,0.7231405,0.6818182,0.45454547,0.22727273,0.19008264,0.19008264,0.19008264,0.1983471,0.19008264,0.17768595,0.19421488,0.19008264,0.18595041,0.38016528,0.45041323,0.42561984,0.35123968,0.33471075,0.3553719,0.37603307,0.37190083,0.338843,0.30578512,0.28512397,0.3181818,0.3181818,0.34710744,0.3677686,0.38016528,0.4214876,0.4214876,0.46280992,0.5495868,0.59504133,0.59917355,0.5371901,0.49586776,0.4338843,0.40082645,0.38842976,0.38429752,0.38842976,0.3677686,0.3429752,0.33471075,0.4214876,0.40495867,0.42975205,0.46694216,0.4090909,0.43801653,0.59504133,0.6363636,0.677686,0.7231405,0.72727275,0.6198347,0.58677685,0.5206612,0.5289256,0.5082645,0.5082645,0.6528926,0.7231405,0.6983471,0.4876033,0.2520661,0.19008264,0.20247933,0.1983471,0.19421488,0.19421488,0.18595041,0.18595041,0.19421488,0.19008264,0.17355372,0.39256197,0.45867768,0.42561984,0.3966942,0.338843,0.35123968,0.3553719,0.3429752,0.3305785,0.30165288,0.2768595,0.28512397,0.30165288,0.3305785,0.3429752,0.3553719,0.35950413,0.35950413,0.40495867,0.5041322,0.5413223,0.5495868,0.49173555,0.44214877,0.4090909,0.41735536,0.4214876,0.43801653,0.44214877,0.4090909,0.3966942,0.42975205,0.49173555,0.44214877,0.48347107,0.4876033,0.42975205,0.47933885,0.5123967,0.59090906,0.6280992,0.6570248,0.6528926,0.58264464,0.53305787,0.49173555,0.4876033,0.47107437,0.5206612,0.5785124,0.6694215,0.5785124,0.22727273,0.18595041,0.20661157,0.21900827,0.21487603,0.21900827,0.19421488,0.17768595,0.19008264,0.17355372,0.1983471,0.19008264,0.4090909,0.45454547,0.42975205,0.40495867,0.35123968,0.338843,0.3429752,0.33471075,0.3305785,0.29338843,0.26859504,0.25619835,0.2603306,0.28512397,0.29338843,0.32231405,0.3140496,0.3181818,0.3429752,0.45041323,0.45867768,0.47107437,0.44214877,0.446281,0.44214877,0.42561984,0.43801653,0.46280992,0.46280992,0.44214877,0.46694216,0.5082645,0.4752066,0.47107437,0.5165289,0.49586776,0.46280992,0.55785125,0.5206612,0.5247934,0.5785124,0.6198347,0.57024795,0.5289256,0.5,0.45454547,0.43801653,0.42561984,0.5165289,0.55785125,0.62396693,0.5082645,0.1694215,0.20661157,0.22727273,0.21487603,0.20247933,0.21487603,0.2231405,0.17768595,0.18181819,0.19008264,0.18595041,0.18595041,0.44214877,0.46694216,0.42975205,0.41322315,0.36363637,0.338843,0.3264463,0.3181818,0.3181818,0.28099173,0.24793388,0.23553719,0.22727273,0.2520661,0.2603306,0.29338843,0.30165288,0.2768595,0.3140496,0.37190083,0.40495867,0.4214876,0.4214876,0.4338843,0.3966942,0.45867768,0.44214877,0.45041323,0.45454547,0.4876033,0.4876033,0.553719,0.5,0.5123967,0.5206612,0.49173555,0.49173555,0.5785124,0.53305787,0.5247934,0.5371901,0.59917355,0.5495868,0.4876033,0.45867768,0.4090909,0.38429752,0.39256197,0.45454547,0.53305787,0.6322314,0.5041322,0.21900827,0.2107438,0.19421488,0.18595041,0.19008264,0.19421488,0.18595041,0.22727273,0.1570248,0.18181819,0.17768595,0.18181819,0.47107437,0.47933885,0.446281,0.41322315,0.38016528,0.3429752,0.3305785,0.3181818,0.29338843,0.2768595,0.2644628,0.22727273,0.25619835,0.2231405,0.23966943,0.29338843,0.2768595,0.25619835,0.30165288,0.3429752,0.36363637,0.38016528,0.38842976,0.37603307,0.37190083,0.45867768,0.45454547,0.446281,0.46694216,0.49173555,0.49173555,0.59504133,0.5041322,0.5206612,0.5289256,0.49173555,0.5123967,0.57438016,0.5413223,0.5289256,0.49173555,0.5206612,0.49586776,0.42975205,0.39256197,0.37603307,0.35123968,0.3677686,0.40495867,0.53305787,0.6363636,0.49173555,0.2231405,0.2107438,0.19008264,0.19421488,0.19008264,0.1983471,0.17355372,0.2107438,0.1570248,0.17355372,0.17355372,0.1694215,16 +0.1983471,0.2231405,0.23553719,0.18595041,0.2603306,0.47933885,0.5165289,0.53305787,0.57024795,0.58264464,0.59917355,0.6198347,0.6446281,0.6528926,0.6735537,0.6818182,0.69008267,0.6983471,0.7107438,0.7355372,0.74793386,0.75206614,0.74793386,0.74793386,0.73966944,0.75619835,0.76859504,0.76859504,0.76859504,0.77272725,0.7768595,0.76033056,0.7768595,0.77272725,0.77272725,0.7933884,0.79752064,0.8057851,0.8181818,0.80991733,0.80991733,0.822314,0.8140496,0.822314,0.8181818,0.822314,0.8181818,0.822314,0.80991733,0.8181818,0.8057851,0.8016529,0.79752064,0.78512394,0.7768595,0.76859504,0.74380165,0.72727275,0.74793386,0.71900827,0.6528926,0.59090906,0.4876033,0.3966942,0.1983471,0.2231405,0.23553719,0.18595041,0.2603306,0.4752066,0.5165289,0.5289256,0.57438016,0.58677685,0.59917355,0.6280992,0.6487603,0.661157,0.6818182,0.6942149,0.7066116,0.71900827,0.7355372,0.75206614,0.7644628,0.7768595,0.7892562,0.76033056,0.7644628,0.78099173,0.78099173,0.7768595,0.78099173,0.76859504,0.77272725,0.78099173,0.78512394,0.76859504,0.78512394,0.79752064,0.8140496,0.822314,0.822314,0.8140496,0.80991733,0.8305785,0.8264463,0.822314,0.8181818,0.822314,0.8181818,0.8264463,0.8057851,0.8181818,0.79752064,0.8057851,0.8016529,0.7892562,0.7768595,0.7644628,0.74380165,0.7355372,0.75206614,0.7355372,0.6818182,0.60330576,0.5165289,0.3966942,0.18181819,0.21487603,0.23553719,0.18595041,0.26859504,0.4752066,0.5206612,0.53305787,0.57438016,0.59504133,0.61570245,0.6404959,0.6570248,0.6694215,0.6818182,0.70247936,0.71487606,0.7231405,0.74380165,0.75619835,0.7768595,0.78512394,0.8016529,0.7892562,0.7892562,0.7933884,0.7933884,0.7892562,0.7892562,0.77272725,0.76033056,0.78099173,0.78099173,0.78512394,0.7933884,0.80991733,0.822314,0.8264463,0.8264463,0.8347107,0.822314,0.8181818,0.822314,0.80991733,0.7933884,0.79752064,0.7933884,0.8140496,0.8057851,0.8181818,0.79752064,0.8057851,0.80991733,0.8016529,0.78512394,0.76859504,0.74380165,0.75619835,0.74380165,0.76033056,0.71900827,0.6280992,0.5206612,0.40082645,0.14049587,0.21487603,0.23553719,0.20247933,0.29338843,0.47933885,0.5165289,0.5413223,0.57438016,0.59504133,0.62396693,0.6528926,0.6652893,0.6818182,0.6859504,0.6983471,0.7066116,0.7066116,0.7355372,0.75619835,0.77272725,0.7892562,0.7933884,0.8016529,0.79752064,0.7892562,0.78512394,0.77272725,0.78512394,0.76859504,0.75206614,0.78099173,0.76859504,0.7892562,0.79752064,0.8016529,0.8057851,0.8016529,0.8057851,0.822314,0.80991733,0.8140496,0.79752064,0.78099173,0.7768595,0.76859504,0.7644628,0.78099173,0.78512394,0.80991733,0.8140496,0.80991733,0.8140496,0.8057851,0.7933884,0.78099173,0.73966944,0.75206614,0.74380165,0.74380165,0.73966944,0.70247936,0.56198347,0.40082645,0.12809917,0.20247933,0.23966943,0.22727273,0.30165288,0.48347107,0.5247934,0.553719,0.57438016,0.59504133,0.62396693,0.6446281,0.661157,0.6735537,0.6983471,0.7066116,0.70247936,0.70247936,0.7231405,0.73140496,0.75619835,0.7644628,0.76859504,0.7768595,0.76859504,0.76859504,0.76859504,0.75619835,0.75619835,0.74380165,0.74380165,0.75619835,0.7644628,0.76033056,0.7644628,0.7768595,0.7768595,0.77272725,0.7892562,0.7933884,0.8016529,0.8140496,0.80991733,0.8057851,0.8016529,0.79752064,0.822314,0.8057851,0.7892562,0.7768595,0.8140496,0.822314,0.8181818,0.8140496,0.79752064,0.7892562,0.75206614,0.75619835,0.75619835,0.74793386,0.74793386,0.7355372,0.6818182,0.49173555,0.13636364,0.15289256,0.21900827,0.22727273,0.3181818,0.5041322,0.5371901,0.5661157,0.59504133,0.59504133,0.59917355,0.6198347,0.6363636,0.6446281,0.6652893,0.6735537,0.70247936,0.7107438,0.71900827,0.73140496,0.73966944,0.74380165,0.74793386,0.75619835,0.76033056,0.76859504,0.78099173,0.76033056,0.74793386,0.74793386,0.72727275,0.72727275,0.73966944,0.74380165,0.75206614,0.76859504,0.75619835,0.76859504,0.7892562,0.8016529,0.8181818,0.8140496,0.8140496,0.8016529,0.8016529,0.80991733,0.8181818,0.822314,0.8140496,0.8016529,0.79752064,0.8140496,0.8181818,0.8140496,0.8016529,0.7933884,0.75619835,0.74380165,0.74793386,0.74793386,0.74380165,0.73966944,0.7231405,0.6198347,0.17355372,0.15289256,0.18595041,0.17768595,0.34710744,0.5123967,0.5413223,0.5785124,0.60330576,0.59090906,0.60330576,0.61570245,0.6404959,0.6487603,0.6487603,0.6446281,0.6652893,0.6818182,0.6694215,0.69008267,0.7107438,0.71900827,0.72727275,0.74380165,0.7644628,0.7892562,0.79752064,0.7768595,0.73966944,0.74793386,0.72727275,0.71900827,0.74380165,0.7355372,0.74793386,0.77272725,0.77272725,0.78099173,0.80991733,0.8140496,0.8140496,0.80991733,0.79752064,0.78099173,0.78099173,0.78099173,0.7644628,0.7768595,0.78512394,0.7768595,0.7644628,0.76033056,0.78099173,0.7892562,0.7933884,0.7933884,0.77272725,0.7355372,0.73966944,0.75206614,0.75619835,0.75619835,0.7355372,0.6983471,0.2107438,0.13636364,0.17355372,0.17355372,0.38016528,0.5123967,0.553719,0.57438016,0.5495868,0.553719,0.59090906,0.61570245,0.6446281,0.6528926,0.6694215,0.6735537,0.6818182,0.6942149,0.71487606,0.71487606,0.72727275,0.7231405,0.73966944,0.76033056,0.78099173,0.8016529,0.8140496,0.7933884,0.7768595,0.76859504,0.75619835,0.74380165,0.73140496,0.7231405,0.74380165,0.76859504,0.76859504,0.7644628,0.72727275,0.72727275,0.7066116,0.69008267,0.69008267,0.70247936,0.7107438,0.7107438,0.69008267,0.6735537,0.6528926,0.6363636,0.6363636,0.6363636,0.6198347,0.6487603,0.6487603,0.6983471,0.74380165,0.7231405,0.72727275,0.74380165,0.75206614,0.75206614,0.74380165,0.71487606,0.21487603,0.14876033,0.16528925,0.17355372,0.3966942,0.49173555,0.49173555,0.45867768,0.44214877,0.4752066,0.4876033,0.5206612,0.54545456,0.57024795,0.59504133,0.61157024,0.6322314,0.6735537,0.6818182,0.6983471,0.73966944,0.74793386,0.73966944,0.74793386,0.7768595,0.8057851,0.822314,0.8057851,0.8016529,0.7892562,0.7768595,0.75619835,0.73140496,0.72727275,0.72727275,0.7355372,0.71487606,0.7231405,0.69008267,0.73140496,0.75619835,0.73966944,0.7231405,0.677686,0.6818182,0.6942149,0.70247936,0.6528926,0.59917355,0.59917355,0.57024795,0.57024795,0.5371901,0.45041323,0.38842976,0.49586776,0.5661157,0.59504133,0.6363636,0.6694215,0.69008267,0.71900827,0.7355372,0.74793386,0.1983471,0.17355372,0.13636364,0.19421488,0.38842976,0.39256197,0.36363637,0.32231405,0.3966942,0.42975205,0.4214876,0.45041323,0.49586776,0.5206612,0.5413223,0.56198347,0.57438016,0.6322314,0.6528926,0.6570248,0.7231405,0.75619835,0.76859504,0.74793386,0.7355372,0.73140496,0.7355372,0.7355372,0.73966944,0.72727275,0.70247936,0.6942149,0.6983471,0.69008267,0.6694215,0.6322314,0.59504133,0.57024795,0.5661157,0.5413223,0.5413223,0.53305787,0.5413223,0.5413223,0.5661157,0.54545456,0.54545456,0.55785125,0.55785125,0.58677685,0.58264464,0.59917355,0.6818182,0.838843,0.80991733,0.6322314,0.42561984,0.446281,0.5206612,0.5661157,0.59504133,0.62396693,0.6528926,0.6735537,0.17768595,0.18181819,0.23140496,0.35123968,0.4338843,0.3966942,0.3966942,0.41322315,0.446281,0.44214877,0.45454547,0.4752066,0.46694216,0.45454547,0.45041323,0.46280992,0.47933885,0.54545456,0.55785125,0.54545456,0.62396693,0.6652893,0.6198347,0.6528926,0.6363636,0.59090906,0.6570248,0.70247936,0.71487606,0.6735537,0.6198347,0.607438,0.62396693,0.58677685,0.56198347,0.57024795,0.59917355,0.57438016,0.5785124,0.5123967,0.46280992,0.43801653,0.47933885,0.47933885,0.48347107,0.45454547,0.49173555,0.5413223,0.553719,0.57024795,0.58677685,0.5661157,0.49173555,0.553719,0.6570248,0.6322314,0.5495868,0.446281,0.47933885,0.5247934,0.5785124,0.61157024,0.61570245,0.6198347,0.23553719,0.5165289,0.6322314,0.5289256,0.46280992,0.41735536,0.3677686,0.38842976,0.4338843,0.4214876,0.43801653,0.44214877,0.41322315,0.4214876,0.42561984,0.45041323,0.4338843,0.44214877,0.43801653,0.45041323,0.5165289,0.58677685,0.5495868,0.6570248,0.6652893,0.62396693,0.6280992,0.6859504,0.6446281,0.61570245,0.58264464,0.60330576,0.61570245,0.6363636,0.6363636,0.607438,0.62396693,0.6322314,0.6404959,0.59917355,0.60330576,0.6404959,0.6652893,0.6694215,0.6694215,0.6487603,0.6487603,0.6735537,0.6652893,0.677686,0.6735537,0.6487603,0.55785125,0.6487603,0.6735537,0.6570248,0.677686,0.56198347,0.5495868,0.59090906,0.6735537,0.7231405,0.72727275,0.7231405,0.6570248,0.69008267,0.49586776,0.3140496,0.32231405,0.34710744,0.39256197,0.43801653,0.5495868,0.57438016,0.59090906,0.61570245,0.62396693,0.6322314,0.61157024,0.59917355,0.55785125,0.5123967,0.5165289,0.5371901,0.5661157,0.58264464,0.59090906,0.6818182,0.70247936,0.7066116,0.7107438,0.7066116,0.71487606,0.677686,0.6652893,0.6859504,0.77272725,0.8305785,0.73140496,0.70247936,0.6859504,0.6983471,0.6983471,0.6859504,0.6859504,0.69008267,0.6694215,0.6735537,0.6652893,0.6735537,0.677686,0.6818182,0.6735537,0.6859504,0.69008267,0.677686,0.57438016,0.6859504,0.71900827,0.7355372,0.7355372,0.6859504,0.58264464,0.6818182,0.71900827,0.74380165,0.7768595,0.77272725,0.5082645,0.3264463,0.34710744,0.3140496,0.3140496,0.40495867,0.49586776,0.4876033,0.5206612,0.5495868,0.55785125,0.57438016,0.57024795,0.57024795,0.57438016,0.54545456,0.5165289,0.5041322,0.5041322,0.5082645,0.53305787,0.56198347,0.61570245,0.553719,0.72727275,0.677686,0.6280992,0.6570248,0.77272725,0.6570248,0.6735537,0.70247936,0.74380165,0.8595041,0.76859504,0.7355372,0.70247936,0.6735537,0.6487603,0.62396693,0.607438,0.59090906,0.5413223,0.5247934,0.5041322,0.5,0.5165289,0.5247934,0.5206612,0.5495868,0.5785124,0.57438016,0.58264464,0.6859504,0.7066116,0.72727275,0.73966944,0.74380165,0.60330576,0.661157,0.74793386,0.6983471,0.6446281,0.5123967,0.3264463,0.24380165,0.3677686,0.2768595,0.37603307,0.46694216,0.5206612,0.5,0.4752066,0.47933885,0.4876033,0.47933885,0.47107437,0.446281,0.42975205,0.41735536,0.40082645,0.39256197,0.37190083,0.3966942,0.45041323,0.4752066,0.5041322,0.44214877,0.7107438,0.58677685,0.53305787,0.6198347,0.7231405,0.6404959,0.6735537,0.6322314,0.8553719,0.8057851,0.7355372,0.70247936,0.6652893,0.6322314,0.59917355,0.57438016,0.5289256,0.44214877,0.3966942,0.42561984,0.44214877,0.446281,0.45041323,0.47107437,0.5041322,0.5041322,0.5123967,0.5,0.5371901,0.6363636,0.6570248,0.70247936,0.72727275,0.74380165,0.71487606,0.70247936,0.8057851,0.6404959,0.29752067,0.446281,0.38016528,0.3966942,0.4214876,0.33471075,0.47933885,0.5,0.5206612,0.5082645,0.45867768,0.41322315,0.4214876,0.42975205,0.4214876,0.38429752,0.3677686,0.3305785,0.35950413,0.37190083,0.3677686,0.338843,0.3553719,0.4090909,0.45041323,0.46694216,0.57438016,0.5371901,0.59504133,0.73966944,0.7892562,0.8140496,0.7107438,0.5413223,0.75619835,0.73140496,0.73966944,0.72727275,0.6859504,0.6198347,0.553719,0.5082645,0.45867768,0.41322315,0.42975205,0.44214877,0.446281,0.4090909,0.3677686,0.3181818,0.35123968,0.34710744,0.4338843,0.5289256,0.5206612,0.61157024,0.6528926,0.69008267,0.7231405,0.75206614,0.7892562,0.677686,0.7107438,0.73966944,0.40082645,0.6652893,0.45454547,0.37190083,0.37603307,0.38842976,0.49586776,0.5123967,0.5371901,0.5082645,0.45867768,0.3966942,0.3966942,0.3677686,0.40082645,0.33471075,0.2603306,0.23553719,0.28512397,0.2603306,0.30991736,0.3677686,0.39256197,0.4090909,0.4214876,0.4090909,0.56198347,0.54545456,0.61570245,0.77272725,0.80991733,0.8305785,0.822314,0.58264464,0.6198347,0.73966944,0.72727275,0.6694215,0.6570248,0.61157024,0.5371901,0.5,0.4752066,0.45867768,0.4338843,0.45867768,0.47933885,0.46280992,0.37190083,0.23140496,0.34710744,0.3553719,0.38016528,0.39256197,0.4338843,0.57024795,0.6446281,0.6859504,0.71900827,0.74380165,0.8016529,0.6942149,0.71487606,0.7933884,0.6859504,0.74380165,0.41735536,0.26859504,0.3677686,0.45867768,0.48347107,0.57024795,0.56198347,0.5165289,0.46280992,0.3677686,0.3264463,0.3677686,0.5206612,0.46694216,0.34710744,0.3140496,0.21487603,0.23966943,0.26859504,0.35123968,0.37190083,0.41322315,0.49586776,0.45867768,0.78099173,0.5371901,0.607438,0.7231405,0.76033056,0.78512394,0.822314,0.6652893,0.6652893,0.89669424,0.87603307,0.8016529,0.78099173,0.71487606,0.57024795,0.45867768,0.45454547,0.40082645,0.42561984,0.5165289,0.56198347,0.5413223,0.45041323,0.21900827,0.59090906,0.37190083,0.5661157,0.553719,0.3966942,0.45867768,0.61570245,0.661157,0.7231405,0.7355372,0.80991733,0.7933884,0.8057851,0.77272725,0.74380165,0.74793386,0.38842976,0.2644628,0.7644628,0.9214876,0.90495867,0.90909094,0.88429755,0.6528926,0.42975205,0.3305785,0.3140496,0.4214876,0.56198347,0.6198347,0.4214876,0.35123968,0.21487603,0.2768595,0.3140496,0.40495867,0.40082645,0.30991736,0.35123968,0.4214876,0.553719,0.42975205,0.61157024,0.71487606,0.7355372,0.74793386,0.73966944,0.74793386,0.5165289,0.89669424,0.91322315,0.90909094,0.90495867,0.93801653,0.58264464,0.4214876,0.446281,0.41322315,0.41322315,0.46694216,0.5247934,0.5247934,0.4214876,0.33471075,0.45454547,0.46280992,0.59504133,0.5082645,0.49173555,0.5495868,0.607438,0.6735537,0.75619835,0.75206614,0.8636364,0.90082645,0.892562,0.8305785,0.74793386,0.74793386,0.29752067,0.21487603,0.6487603,0.90909094,0.90082645,0.8719008,0.8471074,0.6446281,0.4090909,0.37190083,0.38842976,0.41322315,0.45041323,0.5041322,0.4214876,0.35123968,0.3305785,0.3553719,0.37603307,0.39256197,0.41322315,0.42561984,0.41322315,0.4876033,0.3181818,0.446281,0.6570248,0.7231405,0.75619835,0.79752064,0.75206614,0.7231405,0.49173555,0.5785124,0.77272725,0.78512394,0.8016529,0.8636364,0.53305787,0.5289256,0.53305787,0.47107437,0.45867768,0.47933885,0.49173555,0.5,0.48347107,0.46694216,0.5123967,0.56198347,0.58677685,0.5413223,0.58677685,0.6363636,0.6694215,0.7231405,0.7768595,0.75206614,0.76033056,0.8471074,0.8553719,0.8471074,0.7644628,0.76033056,0.24380165,0.18595041,0.24793388,0.4752066,0.6983471,0.6942149,0.6363636,0.5495868,0.46694216,0.42561984,0.46694216,0.5,0.5123967,0.4876033,0.4752066,0.45454547,0.44214877,0.43801653,0.43801653,0.4214876,0.44214877,0.45454547,0.46280992,0.41322315,0.3677686,0.5289256,0.6942149,0.7768595,0.8057851,0.8305785,0.7933884,0.74380165,0.59917355,0.40082645,0.5413223,0.59917355,0.61570245,0.6280992,0.5289256,0.5247934,0.5041322,0.48347107,0.48347107,0.5,0.5165289,0.5413223,0.553719,0.57438016,0.607438,0.6322314,0.6446281,0.59504133,0.6487603,0.69008267,0.72727275,0.73966944,0.75206614,0.7644628,0.7644628,0.7768595,0.73966944,0.7892562,0.7768595,0.7768595,0.24380165,0.2231405,0.19421488,0.16528925,0.5123967,0.58264464,0.58677685,0.57438016,0.5289256,0.4752066,0.47933885,0.53305787,0.56198347,0.53305787,0.5247934,0.5165289,0.4876033,0.47107437,0.45454547,0.45041323,0.45041323,0.46280992,0.48347107,0.43801653,0.46280992,0.607438,0.71900827,0.8016529,0.8305785,0.8471074,0.79752064,0.7768595,0.6942149,0.55785125,0.5041322,0.60330576,0.6528926,0.62396693,0.59090906,0.53305787,0.5123967,0.5082645,0.5082645,0.5082645,0.5371901,0.5661157,0.5785124,0.60330576,0.6487603,0.6446281,0.61570245,0.6198347,0.6983471,0.7355372,0.75206614,0.73966944,0.74793386,0.7644628,0.77272725,0.75619835,0.71487606,0.76859504,0.78512394,0.78512394,0.24793388,0.24380165,0.2231405,0.19421488,0.49586776,0.59090906,0.59917355,0.59504133,0.56198347,0.5165289,0.47107437,0.5082645,0.5371901,0.5247934,0.5165289,0.5082645,0.48347107,0.4752066,0.47933885,0.4752066,0.4876033,0.5123967,0.5247934,0.47933885,0.5371901,0.6528926,0.72727275,0.7933884,0.8347107,0.8471074,0.8181818,0.7892562,0.73966944,0.661157,0.58677685,0.54545456,0.661157,0.6652893,0.6487603,0.58264464,0.553719,0.5371901,0.53305787,0.5206612,0.54545456,0.553719,0.57438016,0.58677685,0.607438,0.5785124,0.59917355,0.677686,0.73966944,0.75619835,0.7644628,0.77272725,0.77272725,0.76033056,0.76033056,0.7355372,0.71900827,0.7768595,0.7892562,0.78099173,0.30991736,0.23966943,0.2231405,0.20661157,0.45867768,0.59090906,0.61157024,0.59917355,0.58677685,0.57438016,0.5041322,0.5123967,0.5165289,0.5041322,0.5,0.5,0.5082645,0.5082645,0.5041322,0.5289256,0.553719,0.56198347,0.5247934,0.5206612,0.59917355,0.661157,0.7231405,0.78512394,0.8305785,0.8347107,0.822314,0.8016529,0.76859504,0.71487606,0.677686,0.53305787,0.59090906,0.69008267,0.6859504,0.6404959,0.60330576,0.57024795,0.5495868,0.53305787,0.553719,0.56198347,0.56198347,0.5371901,0.53305787,0.59504133,0.6735537,0.73140496,0.7644628,0.78512394,0.78099173,0.7933884,0.7644628,0.75619835,0.73966944,0.77272725,0.77272725,0.77272725,0.79752064,0.78512394,0.49173555,0.2520661,0.23140496,0.22727273,0.4338843,0.59917355,0.61570245,0.61570245,0.59504133,0.60330576,0.5413223,0.5289256,0.54545456,0.53305787,0.5371901,0.553719,0.55785125,0.58677685,0.59504133,0.60330576,0.61157024,0.57438016,0.5041322,0.54545456,0.6363636,0.6528926,0.73140496,0.78512394,0.8140496,0.8140496,0.8140496,0.8016529,0.78512394,0.76033056,0.75619835,0.7231405,0.59917355,0.59090906,0.6446281,0.6280992,0.59917355,0.57024795,0.56198347,0.553719,0.55785125,0.56198347,0.58677685,0.57438016,0.6404959,0.7107438,0.73966944,0.75206614,0.78099173,0.79752064,0.8016529,0.7892562,0.7768595,0.74793386,0.73140496,0.75206614,0.78099173,0.78512394,0.7933884,0.7768595,0.5661157,0.34710744,0.23966943,0.22727273,0.3966942,0.59917355,0.6198347,0.62396693,0.607438,0.62396693,0.58264464,0.54545456,0.553719,0.55785125,0.57024795,0.59504133,0.60330576,0.61157024,0.6322314,0.6404959,0.607438,0.5206612,0.5123967,0.58264464,0.6446281,0.6528926,0.73140496,0.7892562,0.80991733,0.8057851,0.80991733,0.8016529,0.78512394,0.75206614,0.75619835,0.7768595,0.76859504,0.6570248,0.59504133,0.6694215,0.6652893,0.6446281,0.6446281,0.6404959,0.6322314,0.6446281,0.6735537,0.72727275,0.74380165,0.76033056,0.7768595,0.78099173,0.79752064,0.79752064,0.8057851,0.78512394,0.78099173,0.76859504,0.70247936,0.6859504,0.78099173,0.8057851,0.78512394,0.78512394,0.30165288,0.46694216,0.34710744,0.2603306,0.40082645,0.58677685,0.61570245,0.62396693,0.607438,0.6322314,0.6280992,0.607438,0.58264464,0.57024795,0.58677685,0.59917355,0.61157024,0.607438,0.59504133,0.59504133,0.553719,0.54545456,0.55785125,0.6198347,0.6528926,0.6446281,0.73140496,0.79752064,0.8181818,0.8057851,0.80991733,0.8016529,0.7768595,0.77272725,0.76033056,0.8016529,0.8016529,0.7892562,0.6735537,0.6280992,0.71900827,0.7355372,0.7355372,0.7355372,0.73966944,0.73966944,0.74380165,0.7768595,0.79752064,0.79752064,0.8016529,0.8016529,0.8140496,0.8140496,0.80991733,0.79752064,0.78099173,0.72727275,0.6735537,0.74793386,0.80991733,0.80991733,0.7933884,0.77272725,0.19421488,0.36363637,0.54545456,0.41735536,0.43801653,0.59917355,0.62396693,0.6487603,0.6363636,0.6528926,0.6487603,0.661157,0.6528926,0.6322314,0.6198347,0.62396693,0.62396693,0.59504133,0.56198347,0.553719,0.59090906,0.60330576,0.56198347,0.6280992,0.6404959,0.6652893,0.76033056,0.8181818,0.8181818,0.8057851,0.80991733,0.8057851,0.76859504,0.7644628,0.74793386,0.7892562,0.80991733,0.80991733,0.79752064,0.73140496,0.661157,0.74380165,0.80991733,0.78512394,0.78099173,0.77272725,0.78099173,0.7892562,0.8140496,0.8181818,0.80991733,0.80991733,0.8140496,0.79752064,0.7933884,0.76859504,0.70247936,0.7066116,0.76033056,0.8016529,0.80991733,0.8057851,0.78512394,0.7644628,0.20247933,0.21487603,0.41322315,0.5206612,0.5413223,0.6198347,0.62396693,0.6322314,0.6570248,0.6652893,0.6694215,0.6859504,0.6859504,0.6652893,0.6198347,0.61157024,0.59090906,0.57438016,0.57438016,0.6198347,0.6446281,0.60330576,0.5661157,0.6198347,0.6528926,0.6942149,0.7644628,0.8305785,0.8264463,0.8140496,0.8016529,0.8016529,0.76033056,0.73966944,0.73966944,0.76859504,0.8057851,0.8057851,0.80991733,0.8057851,0.7644628,0.6983471,0.71900827,0.71900827,0.7066116,0.70247936,0.71487606,0.71487606,0.7355372,0.74380165,0.74793386,0.75206614,0.75619835,0.7355372,0.6983471,0.7107438,0.76033056,0.7892562,0.79752064,0.822314,0.8057851,0.8016529,0.78099173,0.76859504,0.20247933,0.19421488,0.19421488,0.2768595,0.56198347,0.6446281,0.6198347,0.60330576,0.6198347,0.62396693,0.61157024,0.59090906,0.5785124,0.57438016,0.56198347,0.59917355,0.60330576,0.61157024,0.6404959,0.661157,0.6528926,0.607438,0.56198347,0.62396693,0.677686,0.70247936,0.76859504,0.8181818,0.8305785,0.8264463,0.80991733,0.79752064,0.74793386,0.7107438,0.70247936,0.7355372,0.78512394,0.8016529,0.8016529,0.8016529,0.78512394,0.76859504,0.77272725,0.78512394,0.78099173,0.78099173,0.7644628,0.7644628,0.76859504,0.75619835,0.74793386,0.74793386,0.75619835,0.76033056,0.74793386,0.76859504,0.78512394,0.79752064,0.79752064,0.8181818,0.8181818,0.7892562,0.78512394,0.7644628,0.1983471,0.20247933,0.20661157,0.14876033,0.49586776,0.59504133,0.58677685,0.59917355,0.607438,0.62396693,0.6404959,0.661157,0.661157,0.6818182,0.6735537,0.6818182,0.6694215,0.6652893,0.6652893,0.661157,0.6446281,0.607438,0.55785125,0.6487603,0.6818182,0.7231405,0.7768595,0.8140496,0.8305785,0.8264463,0.8057851,0.7933884,0.74380165,0.7066116,0.6818182,0.69008267,0.74793386,0.78099173,0.78512394,0.78099173,0.7644628,0.75619835,0.7768595,0.79752064,0.8140496,0.822314,0.8305785,0.8305785,0.838843,0.8429752,0.8264463,0.8264463,0.8140496,0.79752064,0.78099173,0.78512394,0.79752064,0.8016529,0.8181818,0.822314,0.8057851,0.79752064,0.78512394,0.75619835,0.20661157,0.1983471,0.2107438,0.11983471,0.45041323,0.59504133,0.61157024,0.6280992,0.6404959,0.6528926,0.6818182,0.69008267,0.70247936,0.6983471,0.7107438,0.71487606,0.6859504,0.6652893,0.6570248,0.6487603,0.6446281,0.58677685,0.58677685,0.6652893,0.677686,0.74380165,0.79752064,0.822314,0.822314,0.8264463,0.80991733,0.7892562,0.76859504,0.73140496,0.70247936,0.677686,0.7107438,0.75619835,0.7644628,0.75619835,0.73140496,0.75619835,0.78512394,0.79752064,0.8181818,0.8181818,0.822314,0.8264463,0.8264463,0.838843,0.822314,0.8347107,0.822314,0.822314,0.8057851,0.8016529,0.8016529,0.8016529,0.822314,0.80991733,0.7892562,0.7933884,0.7768595,0.74793386,0.2107438,0.1983471,0.20247933,0.15289256,0.32231405,0.58677685,0.61157024,0.6322314,0.6446281,0.6528926,0.6735537,0.6735537,0.6735537,0.6983471,0.7107438,0.7107438,0.69008267,0.6652893,0.6404959,0.6487603,0.6404959,0.59917355,0.6280992,0.6528926,0.6942149,0.77272725,0.8140496,0.8264463,0.8305785,0.8264463,0.80991733,0.78512394,0.7892562,0.76859504,0.7644628,0.7231405,0.7107438,0.73140496,0.73966944,0.7231405,0.71900827,0.7644628,0.78099173,0.7892562,0.8016529,0.80991733,0.8057851,0.80991733,0.822314,0.8140496,0.8264463,0.822314,0.8181818,0.8181818,0.8140496,0.8181818,0.80991733,0.8140496,0.822314,0.8057851,0.7892562,0.78512394,0.76033056,0.73140496,0.20247933,0.20247933,0.1983471,0.19421488,0.18595041,0.57438016,0.607438,0.6280992,0.6404959,0.6363636,0.6570248,0.6570248,0.6694215,0.6818182,0.677686,0.6652893,0.6487603,0.6363636,0.62396693,0.6363636,0.6280992,0.61157024,0.607438,0.6198347,0.70247936,0.78512394,0.8140496,0.8305785,0.8347107,0.80991733,0.79752064,0.7768595,0.78512394,0.78512394,0.8057851,0.8016529,0.74793386,0.7355372,0.72727275,0.71487606,0.71487606,0.74793386,0.77272725,0.78099173,0.7933884,0.8057851,0.8057851,0.8140496,0.80991733,0.822314,0.8264463,0.8181818,0.8140496,0.80991733,0.80991733,0.822314,0.8140496,0.8181818,0.8140496,0.8016529,0.78512394,0.76859504,0.73966944,0.73140496,0.19421488,0.20661157,0.19008264,0.2231405,0.1446281,0.5041322,0.5785124,0.61570245,0.62396693,0.6198347,0.6487603,0.6446281,0.6694215,0.6528926,0.6446281,0.62396693,0.61570245,0.61570245,0.61157024,0.62396693,0.58264464,0.60330576,0.57024795,0.5661157,0.6694215,0.78099173,0.79752064,0.8140496,0.8016529,0.77272725,0.75619835,0.75206614,0.75206614,0.77272725,0.7892562,0.7768595,0.75206614,0.7066116,0.7107438,0.7231405,0.7066116,0.7107438,0.73966944,0.76859504,0.78099173,0.79752064,0.80991733,0.8057851,0.8140496,0.8140496,0.822314,0.8140496,0.8140496,0.80991733,0.8057851,0.8016529,0.8057851,0.8057851,0.8057851,0.79752064,0.7933884,0.76033056,0.7355372,0.74380165,0.1983471,0.1983471,0.20247933,0.20661157,0.17768595,0.36363637,0.5661157,0.59504133,0.61157024,0.61157024,0.6280992,0.62396693,0.6404959,0.6363636,0.62396693,0.61157024,0.61570245,0.61157024,0.60330576,0.6280992,0.5413223,0.5495868,0.5661157,0.5247934,0.6446281,0.74793386,0.7768595,0.7892562,0.78512394,0.76033056,0.6818182,0.607438,0.59504133,0.6528926,0.69008267,0.7107438,0.6859504,0.6942149,0.72727275,0.7644628,0.73966944,0.7107438,0.7066116,0.74380165,0.7644628,0.78512394,0.79752064,0.79752064,0.8057851,0.80991733,0.8140496,0.8140496,0.8016529,0.8057851,0.8140496,0.8057851,0.8057851,0.7892562,0.7933884,0.7892562,0.78512394,0.73966944,0.73140496,0.76033056,0.20247933,0.19421488,0.1983471,0.20661157,0.18595041,0.2603306,0.5495868,0.5785124,0.59504133,0.61157024,0.61157024,0.6280992,0.6280992,0.6322314,0.61570245,0.61570245,0.6198347,0.607438,0.61157024,0.6280992,0.59917355,0.54545456,0.45041323,0.45041323,0.60330576,0.7066116,0.73966944,0.75619835,0.8140496,0.71900827,0.58264464,0.5495868,0.54545456,0.59917355,0.61157024,0.59504133,0.6280992,0.7231405,0.80991733,0.8140496,0.7892562,0.73966944,0.70247936,0.71487606,0.74380165,0.77272725,0.7933884,0.7892562,0.8016529,0.7933884,0.7933884,0.80991733,0.8057851,0.8057851,0.80991733,0.7933884,0.79752064,0.78099173,0.7892562,0.78512394,0.78512394,0.73966944,0.74793386,0.76033056,0.20661157,0.1983471,0.19008264,0.1983471,0.17768595,0.23553719,0.49586776,0.56198347,0.57438016,0.607438,0.6198347,0.62396693,0.6198347,0.6322314,0.61570245,0.607438,0.61157024,0.607438,0.61570245,0.6280992,0.6280992,0.59090906,0.4214876,0.37603307,0.446281,0.61157024,0.70247936,0.71487606,0.76859504,0.69008267,0.6446281,0.6404959,0.58677685,0.56198347,0.5247934,0.5495868,0.607438,0.6735537,0.7892562,0.8140496,0.80991733,0.78099173,0.7355372,0.7107438,0.7107438,0.74793386,0.77272725,0.8016529,0.8057851,0.7892562,0.78099173,0.80991733,0.80991733,0.8016529,0.7892562,0.78512394,0.78512394,0.78512394,0.78099173,0.78099173,0.7768595,0.74380165,0.7644628,0.7644628,0.20247933,0.20247933,0.19421488,0.19421488,0.19008264,0.20247933,0.44214877,0.56198347,0.57438016,0.59917355,0.6198347,0.61570245,0.6198347,0.61570245,0.60330576,0.59504133,0.59090906,0.60330576,0.61157024,0.6280992,0.607438,0.55785125,0.4090909,0.35950413,0.38016528,0.45454547,0.607438,0.6818182,0.70247936,0.69008267,0.6404959,0.55785125,0.49173555,0.4752066,0.47107437,0.49173555,0.55785125,0.607438,0.6859504,0.7768595,0.7892562,0.8016529,0.78099173,0.74380165,0.71900827,0.7231405,0.75206614,0.78512394,0.8016529,0.8057851,0.80991733,0.8181818,0.80991733,0.8016529,0.7933884,0.76859504,0.7768595,0.77272725,0.7768595,0.77272725,0.77272725,0.73966944,0.7644628,0.77272725,0.20247933,0.1983471,0.19008264,0.19008264,0.1983471,0.1694215,0.40495867,0.55785125,0.57438016,0.59090906,0.60330576,0.62396693,0.61157024,0.58677685,0.5661157,0.5785124,0.56198347,0.57438016,0.5785124,0.54545456,0.5289256,0.46280992,0.37190083,0.35123968,0.3553719,0.40495867,0.5206612,0.58264464,0.6198347,0.59504133,0.5123967,0.46280992,0.44214877,0.4090909,0.42561984,0.42561984,0.48347107,0.53305787,0.59504133,0.6735537,0.72727275,0.76859504,0.7768595,0.77272725,0.75206614,0.71900827,0.74380165,0.7644628,0.78099173,0.8057851,0.8181818,0.8181818,0.8057851,0.7892562,0.7892562,0.77272725,0.76859504,0.77272725,0.77272725,0.76859504,0.77272725,0.75619835,0.78099173,0.76859504,0.1983471,0.19421488,0.19421488,0.19421488,0.20247933,0.1446281,0.3966942,0.5495868,0.56198347,0.56198347,0.59090906,0.6198347,0.58677685,0.5289256,0.53305787,0.5371901,0.5,0.5165289,0.49586776,0.45041323,0.43801653,0.38429752,0.33471075,0.32231405,0.3264463,0.38016528,0.42975205,0.47107437,0.5289256,0.48347107,0.40082645,0.37603307,0.42561984,0.39256197,0.3966942,0.40495867,0.40495867,0.44214877,0.5165289,0.58264464,0.6446281,0.677686,0.6942149,0.72727275,0.7355372,0.76033056,0.6983471,0.71900827,0.75619835,0.7768595,0.7933884,0.79752064,0.79752064,0.7892562,0.78099173,0.76859504,0.76859504,0.7768595,0.77272725,0.7644628,0.76033056,0.76033056,0.77272725,0.76033056,0.19008264,0.19421488,0.1983471,0.19421488,0.1983471,0.1322314,0.3677686,0.5371901,0.56198347,0.5371901,0.55785125,0.59090906,0.5413223,0.46694216,0.47107437,0.45867768,0.43801653,0.44214877,0.42561984,0.37190083,0.36363637,0.33471075,0.30991736,0.3140496,0.34710744,0.3966942,0.42561984,0.46280992,0.49586776,0.41735536,0.35950413,0.34710744,0.3677686,0.35950413,0.38842976,0.37603307,0.37603307,0.35950413,0.4338843,0.5041322,0.56198347,0.5785124,0.55785125,0.6198347,0.6652893,0.6528926,0.6735537,0.6983471,0.71487606,0.75619835,0.7768595,0.78099173,0.78512394,0.78512394,0.78512394,0.78099173,0.78099173,0.78099173,0.77272725,0.7644628,0.76859504,0.75619835,0.7644628,0.74793386,0.19008264,0.18595041,0.19008264,0.18595041,0.18595041,0.14876033,0.29338843,0.5165289,0.54545456,0.5289256,0.5082645,0.5371901,0.4876033,0.4214876,0.43801653,0.4090909,0.3966942,0.39256197,0.3553719,0.3140496,0.32231405,0.30165288,0.30991736,0.3264463,0.35950413,0.38842976,0.3966942,0.47107437,0.5,0.40495867,0.35123968,0.35950413,0.3677686,0.35950413,0.34710744,0.35950413,0.3553719,0.3429752,0.37603307,0.41322315,0.47933885,0.5,0.45454547,0.5247934,0.5785124,0.5371901,0.5371901,0.6280992,0.6818182,0.7107438,0.76859504,0.76859504,0.75619835,0.78512394,0.78099173,0.78099173,0.78512394,0.78512394,0.78512394,0.7768595,0.7768595,0.75619835,0.75619835,0.71487606,0.19421488,0.19421488,0.19421488,0.18595041,0.18181819,0.17768595,0.20661157,0.5123967,0.5165289,0.5247934,0.49586776,0.5082645,0.45867768,0.41735536,0.42975205,0.4090909,0.37190083,0.3677686,0.33471075,0.3181818,0.3181818,0.3140496,0.3140496,0.3264463,0.32231405,0.38016528,0.41322315,0.5,0.5289256,0.44214877,0.35123968,0.38016528,0.37190083,0.3553719,0.33471075,0.3553719,0.35123968,0.36363637,0.3553719,0.37603307,0.40495867,0.446281,0.41322315,0.45454547,0.5247934,0.49173555,0.4752066,0.5123967,0.5785124,0.6487603,0.74380165,0.75619835,0.7644628,0.7892562,0.7768595,0.7892562,0.78099173,0.7892562,0.79752064,0.78099173,0.76859504,0.75206614,0.73140496,0.6942149,0.19421488,0.19008264,0.19421488,0.18181819,0.18595041,0.18595041,0.1322314,0.47107437,0.49173555,0.5206612,0.48347107,0.46280992,0.42975205,0.40495867,0.41735536,0.4090909,0.38429752,0.34710744,0.36363637,0.38842976,0.40495867,0.40495867,0.37190083,0.35950413,0.3966942,0.4214876,0.47107437,0.5247934,0.56198347,0.5165289,0.446281,0.44214877,0.4338843,0.34710744,0.3966942,0.42561984,0.4214876,0.4214876,0.39256197,0.40082645,0.3966942,0.4338843,0.41322315,0.42975205,0.46694216,0.5123967,0.5082645,0.49586776,0.5,0.5413223,0.6818182,0.7231405,0.73140496,0.7355372,0.76859504,0.76033056,0.74793386,0.78099173,0.79752064,0.78099173,0.7644628,0.74380165,0.7066116,0.677686,0.19008264,0.17768595,0.18181819,0.18181819,0.19008264,0.17768595,0.12809917,0.42561984,0.49586776,0.49173555,0.46694216,0.446281,0.4214876,0.38429752,0.38016528,0.41322315,0.40495867,0.3677686,0.36363637,0.40082645,0.45041323,0.4752066,0.46694216,0.49586776,0.54545456,0.53305787,0.56198347,0.60330576,0.61570245,0.59090906,0.5785124,0.553719,0.5495868,0.45041323,0.49586776,0.53305787,0.5289256,0.54545456,0.5123967,0.5,0.46280992,0.45041323,0.42975205,0.42975205,0.42561984,0.47933885,0.5247934,0.5,0.5,0.5165289,0.59090906,0.661157,0.6942149,0.6818182,0.75206614,0.75619835,0.76859504,0.7892562,0.8016529,0.7768595,0.75619835,0.73140496,0.7066116,0.677686,0.19008264,0.17768595,0.17768595,0.17768595,0.18595041,0.1694215,0.16115703,0.29752067,0.5123967,0.48347107,0.48347107,0.45454547,0.4338843,0.4090909,0.37603307,0.42561984,0.446281,0.43801653,0.40495867,0.36363637,0.39256197,0.44214877,0.4752066,0.5,0.5206612,0.5247934,0.5495868,0.57438016,0.59090906,0.57438016,0.59504133,0.59504133,0.60330576,0.5785124,0.58264464,0.59917355,0.5785124,0.57438016,0.54545456,0.5082645,0.4338843,0.38842976,0.40082645,0.45041323,0.45867768,0.46280992,0.49586776,0.5082645,0.5041322,0.5413223,0.5661157,0.62396693,0.62396693,0.6652893,0.71487606,0.73140496,0.78512394,0.79752064,0.79752064,0.7644628,0.74380165,0.7231405,0.7066116,0.677686,0.18595041,0.18595041,0.17768595,0.17355372,0.18181819,0.17355372,0.16115703,0.21900827,0.49586776,0.4876033,0.4752066,0.46280992,0.5,0.48347107,0.41735536,0.45454547,0.49173555,0.5206612,0.5289256,0.46694216,0.39256197,0.39256197,0.42561984,0.43801653,0.47933885,0.5,0.5371901,0.5661157,0.59917355,0.5785124,0.58677685,0.5785124,0.54545456,0.5495868,0.5247934,0.5413223,0.5371901,0.5165289,0.48347107,0.47107437,0.47107437,0.44214877,0.46694216,0.4752066,0.5413223,0.5123967,0.5082645,0.53305787,0.5289256,0.54545456,0.60330576,0.6322314,0.6487603,0.6652893,0.6735537,0.72727275,0.7644628,0.77272725,0.78099173,0.73966944,0.73966944,0.71900827,0.69008267,0.6735537,0.17768595,0.18181819,0.17768595,0.1694215,0.17768595,0.17768595,0.1570248,0.19421488,0.41735536,0.48347107,0.5041322,0.47933885,0.49173555,0.53305787,0.49586776,0.5165289,0.5206612,0.55785125,0.5661157,0.553719,0.5041322,0.42975205,0.40495867,0.38016528,0.38016528,0.39256197,0.4214876,0.4338843,0.45454547,0.42561984,0.4338843,0.45454547,0.45867768,0.4876033,0.5082645,0.5289256,0.5413223,0.5247934,0.5206612,0.5247934,0.56198347,0.6363636,0.6404959,0.59504133,0.62396693,0.60330576,0.5495868,0.56198347,0.55785125,0.59504133,0.6404959,0.6322314,0.677686,0.6652893,0.6818182,0.75206614,0.76033056,0.7644628,0.75619835,0.75619835,0.73966944,0.6983471,0.6859504,0.6694215,0.17768595,0.1694215,0.17768595,0.1694215,0.1694215,0.17355372,0.16115703,0.16528925,0.3264463,0.46694216,0.5041322,0.49173555,0.5165289,0.5247934,0.53305787,0.5289256,0.49586776,0.553719,0.57024795,0.57024795,0.57438016,0.5247934,0.47933885,0.43801653,0.42975205,0.446281,0.45867768,0.45867768,0.45454547,0.446281,0.47933885,0.4876033,0.5082645,0.53305787,0.57438016,0.58677685,0.58264464,0.58677685,0.6198347,0.6528926,0.7066116,0.73140496,0.7231405,0.69008267,0.69008267,0.6487603,0.59090906,0.59917355,0.607438,0.661157,0.6570248,0.6487603,0.661157,0.6528926,0.71487606,0.77272725,0.78099173,0.76033056,0.75206614,0.75206614,0.71900827,0.69008267,0.69008267,0.6570248,0.17768595,0.16528925,0.16115703,0.1570248,0.1694215,0.16528925,0.1570248,0.15289256,0.24793388,0.43801653,0.49173555,0.5,0.5165289,0.47933885,0.49173555,0.48347107,0.45454547,0.5123967,0.56198347,0.57438016,0.57438016,0.5785124,0.54545456,0.5289256,0.5165289,0.5165289,0.5371901,0.5371901,0.5206612,0.5206612,0.53305787,0.5289256,0.553719,0.5785124,0.62396693,0.6446281,0.6735537,0.70247936,0.7355372,0.75206614,0.74793386,0.73966944,0.7355372,0.72727275,0.75206614,0.72727275,0.6735537,0.677686,0.6528926,0.677686,0.677686,0.70247936,0.69008267,0.6859504,0.74380165,0.76859504,0.77272725,0.7644628,0.75206614,0.7355372,0.7107438,0.6859504,0.6818182,0.6322314,0.17355372,0.16528925,0.1694215,0.17355372,0.1570248,0.16528925,0.1570248,0.16115703,0.1570248,0.3966942,0.4876033,0.46694216,0.5123967,0.46280992,0.47107437,0.45454547,0.45041323,0.5082645,0.5495868,0.57438016,0.56198347,0.5785124,0.5413223,0.55785125,0.56198347,0.5661157,0.5785124,0.58677685,0.57438016,0.57024795,0.57024795,0.5785124,0.6198347,0.661157,0.6983471,0.7355372,0.75206614,0.73140496,0.73966944,0.74380165,0.74793386,0.74793386,0.74793386,0.73966944,0.7355372,0.7066116,0.6694215,0.7066116,0.73140496,0.73140496,0.71900827,0.71487606,0.7355372,0.72727275,0.76859504,0.77272725,0.76033056,0.7644628,0.74380165,0.70247936,0.71487606,0.677686,0.6487603,0.59917355,0.1694215,0.16115703,0.1570248,0.16115703,0.16115703,0.16115703,0.1570248,0.16115703,0.1446281,0.2520661,0.47933885,0.4876033,0.5041322,0.46280992,0.45867768,0.42975205,0.4214876,0.4752066,0.5247934,0.5495868,0.57438016,0.57438016,0.5495868,0.5165289,0.5041322,0.5123967,0.5165289,0.5289256,0.5247934,0.53305787,0.5289256,0.54545456,0.61157024,0.6487603,0.6735537,0.6942149,0.71487606,0.6818182,0.6983471,0.73966944,0.73966944,0.74380165,0.74793386,0.73140496,0.6983471,0.6487603,0.6446281,0.6404959,0.74793386,0.73966944,0.71900827,0.7355372,0.75619835,0.75619835,0.77272725,0.76859504,0.75619835,0.74380165,0.72727275,0.69008267,0.6942149,0.6528926,0.6198347,0.61570245,0.17768595,0.16528925,0.16115703,0.16115703,0.1570248,0.1694215,0.16115703,0.1570248,0.16528925,0.12396694,0.3966942,0.5082645,0.47107437,0.45867768,0.43801653,0.40082645,0.4090909,0.46280992,0.5165289,0.5495868,0.5495868,0.57024795,0.553719,0.5,0.45454547,0.42975205,0.40082645,0.38429752,0.38429752,0.40495867,0.38016528,0.38016528,0.44214877,0.49173555,0.5165289,0.55785125,0.59090906,0.6570248,0.69008267,0.7355372,0.72727275,0.7231405,0.71900827,0.6859504,0.6528926,0.58677685,0.62396693,0.58677685,0.6942149,0.73140496,0.7231405,0.74380165,0.75619835,0.77272725,0.7768595,0.77272725,0.75206614,0.7231405,0.71487606,0.69008267,0.677686,0.607438,0.607438,0.6446281,0.17768595,0.17355372,0.16528925,0.16528925,0.16115703,0.16528925,0.16115703,0.16115703,0.15289256,0.15289256,0.19421488,0.43801653,0.42561984,0.41322315,0.41322315,0.40082645,0.40082645,0.446281,0.5082645,0.55785125,0.5206612,0.5371901,0.5206612,0.47107437,0.42975205,0.3966942,0.33471075,0.29752067,0.3264463,0.3305785,0.26859504,0.28512397,0.3305785,0.37190083,0.4214876,0.5082645,0.5495868,0.6404959,0.6735537,0.6942149,0.6818182,0.69008267,0.6735537,0.6487603,0.6198347,0.58264464,0.5247934,0.59090906,0.6487603,0.7066116,0.73966944,0.75206614,0.7644628,0.77272725,0.76033056,0.76033056,0.73966944,0.71900827,0.6942149,0.6735537,0.6322314,0.58677685,0.6983471,0.6652893,0.17355372,0.1694215,0.1570248,0.16115703,0.1694215,0.1570248,0.16115703,0.1694215,0.1570248,0.16115703,0.19421488,0.2644628,0.41735536,0.38429752,0.39256197,0.38842976,0.3966942,0.45867768,0.47933885,0.5289256,0.49173555,0.49173555,0.47107437,0.44214877,0.40495867,0.3429752,0.33471075,0.28512397,0.30991736,0.2768595,0.22727273,0.2644628,0.29752067,0.33471075,0.38429752,0.5123967,0.49586776,0.61157024,0.6322314,0.6446281,0.6446281,0.6404959,0.6280992,0.58264464,0.5661157,0.55785125,0.5123967,0.5495868,0.6363636,0.69008267,0.74380165,0.76033056,0.7644628,0.75619835,0.75206614,0.74793386,0.75206614,0.73966944,0.6818182,0.6404959,0.59090906,0.6694215,0.76033056,0.6487603,0.16528925,0.1694215,0.1570248,0.1570248,0.16528925,0.14876033,0.15289256,0.17355372,0.16115703,0.18595041,0.1983471,0.22727273,0.3305785,0.3553719,0.338843,0.3429752,0.3966942,0.42561984,0.4214876,0.4752066,0.46694216,0.45867768,0.41735536,0.3677686,0.38429752,0.338843,0.3140496,0.29752067,0.29752067,0.23966943,0.24793388,0.29338843,0.3140496,0.338843,0.37603307,0.5,0.47933885,0.57438016,0.607438,0.6198347,0.6404959,0.62396693,0.60330576,0.58264464,0.5371901,0.5206612,0.5371901,0.5371901,0.59504133,0.6694215,0.73966944,0.75206614,0.76033056,0.74380165,0.73140496,0.71487606,0.72727275,0.7066116,0.6570248,0.58264464,0.6570248,0.73966944,0.77272725,0.6198347,0.16528925,0.1694215,0.16115703,0.1694215,0.16115703,0.15289256,0.15289256,0.1694215,0.1694215,0.18181819,0.2107438,0.22727273,0.2520661,0.30165288,0.3181818,0.30165288,0.35123968,0.338843,0.36363637,0.42975205,0.45867768,0.45454547,0.3966942,0.35123968,0.37190083,0.3553719,0.3429752,0.29338843,0.30165288,0.26859504,0.33471075,0.338843,0.33471075,0.3429752,0.38429752,0.49173555,0.5123967,0.553719,0.5785124,0.59504133,0.607438,0.607438,0.56198347,0.54545456,0.5661157,0.4876033,0.5289256,0.5165289,0.5413223,0.6404959,0.71487606,0.71900827,0.74793386,0.73966944,0.7066116,0.7231405,0.69008267,0.661157,0.6446281,0.6942149,0.74793386,0.77272725,0.77272725,0.59090906,0.18181819,0.16115703,0.16115703,0.1570248,0.16115703,0.1570248,0.15289256,0.16115703,0.17768595,0.19421488,0.19421488,0.2107438,0.24793388,0.28099173,0.30991736,0.28099173,0.2892562,0.30578512,0.3264463,0.37190083,0.40495867,0.41322315,0.38016528,0.37603307,0.38842976,0.38016528,0.35950413,0.34710744,0.3677686,0.37603307,0.41322315,0.40082645,0.37603307,0.37190083,0.41735536,0.4876033,0.54545456,0.5495868,0.56198347,0.5785124,0.553719,0.5785124,0.5495868,0.45454547,0.5289256,0.45041323,0.47933885,0.4876033,0.5,0.6404959,0.69008267,0.6818182,0.70247936,0.71900827,0.6983471,0.6818182,0.661157,0.677686,0.71487606,0.75619835,0.7644628,0.7768595,0.75206614,0.5661157,0.18595041,0.1694215,0.16115703,0.16528925,0.1570248,0.1570248,0.15289256,0.16528925,0.18595041,0.23966943,0.2231405,0.2520661,0.2768595,0.29338843,0.29752067,0.2644628,0.2520661,0.26859504,0.30578512,0.34710744,0.37190083,0.38842976,0.38429752,0.40082645,0.3966942,0.3966942,0.38842976,0.3966942,0.3966942,0.44214877,0.46280992,0.44214877,0.41322315,0.39256197,0.46694216,0.5,0.54545456,0.5247934,0.5495868,0.59917355,0.54545456,0.5165289,0.5247934,0.446281,0.5,0.44214877,0.41735536,0.4214876,0.45867768,0.58677685,0.61570245,0.6570248,0.6528926,0.677686,0.6735537,0.6652893,0.6859504,0.74380165,0.7644628,0.78099173,0.78512394,0.77272725,0.73966944,0.553719,0.17768595,0.18595041,0.17355372,0.1694215,0.17355372,0.17355372,0.20247933,0.2107438,0.2644628,0.32231405,0.3140496,0.30578512,0.29752067,0.30578512,0.2768595,0.2768595,0.23140496,0.27272728,0.30578512,0.3264463,0.33471075,0.37603307,0.38016528,0.40082645,0.38842976,0.3966942,0.4090909,0.41322315,0.42561984,0.47933885,0.49173555,0.446281,0.42561984,0.43801653,0.5041322,0.5289256,0.5082645,0.5247934,0.5413223,0.58677685,0.56198347,0.47933885,0.46694216,0.44214877,0.45041323,0.4214876,0.38842976,0.3966942,0.4090909,0.4876033,0.4876033,0.55785125,0.61157024,0.6404959,0.6859504,0.7107438,0.73966944,0.7644628,0.78512394,0.7892562,0.78512394,0.7644628,0.73966944,0.5371901,0.2603306,0.2892562,0.30991736,0.34710744,0.4090909,0.40495867,0.42975205,0.42561984,0.38016528,0.37190083,0.34710744,0.30165288,0.29338843,0.30578512,0.2603306,0.26859504,0.28099173,0.30578512,0.29338843,0.30165288,0.30991736,0.33471075,0.3429752,0.3553719,0.37603307,0.3966942,0.41735536,0.42975205,0.42975205,0.48347107,0.47107437,0.43801653,0.4338843,0.47933885,0.5371901,0.56198347,0.5041322,0.5082645,0.5041322,0.5041322,0.5082645,0.45867768,0.40495867,0.41322315,0.3966942,0.38429752,0.37603307,0.3677686,0.38016528,0.41322315,0.45041323,0.46694216,0.5785124,0.6859504,0.73966944,0.75619835,0.77272725,0.7768595,0.7892562,0.7892562,0.7768595,0.76033056,0.73966944,0.5165289,0.47107437,0.49173555,0.5165289,0.5165289,0.5247934,0.5123967,0.5247934,0.45041323,0.3966942,0.41322315,0.36363637,0.30578512,0.28512397,0.2892562,0.2520661,0.26859504,0.29338843,0.28512397,0.2768595,0.2892562,0.28512397,0.29752067,0.3429752,0.35123968,0.38016528,0.37603307,0.41322315,0.4338843,0.41322315,0.45867768,0.4214876,0.4338843,0.41735536,0.5041322,0.5,0.5123967,0.49586776,0.5,0.48347107,0.44214877,0.4214876,0.4214876,0.3553719,0.34710744,0.35950413,0.36363637,0.35950413,0.3553719,0.37603307,0.34710744,0.38429752,0.49586776,0.6528926,0.7066116,0.77272725,0.7892562,0.7892562,0.78512394,0.78512394,0.79752064,0.76859504,0.76033056,0.73966944,0.49586776,0.5123967,0.5123967,0.5289256,0.5495868,0.553719,0.59090906,0.5413223,0.45454547,0.4338843,0.42975205,0.38016528,0.33471075,0.29752067,0.28512397,0.28099173,0.26859504,0.2603306,0.26859504,0.28099173,0.28099173,0.28099173,0.30165288,0.3429752,0.35950413,0.34710744,0.36363637,0.38016528,0.40082645,0.38842976,0.4338843,0.3677686,0.39256197,0.38016528,0.45454547,0.4338843,0.46280992,0.46694216,0.446281,0.42561984,0.3966942,0.38429752,0.37190083,0.3181818,0.28512397,0.30991736,0.3429752,0.338843,0.3553719,0.40082645,0.37190083,0.42975205,0.5206612,0.6404959,0.6818182,0.77272725,0.7892562,0.7768595,0.79752064,0.7933884,0.78512394,0.77272725,0.75206614,0.75206614,0.47933885,16 +0.15289256,0.1446281,0.19421488,0.23553719,0.21900827,0.20661157,0.446281,0.5123967,0.5413223,0.5661157,0.58264464,0.6198347,0.6280992,0.6487603,0.6570248,0.6652893,0.6694215,0.6735537,0.7066116,0.7066116,0.71487606,0.7231405,0.71900827,0.71487606,0.73140496,0.73140496,0.72727275,0.73140496,0.73140496,0.73140496,0.7231405,0.74793386,0.73140496,0.74380165,0.76033056,0.77272725,0.7768595,0.8016529,0.7933884,0.79752064,0.79752064,0.79752064,0.8016529,0.79752064,0.8016529,0.79752064,0.8140496,0.8181818,0.8057851,0.8016529,0.8016529,0.7933884,0.7933884,0.7892562,0.7892562,0.7768595,0.76859504,0.74380165,0.74380165,0.74793386,0.7231405,0.6694215,0.6280992,0.56198347,0.18181819,0.18181819,0.18181819,0.23553719,0.20661157,0.2231405,0.45041323,0.5082645,0.5495868,0.57024795,0.59504133,0.6198347,0.6363636,0.6528926,0.6735537,0.6818182,0.6983471,0.6983471,0.71487606,0.7231405,0.74380165,0.75206614,0.7355372,0.73140496,0.73966944,0.74793386,0.73966944,0.73966944,0.7355372,0.74793386,0.74380165,0.75206614,0.74793386,0.74793386,0.76859504,0.78512394,0.7933884,0.79752064,0.8016529,0.8016529,0.8140496,0.8057851,0.80991733,0.8016529,0.80991733,0.8140496,0.79752064,0.8057851,0.80991733,0.8140496,0.8057851,0.79752064,0.8057851,0.7933884,0.78512394,0.77272725,0.76033056,0.75206614,0.72727275,0.75619835,0.74793386,0.6983471,0.6446281,0.59090906,0.18595041,0.18595041,0.1446281,0.23553719,0.2107438,0.24380165,0.45867768,0.5206612,0.5495868,0.58677685,0.61157024,0.6322314,0.6446281,0.6570248,0.677686,0.6859504,0.69008267,0.7107438,0.72727275,0.7355372,0.75206614,0.76033056,0.75619835,0.75206614,0.74793386,0.75206614,0.74380165,0.74380165,0.7231405,0.73140496,0.74793386,0.7644628,0.74793386,0.76859504,0.78512394,0.8016529,0.8140496,0.8140496,0.8140496,0.8057851,0.79752064,0.8016529,0.79752064,0.78099173,0.79752064,0.8016529,0.8181818,0.8181818,0.8140496,0.80991733,0.8140496,0.8057851,0.80991733,0.79752064,0.78512394,0.78099173,0.7644628,0.76033056,0.75206614,0.75619835,0.75206614,0.7231405,0.6528926,0.607438,0.19421488,0.19421488,0.12809917,0.22727273,0.2107438,0.2768595,0.46694216,0.5206612,0.553719,0.58677685,0.62396693,0.6487603,0.6528926,0.6652893,0.677686,0.69008267,0.677686,0.7066116,0.71900827,0.73966944,0.75206614,0.75619835,0.76859504,0.75206614,0.75206614,0.75206614,0.74793386,0.74793386,0.72727275,0.72727275,0.73966944,0.74793386,0.75206614,0.76859504,0.7768595,0.7892562,0.7933884,0.79752064,0.8016529,0.7933884,0.7892562,0.78512394,0.78099173,0.7768595,0.7768595,0.77272725,0.79752064,0.8140496,0.8181818,0.80991733,0.8057851,0.79752064,0.80991733,0.8016529,0.79752064,0.7933884,0.76859504,0.76033056,0.76033056,0.76033056,0.7644628,0.75619835,0.7107438,0.607438,0.2107438,0.2107438,0.15289256,0.21900827,0.21487603,0.30165288,0.48347107,0.5289256,0.5661157,0.58677685,0.61570245,0.6404959,0.6528926,0.6735537,0.6735537,0.6859504,0.69008267,0.7066116,0.71900827,0.73140496,0.73140496,0.74793386,0.75619835,0.7231405,0.75206614,0.7644628,0.75206614,0.74793386,0.73140496,0.73966944,0.74380165,0.7355372,0.74380165,0.74793386,0.76033056,0.76859504,0.78512394,0.7768595,0.78512394,0.79752064,0.8057851,0.8057851,0.79752064,0.79752064,0.7892562,0.78099173,0.7933884,0.78512394,0.8016529,0.8181818,0.8140496,0.80991733,0.8181818,0.8140496,0.8057851,0.79752064,0.77272725,0.75206614,0.7644628,0.7644628,0.75619835,0.75206614,0.74793386,0.7066116,0.19421488,0.19421488,0.19008264,0.19421488,0.1570248,0.3181818,0.5041322,0.553719,0.57024795,0.56198347,0.58677685,0.61570245,0.6322314,0.6487603,0.6570248,0.6859504,0.69008267,0.7066116,0.72727275,0.73966944,0.73966944,0.74380165,0.7644628,0.76859504,0.7892562,0.7892562,0.77272725,0.74793386,0.74793386,0.7355372,0.72727275,0.7355372,0.7355372,0.74380165,0.76859504,0.75206614,0.76859504,0.7768595,0.78099173,0.7933884,0.79752064,0.8016529,0.7933884,0.7933884,0.7933884,0.8057851,0.8181818,0.79752064,0.78099173,0.8057851,0.8305785,0.822314,0.8181818,0.8181818,0.8016529,0.8057851,0.77272725,0.75619835,0.76033056,0.76859504,0.76033056,0.76033056,0.75206614,0.75619835,0.19421488,0.19421488,0.19008264,0.17355372,0.10330579,0.33471075,0.5371901,0.55785125,0.553719,0.57024795,0.59090906,0.607438,0.6198347,0.60330576,0.6198347,0.6322314,0.6404959,0.6528926,0.6818182,0.70247936,0.71900827,0.73140496,0.74793386,0.76859504,0.7933884,0.78099173,0.74793386,0.7066116,0.72727275,0.6983471,0.6983471,0.7107438,0.7066116,0.7355372,0.74793386,0.73140496,0.75619835,0.77272725,0.78512394,0.7933884,0.78512394,0.7892562,0.7768595,0.7768595,0.8016529,0.7933884,0.80991733,0.80991733,0.7933884,0.78512394,0.80991733,0.80991733,0.8140496,0.8140496,0.80991733,0.7933884,0.78099173,0.7644628,0.75206614,0.76033056,0.76033056,0.76859504,0.76033056,0.75206614,0.1983471,0.1983471,0.19421488,0.17768595,0.08677686,0.35950413,0.56198347,0.49586776,0.5082645,0.553719,0.59090906,0.6198347,0.6322314,0.6363636,0.6528926,0.6528926,0.6570248,0.6570248,0.661157,0.661157,0.69008267,0.7107438,0.72727275,0.74793386,0.7768595,0.77272725,0.75619835,0.7066116,0.71900827,0.6859504,0.677686,0.677686,0.6818182,0.71487606,0.75206614,0.75206614,0.75619835,0.7933884,0.7892562,0.78512394,0.76859504,0.77272725,0.73966944,0.73966944,0.7355372,0.7107438,0.73966944,0.75206614,0.74793386,0.7107438,0.7066116,0.71900827,0.75619835,0.76859504,0.7768595,0.7933884,0.7892562,0.75619835,0.74793386,0.74793386,0.76033056,0.76859504,0.7768595,0.76033056,0.20661157,0.20247933,0.1983471,0.17768595,0.10743801,0.3429752,0.42975205,0.38842976,0.42975205,0.45041323,0.5,0.5206612,0.553719,0.57438016,0.60330576,0.6280992,0.661157,0.677686,0.6818182,0.6859504,0.6983471,0.7066116,0.7355372,0.76859504,0.78512394,0.7933884,0.78512394,0.76859504,0.7355372,0.70247936,0.69008267,0.6859504,0.69008267,0.7066116,0.71900827,0.7066116,0.69008267,0.661157,0.6487603,0.6652893,0.6735537,0.6983471,0.661157,0.6570248,0.6446281,0.62396693,0.61570245,0.59917355,0.59090906,0.56198347,0.5785124,0.5785124,0.58677685,0.61570245,0.6446281,0.6694215,0.74380165,0.73966944,0.73140496,0.74380165,0.76033056,0.76033056,0.76859504,0.75206614,0.19008264,0.1694215,0.16528925,0.18595041,0.27272728,0.38016528,0.3553719,0.35950413,0.38429752,0.3966942,0.446281,0.49173555,0.53305787,0.553719,0.56198347,0.57438016,0.61570245,0.61570245,0.6570248,0.6983471,0.72727275,0.71900827,0.72727275,0.74380165,0.7644628,0.76859504,0.76859504,0.75206614,0.71487606,0.7066116,0.71900827,0.71900827,0.6983471,0.6818182,0.6694215,0.6528926,0.6652893,0.6570248,0.661157,0.69008267,0.6818182,0.677686,0.5785124,0.5661157,0.607438,0.6363636,0.6735537,0.7231405,0.7231405,0.6322314,0.57024795,0.5289256,0.44214877,0.44214877,0.45041323,0.47933885,0.55785125,0.59504133,0.6487603,0.6942149,0.72727275,0.72727275,0.74793386,0.75619835,0.3429752,0.42561984,0.57438016,0.6322314,0.6322314,0.5785124,0.45867768,0.44214877,0.4338843,0.5165289,0.54545456,0.53305787,0.5041322,0.5082645,0.5123967,0.54545456,0.6280992,0.6404959,0.6322314,0.6652893,0.677686,0.661157,0.6487603,0.59917355,0.6570248,0.71487606,0.73140496,0.70247936,0.661157,0.6528926,0.6487603,0.62396693,0.58677685,0.60330576,0.6446281,0.6363636,0.6404959,0.6322314,0.55785125,0.5413223,0.4752066,0.45867768,0.46694216,0.45041323,0.43801653,0.45867768,0.4876033,0.5206612,0.5495868,0.5785124,0.59090906,0.59090906,0.5495868,0.6280992,0.78512394,0.48347107,0.41322315,0.46280992,0.5,0.5785124,0.58677685,0.61570245,0.6322314,0.661157,0.6528926,0.5785124,0.44214877,0.46280992,0.4090909,0.38016528,0.37190083,0.40495867,0.3966942,0.40495867,0.3677686,0.3553719,0.37190083,0.3966942,0.4090909,0.4214876,0.4214876,0.44214877,0.45867768,0.53305787,0.6446281,0.6198347,0.677686,0.59504133,0.59917355,0.6983471,0.677686,0.62396693,0.59090906,0.59090906,0.59917355,0.6198347,0.677686,0.59504133,0.59917355,0.60330576,0.59917355,0.59090906,0.5,0.5123967,0.49173555,0.5123967,0.5123967,0.4876033,0.48347107,0.53305787,0.55785125,0.55785125,0.5413223,0.54545456,0.5495868,0.5,0.54545456,0.54545456,0.6198347,0.58264464,0.45867768,0.47933885,0.47933885,0.5165289,0.55785125,0.58264464,0.607438,0.59504133,0.2892562,0.23966943,0.23966943,0.22727273,0.21487603,0.338843,0.42975205,0.49586776,0.5289256,0.5413223,0.54545456,0.5413223,0.553719,0.5495868,0.5206612,0.5,0.47933885,0.48347107,0.5247934,0.5413223,0.55785125,0.61157024,0.7107438,0.6570248,0.6570248,0.69008267,0.677686,0.6280992,0.6198347,0.61157024,0.553719,0.72727275,0.71487606,0.62396693,0.6198347,0.6570248,0.6735537,0.677686,0.6446281,0.661157,0.6694215,0.6694215,0.6652893,0.6652893,0.6322314,0.6528926,0.6859504,0.6735537,0.6570248,0.6652893,0.6404959,0.53305787,0.70247936,0.7107438,0.6694215,0.6859504,0.5289256,0.57438016,0.62396693,0.59504133,0.61157024,0.6735537,0.7107438,0.71487606,0.27272728,0.2644628,0.24380165,0.23553719,0.22727273,0.38429752,0.46280992,0.48347107,0.5206612,0.5082645,0.47933885,0.47107437,0.47933885,0.4876033,0.47933885,0.49173555,0.47933885,0.4752066,0.5247934,0.5371901,0.58677685,0.53305787,0.57024795,0.6694215,0.677686,0.6322314,0.69008267,0.7066116,0.6694215,0.70247936,0.55785125,0.94214875,0.8181818,0.7355372,0.7107438,0.6942149,0.6859504,0.677686,0.677686,0.6735537,0.677686,0.6528926,0.60330576,0.59917355,0.5785124,0.5495868,0.5785124,0.60330576,0.60330576,0.6280992,0.60330576,0.56198347,0.70247936,0.7231405,0.73966944,0.75619835,0.75206614,0.42975205,0.7355372,0.71900827,0.71487606,0.7355372,0.75619835,0.77272725,0.29752067,0.30165288,0.30991736,0.2892562,0.2520661,0.41735536,0.47107437,0.46280992,0.47933885,0.44214877,0.4214876,0.39256197,0.37603307,0.37190083,0.3305785,0.3429752,0.37603307,0.3677686,0.4214876,0.45041323,0.4752066,0.4338843,0.34710744,0.69008267,0.6942149,0.5041322,0.5413223,0.6652893,0.6446281,0.7355372,0.58677685,0.90082645,0.8016529,0.75619835,0.73966944,0.71900827,0.6735537,0.661157,0.61570245,0.60330576,0.5785124,0.49173555,0.45454547,0.446281,0.42975205,0.41322315,0.41322315,0.45867768,0.47933885,0.5123967,0.46694216,0.5123967,0.59917355,0.6570248,0.6983471,0.74793386,0.76033056,0.6446281,0.47933885,0.72727275,0.73966944,0.6942149,0.6652893,0.59917355,0.38842976,0.4090909,0.39256197,0.3553719,0.30578512,0.45454547,0.5123967,0.4752066,0.39256197,0.3966942,0.36363637,0.33471075,0.35950413,0.3553719,0.2644628,0.2768595,0.3181818,0.35950413,0.35950413,0.3429752,0.38429752,0.40495867,0.4338843,0.5661157,0.57438016,0.56198347,0.7107438,0.75619835,0.73140496,0.6198347,0.59917355,0.8512397,0.7644628,0.74380165,0.71900827,0.6652893,0.6322314,0.58677685,0.5661157,0.5289256,0.43801653,0.41735536,0.43801653,0.45041323,0.47933885,0.4338843,0.38016528,0.38429752,0.37603307,0.35123968,0.41735536,0.4752066,0.56198347,0.58677685,0.6198347,0.6859504,0.74793386,0.7355372,0.7107438,0.838843,0.7107438,0.37603307,0.46280992,0.38429752,0.40082645,0.35950413,0.34710744,0.27272728,0.2768595,0.45454547,0.5165289,0.49586776,0.40082645,0.32231405,0.3181818,0.4338843,0.5041322,0.3553719,0.2644628,0.23966943,0.28512397,0.2520661,0.3181818,0.3966942,0.36363637,0.36363637,0.5123967,0.4752066,0.5123967,0.661157,0.76859504,0.8140496,0.8181818,0.6818182,0.5289256,0.74380165,0.73140496,0.7231405,0.677686,0.6735537,0.6280992,0.54545456,0.5082645,0.45041323,0.45041323,0.47107437,0.40495867,0.5082645,0.59090906,0.45867768,0.35950413,0.41735536,0.3305785,0.35123968,0.30165288,0.41322315,0.553719,0.59090906,0.61570245,0.62396693,0.7231405,0.75206614,0.6570248,0.56198347,0.6652893,0.33471075,0.5041322,0.61157024,0.3553719,0.29338843,0.2520661,0.34710744,0.55785125,0.6198347,0.6322314,0.5661157,0.3264463,0.29752067,0.4338843,0.553719,0.61157024,0.2768595,0.37603307,0.2107438,0.2644628,0.24380165,0.2768595,0.37603307,0.3966942,0.3140496,0.6570248,0.53305787,0.5247934,0.6694215,0.7355372,0.7892562,0.8057851,0.71900827,0.57024795,0.822314,0.6983471,0.6487603,0.73966944,0.79752064,0.71900827,0.61570245,0.53305787,0.49586776,0.45454547,0.45867768,0.446281,0.553719,0.60330576,0.48347107,0.37603307,0.3264463,0.3181818,0.43801653,0.35950413,0.59917355,0.42975205,0.48347107,0.6487603,0.6404959,0.6859504,0.75619835,0.6694215,0.58264464,0.78512394,0.71900827,0.74380165,0.7231405,0.2603306,0.2768595,0.17768595,0.58264464,0.90495867,0.90495867,0.892562,0.8305785,0.4876033,0.37190083,0.446281,0.5413223,0.661157,0.35950413,0.45454547,0.26859504,0.2107438,0.25619835,0.30165288,0.4090909,0.33471075,0.24380165,0.59917355,0.4876033,0.4876033,0.6487603,0.70247936,0.73966944,0.74793386,0.7355372,0.59917355,0.8305785,0.7933884,0.4214876,0.8719008,0.91735536,0.8801653,0.8512397,0.75206614,0.46280992,0.3966942,0.38842976,0.446281,0.58677685,0.6818182,0.56198347,0.45041323,0.23140496,0.5,0.446281,0.446281,0.661157,0.4752066,0.41322315,0.58264464,0.6322314,0.677686,0.72727275,0.6694215,0.6528926,0.75619835,0.73966944,0.76033056,0.75619835,0.23140496,0.23140496,0.19008264,0.37190083,0.8471074,0.91322315,0.90082645,0.8429752,0.5785124,0.4090909,0.4090909,0.44214877,0.5206612,0.5041322,0.35123968,0.3140496,0.3181818,0.338843,0.34710744,0.3966942,0.3677686,0.3429752,0.41322315,0.30991736,0.5206612,0.6859504,0.71487606,0.75619835,0.7355372,0.75206614,0.55785125,0.73966944,0.95454544,0.27272728,0.6404959,0.92975205,0.91322315,0.90909094,0.90082645,0.46694216,0.42975205,0.41735536,0.41735536,0.47107437,0.57438016,0.553719,0.38842976,0.338843,0.38429752,0.45041323,0.4876033,0.54545456,0.57438016,0.55785125,0.5661157,0.6363636,0.6942149,0.7231405,0.6652893,0.76033056,0.76859504,0.74380165,0.78512394,0.7933884,0.23140496,0.22727273,0.20247933,0.0785124,0.30991736,0.6322314,0.661157,0.59090906,0.46280992,0.42975205,0.46694216,0.47107437,0.45867768,0.45454547,0.446281,0.446281,0.4338843,0.42561984,0.40082645,0.42561984,0.44214877,0.4876033,0.41322315,0.32231405,0.59917355,0.70247936,0.74793386,0.7933884,0.7892562,0.74380165,0.6363636,0.54545456,0.90495867,0.55785125,0.4214876,0.54545456,0.6694215,0.6942149,0.6446281,0.45867768,0.45867768,0.46280992,0.45454547,0.5123967,0.5165289,0.53305787,0.49586776,0.5,0.5,0.55785125,0.53305787,0.59504133,0.6487603,0.6280992,0.6570248,0.6983471,0.73140496,0.7355372,0.6487603,0.8595041,0.8305785,0.77272725,0.8057851,0.79752064,0.22727273,0.21900827,0.23140496,0.19008264,0.3140496,0.5661157,0.55785125,0.53305787,0.45867768,0.446281,0.5165289,0.5247934,0.5123967,0.5165289,0.5123967,0.49586776,0.46280992,0.446281,0.43801653,0.446281,0.45454547,0.5371901,0.4214876,0.46280992,0.661157,0.74380165,0.8016529,0.8181818,0.8016529,0.77272725,0.75206614,0.5123967,0.59504133,0.61157024,0.661157,0.61157024,0.59917355,0.55785125,0.5082645,0.46280992,0.46694216,0.47107437,0.47107437,0.5082645,0.5289256,0.58677685,0.57438016,0.61570245,0.6363636,0.6322314,0.59504133,0.6528926,0.6859504,0.677686,0.7107438,0.72727275,0.72727275,0.7066116,0.7355372,0.6446281,0.8347107,0.7933884,0.79752064,0.7892562,0.2231405,0.21900827,0.23140496,0.20247933,0.30165288,0.57024795,0.5661157,0.54545456,0.47933885,0.45454547,0.5041322,0.5247934,0.5123967,0.5165289,0.5123967,0.49586776,0.4752066,0.45867768,0.45867768,0.446281,0.5289256,0.60330576,0.446281,0.5785124,0.6818182,0.76033056,0.80991733,0.8305785,0.7933884,0.7933884,0.76033056,0.6942149,0.5206612,0.59917355,0.6446281,0.6528926,0.6280992,0.60330576,0.53305787,0.49586776,0.49173555,0.4876033,0.49173555,0.5041322,0.5371901,0.5785124,0.607438,0.6322314,0.6570248,0.6198347,0.62396693,0.6859504,0.71487606,0.72727275,0.73966944,0.7355372,0.72727275,0.72727275,0.8181818,0.54545456,0.78512394,0.7933884,0.7892562,0.7892562,0.23553719,0.2231405,0.22727273,0.21487603,0.28512397,0.57024795,0.57438016,0.553719,0.5123967,0.49173555,0.5165289,0.5123967,0.5,0.5,0.5,0.49586776,0.48347107,0.49586776,0.5,0.46694216,0.6694215,0.62396693,0.5041322,0.6570248,0.6859504,0.75206614,0.8181818,0.8305785,0.79752064,0.7933884,0.78512394,0.7107438,0.6363636,0.58677685,0.59090906,0.6652893,0.6735537,0.6528926,0.59917355,0.5413223,0.5289256,0.5041322,0.5,0.5041322,0.5371901,0.53305787,0.553719,0.5785124,0.58264464,0.59504133,0.6735537,0.71487606,0.73966944,0.7355372,0.75206614,0.75206614,0.75619835,0.75619835,0.8181818,0.59504133,0.7644628,0.78512394,0.7933884,0.7933884,0.23140496,0.23140496,0.23553719,0.21487603,0.2892562,0.56198347,0.58264464,0.5661157,0.55785125,0.49173555,0.53305787,0.54545456,0.5206612,0.5289256,0.5289256,0.5371901,0.53305787,0.54545456,0.553719,0.59090906,0.76033056,0.553719,0.56198347,0.6694215,0.69008267,0.76033056,0.8140496,0.8181818,0.79752064,0.78512394,0.80991733,0.76033056,0.71900827,0.6404959,0.55785125,0.6280992,0.6859504,0.677686,0.6404959,0.59504133,0.55785125,0.5165289,0.49586776,0.49586776,0.5123967,0.49586776,0.5123967,0.5413223,0.59090906,0.661157,0.70247936,0.73966944,0.7644628,0.75619835,0.76859504,0.78099173,0.76033056,0.7644628,0.78099173,0.6280992,0.76033056,0.7933884,0.7892562,0.8140496,0.24380165,0.23553719,0.23140496,0.20661157,0.30165288,0.553719,0.59504133,0.5785124,0.58677685,0.5289256,0.5123967,0.5495868,0.54545456,0.55785125,0.55785125,0.5785124,0.58677685,0.59504133,0.59504133,0.71900827,0.6694215,0.45454547,0.6446281,0.6652893,0.7107438,0.7644628,0.7933884,0.79752064,0.79752064,0.7933884,0.7892562,0.7892562,0.75619835,0.75206614,0.6859504,0.60330576,0.61570245,0.6446281,0.6363636,0.59917355,0.5661157,0.53305787,0.5123967,0.5,0.5247934,0.5661157,0.60330576,0.6487603,0.6942149,0.71487606,0.73140496,0.75206614,0.7768595,0.78099173,0.78099173,0.7892562,0.7644628,0.76859504,0.75206614,0.71900827,0.7768595,0.79752064,0.79752064,0.80991733,0.44214877,0.2768595,0.28512397,0.23553719,0.3140496,0.5495868,0.59090906,0.58264464,0.58677685,0.5785124,0.5371901,0.5495868,0.5661157,0.5785124,0.58677685,0.607438,0.61570245,0.59504133,0.677686,0.69008267,0.54545456,0.49586776,0.6446281,0.6487603,0.71900827,0.76859504,0.8016529,0.7933884,0.79752064,0.7892562,0.78099173,0.78099173,0.75206614,0.77272725,0.76033056,0.74380165,0.62396693,0.6322314,0.6859504,0.6694215,0.6528926,0.6363636,0.6363636,0.6446281,0.6446281,0.6818182,0.7066116,0.73966944,0.76033056,0.77272725,0.76859504,0.78099173,0.8016529,0.8057851,0.7892562,0.78099173,0.76859504,0.7644628,0.7107438,0.7644628,0.7933884,0.80991733,0.80991733,0.8016529,0.54545456,0.5247934,0.36363637,0.28099173,0.338843,0.56198347,0.60330576,0.607438,0.61157024,0.607438,0.60330576,0.59090906,0.57438016,0.57438016,0.58264464,0.59917355,0.59917355,0.6363636,0.6942149,0.607438,0.5661157,0.5371901,0.6446281,0.6487603,0.72727275,0.7933884,0.8057851,0.7892562,0.8057851,0.7892562,0.77272725,0.7768595,0.76033056,0.78099173,0.8016529,0.79752064,0.75619835,0.69008267,0.74380165,0.75206614,0.71900827,0.70247936,0.7107438,0.71900827,0.7231405,0.74380165,0.76033056,0.7768595,0.78099173,0.8016529,0.8140496,0.8016529,0.8181818,0.8140496,0.79752064,0.78512394,0.76859504,0.7231405,0.6446281,0.78512394,0.822314,0.8181818,0.8181818,0.8016529,0.2520661,0.5495868,0.59090906,0.46280992,0.36363637,0.56198347,0.59504133,0.6280992,0.6322314,0.6322314,0.6446281,0.661157,0.6446281,0.6280992,0.6280992,0.6446281,0.6322314,0.6198347,0.6404959,0.62396693,0.5785124,0.54545456,0.6487603,0.677686,0.76033056,0.8140496,0.8057851,0.8057851,0.79752064,0.7933884,0.76859504,0.76033056,0.75619835,0.7644628,0.79752064,0.7933884,0.78099173,0.75206614,0.74793386,0.71900827,0.7231405,0.72727275,0.73966944,0.76033056,0.78099173,0.78512394,0.7933884,0.7768595,0.78099173,0.80991733,0.8181818,0.822314,0.822314,0.8016529,0.7933884,0.75619835,0.70247936,0.6528926,0.76859504,0.822314,0.822314,0.822314,0.80991733,0.7933884,0.17355372,0.23140496,0.43801653,0.58264464,0.62396693,0.6528926,0.6570248,0.6652893,0.6942149,0.6942149,0.6570248,0.6280992,0.61570245,0.607438,0.607438,0.61157024,0.61157024,0.6322314,0.6570248,0.6363636,0.57024795,0.57024795,0.6570248,0.6942149,0.78099173,0.8140496,0.8264463,0.8057851,0.7933884,0.7933884,0.75206614,0.7355372,0.74380165,0.73140496,0.78099173,0.7892562,0.7892562,0.7933884,0.78099173,0.74793386,0.71900827,0.69008267,0.6859504,0.6983471,0.7231405,0.7355372,0.74380165,0.76033056,0.7892562,0.7892562,0.77272725,0.7644628,0.73966944,0.73140496,0.73140496,0.6983471,0.7066116,0.7933884,0.8016529,0.822314,0.8181818,0.8140496,0.8057851,0.7933884,0.20247933,0.18595041,0.18595041,0.16528925,0.45867768,0.59090906,0.6404959,0.6942149,0.73140496,0.70247936,0.6487603,0.62396693,0.61157024,0.6198347,0.6363636,0.6404959,0.6404959,0.6487603,0.661157,0.6322314,0.57024795,0.59917355,0.677686,0.7107438,0.78099173,0.8140496,0.8347107,0.8140496,0.80991733,0.7892562,0.7355372,0.71487606,0.71900827,0.69008267,0.75206614,0.7768595,0.78512394,0.78512394,0.78099173,0.75206614,0.74793386,0.74793386,0.7644628,0.75619835,0.7355372,0.71900827,0.6942149,0.70247936,0.70247936,0.6983471,0.7107438,0.7355372,0.76859504,0.75206614,0.71900827,0.7644628,0.7892562,0.8016529,0.80991733,0.8181818,0.8347107,0.80991733,0.79752064,0.78512394,0.1983471,0.20247933,0.20247933,0.13636364,0.35950413,0.58264464,0.58677685,0.607438,0.6280992,0.6528926,0.6528926,0.661157,0.6528926,0.661157,0.6652893,0.661157,0.6570248,0.6487603,0.6404959,0.62396693,0.59090906,0.62396693,0.6818182,0.73140496,0.7892562,0.8181818,0.822314,0.8181818,0.8016529,0.78099173,0.7355372,0.7066116,0.70247936,0.6694215,0.71900827,0.74380165,0.76859504,0.7644628,0.76033056,0.73966944,0.73966944,0.7644628,0.7933884,0.8016529,0.80991733,0.8181818,0.822314,0.822314,0.8264463,0.8181818,0.80991733,0.8057851,0.78512394,0.78512394,0.76033056,0.78099173,0.79752064,0.80991733,0.8140496,0.8181818,0.822314,0.8181818,0.79752064,0.7933884,0.1983471,0.19421488,0.20661157,0.1694215,0.27272728,0.57438016,0.60330576,0.62396693,0.6280992,0.6570248,0.661157,0.6446281,0.661157,0.661157,0.6487603,0.6528926,0.6487603,0.6280992,0.6446281,0.6280992,0.59504133,0.6404959,0.6942149,0.75619835,0.79752064,0.80991733,0.822314,0.8140496,0.79752064,0.78099173,0.7644628,0.7107438,0.71900827,0.69008267,0.69008267,0.71900827,0.74380165,0.74380165,0.72727275,0.7066116,0.7355372,0.77272725,0.7933884,0.8016529,0.80991733,0.8181818,0.8140496,0.822314,0.8305785,0.8264463,0.8264463,0.8264463,0.822314,0.822314,0.8057851,0.8016529,0.8057851,0.8057851,0.8181818,0.822314,0.822314,0.8016529,0.8016529,0.7933884,0.1983471,0.20247933,0.19421488,0.1983471,0.20247933,0.53305787,0.59504133,0.6198347,0.61570245,0.6280992,0.6363636,0.6198347,0.6322314,0.6404959,0.6322314,0.6322314,0.6322314,0.62396693,0.6446281,0.6198347,0.59917355,0.6487603,0.73966944,0.78099173,0.8181818,0.822314,0.8181818,0.8140496,0.7933884,0.78099173,0.7933884,0.74380165,0.75619835,0.73140496,0.71900827,0.7107438,0.71900827,0.7107438,0.6942149,0.7066116,0.74793386,0.76859504,0.77272725,0.78512394,0.79752064,0.79752064,0.79752064,0.80991733,0.8140496,0.80991733,0.8181818,0.8140496,0.8264463,0.80991733,0.80991733,0.80991733,0.8181818,0.80991733,0.822314,0.8140496,0.8057851,0.7892562,0.79752064,0.78512394,0.19421488,0.19008264,0.1983471,0.18595041,0.19008264,0.46694216,0.59090906,0.607438,0.59917355,0.6198347,0.6198347,0.61570245,0.61157024,0.61157024,0.61157024,0.60330576,0.61157024,0.6280992,0.62396693,0.59504133,0.57024795,0.6363636,0.75619835,0.78512394,0.8057851,0.8305785,0.838843,0.79752064,0.78512394,0.76859504,0.7892562,0.7768595,0.78099173,0.78512394,0.78099173,0.74793386,0.7355372,0.7066116,0.69008267,0.7231405,0.75206614,0.75619835,0.7644628,0.7644628,0.78512394,0.78512394,0.7933884,0.79752064,0.8057851,0.8140496,0.80991733,0.8140496,0.80991733,0.80991733,0.8140496,0.8264463,0.822314,0.80991733,0.8264463,0.8140496,0.7933884,0.78512394,0.78099173,0.76859504,0.1983471,0.19008264,0.20247933,0.19008264,0.18595041,0.38842976,0.57024795,0.59504133,0.58677685,0.60330576,0.607438,0.61157024,0.61157024,0.60330576,0.607438,0.61570245,0.60330576,0.6198347,0.59090906,0.55785125,0.5371901,0.58264464,0.76859504,0.77272725,0.7933884,0.7933884,0.7768595,0.74793386,0.76033056,0.76033056,0.7644628,0.77272725,0.77272725,0.76859504,0.76859504,0.74380165,0.6983471,0.6694215,0.6859504,0.70247936,0.72727275,0.75206614,0.75206614,0.7644628,0.78512394,0.78512394,0.7933884,0.8016529,0.8057851,0.8057851,0.80991733,0.80991733,0.8016529,0.8140496,0.8181818,0.8181818,0.8181818,0.8140496,0.8140496,0.80991733,0.79752064,0.7933884,0.76859504,0.75619835,0.20247933,0.20247933,0.19008264,0.1983471,0.16115703,0.3305785,0.54545456,0.5785124,0.58677685,0.59917355,0.607438,0.61570245,0.6198347,0.61570245,0.61157024,0.62396693,0.607438,0.60330576,0.5785124,0.5413223,0.49586776,0.54545456,0.7107438,0.75619835,0.76033056,0.7768595,0.7768595,0.73140496,0.6570248,0.553719,0.53305787,0.59917355,0.6735537,0.7107438,0.7107438,0.6859504,0.6694215,0.6735537,0.7107438,0.70247936,0.6983471,0.73140496,0.75206614,0.76033056,0.76859504,0.78099173,0.78512394,0.79752064,0.8016529,0.8140496,0.8057851,0.80991733,0.8016529,0.80991733,0.8140496,0.80991733,0.8016529,0.7933884,0.80991733,0.8057851,0.79752064,0.8016529,0.75619835,0.74793386,0.1983471,0.19421488,0.19421488,0.19421488,0.17768595,0.21900827,0.5041322,0.56198347,0.58677685,0.58677685,0.60330576,0.61570245,0.6198347,0.61570245,0.61157024,0.61157024,0.60330576,0.60330576,0.59504133,0.57438016,0.46280992,0.41322315,0.6363636,0.71487606,0.72727275,0.76859504,0.8057851,0.607438,0.55785125,0.5495868,0.553719,0.59504133,0.6198347,0.61157024,0.60330576,0.6404959,0.7231405,0.78099173,0.78099173,0.74793386,0.6983471,0.70247936,0.7355372,0.75619835,0.76033056,0.78099173,0.7768595,0.78512394,0.7892562,0.7933884,0.7933884,0.79752064,0.79752064,0.80991733,0.8140496,0.8057851,0.8016529,0.7933884,0.7933884,0.7933884,0.7933884,0.79752064,0.6942149,0.74380165,0.20247933,0.19008264,0.1983471,0.19421488,0.20247933,0.1322314,0.43801653,0.553719,0.57438016,0.59917355,0.607438,0.61157024,0.6198347,0.61157024,0.59917355,0.59504133,0.59917355,0.60330576,0.607438,0.607438,0.46280992,0.3305785,0.42975205,0.59504133,0.6818182,0.71900827,0.76859504,0.60330576,0.6570248,0.661157,0.6198347,0.5785124,0.53305787,0.5247934,0.59504133,0.6322314,0.7231405,0.8016529,0.8057851,0.78099173,0.73966944,0.69008267,0.71487606,0.73966944,0.76033056,0.78099173,0.78512394,0.7892562,0.8016529,0.75619835,0.79752064,0.8057851,0.8016529,0.8057851,0.8057851,0.7892562,0.79752064,0.7892562,0.7892562,0.7933884,0.79752064,0.7933884,0.74380165,0.76033056,0.1983471,0.19008264,0.19008264,0.19008264,0.19421488,0.15289256,0.2644628,0.553719,0.5661157,0.58677685,0.607438,0.61157024,0.60330576,0.5785124,0.5785124,0.57024795,0.59090906,0.58677685,0.59917355,0.5661157,0.4090909,0.29752067,0.33471075,0.4090909,0.57024795,0.6570248,0.6942149,0.6694215,0.6446281,0.57438016,0.5,0.47933885,0.46280992,0.45041323,0.5495868,0.58677685,0.661157,0.74793386,0.7892562,0.7933884,0.7892562,0.74793386,0.71900827,0.7107438,0.73966944,0.76859504,0.7933884,0.8016529,0.8016529,0.77272725,0.8016529,0.80991733,0.8057851,0.80991733,0.7892562,0.78099173,0.78512394,0.78512394,0.78099173,0.78512394,0.7933884,0.7892562,0.75619835,0.77272725,0.19421488,0.20247933,0.19421488,0.1983471,0.1983471,0.19008264,0.19008264,0.5165289,0.5495868,0.57438016,0.60330576,0.59917355,0.5661157,0.53305787,0.5495868,0.5371901,0.53305787,0.5206612,0.5082645,0.446281,0.36363637,0.3140496,0.3264463,0.37190083,0.47933885,0.5495868,0.58677685,0.59090906,0.5123967,0.45041323,0.42975205,0.39256197,0.42561984,0.4090909,0.44214877,0.5123967,0.58677685,0.6487603,0.71487606,0.76033056,0.7892562,0.7768595,0.73966944,0.71487606,0.70247936,0.7355372,0.7768595,0.7933884,0.8057851,0.8181818,0.8181818,0.8181818,0.80991733,0.79752064,0.7892562,0.77272725,0.7768595,0.78099173,0.7768595,0.7768595,0.78512394,0.76859504,0.75619835,0.76859504,0.19421488,0.1983471,0.1983471,0.19008264,0.19421488,0.19421488,0.18181819,0.46280992,0.5289256,0.553719,0.58677685,0.57438016,0.48347107,0.4876033,0.4876033,0.46280992,0.45454547,0.4338843,0.41322315,0.35950413,0.30991736,0.2892562,0.30165288,0.35950413,0.38842976,0.46280992,0.5247934,0.47933885,0.39256197,0.3677686,0.41322315,0.3553719,0.39256197,0.37190083,0.3966942,0.4338843,0.48347107,0.553719,0.61157024,0.6983471,0.71487606,0.72727275,0.7355372,0.73140496,0.7231405,0.70247936,0.7355372,0.7644628,0.7892562,0.8057851,0.80991733,0.8140496,0.8057851,0.79752064,0.78512394,0.76859504,0.7644628,0.7768595,0.78099173,0.77272725,0.78099173,0.77272725,0.76859504,0.78099173,0.19421488,0.20247933,0.18595041,0.19008264,0.18181819,0.18595041,0.19421488,0.4090909,0.5165289,0.49586776,0.5413223,0.5247934,0.41735536,0.42975205,0.41322315,0.40082645,0.4090909,0.35123968,0.3305785,0.3140496,0.28512397,0.29752067,0.3140496,0.39256197,0.4214876,0.42975205,0.49173555,0.41735536,0.3429752,0.3264463,0.35950413,0.338843,0.3677686,0.37190083,0.3677686,0.36363637,0.40082645,0.47107437,0.54545456,0.59917355,0.61570245,0.61157024,0.6652893,0.6818182,0.6942149,0.6735537,0.6818182,0.7066116,0.75206614,0.77272725,0.7768595,0.7892562,0.7933884,0.78512394,0.78512394,0.77272725,0.76859504,0.78099173,0.7768595,0.76033056,0.77272725,0.77272725,0.7644628,0.78099173,0.19421488,0.1983471,0.18595041,0.19421488,0.20247933,0.17768595,0.18181819,0.37603307,0.5,0.47107437,0.5082645,0.47107437,0.38842976,0.38842976,0.37190083,0.3677686,0.35950413,0.29338843,0.2892562,0.29752067,0.29338843,0.30578512,0.3140496,0.38842976,0.38429752,0.43801653,0.47933885,0.3966942,0.338843,0.3264463,0.33471075,0.36363637,0.33471075,0.35950413,0.34710744,0.3264463,0.36363637,0.37603307,0.46694216,0.5247934,0.5123967,0.49173555,0.5661157,0.5785124,0.58264464,0.59504133,0.661157,0.6942149,0.6983471,0.7644628,0.77272725,0.75619835,0.7892562,0.78512394,0.78099173,0.78099173,0.78099173,0.78099173,0.78099173,0.76859504,0.77272725,0.7768595,0.7644628,0.7644628,0.19421488,0.17768595,0.1983471,0.18595041,0.1983471,0.18595041,0.18595041,0.3429752,0.4876033,0.45867768,0.46280992,0.42975205,0.38016528,0.38429752,0.36363637,0.3553719,0.32231405,0.3140496,0.3140496,0.30578512,0.29752067,0.30991736,0.30578512,0.34710744,0.40082645,0.4752066,0.5,0.42561984,0.3264463,0.35950413,0.35950413,0.35123968,0.3264463,0.3429752,0.35123968,0.33471075,0.34710744,0.3553719,0.36363637,0.43801653,0.45041323,0.42561984,0.47107437,0.5165289,0.49586776,0.4876033,0.553719,0.6404959,0.6528926,0.72727275,0.76033056,0.7355372,0.76859504,0.78512394,0.78099173,0.7892562,0.78512394,0.78512394,0.78099173,0.78512394,0.78099173,0.78099173,0.76859504,0.76033056,0.1983471,0.17768595,0.19421488,0.17768595,0.18595041,0.18595041,0.18595041,0.29752067,0.49586776,0.44214877,0.4214876,0.39256197,0.35950413,0.37190083,0.38429752,0.3429752,0.338843,0.35123968,0.38429752,0.40082645,0.36363637,0.33471075,0.3677686,0.38842976,0.446281,0.49173555,0.5371901,0.4876033,0.38429752,0.40495867,0.38842976,0.3305785,0.3429752,0.38016528,0.38016528,0.39256197,0.3677686,0.37190083,0.37603307,0.38842976,0.41735536,0.38429752,0.41735536,0.5041322,0.49586776,0.46694216,0.49173555,0.5289256,0.57438016,0.6652893,0.75206614,0.74793386,0.75619835,0.7768595,0.7768595,0.7892562,0.76033056,0.7892562,0.7892562,0.79752064,0.78512394,0.76033056,0.76033056,0.74380165,0.18595041,0.19008264,0.19421488,0.17768595,0.17768595,0.17768595,0.19008264,0.23966943,0.45454547,0.446281,0.41735536,0.38842976,0.3553719,0.3553719,0.3966942,0.38429752,0.36363637,0.3677686,0.38016528,0.43801653,0.4338843,0.45454547,0.5,0.5165289,0.5371901,0.5661157,0.59504133,0.56198347,0.5495868,0.5123967,0.5082645,0.42975205,0.44214877,0.47933885,0.47933885,0.5,0.48347107,0.43801653,0.446281,0.4214876,0.4338843,0.41735536,0.4214876,0.47933885,0.5,0.5123967,0.49173555,0.49173555,0.5247934,0.58677685,0.71900827,0.71487606,0.71487606,0.73966944,0.77272725,0.7892562,0.74380165,0.7892562,0.79752064,0.79752064,0.7892562,0.7644628,0.76859504,0.71487606,0.18595041,0.18181819,0.19008264,0.18595041,0.17768595,0.17768595,0.18595041,0.1694215,0.40082645,0.45041323,0.43801653,0.4214876,0.38429752,0.38016528,0.39256197,0.44214877,0.43801653,0.4338843,0.35950413,0.38016528,0.4214876,0.46280992,0.49173555,0.49586776,0.5206612,0.553719,0.58264464,0.57438016,0.57438016,0.5785124,0.57438016,0.5495868,0.5495868,0.5785124,0.55785125,0.5785124,0.56198347,0.5247934,0.49586776,0.44214877,0.4090909,0.4338843,0.41322315,0.4090909,0.44214877,0.5041322,0.48347107,0.49173555,0.5123967,0.53305787,0.6487603,0.6570248,0.6694215,0.6983471,0.72727275,0.75619835,0.77272725,0.7933884,0.79752064,0.80991733,0.78512394,0.76033056,0.75206614,0.7355372,0.17768595,0.18595041,0.19008264,0.17768595,0.17768595,0.17355372,0.17355372,0.16115703,0.29338843,0.45867768,0.46280992,0.46280992,0.45867768,0.41322315,0.46280992,0.4752066,0.5082645,0.5206612,0.45454547,0.37603307,0.38016528,0.40495867,0.4338843,0.46280992,0.5206612,0.5495868,0.58677685,0.57438016,0.5661157,0.58264464,0.55785125,0.5661157,0.553719,0.57438016,0.56198347,0.55785125,0.5082645,0.47933885,0.46280992,0.44214877,0.3966942,0.42975205,0.46280992,0.48347107,0.49586776,0.49173555,0.5,0.4876033,0.5247934,0.5661157,0.60330576,0.62396693,0.6446281,0.70247936,0.6859504,0.73140496,0.8016529,0.7933884,0.79752064,0.8016529,0.77272725,0.74793386,0.73966944,0.73966944,0.19008264,0.18181819,0.17768595,0.16528925,0.1694215,0.1694215,0.16528925,0.16528925,0.24380165,0.446281,0.4752066,0.47107437,0.5041322,0.48347107,0.5247934,0.5,0.5413223,0.553719,0.5371901,0.4752066,0.3966942,0.38016528,0.35950413,0.37603307,0.40082645,0.43801653,0.46694216,0.45867768,0.43801653,0.45867768,0.46280992,0.4752066,0.47933885,0.4876033,0.5,0.5082645,0.5,0.4876033,0.49586776,0.5082645,0.5206612,0.54545456,0.5247934,0.5661157,0.5495868,0.5289256,0.5495868,0.5206612,0.5247934,0.58677685,0.62396693,0.6570248,0.661157,0.6652893,0.6983471,0.72727275,0.78099173,0.77272725,0.78099173,0.77272725,0.74793386,0.74793386,0.73966944,0.71900827,0.17768595,0.1694215,0.1694215,0.16528925,0.1694215,0.14876033,0.16115703,0.18181819,0.2107438,0.3677686,0.48347107,0.5,0.49586776,0.4876033,0.5123967,0.47933885,0.53305787,0.553719,0.553719,0.553719,0.47933885,0.44214877,0.40082645,0.3966942,0.41322315,0.41322315,0.4214876,0.4090909,0.42975205,0.44214877,0.45867768,0.48347107,0.5082645,0.5661157,0.57024795,0.57024795,0.56198347,0.553719,0.59090906,0.6570248,0.6818182,0.6942149,0.62396693,0.6446281,0.6198347,0.57438016,0.57024795,0.5495868,0.58264464,0.6198347,0.61570245,0.6528926,0.6818182,0.6404959,0.71487606,0.74793386,0.77272725,0.78099173,0.76859504,0.75619835,0.75619835,0.75206614,0.7107438,0.7107438,0.17355372,0.1694215,0.17355372,0.16528925,0.1694215,0.16115703,0.16528925,0.16528925,0.18181819,0.32231405,0.46280992,0.4876033,0.45454547,0.45867768,0.46280992,0.446281,0.5041322,0.5495868,0.5413223,0.56198347,0.5413223,0.5165289,0.48347107,0.45454547,0.4752066,0.49173555,0.4876033,0.5,0.5,0.5041322,0.5082645,0.53305787,0.553719,0.59917355,0.61157024,0.6198347,0.6487603,0.69008267,0.72727275,0.74793386,0.73966944,0.73140496,0.6942149,0.71487606,0.7066116,0.6280992,0.61570245,0.59504133,0.6446281,0.6652893,0.6363636,0.6652893,0.70247936,0.6198347,0.73966944,0.77272725,0.78512394,0.7768595,0.75206614,0.7644628,0.7644628,0.73140496,0.70247936,0.7107438,0.16528925,0.17768595,0.16528925,0.1570248,0.1694215,0.16115703,0.16115703,0.16115703,0.15289256,0.1983471,0.41322315,0.48347107,0.43801653,0.45867768,0.44214877,0.4338843,0.49173555,0.53305787,0.5495868,0.55785125,0.5413223,0.53305787,0.5413223,0.53305787,0.553719,0.5661157,0.55785125,0.55785125,0.5495868,0.5413223,0.55785125,0.5785124,0.6322314,0.6652893,0.6942149,0.7107438,0.73140496,0.74793386,0.74793386,0.74380165,0.73966944,0.73140496,0.7231405,0.74380165,0.74380165,0.677686,0.6859504,0.6570248,0.6859504,0.6818182,0.70247936,0.71487606,0.7066116,0.6528926,0.75619835,0.7768595,0.77272725,0.77272725,0.76033056,0.76033056,0.74380165,0.73140496,0.6942149,0.70247936,0.1694215,0.16528925,0.16528925,0.16115703,0.15289256,0.15289256,0.1570248,0.1570248,0.16528925,0.16115703,0.35123968,0.48347107,0.4338843,0.43801653,0.40495867,0.3966942,0.46280992,0.5247934,0.5371901,0.55785125,0.54545456,0.5082645,0.49173555,0.5123967,0.5206612,0.5413223,0.5413223,0.5371901,0.5495868,0.553719,0.62396693,0.6570248,0.69008267,0.70247936,0.71900827,0.71900827,0.7107438,0.71487606,0.7355372,0.74380165,0.75206614,0.74380165,0.73966944,0.7355372,0.6983471,0.6528926,0.6570248,0.71487606,0.7355372,0.71900827,0.7066116,0.73140496,0.75619835,0.72727275,0.76033056,0.78512394,0.77272725,0.76033056,0.7644628,0.74793386,0.7107438,0.73140496,0.70247936,0.6983471,0.17355372,0.1570248,0.14876033,0.1694215,0.16115703,0.15289256,0.15289256,0.1570248,0.17768595,0.17768595,0.1983471,0.4338843,0.43801653,0.42561984,0.38429752,0.38016528,0.44214877,0.5082645,0.5289256,0.5413223,0.5413223,0.5041322,0.44214877,0.43801653,0.4090909,0.40082645,0.40495867,0.4214876,0.4090909,0.4090909,0.48347107,0.5165289,0.57438016,0.59090906,0.60330576,0.6487603,0.661157,0.7107438,0.7231405,0.72727275,0.72727275,0.7231405,0.71900827,0.6818182,0.6280992,0.661157,0.6198347,0.69008267,0.7644628,0.73140496,0.71487606,0.74380165,0.76033056,0.75206614,0.7768595,0.77272725,0.7644628,0.74793386,0.75619835,0.73140496,0.6942149,0.70247936,0.6942149,0.6694215,0.17355372,0.15289256,0.16528925,0.16115703,0.16115703,0.1570248,0.15289256,0.15289256,0.18595041,0.18181819,0.19421488,0.2892562,0.3966942,0.3966942,0.38842976,0.37603307,0.446281,0.5,0.5247934,0.5165289,0.5123967,0.46694216,0.4214876,0.3966942,0.35123968,0.30165288,0.30165288,0.34710744,0.28512397,0.28512397,0.3305785,0.38842976,0.4214876,0.47107437,0.5206612,0.59504133,0.6363636,0.6942149,0.70247936,0.6942149,0.6983471,0.69008267,0.6735537,0.6280992,0.61570245,0.55785125,0.59917355,0.61157024,0.73140496,0.73140496,0.7355372,0.74380165,0.7644628,0.7644628,0.78099173,0.78099173,0.7644628,0.7644628,0.7231405,0.7231405,0.7066116,0.6818182,0.6818182,0.6446281,0.16115703,0.1570248,0.1570248,0.1446281,0.16115703,0.14876033,0.16115703,0.1446281,0.18595041,0.18181819,0.1983471,0.23140496,0.3264463,0.35950413,0.35950413,0.37190083,0.446281,0.47933885,0.4876033,0.48347107,0.46694216,0.42561984,0.41322315,0.3553719,0.30165288,0.29338843,0.2768595,0.29338843,0.2231405,0.24793388,0.28099173,0.30991736,0.34710744,0.43801653,0.49586776,0.553719,0.6280992,0.6446281,0.6570248,0.6487603,0.6487603,0.6363636,0.6198347,0.59917355,0.59090906,0.5289256,0.553719,0.6404959,0.70247936,0.73966944,0.74793386,0.74793386,0.76033056,0.7644628,0.76859504,0.77272725,0.74380165,0.74793386,0.7231405,0.71487606,0.6859504,0.6818182,0.6528926,0.59090906,0.1570248,0.1570248,0.1570248,0.15289256,0.15289256,0.1570248,0.16115703,0.15289256,0.18595041,0.20661157,0.22727273,0.21487603,0.2520661,0.3140496,0.30991736,0.39256197,0.40082645,0.41322315,0.42975205,0.44214877,0.4090909,0.36363637,0.3966942,0.33471075,0.29338843,0.2892562,0.2892562,0.23966943,0.20661157,0.27272728,0.2768595,0.30578512,0.338843,0.41735536,0.45867768,0.5371901,0.607438,0.607438,0.6198347,0.6198347,0.61570245,0.60330576,0.58264464,0.55785125,0.5371901,0.53305787,0.5165289,0.61157024,0.677686,0.7107438,0.76033056,0.75206614,0.7644628,0.75619835,0.75619835,0.74793386,0.74380165,0.75619835,0.73966944,0.7107438,0.661157,0.6735537,0.58677685,0.60330576,0.1694215,0.1570248,0.16528925,0.15289256,0.15289256,0.16115703,0.16115703,0.17355372,0.17768595,0.19421488,0.2231405,0.2231405,0.21900827,0.2768595,0.28512397,0.33471075,0.33471075,0.37190083,0.4090909,0.446281,0.38429752,0.338843,0.35123968,0.33471075,0.30991736,0.2892562,0.28512397,0.2107438,0.2768595,0.3181818,0.30165288,0.3305785,0.35123968,0.42975205,0.45454547,0.5206612,0.55785125,0.58264464,0.59917355,0.60330576,0.58264464,0.59090906,0.57024795,0.5495868,0.49173555,0.5413223,0.5371901,0.57438016,0.6280992,0.7355372,0.75619835,0.74793386,0.75619835,0.75206614,0.73966944,0.72727275,0.7231405,0.73966944,0.71900827,0.6942149,0.6404959,0.5785124,0.59504133,0.72727275,0.17355372,0.16115703,0.16115703,0.14876033,0.1570248,0.14876033,0.16528925,0.16528925,0.17355372,0.18595041,0.18595041,0.1983471,0.21900827,0.24793388,0.2768595,0.28099173,0.29338843,0.32231405,0.38429752,0.38016528,0.35123968,0.35123968,0.36363637,0.35950413,0.3305785,0.3264463,0.29338843,0.28512397,0.37190083,0.35950413,0.3264463,0.3429752,0.3677686,0.446281,0.49586776,0.5165289,0.5371901,0.55785125,0.57438016,0.5785124,0.59090906,0.5661157,0.49173555,0.54545456,0.47933885,0.5123967,0.5371901,0.5123967,0.5785124,0.6735537,0.72727275,0.72727275,0.73140496,0.73966944,0.72727275,0.7107438,0.71900827,0.70247936,0.6694215,0.6652893,0.6280992,0.6652893,0.74793386,0.78099173,0.16528925,0.17355372,0.16115703,0.15289256,0.16115703,0.1570248,0.17355372,0.19421488,0.19421488,0.19008264,0.18595041,0.20661157,0.2520661,0.24793388,0.2603306,0.2520661,0.2768595,0.29338843,0.33471075,0.3677686,0.37603307,0.37603307,0.38016528,0.38016528,0.37603307,0.34710744,0.32231405,0.37603307,0.43801653,0.39256197,0.37603307,0.35950413,0.3966942,0.45867768,0.5371901,0.5247934,0.5082645,0.5495868,0.553719,0.5123967,0.55785125,0.5165289,0.44214877,0.5,0.45867768,0.46280992,0.49173555,0.4752066,0.56198347,0.6322314,0.7066116,0.6818182,0.6983471,0.71900827,0.7231405,0.70247936,0.6983471,0.661157,0.6446281,0.677686,0.7066116,0.75206614,0.7768595,0.78099173,0.18181819,0.17355372,0.16115703,0.16528925,0.16528925,0.21900827,0.23553719,0.25619835,0.2520661,0.24380165,0.23140496,0.27272728,0.27272728,0.26859504,0.24793388,0.2644628,0.28099173,0.29752067,0.30578512,0.35123968,0.38016528,0.37190083,0.3553719,0.36363637,0.38842976,0.3677686,0.38429752,0.46694216,0.47107437,0.41322315,0.41735536,0.39256197,0.45867768,0.48347107,0.5289256,0.5082645,0.5041322,0.57024795,0.57438016,0.5165289,0.4876033,0.4876033,0.43801653,0.48347107,0.45454547,0.41735536,0.40495867,0.45867768,0.4876033,0.607438,0.6363636,0.6487603,0.661157,0.6652893,0.6859504,0.6694215,0.6404959,0.6280992,0.69008267,0.74793386,0.76033056,0.7892562,0.78512394,0.78512394,0.30578512,0.3264463,0.35950413,0.3966942,0.43801653,0.446281,0.38842976,0.3429752,0.35123968,0.32231405,0.28512397,0.30165288,0.29338843,0.26859504,0.2768595,0.2892562,0.27272728,0.27272728,0.28512397,0.32231405,0.33471075,0.34710744,0.36363637,0.38429752,0.41322315,0.39256197,0.41735536,0.47933885,0.4876033,0.42561984,0.42975205,0.42975205,0.49173555,0.5082645,0.49586776,0.4876033,0.5206612,0.5371901,0.553719,0.5371901,0.46280992,0.42561984,0.4214876,0.44214877,0.42975205,0.37603307,0.43801653,0.35950413,0.45867768,0.5206612,0.5123967,0.56198347,0.60330576,0.62396693,0.6322314,0.6404959,0.6818182,0.71487606,0.73966944,0.7768595,0.7768595,0.8016529,0.7892562,0.78512394,0.4752066,0.5123967,0.5,0.49173555,0.47107437,0.4752066,0.40082645,0.40082645,0.41322315,0.32231405,0.29752067,0.3140496,0.26859504,0.27272728,0.28099173,0.2644628,0.2644628,0.25619835,0.2644628,0.28099173,0.30578512,0.3429752,0.35950413,0.37603307,0.41322315,0.42975205,0.40082645,0.45454547,0.45041323,0.41735536,0.42561984,0.46694216,0.49586776,0.5123967,0.47933885,0.49586776,0.5,0.4876033,0.4752066,0.48347107,0.45041323,0.38842976,0.3966942,0.40082645,0.38429752,0.3553719,0.37190083,0.3553719,0.41322315,0.4338843,0.446281,0.4752066,0.53305787,0.5785124,0.6363636,0.71487606,0.74793386,0.75619835,0.78099173,0.78512394,0.7933884,0.8057851,0.7892562,0.7768595,16 +0.23553719,0.35123968,0.47933885,0.54545456,0.5661157,0.5661157,0.59504133,0.607438,0.6198347,0.62396693,0.6446281,0.6694215,0.6859504,0.6983471,0.71487606,0.72727275,0.74793386,0.74793386,0.77272725,0.7933884,0.7933884,0.7933884,0.7933884,0.7892562,0.7933884,0.7933884,0.8016529,0.79752064,0.8016529,0.8140496,0.80991733,0.8016529,0.80991733,0.8057851,0.8057851,0.8140496,0.8140496,0.8181818,0.822314,0.8264463,0.822314,0.8264463,0.8305785,0.822314,0.8181818,0.8140496,0.80991733,0.8016529,0.78512394,0.77272725,0.77272725,0.7644628,0.75206614,0.73140496,0.7066116,0.6859504,0.6280992,0.53305787,0.41735536,0.3305785,0.2892562,0.29338843,0.24793388,0.2231405,0.23140496,0.35123968,0.46280992,0.5371901,0.57438016,0.56198347,0.58677685,0.61570245,0.62396693,0.6363636,0.6446281,0.6694215,0.69008267,0.7066116,0.72727275,0.73966944,0.76033056,0.7768595,0.78512394,0.8016529,0.80991733,0.8181818,0.822314,0.80991733,0.8057851,0.8140496,0.8181818,0.8140496,0.8181818,0.8140496,0.8140496,0.80991733,0.8140496,0.8016529,0.80991733,0.822314,0.8264463,0.8305785,0.8347107,0.8347107,0.8305785,0.8347107,0.8347107,0.8264463,0.8305785,0.8264463,0.8140496,0.8057851,0.79752064,0.78512394,0.78099173,0.77272725,0.74793386,0.72727275,0.71487606,0.71487606,0.6570248,0.56198347,0.42561984,0.3553719,0.30578512,0.29338843,0.30991736,0.22727273,0.23966943,0.3553719,0.47933885,0.54545456,0.57024795,0.57438016,0.59090906,0.61570245,0.62396693,0.6446281,0.661157,0.69008267,0.6983471,0.71487606,0.73140496,0.75206614,0.7644628,0.7768595,0.78512394,0.8016529,0.8181818,0.822314,0.8264463,0.8264463,0.8305785,0.822314,0.822314,0.8264463,0.822314,0.8140496,0.8057851,0.8140496,0.8140496,0.8181818,0.8181818,0.8305785,0.8347107,0.8347107,0.838843,0.8429752,0.8347107,0.838843,0.838843,0.8305785,0.8264463,0.8305785,0.8181818,0.8140496,0.79752064,0.7933884,0.7892562,0.7768595,0.75206614,0.72727275,0.7066116,0.71900827,0.6859504,0.59090906,0.45454547,0.3677686,0.30165288,0.2603306,0.3181818,0.2768595,0.25619835,0.3677686,0.49173555,0.553719,0.5661157,0.5785124,0.59917355,0.61157024,0.6280992,0.6487603,0.6694215,0.6942149,0.6983471,0.7066116,0.71900827,0.7355372,0.74793386,0.7644628,0.77272725,0.79752064,0.80991733,0.822314,0.822314,0.8305785,0.8305785,0.8305785,0.8305785,0.8181818,0.822314,0.8181818,0.8057851,0.80991733,0.80991733,0.822314,0.8264463,0.8347107,0.838843,0.8347107,0.838843,0.8429752,0.8429752,0.838843,0.8347107,0.8264463,0.8140496,0.8057851,0.8057851,0.8016529,0.7892562,0.79752064,0.7933884,0.78512394,0.76859504,0.7355372,0.7107438,0.71900827,0.7107438,0.61157024,0.4752066,0.35123968,0.30578512,0.25619835,0.3181818,0.28099173,0.27272728,0.39256197,0.5206612,0.56198347,0.56198347,0.59090906,0.607438,0.6198347,0.6322314,0.6487603,0.6652893,0.6735537,0.6735537,0.69008267,0.7066116,0.7066116,0.71487606,0.7355372,0.74793386,0.77272725,0.7892562,0.80991733,0.80991733,0.8181818,0.8140496,0.80991733,0.8181818,0.8016529,0.8057851,0.79752064,0.7933884,0.8016529,0.8057851,0.8140496,0.8181818,0.822314,0.822314,0.8140496,0.80991733,0.822314,0.8264463,0.822314,0.80991733,0.8016529,0.7892562,0.77272725,0.76859504,0.75619835,0.76033056,0.78512394,0.7933884,0.7933884,0.78099173,0.73966944,0.71487606,0.71900827,0.71900827,0.6570248,0.4876033,0.3553719,0.30991736,0.30165288,0.29338843,0.29338843,0.27272728,0.446281,0.54545456,0.5661157,0.57438016,0.59917355,0.6198347,0.6363636,0.6487603,0.6528926,0.6487603,0.6570248,0.6818182,0.6983471,0.69008267,0.6983471,0.7107438,0.71487606,0.71487606,0.7066116,0.71487606,0.73140496,0.74380165,0.76033056,0.7644628,0.76859504,0.7768595,0.76859504,0.75206614,0.74793386,0.7355372,0.74380165,0.75619835,0.76033056,0.76859504,0.77272725,0.7644628,0.74380165,0.75619835,0.78512394,0.80991733,0.822314,0.822314,0.80991733,0.8057851,0.80991733,0.80991733,0.79752064,0.78512394,0.78512394,0.79752064,0.8016529,0.7892562,0.75206614,0.72727275,0.71900827,0.71900827,0.70247936,0.55785125,0.35123968,0.3181818,0.24380165,0.24793388,0.2520661,0.30165288,0.5041322,0.55785125,0.56198347,0.57024795,0.59917355,0.6322314,0.6404959,0.6528926,0.6363636,0.6446281,0.677686,0.6942149,0.7107438,0.71900827,0.71487606,0.7231405,0.73966944,0.74793386,0.74793386,0.74793386,0.74793386,0.74380165,0.74793386,0.75206614,0.78099173,0.7892562,0.7892562,0.77272725,0.7644628,0.75206614,0.73140496,0.74380165,0.75619835,0.76859504,0.76033056,0.76033056,0.77272725,0.80991733,0.8264463,0.8347107,0.8305785,0.8181818,0.8057851,0.8181818,0.8140496,0.8181818,0.8140496,0.8140496,0.8016529,0.78099173,0.7933884,0.7892562,0.76033056,0.7231405,0.72727275,0.71487606,0.71900827,0.6446281,0.4214876,0.3181818,0.26859504,0.2768595,0.24793388,0.37603307,0.53305787,0.553719,0.56198347,0.56198347,0.58264464,0.5785124,0.55785125,0.55785125,0.5661157,0.60330576,0.6322314,0.6652893,0.6859504,0.7107438,0.71487606,0.7231405,0.71900827,0.73966944,0.75619835,0.7768595,0.7933884,0.79752064,0.7933884,0.8057851,0.8181818,0.8305785,0.8305785,0.822314,0.80991733,0.8057851,0.8016529,0.8057851,0.79752064,0.77272725,0.78512394,0.7933884,0.80991733,0.80991733,0.80991733,0.8057851,0.8016529,0.77272725,0.75619835,0.76859504,0.7644628,0.77272725,0.77272725,0.7644628,0.75206614,0.73966944,0.75206614,0.75206614,0.74793386,0.71487606,0.7066116,0.7231405,0.7231405,0.6942149,0.5289256,0.3429752,0.2644628,0.26859504,0.25619835,0.446281,0.54545456,0.5661157,0.5165289,0.46694216,0.446281,0.4338843,0.41322315,0.46280992,0.49586776,0.5289256,0.54545456,0.553719,0.56198347,0.5495868,0.58264464,0.607438,0.6322314,0.6652893,0.6694215,0.73140496,0.78512394,0.80991733,0.80991733,0.8016529,0.80991733,0.838843,0.838843,0.8347107,0.8347107,0.8264463,0.8140496,0.78512394,0.73966944,0.7231405,0.6942149,0.70247936,0.71900827,0.7066116,0.71900827,0.7355372,0.72727275,0.70247936,0.62396693,0.553719,0.5247934,0.5413223,0.58677685,0.6198347,0.6322314,0.6322314,0.6198347,0.61157024,0.6363636,0.6694215,0.6735537,0.7107438,0.72727275,0.7107438,0.61157024,0.38016528,0.2768595,0.2644628,0.2603306,0.5041322,0.553719,0.53305787,0.4338843,0.39256197,0.39256197,0.40495867,0.45041323,0.5041322,0.56198347,0.60330576,0.59917355,0.59090906,0.6404959,0.6570248,0.6694215,0.677686,0.6983471,0.70247936,0.6818182,0.6983471,0.74380165,0.77272725,0.7933884,0.8016529,0.79752064,0.8140496,0.8305785,0.8181818,0.7768595,0.75206614,0.73140496,0.7231405,0.72727275,0.7355372,0.74793386,0.73140496,0.6528926,0.6363636,0.6528926,0.6446281,0.6198347,0.6446281,0.6570248,0.7066116,0.78099173,0.8181818,0.6363636,0.6363636,0.6322314,0.6570248,0.7066116,0.6570248,0.59917355,0.56198347,0.5661157,0.6280992,0.677686,0.71900827,0.661157,0.42975205,0.2768595,0.2603306,0.2603306,0.54545456,0.5247934,0.49586776,0.446281,0.45454547,0.446281,0.42975205,0.43801653,0.42975205,0.44214877,0.45041323,0.46694216,0.45867768,0.446281,0.42975205,0.42975205,0.44214877,0.45454547,0.47933885,0.5123967,0.55785125,0.607438,0.607438,0.6528926,0.677686,0.661157,0.677686,0.70247936,0.7355372,0.73966944,0.6859504,0.61570245,0.6322314,0.62396693,0.55785125,0.56198347,0.5661157,0.57024795,0.5785124,0.5371901,0.47107437,0.43801653,0.46694216,0.45041323,0.43801653,0.45454547,0.49586776,0.5123967,0.56198347,0.57438016,0.60330576,0.6528926,0.6363636,0.6446281,0.58264464,0.5165289,0.5247934,0.55785125,0.62396693,0.6528926,0.47933885,0.28099173,0.27272728,0.27272728,0.5123967,0.5289256,0.4752066,0.4214876,0.42561984,0.41735536,0.45041323,0.5123967,0.58264464,0.61157024,0.62396693,0.59917355,0.58264464,0.553719,0.5371901,0.5371901,0.5206612,0.5165289,0.5082645,0.5206612,0.5,0.5247934,0.5289256,0.6280992,0.677686,0.6570248,0.6694215,0.6694215,0.677686,0.6942149,0.6528926,0.6404959,0.6735537,0.62396693,0.6198347,0.6446281,0.6322314,0.6322314,0.61570245,0.55785125,0.5371901,0.5495868,0.553719,0.53305787,0.5413223,0.56198347,0.60330576,0.59504133,0.58264464,0.57024795,0.5661157,0.553719,0.53305787,0.55785125,0.5413223,0.553719,0.5413223,0.56198347,0.55785125,0.5661157,0.4338843,0.24380165,0.29752067,0.25619835,0.4876033,0.5123967,0.4338843,0.40495867,0.45041323,0.49173555,0.5661157,0.58264464,0.60330576,0.6322314,0.6280992,0.62396693,0.6487603,0.6570248,0.661157,0.6652893,0.6570248,0.6198347,0.5785124,0.57438016,0.59090906,0.6280992,0.6652893,0.6528926,0.71487606,0.7355372,0.73966944,0.74380165,0.73140496,0.71487606,0.6859504,0.75619835,0.79752064,0.78099173,0.76859504,0.73966944,0.71900827,0.7107438,0.70247936,0.70247936,0.7107438,0.70247936,0.7107438,0.7107438,0.7066116,0.7107438,0.7107438,0.71487606,0.7231405,0.6859504,0.6694215,0.6280992,0.60330576,0.6694215,0.661157,0.61570245,0.60330576,0.61570245,0.6528926,0.6528926,0.5206612,0.24380165,0.23553719,0.23140496,0.4338843,0.5,0.47107437,0.48347107,0.5289256,0.5495868,0.58677685,0.57438016,0.55785125,0.56198347,0.57438016,0.58264464,0.57438016,0.553719,0.5371901,0.5413223,0.53305787,0.49173555,0.47933885,0.5206612,0.5785124,0.61157024,0.6446281,0.6818182,0.6818182,0.6363636,0.71900827,0.8181818,0.76859504,0.8181818,0.6942149,0.72727275,0.74380165,0.7355372,0.7768595,0.73966944,0.7107438,0.6859504,0.6694215,0.6735537,0.677686,0.6570248,0.6363636,0.61570245,0.60330576,0.60330576,0.607438,0.6322314,0.6652893,0.6735537,0.6942149,0.6446281,0.6487603,0.6983471,0.7107438,0.69008267,0.6528926,0.6570248,0.6942149,0.72727275,0.6652893,0.35123968,0.21900827,0.23966943,0.47107437,0.5661157,0.5413223,0.5247934,0.5371901,0.5371901,0.5247934,0.5082645,0.45454547,0.446281,0.46694216,0.47107437,0.46694216,0.4752066,0.43801653,0.40495867,0.40082645,0.37603307,0.37603307,0.40495867,0.45867768,0.5082645,0.553719,0.57024795,0.6322314,0.57438016,0.59504133,0.71487606,0.7644628,0.80991733,0.6735537,0.6942149,0.74380165,0.6983471,0.7107438,0.6735537,0.6322314,0.61570245,0.61157024,0.58677685,0.53305787,0.4876033,0.46694216,0.4338843,0.43801653,0.43801653,0.45867768,0.47933885,0.46280992,0.5206612,0.57024795,0.59917355,0.677686,0.71487606,0.7066116,0.6983471,0.69008267,0.6570248,0.6322314,0.6735537,0.57438016,0.3429752,0.3264463,0.2603306,0.5082645,0.58264464,0.553719,0.54545456,0.54545456,0.5165289,0.4876033,0.45867768,0.4214876,0.43801653,0.42975205,0.4090909,0.43801653,0.47107437,0.38016528,0.3264463,0.29752067,0.33471075,0.37190083,0.38016528,0.41322315,0.4876033,0.5413223,0.5371901,0.5661157,0.57438016,0.6942149,0.8016529,0.838843,0.8429752,0.7644628,0.6735537,0.6280992,0.6694215,0.7066116,0.677686,0.61157024,0.59090906,0.56198347,0.49586776,0.46280992,0.47107437,0.46694216,0.4876033,0.4752066,0.45041323,0.4214876,0.40082645,0.41322315,0.4752066,0.5082645,0.58677685,0.6859504,0.71900827,0.71900827,0.73966944,0.72727275,0.6983471,0.78512394,0.89669424,0.6652893,0.33471075,0.29752067,0.2603306,0.47107437,0.59504133,0.59090906,0.56198347,0.5661157,0.5289256,0.48347107,0.43801653,0.38429752,0.338843,0.37603307,0.45867768,0.5413223,0.54545456,0.38016528,0.34710744,0.30165288,0.21487603,0.27272728,0.38429752,0.43801653,0.47107437,0.46694216,0.5123967,0.6198347,0.59917355,0.70247936,0.80991733,0.8471074,0.8636364,0.8264463,0.6487603,0.58677685,0.661157,0.6983471,0.6652893,0.59090906,0.5371901,0.5082645,0.5289256,0.5371901,0.5123967,0.54545456,0.61157024,0.553719,0.48347107,0.35950413,0.32231405,0.37190083,0.40082645,0.47933885,0.60330576,0.69008267,0.7355372,0.75206614,0.76033056,0.75619835,0.7231405,0.80991733,0.90909094,0.90909094,0.446281,0.2603306,0.26859504,0.7933884,0.87603307,0.8595041,0.69008267,0.56198347,0.5247934,0.46280992,0.37603307,0.29338843,0.34710744,0.46694216,0.58264464,0.677686,0.59090906,0.42975205,0.2520661,0.1983471,0.21900827,0.2603306,0.29338843,0.36363637,0.47933885,0.4752066,0.7066116,0.88842976,0.57438016,0.677686,0.75206614,0.7768595,0.80991733,0.8305785,0.661157,0.6859504,0.7231405,0.661157,0.6404959,0.60330576,0.5206612,0.5247934,0.5123967,0.53305787,0.57024795,0.60330576,0.6694215,0.59917355,0.4752066,0.4752066,0.46694216,0.39256197,0.46694216,0.4090909,0.54545456,0.6694215,0.7355372,0.78099173,0.7768595,0.78099173,0.7644628,0.8471074,0.90495867,0.73966944,0.5661157,0.26859504,0.39256197,0.8347107,0.892562,0.92561984,0.7768595,0.57024795,0.5289256,0.45041323,0.38842976,0.3553719,0.37603307,0.41322315,0.607438,0.79752064,0.55785125,0.44214877,0.30165288,0.27272728,0.30165288,0.3305785,0.37190083,0.41322315,0.5247934,0.49586776,0.61157024,0.71487606,0.4752066,0.6694215,0.7231405,0.74380165,0.74793386,0.75206614,0.6446281,0.54545456,0.55785125,0.56198347,0.6322314,0.59090906,0.47933885,0.47107437,0.46694216,0.45867768,0.5206612,0.61570245,0.7231405,0.6818182,0.47107437,0.49173555,0.5289256,0.41735536,0.47933885,0.45041323,0.5165289,0.75206614,0.8801653,0.88429755,0.8305785,0.822314,0.8471074,0.90495867,0.91735536,0.7355372,0.57438016,0.2644628,0.57438016,0.5371901,0.5289256,0.677686,0.607438,0.607438,0.5661157,0.5123967,0.47933885,0.446281,0.446281,0.45867768,0.46280992,0.47107437,0.45041323,0.42975205,0.41322315,0.40495867,0.41735536,0.4090909,0.4338843,0.45867768,0.5041322,0.49173555,0.41735536,0.38429752,0.5413223,0.70247936,0.77272725,0.80991733,0.8181818,0.78099173,0.6735537,0.45867768,0.4090909,0.5289256,0.6280992,0.58677685,0.5413223,0.5206612,0.49586776,0.4876033,0.5,0.5123967,0.5661157,0.58677685,0.5,0.44214877,0.4752066,0.5041322,0.5123967,0.553719,0.607438,0.78099173,0.9338843,0.91322315,0.89669424,0.90082645,0.90495867,0.90909094,0.91322315,0.8512397,0.56198347,0.34710744,0.607438,0.5082645,0.59504133,0.6198347,0.6322314,0.6280992,0.59090906,0.54545456,0.5371901,0.5082645,0.5082645,0.5371901,0.5495868,0.5371901,0.5123967,0.4876033,0.46694216,0.44214877,0.4338843,0.42975205,0.43801653,0.46280992,0.5082645,0.48347107,0.38842976,0.45454547,0.62396693,0.74380165,0.80991733,0.8429752,0.8553719,0.8140496,0.7231405,0.5247934,0.446281,0.5661157,0.6322314,0.58677685,0.5413223,0.53305787,0.5247934,0.5247934,0.54545456,0.5661157,0.57438016,0.5785124,0.59090906,0.59090906,0.61570245,0.61157024,0.5785124,0.61570245,0.6818182,0.73966944,0.87603307,0.87603307,0.88429755,0.90909094,0.91322315,0.90495867,0.892562,0.7933884,0.5785124,0.45867768,0.71487606,0.5165289,0.58677685,0.6198347,0.6322314,0.6363636,0.62396693,0.59504133,0.56198347,0.5289256,0.5082645,0.5371901,0.5495868,0.5495868,0.53305787,0.5041322,0.4876033,0.45867768,0.45454547,0.45454547,0.4752066,0.5041322,0.5413223,0.4876033,0.43801653,0.5495868,0.6735537,0.75206614,0.8140496,0.8471074,0.8553719,0.822314,0.76033056,0.6280992,0.5247934,0.5495868,0.6280992,0.607438,0.56198347,0.54545456,0.55785125,0.55785125,0.5661157,0.5785124,0.59917355,0.6198347,0.6446281,0.6528926,0.6570248,0.6446281,0.61570245,0.661157,0.73140496,0.75206614,0.78099173,0.79752064,0.8181818,0.8512397,0.8719008,0.8553719,0.8181818,0.73140496,0.6322314,0.5371901,0.69008267,0.48347107,0.57024795,0.62396693,0.6363636,0.6404959,0.6280992,0.6198347,0.60330576,0.5785124,0.5206612,0.5165289,0.5165289,0.5123967,0.5123967,0.5,0.49173555,0.49173555,0.5123967,0.5123967,0.5413223,0.5785124,0.57024795,0.49586776,0.5165289,0.61157024,0.6818182,0.74380165,0.80991733,0.838843,0.8512397,0.8264463,0.7892562,0.6942149,0.6446281,0.57024795,0.61157024,0.6528926,0.607438,0.58677685,0.57438016,0.58264464,0.58264464,0.59090906,0.607438,0.6198347,0.6446281,0.6694215,0.661157,0.6363636,0.6280992,0.71900827,0.77272725,0.77272725,0.76859504,0.76859504,0.76859504,0.75619835,0.7644628,0.78099173,0.78099173,0.71900827,0.6818182,0.6652893,0.70247936,0.5206612,0.56198347,0.61570245,0.6446281,0.6570248,0.6363636,0.62396693,0.6198347,0.607438,0.56198347,0.5413223,0.5371901,0.55785125,0.553719,0.54545456,0.54545456,0.5495868,0.57438016,0.59090906,0.61157024,0.62396693,0.553719,0.49173555,0.57438016,0.6528926,0.677686,0.7355372,0.80991733,0.8305785,0.8347107,0.822314,0.8057851,0.73966944,0.69008267,0.6280992,0.58677685,0.661157,0.6652893,0.6363636,0.61157024,0.60330576,0.60330576,0.61157024,0.6280992,0.6198347,0.6363636,0.6446281,0.6363636,0.6280992,0.7066116,0.7644628,0.78512394,0.78512394,0.77272725,0.7644628,0.75206614,0.73966944,0.76033056,0.76033056,0.75619835,0.71900827,0.6528926,0.71900827,0.74793386,0.5661157,0.5661157,0.60330576,0.6487603,0.6735537,0.6528926,0.6404959,0.6363636,0.6322314,0.607438,0.5785124,0.57438016,0.59504133,0.59090906,0.59917355,0.59504133,0.60330576,0.6322314,0.6363636,0.6446281,0.59917355,0.49586776,0.5289256,0.6322314,0.6735537,0.6818182,0.73966944,0.80991733,0.822314,0.822314,0.8140496,0.8057851,0.77272725,0.73966944,0.73966944,0.6652893,0.61157024,0.6528926,0.6528926,0.6404959,0.6363636,0.6322314,0.6280992,0.6404959,0.6363636,0.62396693,0.61157024,0.6446281,0.70247936,0.7644628,0.78512394,0.79752064,0.7933884,0.77272725,0.74793386,0.7355372,0.73966944,0.75206614,0.73140496,0.74793386,0.7107438,0.6652893,0.77272725,0.76859504,0.553719,0.57438016,0.59090906,0.6363636,0.6694215,0.6570248,0.6570248,0.6652893,0.661157,0.6652893,0.6487603,0.61570245,0.57438016,0.5785124,0.59504133,0.62396693,0.61570245,0.62396693,0.62396693,0.59090906,0.53305787,0.53305787,0.5785124,0.6528926,0.6735537,0.6652893,0.73140496,0.8016529,0.822314,0.8181818,0.8140496,0.8016529,0.78099173,0.73966944,0.7644628,0.78099173,0.6859504,0.61157024,0.6735537,0.677686,0.661157,0.6487603,0.6322314,0.6280992,0.6280992,0.6487603,0.69008267,0.74793386,0.76859504,0.7892562,0.79752064,0.8057851,0.79752064,0.77272725,0.73140496,0.7231405,0.73966944,0.7066116,0.72727275,0.75206614,0.6983471,0.6694215,0.8057851,0.71487606,0.5371901,0.61570245,0.6735537,0.6694215,0.6694215,0.6735537,0.661157,0.6694215,0.6818182,0.70247936,0.70247936,0.6735537,0.62396693,0.60330576,0.6363636,0.6487603,0.6322314,0.6280992,0.5661157,0.5495868,0.57438016,0.58264464,0.6198347,0.6735537,0.6735537,0.6694215,0.7355372,0.80991733,0.8305785,0.8140496,0.80991733,0.79752064,0.78512394,0.75206614,0.77272725,0.80991733,0.79752064,0.6983471,0.6652893,0.7355372,0.75206614,0.75206614,0.74380165,0.74380165,0.74380165,0.76859504,0.7768595,0.79752064,0.8016529,0.8016529,0.80991733,0.8057851,0.7892562,0.77272725,0.75206614,0.75206614,0.7066116,0.69008267,0.75206614,0.74380165,0.6818182,0.6942149,0.6694215,0.61570245,0.5289256,0.60330576,0.72727275,0.7066116,0.70247936,0.70247936,0.7107438,0.6983471,0.6942149,0.7107438,0.71900827,0.70247936,0.6652893,0.6363636,0.6446281,0.6528926,0.6363636,0.55785125,0.57024795,0.6363636,0.62396693,0.58677685,0.6322314,0.6735537,0.6735537,0.6942149,0.75206614,0.822314,0.8347107,0.822314,0.8016529,0.79752064,0.77272725,0.75206614,0.77272725,0.80991733,0.822314,0.8057851,0.75619835,0.661157,0.6983471,0.7768595,0.80991733,0.79752064,0.79752064,0.79752064,0.8016529,0.8181818,0.8140496,0.8181818,0.8140496,0.8140496,0.8057851,0.7933884,0.78099173,0.74380165,0.7066116,0.75619835,0.7644628,0.7355372,0.677686,0.6942149,0.69008267,0.7231405,0.54545456,0.58677685,0.6322314,0.661157,0.6859504,0.7066116,0.7066116,0.6942149,0.6942149,0.69008267,0.6735537,0.6446281,0.6198347,0.59504133,0.59917355,0.59504133,0.607438,0.6363636,0.6735537,0.6652893,0.6198347,0.59917355,0.62396693,0.6528926,0.6818182,0.7107438,0.76033056,0.8181818,0.838843,0.8305785,0.80991733,0.7933884,0.76033056,0.7355372,0.7644628,0.8016529,0.822314,0.838843,0.822314,0.7933884,0.73140496,0.661157,0.6735537,0.6983471,0.7066116,0.71487606,0.73966944,0.75619835,0.7644628,0.79752064,0.8016529,0.78099173,0.7892562,0.8016529,0.7768595,0.75619835,0.76859504,0.78099173,0.75206614,0.71900827,0.677686,0.6570248,0.7355372,0.78099173,0.5165289,0.59090906,0.61570245,0.6322314,0.6404959,0.6487603,0.6528926,0.661157,0.6735537,0.6818182,0.6859504,0.6983471,0.7066116,0.71487606,0.6983471,0.6735537,0.6735537,0.6859504,0.6859504,0.661157,0.62396693,0.59504133,0.61157024,0.6446281,0.6942149,0.7355372,0.77272725,0.8140496,0.8347107,0.8347107,0.822314,0.78512394,0.73966944,0.6983471,0.7231405,0.79752064,0.8140496,0.8264463,0.8264463,0.822314,0.8181818,0.8181818,0.80991733,0.8140496,0.7933884,0.7768595,0.77272725,0.75619835,0.74793386,0.74380165,0.73140496,0.72727275,0.76859504,0.7933884,0.7768595,0.78099173,0.78512394,0.7768595,0.73966944,0.70247936,0.677686,0.72727275,0.78512394,0.75619835,0.5123967,0.58264464,0.6198347,0.6363636,0.6528926,0.6652893,0.6694215,0.6818182,0.71487606,0.72727275,0.73966944,0.74793386,0.76033056,0.77272725,0.77272725,0.7355372,0.6983471,0.677686,0.6694215,0.6487603,0.60330576,0.58264464,0.61570245,0.6652893,0.69008267,0.7355372,0.7933884,0.8264463,0.8347107,0.8347107,0.8181818,0.7892562,0.74793386,0.69008267,0.6942149,0.77272725,0.8140496,0.822314,0.8140496,0.80991733,0.8181818,0.822314,0.8264463,0.8347107,0.8429752,0.8429752,0.8471074,0.8347107,0.8264463,0.8181818,0.79752064,0.76033056,0.7644628,0.78099173,0.7768595,0.7892562,0.7933884,0.7768595,0.73140496,0.69008267,0.6983471,0.8016529,0.822314,0.7768595,0.49586776,0.58677685,0.6198347,0.6280992,0.6487603,0.677686,0.6859504,0.6859504,0.7107438,0.7231405,0.72727275,0.73966944,0.76033056,0.77272725,0.7768595,0.77272725,0.71487606,0.6570248,0.661157,0.6322314,0.59504133,0.61157024,0.661157,0.6818182,0.69008267,0.75206614,0.80991733,0.8347107,0.838843,0.838843,0.8181818,0.79752064,0.76859504,0.73966944,0.6735537,0.72727275,0.79752064,0.79752064,0.78099173,0.7892562,0.8016529,0.822314,0.8264463,0.8347107,0.838843,0.8429752,0.8471074,0.8471074,0.8347107,0.8264463,0.8181818,0.7933884,0.7892562,0.7892562,0.7933884,0.8016529,0.7892562,0.77272725,0.7231405,0.69008267,0.71487606,0.80991733,0.822314,0.8264463,0.49586776,0.5661157,0.59504133,0.61570245,0.6487603,0.6652893,0.6859504,0.6818182,0.6942149,0.71487606,0.71487606,0.7355372,0.76033056,0.7644628,0.77272725,0.7768595,0.7644628,0.6818182,0.6487603,0.6280992,0.6322314,0.6487603,0.6694215,0.6652893,0.6942149,0.76859504,0.8264463,0.8429752,0.8429752,0.838843,0.8140496,0.79752064,0.78099173,0.7933884,0.75619835,0.71900827,0.74793386,0.7644628,0.75619835,0.77272725,0.7933884,0.80991733,0.8140496,0.822314,0.822314,0.8305785,0.8347107,0.838843,0.8347107,0.8264463,0.8181818,0.80991733,0.8016529,0.7933884,0.7933884,0.7933884,0.7768595,0.7644628,0.7066116,0.6942149,0.73140496,0.8057851,0.8140496,0.8429752,0.5,0.553719,0.59090906,0.59504133,0.6322314,0.661157,0.6735537,0.6735537,0.6942149,0.71487606,0.71487606,0.7231405,0.74793386,0.75206614,0.75619835,0.73966944,0.6983471,0.6528926,0.6280992,0.607438,0.6363636,0.6446281,0.6198347,0.61570245,0.6652893,0.76859504,0.8181818,0.8429752,0.8512397,0.8181818,0.78512394,0.77272725,0.78512394,0.8057851,0.80991733,0.76033056,0.75206614,0.76033056,0.73140496,0.73140496,0.74793386,0.78099173,0.8016529,0.8181818,0.822314,0.822314,0.8264463,0.8305785,0.8264463,0.8181818,0.8016529,0.8057851,0.80991733,0.79752064,0.79752064,0.7892562,0.76033056,0.73140496,0.6983471,0.6983471,0.74793386,0.8057851,0.8181818,0.76859504,0.4752066,0.553719,0.5785124,0.58264464,0.61157024,0.6528926,0.6652893,0.6694215,0.69008267,0.6983471,0.71900827,0.73966944,0.74793386,0.75206614,0.7231405,0.677686,0.6280992,0.6198347,0.61157024,0.57024795,0.59917355,0.6528926,0.58677685,0.56198347,0.6404959,0.74380165,0.79752064,0.8140496,0.79752064,0.75206614,0.73140496,0.73140496,0.73966944,0.75206614,0.75206614,0.7231405,0.72727275,0.75619835,0.73966944,0.7231405,0.73140496,0.74793386,0.7768595,0.8057851,0.80991733,0.822314,0.822314,0.8264463,0.822314,0.8140496,0.79752064,0.8016529,0.7933884,0.79752064,0.7933884,0.78512394,0.76033056,0.70247936,0.71487606,0.70247936,0.76859504,0.7892562,0.80991733,0.5413223,0.3140496,0.553719,0.57438016,0.58264464,0.60330576,0.6363636,0.661157,0.677686,0.6983471,0.71487606,0.74380165,0.73966944,0.73966944,0.7066116,0.6570248,0.62396693,0.607438,0.61570245,0.6198347,0.58677685,0.54545456,0.57438016,0.49173555,0.46280992,0.607438,0.72727275,0.77272725,0.78512394,0.7892562,0.73966944,0.61157024,0.55785125,0.6280992,0.6570248,0.6570248,0.69008267,0.74380165,0.78099173,0.7768595,0.74380165,0.72727275,0.73966944,0.74793386,0.7768595,0.79752064,0.8057851,0.8181818,0.8140496,0.80991733,0.8057851,0.8016529,0.79752064,0.78512394,0.78099173,0.78512394,0.78099173,0.73140496,0.70247936,0.7231405,0.6487603,0.71487606,0.7107438,0.59504133,0.29338843,0.29338843,0.5371901,0.57024795,0.5785124,0.59504133,0.61570245,0.6487603,0.6818182,0.70247936,0.72727275,0.7355372,0.7231405,0.6818182,0.6280992,0.6198347,0.61570245,0.61157024,0.62396693,0.6322314,0.6446281,0.55785125,0.46694216,0.45867768,0.446281,0.5206612,0.6694215,0.74380165,0.76033056,0.76859504,0.7107438,0.61157024,0.60330576,0.61570245,0.57024795,0.58677685,0.677686,0.7644628,0.8016529,0.79752064,0.76859504,0.74380165,0.74380165,0.74793386,0.76033056,0.78099173,0.79752064,0.8016529,0.79752064,0.8057851,0.7933884,0.7933884,0.7933884,0.7892562,0.77272725,0.7768595,0.7768595,0.7066116,0.7107438,0.73140496,0.47933885,0.4090909,0.42561984,0.30165288,0.24793388,0.2768595,0.5247934,0.5661157,0.57024795,0.59090906,0.61157024,0.6404959,0.677686,0.71487606,0.71487606,0.7107438,0.6694215,0.6322314,0.61570245,0.59090906,0.6198347,0.62396693,0.6363636,0.6487603,0.6404959,0.56198347,0.45041323,0.4214876,0.45041323,0.4876033,0.58677685,0.7066116,0.73140496,0.73140496,0.6859504,0.61570245,0.5495868,0.5247934,0.5247934,0.59090906,0.6404959,0.71900827,0.7892562,0.7933884,0.78512394,0.76859504,0.75619835,0.75206614,0.7644628,0.78099173,0.7933884,0.78099173,0.76033056,0.79752064,0.79752064,0.7892562,0.78099173,0.78099173,0.7644628,0.76859504,0.76859504,0.71487606,0.73140496,0.72727275,0.36363637,0.21900827,0.2603306,0.2520661,0.2644628,0.25619835,0.5123967,0.57438016,0.5785124,0.58677685,0.607438,0.6198347,0.6446281,0.677686,0.69008267,0.6570248,0.607438,0.58677685,0.59917355,0.59090906,0.60330576,0.6198347,0.61570245,0.59090906,0.5661157,0.49586776,0.4090909,0.39256197,0.4090909,0.45041323,0.55785125,0.6446281,0.6818182,0.677686,0.60330576,0.5289256,0.47933885,0.46694216,0.4876033,0.53305787,0.58264464,0.6487603,0.72727275,0.76859504,0.78099173,0.78099173,0.76033056,0.75206614,0.76033056,0.78512394,0.8016529,0.8057851,0.79752064,0.80991733,0.7933884,0.78512394,0.76859504,0.76859504,0.75619835,0.7644628,0.74380165,0.72727275,0.7355372,0.6942149,0.2768595,0.22727273,0.25619835,0.25619835,0.2644628,0.1983471,0.5165289,0.58264464,0.58264464,0.59090906,0.60330576,0.59504133,0.6198347,0.6446281,0.6446281,0.59504133,0.5495868,0.56198347,0.5785124,0.54545456,0.5413223,0.5413223,0.5165289,0.49173555,0.4752066,0.41735536,0.37603307,0.35950413,0.35950413,0.39256197,0.4752066,0.5413223,0.5661157,0.5413223,0.4752066,0.43801653,0.45454547,0.42975205,0.43801653,0.4752066,0.5082645,0.55785125,0.6404959,0.71487606,0.74380165,0.7644628,0.75619835,0.75619835,0.75206614,0.78099173,0.7892562,0.80991733,0.80991733,0.80991733,0.7933884,0.7892562,0.77272725,0.76033056,0.76033056,0.75619835,0.73140496,0.73966944,0.74380165,0.6404959,0.20661157,0.23966943,0.2603306,0.25619835,0.2644628,0.12396694,0.5413223,0.57024795,0.5785124,0.59090906,0.59917355,0.5785124,0.58264464,0.61570245,0.60330576,0.53305787,0.49173555,0.5082645,0.5165289,0.4752066,0.47107437,0.47107437,0.4338843,0.42561984,0.38429752,0.35950413,0.338843,0.338843,0.3677686,0.4214876,0.446281,0.49586776,0.5082645,0.45867768,0.39256197,0.39256197,0.4214876,0.41322315,0.40495867,0.4214876,0.42561984,0.4752066,0.57024795,0.6404959,0.6652893,0.6735537,0.7231405,0.73966944,0.7231405,0.73966944,0.7768595,0.7892562,0.8016529,0.8016529,0.7933884,0.78512394,0.7644628,0.7644628,0.76859504,0.74793386,0.73966944,0.74793386,0.75619835,0.53305787,0.20661157,0.2520661,0.2603306,0.24793388,0.2644628,0.09090909,0.4876033,0.57438016,0.58264464,0.58677685,0.58264464,0.5661157,0.5495868,0.5495868,0.54545456,0.47107437,0.46280992,0.47933885,0.45454547,0.42975205,0.42975205,0.42561984,0.37603307,0.35950413,0.35123968,0.338843,0.35123968,0.37603307,0.3966942,0.39256197,0.41322315,0.49586776,0.5082645,0.4214876,0.37603307,0.38016528,0.38429752,0.38016528,0.37190083,0.38842976,0.36363637,0.41322315,0.49586776,0.5661157,0.57024795,0.5661157,0.6322314,0.6363636,0.6446281,0.69008267,0.73140496,0.7768595,0.78512394,0.7933884,0.7892562,0.78512394,0.77272725,0.78099173,0.75619835,0.75619835,0.74380165,0.74380165,0.74793386,0.42975205,0.21900827,0.2603306,0.2520661,0.25619835,0.2768595,0.11983471,0.38842976,0.5661157,0.5785124,0.5661157,0.5661157,0.553719,0.5371901,0.5371901,0.5206612,0.46694216,0.46280992,0.4752066,0.44214877,0.41322315,0.40082645,0.38016528,0.34710744,0.3429752,0.3429752,0.3429752,0.33471075,0.35123968,0.38842976,0.40082645,0.446281,0.5165289,0.5371901,0.4214876,0.3553719,0.39256197,0.38429752,0.3677686,0.3553719,0.3553719,0.36363637,0.38016528,0.40495867,0.47933885,0.49173555,0.4752066,0.54545456,0.553719,0.5206612,0.5785124,0.6818182,0.75206614,0.7768595,0.77272725,0.77272725,0.77272725,0.7768595,0.7768595,0.7644628,0.75619835,0.74793386,0.73140496,0.73140496,0.36363637,0.22727273,0.25619835,0.2520661,0.2603306,0.26859504,0.16528925,0.2892562,0.5661157,0.5661157,0.5495868,0.5413223,0.553719,0.5371901,0.5165289,0.49173555,0.446281,0.46280992,0.46694216,0.446281,0.41322315,0.39256197,0.38842976,0.40495867,0.41735536,0.4338843,0.41322315,0.38429752,0.39256197,0.3966942,0.42561984,0.4876033,0.5413223,0.56198347,0.47933885,0.41735536,0.41735536,0.3966942,0.36363637,0.38016528,0.3966942,0.38016528,0.37603307,0.38016528,0.4090909,0.45041323,0.446281,0.47107437,0.5123967,0.5,0.5082645,0.5371901,0.6942149,0.76033056,0.7644628,0.7768595,0.78512394,0.7644628,0.78512394,0.7768595,0.76033056,0.7355372,0.71487606,0.69008267,0.29752067,0.22727273,0.25619835,0.25619835,0.2603306,0.27272728,0.1694215,0.2520661,0.54545456,0.57024795,0.55785125,0.54545456,0.5371901,0.5165289,0.49173555,0.4752066,0.44214877,0.42975205,0.44214877,0.44214877,0.42975205,0.38429752,0.38842976,0.49173555,0.5082645,0.5123967,0.5041322,0.49586776,0.5165289,0.5289256,0.5495868,0.57438016,0.61157024,0.6198347,0.61157024,0.57438016,0.54545456,0.4876033,0.44214877,0.47107437,0.4876033,0.47107437,0.46694216,0.4338843,0.42561984,0.446281,0.44214877,0.43801653,0.5,0.5247934,0.49586776,0.49586776,0.56198347,0.6818182,0.73140496,0.7355372,0.75619835,0.72727275,0.74793386,0.77272725,0.75619835,0.72727275,0.6735537,0.6280992,0.25619835,0.23553719,0.2520661,0.2603306,0.2644628,0.2644628,0.16115703,0.20661157,0.49586776,0.56198347,0.5661157,0.56198347,0.5247934,0.5165289,0.48347107,0.46694216,0.46694216,0.45454547,0.45041323,0.4752066,0.4876033,0.446281,0.35123968,0.38429752,0.46280992,0.5041322,0.53305787,0.5413223,0.55785125,0.56198347,0.58264464,0.60330576,0.6280992,0.6363636,0.6322314,0.6198347,0.6322314,0.61570245,0.5785124,0.58264464,0.5785124,0.57438016,0.5495868,0.5041322,0.45041323,0.42975205,0.43801653,0.4338843,0.46280992,0.5289256,0.4876033,0.5123967,0.53305787,0.59504133,0.661157,0.69008267,0.74793386,0.74380165,0.76859504,0.77272725,0.74793386,0.71487606,0.6694215,0.5495868,0.23553719,0.24380165,0.2520661,0.26859504,0.24793388,0.2644628,0.16115703,0.17355372,0.45041323,0.55785125,0.5661157,0.55785125,0.5289256,0.5165289,0.5,0.53305787,0.5661157,0.54545456,0.5041322,0.5247934,0.5495868,0.57024795,0.5082645,0.42975205,0.40495867,0.4214876,0.45041323,0.49173555,0.5371901,0.5495868,0.57438016,0.59090906,0.607438,0.6198347,0.607438,0.61157024,0.6198347,0.6487603,0.6280992,0.59504133,0.5661157,0.5371901,0.5165289,0.4876033,0.4338843,0.4090909,0.45454547,0.48347107,0.45454547,0.49586776,0.5123967,0.5289256,0.54545456,0.58264464,0.607438,0.6322314,0.6942149,0.71900827,0.78099173,0.77272725,0.72727275,0.7066116,0.6735537,0.48347107,0.23140496,0.2520661,0.2520661,0.25619835,0.2603306,0.2644628,0.17768595,0.12396694,0.3966942,0.56198347,0.5785124,0.55785125,0.5247934,0.5247934,0.5165289,0.5413223,0.55785125,0.55785125,0.5413223,0.54545456,0.58677685,0.60330576,0.58677685,0.55785125,0.49586776,0.43801653,0.41735536,0.39256197,0.38842976,0.4090909,0.42561984,0.47933885,0.49173555,0.5165289,0.5082645,0.5247934,0.5082645,0.5165289,0.48347107,0.5,0.5123967,0.5082645,0.4876033,0.5,0.5289256,0.5495868,0.5413223,0.55785125,0.5289256,0.5,0.5371901,0.54545456,0.56198347,0.61157024,0.6487603,0.6487603,0.661157,0.71487606,0.75206614,0.73966944,0.71487606,0.6942149,0.6404959,0.3966942,0.22727273,0.2644628,0.25619835,0.2603306,0.26859504,0.2520661,0.17355372,0.16115703,0.23966943,0.5413223,0.5785124,0.54545456,0.5206612,0.53305787,0.5289256,0.54545456,0.5413223,0.55785125,0.5413223,0.5247934,0.57024795,0.59917355,0.607438,0.607438,0.59504133,0.5371901,0.5,0.47107437,0.46280992,0.47107437,0.4752066,0.46280992,0.46694216,0.46694216,0.46694216,0.48347107,0.5041322,0.53305787,0.56198347,0.56198347,0.55785125,0.54545456,0.5495868,0.61570245,0.6859504,0.6942149,0.6528926,0.6528926,0.6198347,0.54545456,0.57438016,0.58264464,0.607438,0.6198347,0.6363636,0.6528926,0.69008267,0.74380165,0.7355372,0.72727275,0.7066116,0.6694215,0.607438,0.32231405,0.23966943,0.2603306,0.26859504,0.2644628,0.2644628,0.2520661,0.1694215,0.17768595,0.12396694,0.47107437,0.5661157,0.5371901,0.5289256,0.5247934,0.5247934,0.5206612,0.5165289,0.53305787,0.5041322,0.4752066,0.5289256,0.58264464,0.59917355,0.60330576,0.61570245,0.59917355,0.58677685,0.57024795,0.553719,0.54545456,0.55785125,0.5371901,0.53305787,0.5371901,0.5289256,0.54545456,0.57024795,0.60330576,0.6322314,0.6198347,0.62396693,0.661157,0.7066116,0.75206614,0.75619835,0.73966944,0.71900827,0.7231405,0.6694215,0.62396693,0.62396693,0.6446281,0.6652893,0.6528926,0.6280992,0.661157,0.73966944,0.76033056,0.74380165,0.7355372,0.69008267,0.6735537,0.5123967,0.26859504,0.24380165,0.25619835,0.2644628,0.2644628,0.2603306,0.2603306,0.17768595,0.17768595,0.1446281,0.30991736,0.553719,0.55785125,0.553719,0.5247934,0.49586776,0.5165289,0.5082645,0.5123967,0.4752066,0.45867768,0.5123967,0.56198347,0.58677685,0.59917355,0.60330576,0.59917355,0.59917355,0.607438,0.62396693,0.6198347,0.607438,0.59917355,0.58677685,0.58677685,0.58677685,0.59504133,0.62396693,0.6735537,0.70247936,0.71487606,0.73140496,0.74380165,0.7644628,0.7644628,0.75206614,0.74793386,0.73966944,0.76033056,0.7107438,0.6942149,0.69008267,0.69008267,0.6818182,0.70247936,0.6859504,0.6983471,0.73966944,0.75619835,0.73966944,0.7231405,0.6735537,0.6363636,0.40495867,0.23966943,0.2520661,0.2520661,0.2603306,0.25619835,0.2603306,0.25619835,0.19008264,0.16115703,0.15289256,0.20661157,0.47107437,0.5661157,0.57024795,0.5165289,0.5165289,0.53305787,0.49173555,0.48347107,0.446281,0.4214876,0.48347107,0.5289256,0.5661157,0.59504133,0.61570245,0.59917355,0.5785124,0.5495868,0.56198347,0.5661157,0.56198347,0.57438016,0.57024795,0.57438016,0.58677685,0.60330576,0.677686,0.70247936,0.7231405,0.7355372,0.73966944,0.71487606,0.74380165,0.75619835,0.75619835,0.76033056,0.74793386,0.73966944,0.6818182,0.6735537,0.7231405,0.73140496,0.71487606,0.71900827,0.72727275,0.7355372,0.75619835,0.75619835,0.73140496,0.6859504,0.6694215,0.56198347,0.30165288,0.24380165,0.25619835,0.2520661,0.24380165,0.2520661,0.2520661,0.24380165,0.15289256,0.17768595,0.1694215,0.15289256,0.33471075,0.5413223,0.5661157,0.5289256,0.5247934,0.4876033,0.4876033,0.446281,0.4214876,0.4338843,0.47107437,0.5165289,0.55785125,0.57438016,0.58264464,0.59090906,0.5661157,0.5206612,0.48347107,0.46280992,0.4338843,0.4214876,0.41735536,0.42975205,0.42561984,0.42975205,0.5123967,0.56198347,0.59504133,0.6198347,0.6570248,0.6859504,0.73966944,0.74793386,0.74793386,0.74793386,0.7231405,0.6735537,0.6363636,0.6322314,0.70247936,0.73966944,0.71487606,0.73966944,0.75206614,0.75619835,0.74793386,0.73966944,0.70247936,0.6570248,0.6363636,0.42975205,0.2603306,0.24793388,0.2520661,0.2520661,0.24380165,0.24793388,0.24793388,0.22727273,0.1570248,0.1570248,0.17355372,0.16115703,0.1570248,0.45454547,0.5371901,0.53305787,0.5,0.446281,0.446281,0.42975205,0.42975205,0.4214876,0.46280992,0.5247934,0.56198347,0.55785125,0.55785125,0.5661157,0.53305787,0.49173555,0.45454547,0.41735536,0.35950413,0.3305785,0.3264463,0.3429752,0.3140496,0.3264463,0.38016528,0.42561984,0.49173555,0.553719,0.6404959,0.6983471,0.7231405,0.72727275,0.7355372,0.72727275,0.6570248,0.6280992,0.58264464,0.58677685,0.661157,0.69008267,0.7066116,0.75619835,0.76033056,0.7644628,0.74380165,0.71900827,0.6942149,0.6487603,0.5247934,0.28512397,0.23966943,0.24793388,0.24793388,0.24793388,0.24380165,0.24793388,0.23140496,0.23553719,0.1570248,0.16528925,0.17768595,0.17355372,0.10743801,0.34710744,0.5247934,0.5247934,0.47933885,0.40082645,0.4338843,0.40495867,0.41735536,0.41735536,0.46694216,0.5082645,0.53305787,0.54545456,0.5289256,0.5165289,0.4876033,0.45454547,0.40082645,0.36363637,0.3264463,0.3140496,0.30578512,0.2892562,0.26859504,0.2892562,0.33471075,0.38016528,0.49173555,0.57024795,0.59504133,0.661157,0.6652893,0.677686,0.6983471,0.6859504,0.61157024,0.61157024,0.5495868,0.553719,0.6322314,0.69008267,0.73140496,0.76859504,0.76033056,0.75619835,0.73966944,0.70247936,0.6652893,0.59917355,0.3429752,0.23140496,0.24793388,0.22727273,0.24793388,0.23966943,0.24793388,0.23966943,0.23140496,0.22727273,0.1694215,0.1694215,0.1694215,0.17768595,0.10743801,0.3966942,0.5082645,0.48347107,0.43801653,0.3553719,0.39256197,0.37603307,0.38842976,0.41735536,0.446281,0.45041323,0.4876033,0.5289256,0.53305787,0.49173555,0.44214877,0.40082645,0.3677686,0.35950413,0.33471075,0.32231405,0.30991736,0.2603306,0.28099173,0.3140496,0.338843,0.3677686,0.47107437,0.553719,0.55785125,0.6322314,0.6528926,0.6487603,0.6652893,0.6570248,0.5661157,0.5495868,0.53305787,0.5123967,0.6280992,0.6694215,0.73140496,0.76033056,0.74793386,0.7355372,0.73140496,0.6942149,0.6280992,0.5371901,0.26859504,0.23553719,0.23966943,0.24380165,0.23966943,0.22727273,0.24380165,0.22727273,0.22727273,0.2231405,0.1694215,0.16528925,0.17355372,0.17355372,0.11570248,0.45041323,0.5123967,0.45454547,0.40495867,0.35123968,0.3553719,0.32231405,0.338843,0.35950413,0.37190083,0.38842976,0.446281,0.48347107,0.49586776,0.4876033,0.4214876,0.38429752,0.37603307,0.37190083,0.3553719,0.3305785,0.3264463,0.3181818,0.35123968,0.36363637,0.36363637,0.35950413,0.446281,0.5371901,0.57438016,0.61570245,0.6487603,0.6528926,0.6404959,0.60330576,0.57438016,0.53305787,0.53305787,0.49586776,0.58264464,0.6652893,0.71900827,0.74793386,0.7231405,0.7066116,0.6942149,0.6404959,0.6570248,0.5289256,0.23966943,0.23966943,0.23140496,0.22727273,0.22727273,0.23140496,0.22727273,0.21900827,0.23140496,0.22727273,0.16528925,0.16528925,0.1694215,0.17355372,0.2520661,0.48347107,0.49173555,0.45867768,0.3677686,0.30991736,0.30991736,0.27272728,0.2892562,0.30578512,0.3140496,0.338843,0.3966942,0.44214877,0.446281,0.42975205,0.39256197,0.41735536,0.4090909,0.4090909,0.38842976,0.36363637,0.40082645,0.41735536,0.42561984,0.4214876,0.40082645,0.37190083,0.45454547,0.5371901,0.59504133,0.6198347,0.6280992,0.62396693,0.62396693,0.55785125,0.5247934,0.5041322,0.5041322,0.49173555,0.49586776,0.6404959,0.6942149,0.72727275,0.6983471,0.6983471,0.6363636,0.661157,0.74793386,0.5,0.22727273,0.23966943,0.22727273,0.23140496,0.23140496,0.21900827,0.23140496,0.21487603,0.21900827,0.22727273,0.18595041,0.17355372,0.20661157,0.35123968,0.3966942,0.49173555,0.46280992,0.42561984,0.35123968,0.3305785,0.28512397,0.27272728,0.27272728,0.28512397,0.28099173,0.3181818,0.3553719,0.38016528,0.4090909,0.42975205,0.41735536,0.41735536,0.4338843,0.4214876,0.42561984,0.41735536,0.446281,0.46694216,0.47107437,0.47107437,0.42561984,0.44214877,0.47933885,0.5123967,0.5495868,0.58264464,0.62396693,0.57438016,0.56198347,0.5206612,0.4876033,0.45454547,0.45867768,0.46694216,0.4752066,0.6280992,0.6570248,0.677686,0.661157,0.6694215,0.6859504,0.7231405,0.78099173,0.45454547,0.20247933,0.21487603,0.2231405,0.22727273,0.2231405,0.21900827,0.2231405,0.2107438,0.21900827,0.21900827,0.30165288,0.37190083,0.43801653,0.4876033,0.35950413,0.47107437,0.41735536,0.35123968,0.3429752,0.32231405,0.27272728,0.2644628,0.26859504,0.27272728,0.27272728,0.30578512,0.33471075,0.3429752,0.39256197,0.38842976,0.40082645,0.42561984,0.4214876,0.41735536,0.4338843,0.4338843,0.47933885,0.5,0.49586776,0.4752066,0.45041323,0.47933885,0.5371901,0.54545456,0.5413223,0.55785125,0.6446281,0.59090906,0.5041322,0.46694216,0.45867768,0.4338843,0.38842976,0.38429752,0.45867768,0.553719,0.607438,0.6487603,0.661157,0.7231405,0.7355372,0.74380165,0.7892562,0.4090909,0.19008264,0.2231405,0.21900827,0.23140496,0.2231405,0.2231405,0.21487603,0.20661157,0.21900827,0.20661157,0.46280992,0.5206612,0.5661157,0.45867768,0.3677686,0.43801653,0.38429752,0.33471075,0.3429752,0.3264463,0.28512397,0.26859504,0.25619835,0.2520661,0.30165288,0.3264463,0.30165288,0.3305785,0.3677686,0.3429752,0.38016528,0.3966942,0.41322315,0.4338843,0.45454547,0.46280992,0.5,0.49586776,0.48347107,0.46694216,0.46694216,0.5123967,0.56198347,0.5495868,0.5165289,0.5206612,0.5413223,0.5371901,0.48347107,0.42561984,0.4090909,0.40082645,0.37190083,0.38016528,0.40082645,0.46694216,0.553719,0.6735537,0.6983471,0.7355372,0.75619835,0.76033056,0.8016529,0.38016528,0.18595041,0.2231405,0.21900827,0.21900827,0.20661157,0.23140496,0.20661157,0.2107438,0.2107438,0.20661157,0.46694216,0.5247934,0.56198347,0.43801653,0.38842976,0.42975205,0.38016528,0.33471075,0.34710744,0.3264463,0.2892562,0.2768595,0.23966943,0.24793388,0.28512397,0.29338843,0.30578512,0.32231405,0.3305785,0.32231405,0.37190083,0.38016528,0.40082645,0.41735536,0.45867768,0.45454547,0.45041323,0.446281,0.45454547,0.44214877,0.47933885,0.5041322,0.5371901,0.54545456,0.5289256,0.48347107,0.45867768,0.46280992,0.41735536,0.37603307,0.3553719,0.35950413,0.38016528,0.3677686,0.3677686,0.446281,0.57024795,0.6446281,0.73140496,0.77272725,0.7768595,0.76033056,0.8140496,0.35123968,0.2107438,0.2231405,0.21900827,0.2231405,0.2231405,0.22727273,0.21900827,0.2107438,0.20661157,0.2107438,0.4752066,0.5289256,0.553719,0.41735536,0.40495867,0.4214876,0.37603307,0.33471075,0.34710744,0.32231405,0.2892562,0.2768595,0.23553719,0.2520661,0.28512397,0.29338843,0.30578512,0.32231405,0.3264463,0.3264463,0.37190083,0.38016528,0.40082645,0.40082645,0.4338843,0.446281,0.42975205,0.42561984,0.42561984,0.41322315,0.43801653,0.46280992,0.49173555,0.49586776,0.4876033,0.42975205,0.4090909,0.40495867,0.37190083,0.3264463,0.30991736,0.3181818,0.3677686,0.36363637,0.3677686,0.46694216,0.59917355,0.6363636,0.73966944,0.77272725,0.7768595,0.75206614,0.822314,0.35123968,0.19421488,0.21487603,0.21487603,0.21487603,0.20661157,0.21900827,0.21900827,0.21487603,0.20661157,0.2107438,0.48347107,0.53305787,0.5495868,0.3966942,0.42561984,0.41322315,0.37603307,0.338843,0.34710744,0.3181818,0.2892562,0.27272728,0.23553719,0.2520661,0.2892562,0.29338843,0.30991736,0.32231405,0.3264463,0.3305785,0.37190083,0.38016528,0.40082645,0.40082645,0.43801653,0.446281,0.42975205,0.42561984,0.42561984,0.41322315,0.43801653,0.45867768,0.4876033,0.47107437,0.47107437,0.40082645,0.37603307,0.37190083,0.35950413,0.2892562,0.28512397,0.30165288,0.35950413,0.41735536,0.4090909,0.4752066,0.6198347,0.6528926,0.69008267,0.74380165,0.75619835,0.7355372,0.7892562,0.3553719,0.1694215,0.1983471,0.20247933,0.21487603,0.20247933,0.21487603,0.21487603,0.21487603,0.2107438,0.20661157,16 +0.17768595,0.22727273,0.20661157,0.30991736,0.4752066,0.5413223,0.5413223,0.57024795,0.59090906,0.61157024,0.6322314,0.6322314,0.6487603,0.6570248,0.6694215,0.6859504,0.70247936,0.71487606,0.71487606,0.73140496,0.7355372,0.7355372,0.73966944,0.74793386,0.75206614,0.75206614,0.7644628,0.7644628,0.7644628,0.76859504,0.7644628,0.76859504,0.77272725,0.78512394,0.7768595,0.78099173,0.7933884,0.7892562,0.8016529,0.8057851,0.8016529,0.80991733,0.8057851,0.8264463,0.80991733,0.822314,0.8140496,0.8140496,0.8140496,0.80991733,0.8016529,0.78512394,0.78099173,0.78512394,0.77272725,0.75619835,0.74793386,0.7231405,0.7355372,0.6818182,0.6322314,0.553719,0.45454547,0.4090909,0.20247933,0.24380165,0.21487603,0.338843,0.48347107,0.5371901,0.54545456,0.5661157,0.59504133,0.59917355,0.61157024,0.6322314,0.6570248,0.6652893,0.6942149,0.6942149,0.7107438,0.7107438,0.71900827,0.76033056,0.7768595,0.7644628,0.78099173,0.77272725,0.76859504,0.76859504,0.78512394,0.7892562,0.78099173,0.7933884,0.7933884,0.7933884,0.7933884,0.79752064,0.7892562,0.7892562,0.80991733,0.80991733,0.8181818,0.822314,0.8181818,0.822314,0.822314,0.8347107,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.80991733,0.80991733,0.8016529,0.7892562,0.78512394,0.78512394,0.7644628,0.74793386,0.72727275,0.7355372,0.7231405,0.661157,0.59090906,0.46280992,0.39256197,0.2231405,0.22727273,0.21487603,0.33471075,0.4876033,0.5371901,0.5371901,0.57438016,0.59917355,0.61157024,0.6280992,0.6404959,0.6652893,0.677686,0.6983471,0.7066116,0.73140496,0.74380165,0.76033056,0.77272725,0.78099173,0.79752064,0.80991733,0.8016529,0.78512394,0.79752064,0.8016529,0.8057851,0.8016529,0.79752064,0.7892562,0.7933884,0.8016529,0.79752064,0.78512394,0.79752064,0.8140496,0.822314,0.8305785,0.8347107,0.8305785,0.8305785,0.8305785,0.838843,0.8305785,0.8264463,0.8305785,0.822314,0.822314,0.8181818,0.8140496,0.8016529,0.8057851,0.79752064,0.78099173,0.76033056,0.74793386,0.73140496,0.73140496,0.7355372,0.69008267,0.61570245,0.5041322,0.3966942,0.22727273,0.2231405,0.21900827,0.338843,0.49173555,0.5371901,0.54545456,0.57438016,0.59504133,0.61570245,0.6322314,0.6570248,0.6735537,0.6818182,0.70247936,0.7107438,0.72727275,0.74380165,0.75206614,0.78099173,0.7892562,0.8016529,0.8140496,0.8181818,0.8140496,0.822314,0.8181818,0.8140496,0.8140496,0.8057851,0.7892562,0.78512394,0.8016529,0.7892562,0.8057851,0.8181818,0.8264463,0.8305785,0.8305785,0.8347107,0.8347107,0.838843,0.8347107,0.838843,0.8264463,0.8140496,0.80991733,0.8016529,0.8181818,0.8016529,0.80991733,0.8057851,0.8057851,0.8016529,0.7933884,0.78099173,0.76033056,0.73140496,0.74380165,0.74380165,0.73140496,0.6363636,0.5247934,0.40495867,0.23966943,0.23553719,0.22727273,0.35123968,0.49586776,0.5371901,0.5495868,0.57438016,0.59504133,0.61570245,0.6363636,0.661157,0.6818182,0.6859504,0.6983471,0.7066116,0.71487606,0.72727275,0.73140496,0.76859504,0.78512394,0.79752064,0.8057851,0.8057851,0.822314,0.8140496,0.8140496,0.8057851,0.8016529,0.8016529,0.7892562,0.78099173,0.7933884,0.7892562,0.8057851,0.8140496,0.822314,0.822314,0.80991733,0.8140496,0.8264463,0.822314,0.8264463,0.80991733,0.7892562,0.78512394,0.77272725,0.77272725,0.78099173,0.77272725,0.7892562,0.80991733,0.8057851,0.80991733,0.8057851,0.7933884,0.7644628,0.72727275,0.74380165,0.73966944,0.7355372,0.71900827,0.59090906,0.40082645,0.22727273,0.24793388,0.25619835,0.35950413,0.5165289,0.5413223,0.55785125,0.58677685,0.59504133,0.62396693,0.6363636,0.6446281,0.661157,0.6694215,0.69008267,0.70247936,0.7107438,0.71900827,0.7231405,0.7355372,0.74793386,0.7644628,0.77272725,0.78099173,0.79752064,0.78099173,0.78099173,0.78099173,0.7644628,0.76033056,0.75619835,0.75619835,0.7768595,0.76859504,0.78099173,0.76859504,0.7768595,0.76859504,0.76033056,0.77272725,0.7933884,0.8057851,0.822314,0.8181818,0.80991733,0.8140496,0.8016529,0.822314,0.822314,0.8016529,0.78512394,0.7933884,0.8264463,0.8181818,0.80991733,0.8016529,0.7768595,0.7355372,0.75206614,0.74380165,0.74380165,0.73140496,0.70247936,0.5,0.19421488,0.22727273,0.2231405,0.4214876,0.5371901,0.54545456,0.57438016,0.59504133,0.6198347,0.6280992,0.6198347,0.6280992,0.6487603,0.661157,0.6694215,0.6652893,0.6818182,0.70247936,0.7107438,0.7066116,0.71487606,0.71900827,0.73140496,0.7231405,0.74380165,0.75206614,0.7768595,0.78099173,0.76859504,0.74380165,0.74380165,0.72727275,0.6983471,0.73966944,0.73966944,0.74380165,0.76033056,0.75619835,0.77272725,0.79752064,0.8140496,0.8264463,0.822314,0.822314,0.80991733,0.80991733,0.80991733,0.8140496,0.822314,0.8181818,0.8181818,0.8016529,0.78512394,0.8181818,0.80991733,0.8016529,0.7768595,0.74380165,0.73966944,0.73966944,0.74380165,0.74793386,0.7231405,0.6280992,0.1694215,0.17355372,0.2107438,0.4752066,0.5413223,0.53305787,0.58264464,0.61157024,0.6280992,0.60330576,0.61157024,0.6404959,0.6652893,0.6735537,0.69008267,0.6942149,0.6942149,0.7066116,0.71900827,0.72727275,0.74380165,0.73966944,0.75619835,0.74793386,0.76859504,0.78512394,0.8181818,0.8140496,0.8057851,0.78512394,0.78099173,0.7644628,0.74793386,0.77272725,0.7644628,0.76033056,0.78512394,0.8016529,0.79752064,0.822314,0.822314,0.8140496,0.8140496,0.8016529,0.7768595,0.76859504,0.75206614,0.7355372,0.74380165,0.75206614,0.73140496,0.74380165,0.72727275,0.75619835,0.77272725,0.78099173,0.7892562,0.74793386,0.7231405,0.72727275,0.74793386,0.74793386,0.74380165,0.6942149,0.17768595,0.1446281,0.23966943,0.5041322,0.53305787,0.5165289,0.553719,0.55785125,0.5082645,0.5247934,0.56198347,0.59504133,0.6280992,0.6446281,0.661157,0.677686,0.6818182,0.6942149,0.7066116,0.71487606,0.7355372,0.75619835,0.76859504,0.77272725,0.78099173,0.8016529,0.822314,0.8264463,0.822314,0.80991733,0.79752064,0.78512394,0.7768595,0.75206614,0.73140496,0.73966944,0.77272725,0.73966944,0.74380165,0.6942149,0.69008267,0.69008267,0.6487603,0.62396693,0.6570248,0.6694215,0.61157024,0.60330576,0.6198347,0.58677685,0.6280992,0.6487603,0.6735537,0.607438,0.58677685,0.58264464,0.62396693,0.6983471,0.69008267,0.7107438,0.73140496,0.73966944,0.73966944,0.73140496,0.16528925,0.12396694,0.29752067,0.5165289,0.5041322,0.42975205,0.42561984,0.40082645,0.40082645,0.45041323,0.44214877,0.45867768,0.44214877,0.46280992,0.49586776,0.5495868,0.60330576,0.59090906,0.70247936,0.6983471,0.7107438,0.75619835,0.77272725,0.7644628,0.76033056,0.76859504,0.80991733,0.8264463,0.838843,0.838843,0.8305785,0.78512394,0.75206614,0.72727275,0.7107438,0.6983471,0.677686,0.6404959,0.6652893,0.6694215,0.6487603,0.677686,0.677686,0.6487603,0.74380165,0.677686,0.6487603,0.6363636,0.6198347,0.553719,0.607438,0.6942149,0.71900827,0.6446281,0.61570245,0.60330576,0.56198347,0.49586776,0.5123967,0.58677685,0.607438,0.6487603,0.70247936,0.73140496,0.1570248,0.10330579,0.3553719,0.5082645,0.4214876,0.38842976,0.40082645,0.3966942,0.4338843,0.46280992,0.46280992,0.49173555,0.5247934,0.56198347,0.5785124,0.60330576,0.58677685,0.553719,0.59090906,0.56198347,0.5082645,0.7107438,0.7107438,0.6694215,0.69008267,0.69008267,0.6735537,0.6652893,0.69008267,0.7066116,0.71487606,0.6487603,0.607438,0.61570245,0.6198347,0.5495868,0.553719,0.58677685,0.5495868,0.5785124,0.5371901,0.5,0.47933885,0.47933885,0.47107437,0.43801653,0.4338843,0.4090909,0.44214877,0.45454547,0.47933885,0.5289256,0.57024795,0.58264464,0.5413223,0.6446281,0.6528926,0.5371901,0.45454547,0.5123967,0.5247934,0.57438016,0.5785124,0.60330576,0.16115703,0.20661157,0.43801653,0.5495868,0.5165289,0.44214877,0.37190083,0.35123968,0.43801653,0.45867768,0.47107437,0.49173555,0.46280992,0.446281,0.4214876,0.41322315,0.4090909,0.42561984,0.446281,0.4752066,0.46280992,0.45867768,0.58264464,0.553719,0.6570248,0.6570248,0.6322314,0.6487603,0.6859504,0.6859504,0.69008267,0.59917355,0.60330576,0.6363636,0.59917355,0.57438016,0.59917355,0.61157024,0.62396693,0.6404959,0.58677685,0.56198347,0.58264464,0.59504133,0.59917355,0.5289256,0.56198347,0.59090906,0.6528926,0.661157,0.6652893,0.6487603,0.6280992,0.61157024,0.53305787,0.6487603,0.6280992,0.61570245,0.59090906,0.5,0.5495868,0.6363636,0.6528926,0.6404959,0.37190083,0.5371901,0.4214876,0.48347107,0.38429752,0.37190083,0.40495867,0.44214877,0.5495868,0.59504133,0.5785124,0.61157024,0.607438,0.607438,0.59090906,0.57438016,0.5785124,0.5495868,0.5206612,0.5123967,0.5041322,0.553719,0.59504133,0.553719,0.6528926,0.7066116,0.7107438,0.7231405,0.71900827,0.71487606,0.69008267,0.6404959,0.6983471,0.70247936,0.75619835,0.72727275,0.7231405,0.6942149,0.6942149,0.70247936,0.7066116,0.69008267,0.6942149,0.69008267,0.69008267,0.6859504,0.6694215,0.6735537,0.6818182,0.69008267,0.6983471,0.6983471,0.6983471,0.6570248,0.5661157,0.71487606,0.7107438,0.7107438,0.71487606,0.6280992,0.55785125,0.71900827,0.75206614,0.76033056,0.5495868,0.45454547,0.21487603,0.4090909,0.38016528,0.45041323,0.4876033,0.5371901,0.5371901,0.58264464,0.59090906,0.59917355,0.6198347,0.61157024,0.607438,0.59504133,0.5661157,0.53305787,0.5,0.5082645,0.553719,0.607438,0.61570245,0.661157,0.6322314,0.73140496,0.7066116,0.6735537,0.73966944,0.8057851,0.61570245,0.74793386,0.7066116,0.6983471,0.8305785,0.76033056,0.74380165,0.7231405,0.6942149,0.6694215,0.6446281,0.6363636,0.61157024,0.56198347,0.4876033,0.5,0.5123967,0.5123967,0.5289256,0.55785125,0.5661157,0.59504133,0.6322314,0.59917355,0.6280992,0.72727275,0.71900827,0.72727275,0.7066116,0.7231405,0.5785124,0.6528926,0.7355372,0.6983471,0.5413223,0.42975205,0.23140496,0.44214877,0.45041323,0.5206612,0.53305787,0.5247934,0.49586776,0.47933885,0.49173555,0.45454547,0.45454547,0.45041323,0.45454547,0.42975205,0.3966942,0.38016528,0.37603307,0.37190083,0.4214876,0.4876033,0.5123967,0.53305787,0.49586776,0.69008267,0.5413223,0.5123967,0.6280992,0.6942149,0.6446281,0.69008267,0.6322314,0.76859504,0.77272725,0.7231405,0.7107438,0.6694215,0.6404959,0.59504133,0.5785124,0.5289256,0.43801653,0.38429752,0.3966942,0.45041323,0.45454547,0.44214877,0.41735536,0.45041323,0.4752066,0.5041322,0.5206612,0.5082645,0.6363636,0.677686,0.7107438,0.7107438,0.7355372,0.77272725,0.7066116,0.7768595,0.8595041,0.33471075,0.49586776,0.4214876,0.37190083,0.5082645,0.5123967,0.53305787,0.5289256,0.5082645,0.46694216,0.38842976,0.42561984,0.40082645,0.39256197,0.37190083,0.35123968,0.30578512,0.3181818,0.3305785,0.3677686,0.38016528,0.35123968,0.4090909,0.45867768,0.5082645,0.4752066,0.58264464,0.55785125,0.6280992,0.7644628,0.8140496,0.8347107,0.78099173,0.6322314,0.59504133,0.7066116,0.7231405,0.71900827,0.677686,0.6280992,0.56198347,0.5247934,0.46694216,0.43801653,0.4338843,0.42561984,0.43801653,0.37603307,0.41322315,0.3429752,0.37603307,0.3553719,0.4090909,0.49173555,0.5,0.61157024,0.6570248,0.7107438,0.72727275,0.74793386,0.7892562,0.75206614,0.74793386,0.90082645,0.38016528,0.5206612,0.446281,0.39256197,0.5165289,0.5371901,0.54545456,0.53305787,0.5082645,0.45454547,0.38842976,0.3429752,0.35123968,0.446281,0.35950413,0.30165288,0.1983471,0.3140496,0.2603306,0.25619835,0.37190083,0.4338843,0.42975205,0.45041323,0.45867768,0.40495867,0.61570245,0.56198347,0.6487603,0.78512394,0.8181818,0.8429752,0.838843,0.677686,0.5785124,0.6652893,0.7066116,0.70247936,0.677686,0.6198347,0.5495868,0.5206612,0.4876033,0.47933885,0.42561984,0.5165289,0.4752066,0.41322315,0.3553719,0.30165288,0.38842976,0.40082645,0.55785125,0.4214876,0.35950413,0.5785124,0.6652893,0.7107438,0.7355372,0.78099173,0.8181818,0.77272725,0.78099173,0.8140496,0.72727275,0.45867768,0.59917355,0.5123967,0.607438,0.677686,0.6487603,0.54545456,0.5165289,0.45867768,0.30578512,0.26859504,0.45041323,0.59090906,0.446281,0.49173555,0.2768595,0.22727273,0.2603306,0.2768595,0.45867768,0.38842976,0.38429752,0.45867768,0.44214877,0.42561984,0.838843,0.56198347,0.6363636,0.7231405,0.75206614,0.78512394,0.80991733,0.74793386,0.47933885,0.73966944,0.6280992,0.76033056,0.6570248,0.6363636,0.58264464,0.49586776,0.42561984,0.47107437,0.46694216,0.5661157,0.5495868,0.45454547,0.34710744,0.28512397,0.58677685,0.446281,0.6694215,0.55785125,0.33471075,0.44214877,0.6694215,0.7107438,0.70247936,0.8595041,0.89669424,0.8305785,0.8677686,0.8801653,0.71487606,0.661157,0.8801653,0.8677686,0.89669424,0.90495867,0.90909094,0.6528926,0.47933885,0.38842976,0.36363637,0.3264463,0.42975205,0.56198347,0.61157024,0.4338843,0.30991736,0.23966943,0.2892562,0.32231405,0.44214877,0.41735536,0.37603307,0.41735536,0.45041323,0.40082645,0.54545456,0.42975205,0.6363636,0.7066116,0.73966944,0.75206614,0.73140496,0.7768595,0.38016528,0.6404959,0.6363636,0.9214876,0.8677686,0.6198347,0.53305787,0.45867768,0.45867768,0.44214877,0.3966942,0.46694216,0.5247934,0.47107437,0.38429752,0.3264463,0.48347107,0.54545456,0.60330576,0.5123967,0.49586776,0.56198347,0.6942149,0.73966944,0.74793386,0.93801653,0.91735536,0.87603307,0.89669424,0.94214875,0.74793386,0.36363637,0.8264463,0.89669424,0.87603307,0.71487606,0.78099173,0.6322314,0.5123967,0.45041323,0.4090909,0.40082645,0.42561984,0.45041323,0.48347107,0.446281,0.3677686,0.3677686,0.38842976,0.40495867,0.42975205,0.42561984,0.43801653,0.46280992,0.48347107,0.40495867,0.3553719,0.47933885,0.677686,0.74380165,0.78099173,0.8181818,0.79752064,0.75206614,0.6198347,0.29752067,0.42975205,0.73140496,0.7892562,0.58264464,0.55785125,0.54545456,0.5041322,0.48347107,0.46694216,0.4876033,0.5082645,0.5041322,0.49586776,0.5165289,0.54545456,0.60330576,0.61570245,0.57438016,0.55785125,0.6652893,0.6983471,0.74380165,0.78099173,0.8636364,0.88429755,0.8553719,0.8347107,0.9710744,0.74793386,0.16115703,0.17355372,0.45041323,0.56198347,0.58677685,0.6280992,0.59917355,0.56198347,0.5206612,0.4752066,0.45867768,0.5123967,0.5495868,0.5371901,0.5041322,0.49173555,0.46694216,0.46280992,0.446281,0.43801653,0.44214877,0.446281,0.47107437,0.5123967,0.39256197,0.41322315,0.5785124,0.7107438,0.7892562,0.8305785,0.8471074,0.8181818,0.77272725,0.7231405,0.45454547,0.42561984,0.60330576,0.6570248,0.607438,0.553719,0.5289256,0.5082645,0.5041322,0.5041322,0.5165289,0.53305787,0.553719,0.5785124,0.60330576,0.6363636,0.6528926,0.6694215,0.5785124,0.6280992,0.71487606,0.74380165,0.73966944,0.76859504,0.78099173,0.79752064,0.80991733,0.76033056,0.8264463,0.75206614,0.26859504,0.18595041,0.40082645,0.5661157,0.607438,0.61157024,0.607438,0.60330576,0.55785125,0.5289256,0.46280992,0.5123967,0.56198347,0.54545456,0.5413223,0.5247934,0.5082645,0.48347107,0.46694216,0.45041323,0.46280992,0.48347107,0.5165289,0.49586776,0.4338843,0.5041322,0.6404959,0.71487606,0.8057851,0.8347107,0.8553719,0.8264463,0.7892562,0.7355372,0.6322314,0.5289256,0.5495868,0.661157,0.6446281,0.60330576,0.553719,0.5413223,0.53305787,0.53305787,0.53305787,0.55785125,0.5785124,0.59917355,0.62396693,0.6528926,0.661157,0.6363636,0.58264464,0.70247936,0.75619835,0.76859504,0.75619835,0.7768595,0.77272725,0.76859504,0.76859504,0.7355372,0.7768595,0.76859504,0.3305785,0.19008264,0.3140496,0.55785125,0.59917355,0.607438,0.6198347,0.61157024,0.58264464,0.58264464,0.5082645,0.5,0.5289256,0.5082645,0.5082645,0.5041322,0.5082645,0.4876033,0.5,0.5041322,0.5206612,0.5495868,0.60330576,0.4876033,0.5165289,0.58677685,0.6570248,0.71900827,0.7892562,0.8305785,0.8471074,0.8347107,0.8057851,0.77272725,0.6983471,0.6652893,0.5165289,0.61157024,0.6942149,0.661157,0.61570245,0.58677685,0.55785125,0.553719,0.553719,0.57438016,0.58677685,0.58677685,0.61157024,0.61157024,0.60330576,0.58264464,0.6983471,0.7644628,0.76859504,0.7768595,0.78099173,0.7768595,0.7644628,0.75619835,0.74793386,0.79752064,0.75619835,0.78099173,0.46694216,0.2520661,0.19008264,0.5206612,0.59504133,0.6198347,0.6363636,0.62396693,0.607438,0.60330576,0.553719,0.5247934,0.55785125,0.5247934,0.5371901,0.5495868,0.55785125,0.56198347,0.5495868,0.58677685,0.59504133,0.62396693,0.5661157,0.5082645,0.53305787,0.6363636,0.6446281,0.71900827,0.78512394,0.822314,0.8264463,0.8264463,0.8181818,0.7933884,0.74380165,0.72727275,0.6652893,0.57024795,0.6322314,0.6735537,0.661157,0.6322314,0.60330576,0.58677685,0.58677685,0.59917355,0.60330576,0.58264464,0.58264464,0.59504133,0.6280992,0.6942149,0.76033056,0.7933884,0.7933884,0.8016529,0.7933884,0.76859504,0.74380165,0.73966944,0.75619835,0.72727275,0.7768595,0.78512394,0.4752066,0.34710744,0.14876033,0.446281,0.59504133,0.6280992,0.6487603,0.6363636,0.62396693,0.61570245,0.59090906,0.5495868,0.5495868,0.57438016,0.58264464,0.59504133,0.60330576,0.6198347,0.6198347,0.6322314,0.6404959,0.62396693,0.5041322,0.5206612,0.57438016,0.661157,0.6446281,0.7231405,0.7892562,0.8140496,0.8057851,0.8181818,0.8181818,0.79752064,0.76033056,0.74793386,0.7768595,0.72727275,0.6280992,0.607438,0.6404959,0.6363636,0.61570245,0.61157024,0.59917355,0.58264464,0.6198347,0.60330576,0.6487603,0.70247936,0.74380165,0.76033056,0.7768595,0.7933884,0.8016529,0.8181818,0.79752064,0.77272725,0.73966944,0.74793386,0.6983471,0.6694215,0.78512394,0.78099173,0.3181818,0.4876033,0.23140496,0.3677686,0.5785124,0.6280992,0.6404959,0.6404959,0.62396693,0.6322314,0.6363636,0.6198347,0.5785124,0.59090906,0.58677685,0.59917355,0.59917355,0.6198347,0.6280992,0.6280992,0.60330576,0.5165289,0.5371901,0.5661157,0.6198347,0.6652893,0.6363636,0.71487606,0.7892562,0.8264463,0.80991733,0.8140496,0.8057851,0.7892562,0.77272725,0.75206614,0.7892562,0.8016529,0.77272725,0.6570248,0.607438,0.71487606,0.73140496,0.72727275,0.7355372,0.7107438,0.74380165,0.74793386,0.76033056,0.77272725,0.79752064,0.8016529,0.7933884,0.8057851,0.80991733,0.8140496,0.7933884,0.7768595,0.7644628,0.71487606,0.62396693,0.78099173,0.8016529,0.78099173,0.16528925,0.37190083,0.553719,0.46280992,0.59090906,0.6363636,0.6528926,0.6570248,0.6528926,0.661157,0.6694215,0.6652893,0.6570248,0.6528926,0.6322314,0.61157024,0.61157024,0.61570245,0.607438,0.5785124,0.5413223,0.6198347,0.58264464,0.57438016,0.6404959,0.6652893,0.6404959,0.72727275,0.8016529,0.8305785,0.80991733,0.8181818,0.8057851,0.79752064,0.76859504,0.75206614,0.7768595,0.8140496,0.822314,0.7933884,0.7231405,0.661157,0.6942149,0.7644628,0.78512394,0.7892562,0.78099173,0.7933884,0.8016529,0.8057851,0.8264463,0.822314,0.8140496,0.8305785,0.8057851,0.8140496,0.7933884,0.76033056,0.7107438,0.70247936,0.76859504,0.8057851,0.7933884,0.76859504,0.19421488,0.16115703,0.49586776,0.70247936,0.6487603,0.6528926,0.6528926,0.6528926,0.6859504,0.69008267,0.69008267,0.6942149,0.70247936,0.69008267,0.6528926,0.61157024,0.61157024,0.59917355,0.57438016,0.5785124,0.6363636,0.6570248,0.59090906,0.58264464,0.6322314,0.6652893,0.6694215,0.7355372,0.8140496,0.8347107,0.8264463,0.80991733,0.8057851,0.7892562,0.74793386,0.73966944,0.75619835,0.80991733,0.8140496,0.8305785,0.8264463,0.78099173,0.73966944,0.69008267,0.7231405,0.78512394,0.8016529,0.77272725,0.75619835,0.77272725,0.7892562,0.76859504,0.78099173,0.78512394,0.7644628,0.71900827,0.70247936,0.73140496,0.77272725,0.78099173,0.80991733,0.79752064,0.78512394,0.76859504,0.20661157,0.18595041,0.24793388,0.5413223,0.6198347,0.6652893,0.6570248,0.6528926,0.6570248,0.6570248,0.6446281,0.6363636,0.60330576,0.5785124,0.57024795,0.58264464,0.607438,0.607438,0.6322314,0.661157,0.677686,0.6446281,0.60330576,0.58677685,0.61157024,0.6735537,0.70247936,0.74793386,0.8057851,0.8347107,0.8429752,0.8264463,0.8057851,0.7768595,0.72727275,0.7066116,0.7231405,0.78512394,0.80991733,0.8181818,0.8181818,0.80991733,0.79752064,0.7892562,0.76859504,0.76033056,0.78512394,0.77272725,0.76033056,0.77272725,0.77272725,0.75206614,0.75206614,0.75619835,0.74793386,0.73966944,0.7768595,0.7892562,0.7933884,0.7892562,0.8181818,0.79752064,0.7768595,0.7644628,0.20661157,0.2107438,0.1983471,0.5082645,0.59504133,0.61570245,0.607438,0.61570245,0.6322314,0.6404959,0.661157,0.6735537,0.6818182,0.6983471,0.7107438,0.71900827,0.6983471,0.677686,0.677686,0.6735537,0.6694215,0.6363636,0.60330576,0.57438016,0.6322314,0.677686,0.71487606,0.76859504,0.80991733,0.838843,0.8264463,0.8305785,0.80991733,0.77272725,0.72727275,0.6859504,0.6818182,0.74380165,0.7892562,0.80991733,0.8016529,0.7933884,0.78512394,0.7892562,0.8181818,0.8181818,0.8347107,0.8347107,0.838843,0.838843,0.8471074,0.822314,0.8305785,0.822314,0.8016529,0.7644628,0.78099173,0.7892562,0.8057851,0.8140496,0.8140496,0.79752064,0.7892562,0.75206614,0.2107438,0.19421488,0.1983471,0.46280992,0.59090906,0.6198347,0.6322314,0.6528926,0.6570248,0.677686,0.6859504,0.7107438,0.7107438,0.71487606,0.7355372,0.75206614,0.73966944,0.6983471,0.6694215,0.661157,0.6570248,0.6404959,0.5785124,0.59917355,0.6652893,0.677686,0.7231405,0.7892562,0.822314,0.8347107,0.8305785,0.8264463,0.8057851,0.78512394,0.75619835,0.7355372,0.677686,0.7066116,0.76859504,0.78099173,0.77272725,0.7644628,0.77272725,0.7933884,0.822314,0.8140496,0.8264463,0.8305785,0.8347107,0.8347107,0.8429752,0.8347107,0.838843,0.822314,0.822314,0.8057851,0.79752064,0.79752064,0.8057851,0.8181818,0.8057851,0.7892562,0.78099173,0.74380165,0.20247933,0.19008264,0.18595041,0.36363637,0.57438016,0.59504133,0.6322314,0.6528926,0.661157,0.6652893,0.677686,0.6942149,0.6942149,0.7066116,0.7355372,0.73966944,0.74380165,0.72727275,0.6694215,0.6404959,0.6487603,0.6322314,0.61157024,0.6487603,0.6652893,0.6735537,0.74380165,0.8057851,0.8347107,0.8347107,0.8305785,0.822314,0.8057851,0.79752064,0.76859504,0.7933884,0.75619835,0.7066116,0.73140496,0.75206614,0.74380165,0.7355372,0.77272725,0.79752064,0.8140496,0.8057851,0.8181818,0.8181818,0.822314,0.8264463,0.8264463,0.8347107,0.8264463,0.8181818,0.8181818,0.80991733,0.8140496,0.8057851,0.8140496,0.8140496,0.7933884,0.7768595,0.76859504,0.71487606,0.18595041,0.1983471,0.17768595,0.23966943,0.53305787,0.59504133,0.61570245,0.6446281,0.661157,0.6363636,0.6735537,0.6818182,0.6859504,0.70247936,0.72727275,0.71487606,0.7107438,0.6859504,0.6487603,0.6280992,0.6404959,0.6198347,0.6322314,0.61157024,0.61570245,0.661157,0.76859504,0.8057851,0.8305785,0.8553719,0.8264463,0.79752064,0.78099173,0.7768595,0.78512394,0.8016529,0.8140496,0.7644628,0.73966944,0.75206614,0.73966944,0.71487606,0.72727275,0.7644628,0.7892562,0.8016529,0.8181818,0.8181818,0.8181818,0.8264463,0.8305785,0.8305785,0.822314,0.80991733,0.8140496,0.8140496,0.8181818,0.8140496,0.8140496,0.8016529,0.7933884,0.77272725,0.73966944,0.71900827,0.18595041,0.20661157,0.1983471,0.16115703,0.49586776,0.5785124,0.59504133,0.6363636,0.6363636,0.6363636,0.661157,0.6859504,0.6942149,0.7066116,0.71487606,0.6859504,0.6528926,0.6280992,0.61570245,0.6198347,0.6198347,0.57438016,0.60330576,0.59504133,0.5413223,0.59917355,0.74380165,0.7933884,0.8181818,0.8057851,0.76033056,0.74793386,0.7355372,0.7107438,0.73140496,0.75206614,0.7644628,0.73966944,0.7107438,0.71900827,0.74793386,0.73140496,0.6983471,0.71487606,0.75206614,0.78512394,0.80991733,0.8181818,0.8181818,0.822314,0.822314,0.822314,0.822314,0.8057851,0.80991733,0.80991733,0.8057851,0.8016529,0.79752064,0.8016529,0.7933884,0.77272725,0.7231405,0.7355372,0.1983471,0.20247933,0.20661157,0.14876033,0.40082645,0.57024795,0.5785124,0.61157024,0.62396693,0.6446281,0.661157,0.677686,0.69008267,0.69008267,0.69008267,0.6487603,0.6198347,0.61570245,0.60330576,0.61157024,0.6198347,0.5785124,0.54545456,0.5413223,0.4752066,0.5661157,0.70247936,0.76033056,0.78512394,0.7933884,0.7892562,0.70247936,0.5247934,0.46694216,0.607438,0.661157,0.6570248,0.661157,0.71487606,0.76033056,0.7933884,0.7768595,0.73140496,0.70247936,0.7231405,0.74380165,0.7768595,0.8016529,0.8016529,0.80991733,0.8140496,0.80991733,0.822314,0.79752064,0.8057851,0.8057851,0.8016529,0.7933884,0.78099173,0.7892562,0.78512394,0.7355372,0.70247936,0.73966944,0.20247933,0.20247933,0.20661157,0.17355372,0.30991736,0.56198347,0.5661157,0.59504133,0.607438,0.6446281,0.6570248,0.6735537,0.6652893,0.6570248,0.6363636,0.6198347,0.61570245,0.61157024,0.61157024,0.62396693,0.6322314,0.6446281,0.553719,0.42975205,0.4214876,0.4752066,0.61157024,0.7231405,0.73966944,0.7644628,0.78099173,0.6280992,0.60330576,0.60330576,0.6280992,0.58264464,0.5661157,0.61157024,0.6983471,0.8016529,0.8181818,0.8057851,0.76859504,0.7355372,0.7231405,0.73140496,0.75206614,0.7892562,0.7933884,0.8057851,0.7933884,0.7933884,0.8181818,0.8057851,0.8016529,0.79752064,0.7892562,0.7892562,0.7768595,0.78099173,0.78512394,0.74380165,0.7355372,0.75206614,0.20247933,0.20661157,0.20247933,0.18181819,0.23140496,0.5495868,0.56198347,0.5785124,0.59504133,0.62396693,0.661157,0.6528926,0.6446281,0.6363636,0.6198347,0.61157024,0.607438,0.607438,0.6198347,0.6198347,0.6404959,0.6487603,0.5785124,0.41735536,0.39256197,0.41735536,0.48347107,0.6363636,0.7066116,0.72727275,0.72727275,0.677686,0.6446281,0.553719,0.5247934,0.49173555,0.5371901,0.61570245,0.607438,0.71900827,0.7933884,0.8016529,0.7933884,0.78099173,0.74793386,0.7355372,0.74380165,0.76859504,0.79752064,0.8057851,0.7933884,0.78512394,0.8140496,0.80991733,0.8057851,0.7892562,0.7768595,0.78512394,0.77272725,0.7768595,0.77272725,0.73140496,0.75619835,0.75619835,0.20247933,0.20247933,0.1983471,0.18595041,0.1983471,0.5247934,0.55785125,0.58677685,0.59504133,0.61570245,0.6363636,0.6363636,0.6322314,0.61570245,0.59090906,0.59504133,0.59504133,0.59504133,0.61570245,0.607438,0.59090906,0.57438016,0.4876033,0.37190083,0.3677686,0.3966942,0.4214876,0.5495868,0.6446281,0.661157,0.6652893,0.59090906,0.5,0.49173555,0.44214877,0.45867768,0.45454547,0.5289256,0.56198347,0.6280992,0.70247936,0.7644628,0.78512394,0.79752064,0.78099173,0.75206614,0.73966944,0.76033056,0.78099173,0.79752064,0.80991733,0.8181818,0.822314,0.8016529,0.7933884,0.78099173,0.76859504,0.78099173,0.76859504,0.77272725,0.76859504,0.73966944,0.7644628,0.75206614,0.19421488,0.1983471,0.19421488,0.20247933,0.18595041,0.4876033,0.55785125,0.58677685,0.58264464,0.59504133,0.607438,0.6322314,0.61157024,0.5661157,0.5371901,0.56198347,0.553719,0.5413223,0.54545456,0.5247934,0.49173555,0.46694216,0.40495867,0.36363637,0.338843,0.35123968,0.37603307,0.45041323,0.5041322,0.5413223,0.53305787,0.46694216,0.36363637,0.46694216,0.41735536,0.40495867,0.4214876,0.446281,0.47107437,0.54545456,0.59504133,0.6942149,0.70247936,0.7355372,0.75619835,0.76033056,0.76033056,0.7231405,0.76033056,0.78099173,0.7933884,0.80991733,0.8057851,0.8016529,0.7933884,0.78512394,0.7644628,0.76859504,0.7768595,0.76859504,0.76033056,0.74380165,0.76859504,0.74793386,0.1983471,0.1983471,0.20661157,0.19008264,0.19008264,0.446281,0.55785125,0.5661157,0.58677685,0.553719,0.59090906,0.607438,0.57024795,0.49173555,0.49586776,0.5123967,0.46694216,0.47107437,0.46694216,0.44214877,0.40495867,0.38429752,0.3553719,0.3264463,0.3264463,0.34710744,0.3966942,0.43801653,0.4752066,0.5082645,0.43801653,0.3966942,0.3305785,0.3966942,0.3966942,0.3966942,0.39256197,0.41322315,0.38429752,0.45454547,0.5413223,0.60330576,0.6280992,0.59917355,0.6652893,0.70247936,0.69008267,0.7107438,0.7107438,0.75206614,0.77272725,0.7933884,0.7892562,0.7933884,0.7892562,0.7892562,0.7644628,0.78099173,0.77272725,0.7644628,0.7644628,0.74380165,0.7644628,0.73966944,0.19421488,0.1983471,0.19421488,0.18181819,0.16528925,0.3966942,0.5661157,0.5413223,0.57438016,0.5289256,0.53305787,0.5495868,0.53305787,0.4338843,0.45454547,0.45041323,0.40495867,0.42975205,0.4090909,0.36363637,0.3429752,0.32231405,0.33471075,0.3181818,0.35123968,0.37603307,0.40495867,0.40495867,0.4752066,0.5165289,0.42975205,0.35950413,0.3677686,0.3677686,0.38016528,0.3677686,0.36363637,0.3677686,0.35123968,0.38429752,0.4214876,0.5247934,0.53305787,0.4876033,0.5495868,0.59917355,0.56198347,0.5785124,0.6570248,0.6859504,0.75206614,0.79752064,0.78099173,0.78099173,0.78512394,0.7892562,0.78512394,0.78099173,0.78099173,0.77272725,0.76859504,0.76033056,0.73966944,0.71487606,0.19421488,0.1983471,0.17768595,0.19421488,0.15289256,0.35123968,0.54545456,0.5247934,0.5495868,0.5247934,0.5123967,0.54545456,0.4876033,0.43801653,0.45454547,0.44214877,0.40082645,0.39256197,0.37603307,0.34710744,0.30578512,0.34710744,0.3181818,0.32231405,0.338843,0.338843,0.38016528,0.4214876,0.49586776,0.54545456,0.46694216,0.34710744,0.3677686,0.39256197,0.36363637,0.3553719,0.35123968,0.36363637,0.36363637,0.38429752,0.3553719,0.42975205,0.45867768,0.43801653,0.46694216,0.5289256,0.5041322,0.48347107,0.53305787,0.60330576,0.69008267,0.76859504,0.7644628,0.76859504,0.78099173,0.7644628,0.78512394,0.7892562,0.7892562,0.78099173,0.76033056,0.74793386,0.72727275,0.6983471,0.19008264,0.19008264,0.18181819,0.19008264,0.14876033,0.28099173,0.5165289,0.5247934,0.5289256,0.5413223,0.5,0.49586776,0.45454547,0.42975205,0.446281,0.43801653,0.40082645,0.38842976,0.3677686,0.3966942,0.40082645,0.43801653,0.41735536,0.39256197,0.37603307,0.38842976,0.3966942,0.47107437,0.5247934,0.57024795,0.5289256,0.46694216,0.44214877,0.44214877,0.38429752,0.37603307,0.42561984,0.4338843,0.41735536,0.40495867,0.40082645,0.40495867,0.4214876,0.42975205,0.42561984,0.47933885,0.5289256,0.5082645,0.49173555,0.5123967,0.553719,0.70247936,0.73966944,0.73966944,0.76859504,0.76033056,0.75206614,0.75619835,0.7933884,0.78512394,0.7644628,0.74380165,0.6942149,0.6735537,0.19008264,0.18595041,0.19008264,0.18595041,0.16115703,0.17768595,0.5289256,0.5289256,0.5165289,0.5,0.49173555,0.45867768,0.42561984,0.4214876,0.40495867,0.40495867,0.45454547,0.39256197,0.34710744,0.37190083,0.446281,0.4876033,0.49586776,0.49173555,0.5082645,0.54545456,0.553719,0.58677685,0.62396693,0.6404959,0.6198347,0.6322314,0.59504133,0.5785124,0.5123967,0.49173555,0.553719,0.5371901,0.54545456,0.5206612,0.5041322,0.45454547,0.44214877,0.44214877,0.4338843,0.41735536,0.48347107,0.5371901,0.49173555,0.5165289,0.5247934,0.59090906,0.677686,0.6735537,0.71900827,0.7644628,0.75206614,0.78099173,0.79752064,0.78099173,0.76859504,0.7355372,0.69008267,0.6694215,0.1694215,0.19008264,0.17355372,0.17768595,0.18181819,0.11570248,0.47933885,0.53305787,0.5289256,0.49586776,0.5,0.46280992,0.46280992,0.45454547,0.41735536,0.42561984,0.4752066,0.47107437,0.46280992,0.35123968,0.37603307,0.42561984,0.4752066,0.5123967,0.5289256,0.54545456,0.5495868,0.5661157,0.59090906,0.59917355,0.60330576,0.59504133,0.59917355,0.61570245,0.6280992,0.59917355,0.6322314,0.59504133,0.5785124,0.5413223,0.5082645,0.46280992,0.4090909,0.40495867,0.4752066,0.47107437,0.43801653,0.5,0.5082645,0.5,0.5495868,0.58677685,0.61570245,0.61570245,0.6983471,0.70247936,0.73966944,0.7933884,0.8016529,0.7768595,0.73140496,0.7231405,0.6983471,0.6942149,0.1694215,0.19421488,0.17355372,0.17355372,0.18181819,0.12809917,0.2892562,0.5413223,0.53305787,0.49586776,0.5123967,0.47107437,0.5082645,0.5247934,0.4752066,0.47107437,0.5123967,0.54545456,0.55785125,0.5289256,0.446281,0.38429752,0.39256197,0.40082645,0.41735536,0.44214877,0.48347107,0.5165289,0.54545456,0.57438016,0.55785125,0.56198347,0.58264464,0.5661157,0.5661157,0.5206612,0.5,0.5041322,0.5,0.49173555,0.49173555,0.48347107,0.4876033,0.5165289,0.49586776,0.5661157,0.5289256,0.5082645,0.5413223,0.5289256,0.553719,0.6198347,0.6404959,0.6818182,0.6322314,0.69008267,0.74380165,0.75619835,0.77272725,0.75206614,0.73140496,0.7107438,0.6818182,0.6694215,0.17768595,0.17355372,0.17355372,0.17355372,0.17768595,0.16528925,0.17768595,0.5206612,0.5413223,0.4876033,0.5413223,0.4876033,0.5247934,0.5413223,0.53305787,0.5247934,0.5123967,0.56198347,0.59090906,0.5661157,0.57438016,0.5082645,0.44214877,0.42975205,0.39256197,0.40495867,0.4214876,0.4338843,0.44214877,0.47107437,0.44214877,0.46280992,0.46280992,0.4752066,0.4876033,0.53305787,0.54545456,0.55785125,0.5289256,0.5206612,0.5371901,0.60330576,0.6652893,0.69008267,0.5785124,0.6404959,0.61157024,0.5495868,0.5785124,0.56198347,0.607438,0.6363636,0.6280992,0.6983471,0.6280992,0.71900827,0.7644628,0.75619835,0.76033056,0.74380165,0.72727275,0.6983471,0.6694215,0.6818182,0.17355372,0.1694215,0.17355372,0.1694215,0.16528925,0.17768595,0.14876033,0.38429752,0.5123967,0.47933885,0.5165289,0.5206612,0.5289256,0.5165289,0.5371901,0.5247934,0.47933885,0.53305787,0.58264464,0.58677685,0.58264464,0.59090906,0.54545456,0.5041322,0.4752066,0.47933885,0.49173555,0.5082645,0.49586776,0.5,0.48347107,0.5,0.5123967,0.53305787,0.56198347,0.61157024,0.61157024,0.61157024,0.61570245,0.6404959,0.7066116,0.74793386,0.74380165,0.74380165,0.69008267,0.7231405,0.677686,0.61157024,0.62396693,0.6198347,0.6652893,0.661157,0.6652893,0.6487603,0.6694215,0.76033056,0.78512394,0.7644628,0.74380165,0.75206614,0.70247936,0.6983471,0.6652893,0.61157024,0.17355372,0.1694215,0.1694215,0.16528925,0.16115703,0.17355372,0.1570248,0.28099173,0.5,0.5123967,0.5,0.5082645,0.5082645,0.49173555,0.5082645,0.4876033,0.45454547,0.5082645,0.56198347,0.5785124,0.59090906,0.58677685,0.58264464,0.57438016,0.57024795,0.57024795,0.5495868,0.5785124,0.55785125,0.5495868,0.553719,0.5495868,0.55785125,0.58264464,0.62396693,0.6735537,0.69008267,0.7066116,0.72727275,0.74793386,0.7644628,0.76033056,0.74380165,0.74380165,0.72727275,0.75619835,0.73140496,0.7066116,0.69008267,0.6818182,0.69008267,0.6818182,0.72727275,0.6859504,0.7107438,0.76033056,0.7644628,0.76033056,0.74793386,0.7231405,0.6983471,0.677686,0.6652893,0.44214877,0.18181819,0.16528925,0.16115703,0.1694215,0.16528925,0.16528925,0.1694215,0.16115703,0.44214877,0.553719,0.5082645,0.47933885,0.5123967,0.47933885,0.4876033,0.45867768,0.43801653,0.48347107,0.54545456,0.54545456,0.59504133,0.59090906,0.57438016,0.5661157,0.5495868,0.57438016,0.58264464,0.59090906,0.58677685,0.60330576,0.58677685,0.59917355,0.61157024,0.6735537,0.70247936,0.7231405,0.73966944,0.75206614,0.72727275,0.7231405,0.74793386,0.75206614,0.74793386,0.75619835,0.74380165,0.72727275,0.6859504,0.6487603,0.71900827,0.75619835,0.73966944,0.71487606,0.73140496,0.75619835,0.74793386,0.77272725,0.75206614,0.76033056,0.73966944,0.69008267,0.69008267,0.6694215,0.61570245,0.2603306,0.16528925,0.16115703,0.16115703,0.16115703,0.16528925,0.16115703,0.1694215,0.14876033,0.22727273,0.57024795,0.5247934,0.49173555,0.5,0.4876033,0.45454547,0.44214877,0.40082645,0.45867768,0.5123967,0.55785125,0.5661157,0.59090906,0.58264464,0.56198347,0.5123967,0.4876033,0.4752066,0.46694216,0.46694216,0.446281,0.46694216,0.45454547,0.46694216,0.5413223,0.57024795,0.61570245,0.6363636,0.6446281,0.6818182,0.6942149,0.74793386,0.74380165,0.73966944,0.75619835,0.71487606,0.6694215,0.6322314,0.62396693,0.6280992,0.74380165,0.72727275,0.72727275,0.75206614,0.7644628,0.7644628,0.77272725,0.75206614,0.7355372,0.71900827,0.6818182,0.661157,0.6446281,0.45454547,0.2231405,0.1570248,0.16115703,0.16528925,0.16115703,0.1694215,0.16528925,0.16115703,0.1570248,0.12396694,0.35950413,0.5206612,0.5041322,0.45041323,0.46694216,0.43801653,0.4214876,0.4090909,0.45454547,0.5082645,0.55785125,0.553719,0.55785125,0.5785124,0.5289256,0.47933885,0.44214877,0.42561984,0.3553719,0.3429752,0.3264463,0.3553719,0.32231405,0.3140496,0.38016528,0.41322315,0.46694216,0.5289256,0.5785124,0.6652893,0.6942149,0.72727275,0.7107438,0.72727275,0.71900827,0.661157,0.6404959,0.5785124,0.57438016,0.59917355,0.69008267,0.7107438,0.7355372,0.75206614,0.77272725,0.7768595,0.76859504,0.75206614,0.71900827,0.70247936,0.677686,0.61157024,0.6570248,0.37190083,0.2107438,0.1694215,0.16115703,0.16115703,0.1570248,0.17355372,0.16115703,0.16115703,0.16528925,0.17355372,0.14049587,0.41735536,0.49173555,0.3966942,0.42975205,0.41322315,0.40495867,0.3966942,0.45041323,0.5082645,0.53305787,0.53305787,0.5206612,0.53305787,0.48347107,0.45454547,0.41735536,0.3553719,0.338843,0.30991736,0.29752067,0.29752067,0.25619835,0.2603306,0.32231405,0.34710744,0.41735536,0.53305787,0.5247934,0.6322314,0.6570248,0.6694215,0.6694215,0.6735537,0.677686,0.59917355,0.61570245,0.57024795,0.5,0.57438016,0.661157,0.7066116,0.74793386,0.76859504,0.7644628,0.75619835,0.75619835,0.74793386,0.7355372,0.6652893,0.6363636,0.59504133,0.76033056,0.35950413,0.1983471,0.1570248,0.1694215,0.16115703,0.1570248,0.1694215,0.16528925,0.1694215,0.1694215,0.1694215,0.16115703,0.2644628,0.45867768,0.40495867,0.35950413,0.3966942,0.38016528,0.40495867,0.446281,0.446281,0.47933885,0.5082645,0.5082645,0.4752066,0.42975205,0.38842976,0.37603307,0.35950413,0.3181818,0.30165288,0.30578512,0.24380165,0.24793388,0.29752067,0.3181818,0.34710744,0.38842976,0.5165289,0.48347107,0.59504133,0.62396693,0.6404959,0.6446281,0.6487603,0.6280992,0.5661157,0.53305787,0.54545456,0.5371901,0.5413223,0.6446281,0.6983471,0.75206614,0.7644628,0.76033056,0.73966944,0.73140496,0.73140496,0.7231405,0.6404959,0.59504133,0.6859504,0.8057851,0.32231405,0.21487603,0.1694215,0.1694215,0.1570248,0.15289256,0.16115703,0.16528925,0.16528925,0.17355372,0.16528925,0.17768595,0.23553719,0.38842976,0.38842976,0.3264463,0.33471075,0.3305785,0.37603307,0.37190083,0.3677686,0.4214876,0.46694216,0.48347107,0.47933885,0.40495867,0.36363637,0.37603307,0.3677686,0.35123968,0.30165288,0.30165288,0.29752067,0.33471075,0.33471075,0.34710744,0.3429752,0.38016528,0.5041322,0.5165289,0.58264464,0.59504133,0.61570245,0.6487603,0.61570245,0.59090906,0.56198347,0.53305787,0.49586776,0.5413223,0.5,0.57024795,0.6818182,0.73140496,0.74793386,0.74380165,0.71487606,0.71900827,0.6942149,0.661157,0.6487603,0.69008267,0.74380165,0.8016529,0.2892562,0.21900827,0.17355372,0.17355372,0.17768595,0.16115703,0.16115703,0.16115703,0.1570248,0.17768595,0.1694215,0.19008264,0.26859504,0.40495867,0.36363637,0.30578512,0.3140496,0.28512397,0.3140496,0.29752067,0.3429752,0.37190083,0.42975205,0.45041323,0.4214876,0.3966942,0.3966942,0.40495867,0.38429752,0.37190083,0.34710744,0.3677686,0.40082645,0.41322315,0.40082645,0.40082645,0.35950413,0.4090909,0.5,0.553719,0.58264464,0.59090906,0.58264464,0.58264464,0.58677685,0.55785125,0.5,0.5,0.45454547,0.49586776,0.47107437,0.5206612,0.6652893,0.6818182,0.6942149,0.7231405,0.7066116,0.6859504,0.6487603,0.6818182,0.7231405,0.75206614,0.75619835,0.76859504,0.28512397,0.20661157,0.17768595,0.16528925,0.16528925,0.1570248,0.16528925,0.15289256,0.17768595,0.17355372,0.19421488,0.27272728,0.3966942,0.38016528,0.34710744,0.3264463,0.28512397,0.2768595,0.27272728,0.2520661,0.30578512,0.3429752,0.3677686,0.40495867,0.41735536,0.40082645,0.4090909,0.42561984,0.40082645,0.40082645,0.40495867,0.41322315,0.45454547,0.45454547,0.45867768,0.42975205,0.41322315,0.45454547,0.5206612,0.5371901,0.5495868,0.57024795,0.6404959,0.553719,0.5165289,0.5165289,0.47107437,0.4876033,0.40495867,0.43801653,0.4090909,0.47933885,0.6404959,0.607438,0.6694215,0.6694215,0.6487603,0.6570248,0.7231405,0.74793386,0.75619835,0.7768595,0.75619835,0.73966944,0.26859504,0.20247933,0.18181819,0.18181819,0.1694215,0.18181819,0.19421488,0.1983471,0.2603306,0.3305785,0.3553719,0.38842976,0.33471075,0.35950413,0.3305785,0.33471075,0.26859504,0.28512397,0.2520661,0.2644628,0.30165288,0.3305785,0.33471075,0.38842976,0.38429752,0.39256197,0.41735536,0.3966942,0.3966942,0.41322315,0.4214876,0.45867768,0.49173555,0.5041322,0.47933885,0.42975205,0.45867768,0.49586776,0.57438016,0.5165289,0.5289256,0.5413223,0.6363636,0.55785125,0.5082645,0.45454547,0.43801653,0.45867768,0.39256197,0.38429752,0.39256197,0.41735536,0.5247934,0.49586776,0.6198347,0.6528926,0.6652893,0.72727275,0.74793386,0.76033056,0.77272725,0.78512394,0.74793386,0.71487606,0.2603306,0.20661157,0.29752067,0.35950413,0.38429752,0.3966942,0.41735536,0.4214876,0.45454547,0.48347107,0.4338843,0.37603307,0.2892562,0.33471075,0.3305785,0.30578512,0.28099173,0.25619835,0.26859504,0.3181818,0.29338843,0.30578512,0.30578512,0.34710744,0.34710744,0.3677686,0.38016528,0.38429752,0.42975205,0.42975205,0.45454547,0.46280992,0.4876033,0.4752066,0.46280992,0.45041323,0.5,0.53305787,0.58677685,0.5,0.5165289,0.5165289,0.5123967,0.5,0.48347107,0.40495867,0.4090909,0.38842976,0.38016528,0.38429752,0.37190083,0.37190083,0.42975205,0.45867768,0.58264464,0.6818182,0.7231405,0.76033056,0.77272725,0.7892562,0.78099173,0.7644628,0.75206614,0.6942149,0.2644628,0.1983471,0.5165289,0.5247934,0.5247934,0.56198347,0.57024795,0.5289256,0.5123967,0.5082645,0.44214877,0.35123968,0.33471075,0.3429752,0.33471075,0.30578512,0.26859504,0.27272728,0.27272728,0.2892562,0.28512397,0.30165288,0.30165288,0.3140496,0.3181818,0.3677686,0.37190083,0.38016528,0.40495867,0.41735536,0.45041323,0.41735536,0.446281,0.43801653,0.42975205,0.4338843,0.5041322,0.4752066,0.5371901,0.5082645,0.5,0.4752066,0.4338843,0.4338843,0.40082645,0.3553719,0.34710744,0.338843,0.35950413,0.36363637,0.3677686,0.3677686,0.32231405,0.5082645,0.5785124,0.6942149,0.75206614,0.78512394,0.78512394,0.7892562,0.7892562,0.76033056,0.74793386,0.677686,0.2520661,0.17768595,0.5413223,0.5495868,0.57438016,0.6198347,0.5661157,0.59504133,0.58677685,0.53305787,0.42975205,0.3429752,0.37190083,0.40495867,0.32231405,0.30165288,0.30165288,0.23966943,0.26859504,0.2768595,0.26859504,0.27272728,0.28512397,0.30165288,0.30991736,0.35950413,0.35950413,0.37190083,0.37603307,0.38842976,0.41735536,0.38842976,0.3966942,0.4090909,0.38842976,0.38842976,0.4338843,0.4214876,0.46280992,0.45867768,0.44214877,0.40082645,0.36363637,0.38016528,0.36363637,0.32231405,0.27272728,0.3140496,0.3429752,0.34710744,0.36363637,0.45041323,0.38429752,0.56198347,0.607438,0.6528926,0.74380165,0.7768595,0.77272725,0.7768595,0.78512394,0.76859504,0.75206614,0.6652893,0.23966943,0.19008264,0.54545456,0.5495868,0.5785124,0.6198347,0.55785125,0.59917355,0.58264464,0.5289256,0.42561984,0.33471075,0.38429752,0.4214876,0.3140496,0.30991736,0.3181818,0.2231405,0.2768595,0.27272728,0.25619835,0.28512397,0.28512397,0.2768595,0.3181818,0.3181818,0.3264463,0.35950413,0.35950413,0.37190083,0.38429752,0.3181818,0.34710744,0.36363637,0.3264463,0.33471075,0.37190083,0.39256197,0.37190083,0.37190083,0.38016528,0.37190083,0.3181818,0.30165288,0.3305785,0.30165288,0.27272728,0.2892562,0.338843,0.33471075,0.40082645,0.46694216,0.42975205,0.5123967,0.5785124,0.6570248,0.6487603,0.6942149,0.70247936,0.75206614,0.78512394,0.76033056,0.75619835,0.6446281,0.23140496,0.17355372,0.54545456,0.5495868,0.58264464,0.62396693,0.553719,0.60330576,0.58264464,0.5206612,0.42561984,0.3305785,0.38842976,0.41322315,0.3140496,0.30991736,0.3181818,0.21900827,0.2768595,0.27272728,0.25619835,0.28512397,0.28512397,0.28099173,0.3181818,0.3140496,0.3264463,0.35950413,0.35950413,0.3677686,0.38016528,0.29338843,0.33471075,0.3429752,0.30578512,0.3140496,0.3677686,0.38842976,0.33471075,0.338843,0.35950413,0.3140496,0.35123968,0.27272728,0.2892562,0.3264463,0.2892562,0.28512397,0.35123968,0.338843,0.3966942,0.43801653,0.5,0.5413223,0.5661157,0.6859504,0.58264464,0.7355372,0.74380165,0.75619835,0.78512394,0.7644628,0.76859504,0.6280992,0.1983471,0.16115703,0.5495868,0.553719,0.58264464,0.62396693,0.54545456,0.607438,0.58264464,0.5123967,0.4214876,0.32231405,0.39256197,0.40495867,0.3140496,0.30991736,0.32231405,0.2231405,0.27272728,0.27272728,0.2520661,0.2892562,0.28099173,0.28099173,0.3181818,0.3140496,0.3305785,0.35950413,0.35950413,0.3677686,0.38016528,0.28512397,0.338843,0.33471075,0.30991736,0.3140496,0.37190083,0.38016528,0.338843,0.33471075,0.36363637,0.3181818,0.34710744,0.26859504,0.29338843,0.3264463,0.2892562,0.29338843,0.3553719,0.338843,0.3966942,0.4338843,0.54545456,0.553719,0.56198347,0.6818182,0.57024795,0.76859504,0.76033056,0.75206614,0.77272725,0.76859504,0.76859504,0.6280992,0.19008264,0.16528925,16 +0.24380165,0.24380165,0.24793388,0.24793388,0.2520661,0.25619835,0.25619835,0.2107438,0.20661157,0.41735536,0.5206612,0.5413223,0.5661157,0.59504133,0.6198347,0.6404959,0.6570248,0.6652893,0.6694215,0.677686,0.6942149,0.70247936,0.71900827,0.71900827,0.70247936,0.69008267,0.7231405,0.71487606,0.71487606,0.71487606,0.71900827,0.71900827,0.71900827,0.7355372,0.72727275,0.7355372,0.75206614,0.7644628,0.77272725,0.7933884,0.78512394,0.7933884,0.79752064,0.79752064,0.79752064,0.79752064,0.79752064,0.8016529,0.7933884,0.8057851,0.8057851,0.8140496,0.8016529,0.79752064,0.8016529,0.7933884,0.7933884,0.7768595,0.7768595,0.76033056,0.7355372,0.76033056,0.74793386,0.7107438,0.24380165,0.23966943,0.23966943,0.23553719,0.23553719,0.23140496,0.22727273,0.1983471,0.21487603,0.4338843,0.5247934,0.5495868,0.5785124,0.60330576,0.62396693,0.6487603,0.6570248,0.6818182,0.677686,0.6942149,0.70247936,0.71487606,0.73140496,0.73966944,0.71487606,0.7231405,0.7231405,0.72727275,0.72727275,0.73140496,0.7107438,0.71900827,0.73966944,0.74380165,0.7355372,0.74793386,0.77272725,0.7892562,0.79752064,0.8057851,0.79752064,0.7892562,0.7892562,0.78512394,0.7892562,0.7768595,0.7933884,0.80991733,0.8140496,0.80991733,0.80991733,0.80991733,0.7933884,0.8057851,0.8057851,0.7933884,0.7892562,0.78512394,0.7644628,0.7644628,0.74380165,0.75619835,0.75206614,0.73966944,0.24380165,0.24380165,0.24380165,0.24793388,0.24793388,0.24793388,0.24793388,0.1983471,0.20247933,0.46280992,0.53305787,0.553719,0.59090906,0.6198347,0.6322314,0.6487603,0.6570248,0.6818182,0.6694215,0.6942149,0.7066116,0.7231405,0.73140496,0.74793386,0.74380165,0.74380165,0.74380165,0.74380165,0.73966944,0.74380165,0.7107438,0.7231405,0.73140496,0.7355372,0.73966944,0.75619835,0.77272725,0.7892562,0.7892562,0.7933884,0.78512394,0.78512394,0.78512394,0.78099173,0.78512394,0.76859504,0.77272725,0.78099173,0.80991733,0.8140496,0.8140496,0.80991733,0.8016529,0.8057851,0.80991733,0.8057851,0.7933884,0.78512394,0.7768595,0.75619835,0.76859504,0.76859504,0.76033056,0.76033056,0.21900827,0.2231405,0.2231405,0.22727273,0.22727273,0.23140496,0.23140496,0.22727273,0.20247933,0.47933885,0.53305787,0.56198347,0.59504133,0.62396693,0.6363636,0.6570248,0.6570248,0.6735537,0.677686,0.6983471,0.71900827,0.72727275,0.7355372,0.74380165,0.75206614,0.73966944,0.76033056,0.76033056,0.74793386,0.75619835,0.73140496,0.71900827,0.73140496,0.73140496,0.73966944,0.74380165,0.76033056,0.77272725,0.76859504,0.7768595,0.7892562,0.79752064,0.80991733,0.8016529,0.7933884,0.78512394,0.78099173,0.7768595,0.7892562,0.7933884,0.80991733,0.8140496,0.8140496,0.8057851,0.80991733,0.80991733,0.8057851,0.7933884,0.78512394,0.76033056,0.7644628,0.7644628,0.76033056,0.75619835,0.17355372,0.17355372,0.17768595,0.18181819,0.18595041,0.19008264,0.1983471,0.2644628,0.16115703,0.5041322,0.54545456,0.5495868,0.5785124,0.60330576,0.6322314,0.6446281,0.6528926,0.6694215,0.677686,0.6983471,0.7231405,0.7355372,0.74793386,0.75206614,0.76033056,0.7644628,0.78099173,0.78512394,0.75206614,0.74380165,0.73140496,0.72727275,0.73140496,0.72727275,0.72727275,0.73966944,0.76033056,0.75619835,0.7644628,0.77272725,0.77272725,0.7892562,0.79752064,0.8057851,0.78512394,0.78512394,0.78512394,0.8016529,0.8016529,0.78099173,0.7892562,0.80991733,0.822314,0.8181818,0.8181818,0.80991733,0.80991733,0.79752064,0.7892562,0.7644628,0.76859504,0.7768595,0.7644628,0.7644628,0.1694215,0.1694215,0.16528925,0.16528925,0.16528925,0.1694215,0.1694215,0.2231405,0.17768595,0.53305787,0.54545456,0.54545456,0.553719,0.58677685,0.59917355,0.60330576,0.61157024,0.6322314,0.6446281,0.6652893,0.6942149,0.71900827,0.7231405,0.74793386,0.75206614,0.76859504,0.78099173,0.7768595,0.73966944,0.7107438,0.7107438,0.6942149,0.6983471,0.7066116,0.71487606,0.7355372,0.74380165,0.73140496,0.75206614,0.76859504,0.77272725,0.78099173,0.7768595,0.78099173,0.77272725,0.7768595,0.7933884,0.79752064,0.8057851,0.8057851,0.78099173,0.7933884,0.8057851,0.80991733,0.8140496,0.8181818,0.8016529,0.8016529,0.78099173,0.7644628,0.75619835,0.7644628,0.76859504,0.75619835,0.1983471,0.1983471,0.19421488,0.19008264,0.19008264,0.18595041,0.18595041,0.14876033,0.23140496,0.53305787,0.5165289,0.54545456,0.58677685,0.61570245,0.6322314,0.6363636,0.6280992,0.6322314,0.6363636,0.6322314,0.6446281,0.6528926,0.6735537,0.6983471,0.7066116,0.73966944,0.7644628,0.7644628,0.7231405,0.6942149,0.677686,0.6446281,0.6570248,0.661157,0.6652893,0.7107438,0.73966944,0.74380165,0.75619835,0.7768595,0.77272725,0.76859504,0.75619835,0.76033056,0.75206614,0.76033056,0.77272725,0.73966944,0.75206614,0.7644628,0.74380165,0.71900827,0.73140496,0.73966944,0.7768595,0.7892562,0.8016529,0.8016529,0.7892562,0.7644628,0.75206614,0.73966944,0.77272725,0.76033056,0.20247933,0.20247933,0.20661157,0.20661157,0.2107438,0.21487603,0.2107438,0.12809917,0.29752067,0.44214877,0.43801653,0.47107437,0.5123967,0.55785125,0.58264464,0.607438,0.6322314,0.6446281,0.6528926,0.661157,0.6528926,0.661157,0.6694215,0.6983471,0.73140496,0.7644628,0.77272725,0.7933884,0.7644628,0.73966944,0.6942149,0.6735537,0.6818182,0.6694215,0.6859504,0.70247936,0.71487606,0.7107438,0.6735537,0.6652893,0.677686,0.6983471,0.70247936,0.70247936,0.6528926,0.6280992,0.58264464,0.5289256,0.5289256,0.5413223,0.5785124,0.58264464,0.59504133,0.59917355,0.6322314,0.661157,0.69008267,0.73140496,0.77272725,0.7644628,0.74793386,0.72727275,0.76859504,0.76859504,0.26859504,0.25619835,0.24380165,0.23140496,0.21900827,0.20661157,0.19008264,0.1446281,0.23553719,0.33471075,0.36363637,0.4090909,0.45867768,0.5123967,0.5247934,0.5247934,0.5123967,0.5247934,0.5661157,0.61570245,0.661157,0.7066116,0.71900827,0.71487606,0.72727275,0.74793386,0.74793386,0.75619835,0.74380165,0.74793386,0.7231405,0.7231405,0.7231405,0.7107438,0.6735537,0.69008267,0.6735537,0.6198347,0.6404959,0.6735537,0.6859504,0.6652893,0.6446281,0.62396693,0.5413223,0.5661157,0.6528926,0.71487606,0.73140496,0.7644628,0.74793386,0.6818182,0.59090906,0.54545456,0.5165289,0.48347107,0.48347107,0.5123967,0.59090906,0.6322314,0.6735537,0.71487606,0.72727275,0.74380165,0.47933885,0.45867768,0.43801653,0.4214876,0.40082645,0.38016528,0.3966942,0.607438,0.8016529,0.74793386,0.4752066,0.49586776,0.5165289,0.5289256,0.54545456,0.59090906,0.59917355,0.6363636,0.75206614,0.7066116,0.661157,0.6528926,0.6694215,0.6735537,0.6694215,0.6528926,0.7107438,0.75619835,0.74793386,0.6942149,0.6570248,0.6487603,0.6570248,0.6528926,0.6280992,0.661157,0.661157,0.6198347,0.661157,0.6446281,0.55785125,0.5165289,0.46694216,0.4752066,0.46280992,0.4876033,0.47107437,0.5123967,0.5371901,0.54545456,0.5661157,0.59917355,0.58677685,0.56198347,0.57024795,0.5123967,0.60330576,0.49173555,0.44214877,0.47933885,0.48347107,0.60330576,0.61157024,0.6363636,0.2520661,0.28099173,0.30991736,0.33471075,0.36363637,0.39256197,0.40082645,0.34710744,0.33471075,0.3305785,0.33471075,0.37603307,0.39256197,0.37603307,0.37190083,0.37603307,0.38016528,0.39256197,0.43801653,0.43801653,0.45454547,0.5661157,0.6735537,0.6404959,0.6694215,0.5661157,0.60330576,0.677686,0.6652893,0.61157024,0.59504133,0.61157024,0.607438,0.62396693,0.6487603,0.5785124,0.59917355,0.56198347,0.59090906,0.59090906,0.48347107,0.45867768,0.4752066,0.5123967,0.5041322,0.4876033,0.45867768,0.4876033,0.5371901,0.5371901,0.5206612,0.5165289,0.5082645,0.5247934,0.59504133,0.57024795,0.69008267,0.60330576,0.446281,0.48347107,0.48347107,0.5082645,0.57024795,0.57438016,0.21900827,0.21900827,0.21900827,0.2231405,0.2231405,0.2231405,0.21900827,0.2520661,0.3553719,0.4338843,0.5,0.49173555,0.4876033,0.46694216,0.46694216,0.46280992,0.46280992,0.45041323,0.45454547,0.46280992,0.49586776,0.5082645,0.61570245,0.56198347,0.73140496,0.6487603,0.6487603,0.69008267,0.6570248,0.60330576,0.58677685,0.59090906,0.5206612,0.73140496,0.6942149,0.61157024,0.6280992,0.6487603,0.6735537,0.6570248,0.6446281,0.6570248,0.6735537,0.6570248,0.6528926,0.6198347,0.607438,0.6528926,0.677686,0.6694215,0.6570248,0.6652893,0.58677685,0.59504133,0.6859504,0.6859504,0.6818182,0.6818182,0.5123967,0.607438,0.60330576,0.56198347,0.58264464,0.6446281,0.23553719,0.22727273,0.2231405,0.2231405,0.2231405,0.2231405,0.1983471,0.2644628,0.4090909,0.48347107,0.5082645,0.5,0.5041322,0.49586776,0.49173555,0.5041322,0.5,0.49586776,0.5041322,0.5082645,0.5123967,0.5289256,0.57024795,0.41735536,0.553719,0.55785125,0.6280992,0.607438,0.6487603,0.6942149,0.69008267,0.71487606,0.6280992,0.88842976,0.8016529,0.72727275,0.70247936,0.6942149,0.70247936,0.6983471,0.6735537,0.6528926,0.6528926,0.62396693,0.6198347,0.59090906,0.57438016,0.6198347,0.6280992,0.6322314,0.6363636,0.6652893,0.60330576,0.62396693,0.6983471,0.71487606,0.74793386,0.75206614,0.69008267,0.53305787,0.7231405,0.71487606,0.7107438,0.72727275,0.3140496,0.30165288,0.29338843,0.28099173,0.27272728,0.26859504,0.24380165,0.22727273,0.45041323,0.46280992,0.48347107,0.4752066,0.47107437,0.42561984,0.38429752,0.40082645,0.37190083,0.38429752,0.4090909,0.42975205,0.45454547,0.47933885,0.5,0.47107437,0.42975205,0.7107438,0.79752064,0.59917355,0.59090906,0.69008267,0.6983471,0.70247936,0.6694215,0.8595041,0.78099173,0.75619835,0.7355372,0.70247936,0.6735537,0.6487603,0.59917355,0.57024795,0.5495868,0.4876033,0.42975205,0.4090909,0.4090909,0.4338843,0.46280992,0.5082645,0.53305787,0.5661157,0.5206612,0.59917355,0.6570248,0.677686,0.7066116,0.73966944,0.78099173,0.6363636,0.6859504,0.7644628,0.71487606,0.6652893,0.38016528,0.38016528,0.38429752,0.38429752,0.38842976,0.38842976,0.36363637,0.2520661,0.48347107,0.49586776,0.45041323,0.4090909,0.39256197,0.35950413,0.30991736,0.3553719,0.30578512,0.33471075,0.37603307,0.38842976,0.39256197,0.41322315,0.42561984,0.43801653,0.45867768,0.48347107,0.5165289,0.60330576,0.6983471,0.74793386,0.7107438,0.61570245,0.6528926,0.80991733,0.73966944,0.72727275,0.71487606,0.6528926,0.6280992,0.59917355,0.553719,0.5123967,0.43801653,0.3553719,0.39256197,0.39256197,0.37603307,0.39256197,0.3553719,0.41735536,0.45867768,0.48347107,0.46694216,0.5041322,0.55785125,0.59090906,0.6280992,0.6735537,0.7355372,0.69008267,0.6487603,0.74793386,0.58264464,0.37603307,0.34710744,0.35123968,0.35123968,0.3553719,0.35950413,0.36363637,0.34710744,0.25619835,0.49586776,0.5289256,0.45454547,0.36363637,0.30165288,0.30991736,0.23553719,0.26859504,0.2231405,0.26859504,0.33471075,0.40082645,0.40082645,0.3966942,0.38016528,0.3966942,0.49586776,0.48347107,0.4876033,0.677686,0.7644628,0.79752064,0.7892562,0.6570248,0.59504133,0.71487606,0.6942149,0.7231405,0.70247936,0.6735537,0.6528926,0.60330576,0.54545456,0.4876033,0.42975205,0.38016528,0.35123968,0.38016528,0.38429752,0.3305785,0.4090909,0.29752067,0.5413223,0.46694216,0.41735536,0.47933885,0.5661157,0.5785124,0.607438,0.61157024,0.6983471,0.7644628,0.58264464,0.6446281,0.6322314,0.41322315,0.3140496,0.3181818,0.3181818,0.32231405,0.32231405,0.32231405,0.24380165,0.24380165,0.5289256,0.5495868,0.46280992,0.2892562,0.29338843,0.42975205,0.29752067,0.28099173,0.21900827,0.33471075,0.37603307,0.47107437,0.45867768,0.40495867,0.40082645,0.40082645,0.56198347,0.5371901,0.4876033,0.6735537,0.7107438,0.75619835,0.7892562,0.70247936,0.553719,0.7066116,0.6404959,0.6818182,0.6652893,0.60330576,0.6198347,0.5495868,0.5082645,0.5041322,0.38842976,0.3677686,0.35950413,0.37603307,0.43801653,0.18181819,0.40495867,0.3140496,0.49586776,0.7107438,0.5495868,0.5123967,0.49586776,0.5247934,0.6322314,0.6404959,0.661157,0.74793386,0.57438016,0.6404959,0.7933884,0.6735537,0.2603306,0.2644628,0.26859504,0.2768595,0.28099173,0.28512397,0.10330579,0.8140496,0.9214876,0.89669424,0.8595041,0.5082645,0.3305785,0.5041322,0.34710744,0.33471075,0.30165288,0.23966943,0.3429752,0.5413223,0.5082645,0.41735536,0.3305785,0.33471075,0.53305787,0.4752066,0.44214877,0.6652893,0.677686,0.71900827,0.73140496,0.76859504,0.5082645,0.8264463,0.6404959,0.4876033,0.62396693,0.71900827,0.92975205,0.89669424,0.892562,0.69008267,0.33471075,0.36363637,0.3966942,0.3429752,0.48347107,0.29338843,0.25619835,0.35123968,0.7933884,0.8264463,0.71900827,0.6528926,0.47107437,0.45454547,0.57438016,0.6404959,0.6528926,0.70247936,0.62396693,0.6322314,0.75206614,0.74380165,0.19421488,0.19421488,0.20247933,0.20661157,0.21487603,0.21900827,0.15289256,0.6570248,0.89669424,0.89669424,0.91735536,0.6363636,0.38016528,0.41735536,0.41322315,0.33471075,0.338843,0.30578512,0.39256197,0.47933885,0.43801653,0.38429752,0.3429752,0.41735536,0.3966942,0.29752067,0.5,0.6942149,0.7231405,0.75619835,0.72727275,0.76859504,0.47107437,0.74793386,0.8553719,0.5206612,0.4876033,0.6818182,0.90082645,0.91322315,0.90495867,0.90909094,0.41322315,0.38429752,0.40082645,0.40495867,0.41735536,0.3553719,0.33471075,0.35950413,0.6694215,0.7768595,0.607438,0.5082645,0.57024795,0.553719,0.59090906,0.6446281,0.6694215,0.677686,0.6487603,0.69008267,0.76859504,0.75619835,0.22727273,0.2231405,0.2231405,0.2231405,0.21900827,0.21487603,0.16528925,0.2644628,0.6859504,0.7644628,0.73140496,0.42975205,0.41322315,0.42975205,0.42975205,0.41735536,0.41322315,0.40495867,0.4338843,0.42561984,0.42561984,0.4338843,0.42561984,0.553719,0.38429752,0.28099173,0.62396693,0.71487606,0.75619835,0.79752064,0.7933884,0.74793386,0.7066116,0.44214877,0.9214876,0.80991733,0.58264464,0.5206612,0.6528926,0.77272725,0.76033056,0.72727275,0.4214876,0.41735536,0.42975205,0.49173555,0.4752066,0.48347107,0.446281,0.4876033,0.5289256,0.5495868,0.48347107,0.6404959,0.6694215,0.6404959,0.661157,0.69008267,0.7066116,0.7107438,0.6322314,0.8677686,0.79752064,0.78099173,0.22727273,0.23140496,0.23140496,0.23553719,0.23553719,0.23140496,0.18181819,0.23553719,0.5165289,0.56198347,0.5165289,0.42561984,0.44214877,0.5,0.49586776,0.49173555,0.49586776,0.49586776,0.4752066,0.446281,0.45041323,0.45041323,0.42975205,0.62396693,0.3966942,0.446281,0.6694215,0.74380165,0.7933884,0.8140496,0.79752064,0.78099173,0.75619835,0.5206612,0.5785124,0.838843,0.74793386,0.59917355,0.58264464,0.60330576,0.5247934,0.46694216,0.4338843,0.45041323,0.43801653,0.46694216,0.4876033,0.57024795,0.56198347,0.60330576,0.6198347,0.61157024,0.58264464,0.6859504,0.7066116,0.6942149,0.7066116,0.7231405,0.71900827,0.70247936,0.7107438,0.71900827,0.8429752,0.7933884,0.21487603,0.21487603,0.21487603,0.21487603,0.21487603,0.2231405,0.18595041,0.26859504,0.53305787,0.553719,0.5371901,0.45867768,0.446281,0.5,0.5082645,0.5165289,0.5165289,0.5082645,0.4876033,0.47107437,0.46280992,0.42975205,0.5123967,0.69008267,0.3966942,0.58264464,0.6859504,0.74793386,0.8140496,0.8264463,0.7933884,0.79752064,0.76033056,0.6735537,0.5247934,0.59090906,0.6818182,0.6652893,0.6322314,0.607438,0.55785125,0.49586776,0.47107437,0.47107437,0.45867768,0.47107437,0.5041322,0.56198347,0.5785124,0.6198347,0.6198347,0.59917355,0.6487603,0.6983471,0.71487606,0.7231405,0.72727275,0.73140496,0.71900827,0.71900827,0.76859504,0.61157024,0.79752064,0.79752064,0.21900827,0.21900827,0.21900827,0.21900827,0.21900827,0.2231405,0.19008264,0.29752067,0.5289256,0.553719,0.5371901,0.49586776,0.47107437,0.49173555,0.49586776,0.47933885,0.4876033,0.48347107,0.4876033,0.49173555,0.5,0.4338843,0.6983471,0.661157,0.446281,0.6652893,0.6859504,0.75619835,0.8181818,0.8264463,0.79752064,0.7892562,0.78512394,0.73140496,0.6570248,0.59504133,0.60330576,0.677686,0.69008267,0.6652893,0.6198347,0.5495868,0.5123967,0.48347107,0.47107437,0.45867768,0.4876033,0.5041322,0.5165289,0.5413223,0.5661157,0.6198347,0.6859504,0.71487606,0.73140496,0.7355372,0.74380165,0.74793386,0.74793386,0.76859504,0.75206614,0.6404959,0.77272725,0.78512394,0.21487603,0.21900827,0.21900827,0.21900827,0.21900827,0.22727273,0.18595041,0.28512397,0.54545456,0.57024795,0.5495868,0.5247934,0.49173555,0.5165289,0.5165289,0.5082645,0.5289256,0.5289256,0.5371901,0.5413223,0.553719,0.5495868,0.838843,0.5041322,0.53305787,0.677686,0.70247936,0.7644628,0.8016529,0.80991733,0.7933884,0.78512394,0.8016529,0.77272725,0.7355372,0.6694215,0.59504133,0.61570245,0.6818182,0.6735537,0.6446281,0.58677685,0.5247934,0.5041322,0.4752066,0.4752066,0.49173555,0.5041322,0.5123967,0.5661157,0.61570245,0.6735537,0.6983471,0.72727275,0.75206614,0.76033056,0.76033056,0.7768595,0.76859504,0.7768595,0.7355372,0.6570248,0.75619835,0.78512394,0.2520661,0.24793388,0.24380165,0.23966943,0.23553719,0.23966943,0.20247933,0.2603306,0.5661157,0.59090906,0.55785125,0.56198347,0.5123967,0.5082645,0.5413223,0.54545456,0.55785125,0.5661157,0.58677685,0.59090906,0.5495868,0.7933884,0.71900827,0.4338843,0.59917355,0.6694215,0.71487606,0.7644628,0.7933884,0.78512394,0.80991733,0.7768595,0.7892562,0.78099173,0.75206614,0.75619835,0.7066116,0.6363636,0.6198347,0.6363636,0.6446281,0.6280992,0.60330576,0.59090906,0.56198347,0.56198347,0.5785124,0.6198347,0.6570248,0.6652893,0.6983471,0.71900827,0.72727275,0.74380165,0.7768595,0.78512394,0.7768595,0.7892562,0.7768595,0.76033056,0.75206614,0.75619835,0.77272725,0.8057851,0.28512397,0.2768595,0.27272728,0.27272728,0.26859504,0.26859504,0.24793388,0.25619835,0.58264464,0.5785124,0.57024795,0.5785124,0.5661157,0.5165289,0.5413223,0.553719,0.5661157,0.5785124,0.59090906,0.58677685,0.71900827,0.8181818,0.49173555,0.5123967,0.6198347,0.6528926,0.7231405,0.7892562,0.8016529,0.7892562,0.79752064,0.7768595,0.7768595,0.78512394,0.76033056,0.78512394,0.7768595,0.74793386,0.6859504,0.7066116,0.7355372,0.71900827,0.6942149,0.661157,0.677686,0.661157,0.6818182,0.7107438,0.73140496,0.73140496,0.74793386,0.76859504,0.78099173,0.7892562,0.8057851,0.79752064,0.78512394,0.78512394,0.7768595,0.73966944,0.7066116,0.77272725,0.7892562,0.8181818,0.46280992,0.44214877,0.41735536,0.40495867,0.38842976,0.3305785,0.30991736,0.22727273,0.57438016,0.59090906,0.59090906,0.59504133,0.60330576,0.59917355,0.59917355,0.58264464,0.57024795,0.5785124,0.6322314,0.71900827,0.8057851,0.61570245,0.59090906,0.53305787,0.6363636,0.6694215,0.75206614,0.8057851,0.7933884,0.7933884,0.8016529,0.78099173,0.7644628,0.7768595,0.76033056,0.77272725,0.7933884,0.78099173,0.75619835,0.74793386,0.74380165,0.71487606,0.71900827,0.70247936,0.71487606,0.7231405,0.75206614,0.75206614,0.76859504,0.7768595,0.77272725,0.78512394,0.8140496,0.8057851,0.8140496,0.8057851,0.7933884,0.7933884,0.74793386,0.6570248,0.69008267,0.8016529,0.8140496,0.8305785,0.48347107,0.5289256,0.57438016,0.6198347,0.6487603,0.58677685,0.4876033,0.34710744,0.5495868,0.58677685,0.60330576,0.61157024,0.6280992,0.6322314,0.6322314,0.6363636,0.661157,0.74380165,0.7644628,0.73140496,0.6322314,0.62396693,0.58677685,0.5495868,0.6446281,0.6942149,0.78099173,0.8140496,0.8016529,0.8016529,0.79752064,0.78099173,0.76033056,0.74380165,0.75619835,0.74793386,0.7933884,0.7892562,0.78099173,0.7644628,0.74380165,0.70247936,0.70247936,0.70247936,0.7231405,0.75619835,0.7892562,0.78512394,0.7892562,0.7768595,0.7892562,0.7892562,0.79752064,0.8016529,0.8016529,0.78512394,0.76859504,0.7066116,0.6818182,0.72727275,0.7892562,0.8264463,0.8305785,0.822314,0.18595041,0.18595041,0.18595041,0.18181819,0.18181819,0.2231405,0.2892562,0.40495867,0.5371901,0.55785125,0.59504133,0.6363636,0.6735537,0.70247936,0.7355372,0.76859504,0.70247936,0.6570248,0.6528926,0.6198347,0.6322314,0.6363636,0.57438016,0.59090906,0.6652893,0.7107438,0.7933884,0.8057851,0.8305785,0.80991733,0.79752064,0.7768595,0.74380165,0.72727275,0.73140496,0.72727275,0.76859504,0.7933884,0.79752064,0.7768595,0.7768595,0.75619835,0.7066116,0.6859504,0.6859504,0.6735537,0.6735537,0.661157,0.6652893,0.6942149,0.70247936,0.7066116,0.7231405,0.73966944,0.73966944,0.7066116,0.70247936,0.73966944,0.77272725,0.7933884,0.8140496,0.8181818,0.8305785,0.8181818,0.19421488,0.19421488,0.19008264,0.19008264,0.19008264,0.20247933,0.17355372,0.30165288,0.57438016,0.56198347,0.59504133,0.6322314,0.677686,0.6570248,0.6404959,0.62396693,0.6363636,0.6404959,0.6487603,0.6322314,0.6404959,0.62396693,0.58264464,0.62396693,0.6694215,0.73140496,0.78512394,0.8140496,0.822314,0.8057851,0.8016529,0.77272725,0.73140496,0.6983471,0.7107438,0.6859504,0.72727275,0.75619835,0.7768595,0.76033056,0.7644628,0.75206614,0.72727275,0.75206614,0.78099173,0.78512394,0.78512394,0.78099173,0.7892562,0.78099173,0.77272725,0.76033056,0.75619835,0.76033056,0.76859504,0.77272725,0.74793386,0.76859504,0.78512394,0.80991733,0.8181818,0.8057851,0.8264463,0.8181818,0.20247933,0.1983471,0.1983471,0.1983471,0.1983471,0.20247933,0.1983471,0.28099173,0.55785125,0.59504133,0.60330576,0.61570245,0.6570248,0.6404959,0.6404959,0.6404959,0.6487603,0.6446281,0.6363636,0.6363636,0.6363636,0.6198347,0.60330576,0.6404959,0.6942149,0.75619835,0.7933884,0.8181818,0.8140496,0.80991733,0.7892562,0.77272725,0.74380165,0.70247936,0.7066116,0.6735537,0.6983471,0.73140496,0.75206614,0.76033056,0.73966944,0.71900827,0.7231405,0.7644628,0.78512394,0.7892562,0.79752064,0.8016529,0.8140496,0.822314,0.8305785,0.822314,0.80991733,0.8140496,0.8016529,0.7933884,0.7768595,0.7892562,0.8016529,0.8140496,0.8140496,0.822314,0.822314,0.8181818,0.1983471,0.1983471,0.1983471,0.1983471,0.1983471,0.1983471,0.18181819,0.26859504,0.5371901,0.59917355,0.61570245,0.62396693,0.6322314,0.62396693,0.62396693,0.6363636,0.6322314,0.6280992,0.6322314,0.62396693,0.6280992,0.62396693,0.60330576,0.661157,0.73140496,0.7768595,0.8016529,0.8140496,0.822314,0.8057851,0.78099173,0.7768595,0.78099173,0.72727275,0.7355372,0.7107438,0.6983471,0.7066116,0.7355372,0.72727275,0.6942149,0.69008267,0.72727275,0.76033056,0.76859504,0.7768595,0.7933884,0.7933884,0.7933884,0.8057851,0.8140496,0.80991733,0.8181818,0.80991733,0.80991733,0.8181818,0.8057851,0.8057851,0.8057851,0.8140496,0.8016529,0.8264463,0.8181818,0.8057851,0.20661157,0.20661157,0.20661157,0.20661157,0.20247933,0.19421488,0.17355372,0.20661157,0.48347107,0.59090906,0.60330576,0.59090906,0.607438,0.61570245,0.61157024,0.61570245,0.61157024,0.61157024,0.61570245,0.6198347,0.6322314,0.61157024,0.5785124,0.677686,0.75206614,0.78099173,0.80991733,0.8264463,0.822314,0.79752064,0.78099173,0.77272725,0.79752064,0.75206614,0.76859504,0.76859504,0.75206614,0.72727275,0.7231405,0.6983471,0.677686,0.6983471,0.74380165,0.74793386,0.76033056,0.7644628,0.77272725,0.78512394,0.78099173,0.7892562,0.7933884,0.79752064,0.8057851,0.8057851,0.8057851,0.80991733,0.80991733,0.8181818,0.8140496,0.8181818,0.8140496,0.8181818,0.8057851,0.78512394,0.18595041,0.18181819,0.18181819,0.18181819,0.18595041,0.19008264,0.19421488,0.15289256,0.446281,0.58264464,0.5785124,0.58264464,0.60330576,0.607438,0.59917355,0.59917355,0.59917355,0.607438,0.60330576,0.6198347,0.61157024,0.5661157,0.5123967,0.6446281,0.79752064,0.76859504,0.7933884,0.8016529,0.7892562,0.7644628,0.77272725,0.76859504,0.7768595,0.78512394,0.78512394,0.78512394,0.7768595,0.74793386,0.7231405,0.6859504,0.6859504,0.71487606,0.7355372,0.73966944,0.75619835,0.7644628,0.77272725,0.78099173,0.78099173,0.7892562,0.7933884,0.79752064,0.8057851,0.79752064,0.8016529,0.8057851,0.8057851,0.8264463,0.8181818,0.8181818,0.822314,0.8140496,0.8016529,0.78512394,0.19421488,0.19421488,0.19421488,0.19421488,0.1983471,0.1983471,0.20247933,0.13636364,0.37190083,0.57438016,0.57438016,0.5785124,0.59090906,0.59917355,0.607438,0.61157024,0.607438,0.61570245,0.607438,0.61570245,0.59090906,0.54545456,0.5123967,0.55785125,0.74380165,0.75206614,0.7644628,0.78099173,0.76859504,0.7355372,0.6942149,0.6487603,0.6528926,0.6983471,0.72727275,0.73966944,0.75206614,0.73140496,0.677686,0.6528926,0.6859504,0.6983471,0.71487606,0.73966944,0.7355372,0.75619835,0.76859504,0.7768595,0.78099173,0.7892562,0.7933884,0.7933884,0.8016529,0.7933884,0.79752064,0.8057851,0.80991733,0.80991733,0.80991733,0.80991733,0.80991733,0.8140496,0.8016529,0.7933884,0.1983471,0.1983471,0.1983471,0.1983471,0.19421488,0.19008264,0.19421488,0.17768595,0.2107438,0.54545456,0.55785125,0.5785124,0.59090906,0.59917355,0.607438,0.61157024,0.61157024,0.607438,0.6198347,0.60330576,0.59504133,0.553719,0.5206612,0.5,0.6652893,0.72727275,0.73140496,0.78512394,0.8016529,0.58264464,0.5785124,0.5247934,0.49586776,0.5413223,0.607438,0.661157,0.6652893,0.62396693,0.6694215,0.7107438,0.74380165,0.72727275,0.7107438,0.71900827,0.7355372,0.75619835,0.74793386,0.7644628,0.77272725,0.7768595,0.78099173,0.78512394,0.79752064,0.79752064,0.79752064,0.8057851,0.8057851,0.8181818,0.8016529,0.8057851,0.79752064,0.8057851,0.8016529,0.7892562,0.18181819,0.18595041,0.18595041,0.19008264,0.19421488,0.1983471,0.19008264,0.1983471,0.1322314,0.46280992,0.553719,0.5785124,0.59504133,0.59917355,0.61157024,0.6198347,0.60330576,0.607438,0.61157024,0.59917355,0.61157024,0.58264464,0.53305787,0.37603307,0.49173555,0.6404959,0.69008267,0.74380165,0.76033056,0.59090906,0.6404959,0.6446281,0.60330576,0.58677685,0.5785124,0.553719,0.55785125,0.6280992,0.71900827,0.7933884,0.79752064,0.76859504,0.7355372,0.70247936,0.72727275,0.75206614,0.75206614,0.76859504,0.77272725,0.7768595,0.7892562,0.76033056,0.7892562,0.7933884,0.7933884,0.79752064,0.80991733,0.8057851,0.79752064,0.7892562,0.7933884,0.8016529,0.8016529,0.7933884,0.19421488,0.19008264,0.19008264,0.18595041,0.19421488,0.19008264,0.19008264,0.19008264,0.18595041,0.30578512,0.54545456,0.57438016,0.59090906,0.59504133,0.607438,0.60330576,0.59090906,0.58264464,0.59090906,0.60330576,0.6198347,0.60330576,0.47107437,0.3181818,0.3305785,0.45867768,0.60330576,0.661157,0.72727275,0.6735537,0.6652893,0.61570245,0.5165289,0.5041322,0.47933885,0.48347107,0.553719,0.59917355,0.677686,0.77272725,0.80991733,0.7933884,0.78099173,0.73140496,0.71900827,0.73140496,0.75206614,0.76859504,0.78512394,0.78512394,0.78512394,0.74793386,0.78099173,0.8016529,0.79752064,0.8016529,0.8016529,0.7892562,0.7933884,0.7892562,0.78512394,0.7892562,0.79752064,0.79752064,0.19421488,0.19421488,0.19421488,0.19421488,0.1983471,0.19008264,0.18595041,0.19421488,0.17355372,0.2231405,0.4876033,0.56198347,0.58264464,0.59917355,0.59917355,0.56198347,0.55785125,0.553719,0.55785125,0.57024795,0.5371901,0.5082645,0.38842976,0.30578512,0.3140496,0.35123968,0.47933885,0.55785125,0.61570245,0.61157024,0.5413223,0.48347107,0.42561984,0.4214876,0.4214876,0.4338843,0.46694216,0.5413223,0.607438,0.677686,0.74793386,0.78099173,0.7892562,0.78099173,0.74793386,0.72727275,0.72727275,0.74793386,0.78099173,0.7933884,0.8016529,0.8057851,0.8057851,0.8140496,0.8057851,0.7933884,0.7933884,0.78099173,0.78099173,0.78099173,0.78512394,0.7768595,0.79752064,0.7892562,0.20247933,0.20247933,0.20247933,0.20247933,0.1983471,0.19008264,0.19008264,0.19421488,0.19008264,0.17768595,0.41322315,0.5371901,0.57438016,0.59504133,0.56198347,0.5082645,0.5082645,0.49586776,0.48347107,0.47107437,0.42975205,0.38842976,0.32231405,0.28099173,0.2892562,0.3429752,0.4090909,0.45041323,0.5247934,0.5,0.40495867,0.37190083,0.42561984,0.3553719,0.38016528,0.38842976,0.40495867,0.45867768,0.5165289,0.57438016,0.6446281,0.7066116,0.75206614,0.76033056,0.74793386,0.74380165,0.7355372,0.71900827,0.75619835,0.76859504,0.7933884,0.80991733,0.8181818,0.8140496,0.80991733,0.79752064,0.7892562,0.7768595,0.77272725,0.7768595,0.78512394,0.78512394,0.7768595,0.78099173,0.17768595,0.17768595,0.17355372,0.17355372,0.20661157,0.18595041,0.19421488,0.19008264,0.19008264,0.14876033,0.37603307,0.5041322,0.5165289,0.56198347,0.5082645,0.4338843,0.4338843,0.4214876,0.42561984,0.37603307,0.35123968,0.32231405,0.2892562,0.2768595,0.3140496,0.38016528,0.4214876,0.4214876,0.4876033,0.42561984,0.3429752,0.338843,0.36363637,0.3553719,0.36363637,0.37603307,0.3677686,0.38016528,0.4214876,0.49173555,0.5495868,0.6198347,0.6404959,0.6487603,0.69008267,0.7066116,0.71487606,0.7107438,0.7066116,0.71900827,0.75619835,0.7768595,0.7892562,0.7933884,0.8016529,0.7892562,0.78512394,0.78099173,0.76859504,0.77272725,0.7933884,0.7768595,0.76859504,0.78512394,0.19008264,0.19008264,0.19421488,0.19421488,0.19008264,0.19008264,0.18595041,0.18181819,0.18595041,0.16528925,0.3140496,0.5082645,0.45867768,0.4876033,0.43801653,0.39256197,0.38016528,0.37190083,0.37603307,0.32231405,0.29338843,0.28512397,0.2892562,0.28512397,0.30578512,0.3553719,0.38429752,0.4214876,0.46280992,0.39256197,0.33471075,0.30991736,0.33471075,0.34710744,0.33471075,0.35950413,0.3553719,0.3264463,0.37190083,0.38429752,0.4752066,0.54545456,0.5413223,0.5247934,0.58677685,0.6280992,0.61570245,0.6570248,0.69008267,0.70247936,0.7107438,0.75206614,0.76859504,0.7644628,0.7768595,0.7892562,0.78512394,0.78099173,0.77272725,0.78512394,0.78512394,0.78099173,0.7644628,0.7768595,0.19008264,0.19008264,0.18595041,0.18595041,0.18595041,0.20661157,0.19421488,0.19421488,0.18181819,0.20247933,0.24380165,0.49586776,0.46280992,0.45867768,0.4090909,0.37603307,0.36363637,0.3553719,0.338843,0.3181818,0.30165288,0.30991736,0.29338843,0.29338843,0.29752067,0.35123968,0.40495867,0.45041323,0.49173555,0.4090909,0.3181818,0.3429752,0.3553719,0.3553719,0.3264463,0.33471075,0.3429752,0.32231405,0.338843,0.34710744,0.38429752,0.45454547,0.46694216,0.43801653,0.49173555,0.5247934,0.5082645,0.5165289,0.5785124,0.69008267,0.6818182,0.71900827,0.77272725,0.75206614,0.76033056,0.7892562,0.78512394,0.78512394,0.7933884,0.7768595,0.78512394,0.78512394,0.78099173,0.78099173,0.1983471,0.1983471,0.1983471,0.1983471,0.18181819,0.19421488,0.19008264,0.19421488,0.17355372,0.2231405,0.2107438,0.46694216,0.42975205,0.4214876,0.37603307,0.3677686,0.38842976,0.35950413,0.33471075,0.34710744,0.34710744,0.38429752,0.3553719,0.3305785,0.34710744,0.3677686,0.4090909,0.47107437,0.5082645,0.46694216,0.3677686,0.38016528,0.39256197,0.3305785,0.3429752,0.36363637,0.36363637,0.36363637,0.3429752,0.36363637,0.35950413,0.38016528,0.42975205,0.38429752,0.41322315,0.5082645,0.4876033,0.45867768,0.4876033,0.5371901,0.61157024,0.661157,0.75619835,0.74793386,0.74793386,0.77272725,0.77272725,0.78512394,0.7768595,0.7892562,0.7933884,0.7933884,0.7933884,0.7768595,0.19421488,0.19421488,0.19421488,0.19421488,0.19008264,0.18181819,0.18181819,0.17768595,0.18181819,0.20661157,0.23553719,0.40082645,0.42975205,0.40495867,0.3553719,0.338843,0.37190083,0.38016528,0.35950413,0.3429752,0.35950413,0.4214876,0.42561984,0.40495867,0.45454547,0.47107437,0.5041322,0.5413223,0.5785124,0.55785125,0.5413223,0.5082645,0.4876033,0.4090909,0.42561984,0.45454547,0.45454547,0.45867768,0.44214877,0.41322315,0.41322315,0.40082645,0.4338843,0.38842976,0.41735536,0.46694216,0.47933885,0.49173555,0.47933885,0.48347107,0.5289256,0.58264464,0.7066116,0.7355372,0.73140496,0.74380165,0.76033056,0.7933884,0.76859504,0.73966944,0.79752064,0.79752064,0.8016529,0.78512394,0.16528925,0.1694215,0.17355372,0.17768595,0.19008264,0.18595041,0.18595041,0.17355372,0.1694215,0.17355372,0.24793388,0.35123968,0.4338843,0.41322315,0.40082645,0.35950413,0.37603307,0.40082645,0.40082645,0.41322315,0.3553719,0.338843,0.4214876,0.45041323,0.47107437,0.49173555,0.5247934,0.55785125,0.5785124,0.5785124,0.5661157,0.5661157,0.553719,0.5247934,0.5289256,0.55785125,0.553719,0.553719,0.56198347,0.5165289,0.5041322,0.46694216,0.4214876,0.4338843,0.41735536,0.41322315,0.45867768,0.5041322,0.4876033,0.49173555,0.5123967,0.5289256,0.6363636,0.6735537,0.6859504,0.6983471,0.7355372,0.77272725,0.7768595,0.7644628,0.7933884,0.8057851,0.8057851,0.7892562,0.17355372,0.17355372,0.17355372,0.17355372,0.17768595,0.18181819,0.18181819,0.18595041,0.17768595,0.17355372,0.18181819,0.2603306,0.4338843,0.44214877,0.45041323,0.41735536,0.41735536,0.446281,0.46694216,0.5,0.5041322,0.35950413,0.35123968,0.37190083,0.39256197,0.44214877,0.48347107,0.5206612,0.56198347,0.5661157,0.5413223,0.5785124,0.58264464,0.59090906,0.57024795,0.54545456,0.5495868,0.54545456,0.5289256,0.5082645,0.47107437,0.43801653,0.3553719,0.40495867,0.4338843,0.45041323,0.47933885,0.48347107,0.49173555,0.49586776,0.5082645,0.5495868,0.58677685,0.6446281,0.6322314,0.7066116,0.71900827,0.71487606,0.78512394,0.7892562,0.78512394,0.8057851,0.8140496,0.77272725,0.19008264,0.18595041,0.18595041,0.18595041,0.18181819,0.17355372,0.17768595,0.1694215,0.1694215,0.1694215,0.1694215,0.23140496,0.4214876,0.46280992,0.45867768,0.47933885,0.48347107,0.5041322,0.5,0.53305787,0.5371901,0.49586776,0.41322315,0.37603307,0.35950413,0.36363637,0.38842976,0.4214876,0.46280992,0.48347107,0.46694216,0.47933885,0.45454547,0.43801653,0.45041323,0.46280992,0.5165289,0.5082645,0.5,0.49173555,0.4876033,0.49586776,0.4876033,0.49586776,0.48347107,0.5413223,0.53305787,0.5247934,0.5206612,0.5247934,0.5206612,0.56198347,0.607438,0.6363636,0.661157,0.6528926,0.7066116,0.71487606,0.77272725,0.78512394,0.78512394,0.7892562,0.7933884,0.74793386,0.19008264,0.19421488,0.19421488,0.19008264,0.1694215,0.17768595,0.16528925,0.16115703,0.16528925,0.16528925,0.18595041,0.1983471,0.3553719,0.47933885,0.49586776,0.49173555,0.5,0.5,0.4876033,0.5413223,0.5371901,0.5413223,0.5041322,0.4338843,0.3966942,0.39256197,0.40495867,0.4090909,0.4090909,0.41735536,0.4090909,0.43801653,0.446281,0.46694216,0.5,0.54545456,0.57438016,0.553719,0.55785125,0.553719,0.57024795,0.62396693,0.6446281,0.6694215,0.61570245,0.6198347,0.61157024,0.5785124,0.53305787,0.56198347,0.56198347,0.59504133,0.62396693,0.6570248,0.6818182,0.661157,0.6983471,0.71487606,0.76033056,0.78512394,0.78099173,0.7768595,0.76033056,0.75206614,0.17768595,0.17768595,0.17768595,0.18181819,0.16115703,0.17355372,0.17768595,0.16115703,0.16115703,0.1570248,0.17768595,0.19008264,0.21487603,0.46280992,0.4876033,0.46280992,0.45867768,0.45454547,0.44214877,0.5206612,0.5371901,0.5413223,0.5371901,0.5082645,0.47107437,0.43801653,0.45867768,0.49173555,0.47933885,0.49173555,0.49173555,0.49586776,0.5,0.5206612,0.54545456,0.58264464,0.59504133,0.59090906,0.6446281,0.6859504,0.70247936,0.73140496,0.73140496,0.72727275,0.6983471,0.69008267,0.7066116,0.607438,0.59090906,0.57438016,0.6198347,0.6446281,0.6404959,0.6363636,0.69008267,0.69008267,0.6528926,0.74793386,0.78512394,0.7933884,0.7768595,0.75206614,0.76033056,0.75619835,0.18595041,0.18181819,0.18181819,0.1694215,0.1694215,0.1694215,0.17355372,0.15289256,0.16528925,0.16115703,0.1570248,0.17768595,0.14876033,0.35123968,0.47107437,0.44214877,0.446281,0.4214876,0.45041323,0.5041322,0.5289256,0.54545456,0.5371901,0.5247934,0.5165289,0.5082645,0.5371901,0.54545456,0.5495868,0.56198347,0.55785125,0.5495868,0.56198347,0.58677685,0.6198347,0.6404959,0.6818182,0.7107438,0.7355372,0.75206614,0.75206614,0.74380165,0.73966944,0.72727275,0.7231405,0.72727275,0.75206614,0.6859504,0.661157,0.661157,0.6652893,0.661157,0.6859504,0.6818182,0.7231405,0.6983471,0.6859504,0.76033056,0.77272725,0.7768595,0.7644628,0.76033056,0.75206614,0.74793386,0.1694215,0.17355372,0.17355372,0.16528925,0.17355372,0.16528925,0.16115703,0.15289256,0.15289256,0.1570248,0.15289256,0.16115703,0.19008264,0.23553719,0.446281,0.42975205,0.446281,0.38429752,0.41322315,0.46694216,0.5206612,0.53305787,0.5413223,0.5165289,0.4752066,0.49586776,0.5,0.5247934,0.53305787,0.5371901,0.54545456,0.5413223,0.5785124,0.62396693,0.6528926,0.677686,0.6983471,0.71900827,0.70247936,0.6983471,0.71487606,0.73140496,0.74793386,0.73966944,0.73966944,0.7355372,0.71487606,0.6694215,0.661157,0.69008267,0.7355372,0.71487606,0.72727275,0.69008267,0.75206614,0.73140496,0.7355372,0.77272725,0.7768595,0.76859504,0.75619835,0.7768595,0.74380165,0.71900827,0.1694215,0.1694215,0.1694215,0.18181819,0.15289256,0.16115703,0.16528925,0.15289256,0.14876033,0.1446281,0.16115703,0.17355372,0.17768595,0.20247933,0.35123968,0.41735536,0.4090909,0.36363637,0.38842976,0.45454547,0.5082645,0.5247934,0.5371901,0.5082645,0.446281,0.42561984,0.4090909,0.39256197,0.38429752,0.3966942,0.38429752,0.35950413,0.42561984,0.4876033,0.53305787,0.56198347,0.58264464,0.6404959,0.6487603,0.6818182,0.7231405,0.73140496,0.71900827,0.71900827,0.73140496,0.677686,0.6487603,0.6322314,0.62396693,0.6446281,0.74380165,0.74793386,0.7231405,0.71487606,0.76033056,0.74793386,0.76033056,0.7768595,0.7644628,0.7644628,0.73966944,0.76859504,0.74380165,0.69008267,0.1694215,0.1694215,0.1694215,0.1694215,0.16528925,0.16115703,0.16528925,0.16115703,0.1570248,0.16528925,0.1570248,0.18595041,0.18595041,0.20247933,0.25619835,0.38016528,0.38429752,0.37190083,0.37190083,0.446281,0.5041322,0.5123967,0.5082645,0.46694216,0.4214876,0.40082645,0.3553719,0.30991736,0.30165288,0.32231405,0.29752067,0.2520661,0.3140496,0.3553719,0.3966942,0.45041323,0.49586776,0.5661157,0.62396693,0.6652893,0.6942149,0.6942149,0.6859504,0.6859504,0.6694215,0.6322314,0.61157024,0.5785124,0.58677685,0.59504133,0.70247936,0.73966944,0.71487606,0.74380165,0.75206614,0.75206614,0.77272725,0.7768595,0.76859504,0.76859504,0.74380165,0.7355372,0.72727275,0.7066116,0.1694215,0.1694215,0.1694215,0.16528925,0.1570248,0.16528925,0.16115703,0.1570248,0.14876033,0.15289256,0.15289256,0.19008264,0.18595041,0.20247933,0.19421488,0.3140496,0.3429752,0.36363637,0.38016528,0.44214877,0.47107437,0.47107437,0.47107437,0.4214876,0.4214876,0.36363637,0.3140496,0.30165288,0.28512397,0.28099173,0.23553719,0.21900827,0.2603306,0.29752067,0.3305785,0.4090909,0.4752066,0.53305787,0.607438,0.6363636,0.6363636,0.6446281,0.6363636,0.6322314,0.59090906,0.6363636,0.57024795,0.54545456,0.53305787,0.58264464,0.661157,0.73140496,0.73140496,0.74793386,0.74380165,0.76033056,0.76859504,0.7644628,0.7644628,0.75206614,0.74380165,0.72727275,0.7231405,0.7066116,0.17355372,0.17355372,0.17355372,0.1694215,0.1446281,0.15289256,0.16115703,0.14876033,0.15289256,0.16115703,0.16528925,0.17768595,0.20247933,0.2107438,0.20661157,0.2231405,0.27272728,0.3264463,0.37190083,0.39256197,0.4090909,0.42975205,0.4214876,0.35950413,0.37603307,0.33471075,0.30165288,0.2892562,0.28099173,0.2520661,0.20661157,0.25619835,0.28512397,0.30165288,0.30991736,0.38842976,0.43801653,0.5041322,0.57024795,0.59504133,0.59917355,0.60330576,0.59090906,0.59504133,0.5785124,0.57024795,0.5082645,0.5371901,0.5289256,0.553719,0.6280992,0.7355372,0.72727275,0.75619835,0.75206614,0.7644628,0.74793386,0.76033056,0.74793386,0.75206614,0.74380165,0.73966944,0.7107438,0.661157,0.17768595,0.17768595,0.17768595,0.17355372,0.1570248,0.16115703,0.15289256,0.15289256,0.14876033,0.1694215,0.16528925,0.17355372,0.1983471,0.21900827,0.21900827,0.2231405,0.23966943,0.30165288,0.3264463,0.3264463,0.37603307,0.41322315,0.39256197,0.35123968,0.338843,0.33471075,0.3140496,0.29338843,0.27272728,0.23140496,0.28099173,0.3140496,0.30991736,0.3264463,0.338843,0.40495867,0.46694216,0.48347107,0.5289256,0.55785125,0.5785124,0.58264464,0.58677685,0.59090906,0.57438016,0.55785125,0.49586776,0.5371901,0.5371901,0.56198347,0.56198347,0.6859504,0.7355372,0.75206614,0.74793386,0.75206614,0.74793386,0.74793386,0.71487606,0.72727275,0.73966944,0.7355372,0.7066116,0.6487603,0.17768595,0.17768595,0.17768595,0.18181819,0.16528925,0.1694215,0.15289256,0.15289256,0.14876033,0.17768595,0.1694215,0.18181819,0.19008264,0.19008264,0.20661157,0.2231405,0.24793388,0.2644628,0.26859504,0.27272728,0.338843,0.3677686,0.36363637,0.34710744,0.35123968,0.3677686,0.3305785,0.32231405,0.29752067,0.28099173,0.38016528,0.37603307,0.3429752,0.3429752,0.3553719,0.41322315,0.48347107,0.5206612,0.5123967,0.54545456,0.55785125,0.55785125,0.56198347,0.57438016,0.5,0.5165289,0.49586776,0.49586776,0.5206612,0.5247934,0.5371901,0.6198347,0.69008267,0.72727275,0.71487606,0.73966944,0.73966944,0.72727275,0.71487606,0.73140496,0.71487606,0.6818182,0.6694215,0.6322314,0.17768595,0.17768595,0.18181819,0.18181819,0.1694215,0.16528925,0.16528925,0.1446281,0.16528925,0.18595041,0.20661157,0.20661157,0.18595041,0.19008264,0.1983471,0.24793388,0.22727273,0.23966943,0.24793388,0.29752067,0.2892562,0.3429752,0.38016528,0.3677686,0.3677686,0.3677686,0.37190083,0.35950413,0.3264463,0.36363637,0.45041323,0.40495867,0.38429752,0.36363637,0.39256197,0.45041323,0.5123967,0.53305787,0.5041322,0.5289256,0.553719,0.5371901,0.4876033,0.53305787,0.46280992,0.47933885,0.4752066,0.45041323,0.47933885,0.4876033,0.5082645,0.60330576,0.661157,0.70247936,0.6818182,0.6983471,0.7231405,0.71487606,0.7107438,0.6983471,0.677686,0.6446281,0.6487603,0.6942149,0.18181819,0.18181819,0.18181819,0.17768595,0.16115703,0.17355372,0.17355372,0.17355372,0.17768595,0.20661157,0.20661157,0.2231405,0.23140496,0.22727273,0.23553719,0.2603306,0.2520661,0.2644628,0.2892562,0.2603306,0.2892562,0.3305785,0.3553719,0.338843,0.3553719,0.35950413,0.38842976,0.36363637,0.3966942,0.446281,0.47933885,0.4338843,0.4090909,0.39256197,0.45454547,0.4752066,0.5082645,0.5041322,0.5041322,0.5413223,0.59504133,0.5495868,0.4752066,0.47107437,0.43801653,0.45867768,0.46694216,0.42561984,0.4338843,0.3966942,0.4876033,0.5289256,0.59917355,0.6363636,0.6487603,0.661157,0.677686,0.6818182,0.677686,0.6570248,0.6198347,0.6363636,0.73140496,0.76033056,0.2231405,0.20661157,0.21900827,0.24793388,0.27272728,0.3305785,0.30578512,0.3140496,0.3264463,0.32231405,0.30578512,0.33471075,0.32231405,0.2603306,0.28512397,0.27272728,0.2768595,0.28099173,0.28099173,0.23140496,0.28099173,0.25619835,0.3140496,0.32231405,0.34710744,0.37603307,0.4090909,0.38429752,0.4214876,0.45454547,0.47107437,0.43801653,0.4090909,0.43801653,0.4752066,0.5,0.5,0.48347107,0.5041322,0.5123967,0.5495868,0.5082645,0.5,0.4338843,0.40495867,0.4338843,0.41735536,0.39256197,0.3966942,0.37603307,0.40495867,0.47107437,0.49586776,0.5247934,0.55785125,0.59504133,0.6363636,0.61157024,0.6322314,0.6528926,0.6983471,0.7107438,0.76033056,0.78099173,0.46280992,0.46280992,0.47933885,0.47933885,0.47107437,0.49173555,0.46694216,0.46280992,0.46280992,0.38842976,0.38429752,0.4090909,0.338843,0.28099173,0.2768595,0.26859504,0.29752067,0.24380165,0.2644628,0.27272728,0.24793388,0.26859504,0.30165288,0.33471075,0.35950413,0.35123968,0.41735536,0.39256197,0.41322315,0.4214876,0.41735536,0.40082645,0.40082645,0.45041323,0.49173555,0.5,0.47933885,0.47933885,0.47933885,0.49586776,0.46280992,0.42975205,0.45867768,0.38016528,0.3966942,0.40495867,0.38016528,0.36363637,0.3553719,0.36363637,0.3677686,0.41735536,0.41322315,0.446281,0.48347107,0.5247934,0.53305787,0.607438,0.6818182,0.7231405,0.76859504,0.75206614,0.7892562,0.79752064,0.46280992,0.46280992,0.47933885,0.5,0.5,0.5123967,0.4876033,0.4752066,0.47933885,0.4090909,0.4090909,0.4338843,0.33471075,0.30578512,0.2892562,0.30578512,0.30165288,0.23553719,0.26859504,0.26859504,0.26859504,0.2768595,0.30165288,0.3181818,0.338843,0.33471075,0.37190083,0.37603307,0.37603307,0.39256197,0.36363637,0.34710744,0.37603307,0.4090909,0.446281,0.45867768,0.45454547,0.46280992,0.44214877,0.446281,0.40495867,0.38016528,0.37190083,0.3429752,0.33471075,0.36363637,0.34710744,0.3429752,0.35123968,0.37190083,0.3677686,0.36363637,0.35123968,0.3966942,0.45041323,0.5289256,0.607438,0.73140496,0.76859504,0.74793386,0.7892562,0.79752064,0.7892562,0.7933884,0.46280992,0.46280992,0.48347107,0.5,0.5,0.5123967,0.48347107,0.4752066,0.47933885,0.40082645,0.41322315,0.42561984,0.3305785,0.30578512,0.28512397,0.3181818,0.29752067,0.23966943,0.2603306,0.2644628,0.26859504,0.2644628,0.2768595,0.30991736,0.34710744,0.3140496,0.35123968,0.32231405,0.34710744,0.35123968,0.3140496,0.30165288,0.35123968,0.35123968,0.37603307,0.38429752,0.4090909,0.40082645,0.37190083,0.37190083,0.35950413,0.33471075,0.32231405,0.30165288,0.27272728,0.29338843,0.3429752,0.30578512,0.32231405,0.36363637,0.35123968,0.3429752,0.39256197,0.3966942,0.47107437,0.56198347,0.6652893,0.76859504,0.78512394,0.77272725,0.78099173,0.79752064,0.7892562,0.79752064,16 +0.5247934,0.54545456,0.5123967,0.54545456,0.58677685,0.5785124,0.6322314,0.661157,0.6942149,0.73140496,0.7355372,0.74793386,0.75206614,0.7355372,0.74380165,0.75206614,0.76033056,0.78099173,0.8057851,0.8181818,0.8264463,0.8305785,0.8347107,0.8347107,0.822314,0.8181818,0.8264463,0.8305785,0.8305785,0.8264463,0.8264463,0.8264463,0.8305785,0.8264463,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.822314,0.8181818,0.822314,0.8140496,0.8057851,0.80991733,0.8057851,0.78512394,0.78512394,0.76033056,0.74380165,0.71900827,0.7066116,0.6942149,0.6404959,0.56198347,0.41735536,0.28099173,0.2603306,0.24380165,0.2231405,0.23966943,0.5371901,0.55785125,0.53305787,0.55785125,0.59090906,0.5785124,0.6198347,0.6652893,0.7066116,0.75206614,0.74793386,0.75206614,0.76033056,0.75619835,0.74793386,0.7644628,0.7768595,0.7933884,0.8140496,0.8264463,0.8305785,0.8305785,0.8347107,0.8347107,0.822314,0.8140496,0.822314,0.8305785,0.8305785,0.8264463,0.8305785,0.8264463,0.822314,0.822314,0.822314,0.8264463,0.8305785,0.8305785,0.8305785,0.8347107,0.8305785,0.8264463,0.822314,0.8181818,0.822314,0.8140496,0.8016529,0.80991733,0.8140496,0.78512394,0.7892562,0.7768595,0.75206614,0.71900827,0.7066116,0.69008267,0.6322314,0.56198347,0.41735536,0.28512397,0.23966943,0.23553719,0.2107438,0.21900827,0.5371901,0.57438016,0.5661157,0.5661157,0.59917355,0.58264464,0.6198347,0.6859504,0.72727275,0.76033056,0.7355372,0.75619835,0.76033056,0.7644628,0.76033056,0.7768595,0.7892562,0.8057851,0.8140496,0.8181818,0.8347107,0.8305785,0.8305785,0.8305785,0.8305785,0.822314,0.8264463,0.8305785,0.8305785,0.8264463,0.8264463,0.8264463,0.8181818,0.822314,0.8140496,0.8181818,0.8264463,0.8305785,0.8305785,0.8347107,0.8305785,0.8305785,0.8264463,0.8181818,0.822314,0.8181818,0.8057851,0.8140496,0.8140496,0.78512394,0.78512394,0.7933884,0.74380165,0.73140496,0.71487606,0.6859504,0.6322314,0.5661157,0.4338843,0.29752067,0.21900827,0.2231405,0.21487603,0.20661157,0.5371901,0.58677685,0.59917355,0.5661157,0.60330576,0.60330576,0.6404959,0.70247936,0.75206614,0.76033056,0.71900827,0.75619835,0.76033056,0.75619835,0.7644628,0.78512394,0.7892562,0.8140496,0.80991733,0.8057851,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.8347107,0.8347107,0.838843,0.8347107,0.8305785,0.822314,0.8264463,0.822314,0.822314,0.80991733,0.8181818,0.822314,0.8264463,0.8305785,0.8347107,0.8347107,0.8305785,0.8305785,0.8181818,0.8181818,0.822314,0.8057851,0.80991733,0.8140496,0.7892562,0.78512394,0.7933884,0.76033056,0.73140496,0.72727275,0.6983471,0.6322314,0.553719,0.45454547,0.30165288,0.20661157,0.20247933,0.20247933,0.20247933,0.56198347,0.59917355,0.61570245,0.58264464,0.59504133,0.62396693,0.6570248,0.7066116,0.76033056,0.76033056,0.7355372,0.74793386,0.74793386,0.75619835,0.74380165,0.7768595,0.7768595,0.8016529,0.80991733,0.80991733,0.8181818,0.8264463,0.8305785,0.8264463,0.8264463,0.8305785,0.8347107,0.838843,0.838843,0.8305785,0.822314,0.8264463,0.8264463,0.8140496,0.80991733,0.8140496,0.822314,0.822314,0.8264463,0.8347107,0.8347107,0.8305785,0.8264463,0.8264463,0.8181818,0.8140496,0.8016529,0.8016529,0.8140496,0.79752064,0.78512394,0.7892562,0.7644628,0.74380165,0.72727275,0.71487606,0.6404959,0.5495868,0.4752066,0.2892562,0.1983471,0.1983471,0.18595041,0.20661157,0.58677685,0.6363636,0.6404959,0.6198347,0.61570245,0.6280992,0.6570248,0.7107438,0.76859504,0.75619835,0.73966944,0.74380165,0.7644628,0.74380165,0.75206614,0.76859504,0.77272725,0.78099173,0.8016529,0.8057851,0.80991733,0.8140496,0.8181818,0.822314,0.822314,0.8264463,0.8305785,0.838843,0.838843,0.8347107,0.8264463,0.8140496,0.8305785,0.8140496,0.8057851,0.8057851,0.822314,0.822314,0.8264463,0.838843,0.8347107,0.8305785,0.822314,0.822314,0.8264463,0.80991733,0.79752064,0.79752064,0.80991733,0.7933884,0.78099173,0.78099173,0.75206614,0.73966944,0.73140496,0.71487606,0.6735537,0.57438016,0.4876033,0.29752067,0.19421488,0.20661157,0.19421488,0.22727273,0.61570245,0.6404959,0.6528926,0.6487603,0.6280992,0.6363636,0.6652893,0.6942149,0.73140496,0.74380165,0.73140496,0.71900827,0.75619835,0.7355372,0.74380165,0.7355372,0.74380165,0.75619835,0.7768595,0.7768595,0.7892562,0.8016529,0.8016529,0.8057851,0.80991733,0.8140496,0.822314,0.8264463,0.8181818,0.8264463,0.822314,0.8057851,0.8181818,0.8140496,0.8016529,0.8057851,0.8181818,0.822314,0.822314,0.838843,0.838843,0.8347107,0.8181818,0.8057851,0.80991733,0.8140496,0.79752064,0.7933884,0.8016529,0.7768595,0.76859504,0.7644628,0.73966944,0.73140496,0.71487606,0.71900827,0.69008267,0.607438,0.5082645,0.30991736,0.1983471,0.2107438,0.1983471,0.23966943,0.62396693,0.6487603,0.6363636,0.6280992,0.58677685,0.59504133,0.6570248,0.70247936,0.7107438,0.71487606,0.73966944,0.73966944,0.73140496,0.74380165,0.7231405,0.73966944,0.73140496,0.7231405,0.7355372,0.7355372,0.75619835,0.7644628,0.77272725,0.78512394,0.7933884,0.7933884,0.8057851,0.79752064,0.7892562,0.79752064,0.80991733,0.80991733,0.7892562,0.80991733,0.8016529,0.7933884,0.80991733,0.8181818,0.8181818,0.8305785,0.8305785,0.8264463,0.8181818,0.79752064,0.79752064,0.79752064,0.78512394,0.7768595,0.7892562,0.75619835,0.7355372,0.72727275,0.69008267,0.6570248,0.677686,0.6818182,0.69008267,0.661157,0.5495868,0.3140496,0.19421488,0.22727273,0.20661157,0.28512397,0.59917355,0.6280992,0.62396693,0.607438,0.55785125,0.59090906,0.6363636,0.6818182,0.6859504,0.71900827,0.75206614,0.72727275,0.6983471,0.71487606,0.6942149,0.6983471,0.6983471,0.6652893,0.6363636,0.6570248,0.69008267,0.6942149,0.71487606,0.73966944,0.75206614,0.74793386,0.75619835,0.77272725,0.78099173,0.78099173,0.7933884,0.7933884,0.7933884,0.79752064,0.78099173,0.7933884,0.8016529,0.8057851,0.8057851,0.822314,0.8140496,0.8140496,0.8057851,0.78099173,0.78099173,0.7892562,0.76859504,0.76859504,0.7644628,0.73140496,0.6983471,0.6818182,0.6322314,0.60330576,0.6280992,0.6322314,0.6735537,0.6570248,0.59090906,0.38016528,0.19421488,0.23553719,0.2603306,0.36363637,0.5661157,0.60330576,0.6198347,0.60330576,0.59090906,0.59917355,0.61157024,0.61570245,0.6198347,0.6280992,0.62396693,0.59504133,0.5785124,0.57024795,0.59090906,0.59917355,0.57024795,0.5413223,0.5165289,0.5165289,0.5413223,0.56198347,0.553719,0.57438016,0.607438,0.61157024,0.6487603,0.7066116,0.75206614,0.75619835,0.76859504,0.7768595,0.78512394,0.78099173,0.7768595,0.7892562,0.7892562,0.7892562,0.7892562,0.8016529,0.8016529,0.7892562,0.7892562,0.7768595,0.7768595,0.76033056,0.74793386,0.73966944,0.71487606,0.6652893,0.6198347,0.6280992,0.5661157,0.54545456,0.59090906,0.61570245,0.6280992,0.6280992,0.6198347,0.5165289,0.27272728,0.19421488,0.3140496,0.41735536,0.5247934,0.5371901,0.5247934,0.5661157,0.607438,0.6570248,0.62396693,0.60330576,0.60330576,0.59917355,0.6198347,0.57438016,0.55785125,0.57024795,0.53305787,0.53305787,0.5,0.46694216,0.446281,0.45867768,0.45867768,0.45041323,0.45867768,0.45454547,0.47933885,0.5,0.49173555,0.53305787,0.6487603,0.6694215,0.73966944,0.76033056,0.76859504,0.7768595,0.7768595,0.78099173,0.7892562,0.78099173,0.76033056,0.7768595,0.7768595,0.76033056,0.76033056,0.75206614,0.74793386,0.7231405,0.6983471,0.677686,0.6363636,0.58677685,0.55785125,0.5123967,0.46694216,0.49173555,0.4876033,0.5206612,0.5371901,0.5495868,0.5495868,0.53305787,0.35950413,0.1983471,0.3677686,0.42561984,0.5,0.5,0.45867768,0.4752066,0.54545456,0.61570245,0.6446281,0.6404959,0.6280992,0.6198347,0.6363636,0.60330576,0.5661157,0.60330576,0.59090906,0.55785125,0.5247934,0.5082645,0.46280992,0.4338843,0.4338843,0.41735536,0.40495867,0.4214876,0.43801653,0.47107437,0.46280992,0.46694216,0.5413223,0.57024795,0.6446281,0.6942149,0.74793386,0.76859504,0.78099173,0.78512394,0.7768595,0.7768595,0.75619835,0.76033056,0.76033056,0.74380165,0.71900827,0.7107438,0.6942149,0.661157,0.6363636,0.59090906,0.5495868,0.5165289,0.48347107,0.4090909,0.41735536,0.4090909,0.42561984,0.46694216,0.45867768,0.45454547,0.48347107,0.49586776,0.3966942,0.2892562,0.3966942,0.4214876,0.4876033,0.47107437,0.45867768,0.49173555,0.5371901,0.55785125,0.57024795,0.57024795,0.57024795,0.57024795,0.55785125,0.55785125,0.553719,0.57024795,0.55785125,0.5371901,0.5206612,0.5,0.49173555,0.46694216,0.44214877,0.44214877,0.43801653,0.42561984,0.4338843,0.47107437,0.45041323,0.4876033,0.53305787,0.5289256,0.59504133,0.6694215,0.71900827,0.73140496,0.77272725,0.77272725,0.76859504,0.7644628,0.75206614,0.7644628,0.73966944,0.6983471,0.661157,0.6404959,0.61570245,0.5661157,0.49173555,0.45041323,0.45454547,0.4338843,0.38429752,0.3553719,0.38016528,0.39256197,0.45867768,0.46280992,0.4752066,0.46694216,0.47107437,0.4752066,0.41322315,0.3677686,0.38016528,0.39256197,0.49173555,0.47933885,0.49173555,0.5041322,0.53305787,0.553719,0.54545456,0.5371901,0.5289256,0.5206612,0.5041322,0.49586776,0.44214877,0.45867768,0.43801653,0.37190083,0.3966942,0.3553719,0.40495867,0.41735536,0.3966942,0.38429752,0.4090909,0.44214877,0.46280992,0.46694216,0.46280992,0.49173555,0.5289256,0.53305787,0.59504133,0.6528926,0.6983471,0.73140496,0.76033056,0.7768595,0.78099173,0.7768595,0.76033056,0.74793386,0.70247936,0.6487603,0.58264464,0.5289256,0.5,0.45867768,0.39256197,0.35950413,0.35123968,0.34710744,0.34710744,0.36363637,0.37603307,0.40082645,0.4752066,0.5041322,0.5123967,0.5206612,0.5165289,0.48347107,0.40082645,0.37603307,0.37190083,0.37190083,0.5,0.48347107,0.5206612,0.54545456,0.5495868,0.56198347,0.553719,0.5413223,0.5082645,0.45041323,0.4214876,0.40082645,0.39256197,0.38429752,0.3429752,0.26859504,0.30578512,0.30165288,0.44214877,0.5206612,0.4876033,0.4338843,0.39256197,0.41322315,0.45041323,0.4752066,0.4752066,0.49173555,0.5082645,0.54545456,0.59090906,0.6446281,0.6983471,0.75206614,0.79752064,0.80991733,0.8016529,0.7892562,0.78099173,0.73966944,0.6487603,0.55785125,0.5123967,0.446281,0.38842976,0.35950413,0.3140496,0.2892562,0.25619835,0.2603306,0.30578512,0.3553719,0.3264463,0.35950413,0.40082645,0.44214877,0.48347107,0.5041322,0.5082645,0.49173555,0.40495867,0.338843,0.3264463,0.34710744,0.5413223,0.5247934,0.57024795,0.59917355,0.59090906,0.56198347,0.5495868,0.5165289,0.44214877,0.37190083,0.40082645,0.39256197,0.5123967,0.41735536,0.27272728,0.28099173,0.39256197,0.28512397,0.43801653,0.6735537,0.55785125,0.5041322,0.5247934,0.5082645,0.46694216,0.46694216,0.5,0.5206612,0.5247934,0.55785125,0.58677685,0.6198347,0.70247936,0.77272725,0.8264463,0.822314,0.8181818,0.8057851,0.7768595,0.6983471,0.553719,0.44214877,0.3966942,0.34710744,0.30578512,0.28099173,0.23553719,0.23140496,0.2231405,0.1983471,0.3140496,0.4090909,0.37190083,0.3305785,0.3305785,0.35123968,0.39256197,0.46280992,0.4752066,0.48347107,0.3966942,0.30578512,0.29338843,0.32231405,0.60330576,0.58677685,0.61570245,0.6363636,0.607438,0.5785124,0.5495868,0.5,0.42975205,0.38429752,0.3181818,0.5041322,0.6735537,0.4090909,0.36363637,0.23966943,0.4338843,0.3429752,0.3677686,0.70247936,0.7355372,0.60330576,0.5165289,0.53305787,0.57024795,0.5371901,0.49173555,0.5206612,0.57024795,0.59917355,0.607438,0.61570245,0.7066116,0.8016529,0.8347107,0.8305785,0.8347107,0.822314,0.79752064,0.6983471,0.49586776,0.37190083,0.3264463,0.2892562,0.338843,0.30578512,0.19008264,0.23966943,0.38016528,0.30991736,0.24793388,0.56198347,0.55785125,0.36363637,0.2603306,0.35123968,0.3264463,0.446281,0.4752066,0.46280992,0.38842976,0.3429752,0.35123968,0.34710744,0.6735537,0.6652893,0.677686,0.661157,0.62396693,0.58677685,0.56198347,0.53305787,0.44214877,0.39256197,0.40495867,0.59917355,0.71487606,0.42975205,0.34710744,0.2892562,0.23966943,0.34710744,0.4338843,0.7107438,0.75619835,0.6859504,0.5785124,0.5165289,0.55785125,0.6528926,0.57438016,0.5082645,0.57024795,0.6446281,0.6404959,0.62396693,0.71900827,0.8057851,0.8305785,0.838843,0.838843,0.8181818,0.8057851,0.70247936,0.4876033,0.38016528,0.33471075,0.338843,0.4752066,0.38842976,0.29752067,0.23140496,0.41322315,0.29752067,0.2107438,0.5289256,0.70247936,0.53305787,0.2768595,0.28512397,0.35123968,0.43801653,0.47107437,0.47107437,0.38842976,0.35123968,0.37190083,0.37603307,0.7231405,0.72727275,0.73966944,0.71487606,0.6487603,0.61157024,0.607438,0.61570245,0.5123967,0.48347107,0.57024795,0.61157024,0.71900827,0.58264464,0.4090909,0.4338843,0.42975205,0.42561984,0.5785124,0.75206614,0.73140496,0.6652893,0.60330576,0.6198347,0.55785125,0.6694215,0.7107438,0.5661157,0.58677685,0.661157,0.6942149,0.677686,0.74380165,0.78099173,0.8181818,0.8347107,0.8347107,0.8140496,0.8140496,0.73966944,0.53305787,0.46280992,0.4090909,0.44214877,0.61157024,0.5123967,0.40082645,0.32231405,0.2520661,0.3181818,0.32231405,0.55785125,0.6818182,0.59504133,0.43801653,0.29338843,0.37603307,0.45454547,0.47933885,0.48347107,0.42975205,0.41735536,0.38842976,0.37603307,0.74793386,0.76033056,0.77272725,0.76033056,0.71487606,0.69008267,0.71900827,0.73966944,0.6818182,0.5785124,0.6322314,0.6446281,0.70247936,0.6859504,0.59917355,0.53305787,0.5661157,0.59917355,0.6942149,0.74380165,0.7066116,0.6570248,0.61570245,0.6528926,0.6487603,0.677686,0.7066116,0.6322314,0.6322314,0.6942149,0.73966944,0.73140496,0.74380165,0.76033056,0.8140496,0.8305785,0.8305785,0.8140496,0.8181818,0.7892562,0.59504133,0.5247934,0.5413223,0.53305787,0.60330576,0.60330576,0.5165289,0.48347107,0.43801653,0.39256197,0.47107437,0.61570245,0.6363636,0.5785124,0.5661157,0.43801653,0.4090909,0.4876033,0.5206612,0.5082645,0.46280992,0.5082645,0.44214877,0.3677686,0.77272725,0.7892562,0.7892562,0.78099173,0.77272725,0.78099173,0.7933884,0.7933884,0.77272725,0.6942149,0.6446281,0.6570248,0.69008267,0.7066116,0.72727275,0.6818182,0.6983471,0.71900827,0.7066116,0.7107438,0.69008267,0.6735537,0.6570248,0.6652893,0.6735537,0.6818182,0.6694215,0.69008267,0.7066116,0.73966944,0.77272725,0.75206614,0.72727275,0.74380165,0.8057851,0.8305785,0.822314,0.80991733,0.8181818,0.8140496,0.6404959,0.5289256,0.61570245,0.60330576,0.607438,0.6322314,0.6280992,0.59917355,0.5785124,0.53305787,0.5785124,0.59090906,0.61157024,0.59917355,0.59504133,0.56198347,0.53305787,0.5206612,0.57024795,0.54545456,0.44214877,0.45867768,0.45454547,0.38016528,0.7768595,0.7933884,0.8016529,0.79752064,0.79752064,0.8057851,0.80991733,0.80991733,0.8016529,0.75619835,0.6983471,0.6859504,0.69008267,0.7107438,0.71487606,0.6983471,0.70247936,0.7107438,0.6983471,0.6859504,0.677686,0.6859504,0.6818182,0.6859504,0.6942149,0.6818182,0.69008267,0.74380165,0.7644628,0.78099173,0.7892562,0.75206614,0.71487606,0.7355372,0.79752064,0.8264463,0.822314,0.8016529,0.8140496,0.8140496,0.661157,0.53305787,0.58264464,0.58264464,0.59917355,0.6198347,0.6322314,0.6198347,0.6280992,0.6280992,0.6280992,0.607438,0.6363636,0.6446281,0.6198347,0.6198347,0.6404959,0.61570245,0.61570245,0.58264464,0.4214876,0.3305785,0.38842976,0.39256197,0.76859504,0.7892562,0.8140496,0.8140496,0.8057851,0.8140496,0.8181818,0.8181818,0.8181818,0.7933884,0.76859504,0.74793386,0.71900827,0.72727275,0.7355372,0.73966944,0.73140496,0.73966944,0.7355372,0.71900827,0.71487606,0.72727275,0.73140496,0.73966944,0.74793386,0.73140496,0.75619835,0.7768595,0.7892562,0.79752064,0.78512394,0.75619835,0.71487606,0.7355372,0.7892562,0.80991733,0.822314,0.8016529,0.80991733,0.822314,0.69008267,0.5661157,0.59917355,0.58264464,0.59090906,0.607438,0.6280992,0.6280992,0.6404959,0.6570248,0.6404959,0.6446281,0.6652893,0.677686,0.6487603,0.6652893,0.6694215,0.661157,0.6446281,0.6198347,0.41735536,0.2603306,0.36363637,0.38016528,0.7768595,0.7892562,0.8140496,0.8181818,0.80991733,0.822314,0.822314,0.8181818,0.822314,0.822314,0.8016529,0.79752064,0.77272725,0.77272725,0.77272725,0.7768595,0.76859504,0.77272725,0.7644628,0.75619835,0.7644628,0.7768595,0.7768595,0.78099173,0.7933884,0.7892562,0.79752064,0.78512394,0.7933884,0.7892562,0.77272725,0.74793386,0.7355372,0.73966944,0.7768595,0.8016529,0.822314,0.8140496,0.8057851,0.822314,0.7231405,0.59917355,0.6363636,0.6487603,0.6528926,0.6487603,0.6446281,0.6528926,0.6652893,0.677686,0.6528926,0.6652893,0.6818182,0.6983471,0.677686,0.6859504,0.70247936,0.677686,0.6652893,0.6446281,0.45867768,0.2892562,0.38842976,0.37190083,0.78512394,0.7892562,0.80991733,0.8140496,0.8140496,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.822314,0.8181818,0.8140496,0.79752064,0.79752064,0.7933884,0.7892562,0.78512394,0.7892562,0.78099173,0.7933884,0.8057851,0.80991733,0.80991733,0.822314,0.8264463,0.8140496,0.79752064,0.7933884,0.78099173,0.76859504,0.74380165,0.73966944,0.73966944,0.77272725,0.79752064,0.8140496,0.80991733,0.8057851,0.8181818,0.74793386,0.6280992,0.6446281,0.6983471,0.73140496,0.73140496,0.7066116,0.7107438,0.71900827,0.7066116,0.6942149,0.7066116,0.7066116,0.73140496,0.7066116,0.6942149,0.71487606,0.69008267,0.6694215,0.6446281,0.5,0.3429752,0.41322315,0.3677686,0.78099173,0.7892562,0.8057851,0.80991733,0.8140496,0.822314,0.8305785,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.8181818,0.8140496,0.8057851,0.8016529,0.7933884,0.80991733,0.8057851,0.80991733,0.822314,0.8305785,0.8305785,0.8305785,0.8305785,0.822314,0.8057851,0.79752064,0.7768595,0.76859504,0.74380165,0.72727275,0.72727275,0.7644628,0.79752064,0.8057851,0.8057851,0.8057851,0.8057851,0.7768595,0.677686,0.6322314,0.6983471,0.75619835,0.7768595,0.77272725,0.76859504,0.75619835,0.75619835,0.7355372,0.74380165,0.72727275,0.74793386,0.73140496,0.71487606,0.71487606,0.6942149,0.677686,0.6487603,0.5289256,0.40082645,0.44214877,0.3677686,0.76859504,0.7892562,0.79752064,0.8016529,0.80991733,0.8181818,0.822314,0.8140496,0.8181818,0.8305785,0.8305785,0.8264463,0.822314,0.8264463,0.822314,0.8181818,0.8140496,0.8140496,0.8181818,0.8264463,0.8264463,0.8347107,0.838843,0.8347107,0.8305785,0.8305785,0.8181818,0.79752064,0.7933884,0.7768595,0.7768595,0.72727275,0.71900827,0.75206614,0.77272725,0.7892562,0.8057851,0.8016529,0.8057851,0.8016529,0.79752064,0.72727275,0.6487603,0.6818182,0.74380165,0.77272725,0.7768595,0.78099173,0.78512394,0.78512394,0.77272725,0.76859504,0.75206614,0.74793386,0.7355372,0.73140496,0.71900827,0.6942149,0.6735537,0.6446281,0.5495868,0.46280992,0.5041322,0.38842976,0.75619835,0.7768595,0.7768595,0.78512394,0.79752064,0.8057851,0.8140496,0.8016529,0.8057851,0.822314,0.822314,0.8181818,0.8140496,0.822314,0.8264463,0.8181818,0.8181818,0.8264463,0.8305785,0.8305785,0.8347107,0.838843,0.8347107,0.8305785,0.8347107,0.8305785,0.80991733,0.7933884,0.78512394,0.7768595,0.75206614,0.71900827,0.70247936,0.76859504,0.78512394,0.79752064,0.8140496,0.80991733,0.8140496,0.80991733,0.8057851,0.7644628,0.6735537,0.661157,0.7231405,0.72727275,0.74793386,0.77272725,0.7892562,0.7933884,0.7892562,0.79752064,0.76859504,0.74380165,0.73140496,0.7355372,0.7355372,0.70247936,0.661157,0.60330576,0.55785125,0.5,0.5206612,0.40495867,0.7355372,0.74793386,0.7644628,0.77272725,0.7892562,0.7933884,0.79752064,0.79752064,0.8057851,0.8140496,0.822314,0.7933884,0.80991733,0.8181818,0.8347107,0.8181818,0.8264463,0.838843,0.8347107,0.8347107,0.838843,0.838843,0.8429752,0.838843,0.8347107,0.8264463,0.8016529,0.7892562,0.77272725,0.75619835,0.71900827,0.6983471,0.73140496,0.75619835,0.77272725,0.80991733,0.8305785,0.822314,0.822314,0.8181818,0.80991733,0.7768595,0.6983471,0.6446281,0.70247936,0.73140496,0.74793386,0.7892562,0.79752064,0.7933884,0.8016529,0.80991733,0.76033056,0.75619835,0.74380165,0.7231405,0.73966944,0.6570248,0.61157024,0.61157024,0.56198347,0.5371901,0.5247934,0.38842976,0.73966944,0.74793386,0.7644628,0.78099173,0.78099173,0.78512394,0.7933884,0.7892562,0.8016529,0.80991733,0.8181818,0.80991733,0.8057851,0.822314,0.8264463,0.822314,0.8264463,0.8347107,0.8347107,0.838843,0.838843,0.838843,0.838843,0.8347107,0.8347107,0.8140496,0.78512394,0.74793386,0.7355372,0.7355372,0.71487606,0.6983471,0.73966944,0.75206614,0.76033056,0.8140496,0.8471074,0.8264463,0.822314,0.8140496,0.8016529,0.7768595,0.7107438,0.6322314,0.6652893,0.7231405,0.75619835,0.78099173,0.7892562,0.79752064,0.8016529,0.8057851,0.78099173,0.76033056,0.7644628,0.71900827,0.71900827,0.6404959,0.59917355,0.61570245,0.553719,0.553719,0.5,0.3677686,0.72727275,0.75206614,0.77272725,0.78099173,0.7768595,0.7768595,0.7933884,0.7933884,0.7892562,0.7933884,0.80991733,0.8057851,0.80991733,0.80991733,0.8181818,0.8264463,0.8264463,0.8305785,0.8347107,0.8347107,0.8347107,0.838843,0.8347107,0.8347107,0.8347107,0.80991733,0.74793386,0.7107438,0.72727275,0.75206614,0.72727275,0.71900827,0.72727275,0.74380165,0.75206614,0.8016529,0.8305785,0.838843,0.822314,0.80991733,0.8057851,0.78099173,0.6983471,0.61570245,0.61157024,0.69008267,0.73140496,0.76859504,0.76033056,0.78512394,0.8016529,0.7933884,0.7933884,0.7644628,0.76033056,0.72727275,0.7107438,0.6652893,0.6363636,0.59504133,0.553719,0.553719,0.446281,0.34710744,0.72727275,0.74380165,0.75619835,0.76859504,0.77272725,0.77272725,0.78099173,0.7892562,0.7892562,0.78512394,0.8140496,0.8016529,0.8057851,0.79752064,0.80991733,0.8181818,0.822314,0.8305785,0.8264463,0.8305785,0.8347107,0.838843,0.8347107,0.8305785,0.822314,0.7768595,0.70247936,0.7066116,0.74380165,0.7355372,0.7231405,0.7355372,0.7066116,0.71487606,0.7231405,0.75619835,0.8057851,0.8305785,0.8305785,0.80991733,0.7933884,0.74380165,0.6363636,0.57024795,0.58677685,0.6487603,0.7355372,0.75619835,0.76033056,0.76859504,0.7933884,0.7892562,0.77272725,0.76033056,0.7231405,0.7066116,0.6983471,0.677686,0.6404959,0.59504133,0.553719,0.54545456,0.3966942,0.3429752,0.73140496,0.73140496,0.74380165,0.75206614,0.75619835,0.76033056,0.78099173,0.78099173,0.7892562,0.7933884,0.7933884,0.8016529,0.8057851,0.7892562,0.79752064,0.80991733,0.8057851,0.8140496,0.8181818,0.8305785,0.8347107,0.8347107,0.8181818,0.8140496,0.8057851,0.74793386,0.7066116,0.71487606,0.73966944,0.7231405,0.7107438,0.71900827,0.6652893,0.6446281,0.6363636,0.677686,0.74380165,0.7933884,0.7892562,0.7768595,0.74380165,0.6570248,0.5413223,0.5206612,0.5661157,0.61157024,0.6983471,0.7355372,0.76033056,0.76859504,0.78099173,0.7892562,0.75206614,0.74380165,0.7231405,0.6942149,0.677686,0.6652893,0.6404959,0.57438016,0.54545456,0.49173555,0.36363637,0.3677686,0.7066116,0.73140496,0.74793386,0.7355372,0.73140496,0.75619835,0.75619835,0.76033056,0.77272725,0.78512394,0.7892562,0.7933884,0.79752064,0.7768595,0.78512394,0.79752064,0.79752064,0.8057851,0.8181818,0.8264463,0.8347107,0.822314,0.80991733,0.7933884,0.78512394,0.73140496,0.6859504,0.6859504,0.71900827,0.69008267,0.6735537,0.6528926,0.6487603,0.60330576,0.57024795,0.5785124,0.6652893,0.7231405,0.7231405,0.6983471,0.6487603,0.5495868,0.48347107,0.49586776,0.5289256,0.59090906,0.6818182,0.71900827,0.75619835,0.7644628,0.76859504,0.7768595,0.75206614,0.72727275,0.7231405,0.6735537,0.6652893,0.661157,0.6363636,0.57438016,0.5289256,0.42975205,0.3553719,0.37190083,0.6983471,0.71487606,0.71900827,0.7355372,0.74380165,0.73140496,0.75206614,0.76033056,0.7644628,0.7644628,0.7768595,0.78512394,0.7933884,0.7768595,0.78099173,0.7933884,0.7892562,0.79752064,0.80991733,0.8181818,0.8140496,0.8140496,0.80991733,0.79752064,0.8016529,0.74380165,0.6404959,0.62396693,0.6528926,0.62396693,0.5371901,0.47107437,0.46280992,0.49173555,0.5247934,0.56198347,0.59504133,0.6404959,0.62396693,0.60330576,0.5495868,0.46694216,0.3966942,0.41735536,0.47107437,0.57438016,0.661157,0.677686,0.7355372,0.78099173,0.76033056,0.75619835,0.74380165,0.7107438,0.70247936,0.6818182,0.6446281,0.6404959,0.607438,0.55785125,0.5082645,0.38429752,0.3553719,0.37190083,0.6859504,0.6942149,0.6859504,0.7066116,0.7231405,0.7066116,0.72727275,0.74380165,0.75206614,0.75619835,0.7644628,0.77272725,0.79752064,0.78099173,0.77272725,0.7892562,0.78512394,0.7933884,0.8016529,0.8181818,0.8016529,0.79752064,0.8016529,0.8057851,0.8057851,0.78099173,0.6363636,0.5495868,0.5247934,0.5,0.36363637,0.26859504,0.28099173,0.3181818,0.3429752,0.47933885,0.5371901,0.5289256,0.5165289,0.5041322,0.45454547,0.33471075,0.27272728,0.338843,0.42975205,0.58264464,0.6487603,0.6446281,0.7231405,0.75206614,0.71487606,0.71487606,0.71900827,0.70247936,0.6983471,0.6652893,0.6322314,0.61570245,0.58677685,0.5413223,0.4876033,0.35123968,0.36363637,0.38016528,0.6652893,0.677686,0.6818182,0.69008267,0.6983471,0.6983471,0.7066116,0.73140496,0.74793386,0.74793386,0.76033056,0.7768595,0.78512394,0.78099173,0.77272725,0.78512394,0.7933884,0.7933884,0.7933884,0.8016529,0.7933884,0.79752064,0.8016529,0.8181818,0.8140496,0.8140496,0.76859504,0.5661157,0.47107437,0.45454547,0.40082645,0.42975205,0.44214877,0.4214876,0.37603307,0.36363637,0.45454547,0.43801653,0.41322315,0.40082645,0.36363637,0.29338843,0.3181818,0.42561984,0.5082645,0.6322314,0.6570248,0.6446281,0.7066116,0.71487606,0.677686,0.71487606,0.70247936,0.6942149,0.6735537,0.6487603,0.62396693,0.58677685,0.54545456,0.5289256,0.45454547,0.3429752,0.3677686,0.38016528,0.6446281,0.6694215,0.6818182,0.6983471,0.70247936,0.6942149,0.7107438,0.7066116,0.72727275,0.7355372,0.75206614,0.76859504,0.78099173,0.7644628,0.78512394,0.78512394,0.7892562,0.7933884,0.7892562,0.7892562,0.7933884,0.8016529,0.80991733,0.8181818,0.8181818,0.80991733,0.80991733,0.75619835,0.62396693,0.58264464,0.5413223,0.58264464,0.59090906,0.59090906,0.5,0.4338843,0.41735536,0.41322315,0.3966942,0.4090909,0.41735536,0.4338843,0.47933885,0.57438016,0.607438,0.6528926,0.6818182,0.677686,0.70247936,0.7231405,0.7066116,0.7107438,0.71900827,0.677686,0.661157,0.62396693,0.60330576,0.57024795,0.5371901,0.5082645,0.4338843,0.3305785,0.36363637,0.38842976,0.6363636,0.6570248,0.6694215,0.6942149,0.6942149,0.6859504,0.7066116,0.6983471,0.71487606,0.72727275,0.7355372,0.74380165,0.7768595,0.7768595,0.78512394,0.7892562,0.78512394,0.7892562,0.79752064,0.79752064,0.79752064,0.8057851,0.80991733,0.8181818,0.8057851,0.7933884,0.78099173,0.76859504,0.76033056,0.7231405,0.6487603,0.6570248,0.6487603,0.6487603,0.61570245,0.553719,0.4752066,0.48347107,0.48347107,0.49586776,0.53305787,0.5661157,0.61157024,0.6363636,0.6363636,0.6280992,0.6652893,0.6942149,0.70247936,0.7107438,0.72727275,0.7107438,0.7107438,0.6652893,0.6570248,0.6198347,0.59090906,0.553719,0.53305787,0.5123967,0.40495867,0.338843,0.37190083,0.38429752,0.6363636,0.6446281,0.6570248,0.677686,0.6859504,0.69008267,0.7066116,0.70247936,0.70247936,0.73140496,0.73140496,0.74793386,0.76033056,0.7768595,0.7892562,0.7933884,0.79752064,0.8016529,0.80991733,0.80991733,0.8016529,0.79752064,0.79752064,0.8057851,0.7892562,0.7768595,0.7644628,0.73966944,0.74380165,0.74793386,0.7107438,0.70247936,0.6942149,0.6570248,0.6363636,0.61570245,0.59917355,0.59090906,0.59504133,0.5785124,0.59504133,0.607438,0.62396693,0.62396693,0.6363636,0.62396693,0.6404959,0.69008267,0.7107438,0.70247936,0.7355372,0.7107438,0.70247936,0.6652893,0.6528926,0.607438,0.5785124,0.5289256,0.5371901,0.5082645,0.37603307,0.3553719,0.38016528,0.37603307,0.6446281,0.6487603,0.6570248,0.6694215,0.6859504,0.70247936,0.7066116,0.7066116,0.70247936,0.7231405,0.73140496,0.75206614,0.74793386,0.76859504,0.78099173,0.8016529,0.8057851,0.80991733,0.8140496,0.80991733,0.79752064,0.78512394,0.78512394,0.78099173,0.76859504,0.75206614,0.75619835,0.74380165,0.72727275,0.73140496,0.7231405,0.7066116,0.71900827,0.6818182,0.6528926,0.6198347,0.61570245,0.61157024,0.6198347,0.60330576,0.61157024,0.61570245,0.62396693,0.6280992,0.6322314,0.62396693,0.6280992,0.6735537,0.6942149,0.6983471,0.73966944,0.7231405,0.70247936,0.6818182,0.6322314,0.59917355,0.5661157,0.5165289,0.5371901,0.48347107,0.3553719,0.35950413,0.37603307,0.38016528,0.6487603,0.6652893,0.6735537,0.6818182,0.69008267,0.70247936,0.7107438,0.7107438,0.6983471,0.7066116,0.73140496,0.75206614,0.74380165,0.76033056,0.78099173,0.8057851,0.80991733,0.80991733,0.8140496,0.8016529,0.78512394,0.7644628,0.76859504,0.74793386,0.73966944,0.73140496,0.73966944,0.72727275,0.71487606,0.73140496,0.73140496,0.69008267,0.73140496,0.6983471,0.6570248,0.6363636,0.6322314,0.6322314,0.6198347,0.6198347,0.61570245,0.61157024,0.61570245,0.6198347,0.61570245,0.61570245,0.61157024,0.6404959,0.6652893,0.6735537,0.7355372,0.7355372,0.71900827,0.6694215,0.62396693,0.59090906,0.55785125,0.5247934,0.5289256,0.45041323,0.3429752,0.3677686,0.37190083,0.37603307,0.6363636,0.6694215,0.6818182,0.6818182,0.6818182,0.69008267,0.6942149,0.71900827,0.6983471,0.6942149,0.72727275,0.75619835,0.76033056,0.76033056,0.7768595,0.79752064,0.8057851,0.8140496,0.8057851,0.7892562,0.76859504,0.74380165,0.74793386,0.73140496,0.73140496,0.71900827,0.71900827,0.70247936,0.70247936,0.74380165,0.71900827,0.7066116,0.7231405,0.6942149,0.6487603,0.6363636,0.6570248,0.6528926,0.6198347,0.62396693,0.6198347,0.61570245,0.61570245,0.61157024,0.607438,0.59917355,0.59917355,0.6198347,0.6446281,0.6694215,0.7107438,0.72727275,0.72727275,0.6735537,0.6198347,0.5785124,0.5495868,0.5289256,0.5247934,0.41735536,0.338843,0.3677686,0.38016528,0.38429752,0.6322314,0.6652893,0.6694215,0.677686,0.6818182,0.6859504,0.6818182,0.6942149,0.7066116,0.6818182,0.7231405,0.76033056,0.76859504,0.7768595,0.78099173,0.79752064,0.8057851,0.8057851,0.7933884,0.76859504,0.75206614,0.73140496,0.73140496,0.72727275,0.7107438,0.7066116,0.7066116,0.677686,0.6983471,0.74793386,0.72727275,0.73966944,0.74380165,0.7231405,0.6942149,0.6859504,0.7107438,0.6942149,0.6735537,0.661157,0.6652893,0.6570248,0.6528926,0.6322314,0.607438,0.58677685,0.58264464,0.61157024,0.6363636,0.6735537,0.6735537,0.71487606,0.7107438,0.6818182,0.62396693,0.5785124,0.53305787,0.5289256,0.5206612,0.39256197,0.3305785,0.37190083,0.38016528,0.38016528,0.62396693,0.6487603,0.6528926,0.6694215,0.6859504,0.6859504,0.6818182,0.677686,0.6942149,0.6942149,0.7107438,0.75206614,0.76859504,0.7768595,0.78099173,0.79752064,0.8016529,0.7933884,0.7768595,0.75206614,0.74380165,0.72727275,0.7231405,0.7107438,0.6735537,0.6859504,0.6983471,0.6859504,0.72727275,0.75619835,0.76033056,0.76859504,0.76033056,0.7644628,0.75206614,0.75619835,0.76859504,0.75619835,0.75619835,0.73966944,0.71487606,0.6942149,0.6942149,0.6735537,0.6322314,0.59090906,0.5785124,0.59504133,0.61570245,0.6652893,0.6487603,0.6859504,0.677686,0.677686,0.61157024,0.5785124,0.5289256,0.53305787,0.5123967,0.3553719,0.33471075,0.37603307,0.38016528,0.38016528,0.61157024,0.6322314,0.6404959,0.6528926,0.6652893,0.69008267,0.69008267,0.6859504,0.6942149,0.7107438,0.7107438,0.74380165,0.76859504,0.76859504,0.78099173,0.7892562,0.7933884,0.78512394,0.76033056,0.74380165,0.74380165,0.71900827,0.7066116,0.6942149,0.6652893,0.6652893,0.6818182,0.7066116,0.74793386,0.75619835,0.74380165,0.72727275,0.6942149,0.71487606,0.73966944,0.77272725,0.7768595,0.78512394,0.78512394,0.73140496,0.6528926,0.6280992,0.6322314,0.6363636,0.6322314,0.59917355,0.57438016,0.57024795,0.58264464,0.6446281,0.6404959,0.6570248,0.6487603,0.6694215,0.61570245,0.5661157,0.5123967,0.5247934,0.4876033,0.33471075,0.3429752,0.37190083,0.38016528,0.38842976,0.61570245,0.6363636,0.62396693,0.6404959,0.6528926,0.6694215,0.6942149,0.6983471,0.69008267,0.7066116,0.71487606,0.73966944,0.76033056,0.76033056,0.7768595,0.78099173,0.7768595,0.7644628,0.75619835,0.72727275,0.71900827,0.6859504,0.6570248,0.6446281,0.6487603,0.6528926,0.6694215,0.677686,0.6818182,0.6652893,0.6280992,0.59504133,0.5785124,0.57438016,0.59917355,0.62396693,0.6446281,0.6735537,0.6322314,0.57024795,0.5289256,0.5206612,0.5206612,0.5082645,0.5247934,0.57438016,0.57438016,0.5413223,0.57024795,0.6280992,0.6363636,0.6280992,0.6198347,0.661157,0.6198347,0.5495868,0.5041322,0.5206612,0.46280992,0.30578512,0.35123968,0.37190083,0.37603307,0.38429752,0.59917355,0.62396693,0.62396693,0.6280992,0.6404959,0.6652893,0.677686,0.6983471,0.69008267,0.7107438,0.71487606,0.73966944,0.75619835,0.76033056,0.76033056,0.76033056,0.75206614,0.74380165,0.74380165,0.6983471,0.6570248,0.62396693,0.58677685,0.5661157,0.57024795,0.5661157,0.57438016,0.57438016,0.5371901,0.5206612,0.4876033,0.46694216,0.4752066,0.46280992,0.46694216,0.45867768,0.47107437,0.4752066,0.44214877,0.42975205,0.4214876,0.39256197,0.38842976,0.41735536,0.42975205,0.47933885,0.5,0.49586776,0.5371901,0.58677685,0.607438,0.59917355,0.60330576,0.6446281,0.6280992,0.5371901,0.5123967,0.5123967,0.42561984,0.30165288,0.35123968,0.36363637,0.38016528,0.38429752,0.59090906,0.59917355,0.6198347,0.6280992,0.6280992,0.6652893,0.6652893,0.677686,0.6859504,0.7066116,0.7231405,0.73966944,0.75206614,0.75206614,0.7644628,0.7644628,0.75619835,0.72727275,0.70247936,0.6528926,0.58677685,0.5247934,0.46280992,0.42975205,0.42561984,0.4214876,0.4338843,0.41322315,0.37190083,0.38016528,0.3264463,0.3140496,0.3966942,0.38016528,0.3677686,0.3305785,0.3677686,0.36363637,0.338843,0.29338843,0.2768595,0.2107438,0.18181819,0.2768595,0.3429752,0.3429752,0.3429752,0.4214876,0.49586776,0.553719,0.58264464,0.58264464,0.60330576,0.6322314,0.59504133,0.53305787,0.5206612,0.5041322,0.3966942,0.30578512,0.3553719,0.3677686,0.38429752,0.40082645,0.57024795,0.58264464,0.607438,0.61570245,0.6198347,0.6446281,0.6694215,0.6694215,0.6818182,0.6735537,0.72727275,0.72727275,0.73966944,0.73966944,0.76859504,0.78099173,0.74380165,0.7107438,0.6652893,0.607438,0.5413223,0.43801653,0.3181818,0.28099173,0.2768595,0.30165288,0.3264463,0.3264463,0.3305785,0.3429752,0.3264463,0.3140496,0.3966942,0.38429752,0.3305785,0.25619835,0.29338843,0.3264463,0.30991736,0.24793388,0.22727273,0.2107438,0.1983471,0.2231405,0.23140496,0.2644628,0.34710744,0.45867768,0.5495868,0.5785124,0.58677685,0.58677685,0.6198347,0.6404959,0.56198347,0.5413223,0.5123967,0.4876033,0.3677686,0.3181818,0.35950413,0.37190083,0.38842976,0.40082645,0.553719,0.5785124,0.607438,0.61570245,0.607438,0.6280992,0.6528926,0.6735537,0.6983471,0.6859504,0.70247936,0.74380165,0.72727275,0.7355372,0.75206614,0.76859504,0.73966944,0.7066116,0.6694215,0.6363636,0.59917355,0.58264464,0.56198347,0.5289256,0.5082645,0.5165289,0.54545456,0.56198347,0.5661157,0.5413223,0.56198347,0.5413223,0.5371901,0.5206612,0.46280992,0.45041323,0.446281,0.46280992,0.4752066,0.4876033,0.47933885,0.47933885,0.48347107,0.49586776,0.46694216,0.47933885,0.57438016,0.60330576,0.5785124,0.607438,0.59090906,0.60330576,0.6363636,0.6198347,0.55785125,0.5289256,0.5082645,0.46280992,0.32231405,0.34710744,0.3677686,0.38016528,0.38842976,0.3966942,0.53305787,0.55785125,0.58264464,0.607438,0.607438,0.6280992,0.6528926,0.6570248,0.6942149,0.6983471,0.7231405,0.71900827,0.73140496,0.73966944,0.74380165,0.75619835,0.75206614,0.7355372,0.6983471,0.6818182,0.6652893,0.70247936,0.73966944,0.74380165,0.72727275,0.7231405,0.71487606,0.72727275,0.73140496,0.7231405,0.75206614,0.75619835,0.73966944,0.6942149,0.6446281,0.6280992,0.6322314,0.62396693,0.6363636,0.6652893,0.6570248,0.6322314,0.61570245,0.607438,0.57438016,0.607438,0.6363636,0.6487603,0.61570245,0.59504133,0.6198347,0.6322314,0.6322314,0.61157024,0.5495868,0.5247934,0.5082645,0.42975205,0.29752067,0.36363637,0.37603307,0.38842976,0.38842976,0.3966942,0.49586776,0.5371901,0.5495868,0.55785125,0.607438,0.6198347,0.6280992,0.661157,0.6570248,0.6859504,0.70247936,0.71900827,0.7231405,0.72727275,0.7231405,0.7355372,0.75619835,0.75206614,0.73140496,0.70247936,0.7107438,0.75206614,0.78099173,0.78099173,0.74380165,0.7231405,0.72727275,0.76033056,0.73966944,0.7231405,0.72727275,0.74380165,0.75619835,0.75619835,0.73140496,0.73140496,0.7355372,0.73966944,0.73140496,0.72727275,0.7066116,0.6735537,0.6487603,0.60330576,0.58677685,0.6280992,0.6446281,0.6694215,0.661157,0.6487603,0.6652893,0.6487603,0.6280992,0.59917355,0.53305787,0.5123967,0.5,0.3553719,0.29338843,0.37190083,0.38016528,0.38842976,0.38429752,0.39256197,0.4876033,0.5247934,0.53305787,0.553719,0.5785124,0.61157024,0.59917355,0.6487603,0.661157,0.677686,0.6983471,0.71487606,0.7355372,0.73966944,0.70247936,0.71900827,0.7644628,0.76033056,0.73966944,0.7355372,0.75619835,0.7892562,0.7933884,0.78099173,0.7644628,0.71487606,0.69008267,0.7107438,0.71900827,0.71487606,0.71487606,0.74793386,0.71900827,0.72727275,0.71487606,0.7107438,0.71487606,0.70247936,0.6983471,0.7066116,0.6859504,0.661157,0.6694215,0.6322314,0.58264464,0.607438,0.6404959,0.6735537,0.677686,0.6487603,0.6487603,0.62396693,0.6404959,0.57438016,0.5247934,0.5206612,0.45867768,0.29752067,0.32231405,0.3677686,0.37603307,0.38429752,0.38842976,0.40082645,0.45867768,0.49173555,0.5165289,0.5206612,0.54545456,0.59090906,0.60330576,0.6198347,0.661157,0.6735537,0.6942149,0.7066116,0.73140496,0.74380165,0.75619835,0.74793386,0.76859504,0.77272725,0.7644628,0.77272725,0.78512394,0.7933884,0.79752064,0.7768595,0.7768595,0.75206614,0.6942149,0.6570248,0.6528926,0.6280992,0.6280992,0.6446281,0.62396693,0.607438,0.58264464,0.60330576,0.6404959,0.6198347,0.59917355,0.607438,0.59504133,0.57438016,0.57438016,0.57024795,0.5661157,0.61570245,0.6363636,0.6818182,0.6942149,0.6487603,0.6280992,0.6404959,0.6404959,0.55785125,0.53305787,0.5082645,0.39256197,0.2768595,0.3553719,0.36363637,0.37190083,0.38016528,0.38842976,0.38842976,0.41735536,0.446281,0.4876033,0.5082645,0.5247934,0.5495868,0.57024795,0.60330576,0.6528926,0.6570248,0.6983471,0.6942149,0.71487606,0.7231405,0.74793386,0.76859504,0.7768595,0.77272725,0.7768595,0.7768595,0.7768595,0.7892562,0.78099173,0.77272725,0.78512394,0.76859504,0.72727275,0.6818182,0.6280992,0.58264464,0.5495868,0.5289256,0.4876033,0.47933885,0.45867768,0.46694216,0.4752066,0.48347107,0.47107437,0.46694216,0.47933885,0.49173555,0.49586776,0.5371901,0.5785124,0.6198347,0.6322314,0.6652893,0.6942149,0.6528926,0.62396693,0.6404959,0.6198347,0.5661157,0.5123967,0.47933885,0.3140496,0.30165288,0.3553719,0.36363637,0.37190083,0.38429752,0.38429752,0.39256197,0.3677686,0.42561984,0.45867768,0.49586776,0.5206612,0.53305787,0.5661157,0.59917355,0.6322314,0.6487603,0.6652893,0.6859504,0.6983471,0.71487606,0.7355372,0.7768595,0.76033056,0.7644628,0.7768595,0.7644628,0.76859504,0.78099173,0.77272725,0.76033056,0.7768595,0.7644628,0.7355372,0.7066116,0.6528926,0.62396693,0.59917355,0.56198347,0.5165289,0.5206612,0.5082645,0.5041322,0.4752066,0.47107437,0.47933885,0.4876033,0.49586776,0.5165289,0.5413223,0.57024795,0.61157024,0.6280992,0.6404959,0.6446281,0.6652893,0.6528926,0.607438,0.6198347,0.59917355,0.553719,0.49586776,0.43801653,0.2644628,0.3181818,0.35950413,0.35950413,0.36363637,0.37603307,0.38429752,0.38429752,0.3181818,0.38016528,0.4338843,0.47107437,0.4876033,0.5082645,0.54545456,0.58264464,0.607438,0.62396693,0.661157,0.6694215,0.6942149,0.6983471,0.71900827,0.76033056,0.75619835,0.75206614,0.75206614,0.76033056,0.76859504,0.77272725,0.75619835,0.75206614,0.7644628,0.76033056,0.7644628,0.7231405,0.70247936,0.6818182,0.6694215,0.6446281,0.58264464,0.58677685,0.5661157,0.54545456,0.5247934,0.5413223,0.5495868,0.57024795,0.58677685,0.59917355,0.607438,0.61157024,0.6280992,0.6528926,0.661157,0.661157,0.661157,0.6363636,0.607438,0.6322314,0.57024795,0.5247934,0.5,0.32231405,0.2768595,0.3305785,0.35123968,0.35123968,0.36363637,0.37603307,0.38429752,0.38429752,0.3553719,0.30991736,0.37603307,0.42975205,0.45454547,0.49586776,0.5371901,0.5495868,0.59504133,0.56198347,0.6322314,0.6487603,0.6694215,0.69008267,0.7066116,0.73140496,0.73966944,0.74793386,0.74793386,0.75619835,0.7768595,0.77272725,0.75619835,0.74793386,0.76033056,0.76033056,0.7644628,0.73966944,0.72727275,0.7231405,0.7066116,0.70247936,0.6446281,0.6322314,0.6198347,0.61157024,0.59917355,0.59504133,0.59504133,0.61570245,0.6280992,0.6280992,0.6363636,0.6322314,0.6528926,0.6652893,0.661157,0.6487603,0.6487603,0.61157024,0.61570245,0.61570245,0.58264464,0.5165289,0.43801653,0.2644628,0.29752067,0.338843,0.35950413,0.35123968,0.36363637,0.37603307,0.37603307,0.38429752,0.446281,0.30165288,0.30991736,0.36363637,0.40495867,0.45454547,0.49586776,0.5206612,0.55785125,0.553719,0.607438,0.61157024,0.6404959,0.6570248,0.70247936,0.71900827,0.7231405,0.73966944,0.74793386,0.75206614,0.7644628,0.77272725,0.77272725,0.75619835,0.76033056,0.76859504,0.7644628,0.7355372,0.71900827,0.73966944,0.7355372,0.73140496,0.7107438,0.70247936,0.6942149,0.6983471,0.69008267,0.6694215,0.6652893,0.6652893,0.6652893,0.6652893,0.6652893,0.6652893,0.6859504,0.6818182,0.6487603,0.6404959,0.6404959,0.61570245,0.61570245,0.61157024,0.56198347,0.49586776,0.3429752,0.24380165,0.3140496,0.34710744,0.34710744,0.3553719,0.35950413,0.37603307,0.38016528,0.37603307,0.5,0.35950413,0.27272728,0.30578512,0.33471075,0.37603307,0.44214877,0.4752066,0.5206612,0.54545456,0.57438016,0.58677685,0.607438,0.6322314,0.6735537,0.6983471,0.7107438,0.72727275,0.74380165,0.75206614,0.75206614,0.76033056,0.77272725,0.76859504,0.76033056,0.75619835,0.76859504,0.74793386,0.73966944,0.76033056,0.7768595,0.75619835,0.76859504,0.75206614,0.76033056,0.76033056,0.75206614,0.74380165,0.7355372,0.73966944,0.72727275,0.71900827,0.7107438,0.7107438,0.7107438,0.70247936,0.6652893,0.6528926,0.6404959,0.6198347,0.607438,0.59917355,0.5371901,0.446281,0.24380165,0.27272728,0.3181818,0.34710744,0.35123968,0.35123968,0.3553719,0.37603307,0.37603307,0.37603307,0.5,0.41322315,0.29338843,0.27272728,0.28099173,0.3140496,0.37190083,0.42561984,0.46280992,0.49173555,0.53305787,0.56198347,0.57438016,0.60330576,0.6280992,0.6487603,0.69008267,0.7231405,0.7355372,0.75206614,0.75206614,0.76033056,0.7644628,0.75619835,0.75619835,0.7644628,0.78512394,0.78099173,0.7768595,0.7892562,0.7933884,0.77272725,0.7768595,0.76859504,0.7768595,0.78099173,0.76033056,0.76859504,0.76033056,0.75619835,0.75619835,0.75206614,0.73966944,0.74380165,0.74793386,0.71900827,0.6818182,0.6487603,0.6487603,0.61157024,0.59504133,0.57438016,0.5,0.32231405,0.24380165,0.29338843,0.32231405,0.35123968,0.34710744,0.35123968,0.36363637,0.37190083,0.37603307,0.37603307,0.5041322,0.446281,0.3429752,0.28099173,0.2603306,0.27272728,0.29338843,0.35950413,0.37603307,0.42975205,0.46280992,0.49586776,0.5165289,0.5495868,0.5785124,0.6198347,0.6487603,0.70247936,0.7231405,0.7355372,0.7355372,0.74793386,0.75206614,0.7355372,0.74793386,0.76033056,0.77272725,0.7768595,0.78099173,0.7892562,0.8057851,0.7892562,0.78099173,0.78512394,0.78099173,0.77272725,0.76033056,0.7644628,0.7644628,0.75619835,0.75206614,0.75206614,0.73966944,0.73966944,0.75206614,0.7231405,0.6818182,0.6363636,0.6487603,0.61157024,0.5785124,0.553719,0.37190083,0.23553719,0.2768595,0.29752067,0.3264463,0.338843,0.3429752,0.35123968,0.35950413,0.3677686,0.3677686,0.37603307,0.5123967,0.47107437,0.38429752,0.30578512,0.2644628,0.2644628,0.27272728,0.29752067,0.30578512,0.34710744,0.3966942,0.4090909,0.45041323,0.48347107,0.5206612,0.59090906,0.6280992,0.6694215,0.7066116,0.71900827,0.7107438,0.7355372,0.74793386,0.7231405,0.73140496,0.75619835,0.75619835,0.7644628,0.78099173,0.78099173,0.8057851,0.7892562,0.7933884,0.7933884,0.78512394,0.75206614,0.76033056,0.76033056,0.7644628,0.7644628,0.73966944,0.7355372,0.75206614,0.73966944,0.73140496,0.71900827,0.6694215,0.62396693,0.6322314,0.607438,0.57438016,0.47107437,0.24793388,0.23553719,0.28512397,0.30165288,0.3264463,0.3264463,0.3429752,0.34710744,0.35123968,0.36363637,0.3553719,0.37190083,17 +0.5495868,0.5371901,0.49586776,0.58264464,0.59917355,0.58264464,0.59504133,0.6570248,0.6818182,0.677686,0.6735537,0.6487603,0.6322314,0.6404959,0.6280992,0.6528926,0.6942149,0.75619835,0.7768595,0.79752064,0.80991733,0.8181818,0.822314,0.80991733,0.7933884,0.80991733,0.79752064,0.8057851,0.8016529,0.7933884,0.8057851,0.80991733,0.8057851,0.8016529,0.8057851,0.79752064,0.8057851,0.80991733,0.8016529,0.80991733,0.79752064,0.8057851,0.8016529,0.8057851,0.8016529,0.8140496,0.8140496,0.79752064,0.8057851,0.79752064,0.7768595,0.75206614,0.74380165,0.7355372,0.7066116,0.6446281,0.59090906,0.49173555,0.28099173,0.28099173,0.25619835,0.24793388,0.2644628,0.2107438,0.5289256,0.5289256,0.5041322,0.58264464,0.60330576,0.57024795,0.607438,0.6735537,0.69008267,0.69008267,0.69008267,0.6694215,0.6528926,0.6487603,0.6446281,0.6818182,0.72727275,0.7768595,0.7933884,0.8016529,0.80991733,0.8140496,0.8264463,0.8016529,0.78512394,0.8057851,0.8057851,0.8057851,0.8016529,0.8016529,0.8140496,0.8057851,0.8016529,0.8016529,0.8016529,0.8016529,0.8057851,0.8016529,0.8016529,0.8057851,0.8016529,0.8057851,0.8057851,0.8057851,0.8016529,0.8140496,0.8140496,0.8016529,0.79752064,0.80991733,0.78512394,0.76033056,0.75206614,0.74380165,0.70247936,0.6446281,0.58677685,0.5041322,0.3305785,0.23553719,0.26859504,0.21900827,0.24793388,0.21487603,0.5247934,0.5247934,0.5165289,0.58677685,0.6280992,0.5785124,0.59090906,0.6652893,0.6983471,0.70247936,0.6942149,0.677686,0.6694215,0.6652893,0.6652893,0.70247936,0.75206614,0.78099173,0.79752064,0.8057851,0.822314,0.80991733,0.8264463,0.8057851,0.78512394,0.8016529,0.8016529,0.80991733,0.8057851,0.80991733,0.80991733,0.80991733,0.8057851,0.79752064,0.79752064,0.8057851,0.8016529,0.8057851,0.80991733,0.80991733,0.8057851,0.8057851,0.8057851,0.8140496,0.8016529,0.80991733,0.8181818,0.8057851,0.7933884,0.80991733,0.7933884,0.76859504,0.76859504,0.76033056,0.71487606,0.6446281,0.58264464,0.5206612,0.38016528,0.23140496,0.23140496,0.24380165,0.2231405,0.24793388,0.5289256,0.55785125,0.5289256,0.61570245,0.6363636,0.5785124,0.58264464,0.6694215,0.70247936,0.70247936,0.677686,0.6735537,0.6735537,0.6818182,0.69008267,0.71900827,0.76859504,0.7768595,0.7933884,0.8057851,0.8181818,0.8181818,0.8140496,0.8140496,0.80991733,0.8140496,0.8016529,0.8016529,0.7933884,0.8016529,0.8140496,0.8057851,0.8057851,0.79752064,0.7933884,0.8016529,0.8016529,0.80991733,0.8140496,0.80991733,0.8057851,0.80991733,0.8140496,0.80991733,0.79752064,0.8057851,0.8140496,0.8057851,0.79752064,0.8057851,0.7933884,0.7768595,0.77272725,0.77272725,0.74380165,0.6570248,0.57438016,0.53305787,0.42561984,0.24793388,0.2107438,0.21900827,0.21487603,0.23140496,0.5371901,0.57024795,0.5371901,0.61157024,0.6528926,0.58677685,0.58677685,0.6818182,0.71487606,0.69008267,0.661157,0.661157,0.6694215,0.6818182,0.6983471,0.72727275,0.7768595,0.7892562,0.7933884,0.8057851,0.80991733,0.80991733,0.8057851,0.80991733,0.8016529,0.8016529,0.8057851,0.8016529,0.8016529,0.79752064,0.80991733,0.8057851,0.79752064,0.7933884,0.7933884,0.7933884,0.7933884,0.8016529,0.80991733,0.80991733,0.79752064,0.8057851,0.8181818,0.8016529,0.7933884,0.8016529,0.8057851,0.8016529,0.79752064,0.7892562,0.78099173,0.76859504,0.77272725,0.76859504,0.75206614,0.6859504,0.59504133,0.5413223,0.44214877,0.2644628,0.20661157,0.20247933,0.20661157,0.21487603,0.55785125,0.59090906,0.58677685,0.59090906,0.6446281,0.62396693,0.61157024,0.677686,0.71900827,0.6942149,0.677686,0.6694215,0.6652893,0.6694215,0.6942149,0.71900827,0.75619835,0.78099173,0.78512394,0.7933884,0.7892562,0.78512394,0.7892562,0.78512394,0.79752064,0.7768595,0.7933884,0.7892562,0.7933884,0.78512394,0.79752064,0.8016529,0.7892562,0.78512394,0.7892562,0.7892562,0.78512394,0.79752064,0.8016529,0.8016529,0.7892562,0.7892562,0.8016529,0.79752064,0.7892562,0.7892562,0.79752064,0.78512394,0.7768595,0.7768595,0.75206614,0.74380165,0.75619835,0.75206614,0.7644628,0.73140496,0.6322314,0.5661157,0.47933885,0.2892562,0.2231405,0.20247933,0.20247933,0.2231405,0.55785125,0.6487603,0.6487603,0.61570245,0.6446281,0.661157,0.6280992,0.677686,0.7231405,0.70247936,0.6859504,0.6735537,0.6528926,0.6652893,0.6818182,0.6983471,0.72727275,0.75206614,0.76033056,0.76033056,0.75619835,0.75619835,0.75619835,0.75619835,0.7644628,0.78099173,0.77272725,0.76859504,0.77272725,0.76859504,0.7644628,0.78099173,0.77272725,0.76859504,0.77272725,0.7768595,0.78099173,0.78512394,0.7892562,0.7933884,0.78512394,0.76859504,0.78099173,0.7892562,0.78099173,0.77272725,0.7768595,0.7644628,0.73140496,0.7355372,0.71487606,0.70247936,0.7066116,0.7107438,0.7355372,0.7355372,0.677686,0.59917355,0.4876033,0.3181818,0.21487603,0.21487603,0.20247933,0.2107438,0.58264464,0.6735537,0.69008267,0.6694215,0.6446281,0.677686,0.6528926,0.6652893,0.7107438,0.69008267,0.6818182,0.6528926,0.6528926,0.6735537,0.6735537,0.677686,0.70247936,0.71487606,0.71487606,0.71900827,0.71900827,0.72727275,0.7231405,0.71900827,0.7231405,0.74793386,0.7355372,0.74380165,0.75206614,0.75206614,0.74793386,0.75206614,0.75206614,0.75206614,0.75619835,0.7644628,0.77272725,0.7768595,0.7768595,0.78099173,0.77272725,0.74380165,0.75619835,0.77272725,0.76033056,0.74793386,0.74793386,0.73140496,0.6983471,0.6735537,0.6528926,0.6487603,0.6446281,0.6652893,0.677686,0.7231405,0.70247936,0.6446281,0.5247934,0.338843,0.2107438,0.22727273,0.21487603,0.1983471,0.6570248,0.6942149,0.70247936,0.6652893,0.6280992,0.6404959,0.69008267,0.6818182,0.71900827,0.7107438,0.71900827,0.69008267,0.6983471,0.6652893,0.661157,0.6694215,0.6487603,0.6487603,0.6570248,0.6694215,0.677686,0.69008267,0.6942149,0.677686,0.69008267,0.6942149,0.7107438,0.71900827,0.71900827,0.7355372,0.72727275,0.73140496,0.72727275,0.7231405,0.73966944,0.74380165,0.75206614,0.76033056,0.76033056,0.75619835,0.75206614,0.73140496,0.72727275,0.73966944,0.71900827,0.7107438,0.70247936,0.6694215,0.6280992,0.6363636,0.6198347,0.5785124,0.58677685,0.6322314,0.6528926,0.677686,0.6694215,0.6652893,0.59504133,0.37603307,0.20247933,0.2231405,0.22727273,0.20661157,0.6198347,0.6942149,0.6859504,0.6446281,0.60330576,0.59090906,0.6570248,0.6570248,0.6942149,0.6942149,0.6570248,0.61157024,0.61570245,0.58677685,0.59917355,0.59917355,0.53305787,0.49586776,0.49586776,0.5123967,0.53305787,0.5289256,0.55785125,0.57024795,0.5785124,0.607438,0.6446281,0.6652893,0.6818182,0.70247936,0.70247936,0.7231405,0.70247936,0.71487606,0.7231405,0.7231405,0.71900827,0.7231405,0.7355372,0.7231405,0.71900827,0.71487606,0.6983471,0.70247936,0.661157,0.661157,0.6528926,0.60330576,0.5661157,0.57024795,0.5,0.47107437,0.49173555,0.49586776,0.5289256,0.55785125,0.58264464,0.59504133,0.59090906,0.4214876,0.21487603,0.2231405,0.23140496,0.24380165,0.55785125,0.6446281,0.6694215,0.6487603,0.59917355,0.59917355,0.59504133,0.57024795,0.59090906,0.58264464,0.553719,0.5206612,0.5,0.4876033,0.48347107,0.47107437,0.44214877,0.4214876,0.4214876,0.42561984,0.41735536,0.4214876,0.4338843,0.45867768,0.45454547,0.47933885,0.5289256,0.58677685,0.6198347,0.6570248,0.6694215,0.6942149,0.6859504,0.7107438,0.71487606,0.71900827,0.70247936,0.6942149,0.7066116,0.6942149,0.677686,0.6735537,0.661157,0.6446281,0.6322314,0.61157024,0.56198347,0.5413223,0.46694216,0.44214877,0.3966942,0.37603307,0.4090909,0.41735536,0.446281,0.46694216,0.4876033,0.5206612,0.5495868,0.46694216,0.2768595,0.23140496,0.23553719,0.30578512,0.5247934,0.59917355,0.6322314,0.59917355,0.60330576,0.6404959,0.6280992,0.5785124,0.57438016,0.5661157,0.5247934,0.49586776,0.4876033,0.48347107,0.46280992,0.44214877,0.4338843,0.4090909,0.38842976,0.39256197,0.37603307,0.3677686,0.38842976,0.40082645,0.4214876,0.4214876,0.45041323,0.5,0.5289256,0.57024795,0.6198347,0.6446281,0.6735537,0.7066116,0.70247936,0.70247936,0.6983471,0.6859504,0.6859504,0.6694215,0.6363636,0.61157024,0.59504133,0.57024795,0.5289256,0.45867768,0.43801653,0.4214876,0.38016528,0.38016528,0.33471075,0.3677686,0.39256197,0.42975205,0.42975205,0.46694216,0.47107437,0.5041322,0.5289256,0.48347107,0.35950413,0.29338843,0.2768595,0.3553719,0.5247934,0.55785125,0.55785125,0.49173555,0.5495868,0.62396693,0.6322314,0.59917355,0.57438016,0.57024795,0.5289256,0.49586776,0.4876033,0.49173555,0.46694216,0.45041323,0.4338843,0.42975205,0.4214876,0.41322315,0.40082645,0.3966942,0.3966942,0.39256197,0.41735536,0.41322315,0.42561984,0.46280992,0.4876033,0.5082645,0.57438016,0.59504133,0.6404959,0.6942149,0.6942149,0.70247936,0.6942149,0.6818182,0.6694215,0.6363636,0.58264464,0.5371901,0.5206612,0.49586776,0.43801653,0.39256197,0.36363637,0.35950413,0.34710744,0.35950413,0.3553719,0.38429752,0.38842976,0.4338843,0.45454547,0.48347107,0.5,0.5206612,0.5247934,0.48347107,0.37603307,0.34710744,0.3553719,0.38842976,0.54545456,0.5123967,0.47933885,0.45454547,0.5206612,0.60330576,0.59917355,0.56198347,0.5247934,0.5041322,0.47107437,0.45454547,0.45041323,0.4338843,0.4090909,0.37190083,0.3677686,0.3553719,0.3677686,0.3677686,0.36363637,0.38842976,0.40495867,0.42561984,0.43801653,0.42561984,0.42975205,0.46280992,0.47933885,0.5123967,0.54545456,0.5785124,0.6322314,0.6942149,0.7107438,0.7231405,0.71900827,0.70247936,0.6570248,0.59504133,0.5413223,0.49173555,0.446281,0.41322315,0.37603307,0.35950413,0.3305785,0.3181818,0.30991736,0.30165288,0.32231405,0.3264463,0.33471075,0.37603307,0.4090909,0.43801653,0.47933885,0.5,0.5165289,0.5,0.36363637,0.3140496,0.38429752,0.39256197,0.55785125,0.4752066,0.446281,0.4752066,0.5289256,0.57438016,0.553719,0.5289256,0.47107437,0.45867768,0.41735536,0.38429752,0.3181818,0.3264463,0.3181818,0.2768595,0.26859504,0.2603306,0.3181818,0.34710744,0.3264463,0.32231405,0.35123968,0.3966942,0.42561984,0.44214877,0.4338843,0.46280992,0.4752066,0.49586776,0.53305787,0.57024795,0.6694215,0.72727275,0.76033056,0.75206614,0.73966944,0.71900827,0.6322314,0.53305787,0.46694216,0.4338843,0.39256197,0.34710744,0.3181818,0.2892562,0.29338843,0.22727273,0.23140496,0.24793388,0.30991736,0.30578512,0.28099173,0.30991736,0.34710744,0.3553719,0.43801653,0.47107437,0.5,0.5082645,0.3677686,0.2892562,0.3553719,0.35950413,0.57024795,0.4752066,0.446281,0.5082645,0.55785125,0.5413223,0.5165289,0.5,0.45041323,0.39256197,0.32231405,0.3140496,0.30578512,0.35123968,0.2892562,0.2231405,0.19421488,0.19421488,0.3181818,0.41322315,0.39256197,0.35950413,0.3553719,0.3677686,0.38842976,0.41322315,0.42975205,0.45867768,0.4752066,0.48347107,0.5123967,0.5785124,0.71900827,0.78512394,0.79752064,0.7892562,0.7768595,0.7355372,0.59917355,0.47933885,0.40082645,0.38016528,0.3264463,0.28512397,0.30578512,0.26859504,0.21487603,0.19008264,0.17355372,0.2644628,0.3429752,0.47107437,0.3429752,0.2768595,0.3181818,0.30991736,0.38429752,0.45867768,0.49586776,0.5041322,0.37603307,0.29752067,0.38429752,0.3966942,0.607438,0.5041322,0.4752066,0.553719,0.58264464,0.5413223,0.49173555,0.47107437,0.40495867,0.3140496,0.29338843,0.30165288,0.446281,0.42975205,0.25619835,0.2520661,0.20661157,0.18181819,0.2892562,0.45867768,0.5,0.41322315,0.38429752,0.38429752,0.40082645,0.3966942,0.40495867,0.43801653,0.4752066,0.4876033,0.48347107,0.59917355,0.76859504,0.822314,0.822314,0.8181818,0.8057851,0.7644628,0.62396693,0.46280992,0.38016528,0.338843,0.30165288,0.29338843,0.34710744,0.26859504,0.18181819,0.18181819,0.17355372,0.28512397,0.25619835,0.5785124,0.5123967,0.3181818,0.27272728,0.3140496,0.34710744,0.43801653,0.49173555,0.5165289,0.3966942,0.3181818,0.40495867,0.44214877,0.6487603,0.55785125,0.5247934,0.57024795,0.58264464,0.5495868,0.49586776,0.4338843,0.37603307,0.32231405,0.28099173,0.338843,0.5413223,0.46280992,0.2520661,0.25619835,0.17355372,0.1983471,0.2892562,0.46280992,0.56198347,0.48347107,0.40082645,0.37603307,0.41735536,0.4338843,0.40495867,0.42561984,0.46694216,0.49586776,0.5289256,0.6570248,0.7933884,0.822314,0.8347107,0.822314,0.80991733,0.79752064,0.6570248,0.46694216,0.40495867,0.3553719,0.2892562,0.2892562,0.38842976,0.30578512,0.23966943,0.17768595,0.1570248,0.2107438,0.2520661,0.55785125,0.553719,0.42975205,0.30165288,0.3305785,0.35950413,0.42975205,0.49173555,0.5289256,0.41735536,0.34710744,0.446281,0.49586776,0.6859504,0.62396693,0.607438,0.6198347,0.59917355,0.55785125,0.4876033,0.43801653,0.4214876,0.34710744,0.35950413,0.39256197,0.5495868,0.5371901,0.2892562,0.30578512,0.26859504,0.27272728,0.34710744,0.5289256,0.553719,0.47933885,0.41322315,0.3966942,0.3966942,0.45454547,0.46280992,0.4338843,0.49586776,0.553719,0.62396693,0.7066116,0.76859504,0.8181818,0.8305785,0.8264463,0.80991733,0.8057851,0.7355372,0.5123967,0.45867768,0.44214877,0.3305785,0.3140496,0.4090909,0.38016528,0.32231405,0.28512397,0.2520661,0.25619835,0.37603307,0.54545456,0.5247934,0.5,0.44214877,0.39256197,0.3966942,0.45867768,0.5082645,0.54545456,0.44214877,0.38429752,0.5413223,0.59090906,0.6983471,0.677686,0.6735537,0.6942149,0.6570248,0.59090906,0.5371901,0.53305787,0.5413223,0.46280992,0.49586776,0.49586776,0.5206612,0.59090906,0.46280992,0.4090909,0.44214877,0.4338843,0.5,0.59917355,0.5785124,0.5123967,0.46280992,0.46694216,0.46280992,0.4752066,0.4752066,0.47933885,0.57438016,0.6528926,0.70247936,0.7231405,0.75619835,0.8181818,0.8264463,0.822314,0.8140496,0.8140496,0.8057851,0.58677685,0.45454547,0.5206612,0.47933885,0.43801653,0.43801653,0.446281,0.42975205,0.41322315,0.3966942,0.40082645,0.46694216,0.5289256,0.53305787,0.5495868,0.5661157,0.5247934,0.5,0.49586776,0.5371901,0.57438016,0.47933885,0.3966942,0.54545456,0.54545456,0.71487606,0.71900827,0.71900827,0.72727275,0.71900827,0.69008267,0.677686,0.70247936,0.7066116,0.62396693,0.5495868,0.553719,0.56198347,0.59917355,0.607438,0.5785124,0.5785124,0.59090906,0.59504133,0.607438,0.58677685,0.5661157,0.53305787,0.5206612,0.5123967,0.5041322,0.5413223,0.6198347,0.69008267,0.73966944,0.73140496,0.71900827,0.74380165,0.80991733,0.8347107,0.8181818,0.8057851,0.822314,0.8347107,0.6280992,0.47107437,0.5165289,0.5082645,0.49586776,0.4752066,0.47107437,0.48347107,0.49173555,0.5,0.5165289,0.5206612,0.5495868,0.57438016,0.58677685,0.607438,0.61570245,0.59917355,0.58264464,0.5785124,0.59090906,0.5123967,0.38016528,0.46694216,0.38016528,0.72727275,0.74793386,0.76033056,0.75619835,0.76033056,0.76859504,0.77272725,0.7768595,0.76033056,0.7066116,0.61157024,0.5661157,0.5785124,0.59917355,0.59090906,0.60330576,0.59504133,0.61157024,0.58264464,0.58264464,0.58677685,0.59917355,0.59090906,0.59504133,0.58264464,0.59504133,0.6570248,0.73140496,0.76033056,0.76033056,0.74380165,0.71900827,0.7355372,0.7933884,0.838843,0.80991733,0.79752064,0.8140496,0.838843,0.661157,0.5247934,0.5495868,0.49586776,0.49173555,0.49173555,0.4876033,0.49173555,0.49586776,0.5165289,0.53305787,0.5413223,0.57024795,0.59917355,0.61157024,0.62396693,0.6363636,0.6487603,0.6280992,0.607438,0.62396693,0.5495868,0.34710744,0.40082645,0.29338843,0.73140496,0.74793386,0.77272725,0.78099173,0.78512394,0.7933884,0.78512394,0.78512394,0.7768595,0.73966944,0.6735537,0.6198347,0.60330576,0.59917355,0.59917355,0.6198347,0.60330576,0.6198347,0.6198347,0.6198347,0.6446281,0.6694215,0.6735537,0.6942149,0.70247936,0.7066116,0.73966944,0.7644628,0.77272725,0.76033056,0.74380165,0.71900827,0.7355372,0.78512394,0.8181818,0.822314,0.8016529,0.8140496,0.838843,0.7066116,0.57438016,0.62396693,0.59090906,0.56198347,0.5495868,0.53305787,0.53305787,0.5371901,0.5495868,0.5495868,0.54545456,0.5661157,0.60330576,0.61570245,0.6280992,0.6652893,0.677686,0.6487603,0.6446281,0.6446281,0.61570245,0.38016528,0.4876033,0.4090909,0.7355372,0.74793386,0.7644628,0.7933884,0.8057851,0.79752064,0.7933884,0.78512394,0.78512394,0.77272725,0.7355372,0.7066116,0.6818182,0.6694215,0.661157,0.6694215,0.6652893,0.6859504,0.6983471,0.6983471,0.73140496,0.74380165,0.75619835,0.76859504,0.7768595,0.77272725,0.77272725,0.77272725,0.76859504,0.76033056,0.74380165,0.74380165,0.74793386,0.7768595,0.8057851,0.8264463,0.8057851,0.8016529,0.8347107,0.74380165,0.60330576,0.6735537,0.6942149,0.7107438,0.677686,0.6487603,0.6280992,0.6322314,0.6363636,0.62396693,0.6198347,0.62396693,0.6528926,0.661157,0.6528926,0.6818182,0.677686,0.6694215,0.6528926,0.6404959,0.6363636,0.4752066,0.5495868,0.45454547,0.74793386,0.7644628,0.77272725,0.7933884,0.80991733,0.8057851,0.8016529,0.7892562,0.79752064,0.7933884,0.78512394,0.76859504,0.75206614,0.73966944,0.71900827,0.7355372,0.7231405,0.7355372,0.74793386,0.75206614,0.7768595,0.7933884,0.8057851,0.8016529,0.8140496,0.8057851,0.78512394,0.78512394,0.76859504,0.75206614,0.74793386,0.73140496,0.74380165,0.7768595,0.8016529,0.8057851,0.80991733,0.8057851,0.8264463,0.7768595,0.6404959,0.6735537,0.71900827,0.76859504,0.78099173,0.7644628,0.74380165,0.72727275,0.7231405,0.71900827,0.7066116,0.7066116,0.71487606,0.71487606,0.69008267,0.6942149,0.69008267,0.69008267,0.6694215,0.6363636,0.6528926,0.56198347,0.59504133,0.45867768,0.73966944,0.76859504,0.7768595,0.7933884,0.8057851,0.8057851,0.8057851,0.8057851,0.80991733,0.8016529,0.8057851,0.79752064,0.78099173,0.77272725,0.75619835,0.7644628,0.74793386,0.74380165,0.7768595,0.7768595,0.8057851,0.8140496,0.8305785,0.8264463,0.8264463,0.8181818,0.8016529,0.78512394,0.77272725,0.75619835,0.75619835,0.7355372,0.74793386,0.77272725,0.8016529,0.8016529,0.80991733,0.8057851,0.8181818,0.8016529,0.70247936,0.661157,0.7066116,0.77272725,0.78512394,0.7892562,0.7933884,0.7892562,0.78099173,0.78512394,0.77272725,0.76033056,0.7644628,0.74793386,0.74793386,0.7355372,0.71487606,0.69008267,0.677686,0.6446281,0.6570248,0.57438016,0.58677685,0.4876033,0.7231405,0.75619835,0.7768595,0.78512394,0.7933884,0.8057851,0.8016529,0.8016529,0.8057851,0.8140496,0.8140496,0.80991733,0.79752064,0.79752064,0.7892562,0.78512394,0.78512394,0.7768595,0.79752064,0.8057851,0.8264463,0.8264463,0.8305785,0.8347107,0.822314,0.8181818,0.7933884,0.78099173,0.78099173,0.76859504,0.73966944,0.73966944,0.76859504,0.78099173,0.8057851,0.80991733,0.80991733,0.8140496,0.8140496,0.8140496,0.75206614,0.6818182,0.6818182,0.75206614,0.75619835,0.75619835,0.7933884,0.79752064,0.80991733,0.80991733,0.8016529,0.7892562,0.7768595,0.74793386,0.74793386,0.76033056,0.72727275,0.7107438,0.6363636,0.6363636,0.6528926,0.553719,0.57438016,0.49586776,0.70247936,0.73966944,0.7644628,0.7768595,0.78099173,0.7892562,0.7892562,0.7892562,0.7892562,0.8057851,0.8140496,0.8057851,0.7933884,0.8016529,0.79752064,0.79752064,0.8057851,0.8016529,0.8140496,0.822314,0.822314,0.8305785,0.8305785,0.8264463,0.8264463,0.8181818,0.7892562,0.77272725,0.7644628,0.75619835,0.72727275,0.73140496,0.76033056,0.78512394,0.8140496,0.8264463,0.822314,0.822314,0.8057851,0.8140496,0.7644628,0.70247936,0.6528926,0.7066116,0.74793386,0.74380165,0.7892562,0.8016529,0.8057851,0.8140496,0.8181818,0.79752064,0.7768595,0.7644628,0.74380165,0.75206614,0.7107438,0.6198347,0.6570248,0.6322314,0.6404959,0.5247934,0.5413223,0.5165289,0.677686,0.72727275,0.75206614,0.76033056,0.76859504,0.77272725,0.77272725,0.77272725,0.78099173,0.7933884,0.8016529,0.7892562,0.78099173,0.79752064,0.80991733,0.8016529,0.80991733,0.822314,0.8140496,0.8264463,0.8264463,0.8305785,0.838843,0.8305785,0.8181818,0.79752064,0.7644628,0.73966944,0.73966944,0.73140496,0.7231405,0.73140496,0.73966944,0.77272725,0.8264463,0.838843,0.8181818,0.8181818,0.8016529,0.8016529,0.77272725,0.6942149,0.6528926,0.6280992,0.6983471,0.72727275,0.7768595,0.7892562,0.7892562,0.8057851,0.8140496,0.8057851,0.78512394,0.7768595,0.7644628,0.74380165,0.70247936,0.6198347,0.6570248,0.6446281,0.6404959,0.49586776,0.5247934,0.5206612,0.69008267,0.71900827,0.7355372,0.74793386,0.7644628,0.7644628,0.76033056,0.7644628,0.76859504,0.78512394,0.7892562,0.78512394,0.78099173,0.79752064,0.8016529,0.7933884,0.80991733,0.80991733,0.8305785,0.8305785,0.8305785,0.8305785,0.8181818,0.8264463,0.8016529,0.75206614,0.6983471,0.70247936,0.73140496,0.73140496,0.71900827,0.7231405,0.7355372,0.7644628,0.8181818,0.8305785,0.79752064,0.79752064,0.79752064,0.7892562,0.7644628,0.6735537,0.6280992,0.6404959,0.607438,0.6735537,0.73966944,0.76859504,0.7644628,0.78512394,0.79752064,0.79752064,0.7892562,0.77272725,0.76033056,0.74380165,0.71487606,0.677686,0.6694215,0.6322314,0.6404959,0.4752066,0.5123967,0.5206612,0.6983471,0.71487606,0.7355372,0.74793386,0.7644628,0.7644628,0.75619835,0.7644628,0.76859504,0.76859504,0.78099173,0.78512394,0.7768595,0.78512394,0.7933884,0.8057851,0.8016529,0.8140496,0.8264463,0.8140496,0.8264463,0.8264463,0.8181818,0.8016529,0.75619835,0.6818182,0.6528926,0.7231405,0.74793386,0.73966944,0.71900827,0.7066116,0.70247936,0.72727275,0.77272725,0.7933884,0.77272725,0.76859504,0.7768595,0.75206614,0.6942149,0.59917355,0.553719,0.6735537,0.59917355,0.60330576,0.7107438,0.73966944,0.75206614,0.77272725,0.78099173,0.76859504,0.76859504,0.75206614,0.7355372,0.73140496,0.71900827,0.69008267,0.6735537,0.6280992,0.6198347,0.47107437,0.5041322,0.5371901,0.6983471,0.7066116,0.73140496,0.73966944,0.75619835,0.76033056,0.74793386,0.75206614,0.7644628,0.7644628,0.77272725,0.78099173,0.76859504,0.76859504,0.78099173,0.7892562,0.7892562,0.8016529,0.8016529,0.80991733,0.8264463,0.8057851,0.78099173,0.75619835,0.6735537,0.6322314,0.6942149,0.7355372,0.72727275,0.71487606,0.6942149,0.6487603,0.61570245,0.6322314,0.6859504,0.72727275,0.72727275,0.71900827,0.7066116,0.6570248,0.56198347,0.5165289,0.5165289,0.6404959,0.62396693,0.5413223,0.6404959,0.6983471,0.72727275,0.76033056,0.75619835,0.75619835,0.74793386,0.73140496,0.71900827,0.69008267,0.6859504,0.69008267,0.6735537,0.61570245,0.607438,0.49173555,0.5,0.56198347,0.6735537,0.71487606,0.72727275,0.73140496,0.73966944,0.73966944,0.7355372,0.74793386,0.75206614,0.76033056,0.7644628,0.76859504,0.7644628,0.76033056,0.76033056,0.76859504,0.76859504,0.77272725,0.78512394,0.8057851,0.79752064,0.7644628,0.72727275,0.6818182,0.6322314,0.6363636,0.6942149,0.7107438,0.69008267,0.6652893,0.6322314,0.59090906,0.5413223,0.53305787,0.59090906,0.6446281,0.6570248,0.6404959,0.607438,0.553719,0.5,0.47107437,0.49586776,0.57024795,0.59917355,0.5289256,0.6280992,0.6446281,0.6983471,0.73966944,0.7355372,0.73140496,0.72727275,0.7066116,0.7066116,0.6818182,0.6652893,0.6694215,0.6487603,0.59917355,0.59917355,0.5165289,0.5041322,0.57024795,0.6404959,0.7107438,0.71487606,0.72727275,0.71900827,0.7066116,0.71487606,0.72727275,0.72727275,0.7355372,0.74380165,0.75206614,0.74793386,0.7355372,0.73140496,0.74380165,0.75206614,0.76033056,0.76859504,0.78099173,0.76859504,0.73140496,0.69008267,0.6652893,0.6404959,0.59917355,0.6404959,0.6487603,0.61570245,0.56198347,0.49586776,0.46694216,0.47107437,0.4876033,0.5247934,0.5661157,0.553719,0.5413223,0.5123967,0.49586776,0.44214877,0.38016528,0.40082645,0.49173555,0.54545456,0.5123967,0.5785124,0.607438,0.6818182,0.73966944,0.7231405,0.7107438,0.6983471,0.6859504,0.6818182,0.6652893,0.6487603,0.6404959,0.61157024,0.59504133,0.58264464,0.5413223,0.5289256,0.553719,0.6198347,0.6859504,0.7066116,0.70247936,0.7107438,0.7107438,0.7066116,0.7231405,0.7231405,0.7231405,0.73140496,0.7355372,0.74380165,0.7355372,0.72727275,0.73140496,0.73966944,0.74380165,0.75206614,0.75619835,0.73140496,0.6942149,0.677686,0.70247936,0.677686,0.62396693,0.59090906,0.5413223,0.5,0.41735536,0.3305785,0.30991736,0.3305785,0.37190083,0.446281,0.47933885,0.45867768,0.446281,0.45454547,0.4214876,0.2892562,0.28512397,0.30991736,0.47107437,0.5123967,0.5247934,0.53305787,0.57438016,0.6404959,0.6363636,0.6322314,0.6446281,0.661157,0.661157,0.6570248,0.6404959,0.62396693,0.60330576,0.58677685,0.57024795,0.57438016,0.5495868,0.5661157,0.5,0.6198347,0.6570248,0.6859504,0.6735537,0.6570248,0.70247936,0.6735537,0.677686,0.70247936,0.6983471,0.6983471,0.71487606,0.73140496,0.72727275,0.7066116,0.71487606,0.72727275,0.73140496,0.72727275,0.73140496,0.6818182,0.6735537,0.7066116,0.74380165,0.74380165,0.73966944,0.6735537,0.5,0.40082645,0.3181818,0.2768595,0.3264463,0.33471075,0.3429752,0.38429752,0.4214876,0.41322315,0.40495867,0.41322315,0.38429752,0.29752067,0.24380165,0.3677686,0.56198347,0.58677685,0.5661157,0.553719,0.58677685,0.62396693,0.60330576,0.59504133,0.6280992,0.6404959,0.6363636,0.62396693,0.61157024,0.59504133,0.5785124,0.57024795,0.54545456,0.55785125,0.5289256,0.58264464,0.46280992,0.61157024,0.6487603,0.6694215,0.6570248,0.62396693,0.6735537,0.6570248,0.6487603,0.677686,0.7107438,0.6983471,0.71900827,0.7231405,0.7107438,0.7066116,0.7066116,0.71900827,0.71487606,0.7066116,0.69008267,0.6487603,0.69008267,0.73966944,0.76033056,0.7768595,0.77272725,0.75619835,0.6404959,0.46694216,0.3553719,0.3264463,0.37603307,0.37603307,0.38016528,0.38016528,0.3966942,0.39256197,0.40082645,0.4338843,0.43801653,0.3966942,0.40082645,0.5041322,0.59917355,0.59090906,0.59090906,0.58677685,0.61570245,0.6280992,0.6363636,0.61570245,0.6198347,0.6322314,0.6198347,0.607438,0.59504133,0.5785124,0.5661157,0.5661157,0.5495868,0.5495868,0.5495868,0.55785125,0.4338843,0.61570245,0.62396693,0.6487603,0.6570248,0.6363636,0.6652893,0.6570248,0.6694215,0.661157,0.6735537,0.6859504,0.6942149,0.70247936,0.6983471,0.7107438,0.7107438,0.7107438,0.70247936,0.6859504,0.6652893,0.6735537,0.72727275,0.7644628,0.77272725,0.76859504,0.7644628,0.74380165,0.71487606,0.6487603,0.553719,0.47933885,0.46280992,0.42561984,0.40495867,0.4090909,0.41735536,0.41735536,0.42975205,0.45454547,0.45867768,0.47107437,0.5041322,0.5289256,0.57438016,0.59504133,0.5785124,0.59504133,0.6363636,0.6446281,0.62396693,0.6322314,0.61570245,0.61570245,0.60330576,0.59917355,0.58677685,0.5661157,0.553719,0.55785125,0.553719,0.56198347,0.60330576,0.5082645,0.41735536,0.6198347,0.6322314,0.6322314,0.6322314,0.6528926,0.6735537,0.62396693,0.6487603,0.6446281,0.6735537,0.6818182,0.6818182,0.6859504,0.6983471,0.7066116,0.7066116,0.7066116,0.7066116,0.6942149,0.6859504,0.7107438,0.75206614,0.7644628,0.7768595,0.74793386,0.73966944,0.72727275,0.7107438,0.6983471,0.6570248,0.61570245,0.5785124,0.5247934,0.45454547,0.43801653,0.44214877,0.45041323,0.45454547,0.46694216,0.46280992,0.48347107,0.5206612,0.5413223,0.553719,0.58264464,0.58264464,0.59917355,0.6487603,0.6694215,0.6446281,0.6446281,0.62396693,0.61570245,0.61157024,0.59090906,0.57438016,0.553719,0.5495868,0.5495868,0.54545456,0.59504133,0.60330576,0.47107437,0.41322315,0.60330576,0.6363636,0.61570245,0.6198347,0.6322314,0.6487603,0.6404959,0.661157,0.6446281,0.6570248,0.6735537,0.677686,0.6818182,0.6942149,0.7107438,0.7107438,0.7231405,0.72727275,0.71487606,0.7231405,0.73966944,0.76033056,0.76033056,0.74793386,0.73140496,0.7231405,0.71487606,0.6818182,0.6859504,0.6694215,0.6363636,0.62396693,0.60330576,0.5371901,0.5041322,0.4752066,0.46280992,0.4752066,0.46694216,0.47107437,0.4876033,0.5082645,0.5371901,0.54545456,0.55785125,0.57024795,0.58677685,0.6322314,0.6570248,0.6652893,0.6818182,0.6487603,0.6322314,0.61570245,0.58264464,0.57438016,0.553719,0.5495868,0.553719,0.5413223,0.59917355,0.57438016,0.4338843,0.40082645,0.60330576,0.6280992,0.61570245,0.6280992,0.61157024,0.6363636,0.6570248,0.661157,0.6487603,0.661157,0.6652893,0.6735537,0.677686,0.69008267,0.7066116,0.7231405,0.7355372,0.73966944,0.7355372,0.74380165,0.75206614,0.74793386,0.74793386,0.71487606,0.7107438,0.6942149,0.70247936,0.661157,0.6735537,0.6570248,0.6446281,0.6198347,0.61157024,0.57438016,0.5413223,0.5123967,0.48347107,0.4752066,0.47107437,0.46694216,0.48347107,0.5,0.5123967,0.5165289,0.5371901,0.553719,0.57024795,0.59917355,0.6363636,0.6694215,0.7066116,0.6859504,0.6570248,0.6198347,0.5785124,0.57024795,0.55785125,0.55785125,0.56198347,0.553719,0.59090906,0.5082645,0.4090909,0.3966942,0.59090906,0.6280992,0.6280992,0.6363636,0.6404959,0.6570248,0.661157,0.6528926,0.6694215,0.6363636,0.6570248,0.6735537,0.6818182,0.6859504,0.70247936,0.7231405,0.73966944,0.74793386,0.74380165,0.75619835,0.74793386,0.7231405,0.7231405,0.70247936,0.6983471,0.6818182,0.6570248,0.6322314,0.6446281,0.6735537,0.6404959,0.6652893,0.6280992,0.58677685,0.57024795,0.56198347,0.5371901,0.49173555,0.4752066,0.47933885,0.5,0.5,0.5123967,0.5082645,0.5206612,0.53305787,0.553719,0.59504133,0.6280992,0.6694215,0.69008267,0.7107438,0.677686,0.6404959,0.59504133,0.57438016,0.56198347,0.5495868,0.55785125,0.56198347,0.5495868,0.4338843,0.38842976,0.40495867,0.59504133,0.60330576,0.6363636,0.6487603,0.6446281,0.6446281,0.6570248,0.6363636,0.6735537,0.6404959,0.6446281,0.677686,0.7066116,0.70247936,0.71900827,0.7231405,0.73966944,0.75206614,0.75206614,0.75206614,0.73966944,0.7107438,0.6942149,0.6942149,0.6694215,0.6446281,0.6528926,0.61157024,0.6694215,0.6859504,0.7107438,0.72727275,0.7231405,0.6859504,0.6570248,0.661157,0.6280992,0.5785124,0.5371901,0.5289256,0.54545456,0.553719,0.55785125,0.5371901,0.5247934,0.5165289,0.5206612,0.58264464,0.60330576,0.6487603,0.661157,0.6983471,0.6818182,0.6528926,0.61157024,0.58264464,0.57024795,0.553719,0.55785125,0.57024795,0.4876033,0.38842976,0.38429752,0.3966942,0.59090906,0.59090906,0.6404959,0.6446281,0.6363636,0.6363636,0.6487603,0.6363636,0.6446281,0.6528926,0.6528926,0.6818182,0.71487606,0.7231405,0.7355372,0.73140496,0.73966944,0.75206614,0.75206614,0.74380165,0.73140496,0.70247936,0.69008267,0.677686,0.6198347,0.61570245,0.6487603,0.6487603,0.7107438,0.74793386,0.75619835,0.77272725,0.72727275,0.75206614,0.75619835,0.7644628,0.73966944,0.71900827,0.6652893,0.59090906,0.56198347,0.57024795,0.5785124,0.57438016,0.5495868,0.5206612,0.5123967,0.53305787,0.56198347,0.607438,0.6404959,0.6735537,0.6818182,0.6404959,0.61570245,0.58677685,0.553719,0.54545456,0.553719,0.56198347,0.45867768,0.35950413,0.38429752,0.38842976,0.58677685,0.59090906,0.62396693,0.6322314,0.6280992,0.6404959,0.661157,0.6487603,0.6322314,0.6363636,0.6652893,0.6694215,0.7066116,0.7231405,0.7355372,0.73966944,0.74380165,0.75206614,0.74380165,0.7231405,0.71487606,0.6859504,0.6694215,0.6487603,0.6280992,0.61157024,0.6404959,0.6735537,0.71487606,0.6942149,0.6446281,0.607438,0.57024795,0.60330576,0.6528926,0.6859504,0.70247936,0.70247936,0.6322314,0.5247934,0.4752066,0.4752066,0.48347107,0.5041322,0.5206612,0.5413223,0.5165289,0.5082645,0.5165289,0.5785124,0.607438,0.6446281,0.6694215,0.6528926,0.6322314,0.58677685,0.553719,0.5371901,0.54545456,0.56198347,0.446281,0.35123968,0.38016528,0.38429752,0.5661157,0.58677685,0.59917355,0.61570245,0.61157024,0.6322314,0.6528926,0.6528926,0.6404959,0.6487603,0.6652893,0.6735537,0.6983471,0.71487606,0.73140496,0.74380165,0.73966944,0.73966944,0.73140496,0.71487606,0.6942149,0.6528926,0.61157024,0.59917355,0.59504133,0.607438,0.6363636,0.6198347,0.5785124,0.5165289,0.48347107,0.45867768,0.43801653,0.42975205,0.43801653,0.446281,0.48347107,0.48347107,0.4338843,0.40082645,0.38429752,0.37603307,0.3677686,0.3966942,0.4338843,0.49173555,0.49173555,0.47107437,0.4752066,0.5289256,0.55785125,0.60330576,0.61157024,0.6528926,0.6322314,0.58264464,0.56198347,0.5413223,0.553719,0.553719,0.42975205,0.3305785,0.3677686,0.37190083,0.553719,0.5785124,0.60330576,0.61570245,0.607438,0.61570245,0.6404959,0.6363636,0.6528926,0.661157,0.6694215,0.677686,0.70247936,0.7066116,0.71900827,0.73140496,0.7231405,0.71487606,0.7066116,0.6818182,0.6363636,0.58264464,0.5371901,0.5082645,0.5123967,0.5041322,0.48347107,0.46694216,0.40495867,0.39256197,0.35950413,0.32231405,0.36363637,0.3553719,0.34710744,0.32231405,0.33471075,0.3429752,0.33471075,0.3305785,0.3181818,0.28099173,0.2520661,0.30578512,0.34710744,0.37190083,0.3966942,0.39256197,0.43801653,0.47107437,0.5289256,0.5413223,0.60330576,0.6322314,0.6322314,0.58677685,0.55785125,0.54545456,0.553719,0.5413223,0.40495867,0.338843,0.36363637,0.36363637,0.5371901,0.553719,0.58264464,0.60330576,0.59504133,0.60330576,0.6322314,0.6322314,0.6322314,0.6652893,0.6652893,0.677686,0.7066116,0.6983471,0.7231405,0.7231405,0.73140496,0.71487606,0.6942149,0.6487603,0.56198347,0.49586776,0.45867768,0.41735536,0.40082645,0.3677686,0.3553719,0.3429752,0.27272728,0.3264463,0.29752067,0.23966943,0.3553719,0.3677686,0.338843,0.28512397,0.30991736,0.34710744,0.3264463,0.2768595,0.2520661,0.1983471,0.14876033,0.1983471,0.21900827,0.21487603,0.22727273,0.29338843,0.41735536,0.47107437,0.5,0.5247934,0.60330576,0.6322314,0.60330576,0.59090906,0.57024795,0.553719,0.54545456,0.5247934,0.37603307,0.33471075,0.34710744,0.3553719,0.5165289,0.5495868,0.57024795,0.5785124,0.59090906,0.59504133,0.61570245,0.6363636,0.61570245,0.6487603,0.6487603,0.6859504,0.69008267,0.70247936,0.7231405,0.73966944,0.7355372,0.7066116,0.6652893,0.59090906,0.5082645,0.43801653,0.32231405,0.2107438,0.20661157,0.2231405,0.22727273,0.2520661,0.23553719,0.3140496,0.3140496,0.26859504,0.38016528,0.38016528,0.3429752,0.29338843,0.30991736,0.3429752,0.3305785,0.29752067,0.28099173,0.25619835,0.25619835,0.29752067,0.30991736,0.28512397,0.3140496,0.38842976,0.42975205,0.47933885,0.5165289,0.5371901,0.61157024,0.61570245,0.60330576,0.59090906,0.58264464,0.55785125,0.54545456,0.5041322,0.338843,0.33471075,0.3429752,0.34710744,0.5,0.5289256,0.55785125,0.56198347,0.5785124,0.59090906,0.59917355,0.6198347,0.6322314,0.6404959,0.6446281,0.6735537,0.6983471,0.69008267,0.70247936,0.7355372,0.7355372,0.6859504,0.6528926,0.56198347,0.5082645,0.446281,0.37603307,0.37190083,0.40082645,0.42975205,0.49586776,0.54545456,0.56198347,0.57438016,0.56198347,0.5371901,0.5371901,0.5082645,0.446281,0.43801653,0.43801653,0.43801653,0.45867768,0.47933885,0.49173555,0.49173555,0.5,0.5165289,0.5,0.4752066,0.48347107,0.5206612,0.48347107,0.47933885,0.5206612,0.56198347,0.59917355,0.6198347,0.60330576,0.58677685,0.59090906,0.56198347,0.5413223,0.48347107,0.30991736,0.3305785,0.338843,0.338843,0.47933885,0.5123967,0.5413223,0.553719,0.57438016,0.58677685,0.58677685,0.607438,0.62396693,0.6570248,0.661157,0.6818182,0.6983471,0.6859504,0.6983471,0.71900827,0.7107438,0.6942149,0.6487603,0.607438,0.60330576,0.59090906,0.6446281,0.69008267,0.6859504,0.677686,0.6818182,0.70247936,0.7231405,0.73140496,0.7231405,0.72727275,0.70247936,0.6735537,0.61157024,0.6198347,0.62396693,0.6280992,0.6363636,0.6570248,0.6652893,0.6446281,0.6198347,0.58677685,0.553719,0.55785125,0.58677685,0.58264464,0.553719,0.553719,0.55785125,0.59917355,0.61157024,0.61570245,0.58264464,0.58677685,0.57024795,0.553719,0.54545456,0.4214876,0.30578512,0.3264463,0.3305785,0.338843,0.45041323,0.5,0.5123967,0.5371901,0.55785125,0.57024795,0.59090906,0.59917355,0.61157024,0.6322314,0.6487603,0.6735537,0.69008267,0.6859504,0.7066116,0.6942149,0.7066116,0.7066116,0.6818182,0.661157,0.6528926,0.677686,0.74380165,0.74793386,0.71487606,0.6942149,0.69008267,0.69008267,0.6942149,0.6818182,0.677686,0.6983471,0.69008267,0.677686,0.6528926,0.6570248,0.6735537,0.6652893,0.6694215,0.6652893,0.6528926,0.6280992,0.61570245,0.59504133,0.5661157,0.56198347,0.58677685,0.607438,0.59504133,0.59504133,0.59504133,0.58677685,0.59917355,0.60330576,0.59090906,0.59504133,0.57438016,0.553719,0.53305787,0.35950413,0.29338843,0.3181818,0.3264463,0.3305785,0.41322315,0.4752066,0.4876033,0.5123967,0.5247934,0.5413223,0.58264464,0.58264464,0.59504133,0.6322314,0.6363636,0.661157,0.6735537,0.6942149,0.70247936,0.6652893,0.6528926,0.71487606,0.6942149,0.6694215,0.6735537,0.7066116,0.75206614,0.73966944,0.7231405,0.6818182,0.6487603,0.6570248,0.6694215,0.6652893,0.6446281,0.6570248,0.6322314,0.6280992,0.6198347,0.6198347,0.6363636,0.62396693,0.607438,0.61157024,0.59917355,0.58677685,0.59504133,0.59504133,0.5661157,0.553719,0.58264464,0.60330576,0.61570245,0.61570245,0.59504133,0.59504133,0.607438,0.607438,0.58677685,0.59504133,0.57438016,0.5413223,0.5,0.30165288,0.30578512,0.3140496,0.3181818,0.32231405,0.3966942,0.4338843,0.47107437,0.49173555,0.5041322,0.5165289,0.5495868,0.57024795,0.5785124,0.62396693,0.6363636,0.661157,0.6652893,0.7107438,0.71900827,0.7066116,0.6818182,0.71900827,0.71900827,0.6983471,0.7231405,0.7355372,0.75619835,0.7355372,0.71900827,0.70247936,0.6487603,0.607438,0.58677685,0.5661157,0.5413223,0.553719,0.5247934,0.5165289,0.48347107,0.49173555,0.5123967,0.5,0.47933885,0.48347107,0.47107437,0.4752066,0.46694216,0.48347107,0.5165289,0.5413223,0.59090906,0.59917355,0.61157024,0.62396693,0.59917355,0.59504133,0.59917355,0.61157024,0.58677685,0.59504133,0.55785125,0.5495868,0.4214876,0.28099173,0.3140496,0.3140496,0.30991736,0.3181818,0.39256197,0.4090909,0.45041323,0.45867768,0.47933885,0.49173555,0.5165289,0.5495868,0.55785125,0.607438,0.6280992,0.6570248,0.6652893,0.6694215,0.7066116,0.71487606,0.7231405,0.71900827,0.73966944,0.72727275,0.72727275,0.74380165,0.74380165,0.71900827,0.7107438,0.7107438,0.6652893,0.61157024,0.553719,0.5082645,0.47107437,0.43801653,0.41735536,0.40495867,0.38429752,0.38429752,0.37603307,0.39256197,0.38842976,0.37603307,0.3966942,0.41322315,0.41735536,0.45454547,0.5165289,0.5495868,0.5661157,0.58264464,0.59917355,0.607438,0.61157024,0.58677685,0.60330576,0.59504133,0.59090906,0.58264464,0.5495868,0.5413223,0.32231405,0.28512397,0.30578512,0.30991736,0.30991736,0.30991736,0.38016528,0.4338843,0.45041323,0.41735536,0.45041323,0.4752066,0.49173555,0.5165289,0.54545456,0.58264464,0.61570245,0.62396693,0.6570248,0.6570248,0.6818182,0.7107438,0.7355372,0.7107438,0.72727275,0.7355372,0.71487606,0.7355372,0.7231405,0.7066116,0.70247936,0.6983471,0.6694215,0.62396693,0.57438016,0.53305787,0.5041322,0.45867768,0.42975205,0.4090909,0.39256197,0.38842976,0.37190083,0.38016528,0.40495867,0.40082645,0.41322315,0.44214877,0.45041323,0.47933885,0.5206612,0.553719,0.5785124,0.607438,0.60330576,0.60330576,0.60330576,0.58677685,0.60330576,0.59504133,0.57438016,0.56198347,0.5495868,0.47107437,0.26859504,0.28512397,0.30578512,0.30165288,0.30991736,0.29752067,0.37603307,0.47107437,0.5041322,0.37190083,0.42975205,0.45454547,0.47107437,0.49586776,0.53305787,0.58264464,0.60330576,0.6198347,0.6404959,0.6528926,0.6652893,0.69008267,0.73140496,0.7066116,0.7231405,0.71900827,0.7107438,0.7231405,0.71487606,0.6983471,0.6942149,0.69008267,0.6735537,0.6404959,0.60330576,0.57438016,0.5661157,0.5413223,0.5082645,0.47107437,0.46694216,0.446281,0.42975205,0.446281,0.4338843,0.46694216,0.4752066,0.49586776,0.5206612,0.53305787,0.5371901,0.55785125,0.60330576,0.61570245,0.61570245,0.61157024,0.59504133,0.58677685,0.59917355,0.60330576,0.57438016,0.5495868,0.5371901,0.35950413,0.2644628,0.29338843,0.2892562,0.29752067,0.30165288,0.30165288,0.37190083,0.46694216,0.607438,0.41322315,0.3553719,0.41735536,0.43801653,0.47107437,0.5,0.54545456,0.553719,0.59090906,0.607438,0.6280992,0.6487603,0.661157,0.6983471,0.6983471,0.71487606,0.70247936,0.71487606,0.73140496,0.71900827,0.70247936,0.6942149,0.6983471,0.6859504,0.6570248,0.6363636,0.62396693,0.62396693,0.6198347,0.59090906,0.58264464,0.5661157,0.553719,0.54545456,0.54545456,0.5165289,0.5495868,0.5413223,0.5495868,0.55785125,0.57024795,0.58677685,0.60330576,0.6198347,0.62396693,0.62396693,0.61570245,0.607438,0.59090906,0.59090906,0.59917355,0.55785125,0.553719,0.45867768,0.28512397,0.2768595,0.29752067,0.28512397,0.28512397,0.30165288,0.2892562,0.3677686,0.49173555,0.6198347,0.5495868,0.338843,0.35950413,0.40082645,0.446281,0.4752066,0.5206612,0.5247934,0.55785125,0.58264464,0.59504133,0.61570245,0.6652893,0.6859504,0.6859504,0.7066116,0.70247936,0.71487606,0.7231405,0.73140496,0.72727275,0.7107438,0.7066116,0.70247936,0.6735537,0.6570248,0.661157,0.6735537,0.6859504,0.677686,0.6818182,0.6818182,0.6859504,0.6942149,0.69008267,0.6487603,0.6818182,0.6694215,0.6735537,0.6570248,0.6280992,0.6528926,0.6528926,0.6570248,0.6322314,0.6322314,0.6280992,0.607438,0.59504133,0.59090906,0.5785124,0.5495868,0.5206612,0.34710744,0.28099173,0.27272728,0.2892562,0.2892562,0.28512397,0.30165288,0.28512397,0.35950413,0.5082645,0.607438,0.6528926,0.5165289,0.28512397,0.32231405,0.37603307,0.42975205,0.46694216,0.5082645,0.5413223,0.5495868,0.57024795,0.59090906,0.6487603,0.6694215,0.677686,0.6859504,0.70247936,0.70247936,0.7066116,0.7231405,0.73140496,0.71487606,0.7107438,0.71900827,0.71900827,0.7107438,0.7231405,0.73140496,0.73140496,0.72727275,0.71487606,0.7231405,0.73140496,0.7231405,0.73140496,0.7355372,0.73140496,0.72727275,0.7231405,0.73140496,0.71900827,0.7355372,0.7231405,0.6983471,0.6735537,0.6528926,0.6322314,0.60330576,0.59090906,0.58677685,0.553719,0.5371901,0.42561984,0.2892562,0.28099173,0.28099173,0.28099173,0.27272728,0.28512397,0.29752067,0.2768595,0.37190083,0.5082645,0.59090906,0.6322314,0.6280992,0.44214877,0.28512397,0.30165288,0.3553719,0.4214876,0.46280992,0.49586776,0.5206612,0.5413223,0.5661157,0.59917355,0.607438,0.661157,0.6735537,0.6983471,0.70247936,0.6983471,0.7066116,0.71900827,0.71900827,0.7231405,0.74380165,0.75619835,0.74380165,0.75206614,0.76859504,0.75206614,0.74380165,0.7355372,0.73966944,0.74380165,0.71900827,0.71900827,0.72727275,0.72727275,0.71487606,0.72727275,0.74793386,0.71900827,0.75206614,0.75619835,0.72727275,0.69008267,0.6570248,0.6322314,0.60330576,0.57024795,0.56198347,0.53305787,0.4752066,0.3305785,0.2768595,0.2768595,0.28099173,0.28512397,0.2768595,0.2768595,0.28099173,0.28512397,0.38429752,0.5041322,0.59090906,0.6198347,0.61570245,0.5661157,0.38016528,0.26859504,0.29752067,0.35123968,0.38429752,0.4214876,0.45867768,0.48347107,0.5123967,0.5495868,0.57438016,0.62396693,0.661157,0.6818182,0.6818182,0.6859504,0.6942149,0.7066116,0.69008267,0.71487606,0.7231405,0.74380165,0.73966944,0.75206614,0.77272725,0.7644628,0.75206614,0.74793386,0.74793386,0.72727275,0.7231405,0.73140496,0.73140496,0.74380165,0.71487606,0.7066116,0.7355372,0.7107438,0.7355372,0.7355372,0.7107438,0.6735537,0.6363636,0.62396693,0.59504133,0.55785125,0.5413223,0.4876033,0.36363637,0.27272728,0.27272728,0.28099173,0.2768595,0.27272728,0.27272728,0.28512397,0.27272728,0.2768595,0.37190083,0.49173555,0.59504133,0.62396693,0.62396693,0.5785124,0.47933885,0.32231405,0.2644628,0.2892562,0.3181818,0.35123968,0.38016528,0.40495867,0.446281,0.49173555,0.5413223,0.5785124,0.6198347,0.6570248,0.6570248,0.661157,0.6735537,0.70247936,0.6735537,0.6983471,0.71900827,0.71900827,0.7355372,0.75206614,0.75619835,0.75206614,0.75206614,0.74793386,0.73966944,0.71900827,0.71487606,0.71900827,0.71900827,0.73966944,0.7231405,0.69008267,0.71900827,0.7107438,0.71900827,0.6983471,0.69008267,0.6570248,0.61157024,0.607438,0.58264464,0.5495868,0.49173555,0.39256197,0.2892562,0.2603306,0.26859504,0.28099173,0.2768595,0.2644628,0.27272728,0.28099173,0.2603306,0.28512397,0.338843,0.53305787,0.59504133,0.59917355,0.59917355,0.57438016,0.5289256,0.3966942,0.2768595,0.2768595,0.28512397,0.30165288,0.3140496,0.33471075,0.3677686,0.40082645,0.46694216,0.5206612,0.57438016,0.60330576,0.6404959,0.6363636,0.6528926,0.677686,0.6694215,0.6818182,0.7107438,0.7231405,0.72727275,0.73966944,0.73140496,0.72727275,0.72727275,0.7066116,0.6859504,0.6859504,0.69008267,0.6983471,0.70247936,0.71900827,0.71487606,0.71487606,0.6983471,0.6983471,0.677686,0.6570248,0.6570248,0.6280992,0.58677685,0.58677685,0.56198347,0.5082645,0.38429752,0.30578512,0.29752067,0.2768595,0.2603306,0.2644628,0.2768595,0.27272728,0.26859504,0.28512397,0.28512397,0.26859504,17 +0.3966942,0.3677686,0.3429752,0.36363637,0.38429752,0.3966942,0.46280992,0.5206612,0.57024795,0.5371901,0.5165289,0.55785125,0.6404959,0.6983471,0.7355372,0.7644628,0.7644628,0.7768595,0.7892562,0.79752064,0.8181818,0.8264463,0.8347107,0.8347107,0.8347107,0.8347107,0.8347107,0.838843,0.8264463,0.8347107,0.8347107,0.8347107,0.8429752,0.8429752,0.838843,0.8429752,0.8347107,0.838843,0.8305785,0.822314,0.8305785,0.822314,0.8181818,0.8016529,0.8140496,0.8140496,0.8016529,0.8016529,0.7892562,0.7768595,0.7933884,0.78099173,0.7644628,0.74380165,0.70247936,0.6694215,0.6322314,0.58264464,0.5413223,0.49586776,0.46694216,0.41735536,0.32231405,0.446281,0.38842976,0.35123968,0.2520661,0.29338843,0.34710744,0.42561984,0.49586776,0.553719,0.57024795,0.54545456,0.5495868,0.58264464,0.6983471,0.7355372,0.7355372,0.7644628,0.77272725,0.78099173,0.78512394,0.7892562,0.8181818,0.838843,0.8429752,0.838843,0.838843,0.8429752,0.838843,0.822314,0.838843,0.8347107,0.8347107,0.8305785,0.8347107,0.8429752,0.838843,0.838843,0.838843,0.838843,0.8305785,0.8264463,0.8347107,0.8305785,0.822314,0.8140496,0.8140496,0.822314,0.8057851,0.8016529,0.79752064,0.7892562,0.78512394,0.78099173,0.76033056,0.7231405,0.6983471,0.6818182,0.6280992,0.57024795,0.54545456,0.5,0.45867768,0.42561984,0.338843,0.29338843,0.37603307,0.30165288,0.23966943,0.2644628,0.3305785,0.42561984,0.5082645,0.553719,0.57024795,0.54545456,0.56198347,0.62396693,0.7355372,0.73966944,0.74380165,0.76859504,0.78099173,0.7768595,0.7892562,0.8016529,0.8264463,0.838843,0.8512397,0.8471074,0.8429752,0.838843,0.8347107,0.8264463,0.838843,0.8347107,0.8347107,0.8305785,0.838843,0.8471074,0.8429752,0.8471074,0.838843,0.838843,0.8347107,0.8181818,0.838843,0.8347107,0.8264463,0.80991733,0.8140496,0.8264463,0.80991733,0.8016529,0.8016529,0.7933884,0.7933884,0.78099173,0.75206614,0.70247936,0.70247936,0.6735537,0.6280992,0.56198347,0.5413223,0.5082645,0.47107437,0.4338843,0.35950413,0.2768595,0.3429752,0.25619835,0.22727273,0.24380165,0.35123968,0.446281,0.5165289,0.56198347,0.5661157,0.5495868,0.58264464,0.6983471,0.76033056,0.74793386,0.72727275,0.76859504,0.78099173,0.78512394,0.79752064,0.8181818,0.8305785,0.8471074,0.8512397,0.8471074,0.8512397,0.8347107,0.8347107,0.8264463,0.8347107,0.8347107,0.8347107,0.8347107,0.838843,0.8429752,0.838843,0.8471074,0.838843,0.8347107,0.8347107,0.8181818,0.8347107,0.8305785,0.822314,0.8140496,0.8181818,0.8181818,0.8140496,0.8016529,0.79752064,0.79752064,0.8016529,0.78099173,0.7644628,0.70247936,0.6859504,0.6528926,0.6363636,0.5785124,0.5495868,0.5206612,0.4752066,0.46280992,0.35123968,0.29338843,0.30991736,0.26859504,0.2107438,0.24380165,0.34710744,0.446281,0.5206612,0.5785124,0.5495868,0.55785125,0.6363636,0.73140496,0.76859504,0.74793386,0.71487606,0.7644628,0.78099173,0.78512394,0.8016529,0.8181818,0.8264463,0.838843,0.8471074,0.8429752,0.8429752,0.8305785,0.8347107,0.8264463,0.8347107,0.8347107,0.8347107,0.8305785,0.8347107,0.838843,0.8347107,0.8429752,0.838843,0.8305785,0.8264463,0.8140496,0.8264463,0.8264463,0.8181818,0.8181818,0.822314,0.8140496,0.8057851,0.79752064,0.8016529,0.8016529,0.7933884,0.78512394,0.76033056,0.7066116,0.6818182,0.6280992,0.6363636,0.59917355,0.553719,0.5371901,0.4876033,0.47107437,0.36363637,0.30991736,0.3966942,0.25619835,0.23140496,0.23140496,0.34710744,0.45454547,0.5247934,0.5785124,0.553719,0.607438,0.69008267,0.74793386,0.73140496,0.7231405,0.7355372,0.76033056,0.77272725,0.7892562,0.8016529,0.80991733,0.8181818,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.8264463,0.8305785,0.8264463,0.8264463,0.8305785,0.8347107,0.8305785,0.8305785,0.8305785,0.8264463,0.8181818,0.80991733,0.8181818,0.822314,0.80991733,0.80991733,0.8057851,0.79752064,0.79752064,0.7933884,0.7892562,0.7892562,0.78512394,0.78512394,0.75206614,0.71487606,0.6942149,0.6487603,0.6404959,0.607438,0.56198347,0.54545456,0.5041322,0.4752066,0.38842976,0.33471075,0.5247934,0.30165288,0.2603306,0.28099173,0.3677686,0.47933885,0.5413223,0.56198347,0.56198347,0.6570248,0.7231405,0.7107438,0.69008267,0.69008267,0.71900827,0.74380165,0.75619835,0.7768595,0.7892562,0.8016529,0.8057851,0.80991733,0.8140496,0.8140496,0.8140496,0.822314,0.8140496,0.80991733,0.8140496,0.822314,0.8181818,0.8181818,0.8264463,0.822314,0.822314,0.822314,0.8181818,0.8181818,0.80991733,0.8016529,0.8057851,0.80991733,0.7933884,0.7892562,0.78099173,0.7768595,0.7768595,0.7768595,0.77272725,0.7644628,0.78099173,0.7768595,0.75619835,0.72727275,0.7066116,0.6694215,0.6528926,0.61157024,0.5785124,0.55785125,0.5206612,0.47933885,0.42975205,0.35123968,0.6446281,0.48347107,0.35123968,0.36363637,0.45041323,0.5041322,0.5289256,0.5413223,0.58264464,0.6694215,0.7107438,0.6570248,0.6528926,0.6694215,0.6694215,0.7107438,0.73966944,0.76033056,0.76859504,0.78099173,0.78512394,0.78099173,0.7933884,0.79752064,0.79752064,0.8016529,0.8016529,0.8016529,0.8057851,0.80991733,0.8057851,0.8057851,0.80991733,0.80991733,0.8057851,0.7933884,0.79752064,0.8057851,0.79752064,0.78512394,0.7933884,0.7933884,0.7644628,0.75619835,0.74380165,0.7355372,0.7231405,0.72727275,0.7355372,0.7355372,0.74380165,0.74380165,0.75206614,0.7231405,0.7107438,0.6859504,0.6652893,0.6198347,0.58677685,0.57024795,0.53305787,0.49173555,0.45867768,0.38016528,0.60330576,0.6487603,0.553719,0.53305787,0.5785124,0.58677685,0.54545456,0.5413223,0.59917355,0.6570248,0.677686,0.62396693,0.607438,0.62396693,0.61570245,0.6652893,0.71487606,0.73966944,0.74380165,0.75206614,0.75619835,0.76033056,0.76859504,0.78099173,0.7768595,0.78099173,0.7892562,0.7768595,0.7892562,0.7933884,0.78512394,0.79752064,0.79752064,0.7892562,0.7892562,0.76859504,0.7768595,0.7892562,0.77272725,0.76033056,0.77272725,0.75619835,0.7231405,0.7107438,0.6983471,0.677686,0.6652893,0.6652893,0.70247936,0.70247936,0.7107438,0.71900827,0.73140496,0.7066116,0.70247936,0.70247936,0.677686,0.6322314,0.59504133,0.57438016,0.5413223,0.5082645,0.46694216,0.4338843,0.5041322,0.5165289,0.607438,0.6652893,0.69008267,0.6487603,0.57438016,0.5413223,0.55785125,0.58677685,0.61157024,0.5661157,0.5289256,0.5206612,0.5289256,0.5785124,0.60330576,0.6446281,0.661157,0.6818182,0.71487606,0.7355372,0.74380165,0.74793386,0.7644628,0.7644628,0.77272725,0.76033056,0.7768595,0.7768595,0.7644628,0.7768595,0.7768595,0.76033056,0.7644628,0.75206614,0.75619835,0.75619835,0.7355372,0.72727275,0.72727275,0.6983471,0.6694215,0.6652893,0.6404959,0.59090906,0.59504133,0.59917355,0.6280992,0.6280992,0.6528926,0.6528926,0.6735537,0.661157,0.6570248,0.6570248,0.6570248,0.6446281,0.60330576,0.58264464,0.54545456,0.5123967,0.4752066,0.46280992,0.57024795,0.4876033,0.38429752,0.4876033,0.5247934,0.49173555,0.46280992,0.48347107,0.49586776,0.49173555,0.49173555,0.5041322,0.4338843,0.42975205,0.4338843,0.43801653,0.446281,0.4752066,0.5082645,0.5247934,0.58264464,0.6487603,0.677686,0.7231405,0.7355372,0.72727275,0.75206614,0.75206614,0.7644628,0.76859504,0.74380165,0.72727275,0.73966944,0.72727275,0.7231405,0.7231405,0.71900827,0.7231405,0.6818182,0.6652893,0.6446281,0.607438,0.57024795,0.5289256,0.5,0.45867768,0.46280992,0.47933885,0.5,0.5206612,0.5289256,0.553719,0.5661157,0.56198347,0.57024795,0.57438016,0.58677685,0.60330576,0.61157024,0.58677685,0.553719,0.5123967,0.48347107,0.47933885,0.5247934,0.5165289,0.446281,0.46280992,0.4752066,0.4752066,0.47107437,0.49173555,0.5,0.49173555,0.46280992,0.45867768,0.4090909,0.38842976,0.36363637,0.36363637,0.35950413,0.38016528,0.4090909,0.4214876,0.45867768,0.5289256,0.57438016,0.6322314,0.6694215,0.6859504,0.7355372,0.74793386,0.75206614,0.75619835,0.7355372,0.71487606,0.71900827,0.7107438,0.6735537,0.6528926,0.6570248,0.6280992,0.607438,0.55785125,0.5206612,0.5,0.45867768,0.42975205,0.40082645,0.3677686,0.38016528,0.41735536,0.43801653,0.44214877,0.45041323,0.4752066,0.48347107,0.5,0.5041322,0.53305787,0.553719,0.56198347,0.59090906,0.58677685,0.55785125,0.5289256,0.49586776,0.5041322,0.4752066,0.3966942,0.33471075,0.42561984,0.46694216,0.4876033,0.48347107,0.5123967,0.5165289,0.49173555,0.4876033,0.45454547,0.43801653,0.4090909,0.40082645,0.38842976,0.3677686,0.36363637,0.35950413,0.3677686,0.39256197,0.446281,0.4752066,0.5289256,0.59090906,0.62396693,0.677686,0.72727275,0.72727275,0.73966944,0.73140496,0.7231405,0.7107438,0.6818182,0.6446281,0.59090906,0.5785124,0.54545456,0.5123967,0.4338843,0.4214876,0.4090909,0.3966942,0.38016528,0.37603307,0.38016528,0.38842976,0.4214876,0.44214877,0.46280992,0.49173555,0.49586776,0.5206612,0.5247934,0.5289256,0.53305787,0.5247934,0.5206612,0.53305787,0.56198347,0.54545456,0.5289256,0.5247934,0.5082645,0.5082645,0.3553719,0.30578512,0.36363637,0.39256197,0.45454547,0.45454547,0.47107437,0.4752066,0.45454547,0.4338843,0.41735536,0.37603307,0.3677686,0.32231405,0.34710744,0.33471075,0.338843,0.35123968,0.36363637,0.38016528,0.4090909,0.43801653,0.47107437,0.5289256,0.5785124,0.6363636,0.69008267,0.7355372,0.74380165,0.74380165,0.7355372,0.7066116,0.6446281,0.59504133,0.53305787,0.5041322,0.49586776,0.45454547,0.41322315,0.39256197,0.4090909,0.3966942,0.38842976,0.38842976,0.39256197,0.38429752,0.40495867,0.40495867,0.42561984,0.446281,0.4752066,0.49586776,0.5247934,0.5289256,0.5289256,0.5289256,0.53305787,0.5289256,0.5371901,0.55785125,0.53305787,0.5413223,0.5165289,0.5165289,0.30991736,0.29338843,0.38429752,0.39256197,0.43801653,0.43801653,0.41735536,0.41322315,0.39256197,0.3264463,0.3140496,0.3140496,0.29338843,0.28512397,0.2520661,0.2644628,0.28512397,0.28512397,0.29338843,0.34710744,0.38842976,0.4090909,0.43801653,0.47933885,0.53305787,0.6280992,0.70247936,0.74793386,0.76859504,0.76859504,0.75619835,0.7107438,0.60330576,0.54545456,0.5041322,0.48347107,0.446281,0.43801653,0.4214876,0.4090909,0.3966942,0.35950413,0.33471075,0.32231405,0.30991736,0.30165288,0.30991736,0.32231405,0.32231405,0.34710744,0.39256197,0.4214876,0.47107437,0.5041322,0.5165289,0.5289256,0.5413223,0.5247934,0.5289256,0.54545456,0.53305787,0.5247934,0.53305787,0.5,0.35950413,0.2768595,0.35123968,0.41322315,0.446281,0.41735536,0.3966942,0.36363637,0.30165288,0.2768595,0.29338843,0.38842976,0.47107437,0.34710744,0.21900827,0.19008264,0.21487603,0.2768595,0.3305785,0.3140496,0.3264463,0.3677686,0.40082645,0.42975205,0.49173555,0.6322314,0.74793386,0.7892562,0.7892562,0.7892562,0.7768595,0.7107438,0.58264464,0.5,0.4752066,0.45454547,0.42561984,0.42561984,0.4090909,0.37603307,0.3264463,0.3305785,0.34710744,0.34710744,0.29338843,0.23966943,0.20661157,0.24793388,0.2644628,0.338843,0.34710744,0.32231405,0.36363637,0.42975205,0.4876033,0.5,0.5206612,0.5247934,0.5289256,0.5413223,0.5289256,0.5206612,0.5371901,0.5041322,0.42975205,0.25619835,0.35123968,0.4338843,0.46280992,0.42561984,0.38842976,0.32231405,0.2644628,0.29338843,0.3553719,0.5413223,0.6198347,0.2768595,0.2231405,0.20661157,0.18181819,0.24793388,0.3553719,0.36363637,0.33471075,0.338843,0.38016528,0.41322315,0.4338843,0.677686,0.7892562,0.8140496,0.8181818,0.8140496,0.8057851,0.7355372,0.59090906,0.48347107,0.45867768,0.4338843,0.42561984,0.40082645,0.38016528,0.3264463,0.338843,0.35950413,0.40495867,0.4214876,0.27272728,0.24380165,0.18595041,0.2768595,0.23553719,0.43801653,0.32231405,0.3181818,0.33471075,0.34710744,0.45454547,0.48347107,0.5082645,0.5247934,0.5206612,0.5289256,0.5289256,0.5123967,0.5247934,0.54545456,0.49586776,0.27272728,0.35123968,0.45041323,0.47933885,0.46694216,0.4090909,0.338843,0.26859504,0.28099173,0.45454547,0.62396693,0.62396693,0.25619835,0.23553719,0.1983471,0.18595041,0.2644628,0.39256197,0.40082645,0.3429752,0.36363637,0.34710744,0.3677686,0.45454547,0.71487606,0.8140496,0.8305785,0.8305785,0.822314,0.8140496,0.75619835,0.61570245,0.5,0.47933885,0.43801653,0.4214876,0.38429752,0.37190083,0.3429752,0.3305785,0.41735536,0.5082645,0.46694216,0.2768595,0.24793388,0.16115703,0.23966943,0.17355372,0.5,0.48347107,0.2892562,0.32231405,0.3181818,0.40495867,0.45454547,0.49173555,0.5289256,0.5413223,0.5247934,0.5371901,0.5082645,0.5082645,0.49173555,0.5206612,0.30578512,0.35950413,0.48347107,0.53305787,0.5082645,0.42975205,0.37190083,0.30991736,0.3677686,0.49173555,0.607438,0.661157,0.3264463,0.30165288,0.2520661,0.2603306,0.3140496,0.4338843,0.4214876,0.3305785,0.36363637,0.3677686,0.38016528,0.5495868,0.72727275,0.80991733,0.8305785,0.8264463,0.8181818,0.8057851,0.74793386,0.61157024,0.5289256,0.53305787,0.46280992,0.45454547,0.45041323,0.37190083,0.338843,0.338843,0.43801653,0.5289256,0.5082645,0.3429752,0.2603306,0.19421488,0.2231405,0.22727273,0.5,0.54545456,0.37190083,0.32231405,0.34710744,0.40082645,0.446281,0.4752066,0.5206612,0.55785125,0.53305787,0.5413223,0.5123967,0.5041322,0.3429752,0.4090909,0.3553719,0.38842976,0.54545456,0.59504133,0.57438016,0.49173555,0.43801653,0.4090909,0.49173555,0.55785125,0.62396693,0.6859504,0.5413223,0.46280992,0.4752066,0.45041323,0.45867768,0.47933885,0.4338843,0.38842976,0.38429752,0.3966942,0.5041322,0.6528926,0.74380165,0.8140496,0.8347107,0.8264463,0.80991733,0.80991733,0.73140496,0.59917355,0.55785125,0.58264464,0.5123967,0.5247934,0.5165289,0.42561984,0.4090909,0.3966942,0.43801653,0.49173555,0.5165289,0.41322315,0.338843,0.30991736,0.29752067,0.38016528,0.5413223,0.53305787,0.48347107,0.42561984,0.42561984,0.44214877,0.45867768,0.49586776,0.53305787,0.5661157,0.55785125,0.553719,0.5495868,0.5,0.3181818,0.2603306,0.3553719,0.43801653,0.61570245,0.6487603,0.6322314,0.58677685,0.5371901,0.4752066,0.54545456,0.6198347,0.6652893,0.6528926,0.6735537,0.6404959,0.6322314,0.607438,0.5785124,0.5371901,0.49173555,0.46694216,0.43801653,0.5,0.6528926,0.6818182,0.7644628,0.8181818,0.838843,0.822314,0.80991733,0.79752064,0.70247936,0.5785124,0.59504133,0.6280992,0.58264464,0.5371901,0.54545456,0.49173555,0.4752066,0.45867768,0.46280992,0.48347107,0.49586776,0.4876033,0.45867768,0.446281,0.45867768,0.5371901,0.5785124,0.58264464,0.57024795,0.5206612,0.53305787,0.5247934,0.5082645,0.53305787,0.55785125,0.58264464,0.58264464,0.57024795,0.56198347,0.53305787,0.36363637,0.2644628,0.3181818,0.4752066,0.6570248,0.6942149,0.661157,0.6280992,0.59504133,0.54545456,0.553719,0.61570245,0.6446281,0.6363636,0.61570245,0.62396693,0.59504133,0.58677685,0.58264464,0.57024795,0.5661157,0.54545456,0.54545456,0.6652893,0.71900827,0.6735537,0.76859504,0.8181818,0.822314,0.8181818,0.80991733,0.78099173,0.6446281,0.5661157,0.6198347,0.6818182,0.6818182,0.59504133,0.5206612,0.47933885,0.49173555,0.48347107,0.49173555,0.5082645,0.5206612,0.54545456,0.56198347,0.57438016,0.59090906,0.61570245,0.62396693,0.61570245,0.607438,0.58677685,0.59504133,0.59504133,0.59090906,0.58677685,0.59504133,0.59917355,0.59504133,0.59090906,0.5661157,0.56198347,0.4090909,0.34710744,0.30578512,0.4876033,0.6735537,0.71487606,0.6735537,0.6363636,0.6280992,0.61570245,0.607438,0.61157024,0.6280992,0.6322314,0.607438,0.61570245,0.6198347,0.62396693,0.6487603,0.6652893,0.6694215,0.661157,0.6694215,0.73140496,0.71487606,0.69008267,0.77272725,0.822314,0.80991733,0.8181818,0.8057851,0.76033056,0.6322314,0.58264464,0.6404959,0.70247936,0.7231405,0.6942149,0.62396693,0.553719,0.5413223,0.5413223,0.5413223,0.55785125,0.5661157,0.58677685,0.59917355,0.607438,0.6322314,0.6570248,0.661157,0.661157,0.6487603,0.661157,0.6570248,0.6487603,0.6404959,0.6322314,0.6198347,0.61570245,0.61157024,0.61157024,0.59917355,0.59090906,0.49173555,0.446281,0.38016528,0.5289256,0.6942149,0.7066116,0.6694215,0.6404959,0.6570248,0.6652893,0.6859504,0.677686,0.6983471,0.6983471,0.70247936,0.7231405,0.72727275,0.73140496,0.74380165,0.74380165,0.73966944,0.7231405,0.71900827,0.73140496,0.6983471,0.7107438,0.7892562,0.8140496,0.8057851,0.8140496,0.8016529,0.74793386,0.6487603,0.60330576,0.6652893,0.7107438,0.71487606,0.75206614,0.7355372,0.71487606,0.6818182,0.6570248,0.6446281,0.6570248,0.6570248,0.661157,0.6487603,0.6363636,0.6528926,0.6818182,0.677686,0.71487606,0.71487606,0.73140496,0.72727275,0.7107438,0.6818182,0.661157,0.6528926,0.6363636,0.6404959,0.6363636,0.6404959,0.607438,0.5247934,0.5247934,0.48347107,0.58264464,0.70247936,0.6983471,0.6859504,0.677686,0.677686,0.6983471,0.71900827,0.7355372,0.73966944,0.77272725,0.77272725,0.7768595,0.77272725,0.78512394,0.7892562,0.76859504,0.75619835,0.74793386,0.73140496,0.7231405,0.6983471,0.72727275,0.8016529,0.80991733,0.80991733,0.8057851,0.7933884,0.75206614,0.677686,0.6446281,0.677686,0.7066116,0.7355372,0.73966944,0.76033056,0.76033056,0.76859504,0.7644628,0.75619835,0.76859504,0.75619835,0.74380165,0.75206614,0.74380165,0.7355372,0.7644628,0.76859504,0.76859504,0.75206614,0.7768595,0.7768595,0.75206614,0.73140496,0.70247936,0.6818182,0.6694215,0.6694215,0.6652893,0.6652893,0.6280992,0.5661157,0.5785124,0.5413223,0.607438,0.6859504,0.6983471,0.70247936,0.6983471,0.7066116,0.71900827,0.7355372,0.75619835,0.76859504,0.7892562,0.78512394,0.8016529,0.7933884,0.79752064,0.7933884,0.75619835,0.7644628,0.7644628,0.73966944,0.71487606,0.6983471,0.74380165,0.79752064,0.8016529,0.80991733,0.8057851,0.79752064,0.76859504,0.7107438,0.6735537,0.6942149,0.7107438,0.7231405,0.75619835,0.76859504,0.76859504,0.76033056,0.78512394,0.78512394,0.7892562,0.7933884,0.79752064,0.79752064,0.79752064,0.7892562,0.79752064,0.80991733,0.7933884,0.78512394,0.7892562,0.78099173,0.76859504,0.75619835,0.73966944,0.71900827,0.71487606,0.70247936,0.6818182,0.6570248,0.61157024,0.61570245,0.6198347,0.5785124,0.59090906,0.6983471,0.71900827,0.71900827,0.7107438,0.74793386,0.76033056,0.76859504,0.7892562,0.79752064,0.8016529,0.80991733,0.8140496,0.80991733,0.79752064,0.7768595,0.76859504,0.77272725,0.75619835,0.73966944,0.71487606,0.72727275,0.7768595,0.79752064,0.8057851,0.80991733,0.8057851,0.79752064,0.78512394,0.73966944,0.69008267,0.677686,0.71487606,0.7231405,0.75206614,0.78512394,0.75619835,0.77272725,0.75619835,0.78099173,0.79752064,0.8016529,0.8140496,0.8140496,0.80991733,0.80991733,0.8057851,0.79752064,0.8057851,0.8016529,0.7892562,0.78099173,0.7768595,0.76033056,0.75619835,0.73966944,0.72727275,0.71900827,0.6818182,0.661157,0.60330576,0.6322314,0.70247936,0.59090906,0.57438016,0.6942149,0.71487606,0.7107438,0.71900827,0.74793386,0.76033056,0.77272725,0.8016529,0.79752064,0.80991733,0.8140496,0.80991733,0.8016529,0.7892562,0.7768595,0.78099173,0.78099173,0.75206614,0.71900827,0.72727275,0.75619835,0.8016529,0.8181818,0.822314,0.8140496,0.80991733,0.7933884,0.79752064,0.77272725,0.7107438,0.6694215,0.69008267,0.72727275,0.7355372,0.77272725,0.7231405,0.74793386,0.76859504,0.7768595,0.7892562,0.8057851,0.80991733,0.8140496,0.80991733,0.8016529,0.79752064,0.7768595,0.7933884,0.8016529,0.7933884,0.75206614,0.76859504,0.72727275,0.7066116,0.72727275,0.71487606,0.71487606,0.70247936,0.6446281,0.58677685,0.5371901,0.7644628,0.59504133,0.5785124,0.6859504,0.70247936,0.7066116,0.72727275,0.75619835,0.75206614,0.77272725,0.7933884,0.8016529,0.79752064,0.80991733,0.8016529,0.8016529,0.7892562,0.78512394,0.78512394,0.7644628,0.72727275,0.69008267,0.7107438,0.7644628,0.8181818,0.8471074,0.8347107,0.80991733,0.79752064,0.78512394,0.78099173,0.77272725,0.70247936,0.6322314,0.6487603,0.6859504,0.71487606,0.7644628,0.74380165,0.75206614,0.7892562,0.7933884,0.79752064,0.80991733,0.8140496,0.8181818,0.80991733,0.7892562,0.8016529,0.78512394,0.7768595,0.78099173,0.77272725,0.661157,0.7066116,0.7231405,0.70247936,0.72727275,0.6983471,0.6983471,0.6942149,0.6280992,0.5785124,0.43801653,0.7644628,0.60330576,0.59090906,0.6983471,0.7107438,0.71487606,0.7355372,0.75619835,0.7644628,0.77272725,0.78099173,0.7892562,0.7892562,0.7933884,0.8057851,0.8016529,0.78512394,0.78512394,0.7768595,0.71487606,0.677686,0.69008267,0.70247936,0.77272725,0.822314,0.838843,0.838843,0.7933884,0.7892562,0.77272725,0.76033056,0.76033056,0.71487606,0.6446281,0.6652893,0.661157,0.6652893,0.74380165,0.74380165,0.76859504,0.7892562,0.7892562,0.79752064,0.80991733,0.8140496,0.8140496,0.80991733,0.79752064,0.79752064,0.7933884,0.77272725,0.76859504,0.75206614,0.661157,0.6859504,0.73140496,0.71487606,0.7066116,0.6818182,0.6859504,0.6735537,0.61157024,0.59090906,0.40082645,0.73140496,0.6280992,0.607438,0.6983471,0.7107438,0.71487606,0.73140496,0.75206614,0.7644628,0.76033056,0.77272725,0.78099173,0.78512394,0.7892562,0.8016529,0.8057851,0.78512394,0.7768595,0.75619835,0.6735537,0.661157,0.6735537,0.70247936,0.7644628,0.78512394,0.8181818,0.8181818,0.7892562,0.78512394,0.74793386,0.7066116,0.6942149,0.6942149,0.6694215,0.7107438,0.7107438,0.6322314,0.6694215,0.71487606,0.75619835,0.78099173,0.78099173,0.78512394,0.8057851,0.8057851,0.8016529,0.8057851,0.79752064,0.7892562,0.78512394,0.77272725,0.7768595,0.76033056,0.72727275,0.73140496,0.73966944,0.71900827,0.69008267,0.6694215,0.6694215,0.661157,0.607438,0.58677685,0.38429752,0.6818182,0.6652893,0.61570245,0.6859504,0.7066116,0.7231405,0.73140496,0.74380165,0.75619835,0.75619835,0.76033056,0.76859504,0.76859504,0.7768595,0.79752064,0.79752064,0.77272725,0.75619835,0.70247936,0.661157,0.661157,0.61157024,0.6446281,0.73140496,0.75206614,0.77272725,0.77272725,0.74793386,0.71487606,0.6446281,0.59504133,0.59504133,0.6322314,0.6404959,0.7066116,0.7355372,0.6652893,0.59090906,0.661157,0.74793386,0.76033056,0.7644628,0.7768595,0.7933884,0.79752064,0.8016529,0.7933884,0.7892562,0.7768595,0.76859504,0.77272725,0.76859504,0.76033056,0.74380165,0.74380165,0.72727275,0.6983471,0.6735537,0.6570248,0.6404959,0.6528926,0.60330576,0.58677685,0.36363637,0.6446281,0.6942149,0.6198347,0.6652893,0.6818182,0.70247936,0.71487606,0.7355372,0.73966944,0.7355372,0.74793386,0.74793386,0.75206614,0.7644628,0.7892562,0.7768595,0.74380165,0.71900827,0.6735537,0.6570248,0.6322314,0.53305787,0.5289256,0.6404959,0.70247936,0.7066116,0.7066116,0.6652893,0.58264464,0.5247934,0.5041322,0.5247934,0.5661157,0.58677685,0.6694215,0.69008267,0.6570248,0.53305787,0.60330576,0.7231405,0.73140496,0.75619835,0.77272725,0.7892562,0.7933884,0.7933884,0.78512394,0.7768595,0.7768595,0.75619835,0.75619835,0.73966944,0.73966944,0.73966944,0.73966944,0.71900827,0.6818182,0.6570248,0.6322314,0.62396693,0.6322314,0.60330576,0.58264464,0.36363637,0.59917355,0.7107438,0.607438,0.6528926,0.6652893,0.6859504,0.7066116,0.71900827,0.73140496,0.71900827,0.72727275,0.73140496,0.74380165,0.75619835,0.7644628,0.74793386,0.71900827,0.6942149,0.6818182,0.6404959,0.56198347,0.4876033,0.446281,0.54545456,0.607438,0.60330576,0.607438,0.55785125,0.5082645,0.47933885,0.47107437,0.46280992,0.49586776,0.5247934,0.58677685,0.61157024,0.59504133,0.48347107,0.5661157,0.71487606,0.6983471,0.72727275,0.7644628,0.7768595,0.77272725,0.7768595,0.76859504,0.75206614,0.75206614,0.75619835,0.74793386,0.73966944,0.73140496,0.74380165,0.72727275,0.6983471,0.661157,0.6446281,0.6198347,0.61570245,0.61570245,0.59504133,0.59090906,0.36363637,0.54545456,0.71487606,0.59917355,0.61570245,0.6404959,0.6694215,0.69008267,0.70247936,0.7231405,0.7107438,0.71900827,0.73140496,0.7355372,0.73966944,0.74380165,0.71900827,0.7066116,0.71487606,0.71900827,0.62396693,0.47107437,0.38842976,0.338843,0.45041323,0.49586776,0.5041322,0.5,0.4876033,0.49173555,0.42561984,0.35123968,0.3140496,0.3264463,0.40495867,0.49173555,0.5289256,0.5247934,0.41735536,0.57024795,0.6818182,0.6570248,0.6983471,0.74793386,0.75619835,0.74793386,0.75206614,0.75206614,0.74380165,0.7355372,0.73140496,0.72727275,0.72727275,0.7107438,0.7231405,0.6983471,0.6694215,0.6404959,0.6280992,0.61570245,0.607438,0.61157024,0.5785124,0.59090906,0.35950413,0.48347107,0.71900827,0.61157024,0.57438016,0.60330576,0.6322314,0.6735537,0.6942149,0.7107438,0.70247936,0.6983471,0.7231405,0.72727275,0.7231405,0.7231405,0.6859504,0.70247936,0.72727275,0.75206614,0.71487606,0.48347107,0.3429752,0.24380165,0.3264463,0.4214876,0.4338843,0.4214876,0.42561984,0.44214877,0.37190083,0.33471075,0.29752067,0.2892562,0.30578512,0.40082645,0.45454547,0.46280992,0.45041323,0.60330576,0.6983471,0.6404959,0.6735537,0.677686,0.6570248,0.69008267,0.71900827,0.71900827,0.72727275,0.73140496,0.71900827,0.71900827,0.6983471,0.69008267,0.69008267,0.6570248,0.6363636,0.61157024,0.61157024,0.61570245,0.60330576,0.59917355,0.5785124,0.59917355,0.39256197,0.41322315,0.7107438,0.6859504,0.54545456,0.59504133,0.61157024,0.6528926,0.677686,0.6942149,0.6942149,0.6983471,0.71900827,0.73140496,0.70247936,0.70247936,0.677686,0.71487606,0.74380165,0.76859504,0.77272725,0.55785125,0.30991736,0.2603306,0.30578512,0.3429752,0.38429752,0.38842976,0.40495867,0.42561984,0.38842976,0.37603307,0.35950413,0.3429752,0.30165288,0.35950413,0.43801653,0.4752066,0.5123967,0.62396693,0.73140496,0.6859504,0.6942149,0.6818182,0.6528926,0.677686,0.7107438,0.7107438,0.70247936,0.7107438,0.6859504,0.69008267,0.677686,0.661157,0.6570248,0.6198347,0.607438,0.5785124,0.59090906,0.607438,0.58677685,0.58677685,0.57438016,0.59917355,0.42561984,0.34710744,0.6446281,0.72727275,0.5206612,0.58264464,0.59917355,0.6322314,0.661157,0.69008267,0.69008267,0.71900827,0.7066116,0.71487606,0.70247936,0.70247936,0.70247936,0.7355372,0.75619835,0.75206614,0.75619835,0.6404959,0.42975205,0.33471075,0.338843,0.35123968,0.33471075,0.3677686,0.3966942,0.41322315,0.43801653,0.45041323,0.45867768,0.446281,0.45454547,0.46694216,0.5041322,0.5247934,0.5082645,0.59917355,0.7355372,0.74380165,0.72727275,0.70247936,0.6983471,0.69008267,0.7066116,0.70247936,0.69008267,0.6942149,0.6735537,0.6487603,0.661157,0.6322314,0.6280992,0.60330576,0.60330576,0.5785124,0.5661157,0.58264464,0.59090906,0.58264464,0.5661157,0.60330576,0.41322315,0.338843,0.61570245,0.7355372,0.5123967,0.5661157,0.58264464,0.61570245,0.6487603,0.6735537,0.6983471,0.71487606,0.71900827,0.71900827,0.7231405,0.7355372,0.7231405,0.75206614,0.75206614,0.7355372,0.6983471,0.6818182,0.6322314,0.5,0.44214877,0.38842976,0.38016528,0.40082645,0.39256197,0.43801653,0.46280992,0.46694216,0.47107437,0.47933885,0.47933885,0.5,0.49586776,0.53305787,0.5413223,0.5661157,0.7107438,0.74380165,0.74380165,0.71487606,0.7066116,0.6983471,0.69008267,0.6942149,0.6859504,0.6735537,0.6652893,0.6570248,0.6446281,0.59504133,0.59090906,0.58677685,0.5785124,0.59917355,0.59090906,0.58677685,0.59917355,0.5661157,0.55785125,0.6198347,0.4338843,0.3429752,0.553719,0.74793386,0.5247934,0.54545456,0.5785124,0.607438,0.6363636,0.6652893,0.6818182,0.7066116,0.71487606,0.73966944,0.73966944,0.74380165,0.7355372,0.74380165,0.73140496,0.7107438,0.6983471,0.6818182,0.6694215,0.6198347,0.57024795,0.47107437,0.4214876,0.4338843,0.41735536,0.44214877,0.446281,0.45867768,0.46280992,0.46280992,0.4876033,0.5082645,0.53305787,0.55785125,0.58677685,0.6198347,0.6859504,0.72727275,0.75206614,0.74380165,0.7231405,0.71900827,0.6983471,0.69008267,0.6983471,0.6859504,0.6446281,0.6570248,0.59504133,0.59090906,0.57438016,0.57024795,0.56198347,0.58264464,0.59917355,0.58677685,0.58677685,0.56198347,0.5785124,0.59090906,0.41735536,0.37190083,0.47933885,0.6942149,0.56198347,0.55785125,0.58264464,0.59090906,0.6198347,0.6446281,0.6694215,0.6942149,0.73140496,0.73966944,0.74793386,0.74380165,0.73140496,0.71900827,0.70247936,0.69008267,0.6735537,0.6570248,0.6694215,0.6322314,0.6570248,0.59090906,0.5,0.46694216,0.45041323,0.44214877,0.45041323,0.45041323,0.45041323,0.46694216,0.48347107,0.5206612,0.54545456,0.5785124,0.6322314,0.6363636,0.6818182,0.71487606,0.73140496,0.7231405,0.73966944,0.74793386,0.71900827,0.7107438,0.6942149,0.6859504,0.6322314,0.6363636,0.60330576,0.58264464,0.58264464,0.5785124,0.553719,0.57024795,0.58264464,0.58677685,0.57024795,0.57024795,0.54545456,0.59504133,0.4090909,0.40082645,0.42975205,0.58264464,0.5661157,0.57438016,0.5785124,0.58264464,0.607438,0.6570248,0.6652893,0.69008267,0.71487606,0.74793386,0.73966944,0.7355372,0.7066116,0.6983471,0.6818182,0.6652893,0.6487603,0.6528926,0.6487603,0.6487603,0.661157,0.62396693,0.56198347,0.5082645,0.4752066,0.43801653,0.43801653,0.44214877,0.446281,0.46694216,0.5,0.5289256,0.55785125,0.59917355,0.6198347,0.6446281,0.661157,0.6859504,0.71487606,0.7107438,0.73966944,0.75619835,0.74380165,0.73140496,0.7107438,0.677686,0.6446281,0.6322314,0.61570245,0.58264464,0.5785124,0.58264464,0.5661157,0.57024795,0.57438016,0.59090906,0.57438016,0.5661157,0.54545456,0.59504133,0.41322315,0.4214876,0.39256197,0.46280992,0.55785125,0.5785124,0.57024795,0.57024795,0.60330576,0.6652893,0.69008267,0.6983471,0.7231405,0.73966944,0.74380165,0.7107438,0.69008267,0.677686,0.6652893,0.6446281,0.62396693,0.6446281,0.6570248,0.6735537,0.6859504,0.6818182,0.6280992,0.57438016,0.5289256,0.47107437,0.446281,0.45867768,0.47107437,0.5,0.5247934,0.5413223,0.57438016,0.58677685,0.607438,0.6280992,0.6652893,0.6818182,0.70247936,0.7231405,0.72727275,0.7355372,0.75619835,0.74793386,0.71900827,0.6942149,0.6487603,0.6322314,0.59504133,0.58677685,0.57438016,0.57024795,0.57024795,0.57438016,0.57438016,0.59090906,0.57024795,0.55785125,0.55785125,0.58677685,0.4090909,0.41735536,0.40495867,0.4090909,0.5371901,0.57438016,0.57438016,0.5661157,0.58677685,0.6487603,0.69008267,0.7066116,0.71900827,0.73140496,0.71487606,0.70247936,0.6818182,0.6735537,0.6322314,0.62396693,0.6280992,0.677686,0.6983471,0.7355372,0.7355372,0.74380165,0.7355372,0.70247936,0.6322314,0.54545456,0.5123967,0.5165289,0.5371901,0.58264464,0.60330576,0.61570245,0.607438,0.58264464,0.59090906,0.58677685,0.6363636,0.6652893,0.6859504,0.71487606,0.71487606,0.71487606,0.74380165,0.7355372,0.71900827,0.7066116,0.6694215,0.6404959,0.60330576,0.59090906,0.5661157,0.553719,0.57024795,0.58264464,0.5785124,0.57438016,0.553719,0.5413223,0.57024795,0.59917355,0.40495867,0.41735536,0.40495867,0.3966942,0.5165289,0.56198347,0.57438016,0.57438016,0.59504133,0.6404959,0.677686,0.7066116,0.71487606,0.73140496,0.69008267,0.69008267,0.6735537,0.6487603,0.62396693,0.61570245,0.6404959,0.69008267,0.6942149,0.6942149,0.6652893,0.69008267,0.75206614,0.76859504,0.7355372,0.677686,0.62396693,0.57438016,0.5661157,0.59504133,0.6280992,0.6570248,0.6404959,0.60330576,0.58677685,0.57024795,0.58677685,0.59917355,0.61157024,0.677686,0.6983471,0.70247936,0.7231405,0.7355372,0.7066116,0.7066116,0.677686,0.6404959,0.61570245,0.58264464,0.57438016,0.5495868,0.57024795,0.57438016,0.5661157,0.56198347,0.5371901,0.53305787,0.57024795,0.59917355,0.41322315,0.40495867,0.4090909,0.38016528,0.5,0.553719,0.56198347,0.58677685,0.59917355,0.6322314,0.6652893,0.6942149,0.7066116,0.6942149,0.6818182,0.6528926,0.62396693,0.58677685,0.59090906,0.59917355,0.6198347,0.61157024,0.57024795,0.54545456,0.5206612,0.5165289,0.58264464,0.6322314,0.661157,0.6528926,0.5785124,0.5,0.47107437,0.5,0.5123967,0.53305787,0.56198347,0.57024795,0.59090906,0.56198347,0.54545456,0.5206612,0.5495868,0.6363636,0.6652893,0.6818182,0.6983471,0.71900827,0.70247936,0.71487606,0.6942149,0.6528926,0.62396693,0.5785124,0.55785125,0.5413223,0.55785125,0.56198347,0.553719,0.553719,0.5247934,0.53305787,0.5661157,0.59917355,0.41735536,0.40495867,0.41322315,0.38842976,0.4752066,0.53305787,0.5495868,0.57024795,0.59504133,0.6363636,0.6694215,0.69008267,0.69008267,0.6735537,0.661157,0.59090906,0.53305787,0.49173555,0.49173555,0.49586776,0.49586776,0.47107437,0.42561984,0.41322315,0.40082645,0.37603307,0.40082645,0.41322315,0.45454547,0.44214877,0.41322315,0.39256197,0.38429752,0.3966942,0.38016528,0.39256197,0.42561984,0.45041323,0.5165289,0.5165289,0.5082645,0.46694216,0.47933885,0.5495868,0.59504133,0.6280992,0.6570248,0.6694215,0.6942149,0.70247936,0.7066116,0.661157,0.62396693,0.59504133,0.55785125,0.54545456,0.55785125,0.5495868,0.54545456,0.553719,0.5371901,0.5413223,0.57024795,0.59504133,0.40082645,0.4090909,0.40082645,0.4090909,0.43801653,0.5165289,0.5413223,0.55785125,0.57438016,0.6322314,0.6652893,0.7066116,0.7107438,0.6694215,0.6280992,0.5371901,0.45867768,0.40082645,0.35123968,0.33471075,0.3429752,0.33471075,0.30165288,0.26859504,0.24793388,0.22727273,0.24793388,0.24793388,0.27272728,0.25619835,0.24793388,0.26859504,0.27272728,0.24380165,0.23140496,0.2603306,0.30991736,0.34710744,0.38016528,0.39256197,0.40082645,0.38016528,0.38016528,0.45041323,0.5082645,0.57024795,0.607438,0.6363636,0.6694215,0.6942149,0.6983471,0.6735537,0.62396693,0.60330576,0.57438016,0.553719,0.57438016,0.5413223,0.5413223,0.5495868,0.54545456,0.553719,0.5661157,0.60330576,0.40082645,0.40495867,0.41322315,0.3966942,0.40495867,0.5,0.5247934,0.5495868,0.57024795,0.61157024,0.6487603,0.6942149,0.7231405,0.6528926,0.59504133,0.5247934,0.45867768,0.38016528,0.30165288,0.2892562,0.3140496,0.35950413,0.38016528,0.4090909,0.42975205,0.43801653,0.40495867,0.3429752,0.3181818,0.29338843,0.29338843,0.3429752,0.37190083,0.35950413,0.34710744,0.33471075,0.3553719,0.3677686,0.338843,0.3553719,0.3429752,0.3181818,0.30578512,0.38016528,0.47107437,0.5413223,0.59504133,0.62396693,0.661157,0.6983471,0.6652893,0.661157,0.62396693,0.59917355,0.58264464,0.57024795,0.57024795,0.54545456,0.5413223,0.5413223,0.54545456,0.54545456,0.58264464,0.56198347,0.41322315,0.41322315,0.4090909,0.40495867,0.3966942,0.47107437,0.5165289,0.53305787,0.57438016,0.61157024,0.6404959,0.6735537,0.6983471,0.6735537,0.62396693,0.60330576,0.6198347,0.60330576,0.6198347,0.60330576,0.59917355,0.607438,0.607438,0.6404959,0.69008267,0.71900827,0.72727275,0.6859504,0.677686,0.6487603,0.6322314,0.661157,0.6694215,0.6446281,0.6198347,0.60330576,0.58264464,0.57438016,0.5206612,0.49173555,0.5206612,0.5165289,0.5289256,0.5041322,0.5289256,0.60330576,0.6280992,0.6280992,0.661157,0.6983471,0.6694215,0.6446281,0.62396693,0.60330576,0.59504133,0.5785124,0.553719,0.54545456,0.5371901,0.5413223,0.5495868,0.5413223,0.58677685,0.5247934,0.3966942,0.4090909,0.40082645,0.39256197,0.3966942,0.4338843,0.49173555,0.53305787,0.56198347,0.61157024,0.6198347,0.6735537,0.677686,0.6983471,0.6735537,0.661157,0.677686,0.7107438,0.7355372,0.6694215,0.6487603,0.6570248,0.6404959,0.6322314,0.661157,0.7066116,0.7066116,0.7066116,0.71487606,0.71487606,0.71487606,0.7107438,0.6942149,0.6652893,0.6363636,0.6446281,0.62396693,0.61157024,0.607438,0.6198347,0.6404959,0.6487603,0.6404959,0.6487603,0.6404959,0.6363636,0.6487603,0.661157,0.6570248,0.677686,0.6859504,0.6404959,0.59917355,0.607438,0.59917355,0.57024795,0.5495868,0.5371901,0.5247934,0.5371901,0.54545456,0.5413223,0.57438016,0.45454547,0.38842976,0.4090909,0.3966942,0.40495867,0.40495867,0.40082645,0.46694216,0.5041322,0.5413223,0.58264464,0.61157024,0.6404959,0.61570245,0.70247936,0.6818182,0.6694215,0.6818182,0.7231405,0.73140496,0.677686,0.6198347,0.6198347,0.6198347,0.607438,0.6280992,0.6322314,0.6404959,0.6487603,0.6528926,0.6652893,0.6528926,0.6487603,0.6487603,0.6322314,0.62396693,0.6735537,0.6694215,0.6198347,0.60330576,0.58677685,0.6198347,0.6446281,0.677686,0.7107438,0.7355372,0.7355372,0.71900827,0.69008267,0.6735537,0.661157,0.6570248,0.6198347,0.607438,0.58677685,0.5785124,0.57024795,0.5495868,0.5371901,0.5289256,0.53305787,0.5413223,0.53305787,0.58677685,0.36363637,0.41735536,0.38842976,0.40082645,0.3966942,0.40082645,0.39256197,0.42975205,0.4876033,0.5247934,0.56198347,0.61157024,0.6570248,0.6487603,0.6818182,0.7066116,0.6983471,0.7231405,0.73140496,0.72727275,0.69008267,0.6363636,0.57024795,0.5289256,0.5082645,0.5,0.5,0.49173555,0.4752066,0.5082645,0.5371901,0.5247934,0.5206612,0.53305787,0.5206612,0.5247934,0.5495868,0.5371901,0.55785125,0.54545456,0.5495868,0.607438,0.6363636,0.6694215,0.71487606,0.73966944,0.73140496,0.71487606,0.6694215,0.6735537,0.6528926,0.62396693,0.61157024,0.59504133,0.59917355,0.57438016,0.5661157,0.55785125,0.53305787,0.5206612,0.5123967,0.5289256,0.5413223,0.5247934,0.2892562,0.40495867,0.3966942,0.39256197,0.3966942,0.40082645,0.38842976,0.40082645,0.44214877,0.5041322,0.56198347,0.59090906,0.6363636,0.661157,0.677686,0.7107438,0.7107438,0.71900827,0.71900827,0.7066116,0.6942149,0.6652893,0.59504133,0.5165289,0.46694216,0.4214876,0.40495867,0.37603307,0.37190083,0.37190083,0.37190083,0.38842976,0.3966942,0.40082645,0.40082645,0.41735536,0.43801653,0.46280992,0.5,0.5371901,0.59090906,0.6322314,0.6570248,0.661157,0.72727275,0.7355372,0.71900827,0.6983471,0.677686,0.6694215,0.6570248,0.59917355,0.61157024,0.59917355,0.59090906,0.5785124,0.56198347,0.5371901,0.5123967,0.5123967,0.5,0.5082645,0.5247934,0.46280992,0.2520661,0.40082645,0.40082645,0.40082645,0.40082645,0.3966942,0.38842976,0.38842976,0.40082645,0.46694216,0.5247934,0.57024795,0.60330576,0.6570248,0.6818182,0.6942149,0.7107438,0.6942149,0.7066116,0.6859504,0.6818182,0.661157,0.61570245,0.55785125,0.5247934,0.4876033,0.43801653,0.40495867,0.38842976,0.38016528,0.3553719,0.36363637,0.38016528,0.38842976,0.40082645,0.4214876,0.47107437,0.49586776,0.5413223,0.57438016,0.62396693,0.62396693,0.6570248,0.6735537,0.71487606,0.7231405,0.71487606,0.6942149,0.6818182,0.6735537,0.6446281,0.6198347,0.607438,0.59090906,0.5785124,0.57024795,0.553719,0.5289256,0.5206612,0.5123967,0.49173555,0.5,0.5247934,0.3553719,0.2768595,0.40082645,0.38842976,0.39256197,0.3966942,0.3966942,0.3966942,0.38842976,0.37603307,0.42561984,0.49586776,0.54545456,0.58677685,0.6322314,0.6735537,0.677686,0.677686,0.6942149,0.6983471,0.6735537,0.6735537,0.6694215,0.6446281,0.59917355,0.57024795,0.57024795,0.5371901,0.49173555,0.47107437,0.46694216,0.446281,0.44214877,0.44214877,0.46280992,0.48347107,0.5123967,0.54545456,0.56198347,0.58677685,0.59917355,0.6528926,0.6528926,0.6859504,0.6818182,0.69008267,0.7107438,0.70247936,0.6818182,0.661157,0.661157,0.6322314,0.61570245,0.59917355,0.57438016,0.57438016,0.56198347,0.54545456,0.5206612,0.5082645,0.5,0.48347107,0.5,0.49173555,0.2768595,0.28099173,0.39256197,0.39256197,0.38842976,0.3966942,0.39256197,0.39256197,0.38842976,0.37603307,0.38429752,0.44214877,0.5041322,0.55785125,0.59917355,0.6570248,0.6735537,0.661157,0.6983471,0.6983471,0.6818182,0.6694215,0.6859504,0.6652893,0.6198347,0.6198347,0.6322314,0.6198347,0.59917355,0.58264464,0.59504133,0.58677685,0.5785124,0.55785125,0.57438016,0.58264464,0.59917355,0.61157024,0.62396693,0.6322314,0.6363636,0.69008267,0.69008267,0.6859504,0.6942149,0.69008267,0.6983471,0.6735537,0.661157,0.6570248,0.6528926,0.6198347,0.59090906,0.5785124,0.56198347,0.55785125,0.55785125,0.5371901,0.5041322,0.5,0.49173555,0.47107437,0.5,0.45454547,0.24380165,0.29752067,0.38842976,0.3966942,0.38842976,0.3966942,0.38842976,0.38842976,0.39256197,0.38842976,0.35950413,0.38429752,0.46280992,0.5082645,0.5785124,0.6363636,0.6570248,0.6694215,0.677686,0.6942149,0.70247936,0.677686,0.69008267,0.6818182,0.6404959,0.6818182,0.69008267,0.69008267,0.6942149,0.69008267,0.70247936,0.7107438,0.70247936,0.6818182,0.6859504,0.6859504,0.677686,0.6735537,0.6735537,0.677686,0.69008267,0.7066116,0.6983471,0.6735537,0.6859504,0.6859504,0.677686,0.6652893,0.6570248,0.661157,0.6363636,0.6198347,0.59504133,0.5785124,0.5495868,0.54545456,0.54545456,0.5289256,0.49586776,0.49173555,0.47933885,0.446281,0.5123967,0.446281,0.23966943,0.29338843,0.38429752,0.40495867,0.38016528,0.39256197,0.38842976,0.38842976,0.3966942,0.38842976,0.38842976,0.3553719,0.40495867,0.46280992,0.5371901,0.61157024,0.6322314,0.6570248,0.6652893,0.677686,0.6942149,0.6859504,0.7066116,0.72727275,0.7066116,0.7355372,0.72727275,0.7231405,0.73140496,0.73140496,0.75206614,0.74793386,0.74380165,0.7355372,0.73140496,0.73140496,0.72727275,0.7231405,0.7231405,0.7231405,0.7355372,0.72727275,0.71900827,0.6859504,0.69008267,0.69008267,0.677686,0.6694215,0.661157,0.6528926,0.6280992,0.60330576,0.5661157,0.56198347,0.54545456,0.53305787,0.5247934,0.5082645,0.49173555,0.48347107,0.45454547,0.43801653,0.54545456,0.44214877,0.23966943,0.2892562,0.38429752,0.40495867,0.37603307,0.38429752,0.38842976,0.38429752,0.39256197,0.39256197,0.39256197,0.37190083,0.34710744,0.4090909,0.48347107,0.553719,0.62396693,0.6446281,0.661157,0.6652893,0.677686,0.6859504,0.71487606,0.73966944,0.74380165,0.75206614,0.74380165,0.73966944,0.74793386,0.75619835,0.76033056,0.74380165,0.73966944,0.73966944,0.73140496,0.7355372,0.74380165,0.74380165,0.74380165,0.75619835,0.76859504,0.75619835,0.73140496,0.7107438,0.70247936,0.69008267,0.677686,0.6570248,0.6487603,0.6280992,0.61570245,0.57438016,0.5413223,0.53305787,0.5371901,0.5165289,0.5041322,0.47933885,0.47107437,0.45454547,0.4214876,0.47933885,0.5785124,0.4214876,0.23140496,0.2892562,0.38842976,0.3966942,0.38429752,0.38429752,0.38842976,0.38429752,0.38429752,0.39256197,0.3966942,0.39256197,0.37190083,0.35123968,0.38429752,0.5,0.59090906,0.6280992,0.6322314,0.6528926,0.6528926,0.661157,0.6942149,0.71900827,0.7355372,0.74380165,0.75206614,0.74793386,0.7644628,0.77272725,0.73140496,0.73966944,0.73966944,0.74793386,0.73966944,0.73140496,0.74793386,0.73966944,0.72727275,0.75206614,0.76859504,0.75619835,0.71900827,0.7107438,0.6859504,0.69008267,0.6735537,0.6363636,0.61157024,0.59917355,0.57438016,0.5371901,0.5289256,0.5082645,0.5082645,0.4876033,0.46694216,0.46280992,0.43801653,0.40495867,0.45041323,0.5247934,0.57438016,0.3966942,0.23140496,0.29338843,0.38842976,0.38016528,0.38429752,0.38842976,0.38842976,0.38016528,0.38842976,0.38429752,0.39256197,0.40082645,0.38842976,0.37603307,0.33471075,0.39256197,0.5206612,0.59917355,0.60330576,0.6280992,0.6446281,0.6570248,0.6818182,0.6983471,0.7107438,0.7355372,0.74380165,0.75619835,0.76859504,0.76033056,0.72727275,0.73966944,0.73966944,0.74793386,0.74793386,0.71900827,0.73140496,0.73966944,0.73140496,0.73966944,0.7355372,0.7355372,0.71487606,0.6818182,0.6652893,0.6818182,0.661157,0.62396693,0.59504133,0.55785125,0.5289256,0.5,0.4752066,0.4876033,0.46694216,0.45041323,0.4338843,0.41322315,0.38842976,0.45454547,0.5247934,0.53305787,0.58677685,0.3677686,0.2520661,0.2892562,0.38429752,0.3677686,0.39256197,0.38429752,0.38842976,0.38429752,0.38429752,0.38842976,0.38429752,0.39256197,0.40082645,0.38429752,0.40082645,0.338843,0.4214876,0.54545456,0.59917355,0.59917355,0.62396693,0.6487603,0.6859504,0.6983471,0.70247936,0.7066116,0.7231405,0.73140496,0.71900827,0.70247936,0.71487606,0.7107438,0.73140496,0.73966944,0.75206614,0.74380165,0.73140496,0.73140496,0.7231405,0.70247936,0.73140496,0.72727275,0.6983471,0.6652893,0.6528926,0.6446281,0.6280992,0.60330576,0.57438016,0.5206612,0.48347107,0.4752066,0.42561984,0.44214877,0.40495867,0.39256197,0.38842976,0.36363637,0.4338843,0.5289256,0.5371901,0.5413223,0.59504133,0.3553719,0.25619835,0.29338843,0.37190083,0.40082645,0.38842976,0.37190083,0.39256197,0.38842976,0.38429752,0.38429752,0.39256197,0.39256197,0.3966942,0.39256197,0.39256197,0.5413223,0.30165288,0.42975205,0.57024795,0.59917355,0.59917355,0.607438,0.6487603,0.6735537,0.6652893,0.69008267,0.7066116,0.69008267,0.7066116,0.6859504,0.6942149,0.6942149,0.70247936,0.72727275,0.73140496,0.7355372,0.73140496,0.73140496,0.7066116,0.6694215,0.69008267,0.677686,0.677686,0.6446281,0.62396693,0.6198347,0.60330576,0.56198347,0.5206612,0.49173555,0.45454547,0.4090909,0.3966942,0.40082645,0.338843,0.33471075,0.3181818,0.4214876,0.5413223,0.5413223,0.5371901,0.5495868,0.5785124,0.37190083,0.26859504,0.29752067,17 +0.5247934,0.5123967,0.553719,0.54545456,0.55785125,0.553719,0.60330576,0.661157,0.677686,0.6570248,0.6404959,0.62396693,0.6487603,0.6363636,0.6652893,0.71487606,0.74380165,0.78099173,0.80991733,0.8181818,0.822314,0.822314,0.80991733,0.8057851,0.8140496,0.8140496,0.822314,0.80991733,0.8057851,0.8140496,0.8140496,0.8140496,0.80991733,0.8057851,0.8140496,0.8057851,0.8140496,0.8140496,0.8140496,0.80991733,0.8181818,0.8140496,0.80991733,0.8057851,0.80991733,0.822314,0.80991733,0.8057851,0.8140496,0.8057851,0.79752064,0.77272725,0.75206614,0.74793386,0.7231405,0.6570248,0.607438,0.553719,0.4338843,0.3181818,0.28099173,0.2603306,0.3181818,0.3264463,0.49173555,0.5,0.5247934,0.5413223,0.57024795,0.56198347,0.60330576,0.6694215,0.677686,0.677686,0.6528926,0.6404959,0.6487603,0.6280992,0.677686,0.71487606,0.76033056,0.7892562,0.80991733,0.822314,0.822314,0.8264463,0.8057851,0.79752064,0.8181818,0.8181818,0.822314,0.8140496,0.822314,0.8181818,0.80991733,0.8057851,0.80991733,0.80991733,0.80991733,0.8016529,0.8016529,0.8140496,0.8181818,0.8057851,0.822314,0.8181818,0.8140496,0.80991733,0.822314,0.8264463,0.822314,0.8140496,0.8305785,0.8181818,0.79752064,0.7933884,0.78099173,0.75619835,0.71900827,0.6570248,0.607438,0.553719,0.446281,0.30578512,0.28099173,0.24793388,0.25619835,0.28512397,0.4876033,0.5123967,0.5206612,0.59504133,0.61157024,0.57024795,0.59917355,0.6735537,0.69008267,0.677686,0.6528926,0.6404959,0.6528926,0.6735537,0.6942149,0.74793386,0.7768595,0.78099173,0.8140496,0.8264463,0.8264463,0.8264463,0.8264463,0.8140496,0.8181818,0.80991733,0.8181818,0.8140496,0.822314,0.8140496,0.80991733,0.8057851,0.8057851,0.8057851,0.8140496,0.8057851,0.80991733,0.822314,0.8140496,0.80991733,0.8181818,0.8181818,0.8181818,0.8140496,0.8181818,0.8264463,0.8305785,0.8057851,0.8181818,0.822314,0.80991733,0.7933884,0.7892562,0.78099173,0.74380165,0.6652893,0.59504133,0.56198347,0.47933885,0.3264463,0.27272728,0.2520661,0.23553719,0.2603306,0.5165289,0.5206612,0.5371901,0.6198347,0.61157024,0.55785125,0.59917355,0.677686,0.6818182,0.6528926,0.6528926,0.62396693,0.6404959,0.6735537,0.70247936,0.76859504,0.7892562,0.78512394,0.8016529,0.8181818,0.822314,0.8264463,0.8264463,0.822314,0.8181818,0.8140496,0.8181818,0.80991733,0.8140496,0.8140496,0.8057851,0.8057851,0.8016529,0.79752064,0.80991733,0.8057851,0.8181818,0.8264463,0.822314,0.8057851,0.8181818,0.8181818,0.80991733,0.8140496,0.8140496,0.8305785,0.8305785,0.8181818,0.8181818,0.8140496,0.8016529,0.7892562,0.7933884,0.7892562,0.77272725,0.6818182,0.5785124,0.56198347,0.4876033,0.35950413,0.24380165,0.23553719,0.23966943,0.23140496,0.5371901,0.5371901,0.55785125,0.62396693,0.61157024,0.5661157,0.60330576,0.677686,0.677686,0.6570248,0.6363636,0.61570245,0.6322314,0.6570248,0.7066116,0.75206614,0.7768595,0.78512394,0.7892562,0.7933884,0.8016529,0.8140496,0.8181818,0.8140496,0.8057851,0.8181818,0.80991733,0.8016529,0.80991733,0.80991733,0.8057851,0.8016529,0.79752064,0.79752064,0.8057851,0.8016529,0.8181818,0.822314,0.822314,0.7933884,0.80991733,0.8181818,0.80991733,0.80991733,0.8140496,0.8264463,0.8264463,0.80991733,0.8057851,0.7933884,0.7768595,0.7768595,0.7768595,0.7768595,0.78099173,0.7107438,0.60330576,0.57438016,0.5123967,0.38429752,0.24793388,0.21900827,0.22727273,0.1983471,0.57024795,0.5371901,0.58264464,0.61157024,0.61570245,0.58264464,0.607438,0.6694215,0.677686,0.6528926,0.6280992,0.607438,0.6198347,0.6404959,0.6818182,0.7231405,0.74793386,0.76033056,0.76033056,0.75619835,0.7644628,0.77272725,0.78512394,0.79752064,0.8016529,0.79752064,0.8016529,0.7933884,0.7933884,0.8057851,0.8057851,0.7933884,0.7892562,0.79752064,0.79752064,0.7892562,0.80991733,0.8181818,0.8057851,0.7933884,0.7933884,0.8057851,0.8057851,0.8057851,0.80991733,0.8140496,0.80991733,0.7933884,0.78099173,0.76033056,0.75619835,0.7355372,0.74793386,0.73966944,0.75206614,0.72727275,0.6570248,0.58677685,0.5413223,0.42975205,0.2644628,0.2107438,0.21487603,0.20247933,0.62396693,0.57438016,0.59917355,0.6280992,0.6198347,0.58677685,0.60330576,0.661157,0.6652893,0.6487603,0.59917355,0.60330576,0.6198347,0.6280992,0.6528926,0.6983471,0.7107438,0.7107438,0.71900827,0.72727275,0.72727275,0.73140496,0.74793386,0.76859504,0.78512394,0.76859504,0.7892562,0.7933884,0.78099173,0.7933884,0.7892562,0.7892562,0.78099173,0.78512394,0.7933884,0.78512394,0.79752064,0.8057851,0.80991733,0.7933884,0.7768595,0.7892562,0.8016529,0.8016529,0.79752064,0.7933884,0.78512394,0.74793386,0.7355372,0.7107438,0.71487606,0.6859504,0.70247936,0.6942149,0.70247936,0.70247936,0.6694215,0.59917355,0.5495868,0.45867768,0.27272728,0.2107438,0.20247933,0.22727273,0.69008267,0.6322314,0.61157024,0.6570248,0.6363636,0.57438016,0.58677685,0.6280992,0.61570245,0.6198347,0.58264464,0.57438016,0.59090906,0.59090906,0.61157024,0.62396693,0.62396693,0.6280992,0.6487603,0.6694215,0.69008267,0.6942149,0.7107438,0.7231405,0.74380165,0.74793386,0.7644628,0.7768595,0.7768595,0.7768595,0.7768595,0.7768595,0.77272725,0.77272725,0.78512394,0.77272725,0.78512394,0.79752064,0.7933884,0.7768595,0.77272725,0.77272725,0.7933884,0.78512394,0.76859504,0.75619835,0.7355372,0.6983471,0.69008267,0.661157,0.6404959,0.6404959,0.6570248,0.6652893,0.6652893,0.661157,0.6446281,0.61157024,0.56198347,0.48347107,0.30991736,0.20661157,0.20661157,0.23966943,0.6942149,0.6404959,0.6322314,0.6322314,0.6570248,0.6446281,0.62396693,0.6363636,0.6198347,0.6198347,0.607438,0.5371901,0.5206612,0.5413223,0.5289256,0.5082645,0.5,0.5123967,0.5289256,0.5413223,0.55785125,0.58677685,0.607438,0.6322314,0.6652893,0.71487606,0.7355372,0.73966944,0.76033056,0.76859504,0.7644628,0.75206614,0.75619835,0.76033056,0.7644628,0.76033056,0.77272725,0.78099173,0.77272725,0.76859504,0.75619835,0.75619835,0.76033056,0.74380165,0.7231405,0.6942149,0.6652893,0.6363636,0.6363636,0.58677685,0.5247934,0.5661157,0.5495868,0.57024795,0.57438016,0.58264464,0.5785124,0.57024795,0.553719,0.5041322,0.35950413,0.2107438,0.20661157,0.24793388,0.6363636,0.61570245,0.6322314,0.59504133,0.58264464,0.6198347,0.6570248,0.6983471,0.69008267,0.6694215,0.6528926,0.553719,0.5413223,0.5371901,0.47107437,0.45041323,0.42561984,0.42975205,0.42975205,0.4338843,0.43801653,0.4752066,0.4876033,0.5041322,0.53305787,0.6280992,0.6694215,0.6983471,0.74380165,0.75619835,0.74380165,0.73966944,0.74380165,0.74793386,0.75206614,0.73966944,0.74380165,0.75619835,0.74793386,0.74380165,0.74380165,0.7355372,0.72727275,0.6983471,0.677686,0.6404959,0.60330576,0.5495868,0.5413223,0.46694216,0.4214876,0.45454547,0.45867768,0.47107437,0.4752066,0.4876033,0.49173555,0.5,0.5165289,0.5247934,0.40495867,0.24380165,0.2231405,0.23140496,0.59504133,0.62396693,0.6735537,0.6198347,0.54545456,0.5289256,0.5785124,0.6198347,0.6363636,0.6322314,0.58264464,0.5206612,0.5289256,0.5123967,0.46694216,0.45454547,0.43801653,0.41735536,0.3966942,0.38842976,0.38429752,0.4090909,0.4338843,0.43801653,0.45041323,0.5041322,0.5661157,0.61157024,0.677686,0.7107438,0.7231405,0.73966944,0.73966944,0.7355372,0.73966944,0.71487606,0.7066116,0.74793386,0.7355372,0.7066116,0.6942149,0.69008267,0.661157,0.6280992,0.58677685,0.53305787,0.5041322,0.47107437,0.42975205,0.38842976,0.35950413,0.41735536,0.45867768,0.46694216,0.49586776,0.5041322,0.5082645,0.5123967,0.4876033,0.5123967,0.446281,0.30165288,0.26859504,0.23140496,0.54545456,0.53305787,0.6198347,0.60330576,0.59504133,0.60330576,0.6322314,0.6363636,0.6363636,0.59504133,0.5495868,0.5165289,0.5165289,0.4876033,0.48347107,0.46280992,0.47107437,0.446281,0.4214876,0.4214876,0.41322315,0.40082645,0.40082645,0.41735536,0.4214876,0.45867768,0.5041322,0.5123967,0.57438016,0.6322314,0.6652893,0.7066116,0.7231405,0.7066116,0.71487606,0.6983471,0.70247936,0.7231405,0.6942149,0.661157,0.6322314,0.6198347,0.58264464,0.5371901,0.46280992,0.4214876,0.40495867,0.39256197,0.38016528,0.40082645,0.4090909,0.45454547,0.47107437,0.49586776,0.53305787,0.553719,0.5661157,0.54545456,0.4876033,0.49586776,0.47107437,0.3553719,0.338843,0.27272728,0.553719,0.5165289,0.5289256,0.4752066,0.53305787,0.61570245,0.6280992,0.59090906,0.5785124,0.5495868,0.5123967,0.49586776,0.46694216,0.45454547,0.4338843,0.42561984,0.41322315,0.41735536,0.41735536,0.4338843,0.43801653,0.43801653,0.4338843,0.41735536,0.4090909,0.46694216,0.46280992,0.47933885,0.5371901,0.58264464,0.61157024,0.6694215,0.6859504,0.69008267,0.6983471,0.6818182,0.69008267,0.6859504,0.6528926,0.59917355,0.55785125,0.5247934,0.5041322,0.446281,0.3966942,0.38842976,0.38016528,0.38429752,0.40082645,0.41735536,0.42561984,0.4338843,0.42975205,0.46280992,0.4876033,0.5247934,0.56198347,0.5661157,0.5371901,0.5082645,0.4876033,0.38016528,0.3140496,0.3677686,0.59917355,0.5,0.47933885,0.4338843,0.5247934,0.59917355,0.59090906,0.53305787,0.49586776,0.4752066,0.446281,0.41735536,0.35950413,0.37190083,0.30991736,0.3429752,0.30165288,0.3140496,0.30991736,0.3181818,0.34710744,0.4090909,0.45041323,0.44214877,0.44214877,0.46280992,0.45867768,0.48347107,0.5206612,0.5495868,0.58677685,0.6528926,0.6694215,0.6818182,0.7107438,0.6818182,0.6818182,0.6280992,0.59504133,0.5371901,0.5,0.47107437,0.4338843,0.4090909,0.3966942,0.38842976,0.37190083,0.33471075,0.3429752,0.33471075,0.36363637,0.34710744,0.35123968,0.4090909,0.43801653,0.4752066,0.5123967,0.53305787,0.54545456,0.5206612,0.49586776,0.40495867,0.23966943,0.38842976,0.59917355,0.4876033,0.44214877,0.45041323,0.5413223,0.55785125,0.53305787,0.49173555,0.446281,0.40495867,0.338843,0.3181818,0.3140496,0.40495867,0.3140496,0.30165288,0.26859504,0.2892562,0.35950413,0.37190083,0.3264463,0.32231405,0.3677686,0.42975205,0.4338843,0.45041323,0.46280992,0.4752066,0.5,0.5247934,0.58677685,0.6570248,0.6983471,0.71487606,0.7107438,0.7107438,0.6818182,0.59504133,0.5165289,0.46694216,0.45454547,0.42561984,0.38842976,0.38016528,0.338843,0.3140496,0.29338843,0.28099173,0.28099173,0.33471075,0.3429752,0.4090909,0.40082645,0.36363637,0.3429752,0.40495867,0.46280992,0.5082645,0.53305787,0.5289256,0.5041322,0.38842976,0.28512397,0.3140496,0.61570245,0.5082645,0.446281,0.5,0.55785125,0.54545456,0.48347107,0.45454547,0.40495867,0.3181818,0.30578512,0.30991736,0.3677686,0.46694216,0.2603306,0.3305785,0.22727273,0.21487603,0.338843,0.42561984,0.38016528,0.37190083,0.3553719,0.38842976,0.3966942,0.44214877,0.44214877,0.46280992,0.48347107,0.5082645,0.59090906,0.6942149,0.75206614,0.76033056,0.75206614,0.74380165,0.6694215,0.5495868,0.47107437,0.44214877,0.40082645,0.38016528,0.338843,0.3305785,0.3264463,0.28099173,0.23966943,0.1983471,0.21487603,0.2768595,0.38842976,0.41322315,0.32231405,0.35950413,0.3677686,0.338843,0.4338843,0.47933885,0.5206612,0.5371901,0.4876033,0.36363637,0.2768595,0.32231405,0.6363636,0.5371901,0.4752066,0.5495868,0.57438016,0.5371901,0.4752066,0.42975205,0.36363637,0.30165288,0.28099173,0.35123968,0.56198347,0.4876033,0.21900827,0.30578512,0.2231405,0.20247933,0.30165288,0.49173555,0.45867768,0.3966942,0.37190083,0.40082645,0.37603307,0.3966942,0.4338843,0.45867768,0.47933885,0.49173555,0.61570245,0.74793386,0.79752064,0.8057851,0.8057851,0.7892562,0.7066116,0.5371901,0.45041323,0.42561984,0.37603307,0.34710744,0.30165288,0.3264463,0.3677686,0.24793388,0.23553719,0.19008264,0.24380165,0.29752067,0.3305785,0.6198347,0.43801653,0.28099173,0.3305785,0.3553719,0.38842976,0.45041323,0.5082645,0.54545456,0.49173555,0.37603307,0.27272728,0.3429752,0.6528926,0.5785124,0.56198347,0.59917355,0.60330576,0.54545456,0.47933885,0.4338843,0.38016528,0.3305785,0.3181818,0.41735536,0.6198347,0.45867768,0.27272728,0.24380165,0.18181819,0.2231405,0.33471075,0.5041322,0.5247934,0.45041323,0.35123968,0.40495867,0.43801653,0.40495867,0.41322315,0.446281,0.5,0.5289256,0.6694215,0.78512394,0.8181818,0.8264463,0.8181818,0.80991733,0.74380165,0.54545456,0.4752066,0.42975205,0.41735536,0.35950413,0.28099173,0.3429752,0.42561984,0.3181818,0.23553719,0.19008264,0.19008264,0.2107438,0.27272728,0.6322314,0.5289256,0.38429752,0.30578512,0.35123968,0.40082645,0.45041323,0.5082645,0.553719,0.5041322,0.3966942,0.2768595,0.38016528,0.661157,0.61570245,0.6363636,0.661157,0.6570248,0.59090906,0.53305787,0.5165289,0.46694216,0.42561984,0.4338843,0.45867768,0.58264464,0.5413223,0.3305785,0.3429752,0.3140496,0.33471075,0.42975205,0.55785125,0.5289256,0.45454547,0.4090909,0.38429752,0.43801653,0.4752066,0.43801653,0.46280992,0.553719,0.6198347,0.71487606,0.7892562,0.822314,0.8264463,0.822314,0.8140496,0.78512394,0.5661157,0.49173555,0.47107437,0.5123967,0.39256197,0.30991736,0.37190083,0.45867768,0.38842976,0.3140496,0.26859504,0.23966943,0.2644628,0.41735536,0.58264464,0.5206612,0.4876033,0.4214876,0.4090909,0.44214877,0.47933885,0.53305787,0.57024795,0.5206612,0.41735536,0.2768595,0.4338843,0.6735537,0.6694215,0.6983471,0.71900827,0.71487606,0.6818182,0.6652893,0.6735537,0.6198347,0.5413223,0.5165289,0.5247934,0.57024795,0.60330576,0.553719,0.5082645,0.5413223,0.5289256,0.5785124,0.61157024,0.57024795,0.5041322,0.48347107,0.4752066,0.47933885,0.4876033,0.5082645,0.553719,0.6570248,0.70247936,0.73140496,0.7892562,0.8264463,0.8305785,0.8264463,0.80991733,0.8264463,0.6322314,0.49586776,0.5123967,0.54545456,0.49173555,0.43801653,0.42975205,0.46280992,0.45041323,0.41735536,0.39256197,0.3966942,0.39256197,0.5,0.56198347,0.5413223,0.57024795,0.553719,0.5247934,0.5165289,0.5289256,0.5661157,0.58677685,0.553719,0.4214876,0.30165288,0.42975205,0.6735537,0.6942149,0.73966944,0.75619835,0.74793386,0.75206614,0.76033056,0.75619835,0.71487606,0.607438,0.5413223,0.53305787,0.58264464,0.607438,0.6528926,0.6198347,0.6404959,0.6280992,0.61157024,0.59917355,0.57024795,0.5371901,0.5289256,0.5247934,0.5413223,0.5371901,0.6280992,0.6694215,0.73140496,0.72727275,0.73140496,0.78512394,0.8264463,0.8305785,0.822314,0.8057851,0.8553719,0.6983471,0.5123967,0.54545456,0.5247934,0.5123967,0.48347107,0.46280992,0.46694216,0.48347107,0.4876033,0.49586776,0.5123967,0.5123967,0.5495868,0.5785124,0.58677685,0.60330576,0.607438,0.607438,0.59917355,0.59504133,0.59917355,0.60330576,0.60330576,0.42975205,0.33471075,0.4876033,0.6735537,0.6983471,0.74380165,0.77272725,0.78099173,0.77272725,0.77272725,0.76033056,0.73140496,0.6446281,0.58264464,0.5371901,0.56198347,0.57438016,0.61157024,0.59090906,0.59090906,0.59090906,0.5661157,0.56198347,0.5661157,0.5785124,0.59504133,0.607438,0.6322314,0.6570248,0.72727275,0.7355372,0.75206614,0.72727275,0.7231405,0.77272725,0.8264463,0.8264463,0.8140496,0.8016529,0.8595041,0.7231405,0.5289256,0.59917355,0.55785125,0.5041322,0.4876033,0.47933885,0.47107437,0.48347107,0.4876033,0.5041322,0.5371901,0.5371901,0.57024795,0.59090906,0.59917355,0.60330576,0.62396693,0.6446281,0.6446281,0.6363636,0.6280992,0.6322314,0.6487603,0.4752066,0.38842976,0.57438016,0.677686,0.72727275,0.75206614,0.7892562,0.7933884,0.78099173,0.7768595,0.75619835,0.7355372,0.6942149,0.6446281,0.60330576,0.54545456,0.5495868,0.5661157,0.57024795,0.5785124,0.61157024,0.61157024,0.6487603,0.6818182,0.6983471,0.71487606,0.71900827,0.7231405,0.72727275,0.74793386,0.76033056,0.74380165,0.71900827,0.7107438,0.7644628,0.8181818,0.8264463,0.80991733,0.80991733,0.8471074,0.73966944,0.553719,0.6446281,0.6487603,0.61157024,0.56198347,0.5371901,0.5165289,0.5206612,0.5289256,0.5206612,0.5289256,0.5206612,0.5247934,0.58677685,0.5785124,0.607438,0.6363636,0.6735537,0.6735537,0.6487603,0.6487603,0.6528926,0.6570248,0.5495868,0.49586776,0.58264464,0.6735537,0.75206614,0.7644628,0.7892562,0.7892562,0.7892562,0.78512394,0.77272725,0.76033056,0.74380165,0.7231405,0.7107438,0.677686,0.677686,0.6859504,0.7107438,0.71487606,0.73140496,0.73966944,0.76033056,0.78512394,0.78512394,0.77272725,0.78099173,0.7644628,0.74793386,0.76033056,0.75206614,0.73140496,0.72727275,0.73140496,0.7644628,0.80991733,0.8264463,0.80991733,0.8057851,0.8471074,0.75206614,0.59917355,0.6694215,0.71900827,0.72727275,0.71900827,0.6818182,0.6363636,0.6280992,0.6198347,0.61157024,0.60330576,0.60330576,0.59504133,0.6404959,0.6487603,0.6446281,0.6570248,0.6818182,0.69008267,0.6694215,0.6570248,0.661157,0.6446281,0.60330576,0.58677685,0.5495868,0.661157,0.74380165,0.76033056,0.78099173,0.78512394,0.78512394,0.7892562,0.7933884,0.78512394,0.76859504,0.7644628,0.74380165,0.74380165,0.73966944,0.73140496,0.76033056,0.75619835,0.78512394,0.7933884,0.8057851,0.8264463,0.8181818,0.8016529,0.80991733,0.8016529,0.7644628,0.76033056,0.74380165,0.72727275,0.73140496,0.7355372,0.76859504,0.8057851,0.822314,0.8140496,0.8140496,0.8305785,0.77272725,0.6322314,0.677686,0.73140496,0.7644628,0.78512394,0.76859504,0.74793386,0.73966944,0.72727275,0.7231405,0.7107438,0.7107438,0.7066116,0.73140496,0.7231405,0.71900827,0.70247936,0.7066116,0.6983471,0.69008267,0.6694215,0.6735537,0.6446281,0.59090906,0.45867768,0.5123967,0.6528926,0.72727275,0.7644628,0.7768595,0.7768595,0.7892562,0.7892562,0.7892562,0.79752064,0.79752064,0.78512394,0.78099173,0.78099173,0.77272725,0.77272725,0.78512394,0.78512394,0.80991733,0.822314,0.8181818,0.8264463,0.8347107,0.822314,0.80991733,0.8057851,0.7768595,0.76859504,0.75206614,0.74793386,0.7355372,0.7231405,0.7644628,0.8016529,0.8140496,0.8140496,0.8057851,0.822314,0.8057851,0.6818182,0.69008267,0.72727275,0.76033056,0.79752064,0.78512394,0.7768595,0.78099173,0.7892562,0.78099173,0.7892562,0.78099173,0.7768595,0.77272725,0.75619835,0.76033056,0.76033056,0.75206614,0.7231405,0.677686,0.6570248,0.6570248,0.6487603,0.60330576,0.38429752,0.45041323,0.6446281,0.7066116,0.75619835,0.76859504,0.76859504,0.78099173,0.78512394,0.78512394,0.7933884,0.8057851,0.7892562,0.78099173,0.79752064,0.7933884,0.7892562,0.79752064,0.8057851,0.8181818,0.8181818,0.822314,0.822314,0.822314,0.8264463,0.8140496,0.8140496,0.77272725,0.77272725,0.7644628,0.74793386,0.73966944,0.75206614,0.7768595,0.8016529,0.80991733,0.8181818,0.80991733,0.80991733,0.8181818,0.74380165,0.7107438,0.72727275,0.7644628,0.78512394,0.76859504,0.77272725,0.78512394,0.79752064,0.80991733,0.80991733,0.8057851,0.80991733,0.7768595,0.77272725,0.74793386,0.7644628,0.74380165,0.6942149,0.6652893,0.6487603,0.6487603,0.6487603,0.61570245,0.3677686,0.4214876,0.6570248,0.7066116,0.73140496,0.75206614,0.75619835,0.76033056,0.77272725,0.7768595,0.7933884,0.8016529,0.7768595,0.78099173,0.8057851,0.8057851,0.79752064,0.8140496,0.8140496,0.8140496,0.8181818,0.822314,0.8264463,0.8264463,0.822314,0.8140496,0.7933884,0.7768595,0.76033056,0.75619835,0.73140496,0.72727275,0.7644628,0.78512394,0.8140496,0.822314,0.8264463,0.80991733,0.80991733,0.8181818,0.77272725,0.7231405,0.6818182,0.72727275,0.7644628,0.7644628,0.7644628,0.7933884,0.8057851,0.8140496,0.80991733,0.822314,0.8181818,0.78512394,0.7933884,0.76859504,0.76033056,0.72727275,0.6363636,0.6446281,0.6694215,0.6487603,0.6446281,0.61157024,0.35950413,0.3966942,0.6818182,0.7107438,0.74380165,0.75619835,0.75206614,0.74380165,0.76033056,0.7644628,0.78099173,0.7933884,0.7933884,0.7892562,0.79752064,0.79752064,0.79752064,0.8057851,0.8140496,0.8140496,0.8181818,0.8264463,0.8264463,0.8264463,0.8140496,0.7892562,0.75206614,0.7355372,0.74380165,0.7355372,0.71900827,0.71900827,0.74793386,0.78512394,0.8347107,0.838843,0.8264463,0.8181818,0.79752064,0.7892562,0.76859504,0.71900827,0.6528926,0.6735537,0.70247936,0.7355372,0.75619835,0.7892562,0.7933884,0.79752064,0.8057851,0.8181818,0.8140496,0.80991733,0.7933884,0.78099173,0.76033056,0.7355372,0.6859504,0.677686,0.6735537,0.6363636,0.6487603,0.59090906,0.38429752,0.3966942,0.6694215,0.7066116,0.73140496,0.75206614,0.74793386,0.7355372,0.75206614,0.75619835,0.7644628,0.78512394,0.78512394,0.78099173,0.78512394,0.7933884,0.79752064,0.8016529,0.8140496,0.8140496,0.8181818,0.8181818,0.80991733,0.8057851,0.78512394,0.71487606,0.661157,0.6942149,0.74793386,0.7355372,0.71487606,0.71900827,0.73140496,0.78099173,0.8347107,0.8264463,0.8140496,0.80991733,0.7933884,0.7768595,0.75619835,0.6983471,0.6694215,0.70247936,0.6487603,0.6322314,0.69008267,0.75206614,0.76859504,0.77272725,0.7933884,0.79752064,0.8016529,0.79752064,0.7768595,0.76859504,0.75206614,0.74793386,0.71487606,0.6942149,0.661157,0.62396693,0.6322314,0.57024795,0.40495867,0.42561984,0.6570248,0.70247936,0.71900827,0.7355372,0.7355372,0.7355372,0.73966944,0.75206614,0.75619835,0.77272725,0.7768595,0.7768595,0.77272725,0.78099173,0.78099173,0.7892562,0.79752064,0.80991733,0.8181818,0.8057851,0.79752064,0.76033056,0.6942149,0.6280992,0.6528926,0.73140496,0.7644628,0.7355372,0.7107438,0.70247936,0.71900827,0.75619835,0.8016529,0.79752064,0.7892562,0.78099173,0.7892562,0.75619835,0.71487606,0.6322314,0.6280992,0.70247936,0.7066116,0.57024795,0.607438,0.69008267,0.73140496,0.74380165,0.78099173,0.7768595,0.7933884,0.76859504,0.7644628,0.74380165,0.7231405,0.7231405,0.7066116,0.6859504,0.6528926,0.607438,0.61157024,0.5495868,0.41322315,0.47933885,0.61570245,0.6942149,0.7066116,0.7107438,0.7107438,0.71487606,0.71900827,0.73140496,0.74380165,0.75206614,0.75619835,0.75619835,0.74793386,0.75206614,0.75619835,0.76859504,0.78099173,0.79752064,0.79752064,0.77272725,0.7355372,0.6818182,0.607438,0.60330576,0.6983471,0.7355372,0.73140496,0.7107438,0.6735537,0.6446281,0.6528926,0.6983471,0.74793386,0.75206614,0.74793386,0.74793386,0.73966944,0.6735537,0.59504133,0.5371901,0.57438016,0.6446281,0.70247936,0.56198347,0.5371901,0.62396693,0.6652893,0.7107438,0.75619835,0.75619835,0.76859504,0.75206614,0.73140496,0.72727275,0.71487606,0.6983471,0.6942149,0.677686,0.6404959,0.60330576,0.59504133,0.54545456,0.48347107,0.5371901,0.58264464,0.6528926,0.6859504,0.6818182,0.6818182,0.69008267,0.6983471,0.7066116,0.71487606,0.72727275,0.7355372,0.73140496,0.73140496,0.73140496,0.73966944,0.74793386,0.76033056,0.77272725,0.76033056,0.71487606,0.6570248,0.6280992,0.59090906,0.58264464,0.677686,0.6983471,0.677686,0.6528926,0.607438,0.5661157,0.53305787,0.57438016,0.6570248,0.6859504,0.6859504,0.677686,0.6404959,0.5413223,0.49173555,0.4752066,0.5247934,0.57024795,0.6322314,0.5371901,0.5165289,0.58677685,0.59504133,0.6694215,0.73966944,0.73966944,0.7355372,0.73966944,0.6983471,0.6942149,0.6983471,0.6735537,0.661157,0.6528926,0.61157024,0.59504133,0.57438016,0.60330576,0.58264464,0.5041322,0.57024795,0.607438,0.6446281,0.6404959,0.6487603,0.6528926,0.677686,0.6942149,0.6942149,0.70247936,0.72727275,0.7231405,0.71487606,0.7231405,0.72727275,0.72727275,0.73966944,0.73966944,0.6983471,0.6322314,0.6198347,0.6363636,0.6280992,0.59504133,0.61570245,0.59917355,0.58264464,0.5206612,0.47933885,0.4876033,0.46280992,0.4876033,0.55785125,0.58264464,0.58264464,0.57024795,0.53305787,0.48347107,0.4338843,0.4090909,0.42975205,0.4876033,0.5495868,0.5082645,0.5123967,0.5495868,0.553719,0.62396693,0.677686,0.69008267,0.6818182,0.69008267,0.677686,0.6694215,0.6735537,0.6446281,0.62396693,0.6198347,0.58677685,0.58264464,0.5495868,0.661157,0.61570245,0.48347107,0.55785125,0.57438016,0.59504133,0.60330576,0.61570245,0.62396693,0.6404959,0.6735537,0.677686,0.6942149,0.7066116,0.7066116,0.6859504,0.70247936,0.7066116,0.6983471,0.6983471,0.6859504,0.607438,0.5785124,0.6280992,0.6859504,0.7066116,0.7231405,0.6694215,0.45867768,0.42975205,0.3429752,0.32231405,0.33471075,0.3553719,0.41735536,0.46694216,0.47933885,0.47107437,0.46694216,0.46694216,0.43801653,0.3181818,0.30165288,0.30991736,0.42561984,0.5165289,0.5206612,0.5413223,0.5495868,0.54545456,0.56198347,0.56198347,0.59504133,0.6446281,0.6446281,0.6528926,0.6363636,0.6280992,0.61570245,0.59090906,0.59090906,0.56198347,0.55785125,0.5371901,0.6404959,0.61570245,0.553719,0.55785125,0.553719,0.57024795,0.5785124,0.59504133,0.607438,0.61157024,0.6363636,0.6528926,0.6694215,0.677686,0.6694215,0.6859504,0.69008267,0.677686,0.677686,0.6404959,0.59504133,0.5495868,0.59090906,0.6694215,0.71900827,0.73966944,0.75206614,0.74380165,0.553719,0.338843,0.2892562,0.30165288,0.3264463,0.3264463,0.338843,0.40082645,0.41735536,0.40082645,0.40495867,0.41322315,0.38842976,0.30165288,0.30991736,0.338843,0.5,0.56198347,0.5371901,0.54545456,0.58677685,0.58264464,0.5661157,0.5495868,0.57024795,0.61570245,0.6404959,0.607438,0.60330576,0.58677685,0.58677685,0.57024795,0.57024795,0.54545456,0.53305787,0.5495868,0.607438,0.6404959,0.6487603,0.54545456,0.553719,0.5413223,0.55785125,0.57438016,0.57438016,0.58677685,0.61570245,0.6322314,0.6363636,0.661157,0.6570248,0.677686,0.6735537,0.6570248,0.6363636,0.59090906,0.5413223,0.553719,0.6487603,0.7107438,0.71900827,0.7355372,0.7231405,0.71900827,0.69008267,0.49173555,0.37603307,0.35950413,0.37190083,0.3677686,0.3677686,0.38429752,0.38842976,0.38429752,0.38429752,0.41735536,0.4214876,0.40082645,0.4090909,0.4876033,0.5413223,0.57024795,0.5495868,0.5206612,0.57024795,0.607438,0.58264464,0.56198347,0.57438016,0.58677685,0.61570245,0.58264464,0.58264464,0.56198347,0.56198347,0.5495868,0.553719,0.553719,0.5371901,0.55785125,0.6404959,0.6446281,0.6652893,0.5413223,0.553719,0.5289256,0.53305787,0.5413223,0.56198347,0.5785124,0.59504133,0.6198347,0.6280992,0.6404959,0.6363636,0.6735537,0.6487603,0.6528926,0.62396693,0.57438016,0.54545456,0.6198347,0.6983471,0.7355372,0.7231405,0.71900827,0.71900827,0.6942149,0.6942149,0.677686,0.5495868,0.45454547,0.41735536,0.3966942,0.38842976,0.3966942,0.37603307,0.38016528,0.40495867,0.42975205,0.44214877,0.45454547,0.46694216,0.5289256,0.53305787,0.55785125,0.57438016,0.54545456,0.5371901,0.59917355,0.607438,0.58677685,0.5785124,0.57438016,0.5785124,0.57438016,0.553719,0.56198347,0.5413223,0.5371901,0.5413223,0.553719,0.5289256,0.59090906,0.661157,0.6404959,0.607438,0.54545456,0.5495868,0.553719,0.5495868,0.5371901,0.56198347,0.57438016,0.58677685,0.60330576,0.60330576,0.6198347,0.6363636,0.6528926,0.6404959,0.6404959,0.61157024,0.55785125,0.58677685,0.6735537,0.7107438,0.71487606,0.7066116,0.6942149,0.70247936,0.677686,0.6735537,0.6818182,0.62396693,0.59504133,0.5165289,0.44214877,0.4090909,0.40495867,0.41735536,0.41322315,0.4338843,0.42975205,0.45041323,0.43801653,0.46694216,0.5123967,0.5413223,0.553719,0.553719,0.55785125,0.553719,0.57024795,0.59504133,0.60330576,0.607438,0.56198347,0.5785124,0.58677685,0.553719,0.5413223,0.5413223,0.5413223,0.5413223,0.5371901,0.5289256,0.58677685,0.6322314,0.61157024,0.48347107,0.54545456,0.5495868,0.5661157,0.5661157,0.56198347,0.55785125,0.57024795,0.57024795,0.58677685,0.60330576,0.61157024,0.6198347,0.6404959,0.661157,0.6487603,0.59504133,0.57438016,0.677686,0.70247936,0.70247936,0.6983471,0.6652893,0.6652893,0.6859504,0.6487603,0.6528926,0.661157,0.6404959,0.59917355,0.58264464,0.5041322,0.45454547,0.45041323,0.446281,0.43801653,0.45041323,0.44214877,0.45867768,0.45867768,0.46694216,0.5082645,0.5165289,0.5247934,0.5495868,0.55785125,0.54545456,0.553719,0.55785125,0.61570245,0.6404959,0.58264464,0.5785124,0.58264464,0.553719,0.5371901,0.5495868,0.5413223,0.5413223,0.5495868,0.5289256,0.5371901,0.57024795,0.5082645,0.4090909,0.55785125,0.5661157,0.5495868,0.58264464,0.57438016,0.56198347,0.56198347,0.56198347,0.56198347,0.59504133,0.60330576,0.62396693,0.6322314,0.6446281,0.6404959,0.59917355,0.6280992,0.71487606,0.70247936,0.6859504,0.6818182,0.6652893,0.661157,0.6570248,0.6198347,0.6198347,0.6446281,0.607438,0.60330576,0.59504133,0.54545456,0.5123967,0.48347107,0.4752066,0.45867768,0.45454547,0.43801653,0.45454547,0.44214877,0.46280992,0.48347107,0.49586776,0.5041322,0.5247934,0.54545456,0.5413223,0.54545456,0.54545456,0.61570245,0.6487603,0.6363636,0.5785124,0.5785124,0.5413223,0.5413223,0.5371901,0.5413223,0.5413223,0.5495868,0.5247934,0.45867768,0.46280992,0.41322315,0.38842976,0.55785125,0.57024795,0.553719,0.58264464,0.57024795,0.57438016,0.56198347,0.56198347,0.56198347,0.58677685,0.62396693,0.6487603,0.6528926,0.6528926,0.62396693,0.6280992,0.71487606,0.72727275,0.6983471,0.6735537,0.6652893,0.6322314,0.61570245,0.6198347,0.59090906,0.6322314,0.661157,0.6652893,0.6570248,0.6570248,0.6363636,0.61157024,0.58264464,0.5413223,0.5082645,0.48347107,0.4752066,0.48347107,0.4876033,0.5,0.5,0.49586776,0.4876033,0.5,0.5165289,0.54545456,0.5661157,0.5785124,0.61570245,0.6363636,0.6652893,0.5785124,0.5785124,0.56198347,0.553719,0.5495868,0.5413223,0.5413223,0.5495868,0.5,0.38842976,0.38429752,0.38016528,0.3966942,0.53305787,0.56198347,0.56198347,0.56198347,0.5661157,0.57024795,0.5785124,0.553719,0.56198347,0.58264464,0.61157024,0.6528926,0.6652893,0.6528926,0.61570245,0.661157,0.71487606,0.7066116,0.6859504,0.661157,0.6404959,0.59090906,0.59504133,0.61157024,0.6198347,0.6694215,0.6942149,0.7066116,0.71487606,0.7107438,0.70247936,0.7231405,0.70247936,0.6528926,0.59917355,0.553719,0.5206612,0.5247934,0.5123967,0.5495868,0.54545456,0.5413223,0.5123967,0.49173555,0.5,0.5165289,0.54545456,0.58264464,0.59917355,0.6280992,0.6528926,0.56198347,0.57024795,0.5661157,0.553719,0.5495868,0.5371901,0.5371901,0.5495868,0.48347107,0.37603307,0.37603307,0.37603307,0.39256197,0.5247934,0.53305787,0.56198347,0.56198347,0.5661157,0.56198347,0.5785124,0.5661157,0.57024795,0.58677685,0.61157024,0.6446281,0.6570248,0.6570248,0.6280992,0.6859504,0.6983471,0.677686,0.6652893,0.62396693,0.59504133,0.57024795,0.5785124,0.58264464,0.61157024,0.6446281,0.6280992,0.61157024,0.59090906,0.57024795,0.57024795,0.62396693,0.6404959,0.6404959,0.6280992,0.57024795,0.5041322,0.47107437,0.46280992,0.5,0.49173555,0.5123967,0.5082645,0.49586776,0.49173555,0.49173555,0.5,0.553719,0.58264464,0.61570245,0.6280992,0.57438016,0.55785125,0.5661157,0.55785125,0.5413223,0.5206612,0.53305787,0.55785125,0.46280992,0.35950413,0.37190083,0.3677686,0.38842976,0.49586776,0.5206612,0.5371901,0.55785125,0.55785125,0.55785125,0.56198347,0.56198347,0.5785124,0.58677685,0.61157024,0.6322314,0.6363636,0.6570248,0.6446281,0.6652893,0.69008267,0.6446281,0.61157024,0.55785125,0.53305787,0.5247934,0.53305787,0.5247934,0.5206612,0.49586776,0.46280992,0.4338843,0.42561984,0.40495867,0.40082645,0.41735536,0.4338843,0.45454547,0.46280992,0.43801653,0.38016528,0.37190083,0.38429752,0.38842976,0.37190083,0.3966942,0.42975205,0.45867768,0.4876033,0.48347107,0.47107437,0.53305787,0.55785125,0.58677685,0.59090906,0.57438016,0.5661157,0.57024795,0.553719,0.5413223,0.5165289,0.5289256,0.5495868,0.42561984,0.35123968,0.37190083,0.35950413,0.38016528,0.4752066,0.5041322,0.5289256,0.54545456,0.5495868,0.553719,0.55785125,0.56198347,0.5661157,0.58677685,0.61157024,0.6198347,0.6363636,0.6446281,0.6446281,0.661157,0.6528926,0.59090906,0.5289256,0.4876033,0.46694216,0.43801653,0.41735536,0.4090909,0.4090909,0.35950413,0.35123968,0.37190083,0.39256197,0.3553719,0.38016528,0.3966942,0.37190083,0.338843,0.3553719,0.38016528,0.37603307,0.3264463,0.3677686,0.35123968,0.28099173,0.3264463,0.33471075,0.36363637,0.40495867,0.42975205,0.43801653,0.4876033,0.5082645,0.55785125,0.5495868,0.56198347,0.57024795,0.5661157,0.5495868,0.5413223,0.5206612,0.5371901,0.53305787,0.38016528,0.3553719,0.36363637,0.35950413,0.37190083,0.45041323,0.49586776,0.5082645,0.5371901,0.5371901,0.5495868,0.553719,0.5661157,0.57024795,0.57438016,0.61157024,0.62396693,0.6570248,0.6570248,0.6859504,0.69008267,0.62396693,0.5413223,0.47933885,0.446281,0.37190083,0.2603306,0.23966943,0.2644628,0.36363637,0.38429752,0.30991736,0.4090909,0.46280992,0.39256197,0.45041323,0.49173555,0.45454547,0.3966942,0.4214876,0.46280992,0.46694216,0.34710744,0.38842976,0.36363637,0.15289256,0.29338843,0.26859504,0.20247933,0.1983471,0.28099173,0.40495867,0.45454547,0.47933885,0.53305787,0.5413223,0.58264464,0.553719,0.5495868,0.56198347,0.5413223,0.5165289,0.54545456,0.5123967,0.34710744,0.34710744,0.3553719,0.35123968,0.37190083,0.41322315,0.49173555,0.5082645,0.5247934,0.5289256,0.5495868,0.5413223,0.553719,0.57438016,0.57024795,0.59504133,0.62396693,0.6322314,0.6570248,0.7231405,0.6735537,0.61157024,0.53305787,0.49586776,0.47107437,0.30578512,0.14049587,0.11157025,0.11157025,0.25619835,0.30991736,0.17355372,0.28099173,0.38429752,0.28512397,0.3553719,0.446281,0.40495867,0.3264463,0.35950413,0.40495867,0.39256197,0.23966943,0.2107438,0.2107438,0.09504132,0.14049587,0.14876033,0.09090909,0.12396694,0.2644628,0.4214876,0.48347107,0.5041322,0.5165289,0.56198347,0.58264464,0.54545456,0.5495868,0.553719,0.5413223,0.5165289,0.54545456,0.4752066,0.32231405,0.3264463,0.35123968,0.3305785,0.36363637,0.37603307,0.4752066,0.5082645,0.5,0.5123967,0.5289256,0.53305787,0.5495868,0.57024795,0.5785124,0.59917355,0.61570245,0.6198347,0.6528926,0.6983471,0.6735537,0.62396693,0.58264464,0.56198347,0.5413223,0.42975205,0.2603306,0.16528925,0.08677686,0.1322314,0.13636364,0.12809917,0.1322314,0.18595041,0.15289256,0.17768595,0.21487603,0.18595041,0.1694215,0.17768595,0.1983471,0.19008264,0.1570248,0.14049587,0.1446281,0.09917355,0.07438017,0.11983471,0.17768595,0.27272728,0.41735536,0.46694216,0.4752066,0.5123967,0.53305787,0.55785125,0.5661157,0.54545456,0.553719,0.54545456,0.5413223,0.5206612,0.5371901,0.42561984,0.30578512,0.3264463,0.3264463,0.3429752,0.33471075,0.38016528,0.446281,0.49173555,0.48347107,0.5041322,0.5082645,0.5289256,0.5413223,0.55785125,0.57024795,0.60330576,0.607438,0.61570245,0.6570248,0.6652893,0.6694215,0.6570248,0.6404959,0.6363636,0.6198347,0.6404959,0.56198347,0.44214877,0.3181818,0.27272728,0.21487603,0.1694215,0.16115703,0.1694215,0.1694215,0.1570248,0.17768595,0.16115703,0.16528925,0.17768595,0.1694215,0.18181819,0.17355372,0.17355372,0.14049587,0.16115703,0.21487603,0.30165288,0.36363637,0.45041323,0.53305787,0.53305787,0.5,0.5371901,0.553719,0.5661157,0.5413223,0.5495868,0.54545456,0.5495868,0.5371901,0.5206612,0.5123967,0.37190083,0.29752067,0.32231405,0.32231405,0.3305785,0.3305785,0.38842976,0.41322315,0.46280992,0.47933885,0.4876033,0.49173555,0.5082645,0.53305787,0.54545456,0.57438016,0.58264464,0.60330576,0.61570245,0.6528926,0.61157024,0.6322314,0.6570248,0.6528926,0.62396693,0.6487603,0.71900827,0.73140496,0.70247936,0.61157024,0.5785124,0.553719,0.5123967,0.42561984,0.37190083,0.3140496,0.28099173,0.2520661,0.23140496,0.2107438,0.21900827,0.2520661,0.23553719,0.32231405,0.2644628,0.26859504,0.36363637,0.4090909,0.4214876,0.46694216,0.5371901,0.5495868,0.553719,0.553719,0.55785125,0.5495868,0.56198347,0.53305787,0.5495868,0.54545456,0.553719,0.5247934,0.5206612,0.46694216,0.32231405,0.30165288,0.32231405,0.3140496,0.3305785,0.3305785,0.3966942,0.41735536,0.45041323,0.46694216,0.47107437,0.47933885,0.48347107,0.5247934,0.5413223,0.5661157,0.5785124,0.59917355,0.6404959,0.661157,0.61570245,0.6446281,0.6652893,0.6528926,0.6404959,0.661157,0.7107438,0.72727275,0.7066116,0.7066116,0.6570248,0.6942149,0.73966944,0.69008267,0.69008267,0.61570245,0.56198347,0.5206612,0.47107437,0.45041323,0.446281,0.45867768,0.46280992,0.47933885,0.5,0.48347107,0.5165289,0.5165289,0.49586776,0.53305787,0.57024795,0.57438016,0.55785125,0.553719,0.54545456,0.54545456,0.57438016,0.5413223,0.55785125,0.5495868,0.5413223,0.5165289,0.5289256,0.41735536,0.30165288,0.30991736,0.3140496,0.3140496,0.3305785,0.30991736,0.41322315,0.40082645,0.4214876,0.45041323,0.4338843,0.46694216,0.48347107,0.49173555,0.5206612,0.56198347,0.58264464,0.61157024,0.61570245,0.6404959,0.6528926,0.6694215,0.6735537,0.677686,0.6818182,0.6983471,0.71900827,0.71900827,0.6942149,0.6570248,0.6735537,0.6487603,0.677686,0.6859504,0.75206614,0.72727275,0.6859504,0.6404959,0.62396693,0.6322314,0.6528926,0.6570248,0.6694215,0.661157,0.6487603,0.60330576,0.58264464,0.5289256,0.5289256,0.55785125,0.57024795,0.5661157,0.58264464,0.55785125,0.5495868,0.5661157,0.56198347,0.5785124,0.55785125,0.56198347,0.5247934,0.5247934,0.5082645,0.3553719,0.28512397,0.30165288,0.3181818,0.29338843,0.3181818,0.3181818,0.39256197,0.3966942,0.44214877,0.4338843,0.42561984,0.46280992,0.4752066,0.49173555,0.5165289,0.55785125,0.57024795,0.59090906,0.62396693,0.6198347,0.6570248,0.677686,0.6859504,0.70247936,0.6983471,0.71487606,0.72727275,0.6942149,0.69008267,0.6404959,0.607438,0.6404959,0.6363636,0.61570245,0.6363636,0.6446281,0.6528926,0.6280992,0.6322314,0.6487603,0.6570248,0.6487603,0.6363636,0.6280992,0.607438,0.55785125,0.56198347,0.5289256,0.5371901,0.56198347,0.5785124,0.5661157,0.5785124,0.5785124,0.54545456,0.57024795,0.5661157,0.5785124,0.55785125,0.54545456,0.5206612,0.5206612,0.46280992,0.30165288,0.28512397,0.29338843,0.30578512,0.30165288,0.29752067,0.30578512,0.41735536,0.38016528,0.46280992,0.5,0.38429752,0.43801653,0.45454547,0.4752066,0.5082645,0.5413223,0.5495868,0.57024795,0.607438,0.607438,0.6404959,0.6818182,0.6818182,0.7066116,0.7107438,0.7107438,0.71487606,0.69008267,0.6983471,0.6735537,0.59917355,0.5661157,0.59504133,0.58264464,0.59090906,0.58677685,0.59504133,0.59090906,0.59504133,0.59504133,0.59917355,0.58264464,0.57024795,0.55785125,0.5413223,0.5165289,0.5495868,0.5247934,0.53305787,0.55785125,0.57438016,0.57438016,0.5785124,0.58677685,0.553719,0.5661157,0.56198347,0.57438016,0.55785125,0.5413223,0.53305787,0.5123967,0.37603307,0.2768595,0.30165288,0.30165288,0.29752067,0.30165288,0.30165288,0.30578512,0.41735536,0.38429752,0.446281,0.59917355,0.4090909,0.38842976,0.42975205,0.45867768,0.49586776,0.5247934,0.5206612,0.54545456,0.58264464,0.61157024,0.6280992,0.6694215,0.677686,0.6983471,0.70247936,0.7066116,0.7066116,0.677686,0.6859504,0.6818182,0.61157024,0.5413223,0.5123967,0.49586776,0.49586776,0.5082645,0.5,0.49173555,0.49586776,0.5041322,0.5123967,0.4876033,0.47933885,0.47107437,0.46280992,0.446281,0.46280992,0.47933885,0.5247934,0.553719,0.56198347,0.57024795,0.57024795,0.58677685,0.5495868,0.57438016,0.5785124,0.58677685,0.553719,0.5371901,0.5289256,0.46280992,0.30165288,0.27272728,0.29338843,0.2892562,0.29338843,0.30165288,0.30165288,0.28099173,0.42561984,0.37603307,0.45454547,0.6280992,0.5289256,0.35950413,0.38429752,0.42975205,0.47107437,0.5,0.5165289,0.5371901,0.553719,0.58264464,0.6198347,0.6446281,0.6652893,0.69008267,0.6942149,0.7066116,0.70247936,0.6652893,0.6694215,0.6694215,0.6280992,0.57024795,0.49586776,0.45867768,0.4090909,0.3966942,0.38016528,0.37190083,0.37190083,0.37603307,0.38429752,0.38016528,0.38429752,0.37603307,0.39256197,0.40082645,0.44214877,0.48347107,0.53305787,0.55785125,0.57438016,0.58264464,0.5785124,0.57438016,0.55785125,0.57438016,0.58264464,0.57024795,0.553719,0.5247934,0.5082645,0.37190083,0.25619835,0.2892562,0.2892562,0.2768595,0.29338843,0.28512397,0.30578512,0.28512397,0.41735536,0.38016528,0.46280992,0.6198347,0.59917355,0.41322315,0.338843,0.38842976,0.43801653,0.47107437,0.5041322,0.53305787,0.53305787,0.5495868,0.61157024,0.6487603,0.661157,0.69008267,0.6942149,0.7107438,0.71487606,0.6694215,0.6694215,0.661157,0.6487603,0.59504133,0.553719,0.5,0.46280992,0.41322315,0.38016528,0.3677686,0.3677686,0.35123968,0.3553719,0.3677686,0.38429752,0.38842976,0.41322315,0.446281,0.47107437,0.5082645,0.5289256,0.5661157,0.58264464,0.58264464,0.57438016,0.57438016,0.56198347,0.5785124,0.57438016,0.553719,0.5495868,0.5165289,0.45867768,0.29752067,0.27272728,0.28099173,0.28512397,0.28099173,0.29338843,0.28512397,0.2892562,0.29338843,0.41735536,0.37190083,0.4752066,0.607438,0.61570245,0.5082645,0.3305785,0.33471075,0.38842976,0.43801653,0.4752066,0.5,0.5165289,0.5413223,0.5785124,0.62396693,0.6570248,0.6735537,0.6859504,0.69008267,0.7107438,0.6983471,0.6818182,0.6735537,0.661157,0.6198347,0.60330576,0.57438016,0.54545456,0.5041322,0.45454547,0.42975205,0.41322315,0.40082645,0.39256197,0.4090909,0.4214876,0.4338843,0.45041323,0.4876033,0.49586776,0.5247934,0.553719,0.59090906,0.59090906,0.59090906,0.59090906,0.58677685,0.57024795,0.5785124,0.58264464,0.5371901,0.5371901,0.5,0.34710744,0.2644628,0.2892562,0.2768595,0.28099173,0.28099173,0.28512397,0.29338843,0.2603306,0.30578512,0.41322315,0.3553719,0.45867768,0.607438,0.60330576,0.56198347,0.38842976,0.30991736,0.34710744,0.38842976,0.42561984,0.47107437,0.46694216,0.5123967,0.5413223,0.58264464,0.6404959,0.6818182,0.69008267,0.6859504,0.70247936,0.71900827,0.70247936,0.6818182,0.6818182,0.6363636,0.6198347,0.62396693,0.61570245,0.59504133,0.55785125,0.5371901,0.5165289,0.5082645,0.4876033,0.47933885,0.47933885,0.49173555,0.49586776,0.5123967,0.5206612,0.5495868,0.59504133,0.61157024,0.607438,0.59917355,0.61157024,0.58677685,0.57024795,0.5785124,0.55785125,0.5289256,0.5082645,0.4214876,0.26859504,0.26859504,0.27272728,0.27272728,0.28099173,0.27272728,0.28512397,0.28099173,0.2768595,0.2892562,0.4214876,0.28512397,0.45867768,0.607438,0.60330576,0.58677685,0.46694216,0.32231405,0.29752067,0.33471075,0.37603307,0.4090909,0.43801653,0.46694216,0.5082645,0.56198347,0.61570245,0.661157,0.6735537,0.6735537,0.6942149,0.7107438,0.7066116,0.71487606,0.71900827,0.70247936,0.677686,0.6942149,0.6942149,0.69008267,0.6859504,0.6694215,0.661157,0.6570248,0.6404959,0.61157024,0.59090906,0.607438,0.60330576,0.59504133,0.59917355,0.62396693,0.6528926,0.6570248,0.6404959,0.6280992,0.62396693,0.60330576,0.58264464,0.5495868,0.5413223,0.5123967,0.45867768,0.3305785,0.2644628,0.2644628,0.2768595,0.2768595,0.2768595,0.28099173,0.2768595,0.27272728,0.29338843,0.27272728,0.39256197,0.2520661,0.49173555,0.607438,0.607438,0.60330576,0.5247934,0.38016528,0.2892562,0.29752067,0.3264463,0.33471075,0.38016528,0.42561984,0.446281,0.5247934,0.5785124,0.6404959,0.6570248,0.661157,0.6818182,0.69008267,0.7066116,0.7355372,0.74793386,0.76033056,0.7355372,0.75206614,0.74380165,0.71900827,0.71900827,0.7107438,0.7231405,0.7231405,0.6983471,0.6983471,0.6818182,0.70247936,0.6859504,0.6983471,0.6983471,0.7066116,0.71900827,0.7066116,0.6735537,0.6322314,0.6280992,0.61157024,0.58264464,0.55785125,0.5123967,0.5041322,0.33471075,0.1983471,0.2892562,0.30165288,0.27272728,0.28512397,0.26859504,0.27272728,0.2768595,0.2768595,0.29752067,0.2644628,0.38842976,0.21900827,0.49586776,0.60330576,0.60330576,0.59090906,0.553719,0.4338843,0.3305785,0.28512397,0.29338843,0.30165288,0.3181818,0.3553719,0.38842976,0.47933885,0.5289256,0.60330576,0.6404959,0.6446281,0.661157,0.6735537,0.6570248,0.7107438,0.71487606,0.73966944,0.74380165,0.76033056,0.7768595,0.74793386,0.73966944,0.74380165,0.7355372,0.71487606,0.6942149,0.70247936,0.6942149,0.69008267,0.7066116,0.71487606,0.71487606,0.71487606,0.74380165,0.72727275,0.677686,0.6280992,0.61570245,0.59917355,0.57438016,0.5371901,0.45041323,0.59504133,0.2768595,0.11570248,0.19421488,0.2603306,0.30991736,0.2892562,0.2644628,0.2644628,0.27272728,0.28099173,0.2768595,0.2644628,0.3966942,0.18181819,0.5247934,0.59917355,0.59090906,0.5785124,0.57024795,0.4876033,0.38842976,0.29752067,0.29338843,0.29338843,0.30578512,0.30578512,0.32231405,0.3966942,0.47933885,0.5785124,0.6363636,0.6487603,0.6404959,0.6694215,0.6652893,0.7231405,0.69008267,0.71487606,0.73140496,0.75206614,0.74793386,0.74380165,0.7231405,0.7231405,0.7107438,0.6859504,0.69008267,0.7066116,0.71487606,0.73140496,0.6735537,0.7066116,0.71487606,0.73140496,0.73140496,0.7231405,0.6818182,0.62396693,0.607438,0.58264464,0.5495868,0.49173555,0.45867768,0.6487603,0.24380165,0.07438017,0.15289256,0.1570248,0.24380165,0.30991736,0.2768595,0.2644628,0.2644628,0.2768595,0.2603306,0.28099173,17 +0.47107437,0.5123967,0.49173555,0.49586776,0.5413223,0.5206612,0.57024795,0.6198347,0.59917355,0.59090906,0.59090906,0.59504133,0.60330576,0.6652893,0.72727275,0.75619835,0.78512394,0.8057851,0.80991733,0.8057851,0.8057851,0.78512394,0.822314,0.8181818,0.822314,0.822314,0.8264463,0.822314,0.8181818,0.80991733,0.8140496,0.8140496,0.8140496,0.8181818,0.822314,0.8264463,0.822314,0.8181818,0.8181818,0.822314,0.8305785,0.8057851,0.822314,0.8305785,0.8305785,0.822314,0.8140496,0.822314,0.8057851,0.7933884,0.7892562,0.7892562,0.79752064,0.79752064,0.78099173,0.6983471,0.61157024,0.59504133,0.5371901,0.4752066,0.37190083,0.32231405,0.2644628,0.2520661,0.45867768,0.46694216,0.4752066,0.48347107,0.553719,0.5165289,0.59504133,0.6404959,0.62396693,0.607438,0.59917355,0.60330576,0.62396693,0.6818182,0.73966944,0.75619835,0.78099173,0.8016529,0.80991733,0.8057851,0.80991733,0.8016529,0.8181818,0.822314,0.8305785,0.822314,0.8264463,0.8181818,0.8140496,0.80991733,0.80991733,0.8140496,0.8181818,0.822314,0.8264463,0.8305785,0.8264463,0.8140496,0.8181818,0.822314,0.8181818,0.80991733,0.8140496,0.8264463,0.8264463,0.822314,0.8181818,0.80991733,0.79752064,0.78512394,0.78099173,0.78099173,0.78512394,0.7933884,0.78512394,0.73140496,0.6446281,0.59504133,0.553719,0.48347107,0.39256197,0.3140496,0.2768595,0.23553719,0.45454547,0.47933885,0.47107437,0.49586776,0.5785124,0.53305787,0.60330576,0.6528926,0.6322314,0.61157024,0.59917355,0.61570245,0.6528926,0.71487606,0.75619835,0.75619835,0.7768595,0.79752064,0.8016529,0.8057851,0.822314,0.8181818,0.8264463,0.8264463,0.822314,0.8140496,0.8264463,0.8181818,0.80991733,0.80991733,0.80991733,0.8057851,0.8140496,0.8140496,0.822314,0.8305785,0.8264463,0.8140496,0.8140496,0.8181818,0.80991733,0.80991733,0.80991733,0.822314,0.822314,0.8181818,0.80991733,0.79752064,0.7768595,0.76859504,0.7644628,0.7644628,0.7644628,0.76033056,0.75206614,0.72727275,0.6652893,0.60330576,0.553719,0.49173555,0.41735536,0.30991736,0.26859504,0.21900827,0.45867768,0.4876033,0.45454547,0.5206612,0.59090906,0.5206612,0.59504133,0.6528926,0.61157024,0.607438,0.59504133,0.6198347,0.6735537,0.73140496,0.7644628,0.7644628,0.77272725,0.78512394,0.7933884,0.8057851,0.822314,0.8264463,0.822314,0.8305785,0.8264463,0.8140496,0.8181818,0.8140496,0.8057851,0.79752064,0.79752064,0.80991733,0.80991733,0.8140496,0.822314,0.8264463,0.822314,0.80991733,0.8057851,0.8140496,0.80991733,0.80991733,0.8140496,0.8140496,0.8181818,0.8057851,0.7933884,0.78099173,0.75619835,0.75206614,0.73966944,0.71487606,0.70247936,0.6859504,0.677686,0.6983471,0.661157,0.6280992,0.553719,0.5206612,0.45454547,0.33471075,0.25619835,0.2107438,0.45867768,0.49173555,0.45454547,0.5247934,0.59504133,0.5041322,0.60330576,0.6487603,0.61157024,0.60330576,0.59504133,0.62396693,0.6735537,0.71900827,0.73966944,0.75619835,0.76033056,0.76033056,0.77272725,0.7892562,0.8140496,0.8181818,0.8181818,0.822314,0.822314,0.80991733,0.8057851,0.8016529,0.8057851,0.7933884,0.7933884,0.8057851,0.8140496,0.8057851,0.8140496,0.8181818,0.8140496,0.8140496,0.8016529,0.8057851,0.8140496,0.80991733,0.8140496,0.80991733,0.8140496,0.7892562,0.76033056,0.75206614,0.71900827,0.71900827,0.6859504,0.6859504,0.6652893,0.6487603,0.6198347,0.59917355,0.59504133,0.61157024,0.5661157,0.5247934,0.46694216,0.37603307,0.2768595,0.23553719,0.49173555,0.5,0.4876033,0.53305787,0.5785124,0.5123967,0.60330576,0.6322314,0.60330576,0.58264464,0.57438016,0.607438,0.6487603,0.69008267,0.71487606,0.72727275,0.72727275,0.73140496,0.7355372,0.75206614,0.7768595,0.79752064,0.8140496,0.80991733,0.8057851,0.80991733,0.79752064,0.7933884,0.8016529,0.7933884,0.7892562,0.79752064,0.80991733,0.8016529,0.8057851,0.80991733,0.8140496,0.8140496,0.79752064,0.79752064,0.8181818,0.80991733,0.8016529,0.7892562,0.78512394,0.75206614,0.72727275,0.7107438,0.6859504,0.6735537,0.6487603,0.677686,0.6694215,0.6487603,0.61157024,0.5785124,0.55785125,0.57438016,0.5661157,0.5247934,0.49173555,0.41735536,0.29752067,0.23140496,0.54545456,0.5206612,0.5123967,0.5661157,0.56198347,0.5165289,0.58677685,0.61570245,0.58264464,0.553719,0.56198347,0.59090906,0.6446281,0.6694215,0.69008267,0.6859504,0.69008267,0.7107438,0.71487606,0.72727275,0.74793386,0.76859504,0.7892562,0.78099173,0.79752064,0.8057851,0.8016529,0.78512394,0.7933884,0.7933884,0.78512394,0.7892562,0.7933884,0.7892562,0.79752064,0.8057851,0.8057851,0.8057851,0.7933884,0.7892562,0.8057851,0.79752064,0.7768595,0.75619835,0.72727275,0.6942149,0.6694215,0.6652893,0.61157024,0.57024795,0.5785124,0.55785125,0.5495868,0.5371901,0.5123967,0.49586776,0.48347107,0.5123967,0.5413223,0.5247934,0.5041322,0.45041323,0.338843,0.2520661,0.59917355,0.5785124,0.53305787,0.5661157,0.5495868,0.5041322,0.55785125,0.60330576,0.553719,0.53305787,0.553719,0.58264464,0.61157024,0.61157024,0.61157024,0.61157024,0.62396693,0.6487603,0.677686,0.70247936,0.71900827,0.73966944,0.74793386,0.77272725,0.7768595,0.78512394,0.7892562,0.7892562,0.78512394,0.78512394,0.7644628,0.7768595,0.78099173,0.7768595,0.78099173,0.7933884,0.7933884,0.7933884,0.7892562,0.78099173,0.78512394,0.7644628,0.73966944,0.7231405,0.677686,0.6487603,0.59504133,0.5785124,0.5,0.45867768,0.47933885,0.47107437,0.46280992,0.46694216,0.45454547,0.4338843,0.43801653,0.46694216,0.5,0.5165289,0.5165289,0.47107437,0.40082645,0.2892562,0.62396693,0.6280992,0.60330576,0.55785125,0.5289256,0.49586776,0.5413223,0.59917355,0.5247934,0.49173555,0.49586776,0.5206612,0.54545456,0.5289256,0.5082645,0.49586776,0.5123967,0.53305787,0.5413223,0.5785124,0.607438,0.6322314,0.6735537,0.72727275,0.74380165,0.7644628,0.7768595,0.78099173,0.7768595,0.77272725,0.76033056,0.77272725,0.77272725,0.7644628,0.7644628,0.7768595,0.7768595,0.76859504,0.76859504,0.7644628,0.75206614,0.72727275,0.70247936,0.661157,0.60330576,0.5661157,0.5,0.49173555,0.4338843,0.3966942,0.4214876,0.47933885,0.5041322,0.5206612,0.5247934,0.5165289,0.49586776,0.46694216,0.47107437,0.5,0.5206612,0.49173555,0.45041323,0.35123968,0.5495868,0.58264464,0.6446281,0.62396693,0.5661157,0.54545456,0.5661157,0.59504133,0.59090906,0.4876033,0.45454547,0.47107437,0.47933885,0.4752066,0.44214877,0.43801653,0.43801653,0.4338843,0.43801653,0.45867768,0.4876033,0.5,0.53305787,0.6198347,0.6735537,0.7107438,0.74793386,0.7644628,0.7644628,0.76033056,0.76033056,0.7644628,0.76859504,0.75619835,0.73966944,0.75206614,0.7644628,0.75206614,0.73140496,0.71900827,0.70247936,0.661157,0.6198347,0.5247934,0.49586776,0.4876033,0.43801653,0.41322315,0.4090909,0.41735536,0.47107437,0.5041322,0.54545456,0.55785125,0.57438016,0.58264464,0.5785124,0.5289256,0.47933885,0.49173555,0.5123967,0.5123967,0.47933885,0.41322315,0.5247934,0.5123967,0.59090906,0.6528926,0.6652893,0.7066116,0.6942149,0.6983471,0.6818182,0.6322314,0.553719,0.5165289,0.49173555,0.47107437,0.44214877,0.4214876,0.40082645,0.3966942,0.38842976,0.3966942,0.42975205,0.446281,0.46280992,0.49173555,0.5661157,0.61157024,0.6735537,0.70247936,0.72727275,0.7355372,0.75619835,0.74793386,0.75206614,0.75206614,0.7355372,0.74793386,0.74380165,0.72727275,0.69008267,0.6570248,0.6363636,0.59090906,0.53305787,0.446281,0.4338843,0.41735536,0.4090909,0.42561984,0.43801653,0.47933885,0.49586776,0.5082645,0.5289256,0.54545456,0.5785124,0.59504133,0.59504133,0.58677685,0.5413223,0.5123967,0.5123967,0.5206612,0.49173555,0.44214877,0.55785125,0.5661157,0.58264464,0.59090906,0.58264464,0.60330576,0.6528926,0.6694215,0.62396693,0.59504133,0.55785125,0.53305787,0.5206612,0.49586776,0.46694216,0.46280992,0.43801653,0.4090909,0.41322315,0.38842976,0.40082645,0.42975205,0.42975205,0.45041323,0.5082645,0.5247934,0.57438016,0.6404959,0.6694215,0.6942149,0.7355372,0.72727275,0.7231405,0.73140496,0.71900827,0.73140496,0.71487606,0.6735537,0.6280992,0.59090906,0.55785125,0.5247934,0.47107437,0.42975205,0.42975205,0.41735536,0.4214876,0.45454547,0.46280992,0.47933885,0.5,0.47933885,0.49173555,0.5289256,0.5495868,0.57024795,0.58264464,0.59917355,0.57438016,0.5413223,0.5206612,0.5247934,0.5041322,0.45867768,0.4876033,0.56198347,0.60330576,0.59917355,0.53305787,0.553719,0.62396693,0.6280992,0.61157024,0.553719,0.5495868,0.5165289,0.5123967,0.5,0.46694216,0.46694216,0.446281,0.4338843,0.4338843,0.4214876,0.41735536,0.42561984,0.4214876,0.44214877,0.47933885,0.5,0.5247934,0.59090906,0.62396693,0.6528926,0.69008267,0.70247936,0.7066116,0.71900827,0.70247936,0.7066116,0.6652893,0.6198347,0.57024795,0.5371901,0.49586776,0.47107437,0.446281,0.42561984,0.43801653,0.4338843,0.42561984,0.41322315,0.40495867,0.41322315,0.4338843,0.43801653,0.446281,0.45867768,0.49173555,0.5247934,0.5413223,0.5785124,0.58264464,0.55785125,0.5289256,0.5206612,0.5123967,0.4752066,0.42561984,0.5123967,0.55785125,0.5495868,0.5,0.5661157,0.59917355,0.59090906,0.5661157,0.5206612,0.5082645,0.47107437,0.4338843,0.41322315,0.38842976,0.37603307,0.36363637,0.3677686,0.38016528,0.40082645,0.42561984,0.4338843,0.43801653,0.44214877,0.46694216,0.48347107,0.5123967,0.5495868,0.58677685,0.6404959,0.6735537,0.69008267,0.7107438,0.71900827,0.7066116,0.6859504,0.61570245,0.553719,0.53305787,0.4876033,0.46694216,0.446281,0.42975205,0.4214876,0.3966942,0.3677686,0.3264463,0.3429752,0.3677686,0.39256197,0.4338843,0.42975205,0.43801653,0.42975205,0.3966942,0.45454547,0.5041322,0.54545456,0.56198347,0.5495868,0.5289256,0.5165289,0.5123967,0.47933885,0.4214876,0.5123967,0.5247934,0.46280992,0.45454547,0.56198347,0.55785125,0.5247934,0.49173555,0.47107437,0.4338843,0.37190083,0.37190083,0.3553719,0.37190083,0.338843,0.30578512,0.3140496,0.3140496,0.3305785,0.3429752,0.38842976,0.42561984,0.4338843,0.446281,0.47107437,0.49173555,0.5123967,0.553719,0.61570245,0.6859504,0.71487606,0.71900827,0.7231405,0.71487606,0.661157,0.56198347,0.5247934,0.49173555,0.46280992,0.4338843,0.4214876,0.40495867,0.35123968,0.338843,0.34710744,0.3140496,0.30165288,0.2768595,0.2768595,0.3677686,0.4090909,0.38429752,0.446281,0.39256197,0.38016528,0.45041323,0.49586776,0.5247934,0.5413223,0.5413223,0.5206612,0.5082645,0.47107437,0.4214876,0.5206612,0.5082645,0.4214876,0.45867768,0.54545456,0.5041322,0.4752066,0.45041323,0.3966942,0.3140496,0.3140496,0.38429752,0.41735536,0.38016528,0.32231405,0.25619835,0.2768595,0.34710744,0.3677686,0.3305785,0.3429752,0.38016528,0.40495867,0.42561984,0.45041323,0.46280992,0.48347107,0.5247934,0.62396693,0.72727275,0.76033056,0.76033056,0.77272725,0.74380165,0.661157,0.53305787,0.48347107,0.45041323,0.4338843,0.41322315,0.37603307,0.33471075,0.338843,0.35950413,0.36363637,0.24793388,0.24380165,0.1983471,0.27272728,0.30991736,0.5041322,0.38429752,0.30991736,0.39256197,0.37603307,0.39256197,0.45867768,0.4876033,0.53305787,0.55785125,0.5247934,0.5041322,0.45454547,0.41735536,0.5371901,0.5082645,0.4214876,0.4876033,0.5206612,0.47107437,0.44214877,0.40082645,0.32231405,0.3181818,0.30578512,0.37603307,0.5206612,0.41735536,0.3305785,0.30165288,0.17768595,0.28512397,0.3966942,0.40082645,0.36363637,0.37190083,0.38016528,0.39256197,0.41735536,0.44214877,0.46280992,0.5123967,0.6694215,0.77272725,0.80991733,0.8140496,0.8140496,0.79752064,0.70247936,0.5371901,0.4752066,0.446281,0.41735536,0.38842976,0.35950413,0.33471075,0.338843,0.4214876,0.3966942,0.24380165,0.25619835,0.15289256,0.30991736,0.20661157,0.54545456,0.5413223,0.3305785,0.2892562,0.37603307,0.38429752,0.45454547,0.48347107,0.5371901,0.57438016,0.5413223,0.5082645,0.43801653,0.3966942,0.5413223,0.5082645,0.42975205,0.5,0.5247934,0.4752066,0.4338843,0.37190083,0.28512397,0.30165288,0.32231405,0.5123967,0.6322314,0.3429752,0.26859504,0.29752067,0.1694215,0.2644628,0.3966942,0.48347107,0.3966942,0.37603307,0.3966942,0.38842976,0.38016528,0.42561984,0.45454547,0.5206612,0.7107438,0.8057851,0.8264463,0.8347107,0.8140496,0.80991733,0.71900827,0.54545456,0.49173555,0.4752066,0.44214877,0.4338843,0.37603307,0.30991736,0.35950413,0.5,0.4338843,0.30165288,0.2107438,0.1570248,0.23966943,0.21487603,0.49586776,0.553719,0.45867768,0.35123968,0.37603307,0.40082645,0.45454547,0.5082645,0.553719,0.58264464,0.57024795,0.5247934,0.44214877,0.42561984,0.55785125,0.5289256,0.49173555,0.5495868,0.553719,0.48347107,0.4214876,0.38016528,0.3305785,0.24380165,0.3966942,0.57438016,0.62396693,0.3264463,0.26859504,0.20661157,0.19008264,0.28512397,0.4090909,0.5371901,0.446281,0.37603307,0.37603307,0.42561984,0.40495867,0.4214876,0.4876033,0.59504133,0.73966944,0.80991733,0.8305785,0.8305785,0.8181818,0.8181818,0.75619835,0.53305787,0.5289256,0.5289256,0.5082645,0.5,0.38429752,0.3305785,0.38429752,0.4876033,0.47933885,0.3677686,0.30165288,0.26859504,0.26859504,0.35123968,0.5206612,0.5371901,0.5413223,0.5206612,0.47933885,0.48347107,0.5041322,0.5413223,0.5785124,0.58677685,0.5785124,0.53305787,0.4752066,0.44214877,0.5785124,0.55785125,0.553719,0.6198347,0.607438,0.5165289,0.46280992,0.4214876,0.37603307,0.3677686,0.43801653,0.55785125,0.6446281,0.3966942,0.338843,0.30991736,0.3140496,0.35950413,0.49586776,0.53305787,0.45454547,0.4090909,0.40495867,0.45041323,0.446281,0.45867768,0.59090906,0.69008267,0.76033056,0.8057851,0.8264463,0.8347107,0.822314,0.8140496,0.7892562,0.5785124,0.5371901,0.553719,0.5413223,0.553719,0.4752066,0.44214877,0.4338843,0.46280992,0.48347107,0.43801653,0.4214876,0.42561984,0.4214876,0.49586776,0.5785124,0.58264464,0.59917355,0.59090906,0.57024795,0.57024795,0.57438016,0.59090906,0.59917355,0.60330576,0.58677685,0.5495868,0.5165289,0.44214877,0.59917355,0.60330576,0.6198347,0.6694215,0.6735537,0.6198347,0.5785124,0.5661157,0.48347107,0.4752066,0.5123967,0.57438016,0.6404959,0.60330576,0.5,0.553719,0.5289256,0.5371901,0.59090906,0.57438016,0.5165289,0.5,0.5,0.49173555,0.48347107,0.56198347,0.6859504,0.71900827,0.76033056,0.8140496,0.8305785,0.8347107,0.80991733,0.8140496,0.8305785,0.61570245,0.5413223,0.5785124,0.5495868,0.5371901,0.5123967,0.47933885,0.46694216,0.4752066,0.49173555,0.5,0.5247934,0.5371901,0.55785125,0.59090906,0.62396693,0.6322314,0.62396693,0.59917355,0.61157024,0.62396693,0.61570245,0.62396693,0.6198347,0.61157024,0.60330576,0.58264464,0.5661157,0.4214876,0.60330576,0.62396693,0.6735537,0.7066116,0.7066116,0.7066116,0.6983471,0.6694215,0.5661157,0.49586776,0.54545456,0.607438,0.6570248,0.6942149,0.6487603,0.6942149,0.6363636,0.61157024,0.59504133,0.57438016,0.5495868,0.53305787,0.5371901,0.5289256,0.58264464,0.6818182,0.73140496,0.71487606,0.75619835,0.80991733,0.8305785,0.822314,0.8181818,0.80991733,0.8471074,0.60330576,0.553719,0.6404959,0.59504133,0.5371901,0.4876033,0.47933885,0.47107437,0.47933885,0.49586776,0.5041322,0.5371901,0.553719,0.5661157,0.59504133,0.607438,0.607438,0.60330576,0.60330576,0.661157,0.661157,0.6487603,0.6570248,0.6404959,0.6322314,0.6280992,0.61157024,0.60330576,0.43801653,0.6198347,0.6322314,0.6942149,0.74793386,0.74793386,0.74380165,0.7231405,0.69008267,0.607438,0.5165289,0.5413223,0.59090906,0.6280992,0.6446281,0.607438,0.6322314,0.59917355,0.5661157,0.55785125,0.56198347,0.58264464,0.607438,0.6322314,0.6363636,0.69008267,0.74380165,0.73966944,0.70247936,0.72727275,0.80991733,0.8305785,0.80991733,0.8181818,0.8140496,0.8512397,0.59504133,0.55785125,0.6735537,0.6735537,0.6280992,0.5661157,0.5413223,0.5289256,0.5165289,0.5247934,0.5289256,0.5289256,0.5289256,0.5247934,0.5371901,0.55785125,0.5785124,0.59504133,0.62396693,0.6942149,0.7107438,0.6859504,0.6859504,0.6570248,0.6570248,0.6652893,0.62396693,0.61570245,0.47107437,0.6280992,0.6404959,0.70247936,0.75619835,0.76859504,0.74793386,0.7107438,0.6818182,0.6404959,0.58264464,0.553719,0.55785125,0.5661157,0.59504133,0.57438016,0.59090906,0.59504133,0.59090906,0.61570245,0.661157,0.677686,0.7066116,0.7066116,0.70247936,0.72727275,0.74793386,0.7355372,0.70247936,0.72727275,0.7933884,0.8264463,0.80991733,0.8181818,0.80991733,0.838843,0.6280992,0.59504133,0.6859504,0.71487606,0.7107438,0.6983471,0.6735537,0.6570248,0.6446281,0.6487603,0.6487603,0.6404959,0.6363636,0.6322314,0.6404959,0.6694215,0.7066116,0.7066116,0.72727275,0.7231405,0.73140496,0.72727275,0.7107438,0.70247936,0.6859504,0.69008267,0.6322314,0.60330576,0.5289256,0.6363636,0.6528926,0.73140496,0.76033056,0.76033056,0.74380165,0.7066116,0.677686,0.6694215,0.6487603,0.6198347,0.60330576,0.61157024,0.6487603,0.6487603,0.6818182,0.70247936,0.71900827,0.7355372,0.7644628,0.75619835,0.75206614,0.75619835,0.7355372,0.7355372,0.73966944,0.71900827,0.7107438,0.74380165,0.78099173,0.822314,0.8140496,0.8016529,0.8181818,0.8140496,0.6735537,0.6322314,0.70247936,0.72727275,0.73966944,0.76859504,0.75619835,0.75206614,0.74793386,0.75206614,0.75206614,0.75206614,0.75619835,0.75619835,0.76033056,0.77272725,0.78099173,0.77272725,0.7892562,0.78512394,0.78099173,0.76033056,0.71487606,0.6735537,0.69008267,0.69008267,0.6487603,0.58677685,0.553719,0.6322314,0.6652893,0.73966944,0.75619835,0.75206614,0.74380165,0.73140496,0.71487606,0.70247936,0.7066116,0.6983471,0.6983471,0.7107438,0.74793386,0.75619835,0.76859504,0.7892562,0.7933884,0.79752064,0.80991733,0.7892562,0.77272725,0.7768595,0.75619835,0.73966944,0.73966944,0.71900827,0.71487606,0.74380165,0.78512394,0.8140496,0.8181818,0.8057851,0.8181818,0.8140496,0.71487606,0.6694215,0.71900827,0.7355372,0.75206614,0.78099173,0.76859504,0.76859504,0.76033056,0.77272725,0.78099173,0.7933884,0.8016529,0.8057851,0.8057851,0.8057851,0.79752064,0.7933884,0.79752064,0.8016529,0.76859504,0.6652893,0.76033056,0.6694215,0.71487606,0.677686,0.6446281,0.59090906,0.5495868,0.6363636,0.6570248,0.7355372,0.74793386,0.75619835,0.76033056,0.75206614,0.75206614,0.74793386,0.74380165,0.7355372,0.74793386,0.7644628,0.78512394,0.79752064,0.8057851,0.8181818,0.8264463,0.8181818,0.8140496,0.8057851,0.7892562,0.78512394,0.78099173,0.75206614,0.74793386,0.73140496,0.71900827,0.74380165,0.78512394,0.8016529,0.8140496,0.80991733,0.8140496,0.8181818,0.75619835,0.70247936,0.73140496,0.74380165,0.7644628,0.78512394,0.7768595,0.76033056,0.76859504,0.77272725,0.7892562,0.8016529,0.8140496,0.822314,0.822314,0.8057851,0.8140496,0.8140496,0.8057851,0.8016529,0.78099173,0.6652893,0.73966944,0.74380165,0.71900827,0.6859504,0.6446281,0.59090906,0.55785125,0.6198347,0.6404959,0.7355372,0.74793386,0.75619835,0.76859504,0.7644628,0.77272725,0.7768595,0.7644628,0.7644628,0.78099173,0.7892562,0.8057851,0.8140496,0.8264463,0.8264463,0.8264463,0.822314,0.8057851,0.8016529,0.79752064,0.7933884,0.7768595,0.7644628,0.75619835,0.72727275,0.73140496,0.75619835,0.78512394,0.8057851,0.80991733,0.80991733,0.80991733,0.8181818,0.78512394,0.73966944,0.71487606,0.73140496,0.7644628,0.76859504,0.7768595,0.75619835,0.7768595,0.7892562,0.79752064,0.8016529,0.8181818,0.822314,0.8264463,0.8181818,0.8140496,0.8181818,0.80991733,0.80991733,0.8016529,0.7768595,0.76033056,0.76033056,0.71487606,0.6983471,0.6446281,0.59504133,0.54545456,0.607438,0.6363636,0.71900827,0.74380165,0.74793386,0.7644628,0.7644628,0.78099173,0.78512394,0.77272725,0.78099173,0.8016529,0.8016529,0.8140496,0.8264463,0.822314,0.822314,0.822314,0.822314,0.80991733,0.8057851,0.8057851,0.7933884,0.7768595,0.75619835,0.74793386,0.7231405,0.73966944,0.77272725,0.8016529,0.822314,0.822314,0.8140496,0.80991733,0.80991733,0.7933884,0.76859504,0.70247936,0.6859504,0.71487606,0.73140496,0.7768595,0.76033056,0.77272725,0.8016529,0.7892562,0.79752064,0.8140496,0.8181818,0.822314,0.822314,0.8140496,0.80991733,0.8057851,0.80991733,0.8057851,0.7933884,0.77272725,0.7644628,0.7107438,0.69008267,0.6363636,0.59917355,0.54545456,0.58677685,0.6322314,0.71487606,0.73966944,0.74380165,0.75619835,0.76033056,0.7768595,0.7933884,0.7892562,0.7933884,0.80991733,0.8057851,0.80991733,0.822314,0.8264463,0.822314,0.822314,0.8264463,0.8140496,0.80991733,0.78512394,0.76859504,0.74380165,0.7355372,0.7231405,0.7107438,0.72727275,0.7768595,0.8181818,0.838843,0.8305785,0.8140496,0.79752064,0.7892562,0.78512394,0.7768595,0.71487606,0.6694215,0.71487606,0.6818182,0.7066116,0.7107438,0.74793386,0.78099173,0.78512394,0.7933884,0.8057851,0.80991733,0.8140496,0.8140496,0.80991733,0.8057851,0.79752064,0.80991733,0.7933884,0.78512394,0.7768595,0.76033056,0.7107438,0.661157,0.6280992,0.607438,0.58677685,0.56198347,0.6280992,0.71900827,0.74380165,0.74380165,0.74380165,0.76033056,0.76859504,0.7933884,0.7933884,0.79752064,0.8057851,0.80991733,0.80991733,0.8181818,0.8264463,0.8181818,0.822314,0.80991733,0.79752064,0.8016529,0.75619835,0.6942149,0.6859504,0.7231405,0.71900827,0.7066116,0.7107438,0.7644628,0.8264463,0.838843,0.8264463,0.80991733,0.7892562,0.78099173,0.77272725,0.76033056,0.71900827,0.6983471,0.7644628,0.73966944,0.6322314,0.61570245,0.70247936,0.73966944,0.76033056,0.78099173,0.7933884,0.8057851,0.8057851,0.8057851,0.8016529,0.79752064,0.79752064,0.7892562,0.78512394,0.7768595,0.77272725,0.75619835,0.7066116,0.6570248,0.61157024,0.61157024,0.62396693,0.5495868,0.6322314,0.71900827,0.7355372,0.73966944,0.73966944,0.75619835,0.7644628,0.7892562,0.7933884,0.7892562,0.79752064,0.79752064,0.8057851,0.8140496,0.8181818,0.822314,0.8264463,0.8057851,0.7933884,0.75206614,0.677686,0.6198347,0.6942149,0.74793386,0.71487606,0.6942149,0.7066116,0.75206614,0.8016529,0.8140496,0.8057851,0.7933884,0.7892562,0.76859504,0.72727275,0.677686,0.6652893,0.6818182,0.75206614,0.7768595,0.6694215,0.5165289,0.59090906,0.6528926,0.69008267,0.7355372,0.76859504,0.7892562,0.7892562,0.79752064,0.78512394,0.7768595,0.7768595,0.78099173,0.77272725,0.75619835,0.76033056,0.73140496,0.6942149,0.6404959,0.6198347,0.60330576,0.6404959,0.5247934,0.6280992,0.7107438,0.71487606,0.7231405,0.72727275,0.74793386,0.75619835,0.76859504,0.78099173,0.77272725,0.77272725,0.78099173,0.7768595,0.78512394,0.8016529,0.8140496,0.79752064,0.75619835,0.71487606,0.6694215,0.5785124,0.6404959,0.7355372,0.73966944,0.7066116,0.6694215,0.677686,0.71487606,0.76033056,0.77272725,0.77272725,0.76859504,0.75619835,0.7107438,0.6280992,0.55785125,0.59504133,0.6280992,0.7107438,0.76033056,0.677686,0.47933885,0.56198347,0.62396693,0.58677685,0.6652893,0.7355372,0.77272725,0.76859504,0.77272725,0.76859504,0.75619835,0.76033056,0.75619835,0.75206614,0.72727275,0.73140496,0.6983471,0.677686,0.61157024,0.61570245,0.59917355,0.6735537,0.49586776,0.607438,0.6983471,0.69008267,0.70247936,0.71487606,0.73140496,0.7355372,0.74793386,0.75619835,0.75206614,0.75206614,0.7644628,0.77272725,0.7768595,0.7892562,0.7892562,0.75619835,0.69008267,0.6404959,0.6198347,0.57024795,0.6528926,0.72727275,0.6983471,0.6652893,0.60330576,0.58677685,0.6280992,0.6983471,0.7231405,0.7231405,0.71487606,0.6735537,0.59504133,0.5165289,0.4876033,0.5247934,0.5661157,0.607438,0.6694215,0.60330576,0.45041323,0.5661157,0.5661157,0.55785125,0.5785124,0.6694215,0.7066116,0.7107438,0.71900827,0.72727275,0.73140496,0.73140496,0.72727275,0.71900827,0.6942149,0.6818182,0.6528926,0.6404959,0.58677685,0.59917355,0.58264464,0.74793386,0.5,0.58264464,0.6652893,0.677686,0.6818182,0.7066116,0.7107438,0.7107438,0.7355372,0.74793386,0.73966944,0.74793386,0.75206614,0.75206614,0.75619835,0.76033056,0.73140496,0.6818182,0.61570245,0.6280992,0.62396693,0.59090906,0.61570245,0.6735537,0.6322314,0.59090906,0.5413223,0.49173555,0.5123967,0.59917355,0.6446281,0.6404959,0.62396693,0.5785124,0.5123967,0.48347107,0.45867768,0.45041323,0.4752066,0.5082645,0.5661157,0.53305787,0.48347107,0.60330576,0.59504133,0.5247934,0.553719,0.5413223,0.55785125,0.6198347,0.6735537,0.69008267,0.6942149,0.69008267,0.677686,0.661157,0.6528926,0.6363636,0.62396693,0.61570245,0.58677685,0.5785124,0.57024795,0.7933884,0.5413223,0.553719,0.6198347,0.6363636,0.6404959,0.661157,0.6942149,0.6983471,0.7107438,0.72727275,0.71900827,0.71487606,0.72727275,0.72727275,0.7231405,0.71487606,0.6694215,0.58677685,0.57438016,0.6446281,0.6735537,0.6652893,0.6652893,0.5661157,0.53305787,0.45454547,0.44214877,0.4214876,0.45041323,0.5082645,0.54545456,0.53305787,0.5247934,0.5082645,0.47933885,0.41735536,0.3429752,0.3181818,0.33471075,0.39256197,0.48347107,0.5123967,0.5247934,0.6363636,0.6694215,0.59090906,0.59090906,0.54545456,0.5206612,0.56198347,0.62396693,0.661157,0.6652893,0.6446281,0.6363636,0.61570245,0.61157024,0.59504133,0.58264464,0.59090906,0.59504133,0.58677685,0.57438016,0.8140496,0.59090906,0.5247934,0.59090906,0.60330576,0.61570245,0.6363636,0.6735537,0.6859504,0.6942149,0.6983471,0.6983471,0.6983471,0.7066116,0.70247936,0.677686,0.6570248,0.58264464,0.5289256,0.58264464,0.6694215,0.70247936,0.71900827,0.75619835,0.5495868,0.3966942,0.3181818,0.28512397,0.32231405,0.35950413,0.42561984,0.45454547,0.45454547,0.446281,0.45041323,0.42561984,0.3553719,0.3305785,0.3140496,0.26859504,0.36363637,0.49173555,0.5206612,0.5123967,0.55785125,0.6363636,0.6446281,0.6363636,0.59090906,0.5206612,0.5165289,0.55785125,0.60330576,0.61570245,0.607438,0.59917355,0.58677685,0.57024795,0.55785125,0.553719,0.57024795,0.59090906,0.59090906,0.57024795,0.7933884,0.6735537,0.5289256,0.553719,0.58677685,0.59504133,0.59917355,0.6363636,0.6446281,0.6570248,0.6735537,0.6694215,0.6818182,0.677686,0.661157,0.62396693,0.5785124,0.5206612,0.5413223,0.6404959,0.6942149,0.70247936,0.71900827,0.7355372,0.6570248,0.37603307,0.29752067,0.2603306,0.30991736,0.3140496,0.35950413,0.40082645,0.41322315,0.3966942,0.41735536,0.41735536,0.39256197,0.39256197,0.40082645,0.44214877,0.5,0.5165289,0.5289256,0.5,0.49586776,0.5785124,0.6280992,0.6322314,0.6280992,0.55785125,0.5123967,0.5082645,0.53305787,0.57438016,0.59090906,0.57438016,0.55785125,0.5413223,0.5289256,0.54545456,0.56198347,0.5785124,0.58677685,0.57024795,0.73966944,0.6942149,0.54545456,0.5495868,0.5661157,0.5785124,0.5785124,0.607438,0.6322314,0.6280992,0.6487603,0.6570248,0.6570248,0.6528926,0.6280992,0.59504133,0.5495868,0.53305787,0.61570245,0.6942149,0.71900827,0.7066116,0.7107438,0.70247936,0.677686,0.53305787,0.38842976,0.3429752,0.3429752,0.35950413,0.36363637,0.3677686,0.39256197,0.37603307,0.3966942,0.42975205,0.45867768,0.46694216,0.47933885,0.49586776,0.5206612,0.5165289,0.5206612,0.5165289,0.5,0.5495868,0.61157024,0.61157024,0.62396693,0.60330576,0.58677685,0.5289256,0.47933885,0.5247934,0.5661157,0.55785125,0.5413223,0.5371901,0.5247934,0.5371901,0.553719,0.5785124,0.59504133,0.57438016,0.76033056,0.73140496,0.54545456,0.5495868,0.54545456,0.57024795,0.5661157,0.58264464,0.607438,0.61157024,0.62396693,0.6446281,0.6404959,0.6322314,0.6198347,0.5785124,0.5495868,0.59504133,0.677686,0.7107438,0.7231405,0.7066116,0.6942149,0.6942149,0.6652893,0.6322314,0.5495868,0.45041323,0.40495867,0.38842976,0.38429752,0.38842976,0.38842976,0.38429752,0.4090909,0.43801653,0.446281,0.45867768,0.46694216,0.4876033,0.5,0.5206612,0.5206612,0.5123967,0.49586776,0.54545456,0.5661157,0.59090906,0.61570245,0.59917355,0.6528926,0.62396693,0.5206612,0.46694216,0.5371901,0.5495868,0.5289256,0.5247934,0.5247934,0.5289256,0.54545456,0.5785124,0.59504133,0.57024795,0.75619835,0.77272725,0.55785125,0.5785124,0.55785125,0.57024795,0.57024795,0.57438016,0.58677685,0.59090906,0.607438,0.61570245,0.6280992,0.6280992,0.61570245,0.55785125,0.57438016,0.6694215,0.6983471,0.70247936,0.7066116,0.6942149,0.6735537,0.69008267,0.6528926,0.6487603,0.6322314,0.55785125,0.5041322,0.43801653,0.40495867,0.40082645,0.4214876,0.4214876,0.42975205,0.45454547,0.44214877,0.45041323,0.45041323,0.47107437,0.49173555,0.49586776,0.49586776,0.5082645,0.49586776,0.5247934,0.54545456,0.58264464,0.62396693,0.6446281,0.677686,0.6818182,0.6404959,0.5,0.48347107,0.553719,0.5413223,0.5413223,0.5371901,0.53305787,0.54545456,0.57438016,0.58264464,0.57024795,0.70247936,0.76859504,0.60330576,0.57438016,0.59504133,0.5785124,0.58264464,0.553719,0.5661157,0.58677685,0.60330576,0.607438,0.6322314,0.6363636,0.607438,0.57024795,0.6363636,0.7231405,0.7107438,0.7066116,0.6942149,0.677686,0.6570248,0.6818182,0.6322314,0.6363636,0.6446281,0.59504133,0.57438016,0.5289256,0.45041323,0.42561984,0.43801653,0.43801653,0.446281,0.44214877,0.446281,0.44214877,0.45041323,0.46280992,0.4752066,0.47933885,0.47933885,0.4876033,0.5,0.5082645,0.56198347,0.59090906,0.6404959,0.6983471,0.6983471,0.6942149,0.6859504,0.58264464,0.45454547,0.5413223,0.5495868,0.54545456,0.54545456,0.53305787,0.5413223,0.57024795,0.57024795,0.57438016,0.59090906,0.6404959,0.5785124,0.55785125,0.60330576,0.59090906,0.5785124,0.5785124,0.5495868,0.58677685,0.62396693,0.6322314,0.6404959,0.6363636,0.59917355,0.607438,0.71900827,0.7355372,0.71487606,0.70247936,0.6859504,0.6735537,0.6528926,0.6487603,0.61157024,0.6280992,0.62396693,0.59090906,0.59090906,0.5371901,0.49173555,0.446281,0.45041323,0.45041323,0.43801653,0.4338843,0.43801653,0.43801653,0.45041323,0.46280992,0.47107437,0.4752066,0.47933885,0.47933885,0.4876033,0.4876033,0.5289256,0.5371901,0.59917355,0.69008267,0.6942149,0.6983471,0.677686,0.6446281,0.5,0.54545456,0.55785125,0.54545456,0.5413223,0.5289256,0.5413223,0.57024795,0.55785125,0.5785124,0.45454547,0.47933885,0.5082645,0.553719,0.60330576,0.59917355,0.60330576,0.5661157,0.55785125,0.58264464,0.6404959,0.6570248,0.6694215,0.6404959,0.60330576,0.6652893,0.73140496,0.73140496,0.71487606,0.70247936,0.677686,0.6363636,0.6280992,0.6322314,0.60330576,0.6280992,0.6322314,0.6198347,0.6280992,0.59090906,0.57024795,0.5247934,0.5,0.49173555,0.4752066,0.46280992,0.46694216,0.47107437,0.47933885,0.49586776,0.5082645,0.5082645,0.5082645,0.49586776,0.4876033,0.4876033,0.49586776,0.5,0.54545456,0.6694215,0.6694215,0.6735537,0.6487603,0.6280992,0.5289256,0.59917355,0.58264464,0.5495868,0.5413223,0.5247934,0.5371901,0.553719,0.56198347,0.5785124,0.40082645,0.37603307,0.42975205,0.5495868,0.59504133,0.58264464,0.61157024,0.58264464,0.57024795,0.60330576,0.6322314,0.6694215,0.677686,0.661157,0.6280992,0.71900827,0.72727275,0.71900827,0.7107438,0.6735537,0.6487603,0.60330576,0.60330576,0.60330576,0.607438,0.6404959,0.6570248,0.6570248,0.6983471,0.6983471,0.6818182,0.6818182,0.61157024,0.56198347,0.5165289,0.5165289,0.5123967,0.5041322,0.49586776,0.5041322,0.5123967,0.5123967,0.5082645,0.49173555,0.49173555,0.5,0.5123967,0.4876033,0.5206612,0.59504133,0.59504133,0.59504133,0.607438,0.59917355,0.5413223,0.6404959,0.61157024,0.54545456,0.5495868,0.54545456,0.5413223,0.54545456,0.56198347,0.57438016,0.41322315,0.40495867,0.4090909,0.5371901,0.5785124,0.5785124,0.59917355,0.59504133,0.607438,0.607438,0.6446281,0.6652893,0.677686,0.6818182,0.6694215,0.7231405,0.72727275,0.70247936,0.6859504,0.6363636,0.60330576,0.58677685,0.59090906,0.58677685,0.5785124,0.6198347,0.62396693,0.607438,0.607438,0.5661157,0.58264464,0.62396693,0.62396693,0.57438016,0.5289256,0.5206612,0.4876033,0.46280992,0.44214877,0.446281,0.446281,0.43801653,0.43801653,0.42975205,0.446281,0.45867768,0.446281,0.42561984,0.446281,0.48347107,0.5,0.5289256,0.59504133,0.60330576,0.57024795,0.6735537,0.60330576,0.5495868,0.5495868,0.5413223,0.5413223,0.53305787,0.57024795,0.553719,0.41322315,0.40495867,0.3966942,0.5123967,0.5785124,0.57024795,0.5785124,0.59504133,0.6198347,0.61570245,0.6528926,0.6652893,0.677686,0.6859504,0.6859504,0.7066116,0.7107438,0.6652893,0.61570245,0.5661157,0.5413223,0.5413223,0.5413223,0.5413223,0.5289256,0.5165289,0.49173555,0.47107437,0.43801653,0.41735536,0.39256197,0.42975205,0.47107437,0.47933885,0.47107437,0.44214877,0.40082645,0.37603307,0.37603307,0.3677686,0.35123968,0.3429752,0.35950413,0.35950413,0.35123968,0.30991736,0.29752067,0.35950413,0.44214877,0.49173555,0.54545456,0.57438016,0.6404959,0.6198347,0.6280992,0.6818182,0.57024795,0.553719,0.5661157,0.553719,0.5371901,0.5371901,0.55785125,0.5247934,0.41322315,0.40495867,0.3966942,0.4752066,0.56198347,0.553719,0.5661157,0.59090906,0.60330576,0.6198347,0.6528926,0.6818182,0.69008267,0.71487606,0.71900827,0.7231405,0.677686,0.60330576,0.5247934,0.4876033,0.446281,0.41735536,0.3966942,0.40495867,0.41322315,0.39256197,0.38842976,0.37603307,0.37603307,0.36363637,0.37190083,0.40082645,0.39256197,0.40082645,0.37190083,0.37190083,0.36363637,0.35950413,0.35123968,0.34710744,0.33471075,0.34710744,0.38016528,0.38842976,0.36363637,0.338843,0.39256197,0.47933885,0.5413223,0.56198347,0.61570245,0.6735537,0.70247936,0.6528926,0.6818182,0.6735537,0.553719,0.55785125,0.58264464,0.54545456,0.5247934,0.5289256,0.5661157,0.5,0.41322315,0.41322315,0.39256197,0.45041323,0.53305787,0.5495868,0.553719,0.58264464,0.59504133,0.60330576,0.6446281,0.661157,0.6942149,0.72727275,0.77272725,0.7107438,0.661157,0.57438016,0.5165289,0.46280992,0.37190083,0.29338843,0.2603306,0.29752067,0.35950413,0.37190083,0.37603307,0.40082645,0.45867768,0.4876033,0.5247934,0.5,0.47107437,0.4876033,0.45041323,0.46280992,0.42561984,0.43801653,0.45041323,0.46280992,0.45454547,0.45454547,0.46280992,0.47107437,0.45867768,0.49173555,0.55785125,0.59504133,0.6404959,0.6694215,0.6859504,0.72727275,0.7355372,0.6735537,0.69008267,0.6528926,0.5495868,0.5661157,0.57024795,0.5495868,0.5289256,0.5247934,0.55785125,0.47933885,0.4090909,0.41322315,0.3966942,0.4214876,0.49586776,0.53305787,0.5371901,0.55785125,0.59917355,0.59090906,0.62396693,0.6570248,0.6652893,0.7066116,0.76859504,0.73140496,0.69008267,0.6528926,0.6735537,0.677686,0.6694215,0.6818182,0.62396693,0.59504133,0.61157024,0.6446281,0.6528926,0.6694215,0.73140496,0.7768595,0.7892562,0.75206614,0.6942149,0.7231405,0.6404959,0.6363636,0.57024795,0.5413223,0.54545456,0.5413223,0.5206612,0.5123967,0.5123967,0.5165289,0.54545456,0.58677685,0.6198347,0.6404959,0.6694215,0.6983471,0.73140496,0.72727275,0.71487606,0.677686,0.661157,0.60330576,0.5413223,0.5661157,0.553719,0.54545456,0.53305787,0.5289256,0.54545456,0.45041323,0.4090909,0.40495867,0.40082645,0.40082645,0.46694216,0.5206612,0.5206612,0.5371901,0.58264464,0.607438,0.6198347,0.6528926,0.661157,0.69008267,0.7355372,0.76033056,0.7355372,0.72727275,0.71900827,0.7231405,0.74793386,0.7644628,0.7355372,0.7066116,0.6942149,0.69008267,0.6818182,0.661157,0.69008267,0.7107438,0.71900827,0.7066116,0.69008267,0.7107438,0.6528926,0.661157,0.61157024,0.58677685,0.57438016,0.553719,0.5495868,0.57438016,0.57438016,0.57438016,0.59917355,0.61570245,0.62396693,0.6487603,0.6735537,0.69008267,0.6983471,0.6983471,0.677686,0.69008267,0.61570245,0.5661157,0.5661157,0.5661157,0.5495868,0.5289256,0.5206612,0.5206612,0.5247934,0.4090909,0.4090909,0.40495867,0.40495867,0.39256197,0.4338843,0.49173555,0.5082645,0.5247934,0.55785125,0.58677685,0.61157024,0.6446281,0.6363636,0.6859504,0.69008267,0.72727275,0.75206614,0.74793386,0.71487606,0.71487606,0.74793386,0.76859504,0.7355372,0.6983471,0.6942149,0.70247936,0.6983471,0.677686,0.69008267,0.6983471,0.6983471,0.6859504,0.661157,0.661157,0.6570248,0.6487603,0.607438,0.60330576,0.59504133,0.5785124,0.57438016,0.59504133,0.59090906,0.59504133,0.59504133,0.62396693,0.6322314,0.6446281,0.6983471,0.70247936,0.6942149,0.69008267,0.6859504,0.6735537,0.59504133,0.55785125,0.58677685,0.55785125,0.55785125,0.5123967,0.5082645,0.5082645,0.5,0.35950413,0.40495867,0.40082645,0.4090909,0.3966942,0.4090909,0.45041323,0.47933885,0.5082645,0.5247934,0.58264464,0.59090906,0.607438,0.6446281,0.6735537,0.6694215,0.6983471,0.74793386,0.74793386,0.73966944,0.75619835,0.7644628,0.77272725,0.73966944,0.7066116,0.6735537,0.661157,0.6694215,0.6528926,0.6570248,0.6528926,0.6322314,0.61157024,0.58264464,0.5785124,0.59090906,0.59090906,0.553719,0.55785125,0.5413223,0.54545456,0.5247934,0.5289256,0.5495868,0.56198347,0.5785124,0.607438,0.6198347,0.6404959,0.6859504,0.70247936,0.6942149,0.6818182,0.6859504,0.6528926,0.60330576,0.57024795,0.57438016,0.5495868,0.53305787,0.49586776,0.5041322,0.5041322,0.45867768,0.30991736,0.39256197,0.39256197,0.40495867,0.3966942,0.40495867,0.41735536,0.446281,0.47933885,0.5,0.5495868,0.58264464,0.59090906,0.6322314,0.6694215,0.6818182,0.6983471,0.73966944,0.7644628,0.75619835,0.77272725,0.77272725,0.76859504,0.73966944,0.72727275,0.6859504,0.6363636,0.61157024,0.59090906,0.5785124,0.553719,0.53305787,0.5041322,0.49173555,0.4876033,0.4876033,0.4876033,0.47933885,0.46280992,0.46280992,0.47933885,0.48347107,0.5041322,0.5371901,0.56198347,0.59504133,0.59917355,0.62396693,0.6446281,0.677686,0.70247936,0.6942149,0.6694215,0.6818182,0.61157024,0.58677685,0.55785125,0.56198347,0.54545456,0.5206612,0.47933885,0.5,0.5082645,0.39256197,0.28512397,0.40082645,0.3966942,0.40495867,0.3966942,0.40082645,0.38842976,0.4090909,0.44214877,0.4752066,0.5165289,0.56198347,0.59090906,0.607438,0.6404959,0.6528926,0.7107438,0.73140496,0.76033056,0.7644628,0.76033056,0.76033056,0.75206614,0.73140496,0.73140496,0.70247936,0.6404959,0.59504133,0.5661157,0.5413223,0.5165289,0.5,0.47107437,0.47107437,0.4752066,0.46280992,0.44214877,0.45867768,0.46280992,0.47107437,0.4876033,0.5123967,0.5289256,0.553719,0.57438016,0.59917355,0.62396693,0.661157,0.661157,0.6818182,0.6942149,0.6818182,0.677686,0.6735537,0.61157024,0.57024795,0.553719,0.5413223,0.5371901,0.5123967,0.47107437,0.5041322,0.49173555,0.32231405,0.2892562,0.40495867,0.40082645,0.40495867,0.40082645,0.40495867,0.3966942,0.37603307,0.40082645,0.42975205,0.47933885,0.5371901,0.55785125,0.59504133,0.61570245,0.62396693,0.6983471,0.7107438,0.73966944,0.74793386,0.74793386,0.75619835,0.74380165,0.7231405,0.7231405,0.70247936,0.6652893,0.6198347,0.58264464,0.5661157,0.54545456,0.5206612,0.5041322,0.5123967,0.5041322,0.47933885,0.46694216,0.47933885,0.5123967,0.5289256,0.54545456,0.57438016,0.57438016,0.59504133,0.59090906,0.61570245,0.6528926,0.6528926,0.6652893,0.6818182,0.677686,0.6735537,0.6735537,0.6487603,0.62396693,0.58264464,0.5495868,0.5289256,0.5206612,0.5,0.4752066,0.4876033,0.42561984,0.2768595,0.29338843,0.39256197,0.39256197,0.3966942,0.3966942,0.40082645,0.41322315,0.37603307,0.34710744,0.40082645,0.43801653,0.49586776,0.5371901,0.54545456,0.59090906,0.59917355,0.6694215,0.70247936,0.72727275,0.7231405,0.73966944,0.74793386,0.73966944,0.7107438,0.7066116,0.70247936,0.69008267,0.6570248,0.6198347,0.607438,0.59917355,0.56198347,0.54545456,0.5495868,0.5413223,0.5371901,0.5123967,0.5289256,0.56198347,0.58677685,0.60330576,0.61157024,0.61570245,0.6280992,0.6198347,0.6694215,0.6735537,0.6570248,0.6694215,0.6735537,0.6694215,0.6694215,0.661157,0.6404959,0.60330576,0.5785124,0.5371901,0.53305787,0.5,0.49586776,0.4876033,0.45867768,0.338843,0.27272728,0.29338843,0.39256197,0.40082645,0.38842976,0.40082645,0.3966942,0.40495867,0.38842976,0.35123968,0.3429752,0.3966942,0.45454547,0.47933885,0.5082645,0.5371901,0.5661157,0.62396693,0.6694215,0.7066116,0.7107438,0.72727275,0.74793386,0.75206614,0.7231405,0.7107438,0.7107438,0.7066116,0.6694215,0.6446281,0.6446281,0.6322314,0.61570245,0.60330576,0.607438,0.60330576,0.61570245,0.6198347,0.607438,0.6280992,0.6528926,0.6404959,0.6322314,0.6363636,0.6528926,0.6694215,0.69008267,0.69008267,0.6570248,0.6694215,0.677686,0.6694215,0.6652893,0.6570248,0.6322314,0.58264464,0.55785125,0.5247934,0.5165289,0.4876033,0.4876033,0.47933885,0.38842976,0.28099173,0.28099173,0.28512397,0.38842976,0.40495867,0.39256197,0.39256197,0.38429752,0.40082645,0.4090909,0.3677686,0.3264463,0.35123968,0.3966942,0.42561984,0.46280992,0.5,0.5247934,0.59090906,0.6487603,0.6818182,0.6983471,0.71900827,0.7231405,0.74793386,0.74793386,0.72727275,0.7066116,0.7066116,0.677686,0.661157,0.6859504,0.69008267,0.69008267,0.6942149,0.6983471,0.70247936,0.7231405,0.7231405,0.7066116,0.7107438,0.73140496,0.72727275,0.7066116,0.7066116,0.71487606,0.71900827,0.7231405,0.7107438,0.69008267,0.6859504,0.6818182,0.6652893,0.6487603,0.6404959,0.60330576,0.55785125,0.5413223,0.5247934,0.49173555,0.47107437,0.47933885,0.42975205,0.2892562,0.2768595,0.2892562,0.28512397,0.38842976,0.38842976,0.39256197,0.39256197,0.39256197,0.40082645,0.40082645,0.41322315,0.34710744,0.3140496,0.3429752,0.38842976,0.4338843,0.46280992,0.4752066,0.54545456,0.607438,0.6487603,0.677686,0.70247936,0.6983471,0.73140496,0.74380165,0.72727275,0.71487606,0.72727275,0.72727275,0.71900827,0.73140496,0.73140496,0.72727275,0.72727275,0.73140496,0.75619835,0.74380165,0.73966944,0.74793386,0.72727275,0.73966944,0.73140496,0.73140496,0.74793386,0.75206614,0.75619835,0.75619835,0.7231405,0.70247936,0.6942149,0.6818182,0.6694215,0.6280992,0.60330576,0.57024795,0.53305787,0.5165289,0.5,0.47107437,0.45041323,0.446281,0.3181818,0.26859504,0.2892562,0.2892562,0.28099173,0.38016528,0.40082645,0.39256197,0.38842976,0.39256197,0.39256197,0.3966942,0.4090909,0.40082645,0.36363637,0.30578512,0.3429752,0.37603307,0.41322315,0.446281,0.4876033,0.5413223,0.62396693,0.6570248,0.69008267,0.6859504,0.7066116,0.71900827,0.71900827,0.72727275,0.74380165,0.75619835,0.74793386,0.76033056,0.76033056,0.75206614,0.75206614,0.75206614,0.76033056,0.73966944,0.72727275,0.73140496,0.7231405,0.71900827,0.73140496,0.74793386,0.7355372,0.7355372,0.76033056,0.76033056,0.72727275,0.6983471,0.6818182,0.677686,0.6652893,0.6198347,0.5785124,0.5371901,0.5082645,0.49173555,0.45041323,0.43801653,0.43801653,0.39256197,0.26859504,0.2768595,0.27272728,0.28512397,0.27272728,0.38842976,0.38842976,0.3966942,0.39256197,0.3966942,0.3966942,0.4090909,0.4090909,0.41322315,0.47933885,0.41322315,0.30991736,0.32231405,0.35950413,0.39256197,0.40495867,0.46694216,0.5661157,0.6280992,0.6570248,0.661157,0.6735537,0.6983471,0.6694215,0.71900827,0.7231405,0.74380165,0.73966944,0.76033056,0.76859504,0.76033056,0.75619835,0.76033056,0.7355372,0.7231405,0.7231405,0.7355372,0.74793386,0.73140496,0.7107438,0.74380165,0.7355372,0.73966944,0.74380165,0.74793386,0.73140496,0.6859504,0.661157,0.661157,0.6446281,0.61157024,0.56198347,0.5165289,0.48347107,0.46694216,0.4214876,0.3966942,0.5082645,0.38016528,0.2644628,0.26859504,0.28099173,0.28099173,0.2768595,0.40082645,0.38016528,0.3966942,0.38842976,0.3966942,0.40082645,0.40082645,0.40082645,0.3966942,0.49173555,0.56198347,0.38429752,0.29752067,0.30991736,0.3305785,0.338843,0.3966942,0.5,0.5785124,0.6363636,0.6363636,0.6487603,0.69008267,0.6570248,0.7066116,0.7231405,0.71900827,0.74380165,0.75619835,0.75619835,0.76033056,0.76033056,0.75619835,0.7355372,0.7231405,0.73140496,0.73140496,0.74793386,0.74380165,0.71487606,0.73966944,0.7355372,0.7355372,0.71487606,0.73140496,0.71487606,0.6818182,0.6528926,0.6446281,0.6198347,0.5785124,0.5413223,0.49173555,0.45041323,0.40082645,0.39256197,0.46280992,0.5785124,0.41322315,0.2603306,0.2644628,0.27272728,0.28099173,0.2644628,0.38842976,0.39256197,0.38842976,0.38429752,0.39256197,0.40082645,0.3966942,0.3966942,0.39256197,0.48347107,0.58677685,0.49173555,0.34710744,0.28512397,0.29752067,0.30578512,0.3181818,0.40082645,0.5082645,0.59090906,0.62396693,0.6280992,0.661157,0.6528926,0.6859504,0.71900827,0.71900827,0.73966944,0.7231405,0.73140496,0.74380165,0.73140496,0.7066116,0.6942149,0.69008267,0.7066116,0.7107438,0.73966944,0.73140496,0.73966944,0.7231405,0.7231405,0.71900827,0.677686,0.69008267,0.6818182,0.6487603,0.61157024,0.61570245,0.58677685,0.53305787,0.49586776,0.446281,0.38429752,0.3677686,0.45454547,0.5413223,0.59917355,0.41735536,0.28099173,0.29752067,0.2768595,0.2892562,0.2603306,17 +0.46280992,0.46280992,0.4214876,0.42561984,0.45041323,0.46280992,0.4752066,0.5289256,0.59090906,0.59504133,0.6446281,0.6570248,0.677686,0.70247936,0.71900827,0.77272725,0.79752064,0.7933884,0.80991733,0.80991733,0.8140496,0.8264463,0.8264463,0.8347107,0.8305785,0.8305785,0.8429752,0.8305785,0.838843,0.8429752,0.838843,0.8429752,0.838843,0.8429752,0.8471074,0.838843,0.8471074,0.838843,0.838843,0.8347107,0.8305785,0.8305785,0.822314,0.8181818,0.822314,0.80991733,0.80991733,0.8057851,0.8057851,0.7933884,0.7933884,0.7892562,0.77272725,0.73966944,0.73140496,0.6652893,0.6404959,0.57024795,0.5165289,0.46694216,0.37603307,0.3140496,0.38429752,0.3305785,0.46694216,0.4090909,0.40495867,0.42975205,0.4338843,0.45454547,0.49586776,0.57024795,0.6198347,0.6198347,0.6528926,0.677686,0.6942149,0.71900827,0.73966944,0.7768595,0.7933884,0.79752064,0.80991733,0.8140496,0.8181818,0.8305785,0.8347107,0.838843,0.8347107,0.8347107,0.838843,0.8471074,0.838843,0.8347107,0.8429752,0.8429752,0.8429752,0.8471074,0.8471074,0.8471074,0.838843,0.8471074,0.838843,0.8305785,0.8305785,0.8347107,0.8347107,0.8140496,0.8057851,0.8181818,0.8181818,0.8057851,0.80991733,0.7933884,0.7933884,0.7892562,0.76859504,0.72727275,0.71900827,0.6652893,0.62396693,0.5661157,0.5289256,0.4752066,0.40082645,0.29338843,0.30165288,0.35123968,0.41322315,0.36363637,0.40082645,0.3966942,0.42561984,0.46280992,0.5041322,0.58677685,0.6322314,0.6363636,0.6694215,0.6818182,0.71487606,0.7644628,0.7768595,0.78512394,0.79752064,0.8016529,0.8140496,0.8181818,0.8057851,0.8305785,0.8429752,0.8429752,0.8429752,0.8429752,0.838843,0.8512397,0.838843,0.838843,0.8471074,0.8471074,0.8471074,0.8471074,0.8512397,0.8512397,0.838843,0.8471074,0.8429752,0.838843,0.8305785,0.8347107,0.838843,0.8264463,0.8016529,0.822314,0.8264463,0.8057851,0.8016529,0.79752064,0.7933884,0.7892562,0.75619835,0.71900827,0.7107438,0.6735537,0.59504133,0.5661157,0.553719,0.5041322,0.42975205,0.30991736,0.2603306,0.26859504,0.38016528,0.37603307,0.3677686,0.38016528,0.446281,0.4876033,0.5165289,0.59090906,0.6404959,0.6322314,0.6735537,0.6818182,0.7231405,0.7768595,0.78099173,0.7933884,0.79752064,0.8016529,0.80991733,0.79752064,0.822314,0.8305785,0.8429752,0.8471074,0.8471074,0.8429752,0.838843,0.838843,0.8347107,0.8347107,0.8471074,0.8471074,0.8429752,0.8471074,0.8471074,0.8471074,0.8429752,0.8429752,0.838843,0.838843,0.8347107,0.8347107,0.8347107,0.8305785,0.8057851,0.8181818,0.8305785,0.8140496,0.8016529,0.79752064,0.79752064,0.79752064,0.76033056,0.7231405,0.6818182,0.6570248,0.6322314,0.58264464,0.553719,0.5206612,0.45041323,0.3140496,0.25619835,0.22727273,0.38429752,0.3553719,0.34710744,0.40082645,0.46280992,0.49586776,0.5289256,0.607438,0.6322314,0.6280992,0.661157,0.7066116,0.75206614,0.78512394,0.78099173,0.78099173,0.7933884,0.79752064,0.8016529,0.8140496,0.8264463,0.838843,0.8429752,0.8471074,0.838843,0.8429752,0.8429752,0.8347107,0.8347107,0.8347107,0.8429752,0.838843,0.8429752,0.8512397,0.8471074,0.8471074,0.8471074,0.8429752,0.8347107,0.8347107,0.8305785,0.8347107,0.8347107,0.8305785,0.8264463,0.8264463,0.822314,0.8057851,0.8016529,0.7933884,0.8016529,0.7933884,0.7644628,0.71900827,0.6694215,0.6280992,0.6363636,0.58677685,0.55785125,0.5247934,0.45867768,0.33471075,0.24380165,0.23140496,0.42561984,0.33471075,0.3429752,0.41322315,0.46694216,0.5,0.5413223,0.6280992,0.607438,0.6198347,0.677686,0.71900827,0.77272725,0.7933884,0.76859504,0.76033056,0.7892562,0.79752064,0.8140496,0.8181818,0.8305785,0.838843,0.8429752,0.8471074,0.8429752,0.8471074,0.8471074,0.838843,0.838843,0.838843,0.8471074,0.838843,0.8429752,0.8512397,0.8471074,0.8429752,0.8429752,0.8512397,0.838843,0.8347107,0.8305785,0.8305785,0.838843,0.8305785,0.822314,0.8140496,0.8140496,0.8016529,0.79752064,0.7933884,0.7933884,0.7892562,0.75619835,0.71900827,0.6942149,0.6487603,0.6363636,0.59090906,0.57024795,0.5371901,0.4752066,0.3553719,0.2520661,0.24793388,0.5206612,0.35123968,0.34710744,0.42975205,0.47107437,0.5082645,0.55785125,0.6322314,0.61570245,0.62396693,0.6694215,0.74793386,0.7768595,0.76859504,0.76859504,0.77272725,0.78512394,0.7933884,0.8140496,0.8181818,0.8305785,0.8305785,0.838843,0.8429752,0.8471074,0.8471074,0.8512397,0.8471074,0.8347107,0.838843,0.8512397,0.8429752,0.8429752,0.8471074,0.8429752,0.838843,0.8347107,0.8429752,0.8512397,0.838843,0.8347107,0.8347107,0.8347107,0.8264463,0.8140496,0.8016529,0.8057851,0.7933884,0.7892562,0.78512394,0.78512394,0.78512394,0.76033056,0.71900827,0.6942149,0.6652893,0.6404959,0.59917355,0.57024795,0.5495868,0.5082645,0.38842976,0.28099173,0.2520661,0.607438,0.48347107,0.35950413,0.43801653,0.5,0.5,0.57438016,0.62396693,0.62396693,0.6404959,0.7066116,0.76033056,0.75206614,0.73966944,0.74793386,0.7644628,0.76859504,0.7768595,0.8016529,0.8057851,0.8181818,0.822314,0.8264463,0.8347107,0.8347107,0.838843,0.8471074,0.8471074,0.8347107,0.8429752,0.8429752,0.8429752,0.838843,0.838843,0.8429752,0.838843,0.838843,0.8471074,0.8347107,0.838843,0.8305785,0.8264463,0.8347107,0.8181818,0.7933884,0.7892562,0.77272725,0.7644628,0.74793386,0.76033056,0.75206614,0.7644628,0.75619835,0.72727275,0.70247936,0.6694215,0.6487603,0.61157024,0.5661157,0.553719,0.5289256,0.42975205,0.32231405,0.23966943,0.6446281,0.6363636,0.48347107,0.45454547,0.5206612,0.5,0.5785124,0.6280992,0.61570245,0.6528926,0.7231405,0.75206614,0.70247936,0.7107438,0.71900827,0.72727275,0.73966944,0.76033056,0.78512394,0.7933884,0.8016529,0.8181818,0.8057851,0.8140496,0.822314,0.8264463,0.8305785,0.838843,0.8347107,0.8347107,0.8305785,0.838843,0.8347107,0.8347107,0.8305785,0.8305785,0.8264463,0.8181818,0.8347107,0.8305785,0.8140496,0.8140496,0.8140496,0.7933884,0.76033056,0.74793386,0.71900827,0.7107438,0.6735537,0.7231405,0.7107438,0.7231405,0.73966944,0.71900827,0.69008267,0.677686,0.6528926,0.6198347,0.56198347,0.55785125,0.5289256,0.4752066,0.35123968,0.24380165,0.49173555,0.59917355,0.6735537,0.59090906,0.5289256,0.5413223,0.5785124,0.62396693,0.62396693,0.6528926,0.6983471,0.70247936,0.677686,0.6487603,0.6652893,0.6652893,0.6859504,0.7107438,0.75206614,0.7644628,0.76859504,0.7933884,0.7892562,0.7892562,0.8057851,0.80991733,0.8181818,0.8264463,0.8181818,0.8264463,0.8264463,0.822314,0.822314,0.8264463,0.822314,0.822314,0.80991733,0.8057851,0.8181818,0.8016529,0.7933884,0.79752064,0.77272725,0.73966944,0.71487606,0.6983471,0.6363636,0.6404959,0.6322314,0.661157,0.661157,0.6652893,0.69008267,0.6735537,0.6570248,0.6404959,0.61570245,0.61157024,0.58264464,0.55785125,0.53305787,0.5165289,0.40495867,0.2603306,0.46694216,0.45867768,0.553719,0.6487603,0.6570248,0.6487603,0.6363636,0.6446281,0.6363636,0.6280992,0.6404959,0.6487603,0.6322314,0.58677685,0.57438016,0.5785124,0.60330576,0.607438,0.6487603,0.6652893,0.6735537,0.71900827,0.75619835,0.76859504,0.78512394,0.8016529,0.8016529,0.8057851,0.80991733,0.8140496,0.822314,0.80991733,0.8057851,0.8057851,0.8057851,0.7933884,0.7933884,0.7933884,0.79752064,0.77272725,0.75206614,0.73966944,0.69008267,0.6528926,0.62396693,0.58677685,0.5289256,0.5495868,0.5495868,0.56198347,0.57438016,0.59504133,0.59504133,0.58677685,0.5785124,0.5661157,0.5495868,0.54545456,0.57024795,0.5661157,0.54545456,0.5371901,0.47107437,0.32231405,0.45867768,0.46694216,0.47107437,0.5041322,0.54545456,0.5413223,0.553719,0.553719,0.553719,0.553719,0.553719,0.57024795,0.55785125,0.5123967,0.47933885,0.4752066,0.48347107,0.4752066,0.48347107,0.5206612,0.5206612,0.5289256,0.62396693,0.6859504,0.72727275,0.77272725,0.78512394,0.7892562,0.79752064,0.80991733,0.80991733,0.8140496,0.7892562,0.78512394,0.7892562,0.78512394,0.7644628,0.75619835,0.74793386,0.7066116,0.6652893,0.6198347,0.57438016,0.54545456,0.5082645,0.48347107,0.4338843,0.45041323,0.47107437,0.49173555,0.5041322,0.5289256,0.5371901,0.5289256,0.5371901,0.5371901,0.5413223,0.5041322,0.5289256,0.53305787,0.5495868,0.54545456,0.5123967,0.38429752,0.3140496,0.45454547,0.5165289,0.53305787,0.5,0.49586776,0.5082645,0.5165289,0.5495868,0.55785125,0.56198347,0.56198347,0.5165289,0.49173555,0.43801653,0.41735536,0.40495867,0.38842976,0.3966942,0.42561984,0.446281,0.43801653,0.49173555,0.56198347,0.60330576,0.677686,0.73966944,0.76033056,0.7892562,0.8016529,0.8016529,0.8016529,0.7892562,0.78512394,0.78099173,0.76033056,0.71900827,0.6859504,0.6735537,0.62396693,0.54545456,0.48347107,0.47107437,0.45867768,0.4338843,0.42561984,0.41322315,0.4090909,0.45867768,0.5123967,0.54545456,0.57024795,0.59090906,0.59504133,0.58677685,0.58264464,0.5495868,0.5165289,0.49173555,0.5123967,0.55785125,0.55785125,0.5247934,0.41322315,0.24793388,0.3553719,0.46694216,0.5123967,0.48347107,0.47107437,0.5123967,0.5206612,0.5661157,0.58677685,0.5785124,0.58264464,0.54545456,0.5371901,0.48347107,0.45041323,0.41322315,0.39256197,0.3966942,0.38016528,0.40495867,0.41322315,0.4338843,0.49586776,0.5165289,0.60330576,0.6818182,0.71900827,0.76033056,0.78512394,0.7933884,0.8057851,0.7933884,0.7933884,0.76859504,0.7231405,0.6694215,0.6198347,0.58264464,0.5371901,0.47107437,0.4214876,0.42561984,0.41322315,0.40082645,0.3966942,0.40495867,0.4090909,0.45041323,0.4752066,0.5041322,0.54545456,0.57438016,0.59504133,0.59917355,0.60330576,0.57438016,0.553719,0.5041322,0.5041322,0.5413223,0.5661157,0.5247934,0.42561984,0.2892562,0.3553719,0.45041323,0.45454547,0.41735536,0.46280992,0.4876033,0.5041322,0.5289256,0.54545456,0.53305787,0.5247934,0.4752066,0.45454547,0.41322315,0.38842976,0.38016528,0.36363637,0.3429752,0.34710744,0.37603307,0.41735536,0.4214876,0.46694216,0.48347107,0.56198347,0.6322314,0.6942149,0.75619835,0.78512394,0.79752064,0.80991733,0.80991733,0.8016529,0.76033056,0.677686,0.6198347,0.5661157,0.5041322,0.4752066,0.45041323,0.41735536,0.39256197,0.35123968,0.35950413,0.38016528,0.38842976,0.39256197,0.39256197,0.42561984,0.40082645,0.42561984,0.4752066,0.5123967,0.5495868,0.57024795,0.57438016,0.56198347,0.5247934,0.5082645,0.5206612,0.5495868,0.5371901,0.4338843,0.29338843,0.338843,0.45454547,0.43801653,0.38429752,0.45454547,0.47107437,0.49173555,0.4876033,0.46694216,0.42561984,0.37603307,0.40082645,0.40495867,0.38016528,0.3140496,0.32231405,0.35950413,0.38842976,0.3553719,0.3264463,0.35950413,0.40082645,0.42561984,0.45041323,0.5,0.57024795,0.661157,0.76033056,0.80991733,0.822314,0.822314,0.8140496,0.8140496,0.74793386,0.6446281,0.5661157,0.49173555,0.45867768,0.43801653,0.4214876,0.36363637,0.38429752,0.41322315,0.446281,0.35123968,0.29338843,0.29338843,0.28512397,0.3553719,0.43801653,0.3966942,0.41322315,0.4214876,0.45867768,0.5247934,0.55785125,0.5495868,0.5495868,0.5123967,0.5041322,0.53305787,0.53305787,0.42975205,0.2768595,0.3305785,0.46694216,0.44214877,0.38429752,0.4752066,0.45454547,0.48347107,0.45041323,0.3677686,0.3553719,0.338843,0.45867768,0.59090906,0.38842976,0.2520661,0.3305785,0.3140496,0.37603307,0.5,0.45867768,0.38429752,0.40495867,0.3966942,0.4338843,0.4752066,0.5247934,0.6322314,0.77272725,0.822314,0.8347107,0.8347107,0.8305785,0.8181818,0.75206614,0.6198347,0.5289256,0.4876033,0.46694216,0.43801653,0.44214877,0.446281,0.45867768,0.5123967,0.57438016,0.3305785,0.33471075,0.41735536,0.3553719,0.2603306,0.58677685,0.4752066,0.3429752,0.40495867,0.4090909,0.48347107,0.5371901,0.5495868,0.57024795,0.53305787,0.5041322,0.5371901,0.5082645,0.42975205,0.27272728,0.3305785,0.47933885,0.44214877,0.4090909,0.5165289,0.47107437,0.48347107,0.4338843,0.33471075,0.3305785,0.4090909,0.6322314,0.6694215,0.37603307,0.2768595,0.39256197,0.38429752,0.35950413,0.59504133,0.59504133,0.45454547,0.4876033,0.49586776,0.41735536,0.4752066,0.5289256,0.62396693,0.78099173,0.8305785,0.8429752,0.8347107,0.8305785,0.8181818,0.76033056,0.6280992,0.56198347,0.53305787,0.48347107,0.54545456,0.5371901,0.44214877,0.5206612,0.6446281,0.661157,0.38842976,0.29338843,0.3305785,0.33471075,0.26859504,0.6198347,0.6363636,0.41322315,0.3553719,0.41322315,0.49586776,0.5289256,0.5495868,0.58264464,0.57024795,0.5206612,0.5413223,0.5,0.44214877,0.28512397,0.3305785,0.4876033,0.4752066,0.46280992,0.5371901,0.5123967,0.49586776,0.44214877,0.34710744,0.35950413,0.48347107,0.6735537,0.6652893,0.34710744,0.3553719,0.2892562,0.35950413,0.42561984,0.6694215,0.71487606,0.62396693,0.45454547,0.607438,0.5041322,0.4752066,0.58677685,0.6528926,0.76859504,0.8264463,0.838843,0.8264463,0.8264463,0.8057851,0.73966944,0.607438,0.6198347,0.58264464,0.59917355,0.6363636,0.5495868,0.4752066,0.58264464,0.6983471,0.71900827,0.49173555,0.37603307,0.32231405,0.338843,0.41735536,0.6528926,0.6446281,0.553719,0.4338843,0.4338843,0.5123967,0.553719,0.56198347,0.60330576,0.60330576,0.553719,0.55785125,0.5123967,0.4752066,0.2520661,0.37190083,0.49586776,0.5123967,0.56198347,0.59917355,0.55785125,0.5082645,0.45867768,0.40495867,0.47107437,0.56198347,0.6528926,0.7066116,0.4752066,0.41322315,0.4214876,0.42561984,0.5413223,0.7066116,0.6570248,0.6404959,0.55785125,0.59504133,0.59917355,0.5206612,0.6652893,0.6818182,0.75206614,0.8181818,0.8305785,0.8264463,0.80991733,0.80991733,0.71900827,0.59090906,0.6322314,0.6322314,0.6694215,0.6818182,0.6404959,0.607438,0.59090906,0.6404959,0.69008267,0.60330576,0.5,0.47107437,0.446281,0.56198347,0.661157,0.607438,0.61570245,0.5495868,0.5495868,0.5661157,0.56198347,0.59504133,0.6322314,0.6322314,0.58264464,0.5785124,0.5495868,0.5082645,0.2644628,0.38016528,0.5206612,0.5661157,0.61570245,0.6818182,0.6280992,0.55785125,0.56198347,0.5,0.5123967,0.607438,0.6694215,0.72727275,0.69008267,0.6528926,0.6404959,0.6694215,0.6983471,0.71900827,0.6694215,0.6487603,0.661157,0.6528926,0.58677685,0.6446281,0.71900827,0.6859504,0.75206614,0.8140496,0.8305785,0.822314,0.80991733,0.8181818,0.6983471,0.59090906,0.6528926,0.6694215,0.6570248,0.6983471,0.6942149,0.6818182,0.6363636,0.6446281,0.6570248,0.6570248,0.6322314,0.607438,0.5785124,0.62396693,0.6652893,0.6363636,0.6570248,0.62396693,0.6570248,0.677686,0.661157,0.6652893,0.6694215,0.6570248,0.6280992,0.59504133,0.57438016,0.5371901,0.30165288,0.38429752,0.5495868,0.6198347,0.677686,0.7231405,0.70247936,0.6652893,0.661157,0.59090906,0.5413223,0.61157024,0.677686,0.7066116,0.677686,0.70247936,0.6942149,0.70247936,0.70247936,0.69008267,0.661157,0.6528926,0.6404959,0.6198347,0.6652893,0.73140496,0.71487606,0.6652893,0.74793386,0.8140496,0.8181818,0.8140496,0.8140496,0.8140496,0.6735537,0.59504133,0.6694215,0.7066116,0.6735537,0.6446281,0.6322314,0.6570248,0.6446281,0.6487603,0.6694215,0.6694215,0.6859504,0.6983471,0.69008267,0.6983471,0.71487606,0.6859504,0.69008267,0.6859504,0.6983471,0.7066116,0.7066116,0.6859504,0.677686,0.677686,0.6322314,0.61570245,0.59090906,0.55785125,0.338843,0.38842976,0.57024795,0.6404959,0.72727275,0.74793386,0.72727275,0.70247936,0.71487606,0.6652893,0.60330576,0.6198347,0.6652893,0.6983471,0.6859504,0.6818182,0.6942149,0.6818182,0.69008267,0.6983471,0.6983471,0.7107438,0.70247936,0.677686,0.71900827,0.76033056,0.6983471,0.6694215,0.75206614,0.8057851,0.80991733,0.8057851,0.80991733,0.8057851,0.6859504,0.60330576,0.677686,0.7231405,0.71900827,0.6983471,0.6652893,0.6652893,0.661157,0.677686,0.69008267,0.6942149,0.7107438,0.71487606,0.6983471,0.7355372,0.73966944,0.73966944,0.7355372,0.7231405,0.7355372,0.72727275,0.7107438,0.6942149,0.69008267,0.6983471,0.6652893,0.6528926,0.60330576,0.58677685,0.35950413,0.3966942,0.58264464,0.6446281,0.72727275,0.77272725,0.7355372,0.7231405,0.74380165,0.72727275,0.6983471,0.6859504,0.6983471,0.7231405,0.7355372,0.73140496,0.76859504,0.75619835,0.75206614,0.76033056,0.75206614,0.76033056,0.74793386,0.71900827,0.7355372,0.75619835,0.677686,0.6818182,0.75619835,0.8057851,0.8140496,0.8016529,0.80991733,0.8016529,0.7066116,0.6322314,0.6942149,0.7231405,0.73140496,0.74793386,0.75206614,0.74793386,0.72727275,0.72727275,0.76033056,0.74793386,0.75206614,0.75619835,0.74793386,0.7644628,0.7768595,0.76033056,0.77272725,0.75619835,0.7768595,0.7644628,0.7355372,0.71900827,0.70247936,0.6983471,0.69008267,0.6652893,0.607438,0.607438,0.4214876,0.43801653,0.59090906,0.6694215,0.73140496,0.75619835,0.74793386,0.74380165,0.75206614,0.7644628,0.75206614,0.75206614,0.76033056,0.7768595,0.7892562,0.7892562,0.79752064,0.78512394,0.7933884,0.8057851,0.7933884,0.78099173,0.76859504,0.7355372,0.7355372,0.73140496,0.6570248,0.6983471,0.7644628,0.8016529,0.8140496,0.8057851,0.8140496,0.8057851,0.72727275,0.6735537,0.6983471,0.71900827,0.73966944,0.76033056,0.77272725,0.7892562,0.7892562,0.78099173,0.8016529,0.78512394,0.78099173,0.78512394,0.78512394,0.7892562,0.79752064,0.8016529,0.7892562,0.78512394,0.7892562,0.78099173,0.76033056,0.74793386,0.71487606,0.70247936,0.6942149,0.6652893,0.59504133,0.607438,0.5206612,0.5,0.58677685,0.6818182,0.7231405,0.73966944,0.75206614,0.7768595,0.7644628,0.76859504,0.77272725,0.7768595,0.7768595,0.7892562,0.8016529,0.8057851,0.8140496,0.80991733,0.8181818,0.822314,0.8016529,0.78512394,0.78099173,0.75619835,0.73966944,0.71487606,0.6570248,0.71487606,0.77272725,0.8016529,0.80991733,0.8057851,0.8057851,0.80991733,0.75619835,0.70247936,0.6983471,0.7231405,0.73966944,0.76859504,0.78512394,0.78099173,0.7933884,0.80991733,0.8057851,0.80991733,0.8181818,0.8140496,0.80991733,0.8057851,0.8057851,0.8140496,0.8057851,0.8016529,0.7933884,0.78512394,0.7644628,0.76033056,0.7355372,0.7107438,0.6983471,0.6570248,0.59090906,0.5785124,0.5082645,0.5123967,0.58264464,0.6652893,0.71487606,0.74380165,0.77272725,0.76859504,0.77272725,0.78099173,0.7892562,0.7933884,0.79752064,0.8057851,0.8181818,0.8181818,0.8305785,0.8264463,0.8264463,0.822314,0.8057851,0.7933884,0.78512394,0.76033056,0.73966944,0.6859504,0.6983471,0.74380165,0.7892562,0.8016529,0.80991733,0.80991733,0.8057851,0.80991733,0.78512394,0.7231405,0.6983471,0.71900827,0.74793386,0.77272725,0.7768595,0.78512394,0.7768595,0.7933884,0.80991733,0.8140496,0.822314,0.822314,0.822314,0.8140496,0.8057851,0.8016529,0.80991733,0.8140496,0.7933884,0.78099173,0.75619835,0.71487606,0.71900827,0.6983471,0.6859504,0.6528926,0.57438016,0.5661157,0.44214877,0.49586776,0.5661157,0.6528926,0.7066116,0.74793386,0.76859504,0.7644628,0.75619835,0.79752064,0.79752064,0.8057851,0.8140496,0.8140496,0.8264463,0.8264463,0.8305785,0.8305785,0.8264463,0.8181818,0.8016529,0.8016529,0.78099173,0.74380165,0.7107438,0.6652893,0.72727275,0.76859504,0.8057851,0.8181818,0.822314,0.80991733,0.8057851,0.8057851,0.78512394,0.76859504,0.6735537,0.69008267,0.74380165,0.7644628,0.76033056,0.76033056,0.7892562,0.8016529,0.80991733,0.822314,0.8264463,0.8264463,0.822314,0.80991733,0.8057851,0.7933884,0.8016529,0.79752064,0.78512394,0.69008267,0.75619835,0.7107438,0.70247936,0.6818182,0.6735537,0.6528926,0.56198347,0.56198347,0.41735536,0.45867768,0.55785125,0.6322314,0.69008267,0.72727275,0.75619835,0.74380165,0.76033056,0.7933884,0.78512394,0.7933884,0.8140496,0.8140496,0.8181818,0.8264463,0.8305785,0.8264463,0.822314,0.80991733,0.8016529,0.8016529,0.77272725,0.71900827,0.677686,0.6735537,0.6983471,0.7768595,0.8181818,0.838843,0.8347107,0.8140496,0.79752064,0.7892562,0.78512394,0.75206614,0.6859504,0.6446281,0.7066116,0.75206614,0.7768595,0.77272725,0.79752064,0.8181818,0.8140496,0.822314,0.8264463,0.8305785,0.8181818,0.8057851,0.8057851,0.79752064,0.7933884,0.78512394,0.76033056,0.62396693,0.72727275,0.71900827,0.6983471,0.6570248,0.661157,0.6322314,0.55785125,0.55785125,0.44214877,0.41735536,0.5371901,0.62396693,0.6694215,0.7066116,0.7355372,0.7355372,0.76033056,0.78512394,0.7768595,0.78099173,0.8016529,0.80991733,0.80991733,0.8140496,0.8264463,0.822314,0.822314,0.80991733,0.80991733,0.7933884,0.74793386,0.6818182,0.661157,0.6735537,0.7066116,0.7768595,0.8305785,0.8347107,0.8347107,0.8181818,0.8016529,0.78512394,0.75619835,0.74380165,0.70247936,0.6652893,0.69008267,0.71900827,0.76859504,0.78099173,0.79752064,0.8140496,0.79752064,0.8264463,0.8264463,0.8264463,0.8264463,0.8140496,0.8057851,0.79752064,0.7892562,0.7768595,0.77272725,0.71487606,0.73140496,0.71900827,0.677686,0.6363636,0.6487603,0.62396693,0.55785125,0.5413223,0.5165289,0.42975205,0.5,0.62396693,0.6694215,0.70247936,0.71487606,0.7355372,0.75206614,0.76859504,0.78512394,0.78512394,0.79752064,0.8057851,0.8016529,0.8140496,0.8264463,0.8140496,0.8181818,0.80991733,0.79752064,0.8016529,0.73966944,0.6652893,0.6652893,0.661157,0.70247936,0.76859504,0.8140496,0.8181818,0.8305785,0.8264463,0.8016529,0.75206614,0.70247936,0.6859504,0.6859504,0.6735537,0.7066116,0.6818182,0.71900827,0.78099173,0.8016529,0.8140496,0.79752064,0.822314,0.8264463,0.822314,0.822314,0.8016529,0.79752064,0.78512394,0.78099173,0.78512394,0.76859504,0.74793386,0.73966944,0.7066116,0.6652893,0.6322314,0.6198347,0.6198347,0.5289256,0.53305787,0.57438016,0.4876033,0.46280992,0.61157024,0.661157,0.6942149,0.70247936,0.7355372,0.74380165,0.75619835,0.78512394,0.7768595,0.78512394,0.79752064,0.8016529,0.8057851,0.8181818,0.8181818,0.8347107,0.8181818,0.80991733,0.79752064,0.71900827,0.661157,0.6528926,0.607438,0.61157024,0.71900827,0.77272725,0.7933884,0.80991733,0.8057851,0.74380165,0.6694215,0.607438,0.62396693,0.661157,0.6570248,0.6942149,0.6652893,0.661157,0.77272725,0.8016529,0.80991733,0.80991733,0.8181818,0.822314,0.822314,0.8057851,0.8016529,0.78512394,0.76859504,0.76859504,0.75206614,0.75619835,0.74380165,0.72727275,0.69008267,0.6487603,0.61570245,0.607438,0.60330576,0.5289256,0.5041322,0.59917355,0.56198347,0.44214877,0.59917355,0.6487603,0.677686,0.6983471,0.72727275,0.74793386,0.74793386,0.77272725,0.7768595,0.77272725,0.78099173,0.7933884,0.79752064,0.8016529,0.822314,0.8305785,0.8016529,0.79752064,0.7892562,0.71487606,0.6487603,0.6198347,0.57024795,0.5041322,0.59504133,0.7231405,0.73966944,0.74793386,0.72727275,0.6528926,0.58264464,0.56198347,0.58677685,0.6198347,0.62396693,0.6652893,0.6446281,0.62396693,0.74380165,0.7933884,0.8016529,0.8140496,0.80991733,0.80991733,0.8140496,0.8016529,0.7892562,0.78512394,0.76033056,0.75206614,0.73966944,0.72727275,0.74380165,0.7066116,0.6735537,0.6322314,0.607438,0.60330576,0.58264464,0.5371901,0.4752066,0.6487603,0.59090906,0.44214877,0.553719,0.6322314,0.6446281,0.6694215,0.7066116,0.72727275,0.75206614,0.75619835,0.7644628,0.75619835,0.75619835,0.77272725,0.78099173,0.7933884,0.8140496,0.8140496,0.79752064,0.7892562,0.78099173,0.6983471,0.60330576,0.5495868,0.5,0.446281,0.5,0.62396693,0.6487603,0.6570248,0.6363636,0.59090906,0.5371901,0.46694216,0.446281,0.47933885,0.5661157,0.607438,0.60330576,0.60330576,0.73966944,0.77272725,0.78099173,0.8140496,0.8140496,0.8057851,0.8016529,0.7933884,0.77272725,0.77272725,0.7644628,0.73966944,0.7355372,0.7231405,0.7231405,0.677686,0.6446281,0.6198347,0.60330576,0.59917355,0.5661157,0.5289256,0.47107437,0.6280992,0.6322314,0.5,0.49173555,0.61570245,0.6322314,0.6487603,0.6859504,0.7066116,0.71900827,0.73140496,0.75619835,0.74793386,0.74380165,0.7644628,0.77272725,0.7933884,0.8016529,0.7933884,0.8016529,0.7933884,0.78512394,0.6818182,0.53305787,0.45041323,0.35123968,0.2768595,0.37190083,0.5123967,0.5495868,0.54545456,0.5371901,0.5165289,0.4214876,0.28099173,0.23140496,0.2768595,0.44214877,0.53305787,0.53305787,0.6198347,0.74380165,0.73966944,0.75206614,0.8016529,0.8057851,0.78099173,0.78512394,0.78512394,0.76859504,0.7644628,0.75206614,0.73140496,0.7107438,0.6983471,0.677686,0.6487603,0.6198347,0.607438,0.60330576,0.59090906,0.5495868,0.5247934,0.4752066,0.5289256,0.6570248,0.57024795,0.44214877,0.57438016,0.60330576,0.62396693,0.6528926,0.677686,0.69008267,0.71900827,0.75206614,0.75206614,0.74380165,0.76033056,0.76859504,0.78512394,0.79752064,0.7892562,0.79752064,0.7933884,0.8016529,0.7231405,0.5289256,0.41735536,0.33471075,0.2644628,0.2892562,0.38429752,0.45041323,0.44214877,0.42561984,0.42561984,0.41322315,0.45454547,0.42975205,0.38842976,0.42561984,0.45041323,0.5289256,0.6818182,0.74793386,0.74793386,0.75619835,0.7892562,0.76859504,0.74380165,0.78512394,0.76859504,0.76033056,0.75206614,0.7355372,0.71487606,0.69008267,0.6735537,0.6280992,0.6198347,0.58264464,0.59090906,0.59917355,0.57438016,0.5413223,0.5206612,0.46694216,0.61157024,0.60330576,0.6404959,0.41322315,0.54545456,0.57024795,0.58677685,0.60330576,0.6570248,0.677686,0.7066116,0.74380165,0.74380165,0.73966944,0.76033056,0.76859504,0.7768595,0.7892562,0.7892562,0.78512394,0.79752064,0.79752064,0.77272725,0.6198347,0.43801653,0.37190083,0.35950413,0.3553719,0.33471075,0.39256197,0.41322315,0.4090909,0.46694216,0.5371901,0.59090906,0.56198347,0.5206612,0.5206612,0.553719,0.6487603,0.7066116,0.74793386,0.76033056,0.7644628,0.78099173,0.78099173,0.77272725,0.7768595,0.7768595,0.75619835,0.73966944,0.7107438,0.69008267,0.6735537,0.6446281,0.59917355,0.59917355,0.57438016,0.55785125,0.59504133,0.5661157,0.5247934,0.5206612,0.4876033,0.73966944,0.55785125,0.6570248,0.4338843,0.5206612,0.5661157,0.59090906,0.59504133,0.6322314,0.6528926,0.69008267,0.72727275,0.72727275,0.73966944,0.75619835,0.76859504,0.77272725,0.78099173,0.7892562,0.7892562,0.79752064,0.7892562,0.7892562,0.7355372,0.6363636,0.5661157,0.5289256,0.46280992,0.42561984,0.42975205,0.47107437,0.5247934,0.59504133,0.6487603,0.6487603,0.6198347,0.6487603,0.661157,0.661157,0.69008267,0.677686,0.7107438,0.7644628,0.78099173,0.78099173,0.78099173,0.78512394,0.7768595,0.77272725,0.74793386,0.72727275,0.70247936,0.6859504,0.6528926,0.6280992,0.61157024,0.58677685,0.60330576,0.58264464,0.58677685,0.553719,0.5206612,0.5165289,0.48347107,0.7768595,0.62396693,0.6198347,0.45867768,0.4876033,0.54545456,0.57438016,0.58264464,0.59504133,0.6322314,0.6652893,0.7107438,0.7231405,0.7355372,0.75619835,0.7644628,0.78099173,0.78099173,0.78099173,0.7768595,0.7892562,0.76859504,0.75619835,0.71900827,0.7231405,0.6942149,0.6694215,0.6446281,0.5785124,0.59090906,0.6198347,0.6198347,0.6446281,0.6446281,0.6487603,0.6446281,0.6446281,0.6570248,0.6404959,0.677686,0.6652893,0.6859504,0.74380165,0.7768595,0.78099173,0.76859504,0.78512394,0.78099173,0.76859504,0.74380165,0.71900827,0.70247936,0.6694215,0.6280992,0.607438,0.59917355,0.5785124,0.607438,0.60330576,0.57024795,0.5371901,0.5165289,0.5,0.49586776,0.75619835,0.6694215,0.6570248,0.46694216,0.47107437,0.5247934,0.5495868,0.57438016,0.58677685,0.607438,0.6528926,0.6859504,0.71487606,0.7355372,0.75206614,0.77272725,0.7933884,0.7892562,0.76859504,0.76033056,0.7768595,0.7355372,0.72727275,0.7066116,0.71487606,0.6983471,0.6942149,0.69008267,0.6652893,0.6280992,0.6404959,0.62396693,0.6404959,0.6446281,0.6446281,0.6363636,0.6446281,0.6487603,0.6487603,0.677686,0.6694215,0.69008267,0.73140496,0.76859504,0.77272725,0.7644628,0.78512394,0.7892562,0.7644628,0.75619835,0.72727275,0.6859504,0.6528926,0.6280992,0.607438,0.58264464,0.59090906,0.60330576,0.58264464,0.56198347,0.5247934,0.5165289,0.48347107,0.54545456,0.6983471,0.661157,0.6735537,0.5082645,0.46280992,0.53305787,0.54545456,0.57438016,0.58677685,0.59917355,0.6404959,0.677686,0.70247936,0.7355372,0.7644628,0.77272725,0.7933884,0.78099173,0.73966944,0.7355372,0.73140496,0.71487606,0.71487606,0.70247936,0.6983471,0.70247936,0.6983471,0.7231405,0.6983471,0.6859504,0.6652893,0.6446281,0.62396693,0.6363636,0.6363636,0.6363636,0.6446281,0.6487603,0.6487603,0.6735537,0.677686,0.69008267,0.7107438,0.74380165,0.74380165,0.73140496,0.7768595,0.7933884,0.78099173,0.75619835,0.7231405,0.6818182,0.6652893,0.6280992,0.61570245,0.59504133,0.58677685,0.60330576,0.58677685,0.553719,0.5247934,0.5082645,0.48347107,0.57438016,0.56198347,0.58677685,0.59504133,0.553719,0.446281,0.5413223,0.55785125,0.57024795,0.58677685,0.58264464,0.62396693,0.6694215,0.6735537,0.72727275,0.75619835,0.77272725,0.78512394,0.7644628,0.71487606,0.71487606,0.6942149,0.6942149,0.6942149,0.677686,0.6859504,0.6983471,0.69008267,0.7107438,0.6983471,0.677686,0.6818182,0.6570248,0.61570245,0.62396693,0.6280992,0.6280992,0.6322314,0.6404959,0.6404959,0.661157,0.6694215,0.677686,0.6818182,0.71487606,0.73140496,0.73966944,0.76859504,0.78512394,0.7768595,0.75619835,0.72727275,0.677686,0.6570248,0.6322314,0.61570245,0.58264464,0.60330576,0.59504133,0.59090906,0.5413223,0.5247934,0.5123967,0.48347107,0.56198347,0.38842976,0.47933885,0.5,0.49586776,0.45041323,0.53305787,0.56198347,0.55785125,0.57024795,0.58677685,0.59917355,0.6735537,0.6942149,0.7066116,0.73966944,0.77272725,0.76859504,0.73140496,0.69008267,0.69008267,0.6818182,0.677686,0.677686,0.6528926,0.6735537,0.6983471,0.6983471,0.71487606,0.71900827,0.6942149,0.70247936,0.6983471,0.6446281,0.62396693,0.6404959,0.6528926,0.661157,0.6322314,0.6280992,0.6363636,0.6404959,0.6570248,0.6942149,0.7066116,0.72727275,0.74380165,0.72727275,0.75206614,0.7768595,0.76033056,0.72727275,0.69008267,0.6487603,0.6198347,0.59504133,0.58264464,0.607438,0.59090906,0.5785124,0.53305787,0.5123967,0.5247934,0.45867768,0.49586776,0.3264463,0.338843,0.3677686,0.3305785,0.446281,0.5371901,0.5495868,0.57024795,0.57024795,0.57024795,0.58677685,0.6446281,0.6983471,0.7231405,0.74380165,0.76033056,0.74380165,0.70247936,0.6735537,0.6735537,0.6694215,0.6322314,0.6570248,0.6404959,0.677686,0.7107438,0.72727275,0.75206614,0.76859504,0.76033056,0.77272725,0.75206614,0.71487606,0.70247936,0.71900827,0.7231405,0.72727275,0.6983471,0.6818182,0.6404959,0.6487603,0.6322314,0.6652893,0.6859504,0.7066116,0.73966944,0.7066116,0.73140496,0.74380165,0.74793386,0.71487606,0.677686,0.6487603,0.6198347,0.59090906,0.5785124,0.59504133,0.5785124,0.55785125,0.5247934,0.5041322,0.5289256,0.40495867,0.36363637,0.32231405,0.3140496,0.3305785,0.2520661,0.43801653,0.5082645,0.5413223,0.55785125,0.5785124,0.55785125,0.57438016,0.6322314,0.677686,0.71900827,0.73140496,0.74793386,0.7107438,0.6859504,0.6694215,0.6694215,0.6570248,0.59090906,0.6487603,0.6528926,0.6942149,0.73140496,0.73966944,0.74380165,0.7768595,0.79752064,0.8016529,0.7933884,0.78512394,0.78512394,0.75206614,0.7231405,0.73140496,0.72727275,0.70247936,0.6570248,0.6528926,0.6322314,0.6363636,0.6322314,0.6652893,0.7066116,0.6942149,0.7066116,0.71900827,0.71900827,0.7066116,0.6735537,0.6446281,0.607438,0.57024795,0.57024795,0.58264464,0.57024795,0.57024795,0.5206612,0.5247934,0.5206612,0.37190083,0.2768595,0.3140496,0.3181818,0.33471075,0.27272728,0.38016528,0.5082645,0.5413223,0.54545456,0.57024795,0.5661157,0.57024795,0.61157024,0.6652893,0.70247936,0.7231405,0.7231405,0.6942149,0.6735537,0.6694215,0.6446281,0.62396693,0.58677685,0.6363636,0.6404959,0.6735537,0.6652893,0.62396693,0.59917355,0.6198347,0.6818182,0.73966944,0.7768595,0.7644628,0.6818182,0.57024795,0.56198347,0.58677685,0.58264464,0.607438,0.60330576,0.6446281,0.62396693,0.607438,0.59504133,0.6280992,0.677686,0.6818182,0.6735537,0.6859504,0.6818182,0.7107438,0.677686,0.6404959,0.59917355,0.5661157,0.5785124,0.5661157,0.56198347,0.57024795,0.5289256,0.54545456,0.5123967,0.35123968,0.2644628,0.3140496,0.3181818,0.3181818,0.30578512,0.3181818,0.47933885,0.5413223,0.5413223,0.553719,0.57438016,0.5661157,0.60330576,0.6528926,0.6859504,0.70247936,0.6942149,0.6735537,0.661157,0.6404959,0.59090906,0.57438016,0.5495868,0.5661157,0.58264464,0.5495868,0.5289256,0.49586776,0.4876033,0.49173555,0.5041322,0.5,0.57024795,0.54545456,0.49586776,0.47933885,0.48347107,0.47933885,0.45867768,0.45867768,0.49586776,0.55785125,0.5661157,0.55785125,0.54545456,0.57024795,0.6280992,0.6487603,0.6570248,0.6446281,0.6652893,0.70247936,0.6735537,0.6322314,0.59090906,0.57024795,0.58677685,0.55785125,0.55785125,0.5495868,0.5413223,0.5289256,0.5082645,0.3305785,0.2520661,0.3140496,0.3181818,0.30991736,0.3140496,0.2892562,0.45454547,0.5123967,0.5371901,0.54545456,0.5661157,0.55785125,0.59090906,0.6446281,0.6818182,0.6942149,0.6859504,0.661157,0.6446281,0.59090906,0.5413223,0.5,0.45867768,0.42561984,0.41735536,0.41735536,0.39256197,0.37603307,0.35123968,0.35950413,0.38429752,0.38016528,0.36363637,0.3553719,0.35950413,0.35950413,0.3305785,0.29752067,0.29338843,0.30991736,0.3429752,0.38016528,0.38842976,0.40082645,0.446281,0.5123967,0.5661157,0.61157024,0.6322314,0.6363636,0.6528926,0.6818182,0.6528926,0.61157024,0.58264464,0.5785124,0.58264464,0.57024795,0.553719,0.5495868,0.5413223,0.5247934,0.4876033,0.27272728,0.2644628,0.30991736,0.3140496,0.3140496,0.32231405,0.28099173,0.4090909,0.49173555,0.5206612,0.54545456,0.5661157,0.553719,0.57438016,0.6198347,0.6652893,0.71900827,0.70247936,0.6487603,0.61570245,0.57438016,0.5289256,0.44214877,0.30578512,0.23140496,0.1983471,0.20247933,0.18181819,0.18181819,0.17768595,0.18181819,0.22727273,0.21487603,0.19008264,0.18595041,0.20247933,0.21487603,0.20247933,0.18595041,0.17768595,0.18181819,0.21900827,0.23966943,0.23966943,0.2892562,0.43801653,0.53305787,0.5785124,0.59917355,0.6280992,0.6404959,0.6735537,0.6735537,0.6404959,0.60330576,0.58677685,0.58677685,0.57438016,0.55785125,0.553719,0.5413223,0.54545456,0.5289256,0.45041323,0.24380165,0.2644628,0.30578512,0.30991736,0.30991736,0.3140496,0.29338843,0.3553719,0.4752066,0.5123967,0.53305787,0.5495868,0.5661157,0.56198347,0.607438,0.6363636,0.70247936,0.70247936,0.6487603,0.6198347,0.61570245,0.61157024,0.57024795,0.44214877,0.3181818,0.2892562,0.30991736,0.338843,0.33471075,0.3305785,0.3305785,0.32231405,0.29338843,0.30165288,0.29338843,0.30578512,0.34710744,0.37603307,0.38842976,0.3966942,0.41322315,0.446281,0.45454547,0.47933885,0.5247934,0.6487603,0.6487603,0.61157024,0.6322314,0.6446281,0.6528926,0.6818182,0.6652893,0.6322314,0.607438,0.59090906,0.59504133,0.58264464,0.56198347,0.54545456,0.5413223,0.5413223,0.5413223,0.40082645,0.21900827,0.27272728,0.30165288,0.3140496,0.30991736,0.3181818,0.29752067,0.30165288,0.45041323,0.4876033,0.5206612,0.54545456,0.56198347,0.57024795,0.59504133,0.6198347,0.6694215,0.6942149,0.69008267,0.6652893,0.6694215,0.6735537,0.677686,0.6694215,0.62396693,0.59504133,0.59917355,0.61157024,0.607438,0.6280992,0.6322314,0.61570245,0.58264464,0.5785124,0.57024795,0.5661157,0.61570245,0.6322314,0.6322314,0.6198347,0.61157024,0.61570245,0.59504133,0.661157,0.6983471,0.70247936,0.6859504,0.6322314,0.61570245,0.6652893,0.6735537,0.6652893,0.6652893,0.6322314,0.59917355,0.58677685,0.58677685,0.58677685,0.56198347,0.5413223,0.53305787,0.5413223,0.5371901,0.3264463,0.22727273,0.2644628,0.30991736,0.3140496,0.30578512,0.30578512,0.3181818,0.26859504,0.41735536,0.46280992,0.48347107,0.5371901,0.553719,0.5661157,0.58677685,0.61570245,0.6404959,0.677686,0.7231405,0.7107438,0.6983471,0.70247936,0.73966944,0.73966944,0.7107438,0.6983471,0.7066116,0.7066116,0.70247936,0.73140496,0.75206614,0.75206614,0.7355372,0.75206614,0.72727275,0.73966944,0.75619835,0.74793386,0.71487606,0.6859504,0.6694215,0.6528926,0.6446281,0.6818182,0.6942149,0.6818182,0.6942149,0.6983471,0.6859504,0.6942149,0.69008267,0.6694215,0.6570248,0.6198347,0.59090906,0.59090906,0.58677685,0.5785124,0.553719,0.5371901,0.5247934,0.5247934,0.5082645,0.24380165,0.23140496,0.2603306,0.30578512,0.30578512,0.30165288,0.30165288,0.30991736,0.28512397,0.3677686,0.446281,0.47107437,0.5165289,0.54545456,0.5661157,0.58264464,0.62396693,0.6363636,0.6487603,0.7231405,0.7231405,0.7066116,0.71487606,0.74380165,0.75206614,0.70247936,0.6528926,0.677686,0.70247936,0.69008267,0.7107438,0.72727275,0.7355372,0.73966944,0.74793386,0.7355372,0.73966944,0.74380165,0.74380165,0.7107438,0.7107438,0.7231405,0.6818182,0.6570248,0.6528926,0.6818182,0.69008267,0.6983471,0.70247936,0.70247936,0.6983471,0.6818182,0.6818182,0.6528926,0.6198347,0.60330576,0.59917355,0.59504133,0.57024795,0.553719,0.5371901,0.5123967,0.5206612,0.43801653,0.20247933,0.24380165,0.2520661,0.30578512,0.30165288,0.29752067,0.30991736,0.3264463,0.27272728,0.3305785,0.39256197,0.45454547,0.48347107,0.5289256,0.56198347,0.58264464,0.607438,0.6528926,0.677686,0.7231405,0.74793386,0.73140496,0.73966944,0.76033056,0.74793386,0.72727275,0.6694215,0.61570245,0.6322314,0.6280992,0.6322314,0.6404959,0.6363636,0.6322314,0.6652893,0.6859504,0.6570248,0.6652893,0.677686,0.661157,0.6528926,0.6570248,0.6446281,0.6280992,0.6487603,0.70247936,0.6818182,0.7066116,0.73140496,0.6983471,0.6859504,0.69008267,0.6859504,0.6570248,0.61570245,0.61157024,0.59504133,0.58677685,0.55785125,0.54545456,0.5371901,0.5041322,0.5123967,0.338843,0.20661157,0.24793388,0.23553719,0.29752067,0.29338843,0.29752067,0.30991736,0.30578512,0.30578512,0.29338843,0.3429752,0.4214876,0.45867768,0.5,0.56198347,0.58264464,0.59917355,0.6404959,0.6983471,0.72727275,0.74380165,0.74380165,0.74380165,0.74793386,0.72727275,0.7355372,0.7066116,0.6363636,0.58264464,0.5413223,0.5123967,0.5,0.4876033,0.46694216,0.47933885,0.5,0.49173555,0.5041322,0.49173555,0.5371901,0.5289256,0.553719,0.59504133,0.62396693,0.6570248,0.7066116,0.677686,0.7066116,0.7355372,0.7066116,0.6859504,0.677686,0.677686,0.6570248,0.6280992,0.59504133,0.59504133,0.58264464,0.553719,0.5413223,0.53305787,0.5123967,0.45867768,0.21900827,0.23966943,0.23966943,0.23966943,0.29338843,0.29752067,0.30578512,0.30165288,0.30578512,0.30578512,0.30165288,0.29338843,0.38842976,0.44214877,0.4876033,0.54545456,0.57024795,0.58677685,0.6198347,0.6942149,0.7231405,0.7231405,0.7355372,0.7231405,0.7355372,0.71487606,0.72727275,0.71487606,0.6404959,0.62396693,0.57438016,0.5413223,0.5041322,0.48347107,0.4876033,0.46694216,0.45454547,0.46280992,0.48347107,0.48347107,0.5,0.5289256,0.5785124,0.61157024,0.6528926,0.6570248,0.6942149,0.69008267,0.6942149,0.7231405,0.7107438,0.6818182,0.6735537,0.6694215,0.6487603,0.6198347,0.58264464,0.58264464,0.58264464,0.5495868,0.5371901,0.5165289,0.49586776,0.36363637,0.19008264,0.2520661,0.23553719,0.23966943,0.29752067,0.29752067,0.30578512,0.29752067,0.30165288,0.29752067,0.30578512,0.2892562,0.32231405,0.4090909,0.46280992,0.5165289,0.5371901,0.57024795,0.607438,0.661157,0.70247936,0.7107438,0.71487606,0.71900827,0.7231405,0.70247936,0.71487606,0.7107438,0.677686,0.6487603,0.62396693,0.61157024,0.59090906,0.55785125,0.553719,0.5289256,0.5041322,0.53305787,0.53305787,0.5495868,0.57438016,0.59917355,0.6198347,0.6363636,0.6487603,0.6818182,0.7107438,0.7066116,0.70247936,0.71900827,0.6942149,0.677686,0.6859504,0.677686,0.6570248,0.62396693,0.59090906,0.58264464,0.5785124,0.553719,0.53305787,0.49586776,0.45867768,0.24793388,0.23553719,0.2231405,0.23966943,0.23140496,0.30165288,0.30165288,0.30165288,0.30165288,0.30165288,0.29752067,0.30578512,0.30991736,0.29338843,0.3429752,0.4214876,0.4876033,0.5206612,0.5413223,0.58677685,0.6363636,0.677686,0.71487606,0.6983471,0.71900827,0.7355372,0.7066116,0.70247936,0.71487606,0.7107438,0.6818182,0.677686,0.6694215,0.6652893,0.6322314,0.62396693,0.607438,0.59504133,0.61157024,0.59917355,0.61570245,0.6404959,0.6570248,0.6570248,0.6694215,0.6818182,0.71900827,0.71900827,0.6942149,0.71487606,0.70247936,0.6735537,0.677686,0.6818182,0.6652893,0.6363636,0.61570245,0.58677685,0.57024795,0.5661157,0.5289256,0.5082645,0.47107437,0.42975205,0.23553719,0.2231405,0.21900827,0.22727273,0.23140496,0.29752067,0.29752067,0.29752067,0.29752067,0.29752067,0.30165288,0.30991736,0.30991736,0.29752067,0.30165288,0.3305785,0.43801653,0.5,0.5206612,0.5413223,0.6322314,0.6652893,0.70247936,0.6942149,0.7107438,0.72727275,0.7231405,0.7107438,0.7231405,0.7231405,0.677686,0.6983471,0.7107438,0.7066116,0.7066116,0.70247936,0.7107438,0.7107438,0.71487606,0.69008267,0.7066116,0.7066116,0.7107438,0.70247936,0.71487606,0.72727275,0.74380165,0.7231405,0.69008267,0.6983471,0.6983471,0.677686,0.6859504,0.6818182,0.6652893,0.6322314,0.59504133,0.57438016,0.5661157,0.5371901,0.5206612,0.46694216,0.42561984,0.45041323,0.23553719,0.21900827,0.21900827,0.2231405,0.24380165,0.29752067,0.30165288,0.29752067,0.29338843,0.29752067,0.29752067,0.30165288,0.30991736,0.30578512,0.30578512,0.28512397,0.35123968,0.45454547,0.49586776,0.5289256,0.57438016,0.6528926,0.6735537,0.6942149,0.7107438,0.7066116,0.73140496,0.71900827,0.71900827,0.73140496,0.71900827,0.74380165,0.75619835,0.75206614,0.76033056,0.76033056,0.77272725,0.76859504,0.77272725,0.7644628,0.76033056,0.76033056,0.76033056,0.75619835,0.76859504,0.7644628,0.7644628,0.75619835,0.70247936,0.71900827,0.7107438,0.6942149,0.6818182,0.677686,0.6528926,0.61157024,0.57024795,0.56198347,0.5371901,0.49173555,0.47933885,0.41735536,0.42975205,0.47933885,0.2644628,0.2231405,0.21487603,0.2231405,0.23966943,0.29752067,0.30165288,0.29752067,0.29752067,0.29752067,0.30165288,0.2892562,0.30578512,0.3264463,0.2892562,0.3677686,0.3264463,0.35123968,0.4338843,0.4752066,0.5247934,0.59917355,0.6818182,0.6942149,0.71487606,0.7107438,0.71900827,0.71487606,0.73140496,0.75206614,0.76033056,0.78099173,0.7892562,0.78099173,0.77272725,0.78512394,0.7933884,0.77272725,0.7768595,0.78099173,0.7644628,0.78099173,0.78512394,0.78099173,0.78512394,0.7933884,0.7892562,0.75206614,0.7355372,0.7107438,0.7107438,0.6983471,0.661157,0.661157,0.6280992,0.58264464,0.5413223,0.5123967,0.5,0.45867768,0.4090909,0.40082645,0.45454547,0.48347107,0.2892562,0.2520661,0.25619835,0.2231405,0.22727273,0.29752067,0.29338843,0.29338843,0.29338843,0.29752067,0.30165288,0.29752067,0.30165288,0.3140496,0.27272728,0.36363637,0.45041323,0.30991736,0.3305785,0.39256197,0.47107437,0.55785125,0.6322314,0.6735537,0.6859504,0.70247936,0.69008267,0.6983471,0.7231405,0.75206614,0.76033056,0.78099173,0.7933884,0.79752064,0.7892562,0.79752064,0.7933884,0.7768595,0.7768595,0.7892562,0.78099173,0.78099173,0.7933884,0.7768595,0.78099173,0.78512394,0.7768595,0.74380165,0.7231405,0.69008267,0.7231405,0.70247936,0.661157,0.6363636,0.59504133,0.5413223,0.5041322,0.47933885,0.44214877,0.38429752,0.39256197,0.42561984,0.47107437,0.49586776,0.25619835,0.20661157,0.28512397,0.30578512,0.2520661,0.30165288,0.29338843,0.29752067,0.28099173,0.30578512,0.30578512,0.30578512,0.30165288,0.30578512,0.2768595,0.35123968,0.5,0.38842976,0.28512397,0.3181818,0.38429752,0.49586776,0.58677685,0.6528926,0.661157,0.6818182,0.6859504,0.6859504,0.71900827,0.7355372,0.75619835,0.77272725,0.7892562,0.7892562,0.7933884,0.79752064,0.78512394,0.7768595,0.77272725,0.79752064,0.80991733,0.75206614,0.78512394,0.7933884,0.78099173,0.76033056,0.76033056,0.73966944,0.7066116,0.6859504,0.6983471,0.677686,0.6570248,0.61570245,0.55785125,0.49586776,0.446281,0.4214876,0.36363637,0.338843,0.42561984,0.43801653,0.48347107,0.5206612,0.2603306,0.16115703,0.23553719,0.26859504,0.3181818,0.30991736,0.28512397,0.30165288,0.29752067,0.30165288,0.30165288,0.29752067,0.30578512,0.3181818,0.24793388,0.3553719,0.5123967,0.43801653,0.3264463,0.2644628,0.29338843,0.38842976,0.5289256,0.607438,0.6570248,0.661157,0.677686,0.6818182,0.71900827,0.73140496,0.75619835,0.74793386,0.7644628,0.78512394,0.78512394,0.7768595,0.7644628,0.7644628,0.76033056,0.76859504,0.78512394,0.78512394,0.78512394,0.78099173,0.75206614,0.73140496,0.73966944,0.73140496,0.7066116,0.6942149,0.677686,0.6652893,0.62396693,0.58264464,0.5123967,0.43801653,0.37190083,0.3181818,0.32231405,0.39256197,0.43801653,0.446281,0.5,0.5247934,0.2644628,0.1322314,0.20247933,0.1983471,0.2768595,17 +0.42975205,0.4752066,0.5123967,0.5247934,0.5413223,0.57024795,0.5371901,0.5661157,0.6280992,0.6859504,0.70247936,0.677686,0.7066116,0.7107438,0.7231405,0.7644628,0.7892562,0.8016529,0.80991733,0.8181818,0.822314,0.8264463,0.8305785,0.8181818,0.822314,0.8347107,0.838843,0.8347107,0.8305785,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.8347107,0.838843,0.8347107,0.8347107,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8264463,0.822314,0.822314,0.8181818,0.7933884,0.8057851,0.79752064,0.78512394,0.78099173,0.75206614,0.75619835,0.7355372,0.7066116,0.6528926,0.58264464,0.5247934,0.42561984,0.35123968,0.29338843,0.2644628,0.27272728,0.4338843,0.48347107,0.5289256,0.53305787,0.56198347,0.5785124,0.53305787,0.56198347,0.6528926,0.70247936,0.71900827,0.6942149,0.7066116,0.71900827,0.73140496,0.7768595,0.79752064,0.8057851,0.8140496,0.8181818,0.8264463,0.822314,0.8264463,0.8181818,0.822314,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.8305785,0.8347107,0.8347107,0.838843,0.838843,0.838843,0.838843,0.838843,0.8347107,0.8347107,0.8347107,0.8305785,0.822314,0.8264463,0.8264463,0.8016529,0.79752064,0.80991733,0.7892562,0.78512394,0.75619835,0.75206614,0.73966944,0.69008267,0.6487603,0.5785124,0.5123967,0.43801653,0.3553719,0.29752067,0.24793388,0.23140496,0.4338843,0.47933885,0.53305787,0.553719,0.5785124,0.58264464,0.5371901,0.57438016,0.69008267,0.71900827,0.7066116,0.6942149,0.71487606,0.72727275,0.74793386,0.78512394,0.8016529,0.80991733,0.80991733,0.822314,0.822314,0.822314,0.8264463,0.822314,0.8264463,0.8347107,0.8347107,0.8347107,0.8347107,0.8347107,0.8264463,0.8305785,0.8305785,0.8305785,0.8347107,0.838843,0.838843,0.8429752,0.8429752,0.8429752,0.8347107,0.8347107,0.8347107,0.8305785,0.822314,0.8264463,0.8305785,0.80991733,0.7933884,0.8140496,0.7892562,0.78099173,0.76859504,0.76033056,0.74380165,0.677686,0.6404959,0.58264464,0.5165289,0.46694216,0.3677686,0.2892562,0.23966943,0.2231405,0.44214877,0.48347107,0.5247934,0.5661157,0.58677685,0.58677685,0.55785125,0.607438,0.7066116,0.72727275,0.69008267,0.6818182,0.71900827,0.7231405,0.75619835,0.7892562,0.8057851,0.80991733,0.79752064,0.8140496,0.8181818,0.8181818,0.822314,0.8264463,0.8305785,0.838843,0.838843,0.838843,0.8347107,0.8305785,0.8347107,0.8264463,0.8264463,0.822314,0.8347107,0.8347107,0.8347107,0.8429752,0.8429752,0.8429752,0.838843,0.8347107,0.8305785,0.8305785,0.822314,0.822314,0.8264463,0.80991733,0.8016529,0.80991733,0.79752064,0.7768595,0.77272725,0.7644628,0.74793386,0.6859504,0.61570245,0.57438016,0.5289256,0.47933885,0.37603307,0.2644628,0.22727273,0.2107438,0.45454547,0.5,0.53305787,0.58264464,0.58264464,0.58264464,0.59917355,0.6322314,0.71900827,0.73140496,0.6942149,0.6859504,0.7066116,0.7231405,0.7644628,0.7768595,0.79752064,0.8016529,0.79752064,0.8057851,0.80991733,0.8140496,0.822314,0.8264463,0.8305785,0.838843,0.838843,0.8429752,0.838843,0.8347107,0.8347107,0.8305785,0.822314,0.8264463,0.8347107,0.8305785,0.838843,0.8429752,0.838843,0.8429752,0.838843,0.838843,0.8305785,0.8264463,0.8181818,0.8140496,0.8264463,0.8181818,0.8140496,0.8057851,0.7892562,0.78512394,0.77272725,0.76859504,0.75206614,0.70247936,0.61157024,0.57024795,0.5371901,0.4752066,0.37603307,0.24380165,0.21487603,0.19008264,0.5082645,0.5247934,0.53305787,0.59917355,0.61570245,0.59917355,0.6198347,0.6363636,0.72727275,0.7231405,0.70247936,0.70247936,0.7107438,0.73140496,0.7644628,0.77272725,0.78099173,0.7892562,0.79752064,0.7933884,0.8016529,0.8057851,0.80991733,0.822314,0.8305785,0.8347107,0.838843,0.8429752,0.8429752,0.8347107,0.8347107,0.8305785,0.822314,0.822314,0.838843,0.8305785,0.8429752,0.8471074,0.8429752,0.838843,0.8347107,0.8347107,0.8305785,0.8264463,0.8140496,0.8181818,0.822314,0.8140496,0.8057851,0.8016529,0.7768595,0.7768595,0.76859504,0.7644628,0.75619835,0.7107438,0.61570245,0.5785124,0.5413223,0.4876033,0.38429752,0.24380165,0.21487603,0.18595041,0.58264464,0.59090906,0.5495868,0.58264464,0.6404959,0.6322314,0.607438,0.62396693,0.6942149,0.6942149,0.6983471,0.6983471,0.7066116,0.74793386,0.73966944,0.74793386,0.75619835,0.76859504,0.7768595,0.7768595,0.78512394,0.7933884,0.79752064,0.8057851,0.822314,0.8264463,0.8264463,0.8305785,0.8347107,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.8347107,0.8347107,0.8429752,0.8512397,0.8471074,0.8471074,0.8347107,0.8264463,0.8264463,0.822314,0.80991733,0.8140496,0.8181818,0.8016529,0.7933884,0.78512394,0.77272725,0.75619835,0.76033056,0.75206614,0.76033056,0.71487606,0.6404959,0.59504133,0.54545456,0.5,0.4090909,0.25619835,0.2107438,0.19008264,0.5661157,0.61157024,0.58677685,0.57438016,0.59090906,0.6528926,0.6487603,0.6404959,0.6652893,0.6735537,0.69008267,0.70247936,0.6983471,0.72727275,0.72727275,0.7231405,0.7231405,0.7355372,0.7355372,0.74380165,0.75619835,0.77272725,0.7892562,0.7933884,0.8016529,0.80991733,0.8016529,0.8181818,0.822314,0.822314,0.822314,0.8264463,0.822314,0.822314,0.8264463,0.8305785,0.838843,0.8429752,0.838843,0.8429752,0.8305785,0.8181818,0.8181818,0.8181818,0.8057851,0.8057851,0.80991733,0.78099173,0.76859504,0.75619835,0.73966944,0.7107438,0.73140496,0.7231405,0.73140496,0.71487606,0.6735537,0.607438,0.5413223,0.5041322,0.42561984,0.2644628,0.20661157,0.20661157,0.5495868,0.59090906,0.57438016,0.57024795,0.57438016,0.59504133,0.6363636,0.6942149,0.72727275,0.72727275,0.7107438,0.73966944,0.7107438,0.71900827,0.7107438,0.6735537,0.6694215,0.6652893,0.6694215,0.69008267,0.6942149,0.7231405,0.75206614,0.76033056,0.77272725,0.78099173,0.7933884,0.7892562,0.8016529,0.8181818,0.80991733,0.822314,0.8016529,0.80991733,0.8181818,0.8181818,0.822314,0.8347107,0.8264463,0.8305785,0.8181818,0.8016529,0.8057851,0.8057851,0.79752064,0.7892562,0.7892562,0.7644628,0.73140496,0.71900827,0.6859504,0.6528926,0.677686,0.6652893,0.7107438,0.7107438,0.6818182,0.6404959,0.553719,0.5165289,0.44214877,0.28512397,0.20247933,0.21487603,0.53305787,0.58264464,0.607438,0.60330576,0.5495868,0.5289256,0.55785125,0.59917355,0.62396693,0.62396693,0.62396693,0.59917355,0.5785124,0.61157024,0.6322314,0.59917355,0.5661157,0.54545456,0.553719,0.57438016,0.58677685,0.59917355,0.6404959,0.661157,0.6818182,0.7355372,0.77272725,0.77272725,0.7768595,0.8016529,0.7933884,0.8140496,0.8016529,0.8140496,0.80991733,0.80991733,0.80991733,0.8181818,0.8140496,0.8057851,0.8016529,0.8016529,0.79752064,0.78512394,0.7768595,0.77272725,0.74793386,0.69008267,0.6735537,0.661157,0.6198347,0.60330576,0.6322314,0.6652893,0.6652893,0.69008267,0.6735537,0.6487603,0.59090906,0.5206612,0.45041323,0.2892562,0.19008264,0.22727273,0.5371901,0.5206612,0.54545456,0.59917355,0.59090906,0.5661157,0.553719,0.5247934,0.57024795,0.5785124,0.59917355,0.5413223,0.5495868,0.5371901,0.5371901,0.5247934,0.49173555,0.47107437,0.47107437,0.46694216,0.46694216,0.47107437,0.49586776,0.5206612,0.5123967,0.57438016,0.6694215,0.71900827,0.75619835,0.78512394,0.78512394,0.7892562,0.80991733,0.79752064,0.8181818,0.8016529,0.7768595,0.7933884,0.7933884,0.78099173,0.78512394,0.78512394,0.7768595,0.75206614,0.73140496,0.71487606,0.6818182,0.6280992,0.6198347,0.5661157,0.5165289,0.553719,0.5495868,0.5785124,0.58264464,0.60330576,0.607438,0.58677685,0.57024795,0.5289256,0.4752066,0.32231405,0.21487603,0.22727273,0.5413223,0.5041322,0.47933885,0.5,0.5371901,0.57024795,0.61570245,0.59917355,0.59090906,0.62396693,0.59090906,0.59090906,0.5785124,0.59917355,0.553719,0.5041322,0.49173555,0.4338843,0.42975205,0.41735536,0.40082645,0.41322315,0.4214876,0.45454547,0.46694216,0.46694216,0.5495868,0.61157024,0.6818182,0.73140496,0.76859504,0.7892562,0.8057851,0.8057851,0.7933884,0.8057851,0.7768595,0.78099173,0.78512394,0.7768595,0.75619835,0.75206614,0.73966944,0.71900827,0.6859504,0.6446281,0.607438,0.5495868,0.5289256,0.47107437,0.45041323,0.46694216,0.4752066,0.5082645,0.5289256,0.5041322,0.5247934,0.5247934,0.5082645,0.5082645,0.5,0.37603307,0.23966943,0.19421488,0.5495868,0.5082645,0.46280992,0.446281,0.44214877,0.5165289,0.55785125,0.5661157,0.5661157,0.57438016,0.57438016,0.58264464,0.59090906,0.59504133,0.57024795,0.5495868,0.5247934,0.4876033,0.446281,0.4214876,0.41735536,0.40495867,0.41322315,0.42975205,0.44214877,0.46280992,0.5041322,0.5413223,0.5785124,0.6694215,0.72727275,0.74380165,0.79752064,0.7933884,0.78512394,0.78099173,0.7768595,0.78099173,0.7644628,0.73966944,0.6942149,0.6859504,0.6528926,0.59504133,0.53305787,0.49173555,0.48347107,0.45867768,0.44214877,0.3966942,0.39256197,0.43801653,0.45454547,0.45867768,0.49586776,0.47933885,0.48347107,0.5082645,0.49586776,0.47933885,0.4876033,0.41735536,0.29752067,0.23140496,0.553719,0.5247934,0.45867768,0.42975205,0.44214877,0.5082645,0.5371901,0.5371901,0.5289256,0.5413223,0.5495868,0.5289256,0.5289256,0.5165289,0.49173555,0.46694216,0.43801653,0.41735536,0.42975205,0.4090909,0.3966942,0.41322315,0.42561984,0.44214877,0.44214877,0.45454547,0.49586776,0.5289256,0.56198347,0.6570248,0.6983471,0.73966944,0.77272725,0.78099173,0.7892562,0.7933884,0.7768595,0.7768595,0.73966944,0.6942149,0.6404959,0.607438,0.57438016,0.5123967,0.44214877,0.41322315,0.40495867,0.40082645,0.38429752,0.38429752,0.38842976,0.42561984,0.49173555,0.5123967,0.53305787,0.5495868,0.5371901,0.5413223,0.5082645,0.46280992,0.4752066,0.42975205,0.3264463,0.2768595,0.57024795,0.5371901,0.45041323,0.41322315,0.45454547,0.5082645,0.5165289,0.5165289,0.5123967,0.5123967,0.4876033,0.446281,0.40082645,0.41735536,0.41735536,0.35123968,0.338843,0.3264463,0.3966942,0.44214877,0.40495867,0.34710744,0.36363637,0.4214876,0.45041323,0.46280992,0.47933885,0.5082645,0.553719,0.6322314,0.6694215,0.74380165,0.7892562,0.79752064,0.8016529,0.8016529,0.7933884,0.76859504,0.70247936,0.6322314,0.57438016,0.5206612,0.4752066,0.42975205,0.38842976,0.36363637,0.3429752,0.3264463,0.34710744,0.35950413,0.38842976,0.3966942,0.44214877,0.4752066,0.5247934,0.55785125,0.56198347,0.55785125,0.5165289,0.47933885,0.46694216,0.42975205,0.30165288,0.30578512,0.58264464,0.553719,0.46694216,0.42561984,0.4876033,0.53305787,0.5247934,0.5206612,0.5206612,0.46280992,0.3966942,0.3966942,0.36363637,0.44214877,0.48347107,0.3140496,0.2768595,0.3140496,0.3264463,0.46694216,0.5206612,0.47107437,0.4214876,0.4090909,0.4338843,0.45454547,0.47107437,0.49586776,0.53305787,0.60330576,0.6528926,0.74793386,0.80991733,0.822314,0.8181818,0.8057851,0.7933884,0.75619835,0.6528926,0.55785125,0.5082645,0.45454547,0.40495867,0.38016528,0.35123968,0.3181818,0.30165288,0.2768595,0.30165288,0.30578512,0.3553719,0.38016528,0.35950413,0.38429752,0.44214877,0.48347107,0.5206612,0.5289256,0.5247934,0.48347107,0.47107437,0.44214877,0.28099173,0.25619835,0.60330576,0.5785124,0.49586776,0.47107437,0.5371901,0.56198347,0.54545456,0.5206612,0.5082645,0.4090909,0.3553719,0.35950413,0.42561984,0.59917355,0.5495868,0.32231405,0.3429752,0.4752066,0.338843,0.44214877,0.6322314,0.54545456,0.5082645,0.5,0.4752066,0.45454547,0.48347107,0.5165289,0.53305787,0.57024795,0.6487603,0.76859504,0.8305785,0.8305785,0.8347107,0.8305785,0.80991733,0.74380165,0.607438,0.49586776,0.43801653,0.3966942,0.3553719,0.3305785,0.35950413,0.3677686,0.2644628,0.2603306,0.29752067,0.26859504,0.30991736,0.45867768,0.36363637,0.35123968,0.40082645,0.38016528,0.4752066,0.5082645,0.5082645,0.4876033,0.4752066,0.45041323,0.28512397,0.2231405,0.6198347,0.59917355,0.54545456,0.5371901,0.5785124,0.58677685,0.5661157,0.5371901,0.5123967,0.41735536,0.3553719,0.3553719,0.5413223,0.6983471,0.49586776,0.34710744,0.27272728,0.36363637,0.3553719,0.446281,0.70247936,0.6694215,0.5371901,0.5123967,0.5785124,0.5247934,0.47107437,0.5247934,0.5785124,0.57024795,0.6570248,0.7892562,0.838843,0.8347107,0.838843,0.8305785,0.8140496,0.74380165,0.5785124,0.46280992,0.4214876,0.40082645,0.36363637,0.37190083,0.4752066,0.47107437,0.27272728,0.29752067,0.4214876,0.3429752,0.25619835,0.607438,0.5123967,0.29338843,0.36363637,0.3553719,0.42561984,0.5041322,0.5041322,0.49173555,0.47933885,0.446281,0.30165288,0.23553719,0.6404959,0.6280992,0.607438,0.6198347,0.6487603,0.6280992,0.59090906,0.553719,0.5289256,0.42975205,0.39256197,0.46694216,0.58677685,0.6983471,0.5413223,0.3677686,0.35123968,0.3140496,0.38842976,0.5289256,0.74380165,0.7231405,0.6363636,0.5495868,0.59504133,0.6487603,0.5247934,0.5165289,0.61570245,0.61157024,0.6818182,0.7892562,0.8305785,0.838843,0.8347107,0.822314,0.80991733,0.73966944,0.57024795,0.49586776,0.47933885,0.47933885,0.42561984,0.46694216,0.62396693,0.553719,0.38016528,0.26859504,0.338843,0.30578512,0.24380165,0.61570245,0.6528926,0.42561984,0.28099173,0.35950413,0.4338843,0.5,0.5041322,0.5041322,0.49173555,0.44214877,0.3181818,0.24793388,0.6652893,0.6528926,0.6570248,0.6859504,0.71487606,0.69008267,0.62396693,0.59504133,0.59917355,0.53305787,0.47933885,0.57024795,0.60330576,0.6818182,0.6652893,0.46694216,0.446281,0.46280992,0.4876033,0.6487603,0.74380165,0.6818182,0.6487603,0.6652893,0.6280992,0.677686,0.61157024,0.5495868,0.6528926,0.6818182,0.7066116,0.76859504,0.8181818,0.8347107,0.8305785,0.8181818,0.80991733,0.74380165,0.5785124,0.53305787,0.5661157,0.5661157,0.4752066,0.5495868,0.6694215,0.6404959,0.45454547,0.37603307,0.28099173,0.3305785,0.33471075,0.6280992,0.6487603,0.553719,0.3677686,0.34710744,0.46280992,0.5082645,0.5165289,0.5247934,0.5041322,0.45867768,0.33471075,0.2768595,0.6735537,0.677686,0.6983471,0.72727275,0.74380165,0.74793386,0.70247936,0.6942149,0.7107438,0.6735537,0.5413223,0.58264464,0.6322314,0.677686,0.71487606,0.6528926,0.60330576,0.6322314,0.6570248,0.7231405,0.72727275,0.6735537,0.6363636,0.6570248,0.677686,0.6694215,0.6487603,0.6280992,0.7107438,0.73140496,0.7066116,0.74380165,0.8181818,0.8264463,0.8264463,0.8140496,0.80991733,0.7644628,0.58677685,0.56198347,0.61570245,0.6446281,0.58264464,0.58677685,0.6280992,0.6694215,0.553719,0.48347107,0.4338843,0.4090909,0.47933885,0.6570248,0.61157024,0.58677685,0.5206612,0.41322315,0.47933885,0.5247934,0.54545456,0.553719,0.5247934,0.4752066,0.35123968,0.32231405,0.6694215,0.6942149,0.7231405,0.76033056,0.76859504,0.77272725,0.76859504,0.76859504,0.76033056,0.7355372,0.6280992,0.59504133,0.6363636,0.6735537,0.70247936,0.70247936,0.7107438,0.73140496,0.7231405,0.71900827,0.70247936,0.69008267,0.6652893,0.6694215,0.6818182,0.6570248,0.677686,0.7066116,0.75619835,0.74793386,0.6942149,0.7355372,0.8181818,0.8305785,0.8181818,0.8181818,0.8140496,0.78099173,0.59917355,0.5661157,0.6198347,0.6652893,0.6528926,0.6363636,0.6404959,0.6570248,0.6404959,0.61157024,0.553719,0.5371901,0.57438016,0.6363636,0.607438,0.59917355,0.58264464,0.5495868,0.5495868,0.5495868,0.59090906,0.58677685,0.55785125,0.49173555,0.35950413,0.36363637,0.6652893,0.6942149,0.71900827,0.76859504,0.7892562,0.78512394,0.7892562,0.78512394,0.78099173,0.7644628,0.70247936,0.661157,0.661157,0.6859504,0.70247936,0.6983471,0.6983471,0.7107438,0.7107438,0.70247936,0.70247936,0.70247936,0.6942149,0.70247936,0.69008267,0.6859504,0.7355372,0.75619835,0.78099173,0.74380165,0.6859504,0.7355372,0.8057851,0.8264463,0.8140496,0.80991733,0.80991733,0.78099173,0.59504133,0.5785124,0.62396693,0.61570245,0.61157024,0.6280992,0.6404959,0.6528926,0.6528926,0.6570248,0.6446281,0.6363636,0.61157024,0.6404959,0.6404959,0.6280992,0.62396693,0.6404959,0.6446281,0.62396693,0.6322314,0.61570245,0.58264464,0.5082645,0.3553719,0.38842976,0.661157,0.7066116,0.7231405,0.76859504,0.8057851,0.7933884,0.7933884,0.7892562,0.7933884,0.78512394,0.76033056,0.73140496,0.71900827,0.7107438,0.7231405,0.73966944,0.73140496,0.74793386,0.75206614,0.73966944,0.73966944,0.74793386,0.74380165,0.74793386,0.7355372,0.7355372,0.76033056,0.7768595,0.78099173,0.73140496,0.6859504,0.73966944,0.7892562,0.822314,0.8140496,0.80991733,0.8140496,0.78099173,0.61570245,0.59504133,0.6487603,0.6280992,0.59917355,0.61157024,0.6322314,0.6404959,0.6528926,0.661157,0.6818182,0.6735537,0.6735537,0.6818182,0.6859504,0.6694215,0.6652893,0.6818182,0.677686,0.677686,0.6570248,0.6322314,0.60330576,0.5206612,0.35123968,0.38842976,0.6528926,0.7066116,0.73966944,0.77272725,0.79752064,0.79752064,0.79752064,0.79752064,0.7933884,0.80991733,0.7933884,0.77272725,0.77272725,0.75619835,0.76859504,0.77272725,0.77272725,0.78512394,0.78512394,0.78099173,0.78512394,0.7892562,0.78512394,0.78099173,0.7768595,0.7644628,0.76033056,0.77272725,0.75619835,0.7231405,0.7066116,0.7355372,0.78512394,0.8181818,0.8181818,0.8057851,0.8140496,0.7892562,0.6528926,0.6198347,0.6735537,0.6818182,0.6735537,0.6652893,0.6570248,0.661157,0.677686,0.6859504,0.70247936,0.69008267,0.69008267,0.7066116,0.7066116,0.70247936,0.6983471,0.7107438,0.6983471,0.6859504,0.6694215,0.6528926,0.6363636,0.5371901,0.37190083,0.38016528,0.6487603,0.7066116,0.74793386,0.7768595,0.7933884,0.7933884,0.8057851,0.8057851,0.80991733,0.8140496,0.80991733,0.7933884,0.8016529,0.78512394,0.7892562,0.79752064,0.79752064,0.8016529,0.8016529,0.8016529,0.80991733,0.8181818,0.80991733,0.8016529,0.8016529,0.78512394,0.7768595,0.77272725,0.74793386,0.71900827,0.70247936,0.7355372,0.7892562,0.8057851,0.8140496,0.80991733,0.8140496,0.7892562,0.677686,0.6404959,0.6818182,0.7107438,0.73140496,0.73966944,0.7231405,0.7107438,0.72727275,0.7231405,0.71900827,0.72727275,0.71900827,0.7355372,0.74380165,0.72727275,0.7107438,0.73966944,0.72727275,0.6942149,0.6735537,0.6570248,0.6528926,0.55785125,0.40495867,0.3966942,0.6487603,0.6983471,0.74380165,0.77272725,0.7892562,0.7892562,0.8140496,0.8140496,0.8181818,0.822314,0.8140496,0.80991733,0.8140496,0.8057851,0.8057851,0.80991733,0.8057851,0.80991733,0.8181818,0.8181818,0.8264463,0.8347107,0.8264463,0.8181818,0.8140496,0.8016529,0.78512394,0.76859504,0.74380165,0.71900827,0.69008267,0.74380165,0.78512394,0.79752064,0.80991733,0.80991733,0.8057851,0.79752064,0.71900827,0.6528926,0.6859504,0.71900827,0.75206614,0.77272725,0.78099173,0.76859504,0.7768595,0.76859504,0.75619835,0.76033056,0.75619835,0.75206614,0.77272725,0.76033056,0.7355372,0.74793386,0.7355372,0.7066116,0.6818182,0.661157,0.6528926,0.57024795,0.45454547,0.49586776,0.6363636,0.677686,0.73140496,0.76859504,0.78099173,0.7892562,0.80991733,0.8140496,0.79752064,0.822314,0.822314,0.822314,0.8140496,0.8181818,0.822314,0.8181818,0.822314,0.822314,0.8305785,0.8347107,0.8347107,0.8347107,0.8305785,0.822314,0.8140496,0.79752064,0.78099173,0.76859504,0.73966944,0.70247936,0.71487606,0.75206614,0.7892562,0.8016529,0.8057851,0.8140496,0.8057851,0.8057851,0.74793386,0.6694215,0.6818182,0.72727275,0.76859504,0.78512394,0.78512394,0.7933884,0.79752064,0.7933884,0.7933884,0.7933884,0.7768595,0.7768595,0.78512394,0.7768595,0.7644628,0.75619835,0.74380165,0.71487606,0.6942149,0.6652893,0.6404959,0.56198347,0.5082645,0.58264464,0.6280992,0.6570248,0.7066116,0.74793386,0.76033056,0.7768595,0.79752064,0.8016529,0.7768595,0.8057851,0.8181818,0.8140496,0.8181818,0.822314,0.822314,0.8181818,0.822314,0.8347107,0.8347107,0.838843,0.838843,0.8347107,0.8305785,0.822314,0.8140496,0.78512394,0.76859504,0.76033056,0.71900827,0.6983471,0.74380165,0.77272725,0.79752064,0.8057851,0.8140496,0.8181818,0.80991733,0.80991733,0.77272725,0.6942149,0.6735537,0.7231405,0.75619835,0.76859504,0.77272725,0.78512394,0.79752064,0.8057851,0.80991733,0.80991733,0.8016529,0.78512394,0.7768595,0.76859504,0.78099173,0.76859504,0.74793386,0.7231405,0.677686,0.661157,0.6404959,0.553719,0.5371901,0.61570245,0.61570245,0.6570248,0.6942149,0.7231405,0.74380165,0.7644628,0.78512394,0.7768595,0.78099173,0.7933884,0.822314,0.7933884,0.8057851,0.8181818,0.8264463,0.822314,0.8264463,0.8347107,0.8347107,0.838843,0.838843,0.8305785,0.8264463,0.8264463,0.80991733,0.78099173,0.75619835,0.73140496,0.6942149,0.6983471,0.73140496,0.77272725,0.80991733,0.8264463,0.8264463,0.822314,0.80991733,0.8057851,0.7768595,0.7107438,0.6570248,0.6859504,0.7355372,0.7355372,0.75206614,0.78512394,0.7933884,0.80991733,0.8140496,0.8181818,0.8057851,0.78512394,0.7892562,0.75206614,0.78099173,0.78099173,0.72727275,0.71900827,0.6487603,0.6404959,0.6198347,0.5413223,0.5247934,0.59504133,0.61157024,0.661157,0.69008267,0.71900827,0.74380165,0.75619835,0.77272725,0.77272725,0.78099173,0.7892562,0.80991733,0.79752064,0.7933884,0.8181818,0.8305785,0.822314,0.822314,0.8305785,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.8140496,0.7933884,0.76859504,0.7355372,0.6983471,0.6818182,0.71900827,0.71900827,0.75619835,0.8347107,0.8429752,0.8347107,0.822314,0.80991733,0.8016529,0.76859504,0.71487606,0.6570248,0.6528926,0.72727275,0.76033056,0.7644628,0.8016529,0.8057851,0.80991733,0.8181818,0.822314,0.8057851,0.77272725,0.7933884,0.76033056,0.76859504,0.77272725,0.6528926,0.6570248,0.6570248,0.6363636,0.59917355,0.54545456,0.48347107,0.5247934,0.59504133,0.6570248,0.6942149,0.7231405,0.74380165,0.75619835,0.75206614,0.76859504,0.77272725,0.78512394,0.79752064,0.8016529,0.8057851,0.8016529,0.8140496,0.8140496,0.8181818,0.8347107,0.8347107,0.8347107,0.8347107,0.8264463,0.822314,0.822314,0.7892562,0.7355372,0.69008267,0.70247936,0.6983471,0.7066116,0.7231405,0.75619835,0.8181818,0.838843,0.8305785,0.822314,0.80991733,0.7933884,0.76033056,0.70247936,0.6570248,0.6446281,0.6942149,0.75619835,0.76859504,0.79752064,0.79752064,0.80991733,0.80991733,0.8181818,0.80991733,0.78512394,0.79752064,0.7768595,0.75206614,0.76033056,0.6528926,0.6528926,0.6694215,0.6198347,0.59917355,0.5371901,0.47107437,0.5206612,0.58264464,0.6404959,0.6735537,0.7107438,0.73966944,0.75206614,0.74793386,0.7644628,0.7768595,0.7644628,0.7892562,0.8057851,0.7933884,0.79752064,0.8140496,0.8140496,0.8181818,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.822314,0.822314,0.78099173,0.69008267,0.70247936,0.7107438,0.6983471,0.6983471,0.7107438,0.74380165,0.8016529,0.8264463,0.8305785,0.8305785,0.80991733,0.7933884,0.7355372,0.661157,0.6363636,0.6446281,0.6652893,0.7231405,0.76859504,0.78512394,0.78512394,0.8016529,0.80991733,0.8057851,0.80991733,0.79752064,0.78099173,0.76859504,0.75619835,0.74793386,0.6983471,0.6859504,0.6652893,0.61157024,0.5785124,0.53305787,0.47107437,0.5247934,0.54545456,0.6322314,0.69008267,0.6942149,0.71900827,0.73966944,0.73966944,0.75619835,0.77272725,0.7768595,0.7892562,0.8016529,0.7892562,0.7892562,0.79752064,0.80991733,0.8140496,0.8140496,0.8264463,0.8347107,0.838843,0.8264463,0.822314,0.8140496,0.75619835,0.6859504,0.70247936,0.70247936,0.6983471,0.6487603,0.6404959,0.6694215,0.75206614,0.7933884,0.8057851,0.8181818,0.7933884,0.72727275,0.6363636,0.57438016,0.59090906,0.6363636,0.6404959,0.6983471,0.77272725,0.78512394,0.78099173,0.79752064,0.8057851,0.8016529,0.7933884,0.78099173,0.76033056,0.75619835,0.74380165,0.73966944,0.7066116,0.69008267,0.6487603,0.59917355,0.57438016,0.5206612,0.46694216,0.5289256,0.5371901,0.60330576,0.6735537,0.6983471,0.7066116,0.70247936,0.73140496,0.74793386,0.75619835,0.76859504,0.7768595,0.7892562,0.79752064,0.78512394,0.7892562,0.7933884,0.8016529,0.8057851,0.8181818,0.8305785,0.8264463,0.8140496,0.80991733,0.8016529,0.74380165,0.69008267,0.6942149,0.6818182,0.6694215,0.6280992,0.5661157,0.58264464,0.6694215,0.74793386,0.75206614,0.7644628,0.72727275,0.6404959,0.5495868,0.53305787,0.57438016,0.61570245,0.6198347,0.6694215,0.76033056,0.7768595,0.7892562,0.79752064,0.8016529,0.8016529,0.78099173,0.77272725,0.76033056,0.7355372,0.71487606,0.71900827,0.6983471,0.677686,0.6280992,0.58264464,0.55785125,0.5165289,0.5123967,0.56198347,0.5247934,0.57438016,0.6487603,0.69008267,0.70247936,0.6859504,0.71487606,0.7231405,0.73966944,0.7644628,0.7644628,0.7768595,0.7892562,0.76859504,0.77272725,0.7892562,0.7933884,0.80991733,0.822314,0.822314,0.822314,0.8181818,0.80991733,0.7933884,0.73140496,0.6652893,0.6570248,0.6280992,0.58677685,0.55785125,0.5413223,0.5371901,0.59090906,0.6818182,0.677686,0.6818182,0.6404959,0.56198347,0.5041322,0.49586776,0.5247934,0.57024795,0.59504133,0.6528926,0.74380165,0.76859504,0.7892562,0.79752064,0.7933884,0.7892562,0.7768595,0.75206614,0.74380165,0.7231405,0.7107438,0.6983471,0.69008267,0.6694215,0.61570245,0.57438016,0.54545456,0.5206612,0.5495868,0.59504133,0.5165289,0.5661157,0.6404959,0.6652893,0.677686,0.69008267,0.6983471,0.71487606,0.73966944,0.73966944,0.74793386,0.76033056,0.78512394,0.77272725,0.77272725,0.78512394,0.78512394,0.79752064,0.8140496,0.8140496,0.8140496,0.8181818,0.80991733,0.80991733,0.75206614,0.61157024,0.5785124,0.5413223,0.4338843,0.33471075,0.38429752,0.4752066,0.53305787,0.59090906,0.58677685,0.59090906,0.553719,0.49586776,0.38429752,0.3553719,0.4214876,0.5082645,0.55785125,0.6528926,0.73140496,0.74380165,0.78512394,0.8016529,0.7892562,0.7892562,0.7768595,0.74793386,0.74380165,0.73140496,0.6942149,0.6942149,0.677686,0.6363636,0.59090906,0.56198347,0.5371901,0.5247934,0.5661157,0.60330576,0.5123967,0.553719,0.61157024,0.6363636,0.6446281,0.6652893,0.6735537,0.677686,0.71900827,0.7231405,0.73140496,0.75206614,0.78099173,0.77272725,0.76859504,0.78512394,0.7892562,0.7933884,0.8057851,0.80991733,0.8057851,0.80991733,0.8140496,0.8181818,0.78512394,0.60330576,0.49173555,0.46694216,0.3429752,0.2520661,0.24380165,0.3264463,0.45454547,0.49173555,0.5,0.47107437,0.45867768,0.3966942,0.2644628,0.2644628,0.35950413,0.45041323,0.53305787,0.661157,0.6942149,0.7107438,0.76859504,0.7892562,0.75619835,0.7644628,0.76033056,0.7355372,0.7355372,0.71487606,0.6735537,0.6652893,0.6446281,0.607438,0.5785124,0.56198347,0.53305787,0.5206612,0.58677685,0.61157024,0.5082645,0.553719,0.59917355,0.6280992,0.6487603,0.661157,0.6652893,0.6694215,0.6983471,0.7107438,0.72727275,0.75206614,0.76859504,0.7644628,0.7644628,0.78099173,0.7933884,0.7933884,0.8016529,0.8016529,0.8016529,0.80991733,0.8181818,0.8140496,0.80991733,0.6942149,0.49586776,0.45041323,0.41735536,0.40082645,0.41735536,0.3553719,0.38429752,0.4338843,0.42561984,0.4090909,0.4090909,0.40495867,0.38016528,0.36363637,0.41735536,0.48347107,0.5785124,0.6859504,0.6983471,0.7066116,0.75619835,0.74793386,0.71900827,0.75206614,0.74380165,0.7231405,0.72727275,0.6983471,0.661157,0.6446281,0.61570245,0.5785124,0.553719,0.5661157,0.5247934,0.5289256,0.607438,0.59504133,0.5082645,0.553719,0.59504133,0.62396693,0.6487603,0.6735537,0.6570248,0.6735537,0.6735537,0.6983471,0.71900827,0.7355372,0.7644628,0.75206614,0.7768595,0.78512394,0.7933884,0.7933884,0.7933884,0.8016529,0.8057851,0.80991733,0.8140496,0.8140496,0.80991733,0.78512394,0.6363636,0.5413223,0.5165289,0.5413223,0.553719,0.48347107,0.41322315,0.42975205,0.4338843,0.446281,0.45867768,0.5165289,0.5206612,0.49586776,0.53305787,0.59090906,0.6570248,0.7107438,0.7107438,0.71900827,0.75206614,0.76033056,0.73966944,0.75619835,0.74380165,0.71487606,0.71487606,0.6694215,0.6363636,0.6280992,0.58264464,0.55785125,0.5371901,0.54545456,0.5206612,0.57438016,0.58677685,0.55785125,0.5041322,0.5495868,0.58264464,0.6198347,0.6404959,0.6735537,0.6528926,0.6652893,0.6652893,0.6983471,0.7066116,0.7231405,0.75619835,0.76033056,0.7768595,0.78512394,0.78512394,0.79752064,0.8057851,0.8016529,0.8057851,0.80991733,0.8140496,0.8057851,0.79752064,0.7768595,0.7644628,0.71487606,0.6528926,0.6404959,0.6404959,0.60330576,0.5371901,0.5289256,0.5247934,0.56198347,0.57438016,0.61570245,0.60330576,0.61570245,0.6446281,0.6694215,0.6652893,0.6818182,0.71900827,0.73966944,0.75206614,0.7644628,0.76033056,0.75619835,0.74380165,0.71900827,0.6942149,0.661157,0.6363636,0.607438,0.57438016,0.56198347,0.54545456,0.5289256,0.5206612,0.61570245,0.57438016,0.57438016,0.4876033,0.54545456,0.5785124,0.607438,0.6280992,0.6487603,0.661157,0.6735537,0.6694215,0.6818182,0.70247936,0.7231405,0.74380165,0.76033056,0.77272725,0.78099173,0.7933884,0.80991733,0.8140496,0.8016529,0.79752064,0.79752064,0.8016529,0.7892562,0.77272725,0.74380165,0.75206614,0.74793386,0.70247936,0.7066116,0.69008267,0.6694215,0.62396693,0.6198347,0.607438,0.6322314,0.6280992,0.62396693,0.6322314,0.6404959,0.6487603,0.661157,0.6570248,0.6570248,0.6983471,0.73966944,0.75206614,0.75206614,0.76033056,0.75619835,0.7355372,0.7107438,0.69008267,0.6528926,0.6280992,0.59090906,0.57024795,0.5661157,0.5661157,0.5289256,0.5082645,0.607438,0.61157024,0.62396693,0.47107437,0.54545456,0.58677685,0.607438,0.62396693,0.6404959,0.6652893,0.6818182,0.6818182,0.677686,0.6942149,0.71900827,0.73966944,0.75206614,0.77272725,0.7892562,0.79752064,0.80991733,0.8181818,0.79752064,0.78512394,0.78512394,0.78099173,0.7644628,0.75206614,0.73966944,0.7355372,0.7355372,0.7066116,0.71900827,0.71900827,0.6983471,0.6652893,0.6446281,0.61570245,0.6404959,0.6322314,0.6280992,0.6322314,0.6404959,0.6446281,0.6487603,0.6570248,0.6570248,0.6818182,0.73140496,0.75206614,0.74793386,0.7644628,0.76033056,0.73966944,0.71487606,0.6818182,0.6446281,0.607438,0.5785124,0.55785125,0.5785124,0.57024795,0.5165289,0.5,0.59917355,0.6487603,0.61570245,0.47107437,0.5413223,0.5785124,0.61570245,0.6404959,0.6528926,0.6694215,0.677686,0.69008267,0.6735537,0.69008267,0.72727275,0.73140496,0.74793386,0.77272725,0.79752064,0.79752064,0.80991733,0.80991733,0.78512394,0.7644628,0.76033056,0.74793386,0.74380165,0.7355372,0.7231405,0.71900827,0.72727275,0.71487606,0.7107438,0.7355372,0.7066116,0.6859504,0.6652893,0.6363636,0.6404959,0.6363636,0.6280992,0.62396693,0.6322314,0.6404959,0.6404959,0.6446281,0.6446281,0.661157,0.7066116,0.72727275,0.72727275,0.7644628,0.76859504,0.74793386,0.7231405,0.6694215,0.6404959,0.607438,0.5785124,0.5661157,0.58264464,0.55785125,0.5041322,0.5206612,0.6363636,0.6652893,0.54545456,0.47107437,0.5413223,0.57438016,0.6198347,0.6446281,0.6528926,0.661157,0.661157,0.69008267,0.6735537,0.6735537,0.72727275,0.73966944,0.75206614,0.76859504,0.7892562,0.8057851,0.8057851,0.7933884,0.7644628,0.73966944,0.74380165,0.72727275,0.7231405,0.71900827,0.7066116,0.7066116,0.71900827,0.71487606,0.7107438,0.7231405,0.6983471,0.6818182,0.6694215,0.6652893,0.6363636,0.6363636,0.62396693,0.6198347,0.62396693,0.6322314,0.6280992,0.6280992,0.6322314,0.6404959,0.677686,0.6983471,0.7107438,0.75206614,0.77272725,0.75206614,0.7231405,0.6652893,0.6322314,0.61570245,0.5785124,0.57438016,0.58264464,0.5495868,0.49173555,0.5495868,0.6652893,0.6446281,0.46694216,0.45867768,0.5289256,0.56198347,0.61570245,0.6363636,0.6404959,0.661157,0.661157,0.6652893,0.6859504,0.6652893,0.7231405,0.74793386,0.76033056,0.76859504,0.7892562,0.8016529,0.7933884,0.7644628,0.73966944,0.7231405,0.7231405,0.7107438,0.7066116,0.70247936,0.6859504,0.6859504,0.7231405,0.71487606,0.71900827,0.72727275,0.7107438,0.6859504,0.6859504,0.7066116,0.6528926,0.6446281,0.6363636,0.6363636,0.6363636,0.62396693,0.61570245,0.61157024,0.6198347,0.6363636,0.661157,0.6859504,0.7107438,0.72727275,0.75619835,0.76033056,0.71487606,0.6735537,0.6280992,0.60330576,0.5785124,0.5661157,0.58264464,0.5413223,0.48347107,0.553719,0.6322314,0.56198347,0.39256197,0.44214877,0.5247934,0.55785125,0.60330576,0.6198347,0.6322314,0.661157,0.6694215,0.6528926,0.6735537,0.6735537,0.7066116,0.74380165,0.76859504,0.76033056,0.7892562,0.7892562,0.7768595,0.74793386,0.7231405,0.7107438,0.7107438,0.6983471,0.6735537,0.6859504,0.6694215,0.6859504,0.72727275,0.7355372,0.74793386,0.7644628,0.75206614,0.72727275,0.74793386,0.74793386,0.7107438,0.6983471,0.6942149,0.69008267,0.6818182,0.661157,0.6322314,0.61157024,0.59917355,0.62396693,0.6446281,0.6818182,0.7107438,0.6983471,0.72727275,0.74793386,0.7107438,0.677686,0.6280992,0.60330576,0.57024795,0.5661157,0.5785124,0.5371901,0.4752066,0.5371901,0.5661157,0.45041323,0.33471075,0.42975205,0.5082645,0.553719,0.59090906,0.59917355,0.61570245,0.6528926,0.6694215,0.6528926,0.6652893,0.677686,0.70247936,0.74380165,0.76033056,0.7644628,0.78512394,0.78099173,0.75206614,0.72727275,0.7231405,0.7107438,0.7107438,0.6818182,0.6487603,0.6735537,0.677686,0.7066116,0.75206614,0.75206614,0.76859504,0.76859504,0.78099173,0.78099173,0.7892562,0.7892562,0.78512394,0.78099173,0.76033056,0.72727275,0.71900827,0.70247936,0.6694215,0.6280992,0.59917355,0.61157024,0.6280992,0.661157,0.70247936,0.677686,0.7066116,0.7231405,0.70247936,0.6735537,0.62396693,0.59504133,0.56198347,0.56198347,0.56198347,0.5206612,0.46694216,0.45454547,0.43801653,0.36363637,0.3305785,0.40082645,0.49173555,0.5413223,0.59090906,0.59090906,0.61157024,0.6363636,0.6570248,0.6735537,0.6694215,0.6818182,0.70247936,0.73140496,0.74793386,0.76033056,0.7768595,0.7644628,0.74793386,0.71900827,0.71900827,0.70247936,0.6859504,0.6694215,0.6446281,0.6570248,0.677686,0.71900827,0.73966944,0.71487606,0.6983471,0.6735537,0.7107438,0.76033056,0.7768595,0.7892562,0.8057851,0.7644628,0.6818182,0.6363636,0.6487603,0.6487603,0.6570248,0.6322314,0.60330576,0.607438,0.59917355,0.62396693,0.6735537,0.6570248,0.677686,0.69008267,0.69008267,0.6694215,0.6280992,0.5785124,0.5495868,0.55785125,0.553719,0.5165289,0.45454547,0.338843,0.338843,0.3305785,0.338843,0.38429752,0.48347107,0.5206612,0.58264464,0.60330576,0.59504133,0.6198347,0.6404959,0.6694215,0.677686,0.6735537,0.7107438,0.73140496,0.73966944,0.74793386,0.75619835,0.74380165,0.73140496,0.7107438,0.69008267,0.6694215,0.6363636,0.6198347,0.62396693,0.6446281,0.6528926,0.6528926,0.6363636,0.59090906,0.57024795,0.56198347,0.57438016,0.60330576,0.6404959,0.6859504,0.6694215,0.59917355,0.5413223,0.5371901,0.53305787,0.5247934,0.5495868,0.59090906,0.61570245,0.59090906,0.5661157,0.61570245,0.6528926,0.6570248,0.6487603,0.6652893,0.677686,0.677686,0.6280992,0.57024795,0.5413223,0.5495868,0.5371901,0.53305787,0.44214877,0.28099173,0.3181818,0.32231405,0.3305785,0.3553719,0.46280992,0.5206612,0.553719,0.58677685,0.59504133,0.607438,0.6404959,0.6528926,0.661157,0.6859504,0.70247936,0.71900827,0.7231405,0.74380165,0.7355372,0.72727275,0.71487606,0.6818182,0.6404959,0.607438,0.5661157,0.5371901,0.5247934,0.5289256,0.5413223,0.5082645,0.48347107,0.46694216,0.45041323,0.46280992,0.46280992,0.46280992,0.46694216,0.49586776,0.46694216,0.45454547,0.45867768,0.446281,0.42561984,0.42975205,0.45041323,0.4876033,0.53305787,0.5371901,0.5206612,0.56198347,0.6198347,0.6280992,0.6280992,0.6198347,0.6735537,0.6652893,0.6198347,0.56198347,0.55785125,0.54545456,0.53305787,0.5247934,0.41322315,0.26859504,0.30991736,0.3140496,0.32231405,0.338843,0.4338843,0.5,0.5413223,0.56198347,0.58677685,0.59917355,0.6280992,0.6322314,0.6487603,0.661157,0.70247936,0.7231405,0.73140496,0.7644628,0.75206614,0.72727275,0.6942149,0.661157,0.59917355,0.5371901,0.46280992,0.41322315,0.38842976,0.38429752,0.37190083,0.34710744,0.3181818,0.30578512,0.22727273,0.30991736,0.3553719,0.33471075,0.30165288,0.3429752,0.3264463,0.3264463,0.25619835,0.21900827,0.2231405,0.24380165,0.338843,0.38842976,0.39256197,0.40495867,0.45454547,0.5206612,0.57438016,0.60330576,0.61570245,0.62396693,0.6528926,0.6446281,0.607438,0.553719,0.5661157,0.5413223,0.5165289,0.5165289,0.38016528,0.2644628,0.30578512,0.3140496,0.3181818,0.3264463,0.40495867,0.4876033,0.5206612,0.55785125,0.58677685,0.58264464,0.6198347,0.6487603,0.661157,0.6363636,0.70247936,0.70247936,0.71487606,0.75206614,0.75206614,0.71487606,0.6735537,0.62396693,0.58677685,0.5123967,0.38429752,0.28099173,0.24380165,0.24793388,0.27272728,0.2892562,0.2892562,0.30991736,0.28512397,0.29338843,0.29338843,0.24793388,0.1983471,0.1983471,0.23553719,0.23553719,0.21900827,0.19421488,0.17355372,0.16528925,0.16115703,0.19421488,0.21487603,0.26859504,0.4090909,0.5165289,0.57024795,0.59917355,0.607438,0.62396693,0.6487603,0.6322314,0.59917355,0.553719,0.56198347,0.5413223,0.5206612,0.5082645,0.3264463,0.27272728,0.30165288,0.30991736,0.3181818,0.30578512,0.38429752,0.47107437,0.5082645,0.54545456,0.5785124,0.5661157,0.607438,0.6198347,0.677686,0.6487603,0.6942149,0.70247936,0.7066116,0.72727275,0.75206614,0.71487606,0.6694215,0.6363636,0.6322314,0.607438,0.59504133,0.56198347,0.5247934,0.5247934,0.5495868,0.57438016,0.56198347,0.56198347,0.57438016,0.54545456,0.5206612,0.46694216,0.46694216,0.446281,0.47107437,0.4876033,0.5165289,0.5041322,0.49586776,0.5041322,0.49586776,0.46694216,0.45867768,0.5289256,0.58677685,0.59090906,0.607438,0.6198347,0.6198347,0.6404959,0.661157,0.61570245,0.5785124,0.57438016,0.553719,0.5206612,0.5165289,0.47933885,0.27272728,0.28099173,0.30165288,0.30578512,0.3140496,0.29338843,0.338843,0.42975205,0.48347107,0.5165289,0.54545456,0.5785124,0.59917355,0.6280992,0.6363636,0.661157,0.69008267,0.6983471,0.70247936,0.71900827,0.73966944,0.7355372,0.70247936,0.6859504,0.6735537,0.6859504,0.73966944,0.74380165,0.72727275,0.7231405,0.7231405,0.72727275,0.73140496,0.74793386,0.7644628,0.76859504,0.72727275,0.69008267,0.6735537,0.6528926,0.6363636,0.661157,0.6694215,0.661157,0.6322314,0.61157024,0.59917355,0.59090906,0.6322314,0.6735537,0.6859504,0.6198347,0.59504133,0.61570245,0.6322314,0.6652893,0.6404959,0.62396693,0.57024795,0.57024795,0.5495868,0.5247934,0.5041322,0.446281,0.25619835,0.28099173,0.29338843,0.30165288,0.30991736,0.30165288,0.32231405,0.40495867,0.45867768,0.5,0.5123967,0.5661157,0.58264464,0.607438,0.6363636,0.6404959,0.6694215,0.6983471,0.6983471,0.6942149,0.7107438,0.74380165,0.7355372,0.71487606,0.6983471,0.72727275,0.77272725,0.76859504,0.72727275,0.7107438,0.73140496,0.73966944,0.7231405,0.71900827,0.74793386,0.7644628,0.7644628,0.75206614,0.75619835,0.75619835,0.74380165,0.75206614,0.74380165,0.7107438,0.6859504,0.661157,0.62396693,0.60330576,0.6322314,0.661157,0.6735537,0.677686,0.6322314,0.6446281,0.661157,0.6528926,0.6446281,0.59504133,0.57438016,0.5495868,0.553719,0.5165289,0.5,0.38016528,0.24380165,0.2892562,0.29338843,0.30165288,0.30991736,0.30578512,0.3140496,0.37603307,0.43801653,0.48347107,0.5,0.53305787,0.57438016,0.5785124,0.6363636,0.6446281,0.6652893,0.7107438,0.71487606,0.69008267,0.70247936,0.75206614,0.74380165,0.7231405,0.73966944,0.76859504,0.78512394,0.7644628,0.74380165,0.6859504,0.677686,0.70247936,0.7066116,0.70247936,0.71900827,0.71900827,0.71900827,0.7107438,0.72727275,0.71900827,0.7231405,0.7231405,0.71487606,0.6859504,0.6818182,0.69008267,0.6487603,0.61570245,0.62396693,0.6404959,0.6735537,0.6818182,0.6818182,0.69008267,0.6694215,0.661157,0.6363636,0.58677685,0.56198347,0.5495868,0.53305787,0.5041322,0.47933885,0.30165288,0.23966943,0.28512397,0.29338843,0.29752067,0.30578512,0.3140496,0.30578512,0.35123968,0.40082645,0.45041323,0.47933885,0.5082645,0.5495868,0.5661157,0.62396693,0.6363636,0.6652893,0.6859504,0.7107438,0.72727275,0.73140496,0.75206614,0.76033056,0.74793386,0.76033056,0.77272725,0.78099173,0.7644628,0.75619835,0.72727275,0.661157,0.6487603,0.6280992,0.61570245,0.62396693,0.61570245,0.61157024,0.59917355,0.62396693,0.6487603,0.6363636,0.6280992,0.6363636,0.6280992,0.61570245,0.6280992,0.61570245,0.60330576,0.6280992,0.6446281,0.6735537,0.6983471,0.6818182,0.661157,0.6528926,0.661157,0.62396693,0.58677685,0.56198347,0.56198347,0.5247934,0.5,0.43801653,0.25619835,0.2520661,0.27272728,0.28512397,0.29338843,0.30578512,0.30991736,0.30991736,0.3264463,0.3553719,0.41322315,0.45867768,0.49173555,0.5123967,0.5495868,0.607438,0.62396693,0.6570248,0.6694215,0.6942149,0.7231405,0.74793386,0.75619835,0.7644628,0.7644628,0.76033056,0.76859504,0.76859504,0.75619835,0.76033056,0.75206614,0.69008267,0.6363636,0.58677685,0.5413223,0.5206612,0.49173555,0.48347107,0.46280992,0.47933885,0.49173555,0.49586776,0.49173555,0.49173555,0.5082645,0.5165289,0.5371901,0.57438016,0.59917355,0.6487603,0.6528926,0.6818182,0.7107438,0.6818182,0.6446281,0.661157,0.661157,0.6322314,0.5785124,0.553719,0.54545456,0.5082645,0.48347107,0.38016528,0.21900827,0.2603306,0.26859504,0.28512397,0.2892562,0.3140496,0.3140496,0.30991736,0.3181818,0.35950413,0.38429752,0.42975205,0.48347107,0.4876033,0.553719,0.58264464,0.60330576,0.6446281,0.6652893,0.677686,0.7107438,0.74793386,0.74380165,0.75206614,0.76033056,0.75206614,0.76033056,0.75206614,0.74380165,0.75206614,0.74380165,0.7066116,0.6694215,0.62396693,0.58677685,0.553719,0.5123967,0.5041322,0.5082645,0.47933885,0.46280992,0.4752066,0.48347107,0.4752066,0.5041322,0.5247934,0.55785125,0.59504133,0.62396693,0.6487603,0.6528926,0.6735537,0.6942149,0.6818182,0.6446281,0.6487603,0.6487603,0.62396693,0.57438016,0.54545456,0.5247934,0.49173555,0.47107437,0.28512397,0.23553719,0.2603306,0.2644628,0.28512397,0.29338843,0.3181818,0.32231405,0.30991736,0.30991736,0.41322315,0.3677686,0.38842976,0.44214877,0.4752066,0.5247934,0.5661157,0.5785124,0.62396693,0.6446281,0.6735537,0.6942149,0.72727275,0.7355372,0.74380165,0.74380165,0.75206614,0.75619835,0.74380165,0.7355372,0.74793386,0.74380165,0.7231405,0.6942149,0.661157,0.6487603,0.6363636,0.5785124,0.5785124,0.56198347,0.5165289,0.5165289,0.5206612,0.54545456,0.54545456,0.57438016,0.58677685,0.60330576,0.6198347,0.6404959,0.661157,0.6694215,0.6694215,0.677686,0.6818182,0.6404959,0.6404959,0.6322314,0.607438,0.5661157,0.5289256,0.5123967,0.4876033,0.41735536,0.2231405,0.24793388,0.25619835,0.26859504,0.28099173,0.29752067,0.3264463,0.32231405,0.30991736,0.29752067,0.46280992,0.4214876,0.3264463,0.39256197,0.45454547,0.49586776,0.5495868,0.5413223,0.59917355,0.61570245,0.6570248,0.677686,0.70247936,0.72727275,0.73966944,0.7355372,0.74793386,0.76033056,0.74380165,0.73140496,0.74380165,0.74793386,0.74380165,0.71900827,0.6983471,0.6942149,0.70247936,0.6487603,0.6280992,0.62396693,0.59504133,0.58677685,0.58264464,0.59504133,0.607438,0.6280992,0.6280992,0.6322314,0.6322314,0.6528926,0.6735537,0.677686,0.677686,0.677686,0.6570248,0.6363636,0.6487603,0.6280992,0.60330576,0.553719,0.5206612,0.5041322,0.4752066,0.3140496,0.21900827,0.24380165,0.2644628,0.2768595,0.2768595,0.29752067,0.33471075,0.3140496,0.30165288,0.30991736,0.46280992,0.5041322,0.3429752,0.3305785,0.39256197,0.45454547,0.5165289,0.5289256,0.57438016,0.59917355,0.61570245,0.6694215,0.6942149,0.7231405,0.72727275,0.72727275,0.74380165,0.75619835,0.75619835,0.73966944,0.74380165,0.75206614,0.74380165,0.71487606,0.71900827,0.71900827,0.7231405,0.7107438,0.6942149,0.6983471,0.69008267,0.6818182,0.6735537,0.6528926,0.6652893,0.6694215,0.6652893,0.661157,0.6694215,0.69008267,0.69008267,0.6735537,0.6694215,0.6694215,0.6404959,0.6322314,0.6487603,0.6280992,0.59090906,0.5371901,0.5041322,0.4876033,0.40495867,0.23553719,0.23553719,0.24380165,0.2644628,0.27272728,0.28099173,0.30578512,0.3305785,0.3140496,0.30165288,0.3140496,0.446281,0.53305787,0.446281,0.2892562,0.30991736,0.39256197,0.47107437,0.5082645,0.553719,0.57024795,0.59090906,0.6404959,0.6818182,0.7107438,0.7107438,0.72727275,0.7355372,0.73966944,0.75619835,0.75206614,0.74380165,0.74380165,0.75206614,0.7231405,0.73966944,0.74793386,0.74793386,0.76033056,0.74793386,0.7644628,0.76033056,0.74793386,0.75206614,0.72727275,0.73140496,0.7231405,0.71487606,0.7107438,0.71487606,0.71900827,0.7066116,0.677686,0.6694215,0.661157,0.6528926,0.6322314,0.6363636,0.61570245,0.57438016,0.5206612,0.47933885,0.45867768,0.2892562,0.21900827,0.23966943,0.2520661,0.2603306,0.2644628,0.2892562,0.3140496,0.33471075,17 +0.44214877,0.4214876,0.446281,0.45867768,0.4752066,0.5041322,0.5123967,0.607438,0.59917355,0.58264464,0.5785124,0.5661157,0.58264464,0.6694215,0.7355372,0.76033056,0.76859504,0.7892562,0.7933884,0.79752064,0.79752064,0.8181818,0.822314,0.8264463,0.822314,0.8181818,0.8264463,0.8264463,0.822314,0.8264463,0.822314,0.822314,0.8264463,0.8264463,0.8305785,0.8347107,0.8305785,0.8305785,0.8264463,0.822314,0.8264463,0.822314,0.8305785,0.822314,0.8057851,0.7933884,0.8140496,0.8057851,0.79752064,0.78512394,0.7768595,0.78099173,0.7768595,0.73966944,0.7107438,0.6694215,0.6404959,0.61157024,0.5206612,0.4876033,0.42975205,0.37603307,0.30991736,0.30578512,0.41322315,0.3966942,0.42975205,0.43801653,0.4876033,0.5206612,0.5247934,0.62396693,0.607438,0.58677685,0.59090906,0.59090906,0.6198347,0.71900827,0.76033056,0.7644628,0.77272725,0.7892562,0.79752064,0.79752064,0.7933884,0.822314,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.8264463,0.822314,0.822314,0.822314,0.8264463,0.8305785,0.8264463,0.8347107,0.838843,0.8347107,0.8264463,0.8264463,0.8264463,0.822314,0.8264463,0.8305785,0.8347107,0.80991733,0.7933884,0.822314,0.80991733,0.79752064,0.7892562,0.7892562,0.78512394,0.7768595,0.7355372,0.69008267,0.6735537,0.6363636,0.59504133,0.5123967,0.5041322,0.44214877,0.38016528,0.32231405,0.26859504,0.39256197,0.38842976,0.4214876,0.43801653,0.5247934,0.5247934,0.5206612,0.6363636,0.6198347,0.59917355,0.59090906,0.61157024,0.6652893,0.74380165,0.77272725,0.76859504,0.7768595,0.78512394,0.7933884,0.7933884,0.80991733,0.8264463,0.8347107,0.8429752,0.8347107,0.8347107,0.8305785,0.8264463,0.822314,0.8264463,0.8181818,0.8264463,0.8305785,0.8305785,0.8347107,0.838843,0.8347107,0.8305785,0.8264463,0.8264463,0.822314,0.8181818,0.8264463,0.8264463,0.8057851,0.8016529,0.8140496,0.8140496,0.7933884,0.7933884,0.79752064,0.79752064,0.78099173,0.73966944,0.6859504,0.6528926,0.6280992,0.59090906,0.5206612,0.5165289,0.46280992,0.40495867,0.32231405,0.25619835,0.38842976,0.35123968,0.40082645,0.45041323,0.54545456,0.53305787,0.5371901,0.6446281,0.61157024,0.60330576,0.60330576,0.6528926,0.73966944,0.78099173,0.7644628,0.75619835,0.76859504,0.78099173,0.79752064,0.79752064,0.8181818,0.8347107,0.838843,0.8429752,0.838843,0.8305785,0.8264463,0.822314,0.822314,0.822314,0.8181818,0.822314,0.822314,0.8347107,0.838843,0.8429752,0.8347107,0.8347107,0.8305785,0.8264463,0.822314,0.8140496,0.822314,0.8264463,0.8140496,0.822314,0.8057851,0.80991733,0.7892562,0.7933884,0.79752064,0.8016529,0.78512394,0.74793386,0.69008267,0.6404959,0.607438,0.59917355,0.53305787,0.5165289,0.47933885,0.4214876,0.3305785,0.2520661,0.41322315,0.33471075,0.3966942,0.46694216,0.5413223,0.53305787,0.54545456,0.661157,0.59504133,0.55785125,0.62396693,0.677686,0.76859504,0.78512394,0.7644628,0.75206614,0.7644628,0.7768595,0.79752064,0.8016529,0.8264463,0.8264463,0.8347107,0.8429752,0.8347107,0.8264463,0.822314,0.822314,0.8181818,0.8181818,0.822314,0.822314,0.8140496,0.8305785,0.838843,0.838843,0.8305785,0.8305785,0.8347107,0.822314,0.8140496,0.8140496,0.8181818,0.8181818,0.8181818,0.8181818,0.8057851,0.7933884,0.78512394,0.7892562,0.7892562,0.7933884,0.7933884,0.75619835,0.70247936,0.6570248,0.61157024,0.607438,0.5413223,0.5289256,0.49173555,0.4214876,0.3429752,0.25619835,0.5,0.36363637,0.38842976,0.49586776,0.5413223,0.5289256,0.5785124,0.6322314,0.607438,0.5785124,0.6487603,0.71900827,0.7644628,0.75619835,0.74793386,0.74793386,0.75619835,0.76033056,0.7892562,0.79752064,0.8140496,0.822314,0.8264463,0.8305785,0.8264463,0.8140496,0.8140496,0.8140496,0.8057851,0.8057851,0.822314,0.8181818,0.8140496,0.822314,0.8264463,0.8305785,0.8305785,0.822314,0.8264463,0.822314,0.80991733,0.8057851,0.80991733,0.8016529,0.8016529,0.7933884,0.7892562,0.78099173,0.76859504,0.7768595,0.7768595,0.78099173,0.7892562,0.76033056,0.71900827,0.6735537,0.6280992,0.61157024,0.5661157,0.54545456,0.5165289,0.45041323,0.37190083,0.28099173,0.607438,0.47107437,0.40495867,0.49586776,0.5495868,0.53305787,0.59917355,0.6280992,0.59917355,0.60330576,0.6859504,0.74380165,0.72727275,0.72727275,0.71900827,0.72727275,0.73140496,0.74380165,0.7644628,0.78099173,0.79752064,0.8181818,0.8016529,0.80991733,0.80991733,0.79752064,0.79752064,0.8057851,0.79752064,0.79752064,0.8016529,0.8057851,0.80991733,0.8140496,0.822314,0.822314,0.8181818,0.7933884,0.8057851,0.8140496,0.8016529,0.7933884,0.7933884,0.78512394,0.77272725,0.76033056,0.75619835,0.74380165,0.73140496,0.7355372,0.74380165,0.74380165,0.76033056,0.75206614,0.7355372,0.6942149,0.6487603,0.61157024,0.57438016,0.5413223,0.5206612,0.4752066,0.3966942,0.29752067,0.6652893,0.607438,0.5082645,0.5123967,0.5413223,0.5371901,0.61570245,0.61157024,0.58677685,0.6280992,0.69008267,0.73140496,0.69008267,0.6859504,0.6859504,0.6818182,0.6942149,0.73140496,0.73966944,0.76033056,0.7644628,0.7933884,0.77272725,0.77272725,0.7892562,0.7933884,0.7768595,0.78512394,0.78512394,0.78512394,0.7933884,0.79752064,0.79752064,0.8016529,0.79752064,0.8016529,0.8016529,0.77272725,0.78512394,0.79752064,0.78512394,0.77272725,0.7768595,0.76033056,0.73966944,0.7231405,0.70247936,0.6859504,0.6735537,0.6735537,0.7066116,0.70247936,0.71900827,0.73140496,0.7231405,0.6983471,0.6818182,0.6280992,0.59090906,0.5495868,0.53305787,0.4876033,0.42561984,0.33471075,0.57024795,0.6198347,0.62396693,0.59090906,0.5785124,0.57024795,0.6322314,0.6404959,0.60330576,0.6363636,0.6859504,0.6859504,0.661157,0.6280992,0.6198347,0.6280992,0.6446281,0.6859504,0.7107438,0.73140496,0.73966944,0.75206614,0.74793386,0.7644628,0.7644628,0.7768595,0.7644628,0.7644628,0.7644628,0.76033056,0.7768595,0.78099173,0.7768595,0.7892562,0.78099173,0.78099173,0.78099173,0.76033056,0.76033056,0.76859504,0.75619835,0.74793386,0.7355372,0.7107438,0.6818182,0.677686,0.6446281,0.61157024,0.61157024,0.61570245,0.6528926,0.6570248,0.677686,0.6859504,0.69008267,0.677686,0.6735537,0.6652893,0.607438,0.553719,0.54545456,0.5082645,0.446281,0.38842976,0.5041322,0.5165289,0.59090906,0.6694215,0.69008267,0.661157,0.677686,0.6570248,0.61157024,0.58264464,0.60330576,0.59090906,0.58677685,0.53305787,0.5123967,0.5123967,0.5371901,0.5413223,0.57024795,0.607438,0.61570245,0.6652893,0.70247936,0.7231405,0.7355372,0.74793386,0.75206614,0.75206614,0.74793386,0.75619835,0.76033056,0.75619835,0.75206614,0.75619835,0.75619835,0.73966944,0.74380165,0.74380165,0.73966944,0.73140496,0.7107438,0.70247936,0.677686,0.6487603,0.61157024,0.59504133,0.5495868,0.49586776,0.5082645,0.5206612,0.5247934,0.5495868,0.5785124,0.59090906,0.59917355,0.59090906,0.58677685,0.58677685,0.60330576,0.56198347,0.5413223,0.5123967,0.46694216,0.43801653,0.47933885,0.49586776,0.48347107,0.5371901,0.5785124,0.5661157,0.553719,0.5413223,0.5289256,0.5041322,0.5,0.5041322,0.5041322,0.45041323,0.42561984,0.42561984,0.42975205,0.42561984,0.43801653,0.47107437,0.47933885,0.5041322,0.58677685,0.6322314,0.6694215,0.7107438,0.7231405,0.73140496,0.7355372,0.74380165,0.75206614,0.75206614,0.72727275,0.7231405,0.73140496,0.71487606,0.7107438,0.6859504,0.69008267,0.6694215,0.6446281,0.61570245,0.58264464,0.5495868,0.5082645,0.47107437,0.42975205,0.3966942,0.40082645,0.42561984,0.44214877,0.45041323,0.45867768,0.46694216,0.4876033,0.5041322,0.53305787,0.5413223,0.553719,0.553719,0.553719,0.5206612,0.4876033,0.46694216,0.3966942,0.5165289,0.5371901,0.5413223,0.5413223,0.5247934,0.5041322,0.5041322,0.5082645,0.5041322,0.5082645,0.49586776,0.46694216,0.4338843,0.40495867,0.38429752,0.37603307,0.38016528,0.37603307,0.38842976,0.3966942,0.4214876,0.45041323,0.5289256,0.55785125,0.607438,0.6570248,0.69008267,0.7107438,0.73966944,0.73966944,0.74380165,0.71900827,0.7107438,0.71487606,0.6942149,0.6735537,0.61570245,0.6198347,0.59504133,0.553719,0.5,0.46694216,0.45041323,0.4090909,0.38842976,0.37603307,0.3677686,0.3677686,0.4090909,0.44214877,0.45041323,0.46280992,0.47933885,0.4876033,0.49586776,0.5123967,0.5206612,0.53305787,0.5371901,0.5413223,0.5413223,0.5,0.47933885,0.2603306,0.4090909,0.49173555,0.5413223,0.5247934,0.5165289,0.5123967,0.5165289,0.5206612,0.5123967,0.5041322,0.49586776,0.45867768,0.45041323,0.42561984,0.4090909,0.3966942,0.39256197,0.38429752,0.38429752,0.38842976,0.38429752,0.42561984,0.45867768,0.49173555,0.5371901,0.59090906,0.6280992,0.677686,0.71900827,0.72727275,0.73140496,0.7231405,0.7107438,0.70247936,0.661157,0.6198347,0.55785125,0.5413223,0.5247934,0.47933885,0.41735536,0.40495867,0.39256197,0.38016528,0.38429752,0.38842976,0.4090909,0.4090909,0.4338843,0.4338843,0.46280992,0.4876033,0.5041322,0.5206612,0.5289256,0.5289256,0.5165289,0.5206612,0.5123967,0.5206612,0.54545456,0.5165289,0.49586776,0.3181818,0.3966942,0.446281,0.49173555,0.47107437,0.49586776,0.4876033,0.48347107,0.4752066,0.47933885,0.45867768,0.45041323,0.44214877,0.4090909,0.37603307,0.37190083,0.35950413,0.35123968,0.35950413,0.3677686,0.39256197,0.39256197,0.40495867,0.43801653,0.45454547,0.5082645,0.54545456,0.59090906,0.661157,0.7066116,0.7355372,0.74793386,0.74380165,0.73140496,0.69008267,0.62396693,0.57024795,0.5206612,0.48347107,0.46280992,0.42561984,0.4090909,0.41322315,0.40082645,0.38016528,0.35123968,0.35123968,0.34710744,0.35123968,0.37190083,0.38016528,0.3966942,0.4090909,0.45454547,0.48347107,0.5041322,0.5206612,0.5206612,0.53305787,0.5165289,0.5165289,0.5289256,0.5247934,0.5165289,0.35950413,0.4090909,0.45867768,0.4752066,0.43801653,0.49586776,0.46694216,0.43801653,0.4338843,0.4090909,0.37190083,0.3305785,0.35123968,0.3181818,0.3140496,0.28099173,0.28512397,0.30991736,0.3140496,0.29752067,0.3264463,0.37603307,0.4090909,0.41735536,0.4338843,0.47933885,0.5082645,0.57024795,0.6735537,0.73966944,0.76859504,0.77272725,0.7644628,0.74793386,0.69008267,0.58677685,0.5165289,0.4876033,0.446281,0.4338843,0.41735536,0.4090909,0.37603307,0.3264463,0.3140496,0.30991736,0.30991736,0.28099173,0.29338843,0.3140496,0.3264463,0.33471075,0.35123968,0.38016528,0.4090909,0.46280992,0.49173555,0.5041322,0.5206612,0.5206612,0.5165289,0.5206612,0.5041322,0.5247934,0.32231405,0.3966942,0.47933885,0.47107437,0.4338843,0.5041322,0.46280992,0.43801653,0.3966942,0.3305785,0.29338843,0.30578512,0.34710744,0.44214877,0.3140496,0.25619835,0.2107438,0.2231405,0.29752067,0.34710744,0.34710744,0.34710744,0.37190083,0.3966942,0.4090909,0.45454547,0.46694216,0.5661157,0.7066116,0.78099173,0.8057851,0.8016529,0.79752064,0.77272725,0.6859504,0.553719,0.47933885,0.43801653,0.42561984,0.41322315,0.40082645,0.3429752,0.32231405,0.34710744,0.3553719,0.3140496,0.23966943,0.21487603,0.20247933,0.2644628,0.30991736,0.35123968,0.3429752,0.338843,0.3429752,0.38429752,0.45454547,0.49173555,0.5123967,0.5123967,0.5165289,0.5206612,0.49173555,0.5289256,0.33471075,0.37190083,0.5165289,0.45867768,0.45454547,0.5165289,0.45867768,0.42975205,0.33471075,0.2892562,0.3140496,0.32231405,0.5165289,0.607438,0.27272728,0.29338843,0.23553719,0.19421488,0.26859504,0.38016528,0.40082645,0.3677686,0.37603307,0.37190083,0.37603307,0.4338843,0.4338843,0.56198347,0.75619835,0.8140496,0.8264463,0.822314,0.8181818,0.79752064,0.70247936,0.553719,0.45867768,0.42561984,0.42561984,0.37190083,0.36363637,0.3264463,0.3264463,0.36363637,0.4338843,0.35950413,0.25619835,0.22727273,0.18181819,0.29752067,0.26859504,0.5206612,0.35950413,0.29338843,0.34710744,0.33471075,0.41322315,0.4752066,0.5041322,0.5165289,0.5165289,0.5289256,0.5,0.5082645,0.3140496,0.35123968,0.553719,0.46280992,0.47933885,0.5247934,0.47933885,0.4214876,0.338843,0.29338843,0.2768595,0.41735536,0.59504133,0.59917355,0.28512397,0.2520661,0.19008264,0.21900827,0.28099173,0.42561984,0.45867768,0.37190083,0.3677686,0.40495867,0.35950413,0.40495867,0.46694216,0.59090906,0.78099173,0.8264463,0.8347107,0.8264463,0.822314,0.8016529,0.71900827,0.57438016,0.49173555,0.45454547,0.4090909,0.38842976,0.38429752,0.32231405,0.32231405,0.41735536,0.5041322,0.39256197,0.2768595,0.21487603,0.16115703,0.23966943,0.22727273,0.5785124,0.4752066,0.3140496,0.3181818,0.3305785,0.3966942,0.446281,0.48347107,0.5247934,0.5247934,0.5289256,0.5123967,0.47107437,0.3264463,0.38016528,0.57438016,0.5165289,0.553719,0.5661157,0.49586776,0.43801653,0.37603307,0.3140496,0.3305785,0.45867768,0.607438,0.61157024,0.3429752,0.30578512,0.27272728,0.28512397,0.33471075,0.4752066,0.4752066,0.3966942,0.35123968,0.4214876,0.39256197,0.40082645,0.57438016,0.6694215,0.76859504,0.8181818,0.8347107,0.822314,0.8140496,0.8016529,0.71487606,0.55785125,0.5371901,0.49586776,0.46280992,0.5041322,0.38016528,0.3264463,0.338843,0.42975205,0.5082645,0.45041323,0.3264463,0.27272728,0.22727273,0.24380165,0.35123968,0.53305787,0.5082645,0.41735536,0.35950413,0.3677686,0.41322315,0.45041323,0.4876033,0.53305787,0.5413223,0.54545456,0.5413223,0.47107437,0.3181818,0.41322315,0.60330576,0.57438016,0.62396693,0.6363636,0.54545456,0.4876033,0.45454547,0.41735536,0.45041323,0.5165289,0.59917355,0.6818182,0.5165289,0.45867768,0.48347107,0.46694216,0.49586776,0.5495868,0.49173555,0.45041323,0.4338843,0.44214877,0.4214876,0.5041322,0.6818182,0.6942149,0.77272725,0.8140496,0.8305785,0.8181818,0.80991733,0.80991733,0.71900827,0.56198347,0.54545456,0.5413223,0.5123967,0.5661157,0.46694216,0.44214877,0.41322315,0.4338843,0.4752066,0.48347107,0.41735536,0.38429752,0.3677686,0.3677686,0.47933885,0.5371901,0.5371901,0.5247934,0.48347107,0.47933885,0.46694216,0.47107437,0.5082645,0.553719,0.5661157,0.5661157,0.56198347,0.5041322,0.32231405,0.446281,0.6363636,0.6198347,0.6735537,0.69008267,0.6404959,0.59917355,0.57024795,0.4876033,0.49586776,0.5785124,0.6280992,0.69008267,0.6528926,0.6446281,0.6446281,0.61157024,0.60330576,0.59090906,0.55785125,0.5371901,0.5247934,0.5,0.54545456,0.6694215,0.72727275,0.69008267,0.77272725,0.8264463,0.8305785,0.8140496,0.8140496,0.8016529,0.6694215,0.553719,0.5785124,0.59917355,0.5495868,0.5371901,0.5206612,0.47933885,0.4752066,0.4752066,0.49173555,0.49586776,0.5082645,0.5082645,0.5041322,0.5123967,0.56198347,0.59090906,0.58264464,0.59504133,0.55785125,0.57024795,0.56198347,0.54545456,0.5495868,0.5785124,0.58677685,0.58677685,0.5661157,0.5495868,0.3264463,0.47107437,0.6446281,0.6735537,0.7231405,0.7231405,0.6983471,0.6694215,0.6280992,0.54545456,0.5247934,0.5785124,0.62396693,0.6446281,0.6280992,0.6280992,0.6363636,0.58677685,0.58677685,0.58677685,0.58677685,0.59090906,0.59917355,0.59090906,0.6818182,0.74793386,0.71900827,0.69008267,0.7644628,0.8264463,0.8181818,0.8057851,0.80991733,0.7933884,0.6570248,0.5495868,0.59917355,0.661157,0.6363636,0.553719,0.5165289,0.47933885,0.4876033,0.5,0.5041322,0.5041322,0.53305787,0.56198347,0.58264464,0.59504133,0.6280992,0.6280992,0.61570245,0.61570245,0.60330576,0.62396693,0.607438,0.62396693,0.607438,0.59917355,0.59917355,0.59504133,0.58264464,0.5785124,0.38016528,0.5082645,0.6528926,0.677686,0.74793386,0.74793386,0.7107438,0.677686,0.6528926,0.61570245,0.58264464,0.5785124,0.60330576,0.6363636,0.61157024,0.59917355,0.6322314,0.61157024,0.6363636,0.661157,0.6818182,0.6983471,0.70247936,0.7066116,0.73140496,0.76033056,0.7066116,0.6983471,0.77272725,0.80991733,0.8140496,0.80991733,0.8140496,0.7933884,0.6735537,0.5661157,0.61157024,0.677686,0.6983471,0.661157,0.6198347,0.5785124,0.5661157,0.56198347,0.5661157,0.57024795,0.5785124,0.58677685,0.57024795,0.58677685,0.6198347,0.62396693,0.6322314,0.6363636,0.6652893,0.6652893,0.6487603,0.6404959,0.62396693,0.61157024,0.607438,0.607438,0.61570245,0.607438,0.40495867,0.53305787,0.6528926,0.6983471,0.74380165,0.76033056,0.71900827,0.69008267,0.6818182,0.6735537,0.661157,0.6404959,0.6528926,0.677686,0.69008267,0.70247936,0.73140496,0.73140496,0.73966944,0.75206614,0.75206614,0.74793386,0.74380165,0.73140496,0.74793386,0.74380165,0.7107438,0.72727275,0.76859504,0.8140496,0.8140496,0.8057851,0.8140496,0.79752064,0.70247936,0.60330576,0.6322314,0.6818182,0.7066116,0.7231405,0.73140496,0.71900827,0.70247936,0.677686,0.677686,0.6818182,0.6652893,0.661157,0.6487603,0.6487603,0.677686,0.677686,0.69008267,0.69008267,0.71900827,0.74793386,0.70247936,0.677686,0.6570248,0.6280992,0.62396693,0.6322314,0.6446281,0.62396693,0.5041322,0.5661157,0.6570248,0.7231405,0.74380165,0.75206614,0.7355372,0.7231405,0.7107438,0.71487606,0.71487606,0.7066116,0.7231405,0.75206614,0.7644628,0.78512394,0.78099173,0.78512394,0.7892562,0.79752064,0.78099173,0.76859504,0.7644628,0.75619835,0.74793386,0.73140496,0.7066116,0.7355372,0.7768595,0.8057851,0.8140496,0.80991733,0.8140496,0.8016529,0.72727275,0.6570248,0.661157,0.69008267,0.71487606,0.73140496,0.7644628,0.76033056,0.76033056,0.7644628,0.76033056,0.76859504,0.76033056,0.75619835,0.75206614,0.75206614,0.7644628,0.77272725,0.77272725,0.76033056,0.75206614,0.76033056,0.74380165,0.72727275,0.6983471,0.6528926,0.6487603,0.6528926,0.6528926,0.6280992,0.6322314,0.59090906,0.6570248,0.7231405,0.74380165,0.75206614,0.75619835,0.75206614,0.74793386,0.74380165,0.75206614,0.75619835,0.7644628,0.78512394,0.7933884,0.8016529,0.8181818,0.8057851,0.822314,0.8181818,0.7892562,0.7768595,0.78099173,0.7644628,0.74793386,0.73140496,0.7107438,0.74380165,0.78512394,0.8016529,0.80991733,0.80991733,0.8140496,0.8140496,0.7644628,0.6983471,0.6859504,0.70247936,0.71487606,0.74380165,0.76859504,0.76859504,0.76033056,0.77272725,0.7892562,0.7892562,0.79752064,0.8016529,0.8016529,0.7892562,0.8016529,0.79752064,0.7933884,0.78512394,0.7892562,0.7768595,0.76033056,0.74793386,0.72727275,0.69008267,0.677686,0.677686,0.661157,0.6198347,0.6652893,0.59917355,0.6487603,0.71900827,0.73966944,0.76033056,0.76859504,0.75206614,0.77272725,0.7768595,0.77272725,0.7892562,0.79752064,0.8057851,0.8181818,0.8181818,0.8305785,0.8181818,0.8264463,0.8140496,0.79752064,0.7933884,0.78512394,0.77272725,0.75206614,0.7355372,0.72727275,0.76033056,0.79752064,0.80991733,0.80991733,0.8181818,0.80991733,0.80991733,0.7892562,0.73966944,0.6942149,0.6983471,0.7355372,0.75206614,0.76033056,0.73140496,0.78099173,0.74380165,0.78099173,0.79752064,0.80991733,0.80991733,0.8140496,0.80991733,0.8016529,0.7892562,0.7892562,0.8016529,0.79752064,0.78099173,0.7644628,0.74793386,0.70247936,0.70247936,0.6859504,0.6818182,0.6570248,0.607438,0.61157024,0.59090906,0.6322314,0.7066116,0.7355372,0.75619835,0.76859504,0.74793386,0.7644628,0.78512394,0.7892562,0.79752064,0.8057851,0.80991733,0.822314,0.8264463,0.8305785,0.822314,0.822314,0.80991733,0.79752064,0.8016529,0.78099173,0.75619835,0.73966944,0.7231405,0.74380165,0.78099173,0.8140496,0.8264463,0.822314,0.8181818,0.8057851,0.8057851,0.79752064,0.76033056,0.6859504,0.661157,0.6983471,0.73140496,0.75619835,0.71900827,0.75206614,0.78099173,0.78512394,0.79752064,0.80991733,0.80991733,0.8181818,0.8057851,0.79752064,0.7933884,0.7768595,0.7933884,0.7892562,0.7355372,0.6818182,0.74380165,0.6818182,0.70247936,0.6818182,0.6735537,0.6528926,0.59917355,0.5413223,0.5785124,0.6322314,0.69008267,0.71900827,0.7355372,0.7355372,0.75619835,0.77272725,0.78512394,0.7768595,0.7933884,0.80991733,0.8057851,0.822314,0.8264463,0.8264463,0.822314,0.8181818,0.80991733,0.80991733,0.78512394,0.76033056,0.72727275,0.71487606,0.7066116,0.7355372,0.7892562,0.8347107,0.838843,0.8347107,0.8057851,0.7933884,0.7892562,0.7892562,0.76033056,0.6942149,0.6322314,0.6446281,0.70247936,0.75619835,0.75206614,0.77272725,0.7933884,0.79752064,0.8057851,0.8057851,0.80991733,0.822314,0.8057851,0.7933884,0.8016529,0.7892562,0.78099173,0.7768595,0.71487606,0.62396693,0.72727275,0.71487606,0.6942149,0.6735537,0.6652893,0.6363636,0.60330576,0.5123967,0.54545456,0.6404959,0.6859504,0.71900827,0.74793386,0.7355372,0.74793386,0.7644628,0.78099173,0.7768595,0.7892562,0.8016529,0.79752064,0.80991733,0.822314,0.822314,0.8181818,0.822314,0.79752064,0.8057851,0.7644628,0.7066116,0.69008267,0.7066116,0.7066116,0.73140496,0.7933884,0.8305785,0.8305785,0.8305785,0.7933884,0.78512394,0.78099173,0.7644628,0.7355372,0.7107438,0.69008267,0.6859504,0.6446281,0.6859504,0.71487606,0.76033056,0.78512394,0.78099173,0.7892562,0.8057851,0.8057851,0.80991733,0.80991733,0.8016529,0.79752064,0.7892562,0.78099173,0.77272725,0.7355372,0.70247936,0.72727275,0.72727275,0.6859504,0.6652893,0.6446281,0.62396693,0.59917355,0.54545456,0.53305787,0.6322314,0.69008267,0.7355372,0.7355372,0.73140496,0.75619835,0.75206614,0.77272725,0.77272725,0.77272725,0.78512394,0.7933884,0.8016529,0.80991733,0.822314,0.8181818,0.8140496,0.7892562,0.7768595,0.72727275,0.6528926,0.6942149,0.7066116,0.6942149,0.71900827,0.77272725,0.8016529,0.80991733,0.80991733,0.78512394,0.7892562,0.7355372,0.677686,0.6570248,0.6694215,0.69008267,0.73140496,0.6859504,0.6198347,0.661157,0.73966944,0.76033056,0.76859504,0.78099173,0.79752064,0.79752064,0.8016529,0.79752064,0.7933884,0.78099173,0.7768595,0.77272725,0.76859504,0.74380165,0.74380165,0.73140496,0.7107438,0.6694215,0.6446281,0.6280992,0.6198347,0.59504133,0.59090906,0.5413223,0.61157024,0.677686,0.72727275,0.73140496,0.72727275,0.74380165,0.74793386,0.76033056,0.7644628,0.76033056,0.77272725,0.78512394,0.7892562,0.7933884,0.80991733,0.8140496,0.7892562,0.76859504,0.7355372,0.661157,0.6570248,0.6983471,0.6694215,0.61570245,0.6446281,0.71900827,0.75619835,0.77272725,0.76033056,0.73966944,0.6859504,0.59917355,0.5413223,0.5495868,0.60330576,0.6404959,0.70247936,0.7107438,0.59090906,0.58677685,0.70247936,0.73140496,0.75206614,0.77272725,0.7933884,0.78512394,0.7892562,0.78512394,0.78099173,0.77272725,0.76033056,0.75206614,0.74380165,0.7355372,0.73966944,0.72727275,0.7066116,0.6528926,0.61570245,0.61570245,0.61570245,0.59504133,0.6652893,0.5785124,0.60330576,0.677686,0.70247936,0.7066116,0.72727275,0.72727275,0.74380165,0.75619835,0.75619835,0.73966944,0.74793386,0.7644628,0.76859504,0.77272725,0.7933884,0.7933884,0.7644628,0.7231405,0.69008267,0.6363636,0.6818182,0.6735537,0.6198347,0.54545456,0.5247934,0.61570245,0.6859504,0.6859504,0.6942149,0.6528926,0.55785125,0.4876033,0.4876033,0.5,0.5495868,0.5785124,0.6363636,0.6652893,0.55785125,0.55785125,0.6735537,0.6942149,0.72727275,0.76033056,0.7768595,0.7768595,0.7768595,0.76859504,0.76033056,0.76033056,0.75206614,0.7355372,0.73140496,0.72727275,0.73140496,0.7231405,0.677686,0.6363636,0.61157024,0.59504133,0.60330576,0.59090906,0.71487606,0.607438,0.5785124,0.6694215,0.69008267,0.6818182,0.7066116,0.7066116,0.7231405,0.7355372,0.7355372,0.73140496,0.73140496,0.73966944,0.75206614,0.7644628,0.76859504,0.76033056,0.7355372,0.7066116,0.6818182,0.6446281,0.6487603,0.61157024,0.54545456,0.5082645,0.4876033,0.5371901,0.58677685,0.59504133,0.58677685,0.54545456,0.5041322,0.47933885,0.45454547,0.42975205,0.46694216,0.5041322,0.5495868,0.58264464,0.5041322,0.53305787,0.6528926,0.6528926,0.6859504,0.75619835,0.7644628,0.7644628,0.75619835,0.75206614,0.74380165,0.74380165,0.7355372,0.71900827,0.71487606,0.70247936,0.7107438,0.6818182,0.6404959,0.6198347,0.60330576,0.59504133,0.59090906,0.5785124,0.76033056,0.661157,0.57024795,0.6446281,0.677686,0.6694215,0.6942149,0.6983471,0.6983471,0.7107438,0.7355372,0.7231405,0.7231405,0.7355372,0.73966944,0.74380165,0.75206614,0.73140496,0.7107438,0.71487606,0.71487606,0.6983471,0.61570245,0.49586776,0.40495867,0.3264463,0.35123968,0.43801653,0.4876033,0.4876033,0.48347107,0.48347107,0.47933885,0.41735536,0.30578512,0.28099173,0.30991736,0.38842976,0.4752066,0.5,0.46280992,0.53305787,0.6322314,0.6198347,0.6570248,0.7107438,0.6859504,0.7066116,0.71900827,0.71487606,0.71900827,0.71900827,0.71487606,0.7107438,0.6942149,0.6818182,0.677686,0.6528926,0.607438,0.60330576,0.59917355,0.59090906,0.5785124,0.5785124,0.71900827,0.6983471,0.58264464,0.61570245,0.6487603,0.6487603,0.6528926,0.6859504,0.6818182,0.70247936,0.71900827,0.7107438,0.70247936,0.71900827,0.7231405,0.72727275,0.7355372,0.70247936,0.70247936,0.7231405,0.73966944,0.76033056,0.7107438,0.47107437,0.35950413,0.2768595,0.24793388,0.338843,0.42561984,0.42975205,0.41735536,0.4338843,0.4214876,0.3677686,0.3140496,0.29752067,0.27272728,0.30991736,0.41322315,0.46280992,0.4876033,0.56198347,0.6487603,0.6322314,0.661157,0.6818182,0.6280992,0.6652893,0.6983471,0.6942149,0.69008267,0.6942149,0.6818182,0.6735537,0.6487603,0.6528926,0.6198347,0.59504133,0.57024795,0.56198347,0.59504133,0.59090906,0.5785124,0.58677685,0.6570248,0.6942149,0.60330576,0.59504133,0.62396693,0.6322314,0.6280992,0.661157,0.6735537,0.6983471,0.70247936,0.6942149,0.6942149,0.7066116,0.71487606,0.7107438,0.70247936,0.69008267,0.7107438,0.74380165,0.76859504,0.75619835,0.7933884,0.57438016,0.30991736,0.28099173,0.30578512,0.3305785,0.36363637,0.39256197,0.38842976,0.41735536,0.41735536,0.4090909,0.40082645,0.37190083,0.34710744,0.36363637,0.45454547,0.5041322,0.5289256,0.56198347,0.6570248,0.6859504,0.69008267,0.69008267,0.6859504,0.6818182,0.69008267,0.7066116,0.677686,0.6735537,0.6652893,0.6528926,0.6280992,0.61570245,0.59090906,0.57438016,0.58677685,0.5371901,0.57438016,0.58677685,0.5661157,0.58264464,0.71487606,0.6942149,0.62396693,0.5785124,0.61570245,0.6280992,0.62396693,0.6322314,0.661157,0.6735537,0.69008267,0.69008267,0.6983471,0.7066116,0.7066116,0.7066116,0.69008267,0.7066116,0.73140496,0.7644628,0.7644628,0.75619835,0.73966944,0.6818182,0.47933885,0.38429752,0.37190083,0.37603307,0.3677686,0.37603307,0.38842976,0.41322315,0.4338843,0.46280992,0.45454547,0.446281,0.46280992,0.4752066,0.5165289,0.53305787,0.54545456,0.5371901,0.6280992,0.6942149,0.7107438,0.7066116,0.6694215,0.70247936,0.677686,0.6818182,0.6652893,0.6528926,0.6487603,0.6363636,0.61157024,0.5785124,0.57438016,0.56198347,0.56198347,0.55785125,0.5661157,0.58264464,0.55785125,0.57024795,0.7768595,0.7231405,0.6198347,0.57024795,0.60330576,0.6198347,0.6198347,0.6198347,0.6528926,0.6735537,0.6735537,0.6983471,0.70247936,0.7107438,0.71900827,0.72727275,0.72727275,0.73140496,0.75619835,0.76033056,0.75619835,0.73140496,0.71487606,0.6859504,0.6570248,0.57438016,0.5041322,0.45454547,0.41322315,0.4090909,0.41322315,0.42975205,0.45867768,0.47107437,0.46694216,0.4752066,0.49173555,0.5082645,0.53305787,0.5371901,0.55785125,0.5495868,0.607438,0.6818182,0.7231405,0.71487606,0.70247936,0.6859504,0.6859504,0.6818182,0.6735537,0.6528926,0.6322314,0.6198347,0.58677685,0.553719,0.55785125,0.553719,0.553719,0.58677685,0.57024795,0.57024795,0.553719,0.55785125,0.79752064,0.76033056,0.6280992,0.553719,0.5785124,0.59917355,0.6198347,0.6280992,0.6404959,0.6528926,0.6735537,0.6942149,0.7066116,0.7107438,0.73966944,0.74380165,0.75206614,0.75206614,0.75206614,0.74793386,0.7355372,0.7066116,0.7107438,0.6859504,0.6694215,0.661157,0.6198347,0.5785124,0.49586776,0.45454547,0.43801653,0.43801653,0.45454547,0.46280992,0.47107437,0.45867768,0.48347107,0.5,0.5206612,0.5413223,0.5661157,0.58264464,0.6198347,0.6735537,0.7066116,0.71900827,0.70247936,0.72727275,0.71487606,0.6859504,0.69008267,0.6528926,0.6198347,0.60330576,0.58264464,0.5495868,0.55785125,0.5495868,0.54545456,0.58264464,0.5785124,0.553719,0.56198347,0.553719,0.7933884,0.78512394,0.6652893,0.56198347,0.58677685,0.60330576,0.62396693,0.62396693,0.6280992,0.6570248,0.6694215,0.6735537,0.7107438,0.7355372,0.74793386,0.75619835,0.76033056,0.74793386,0.73140496,0.7231405,0.7066116,0.6859504,0.6942149,0.6694215,0.661157,0.661157,0.6363636,0.6404959,0.57438016,0.5082645,0.47933885,0.45454547,0.44214877,0.46280992,0.45041323,0.45454547,0.47107437,0.5,0.5165289,0.5371901,0.57024795,0.59504133,0.61157024,0.6446281,0.6942149,0.677686,0.7107438,0.73966944,0.7231405,0.7231405,0.6942149,0.6570248,0.6198347,0.59917355,0.58264464,0.55785125,0.5661157,0.55785125,0.54545456,0.57024795,0.57438016,0.553719,0.55785125,0.5495868,0.73966944,0.75206614,0.6694215,0.55785125,0.59917355,0.61157024,0.61157024,0.6322314,0.607438,0.6322314,0.6735537,0.6694215,0.6983471,0.7231405,0.74793386,0.75206614,0.75619835,0.73140496,0.70247936,0.6983471,0.6942149,0.661157,0.6694215,0.6322314,0.6694215,0.6404959,0.6404959,0.6404959,0.60330576,0.5495868,0.5165289,0.48347107,0.43801653,0.45454547,0.45041323,0.45867768,0.46694216,0.49173555,0.5041322,0.5247934,0.56198347,0.59090906,0.6198347,0.6446281,0.6818182,0.6942149,0.72727275,0.7355372,0.7355372,0.73966944,0.7107438,0.6859504,0.6280992,0.60330576,0.5785124,0.5661157,0.553719,0.55785125,0.553719,0.56198347,0.57438016,0.55785125,0.5495868,0.55785125,0.58677685,0.6818182,0.6446281,0.553719,0.59504133,0.607438,0.59917355,0.62396693,0.61570245,0.6446281,0.7107438,0.7066116,0.71487606,0.72727275,0.75206614,0.75206614,0.73966944,0.71487606,0.6942149,0.69008267,0.6735537,0.6487603,0.6363636,0.60330576,0.6735537,0.6570248,0.6818182,0.6818182,0.6487603,0.61570245,0.58677685,0.5371901,0.47107437,0.45454547,0.45454547,0.48347107,0.5041322,0.49586776,0.5206612,0.5206612,0.553719,0.57024795,0.61570245,0.661157,0.677686,0.7107438,0.72727275,0.71487606,0.74793386,0.74380165,0.72727275,0.70247936,0.6528926,0.61570245,0.58677685,0.5661157,0.5495868,0.553719,0.57438016,0.56198347,0.5661157,0.5495868,0.5371901,0.57024795,0.43801653,0.5247934,0.5661157,0.56198347,0.58677685,0.60330576,0.61570245,0.61157024,0.6198347,0.6363636,0.6983471,0.71900827,0.72727275,0.73966944,0.74793386,0.73966944,0.7231405,0.7066116,0.69008267,0.6859504,0.6363636,0.6198347,0.6322314,0.6363636,0.7066116,0.71487606,0.74380165,0.7355372,0.74380165,0.73140496,0.71487606,0.6487603,0.58264464,0.5289256,0.5371901,0.54545456,0.58264464,0.59090906,0.59504133,0.5495868,0.55785125,0.5495868,0.57438016,0.61570245,0.6280992,0.6818182,0.7066116,0.70247936,0.74380165,0.73140496,0.7231405,0.6942149,0.6652893,0.62396693,0.59917355,0.57024795,0.553719,0.55785125,0.57024795,0.553719,0.56198347,0.5371901,0.5371901,0.5785124,0.40082645,0.4090909,0.4338843,0.54545456,0.59090906,0.59917355,0.6198347,0.61570245,0.61570245,0.6446281,0.6859504,0.70247936,0.7231405,0.73966944,0.74793386,0.7231405,0.70247936,0.6983471,0.6694215,0.661157,0.62396693,0.61157024,0.62396693,0.6694215,0.7107438,0.7066116,0.69008267,0.6652893,0.7231405,0.76859504,0.7768595,0.7644628,0.73140496,0.6818182,0.58677685,0.553719,0.57438016,0.59090906,0.60330576,0.57438016,0.55785125,0.54545456,0.5495868,0.54545456,0.553719,0.6322314,0.6694215,0.6859504,0.7107438,0.71900827,0.72727275,0.6942149,0.6859504,0.6404959,0.59917355,0.56198347,0.5371901,0.5495868,0.55785125,0.5495868,0.553719,0.53305787,0.5206612,0.58677685,0.42561984,0.4090909,0.4090909,0.5206612,0.58264464,0.58677685,0.607438,0.62396693,0.61570245,0.6404959,0.6735537,0.70247936,0.7107438,0.73140496,0.73966944,0.7107438,0.6859504,0.6694215,0.6280992,0.60330576,0.59090906,0.59917355,0.62396693,0.62396693,0.59504133,0.553719,0.5247934,0.5041322,0.5123967,0.5785124,0.6446281,0.6859504,0.6528926,0.56198347,0.47107437,0.446281,0.47107437,0.446281,0.48347107,0.5041322,0.5123967,0.54545456,0.53305787,0.49586776,0.5041322,0.57438016,0.61570245,0.6404959,0.661157,0.6735537,0.6942149,0.70247936,0.69008267,0.6528926,0.59917355,0.5661157,0.5413223,0.54545456,0.54545456,0.5413223,0.5495868,0.53305787,0.5289256,0.59917355,0.41322315,0.41322315,0.40495867,0.4876033,0.57438016,0.57024795,0.58677685,0.61157024,0.6198347,0.6446281,0.6735537,0.6983471,0.70247936,0.71487606,0.71900827,0.69008267,0.6528926,0.60330576,0.553719,0.5165289,0.5206612,0.5165289,0.5165289,0.5082645,0.43801653,0.4214876,0.42975205,0.41322315,0.4090909,0.41322315,0.42975205,0.45867768,0.43801653,0.3966942,0.38016528,0.37190083,0.36363637,0.35123968,0.36363637,0.38429752,0.4214876,0.46694216,0.46694216,0.446281,0.446281,0.48347107,0.5206612,0.55785125,0.59504133,0.6198347,0.6570248,0.6983471,0.6859504,0.6570248,0.59917355,0.5785124,0.55785125,0.56198347,0.54545456,0.5413223,0.5661157,0.5247934,0.56198347,0.59090906,0.41322315,0.4090909,0.3966942,0.446281,0.553719,0.55785125,0.57024795,0.59504133,0.607438,0.6446281,0.6652893,0.6942149,0.7066116,0.71487606,0.71900827,0.661157,0.607438,0.5247934,0.45867768,0.41322315,0.38429752,0.37190083,0.35123968,0.35950413,0.3264463,0.3181818,0.29752067,0.29752067,0.30578512,0.32231405,0.3264463,0.3305785,0.30991736,0.30165288,0.30991736,0.29338843,0.28512397,0.28099173,0.3140496,0.33471075,0.3429752,0.3553719,0.3429752,0.3264463,0.338843,0.40082645,0.45454547,0.5041322,0.55785125,0.58677685,0.6404959,0.677686,0.661157,0.6446281,0.61157024,0.5785124,0.553719,0.55785125,0.54545456,0.5413223,0.5413223,0.5413223,0.57438016,0.5495868,0.41322315,0.4090909,0.3966942,0.42561984,0.5247934,0.5495868,0.56198347,0.58677685,0.59504133,0.62396693,0.6570248,0.6818182,0.70247936,0.72727275,0.70247936,0.6322314,0.56198347,0.47107437,0.4090909,0.3181818,0.26859504,0.29338843,0.3305785,0.38842976,0.44214877,0.45454547,0.4876033,0.49586776,0.46280992,0.4214876,0.38429752,0.38429752,0.3677686,0.38842976,0.42561984,0.43801653,0.4338843,0.4338843,0.42561984,0.4338843,0.42975205,0.4090909,0.38429752,0.3677686,0.40082645,0.41735536,0.45867768,0.5247934,0.57438016,0.59090906,0.6487603,0.677686,0.661157,0.62396693,0.61157024,0.59504133,0.58264464,0.5661157,0.55785125,0.5371901,0.5371901,0.5413223,0.57024795,0.5,0.4090909,0.4090909,0.40495867,0.40495867,0.49586776,0.5413223,0.553719,0.57438016,0.59504133,0.61157024,0.6487603,0.6652893,0.677686,0.7107438,0.6859504,0.6280992,0.56198347,0.5371901,0.5041322,0.5495868,0.60330576,0.6280992,0.6487603,0.6570248,0.6859504,0.677686,0.7107438,0.75206614,0.73966944,0.70247936,0.6652893,0.6652893,0.6363636,0.6446281,0.6652893,0.6570248,0.6280992,0.61157024,0.59917355,0.5661157,0.5785124,0.54545456,0.553719,0.553719,0.56198347,0.56198347,0.5371901,0.57024795,0.60330576,0.6322314,0.6487603,0.6652893,0.6570248,0.62396693,0.59917355,0.59917355,0.58677685,0.5661157,0.5371901,0.5371901,0.53305787,0.53305787,0.5785124,0.41735536,0.4090909,0.40495867,0.40495867,0.41735536,0.446281,0.5289256,0.5413223,0.55785125,0.59090906,0.61570245,0.6446281,0.6652893,0.6735537,0.69008267,0.6983471,0.6652893,0.6363636,0.6446281,0.6652893,0.7107438,0.71900827,0.677686,0.6694215,0.6859504,0.677686,0.661157,0.6735537,0.6983471,0.7107438,0.7066116,0.6942149,0.7107438,0.6983471,0.6942149,0.6818182,0.661157,0.6404959,0.6322314,0.6528926,0.6198347,0.61570245,0.59504133,0.61157024,0.61157024,0.61570245,0.6487603,0.6570248,0.6528926,0.6570248,0.6694215,0.6570248,0.6404959,0.661157,0.59917355,0.59917355,0.5785124,0.5785124,0.5661157,0.5413223,0.5289256,0.5247934,0.5371901,0.57438016,0.3553719,0.4090909,0.40495867,0.40495867,0.4090909,0.41735536,0.49173555,0.5247934,0.5495868,0.57438016,0.59917355,0.6280992,0.6528926,0.6570248,0.6487603,0.6859504,0.69008267,0.6694215,0.6570248,0.6859504,0.72727275,0.7231405,0.677686,0.6322314,0.6322314,0.6404959,0.62396693,0.6322314,0.6363636,0.6404959,0.61570245,0.607438,0.6322314,0.6280992,0.61570245,0.61570245,0.61570245,0.60330576,0.61157024,0.6404959,0.607438,0.61157024,0.57024795,0.57438016,0.59504133,0.6280992,0.6487603,0.6818182,0.7066116,0.70247936,0.6570248,0.6570248,0.6446281,0.6280992,0.59090906,0.59090906,0.5785124,0.56198347,0.56198347,0.5413223,0.5247934,0.5165289,0.54545456,0.5247934,0.3181818,0.41322315,0.4090909,0.40082645,0.4090909,0.3966942,0.44214877,0.5,0.5247934,0.5661157,0.59504133,0.61570245,0.6570248,0.6818182,0.6404959,0.6942149,0.71487606,0.6694215,0.7066116,0.7231405,0.7355372,0.71487606,0.6942149,0.6487603,0.59504133,0.56198347,0.5371901,0.5123967,0.5082645,0.49173555,0.48347107,0.45454547,0.48347107,0.48347107,0.48347107,0.48347107,0.48347107,0.49173555,0.4876033,0.49586776,0.5,0.5413223,0.53305787,0.5785124,0.62396693,0.6322314,0.661157,0.6983471,0.69008267,0.677686,0.6570248,0.6446281,0.6570248,0.60330576,0.59504133,0.59090906,0.58264464,0.5661157,0.553719,0.5247934,0.5165289,0.5,0.5413223,0.446281,0.28099173,0.40495867,0.40495867,0.40082645,0.40495867,0.3966942,0.4214876,0.46694216,0.5041322,0.54545456,0.58677685,0.59917355,0.6446281,0.677686,0.6859504,0.70247936,0.7231405,0.70247936,0.71900827,0.71900827,0.7231405,0.7066116,0.6983471,0.6652893,0.607438,0.54545456,0.5082645,0.45867768,0.4338843,0.38842976,0.39256197,0.38429752,0.37603307,0.37603307,0.38429752,0.38016528,0.38016528,0.40082645,0.4090909,0.44214877,0.46280992,0.53305787,0.5495868,0.58677685,0.62396693,0.6280992,0.6694215,0.7107438,0.69008267,0.6694215,0.6570248,0.6528926,0.6528926,0.61570245,0.59504133,0.5785124,0.5785124,0.55785125,0.54545456,0.5123967,0.5082645,0.5,0.5206612,0.37603307,0.2768595,0.38842976,0.40082645,0.3966942,0.40082645,0.40495867,0.3966942,0.41322315,0.45867768,0.5082645,0.553719,0.59504133,0.6198347,0.6404959,0.69008267,0.7107438,0.6942149,0.71900827,0.6983471,0.7066116,0.70247936,0.6818182,0.69008267,0.6652893,0.6198347,0.57438016,0.5371901,0.5123967,0.47107437,0.43801653,0.4090909,0.41735536,0.39256197,0.38842976,0.40082645,0.41322315,0.4214876,0.43801653,0.47107437,0.49586776,0.5082645,0.553719,0.58264464,0.59917355,0.62396693,0.6528926,0.6528926,0.6859504,0.6859504,0.6735537,0.6446281,0.6487603,0.6363636,0.61157024,0.59504133,0.57438016,0.57438016,0.553719,0.5247934,0.5041322,0.5041322,0.5041322,0.4752066,0.32231405,0.2892562,0.3966942,0.40082645,0.4090909,0.38842976,0.41322315,0.39256197,0.38016528,0.42561984,0.4752066,0.53305787,0.57438016,0.60330576,0.61570245,0.6735537,0.6942149,0.69008267,0.6983471,0.6942149,0.6942149,0.69008267,0.6694215,0.677686,0.6694215,0.6446281,0.60330576,0.57438016,0.5785124,0.55785125,0.5206612,0.5082645,0.5,0.4876033,0.47107437,0.47107437,0.49173555,0.5082645,0.5247934,0.55785125,0.553719,0.5785124,0.58264464,0.59504133,0.6404959,0.6487603,0.6694215,0.661157,0.6818182,0.677686,0.6570248,0.6404959,0.6446281,0.62396693,0.59090906,0.58264464,0.5661157,0.5661157,0.5413223,0.5,0.49586776,0.49586776,0.5123967,0.3966942,0.28099173,0.29752067,0.3966942,0.39256197,0.3966942,0.38429752,0.41322315,0.39256197,0.38842976,0.37603307,0.43801653,0.5,0.54545456,0.5785124,0.59917355,0.6487603,0.6735537,0.6859504,0.6818182,0.6942149,0.7066116,0.70247936,0.6694215,0.677686,0.6818182,0.661157,0.62396693,0.62396693,0.6322314,0.6363636,0.61570245,0.6280992,0.6198347,0.6322314,0.6280992,0.607438,0.60330576,0.6198347,0.6280992,0.6280992,0.62396693,0.61570245,0.6280992,0.6446281,0.677686,0.6652893,0.6694215,0.6694215,0.6735537,0.6570248,0.6404959,0.6363636,0.6404959,0.6198347,0.59917355,0.57024795,0.55785125,0.5495868,0.5371901,0.49586776,0.48347107,0.49173555,0.45867768,0.3305785,0.28099173,0.29338843,0.3966942,0.38842976,0.39256197,0.4090909,0.38842976,0.40495867,0.4090909,0.35950413,0.37603307,0.45041323,0.49173555,0.5289256,0.57438016,0.61570245,0.661157,0.6694215,0.677686,0.69008267,0.70247936,0.71487606,0.6983471,0.6859504,0.69008267,0.677686,0.6528926,0.6694215,0.6942149,0.6983471,0.71487606,0.71487606,0.71900827,0.73140496,0.73140496,0.71487606,0.7107438,0.7107438,0.7107438,0.70247936,0.6859504,0.6735537,0.6818182,0.69008267,0.7066116,0.677686,0.6694215,0.6859504,0.6735537,0.6570248,0.6446281,0.6404959,0.62396693,0.607438,0.59090906,0.55785125,0.553719,0.5289256,0.5206612,0.49173555,0.47933885,0.46694216,0.38016528,0.29338843,0.2892562,0.28099173,0.39256197,0.39256197,0.39256197,0.4090909,0.38842976,0.38842976,0.40082645,0.39256197,0.338843,0.38429752,0.44214877,0.49586776,0.53305787,0.59090906,0.6404959,0.6404959,0.6652893,0.6859504,0.677686,0.7066116,0.7107438,0.6859504,0.7107438,0.72727275,0.71900827,0.7355372,0.73966944,0.73140496,0.7355372,0.73140496,0.74793386,0.75619835,0.74380165,0.74380165,0.7355372,0.72727275,0.73140496,0.7355372,0.73140496,0.73140496,0.74380165,0.7355372,0.73140496,0.71487606,0.6859504,0.6942149,0.6818182,0.6570248,0.6446281,0.6363636,0.61570245,0.59090906,0.56198347,0.54545456,0.5371901,0.5082645,0.49586776,0.47107437,0.46694216,0.41735536,0.29752067,0.28099173,0.28512397,0.2768595,0.38016528,0.38016528,0.38429752,0.40495867,0.39256197,0.38016528,0.40082645,0.40495867,0.37190083,0.3264463,0.37190083,0.45041323,0.49173555,0.54545456,0.59090906,0.6363636,0.6570248,0.677686,0.6818182,0.6983471,0.6983471,0.7107438,0.7355372,0.76033056,0.74380165,0.75619835,0.76033056,0.75206614,0.75619835,0.75619835,0.76033056,0.75206614,0.73140496,0.74380165,0.73966944,0.7355372,0.73966944,0.74380165,0.74380165,0.73966944,0.7644628,0.7644628,0.74793386,0.7231405,0.6983471,0.69008267,0.6818182,0.6446281,0.6198347,0.6198347,0.59917355,0.57024795,0.53305787,0.5247934,0.5082645,0.4752066,0.4752066,0.43801653,0.446281,0.3966942,0.2603306,0.28099173,0.28099173,0.28512397,0.38842976,0.38429752,0.38429752,0.3966942,0.38842976,0.38842976,0.40495867,0.39256197,0.40082645,0.36363637,0.338843,0.36363637,0.42975205,0.48347107,0.53305787,0.60330576,0.6487603,0.6570248,0.661157,0.6818182,0.6570248,0.6859504,0.70247936,0.7355372,0.7355372,0.74380165,0.7644628,0.76033056,0.76033056,0.7768595,0.74380165,0.7355372,0.73966944,0.74793386,0.74793386,0.73966944,0.7231405,0.7355372,0.7355372,0.73140496,0.75206614,0.74793386,0.74380165,0.6983471,0.69008267,0.6735537,0.677686,0.6322314,0.59090906,0.58264464,0.55785125,0.53305787,0.5082645,0.49173555,0.4876033,0.43801653,0.43801653,0.40495867,0.5165289,0.41322315,0.23553719,0.2768595,0.28099173,0.27272728,0.39256197,0.38842976,0.38429752,0.38842976,0.38429752,0.39256197,0.3966942,0.39256197,0.4090909,0.38429752,0.40082645,0.38842976,0.32231405,0.37603307,0.46694216,0.5495868,0.6198347,0.62396693,0.6446281,0.6735537,0.6570248,0.6694215,0.6983471,0.7066116,0.7355372,0.73966944,0.74793386,0.76033056,0.7644628,0.76033056,0.72727275,0.7231405,0.74380165,0.7355372,0.74793386,0.74793386,0.7231405,0.7231405,0.7355372,0.7355372,0.72727275,0.73140496,0.72727275,0.69008267,0.6528926,0.6487603,0.6487603,0.61157024,0.5785124,0.5495868,0.5123967,0.49173555,0.46280992,0.44214877,0.42975205,0.40495867,0.38016528,0.4752066,0.57438016,0.4214876,0.24380165,0.27272728,0.27272728,0.26859504,0.38429752,0.38429752,0.38429752,0.38842976,0.38016528,0.39256197,0.39256197,0.3966942,0.40495867,0.3966942,0.45041323,0.5082645,0.36363637,0.29752067,0.37190083,0.4752066,0.55785125,0.59917355,0.607438,0.62396693,0.6528926,0.6652893,0.6942149,0.7107438,0.7231405,0.71487606,0.72727275,0.7355372,0.73140496,0.71487606,0.70247936,0.70247936,0.72727275,0.72727275,0.74793386,0.74380165,0.73966944,0.72727275,0.7231405,0.7107438,0.69008267,0.7107438,0.7066116,0.6652893,0.6404959,0.6322314,0.61157024,0.59504133,0.55785125,0.5206612,0.4876033,0.446281,0.42561984,0.38429752,0.36363637,0.37603307,0.45454547,0.54545456,0.59504133,0.41735536,0.24380165,0.2768595,0.26859504,0.27272728,0.38842976,0.39256197,0.38842976,0.38842976,0.38429752,0.3966942,0.39256197,0.39256197,0.3966942,0.38429752,0.43801653,0.55785125,0.46280992,0.32231405,0.26859504,0.35123968,0.48347107,0.5661157,0.60330576,0.6280992,0.62396693,0.6280992,0.6694215,0.6818182,0.6942149,0.6942149,0.7066116,0.7066116,0.6942149,0.69008267,0.6694215,0.6735537,0.6942149,0.7066116,0.72727275,0.7231405,0.72727275,0.73140496,0.7107438,0.6818182,0.6528926,0.6528926,0.6404959,0.6404959,0.59917355,0.59090906,0.59090906,0.553719,0.5082645,0.47933885,0.42561984,0.38429752,0.3553719,0.33471075,0.3677686,0.48347107,0.5495868,0.5371901,0.59504133,0.40495867,0.24380165,0.2892562,0.28099173,0.27272728,17 +0.4214876,0.45041323,0.5123967,0.53305787,0.5041322,0.5247934,0.5247934,0.5495868,0.59917355,0.61570245,0.6404959,0.661157,0.6735537,0.6983471,0.7231405,0.70247936,0.72727275,0.76033056,0.8016529,0.822314,0.8264463,0.8305785,0.8305785,0.8264463,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8347107,0.838843,0.8347107,0.8347107,0.8429752,0.838843,0.838843,0.838843,0.838843,0.8305785,0.8347107,0.8347107,0.8264463,0.8264463,0.8264463,0.8264463,0.8181818,0.822314,0.8140496,0.8016529,0.78512394,0.7892562,0.76859504,0.7644628,0.75619835,0.71487606,0.6694215,0.6198347,0.55785125,0.45041323,0.36363637,0.2892562,0.32231405,0.30578512,0.28512397,0.40082645,0.45041323,0.49586776,0.5123967,0.5,0.5289256,0.5371901,0.553719,0.60330576,0.6446281,0.6735537,0.6694215,0.6942149,0.70247936,0.73140496,0.74380165,0.77272725,0.7933884,0.8016529,0.8140496,0.822314,0.8264463,0.8305785,0.8264463,0.8305785,0.838843,0.838843,0.8305785,0.8347107,0.8347107,0.838843,0.8347107,0.8347107,0.838843,0.8347107,0.8347107,0.8429752,0.8347107,0.8305785,0.8347107,0.8347107,0.8305785,0.8264463,0.822314,0.8264463,0.822314,0.8057851,0.8057851,0.79752064,0.7892562,0.7892562,0.75619835,0.76033056,0.73966944,0.7107438,0.6652893,0.60330576,0.53305787,0.446281,0.37603307,0.2892562,0.26859504,0.2768595,0.30165288,0.38842976,0.44214877,0.5123967,0.5082645,0.5206612,0.54545456,0.54545456,0.55785125,0.607438,0.6652893,0.6859504,0.6818182,0.71487606,0.7107438,0.72727275,0.76033056,0.7933884,0.8016529,0.80991733,0.8181818,0.8264463,0.8264463,0.8305785,0.8140496,0.8305785,0.838843,0.8347107,0.8305785,0.8347107,0.838843,0.838843,0.8305785,0.8347107,0.838843,0.838843,0.838843,0.838843,0.8429752,0.838843,0.8305785,0.8347107,0.8305785,0.8305785,0.822314,0.8305785,0.8305785,0.8016529,0.8016529,0.80991733,0.79752064,0.79752064,0.75206614,0.7644628,0.74380165,0.6983471,0.6487603,0.59917355,0.5247934,0.45867768,0.37190083,0.30165288,0.24380165,0.23553719,0.21487603,0.38016528,0.43801653,0.5206612,0.5165289,0.53305787,0.57438016,0.553719,0.54545456,0.62396693,0.6859504,0.6983471,0.69008267,0.70247936,0.7066116,0.73140496,0.7768595,0.79752064,0.8057851,0.80991733,0.822314,0.8264463,0.822314,0.822314,0.822314,0.8264463,0.8305785,0.8429752,0.838843,0.8347107,0.8305785,0.8347107,0.8305785,0.8347107,0.8347107,0.838843,0.8429752,0.8429752,0.838843,0.838843,0.838843,0.8347107,0.8347107,0.8347107,0.8264463,0.8264463,0.8305785,0.8140496,0.79752064,0.8140496,0.8016529,0.78512394,0.76859504,0.76859504,0.74793386,0.6859504,0.6446281,0.59504133,0.53305787,0.4876033,0.3966942,0.29338843,0.24793388,0.21487603,0.2231405,0.38842976,0.42561984,0.5165289,0.5371901,0.54545456,0.57438016,0.55785125,0.57024795,0.6528926,0.70247936,0.6859504,0.69008267,0.7066116,0.7107438,0.76033056,0.78099173,0.8057851,0.8016529,0.79752064,0.822314,0.822314,0.822314,0.822314,0.8305785,0.8347107,0.8347107,0.838843,0.8347107,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8347107,0.838843,0.838843,0.8471074,0.8429752,0.838843,0.838843,0.8347107,0.8347107,0.8347107,0.8264463,0.8264463,0.8264463,0.8181818,0.8016529,0.80991733,0.8057851,0.7892562,0.76859504,0.7768595,0.75619835,0.6983471,0.6363636,0.58264464,0.54545456,0.49586776,0.40495867,0.2644628,0.24793388,0.19421488,0.20661157,0.38016528,0.45041323,0.5041322,0.5661157,0.55785125,0.5661157,0.57438016,0.59504133,0.677686,0.71900827,0.677686,0.6859504,0.70247936,0.7107438,0.76033056,0.78512394,0.80991733,0.8016529,0.7892562,0.8140496,0.8181818,0.8181818,0.8181818,0.8305785,0.838843,0.838843,0.838843,0.838843,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.8347107,0.8347107,0.838843,0.8471074,0.8429752,0.8429752,0.838843,0.838843,0.8347107,0.8305785,0.8264463,0.822314,0.8264463,0.822314,0.8140496,0.80991733,0.8016529,0.7933884,0.7768595,0.77272725,0.75619835,0.7107438,0.6322314,0.5785124,0.5495868,0.5041322,0.41735536,0.2603306,0.24380165,0.17768595,0.17355372,0.45041323,0.49173555,0.5082645,0.57024795,0.58677685,0.57024795,0.59504133,0.61570245,0.6859504,0.71487606,0.69008267,0.6983471,0.6983471,0.71900827,0.75619835,0.78099173,0.7892562,0.79752064,0.7933884,0.8016529,0.80991733,0.80991733,0.8181818,0.8264463,0.8305785,0.8347107,0.838843,0.8471074,0.8429752,0.8347107,0.838843,0.8264463,0.8264463,0.8347107,0.8305785,0.8347107,0.8471074,0.8471074,0.838843,0.8347107,0.8347107,0.838843,0.8264463,0.822314,0.822314,0.822314,0.822314,0.80991733,0.8016529,0.7892562,0.78099173,0.77272725,0.76859504,0.76033056,0.71900827,0.6446281,0.59504133,0.553719,0.5206612,0.43801653,0.2768595,0.23966943,0.18595041,0.17768595,0.53305787,0.57438016,0.5495868,0.56198347,0.61570245,0.60330576,0.59504133,0.607438,0.677686,0.6942149,0.70247936,0.69008267,0.6983471,0.7355372,0.74793386,0.75206614,0.7644628,0.7768595,0.7768595,0.78512394,0.7892562,0.79752064,0.8057851,0.8140496,0.8264463,0.822314,0.8305785,0.838843,0.8347107,0.8347107,0.8347107,0.8264463,0.8264463,0.8305785,0.8347107,0.838843,0.8471074,0.8429752,0.8471074,0.838843,0.8264463,0.8347107,0.8305785,0.8140496,0.8181818,0.8181818,0.8057851,0.79752064,0.78512394,0.78099173,0.7644628,0.75619835,0.75206614,0.76033056,0.72727275,0.6694215,0.61157024,0.553719,0.5247934,0.46280992,0.30578512,0.22727273,0.20247933,0.19008264,0.5206612,0.59917355,0.58677685,0.55785125,0.60330576,0.6404959,0.61157024,0.59504133,0.6446281,0.6652893,0.69008267,0.69008267,0.6942149,0.7231405,0.72727275,0.71487606,0.73140496,0.74793386,0.73966944,0.75206614,0.7644628,0.78099173,0.7933884,0.7933884,0.8140496,0.8057851,0.8057851,0.822314,0.822314,0.822314,0.822314,0.8264463,0.822314,0.8264463,0.8305785,0.8347107,0.8429752,0.838843,0.8429752,0.838843,0.822314,0.822314,0.822314,0.8057851,0.8057851,0.8140496,0.7892562,0.7768595,0.75619835,0.74793386,0.71900827,0.7231405,0.71487606,0.7355372,0.7231405,0.6983471,0.6363636,0.5661157,0.53305787,0.4752066,0.3429752,0.2107438,0.2107438,0.23140496,0.5,0.58264464,0.58264464,0.54545456,0.56198347,0.60330576,0.6446281,0.6694215,0.7066116,0.70247936,0.6942149,0.71487606,0.6942149,0.7107438,0.6983471,0.6818182,0.6694215,0.677686,0.6859504,0.6983471,0.7107438,0.74380165,0.76033056,0.77272725,0.7768595,0.7892562,0.7892562,0.7933884,0.80991733,0.80991733,0.8181818,0.8181818,0.80991733,0.8181818,0.822314,0.8181818,0.8347107,0.822314,0.8305785,0.822314,0.8016529,0.80991733,0.80991733,0.79752064,0.79752064,0.7933884,0.76033056,0.74793386,0.71900827,0.6859504,0.6652893,0.6652893,0.6942149,0.6983471,0.7107438,0.6942149,0.6570248,0.59504133,0.5371901,0.49586776,0.38016528,0.19008264,0.22727273,0.2231405,0.46280992,0.58264464,0.59090906,0.58264464,0.56198347,0.5247934,0.5661157,0.61570245,0.6652893,0.6570248,0.6446281,0.607438,0.607438,0.62396693,0.6363636,0.60330576,0.5785124,0.5661157,0.57024795,0.59504133,0.59504133,0.6280992,0.6570248,0.6859504,0.6983471,0.74793386,0.7768595,0.7644628,0.79752064,0.79752064,0.8016529,0.8057851,0.8057851,0.80991733,0.8057851,0.8057851,0.8181818,0.8140496,0.8016529,0.8057851,0.7892562,0.79752064,0.78512394,0.77272725,0.76859504,0.74380165,0.6983471,0.677686,0.6487603,0.59917355,0.607438,0.6198347,0.6487603,0.6446281,0.6652893,0.6570248,0.6404959,0.59917355,0.5371901,0.5123967,0.41735536,0.21900827,0.23553719,0.18181819,0.446281,0.57024795,0.53305787,0.5785124,0.58677685,0.5495868,0.5413223,0.54545456,0.56198347,0.5785124,0.59917355,0.5495868,0.5495868,0.5413223,0.5371901,0.5247934,0.48347107,0.46694216,0.46694216,0.47107437,0.47107437,0.4752066,0.5041322,0.5289256,0.5165289,0.60330576,0.70247936,0.7231405,0.77272725,0.78099173,0.78512394,0.7933884,0.79752064,0.8057851,0.8057851,0.78099173,0.7892562,0.79752064,0.78099173,0.78512394,0.7768595,0.76859504,0.76033056,0.7231405,0.7066116,0.6735537,0.62396693,0.60330576,0.5495868,0.5,0.5289256,0.5206612,0.5495868,0.5661157,0.5661157,0.5661157,0.55785125,0.53305787,0.5123967,0.5165289,0.46694216,0.29752067,0.24793388,0.16115703,0.44214877,0.56198347,0.47933885,0.48347107,0.5082645,0.54545456,0.59090906,0.59504133,0.58264464,0.60330576,0.607438,0.5661157,0.5785124,0.59090906,0.56198347,0.5165289,0.4876033,0.43801653,0.4214876,0.4090909,0.3966942,0.4090909,0.42561984,0.46694216,0.44214877,0.47933885,0.56198347,0.6198347,0.6818182,0.73966944,0.7644628,0.7892562,0.8016529,0.79752064,0.79752064,0.78099173,0.7768595,0.7768595,0.76859504,0.75206614,0.71900827,0.7231405,0.6859504,0.6446281,0.60330576,0.5661157,0.5247934,0.4876033,0.45454547,0.4214876,0.45454547,0.46280992,0.4752066,0.49586776,0.4876033,0.49173555,0.5041322,0.5082645,0.48347107,0.5082645,0.49173555,0.33471075,0.30165288,0.2231405,0.45454547,0.5785124,0.47107437,0.45041323,0.42975205,0.47933885,0.54545456,0.55785125,0.55785125,0.57438016,0.57024795,0.57438016,0.5785124,0.59090906,0.56198347,0.5371901,0.5082645,0.47107437,0.43801653,0.41735536,0.41735536,0.4090909,0.41322315,0.42975205,0.43801653,0.44214877,0.5206612,0.5371901,0.59504133,0.6859504,0.73140496,0.7644628,0.7892562,0.7892562,0.7892562,0.77272725,0.78099173,0.76033056,0.73966944,0.70247936,0.661157,0.6487603,0.59090906,0.5123967,0.46694216,0.46280992,0.44214877,0.41322315,0.38842976,0.38842976,0.41322315,0.46694216,0.49586776,0.5206612,0.5247934,0.5247934,0.5247934,0.5123967,0.46280992,0.49173555,0.5,0.35123968,0.32231405,0.30165288,0.46280992,0.58264464,0.5082645,0.43801653,0.41322315,0.45867768,0.5206612,0.5289256,0.5123967,0.5165289,0.5165289,0.5123967,0.48347107,0.47933885,0.45041323,0.41735536,0.3966942,0.37190083,0.38842976,0.38842976,0.35950413,0.36363637,0.4090909,0.446281,0.43801653,0.45041323,0.5041322,0.5206612,0.58677685,0.6652893,0.70247936,0.74793386,0.7768595,0.7892562,0.79752064,0.78512394,0.78512394,0.73966944,0.6859504,0.6322314,0.57438016,0.5289256,0.49173555,0.42975205,0.3966942,0.38429752,0.35950413,0.3677686,0.36363637,0.38016528,0.4214876,0.45454547,0.49586776,0.5371901,0.553719,0.56198347,0.553719,0.53305787,0.4752066,0.4752066,0.5123967,0.36363637,0.24380165,0.3429752,0.49586776,0.58264464,0.5123967,0.42975205,0.41735536,0.48347107,0.5082645,0.5,0.5,0.49173555,0.45454547,0.42561984,0.37603307,0.3677686,0.45041323,0.32231405,0.28512397,0.29338843,0.3264463,0.4338843,0.4338843,0.37190083,0.3429752,0.3966942,0.43801653,0.44214877,0.47107437,0.5,0.56198347,0.6280992,0.69008267,0.76033056,0.8016529,0.80991733,0.8057851,0.79752064,0.7933884,0.71900827,0.6280992,0.57024795,0.5041322,0.446281,0.41735536,0.37603307,0.34710744,0.3140496,0.2892562,0.2892562,0.2892562,0.3181818,0.38842976,0.35123968,0.3966942,0.4338843,0.47933885,0.5165289,0.5247934,0.5247934,0.49173555,0.4752066,0.5041322,0.38016528,0.23140496,0.28099173,0.5247934,0.59917355,0.53305787,0.44214877,0.44214877,0.5041322,0.5165289,0.49173555,0.5,0.45867768,0.37603307,0.38016528,0.3429752,0.45041323,0.5289256,0.3140496,0.2644628,0.3429752,0.30165288,0.42975205,0.5413223,0.49586776,0.45454547,0.41322315,0.4214876,0.446281,0.46280992,0.49586776,0.5413223,0.59917355,0.6818182,0.7768595,0.822314,0.8264463,0.822314,0.80991733,0.79752064,0.6859504,0.56198347,0.48347107,0.4338843,0.39256197,0.35123968,0.3264463,0.3553719,0.3140496,0.22727273,0.3140496,0.27272728,0.25619835,0.41735536,0.38842976,0.3429752,0.38429752,0.38016528,0.4338843,0.49586776,0.5082645,0.49586776,0.48347107,0.5,0.36363637,0.2644628,0.22727273,0.5495868,0.607438,0.55785125,0.49173555,0.49173555,0.54545456,0.5413223,0.5206612,0.5,0.43801653,0.35123968,0.3305785,0.4090909,0.6487603,0.57024795,0.3553719,0.3140496,0.40082645,0.3677686,0.4214876,0.661157,0.62396693,0.5123967,0.49586776,0.53305787,0.4752066,0.45867768,0.5165289,0.56198347,0.57024795,0.6818182,0.8057851,0.8347107,0.8347107,0.8347107,0.8305785,0.8057851,0.6735537,0.5041322,0.446281,0.41735536,0.37603307,0.338843,0.3966942,0.47933885,0.37190083,0.21900827,0.43801653,0.34710744,0.2768595,0.4338843,0.59917355,0.38842976,0.29752067,0.37190083,0.39256197,0.47933885,0.5041322,0.5082645,0.4876033,0.49586776,0.3677686,0.28512397,0.24380165,0.59504133,0.61570245,0.58264464,0.55785125,0.57438016,0.59917355,0.57024795,0.5371901,0.5165289,0.45867768,0.36363637,0.40082645,0.5041322,0.6818182,0.59090906,0.34710744,0.3429752,0.29752067,0.35950413,0.49173555,0.71900827,0.7107438,0.6322314,0.5082645,0.59090906,0.6404959,0.47107437,0.5082645,0.60330576,0.59504133,0.6983471,0.8057851,0.8347107,0.8429752,0.8305785,0.8264463,0.80991733,0.6652893,0.5289256,0.4752066,0.4752066,0.45454547,0.3966942,0.5206612,0.62396693,0.47107437,0.3264463,0.29338843,0.29338843,0.28099173,0.4338843,0.69008267,0.54545456,0.33471075,0.3264463,0.4090909,0.47933885,0.5,0.5206612,0.5082645,0.5082645,0.4090909,0.27272728,0.2892562,0.6280992,0.6322314,0.6198347,0.62396693,0.6570248,0.6818182,0.6363636,0.58677685,0.57024795,0.5371901,0.45041323,0.5206612,0.57024795,0.661157,0.6652893,0.47933885,0.4338843,0.446281,0.45867768,0.61157024,0.73140496,0.6818182,0.6404959,0.607438,0.59917355,0.6942149,0.58677685,0.5247934,0.6363636,0.661157,0.71900827,0.7933884,0.8264463,0.8347107,0.8264463,0.8181818,0.8140496,0.6528926,0.55785125,0.5289256,0.59504133,0.5495868,0.47933885,0.57024795,0.6652893,0.5661157,0.43801653,0.37603307,0.35123968,0.3553719,0.553719,0.6652893,0.58677685,0.5,0.38429752,0.4338843,0.5082645,0.5289256,0.54545456,0.5413223,0.5206612,0.44214877,0.2892562,0.34710744,0.6404959,0.6363636,0.6570248,0.6859504,0.71487606,0.73966944,0.7231405,0.6942149,0.69008267,0.6735537,0.5661157,0.5661157,0.607438,0.661157,0.6942149,0.6694215,0.607438,0.6322314,0.6446281,0.71487606,0.71900827,0.6652893,0.6280992,0.6446281,0.6694215,0.6652893,0.62396693,0.59504133,0.6942149,0.71487606,0.7231405,0.7768595,0.8181818,0.8305785,0.8264463,0.8140496,0.8264463,0.6652893,0.55785125,0.58677685,0.6487603,0.6570248,0.60330576,0.60330576,0.6487603,0.6363636,0.56198347,0.54545456,0.4876033,0.49173555,0.62396693,0.6280992,0.59090906,0.59917355,0.5206612,0.5123967,0.5413223,0.57024795,0.59504133,0.57438016,0.54545456,0.45867768,0.28512397,0.42561984,0.6404959,0.6446281,0.677686,0.7231405,0.75619835,0.7644628,0.7644628,0.76033056,0.7644628,0.73966944,0.6570248,0.59504133,0.61570245,0.661157,0.7107438,0.70247936,0.6942149,0.71487606,0.7107438,0.7107438,0.6942149,0.6694215,0.6446281,0.6528926,0.6528926,0.6322314,0.661157,0.69008267,0.74793386,0.73140496,0.7107438,0.7644628,0.8181818,0.8264463,0.8181818,0.8140496,0.8429752,0.6694215,0.5413223,0.6198347,0.6198347,0.6487603,0.6404959,0.6404959,0.6528926,0.6528926,0.6446281,0.6404959,0.6198347,0.607438,0.6280992,0.6528926,0.6404959,0.6404959,0.61570245,0.62396693,0.6280992,0.6280992,0.6280992,0.60330576,0.57438016,0.45454547,0.2892562,0.42561984,0.6198347,0.6528926,0.6859504,0.71487606,0.7644628,0.78512394,0.7768595,0.7768595,0.7768595,0.76859504,0.71900827,0.6652893,0.661157,0.6570248,0.7066116,0.6983471,0.6983471,0.7066116,0.70247936,0.6942149,0.69008267,0.69008267,0.6818182,0.6942149,0.6652893,0.677686,0.7231405,0.75619835,0.77272725,0.7231405,0.6983471,0.75206614,0.80991733,0.822314,0.8140496,0.8057851,0.8471074,0.6818182,0.53305787,0.6404959,0.62396693,0.59917355,0.60330576,0.62396693,0.6363636,0.6446281,0.6487603,0.661157,0.6694215,0.6735537,0.6818182,0.6942149,0.6859504,0.6652893,0.6652893,0.6735537,0.6818182,0.6652893,0.6528926,0.6322314,0.61157024,0.43801653,0.30578512,0.3966942,0.6280992,0.6322314,0.70247936,0.73140496,0.76859504,0.7892562,0.78099173,0.7768595,0.78512394,0.78099173,0.76033056,0.73966944,0.7107438,0.6818182,0.7066116,0.71900827,0.7231405,0.73966944,0.74380165,0.73966944,0.74380165,0.74793386,0.75206614,0.74793386,0.7231405,0.74380165,0.75206614,0.7768595,0.76859504,0.71900827,0.70247936,0.75206614,0.8057851,0.8181818,0.80991733,0.8140496,0.8305785,0.7066116,0.55785125,0.6735537,0.6652893,0.6528926,0.6280992,0.6322314,0.6446281,0.6528926,0.661157,0.6735537,0.6652893,0.6487603,0.6694215,0.6859504,0.6818182,0.6942149,0.6983471,0.7066116,0.6942149,0.6735537,0.6652893,0.661157,0.6363636,0.45454547,0.33471075,0.44214877,0.61157024,0.6322314,0.7107438,0.74793386,0.76859504,0.78512394,0.78099173,0.7892562,0.7892562,0.7892562,0.7892562,0.78099173,0.7768595,0.74793386,0.7644628,0.77272725,0.78099173,0.7892562,0.78512394,0.78512394,0.79752064,0.8016529,0.7933884,0.78099173,0.78512394,0.77272725,0.75619835,0.76859504,0.74793386,0.7107438,0.7107438,0.75206614,0.7892562,0.8181818,0.8057851,0.8057851,0.8264463,0.7231405,0.59504133,0.6859504,0.69008267,0.7231405,0.7231405,0.71487606,0.6859504,0.6942149,0.6983471,0.6942149,0.6942149,0.6942149,0.6942149,0.73140496,0.71487606,0.7066116,0.71487606,0.73140496,0.7107438,0.6818182,0.6652893,0.6694215,0.6322314,0.4876033,0.4214876,0.58677685,0.6322314,0.62396693,0.70247936,0.74380165,0.76033056,0.7768595,0.78512394,0.79752064,0.8057851,0.8016529,0.79752064,0.79752064,0.7892562,0.78512394,0.7892562,0.78512394,0.79752064,0.79752064,0.8057851,0.80991733,0.822314,0.8305785,0.8140496,0.8140496,0.8140496,0.79752064,0.77272725,0.76859504,0.73966944,0.7107438,0.7107438,0.75619835,0.7933884,0.8140496,0.80991733,0.8057851,0.822314,0.73966944,0.6322314,0.6942149,0.71900827,0.75206614,0.77272725,0.76859504,0.7644628,0.76033056,0.76033056,0.75206614,0.73966944,0.74793386,0.73966944,0.74793386,0.7644628,0.7355372,0.73966944,0.73140496,0.71487606,0.6942149,0.6694215,0.6735537,0.62396693,0.5041322,0.5165289,0.6404959,0.607438,0.6198347,0.69008267,0.7355372,0.76033056,0.76859504,0.7892562,0.79752064,0.8016529,0.80991733,0.8140496,0.8181818,0.79752064,0.8057851,0.8181818,0.79752064,0.8181818,0.8181818,0.8264463,0.8347107,0.8347107,0.8347107,0.8305785,0.8181818,0.8181818,0.8057851,0.7768595,0.7644628,0.73966944,0.7066116,0.71487606,0.75619835,0.7892562,0.8057851,0.80991733,0.80991733,0.8181818,0.7768595,0.6694215,0.6859504,0.7231405,0.76033056,0.7933884,0.78099173,0.7768595,0.78512394,0.78512394,0.7933884,0.7933884,0.78099173,0.7768595,0.77272725,0.77272725,0.76859504,0.76033056,0.74793386,0.7231405,0.6942149,0.6735537,0.6694215,0.61157024,0.5082645,0.59504133,0.61570245,0.607438,0.60330576,0.6446281,0.71487606,0.75206614,0.76033056,0.78099173,0.7933884,0.78512394,0.7892562,0.8140496,0.8140496,0.79752064,0.8181818,0.8305785,0.8181818,0.8264463,0.8305785,0.8347107,0.8429752,0.8429752,0.8347107,0.8347107,0.8264463,0.8181818,0.7892562,0.78512394,0.76859504,0.74380165,0.70247936,0.73966944,0.77272725,0.7933884,0.80991733,0.8140496,0.8057851,0.8057851,0.78512394,0.7231405,0.6694215,0.71900827,0.76859504,0.78512394,0.76859504,0.7768595,0.7892562,0.79752064,0.8140496,0.8057851,0.8181818,0.8057851,0.7933884,0.77272725,0.7768595,0.7892562,0.76033056,0.7107438,0.6735537,0.6446281,0.6446281,0.61157024,0.5,0.48347107,0.58264464,0.58264464,0.607438,0.6404959,0.70247936,0.72727275,0.74380165,0.7644628,0.7768595,0.78099173,0.7933884,0.8057851,0.79752064,0.79752064,0.80991733,0.8305785,0.822314,0.8305785,0.838843,0.838843,0.8429752,0.838843,0.8347107,0.8264463,0.8264463,0.8140496,0.78512394,0.77272725,0.74793386,0.7066116,0.6983471,0.75206614,0.78512394,0.8057851,0.822314,0.822314,0.8140496,0.80991733,0.7892562,0.75619835,0.6735537,0.6818182,0.75619835,0.77272725,0.76033056,0.7768595,0.8016529,0.80991733,0.8181818,0.822314,0.8305785,0.8140496,0.7933884,0.8016529,0.7768595,0.78099173,0.73966944,0.661157,0.6735537,0.6528926,0.6322314,0.59917355,0.5082645,0.446281,0.5661157,0.5495868,0.59917355,0.6528926,0.6942149,0.72727275,0.74793386,0.76033056,0.7644628,0.7768595,0.78512394,0.8016529,0.7933884,0.8057851,0.8140496,0.8264463,0.822314,0.8305785,0.838843,0.838843,0.838843,0.838843,0.8347107,0.8347107,0.822314,0.7933884,0.7644628,0.74380165,0.7107438,0.6818182,0.7066116,0.73966944,0.7892562,0.822314,0.8347107,0.8305785,0.8181818,0.8016529,0.78512394,0.75206614,0.6818182,0.6487603,0.71487606,0.76033056,0.76859504,0.78512394,0.8016529,0.8057851,0.8181818,0.822314,0.8305785,0.822314,0.79752064,0.80991733,0.7892562,0.77272725,0.74380165,0.677686,0.6818182,0.6652893,0.6280992,0.59917355,0.49173555,0.46694216,0.54545456,0.553719,0.57438016,0.6487603,0.6942149,0.72727275,0.75206614,0.75206614,0.76033056,0.77272725,0.7768595,0.79752064,0.79752064,0.8016529,0.8140496,0.8181818,0.822314,0.8305785,0.8347107,0.838843,0.838843,0.8347107,0.8347107,0.8347107,0.80991733,0.7768595,0.71487606,0.71900827,0.7066116,0.69008267,0.7107438,0.73140496,0.78512394,0.8305785,0.8347107,0.8305785,0.8181818,0.8016529,0.78512394,0.7355372,0.6818182,0.661157,0.6859504,0.7066116,0.74793386,0.77272725,0.79752064,0.7933884,0.80991733,0.822314,0.822314,0.822314,0.8016529,0.79752064,0.7892562,0.7768595,0.75619835,0.73140496,0.7066116,0.6652893,0.6280992,0.58677685,0.5,0.47933885,0.5413223,0.5495868,0.56198347,0.6487603,0.69008267,0.71487606,0.74380165,0.74793386,0.75619835,0.76859504,0.77272725,0.7892562,0.79752064,0.8016529,0.8016529,0.8181818,0.8181818,0.8305785,0.8305785,0.8347107,0.838843,0.838843,0.8305785,0.8264463,0.7933884,0.7355372,0.69008267,0.7231405,0.71900827,0.70247936,0.6983471,0.72727275,0.77272725,0.8140496,0.8305785,0.8305785,0.8181818,0.8057851,0.76859504,0.6983471,0.6487603,0.6570248,0.6942149,0.6818182,0.6983471,0.7644628,0.78512394,0.78512394,0.8057851,0.8181818,0.8140496,0.8140496,0.79752064,0.7892562,0.7768595,0.7644628,0.74793386,0.7355372,0.7107438,0.6652893,0.6198347,0.56198347,0.5082645,0.5371901,0.5661157,0.553719,0.5289256,0.6404959,0.6942149,0.7107438,0.7231405,0.73966944,0.75206614,0.76033056,0.77272725,0.78099173,0.79752064,0.79752064,0.7892562,0.80991733,0.80991733,0.8181818,0.822314,0.8347107,0.838843,0.8264463,0.80991733,0.8057851,0.7644628,0.7066116,0.6983471,0.7231405,0.7107438,0.6942149,0.6487603,0.6694215,0.7231405,0.78512394,0.8057851,0.8181818,0.80991733,0.78099173,0.70247936,0.61157024,0.59504133,0.6322314,0.6735537,0.6735537,0.6446281,0.73966944,0.76859504,0.78099173,0.79752064,0.8140496,0.8057851,0.80991733,0.78512394,0.78512394,0.77272725,0.75206614,0.73966944,0.72727275,0.7107438,0.6528926,0.61157024,0.5495868,0.5247934,0.57438016,0.60330576,0.5371901,0.5247934,0.6198347,0.6942149,0.71900827,0.71487606,0.7231405,0.73966944,0.75619835,0.76859504,0.77272725,0.7933884,0.7933884,0.78099173,0.7933884,0.79752064,0.80991733,0.822314,0.8305785,0.8305785,0.8140496,0.7933884,0.78512394,0.75619835,0.6818182,0.6859504,0.7066116,0.6694215,0.6528926,0.59917355,0.57438016,0.62396693,0.7231405,0.7644628,0.77272725,0.76859504,0.71900827,0.59090906,0.53305787,0.56198347,0.60330576,0.6404959,0.6446281,0.6363636,0.71900827,0.74380165,0.7644628,0.79752064,0.8057851,0.8016529,0.80991733,0.7768595,0.7768595,0.7644628,0.74793386,0.7355372,0.72727275,0.6983471,0.6404959,0.61157024,0.53305787,0.53305787,0.58677685,0.6363636,0.5082645,0.5247934,0.59917355,0.677686,0.69008267,0.7066116,0.71487606,0.73140496,0.74793386,0.74793386,0.76033056,0.7892562,0.7933884,0.77272725,0.7933884,0.7892562,0.79752064,0.8140496,0.8181818,0.80991733,0.79752064,0.7892562,0.78099173,0.7768595,0.6487603,0.61570245,0.6446281,0.58264464,0.5413223,0.5371901,0.5247934,0.54545456,0.6322314,0.69008267,0.69008267,0.6735537,0.61570245,0.53305787,0.49586776,0.49586776,0.5371901,0.57438016,0.59090906,0.6404959,0.6942149,0.70247936,0.74793386,0.7892562,0.7892562,0.78512394,0.78512394,0.76859504,0.7644628,0.76033056,0.74380165,0.7231405,0.70247936,0.6735537,0.6198347,0.59504133,0.5206612,0.5371901,0.607438,0.6487603,0.5,0.5247934,0.59504133,0.6652893,0.661157,0.6818182,0.69008267,0.70247936,0.7355372,0.74793386,0.75206614,0.78099173,0.7892562,0.76033056,0.78512394,0.7892562,0.7933884,0.79752064,0.8057851,0.78512394,0.77272725,0.78512394,0.7933884,0.8016529,0.71487606,0.5206612,0.5123967,0.446281,0.338843,0.338843,0.38429752,0.47933885,0.54545456,0.58264464,0.58677685,0.5661157,0.5413223,0.4338843,0.30991736,0.338843,0.41735536,0.49586776,0.56198347,0.6694215,0.6942149,0.677686,0.72727275,0.7355372,0.71487606,0.75619835,0.76033056,0.74793386,0.74793386,0.74793386,0.71900827,0.6983471,0.6735537,0.6363636,0.59090906,0.5785124,0.5082645,0.553719,0.6363636,0.56198347,0.48347107,0.5247934,0.60330576,0.6487603,0.6652893,0.677686,0.6859504,0.6942149,0.71900827,0.7355372,0.75206614,0.77272725,0.76859504,0.76859504,0.7768595,0.7933884,0.7892562,0.78099173,0.78512394,0.76859504,0.7768595,0.7933884,0.80991733,0.8016529,0.8057851,0.57024795,0.3966942,0.38016528,0.30165288,0.30991736,0.30991736,0.3553719,0.45454547,0.4876033,0.47107437,0.46280992,0.42975205,0.3429752,0.2892562,0.2768595,0.36363637,0.46280992,0.59504133,0.6942149,0.70247936,0.6942149,0.73140496,0.7355372,0.71487606,0.74380165,0.7644628,0.74793386,0.7231405,0.72727275,0.6983471,0.6694215,0.6528926,0.61570245,0.57024795,0.553719,0.5,0.62396693,0.5661157,0.5247934,0.45454547,0.5371901,0.59504133,0.6363636,0.661157,0.6818182,0.677686,0.677686,0.6983471,0.71487606,0.72727275,0.76033056,0.75619835,0.76859504,0.78099173,0.78099173,0.78512394,0.77272725,0.77272725,0.76859504,0.78512394,0.8057851,0.8057851,0.79752064,0.7933884,0.76859504,0.59090906,0.5206612,0.48347107,0.46694216,0.41322315,0.35950413,0.38429752,0.41735536,0.40082645,0.40082645,0.4090909,0.46694216,0.5041322,0.5,0.55785125,0.6198347,0.6570248,0.6652893,0.70247936,0.73140496,0.7355372,0.7355372,0.73966944,0.73140496,0.75619835,0.74380165,0.7231405,0.7066116,0.6735537,0.661157,0.62396693,0.59504133,0.5785124,0.5413223,0.5247934,0.6322314,0.57024795,0.6322314,0.4752066,0.5123967,0.59917355,0.6198347,0.661157,0.677686,0.6694215,0.6735537,0.69008267,0.70247936,0.7231405,0.73966944,0.75619835,0.76859504,0.78099173,0.78099173,0.78512394,0.7892562,0.78099173,0.78512394,0.7933884,0.7933884,0.79752064,0.7892562,0.75619835,0.75206614,0.7355372,0.677686,0.60330576,0.59504133,0.5495868,0.45867768,0.40082645,0.3966942,0.41322315,0.4338843,0.5289256,0.59504133,0.58264464,0.6280992,0.6404959,0.6404959,0.6652893,0.6404959,0.6652893,0.71900827,0.73966944,0.7355372,0.73966944,0.7355372,0.74793386,0.7355372,0.7066116,0.70247936,0.6735537,0.6487603,0.59504133,0.57024795,0.5785124,0.553719,0.5247934,0.58264464,0.6446281,0.6983471,0.47933885,0.5,0.59090906,0.61570245,0.6363636,0.661157,0.677686,0.6818182,0.677686,0.6942149,0.71487606,0.73140496,0.75619835,0.7644628,0.7768595,0.7892562,0.7933884,0.79752064,0.79752064,0.7892562,0.78512394,0.78099173,0.77272725,0.75206614,0.75206614,0.73966944,0.73140496,0.7231405,0.6818182,0.6735537,0.6322314,0.58677685,0.5371901,0.5165289,0.5289256,0.5661157,0.5785124,0.61570245,0.61157024,0.6322314,0.6404959,0.6446281,0.6570248,0.6487603,0.6528926,0.6983471,0.73140496,0.73966944,0.74793386,0.75619835,0.7355372,0.73140496,0.71487606,0.69008267,0.6446281,0.62396693,0.59090906,0.56198347,0.57024795,0.553719,0.5165289,0.607438,0.6859504,0.6528926,0.5041322,0.4876033,0.58264464,0.6280992,0.6404959,0.6652893,0.6859504,0.6942149,0.677686,0.70247936,0.71900827,0.73140496,0.7355372,0.75619835,0.78099173,0.7933884,0.7933884,0.79752064,0.7933884,0.77272725,0.76033056,0.75206614,0.73966944,0.73140496,0.74793386,0.7231405,0.71487606,0.71487606,0.69008267,0.70247936,0.6735537,0.6322314,0.59917355,0.59504133,0.59504133,0.61157024,0.607438,0.62396693,0.59504133,0.6280992,0.6363636,0.6446281,0.6446281,0.6404959,0.6446281,0.6694215,0.6983471,0.7107438,0.75619835,0.75619835,0.74793386,0.73966944,0.70247936,0.677686,0.6363636,0.62396693,0.58677685,0.56198347,0.5785124,0.54545456,0.5247934,0.6652893,0.6818182,0.53305787,0.48347107,0.47933885,0.57024795,0.6363636,0.6487603,0.6652893,0.6735537,0.6818182,0.6652893,0.677686,0.7066116,0.72727275,0.72727275,0.75619835,0.77272725,0.7892562,0.79752064,0.7933884,0.78099173,0.75619835,0.7355372,0.7231405,0.7231405,0.7107438,0.72727275,0.6942149,0.7066116,0.71900827,0.69008267,0.6942149,0.69008267,0.6528926,0.6363636,0.6198347,0.61570245,0.61570245,0.62396693,0.61157024,0.607438,0.61157024,0.6363636,0.6322314,0.6280992,0.6280992,0.6280992,0.6404959,0.6818182,0.6942149,0.74793386,0.75619835,0.75619835,0.74380165,0.7107438,0.6735537,0.6322314,0.607438,0.58677685,0.5661157,0.5785124,0.54545456,0.5247934,0.6404959,0.6322314,0.40082645,0.3553719,0.5082645,0.553719,0.62396693,0.6363636,0.661157,0.6570248,0.6652893,0.6818182,0.6735537,0.6983471,0.73966944,0.74793386,0.75206614,0.7768595,0.7892562,0.7933884,0.7892562,0.76859504,0.73966944,0.7231405,0.7066116,0.7066116,0.6983471,0.6983471,0.6735537,0.6942149,0.7066116,0.6859504,0.69008267,0.6818182,0.6570248,0.6404959,0.6446281,0.6363636,0.61157024,0.61570245,0.61157024,0.60330576,0.59504133,0.61570245,0.60330576,0.61157024,0.607438,0.6198347,0.6363636,0.6735537,0.7107438,0.73140496,0.73966944,0.76033056,0.72727275,0.72727275,0.677686,0.6322314,0.59917355,0.57024795,0.56198347,0.58264464,0.5413223,0.5247934,0.59090906,0.48347107,0.35123968,0.24793388,0.5041322,0.55785125,0.61570245,0.6280992,0.6528926,0.6652893,0.6570248,0.6694215,0.6735537,0.69008267,0.7355372,0.75206614,0.7644628,0.78099173,0.7892562,0.78099173,0.77272725,0.75206614,0.72727275,0.7066116,0.6942149,0.6652893,0.661157,0.6694215,0.6487603,0.6983471,0.7066116,0.7066116,0.71487606,0.71487606,0.6983471,0.69008267,0.6983471,0.6818182,0.6487603,0.6446281,0.6487603,0.6404959,0.6363636,0.62396693,0.607438,0.59504133,0.58264464,0.59917355,0.6280992,0.661157,0.7107438,0.71487606,0.71900827,0.74793386,0.7107438,0.7231405,0.6818182,0.6363636,0.59917355,0.57024795,0.5661157,0.57438016,0.5371901,0.49173555,0.45867768,0.37190083,0.338843,0.23966943,0.47107437,0.56198347,0.59504133,0.61157024,0.6446281,0.661157,0.661157,0.661157,0.6735537,0.69008267,0.7231405,0.74793386,0.75619835,0.78099173,0.78099173,0.78099173,0.75619835,0.7355372,0.7231405,0.69008267,0.6652893,0.62396693,0.6280992,0.6528926,0.6570248,0.71487606,0.7231405,0.73140496,0.7355372,0.73966944,0.75619835,0.76033056,0.76033056,0.74793386,0.7231405,0.7107438,0.6942149,0.6652893,0.6818182,0.6570248,0.6404959,0.60330576,0.58264464,0.5785124,0.58677685,0.6198347,0.6859504,0.70247936,0.70247936,0.73140496,0.70247936,0.71900827,0.6859504,0.6322314,0.59090906,0.56198347,0.5661157,0.56198347,0.54545456,0.4338843,0.33471075,0.3429752,0.3429752,0.2520661,0.4214876,0.5413223,0.58264464,0.59504133,0.6198347,0.6446281,0.6694215,0.6735537,0.6735537,0.69008267,0.71900827,0.73966944,0.74380165,0.77272725,0.76859504,0.76033056,0.75206614,0.71487606,0.69008267,0.6404959,0.607438,0.59917355,0.60330576,0.61570245,0.6487603,0.6859504,0.6859504,0.6735537,0.661157,0.6652893,0.7107438,0.74793386,0.7644628,0.76859504,0.74380165,0.6942149,0.6198347,0.61157024,0.6280992,0.60330576,0.607438,0.59090906,0.58264464,0.57438016,0.55785125,0.58264464,0.6652893,0.677686,0.6818182,0.70247936,0.6694215,0.71900827,0.6942149,0.6363636,0.59090906,0.55785125,0.56198347,0.553719,0.55785125,0.39256197,0.30991736,0.3305785,0.3429752,0.2768595,0.35950413,0.5206612,0.57024795,0.59090906,0.59504133,0.6280992,0.6570248,0.677686,0.6735537,0.69008267,0.71487606,0.72727275,0.73966944,0.75206614,0.75206614,0.73966944,0.73140496,0.6818182,0.6322314,0.5785124,0.5413223,0.53305787,0.5495868,0.5661157,0.57024795,0.58264464,0.5661157,0.56198347,0.54545456,0.54545456,0.5661157,0.59504133,0.6280992,0.6487603,0.60330576,0.5661157,0.5206612,0.53305787,0.5289256,0.5,0.5,0.5041322,0.53305787,0.5413223,0.5247934,0.5413223,0.60330576,0.6322314,0.6446281,0.661157,0.6487603,0.7066116,0.6942149,0.6322314,0.58677685,0.5661157,0.56198347,0.5495868,0.5495868,0.37603307,0.30165288,0.32231405,0.33471075,0.29338843,0.3181818,0.49173555,0.5413223,0.5785124,0.58264464,0.61570245,0.6404959,0.661157,0.6694215,0.6942149,0.71487606,0.7355372,0.73966944,0.75206614,0.75206614,0.71900827,0.69008267,0.62396693,0.53305787,0.446281,0.38429752,0.36363637,0.40082645,0.44214877,0.45041323,0.446281,0.42975205,0.41735536,0.4090909,0.4090909,0.42561984,0.4338843,0.45041323,0.446281,0.4214876,0.4338843,0.40495867,0.42975205,0.38016528,0.38016528,0.3966942,0.40495867,0.40082645,0.3677686,0.39256197,0.45867768,0.5413223,0.5785124,0.6280992,0.6404959,0.6652893,0.6942149,0.6735537,0.6198347,0.58677685,0.57438016,0.56198347,0.5495868,0.5289256,0.3429752,0.3140496,0.3181818,0.338843,0.30165288,0.28512397,0.44214877,0.53305787,0.5495868,0.57438016,0.60330576,0.6322314,0.6528926,0.6487603,0.6818182,0.7066116,0.71487606,0.73140496,0.77272725,0.73966944,0.7107438,0.6570248,0.60330576,0.54545456,0.5041322,0.45867768,0.40082645,0.3966942,0.4338843,0.446281,0.45867768,0.45867768,0.4752066,0.4876033,0.48347107,0.45041323,0.4214876,0.4214876,0.4090909,0.4090909,0.45041323,0.4752066,0.48347107,0.446281,0.446281,0.45454547,0.44214877,0.4214876,0.42561984,0.5,0.5413223,0.5785124,0.60330576,0.6363636,0.661157,0.6859504,0.6942149,0.6487603,0.607438,0.58677685,0.5785124,0.553719,0.54545456,0.5165289,0.3140496,0.3140496,0.3140496,0.338843,0.29752067,0.2892562,0.40082645,0.4876033,0.5371901,0.56198347,0.57438016,0.61570245,0.6528926,0.6652893,0.6652893,0.70247936,0.70247936,0.71900827,0.74793386,0.73966944,0.71487606,0.677686,0.6652893,0.6528926,0.6735537,0.7107438,0.6983471,0.677686,0.6694215,0.6818182,0.6942149,0.6859504,0.72727275,0.75206614,0.7644628,0.73966944,0.71487606,0.7066116,0.70247936,0.6859504,0.69008267,0.69008267,0.6528926,0.6363636,0.59504133,0.59504133,0.58677685,0.5785124,0.61157024,0.6570248,0.6652893,0.61570245,0.6363636,0.6570248,0.70247936,0.6942149,0.6818182,0.6404959,0.59090906,0.58264464,0.57438016,0.54545456,0.5495868,0.45454547,0.29752067,0.30165288,0.3140496,0.3264463,0.32231405,0.2768595,0.3553719,0.47107437,0.5082645,0.54545456,0.57024795,0.59917355,0.6322314,0.661157,0.6818182,0.7066116,0.69008267,0.71487606,0.72727275,0.74793386,0.75206614,0.7355372,0.71900827,0.72727275,0.7644628,0.7933884,0.7644628,0.72727275,0.71487606,0.74380165,0.7231405,0.71487606,0.73140496,0.74380165,0.75619835,0.76859504,0.75206614,0.75619835,0.76033056,0.76859504,0.75619835,0.74380165,0.6942149,0.6570248,0.6404959,0.61570245,0.607438,0.6404959,0.6652893,0.6859504,0.6942149,0.70247936,0.6859504,0.71487606,0.71900827,0.6859504,0.6735537,0.62396693,0.59504133,0.57024795,0.57024795,0.5413223,0.53305787,0.40495867,0.2768595,0.30991736,0.30578512,0.3264463,0.30991736,0.28512397,0.30578512,0.4090909,0.4752066,0.5123967,0.56198347,0.58677685,0.62396693,0.6363636,0.661157,0.69008267,0.6983471,0.7066116,0.69008267,0.73966944,0.76859504,0.75206614,0.74380165,0.76033056,0.79752064,0.79752064,0.7768595,0.7355372,0.7066116,0.73140496,0.7231405,0.72727275,0.7355372,0.7355372,0.73966944,0.74380165,0.74380165,0.74793386,0.73966944,0.73140496,0.7355372,0.71487606,0.6983471,0.6570248,0.6983471,0.6694215,0.6487603,0.661157,0.6694215,0.6859504,0.6983471,0.71900827,0.7107438,0.71900827,0.71487606,0.6859504,0.6652893,0.607438,0.5785124,0.57024795,0.55785125,0.5371901,0.5082645,0.3429752,0.27272728,0.30165288,0.30991736,0.3305785,0.2892562,0.30991736,0.29752067,0.3677686,0.42975205,0.46280992,0.5206612,0.553719,0.607438,0.6363636,0.6570248,0.677686,0.71900827,0.73140496,0.71900827,0.73966944,0.7768595,0.76859504,0.7644628,0.78512394,0.8016529,0.7933884,0.7768595,0.77272725,0.71487606,0.6983471,0.7066116,0.69008267,0.6859504,0.6859504,0.6735537,0.6570248,0.6487603,0.6818182,0.6859504,0.6570248,0.6652893,0.6528926,0.6528926,0.62396693,0.6363636,0.6404959,0.6487603,0.6487603,0.677686,0.6859504,0.7066116,0.72727275,0.6942149,0.6942149,0.7066116,0.6983471,0.6528926,0.59917355,0.58677685,0.57024795,0.54545456,0.5082645,0.43801653,0.29752067,0.27272728,0.29338843,0.30165288,0.3140496,0.29338843,0.30578512,0.29752067,0.3305785,0.36363637,0.4214876,0.47933885,0.53305787,0.57024795,0.6198347,0.6446281,0.6818182,0.6942149,0.7231405,0.74380165,0.75206614,0.7768595,0.7892562,0.7768595,0.78099173,0.7933884,0.78099173,0.7768595,0.7768595,0.73966944,0.70247936,0.6694215,0.6487603,0.6363636,0.59917355,0.5785124,0.553719,0.553719,0.55785125,0.5495868,0.553719,0.5661157,0.54545456,0.553719,0.57024795,0.57024795,0.60330576,0.6280992,0.6487603,0.677686,0.6818182,0.70247936,0.73140496,0.6942149,0.6859504,0.7107438,0.6942149,0.6570248,0.59917355,0.5785124,0.56198347,0.5247934,0.49173555,0.3677686,0.2768595,0.28099173,0.29752067,0.30165288,0.3140496,0.30165288,0.29752067,0.30578512,0.30991736,0.3181818,0.37603307,0.4214876,0.48347107,0.5371901,0.59917355,0.62396693,0.677686,0.6735537,0.7066116,0.7231405,0.76859504,0.77272725,0.7892562,0.78099173,0.77272725,0.78099173,0.76859504,0.7644628,0.7768595,0.74380165,0.71487606,0.69008267,0.6570248,0.6570248,0.6198347,0.59917355,0.5785124,0.58264464,0.56198347,0.5289256,0.5371901,0.55785125,0.55785125,0.5661157,0.5785124,0.60330576,0.6198347,0.6487603,0.6652893,0.677686,0.6818182,0.6942149,0.71487606,0.70247936,0.677686,0.69008267,0.6735537,0.6404959,0.58677685,0.57438016,0.5413223,0.5,0.446281,0.30578512,0.2603306,0.28099173,0.2892562,0.30578512,0.3305785,0.29752067,0.30165288,0.30578512,0.30165288,0.29752067,0.32231405,0.37603307,0.42561984,0.5041322,0.5661157,0.60330576,0.6404959,0.6694215,0.6859504,0.71487606,0.76033056,0.7644628,0.76859504,0.77272725,0.77272725,0.78099173,0.75619835,0.75619835,0.7644628,0.76033056,0.74793386,0.7066116,0.6983471,0.6859504,0.6818182,0.6570248,0.6446281,0.6322314,0.607438,0.58264464,0.59504133,0.607438,0.6280992,0.6363636,0.6528926,0.661157,0.661157,0.6694215,0.677686,0.6942149,0.70247936,0.70247936,0.7066116,0.6942149,0.677686,0.69008267,0.6570248,0.61570245,0.5785124,0.5413223,0.5206612,0.47107437,0.37190083,0.25619835,0.2644628,0.2768595,0.2892562,0.29752067,0.3429752,0.29338843,0.30578512,0.30578512,0.29338843,0.3140496,0.3264463,0.32231405,0.38016528,0.446281,0.5289256,0.55785125,0.61157024,0.6363636,0.6735537,0.70247936,0.72727275,0.75206614,0.75619835,0.75619835,0.76859504,0.78512394,0.7644628,0.75206614,0.76033056,0.7644628,0.7768595,0.71487606,0.73966944,0.72727275,0.7231405,0.70247936,0.69008267,0.677686,0.677686,0.6652893,0.6694215,0.6652893,0.6818182,0.69008267,0.70247936,0.6942149,0.69008267,0.69008267,0.7066116,0.71900827,0.70247936,0.70247936,0.6983471,0.6735537,0.6818182,0.6859504,0.6528926,0.61570245,0.57024795,0.5247934,0.5,0.42561984,0.30165288,0.24793388,0.2603306,0.28099173,0.28099173,0.30991736,0.3429752,0.29338843,0.3140496,0.30165288,0.30165288,0.32231405,0.41322315,0.3264463,0.30165288,0.38016528,0.4752066,0.5,0.57024795,0.59504133,0.6363636,0.6818182,0.7107438,0.7355372,0.74793386,0.75206614,0.75619835,0.76859504,0.77272725,0.76033056,0.7644628,0.76859504,0.78099173,0.7107438,0.74380165,0.75619835,0.74793386,0.74380165,0.7355372,0.7355372,0.73966944,0.74380165,0.73966944,0.7231405,0.74380165,0.7355372,0.73140496,0.71900827,0.71487606,0.72727275,0.73966944,0.73140496,0.6983471,0.6942149,0.6859504,0.6735537,0.6818182,0.677686,0.6446281,0.607438,0.553719,0.5082645,0.46280992,0.35123968,0.2520661,0.25619835,0.26859504,0.28512397,0.2768595,0.32231405,0.35123968,0.29752067,0.30991736,0.30165288,0.30165288,0.32231405,0.48347107,0.41735536,0.2768595,0.30165288,0.39256197,0.46280992,0.5247934,0.55785125,0.58677685,0.6487603,0.69008267,0.71487606,0.73140496,0.74380165,0.75619835,0.75619835,0.76859504,0.7644628,0.7644628,0.7644628,0.78512394,0.74380165,0.75206614,0.78512394,0.7644628,0.7644628,0.7644628,0.76859504,0.7768595,0.76859504,0.77272725,0.76033056,0.77272725,0.7644628,0.74793386,0.74793386,0.74793386,0.76033056,0.75619835,0.74380165,0.7107438,0.70247936,0.6983471,0.6818182,0.6818182,0.6735537,0.62396693,0.57438016,0.5247934,0.4752066,0.39256197,0.26859504,0.23966943,0.2603306,0.26859504,0.28512397,0.28512397,0.3305785,0.35123968,0.30165288,0.30578512,0.30165288,0.30165288,0.3140496,0.48347107,0.5041322,0.36363637,0.2644628,0.30578512,0.38429752,0.46280992,0.5082645,0.54545456,0.59504133,0.6363636,0.6818182,0.7231405,0.7355372,0.75206614,0.75206614,0.76033056,0.76033056,0.76033056,0.7644628,0.79752064,0.77272725,0.77272725,0.79752064,0.7768595,0.7768595,0.7768595,0.78099173,0.7892562,0.77272725,0.77272725,0.78099173,0.7644628,0.76859504,0.76033056,0.76033056,0.75619835,0.7768595,0.77272725,0.75206614,0.71900827,0.6983471,0.7066116,0.6652893,0.6652893,0.6570248,0.59917355,0.5371901,0.49586776,0.4214876,0.29752067,0.23140496,0.24793388,0.2520661,0.27272728,0.2768595,0.29752067,0.33471075,0.34710744,0.2892562,0.30578512,0.30991736,0.29338843,0.29338843,0.48347107,0.5206612,0.45454547,0.32231405,0.25619835,0.29338843,0.36363637,0.4338843,0.4752066,0.5247934,0.58264464,0.62396693,0.69008267,0.71487606,0.73140496,0.7355372,0.74380165,0.72727275,0.74380165,0.75206614,0.78512394,0.77272725,0.78099173,0.7933884,0.7892562,0.78099173,0.7892562,0.7892562,0.78099173,0.77272725,0.78099173,0.7892562,0.7768595,0.75619835,0.76859504,0.75619835,0.74380165,0.76859504,0.77272725,0.74793386,0.7107438,0.69008267,0.7107438,0.661157,0.6404959,0.6198347,0.5371901,0.48347107,0.4338843,0.3140496,0.22727273,0.23966943,0.2520661,0.2520661,0.2644628,0.27272728,0.30991736,0.33471075,0.338843,0.28099173,0.30991736,0.30991736,0.26859504,0.2520661,0.4876033,0.5123967,0.47933885,0.3966942,0.26859504,0.2520661,0.2892562,0.32231405,0.37603307,0.43801653,0.5165289,0.58264464,0.6404959,0.69008267,0.7107438,0.7107438,0.7355372,0.71487606,0.71900827,0.75206614,0.75206614,0.76859504,0.78099173,0.78512394,0.78512394,0.7892562,0.79752064,0.79752064,0.77272725,0.77272725,0.77272725,0.78099173,0.78512394,0.73966944,0.7355372,0.75619835,0.75206614,0.75619835,0.75619835,0.74380165,0.6983471,0.677686,0.6859504,0.6487603,0.6198347,0.55785125,0.48347107,0.40495867,0.32231405,0.22727273,0.22727273,0.24380165,0.2520661,0.2603306,0.2603306,0.28099173,0.32231405,0.3305785,0.33471075,0.29338843,0.30578512,0.29752067,0.23966943,0.23966943,0.49586776,0.5041322,0.47107437,0.42975205,0.30165288,0.2520661,0.2644628,0.26859504,0.2892562,0.3264463,0.40082645,0.5041322,0.57438016,0.6363636,0.6652893,0.677686,0.6942149,0.71487606,0.71900827,0.75206614,0.76033056,0.76859504,0.77272725,0.7768595,0.7768595,0.7933884,0.7933884,0.7768595,0.76033056,0.76033056,0.7644628,0.76859504,0.77272725,0.77272725,0.74380165,0.75619835,0.75206614,0.73966944,0.7355372,0.73140496,0.6859504,0.6652893,0.661157,0.6322314,0.59090906,0.48347107,0.4214876,0.3181818,0.2107438,0.24380165,0.23553719,0.23553719,0.24380165,0.2520661,0.2603306,0.28512397,0.3181818,0.3305785,0.338843,0.29752067,0.29752067,0.30165288,0.20661157,0.2644628,0.5123967,0.5123967,0.49173555,0.446281,0.34710744,0.27272728,0.2603306,0.2644628,0.24793388,0.28099173,0.28099173,0.37603307,0.4876033,0.5785124,0.6446281,0.6818182,0.6983471,0.6818182,0.6735537,0.7355372,0.75206614,0.76859504,0.7644628,0.7644628,0.7644628,0.76859504,0.75619835,0.74380165,0.73966944,0.74793386,0.75206614,0.7644628,0.75206614,0.76033056,0.7644628,0.75619835,0.73966944,0.7066116,0.6983471,0.6942149,0.6652893,0.6363636,0.6363636,0.57438016,0.53305787,0.37190083,0.42975205,0.34710744,0.09917355,0.21487603,0.25619835,0.24793388,0.24793388,0.25619835,0.2644628,0.29338843,0.3305785,0.32231405,0.338843,17 +0.36363637,0.33471075,0.38016528,0.37603307,0.39256197,0.42561984,0.47933885,0.57024795,0.60330576,0.6198347,0.6487603,0.677686,0.7066116,0.7231405,0.76033056,0.7892562,0.79752064,0.80991733,0.80991733,0.80991733,0.822314,0.8347107,0.838843,0.838843,0.8305785,0.838843,0.8429752,0.838843,0.8471074,0.8471074,0.8429752,0.8429752,0.8429752,0.8471074,0.8429752,0.8471074,0.8429752,0.8429752,0.8429752,0.8347107,0.8305785,0.8347107,0.8305785,0.8140496,0.8057851,0.8264463,0.8140496,0.8057851,0.8140496,0.7933884,0.7892562,0.7892562,0.77272725,0.74380165,0.72727275,0.7107438,0.6694215,0.60330576,0.58677685,0.55785125,0.53305787,0.46280992,0.3429752,0.26859504,0.338843,0.338843,0.30991736,0.3264463,0.40495867,0.45454547,0.49173555,0.58264464,0.61570245,0.6363636,0.6570248,0.69008267,0.74380165,0.76033056,0.7768595,0.7892562,0.7933884,0.8057851,0.8057851,0.8016529,0.822314,0.8429752,0.8429752,0.838843,0.8429752,0.8471074,0.8429752,0.8347107,0.838843,0.8471074,0.8471074,0.8429752,0.8429752,0.8471074,0.8471074,0.8429752,0.8429752,0.8471074,0.8429752,0.8347107,0.8347107,0.838843,0.8347107,0.8264463,0.8016529,0.8264463,0.822314,0.8057851,0.80991733,0.8016529,0.7933884,0.7892562,0.76859504,0.7355372,0.71900827,0.7066116,0.6652893,0.61157024,0.5785124,0.57024795,0.553719,0.5,0.36363637,0.2768595,0.338843,0.30165288,0.23553719,0.338843,0.41735536,0.47933885,0.5082645,0.58264464,0.61157024,0.6404959,0.661157,0.6983471,0.75619835,0.77272725,0.78099173,0.7892562,0.79752064,0.8016529,0.8016529,0.8057851,0.822314,0.838843,0.8512397,0.8429752,0.838843,0.8429752,0.838843,0.8347107,0.838843,0.8429752,0.8429752,0.8471074,0.8429752,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.838843,0.8347107,0.838843,0.838843,0.8347107,0.8057851,0.8264463,0.8264463,0.8140496,0.8016529,0.8016529,0.79752064,0.7933884,0.76859504,0.73140496,0.7066116,0.6735537,0.6570248,0.6322314,0.59090906,0.5661157,0.54545456,0.5,0.40495867,0.2520661,0.32231405,0.2603306,0.24793388,0.3429752,0.4338843,0.4752066,0.5082645,0.59090906,0.607438,0.6363636,0.6652893,0.71900827,0.7644628,0.77272725,0.77272725,0.78512394,0.79752064,0.8016529,0.8016529,0.8140496,0.8347107,0.8429752,0.8471074,0.8471074,0.8471074,0.8471074,0.8429752,0.838843,0.8471074,0.8429752,0.8471074,0.8429752,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.8429752,0.838843,0.838843,0.838843,0.838843,0.8347107,0.8181818,0.8305785,0.8264463,0.80991733,0.8057851,0.8016529,0.7933884,0.7892562,0.76859504,0.7355372,0.71900827,0.6694215,0.6487603,0.6322314,0.59090906,0.58264464,0.5495868,0.5371901,0.41735536,0.29752067,0.2892562,0.22727273,0.25619835,0.34710744,0.43801653,0.48347107,0.5247934,0.59917355,0.58677685,0.6280992,0.677686,0.74380165,0.77272725,0.7768595,0.75619835,0.7768595,0.79752064,0.8016529,0.80991733,0.8181818,0.8347107,0.8429752,0.8512397,0.8512397,0.8471074,0.8553719,0.838843,0.8429752,0.838843,0.838843,0.8429752,0.8429752,0.8429752,0.8471074,0.8471074,0.8429752,0.8471074,0.8471074,0.8429752,0.838843,0.8305785,0.838843,0.838843,0.8305785,0.8264463,0.822314,0.8181818,0.8016529,0.8016529,0.79752064,0.7933884,0.78512394,0.76859504,0.7355372,0.71487606,0.69008267,0.6652893,0.6322314,0.61157024,0.59504133,0.5661157,0.553719,0.446281,0.35123968,0.34710744,0.20661157,0.2603306,0.35950413,0.446281,0.4876033,0.5371901,0.607438,0.58264464,0.6280992,0.6942149,0.75206614,0.7644628,0.76859504,0.76033056,0.77272725,0.7933884,0.8057851,0.80991733,0.822314,0.8305785,0.8305785,0.8347107,0.8429752,0.8471074,0.8512397,0.8512397,0.8347107,0.838843,0.8471074,0.838843,0.8429752,0.8429752,0.8429752,0.8429752,0.838843,0.8429752,0.8471074,0.8429752,0.8347107,0.8347107,0.838843,0.838843,0.8305785,0.8181818,0.8140496,0.8057851,0.79752064,0.8016529,0.79752064,0.7892562,0.7933884,0.77272725,0.72727275,0.71900827,0.6942149,0.6652893,0.6446281,0.61570245,0.59917355,0.5661157,0.55785125,0.48347107,0.38016528,0.446281,0.24380165,0.2644628,0.37190083,0.45867768,0.49173555,0.553719,0.59917355,0.58677685,0.6404959,0.71487606,0.74793386,0.73966944,0.73966944,0.75619835,0.77272725,0.78099173,0.8016529,0.8057851,0.8181818,0.822314,0.8264463,0.838843,0.8305785,0.8471074,0.8595041,0.8553719,0.838843,0.838843,0.8429752,0.838843,0.838843,0.838843,0.838843,0.838843,0.8347107,0.838843,0.8429752,0.8429752,0.838843,0.8347107,0.838843,0.8347107,0.8181818,0.80991733,0.79752064,0.7892562,0.7768595,0.7892562,0.78512394,0.77272725,0.78512394,0.76859504,0.73966944,0.71900827,0.7066116,0.677686,0.6528926,0.6198347,0.59917355,0.5785124,0.55785125,0.5247934,0.42561984,0.58264464,0.39256197,0.3264463,0.4214876,0.46280992,0.49586776,0.553719,0.58264464,0.59917355,0.661157,0.73140496,0.71900827,0.7107438,0.71487606,0.7355372,0.75206614,0.7644628,0.78512394,0.7933884,0.8016529,0.8181818,0.8140496,0.822314,0.8264463,0.8264463,0.8347107,0.8471074,0.838843,0.838843,0.838843,0.838843,0.8347107,0.8347107,0.8347107,0.8347107,0.8264463,0.8264463,0.8347107,0.8347107,0.8305785,0.8264463,0.8305785,0.8264463,0.79752064,0.78099173,0.77272725,0.75619835,0.7355372,0.72727275,0.74793386,0.73140496,0.7355372,0.74793386,0.73966944,0.7066116,0.6983471,0.6859504,0.6570248,0.6280992,0.60330576,0.58264464,0.553719,0.53305787,0.4876033,0.6404959,0.57438016,0.46280992,0.46694216,0.4752066,0.5289256,0.5413223,0.57024795,0.607438,0.6735537,0.7066116,0.6818182,0.6570248,0.6735537,0.6818182,0.6983471,0.73140496,0.76859504,0.78099173,0.78512394,0.8057851,0.7933884,0.7933884,0.8140496,0.822314,0.822314,0.8305785,0.8264463,0.8305785,0.8305785,0.8347107,0.8264463,0.8264463,0.8264463,0.8264463,0.8181818,0.80991733,0.822314,0.8264463,0.8181818,0.8140496,0.8140496,0.8016529,0.76859504,0.7644628,0.7355372,0.70247936,0.6983471,0.6694215,0.73140496,0.71900827,0.7066116,0.73966944,0.7231405,0.6859504,0.677686,0.6652893,0.6446281,0.62396693,0.60330576,0.57438016,0.553719,0.5371901,0.5289256,0.5289256,0.6280992,0.61570245,0.58264464,0.58264464,0.607438,0.59090906,0.58264464,0.607438,0.6652893,0.6735537,0.6487603,0.6198347,0.6198347,0.6322314,0.6528926,0.69008267,0.7355372,0.75619835,0.75619835,0.77272725,0.78099173,0.78099173,0.7933884,0.8057851,0.80991733,0.8181818,0.8140496,0.8181818,0.8264463,0.822314,0.8140496,0.8181818,0.8140496,0.80991733,0.8057851,0.8016529,0.8057851,0.8057851,0.7892562,0.7892562,0.77272725,0.74380165,0.7066116,0.70247936,0.6694215,0.607438,0.6198347,0.6198347,0.6446281,0.6363636,0.6446281,0.6694215,0.6528926,0.6404959,0.61157024,0.59504133,0.59504133,0.59504133,0.59917355,0.57438016,0.56198347,0.5413223,0.553719,0.42561984,0.48347107,0.54545456,0.59917355,0.6322314,0.61570245,0.58264464,0.57024795,0.55785125,0.58264464,0.60330576,0.61157024,0.5661157,0.5371901,0.5371901,0.55785125,0.57024795,0.60330576,0.6404959,0.6528926,0.6818182,0.7355372,0.75206614,0.76859504,0.78512394,0.7892562,0.8016529,0.8057851,0.8057851,0.822314,0.8140496,0.8016529,0.7933884,0.79752064,0.7933884,0.78512394,0.78512394,0.78512394,0.7768595,0.75206614,0.73140496,0.70247936,0.6570248,0.61157024,0.59504133,0.55785125,0.5,0.53305787,0.53305787,0.5413223,0.55785125,0.58264464,0.57438016,0.57438016,0.57024795,0.55785125,0.55785125,0.5495868,0.5495868,0.57438016,0.57024795,0.5661157,0.553719,0.56198347,0.43801653,0.45041323,0.446281,0.5041322,0.5413223,0.5082645,0.48347107,0.5165289,0.5123967,0.5289256,0.5371901,0.5289256,0.5082645,0.46280992,0.45041323,0.45454547,0.45454547,0.45041323,0.4876033,0.5082645,0.5206612,0.59917355,0.6570248,0.70247936,0.74793386,0.76859504,0.78099173,0.7933884,0.8016529,0.8057851,0.80991733,0.79752064,0.7768595,0.78512394,0.78512394,0.7644628,0.74380165,0.74793386,0.72727275,0.6818182,0.6363636,0.59090906,0.5495868,0.5165289,0.47933885,0.45867768,0.4214876,0.42561984,0.47107437,0.48347107,0.49586776,0.5289256,0.53305787,0.5495868,0.5495868,0.56198347,0.55785125,0.5495868,0.5289256,0.53305787,0.5495868,0.5661157,0.56198347,0.57024795,0.30578512,0.4214876,0.46280992,0.5041322,0.5,0.49586776,0.47933885,0.5206612,0.5495868,0.5413223,0.553719,0.5206612,0.47933885,0.44214877,0.40082645,0.39256197,0.38016528,0.37603307,0.4090909,0.4338843,0.43801653,0.4752066,0.5413223,0.59090906,0.6570248,0.7107438,0.74793386,0.7768595,0.7933884,0.79752064,0.79752064,0.7892562,0.78099173,0.78099173,0.7644628,0.73966944,0.6983471,0.6859504,0.6487603,0.58264464,0.5082645,0.4752066,0.46694216,0.45041323,0.42975205,0.41735536,0.4090909,0.40082645,0.45454547,0.5,0.5289256,0.56198347,0.58677685,0.59917355,0.59917355,0.607438,0.58677685,0.55785125,0.53305787,0.5123967,0.53305787,0.55785125,0.56198347,0.57024795,0.23140496,0.35123968,0.40082645,0.45041323,0.45867768,0.46694216,0.48347107,0.53305787,0.5661157,0.57438016,0.553719,0.553719,0.5123967,0.47933885,0.4214876,0.38429752,0.3677686,0.36363637,0.3677686,0.38016528,0.40082645,0.41735536,0.47107437,0.49586776,0.57024795,0.6487603,0.6983471,0.73966944,0.76859504,0.78512394,0.7933884,0.7933884,0.78512394,0.78099173,0.74380165,0.7066116,0.6487603,0.607438,0.57024795,0.5206612,0.45454547,0.42975205,0.43801653,0.4214876,0.40082645,0.3966942,0.40495867,0.39256197,0.41735536,0.45454547,0.46694216,0.5123967,0.5413223,0.57438016,0.59090906,0.59090906,0.59504133,0.57024795,0.553719,0.5247934,0.53305787,0.5371901,0.54545456,0.5661157,0.23140496,0.3305785,0.37603307,0.42561984,0.4214876,0.45041323,0.46280992,0.49586776,0.5206612,0.5165289,0.49586776,0.4752066,0.42975205,0.40495867,0.3553719,0.30991736,0.3140496,0.30165288,0.32231405,0.3429752,0.36363637,0.39256197,0.43801653,0.45454547,0.5247934,0.59917355,0.6570248,0.71900827,0.76859504,0.78512394,0.79752064,0.8057851,0.8057851,0.78512394,0.71900827,0.661157,0.60330576,0.553719,0.49586776,0.47107437,0.45041323,0.42561984,0.3966942,0.35950413,0.35950413,0.35123968,0.32231405,0.30991736,0.3181818,0.34710744,0.35950413,0.38842976,0.4338843,0.46694216,0.5,0.5495868,0.5661157,0.5661157,0.553719,0.5413223,0.53305787,0.5289256,0.5371901,0.55785125,0.2231405,0.28099173,0.35950413,0.41735536,0.40082645,0.4214876,0.446281,0.46694216,0.46694216,0.4214876,0.3677686,0.3181818,0.37603307,0.3966942,0.3553719,0.25619835,0.25619835,0.27272728,0.29752067,0.30991736,0.30991736,0.3429752,0.39256197,0.41735536,0.47107437,0.53305787,0.607438,0.7066116,0.78512394,0.8057851,0.8140496,0.8140496,0.822314,0.78512394,0.71487606,0.6198347,0.5661157,0.5041322,0.45867768,0.45041323,0.42975205,0.37603307,0.3677686,0.39256197,0.43801653,0.38016528,0.2644628,0.33471075,0.29338843,0.27272728,0.35123968,0.42561984,0.37603307,0.41322315,0.4090909,0.45867768,0.53305787,0.56198347,0.553719,0.55785125,0.5371901,0.5289256,0.5413223,0.54545456,0.2520661,0.2603306,0.3553719,0.42561984,0.40495867,0.42561984,0.4338843,0.446281,0.42561984,0.3264463,0.3429752,0.30991736,0.45867768,0.607438,0.39256197,0.25619835,0.3305785,0.32231405,0.2768595,0.40082645,0.39256197,0.338843,0.34710744,0.38016528,0.42975205,0.4752066,0.5495868,0.70247936,0.79752064,0.8264463,0.8264463,0.8305785,0.8347107,0.79752064,0.71487606,0.59090906,0.5165289,0.4876033,0.47107437,0.44214877,0.4214876,0.4214876,0.43801653,0.4752066,0.59917355,0.45041323,0.2644628,0.4752066,0.3966942,0.2892562,0.33471075,0.5785124,0.37603307,0.35950413,0.41322315,0.3966942,0.49586776,0.54545456,0.553719,0.57024795,0.55785125,0.53305787,0.5413223,0.5413223,0.30165288,0.25619835,0.35950413,0.42561984,0.42561984,0.45454547,0.446281,0.45867768,0.38842976,0.30578512,0.30578512,0.38429752,0.6322314,0.677686,0.38016528,0.29752067,0.37603307,0.41735536,0.30165288,0.5,0.5371901,0.41735536,0.39256197,0.39256197,0.4090909,0.46280992,0.5165289,0.7066116,0.80991733,0.8347107,0.8305785,0.838843,0.838843,0.80991733,0.71900827,0.59504133,0.54545456,0.5371901,0.5,0.5041322,0.5289256,0.46694216,0.47933885,0.60330576,0.7107438,0.4876033,0.3264463,0.25619835,0.30578512,0.30991736,0.36363637,0.6652893,0.5371901,0.338843,0.37190083,0.42561984,0.5041322,0.5371901,0.54545456,0.58264464,0.58677685,0.553719,0.55785125,0.5413223,0.338843,0.26859504,0.37603307,0.45041323,0.45454547,0.4876033,0.47933885,0.47107437,0.42561984,0.30165288,0.33471075,0.4876033,0.6694215,0.677686,0.3677686,0.3553719,0.23553719,0.32231405,0.38016528,0.607438,0.6818182,0.5495868,0.45867768,0.47107437,0.446281,0.4752066,0.5247934,0.70247936,0.8140496,0.838843,0.8264463,0.8347107,0.8347107,0.8057851,0.71487606,0.60330576,0.62396693,0.5661157,0.5495868,0.6363636,0.56198347,0.5041322,0.5247934,0.6404959,0.74793386,0.58677685,0.42561984,0.3553719,0.34710744,0.35123968,0.4876033,0.6528926,0.61157024,0.5041322,0.3966942,0.46694216,0.53305787,0.55785125,0.5785124,0.60330576,0.6198347,0.59504133,0.5785124,0.5661157,0.33471075,0.29752067,0.39256197,0.47933885,0.5082645,0.553719,0.5165289,0.47933885,0.41735536,0.35950413,0.47107437,0.5413223,0.6322314,0.73140496,0.4876033,0.40495867,0.40495867,0.41735536,0.4752066,0.6694215,0.677686,0.607438,0.53305787,0.5413223,0.5206612,0.5165289,0.59504133,0.7066116,0.79752064,0.8347107,0.8264463,0.822314,0.8264463,0.7892562,0.6859504,0.60330576,0.6735537,0.6198347,0.6322314,0.70247936,0.61157024,0.607438,0.55785125,0.60330576,0.6735537,0.6446281,0.5165289,0.49586776,0.4752066,0.45867768,0.60330576,0.6363636,0.6404959,0.61570245,0.5289256,0.57438016,0.59504133,0.59090906,0.61157024,0.6404959,0.6487603,0.6322314,0.60330576,0.57024795,0.2892562,0.3264463,0.4090909,0.5206612,0.57438016,0.6404959,0.60330576,0.5289256,0.5082645,0.446281,0.5206612,0.62396693,0.661157,0.72727275,0.6694215,0.56198347,0.5785124,0.59917355,0.6280992,0.6859504,0.6446281,0.61157024,0.61157024,0.59917355,0.56198347,0.60330576,0.6528926,0.71900827,0.79752064,0.8305785,0.8264463,0.8181818,0.8305785,0.79752064,0.6694215,0.6198347,0.69008267,0.6652893,0.6570248,0.7231405,0.6983471,0.6652893,0.6198347,0.62396693,0.6404959,0.6528926,0.6363636,0.6322314,0.607438,0.60330576,0.6652893,0.6652893,0.6652893,0.6570248,0.62396693,0.6652893,0.6694215,0.6694215,0.6652893,0.6818182,0.6694215,0.6528926,0.6198347,0.5785124,0.27272728,0.30165288,0.41322315,0.56198347,0.6322314,0.6818182,0.677686,0.6528926,0.62396693,0.53305787,0.5371901,0.6198347,0.6859504,0.70247936,0.70247936,0.7231405,0.70247936,0.71487606,0.69008267,0.6859504,0.6446281,0.62396693,0.61157024,0.59090906,0.61570245,0.6859504,0.6735537,0.71900827,0.8016529,0.8305785,0.822314,0.8140496,0.822314,0.76859504,0.62396693,0.6322314,0.70247936,0.70247936,0.6652893,0.6487603,0.6528926,0.6487603,0.6322314,0.6363636,0.6446281,0.6528926,0.6694215,0.69008267,0.6942149,0.6983471,0.71900827,0.71487606,0.70247936,0.6859504,0.69008267,0.7066116,0.6942149,0.7066116,0.6942149,0.6859504,0.6818182,0.661157,0.6446281,0.607438,0.29338843,0.33471075,0.4214876,0.57438016,0.6652893,0.71487606,0.70247936,0.6818182,0.6694215,0.61157024,0.57438016,0.6198347,0.6818182,0.677686,0.6694215,0.6735537,0.6735537,0.6694215,0.6652893,0.677686,0.6652893,0.661157,0.6446281,0.6404959,0.7066116,0.71900827,0.661157,0.7107438,0.8016529,0.8140496,0.8140496,0.8140496,0.8181818,0.73140496,0.6198347,0.6404959,0.71900827,0.7355372,0.71900827,0.6570248,0.6487603,0.6487603,0.6528926,0.6528926,0.661157,0.6652893,0.6859504,0.6983471,0.6859504,0.6983471,0.71487606,0.71487606,0.71900827,0.7107438,0.7355372,0.73966944,0.71487606,0.71900827,0.6942149,0.6942149,0.6859504,0.677686,0.6735537,0.62396693,0.38842976,0.41322315,0.4338843,0.58264464,0.677686,0.7355372,0.7107438,0.6942149,0.6983471,0.6818182,0.6487603,0.6404959,0.6652893,0.6818182,0.6818182,0.69008267,0.6942149,0.6942149,0.6983471,0.71487606,0.71487606,0.7231405,0.6983471,0.6983471,0.7355372,0.71900827,0.661157,0.71487606,0.8016529,0.8140496,0.8140496,0.8140496,0.80991733,0.73140496,0.6363636,0.661157,0.73140496,0.74793386,0.75206614,0.73140496,0.72727275,0.70247936,0.6983471,0.6942149,0.7066116,0.7107438,0.7107438,0.71487606,0.6983471,0.7066116,0.72727275,0.73966944,0.74380165,0.73966944,0.75619835,0.76859504,0.74793386,0.73140496,0.7107438,0.6859504,0.6818182,0.69008267,0.6818182,0.6322314,0.446281,0.47933885,0.4752066,0.59504133,0.69008267,0.7231405,0.7107438,0.70247936,0.7107438,0.72727275,0.71487606,0.70247936,0.7107438,0.73140496,0.73140496,0.75206614,0.74793386,0.74793386,0.7644628,0.76859504,0.76033056,0.75619835,0.74380165,0.71900827,0.72727275,0.6942149,0.6694215,0.7355372,0.79752064,0.8140496,0.80991733,0.8140496,0.8057851,0.73966944,0.661157,0.6859504,0.73140496,0.73966944,0.76033056,0.76859504,0.78099173,0.77272725,0.76033056,0.75206614,0.76033056,0.7644628,0.7644628,0.76033056,0.76033056,0.76033056,0.76859504,0.7892562,0.7768595,0.77272725,0.7768595,0.78512394,0.76033056,0.73966944,0.74380165,0.6983471,0.6983471,0.7066116,0.677686,0.6322314,0.47933885,0.49586776,0.5123967,0.59917355,0.69008267,0.7107438,0.71487606,0.7231405,0.72727275,0.74793386,0.75619835,0.75206614,0.76033056,0.77272725,0.78512394,0.78512394,0.7933884,0.78099173,0.8016529,0.79752064,0.77272725,0.77272725,0.76859504,0.73966944,0.72727275,0.6859504,0.6818182,0.74793386,0.79752064,0.8140496,0.8140496,0.8140496,0.8057851,0.75619835,0.6983471,0.70247936,0.73140496,0.74380165,0.7644628,0.7768595,0.7892562,0.7892562,0.78099173,0.7892562,0.7933884,0.79752064,0.8016529,0.8057851,0.79752064,0.79752064,0.8016529,0.8057851,0.8016529,0.79752064,0.79752064,0.7892562,0.7768595,0.75619835,0.75206614,0.73140496,0.7107438,0.71487606,0.6735537,0.6280992,0.49173555,0.48347107,0.5041322,0.59504133,0.6818182,0.7066116,0.72727275,0.7355372,0.74380165,0.76033056,0.77272725,0.7768595,0.78512394,0.7892562,0.8016529,0.8016529,0.80991733,0.80991733,0.80991733,0.8016529,0.78512394,0.7768595,0.78512394,0.75619835,0.72727275,0.677686,0.69008267,0.76033056,0.7933884,0.8140496,0.8140496,0.80991733,0.80991733,0.78099173,0.72727275,0.71487606,0.73966944,0.75619835,0.76859504,0.7933884,0.7892562,0.78099173,0.78099173,0.78512394,0.8016529,0.80991733,0.822314,0.8264463,0.822314,0.8181818,0.8181818,0.80991733,0.80991733,0.80991733,0.8140496,0.7768595,0.78512394,0.74793386,0.6859504,0.73140496,0.7107438,0.70247936,0.6818182,0.607438,0.5041322,0.45454547,0.47933885,0.58677685,0.677686,0.7107438,0.7355372,0.73140496,0.74793386,0.7768595,0.7768595,0.7933884,0.8016529,0.8057851,0.80991733,0.8181818,0.822314,0.822314,0.8140496,0.7933884,0.8016529,0.7933884,0.78099173,0.75206614,0.71487606,0.6818182,0.7107438,0.7768595,0.79752064,0.80991733,0.8140496,0.8057851,0.80991733,0.7933884,0.75206614,0.7231405,0.7231405,0.76033056,0.77272725,0.7933884,0.79752064,0.74793386,0.7933884,0.7933884,0.8016529,0.8181818,0.8305785,0.8305785,0.8305785,0.822314,0.822314,0.8140496,0.8057851,0.79752064,0.8264463,0.71900827,0.71487606,0.75206614,0.70247936,0.7355372,0.6983471,0.69008267,0.677686,0.59504133,0.5206612,0.45454547,0.46280992,0.57438016,0.6652893,0.6983471,0.72727275,0.72727275,0.75206614,0.77272725,0.77272725,0.7933884,0.8057851,0.8140496,0.8181818,0.8264463,0.822314,0.822314,0.8181818,0.7933884,0.8057851,0.8057851,0.76859504,0.7355372,0.6983471,0.69008267,0.74793386,0.7892562,0.80991733,0.8181818,0.8140496,0.80991733,0.80991733,0.79752064,0.77272725,0.7107438,0.6983471,0.73966944,0.76859504,0.78099173,0.79752064,0.7644628,0.79752064,0.8181818,0.8181818,0.8181818,0.8264463,0.8305785,0.8347107,0.8264463,0.8140496,0.8140496,0.8057851,0.7933884,0.8140496,0.73966944,0.6859504,0.74380165,0.73966944,0.72727275,0.6942149,0.6818182,0.6694215,0.5785124,0.5371901,0.4876033,0.45041323,0.55785125,0.6446281,0.69008267,0.71487606,0.72727275,0.74793386,0.7644628,0.76859504,0.7933884,0.80991733,0.80991733,0.8181818,0.8264463,0.822314,0.822314,0.8140496,0.8140496,0.80991733,0.7933884,0.75206614,0.71487606,0.661157,0.6983471,0.7644628,0.8057851,0.8264463,0.8305785,0.8181818,0.8057851,0.79752064,0.7933884,0.78099173,0.71900827,0.6694215,0.7066116,0.73140496,0.7644628,0.8057851,0.78099173,0.8057851,0.8181818,0.8140496,0.8181818,0.8305785,0.8305785,0.8264463,0.8305785,0.8264463,0.8181818,0.8140496,0.8016529,0.79752064,0.78512394,0.75206614,0.77272725,0.74793386,0.7231405,0.6942149,0.6694215,0.661157,0.5785124,0.57438016,0.5247934,0.45454547,0.54545456,0.6446281,0.69008267,0.7066116,0.7231405,0.73966944,0.7644628,0.7768595,0.7892562,0.79752064,0.8057851,0.8140496,0.8264463,0.822314,0.822314,0.8181818,0.80991733,0.8140496,0.7768595,0.70247936,0.6735537,0.661157,0.6859504,0.7644628,0.8181818,0.838843,0.8347107,0.8181818,0.8016529,0.7892562,0.77272725,0.76859504,0.73966944,0.677686,0.7107438,0.73140496,0.71487606,0.77272725,0.7768595,0.79752064,0.8181818,0.8140496,0.80991733,0.8305785,0.8305785,0.8264463,0.8264463,0.8181818,0.8140496,0.8057851,0.79752064,0.7933884,0.7933884,0.77272725,0.7768595,0.74793386,0.71487606,0.69008267,0.6570248,0.6404959,0.58264464,0.607438,0.5661157,0.46694216,0.5289256,0.6528926,0.69008267,0.70247936,0.7231405,0.73140496,0.75619835,0.77272725,0.78099173,0.7933884,0.8016529,0.80991733,0.822314,0.822314,0.8264463,0.8140496,0.80991733,0.80991733,0.75619835,0.6487603,0.677686,0.661157,0.6859504,0.76033056,0.822314,0.822314,0.8347107,0.8264463,0.8057851,0.78512394,0.75206614,0.7355372,0.72727275,0.69008267,0.7231405,0.75206614,0.70247936,0.6859504,0.74380165,0.7933884,0.8057851,0.80991733,0.8181818,0.8305785,0.8305785,0.822314,0.822314,0.80991733,0.80991733,0.8016529,0.7933884,0.78512394,0.78512394,0.7768595,0.76859504,0.74793386,0.70247936,0.6694215,0.6446281,0.6280992,0.5785124,0.6446281,0.58264464,0.5,0.5123967,0.6322314,0.6818182,0.69008267,0.7231405,0.7355372,0.75619835,0.76859504,0.76859504,0.78512394,0.79752064,0.8016529,0.80991733,0.822314,0.8264463,0.8016529,0.8057851,0.7768595,0.6942149,0.6735537,0.6694215,0.6322314,0.6735537,0.75619835,0.79752064,0.8016529,0.8264463,0.8347107,0.8057851,0.75619835,0.70247936,0.6735537,0.6859504,0.6859504,0.71487606,0.75619835,0.70247936,0.6322314,0.6859504,0.76859504,0.78512394,0.79752064,0.8181818,0.8264463,0.8264463,0.8181818,0.822314,0.80991733,0.8016529,0.8057851,0.78512394,0.78099173,0.7768595,0.7768595,0.76859504,0.74380165,0.6859504,0.6735537,0.6404959,0.62396693,0.5661157,0.6735537,0.56198347,0.55785125,0.5041322,0.6322314,0.6528926,0.6818182,0.71487606,0.72727275,0.74793386,0.76033056,0.75619835,0.77272725,0.78099173,0.7892562,0.80991733,0.8264463,0.8140496,0.78512394,0.7768595,0.75619835,0.677686,0.6735537,0.6446281,0.5785124,0.59504133,0.69008267,0.76859504,0.7768595,0.7933884,0.8016529,0.74793386,0.6694215,0.61570245,0.61157024,0.6487603,0.6652893,0.6859504,0.7231405,0.6694215,0.58677685,0.6652893,0.74380165,0.75619835,0.77272725,0.79752064,0.8181818,0.8181818,0.8140496,0.8181818,0.8016529,0.7892562,0.7933884,0.78512394,0.76859504,0.76859504,0.7644628,0.74793386,0.71900827,0.6735537,0.661157,0.6363636,0.61157024,0.55785125,0.6694215,0.5289256,0.57024795,0.49586776,0.6363636,0.6363636,0.6652893,0.69008267,0.71487606,0.7355372,0.75619835,0.74793386,0.75619835,0.7768595,0.78512394,0.8016529,0.80991733,0.7933884,0.78099173,0.76033056,0.74380165,0.6942149,0.6198347,0.59504133,0.5371901,0.48347107,0.5661157,0.7107438,0.73140496,0.7355372,0.7355372,0.661157,0.59504133,0.57024795,0.57438016,0.59504133,0.6198347,0.6404959,0.6694215,0.61157024,0.55785125,0.6859504,0.71487606,0.6983471,0.7231405,0.77272725,0.8016529,0.8016529,0.79752064,0.8016529,0.78512394,0.7892562,0.7892562,0.78099173,0.76033056,0.74793386,0.73966944,0.7231405,0.6983471,0.6570248,0.6446281,0.6404959,0.59917355,0.553719,0.6322314,0.5661157,0.5082645,0.5,0.6198347,0.6322314,0.6528926,0.69008267,0.6942149,0.7231405,0.75206614,0.74793386,0.76033056,0.76859504,0.77272725,0.7933884,0.79752064,0.77272725,0.7644628,0.77272725,0.77272725,0.6942149,0.56198347,0.5082645,0.46694216,0.42561984,0.4752066,0.60330576,0.6528926,0.661157,0.6528926,0.59917355,0.56198347,0.5041322,0.43801653,0.42975205,0.47107437,0.5413223,0.58264464,0.5413223,0.58264464,0.7066116,0.75619835,0.6694215,0.72727275,0.7355372,0.71487606,0.75619835,0.78512394,0.78099173,0.78099173,0.77272725,0.7768595,0.7644628,0.73966944,0.72727275,0.71900827,0.6859504,0.6735537,0.62396693,0.62396693,0.6322314,0.5785124,0.5495868,0.5413223,0.6652893,0.5495868,0.48347107,0.59090906,0.61570245,0.61570245,0.6652893,0.6859504,0.7107438,0.74793386,0.7355372,0.74793386,0.76859504,0.76859504,0.78512394,0.78099173,0.75619835,0.76033056,0.7768595,0.7933884,0.7355372,0.5289256,0.41735536,0.33471075,0.30991736,0.38016528,0.48347107,0.55785125,0.55785125,0.5495868,0.53305787,0.45867768,0.36363637,0.32231405,0.30578512,0.3181818,0.38429752,0.45041323,0.5206612,0.661157,0.73140496,0.78512394,0.71487606,0.7355372,0.74380165,0.7066116,0.72727275,0.76859504,0.78512394,0.78099173,0.76033056,0.75206614,0.73140496,0.71487606,0.7066116,0.6942149,0.6652893,0.6528926,0.61570245,0.60330576,0.61157024,0.57438016,0.54545456,0.446281,0.6818182,0.6570248,0.5,0.57438016,0.61157024,0.60330576,0.6446281,0.677686,0.7066116,0.73140496,0.7355372,0.73966944,0.76033056,0.76859504,0.7644628,0.7644628,0.75619835,0.7644628,0.7768595,0.7933884,0.76859504,0.59917355,0.3966942,0.28099173,0.23553719,0.28099173,0.3677686,0.46280992,0.45867768,0.446281,0.45867768,0.41322315,0.41322315,0.446281,0.44214877,0.4214876,0.43801653,0.4876033,0.607438,0.6528926,0.69008267,0.75206614,0.76859504,0.76859504,0.76033056,0.7355372,0.7355372,0.75206614,0.76859504,0.77272725,0.75206614,0.7355372,0.7231405,0.7107438,0.6942149,0.6652893,0.6487603,0.6363636,0.6280992,0.61157024,0.61157024,0.58264464,0.5371901,0.37603307,0.6570248,0.7066116,0.5371901,0.553719,0.607438,0.6198347,0.62396693,0.6487603,0.6859504,0.7231405,0.7231405,0.74380165,0.75619835,0.76033056,0.76033056,0.7644628,0.76033056,0.77272725,0.78099173,0.7768595,0.76033056,0.6818182,0.5123967,0.39256197,0.3181818,0.30578512,0.30165288,0.35950413,0.3966942,0.39256197,0.4214876,0.48347107,0.56198347,0.60330576,0.59917355,0.6198347,0.6404959,0.62396693,0.6446281,0.6528926,0.6363636,0.7107438,0.75206614,0.7768595,0.76859504,0.74793386,0.7355372,0.73966944,0.74793386,0.75619835,0.74793386,0.73140496,0.7231405,0.70247936,0.677686,0.6487603,0.6322314,0.6198347,0.62396693,0.6280992,0.607438,0.57024795,0.5413223,0.32231405,0.61157024,0.7107438,0.55785125,0.5206612,0.61570245,0.61157024,0.59917355,0.6446281,0.6652893,0.70247936,0.7231405,0.73966944,0.74793386,0.7644628,0.7768595,0.7768595,0.76859504,0.77272725,0.77272725,0.75206614,0.74380165,0.7066116,0.6570248,0.56198347,0.46280992,0.40495867,0.33471075,0.34710744,0.38429752,0.4090909,0.47107437,0.5661157,0.6198347,0.62396693,0.6322314,0.6322314,0.6322314,0.6322314,0.6446281,0.6528926,0.6528926,0.677686,0.7355372,0.76033056,0.7768595,0.75619835,0.7644628,0.74793386,0.74793386,0.74793386,0.75619835,0.73140496,0.7066116,0.6859504,0.661157,0.6404959,0.62396693,0.607438,0.61570245,0.6198347,0.59917355,0.56198347,0.54545456,0.28099173,0.55785125,0.69008267,0.5785124,0.5,0.59504133,0.607438,0.61157024,0.6198347,0.661157,0.6942149,0.71900827,0.73966944,0.75619835,0.77272725,0.7892562,0.7933884,0.76859504,0.75619835,0.74793386,0.72727275,0.72727275,0.70247936,0.6942149,0.6570248,0.59917355,0.5371901,0.45454547,0.43801653,0.4752066,0.5123967,0.54545456,0.59504133,0.607438,0.61157024,0.6198347,0.62396693,0.6363636,0.6446281,0.6570248,0.6570248,0.6528926,0.6735537,0.70247936,0.73966944,0.75206614,0.7355372,0.78099173,0.78512394,0.75206614,0.74793386,0.76033056,0.72727275,0.7066116,0.6818182,0.661157,0.6363636,0.62396693,0.61570245,0.61570245,0.6198347,0.59917355,0.57024795,0.54545456,0.2892562,0.44214877,0.61570245,0.55785125,0.5123967,0.5785124,0.6280992,0.61570245,0.6198347,0.6652893,0.6859504,0.70247936,0.7355372,0.7644628,0.78099173,0.7933884,0.78512394,0.75206614,0.73140496,0.71900827,0.70247936,0.71487606,0.69008267,0.69008267,0.6983471,0.6528926,0.6487603,0.58677685,0.54545456,0.58264464,0.5785124,0.5661157,0.58677685,0.59917355,0.61570245,0.61570245,0.61570245,0.6280992,0.6322314,0.6446281,0.6570248,0.661157,0.6652893,0.661157,0.7066116,0.72727275,0.7231405,0.78099173,0.79752064,0.77272725,0.75619835,0.75206614,0.73140496,0.70247936,0.677686,0.6528926,0.6404959,0.6198347,0.607438,0.61570245,0.61157024,0.60330576,0.57438016,0.5413223,0.3140496,0.3264463,0.46694216,0.4876033,0.53305787,0.57438016,0.61157024,0.6280992,0.607438,0.6528926,0.6859504,0.69008267,0.73140496,0.76859504,0.78512394,0.7933884,0.77272725,0.72727275,0.70247936,0.70247936,0.69008267,0.6983471,0.6694215,0.677686,0.70247936,0.661157,0.677686,0.6487603,0.59504133,0.61570245,0.607438,0.59090906,0.57438016,0.59504133,0.59090906,0.60330576,0.61157024,0.61570245,0.6280992,0.6322314,0.6404959,0.6528926,0.6487603,0.6487603,0.6818182,0.71900827,0.73966944,0.77272725,0.7644628,0.79752064,0.7644628,0.75206614,0.74380165,0.71487606,0.6818182,0.6528926,0.6280992,0.61157024,0.59917355,0.61570245,0.61157024,0.607438,0.5495868,0.53305787,0.32231405,0.32231405,0.338843,0.3966942,0.5247934,0.57438016,0.59090906,0.6280992,0.607438,0.6363636,0.6983471,0.6983471,0.7231405,0.76859504,0.7892562,0.78099173,0.75206614,0.7107438,0.69008267,0.6818182,0.6735537,0.6694215,0.6404959,0.6652893,0.677686,0.6528926,0.6735537,0.6694215,0.6446281,0.61157024,0.61570245,0.62396693,0.5785124,0.58677685,0.59090906,0.607438,0.60330576,0.61157024,0.61157024,0.6198347,0.62396693,0.62396693,0.62396693,0.6528926,0.6735537,0.7066116,0.75619835,0.76033056,0.73966944,0.7768595,0.76033056,0.74380165,0.75619835,0.7231405,0.6859504,0.661157,0.6322314,0.61157024,0.607438,0.61157024,0.61157024,0.59504133,0.5413223,0.5371901,0.30991736,0.3181818,0.30165288,0.3264463,0.5,0.56198347,0.59504133,0.607438,0.61570245,0.6198347,0.6983471,0.71900827,0.73140496,0.76859504,0.77272725,0.75619835,0.73140496,0.6983471,0.6818182,0.6570248,0.6322314,0.6404959,0.6322314,0.661157,0.677686,0.69008267,0.6983471,0.6983471,0.7066116,0.6818182,0.6735537,0.6652893,0.62396693,0.61157024,0.6322314,0.6487603,0.6487603,0.6528926,0.6487603,0.6363636,0.6198347,0.61570245,0.59504133,0.62396693,0.6363636,0.6694215,0.74380165,0.74793386,0.7355372,0.75206614,0.75206614,0.72727275,0.75619835,0.71900827,0.6859504,0.6528926,0.62396693,0.60330576,0.59917355,0.607438,0.59504133,0.5785124,0.5371901,0.5247934,0.3181818,0.3264463,0.30991736,0.30578512,0.4876033,0.5495868,0.59504133,0.59917355,0.60330576,0.6198347,0.6818182,0.7066116,0.72727275,0.76033056,0.76033056,0.73140496,0.7066116,0.6983471,0.6694215,0.6280992,0.59504133,0.61570245,0.6322314,0.6735537,0.6942149,0.7231405,0.73140496,0.75619835,0.7768595,0.76859504,0.75619835,0.71487606,0.69008267,0.6735537,0.6859504,0.6652893,0.6735537,0.677686,0.677686,0.661157,0.6322314,0.607438,0.58677685,0.59504133,0.59504133,0.6322314,0.71487606,0.7355372,0.7355372,0.7355372,0.73966944,0.7107438,0.76859504,0.73966944,0.6859504,0.661157,0.61570245,0.59090906,0.59090906,0.59917355,0.59090906,0.5785124,0.54545456,0.54545456,0.32231405,0.3181818,0.3181818,0.29338843,0.45454547,0.5371901,0.5785124,0.60330576,0.607438,0.62396693,0.6652893,0.6942149,0.71900827,0.74793386,0.73966944,0.71900827,0.6942149,0.6818182,0.6322314,0.58677685,0.57024795,0.58264464,0.61157024,0.6570248,0.677686,0.6735537,0.6570248,0.6528926,0.6983471,0.74793386,0.75619835,0.74380165,0.71900827,0.6735537,0.6280992,0.58264464,0.59917355,0.60330576,0.60330576,0.59917355,0.58677685,0.58264464,0.58264464,0.57438016,0.5661157,0.60330576,0.6652893,0.6942149,0.70247936,0.7107438,0.7066116,0.6859504,0.76033056,0.74380165,0.6859504,0.6570248,0.62396693,0.59090906,0.607438,0.58677685,0.5785124,0.57024795,0.54545456,0.553719,0.32231405,0.32231405,0.3181818,0.28512397,0.42561984,0.5123967,0.5495868,0.59917355,0.607438,0.62396693,0.6528926,0.6818182,0.70247936,0.72727275,0.7066116,0.6983471,0.6818182,0.6363636,0.58677685,0.5289256,0.5165289,0.5413223,0.56198347,0.5661157,0.57024795,0.54545456,0.53305787,0.5247934,0.53305787,0.59090906,0.61157024,0.6528926,0.6198347,0.56198347,0.5123967,0.49173555,0.5041322,0.49173555,0.46694216,0.4752066,0.48347107,0.5,0.5,0.4876033,0.46694216,0.49586776,0.553719,0.59504133,0.6404959,0.6735537,0.6942149,0.6942149,0.74380165,0.74793386,0.6859504,0.6446281,0.62396693,0.58677685,0.6198347,0.59504133,0.55785125,0.56198347,0.54545456,0.5495868,0.3181818,0.3181818,0.3181818,0.29338843,0.37603307,0.4876033,0.5289256,0.57024795,0.60330576,0.6198347,0.6570248,0.6859504,0.6983471,0.7066116,0.6983471,0.6735537,0.6570248,0.5785124,0.5165289,0.42561984,0.37603307,0.3966942,0.42975205,0.4338843,0.42975205,0.42975205,0.42561984,0.4214876,0.41735536,0.41735536,0.41735536,0.446281,0.4090909,0.40495867,0.40495867,0.4090909,0.38016528,0.37190083,0.34710744,0.37603307,0.39256197,0.3966942,0.37190083,0.338843,0.3553719,0.41322315,0.4876033,0.5495868,0.61157024,0.6652893,0.69008267,0.71900827,0.74793386,0.71487606,0.6735537,0.6404959,0.6198347,0.60330576,0.61570245,0.59090906,0.56198347,0.55785125,0.5413223,0.5495868,0.3181818,0.3181818,0.3181818,0.29752067,0.3305785,0.45454547,0.5123967,0.553719,0.58677685,0.59504133,0.6487603,0.6735537,0.6942149,0.71900827,0.69008267,0.6570248,0.62396693,0.56198347,0.4876033,0.37190083,0.2520661,0.24380165,0.3140496,0.3553719,0.36363637,0.37190083,0.37603307,0.37603307,0.38429752,0.38016528,0.38429752,0.39256197,0.3677686,0.38429752,0.4338843,0.45454547,0.446281,0.45041323,0.43801653,0.47107437,0.49173555,0.48347107,0.4752066,0.47933885,0.53305787,0.59090906,0.5785124,0.59917355,0.6570248,0.677686,0.71900827,0.73966944,0.74380165,0.6983471,0.6446281,0.6363636,0.62396693,0.62396693,0.59917355,0.5785124,0.553719,0.54545456,0.5413223,0.5371901,0.30991736,0.3140496,0.3140496,0.30165288,0.30991736,0.41322315,0.4876033,0.5413223,0.58677685,0.58264464,0.6404959,0.661157,0.6694215,0.71900827,0.69008267,0.661157,0.6280992,0.6280992,0.61157024,0.607438,0.5785124,0.5247934,0.5289256,0.5661157,0.58677685,0.62396693,0.6694215,0.6983471,0.7231405,0.6694215,0.6322314,0.6280992,0.6198347,0.6198347,0.6570248,0.6570248,0.6446281,0.62396693,0.61570245,0.61157024,0.59917355,0.59090906,0.59917355,0.6446281,0.6818182,0.7066116,0.6983471,0.677686,0.69008267,0.73140496,0.74380165,0.73140496,0.7231405,0.6983471,0.6528926,0.61157024,0.6404959,0.61570245,0.59504133,0.5661157,0.5413223,0.5371901,0.5371901,0.5206612,0.3140496,0.30991736,0.30991736,0.30991736,0.2892562,0.37190083,0.45454547,0.5165289,0.57024795,0.59917355,0.62396693,0.6570248,0.6652893,0.6859504,0.71487606,0.70247936,0.69008267,0.70247936,0.7107438,0.7355372,0.74793386,0.6983471,0.677686,0.6735537,0.6694215,0.677686,0.70247936,0.73140496,0.7644628,0.7644628,0.76859504,0.77272725,0.77272725,0.75619835,0.75619835,0.73140496,0.69008267,0.6528926,0.6570248,0.6446281,0.6280992,0.6404959,0.6652893,0.70247936,0.73140496,0.73966944,0.74380165,0.74380165,0.75206614,0.76033056,0.76033056,0.73140496,0.72727275,0.6818182,0.6322314,0.6198347,0.61570245,0.59917355,0.61157024,0.57024795,0.5371901,0.5289256,0.5371901,0.49586776,0.3140496,0.30991736,0.30991736,0.3140496,0.29752067,0.3305785,0.41735536,0.49586776,0.54545456,0.58677685,0.6198347,0.6570248,0.6528926,0.661157,0.72727275,0.7355372,0.7355372,0.72727275,0.74380165,0.76859504,0.76859504,0.7066116,0.6735537,0.6859504,0.6818182,0.6735537,0.6859504,0.7066116,0.73140496,0.73140496,0.74380165,0.74793386,0.74793386,0.73966944,0.74380165,0.7355372,0.70247936,0.6652893,0.70247936,0.69008267,0.677686,0.6859504,0.69008267,0.7107438,0.73140496,0.74793386,0.75619835,0.76859504,0.75619835,0.75619835,0.73966944,0.7355372,0.71487606,0.6652893,0.62396693,0.6280992,0.59917355,0.59090906,0.60330576,0.55785125,0.5206612,0.5123967,0.5165289,0.45041323,0.3140496,0.30991736,0.30578512,0.3140496,0.30165288,0.30578512,0.3677686,0.45041323,0.5206612,0.57024795,0.59090906,0.6528926,0.6652893,0.62396693,0.71487606,0.75619835,0.73966944,0.74380165,0.76859504,0.7933884,0.75619835,0.7231405,0.6694215,0.6570248,0.6652893,0.661157,0.6694215,0.6735537,0.677686,0.6694215,0.6859504,0.6983471,0.70247936,0.69008267,0.6983471,0.6942149,0.6942149,0.6528926,0.677686,0.6735537,0.6694215,0.677686,0.677686,0.71900827,0.73140496,0.7355372,0.77272725,0.77272725,0.74380165,0.74380165,0.75206614,0.73966944,0.7107438,0.6528926,0.6322314,0.6322314,0.61157024,0.59917355,0.5785124,0.5371901,0.5123967,0.5,0.48347107,0.3966942,0.30991736,0.3140496,0.30991736,0.30991736,0.30991736,0.29752067,0.3181818,0.40495867,0.4752066,0.5495868,0.59090906,0.6404959,0.677686,0.69008267,0.71487606,0.76033056,0.76033056,0.75206614,0.76859504,0.78099173,0.74793386,0.7355372,0.6942149,0.6446281,0.6363636,0.6198347,0.607438,0.59504133,0.58677685,0.5661157,0.5785124,0.58677685,0.59504133,0.58264464,0.58677685,0.58264464,0.60330576,0.59504133,0.607438,0.62396693,0.6528926,0.6652893,0.6859504,0.71900827,0.71900827,0.72727275,0.77272725,0.76033056,0.7355372,0.73966944,0.75206614,0.73966944,0.71487606,0.6694215,0.6363636,0.62396693,0.6198347,0.58677685,0.55785125,0.5289256,0.5082645,0.48347107,0.45867768,0.3264463,0.3181818,0.3140496,0.30991736,0.30165288,0.30578512,0.30165288,0.30165288,0.3429752,0.42975205,0.5206612,0.57438016,0.607438,0.6446281,0.70247936,0.72727275,0.76859504,0.76859504,0.76033056,0.75206614,0.76859504,0.7355372,0.73966944,0.71900827,0.661157,0.6322314,0.61157024,0.59090906,0.5661157,0.5495868,0.5371901,0.5371901,0.5289256,0.5289256,0.5371901,0.54545456,0.553719,0.56198347,0.58264464,0.6198347,0.6363636,0.6487603,0.6942149,0.6983471,0.6942149,0.71900827,0.71900827,0.73966944,0.75206614,0.73966944,0.72727275,0.7355372,0.71900827,0.69008267,0.6652893,0.6322314,0.61570245,0.607438,0.5785124,0.5289256,0.5123967,0.5041322,0.46694216,0.4214876,0.2644628,0.3140496,0.3140496,0.30165288,0.30165288,0.30578512,0.3140496,0.30165288,0.29752067,0.34710744,0.45867768,0.5371901,0.58677685,0.6198347,0.6652893,0.73140496,0.73140496,0.76859504,0.75206614,0.7355372,0.7644628,0.7231405,0.7355372,0.73140496,0.6859504,0.6570248,0.6404959,0.6280992,0.61157024,0.59917355,0.59917355,0.59090906,0.55785125,0.5495868,0.5785124,0.59090906,0.60330576,0.6198347,0.661157,0.661157,0.677686,0.69008267,0.6942149,0.71900827,0.71900827,0.75206614,0.74793386,0.74380165,0.75619835,0.73140496,0.72727275,0.7355372,0.7107438,0.677686,0.661157,0.6198347,0.59917355,0.59090906,0.56198347,0.5123967,0.49173555,0.48347107,0.45041323,0.3553719,0.21900827,0.30991736,0.3140496,0.29752067,0.30165288,0.30991736,0.30991736,0.30165288,0.29338843,0.30578512,0.40495867,0.5082645,0.55785125,0.607438,0.6487603,0.7107438,0.73140496,0.73966944,0.74380165,0.7355372,0.75206614,0.7107438,0.7231405,0.7355372,0.71900827,0.6818182,0.6735537,0.677686,0.6694215,0.6528926,0.6528926,0.6528926,0.6280992,0.61570245,0.6363636,0.6528926,0.6735537,0.6942149,0.7107438,0.7107438,0.73140496,0.7066116,0.6983471,0.75619835,0.75206614,0.74793386,0.75206614,0.75206614,0.74380165,0.73140496,0.7355372,0.74380165,0.71487606,0.677686,0.6528926,0.61570245,0.58264464,0.57438016,0.5413223,0.49586776,0.47933885,0.43801653,0.446281,0.27272728,0.21487603,0.3140496,0.30991736,0.30578512,0.30578512,0.30165288,0.30165288,0.29752067,0.29752067,0.2892562,0.3305785,0.4214876,0.5041322,0.5661157,0.6198347,0.661157,0.7107438,0.73140496,0.71900827,0.73966944,0.75206614,0.71900827,0.7231405,0.74380165,0.73966944,0.70247936,0.7107438,0.71487606,0.7107438,0.6983471,0.6942149,0.7066116,0.70247936,0.6983471,0.7066116,0.6983471,0.71900827,0.72727275,0.7355372,0.73140496,0.73966944,0.73966944,0.73966944,0.76033056,0.76859504,0.7355372,0.73966944,0.74380165,0.73140496,0.72727275,0.7355372,0.73140496,0.7066116,0.677686,0.6446281,0.607438,0.57438016,0.553719,0.5289256,0.47933885,0.45867768,0.38016528,0.4752066,0.2644628,0.20247933,0.32231405,0.30165288,0.3181818,0.29338843,0.30165288,0.30578512,0.30165288,0.30991736,0.30165288,0.28099173,0.35123968,0.43801653,0.5165289,0.58264464,0.6404959,0.69008267,0.71900827,0.71900827,0.7231405,0.74380165,0.74380165,0.73140496,0.74793386,0.74380165,0.6983471,0.71900827,0.7355372,0.7355372,0.7355372,0.7355372,0.74380165,0.74793386,0.76033056,0.75619835,0.7355372,0.76033056,0.75206614,0.74380165,0.74380165,0.7355372,0.75619835,0.76033056,0.76033056,0.7768595,0.72727275,0.73966944,0.73966944,0.72727275,0.73140496,0.72727275,0.71900827,0.69008267,0.6528926,0.61570245,0.58677685,0.55785125,0.5289256,0.49173555,0.45454547,0.40082645,0.36363637,0.5082645,0.25619835,0.20661157,0.3305785,0.30991736,0.30578512,0.29752067,0.29338843,0.29752067,0.30165288,0.30165288,0.30991736,0.2892562,0.30165288,0.37190083,0.45867768,0.5247934,0.607438,0.6694215,0.6942149,0.7066116,0.7231405,0.71900827,0.75206614,0.7355372,0.73966944,0.75619835,0.73140496,0.73966944,0.75206614,0.73966944,0.74380165,0.75206614,0.77272725,0.77272725,0.76859504,0.77272725,0.7644628,0.77272725,0.7644628,0.74793386,0.75619835,0.76033056,0.7768595,0.78099173,0.76859504,0.78099173,0.74793386,0.74380165,0.74380165,0.7355372,0.7231405,0.71487606,0.7107438,0.6694215,0.62396693,0.5785124,0.55785125,0.5289256,0.4876033,0.45867768,0.40495867,0.3553719,0.41322315,0.5371901,0.23553719,0.2107438,0.30991736,0.3264463,0.28512397,0.29338843,0.30165288,0.29338843,0.30578512,0.30578512,0.30165288,0.3140496,0.29752067,0.30165288,0.3677686,0.45867768,0.5413223,0.61570245,0.677686,0.6983471,0.72727275,0.7107438,0.73140496,0.7355372,0.73966944,0.76859504,0.75206614,0.76033056,0.76033056,0.73966944,0.75206614,0.76033056,0.7768595,0.78512394,0.77272725,0.7768595,0.7644628,0.77272725,0.76859504,0.7644628,0.7644628,0.75619835,0.7768595,0.7892562,0.78512394,0.76033056,0.75206614,0.73966944,0.7355372,0.7355372,0.6983471,0.69008267,0.69008267,0.6322314,0.58264464,0.54545456,0.5206612,0.48347107,0.4338843,0.39256197,0.35123968,0.40082645,0.4338843,0.53305787,0.29752067,0.23553719,0.3264463,0.3140496,0.29752067,0.30165288,0.29752067,0.30578512,0.30165288,0.30165288,0.30165288,0.30991736,0.30578512,0.29338843,0.30578512,0.3677686,0.46280992,0.5495868,0.6487603,0.677686,0.6983471,0.70247936,0.70247936,0.7066116,0.71900827,0.75206614,0.74793386,0.75206614,0.76033056,0.75619835,0.7644628,0.78512394,0.78099173,0.78099173,0.7768595,0.78099173,0.78099173,0.76859504,0.76033056,0.77272725,0.76033056,0.74380165,0.7644628,0.7768595,0.78099173,0.73966944,0.74380165,0.71487606,0.7355372,0.72727275,0.69008267,0.6652893,0.6363636,0.58264464,0.5289256,0.49173555,0.45454547,0.41735536,0.37190083,0.338843,0.38842976,0.42975205,0.44214877,0.5371901,0.23553719,0.28099173,0.3181818,0.3181818,0.29338843,0.29752067,0.29338843,0.29752067,0.29752067,0.29752067,0.30165288,0.3140496,0.30578512,0.30165288,0.3140496,0.3181818,0.35950413,0.46694216,0.58264464,0.6363636,0.661157,0.6818182,0.69008267,0.6652893,0.71487606,0.7231405,0.74380165,0.74793386,0.75206614,0.7644628,0.76859504,0.7892562,0.78512394,0.76859504,0.76033056,0.76033056,0.7768595,0.7768595,0.73966944,0.75619835,0.75619835,0.75206614,0.75619835,0.76033056,0.76859504,0.73966944,0.71487606,0.7066116,0.7107438,0.70247936,0.677686,0.6404959,0.58677685,0.5289256,0.4752066,0.42975205,0.38842976,0.33471075,0.30165288,0.38429752,0.42561984,0.42561984,0.46280992,0.553719,0.18595041,0.20661157,17 +0.2520661,0.24380165,0.23966943,0.30165288,0.35950413,0.47933885,0.75206614,0.8264463,0.8512397,0.8595041,0.8553719,0.8595041,0.8553719,0.8471074,0.8347107,0.80991733,0.79752064,0.7892562,0.7768595,0.7644628,0.76033056,0.74793386,0.74380165,0.74380165,0.74380165,0.74380165,0.75206614,0.7644628,0.76033056,0.76859504,0.78099173,0.76859504,0.77272725,0.7644628,0.77272725,0.7768595,0.77272725,0.78512394,0.7933884,0.78512394,0.78512394,0.79752064,0.79752064,0.79752064,0.79752064,0.7933884,0.7892562,0.7892562,0.7768595,0.77272725,0.76033056,0.75619835,0.74793386,0.73966944,0.72727275,0.7066116,0.69008267,0.6859504,0.661157,0.6280992,0.61157024,0.5785124,0.5165289,0.23140496,0.24793388,0.2520661,0.23553719,0.35950413,0.38016528,0.54545456,0.79752064,0.8347107,0.8636364,0.8677686,0.8636364,0.8595041,0.8553719,0.8471074,0.8264463,0.8181818,0.8057851,0.7933884,0.78512394,0.7644628,0.77272725,0.75619835,0.76033056,0.74380165,0.75619835,0.74793386,0.74793386,0.76033056,0.76033056,0.76859504,0.76859504,0.7644628,0.76859504,0.7644628,0.7768595,0.77272725,0.77272725,0.7892562,0.7892562,0.7892562,0.7768595,0.79752064,0.79752064,0.8016529,0.8016529,0.7933884,0.78512394,0.7892562,0.78099173,0.78512394,0.7644628,0.75619835,0.75619835,0.74793386,0.74380165,0.72727275,0.7066116,0.6983471,0.6652893,0.62396693,0.61157024,0.58264464,0.5165289,0.2892562,0.25619835,0.23966943,0.2644628,0.43801653,0.40082645,0.6198347,0.822314,0.8553719,0.87603307,0.87603307,0.8719008,0.8595041,0.8471074,0.8429752,0.838843,0.8305785,0.80991733,0.8016529,0.78512394,0.7768595,0.7768595,0.76859504,0.7644628,0.75619835,0.75206614,0.74793386,0.75206614,0.75619835,0.76033056,0.75619835,0.7644628,0.7644628,0.76859504,0.76859504,0.77272725,0.76859504,0.7768595,0.7768595,0.7933884,0.79752064,0.7933884,0.8181818,0.8140496,0.8140496,0.80991733,0.8057851,0.79752064,0.7892562,0.7892562,0.7892562,0.77272725,0.75619835,0.75619835,0.76033056,0.75619835,0.74380165,0.7231405,0.7066116,0.6735537,0.6446281,0.60330576,0.59090906,0.5289256,0.33471075,0.24793388,0.24380165,0.30165288,0.5041322,0.45454547,0.70247936,0.838843,0.8636364,0.88429755,0.87603307,0.8677686,0.8677686,0.8595041,0.8471074,0.8471074,0.8347107,0.8305785,0.8181818,0.79752064,0.78099173,0.78099173,0.76859504,0.76033056,0.74793386,0.75206614,0.75206614,0.74380165,0.75619835,0.76033056,0.75619835,0.75619835,0.7644628,0.76859504,0.7644628,0.7768595,0.7768595,0.7768595,0.79752064,0.80991733,0.8140496,0.8264463,0.8264463,0.822314,0.8264463,0.8140496,0.8181818,0.80991733,0.8016529,0.7933884,0.7892562,0.7768595,0.77272725,0.76859504,0.7644628,0.76859504,0.75206614,0.73140496,0.71900827,0.6859504,0.6570248,0.61570245,0.59090906,0.53305787,0.39256197,0.23140496,0.23966943,0.3305785,0.46694216,0.49586776,0.75619835,0.8429752,0.8677686,0.88429755,0.8801653,0.8719008,0.8636364,0.8553719,0.8512397,0.8512397,0.838843,0.838843,0.8140496,0.7933884,0.7768595,0.78099173,0.76859504,0.75619835,0.74380165,0.74380165,0.74793386,0.73966944,0.76033056,0.78099173,0.7768595,0.76859504,0.7768595,0.78099173,0.7892562,0.7768595,0.7892562,0.80991733,0.8140496,0.8181818,0.8305785,0.8347107,0.8305785,0.822314,0.822314,0.8140496,0.80991733,0.80991733,0.80991733,0.79752064,0.78099173,0.78512394,0.76859504,0.7644628,0.75619835,0.76033056,0.75619835,0.73140496,0.73140496,0.6942149,0.6652893,0.6280992,0.59504133,0.5371901,0.39256197,0.23140496,0.2603306,0.36363637,0.47107437,0.57438016,0.8057851,0.8429752,0.8636364,0.8801653,0.87603307,0.8677686,0.8595041,0.8471074,0.838843,0.8305785,0.8305785,0.822314,0.79752064,0.78099173,0.76859504,0.7644628,0.76033056,0.74380165,0.71900827,0.7231405,0.73966944,0.7231405,0.73966944,0.77272725,0.7892562,0.77272725,0.78099173,0.7933884,0.8016529,0.7892562,0.7892562,0.8140496,0.8140496,0.8140496,0.8140496,0.8140496,0.8140496,0.8057851,0.80991733,0.8057851,0.8057851,0.7933884,0.80991733,0.8057851,0.78512394,0.7768595,0.76859504,0.75206614,0.74793386,0.75206614,0.74380165,0.74380165,0.71900827,0.6942149,0.661157,0.62396693,0.59917355,0.53305787,0.4090909,0.2231405,0.30165288,0.37603307,0.5123967,0.6446281,0.8181818,0.8471074,0.8595041,0.87603307,0.8677686,0.8595041,0.838843,0.822314,0.79752064,0.7892562,0.78099173,0.76859504,0.76033056,0.74793386,0.73140496,0.72727275,0.7231405,0.70247936,0.6859504,0.6983471,0.70247936,0.6983471,0.7107438,0.73966944,0.75619835,0.77272725,0.77272725,0.79752064,0.7892562,0.75619835,0.76033056,0.7768595,0.78512394,0.79752064,0.78512394,0.78099173,0.78099173,0.7768595,0.78512394,0.7892562,0.7892562,0.7768595,0.78512394,0.78099173,0.76859504,0.7644628,0.75206614,0.71900827,0.7231405,0.7355372,0.73140496,0.73140496,0.71900827,0.69008267,0.6570248,0.661157,0.6198347,0.53305787,0.4214876,0.22727273,0.29338843,0.44214877,0.58677685,0.6983471,0.8429752,0.8471074,0.8553719,0.8677686,0.8553719,0.8305785,0.8016529,0.7355372,0.69008267,0.6694215,0.6487603,0.6487603,0.6363636,0.62396693,0.61570245,0.61157024,0.6198347,0.61157024,0.6198347,0.6487603,0.6404959,0.6694215,0.677686,0.7107438,0.7107438,0.74380165,0.76859504,0.78099173,0.75619835,0.72727275,0.7231405,0.7355372,0.73966944,0.74380165,0.73966944,0.73140496,0.73140496,0.6983471,0.6818182,0.70247936,0.71900827,0.7066116,0.6983471,0.6983471,0.6942149,0.7066116,0.74380165,0.6528926,0.6280992,0.69008267,0.71900827,0.71900827,0.6942149,0.69008267,0.6487603,0.6570248,0.6528926,0.5413223,0.40495867,0.22727273,0.33471075,0.54545456,0.60330576,0.74793386,0.8471074,0.8471074,0.8471074,0.8181818,0.7355372,0.6983471,0.6363636,0.5371901,0.49586776,0.5206612,0.46694216,0.5206612,0.48347107,0.45867768,0.48347107,0.5082645,0.5,0.5247934,0.5495868,0.57024795,0.57024795,0.60330576,0.6280992,0.661157,0.6652893,0.71487606,0.76859504,0.75619835,0.73140496,0.6942149,0.6818182,0.677686,0.6652893,0.6652893,0.6363636,0.5289256,0.5785124,0.53305787,0.46694216,0.49586776,0.5371901,0.4752066,0.5041322,0.46694216,0.47933885,0.5206612,0.60330576,0.6570248,0.5,0.5041322,0.62396693,0.6942149,0.6942149,0.677686,0.6322314,0.6487603,0.6446281,0.54545456,0.4338843,0.2107438,0.38016528,0.5495868,0.5785124,0.75206614,0.8595041,0.8471074,0.78512394,0.6198347,0.5206612,0.5082645,0.47933885,0.47107437,0.4752066,0.47933885,0.47107437,0.5,0.48347107,0.40082645,0.4090909,0.44214877,0.45041323,0.47933885,0.5165289,0.58677685,0.55785125,0.5206612,0.5247934,0.553719,0.59090906,0.6487603,0.6983471,0.6859504,0.6859504,0.6446281,0.59917355,0.553719,0.5289256,0.5206612,0.5247934,0.4752066,0.74380165,0.78512394,0.38842976,0.39256197,0.3966942,0.3305785,0.71900827,0.6735537,0.62396693,0.5413223,0.5123967,0.60330576,0.58264464,0.4752066,0.42561984,0.53305787,0.661157,0.6570248,0.6280992,0.6363636,0.6528926,0.58264464,0.45454547,0.19421488,0.41322315,0.53305787,0.5785124,0.76859504,0.8677686,0.77272725,0.6198347,0.4876033,0.49173555,0.46280992,0.43801653,0.47933885,0.47933885,0.45867768,0.44214877,0.43801653,0.43801653,0.40082645,0.29338843,0.34710744,0.39256197,0.41735536,0.45041323,0.5206612,0.553719,0.6198347,0.5082645,0.41322315,0.5,0.54545456,0.57438016,0.58264464,0.5785124,0.57024795,0.5082645,0.4338843,0.4214876,0.446281,0.5247934,0.5247934,0.5123967,0.49586776,0.3305785,0.30165288,0.30165288,0.3181818,0.47933885,0.7107438,0.8264463,0.8636364,0.90082645,0.88429755,0.8471074,0.8057851,0.71900827,0.60330576,0.41735536,0.61570245,0.6198347,0.6363636,0.6487603,0.6198347,0.5041322,0.20661157,0.40082645,0.5206612,0.57024795,0.8140496,0.838843,0.6446281,0.57024795,0.48347107,0.49586776,0.5041322,0.49173555,0.5206612,0.5247934,0.5,0.47107437,0.46280992,0.47107437,0.46280992,0.30991736,0.38842976,0.41735536,0.46694216,0.45867768,0.677686,0.6694215,0.6446281,0.8677686,0.74793386,0.59504133,0.6322314,0.6942149,0.70247936,0.661157,0.607438,0.47933885,0.42975205,0.46280992,0.45867768,0.4214876,0.35950413,0.33471075,0.29752067,0.2603306,0.26859504,0.29338843,0.3264463,0.38016528,0.7231405,0.8512397,0.8305785,0.8595041,0.892562,0.89669424,0.88842976,0.8801653,0.87603307,0.8471074,0.43801653,0.607438,0.6322314,0.6528926,0.6280992,0.54545456,0.21900827,0.35123968,0.46280992,0.59917355,0.8347107,0.76033056,0.57438016,0.57438016,0.5371901,0.60330576,0.62396693,0.58677685,0.5206612,0.5495868,0.49173555,0.47933885,0.45867768,0.46280992,0.45454547,0.3140496,0.3553719,0.38842976,0.46694216,0.5,0.70247936,0.8305785,0.8429752,0.80991733,0.892562,0.7107438,0.661157,0.7107438,0.74380165,0.73140496,0.72727275,0.59090906,0.5041322,0.43801653,0.39256197,0.37603307,0.3264463,0.2644628,0.2520661,0.2768595,0.30165288,0.3553719,0.42561984,0.5785124,0.91735536,0.90082645,0.89669424,0.8636364,0.77272725,0.6652893,0.6280992,0.58264464,0.6322314,0.73966944,0.5247934,0.5785124,0.62396693,0.6404959,0.6322314,0.5661157,0.17768595,0.14876033,0.40082645,0.57024795,0.76859504,0.6694215,0.59090906,0.6735537,0.6859504,0.7066116,0.6570248,0.5413223,0.49586776,0.6446281,0.6983471,0.677686,0.6280992,0.60330576,0.5785124,0.4090909,0.42975205,0.4338843,0.49586776,0.5082645,0.56198347,0.73140496,0.8181818,0.8264463,0.88842976,0.7644628,0.6983471,0.72727275,0.75206614,0.73966944,0.8140496,0.6570248,0.5247934,0.46694216,0.40082645,0.32231405,0.26859504,0.24793388,0.2520661,0.30991736,0.38429752,0.42561984,0.45041323,0.5247934,0.8347107,0.90909094,0.89669424,0.88842976,0.8595041,0.6446281,0.5413223,0.3966942,0.40082645,0.553719,0.58264464,0.54545456,0.59917355,0.6280992,0.6198347,0.59917355,0.20247933,0.3181818,0.88429755,0.77272725,0.5661157,0.5495868,0.6280992,0.76859504,0.75206614,0.7107438,0.57438016,0.5041322,0.6859504,0.6942149,0.57024795,0.5247934,0.47933885,0.45867768,0.5206612,0.40495867,0.42561984,0.38842976,0.3429752,0.30578512,0.3429752,0.41735536,0.5661157,0.8553719,0.892562,0.89669424,0.8140496,0.78512394,0.80991733,0.8140496,0.70247936,0.5495868,0.55785125,0.49586776,0.3677686,0.30578512,0.29338843,0.338843,0.39256197,0.40495867,0.41322315,0.40495867,0.38842976,0.38842976,0.5123967,0.73140496,0.79752064,0.8181818,0.6570248,0.5785124,0.57438016,0.48347107,0.4090909,0.5165289,0.5661157,0.5289256,0.59504133,0.60330576,0.59090906,0.607438,0.18181819,0.40495867,0.60330576,0.5495868,0.48347107,0.49586776,0.6363636,0.79752064,0.7768595,0.6942149,0.5206612,0.59090906,0.6322314,0.4876033,0.39256197,0.446281,0.42561984,0.36363637,0.4214876,0.42975205,0.48347107,0.43801653,0.2768595,0.28099173,0.2892562,0.32231405,0.41322315,0.677686,0.838843,0.8429752,0.73966944,0.71487606,0.7107438,0.7066116,0.6528926,0.5413223,0.5371901,0.5123967,0.41322315,0.4214876,0.38429752,0.42975205,0.4752066,0.42975205,0.42975205,0.38429752,0.3140496,0.32231405,0.24380165,0.35950413,0.49173555,0.57438016,0.5371901,0.45867768,0.54545456,0.5206612,0.5041322,0.5289256,0.57438016,0.607438,0.78099173,0.71900827,0.5165289,0.59917355,0.2107438,0.28512397,0.38016528,0.5661157,0.6652893,0.5371901,0.6404959,0.80991733,0.77272725,0.6570248,0.5289256,0.5041322,0.45867768,0.46694216,0.4752066,0.38429752,0.3140496,0.28512397,0.32231405,0.4214876,0.5041322,0.5041322,0.37190083,0.28512397,0.3140496,0.3429752,0.44214877,0.59504133,0.7892562,0.7933884,0.7355372,0.71900827,0.7231405,0.71900827,0.70247936,0.6446281,0.5661157,0.5206612,0.5,0.55785125,0.46694216,0.40495867,0.4876033,0.5165289,0.5165289,0.4214876,0.30991736,0.2107438,0.22727273,0.2768595,0.34710744,0.34710744,0.4338843,0.46694216,0.5082645,0.5413223,0.59504133,0.57024795,0.553719,0.58264464,0.59917355,0.6694215,0.7231405,0.58264464,0.22727273,0.26859504,0.28099173,0.49586776,0.6322314,0.5413223,0.553719,0.6528926,0.6487603,0.58264464,0.5371901,0.49173555,0.5123967,0.55785125,0.5165289,0.4338843,0.34710744,0.3677686,0.37603307,0.4338843,0.46694216,0.48347107,0.45454547,0.43801653,0.39256197,0.45041323,0.4876033,0.59917355,0.8181818,0.76859504,0.71487606,0.6942149,0.7107438,0.72727275,0.7107438,0.661157,0.5495868,0.54545456,0.55785125,0.5785124,0.5206612,0.42975205,0.42561984,0.4876033,0.5082645,0.42561984,0.3553719,0.30165288,0.30991736,0.37603307,0.39256197,0.3305785,0.3140496,0.4338843,0.5082645,0.553719,0.6404959,0.6363636,0.59504133,0.5495868,0.53305787,0.4876033,0.49173555,0.5289256,0.23553719,0.23553719,0.28099173,0.3677686,0.54545456,0.4338843,0.5413223,0.74380165,0.7892562,0.76033056,0.7355372,0.661157,0.6363636,0.59504133,0.5082645,0.45454547,0.38429752,0.39256197,0.3966942,0.40082645,0.4214876,0.42975205,0.45454547,0.42975205,0.45454547,0.5371901,0.47107437,0.6363636,0.8264463,0.7768595,0.71900827,0.6859504,0.70247936,0.7231405,0.70247936,0.6446281,0.5289256,0.5247934,0.553719,0.553719,0.553719,0.48347107,0.41735536,0.42975205,0.446281,0.4338843,0.4338843,0.41735536,0.42561984,0.47107437,0.45041323,0.4214876,0.43801653,0.47933885,0.53305787,0.5661157,0.61570245,0.58677685,0.56198347,0.54545456,0.56198347,0.58264464,0.5413223,0.38842976,0.22727273,0.24793388,0.2768595,0.26859504,0.48347107,0.5123967,0.71487606,0.8677686,0.8801653,0.88429755,0.8719008,0.8471074,0.76859504,0.69008267,0.57024795,0.4752066,0.41735536,0.40495867,0.40495867,0.40082645,0.42561984,0.4338843,0.43801653,0.47107437,0.553719,0.58677685,0.47107437,0.7066116,0.8264463,0.76859504,0.71900827,0.70247936,0.7107438,0.71487606,0.7066116,0.6528926,0.5661157,0.5165289,0.59504133,0.60330576,0.5371901,0.55785125,0.46280992,0.4090909,0.4214876,0.42975205,0.4214876,0.4338843,0.4338843,0.47933885,0.49173555,0.5165289,0.54545456,0.607438,0.6363636,0.6363636,0.7107438,0.6859504,0.59917355,0.5165289,0.553719,0.607438,0.53305787,0.38429752,0.30578512,0.56198347,0.57438016,0.34710744,0.5289256,0.6570248,0.7768595,0.88429755,0.88429755,0.8801653,0.87603307,0.8636364,0.822314,0.7355372,0.59917355,0.5041322,0.44214877,0.45041323,0.45454547,0.45454547,0.4876033,0.5123967,0.54545456,0.6446281,0.661157,0.5123967,0.5247934,0.77272725,0.8264463,0.76033056,0.72727275,0.7231405,0.69008267,0.7231405,0.72727275,0.677686,0.607438,0.5413223,0.61570245,0.677686,0.6198347,0.5661157,0.56198347,0.5247934,0.4752066,0.446281,0.446281,0.45041323,0.45867768,0.4876033,0.5123967,0.54545456,0.58677685,0.62396693,0.6694215,0.6818182,0.7231405,0.7231405,0.6404959,0.5,0.59090906,0.6487603,0.57438016,0.37190083,0.56198347,0.6570248,0.7066116,0.553719,0.6363636,0.7231405,0.8305785,0.87603307,0.8801653,0.8801653,0.8719008,0.8553719,0.8305785,0.75619835,0.6735537,0.6280992,0.58264464,0.5785124,0.58264464,0.59090906,0.6198347,0.6735537,0.74380165,0.822314,0.6570248,0.47933885,0.6528926,0.8347107,0.838843,0.7644628,0.73140496,0.72727275,0.7355372,0.7355372,0.7231405,0.6859504,0.6322314,0.5661157,0.56198347,0.69008267,0.6859504,0.6404959,0.6198347,0.59917355,0.59090906,0.54545456,0.53305787,0.5165289,0.5041322,0.5123967,0.5371901,0.5495868,0.57024795,0.59090906,0.6363636,0.69008267,0.69008267,0.69008267,0.607438,0.4876033,0.59090906,0.61570245,0.55785125,0.44214877,0.57024795,0.54545456,0.46280992,0.57438016,0.75206614,0.75206614,0.8636364,0.8719008,0.87603307,0.8801653,0.8595041,0.8471074,0.8181818,0.75206614,0.7107438,0.6859504,0.661157,0.6570248,0.6735537,0.69008267,0.7355372,0.77272725,0.8140496,0.75206614,0.6652893,0.607438,0.75206614,0.8429752,0.8140496,0.75206614,0.7231405,0.7355372,0.74380165,0.73140496,0.71900827,0.6983471,0.6528926,0.59917355,0.54545456,0.60330576,0.6983471,0.677686,0.6818182,0.6487603,0.6363636,0.6404959,0.6280992,0.62396693,0.60330576,0.59090906,0.59917355,0.5785124,0.58264464,0.58677685,0.61157024,0.6570248,0.6528926,0.6446281,0.55785125,0.49173555,0.59504133,0.61157024,0.59504133,0.5165289,0.5206612,0.5495868,0.30578512,0.58264464,0.822314,0.822314,0.8057851,0.8677686,0.87603307,0.87603307,0.8595041,0.838843,0.8016529,0.75206614,0.72727275,0.7066116,0.6983471,0.7066116,0.72727275,0.76033056,0.76033056,0.72727275,0.677686,0.74380165,0.7892562,0.7355372,0.7933884,0.8181818,0.76859504,0.7231405,0.7107438,0.73966944,0.74793386,0.7355372,0.71900827,0.70247936,0.6818182,0.61570245,0.607438,0.5495868,0.6280992,0.6694215,0.69008267,0.6694215,0.6652893,0.6570248,0.6652893,0.6652893,0.6487603,0.6487603,0.6404959,0.62396693,0.60330576,0.59090906,0.60330576,0.62396693,0.6280992,0.60330576,0.5041322,0.5247934,0.6280992,0.6363636,0.61157024,0.53305787,0.47107437,0.57438016,0.32231405,0.6404959,0.8429752,0.8553719,0.8553719,0.838843,0.8264463,0.8305785,0.838843,0.8347107,0.8057851,0.7768595,0.74380165,0.71900827,0.73140496,0.74380165,0.72727275,0.71487606,0.6363636,0.59090906,0.7355372,0.8636364,0.8305785,0.76859504,0.8057851,0.80991733,0.74380165,0.6983471,0.7066116,0.73966944,0.74793386,0.71487606,0.7107438,0.7066116,0.677686,0.6280992,0.6280992,0.6570248,0.58264464,0.57438016,0.6528926,0.661157,0.6652893,0.6694215,0.677686,0.6859504,0.6818182,0.6859504,0.6735537,0.6570248,0.62396693,0.60330576,0.61157024,0.62396693,0.6487603,0.54545456,0.49173555,0.57438016,0.661157,0.6322314,0.6198347,0.5289256,0.41322315,0.59917355,0.39256197,0.70247936,0.8512397,0.8677686,0.8677686,0.8636364,0.838843,0.78512394,0.72727275,0.6942149,0.70247936,0.69008267,0.69008267,0.661157,0.6446281,0.6198347,0.58677685,0.57024795,0.59090906,0.6859504,0.8181818,0.8595041,0.8181818,0.7933884,0.8429752,0.8347107,0.74380165,0.677686,0.70247936,0.7644628,0.7768595,0.72727275,0.70247936,0.7107438,0.6818182,0.6404959,0.62396693,0.6694215,0.6487603,0.5785124,0.5165289,0.57024795,0.6446281,0.6818182,0.6942149,0.71487606,0.7107438,0.6942149,0.6859504,0.661157,0.6280992,0.607438,0.61157024,0.59917355,0.55785125,0.553719,0.59504133,0.6487603,0.677686,0.6280992,0.59504133,0.5165289,0.30991736,0.607438,0.45041323,0.72727275,0.8471074,0.8677686,0.8719008,0.8677686,0.8677686,0.8595041,0.8429752,0.8016529,0.74380165,0.69008267,0.661157,0.6322314,0.6280992,0.6198347,0.6322314,0.6487603,0.6487603,0.7066116,0.7933884,0.8264463,0.80991733,0.7933884,0.8181818,0.838843,0.72727275,0.6363636,0.677686,0.73966944,0.76859504,0.7355372,0.7231405,0.70247936,0.6983471,0.6735537,0.6198347,0.6322314,0.6570248,0.6322314,0.60330576,0.553719,0.5247934,0.5785124,0.6280992,0.6363636,0.6322314,0.61570245,0.61570245,0.59917355,0.57438016,0.55785125,0.54545456,0.5495868,0.58677685,0.6570248,0.6859504,0.6942149,0.6818182,0.61570245,0.5661157,0.5041322,0.2520661,0.5785124,0.49586776,0.72727275,0.8471074,0.8636364,0.8595041,0.8677686,0.8677686,0.8677686,0.8553719,0.8264463,0.78512394,0.75206614,0.7107438,0.6735537,0.6446281,0.6404959,0.6446281,0.6528926,0.661157,0.6942149,0.7231405,0.78099173,0.78512394,0.75206614,0.75206614,0.75206614,0.6487603,0.5661157,0.58677685,0.6487603,0.6818182,0.6859504,0.6694215,0.6322314,0.6363636,0.661157,0.6487603,0.59917355,0.59504133,0.61570245,0.61570245,0.62396693,0.60330576,0.59917355,0.61157024,0.59917355,0.58677685,0.59090906,0.56198347,0.5661157,0.55785125,0.5661157,0.57024795,0.607438,0.661157,0.70247936,0.7231405,0.6983471,0.6694215,0.59504133,0.57024795,0.47107437,0.21487603,0.4752066,0.5661157,0.74380165,0.8471074,0.8512397,0.8553719,0.8636364,0.8636364,0.8677686,0.8429752,0.8016529,0.75619835,0.7107438,0.6818182,0.661157,0.6280992,0.6487603,0.6528926,0.661157,0.6694215,0.6694215,0.6652893,0.75619835,0.71487606,0.59504133,0.57438016,0.6404959,0.553719,0.4752066,0.49173555,0.5247934,0.57438016,0.58264464,0.55785125,0.49586776,0.49173555,0.57438016,0.6446281,0.6322314,0.57438016,0.5785124,0.59504133,0.60330576,0.607438,0.61570245,0.61570245,0.61570245,0.62396693,0.62396693,0.61157024,0.59917355,0.59090906,0.5661157,0.59504133,0.6280992,0.6694215,0.71487606,0.71900827,0.7066116,0.6404959,0.57024795,0.55785125,0.4214876,0.19421488,0.338843,0.58264464,0.77272725,0.8264463,0.8429752,0.838843,0.8553719,0.8595041,0.8429752,0.80991733,0.75206614,0.7107438,0.677686,0.661157,0.6735537,0.6446281,0.6487603,0.6446281,0.6404959,0.6446281,0.6322314,0.6322314,0.6983471,0.59090906,0.3966942,0.30578512,0.42975205,0.5041322,0.40495867,0.3677686,0.4214876,0.46280992,0.45867768,0.3677686,0.25619835,0.26859504,0.40495867,0.5495868,0.6446281,0.6652893,0.6322314,0.59090906,0.58264464,0.56198347,0.57438016,0.57024795,0.58264464,0.59504133,0.59504133,0.59090906,0.57438016,0.58264464,0.5661157,0.59504133,0.62396693,0.6859504,0.71487606,0.7107438,0.6859504,0.6280992,0.54545456,0.553719,0.36363637,0.1983471,0.23553719,0.5,0.7644628,0.822314,0.822314,0.838843,0.8471074,0.8512397,0.822314,0.78099173,0.75206614,0.71487606,0.6983471,0.7066116,0.6942149,0.6446281,0.6322314,0.62396693,0.6198347,0.6322314,0.607438,0.59090906,0.6198347,0.5495868,0.33471075,0.15289256,0.33471075,0.53305787,0.45454547,0.29752067,0.3264463,0.40082645,0.39256197,0.32231405,0.18181819,0.17355372,0.29752067,0.49586776,0.6404959,0.71900827,0.71487606,0.6735537,0.6280992,0.5785124,0.57024795,0.55785125,0.56198347,0.55785125,0.56198347,0.56198347,0.56198347,0.55785125,0.5661157,0.59917355,0.6363636,0.71487606,0.7231405,0.6942149,0.6735537,0.59090906,0.53305787,0.5165289,0.28512397,0.23966943,0.1983471,0.41322315,0.76859504,0.822314,0.822314,0.8305785,0.838843,0.8347107,0.7933884,0.76859504,0.75206614,0.72727275,0.71900827,0.71487606,0.6818182,0.6446281,0.61157024,0.61570245,0.61157024,0.6404959,0.62396693,0.59917355,0.59090906,0.59504133,0.4752066,0.33471075,0.553719,0.6198347,0.5206612,0.33471075,0.2892562,0.35950413,0.4214876,0.46280992,0.38016528,0.28099173,0.3429752,0.5165289,0.661157,0.7355372,0.73966944,0.7355372,0.71900827,0.6735537,0.6487603,0.6363636,0.61570245,0.59090906,0.57438016,0.5661157,0.57438016,0.5785124,0.5785124,0.6280992,0.6652893,0.7231405,0.71487606,0.69008267,0.6446281,0.57438016,0.5289256,0.446281,0.27272728,0.24380165,0.1983471,0.33471075,0.7355372,0.822314,0.8181818,0.8264463,0.8264463,0.8181818,0.78512394,0.75206614,0.7644628,0.7355372,0.71487606,0.6859504,0.6528926,0.61157024,0.61570245,0.60330576,0.6446281,0.677686,0.6859504,0.6818182,0.661157,0.6363636,0.62396693,0.6487603,0.677686,0.60330576,0.43801653,0.28512397,0.24793388,0.3677686,0.46280992,0.5371901,0.5289256,0.446281,0.4338843,0.5661157,0.6735537,0.71900827,0.73966944,0.75619835,0.75206614,0.73140496,0.71487606,0.70247936,0.6942149,0.6735537,0.6528926,0.6404959,0.6446281,0.6570248,0.6570248,0.6818182,0.6859504,0.7066116,0.70247936,0.6694215,0.6280992,0.5413223,0.5165289,0.36363637,0.38842976,0.24793388,0.19421488,0.2603306,0.661157,0.822314,0.80991733,0.80991733,0.8140496,0.7933884,0.76859504,0.76033056,0.74380165,0.71900827,0.6983471,0.6694215,0.6280992,0.59504133,0.58677685,0.6404959,0.7107438,0.75619835,0.77272725,0.7644628,0.7355372,0.73140496,0.73966944,0.72727275,0.6528926,0.5041322,0.35123968,0.2107438,0.28512397,0.38842976,0.5165289,0.553719,0.58264464,0.59090906,0.607438,0.6322314,0.677686,0.6983471,0.71900827,0.7355372,0.74380165,0.73966944,0.72727275,0.7107438,0.7107438,0.70247936,0.6942149,0.6983471,0.6859504,0.6983471,0.69008267,0.70247936,0.6942149,0.70247936,0.69008267,0.6487603,0.59917355,0.5289256,0.47933885,0.35950413,0.47933885,0.23553719,0.20661157,0.20661157,0.5785124,0.8016529,0.8016529,0.79752064,0.7933884,0.78099173,0.7644628,0.74380165,0.72727275,0.7066116,0.6818182,0.6528926,0.60330576,0.5785124,0.6404959,0.72727275,0.78512394,0.79752064,0.79752064,0.7768595,0.77272725,0.74793386,0.75206614,0.7066116,0.57024795,0.41322315,0.26859504,0.28512397,0.34710744,0.43801653,0.5206612,0.553719,0.59090906,0.62396693,0.6446281,0.6446281,0.6528926,0.6735537,0.6859504,0.71487606,0.73140496,0.73140496,0.73140496,0.71487606,0.70247936,0.6859504,0.6983471,0.7066116,0.69008267,0.70247936,0.6942149,0.7107438,0.70247936,0.69008267,0.6859504,0.6322314,0.57438016,0.5123967,0.46280992,0.44214877,0.5413223,0.21487603,0.21900827,0.17768595,0.5041322,0.78099173,0.7933884,0.78099173,0.7768595,0.76033056,0.74793386,0.7355372,0.72727275,0.6942149,0.6570248,0.6280992,0.607438,0.6487603,0.71900827,0.7768595,0.79752064,0.7892562,0.76859504,0.75619835,0.74793386,0.73140496,0.7107438,0.6404959,0.49173555,0.37603307,0.3264463,0.36363637,0.41735536,0.4876033,0.5371901,0.5661157,0.59504133,0.6198347,0.6280992,0.6487603,0.6363636,0.6404959,0.6528926,0.6735537,0.70247936,0.70247936,0.7107438,0.7066116,0.6942149,0.6735537,0.6818182,0.6983471,0.6942149,0.69008267,0.70247936,0.69008267,0.69008267,0.6694215,0.6570248,0.59917355,0.54545456,0.49173555,0.45041323,0.48347107,0.54545456,0.2107438,0.2231405,0.18595041,0.42975205,0.74380165,0.7768595,0.75206614,0.75619835,0.75206614,0.7355372,0.7355372,0.7231405,0.69008267,0.6487603,0.607438,0.6652893,0.71487606,0.7231405,0.76859504,0.78512394,0.77272725,0.7644628,0.7355372,0.7231405,0.7066116,0.6694215,0.59090906,0.47107437,0.4214876,0.40495867,0.42561984,0.45867768,0.5,0.5413223,0.5661157,0.607438,0.62396693,0.6280992,0.6198347,0.6198347,0.6280992,0.6404959,0.6446281,0.6652893,0.6735537,0.6735537,0.6818182,0.6818182,0.661157,0.6570248,0.6818182,0.677686,0.6818182,0.6694215,0.69008267,0.6694215,0.6487603,0.6322314,0.57438016,0.5247934,0.47107437,0.45867768,0.5206612,0.5289256,0.23553719,0.2231405,0.18595041,0.3553719,0.71900827,0.74380165,0.73140496,0.7355372,0.74793386,0.73140496,0.7355372,0.71900827,0.677686,0.61157024,0.6322314,0.71487606,0.72727275,0.70247936,0.75206614,0.77272725,0.76033056,0.74380165,0.71487606,0.70247936,0.6735537,0.6446281,0.57438016,0.5206612,0.46280992,0.46694216,0.48347107,0.4752066,0.5,0.54545456,0.57024795,0.60330576,0.6198347,0.61570245,0.61570245,0.607438,0.6322314,0.6363636,0.6280992,0.6528926,0.6404959,0.6404959,0.6446281,0.6570248,0.6446281,0.6363636,0.6528926,0.6735537,0.6652893,0.661157,0.6570248,0.661157,0.6280992,0.61570245,0.54545456,0.5,0.47107437,0.48347107,0.55785125,0.5661157,0.2231405,0.23140496,0.1983471,0.28512397,0.661157,0.72727275,0.71487606,0.71900827,0.7107438,0.71487606,0.71900827,0.7107438,0.6570248,0.59917355,0.6735537,0.7355372,0.7066116,0.69008267,0.7355372,0.73966944,0.72727275,0.6859504,0.677686,0.6694215,0.6735537,0.6652893,0.62396693,0.58264464,0.5495868,0.56198347,0.5785124,0.5495868,0.55785125,0.59917355,0.59917355,0.61570245,0.62396693,0.6198347,0.6198347,0.61570245,0.6198347,0.6280992,0.6198347,0.6280992,0.6322314,0.6198347,0.6198347,0.61570245,0.6363636,0.62396693,0.6404959,0.6528926,0.6528926,0.6363636,0.6404959,0.6280992,0.60330576,0.57024795,0.5206612,0.49586776,0.42975205,0.47933885,0.53305787,0.5123967,0.21487603,0.23140496,0.2107438,0.22727273,0.61157024,0.73966944,0.71487606,0.6942149,0.6694215,0.70247936,0.7231405,0.6859504,0.6404959,0.59504133,0.6652893,0.6942149,0.6404959,0.6280992,0.6404959,0.6446281,0.62396693,0.61570245,0.61570245,0.6487603,0.6528926,0.6363636,0.59917355,0.5661157,0.57024795,0.58264464,0.59090906,0.5785124,0.57438016,0.58264464,0.607438,0.61157024,0.6198347,0.62396693,0.61157024,0.58677685,0.59504133,0.59917355,0.59917355,0.607438,0.61157024,0.607438,0.61157024,0.59504133,0.62396693,0.62396693,0.6404959,0.6404959,0.6487603,0.6322314,0.6198347,0.59917355,0.57024795,0.5289256,0.49586776,0.49173555,0.3429752,0.33471075,0.3677686,0.3305785,0.19421488,0.23966943,0.20247933,0.19008264,0.5413223,0.7231405,0.7231405,0.677686,0.661157,0.69008267,0.71487606,0.6942149,0.6280992,0.59090906,0.60330576,0.58264464,0.5123967,0.49586776,0.5,0.53305787,0.54545456,0.54545456,0.56198347,0.553719,0.5082645,0.47933885,0.42975205,0.41322315,0.4214876,0.446281,0.446281,0.43801653,0.4338843,0.42975205,0.47107437,0.49173555,0.5413223,0.5661157,0.58677685,0.56198347,0.57438016,0.57438016,0.56198347,0.56198347,0.57024795,0.57024795,0.57024795,0.58677685,0.59917355,0.61157024,0.62396693,0.6280992,0.62396693,0.6280992,0.59504133,0.57024795,0.5413223,0.5,0.48347107,0.46280992,0.23140496,0.19421488,0.20661157,0.21487603,0.1983471,0.21900827,0.21487603,0.16115703,0.41322315,0.69008267,0.71900827,0.6818182,0.6570248,0.6859504,0.70247936,0.6818182,0.61570245,0.5661157,0.5289256,0.47107437,0.3677686,0.32231405,0.34710744,0.37190083,0.44214877,0.45041323,0.42975205,0.37603307,0.32231405,0.28099173,0.25619835,0.23966943,0.24380165,0.27272728,0.26859504,0.27272728,0.2644628,0.2644628,0.27272728,0.30991736,0.35950413,0.40495867,0.45867768,0.49173555,0.5082645,0.5247934,0.5041322,0.49586776,0.49586776,0.5123967,0.5206612,0.553719,0.5661157,0.60330576,0.60330576,0.6198347,0.607438,0.60330576,0.57438016,0.5371901,0.5041322,0.5,0.48347107,0.40495867,0.17768595,0.17355372,0.19008264,0.19421488,0.20661157,0.2231405,0.2107438,0.1694215,0.27272728,0.6280992,0.71487606,0.6818182,0.6528926,0.677686,0.6859504,0.6528926,0.6198347,0.5495868,0.4876033,0.4338843,0.33471075,0.23140496,0.20247933,0.23966943,0.2768595,0.3140496,0.28512397,0.23140496,0.18595041,0.17355372,0.16528925,0.17355372,0.17768595,0.19421488,0.20247933,0.17768595,0.17355372,0.18595041,0.17355372,0.16115703,0.18181819,0.2107438,0.2768595,0.3181818,0.38016528,0.4214876,0.39256197,0.37190083,0.3553719,0.3966942,0.45041323,0.5082645,0.54545456,0.58677685,0.60330576,0.61157024,0.59917355,0.57438016,0.5413223,0.5123967,0.5,0.49586776,0.47933885,0.32231405,0.16115703,0.1694215,0.18181819,0.18595041,0.18595041,0.21900827,0.2231405,0.19008264,0.17355372,0.53305787,0.6859504,0.6735537,0.6322314,0.661157,0.6694215,0.6446281,0.60330576,0.5371901,0.4876033,0.44214877,0.38842976,0.30165288,0.3181818,0.39256197,0.4090909,0.44214877,0.39256197,0.34710744,0.28099173,0.26859504,0.20247933,0.19008264,0.1983471,0.20661157,0.19008264,0.18595041,0.1694215,0.1694215,0.20247933,0.13636364,0.18181819,0.19421488,0.2107438,0.24793388,0.30165288,0.30991736,0.30991736,0.26859504,0.30165288,0.3264463,0.4090909,0.46280992,0.5123967,0.55785125,0.59504133,0.59917355,0.58264464,0.5495868,0.5165289,0.49586776,0.49586776,0.48347107,0.45867768,0.23553719,0.1694215,0.16115703,0.17768595,0.17355372,0.20247933,0.1983471,0.22727273,0.20661157,0.1446281,0.40082645,0.6363636,0.6652893,0.6322314,0.6280992,0.6446281,0.6322314,0.59090906,0.5289256,0.49173555,0.45041323,0.45867768,0.48347107,0.59090906,0.6818182,0.6818182,0.6487603,0.6570248,0.58677685,0.49173555,0.44214877,0.40082645,0.37190083,0.37603307,0.35950413,0.3429752,0.338843,0.33471075,0.338843,0.34710744,0.3305785,0.35950413,0.36363637,0.38429752,0.40082645,0.43801653,0.43801653,0.45041323,0.45041323,0.4214876,0.40082645,0.42975205,0.45454547,0.5,0.54545456,0.57438016,0.57024795,0.55785125,0.5289256,0.5082645,0.49173555,0.4876033,0.4752066,0.3966942,0.17355372,0.16528925,0.18595041,0.17768595,0.17768595,0.20661157,0.1983471,0.21487603,0.20661157,0.1694215,0.25619835,0.5371901,0.6404959,0.61157024,0.61157024,0.62396693,0.6280992,0.59917355,0.53305787,0.47107437,0.48347107,0.5289256,0.6322314,0.71487606,0.77272725,0.75619835,0.70247936,0.6942149,0.69008267,0.61157024,0.5123967,0.49586776,0.4752066,0.4752066,0.49173555,0.49173555,0.4876033,0.48347107,0.5123967,0.49173555,0.45041323,0.446281,0.446281,0.4876033,0.5,0.5495868,0.59090906,0.59504133,0.59917355,0.57024795,0.5041322,0.47107437,0.45454547,0.5,0.5495868,0.5661157,0.54545456,0.5413223,0.5123967,0.5,0.49173555,0.47107437,0.446281,0.2768595,0.15289256,0.1694215,0.18595041,0.17355372,0.18595041,0.2107438,0.21487603,0.2107438,0.21487603,0.20247933,0.18181819,0.4090909,0.59504133,0.61570245,0.59090906,0.61157024,0.61570245,0.59090906,0.53305787,0.49586776,0.5165289,0.58264464,0.661157,0.71900827,0.74793386,0.73966944,0.6859504,0.6446281,0.59504133,0.553719,0.46280992,0.45867768,0.45041323,0.45867768,0.48347107,0.48347107,0.48347107,0.47933885,0.5082645,0.47933885,0.45041323,0.47933885,0.4876033,0.54545456,0.5661157,0.59917355,0.61570245,0.61570245,0.6198347,0.60330576,0.5661157,0.5247934,0.49173555,0.5,0.5289256,0.54545456,0.5413223,0.5247934,0.4876033,0.49586776,0.4752066,0.45041323,0.4214876,0.1983471,0.15289256,0.16115703,0.17355372,0.16528925,0.17355372,0.19421488,0.20661157,0.20247933,0.21487603,0.2107438,0.1694215,0.28512397,0.5289256,0.58677685,0.57438016,0.5785124,0.59504133,0.58264464,0.5289256,0.5123967,0.5371901,0.59917355,0.6570248,0.677686,0.6983471,0.70247936,0.6859504,0.6280992,0.5413223,0.49173555,0.40082645,0.37190083,0.3429752,0.3553719,0.37190083,0.37190083,0.35950413,0.38016528,0.40082645,0.41322315,0.45041323,0.4752066,0.5123967,0.5495868,0.57438016,0.58677685,0.59917355,0.60330576,0.61157024,0.58677685,0.56198347,0.5206612,0.5,0.4876033,0.5123967,0.5206612,0.5165289,0.5,0.47107437,0.47933885,0.446281,0.4214876,0.41322315,0.17768595,0.1322314,0.1694215,0.17355372,0.1694215,0.17355372,0.1983471,0.19008264,0.20247933,0.20661157,0.19421488,0.20661157,0.19008264,0.40082645,0.553719,0.5661157,0.55785125,0.57024795,0.55785125,0.5413223,0.5206612,0.57024795,0.59917355,0.62396693,0.6404959,0.6446281,0.6487603,0.62396693,0.5785124,0.5289256,0.45867768,0.38842976,0.30991736,0.26859504,0.2603306,0.24793388,0.2603306,0.2603306,0.28512397,0.32231405,0.37603307,0.44214877,0.47107437,0.49586776,0.5247934,0.5371901,0.5495868,0.5785124,0.58264464,0.58677685,0.57438016,0.5413223,0.5165289,0.4876033,0.4876033,0.5041322,0.5123967,0.4876033,0.47107437,0.45867768,0.45041323,0.41322315,0.4214876,0.42975205,0.1446281,0.1446281,0.1570248,0.1570248,0.17768595,0.1694215,0.21487603,0.19008264,0.20661157,0.19421488,0.1983471,0.1983471,0.17768595,0.2644628,0.46694216,0.5495868,0.5413223,0.5413223,0.553719,0.553719,0.5495868,0.57024795,0.58264464,0.59090906,0.59090906,0.61570245,0.60330576,0.5661157,0.5247934,0.47107437,0.41322315,0.338843,0.30578512,0.27272728,0.2231405,0.20661157,0.21900827,0.22727273,0.2520661,0.3140496,0.35123968,0.4090909,0.42561984,0.45454547,0.47933885,0.5082645,0.5247934,0.553719,0.56198347,0.56198347,0.54545456,0.5495868,0.5165289,0.5082645,0.49586776,0.5082645,0.49173555,0.46280992,0.45454547,0.44214877,0.4090909,0.38429752,0.45041323,0.4338843,0.11983471,0.1446281,0.15289256,0.17355372,0.16115703,0.17768595,0.18181819,0.19421488,0.18181819,0.19421488,0.19421488,0.1983471,0.18181819,0.18181819,0.30991736,0.5123967,0.5495868,0.5413223,0.54545456,0.57024795,0.58264464,0.58677685,0.57438016,0.57438016,0.57438016,0.58264464,0.57438016,0.5289256,0.5,0.42561984,0.36363637,0.29338843,0.29338843,0.29338843,0.26859504,0.2520661,0.2768595,0.2892562,0.30165288,0.29752067,0.338843,0.3429752,0.41735536,0.44214877,0.47107437,0.5041322,0.5206612,0.5413223,0.553719,0.5413223,0.5371901,0.5413223,0.53305787,0.5247934,0.5206612,0.49586776,0.47107437,0.45454547,0.446281,0.4214876,0.37603307,0.38429752,0.48347107,0.43801653,0.13636364,0.14049587,0.16528925,0.14049587,0.19008264,0.16528925,0.18595041,0.19008264,0.18181819,0.20247933,0.2107438,0.19008264,0.20247933,0.1694215,0.19008264,0.38842976,0.5206612,0.5495868,0.5371901,0.59090906,0.60330576,0.59090906,0.57438016,0.56198347,0.5495868,0.57024795,0.5289256,0.5,0.46280992,0.41322315,0.338843,0.28512397,0.2768595,0.29338843,0.30578512,0.30578512,0.32231405,0.32231405,0.33471075,0.32231405,0.3429752,0.35950413,0.41322315,0.45867768,0.4752066,0.49173555,0.5082645,0.5289256,0.54545456,0.5247934,0.5289256,0.53305787,0.53305787,0.5289256,0.5371901,0.48347107,0.4752066,0.46280992,0.43801653,0.39256197,0.37190083,0.4338843,0.5,0.44214877,0.11983471,0.16115703,0.15289256,0.1694215,0.16528925,0.17355372,0.18181819,0.1983471,0.17768595,0.20247933,0.20247933,0.20661157,0.2107438,0.19008264,0.16115703,0.20661157,0.49173555,0.5495868,0.5495868,0.58677685,0.59504133,0.58677685,0.5661157,0.54545456,0.5495868,0.553719,0.5289256,0.5082645,0.4752066,0.42561984,0.37603307,0.3429752,0.3264463,0.3264463,0.338843,0.3305785,0.3677686,0.36363637,0.3677686,0.37603307,0.38429752,0.41735536,0.45454547,0.48347107,0.49586776,0.5041322,0.5165289,0.5206612,0.5289256,0.5247934,0.53305787,0.5289256,0.5289256,0.5247934,0.5123967,0.46694216,0.46280992,0.46280992,0.4090909,0.37603307,0.40082645,0.46280992,0.5082645,0.446281,0.12396694,0.1446281,0.14876033,0.1694215,0.16115703,0.17768595,0.18181819,0.18595041,0.17768595,0.20247933,0.19008264,0.18181819,0.18595041,0.1983471,0.17768595,0.14049587,0.5165289,0.60330576,0.54545456,0.55785125,0.5785124,0.57438016,0.5371901,0.53305787,0.5371901,0.54545456,0.5371901,0.53305787,0.5123967,0.49173555,0.4752066,0.45454547,0.44214877,0.4338843,0.41735536,0.41322315,0.42975205,0.42975205,0.42561984,0.45454547,0.46694216,0.47933885,0.5,0.5041322,0.5082645,0.5206612,0.5371901,0.5289256,0.53305787,0.53305787,0.53305787,0.5371901,0.5206612,0.5041322,0.46694216,0.43801653,0.45454547,0.42975205,0.38429752,0.38016528,0.42561984,0.47933885,0.5082645,0.45454547,0.16115703,0.13636364,0.16115703,0.1694215,0.16528925,0.17768595,0.18181819,0.17768595,0.19008264,0.1983471,0.19008264,0.19008264,0.1983471,0.18181819,0.1694215,0.13636364,0.5371901,0.6652893,0.57438016,0.5206612,0.553719,0.55785125,0.5206612,0.5289256,0.5413223,0.553719,0.5413223,0.57024795,0.57024795,0.57024795,0.58264464,0.57024795,0.57438016,0.54545456,0.5206612,0.49586776,0.48347107,0.48347107,0.4876033,0.5082645,0.5206612,0.5165289,0.5165289,0.5082645,0.5247934,0.54545456,0.5413223,0.5413223,0.5289256,0.5289256,0.5206612,0.5165289,0.5,0.47107437,0.44214877,0.42561984,0.42975205,0.38842976,0.37190083,0.41322315,0.45867768,0.49173555,0.5,0.46694216,0.15289256,0.15289256,0.15289256,0.1694215,0.14876033,0.18181819,0.19008264,0.18595041,0.18595041,0.19008264,0.19421488,0.19008264,0.19008264,0.19008264,0.1694215,0.13636364,0.5495868,0.69008267,0.62396693,0.5371901,0.5123967,0.5413223,0.5206612,0.5165289,0.54545456,0.5247934,0.54545456,0.5661157,0.59504133,0.62396693,0.61570245,0.59504133,0.58264464,0.56198347,0.5413223,0.5495868,0.5165289,0.5206612,0.5082645,0.5289256,0.5371901,0.5371901,0.5206612,0.5,0.5371901,0.5413223,0.54545456,0.5371901,0.5206612,0.5206612,0.5082645,0.4876033,0.4752066,0.446281,0.42561984,0.4214876,0.3966942,0.3677686,0.39256197,0.43801653,0.47933885,0.5041322,0.5041322,0.46280992,0.17768595,0.13636364,0.16115703,0.17355372,0.16115703,0.17355372,0.18181819,0.19008264,0.19008264,0.17768595,0.19008264,0.18595041,0.18181819,0.19008264,0.16528925,0.1446281,0.553719,0.6983471,0.6694215,0.59504133,0.5247934,0.5123967,0.5,0.5041322,0.5123967,0.5247934,0.5247934,0.553719,0.58677685,0.60330576,0.59090906,0.5661157,0.5495868,0.5289256,0.5206612,0.53305787,0.5165289,0.5165289,0.5165289,0.5165289,0.5289256,0.5413223,0.5289256,0.5041322,0.5289256,0.5247934,0.53305787,0.5413223,0.5123967,0.5165289,0.48347107,0.46280992,0.4338843,0.4090909,0.41322315,0.40082645,0.37603307,0.38429752,0.4214876,0.46280992,0.49586776,0.5082645,0.5,0.46694216,0.19008264,0.14049587,0.1570248,0.17355372,0.17355372,0.16528925,0.17768595,0.18181819,0.19008264,0.17768595,0.17768595,0.17768595,0.17768595,0.19008264,0.1570248,0.14876033,0.56198347,0.6983471,0.6818182,0.6280992,0.57024795,0.5082645,0.47933885,0.48347107,0.48347107,0.49173555,0.49173555,0.5165289,0.54545456,0.553719,0.5371901,0.5206612,0.5082645,0.49586776,0.49586776,0.5041322,0.49586776,0.49173555,0.49586776,0.47933885,0.5082645,0.5082645,0.5165289,0.5041322,0.49586776,0.47933885,0.5,0.5082645,0.5082645,0.48347107,0.45867768,0.4214876,0.39256197,0.38842976,0.39256197,0.38016528,0.3677686,0.40495867,0.446281,0.45867768,0.49586776,0.5041322,0.49586776,0.4752066,0.20661157,0.14049587,0.16528925,0.17355372,0.1694215,0.1694215,0.1570248,0.17355372,0.1694215,0.18181819,0.17768595,0.17355372,0.17768595,0.18181819,0.14876033,0.19008264,0.58264464,0.6942149,0.677686,0.6446281,0.60330576,0.5371901,0.4752066,0.45867768,0.45454547,0.45041323,0.45454547,0.47107437,0.49173555,0.49586776,0.47107437,0.47107437,0.46280992,0.45041323,0.446281,0.47107437,0.45454547,0.45867768,0.45454547,0.446281,0.45454547,0.46694216,0.47107437,0.47107437,0.46694216,0.45041323,0.46280992,0.46694216,0.45454547,0.4338843,0.40082645,0.37603307,0.3553719,0.38429752,0.3677686,0.38016528,0.38016528,0.4338843,0.46280992,0.47933885,0.5,0.5082645,0.5041322,0.47107437,0.22727273,0.1322314,0.1694215,0.17355372,0.17355372,0.17355372,0.19008264,0.18595041,0.16528925,0.18181819,0.18181819,0.1983471,0.17355372,0.18595041,0.12809917,0.24793388,0.60330576,0.7066116,0.6735537,0.6404959,0.607438,0.553719,0.5,0.47107437,0.44214877,0.4214876,0.41735536,0.41735536,0.41322315,0.4214876,0.40082645,0.3966942,0.39256197,0.38016528,0.38016528,0.38842976,0.3966942,0.4090909,0.3966942,0.38429752,0.39256197,0.4090909,0.41735536,0.4214876,0.41322315,0.4214876,0.3966942,0.41735536,0.39256197,0.37190083,0.338843,0.34710744,0.34710744,0.36363637,0.36363637,0.36363637,0.3966942,0.446281,0.47933885,0.49173555,0.5041322,0.5165289,0.5,0.47933885,0.24793388,0.1322314,0.16528925,0.16528925,0.17355372,0.1694215,0.1983471,0.19008264,0.1694215,0.1694215,0.17768595,0.18181819,0.16528925,0.18595041,0.11570248,0.3305785,0.6446281,0.6942149,0.6694215,0.6404959,0.60330576,0.57024795,0.5123967,0.5041322,0.45867768,0.4214876,0.38429752,0.35950413,0.338843,0.3305785,0.30165288,0.28512397,0.28512397,0.2892562,0.2892562,0.30578512,0.3140496,0.3181818,0.32231405,0.3140496,0.3140496,0.3305785,0.3553719,0.34710744,0.34710744,0.35950413,0.3429752,0.34710744,0.3181818,0.3140496,0.30578512,0.338843,0.3429752,0.34710744,0.35950413,0.3966942,0.4338843,0.45867768,0.5,0.5082645,0.5082645,0.5165289,0.5,0.49586776,0.29338843,0.13636364,0.17768595,0.15289256,0.18181819,0.17768595,0.15289256,0.16528925,0.17355372,0.1694215,0.17355372,0.17768595,0.17355372,0.16528925,0.1446281,0.4214876,0.6818182,0.6983471,0.6694215,0.6446281,0.60330576,0.5661157,0.54545456,0.5247934,0.47107437,0.446281,0.40082645,0.3553719,0.29338843,0.2603306,0.23140496,0.2231405,0.21487603,0.2107438,0.23140496,0.22727273,0.24793388,0.23966943,0.23140496,0.22727273,0.23966943,0.24793388,0.28512397,0.27272728,0.2768595,0.2768595,0.2892562,0.28099173,0.28099173,0.2892562,0.3140496,0.32231405,0.3553719,0.3553719,0.38016528,0.43801653,0.47107437,0.48347107,0.5165289,0.5165289,0.5123967,0.5165289,0.5123967,0.49173555,0.32231405,0.12396694,0.1694215,0.16528925,0.17355372,0.17355372,0.16115703,0.16528925,0.16115703,0.17768595,0.1694215,0.1694215,0.17768595,0.15289256,0.16115703,0.5041322,0.6942149,0.7066116,0.6652893,0.6363636,0.60330576,0.57024795,0.5413223,0.5123967,0.4876033,0.45454547,0.4338843,0.38842976,0.3305785,0.26859504,0.22727273,0.20247933,0.20247933,0.19008264,0.1983471,0.1983471,0.21900827,0.19421488,0.18595041,0.18181819,0.19008264,0.20247933,0.21487603,0.21487603,0.23966943,0.24793388,0.23553719,0.2644628,0.28099173,0.30578512,0.30991736,0.3305785,0.34710744,0.3966942,0.41735536,0.45867768,0.48347107,0.5,0.5123967,0.5082645,0.5123967,0.5123967,0.5082645,0.5,0.3553719,0.12396694,0.1694215,0.17768595,0.16115703,0.1983471,0.1694215,0.1694215,0.16115703,0.18595041,0.1694215,0.16528925,0.1570248,0.16115703,0.24380165,0.59504133,0.7107438,0.69008267,0.6694215,0.6363636,0.59504133,0.56198347,0.5289256,0.5123967,0.48347107,0.45041323,0.45041323,0.40495867,0.37603307,0.35123968,0.29338843,0.23140496,0.2107438,0.19421488,0.19421488,0.19421488,0.1983471,0.19421488,0.18595041,0.18595041,0.18181819,0.18181819,0.19421488,0.1983471,0.2231405,0.23966943,0.23966943,0.26859504,0.28512397,0.30165288,0.3140496,0.3429752,0.37603307,0.4338843,0.45454547,0.47107437,0.47933885,0.4876033,0.5082645,0.5082645,0.5082645,0.5123967,0.5041322,0.5041322,0.38842976,0.15289256,0.1570248,0.18181819,0.16115703,0.19008264,18 +0.23966943,0.24793388,0.32231405,0.3181818,0.446281,0.7066116,0.8305785,0.8471074,0.8553719,0.8595041,0.8636364,0.8595041,0.8512397,0.8512397,0.822314,0.8057851,0.79752064,0.78512394,0.7768595,0.7644628,0.7644628,0.74793386,0.74380165,0.74793386,0.75206614,0.75206614,0.75206614,0.76033056,0.76859504,0.78099173,0.7768595,0.78099173,0.7768595,0.76859504,0.7892562,0.78512394,0.7892562,0.7892562,0.8016529,0.7933884,0.7933884,0.8016529,0.79752064,0.7933884,0.79752064,0.7892562,0.7933884,0.78099173,0.78512394,0.77272725,0.7644628,0.76033056,0.75206614,0.74793386,0.71900827,0.7066116,0.6942149,0.6859504,0.6487603,0.62396693,0.58264464,0.57024795,0.39256197,0.20661157,0.25619835,0.24380165,0.338843,0.37190083,0.5,0.7768595,0.838843,0.8595041,0.8636364,0.8636364,0.8636364,0.8553719,0.8512397,0.8429752,0.8181818,0.80991733,0.8016529,0.7933884,0.78512394,0.76859504,0.7768595,0.75619835,0.75206614,0.75619835,0.75206614,0.75206614,0.76033056,0.76033056,0.76859504,0.77272725,0.7768595,0.76033056,0.77272725,0.7768595,0.7892562,0.78099173,0.78512394,0.78512394,0.8057851,0.7933884,0.7892562,0.79752064,0.8016529,0.8016529,0.8016529,0.7892562,0.7933884,0.78512394,0.7892562,0.78099173,0.76859504,0.75619835,0.75619835,0.75619835,0.73966944,0.71487606,0.71900827,0.69008267,0.661157,0.62396693,0.60330576,0.5661157,0.446281,0.19421488,0.2603306,0.24793388,0.41322315,0.38842976,0.57024795,0.822314,0.8471074,0.87603307,0.8801653,0.8719008,0.8636364,0.8553719,0.8471074,0.838843,0.8347107,0.822314,0.80991733,0.8057851,0.78512394,0.78512394,0.77272725,0.77272725,0.76859504,0.75619835,0.75206614,0.75206614,0.75619835,0.7644628,0.7644628,0.7644628,0.77272725,0.76859504,0.77272725,0.7768595,0.78099173,0.77272725,0.78099173,0.7933884,0.8016529,0.8057851,0.8016529,0.8140496,0.8181818,0.8140496,0.80991733,0.8057851,0.79752064,0.7933884,0.7933884,0.78512394,0.77272725,0.7644628,0.75206614,0.7644628,0.75619835,0.73966944,0.73140496,0.70247936,0.6694215,0.6280992,0.61157024,0.57438016,0.46280992,0.24380165,0.2231405,0.30165288,0.4876033,0.47107437,0.6859504,0.8471074,0.8512397,0.8801653,0.88842976,0.8719008,0.8677686,0.8595041,0.8553719,0.8512397,0.838843,0.8347107,0.822314,0.80991733,0.7933884,0.78099173,0.7768595,0.77272725,0.76033056,0.75206614,0.7644628,0.76033056,0.7644628,0.76033056,0.76859504,0.7644628,0.7644628,0.76859504,0.77272725,0.76859504,0.78512394,0.78512394,0.7892562,0.79752064,0.8181818,0.822314,0.8264463,0.8264463,0.8305785,0.8264463,0.8140496,0.80991733,0.80991733,0.7933884,0.7933884,0.7892562,0.78099173,0.7768595,0.7644628,0.76859504,0.76033056,0.74793386,0.73140496,0.7066116,0.6818182,0.6363636,0.61157024,0.58264464,0.4876033,0.30578512,0.24793388,0.30578512,0.4752066,0.5,0.76033056,0.8512397,0.8595041,0.8801653,0.88429755,0.8801653,0.8719008,0.8636364,0.8553719,0.8471074,0.8429752,0.838843,0.8305785,0.80991733,0.7933884,0.7768595,0.78512394,0.7644628,0.75619835,0.74380165,0.7644628,0.75206614,0.75619835,0.76859504,0.79752064,0.78512394,0.78099173,0.77272725,0.7892562,0.7933884,0.78512394,0.79752064,0.8140496,0.8181818,0.8264463,0.8347107,0.8347107,0.8347107,0.8305785,0.8181818,0.822314,0.80991733,0.80991733,0.8140496,0.79752064,0.78512394,0.77272725,0.7768595,0.76859504,0.7644628,0.7644628,0.75619835,0.72727275,0.7231405,0.6942149,0.6570248,0.60330576,0.58677685,0.49586776,0.30578512,0.26859504,0.37190083,0.4752066,0.57024795,0.80991733,0.8595041,0.8595041,0.8801653,0.88429755,0.8719008,0.8636364,0.8553719,0.8429752,0.8347107,0.8347107,0.8264463,0.8181818,0.7933884,0.77272725,0.76859504,0.7644628,0.7644628,0.7355372,0.72727275,0.73966944,0.74380165,0.7355372,0.75206614,0.79752064,0.8016529,0.78099173,0.7892562,0.80991733,0.80991733,0.7933884,0.8057851,0.8181818,0.8181818,0.8264463,0.822314,0.8181818,0.8181818,0.8181818,0.80991733,0.8181818,0.8057851,0.79752064,0.80991733,0.80991733,0.7933884,0.7768595,0.7768595,0.76033056,0.76033056,0.74793386,0.75619835,0.7355372,0.7231405,0.69008267,0.6487603,0.61570245,0.58677685,0.5,0.3305785,0.30991736,0.39256197,0.5082645,0.6404959,0.8305785,0.8595041,0.8553719,0.87603307,0.87603307,0.8677686,0.8595041,0.8347107,0.80991733,0.79752064,0.78512394,0.78512394,0.7644628,0.75206614,0.74380165,0.72727275,0.7231405,0.7355372,0.6983471,0.6942149,0.7107438,0.7066116,0.7066116,0.71487606,0.76033056,0.77272725,0.78099173,0.7892562,0.80991733,0.8016529,0.77272725,0.76859504,0.7892562,0.8016529,0.80991733,0.79752064,0.7892562,0.7892562,0.78099173,0.7933884,0.79752064,0.7892562,0.78099173,0.7892562,0.7892562,0.76859504,0.7768595,0.75619835,0.72727275,0.73140496,0.73966944,0.73966944,0.73140496,0.7231405,0.6859504,0.6528926,0.6446281,0.59504133,0.5041322,0.37603307,0.3264463,0.42561984,0.5785124,0.70247936,0.8429752,0.8553719,0.8553719,0.8719008,0.8677686,0.8471074,0.8264463,0.78512394,0.71900827,0.6859504,0.6652893,0.6570248,0.6487603,0.6446281,0.6280992,0.62396693,0.6280992,0.6280992,0.62396693,0.6404959,0.6570248,0.6528926,0.6694215,0.7066116,0.7231405,0.73140496,0.76033056,0.78099173,0.7892562,0.7644628,0.74793386,0.7355372,0.74793386,0.75619835,0.76033056,0.76033056,0.74380165,0.74793386,0.71487606,0.6983471,0.7231405,0.7355372,0.7231405,0.71900827,0.71487606,0.7107438,0.73140496,0.74793386,0.661157,0.6487603,0.71487606,0.7231405,0.71900827,0.7066116,0.6859504,0.6487603,0.6735537,0.6198347,0.5041322,0.37603307,0.3553719,0.5413223,0.62396693,0.72727275,0.8553719,0.8553719,0.8553719,0.8595041,0.7933884,0.7355372,0.6983471,0.60330576,0.5289256,0.49586776,0.5041322,0.4752066,0.53305787,0.5165289,0.49586776,0.4876033,0.49586776,0.4876033,0.5289256,0.56198347,0.58264464,0.58264464,0.607438,0.6694215,0.6942149,0.6818182,0.71900827,0.75206614,0.77272725,0.74793386,0.7107438,0.70247936,0.69008267,0.6322314,0.677686,0.6818182,0.61157024,0.59090906,0.56198347,0.5082645,0.5413223,0.553719,0.5041322,0.5247934,0.4876033,0.5289256,0.55785125,0.6528926,0.6570248,0.49586776,0.553719,0.6528926,0.6983471,0.6942149,0.6735537,0.6280992,0.661157,0.62396693,0.5,0.38842976,0.3966942,0.58677685,0.60330576,0.72727275,0.8636364,0.8512397,0.8471074,0.75619835,0.57438016,0.53305787,0.5206612,0.48347107,0.47933885,0.47933885,0.49173555,0.5041322,0.553719,0.4752066,0.47107437,0.45867768,0.47107437,0.46280992,0.48347107,0.553719,0.58264464,0.5495868,0.5206612,0.58264464,0.61157024,0.607438,0.6446281,0.677686,0.70247936,0.6942149,0.6570248,0.6198347,0.58264464,0.5165289,0.69008267,0.7768595,0.49586776,0.47933885,0.45041323,0.4090909,0.41735536,0.3966942,0.3966942,0.73966944,0.6487603,0.54545456,0.49173555,0.55785125,0.6446281,0.553719,0.40495867,0.45041323,0.57024795,0.6694215,0.661157,0.6280992,0.6446281,0.6404959,0.53305787,0.39256197,0.41322315,0.55785125,0.58677685,0.73966944,0.8719008,0.8512397,0.73966944,0.57024795,0.4876033,0.48347107,0.47933885,0.5123967,0.5,0.4752066,0.45454547,0.446281,0.446281,0.3305785,0.3553719,0.38016528,0.4214876,0.4090909,0.40495867,0.4876033,0.53305787,0.58264464,0.6363636,0.46280992,0.446281,0.5123967,0.553719,0.59504133,0.58264464,0.60330576,0.58264464,0.5371901,0.42975205,0.40495867,0.49173555,0.59917355,0.5661157,0.5123967,0.38842976,0.33471075,0.33471075,0.30578512,0.38016528,0.6528926,0.8347107,0.8677686,0.89669424,0.892562,0.8719008,0.8305785,0.73966944,0.70247936,0.56198347,0.4876033,0.6363636,0.6198347,0.6404959,0.6446281,0.59090906,0.40495867,0.42561984,0.54545456,0.55785125,0.77272725,0.88429755,0.78099173,0.6198347,0.5371901,0.46694216,0.5041322,0.4876033,0.54545456,0.5371901,0.49586776,0.4752066,0.45041323,0.46280992,0.3305785,0.37190083,0.39256197,0.46694216,0.45454547,0.42561984,0.5495868,0.6528926,0.57438016,0.677686,0.8553719,0.6487603,0.59090906,0.6322314,0.677686,0.6983471,0.6404959,0.58264464,0.46694216,0.42561984,0.47107437,0.49586776,0.45867768,0.38429752,0.35123968,0.2768595,0.2644628,0.28099173,0.28099173,0.3140496,0.44214877,0.8016529,0.8512397,0.8801653,0.892562,0.892562,0.90082645,0.8801653,0.8677686,0.90082645,0.7231405,0.446281,0.61570245,0.6363636,0.6404959,0.61157024,0.4752066,0.3966942,0.4876033,0.57438016,0.79752064,0.88429755,0.69008267,0.6404959,0.57438016,0.5413223,0.60330576,0.59504133,0.6404959,0.6404959,0.58264464,0.5289256,0.5165289,0.49586776,0.38429752,0.35123968,0.38429752,0.44214877,0.42975205,0.43801653,0.61570245,0.838843,0.90909094,0.87603307,0.8471074,0.91322315,0.7231405,0.6735537,0.71487606,0.74793386,0.73140496,0.6983471,0.59090906,0.5082645,0.45041323,0.41322315,0.39256197,0.3264463,0.2892562,0.2520661,0.30165288,0.30165288,0.38429752,0.446281,0.71487606,0.92975205,0.89669424,0.88429755,0.8553719,0.75619835,0.69008267,0.59090906,0.58264464,0.6735537,0.7066116,0.446281,0.5785124,0.6280992,0.6363636,0.6280992,0.5123967,0.30165288,0.40495867,0.58264464,0.8140496,0.8181818,0.6363636,0.6942149,0.6735537,0.70247936,0.7066116,0.6322314,0.553719,0.61570245,0.6446281,0.6528926,0.6570248,0.6280992,0.5165289,0.446281,0.48347107,0.5041322,0.48347107,0.4876033,0.5289256,0.6942149,0.822314,0.8636364,0.78512394,0.8347107,0.72727275,0.6694215,0.71487606,0.7355372,0.7231405,0.8016529,0.6404959,0.5123967,0.45867768,0.3966942,0.3305785,0.28512397,0.25619835,0.2644628,0.30991736,0.37190083,0.4338843,0.46694216,0.6487603,0.91735536,0.90082645,0.89669424,0.89669424,0.8305785,0.6322314,0.5165289,0.37603307,0.41735536,0.5661157,0.57438016,0.5371901,0.607438,0.62396693,0.6198347,0.5413223,0.20661157,0.60330576,0.8264463,0.7066116,0.6446281,0.6280992,0.78099173,0.77272725,0.7355372,0.6818182,0.5413223,0.56198347,0.70247936,0.69008267,0.59917355,0.5495868,0.45867768,0.45041323,0.43801653,0.42561984,0.43801653,0.38842976,0.3181818,0.29752067,0.37190083,0.4876033,0.62396693,0.8719008,0.90082645,0.892562,0.8140496,0.78512394,0.79752064,0.8057851,0.71900827,0.6280992,0.553719,0.4876033,0.36363637,0.30165288,0.29752067,0.3429752,0.37190083,0.41322315,0.44214877,0.44214877,0.44214877,0.46280992,0.6983471,0.7933884,0.838843,0.80991733,0.6652893,0.61157024,0.59090906,0.45454547,0.40082645,0.5206612,0.61157024,0.5206612,0.5785124,0.61157024,0.59917355,0.5661157,0.2603306,0.55785125,0.76859504,0.53305787,0.5082645,0.59504133,0.8140496,0.8016529,0.74380165,0.6363636,0.5082645,0.71900827,0.677686,0.49586776,0.43801653,0.45041323,0.39256197,0.40495867,0.47107437,0.41735536,0.4338843,0.35123968,0.2892562,0.2603306,0.28512397,0.3429752,0.45454547,0.73140496,0.8512397,0.8512397,0.73140496,0.70247936,0.71487606,0.7066116,0.6487603,0.5289256,0.5289256,0.5082645,0.40082645,0.38842976,0.3677686,0.45867768,0.45867768,0.41735536,0.4214876,0.36363637,0.3305785,0.3305785,0.33471075,0.49173555,0.57024795,0.6280992,0.49586776,0.5082645,0.56198347,0.5206612,0.48347107,0.5289256,0.58677685,0.5082645,0.73966944,0.6942149,0.5247934,0.57024795,0.27272728,0.3966942,0.5413223,0.6446281,0.59917355,0.59504133,0.80991733,0.80991733,0.73966944,0.5785124,0.5413223,0.55785125,0.46694216,0.44214877,0.41322315,0.3553719,0.2892562,0.26859504,0.34710744,0.4090909,0.5,0.45041323,0.3140496,0.26859504,0.30991736,0.3264463,0.45041323,0.59504133,0.8016529,0.78512394,0.73966944,0.72727275,0.73140496,0.7231405,0.7107438,0.6446281,0.56198347,0.5206612,0.5,0.5413223,0.446281,0.43801653,0.48347107,0.49586776,0.46280992,0.40495867,0.25619835,0.20247933,0.23140496,0.2892562,0.3677686,0.4090909,0.48347107,0.47107437,0.53305787,0.553719,0.5785124,0.5495868,0.57024795,0.553719,0.6694215,0.7231405,0.73966944,0.5661157,0.28099173,0.32231405,0.44214877,0.6404959,0.6280992,0.57024795,0.6735537,0.6859504,0.6322314,0.57024795,0.5289256,0.4876033,0.5,0.5206612,0.45867768,0.37603307,0.3264463,0.34710744,0.39256197,0.43801653,0.48347107,0.4876033,0.446281,0.41322315,0.3966942,0.42561984,0.5165289,0.60330576,0.79752064,0.77272725,0.7231405,0.6942149,0.72727275,0.7231405,0.7231405,0.6694215,0.5495868,0.54545456,0.55785125,0.5785124,0.49173555,0.41735536,0.42975205,0.49173555,0.47107437,0.37603307,0.29338843,0.24793388,0.27272728,0.338843,0.35950413,0.30578512,0.3140496,0.45041323,0.5206612,0.57438016,0.6487603,0.61570245,0.60330576,0.5082645,0.5041322,0.49173555,0.5206612,0.5289256,0.2644628,0.30165288,0.35123968,0.49173555,0.54545456,0.47107437,0.6735537,0.75619835,0.73966944,0.70247936,0.6404959,0.59917355,0.59917355,0.54545456,0.4752066,0.40495867,0.38016528,0.40495867,0.40082645,0.4090909,0.43801653,0.45041323,0.45454547,0.4338843,0.45454547,0.5371901,0.47933885,0.6198347,0.8140496,0.7768595,0.71900827,0.6942149,0.70247936,0.72727275,0.71900827,0.6652893,0.5206612,0.5289256,0.57024795,0.55785125,0.5371901,0.45454547,0.42561984,0.446281,0.46280992,0.44214877,0.42975205,0.3966942,0.4090909,0.45041323,0.4338843,0.4090909,0.38016528,0.45867768,0.5247934,0.58264464,0.61570245,0.58677685,0.56198347,0.49173555,0.53305787,0.5785124,0.5082645,0.39256197,0.2644628,0.2892562,0.24793388,0.45041323,0.5661157,0.59090906,0.8347107,0.88429755,0.8719008,0.8677686,0.8429752,0.78099173,0.73966944,0.6322314,0.5206612,0.43801653,0.40495867,0.3966942,0.41322315,0.4214876,0.42975205,0.4338843,0.446281,0.45867768,0.54545456,0.59504133,0.46694216,0.69008267,0.8181818,0.78512394,0.71900827,0.70247936,0.70247936,0.72727275,0.71487606,0.6694215,0.54545456,0.5082645,0.58677685,0.58264464,0.5371901,0.5082645,0.42975205,0.4090909,0.4214876,0.41735536,0.42561984,0.42561984,0.42975205,0.47107437,0.49173555,0.5,0.5165289,0.5785124,0.6198347,0.6363636,0.7066116,0.6528926,0.5661157,0.45454547,0.5247934,0.5785124,0.5082645,0.34710744,0.553719,0.47933885,0.21900827,0.5247934,0.6487603,0.7107438,0.8801653,0.88429755,0.87603307,0.8719008,0.8429752,0.80991733,0.77272725,0.6570248,0.5371901,0.4338843,0.42561984,0.41322315,0.43801653,0.44214877,0.47107437,0.49586776,0.53305787,0.59504133,0.661157,0.54545456,0.5082645,0.75206614,0.80991733,0.77272725,0.73140496,0.71487606,0.7066116,0.7231405,0.72727275,0.6859504,0.60330576,0.5289256,0.6322314,0.6694215,0.60330576,0.55785125,0.5247934,0.47107437,0.44214877,0.42561984,0.43801653,0.43801653,0.46280992,0.47933885,0.5165289,0.5371901,0.56198347,0.61570245,0.6652893,0.6859504,0.73966944,0.71900827,0.61157024,0.4752066,0.54545456,0.6363636,0.55785125,0.28099173,0.70247936,0.7231405,0.45454547,0.6322314,0.70247936,0.7768595,0.87603307,0.8801653,0.87603307,0.8719008,0.838843,0.8057851,0.76859504,0.6859504,0.60330576,0.54545456,0.54545456,0.5413223,0.56198347,0.57438016,0.61157024,0.6528926,0.7231405,0.78512394,0.6652893,0.49173555,0.61157024,0.8181818,0.822314,0.7768595,0.7355372,0.72727275,0.73966944,0.73140496,0.7231405,0.6942149,0.6322314,0.55785125,0.59090906,0.70247936,0.677686,0.6404959,0.607438,0.58264464,0.553719,0.5123967,0.4876033,0.47107437,0.47933885,0.49173555,0.5206612,0.54545456,0.5661157,0.59090906,0.6363636,0.7066116,0.6942149,0.6983471,0.607438,0.47107437,0.55785125,0.607438,0.54545456,0.3181818,0.5206612,0.5661157,0.56198347,0.7355372,0.77272725,0.8140496,0.8677686,0.87603307,0.8801653,0.8677686,0.8305785,0.7933884,0.74793386,0.6983471,0.6735537,0.661157,0.6363636,0.6570248,0.6735537,0.69008267,0.7355372,0.75206614,0.8140496,0.78099173,0.6404959,0.55785125,0.73140496,0.8429752,0.8181818,0.76859504,0.72727275,0.73966944,0.74380165,0.73966944,0.72727275,0.6983471,0.6487603,0.59917355,0.5289256,0.6528926,0.7066116,0.677686,0.6859504,0.6487603,0.6322314,0.61157024,0.607438,0.59090906,0.59090906,0.59090906,0.58677685,0.58677685,0.5661157,0.58677685,0.6198347,0.6694215,0.6652893,0.6528926,0.5785124,0.47107437,0.57024795,0.59504133,0.5785124,0.39256197,0.47933885,0.36363637,0.54545456,0.8057851,0.8429752,0.7933884,0.87603307,0.8801653,0.87603307,0.8677686,0.8305785,0.79752064,0.75206614,0.71900827,0.70247936,0.69008267,0.6859504,0.6983471,0.72727275,0.7355372,0.74793386,0.74793386,0.6983471,0.7107438,0.75206614,0.6983471,0.78099173,0.8305785,0.7933884,0.7355372,0.7066116,0.74793386,0.75619835,0.72727275,0.7231405,0.71487606,0.661157,0.61157024,0.59917355,0.53305787,0.6528926,0.6818182,0.6818182,0.69008267,0.6694215,0.661157,0.6487603,0.6363636,0.6363636,0.6363636,0.6363636,0.6322314,0.59917355,0.60330576,0.607438,0.6322314,0.6322314,0.6280992,0.5371901,0.4876033,0.60330576,0.61570245,0.59917355,0.4338843,0.5165289,0.30991736,0.59917355,0.8305785,0.8595041,0.8636364,0.838843,0.838843,0.8512397,0.8677686,0.8429752,0.8057851,0.7644628,0.73140496,0.7107438,0.6983471,0.71487606,0.7107438,0.71487606,0.7107438,0.677686,0.5785124,0.6983471,0.8553719,0.822314,0.74380165,0.8016529,0.8181818,0.76033056,0.6942149,0.7107438,0.7355372,0.7768595,0.73140496,0.71900827,0.70247936,0.6818182,0.6280992,0.6322314,0.6446281,0.553719,0.607438,0.6735537,0.6818182,0.6694215,0.6859504,0.6818182,0.69008267,0.677686,0.677686,0.6859504,0.6694215,0.6280992,0.61570245,0.607438,0.6198347,0.6404959,0.60330576,0.5,0.5495868,0.6446281,0.62396693,0.59917355,0.43801653,0.5661157,0.35950413,0.6487603,0.8471074,0.8636364,0.8719008,0.87603307,0.8512397,0.80991733,0.75206614,0.73140496,0.76033056,0.7768595,0.75619835,0.73966944,0.7107438,0.69008267,0.6570248,0.6198347,0.5661157,0.55785125,0.6528926,0.8264463,0.8677686,0.80991733,0.7768595,0.8347107,0.8347107,0.75206614,0.69008267,0.70247936,0.75619835,0.78099173,0.73966944,0.7066116,0.6942149,0.69008267,0.6446281,0.6363636,0.6818182,0.6322314,0.553719,0.5247934,0.6487603,0.661157,0.677686,0.7066116,0.72727275,0.72727275,0.71487606,0.6983471,0.677686,0.6404959,0.62396693,0.6198347,0.6322314,0.61157024,0.54545456,0.57024795,0.6487603,0.6735537,0.607438,0.58677685,0.4338843,0.6198347,0.4090909,0.677686,0.838843,0.8719008,0.87603307,0.8719008,0.87603307,0.8636364,0.8429752,0.78099173,0.69008267,0.6363636,0.61157024,0.58677685,0.5661157,0.553719,0.57024795,0.58677685,0.60330576,0.6322314,0.7066116,0.8057851,0.838843,0.8140496,0.8057851,0.8347107,0.8595041,0.7644628,0.6735537,0.6983471,0.7644628,0.79752064,0.74793386,0.71900827,0.71487606,0.70247936,0.6694215,0.6363636,0.6446281,0.6570248,0.6280992,0.58677685,0.5206612,0.553719,0.61157024,0.6652893,0.69008267,0.6735537,0.677686,0.661157,0.6446281,0.607438,0.61157024,0.57024795,0.5495868,0.56198347,0.6322314,0.677686,0.69008267,0.6859504,0.59917355,0.57024795,0.42561984,0.661157,0.44214877,0.6652893,0.8553719,0.8595041,0.8677686,0.8719008,0.87603307,0.87603307,0.8677686,0.8347107,0.77272725,0.71900827,0.677686,0.6404959,0.61157024,0.59917355,0.6198347,0.6198347,0.62396693,0.6404959,0.6818182,0.73966944,0.79752064,0.80991733,0.7768595,0.78099173,0.8016529,0.7066116,0.61157024,0.6322314,0.69008267,0.71900827,0.73140496,0.71487606,0.6818182,0.661157,0.6859504,0.6487603,0.59917355,0.59917355,0.61570245,0.62396693,0.6198347,0.59917355,0.57438016,0.58677685,0.59090906,0.59090906,0.59090906,0.58677685,0.56198347,0.56198347,0.57024795,0.55785125,0.59917355,0.6570248,0.6983471,0.73140496,0.7066116,0.6694215,0.58264464,0.55785125,0.40082645,0.6528926,0.5123967,0.6735537,0.8429752,0.8553719,0.8595041,0.8719008,0.87603307,0.8719008,0.8719008,0.80991733,0.74793386,0.6859504,0.6446281,0.6322314,0.59917355,0.60330576,0.6198347,0.6198347,0.6363636,0.6735537,0.661157,0.6735537,0.78099173,0.74793386,0.6652893,0.6652893,0.70247936,0.6198347,0.5289256,0.53305787,0.5785124,0.62396693,0.6446281,0.6363636,0.59090906,0.57024795,0.61157024,0.6694215,0.6404959,0.57024795,0.57024795,0.59504133,0.61570245,0.61570245,0.61570245,0.6280992,0.61157024,0.6404959,0.6446281,0.6322314,0.6198347,0.61570245,0.6198347,0.58677685,0.6280992,0.661157,0.7231405,0.72727275,0.71900827,0.6487603,0.553719,0.54545456,0.3429752,0.5371901,0.59917355,0.7066116,0.8305785,0.8429752,0.8512397,0.8677686,0.8677686,0.8719008,0.8471074,0.78512394,0.7107438,0.6652893,0.6404959,0.6446281,0.6198347,0.61570245,0.62396693,0.6363636,0.6404959,0.6570248,0.6322314,0.6404959,0.7231405,0.61570245,0.446281,0.40495867,0.5247934,0.5495868,0.44214877,0.42561984,0.46694216,0.5206612,0.5289256,0.48347107,0.3966942,0.33471075,0.45867768,0.5785124,0.6487603,0.6404959,0.607438,0.5785124,0.57024795,0.5785124,0.58264464,0.5785124,0.58264464,0.59917355,0.61157024,0.61157024,0.60330576,0.59090906,0.59917355,0.60330576,0.6363636,0.677686,0.73966944,0.72727275,0.7107438,0.6280992,0.53305787,0.5206612,0.28512397,0.36363637,0.6280992,0.71900827,0.8264463,0.822314,0.838843,0.8595041,0.8677686,0.8553719,0.822314,0.78512394,0.7231405,0.70247936,0.6859504,0.6818182,0.6446281,0.6280992,0.62396693,0.6322314,0.6322314,0.6446281,0.61570245,0.58677685,0.6404959,0.5206612,0.30165288,0.21900827,0.3264463,0.49173555,0.4338843,0.3264463,0.3553719,0.4214876,0.44214877,0.33471075,0.20661157,0.17768595,0.28512397,0.47107437,0.6280992,0.7107438,0.7066116,0.6652893,0.607438,0.57438016,0.55785125,0.553719,0.56198347,0.55785125,0.57024795,0.56198347,0.57024795,0.5785124,0.58677685,0.60330576,0.6570248,0.7066116,0.75206614,0.7231405,0.6859504,0.607438,0.5165289,0.47933885,0.23966943,0.21487603,0.58264464,0.75619835,0.8140496,0.822314,0.8347107,0.8512397,0.8471074,0.8347107,0.8016529,0.7768595,0.73140496,0.7107438,0.69008267,0.6570248,0.6280992,0.6198347,0.61157024,0.61157024,0.6363636,0.661157,0.61570245,0.5785124,0.57024795,0.57024795,0.38429752,0.26859504,0.45867768,0.59504133,0.5289256,0.3264463,0.30165288,0.37603307,0.40495867,0.38429752,0.2892562,0.22727273,0.28512397,0.46694216,0.6363636,0.7355372,0.75206614,0.73966944,0.71487606,0.6694215,0.6280992,0.59917355,0.607438,0.59504133,0.58677685,0.57438016,0.5785124,0.59917355,0.6322314,0.6322314,0.6983471,0.72727275,0.7355372,0.7107438,0.661157,0.57438016,0.5123967,0.40495867,0.30578512,0.14049587,0.49173555,0.77272725,0.8140496,0.8140496,0.822314,0.8347107,0.8264463,0.80991733,0.7892562,0.7768595,0.71900827,0.6942149,0.6446281,0.60330576,0.59090906,0.58677685,0.59090906,0.61157024,0.6694215,0.6942149,0.6694215,0.6198347,0.60330576,0.60330576,0.57024795,0.58677685,0.661157,0.61157024,0.49173555,0.3181818,0.2603306,0.338843,0.41735536,0.4876033,0.47933885,0.3677686,0.37603307,0.5165289,0.6570248,0.72727275,0.74380165,0.7644628,0.75619835,0.72727275,0.6983471,0.6694215,0.6652893,0.6652893,0.6528926,0.6570248,0.6446281,0.661157,0.69008267,0.6983471,0.72727275,0.73966944,0.7066116,0.6818182,0.62396693,0.57024795,0.4876033,0.3429752,0.4214876,0.17768595,0.36363637,0.74793386,0.8140496,0.80991733,0.8057851,0.80991733,0.79752064,0.7892562,0.7644628,0.74793386,0.6942149,0.6694215,0.60330576,0.5785124,0.55785125,0.5413223,0.58677685,0.6487603,0.73140496,0.7644628,0.74793386,0.71487606,0.69008267,0.7066116,0.7107438,0.7107438,0.661157,0.5206612,0.37190083,0.24380165,0.2231405,0.3429752,0.45454547,0.5206612,0.57438016,0.553719,0.553719,0.607438,0.6694215,0.70247936,0.71900827,0.74380165,0.74793386,0.74380165,0.7231405,0.69008267,0.677686,0.6652893,0.6694215,0.6694215,0.6735537,0.677686,0.6859504,0.70247936,0.71900827,0.71900827,0.70247936,0.6570248,0.60330576,0.54545456,0.46280992,0.35123968,0.53305787,0.1694215,0.28099173,0.6570248,0.8057851,0.8016529,0.78512394,0.7768595,0.7768595,0.76033056,0.7355372,0.7066116,0.6694215,0.6198347,0.5661157,0.5371901,0.5247934,0.553719,0.661157,0.74380165,0.7892562,0.8016529,0.78099173,0.76033056,0.76033056,0.73966944,0.73966944,0.677686,0.5495868,0.39256197,0.24793388,0.22727273,0.28099173,0.38842976,0.49173555,0.5413223,0.58677685,0.61570245,0.6404959,0.6446281,0.6570248,0.6694215,0.69008267,0.7107438,0.73966944,0.73966944,0.7231405,0.7107438,0.677686,0.6446281,0.6446281,0.6528926,0.6735537,0.677686,0.6859504,0.6983471,0.70247936,0.70247936,0.6694215,0.6404959,0.58264464,0.5206612,0.44214877,0.45454547,0.5495868,0.19008264,0.20247933,0.5206612,0.7768595,0.78512394,0.77272725,0.75206614,0.73966944,0.7231405,0.7107438,0.6859504,0.6404959,0.57438016,0.5206612,0.5041322,0.55785125,0.6446281,0.72727275,0.78099173,0.7933884,0.78512394,0.7644628,0.75206614,0.75206614,0.72727275,0.6942149,0.58677685,0.446281,0.30578512,0.24793388,0.28512397,0.37603307,0.45454547,0.5247934,0.5495868,0.57438016,0.61570245,0.62396693,0.6404959,0.6363636,0.6280992,0.6528926,0.6694215,0.70247936,0.7107438,0.6983471,0.6983471,0.677686,0.6528926,0.62396693,0.6280992,0.6528926,0.6528926,0.6570248,0.6735537,0.6818182,0.677686,0.6487603,0.61157024,0.553719,0.5082645,0.446281,0.5123967,0.56198347,0.21900827,0.18595041,0.38842976,0.73140496,0.77272725,0.74380165,0.72727275,0.72727275,0.69008267,0.69008267,0.6652893,0.6198347,0.53305787,0.4876033,0.53305787,0.6446281,0.677686,0.73966944,0.76859504,0.7768595,0.76859504,0.74793386,0.7107438,0.6983471,0.6859504,0.62396693,0.5165289,0.3966942,0.32231405,0.338843,0.39256197,0.4338843,0.49586776,0.54545456,0.57024795,0.59090906,0.59504133,0.62396693,0.6198347,0.6280992,0.61570245,0.6363636,0.6446281,0.6570248,0.677686,0.6570248,0.6570248,0.6528926,0.6363636,0.607438,0.58677685,0.62396693,0.6363636,0.6446281,0.6487603,0.6528926,0.6487603,0.6198347,0.58264464,0.5289256,0.4752066,0.46694216,0.5123967,0.53305787,0.2231405,0.20661157,0.3140496,0.6694215,0.75206614,0.71900827,0.7107438,0.7066116,0.6818182,0.6818182,0.6652893,0.58677685,0.48347107,0.47933885,0.6198347,0.6859504,0.6818182,0.7107438,0.75619835,0.75206614,0.75206614,0.7107438,0.677686,0.6652893,0.6446281,0.57438016,0.48347107,0.41322315,0.3966942,0.4214876,0.44214877,0.46694216,0.5,0.5371901,0.553719,0.59090906,0.59917355,0.607438,0.59504133,0.60330576,0.61157024,0.6322314,0.6322314,0.6363636,0.6528926,0.6322314,0.6280992,0.62396693,0.607438,0.59917355,0.57438016,0.607438,0.62396693,0.6280992,0.6198347,0.6198347,0.6198347,0.59504133,0.55785125,0.5082645,0.46280992,0.49586776,0.55785125,0.56198347,0.2231405,0.21487603,0.25619835,0.59504133,0.7355372,0.70247936,0.6942149,0.677686,0.661157,0.6694215,0.6446281,0.56198347,0.45867768,0.49586776,0.6404959,0.6570248,0.6446281,0.677686,0.7107438,0.71900827,0.69008267,0.6652893,0.6363636,0.6280992,0.61157024,0.5661157,0.5041322,0.46694216,0.446281,0.4752066,0.49586776,0.47933885,0.5082645,0.54545456,0.5661157,0.58677685,0.59504133,0.59090906,0.59090906,0.59504133,0.607438,0.61157024,0.6198347,0.61157024,0.6280992,0.61157024,0.59917355,0.59917355,0.59504133,0.59504133,0.5785124,0.60330576,0.61570245,0.6322314,0.607438,0.60330576,0.59090906,0.5661157,0.53305787,0.4876033,0.45041323,0.53305787,0.57024795,0.53305787,0.20661157,0.23553719,0.21487603,0.5,0.74380165,0.71487606,0.6818182,0.6404959,0.6404959,0.6735537,0.6404959,0.553719,0.46280992,0.4752066,0.553719,0.5289256,0.5247934,0.5785124,0.61570245,0.62396693,0.607438,0.59504133,0.58677685,0.60330576,0.59090906,0.57024795,0.5247934,0.49586776,0.5,0.5206612,0.53305787,0.5289256,0.5495868,0.5785124,0.58677685,0.59917355,0.59504133,0.58677685,0.58677685,0.57024795,0.58264464,0.58264464,0.58264464,0.58677685,0.57438016,0.57024795,0.55785125,0.553719,0.57438016,0.5785124,0.58264464,0.59917355,0.61157024,0.62396693,0.61570245,0.5785124,0.55785125,0.5371901,0.5123967,0.47933885,0.38842976,0.43801653,0.45041323,0.36363637,0.2231405,0.23553719,0.19421488,0.42975205,0.71487606,0.7231405,0.6735537,0.6198347,0.6404959,0.6652893,0.62396693,0.56198347,0.4752066,0.45867768,0.4214876,0.3677686,0.3553719,0.43801653,0.5206612,0.5495868,0.54545456,0.5289256,0.5413223,0.5413223,0.5289256,0.5,0.45867768,0.45454547,0.46694216,0.49586776,0.5082645,0.49586776,0.5041322,0.5123967,0.53305787,0.5413223,0.56198347,0.57024795,0.56198347,0.5495868,0.5413223,0.553719,0.54545456,0.5371901,0.5247934,0.49173555,0.48347107,0.47933885,0.5206612,0.5495868,0.57438016,0.58264464,0.59917355,0.60330576,0.60330576,0.55785125,0.53305787,0.5123967,0.49173555,0.45867768,0.2644628,0.2520661,0.25619835,0.21900827,0.2231405,0.23553719,0.18595041,0.3305785,0.6694215,0.7231405,0.677686,0.6322314,0.6363636,0.6570248,0.61570245,0.56198347,0.5041322,0.45454547,0.41322315,0.28512397,0.2231405,0.2520661,0.3553719,0.44214877,0.45867768,0.44214877,0.42561984,0.4090909,0.3966942,0.3553719,0.33471075,0.3305785,0.34710744,0.37603307,0.37190083,0.38429752,0.37603307,0.38016528,0.38429752,0.42561984,0.446281,0.45867768,0.4752066,0.4876033,0.49173555,0.5082645,0.49586776,0.46694216,0.4214876,0.35950413,0.35123968,0.38842976,0.45867768,0.5123967,0.57438016,0.58264464,0.59504133,0.58677685,0.5785124,0.5371901,0.5041322,0.4876033,0.49586776,0.41322315,0.18181819,0.1983471,0.19421488,0.20661157,0.22727273,0.2107438,0.20247933,0.23966943,0.58264464,0.7107438,0.69008267,0.6363636,0.61570245,0.6487603,0.61570245,0.5661157,0.5206612,0.4876033,0.46280992,0.35950413,0.22727273,0.2107438,0.3140496,0.3305785,0.3677686,0.38842976,0.37190083,0.33471075,0.3181818,0.28099173,0.24380165,0.23553719,0.23966943,0.2520661,0.25619835,0.2768595,0.2768595,0.2768595,0.2768595,0.29752067,0.29752067,0.3140496,0.3429752,0.338843,0.35123968,0.38842976,0.38016528,0.3429752,0.29338843,0.29752067,0.33471075,0.38016528,0.4338843,0.49586776,0.5495868,0.59504133,0.58264464,0.57024795,0.5371901,0.5041322,0.49173555,0.48347107,0.49173555,0.33471075,0.16115703,0.19421488,0.18181819,0.19421488,0.23966943,0.1983471,0.2231405,0.17768595,0.47107437,0.677686,0.6818182,0.6322314,0.61157024,0.6363636,0.61570245,0.57438016,0.5247934,0.5,0.49586776,0.4338843,0.35950413,0.4090909,0.5247934,0.5247934,0.5371901,0.56198347,0.57024795,0.5041322,0.43801653,0.3677686,0.3305785,0.2892562,0.2603306,0.2603306,0.24793388,0.2520661,0.2644628,0.27272728,0.30165288,0.2892562,0.3181818,0.3264463,0.34710744,0.34710744,0.3677686,0.38016528,0.38429752,0.38842976,0.4338843,0.446281,0.46280992,0.45041323,0.45454547,0.5,0.5413223,0.57024795,0.5661157,0.5495868,0.5041322,0.49586776,0.4876033,0.4876033,0.45867768,0.2520661,0.17355372,0.18181819,0.19008264,0.19008264,0.21900827,0.22727273,0.2107438,0.18181819,0.33471075,0.607438,0.6735537,0.6280992,0.59917355,0.607438,0.60330576,0.57024795,0.5371901,0.5123967,0.4876033,0.49173555,0.5165289,0.60330576,0.6983471,0.73140496,0.72727275,0.7066116,0.74380165,0.7355372,0.60330576,0.5247934,0.4752066,0.45041323,0.446281,0.4338843,0.42561984,0.446281,0.446281,0.46694216,0.45867768,0.42975205,0.42975205,0.43801653,0.43801653,0.45867768,0.4752066,0.5082645,0.5413223,0.57438016,0.59917355,0.57438016,0.5413223,0.5,0.47107437,0.5206612,0.5495868,0.5495868,0.54545456,0.5247934,0.5041322,0.49586776,0.49173555,0.47933885,0.40082645,0.18595041,0.17768595,0.1694215,0.19008264,0.18181819,0.22727273,0.2107438,0.2231405,0.19008264,0.21487603,0.5082645,0.6404959,0.61157024,0.59504133,0.59504133,0.59917355,0.58264464,0.54545456,0.5165289,0.4876033,0.5165289,0.60330576,0.69008267,0.75619835,0.78512394,0.76033056,0.73966944,0.70247936,0.6446281,0.58677685,0.5247934,0.47933885,0.46280992,0.47107437,0.46694216,0.48347107,0.4876033,0.49586776,0.5247934,0.5041322,0.45454547,0.46280992,0.48347107,0.5123967,0.54545456,0.57024795,0.607438,0.6404959,0.6487603,0.6446281,0.61157024,0.58677685,0.53305787,0.5123967,0.5206612,0.5413223,0.5495868,0.5206612,0.5,0.49173555,0.49173555,0.47933885,0.45454547,0.28099173,0.15289256,0.17768595,0.18181819,0.17768595,0.18181819,0.21900827,0.2107438,0.21900827,0.1983471,0.17355372,0.35950413,0.58677685,0.61157024,0.5785124,0.5785124,0.58677685,0.58677685,0.553719,0.5165289,0.5082645,0.553719,0.62396693,0.69008267,0.7231405,0.76033056,0.76033056,0.74380165,0.6859504,0.6280992,0.57438016,0.5123967,0.45454547,0.4214876,0.4090909,0.4090909,0.4214876,0.42975205,0.4090909,0.43801653,0.446281,0.45867768,0.4876033,0.5247934,0.57024795,0.59917355,0.6322314,0.6404959,0.6404959,0.6487603,0.6363636,0.607438,0.57024795,0.53305787,0.5,0.5082645,0.5165289,0.5247934,0.5041322,0.48347107,0.47933885,0.49173555,0.46694216,0.38016528,0.1694215,0.15289256,0.17768595,0.17355372,0.19008264,0.18595041,0.21487603,0.20661157,0.21900827,0.21900827,0.17768595,0.22727273,0.48347107,0.60330576,0.56198347,0.55785125,0.55785125,0.5661157,0.54545456,0.5123967,0.5165289,0.57024795,0.6198347,0.6694215,0.69008267,0.7107438,0.71900827,0.7066116,0.6735537,0.6198347,0.57024795,0.5247934,0.45041323,0.40495867,0.338843,0.33471075,0.338843,0.35123968,0.36363637,0.39256197,0.42561984,0.47107437,0.5082645,0.5413223,0.56198347,0.59504133,0.607438,0.607438,0.6198347,0.6280992,0.61570245,0.58264464,0.55785125,0.5165289,0.5,0.5,0.5123967,0.49173555,0.4876033,0.47107437,0.46280992,0.46694216,0.44214877,0.30991736,0.11983471,0.16528925,0.17355372,0.17355372,0.17768595,0.18181819,0.19008264,0.20247933,0.2231405,0.20661157,0.1983471,0.19008264,0.338843,0.553719,0.57024795,0.5371901,0.5371901,0.54545456,0.5371901,0.5206612,0.53305787,0.56198347,0.60330576,0.6363636,0.6404959,0.6694215,0.6652893,0.6446281,0.61570245,0.5661157,0.5371901,0.47933885,0.4338843,0.3966942,0.34710744,0.32231405,0.2892562,0.30991736,0.3305785,0.37603307,0.41322315,0.45867768,0.49173555,0.5165289,0.5289256,0.553719,0.5661157,0.5661157,0.59090906,0.59504133,0.58677685,0.57024795,0.5495868,0.5247934,0.5,0.5082645,0.49586776,0.4876033,0.46694216,0.45454547,0.45041323,0.4338843,0.4214876,0.30991736,0.11570248,0.16528925,0.16528925,0.18181819,0.17355372,0.18181819,0.20247933,0.19421488,0.2107438,0.21487603,0.1983471,0.19008264,0.20661157,0.46694216,0.56198347,0.53305787,0.5289256,0.5289256,0.5289256,0.53305787,0.54545456,0.57438016,0.58264464,0.59090906,0.59917355,0.62396693,0.6198347,0.59090906,0.5661157,0.5041322,0.45867768,0.40082645,0.37603307,0.37190083,0.35123968,0.338843,0.3181818,0.33471075,0.3429752,0.3553719,0.3677686,0.41322315,0.43801653,0.47107437,0.49586776,0.5,0.53305787,0.5413223,0.55785125,0.57024795,0.57024795,0.56198347,0.55785125,0.53305787,0.5371901,0.5041322,0.48347107,0.45867768,0.45454547,0.44214877,0.4214876,0.3966942,0.446281,0.3181818,0.11983471,0.1570248,0.16115703,0.17768595,0.1694215,0.17768595,0.20247933,0.20661157,0.18595041,0.20247933,0.20247933,0.19008264,0.19008264,0.30578512,0.5,0.5495868,0.53305787,0.5206612,0.5165289,0.5495868,0.57438016,0.5785124,0.58264464,0.5785124,0.5785124,0.59504133,0.5785124,0.55785125,0.5247934,0.45867768,0.4090909,0.34710744,0.3264463,0.3429752,0.35950413,0.34710744,0.35123968,0.35950413,0.3677686,0.36363637,0.37190083,0.37190083,0.41322315,0.45041323,0.47107437,0.49586776,0.5082645,0.53305787,0.553719,0.56198347,0.5495868,0.56198347,0.56198347,0.5495868,0.5371901,0.5082645,0.47107437,0.45454547,0.45454547,0.4338843,0.38429752,0.40082645,0.4752066,0.30991736,0.11983471,0.14876033,0.1570248,0.16115703,0.17768595,0.17355372,0.18595041,0.19421488,0.1983471,0.20661157,0.20661157,0.1983471,0.18181819,0.20661157,0.36363637,0.5495868,0.5413223,0.5247934,0.5247934,0.5661157,0.59504133,0.59090906,0.56198347,0.5661157,0.55785125,0.57024795,0.5413223,0.5165289,0.49586776,0.4338843,0.39256197,0.3305785,0.338843,0.3305785,0.33471075,0.3677686,0.3677686,0.38016528,0.3677686,0.38429752,0.38016528,0.38016528,0.42975205,0.46280992,0.4876033,0.49586776,0.5041322,0.5289256,0.5495868,0.54545456,0.5413223,0.55785125,0.54545456,0.5495868,0.54545456,0.49586776,0.4752066,0.46280992,0.45454547,0.4090909,0.3677686,0.43801653,0.49586776,0.3140496,0.12809917,0.16115703,0.16528925,0.16115703,0.18595041,0.1694215,0.16528925,0.19008264,0.1983471,0.1983471,0.2107438,0.19008264,0.19008264,0.16528925,0.23553719,0.56198347,0.55785125,0.53305787,0.553719,0.5661157,0.59504133,0.59504133,0.57024795,0.5495868,0.54545456,0.5661157,0.5371901,0.5206612,0.5,0.46694216,0.42975205,0.3966942,0.38429752,0.38429752,0.38429752,0.39256197,0.4090909,0.41322315,0.41322315,0.4214876,0.42561984,0.4338843,0.45454547,0.49586776,0.5082645,0.5041322,0.5289256,0.53305787,0.53305787,0.54545456,0.5371901,0.55785125,0.5413223,0.5371901,0.5165289,0.49173555,0.48347107,0.47107437,0.42561984,0.38842976,0.39256197,0.45454547,0.5082645,0.3264463,0.11570248,0.15289256,0.16115703,0.16115703,0.19421488,0.17768595,0.16115703,0.17355372,0.2107438,0.19008264,0.20247933,0.20247933,0.19008264,0.16528925,0.20247933,0.59504133,0.6280992,0.54545456,0.5495868,0.55785125,0.58264464,0.58264464,0.5495868,0.54545456,0.5371901,0.553719,0.5495868,0.553719,0.5371901,0.53305787,0.5165289,0.5123967,0.49586776,0.4876033,0.4876033,0.45867768,0.45867768,0.45454547,0.46280992,0.47933885,0.5,0.5041322,0.5165289,0.5206612,0.5247934,0.5247934,0.54545456,0.54545456,0.54545456,0.5495868,0.5413223,0.5495868,0.5413223,0.5206612,0.4752066,0.45867768,0.4752066,0.45041323,0.38842976,0.38429752,0.41322315,0.47933885,0.5123967,0.3264463,0.11983471,0.1570248,0.16115703,0.16528925,0.18181819,0.17355372,0.1983471,0.19421488,0.19421488,0.19008264,0.19421488,0.1983471,0.1983471,0.1694215,0.1983471,0.60330576,0.677686,0.58264464,0.5413223,0.54545456,0.5661157,0.57438016,0.553719,0.5371901,0.5413223,0.5661157,0.54545456,0.5661157,0.57024795,0.58677685,0.58677685,0.59090906,0.5785124,0.5661157,0.5413223,0.53305787,0.5165289,0.5,0.5206612,0.5165289,0.5371901,0.5413223,0.5371901,0.5206612,0.5371901,0.54545456,0.553719,0.54545456,0.5413223,0.54545456,0.54545456,0.5413223,0.5206612,0.4876033,0.45041323,0.4752066,0.45041323,0.41322315,0.38016528,0.3966942,0.446281,0.5123967,0.5123967,0.338843,0.11157025,0.16528925,0.16528925,0.1694215,0.1694215,0.18595041,0.20247933,0.1983471,0.19008264,0.19008264,0.1983471,0.1983471,0.19421488,0.17355372,0.19008264,0.60330576,0.7107438,0.6322314,0.5247934,0.5371901,0.54545456,0.5661157,0.553719,0.5371901,0.5413223,0.56198347,0.5413223,0.54545456,0.57438016,0.59504133,0.61157024,0.59090906,0.5785124,0.553719,0.5371901,0.5413223,0.5371901,0.5165289,0.5289256,0.5289256,0.5413223,0.56198347,0.55785125,0.5165289,0.5289256,0.56198347,0.553719,0.5371901,0.5413223,0.53305787,0.53305787,0.5,0.49173555,0.47107437,0.45041323,0.47107437,0.41735536,0.38016528,0.36363637,0.4338843,0.4752066,0.5123967,0.5082645,0.35950413,0.12396694,0.16528925,0.16528925,0.16115703,0.1694215,0.18595041,0.17768595,0.19008264,0.19008264,0.20247933,0.19008264,0.18181819,0.1983471,0.17355372,0.20661157,0.5785124,0.70247936,0.6694215,0.59504133,0.5247934,0.5206612,0.54545456,0.5371901,0.5247934,0.5289256,0.54545456,0.5289256,0.53305787,0.553719,0.57024795,0.57438016,0.5495868,0.5247934,0.5206612,0.5123967,0.5123967,0.5247934,0.5123967,0.5165289,0.5123967,0.5289256,0.5413223,0.5495868,0.53305787,0.5247934,0.5289256,0.5289256,0.5413223,0.53305787,0.5371901,0.5123967,0.49586776,0.47107437,0.446281,0.43801653,0.42975205,0.3966942,0.37190083,0.4090909,0.47107437,0.5,0.5041322,0.5041322,0.36363637,0.1322314,0.16528925,0.16528925,0.17355372,0.17768595,0.17355372,0.19008264,0.19008264,0.19421488,0.18181819,0.18595041,0.19421488,0.17355372,0.18181819,0.1983471,0.5785124,0.6983471,0.6859504,0.6404959,0.55785125,0.5123967,0.5082645,0.5206612,0.5206612,0.5041322,0.5247934,0.5041322,0.5041322,0.5082645,0.5247934,0.5206612,0.5123967,0.4876033,0.47933885,0.48347107,0.48347107,0.4876033,0.5,0.47933885,0.48347107,0.5,0.5123967,0.5165289,0.5123967,0.5,0.49586776,0.5,0.5206612,0.5206612,0.5206612,0.49173555,0.46694216,0.4338843,0.41322315,0.4090909,0.39256197,0.38016528,0.39256197,0.4338843,0.4876033,0.5041322,0.5165289,0.49586776,0.38429752,0.1322314,0.16115703,0.17768595,0.18181819,0.17355372,0.17768595,0.19008264,0.18595041,0.19008264,0.18595041,0.17768595,0.19421488,0.1694215,0.18181819,0.20661157,0.57438016,0.7066116,0.69008267,0.6404959,0.61157024,0.53305787,0.49173555,0.47933885,0.5,0.4876033,0.4752066,0.4752066,0.47107437,0.47107437,0.4752066,0.4752066,0.45867768,0.45867768,0.43801653,0.42975205,0.4338843,0.446281,0.45454547,0.45041323,0.446281,0.44214877,0.46694216,0.47933885,0.47933885,0.4752066,0.46694216,0.46694216,0.47933885,0.4876033,0.47107437,0.446281,0.42561984,0.38842976,0.39256197,0.38429752,0.37190083,0.38842976,0.42561984,0.45454547,0.48347107,0.5041322,0.5082645,0.5,0.3966942,0.1446281,0.16528925,0.17768595,0.1694215,0.17768595,0.16528925,0.18181819,0.18181819,0.18181819,0.17768595,0.18595041,0.17768595,0.17768595,0.1694215,0.21487603,0.58677685,0.71900827,0.6818182,0.6528926,0.61570245,0.56198347,0.5041322,0.45454547,0.46280992,0.45454547,0.46694216,0.446281,0.42975205,0.41735536,0.41735536,0.40082645,0.37190083,0.37603307,0.35950413,0.35123968,0.34710744,0.37603307,0.38429752,0.39256197,0.3966942,0.38016528,0.4090909,0.41322315,0.4338843,0.446281,0.4338843,0.44214877,0.446281,0.43801653,0.4214876,0.39256197,0.38016528,0.37603307,0.36363637,0.3677686,0.3677686,0.4090909,0.45041323,0.47933885,0.5,0.5041322,0.5082645,0.5041322,0.41322315,0.1446281,0.16528925,0.17355372,0.16528925,0.18181819,0.17355372,0.17768595,0.18181819,0.17768595,0.17768595,0.19421488,0.18595041,0.16528925,0.1694215,0.24793388,0.60330576,0.7107438,0.6818182,0.6528926,0.6198347,0.57024795,0.5165289,0.47933885,0.45041323,0.4338843,0.42561984,0.41735536,0.38842976,0.3677686,0.3264463,0.3181818,0.28099173,0.2603306,0.26859504,0.27272728,0.27272728,0.30578512,0.30991736,0.3305785,0.3140496,0.30991736,0.338843,0.35950413,0.38016528,0.38016528,0.38842976,0.39256197,0.40082645,0.38016528,0.3553719,0.33471075,0.34710744,0.3553719,0.3553719,0.3677686,0.37190083,0.4338843,0.45867768,0.5,0.5041322,0.5082645,0.5165289,0.49586776,0.42561984,0.15289256,0.1694215,0.1694215,0.17355372,0.17355372,0.18595041,0.1694215,0.18181819,0.17355372,0.19008264,0.18181819,0.18181819,0.16528925,0.14876033,0.30578512,0.6322314,0.7066116,0.6818182,0.6487603,0.6198347,0.58264464,0.5289256,0.5041322,0.47107437,0.4338843,0.3966942,0.37190083,0.34710744,0.3181818,0.27272728,0.23966943,0.2231405,0.21487603,0.20247933,0.21487603,0.21900827,0.23140496,0.24793388,0.24793388,0.23553719,0.23966943,0.2603306,0.30578512,0.3181818,0.3140496,0.3305785,0.338843,0.33471075,0.3181818,0.30165288,0.3181818,0.33471075,0.338843,0.3553719,0.38429752,0.41322315,0.46694216,0.48347107,0.5247934,0.5123967,0.5082645,0.5165289,0.5165289,0.43801653,0.17768595,0.17355372,0.1694215,0.16528925,0.18595041,0.1694215,0.17355372,0.18595041,0.17768595,0.16115703,0.18595041,0.18181819,0.17768595,0.12809917,0.38429752,0.6652893,0.71487606,0.6818182,0.6528926,0.61570245,0.5785124,0.55785125,0.5206612,0.49173555,0.45867768,0.41322315,0.3677686,0.3264463,0.2892562,0.23966943,0.21487603,0.20247933,0.17768595,0.1983471,0.18181819,0.20247933,0.19008264,0.1983471,0.19421488,0.1983471,0.19008264,0.20661157,0.23140496,0.24380165,0.25619835,0.26859504,0.2644628,0.2892562,0.27272728,0.3140496,0.3181818,0.32231405,0.3429752,0.38429752,0.41735536,0.45041323,0.49173555,0.49586776,0.5289256,0.5123967,0.5123967,0.5206612,0.5041322,0.46694216,0.1983471,0.16115703,0.17768595,0.1694215,0.17768595,0.17355372,0.1694215,0.17355372,0.17355372,0.19008264,0.17768595,0.17355372,0.17768595,0.10743801,0.4876033,0.6983471,0.7066116,0.6859504,0.6446281,0.6198347,0.5785124,0.553719,0.53305787,0.4876033,0.47107437,0.4338843,0.41322315,0.35123968,0.30165288,0.24380165,0.22727273,0.20661157,0.18595041,0.1983471,0.18181819,0.17768595,0.19008264,0.19008264,0.17768595,0.19008264,0.17355372,0.18595041,0.20247933,0.19008264,0.22727273,0.23553719,0.2603306,0.26859504,0.29338843,0.2892562,0.32231405,0.338843,0.38429752,0.41322315,0.43801653,0.47933885,0.4876033,0.5082645,0.5165289,0.5206612,0.5165289,0.5165289,0.5041322,0.4752066,0.2231405,0.16528925,0.16528925,0.17355372,0.18181819,0.16528925,18 +0.2520661,0.2644628,0.3553719,0.338843,0.61157024,0.79752064,0.838843,0.8553719,0.8595041,0.8595041,0.8553719,0.8553719,0.8553719,0.8347107,0.8181818,0.8057851,0.7933884,0.77272725,0.7768595,0.7644628,0.76033056,0.75206614,0.74793386,0.75619835,0.75619835,0.75206614,0.76033056,0.7644628,0.7644628,0.77272725,0.7892562,0.7768595,0.78099173,0.7644628,0.7892562,0.78099173,0.78099173,0.7892562,0.8016529,0.7933884,0.78512394,0.7933884,0.8016529,0.7933884,0.8016529,0.7933884,0.78512394,0.7933884,0.78099173,0.76859504,0.77272725,0.76033056,0.75619835,0.73966944,0.73966944,0.7231405,0.69008267,0.6942149,0.6735537,0.6198347,0.6198347,0.57438016,0.54545456,0.29338843,0.2231405,0.28512397,0.39256197,0.38016528,0.677686,0.8305785,0.8429752,0.8677686,0.8636364,0.8636364,0.8595041,0.8512397,0.8512397,0.8305785,0.822314,0.8140496,0.8016529,0.78512394,0.78099173,0.7644628,0.77272725,0.7644628,0.7644628,0.74793386,0.75619835,0.75206614,0.76033056,0.76033056,0.76859504,0.7768595,0.76859504,0.7644628,0.77272725,0.78099173,0.78099173,0.78099173,0.78099173,0.78512394,0.79752064,0.7933884,0.7933884,0.7933884,0.8016529,0.8016529,0.80991733,0.8016529,0.78512394,0.79752064,0.7892562,0.78099173,0.7768595,0.7644628,0.75619835,0.75619835,0.74793386,0.7355372,0.7107438,0.70247936,0.6818182,0.6363636,0.61570245,0.59090906,0.54545456,0.37603307,0.1983471,0.3677686,0.44214877,0.43801653,0.76859504,0.838843,0.8677686,0.87603307,0.87603307,0.8719008,0.8512397,0.8471074,0.8471074,0.8347107,0.8347107,0.822314,0.8140496,0.7933884,0.78512394,0.77272725,0.7768595,0.76859504,0.76859504,0.75206614,0.76033056,0.75619835,0.75206614,0.7644628,0.7644628,0.76859504,0.76033056,0.7644628,0.76859504,0.78099173,0.7768595,0.7768595,0.78099173,0.7892562,0.8016529,0.8057851,0.8016529,0.80991733,0.8181818,0.80991733,0.80991733,0.8140496,0.8057851,0.7933884,0.7892562,0.7892562,0.7768595,0.76859504,0.76033056,0.76033056,0.76033056,0.74793386,0.7355372,0.71900827,0.6942149,0.6570248,0.61157024,0.59504133,0.553719,0.41735536,0.23140496,0.41322315,0.49586776,0.5413223,0.8181818,0.8429752,0.8719008,0.88842976,0.8801653,0.87603307,0.8677686,0.8595041,0.8512397,0.8471074,0.838843,0.8347107,0.8264463,0.8057851,0.7892562,0.78099173,0.78099173,0.76859504,0.76033056,0.75206614,0.7644628,0.76033056,0.75619835,0.7644628,0.76859504,0.77272725,0.7644628,0.76859504,0.7768595,0.7768595,0.78512394,0.78512394,0.7892562,0.8016529,0.822314,0.822314,0.8347107,0.8347107,0.8264463,0.822314,0.822314,0.80991733,0.8181818,0.8016529,0.79752064,0.78512394,0.78512394,0.7768595,0.7644628,0.76859504,0.7644628,0.7644628,0.73966944,0.72727275,0.6983471,0.661157,0.6280992,0.59504133,0.56198347,0.43801653,0.2768595,0.42975205,0.4876033,0.607438,0.8471074,0.8471074,0.8677686,0.88429755,0.88429755,0.87603307,0.8677686,0.8553719,0.8512397,0.8429752,0.8347107,0.8347107,0.8264463,0.8016529,0.7892562,0.7768595,0.78512394,0.7644628,0.75619835,0.7355372,0.7644628,0.75619835,0.75619835,0.76859504,0.79752064,0.8057851,0.78099173,0.7768595,0.7933884,0.79752064,0.78512394,0.8016529,0.8140496,0.8264463,0.8264463,0.8347107,0.838843,0.8305785,0.8305785,0.822314,0.822314,0.80991733,0.80991733,0.80991733,0.8057851,0.7933884,0.78512394,0.7768595,0.77272725,0.76033056,0.76033056,0.76859504,0.74380165,0.7231405,0.7066116,0.6735537,0.6446281,0.59504133,0.56198347,0.45454547,0.3305785,0.4338843,0.5165289,0.6818182,0.8595041,0.8553719,0.8677686,0.8801653,0.8801653,0.8677686,0.8553719,0.8429752,0.838843,0.8305785,0.822314,0.8181818,0.8016529,0.7933884,0.76859504,0.75619835,0.76859504,0.76033056,0.73966944,0.71900827,0.7355372,0.73966944,0.7355372,0.74380165,0.7892562,0.8057851,0.7892562,0.7892562,0.8057851,0.8181818,0.79752064,0.79752064,0.8140496,0.8264463,0.822314,0.822314,0.822314,0.8140496,0.8181818,0.80991733,0.8140496,0.8057851,0.7933884,0.8057851,0.80991733,0.7933884,0.78099173,0.77272725,0.7644628,0.75619835,0.74793386,0.74793386,0.74793386,0.73140496,0.7066116,0.6735537,0.6404959,0.59504133,0.5661157,0.46280992,0.37190083,0.4338843,0.58264464,0.73140496,0.8636364,0.8553719,0.8636364,0.88429755,0.8677686,0.8636364,0.8429752,0.822314,0.7933884,0.77272725,0.77272725,0.7644628,0.74793386,0.74380165,0.7355372,0.71900827,0.71487606,0.7107438,0.6942149,0.6859504,0.7066116,0.6983471,0.7066116,0.71487606,0.74793386,0.76859504,0.78099173,0.78099173,0.80991733,0.8057851,0.7768595,0.76859504,0.7768595,0.7892562,0.80991733,0.8016529,0.78099173,0.78512394,0.78512394,0.7768595,0.79752064,0.78512394,0.78099173,0.78512394,0.7892562,0.7768595,0.76859504,0.7644628,0.7355372,0.71900827,0.72727275,0.7355372,0.73140496,0.73140496,0.70247936,0.6652893,0.6404959,0.6280992,0.57024795,0.46280992,0.39256197,0.5206612,0.6446281,0.7644628,0.8677686,0.8512397,0.8553719,0.87603307,0.8553719,0.8305785,0.79752064,0.75206614,0.6735537,0.6487603,0.6322314,0.6198347,0.61570245,0.59917355,0.59504133,0.58677685,0.58264464,0.607438,0.607438,0.62396693,0.6487603,0.6363636,0.661157,0.6942149,0.71487606,0.71900827,0.75206614,0.78099173,0.7933884,0.7768595,0.74793386,0.73966944,0.7355372,0.74380165,0.74793386,0.75619835,0.7355372,0.73966944,0.7231405,0.6735537,0.6942149,0.7107438,0.71900827,0.70247936,0.70247936,0.6983471,0.6983471,0.73140496,0.7107438,0.62396693,0.6528926,0.7107438,0.71900827,0.7107438,0.70247936,0.6570248,0.6528926,0.6528926,0.5785124,0.446281,0.48347107,0.6198347,0.6528926,0.79752064,0.8595041,0.8553719,0.8553719,0.8305785,0.73966944,0.6983471,0.6363636,0.55785125,0.49173555,0.48347107,0.49173555,0.49173555,0.57024795,0.5413223,0.5041322,0.5,0.5,0.5123967,0.5371901,0.553719,0.56198347,0.57024795,0.607438,0.6446281,0.6528926,0.6694215,0.70247936,0.73140496,0.75619835,0.75206614,0.70247936,0.6983471,0.6528926,0.6694215,0.73966944,0.6570248,0.60330576,0.59504133,0.553719,0.5,0.4876033,0.5,0.43801653,0.47107437,0.446281,0.45041323,0.5082645,0.5661157,0.661157,0.58677685,0.45867768,0.5661157,0.6652893,0.69008267,0.6859504,0.6487603,0.6322314,0.6487603,0.5785124,0.46280992,0.5123967,0.61157024,0.6280992,0.80991733,0.8553719,0.8512397,0.8140496,0.6652893,0.5165289,0.5123967,0.5041322,0.46280992,0.48347107,0.47107437,0.4752066,0.48347107,0.49586776,0.42975205,0.42975205,0.44214877,0.44214877,0.44214877,0.4752066,0.53305787,0.56198347,0.5495868,0.5247934,0.5495868,0.5413223,0.58677685,0.6322314,0.661157,0.6818182,0.6983471,0.661157,0.62396693,0.53305787,0.58264464,0.7933884,0.54545456,0.45454547,0.49586776,0.4752066,0.41735536,0.4090909,0.38016528,0.39256197,0.7768595,0.76033056,0.6487603,0.54545456,0.5371901,0.61570245,0.61157024,0.5082645,0.39256197,0.47107437,0.59504133,0.6694215,0.6404959,0.62396693,0.6404959,0.60330576,0.49173555,0.5165289,0.5785124,0.6363636,0.8264463,0.8719008,0.8140496,0.661157,0.5165289,0.4752066,0.5,0.5206612,0.5082645,0.4876033,0.46280992,0.4338843,0.4338843,0.39256197,0.30991736,0.35123968,0.38842976,0.4090909,0.38429752,0.40082645,0.47933885,0.5206612,0.5661157,0.6694215,0.5289256,0.40495867,0.49173555,0.5413223,0.5785124,0.58677685,0.58677685,0.58264464,0.5413223,0.44214877,0.4338843,0.5206612,0.53305787,0.56198347,0.54545456,0.43801653,0.34710744,0.3181818,0.2892562,0.33471075,0.58677685,0.78512394,0.8471074,0.88429755,0.89669424,0.88429755,0.8512397,0.822314,0.7355372,0.6652893,0.46694216,0.5206612,0.61157024,0.62396693,0.6280992,0.6280992,0.5289256,0.5247934,0.5206612,0.6446281,0.8553719,0.8677686,0.7107438,0.58264464,0.5041322,0.47933885,0.5041322,0.553719,0.57024795,0.5495868,0.5041322,0.4752066,0.46280992,0.42561984,0.32231405,0.37603307,0.42561984,0.46280992,0.4214876,0.42975205,0.59090906,0.6983471,0.6363636,0.6652893,0.892562,0.7768595,0.607438,0.6363636,0.6818182,0.70247936,0.6694215,0.60330576,0.5165289,0.4214876,0.45867768,0.5,0.45867768,0.40495867,0.35123968,0.29752067,0.26859504,0.26859504,0.27272728,0.30165288,0.35123968,0.6570248,0.8347107,0.8512397,0.8801653,0.892562,0.89669424,0.8801653,0.8471074,0.8636364,0.91322315,0.5495868,0.5289256,0.62396693,0.6404959,0.6363636,0.55785125,0.45454547,0.5123967,0.6818182,0.8719008,0.80991733,0.677686,0.6198347,0.54545456,0.57438016,0.6280992,0.6322314,0.6404959,0.58264464,0.5206612,0.4752066,0.4876033,0.446281,0.338843,0.37190083,0.40082645,0.44214877,0.3966942,0.42975205,0.6404959,0.8719008,0.90495867,0.88842976,0.8512397,0.91322315,0.7768595,0.6652893,0.7066116,0.7355372,0.73140496,0.7107438,0.6363636,0.5289256,0.4752066,0.41735536,0.3966942,0.3553719,0.30165288,0.2603306,0.27272728,0.29338843,0.33471075,0.40495867,0.5371901,0.91735536,0.90082645,0.892562,0.8595041,0.79752064,0.677686,0.6404959,0.5206612,0.59917355,0.69008267,0.59090906,0.5,0.59090906,0.6404959,0.6322314,0.5785124,0.3264463,0.45867768,0.69008267,0.8347107,0.71487606,0.6735537,0.71487606,0.6694215,0.70247936,0.69008267,0.6198347,0.6322314,0.6487603,0.6652893,0.677686,0.6487603,0.60330576,0.46694216,0.4876033,0.49173555,0.5123967,0.45454547,0.49173555,0.55785125,0.74793386,0.8471074,0.87603307,0.8057851,0.8553719,0.78099173,0.6735537,0.7066116,0.73140496,0.7066116,0.77272725,0.7231405,0.53305787,0.47933885,0.43801653,0.35123968,0.30578512,0.24380165,0.2644628,0.28512397,0.35123968,0.4090909,0.44214877,0.5247934,0.8636364,0.91322315,0.89669424,0.88842976,0.88429755,0.70247936,0.607438,0.446281,0.36363637,0.46280992,0.59504133,0.54545456,0.53305787,0.6322314,0.62396693,0.60330576,0.35123968,0.838843,0.8512397,0.7066116,0.6363636,0.71900827,0.79752064,0.76033056,0.7231405,0.6404959,0.5247934,0.6322314,0.74380165,0.6818182,0.59917355,0.5371901,0.45041323,0.45454547,0.4338843,0.44214877,0.446281,0.38842976,0.34710744,0.32231405,0.3677686,0.5123967,0.61157024,0.838843,0.90495867,0.90082645,0.79752064,0.74793386,0.78512394,0.8140496,0.71487606,0.69008267,0.5495868,0.5206612,0.38842976,0.30991736,0.29338843,0.3140496,0.35950413,0.38842976,0.41735536,0.43801653,0.4338843,0.4214876,0.58264464,0.8057851,0.8595041,0.8595041,0.75619835,0.607438,0.61157024,0.5413223,0.40082645,0.42975205,0.58677685,0.54545456,0.5123967,0.60330576,0.59090906,0.61157024,0.39256197,0.6570248,0.6859504,0.48347107,0.54545456,0.7355372,0.822314,0.78512394,0.7231405,0.5785124,0.553719,0.73140496,0.6280992,0.46694216,0.45041323,0.45041323,0.3553719,0.4214876,0.446281,0.41735536,0.45867768,0.35123968,0.28512397,0.29338843,0.28512397,0.34710744,0.45041323,0.6942149,0.8347107,0.838843,0.72727275,0.6818182,0.70247936,0.71487606,0.6487603,0.58677685,0.5123967,0.5247934,0.42561984,0.38429752,0.37190083,0.42561984,0.46694216,0.4214876,0.42561984,0.37603307,0.3264463,0.3553719,0.3140496,0.42561984,0.5495868,0.61157024,0.58677685,0.47933885,0.56198347,0.5371901,0.49173555,0.47933885,0.56198347,0.4876033,0.60330576,0.77272725,0.6487603,0.55785125,0.3305785,0.45041323,0.6198347,0.6528926,0.57438016,0.71900827,0.822314,0.7933884,0.70247936,0.5371901,0.5495868,0.5371901,0.44214877,0.44214877,0.41735536,0.3429752,0.2768595,0.2892562,0.35950413,0.4214876,0.5123967,0.45454547,0.3181818,0.2768595,0.3140496,0.3305785,0.44214877,0.5785124,0.7644628,0.7892562,0.74793386,0.7231405,0.73140496,0.7231405,0.7107438,0.6735537,0.58677685,0.5371901,0.47933885,0.5413223,0.47933885,0.42975205,0.4752066,0.47933885,0.49173555,0.42561984,0.30165288,0.20247933,0.23966943,0.2520661,0.3429752,0.37603307,0.45041323,0.4752066,0.49173555,0.5413223,0.55785125,0.56198347,0.5371901,0.5413223,0.553719,0.7231405,0.7355372,0.6859504,0.3181818,0.34710744,0.59504133,0.6818182,0.59504133,0.6280992,0.70247936,0.6652893,0.59504133,0.54545456,0.5123967,0.4876033,0.5082645,0.5123967,0.45041323,0.34710744,0.3181818,0.338843,0.38842976,0.45454547,0.49586776,0.4752066,0.45041323,0.40082645,0.38429752,0.43801653,0.5041322,0.57438016,0.7892562,0.76859504,0.7231405,0.7066116,0.7107438,0.7231405,0.71900827,0.70247936,0.57438016,0.5371901,0.5413223,0.5785124,0.53305787,0.42975205,0.4214876,0.47933885,0.5082645,0.42561984,0.3140496,0.24380165,0.25619835,0.29752067,0.3677686,0.32231405,0.30165288,0.3966942,0.4752066,0.5495868,0.59917355,0.6528926,0.57024795,0.5661157,0.45041323,0.5289256,0.47933885,0.55785125,0.2892562,0.30991736,0.45041323,0.55785125,0.5165289,0.54545456,0.71487606,0.74380165,0.70247936,0.677686,0.61570245,0.5785124,0.5785124,0.5165289,0.45041323,0.40495867,0.38016528,0.39256197,0.40495867,0.4338843,0.4338843,0.44214877,0.46694216,0.44214877,0.44214877,0.54545456,0.49173555,0.5785124,0.8057851,0.78512394,0.72727275,0.69008267,0.69008267,0.7231405,0.7231405,0.6942149,0.553719,0.5165289,0.553719,0.56198347,0.56198347,0.4876033,0.42561984,0.45041323,0.45867768,0.46694216,0.43801653,0.3966942,0.37603307,0.42975205,0.446281,0.3966942,0.37190083,0.3966942,0.47933885,0.55785125,0.59917355,0.61157024,0.55785125,0.5371901,0.43801653,0.59917355,0.55785125,0.47107437,0.27272728,0.2644628,0.338843,0.56198347,0.5413223,0.6942149,0.8719008,0.8801653,0.8677686,0.8677686,0.8471074,0.7644628,0.6983471,0.59504133,0.4876033,0.42561984,0.38842976,0.38842976,0.40495867,0.41735536,0.4338843,0.43801653,0.446281,0.45041323,0.5247934,0.607438,0.46694216,0.6404959,0.822314,0.78512394,0.73140496,0.70247936,0.6983471,0.71487606,0.72727275,0.6859504,0.58264464,0.5041322,0.5413223,0.59504133,0.54545456,0.5495868,0.46280992,0.41322315,0.41322315,0.4214876,0.41322315,0.41735536,0.42561984,0.446281,0.4752066,0.48347107,0.47933885,0.5371901,0.59504133,0.62396693,0.6694215,0.6818182,0.58677685,0.5082645,0.4214876,0.57024795,0.553719,0.4752066,0.4338843,0.2520661,0.35950413,0.6694215,0.6652893,0.80991733,0.8801653,0.88842976,0.88429755,0.8801653,0.8636364,0.8305785,0.7644628,0.6198347,0.5123967,0.42975205,0.40495867,0.41322315,0.42975205,0.44214877,0.46694216,0.47933885,0.5247934,0.57438016,0.6570248,0.55785125,0.4876033,0.71487606,0.8140496,0.77272725,0.72727275,0.7231405,0.6983471,0.71900827,0.72727275,0.7066116,0.6198347,0.5371901,0.5785124,0.677686,0.61157024,0.55785125,0.55785125,0.49173555,0.45041323,0.42561984,0.41735536,0.4338843,0.44214877,0.46694216,0.5,0.5371901,0.5495868,0.59090906,0.6404959,0.6818182,0.7107438,0.74793386,0.6735537,0.53305787,0.43801653,0.59090906,0.607438,0.43801653,0.7355372,0.54545456,0.44214877,0.76033056,0.71900827,0.8347107,0.8801653,0.88429755,0.88429755,0.87603307,0.8636364,0.838843,0.79752064,0.6818182,0.60330576,0.5495868,0.53305787,0.5495868,0.5413223,0.5495868,0.58264464,0.6198347,0.69008267,0.76033056,0.677686,0.49173555,0.5661157,0.7933884,0.8347107,0.78512394,0.73966944,0.7231405,0.7355372,0.73140496,0.7231405,0.7107438,0.6487603,0.5785124,0.5371901,0.6735537,0.6818182,0.6322314,0.59504133,0.5785124,0.57438016,0.53305787,0.48347107,0.46694216,0.47107437,0.47933885,0.5041322,0.5371901,0.5661157,0.58264464,0.6280992,0.6652893,0.71487606,0.71900827,0.661157,0.56198347,0.45041323,0.59090906,0.58264464,0.47933885,0.55785125,0.59504133,0.62396693,0.822314,0.77272725,0.838843,0.8801653,0.8801653,0.87603307,0.8719008,0.8553719,0.838843,0.7768595,0.71900827,0.6735537,0.6570248,0.6280992,0.6363636,0.6487603,0.6735537,0.71487606,0.75619835,0.8140496,0.7892562,0.6528926,0.55785125,0.6818182,0.838843,0.8347107,0.78099173,0.7355372,0.7355372,0.75206614,0.74380165,0.73140496,0.7107438,0.6652893,0.60330576,0.54545456,0.57024795,0.6983471,0.69008267,0.661157,0.6363636,0.61157024,0.6322314,0.60330576,0.59917355,0.57438016,0.5785124,0.58264464,0.58264464,0.58264464,0.5785124,0.61157024,0.6404959,0.6818182,0.677686,0.6363636,0.5371901,0.47933885,0.58264464,0.57438016,0.53305787,0.3966942,0.46694216,0.71900827,0.8553719,0.822314,0.8181818,0.8801653,0.87603307,0.8801653,0.8677686,0.8512397,0.8264463,0.76859504,0.7231405,0.7066116,0.69008267,0.6694215,0.6859504,0.7231405,0.74793386,0.77272725,0.7768595,0.72727275,0.71487606,0.76859504,0.71487606,0.75206614,0.8305785,0.80991733,0.74380165,0.71487606,0.72727275,0.7644628,0.73140496,0.7231405,0.71900827,0.677686,0.6198347,0.61157024,0.5495868,0.61570245,0.6735537,0.70247936,0.6694215,0.6652893,0.6487603,0.6487603,0.6404959,0.6363636,0.6363636,0.6363636,0.6322314,0.607438,0.58677685,0.60330576,0.61157024,0.6570248,0.6322314,0.61570245,0.5123967,0.5041322,0.59917355,0.607438,0.57024795,0.34710744,0.41735536,0.76859504,0.8512397,0.8595041,0.8429752,0.8429752,0.8512397,0.8595041,0.8677686,0.8553719,0.8347107,0.7768595,0.74380165,0.7066116,0.6942149,0.7107438,0.72727275,0.75619835,0.7644628,0.7231405,0.6198347,0.6942149,0.8595041,0.8512397,0.75619835,0.7768595,0.8140496,0.77272725,0.7066116,0.6983471,0.72727275,0.76859504,0.74793386,0.71487606,0.71487606,0.6818182,0.6363636,0.6280992,0.6446281,0.57024795,0.58264464,0.6694215,0.6652893,0.6652893,0.6694215,0.6735537,0.6652893,0.6694215,0.6694215,0.6694215,0.6694215,0.6280992,0.61157024,0.59917355,0.607438,0.6280992,0.6446281,0.5661157,0.47933885,0.57024795,0.62396693,0.607438,0.5785124,0.38016528,0.45041323,0.79752064,0.8471074,0.8636364,0.87603307,0.8677686,0.8429752,0.8016529,0.76859504,0.77272725,0.7892562,0.7768595,0.76033056,0.7231405,0.7066116,0.7107438,0.70247936,0.6528926,0.6198347,0.58677685,0.6652893,0.822314,0.87603307,0.8347107,0.77272725,0.8264463,0.838843,0.7644628,0.6942149,0.6942149,0.73966944,0.77272725,0.75619835,0.7107438,0.70247936,0.6859504,0.6487603,0.6404959,0.6859504,0.6446281,0.55785125,0.5206612,0.59917355,0.6570248,0.6694215,0.6859504,0.69008267,0.6942149,0.6859504,0.6859504,0.677686,0.6404959,0.62396693,0.61570245,0.6322314,0.6487603,0.59090906,0.5289256,0.57024795,0.6322314,0.6404959,0.59504133,0.5661157,0.41322315,0.49586776,0.8057851,0.8553719,0.8636364,0.87603307,0.87603307,0.8636364,0.8512397,0.80991733,0.74793386,0.6859504,0.6570248,0.6280992,0.61157024,0.60330576,0.607438,0.607438,0.61157024,0.6404959,0.6487603,0.72727275,0.822314,0.8471074,0.8140496,0.8016529,0.8264463,0.8677686,0.78512394,0.6859504,0.69008267,0.75206614,0.79752064,0.76033056,0.71487606,0.7066116,0.6942149,0.6694215,0.6528926,0.661157,0.6694215,0.6404959,0.59504133,0.5247934,0.53305787,0.60330576,0.6363636,0.6694215,0.6818182,0.677686,0.677686,0.6652893,0.6322314,0.607438,0.60330576,0.57438016,0.553719,0.5661157,0.6280992,0.6652893,0.677686,0.6322314,0.59090906,0.5495868,0.46694216,0.5,0.80991733,0.8471074,0.8636364,0.8677686,0.8719008,0.8677686,0.8677686,0.8471074,0.8347107,0.8016529,0.7644628,0.73966944,0.70247936,0.6735537,0.6735537,0.6528926,0.6570248,0.6570248,0.677686,0.71900827,0.77272725,0.78512394,0.7933884,0.78099173,0.7892562,0.8140496,0.75206614,0.6404959,0.6198347,0.6859504,0.73140496,0.73140496,0.7231405,0.6983471,0.6735537,0.6859504,0.661157,0.62396693,0.62396693,0.6404959,0.6363636,0.61157024,0.58264464,0.57024795,0.58677685,0.58677685,0.5661157,0.56198347,0.55785125,0.5495868,0.53305787,0.5371901,0.5247934,0.57024795,0.61157024,0.6487603,0.70247936,0.7231405,0.6942149,0.6280992,0.57024795,0.5247934,0.5289256,0.5289256,0.8057851,0.8471074,0.8553719,0.8553719,0.8595041,0.8595041,0.8636364,0.8512397,0.838843,0.8016529,0.77272725,0.7355372,0.71487606,0.6652893,0.6487603,0.6404959,0.6570248,0.6652893,0.6735537,0.70247936,0.677686,0.74380165,0.76033056,0.69008267,0.6859504,0.7231405,0.6528926,0.54545456,0.5495868,0.58264464,0.6280992,0.6528926,0.6528926,0.61570245,0.58677685,0.6198347,0.6570248,0.6404959,0.59504133,0.60330576,0.6280992,0.6280992,0.62396693,0.6198347,0.6363636,0.61570245,0.61157024,0.6322314,0.59917355,0.59504133,0.60330576,0.59504133,0.58677685,0.61157024,0.6528926,0.677686,0.73140496,0.7231405,0.6859504,0.60330576,0.56198347,0.5082645,0.62396693,0.58677685,0.80991733,0.8347107,0.8471074,0.8512397,0.8471074,0.8429752,0.8471074,0.838843,0.8057851,0.7644628,0.7355372,0.6942149,0.677686,0.6652893,0.6570248,0.6694215,0.6735537,0.677686,0.6818182,0.6652893,0.6198347,0.7066116,0.677686,0.5165289,0.44214877,0.54545456,0.5785124,0.46694216,0.4338843,0.47107437,0.5165289,0.553719,0.53305787,0.45454547,0.39256197,0.47933885,0.58677685,0.6694215,0.6363636,0.61157024,0.61157024,0.59090906,0.60330576,0.59504133,0.60330576,0.60330576,0.607438,0.61157024,0.59917355,0.59917355,0.61157024,0.59090906,0.59504133,0.6198347,0.6487603,0.69008267,0.71900827,0.71487606,0.661157,0.57438016,0.55785125,0.47933885,0.661157,0.6528926,0.8057851,0.8264463,0.8347107,0.8305785,0.8347107,0.8347107,0.8305785,0.8016529,0.76033056,0.7231405,0.70247936,0.6859504,0.70247936,0.7066116,0.6818182,0.6694215,0.661157,0.6694215,0.6570248,0.6322314,0.57438016,0.6528926,0.59917355,0.37603307,0.23140496,0.3140496,0.4752066,0.44214877,0.338843,0.35123968,0.41322315,0.45454547,0.3677686,0.23140496,0.19421488,0.29752067,0.48347107,0.6363636,0.7231405,0.71900827,0.69008267,0.6363636,0.59090906,0.57438016,0.5661157,0.57024795,0.58264464,0.58677685,0.58264464,0.57438016,0.57438016,0.58264464,0.59090906,0.61570245,0.6487603,0.6942149,0.71900827,0.69008267,0.6404959,0.553719,0.5495868,0.42561984,0.5661157,0.7231405,0.79752064,0.8181818,0.822314,0.8140496,0.822314,0.8181818,0.8140496,0.78512394,0.74793386,0.73966944,0.7231405,0.7231405,0.7355372,0.71487606,0.6859504,0.661157,0.6528926,0.6570248,0.661157,0.6280992,0.57024795,0.56198347,0.58264464,0.4090909,0.20661157,0.2603306,0.5206612,0.53305787,0.35950413,0.2892562,0.37190083,0.40082645,0.35123968,0.21487603,0.17355372,0.2768595,0.46280992,0.6487603,0.75619835,0.75619835,0.75206614,0.7355372,0.6652893,0.6322314,0.60330576,0.59090906,0.57024795,0.56198347,0.57438016,0.57438016,0.55785125,0.5661157,0.58677685,0.61157024,0.6735537,0.6942149,0.70247936,0.6818182,0.61157024,0.53305787,0.5289256,0.338843,0.41322315,0.7644628,0.8057851,0.8181818,0.822314,0.8140496,0.8264463,0.8181818,0.79752064,0.76859504,0.74380165,0.74793386,0.7355372,0.73966944,0.74380165,0.71487606,0.6694215,0.661157,0.6570248,0.6694215,0.70247936,0.661157,0.59917355,0.57024795,0.59504133,0.5413223,0.41735536,0.53305787,0.6363636,0.56198347,0.38429752,0.2768595,0.338843,0.41735536,0.45867768,0.3966942,0.32231405,0.35123968,0.49586776,0.661157,0.77272725,0.7644628,0.77272725,0.77272725,0.74380165,0.71900827,0.70247936,0.6652893,0.6322314,0.607438,0.59504133,0.59917355,0.59917355,0.58677685,0.61570245,0.6363636,0.6859504,0.69008267,0.6818182,0.6528926,0.59090906,0.53305787,0.49586776,0.28099173,0.2892562,0.7231405,0.8057851,0.8140496,0.80991733,0.8057851,0.8140496,0.8057851,0.78099173,0.76033056,0.74380165,0.75619835,0.74793386,0.7355372,0.72727275,0.69008267,0.6570248,0.6570248,0.677686,0.7355372,0.75619835,0.7231405,0.661157,0.61157024,0.6198347,0.62396693,0.6487603,0.6983471,0.6322314,0.4752066,0.30165288,0.23553719,0.3553719,0.45867768,0.5413223,0.53305787,0.46694216,0.45867768,0.57438016,0.6818182,0.74380165,0.76033056,0.77272725,0.77272725,0.7644628,0.74793386,0.73140496,0.71900827,0.6942149,0.677686,0.661157,0.6694215,0.6735537,0.661157,0.6694215,0.6694215,0.677686,0.6818182,0.6570248,0.6198347,0.57438016,0.5165289,0.42975205,0.338843,0.17768595,0.6280992,0.79752064,0.8016529,0.8057851,0.79752064,0.7933884,0.8016529,0.7644628,0.75206614,0.75206614,0.74793386,0.73966944,0.73140496,0.71900827,0.677686,0.661157,0.6570248,0.73140496,0.7933884,0.8057851,0.78099173,0.73140496,0.677686,0.7066116,0.7355372,0.73140496,0.69008267,0.5247934,0.35123968,0.23966943,0.28099173,0.40495867,0.5165289,0.5661157,0.59504133,0.59504133,0.61570245,0.6404959,0.677686,0.6983471,0.7355372,0.75619835,0.76859504,0.76859504,0.75619835,0.74380165,0.7231405,0.7107438,0.71487606,0.7107438,0.6983471,0.7066116,0.70247936,0.69008267,0.6859504,0.6859504,0.6570248,0.6404959,0.58677685,0.5371901,0.5,0.4090909,0.44214877,0.15289256,0.46694216,0.76033056,0.79752064,0.7933884,0.78099173,0.78512394,0.76859504,0.76033056,0.75206614,0.74793386,0.7355372,0.73140496,0.7231405,0.7107438,0.677686,0.677686,0.7066116,0.8057851,0.8305785,0.8264463,0.78512394,0.76033056,0.75619835,0.75206614,0.76033056,0.71487606,0.58264464,0.42561984,0.30991736,0.30578512,0.3677686,0.46280992,0.54545456,0.57438016,0.61157024,0.6404959,0.6487603,0.6528926,0.6570248,0.6735537,0.6983471,0.7231405,0.75206614,0.75206614,0.76033056,0.73966944,0.71900827,0.70247936,0.7231405,0.7107438,0.71487606,0.7107438,0.70247936,0.70247936,0.69008267,0.6818182,0.6487603,0.61570245,0.56198347,0.5206612,0.47933885,0.45454547,0.54545456,0.19421488,0.2892562,0.677686,0.7892562,0.7644628,0.76859504,0.76859504,0.74380165,0.74380165,0.74380165,0.73966944,0.74380165,0.73140496,0.71487606,0.69008267,0.6859504,0.73966944,0.78512394,0.838843,0.8305785,0.80991733,0.7768595,0.75619835,0.75206614,0.74793386,0.72727275,0.6528926,0.5082645,0.41735536,0.36363637,0.3966942,0.45041323,0.5082645,0.5661157,0.59090906,0.61570245,0.6280992,0.6322314,0.6570248,0.6404959,0.6446281,0.6694215,0.6859504,0.71900827,0.73140496,0.73966944,0.73966944,0.71900827,0.69008267,0.70247936,0.71487606,0.70247936,0.7066116,0.70247936,0.6983471,0.677686,0.6570248,0.6322314,0.58264464,0.53305787,0.49586776,0.45867768,0.46694216,0.5289256,0.20247933,0.21487603,0.59917355,0.76033056,0.76859504,0.75206614,0.7355372,0.73966944,0.7355372,0.73140496,0.74793386,0.7355372,0.73140496,0.7107438,0.6942149,0.73966944,0.79752064,0.80991733,0.8264463,0.80991733,0.78099173,0.75619835,0.71900827,0.71487606,0.7066116,0.677686,0.59917355,0.5123967,0.43801653,0.446281,0.46694216,0.47933885,0.5165289,0.57024795,0.58677685,0.61570245,0.62396693,0.61570245,0.6280992,0.6322314,0.6363636,0.6487603,0.6570248,0.6818182,0.69008267,0.6942149,0.7107438,0.71487606,0.6859504,0.6859504,0.70247936,0.69008267,0.69008267,0.6859504,0.6735537,0.661157,0.6322314,0.59090906,0.55785125,0.5289256,0.4752066,0.46280992,0.5206612,0.53305787,0.23553719,0.16528925,0.5082645,0.7355372,0.75206614,0.71487606,0.7066116,0.72727275,0.72727275,0.7355372,0.74380165,0.72727275,0.7231405,0.69008267,0.7107438,0.7892562,0.80991733,0.7933884,0.79752064,0.77272725,0.74793386,0.7231405,0.6859504,0.6694215,0.6570248,0.6322314,0.5661157,0.49586776,0.46280992,0.46694216,0.4876033,0.47107437,0.5123967,0.54545456,0.58264464,0.59504133,0.61157024,0.59504133,0.60330576,0.60330576,0.62396693,0.6404959,0.6322314,0.6446281,0.6694215,0.661157,0.6735537,0.6735537,0.6818182,0.6694215,0.677686,0.6818182,0.6818182,0.661157,0.6652893,0.6322314,0.61157024,0.5661157,0.5247934,0.5041322,0.46280992,0.4752066,0.5495868,0.57438016,0.23140496,0.19008264,0.338843,0.6322314,0.7355372,0.6942149,0.69008267,0.6983471,0.7107438,0.71900827,0.7231405,0.7231405,0.6983471,0.6652893,0.73966944,0.7933884,0.78512394,0.76033056,0.7355372,0.7107438,0.6818182,0.661157,0.6280992,0.6198347,0.61157024,0.60330576,0.5661157,0.5165289,0.48347107,0.49586776,0.5123967,0.5,0.5165289,0.55785125,0.58264464,0.59504133,0.59504133,0.59090906,0.59504133,0.607438,0.6198347,0.6363636,0.6280992,0.6322314,0.6363636,0.6404959,0.6487603,0.6363636,0.6652893,0.661157,0.6694215,0.6652893,0.6570248,0.6404959,0.6280992,0.61157024,0.5785124,0.53305787,0.5123967,0.5041322,0.42975205,0.4752066,0.5247934,0.5123967,0.23966943,0.2231405,0.21900827,0.5123967,0.72727275,0.71900827,0.6983471,0.6942149,0.6859504,0.6859504,0.71900827,0.71487606,0.6942149,0.6652893,0.75206614,0.7644628,0.71900827,0.6818182,0.6404959,0.61570245,0.59917355,0.58264464,0.57024795,0.57438016,0.60330576,0.60330576,0.5785124,0.5206612,0.53305787,0.54545456,0.553719,0.54545456,0.553719,0.5785124,0.61157024,0.60330576,0.59917355,0.58264464,0.58264464,0.5785124,0.59917355,0.59090906,0.60330576,0.61157024,0.61570245,0.6198347,0.62396693,0.6198347,0.6404959,0.6528926,0.661157,0.6570248,0.6570248,0.6322314,0.59504133,0.58264464,0.54545456,0.5,0.5082645,0.5041322,0.37190083,0.3140496,0.3429752,0.30991736,0.23140496,0.2107438,0.1983471,0.3966942,0.7066116,0.7355372,0.7107438,0.6859504,0.6652893,0.6735537,0.71487606,0.71487606,0.69008267,0.661157,0.71487606,0.6859504,0.61570245,0.56198347,0.5247934,0.5206612,0.5165289,0.5,0.5165289,0.5371901,0.553719,0.553719,0.5123967,0.47107437,0.49173555,0.5082645,0.5082645,0.5123967,0.5,0.5082645,0.5495868,0.5661157,0.58264464,0.5661157,0.56198347,0.553719,0.5661157,0.55785125,0.56198347,0.5661157,0.59504133,0.59504133,0.59090906,0.607438,0.6198347,0.6446281,0.6528926,0.6528926,0.6404959,0.61570245,0.58677685,0.553719,0.5206612,0.49586776,0.5041322,0.4752066,0.2644628,0.19008264,0.2231405,0.2107438,0.23140496,0.2107438,0.20247933,0.29338843,0.6363636,0.73140496,0.7107438,0.6859504,0.6694215,0.6735537,0.7066116,0.71487606,0.6694215,0.6446281,0.6570248,0.57024795,0.4876033,0.42561984,0.40082645,0.41322315,0.4214876,0.446281,0.446281,0.446281,0.44214877,0.42975205,0.38016528,0.34710744,0.3677686,0.38842976,0.37603307,0.3966942,0.37603307,0.37190083,0.4090909,0.45867768,0.49173555,0.5165289,0.5206612,0.53305787,0.5413223,0.5247934,0.5247934,0.5206612,0.5413223,0.5495868,0.553719,0.57024795,0.59917355,0.62396693,0.6363636,0.6280992,0.61570245,0.59504133,0.553719,0.5206612,0.5082645,0.49586776,0.5123967,0.4214876,0.19421488,0.18595041,0.1983471,0.18595041,0.21487603,0.21900827,0.20661157,0.21487603,0.5413223,0.72727275,0.71487606,0.6942149,0.6570248,0.677686,0.6983471,0.70247936,0.6570248,0.62396693,0.5785124,0.49173555,0.37603307,0.29752067,0.28099173,0.2892562,0.30165288,0.338843,0.338843,0.32231405,0.3264463,0.29752067,0.2603306,0.24380165,0.24380165,0.24793388,0.2644628,0.2603306,0.2520661,0.26859504,0.28099173,0.3181818,0.3429752,0.37603307,0.39256197,0.44214877,0.47107437,0.46280992,0.44214877,0.44214877,0.45041323,0.4752066,0.49586776,0.5413223,0.58264464,0.61157024,0.62396693,0.6198347,0.59917355,0.56198347,0.5289256,0.5041322,0.5123967,0.5041322,0.5,0.3429752,0.17355372,0.14876033,0.18595041,0.19008264,0.2231405,0.2107438,0.21900827,0.18595041,0.42561984,0.6942149,0.7066116,0.6942149,0.6487603,0.661157,0.6859504,0.6859504,0.6487603,0.59917355,0.53305787,0.446281,0.34710744,0.24793388,0.21487603,0.22727273,0.22727273,0.2892562,0.32231405,0.338843,0.3181818,0.2892562,0.22727273,0.20247933,0.20247933,0.19008264,0.20247933,0.21487603,0.21900827,0.2231405,0.23140496,0.25619835,0.2520661,0.28099173,0.29752067,0.3140496,0.35123968,0.34710744,0.3305785,0.30991736,0.3553719,0.38429752,0.446281,0.5165289,0.5413223,0.59090906,0.6198347,0.60330576,0.58264464,0.5371901,0.5206612,0.5082645,0.5123967,0.5123967,0.48347107,0.2603306,0.15289256,0.18595041,0.17768595,0.17768595,0.21900827,0.21487603,0.2107438,0.17768595,0.29752067,0.6404959,0.6942149,0.677686,0.661157,0.6404959,0.6694215,0.6570248,0.6487603,0.57438016,0.5165289,0.45867768,0.3966942,0.3553719,0.42975205,0.5,0.5206612,0.56198347,0.5785124,0.59090906,0.553719,0.49173555,0.42975205,0.3966942,0.3677686,0.35123968,0.338843,0.338843,0.33471075,0.34710744,0.35950413,0.37603307,0.38429752,0.3677686,0.38429752,0.38429752,0.40495867,0.3966942,0.3553719,0.35123968,0.3677686,0.40495867,0.446281,0.47933885,0.5371901,0.5785124,0.59090906,0.58264464,0.5495868,0.53305787,0.5206612,0.5165289,0.5041322,0.5,0.40495867,0.20661157,0.15289256,0.20247933,0.18181819,0.17768595,0.2107438,0.2231405,0.2107438,0.1983471,0.1983471,0.5371901,0.6570248,0.6528926,0.6404959,0.6322314,0.6570248,0.6487603,0.6322314,0.58677685,0.5165289,0.47107437,0.49173555,0.5413223,0.6487603,0.7066116,0.72727275,0.6983471,0.6528926,0.6446281,0.6487603,0.59917355,0.5247934,0.5041322,0.5123967,0.49586776,0.5,0.4876033,0.4876033,0.5206612,0.5206612,0.4876033,0.47933885,0.46280992,0.46694216,0.4876033,0.5247934,0.5413223,0.53305787,0.5413223,0.5289256,0.49173555,0.4876033,0.4876033,0.5371901,0.57024795,0.5785124,0.56198347,0.5371901,0.5289256,0.5289256,0.5041322,0.49586776,0.4752066,0.30578512,0.1570248,0.17355372,0.17768595,0.18181819,0.17768595,0.2107438,0.21487603,0.1983471,0.20661157,0.17768595,0.38016528,0.607438,0.6404959,0.6198347,0.6198347,0.6363636,0.6446281,0.6404959,0.58264464,0.5206612,0.5041322,0.55785125,0.6363636,0.71487606,0.76033056,0.76033056,0.7231405,0.661157,0.6198347,0.59504133,0.5371901,0.48347107,0.47107437,0.46280992,0.46280992,0.4752066,0.45867768,0.45867768,0.4752066,0.4752066,0.47107437,0.4876033,0.5082645,0.53305787,0.553719,0.58677685,0.607438,0.6198347,0.61570245,0.59917355,0.55785125,0.5289256,0.5041322,0.5371901,0.553719,0.57024795,0.54545456,0.5206612,0.5165289,0.5247934,0.5,0.47933885,0.4214876,0.18181819,0.15289256,0.16115703,0.17768595,0.18181819,0.18181819,0.20661157,0.22727273,0.20247933,0.20247933,0.19008264,0.23140496,0.5165289,0.6280992,0.61157024,0.60330576,0.607438,0.6280992,0.62396693,0.57438016,0.5413223,0.53305787,0.59504133,0.6570248,0.70247936,0.71487606,0.72727275,0.71487606,0.6818182,0.62396693,0.57024795,0.5165289,0.45041323,0.38842976,0.37603307,0.36363637,0.37603307,0.3677686,0.3677686,0.3966942,0.42561984,0.47107437,0.5041322,0.5289256,0.55785125,0.5785124,0.59917355,0.61157024,0.6198347,0.6198347,0.59917355,0.58264464,0.5495868,0.5247934,0.5289256,0.53305787,0.54545456,0.5371901,0.5165289,0.5082645,0.5,0.47933885,0.45041323,0.38016528,0.14049587,0.1570248,0.15289256,0.18181819,0.17355372,0.17768595,0.20247933,0.21487603,0.20661157,0.1983471,0.1983471,0.16528925,0.35950413,0.59090906,0.59504133,0.58264464,0.58677685,0.59504133,0.607438,0.57024795,0.5413223,0.553719,0.58677685,0.62396693,0.6487603,0.661157,0.6652893,0.6487603,0.6446281,0.59917355,0.553719,0.48347107,0.42561984,0.36363637,0.32231405,0.26859504,0.2644628,0.27272728,0.30991736,0.3429752,0.3966942,0.46694216,0.4876033,0.5247934,0.5413223,0.56198347,0.57438016,0.58677685,0.59504133,0.59917355,0.58264464,0.553719,0.53305787,0.5123967,0.5123967,0.5289256,0.5247934,0.5123967,0.49173555,0.49173555,0.48347107,0.44214877,0.4338843,0.38016528,0.1322314,0.14876033,0.16115703,0.16115703,0.1694215,0.18181819,0.2107438,0.19008264,0.20661157,0.20247933,0.1983471,0.17355372,0.24380165,0.4876033,0.59504133,0.57438016,0.57024795,0.5785124,0.58264464,0.57024795,0.5495868,0.553719,0.5661157,0.58677685,0.60330576,0.59917355,0.60330576,0.5785124,0.57024795,0.5247934,0.49173555,0.40495867,0.3966942,0.3553719,0.3305785,0.2768595,0.25619835,0.2768595,0.2768595,0.3305785,0.37190083,0.4090909,0.45867768,0.4752066,0.4876033,0.5123967,0.5289256,0.553719,0.55785125,0.56198347,0.553719,0.54545456,0.5165289,0.5,0.5041322,0.5206612,0.5123967,0.47933885,0.49173555,0.47107437,0.45454547,0.41322315,0.43801653,0.40082645,0.11570248,0.16115703,0.1570248,0.1570248,0.17355372,0.17355372,0.19421488,0.1983471,0.1983471,0.1983471,0.2107438,0.1983471,0.17355372,0.33471075,0.5495868,0.5785124,0.56198347,0.57024795,0.5495868,0.57024795,0.56198347,0.56198347,0.5371901,0.54545456,0.53305787,0.5661157,0.54545456,0.5289256,0.5165289,0.45454547,0.4090909,0.3429752,0.3264463,0.3264463,0.34710744,0.30578512,0.3181818,0.3181818,0.30165288,0.3181818,0.32231405,0.37603307,0.40495867,0.42975205,0.44214877,0.47107437,0.49586776,0.5123967,0.53305787,0.5289256,0.5247934,0.5371901,0.5123967,0.5123967,0.5165289,0.5123967,0.4876033,0.47933885,0.47933885,0.46694216,0.41735536,0.38842976,0.45041323,0.40082645,0.12396694,0.14876033,0.16115703,0.1694215,0.1694215,0.17768595,0.1983471,0.2107438,0.19008264,0.20247933,0.20661157,0.1983471,0.16528925,0.21487603,0.4876033,0.607438,0.5661157,0.55785125,0.5371901,0.57438016,0.58677685,0.57024795,0.5413223,0.5371901,0.5165289,0.53305787,0.5206612,0.49586776,0.46694216,0.41322315,0.35123968,0.29338843,0.28099173,0.29338843,0.32231405,0.3264463,0.338843,0.3429752,0.3181818,0.3140496,0.3140496,0.3429752,0.38016528,0.4214876,0.4214876,0.45041323,0.48347107,0.5,0.5082645,0.5041322,0.5123967,0.5247934,0.5165289,0.5247934,0.5206612,0.5041322,0.49173555,0.47933885,0.4752066,0.45867768,0.40082645,0.40495867,0.47933885,0.42561984,0.12809917,0.1570248,0.1570248,0.1694215,0.17355372,0.17768595,0.18595041,0.19421488,0.21487603,0.20247933,0.1983471,0.19421488,0.17768595,0.17355372,0.4876033,0.6363636,0.58264464,0.55785125,0.55785125,0.5785124,0.60330576,0.5785124,0.5413223,0.5247934,0.5041322,0.5123967,0.49586776,0.46694216,0.446281,0.40082645,0.35123968,0.30165288,0.29752067,0.29752067,0.33471075,0.3181818,0.338843,0.3429752,0.3429752,0.32231405,0.3305785,0.3553719,0.40495867,0.42975205,0.43801653,0.45454547,0.4752066,0.49173555,0.5082645,0.49173555,0.5,0.5206612,0.5123967,0.5247934,0.5165289,0.4876033,0.49173555,0.4876033,0.46694216,0.43801653,0.40495867,0.4338843,0.5041322,0.4214876,0.14049587,0.15289256,0.1570248,0.17355372,0.16528925,0.19008264,0.1983471,0.1983471,0.19421488,0.20247933,0.20247933,0.19008264,0.1983471,0.16528925,0.49173555,0.6818182,0.59917355,0.56198347,0.5661157,0.57438016,0.59090906,0.57438016,0.5413223,0.5041322,0.49173555,0.5041322,0.49173555,0.46280992,0.4752066,0.44214877,0.41735536,0.40082645,0.39256197,0.38429752,0.38842976,0.38842976,0.39256197,0.40495867,0.40082645,0.4090909,0.41735536,0.4214876,0.45041323,0.47107437,0.45454547,0.48347107,0.49586776,0.49586776,0.5082645,0.49586776,0.5082645,0.5206612,0.5082645,0.5082645,0.4876033,0.45867768,0.4876033,0.48347107,0.45041323,0.42561984,0.40495867,0.45867768,0.5123967,0.42561984,0.1446281,0.15289256,0.1694215,0.1570248,0.18181819,0.17355372,0.19008264,0.19421488,0.19008264,0.20247933,0.19421488,0.20247933,0.19421488,0.15289256,0.47933885,0.7066116,0.6322314,0.55785125,0.56198347,0.5661157,0.5785124,0.57438016,0.5247934,0.5,0.5,0.5041322,0.49586776,0.5,0.5206612,0.5289256,0.5206612,0.5082645,0.5289256,0.5,0.49173555,0.47933885,0.45041323,0.45041323,0.46280992,0.48347107,0.49173555,0.49586776,0.49173555,0.49173555,0.49173555,0.5082645,0.5165289,0.5165289,0.5123967,0.5206612,0.5165289,0.5247934,0.5123967,0.49173555,0.46280992,0.446281,0.48347107,0.46694216,0.42975205,0.4214876,0.42975205,0.4876033,0.5123967,0.45041323,0.14876033,0.1446281,0.1694215,0.17355372,0.16115703,0.18181819,0.19421488,0.19008264,0.18595041,0.19421488,0.19008264,0.1983471,0.19421488,0.15289256,0.47107437,0.7107438,0.6694215,0.5785124,0.54545456,0.5413223,0.55785125,0.5661157,0.5289256,0.5082645,0.5123967,0.5206612,0.5123967,0.5289256,0.553719,0.58264464,0.58677685,0.58677685,0.57438016,0.553719,0.5247934,0.5206612,0.4876033,0.4876033,0.49173555,0.5165289,0.53305787,0.53305787,0.5041322,0.49173555,0.5123967,0.5206612,0.5289256,0.5165289,0.5247934,0.5123967,0.5165289,0.5041322,0.5,0.46694216,0.45041323,0.46694216,0.46694216,0.45041323,0.41322315,0.4090909,0.45454547,0.49173555,0.5165289,0.45454547,0.16528925,0.13636364,0.1694215,0.17768595,0.1694215,0.17355372,0.19421488,0.18595041,0.20247933,0.18595041,0.18595041,0.20661157,0.19008264,0.15289256,0.45454547,0.6983471,0.69008267,0.61570245,0.54545456,0.53305787,0.5413223,0.553719,0.53305787,0.5041322,0.5123967,0.5165289,0.5123967,0.5289256,0.56198347,0.58677685,0.59917355,0.57438016,0.5371901,0.5165289,0.49586776,0.5041322,0.49586776,0.49586776,0.49586776,0.5041322,0.5289256,0.53305787,0.5206612,0.49173555,0.5206612,0.5206612,0.53305787,0.5289256,0.5123967,0.5123967,0.5082645,0.48347107,0.48347107,0.45454547,0.45041323,0.45867768,0.45041323,0.42561984,0.40082645,0.3966942,0.4876033,0.5206612,0.5082645,0.46280992,0.20247933,0.12809917,0.1570248,0.1694215,0.18595041,0.16528925,0.18595041,0.19421488,0.18181819,0.18181819,0.18595041,0.1983471,0.18595041,0.14876033,0.45454547,0.6983471,0.6942149,0.6446281,0.58677685,0.5123967,0.5165289,0.53305787,0.5165289,0.5123967,0.5,0.5165289,0.5123967,0.5082645,0.5289256,0.553719,0.5371901,0.5041322,0.48347107,0.46694216,0.45867768,0.4752066,0.47933885,0.4752066,0.4752066,0.48347107,0.5041322,0.5165289,0.5247934,0.5041322,0.5041322,0.5,0.5165289,0.5247934,0.5082645,0.5289256,0.49586776,0.46694216,0.45867768,0.43801653,0.45041323,0.44214877,0.4338843,0.39256197,0.38429752,0.43801653,0.49586776,0.5206612,0.5041322,0.46280992,0.1983471,0.1446281,0.16115703,0.17355372,0.16115703,0.18181819,0.16528925,0.18595041,0.19008264,0.16115703,0.19008264,0.17768595,0.1983471,0.13636364,0.47107437,0.6942149,0.70247936,0.6487603,0.61157024,0.53305787,0.5041322,0.5,0.5082645,0.5041322,0.48347107,0.48347107,0.49586776,0.48347107,0.49586776,0.5082645,0.47933885,0.45041323,0.43801653,0.42975205,0.41735536,0.43801653,0.446281,0.45041323,0.446281,0.45454547,0.47107437,0.4876033,0.48347107,0.5,0.4752066,0.47933885,0.4876033,0.5082645,0.5,0.4876033,0.46694216,0.446281,0.4090909,0.42561984,0.42975205,0.41735536,0.38842976,0.38016528,0.41322315,0.46280992,0.49586776,0.5165289,0.5041322,0.47107437,0.2107438,0.1322314,0.17768595,0.17355372,0.16115703,0.17768595,0.1694215,0.18181819,0.18595041,0.1694215,0.19008264,0.18181819,0.17355372,0.12396694,0.5041322,0.70247936,0.6983471,0.6528926,0.61570245,0.5661157,0.5082645,0.4752066,0.4752066,0.49586776,0.4752066,0.45867768,0.45867768,0.45454547,0.44214877,0.45454547,0.41735536,0.38842976,0.40082645,0.38842976,0.35123968,0.38429752,0.3966942,0.3966942,0.4090909,0.4214876,0.40082645,0.42975205,0.446281,0.46280992,0.45041323,0.45454547,0.45867768,0.46694216,0.47107437,0.446281,0.4214876,0.40082645,0.40082645,0.40495867,0.40082645,0.37190083,0.36363637,0.38429752,0.45041323,0.49586776,0.5,0.5082645,0.5,0.47933885,0.23140496,0.13636364,0.18181819,0.17355372,0.1694215,0.17768595,0.18595041,0.18595041,0.17355372,0.18595041,0.18595041,0.18595041,0.16528925,0.12396694,0.54545456,0.6983471,0.6859504,0.6570248,0.6280992,0.5661157,0.5206612,0.47933885,0.45867768,0.45867768,0.45041323,0.43801653,0.43801653,0.4090909,0.38429752,0.37190083,0.33471075,0.3140496,0.28512397,0.2892562,0.28512397,0.30165288,0.32231405,0.33471075,0.3429752,0.3429752,0.3429752,0.3677686,0.38429752,0.4090909,0.40082645,0.40495867,0.41322315,0.42561984,0.41735536,0.3966942,0.37190083,0.37190083,0.3966942,0.37603307,0.35950413,0.33471075,0.3553719,0.40495867,0.48347107,0.5082645,0.5041322,0.5165289,0.5,0.48347107,0.24793388,0.1322314,0.17768595,0.1694215,0.18181819,0.18181819,0.17768595,0.18181819,0.17355372,0.17355372,0.18595041,0.1694215,0.14876033,0.17768595,0.58264464,0.6983471,0.6818182,0.6570248,0.62396693,0.58264464,0.5413223,0.5,0.4876033,0.43801653,0.4338843,0.40495867,0.38429752,0.3677686,0.32231405,0.29338843,0.2520661,0.23553719,0.23140496,0.21900827,0.2231405,0.24380165,0.25619835,0.26859504,0.2644628,0.27272728,0.27272728,0.2892562,0.32231405,0.34710744,0.338843,0.3553719,0.3553719,0.37190083,0.35950413,0.3305785,0.3264463,0.3429752,0.34710744,0.3429752,0.33471075,0.36363637,0.4090909,0.45454547,0.5082645,0.5123967,0.5123967,0.5165289,0.5206612,0.4876033,0.27272728,0.15289256,0.17355372,0.17355372,0.18181819,0.1694215,0.16115703,0.19421488,0.16528925,0.18181819,0.16528925,0.18595041,0.09917355,0.29752067,0.6404959,0.7107438,0.6818182,0.6570248,0.61570245,0.58677685,0.55785125,0.5289256,0.4876033,0.45867768,0.42975205,0.38842976,0.3553719,0.3305785,0.2892562,0.22727273,0.2231405,0.18595041,0.1983471,0.18595041,0.18595041,0.19421488,0.21487603,0.1983471,0.20661157,0.21487603,0.20247933,0.23140496,0.2520661,0.27272728,0.2768595,0.29338843,0.29338843,0.3181818,0.29752067,0.29338843,0.30991736,0.3181818,0.32231405,0.32231405,0.3553719,0.40495867,0.47107437,0.49173555,0.5165289,0.5247934,0.5123967,0.5206612,0.5082645,0.5041322,0.30578512,0.1446281,0.17768595,0.1694215,0.18181819,0.15289256,18 +0.3966942,0.60330576,0.7644628,0.79752064,0.8140496,0.8429752,0.8553719,0.8553719,0.8595041,0.8595041,0.8636364,0.8595041,0.8512397,0.8429752,0.838843,0.838843,0.838843,0.8347107,0.8305785,0.8264463,0.8264463,0.822314,0.8181818,0.8016529,0.79752064,0.78099173,0.77272725,0.77272725,0.75619835,0.75619835,0.76033056,0.7644628,0.7644628,0.7644628,0.76033056,0.76033056,0.74793386,0.73966944,0.73966944,0.72727275,0.7107438,0.6983471,0.6942149,0.6983471,0.6983471,0.69008267,0.6859504,0.6818182,0.6818182,0.6735537,0.6652893,0.6528926,0.6446281,0.6404959,0.6404959,0.62396693,0.59917355,0.59504133,0.56198347,0.5247934,0.5041322,0.46694216,0.23966943,0.17768595,0.44214877,0.6652893,0.7933884,0.7933884,0.8140496,0.8512397,0.8636364,0.8636364,0.8636364,0.8595041,0.8553719,0.8595041,0.8512397,0.8471074,0.8471074,0.8471074,0.8429752,0.838843,0.8347107,0.8305785,0.8347107,0.8264463,0.8264463,0.8140496,0.80991733,0.79752064,0.78099173,0.76033056,0.74380165,0.73966944,0.74793386,0.7644628,0.76859504,0.76033056,0.7644628,0.7644628,0.75619835,0.74380165,0.73966944,0.73966944,0.7355372,0.71900827,0.71487606,0.71487606,0.7107438,0.7066116,0.70247936,0.6942149,0.6983471,0.6859504,0.677686,0.6694215,0.6528926,0.6487603,0.6528926,0.6446281,0.6363636,0.59917355,0.58264464,0.53305787,0.5082645,0.48347107,0.30578512,0.17768595,0.49586776,0.7231405,0.8057851,0.7933884,0.8140496,0.8595041,0.87603307,0.8677686,0.8677686,0.8636364,0.8636364,0.8636364,0.8595041,0.8553719,0.8553719,0.8595041,0.8471074,0.8471074,0.838843,0.8347107,0.8347107,0.8264463,0.822314,0.80991733,0.8181818,0.80991733,0.7892562,0.77272725,0.76033056,0.74380165,0.74380165,0.76033056,0.77272725,0.77272725,0.76859504,0.7644628,0.76859504,0.76033056,0.75206614,0.7644628,0.74380165,0.74793386,0.7231405,0.72727275,0.71900827,0.70247936,0.7107438,0.71900827,0.7107438,0.69008267,0.69008267,0.6694215,0.677686,0.6694215,0.661157,0.6652893,0.6528926,0.62396693,0.59090906,0.553719,0.5082645,0.49586776,0.36363637,0.19421488,0.5495868,0.75206614,0.8181818,0.79752064,0.8181818,0.8677686,0.8719008,0.8719008,0.8719008,0.8677686,0.8636364,0.8636364,0.8677686,0.8595041,0.8595041,0.8636364,0.8512397,0.8429752,0.838843,0.8347107,0.8347107,0.8264463,0.8181818,0.8057851,0.8140496,0.8057851,0.78512394,0.78099173,0.7768595,0.7644628,0.74793386,0.75619835,0.7768595,0.77272725,0.77272725,0.76859504,0.7644628,0.76859504,0.76033056,0.76859504,0.76859504,0.74380165,0.73140496,0.71900827,0.71487606,0.7107438,0.7066116,0.70247936,0.7231405,0.6983471,0.6859504,0.677686,0.6694215,0.6735537,0.6652893,0.6694215,0.6570248,0.6322314,0.61570245,0.5661157,0.5206612,0.49586776,0.4090909,0.23140496,0.58264464,0.76859504,0.8140496,0.8057851,0.822314,0.8636364,0.87603307,0.8719008,0.8677686,0.8595041,0.8595041,0.8553719,0.8553719,0.8512397,0.8512397,0.8471074,0.8429752,0.838843,0.8264463,0.822314,0.822314,0.8181818,0.8016529,0.7933884,0.78512394,0.7933884,0.78099173,0.77272725,0.76859504,0.76033056,0.7644628,0.78099173,0.7933884,0.7933884,0.7892562,0.7644628,0.75206614,0.7644628,0.7644628,0.7644628,0.74793386,0.73140496,0.71900827,0.7066116,0.7066116,0.7066116,0.6983471,0.6859504,0.6983471,0.7107438,0.6859504,0.6735537,0.6694215,0.6528926,0.6528926,0.6570248,0.661157,0.6363636,0.61157024,0.57438016,0.5206612,0.5082645,0.43801653,0.2603306,0.6322314,0.79752064,0.822314,0.8140496,0.8264463,0.8553719,0.8719008,0.8677686,0.8595041,0.8553719,0.8512397,0.8429752,0.8347107,0.8264463,0.822314,0.8140496,0.80991733,0.8140496,0.79752064,0.78512394,0.78099173,0.7768595,0.7644628,0.75619835,0.75206614,0.7644628,0.75206614,0.74793386,0.75206614,0.75619835,0.76033056,0.7892562,0.8057851,0.8016529,0.78512394,0.74793386,0.72727275,0.72727275,0.73966944,0.74793386,0.7231405,0.7066116,0.69008267,0.6818182,0.6818182,0.6859504,0.6818182,0.677686,0.6735537,0.677686,0.6694215,0.661157,0.6570248,0.6280992,0.6198347,0.6322314,0.6446281,0.6322314,0.61157024,0.5785124,0.5247934,0.5123967,0.446281,0.26859504,0.6652893,0.79752064,0.8347107,0.8264463,0.8264463,0.8512397,0.8677686,0.8595041,0.8595041,0.8429752,0.8305785,0.8140496,0.7768595,0.76033056,0.74380165,0.74380165,0.73140496,0.7231405,0.6983471,0.69008267,0.6694215,0.6694215,0.677686,0.6404959,0.70247936,0.6942149,0.6859504,0.71487606,0.7231405,0.72727275,0.7355372,0.7644628,0.8016529,0.7933884,0.76033056,0.7231405,0.70247936,0.6942149,0.6942149,0.6859504,0.6818182,0.6570248,0.6487603,0.62396693,0.59917355,0.58677685,0.61157024,0.62396693,0.59917355,0.59917355,0.59504133,0.59504133,0.6363636,0.61157024,0.5495868,0.58677685,0.61570245,0.6198347,0.607438,0.57024795,0.54545456,0.5247934,0.46280992,0.2892562,0.6735537,0.8016529,0.8347107,0.822314,0.8264463,0.838843,0.8595041,0.8305785,0.79752064,0.7768595,0.75619835,0.677686,0.61570245,0.59090906,0.57438016,0.55785125,0.53305787,0.5,0.47107437,0.45454547,0.46694216,0.4752066,0.5041322,0.5206612,0.5661157,0.58677685,0.5785124,0.6198347,0.6322314,0.661157,0.69008267,0.73966944,0.78512394,0.77272725,0.7355372,0.677686,0.6528926,0.6322314,0.61157024,0.59090906,0.57024795,0.5371901,0.5082645,0.4752066,0.45041323,0.4214876,0.4338843,0.45454547,0.44214877,0.46280992,0.45867768,0.45867768,0.4876033,0.56198347,0.5289256,0.45041323,0.5123967,0.607438,0.59917355,0.57438016,0.5371901,0.5495868,0.47107437,0.3140496,0.6942149,0.80991733,0.8347107,0.822314,0.822314,0.8347107,0.8016529,0.7066116,0.6280992,0.60330576,0.5661157,0.49586776,0.446281,0.4214876,0.38842976,0.37190083,0.33471075,0.32231405,0.30991736,0.30578512,0.30165288,0.29752067,0.3429752,0.38016528,0.4338843,0.4752066,0.4752066,0.5123967,0.54545456,0.58264464,0.661157,0.73966944,0.77272725,0.75619835,0.7066116,0.661157,0.607438,0.5495868,0.49586776,0.45454547,0.40495867,0.37190083,0.33471075,0.3140496,0.3140496,0.28512397,0.27272728,0.28099173,0.26859504,0.28512397,0.3140496,0.3181818,0.338843,0.38429752,0.45454547,0.42561984,0.38429752,0.446281,0.553719,0.57024795,0.5247934,0.553719,0.4876033,0.3305785,0.71900827,0.822314,0.8264463,0.8140496,0.822314,0.78099173,0.69008267,0.56198347,0.5041322,0.4752066,0.446281,0.4090909,0.38429752,0.36363637,0.3264463,0.29338843,0.2644628,0.2603306,0.2644628,0.23140496,0.22727273,0.2231405,0.24793388,0.27272728,0.3305785,0.40495867,0.41735536,0.44214877,0.5,0.57024795,0.6735537,0.75619835,0.7644628,0.73966944,0.6694215,0.6280992,0.58264464,0.49173555,0.4090909,0.35950413,0.30578512,0.28099173,0.24380165,0.23966943,0.21900827,0.23140496,0.23140496,0.24380165,0.26859504,0.27272728,0.2892562,0.29752067,0.30578512,0.3140496,0.3305785,0.37603307,0.3677686,0.38016528,0.40495867,0.5123967,0.5206612,0.54545456,0.5082645,0.3677686,0.7231405,0.8264463,0.8264463,0.8057851,0.77272725,0.6652893,0.5413223,0.47107437,0.4752066,0.47107437,0.49173555,0.4752066,0.47107437,0.46280992,0.43801653,0.40082645,0.36363637,0.3429752,0.3140496,0.26859504,0.2768595,0.2768595,0.29752067,0.30991736,0.33471075,0.39256197,0.42975205,0.45041323,0.5165289,0.6446281,0.73966944,0.78512394,0.7892562,0.7355372,0.6652893,0.6363636,0.59917355,0.5,0.40495867,0.34710744,0.30578512,0.30578512,0.29338843,0.2892562,0.30165288,0.30165288,0.3140496,0.3553719,0.40495867,0.42975205,0.446281,0.46694216,0.45454547,0.45041323,0.42561984,0.38429752,0.3553719,0.37190083,0.34710744,0.41322315,0.5165289,0.53305787,0.5371901,0.41322315,0.72727275,0.8305785,0.8305785,0.8016529,0.6818182,0.53305787,0.46280992,0.46694216,0.5206612,0.57438016,0.607438,0.607438,0.57438016,0.56198347,0.5371901,0.53305787,0.5082645,0.47107437,0.42975205,0.36363637,0.338843,0.32231405,0.34710744,0.3553719,0.40495867,0.45041323,0.5041322,0.5495868,0.6487603,0.76859504,0.8264463,0.822314,0.8057851,0.75619835,0.69008267,0.6694215,0.6404959,0.553719,0.49586776,0.4338843,0.44214877,0.4338843,0.39256197,0.36363637,0.35123968,0.35950413,0.4214876,0.47933885,0.53305787,0.5371901,0.5495868,0.5495868,0.5785124,0.5785124,0.59504133,0.55785125,0.45867768,0.3305785,0.30578512,0.37603307,0.5,0.54545456,0.5495868,0.45454547,0.75206614,0.8347107,0.8347107,0.7892562,0.6280992,0.5123967,0.5247934,0.58677685,0.6570248,0.6859504,0.6859504,0.6570248,0.607438,0.59090906,0.58677685,0.58677685,0.57024795,0.5289256,0.49586776,0.45041323,0.40495867,0.36363637,0.33471075,0.3429752,0.36363637,0.43801653,0.5413223,0.6322314,0.7644628,0.8305785,0.8512397,0.8264463,0.8057851,0.76859504,0.71487606,0.6859504,0.6694215,0.61570245,0.5495868,0.49586776,0.44214877,0.40082645,0.3553719,0.34710744,0.35950413,0.40082645,0.46280992,0.5041322,0.54545456,0.56198347,0.57024795,0.57438016,0.5785124,0.61570245,0.6694215,0.6487603,0.607438,0.45867768,0.3140496,0.3429752,0.46280992,0.5371901,0.55785125,0.49173555,0.77272725,0.8429752,0.838843,0.7892562,0.6487603,0.59917355,0.6446281,0.6859504,0.7066116,0.7107438,0.6528926,0.6322314,0.6570248,0.6859504,0.69008267,0.6735537,0.6198347,0.57024795,0.5123967,0.47107437,0.446281,0.41735536,0.3966942,0.38016528,0.37190083,0.37190083,0.48347107,0.6322314,0.77272725,0.8429752,0.8512397,0.8305785,0.8016529,0.7644628,0.7231405,0.6942149,0.69008267,0.6446281,0.54545456,0.45454547,0.3677686,0.37190083,0.3677686,0.38016528,0.41322315,0.446281,0.4752066,0.5082645,0.5413223,0.57024795,0.57024795,0.57024795,0.54545456,0.5785124,0.6363636,0.661157,0.62396693,0.5661157,0.4214876,0.3677686,0.446281,0.5289256,0.5495868,0.5165289,0.7933884,0.838843,0.8305785,0.78099173,0.7066116,0.6942149,0.70247936,0.7066116,0.70247936,0.6404959,0.6280992,0.75619835,0.8016529,0.7644628,0.6694215,0.553719,0.46280992,0.45867768,0.38016528,0.3677686,0.4214876,0.43801653,0.45041323,0.446281,0.43801653,0.41322315,0.42975205,0.59917355,0.75206614,0.8181818,0.838843,0.822314,0.7933884,0.76033056,0.7231405,0.69008267,0.6735537,0.6404959,0.5247934,0.41735536,0.40082645,0.41322315,0.41735536,0.41322315,0.42561984,0.41322315,0.40082645,0.40495867,0.41322315,0.47107437,0.5289256,0.55785125,0.5661157,0.5785124,0.5785124,0.59504133,0.59504133,0.57024795,0.5247934,0.44214877,0.446281,0.53305787,0.5371901,0.53305787,0.79752064,0.8347107,0.8181818,0.7892562,0.75619835,0.74793386,0.71900827,0.6983471,0.6446281,0.59090906,0.7355372,0.7933884,0.73140496,0.58677685,0.4338843,0.32231405,0.2892562,0.28099173,0.27272728,0.3181818,0.44214877,0.42975205,0.3966942,0.4338843,0.5165289,0.5165289,0.48347107,0.5785124,0.73966944,0.7933884,0.8264463,0.8016529,0.75619835,0.72727275,0.7066116,0.6735537,0.6570248,0.6322314,0.5247934,0.47933885,0.49586776,0.45454547,0.40082645,0.38842976,0.41322315,0.3140496,0.28099173,0.24793388,0.20661157,0.25619835,0.3677686,0.45041323,0.5041322,0.56198347,0.5495868,0.5371901,0.54545456,0.57024795,0.5785124,0.5247934,0.4752066,0.5082645,0.5247934,0.5371901,0.79752064,0.8264463,0.8181818,0.8016529,0.78512394,0.7768595,0.7355372,0.69008267,0.6322314,0.6487603,0.6818182,0.6198347,0.5165289,0.446281,0.3264463,0.2520661,0.23553719,0.25619835,0.30578512,0.4090909,0.5289256,0.5165289,0.45867768,0.40082645,0.44214877,0.5495868,0.5785124,0.6487603,0.75206614,0.78512394,0.8181818,0.8016529,0.74793386,0.7066116,0.6859504,0.6735537,0.6652893,0.6280992,0.56198347,0.5413223,0.54545456,0.43801653,0.38842976,0.4214876,0.5,0.40082645,0.2892562,0.26859504,0.18595041,0.21487603,0.35950413,0.5041322,0.3966942,0.42561984,0.49586776,0.5,0.5371901,0.57024795,0.607438,0.59917355,0.5247934,0.5041322,0.5165289,0.53305787,0.78099173,0.822314,0.8140496,0.822314,0.8140496,0.8057851,0.7768595,0.74793386,0.71900827,0.661157,0.56198347,0.5041322,0.5165289,0.5206612,0.4338843,0.3264463,0.35123968,0.40495867,0.42975205,0.48347107,0.5247934,0.5289256,0.5041322,0.49586776,0.5289256,0.58264464,0.661157,0.72727275,0.76859504,0.7892562,0.80991733,0.79752064,0.75206614,0.70247936,0.6818182,0.6652893,0.6570248,0.61157024,0.57438016,0.58264464,0.54545456,0.49586776,0.47933885,0.4752066,0.5082645,0.49173555,0.39256197,0.37603307,0.30991736,0.2768595,0.39256197,0.5082645,0.48347107,0.35950413,0.37190083,0.45867768,0.54545456,0.6198347,0.661157,0.6570248,0.5785124,0.5247934,0.5247934,0.53305787,0.74380165,0.80991733,0.822314,0.8264463,0.838843,0.838843,0.8264463,0.8140496,0.77272725,0.677686,0.58677685,0.58677685,0.61570245,0.60330576,0.553719,0.47933885,0.4752066,0.49173555,0.49586776,0.47933885,0.49586776,0.49586776,0.5123967,0.5371901,0.55785125,0.6280992,0.74793386,0.7933884,0.7933884,0.7892562,0.79752064,0.7892562,0.76033056,0.71487606,0.6942149,0.661157,0.6363636,0.61157024,0.58264464,0.59917355,0.56198347,0.5289256,0.5247934,0.4876033,0.47933885,0.47107437,0.46280992,0.45867768,0.42561984,0.41735536,0.46694216,0.5082645,0.5206612,0.45041323,0.38842976,0.43801653,0.5495868,0.661157,0.71900827,0.71487606,0.59917355,0.553719,0.53305787,0.53305787,0.6942149,0.80991733,0.8347107,0.8471074,0.8595041,0.8636364,0.8677686,0.8553719,0.8264463,0.75619835,0.6983471,0.69008267,0.6818182,0.6487603,0.57438016,0.5247934,0.49173555,0.47933885,0.48347107,0.4876033,0.48347107,0.5041322,0.5413223,0.57024795,0.6198347,0.72727275,0.8181818,0.8347107,0.8016529,0.78512394,0.8016529,0.7933884,0.7644628,0.73140496,0.70247936,0.6818182,0.6404959,0.6198347,0.58264464,0.62396693,0.61157024,0.553719,0.53305787,0.5206612,0.4752066,0.48347107,0.4752066,0.46280992,0.45867768,0.4752066,0.49173555,0.5289256,0.553719,0.5371901,0.48347107,0.5,0.5785124,0.6570248,0.73140496,0.72727275,0.6280992,0.5785124,0.54545456,0.5289256,0.6528926,0.822314,0.8429752,0.8553719,0.8719008,0.8801653,0.8719008,0.87603307,0.8719008,0.8471074,0.8016529,0.76859504,0.7355372,0.6652893,0.61570245,0.5371901,0.5123967,0.5082645,0.5082645,0.5289256,0.553719,0.59504133,0.6322314,0.6818182,0.74380165,0.8181818,0.838843,0.838843,0.8016529,0.7892562,0.8016529,0.7892562,0.78099173,0.74793386,0.71900827,0.6818182,0.6487603,0.6322314,0.59090906,0.62396693,0.6570248,0.6280992,0.58677685,0.57024795,0.553719,0.5206612,0.5082645,0.5082645,0.5041322,0.5206612,0.53305787,0.5661157,0.607438,0.607438,0.56198347,0.57024795,0.6198347,0.6570248,0.7107438,0.7355372,0.6528926,0.607438,0.57438016,0.5413223,0.6528926,0.8264463,0.8471074,0.8595041,0.87603307,0.8801653,0.8801653,0.87603307,0.8719008,0.8636364,0.8471074,0.8140496,0.77272725,0.7107438,0.6652893,0.62396693,0.62396693,0.6322314,0.6446281,0.6652893,0.6983471,0.71900827,0.74793386,0.78512394,0.8347107,0.8512397,0.8512397,0.8347107,0.79752064,0.7892562,0.7892562,0.7768595,0.75206614,0.74380165,0.71900827,0.69008267,0.6487603,0.6363636,0.59917355,0.607438,0.661157,0.6652893,0.6487603,0.6322314,0.61570245,0.59917355,0.57438016,0.56198347,0.56198347,0.55785125,0.57438016,0.59090906,0.6198347,0.62396693,0.61157024,0.61570245,0.6198347,0.6446281,0.6735537,0.7066116,0.6735537,0.6322314,0.59917355,0.56198347,0.6570248,0.822314,0.8471074,0.8636364,0.87603307,0.87603307,0.8801653,0.8677686,0.8677686,0.8595041,0.8512397,0.838843,0.8181818,0.7892562,0.7768595,0.76859504,0.75619835,0.75619835,0.7644628,0.77272725,0.7892562,0.8016529,0.822314,0.8512397,0.8595041,0.8595041,0.8595041,0.8305785,0.7933884,0.7892562,0.78512394,0.7644628,0.7355372,0.72727275,0.71487606,0.69008267,0.6652893,0.6280992,0.60330576,0.59504133,0.6446281,0.6652893,0.6735537,0.6859504,0.6652893,0.6528926,0.6363636,0.6280992,0.6198347,0.61157024,0.61570245,0.6280992,0.6322314,0.62396693,0.6280992,0.6280992,0.6363636,0.6322314,0.661157,0.677686,0.6652893,0.6446281,0.60330576,0.5785124,0.6694215,0.8181818,0.8471074,0.8636364,0.8719008,0.8719008,0.8677686,0.8677686,0.8636364,0.8471074,0.8512397,0.8512397,0.8347107,0.822314,0.8140496,0.8181818,0.8016529,0.8016529,0.8057851,0.8181818,0.8264463,0.838843,0.8512397,0.8636364,0.8719008,0.8636364,0.8595041,0.8264463,0.78512394,0.7933884,0.8016529,0.77272725,0.75619835,0.7231405,0.70247936,0.6859504,0.6652893,0.6280992,0.61157024,0.58677685,0.62396693,0.661157,0.677686,0.69008267,0.71487606,0.69008267,0.677686,0.6694215,0.661157,0.6487603,0.6487603,0.6446281,0.6446281,0.6446281,0.6446281,0.62396693,0.6570248,0.6528926,0.661157,0.6652893,0.6570248,0.661157,0.61157024,0.59090906,0.7066116,0.822314,0.8471074,0.8636364,0.8677686,0.8677686,0.8719008,0.8636364,0.8595041,0.8512397,0.8471074,0.8471074,0.8347107,0.8264463,0.822314,0.8305785,0.8181818,0.8264463,0.8305785,0.8347107,0.838843,0.838843,0.838843,0.8636364,0.8719008,0.8595041,0.8471074,0.8140496,0.7933884,0.8140496,0.8429752,0.8057851,0.77272725,0.75206614,0.73140496,0.71487606,0.6652893,0.6652893,0.6280992,0.60330576,0.607438,0.661157,0.6818182,0.69008267,0.7066116,0.71487606,0.70247936,0.7107438,0.677686,0.677686,0.6694215,0.6652893,0.6652893,0.677686,0.6735537,0.661157,0.6694215,0.6652893,0.6694215,0.6570248,0.661157,0.6570248,0.6198347,0.58677685,0.74380165,0.8181818,0.838843,0.8595041,0.8677686,0.8719008,0.8677686,0.8677686,0.8595041,0.8553719,0.8512397,0.8471074,0.838843,0.8305785,0.8347107,0.8305785,0.8305785,0.8347107,0.8347107,0.8305785,0.8347107,0.8264463,0.838843,0.8677686,0.8677686,0.8471074,0.822314,0.8181818,0.7933884,0.79752064,0.8264463,0.80991733,0.74380165,0.7066116,0.7107438,0.70247936,0.6818182,0.6983471,0.6487603,0.60330576,0.607438,0.6487603,0.69008267,0.69008267,0.69008267,0.7066116,0.70247936,0.70247936,0.7107438,0.7107438,0.6942149,0.69008267,0.69008267,0.6983471,0.70247936,0.6942149,0.6859504,0.6735537,0.6818182,0.6652893,0.6652893,0.661157,0.61570245,0.58264464,0.75619835,0.80991733,0.8347107,0.8553719,0.8677686,0.8677686,0.8677686,0.8677686,0.8636364,0.8553719,0.8471074,0.8429752,0.838843,0.838843,0.838843,0.8347107,0.8347107,0.8305785,0.8264463,0.822314,0.822314,0.8140496,0.8347107,0.8595041,0.8595041,0.838843,0.8140496,0.7933884,0.76033056,0.74793386,0.75619835,0.74380165,0.677686,0.6280992,0.6322314,0.6363636,0.6570248,0.6652893,0.62396693,0.57438016,0.61570245,0.6322314,0.69008267,0.70247936,0.6859504,0.70247936,0.69008267,0.6942149,0.71900827,0.72727275,0.70247936,0.6942149,0.6983471,0.70247936,0.7066116,0.6983471,0.69008267,0.6859504,0.6983471,0.69008267,0.677686,0.6694215,0.61570245,0.57024795,0.76859504,0.8016529,0.8347107,0.8553719,0.8636364,0.8636364,0.8719008,0.8719008,0.8677686,0.8595041,0.8512397,0.838843,0.838843,0.838843,0.838843,0.8264463,0.8264463,0.822314,0.8181818,0.80991733,0.80991733,0.8140496,0.8264463,0.8429752,0.8471074,0.8264463,0.8016529,0.7231405,0.6280992,0.5785124,0.6322314,0.6528926,0.59090906,0.5413223,0.5413223,0.57024795,0.59090906,0.5785124,0.5371901,0.5123967,0.57438016,0.62396693,0.677686,0.7066116,0.69008267,0.70247936,0.6942149,0.70247936,0.7231405,0.73966944,0.71487606,0.6983471,0.70247936,0.6983471,0.7107438,0.70247936,0.7066116,0.6983471,0.7107438,0.7066116,0.69008267,0.6652893,0.6198347,0.56198347,0.77272725,0.8016529,0.838843,0.8512397,0.8636364,0.8677686,0.8677686,0.8719008,0.8677686,0.8677686,0.8471074,0.838843,0.838843,0.838843,0.8305785,0.8140496,0.8057851,0.80991733,0.8140496,0.8016529,0.8057851,0.8016529,0.80991733,0.822314,0.8305785,0.8140496,0.72727275,0.57438016,0.40082645,0.3305785,0.40495867,0.5371901,0.54545456,0.46694216,0.46280992,0.5082645,0.5165289,0.44214877,0.3429752,0.32231405,0.45867768,0.5785124,0.6570248,0.7107438,0.71487606,0.7066116,0.7066116,0.71487606,0.7231405,0.72727275,0.7355372,0.73140496,0.71900827,0.71487606,0.71900827,0.71900827,0.7066116,0.71900827,0.71900827,0.7107438,0.6983471,0.6735537,0.61570245,0.553719,0.77272725,0.7933884,0.8347107,0.8471074,0.8553719,0.8636364,0.8719008,0.8719008,0.8677686,0.8636364,0.838843,0.8305785,0.8305785,0.8305785,0.8181818,0.80991733,0.7933884,0.7933884,0.7933884,0.78099173,0.78512394,0.7933884,0.8057851,0.80991733,0.822314,0.7768595,0.6322314,0.43801653,0.2644628,0.17355372,0.32231405,0.5082645,0.5371901,0.4338843,0.4090909,0.46280992,0.45867768,0.35950413,0.21487603,0.23140496,0.38842976,0.53305787,0.6322314,0.6942149,0.7066116,0.7066116,0.6983471,0.7066116,0.7107438,0.7231405,0.73140496,0.73966944,0.73140496,0.72727275,0.72727275,0.72727275,0.7231405,0.73140496,0.71487606,0.6983471,0.677686,0.661157,0.61570245,0.5413223,0.76859504,0.7933884,0.822314,0.8429752,0.8471074,0.8595041,0.8719008,0.8719008,0.8677686,0.8595041,0.8347107,0.8264463,0.822314,0.8140496,0.8140496,0.8057851,0.78512394,0.76859504,0.76859504,0.75619835,0.7644628,0.78512394,0.8057851,0.8016529,0.7933884,0.75206614,0.59504133,0.40082645,0.2520661,0.25619835,0.45867768,0.58677685,0.56198347,0.4338843,0.39256197,0.44214877,0.46694216,0.41322315,0.30578512,0.30165288,0.40495867,0.5247934,0.6280992,0.6859504,0.7066116,0.7107438,0.69008267,0.70247936,0.71487606,0.71900827,0.7231405,0.72727275,0.71900827,0.7231405,0.7355372,0.73140496,0.73140496,0.74793386,0.7107438,0.6942149,0.6694215,0.6446281,0.61157024,0.53305787,0.7644628,0.7892562,0.8016529,0.8347107,0.8429752,0.8553719,0.8677686,0.8677686,0.8636364,0.8512397,0.8347107,0.8264463,0.8181818,0.80991733,0.80991733,0.7933884,0.77272725,0.75206614,0.75619835,0.74793386,0.76859504,0.7892562,0.80991733,0.8057851,0.77272725,0.73140496,0.6404959,0.46694216,0.34710744,0.5,0.6280992,0.6280992,0.53305787,0.4214876,0.38429752,0.446281,0.49586776,0.5082645,0.47107437,0.42975205,0.43801653,0.5,0.607438,0.677686,0.69008267,0.71900827,0.6983471,0.70247936,0.7107438,0.73140496,0.7107438,0.7107438,0.7107438,0.7066116,0.73140496,0.73966944,0.7355372,0.76033056,0.7107438,0.69008267,0.6694215,0.6280992,0.59917355,0.5247934,0.7644628,0.78099173,0.7892562,0.8181818,0.838843,0.8553719,0.8636364,0.8636364,0.8553719,0.8429752,0.8264463,0.8181818,0.8016529,0.8057851,0.7892562,0.7768595,0.75619835,0.74380165,0.73966944,0.76033056,0.78099173,0.80991733,0.8305785,0.8140496,0.78099173,0.72727275,0.6735537,0.55785125,0.5661157,0.661157,0.69008267,0.60330576,0.5,0.39256197,0.3966942,0.46280992,0.5,0.54545456,0.5206612,0.47933885,0.45454547,0.49173555,0.5785124,0.6570248,0.7066116,0.71487606,0.71487606,0.6983471,0.6983471,0.71487606,0.71487606,0.6983471,0.7107438,0.6983471,0.7107438,0.72727275,0.74793386,0.73966944,0.72727275,0.6818182,0.6528926,0.62396693,0.5785124,0.5082645,0.74793386,0.78099173,0.79752064,0.80991733,0.8305785,0.8471074,0.8553719,0.8471074,0.838843,0.8305785,0.8181818,0.8140496,0.7933884,0.7892562,0.76859504,0.74380165,0.7355372,0.7355372,0.74380165,0.77272725,0.8057851,0.8264463,0.8347107,0.8305785,0.8016529,0.76859504,0.73966944,0.71487606,0.7231405,0.73140496,0.69008267,0.58264464,0.4876033,0.42561984,0.42561984,0.4752066,0.5123967,0.54545456,0.5413223,0.5247934,0.5206612,0.5371901,0.58677685,0.6280992,0.677686,0.7066116,0.7107438,0.7066116,0.6983471,0.6942149,0.70247936,0.6983471,0.6983471,0.6983471,0.70247936,0.7231405,0.74793386,0.73966944,0.72727275,0.6818182,0.6446281,0.607438,0.5661157,0.5041322,0.73140496,0.7768595,0.7892562,0.8057851,0.822314,0.8347107,0.838843,0.8305785,0.8264463,0.822314,0.80991733,0.8016529,0.78512394,0.7768595,0.75206614,0.73966944,0.72727275,0.7231405,0.75619835,0.7892562,0.822314,0.838843,0.838843,0.8264463,0.80991733,0.7933884,0.78099173,0.78099173,0.77272725,0.74793386,0.6735537,0.5661157,0.48347107,0.45041323,0.45454547,0.49173555,0.5371901,0.54545456,0.5495868,0.553719,0.56198347,0.56198347,0.58264464,0.607438,0.6446281,0.6818182,0.70247936,0.7066116,0.70247936,0.6859504,0.6818182,0.6818182,0.70247936,0.6983471,0.70247936,0.7107438,0.7231405,0.74380165,0.71900827,0.6818182,0.6363636,0.60330576,0.553719,0.46280992,0.7066116,0.76859504,0.7768595,0.8016529,0.80991733,0.8181818,0.8181818,0.822314,0.8181818,0.8057851,0.79752064,0.78512394,0.7768595,0.76859504,0.74380165,0.71900827,0.71487606,0.73140496,0.78099173,0.8181818,0.8264463,0.8305785,0.822314,0.8140496,0.8016529,0.7933884,0.78512394,0.7768595,0.77272725,0.73140496,0.6487603,0.55785125,0.5,0.47107437,0.48347107,0.5082645,0.553719,0.553719,0.55785125,0.57438016,0.56198347,0.57438016,0.57438016,0.58677685,0.6198347,0.6446281,0.677686,0.6859504,0.6983471,0.6942149,0.677686,0.6694215,0.6859504,0.6942149,0.70247936,0.70247936,0.72727275,0.7355372,0.71900827,0.6735537,0.6363636,0.59917355,0.5371901,0.41735536,0.677686,0.75206614,0.76859504,0.78099173,0.7933884,0.79752064,0.8016529,0.8016529,0.8057851,0.7933884,0.78099173,0.78512394,0.7644628,0.73966944,0.71900827,0.71487606,0.72727275,0.76033056,0.8016529,0.8181818,0.8181818,0.8057851,0.8057851,0.7892562,0.7892562,0.7768595,0.7768595,0.7644628,0.74793386,0.7066116,0.6280992,0.56198347,0.5123967,0.5082645,0.49586776,0.5247934,0.553719,0.55785125,0.5661157,0.58677685,0.5785124,0.57438016,0.57438016,0.58677685,0.61157024,0.61157024,0.6363636,0.6487603,0.6570248,0.677686,0.677686,0.6652893,0.6570248,0.677686,0.6983471,0.69008267,0.7066116,0.7107438,0.69008267,0.6652893,0.61157024,0.58264464,0.5206612,0.38429752,0.6570248,0.73140496,0.74380165,0.7644628,0.7768595,0.7768595,0.78099173,0.77272725,0.78099173,0.7768595,0.7768595,0.76859504,0.76033056,0.7355372,0.7066116,0.71487606,0.75619835,0.7768595,0.7933884,0.79752064,0.8016529,0.7892562,0.7933884,0.77272725,0.7644628,0.76033056,0.75619835,0.74793386,0.7231405,0.6818182,0.61570245,0.5661157,0.5289256,0.53305787,0.5123967,0.5289256,0.5495868,0.5661157,0.57024795,0.58264464,0.59504133,0.5785124,0.57438016,0.59090906,0.607438,0.61570245,0.62396693,0.6322314,0.6363636,0.6528926,0.6570248,0.6570248,0.6528926,0.661157,0.6818182,0.6942149,0.70247936,0.6735537,0.6859504,0.6487603,0.59504133,0.5661157,0.5041322,0.38842976,0.677686,0.71487606,0.73966944,0.74380165,0.75619835,0.75206614,0.7644628,0.76033056,0.75619835,0.7644628,0.76033056,0.7644628,0.74793386,0.7107438,0.6942149,0.73140496,0.7768595,0.77272725,0.7644628,0.78512394,0.78099173,0.7768595,0.77272725,0.75619835,0.74380165,0.74380165,0.7355372,0.72727275,0.71900827,0.6818182,0.6322314,0.58264464,0.57024795,0.58264464,0.5661157,0.56198347,0.58677685,0.58677685,0.59090906,0.59917355,0.59917355,0.59917355,0.59504133,0.60330576,0.60330576,0.6198347,0.6198347,0.6280992,0.6363636,0.6363636,0.6363636,0.6446281,0.6404959,0.661157,0.6694215,0.677686,0.6818182,0.661157,0.6570248,0.6280992,0.58264464,0.5413223,0.4876033,0.42975205,0.70247936,0.6983471,0.7231405,0.72727275,0.73140496,0.73140496,0.75206614,0.76033056,0.75206614,0.76033056,0.75619835,0.75206614,0.71487606,0.6735537,0.6818182,0.75619835,0.76033056,0.74793386,0.74793386,0.75619835,0.75619835,0.74380165,0.7355372,0.7355372,0.71487606,0.73140496,0.7355372,0.7231405,0.72727275,0.6983471,0.6570248,0.6446281,0.6404959,0.6487603,0.62396693,0.6280992,0.6322314,0.6198347,0.6322314,0.61570245,0.6280992,0.61570245,0.607438,0.607438,0.607438,0.607438,0.61157024,0.61570245,0.6322314,0.6280992,0.6280992,0.6363636,0.6363636,0.6528926,0.6652893,0.6652893,0.6694215,0.6404959,0.6322314,0.607438,0.58677685,0.5247934,0.47933885,0.47107437,0.7107438,0.6942149,0.6983471,0.6942149,0.70247936,0.71900827,0.73140496,0.7355372,0.7355372,0.74793386,0.73966944,0.74793386,0.70247936,0.6363636,0.677686,0.71900827,0.7231405,0.69008267,0.6859504,0.6983471,0.70247936,0.6983471,0.6983471,0.69008267,0.6983471,0.7066116,0.7107438,0.6818182,0.661157,0.62396693,0.60330576,0.60330576,0.62396693,0.61570245,0.607438,0.58677685,0.5785124,0.57438016,0.59504133,0.59917355,0.61570245,0.62396693,0.61157024,0.607438,0.60330576,0.607438,0.59090906,0.59917355,0.61570245,0.59917355,0.61570245,0.61157024,0.62396693,0.6322314,0.661157,0.661157,0.6694215,0.6322314,0.61157024,0.59917355,0.57024795,0.5123967,0.47107437,0.4752066,0.75619835,0.7066116,0.6735537,0.6694215,0.6818182,0.7066116,0.71487606,0.70247936,0.7107438,0.73140496,0.74380165,0.73140496,0.69008267,0.62396693,0.6280992,0.6528926,0.61157024,0.58264464,0.59504133,0.60330576,0.6322314,0.6487603,0.6487603,0.6487603,0.6446281,0.6198347,0.58264464,0.54545456,0.5289256,0.48347107,0.47107437,0.4752066,0.48347107,0.47933885,0.46694216,0.45867768,0.446281,0.44214877,0.46280992,0.49586776,0.53305787,0.5661157,0.57438016,0.59090906,0.59917355,0.59090906,0.57438016,0.553719,0.5661157,0.55785125,0.5661157,0.58677685,0.59917355,0.6404959,0.6446281,0.6487603,0.6404959,0.6280992,0.58677685,0.57024795,0.5371901,0.5,0.48347107,0.48347107,0.76859504,0.71900827,0.6735537,0.6694215,0.6818182,0.69008267,0.70247936,0.6735537,0.6942149,0.72727275,0.74380165,0.73140496,0.6818182,0.62396693,0.607438,0.56198347,0.49586776,0.45454547,0.45454547,0.4876033,0.53305787,0.5661157,0.56198347,0.553719,0.5041322,0.47107437,0.43801653,0.40495867,0.40495867,0.38429752,0.37190083,0.35950413,0.34710744,0.35950413,0.3553719,0.3677686,0.338843,0.35950413,0.36363637,0.37603307,0.4090909,0.4338843,0.47107437,0.5082645,0.5413223,0.54545456,0.5247934,0.49586776,0.4752066,0.48347107,0.5123967,0.55785125,0.59090906,0.6280992,0.6404959,0.6363636,0.6280992,0.607438,0.57438016,0.553719,0.5289256,0.49173555,0.5,0.5165289,0.6818182,0.6694215,0.677686,0.6818182,0.6859504,0.69008267,0.6859504,0.6818182,0.69008267,0.7231405,0.73140496,0.7231405,0.677686,0.6322314,0.59504133,0.5289256,0.45041323,0.3966942,0.38429752,0.3966942,0.4214876,0.43801653,0.43801653,0.4214876,0.41322315,0.38842976,0.3966942,0.38016528,0.38429752,0.36363637,0.35123968,0.33471075,0.3264463,0.3264463,0.3305785,0.34710744,0.33471075,0.3429752,0.3429752,0.3429752,0.34710744,0.36363637,0.3677686,0.3966942,0.42975205,0.45867768,0.4338843,0.41322315,0.41322315,0.42975205,0.47107437,0.5289256,0.57024795,0.62396693,0.6446281,0.6322314,0.61157024,0.59090906,0.55785125,0.5413223,0.5247934,0.47933885,0.45454547,0.45041323,0.45867768,0.5247934,0.6446281,0.6942149,0.69008267,0.6818182,0.69008267,0.677686,0.69008267,0.7107438,0.72727275,0.7107438,0.6818182,0.6446281,0.58677685,0.553719,0.49173555,0.4752066,0.49586776,0.5041322,0.47107437,0.44214877,0.45041323,0.49173555,0.4876033,0.553719,0.5371901,0.5247934,0.4876033,0.48347107,0.47107437,0.4752066,0.45454547,0.45041323,0.45454547,0.45041323,0.42561984,0.42561984,0.4214876,0.42975205,0.41735536,0.4090909,0.40082645,0.38842976,0.38429752,0.40082645,0.38429752,0.40495867,0.46694216,0.4752066,0.48347107,0.5206612,0.57438016,0.61570245,0.6322314,0.6198347,0.58677685,0.5661157,0.5371901,0.53305787,0.5247934,0.45454547,0.2603306,0.23553719,0.2603306,0.3677686,0.58677685,0.6859504,0.6859504,0.69008267,0.6735537,0.6694215,0.6818182,0.70247936,0.71900827,0.70247936,0.69008267,0.6487603,0.607438,0.56198347,0.55785125,0.58677685,0.6446281,0.6859504,0.6859504,0.6487603,0.6280992,0.6404959,0.6528926,0.7231405,0.7066116,0.6446281,0.60330576,0.58677685,0.58264464,0.57024795,0.55785125,0.553719,0.553719,0.5413223,0.53305787,0.4876033,0.48347107,0.49586776,0.5,0.49173555,0.47933885,0.4752066,0.48347107,0.4876033,0.5041322,0.53305787,0.5413223,0.5289256,0.5041322,0.53305787,0.5785124,0.61570245,0.61157024,0.59917355,0.57438016,0.553719,0.5413223,0.5413223,0.5247934,0.37190083,0.11983471,0.1446281,0.18181819,0.24793388,0.5165289,0.6652893,0.6818182,0.6818182,0.677686,0.6570248,0.6694215,0.6859504,0.70247936,0.6859504,0.6859504,0.6487603,0.62396693,0.59504133,0.60330576,0.6528926,0.71900827,0.7644628,0.77272725,0.7644628,0.72727275,0.71900827,0.70247936,0.7066116,0.69008267,0.6446281,0.59504133,0.56198347,0.5413223,0.53305787,0.5165289,0.5206612,0.5123967,0.5041322,0.48347107,0.4752066,0.48347107,0.5082645,0.5413223,0.5413223,0.5495868,0.55785125,0.56198347,0.58677685,0.59504133,0.60330576,0.58264464,0.57024795,0.5413223,0.553719,0.60330576,0.61570245,0.60330576,0.5785124,0.55785125,0.5495868,0.5371901,0.5371901,0.5,0.2603306,0.09090909,0.13636364,0.19421488,0.18181819,0.44214877,0.62396693,0.6694215,0.677686,0.6694215,0.6528926,0.6528926,0.6694215,0.6818182,0.6735537,0.6818182,0.661157,0.6363636,0.6198347,0.6363636,0.6818182,0.73966944,0.7644628,0.78512394,0.78512394,0.76033056,0.73966944,0.7066116,0.6818182,0.6570248,0.6280992,0.55785125,0.5165289,0.4752066,0.43801653,0.42975205,0.42975205,0.43801653,0.42975205,0.43801653,0.446281,0.47933885,0.5041322,0.54545456,0.5661157,0.5785124,0.59504133,0.60330576,0.62396693,0.62396693,0.61570245,0.59504133,0.59504133,0.5661157,0.5785124,0.59090906,0.6198347,0.59090906,0.57024795,0.54545456,0.55785125,0.53305787,0.53305787,0.45041323,0.1570248,0.10330579,0.13636364,0.1983471,0.17355372,0.3140496,0.57438016,0.6487603,0.6570248,0.6528926,0.6570248,0.6487603,0.6528926,0.6735537,0.6652893,0.6735537,0.6652893,0.6528926,0.6363636,0.6528926,0.677686,0.73140496,0.73966944,0.76033056,0.76859504,0.76033056,0.74793386,0.72727275,0.6818182,0.6570248,0.61570245,0.55785125,0.5,0.43801653,0.40495867,0.3677686,0.34710744,0.36363637,0.38016528,0.40082645,0.42975205,0.47107437,0.5123967,0.5371901,0.56198347,0.5785124,0.59504133,0.60330576,0.60330576,0.61570245,0.61157024,0.58264464,0.5785124,0.57438016,0.57438016,0.58264464,0.59090906,0.5785124,0.5661157,0.5413223,0.5413223,0.5371901,0.5082645,0.3553719,0.09504132,0.11983471,0.1322314,0.19008264,0.1694215,0.21487603,0.47933885,0.6198347,0.6322314,0.6280992,0.6363636,0.6404959,0.6404959,0.6487603,0.6528926,0.661157,0.6528926,0.6404959,0.6487603,0.6487603,0.6694215,0.70247936,0.7231405,0.7231405,0.72727275,0.7231405,0.7231405,0.6859504,0.6570248,0.6280992,0.59917355,0.5289256,0.4876033,0.446281,0.4214876,0.37190083,0.34710744,0.3677686,0.37190083,0.40082645,0.42975205,0.46280992,0.5,0.5206612,0.5371901,0.56198347,0.57024795,0.5785124,0.58264464,0.58677685,0.59090906,0.57024795,0.55785125,0.55785125,0.56198347,0.5785124,0.57438016,0.55785125,0.5495868,0.5247934,0.5413223,0.5247934,0.47933885,0.22727273,0.08264463,0.12396694,0.1322314,0.18595041,0.18595041,0.1694215,0.36363637,0.5661157,0.60330576,0.61157024,0.61570245,0.6198347,0.62396693,0.6322314,0.6280992,0.6363636,0.6322314,0.6363636,0.6363636,0.6404959,0.6570248,0.677686,0.69008267,0.6859504,0.69008267,0.6818182,0.677686,0.6404959,0.61570245,0.58677685,0.54545456,0.47933885,0.45454547,0.45041323,0.43801653,0.40495867,0.3966942,0.4090909,0.40082645,0.4090909,0.43801653,0.45041323,0.47107437,0.5041322,0.5165289,0.53305787,0.5413223,0.553719,0.55785125,0.5661157,0.5661157,0.57438016,0.55785125,0.553719,0.553719,0.57024795,0.57024795,0.5495868,0.53305787,0.5206612,0.5289256,0.5041322,0.40495867,0.13636364,0.11570248,0.12396694,0.12809917,0.18595041,0.19421488,0.16115703,0.2603306,0.47933885,0.57438016,0.60330576,0.59090906,0.59504133,0.60330576,0.607438,0.59917355,0.61157024,0.6198347,0.6322314,0.6280992,0.6280992,0.6363636,0.6404959,0.6446281,0.6487603,0.661157,0.6528926,0.6322314,0.61157024,0.58264464,0.5495868,0.5041322,0.43801653,0.42975205,0.44214877,0.43801653,0.4338843,0.4338843,0.43801653,0.4338843,0.43801653,0.446281,0.45867768,0.47107437,0.49586776,0.5123967,0.5247934,0.5289256,0.5495868,0.5495868,0.553719,0.553719,0.5785124,0.55785125,0.553719,0.56198347,0.5661157,0.5661157,0.5371901,0.5206612,0.5206612,0.5041322,0.4752066,0.2892562,0.10330579,0.12809917,0.13636364,0.12396694,0.19421488,0.19421488,0.17355372,0.18595041,0.36363637,0.5247934,0.5785124,0.57024795,0.5661157,0.58264464,0.59504133,0.58264464,0.59090906,0.60330576,0.62396693,0.61570245,0.6198347,0.6198347,0.6198347,0.6198347,0.6198347,0.6363636,0.62396693,0.607438,0.57438016,0.55785125,0.5289256,0.4752066,0.43801653,0.42975205,0.4338843,0.43801653,0.446281,0.45454547,0.45454547,0.45041323,0.45454547,0.45454547,0.46694216,0.4876033,0.5041322,0.5289256,0.5247934,0.5289256,0.53305787,0.56198347,0.5495868,0.54545456,0.55785125,0.5661157,0.56198347,0.5661157,0.55785125,0.5371901,0.5247934,0.5165289,0.5082645,0.47933885,0.42975205,0.18181819,0.10743801,0.12396694,0.12809917,0.11570248,0.19421488,0.18181819,0.17768595,0.17355372,0.2520661,0.44214877,0.55785125,0.5495868,0.56198347,0.5661157,0.58264464,0.57438016,0.57024795,0.58677685,0.60330576,0.6280992,0.61570245,0.6198347,0.6198347,0.61157024,0.61157024,0.61570245,0.59504133,0.5661157,0.56198347,0.5495868,0.53305787,0.5,0.4752066,0.4752066,0.47107437,0.4752066,0.48347107,0.4876033,0.4876033,0.47933885,0.49173555,0.4876033,0.49173555,0.5123967,0.5247934,0.54545456,0.5289256,0.5371901,0.5413223,0.5495868,0.5495868,0.5495868,0.553719,0.56198347,0.56198347,0.55785125,0.5413223,0.5371901,0.5247934,0.5082645,0.49586776,0.4338843,0.40082645,0.16528925,0.10743801,0.1322314,0.11983471,0.12396694,0.18181819,0.18595041,0.1694215,0.19421488,0.19008264,0.3264463,0.5041322,0.5413223,0.54545456,0.55785125,0.57024795,0.5661157,0.56198347,0.5785124,0.59917355,0.62396693,0.6198347,0.6198347,0.61157024,0.59504133,0.59504133,0.607438,0.59090906,0.57024795,0.5785124,0.5785124,0.57024795,0.5661157,0.55785125,0.55785125,0.55785125,0.55785125,0.5495868,0.5413223,0.5289256,0.5247934,0.5247934,0.53305787,0.5371901,0.54545456,0.553719,0.5495868,0.5413223,0.553719,0.5495868,0.553719,0.54545456,0.5495868,0.56198347,0.55785125,0.553719,0.54545456,0.5289256,0.5371901,0.5247934,0.5,0.46694216,0.4214876,0.41322315,0.17355372,0.10743801,0.12396694,0.12396694,0.11983471,0.17768595,0.18595041,0.16528925,0.1983471,0.16528925,0.2603306,0.5082645,0.5413223,0.5289256,0.5413223,0.553719,0.5661157,0.5661157,0.58264464,0.607438,0.61157024,0.62396693,0.61570245,0.61157024,0.59504133,0.5785124,0.59917355,0.59917355,0.59090906,0.61570245,0.6198347,0.61570245,0.62396693,0.6404959,0.6404959,0.6322314,0.6280992,0.607438,0.58677685,0.56198347,0.56198347,0.56198347,0.57024795,0.57024795,0.5661157,0.553719,0.55785125,0.56198347,0.57024795,0.553719,0.5495868,0.553719,0.553719,0.55785125,0.553719,0.54545456,0.5247934,0.5123967,0.5289256,0.5165289,0.4752066,0.4338843,0.4214876,0.42975205,0.18595041,0.10743801,0.12809917,0.12396694,0.11570248,0.17768595,0.19421488,0.17355372,0.19421488,0.1694215,0.23553719,0.5413223,0.57024795,0.5165289,0.5165289,0.54545456,0.553719,0.57438016,0.58677685,0.59504133,0.607438,0.60330576,0.60330576,0.59504133,0.58677685,0.58677685,0.59917355,0.60330576,0.607438,0.6363636,0.6446281,0.6528926,0.6735537,0.677686,0.6652893,0.6487603,0.6322314,0.6198347,0.61157024,0.58677685,0.57024795,0.58677685,0.5785124,0.5785124,0.58264464,0.53305787,0.5413223,0.56198347,0.57024795,0.5661157,0.5495868,0.553719,0.55785125,0.553719,0.54545456,0.53305787,0.5082645,0.4876033,0.5123967,0.49173555,0.446281,0.42561984,0.44214877,0.446281,0.21487603,0.10330579,0.1322314,0.12809917,0.12396694,0.18595041,0.18181819,0.1983471,0.1983471,0.16115703,0.23140496,0.55785125,0.61157024,0.5371901,0.49586776,0.5123967,0.5413223,0.553719,0.57438016,0.58677685,0.59504133,0.59504133,0.59504133,0.59504133,0.58677685,0.59917355,0.6198347,0.61157024,0.59917355,0.6280992,0.6404959,0.6652893,0.6694215,0.661157,0.6322314,0.62396693,0.59504133,0.61157024,0.59090906,0.58264464,0.5785124,0.57438016,0.57024795,0.5785124,0.5661157,0.553719,0.5413223,0.56198347,0.5661157,0.56198347,0.54545456,0.5495868,0.5495868,0.53305787,0.5289256,0.5082645,0.49173555,0.48347107,0.49586776,0.45041323,0.42561984,0.43801653,0.45867768,0.45867768,0.24793388,0.10743801,0.10743801,0.1322314,0.12809917,0.18595041,0.17355372,0.1983471,0.19008264,0.16528925,0.23140496,0.5495868,0.6404959,0.57438016,0.5041322,0.4876033,0.5123967,0.5413223,0.553719,0.56198347,0.5785124,0.58677685,0.58677685,0.58677685,0.59090906,0.60330576,0.6198347,0.61157024,0.60330576,0.61157024,0.6280992,0.6363636,0.6280992,0.61570245,0.59504133,0.58264464,0.57024795,0.57438016,0.57024795,0.56198347,0.5495868,0.553719,0.553719,0.55785125,0.55785125,0.55785125,0.5495868,0.54545456,0.54545456,0.55785125,0.55785125,0.553719,0.54545456,0.5289256,0.5082645,0.5,0.48347107,0.48347107,0.45867768,0.42975205,0.42975205,0.446281,0.4752066,0.46694216,0.28099173,0.10330579,0.12396694,0.12396694,0.12809917,0.18595041,0.17768595,0.19421488,0.19008264,0.16528925,0.2107438,0.5289256,0.6487603,0.60330576,0.5289256,0.47933885,0.47933885,0.49586776,0.5165289,0.53305787,0.553719,0.57024795,0.56198347,0.5785124,0.58264464,0.59504133,0.607438,0.607438,0.59504133,0.59090906,0.60330576,0.60330576,0.59504133,0.57024795,0.5661157,0.54545456,0.5371901,0.5289256,0.5289256,0.5289256,0.5247934,0.5206612,0.5289256,0.53305787,0.5413223,0.5371901,0.5371901,0.5289256,0.5289256,0.54545456,0.55785125,0.553719,0.53305787,0.5123967,0.49173555,0.47933885,0.47107437,0.45041323,0.42975205,0.4214876,0.446281,0.46280992,0.4876033,0.4752066,0.32231405,0.10330579,0.12809917,0.12809917,0.12809917,0.18595041,0.18181819,0.19421488,0.19008264,0.16528925,0.1983471,0.5123967,0.6404959,0.61570245,0.5661157,0.5123967,0.45867768,0.45041323,0.4752066,0.5041322,0.53305787,0.5371901,0.5413223,0.56198347,0.553719,0.57438016,0.58264464,0.58264464,0.5785124,0.57438016,0.5785124,0.5661157,0.55785125,0.5371901,0.53305787,0.5165289,0.48347107,0.4752066,0.47933885,0.48347107,0.49173555,0.48347107,0.5,0.5,0.5123967,0.5206612,0.5165289,0.5165289,0.5123967,0.53305787,0.5371901,0.5247934,0.5165289,0.4876033,0.47933885,0.45454547,0.43801653,0.42561984,0.4214876,0.43801653,0.46280992,0.48347107,0.49586776,0.49586776,0.35950413,0.10330579,0.12396694,0.12396694,0.14049587,0.18181819,0.19008264,0.19008264,0.18595041,0.16115703,0.1983471,0.48347107,0.62396693,0.62396693,0.59917355,0.54545456,0.48347107,0.43801653,0.43801653,0.46694216,0.49173555,0.5041322,0.5123967,0.5206612,0.5165289,0.5371901,0.5495868,0.553719,0.553719,0.5371901,0.54545456,0.5247934,0.5041322,0.49586776,0.4752066,0.45041323,0.43801653,0.41322315,0.4214876,0.44214877,0.446281,0.45041323,0.446281,0.45454547,0.4752066,0.49173555,0.49173555,0.49173555,0.49173555,0.5082645,0.5041322,0.49173555,0.47933885,0.47107437,0.44214877,0.42561984,0.4214876,0.42975205,0.42561984,0.45041323,0.47933885,0.5,0.5082645,0.49586776,0.3966942,0.10743801,0.11983471,0.12809917,0.13636364,0.17768595,0.18595041,0.17355372,0.19008264,0.16115703,0.17768595,0.48347107,0.6198347,0.62396693,0.607438,0.59090906,0.5289256,0.48347107,0.44214877,0.41735536,0.446281,0.45454547,0.4752066,0.49173555,0.49586776,0.49586776,0.5082645,0.5165289,0.5289256,0.5,0.49173555,0.4752066,0.45454547,0.4214876,0.40082645,0.38429752,0.36363637,0.38016528,0.38016528,0.3966942,0.3966942,0.4090909,0.4090909,0.41735536,0.44214877,0.46694216,0.45867768,0.46694216,0.47107437,0.4752066,0.4876033,0.46280992,0.44214877,0.4338843,0.41322315,0.4090909,0.41735536,0.42561984,0.43801653,0.47107437,0.49586776,0.5041322,0.5165289,0.49586776,0.42975205,0.12396694,0.09917355,0.14049587,0.13636364,0.17355372,0.17768595,0.18595041,0.19008264,0.1570248,0.17355372,0.46694216,0.61570245,0.6198347,0.61157024,0.59504133,0.57024795,0.5206612,0.48347107,0.42975205,0.40495867,0.41322315,0.42975205,0.446281,0.45041323,0.45454547,0.46280992,0.46694216,0.47107437,0.45867768,0.45041323,0.4338843,0.40495867,0.35950413,0.3429752,0.32231405,0.30991736,0.33471075,0.338843,0.34710744,0.3553719,0.35950413,0.36363637,0.38016528,0.4090909,0.4214876,0.42975205,0.44214877,0.4338843,0.45041323,0.45041323,0.42975205,0.40495867,0.4090909,0.40082645,0.41322315,0.41735536,0.43801653,0.46280992,0.49173555,0.49586776,0.5041322,0.5123967,0.5,0.44214877,0.1446281,0.10330579,0.13636364,0.1322314,18 +0.338843,0.45867768,0.6818182,0.77272725,0.78512394,0.8140496,0.838843,0.8512397,0.8471074,0.8512397,0.8553719,0.8553719,0.8512397,0.8512397,0.8471074,0.8471074,0.8512397,0.8471074,0.8471074,0.838843,0.8347107,0.8264463,0.822314,0.822314,0.8057851,0.78512394,0.76859504,0.76033056,0.75206614,0.7355372,0.7355372,0.7644628,0.76033056,0.75619835,0.75619835,0.75619835,0.74793386,0.75206614,0.73966944,0.7355372,0.71487606,0.7107438,0.7066116,0.7107438,0.7066116,0.6942149,0.69008267,0.6818182,0.6735537,0.6735537,0.6652893,0.6487603,0.6404959,0.6446281,0.6446281,0.62396693,0.60330576,0.59504133,0.553719,0.5123967,0.49173555,0.4338843,0.17768595,0.19008264,0.37190083,0.5165289,0.7231405,0.7892562,0.78099173,0.80991733,0.8471074,0.8553719,0.8595041,0.8595041,0.8553719,0.8595041,0.8512397,0.8553719,0.8595041,0.8595041,0.8636364,0.8595041,0.8595041,0.8512397,0.8429752,0.8347107,0.8347107,0.8305785,0.822314,0.8016529,0.78099173,0.7644628,0.75206614,0.73140496,0.72727275,0.74793386,0.77272725,0.7644628,0.75619835,0.76859504,0.75619835,0.75206614,0.75206614,0.74793386,0.73966944,0.73140496,0.71900827,0.7231405,0.71900827,0.71487606,0.7107438,0.70247936,0.6859504,0.6942149,0.6735537,0.6652893,0.6570248,0.6652893,0.661157,0.6487603,0.6322314,0.60330576,0.56198347,0.5206612,0.49173555,0.47107437,0.23553719,0.17768595,0.3966942,0.57024795,0.7644628,0.8057851,0.78512394,0.80991733,0.8553719,0.8636364,0.8677686,0.8636364,0.8677686,0.8636364,0.8636364,0.8636364,0.8677686,0.8719008,0.8677686,0.8636364,0.8677686,0.8595041,0.8429752,0.838843,0.8429752,0.8305785,0.8305785,0.80991733,0.7933884,0.7768595,0.76033056,0.74793386,0.7355372,0.73966944,0.76859504,0.7644628,0.75619835,0.7644628,0.7644628,0.77272725,0.76033056,0.76033056,0.75206614,0.74793386,0.72727275,0.7231405,0.71900827,0.72727275,0.7231405,0.71900827,0.70247936,0.6983471,0.6818182,0.6818182,0.6735537,0.6652893,0.677686,0.661157,0.6404959,0.61157024,0.58677685,0.53305787,0.5,0.4876033,0.29752067,0.19008264,0.4338843,0.607438,0.7768595,0.8057851,0.7933884,0.8181818,0.8595041,0.8677686,0.8677686,0.8677686,0.8636364,0.8677686,0.8636364,0.8677686,0.8677686,0.8677686,0.8595041,0.8636364,0.8595041,0.8553719,0.8471074,0.838843,0.8429752,0.8347107,0.8140496,0.8057851,0.7933884,0.7768595,0.77272725,0.76033056,0.74380165,0.73966944,0.7768595,0.78099173,0.76859504,0.76033056,0.75206614,0.76033056,0.7644628,0.76859504,0.75206614,0.74793386,0.73966944,0.72727275,0.71487606,0.7107438,0.7107438,0.71900827,0.71487606,0.69008267,0.6859504,0.677686,0.677686,0.677686,0.677686,0.6735537,0.6570248,0.62396693,0.59504133,0.5413223,0.5123967,0.49173555,0.338843,0.2107438,0.46280992,0.6487603,0.79752064,0.8140496,0.8057851,0.822314,0.8595041,0.8636364,0.8677686,0.8677686,0.8636364,0.8677686,0.8636364,0.8636364,0.8512397,0.8471074,0.8471074,0.8471074,0.8512397,0.838843,0.8347107,0.8264463,0.822314,0.822314,0.7933884,0.78099173,0.78099173,0.76859504,0.75619835,0.75206614,0.74793386,0.75619835,0.7892562,0.7933884,0.77272725,0.74793386,0.72727275,0.74380165,0.76033056,0.76859504,0.73966944,0.7231405,0.7231405,0.71487606,0.70247936,0.70247936,0.70247936,0.7066116,0.71487606,0.69008267,0.6694215,0.6694215,0.661157,0.6528926,0.6652893,0.6652893,0.6570248,0.6322314,0.60330576,0.5413223,0.5123967,0.4876033,0.37190083,0.2231405,0.5041322,0.6818182,0.80991733,0.8181818,0.8181818,0.8264463,0.8553719,0.8636364,0.8636364,0.8636364,0.8677686,0.8595041,0.8471074,0.8305785,0.8140496,0.8016529,0.8140496,0.80991733,0.8181818,0.8140496,0.7933884,0.77272725,0.7644628,0.74793386,0.7355372,0.73966944,0.73966944,0.73140496,0.73966944,0.73966944,0.7355372,0.75206614,0.7892562,0.7933884,0.76033056,0.7231405,0.7066116,0.7107438,0.72727275,0.72727275,0.71487606,0.69008267,0.6859504,0.6694215,0.6446281,0.6528926,0.6735537,0.6735537,0.6652893,0.661157,0.6487603,0.6487603,0.6280992,0.59504133,0.62396693,0.6487603,0.6446281,0.6322314,0.60330576,0.54545456,0.5289256,0.5,0.38429752,0.23553719,0.54545456,0.6859504,0.80991733,0.8264463,0.8264463,0.8264463,0.8471074,0.8636364,0.8595041,0.8595041,0.8512397,0.838843,0.80991733,0.76859504,0.7231405,0.71487606,0.71487606,0.72727275,0.71900827,0.7066116,0.6570248,0.6363636,0.6322314,0.62396693,0.6198347,0.661157,0.6487603,0.6570248,0.6735537,0.6942149,0.70247936,0.72727275,0.78512394,0.78099173,0.74380165,0.6859504,0.6694215,0.677686,0.6694215,0.661157,0.6363636,0.6198347,0.59504133,0.56198347,0.5206612,0.5206612,0.57024795,0.57438016,0.5785124,0.553719,0.5495868,0.5785124,0.6198347,0.5371901,0.5206612,0.5785124,0.6280992,0.62396693,0.59917355,0.553719,0.5413223,0.5247934,0.3966942,0.24380165,0.5785124,0.6983471,0.8140496,0.8305785,0.8264463,0.822314,0.8471074,0.8553719,0.8347107,0.7768595,0.72727275,0.71900827,0.6652893,0.59504133,0.56198347,0.5495868,0.5413223,0.5371901,0.5041322,0.45867768,0.446281,0.42975205,0.43801653,0.45041323,0.4876033,0.5206612,0.5371901,0.53305787,0.57024795,0.59917355,0.6404959,0.7066116,0.76859504,0.76033056,0.7231405,0.6570248,0.6198347,0.59917355,0.56198347,0.5371901,0.5041322,0.45867768,0.41322315,0.3966942,0.3677686,0.35123968,0.37603307,0.39256197,0.38429752,0.40495867,0.4090909,0.4214876,0.47933885,0.53305787,0.45454547,0.4214876,0.5206612,0.59504133,0.59504133,0.54545456,0.5371901,0.5413223,0.3966942,0.25619835,0.58677685,0.71900827,0.8264463,0.822314,0.8181818,0.822314,0.8347107,0.8140496,0.72727275,0.61157024,0.553719,0.53305787,0.49173555,0.44214877,0.4214876,0.3966942,0.37190083,0.34710744,0.3264463,0.3140496,0.30578512,0.28512397,0.2768595,0.30578512,0.35123968,0.40495867,0.43801653,0.4338843,0.46694216,0.5206612,0.59917355,0.7066116,0.76033056,0.75206614,0.6942149,0.6363636,0.58264464,0.5082645,0.44214877,0.4090909,0.3677686,0.3264463,0.29338843,0.2768595,0.2603306,0.2520661,0.24380165,0.2644628,0.24793388,0.27272728,0.29338843,0.30165288,0.33471075,0.37603307,0.41322315,0.37603307,0.38429752,0.45454547,0.553719,0.5413223,0.53305787,0.5413223,0.42975205,0.29752067,0.58677685,0.73966944,0.8264463,0.8181818,0.80991733,0.8140496,0.78099173,0.6942149,0.58264464,0.5,0.46694216,0.45867768,0.43801653,0.4090909,0.3966942,0.3553719,0.30991736,0.28099173,0.25619835,0.27272728,0.23966943,0.23140496,0.2231405,0.24793388,0.26859504,0.3305785,0.38429752,0.37603307,0.41322315,0.5082645,0.62396693,0.7355372,0.77272725,0.73966944,0.6735537,0.6280992,0.5785124,0.47933885,0.38842976,0.338843,0.30165288,0.2768595,0.24793388,0.24793388,0.23140496,0.24793388,0.24793388,0.27272728,0.29338843,0.30578512,0.3181818,0.34710744,0.34710744,0.3553719,0.3553719,0.3553719,0.37190083,0.36363637,0.4214876,0.5206612,0.5247934,0.5413223,0.4752066,0.3264463,0.58264464,0.73966944,0.8264463,0.8181818,0.80991733,0.76859504,0.6404959,0.5289256,0.46694216,0.46280992,0.5,0.5371901,0.5289256,0.5041322,0.47933885,0.42975205,0.37190083,0.3305785,0.30991736,0.2892562,0.27272728,0.2644628,0.27272728,0.2892562,0.30165288,0.3264463,0.38016528,0.39256197,0.46694216,0.58264464,0.72727275,0.78512394,0.79752064,0.75206614,0.677686,0.6446281,0.61157024,0.5123967,0.42975205,0.3677686,0.3677686,0.338843,0.30991736,0.29338843,0.28099173,0.29752067,0.3140496,0.3677686,0.41322315,0.44214877,0.47107437,0.49173555,0.5,0.5082645,0.47107437,0.3966942,0.338843,0.33471075,0.36363637,0.47107437,0.5247934,0.5413223,0.5165289,0.34710744,0.59504133,0.76033056,0.8347107,0.8264463,0.8057851,0.70247936,0.5371901,0.48347107,0.5041322,0.56198347,0.6198347,0.6652893,0.6446281,0.58677685,0.5371901,0.4876033,0.45041323,0.40495867,0.35950413,0.3264463,0.30165288,0.27272728,0.2768595,0.29338843,0.3181818,0.3429752,0.40495867,0.47933885,0.607438,0.7355372,0.822314,0.8305785,0.8057851,0.76859504,0.71487606,0.6735537,0.6487603,0.58264464,0.5165289,0.46694216,0.4214876,0.3677686,0.3181818,0.28512397,0.27272728,0.30991736,0.37190083,0.43801653,0.5041322,0.5206612,0.5413223,0.553719,0.58677685,0.607438,0.6322314,0.5661157,0.43801653,0.29338843,0.3181818,0.42975205,0.5165289,0.5495868,0.5371901,0.39256197,0.62396693,0.7768595,0.8305785,0.8264463,0.8016529,0.6570248,0.53305787,0.56198347,0.6198347,0.69008267,0.72727275,0.7066116,0.6363636,0.57438016,0.54545456,0.5413223,0.5289256,0.49173555,0.446281,0.39256197,0.35950413,0.30991736,0.29752067,0.29338843,0.3140496,0.3181818,0.38016528,0.5041322,0.6859504,0.80991733,0.8429752,0.8471074,0.8057851,0.76859504,0.72727275,0.69008267,0.677686,0.62396693,0.54545456,0.45041323,0.3553719,0.3181818,0.29752067,0.29338843,0.3305785,0.38016528,0.42975205,0.46694216,0.5206612,0.53305787,0.5413223,0.5413223,0.56198347,0.6198347,0.6694215,0.6322314,0.56198347,0.3966942,0.3264463,0.40495867,0.5041322,0.5413223,0.53305787,0.4338843,0.6404959,0.7892562,0.8305785,0.8264463,0.78099173,0.69008267,0.6280992,0.661157,0.6983471,0.73140496,0.7231405,0.6487603,0.6446281,0.661157,0.6735537,0.6446281,0.58264464,0.5082645,0.45867768,0.3966942,0.40082645,0.3966942,0.38429752,0.36363637,0.36363637,0.34710744,0.3553719,0.49173555,0.677686,0.8057851,0.8347107,0.838843,0.79752064,0.76859504,0.73140496,0.6859504,0.6818182,0.6363636,0.5247934,0.3966942,0.33471075,0.3429752,0.3429752,0.3677686,0.39256197,0.40495867,0.42975205,0.44214877,0.48347107,0.53305787,0.553719,0.553719,0.5371901,0.5661157,0.61570245,0.62396693,0.59090906,0.5165289,0.41322315,0.4214876,0.49586776,0.5371901,0.53305787,0.4752066,0.6735537,0.8016529,0.8305785,0.8181818,0.7768595,0.7355372,0.7107438,0.70247936,0.71900827,0.71900827,0.6280992,0.69008267,0.7768595,0.76033056,0.6487603,0.5206612,0.4090909,0.3677686,0.3181818,0.2768595,0.37190083,0.3966942,0.38842976,0.42561984,0.45041323,0.45454547,0.41322315,0.4876033,0.6694215,0.76859504,0.822314,0.8181818,0.7768595,0.74793386,0.72727275,0.6818182,0.677686,0.6280992,0.5165289,0.4338843,0.42561984,0.4090909,0.39256197,0.38842976,0.37603307,0.32231405,0.30991736,0.29752067,0.30578512,0.37603307,0.4752066,0.5247934,0.56198347,0.5661157,0.5495868,0.56198347,0.57024795,0.5661157,0.5123967,0.47107437,0.49586776,0.5289256,0.5289256,0.49586776,0.6735537,0.8057851,0.8264463,0.8181818,0.7892562,0.76859504,0.73966944,0.71487606,0.71487606,0.6446281,0.6280992,0.74380165,0.71487606,0.59090906,0.43801653,0.3140496,0.24380165,0.1983471,0.23966943,0.27272728,0.446281,0.49586776,0.4214876,0.38016528,0.4090909,0.5123967,0.5,0.5371901,0.69008267,0.75619835,0.8181818,0.8181818,0.76033056,0.73140496,0.6983471,0.69008267,0.6859504,0.6404959,0.5413223,0.5,0.5206612,0.42561984,0.35950413,0.38016528,0.45041323,0.3140496,0.25619835,0.2107438,0.16115703,0.2107438,0.39256197,0.41735536,0.45867768,0.5413223,0.5289256,0.5165289,0.5495868,0.57024795,0.57438016,0.5289256,0.4876033,0.5206612,0.5165289,0.5082645,0.6404959,0.8016529,0.822314,0.8140496,0.8057851,0.79752064,0.78099173,0.73140496,0.7107438,0.6528926,0.6404959,0.6198347,0.5206612,0.46694216,0.40495867,0.2892562,0.23553719,0.25619835,0.3181818,0.37603307,0.49586776,0.53305787,0.48347107,0.44214877,0.42975205,0.5082645,0.58264464,0.6322314,0.7355372,0.77272725,0.8140496,0.8181818,0.76859504,0.71487606,0.69008267,0.6859504,0.69008267,0.6280992,0.5661157,0.5661157,0.5289256,0.44214877,0.44214877,0.45041323,0.5123967,0.4214876,0.30991736,0.28099173,0.1983471,0.25619835,0.36363637,0.47933885,0.37190083,0.38429752,0.46694216,0.5,0.56198347,0.59504133,0.6363636,0.59917355,0.5247934,0.5247934,0.5206612,0.5082645,0.60330576,0.78099173,0.8181818,0.8181818,0.822314,0.822314,0.80991733,0.7768595,0.74793386,0.70247936,0.60330576,0.5371901,0.5123967,0.5371901,0.5247934,0.42561984,0.38016528,0.41735536,0.45454547,0.47107437,0.49173555,0.5041322,0.49586776,0.49586776,0.5247934,0.57024795,0.6528926,0.72727275,0.77272725,0.78099173,0.8140496,0.8181818,0.7768595,0.72727275,0.6983471,0.6859504,0.6735537,0.60330576,0.57438016,0.58264464,0.55785125,0.5123967,0.49173555,0.4752066,0.48347107,0.47107437,0.42975205,0.40082645,0.338843,0.35123968,0.446281,0.5082645,0.45454547,0.35950413,0.38016528,0.4876033,0.59090906,0.6528926,0.70247936,0.6404959,0.55785125,0.5247934,0.53305787,0.49586776,0.5413223,0.74793386,0.8264463,0.8264463,0.8347107,0.8429752,0.838843,0.8264463,0.8057851,0.73966944,0.6446281,0.59090906,0.59917355,0.607438,0.5785124,0.53305787,0.48347107,0.47933885,0.4752066,0.48347107,0.46694216,0.4752066,0.5041322,0.5289256,0.5661157,0.61570245,0.73966944,0.8057851,0.79752064,0.7933884,0.80991733,0.8057851,0.78512394,0.74380165,0.71487606,0.7066116,0.6652893,0.607438,0.57438016,0.607438,0.57024795,0.5413223,0.53305787,0.49173555,0.46694216,0.45454547,0.446281,0.44214877,0.4214876,0.45041323,0.49173555,0.5165289,0.5123967,0.45041323,0.41322315,0.49586776,0.59917355,0.70247936,0.74380165,0.6859504,0.58264464,0.5413223,0.53305787,0.47933885,0.45041323,0.71487606,0.8264463,0.8347107,0.8512397,0.8636364,0.8719008,0.8677686,0.8553719,0.822314,0.76033056,0.6942149,0.661157,0.6363636,0.59504133,0.5413223,0.5,0.4752066,0.47107437,0.47933885,0.4876033,0.5247934,0.55785125,0.59917355,0.62396693,0.71487606,0.8140496,0.838843,0.80991733,0.7933884,0.8264463,0.8305785,0.7933884,0.7644628,0.71900827,0.7066116,0.6694215,0.607438,0.58264464,0.6322314,0.6363636,0.56198347,0.553719,0.54545456,0.5165289,0.5,0.4752066,0.46694216,0.45454547,0.49173555,0.5,0.5413223,0.54545456,0.5206612,0.5165289,0.57024795,0.6322314,0.6942149,0.73966944,0.6983471,0.607438,0.5661157,0.553719,0.46280992,0.40495867,0.7066116,0.8305785,0.8512397,0.8595041,0.87603307,0.8801653,0.87603307,0.87603307,0.8677686,0.8553719,0.8140496,0.75619835,0.69008267,0.6280992,0.56198347,0.53305787,0.5289256,0.55785125,0.59504133,0.62396693,0.6487603,0.6694215,0.6942149,0.7355372,0.80991733,0.838843,0.8471074,0.8181818,0.8016529,0.8264463,0.8264463,0.78512394,0.7644628,0.7355372,0.6983471,0.6487603,0.61570245,0.59090906,0.6322314,0.677686,0.6363636,0.59090906,0.58677685,0.60330576,0.58264464,0.54545456,0.5289256,0.5165289,0.5247934,0.5413223,0.5785124,0.61570245,0.59504133,0.58677685,0.60330576,0.6363636,0.6694215,0.7107438,0.70247936,0.6322314,0.61157024,0.56198347,0.47107437,0.39256197,0.7107438,0.838843,0.8553719,0.8677686,0.8801653,0.88429755,0.87603307,0.8719008,0.8677686,0.8595041,0.8553719,0.8264463,0.78099173,0.7355372,0.6983471,0.6983471,0.7066116,0.72727275,0.7355372,0.73966944,0.74793386,0.75619835,0.7768595,0.8140496,0.8512397,0.8595041,0.8553719,0.822314,0.8016529,0.8140496,0.79752064,0.7644628,0.76033056,0.75206614,0.6942149,0.6446281,0.61157024,0.59504133,0.6404959,0.6859504,0.6818182,0.6528926,0.6322314,0.6280992,0.6363636,0.607438,0.607438,0.59504133,0.59090906,0.58677685,0.607438,0.6280992,0.6280992,0.61570245,0.61570245,0.6280992,0.6446281,0.6735537,0.69008267,0.6528926,0.61570245,0.59090906,0.49586776,0.38016528,0.71487606,0.8347107,0.8553719,0.8677686,0.87603307,0.87603307,0.8719008,0.8677686,0.8636364,0.8553719,0.8595041,0.8429752,0.8264463,0.8057851,0.8016529,0.79752064,0.7892562,0.7892562,0.7892562,0.78512394,0.79752064,0.8181818,0.8305785,0.8595041,0.8677686,0.8677686,0.8595041,0.8181818,0.7933884,0.8016529,0.7892562,0.74380165,0.73966944,0.72727275,0.6859504,0.6446281,0.61570245,0.59090906,0.6322314,0.6859504,0.69008267,0.6818182,0.677686,0.6652893,0.6487603,0.6570248,0.6570248,0.6322314,0.6322314,0.6363636,0.6322314,0.6363636,0.6280992,0.6280992,0.62396693,0.6280992,0.6404959,0.6652893,0.6735537,0.6528926,0.61570245,0.59917355,0.5247934,0.40082645,0.7231405,0.8347107,0.8512397,0.8636364,0.8719008,0.87603307,0.8677686,0.8636364,0.8553719,0.8512397,0.8553719,0.8512397,0.838843,0.8305785,0.822314,0.8181818,0.8057851,0.80991733,0.80991733,0.8181818,0.8264463,0.8471074,0.8595041,0.8719008,0.8719008,0.8719008,0.8553719,0.8057851,0.7933884,0.8140496,0.78099173,0.74793386,0.73966944,0.70247936,0.6694215,0.6446281,0.61570245,0.59090906,0.62396693,0.6735537,0.6942149,0.69008267,0.6983471,0.70247936,0.6818182,0.6735537,0.6818182,0.6694215,0.6446281,0.661157,0.6570248,0.6446281,0.6487603,0.6363636,0.6446281,0.6446281,0.6487603,0.6570248,0.661157,0.6528926,0.6363636,0.60330576,0.553719,0.47107437,0.75206614,0.8305785,0.8429752,0.8636364,0.8677686,0.8677686,0.8677686,0.8636364,0.8595041,0.8512397,0.8553719,0.8512397,0.838843,0.8305785,0.8264463,0.8181818,0.80991733,0.8181818,0.822314,0.8305785,0.838843,0.8471074,0.8636364,0.8677686,0.8719008,0.8595041,0.8347107,0.79752064,0.8057851,0.838843,0.822314,0.74793386,0.74793386,0.71900827,0.6859504,0.6487603,0.6280992,0.59917355,0.59504133,0.6652893,0.70247936,0.6942149,0.6942149,0.71900827,0.70247936,0.6942149,0.6942149,0.6818182,0.6694215,0.6735537,0.6694215,0.6694215,0.6694215,0.6652893,0.661157,0.6694215,0.661157,0.661157,0.6528926,0.6528926,0.6280992,0.59504133,0.56198347,0.5413223,0.77272725,0.8181818,0.8429752,0.8595041,0.8677686,0.8719008,0.8719008,0.8677686,0.8636364,0.8595041,0.8553719,0.8512397,0.8429752,0.8305785,0.8264463,0.8181818,0.8181818,0.8305785,0.8347107,0.8429752,0.838843,0.8471074,0.8512397,0.8595041,0.8553719,0.8347107,0.8140496,0.78512394,0.78512394,0.8181818,0.8264463,0.73966944,0.6983471,0.69008267,0.6859504,0.6528926,0.6652893,0.62396693,0.58677685,0.6280992,0.7066116,0.6983471,0.6942149,0.7066116,0.70247936,0.7066116,0.70247936,0.6983471,0.6983471,0.6859504,0.6859504,0.6942149,0.6942149,0.6859504,0.6859504,0.677686,0.677686,0.6735537,0.6570248,0.6446281,0.6322314,0.58677685,0.55785125,0.59090906,0.77272725,0.8140496,0.8347107,0.8512397,0.8636364,0.8677686,0.8719008,0.8677686,0.8677686,0.8595041,0.8553719,0.8471074,0.8429752,0.8305785,0.8305785,0.8264463,0.8347107,0.8429752,0.838843,0.838843,0.8347107,0.8347107,0.8305785,0.838843,0.8305785,0.80991733,0.7892562,0.74793386,0.7355372,0.75619835,0.75619835,0.6983471,0.6322314,0.6198347,0.6280992,0.6404959,0.6652893,0.6198347,0.57438016,0.60330576,0.69008267,0.71487606,0.6983471,0.6942149,0.6942149,0.69008267,0.7066116,0.7107438,0.7107438,0.6983471,0.70247936,0.7066116,0.7066116,0.6983471,0.69008267,0.6818182,0.69008267,0.6818182,0.6694215,0.6528926,0.62396693,0.59090906,0.5413223,0.6570248,0.78099173,0.80991733,0.8264463,0.8471074,0.8595041,0.8677686,0.8677686,0.8677686,0.8677686,0.8636364,0.8471074,0.838843,0.838843,0.8305785,0.838843,0.8305785,0.838843,0.8429752,0.8305785,0.8264463,0.822314,0.8264463,0.8181818,0.8264463,0.80991733,0.7933884,0.75206614,0.6694215,0.59917355,0.6446281,0.6735537,0.61157024,0.5495868,0.54545456,0.55785125,0.59504133,0.59917355,0.55785125,0.5371901,0.59090906,0.6694215,0.7107438,0.71900827,0.7107438,0.6983471,0.6859504,0.7066116,0.7231405,0.71487606,0.6859504,0.6983471,0.70247936,0.70247936,0.70247936,0.6859504,0.70247936,0.7066116,0.6983471,0.6818182,0.6528926,0.6322314,0.58264464,0.53305787,0.6818182,0.78512394,0.79752064,0.8264463,0.8471074,0.8553719,0.8636364,0.8677686,0.8677686,0.8595041,0.8512397,0.8471074,0.8347107,0.8347107,0.838843,0.838843,0.8347107,0.8264463,0.822314,0.822314,0.822314,0.822314,0.8181818,0.8140496,0.8057851,0.7892562,0.7768595,0.6983471,0.5082645,0.38016528,0.4090909,0.5495868,0.55785125,0.48347107,0.47107437,0.49586776,0.53305787,0.49173555,0.3966942,0.42561984,0.553719,0.6446281,0.6942149,0.7231405,0.71900827,0.70247936,0.70247936,0.70247936,0.71900827,0.72727275,0.7107438,0.7066116,0.70247936,0.7107438,0.70247936,0.70247936,0.7066116,0.7231405,0.7107438,0.6818182,0.6570248,0.6198347,0.56198347,0.5206612,0.69008267,0.78512394,0.7933884,0.822314,0.838843,0.8471074,0.8512397,0.8553719,0.8512397,0.8512397,0.8471074,0.8429752,0.8305785,0.8305785,0.8347107,0.8305785,0.8264463,0.8181818,0.8140496,0.822314,0.8181818,0.80991733,0.80991733,0.80991733,0.7933884,0.78099173,0.75206614,0.6322314,0.41322315,0.24380165,0.24793388,0.45041323,0.53305787,0.446281,0.4090909,0.45867768,0.4752066,0.34710744,0.23140496,0.3264463,0.5041322,0.6198347,0.6818182,0.73140496,0.7355372,0.7066116,0.70247936,0.7066116,0.7107438,0.72727275,0.7355372,0.7231405,0.7231405,0.7231405,0.71900827,0.7107438,0.71900827,0.71900827,0.7066116,0.6735537,0.6570248,0.61157024,0.55785125,0.49586776,0.6859504,0.78099173,0.79752064,0.8181818,0.8347107,0.838843,0.838843,0.8429752,0.838843,0.838843,0.8347107,0.8305785,0.8140496,0.8181818,0.822314,0.8264463,0.822314,0.8181818,0.8140496,0.8181818,0.8057851,0.8016529,0.8016529,0.8140496,0.7933884,0.7644628,0.72727275,0.60330576,0.38842976,0.2107438,0.24793388,0.49586776,0.56198347,0.45867768,0.39256197,0.45041323,0.45041323,0.29338843,0.21487603,0.3429752,0.49586776,0.59090906,0.6570248,0.72727275,0.74380165,0.70247936,0.69008267,0.70247936,0.70247936,0.7231405,0.73966944,0.7355372,0.73966944,0.7231405,0.7231405,0.7231405,0.71487606,0.6983471,0.69008267,0.6652893,0.6487603,0.61570245,0.5371901,0.4876033,0.6735537,0.78099173,0.79752064,0.8140496,0.822314,0.8264463,0.8305785,0.8347107,0.8347107,0.8347107,0.822314,0.8140496,0.8016529,0.8057851,0.8140496,0.8140496,0.8305785,0.822314,0.8140496,0.79752064,0.7933884,0.79752064,0.80991733,0.8140496,0.7892562,0.7355372,0.69008267,0.61570245,0.4214876,0.29752067,0.40082645,0.60330576,0.58264464,0.45867768,0.39256197,0.446281,0.47107437,0.38429752,0.3264463,0.4214876,0.49586776,0.5661157,0.6404959,0.7066116,0.7355372,0.7231405,0.69008267,0.7066116,0.72727275,0.71900827,0.72727275,0.7355372,0.73966944,0.7355372,0.72727275,0.72727275,0.71487606,0.69008267,0.6859504,0.6570248,0.6404959,0.60330576,0.5206612,0.47107437,0.6735537,0.78099173,0.79752064,0.8016529,0.8016529,0.8140496,0.8264463,0.822314,0.8305785,0.8305785,0.822314,0.8016529,0.8057851,0.80991733,0.8140496,0.8181818,0.8305785,0.8264463,0.8057851,0.7933884,0.8057851,0.8140496,0.822314,0.822314,0.8016529,0.73140496,0.6735537,0.6446281,0.5123967,0.47933885,0.60330576,0.6859504,0.59504133,0.45454547,0.40495867,0.47107437,0.5165289,0.5,0.45454547,0.45867768,0.48347107,0.5371901,0.61157024,0.6735537,0.7107438,0.7355372,0.7066116,0.70247936,0.7231405,0.72727275,0.7231405,0.72727275,0.71900827,0.73966944,0.72727275,0.72727275,0.7066116,0.69008267,0.677686,0.6446281,0.6280992,0.59504133,0.5289256,0.44214877,0.6446281,0.76859504,0.78512394,0.7933884,0.79752064,0.80991733,0.8140496,0.8305785,0.8264463,0.8264463,0.822314,0.8016529,0.8057851,0.80991733,0.8057851,0.8181818,0.822314,0.8181818,0.8016529,0.8016529,0.822314,0.8347107,0.8347107,0.8264463,0.8057851,0.75206614,0.70247936,0.6735537,0.6198347,0.6487603,0.72727275,0.71900827,0.607438,0.5082645,0.47107437,0.5041322,0.54545456,0.54545456,0.5,0.46694216,0.4876033,0.5165289,0.58677685,0.6570248,0.6983471,0.71900827,0.71900827,0.70247936,0.71900827,0.7231405,0.73140496,0.73140496,0.71487606,0.7355372,0.7355372,0.7231405,0.7066116,0.6694215,0.661157,0.6404959,0.61570245,0.58264464,0.5247934,0.41322315,0.607438,0.74793386,0.7768595,0.78512394,0.8016529,0.8140496,0.8181818,0.8264463,0.8264463,0.8264463,0.8016529,0.79752064,0.80991733,0.8140496,0.80991733,0.8140496,0.822314,0.8057851,0.8016529,0.8016529,0.8347107,0.8471074,0.8429752,0.8305785,0.80991733,0.7768595,0.75206614,0.7355372,0.73140496,0.75206614,0.7644628,0.71487606,0.60330576,0.5495868,0.5206612,0.53305787,0.5661157,0.56198347,0.5289256,0.5165289,0.5123967,0.53305787,0.57024795,0.62396693,0.6735537,0.70247936,0.7066116,0.7107438,0.71487606,0.7107438,0.7231405,0.72727275,0.71487606,0.73140496,0.72727275,0.71487606,0.70247936,0.6694215,0.6528926,0.6322314,0.607438,0.5661157,0.5123967,0.37190083,0.56198347,0.7231405,0.76859504,0.78099173,0.79752064,0.8016529,0.8181818,0.8181818,0.8264463,0.8140496,0.79752064,0.79752064,0.8140496,0.8181818,0.80991733,0.80991733,0.8140496,0.8016529,0.8016529,0.80991733,0.8347107,0.838843,0.838843,0.8181818,0.79752064,0.78512394,0.76859504,0.7644628,0.77272725,0.77272725,0.74380165,0.6735537,0.59504133,0.56198347,0.553719,0.553719,0.58264464,0.57024795,0.553719,0.553719,0.5495868,0.553719,0.57024795,0.60330576,0.6322314,0.6694215,0.6859504,0.70247936,0.7066116,0.70247936,0.7107438,0.71900827,0.71487606,0.71487606,0.71487606,0.71487606,0.6942149,0.6735537,0.6528926,0.62396693,0.59504133,0.5495868,0.49586776,0.3264463,0.53305787,0.6818182,0.74793386,0.77272725,0.7892562,0.8016529,0.8181818,0.80991733,0.8140496,0.8140496,0.8016529,0.80991733,0.8140496,0.8057851,0.8140496,0.80991733,0.8140496,0.80991733,0.79752064,0.822314,0.8305785,0.8347107,0.8140496,0.7933884,0.7768595,0.77272725,0.7768595,0.77272725,0.77272725,0.75619835,0.7066116,0.6363636,0.59917355,0.56198347,0.5661157,0.55785125,0.60330576,0.59090906,0.58264464,0.58264464,0.55785125,0.5661157,0.57024795,0.58677685,0.61157024,0.6280992,0.661157,0.6694215,0.677686,0.6983471,0.70247936,0.70247936,0.7107438,0.70247936,0.71487606,0.7107438,0.6942149,0.6694215,0.6446281,0.6198347,0.57024795,0.5289256,0.47107437,0.30165288,0.553719,0.6487603,0.72727275,0.76033056,0.77272725,0.7892562,0.79752064,0.8016529,0.8016529,0.8057851,0.8057851,0.8181818,0.80991733,0.80991733,0.8140496,0.80991733,0.8057851,0.8057851,0.8140496,0.8264463,0.822314,0.8140496,0.7933884,0.78512394,0.77272725,0.76859504,0.7644628,0.76859504,0.74793386,0.72727275,0.677686,0.61570245,0.58264464,0.56198347,0.55785125,0.55785125,0.58677685,0.59090906,0.59504133,0.59917355,0.58677685,0.57438016,0.57438016,0.59090906,0.61570245,0.607438,0.6280992,0.6363636,0.6363636,0.6818182,0.6818182,0.6818182,0.6983471,0.70247936,0.6942149,0.6983471,0.677686,0.6570248,0.6322314,0.60330576,0.55785125,0.5206612,0.45454547,0.32231405,0.6198347,0.6446281,0.7107438,0.74380165,0.75206614,0.77272725,0.78099173,0.7933884,0.7892562,0.8016529,0.8057851,0.8057851,0.8181818,0.80991733,0.80991733,0.8140496,0.8057851,0.8140496,0.8181818,0.8140496,0.8057851,0.79752064,0.78512394,0.7768595,0.7644628,0.75619835,0.75206614,0.74793386,0.7355372,0.7107438,0.6652893,0.607438,0.57024795,0.5661157,0.5661157,0.56198347,0.59504133,0.607438,0.607438,0.61570245,0.607438,0.59504133,0.58677685,0.60330576,0.607438,0.61157024,0.6198347,0.62396693,0.60330576,0.6363636,0.661157,0.6694215,0.6818182,0.6942149,0.69008267,0.6859504,0.6735537,0.6446281,0.61570245,0.58264464,0.5413223,0.5123967,0.45041323,0.38429752,0.6942149,0.677686,0.6942149,0.72727275,0.7355372,0.75619835,0.76859504,0.76859504,0.7768595,0.79752064,0.8016529,0.8016529,0.8140496,0.80991733,0.8057851,0.80991733,0.80991733,0.8181818,0.80991733,0.8016529,0.79752064,0.7933884,0.77272725,0.76859504,0.75206614,0.74380165,0.73966944,0.74793386,0.73140496,0.7231405,0.6818182,0.6322314,0.59917355,0.61157024,0.60330576,0.60330576,0.6363636,0.6446281,0.6404959,0.6322314,0.62396693,0.6198347,0.607438,0.61157024,0.60330576,0.62396693,0.6198347,0.6280992,0.6280992,0.59504133,0.62396693,0.6570248,0.6694215,0.6818182,0.6735537,0.661157,0.6570248,0.6280992,0.607438,0.56198347,0.53305787,0.5,0.45867768,0.45867768,0.70247936,0.6694215,0.6859504,0.7066116,0.72727275,0.7355372,0.74793386,0.74793386,0.77272725,0.7892562,0.8016529,0.8016529,0.8057851,0.80991733,0.8016529,0.8057851,0.80991733,0.80991733,0.8057851,0.8016529,0.7892562,0.77272725,0.75619835,0.74793386,0.72727275,0.7355372,0.75206614,0.75206614,0.7355372,0.7107438,0.6735537,0.6404959,0.6404959,0.6487603,0.6363636,0.6446281,0.6570248,0.6570248,0.6570248,0.6528926,0.6446281,0.6363636,0.61157024,0.61570245,0.61157024,0.6198347,0.62396693,0.6363636,0.6446281,0.607438,0.59917355,0.6322314,0.6652893,0.6652893,0.661157,0.6404959,0.6280992,0.6198347,0.59504133,0.54545456,0.5289256,0.48347107,0.46280992,0.46280992,0.73140496,0.71900827,0.6859504,0.6942149,0.7066116,0.6983471,0.7107438,0.7231405,0.75619835,0.7768595,0.7768595,0.7933884,0.79752064,0.8016529,0.8016529,0.8016529,0.8016529,0.7933884,0.8016529,0.7892562,0.76859504,0.74380165,0.71900827,0.71487606,0.71900827,0.72727275,0.73140496,0.71487606,0.6859504,0.6280992,0.58264464,0.553719,0.57438016,0.57024795,0.57024795,0.55785125,0.553719,0.553719,0.58264464,0.61157024,0.6404959,0.6280992,0.6198347,0.6198347,0.62396693,0.61157024,0.62396693,0.6446281,0.6446281,0.6198347,0.58677685,0.62396693,0.6528926,0.661157,0.6528926,0.6322314,0.61157024,0.59504133,0.57438016,0.5289256,0.5289256,0.48347107,0.46280992,0.46280992,0.72727275,0.75619835,0.7107438,0.6859504,0.69008267,0.69008267,0.6983471,0.71900827,0.74380165,0.75619835,0.75619835,0.77272725,0.7933884,0.7933884,0.80991733,0.7933884,0.7892562,0.78099173,0.77272725,0.75619835,0.72727275,0.6983471,0.6859504,0.6818182,0.6942149,0.69008267,0.6570248,0.607438,0.55785125,0.5041322,0.46694216,0.446281,0.45867768,0.45041323,0.45454547,0.45041323,0.42561984,0.44214877,0.46694216,0.5082645,0.5495868,0.57438016,0.59090906,0.61157024,0.61157024,0.607438,0.607438,0.6198347,0.6280992,0.6198347,0.58264464,0.61570245,0.6363636,0.6487603,0.6363636,0.62396693,0.59090906,0.58264464,0.5495868,0.5247934,0.5165289,0.4876033,0.5,0.4876033,0.6570248,0.71900827,0.69008267,0.677686,0.69008267,0.70247936,0.6983471,0.7231405,0.73140496,0.73966944,0.73140496,0.7644628,0.7892562,0.7933884,0.8016529,0.7933884,0.76859504,0.75206614,0.73140496,0.6983471,0.6694215,0.6363636,0.61570245,0.61570245,0.607438,0.57438016,0.5082645,0.46694216,0.4214876,0.40082645,0.37603307,0.3553719,0.34710744,0.338843,0.3553719,0.35950413,0.3264463,0.35950413,0.35950413,0.3966942,0.41322315,0.45867768,0.5,0.553719,0.57024795,0.5661157,0.5661157,0.57438016,0.60330576,0.59917355,0.59090906,0.607438,0.6322314,0.6363636,0.6280992,0.60330576,0.5785124,0.56198347,0.5371901,0.53305787,0.5,0.45041323,0.4876033,0.42561984,0.47933885,0.55785125,0.55785125,0.6446281,0.6983471,0.70247936,0.71487606,0.71487606,0.71900827,0.73140496,0.73140496,0.75619835,0.78099173,0.7892562,0.79752064,0.76859504,0.75619835,0.71900827,0.6859504,0.6280992,0.59504133,0.5371901,0.5041322,0.4876033,0.46694216,0.41322315,0.35950413,0.34710744,0.3305785,0.3140496,0.29338843,0.2768595,0.27272728,0.2603306,0.26859504,0.28512397,0.2892562,0.2892562,0.28512397,0.30578512,0.3181818,0.3429752,0.38842976,0.44214877,0.4876033,0.48347107,0.49173555,0.5165289,0.5495868,0.57438016,0.59504133,0.607438,0.6198347,0.62396693,0.6198347,0.58264464,0.56198347,0.5413223,0.53305787,0.5413223,0.48347107,0.29752067,0.29752067,0.23966943,0.2892562,0.32231405,0.36363637,0.59090906,0.6942149,0.7107438,0.71487606,0.7107438,0.71900827,0.71900827,0.7231405,0.75206614,0.76859504,0.7768595,0.7768595,0.76033056,0.73140496,0.6859504,0.6363636,0.56198347,0.5165289,0.45867768,0.41735536,0.4090909,0.42975205,0.42975205,0.45041323,0.43801653,0.446281,0.40495867,0.3966942,0.37603307,0.36363637,0.35950413,0.3677686,0.36363637,0.35950413,0.37190083,0.35950413,0.38016528,0.38429752,0.38429752,0.38842976,0.39256197,0.39256197,0.39256197,0.41735536,0.46280992,0.49586776,0.5495868,0.58264464,0.59917355,0.61157024,0.6280992,0.59917355,0.57024795,0.5413223,0.54545456,0.5371901,0.53305787,0.4338843,0.13636364,0.15289256,0.14876033,0.20661157,0.1983471,0.2231405,0.5082645,0.6652893,0.6983471,0.7107438,0.7107438,0.7066116,0.7066116,0.71487606,0.7355372,0.75206614,0.76033056,0.7644628,0.74793386,0.7107438,0.6652893,0.61157024,0.57438016,0.55785125,0.553719,0.5371901,0.5371901,0.57438016,0.57438016,0.58677685,0.58677685,0.57024795,0.54545456,0.5413223,0.5165289,0.5,0.49586776,0.5165289,0.5,0.4752066,0.47107437,0.46280992,0.47933885,0.47933885,0.47107437,0.47107437,0.46694216,0.45867768,0.45041323,0.45454547,0.47933885,0.5123967,0.5413223,0.57024795,0.59504133,0.607438,0.607438,0.58264464,0.553719,0.54545456,0.5495868,0.53305787,0.5206612,0.35950413,0.07438017,0.13636364,0.13636364,0.1983471,0.18595041,0.1694215,0.42561984,0.6322314,0.6859504,0.7107438,0.7066116,0.6983471,0.6942149,0.6983471,0.71487606,0.73140496,0.74380165,0.74380165,0.71900827,0.6859504,0.6528926,0.6198347,0.6198347,0.6570248,0.70247936,0.7066116,0.6735537,0.661157,0.6280992,0.607438,0.61570245,0.59090906,0.5661157,0.553719,0.5289256,0.5247934,0.5206612,0.53305787,0.5165289,0.49173555,0.4876033,0.49586776,0.5247934,0.5413223,0.53305787,0.54545456,0.553719,0.57024795,0.57438016,0.57024795,0.56198347,0.5371901,0.54545456,0.56198347,0.59504133,0.61570245,0.58677685,0.56198347,0.5495868,0.54545456,0.5371901,0.5247934,0.5,0.26859504,0.0785124,0.12809917,0.14049587,0.20247933,0.19008264,0.14876033,0.3305785,0.59090906,0.661157,0.6859504,0.6942149,0.6942149,0.6818182,0.6818182,0.6942149,0.7107438,0.71487606,0.71487606,0.7066116,0.6652893,0.6404959,0.6280992,0.6652893,0.71900827,0.75206614,0.75206614,0.7231405,0.6735537,0.6280992,0.59504133,0.58677685,0.553719,0.5123967,0.47107437,0.45454547,0.44214877,0.45867768,0.46280992,0.45041323,0.44214877,0.446281,0.47933885,0.5206612,0.553719,0.57438016,0.59090906,0.61157024,0.6322314,0.62396693,0.6198347,0.59504133,0.57438016,0.56198347,0.5661157,0.59090906,0.61157024,0.58264464,0.55785125,0.54545456,0.54545456,0.5371901,0.5247934,0.45454547,0.1694215,0.11570248,0.1322314,0.1322314,0.18595041,0.18595041,0.1570248,0.2520661,0.5082645,0.6404959,0.6528926,0.6694215,0.677686,0.6735537,0.677686,0.6818182,0.69008267,0.70247936,0.7066116,0.6859504,0.6487603,0.6322314,0.6322314,0.677686,0.71487606,0.73140496,0.73140496,0.7066116,0.6735537,0.6363636,0.60330576,0.57438016,0.5289256,0.4752066,0.42561984,0.38016528,0.37190083,0.35123968,0.3677686,0.36363637,0.35950413,0.3966942,0.44214877,0.49586776,0.53305787,0.5661157,0.58677685,0.59917355,0.607438,0.61157024,0.607438,0.58677685,0.57438016,0.55785125,0.56198347,0.58264464,0.58677685,0.5661157,0.5495868,0.5413223,0.54545456,0.5289256,0.5123967,0.37190083,0.12809917,0.11983471,0.12396694,0.13636364,0.19008264,0.18595041,0.17355372,0.1983471,0.40495867,0.59504133,0.6280992,0.6404959,0.6404959,0.6570248,0.6570248,0.6652893,0.6652893,0.6818182,0.677686,0.6694215,0.6404959,0.61570245,0.61570245,0.6528926,0.6694215,0.6652893,0.6735537,0.661157,0.6446281,0.6198347,0.58677685,0.5495868,0.49586776,0.45041323,0.4214876,0.38016528,0.3553719,0.30165288,0.29338843,0.30578512,0.3140496,0.3677686,0.4214876,0.46694216,0.4876033,0.53305787,0.5495868,0.56198347,0.5661157,0.5785124,0.57024795,0.56198347,0.553719,0.53305787,0.54545456,0.55785125,0.57024795,0.5495868,0.54545456,0.53305787,0.53305787,0.5165289,0.4752066,0.2644628,0.10743801,0.12809917,0.12396694,0.12396694,0.18595041,0.19008264,0.18595041,0.1694215,0.2892562,0.5206612,0.59917355,0.6280992,0.6198347,0.6280992,0.6363636,0.6446281,0.6446281,0.6487603,0.6528926,0.6322314,0.6280992,0.59917355,0.59917355,0.61157024,0.62396693,0.607438,0.60330576,0.59917355,0.58264464,0.55785125,0.5247934,0.48347107,0.45041323,0.41322315,0.41735536,0.41322315,0.38016528,0.338843,0.3264463,0.30991736,0.338843,0.36363637,0.39256197,0.44214877,0.45867768,0.4876033,0.5123967,0.5247934,0.5371901,0.5413223,0.5371901,0.5413223,0.5371901,0.5206612,0.5247934,0.5371901,0.56198347,0.5495868,0.53305787,0.5247934,0.5206612,0.5,0.4090909,0.17355372,0.10743801,0.1322314,0.11983471,0.12396694,0.18595041,0.1983471,0.17768595,0.16528925,0.21487603,0.40495867,0.56198347,0.607438,0.60330576,0.60330576,0.61157024,0.62396693,0.61157024,0.61157024,0.61570245,0.61570245,0.61157024,0.58264464,0.5785124,0.58264464,0.57024795,0.56198347,0.553719,0.5371901,0.5165289,0.5,0.46694216,0.42975205,0.39256197,0.38016528,0.40082645,0.41322315,0.4090909,0.38429752,0.37603307,0.37190083,0.36363637,0.38016528,0.38842976,0.4214876,0.45041323,0.47107437,0.4876033,0.5082645,0.5165289,0.5123967,0.5123967,0.5247934,0.5123967,0.5247934,0.5165289,0.53305787,0.553719,0.5289256,0.5206612,0.5165289,0.5041322,0.47933885,0.35123968,0.11157025,0.11570248,0.12396694,0.11983471,0.12396694,0.18595041,0.18595041,0.18595041,0.17355372,0.17768595,0.2768595,0.48347107,0.57024795,0.58264464,0.58677685,0.59504133,0.59917355,0.60330576,0.59090906,0.59504133,0.607438,0.59504133,0.57438016,0.553719,0.5495868,0.5289256,0.5206612,0.5289256,0.5123967,0.5,0.46694216,0.43801653,0.40082645,0.3677686,0.3553719,0.37603307,0.40082645,0.41322315,0.41322315,0.41322315,0.40495867,0.40082645,0.38842976,0.40495867,0.43801653,0.46694216,0.47933885,0.48347107,0.5041322,0.5123967,0.5165289,0.5,0.5165289,0.5206612,0.5247934,0.5206612,0.5371901,0.5289256,0.5165289,0.5123967,0.5041322,0.4752066,0.446281,0.34710744,0.11983471,0.10743801,0.12396694,0.11983471,0.12396694,0.18595041,0.18181819,0.18595041,0.17768595,0.17768595,0.19421488,0.38016528,0.53305787,0.553719,0.57024795,0.58264464,0.59090906,0.58677685,0.5785124,0.5785124,0.59504133,0.59917355,0.5785124,0.57024795,0.5371901,0.5289256,0.5206612,0.5206612,0.49586776,0.4752066,0.45867768,0.44214877,0.41735536,0.39256197,0.3966942,0.41322315,0.4214876,0.4338843,0.44214877,0.446281,0.4338843,0.42561984,0.4338843,0.44214877,0.47107437,0.5041322,0.5041322,0.5041322,0.5123967,0.5247934,0.5206612,0.5041322,0.5123967,0.5165289,0.5289256,0.5206612,0.53305787,0.5082645,0.5206612,0.5123967,0.4876033,0.43801653,0.43801653,0.36363637,0.1322314,0.10743801,0.12396694,0.11983471,0.12396694,0.18181819,0.17768595,0.1694215,0.18181819,0.18181819,0.15289256,0.30991736,0.5289256,0.54545456,0.5495868,0.5661157,0.57438016,0.5785124,0.57438016,0.58264464,0.59917355,0.607438,0.58677685,0.57438016,0.553719,0.5371901,0.5289256,0.5247934,0.5041322,0.49173555,0.49586776,0.4876033,0.48347107,0.47933885,0.47933885,0.4876033,0.49586776,0.4876033,0.4876033,0.4876033,0.47933885,0.4876033,0.4876033,0.5,0.5165289,0.5289256,0.5247934,0.5206612,0.5371901,0.5289256,0.5289256,0.5165289,0.5206612,0.5289256,0.5247934,0.5289256,0.5206612,0.5,0.5206612,0.5041322,0.46694216,0.4214876,0.44214877,0.38429752,0.1446281,0.10743801,0.12809917,0.11570248,0.12396694,0.17768595,0.17355372,0.17768595,0.18595041,0.18595041,0.13636364,0.29752067,0.56198347,0.56198347,0.5289256,0.54545456,0.553719,0.57024795,0.58264464,0.59090906,0.60330576,0.607438,0.59917355,0.59090906,0.57024795,0.5371901,0.5289256,0.54545456,0.5289256,0.5413223,0.553719,0.5661157,0.56198347,0.5785124,0.59090906,0.59090906,0.59090906,0.57438016,0.54545456,0.5247934,0.5289256,0.5371901,0.5371901,0.5413223,0.5495868,0.5413223,0.5371901,0.54545456,0.5495868,0.54545456,0.5371901,0.53305787,0.5289256,0.5371901,0.53305787,0.5165289,0.49586776,0.49173555,0.5082645,0.4752066,0.43801653,0.4214876,0.46280992,0.4090909,0.16115703,0.11157025,0.11570248,0.1322314,0.11983471,0.18595041,0.17355372,0.19421488,0.18181819,0.1983471,0.13636364,0.30165288,0.59090906,0.59504133,0.5206612,0.5082645,0.5371901,0.55785125,0.57438016,0.59504133,0.59090906,0.59917355,0.59504133,0.5785124,0.5785124,0.5413223,0.5495868,0.553719,0.57024795,0.58677685,0.607438,0.62396693,0.6280992,0.6570248,0.6570248,0.6446281,0.62396693,0.607438,0.58677685,0.57438016,0.55785125,0.57024795,0.5661157,0.57438016,0.5661157,0.5123967,0.5371901,0.55785125,0.55785125,0.55785125,0.5371901,0.5371901,0.5413223,0.5371901,0.5206612,0.5,0.47107437,0.46280992,0.47933885,0.446281,0.41735536,0.44214877,0.46694216,0.4338843,0.18595041,0.11157025,0.11570248,0.12809917,0.12809917,0.18181819,0.18595041,0.1694215,0.1983471,0.19008264,0.13636364,0.2892562,0.59090906,0.6322314,0.553719,0.49173555,0.49586776,0.53305787,0.553719,0.57024795,0.57438016,0.57438016,0.58264464,0.57438016,0.57024795,0.5661157,0.5785124,0.58677685,0.58264464,0.59917355,0.6198347,0.6363636,0.6570248,0.6694215,0.6446281,0.62396693,0.60330576,0.59917355,0.59090906,0.58677685,0.57438016,0.57438016,0.57438016,0.57438016,0.5661157,0.5247934,0.5247934,0.55785125,0.56198347,0.56198347,0.5413223,0.53305787,0.5371901,0.5206612,0.5123967,0.47933885,0.46694216,0.45454547,0.45867768,0.4214876,0.4338843,0.45454547,0.4752066,0.45041323,0.2107438,0.09917355,0.11983471,0.11983471,0.13636364,0.17768595,0.18181819,0.17768595,0.19421488,0.19008264,0.1322314,0.27272728,0.5785124,0.6446281,0.58677685,0.5123967,0.47107437,0.49173555,0.5123967,0.5413223,0.54545456,0.56198347,0.5661157,0.55785125,0.5661157,0.57438016,0.58677685,0.59504133,0.59090906,0.59090906,0.61570245,0.6280992,0.6404959,0.62396693,0.59504133,0.58264464,0.5661157,0.57438016,0.57024795,0.57438016,0.55785125,0.55785125,0.55785125,0.56198347,0.553719,0.5413223,0.53305787,0.5371901,0.5495868,0.5495868,0.5413223,0.5371901,0.5289256,0.5082645,0.4876033,0.46694216,0.45454547,0.43801653,0.41735536,0.4214876,0.45041323,0.4752066,0.4876033,0.46694216,0.24380165,0.09090909,0.13636364,0.11570248,0.1322314,0.17768595,0.18595041,0.17768595,0.19008264,0.18595041,0.1446281,0.24380165,0.56198347,0.6446281,0.607438,0.5495868,0.5,0.45454547,0.46280992,0.49173555,0.5206612,0.5289256,0.5371901,0.5371901,0.55785125,0.56198347,0.57438016,0.58677685,0.58264464,0.57438016,0.58677685,0.59090906,0.59090906,0.57024795,0.553719,0.5413223,0.5247934,0.5371901,0.5413223,0.5495868,0.53305787,0.53305787,0.5371901,0.53305787,0.5413223,0.5371901,0.53305787,0.5206612,0.5123967,0.5165289,0.5413223,0.5289256,0.5082645,0.49173555,0.46694216,0.446281,0.42975205,0.42975205,0.41322315,0.4338843,0.47107437,0.49173555,0.49586776,0.48347107,0.2768595,0.09504132,0.11570248,0.12396694,0.12396694,0.17768595,0.18595041,0.18181819,0.18181819,0.18181819,0.14049587,0.23553719,0.5413223,0.62396693,0.62396693,0.58677685,0.5206612,0.46694216,0.43801653,0.44214877,0.47933885,0.49586776,0.5082645,0.5041322,0.5371901,0.5413223,0.5495868,0.5661157,0.553719,0.55785125,0.56198347,0.553719,0.5495868,0.5247934,0.5206612,0.5123967,0.49173555,0.48347107,0.5041322,0.49173555,0.5041322,0.5041322,0.49173555,0.49586776,0.5041322,0.5206612,0.5041322,0.4876033,0.49586776,0.5082645,0.5206612,0.5041322,0.48347107,0.47933885,0.4338843,0.4214876,0.41322315,0.42561984,0.42561984,0.45454547,0.4876033,0.5,0.5123967,0.4876033,0.30991736,0.08677686,0.1322314,0.12809917,0.12809917,0.17355372,0.16528925,0.18595041,0.19008264,0.18595041,0.13636364,0.2107438,0.5289256,0.61570245,0.62396693,0.59504133,0.57024795,0.5082645,0.46694216,0.43801653,0.41735536,0.45454547,0.46694216,0.48347107,0.47933885,0.49586776,0.5082645,0.5206612,0.5206612,0.5165289,0.5165289,0.5082645,0.4876033,0.47933885,0.47107437,0.45867768,0.44214877,0.42975205,0.43801653,0.4338843,0.45867768,0.45041323,0.45041323,0.45041323,0.46280992,0.4752066,0.4752066,0.47107437,0.46280992,0.47933885,0.47933885,0.46694216,0.45454547,0.4214876,0.41322315,0.4090909,0.4214876,0.42975205,0.43801653,0.4752066,0.5,0.5123967,0.5123967,0.49586776,0.338843,0.10743801,0.12396694,0.12809917,0.1322314,0.17355372,0.16528925,0.18181819,0.18595041,0.18595041,0.1322314,0.20661157,0.5165289,0.61570245,0.61570245,0.607438,0.59504133,0.5495868,0.5082645,0.46280992,0.4090909,0.4090909,0.42561984,0.44214877,0.45041323,0.45041323,0.46280992,0.4752066,0.47107437,0.46694216,0.45867768,0.446281,0.42561984,0.40495867,0.3966942,0.37603307,0.36363637,0.37190083,0.37190083,0.38429752,0.40082645,0.39256197,0.3966942,0.3966942,0.42561984,0.4338843,0.43801653,0.43801653,0.42975205,0.446281,0.45041323,0.42975205,0.41322315,0.3966942,0.40082645,0.4090909,0.41735536,0.4338843,0.46694216,0.4876033,0.49173555,0.5165289,0.5165289,0.49173555,0.36363637,0.10743801,0.12809917,0.12396694,0.14049587,18 +0.2520661,0.23140496,0.2768595,0.41735536,0.4338843,0.6694215,0.8347107,0.8595041,0.8719008,0.8719008,0.8636364,0.8512397,0.8429752,0.838843,0.8305785,0.822314,0.8140496,0.8016529,0.7933884,0.78099173,0.77272725,0.76859504,0.7644628,0.7644628,0.75206614,0.74793386,0.74793386,0.76033056,0.75206614,0.76033056,0.7644628,0.76033056,0.76859504,0.77272725,0.77272725,0.7768595,0.77272725,0.78512394,0.7933884,0.79752064,0.78512394,0.7933884,0.8057851,0.8057851,0.8016529,0.8016529,0.78512394,0.7892562,0.78512394,0.78099173,0.76859504,0.75206614,0.75206614,0.74793386,0.73966944,0.71900827,0.6983471,0.6942149,0.6446281,0.61157024,0.58264464,0.56198347,0.35950413,0.21900827,0.2520661,0.23140496,0.3264463,0.5041322,0.5,0.71487606,0.8429752,0.8677686,0.88842976,0.8801653,0.8677686,0.8595041,0.8471074,0.8429752,0.838843,0.8305785,0.8264463,0.8140496,0.79752064,0.78512394,0.77272725,0.77272725,0.76033056,0.75619835,0.75619835,0.75619835,0.75206614,0.74793386,0.76033056,0.76033056,0.75619835,0.75619835,0.76033056,0.7644628,0.76859504,0.77272725,0.76859504,0.7892562,0.79752064,0.8140496,0.80991733,0.8140496,0.8181818,0.8181818,0.8057851,0.8140496,0.79752064,0.7933884,0.7933884,0.7892562,0.7768595,0.76033056,0.75206614,0.75619835,0.75206614,0.73966944,0.71487606,0.6942149,0.6528926,0.6198347,0.58677685,0.5661157,0.37603307,0.23553719,0.23966943,0.2520661,0.3553719,0.49173555,0.5206612,0.7644628,0.8347107,0.8719008,0.88429755,0.87603307,0.8677686,0.8595041,0.8471074,0.8429752,0.838843,0.8347107,0.8264463,0.8140496,0.8016529,0.78099173,0.7768595,0.7768595,0.76033056,0.74793386,0.76033056,0.7644628,0.75619835,0.76033056,0.78099173,0.78099173,0.76859504,0.77272725,0.77272725,0.78099173,0.78512394,0.78099173,0.78512394,0.8140496,0.822314,0.822314,0.8347107,0.8305785,0.8264463,0.822314,0.8140496,0.8140496,0.8140496,0.8016529,0.79752064,0.78512394,0.78099173,0.76859504,0.7644628,0.7644628,0.75619835,0.74793386,0.73140496,0.7066116,0.6652893,0.6280992,0.58677685,0.553719,0.4090909,0.2603306,0.23140496,0.28512397,0.40495867,0.49173555,0.5785124,0.7933884,0.8512397,0.8636364,0.87603307,0.8719008,0.8636364,0.8512397,0.838843,0.8305785,0.8264463,0.8181818,0.8181818,0.7933884,0.78512394,0.76033056,0.76859504,0.76859504,0.75206614,0.73140496,0.7355372,0.75206614,0.74380165,0.75206614,0.78512394,0.80991733,0.7892562,0.78099173,0.7933884,0.8057851,0.79752064,0.79752064,0.8140496,0.8305785,0.8264463,0.838843,0.822314,0.8347107,0.8305785,0.8181818,0.822314,0.8057851,0.8016529,0.8057851,0.8057851,0.7768595,0.7768595,0.76859504,0.76859504,0.76033056,0.75619835,0.75206614,0.72727275,0.7107438,0.6694215,0.6280992,0.59504133,0.553719,0.41735536,0.2603306,0.24793388,0.33471075,0.40082645,0.5165289,0.6487603,0.8140496,0.8471074,0.8595041,0.87603307,0.8677686,0.8553719,0.838843,0.8140496,0.7933884,0.7768595,0.77272725,0.7644628,0.75619835,0.74793386,0.72727275,0.72727275,0.72727275,0.71900827,0.6942149,0.7107438,0.71900827,0.71900827,0.72727275,0.75619835,0.78099173,0.7933884,0.7892562,0.80991733,0.8181818,0.79752064,0.78512394,0.80991733,0.822314,0.822314,0.822314,0.8057851,0.8140496,0.80991733,0.8057851,0.80991733,0.8016529,0.7933884,0.8016529,0.8057851,0.78099173,0.77272725,0.76859504,0.75206614,0.74793386,0.75206614,0.74793386,0.73966944,0.70247936,0.677686,0.6280992,0.59504133,0.5413223,0.41735536,0.26859504,0.2520661,0.35123968,0.42975205,0.5785124,0.7066116,0.8305785,0.8471074,0.8553719,0.8719008,0.8595041,0.822314,0.80991733,0.73966944,0.69008267,0.6694215,0.6446281,0.6487603,0.6446281,0.6404959,0.6280992,0.62396693,0.6322314,0.6363636,0.6280992,0.6652893,0.6694215,0.677686,0.70247936,0.72727275,0.74380165,0.7644628,0.7892562,0.8016529,0.8057851,0.76859504,0.75619835,0.76859504,0.78512394,0.79752064,0.78512394,0.78512394,0.78512394,0.76859504,0.76859504,0.78099173,0.78512394,0.7768595,0.78099173,0.78099173,0.7644628,0.7644628,0.74793386,0.71900827,0.72727275,0.7355372,0.7355372,0.71900827,0.71487606,0.6652893,0.6363636,0.607438,0.5289256,0.4214876,0.29338843,0.2644628,0.37190083,0.5371901,0.62396693,0.74793386,0.8471074,0.8429752,0.8512397,0.8347107,0.74793386,0.70247936,0.6363636,0.553719,0.49173555,0.49173555,0.4752066,0.49173555,0.5165289,0.5,0.48347107,0.49586776,0.5,0.5289256,0.53305787,0.58264464,0.57438016,0.60330576,0.6487603,0.6942149,0.7066116,0.7355372,0.7768595,0.8016529,0.7768595,0.7355372,0.71487606,0.7355372,0.7231405,0.73140496,0.73140496,0.72727275,0.71900827,0.6818182,0.6446281,0.6694215,0.6983471,0.7066116,0.69008267,0.6859504,0.6983471,0.71487606,0.73140496,0.6322314,0.6322314,0.7066116,0.71900827,0.7231405,0.70247936,0.661157,0.6363636,0.6322314,0.5371901,0.41735536,0.29338843,0.27272728,0.4752066,0.6198347,0.61570245,0.75619835,0.8636364,0.8429752,0.8057851,0.6735537,0.5495868,0.53305787,0.5041322,0.46694216,0.46280992,0.46280992,0.446281,0.49173555,0.4876033,0.45454547,0.45041323,0.47107437,0.46280992,0.48347107,0.5247934,0.5495868,0.56198347,0.54545456,0.6487603,0.59090906,0.607438,0.6446281,0.6694215,0.7107438,0.7231405,0.7066116,0.6735537,0.61570245,0.6280992,0.7355372,0.59090906,0.56198347,0.54545456,0.5082645,0.45867768,0.47107437,0.47933885,0.446281,0.5123967,0.47933885,0.49586776,0.5247934,0.62396693,0.6198347,0.4876033,0.553719,0.661157,0.69008267,0.6983471,0.6446281,0.6322314,0.6446281,0.5371901,0.41735536,0.3181818,0.28512397,0.48347107,0.59504133,0.61157024,0.7768595,0.8677686,0.8140496,0.6487603,0.5247934,0.47933885,0.5206612,0.5082645,0.4876033,0.46694216,0.44214877,0.4214876,0.4090909,0.3264463,0.3140496,0.37603307,0.40082645,0.39256197,0.40082645,0.46694216,0.54545456,0.56198347,0.56198347,0.5247934,0.46694216,0.5247934,0.59090906,0.61570245,0.6487603,0.6487603,0.6363636,0.58677685,0.48347107,0.53305787,0.6570248,0.5123967,0.5289256,0.53305787,0.47107437,0.3966942,0.38429752,0.3677686,0.47933885,0.78512394,0.74380165,0.6528926,0.58264464,0.60330576,0.61157024,0.5123967,0.42561984,0.47933885,0.59504133,0.677686,0.6280992,0.61157024,0.6322314,0.5495868,0.4214876,0.3140496,0.29338843,0.5206612,0.5289256,0.62396693,0.8264463,0.8553719,0.677686,0.58264464,0.5041322,0.4752066,0.5371901,0.56198347,0.553719,0.5082645,0.46694216,0.43801653,0.4214876,0.30578512,0.3140496,0.3677686,0.41735536,0.4090909,0.39256197,0.42561984,0.607438,0.62396693,0.6363636,0.79752064,0.62396693,0.5413223,0.59504133,0.6322314,0.6570248,0.62396693,0.5661157,0.5,0.3966942,0.45041323,0.5413223,0.5661157,0.5661157,0.5,0.44214877,0.35950413,0.2768595,0.28099173,0.3677686,0.607438,0.7644628,0.8305785,0.8677686,0.87603307,0.838843,0.79752064,0.71900827,0.6404959,0.54545456,0.5661157,0.59917355,0.60330576,0.6280992,0.59504133,0.446281,0.30578512,0.28512397,0.49586776,0.49586776,0.6363636,0.8595041,0.7892562,0.6280992,0.60330576,0.5289256,0.56198347,0.60330576,0.6528926,0.6363636,0.5785124,0.5413223,0.5,0.49173555,0.3677686,0.34710744,0.38016528,0.446281,0.41322315,0.4090909,0.5413223,0.8305785,0.8636364,0.822314,0.8719008,0.90082645,0.78099173,0.661157,0.70247936,0.7231405,0.7066116,0.6694215,0.5413223,0.45041323,0.5041322,0.55785125,0.58677685,0.5289256,0.43801653,0.4090909,0.3429752,0.2603306,0.28512397,0.3264463,0.40495867,0.607438,0.6983471,0.7107438,0.74380165,0.8016529,0.822314,0.8429752,0.8512397,0.8801653,0.59504133,0.5247934,0.60330576,0.6363636,0.6322314,0.4752066,0.3264463,0.24793388,0.35950413,0.49586776,0.677686,0.8140496,0.7066116,0.661157,0.6735537,0.6446281,0.6818182,0.6694215,0.6322314,0.59090906,0.54545456,0.553719,0.5495868,0.55785125,0.45867768,0.4090909,0.4214876,0.446281,0.40082645,0.41322315,0.54545456,0.80991733,0.90082645,0.89669424,0.8636364,0.8801653,0.838843,0.6818182,0.6942149,0.73966944,0.71900827,0.7107438,0.6446281,0.5206612,0.47107437,0.45454547,0.46280992,0.41322315,0.3181818,0.29752067,0.30991736,0.3181818,0.37190083,0.46694216,0.71487606,0.90495867,0.8801653,0.8553719,0.71900827,0.5371901,0.54545456,0.56198347,0.607438,0.6942149,0.61157024,0.5,0.59090906,0.6322314,0.6528926,0.5165289,0.36363637,0.22727273,0.3305785,0.7768595,0.77272725,0.6983471,0.6198347,0.7231405,0.78099173,0.73966944,0.7066116,0.6363636,0.57438016,0.69008267,0.72727275,0.7231405,0.6735537,0.62396693,0.5206612,0.4876033,0.4752066,0.5206612,0.45867768,0.43801653,0.45867768,0.58264464,0.7892562,0.8429752,0.838843,0.892562,0.8595041,0.74380165,0.73140496,0.75619835,0.76033056,0.7892562,0.73966944,0.5165289,0.5,0.41735536,0.338843,0.30578512,0.2644628,0.26859504,0.33471075,0.3966942,0.43801653,0.4876033,0.75619835,0.91322315,0.892562,0.892562,0.91322315,0.70247936,0.58264464,0.47107437,0.37190083,0.45867768,0.61157024,0.5289256,0.55785125,0.6363636,0.6446281,0.55785125,0.4090909,0.1983471,0.44214877,0.6859504,0.6735537,0.5413223,0.57024795,0.7644628,0.8264463,0.76859504,0.7107438,0.54545456,0.59504133,0.7768595,0.6859504,0.58264464,0.553719,0.5041322,0.44214877,0.4876033,0.446281,0.5495868,0.5041322,0.46280992,0.446281,0.446281,0.5371901,0.61157024,0.78099173,0.8471074,0.8429752,0.75619835,0.7107438,0.72727275,0.73140496,0.6942149,0.6198347,0.5413223,0.5206612,0.39256197,0.3140496,0.3181818,0.3429752,0.37190083,0.4090909,0.4338843,0.42975205,0.4338843,0.5661157,0.838843,0.8801653,0.88429755,0.8719008,0.6942149,0.61570245,0.5413223,0.38429752,0.41322315,0.59504133,0.5289256,0.5041322,0.59917355,0.62396693,0.58677685,0.41735536,0.21487603,0.35950413,0.46694216,0.62396693,0.6280992,0.58677685,0.77272725,0.8429752,0.78099173,0.6818182,0.5082645,0.59917355,0.57024795,0.45867768,0.45041323,0.45867768,0.3966942,0.33471075,0.4090909,0.42561984,0.5082645,0.48347107,0.35950413,0.338843,0.3553719,0.36363637,0.43801653,0.59504133,0.7644628,0.7933884,0.74793386,0.7231405,0.72727275,0.72727275,0.69008267,0.607438,0.54545456,0.5206612,0.446281,0.4090909,0.41322315,0.45454547,0.44214877,0.4214876,0.40495867,0.3429752,0.33471075,0.3677686,0.446281,0.6280992,0.6983471,0.677686,0.5,0.58677685,0.56198347,0.47107437,0.46280992,0.5661157,0.5,0.57438016,0.7231405,0.59090906,0.553719,0.43801653,0.24793388,0.3140496,0.3966942,0.6528926,0.71900827,0.607438,0.75619835,0.7892562,0.7231405,0.61570245,0.55785125,0.5,0.45454547,0.4876033,0.4876033,0.38429752,0.30165288,0.28099173,0.34710744,0.40495867,0.5289256,0.5206612,0.41735536,0.3181818,0.3181818,0.38429752,0.46694216,0.5371901,0.76859504,0.76859504,0.72727275,0.71900827,0.71487606,0.71900827,0.7066116,0.6694215,0.57024795,0.53305787,0.5165289,0.56198347,0.45867768,0.45867768,0.4752066,0.49586776,0.47107437,0.37603307,0.23553719,0.21487603,0.22727273,0.338843,0.4214876,0.5041322,0.4876033,0.47933885,0.5495868,0.5289256,0.5247934,0.56198347,0.56198347,0.6570248,0.8429752,0.75619835,0.46280992,0.45454547,0.24793388,0.30165288,0.35123968,0.56198347,0.6487603,0.56198347,0.61157024,0.6528926,0.6404959,0.58677685,0.54545456,0.5,0.5247934,0.53305787,0.49173555,0.4338843,0.3429752,0.3553719,0.40082645,0.42975205,0.47107437,0.4752066,0.47107437,0.446281,0.41322315,0.47107437,0.49586776,0.5413223,0.7933884,0.78512394,0.7231405,0.6942149,0.7066116,0.72727275,0.72727275,0.6570248,0.5495868,0.55785125,0.57024795,0.59090906,0.4752066,0.43801653,0.4752066,0.5165289,0.49586776,0.37190083,0.2603306,0.2231405,0.2520661,0.3429752,0.338843,0.3181818,0.42561984,0.48347107,0.5413223,0.60330576,0.62396693,0.53305787,0.5495868,0.4338843,0.59917355,0.58677685,0.6694215,0.41322315,0.24380165,0.2892562,0.30165288,0.4090909,0.5413223,0.5082645,0.6859504,0.8305785,0.8181818,0.7892562,0.74380165,0.69008267,0.6487603,0.59504133,0.5123967,0.4338843,0.39256197,0.38842976,0.40082645,0.41322315,0.42561984,0.43801653,0.45454547,0.44214877,0.45867768,0.54545456,0.4752066,0.59090906,0.80991733,0.7892562,0.73140496,0.69008267,0.70247936,0.7231405,0.7231405,0.6528926,0.5247934,0.5413223,0.55785125,0.5785124,0.56198347,0.4752066,0.446281,0.47107437,0.49173555,0.42561984,0.38016528,0.3553719,0.38016528,0.42975205,0.3966942,0.338843,0.35123968,0.4752066,0.54545456,0.607438,0.6363636,0.5661157,0.54545456,0.446281,0.56198347,0.5206612,0.47107437,0.3553719,0.23966943,0.28099173,0.22727273,0.38842976,0.6198347,0.62396693,0.8181818,0.892562,0.8801653,0.87603307,0.8719008,0.838843,0.78512394,0.6735537,0.5413223,0.46280992,0.40082645,0.39256197,0.40082645,0.41322315,0.4338843,0.446281,0.446281,0.45867768,0.5495868,0.59504133,0.4752066,0.6859504,0.8140496,0.78099173,0.72727275,0.7066116,0.7066116,0.71900827,0.71487606,0.6570248,0.56198347,0.5206612,0.5785124,0.5661157,0.553719,0.5371901,0.44214877,0.4214876,0.4338843,0.42975205,0.4214876,0.4090909,0.44214877,0.46280992,0.45454547,0.45454547,0.47107437,0.54545456,0.59917355,0.6528926,0.6322314,0.5371901,0.49586776,0.446281,0.6404959,0.5785124,0.47107437,0.2644628,0.48347107,0.4876033,0.20661157,0.46280992,0.71900827,0.73140496,0.8595041,0.892562,0.88842976,0.8801653,0.8719008,0.8553719,0.838843,0.7355372,0.5661157,0.47933885,0.43801653,0.446281,0.47107437,0.48347107,0.48347107,0.5165289,0.5495868,0.62396693,0.6818182,0.54545456,0.5206612,0.76033056,0.822314,0.77272725,0.7355372,0.71487606,0.71487606,0.71900827,0.72727275,0.6942149,0.607438,0.5371901,0.6280992,0.6570248,0.57024795,0.553719,0.5371901,0.45454547,0.4214876,0.44214877,0.4338843,0.43801653,0.446281,0.49586776,0.5206612,0.5413223,0.59090906,0.62396693,0.677686,0.7231405,0.73966944,0.62396693,0.4752066,0.44214877,0.57024795,0.53305787,0.45454547,0.23140496,0.7066116,0.74793386,0.45041323,0.57438016,0.7933884,0.78099173,0.8677686,0.88429755,0.88429755,0.8801653,0.8677686,0.8512397,0.838843,0.76859504,0.6818182,0.6404959,0.60330576,0.59090906,0.59090906,0.59090906,0.607438,0.6487603,0.7107438,0.8057851,0.6735537,0.5289256,0.6198347,0.8347107,0.8471074,0.78099173,0.73966944,0.7231405,0.75619835,0.73140496,0.7231405,0.6942149,0.6198347,0.57024795,0.59090906,0.69008267,0.6528926,0.607438,0.58264464,0.58677685,0.53305787,0.4752066,0.47107437,0.48347107,0.4876033,0.5247934,0.55785125,0.57438016,0.60330576,0.6198347,0.6735537,0.73140496,0.73966944,0.661157,0.5123967,0.45041323,0.607438,0.58677685,0.38429752,0.2231405,0.5413223,0.59090906,0.5206612,0.6983471,0.8471074,0.80991733,0.8553719,0.8801653,0.8801653,0.87603307,0.8677686,0.8512397,0.8305785,0.77272725,0.71487606,0.6942149,0.6652893,0.6570248,0.6570248,0.677686,0.7231405,0.76033056,0.8016529,0.74793386,0.69008267,0.6694215,0.71900827,0.8429752,0.8264463,0.76859504,0.7231405,0.7355372,0.75206614,0.73140496,0.72727275,0.6983471,0.6404959,0.60330576,0.5661157,0.6487603,0.69008267,0.661157,0.6322314,0.62396693,0.62396693,0.59504133,0.57438016,0.56198347,0.54545456,0.5661157,0.57438016,0.58677685,0.59504133,0.61157024,0.6446281,0.6983471,0.70247936,0.6446281,0.5289256,0.48347107,0.60330576,0.5785124,0.3966942,0.17355372,0.5041322,0.38842976,0.48347107,0.78512394,0.8636364,0.8553719,0.8347107,0.8512397,0.8801653,0.87603307,0.8595041,0.8512397,0.8181818,0.76859504,0.73140496,0.71900827,0.6818182,0.6818182,0.71900827,0.75206614,0.7768595,0.75619835,0.6942149,0.75619835,0.8347107,0.78512394,0.77272725,0.8264463,0.7892562,0.73140496,0.7066116,0.73966944,0.77272725,0.73140496,0.7231405,0.7066116,0.6487603,0.62396693,0.61157024,0.55785125,0.6694215,0.6818182,0.677686,0.661157,0.6446281,0.6570248,0.6487603,0.6363636,0.6280992,0.6280992,0.6198347,0.58677685,0.59917355,0.60330576,0.6198347,0.6570248,0.6446281,0.6280992,0.5165289,0.5165289,0.59504133,0.58264464,0.45454547,0.16528925,0.5247934,0.28512397,0.5247934,0.822314,0.8595041,0.8636364,0.8719008,0.8595041,0.8305785,0.8305785,0.8553719,0.8553719,0.8264463,0.7768595,0.7231405,0.7107438,0.6942149,0.72727275,0.7644628,0.74380165,0.6735537,0.59917355,0.74793386,0.88429755,0.8719008,0.7933884,0.7933884,0.822314,0.76033056,0.70247936,0.6983471,0.74793386,0.76859504,0.7355372,0.7066116,0.7066116,0.661157,0.6404959,0.6570248,0.61157024,0.5082645,0.6487603,0.6818182,0.6735537,0.6735537,0.661157,0.6694215,0.6570248,0.6694215,0.6652893,0.6570248,0.62396693,0.60330576,0.607438,0.607438,0.6322314,0.6322314,0.60330576,0.49586776,0.55785125,0.61570245,0.6198347,0.5,0.20247933,0.56198347,0.30165288,0.61570245,0.838843,0.8553719,0.8677686,0.88429755,0.87603307,0.8553719,0.7892562,0.7107438,0.73140496,0.7107438,0.6983471,0.6735537,0.6446281,0.6280992,0.6322314,0.6280992,0.61157024,0.6322314,0.7066116,0.8305785,0.8719008,0.8512397,0.79752064,0.8347107,0.8595041,0.75619835,0.6942149,0.6942149,0.7644628,0.78099173,0.74380165,0.7066116,0.6942149,0.6818182,0.6528926,0.6735537,0.6818182,0.58677685,0.5123967,0.59090906,0.6446281,0.6735537,0.6735537,0.6735537,0.677686,0.6694215,0.6735537,0.6694215,0.6487603,0.61570245,0.6198347,0.62396693,0.6404959,0.607438,0.5206612,0.5289256,0.6198347,0.6322314,0.6280992,0.5,0.21900827,0.58677685,0.3429752,0.6528926,0.8471074,0.8595041,0.8719008,0.8801653,0.87603307,0.8677686,0.8553719,0.822314,0.7768595,0.71900827,0.6859504,0.6528926,0.6487603,0.6446281,0.6652893,0.6735537,0.69008267,0.6859504,0.73966944,0.822314,0.8471074,0.822314,0.79752064,0.8264463,0.8677686,0.76859504,0.6818182,0.6818182,0.75206614,0.78512394,0.75206614,0.71900827,0.70247936,0.6859504,0.6694215,0.6735537,0.6818182,0.6404959,0.58677685,0.5413223,0.54545456,0.59504133,0.6363636,0.6528926,0.677686,0.6694215,0.6735537,0.6652893,0.6487603,0.6280992,0.6198347,0.61157024,0.58264464,0.5495868,0.56198347,0.61157024,0.6487603,0.6322314,0.607438,0.4876033,0.27272728,0.61157024,0.37190083,0.6652893,0.8429752,0.8553719,0.8677686,0.8719008,0.8636364,0.8595041,0.8471074,0.8264463,0.8016529,0.7644628,0.74793386,0.73140496,0.71900827,0.71900827,0.7066116,0.6942149,0.6942149,0.6983471,0.74380165,0.78512394,0.78512394,0.7933884,0.76033056,0.7644628,0.79752064,0.71900827,0.6198347,0.61570245,0.677686,0.71487606,0.71900827,0.71487606,0.6694215,0.6735537,0.677686,0.6652893,0.6652893,0.6446281,0.6363636,0.61570245,0.58264464,0.5661157,0.5661157,0.5661157,0.5661157,0.5785124,0.5661157,0.57438016,0.55785125,0.5495868,0.5371901,0.5495868,0.57024795,0.62396693,0.69008267,0.6818182,0.6735537,0.62396693,0.59090906,0.47107437,0.32231405,0.60330576,0.42561984,0.6818182,0.8471074,0.8512397,0.8553719,0.8595041,0.8429752,0.838843,0.8305785,0.80991733,0.7933884,0.76033056,0.74380165,0.71900827,0.7231405,0.6983471,0.6859504,0.6983471,0.71487606,0.71487606,0.7355372,0.71487606,0.74380165,0.74793386,0.6570248,0.6570248,0.71900827,0.61570245,0.5413223,0.5371901,0.5785124,0.6280992,0.6487603,0.6404959,0.59917355,0.59917355,0.6446281,0.6570248,0.6446281,0.61570245,0.62396693,0.6363636,0.61157024,0.61570245,0.62396693,0.62396693,0.59504133,0.59917355,0.59504133,0.58264464,0.57024795,0.56198347,0.5661157,0.607438,0.6404959,0.6983471,0.7355372,0.7231405,0.677686,0.61157024,0.5661157,0.45454547,0.3429752,0.55785125,0.5123967,0.7107438,0.8429752,0.8471074,0.8429752,0.8347107,0.8181818,0.8016529,0.8016529,0.78512394,0.7644628,0.72727275,0.7231405,0.6983471,0.69008267,0.6859504,0.70247936,0.7231405,0.71900827,0.71900827,0.71900827,0.6570248,0.7066116,0.6735537,0.4876033,0.40082645,0.5247934,0.553719,0.45454547,0.43801653,0.47933885,0.5289256,0.54545456,0.5041322,0.4214876,0.44214877,0.56198347,0.6570248,0.6694215,0.6404959,0.60330576,0.61157024,0.607438,0.60330576,0.61157024,0.6198347,0.59917355,0.607438,0.59504133,0.60330576,0.60330576,0.59090906,0.58677685,0.6363636,0.6735537,0.7066116,0.7355372,0.72727275,0.677686,0.59090906,0.5785124,0.4214876,0.40082645,0.46280992,0.59090906,0.73140496,0.838843,0.8347107,0.8264463,0.8140496,0.79752064,0.78099173,0.76859504,0.73966944,0.7066116,0.6859504,0.6942149,0.69008267,0.7066116,0.7231405,0.7231405,0.7107438,0.71487606,0.71900827,0.6859504,0.6280992,0.6694215,0.62396693,0.38429752,0.23966943,0.30165288,0.5,0.44214877,0.35123968,0.37190083,0.446281,0.4214876,0.30578512,0.20661157,0.26859504,0.45867768,0.6198347,0.6983471,0.71900827,0.6735537,0.6198347,0.59090906,0.5785124,0.57438016,0.59090906,0.59090906,0.58677685,0.59090906,0.59917355,0.59917355,0.58677685,0.59917355,0.6404959,0.6694215,0.70247936,0.74380165,0.71487606,0.6528926,0.57024795,0.58264464,0.3677686,0.3264463,0.35123968,0.6446281,0.75619835,0.822314,0.8181818,0.8057851,0.78099173,0.76859504,0.7644628,0.75206614,0.71900827,0.6983471,0.6859504,0.70247936,0.7066116,0.73966944,0.72727275,0.7066116,0.6942149,0.7107438,0.71487606,0.677686,0.6198347,0.61570245,0.61570245,0.3966942,0.20247933,0.2231405,0.5247934,0.5165289,0.33471075,0.30578512,0.4090909,0.36363637,0.23553719,0.16115703,0.23140496,0.42975205,0.60330576,0.72727275,0.76033056,0.74380165,0.69008267,0.6280992,0.58677685,0.56198347,0.56198347,0.57438016,0.57438016,0.57438016,0.57438016,0.5785124,0.58264464,0.59917355,0.6198347,0.6528926,0.6983471,0.71900827,0.6942149,0.6280992,0.57024795,0.5661157,0.33471075,0.28099173,0.2603306,0.6363636,0.79752064,0.80991733,0.8057851,0.8016529,0.77272725,0.75619835,0.74793386,0.74380165,0.7231405,0.70247936,0.7066116,0.7107438,0.7231405,0.73966944,0.7231405,0.6983471,0.7066116,0.7355372,0.74380165,0.7107438,0.62396693,0.59504133,0.6322314,0.5247934,0.3553719,0.45454547,0.62396693,0.56198347,0.36363637,0.30165288,0.3966942,0.4338843,0.38016528,0.30991736,0.33471075,0.45867768,0.6198347,0.7355372,0.7644628,0.77272725,0.73966944,0.7066116,0.661157,0.6363636,0.59917355,0.58677685,0.58677685,0.5785124,0.57024795,0.5661157,0.5785124,0.59090906,0.607438,0.6570248,0.6942149,0.70247936,0.6694215,0.607438,0.56198347,0.5413223,0.3140496,0.34710744,0.20247933,0.57024795,0.80991733,0.8057851,0.8016529,0.7933884,0.76859504,0.76033056,0.75206614,0.73966944,0.7066116,0.6942149,0.71900827,0.7066116,0.73140496,0.73140496,0.71487606,0.6983471,0.71900827,0.78512394,0.7892562,0.74793386,0.6570248,0.6198347,0.62396693,0.607438,0.607438,0.7066116,0.6652893,0.5082645,0.30991736,0.30991736,0.43801653,0.5247934,0.553719,0.4876033,0.44214877,0.53305787,0.6570248,0.73966944,0.75206614,0.76033056,0.7644628,0.74380165,0.71487606,0.71487606,0.677686,0.6570248,0.62396693,0.6198347,0.60330576,0.59504133,0.59504133,0.58677685,0.6322314,0.6570248,0.6859504,0.6652893,0.6404959,0.58677685,0.57438016,0.5,0.30165288,0.43801653,0.17768595,0.45454547,0.78512394,0.79752064,0.7892562,0.78099173,0.7644628,0.75619835,0.74380165,0.71487606,0.6942149,0.70247936,0.71900827,0.71900827,0.7231405,0.7231405,0.6942149,0.6983471,0.75619835,0.8181818,0.838843,0.8057851,0.7231405,0.6652893,0.661157,0.6818182,0.72727275,0.73966944,0.59504133,0.41322315,0.30165288,0.37190083,0.49586776,0.57438016,0.61157024,0.59090906,0.5661157,0.6363636,0.6942149,0.71900827,0.75206614,0.76033056,0.76859504,0.75619835,0.7355372,0.72727275,0.7066116,0.6983471,0.6735537,0.6652893,0.6694215,0.6528926,0.6404959,0.6322314,0.6446281,0.661157,0.6528926,0.6528926,0.6198347,0.5785124,0.5661157,0.4338843,0.33471075,0.49173555,0.17768595,0.32231405,0.71487606,0.7933884,0.7768595,0.7644628,0.74793386,0.7355372,0.73140496,0.7107438,0.70247936,0.70247936,0.71487606,0.7107438,0.72727275,0.7066116,0.6983471,0.7107438,0.78512394,0.8595041,0.8636364,0.8512397,0.79752064,0.75206614,0.74380165,0.7644628,0.75619835,0.70247936,0.4876033,0.38429752,0.38016528,0.41735536,0.5206612,0.59090906,0.62396693,0.6363636,0.6528926,0.6735537,0.6859504,0.70247936,0.71900827,0.74380165,0.75619835,0.75206614,0.73966944,0.72727275,0.7231405,0.7107438,0.7066116,0.69008267,0.70247936,0.69008267,0.6735537,0.6570248,0.6404959,0.6528926,0.6280992,0.62396693,0.60330576,0.553719,0.53305787,0.38842976,0.41735536,0.5289256,0.19421488,0.23553719,0.59090906,0.7892562,0.76033056,0.74380165,0.7231405,0.72727275,0.7107438,0.7066116,0.6983471,0.70247936,0.6983471,0.7107438,0.71900827,0.7107438,0.7107438,0.7355372,0.8305785,0.8677686,0.8719008,0.8595041,0.8347107,0.80991733,0.78099173,0.78099173,0.73140496,0.61157024,0.46694216,0.4214876,0.446281,0.46694216,0.53305787,0.59504133,0.59917355,0.6446281,0.6570248,0.6652893,0.6570248,0.6735537,0.6942149,0.7066116,0.7355372,0.74380165,0.74380165,0.71900827,0.7107438,0.7107438,0.7107438,0.70247936,0.70247936,0.6942149,0.677686,0.6570248,0.6446281,0.6404959,0.607438,0.59504133,0.57024795,0.5371901,0.4752066,0.47107437,0.5123967,0.55785125,0.2231405,0.1694215,0.48347107,0.76033056,0.74793386,0.71487606,0.71487606,0.6983471,0.6983471,0.6983471,0.6859504,0.7066116,0.71487606,0.71487606,0.7066116,0.6859504,0.71487606,0.77272725,0.8347107,0.8636364,0.8636364,0.8512397,0.822314,0.7892562,0.7644628,0.73966944,0.6735537,0.553719,0.47107437,0.46694216,0.47933885,0.5082645,0.54545456,0.59090906,0.60330576,0.62396693,0.6322314,0.6404959,0.6404959,0.6280992,0.661157,0.6735537,0.7107438,0.7355372,0.74380165,0.73140496,0.6942149,0.70247936,0.71487606,0.7107438,0.6983471,0.6942149,0.677686,0.6652893,0.6363636,0.6322314,0.5785124,0.5785124,0.5413223,0.5123967,0.45454547,0.49586776,0.5495868,0.5165289,0.23553719,0.17355372,0.41735536,0.7231405,0.73966944,0.7066116,0.6983471,0.677686,0.677686,0.6859504,0.69008267,0.6983471,0.70247936,0.7107438,0.69008267,0.70247936,0.74380165,0.78512394,0.8140496,0.8264463,0.8347107,0.8181818,0.7768595,0.7355372,0.7107438,0.6652893,0.607438,0.5165289,0.47933885,0.47933885,0.4876033,0.49586776,0.5371901,0.5785124,0.59917355,0.6198347,0.61570245,0.61157024,0.6198347,0.61157024,0.6322314,0.6446281,0.6818182,0.7066116,0.7107438,0.71487606,0.6983471,0.6859504,0.7066116,0.6942149,0.69008267,0.69008267,0.6735537,0.6446281,0.61570245,0.59917355,0.5495868,0.53305787,0.5123967,0.4752066,0.4752066,0.5,0.5371901,0.54545456,0.23140496,0.19421488,0.29752067,0.57024795,0.6983471,0.6983471,0.6528926,0.6446281,0.661157,0.6859504,0.69008267,0.6983471,0.7066116,0.70247936,0.677686,0.7107438,0.75206614,0.76033056,0.78099173,0.7933884,0.78099173,0.76033056,0.71487606,0.677686,0.6404959,0.60330576,0.54545456,0.49173555,0.47107437,0.4752066,0.4752066,0.4752066,0.5041322,0.5495868,0.5785124,0.60330576,0.59090906,0.59090906,0.59504133,0.607438,0.6198347,0.6322314,0.6487603,0.6735537,0.6735537,0.6942149,0.6942149,0.6694215,0.6859504,0.69008267,0.677686,0.6694215,0.6570248,0.6280992,0.59090906,0.56198347,0.5247934,0.5082645,0.49586776,0.45867768,0.49173555,0.55785125,0.55785125,0.5,0.22727273,0.23553719,0.2107438,0.3553719,0.59090906,0.69008267,0.6446281,0.6322314,0.6487603,0.6735537,0.6818182,0.6942149,0.6942149,0.6859504,0.661157,0.7107438,0.75206614,0.74380165,0.76859504,0.76859504,0.7355372,0.69008267,0.6446281,0.59090906,0.58264464,0.553719,0.5206612,0.49173555,0.46694216,0.4752066,0.48347107,0.46694216,0.49173555,0.5413223,0.5661157,0.58677685,0.57438016,0.58677685,0.58264464,0.59090906,0.61570245,0.6280992,0.6322314,0.6446281,0.6404959,0.6570248,0.6652893,0.661157,0.6528926,0.677686,0.6735537,0.6528926,0.6404959,0.607438,0.5661157,0.5206612,0.5,0.49586776,0.4752066,0.45454547,0.5165289,0.5785124,0.53305787,0.3677686,0.23140496,0.21900827,0.23140496,0.20247933,0.48347107,0.6818182,0.6694215,0.6404959,0.6446281,0.6528926,0.6528926,0.6818182,0.69008267,0.6735537,0.6570248,0.7107438,0.75206614,0.74793386,0.75206614,0.70247936,0.6446281,0.59917355,0.553719,0.5371901,0.5289256,0.56198347,0.5495868,0.5041322,0.49586776,0.5123967,0.5123967,0.5082645,0.5206612,0.56198347,0.58264464,0.58677685,0.5661157,0.5661157,0.57024795,0.58264464,0.58677685,0.61157024,0.62396693,0.6322314,0.61570245,0.6322314,0.6322314,0.6404959,0.6570248,0.6528926,0.6528926,0.62396693,0.6198347,0.57438016,0.54545456,0.4876033,0.4876033,0.4876033,0.45454547,0.39256197,0.45041323,0.45454547,0.37603307,0.23553719,0.2231405,0.2107438,0.23140496,0.1983471,0.37603307,0.6528926,0.677686,0.6570248,0.6446281,0.6363636,0.6446281,0.6859504,0.6942149,0.6735537,0.6570248,0.7066116,0.71900827,0.69008267,0.6487603,0.59504133,0.56198347,0.5123967,0.5,0.4876033,0.5289256,0.5413223,0.5165289,0.47107437,0.4752066,0.49586776,0.49586776,0.5,0.5,0.53305787,0.55785125,0.57024795,0.5785124,0.5495868,0.54545456,0.5495868,0.57024795,0.5785124,0.59917355,0.61570245,0.6198347,0.60330576,0.61157024,0.6280992,0.6446281,0.6528926,0.6446281,0.61157024,0.5785124,0.5495868,0.5041322,0.46280992,0.49173555,0.4876033,0.40082645,0.2603306,0.26859504,0.2768595,0.23140496,0.18595041,0.2231405,0.20661157,0.22727273,0.19008264,0.2892562,0.59504133,0.6859504,0.6570248,0.6570248,0.6404959,0.6446281,0.6859504,0.6859504,0.661157,0.6487603,0.6735537,0.6404959,0.5785124,0.5289256,0.5041322,0.4876033,0.45867768,0.46694216,0.45041323,0.47933885,0.44214877,0.40495867,0.37603307,0.39256197,0.40082645,0.41322315,0.40082645,0.40495867,0.41322315,0.46694216,0.5,0.54545456,0.553719,0.5371901,0.5371901,0.54545456,0.5413223,0.57024795,0.60330576,0.59504133,0.60330576,0.59504133,0.6198347,0.6404959,0.6528926,0.6363636,0.60330576,0.5495868,0.5123967,0.47933885,0.46694216,0.49173555,0.47933885,0.3140496,0.18595041,0.1983471,0.20247933,0.19421488,0.19421488,0.21487603,0.21487603,0.21900827,0.19421488,0.22727273,0.5289256,0.6818182,0.6652893,0.6528926,0.6446281,0.6487603,0.677686,0.677686,0.6404959,0.6280992,0.61157024,0.5413223,0.45454547,0.42975205,0.42561984,0.41322315,0.39256197,0.39256197,0.37190083,0.38016528,0.33471075,0.30578512,0.28099173,0.30578512,0.29338843,0.3140496,0.3140496,0.3181818,0.3264463,0.35950413,0.40082645,0.46280992,0.4876033,0.5165289,0.54545456,0.5371901,0.5247934,0.5289256,0.553719,0.57438016,0.56198347,0.58264464,0.607438,0.6280992,0.6280992,0.61157024,0.5785124,0.5289256,0.4876033,0.47107437,0.47933885,0.48347107,0.45041323,0.2231405,0.17355372,0.18181819,0.19008264,0.18181819,0.19421488,0.2231405,0.21487603,0.2231405,0.19421488,0.19008264,0.45041323,0.6694215,0.6694215,0.6446281,0.6363636,0.6404959,0.6818182,0.6652893,0.6280992,0.59504133,0.5495868,0.44214877,0.34710744,0.32231405,0.30165288,0.28099173,0.30165288,0.338843,0.3305785,0.3264463,0.28099173,0.25619835,0.23553719,0.21487603,0.2231405,0.24793388,0.23966943,0.2520661,0.24793388,0.28099173,0.3140496,0.3553719,0.40082645,0.42975205,0.46280992,0.5206612,0.49586776,0.49173555,0.5,0.5123967,0.5289256,0.5661157,0.60330576,0.61570245,0.607438,0.59504133,0.54545456,0.49586776,0.46694216,0.48347107,0.48347107,0.4752066,0.3677686,0.16115703,0.1694215,0.19008264,0.19008264,0.18595041,0.19008264,0.21900827,0.21487603,0.20247933,0.20661157,0.17768595,0.34710744,0.6404959,0.6528926,0.6446281,0.6363636,0.6363636,0.6735537,0.6528926,0.61570245,0.56198347,0.5,0.40495867,0.2892562,0.2603306,0.23966943,0.20247933,0.38429752,0.5495868,0.5661157,0.5165289,0.49173555,0.45867768,0.40082645,0.3305785,0.28099173,0.2231405,0.23140496,0.2520661,0.29338843,0.3140496,0.3429752,0.34710744,0.36363637,0.3677686,0.37190083,0.40495867,0.4090909,0.42561984,0.42975205,0.45867768,0.5123967,0.55785125,0.59504133,0.62396693,0.59504133,0.57438016,0.5247934,0.47933885,0.48347107,0.48347107,0.48347107,0.45867768,0.24793388,0.16115703,0.17355372,0.18181819,0.17768595,0.17768595,0.17768595,0.21487603,0.21900827,0.20247933,0.21900827,0.18181819,0.2520661,0.57024795,0.6446281,0.6322314,0.62396693,0.6322314,0.6570248,0.6404959,0.60330576,0.5413223,0.48347107,0.40082645,0.32231405,0.34710744,0.40495867,0.38016528,0.49173555,0.61157024,0.6652893,0.6528926,0.61157024,0.59090906,0.56198347,0.5206612,0.4752066,0.39256197,0.38016528,0.4214876,0.44214877,0.4752066,0.4876033,0.46694216,0.47107437,0.45041323,0.40082645,0.28512397,0.28512397,0.35123968,0.38842976,0.4214876,0.49173555,0.54545456,0.5785124,0.60330576,0.58264464,0.5495868,0.5041322,0.49586776,0.48347107,0.47933885,0.47107437,0.39256197,0.16115703,0.1694215,0.1694215,0.17768595,0.18181819,0.17768595,0.18595041,0.21487603,0.21900827,0.21487603,0.2107438,0.19421488,0.18595041,0.45867768,0.6322314,0.62396693,0.61570245,0.62396693,0.6446281,0.6404959,0.59917355,0.5495868,0.48347107,0.42975205,0.4090909,0.49586776,0.58264464,0.57438016,0.56198347,0.58264464,0.607438,0.6280992,0.59917355,0.58264464,0.58264464,0.57024795,0.5661157,0.5165289,0.5165289,0.5371901,0.5413223,0.553719,0.55785125,0.5413223,0.5371901,0.5289256,0.4752066,0.35950413,0.3264463,0.38429752,0.4214876,0.44214877,0.48347107,0.5289256,0.55785125,0.5785124,0.56198347,0.5206612,0.5,0.5,0.49173555,0.47107437,0.45454547,0.30991736,0.1322314,0.1694215,0.1694215,0.18181819,0.18595041,0.17355372,0.19008264,0.1983471,0.2231405,0.20247933,0.2107438,0.1983471,0.16528925,0.30578512,0.607438,0.6280992,0.61157024,0.6198347,0.6322314,0.6404959,0.60330576,0.5495868,0.47933885,0.45867768,0.5041322,0.59504133,0.6694215,0.6198347,0.57024795,0.553719,0.49586776,0.4752066,0.4752066,0.48347107,0.5082645,0.54545456,0.56198347,0.5495868,0.5785124,0.59504133,0.55785125,0.553719,0.55785125,0.5165289,0.53305787,0.49173555,0.46694216,0.44214877,0.47107437,0.49173555,0.47933885,0.47107437,0.47933885,0.5206612,0.5495868,0.55785125,0.53305787,0.5123967,0.5041322,0.5082645,0.47933885,0.45454547,0.42561984,0.23553719,0.1446281,0.1570248,0.17355372,0.1694215,0.20247933,0.16115703,0.19008264,0.20661157,0.1983471,0.20661157,0.20247933,0.1983471,0.1694215,0.18595041,0.5123967,0.6322314,0.61570245,0.58677685,0.61570245,0.6280992,0.61157024,0.5495868,0.49586776,0.5206612,0.5661157,0.6487603,0.6983471,0.6280992,0.53305787,0.5041322,0.42975205,0.3553719,0.30578512,0.32231405,0.35950413,0.44214877,0.47107437,0.46694216,0.5082645,0.53305787,0.5082645,0.46694216,0.44214877,0.45041323,0.40495867,0.3966942,0.42561984,0.5082645,0.5413223,0.55785125,0.5371901,0.5082645,0.4752066,0.5123967,0.54545456,0.55785125,0.5206612,0.5041322,0.5041322,0.5,0.46280992,0.4338843,0.4214876,0.23140496,0.14049587,0.1570248,0.1694215,0.1694215,0.19008264,0.1694215,0.18181819,0.19421488,0.1983471,0.19421488,0.20661157,0.19421488,0.19008264,0.11157025,0.446281,0.6280992,0.61570245,0.58264464,0.59917355,0.61157024,0.60330576,0.5495868,0.5206612,0.5413223,0.58677685,0.6446281,0.6942149,0.661157,0.55785125,0.46280992,0.38842976,0.3264463,0.24793388,0.21487603,0.24793388,0.26859504,0.29752067,0.30165288,0.3305785,0.34710744,0.338843,0.30165288,0.27272728,0.28512397,0.29752067,0.35950413,0.45867768,0.5413223,0.5661157,0.59090906,0.5661157,0.5413223,0.5041322,0.5082645,0.53305787,0.5206612,0.5123967,0.49586776,0.5,0.49173555,0.45041323,0.41735536,0.42561984,0.23140496,0.12396694,0.1570248,0.16115703,0.16528925,0.18181819,0.18181819,0.17768595,0.19421488,0.17768595,0.20247933,0.2107438,0.1983471,0.1983471,0.07024793,0.47107437,0.6446281,0.6198347,0.59090906,0.58264464,0.59504133,0.59090906,0.553719,0.5289256,0.5371901,0.58677685,0.6198347,0.6570248,0.661157,0.61157024,0.5041322,0.42975205,0.338843,0.2603306,0.19421488,0.17355372,0.16115703,0.1570248,0.16115703,0.17355372,0.17768595,0.19008264,0.18595041,0.20247933,0.23553719,0.338843,0.41735536,0.5082645,0.5661157,0.58677685,0.59504133,0.57024795,0.54545456,0.5123967,0.5082645,0.5206612,0.5082645,0.49173555,0.4876033,0.4876033,0.4752066,0.4338843,0.4214876,0.44214877,0.2107438,0.12809917,0.14876033,0.16115703,0.16528925,0.18595041,0.17768595,0.18181819,0.19008264,0.19421488,0.21487603,0.20247933,0.1983471,0.19008264,0.07024793,0.5082645,0.6735537,0.6322314,0.59917355,0.57438016,0.58264464,0.58264464,0.55785125,0.53305787,0.5413223,0.56198347,0.58264464,0.6198347,0.6363636,0.62396693,0.57024795,0.48347107,0.41322315,0.29752067,0.2231405,0.16115703,0.13636364,0.13636364,0.11983471,0.13636364,0.1446281,0.17768595,0.2231405,0.30165288,0.36363637,0.46280992,0.5082645,0.54545456,0.58264464,0.58677685,0.5785124,0.553719,0.5289256,0.5,0.5,0.5082645,0.49173555,0.47933885,0.4876033,0.47933885,0.45867768,0.43801653,0.4338843,0.46280992,0.21487603,0.12809917,0.1694215,0.15289256,0.16528925,0.18595041,0.16528925,0.17768595,0.18595041,0.19421488,0.2107438,0.19008264,0.1983471,0.17355372,0.08677686,0.553719,0.677686,0.6446281,0.59504133,0.58677685,0.5661157,0.58264464,0.5785124,0.5371901,0.5247934,0.5289256,0.5289256,0.58264464,0.57438016,0.5661157,0.5495868,0.5165289,0.42561984,0.3264463,0.23140496,0.18181819,0.1446281,0.1570248,0.13636364,0.16528925,0.20247933,0.24380165,0.3264463,0.39256197,0.45867768,0.49586776,0.5247934,0.5413223,0.55785125,0.55785125,0.5495868,0.5413223,0.5123967,0.5,0.49586776,0.5082645,0.5,0.48347107,0.5041322,0.4752066,0.45867768,0.446281,0.45454547,0.47107437,0.2107438,0.11570248,0.16115703,0.1694215,0.17768595,0.16528925,0.17768595,0.18181819,0.19421488,0.20661157,0.18595041,0.19421488,0.1983471,0.17355372,0.09917355,0.5413223,0.6818182,0.62396693,0.59917355,0.59090906,0.5661157,0.58264464,0.59090906,0.55785125,0.5247934,0.5082645,0.49586776,0.5289256,0.5289256,0.5082645,0.49173555,0.45454547,0.37190083,0.28512397,0.2107438,0.17768595,0.15289256,0.1570248,0.16115703,0.16115703,0.20247933,0.23966943,0.3181818,0.38842976,0.42561984,0.46280992,0.4752066,0.49173555,0.5247934,0.53305787,0.5247934,0.5289256,0.5123967,0.5041322,0.5082645,0.5,0.49173555,0.49586776,0.49586776,0.48347107,0.47107437,0.46280992,0.47933885,0.47933885,0.2107438,0.12809917,0.1570248,0.16115703,0.16528925,0.18181819,0.17355372,0.17768595,0.18595041,0.1983471,0.19008264,0.18595041,0.1983471,0.17768595,0.09917355,0.53305787,0.6859504,0.62396693,0.59917355,0.59090906,0.57438016,0.57024795,0.58677685,0.5661157,0.5206612,0.49586776,0.48347107,0.49173555,0.49173555,0.46280992,0.4214876,0.39256197,0.29752067,0.2231405,0.1983471,0.17768595,0.14876033,0.15289256,0.16115703,0.1694215,0.19421488,0.23140496,0.27272728,0.33471075,0.37603307,0.40082645,0.43801653,0.46694216,0.5082645,0.5041322,0.49173555,0.5082645,0.5123967,0.5206612,0.5206612,0.49586776,0.49586776,0.5082645,0.49173555,0.4876033,0.47933885,0.45867768,0.47933885,0.49173555,0.2107438,0.12396694,0.15289256,0.16528925,0.1694215,0.18181819,0.17355372,0.17355372,0.18595041,0.1983471,0.20247933,0.18181819,0.19008264,0.17355372,0.09504132,0.53305787,0.69008267,0.6404959,0.58677685,0.59917355,0.5661157,0.55785125,0.57024795,0.56198347,0.5123967,0.47933885,0.47107437,0.46280992,0.45041323,0.41735536,0.36363637,0.30991736,0.24793388,0.19421488,0.17768595,0.18595041,0.17355372,0.18595041,0.20247933,0.2107438,0.2107438,0.21900827,0.23553719,0.29752067,0.35123968,0.37603307,0.41735536,0.446281,0.4876033,0.4876033,0.4752066,0.49173555,0.49586776,0.5165289,0.5,0.48347107,0.49586776,0.5082645,0.4876033,0.4876033,0.47933885,0.45041323,0.48347107,0.49586776,0.2107438,0.11983471,0.16115703,0.16115703,0.17355372,0.18595041,0.1694215,0.18181819,0.18181819,0.19421488,0.1983471,0.17768595,0.18595041,0.17355372,0.09504132,0.5247934,0.6818182,0.6446281,0.5785124,0.58677685,0.5661157,0.54545456,0.54545456,0.56198347,0.49586776,0.47107437,0.45041323,0.46280992,0.446281,0.42561984,0.38016528,0.32231405,0.23966943,0.21900827,0.2107438,0.21900827,0.20661157,0.21900827,0.24793388,0.23966943,0.2644628,0.23553719,0.2520661,0.30991736,0.37190083,0.38842976,0.4090909,0.446281,0.47107437,0.47933885,0.4752066,0.49586776,0.5041322,0.5082645,0.4752066,0.45454547,0.5,0.49586776,0.4876033,0.48347107,0.446281,0.45454547,0.49586776,0.49586776,0.21487603,0.1322314,0.1570248,0.1694215,0.17355372,0.1570248,0.19008264,0.17355372,0.18595041,0.18181819,0.18181819,0.17768595,0.19008264,0.17768595,0.08677686,0.5289256,0.6859504,0.661157,0.58677685,0.57438016,0.5661157,0.553719,0.5247934,0.55785125,0.5041322,0.4752066,0.46694216,0.47933885,0.46280992,0.46694216,0.446281,0.4090909,0.36363637,0.34710744,0.3181818,0.30578512,0.3140496,0.30991736,0.3264463,0.3305785,0.35123968,0.35123968,0.35950413,0.38842976,0.41735536,0.41735536,0.44214877,0.45454547,0.47933885,0.48347107,0.4876033,0.49173555,0.5041322,0.47933885,0.45454547,0.46694216,0.5,0.4876033,0.4752066,0.45454547,0.42975205,0.47107437,0.5041322,0.4876033,0.22727273,0.11983471,0.16115703,0.17355372,0.1694215,0.1694215,0.17355372,0.17768595,0.17768595,0.17768595,0.1694215,0.18595041,0.18181819,0.1694215,0.0785124,0.5413223,0.6942149,0.6652893,0.59917355,0.56198347,0.54545456,0.5371901,0.5247934,0.5413223,0.5123967,0.48347107,0.47933885,0.4876033,0.48347107,0.5,0.5082645,0.5082645,0.4876033,0.4876033,0.46280992,0.43801653,0.42561984,0.4090909,0.4090909,0.41735536,0.45454547,0.45041323,0.45454547,0.45041323,0.45041323,0.45454547,0.46694216,0.4752066,0.49173555,0.48347107,0.49173555,0.49586776,0.4876033,0.45867768,0.45454547,0.47933885,0.49173555,0.4752066,0.45454547,0.41735536,0.43801653,0.47933885,0.5123967,0.4876033,0.22727273,0.11983471,0.1694215,0.17768595,0.18181819,0.16528925,0.17768595,0.17768595,0.17768595,0.18181819,0.17768595,0.19008264,0.18595041,0.1570248,0.09917355,0.553719,0.6983471,0.6652893,0.6198347,0.56198347,0.5206612,0.5165289,0.5206612,0.5206612,0.5082645,0.49586776,0.4876033,0.48347107,0.48347107,0.5,0.5371901,0.56198347,0.5371901,0.5206612,0.4876033,0.45867768,0.46280992,0.45041323,0.44214877,0.45867768,0.4876033,0.49173555,0.5041322,0.47107437,0.446281,0.47933885,0.4876033,0.4876033,0.4876033,0.48347107,0.48347107,0.49173555,0.45041323,0.44214877,0.45454547,0.4752066,0.47107437,0.45041323,0.4214876,0.40495867,0.45041323,0.4876033,0.5041322,0.4876033,0.23553719,0.12396694,0.17355372,0.17768595,0.17355372,0.17355372,0.17355372,0.17768595,0.19008264,0.1694215,0.17355372,0.18181819,0.18595041,0.1570248,0.09917355,0.57024795,0.6942149,0.6694215,0.61570245,0.57024795,0.5082645,0.47933885,0.5041322,0.4876033,0.5,0.4876033,0.47933885,0.48347107,0.47933885,0.4876033,0.5247934,0.5247934,0.5041322,0.47107437,0.45041323,0.42975205,0.43801653,0.446281,0.44214877,0.45454547,0.47107437,0.48347107,0.5082645,0.4876033,0.46280992,0.4876033,0.49173555,0.49173555,0.4876033,0.49173555,0.4876033,0.47107437,0.45041323,0.4214876,0.45041323,0.46280992,0.44214877,0.41735536,0.38429752,0.43801653,0.46280992,0.5,0.5082645,0.48347107,0.24793388,0.11157025,0.19008264,0.17355372,0.17355372,0.17355372,0.18595041,0.17768595,0.17355372,0.18181819,0.16528925,0.17355372,0.18595041,0.12809917,0.19008264,0.59917355,0.6942149,0.6694215,0.6198347,0.5785124,0.5082645,0.4752066,0.46694216,0.47107437,0.47933885,0.47933885,0.47107437,0.46280992,0.45454547,0.46280992,0.4752066,0.4752066,0.446281,0.41322315,0.39256197,0.40082645,0.40082645,0.4214876,0.41735536,0.42561984,0.44214877,0.46694216,0.48347107,0.4876033,0.4752066,0.47933885,0.47107437,0.4876033,0.49173555,0.4876033,0.47107437,0.44214877,0.40082645,0.41735536,0.4338843,0.43801653,0.40495867,0.3677686,0.39256197,0.45454547,0.49173555,0.4876033,0.5082645,0.49586776,0.2520661,0.12809917,0.17768595,0.17355372,0.1694215,0.18595041,0.1694215,0.17768595,0.1694215,0.17768595,0.16115703,0.17355372,0.17768595,0.11983471,0.28099173,0.6322314,0.6983471,0.6694215,0.6198347,0.58264464,0.5289256,0.4876033,0.45454547,0.43801653,0.45454547,0.46280992,0.446281,0.446281,0.43801653,0.42561984,0.42975205,0.4090909,0.38842976,0.36363637,0.3429752,0.35950413,0.35123968,0.38429752,0.39256197,0.39256197,0.41322315,0.42561984,0.446281,0.45867768,0.45454547,0.446281,0.446281,0.45867768,0.47107437,0.46280992,0.4338843,0.40082645,0.38842976,0.41322315,0.4090909,0.38016528,0.35123968,0.36363637,0.4214876,0.47933885,0.5041322,0.5,0.5165289,0.5082645,0.26859504,0.14049587,0.16528925,0.1694215,0.17355372,0.18181819,0.17355372,0.17768595,18 +0.45041323,0.6694215,0.7892562,0.79752064,0.8264463,0.8553719,0.8595041,0.8595041,0.8636364,0.8636364,0.8636364,0.8636364,0.8553719,0.8512397,0.8512397,0.8471074,0.8429752,0.8429752,0.838843,0.8305785,0.8347107,0.8305785,0.822314,0.8181818,0.8057851,0.79752064,0.7768595,0.76859504,0.75619835,0.75619835,0.7644628,0.77272725,0.77272725,0.76859504,0.77272725,0.76859504,0.76033056,0.75619835,0.74793386,0.74793386,0.7355372,0.7231405,0.7231405,0.71487606,0.7107438,0.7066116,0.7107438,0.70247936,0.70247936,0.6942149,0.6859504,0.6694215,0.6570248,0.6570248,0.6570248,0.6446281,0.6280992,0.607438,0.57438016,0.5247934,0.5165289,0.45041323,0.23966943,0.18181819,0.5041322,0.7231405,0.8057851,0.7933884,0.8305785,0.8636364,0.8677686,0.8677686,0.8677686,0.8595041,0.8595041,0.8595041,0.8595041,0.8553719,0.8595041,0.8553719,0.8512397,0.8512397,0.838843,0.838843,0.838843,0.8347107,0.8264463,0.822314,0.8140496,0.80991733,0.78512394,0.76859504,0.75619835,0.75206614,0.75206614,0.7768595,0.78099173,0.77272725,0.7768595,0.78099173,0.7768595,0.76033056,0.76033056,0.7644628,0.76033056,0.74380165,0.73140496,0.73140496,0.71487606,0.71900827,0.7231405,0.7231405,0.7107438,0.7066116,0.69008267,0.6818182,0.6735537,0.6652893,0.6694215,0.6652893,0.6487603,0.6198347,0.58677685,0.53305787,0.5123967,0.4752066,0.28512397,0.19008264,0.55785125,0.75206614,0.8181818,0.78512394,0.8429752,0.87603307,0.87603307,0.8677686,0.8719008,0.8677686,0.8636364,0.8595041,0.8636364,0.8595041,0.8553719,0.8636364,0.8553719,0.8471074,0.838843,0.838843,0.8305785,0.8347107,0.822314,0.8181818,0.8181818,0.80991733,0.7933884,0.78099173,0.7768595,0.7644628,0.75206614,0.7644628,0.78099173,0.78512394,0.7768595,0.78099173,0.78099173,0.7768595,0.76859504,0.77272725,0.76859504,0.74793386,0.7355372,0.72727275,0.71487606,0.71487606,0.71487606,0.7107438,0.7231405,0.7066116,0.69008267,0.6859504,0.677686,0.6735537,0.6735537,0.6735537,0.6570248,0.62396693,0.59917355,0.5495868,0.5165289,0.4876033,0.3429752,0.2107438,0.59917355,0.7768595,0.8181818,0.8016529,0.8429752,0.87603307,0.87603307,0.8719008,0.8719008,0.8677686,0.8677686,0.8636364,0.8677686,0.8595041,0.8636364,0.8595041,0.8512397,0.8429752,0.838843,0.8305785,0.8347107,0.8264463,0.8181818,0.8057851,0.8057851,0.79752064,0.7933884,0.78099173,0.78099173,0.78099173,0.77272725,0.7892562,0.7933884,0.7933884,0.78512394,0.78099173,0.7768595,0.7768595,0.7768595,0.77272725,0.75619835,0.75206614,0.73966944,0.73140496,0.71487606,0.71487606,0.7107438,0.69008267,0.7066116,0.7231405,0.69008267,0.677686,0.6735537,0.6735537,0.661157,0.6694215,0.6694215,0.6404959,0.61157024,0.56198347,0.5247934,0.49173555,0.38429752,0.22727273,0.6363636,0.79752064,0.822314,0.8181818,0.8429752,0.8636364,0.87603307,0.8719008,0.8636364,0.8595041,0.8636364,0.8553719,0.8512397,0.8471074,0.8471074,0.838843,0.8305785,0.8264463,0.8181818,0.80991733,0.80991733,0.8057851,0.7892562,0.7768595,0.78512394,0.78512394,0.7768595,0.7644628,0.76859504,0.76859504,0.78512394,0.8016529,0.8140496,0.80991733,0.7933884,0.7644628,0.76033056,0.76033056,0.7644628,0.7644628,0.74380165,0.71900827,0.71900827,0.70247936,0.6983471,0.70247936,0.70247936,0.69008267,0.6735537,0.7066116,0.6735537,0.6652893,0.6570248,0.6404959,0.6446281,0.6528926,0.6528926,0.6446281,0.61570245,0.56198347,0.5206612,0.5,0.4090909,0.23966943,0.677686,0.8057851,0.8305785,0.822314,0.838843,0.8636364,0.8719008,0.8677686,0.8636364,0.8553719,0.8471074,0.8347107,0.8181818,0.80991733,0.7933884,0.7892562,0.78512394,0.78099173,0.76033056,0.73966944,0.73966944,0.74380165,0.72727275,0.7231405,0.73966944,0.74380165,0.73966944,0.74793386,0.75206614,0.75619835,0.76859504,0.7933884,0.8181818,0.8057851,0.7768595,0.74380165,0.72727275,0.72727275,0.72727275,0.7231405,0.7066116,0.69008267,0.6735537,0.661157,0.6280992,0.6280992,0.6446281,0.6404959,0.6198347,0.6404959,0.62396693,0.6280992,0.6363636,0.60330576,0.5785124,0.6198347,0.6363636,0.6280992,0.6198347,0.5661157,0.5371901,0.5123967,0.41322315,0.2520661,0.6983471,0.80991733,0.8347107,0.8264463,0.8347107,0.8553719,0.8636364,0.8553719,0.8429752,0.8347107,0.8057851,0.76033056,0.71900827,0.6983471,0.677686,0.6694215,0.6528926,0.6280992,0.59917355,0.58264464,0.58677685,0.59917355,0.607438,0.62396693,0.6570248,0.6528926,0.6652893,0.6859504,0.6983471,0.71487606,0.7355372,0.7768595,0.8057851,0.7892562,0.75206614,0.7107438,0.69008267,0.677686,0.6652893,0.6487603,0.6280992,0.60330576,0.5661157,0.5495868,0.49586776,0.47933885,0.5041322,0.5165289,0.5123967,0.5082645,0.5041322,0.5165289,0.55785125,0.58264464,0.5082645,0.5082645,0.59090906,0.6198347,0.607438,0.5661157,0.5495868,0.5289256,0.4338843,0.2644628,0.70247936,0.8140496,0.838843,0.8264463,0.8347107,0.8471074,0.8429752,0.7933884,0.73966944,0.7231405,0.6652893,0.59504133,0.54545456,0.53305787,0.5,0.47107437,0.45041323,0.42561984,0.40495867,0.40082645,0.3966942,0.41322315,0.45454547,0.49586776,0.53305787,0.5495868,0.553719,0.58264464,0.61157024,0.6487603,0.6983471,0.75206614,0.7892562,0.76859504,0.72727275,0.6859504,0.6404959,0.607438,0.56198347,0.5247934,0.4876033,0.44214877,0.41322315,0.37603307,0.36363637,0.3264463,0.32231405,0.338843,0.3305785,0.3429752,0.36363637,0.37603307,0.4090909,0.46694216,0.5082645,0.4214876,0.446281,0.55785125,0.59090906,0.5661157,0.5371901,0.5495868,0.446281,0.28099173,0.71487606,0.8140496,0.8305785,0.822314,0.8305785,0.8264463,0.76033056,0.6487603,0.5785124,0.5495868,0.5,0.43801653,0.3966942,0.37603307,0.3553719,0.30165288,0.28512397,0.2892562,0.2768595,0.28512397,0.2520661,0.26859504,0.30165288,0.35950413,0.42975205,0.46280992,0.45454547,0.5082645,0.53305787,0.59504133,0.69008267,0.74793386,0.78099173,0.75206614,0.69008267,0.6487603,0.59504133,0.5206612,0.45867768,0.40495867,0.3553719,0.3181818,0.2768595,0.25619835,0.27272728,0.23553719,0.23553719,0.23553719,0.25619835,0.2231405,0.2768595,0.26859504,0.28512397,0.30578512,0.38016528,0.40082645,0.37190083,0.4090909,0.5206612,0.56198347,0.5247934,0.5495868,0.45041323,0.30991736,0.7355372,0.822314,0.8305785,0.8181818,0.822314,0.76033056,0.6363636,0.5289256,0.47933885,0.446281,0.4338843,0.40495867,0.39256197,0.37190083,0.34710744,0.28512397,0.2768595,0.26859504,0.2603306,0.24380165,0.22727273,0.23140496,0.24793388,0.29338843,0.3677686,0.41735536,0.43801653,0.446281,0.5165289,0.60330576,0.70247936,0.7644628,0.7768595,0.73140496,0.6652893,0.62396693,0.57024795,0.47933885,0.4090909,0.3429752,0.30578512,0.26859504,0.24380165,0.23966943,0.24793388,0.23966943,0.27272728,0.29752067,0.33471075,0.36363637,0.3553719,0.36363637,0.37603307,0.34710744,0.338843,0.3677686,0.37190083,0.36363637,0.39256197,0.5247934,0.5247934,0.5495868,0.48347107,0.33471075,0.73966944,0.8264463,0.8264463,0.8140496,0.76859504,0.6363636,0.5247934,0.47933885,0.4876033,0.5041322,0.5247934,0.5165289,0.5123967,0.5041322,0.47933885,0.42975205,0.41735536,0.38016528,0.338843,0.3140496,0.2892562,0.3140496,0.32231405,0.338843,0.38429752,0.43801653,0.45867768,0.48347107,0.56198347,0.6818182,0.77272725,0.79752064,0.7933884,0.73140496,0.6694215,0.6487603,0.58264464,0.5,0.4214876,0.37190083,0.35950413,0.3553719,0.3553719,0.338843,0.3429752,0.35950413,0.39256197,0.43801653,0.4876033,0.49586776,0.5206612,0.5289256,0.5247934,0.5165289,0.49586776,0.43801653,0.38016528,0.35123968,0.33471075,0.45041323,0.5413223,0.5495868,0.5247934,0.37190083,0.74380165,0.8347107,0.8347107,0.8016529,0.6735537,0.5165289,0.48347107,0.5165289,0.57438016,0.62396693,0.6404959,0.6280992,0.59090906,0.57024795,0.5495868,0.5247934,0.5041322,0.47107437,0.42975205,0.38429752,0.34710744,0.3553719,0.3553719,0.38842976,0.43801653,0.49586776,0.53305787,0.58677685,0.6818182,0.78512394,0.8305785,0.822314,0.8016529,0.75206614,0.69008267,0.6735537,0.6322314,0.55785125,0.5041322,0.46280992,0.46280992,0.44214877,0.40082645,0.38429752,0.36363637,0.4090909,0.45867768,0.5123967,0.55785125,0.5495868,0.58264464,0.58264464,0.59917355,0.607438,0.6363636,0.59504133,0.49586776,0.3553719,0.3140496,0.39256197,0.5247934,0.55785125,0.5413223,0.4090909,0.7644628,0.8429752,0.8471074,0.78099173,0.59917355,0.5165289,0.57438016,0.6404959,0.6942149,0.71487606,0.677686,0.6322314,0.58264464,0.5661157,0.58677685,0.58264464,0.5661157,0.53305787,0.5,0.45867768,0.3966942,0.35950413,0.34710744,0.36363637,0.40495867,0.47933885,0.57438016,0.6694215,0.78099173,0.838843,0.8471074,0.8347107,0.8016529,0.76033056,0.71900827,0.6983471,0.6694215,0.607438,0.5495868,0.49173555,0.446281,0.40495867,0.37190083,0.3677686,0.3966942,0.45454547,0.49173555,0.53305787,0.5661157,0.57024795,0.5785124,0.57438016,0.58264464,0.6280992,0.6735537,0.6652893,0.61157024,0.47107437,0.3305785,0.35950413,0.49173555,0.553719,0.55785125,0.45041323,0.78099173,0.8429752,0.8429752,0.77272725,0.6322314,0.61570245,0.6859504,0.71900827,0.7355372,0.69008267,0.61570245,0.59917355,0.6528926,0.6942149,0.69008267,0.661157,0.61157024,0.56198347,0.5082645,0.4752066,0.45041323,0.41322315,0.40082645,0.38842976,0.3677686,0.4090909,0.54545456,0.6735537,0.8016529,0.8471074,0.8471074,0.8305785,0.79752064,0.75619835,0.72727275,0.70247936,0.69008267,0.6280992,0.53305787,0.44214877,0.38016528,0.38429752,0.3966942,0.3966942,0.45454547,0.4752066,0.49173555,0.5123967,0.5495868,0.57438016,0.5785124,0.58264464,0.5661157,0.57024795,0.6487603,0.661157,0.6322314,0.5661157,0.42975205,0.38016528,0.47107437,0.54545456,0.55785125,0.47933885,0.7933884,0.8429752,0.8305785,0.75206614,0.70247936,0.71900827,0.7355372,0.7231405,0.7107438,0.59504133,0.60330576,0.75206614,0.7933884,0.76033056,0.6528926,0.53305787,0.46694216,0.45041323,0.38842976,0.40082645,0.4338843,0.45867768,0.45041323,0.44214877,0.4214876,0.38842976,0.46694216,0.6446281,0.77272725,0.8305785,0.8347107,0.822314,0.7892562,0.75206614,0.71900827,0.6859504,0.6818182,0.6280992,0.49173555,0.41322315,0.40495867,0.41735536,0.42561984,0.42561984,0.45041323,0.42561984,0.40495867,0.42561984,0.42975205,0.47107437,0.5495868,0.57024795,0.5785124,0.57438016,0.58677685,0.59917355,0.61157024,0.59504133,0.5371901,0.45454547,0.46280992,0.53305787,0.54545456,0.5041322,0.8057851,0.8429752,0.822314,0.78099173,0.7768595,0.7644628,0.7355372,0.71487606,0.61570245,0.55785125,0.74380165,0.77272725,0.7066116,0.56198347,0.42561984,0.338843,0.3264463,0.3553719,0.28099173,0.3677686,0.45867768,0.41735536,0.42975205,0.46280992,0.5,0.5,0.45454547,0.6198347,0.75206614,0.8057851,0.8264463,0.7933884,0.75619835,0.7231405,0.7066116,0.6694215,0.661157,0.62396693,0.5041322,0.4752066,0.47107437,0.44214877,0.41735536,0.3966942,0.40495867,0.30991736,0.29338843,0.28512397,0.3140496,0.23966943,0.40495867,0.4752066,0.5206612,0.55785125,0.553719,0.54545456,0.5785124,0.59090906,0.58677685,0.53305787,0.48347107,0.5206612,0.5371901,0.5289256,0.80991733,0.8347107,0.8181818,0.8140496,0.8057851,0.7768595,0.7355372,0.6859504,0.60330576,0.6570248,0.6859504,0.60330576,0.5247934,0.44214877,0.3140496,0.24380165,0.23140496,0.2603306,0.3140496,0.42561984,0.5371901,0.5,0.4338843,0.41322315,0.4876033,0.5661157,0.5495868,0.661157,0.76033056,0.8016529,0.822314,0.7892562,0.74380165,0.70247936,0.6859504,0.677686,0.6652893,0.62396693,0.54545456,0.5371901,0.5123967,0.42975205,0.39256197,0.42561984,0.48347107,0.35123968,0.2892562,0.22727273,0.1983471,0.21900827,0.46280992,0.5413223,0.42561984,0.446281,0.5206612,0.5165289,0.5661157,0.59917355,0.62396693,0.607438,0.54545456,0.5041322,0.5289256,0.5371901,0.8016529,0.822314,0.8181818,0.838843,0.8347107,0.8057851,0.7768595,0.74380165,0.7066116,0.661157,0.56198347,0.5165289,0.53305787,0.5165289,0.4090909,0.3264463,0.35950413,0.3966942,0.42975205,0.4752066,0.5289256,0.5206612,0.5,0.49586776,0.5206612,0.59504133,0.6652893,0.7355372,0.77272725,0.79752064,0.8181818,0.7933884,0.74380165,0.6983471,0.6818182,0.6694215,0.6487603,0.607438,0.57438016,0.57024795,0.5247934,0.4876033,0.46694216,0.48347107,0.5206612,0.44214877,0.38016528,0.338843,0.26859504,0.30991736,0.4214876,0.56198347,0.47933885,0.36363637,0.40495867,0.49586776,0.5661157,0.6280992,0.6694215,0.661157,0.61157024,0.5206612,0.5247934,0.53305787,0.78099173,0.8181818,0.8264463,0.8512397,0.8512397,0.8429752,0.8264463,0.8057851,0.75206614,0.677686,0.61157024,0.61570245,0.6280992,0.60330576,0.5495868,0.4876033,0.4876033,0.5,0.49586776,0.49586776,0.5247934,0.5165289,0.5247934,0.5289256,0.55785125,0.6652893,0.7644628,0.7933884,0.78512394,0.79752064,0.80991733,0.7933884,0.74380165,0.7066116,0.6859504,0.661157,0.6404959,0.59504133,0.59090906,0.59504133,0.553719,0.5165289,0.5,0.49586776,0.49586776,0.47933885,0.46694216,0.45454547,0.41735536,0.41735536,0.47107437,0.5371901,0.5247934,0.45454547,0.38429752,0.46280992,0.57024795,0.6446281,0.6983471,0.69008267,0.6404959,0.56198347,0.5247934,0.5247934,0.73966944,0.8181818,0.8264463,0.8636364,0.8636364,0.8595041,0.8471074,0.822314,0.7933884,0.75206614,0.73140496,0.73966944,0.7231405,0.677686,0.60330576,0.5495868,0.5247934,0.5165289,0.5206612,0.5041322,0.5123967,0.49586776,0.5165289,0.553719,0.6363636,0.7644628,0.8264463,0.8264463,0.79752064,0.79752064,0.8057851,0.7892562,0.75619835,0.7231405,0.6983471,0.661157,0.6404959,0.61157024,0.58677685,0.6363636,0.59917355,0.5371901,0.5,0.47933885,0.4752066,0.49173555,0.4752066,0.4752066,0.46694216,0.5,0.5082645,0.54545456,0.58264464,0.54545456,0.49586776,0.5,0.58264464,0.6404959,0.6942149,0.7066116,0.661157,0.59917355,0.5289256,0.5082645,0.6942149,0.8140496,0.838843,0.8677686,0.87603307,0.8677686,0.8553719,0.8429752,0.8305785,0.7892562,0.7644628,0.7644628,0.7355372,0.6818182,0.61570245,0.56198347,0.5413223,0.5206612,0.5,0.48347107,0.49586776,0.553719,0.61157024,0.6942149,0.78099173,0.8347107,0.838843,0.8347107,0.8057851,0.79752064,0.8140496,0.79752064,0.78099173,0.74380165,0.71487606,0.6818182,0.661157,0.61157024,0.60330576,0.6363636,0.6652893,0.6280992,0.5785124,0.5206612,0.47933885,0.46694216,0.48347107,0.49586776,0.5082645,0.5206612,0.54545456,0.58264464,0.61570245,0.59917355,0.5495868,0.553719,0.61157024,0.6528926,0.6859504,0.7107438,0.677686,0.6487603,0.55785125,0.49173555,0.6694215,0.8181818,0.8429752,0.8677686,0.8719008,0.8636364,0.8636364,0.8512397,0.838843,0.8140496,0.8057851,0.7892562,0.74793386,0.69008267,0.6363636,0.58264464,0.58264464,0.5785124,0.59917355,0.6280992,0.6859504,0.71900827,0.76033056,0.8057851,0.8429752,0.8512397,0.8471074,0.8305785,0.8057851,0.8016529,0.8057851,0.79752064,0.7768595,0.75619835,0.72727275,0.6818182,0.6570248,0.6322314,0.59090906,0.6280992,0.6859504,0.6859504,0.6735537,0.6322314,0.59917355,0.57024795,0.5206612,0.5082645,0.5123967,0.5371901,0.5495868,0.5785124,0.60330576,0.59090906,0.57024795,0.58264464,0.6280992,0.6528926,0.6818182,0.70247936,0.7066116,0.6735537,0.58677685,0.5082645,0.661157,0.8181818,0.8471074,0.8677686,0.8719008,0.8677686,0.8636364,0.8553719,0.8471074,0.8305785,0.8305785,0.822314,0.7933884,0.7644628,0.75206614,0.7231405,0.7231405,0.73140496,0.75206614,0.7644628,0.79752064,0.8140496,0.822314,0.8429752,0.8553719,0.8553719,0.8512397,0.8305785,0.8057851,0.8016529,0.79752064,0.78099173,0.75619835,0.75206614,0.73140496,0.69008267,0.6570248,0.6363636,0.59917355,0.61570245,0.6735537,0.70247936,0.70247936,0.7066116,0.69008267,0.6735537,0.6404959,0.61570245,0.59090906,0.5785124,0.59090906,0.59504133,0.60330576,0.6198347,0.61157024,0.6198347,0.6487603,0.6652893,0.6735537,0.69008267,0.69008267,0.6859504,0.607438,0.5247934,0.6652893,0.8140496,0.8471074,0.8677686,0.8677686,0.8677686,0.8636364,0.8595041,0.8512397,0.8429752,0.838843,0.8264463,0.8057851,0.7892562,0.7892562,0.7768595,0.7933884,0.8016529,0.8140496,0.8181818,0.8264463,0.8264463,0.8347107,0.8553719,0.8553719,0.8553719,0.8471074,0.8264463,0.8016529,0.8016529,0.7933884,0.7644628,0.74380165,0.7355372,0.7231405,0.69008267,0.6570248,0.6322314,0.60330576,0.60330576,0.661157,0.6983471,0.71487606,0.7066116,0.71900827,0.71900827,0.7107438,0.70247936,0.6735537,0.6652893,0.6570248,0.6570248,0.6487603,0.6652893,0.661157,0.6694215,0.6694215,0.677686,0.6859504,0.677686,0.677686,0.6942149,0.6322314,0.54545456,0.6942149,0.8181818,0.838843,0.8677686,0.8719008,0.8719008,0.8677686,0.8636364,0.8553719,0.8429752,0.8471074,0.8347107,0.822314,0.8057851,0.8016529,0.8016529,0.8140496,0.8181818,0.822314,0.8264463,0.8264463,0.8305785,0.8347107,0.8595041,0.8595041,0.8512397,0.8429752,0.8140496,0.8016529,0.8181818,0.8057851,0.77272725,0.76033056,0.73966944,0.71487606,0.69008267,0.661157,0.6322314,0.61157024,0.60330576,0.6404959,0.6942149,0.71900827,0.71487606,0.7107438,0.71900827,0.72727275,0.72727275,0.7231405,0.73140496,0.7231405,0.7066116,0.6942149,0.6983471,0.6942149,0.71487606,0.69008267,0.6859504,0.6859504,0.6859504,0.6818182,0.69008267,0.6487603,0.5661157,0.74380165,0.822314,0.838843,0.8677686,0.8677686,0.8719008,0.8677686,0.8677686,0.8595041,0.8471074,0.8471074,0.8471074,0.838843,0.822314,0.8140496,0.8140496,0.80991733,0.8140496,0.8181818,0.8264463,0.80991733,0.822314,0.838843,0.8553719,0.8553719,0.8429752,0.822314,0.80991733,0.8140496,0.838843,0.838843,0.7933884,0.77272725,0.75619835,0.7355372,0.7066116,0.6735537,0.6487603,0.62396693,0.61157024,0.6198347,0.6735537,0.72727275,0.72727275,0.7107438,0.7107438,0.71900827,0.72727275,0.73140496,0.75619835,0.7644628,0.73966944,0.71900827,0.71487606,0.71487606,0.71900827,0.7066116,0.70247936,0.6942149,0.70247936,0.6942149,0.6942149,0.661157,0.57438016,0.7644628,0.822314,0.8429752,0.8636364,0.8677686,0.8677686,0.8677686,0.8677686,0.8553719,0.8512397,0.8512397,0.8471074,0.838843,0.8264463,0.8057851,0.8016529,0.79752064,0.8016529,0.8057851,0.8057851,0.8057851,0.822314,0.8347107,0.838843,0.838843,0.8264463,0.80991733,0.8181818,0.80991733,0.8140496,0.838843,0.79752064,0.73140496,0.71900827,0.71900827,0.6983471,0.6942149,0.6983471,0.6487603,0.61157024,0.61570245,0.6404959,0.7107438,0.73140496,0.71487606,0.7107438,0.7231405,0.73140496,0.74380165,0.75619835,0.77272725,0.76859504,0.7644628,0.75206614,0.73966944,0.7231405,0.7355372,0.71487606,0.70247936,0.71900827,0.71487606,0.6983471,0.6694215,0.5785124,0.78099173,0.822314,0.8512397,0.8636364,0.8677686,0.8719008,0.8719008,0.8677686,0.8595041,0.8471074,0.8512397,0.8471074,0.838843,0.8305785,0.8016529,0.8057851,0.79752064,0.7933884,0.7892562,0.7892562,0.8016529,0.8057851,0.80991733,0.8181818,0.8264463,0.8264463,0.8140496,0.7892562,0.76859504,0.76033056,0.7768595,0.73966944,0.677686,0.6404959,0.6446281,0.6570248,0.6735537,0.69008267,0.62396693,0.59504133,0.61157024,0.6322314,0.6570248,0.7066116,0.70247936,0.7231405,0.73140496,0.75206614,0.75619835,0.7768595,0.7644628,0.77272725,0.7768595,0.76859504,0.75619835,0.75206614,0.74380165,0.72727275,0.71487606,0.7107438,0.7107438,0.70247936,0.6652893,0.58264464,0.78512394,0.8181818,0.8471074,0.8595041,0.8677686,0.8719008,0.87603307,0.87603307,0.8677686,0.8595041,0.8429752,0.8429752,0.838843,0.8264463,0.8057851,0.7933884,0.78512394,0.77272725,0.76859504,0.7644628,0.78099173,0.78512394,0.78099173,0.8016529,0.8181818,0.8016529,0.74793386,0.6694215,0.61570245,0.62396693,0.6735537,0.6652893,0.59917355,0.55785125,0.56198347,0.59090906,0.61570245,0.60330576,0.5413223,0.5206612,0.56198347,0.61570245,0.6487603,0.6694215,0.6942149,0.72727275,0.7355372,0.74380165,0.75619835,0.76859504,0.75619835,0.7644628,0.77272725,0.76033056,0.7644628,0.75206614,0.75206614,0.7355372,0.72727275,0.7231405,0.70247936,0.6942149,0.6487603,0.57438016,0.7768595,0.8140496,0.8429752,0.8553719,0.8677686,0.8719008,0.87603307,0.8801653,0.8719008,0.8636364,0.8429752,0.838843,0.8305785,0.8140496,0.7892562,0.76859504,0.75619835,0.73966944,0.73140496,0.73140496,0.74380165,0.74793386,0.74793386,0.7644628,0.77272725,0.70247936,0.5785124,0.45041323,0.3677686,0.40495867,0.5041322,0.5785124,0.5289256,0.4752066,0.48347107,0.5247934,0.53305787,0.48347107,0.37190083,0.3429752,0.4214876,0.5206612,0.61157024,0.6528926,0.6859504,0.7107438,0.71900827,0.7231405,0.74380165,0.74793386,0.75206614,0.77272725,0.77272725,0.75206614,0.75206614,0.74380165,0.74793386,0.74793386,0.73966944,0.74380165,0.7107438,0.6735537,0.6363636,0.56198347,0.76859504,0.8057851,0.8347107,0.8553719,0.8595041,0.8719008,0.87603307,0.8801653,0.87603307,0.8595041,0.838843,0.8305785,0.8140496,0.78512394,0.76033056,0.73140496,0.7107438,0.6983471,0.6859504,0.6983471,0.7066116,0.73140496,0.72727275,0.71487606,0.6983471,0.58264464,0.42975205,0.28512397,0.2231405,0.30578512,0.44214877,0.54545456,0.5041322,0.41322315,0.41322315,0.4752066,0.47107437,0.38842976,0.2768595,0.24793388,0.32231405,0.446281,0.553719,0.6363636,0.6859504,0.6983471,0.7066116,0.7107438,0.71900827,0.7231405,0.74793386,0.76033056,0.7644628,0.7355372,0.7355372,0.7355372,0.7355372,0.73966944,0.74793386,0.75619835,0.71900827,0.6528926,0.62396693,0.553719,0.76033056,0.79752064,0.8264463,0.8429752,0.8553719,0.8636364,0.8719008,0.87603307,0.8677686,0.8512397,0.822314,0.8016529,0.76859504,0.74380165,0.6983471,0.677686,0.6570248,0.6363636,0.62396693,0.661157,0.6942149,0.7355372,0.7355372,0.6942149,0.6487603,0.55785125,0.40082645,0.30578512,0.35123968,0.47107437,0.553719,0.5785124,0.5247934,0.40082645,0.39256197,0.45454547,0.45867768,0.4214876,0.38842976,0.35950413,0.36363637,0.4214876,0.5,0.59917355,0.6859504,0.70247936,0.7066116,0.6983471,0.69008267,0.6859504,0.71487606,0.72727275,0.73966944,0.7231405,0.71487606,0.7231405,0.71900827,0.7355372,0.75619835,0.7768595,0.72727275,0.6570248,0.59917355,0.553719,0.75619835,0.79752064,0.822314,0.8429752,0.8471074,0.8512397,0.8677686,0.8719008,0.8636364,0.8264463,0.79752064,0.75619835,0.7066116,0.6735537,0.62396693,0.59917355,0.58264464,0.56198347,0.58677685,0.6280992,0.71900827,0.76859504,0.75206614,0.7107438,0.6694215,0.59917355,0.5247934,0.5123967,0.59090906,0.6363636,0.61570245,0.55785125,0.4876033,0.38429752,0.38429752,0.43801653,0.46694216,0.4876033,0.5041322,0.46280992,0.41735536,0.42975205,0.48347107,0.59504133,0.6570248,0.6942149,0.70247936,0.6818182,0.6528926,0.6487603,0.6570248,0.6694215,0.677686,0.6859504,0.69008267,0.6983471,0.7066116,0.72727275,0.76033056,0.7892562,0.73140496,0.6652893,0.59917355,0.53305787,0.75619835,0.79752064,0.8264463,0.8347107,0.8347107,0.8429752,0.8512397,0.8595041,0.8471074,0.79752064,0.75206614,0.6942149,0.6404959,0.59504133,0.54545456,0.5247934,0.5041322,0.5289256,0.59090906,0.6528926,0.7355372,0.77272725,0.78099173,0.76033056,0.74380165,0.71900827,0.6942149,0.6859504,0.6818182,0.6322314,0.55785125,0.47933885,0.40495867,0.35123968,0.35950413,0.4090909,0.45867768,0.5165289,0.53305787,0.5247934,0.5123967,0.5165289,0.5371901,0.5785124,0.6363636,0.6735537,0.69008267,0.6818182,0.6487603,0.607438,0.59504133,0.607438,0.6198347,0.6280992,0.6363636,0.677686,0.6942149,0.71487606,0.75619835,0.7768595,0.73140496,0.6570248,0.59917355,0.5247934,0.74793386,0.79752064,0.8181818,0.8264463,0.8264463,0.8264463,0.8347107,0.8305785,0.8057851,0.75206614,0.69008267,0.62396693,0.5661157,0.5247934,0.47933885,0.46694216,0.49586776,0.54545456,0.59504133,0.6652893,0.7231405,0.76033056,0.78512394,0.7892562,0.7768595,0.7644628,0.75619835,0.7231405,0.6694215,0.58677685,0.48347107,0.3966942,0.34710744,0.3264463,0.338843,0.38842976,0.446281,0.5082645,0.5206612,0.5413223,0.553719,0.55785125,0.57438016,0.5785124,0.61570245,0.6446281,0.6570248,0.661157,0.661157,0.59917355,0.5661157,0.5495868,0.553719,0.5661157,0.59090906,0.6280992,0.6694215,0.6983471,0.74380165,0.75206614,0.7107438,0.6487603,0.59917355,0.5165289,0.7355372,0.7933884,0.8057851,0.80991733,0.8140496,0.80991733,0.8057851,0.7892562,0.7644628,0.70247936,0.61570245,0.553719,0.5,0.45454547,0.44214877,0.46694216,0.5123967,0.553719,0.59504133,0.661157,0.71900827,0.74793386,0.77272725,0.77272725,0.7644628,0.75619835,0.73966944,0.7066116,0.6363636,0.5495868,0.45041323,0.38016528,0.338843,0.338843,0.36363637,0.41322315,0.47107437,0.5041322,0.5206612,0.5371901,0.56198347,0.57024795,0.58264464,0.59090906,0.59917355,0.6280992,0.6363636,0.6280992,0.6404959,0.607438,0.56198347,0.5247934,0.5,0.5,0.5371901,0.55785125,0.62396693,0.677686,0.7107438,0.7107438,0.6818182,0.6280992,0.59504133,0.47933885,0.7107438,0.7768595,0.79752064,0.7933884,0.79752064,0.78099173,0.7644628,0.74793386,0.7107438,0.6363636,0.5495868,0.4876033,0.43801653,0.41322315,0.446281,0.47933885,0.5206612,0.553719,0.61157024,0.677686,0.7231405,0.74793386,0.76033056,0.75619835,0.75206614,0.7355372,0.71900827,0.6818182,0.62396693,0.56198347,0.48347107,0.43801653,0.4090909,0.4090909,0.4338843,0.46280992,0.5041322,0.5247934,0.5247934,0.5371901,0.56198347,0.57438016,0.5785124,0.58264464,0.59504133,0.62396693,0.6322314,0.61570245,0.61157024,0.61157024,0.56198347,0.53305787,0.49173555,0.45041323,0.46280992,0.49586776,0.5661157,0.6487603,0.69008267,0.6818182,0.6487603,0.6198347,0.5785124,0.45454547,0.69008267,0.76033056,0.78099173,0.7768595,0.77272725,0.75206614,0.73140496,0.70247936,0.6487603,0.57024795,0.5,0.43801653,0.40082645,0.4090909,0.45041323,0.5041322,0.53305787,0.58264464,0.6570248,0.71487606,0.75619835,0.7644628,0.76033056,0.75619835,0.74380165,0.7231405,0.6983471,0.6735537,0.6322314,0.58264464,0.5495868,0.5041322,0.47933885,0.49173555,0.4876033,0.5,0.5206612,0.53305787,0.5371901,0.54545456,0.5661157,0.58264464,0.59504133,0.59090906,0.61570245,0.62396693,0.6363636,0.6280992,0.61157024,0.58677685,0.57438016,0.5413223,0.5165289,0.46694216,0.40495867,0.45041323,0.5165289,0.60330576,0.6652893,0.6446281,0.62396693,0.60330576,0.57438016,0.44214877,0.6735537,0.75206614,0.76033056,0.76033056,0.76033056,0.74380165,0.70247936,0.6652893,0.61570245,0.5289256,0.47107437,0.4090909,0.38842976,0.42561984,0.47107437,0.5123967,0.5495868,0.6280992,0.6983471,0.73966944,0.7644628,0.75619835,0.76033056,0.76033056,0.73966944,0.73140496,0.71487606,0.6942149,0.6652893,0.6363636,0.607438,0.5785124,0.56198347,0.57024795,0.553719,0.5413223,0.553719,0.55785125,0.55785125,0.553719,0.58264464,0.59504133,0.61157024,0.61570245,0.6322314,0.6322314,0.62396693,0.6280992,0.61570245,0.59504133,0.55785125,0.53305787,0.5206612,0.49173555,0.4214876,0.40495867,0.49173555,0.57438016,0.6280992,0.6322314,0.59917355,0.59504133,0.57024795,0.45041323,0.6942149,0.73140496,0.73966944,0.74380165,0.75206614,0.72727275,0.6942149,0.6528926,0.59090906,0.5206612,0.45867768,0.40495867,0.40082645,0.42975205,0.45867768,0.48347107,0.5371901,0.6322314,0.7066116,0.7355372,0.76033056,0.76033056,0.76033056,0.76033056,0.75206614,0.73966944,0.7231405,0.71487606,0.70247936,0.677686,0.6528926,0.6363636,0.6363636,0.6280992,0.60330576,0.58264464,0.59504133,0.5785124,0.58677685,0.58677685,0.607438,0.6198347,0.6322314,0.6446281,0.6446281,0.6404959,0.6363636,0.62396693,0.61570245,0.58264464,0.5289256,0.5041322,0.49586776,0.4876033,0.4338843,0.42561984,0.4876033,0.56198347,0.62396693,0.6280992,0.58677685,0.57024795,0.56198347,0.46280992,0.71487606,0.71900827,0.71900827,0.7231405,0.73140496,0.6983471,0.6694215,0.6404959,0.59090906,0.5289256,0.48347107,0.42561984,0.41322315,0.41322315,0.40082645,0.41735536,0.46694216,0.5785124,0.6694215,0.7066116,0.74793386,0.74380165,0.73966944,0.73140496,0.71487606,0.70247936,0.6818182,0.6652893,0.6487603,0.6322314,0.607438,0.61157024,0.61570245,0.60330576,0.5785124,0.55785125,0.553719,0.54545456,0.5413223,0.56198347,0.58264464,0.60330576,0.6198347,0.62396693,0.6404959,0.6404959,0.6363636,0.6198347,0.58677685,0.5289256,0.45867768,0.4214876,0.42561984,0.45041323,0.46280992,0.46694216,0.5041322,0.553719,0.60330576,0.61570245,0.57024795,0.55785125,0.54545456,0.48347107,0.71900827,0.70247936,0.70247936,0.7107438,0.7066116,0.6694215,0.6446281,0.6404959,0.607438,0.54545456,0.5165289,0.47107437,0.45041323,0.42561984,0.38842976,0.36363637,0.39256197,0.4752066,0.56198347,0.61570245,0.6528926,0.6446281,0.6363636,0.62396693,0.607438,0.59090906,0.5785124,0.5661157,0.5413223,0.5247934,0.5165289,0.5082645,0.5123967,0.49586776,0.48347107,0.46280992,0.46280992,0.46280992,0.46694216,0.48347107,0.5,0.5206612,0.5413223,0.5495868,0.56198347,0.58677685,0.58677685,0.55785125,0.5082645,0.45867768,0.42561984,0.38429752,0.40082645,0.44214877,0.49173555,0.5206612,0.5371901,0.5661157,0.58677685,0.59917355,0.5661157,0.5413223,0.53305787,0.48347107,0.74793386,0.70247936,0.6942149,0.7066116,0.69008267,0.6528926,0.6363636,0.6363636,0.62396693,0.57024795,0.5413223,0.5206612,0.5082645,0.49586776,0.44214877,0.41735536,0.4214876,0.43801653,0.46280992,0.47933885,0.49586776,0.4876033,0.4876033,0.5041322,0.5082645,0.49586776,0.48347107,0.48347107,0.46280992,0.446281,0.44214877,0.42975205,0.41322315,0.41322315,0.40495867,0.40082645,0.40495867,0.41735536,0.41735536,0.42975205,0.43801653,0.43801653,0.45454547,0.45041323,0.45867768,0.45041323,0.44214877,0.446281,0.45454547,0.48347107,0.5,0.46694216,0.45454547,0.47933885,0.53305787,0.5661157,0.57438016,0.58677685,0.5785124,0.5785124,0.5371901,0.5371901,0.5206612,0.47933885,0.76859504,0.71487606,0.6942149,0.6942149,0.677686,0.6528926,0.6363636,0.6363636,0.6363636,0.58264464,0.56198347,0.5661157,0.553719,0.5413223,0.5,0.47933885,0.5,0.5413223,0.5495868,0.5165289,0.446281,0.41735536,0.42975205,0.47107437,0.48347107,0.45867768,0.45867768,0.42561984,0.41735536,0.40082645,0.39256197,0.38842976,0.38429752,0.38016528,0.37603307,0.37603307,0.38429752,0.38016528,0.39256197,0.3966942,0.38842976,0.38429752,0.40082645,0.40082645,0.4090909,0.38429752,0.3966942,0.45867768,0.54545456,0.58677685,0.57438016,0.5247934,0.47933885,0.5206612,0.56198347,0.57438016,0.60330576,0.58264464,0.57024795,0.553719,0.5206612,0.5289256,0.5123967,0.5041322,0.74793386,0.71487606,0.6859504,0.69008267,0.6818182,0.6487603,0.6446281,0.6528926,0.6446281,0.60330576,0.58264464,0.59504133,0.58677685,0.5785124,0.53305787,0.53305787,0.59090906,0.6694215,0.6983471,0.6694215,0.62396693,0.5785124,0.57438016,0.61157024,0.6363636,0.59090906,0.56198347,0.5206612,0.5082645,0.5,0.5123967,0.5082645,0.49173555,0.47107437,0.46280992,0.45454547,0.44214877,0.42975205,0.42975205,0.4338843,0.4338843,0.43801653,0.446281,0.45454547,0.46280992,0.47933885,0.5123967,0.57438016,0.62396693,0.6363636,0.60330576,0.553719,0.5041322,0.55785125,0.59504133,0.58677685,0.58264464,0.57438016,0.5495868,0.5371901,0.5247934,0.5289256,0.5041322,0.5041322,0.61157024,0.6322314,0.6694215,0.6818182,0.6735537,0.6528926,0.6446281,0.6446281,0.6446281,0.6280992,0.607438,0.607438,0.61157024,0.60330576,0.57024795,0.58677685,0.6652893,0.73966944,0.77272725,0.76859504,0.74793386,0.7066116,0.70247936,0.7066116,0.7107438,0.677686,0.6363636,0.6198347,0.59090906,0.58677685,0.61157024,0.61570245,0.60330576,0.58264464,0.5785124,0.55785125,0.5165289,0.47107437,0.4752066,0.47933885,0.5082645,0.5165289,0.5123967,0.53305787,0.5413223,0.56198347,0.61157024,0.6404959,0.6528926,0.6446281,0.61157024,0.5785124,0.5371901,0.5785124,0.60330576,0.59090906,0.57024795,0.55785125,0.5371901,0.5289256,0.53305787,0.53305787,0.45041323,0.36363637,0.39256197,0.49173555,0.6322314,0.6818182,0.6652893,0.6487603,0.6363636,0.6404959,0.6446281,0.6363636,0.6280992,0.6198347,0.62396693,0.6198347,0.60330576,0.6363636,0.70247936,0.7644628,0.79752064,0.8057851,0.8057851,0.76859504,0.75206614,0.73966944,0.71487606,0.6818182,0.661157,0.6446281,0.59917355,0.58264464,0.58677685,0.58677685,0.57438016,0.57024795,0.56198347,0.5413223,0.5165289,0.47107437,0.49173555,0.5206612,0.56198347,0.57438016,0.58264464,0.59090906,0.61157024,0.6322314,0.6528926,0.661157,0.6570248,0.6322314,0.607438,0.57024795,0.5413223,0.5785124,0.59504133,0.59090906,0.5661157,0.54545456,0.5289256,0.5289256,0.5413223,0.5165289,0.3429752,0.18181819,0.22727273,0.36363637,0.58264464,0.6652893,0.6528926,0.6363636,0.6280992,0.6322314,0.6404959,0.6404959,0.6280992,0.6363636,0.6363636,0.6322314,0.6322314,0.661157,0.7107438,0.76859504,0.7933884,0.8057851,0.8140496,0.8016529,0.7933884,0.77272725,0.74793386,0.71487606,0.69008267,0.6694215,0.62396693,0.58677685,0.55785125,0.5495868,0.53305787,0.53305787,0.53305787,0.5206612,0.5165289,0.5123967,0.53305787,0.56198347,0.59504133,0.61570245,0.62396693,0.6446281,0.6528926,0.6570248,0.6528926,0.6528926,0.6280992,0.6280992,0.59090906,0.56198347,0.5413223,0.56198347,0.58264464,0.57024795,0.553719,0.53305787,0.5289256,0.53305787,0.53305787,0.47107437,0.23553719,0.11570248,0.18181819,0.2603306,0.5247934,0.6404959,0.6528926,0.6363636,0.62396693,0.62396693,0.6404959,0.6322314,0.6404959,0.6404959,0.6487603,0.6363636,0.6446281,0.677686,0.71900827,0.76033056,0.78099173,0.7892562,0.79752064,0.8140496,0.8057851,0.79752064,0.7768595,0.75619835,0.73966944,0.7107438,0.6735537,0.6280992,0.59504133,0.56198347,0.5289256,0.5289256,0.53305787,0.5371901,0.54545456,0.55785125,0.58677685,0.607438,0.62396693,0.6404959,0.6446281,0.6694215,0.6652893,0.6487603,0.6363636,0.6280992,0.6198347,0.607438,0.59917355,0.57024795,0.54545456,0.5495868,0.57024795,0.553719,0.54545456,0.5247934,0.5289256,0.5247934,0.5206612,0.40495867,0.1446281,0.11983471,0.18595041,0.20247933,0.4338843,0.607438,0.6280992,0.6198347,0.61570245,0.6198347,0.62396693,0.62396693,0.6322314,0.6404959,0.6322314,0.6322314,0.6404959,0.677686,0.7231405,0.75206614,0.7644628,0.77272725,0.78099173,0.8016529,0.7933884,0.7892562,0.77272725,0.76859504,0.7355372,0.72727275,0.677686,0.6446281,0.60330576,0.553719,0.5289256,0.5082645,0.5041322,0.5206612,0.54545456,0.57438016,0.59090906,0.59917355,0.61570245,0.6322314,0.6404959,0.6487603,0.6280992,0.6198347,0.607438,0.60330576,0.60330576,0.59917355,0.59090906,0.57438016,0.55785125,0.5661157,0.56198347,0.53305787,0.5247934,0.5165289,0.5206612,0.5289256,0.49173555,0.28099173,0.10743801,0.12396694,0.20661157,0.16528925,0.3305785,0.5661157,0.61570245,0.59917355,0.60330576,0.61157024,0.607438,0.61157024,0.62396693,0.6280992,0.6280992,0.6322314,0.6446281,0.6818182,0.71900827,0.73966944,0.74380165,0.74793386,0.76033056,0.7768595,0.76859504,0.75206614,0.74380165,0.71900827,0.7107438,0.6694215,0.6322314,0.59504133,0.56198347,0.5165289,0.4876033,0.47107437,0.4752066,0.49586776,0.5123967,0.53305787,0.5495868,0.56198347,0.58677685,0.59917355,0.61570245,0.607438,0.60330576,0.59917355,0.59504133,0.59504133,0.59504133,0.59090906,0.59917355,0.59090906,0.5785124,0.56198347,0.5495868,0.5206612,0.5165289,0.5082645,0.5165289,0.5123967,0.4090909,0.16115703,0.11157025,0.1322314,0.1983471,0.16528925,0.24380165,0.48347107,0.59090906,0.59090906,0.58677685,0.59090906,0.59917355,0.59917355,0.59917355,0.60330576,0.61157024,0.6322314,0.6487603,0.6735537,0.6983471,0.71900827,0.71487606,0.73140496,0.73966944,0.75619835,0.73966944,0.73140496,0.7107438,0.6983471,0.6570248,0.607438,0.5661157,0.5413223,0.5123967,0.47933885,0.45454547,0.45041323,0.45867768,0.47933885,0.4752066,0.5082645,0.5123967,0.5247934,0.54545456,0.57438016,0.58677685,0.59090906,0.58677685,0.58677685,0.59090906,0.59917355,0.58264464,0.59090906,0.607438,0.59917355,0.57438016,0.553719,0.53305787,0.5123967,0.5082645,0.5,0.5082645,0.4752066,0.27272728,0.10743801,0.11983471,0.1322314,0.19008264,0.1694215,0.18595041,0.38429752,0.56198347,0.58677685,0.57438016,0.57024795,0.58264464,0.58264464,0.58264464,0.59090906,0.59917355,0.62396693,0.6404959,0.6694215,0.69008267,0.70247936,0.6983471,0.7066116,0.72727275,0.7355372,0.7231405,0.7107438,0.6818182,0.6694215,0.61570245,0.5661157,0.5289256,0.5041322,0.49173555,0.46694216,0.45454547,0.45041323,0.46694216,0.4752066,0.47933885,0.5,0.5123967,0.5206612,0.53305787,0.56198347,0.58264464,0.58677685,0.57438016,0.5785124,0.58264464,0.59090906,0.58264464,0.59504133,0.60330576,0.59917355,0.5661157,0.54545456,0.5123967,0.5123967,0.5,0.49586776,0.4876033,0.3966942,0.13636364,0.11570248,0.11983471,0.1322314,0.19008264,0.18181819,0.1694215,0.2644628,0.5,0.58264464,0.57024795,0.553719,0.55785125,0.57024795,0.57024795,0.57438016,0.58677685,0.6198347,0.6363636,0.677686,0.6818182,0.6942149,0.6818182,0.6859504,0.7066116,0.6983471,0.6859504,0.6735537,0.6570248,0.6322314,0.59090906,0.54545456,0.5041322,0.4876033,0.4752066,0.45867768,0.46280992,0.46280992,0.4752066,0.48347107,0.4876033,0.5,0.5123967,0.5206612,0.5413223,0.57024795,0.58677685,0.5661157,0.5661157,0.5661157,0.57024795,0.57024795,0.59504133,0.5785124,0.60330576,0.59504133,0.55785125,0.5206612,0.5247934,0.5123967,0.49173555,0.49173555,0.45867768,0.2603306,0.10743801,0.12809917,0.12396694,0.12809917,0.19008264,0.19421488,0.16115703,0.19008264,0.39256197,0.5495868,0.5661157,0.5413223,0.5413223,0.55785125,0.5661157,0.5661157,0.57438016,0.60330576,0.6446281,0.6694215,0.6694215,0.6818182,0.6652893,0.6694215,0.6735537,0.6694215,0.6487603,0.6404959,0.62396693,0.6198347,0.57438016,0.5413223,0.5123967,0.4876033,0.48347107,0.47107437,0.4752066,0.4876033,0.49173555,0.49173555,0.5041322,0.5,0.5165289,0.5247934,0.54545456,0.57024795,0.5785124,0.56198347,0.57438016,0.55785125,0.55785125,0.56198347,0.58264464,0.5785124,0.58264464,0.5661157,0.54545456,0.5289256,0.53305787,0.5,0.49586776,0.4752066,0.39256197,0.1322314,0.11570248,0.1322314,0.12396694,0.12809917,0.18595041,0.18595041,0.17355372,0.17768595,0.26859504,0.47107437,0.5495868,0.54545456,0.54545456,0.5495868,0.57024795,0.55785125,0.5661157,0.59917355,0.6404959,0.6528926,0.6652893,0.6694215,0.6528926,0.6363636,0.661157,0.661157,0.6404959,0.6363636,0.61570245,0.6198347,0.5785124,0.57024795,0.55785125,0.54545456,0.5289256,0.5206612,0.5123967,0.5289256,0.5165289,0.5165289,0.5206612,0.5247934,0.5495868,0.56198347,0.56198347,0.57438016,0.57438016,0.5661157,0.57438016,0.56198347,0.5495868,0.57024795,0.57438016,0.58264464,0.5661157,0.5413223,0.5289256,0.54545456,0.53305787,0.5,0.47933885,0.45867768,0.33471075,0.09917355,0.12396694,0.12396694,0.11983471,0.11983471,0.18595041,0.18181819,0.17355372,0.18181819,0.20661157,0.37190083,0.5123967,0.54545456,0.5413223,0.553719,0.553719,0.55785125,0.57024795,0.60330576,0.6363636,0.6404959,0.6487603,0.6528926,0.6363636,0.6198347,0.6322314,0.6528926,0.6404959,0.6446281,0.6363636,0.6280992,0.61157024,0.61570245,0.61570245,0.59917355,0.59504133,0.58264464,0.5785124,0.55785125,0.5495868,0.5413223,0.54545456,0.55785125,0.56198347,0.57438016,0.57438016,0.57438016,0.5785124,0.5785124,0.5785124,0.5661157,0.55785125,0.5661157,0.5661157,0.5661157,0.54545456,0.5165289,0.53305787,0.553719,0.5165289,0.49586776,0.46280992,0.446281,0.35123968,0.11570248,0.11157025,0.12396694,0.11983471,0.12396694,0.18181819,0.18181819,0.1694215,0.20661157,0.16528925,0.2644628,0.4752066,0.5413223,0.5371901,0.5495868,0.54545456,0.5661157,0.5785124,0.59917355,0.62396693,0.62396693,0.62396693,0.6280992,0.6198347,0.61570245,0.6280992,0.6446281,0.6404959,0.6446281,0.6487603,0.6528926,0.6487603,0.6528926,0.6570248,0.6446281,0.6280992,0.62396693,0.607438,0.58677685,0.57438016,0.5661157,0.57438016,0.57024795,0.5785124,0.58677685,0.5785124,0.553719,0.57438016,0.58677685,0.57438016,0.5661157,0.553719,0.56198347,0.56198347,0.553719,0.53305787,0.5123967,0.5413223,0.54545456,0.5082645,0.4876033,0.44214877,0.446281,0.38016528,0.11157025,0.12396694,0.12396694,0.12396694,0.12396694,0.18181819,0.18181819,0.17768595,0.19421488,0.17768595,0.21487603,0.47933885,0.5495868,0.53305787,0.54545456,0.54545456,0.5661157,0.58264464,0.59504133,0.61157024,0.61570245,0.61157024,0.61570245,0.61570245,0.61157024,0.6404959,0.6404959,0.6322314,0.6363636,0.6446281,0.6570248,0.661157,0.661157,0.6528926,0.6404959,0.62396693,0.61157024,0.61157024,0.59917355,0.59090906,0.58264464,0.58264464,0.58264464,0.58677685,0.59090906,0.58264464,0.553719,0.57024795,0.58264464,0.57024795,0.57024795,0.56198347,0.56198347,0.553719,0.5371901,0.5289256,0.5289256,0.54545456,0.5247934,0.5,0.45454547,0.42975205,0.45454547,0.40495867,0.11570248,0.11983471,0.12396694,0.12396694,0.12396694,0.18181819,0.18181819,0.18595041,0.18595041,0.19008264,0.20661157,0.5041322,0.58264464,0.5206612,0.5165289,0.5371901,0.55785125,0.58264464,0.58264464,0.60330576,0.607438,0.61157024,0.607438,0.61570245,0.6198347,0.6363636,0.6404959,0.62396693,0.6198347,0.6280992,0.6446281,0.6528926,0.6446281,0.6322314,0.6198347,0.607438,0.59917355,0.60330576,0.607438,0.59090906,0.59090906,0.58264464,0.58677685,0.58264464,0.59090906,0.58677685,0.5785124,0.57438016,0.56198347,0.55785125,0.5785124,0.57024795,0.553719,0.5413223,0.5371901,0.5413223,0.54545456,0.5413223,0.5165289,0.47933885,0.44214877,0.4338843,0.46280992,0.42561984,0.14876033,0.10743801,0.11983471,0.12809917,0.12396694,0.18181819,0.18181819,0.19421488,0.20661157,0.16528925,0.20661157,0.5165289,0.62396693,0.5413223,0.49173555,0.5247934,0.55785125,0.57024795,0.5785124,0.60330576,0.60330576,0.607438,0.59917355,0.61157024,0.61570245,0.6280992,0.6363636,0.62396693,0.61570245,0.61157024,0.6198347,0.6404959,0.61570245,0.607438,0.60330576,0.59504133,0.5785124,0.59090906,0.59504133,0.59504133,0.58677685,0.58677685,0.58264464,0.57438016,0.58264464,0.58677685,0.5785124,0.55785125,0.54545456,0.553719,0.58264464,0.5661157,0.55785125,0.5413223,0.5289256,0.5371901,0.5371901,0.5247934,0.48347107,0.45867768,0.42561984,0.446281,0.4752066,0.45867768,0.14049587,0.10743801,0.13636364,0.11983471,0.12809917,0.18595041,0.18181819,0.19421488,0.19421488,0.18181819,0.19421488,0.5,0.6363636,0.59090906,0.5,0.49173555,0.5289256,0.5495868,0.56198347,0.58677685,0.59917355,0.59504133,0.59090906,0.59504133,0.59504133,0.61157024,0.62396693,0.6198347,0.607438,0.607438,0.607438,0.60330576,0.59504133,0.59090906,0.59090906,0.58677685,0.5661157,0.57438016,0.5785124,0.57024795,0.5661157,0.57024795,0.5661157,0.56198347,0.5661157,0.5661157,0.56198347,0.54545456,0.5413223,0.5495868,0.57024795,0.55785125,0.54545456,0.5247934,0.5206612,0.5247934,0.5123967,0.5,0.46280992,0.42561984,0.44214877,0.46280992,0.47933885,0.4876033,0.1694215,0.10330579,0.12396694,0.12396694,0.12809917,0.18595041,0.18181819,0.19421488,0.19421488,0.17355372,0.18595041,0.49586776,0.6487603,0.61570245,0.5247934,0.48347107,0.4876033,0.5123967,0.5371901,0.55785125,0.58677685,0.58677685,0.5785124,0.5785124,0.5785124,0.60330576,0.59917355,0.60330576,0.59090906,0.59090906,0.59090906,0.57438016,0.58264464,0.5661157,0.57024795,0.55785125,0.5289256,0.5247934,0.5247934,0.5289256,0.5371901,0.5413223,0.5371901,0.5289256,0.53305787,0.54545456,0.54545456,0.54545456,0.53305787,0.54545456,0.553719,0.54545456,0.5247934,0.5123967,0.5041322,0.5082645,0.49586776,0.47107437,0.446281,0.42975205,0.46694216,0.47933885,0.49586776,0.5041322,0.22727273,0.08677686,0.12396694,0.12809917,0.12809917,0.18595041,0.18595041,0.19421488,0.18595041,0.17355372,0.19008264,0.46694216,0.6363636,0.62396693,0.57024795,0.5041322,0.46694216,0.47933885,0.5082645,0.5206612,0.55785125,0.56198347,0.5661157,0.5661157,0.56198347,0.5661157,0.58264464,0.58264464,0.58264464,0.5661157,0.5661157,0.54545456,0.5413223,0.5247934,0.5165289,0.49586776,0.48347107,0.46694216,0.47107437,0.47933885,0.49173555,0.49586776,0.5041322,0.49173555,0.5041322,0.5165289,0.5247934,0.5289256,0.5247934,0.5371901,0.54545456,0.5247934,0.5041322,0.5,0.4876033,0.4876033,0.47107437,0.45041323,0.43801653,0.45041323,0.4876033,0.49586776,0.5041322,0.5082645,0.28099173,0.07024793,0.12396694,0.12396694,0.12396694,18 +0.38842976,0.59090906,0.7644628,0.7933884,0.8016529,0.8429752,0.8595041,0.8636364,0.8595041,0.8636364,0.8595041,0.8595041,0.8553719,0.8553719,0.8471074,0.8512397,0.8471074,0.8512397,0.838843,0.8347107,0.8347107,0.8305785,0.8264463,0.8264463,0.8181818,0.8057851,0.7892562,0.77272725,0.75619835,0.73966944,0.74380165,0.76033056,0.77272725,0.7644628,0.76859504,0.77272725,0.7644628,0.74793386,0.74793386,0.75619835,0.73966944,0.74380165,0.71900827,0.71487606,0.7231405,0.7066116,0.71487606,0.7066116,0.6942149,0.7066116,0.6652893,0.6735537,0.6652893,0.6528926,0.6570248,0.6570248,0.6446281,0.6198347,0.58677685,0.54545456,0.5165289,0.49173555,0.3305785,0.1570248,0.4214876,0.6487603,0.78512394,0.8057851,0.8016529,0.8512397,0.87603307,0.8636364,0.8719008,0.8636364,0.8595041,0.8636364,0.8595041,0.8595041,0.8595041,0.8636364,0.8595041,0.8512397,0.8429752,0.838843,0.8429752,0.8347107,0.8264463,0.822314,0.8181818,0.80991733,0.7933884,0.7768595,0.77272725,0.74793386,0.75206614,0.75619835,0.77272725,0.77272725,0.7644628,0.7768595,0.76859504,0.76033056,0.76033056,0.76033056,0.75619835,0.75206614,0.7355372,0.72727275,0.7231405,0.71487606,0.71900827,0.7231405,0.71900827,0.7066116,0.69008267,0.6735537,0.6735537,0.6652893,0.6735537,0.6735537,0.6528926,0.6322314,0.60330576,0.553719,0.5165289,0.49173555,0.3966942,0.1694215,0.46694216,0.6818182,0.8016529,0.8057851,0.8057851,0.8553719,0.87603307,0.8719008,0.8677686,0.8677686,0.8677686,0.8677686,0.8636364,0.8636364,0.8595041,0.8595041,0.8553719,0.8512397,0.838843,0.8347107,0.8347107,0.8429752,0.8181818,0.80991733,0.80991733,0.8140496,0.7933884,0.78512394,0.78512394,0.76859504,0.76033056,0.76033056,0.7768595,0.7768595,0.7768595,0.77272725,0.7644628,0.77272725,0.76859504,0.76859504,0.76859504,0.74793386,0.74380165,0.7231405,0.71900827,0.7107438,0.7107438,0.70247936,0.7231405,0.70247936,0.6942149,0.677686,0.677686,0.6694215,0.6735537,0.6735537,0.6694215,0.6363636,0.61157024,0.57024795,0.5247934,0.5082645,0.42561984,0.21487603,0.49173555,0.7231405,0.80991733,0.80991733,0.8140496,0.8471074,0.8719008,0.8719008,0.8719008,0.8636364,0.8636364,0.8636364,0.8553719,0.8553719,0.8471074,0.8512397,0.8512397,0.8429752,0.8347107,0.8305785,0.8264463,0.822314,0.8181818,0.8016529,0.7933884,0.79752064,0.7892562,0.77272725,0.77272725,0.7644628,0.76859504,0.7768595,0.7933884,0.79752064,0.7933884,0.7768595,0.74793386,0.76859504,0.7644628,0.76859504,0.75619835,0.7355372,0.72727275,0.7107438,0.71487606,0.7066116,0.7066116,0.6942149,0.6983471,0.71487606,0.6942149,0.6735537,0.6694215,0.6570248,0.6570248,0.6570248,0.6652893,0.6446281,0.61570245,0.57438016,0.5289256,0.5082645,0.446281,0.25619835,0.54545456,0.74793386,0.8181818,0.8181818,0.8181818,0.8429752,0.8677686,0.8636364,0.8677686,0.8595041,0.8553719,0.8512397,0.8429752,0.8305785,0.8305785,0.8264463,0.8181818,0.8181818,0.8140496,0.8016529,0.7933884,0.7892562,0.78512394,0.76859504,0.76033056,0.76859504,0.7644628,0.76033056,0.75619835,0.75619835,0.7644628,0.78099173,0.8016529,0.80991733,0.7892562,0.75619835,0.73140496,0.73966944,0.74793386,0.75206614,0.72727275,0.7107438,0.6983471,0.69008267,0.6818182,0.6859504,0.6859504,0.6859504,0.677686,0.6859504,0.6735537,0.6570248,0.6570248,0.6363636,0.62396693,0.6404959,0.6487603,0.6404959,0.6198347,0.58264464,0.53305787,0.5123967,0.45454547,0.28099173,0.59504133,0.76859504,0.822314,0.8264463,0.822314,0.8429752,0.8595041,0.8636364,0.8595041,0.8512397,0.838843,0.822314,0.8016529,0.78099173,0.7644628,0.76859504,0.75619835,0.74793386,0.73966944,0.71487606,0.6983471,0.6983471,0.6942149,0.6859504,0.6983471,0.71900827,0.70247936,0.71900827,0.7355372,0.7355372,0.74380165,0.7644628,0.8016529,0.8016529,0.76859504,0.73140496,0.70247936,0.7066116,0.70247936,0.6983471,0.6859504,0.6652893,0.6570248,0.6446281,0.607438,0.59917355,0.61570245,0.6363636,0.6198347,0.61157024,0.607438,0.607438,0.6363636,0.60330576,0.55785125,0.59090906,0.62396693,0.62396693,0.61157024,0.5785124,0.54545456,0.53305787,0.46280992,0.29752067,0.61570245,0.7644628,0.8264463,0.8264463,0.822314,0.8347107,0.8512397,0.8512397,0.838843,0.8140496,0.79752064,0.74793386,0.6818182,0.6404959,0.6280992,0.6198347,0.59917355,0.57024795,0.5413223,0.5123967,0.5206612,0.5082645,0.553719,0.55785125,0.59090906,0.61570245,0.607438,0.62396693,0.6652893,0.677686,0.6983471,0.73966944,0.78099173,0.78099173,0.74380165,0.6983471,0.661157,0.6570248,0.6322314,0.61570245,0.59917355,0.5785124,0.5371901,0.5082645,0.48347107,0.45041323,0.46694216,0.49173555,0.49173555,0.49173555,0.4876033,0.49586776,0.5082645,0.5785124,0.5206612,0.45454547,0.5371901,0.62396693,0.59917355,0.5785124,0.5413223,0.5413223,0.48347107,0.3181818,0.6198347,0.77272725,0.8264463,0.8264463,0.822314,0.8347107,0.8512397,0.8057851,0.7107438,0.6652893,0.6446281,0.58677685,0.5123967,0.47933885,0.46280992,0.42975205,0.4090909,0.37603307,0.3553719,0.35123968,0.34710744,0.3305785,0.35950413,0.42975205,0.45867768,0.49173555,0.5,0.53305787,0.56198347,0.59090906,0.6487603,0.7231405,0.77272725,0.75619835,0.7231405,0.677686,0.61570245,0.58677685,0.5371901,0.49173555,0.45867768,0.41322315,0.3677686,0.35123968,0.3305785,0.30991736,0.29752067,0.30991736,0.30991736,0.29338843,0.34710744,0.3553719,0.38016528,0.43801653,0.5041322,0.446281,0.36363637,0.49173555,0.58677685,0.57024795,0.5413223,0.54545456,0.4876033,0.32231405,0.6487603,0.78512394,0.8264463,0.8264463,0.822314,0.822314,0.78099173,0.6652893,0.55785125,0.5206612,0.49173555,0.43801653,0.39256197,0.3677686,0.35123968,0.30578512,0.27272728,0.25619835,0.25619835,0.2644628,0.23140496,0.23553719,0.23966943,0.29338843,0.34710744,0.41322315,0.42561984,0.45454547,0.48347107,0.55785125,0.6363636,0.73140496,0.76859504,0.76033056,0.6859504,0.6446281,0.60330576,0.5165289,0.43801653,0.38429752,0.338843,0.29338843,0.24380165,0.25619835,0.24793388,0.23966943,0.23140496,0.22727273,0.23966943,0.23966943,0.26859504,0.26859504,0.2768595,0.30165288,0.35123968,0.38842976,0.38016528,0.36363637,0.45454547,0.54545456,0.53305787,0.54545456,0.49586776,0.36363637,0.6570248,0.79752064,0.8264463,0.8140496,0.8140496,0.76859504,0.6735537,0.54545456,0.49586776,0.46280992,0.45041323,0.42975205,0.4090909,0.41322315,0.37190083,0.3305785,0.30578512,0.28512397,0.2768595,0.2520661,0.23966943,0.23553719,0.24380165,0.2603306,0.30165288,0.37190083,0.41322315,0.42975205,0.47933885,0.57438016,0.6859504,0.75206614,0.7768595,0.74793386,0.677686,0.6404959,0.59090906,0.5041322,0.40495867,0.3429752,0.30578512,0.26859504,0.24380165,0.25619835,0.23553719,0.24380165,0.25619835,0.28099173,0.3264463,0.35123968,0.36363637,0.37190083,0.37603307,0.3677686,0.36363637,0.35950413,0.36363637,0.37190083,0.3553719,0.45454547,0.5247934,0.5371901,0.53305787,0.40082645,0.6570248,0.79752064,0.8305785,0.8140496,0.77272725,0.6694215,0.5371901,0.47107437,0.47107437,0.5,0.5289256,0.5371901,0.5206612,0.5206612,0.49173555,0.46280992,0.4338843,0.4090909,0.37190083,0.3305785,0.30578512,0.2892562,0.3140496,0.32231405,0.35123968,0.3966942,0.43801653,0.47933885,0.5495868,0.6652893,0.76859504,0.8016529,0.8016529,0.75619835,0.6859504,0.6528926,0.6280992,0.5371901,0.45454547,0.38842976,0.37190083,0.35950413,0.3429752,0.3429752,0.30991736,0.33471075,0.35950413,0.4214876,0.46694216,0.49586776,0.5123967,0.5206612,0.5206612,0.5165289,0.5123967,0.46280992,0.3966942,0.3429752,0.33471075,0.38429752,0.5041322,0.5371901,0.553719,0.45041323,0.6694215,0.80991733,0.8347107,0.8181818,0.72727275,0.57438016,0.47107437,0.47933885,0.5413223,0.61157024,0.6404959,0.6446281,0.61570245,0.58264464,0.56198347,0.54545456,0.5206612,0.49173555,0.45041323,0.41322315,0.35950413,0.338843,0.32231405,0.338843,0.37603307,0.42975205,0.5,0.57438016,0.6694215,0.77272725,0.8305785,0.8347107,0.8140496,0.77272725,0.71487606,0.677686,0.661157,0.58677685,0.5289256,0.47933885,0.45454547,0.42561984,0.38842976,0.338843,0.33471075,0.3677686,0.41735536,0.4876033,0.5206612,0.553719,0.56198347,0.57438016,0.58677685,0.607438,0.6322314,0.61157024,0.5289256,0.39256197,0.28512397,0.3553719,0.4752066,0.5413223,0.55785125,0.49586776,0.6942149,0.8264463,0.838843,0.8140496,0.6942149,0.5413223,0.5413223,0.59504133,0.6652893,0.70247936,0.70247936,0.6694215,0.607438,0.56198347,0.59090906,0.607438,0.59504133,0.55785125,0.5206612,0.48347107,0.4338843,0.38429752,0.338843,0.338843,0.3429752,0.38842976,0.48347107,0.60330576,0.7355372,0.8305785,0.8512397,0.8429752,0.8140496,0.77272725,0.7355372,0.6942149,0.69008267,0.6322314,0.5661157,0.5,0.4214876,0.37603307,0.338843,0.3429752,0.3677686,0.4214876,0.46280992,0.5041322,0.54545456,0.5661157,0.57024795,0.55785125,0.55785125,0.61157024,0.6694215,0.661157,0.6280992,0.5247934,0.33471075,0.34710744,0.446281,0.53305787,0.553719,0.5289256,0.71487606,0.8264463,0.838843,0.80991733,0.71487606,0.6198347,0.6363636,0.6983471,0.6983471,0.71900827,0.6652893,0.61570245,0.6528926,0.71487606,0.7231405,0.69008267,0.6446281,0.5785124,0.5247934,0.47933885,0.45454547,0.43801653,0.40082645,0.40082645,0.37603307,0.3553719,0.42975205,0.57438016,0.73966944,0.8264463,0.8471074,0.838843,0.80991733,0.7768595,0.7355372,0.6983471,0.6818182,0.6528926,0.5495868,0.44214877,0.37603307,0.35950413,0.37603307,0.38842976,0.4214876,0.446281,0.47933885,0.5041322,0.53305787,0.55785125,0.5785124,0.57438016,0.56198347,0.5495868,0.61570245,0.661157,0.6280992,0.58264464,0.446281,0.38016528,0.446281,0.5289256,0.5413223,0.553719,0.76033056,0.8347107,0.8305785,0.8016529,0.7231405,0.7066116,0.70247936,0.71487606,0.70247936,0.6859504,0.62396693,0.71900827,0.80991733,0.80991733,0.7107438,0.5785124,0.4752066,0.446281,0.38016528,0.35950413,0.40495867,0.42561984,0.46280992,0.446281,0.446281,0.4338843,0.40495867,0.5371901,0.7231405,0.8016529,0.8347107,0.822314,0.79752064,0.76033056,0.73966944,0.6942149,0.661157,0.6487603,0.5371901,0.42975205,0.41322315,0.41735536,0.4090909,0.4338843,0.41735536,0.4090909,0.39256197,0.38429752,0.4090909,0.44214877,0.5123967,0.5661157,0.57024795,0.5785124,0.57024795,0.59090906,0.59090906,0.5785124,0.5495868,0.45867768,0.46280992,0.5206612,0.53305787,0.54545456,0.77272725,0.8264463,0.8305785,0.8016529,0.76859504,0.75206614,0.73140496,0.6942149,0.6983471,0.6198347,0.6735537,0.77272725,0.7644628,0.6528926,0.46694216,0.36363637,0.29752067,0.2644628,0.2768595,0.29752067,0.42561984,0.43801653,0.3966942,0.41735536,0.4876033,0.5165289,0.4876033,0.5371901,0.71900827,0.76033056,0.8305785,0.80991733,0.76859504,0.7355372,0.71487606,0.69008267,0.677686,0.6487603,0.553719,0.4876033,0.49586776,0.46280992,0.40082645,0.37603307,0.38842976,0.3264463,0.28099173,0.24380165,0.20661157,0.22727273,0.35950413,0.45867768,0.5,0.55785125,0.5495868,0.5247934,0.56198347,0.57438016,0.5785124,0.5413223,0.5,0.5041322,0.5206612,0.5413223,0.7768595,0.822314,0.822314,0.8057851,0.7933884,0.78512394,0.75206614,0.71900827,0.6735537,0.6487603,0.6859504,0.6652893,0.56198347,0.47933885,0.34710744,0.2644628,0.22727273,0.2231405,0.28099173,0.35950413,0.4876033,0.5165289,0.45867768,0.40082645,0.4214876,0.5206612,0.57438016,0.607438,0.7355372,0.76859504,0.822314,0.80991733,0.7644628,0.71900827,0.6983471,0.6735537,0.6942149,0.6528926,0.5785124,0.5371901,0.53305787,0.446281,0.37603307,0.39256197,0.4752066,0.40495867,0.30165288,0.25619835,0.17355372,0.20247933,0.30991736,0.5247934,0.4090909,0.42975205,0.5,0.5,0.54545456,0.5785124,0.607438,0.607438,0.5413223,0.5041322,0.5206612,0.5371901,0.76033056,0.8140496,0.8181818,0.80991733,0.8140496,0.8140496,0.7892562,0.76859504,0.7355372,0.70247936,0.61157024,0.5289256,0.49586776,0.5082645,0.45454547,0.338843,0.33471075,0.37603307,0.42561984,0.446281,0.49586776,0.5082645,0.5041322,0.49173555,0.5165289,0.56198347,0.6363636,0.6942149,0.76033056,0.7768595,0.8140496,0.8140496,0.76859504,0.71900827,0.6942149,0.677686,0.677686,0.6280992,0.58264464,0.57438016,0.5495868,0.4876033,0.49586776,0.45041323,0.49173555,0.47107437,0.3966942,0.37190083,0.30578512,0.28099173,0.34710744,0.48347107,0.46694216,0.3677686,0.38016528,0.46694216,0.5371901,0.607438,0.6570248,0.661157,0.59504133,0.53305787,0.5206612,0.5371901,0.71900827,0.8057851,0.8181818,0.822314,0.8347107,0.8429752,0.838843,0.8264463,0.79752064,0.71900827,0.607438,0.56198347,0.58264464,0.59504133,0.5661157,0.5041322,0.47107437,0.4876033,0.4876033,0.48347107,0.48347107,0.5,0.49173555,0.5206612,0.5495868,0.59504133,0.6942149,0.77272725,0.78512394,0.78099173,0.80991733,0.8057851,0.76859504,0.7231405,0.6983471,0.6859504,0.6694215,0.61157024,0.5785124,0.58677685,0.5661157,0.5413223,0.5165289,0.4752066,0.47933885,0.47107437,0.46280992,0.45454547,0.42561984,0.41322315,0.43801653,0.5041322,0.5041322,0.44214877,0.37603307,0.42561984,0.54545456,0.6280992,0.6983471,0.70247936,0.62396693,0.55785125,0.5247934,0.5371901,0.6363636,0.79752064,0.822314,0.8347107,0.8553719,0.8636364,0.8636364,0.8595041,0.8305785,0.76033056,0.6818182,0.6528926,0.6570248,0.6446281,0.59917355,0.54545456,0.5082645,0.4876033,0.4876033,0.4876033,0.47933885,0.47933885,0.5082645,0.54545456,0.58264464,0.6570248,0.76859504,0.822314,0.8016529,0.7892562,0.8057851,0.8057851,0.7768595,0.73966944,0.7107438,0.7066116,0.6652893,0.61157024,0.58677685,0.607438,0.59917355,0.5495868,0.5371901,0.49586776,0.47107437,0.46694216,0.47107437,0.46280992,0.46280992,0.4752066,0.4876033,0.5165289,0.553719,0.5247934,0.46694216,0.46694216,0.56198347,0.6322314,0.7107438,0.71900827,0.6446281,0.58264464,0.53305787,0.53305787,0.54545456,0.78512394,0.8305785,0.8512397,0.8636364,0.87603307,0.8719008,0.8677686,0.8595041,0.8347107,0.76859504,0.72727275,0.70247936,0.6652893,0.59504133,0.5495868,0.5,0.47933885,0.47107437,0.47933885,0.5123967,0.5247934,0.57438016,0.62396693,0.6818182,0.76033056,0.822314,0.8347107,0.8140496,0.7933884,0.822314,0.822314,0.7933884,0.76033056,0.72727275,0.6983471,0.6694215,0.62396693,0.58677685,0.62396693,0.6487603,0.607438,0.57024795,0.54545456,0.5413223,0.4876033,0.47107437,0.47933885,0.48347107,0.49586776,0.5206612,0.553719,0.59504133,0.58677685,0.5371901,0.54545456,0.607438,0.6528926,0.6942149,0.71900827,0.6652893,0.61157024,0.56198347,0.5371901,0.5,0.7892562,0.838843,0.8512397,0.8677686,0.8719008,0.87603307,0.8719008,0.8677686,0.8471074,0.822314,0.8016529,0.75619835,0.677686,0.60330576,0.5661157,0.54545456,0.5413223,0.56198347,0.607438,0.62396693,0.6652893,0.6942149,0.73140496,0.78099173,0.8264463,0.8429752,0.8471074,0.8181818,0.8016529,0.8181818,0.80991733,0.78512394,0.7644628,0.74380165,0.6983471,0.6528926,0.6198347,0.59090906,0.6198347,0.6652893,0.6735537,0.6280992,0.607438,0.59504133,0.58677685,0.5413223,0.5247934,0.5289256,0.5082645,0.5247934,0.5495868,0.58677685,0.59504133,0.58264464,0.60330576,0.6198347,0.6570248,0.6735537,0.70247936,0.6859504,0.6446281,0.59504133,0.5495868,0.5165289,0.7892562,0.838843,0.8595041,0.8677686,0.87603307,0.87603307,0.8719008,0.8636364,0.8512397,0.838843,0.8347107,0.8140496,0.78512394,0.75206614,0.72727275,0.71900827,0.71487606,0.72727275,0.73966944,0.74793386,0.7768595,0.7892562,0.80991733,0.8429752,0.8471074,0.8553719,0.8429752,0.8140496,0.8016529,0.8016529,0.7933884,0.76033056,0.75206614,0.7355372,0.69008267,0.661157,0.6198347,0.59917355,0.6198347,0.6694215,0.6942149,0.677686,0.6735537,0.6528926,0.6280992,0.61570245,0.61157024,0.59917355,0.59090906,0.59504133,0.59917355,0.61157024,0.61570245,0.60330576,0.61157024,0.6363636,0.6487603,0.661157,0.6818182,0.6942149,0.661157,0.607438,0.5785124,0.5206612,0.78099173,0.8347107,0.8553719,0.8677686,0.8719008,0.8719008,0.8677686,0.8595041,0.8512397,0.8429752,0.8429752,0.8305785,0.8181818,0.7933884,0.7933884,0.78512394,0.78099173,0.7933884,0.8016529,0.8016529,0.8181818,0.838843,0.8553719,0.8595041,0.8595041,0.8595041,0.8471074,0.8057851,0.7892562,0.8016529,0.7768595,0.74793386,0.7355372,0.71900827,0.69008267,0.6528926,0.62396693,0.60330576,0.61157024,0.6652893,0.6859504,0.69008267,0.6983471,0.6983471,0.677686,0.6652893,0.6652893,0.6446281,0.6363636,0.6363636,0.6322314,0.6363636,0.6363636,0.6280992,0.62396693,0.6404959,0.6570248,0.6570248,0.677686,0.6735537,0.6652893,0.61570245,0.57438016,0.553719,0.78099173,0.8347107,0.8595041,0.8677686,0.8719008,0.8677686,0.8677686,0.8595041,0.8512397,0.8429752,0.8429752,0.8347107,0.822314,0.8140496,0.80991733,0.80991733,0.80991733,0.8140496,0.822314,0.8305785,0.8347107,0.8471074,0.8553719,0.8677686,0.8677686,0.8595041,0.8429752,0.79752064,0.7933884,0.8140496,0.7892562,0.76033056,0.74380165,0.7066116,0.677686,0.6528926,0.6322314,0.59917355,0.60330576,0.6528926,0.69008267,0.6942149,0.6942149,0.7231405,0.7107438,0.6983471,0.69008267,0.677686,0.6652893,0.661157,0.6570248,0.6570248,0.661157,0.661157,0.6528926,0.6528926,0.6694215,0.6735537,0.6694215,0.6694215,0.6735537,0.6280992,0.57024795,0.62396693,0.78512394,0.8305785,0.8553719,0.8677686,0.8677686,0.8719008,0.8636364,0.8595041,0.8512397,0.8471074,0.8429752,0.838843,0.8305785,0.8181818,0.822314,0.8181818,0.8264463,0.8264463,0.8305785,0.8305785,0.8305785,0.8429752,0.8553719,0.8677686,0.8636364,0.8471074,0.8305785,0.79752064,0.80991733,0.838843,0.822314,0.77272725,0.75619835,0.7355372,0.6942149,0.6694215,0.6487603,0.61570245,0.59917355,0.6404959,0.6983471,0.6983471,0.6983471,0.7107438,0.72727275,0.71487606,0.71487606,0.7066116,0.6983471,0.6859504,0.69008267,0.6859504,0.69008267,0.6942149,0.6859504,0.677686,0.6694215,0.6818182,0.6735537,0.6735537,0.6735537,0.6322314,0.56198347,0.677686,0.79752064,0.8264463,0.8512397,0.8677686,0.8677686,0.8677686,0.8677686,0.8595041,0.8553719,0.8429752,0.838843,0.8347107,0.838843,0.8264463,0.8305785,0.8264463,0.8264463,0.8264463,0.822314,0.8264463,0.822314,0.8305785,0.8512397,0.8636364,0.8553719,0.8305785,0.8181818,0.78512394,0.8016529,0.8264463,0.8305785,0.76033056,0.71900827,0.71487606,0.7066116,0.6735537,0.677686,0.6446281,0.59917355,0.6198347,0.6942149,0.71487606,0.70247936,0.6983471,0.71487606,0.7066116,0.7066116,0.71900827,0.71900827,0.71900827,0.6983471,0.70247936,0.70247936,0.7107438,0.6983471,0.6859504,0.677686,0.6859504,0.6818182,0.677686,0.6735537,0.6487603,0.55785125,0.71487606,0.7892562,0.8181818,0.8512397,0.8636364,0.8677686,0.8677686,0.8677686,0.8636364,0.8595041,0.8471074,0.838843,0.8347107,0.8429752,0.8347107,0.8264463,0.8264463,0.822314,0.8140496,0.80991733,0.8181818,0.8057851,0.822314,0.838843,0.8553719,0.8429752,0.822314,0.7892562,0.76859504,0.76033056,0.76859504,0.77272725,0.71487606,0.661157,0.6446281,0.6570248,0.6528926,0.6818182,0.6446281,0.59090906,0.607438,0.6694215,0.72727275,0.71487606,0.6983471,0.7066116,0.6983471,0.7066116,0.73140496,0.7355372,0.73966944,0.7066116,0.6942149,0.7066116,0.70247936,0.7066116,0.6983471,0.6942149,0.70247936,0.7066116,0.6942149,0.69008267,0.6528926,0.55785125,0.74793386,0.79752064,0.8181818,0.8429752,0.8636364,0.8719008,0.8719008,0.8719008,0.8677686,0.8595041,0.8512397,0.838843,0.838843,0.8305785,0.838843,0.8140496,0.80991733,0.8057851,0.8016529,0.8016529,0.80991733,0.80991733,0.8057851,0.822314,0.8347107,0.8305785,0.8057851,0.76859504,0.70247936,0.6570248,0.70247936,0.6942149,0.6322314,0.58264464,0.56198347,0.58264464,0.61570245,0.6280992,0.59504133,0.5661157,0.58264464,0.6404959,0.70247936,0.7066116,0.7107438,0.70247936,0.7107438,0.7107438,0.7355372,0.76033056,0.74380165,0.74380165,0.72727275,0.71487606,0.71900827,0.71487606,0.7066116,0.7066116,0.71487606,0.7231405,0.70247936,0.69008267,0.6487603,0.55785125,0.75619835,0.78512394,0.8181818,0.8512397,0.8553719,0.8636364,0.8719008,0.8719008,0.87603307,0.8677686,0.8512397,0.838843,0.838843,0.8347107,0.822314,0.8140496,0.7892562,0.7892562,0.79752064,0.7892562,0.7933884,0.7892562,0.79752064,0.80991733,0.8181818,0.8140496,0.78512394,0.6818182,0.5206612,0.4338843,0.4752066,0.57438016,0.57024795,0.5082645,0.4876033,0.5082645,0.55785125,0.53305787,0.47107437,0.43801653,0.5206612,0.61570245,0.6694215,0.7107438,0.7107438,0.71900827,0.71487606,0.73140496,0.74380165,0.75619835,0.74380165,0.76033056,0.75206614,0.7355372,0.73966944,0.7355372,0.72727275,0.70247936,0.71487606,0.7107438,0.6983471,0.6859504,0.6404959,0.54545456,0.75206614,0.78099173,0.8140496,0.838843,0.8553719,0.8636364,0.8677686,0.8719008,0.8677686,0.8636364,0.8471074,0.8347107,0.8305785,0.822314,0.8181818,0.8016529,0.78512394,0.78099173,0.7768595,0.7768595,0.7768595,0.78512394,0.7892562,0.79752064,0.8016529,0.8016529,0.7355372,0.57024795,0.38016528,0.23553719,0.30578512,0.45454547,0.5247934,0.45041323,0.4214876,0.45867768,0.49586776,0.42561984,0.29752067,0.2768595,0.40495867,0.55785125,0.6404959,0.6983471,0.71900827,0.72727275,0.71900827,0.7355372,0.73966944,0.74380165,0.73966944,0.75206614,0.75206614,0.74380165,0.7355372,0.73140496,0.72727275,0.7231405,0.72727275,0.70247936,0.6859504,0.6652893,0.6363636,0.53305787,0.74793386,0.78099173,0.8057851,0.8347107,0.8429752,0.8595041,0.8677686,0.8677686,0.8719008,0.8636364,0.8471074,0.8347107,0.8264463,0.80991733,0.8181818,0.7933884,0.77272725,0.75619835,0.75619835,0.74793386,0.74793386,0.76859504,0.78099173,0.7892562,0.78512394,0.77272725,0.6859504,0.5041322,0.30991736,0.1570248,0.2644628,0.4752066,0.54545456,0.446281,0.38842976,0.44214877,0.46280992,0.38429752,0.23966943,0.23553719,0.37603307,0.5123967,0.6322314,0.69008267,0.71900827,0.71900827,0.71487606,0.7231405,0.73966944,0.73966944,0.74793386,0.74380165,0.73966944,0.7355372,0.73140496,0.7355372,0.73140496,0.73140496,0.73966944,0.70247936,0.677686,0.6528926,0.6322314,0.53305787,0.73966944,0.78512394,0.7933884,0.8181818,0.8347107,0.8512397,0.8677686,0.8719008,0.8719008,0.8636364,0.8471074,0.8305785,0.8140496,0.8057851,0.8057851,0.7768595,0.75206614,0.73966944,0.73140496,0.73140496,0.73966944,0.76033056,0.78099173,0.7892562,0.76859504,0.7355372,0.6694215,0.49586776,0.3181818,0.23966943,0.42561984,0.57438016,0.57438016,0.45041323,0.38842976,0.42975205,0.46694216,0.43801653,0.3553719,0.338843,0.41735536,0.5,0.607438,0.6818182,0.7107438,0.71900827,0.71487606,0.71487606,0.7231405,0.74380165,0.74380165,0.73966944,0.71900827,0.71900827,0.71487606,0.71900827,0.73966944,0.74793386,0.74380165,0.7066116,0.6694215,0.6404959,0.61157024,0.5289256,0.73140496,0.78099173,0.78512394,0.8016529,0.8264463,0.8471074,0.8595041,0.8677686,0.8636364,0.8553719,0.838843,0.8181818,0.79752064,0.7933884,0.7644628,0.75206614,0.73140496,0.71900827,0.71900827,0.7231405,0.74380165,0.7768595,0.8016529,0.79752064,0.7644628,0.7231405,0.6818182,0.553719,0.3966942,0.45041323,0.607438,0.6446281,0.56198347,0.4338843,0.38016528,0.42975205,0.4876033,0.5041322,0.4876033,0.446281,0.45041323,0.4876033,0.5661157,0.6528926,0.70247936,0.7231405,0.72727275,0.71900827,0.71487606,0.73140496,0.73140496,0.72727275,0.71487606,0.7107438,0.6983471,0.7066116,0.7355372,0.76033056,0.74793386,0.71900827,0.661157,0.6280992,0.59504133,0.5289256,0.72727275,0.77272725,0.78099173,0.80991733,0.822314,0.8429752,0.8553719,0.8471074,0.8512397,0.8471074,0.8305785,0.8057851,0.78099173,0.76033056,0.74380165,0.71487606,0.6942149,0.69008267,0.69008267,0.71487606,0.75619835,0.8016529,0.8181818,0.8140496,0.7768595,0.7355372,0.6859504,0.61570245,0.55785125,0.6528926,0.6942149,0.6446281,0.5289256,0.4214876,0.37603307,0.446281,0.5041322,0.5413223,0.5371901,0.49173555,0.46694216,0.47107437,0.5413223,0.6198347,0.6694215,0.7107438,0.7231405,0.7107438,0.7066116,0.7066116,0.7066116,0.7107438,0.6942149,0.6983471,0.6942149,0.70247936,0.71900827,0.75619835,0.74793386,0.72727275,0.6652893,0.6198347,0.5785124,0.5289256,0.7107438,0.76033056,0.7892562,0.8016529,0.822314,0.8347107,0.8264463,0.8429752,0.8347107,0.838843,0.822314,0.78512394,0.76033056,0.73966944,0.6983471,0.677686,0.6487603,0.6487603,0.6528926,0.7066116,0.78099173,0.8181818,0.838843,0.8305785,0.8016529,0.77272725,0.74793386,0.73140496,0.73140496,0.75206614,0.72727275,0.6280992,0.5041322,0.44214877,0.41322315,0.45454547,0.5041322,0.54545456,0.5495868,0.5289256,0.5247934,0.5371901,0.5413223,0.607438,0.6528926,0.69008267,0.7107438,0.7066116,0.6942149,0.6983471,0.6735537,0.6735537,0.6570248,0.6694215,0.6942149,0.6859504,0.7107438,0.73966944,0.7355372,0.7066116,0.6528926,0.6198347,0.56198347,0.5165289,0.6983471,0.75206614,0.7768595,0.79752064,0.8057851,0.8140496,0.8181818,0.822314,0.8264463,0.822314,0.7892562,0.76033056,0.7355372,0.6942149,0.6652893,0.6363636,0.607438,0.60330576,0.6528926,0.74380165,0.80991733,0.8305785,0.8429752,0.822314,0.80991733,0.7933884,0.7768595,0.7768595,0.76859504,0.76033056,0.70247936,0.59917355,0.5041322,0.45867768,0.446281,0.47933885,0.5247934,0.5413223,0.54545456,0.5495868,0.55785125,0.55785125,0.5661157,0.59090906,0.62396693,0.661157,0.6942149,0.6983471,0.6818182,0.6859504,0.661157,0.6446281,0.6404959,0.6404959,0.677686,0.6859504,0.6983471,0.7231405,0.7355372,0.70247936,0.6487603,0.607438,0.5661157,0.5,0.6487603,0.74380165,0.76859504,0.78512394,0.7892562,0.79752064,0.8016529,0.80991733,0.8057851,0.7933884,0.76859504,0.7355372,0.6983471,0.6570248,0.607438,0.5785124,0.57438016,0.6198347,0.71487606,0.7892562,0.8181818,0.822314,0.8181818,0.8140496,0.79752064,0.7892562,0.78099173,0.77272725,0.77272725,0.72727275,0.6652893,0.58264464,0.5082645,0.4876033,0.4876033,0.4876033,0.5413223,0.54545456,0.54545456,0.55785125,0.57024795,0.5661157,0.57438016,0.59090906,0.60330576,0.6363636,0.6570248,0.677686,0.6652893,0.6570248,0.6404959,0.6322314,0.6280992,0.62396693,0.6446281,0.6694215,0.6859504,0.7066116,0.7066116,0.677686,0.6322314,0.59504133,0.5495868,0.47933885,0.61157024,0.72727275,0.76033056,0.76859504,0.7768595,0.78099173,0.78099173,0.78099173,0.7768595,0.76859504,0.74793386,0.71487606,0.6652893,0.607438,0.56198347,0.553719,0.59917355,0.6859504,0.75619835,0.79752064,0.8057851,0.8016529,0.8016529,0.79752064,0.7768595,0.77272725,0.76859504,0.75206614,0.74793386,0.6942149,0.6322314,0.5661157,0.5289256,0.5123967,0.5082645,0.5082645,0.54545456,0.553719,0.553719,0.5661157,0.5785124,0.57438016,0.5785124,0.58264464,0.60330576,0.6280992,0.6280992,0.6446281,0.6446281,0.6198347,0.6198347,0.61570245,0.60330576,0.59504133,0.61157024,0.6487603,0.69008267,0.6859504,0.6735537,0.6528926,0.61570245,0.58264464,0.5371901,0.45041323,0.59090906,0.7066116,0.73966944,0.75206614,0.75619835,0.76033056,0.76033056,0.7644628,0.7355372,0.74380165,0.7231405,0.6942149,0.6363636,0.57438016,0.5247934,0.56198347,0.6694215,0.73140496,0.7644628,0.7933884,0.7933884,0.7933884,0.7892562,0.78099173,0.7644628,0.75619835,0.74380165,0.72727275,0.71487606,0.661157,0.60330576,0.56198347,0.5371901,0.5289256,0.5165289,0.5082645,0.54545456,0.553719,0.55785125,0.57024795,0.5785124,0.58264464,0.58264464,0.58264464,0.59917355,0.6198347,0.62396693,0.62396693,0.6280992,0.61570245,0.60330576,0.59917355,0.59090906,0.57438016,0.58677685,0.6280992,0.6735537,0.6694215,0.6487603,0.6322314,0.60330576,0.57024795,0.5247934,0.42975205,0.6404959,0.6942149,0.72727275,0.73966944,0.7355372,0.73966944,0.73966944,0.74380165,0.7231405,0.7231405,0.7107438,0.677686,0.607438,0.53305787,0.49173555,0.6363636,0.71487606,0.73966944,0.75619835,0.7768595,0.78099173,0.78099173,0.78099173,0.76033056,0.74380165,0.7355372,0.72727275,0.7107438,0.69008267,0.6404959,0.59917355,0.56198347,0.5413223,0.553719,0.5289256,0.5247934,0.54545456,0.56198347,0.5661157,0.57438016,0.58677685,0.59090906,0.59090906,0.59090906,0.60330576,0.607438,0.61570245,0.607438,0.62396693,0.60330576,0.59504133,0.58264464,0.58264464,0.5661157,0.57024795,0.61157024,0.6446281,0.6446281,0.6322314,0.607438,0.59504133,0.56198347,0.5123967,0.43801653,0.6983471,0.7066116,0.7107438,0.7231405,0.71900827,0.7231405,0.73140496,0.7231405,0.71900827,0.7107438,0.70247936,0.661157,0.57438016,0.49586776,0.5165289,0.6652893,0.71900827,0.71900827,0.7355372,0.75619835,0.76033056,0.75619835,0.74380165,0.73966944,0.72727275,0.7231405,0.71900827,0.7066116,0.6859504,0.6570248,0.62396693,0.59917355,0.58677685,0.59917355,0.58677685,0.57024795,0.58677685,0.59504133,0.59917355,0.59504133,0.60330576,0.607438,0.607438,0.59504133,0.61157024,0.61157024,0.60330576,0.60330576,0.60330576,0.59504133,0.58264464,0.59090906,0.57438016,0.57024795,0.5661157,0.607438,0.6404959,0.6404959,0.62396693,0.59090906,0.58264464,0.553719,0.49586776,0.47107437,0.7107438,0.6859504,0.6942149,0.6983471,0.6859504,0.7107438,0.71900827,0.70247936,0.6942149,0.70247936,0.6859504,0.6487603,0.56198347,0.47107437,0.5495868,0.6446281,0.6570248,0.6570248,0.6859504,0.7107438,0.71900827,0.7231405,0.7231405,0.7107438,0.7107438,0.7107438,0.7107438,0.6859504,0.6735537,0.6446281,0.6322314,0.61570245,0.6280992,0.6363636,0.61157024,0.6198347,0.61157024,0.61157024,0.61570245,0.61157024,0.61157024,0.62396693,0.61570245,0.607438,0.607438,0.61157024,0.58677685,0.58264464,0.58264464,0.5661157,0.53305787,0.55785125,0.553719,0.553719,0.5661157,0.59504133,0.6280992,0.6404959,0.61570245,0.57438016,0.56198347,0.5413223,0.49173555,0.46694216,0.75206614,0.71487606,0.69008267,0.6735537,0.677686,0.6942149,0.69008267,0.6735537,0.677686,0.6942149,0.6942149,0.6570248,0.5661157,0.5,0.5371901,0.5661157,0.54545456,0.5371901,0.5785124,0.6363636,0.661157,0.6859504,0.69008267,0.6818182,0.677686,0.6652893,0.6363636,0.62396693,0.5785124,0.55785125,0.5371901,0.54545456,0.55785125,0.55785125,0.5413223,0.54545456,0.5289256,0.5206612,0.53305787,0.5495868,0.57024795,0.59090906,0.59090906,0.59917355,0.607438,0.61570245,0.59504133,0.5661157,0.53305787,0.49586776,0.46280992,0.47933885,0.5247934,0.55785125,0.57438016,0.59504133,0.61570245,0.6198347,0.60330576,0.57024795,0.553719,0.5206612,0.4876033,0.4752066,0.7768595,0.75206614,0.69008267,0.6694215,0.677686,0.69008267,0.677686,0.6487603,0.6694215,0.6983471,0.6983471,0.6528926,0.5785124,0.53305787,0.5289256,0.5,0.43801653,0.4090909,0.45041323,0.5371901,0.60330576,0.6198347,0.62396693,0.60330576,0.57438016,0.5495868,0.5206612,0.49586776,0.47933885,0.45867768,0.44214877,0.44214877,0.446281,0.446281,0.43801653,0.4338843,0.42975205,0.42975205,0.44214877,0.45454547,0.47933885,0.49173555,0.5206612,0.53305787,0.55785125,0.58264464,0.5661157,0.5247934,0.46694216,0.41322315,0.39256197,0.4338843,0.49173555,0.54545456,0.58677685,0.61157024,0.6198347,0.607438,0.59090906,0.55785125,0.5413223,0.5123967,0.49173555,0.5041322,0.75206614,0.74380165,0.69008267,0.6735537,0.6818182,0.6818182,0.6694215,0.6528926,0.6694215,0.6942149,0.6983471,0.6528926,0.59917355,0.55785125,0.5413223,0.49586776,0.42975205,0.40082645,0.42975205,0.47933885,0.5082645,0.5247934,0.5041322,0.47933885,0.45454547,0.43801653,0.42561984,0.42561984,0.4090909,0.40495867,0.38429752,0.3553719,0.34710744,0.3553719,0.35123968,0.35950413,0.35950413,0.3677686,0.38016528,0.37603307,0.39256197,0.40082645,0.41735536,0.4214876,0.45867768,0.48347107,0.47933885,0.446281,0.44214877,0.45454547,0.43801653,0.45041323,0.4876033,0.5413223,0.59504133,0.6280992,0.61157024,0.59090906,0.5661157,0.5413223,0.5289256,0.5082645,0.49173555,0.5082645,0.6198347,0.6363636,0.6404959,0.677686,0.69008267,0.6818182,0.6652893,0.6570248,0.6694215,0.69008267,0.69008267,0.6694215,0.6280992,0.607438,0.553719,0.5289256,0.49586776,0.5082645,0.5495868,0.55785125,0.5247934,0.47933885,0.45454547,0.44214877,0.4338843,0.4338843,0.42975205,0.40495867,0.38429752,0.36363637,0.3429752,0.3264463,0.3140496,0.3140496,0.3140496,0.3181818,0.3305785,0.3305785,0.35123968,0.35123968,0.35950413,0.3677686,0.38016528,0.37190083,0.40082645,0.4090909,0.42561984,0.46280992,0.5082645,0.53305787,0.5165289,0.47933885,0.5041322,0.553719,0.60330576,0.61570245,0.59504133,0.57438016,0.5495868,0.5247934,0.5289256,0.5041322,0.40495867,0.38429752,0.4214876,0.42975205,0.553719,0.661157,0.6859504,0.6859504,0.661157,0.6570248,0.6652893,0.6818182,0.69008267,0.677686,0.6528926,0.6198347,0.58677685,0.56198347,0.56198347,0.61157024,0.677686,0.70247936,0.6735537,0.61570245,0.55785125,0.55785125,0.56198347,0.5785124,0.57024795,0.5082645,0.48347107,0.45867768,0.4338843,0.42975205,0.41735536,0.4090909,0.4090909,0.40495867,0.40495867,0.40082645,0.40495867,0.4090909,0.41322315,0.41322315,0.4214876,0.42561984,0.4338843,0.46280992,0.49586776,0.553719,0.58677685,0.5661157,0.56198347,0.5041322,0.53305787,0.5785124,0.60330576,0.59504133,0.5785124,0.55785125,0.53305787,0.5206612,0.5289256,0.47933885,0.24793388,0.20247933,0.23140496,0.2603306,0.446281,0.6322314,0.6859504,0.6818182,0.661157,0.6446281,0.661157,0.677686,0.6859504,0.6735537,0.6652893,0.6363636,0.62396693,0.58677685,0.607438,0.6735537,0.74380165,0.78099173,0.77272725,0.75206614,0.70247936,0.677686,0.6694215,0.6942149,0.7066116,0.6363636,0.607438,0.57438016,0.5661157,0.5661157,0.5495868,0.54545456,0.5371901,0.53305787,0.5123967,0.49173555,0.4752066,0.4752066,0.49173555,0.49173555,0.49586776,0.5,0.5165289,0.553719,0.59090906,0.6198347,0.61570245,0.59504133,0.59090906,0.5413223,0.5495868,0.59090906,0.607438,0.58677685,0.57024795,0.54545456,0.53305787,0.53305787,0.53305787,0.41322315,0.14049587,0.12396694,0.20661157,0.17355372,0.35123968,0.59917355,0.6735537,0.6694215,0.6570248,0.6528926,0.6363636,0.6652893,0.677686,0.6735537,0.6694215,0.6652893,0.6280992,0.61157024,0.6363636,0.6983471,0.75206614,0.7892562,0.8016529,0.80991733,0.77272725,0.7355372,0.71900827,0.6983471,0.6818182,0.6404959,0.607438,0.5661157,0.57024795,0.55785125,0.55785125,0.54545456,0.54545456,0.53305787,0.5247934,0.49173555,0.48347107,0.5,0.53305787,0.54545456,0.553719,0.5785124,0.60330576,0.6198347,0.6280992,0.6280992,0.6198347,0.59504133,0.58677685,0.5495868,0.56198347,0.59090906,0.59917355,0.5785124,0.553719,0.5289256,0.53305787,0.5371901,0.5123967,0.3264463,0.10330579,0.15289256,0.20247933,0.18181819,0.27272728,0.5413223,0.6487603,0.6694215,0.661157,0.6363636,0.6487603,0.6528926,0.6652893,0.6652893,0.6694215,0.6694215,0.6446281,0.6322314,0.661157,0.70247936,0.74380165,0.7768595,0.79752064,0.8016529,0.7892562,0.76033056,0.72727275,0.6983471,0.6652893,0.6363636,0.59504133,0.54545456,0.5165289,0.49173555,0.48347107,0.48347107,0.48347107,0.4752066,0.47107437,0.46694216,0.47933885,0.5165289,0.5495868,0.5661157,0.59090906,0.61570245,0.6198347,0.6322314,0.6322314,0.62396693,0.61157024,0.59090906,0.57024795,0.553719,0.553719,0.5785124,0.58264464,0.5661157,0.5495868,0.5289256,0.5289256,0.5247934,0.4752066,0.23140496,0.09917355,0.13636364,0.19421488,0.19008264,0.21900827,0.46694216,0.6198347,0.6487603,0.6487603,0.6404959,0.6404959,0.6446281,0.6528926,0.6570248,0.6652893,0.6694215,0.6528926,0.6528926,0.6694215,0.70247936,0.7355372,0.76033056,0.76859504,0.7768595,0.78099173,0.77272725,0.74793386,0.7107438,0.6735537,0.6363636,0.607438,0.54545456,0.49173555,0.45454547,0.42561984,0.4214876,0.42975205,0.45041323,0.43801653,0.45867768,0.4876033,0.5206612,0.553719,0.58264464,0.59504133,0.6280992,0.62396693,0.6198347,0.61570245,0.60330576,0.60330576,0.57438016,0.57024795,0.5495868,0.553719,0.5661157,0.56198347,0.553719,0.5413223,0.5165289,0.5371901,0.5165289,0.4090909,0.1570248,0.10743801,0.14049587,0.2107438,0.19008264,0.19008264,0.38429752,0.5785124,0.6280992,0.6198347,0.62396693,0.6322314,0.6404959,0.6404959,0.6487603,0.661157,0.661157,0.6528926,0.6528926,0.6735537,0.6983471,0.72727275,0.73966944,0.7355372,0.75619835,0.75619835,0.75619835,0.73966944,0.7107438,0.677686,0.6487603,0.60330576,0.54545456,0.4876033,0.446281,0.4090909,0.37603307,0.38429752,0.4090909,0.4214876,0.45454547,0.4876033,0.5165289,0.54545456,0.57024795,0.58264464,0.607438,0.60330576,0.59090906,0.59090906,0.59090906,0.59917355,0.5785124,0.56198347,0.56198347,0.55785125,0.5661157,0.553719,0.5371901,0.5247934,0.5165289,0.53305787,0.5,0.3181818,0.11983471,0.11983471,0.12809917,0.19008264,0.19421488,0.18181819,0.29752067,0.5206612,0.59917355,0.607438,0.59917355,0.62396693,0.62396693,0.62396693,0.6280992,0.6404959,0.6446281,0.6404959,0.6570248,0.6694215,0.6818182,0.70247936,0.71487606,0.7107438,0.7231405,0.72727275,0.71487606,0.70247936,0.6735537,0.6487603,0.6198347,0.57024795,0.5165289,0.47933885,0.446281,0.41322315,0.38016528,0.38429752,0.3966942,0.41735536,0.44214877,0.46280992,0.49173555,0.5247934,0.5413223,0.57024795,0.5661157,0.5785124,0.57438016,0.5785124,0.5785124,0.58677685,0.58264464,0.57438016,0.57438016,0.5661157,0.56198347,0.54545456,0.53305787,0.5082645,0.5206612,0.5165289,0.446281,0.21900827,0.10743801,0.11983471,0.12396694,0.18181819,0.19421488,0.17355372,0.23140496,0.43801653,0.5661157,0.607438,0.58677685,0.59504133,0.60330576,0.607438,0.61157024,0.61570245,0.62396693,0.6322314,0.6487603,0.6570248,0.6694215,0.6818182,0.677686,0.6859504,0.6942149,0.6983471,0.677686,0.6652893,0.6363636,0.61570245,0.5661157,0.5165289,0.47107437,0.45867768,0.45041323,0.42561984,0.41322315,0.41735536,0.42561984,0.4214876,0.446281,0.46280992,0.4752066,0.49586776,0.5206612,0.55785125,0.5413223,0.56198347,0.5661157,0.5785124,0.57438016,0.57024795,0.58264464,0.58264464,0.58264464,0.57438016,0.5495868,0.5289256,0.5165289,0.5,0.5123967,0.49173555,0.3553719,0.1446281,0.11570248,0.11570248,0.1322314,0.1983471,0.19008264,0.17768595,0.17355372,0.3305785,0.5165289,0.59090906,0.5785124,0.57438016,0.59090906,0.59090906,0.59917355,0.59917355,0.61157024,0.6363636,0.6404959,0.6446281,0.6570248,0.661157,0.661157,0.6694215,0.677686,0.6735537,0.6570248,0.6363636,0.607438,0.5785124,0.53305787,0.47933885,0.4338843,0.43801653,0.44214877,0.44214877,0.4338843,0.446281,0.43801653,0.446281,0.45454547,0.46280992,0.47933885,0.5041322,0.5247934,0.54545456,0.5371901,0.5495868,0.5661157,0.57024795,0.57024795,0.5785124,0.59090906,0.5785124,0.58677685,0.5661157,0.5413223,0.5247934,0.5123967,0.5082645,0.49586776,0.45867768,0.2644628,0.11157025,0.12809917,0.12809917,0.12396694,0.18181819,0.1983471,0.1694215,0.1694215,0.23140496,0.42975205,0.5495868,0.5661157,0.56198347,0.57024795,0.5785124,0.58264464,0.57438016,0.59917355,0.62396693,0.6404959,0.6487603,0.6446281,0.6528926,0.6363636,0.661157,0.6446281,0.6528926,0.61570245,0.59917355,0.58264464,0.55785125,0.49586776,0.47107437,0.4338843,0.4214876,0.44214877,0.43801653,0.45041323,0.45867768,0.46280992,0.46280992,0.47107437,0.47933885,0.47933885,0.5082645,0.53305787,0.56198347,0.5413223,0.5413223,0.56198347,0.5661157,0.56198347,0.57024795,0.57438016,0.57438016,0.58264464,0.55785125,0.5371901,0.53305787,0.5123967,0.5082645,0.47107437,0.42975205,0.20247933,0.10330579,0.12396694,0.12396694,0.12396694,0.18595041,0.18181819,0.17768595,0.17768595,0.1983471,0.3140496,0.5,0.553719,0.55785125,0.55785125,0.57024795,0.5785124,0.57024795,0.5785124,0.59090906,0.6404959,0.6446281,0.6404959,0.6446281,0.6322314,0.6280992,0.6446281,0.61570245,0.59917355,0.58677685,0.5785124,0.5495868,0.5289256,0.49173555,0.47107437,0.46280992,0.46694216,0.47107437,0.46694216,0.48347107,0.48347107,0.4876033,0.49173555,0.49586776,0.5123967,0.5289256,0.5661157,0.54545456,0.553719,0.56198347,0.55785125,0.55785125,0.56198347,0.5661157,0.57438016,0.55785125,0.55785125,0.5413223,0.5371901,0.5289256,0.5082645,0.47933885,0.446281,0.4214876,0.22727273,0.09917355,0.12396694,0.11983471,0.11983471,0.18595041,0.18181819,0.1694215,0.19008264,0.17355372,0.21900827,0.42561984,0.5371901,0.54545456,0.54545456,0.55785125,0.56198347,0.5661157,0.5785124,0.607438,0.62396693,0.6404959,0.6363636,0.6322314,0.6198347,0.607438,0.6404959,0.61570245,0.60330576,0.60330576,0.59917355,0.58677685,0.57024795,0.553719,0.54545456,0.53305787,0.53305787,0.53305787,0.5289256,0.5206612,0.5165289,0.5165289,0.5289256,0.5413223,0.5495868,0.55785125,0.57024795,0.56198347,0.5495868,0.57024795,0.5661157,0.553719,0.56198347,0.55785125,0.56198347,0.55785125,0.5413223,0.5165289,0.53305787,0.5247934,0.49586776,0.46280992,0.42975205,0.42975205,0.24793388,0.09917355,0.12396694,0.12396694,0.12396694,0.17355372,0.18595041,0.17355372,0.19008264,0.18181819,0.15289256,0.40495867,0.5413223,0.5413223,0.5371901,0.54545456,0.55785125,0.57024795,0.5785124,0.60330576,0.6198347,0.62396693,0.62396693,0.6198347,0.607438,0.58677685,0.6198347,0.61570245,0.61157024,0.62396693,0.62396693,0.6198347,0.61570245,0.62396693,0.62396693,0.61157024,0.607438,0.59917355,0.58264464,0.56198347,0.553719,0.55785125,0.57024795,0.57024795,0.57438016,0.57024795,0.56198347,0.57438016,0.57438016,0.5785124,0.57024795,0.553719,0.56198347,0.56198347,0.55785125,0.5413223,0.5165289,0.5,0.53305787,0.5165289,0.4752066,0.43801653,0.4338843,0.43801653,0.26859504,0.09917355,0.11570248,0.11983471,0.1322314,0.18595041,0.17355372,0.18181819,0.18595041,0.19008264,0.14049587,0.40495867,0.59504133,0.5413223,0.5206612,0.5371901,0.54545456,0.5661157,0.5785124,0.59917355,0.59917355,0.60330576,0.607438,0.607438,0.59917355,0.60330576,0.6198347,0.61570245,0.62396693,0.6363636,0.6487603,0.6487603,0.661157,0.6652893,0.661157,0.6528926,0.6404959,0.62396693,0.607438,0.59504133,0.5785124,0.5785124,0.58677685,0.58677685,0.58677685,0.57024795,0.5413223,0.5661157,0.58264464,0.5785124,0.5661157,0.5495868,0.55785125,0.56198347,0.5371901,0.5289256,0.49586776,0.5041322,0.5206612,0.49586776,0.45454547,0.42561984,0.446281,0.45454547,0.2892562,0.10743801,0.11570248,0.12396694,0.13636364,0.18595041,0.1694215,0.18595041,0.18595041,0.19008264,0.14049587,0.41322315,0.62396693,0.5661157,0.5041322,0.5123967,0.53305787,0.55785125,0.5661157,0.59504133,0.5785124,0.59917355,0.59504133,0.59504133,0.59090906,0.607438,0.6322314,0.61570245,0.61570245,0.6280992,0.6487603,0.6570248,0.677686,0.6694215,0.6570248,0.6487603,0.6322314,0.62396693,0.61157024,0.59917355,0.59090906,0.58264464,0.58677685,0.59090906,0.59090906,0.58264464,0.54545456,0.5785124,0.5661157,0.57438016,0.5661157,0.553719,0.55785125,0.5495868,0.5247934,0.5123967,0.5,0.5082645,0.5041322,0.46694216,0.43801653,0.42975205,0.45867768,0.4752066,0.32231405,0.11157025,0.11570248,0.1322314,0.12809917,0.19008264,0.19008264,0.17768595,0.1983471,0.19421488,0.14049587,0.4090909,0.6363636,0.61157024,0.5206612,0.49173555,0.5165289,0.54545456,0.5495868,0.55785125,0.57024795,0.58677685,0.59090906,0.59090906,0.60330576,0.61157024,0.6198347,0.6198347,0.61157024,0.6198347,0.6322314,0.6446281,0.6570248,0.6528926,0.62396693,0.61157024,0.607438,0.60330576,0.59917355,0.59504133,0.59090906,0.58264464,0.57438016,0.5785124,0.58264464,0.57024795,0.5661157,0.55785125,0.55785125,0.55785125,0.5661157,0.5661157,0.553719,0.5289256,0.5082645,0.5082645,0.5,0.5,0.4752066,0.43801653,0.4338843,0.446281,0.47107437,0.4752066,0.3553719,0.11983471,0.11157025,0.12396694,0.13636364,0.17768595,0.18181819,0.17768595,0.1983471,0.18181819,0.13636364,0.39256197,0.6404959,0.6363636,0.553719,0.4876033,0.4876033,0.5123967,0.5247934,0.54545456,0.5495868,0.5785124,0.57438016,0.57438016,0.58677685,0.59504133,0.61157024,0.607438,0.61157024,0.607438,0.61157024,0.62396693,0.62396693,0.59504133,0.607438,0.59504133,0.58264464,0.5785124,0.58677685,0.57438016,0.58264464,0.5495868,0.57024795,0.5661157,0.5661157,0.5661157,0.5661157,0.56198347,0.5123967,0.5495868,0.55785125,0.56198347,0.54545456,0.5247934,0.5082645,0.49173555,0.49173555,0.47107437,0.44214877,0.4214876,0.43801653,0.46280992,0.47933885,0.49173555,0.37603307,0.14049587,0.11157025,0.1322314,0.11983471,18 +0.36363637,0.5495868,0.75206614,0.79752064,0.7933884,0.8347107,0.8636364,0.8677686,0.8636364,0.8595041,0.8595041,0.8636364,0.8553719,0.8553719,0.8512397,0.8553719,0.8471074,0.8512397,0.8429752,0.838843,0.8347107,0.8305785,0.8264463,0.8264463,0.80991733,0.8140496,0.78512394,0.76859504,0.75206614,0.74380165,0.74380165,0.76033056,0.76859504,0.7644628,0.7644628,0.77272725,0.75206614,0.75619835,0.74380165,0.76033056,0.75206614,0.7355372,0.7231405,0.72727275,0.71487606,0.71487606,0.7107438,0.71487606,0.6942149,0.6942149,0.6735537,0.6652893,0.661157,0.6694215,0.661157,0.6487603,0.62396693,0.58677685,0.5495868,0.5165289,0.5,0.34710744,0.17768595,0.21900827,0.4090909,0.607438,0.78512394,0.8057851,0.79752064,0.8429752,0.8719008,0.8719008,0.8677686,0.8636364,0.8636364,0.8636364,0.8595041,0.8636364,0.8595041,0.8553719,0.8553719,0.8471074,0.8429752,0.8347107,0.838843,0.8264463,0.8264463,0.8140496,0.80991733,0.822314,0.78099173,0.78099173,0.76859504,0.75206614,0.74793386,0.75619835,0.7768595,0.7768595,0.77272725,0.76859504,0.77272725,0.7644628,0.76033056,0.76859504,0.76033056,0.74380165,0.72727275,0.71900827,0.71487606,0.71900827,0.71900827,0.72727275,0.7066116,0.6859504,0.6859504,0.6652893,0.677686,0.6694215,0.6735537,0.6652893,0.6363636,0.61157024,0.5661157,0.5206612,0.5041322,0.40082645,0.18595041,0.23553719,0.446281,0.6446281,0.79752064,0.80991733,0.8016529,0.8429752,0.8677686,0.8719008,0.8719008,0.8636364,0.8677686,0.8636364,0.8636364,0.8595041,0.8553719,0.8595041,0.8512397,0.8429752,0.838843,0.8305785,0.8347107,0.8305785,0.822314,0.8057851,0.8057851,0.8057851,0.7892562,0.78099173,0.78099173,0.76859504,0.7644628,0.77272725,0.7892562,0.78512394,0.7768595,0.77272725,0.76859504,0.76859504,0.7644628,0.76859504,0.76033056,0.73966944,0.72727275,0.7231405,0.7107438,0.7107438,0.6983471,0.70247936,0.71487606,0.69008267,0.6818182,0.6735537,0.6735537,0.6735537,0.6694215,0.6652893,0.6446281,0.6198347,0.5785124,0.5371901,0.5041322,0.44214877,0.23966943,0.2107438,0.47107437,0.6818182,0.8057851,0.8181818,0.8140496,0.8429752,0.8677686,0.8677686,0.8677686,0.8636364,0.8595041,0.8595041,0.8512397,0.8512397,0.838843,0.8429752,0.8347107,0.8347107,0.822314,0.8181818,0.8181818,0.8140496,0.8016529,0.7892562,0.78099173,0.78512394,0.7768595,0.7644628,0.76033056,0.7644628,0.77272725,0.7892562,0.8016529,0.79752064,0.78512394,0.75206614,0.75206614,0.76033056,0.76859504,0.76033056,0.73966944,0.7231405,0.7107438,0.7066116,0.70247936,0.70247936,0.6942149,0.6942149,0.70247936,0.6983471,0.6694215,0.6735537,0.6528926,0.6446281,0.6528926,0.661157,0.6487603,0.62396693,0.58264464,0.5371901,0.5082645,0.45454547,0.2603306,0.21487603,0.5041322,0.71900827,0.8181818,0.822314,0.822314,0.838843,0.8636364,0.8677686,0.8636364,0.8553719,0.8471074,0.8429752,0.8347107,0.8140496,0.8140496,0.8057851,0.79752064,0.8016529,0.7892562,0.7768595,0.7644628,0.76033056,0.75619835,0.73966944,0.74793386,0.75619835,0.74380165,0.74380165,0.74793386,0.75206614,0.76033056,0.7892562,0.8057851,0.8016529,0.77272725,0.73140496,0.72727275,0.73966944,0.7355372,0.7355372,0.7107438,0.69008267,0.6818182,0.6652893,0.6652893,0.677686,0.6735537,0.6694215,0.6694215,0.6652893,0.6528926,0.6570248,0.6322314,0.607438,0.62396693,0.6363636,0.6322314,0.6198347,0.58264464,0.5371901,0.5206612,0.45454547,0.28512397,0.2231405,0.553719,0.72727275,0.8181818,0.8264463,0.8264463,0.8347107,0.8553719,0.8595041,0.8553719,0.8471074,0.8347107,0.8057851,0.76859504,0.73966944,0.73140496,0.7231405,0.7107438,0.70247936,0.677686,0.6570248,0.6446281,0.6446281,0.6570248,0.6446281,0.677686,0.6942149,0.6735537,0.6983471,0.71487606,0.71900827,0.73140496,0.76859504,0.79752064,0.78512394,0.74793386,0.7107438,0.6942149,0.69008267,0.6859504,0.677686,0.661157,0.6363636,0.6198347,0.58677685,0.5661157,0.57438016,0.59504133,0.59917355,0.58264464,0.5785124,0.5785124,0.59504133,0.61570245,0.56198347,0.5495868,0.59504133,0.6198347,0.61570245,0.58264464,0.5495868,0.53305787,0.47107437,0.30578512,0.2231405,0.58264464,0.72727275,0.822314,0.8264463,0.822314,0.8305785,0.8471074,0.838843,0.8057851,0.7768595,0.75619835,0.70247936,0.62396693,0.59917355,0.58677685,0.56198347,0.5413223,0.5206612,0.4876033,0.46694216,0.46694216,0.4752066,0.5082645,0.5289256,0.56198347,0.59090906,0.58264464,0.607438,0.6404959,0.661157,0.6983471,0.75206614,0.78099173,0.7644628,0.71900827,0.6735537,0.6487603,0.6280992,0.59917355,0.58264464,0.54545456,0.5123967,0.48347107,0.45867768,0.42561984,0.41322315,0.43801653,0.446281,0.446281,0.45041323,0.446281,0.47107437,0.5289256,0.5413223,0.4752066,0.49173555,0.5661157,0.59917355,0.58264464,0.5495868,0.54545456,0.47933885,0.3181818,0.21900827,0.59504133,0.74380165,0.822314,0.8264463,0.8181818,0.8264463,0.822314,0.76859504,0.6859504,0.6363636,0.607438,0.54545456,0.47107437,0.446281,0.4214876,0.3966942,0.3677686,0.35123968,0.33471075,0.32231405,0.3181818,0.3181818,0.34710744,0.39256197,0.44214877,0.49586776,0.4876033,0.5165289,0.56198347,0.59917355,0.6735537,0.74793386,0.77272725,0.74793386,0.6942149,0.6487603,0.60330576,0.5371901,0.49173555,0.45041323,0.40082645,0.36363637,0.338843,0.3264463,0.29752067,0.28512397,0.29338843,0.28512397,0.29752067,0.3140496,0.32231405,0.34710744,0.37190083,0.44214877,0.44214877,0.3966942,0.446281,0.5371901,0.57024795,0.5413223,0.5495868,0.4876033,0.34710744,0.21900827,0.60330576,0.7644628,0.8305785,0.8264463,0.822314,0.8140496,0.76033056,0.6570248,0.55785125,0.5082645,0.4752066,0.44214877,0.38842976,0.37603307,0.3429752,0.30578512,0.28099173,0.2603306,0.2644628,0.2520661,0.23553719,0.22727273,0.25619835,0.28099173,0.3553719,0.42561984,0.42975205,0.446281,0.5123967,0.5785124,0.6818182,0.75206614,0.76859504,0.73140496,0.6652893,0.62396693,0.56198347,0.4752066,0.3966942,0.35123968,0.30991736,0.27272728,0.24793388,0.24380165,0.23966943,0.2231405,0.23553719,0.24793388,0.27272728,0.27272728,0.28512397,0.30578512,0.30165288,0.338843,0.37603307,0.37603307,0.37190083,0.4214876,0.5165289,0.5289256,0.54545456,0.5041322,0.37190083,0.24380165,0.60330576,0.77272725,0.8305785,0.8181818,0.8057851,0.7644628,0.6570248,0.54545456,0.49173555,0.4752066,0.46694216,0.46280992,0.4338843,0.44214877,0.4090909,0.36363637,0.3429752,0.30578512,0.29752067,0.26859504,0.24793388,0.2520661,0.27272728,0.28099173,0.3305785,0.38429752,0.42561984,0.446281,0.5123967,0.6280992,0.72727275,0.77272725,0.77272725,0.7231405,0.661157,0.62396693,0.55785125,0.46280992,0.3677686,0.32231405,0.30165288,0.27272728,0.27272728,0.2644628,0.26859504,0.2768595,0.30165288,0.34710744,0.38842976,0.38842976,0.4090909,0.41735536,0.40495867,0.39256197,0.37603307,0.37190083,0.3677686,0.35950413,0.43801653,0.5123967,0.5371901,0.53305787,0.41322315,0.2644628,0.59090906,0.7768595,0.8305785,0.8181818,0.78099173,0.6652893,0.5371901,0.47107437,0.4752066,0.5123967,0.54545456,0.57438016,0.5289256,0.5371901,0.5123967,0.4876033,0.46280992,0.42975205,0.38429752,0.33471075,0.3140496,0.3140496,0.3181818,0.35123968,0.38016528,0.42561984,0.47933885,0.5041322,0.59504133,0.7231405,0.79752064,0.8057851,0.7892562,0.73140496,0.6735537,0.6528926,0.59504133,0.5082645,0.4338843,0.38016528,0.3966942,0.37190083,0.3553719,0.33471075,0.33471075,0.37190083,0.41322315,0.47933885,0.5,0.5041322,0.53305787,0.53305787,0.5413223,0.5413223,0.5041322,0.4214876,0.34710744,0.3305785,0.37603307,0.49173555,0.5371901,0.553719,0.45867768,0.28099173,0.60330576,0.7892562,0.838843,0.822314,0.74793386,0.58677685,0.47933885,0.49173555,0.56198347,0.6280992,0.6570248,0.661157,0.6322314,0.58677685,0.56198347,0.54545456,0.5165289,0.5,0.46280992,0.41322315,0.3677686,0.3429752,0.3264463,0.34710744,0.38016528,0.45454547,0.53305787,0.607438,0.71900827,0.80991733,0.838843,0.822314,0.8016529,0.75206614,0.70247936,0.677686,0.6404959,0.56198347,0.5123967,0.46694216,0.45041323,0.41322315,0.3553719,0.338843,0.35123968,0.40495867,0.46694216,0.5206612,0.54545456,0.56198347,0.57438016,0.59090906,0.59917355,0.6363636,0.6280992,0.56198347,0.42561984,0.30991736,0.3429752,0.46694216,0.5371901,0.55785125,0.4876033,0.30991736,0.6446281,0.8057851,0.8429752,0.822314,0.71900827,0.553719,0.54545456,0.61570245,0.6735537,0.7107438,0.7066116,0.6694215,0.59090906,0.56198347,0.58677685,0.607438,0.60330576,0.5661157,0.5206612,0.47933885,0.4338843,0.38429752,0.34710744,0.338843,0.3305785,0.3966942,0.5206612,0.6446281,0.7768595,0.838843,0.8471074,0.8305785,0.79752064,0.7644628,0.7231405,0.6983471,0.6694215,0.60330576,0.5371901,0.46280992,0.38842976,0.3429752,0.33471075,0.36363637,0.4090909,0.45454547,0.49173555,0.53305787,0.55785125,0.55785125,0.56198347,0.54545456,0.58677685,0.6570248,0.6735537,0.6363636,0.5371901,0.37603307,0.3305785,0.44214877,0.5289256,0.553719,0.5123967,0.3429752,0.677686,0.8181818,0.8429752,0.822314,0.7355372,0.6363636,0.6446281,0.69008267,0.7107438,0.71487606,0.6694215,0.59917355,0.6570248,0.7231405,0.73140496,0.69008267,0.6280992,0.5661157,0.5123967,0.4752066,0.45454547,0.4338843,0.41322315,0.3966942,0.37190083,0.3553719,0.45867768,0.6363636,0.76859504,0.838843,0.8471074,0.8264463,0.79752064,0.75619835,0.71900827,0.69008267,0.6818182,0.61157024,0.49586776,0.38016528,0.35950413,0.37603307,0.38429752,0.40495867,0.44214877,0.47107437,0.48347107,0.5082645,0.553719,0.5661157,0.5785124,0.57024795,0.54545456,0.5785124,0.6652893,0.6322314,0.58677685,0.47107437,0.38842976,0.4338843,0.5206612,0.54545456,0.5371901,0.3677686,0.7066116,0.822314,0.8347107,0.80991733,0.74380165,0.7107438,0.71487606,0.71487606,0.7107438,0.6652893,0.60330576,0.7231405,0.8140496,0.7892562,0.6818182,0.5371901,0.4338843,0.43801653,0.37190083,0.36363637,0.40495867,0.43801653,0.446281,0.446281,0.45041323,0.4214876,0.4214876,0.59504133,0.74380165,0.80991733,0.8305785,0.80991733,0.78099173,0.74793386,0.7107438,0.6818182,0.6652893,0.61570245,0.47107437,0.40082645,0.4214876,0.4090909,0.41735536,0.41735536,0.41322315,0.38842976,0.38429752,0.38429752,0.4214876,0.4876033,0.5413223,0.56198347,0.57438016,0.57024795,0.5785124,0.59504133,0.58677685,0.54545456,0.47107437,0.45454547,0.5123967,0.53305787,0.5413223,0.42975205,0.7231405,0.8264463,0.8305785,0.80991733,0.77272725,0.76033056,0.7355372,0.71487606,0.6818182,0.59917355,0.6735537,0.7644628,0.75619835,0.6198347,0.45867768,0.3429752,0.29338843,0.2768595,0.2768595,0.3264463,0.4338843,0.44214877,0.40495867,0.42561984,0.5041322,0.5247934,0.47107437,0.59504133,0.72727275,0.7892562,0.822314,0.79752064,0.75619835,0.7231405,0.70247936,0.6818182,0.6652893,0.607438,0.49173555,0.49173555,0.47933885,0.42975205,0.38842976,0.39256197,0.36363637,0.29338843,0.26859504,0.23140496,0.21900827,0.3140496,0.45454547,0.4752066,0.53305787,0.56198347,0.53305787,0.5495868,0.57438016,0.5785124,0.5413223,0.49586776,0.5041322,0.5206612,0.54545456,0.45041323,0.72727275,0.8264463,0.8264463,0.80991733,0.7933884,0.78099173,0.75619835,0.72727275,0.661157,0.6404959,0.677686,0.6528926,0.553719,0.46694216,0.38016528,0.25619835,0.21900827,0.23553719,0.30165288,0.39256197,0.49173555,0.5082645,0.45454547,0.40495867,0.4338843,0.56198347,0.57024795,0.6363636,0.74380165,0.7933884,0.8181818,0.7933884,0.74380165,0.7066116,0.6859504,0.6818182,0.6694215,0.607438,0.54545456,0.5413223,0.49586776,0.41322315,0.38842976,0.45041323,0.43801653,0.3264463,0.27272728,0.1983471,0.19421488,0.27272728,0.57024795,0.446281,0.3966942,0.4876033,0.5123967,0.5289256,0.5785124,0.607438,0.607438,0.54545456,0.5082645,0.5123967,0.54545456,0.4752066,0.70247936,0.8181818,0.8181818,0.80991733,0.8181818,0.8181818,0.79752064,0.76859504,0.7355372,0.6942149,0.61570245,0.5206612,0.5041322,0.5165289,0.45867768,0.33471075,0.3264463,0.37603307,0.42561984,0.45454547,0.5041322,0.5165289,0.49586776,0.49586776,0.5165289,0.57438016,0.6528926,0.71487606,0.7644628,0.7892562,0.80991733,0.79752064,0.74380165,0.70247936,0.6859504,0.6735537,0.6528926,0.59504133,0.57024795,0.57024795,0.5206612,0.4876033,0.48347107,0.47107437,0.4876033,0.4090909,0.3677686,0.3181818,0.2768595,0.3264463,0.46280992,0.5289256,0.38842976,0.36363637,0.45041323,0.5247934,0.59917355,0.6528926,0.661157,0.59504133,0.53305787,0.5206612,0.5413223,0.46694216,0.6487603,0.8016529,0.8140496,0.8181818,0.8347107,0.8429752,0.838843,0.8264463,0.79752064,0.71487606,0.61157024,0.56198347,0.60330576,0.60330576,0.55785125,0.5,0.47933885,0.49586776,0.5,0.4876033,0.49586776,0.5041322,0.5041322,0.53305787,0.553719,0.607438,0.72727275,0.7768595,0.78099173,0.7892562,0.8016529,0.7892562,0.74380165,0.7066116,0.6859504,0.6652893,0.6404959,0.5785124,0.59090906,0.5785124,0.553719,0.5247934,0.5,0.47933885,0.48347107,0.4752066,0.45867768,0.43801653,0.40082645,0.42561984,0.49173555,0.5247934,0.4752066,0.39256197,0.4090909,0.5206612,0.6198347,0.69008267,0.6983471,0.6280992,0.56198347,0.5289256,0.5413223,0.45041323,0.57024795,0.7768595,0.8140496,0.8305785,0.8471074,0.8595041,0.8595041,0.8512397,0.8264463,0.7644628,0.69008267,0.661157,0.6694215,0.6528926,0.60330576,0.54545456,0.5123967,0.49173555,0.4876033,0.49173555,0.48347107,0.49586776,0.5165289,0.5495868,0.58677685,0.677686,0.79752064,0.822314,0.7933884,0.7892562,0.8016529,0.7892562,0.75619835,0.7231405,0.6983471,0.6694215,0.6322314,0.58264464,0.58677685,0.61570245,0.5661157,0.53305787,0.5123967,0.47107437,0.46694216,0.47107437,0.45867768,0.46694216,0.46280992,0.48347107,0.5,0.54545456,0.54545456,0.48347107,0.45867768,0.5371901,0.6280992,0.70247936,0.71900827,0.6487603,0.58264464,0.5371901,0.5289256,0.4090909,0.47933885,0.75206614,0.822314,0.8347107,0.8595041,0.8719008,0.8719008,0.8636364,0.8553719,0.8305785,0.76859504,0.7355372,0.71900827,0.677686,0.61157024,0.54545456,0.5165289,0.48347107,0.48347107,0.5,0.5041322,0.5371901,0.5785124,0.6198347,0.69008267,0.7768595,0.8264463,0.8305785,0.8016529,0.79752064,0.80991733,0.8016529,0.77272725,0.73966944,0.7107438,0.677686,0.6404959,0.59917355,0.58264464,0.6404959,0.62396693,0.5785124,0.5495868,0.5206612,0.49173555,0.4752066,0.47933885,0.4876033,0.49173555,0.5123967,0.5289256,0.58264464,0.59504133,0.54545456,0.53305787,0.5785124,0.6404959,0.6942149,0.71900827,0.6652893,0.61157024,0.56198347,0.53305787,0.37603307,0.42561984,0.74380165,0.8305785,0.8471074,0.8677686,0.8719008,0.87603307,0.8677686,0.8636364,0.8512397,0.822314,0.7933884,0.75619835,0.69008267,0.6322314,0.5785124,0.553719,0.5413223,0.553719,0.58264464,0.61157024,0.6528926,0.6859504,0.73140496,0.7933884,0.8305785,0.838843,0.8305785,0.8016529,0.8016529,0.80991733,0.7933884,0.77272725,0.74793386,0.71487606,0.677686,0.6446281,0.607438,0.58677685,0.6446281,0.661157,0.6446281,0.61570245,0.58677685,0.5661157,0.5371901,0.5123967,0.5123967,0.5165289,0.5247934,0.553719,0.58677685,0.60330576,0.58264464,0.58264464,0.61157024,0.6446281,0.6735537,0.7066116,0.6818182,0.6363636,0.59090906,0.553719,0.35950413,0.41322315,0.74793386,0.8347107,0.8512397,0.8677686,0.8719008,0.87603307,0.8677686,0.8636364,0.8471074,0.838843,0.8264463,0.8016529,0.7644628,0.73140496,0.6983471,0.6859504,0.6818182,0.6983471,0.71487606,0.7355372,0.7644628,0.78099173,0.8140496,0.8429752,0.8512397,0.8512397,0.8347107,0.8016529,0.79752064,0.79752064,0.7768595,0.75206614,0.74380165,0.71487606,0.677686,0.6404959,0.61570245,0.58264464,0.6446281,0.6735537,0.677686,0.6694215,0.6528926,0.6280992,0.60330576,0.59090906,0.5785124,0.57024795,0.57024795,0.59090906,0.60330576,0.61570245,0.607438,0.60330576,0.62396693,0.6446281,0.661157,0.6859504,0.6859504,0.6528926,0.60330576,0.57024795,0.36363637,0.41322315,0.7355372,0.8264463,0.8553719,0.8677686,0.8719008,0.8719008,0.8636364,0.8595041,0.8471074,0.8471074,0.8429752,0.8264463,0.8016529,0.79752064,0.78099173,0.77272725,0.76859504,0.78099173,0.7892562,0.8016529,0.822314,0.8347107,0.8512397,0.8595041,0.8636364,0.8553719,0.8347107,0.79752064,0.7892562,0.7933884,0.7644628,0.73966944,0.72727275,0.71487606,0.6735537,0.6487603,0.61570245,0.59090906,0.62396693,0.6818182,0.6818182,0.69008267,0.6983471,0.6859504,0.661157,0.6528926,0.6446281,0.6280992,0.61570245,0.6322314,0.6322314,0.6322314,0.6280992,0.62396693,0.6404959,0.6570248,0.661157,0.677686,0.6735537,0.6570248,0.61157024,0.5785124,0.3966942,0.4338843,0.74793386,0.8264463,0.8553719,0.8677686,0.8677686,0.8677686,0.8636364,0.8595041,0.8512397,0.8429752,0.8471074,0.8347107,0.822314,0.80991733,0.8140496,0.8016529,0.8057851,0.8140496,0.8181818,0.8264463,0.8347107,0.838843,0.8595041,0.8636364,0.8636364,0.8553719,0.8305785,0.7933884,0.8016529,0.8016529,0.77272725,0.75206614,0.7231405,0.6942149,0.677686,0.6446281,0.61570245,0.59504133,0.6198347,0.677686,0.69008267,0.69008267,0.7107438,0.71487606,0.6983471,0.6942149,0.677686,0.661157,0.6528926,0.6570248,0.6487603,0.661157,0.661157,0.6528926,0.661157,0.6694215,0.6735537,0.6735537,0.6735537,0.6694215,0.6280992,0.57438016,0.446281,0.5082645,0.76033056,0.8264463,0.8512397,0.8677686,0.8636364,0.8677686,0.8636364,0.8595041,0.8512397,0.8512397,0.8429752,0.8305785,0.8305785,0.8181818,0.8181818,0.822314,0.8305785,0.8305785,0.8305785,0.8305785,0.8347107,0.838843,0.8553719,0.8677686,0.8595041,0.8471074,0.8181818,0.79752064,0.822314,0.838843,0.79752064,0.76859504,0.74793386,0.7107438,0.6818182,0.661157,0.6280992,0.60330576,0.60330576,0.6818182,0.6983471,0.70247936,0.7066116,0.71900827,0.72727275,0.71900827,0.70247936,0.70247936,0.6859504,0.69008267,0.6694215,0.6942149,0.69008267,0.69008267,0.6818182,0.6818182,0.6818182,0.6735537,0.677686,0.6735537,0.6404959,0.57438016,0.49586776,0.58264464,0.78099173,0.822314,0.8471074,0.8677686,0.8719008,0.8677686,0.8636364,0.8595041,0.8512397,0.8471074,0.8429752,0.838843,0.8347107,0.8305785,0.8264463,0.8264463,0.8305785,0.8305785,0.8264463,0.8264463,0.8264463,0.8305785,0.8595041,0.8677686,0.8471074,0.8264463,0.8140496,0.79752064,0.8140496,0.8429752,0.8140496,0.75206614,0.7355372,0.7231405,0.6983471,0.6735537,0.6694215,0.62396693,0.59090906,0.6528926,0.7107438,0.70247936,0.69008267,0.7066116,0.7231405,0.7107438,0.71900827,0.71900827,0.71487606,0.70247936,0.70247936,0.70247936,0.7066116,0.6983471,0.6818182,0.677686,0.6818182,0.677686,0.677686,0.6818182,0.6446281,0.56198347,0.5206612,0.6198347,0.78512394,0.8181818,0.8512397,0.8636364,0.8677686,0.8677686,0.8677686,0.8677686,0.8595041,0.8471074,0.838843,0.8429752,0.838843,0.8347107,0.8264463,0.8305785,0.822314,0.8181818,0.8140496,0.8140496,0.8181818,0.8305785,0.8512397,0.8595041,0.8429752,0.8140496,0.79752064,0.77272725,0.77272725,0.7933884,0.76859504,0.7066116,0.6694215,0.6652893,0.6652893,0.6818182,0.6942149,0.61570245,0.59504133,0.6322314,0.7066116,0.71487606,0.7066116,0.7066116,0.7066116,0.7066116,0.71487606,0.73966944,0.7355372,0.71487606,0.6942149,0.7066116,0.7066116,0.7107438,0.6983471,0.69008267,0.6942149,0.6983471,0.69008267,0.6818182,0.6570248,0.57024795,0.5165289,0.6652893,0.7892562,0.8140496,0.8429752,0.8636364,0.8677686,0.8677686,0.8719008,0.8719008,0.8595041,0.8512397,0.838843,0.8471074,0.838843,0.8347107,0.822314,0.80991733,0.80991733,0.8057851,0.80991733,0.8057851,0.80991733,0.8181818,0.838843,0.8471074,0.8305785,0.8057851,0.76033056,0.7066116,0.6942149,0.7231405,0.6983471,0.6322314,0.59504133,0.59504133,0.61157024,0.6404959,0.6404959,0.57438016,0.5661157,0.6198347,0.6735537,0.7107438,0.7107438,0.7107438,0.7066116,0.70247936,0.72727275,0.75206614,0.74380165,0.74793386,0.7231405,0.71900827,0.7107438,0.71900827,0.7066116,0.6983471,0.7066116,0.7231405,0.70247936,0.6942149,0.6487603,0.57024795,0.48347107,0.70247936,0.7892562,0.8140496,0.8429752,0.8595041,0.8636364,0.8677686,0.8719008,0.8719008,0.8636364,0.8512397,0.838843,0.838843,0.8347107,0.822314,0.8140496,0.7892562,0.79752064,0.79752064,0.79752064,0.7933884,0.8016529,0.8057851,0.8140496,0.8305785,0.8181818,0.77272725,0.661157,0.54545456,0.5082645,0.57024795,0.607438,0.56198347,0.5165289,0.5165289,0.553719,0.5661157,0.5371901,0.4752066,0.5,0.58264464,0.6528926,0.69008267,0.7107438,0.71487606,0.71487606,0.7231405,0.73140496,0.74793386,0.74380165,0.75619835,0.75206614,0.73140496,0.72727275,0.73140496,0.71900827,0.7107438,0.71487606,0.71900827,0.70247936,0.69008267,0.6487603,0.55785125,0.46694216,0.7107438,0.78512394,0.80991733,0.8429752,0.8512397,0.8595041,0.8677686,0.8719008,0.8719008,0.8636364,0.8471074,0.838843,0.8305785,0.8305785,0.80991733,0.8057851,0.78512394,0.78512394,0.78512394,0.78099173,0.78099173,0.7892562,0.79752064,0.8016529,0.8140496,0.8057851,0.7066116,0.5247934,0.36363637,0.30165288,0.39256197,0.5123967,0.5165289,0.45867768,0.45454547,0.5041322,0.49173555,0.3966942,0.29752067,0.35950413,0.5041322,0.61570245,0.6735537,0.71900827,0.72727275,0.71900827,0.72727275,0.7355372,0.74380165,0.7355372,0.74793386,0.75206614,0.74793386,0.7355372,0.73140496,0.7231405,0.7231405,0.7231405,0.7107438,0.6859504,0.6818182,0.6446281,0.5495868,0.46280992,0.70247936,0.78099173,0.79752064,0.8347107,0.8471074,0.8553719,0.8677686,0.8719008,0.8719008,0.8636364,0.8512397,0.838843,0.822314,0.8140496,0.8140496,0.7933884,0.77272725,0.76033056,0.7644628,0.75619835,0.76033056,0.7768595,0.7892562,0.78512394,0.7892562,0.77272725,0.6322314,0.4338843,0.2603306,0.18595041,0.3429752,0.5,0.5082645,0.4214876,0.41735536,0.46694216,0.446281,0.30991736,0.20247933,0.2768595,0.446281,0.5785124,0.6652893,0.7066116,0.72727275,0.71900827,0.71487606,0.7355372,0.7355372,0.73966944,0.74380165,0.73966944,0.73966944,0.73140496,0.7355372,0.73140496,0.73140496,0.7355372,0.7107438,0.6818182,0.6652893,0.6363636,0.5495868,0.45041323,0.6942149,0.7768595,0.79752064,0.8181818,0.838843,0.8512397,0.8636364,0.8677686,0.8677686,0.8636364,0.8512397,0.8305785,0.8140496,0.8057851,0.8016529,0.7768595,0.75619835,0.73966944,0.7355372,0.7355372,0.74380165,0.76859504,0.7892562,0.78099173,0.75619835,0.72727275,0.607438,0.41322315,0.26859504,0.2603306,0.45041323,0.5661157,0.5289256,0.41735536,0.40082645,0.45041323,0.45867768,0.3553719,0.2768595,0.3264463,0.446281,0.56198347,0.6487603,0.6942149,0.71900827,0.71487606,0.71487606,0.7231405,0.73140496,0.74380165,0.74380165,0.71487606,0.71900827,0.71900827,0.7231405,0.7355372,0.73966944,0.74380165,0.71487606,0.677686,0.6487603,0.6198347,0.54545456,0.42975205,0.6942149,0.7768595,0.78099173,0.80991733,0.8305785,0.8471074,0.8595041,0.8636364,0.8677686,0.8595041,0.8471074,0.8181818,0.79752064,0.7933884,0.78099173,0.75206614,0.7355372,0.71900827,0.71487606,0.72727275,0.73966944,0.77272725,0.7933884,0.78512394,0.73966944,0.7066116,0.6363636,0.47107437,0.37603307,0.46694216,0.59917355,0.607438,0.5165289,0.4090909,0.3966942,0.45041323,0.4876033,0.4752066,0.42561984,0.41322315,0.45867768,0.53305787,0.6198347,0.6818182,0.7107438,0.7231405,0.71900827,0.71487606,0.7231405,0.7355372,0.7355372,0.7066116,0.7107438,0.7066116,0.70247936,0.7231405,0.74793386,0.74793386,0.7231405,0.6694215,0.6363636,0.60330576,0.53305787,0.40082645,0.69008267,0.77272725,0.7768595,0.8057851,0.822314,0.838843,0.8512397,0.8553719,0.8553719,0.8512397,0.8347107,0.8057851,0.7892562,0.76859504,0.73966944,0.71900827,0.6983471,0.6942149,0.6942149,0.7066116,0.75206614,0.7892562,0.80991733,0.79752064,0.75619835,0.7066116,0.6570248,0.57024795,0.5495868,0.6322314,0.6694215,0.59917355,0.47933885,0.38842976,0.38842976,0.45867768,0.5123967,0.5371901,0.5041322,0.45867768,0.46280992,0.5082645,0.59090906,0.661157,0.70247936,0.71900827,0.71487606,0.70247936,0.7066116,0.7066116,0.7066116,0.70247936,0.6983471,0.6983471,0.6983471,0.71900827,0.74793386,0.74793386,0.72727275,0.6694215,0.62396693,0.58677685,0.5247934,0.36363637,0.6694215,0.7644628,0.78099173,0.8057851,0.822314,0.8347107,0.838843,0.838843,0.8471074,0.838843,0.822314,0.7892562,0.76859504,0.74380165,0.7066116,0.677686,0.6570248,0.6446281,0.661157,0.70247936,0.77272725,0.8140496,0.8305785,0.8181818,0.78512394,0.74793386,0.7231405,0.6942149,0.6983471,0.71900827,0.677686,0.56198347,0.45867768,0.39256197,0.40495867,0.45867768,0.5247934,0.5495868,0.5371901,0.5041322,0.5082645,0.53305787,0.5785124,0.6363636,0.6859504,0.7107438,0.7107438,0.6983471,0.6983471,0.6818182,0.6818182,0.677686,0.6735537,0.69008267,0.6942149,0.7107438,0.73140496,0.74380165,0.7231405,0.6652893,0.61570245,0.5785124,0.5289256,0.3264463,0.6487603,0.75619835,0.77272725,0.8016529,0.8140496,0.822314,0.8181818,0.822314,0.8347107,0.8264463,0.8057851,0.7644628,0.73966944,0.7066116,0.6652893,0.6322314,0.61570245,0.607438,0.6528926,0.7355372,0.79752064,0.8264463,0.8305785,0.8264463,0.8016529,0.78099173,0.77272725,0.7768595,0.76033056,0.73140496,0.6570248,0.53305787,0.45867768,0.42561984,0.4338843,0.47933885,0.5289256,0.5413223,0.54545456,0.5371901,0.5495868,0.553719,0.5785124,0.6198347,0.6570248,0.69008267,0.7107438,0.6983471,0.6859504,0.6694215,0.6570248,0.6528926,0.6446281,0.6735537,0.6859504,0.6983471,0.72727275,0.7355372,0.71487606,0.6570248,0.61570245,0.57024795,0.5082645,0.2768595,0.61570245,0.7355372,0.77272725,0.7892562,0.8016529,0.8057851,0.8057851,0.80991733,0.8140496,0.8057851,0.78512394,0.74793386,0.71487606,0.6694215,0.6198347,0.58677685,0.58264464,0.607438,0.6983471,0.78099173,0.8140496,0.822314,0.822314,0.8140496,0.79752064,0.7892562,0.78512394,0.7768595,0.7644628,0.7107438,0.6322314,0.5289256,0.46694216,0.45454547,0.45454547,0.5,0.53305787,0.5371901,0.54545456,0.56198347,0.5661157,0.5661157,0.58264464,0.59917355,0.6280992,0.6570248,0.6859504,0.677686,0.6735537,0.661157,0.6322314,0.6363636,0.6280992,0.6446281,0.6735537,0.69008267,0.71487606,0.71900827,0.6942149,0.6487603,0.60330576,0.55785125,0.4876033,0.23553719,0.55785125,0.71487606,0.7644628,0.7768595,0.78512394,0.7892562,0.7892562,0.7933884,0.7933884,0.78512394,0.76859504,0.7231405,0.6735537,0.61570245,0.5661157,0.553719,0.58264464,0.6652893,0.74793386,0.8016529,0.8057851,0.8057851,0.8057851,0.7933884,0.78512394,0.7768595,0.7768595,0.76033056,0.7355372,0.6818182,0.60330576,0.53305787,0.49173555,0.4876033,0.48347107,0.5165289,0.5371901,0.5371901,0.56198347,0.55785125,0.5785124,0.57438016,0.58264464,0.58677685,0.61570245,0.6363636,0.6528926,0.661157,0.6404959,0.6322314,0.6280992,0.61157024,0.60330576,0.61570245,0.6528926,0.6859504,0.6942149,0.69008267,0.6652893,0.62396693,0.59504133,0.55785125,0.45454547,0.23966943,0.5495868,0.6983471,0.74380165,0.75619835,0.76859504,0.77272725,0.77272725,0.7644628,0.75619835,0.7644628,0.7355372,0.70247936,0.6528926,0.58264464,0.53305787,0.5495868,0.6363636,0.71487606,0.76859504,0.7892562,0.79752064,0.7933884,0.7933884,0.78512394,0.7644628,0.76859504,0.74793386,0.73966944,0.70247936,0.6528926,0.59090906,0.5371901,0.5165289,0.5041322,0.5,0.5206612,0.54545456,0.54545456,0.55785125,0.5785124,0.57438016,0.57438016,0.5785124,0.58677685,0.61157024,0.62396693,0.62396693,0.6363636,0.6322314,0.61157024,0.60330576,0.59504133,0.58677685,0.59090906,0.62396693,0.6694215,0.6818182,0.6694215,0.6487603,0.61570245,0.58264464,0.5371901,0.43801653,0.2892562,0.59917355,0.6859504,0.7355372,0.74380165,0.75206614,0.75206614,0.75619835,0.74793386,0.73966944,0.73966944,0.7231405,0.6859504,0.61570245,0.5371901,0.5206612,0.59917355,0.6942149,0.73966944,0.76033056,0.78099173,0.78512394,0.78099173,0.7768595,0.76033056,0.75206614,0.74793386,0.73140496,0.71487606,0.6818182,0.6280992,0.58264464,0.54545456,0.53305787,0.5289256,0.5082645,0.5289256,0.5371901,0.5495868,0.55785125,0.5785124,0.57438016,0.58677685,0.58264464,0.59090906,0.61157024,0.6198347,0.61570245,0.6198347,0.61570245,0.607438,0.59917355,0.59090906,0.57438016,0.57024795,0.61157024,0.6487603,0.661157,0.6446281,0.6280992,0.607438,0.57438016,0.5247934,0.42561984,0.37603307,0.6859504,0.69008267,0.7231405,0.72727275,0.7355372,0.7355372,0.74380165,0.7355372,0.73140496,0.7231405,0.71900827,0.6652893,0.57438016,0.49173555,0.5289256,0.6446281,0.71487606,0.72727275,0.74793386,0.76859504,0.76859504,0.7644628,0.76033056,0.73966944,0.73140496,0.7355372,0.71487606,0.7066116,0.677686,0.6446281,0.59917355,0.57024795,0.5661157,0.57024795,0.54545456,0.54545456,0.5661157,0.5661157,0.5785124,0.57438016,0.59090906,0.59504133,0.59917355,0.59917355,0.61570245,0.607438,0.607438,0.607438,0.59917355,0.59504133,0.58677685,0.58264464,0.5785124,0.55785125,0.59917355,0.6404959,0.6570248,0.6322314,0.607438,0.59504133,0.5661157,0.5082645,0.45454547,0.43801653,0.7107438,0.6942149,0.7107438,0.7066116,0.7066116,0.71900827,0.73140496,0.73140496,0.71900827,0.71487606,0.6983471,0.6570248,0.553719,0.47107437,0.53305787,0.6446281,0.677686,0.6818182,0.70247936,0.7355372,0.7355372,0.7355372,0.7355372,0.7231405,0.7231405,0.71900827,0.7107438,0.6983471,0.6859504,0.6570248,0.6280992,0.607438,0.6198347,0.61157024,0.59090906,0.58677685,0.59504133,0.59090906,0.60330576,0.59090906,0.607438,0.607438,0.607438,0.60330576,0.60330576,0.59917355,0.59090906,0.58677685,0.58264464,0.55785125,0.5661157,0.56198347,0.5661157,0.55785125,0.59090906,0.6322314,0.6487603,0.6280992,0.59504133,0.5785124,0.55785125,0.49586776,0.47933885,0.47933885,0.73140496,0.7066116,0.6942149,0.6859504,0.6859504,0.7066116,0.71487606,0.70247936,0.6983471,0.7107438,0.69008267,0.6404959,0.553719,0.47933885,0.5289256,0.58677685,0.5785124,0.58264464,0.6322314,0.677686,0.6983471,0.7066116,0.70247936,0.70247936,0.70247936,0.6942149,0.677686,0.6528926,0.6280992,0.60330576,0.59090906,0.59090906,0.60330576,0.59917355,0.58264464,0.57438016,0.5661157,0.55785125,0.5785124,0.5785124,0.59917355,0.607438,0.607438,0.60330576,0.60330576,0.60330576,0.58677685,0.56198347,0.5371901,0.5041322,0.5041322,0.5247934,0.5495868,0.56198347,0.59090906,0.6198347,0.6363636,0.62396693,0.58264464,0.5661157,0.5371901,0.49173555,0.47933885,0.46694216,0.7644628,0.74380165,0.6942149,0.677686,0.677686,0.6942149,0.6942149,0.677686,0.6818182,0.7107438,0.6942149,0.6446281,0.5661157,0.5082645,0.5165289,0.5041322,0.46694216,0.46280992,0.5247934,0.607438,0.6487603,0.6652893,0.661157,0.6528926,0.6198347,0.60330576,0.57438016,0.553719,0.5247934,0.5041322,0.49173555,0.5,0.5082645,0.5,0.49173555,0.48347107,0.4752066,0.4752066,0.49173555,0.5123967,0.5371901,0.553719,0.5661157,0.5785124,0.59090906,0.59504133,0.57024795,0.5206612,0.46694216,0.42975205,0.42561984,0.4876033,0.53305787,0.5661157,0.59917355,0.61570245,0.6198347,0.61157024,0.57024795,0.5495868,0.5165289,0.49173555,0.4876033,0.47933885,0.7644628,0.7644628,0.70247936,0.677686,0.6818182,0.6859504,0.677686,0.661157,0.6735537,0.70247936,0.6942149,0.6570248,0.58264464,0.5413223,0.5123967,0.46694216,0.41735536,0.39256197,0.44214877,0.5165289,0.5661157,0.57438016,0.57024795,0.5289256,0.5041322,0.4752066,0.46694216,0.45867768,0.44214877,0.4214876,0.40495867,0.3966942,0.3966942,0.39256197,0.39256197,0.38842976,0.39256197,0.3966942,0.40082645,0.4214876,0.43801653,0.45454547,0.46694216,0.4876033,0.5206612,0.5371901,0.5082645,0.45867768,0.4338843,0.41322315,0.41322315,0.45867768,0.5206612,0.57438016,0.61570245,0.6198347,0.607438,0.59090906,0.553719,0.5413223,0.5082645,0.5,0.5165289,0.49173555,0.7066116,0.7107438,0.6859504,0.677686,0.6859504,0.6818182,0.6735537,0.6652893,0.677686,0.70247936,0.6859504,0.661157,0.607438,0.57024795,0.5413223,0.49586776,0.446281,0.45041323,0.47933885,0.49586776,0.48347107,0.46280992,0.45454547,0.41735536,0.41322315,0.40082645,0.40082645,0.38842976,0.37190083,0.3553719,0.338843,0.32231405,0.32231405,0.3181818,0.3181818,0.3264463,0.3305785,0.3429752,0.35123968,0.35123968,0.36363637,0.37190083,0.37603307,0.40082645,0.41735536,0.42975205,0.4338843,0.45041323,0.4876033,0.48347107,0.45454547,0.46694216,0.5289256,0.58264464,0.6198347,0.61570245,0.59504133,0.5661157,0.5371901,0.53305787,0.5082645,0.4752066,0.48347107,0.41735536,0.53305787,0.553719,0.59917355,0.6735537,0.69008267,0.6859504,0.6735537,0.6694215,0.6735537,0.6942149,0.6859504,0.6652893,0.6322314,0.59504133,0.57438016,0.5371901,0.5247934,0.56198347,0.607438,0.61157024,0.55785125,0.49173555,0.46280992,0.46694216,0.46694216,0.46694216,0.46280992,0.42561984,0.40082645,0.38016528,0.3677686,0.3553719,0.35123968,0.3429752,0.3429752,0.3429752,0.34710744,0.36363637,0.36363637,0.3677686,0.37190083,0.38016528,0.38429752,0.3966942,0.40082645,0.4214876,0.46694216,0.53305787,0.553719,0.54545456,0.4876033,0.4876033,0.5495868,0.58677685,0.60330576,0.59504133,0.5785124,0.54545456,0.5289256,0.5289256,0.5,0.35950413,0.3140496,0.2603306,0.3429752,0.3553719,0.48347107,0.6487603,0.69008267,0.6818182,0.6735537,0.661157,0.6652893,0.6818182,0.6818182,0.6652893,0.6570248,0.61570245,0.59504133,0.5661157,0.58264464,0.6404959,0.7107438,0.72727275,0.7066116,0.6528926,0.60330576,0.61570245,0.61157024,0.6528926,0.61157024,0.55785125,0.5247934,0.5041322,0.5041322,0.49173555,0.48347107,0.4752066,0.4752066,0.47107437,0.45041323,0.44214877,0.446281,0.446281,0.446281,0.446281,0.446281,0.46280992,0.47933885,0.5082645,0.5661157,0.59917355,0.59090906,0.58264464,0.5247934,0.5123967,0.57438016,0.60330576,0.59090906,0.58264464,0.55785125,0.5413223,0.5289256,0.53305787,0.47933885,0.2107438,0.17355372,0.15289256,0.22727273,0.20247933,0.38016528,0.61157024,0.6818182,0.6818182,0.6694215,0.6570248,0.661157,0.677686,0.677686,0.6652893,0.6570248,0.6322314,0.6198347,0.59504133,0.6198347,0.6859504,0.75619835,0.78099173,0.78512394,0.7644628,0.72727275,0.7066116,0.69008267,0.7231405,0.6983471,0.6487603,0.607438,0.59090906,0.59090906,0.57438016,0.5661157,0.56198347,0.5495868,0.54545456,0.5206612,0.4876033,0.4752066,0.5041322,0.5206612,0.5123967,0.5206612,0.5371901,0.55785125,0.59504133,0.6280992,0.62396693,0.60330576,0.59090906,0.56198347,0.5289256,0.58264464,0.607438,0.58677685,0.57024795,0.54545456,0.5413223,0.5289256,0.53305787,0.41322315,0.1446281,0.14049587,0.13636364,0.2107438,0.1694215,0.28099173,0.5661157,0.6652893,0.677686,0.661157,0.6487603,0.6528926,0.661157,0.6735537,0.661157,0.661157,0.6570248,0.6280992,0.61570245,0.6446281,0.70247936,0.75619835,0.7933884,0.8057851,0.79752064,0.76859504,0.73966944,0.7107438,0.70247936,0.6694215,0.6280992,0.59504133,0.553719,0.54545456,0.53305787,0.5289256,0.5247934,0.5247934,0.5041322,0.49173555,0.46694216,0.4876033,0.5247934,0.553719,0.55785125,0.5785124,0.60330576,0.61570245,0.6322314,0.6404959,0.61570245,0.607438,0.58677685,0.55785125,0.5495868,0.57024795,0.59504133,0.57438016,0.55785125,0.5371901,0.53305787,0.5371901,0.5123967,0.30991736,0.12396694,0.11983471,0.14876033,0.1983471,0.18181819,0.21900827,0.5041322,0.6404959,0.661157,0.661157,0.6446281,0.6446281,0.6487603,0.661157,0.6570248,0.6652893,0.6652893,0.6322314,0.6404959,0.6652893,0.7066116,0.75206614,0.78512394,0.79752064,0.8016529,0.78512394,0.77272725,0.73140496,0.70247936,0.6694215,0.6322314,0.58264464,0.5371901,0.5041322,0.4752066,0.46280992,0.46694216,0.47107437,0.45867768,0.45454547,0.47933885,0.5,0.5289256,0.56198347,0.59090906,0.60330576,0.62396693,0.6280992,0.6280992,0.62396693,0.61157024,0.59090906,0.57438016,0.553719,0.54545456,0.5661157,0.5785124,0.5661157,0.54545456,0.53305787,0.53305787,0.5289256,0.4752066,0.23140496,0.11570248,0.12809917,0.1446281,0.19421488,0.19008264,0.20247933,0.4090909,0.60330576,0.6446281,0.6487603,0.6404959,0.6363636,0.6404959,0.6446281,0.6652893,0.661157,0.6652893,0.6404959,0.6487603,0.6694215,0.6983471,0.73966944,0.76033056,0.7644628,0.78099173,0.7768595,0.7768595,0.74380165,0.71487606,0.6694215,0.6404959,0.59504133,0.53305787,0.48347107,0.44214877,0.41322315,0.4090909,0.42561984,0.43801653,0.446281,0.4752066,0.5082645,0.54545456,0.5661157,0.58677685,0.61157024,0.6198347,0.61570245,0.607438,0.60330576,0.59917355,0.58677685,0.57438016,0.55785125,0.54545456,0.55785125,0.5661157,0.5495868,0.5371901,0.5206612,0.5289256,0.5206612,0.41322315,0.14876033,0.11983471,0.12809917,0.12396694,0.19008264,0.18595041,0.17768595,0.3264463,0.56198347,0.62396693,0.6198347,0.62396693,0.6280992,0.6322314,0.6322314,0.6446281,0.6528926,0.6446281,0.6404959,0.6487603,0.6652893,0.6983471,0.72727275,0.7355372,0.73966944,0.75206614,0.75619835,0.75206614,0.73140496,0.6942149,0.6735537,0.6404959,0.58677685,0.53305787,0.47933885,0.44214877,0.40082645,0.38016528,0.3966942,0.4090909,0.43801653,0.47107437,0.5123967,0.5247934,0.55785125,0.5785124,0.59090906,0.59917355,0.59504133,0.58677685,0.58677685,0.59090906,0.58264464,0.5785124,0.5661157,0.55785125,0.56198347,0.55785125,0.5371901,0.5247934,0.5165289,0.5247934,0.5,0.3181818,0.11983471,0.11570248,0.12809917,0.1322314,0.18595041,0.19008264,0.17355372,0.24793388,0.48347107,0.59504133,0.60330576,0.607438,0.61570245,0.6198347,0.6198347,0.6322314,0.6322314,0.6322314,0.6404959,0.6446281,0.6570248,0.6859504,0.6983471,0.7066116,0.7107438,0.72727275,0.7231405,0.71900827,0.6942149,0.6652893,0.6404959,0.60330576,0.5495868,0.5041322,0.46694216,0.43801653,0.40495867,0.38842976,0.40082645,0.4090909,0.4338843,0.45041323,0.48347107,0.5082645,0.53305787,0.5495868,0.56198347,0.57024795,0.57024795,0.57438016,0.5785124,0.57438016,0.58264464,0.5785124,0.57438016,0.57024795,0.5661157,0.5495868,0.5247934,0.5123967,0.5123967,0.5123967,0.45041323,0.2231405,0.11157025,0.11983471,0.12396694,0.12809917,0.19008264,0.19008264,0.17355372,0.1983471,0.38429752,0.553719,0.59504133,0.59504133,0.59504133,0.60330576,0.61157024,0.61157024,0.59917355,0.62396693,0.6322314,0.6487603,0.6446281,0.6652893,0.677686,0.6735537,0.677686,0.6983471,0.69008267,0.6818182,0.661157,0.6363636,0.60330576,0.5495868,0.5,0.46694216,0.45454547,0.44214877,0.41735536,0.41735536,0.42561984,0.42975205,0.44214877,0.45454547,0.47107437,0.48347107,0.5123967,0.5371901,0.553719,0.5495868,0.553719,0.57024795,0.57438016,0.5661157,0.5785124,0.5785124,0.59090906,0.5785124,0.553719,0.5413223,0.5206612,0.5082645,0.5041322,0.49586776,0.3677686,0.15289256,0.11157025,0.12809917,0.11983471,0.12396694,0.19008264,0.19008264,0.18181819,0.17768595,0.2892562,0.4876033,0.57438016,0.58264464,0.57438016,0.58677685,0.59504133,0.59504133,0.58264464,0.61157024,0.6198347,0.6487603,0.6404959,0.6528926,0.6652893,0.6570248,0.6570248,0.6735537,0.6652893,0.6570248,0.6280992,0.59917355,0.5661157,0.5206612,0.45867768,0.44214877,0.43801653,0.44214877,0.43801653,0.43801653,0.44214877,0.446281,0.45454547,0.46694216,0.47107437,0.48347107,0.5165289,0.5413223,0.54545456,0.5413223,0.553719,0.56198347,0.57024795,0.56198347,0.57438016,0.5785124,0.59504133,0.56198347,0.5413223,0.5289256,0.5165289,0.5041322,0.49586776,0.46280992,0.2768595,0.11983471,0.11570248,0.12396694,0.11983471,0.12396694,0.19008264,0.19008264,0.18181819,0.17355372,0.21900827,0.3966942,0.5371901,0.5661157,0.56198347,0.57024795,0.57438016,0.58264464,0.57024795,0.59090906,0.61157024,0.6363636,0.6404959,0.6446281,0.6487603,0.6487603,0.6404959,0.6528926,0.6363636,0.6198347,0.60330576,0.57438016,0.54545456,0.5041322,0.45867768,0.44214877,0.44214877,0.44214877,0.446281,0.45454547,0.45454547,0.46280992,0.46694216,0.4752066,0.48347107,0.49586776,0.5289256,0.553719,0.54545456,0.5413223,0.5495868,0.55785125,0.56198347,0.55785125,0.57438016,0.57438016,0.58677685,0.553719,0.5413223,0.5247934,0.5123967,0.49586776,0.47107437,0.42975205,0.21900827,0.10743801,0.12396694,0.11983471,0.11570248,0.12396694,0.18595041,0.19008264,0.17768595,0.18181819,0.19008264,0.29752067,0.47107437,0.5413223,0.5495868,0.55785125,0.5661157,0.5785124,0.5661157,0.57024795,0.61157024,0.6280992,0.6404959,0.6404959,0.6363636,0.6280992,0.6280992,0.6363636,0.61570245,0.59917355,0.59504133,0.57024795,0.5495868,0.5165289,0.49586776,0.4752066,0.4752066,0.47107437,0.47107437,0.4876033,0.48347107,0.4876033,0.4876033,0.5,0.5041322,0.5206612,0.54545456,0.55785125,0.5495868,0.553719,0.553719,0.553719,0.553719,0.55785125,0.5661157,0.56198347,0.57024795,0.53305787,0.5371901,0.5289256,0.5123967,0.47933885,0.45454547,0.42561984,0.21900827,0.09917355,0.12809917,0.11157025,0.11983471,0.1322314,0.19421488,0.18181819,0.17768595,0.17768595,0.18181819,0.2231405,0.39256197,0.5206612,0.5413223,0.54545456,0.56198347,0.57024795,0.5661157,0.57438016,0.59917355,0.6322314,0.6322314,0.6363636,0.6322314,0.61570245,0.61157024,0.62396693,0.61157024,0.607438,0.607438,0.59504133,0.5785124,0.57024795,0.553719,0.54545456,0.5413223,0.5371901,0.5371901,0.53305787,0.5247934,0.5206612,0.5206612,0.5413223,0.54545456,0.5495868,0.56198347,0.5661157,0.55785125,0.5661157,0.56198347,0.553719,0.5495868,0.56198347,0.56198347,0.5495868,0.5495868,0.5082645,0.5371901,0.53305787,0.5082645,0.46280992,0.44214877,0.4338843,0.23553719,0.10743801,0.12396694,0.11983471,0.11983471,0.1322314,0.18181819,0.16115703,0.18595041,0.18181819,0.18595041,0.18181819,0.35123968,0.5247934,0.5371901,0.5371901,0.54545456,0.55785125,0.56198347,0.58677685,0.59917355,0.6198347,0.6198347,0.62396693,0.6198347,0.60330576,0.59917355,0.6198347,0.61157024,0.62396693,0.6322314,0.6198347,0.62396693,0.6198347,0.62396693,0.62396693,0.61570245,0.60330576,0.59090906,0.57438016,0.55785125,0.553719,0.56198347,0.56198347,0.57024795,0.57438016,0.5661157,0.5661157,0.5661157,0.5785124,0.57024795,0.553719,0.553719,0.5661157,0.56198347,0.5413223,0.5247934,0.49173555,0.5289256,0.5289256,0.4876033,0.446281,0.4338843,0.43801653,0.24793388,0.11570248,0.11570248,0.12396694,0.12396694,0.12809917,0.19008264,0.1694215,0.17768595,0.18595041,0.19008264,0.18181819,0.34710744,0.5495868,0.5413223,0.5289256,0.53305787,0.553719,0.56198347,0.58677685,0.59504133,0.59917355,0.60330576,0.61157024,0.61157024,0.59917355,0.60330576,0.6198347,0.6198347,0.62396693,0.6487603,0.6446281,0.6570248,0.661157,0.661157,0.6570248,0.6404959,0.6322314,0.6198347,0.607438,0.58677685,0.5785124,0.58264464,0.5785124,0.58677685,0.59090906,0.5661157,0.5495868,0.57438016,0.58264464,0.57024795,0.553719,0.55785125,0.55785125,0.54545456,0.5371901,0.5082645,0.49173555,0.5247934,0.5041322,0.47107437,0.43801653,0.44214877,0.45867768,0.28099173,0.11157025,0.11570248,0.12809917,0.14049587,0.12396694,0.1983471,0.16528925,0.18181819,0.17768595,0.18595041,0.17768595,0.35123968,0.58264464,0.56198347,0.5082645,0.5247934,0.53305787,0.55785125,0.57024795,0.58677685,0.58264464,0.59917355,0.59917355,0.607438,0.607438,0.61570245,0.61570245,0.61570245,0.62396693,0.6404959,0.6446281,0.6652893,0.6735537,0.6652893,0.6528926,0.6363636,0.6198347,0.6198347,0.61157024,0.59917355,0.59090906,0.59090906,0.58264464,0.59917355,0.59504133,0.57024795,0.5495868,0.57438016,0.57438016,0.5661157,0.55785125,0.55785125,0.5495868,0.5289256,0.5206612,0.49586776,0.5123967,0.5082645,0.47933885,0.446281,0.43801653,0.45041323,0.4752066,0.30578512,0.11983471,0.11570248,0.11570248,0.13636364,0.12396694,0.19008264,0.18595041,0.18595041,0.18595041,0.18595041,0.17768595,0.34710744,0.59504133,0.59917355,0.5082645,0.5,0.5206612,0.553719,0.553719,0.57024795,0.57438016,0.59504133,0.58264464,0.59090906,0.60330576,0.61570245,0.62396693,0.61157024,0.61157024,0.62396693,0.6487603,0.6487603,0.661157,0.6363636,0.62396693,0.6198347,0.607438,0.60330576,0.60330576,0.59504133,0.58264464,0.58677685,0.5785124,0.58677685,0.58264464,0.57024795,0.5661157,0.56198347,0.5495868,0.56198347,0.57024795,0.56198347,0.54545456,0.5206612,0.5041322,0.5041322,0.5165289,0.47933885,0.45867768,0.43801653,0.446281,0.46694216,0.4876033,0.34710744,0.1322314,0.12396694,0.11983471,0.12809917,0.1322314,18 +0.24793388,0.38842976,0.3966942,0.54545456,0.79752064,0.8347107,0.8719008,0.8677686,0.8719008,0.8636364,0.8512397,0.8512397,0.8471074,0.8305785,0.822314,0.8140496,0.79752064,0.79752064,0.7768595,0.77272725,0.77272725,0.76859504,0.7644628,0.74793386,0.75206614,0.74793386,0.75619835,0.7644628,0.7644628,0.76859504,0.76033056,0.76033056,0.76859504,0.7768595,0.78099173,0.76859504,0.7768595,0.7892562,0.79752064,0.8016529,0.79752064,0.8016529,0.80991733,0.8057851,0.80991733,0.8057851,0.79752064,0.7892562,0.7892562,0.7892562,0.7768595,0.7644628,0.75206614,0.75619835,0.75206614,0.74380165,0.73140496,0.71487606,0.70247936,0.6487603,0.6198347,0.59504133,0.57438016,0.45041323,0.25619835,0.5,0.46280992,0.61570245,0.8181818,0.838843,0.88429755,0.8801653,0.8719008,0.8677686,0.8553719,0.8512397,0.8471074,0.838843,0.8305785,0.822314,0.8140496,0.79752064,0.78512394,0.7768595,0.77272725,0.76859504,0.7644628,0.75206614,0.7644628,0.76033056,0.75619835,0.75619835,0.76033056,0.76033056,0.76033056,0.7644628,0.76859504,0.77272725,0.78099173,0.77272725,0.78099173,0.79752064,0.80991733,0.8140496,0.8181818,0.822314,0.8181818,0.8181818,0.8140496,0.80991733,0.8140496,0.79752064,0.7933884,0.7892562,0.78099173,0.7768595,0.76033056,0.76033056,0.76859504,0.75206614,0.74793386,0.7231405,0.6983471,0.6694215,0.62396693,0.59504133,0.5661157,0.4752066,0.30991736,0.49586776,0.49586776,0.677686,0.8347107,0.8471074,0.8801653,0.88429755,0.87603307,0.8719008,0.8636364,0.8512397,0.8553719,0.838843,0.8347107,0.8347107,0.822314,0.79752064,0.78512394,0.7768595,0.77272725,0.7644628,0.75619835,0.75206614,0.76033056,0.75619835,0.75619835,0.77272725,0.78099173,0.7768595,0.7768595,0.77272725,0.78512394,0.78099173,0.7892562,0.78512394,0.8016529,0.8140496,0.822314,0.8305785,0.8347107,0.8305785,0.8305785,0.822314,0.822314,0.8057851,0.8181818,0.8140496,0.79752064,0.7933884,0.78099173,0.7768595,0.7644628,0.76859504,0.76033056,0.76033056,0.74380165,0.73140496,0.7107438,0.6735537,0.6404959,0.60330576,0.58264464,0.47933885,0.35950413,0.4752066,0.5206612,0.7355372,0.8429752,0.8471074,0.87603307,0.88842976,0.87603307,0.8677686,0.8553719,0.8471074,0.8429752,0.838843,0.8305785,0.8305785,0.80991733,0.79752064,0.77272725,0.77272725,0.77272725,0.75619835,0.75206614,0.72727275,0.75206614,0.75206614,0.74793386,0.76859504,0.79752064,0.80991733,0.78512394,0.78099173,0.79752064,0.8016529,0.7933884,0.79752064,0.822314,0.8264463,0.822314,0.8347107,0.8305785,0.822314,0.8305785,0.822314,0.8181818,0.8140496,0.7892562,0.8057851,0.80991733,0.7933884,0.7768595,0.78099173,0.7644628,0.76033056,0.75619835,0.75619835,0.74793386,0.72727275,0.7066116,0.6818182,0.6446281,0.60330576,0.57024795,0.49173555,0.37190083,0.47933885,0.5785124,0.76859504,0.8595041,0.8553719,0.87603307,0.8801653,0.8719008,0.8595041,0.8429752,0.8347107,0.822314,0.8140496,0.80991733,0.79752064,0.78512394,0.76859504,0.75206614,0.74380165,0.75206614,0.74380165,0.71900827,0.7107438,0.7231405,0.7231405,0.7231405,0.73966944,0.77272725,0.79752064,0.78512394,0.78512394,0.80991733,0.8140496,0.7933884,0.78099173,0.8057851,0.8140496,0.8181818,0.80991733,0.80991733,0.79752064,0.80991733,0.79752064,0.8057851,0.8016529,0.7933884,0.7933884,0.79752064,0.7933884,0.7768595,0.77272725,0.76033056,0.74380165,0.73966944,0.74380165,0.7355372,0.73140496,0.7066116,0.677686,0.6404959,0.61157024,0.57024795,0.4876033,0.3966942,0.5247934,0.6487603,0.7933884,0.8553719,0.8553719,0.8677686,0.8801653,0.8636364,0.8512397,0.8264463,0.7933884,0.7644628,0.74380165,0.73966944,0.72727275,0.71900827,0.7107438,0.6983471,0.6942149,0.69008267,0.6859504,0.6652893,0.6735537,0.6942149,0.6818182,0.6983471,0.71487606,0.73966944,0.75619835,0.77272725,0.78512394,0.8016529,0.79752064,0.76859504,0.76033056,0.75619835,0.78099173,0.7933884,0.78512394,0.77272725,0.77272725,0.77272725,0.75619835,0.76859504,0.76859504,0.77272725,0.7644628,0.76859504,0.7644628,0.75619835,0.7644628,0.72727275,0.6942149,0.70247936,0.72727275,0.73140496,0.7231405,0.71487606,0.661157,0.6446281,0.6404959,0.59090906,0.49173555,0.45454547,0.59090906,0.6818182,0.8181818,0.8553719,0.8471074,0.8595041,0.8636364,0.8305785,0.8057851,0.7644628,0.6818182,0.6363636,0.607438,0.58677685,0.58264464,0.5785124,0.5661157,0.56198347,0.5495868,0.553719,0.57024795,0.5785124,0.607438,0.6198347,0.61570245,0.6528926,0.6818182,0.7066116,0.7066116,0.74793386,0.7768595,0.78512394,0.7644628,0.7355372,0.72727275,0.71900827,0.7231405,0.73140496,0.73140496,0.71487606,0.7107438,0.70247936,0.6404959,0.6528926,0.6735537,0.69008267,0.6652893,0.661157,0.6652893,0.6652893,0.6942149,0.7231405,0.6198347,0.59504133,0.677686,0.7107438,0.7066116,0.70247936,0.6694215,0.6446281,0.6487603,0.60330576,0.48347107,0.5661157,0.6198347,0.69008267,0.838843,0.8553719,0.8553719,0.8512397,0.78512394,0.6942149,0.661157,0.59504133,0.5247934,0.49173555,0.4876033,0.49586776,0.5413223,0.5785124,0.53305787,0.5165289,0.5247934,0.5247934,0.5371901,0.553719,0.55785125,0.57024795,0.5785124,0.60330576,0.6487603,0.6487603,0.661157,0.70247936,0.73140496,0.75619835,0.74380165,0.70247936,0.677686,0.6446281,0.6652893,0.7355372,0.6487603,0.58264464,0.57438016,0.54545456,0.49173555,0.47933885,0.47933885,0.39256197,0.47933885,0.46694216,0.4214876,0.42975205,0.47107437,0.59090906,0.6363636,0.47107437,0.5082645,0.6322314,0.6859504,0.6859504,0.6652893,0.61570245,0.6404959,0.59917355,0.49173555,0.57024795,0.59090906,0.677686,0.8512397,0.8553719,0.8429752,0.76033056,0.59917355,0.5247934,0.53305787,0.49586776,0.47107437,0.46694216,0.45867768,0.46694216,0.4752066,0.446281,0.40495867,0.40495867,0.42975205,0.41322315,0.42561984,0.47933885,0.5371901,0.53305787,0.5165289,0.5289256,0.5371901,0.5371901,0.57438016,0.61570245,0.6363636,0.661157,0.677686,0.6652893,0.6198347,0.5165289,0.5661157,0.6818182,0.53305787,0.4876033,0.5289256,0.47933885,0.4214876,0.3966942,0.38429752,0.4090909,0.8347107,0.8595041,0.77272725,0.6570248,0.61157024,0.6198347,0.6198347,0.46280992,0.40082645,0.46280992,0.56198347,0.6528926,0.6487603,0.61570245,0.6322314,0.6198347,0.5247934,0.5495868,0.5785124,0.7107438,0.8595041,0.8512397,0.76033056,0.59917355,0.4876033,0.49173555,0.5041322,0.5165289,0.49173555,0.4752066,0.446281,0.41322315,0.41735536,0.34710744,0.3181818,0.338843,0.4090909,0.40495867,0.38842976,0.41322315,0.5082645,0.56198347,0.58264464,0.61157024,0.5495868,0.47107437,0.5247934,0.5785124,0.61570245,0.62396693,0.60330576,0.57024795,0.5165289,0.4338843,0.4338843,0.53305787,0.56198347,0.57438016,0.5371901,0.4338843,0.35123968,0.30991736,0.2644628,0.30165288,0.5495868,0.80991733,0.8595041,0.8801653,0.892562,0.892562,0.87603307,0.838843,0.71487606,0.6198347,0.53305787,0.53305787,0.6280992,0.61157024,0.6322314,0.6363636,0.55785125,0.5289256,0.5495868,0.74380165,0.87603307,0.822314,0.6528926,0.553719,0.46694216,0.47107437,0.5041322,0.5495868,0.5661157,0.5289256,0.4876033,0.46280992,0.45454547,0.38016528,0.3305785,0.35950413,0.42975205,0.446281,0.40495867,0.41735536,0.607438,0.677686,0.6570248,0.7231405,0.8181818,0.71900827,0.59504133,0.62396693,0.6735537,0.6942149,0.6652893,0.59917355,0.49586776,0.37190083,0.46694216,0.5123967,0.45041323,0.38429752,0.35123968,0.2892562,0.27272728,0.2603306,0.2644628,0.29752067,0.3305785,0.59090906,0.8016529,0.8512397,0.8801653,0.87603307,0.87603307,0.8801653,0.8264463,0.8512397,0.8347107,0.5785124,0.5123967,0.61157024,0.6322314,0.6404959,0.5785124,0.4876033,0.553719,0.77272725,0.8801653,0.7644628,0.6446281,0.59090906,0.5165289,0.5661157,0.58677685,0.59504133,0.60330576,0.55785125,0.5123967,0.49173555,0.49586776,0.4214876,0.3429752,0.35950413,0.4090909,0.42561984,0.38016528,0.43801653,0.6735537,0.8595041,0.8677686,0.8512397,0.8677686,0.892562,0.74380165,0.661157,0.70247936,0.73140496,0.7231405,0.7066116,0.61570245,0.5289256,0.48347107,0.4090909,0.38429752,0.3553719,0.2892562,0.2644628,0.2644628,0.28512397,0.3140496,0.37603307,0.45041323,0.8471074,0.90082645,0.88429755,0.8677686,0.8305785,0.6942149,0.6570248,0.56198347,0.61157024,0.70247936,0.61570245,0.49173555,0.57024795,0.6280992,0.6404959,0.607438,0.42561984,0.59917355,0.8057851,0.8595041,0.7107438,0.69008267,0.6528926,0.6404959,0.6818182,0.6735537,0.6280992,0.6322314,0.62396693,0.6280992,0.6322314,0.6280992,0.55785125,0.45867768,0.46694216,0.5041322,0.5165289,0.4752066,0.5165289,0.61570245,0.822314,0.8801653,0.88429755,0.8181818,0.80991733,0.69008267,0.6404959,0.7066116,0.7355372,0.73140496,0.7231405,0.6818182,0.5413223,0.47933885,0.42561984,0.36363637,0.30991736,0.2644628,0.2520661,0.28099173,0.3264463,0.39256197,0.44214877,0.5041322,0.88842976,0.90495867,0.88842976,0.88429755,0.89669424,0.69008267,0.607438,0.45867768,0.3677686,0.44214877,0.5785124,0.5413223,0.5206612,0.60330576,0.6280992,0.61157024,0.46694216,0.75206614,0.8057851,0.6983471,0.661157,0.7355372,0.76033056,0.72727275,0.71487606,0.62396693,0.53305787,0.6363636,0.71900827,0.6942149,0.6322314,0.57438016,0.4876033,0.44214877,0.446281,0.5,0.4752066,0.41735536,0.40082645,0.40495867,0.5165289,0.6570248,0.74380165,0.8305785,0.91322315,0.88842976,0.76033056,0.7355372,0.7644628,0.78099173,0.7644628,0.70247936,0.55785125,0.5082645,0.4090909,0.3181818,0.28512397,0.28512397,0.32231405,0.35123968,0.40082645,0.43801653,0.446281,0.45454547,0.6363636,0.8801653,0.89669424,0.892562,0.8553719,0.6735537,0.62396693,0.56198347,0.38842976,0.3966942,0.54545456,0.58264464,0.45454547,0.56198347,0.59504133,0.61157024,0.54545456,0.8057851,0.6528926,0.5082645,0.61570245,0.7644628,0.8016529,0.75619835,0.6983471,0.553719,0.55785125,0.76033056,0.6694215,0.53305787,0.46280992,0.42561984,0.36363637,0.46280992,0.41322315,0.4338843,0.3966942,0.3429752,0.30578512,0.28512397,0.3140496,0.40082645,0.4752066,0.8016529,0.8636364,0.8595041,0.7231405,0.69008267,0.7107438,0.7231405,0.661157,0.5371901,0.5289256,0.53305787,0.41735536,0.338843,0.33471075,0.38842976,0.43801653,0.4090909,0.41322315,0.3966942,0.36363637,0.36363637,0.34710744,0.5413223,0.6570248,0.7066116,0.62396693,0.49173555,0.58677685,0.5495868,0.47933885,0.446281,0.5371901,0.53305787,0.41322315,0.6818182,0.6280992,0.57438016,0.4214876,0.58677685,0.56198347,0.56198347,0.59090906,0.7644628,0.8181818,0.76859504,0.6694215,0.49173555,0.59090906,0.58677685,0.45041323,0.4090909,0.4338843,0.38429752,0.30991736,0.338843,0.39256197,0.44214877,0.49586776,0.39256197,0.28099173,0.28099173,0.29338843,0.32231405,0.42561984,0.6198347,0.77272725,0.8140496,0.74793386,0.72727275,0.73966944,0.72727275,0.6942149,0.6322314,0.54545456,0.5413223,0.46280992,0.4752066,0.446281,0.45454547,0.48347107,0.4338843,0.46280992,0.41322315,0.3140496,0.2520661,0.2892562,0.24793388,0.38429752,0.45867768,0.5206612,0.4752066,0.48347107,0.5495868,0.5206612,0.5289256,0.5413223,0.5413223,0.5413223,0.79752064,0.7933884,0.6404959,0.34710744,0.47933885,0.6818182,0.6694215,0.59504133,0.74793386,0.7933884,0.73140496,0.61570245,0.5371901,0.5247934,0.46280992,0.47107437,0.4876033,0.3966942,0.30165288,0.27272728,0.30578512,0.3677686,0.46280992,0.5289256,0.46280992,0.3677686,0.3140496,0.34710744,0.37603307,0.5041322,0.57024795,0.76033056,0.76859504,0.72727275,0.7107438,0.7231405,0.71900827,0.7107438,0.677686,0.58677685,0.5413223,0.5206612,0.57438016,0.5041322,0.41735536,0.43801653,0.47933885,0.5,0.42975205,0.30991736,0.1983471,0.21487603,0.2520661,0.3140496,0.3305785,0.3429752,0.446281,0.46280992,0.5371901,0.5661157,0.61157024,0.5661157,0.56198347,0.4752066,0.5247934,0.607438,0.6198347,0.30991736,0.41735536,0.60330576,0.6528926,0.5413223,0.5785124,0.61570245,0.607438,0.5661157,0.5661157,0.49173555,0.5165289,0.5247934,0.5,0.4338843,0.35950413,0.34710744,0.3677686,0.40495867,0.45041323,0.46694216,0.45867768,0.45867768,0.4214876,0.4214876,0.49173555,0.5041322,0.56198347,0.78099173,0.7768595,0.71487606,0.6942149,0.6983471,0.72727275,0.7231405,0.6859504,0.5495868,0.5413223,0.553719,0.5661157,0.553719,0.46280992,0.4214876,0.45867768,0.49173555,0.446281,0.3677686,0.30991736,0.30165288,0.338843,0.3966942,0.3677686,0.32231405,0.35950413,0.45454547,0.53305787,0.57438016,0.6280992,0.59917355,0.58677685,0.4090909,0.5206612,0.5495868,0.46280992,0.2768595,0.3264463,0.446281,0.57438016,0.4752066,0.6363636,0.78512394,0.7892562,0.76033056,0.73140496,0.6694215,0.6280992,0.59504133,0.5206612,0.446281,0.40082645,0.38016528,0.38842976,0.4090909,0.4214876,0.43801653,0.43801653,0.446281,0.4338843,0.47107437,0.55785125,0.4214876,0.61157024,0.80991733,0.78512394,0.72727275,0.6859504,0.69008267,0.7231405,0.71900827,0.677686,0.5495868,0.5082645,0.54545456,0.56198347,0.553719,0.5123967,0.44214877,0.43801653,0.42975205,0.44214877,0.42561984,0.40495867,0.3966942,0.42561984,0.46280992,0.42561984,0.4214876,0.43801653,0.5123967,0.55785125,0.60330576,0.61157024,0.5495868,0.53305787,0.41322315,0.5206612,0.62396693,0.5123967,0.28512397,0.26859504,0.45867768,0.60330576,0.5661157,0.78512394,0.87603307,0.87603307,0.8719008,0.8719008,0.8305785,0.76859504,0.69008267,0.57438016,0.47107437,0.4214876,0.39256197,0.3966942,0.4090909,0.41322315,0.43801653,0.4338843,0.44214877,0.46694216,0.57024795,0.59090906,0.43801653,0.69008267,0.8181818,0.78099173,0.72727275,0.70247936,0.6942149,0.71900827,0.71900827,0.6859504,0.59090906,0.5,0.5495868,0.61570245,0.56198347,0.5413223,0.5041322,0.42975205,0.40082645,0.41322315,0.42561984,0.4214876,0.42561984,0.4338843,0.4752066,0.5041322,0.5206612,0.5495868,0.6280992,0.6570248,0.6652893,0.72727275,0.6487603,0.5371901,0.39256197,0.5165289,0.58677685,0.49173555,0.4752066,0.30165288,0.53305787,0.6528926,0.69008267,0.838843,0.88429755,0.88429755,0.8801653,0.87603307,0.8595041,0.8140496,0.7231405,0.59090906,0.48347107,0.4090909,0.38842976,0.41735536,0.4338843,0.45867768,0.47933885,0.49586776,0.5495868,0.61157024,0.6528926,0.53305787,0.5123967,0.75619835,0.8140496,0.7768595,0.72727275,0.71487606,0.7066116,0.71900827,0.71900827,0.6983471,0.6322314,0.5371901,0.553719,0.6735537,0.6363636,0.5785124,0.553719,0.5289256,0.47933885,0.42975205,0.4090909,0.4338843,0.44214877,0.46694216,0.5041322,0.5289256,0.553719,0.5785124,0.62396693,0.6818182,0.6942149,0.74793386,0.6942149,0.5785124,0.4090909,0.5371901,0.62396693,0.5082645,0.6942149,0.49586776,0.6322314,0.7066116,0.74793386,0.8595041,0.87603307,0.8801653,0.8801653,0.8719008,0.8512397,0.8305785,0.77272725,0.6694215,0.59917355,0.553719,0.54545456,0.55785125,0.55785125,0.57024795,0.607438,0.6363636,0.71487606,0.75619835,0.6446281,0.5,0.61570245,0.822314,0.8347107,0.78099173,0.73966944,0.7231405,0.74380165,0.7355372,0.71900827,0.70247936,0.6446281,0.58677685,0.5082645,0.6570248,0.69008267,0.6446281,0.607438,0.58677685,0.58677685,0.55785125,0.5,0.47933885,0.47933885,0.4876033,0.5123967,0.53305787,0.55785125,0.5785124,0.607438,0.6528926,0.6942149,0.71900827,0.6735537,0.58264464,0.44214877,0.5413223,0.61157024,0.5247934,0.58264464,0.59504133,0.7107438,0.8057851,0.74380165,0.8636364,0.87603307,0.8801653,0.87603307,0.8636364,0.8471074,0.8181818,0.7644628,0.7066116,0.6694215,0.6446281,0.62396693,0.6363636,0.6528926,0.677686,0.7231405,0.75206614,0.80991733,0.76033056,0.6404959,0.58264464,0.71487606,0.8471074,0.8305785,0.77272725,0.72727275,0.73140496,0.74793386,0.7355372,0.72727275,0.7107438,0.661157,0.607438,0.553719,0.553719,0.6859504,0.69008267,0.6652893,0.6404959,0.61157024,0.6198347,0.60330576,0.59917355,0.5785124,0.57438016,0.5785124,0.58677685,0.5785124,0.5785124,0.59917355,0.6280992,0.6694215,0.6818182,0.6404959,0.5661157,0.46280992,0.55785125,0.59504133,0.5495868,0.40495867,0.553719,0.77272725,0.8512397,0.7892562,0.8347107,0.87603307,0.8801653,0.87603307,0.8636364,0.8429752,0.8140496,0.76033056,0.71487606,0.70247936,0.6818182,0.6652893,0.69008267,0.7231405,0.74793386,0.77272725,0.78099173,0.72727275,0.71900827,0.7644628,0.71487606,0.76859504,0.8305785,0.8057851,0.74793386,0.71487606,0.73140496,0.75619835,0.73140496,0.71900827,0.7107438,0.677686,0.6198347,0.61157024,0.553719,0.607438,0.6735537,0.69008267,0.6735537,0.661157,0.6487603,0.6404959,0.6363636,0.6363636,0.6322314,0.6322314,0.6322314,0.607438,0.59504133,0.59504133,0.60330576,0.6446281,0.6322314,0.62396693,0.54545456,0.4876033,0.58264464,0.61157024,0.58677685,0.30165288,0.5371901,0.79752064,0.8512397,0.8553719,0.8305785,0.8471074,0.8553719,0.8636364,0.8595041,0.8553719,0.8181818,0.76859504,0.72727275,0.7066116,0.69008267,0.7066116,0.72727275,0.75206614,0.76033056,0.71900827,0.62396693,0.69008267,0.8429752,0.8347107,0.75206614,0.7892562,0.8057851,0.77272725,0.7107438,0.70247936,0.72727275,0.7644628,0.74380165,0.7107438,0.7066116,0.6818182,0.6322314,0.62396693,0.6363636,0.57024795,0.58677685,0.6528926,0.6652893,0.6652893,0.6694215,0.6694215,0.661157,0.6652893,0.661157,0.6652893,0.6652893,0.6404959,0.607438,0.59917355,0.60330576,0.61570245,0.6404959,0.59504133,0.5,0.5413223,0.61570245,0.62396693,0.59504133,0.30578512,0.5785124,0.8140496,0.8553719,0.8595041,0.8719008,0.8553719,0.8305785,0.8016529,0.79752064,0.79752064,0.8016529,0.77272725,0.74380165,0.71900827,0.70247936,0.7231405,0.71487606,0.6694215,0.6280992,0.56198347,0.6652893,0.8347107,0.87603307,0.8305785,0.7768595,0.8181818,0.8305785,0.76033056,0.6983471,0.6942149,0.7355372,0.76859504,0.75619835,0.7066116,0.6983471,0.6859504,0.6487603,0.6322314,0.677686,0.6404959,0.56198347,0.5413223,0.607438,0.6487603,0.6652893,0.6818182,0.6818182,0.6859504,0.6818182,0.6859504,0.677686,0.6528926,0.62396693,0.607438,0.6280992,0.6446281,0.6322314,0.5413223,0.5289256,0.607438,0.6446281,0.61570245,0.58264464,0.3305785,0.6198347,0.8264463,0.8553719,0.8636364,0.8801653,0.8719008,0.8553719,0.822314,0.77272725,0.71487606,0.6652893,0.6322314,0.60330576,0.58677685,0.57438016,0.58264464,0.58264464,0.58677685,0.6198347,0.6446281,0.7355372,0.8347107,0.8512397,0.80991733,0.79752064,0.8429752,0.8636364,0.7768595,0.69008267,0.69008267,0.74793386,0.7892562,0.75619835,0.7107438,0.70247936,0.69008267,0.6652893,0.6446281,0.6694215,0.6694215,0.6322314,0.5785124,0.5165289,0.5165289,0.6280992,0.6735537,0.6983471,0.6983471,0.69008267,0.69008267,0.6694215,0.6446281,0.61570245,0.6198347,0.60330576,0.59090906,0.5495868,0.57438016,0.6280992,0.6652893,0.6528926,0.59504133,0.57024795,0.34710744,0.6404959,0.8305785,0.8553719,0.8677686,0.8719008,0.8677686,0.8636364,0.8595041,0.838843,0.822314,0.7892562,0.74793386,0.71487606,0.6818182,0.661157,0.6694215,0.6446281,0.6570248,0.6528926,0.6735537,0.73140496,0.7933884,0.8057851,0.79752064,0.7892562,0.8057851,0.8429752,0.7644628,0.6528926,0.6487603,0.7066116,0.74793386,0.73966944,0.72727275,0.7107438,0.6859504,0.6859504,0.6570248,0.6280992,0.6322314,0.6528926,0.6322314,0.61157024,0.553719,0.53305787,0.5495868,0.58264464,0.60330576,0.60330576,0.607438,0.607438,0.5785124,0.5661157,0.553719,0.5495868,0.56198347,0.59917355,0.6735537,0.70247936,0.6942149,0.6528926,0.58264464,0.5495868,0.38842976,0.6446281,0.8305785,0.8512397,0.8636364,0.8636364,0.8636364,0.8636364,0.8595041,0.8471074,0.838843,0.7933884,0.7644628,0.7355372,0.7066116,0.6652893,0.661157,0.6404959,0.661157,0.661157,0.6818182,0.7066116,0.71487606,0.76033056,0.77272725,0.73140496,0.73966944,0.76033056,0.69008267,0.5785124,0.58264464,0.6198347,0.6652893,0.6818182,0.6942149,0.6446281,0.6322314,0.6528926,0.661157,0.61570245,0.59917355,0.61570245,0.6280992,0.6322314,0.61570245,0.60330576,0.62396693,0.607438,0.57438016,0.57438016,0.55785125,0.57024795,0.55785125,0.57024795,0.55785125,0.58677685,0.6322314,0.6487603,0.71487606,0.7231405,0.6983471,0.6446281,0.553719,0.5495868,0.4752066,0.6570248,0.8264463,0.8429752,0.8512397,0.8512397,0.8512397,0.8512397,0.8512397,0.8347107,0.8140496,0.7644628,0.74793386,0.7107438,0.6859504,0.6570248,0.6487603,0.661157,0.6694215,0.6735537,0.6859504,0.6818182,0.6404959,0.7231405,0.7107438,0.59917355,0.57438016,0.6570248,0.60330576,0.49586776,0.49173555,0.5206612,0.5661157,0.60330576,0.59504133,0.5495868,0.5041322,0.5413223,0.6198347,0.6528926,0.61570245,0.60330576,0.61157024,0.61157024,0.61570245,0.59504133,0.6198347,0.61157024,0.61157024,0.61570245,0.59917355,0.59504133,0.61157024,0.59504133,0.59504133,0.607438,0.6404959,0.6735537,0.7107438,0.72727275,0.6859504,0.61570245,0.5371901,0.5413223,0.59917355,0.6818182,0.8264463,0.8347107,0.838843,0.8429752,0.838843,0.8429752,0.8347107,0.80991733,0.76859504,0.7231405,0.7066116,0.677686,0.677686,0.6818182,0.6735537,0.677686,0.6694215,0.6694215,0.6735537,0.6280992,0.58677685,0.6859504,0.61570245,0.42975205,0.338843,0.446281,0.553719,0.45454547,0.38016528,0.41735536,0.46280992,0.5041322,0.45454547,0.3553719,0.2892562,0.38016528,0.5206612,0.6363636,0.6818182,0.6735537,0.6446281,0.61157024,0.58677685,0.58264464,0.57438016,0.58264464,0.59504133,0.59917355,0.59090906,0.59504133,0.58677685,0.59917355,0.58677685,0.61570245,0.6280992,0.6735537,0.71487606,0.7066116,0.6694215,0.58264464,0.5413223,0.5289256,0.6570248,0.7107438,0.8181818,0.8264463,0.8181818,0.822314,0.8305785,0.8305785,0.8181818,0.78512394,0.74380165,0.72727275,0.70247936,0.7066116,0.71900827,0.7107438,0.6735537,0.6570248,0.6528926,0.6570248,0.6570248,0.61157024,0.5661157,0.6198347,0.5785124,0.35950413,0.21487603,0.28099173,0.49586776,0.4876033,0.34710744,0.32231405,0.38842976,0.4214876,0.338843,0.20661157,0.1570248,0.27272728,0.44214877,0.6198347,0.73140496,0.74380165,0.7231405,0.677686,0.61157024,0.58677685,0.553719,0.5661157,0.5661157,0.57024795,0.57438016,0.56198347,0.553719,0.57024795,0.58677685,0.59917355,0.6446281,0.6818182,0.71487606,0.6942149,0.6487603,0.56198347,0.5289256,0.49173555,0.6363636,0.75619835,0.8057851,0.8181818,0.8140496,0.8140496,0.8181818,0.80991733,0.8057851,0.77272725,0.74380165,0.74793386,0.71900827,0.73140496,0.73140496,0.7066116,0.677686,0.6570248,0.6528926,0.6570248,0.6652893,0.6198347,0.57438016,0.55785125,0.58264464,0.446281,0.26859504,0.3677686,0.5661157,0.57438016,0.38016528,0.29338843,0.35123968,0.40082645,0.37190083,0.26859504,0.20661157,0.29338843,0.45041323,0.6363636,0.76033056,0.75619835,0.76859504,0.75206614,0.7066116,0.6652893,0.6487603,0.61157024,0.58264464,0.57024795,0.57438016,0.5785124,0.57438016,0.5661157,0.58677685,0.607438,0.661157,0.6859504,0.6983471,0.677686,0.62396693,0.54545456,0.5289256,0.4214876,0.5495868,0.7933884,0.80991733,0.8140496,0.8140496,0.80991733,0.8264463,0.8140496,0.78512394,0.75619835,0.74380165,0.74793386,0.7355372,0.7355372,0.7355372,0.70247936,0.6694215,0.6570248,0.6528926,0.6859504,0.70247936,0.661157,0.607438,0.5785124,0.59504133,0.55785125,0.5041322,0.59917355,0.6487603,0.56198347,0.3677686,0.27272728,0.3305785,0.4214876,0.48347107,0.45867768,0.37603307,0.37190083,0.5,0.6446281,0.75619835,0.76859504,0.7644628,0.7768595,0.75206614,0.73966944,0.71487606,0.69008267,0.6570248,0.6363636,0.61570245,0.61570245,0.6198347,0.61157024,0.61570245,0.6363636,0.6694215,0.69008267,0.677686,0.6446281,0.60330576,0.5413223,0.5289256,0.3305785,0.43801653,0.78099173,0.8057851,0.8057851,0.8057851,0.8057851,0.80991733,0.79752064,0.76859504,0.75206614,0.74793386,0.74793386,0.74793386,0.73140496,0.71487606,0.677686,0.6528926,0.6570248,0.6818182,0.75206614,0.75619835,0.7231405,0.6652893,0.6198347,0.6322314,0.6446281,0.6735537,0.6983471,0.607438,0.45454547,0.28512397,0.23966943,0.35950413,0.46280992,0.5495868,0.56198347,0.5,0.49586776,0.58264464,0.677686,0.72727275,0.75206614,0.76859504,0.77272725,0.7644628,0.75206614,0.73966944,0.71900827,0.7066116,0.69008267,0.6735537,0.677686,0.6818182,0.677686,0.6735537,0.677686,0.6735537,0.677686,0.6652893,0.62396693,0.57438016,0.5289256,0.47933885,0.32231405,0.30578512,0.73140496,0.8057851,0.8057851,0.8057851,0.7933884,0.7933884,0.7892562,0.76033056,0.74793386,0.75206614,0.74380165,0.7355372,0.72727275,0.7107438,0.6735537,0.6570248,0.6652893,0.75206614,0.8016529,0.8057851,0.76859504,0.7355372,0.6859504,0.71487606,0.74380165,0.7355372,0.661157,0.5082645,0.3264463,0.23966943,0.2892562,0.40082645,0.5082645,0.5661157,0.59090906,0.607438,0.62396693,0.6404959,0.6735537,0.6942149,0.7231405,0.74793386,0.76033056,0.7644628,0.76033056,0.73966944,0.71900827,0.7107438,0.71487606,0.7107438,0.70247936,0.7107438,0.6983471,0.69008267,0.6818182,0.6859504,0.6652893,0.6570248,0.59917355,0.553719,0.5123967,0.446281,0.41322315,0.21487603,0.59504133,0.7892562,0.7933884,0.7892562,0.78512394,0.78099173,0.76859504,0.75206614,0.74793386,0.73966944,0.7355372,0.72727275,0.71487606,0.6942149,0.6735537,0.6735537,0.7355372,0.8181818,0.8264463,0.8140496,0.78099173,0.76033056,0.7644628,0.74793386,0.7644628,0.7066116,0.57438016,0.4090909,0.30165288,0.30578512,0.36363637,0.45454547,0.5413223,0.57438016,0.60330576,0.6446281,0.6528926,0.6570248,0.6528926,0.6694215,0.69008267,0.71487606,0.7355372,0.75206614,0.75619835,0.73966944,0.71900827,0.6983471,0.7107438,0.71487606,0.7107438,0.71900827,0.70247936,0.70247936,0.6942149,0.6735537,0.6570248,0.6280992,0.57438016,0.53305787,0.4876033,0.45041323,0.5082645,0.1694215,0.446281,0.75206614,0.78512394,0.77272725,0.7644628,0.76033056,0.75206614,0.73966944,0.74380165,0.73966944,0.7355372,0.72727275,0.7066116,0.6859504,0.6859504,0.73966944,0.8016529,0.838843,0.8264463,0.8057851,0.77272725,0.75206614,0.75206614,0.74380165,0.7231405,0.6446281,0.5165289,0.4090909,0.3553719,0.3966942,0.44214877,0.5,0.55785125,0.59090906,0.60330576,0.6404959,0.6322314,0.6487603,0.6404959,0.6446281,0.661157,0.677686,0.71487606,0.72727275,0.73966944,0.74793386,0.7231405,0.6942149,0.6983471,0.7066116,0.70247936,0.6983471,0.7107438,0.6942149,0.6818182,0.661157,0.6363636,0.60330576,0.54545456,0.5082645,0.46694216,0.45454547,0.5041322,0.1694215,0.33471075,0.70247936,0.76859504,0.76033056,0.75206614,0.73966944,0.7355372,0.7355372,0.73140496,0.7355372,0.7355372,0.7231405,0.7107438,0.69008267,0.73966944,0.7892562,0.8181818,0.8264463,0.80991733,0.78099173,0.75619835,0.7231405,0.71487606,0.7066116,0.677686,0.60330576,0.5041322,0.446281,0.42561984,0.45867768,0.47107437,0.5165289,0.56198347,0.59090906,0.61570245,0.62396693,0.6280992,0.6280992,0.6322314,0.6322314,0.6446281,0.6528926,0.6694215,0.69008267,0.69008267,0.71487606,0.7107438,0.6942149,0.6859504,0.6942149,0.69008267,0.6859504,0.6818182,0.6818182,0.6652893,0.6404959,0.61157024,0.57024795,0.5289256,0.5,0.45867768,0.49173555,0.53305787,0.17768595,0.27272728,0.6363636,0.76033056,0.74793386,0.71900827,0.7066116,0.7355372,0.73140496,0.73140496,0.7355372,0.7355372,0.71487606,0.6983471,0.71487606,0.78099173,0.8057851,0.79752064,0.79752064,0.77272725,0.74793386,0.7231405,0.69008267,0.6735537,0.661157,0.6363636,0.57024795,0.49173555,0.46280992,0.45454547,0.4876033,0.46280992,0.5082645,0.5371901,0.5785124,0.59917355,0.607438,0.60330576,0.59917355,0.59917355,0.62396693,0.6404959,0.6280992,0.6446281,0.661157,0.6570248,0.6735537,0.6859504,0.6818182,0.6694215,0.6735537,0.6818182,0.6859504,0.6652893,0.661157,0.6487603,0.6198347,0.58677685,0.5413223,0.5206612,0.48347107,0.45867768,0.5123967,0.57438016,0.2107438,0.2231405,0.47107437,0.7107438,0.7231405,0.6859504,0.6942149,0.7107438,0.71487606,0.7231405,0.73140496,0.7231405,0.6983471,0.661157,0.74380165,0.79752064,0.78512394,0.76859504,0.75619835,0.71900827,0.70247936,0.6694215,0.6446281,0.6322314,0.61570245,0.607438,0.553719,0.5123967,0.4752066,0.47933885,0.5041322,0.49173555,0.5082645,0.5413223,0.5785124,0.58677685,0.60330576,0.58677685,0.59504133,0.59917355,0.61570245,0.6322314,0.6280992,0.6322314,0.6404959,0.6404959,0.6528926,0.6446281,0.661157,0.661157,0.6652893,0.6694215,0.6652893,0.6446281,0.6404959,0.6198347,0.59504133,0.55785125,0.5123967,0.5206612,0.47107437,0.45454547,0.53305787,0.553719,0.22727273,0.19421488,0.30165288,0.61157024,0.72727275,0.70247936,0.6942149,0.6942149,0.69008267,0.6983471,0.7231405,0.7107438,0.6859504,0.6570248,0.75619835,0.77272725,0.73966944,0.7066116,0.677686,0.6404959,0.6280992,0.59504133,0.58677685,0.58264464,0.60330576,0.59504133,0.5785124,0.53305787,0.5165289,0.5289256,0.5371901,0.5289256,0.5371901,0.5661157,0.59504133,0.59917355,0.59917355,0.58264464,0.58677685,0.59090906,0.60330576,0.59917355,0.61157024,0.61570245,0.6198347,0.6198347,0.6280992,0.6280992,0.6404959,0.6487603,0.661157,0.661157,0.6652893,0.6363636,0.61157024,0.59504133,0.5661157,0.5206612,0.5,0.5247934,0.45041323,0.35950413,0.40082645,0.3966942,0.23140496,0.20247933,0.20247933,0.5123967,0.72727275,0.71900827,0.70247936,0.6818182,0.661157,0.6859504,0.71487606,0.7107438,0.677686,0.6570248,0.7355372,0.71487606,0.6570248,0.59917355,0.57438016,0.5495868,0.5495868,0.5289256,0.5371901,0.553719,0.57438016,0.58264464,0.5495868,0.5082645,0.5123967,0.5289256,0.5371901,0.5371901,0.5289256,0.54545456,0.57024795,0.58677685,0.58677685,0.5785124,0.5661157,0.55785125,0.57438016,0.57024795,0.57024795,0.58264464,0.59504133,0.59917355,0.59917355,0.61570245,0.6198347,0.6446281,0.6528926,0.6528926,0.6487603,0.62396693,0.59504133,0.57024795,0.5371901,0.5041322,0.49173555,0.5123967,0.41322315,0.21900827,0.24380165,0.23966943,0.2231405,0.21487603,0.16528925,0.40082645,0.6983471,0.72727275,0.70247936,0.6818182,0.6528926,0.677686,0.7107438,0.7107438,0.6735537,0.6528926,0.6818182,0.61157024,0.5413223,0.47933885,0.46280992,0.45867768,0.47107437,0.46694216,0.47933885,0.49173555,0.5,0.48347107,0.446281,0.40495867,0.4214876,0.45041323,0.43801653,0.45041323,0.42975205,0.43801653,0.46280992,0.5123967,0.5289256,0.553719,0.5495868,0.5413223,0.5495868,0.5413223,0.5371901,0.5413223,0.553719,0.5661157,0.57024795,0.58264464,0.59917355,0.6198347,0.6363636,0.6363636,0.6198347,0.6198347,0.57438016,0.5413223,0.5165289,0.49586776,0.5041322,0.5,0.3264463,0.1570248,0.19421488,0.1983471,0.2231405,0.21900827,0.17355372,0.28512397,0.6487603,0.7231405,0.7066116,0.677686,0.6694215,0.677686,0.7066116,0.6983471,0.6487603,0.6363636,0.61157024,0.5123967,0.4214876,0.35950413,0.3429752,0.35123968,0.3677686,0.3966942,0.3966942,0.38842976,0.38016528,0.35950413,0.32231405,0.2892562,0.30578512,0.32231405,0.30991736,0.3264463,0.30991736,0.32231405,0.338843,0.38016528,0.41735536,0.44214877,0.46694216,0.49173555,0.5165289,0.5041322,0.4876033,0.49173555,0.5,0.5082645,0.5165289,0.54545456,0.57438016,0.61157024,0.62396693,0.62396693,0.607438,0.59090906,0.5495868,0.5123967,0.5082645,0.5,0.5041322,0.47107437,0.2231405,0.16115703,0.18595041,0.18181819,0.2231405,0.20661157,0.19421488,0.1983471,0.5661157,0.71487606,0.70247936,0.6859504,0.6528926,0.6694215,0.6942149,0.6859504,0.6446281,0.61157024,0.5413223,0.45454547,0.3429752,0.2644628,0.2520661,0.23966943,0.2603306,0.30165288,0.3140496,0.30991736,0.30165288,0.26859504,0.22727273,0.2107438,0.20661157,0.21487603,0.21900827,0.2231405,0.2231405,0.23140496,0.23966943,0.25619835,0.26859504,0.32231405,0.32231405,0.3677686,0.40495867,0.4214876,0.3966942,0.40495867,0.38842976,0.42975205,0.46280992,0.5165289,0.55785125,0.59090906,0.61157024,0.61570245,0.60330576,0.553719,0.5289256,0.5,0.5123967,0.5041322,0.5,0.4090909,0.14876033,0.1694215,0.17768595,0.17355372,0.21487603,0.2231405,0.20661157,0.16115703,0.45867768,0.6818182,0.6942149,0.6818182,0.6487603,0.6528926,0.6818182,0.6694215,0.6404959,0.5785124,0.5123967,0.43801653,0.34710744,0.26859504,0.28099173,0.30165288,0.3140496,0.38842976,0.4214876,0.42975205,0.3966942,0.3553719,0.29752067,0.25619835,0.23553719,0.20661157,0.20247933,0.21900827,0.2231405,0.23140496,0.24793388,0.25619835,0.2603306,0.28512397,0.29752067,0.3140496,0.338843,0.3429752,0.3181818,0.30578512,0.3181818,0.37603307,0.42975205,0.4876033,0.5289256,0.5785124,0.59504133,0.60330576,0.5785124,0.5413223,0.5206612,0.5082645,0.5165289,0.5,0.4876033,0.30578512,0.1570248,0.16528925,0.19008264,0.1694215,0.21487603,0.21487603,0.20661157,0.16528925,0.3264463,0.6280992,0.677686,0.6694215,0.6487603,0.6404959,0.6652893,0.6570248,0.6280992,0.5661157,0.5082645,0.45454547,0.41735536,0.4214876,0.5,0.57024795,0.59090906,0.61570245,0.61570245,0.6404959,0.6198347,0.5413223,0.4752066,0.43801653,0.4338843,0.40495867,0.38842976,0.38016528,0.37603307,0.3966942,0.40495867,0.4090909,0.4214876,0.38842976,0.40495867,0.4090909,0.42975205,0.42975205,0.4090909,0.4090909,0.41322315,0.42561984,0.45041323,0.4752066,0.5165289,0.5661157,0.58677685,0.57438016,0.553719,0.5289256,0.5247934,0.5165289,0.49586776,0.49586776,0.4338843,0.22727273,0.1694215,0.16528925,0.18595041,0.17355372,0.2107438,0.2107438,0.2107438,0.18595041,0.23140496,0.5413223,0.6528926,0.6487603,0.6280992,0.6322314,0.6487603,0.6487603,0.62396693,0.57024795,0.5165289,0.47107437,0.5041322,0.57438016,0.6694215,0.73140496,0.75206614,0.6983471,0.661157,0.6363636,0.6487603,0.59090906,0.5247934,0.5082645,0.5041322,0.5,0.49586776,0.48347107,0.47933885,0.5041322,0.49586776,0.48347107,0.4752066,0.47107437,0.47933885,0.49586776,0.5289256,0.5495868,0.553719,0.56198347,0.553719,0.5165289,0.49586776,0.48347107,0.5165289,0.553719,0.58677685,0.55785125,0.5371901,0.5247934,0.5247934,0.5123967,0.49586776,0.47933885,0.35950413,0.17768595,0.1570248,0.17768595,0.17768595,0.17355372,0.20661157,0.2107438,0.2107438,0.20247933,0.18595041,0.4214876,0.61570245,0.6404959,0.61570245,0.62396693,0.6322314,0.6404959,0.6280992,0.57438016,0.5165289,0.5123967,0.57024795,0.6446281,0.7231405,0.75619835,0.76033056,0.71900827,0.6652893,0.6198347,0.58677685,0.5371901,0.4752066,0.45454547,0.45454547,0.45454547,0.45867768,0.45041323,0.44214877,0.46280992,0.46694216,0.46694216,0.4876033,0.5041322,0.5247934,0.55785125,0.58264464,0.61157024,0.6198347,0.6404959,0.59504133,0.57438016,0.5371901,0.5123967,0.5206612,0.53305787,0.57024795,0.5495868,0.5247934,0.5082645,0.5289256,0.5041322,0.4752066,0.446281,0.2768595,0.16528925,0.15289256,0.1694215,0.17768595,0.17768595,0.2107438,0.21900827,0.20661157,0.2107438,0.18595041,0.2892562,0.5413223,0.6280992,0.61157024,0.59917355,0.607438,0.62396693,0.61157024,0.5661157,0.53305787,0.5371901,0.58677685,0.6570248,0.69008267,0.71487606,0.7231405,0.7066116,0.6735537,0.62396693,0.57024795,0.5123967,0.45041323,0.38429752,0.36363637,0.35950413,0.3677686,0.3677686,0.35950413,0.38429752,0.42561984,0.45867768,0.5,0.5206612,0.56198347,0.57024795,0.59917355,0.61157024,0.6198347,0.61157024,0.61570245,0.5785124,0.55785125,0.5247934,0.5247934,0.5289256,0.5413223,0.5371901,0.5165289,0.5041322,0.5082645,0.4876033,0.45454547,0.41735536,0.24380165,0.14876033,0.1446281,0.17768595,0.17355372,0.17355372,0.1983471,0.21487603,0.20247933,0.2107438,0.18595041,0.20247933,0.4214876,0.59504133,0.59504133,0.5785124,0.59090906,0.59504133,0.59917355,0.5661157,0.5371901,0.553719,0.58677685,0.6280992,0.6528926,0.661157,0.6652893,0.661157,0.6404959,0.60330576,0.55785125,0.4876033,0.42561984,0.36363637,0.3181818,0.26859504,0.25619835,0.26859504,0.30165288,0.3140496,0.40495867,0.446281,0.4876033,0.5123967,0.53305787,0.55785125,0.5661157,0.58264464,0.59504133,0.59917355,0.59090906,0.55785125,0.5371901,0.5123967,0.5082645,0.5247934,0.5206612,0.5206612,0.49586776,0.4876033,0.4876033,0.45867768,0.42561984,0.41735536,0.23966943,0.14049587,0.14049587,0.1694215,0.16528925,0.17768595,0.20247933,0.19421488,0.1983471,0.20661157,0.19008264,0.18181819,0.30165288,0.5247934,0.59090906,0.57438016,0.5661157,0.58264464,0.58264464,0.5661157,0.5413223,0.553719,0.57024795,0.59504133,0.60330576,0.61157024,0.607438,0.58677685,0.57024795,0.53305787,0.49173555,0.42561984,0.4090909,0.3553719,0.32231405,0.27272728,0.2520661,0.26859504,0.27272728,0.3264463,0.37190083,0.40495867,0.45454547,0.46694216,0.49173555,0.5082645,0.5289256,0.5495868,0.55785125,0.56198347,0.55785125,0.54545456,0.5206612,0.5,0.5,0.5165289,0.5123967,0.49173555,0.47933885,0.4752066,0.46694216,0.42975205,0.4090909,0.446281,0.24380165,0.1446281,0.1322314,0.17768595,0.1570248,0.17355372,0.19421488,0.1983471,0.19421488,0.20247933,0.20661157,0.19008264,0.20661157,0.40082645,0.5661157,0.5661157,0.56198347,0.57024795,0.56198347,0.5661157,0.553719,0.55785125,0.5413223,0.553719,0.5371901,0.56198347,0.5495868,0.5413223,0.5165289,0.46280992,0.4214876,0.35950413,0.3305785,0.33471075,0.33471075,0.30991736,0.30991736,0.30991736,0.30165288,0.30991736,0.3305785,0.36363637,0.40495867,0.42975205,0.44214877,0.4752066,0.4876033,0.5165289,0.5289256,0.53305787,0.5247934,0.53305787,0.5165289,0.5082645,0.5123967,0.5165289,0.49586776,0.47933885,0.4752066,0.47107437,0.44214877,0.39256197,0.41322315,0.45867768,0.24380165,0.12396694,0.16115703,0.14876033,0.16528925,0.16528925,0.19421488,0.1983471,0.1983471,0.20661157,0.20661157,0.19008264,0.16528925,0.28099173,0.5206612,0.58264464,0.55785125,0.553719,0.5495868,0.57024795,0.57438016,0.56198347,0.5413223,0.53305787,0.53305787,0.5371901,0.5289256,0.5041322,0.4752066,0.4214876,0.35950413,0.30165288,0.2892562,0.28512397,0.33471075,0.32231405,0.33471075,0.3429752,0.3181818,0.30991736,0.32231405,0.3305785,0.37603307,0.41735536,0.42561984,0.44214877,0.4752066,0.49586776,0.5082645,0.5041322,0.5082645,0.5247934,0.5206612,0.5206612,0.5206612,0.5082645,0.48347107,0.48347107,0.47107437,0.46280992,0.42561984,0.38016528,0.44214877,0.4876033,0.2603306,0.12809917,0.1570248,0.16115703,0.16528925,0.17355372,0.19008264,0.19421488,0.2107438,0.20247933,0.1983471,0.19421488,0.16115703,0.21900827,0.5041322,0.61157024,0.55785125,0.553719,0.56198347,0.5785124,0.60330576,0.57024795,0.5413223,0.5206612,0.5123967,0.5082645,0.49173555,0.47933885,0.446281,0.3966942,0.3429752,0.29752067,0.2768595,0.2892562,0.32231405,0.32231405,0.33471075,0.3429752,0.33471075,0.30991736,0.3264463,0.338843,0.38016528,0.4214876,0.4338843,0.4338843,0.46694216,0.4876033,0.5,0.5,0.48347107,0.5165289,0.5165289,0.5247934,0.5206612,0.49586776,0.49586776,0.4876033,0.47107437,0.45454547,0.41322315,0.40082645,0.46280992,0.5,0.2644628,0.12809917,0.15289256,0.16115703,0.1694215,0.17768595,0.18595041,0.20247933,0.19421488,0.20247933,0.20661157,0.17768595,0.17768595,0.2107438,0.5247934,0.6404959,0.5661157,0.57024795,0.55785125,0.58264464,0.59504133,0.5785124,0.5413223,0.5123967,0.5,0.5,0.4876033,0.46280992,0.45454547,0.4214876,0.38842976,0.35950413,0.34710744,0.34710744,0.3553719,0.35950413,0.36363637,0.37603307,0.37603307,0.3677686,0.38429752,0.38429752,0.4214876,0.45454547,0.45454547,0.46280992,0.48347107,0.49173555,0.49586776,0.49173555,0.5,0.5082645,0.5165289,0.5082645,0.5082645,0.4752066,0.48347107,0.4876033,0.47107437,0.43801653,0.4090909,0.4214876,0.49173555,0.49173555,0.27272728,0.12396694,0.14876033,0.17355372,0.14876033,0.18181819,0.19008264,0.1983471,0.18595041,0.20247933,0.19008264,0.1983471,0.18181819,0.19421488,0.5206612,0.6694215,0.59504133,0.553719,0.5661157,0.57024795,0.58264464,0.57024795,0.5289256,0.5041322,0.4876033,0.5,0.49173555,0.48347107,0.49586776,0.49173555,0.4752066,0.46280992,0.47107437,0.446281,0.45454547,0.4338843,0.42561984,0.42561984,0.42975205,0.45041323,0.46280992,0.46694216,0.47107437,0.4876033,0.46694216,0.49173555,0.5123967,0.5,0.5082645,0.5041322,0.5123967,0.5123967,0.5123967,0.5,0.47933885,0.446281,0.48347107,0.4752066,0.45454547,0.42975205,0.4090909,0.45041323,0.5,0.5082645,0.28099173,0.11983471,0.15289256,0.17768595,0.15289256,0.17768595,0.19421488,0.19008264,0.19421488,0.19008264,0.19421488,0.20247933,0.17355372,0.18595041,0.5123967,0.6859504,0.6322314,0.55785125,0.553719,0.553719,0.5661157,0.5661157,0.5247934,0.5041322,0.5,0.5082645,0.5041322,0.5165289,0.5371901,0.55785125,0.55785125,0.55785125,0.56198347,0.5413223,0.5289256,0.5123967,0.48347107,0.46694216,0.48347107,0.5041322,0.5082645,0.5123967,0.5,0.49173555,0.5,0.5082645,0.5247934,0.5165289,0.5165289,0.5123967,0.5165289,0.5165289,0.5,0.48347107,0.45867768,0.45454547,0.4752066,0.45867768,0.43801653,0.41322315,0.42975205,0.46280992,0.5165289,0.5082645,0.30578512,0.11157025,0.1570248,0.16115703,0.19421488,0.14876033,0.19421488,0.18181819,0.19421488,0.18181819,0.19008264,0.20247933,0.17355372,0.18181819,0.49586776,0.6942149,0.6652893,0.58264464,0.5371901,0.5413223,0.553719,0.55785125,0.5289256,0.5041322,0.5123967,0.5206612,0.5165289,0.5289256,0.55785125,0.59090906,0.60330576,0.59090906,0.57438016,0.5371901,0.5289256,0.5082645,0.5,0.4876033,0.49173555,0.5082645,0.5371901,0.53305787,0.5123967,0.49173555,0.5123967,0.5206612,0.53305787,0.5165289,0.5165289,0.5041322,0.5123967,0.5,0.4876033,0.46694216,0.45041323,0.45041323,0.46694216,0.4338843,0.4214876,0.39256197,0.43801653,0.4876033,0.5041322,0.5123967,0.30578512,0.12396694,0.15289256,0.16528925,0.18181819,0.16528925,0.19421488,0.18181819,0.19421488,0.18181819,0.18595041,0.20661157,0.17768595,0.18181819,0.49173555,0.69008267,0.6818182,0.6198347,0.553719,0.5289256,0.53305787,0.54545456,0.5289256,0.5082645,0.5082645,0.5165289,0.5123967,0.5206612,0.5495868,0.5785124,0.5785124,0.553719,0.5165289,0.49586776,0.47933885,0.49173555,0.49173555,0.4876033,0.4876033,0.4876033,0.5206612,0.5247934,0.5206612,0.5041322,0.5123967,0.5123967,0.5247934,0.5289256,0.5165289,0.5165289,0.5041322,0.49173555,0.45867768,0.45041323,0.446281,0.45454547,0.446281,0.42561984,0.3966942,0.40082645,0.46280992,0.5123967,0.5041322,0.5206612,0.32231405,0.1322314,0.14876033,0.1570248,0.18181819,0.17355372,0.18595041,0.18595041,0.17768595,0.18181819,0.18595041,0.19421488,0.1694215,0.17355372,0.4876033,0.6859504,0.6859504,0.6404959,0.58264464,0.5206612,0.5082645,0.5206612,0.5165289,0.5123967,0.49173555,0.5082645,0.5082645,0.5041322,0.5206612,0.5413223,0.5247934,0.49173555,0.47107437,0.45867768,0.44214877,0.46694216,0.47107437,0.47107437,0.46280992,0.4752066,0.49173555,0.5041322,0.5123967,0.5041322,0.49586776,0.49173555,0.5123967,0.5165289,0.5247934,0.5165289,0.49586776,0.47107437,0.44214877,0.42975205,0.44214877,0.43801653,0.42975205,0.3966942,0.38016528,0.4214876,0.4752066,0.5082645,0.5082645,0.5165289,0.33471075,0.1322314,0.1570248,0.16528925,0.17355372,0.1570248,0.16528925,0.18181819,0.19008264,0.17355372,0.18595041,0.16528925,0.19008264,0.16115703,0.5041322,0.6942149,0.6983471,0.6404959,0.607438,0.54545456,0.5,0.49173555,0.5041322,0.5082645,0.47107437,0.47933885,0.48347107,0.47933885,0.48347107,0.5,0.46694216,0.43801653,0.42975205,0.41735536,0.40082645,0.42975205,0.43801653,0.43801653,0.44214877,0.44214877,0.45867768,0.46694216,0.4876033,0.48347107,0.47107437,0.46694216,0.47933885,0.49173555,0.49586776,0.47933885,0.46280992,0.43801653,0.4090909,0.4090909,0.42975205,0.41322315,0.38842976,0.37190083,0.39256197,0.45041323,0.48347107,0.5082645,0.5041322,0.5206612,0.34710744,0.12809917,0.16115703,0.17355372,0.1694215,0.15289256,0.18181819,0.1694215,0.18595041,0.18181819,0.18595041,0.17768595,0.1570248,0.16528925,0.5413223,0.6942149,0.69008267,0.6446281,0.61570245,0.56198347,0.5082645,0.47107437,0.4752066,0.49173555,0.46280992,0.45454547,0.45454547,0.45041323,0.43801653,0.44214877,0.4090909,0.37603307,0.38016528,0.37190083,0.33471075,0.37603307,0.38016528,0.38842976,0.40082645,0.41322315,0.38429752,0.41735536,0.4338843,0.45041323,0.45041323,0.446281,0.45041323,0.45454547,0.46280992,0.446281,0.4214876,0.3966942,0.3966942,0.3966942,0.40082645,0.37603307,0.35950413,0.3553719,0.4338843,0.47933885,0.5,0.5082645,0.5082645,0.5041322,0.37603307,0.13636364,0.1570248,0.1694215,0.17355372,0.16528925,18 +0.47933885,0.5495868,0.6280992,0.69008267,0.677686,0.6528926,0.6404959,0.6363636,0.6487603,0.6487603,0.6404959,0.6487603,0.6570248,0.6735537,0.70247936,0.71487606,0.71487606,0.7355372,0.74380165,0.74793386,0.74380165,0.72727275,0.6983471,0.6818182,0.6652893,0.6528926,0.6404959,0.61157024,0.59504133,0.59090906,0.59090906,0.5785124,0.58264464,0.59090906,0.57438016,0.58264464,0.607438,0.62396693,0.6363636,0.6198347,0.6446281,0.6652893,0.6818182,0.69008267,0.6983471,0.6983471,0.6983471,0.70247936,0.69008267,0.6818182,0.6735537,0.6404959,0.62396693,0.6198347,0.62396693,0.607438,0.5413223,0.41322315,0.2768595,0.2231405,0.17768595,0.1446281,0.14049587,0.1322314,0.5123967,0.57438016,0.6487603,0.6983471,0.6859504,0.69008267,0.7107438,0.7231405,0.72727275,0.73140496,0.73966944,0.74793386,0.75619835,0.76859504,0.7768595,0.7933884,0.7933884,0.8057851,0.8140496,0.8181818,0.80991733,0.8016529,0.8016529,0.78512394,0.74380165,0.72727275,0.72727275,0.6859504,0.6735537,0.6570248,0.6446281,0.62396693,0.61157024,0.6280992,0.61157024,0.6363636,0.661157,0.677686,0.6818182,0.6818182,0.6942149,0.71487606,0.7231405,0.72727275,0.72727275,0.72727275,0.74380165,0.72727275,0.71900827,0.7066116,0.6818182,0.6363636,0.6280992,0.6198347,0.61570245,0.6198347,0.5661157,0.46694216,0.34710744,0.26859504,0.19008264,0.12809917,0.12396694,0.1322314,0.5413223,0.59504133,0.6528926,0.6859504,0.6859504,0.6942149,0.7231405,0.73140496,0.74793386,0.76859504,0.78099173,0.7892562,0.79752064,0.8016529,0.7933884,0.8016529,0.79752064,0.822314,0.8429752,0.8429752,0.8471074,0.8305785,0.822314,0.80991733,0.7892562,0.75206614,0.7355372,0.7066116,0.7066116,0.6942149,0.69008267,0.677686,0.6694215,0.6735537,0.677686,0.6942149,0.7107438,0.72727275,0.73140496,0.71900827,0.71900827,0.74380165,0.73966944,0.7355372,0.72727275,0.73966944,0.74793386,0.74380165,0.7231405,0.7066116,0.69008267,0.6404959,0.61570245,0.62396693,0.6198347,0.61157024,0.57438016,0.5123967,0.41735536,0.3181818,0.20661157,0.1322314,0.10743801,0.12396694,0.5661157,0.61570245,0.661157,0.677686,0.6859504,0.6983471,0.7066116,0.7231405,0.74793386,0.7768595,0.8016529,0.80991733,0.80991733,0.80991733,0.8057851,0.79752064,0.78512394,0.8057851,0.8305785,0.8347107,0.838843,0.8264463,0.8181818,0.8181818,0.80991733,0.78512394,0.76033056,0.73966944,0.73140496,0.72727275,0.73140496,0.7355372,0.7231405,0.71900827,0.71487606,0.73140496,0.73966944,0.74793386,0.75206614,0.73140496,0.73140496,0.74380165,0.74793386,0.71487606,0.71487606,0.72727275,0.72727275,0.7066116,0.71487606,0.69008267,0.6735537,0.6280992,0.61157024,0.6322314,0.6280992,0.607438,0.5785124,0.5289256,0.446281,0.35950413,0.21900827,0.14049587,0.11983471,0.11983471,0.5785124,0.6280992,0.6735537,0.677686,0.677686,0.6859504,0.70247936,0.72727275,0.75619835,0.77272725,0.7933884,0.80991733,0.80991733,0.8140496,0.8140496,0.79752064,0.7892562,0.7933884,0.8016529,0.8016529,0.8057851,0.8057851,0.79752064,0.7892562,0.78099173,0.77272725,0.76033056,0.75206614,0.73966944,0.73140496,0.72727275,0.74793386,0.74793386,0.73140496,0.7355372,0.74793386,0.75619835,0.75619835,0.75619835,0.73966944,0.73140496,0.73140496,0.73966944,0.7231405,0.6942149,0.6983471,0.70247936,0.6983471,0.6942149,0.6694215,0.6404959,0.59090906,0.57024795,0.6404959,0.6404959,0.6198347,0.59090906,0.5371901,0.46694216,0.3966942,0.2520661,0.1446281,0.12809917,0.11157025,0.607438,0.6487603,0.677686,0.6818182,0.677686,0.6735537,0.6983471,0.73140496,0.75619835,0.7768595,0.7768595,0.77272725,0.7768595,0.78512394,0.78512394,0.7768595,0.76859504,0.78099173,0.76859504,0.74793386,0.75206614,0.75206614,0.73140496,0.71900827,0.7231405,0.71487606,0.6983471,0.7107438,0.7107438,0.6942149,0.69008267,0.71487606,0.7231405,0.71487606,0.71900827,0.72727275,0.73140496,0.74380165,0.7355372,0.7231405,0.69008267,0.677686,0.677686,0.6404959,0.661157,0.6652893,0.6528926,0.6694215,0.6404959,0.61157024,0.58264464,0.55785125,0.55785125,0.59090906,0.607438,0.61157024,0.60330576,0.55785125,0.4876033,0.42561984,0.29752067,0.1446281,0.12809917,0.11157025,0.6363636,0.661157,0.6735537,0.6735537,0.6694215,0.6570248,0.69008267,0.7231405,0.74793386,0.7644628,0.74380165,0.6859504,0.6487603,0.6528926,0.6652893,0.6859504,0.70247936,0.6983471,0.677686,0.6446281,0.6404959,0.6363636,0.59090906,0.57024795,0.56198347,0.5661157,0.57024795,0.61570245,0.6404959,0.61157024,0.607438,0.6487603,0.661157,0.6735537,0.69008267,0.69008267,0.6859504,0.69008267,0.7066116,0.6818182,0.6487603,0.607438,0.59504133,0.57438016,0.57024795,0.58677685,0.5371901,0.5082645,0.5165289,0.49173555,0.47933885,0.47107437,0.45454547,0.47933885,0.4876033,0.5123967,0.55785125,0.5785124,0.5165289,0.45041323,0.338843,0.15289256,0.09917355,0.11983471,0.6528926,0.6652893,0.6818182,0.677686,0.6694215,0.6694215,0.69008267,0.6859504,0.6735537,0.6446281,0.57024795,0.5165289,0.49173555,0.47933885,0.47933885,0.5,0.5289256,0.5165289,0.49173555,0.46280992,0.45454547,0.446281,0.40495867,0.37190083,0.35123968,0.36363637,0.3966942,0.48347107,0.5289256,0.49586776,0.4876033,0.5247934,0.58264464,0.6280992,0.6528926,0.6487603,0.6446281,0.6404959,0.6487603,0.61157024,0.553719,0.5,0.46280992,0.41322315,0.38016528,0.38429752,0.30578512,0.30165288,0.3429752,0.3181818,0.30578512,0.3305785,0.29752067,0.32231405,0.3429752,0.3553719,0.42975205,0.5041322,0.5123967,0.46694216,0.37190083,0.17355372,0.0785124,0.11983471,0.6570248,0.6652893,0.69008267,0.677686,0.6446281,0.62396693,0.59090906,0.53305787,0.47107437,0.42561984,0.36363637,0.3429752,0.3429752,0.33471075,0.3264463,0.3140496,0.30165288,0.30578512,0.29752067,0.28099173,0.26859504,0.28512397,0.26859504,0.23140496,0.2107438,0.23140496,0.27272728,0.35123968,0.41322315,0.40495867,0.38016528,0.41735536,0.49586776,0.5661157,0.61570245,0.61157024,0.58264464,0.57438016,0.5785124,0.53305787,0.45041323,0.40495867,0.30165288,0.30165288,0.24793388,0.2603306,0.26859504,0.23553719,0.22727273,0.18595041,0.18181819,0.2107438,0.19008264,0.1983471,0.2231405,0.23140496,0.28512397,0.34710744,0.3966942,0.42561984,0.39256197,0.20247933,0.07024793,0.11157025,0.6487603,0.6570248,0.677686,0.6570248,0.5661157,0.49586776,0.44214877,0.37603307,0.338843,0.338843,0.3181818,0.29752067,0.2768595,0.26859504,0.24793388,0.21487603,0.18181819,0.1694215,0.17768595,0.17355372,0.1694215,0.16115703,0.1694215,0.1694215,0.1570248,0.17768595,0.21487603,0.26859504,0.3264463,0.3181818,0.30165288,0.35123968,0.4338843,0.49173555,0.553719,0.553719,0.5247934,0.5082645,0.49586776,0.44214877,0.34710744,0.30165288,0.24793388,0.21900827,0.16115703,0.15289256,0.20247933,0.19008264,0.17355372,0.14876033,0.14876033,0.15289256,0.14876033,0.16528925,0.17768595,0.19008264,0.20247933,0.21900827,0.23553719,0.29338843,0.3429752,0.23553719,0.05785124,0.10330579,0.6528926,0.6446281,0.661157,0.61570245,0.48347107,0.4214876,0.3677686,0.30991736,0.2892562,0.2892562,0.29752067,0.3305785,0.30165288,0.26859504,0.24380165,0.20661157,0.18595041,0.16115703,0.14049587,0.13636364,0.12396694,0.11983471,0.11983471,0.14049587,0.14049587,0.1570248,0.17768595,0.21900827,0.2520661,0.23966943,0.2603306,0.30578512,0.3677686,0.42561984,0.4876033,0.4876033,0.46280992,0.45041323,0.4090909,0.3553719,0.28099173,0.24793388,0.2231405,0.17768595,0.12809917,0.14049587,0.1446281,0.11570248,0.13636364,0.12809917,0.13636364,0.14876033,0.1570248,0.18181819,0.16528925,0.19008264,0.19421488,0.1983471,0.18595041,0.1983471,0.27272728,0.23553719,0.06198347,0.08264463,0.661157,0.6322314,0.6363636,0.59090906,0.48347107,0.43801653,0.37603307,0.34710744,0.3677686,0.34710744,0.3429752,0.35123968,0.35950413,0.3429752,0.30578512,0.30578512,0.30991736,0.30165288,0.2603306,0.23140496,0.22727273,0.2231405,0.22727273,0.25619835,0.26859504,0.28512397,0.3140496,0.34710744,0.38842976,0.41322315,0.44214877,0.45867768,0.48347107,0.5123967,0.54545456,0.54545456,0.5289256,0.5123967,0.47107437,0.40082645,0.32231405,0.3140496,0.28512397,0.27272728,0.2231405,0.20661157,0.18181819,0.17768595,0.17768595,0.1983471,0.24380165,0.25619835,0.27272728,0.26859504,0.23140496,0.26859504,0.2644628,0.30991736,0.27272728,0.21487603,0.24793388,0.2231405,0.08264463,0.0785124,0.6694215,0.6280992,0.60330576,0.5371901,0.46694216,0.46280992,0.5,0.5495868,0.59090906,0.59090906,0.5123967,0.4338843,0.41735536,0.4214876,0.41735536,0.41735536,0.42975205,0.46280992,0.45041323,0.42975205,0.41735536,0.40495867,0.4090909,0.41322315,0.41322315,0.42561984,0.43801653,0.44214877,0.42561984,0.42561984,0.446281,0.46280992,0.48347107,0.5165289,0.5289256,0.53305787,0.54545456,0.5247934,0.5165289,0.49173555,0.4752066,0.5289256,0.56198347,0.54545456,0.49173555,0.4338843,0.3966942,0.3966942,0.38842976,0.40082645,0.40495867,0.3966942,0.41735536,0.40082645,0.338843,0.41322315,0.446281,0.4876033,0.4752066,0.38016528,0.3181818,0.2644628,0.12809917,0.08264463,0.6404959,0.6322314,0.62396693,0.59917355,0.5371901,0.6983471,0.75619835,0.7355372,0.6404959,0.57024795,0.5247934,0.48347107,0.46694216,0.47107437,0.45867768,0.43801653,0.42975205,0.42975205,0.4214876,0.38842976,0.36363637,0.35123968,0.37603307,0.3677686,0.3553719,0.37603307,0.40082645,0.3966942,0.38016528,0.3264463,0.30991736,0.3553719,0.40495867,0.45454547,0.47933885,0.47107437,0.46694216,0.4214876,0.35950413,0.2603306,0.2520661,0.43801653,0.47107437,0.41735536,0.36363637,0.338843,0.30991736,0.3181818,0.33471075,0.36363637,0.38429752,0.39256197,0.41735536,0.40495867,0.49586776,0.553719,0.4876033,0.5,0.53305787,0.45041323,0.38842976,0.35950413,0.29338843,0.26859504,0.6280992,0.60330576,0.6363636,0.5661157,0.5165289,0.6528926,0.677686,0.61157024,0.5661157,0.58264464,0.56198347,0.5289256,0.49586776,0.47107437,0.446281,0.41735536,0.41322315,0.41322315,0.40495867,0.38016528,0.35123968,0.4090909,0.59917355,0.57024795,0.40495867,0.35123968,0.37190083,0.37190083,0.38842976,0.36363637,0.30991736,0.35123968,0.46280992,0.5413223,0.56198347,0.53305787,0.5041322,0.44214877,0.34710744,0.2520661,0.3429752,0.4090909,0.3677686,0.3264463,0.32231405,0.29338843,0.29338843,0.2768595,0.30578512,0.3429752,0.3677686,0.38842976,0.3966942,0.3140496,0.57438016,0.73140496,0.55785125,0.40082645,0.46280992,0.4214876,0.2520661,0.22727273,0.30578512,0.42975205,0.6198347,0.60330576,0.5661157,0.5165289,0.58264464,0.61157024,0.59504133,0.56198347,0.5495868,0.5495868,0.49173555,0.44214877,0.43801653,0.4338843,0.39256197,0.36363637,0.37190083,0.36363637,0.36363637,0.35950413,0.3305785,0.41735536,0.6694215,0.6735537,0.45454547,0.36363637,0.3677686,0.35950413,0.3553719,0.3677686,0.38842976,0.4338843,0.54545456,0.61570245,0.607438,0.56198347,0.5247934,0.45867768,0.338843,0.338843,0.40082645,0.338843,0.29338843,0.3305785,0.40495867,0.34710744,0.2644628,0.2768595,0.28099173,0.32231405,0.29338843,0.36363637,0.3677686,0.28099173,0.41735536,0.61157024,0.57024795,0.4214876,0.46280992,0.46280992,0.17355372,0.08677686,0.2520661,0.46694216,0.6198347,0.57024795,0.46280992,0.553719,0.61570245,0.60330576,0.57024795,0.553719,0.55785125,0.48347107,0.3181818,0.43801653,0.71900827,0.57024795,0.3429752,0.25619835,0.24380165,0.23966943,0.32231405,0.42561984,0.35123968,0.2644628,0.338843,0.4214876,0.38016528,0.3553719,0.37603307,0.37190083,0.3553719,0.41322315,0.58677685,0.6322314,0.62396693,0.6487603,0.607438,0.59504133,0.59504133,0.57024795,0.53305787,0.48347107,0.38429752,0.3305785,0.29752067,0.4338843,0.6528926,0.553719,0.24793388,0.21900827,0.24793388,0.24793388,0.21487603,0.45867768,0.5,0.29338843,0.2520661,0.33471075,0.37190083,0.43801653,0.49173555,0.5206612,0.20661157,0.053719006,0.30165288,0.47107437,0.60330576,0.5165289,0.47107437,0.57438016,0.607438,0.59504133,0.553719,0.5041322,0.43801653,0.3305785,0.19421488,0.25619835,0.5206612,0.5041322,0.3140496,0.24380165,0.22727273,0.24380165,0.36363637,0.5661157,0.47107437,0.2520661,0.25619835,0.3181818,0.33471075,0.35123968,0.37190083,0.35950413,0.3677686,0.40082645,0.49173555,0.55785125,0.57438016,0.607438,0.58677685,0.57438016,0.58264464,0.57024795,0.55785125,0.46280992,0.34710744,0.33471075,0.30165288,0.3140496,0.5165289,0.5247934,0.26859504,0.1983471,0.24380165,0.28099173,0.27272728,0.4876033,0.53305787,0.29338843,0.22727273,0.30578512,0.2892562,0.3553719,0.47107437,0.5371901,0.24793388,0.06198347,0.30165288,0.47107437,0.59917355,0.5371901,0.49586776,0.59090906,0.61157024,0.61570245,0.58677685,0.5123967,0.43801653,0.40495867,0.4214876,0.41735536,0.49173555,0.5123967,0.48347107,0.42561984,0.3677686,0.3677686,0.41322315,0.42561984,0.4338843,0.32231405,0.2892562,0.3305785,0.338843,0.34710744,0.36363637,0.38016528,0.4214876,0.43801653,0.45041323,0.45454547,0.43801653,0.49586776,0.43801653,0.40495867,0.446281,0.41322315,0.38429752,0.4090909,0.38016528,0.3677686,0.30165288,0.24380165,0.30578512,0.36363637,0.3140496,0.2768595,0.28512397,0.338843,0.41322315,0.3966942,0.40495867,0.38016528,0.3305785,0.34710744,0.29752067,0.32231405,0.43801653,0.5082645,0.24793388,0.10743801,0.23966943,0.38842976,0.4338843,0.46694216,0.5082645,0.59090906,0.61570245,0.607438,0.607438,0.58677685,0.53305787,0.5495868,0.5661157,0.553719,0.59090906,0.59090906,0.58264464,0.5413223,0.5082645,0.5082645,0.5082645,0.45867768,0.43801653,0.4090909,0.38016528,0.38842976,0.40082645,0.3966942,0.41735536,0.4752066,0.5165289,0.5123967,0.5165289,0.47107437,0.4876033,0.6446281,0.6694215,0.6280992,0.59504133,0.47107437,0.4090909,0.46694216,0.43801653,0.4090909,0.3966942,0.37190083,0.37603307,0.3966942,0.38842976,0.39256197,0.41735536,0.45041323,0.48347107,0.49586776,0.45867768,0.44214877,0.4214876,0.4090909,0.37603307,0.37603307,0.4338843,0.5082645,0.2603306,0.15289256,0.24793388,0.30578512,0.40082645,0.4876033,0.57438016,0.6652893,0.7066116,0.6983471,0.6942149,0.72727275,0.7107438,0.6528926,0.58677685,0.5041322,0.5165289,0.5247934,0.5289256,0.5123967,0.49173555,0.5,0.48347107,0.446281,0.4214876,0.40082645,0.3966942,0.41735536,0.45041323,0.48347107,0.5165289,0.553719,0.5785124,0.57024795,0.5495868,0.5082645,0.6363636,0.75619835,0.76859504,0.7355372,0.71487606,0.6322314,0.4876033,0.5,0.49586776,0.41322315,0.38429752,0.36363637,0.36363637,0.38429752,0.38429752,0.39256197,0.4214876,0.45454547,0.4752066,0.48347107,0.45867768,0.42975205,0.42561984,0.45867768,0.47933885,0.48347107,0.4876033,0.5165289,0.2892562,0.2644628,0.37603307,0.41322315,0.5495868,0.57438016,0.60330576,0.6983471,0.72727275,0.7644628,0.75619835,0.75206614,0.78099173,0.7231405,0.6570248,0.56198347,0.53305787,0.5041322,0.49586776,0.46694216,0.446281,0.45867768,0.43801653,0.4214876,0.41322315,0.40495867,0.42975205,0.47107437,0.5041322,0.5495868,0.54545456,0.5495868,0.59917355,0.61157024,0.5661157,0.58677685,0.74380165,0.7768595,0.76859504,0.7355372,0.71487606,0.6942149,0.57438016,0.5371901,0.5413223,0.446281,0.43801653,0.42561984,0.41735536,0.42975205,0.41735536,0.42561984,0.43801653,0.45867768,0.47933885,0.5,0.5041322,0.48347107,0.49173555,0.5289256,0.56198347,0.57024795,0.54545456,0.5289256,0.35123968,0.3677686,0.4338843,0.45041323,0.6446281,0.62396693,0.61570245,0.6818182,0.7231405,0.73966944,0.74793386,0.73966944,0.75619835,0.77272725,0.75619835,0.72727275,0.6735537,0.6446281,0.61157024,0.58677685,0.5289256,0.53305787,0.5123967,0.5041322,0.5082645,0.49586776,0.5206612,0.5495868,0.55785125,0.55785125,0.53305787,0.5495868,0.61157024,0.6363636,0.57024795,0.6652893,0.77272725,0.77272725,0.74380165,0.70247936,0.6859504,0.71487606,0.6363636,0.54545456,0.5413223,0.4752066,0.49173555,0.5413223,0.55785125,0.57438016,0.5661157,0.56198347,0.5661157,0.56198347,0.5661157,0.59090906,0.60330576,0.59917355,0.60330576,0.6198347,0.6280992,0.607438,0.57438016,0.5165289,0.40082645,0.39256197,0.446281,0.45041323,0.661157,0.6528926,0.60330576,0.6735537,0.71487606,0.71487606,0.71900827,0.74793386,0.74380165,0.75619835,0.75206614,0.75619835,0.75206614,0.75619835,0.7066116,0.6942149,0.6446281,0.62396693,0.607438,0.59504133,0.59917355,0.5785124,0.58264464,0.58677685,0.57438016,0.54545456,0.5289256,0.57438016,0.6280992,0.57438016,0.61157024,0.73140496,0.76859504,0.76859504,0.75206614,0.7231405,0.71487606,0.71900827,0.6570248,0.5413223,0.5123967,0.5041322,0.49586776,0.59090906,0.6570248,0.677686,0.6694215,0.6570248,0.6363636,0.6322314,0.62396693,0.6322314,0.6446281,0.6404959,0.6528926,0.6735537,0.661157,0.6322314,0.57438016,0.4876033,0.4090909,0.4214876,0.45041323,0.45454547,0.61570245,0.6983471,0.6322314,0.6528926,0.7231405,0.72727275,0.73966944,0.75619835,0.7355372,0.71900827,0.7107438,0.71900827,0.72727275,0.71487606,0.6735537,0.6859504,0.661157,0.6322314,0.62396693,0.6363636,0.6322314,0.6280992,0.6280992,0.61157024,0.59504133,0.553719,0.5413223,0.6198347,0.60330576,0.5661157,0.6859504,0.73966944,0.7644628,0.7768595,0.7644628,0.75206614,0.73140496,0.7231405,0.6859504,0.5661157,0.46280992,0.49586776,0.5041322,0.56198347,0.61570245,0.6363636,0.6322314,0.6280992,0.61157024,0.6198347,0.62396693,0.62396693,0.6280992,0.6280992,0.6322314,0.6404959,0.6404959,0.6198347,0.57438016,0.4752066,0.41735536,0.4338843,0.44214877,0.45454547,0.5785124,0.6818182,0.661157,0.6198347,0.6859504,0.72727275,0.76033056,0.76033056,0.7231405,0.6983471,0.7107438,0.71487606,0.72727275,0.69008267,0.661157,0.6694215,0.6528926,0.6363636,0.6322314,0.6528926,0.6404959,0.6446281,0.6404959,0.62396693,0.607438,0.55785125,0.58264464,0.62396693,0.56198347,0.6280992,0.71900827,0.72727275,0.75619835,0.77272725,0.77272725,0.7644628,0.74380165,0.73966944,0.6983471,0.61157024,0.4876033,0.43801653,0.5041322,0.57024795,0.59504133,0.59504133,0.59917355,0.60330576,0.59917355,0.607438,0.6198347,0.61570245,0.61157024,0.607438,0.61157024,0.59504133,0.59504133,0.59917355,0.5661157,0.5,0.45454547,0.45041323,0.45041323,0.49173555,0.54545456,0.6652893,0.6942149,0.6363636,0.677686,0.74793386,0.76033056,0.72727275,0.6983471,0.677686,0.6942149,0.7066116,0.7066116,0.6818182,0.6694215,0.6859504,0.6694215,0.6446281,0.6198347,0.6280992,0.6363636,0.6404959,0.6363636,0.61570245,0.58677685,0.57438016,0.553719,0.5413223,0.58677685,0.6983471,0.71900827,0.74793386,0.75619835,0.76859504,0.7892562,0.7768595,0.75619835,0.74380165,0.7355372,0.6652893,0.57024795,0.41735536,0.42975205,0.5661157,0.60330576,0.59917355,0.60330576,0.60330576,0.59917355,0.60330576,0.607438,0.60330576,0.59917355,0.59504133,0.59504133,0.59504133,0.59504133,0.5785124,0.56198347,0.553719,0.49586776,0.446281,0.45041323,0.49586776,0.5495868,0.61157024,0.71487606,0.6859504,0.6694215,0.70247936,0.71487606,0.7066116,0.69008267,0.6859504,0.6983471,0.6942149,0.69008267,0.6859504,0.677686,0.6818182,0.6528926,0.6404959,0.6280992,0.62396693,0.6322314,0.6446281,0.6363636,0.607438,0.59090906,0.5661157,0.46694216,0.5206612,0.6859504,0.7107438,0.72727275,0.75619835,0.75206614,0.76859504,0.7933884,0.7933884,0.7644628,0.75206614,0.72727275,0.6818182,0.61570245,0.49586776,0.35123968,0.47933885,0.58677685,0.58264464,0.59090906,0.59090906,0.59504133,0.60330576,0.59504133,0.58677685,0.58264464,0.58677685,0.59504133,0.59090906,0.58677685,0.57438016,0.57438016,0.57438016,0.49586776,0.4214876,0.45867768,0.47933885,0.6280992,0.5413223,0.6363636,0.7107438,0.6652893,0.6487603,0.6528926,0.6818182,0.7066116,0.7231405,0.7231405,0.7066116,0.6859504,0.6652893,0.6528926,0.6487603,0.62396693,0.61570245,0.6322314,0.62396693,0.6198347,0.6280992,0.6446281,0.6322314,0.59917355,0.5123967,0.5413223,0.6487603,0.7231405,0.70247936,0.73966944,0.7355372,0.73966944,0.77272725,0.822314,0.8140496,0.77272725,0.75206614,0.74380165,0.7066116,0.6404959,0.59090906,0.446281,0.41735536,0.53305787,0.55785125,0.553719,0.5661157,0.5785124,0.59090906,0.58677685,0.58264464,0.58677685,0.59090906,0.59504133,0.58677685,0.5785124,0.57438016,0.57438016,0.57024795,0.4876033,0.42561984,0.46694216,0.5371901,0.7066116,0.607438,0.56198347,0.6652893,0.7066116,0.677686,0.6694215,0.7066116,0.72727275,0.72727275,0.6983471,0.6859504,0.6735537,0.6404959,0.6446281,0.6363636,0.6198347,0.60330576,0.607438,0.61157024,0.6446281,0.6859504,0.78099173,0.70247936,0.5785124,0.62396693,0.6942149,0.74380165,0.75206614,0.72727275,0.71900827,0.71487606,0.7107438,0.7768595,0.8347107,0.8264463,0.78099173,0.75619835,0.75206614,0.7066116,0.6487603,0.60330576,0.57438016,0.54545456,0.5495868,0.5371901,0.5165289,0.5495868,0.56198347,0.57438016,0.58264464,0.58264464,0.58677685,0.58264464,0.5785124,0.57024795,0.5661157,0.57024795,0.5661157,0.55785125,0.5082645,0.46280992,0.5,0.6859504,0.6942149,0.677686,0.57024795,0.553719,0.6694215,0.71900827,0.72727275,0.7355372,0.72727275,0.7231405,0.6942149,0.6818182,0.6942149,0.69008267,0.6818182,0.6652893,0.6570248,0.6528926,0.661157,0.6942149,0.74793386,0.7933884,0.75206614,0.61570245,0.6363636,0.73966944,0.74793386,0.76859504,0.76859504,0.71487606,0.70247936,0.6652893,0.6735537,0.7107438,0.78512394,0.78512394,0.7644628,0.73966944,0.74380165,0.6694215,0.607438,0.55785125,0.56198347,0.6363636,0.6735537,0.58264464,0.47107437,0.4876033,0.5413223,0.57438016,0.58677685,0.59090906,0.5785124,0.55785125,0.56198347,0.55785125,0.56198347,0.58264464,0.61570245,0.6404959,0.6404959,0.6198347,0.607438,0.553719,0.6942149,0.6859504,0.6280992,0.58264464,0.57024795,0.59090906,0.6487603,0.6859504,0.70247936,0.7107438,0.71487606,0.7231405,0.71900827,0.71900827,0.7066116,0.6859504,0.6818182,0.6694215,0.6322314,0.6322314,0.60330576,0.5785124,0.45041323,0.5,0.6942149,0.74380165,0.71900827,0.74793386,0.73966944,0.6694215,0.6198347,0.61570245,0.59917355,0.6446281,0.6942149,0.73140496,0.7107438,0.6942149,0.6859504,0.62396693,0.5371901,0.48347107,0.5,0.5661157,0.6487603,0.6363636,0.47107437,0.37603307,0.4338843,0.45454547,0.4876033,0.5289256,0.54545456,0.553719,0.57438016,0.58264464,0.59504133,0.607438,0.59504133,0.5661157,0.5247934,0.49173555,0.45454547,0.4214876,0.6694215,0.6818182,0.6570248,0.6487603,0.62396693,0.5289256,0.446281,0.45454547,0.48347107,0.5165289,0.5495868,0.58264464,0.58264464,0.57024795,0.553719,0.53305787,0.5206612,0.5082645,0.46280992,0.446281,0.42561984,0.40495867,0.32231405,0.4876033,0.6404959,0.661157,0.6322314,0.6404959,0.59090906,0.5413223,0.5041322,0.5247934,0.49586776,0.53305787,0.60330576,0.6322314,0.62396693,0.607438,0.5785124,0.5165289,0.45454547,0.42561984,0.4214876,0.47107437,0.5289256,0.5495868,0.5,0.338843,0.338843,0.3553719,0.38016528,0.39256197,0.39256197,0.41322315,0.4214876,0.40495867,0.3966942,0.39256197,0.3966942,0.41322315,0.45041323,0.4876033,0.4752066,0.45454547,0.6570248,0.6859504,0.6735537,0.661157,0.6446281,0.57438016,0.47107437,0.42561984,0.41322315,0.40495867,0.4214876,0.42561984,0.42561984,0.41735536,0.41735536,0.4214876,0.4090909,0.4090909,0.39256197,0.39256197,0.39256197,0.38429752,0.3429752,0.44214877,0.5371901,0.5371901,0.5041322,0.47933885,0.41322315,0.3553719,0.2768595,0.338843,0.40495867,0.44214877,0.4752066,0.5165289,0.5041322,0.49586776,0.45867768,0.4090909,0.3429752,0.30991736,0.30578512,0.3677686,0.42975205,0.45041323,0.44214877,0.3553719,0.3305785,0.35950413,0.37603307,0.38016528,0.38429752,0.41735536,0.4338843,0.4214876,0.41322315,0.40495867,0.4090909,0.4338843,0.46280992,0.4752066,0.47933885,0.4752066,0.6198347,0.6570248,0.6652893,0.661157,0.6487603,0.58264464,0.47107437,0.42975205,0.42975205,0.41735536,0.4338843,0.44214877,0.45454547,0.46280992,0.45041323,0.45454547,0.44214877,0.4338843,0.4090909,0.40082645,0.38842976,0.39256197,0.38842976,0.49173555,0.48347107,0.41322315,0.39256197,0.35123968,0.29338843,0.20247933,0.15289256,0.14049587,0.22727273,0.35950413,0.40495867,0.4214876,0.3966942,0.3966942,0.37603307,0.338843,0.23553719,0.20247933,0.2231405,0.2644628,0.35123968,0.38842976,0.41322315,0.39256197,0.35950413,0.37190083,0.36363637,0.39256197,0.42561984,0.46694216,0.4876033,0.48347107,0.4752066,0.46694216,0.46280992,0.46694216,0.46694216,0.46280992,0.4876033,0.49586776,0.59090906,0.6446281,0.6487603,0.6446281,0.6404959,0.5785124,0.4876033,0.4338843,0.4214876,0.42975205,0.45454547,0.46694216,0.4876033,0.5041322,0.48347107,0.47107437,0.45867768,0.4338843,0.41322315,0.40495867,0.40495867,0.42561984,0.47933885,0.5785124,0.5495868,0.38842976,0.30578512,0.27272728,0.2644628,0.2644628,0.2520661,0.30578512,0.25619835,0.2603306,0.35123968,0.35950413,0.33471075,0.338843,0.37190083,0.3305785,0.29338843,0.2644628,0.2520661,0.2520661,0.3181818,0.37190083,0.41322315,0.41735536,0.40082645,0.41735536,0.37603307,0.35123968,0.4090909,0.46280992,0.5041322,0.5041322,0.48347107,0.47933885,0.4752066,0.47107437,0.45867768,0.45041323,0.48347107,0.5165289,0.57438016,0.62396693,0.6363636,0.6280992,0.61570245,0.57438016,0.5123967,0.46280992,0.45041323,0.46694216,0.4876033,0.5041322,0.5206612,0.5206612,0.5041322,0.47933885,0.45454547,0.42975205,0.41735536,0.42975205,0.45867768,0.5206612,0.58677685,0.6198347,0.607438,0.4752066,0.34710744,0.30578512,0.29338843,0.29752067,0.30991736,0.35123968,0.35950413,0.32231405,0.32231405,0.32231405,0.30578512,0.30165288,0.3677686,0.36363637,0.37190083,0.3429752,0.3140496,0.3181818,0.35123968,0.37190083,0.40082645,0.41322315,0.4214876,0.4338843,0.41322315,0.3429752,0.3553719,0.41322315,0.4876033,0.49586776,0.48347107,0.47933885,0.46280992,0.46280992,0.446281,0.4338843,0.47107437,0.5082645,0.5785124,0.59504133,0.60330576,0.61570245,0.60330576,0.55785125,0.5206612,0.49586776,0.49586776,0.5082645,0.5165289,0.5289256,0.53305787,0.5206612,0.49173555,0.46694216,0.45454547,0.44214877,0.43801653,0.47107437,0.53305787,0.59504133,0.6404959,0.6280992,0.607438,0.55785125,0.446281,0.39256197,0.3677686,0.3553719,0.38016528,0.4090909,0.41322315,0.35950413,0.3305785,0.30578512,0.30578512,0.30165288,0.33471075,0.37190083,0.37190083,0.36363637,0.3677686,0.3677686,0.38016528,0.35950413,0.39256197,0.4090909,0.41735536,0.42561984,0.4338843,0.38429752,0.33471075,0.33471075,0.446281,0.48347107,0.4752066,0.47933885,0.4752066,0.44214877,0.41735536,0.4214876,0.45454547,0.48347107,0.58264464,0.5661157,0.5785124,0.607438,0.59504133,0.5495868,0.5123967,0.5206612,0.53305787,0.53305787,0.5371901,0.5371901,0.5289256,0.5123967,0.46694216,0.44214877,0.45041323,0.45041323,0.4752066,0.5289256,0.58264464,0.6198347,0.6322314,0.6280992,0.607438,0.58677685,0.5247934,0.4876033,0.4876033,0.48347107,0.48347107,0.45454547,0.42975205,0.37190083,0.3429752,0.3429752,0.3429752,0.3429752,0.3553719,0.38429752,0.38842976,0.3966942,0.4090909,0.38016528,0.40495867,0.35950413,0.38429752,0.40082645,0.39256197,0.4090909,0.42561984,0.4090909,0.3429752,0.26859504,0.35950413,0.45041323,0.4752066,0.47107437,0.47107437,0.42975205,0.41735536,0.42975205,0.45454547,0.43801653,0.57438016,0.5661157,0.5785124,0.59917355,0.58677685,0.5413223,0.5206612,0.56198347,0.55785125,0.5495868,0.55785125,0.553719,0.5247934,0.48347107,0.4214876,0.41735536,0.45454547,0.47107437,0.5206612,0.5661157,0.61157024,0.6363636,0.6363636,0.62396693,0.61157024,0.60330576,0.58264464,0.5785124,0.5495868,0.55785125,0.5661157,0.5165289,0.46280992,0.41735536,0.37603307,0.38016528,0.40082645,0.3966942,0.4090909,0.41322315,0.4214876,0.4090909,0.41735536,0.4090909,0.4338843,0.38016528,0.38016528,0.38016528,0.37603307,0.39256197,0.4214876,0.41322315,0.3677686,0.28099173,0.2644628,0.41322315,0.45454547,0.4752066,0.4752066,0.4338843,0.41735536,0.446281,0.41322315,0.35123968,0.58264464,0.5661157,0.57024795,0.59504133,0.5785124,0.5289256,0.5289256,0.58264464,0.57024795,0.57024795,0.57438016,0.57024795,0.5206612,0.4338843,0.39256197,0.43801653,0.4876033,0.5082645,0.5413223,0.5785124,0.60330576,0.6198347,0.6280992,0.62396693,0.61570245,0.62396693,0.61570245,0.58677685,0.57438016,0.58264464,0.58264464,0.57024795,0.5495868,0.5371901,0.4876033,0.47107437,0.46280992,0.46280992,0.45041323,0.446281,0.45041323,0.42975205,0.4214876,0.4214876,0.45041323,0.40495867,0.3966942,0.38429752,0.38016528,0.38842976,0.41735536,0.41735536,0.41322315,0.3305785,0.23553719,0.4090909,0.45041323,0.46694216,0.46280992,0.41735536,0.41735536,0.43801653,0.3305785,0.2603306,0.59504133,0.5785124,0.57438016,0.58677685,0.58264464,0.5289256,0.5413223,0.59917355,0.58264464,0.58264464,0.59090906,0.5785124,0.4876033,0.40082645,0.41735536,0.47933885,0.5082645,0.5247934,0.553719,0.58264464,0.59504133,0.607438,0.61570245,0.6280992,0.6363636,0.6446281,0.6652893,0.6404959,0.6280992,0.6446281,0.6570248,0.6487603,0.6404959,0.6198347,0.59090906,0.5785124,0.5413223,0.5,0.49586776,0.4876033,0.4876033,0.46694216,0.42561984,0.42975205,0.45454547,0.43801653,0.42561984,0.4090909,0.40495867,0.38429752,0.4090909,0.40082645,0.4214876,0.3677686,0.24793388,0.4338843,0.4752066,0.46694216,0.45867768,0.41735536,0.446281,0.4214876,0.26859504,0.22727273,0.59090906,0.59090906,0.5785124,0.59090906,0.59504133,0.5495868,0.55785125,0.61157024,0.5785124,0.58677685,0.60330576,0.55785125,0.446281,0.40495867,0.46280992,0.49586776,0.5082645,0.5289256,0.55785125,0.59090906,0.62396693,0.6363636,0.62396693,0.6322314,0.661157,0.6735537,0.6942149,0.6983471,0.70247936,0.7107438,0.71900827,0.71900827,0.70247936,0.677686,0.6694215,0.6735537,0.6404959,0.59504133,0.553719,0.5371901,0.5206612,0.5,0.45867768,0.46694216,0.4752066,0.46280992,0.43801653,0.42561984,0.4338843,0.40495867,0.40495867,0.3966942,0.43801653,0.4090909,0.28512397,0.46694216,0.5082645,0.47933885,0.46694216,0.42975205,0.46280992,0.4090909,0.23140496,0.23966943,0.59504133,0.59090906,0.5785124,0.59917355,0.59917355,0.5785124,0.5785124,0.62396693,0.58677685,0.58677685,0.59504133,0.5371901,0.42561984,0.44214877,0.5123967,0.49586776,0.49586776,0.5371901,0.57438016,0.607438,0.6363636,0.6446281,0.6280992,0.6198347,0.6404959,0.661157,0.6570248,0.677686,0.6983471,0.71487606,0.6983471,0.6735537,0.6694215,0.6528926,0.6570248,0.6818182,0.6694215,0.6487603,0.58264464,0.5247934,0.49586776,0.47107437,0.45041323,0.45454547,0.46694216,0.45041323,0.41735536,0.42561984,0.44214877,0.42975205,0.4214876,0.39256197,0.46694216,0.43801653,0.30991736,0.5082645,0.5371901,0.48347107,0.45867768,0.44214877,0.47933885,0.38842976,0.23140496,0.23966943,0.61570245,0.58264464,0.58677685,0.60330576,0.60330576,0.60330576,0.59917355,0.6322314,0.61157024,0.59504133,0.59504133,0.5123967,0.4338843,0.49586776,0.5371901,0.4752066,0.48347107,0.5206612,0.5495868,0.5371901,0.5123967,0.4876033,0.46694216,0.46694216,0.47933885,0.4752066,0.45454547,0.43801653,0.45454547,0.46280992,0.45867768,0.46694216,0.47933885,0.5082645,0.5413223,0.58264464,0.5785124,0.553719,0.48347107,0.41322315,0.38429752,0.35950413,0.34710744,0.34710744,0.3553719,0.3305785,0.3181818,0.30578512,0.32231405,0.38016528,0.40082645,0.4214876,0.48347107,0.45867768,0.36363637,0.5247934,0.56198347,0.5,0.43801653,0.46280992,0.49173555,0.3553719,0.1983471,0.23140496,0.59090906,0.60330576,0.59504133,0.61157024,0.62396693,0.6198347,0.607438,0.6322314,0.6280992,0.607438,0.59917355,0.5289256,0.48347107,0.5661157,0.55785125,0.47107437,0.44214877,0.41735536,0.3677686,0.3264463,0.28099173,0.23966943,0.24793388,0.24380165,0.26859504,0.29752067,0.2892562,0.29752067,0.30578512,0.30578512,0.29338843,0.30165288,0.3181818,0.3305785,0.35950413,0.3966942,0.4090909,0.38016528,0.3305785,0.29338843,0.28512397,0.26859504,0.2603306,0.28512397,0.25619835,0.20661157,0.17355372,0.14876033,0.16115703,0.1983471,0.33471075,0.43801653,0.5041322,0.45454547,0.42561984,0.55785125,0.56198347,0.47107437,0.46280992,0.47107437,0.48347107,0.3264463,0.1983471,0.22727273,0.58264464,0.61157024,0.60330576,0.607438,0.6363636,0.6322314,0.61570245,0.6363636,0.6363636,0.61157024,0.607438,0.56198347,0.553719,0.62396693,0.59090906,0.5413223,0.42975205,0.2644628,0.18181819,0.18181819,0.17355372,0.20247933,0.23553719,0.24793388,0.2892562,0.338843,0.30578512,0.28099173,0.30165288,0.3181818,0.2892562,0.29338843,0.3140496,0.30165288,0.2768595,0.2644628,0.30578512,0.3305785,0.30165288,0.26859504,0.29752067,0.29338843,0.29338843,0.338843,0.30578512,0.18595041,0.10330579,0.10743801,0.11570248,0.09917355,0.2768595,0.4338843,0.4876033,0.45454547,0.47933885,0.59090906,0.5495868,0.49173555,0.46280992,0.49173555,0.46694216,0.2520661,0.21900827,0.23553719,0.58677685,0.60330576,0.59504133,0.61157024,0.62396693,0.6404959,0.6363636,0.6322314,0.6363636,0.61570245,0.60330576,0.58264464,0.59917355,0.6404959,0.59917355,0.58677685,0.47107437,0.20661157,0.09504132,0.14049587,0.1694215,0.22727273,0.2644628,0.29752067,0.3553719,0.43801653,0.40082645,0.40082645,0.5041322,0.5041322,0.4090909,0.41735536,0.48347107,0.47107437,0.38429752,0.3181818,0.40082645,0.49586776,0.46280992,0.35950413,0.40495867,0.41735536,0.3966942,0.43801653,0.36363637,0.19421488,0.10330579,0.11983471,0.09504132,0.13636364,0.338843,0.45867768,0.47107437,0.45041323,0.5247934,0.59504133,0.5413223,0.4752066,0.4752066,0.5082645,0.41322315,0.2231405,0.22727273,0.24380165,0.5661157,0.61157024,0.58677685,0.58677685,0.607438,0.6322314,0.6446281,0.61570245,0.62396693,0.61570245,0.607438,0.607438,0.62396693,0.6404959,0.61157024,0.607438,0.5785124,0.3553719,0.12809917,0.15289256,0.17355372,0.2107438,0.30578512,0.446281,0.4752066,0.6652893,0.6652893,0.6198347,0.7933884,0.7933884,0.58264464,0.59504133,0.7355372,0.73140496,0.58264464,0.47933885,0.59090906,0.69008267,0.6446281,0.49173555,0.5289256,0.54545456,0.49586776,0.5165289,0.4338843,0.21900827,0.11157025,0.13636364,0.14876033,0.2768595,0.42975205,0.4876033,0.45454547,0.4876033,0.5413223,0.59090906,0.5165289,0.42561984,0.5041322,0.48347107,0.37190083,0.20661157,0.22727273,0.24793388,0.57024795,0.59090906,0.58264464,0.57438016,0.59090906,0.61570245,0.6322314,0.60330576,0.607438,0.61157024,0.61157024,0.61570245,0.6280992,0.6404959,0.607438,0.6198347,0.6404959,0.59090906,0.39256197,0.23966943,0.21487603,0.21487603,0.35123968,0.58264464,0.60330576,0.7066116,0.71487606,0.6942149,0.7933884,0.80991733,0.72727275,0.71900827,0.79752064,0.8057851,0.71900827,0.6487603,0.71487606,0.75206614,0.7066116,0.59504133,0.59090906,0.59504133,0.553719,0.5371901,0.45867768,0.22727273,0.11570248,0.1694215,0.2768595,0.4090909,0.4752066,0.47107437,0.4752066,0.49586776,0.57438016,0.58264464,0.49586776,0.446281,0.49173555,0.4752066,0.3181818,0.2107438,0.23553719,0.24380165,0.57024795,0.58677685,0.5785124,0.57438016,0.58677685,0.607438,0.6198347,0.59504133,0.58264464,0.607438,0.59917355,0.61570245,0.6198347,0.6280992,0.607438,0.6198347,0.6487603,0.6694215,0.60330576,0.47107437,0.35950413,0.23966943,0.28099173,0.5082645,0.5495868,0.607438,0.6652893,0.58677685,0.6322314,0.6694215,0.61570245,0.6694215,0.75619835,0.76033056,0.73140496,0.7231405,0.75619835,0.74793386,0.69008267,0.5661157,0.5165289,0.45867768,0.4338843,0.42561984,0.30991736,0.1694215,0.17768595,0.27272728,0.38842976,0.4752066,0.4876033,0.45867768,0.4752066,0.5041322,0.58677685,0.56198347,0.47107437,0.46280992,0.4876033,0.43801653,0.26859504,0.21900827,0.23140496,0.23553719,0.5495868,0.5785124,0.57438016,0.5661157,0.57438016,0.59917355,0.6198347,0.58677685,0.57024795,0.59917355,0.58677685,0.61157024,0.59917355,0.61570245,0.61570245,0.6280992,0.6487603,0.661157,0.661157,0.62396693,0.5661157,0.446281,0.35123968,0.3181818,0.30165288,0.29338843,0.44214877,0.30578512,0.22727273,0.2892562,0.28099173,0.41322315,0.5289256,0.5371901,0.5247934,0.5206612,0.553719,0.5371901,0.49173555,0.3966942,0.3429752,0.2644628,0.24380165,0.23966943,0.21487603,0.24793388,0.30991736,0.3677686,0.45041323,0.48347107,0.47933885,0.46694216,0.47107437,0.5123967,0.56198347,0.5206612,0.45867768,0.46694216,0.4876033,0.37190083,0.23553719,0.22727273,0.23966943,0.23553719,0.5371901,0.55785125,0.55785125,0.553719,0.56198347,0.58264464,0.61157024,0.59504133,0.5661157,0.58677685,0.58677685,0.61157024,0.60330576,0.6280992,0.6363636,0.6446281,0.6446281,0.6404959,0.6528926,0.6528926,0.6487603,0.6280992,0.54545456,0.49586776,0.45867768,0.4090909,0.3966942,0.3966942,0.35123968,0.3140496,0.2520661,0.2231405,0.2603306,0.28512397,0.29338843,0.29752067,0.3264463,0.3429752,0.33471075,0.3140496,0.3181818,0.29338843,0.2768595,0.27272728,0.2892562,0.3429752,0.37603307,0.41322315,0.47107437,0.5,0.48347107,0.47107437,0.47107437,0.5289256,0.553719,0.5041322,0.45867768,0.47107437,0.46280992,0.32231405,0.21487603,0.23140496,0.23966943,0.23966943,0.5247934,0.5413223,0.5495868,0.54545456,0.54545456,0.56198347,0.59504133,0.59090906,0.5495868,0.57024795,0.59090906,0.61570245,0.62396693,0.61570245,0.6363636,0.6404959,0.6446281,0.6487603,0.6528926,0.6487603,0.6487603,0.6280992,0.57024795,0.5165289,0.5,0.5041322,0.5041322,0.553719,0.6570248,0.6404959,0.53305787,0.49586776,0.46280992,0.446281,0.42975205,0.41322315,0.4214876,0.4214876,0.4214876,0.41322315,0.41322315,0.4214876,0.40495867,0.3677686,0.35123968,0.37190083,0.40082645,0.446281,0.49173555,0.5,0.4876033,0.47107437,0.4876033,0.553719,0.53305787,0.47933885,0.45454547,0.4752066,0.40495867,0.2644628,0.2231405,0.23140496,0.23553719,0.23966943,0.5082645,0.5206612,0.5247934,0.5371901,0.53305787,0.5413223,0.5661157,0.57438016,0.5495868,0.5413223,0.5785124,0.59917355,0.6322314,0.60330576,0.6198347,0.6487603,0.6446281,0.6528926,0.6570248,0.6570248,0.6818182,0.6322314,0.59917355,0.5371901,0.49586776,0.4876033,0.49586776,0.5082645,0.6487603,0.74793386,0.6280992,0.5371901,0.5123967,0.53305787,0.5371901,0.5206612,0.5206612,0.5165289,0.54545456,0.5371901,0.4752066,0.44214877,0.4090909,0.38842976,0.37190083,0.38016528,0.42561984,0.47933885,0.49586776,0.49173555,0.49173555,0.49586776,0.5041322,0.553719,0.5206612,0.45867768,0.47107437,0.46280992,0.34710744,0.22727273,0.21900827,0.23553719,0.23966943,0.23140496,0.4876033,0.5,0.5,0.5082645,0.5247934,0.5247934,0.5206612,0.5661157,0.54545456,0.53305787,0.56198347,0.5785124,0.6198347,0.6446281,0.61157024,0.6446281,0.6652893,0.6528926,0.661157,0.6694215,0.6694215,0.6528926,0.62396693,0.58264464,0.53305787,0.5082645,0.4752066,0.45041323,0.44214877,0.5082645,0.53305787,0.49173555,0.46694216,0.5041322,0.553719,0.54545456,0.5247934,0.5206612,0.5247934,0.5082645,0.45867768,0.4338843,0.41322315,0.39256197,0.38429752,0.41735536,0.45041323,0.48347107,0.5,0.49586776,0.49586776,0.49586776,0.5041322,0.5206612,0.4876033,0.46280992,0.46694216,0.42561984,0.2768595,0.21900827,0.2231405,0.23966943,0.23553719,0.2231405,0.47107437,0.48347107,0.48347107,0.4876033,0.5041322,0.5165289,0.5123967,0.54545456,0.5371901,0.5289256,0.5289256,0.5661157,0.59917355,0.6363636,0.6322314,0.6404959,0.677686,0.6528926,0.6735537,0.6528926,0.6528926,0.661157,0.62396693,0.59090906,0.5785124,0.5661157,0.5413223,0.5123967,0.5,0.4876033,0.49586776,0.4876033,0.46694216,0.4876033,0.53305787,0.54545456,0.5165289,0.5041322,0.49173555,0.46694216,0.45041323,0.43801653,0.42975205,0.41735536,0.4214876,0.446281,0.47107437,0.4876033,0.49586776,0.5,0.49173555,0.5041322,0.5289256,0.5206612,0.4752066,0.45867768,0.45454547,0.3553719,0.23553719,0.22727273,0.2231405,0.23140496,0.23553719,0.2231405,0.446281,0.47107437,0.47107437,0.4752066,0.4876033,0.5041322,0.5123967,0.5123967,0.5413223,0.5413223,0.5206612,0.56198347,0.59090906,0.60330576,0.6363636,0.6404959,0.6404959,0.6735537,0.6363636,0.661157,0.6446281,0.6404959,0.607438,0.62396693,0.60330576,0.59090906,0.57024795,0.553719,0.5495868,0.53305787,0.53305787,0.5247934,0.5,0.5,0.5247934,0.5413223,0.5289256,0.5041322,0.48347107,0.4752066,0.46280992,0.446281,0.43801653,0.43801653,0.43801653,0.46280992,0.47933885,0.47933885,0.49586776,0.5123967,0.5082645,0.53305787,0.54545456,0.5206612,0.46280992,0.45454547,0.41322315,0.29338843,0.23140496,0.23553719,0.23140496,0.23140496,0.22727273,0.2231405,0.42561984,0.46280992,0.47107437,0.46694216,0.46694216,0.4876033,0.5041322,0.5,0.5289256,0.5495868,0.5247934,0.5495868,0.5785124,0.58264464,0.6322314,0.6322314,0.6487603,0.6652893,0.6487603,0.6363636,0.6363636,0.6363636,0.60330576,0.59504133,0.61570245,0.60330576,0.5661157,0.5495868,0.5289256,0.5289256,0.5206612,0.5165289,0.5041322,0.49173555,0.5041322,0.5123967,0.5,0.4752066,0.46694216,0.46694216,0.45041323,0.44214877,0.44214877,0.446281,0.45867768,0.4752066,0.4752066,0.47933885,0.49586776,0.5206612,0.5247934,0.5495868,0.5413223,0.49586776,0.45041323,0.4338843,0.35950413,0.23966943,0.22727273,0.23553719,0.23553719,0.23140496,0.21487603,0.2231405,0.4338843,0.4338843,0.46280992,0.47107437,0.46280992,0.47107437,0.49173555,0.5041322,0.5206612,0.5495868,0.53305787,0.54545456,0.59090906,0.58677685,0.61570245,0.6528926,0.661157,0.6735537,0.677686,0.6446281,0.6404959,0.6322314,0.61570245,0.59090906,0.60330576,0.59917355,0.58677685,0.57024795,0.5371901,0.5247934,0.5082645,0.49173555,0.49586776,0.47933885,0.47933885,0.48347107,0.46280992,0.46694216,0.46694216,0.46280992,0.45041323,0.44214877,0.45041323,0.45867768,0.46280992,0.47107437,0.46694216,0.4876033,0.5289256,0.53305787,0.553719,0.55785125,0.5371901,0.4752066,0.43801653,0.40495867,0.29338843,0.21900827,0.2231405,0.2231405,0.23140496,0.23553719,0.22727273,0.23140496,0.47107437,0.4090909,0.43801653,0.46280992,0.47107437,0.4752066,0.4876033,0.5041322,0.5371901,0.54545456,0.5495868,0.5371901,0.57438016,0.57024795,0.59917355,0.61570245,0.61570245,0.6570248,0.6859504,0.6818182,0.6570248,0.6528926,0.6404959,0.62396693,0.59090906,0.59917355,0.59504133,0.59504133,0.53305787,0.5289256,0.5165289,0.5082645,0.5165289,0.49173555,0.47933885,0.4752066,0.47107437,0.45867768,0.46280992,0.45867768,0.45867768,0.44214877,0.45041323,0.46280992,0.46694216,0.46694216,0.46694216,0.5165289,0.54545456,0.5371901,0.5413223,0.553719,0.5041322,0.44214877,0.42561984,0.3677686,0.24793388,0.21487603,0.23140496,0.22727273,0.22727273,0.23140496,0.23553719,0.23140496,0.5371901,0.4214876,0.40495867,0.45041323,0.47107437,0.4752066,0.49173555,0.5041322,0.5123967,0.54545456,0.5413223,0.5371901,0.553719,0.57024795,0.61570245,0.607438,0.59504133,0.59917355,0.6363636,0.6942149,0.6942149,0.6942149,0.6694215,0.6446281,0.62396693,0.6280992,0.6404959,0.6570248,0.58677685,0.58264464,0.5495868,0.5413223,0.53305787,0.5082645,0.47933885,0.46694216,0.4752066,0.4752066,0.47107437,0.47107437,0.4752066,0.45867768,0.46280992,0.47107437,0.46694216,0.4752066,0.5,0.54545456,0.5785124,0.5495868,0.54545456,0.53305787,0.48347107,0.42561984,0.40082645,0.30578512,0.2231405,0.22727273,0.23140496,0.22727273,0.2231405,0.2231405,0.2231405,0.2231405,0.59917355,0.4752066,0.3966942,0.42561984,0.45041323,0.47107437,0.4876033,0.4876033,0.5,0.5289256,0.5661157,0.5495868,0.53305787,0.5661157,0.607438,0.59917355,0.60330576,0.6280992,0.62396693,0.6694215,0.6942149,0.7066116,0.6983471,0.6859504,0.6694215,0.677686,0.6818182,0.6942149,0.6735537,0.6528926,0.61157024,0.58264464,0.57438016,0.553719,0.53305787,0.5206612,0.5041322,0.5165289,0.5123967,0.5041322,0.5041322,0.5041322,0.49173555,0.5,0.4876033,0.5041322,0.5413223,0.58264464,0.58677685,0.57024795,0.5371901,0.49173555,0.45454547,0.41322315,0.35950413,0.24793388,0.2107438,0.2231405,0.22727273,0.22727273,0.22727273,0.2231405,0.21900827,0.2231405,0.6280992,0.5495868,0.4214876,0.3966942,0.42561984,0.45867768,0.4876033,0.4876033,0.5,0.53305787,0.5661157,0.56198347,0.5371901,0.53305787,0.58677685,0.58264464,0.607438,0.6322314,0.6363636,0.6570248,0.6942149,0.70247936,0.7107438,0.7066116,0.6942149,0.71487606,0.6983471,0.6942149,0.69008267,0.6735537,0.6446281,0.62396693,0.61570245,0.61157024,0.59917355,0.58264464,0.58677685,0.57024795,0.57438016,0.553719,0.5371901,0.5371901,0.5495868,0.5495868,0.5289256,0.5371901,0.5785124,0.6198347,0.59090906,0.58264464,0.5371901,0.47933885,0.41322315,0.38016528,0.30165288,0.21487603,0.21900827,0.21900827,0.2231405,0.2231405,0.22727273,0.2231405,0.21900827,0.22727273,19 +0.4214876,0.5123967,0.6198347,0.6570248,0.59090906,0.5371901,0.5041322,0.5165289,0.5206612,0.5,0.49173555,0.5,0.5041322,0.5247934,0.5371901,0.5785124,0.60330576,0.6198347,0.61570245,0.6198347,0.58677685,0.58264464,0.59090906,0.58677685,0.57438016,0.5495868,0.54545456,0.553719,0.54545456,0.56198347,0.57438016,0.56198347,0.5661157,0.5785124,0.60330576,0.61570245,0.6363636,0.6363636,0.6570248,0.6942149,0.7066116,0.7107438,0.7231405,0.72727275,0.7231405,0.72727275,0.73140496,0.71900827,0.71487606,0.6983471,0.6735537,0.6694215,0.661157,0.6570248,0.6280992,0.5495868,0.43801653,0.33471075,0.30165288,0.2603306,0.1694215,0.12809917,0.12396694,0.13636364,0.46694216,0.553719,0.6487603,0.6859504,0.661157,0.6528926,0.6528926,0.6528926,0.6446281,0.6280992,0.62396693,0.6280992,0.6528926,0.6859504,0.69008267,0.7107438,0.7355372,0.74380165,0.74380165,0.73966944,0.72727275,0.73140496,0.6859504,0.6694215,0.6694215,0.6280992,0.61570245,0.61570245,0.59917355,0.58677685,0.59504133,0.59504133,0.59917355,0.6280992,0.6528926,0.677686,0.6818182,0.6859504,0.71487606,0.7231405,0.7355372,0.74380165,0.74380165,0.75619835,0.74793386,0.76033056,0.74380165,0.7355372,0.71900827,0.6942149,0.661157,0.6652893,0.6570248,0.6528926,0.6363636,0.57438016,0.49586776,0.41735536,0.3429752,0.26859504,0.18595041,0.12809917,0.11157025,0.13636364,0.5082645,0.5785124,0.6528926,0.6818182,0.677686,0.6983471,0.71487606,0.71900827,0.7231405,0.72727275,0.7355372,0.73966944,0.75619835,0.76859504,0.75619835,0.78099173,0.79752064,0.80991733,0.8140496,0.80991733,0.8057851,0.8057851,0.76859504,0.73966944,0.73966944,0.70247936,0.677686,0.6735537,0.6487603,0.6404959,0.6446281,0.6404959,0.661157,0.6859504,0.7107438,0.7355372,0.72727275,0.7231405,0.74380165,0.74793386,0.74793386,0.73966944,0.74793386,0.75619835,0.75206614,0.75206614,0.74380165,0.7231405,0.7066116,0.677686,0.6487603,0.6652893,0.6570248,0.6528926,0.6363636,0.58677685,0.5206612,0.45454547,0.38429752,0.2892562,0.20247933,0.13636364,0.12396694,0.1322314,0.5371901,0.60330576,0.6528926,0.6652893,0.677686,0.6983471,0.71900827,0.73966944,0.75619835,0.76859504,0.7768595,0.78099173,0.78099173,0.78099173,0.77272725,0.78099173,0.8140496,0.8264463,0.822314,0.822314,0.822314,0.8264463,0.80991733,0.77272725,0.75206614,0.72727275,0.71900827,0.7066116,0.70247936,0.70247936,0.7066116,0.69008267,0.71900827,0.73140496,0.74380165,0.76033056,0.75619835,0.74380165,0.73966944,0.75619835,0.75206614,0.71487606,0.73966944,0.75206614,0.7355372,0.7355372,0.7231405,0.7107438,0.6983471,0.6528926,0.6280992,0.677686,0.6694215,0.6570248,0.6404959,0.58677685,0.5289256,0.4752066,0.4214876,0.3264463,0.21900827,0.1446281,0.12809917,0.12396694,0.553719,0.61570245,0.6570248,0.661157,0.6652893,0.6859504,0.7107438,0.73966944,0.7644628,0.7892562,0.79752064,0.79752064,0.79752064,0.78512394,0.78099173,0.7768595,0.7892562,0.8016529,0.8057851,0.80991733,0.80991733,0.80991733,0.8016529,0.78512394,0.7644628,0.75206614,0.74380165,0.7355372,0.73966944,0.73966944,0.74380165,0.7231405,0.73966944,0.74793386,0.76033056,0.77272725,0.75619835,0.74793386,0.73140496,0.74793386,0.73966944,0.71900827,0.70247936,0.73140496,0.71487606,0.71900827,0.6983471,0.677686,0.6528926,0.61570245,0.59504133,0.6528926,0.6735537,0.661157,0.6570248,0.60330576,0.5495868,0.4876033,0.45867768,0.38429752,0.24380165,0.1446281,0.11983471,0.11570248,0.57438016,0.6280992,0.661157,0.6570248,0.6570248,0.677686,0.7107438,0.73966944,0.76033056,0.77272725,0.78099173,0.78512394,0.7933884,0.7768595,0.76033056,0.7644628,0.7644628,0.76033056,0.7644628,0.76859504,0.7644628,0.76859504,0.76033056,0.74793386,0.73966944,0.73966944,0.73140496,0.71487606,0.7231405,0.72727275,0.73140496,0.7231405,0.73140496,0.73966944,0.75206614,0.75206614,0.73966944,0.7231405,0.6983471,0.69008267,0.6694215,0.661157,0.677686,0.6694215,0.69008267,0.661157,0.6487603,0.6280992,0.59504133,0.58264464,0.5785124,0.58264464,0.61570245,0.61570245,0.6280992,0.6280992,0.57438016,0.5082645,0.4752066,0.42561984,0.2768595,0.1322314,0.11157025,0.11157025,0.59917355,0.6404959,0.661157,0.6528926,0.6570248,0.6694215,0.7107438,0.74380165,0.76033056,0.74793386,0.72727275,0.7231405,0.7355372,0.7355372,0.72727275,0.72727275,0.72727275,0.6983471,0.6942149,0.6942149,0.6694215,0.6652893,0.661157,0.6487603,0.6446281,0.6652893,0.677686,0.6446281,0.6528926,0.6735537,0.6818182,0.6859504,0.6942149,0.70247936,0.7066116,0.7066116,0.71487606,0.6694215,0.6487603,0.607438,0.59090906,0.58677685,0.58264464,0.56198347,0.5206612,0.5041322,0.5082645,0.4752066,0.45867768,0.46694216,0.4338843,0.45454547,0.45454547,0.47107437,0.5165289,0.58264464,0.57438016,0.5247934,0.47933885,0.45041323,0.3181818,0.14049587,0.09504132,0.11570248,0.6198347,0.6446281,0.661157,0.6446281,0.6528926,0.6818182,0.7066116,0.72727275,0.6983471,0.6198347,0.5661157,0.553719,0.56198347,0.5785124,0.607438,0.61157024,0.58264464,0.5371901,0.53305787,0.53305787,0.49173555,0.46280992,0.45041323,0.45041323,0.4752066,0.5495868,0.57438016,0.5413223,0.5371901,0.57438016,0.61157024,0.6363636,0.6570248,0.6652893,0.6528926,0.6528926,0.6570248,0.607438,0.55785125,0.5,0.45867768,0.42561984,0.37603307,0.38429752,0.29752067,0.30991736,0.338843,0.2892562,0.27272728,0.3305785,0.27272728,0.29338843,0.29752067,0.32231405,0.38016528,0.43801653,0.48347107,0.4876033,0.46280992,0.46280992,0.37190083,0.16528925,0.0785124,0.11157025,0.62396693,0.6446281,0.6694215,0.6404959,0.6363636,0.6280992,0.58677685,0.54545456,0.48347107,0.42561984,0.4090909,0.40495867,0.40495867,0.40082645,0.41322315,0.41735536,0.39256197,0.35950413,0.35123968,0.3553719,0.3264463,0.28512397,0.2644628,0.27272728,0.32231405,0.41322315,0.45867768,0.43801653,0.40495867,0.45867768,0.53305787,0.58264464,0.62396693,0.61570245,0.58264464,0.59090906,0.59504133,0.5247934,0.45454547,0.37603307,0.3181818,0.2892562,0.23553719,0.25619835,0.28099173,0.23553719,0.21900827,0.17768595,0.18595041,0.20661157,0.18181819,0.19421488,0.21487603,0.21900827,0.24793388,0.28099173,0.29752067,0.34710744,0.37603307,0.44214877,0.41322315,0.19421488,0.07024793,0.10743801,0.6280992,0.6404959,0.6652893,0.59917355,0.54545456,0.4876033,0.41735536,0.36363637,0.35123968,0.30578512,0.29752067,0.30165288,0.30578512,0.27272728,0.23966943,0.22727273,0.2231405,0.21900827,0.20661157,0.20247933,0.1983471,0.18595041,0.17768595,0.18595041,0.23553719,0.30165288,0.35123968,0.338843,0.3140496,0.38016528,0.45867768,0.5041322,0.57024795,0.55785125,0.5289256,0.5165289,0.5123967,0.42561984,0.338843,0.2768595,0.23140496,0.1983471,0.16528925,0.17768595,0.18595041,0.17768595,0.15289256,0.15289256,0.1446281,0.16115703,0.15289256,0.1694215,0.17768595,0.20247933,0.20661157,0.21900827,0.18595041,0.21900827,0.2603306,0.37190083,0.4338843,0.22727273,0.06198347,0.09917355,0.6322314,0.6322314,0.6363636,0.5247934,0.4338843,0.3677686,0.30578512,0.28512397,0.30578512,0.2892562,0.28512397,0.27272728,0.25619835,0.21900827,0.18595041,0.1694215,0.15289256,0.1446281,0.13636364,0.1322314,0.1322314,0.1446281,0.14876033,0.15289256,0.19421488,0.24380165,0.2603306,0.25619835,0.2768595,0.32231405,0.39256197,0.4338843,0.5,0.48347107,0.46694216,0.45454547,0.42975205,0.33471075,0.28099173,0.21900827,0.20661157,0.16115703,0.1446281,0.14876033,0.13636364,0.11570248,0.11983471,0.13636364,0.15289256,0.16528925,0.20661157,0.20247933,0.19008264,0.21487603,0.21487603,0.24380165,0.22727273,0.22727273,0.23140496,0.2768595,0.41322315,0.2768595,0.06198347,0.08677686,0.6363636,0.61570245,0.61570245,0.5082645,0.41735536,0.35123968,0.30578512,0.3181818,0.29752067,0.30165288,0.3140496,0.30991736,0.28512397,0.2644628,0.2644628,0.23966943,0.21900827,0.17768595,0.1694215,0.16528925,0.16528925,0.18181819,0.19008264,0.20661157,0.24380165,0.27272728,0.27272728,0.29752067,0.3305785,0.35950413,0.40082645,0.42975205,0.4752066,0.46694216,0.47107437,0.446281,0.4090909,0.3429752,0.29752067,0.27272728,0.27272728,0.24793388,0.18595041,0.18595041,0.18181819,0.18181819,0.20247933,0.24380165,0.2892562,0.30991736,0.33471075,0.30991736,0.3264463,0.3181818,0.3140496,0.3140496,0.3553719,0.33471075,0.30991736,0.29338843,0.40082645,0.3181818,0.08677686,0.0785124,0.6322314,0.59917355,0.57438016,0.47107437,0.42975205,0.37190083,0.35123968,0.38842976,0.45041323,0.45041323,0.41322315,0.41322315,0.40082645,0.37190083,0.38429752,0.4090909,0.38842976,0.36363637,0.3305785,0.32231405,0.3181818,0.3305785,0.338843,0.3553719,0.38429752,0.40495867,0.4214876,0.446281,0.46694216,0.4876033,0.5082645,0.53305787,0.55785125,0.56198347,0.57438016,0.56198347,0.55785125,0.5206612,0.4876033,0.553719,0.59504133,0.5495868,0.49586776,0.4338843,0.4338843,0.41735536,0.43801653,0.44214877,0.45041323,0.446281,0.446281,0.44214877,0.45454547,0.4338843,0.43801653,0.41735536,0.46694216,0.49586776,0.49586776,0.446281,0.43801653,0.3677686,0.12396694,0.08677686,0.6198347,0.60330576,0.57438016,0.5082645,0.46280992,0.553719,0.7066116,0.78099173,0.8264463,0.7644628,0.5495868,0.49586776,0.46694216,0.446281,0.43801653,0.43801653,0.4214876,0.40082645,0.38429752,0.37603307,0.37190083,0.38016528,0.40082645,0.41735536,0.41735536,0.4338843,0.44214877,0.3966942,0.37603307,0.41322315,0.45041323,0.49173555,0.5123967,0.5123967,0.5041322,0.47107437,0.41322315,0.30991736,0.28512397,0.5,0.5413223,0.42561984,0.3677686,0.36363637,0.32231405,0.3181818,0.30578512,0.3181818,0.32231405,0.35123968,0.38842976,0.4090909,0.4338843,0.46280992,0.5247934,0.48347107,0.4876033,0.5413223,0.5371901,0.46694216,0.4338843,0.4338843,0.2644628,0.11983471,0.61570245,0.59917355,0.57024795,0.54545456,0.5495868,0.6528926,0.7066116,0.6818182,0.6446281,0.607438,0.5041322,0.46280992,0.43801653,0.40082645,0.3677686,0.3553719,0.34710744,0.3305785,0.30991736,0.30991736,0.30991736,0.38016528,0.43801653,0.3966942,0.34710744,0.3553719,0.38016528,0.34710744,0.2892562,0.338843,0.45454547,0.5371901,0.56198347,0.553719,0.5247934,0.47107437,0.37603307,0.27272728,0.33471075,0.3966942,0.37190083,0.3140496,0.2892562,0.3553719,0.3429752,0.28512397,0.23553719,0.21900827,0.23966943,0.24793388,0.3264463,0.34710744,0.3553719,0.40082645,0.5123967,0.4876033,0.47933885,0.49173555,0.4752066,0.24793388,0.2644628,0.3553719,0.446281,0.26859504,0.607438,0.553719,0.5371901,0.58264464,0.59917355,0.58677685,0.56198347,0.553719,0.5371901,0.49173555,0.38842976,0.40082645,0.46694216,0.3966942,0.29338843,0.2892562,0.28099173,0.25619835,0.2768595,0.3181818,0.30991736,0.41735536,0.5123967,0.41735536,0.3305785,0.3305785,0.3429752,0.36363637,0.35123968,0.40082645,0.5413223,0.6280992,0.62396693,0.58677685,0.55785125,0.49173555,0.37190083,0.36363637,0.38842976,0.35123968,0.3305785,0.30578512,0.29752067,0.5661157,0.6446281,0.3264463,0.19421488,0.15289256,0.22727273,0.19008264,0.38842976,0.49173555,0.3181818,0.29752067,0.38429752,0.43801653,0.4752066,0.5041322,0.5041322,0.1694215,0.12396694,0.19008264,0.46280992,0.47107437,0.57024795,0.53305787,0.5,0.57438016,0.59504133,0.5495868,0.55785125,0.5371901,0.47933885,0.4338843,0.30578512,0.5413223,0.76859504,0.5165289,0.23140496,0.2107438,0.2231405,0.20247933,0.30991736,0.4752066,0.34710744,0.30991736,0.37603307,0.37190083,0.3305785,0.338843,0.3181818,0.38429752,0.55785125,0.6363636,0.6363636,0.6528926,0.6198347,0.58264464,0.58264464,0.57024795,0.5371901,0.49173555,0.38016528,0.3181818,0.3181818,0.28512397,0.25619835,0.5165289,0.6280992,0.3264463,0.1983471,0.1694215,0.23140496,0.2231405,0.46694216,0.59917355,0.338843,0.26859504,0.35123968,0.3966942,0.42975205,0.49586776,0.54545456,0.23140496,0.09504132,0.1694215,0.38016528,0.553719,0.5206612,0.5289256,0.36363637,0.55785125,0.62396693,0.6198347,0.607438,0.56198347,0.48347107,0.42975205,0.3553719,0.3264463,0.5,0.38016528,0.2644628,0.25619835,0.23553719,0.2520661,0.37190083,0.5785124,0.38842976,0.24380165,0.2768595,0.3429752,0.32231405,0.3181818,0.30165288,0.34710744,0.4876033,0.61157024,0.62396693,0.6446281,0.6198347,0.57438016,0.58677685,0.56198347,0.5289256,0.45041323,0.36363637,0.36363637,0.3553719,0.28099173,0.22727273,0.3181818,0.38842976,0.29338843,0.23966943,0.21900827,0.23553719,0.39256197,0.39256197,0.40495867,0.3966942,0.35123968,0.38842976,0.39256197,0.3966942,0.46694216,0.5371901,0.2603306,0.10330579,0.16528925,0.29752067,0.46280992,0.58264464,0.49586776,0.35950413,0.62396693,0.6942149,0.677686,0.61570245,0.53305787,0.5206612,0.5289256,0.5371901,0.59504133,0.56198347,0.5785124,0.53305787,0.42561984,0.37190083,0.38016528,0.40082645,0.42975205,0.38016528,0.30991736,0.30578512,0.35950413,0.3429752,0.34710744,0.3553719,0.37190083,0.4214876,0.46280992,0.45041323,0.5247934,0.5082645,0.45041323,0.47107437,0.4338843,0.41322315,0.4338843,0.4214876,0.43801653,0.43801653,0.3553719,0.32231405,0.35123968,0.3677686,0.36363637,0.3429752,0.3429752,0.4090909,0.47933885,0.4876033,0.46280992,0.46280992,0.45041323,0.42975205,0.4214876,0.41735536,0.47107437,0.5371901,0.28512397,0.1446281,0.2520661,0.32231405,0.3677686,0.6528926,0.4752066,0.38429752,0.6487603,0.70247936,0.6735537,0.58677685,0.5123967,0.59090906,0.6528926,0.6322314,0.6404959,0.6404959,0.6652893,0.6363636,0.61157024,0.58677685,0.5661157,0.5371901,0.5082645,0.45867768,0.42975205,0.3966942,0.4090909,0.40495867,0.4338843,0.46280992,0.45454547,0.49173555,0.46694216,0.47107437,0.6198347,0.6694215,0.6280992,0.59917355,0.5041322,0.4214876,0.47107437,0.46694216,0.42561984,0.446281,0.4214876,0.37603307,0.3677686,0.36363637,0.35950413,0.37190083,0.38429752,0.44214877,0.47933885,0.48347107,0.47107437,0.46280992,0.47107437,0.4876033,0.5,0.49586776,0.5082645,0.553719,0.28099173,0.26859504,0.38016528,0.4338843,0.42561984,0.661157,0.42975205,0.41322315,0.6570248,0.71900827,0.73140496,0.71487606,0.7066116,0.6735537,0.6487603,0.61157024,0.59917355,0.59917355,0.6198347,0.59917355,0.60330576,0.59917355,0.58264464,0.5371901,0.5289256,0.49586776,0.46694216,0.45041323,0.46694216,0.49586776,0.5371901,0.5495868,0.5165289,0.54545456,0.5041322,0.6198347,0.74793386,0.76859504,0.7355372,0.7066116,0.6322314,0.49586776,0.49586776,0.5206612,0.47107437,0.4752066,0.46280992,0.44214877,0.43801653,0.42561984,0.41322315,0.40082645,0.40082645,0.42975205,0.46694216,0.47933885,0.49173555,0.5041322,0.5247934,0.553719,0.5785124,0.5785124,0.5495868,0.5495868,0.3181818,0.3553719,0.43801653,0.45867768,0.46280992,0.6694215,0.38429752,0.4214876,0.661157,0.73966944,0.75206614,0.75619835,0.7644628,0.74380165,0.69008267,0.6363636,0.58677685,0.57438016,0.59504133,0.58677685,0.58264464,0.5661157,0.5661157,0.5289256,0.5371901,0.5371901,0.5247934,0.5247934,0.54545456,0.57024795,0.57438016,0.5785124,0.5661157,0.55785125,0.56198347,0.7231405,0.77272725,0.76859504,0.73966944,0.7231405,0.6983471,0.5785124,0.5165289,0.55785125,0.5123967,0.54545456,0.55785125,0.553719,0.57024795,0.58264464,0.58677685,0.5785124,0.5661157,0.55785125,0.56198347,0.57024795,0.59504133,0.61157024,0.62396693,0.6446281,0.6528926,0.6198347,0.57438016,0.5289256,0.37603307,0.38429752,0.45867768,0.46280992,0.4876033,0.69008267,0.42975205,0.4090909,0.6735537,0.73966944,0.76033056,0.7355372,0.7231405,0.7355372,0.73140496,0.72727275,0.69008267,0.661157,0.677686,0.6652893,0.6446281,0.6280992,0.6198347,0.58264464,0.5785124,0.59917355,0.60330576,0.61157024,0.607438,0.5785124,0.5661157,0.58677685,0.61570245,0.5661157,0.6322314,0.75206614,0.76033056,0.73966944,0.7066116,0.7107438,0.73140496,0.6322314,0.5247934,0.553719,0.5413223,0.58264464,0.62396693,0.6446281,0.661157,0.677686,0.677686,0.6735537,0.661157,0.6487603,0.6404959,0.6446281,0.661157,0.6735537,0.69008267,0.6983471,0.6942149,0.6570248,0.5785124,0.4876033,0.41735536,0.42561984,0.46280992,0.47107437,0.49173555,0.7107438,0.54545456,0.4876033,0.6446281,0.7107438,0.73966944,0.75206614,0.75206614,0.76033056,0.74793386,0.76859504,0.74793386,0.74793386,0.73140496,0.71900827,0.6859504,0.6735537,0.6694215,0.6363636,0.62396693,0.6322314,0.6446281,0.6322314,0.59917355,0.56198347,0.56198347,0.60330576,0.5785124,0.59090906,0.7066116,0.75619835,0.7644628,0.74793386,0.7231405,0.71900827,0.71900827,0.6694215,0.5371901,0.5082645,0.5495868,0.54545456,0.60330576,0.6363636,0.6446281,0.6446281,0.6363636,0.6280992,0.6198347,0.6198347,0.62396693,0.6322314,0.6446281,0.6652893,0.6859504,0.6859504,0.677686,0.6570248,0.55785125,0.49586776,0.46694216,0.446281,0.45867768,0.4876033,0.5123967,0.6983471,0.607438,0.57438016,0.6694215,0.71900827,0.71487606,0.73966944,0.74793386,0.73140496,0.71900827,0.72727275,0.7231405,0.7107438,0.6859504,0.6942149,0.6735537,0.6694215,0.6694215,0.6528926,0.6487603,0.6446281,0.6528926,0.6198347,0.59090906,0.5661157,0.59504133,0.607438,0.5206612,0.6735537,0.7231405,0.75206614,0.7644628,0.77272725,0.75206614,0.74793386,0.7231405,0.6818182,0.57438016,0.446281,0.5041322,0.5495868,0.5785124,0.60330576,0.6198347,0.6198347,0.6198347,0.61570245,0.60330576,0.607438,0.607438,0.59917355,0.59917355,0.62396693,0.6363636,0.6404959,0.6363636,0.6198347,0.55785125,0.5413223,0.5,0.43801653,0.45454547,0.4752066,0.54545456,0.661157,0.71487606,0.6859504,0.6735537,0.73140496,0.76859504,0.76859504,0.72727275,0.677686,0.6570248,0.6859504,0.7107438,0.6983471,0.69008267,0.6942149,0.6694215,0.6487603,0.6570248,0.6528926,0.6487603,0.6446281,0.6487603,0.62396693,0.58264464,0.57024795,0.61157024,0.54545456,0.59090906,0.7107438,0.71900827,0.74380165,0.77272725,0.78099173,0.76859504,0.74793386,0.7355372,0.6942149,0.6280992,0.5165289,0.44214877,0.5041322,0.58264464,0.61157024,0.6198347,0.6198347,0.61570245,0.61157024,0.59917355,0.59504133,0.59504133,0.58264464,0.58264464,0.59917355,0.59917355,0.60330576,0.60330576,0.59090906,0.57024795,0.58677685,0.49586776,0.41322315,0.446281,0.47933885,0.59504133,0.54545456,0.7107438,0.70247936,0.61157024,0.6652893,0.72727275,0.7107438,0.661157,0.6363636,0.6446281,0.6735537,0.6942149,0.6735537,0.6694215,0.6528926,0.6404959,0.61570245,0.6322314,0.6363636,0.6363636,0.6446281,0.6363636,0.60330576,0.5661157,0.58264464,0.5289256,0.5413223,0.6818182,0.71900827,0.73140496,0.75206614,0.7768595,0.7933884,0.78512394,0.76033056,0.74380165,0.72727275,0.6652893,0.607438,0.47107437,0.39256197,0.54545456,0.607438,0.59504133,0.59917355,0.59917355,0.59090906,0.59090906,0.58677685,0.57438016,0.57024795,0.57438016,0.58264464,0.5785124,0.57438016,0.57438016,0.5785124,0.57438016,0.57024795,0.47933885,0.41322315,0.44214877,0.5371901,0.6280992,0.49173555,0.6528926,0.72727275,0.61570245,0.6198347,0.677686,0.6570248,0.6322314,0.60330576,0.607438,0.6198347,0.6280992,0.607438,0.61157024,0.61570245,0.61570245,0.61570245,0.6322314,0.61570245,0.607438,0.6280992,0.60330576,0.57024795,0.5661157,0.5661157,0.4752066,0.6322314,0.70247936,0.73140496,0.7355372,0.74380165,0.78512394,0.8264463,0.79752064,0.76859504,0.74793386,0.72727275,0.677686,0.6446281,0.57438016,0.4090909,0.45867768,0.57438016,0.5785124,0.57438016,0.58264464,0.58264464,0.5785124,0.57438016,0.55785125,0.553719,0.55785125,0.5661157,0.56198347,0.55785125,0.553719,0.553719,0.553719,0.54545456,0.46694216,0.4214876,0.5041322,0.6818182,0.62396693,0.5082645,0.58677685,0.70247936,0.6404959,0.61570245,0.62396693,0.61157024,0.607438,0.60330576,0.61157024,0.60330576,0.59504133,0.58677685,0.59090906,0.60330576,0.59917355,0.607438,0.6198347,0.59917355,0.59504133,0.61157024,0.59917355,0.58264464,0.5371901,0.53305787,0.61570245,0.6983471,0.6983471,0.74793386,0.7231405,0.73966944,0.79752064,0.8471074,0.8140496,0.78099173,0.75619835,0.74380165,0.7066116,0.661157,0.62396693,0.55785125,0.49586776,0.54545456,0.57024795,0.553719,0.57024795,0.57438016,0.5661157,0.5661157,0.55785125,0.5495868,0.5495868,0.56198347,0.57024795,0.5661157,0.553719,0.553719,0.54545456,0.55785125,0.5041322,0.49586776,0.6652893,0.7066116,0.5206612,0.58677685,0.5413223,0.661157,0.7107438,0.6570248,0.6280992,0.6280992,0.6198347,0.6198347,0.6280992,0.61157024,0.60330576,0.59090906,0.59917355,0.58677685,0.5785124,0.58677685,0.60330576,0.6404959,0.6818182,0.7355372,0.6818182,0.49173555,0.5371901,0.6528926,0.73140496,0.74380165,0.71487606,0.72727275,0.6942149,0.7355372,0.79752064,0.8471074,0.8181818,0.78099173,0.76033056,0.73966944,0.7066116,0.6528926,0.61570245,0.61157024,0.6487603,0.6322314,0.57438016,0.5289256,0.5495868,0.58264464,0.5785124,0.58264464,0.5785124,0.56198347,0.56198347,0.5661157,0.58264464,0.59917355,0.61570245,0.6404959,0.6446281,0.661157,0.6322314,0.59090906,0.5495868,0.5082645,0.45454547,0.6322314,0.5661157,0.54545456,0.6652893,0.75206614,0.7355372,0.71487606,0.71900827,0.7107438,0.70247936,0.6818182,0.6652893,0.661157,0.6652893,0.6694215,0.6652893,0.6942149,0.7107438,0.74793386,0.7644628,0.74380165,0.5247934,0.38429752,0.6487603,0.73140496,0.75619835,0.74380165,0.7066116,0.6859504,0.6446281,0.6818182,0.74380165,0.77272725,0.77272725,0.75206614,0.75206614,0.7066116,0.677686,0.58677685,0.56198347,0.57024795,0.6363636,0.69008267,0.6322314,0.4752066,0.446281,0.5123967,0.5371901,0.553719,0.57438016,0.58264464,0.58264464,0.59917355,0.607438,0.61157024,0.6198347,0.61157024,0.57438016,0.5413223,0.5082645,0.49173555,0.49173555,0.45867768,0.40082645,0.59917355,0.59917355,0.5495868,0.5206612,0.54545456,0.61157024,0.6446281,0.6818182,0.6942149,0.70247936,0.7107438,0.7107438,0.7107438,0.71487606,0.6983471,0.6694215,0.661157,0.6404959,0.6198347,0.58264464,0.53305787,0.3305785,0.4338843,0.6818182,0.71900827,0.7231405,0.71487606,0.6446281,0.61157024,0.58264464,0.59090906,0.6694215,0.7107438,0.71487606,0.6942149,0.6942149,0.6487603,0.59090906,0.5041322,0.49586776,0.4876033,0.54545456,0.607438,0.60330576,0.5,0.34710744,0.37603307,0.41322315,0.43801653,0.46280992,0.47107437,0.47933885,0.48347107,0.47933885,0.45867768,0.45867768,0.44214877,0.4338843,0.46280992,0.4752066,0.47933885,0.48347107,0.4338843,0.3966942,0.5661157,0.59504133,0.57438016,0.54545456,0.5165289,0.46280992,0.4338843,0.446281,0.46280992,0.48347107,0.5041322,0.5289256,0.5413223,0.5413223,0.5165289,0.4876033,0.46280992,0.45041323,0.44214877,0.4214876,0.40495867,0.30991736,0.47107437,0.6280992,0.6363636,0.6322314,0.59504133,0.5165289,0.4876033,0.4876033,0.49173555,0.55785125,0.62396693,0.6363636,0.61157024,0.59917355,0.56198347,0.49173555,0.42561984,0.40082645,0.3966942,0.43801653,0.4876033,0.5041322,0.4752066,0.34710744,0.3429752,0.35950413,0.38842976,0.38842976,0.3966942,0.4214876,0.42561984,0.42561984,0.4214876,0.41735536,0.41735536,0.4338843,0.46694216,0.4752066,0.48347107,0.46280992,0.47933885,0.5247934,0.54545456,0.58264464,0.58264464,0.57024795,0.553719,0.5,0.43801653,0.42975205,0.4338843,0.42975205,0.42561984,0.42975205,0.4338843,0.4338843,0.4338843,0.42561984,0.42561984,0.4214876,0.41322315,0.3966942,0.37603307,0.34710744,0.46694216,0.5289256,0.5123967,0.49586776,0.42975205,0.35950413,0.2768595,0.30578512,0.35950413,0.4338843,0.4876033,0.5165289,0.49173555,0.4876033,0.44214877,0.38842976,0.30578512,0.2520661,0.2892562,0.3305785,0.38842976,0.41735536,0.42561984,0.35950413,0.35123968,0.3553719,0.38429752,0.39256197,0.42561984,0.446281,0.45867768,0.45454547,0.46280992,0.45454547,0.45041323,0.46694216,0.46694216,0.46694216,0.49173555,0.45454547,0.45041323,0.5123967,0.5206612,0.553719,0.58677685,0.58264464,0.57024795,0.5247934,0.45454547,0.42561984,0.42975205,0.42561984,0.42561984,0.42561984,0.42975205,0.42561984,0.4338843,0.42975205,0.43801653,0.42561984,0.40495867,0.38016528,0.3677686,0.40082645,0.5123967,0.49586776,0.41735536,0.37190083,0.30165288,0.26859504,0.19008264,0.17768595,0.23140496,0.34710744,0.36363637,0.39256197,0.37603307,0.37603307,0.37603307,0.30165288,0.22727273,0.19421488,0.2520661,0.25619835,0.3305785,0.3966942,0.40495867,0.39256197,0.38429752,0.38016528,0.3677686,0.38429752,0.42975205,0.45867768,0.47933885,0.4752066,0.4752066,0.47107437,0.46694216,0.47107437,0.45454547,0.45041323,0.47107437,0.44214877,0.43801653,0.46694216,0.5082645,0.5206612,0.5785124,0.58264464,0.57024795,0.53305787,0.46694216,0.4214876,0.41322315,0.4090909,0.41735536,0.4214876,0.4338843,0.44214877,0.446281,0.44214877,0.42975205,0.42561984,0.40495867,0.39256197,0.40082645,0.47933885,0.58264464,0.57438016,0.4214876,0.30165288,0.2603306,0.2892562,0.24793388,0.27272728,0.25619835,0.29752067,0.3264463,0.3429752,0.34710744,0.3140496,0.36363637,0.3305785,0.3264463,0.3140496,0.29338843,0.2892562,0.33471075,0.41735536,0.40495867,0.41735536,0.40495867,0.42975205,0.38016528,0.3677686,0.41322315,0.45867768,0.4752066,0.4876033,0.48347107,0.47107437,0.47107437,0.46694216,0.45041323,0.43801653,0.45454547,0.44214877,0.45867768,0.48347107,0.53305787,0.5082645,0.5495868,0.58264464,0.57438016,0.53305787,0.4752066,0.4214876,0.4090909,0.40082645,0.4090909,0.42975205,0.44214877,0.45867768,0.46694216,0.45867768,0.43801653,0.4338843,0.42975205,0.446281,0.4876033,0.57024795,0.6322314,0.6198347,0.47933885,0.35123968,0.30991736,0.30578512,0.30165288,0.3181818,0.33471075,0.3181818,0.30578512,0.3181818,0.30991736,0.30991736,0.3553719,0.3966942,0.3677686,0.37190083,0.35123968,0.3677686,0.37603307,0.3966942,0.40082645,0.42561984,0.4214876,0.45454547,0.42561984,0.38842976,0.38016528,0.42975205,0.45454547,0.4876033,0.4876033,0.46694216,0.46694216,0.46280992,0.43801653,0.43801653,0.45454547,0.42975205,0.44214877,0.46280992,0.5495868,0.5289256,0.5247934,0.55785125,0.57438016,0.5371901,0.4876033,0.44214877,0.41735536,0.41735536,0.42975205,0.45041323,0.47107437,0.4876033,0.4876033,0.4752066,0.47107437,0.47107437,0.4876033,0.5289256,0.57438016,0.62396693,0.6487603,0.62396693,0.56198347,0.43801653,0.39256197,0.3553719,0.37603307,0.39256197,0.40495867,0.38429752,0.3305785,0.30991736,0.30165288,0.30991736,0.35950413,0.39256197,0.3966942,0.3966942,0.3966942,0.3966942,0.38016528,0.38429752,0.39256197,0.42975205,0.4214876,0.45867768,0.45867768,0.45041323,0.37603307,0.39256197,0.4338843,0.48347107,0.4876033,0.4876033,0.46694216,0.45867768,0.42561984,0.45041323,0.46694216,0.41322315,0.3553719,0.36363637,0.5661157,0.54545456,0.5165289,0.53305787,0.57024795,0.553719,0.5041322,0.45454547,0.44214877,0.45041323,0.46280992,0.4876033,0.5041322,0.5206612,0.5165289,0.5041322,0.5123967,0.5247934,0.5495868,0.59917355,0.62396693,0.6322314,0.6404959,0.6280992,0.59917355,0.5371901,0.49586776,0.47933885,0.49586776,0.49586776,0.47933885,0.42561984,0.36363637,0.3429752,0.34710744,0.37190083,0.37603307,0.4090909,0.4214876,0.42561984,0.4214876,0.40495867,0.3966942,0.3966942,0.38842976,0.4090909,0.4214876,0.4338843,0.45867768,0.4876033,0.40495867,0.35123968,0.39256197,0.48347107,0.4876033,0.5041322,0.4752066,0.45867768,0.4214876,0.45867768,0.46280992,0.39256197,0.26859504,0.2644628,0.57438016,0.57024795,0.5289256,0.5289256,0.56198347,0.56198347,0.5206612,0.48347107,0.48347107,0.4876033,0.5041322,0.5247934,0.5413223,0.553719,0.5413223,0.5289256,0.5495868,0.57024795,0.59504133,0.6322314,0.6404959,0.6322314,0.6280992,0.6322314,0.61570245,0.59090906,0.5661157,0.56198347,0.553719,0.5785124,0.553719,0.5,0.45454547,0.4214876,0.41735536,0.4338843,0.42561984,0.42975205,0.4338843,0.4338843,0.42561984,0.41735536,0.42561984,0.4214876,0.39256197,0.39256197,0.42561984,0.4090909,0.44214877,0.48347107,0.45041323,0.35123968,0.3553719,0.4752066,0.5041322,0.5,0.4876033,0.45041323,0.4214876,0.46280992,0.46280992,0.38842976,0.23553719,0.24793388,0.5785124,0.58264464,0.54545456,0.5371901,0.553719,0.5661157,0.5413223,0.5123967,0.5247934,0.5289256,0.54545456,0.57024795,0.58677685,0.58264464,0.5495868,0.54545456,0.5785124,0.607438,0.62396693,0.6280992,0.6322314,0.6363636,0.6280992,0.62396693,0.6198347,0.60330576,0.58264464,0.5785124,0.55785125,0.59090906,0.60330576,0.59090906,0.57024795,0.5206612,0.49586776,0.46694216,0.46694216,0.446281,0.45867768,0.45454547,0.4338843,0.4214876,0.4338843,0.4214876,0.4214876,0.3966942,0.42561984,0.40495867,0.4338843,0.46280992,0.46694216,0.40082645,0.34710744,0.47933885,0.5165289,0.5082645,0.48347107,0.42975205,0.45041323,0.46280992,0.46280992,0.36363637,0.23140496,0.23553719,0.57024795,0.58264464,0.55785125,0.5413223,0.553719,0.5661157,0.55785125,0.5371901,0.56198347,0.57024795,0.58264464,0.607438,0.6198347,0.59090906,0.5413223,0.5661157,0.60330576,0.61570245,0.61570245,0.61157024,0.61570245,0.61570245,0.62396693,0.6198347,0.61157024,0.6280992,0.6198347,0.58677685,0.59504133,0.61570245,0.6280992,0.6363636,0.6280992,0.59917355,0.57024795,0.5206612,0.49173555,0.47933885,0.48347107,0.47933885,0.446281,0.42561984,0.45041323,0.4338843,0.43801653,0.4214876,0.43801653,0.41735536,0.4338843,0.43801653,0.4752066,0.44214877,0.36363637,0.5,0.54545456,0.53305787,0.4752066,0.4338843,0.47107437,0.47107437,0.48347107,0.33471075,0.2107438,0.2520661,0.56198347,0.59090906,0.5785124,0.5495868,0.5495868,0.5661157,0.57438016,0.55785125,0.59090906,0.59917355,0.61157024,0.6322314,0.6322314,0.58677685,0.54545456,0.58677685,0.607438,0.60330576,0.59917355,0.60330576,0.60330576,0.607438,0.607438,0.61157024,0.6198347,0.6404959,0.6528926,0.6446281,0.6322314,0.6363636,0.6528926,0.6570248,0.6528926,0.6446281,0.6322314,0.60330576,0.55785125,0.5165289,0.5041322,0.49586776,0.46280992,0.446281,0.46694216,0.46280992,0.446281,0.43801653,0.446281,0.44214877,0.44214877,0.43801653,0.4752066,0.46694216,0.37603307,0.5413223,0.5661157,0.5495868,0.46694216,0.45867768,0.4876033,0.4752066,0.4752066,0.32231405,0.1983471,0.24793388,0.5661157,0.58264464,0.59504133,0.553719,0.55785125,0.56198347,0.59090906,0.5785124,0.60330576,0.62396693,0.62396693,0.6404959,0.6280992,0.58677685,0.57438016,0.59504133,0.59504133,0.59090906,0.58677685,0.59917355,0.61157024,0.61570245,0.60330576,0.61157024,0.62396693,0.6280992,0.6363636,0.6487603,0.6446281,0.6404959,0.6280992,0.6280992,0.6280992,0.6363636,0.6487603,0.6446281,0.59917355,0.5371901,0.49586776,0.4752066,0.45041323,0.43801653,0.45041323,0.45454547,0.41322315,0.41735536,0.45041323,0.45454547,0.45041323,0.45454547,0.4752066,0.48347107,0.40082645,0.54545456,0.59917355,0.5495868,0.46280992,0.4752066,0.5041322,0.47107437,0.46694216,0.27272728,0.2231405,0.23553719,0.57024795,0.5785124,0.59090906,0.57024795,0.5661157,0.57024795,0.60330576,0.59917355,0.59504133,0.6404959,0.6280992,0.6322314,0.61157024,0.5785124,0.60330576,0.61157024,0.5785124,0.5785124,0.58677685,0.59090906,0.60330576,0.607438,0.57024795,0.5661157,0.58264464,0.57438016,0.54545456,0.5413223,0.5495868,0.54545456,0.5371901,0.5371901,0.54545456,0.56198347,0.60330576,0.60330576,0.553719,0.46694216,0.41322315,0.38429752,0.3677686,0.3553719,0.35950413,0.3553719,0.3181818,0.3429752,0.38429752,0.4214876,0.4338843,0.45454547,0.4876033,0.5082645,0.40495867,0.553719,0.61570245,0.5371901,0.46694216,0.47933885,0.5123967,0.43801653,0.46694216,0.23966943,0.23140496,0.2520661,0.57024795,0.5785124,0.57024795,0.59090906,0.57024795,0.58264464,0.61570245,0.61570245,0.59504133,0.6363636,0.6322314,0.61157024,0.60330576,0.58264464,0.61570245,0.61157024,0.56198347,0.5495868,0.56198347,0.5495868,0.5289256,0.5041322,0.45867768,0.44214877,0.43801653,0.4338843,0.40495867,0.39256197,0.40495867,0.3966942,0.38842976,0.38429752,0.40082645,0.4214876,0.46280992,0.47107437,0.42975205,0.35123968,0.30578512,0.30991736,0.28512397,0.28099173,0.29752067,0.25619835,0.21487603,0.20661157,0.23966943,0.29752067,0.36363637,0.43801653,0.5,0.5082645,0.42975205,0.56198347,0.62396693,0.5289256,0.45867768,0.5165289,0.49173555,0.46694216,0.4214876,0.21900827,0.23966943,0.23553719,0.56198347,0.57438016,0.57024795,0.59504133,0.57438016,0.58677685,0.61157024,0.6280992,0.59917355,0.6322314,0.6363636,0.607438,0.607438,0.59090906,0.6280992,0.59917355,0.54545456,0.5082645,0.4752066,0.4338843,0.38429752,0.3305785,0.2892562,0.2768595,0.30578512,0.32231405,0.30991736,0.34710744,0.35123968,0.30991736,0.3140496,0.338843,0.33471075,0.30578512,0.32231405,0.37190083,0.38016528,0.35123968,0.30578512,0.37190083,0.338843,0.338843,0.37190083,0.28099173,0.1694215,0.1322314,0.12396694,0.16528925,0.29338843,0.41735536,0.5,0.5,0.46694216,0.60330576,0.61157024,0.5041322,0.4752066,0.5123967,0.47933885,0.4752066,0.39256197,0.20661157,0.23553719,0.23966943,0.553719,0.56198347,0.57438016,0.5785124,0.57438016,0.5785124,0.60330576,0.6404959,0.62396693,0.62396693,0.6322314,0.607438,0.61157024,0.61157024,0.6322314,0.59917355,0.5413223,0.5,0.40082645,0.29338843,0.1983471,0.1446281,0.20247933,0.2768595,0.33471075,0.39256197,0.38842976,0.46694216,0.4876033,0.3966942,0.40082645,0.46694216,0.46280992,0.38842976,0.37603307,0.45454547,0.5165289,0.49173555,0.43801653,0.5,0.47933885,0.45454547,0.45867768,0.338843,0.17355372,0.1322314,0.14049587,0.19421488,0.3181818,0.42975205,0.5041322,0.47933885,0.5,0.61570245,0.59917355,0.46694216,0.48347107,0.5082645,0.45867768,0.4876033,0.32231405,0.20247933,0.23553719,0.23553719,0.5289256,0.5661157,0.56198347,0.57438016,0.5785124,0.57024795,0.58677685,0.6404959,0.6363636,0.59917355,0.62396693,0.607438,0.607438,0.6280992,0.6404959,0.60330576,0.5661157,0.5413223,0.46280992,0.35123968,0.21900827,0.1446281,0.18595041,0.29752067,0.38016528,0.45867768,0.45867768,0.5495868,0.58677685,0.5082645,0.5041322,0.56198347,0.5661157,0.5123967,0.5041322,0.57024795,0.60330576,0.57024795,0.5123967,0.5247934,0.46280992,0.42975205,0.4214876,0.27272728,0.18181819,0.20247933,0.24380165,0.32231405,0.3966942,0.4752066,0.5082645,0.47107437,0.5495868,0.6280992,0.57024795,0.45867768,0.49173555,0.48347107,0.46280992,0.46280992,0.27272728,0.22727273,0.22727273,0.23966943,0.5206612,0.54545456,0.5495868,0.57024795,0.57438016,0.57024795,0.58264464,0.6198347,0.6446281,0.58677685,0.61157024,0.61157024,0.60330576,0.6363636,0.6487603,0.61157024,0.5785124,0.57024795,0.5661157,0.5247934,0.42561984,0.3264463,0.2892562,0.30578512,0.338843,0.45454547,0.40495867,0.4090909,0.446281,0.38016528,0.47107437,0.5495868,0.5495868,0.5082645,0.49586776,0.5289256,0.53305787,0.4752066,0.37603307,0.34710744,0.28099173,0.2603306,0.28512397,0.23140496,0.2520661,0.29338843,0.3429752,0.42561984,0.45041323,0.5,0.49586776,0.49586776,0.5785124,0.62396693,0.5495868,0.46280992,0.48347107,0.47933885,0.46280992,0.42975205,0.21900827,0.22727273,0.22727273,0.23553719,0.5123967,0.5247934,0.5413223,0.5661157,0.56198347,0.57438016,0.57024795,0.607438,0.6404959,0.58677685,0.58677685,0.607438,0.60330576,0.6404959,0.6446281,0.6198347,0.5785124,0.59090906,0.62396693,0.6198347,0.58264464,0.5123967,0.45867768,0.4214876,0.3966942,0.4338843,0.40495867,0.338843,0.32231405,0.2644628,0.3429752,0.4090909,0.3966942,0.35123968,0.33471075,0.35123968,0.34710744,0.3181818,0.2520661,0.23966943,0.24793388,0.2603306,0.29338843,0.3181818,0.3429752,0.35950413,0.40082645,0.47107437,0.49173555,0.49586776,0.48347107,0.53305787,0.60330576,0.61157024,0.49173555,0.4876033,0.49586776,0.4752066,0.46280992,0.34710744,0.20247933,0.2231405,0.23966943,0.23140496,0.49586776,0.5123967,0.5247934,0.553719,0.5495868,0.55785125,0.55785125,0.59917355,0.6446281,0.59504133,0.5785124,0.59504133,0.59504133,0.6363636,0.6280992,0.6363636,0.59917355,0.6198347,0.6280992,0.6528926,0.62396693,0.58264464,0.55785125,0.5082645,0.47933885,0.5041322,0.5041322,0.5495868,0.57024795,0.5041322,0.45454547,0.4214876,0.38429752,0.35123968,0.33471075,0.3429752,0.3553719,0.35950413,0.3553719,0.3553719,0.3677686,0.38016528,0.38842976,0.38842976,0.38842976,0.3966942,0.446281,0.5041322,0.5041322,0.49173555,0.49173555,0.5413223,0.61570245,0.56198347,0.47933885,0.4876033,0.4876033,0.45454547,0.446281,0.29338843,0.21900827,0.21487603,0.23966943,0.22727273,0.5082645,0.4752066,0.5082645,0.53305787,0.5413223,0.5495868,0.5413223,0.58677685,0.6404959,0.59504133,0.5661157,0.59504133,0.59090906,0.6198347,0.6280992,0.6363636,0.62396693,0.6363636,0.6322314,0.6487603,0.6487603,0.61570245,0.57438016,0.5495868,0.5,0.5123967,0.5041322,0.5661157,0.6528926,0.62396693,0.55785125,0.5123967,0.5041322,0.5041322,0.49173555,0.4876033,0.49173555,0.47933885,0.4876033,0.47933885,0.44214877,0.4214876,0.41735536,0.41322315,0.41322315,0.43801653,0.47933885,0.5123967,0.5165289,0.5082645,0.5123967,0.553719,0.59917355,0.53305787,0.4876033,0.4876033,0.47933885,0.45867768,0.39256197,0.23140496,0.22727273,0.23553719,0.22727273,0.23140496,0.5371901,0.46280992,0.49173555,0.5123967,0.5206612,0.5371901,0.5247934,0.56198347,0.59504133,0.58677685,0.56198347,0.57024795,0.58677685,0.61157024,0.6363636,0.6363636,0.6528926,0.6528926,0.6487603,0.6570248,0.6487603,0.6446281,0.59090906,0.57024795,0.53305787,0.5041322,0.47933885,0.48347107,0.5082645,0.5413223,0.5123967,0.48347107,0.5,0.5123967,0.5206612,0.5206612,0.5123967,0.5041322,0.5123967,0.5,0.45041323,0.42975205,0.42975205,0.43801653,0.43801653,0.46694216,0.5082645,0.5165289,0.5123967,0.5165289,0.53305787,0.57438016,0.58677685,0.49586776,0.46694216,0.47933885,0.47107437,0.45041323,0.3140496,0.2231405,0.2231405,0.23553719,0.2231405,0.22727273,0.58264464,0.48347107,0.47107437,0.5,0.5,0.5123967,0.5165289,0.5371901,0.5371901,0.5785124,0.56198347,0.54545456,0.56198347,0.607438,0.6280992,0.62396693,0.6404959,0.6735537,0.6570248,0.661157,0.6404959,0.6487603,0.59090906,0.5661157,0.54545456,0.5165289,0.5041322,0.48347107,0.46694216,0.48347107,0.4876033,0.48347107,0.47933885,0.5041322,0.5165289,0.5165289,0.49586776,0.4876033,0.48347107,0.45867768,0.44214877,0.44214877,0.446281,0.45041323,0.446281,0.47107437,0.5041322,0.5123967,0.5165289,0.5247934,0.54545456,0.57438016,0.5413223,0.48347107,0.46694216,0.4752066,0.46694216,0.41735536,0.25619835,0.21900827,0.21487603,0.22727273,0.22727273,0.22727273,0.60330576,0.5289256,0.45041323,0.47933885,0.4876033,0.49173555,0.5041322,0.5123967,0.5082645,0.54545456,0.553719,0.5289256,0.5247934,0.58677685,0.6322314,0.6322314,0.6363636,0.69008267,0.6528926,0.6735537,0.6446281,0.61570245,0.58264464,0.553719,0.5413223,0.5247934,0.5165289,0.5123967,0.48347107,0.4752066,0.48347107,0.48347107,0.47107437,0.4876033,0.5,0.49173555,0.46694216,0.45454547,0.45041323,0.4338843,0.42561984,0.43801653,0.4338843,0.44214877,0.45867768,0.4752066,0.49586776,0.5123967,0.5165289,0.53305787,0.55785125,0.56198347,0.5041322,0.46280992,0.46280992,0.46280992,0.45041323,0.3305785,0.23966943,0.2231405,0.2231405,0.21900827,0.2231405,0.23140496,0.59504133,0.5785124,0.46280992,0.46280992,0.47107437,0.4876033,0.49586776,0.5,0.49586776,0.5123967,0.5495868,0.5247934,0.5041322,0.56198347,0.62396693,0.6280992,0.6570248,0.6818182,0.677686,0.6528926,0.6404959,0.60330576,0.5785124,0.5495868,0.53305787,0.5413223,0.5082645,0.49173555,0.46694216,0.45867768,0.45454547,0.45041323,0.4338843,0.44214877,0.45041323,0.44214877,0.41735536,0.4090909,0.41735536,0.4090909,0.40495867,0.4214876,0.42975205,0.44214877,0.45867768,0.46280992,0.47933885,0.5206612,0.5413223,0.55785125,0.57438016,0.5661157,0.49586776,0.46280992,0.46280992,0.45041323,0.41735536,0.26859504,0.2231405,0.22727273,0.23140496,0.2231405,0.21900827,0.22727273,0.5785124,0.61157024,0.5123967,0.44214877,0.45867768,0.48347107,0.4876033,0.49173555,0.5,0.49586776,0.54545456,0.5371901,0.5041322,0.54545456,0.59090906,0.62396693,0.661157,0.677686,0.677686,0.6570248,0.6280992,0.607438,0.58264464,0.55785125,0.5413223,0.54545456,0.5206612,0.49173555,0.45454547,0.44214877,0.42561984,0.41735536,0.40495867,0.41735536,0.40082645,0.39256197,0.38429752,0.39256197,0.40495867,0.40082645,0.40495867,0.41322315,0.4338843,0.446281,0.45454547,0.45867768,0.4876033,0.5413223,0.5661157,0.59504133,0.59917355,0.5413223,0.47933885,0.45867768,0.45454547,0.446281,0.35950413,0.22727273,0.21900827,0.2231405,0.2231405,0.2231405,0.2231405,0.22727273,0.58677685,0.61157024,0.5785124,0.45041323,0.43801653,0.46694216,0.49173555,0.48347107,0.5,0.5,0.53305787,0.5661157,0.5247934,0.54545456,0.59504133,0.58677685,0.6487603,0.6694215,0.6942149,0.6735537,0.6446281,0.59504133,0.59917355,0.57438016,0.56198347,0.54545456,0.5413223,0.5165289,0.46280992,0.45867768,0.42975205,0.42561984,0.41735536,0.4090909,0.3966942,0.38842976,0.38429752,0.39256197,0.41322315,0.41322315,0.41322315,0.4214876,0.45041323,0.45041323,0.45867768,0.46694216,0.5123967,0.58264464,0.59917355,0.58677685,0.5785124,0.5247934,0.45867768,0.44214877,0.45041323,0.4214876,0.29752067,0.2107438,0.2231405,0.22727273,0.21900827,0.2107438,0.22727273,0.23140496,0.59090906,0.607438,0.61157024,0.5123967,0.42975205,0.44214877,0.47933885,0.4876033,0.5041322,0.5123967,0.5413223,0.56198347,0.5495868,0.54545456,0.58677685,0.58264464,0.59090906,0.62396693,0.6487603,0.6859504,0.6694215,0.6363636,0.6198347,0.59504133,0.59090906,0.5661157,0.58677685,0.57024795,0.5206612,0.49173555,0.46694216,0.46694216,0.43801653,0.42561984,0.40495867,0.40495867,0.40495867,0.41322315,0.4338843,0.43801653,0.446281,0.446281,0.46280992,0.46280992,0.47107437,0.48347107,0.57438016,0.6198347,0.607438,0.55785125,0.54545456,0.49586776,0.43801653,0.4338843,0.42975205,0.3677686,0.2520661,0.2107438,0.2231405,0.22727273,0.2231405,0.21900827,0.2231405,0.2231405,0.5785124,0.59917355,0.61570245,0.58677685,0.45454547,0.41735536,0.446281,0.4752066,0.49173555,0.5,0.5247934,0.553719,0.55785125,0.5371901,0.56198347,0.60330576,0.57024795,0.5661157,0.59090906,0.6363636,0.677686,0.6446281,0.6446281,0.6363636,0.6280992,0.61157024,0.6280992,0.607438,0.58677685,0.55785125,0.5289256,0.5165289,0.49173555,0.4876033,0.45867768,0.4752066,0.47107437,0.4752066,0.47933885,0.48347107,0.49586776,0.49173555,0.49173555,0.4752066,0.5,0.53305787,0.6322314,0.6363636,0.59917355,0.54545456,0.5,0.45041323,0.4214876,0.4214876,0.40495867,0.30165288,0.21900827,0.21900827,0.21487603,0.21487603,0.22727273,0.2231405,0.2231405,0.21900827,0.58264464,0.59917355,0.607438,0.6198347,0.5165289,0.41735536,0.41735536,0.45867768,0.47933885,0.48347107,0.5123967,0.5371901,0.57024795,0.5206612,0.5413223,0.59504133,0.5785124,0.553719,0.56198347,0.58264464,0.6570248,0.661157,0.6652893,0.6528926,0.661157,0.6570248,0.6528926,0.62396693,0.6198347,0.59504133,0.58677685,0.58264464,0.57438016,0.5661157,0.53305787,0.55785125,0.5413223,0.5371901,0.5247934,0.5289256,0.54545456,0.54545456,0.53305787,0.5206612,0.5371901,0.60330576,0.6528926,0.6363636,0.60330576,0.5371901,0.46694216,0.41735536,0.3966942,0.4090909,0.34710744,0.24380165,0.21487603,0.21900827,0.2107438,0.21900827,0.2231405,0.21900827,0.2231405,0.21900827,0.58264464,0.59090906,0.59090906,0.61157024,0.57024795,0.45454547,0.3966942,0.42975205,0.4752066,0.48347107,0.49586776,0.53305787,0.56198347,0.5165289,0.5082645,0.54545456,0.56198347,0.58264464,0.58264464,0.56198347,0.607438,0.6570248,0.6735537,0.6735537,0.6528926,0.661157,0.6446281,0.6322314,0.6404959,0.62396693,0.6280992,0.6446281,0.6280992,0.59917355,0.58264464,0.59504133,0.5785124,0.5785124,0.57024795,0.57438016,0.59090906,0.5785124,0.57024795,0.56198347,0.58264464,0.661157,0.661157,0.6446281,0.60330576,0.5041322,0.43801653,0.37603307,0.37603307,0.38842976,0.2892562,0.1983471,0.2231405,0.21900827,0.21487603,0.2231405,0.21900827,0.2231405,0.2231405,0.21487603,0.58264464,0.59504133,0.58264464,0.59504133,0.59504133,0.5123967,0.4090909,0.4090909,0.446281,0.47107437,0.47933885,0.5082645,0.5413223,0.5041322,0.46694216,0.5371901,0.5206612,0.57438016,0.60330576,0.553719,0.55785125,0.6198347,0.6818182,0.6735537,0.6404959,0.6487603,0.6404959,0.6570248,0.661157,0.6570248,0.661157,0.661157,0.6446281,0.607438,0.607438,0.6198347,0.61570245,0.61157024,0.60330576,0.59917355,0.61157024,0.59917355,0.59504133,0.57438016,0.6363636,0.677686,0.6570248,0.6363636,0.57438016,0.47107437,0.39256197,0.3553719,0.37603307,0.38842976,0.2644628,0.20661157,0.22727273,0.2231405,0.21900827,0.21900827,0.2231405,0.21900827,0.21900827,0.21900827,19 +0.42975205,0.5041322,0.6322314,0.6859504,0.6652893,0.661157,0.661157,0.6363636,0.607438,0.58264464,0.607438,0.58677685,0.6322314,0.6446281,0.6528926,0.677686,0.6859504,0.7066116,0.6983471,0.6983471,0.6983471,0.677686,0.6446281,0.6363636,0.61157024,0.59917355,0.59917355,0.59504133,0.58677685,0.58264464,0.58677685,0.59090906,0.62396693,0.6528926,0.6818182,0.6983471,0.7066116,0.72727275,0.74380165,0.75619835,0.74793386,0.75619835,0.75619835,0.76033056,0.75619835,0.74793386,0.73966944,0.74380165,0.7231405,0.6983471,0.6942149,0.69008267,0.6818182,0.6859504,0.6446281,0.59090906,0.5165289,0.41735536,0.338843,0.3264463,0.28512397,0.17355372,0.13636364,0.11983471,0.46280992,0.55785125,0.6280992,0.677686,0.6528926,0.6983471,0.71900827,0.71900827,0.7107438,0.71487606,0.74380165,0.73966944,0.73966944,0.74793386,0.74793386,0.75619835,0.76859504,0.78512394,0.79752064,0.79752064,0.7892562,0.77272725,0.75619835,0.7644628,0.73966944,0.6983471,0.677686,0.6487603,0.6322314,0.6363636,0.6528926,0.6735537,0.6983471,0.72727275,0.74380165,0.75206614,0.76033056,0.7644628,0.76859504,0.76859504,0.76859504,0.77272725,0.78099173,0.76859504,0.7768595,0.7644628,0.73966944,0.73966944,0.7231405,0.6983471,0.6859504,0.6818182,0.6735537,0.6694215,0.6570248,0.59917355,0.5413223,0.4876033,0.4214876,0.338843,0.28512397,0.2107438,0.1322314,0.12809917,0.5082645,0.5661157,0.6446281,0.6446281,0.6652893,0.6859504,0.71487606,0.73966944,0.74793386,0.7644628,0.76859504,0.76859504,0.75206614,0.76033056,0.76859504,0.78099173,0.80991733,0.8057851,0.80991733,0.8264463,0.822314,0.80991733,0.7768595,0.74793386,0.73140496,0.71900827,0.71900827,0.71900827,0.71900827,0.7066116,0.71487606,0.73966944,0.75206614,0.76859504,0.7933884,0.7892562,0.78512394,0.7768595,0.77272725,0.76859504,0.7644628,0.7644628,0.7644628,0.7644628,0.76859504,0.76033056,0.73966944,0.7355372,0.71487606,0.6859504,0.677686,0.6735537,0.6735537,0.6652893,0.6363636,0.60330576,0.553719,0.4876033,0.4752066,0.36363637,0.29338843,0.2231405,0.12809917,0.15289256,0.5123967,0.59090906,0.6487603,0.6570248,0.6446281,0.6859504,0.70247936,0.74380165,0.7644628,0.7768595,0.7892562,0.7768595,0.76859504,0.7644628,0.76859504,0.76859504,0.78512394,0.7892562,0.79752064,0.8140496,0.8140496,0.8181818,0.79752064,0.76859504,0.7644628,0.76859504,0.76859504,0.75619835,0.76033056,0.76033056,0.74380165,0.75619835,0.77272725,0.7768595,0.79752064,0.78512394,0.76859504,0.7644628,0.76859504,0.7644628,0.75206614,0.75619835,0.75206614,0.76033056,0.75206614,0.74380165,0.7231405,0.72727275,0.6942149,0.6280992,0.6735537,0.6983471,0.6859504,0.6735537,0.6446281,0.61157024,0.56198347,0.48347107,0.47107437,0.446281,0.3140496,0.2231405,0.17355372,0.12809917,0.5371901,0.59917355,0.6446281,0.6528926,0.6322314,0.69008267,0.70247936,0.73966944,0.75619835,0.77272725,0.77272725,0.77272725,0.76033056,0.74380165,0.74793386,0.74793386,0.75206614,0.75619835,0.7644628,0.78099173,0.7892562,0.78099173,0.7768595,0.76859504,0.7644628,0.76033056,0.74793386,0.75619835,0.7644628,0.75619835,0.73966944,0.75619835,0.77272725,0.7768595,0.78512394,0.78099173,0.75619835,0.74380165,0.74793386,0.74793386,0.73966944,0.72727275,0.7231405,0.7355372,0.72727275,0.72727275,0.7107438,0.6859504,0.6735537,0.61157024,0.6404959,0.6859504,0.6859504,0.677686,0.6735537,0.6280992,0.57024795,0.5082645,0.4876033,0.47107437,0.39256197,0.21900827,0.17768595,0.10743801,0.55785125,0.6198347,0.6363636,0.6528926,0.6198347,0.677686,0.71900827,0.75206614,0.74380165,0.72727275,0.72727275,0.71900827,0.7231405,0.7231405,0.71487606,0.7107438,0.7066116,0.70247936,0.71900827,0.72727275,0.72727275,0.73140496,0.72727275,0.71487606,0.71900827,0.7231405,0.70247936,0.6983471,0.72727275,0.73140496,0.7355372,0.7355372,0.74793386,0.74793386,0.75206614,0.75206614,0.72727275,0.7066116,0.6942149,0.677686,0.677686,0.6859504,0.677686,0.677686,0.6694215,0.661157,0.6446281,0.61157024,0.60330576,0.58264464,0.59504133,0.60330576,0.62396693,0.61157024,0.6652893,0.6446281,0.60330576,0.5247934,0.49586776,0.4876033,0.42561984,0.29338843,0.1694215,0.11983471,0.58677685,0.62396693,0.6487603,0.6404959,0.6280992,0.6694215,0.70247936,0.71487606,0.6487603,0.58264464,0.553719,0.5785124,0.59917355,0.6363636,0.6446281,0.607438,0.58264464,0.5785124,0.58264464,0.5661157,0.5371901,0.5495868,0.55785125,0.57438016,0.6198347,0.6280992,0.6198347,0.6198347,0.6487603,0.677686,0.6859504,0.6942149,0.70247936,0.6983471,0.70247936,0.71487606,0.6859504,0.6528926,0.61157024,0.59090906,0.58264464,0.57438016,0.553719,0.5082645,0.4876033,0.49173555,0.48347107,0.46280992,0.46694216,0.45041323,0.45041323,0.45867768,0.4752066,0.48347107,0.5661157,0.6322314,0.59917355,0.54545456,0.49586776,0.4876033,0.45041323,0.3305785,0.17768595,0.1322314,0.58677685,0.62396693,0.6570248,0.607438,0.6198347,0.60330576,0.57438016,0.5123967,0.4338843,0.43801653,0.41735536,0.4214876,0.42561984,0.46280992,0.46694216,0.43801653,0.40495867,0.39256197,0.40495867,0.38842976,0.3429752,0.3140496,0.33471075,0.4090909,0.4876033,0.5247934,0.48347107,0.49173555,0.5413223,0.61570245,0.6404959,0.6528926,0.6570248,0.6446281,0.6487603,0.6487603,0.607438,0.54545456,0.5,0.44214877,0.40082645,0.36363637,0.35123968,0.3181818,0.30578512,0.30991736,0.30578512,0.27272728,0.30165288,0.2892562,0.2768595,0.2892562,0.3140496,0.338843,0.40082645,0.47107437,0.5206612,0.5247934,0.4752066,0.47933885,0.46280992,0.40082645,0.18181819,0.11570248,0.59090906,0.61157024,0.6487603,0.56198347,0.49586776,0.44214877,0.38842976,0.33471075,0.28099173,0.30578512,0.30578512,0.32231405,0.29338843,0.2768595,0.28099173,0.28512397,0.25619835,0.23553719,0.23553719,0.2520661,0.20661157,0.19421488,0.22727273,0.28099173,0.3677686,0.42975205,0.38842976,0.3677686,0.42975205,0.5247934,0.5785124,0.62396693,0.6198347,0.58264464,0.5785124,0.58264464,0.5206612,0.4338843,0.35950413,0.29752067,0.27272728,0.23140496,0.24793388,0.26859504,0.2520661,0.21487603,0.18595041,0.18595041,0.20661157,0.18181819,0.20247933,0.20247933,0.23140496,0.24793388,0.2644628,0.30578512,0.30578512,0.36363637,0.40495867,0.446281,0.47107437,0.43801653,0.21487603,0.09504132,0.59090906,0.61157024,0.58677685,0.45041323,0.37603307,0.29338843,0.28099173,0.2892562,0.28512397,0.2644628,0.26859504,0.2603306,0.21900827,0.18181819,0.16528925,0.1694215,0.16528925,0.16115703,0.1446281,0.1446281,0.14876033,0.14876033,0.1694215,0.2231405,0.27272728,0.3140496,0.29752067,0.29752067,0.37190083,0.44214877,0.5041322,0.5661157,0.55785125,0.5206612,0.5041322,0.49173555,0.4214876,0.32231405,0.26859504,0.23140496,0.1983471,0.16115703,0.1694215,0.17768595,0.17355372,0.16528925,0.16115703,0.15289256,0.1570248,0.16115703,0.16528925,0.18595041,0.18595041,0.23966943,0.1983471,0.21900827,0.20247933,0.21487603,0.26859504,0.3677686,0.48347107,0.45041323,0.2644628,0.10743801,0.59504133,0.607438,0.55785125,0.4214876,0.338843,0.2892562,0.2644628,0.2892562,0.28512397,0.2892562,0.2892562,0.25619835,0.2231405,0.2107438,0.17355372,0.1446281,0.1322314,0.1322314,0.12396694,0.11570248,0.1322314,0.12809917,0.13636364,0.18181819,0.21900827,0.23553719,0.22727273,0.2644628,0.338843,0.38016528,0.42561984,0.49173555,0.49173555,0.46280992,0.45041323,0.41322315,0.338843,0.27272728,0.21900827,0.19008264,0.17355372,0.13636364,0.12809917,0.14049587,0.12396694,0.12396694,0.12809917,0.1322314,0.14876033,0.17355372,0.20247933,0.20247933,0.20661157,0.2107438,0.2107438,0.2520661,0.2231405,0.2231405,0.23140496,0.28099173,0.42561984,0.4752066,0.30165288,0.08677686,0.59917355,0.57438016,0.5165289,0.41322315,0.3966942,0.30578512,0.38016528,0.3553719,0.3553719,0.3677686,0.38429752,0.37603307,0.3181818,0.3429752,0.338843,0.29338843,0.2603306,0.22727273,0.18595041,0.18181819,0.18595041,0.17355372,0.17768595,0.2231405,0.2231405,0.24380165,0.26859504,0.2892562,0.33471075,0.37190083,0.4090909,0.45867768,0.46280992,0.45041323,0.43801653,0.38016528,0.29752067,0.24793388,0.23140496,0.23553719,0.1983471,0.1694215,0.14876033,0.16115703,0.14049587,0.1694215,0.18595041,0.25619835,0.2644628,0.30165288,0.29338843,0.30578512,0.30165288,0.29752067,0.30165288,0.33471075,0.35123968,0.28099173,0.2603306,0.2644628,0.3677686,0.49586776,0.338843,0.13636364,0.59090906,0.5785124,0.5123967,0.446281,0.38016528,0.40082645,0.47107437,0.49586776,0.5082645,0.5371901,0.6198347,0.59504133,0.46694216,0.46280992,0.5041322,0.45867768,0.44214877,0.42975205,0.41735536,0.41322315,0.4338843,0.4338843,0.44214877,0.49173555,0.5206612,0.53305787,0.5413223,0.56198347,0.5785124,0.59090906,0.60330576,0.61570245,0.607438,0.60330576,0.59504133,0.57024795,0.5206612,0.4876033,0.5082645,0.5413223,0.4876033,0.41735536,0.38429752,0.37190083,0.3677686,0.38429752,0.39256197,0.39256197,0.4090909,0.43801653,0.39256197,0.42975205,0.45041323,0.45867768,0.42975205,0.41735536,0.41735536,0.38842976,0.37603307,0.38016528,0.3966942,0.47933885,0.38016528,0.1446281,0.5785124,0.57024795,0.5247934,0.5082645,0.47933885,0.6322314,0.76033056,0.74380165,0.70247936,0.6363636,0.6280992,0.58677685,0.47933885,0.44214877,0.4338843,0.41735536,0.38429752,0.37603307,0.35123968,0.3553719,0.38842976,0.41735536,0.4338843,0.44214877,0.45867768,0.41735536,0.36363637,0.36363637,0.42975205,0.48347107,0.5247934,0.54545456,0.553719,0.54545456,0.5206612,0.46694216,0.38842976,0.38429752,0.5495868,0.6570248,0.553719,0.43801653,0.40082645,0.37603307,0.37603307,0.38016528,0.3677686,0.37190083,0.3966942,0.45454547,0.41735536,0.45867768,0.49586776,0.5247934,0.5,0.5,0.4752066,0.48347107,0.54545456,0.5206612,0.46280992,0.46694216,0.41735536,0.1570248,0.5495868,0.5371901,0.4752066,0.5247934,0.54545456,0.5289256,0.5371901,0.55785125,0.5206612,0.47107437,0.41735536,0.4214876,0.4338843,0.39256197,0.37190083,0.34710744,0.2892562,0.29752067,0.2768595,0.2603306,0.28099173,0.3305785,0.35123968,0.35950413,0.3966942,0.42561984,0.3305785,0.24793388,0.35950413,0.5,0.5785124,0.59090906,0.59917355,0.5661157,0.5041322,0.40082645,0.30165288,0.37190083,0.44214877,0.41735536,0.37190083,0.3181818,0.28099173,0.3140496,0.33471075,0.2768595,0.23966943,0.23553719,0.27272728,0.30991736,0.3140496,0.3305785,0.38016528,0.42975205,0.47107437,0.5,0.5041322,0.5289256,0.5661157,0.58677685,0.5247934,0.4876033,0.4338843,0.18181819,0.5206612,0.5041322,0.3966942,0.5289256,0.56198347,0.49586776,0.4876033,0.5,0.44214877,0.39256197,0.3429752,0.48347107,0.6280992,0.47107437,0.3677686,0.32231405,0.21487603,0.2231405,0.3305785,0.34710744,0.338843,0.3677686,0.37190083,0.3429752,0.338843,0.38016528,0.4090909,0.3181818,0.40082645,0.58677685,0.6652893,0.661157,0.6322314,0.61157024,0.553719,0.4090909,0.37190083,0.40495867,0.36363637,0.3264463,0.3181818,0.30165288,0.23553719,0.43801653,0.58677685,0.34710744,0.21900827,0.17355372,0.2768595,0.19008264,0.30165288,0.40082645,0.3140496,0.338843,0.4090909,0.46280992,0.4752066,0.5123967,0.47933885,0.30578512,0.35123968,0.446281,0.48347107,0.23553719,0.54545456,0.4090909,0.2107438,0.5123967,0.607438,0.55785125,0.5371901,0.5,0.45454547,0.446281,0.40082645,0.5165289,0.7066116,0.553719,0.38842976,0.42561984,0.338843,0.24793388,0.45041323,0.5661157,0.37190083,0.33471075,0.35950413,0.3553719,0.35123968,0.3181818,0.34710744,0.40082645,0.45867768,0.5413223,0.59090906,0.59504133,0.58264464,0.59090906,0.553719,0.48347107,0.45041323,0.3966942,0.33471075,0.3264463,0.32231405,0.3305785,0.21487603,0.47107437,0.6942149,0.41735536,0.23553719,0.18595041,0.28099173,0.1694215,0.4338843,0.6528926,0.3305785,0.28512397,0.338843,0.4214876,0.47107437,0.5206612,0.5413223,0.2644628,0.17355372,0.23553719,0.5123967,0.3305785,0.5082645,0.24793388,0.1694215,0.5661157,0.6404959,0.60330576,0.57024795,0.5,0.48347107,0.46694216,0.446281,0.446281,0.45867768,0.47107437,0.41735536,0.41735536,0.42561984,0.41322315,0.5123967,0.59917355,0.40495867,0.32231405,0.35950413,0.38842976,0.37603307,0.3264463,0.3264463,0.4752066,0.61570245,0.6322314,0.677686,0.677686,0.6735537,0.6735537,0.6487603,0.59090906,0.47933885,0.40082645,0.38842976,0.38429752,0.3264463,0.28099173,0.23140496,0.338843,0.42561984,0.3140496,0.22727273,0.20661157,0.19008264,0.27272728,0.3305785,0.43801653,0.3305785,0.2603306,0.35950413,0.4090909,0.44214877,0.5041322,0.54545456,0.2892562,0.1983471,0.11157025,0.37190083,0.5,0.3966942,0.17355372,0.21900827,0.59090906,0.6487603,0.61570245,0.5785124,0.5495868,0.553719,0.5785124,0.57438016,0.57438016,0.5206612,0.57438016,0.5661157,0.5082645,0.5082645,0.5206612,0.5413223,0.5123967,0.43801653,0.39256197,0.40082645,0.4338843,0.41322315,0.38016528,0.3553719,0.37603307,0.42561984,0.46694216,0.5371901,0.49586776,0.48347107,0.5082645,0.45041323,0.44214877,0.4338843,0.43801653,0.45867768,0.46280992,0.39256197,0.3305785,0.3140496,0.35950413,0.40082645,0.35950413,0.3264463,0.3305785,0.338843,0.4214876,0.42975205,0.3966942,0.4214876,0.39256197,0.3429752,0.41735536,0.43801653,0.48347107,0.54545456,0.29752067,0.17768595,0.14876033,0.24380165,0.5785124,0.37603307,0.1983471,0.3140496,0.6280992,0.6942149,0.661157,0.6322314,0.62396693,0.62396693,0.61570245,0.61157024,0.6280992,0.60330576,0.61157024,0.6363636,0.62396693,0.607438,0.59504133,0.59504133,0.5495868,0.5206612,0.48347107,0.4752066,0.4752066,0.5082645,0.5082645,0.47933885,0.4752066,0.41735536,0.4752066,0.59090906,0.57024795,0.5371901,0.5413223,0.42561984,0.4214876,0.49173555,0.49173555,0.5247934,0.5371901,0.5082645,0.4752066,0.43801653,0.43801653,0.4338843,0.45454547,0.45041323,0.47933885,0.5247934,0.5289256,0.5041322,0.47107437,0.45454547,0.45454547,0.42561984,0.4338843,0.45041323,0.5041322,0.54545456,0.32231405,0.16528925,0.2603306,0.30578512,0.54545456,0.47933885,0.1570248,0.23140496,0.6280992,0.71900827,0.71900827,0.71487606,0.6859504,0.6487603,0.61157024,0.59090906,0.59090906,0.59504133,0.58264464,0.59504133,0.58264464,0.5661157,0.55785125,0.553719,0.5413223,0.53305787,0.5082645,0.5165289,0.5413223,0.59504133,0.58677685,0.5495868,0.5247934,0.5,0.661157,0.77272725,0.76859504,0.7231405,0.70247936,0.5413223,0.45867768,0.5247934,0.5206612,0.53305787,0.5495868,0.5371901,0.5206612,0.49586776,0.4876033,0.46280992,0.45867768,0.46280992,0.47107437,0.5082645,0.5289256,0.5041322,0.49173555,0.4752066,0.4876033,0.5,0.5041322,0.5082645,0.53305787,0.553719,0.3305785,0.18181819,0.39256197,0.45041323,0.5247934,0.5206612,0.34710744,0.20247933,0.607438,0.75619835,0.7355372,0.7355372,0.7355372,0.71487606,0.661157,0.607438,0.57438016,0.58677685,0.59504133,0.59090906,0.58677685,0.55785125,0.553719,0.5495868,0.5661157,0.57024795,0.57438016,0.58677685,0.607438,0.6198347,0.59917355,0.57438016,0.5206612,0.5785124,0.7355372,0.7768595,0.76859504,0.7355372,0.7231405,0.6528926,0.49173555,0.5247934,0.5495868,0.553719,0.59504133,0.59504133,0.5785124,0.5661157,0.5661157,0.5661157,0.5661157,0.5495868,0.5206612,0.5206612,0.5247934,0.5371901,0.55785125,0.55785125,0.56198347,0.57438016,0.57024795,0.57024795,0.55785125,0.5495868,0.3429752,0.2892562,0.43801653,0.46694216,0.5661157,0.5289256,0.5206612,0.30991736,0.6322314,0.75206614,0.74793386,0.7355372,0.75206614,0.75206614,0.75206614,0.71487606,0.661157,0.661157,0.677686,0.6487603,0.6528926,0.6487603,0.6280992,0.6198347,0.6280992,0.6322314,0.6446281,0.6363636,0.6198347,0.58677685,0.59917355,0.58264464,0.5247934,0.6404959,0.74380165,0.77272725,0.75206614,0.73140496,0.73140496,0.71487606,0.49586776,0.5,0.553719,0.5495868,0.6198347,0.6528926,0.6487603,0.6322314,0.661157,0.6818182,0.6818182,0.6818182,0.6652893,0.6570248,0.6404959,0.6322314,0.6570248,0.661157,0.6487603,0.6570248,0.6363636,0.61570245,0.57024795,0.5123967,0.37603307,0.41735536,0.45041323,0.4752066,0.5785124,0.5123967,0.59504133,0.41735536,0.607438,0.72727275,0.74793386,0.73966944,0.74793386,0.75206614,0.74793386,0.74380165,0.73140496,0.70247936,0.7107438,0.6652893,0.6694215,0.677686,0.661157,0.6570248,0.6404959,0.6487603,0.6570248,0.6322314,0.60330576,0.59504133,0.60330576,0.55785125,0.55785125,0.69008267,0.73140496,0.7644628,0.75619835,0.73140496,0.7355372,0.73140496,0.5247934,0.45454547,0.53305787,0.553719,0.59504133,0.6446281,0.661157,0.661157,0.69008267,0.6942149,0.6735537,0.6694215,0.6818182,0.69008267,0.70247936,0.6859504,0.6942149,0.6983471,0.6818182,0.6859504,0.677686,0.6363636,0.55785125,0.47933885,0.45041323,0.46694216,0.46280992,0.4752066,0.59504133,0.47107437,0.54545456,0.53305787,0.5661157,0.6983471,0.73140496,0.7355372,0.7231405,0.6983471,0.6818182,0.6818182,0.6818182,0.6652893,0.661157,0.6487603,0.6487603,0.6570248,0.6570248,0.6528926,0.6280992,0.6280992,0.6363636,0.61157024,0.58677685,0.6198347,0.57438016,0.5082645,0.6198347,0.71487606,0.73140496,0.77272725,0.78512394,0.75619835,0.74380165,0.70247936,0.57438016,0.40495867,0.48347107,0.56198347,0.58264464,0.62396693,0.6404959,0.6404959,0.661157,0.6528926,0.6487603,0.6446281,0.6446281,0.6487603,0.661157,0.6652893,0.6694215,0.677686,0.6652893,0.6363636,0.6487603,0.607438,0.54545456,0.5123967,0.5123967,0.46280992,0.45454547,0.4876033,0.607438,0.5247934,0.44214877,0.6818182,0.5785124,0.6694215,0.7066116,0.71487606,0.6487603,0.61570245,0.6198347,0.6322314,0.6280992,0.607438,0.59504133,0.61570245,0.61157024,0.6198347,0.62396693,0.62396693,0.61157024,0.6198347,0.6198347,0.59504133,0.58677685,0.61157024,0.5289256,0.5247934,0.6694215,0.7107438,0.74380165,0.7933884,0.8140496,0.78099173,0.76033056,0.6942149,0.61570245,0.45867768,0.41322315,0.5082645,0.57438016,0.59917355,0.61570245,0.61570245,0.6322314,0.6363636,0.6322314,0.61157024,0.61157024,0.60330576,0.59504133,0.607438,0.6198347,0.6198347,0.62396693,0.60330576,0.607438,0.57024795,0.553719,0.5785124,0.5206612,0.42975205,0.45041323,0.5123967,0.5785124,0.6363636,0.37603307,0.7066116,0.6198347,0.6446281,0.6983471,0.6859504,0.607438,0.59090906,0.59917355,0.61570245,0.61570245,0.59504133,0.58677685,0.59917355,0.58677685,0.59504133,0.607438,0.61157024,0.61570245,0.61570245,0.59090906,0.5785124,0.5785124,0.5165289,0.47933885,0.59917355,0.6942149,0.71487606,0.74380165,0.8057851,0.8305785,0.78512394,0.7644628,0.71900827,0.6446281,0.57024795,0.42561984,0.41735536,0.5247934,0.5785124,0.59917355,0.59504133,0.607438,0.61570245,0.60330576,0.59504133,0.60330576,0.59504133,0.5785124,0.58264464,0.58677685,0.57438016,0.59090906,0.59504133,0.58264464,0.56198347,0.5661157,0.59917355,0.47107437,0.38429752,0.44214877,0.56198347,0.5247934,0.71487606,0.4876033,0.59504133,0.6528926,0.607438,0.6735537,0.6322314,0.59504133,0.59504133,0.58677685,0.59504133,0.607438,0.59504133,0.59090906,0.59504133,0.5785124,0.58264464,0.60330576,0.59504133,0.59504133,0.58677685,0.56198347,0.58264464,0.5371901,0.40082645,0.49173555,0.6528926,0.70247936,0.7231405,0.75206614,0.8264463,0.8471074,0.7892562,0.7644628,0.74380165,0.661157,0.61157024,0.5123967,0.38429752,0.4090909,0.553719,0.60330576,0.5785124,0.59090906,0.60330576,0.58677685,0.58677685,0.58677685,0.58264464,0.5661157,0.56198347,0.56198347,0.55785125,0.57024795,0.57438016,0.57024795,0.58264464,0.58264464,0.58264464,0.4338843,0.37190083,0.45867768,0.6363636,0.4214876,0.61570245,0.6983471,0.56198347,0.6322314,0.61157024,0.6528926,0.59090906,0.58264464,0.57024795,0.57438016,0.5785124,0.59504133,0.58677685,0.5785124,0.59090906,0.5661157,0.5661157,0.58264464,0.57024795,0.57438016,0.57438016,0.5661157,0.5495868,0.43801653,0.38016528,0.5495868,0.6694215,0.70247936,0.71900827,0.76859504,0.8512397,0.8595041,0.7933884,0.76033056,0.7355372,0.661157,0.61570245,0.5785124,0.45041323,0.3429752,0.45867768,0.59504133,0.58264464,0.57438016,0.58264464,0.57024795,0.57438016,0.56198347,0.55785125,0.553719,0.5495868,0.5495868,0.54545456,0.5661157,0.5661157,0.5661157,0.5785124,0.5785124,0.56198347,0.4338843,0.4338843,0.6487603,0.6446281,0.33471075,0.46694216,0.6652893,0.6942149,0.6942149,0.661157,0.6735537,0.6363636,0.61570245,0.58677685,0.58677685,0.58264464,0.5785124,0.57438016,0.56198347,0.57024795,0.57024795,0.58677685,0.6198347,0.6322314,0.62396693,0.58677685,0.5413223,0.46280992,0.35950413,0.44214877,0.60330576,0.677686,0.6942149,0.71900827,0.78099173,0.8471074,0.8471074,0.79752064,0.76033056,0.73966944,0.677686,0.6363636,0.61157024,0.53305787,0.4090909,0.38016528,0.5,0.57024795,0.60330576,0.59504133,0.5661157,0.56198347,0.5413223,0.5371901,0.5289256,0.54545456,0.553719,0.5371901,0.56198347,0.5495868,0.56198347,0.553719,0.58264464,0.59504133,0.5,0.59504133,0.75206614,0.5289256,0.3140496,0.49173555,0.46694216,0.58677685,0.6652893,0.7355372,0.7066116,0.7231405,0.71900827,0.70247936,0.6942149,0.677686,0.6570248,0.6570248,0.6528926,0.661157,0.6735537,0.7066116,0.72727275,0.70247936,0.62396693,0.553719,0.4876033,0.38429752,0.35950413,0.55785125,0.661157,0.677686,0.677686,0.7066116,0.77272725,0.8140496,0.8140496,0.7892562,0.7644628,0.73966944,0.6942149,0.6446281,0.61570245,0.59090906,0.5371901,0.4338843,0.3966942,0.4752066,0.5661157,0.61157024,0.61157024,0.607438,0.5785124,0.5785124,0.5661157,0.58677685,0.59090906,0.58677685,0.57438016,0.59504133,0.6280992,0.6322314,0.6404959,0.6404959,0.55785125,0.59504133,0.58264464,0.446281,0.3553719,0.5082645,0.5,0.44214877,0.47933885,0.57438016,0.56198347,0.60330576,0.6404959,0.6446281,0.6570248,0.6487603,0.6528926,0.6570248,0.661157,0.677686,0.6859504,0.69008267,0.661157,0.60330576,0.5206612,0.48347107,0.43801653,0.35123968,0.446281,0.6652893,0.69008267,0.6570248,0.6363636,0.6735537,0.72727275,0.76033056,0.76859504,0.76033056,0.73966944,0.7107438,0.6652893,0.61157024,0.5785124,0.58264464,0.60330576,0.5661157,0.41735536,0.38429752,0.446281,0.5082645,0.5495868,0.553719,0.56198347,0.57438016,0.5785124,0.59504133,0.59090906,0.59917355,0.58677685,0.61157024,0.6363636,0.61157024,0.57438016,0.5495868,0.4876033,0.4752066,0.47933885,0.44214877,0.37603307,0.4876033,0.5289256,0.49173555,0.46694216,0.41735536,0.40495867,0.45041323,0.46694216,0.48347107,0.5,0.5041322,0.5123967,0.5247934,0.53305787,0.5495868,0.54545456,0.5165289,0.49586776,0.4752066,0.45454547,0.446281,0.3966942,0.39256197,0.57024795,0.6859504,0.6570248,0.59504133,0.57024795,0.59917355,0.6652893,0.7107438,0.71900827,0.71487606,0.6942149,0.6528926,0.59504133,0.5289256,0.5082645,0.5123967,0.55785125,0.6198347,0.5041322,0.40495867,0.41735536,0.41735536,0.42975205,0.44214877,0.46694216,0.48347107,0.49173555,0.5041322,0.5041322,0.49586776,0.5041322,0.5082645,0.5082645,0.47933885,0.47933885,0.45867768,0.44214877,0.46280992,0.47107437,0.43801653,0.3966942,0.4752066,0.5,0.5165289,0.5,0.47933885,0.42561984,0.4338843,0.42975205,0.45041323,0.46280992,0.46280992,0.46280992,0.48347107,0.4876033,0.5041322,0.4876033,0.45867768,0.446281,0.44214877,0.4338843,0.4338843,0.41735536,0.48347107,0.607438,0.607438,0.5413223,0.46694216,0.46280992,0.49173555,0.57024795,0.6322314,0.6404959,0.6404959,0.62396693,0.57024795,0.5041322,0.43801653,0.4090909,0.41735536,0.47107437,0.54545456,0.5206612,0.47107437,0.46280992,0.43801653,0.40082645,0.42561984,0.43801653,0.45454547,0.44214877,0.45041323,0.45041323,0.4338843,0.4338843,0.41735536,0.43801653,0.46280992,0.5,0.47107437,0.4338843,0.45454547,0.45041323,0.42975205,0.38429752,0.47107437,0.47107437,0.5123967,0.5082645,0.5082645,0.45041323,0.42561984,0.42975205,0.446281,0.45041323,0.45454547,0.446281,0.47107437,0.47107437,0.47107437,0.46280992,0.44214877,0.42561984,0.4214876,0.42975205,0.46280992,0.5082645,0.5661157,0.55785125,0.49586776,0.4214876,0.30578512,0.2644628,0.3429752,0.45041323,0.5041322,0.5247934,0.5371901,0.5082645,0.46694216,0.3966942,0.30165288,0.23553719,0.29338843,0.39256197,0.45867768,0.4752066,0.4876033,0.5206612,0.48347107,0.4214876,0.4214876,0.42975205,0.45041323,0.45041323,0.45041323,0.45041323,0.446281,0.44214877,0.41322315,0.45041323,0.47107437,0.48347107,0.45867768,0.4338843,0.45041323,0.44214877,0.4214876,0.38016528,0.49173555,0.45454547,0.4876033,0.5165289,0.5165289,0.47107437,0.43801653,0.42975205,0.446281,0.45041323,0.446281,0.44214877,0.45041323,0.45867768,0.45041323,0.43801653,0.41735536,0.41322315,0.41735536,0.46694216,0.5371901,0.61157024,0.61157024,0.5041322,0.4214876,0.36363637,0.23140496,0.1322314,0.18595041,0.33471075,0.3966942,0.41735536,0.42561984,0.40082645,0.38429752,0.30165288,0.17768595,0.12396694,0.2231405,0.33471075,0.40495867,0.4338843,0.45454547,0.5165289,0.5041322,0.47107437,0.46280992,0.45454547,0.46694216,0.47933885,0.48347107,0.48347107,0.47933885,0.46694216,0.46280992,0.48347107,0.4752066,0.4752066,0.46280992,0.446281,0.45454547,0.44214877,0.41735536,0.4090909,0.5206612,0.47107437,0.45454547,0.5206612,0.5082645,0.49173555,0.45041323,0.42975205,0.42561984,0.4338843,0.44214877,0.4338843,0.44214877,0.44214877,0.4338843,0.41322315,0.3966942,0.4338843,0.46280992,0.53305787,0.59504133,0.6446281,0.6446281,0.5041322,0.37603307,0.3429752,0.2768595,0.19421488,0.1570248,0.26859504,0.33471075,0.3553719,0.3553719,0.3553719,0.35123968,0.30578512,0.21487603,0.20247933,0.2644628,0.30578512,0.3553719,0.40495867,0.4338843,0.47107437,0.4876033,0.48347107,0.49586776,0.48347107,0.4876033,0.5,0.5,0.5041322,0.49586776,0.47107437,0.4876033,0.48347107,0.47933885,0.46694216,0.46694216,0.45041323,0.45454547,0.43801653,0.41322315,0.43801653,0.5289256,0.5165289,0.45041323,0.5123967,0.5247934,0.5041322,0.46280992,0.41735536,0.41735536,0.42561984,0.4338843,0.42561984,0.43801653,0.44214877,0.42975205,0.41735536,0.4338843,0.48347107,0.5289256,0.5785124,0.60330576,0.6322314,0.661157,0.58264464,0.38016528,0.3181818,0.3264463,0.30991736,0.2768595,0.30578512,0.32231405,0.3305785,0.3264463,0.35950413,0.37190083,0.3553719,0.35123968,0.35950413,0.3429752,0.3264463,0.35950413,0.40495867,0.42561984,0.45041323,0.47933885,0.4876033,0.5041322,0.5165289,0.5165289,0.5165289,0.49586776,0.5041322,0.49586776,0.47933885,0.48347107,0.4876033,0.46280992,0.45867768,0.45041323,0.446281,0.446281,0.44214877,0.41322315,0.41735536,0.5247934,0.53305787,0.47933885,0.4876033,0.5247934,0.5123967,0.4752066,0.42975205,0.41735536,0.4338843,0.4338843,0.42975205,0.446281,0.45867768,0.45454547,0.48347107,0.5041322,0.5495868,0.58677685,0.60330576,0.607438,0.6280992,0.6404959,0.6322314,0.46694216,0.33471075,0.37190083,0.42975205,0.42975205,0.41322315,0.37190083,0.3305785,0.3181818,0.36363637,0.40082645,0.38842976,0.40082645,0.42975205,0.40495867,0.40495867,0.41322315,0.4214876,0.42975205,0.45041323,0.4876033,0.5082645,0.5123967,0.5413223,0.54545456,0.5371901,0.5206612,0.5123967,0.5,0.48347107,0.49173555,0.48347107,0.45454547,0.43801653,0.4338843,0.44214877,0.45454547,0.45041323,0.3966942,0.3181818,0.5165289,0.54545456,0.5123967,0.47107437,0.5082645,0.5206612,0.49173555,0.45041323,0.42975205,0.44214877,0.45867768,0.4752066,0.4876033,0.5082645,0.5206612,0.56198347,0.58264464,0.61570245,0.6322314,0.6280992,0.6198347,0.6322314,0.6404959,0.6404959,0.57024795,0.48347107,0.49173555,0.53305787,0.5206612,0.5041322,0.46280992,0.38842976,0.34710744,0.37603307,0.4214876,0.4214876,0.41735536,0.42975205,0.4338843,0.46280992,0.446281,0.44214877,0.43801653,0.45041323,0.48347107,0.5165289,0.5289256,0.5495868,0.553719,0.5413223,0.5371901,0.53305787,0.5082645,0.49173555,0.49586776,0.4752066,0.446281,0.4214876,0.43801653,0.45041323,0.46280992,0.46280992,0.35950413,0.23553719,0.5082645,0.54545456,0.5495868,0.4876033,0.5,0.5247934,0.5082645,0.45867768,0.45041323,0.46694216,0.49173555,0.5247934,0.5413223,0.57438016,0.59917355,0.6322314,0.6528926,0.6652893,0.6570248,0.6487603,0.6404959,0.6446281,0.6528926,0.6363636,0.61157024,0.62396693,0.62396693,0.59917355,0.56198347,0.55785125,0.5495868,0.48347107,0.40495867,0.40082645,0.4338843,0.45041323,0.44214877,0.41735536,0.42975205,0.45041323,0.42975205,0.44214877,0.44214877,0.45454547,0.49173555,0.5247934,0.5413223,0.55785125,0.553719,0.54545456,0.54545456,0.54545456,0.5247934,0.5041322,0.49173555,0.4752066,0.42561984,0.42561984,0.43801653,0.45041323,0.45041323,0.47107437,0.30991736,0.21900827,0.5082645,0.5495868,0.553719,0.5123967,0.4876033,0.5165289,0.5289256,0.4876033,0.4876033,0.5041322,0.5247934,0.5661157,0.59917355,0.6280992,0.6570248,0.661157,0.6652893,0.677686,0.6694215,0.6487603,0.6404959,0.6528926,0.661157,0.6363636,0.6198347,0.6404959,0.6404959,0.607438,0.5785124,0.5785124,0.5785124,0.553719,0.47933885,0.42975205,0.45041323,0.47107437,0.47107437,0.44214877,0.42561984,0.42561984,0.42561984,0.43801653,0.45041323,0.46694216,0.49173555,0.5247934,0.5495868,0.56198347,0.54545456,0.53305787,0.553719,0.553719,0.5413223,0.5206612,0.49586776,0.4752066,0.41322315,0.42561984,0.446281,0.446281,0.446281,0.47933885,0.25619835,0.22727273,0.5123967,0.5206612,0.55785125,0.53305787,0.49173555,0.5041322,0.5247934,0.5165289,0.5123967,0.5247934,0.5495868,0.58264464,0.6322314,0.661157,0.6818182,0.6735537,0.6694215,0.6735537,0.6735537,0.6528926,0.6404959,0.6528926,0.6652893,0.6404959,0.61157024,0.607438,0.59090906,0.58677685,0.5785124,0.59090906,0.59090906,0.57438016,0.5289256,0.48347107,0.4752066,0.4752066,0.47107437,0.45454547,0.42975205,0.41735536,0.4214876,0.4338843,0.45867768,0.47107437,0.48347107,0.5082645,0.54545456,0.55785125,0.5289256,0.5041322,0.53305787,0.55785125,0.5371901,0.5206612,0.5,0.45867768,0.41322315,0.44214877,0.46280992,0.44214877,0.46280992,0.45041323,0.23966943,0.22727273,0.5082645,0.5206612,0.55785125,0.553719,0.5041322,0.5123967,0.5123967,0.5413223,0.53305787,0.54545456,0.5661157,0.60330576,0.6404959,0.661157,0.6652893,0.661157,0.6528926,0.661157,0.6652893,0.6528926,0.6404959,0.6363636,0.6528926,0.6446281,0.61570245,0.59504133,0.56198347,0.57438016,0.58677685,0.607438,0.607438,0.5785124,0.5495868,0.5413223,0.5289256,0.49173555,0.46280992,0.45867768,0.43801653,0.43801653,0.43801653,0.45041323,0.45867768,0.46694216,0.47107437,0.49173555,0.5247934,0.5371901,0.5165289,0.48347107,0.49586776,0.55785125,0.5413223,0.5123967,0.5,0.446281,0.42561984,0.46280992,0.45867768,0.45454547,0.47933885,0.41322315,0.2231405,0.22727273,0.5,0.53305787,0.54545456,0.57024795,0.5082645,0.5247934,0.5082645,0.5495868,0.5495868,0.5785124,0.59504133,0.607438,0.6280992,0.6404959,0.6404959,0.6363636,0.6404959,0.6446281,0.6363636,0.6322314,0.6280992,0.62396693,0.6280992,0.6280992,0.6280992,0.59504133,0.58264464,0.58677685,0.58677685,0.607438,0.59917355,0.58677685,0.5785124,0.5785124,0.58677685,0.5206612,0.45867768,0.45041323,0.43801653,0.446281,0.45454547,0.45041323,0.446281,0.45867768,0.46280992,0.47107437,0.5,0.5165289,0.49586776,0.46694216,0.46694216,0.553719,0.55785125,0.5247934,0.4876033,0.446281,0.44214877,0.46694216,0.45041323,0.45454547,0.47933885,0.38429752,0.2107438,0.23140496,0.49173555,0.5413223,0.5495868,0.55785125,0.5371901,0.5289256,0.5206612,0.5495868,0.57024795,0.61570245,0.60330576,0.60330576,0.61570245,0.6198347,0.61570245,0.60330576,0.62396693,0.6322314,0.6280992,0.61157024,0.60330576,0.61570245,0.6198347,0.607438,0.60330576,0.59090906,0.58264464,0.57024795,0.55785125,0.56198347,0.5661157,0.57438016,0.5785124,0.58264464,0.58677685,0.54545456,0.49173555,0.46694216,0.446281,0.43801653,0.45041323,0.45454547,0.446281,0.46280992,0.45867768,0.45867768,0.49173555,0.5041322,0.48347107,0.46694216,0.45454547,0.55785125,0.56198347,0.5413223,0.47933885,0.45867768,0.48347107,0.4752066,0.43801653,0.47107437,0.46280992,0.35950413,0.2107438,0.23966943,0.49586776,0.5289256,0.55785125,0.5371901,0.56198347,0.53305787,0.5289256,0.56198347,0.5785124,0.62396693,0.62396693,0.59504133,0.59917355,0.60330576,0.60330576,0.5785124,0.59504133,0.6198347,0.59917355,0.58677685,0.58264464,0.59504133,0.59917355,0.58677685,0.57024795,0.5661157,0.5495868,0.5413223,0.5371901,0.53305787,0.5413223,0.553719,0.54545456,0.553719,0.5495868,0.5371901,0.5247934,0.5,0.45454547,0.42975205,0.43801653,0.45041323,0.45867768,0.45867768,0.46694216,0.45867768,0.48347107,0.4876033,0.48347107,0.45867768,0.47107437,0.56198347,0.56198347,0.5247934,0.47107437,0.46694216,0.49173555,0.47933885,0.42975205,0.46694216,0.47107437,0.30165288,0.19421488,0.24793388,0.46280992,0.5371901,0.5371901,0.5495868,0.5661157,0.5371901,0.54545456,0.57438016,0.58264464,0.61157024,0.6363636,0.59917355,0.59090906,0.59917355,0.607438,0.57438016,0.58677685,0.607438,0.58677685,0.5785124,0.5661157,0.55785125,0.55785125,0.56198347,0.56198347,0.55785125,0.553719,0.5371901,0.5371901,0.5495868,0.553719,0.55785125,0.553719,0.553719,0.54545456,0.5495868,0.5495868,0.5289256,0.47107437,0.44214877,0.45041323,0.446281,0.45041323,0.46694216,0.47107437,0.46280992,0.46694216,0.47933885,0.47933885,0.45867768,0.46694216,0.57024795,0.57024795,0.5247934,0.45867768,0.46694216,0.49173555,0.47107437,0.4214876,0.47933885,0.45041323,0.24793388,0.2231405,0.23553719,0.45454547,0.5289256,0.5289256,0.5495868,0.57438016,0.5495868,0.54545456,0.57024795,0.59090906,0.60330576,0.6363636,0.607438,0.58264464,0.59917355,0.59090906,0.57024795,0.58264464,0.58677685,0.5785124,0.58264464,0.57438016,0.5661157,0.55785125,0.5495868,0.58677685,0.5785124,0.57024795,0.55785125,0.55785125,0.5661157,0.5661157,0.57024795,0.57438016,0.58677685,0.59090906,0.5785124,0.5785124,0.57024795,0.5165289,0.49173555,0.49173555,0.47107437,0.45041323,0.48347107,0.5,0.48347107,0.49586776,0.49173555,0.49173555,0.4752066,0.46694216,0.5661157,0.57024795,0.5247934,0.47107437,0.47933885,0.49173555,0.45867768,0.4338843,0.49173555,0.4090909,0.2231405,0.22727273,0.24380165,0.446281,0.5165289,0.5123967,0.53305787,0.57024795,0.5495868,0.53305787,0.56198347,0.59917355,0.61157024,0.6363636,0.607438,0.59504133,0.59917355,0.59090906,0.5785124,0.57024795,0.57024795,0.57438016,0.58677685,0.59090906,0.59504133,0.57438016,0.5495868,0.57438016,0.58264464,0.56198347,0.5661157,0.58677685,0.58677685,0.59504133,0.607438,0.607438,0.6198347,0.6280992,0.6198347,0.61157024,0.607438,0.553719,0.5123967,0.5041322,0.46280992,0.42975205,0.47933885,0.5041322,0.49586776,0.5082645,0.4876033,0.48347107,0.47933885,0.48347107,0.57024795,0.5661157,0.5123967,0.47107437,0.47933885,0.4752066,0.44214877,0.44214877,0.49173555,0.35950413,0.20661157,0.23553719,0.25619835,0.446281,0.49586776,0.5247934,0.5206612,0.57024795,0.553719,0.5413223,0.55785125,0.59090906,0.59917355,0.6322314,0.61157024,0.607438,0.60330576,0.5785124,0.59090906,0.5785124,0.55785125,0.57438016,0.59917355,0.59504133,0.607438,0.5785124,0.5289256,0.5165289,0.5413223,0.5289256,0.5371901,0.5661157,0.553719,0.5785124,0.61157024,0.60330576,0.61570245,0.6198347,0.58677685,0.55785125,0.5247934,0.45041323,0.4090909,0.38429752,0.33471075,0.3305785,0.338843,0.3429752,0.3429752,0.3966942,0.44214877,0.4752066,0.4876033,0.49586776,0.58677685,0.57438016,0.49173555,0.45041323,0.47107437,0.46280992,0.42975205,0.45867768,0.4752066,0.30991736,0.21900827,0.23553719,0.23140496,0.446281,0.5165289,0.49586776,0.5165289,0.54545456,0.54545456,0.5413223,0.553719,0.57438016,0.58264464,0.61157024,0.61570245,0.61157024,0.59504133,0.58264464,0.58264464,0.55785125,0.5206612,0.5247934,0.53305787,0.5247934,0.5,0.46280992,0.38842976,0.36363637,0.38842976,0.4090909,0.40495867,0.4214876,0.41322315,0.41322315,0.45041323,0.5,0.57024795,0.58677685,0.5,0.3966942,0.35123968,0.32231405,0.29752067,0.2768595,0.26859504,0.24793388,0.2231405,0.24793388,0.2520661,0.2892562,0.38016528,0.45867768,0.47107437,0.5123967,0.59504133,0.5495868,0.47933885,0.46694216,0.45454547,0.46280992,0.42975205,0.46280992,0.44214877,0.27272728,0.20661157,0.2520661,0.23140496,0.41735536,0.553719,0.47107437,0.48347107,0.5371901,0.54545456,0.5289256,0.5413223,0.5661157,0.57438016,0.59504133,0.6280992,0.62396693,0.58677685,0.59504133,0.57438016,0.53305787,0.4752066,0.4214876,0.37190083,0.3305785,0.28512397,0.26859504,0.2231405,0.21900827,0.24793388,0.2603306,0.26859504,0.2892562,0.29752067,0.2892562,0.29338843,0.3181818,0.37603307,0.40495867,0.33471075,0.2768595,0.27272728,0.25619835,0.24380165,0.23140496,0.23553719,0.2644628,0.2892562,0.338843,0.3429752,0.3429752,0.40495867,0.45454547,0.45454547,0.5247934,0.59090906,0.5371901,0.47107437,0.46694216,0.46694216,0.446281,0.42561984,0.46280992,0.4090909,0.22727273,0.22727273,0.24380165,0.2231405,0.4214876,0.5661157,0.47933885,0.46280992,0.5206612,0.5371901,0.5289256,0.5289256,0.5495868,0.54545456,0.58264464,0.61157024,0.6280992,0.60330576,0.58264464,0.57024795,0.5289256,0.5082645,0.45867768,0.42975205,0.40082645,0.37603307,0.34710744,0.30991736,0.2644628,0.22727273,0.20661157,0.2107438,0.21487603,0.21487603,0.21487603,0.21487603,0.2107438,0.22727273,0.2520661,0.23966943,0.20661157,0.21487603,0.21900827,0.23140496,0.2644628,0.30578512,0.3429752,0.3553719,0.40495867,0.4338843,0.4338843,0.45867768,0.47933885,0.46694216,0.55785125,0.59504133,0.5206612,0.46280992,0.45454547,0.46694216,0.43801653,0.446281,0.47933885,0.32231405,0.2231405,0.23553719,0.22727273,0.23553719,0.39256197,0.57438016,0.5247934,0.4338843,0.5206612,0.5082645,0.5247934,0.5206612,0.5371901,0.5495868,0.553719,0.607438,0.6198347,0.6198347,0.59917355,0.57024795,0.5413223,0.5247934,0.5289256,0.55785125,0.55785125,0.5413223,0.5206612,0.5165289,0.4876033,0.4214876,0.37603307,0.36363637,0.32231405,0.27272728,0.2231405,0.19421488,0.17355372,0.18181819,0.20247933,0.23140496,0.25619835,0.26859504,0.29752067,0.3181818,0.34710744,0.38016528,0.39256197,0.41322315,0.45867768,0.46280992,0.446281,0.45454547,0.45454547,0.5123967,0.58677685,0.5785124,0.47933885,0.46280992,0.45041323,0.45867768,0.45041323,0.45454547,0.45041323,0.2603306,0.23553719,0.21900827,0.23553719,0.2520661,0.40082645,0.5247934,0.59917355,0.44214877,0.4752066,0.5165289,0.4876033,0.5165289,0.5041322,0.5041322,0.5206612,0.58264464,0.62396693,0.6322314,0.60330576,0.58264464,0.56198347,0.5413223,0.553719,0.58264464,0.59090906,0.58677685,0.55785125,0.5247934,0.5206612,0.5165289,0.5247934,0.5206612,0.49586776,0.46694216,0.41735536,0.38429752,0.3553719,0.3140496,0.30165288,0.30991736,0.3305785,0.3429752,0.35950413,0.37190083,0.38842976,0.41322315,0.42561984,0.45041323,0.48347107,0.47107437,0.46694216,0.4752066,0.5123967,0.5289256,0.55785125,0.5371901,0.46280992,0.45867768,0.446281,0.45867768,0.46280992,0.46280992,0.38016528,0.2107438,0.23553719,0.23553719,0.21487603,0.24793388,0.40495867,0.5165289,0.61157024,0.47933885,0.43801653,0.48347107,0.5,0.5123967,0.47933885,0.47933885,0.49586776,0.54545456,0.59090906,0.6198347,0.59917355,0.59917355,0.59504133,0.59504133,0.58264464,0.59504133,0.607438,0.59504133,0.56198347,0.5371901,0.5371901,0.5413223,0.5371901,0.5,0.47107437,0.46694216,0.43801653,0.4214876,0.41735536,0.38016528,0.3429752,0.338843,0.34710744,0.36363637,0.38842976,0.4090909,0.42561984,0.43801653,0.446281,0.47107437,0.4876033,0.49173555,0.47107437,0.5082645,0.5371901,0.5289256,0.5413223,0.5206612,0.46280992,0.45041323,0.45454547,0.46280992,0.46694216,0.44214877,0.29338843,0.2107438,0.21900827,0.23966943,0.22727273,0.23140496,0.41322315,0.5041322,0.59917355,0.5661157,0.41735536,0.49173555,0.5082645,0.49586776,0.49173555,0.46694216,0.45867768,0.48347107,0.5413223,0.6198347,0.61157024,0.59504133,0.607438,0.61157024,0.60330576,0.607438,0.60330576,0.59090906,0.57024795,0.5413223,0.5413223,0.54545456,0.5206612,0.49173555,0.45867768,0.446281,0.4214876,0.4214876,0.4090909,0.37603307,0.37603307,0.38016528,0.38016528,0.39256197,0.41322315,0.43801653,0.45041323,0.45454547,0.45867768,0.47107437,0.4876033,0.5041322,0.49586776,0.5206612,0.54545456,0.5495868,0.5206612,0.49586776,0.45041323,0.45041323,0.45041323,0.46694216,0.46694216,0.39256197,0.2520661,0.20247933,0.23553719,0.23966943,0.2107438,0.24793388,0.39256197,0.5123967,0.5785124,0.607438,0.45454547,0.45867768,0.5041322,0.5082645,0.5,0.4752066,0.4338843,0.43801653,0.4752066,0.56198347,0.6322314,0.58677685,0.58677685,0.6280992,0.61157024,0.60330576,0.60330576,0.58677685,0.5785124,0.57024795,0.5495868,0.5247934,0.49586776,0.46694216,0.42975205,0.41735536,0.40495867,0.40495867,0.41322315,0.38429752,0.37603307,0.3966942,0.40082645,0.38016528,0.40082645,0.4338843,0.446281,0.45041323,0.46280992,0.47107437,0.4752066,0.49173555,0.5,0.5041322,0.553719,0.553719,0.5123967,0.44214877,0.45454547,0.45867768,0.45454547,0.45041323,0.46694216,0.32231405,0.20661157,0.21900827,0.23966943,0.20247933,0.24380165,0.2231405,0.38429752,0.5082645,0.607438,0.61157024,0.55785125,0.38842976,0.45867768,0.5289256,0.49586776,0.5123967,0.46694216,0.43801653,0.43801653,0.5206612,0.6198347,0.61570245,0.607438,0.6198347,0.6322314,0.58677685,0.5661157,0.5785124,0.57438016,0.57024795,0.56198347,0.5413223,0.5,0.45867768,0.4214876,0.41322315,0.4090909,0.40082645,0.38429752,0.3677686,0.37603307,0.38842976,0.39256197,0.40082645,0.41322315,0.4338843,0.45454547,0.46280992,0.45867768,0.46280992,0.4876033,0.5123967,0.5247934,0.55785125,0.58264464,0.5413223,0.5082645,0.45867768,0.47107437,0.46280992,0.45041323,0.45867768,0.4338843,0.23553719,0.2107438,0.23966943,0.2231405,0.20247933,0.23966943,0.2107438,0.38429752,0.49173555,0.59504133,0.60330576,0.60330576,0.45867768,0.4090909,0.5082645,0.5165289,0.5289256,0.5165289,0.5,0.47107437,0.49173555,0.53305787,0.60330576,0.607438,0.6322314,0.6363636,0.6198347,0.5785124,0.55785125,0.57024795,0.55785125,0.55785125,0.56198347,0.5495868,0.5041322,0.4752066,0.4338843,0.41735536,0.40082645,0.37190083,0.38016528,0.40082645,0.4214876,0.42975205,0.44214877,0.44214877,0.446281,0.44214877,0.46280992,0.45454547,0.45454547,0.5165289,0.5413223,0.553719,0.5785124,0.58264464,0.5413223,0.47933885,0.45867768,0.47107437,0.45867768,0.45867768,0.46694216,0.38016528,0.21487603,0.21900827,0.22727273,0.24380165,0.1983471,0.2231405,0.24380165,0.37603307,0.48347107,0.60330576,0.58677685,0.61157024,0.5661157,0.40495867,0.45041323,0.5041322,0.5289256,0.5413223,0.5371901,0.53305787,0.5206612,0.5206612,0.5289256,0.56198347,0.59090906,0.6322314,0.6446281,0.61570245,0.57438016,0.5661157,0.57438016,0.5661157,0.55785125,0.553719,0.53305787,0.5,0.4752066,0.45867768,0.45041323,0.44214877,0.45454547,0.4752066,0.47933885,0.47933885,0.47933885,0.48347107,0.48347107,0.45867768,0.46280992,0.47107437,0.49586776,0.55785125,0.58264464,0.5785124,0.5289256,0.5165289,0.5123967,0.46280992,0.43801653,0.46694216,0.44214877,0.45041323,0.446281,0.37603307,0.19008264,0.21487603,0.23140496,0.22727273,0.21900827,0.21900827,0.2107438,0.41735536,0.43801653,0.60330576,0.58264464,0.59090906,0.59917355,0.5123967,0.37190083,0.4876033,0.4876033,0.5082645,0.5371901,0.55785125,0.53305787,0.5289256,0.5082645,0.47107437,0.5041322,0.5413223,0.59504133,0.61157024,0.60330576,0.59917355,0.607438,0.60330576,0.59090906,0.57438016,0.553719,0.53305787,0.53305787,0.54545456,0.5413223,0.5289256,0.53305787,0.5413223,0.5371901,0.5082645,0.5,0.5165289,0.5206612,0.5041322,0.4876033,0.5041322,0.553719,0.58677685,0.607438,0.59090906,0.5165289,0.4876033,0.46280992,0.43801653,0.44214877,0.4338843,0.41735536,0.3966942,0.45867768,0.3305785,0.2107438,0.2231405,0.23140496,0.23140496,0.21900827,0.23140496,0.22727273,0.4090909,0.45867768,0.58264464,0.57024795,0.57438016,0.62396693,0.55785125,0.41735536,0.40082645,0.48347107,0.47933885,0.5289256,0.5661157,0.54545456,0.5082645,0.553719,0.5041322,0.43801653,0.46694216,0.5247934,0.58264464,0.60330576,0.6198347,0.62396693,0.61157024,0.58677685,0.56198347,0.5495868,0.553719,0.58264464,0.59917355,0.5785124,0.55785125,0.5371901,0.53305787,0.5495868,0.56198347,0.5495868,0.55785125,0.5371901,0.53305787,0.5082645,0.5495868,0.59504133,0.61157024,0.59090906,0.5495868,0.5123967,0.45454547,0.41735536,0.41322315,0.4338843,0.4214876,0.41322315,0.41322315,0.46694216,0.29338843,0.1983471,0.23553719,0.23140496,0.23140496,0.20661157,0.23140496,0.21487603,19 +0.1570248,0.1983471,0.24380165,0.3553719,0.49586776,0.59917355,0.6280992,0.5785124,0.38842976,0.1446281,0.19421488,0.30578512,0.36363637,0.42561984,0.45867768,0.47933885,0.49586776,0.5123967,0.5413223,0.56198347,0.5289256,0.45454547,0.43801653,0.53305787,0.57438016,0.59504133,0.59504133,0.5785124,0.58264464,0.58677685,0.5495868,0.5495868,0.58264464,0.6198347,0.6652893,0.6983471,0.72727275,0.74380165,0.7768595,0.78512394,0.7892562,0.79752064,0.8016529,0.8016529,0.80991733,0.8057851,0.79752064,0.78099173,0.75619835,0.73966944,0.73966944,0.74380165,0.6983471,0.6818182,0.6446281,0.55785125,0.4214876,0.1694215,0.3140496,0.36363637,0.29338843,0.1983471,0.17768595,0.16528925,0.19421488,0.24380165,0.29338843,0.42561984,0.57024795,0.6446281,0.6487603,0.59917355,0.47107437,0.3140496,0.2892562,0.37603307,0.41322315,0.45867768,0.49586776,0.5206612,0.5413223,0.5661157,0.59504133,0.5785124,0.5413223,0.5165289,0.5413223,0.5785124,0.56198347,0.59917355,0.59917355,0.59917355,0.57024795,0.57438016,0.5661157,0.59504133,0.6280992,0.6735537,0.71487606,0.73966944,0.75619835,0.76859504,0.7892562,0.8016529,0.8016529,0.79752064,0.8016529,0.80991733,0.80991733,0.79752064,0.7892562,0.78099173,0.7231405,0.6570248,0.661157,0.6570248,0.6528926,0.6942149,0.6859504,0.62396693,0.4876033,0.26859504,0.2644628,0.35950413,0.32231405,0.22727273,0.16528925,0.14049587,0.2231405,0.26859504,0.35123968,0.48347107,0.60330576,0.6694215,0.6446281,0.6322314,0.5785124,0.48347107,0.38429752,0.41735536,0.46280992,0.5123967,0.553719,0.58264464,0.60330576,0.6487603,0.677686,0.677686,0.6528926,0.62396693,0.61157024,0.6198347,0.5785124,0.607438,0.60330576,0.61157024,0.59090906,0.61157024,0.6404959,0.6652893,0.6983471,0.73140496,0.76859504,0.78512394,0.7892562,0.7892562,0.8016529,0.8016529,0.79752064,0.79752064,0.8140496,0.8057851,0.8057851,0.7933884,0.78512394,0.7768595,0.73966944,0.7231405,0.74793386,0.71487606,0.6528926,0.6363636,0.6570248,0.661157,0.58677685,0.38016528,0.29752067,0.37603307,0.3553719,0.23553719,0.16115703,0.11983471,0.23553719,0.3181818,0.42561984,0.5165289,0.61570245,0.661157,0.6487603,0.6652893,0.6198347,0.54545456,0.49173555,0.5247934,0.57024795,0.60330576,0.6487603,0.6570248,0.6942149,0.7355372,0.75619835,0.7933884,0.75619835,0.71487606,0.6859504,0.6446281,0.6280992,0.6487603,0.6694215,0.6652893,0.6652893,0.69008267,0.7066116,0.7355372,0.76859504,0.78512394,0.8140496,0.8140496,0.8057851,0.8057851,0.8016529,0.80991733,0.8057851,0.8016529,0.80991733,0.7933884,0.7892562,0.78099173,0.76859504,0.73966944,0.6942149,0.661157,0.6198347,0.59090906,0.57438016,0.5661157,0.59090906,0.6322314,0.62396693,0.49173555,0.39256197,0.41322315,0.3677686,0.22727273,0.14049587,0.11983471,0.27272728,0.38429752,0.46280992,0.54545456,0.59504133,0.6363636,0.6528926,0.6694215,0.6487603,0.6487603,0.661157,0.6735537,0.6942149,0.70247936,0.7231405,0.72727275,0.75206614,0.78512394,0.78099173,0.7892562,0.78512394,0.7768595,0.75206614,0.7066116,0.71487606,0.75206614,0.75619835,0.73966944,0.74380165,0.76859504,0.77272725,0.7768595,0.8016529,0.8057851,0.822314,0.822314,0.822314,0.80991733,0.8057851,0.8057851,0.79752064,0.78512394,0.78512394,0.7644628,0.72727275,0.6983471,0.6735537,0.6198347,0.5661157,0.5206612,0.45041323,0.40495867,0.38016528,0.41322315,0.5165289,0.56198347,0.61570245,0.553719,0.47933885,0.42561984,0.38842976,0.28512397,0.16115703,0.12809917,0.3181818,0.4214876,0.47107437,0.5413223,0.60330576,0.62396693,0.6322314,0.6570248,0.6859504,0.73140496,0.74793386,0.75619835,0.76033056,0.75619835,0.76033056,0.74793386,0.76033056,0.76859504,0.76859504,0.78099173,0.7768595,0.78512394,0.76859504,0.75206614,0.76859504,0.7933884,0.77272725,0.7644628,0.7644628,0.78512394,0.7768595,0.7768595,0.8057851,0.80991733,0.822314,0.822314,0.8264463,0.8016529,0.79752064,0.7768595,0.74793386,0.7355372,0.69008267,0.61570245,0.5371901,0.5,0.49586776,0.41735536,0.38842976,0.34710744,0.29338843,0.27272728,0.2520661,0.2520661,0.35950413,0.39256197,0.5,0.53305787,0.5206612,0.49173555,0.41735536,0.30578512,0.19421488,0.1322314,0.33471075,0.41322315,0.46280992,0.553719,0.61157024,0.61570245,0.61570245,0.661157,0.7107438,0.74380165,0.75206614,0.73966944,0.73966944,0.73140496,0.72727275,0.7231405,0.73140496,0.7231405,0.7231405,0.74793386,0.74380165,0.74380165,0.72727275,0.71487606,0.72727275,0.76033056,0.74380165,0.73140496,0.7355372,0.74793386,0.76859504,0.76859504,0.77272725,0.78099173,0.7892562,0.7892562,0.79752064,0.77272725,0.73966944,0.6942149,0.62396693,0.56198347,0.47933885,0.4090909,0.3553719,0.34710744,0.3305785,0.25619835,0.28099173,0.21900827,0.24380165,0.21900827,0.18595041,0.21487603,0.23966943,0.24380165,0.2644628,0.38429752,0.5,0.5371901,0.45867768,0.3181818,0.17768595,0.13636364,0.33471075,0.40082645,0.46694216,0.56198347,0.61570245,0.59917355,0.607438,0.6652893,0.71487606,0.73140496,0.677686,0.62396693,0.6280992,0.6322314,0.6528926,0.6735537,0.6570248,0.6280992,0.607438,0.6322314,0.59090906,0.56198347,0.56198347,0.5371901,0.57024795,0.6652893,0.6570248,0.6322314,0.6570248,0.6694215,0.71900827,0.7355372,0.73966944,0.73966944,0.7355372,0.74380165,0.76033056,0.73140496,0.6487603,0.56198347,0.42561984,0.35950413,0.30991736,0.26859504,0.2768595,0.2603306,0.21900827,0.1983471,0.1983471,0.18181819,0.23553719,0.21900827,0.25619835,0.26859504,0.2768595,0.27272728,0.24793388,0.2603306,0.36363637,0.5082645,0.49586776,0.33471075,0.20247933,0.11570248,0.3553719,0.4214876,0.48347107,0.5661157,0.60330576,0.60330576,0.60330576,0.62396693,0.62396693,0.56198347,0.46694216,0.45454547,0.46280992,0.4752066,0.5123967,0.5206612,0.4876033,0.47933885,0.4214876,0.446281,0.45454547,0.40495867,0.338843,0.3429752,0.3966942,0.4876033,0.5661157,0.5247934,0.5165289,0.54545456,0.6322314,0.6694215,0.70247936,0.70247936,0.6818182,0.6942149,0.70247936,0.6859504,0.5123967,0.4338843,0.3140496,0.26859504,0.22727273,0.1983471,0.19421488,0.1694215,0.16528925,0.11570248,0.15289256,0.24380165,0.3140496,0.37190083,0.42561984,0.42975205,0.4214876,0.41735536,0.37603307,0.30991736,0.28512397,0.41322315,0.5289256,0.34710744,0.16528925,0.11983471,0.35950413,0.43801653,0.49173555,0.56198347,0.59917355,0.56198347,0.5289256,0.47933885,0.4090909,0.3305785,0.28099173,0.30578512,0.34710744,0.33471075,0.3429752,0.30991736,0.30165288,0.3140496,0.2603306,0.2892562,0.2768595,0.2520661,0.2107438,0.23553719,0.2892562,0.37603307,0.446281,0.45867768,0.38842976,0.45041323,0.5371901,0.57438016,0.6363636,0.6652893,0.6198347,0.61570245,0.6404959,0.59917355,0.43801653,0.35123968,0.27272728,0.23553719,0.20247933,0.17355372,0.14876033,0.12809917,0.12809917,0.1322314,0.26859504,0.38842976,0.4338843,0.47933885,0.5206612,0.5661157,0.58264464,0.59090906,0.57024795,0.48347107,0.33471075,0.2892562,0.5247934,0.37603307,0.14049587,0.13636364,0.338843,0.46694216,0.5041322,0.55785125,0.55785125,0.45867768,0.38842976,0.30578512,0.26859504,0.2603306,0.25619835,0.2644628,0.30165288,0.2644628,0.23140496,0.17355372,0.19008264,0.17768595,0.16115703,0.16115703,0.16528925,0.1694215,0.16115703,0.16528925,0.23553719,0.30578512,0.34710744,0.38016528,0.3140496,0.4090909,0.47933885,0.5123967,0.553719,0.6280992,0.553719,0.56198347,0.5413223,0.5413223,0.38016528,0.3140496,0.23966943,0.22727273,0.1983471,0.17355372,0.14876033,0.16115703,0.21487603,0.30165288,0.38429752,0.41735536,0.4338843,0.47933885,0.5165289,0.58677685,0.6446281,0.6446281,0.661157,0.61570245,0.47933885,0.34710744,0.45041323,0.40082645,0.1570248,0.10330579,0.36363637,0.47933885,0.5082645,0.55785125,0.5,0.39256197,0.3140496,0.24380165,0.26859504,0.2768595,0.2892562,0.2892562,0.29338843,0.2644628,0.23140496,0.19008264,0.1694215,0.13636364,0.1322314,0.12809917,0.11983471,0.1322314,0.1570248,0.14876033,0.20247933,0.2520661,0.27272728,0.29752067,0.29338843,0.37603307,0.4338843,0.45454547,0.5041322,0.53305787,0.5041322,0.5247934,0.5165289,0.46280992,0.35123968,0.28512397,0.2231405,0.21900827,0.20661157,0.21487603,0.24793388,0.2644628,0.29752067,0.32231405,0.3429752,0.3305785,0.37603307,0.40495867,0.45454547,0.5165289,0.57024795,0.59090906,0.6280992,0.6322314,0.58264464,0.4338843,0.4338843,0.3966942,0.16115703,0.09090909,0.3553719,0.4752066,0.5041322,0.54545456,0.48347107,0.37190083,0.35123968,0.3181818,0.37190083,0.3677686,0.38016528,0.38016528,0.36363637,0.33471075,0.3140496,0.30578512,0.29338843,0.2520661,0.20661157,0.18181819,0.1570248,0.1694215,0.18181819,0.17355372,0.2231405,0.23966943,0.23966943,0.2603306,0.29338843,0.3429752,0.40495867,0.4214876,0.47107437,0.4752066,0.49173555,0.5247934,0.5082645,0.45454547,0.34710744,0.27272728,0.24380165,0.2768595,0.30165288,0.32231405,0.29338843,0.2892562,0.2644628,0.2603306,0.2892562,0.30578512,0.3553719,0.33471075,0.36363637,0.38842976,0.44214877,0.5082645,0.56198347,0.59090906,0.5785124,0.4876033,0.45454547,0.4214876,0.1694215,0.07438017,0.3429752,0.47107437,0.5,0.5206612,0.47933885,0.40082645,0.40495867,0.41735536,0.4752066,0.4752066,0.446281,0.41735536,0.38842976,0.3553719,0.3305785,0.29752067,0.29338843,0.24380165,0.21487603,0.2231405,0.20247933,0.1983471,0.23553719,0.23553719,0.27272728,0.29338843,0.27272728,0.25619835,0.28099173,0.3429752,0.41322315,0.45454547,0.5,0.5165289,0.5495868,0.5785124,0.553719,0.46694216,0.37190083,0.3140496,0.3305785,0.35950413,0.35123968,0.28512397,0.23966943,0.2603306,0.25619835,0.2644628,0.2892562,0.30578512,0.3553719,0.3677686,0.38429752,0.338843,0.35123968,0.42975205,0.49586776,0.53305787,0.5413223,0.5165289,0.46280992,0.44214877,0.20661157,0.07438017,0.29752067,0.4752066,0.5123967,0.5289256,0.5,0.43801653,0.4214876,0.45041323,0.47933885,0.46694216,0.4214876,0.3429752,0.29338843,0.25619835,0.24380165,0.17768595,0.1983471,0.15289256,0.16115703,0.21487603,0.2107438,0.1983471,0.21487603,0.2107438,0.27272728,0.30991736,0.30991736,0.28099173,0.2768595,0.36363637,0.45867768,0.5495868,0.59504133,0.6404959,0.661157,0.6446281,0.58677685,0.46280992,0.38429752,0.35123968,0.37190083,0.34710744,0.27272728,0.23966943,0.23140496,0.2892562,0.27272728,0.24380165,0.2603306,0.26859504,0.29338843,0.32231405,0.38016528,0.4214876,0.38016528,0.3677686,0.45041323,0.48347107,0.5123967,0.5082645,0.5041322,0.43801653,0.26859504,0.11157025,0.29338843,0.4752066,0.5206612,0.53305787,0.5082645,0.46694216,0.45454547,0.45454547,0.44214877,0.38429752,0.29338843,0.23553719,0.18181819,0.23140496,0.17768595,0.09917355,0.1983471,0.09504132,0.13636364,0.18595041,0.30165288,0.27272728,0.23140496,0.23966943,0.27272728,0.30165288,0.3140496,0.3140496,0.28099173,0.40495867,0.553719,0.6818182,0.7066116,0.71487606,0.73966944,0.71487606,0.59504133,0.42975205,0.37603307,0.3553719,0.3429752,0.29338843,0.24380165,0.2644628,0.35123968,0.32231405,0.2520661,0.21900827,0.19008264,0.2107438,0.35123968,0.37190083,0.29752067,0.28099173,0.3966942,0.37603307,0.42561984,0.47107437,0.48347107,0.5041322,0.53305787,0.45454547,0.3140496,0.1694215,0.28512397,0.45867768,0.5041322,0.5206612,0.5041322,0.4752066,0.45041323,0.42975205,0.37603307,0.29338843,0.20661157,0.1694215,0.25619835,0.30991736,0.19008264,0.14049587,0.2603306,0.30991736,0.28512397,0.24793388,0.3553719,0.4090909,0.28512397,0.25619835,0.29338843,0.30991736,0.32231405,0.30991736,0.24793388,0.46694216,0.6694215,0.76033056,0.77272725,0.74793386,0.77272725,0.74380165,0.58264464,0.4090909,0.3677686,0.35950413,0.338843,0.29338843,0.2603306,0.38016528,0.4214876,0.24793388,0.17355372,0.24793388,0.1983471,0.35123968,0.24793388,0.5289256,0.46280992,0.2231405,0.2231405,0.3553719,0.45041323,0.4752066,0.46694216,0.49586776,0.54545456,0.46280992,0.35123968,0.20661157,0.29752067,0.47107437,0.49173555,0.5,0.5247934,0.5041322,0.4214876,0.40082645,0.3140496,0.2644628,0.21900827,0.24380165,0.37190083,0.37190083,0.23553719,0.16528925,0.19421488,0.19421488,0.23140496,0.1983471,0.40082645,0.49586776,0.39256197,0.2644628,0.2644628,0.33471075,0.34710744,0.29752067,0.2644628,0.5413223,0.71900827,0.77272725,0.79752064,0.7892562,0.78099173,0.75206614,0.5661157,0.40082645,0.41322315,0.42561984,0.38842976,0.32231405,0.30578512,0.45454547,0.42561984,0.19008264,0.15289256,0.2644628,0.20661157,0.40082645,0.16115703,0.46280992,0.553719,0.37190083,0.24380165,0.32231405,0.45454547,0.4752066,0.4752066,0.5123967,0.54545456,0.46280992,0.39256197,0.2520661,0.27272728,0.45867768,0.47933885,0.5206612,0.53305787,0.53305787,0.4752066,0.4090909,0.37603307,0.37190083,0.38842976,0.43801653,0.48347107,0.49586776,0.4214876,0.37190083,0.3429752,0.23553719,0.27272728,0.30991736,0.48347107,0.5041322,0.36363637,0.29338843,0.25619835,0.30991736,0.37190083,0.30578512,0.36363637,0.60330576,0.71487606,0.76859504,0.79752064,0.7892562,0.7768595,0.74793386,0.57438016,0.41735536,0.45867768,0.47107437,0.3966942,0.35950413,0.3429752,0.4214876,0.46694216,0.24793388,0.25619835,0.30165288,0.25619835,0.23966943,0.33471075,0.46694216,0.5413223,0.45867768,0.40082645,0.41322315,0.47107437,0.4876033,0.5123967,0.54545456,0.57438016,0.49173555,0.4214876,0.34710744,0.25619835,0.44214877,0.5165289,0.5371901,0.56198347,0.5785124,0.553719,0.5206612,0.53305787,0.5123967,0.49586776,0.5371901,0.55785125,0.57024795,0.5785124,0.61570245,0.6652893,0.6280992,0.57024795,0.61157024,0.5785124,0.553719,0.45041323,0.40495867,0.4090909,0.40495867,0.42561984,0.41735536,0.5165289,0.61570245,0.6859504,0.75206614,0.77272725,0.75619835,0.75619835,0.72727275,0.59090906,0.49173555,0.47933885,0.5289256,0.43801653,0.43801653,0.40495867,0.4338843,0.49586776,0.5495868,0.55785125,0.56198347,0.56198347,0.5785124,0.5785124,0.5785124,0.56198347,0.5247934,0.46694216,0.45454547,0.5165289,0.54545456,0.57024795,0.59504133,0.61570245,0.5206612,0.43801653,0.41322315,0.25619835,0.45041323,0.5289256,0.5785124,0.607438,0.6198347,0.6528926,0.6528926,0.62396693,0.5661157,0.5165289,0.5413223,0.57438016,0.60330576,0.58264464,0.61570245,0.6487603,0.677686,0.59504133,0.59090906,0.58264464,0.57024795,0.553719,0.5247934,0.5082645,0.5165289,0.5206612,0.55785125,0.59917355,0.59917355,0.6859504,0.76033056,0.78512394,0.77272725,0.7768595,0.73966944,0.57438016,0.55785125,0.5661157,0.57438016,0.5371901,0.5082645,0.49586776,0.5,0.5247934,0.5785124,0.60330576,0.61157024,0.6322314,0.61157024,0.61157024,0.58264464,0.5495868,0.5165289,0.47933885,0.5041322,0.58264464,0.60330576,0.61157024,0.6528926,0.6446281,0.57438016,0.45867768,0.42975205,0.28099173,0.47933885,0.5371901,0.61157024,0.6363636,0.6528926,0.69008267,0.7066116,0.6694215,0.6404959,0.5661157,0.49586776,0.5289256,0.5289256,0.5041322,0.5041322,0.5041322,0.5123967,0.4876033,0.46280992,0.4752066,0.49173555,0.5041322,0.5,0.5206612,0.5661157,0.61570245,0.6487603,0.60330576,0.607438,0.71487606,0.7768595,0.78099173,0.7768595,0.77272725,0.75206614,0.59090906,0.5661157,0.6280992,0.6528926,0.59917355,0.5661157,0.553719,0.5371901,0.5041322,0.48347107,0.47933885,0.48347107,0.49173555,0.5123967,0.5041322,0.5041322,0.48347107,0.49173555,0.54545456,0.58677685,0.6404959,0.6404959,0.6446281,0.6735537,0.6652893,0.60330576,0.4876033,0.446281,0.32231405,0.5206612,0.5371901,0.6198347,0.6570248,0.6694215,0.69008267,0.7066116,0.7231405,0.6942149,0.6487603,0.5785124,0.5371901,0.47107437,0.45867768,0.46694216,0.45454547,0.45041323,0.43801653,0.44214877,0.5041322,0.5413223,0.55785125,0.59090906,0.61570245,0.661157,0.6818182,0.6735537,0.58677685,0.6280992,0.6983471,0.74793386,0.75206614,0.76033056,0.78512394,0.75619835,0.6322314,0.57438016,0.6363636,0.69008267,0.6735537,0.6446281,0.6404959,0.6446281,0.61570245,0.58677685,0.56198347,0.5247934,0.4876033,0.5,0.48347107,0.5413223,0.57438016,0.607438,0.6528926,0.6942149,0.6859504,0.677686,0.6652893,0.6652893,0.6652893,0.6280992,0.49173555,0.46280992,0.338843,0.56198347,0.53305787,0.61570245,0.6446281,0.6694215,0.6942149,0.7066116,0.7107438,0.7107438,0.70247936,0.6942149,0.677686,0.6652893,0.6528926,0.61157024,0.5785124,0.58677685,0.61570245,0.607438,0.62396693,0.6446281,0.6446281,0.7066116,0.70247936,0.7231405,0.6942149,0.6652893,0.61157024,0.6487603,0.6859504,0.7231405,0.74793386,0.75206614,0.7644628,0.75206614,0.6487603,0.58264464,0.62396693,0.69008267,0.73966944,0.72727275,0.7107438,0.71900827,0.71487606,0.7107438,0.72727275,0.677686,0.677686,0.6859504,0.7107438,0.7107438,0.71900827,0.73140496,0.74793386,0.76033056,0.73966944,0.7231405,0.70247936,0.677686,0.6487603,0.6280992,0.5082645,0.45867768,0.37190083,0.5785124,0.54545456,0.59917355,0.6363636,0.677686,0.6942149,0.7066116,0.71900827,0.7107438,0.72727275,0.74380165,0.74793386,0.74380165,0.74793386,0.71900827,0.7066116,0.71900827,0.7355372,0.72727275,0.7231405,0.7107438,0.72727275,0.7644628,0.76859504,0.72727275,0.6983471,0.6570248,0.6322314,0.6652893,0.7066116,0.74380165,0.77272725,0.7768595,0.7644628,0.74380165,0.6694215,0.58677685,0.60330576,0.6818182,0.73966944,0.75206614,0.75619835,0.75619835,0.75206614,0.72727275,0.76033056,0.74793386,0.75206614,0.7644628,0.76859504,0.75619835,0.7644628,0.75619835,0.74793386,0.75619835,0.74793386,0.73966944,0.71900827,0.677686,0.6363636,0.62396693,0.5082645,0.45454547,0.42561984,0.5785124,0.54545456,0.58264464,0.6487603,0.6859504,0.7066116,0.7107438,0.72727275,0.74380165,0.74380165,0.76859504,0.77272725,0.7768595,0.7644628,0.78512394,0.76859504,0.78099173,0.7892562,0.7892562,0.77272725,0.75619835,0.76859504,0.78512394,0.76033056,0.71900827,0.6942149,0.6528926,0.6322314,0.6735537,0.7231405,0.76859504,0.7892562,0.78512394,0.7644628,0.73966944,0.6694215,0.60330576,0.58677685,0.677686,0.71487606,0.76033056,0.77272725,0.78512394,0.7892562,0.78099173,0.7892562,0.77272725,0.76859504,0.78099173,0.78099173,0.7768595,0.7768595,0.7644628,0.76033056,0.75206614,0.75206614,0.74380165,0.73140496,0.6818182,0.6528926,0.60330576,0.5289256,0.46694216,0.4876033,0.5661157,0.5371901,0.58264464,0.6487603,0.6859504,0.71487606,0.72727275,0.7355372,0.74380165,0.75206614,0.77272725,0.78512394,0.78512394,0.7933884,0.80991733,0.79752064,0.79752064,0.80991733,0.8016529,0.79752064,0.79752064,0.7933884,0.78512394,0.73966944,0.7107438,0.6942149,0.6528926,0.6528926,0.7107438,0.73966944,0.78099173,0.8016529,0.78512394,0.7768595,0.76859504,0.69008267,0.6363636,0.607438,0.6570248,0.6983471,0.73966944,0.77272725,0.78512394,0.79752064,0.79752064,0.7933884,0.7892562,0.78099173,0.78099173,0.78512394,0.77272725,0.76859504,0.77272725,0.7644628,0.7644628,0.73140496,0.74793386,0.73140496,0.6983471,0.6694215,0.6280992,0.5206612,0.47107437,0.5041322,0.54545456,0.5371901,0.5785124,0.6363636,0.6859504,0.7066116,0.72727275,0.73966944,0.76033056,0.75619835,0.76859504,0.7933884,0.7933884,0.8016529,0.8140496,0.80991733,0.8016529,0.80991733,0.8057851,0.8016529,0.8016529,0.79752064,0.78099173,0.72727275,0.70247936,0.6694215,0.6404959,0.677686,0.7107438,0.74380165,0.79752064,0.80991733,0.7892562,0.77272725,0.75206614,0.70247936,0.6652893,0.6404959,0.6404959,0.6859504,0.7231405,0.75619835,0.78099173,0.7933884,0.79752064,0.78099173,0.7933884,0.7892562,0.78099173,0.7768595,0.7892562,0.7768595,0.76859504,0.76859504,0.7768595,0.76859504,0.75206614,0.73140496,0.7066116,0.6859504,0.6404959,0.5206612,0.446281,0.5206612,0.5247934,0.54545456,0.55785125,0.6363636,0.6859504,0.6942149,0.71900827,0.74793386,0.73966944,0.74380165,0.7768595,0.7892562,0.79752064,0.79752064,0.80991733,0.8140496,0.8016529,0.8057851,0.8016529,0.78099173,0.7933884,0.78512394,0.7644628,0.71487606,0.6735537,0.6280992,0.6570248,0.6818182,0.70247936,0.7644628,0.80991733,0.8181818,0.79752064,0.7768595,0.76859504,0.7231405,0.69008267,0.661157,0.6280992,0.661157,0.71487606,0.74380165,0.77272725,0.7933884,0.79752064,0.7768595,0.78099173,0.78512394,0.78099173,0.77272725,0.77272725,0.78099173,0.7768595,0.77272725,0.7768595,0.76859504,0.7644628,0.74793386,0.7066116,0.6859504,0.6322314,0.5165289,0.44214877,0.49586776,0.5082645,0.553719,0.57024795,0.6198347,0.6735537,0.69008267,0.71487606,0.74380165,0.74380165,0.75206614,0.77272725,0.78512394,0.7933884,0.79752064,0.79752064,0.8057851,0.79752064,0.8016529,0.79752064,0.7768595,0.7768595,0.76859504,0.75206614,0.677686,0.6322314,0.6280992,0.6652893,0.6694215,0.69008267,0.75619835,0.8264463,0.8347107,0.8057851,0.78099173,0.7644628,0.73140496,0.70247936,0.6735537,0.6322314,0.607438,0.6859504,0.73140496,0.75206614,0.7892562,0.7933884,0.7892562,0.78512394,0.7768595,0.7768595,0.77272725,0.7768595,0.78099173,0.7768595,0.7768595,0.77272725,0.76033056,0.7644628,0.74793386,0.69008267,0.6694215,0.607438,0.5289256,0.4338843,0.46280992,0.49173555,0.5371901,0.5785124,0.59917355,0.6363636,0.6652893,0.6983471,0.72727275,0.76033056,0.76033056,0.7644628,0.78099173,0.78512394,0.7892562,0.7933884,0.7933884,0.7933884,0.78512394,0.7892562,0.78512394,0.77272725,0.76033056,0.7355372,0.6487603,0.6363636,0.6570248,0.6363636,0.61157024,0.6446281,0.72727275,0.79752064,0.8057851,0.7933884,0.7768595,0.7644628,0.7231405,0.6694215,0.6570248,0.6404959,0.60330576,0.6280992,0.6983471,0.74793386,0.78099173,0.78512394,0.7892562,0.7892562,0.7768595,0.7768595,0.76859504,0.78512394,0.77272725,0.76859504,0.7768595,0.7644628,0.73966944,0.75619835,0.73966944,0.6652893,0.6404959,0.58264464,0.5123967,0.45454547,0.45041323,0.4752066,0.5165289,0.5661157,0.59090906,0.61157024,0.6446281,0.6859504,0.7107438,0.7355372,0.75619835,0.74380165,0.75619835,0.78099173,0.78099173,0.7892562,0.7892562,0.7768595,0.77272725,0.78099173,0.7768595,0.76033056,0.75206614,0.7107438,0.6404959,0.6570248,0.6280992,0.57438016,0.5371901,0.5495868,0.6570248,0.7355372,0.75206614,0.74380165,0.75619835,0.7231405,0.6446281,0.5785124,0.607438,0.607438,0.6487603,0.6528926,0.677686,0.7355372,0.76859504,0.78099173,0.78512394,0.7892562,0.78099173,0.7892562,0.78512394,0.7892562,0.7892562,0.7892562,0.7768595,0.75619835,0.74793386,0.73966944,0.72727275,0.6694215,0.61157024,0.57024795,0.5165289,0.46280992,0.43801653,0.47107437,0.4876033,0.54545456,0.57438016,0.59917355,0.6404959,0.6735537,0.6942149,0.7231405,0.73140496,0.73140496,0.74380165,0.7644628,0.7768595,0.7892562,0.7768595,0.7644628,0.76033056,0.7644628,0.76033056,0.75619835,0.7355372,0.6983471,0.6404959,0.6198347,0.57438016,0.45867768,0.446281,0.4214876,0.5371901,0.6280992,0.661157,0.6652893,0.6570248,0.59917355,0.53305787,0.5,0.5123967,0.5413223,0.6198347,0.6735537,0.6735537,0.72727275,0.7768595,0.78512394,0.7933884,0.78512394,0.79752064,0.8016529,0.78512394,0.78099173,0.78099173,0.7768595,0.7644628,0.7644628,0.75206614,0.7231405,0.6983471,0.661157,0.60330576,0.5495868,0.5082645,0.46280992,0.42975205,0.47933885,0.46280992,0.5123967,0.55785125,0.59090906,0.6446281,0.6446281,0.677686,0.6983471,0.7231405,0.73140496,0.7355372,0.74380165,0.75206614,0.76033056,0.7644628,0.75619835,0.76033056,0.76033056,0.74380165,0.74380165,0.75206614,0.71487606,0.59917355,0.5165289,0.47107437,0.38842976,0.29338843,0.26859504,0.4090909,0.4876033,0.5206612,0.5371901,0.5123967,0.46694216,0.42975205,0.40495867,0.40495867,0.45454547,0.53305787,0.59090906,0.607438,0.7107438,0.7892562,0.7892562,0.7892562,0.8016529,0.8016529,0.79752064,0.78099173,0.77272725,0.76859504,0.74793386,0.7355372,0.74793386,0.7231405,0.7066116,0.6942149,0.6528926,0.59917355,0.5289256,0.5,0.43801653,0.42561984,0.47107437,0.45041323,0.47933885,0.5371901,0.5785124,0.59504133,0.6198347,0.6570248,0.6859504,0.70247936,0.7066116,0.71487606,0.71900827,0.71900827,0.71487606,0.7355372,0.7355372,0.75206614,0.74793386,0.72727275,0.74793386,0.75619835,0.75619835,0.5413223,0.42975205,0.39256197,0.3140496,0.15289256,0.12809917,0.28512397,0.38016528,0.4214876,0.42975205,0.42561984,0.40495867,0.3264463,0.19008264,0.18181819,0.34710744,0.44214877,0.49173555,0.49586776,0.6487603,0.8140496,0.8016529,0.7933884,0.79752064,0.7933884,0.77272725,0.77272725,0.76859504,0.76859504,0.75206614,0.73140496,0.7231405,0.6983471,0.6735537,0.6528926,0.62396693,0.5661157,0.5165289,0.47933885,0.43801653,0.41735536,0.45041323,0.45867768,0.45454547,0.5123967,0.56198347,0.5785124,0.59917355,0.62396693,0.6570248,0.6694215,0.6652893,0.6818182,0.6983471,0.6818182,0.69008267,0.7107438,0.71900827,0.71900827,0.7066116,0.70247936,0.73966944,0.74793386,0.75206614,0.5785124,0.39256197,0.35950413,0.29338843,0.18181819,0.15289256,0.23553719,0.3140496,0.35123968,0.37190083,0.40082645,0.3966942,0.30991736,0.21900827,0.09917355,0.23140496,0.38429752,0.4338843,0.45867768,0.59090906,0.7768595,0.7892562,0.77272725,0.76859504,0.75619835,0.75206614,0.75206614,0.76033056,0.76033056,0.74380165,0.72727275,0.6942149,0.6735537,0.6404959,0.62396693,0.59504133,0.5206612,0.5082645,0.47107437,0.42561984,0.4090909,0.45041323,0.46280992,0.4338843,0.4876033,0.5371901,0.55785125,0.57438016,0.58677685,0.61570245,0.62396693,0.6363636,0.6528926,0.6652893,0.6652893,0.6942149,0.677686,0.6818182,0.6735537,0.661157,0.6818182,0.7066116,0.71487606,0.7355372,0.61157024,0.38842976,0.3181818,0.30165288,0.28099173,0.28512397,0.32231405,0.3181818,0.32231405,0.33471075,0.36363637,0.4338843,0.4338843,0.4214876,0.3305785,0.30991736,0.38016528,0.38842976,0.4214876,0.54545456,0.7231405,0.7644628,0.74380165,0.6983471,0.6735537,0.6942149,0.71900827,0.7355372,0.73140496,0.71900827,0.7066116,0.677686,0.6404959,0.61570245,0.57024795,0.5495868,0.49586776,0.4876033,0.45867768,0.43801653,0.41322315,0.43801653,0.47107437,0.446281,0.4752066,0.5206612,0.5206612,0.5495868,0.5495868,0.57438016,0.58677685,0.6198347,0.6404959,0.6363636,0.661157,0.6652893,0.6528926,0.6570248,0.6570248,0.6694215,0.6942149,0.70247936,0.7107438,0.71487606,0.6363636,0.45041323,0.34710744,0.39256197,0.4090909,0.45454547,0.42561984,0.36363637,0.3305785,0.30578512,0.3553719,0.41322315,0.45867768,0.49586776,0.4752066,0.44214877,0.4338843,0.40495867,0.41322315,0.48347107,0.6198347,0.71900827,0.7231405,0.6818182,0.61570245,0.57438016,0.6363636,0.6859504,0.7066116,0.71900827,0.6983471,0.6694215,0.6198347,0.58677685,0.5495868,0.5082645,0.47933885,0.46280992,0.446281,0.44214877,0.39256197,0.4338843,0.46694216,0.4752066,0.45867768,0.47933885,0.5123967,0.5165289,0.5041322,0.5371901,0.57024795,0.60330576,0.61570245,0.62396693,0.6363636,0.6322314,0.6487603,0.6652893,0.6694215,0.6942149,0.69008267,0.69008267,0.6942149,0.677686,0.6487603,0.57024795,0.5413223,0.57024795,0.5661157,0.5661157,0.5247934,0.43801653,0.39256197,0.35950413,0.3677686,0.3966942,0.44214877,0.49173555,0.5,0.5041322,0.49586776,0.49173555,0.49586776,0.5206612,0.59090906,0.6818182,0.6942149,0.6942149,0.677686,0.60330576,0.5371901,0.56198347,0.6280992,0.6694215,0.6983471,0.677686,0.6198347,0.5661157,0.5165289,0.46280992,0.44214877,0.43801653,0.43801653,0.4338843,0.38016528,0.3966942,0.46280992,0.48347107,0.4752066,0.446281,0.49173555,0.5,0.49173555,0.5206612,0.56198347,0.59504133,0.607438,0.61570245,0.6322314,0.6322314,0.6280992,0.6652893,0.677686,0.6942149,0.6694215,0.6694215,0.677686,0.6198347,0.60330576,0.59504133,0.57024795,0.59090906,0.59504133,0.6198347,0.59504133,0.5041322,0.4338843,0.4090909,0.41322315,0.40495867,0.42975205,0.4876033,0.5165289,0.553719,0.56198347,0.553719,0.56198347,0.5785124,0.58677685,0.6528926,0.6818182,0.677686,0.6652893,0.6528926,0.57024795,0.49586776,0.5123967,0.59090906,0.6487603,0.6694215,0.6404959,0.55785125,0.49586776,0.4338843,0.42561984,0.42975205,0.43801653,0.42975205,0.3553719,0.37603307,0.43801653,0.47933885,0.47933885,0.45041323,0.47933885,0.5041322,0.4876033,0.5206612,0.5661157,0.58677685,0.61570245,0.6322314,0.6363636,0.6363636,0.61570245,0.6280992,0.6446281,0.661157,0.6570248,0.6446281,0.6280992,0.61570245,0.58264464,0.5661157,0.5371901,0.55785125,0.5785124,0.6322314,0.6322314,0.57024795,0.49586776,0.446281,0.45041323,0.43801653,0.45867768,0.47933885,0.5247934,0.57024795,0.57024795,0.5661157,0.5661157,0.57024795,0.5661157,0.59504133,0.6280992,0.6280992,0.6280992,0.6322314,0.6198347,0.53305787,0.42561984,0.4752066,0.59504133,0.661157,0.6404959,0.55785125,0.4876033,0.42975205,0.43801653,0.42975205,0.43801653,0.42975205,0.24380165,0.338843,0.4338843,0.48347107,0.49173555,0.46280992,0.47107437,0.49173555,0.48347107,0.5123967,0.56198347,0.58677685,0.6363636,0.6363636,0.62396693,0.58677685,0.57024795,0.59917355,0.61157024,0.6280992,0.6280992,0.61157024,0.60330576,0.5785124,0.5661157,0.5495868,0.5413223,0.5371901,0.54545456,0.5785124,0.607438,0.61157024,0.57024795,0.5082645,0.49586776,0.4876033,0.5082645,0.48347107,0.5165289,0.5413223,0.553719,0.55785125,0.55785125,0.56198347,0.5495868,0.553719,0.5661157,0.57438016,0.5785124,0.59090906,0.58264464,0.56198347,0.46280992,0.38429752,0.5082645,0.6280992,0.61570245,0.553719,0.48347107,0.4214876,0.4338843,0.4338843,0.4338843,0.42561984,0.13636364,0.26859504,0.41735536,0.46694216,0.49586776,0.4752066,0.45867768,0.48347107,0.5041322,0.49586776,0.5661157,0.59090906,0.6280992,0.6322314,0.61157024,0.5495868,0.56198347,0.607438,0.61157024,0.607438,0.58677685,0.58677685,0.58264464,0.56198347,0.553719,0.5371901,0.5413223,0.5371901,0.5247934,0.5413223,0.59090906,0.6570248,0.61570245,0.57024795,0.55785125,0.5289256,0.553719,0.5413223,0.55785125,0.55785125,0.5413223,0.5289256,0.54545456,0.553719,0.53305787,0.5289256,0.54545456,0.553719,0.5413223,0.57438016,0.58677685,0.56198347,0.5413223,0.38429752,0.47107437,0.6198347,0.61570245,0.54545456,0.46280992,0.42975205,0.43801653,0.4338843,0.42975205,0.4214876,0.23553719,0.23553719,0.38429752,0.47107437,0.5,0.47933885,0.46280992,0.4876033,0.5371901,0.5041322,0.55785125,0.5785124,0.61570245,0.6198347,0.59917355,0.59504133,0.61570245,0.6280992,0.61570245,0.59917355,0.5785124,0.57438016,0.57024795,0.5495868,0.5661157,0.5371901,0.59090906,0.57438016,0.57024795,0.58677685,0.6322314,0.6694215,0.6694215,0.6322314,0.6280992,0.6198347,0.6280992,0.62396693,0.6280992,0.6198347,0.55785125,0.5165289,0.5371901,0.53305787,0.5495868,0.54545456,0.55785125,0.5413223,0.53305787,0.56198347,0.57438016,0.553719,0.5495868,0.4752066,0.48347107,0.6446281,0.6280992,0.5495868,0.45454547,0.4338843,0.45454547,0.42975205,0.4214876,0.43801653,0.40082645,0.23966943,0.338843,0.45867768,0.49586776,0.49173555,0.47933885,0.49586776,0.5495868,0.5371901,0.54545456,0.56198347,0.59090906,0.607438,0.6280992,0.6322314,0.6322314,0.6198347,0.60330576,0.59090906,0.5785124,0.60330576,0.61157024,0.56198347,0.60330576,0.59090906,0.607438,0.607438,0.62396693,0.6446281,0.6528926,0.677686,0.69008267,0.6818182,0.69008267,0.7066116,0.70247936,0.6735537,0.661157,0.6487603,0.6280992,0.5785124,0.59090906,0.58264464,0.59090906,0.53305787,0.56198347,0.58677685,0.5495868,0.56198347,0.5661157,0.58677685,0.5785124,0.5123967,0.553719,0.6652893,0.6322314,0.5371901,0.446281,0.45454547,0.4752066,0.43801653,0.4338843,0.46280992,0.42561984,0.38016528,0.30578512,0.446281,0.49173555,0.49173555,0.47933885,0.49173555,0.553719,0.5495868,0.5495868,0.54545456,0.55785125,0.59090906,0.61570245,0.61157024,0.62396693,0.607438,0.58264464,0.6198347,0.57438016,0.61570245,0.61570245,0.57438016,0.5785124,0.58677685,0.553719,0.54545456,0.57438016,0.5785124,0.57024795,0.58677685,0.61570245,0.6363636,0.6859504,0.6859504,0.6735537,0.6198347,0.58264464,0.59090906,0.59917355,0.5371901,0.57438016,0.57438016,0.553719,0.5123967,0.5289256,0.57024795,0.5413223,0.56198347,0.61570245,0.6487603,0.6363636,0.56198347,0.61570245,0.6942149,0.6528926,0.5206612,0.44214877,0.4752066,0.47933885,0.4214876,0.446281,0.45041323,0.4338843,0.42561984,0.3553719,0.40495867,0.47933885,0.49586776,0.48347107,0.5041322,0.553719,0.56198347,0.53305787,0.553719,0.5413223,0.59917355,0.6280992,0.6322314,0.6446281,0.59090906,0.5247934,0.5413223,0.5123967,0.4876033,0.46694216,0.42975205,0.41322315,0.42561984,0.40082645,0.38842976,0.40495867,0.39256197,0.38842976,0.3966942,0.44214877,0.5,0.59917355,0.6280992,0.55785125,0.45454547,0.4090909,0.40082645,0.3677686,0.38016528,0.38016528,0.39256197,0.38016528,0.34710744,0.34710744,0.38842976,0.39256197,0.45041323,0.58677685,0.677686,0.677686,0.59917355,0.6818182,0.7231405,0.6528926,0.49586776,0.41735536,0.48347107,0.46280992,0.42975205,0.44214877,0.4214876,0.4338843,0.42975205,0.38842976,0.40082645,0.46280992,0.49173555,0.47933885,0.5,0.5289256,0.57024795,0.53305787,0.57024795,0.54545456,0.58677685,0.6404959,0.6859504,0.6818182,0.6404959,0.56198347,0.46280992,0.35123968,0.3181818,0.2892562,0.2520661,0.2520661,0.2520661,0.29752067,0.3181818,0.32231405,0.3305785,0.29752067,0.30578512,0.3429752,0.3429752,0.39256197,0.4214876,0.3677686,0.34710744,0.3429752,0.34710744,0.30578512,0.29338843,0.3181818,0.3181818,0.30165288,0.26859504,0.2231405,0.28099173,0.3264463,0.42561984,0.62396693,0.6818182,0.6694215,0.60330576,0.76033056,0.7644628,0.6322314,0.4752066,0.4338843,0.47933885,0.46280992,0.42975205,0.446281,0.40495867,0.42975205,0.4338843,0.41322315,0.40495867,0.43801653,0.4752066,0.48347107,0.4876033,0.5041322,0.5661157,0.55785125,0.5413223,0.55785125,0.553719,0.6404959,0.69008267,0.6859504,0.6735537,0.6652893,0.6280992,0.56198347,0.49173555,0.41322315,0.3677686,0.37190083,0.37603307,0.41322315,0.41735536,0.4338843,0.47107437,0.5247934,0.53305787,0.5,0.446281,0.40495867,0.38842976,0.446281,0.48347107,0.49173555,0.4876033,0.46280992,0.43801653,0.42975205,0.41322315,0.38842976,0.38016528,0.38429752,0.4214876,0.47933885,0.57024795,0.70247936,0.6942149,0.61570245,0.6652893,0.78512394,0.7355372,0.58264464,0.45867768,0.45454547,0.4752066,0.45454547,0.41735536,0.446281,0.3966942,0.446281,0.42561984,0.4338843,0.42561984,0.41735536,0.45454547,0.49173555,0.4752066,0.4876033,0.5413223,0.55785125,0.5289256,0.55785125,0.55785125,0.61570245,0.6735537,0.6735537,0.6487603,0.6487603,0.661157,0.6363636,0.62396693,0.58264464,0.553719,0.5206612,0.46694216,0.45867768,0.49173555,0.5206612,0.5371901,0.59090906,0.6198347,0.59917355,0.59917355,0.59917355,0.58264464,0.5661157,0.5495868,0.57438016,0.56198347,0.5371901,0.53305787,0.5165289,0.5,0.5,0.5041322,0.5082645,0.553719,0.60330576,0.661157,0.6983471,0.677686,0.6363636,0.7355372,0.78099173,0.6735537,0.5123967,0.4338843,0.45454547,0.4752066,0.45454547,0.4090909,0.446281,0.38429752,0.44214877,0.42975205,0.43801653,0.46694216,0.38016528,0.45454547,0.47933885,0.47933885,0.48347107,0.5165289,0.53305787,0.5123967,0.5413223,0.553719,0.59917355,0.6487603,0.6652893,0.6528926,0.6652893,0.6528926,0.6652893,0.6446281,0.6446281,0.61157024,0.57024795,0.5371901,0.5371901,0.553719,0.55785125,0.5661157,0.60330576,0.62396693,0.6280992,0.62396693,0.6404959,0.6280992,0.59090906,0.57438016,0.58677685,0.57024795,0.56198347,0.58264464,0.57024795,0.553719,0.56198347,0.55785125,0.59504133,0.6363636,0.6735537,0.6652893,0.661157,0.6446281,0.6983471,0.77272725,0.74380165,0.59504133,0.47107437,0.43801653,0.44214877,0.47107437,0.43801653,0.4214876,0.43801653,0.37603307,0.44214877,0.42975205,0.44214877,0.4752066,0.40495867,0.40495867,0.46694216,0.47107437,0.47933885,0.49586776,0.5165289,0.49586776,0.5123967,0.53305787,0.55785125,0.61570245,0.6322314,0.6652893,0.6818182,0.6570248,0.6487603,0.6694215,0.6570248,0.6446281,0.58677685,0.55785125,0.58677685,0.58264464,0.58677685,0.58677685,0.61570245,0.6570248,0.661157,0.6487603,0.6570248,0.6404959,0.6404959,0.6322314,0.6363636,0.60330576,0.607438,0.59504133,0.59090906,0.57438016,0.5785124,0.59504133,0.62396693,0.6694215,0.6735537,0.6446281,0.6570248,0.6652893,0.6983471,0.73966944,0.6694215,0.5041322,0.45867768,0.45867768,0.446281,0.45867768,0.4338843,0.42561984,0.4338843,0.3140496,0.4214876,0.41735536,0.45041323,0.49586776,0.42975205,0.38429752,0.44214877,0.45041323,0.45867768,0.47933885,0.5,0.49173555,0.49173555,0.5289256,0.5289256,0.59090906,0.59917355,0.6404959,0.6652893,0.6570248,0.6322314,0.6528926,0.6570248,0.6487603,0.61157024,0.57438016,0.58677685,0.5785124,0.58677685,0.5661157,0.59090906,0.61570245,0.6280992,0.61157024,0.62396693,0.607438,0.60330576,0.61157024,0.60330576,0.59504133,0.58677685,0.58264464,0.57438016,0.57024795,0.58677685,0.61157024,0.6404959,0.6652893,0.6446281,0.6198347,0.6694215,0.6735537,0.6570248,0.6694215,0.58264464,0.45454547,0.46280992,0.45454547,0.43801653,0.446281,0.43801653,0.42975205,0.41735536,0.28099173,0.43801653,0.41322315,0.43801653,0.5165289,0.48347107,0.37603307,0.3966942,0.446281,0.44214877,0.44214877,0.49173555,0.49173555,0.45867768,0.5,0.5082645,0.5495868,0.58677685,0.59917355,0.6363636,0.6446281,0.62396693,0.62396693,0.6404959,0.6280992,0.6280992,0.607438,0.58677685,0.5785124,0.55785125,0.5289256,0.53305787,0.54545456,0.56198347,0.55785125,0.553719,0.55785125,0.56198347,0.55785125,0.5661157,0.54545456,0.5371901,0.54545456,0.5661157,0.59090906,0.607438,0.6198347,0.62396693,0.6280992,0.62396693,0.61157024,0.6570248,0.6694215,0.6322314,0.6198347,0.5082645,0.47107437,0.46694216,0.45041323,0.44214877,0.44214877,0.42561984,0.43801653,0.3966942,0.23966943,0.42975205,0.4090909,0.42975205,0.53305787,0.5289256,0.3966942,0.37190083,0.4338843,0.44214877,0.42561984,0.446281,0.45867768,0.446281,0.45867768,0.4752066,0.49586776,0.553719,0.58264464,0.607438,0.6322314,0.62396693,0.61570245,0.607438,0.60330576,0.607438,0.60330576,0.58677685,0.5661157,0.57024795,0.5495868,0.5289256,0.5371901,0.5495868,0.5289256,0.5082645,0.5082645,0.5165289,0.5371901,0.5495868,0.54545456,0.56198347,0.5785124,0.59504133,0.607438,0.60330576,0.60330576,0.58677685,0.58677685,0.57438016,0.58677685,0.61157024,0.6528926,0.60330576,0.5413223,0.4752066,0.47107437,0.45454547,0.43801653,0.43801653,0.42561984,0.41735536,0.44214877,0.3553719,0.20247933,0.4338843,0.41735536,0.41322315,0.54545456,0.5371901,0.45867768,0.36363637,0.40082645,0.41735536,0.41322315,0.40495867,0.41322315,0.42975205,0.42975205,0.4338843,0.43801653,0.5082645,0.5495868,0.60330576,0.60330576,0.6280992,0.61570245,0.61157024,0.59090906,0.59504133,0.58264464,0.5661157,0.5495868,0.57024795,0.57024795,0.5661157,0.56198347,0.54545456,0.5371901,0.5165289,0.5165289,0.5206612,0.5289256,0.5413223,0.5661157,0.59504133,0.59917355,0.57438016,0.56198347,0.5785124,0.55785125,0.553719,0.57438016,0.5785124,0.59504133,0.607438,0.607438,0.5413223,0.48347107,0.46280992,0.45454547,0.43801653,0.43801653,0.4214876,0.42975205,0.4214876,0.446281,0.2892562,0.17768595,0.42561984,0.42561984,0.4338843,0.5371901,0.5495868,0.5123967,0.4090909,0.38016528,0.40082645,0.40495867,0.39256197,0.38842976,0.39256197,0.41322315,0.4090909,0.40495867,0.47107437,0.5082645,0.57438016,0.59090906,0.62396693,0.6280992,0.6198347,0.59504133,0.58264464,0.57024795,0.54545456,0.5371901,0.5495868,0.56198347,0.57024795,0.57438016,0.55785125,0.5661157,0.55785125,0.5495868,0.55785125,0.58677685,0.58264464,0.57438016,0.59090906,0.59090906,0.5371901,0.5371901,0.54545456,0.5371901,0.55785125,0.57024795,0.5785124,0.607438,0.59917355,0.57024795,0.5247934,0.48347107,0.446281,0.446281,0.42561984,0.44214877,0.42561984,0.44214877,0.42975205,0.41735536,0.24380165,0.18595041,0.4214876,0.40082645,0.44214877,0.54545456,0.55785125,0.5371901,0.4752066,0.35950413,0.38016528,0.39256197,0.3966942,0.38842976,0.36363637,0.41735536,0.41735536,0.40082645,0.4338843,0.49586776,0.5413223,0.58264464,0.58264464,0.59504133,0.60330576,0.59504133,0.5785124,0.56198347,0.53305787,0.5289256,0.5165289,0.5289256,0.5495868,0.5661157,0.5661157,0.58264464,0.56198347,0.54545456,0.56198347,0.57024795,0.553719,0.5371901,0.55785125,0.5495868,0.5123967,0.5123967,0.5371901,0.55785125,0.58264464,0.60330576,0.59504133,0.56198347,0.5495868,0.5371901,0.5247934,0.46694216,0.44214877,0.44214877,0.4338843,0.44214877,0.4338843,0.43801653,0.42975205,0.3553719,0.20661157,0.19008264,0.41735536,0.40495867,0.446281,0.53305787,0.55785125,0.5495868,0.5289256,0.36363637,0.36363637,0.3966942,0.4090909,0.41322315,0.3966942,0.39256197,0.42975205,0.4214876,0.45041323,0.48347107,0.53305787,0.553719,0.5495868,0.55785125,0.56198347,0.59090906,0.57438016,0.55785125,0.5413223,0.5165289,0.48347107,0.5206612,0.5247934,0.5206612,0.53305787,0.55785125,0.5289256,0.5165289,0.5247934,0.5247934,0.5041322,0.49173555,0.5123967,0.5165289,0.5041322,0.5206612,0.54545456,0.58677685,0.61570245,0.61570245,0.57438016,0.47107437,0.5123967,0.5371901,0.5165289,0.47933885,0.44214877,0.45041323,0.44214877,0.44214877,0.43801653,0.43801653,0.40495867,0.2768595,0.18181819,0.1983471,0.4214876,0.40082645,0.46694216,0.5371901,0.553719,0.5661157,0.56198347,0.45041323,0.35950413,0.37603307,0.40495867,0.4090909,0.42975205,0.42561984,0.44214877,0.45454547,0.45454547,0.46694216,0.5206612,0.5371901,0.5413223,0.5785124,0.58677685,0.57024795,0.58677685,0.5785124,0.59504133,0.5247934,0.5371901,0.55785125,0.5371901,0.5123967,0.5,0.5,0.4876033,0.5,0.5123967,0.5,0.47107437,0.47107437,0.5123967,0.5289256,0.5289256,0.54545456,0.57024795,0.59504133,0.6280992,0.59917355,0.5495868,0.47107437,0.49586776,0.5289256,0.5041322,0.47107437,0.45041323,0.4338843,0.446281,0.43801653,0.4338843,0.42561984,0.34710744,0.2107438,0.18595041,0.19421488,0.41735536,0.40495867,0.47107437,0.5413223,0.57024795,0.5785124,0.57024795,0.5123967,0.39256197,0.3429752,0.38842976,0.41322315,0.45454547,0.46280992,0.46280992,0.4752066,0.45867768,0.45041323,0.4876033,0.5,0.5206612,0.56198347,0.57024795,0.5,0.56198347,0.58264464,0.6487603,0.6404959,0.6404959,0.59090906,0.5785124,0.55785125,0.5289256,0.5247934,0.5247934,0.5165289,0.5,0.5,0.47933885,0.5247934,0.553719,0.5495868,0.58264464,0.59504133,0.59090906,0.607438,0.6280992,0.59090906,0.53305787,0.48347107,0.49173555,0.5165289,0.49586776,0.46280992,0.4338843,0.43801653,0.45041323,0.43801653,0.42561984,0.39256197,0.2603306,0.19008264,0.18595041,0.20661157,0.4214876,0.41322315,0.44214877,0.55785125,0.57438016,0.59504133,0.57438016,0.5413223,0.45454547,0.34710744,0.35950413,0.40495867,0.42975205,0.44214877,0.45867768,0.49586776,0.4752066,0.42561984,0.46694216,0.49586776,0.49586776,0.5165289,0.5165289,0.5,0.54545456,0.56198347,0.6198347,0.6528926,0.6528926,0.607438,0.61570245,0.59917355,0.5495868,0.5413223,0.5495868,0.5371901,0.5082645,0.5,0.5206612,0.60330576,0.60330576,0.58264464,0.61570245,0.61570245,0.60330576,0.61570245,0.59917355,0.58264464,0.5289256,0.5123967,0.5289256,0.5165289,0.4752066,0.45454547,0.42561984,0.44214877,0.446281,0.42561984,0.41735536,0.32231405,0.15289256,0.20661157,0.19008264,0.20247933,0.42975205,0.4090909,0.44214877,0.5247934,0.57024795,0.59504133,0.57438016,0.54545456,0.49586776,0.3966942,0.30991736,0.36363637,0.38842976,0.42561984,0.47107437,0.5041322,0.48347107,0.44214877,0.4338843,0.5,0.49173555,0.5,0.5247934,0.5082645,0.5247934,0.553719,0.5785124,0.62396693,0.6280992,0.6198347,0.6487603,0.6322314,0.59504133,0.5661157,0.5371901,0.5289256,0.5413223,0.56198347,0.59917355,0.61157024,0.6528926,0.6363636,0.6528926,0.6446281,0.6322314,0.59504133,0.5661157,0.553719,0.5206612,0.5371901,0.54545456,0.5082645,0.446281,0.4214876,0.41735536,0.42975205,0.42561984,0.38842976,0.38842976,0.2520661,0.1694215,0.1983471,0.1983471,0.19421488,0.42561984,0.40495867,0.45867768,0.53305787,0.56198347,0.58677685,0.57438016,0.57024795,0.5123967,0.45041323,0.30991736,0.3305785,0.35123968,0.40495867,0.45041323,0.49586776,0.48347107,0.44214877,0.42561984,0.48347107,0.5041322,0.5165289,0.5661157,0.5082645,0.5247934,0.5495868,0.553719,0.59504133,0.59504133,0.607438,0.6487603,0.6363636,0.6322314,0.60330576,0.58677685,0.5123967,0.56198347,0.6198347,0.6487603,0.6652893,0.6694215,0.6652893,0.6528926,0.6280992,0.60330576,0.5785124,0.54545456,0.54545456,0.5413223,0.54545456,0.5371901,0.5,0.4338843,0.38016528,0.41735536,0.41322315,0.38842976,0.34710744,0.35123968,0.2603306,0.17355372,0.20661157,0.19421488,0.19008264,19 +0.3181818,0.38429752,0.4338843,0.5041322,0.5785124,0.59504133,0.6487603,0.6818182,0.7107438,0.73966944,0.75619835,0.76859504,0.75619835,0.78512394,0.78512394,0.78512394,0.79752064,0.8016529,0.8140496,0.8140496,0.8140496,0.8140496,0.8264463,0.8305785,0.8347107,0.8305785,0.8347107,0.838843,0.838843,0.8429752,0.8471074,0.8429752,0.8429752,0.8429752,0.8429752,0.8553719,0.8553719,0.8553719,0.8512397,0.8553719,0.8553719,0.8512397,0.8512397,0.8512397,0.8471074,0.8429752,0.8429752,0.838843,0.838843,0.838843,0.8305785,0.8305785,0.8305785,0.822314,0.8181818,0.8140496,0.77272725,0.7355372,0.70247936,0.6322314,0.54545456,0.43801653,0.2644628,0.18595041,0.37603307,0.43801653,0.48347107,0.5371901,0.607438,0.61157024,0.6528926,0.69008267,0.73140496,0.7644628,0.7768595,0.78099173,0.76859504,0.7933884,0.8057851,0.8057851,0.8140496,0.8181818,0.8264463,0.8264463,0.8264463,0.8305785,0.838843,0.838843,0.8429752,0.838843,0.8429752,0.8429752,0.8471074,0.8429752,0.8471074,0.8512397,0.8471074,0.8512397,0.8471074,0.8512397,0.8512397,0.8512397,0.8512397,0.8553719,0.8553719,0.8553719,0.8553719,0.8512397,0.8512397,0.8471074,0.8429752,0.8429752,0.838843,0.8347107,0.8305785,0.822314,0.8264463,0.8140496,0.8140496,0.8057851,0.7768595,0.7355372,0.70247936,0.6487603,0.5661157,0.45867768,0.30991736,0.1694215,0.40082645,0.47107437,0.5165289,0.55785125,0.59090906,0.607438,0.6446281,0.6859504,0.7355372,0.76859504,0.7892562,0.7892562,0.8016529,0.8016529,0.8057851,0.8140496,0.822314,0.8305785,0.8305785,0.8347107,0.8305785,0.838843,0.8429752,0.838843,0.8429752,0.838843,0.8471074,0.8471074,0.8512397,0.8471074,0.8512397,0.8553719,0.8512397,0.8512397,0.8553719,0.8512397,0.8512397,0.8512397,0.8512397,0.8553719,0.8553719,0.8553719,0.8512397,0.8512397,0.8512397,0.8471074,0.8429752,0.8429752,0.838843,0.8347107,0.8264463,0.8181818,0.822314,0.8140496,0.8140496,0.8016529,0.7768595,0.7355372,0.6942149,0.661157,0.58677685,0.46694216,0.338843,0.19421488,0.3966942,0.46694216,0.5206612,0.57024795,0.58264464,0.59090906,0.6280992,0.677686,0.73966944,0.76859504,0.7933884,0.8016529,0.8181818,0.8140496,0.80991733,0.8140496,0.822314,0.8347107,0.8347107,0.8347107,0.8347107,0.838843,0.838843,0.838843,0.838843,0.8429752,0.8471074,0.8512397,0.8553719,0.8595041,0.8512397,0.8553719,0.8553719,0.8512397,0.8553719,0.8553719,0.8512397,0.8512397,0.8512397,0.8553719,0.8553719,0.8553719,0.8512397,0.8512397,0.8512397,0.8512397,0.8471074,0.838843,0.8347107,0.8347107,0.7892562,0.80991733,0.822314,0.822314,0.80991733,0.8016529,0.7768595,0.71900827,0.69008267,0.6694215,0.61570245,0.47933885,0.338843,0.20661157,0.38842976,0.46694216,0.5206612,0.57024795,0.5785124,0.57438016,0.6198347,0.6818182,0.73966944,0.76859504,0.7892562,0.8057851,0.8140496,0.8140496,0.8057851,0.8057851,0.8181818,0.822314,0.8264463,0.8264463,0.8305785,0.8347107,0.8347107,0.8305785,0.8347107,0.838843,0.8429752,0.838843,0.8512397,0.8636364,0.8553719,0.8595041,0.8553719,0.8553719,0.8553719,0.8553719,0.8553719,0.8553719,0.8553719,0.8553719,0.8553719,0.8512397,0.8471074,0.8471074,0.8512397,0.8471074,0.838843,0.8347107,0.822314,0.80991733,0.78099173,0.7933884,0.8057851,0.80991733,0.79752064,0.80991733,0.78099173,0.73140496,0.677686,0.6694215,0.6363636,0.5082645,0.35123968,0.2107438,0.41322315,0.4752066,0.5247934,0.56198347,0.5661157,0.553719,0.61157024,0.6859504,0.74380165,0.76033056,0.76033056,0.76859504,0.78512394,0.78512394,0.78512394,0.78099173,0.79752064,0.7933884,0.79752064,0.80991733,0.80991733,0.8140496,0.8140496,0.8181818,0.8181818,0.8305785,0.8305785,0.8264463,0.838843,0.8512397,0.8553719,0.8553719,0.8512397,0.8512397,0.8512397,0.8512397,0.8553719,0.8512397,0.8471074,0.8471074,0.8429752,0.8347107,0.838843,0.8429752,0.838843,0.8264463,0.8140496,0.8016529,0.78099173,0.7644628,0.74793386,0.73140496,0.7231405,0.7355372,0.7231405,0.76859504,0.7933884,0.73966944,0.6818182,0.6694215,0.6528926,0.5371901,0.3677686,0.2107438,0.4338843,0.4876033,0.5289256,0.553719,0.54545456,0.5495868,0.61570245,0.69008267,0.73966944,0.7066116,0.6446281,0.6404959,0.6694215,0.6942149,0.73140496,0.73966944,0.73140496,0.7066116,0.71900827,0.72727275,0.7066116,0.70247936,0.70247936,0.7107438,0.7355372,0.7892562,0.7933884,0.7892562,0.8057851,0.8264463,0.8305785,0.838843,0.8347107,0.838843,0.8347107,0.8429752,0.8471074,0.8429752,0.8305785,0.822314,0.79752064,0.7892562,0.76859504,0.76033056,0.71487606,0.6859504,0.6983471,0.6859504,0.6322314,0.62396693,0.6280992,0.57024795,0.5785124,0.57438016,0.5785124,0.661157,0.7355372,0.74380165,0.6859504,0.6487603,0.6487603,0.57438016,0.40495867,0.20661157,0.45454547,0.49586776,0.5165289,0.5371901,0.5247934,0.553719,0.57024795,0.58677685,0.58264464,0.5,0.49586776,0.49586776,0.49173555,0.5289256,0.57024795,0.58677685,0.56198347,0.5247934,0.5082645,0.5289256,0.5041322,0.4752066,0.4876033,0.49586776,0.5371901,0.6694215,0.71487606,0.6818182,0.7107438,0.74380165,0.7933884,0.8181818,0.8181818,0.8140496,0.8181818,0.822314,0.8305785,0.8140496,0.77272725,0.71900827,0.6694215,0.60330576,0.553719,0.53305787,0.48347107,0.48347107,0.5,0.45867768,0.42561984,0.41735536,0.4214876,0.37603307,0.38429752,0.38842976,0.38842976,0.46280992,0.5371901,0.56198347,0.60330576,0.61157024,0.6280992,0.59090906,0.45454547,0.21487603,0.45867768,0.4876033,0.5082645,0.5247934,0.48347107,0.45867768,0.42975205,0.39256197,0.35123968,0.29752067,0.3264463,0.34710744,0.37603307,0.35123968,0.35950413,0.3553719,0.35123968,0.3140496,0.32231405,0.36363637,0.3677686,0.3305785,0.32231405,0.3553719,0.39256197,0.5041322,0.59504133,0.59917355,0.54545456,0.6198347,0.75619835,0.7644628,0.8016529,0.79752064,0.78099173,0.78512394,0.79752064,0.77272725,0.6694215,0.56198347,0.47933885,0.41735536,0.39256197,0.35950413,0.3677686,0.37603307,0.3677686,0.3264463,0.3140496,0.32231405,0.3181818,0.3181818,0.2892562,0.28099173,0.3264463,0.35950413,0.3553719,0.34710744,0.35950413,0.44214877,0.57438016,0.60330576,0.48347107,0.22727273,0.45041323,0.4876033,0.49586776,0.47107437,0.38842976,0.3305785,0.2768595,0.24793388,0.2603306,0.28099173,0.26859504,0.30991736,0.29338843,0.2768595,0.23140496,0.23966943,0.23553719,0.2231405,0.23140496,0.23140496,0.23140496,0.21487603,0.21487603,0.2603306,0.34710744,0.4090909,0.4752066,0.5165289,0.41322315,0.58264464,0.6694215,0.6942149,0.7644628,0.7768595,0.73140496,0.7231405,0.7231405,0.6652893,0.5041322,0.4214876,0.39256197,0.3429752,0.27272728,0.24380165,0.2520661,0.24380165,0.23966943,0.23966943,0.24380165,0.23553719,0.24380165,0.2768595,0.2892562,0.21900827,0.29752067,0.35123968,0.30578512,0.27272728,0.2644628,0.33471075,0.43801653,0.59504133,0.5041322,0.24793388,0.44214877,0.4752066,0.4752066,0.446281,0.36363637,0.28099173,0.25619835,0.24380165,0.2603306,0.2892562,0.3140496,0.30991736,0.29752067,0.29752067,0.22727273,0.21900827,0.18181819,0.1694215,0.16115703,0.14049587,0.14049587,0.16115703,0.17768595,0.20247933,0.28512397,0.33471075,0.3677686,0.38429752,0.4090909,0.55785125,0.59090906,0.59917355,0.6735537,0.69008267,0.62396693,0.6528926,0.62396693,0.54545456,0.4214876,0.35950413,0.338843,0.3140496,0.23966943,0.19421488,0.18181819,0.17355372,0.16115703,0.16528925,0.21487603,0.23140496,0.26859504,0.35123968,0.3553719,0.35123968,0.30578512,0.35950413,0.446281,0.41322315,0.34710744,0.3140496,0.3677686,0.53305787,0.5371901,0.28099173,0.42975205,0.46694216,0.46280992,0.41322315,0.3429752,0.3264463,0.338843,0.40495867,0.46280992,0.5206612,0.55785125,0.54545456,0.4338843,0.38842976,0.3677686,0.45041323,0.446281,0.41322315,0.40495867,0.40495867,0.41322315,0.4338843,0.45867768,0.4752066,0.5247934,0.58677685,0.61157024,0.61570245,0.6487603,0.6942149,0.6942149,0.6859504,0.74793386,0.74793386,0.73966944,0.70247936,0.6446281,0.57024795,0.5206612,0.5041322,0.5165289,0.54545456,0.5,0.42561984,0.3553719,0.30991736,0.33471075,0.3553719,0.3966942,0.49586776,0.5206612,0.55785125,0.62396693,0.58677685,0.5123967,0.5495868,0.58264464,0.61157024,0.5206612,0.42561984,0.42561984,0.5123967,0.5413223,0.3264463,0.42561984,0.46280992,0.46694216,0.44214877,0.4214876,0.4752066,0.57024795,0.6446281,0.6322314,0.6322314,0.607438,0.5661157,0.5289256,0.5082645,0.49586776,0.49586776,0.46280992,0.41735536,0.40082645,0.42561984,0.44214877,0.45041323,0.45867768,0.46280992,0.42975205,0.5206612,0.45454547,0.38429752,0.42561984,0.4752066,0.49173555,0.5123967,0.5495868,0.5289256,0.58264464,0.57438016,0.5371901,0.48347107,0.43801653,0.49173555,0.6528926,0.6280992,0.55785125,0.5082645,0.446281,0.41735536,0.46280992,0.55785125,0.5785124,0.607438,0.6487603,0.70247936,0.76033056,0.7933884,0.5661157,0.5785124,0.54545456,0.5785124,0.56198347,0.553719,0.553719,0.553719,0.54545456,0.3429752,0.42561984,0.45454547,0.45041323,0.45867768,0.5,0.53305787,0.5495868,0.5495868,0.56198347,0.55785125,0.5495868,0.53305787,0.53305787,0.5371901,0.49173555,0.45867768,0.42561984,0.338843,0.3429752,0.446281,0.45867768,0.41322315,0.3966942,0.39256197,0.42561984,0.47107437,0.55785125,0.45041323,0.33471075,0.4090909,0.45867768,0.5041322,0.5495868,0.553719,0.61157024,0.57438016,0.553719,0.45867768,0.39256197,0.4752066,0.54545456,0.49586776,0.42561984,0.38016528,0.3429752,0.3181818,0.3264463,0.3429752,0.35123968,0.41322315,0.54545456,0.6487603,0.5371901,0.57024795,0.61570245,0.6363636,0.6446281,0.62396693,0.58677685,0.56198347,0.56198347,0.56198347,0.5495868,0.35123968,0.41735536,0.44214877,0.49173555,0.4752066,0.47933885,0.47933885,0.46280992,0.4876033,0.5371901,0.5413223,0.4876033,0.4090909,0.40495867,0.55785125,0.4214876,0.33471075,0.3305785,0.3677686,0.69008267,0.8429752,0.838843,0.6942149,0.45454547,0.3966942,0.40495867,0.37190083,0.41322315,0.5371901,0.39256197,0.42561984,0.5661157,0.6735537,0.70247936,0.75619835,0.78099173,0.71487606,0.61570245,0.446281,0.45454547,0.4876033,0.43801653,0.4090909,0.3677686,0.32231405,0.38429752,0.40082645,0.3140496,0.2768595,0.24793388,0.7066116,0.8801653,0.8512397,0.822314,0.35950413,0.46280992,0.57024795,0.6446281,0.6487603,0.6404959,0.5206612,0.3677686,0.46694216,0.53305787,0.40495867,0.39256197,0.46694216,0.47933885,0.29752067,0.38016528,0.47933885,0.4752066,0.4876033,0.5082645,0.45867768,0.37603307,0.3305785,0.338843,0.6198347,0.41735536,0.1983471,0.26859504,0.4752066,0.6487603,0.8512397,0.8801653,0.8140496,0.5165289,0.36363637,0.40082645,0.40082645,0.3305785,0.45867768,0.5041322,0.5123967,0.58264464,0.6446281,0.6570248,0.70247936,0.7933884,0.75619835,0.6818182,0.53305787,0.5289256,0.4752066,0.45867768,0.446281,0.41735536,0.38842976,0.58677685,0.6570248,0.3677686,0.1694215,0.39256197,0.677686,0.8264463,0.8140496,0.93801653,0.34710744,0.38842976,0.44214877,0.58264464,0.6404959,0.6694215,0.5413223,0.21487603,0.2107438,0.3966942,0.5289256,0.4090909,0.49586776,0.39256197,0.19008264,0.35950413,0.49586776,0.48347107,0.46694216,0.47933885,0.3966942,0.30578512,0.24380165,0.33471075,0.34710744,0.30578512,0.20661157,0.28512397,0.49173555,0.37190083,0.6652893,0.78512394,0.6487603,0.4338843,0.40082645,0.41735536,0.43801653,0.3429752,0.42975205,0.57024795,0.6983471,0.61570245,0.607438,0.6280992,0.69008267,0.78099173,0.77272725,0.78099173,0.6818182,0.5495868,0.54545456,0.5785124,0.5495868,0.45454547,0.4090909,0.5495868,0.5165289,0.34710744,0.16115703,0.37603307,0.3553719,0.5371901,0.6487603,0.6859504,0.35123968,0.2892562,0.44214877,0.5289256,0.59504133,0.6652893,0.58677685,0.24380165,0.15289256,0.22727273,0.5,0.48347107,0.5206612,0.3429752,0.20247933,0.39256197,0.54545456,0.54545456,0.49173555,0.48347107,0.42975205,0.38429752,0.4214876,0.49586776,0.4752066,0.4338843,0.38842976,0.40495867,0.4090909,0.43801653,0.59090906,0.6694215,0.55785125,0.446281,0.42975205,0.5082645,0.54545456,0.35950413,0.40495867,0.47107437,0.5165289,0.4876033,0.5371901,0.5041322,0.5495868,0.6570248,0.60330576,0.57438016,0.5785124,0.553719,0.62396693,0.6528926,0.60330576,0.49586776,0.47107437,0.55785125,0.5165289,0.4090909,0.3305785,0.34710744,0.38842976,0.446281,0.53305787,0.5371901,0.46694216,0.37603307,0.4338843,0.5661157,0.59917355,0.6735537,0.5785124,0.23140496,0.16528925,0.21487603,0.4214876,0.56198347,0.58264464,0.38429752,0.30165288,0.4752066,0.59090906,0.61157024,0.57438016,0.55785125,0.53305787,0.55785125,0.58677685,0.61157024,0.61570245,0.6280992,0.661157,0.6859504,0.6859504,0.6487603,0.661157,0.6322314,0.58264464,0.5661157,0.56198347,0.5785124,0.607438,0.45041323,0.46280992,0.6404959,0.57438016,0.53305787,0.677686,0.6446281,0.6198347,0.70247936,0.61570245,0.47107437,0.61570245,0.607438,0.6818182,0.6859504,0.6363636,0.57024795,0.5247934,0.5041322,0.53305787,0.53305787,0.5082645,0.57438016,0.6198347,0.60330576,0.5785124,0.56198347,0.54545456,0.5,0.5082645,0.5661157,0.6280992,0.7066116,0.59504133,0.21900827,0.19421488,0.29752067,0.4090909,0.58677685,0.62396693,0.4214876,0.3429752,0.5247934,0.6280992,0.6446281,0.6735537,0.6652893,0.607438,0.59090906,0.61570245,0.6487603,0.661157,0.6652893,0.6818182,0.7107438,0.7355372,0.71487606,0.70247936,0.6570248,0.62396693,0.6198347,0.6322314,0.60330576,0.5371901,0.45867768,0.5661157,0.70247936,0.5785124,0.6859504,0.80991733,0.80991733,0.79752064,0.8181818,0.7768595,0.553719,0.6487603,0.6528926,0.6942149,0.6983471,0.6652893,0.607438,0.56198347,0.5247934,0.5289256,0.5413223,0.55785125,0.61157024,0.6652893,0.6487603,0.61570245,0.59917355,0.58677685,0.5661157,0.60330576,0.607438,0.6404959,0.73966944,0.61570245,0.24380165,0.28099173,0.4338843,0.46280992,0.6404959,0.61570245,0.43801653,0.3677686,0.5495868,0.661157,0.6694215,0.71487606,0.73140496,0.6942149,0.6487603,0.59917355,0.61570245,0.6446281,0.6198347,0.61570245,0.6446281,0.6446281,0.6446281,0.6446281,0.6363636,0.6280992,0.6363636,0.6322314,0.58677685,0.5123967,0.49173555,0.7066116,0.6859504,0.57438016,0.77272725,0.8305785,0.8305785,0.822314,0.8264463,0.8264463,0.6942149,0.61570245,0.6983471,0.69008267,0.7066116,0.6528926,0.59917355,0.59504133,0.58264464,0.5785124,0.57438016,0.57438016,0.57438016,0.59917355,0.61157024,0.59917355,0.6322314,0.6363636,0.6528926,0.6735537,0.6487603,0.6363636,0.71900827,0.6404959,0.33471075,0.38016528,0.4752066,0.48347107,0.677686,0.607438,0.46694216,0.41322315,0.5661157,0.661157,0.6818182,0.72727275,0.75619835,0.75619835,0.74380165,0.6859504,0.69008267,0.6942149,0.6694215,0.6694215,0.6942149,0.6942149,0.6942149,0.69008267,0.69008267,0.6983471,0.6983471,0.6818182,0.6446281,0.5413223,0.57438016,0.79752064,0.6198347,0.6446281,0.7892562,0.8264463,0.8264463,0.8264463,0.8305785,0.8305785,0.77272725,0.61570245,0.71900827,0.677686,0.76859504,0.72727275,0.6859504,0.6818182,0.69008267,0.6942149,0.6983471,0.6942149,0.69008267,0.6983471,0.6983471,0.6859504,0.71487606,0.72727275,0.72727275,0.73140496,0.6983471,0.6570248,0.6570248,0.62396693,0.45041323,0.43801653,0.46280992,0.47933885,0.6818182,0.607438,0.5247934,0.49173555,0.57024795,0.6570248,0.69008267,0.7231405,0.7644628,0.76033056,0.77272725,0.76033056,0.77272725,0.76859504,0.7768595,0.76859504,0.77272725,0.7768595,0.77272725,0.76033056,0.7355372,0.73140496,0.7355372,0.72727275,0.6694215,0.57024795,0.6859504,0.73966944,0.5785124,0.7066116,0.76859504,0.8181818,0.8140496,0.8181818,0.8347107,0.8347107,0.8016529,0.661157,0.6694215,0.677686,0.7892562,0.7933884,0.76859504,0.76033056,0.76033056,0.76033056,0.7644628,0.77272725,0.78099173,0.7892562,0.78099173,0.7644628,0.7768595,0.7768595,0.7644628,0.78099173,0.74380165,0.6942149,0.607438,0.57438016,0.53305787,0.45867768,0.45454547,0.48347107,0.6735537,0.61570245,0.553719,0.55785125,0.58677685,0.6652893,0.7107438,0.72727275,0.7644628,0.74793386,0.76033056,0.7644628,0.77272725,0.77272725,0.7768595,0.78512394,0.78099173,0.7892562,0.7933884,0.7768595,0.75206614,0.75619835,0.76859504,0.75619835,0.661157,0.6570248,0.73966944,0.6198347,0.6198347,0.72727275,0.7644628,0.80991733,0.8140496,0.8181818,0.8347107,0.8305785,0.8057851,0.7066116,0.59504133,0.7066116,0.75206614,0.8140496,0.79752064,0.7892562,0.7933884,0.78512394,0.78512394,0.7892562,0.7892562,0.7933884,0.7892562,0.7768595,0.7933884,0.78512394,0.78099173,0.7933884,0.75619835,0.69008267,0.59090906,0.56198347,0.5495868,0.45867768,0.45867768,0.49586776,0.6280992,0.661157,0.5165289,0.59504133,0.61570245,0.6735537,0.73140496,0.76033056,0.77272725,0.74793386,0.75619835,0.76859504,0.76859504,0.77272725,0.7768595,0.7892562,0.78099173,0.79752064,0.79752064,0.78512394,0.7768595,0.78512394,0.7892562,0.75206614,0.677686,0.75619835,0.6818182,0.59917355,0.6694215,0.7355372,0.78099173,0.8181818,0.8305785,0.8305785,0.8347107,0.8305785,0.8140496,0.75206614,0.6363636,0.6404959,0.69008267,0.8264463,0.80991733,0.79752064,0.79752064,0.79752064,0.7933884,0.79752064,0.7892562,0.78099173,0.78512394,0.77272725,0.78099173,0.78099173,0.7933884,0.78099173,0.74793386,0.6735537,0.61570245,0.61157024,0.5289256,0.446281,0.46280992,0.5165289,0.56198347,0.71900827,0.5289256,0.59917355,0.6404959,0.6735537,0.73966944,0.76859504,0.7644628,0.74380165,0.75619835,0.76859504,0.7644628,0.7768595,0.78099173,0.7892562,0.78512394,0.7892562,0.7892562,0.7933884,0.79752064,0.79752064,0.78099173,0.7355372,0.6859504,0.6570248,0.61157024,0.6528926,0.6983471,0.75619835,0.7892562,0.8264463,0.8429752,0.8305785,0.838843,0.838843,0.8140496,0.78512394,0.70247936,0.5785124,0.59504133,0.7768595,0.8305785,0.79752064,0.79752064,0.8016529,0.8016529,0.8016529,0.79752064,0.77272725,0.76859504,0.75619835,0.7644628,0.76033056,0.78512394,0.77272725,0.7355372,0.6735537,0.6570248,0.6446281,0.5206612,0.42975205,0.47107437,0.553719,0.45041323,0.677686,0.6859504,0.58264464,0.6280992,0.6694215,0.6942149,0.71487606,0.72727275,0.73140496,0.74793386,0.75619835,0.76033056,0.77272725,0.78512394,0.7768595,0.77272725,0.78512394,0.78512394,0.7892562,0.8057851,0.8057851,0.7768595,0.73966944,0.6487603,0.57438016,0.61157024,0.6735537,0.73140496,0.7644628,0.80991733,0.8305785,0.8429752,0.8347107,0.838843,0.8471074,0.822314,0.8016529,0.76033056,0.6735537,0.56198347,0.6487603,0.822314,0.8057851,0.8016529,0.8140496,0.8016529,0.7933884,0.7892562,0.77272725,0.7355372,0.7231405,0.74380165,0.7355372,0.76033056,0.76033056,0.7231405,0.6942149,0.6818182,0.6322314,0.5123967,0.42561984,0.5123967,0.59090906,0.40082645,0.5371901,0.7933884,0.7355372,0.6404959,0.661157,0.6818182,0.677686,0.69008267,0.6942149,0.7231405,0.73140496,0.7355372,0.75206614,0.7644628,0.7644628,0.76859504,0.78099173,0.78512394,0.7892562,0.80991733,0.8057851,0.75206614,0.661157,0.58264464,0.56198347,0.61157024,0.69008267,0.74380165,0.78512394,0.8140496,0.838843,0.8471074,0.838843,0.838843,0.838843,0.8181818,0.8140496,0.7892562,0.73966944,0.6652893,0.57024795,0.71900827,0.8305785,0.8140496,0.8181818,0.8016529,0.79752064,0.77272725,0.7644628,0.7355372,0.7066116,0.73966944,0.72727275,0.74380165,0.73140496,0.7231405,0.71487606,0.69008267,0.62396693,0.5289256,0.5041322,0.6280992,0.59917355,0.42975205,0.44214877,0.56198347,0.75206614,0.76033056,0.6983471,0.6859504,0.70247936,0.7355372,0.72727275,0.73140496,0.72727275,0.72727275,0.74793386,0.75619835,0.75619835,0.77272725,0.7933884,0.8057851,0.8057851,0.8016529,0.74380165,0.6404959,0.56198347,0.57438016,0.58677685,0.6404959,0.7107438,0.7355372,0.7768595,0.838843,0.8512397,0.8512397,0.8429752,0.838843,0.838843,0.8264463,0.8264463,0.8057851,0.76033056,0.7231405,0.61157024,0.57024795,0.73966944,0.8264463,0.822314,0.8016529,0.7933884,0.7644628,0.73966944,0.71900827,0.6983471,0.7107438,0.71900827,0.74380165,0.73140496,0.73140496,0.70247936,0.6570248,0.61570245,0.61157024,0.73140496,0.7231405,0.49173555,0.4214876,0.45867768,0.446281,0.47933885,0.607438,0.71900827,0.73966944,0.75619835,0.78512394,0.78512394,0.78099173,0.7892562,0.78512394,0.8057851,0.79752064,0.8016529,0.8181818,0.822314,0.8181818,0.76033056,0.661157,0.60330576,0.553719,0.553719,0.6404959,0.6487603,0.6735537,0.6942149,0.7066116,0.78099173,0.8305785,0.8595041,0.8471074,0.8512397,0.8429752,0.8347107,0.822314,0.8181818,0.8016529,0.78099173,0.7644628,0.7231405,0.57024795,0.49586776,0.62396693,0.74380165,0.7933884,0.8057851,0.7768595,0.75206614,0.73140496,0.74380165,0.7355372,0.75206614,0.73966944,0.71487606,0.72727275,0.7066116,0.7066116,0.7107438,0.7066116,0.7066116,0.57438016,0.45454547,0.40082645,0.446281,0.45454547,0.44214877,0.42561984,0.44214877,0.4752066,0.5165289,0.58677685,0.6363636,0.6694215,0.70247936,0.71487606,0.71900827,0.7066116,0.6652893,0.6280992,0.59504133,0.57024795,0.57024795,0.6198347,0.6404959,0.56198347,0.59917355,0.69008267,0.6818182,0.6528926,0.6404959,0.6363636,0.72727275,0.8264463,0.8429752,0.8512397,0.8595041,0.8512397,0.838843,0.8140496,0.7933884,0.78512394,0.7892562,0.78512394,0.8016529,0.71900827,0.553719,0.4752066,0.42561984,0.47933885,0.5661157,0.6446281,0.70247936,0.70247936,0.7107438,0.7066116,0.7066116,0.7107438,0.7107438,0.71487606,0.677686,0.59917355,0.553719,0.5206612,0.59504133,0.553719,0.48347107,0.38842976,0.42561984,0.45041323,0.446281,0.446281,0.42561984,0.41322315,0.41322315,0.42975205,0.4338843,0.4214876,0.44214877,0.45041323,0.446281,0.4752066,0.47933885,0.5041322,0.57024795,0.6363636,0.70247936,0.74380165,0.6446281,0.5413223,0.62396693,0.69008267,0.69008267,0.607438,0.5661157,0.5247934,0.6528926,0.7892562,0.8305785,0.838843,0.838843,0.8512397,0.822314,0.78099173,0.75619835,0.75619835,0.75619835,0.78512394,0.8181818,0.79752064,0.72727275,0.7107438,0.6735537,0.58264464,0.49173555,0.446281,0.45867768,0.46694216,0.47933885,0.5,0.48347107,0.49586776,0.5165289,0.5165289,0.5413223,0.54545456,0.5247934,0.5495868,0.61157024,0.5371901,0.4876033,0.39256197,0.4090909,0.4338843,0.45041323,0.45454547,0.42975205,0.41322315,0.41735536,0.45454547,0.47107437,0.48347107,0.5247934,0.55785125,0.59917355,0.6404959,0.6735537,0.6983471,0.71487606,0.7231405,0.7355372,0.71487606,0.553719,0.49586776,0.58677685,0.61157024,0.59917355,0.5041322,0.45041323,0.42561984,0.4752066,0.6983471,0.78512394,0.8057851,0.8057851,0.8057851,0.7768595,0.7066116,0.6818182,0.6735537,0.6942149,0.75619835,0.78512394,0.76859504,0.73140496,0.7644628,0.79752064,0.75619835,0.72727275,0.677686,0.6280992,0.57438016,0.57024795,0.5495868,0.5495868,0.553719,0.53305787,0.54545456,0.56198347,0.57024795,0.57024795,0.59504133,0.59090906,0.49586776,0.45867768,0.40495867,0.38842976,0.41735536,0.45867768,0.45454547,0.45867768,0.47107437,0.5082645,0.553719,0.59504133,0.62396693,0.6487603,0.6735537,0.69008267,0.69008267,0.70247936,0.71900827,0.7231405,0.71487606,0.7066116,0.61570245,0.49173555,0.47107437,0.48347107,0.4876033,0.4752066,0.37603307,0.26859504,0.25619835,0.338843,0.5041322,0.661157,0.7107438,0.72727275,0.7066116,0.61570245,0.553719,0.5082645,0.45867768,0.553719,0.661157,0.6983471,0.6942149,0.6859504,0.74793386,0.78512394,0.76033056,0.75619835,0.75206614,0.74793386,0.73140496,0.7066116,0.677686,0.6694215,0.661157,0.6446281,0.6694215,0.6735537,0.6652893,0.6363636,0.60330576,0.5495868,0.47107437,0.49586776,0.41322315,0.37603307,0.3966942,0.44214877,0.46280992,0.49586776,0.5206612,0.5371901,0.58677685,0.62396693,0.6363636,0.6528926,0.6818182,0.6652893,0.677686,0.6942149,0.71487606,0.7107438,0.69008267,0.6446281,0.5413223,0.48347107,0.48347107,0.42975205,0.40495867,0.36363637,0.27272728,0.19421488,0.12396694,0.22727273,0.3553719,0.48347107,0.56198347,0.59504133,0.55785125,0.4876033,0.41735536,0.3264463,0.24380165,0.33471075,0.49586776,0.5785124,0.60330576,0.6570248,0.7355372,0.7644628,0.75206614,0.76033056,0.74380165,0.73966944,0.75206614,0.73966944,0.71900827,0.7231405,0.7107438,0.7107438,0.7066116,0.70247936,0.6694215,0.6280992,0.59090906,0.5123967,0.48347107,0.59090906,0.41735536,0.3966942,0.38842976,0.4338843,0.46280992,0.49173555,0.5082645,0.5289256,0.56198347,0.59504133,0.62396693,0.6404959,0.6735537,0.6735537,0.6983471,0.6942149,0.71487606,0.7066116,0.6818182,0.61570245,0.5247934,0.49586776,0.5082645,0.44214877,0.338843,0.2892562,0.26859504,0.24793388,0.23966943,0.23140496,0.28512397,0.37190083,0.4338843,0.48347107,0.5041322,0.5289256,0.57024795,0.57024795,0.53305787,0.45454547,0.4090909,0.45867768,0.5661157,0.6859504,0.73966944,0.74380165,0.74380165,0.75206614,0.73966944,0.74793386,0.74793386,0.74793386,0.72727275,0.71487606,0.7107438,0.7107438,0.7066116,0.6859504,0.6528926,0.6280992,0.57024795,0.4876033,0.5041322,0.6280992,0.41322315,0.4090909,0.38842976,0.41735536,0.446281,0.47107437,0.4876033,0.5165289,0.54545456,0.57438016,0.6198347,0.6446281,0.6528926,0.69008267,0.7066116,0.6983471,0.7231405,0.7231405,0.7066116,0.6446281,0.57438016,0.5413223,0.5371901,0.4876033,0.3677686,0.29752067,0.30165288,0.28099173,0.28512397,0.3140496,0.30165288,0.3264463,0.37190083,0.40495867,0.49586776,0.61157024,0.6570248,0.6404959,0.6363636,0.62396693,0.5371901,0.5289256,0.6322314,0.7066116,0.7355372,0.75206614,0.75619835,0.74380165,0.73966944,0.74793386,0.74380165,0.73140496,0.7355372,0.71900827,0.70247936,0.7107438,0.6942149,0.6652893,0.6363636,0.59917355,0.5413223,0.48347107,0.4876033,0.5371901,0.40082645,0.4090909,0.3966942,0.38842976,0.42975205,0.45867768,0.47107437,0.5,0.53305787,0.5661157,0.61157024,0.6280992,0.661157,0.69008267,0.70247936,0.71487606,0.74380165,0.7355372,0.7231405,0.6818182,0.6363636,0.61157024,0.59090906,0.55785125,0.4876033,0.41322315,0.38842976,0.35950413,0.3677686,0.37603307,0.36363637,0.3677686,0.38842976,0.41322315,0.5041322,0.59504133,0.6404959,0.6363636,0.62396693,0.6404959,0.6652893,0.6652893,0.6735537,0.70247936,0.7231405,0.73140496,0.74793386,0.75619835,0.74793386,0.74793386,0.75206614,0.73966944,0.73966944,0.71900827,0.7107438,0.7107438,0.6942149,0.6487603,0.60330576,0.57024795,0.5206612,0.5,0.45454547,0.41735536,0.39256197,0.4090909,0.41322315,0.38429752,0.40495867,0.446281,0.46280992,0.49173555,0.5206612,0.55785125,0.60330576,0.6363636,0.661157,0.69008267,0.7066116,0.71487606,0.74380165,0.74380165,0.72727275,0.6983471,0.6652893,0.6570248,0.6322314,0.59504133,0.56198347,0.5123967,0.4876033,0.49586776,0.5,0.5041322,0.47107437,0.47933885,0.5206612,0.5289256,0.56198347,0.6198347,0.661157,0.6570248,0.6404959,0.6280992,0.6363636,0.6404959,0.6570248,0.6983471,0.72727275,0.72727275,0.73140496,0.76033056,0.75206614,0.74793386,0.74793386,0.73966944,0.74793386,0.7355372,0.71487606,0.7066116,0.6735537,0.61570245,0.5785124,0.5371901,0.5165289,0.5123967,0.45454547,0.41322315,0.38429752,0.40082645,0.41735536,0.39256197,0.38842976,0.42561984,0.46694216,0.48347107,0.5165289,0.56198347,0.61157024,0.6528926,0.6694215,0.6983471,0.73140496,0.71900827,0.71900827,0.71487606,0.70247936,0.677686,0.6487603,0.6446281,0.6280992,0.607438,0.57438016,0.56198347,0.56198347,0.58264464,0.6280992,0.6487603,0.59090906,0.59504133,0.6322314,0.6363636,0.6570248,0.6735537,0.70247936,0.69008267,0.6652893,0.6446281,0.6280992,0.62396693,0.6363636,0.677686,0.71900827,0.72727275,0.7231405,0.75206614,0.75619835,0.74793386,0.75619835,0.74793386,0.75206614,0.74380165,0.72727275,0.7066116,0.661157,0.59504133,0.57438016,0.5247934,0.5206612,0.5123967,0.43801653,0.41322315,0.37190083,0.40082645,0.41322315,0.40082645,0.38429752,0.4090909,0.45454547,0.47107437,0.5123967,0.57438016,0.61157024,0.6570248,0.6735537,0.7107438,0.71487606,0.6942149,0.677686,0.6735537,0.6528926,0.6363636,0.6322314,0.6280992,0.61570245,0.61157024,0.59504133,0.59504133,0.58264464,0.60330576,0.6528926,0.6983471,0.6942149,0.6983471,0.71487606,0.6983471,0.7107438,0.71900827,0.70247936,0.6983471,0.661157,0.6570248,0.6446281,0.6404959,0.6322314,0.6446281,0.677686,0.6942149,0.7107438,0.74380165,0.74793386,0.73966944,0.74380165,0.75619835,0.75619835,0.74793386,0.72727275,0.71487606,0.6487603,0.59090906,0.56198347,0.5247934,0.5289256,0.5041322,0.42561984,0.41322315,0.34710744,0.39256197,0.41735536,0.41322315,0.38016528,0.40495867,0.45454547,0.45867768,0.5123967,0.57438016,0.61570245,0.6446281,0.6859504,0.71900827,0.69008267,0.661157,0.6528926,0.6446281,0.61157024,0.59090906,0.59917355,0.607438,0.61157024,0.61157024,0.62396693,0.6198347,0.607438,0.62396693,0.6570248,0.7066116,0.75206614,0.75206614,0.76859504,0.73966944,0.7066116,0.72727275,0.72727275,0.71900827,0.677686,0.6570248,0.6570248,0.6570248,0.6363636,0.6198347,0.6446281,0.6570248,0.6694215,0.71900827,0.71900827,0.71900827,0.72727275,0.76033056,0.75619835,0.72727275,0.7107438,0.6983471,0.62396693,0.58264464,0.55785125,0.5247934,0.53305787,0.5,0.4214876,0.41322315,0.3305785,0.39256197,0.41735536,0.41322315,0.38429752,0.39256197,0.46280992,0.446281,0.5,0.55785125,0.61570245,0.6363636,0.6983471,0.7355372,0.6818182,0.661157,0.6363636,0.61570245,0.58264464,0.5785124,0.5785124,0.59504133,0.6198347,0.6404959,0.677686,0.6818182,0.6735537,0.6818182,0.71900827,0.74380165,0.78099173,0.7892562,0.80991733,0.77272725,0.7355372,0.73140496,0.7644628,0.75619835,0.70247936,0.6570248,0.6570248,0.6487603,0.6363636,0.6280992,0.6322314,0.6322314,0.6280992,0.6859504,0.677686,0.6818182,0.7107438,0.75206614,0.75206614,0.71900827,0.70247936,0.6818182,0.59504133,0.5785124,0.57024795,0.5289256,0.54545456,0.49586776,0.4090909,0.41322315,0.3140496,0.38842976,0.41735536,0.4090909,0.3966942,0.38842976,0.45041323,0.45454547,0.48347107,0.553719,0.59090906,0.6322314,0.6983471,0.73140496,0.6942149,0.6570248,0.6198347,0.59504133,0.56198347,0.5785124,0.59917355,0.60330576,0.6322314,0.6652893,0.69008267,0.7107438,0.73140496,0.7355372,0.75206614,0.76859504,0.8057851,0.8057851,0.8264463,0.8057851,0.78512394,0.7644628,0.78512394,0.7892562,0.73966944,0.6983471,0.6859504,0.6818182,0.6694215,0.6528926,0.6487603,0.6363636,0.61570245,0.6570248,0.661157,0.6446281,0.6859504,0.73140496,0.75206614,0.73140496,0.70247936,0.661157,0.58677685,0.59917355,0.57438016,0.5413223,0.54545456,0.47933885,0.40495867,0.41322315,0.30165288,0.37603307,0.41735536,0.41735536,0.40495867,0.39256197,0.43801653,0.45454547,0.46694216,0.55785125,0.57024795,0.61157024,0.6942149,0.71900827,0.69008267,0.6570248,0.62396693,0.5785124,0.54545456,0.5495868,0.55785125,0.5495868,0.56198347,0.58677685,0.57438016,0.59090906,0.6280992,0.6280992,0.6487603,0.6570248,0.74793386,0.78099173,0.8140496,0.79752064,0.78099173,0.74380165,0.74380165,0.74380165,0.73966944,0.71900827,0.71900827,0.72727275,0.7066116,0.6570248,0.6528926,0.6570248,0.62396693,0.6363636,0.6487603,0.6363636,0.6652893,0.7231405,0.75206614,0.72727275,0.69008267,0.6404959,0.59090906,0.62396693,0.56198347,0.54545456,0.5413223,0.45041323,0.40082645,0.41322315,0.2892562,0.3553719,0.41322315,0.4214876,0.41735536,0.40082645,0.42561984,0.45041323,0.446281,0.553719,0.57438016,0.607438,0.69008267,0.71487606,0.6942149,0.6652893,0.6280992,0.5371901,0.48347107,0.42561984,0.37190083,0.34710744,0.3553719,0.38016528,0.37190083,0.37190083,0.40495867,0.4090909,0.4338843,0.446281,0.4876033,0.59504133,0.677686,0.6942149,0.6487603,0.58677685,0.5661157,0.5661157,0.5785124,0.5785124,0.59504133,0.62396693,0.6280992,0.60330576,0.6322314,0.6652893,0.6363636,0.6280992,0.6404959,0.6446281,0.6694215,0.73140496,0.75619835,0.7231405,0.677686,0.62396693,0.59090906,0.61570245,0.5413223,0.5413223,0.53305787,0.42561984,0.39256197,0.4090909,0.28512397,0.3429752,0.40495867,0.41735536,0.4214876,0.40082645,0.40495867,0.42975205,0.42975205,0.5413223,0.5785124,0.61570245,0.69008267,0.73140496,0.7231405,0.6859504,0.6446281,0.5,0.35950413,0.2231405,0.1570248,0.16528925,0.22727273,0.27272728,0.30991736,0.2892562,0.3305785,0.37190083,0.3181818,0.30991736,0.35123968,0.37603307,0.41322315,0.44214877,0.45041323,0.43801653,0.42975205,0.3966942,0.39256197,0.41322315,0.39256197,0.40495867,0.42561984,0.44214877,0.5041322,0.5785124,0.61570245,0.6528926,0.6652893,0.677686,0.677686,0.72727275,0.73966944,0.7231405,0.6652893,0.59917355,0.58264464,0.60330576,0.5371901,0.5371901,0.5206612,0.41322315,0.39256197,0.40495867,0.28512397,0.338843,0.38842976,0.40495867,0.41735536,0.40495867,0.39256197,0.4090909,0.41735536,0.49173555,0.57024795,0.59504133,0.6859504,0.74793386,0.75619835,0.71487606,0.677686,0.58677685,0.35123968,0.14876033,0.09090909,0.10743801,0.2231405,0.3140496,0.36363637,0.35123968,0.4214876,0.5041322,0.446281,0.40082645,0.46280992,0.46694216,0.45454547,0.40495867,0.5123967,0.55785125,0.54545456,0.46694216,0.41322315,0.446281,0.37190083,0.32231405,0.30578512,0.2644628,0.26859504,0.35950413,0.5041322,0.6280992,0.677686,0.7107438,0.6859504,0.72727275,0.73140496,0.6942149,0.661157,0.59090906,0.58677685,0.5785124,0.5413223,0.5413223,0.49586776,0.39256197,0.40082645,0.4090909,0.2768595,0.338843,0.38842976,0.38842976,0.4090909,0.4090909,0.40082645,0.40082645,0.39256197,0.45454547,0.5371901,0.59090906,0.6694215,0.74793386,0.76033056,0.73966944,0.71487606,0.69008267,0.56198347,0.34710744,0.17768595,0.09090909,0.17355372,0.2892562,0.40082645,0.3966942,0.46280992,0.6198347,0.58264464,0.5247934,0.61157024,0.6363636,0.6446281,0.60330576,0.7066116,0.74793386,0.74380165,0.6694215,0.59504133,0.5785124,0.42561984,0.34710744,0.29752067,0.1570248,0.11570248,0.15289256,0.3181818,0.55785125,0.677686,0.7231405,0.71900827,0.73140496,0.73966944,0.70247936,0.6322314,0.58677685,0.59090906,0.56198347,0.5413223,0.5371901,0.45867768,0.38429752,0.40495867,0.40082645,0.26859504,0.338843,0.38429752,0.3677686,0.38842976,0.4090909,0.39256197,0.39256197,0.37603307,0.38842976,0.49173555,0.55785125,0.6735537,0.73140496,0.75206614,0.71900827,0.71900827,0.72727275,0.7066116,0.59917355,0.43801653,0.2892562,0.1694215,0.10743801,0.17768595,0.22727273,0.1570248,0.23966943,0.20247933,0.37603307,0.6198347,0.661157,0.7107438,0.6528926,0.74380165,0.73140496,0.7066116,0.5247934,0.32231405,0.3140496,0.19008264,0.16528925,0.1570248,0.14876033,0.24380165,0.3264463,0.40495867,0.5413223,0.6528926,0.71487606,0.71900827,0.72727275,0.74793386,0.6942149,0.59090906,0.5495868,0.5785124,0.5495868,0.54545456,0.5165289,0.4214876,0.38429752,0.40495867,0.40082645,0.27272728,0.34710744,0.3966942,0.35950413,0.38016528,0.40082645,0.40082645,0.38429752,0.38016528,0.35123968,0.44214877,0.49586776,0.62396693,0.71487606,0.7231405,0.72727275,0.71487606,0.72727275,0.71900827,0.6818182,0.61157024,0.53305787,0.43801653,0.30991736,0.19008264,0.1446281,0.11983471,0.10330579,0.08677686,0.09917355,0.13636364,0.17768595,0.17768595,0.1446281,0.20247933,0.21487603,0.25619835,0.1983471,0.2603306,0.28512397,0.16528925,0.17768595,0.2768595,0.39256197,0.45867768,0.5413223,0.6280992,0.6570248,0.677686,0.6859504,0.6942149,0.7355372,0.7355372,0.677686,0.58264464,0.5495868,0.5661157,0.5371901,0.53305787,0.48347107,0.3966942,0.39256197,0.40082645,0.3966942,0.26859504,0.33471075,0.42561984,0.3677686,0.36363637,0.38842976,0.38842976,0.37603307,0.38429752,0.338843,0.39256197,0.46694216,0.57438016,0.6694215,0.7066116,0.7355372,0.71487606,0.7107438,0.7066116,0.6694215,0.62396693,0.61157024,0.57438016,0.5495868,0.5206612,0.45454547,0.41322315,0.2768595,0.2644628,0.2892562,0.20247933,0.20247933,0.20247933,0.29752067,0.37190083,0.38429752,0.5247934,0.553719,0.5247934,0.5082645,0.4338843,0.42561984,0.48347107,0.5247934,0.54545456,0.6280992,0.7066116,0.71900827,0.7066116,0.6859504,0.7107438,0.75619835,0.73966944,0.6404959,0.5785124,0.55785125,0.5661157,0.5289256,0.5123967,0.446281,0.38016528,0.3966942,0.40082645,0.40082645,0.2644628,0.33471075,0.44214877,0.3966942,0.3553719,0.36363637,0.38016528,0.37603307,0.38016528,0.3305785,0.338843,0.41322315,0.5289256,0.6487603,0.6942149,0.73140496,0.73966944,0.7066116,0.69008267,0.6570248,0.59504133,0.5495868,0.5371901,0.54545456,0.57438016,0.5785124,0.6363636,0.57438016,0.5206612,0.53305787,0.5082645,0.5661157,0.56198347,0.59917355,0.6280992,0.553719,0.5661157,0.5123967,0.4876033,0.5289256,0.5371901,0.54545456,0.5661157,0.5661157,0.58264464,0.6652893,0.71487606,0.72727275,0.6942149,0.6942149,0.7355372,0.77272725,0.7066116,0.6198347,0.5495868,0.5413223,0.54545456,0.5206612,0.49173555,0.40495867,0.38842976,0.40082645,0.3966942,0.3966942,0.2768595,0.33471075,0.4214876,0.43801653,0.35950413,0.3553719,0.36363637,0.38016528,0.36363637,0.3429752,0.3264463,0.34710744,0.45867768,0.59504133,0.6404959,0.6859504,0.7355372,0.6983471,0.70247936,0.6735537,0.59504133,0.53305787,0.5041322,0.5,0.53305787,0.553719,0.6487603,0.6735537,0.6694215,0.6859504,0.6570248,0.62396693,0.59504133,0.59504133,0.6363636,0.661157,0.61570245,0.59917355,0.60330576,0.61570245,0.58264464,0.56198347,0.55785125,0.5661157,0.61157024,0.6942149,0.72727275,0.7231405,0.7066116,0.71487606,0.6983471,0.73140496,0.69008267,0.57438016,0.54545456,0.5371901,0.54545456,0.5165289,0.446281,0.39256197,0.38842976,0.40082645,0.39256197,0.3966942,0.2768595,0.3429752,0.4214876,0.46280992,0.38016528,0.338843,0.3553719,0.3677686,0.37603307,0.3553719,0.3264463,0.30991736,0.35950413,0.54545456,0.6198347,0.6818182,0.71900827,0.70247936,0.6942149,0.6859504,0.62396693,0.53305787,0.49586776,0.4752066,0.47933885,0.49173555,0.5661157,0.6528926,0.6570248,0.6818182,0.74380165,0.7231405,0.7107438,0.72727275,0.74793386,0.71900827,0.70247936,0.7066116,0.6570248,0.59917355,0.56198347,0.5495868,0.55785125,0.59504133,0.6652893,0.7231405,0.7231405,0.7231405,0.7355372,0.71487606,0.70247936,0.7231405,0.62396693,0.54545456,0.5206612,0.54545456,0.553719,0.5041322,0.41322315,0.38429752,0.39256197,0.3966942,0.3966942,0.3966942,0.26859504,0.338843,0.42561984,0.45867768,0.42975205,0.34710744,0.338843,0.36363637,0.38429752,0.35950413,0.3429752,0.3140496,0.30165288,0.45454547,0.58677685,0.6528926,0.6942149,0.71900827,0.6859504,0.6818182,0.6446281,0.56198347,0.4752066,0.45454547,0.47107437,0.46280992,0.49173555,0.55785125,0.58264464,0.6198347,0.6570248,0.6818182,0.677686,0.6818182,0.7066116,0.6818182,0.6570248,0.6446281,0.59090906,0.56198347,0.55785125,0.55785125,0.57438016,0.62396693,0.6818182,0.71900827,0.71487606,0.71487606,0.73966944,0.73140496,0.71487606,0.6983471,0.57438016,0.5247934,0.5206612,0.5495868,0.54545456,0.45867768,0.34710744,0.3677686,0.38429752,0.38842976,0.38842976,0.39256197,0.30165288,0.42975205,0.45041323,0.44214877,0.46694216,0.3677686,0.32231405,0.36363637,0.38016528,0.38429752,0.36363637,0.3677686,0.29338843,0.38842976,0.5041322,0.61157024,0.6652893,0.6942149,0.6859504,0.661157,0.6446281,0.59090906,0.5082645,0.45041323,0.45454547,0.45454547,0.46280992,0.5041322,0.54545456,0.57024795,0.58677685,0.62396693,0.6404959,0.6280992,0.62396693,0.6198347,0.59917355,0.5785124,0.5661157,0.5661157,0.56198347,0.57024795,0.607438,0.6528926,0.6859504,0.7066116,0.7066116,0.71487606,0.71487606,0.72727275,0.6983471,0.6322314,0.5165289,0.5165289,0.5371901,0.54545456,0.5289256,0.3429752,0.19008264,0.2520661,0.30991736,0.3429752,0.38016528,0.38842976,0.41735536,0.61570245,0.47933885,0.42561984,0.45454547,0.42975205,0.32231405,0.34710744,0.38016528,0.38842976,0.3966942,0.40495867,0.35123968,0.3553719,0.45867768,0.5661157,0.6198347,0.6818182,0.6859504,0.661157,0.6446281,0.61157024,0.55785125,0.5,0.45041323,0.41735536,0.4214876,0.45041323,0.5,0.5123967,0.5082645,0.54545456,0.59090906,0.5785124,0.54545456,0.54545456,0.553719,0.553719,0.5495868,0.553719,0.57024795,0.59504133,0.6322314,0.6652893,0.677686,0.6942149,0.70247936,0.70247936,0.7066116,0.7066116,0.6818182,0.61157024,0.5041322,0.5371901,0.5371901,0.5247934,0.5041322,0.3140496,0.16528925,0.15289256,0.17355372,0.23553719,0.30578512,0.3553719,0.61157024,0.7231405,0.49586776,0.41735536,0.4338843,0.45454547,0.37603307,0.32231405,0.35950413,0.38842976,0.41322315,0.4214876,0.4090909,0.3553719,0.43801653,0.5247934,0.61157024,0.6404959,0.6942149,0.6859504,0.6528926,0.6322314,0.59090906,0.54545456,0.5289256,0.4752066,0.4214876,0.41322315,0.42975205,0.45867768,0.43801653,0.446281,0.4876033,0.5165289,0.4752066,0.4752066,0.5041322,0.5082645,0.5289256,0.553719,0.58264464,0.62396693,0.6446281,0.661157,0.6735537,0.6983471,0.7107438,0.71900827,0.71487606,0.6859504,0.6652893,0.59090906,0.49586776,0.5495868,0.53305787,0.49173555,0.5413223,0.57024795,0.32231405,0.16528925,0.1570248,0.1694215,0.18595041,0.2520661,0.7768595,0.73966944,0.49173555,0.41322315,0.4214876,0.42975205,0.4338843,0.3429752,0.32231405,0.35950413,0.38429752,0.40495867,0.42975205,0.38429752,0.40082645,0.5082645,0.55785125,0.58677685,0.6446281,0.69008267,0.6735537,0.661157,0.62396693,0.5785124,0.56198347,0.55785125,0.5041322,0.47933885,0.4752066,0.48347107,0.4752066,0.45454547,0.4752066,0.5123967,0.49586776,0.49586776,0.5165289,0.5247934,0.553719,0.58677685,0.61157024,0.6404959,0.661157,0.6570248,0.6735537,0.71487606,0.73140496,0.71487606,0.6818182,0.661157,0.6322314,0.55785125,0.49586776,0.553719,0.47933885,0.48347107,0.6735537,0.58677685,0.55785125,0.29338843,0.1446281,0.16528925,0.19421488,0.18181819,0.8140496,0.6942149,0.45867768,0.42561984,0.4338843,0.42561984,0.42975205,0.41735536,0.3140496,0.3264463,0.3553719,0.3966942,0.45041323,0.39256197,0.3677686,0.4876033,0.5413223,0.5661157,0.59504133,0.6570248,0.6859504,0.6818182,0.6570248,0.62396693,0.607438,0.62396693,0.59504133,0.5661157,0.54545456,0.53305787,0.5247934,0.47933885,0.5,0.5247934,0.5289256,0.5413223,0.55785125,0.5785124,0.607438,0.6322314,0.6363636,0.6404959,0.6694215,0.6735537,0.70247936,0.73966944,0.75206614,0.69008267,0.6198347,0.6363636,0.60330576,0.53305787,0.47107437,0.5247934,0.38842976,0.5495868,0.8140496,0.58677685,0.53305787,0.5,0.2520661,0.1446281,0.18595041,0.18181819,0.80991733,0.59090906,0.40495867,0.4338843,0.43801653,0.4214876,0.42561984,0.43801653,0.37603307,0.30165288,0.3264463,0.38016528,0.43801653,0.40495867,0.34710744,0.42975205,0.5123967,0.57438016,0.61157024,0.6198347,0.677686,0.70247936,0.6859504,0.6694215,0.661157,0.661157,0.6570248,0.6363636,0.62396693,0.607438,0.58677685,0.57024795,0.57024795,0.58264464,0.61157024,0.607438,0.61570245,0.6322314,0.6446281,0.661157,0.661157,0.6570248,0.69008267,0.7107438,0.73966944,0.75619835,0.74793386,0.6818182,0.62396693,0.61157024,0.5661157,0.49586776,0.4752066,0.45041323,0.37190083,0.6652893,0.8553719,0.6446281,0.5371901,0.4752066,0.42975205,0.19008264,0.13636364,0.18595041,0.78512394,0.45867768,0.35950413,0.44214877,0.4338843,0.42975205,0.4338843,0.43801653,0.4214876,0.30991736,0.29338843,0.33471075,0.3966942,0.40082645,0.34710744,0.39256197,0.47107437,0.56198347,0.6198347,0.60330576,0.6487603,0.7066116,0.6942149,0.6818182,0.69008267,0.6735537,0.6818182,0.661157,0.661157,0.6694215,0.661157,0.661157,0.6487603,0.6694215,0.6652893,0.6694215,0.6528926,0.6487603,0.661157,0.6818182,0.6859504,0.6859504,0.6983471,0.7231405,0.74793386,0.75206614,0.7231405,0.6859504,0.6322314,0.58677685,0.5165289,0.4338843,0.45041323,0.45041323,0.41322315,0.7644628,0.8553719,0.6528926,0.6198347,0.47933885,0.41735536,0.338843,0.13636364,0.16528925,0.7355372,0.3429752,0.3264463,0.45041323,0.43801653,0.4338843,0.43801653,0.44214877,0.4338843,0.35950413,0.29338843,0.29752067,0.3264463,0.38016528,0.338843,0.36363637,0.4338843,0.5206612,0.59504133,0.58264464,0.61157024,0.70247936,0.71487606,0.6818182,0.6859504,0.6735537,0.69008267,0.6818182,0.6859504,0.7066116,0.6983471,0.6983471,0.6859504,0.7066116,0.6859504,0.6942149,0.6859504,0.6818182,0.6859504,0.6859504,0.6942149,0.69008267,0.6942149,0.7231405,0.73966944,0.7355372,0.7107438,0.6694215,0.61157024,0.5661157,0.46280992,0.38429752,0.446281,0.5123967,0.44214877,0.822314,0.8512397,0.6487603,0.5661157,0.61570245,0.45041323,0.38842976,0.20247933,0.12396694,19 +0.20247933,0.2107438,0.2768595,0.38842976,0.5289256,0.607438,0.61157024,0.5495868,0.38016528,0.18181819,0.23140496,0.3264463,0.39256197,0.4338843,0.45867768,0.47107437,0.5,0.5289256,0.5495868,0.55785125,0.5206612,0.4338843,0.45454547,0.53305787,0.5661157,0.58264464,0.59090906,0.58264464,0.57438016,0.56198347,0.55785125,0.56198347,0.58264464,0.62396693,0.6652893,0.70247936,0.7355372,0.76033056,0.7768595,0.7933884,0.79752064,0.79752064,0.79752064,0.80991733,0.8181818,0.8140496,0.8057851,0.78512394,0.73966944,0.6983471,0.7107438,0.7107438,0.6694215,0.6446281,0.661157,0.6446281,0.553719,0.35950413,0.12809917,0.3677686,0.36363637,0.28099173,0.19421488,0.17768595,0.20661157,0.2520661,0.3429752,0.44214877,0.57438016,0.6404959,0.61570245,0.57024795,0.46694216,0.34710744,0.3140496,0.38842976,0.42975205,0.48347107,0.5,0.5123967,0.5495868,0.57438016,0.59917355,0.59090906,0.54545456,0.5082645,0.54545456,0.5661157,0.5785124,0.59090906,0.59504133,0.5785124,0.5785124,0.57024795,0.58264464,0.607438,0.6322314,0.6694215,0.71487606,0.74380165,0.77272725,0.78512394,0.7892562,0.8057851,0.8016529,0.8016529,0.8057851,0.8181818,0.8181818,0.80991733,0.8016529,0.7892562,0.7644628,0.7355372,0.71487606,0.6942149,0.6694215,0.62396693,0.59917355,0.6322314,0.59917355,0.43801653,0.2107438,0.2892562,0.36363637,0.3140496,0.1983471,0.1570248,0.23553719,0.29752067,0.3966942,0.4876033,0.59917355,0.6487603,0.62396693,0.60330576,0.5413223,0.46280992,0.39256197,0.43801653,0.4752066,0.5041322,0.54545456,0.5785124,0.61570245,0.6363636,0.6859504,0.69008267,0.661157,0.59917355,0.59917355,0.59504133,0.59090906,0.59090906,0.59090906,0.59504133,0.59090906,0.61157024,0.6487603,0.6652893,0.7107438,0.7231405,0.76859504,0.7933884,0.79752064,0.79752064,0.79752064,0.8140496,0.80991733,0.80991733,0.8057851,0.8057851,0.8057851,0.78099173,0.75619835,0.73140496,0.6859504,0.661157,0.60330576,0.54545456,0.5206612,0.5206612,0.57438016,0.62396693,0.62396693,0.553719,0.35123968,0.29752067,0.3677686,0.3140496,0.20661157,0.14876033,0.27272728,0.35950413,0.446281,0.5247934,0.59504133,0.6198347,0.6322314,0.6322314,0.58264464,0.5165289,0.5041322,0.5413223,0.5785124,0.59090906,0.62396693,0.6528926,0.6859504,0.7355372,0.75619835,0.75619835,0.7355372,0.69008267,0.661157,0.6280992,0.6198347,0.6198347,0.6363636,0.6404959,0.6652893,0.70247936,0.72727275,0.7231405,0.75619835,0.76859504,0.8016529,0.80991733,0.8140496,0.8140496,0.8057851,0.8181818,0.80991733,0.7892562,0.7892562,0.7768595,0.74380165,0.6694215,0.62396693,0.59917355,0.5,0.4876033,0.41735536,0.3677686,0.32231405,0.3140496,0.4214876,0.5247934,0.58677685,0.58677685,0.45867768,0.38429752,0.39256197,0.3264463,0.20661157,0.14049587,0.2768595,0.41735536,0.46280992,0.54545456,0.5785124,0.61570245,0.6363636,0.6363636,0.6404959,0.6404959,0.661157,0.6818182,0.69008267,0.6942149,0.7066116,0.71487606,0.7355372,0.76859504,0.78099173,0.7768595,0.7768595,0.7768595,0.74380165,0.70247936,0.69008267,0.70247936,0.72727275,0.7231405,0.73966944,0.76859504,0.78099173,0.7644628,0.7768595,0.8016529,0.8140496,0.822314,0.8264463,0.822314,0.8057851,0.8016529,0.77272725,0.73966944,0.70247936,0.6280992,0.53305787,0.39256197,0.46694216,0.4214876,0.32231405,0.30165288,0.26859504,0.24793388,0.21487603,0.19421488,0.23140496,0.3140496,0.45454547,0.5165289,0.5289256,0.4338843,0.4090909,0.3553719,0.2231405,0.1322314,0.34710744,0.43801653,0.46280992,0.5413223,0.61570245,0.59917355,0.6198347,0.6446281,0.6942149,0.71487606,0.74793386,0.75206614,0.74380165,0.74380165,0.74793386,0.73140496,0.74793386,0.76033056,0.7644628,0.76859504,0.77272725,0.78512394,0.76033056,0.7644628,0.74380165,0.75206614,0.76033056,0.75206614,0.75206614,0.78099173,0.7892562,0.7933884,0.7892562,0.8016529,0.80991733,0.8057851,0.8140496,0.80991733,0.7892562,0.75206614,0.6859504,0.59090906,0.5082645,0.4214876,0.36363637,0.33471075,0.33471075,0.28512397,0.24793388,0.24793388,0.2107438,0.2107438,0.20247933,0.19008264,0.18181819,0.21900827,0.2644628,0.3429752,0.43801653,0.49173555,0.45454547,0.37603307,0.27272728,0.1446281,0.34710744,0.4090909,0.4752066,0.553719,0.61570245,0.58264464,0.61157024,0.6694215,0.7231405,0.74793386,0.73140496,0.7066116,0.7066116,0.7231405,0.71900827,0.71487606,0.7231405,0.7231405,0.6983471,0.7355372,0.71487606,0.71900827,0.71487606,0.71487606,0.6942149,0.7231405,0.73966944,0.73966944,0.71900827,0.74793386,0.75206614,0.7644628,0.7644628,0.77272725,0.7768595,0.7644628,0.7933884,0.78512394,0.74793386,0.661157,0.5289256,0.4090909,0.3677686,0.2892562,0.28512397,0.2520661,0.22727273,0.21900827,0.1983471,0.19008264,0.2107438,0.2644628,0.2892562,0.28099173,0.27272728,0.2603306,0.23553719,0.2520661,0.32231405,0.44214877,0.49586776,0.3966942,0.26859504,0.15289256,0.3429752,0.41322315,0.49173555,0.5661157,0.59917355,0.5785124,0.607438,0.661157,0.70247936,0.6859504,0.61157024,0.5785124,0.59090906,0.60330576,0.62396693,0.6487603,0.6446281,0.6322314,0.59917355,0.607438,0.59090906,0.5661157,0.5371901,0.5247934,0.5413223,0.59917355,0.6735537,0.6446281,0.61570245,0.6570248,0.6694215,0.7066116,0.7231405,0.7355372,0.7355372,0.72727275,0.74793386,0.74380165,0.6859504,0.5495868,0.3966942,0.30991736,0.28512397,0.21900827,0.22727273,0.17355372,0.17355372,0.15289256,0.14049587,0.1983471,0.338843,0.41322315,0.45867768,0.5,0.49173555,0.45867768,0.39256197,0.3140496,0.27272728,0.36363637,0.48347107,0.42975205,0.26859504,0.15289256,0.35950413,0.43801653,0.5082645,0.58677685,0.58677685,0.5661157,0.58677685,0.59504133,0.58677685,0.4876033,0.41735536,0.4090909,0.42975205,0.42561984,0.45867768,0.49173555,0.48347107,0.45867768,0.42561984,0.43801653,0.446281,0.41322315,0.35123968,0.3429752,0.37190083,0.45041323,0.5495868,0.553719,0.5165289,0.5206612,0.57438016,0.6363636,0.661157,0.7066116,0.6983471,0.6735537,0.677686,0.6818182,0.59917355,0.4214876,0.33471075,0.2892562,0.24380165,0.1983471,0.18181819,0.1446281,0.15289256,0.11157025,0.1694215,0.34710744,0.47933885,0.5041322,0.56198347,0.6570248,0.7066116,0.6652893,0.61570245,0.5165289,0.35950413,0.27272728,0.46280992,0.46280992,0.25619835,0.1446281,0.36363637,0.46694216,0.5206612,0.59090906,0.59090906,0.5247934,0.49173555,0.44214877,0.3677686,0.29752067,0.2603306,0.28512397,0.32231405,0.32231405,0.3140496,0.3140496,0.29752067,0.2892562,0.28099173,0.2768595,0.2892562,0.29338843,0.23140496,0.21487603,0.27272728,0.34710744,0.4338843,0.49173555,0.42975205,0.41322315,0.5,0.56198347,0.59504133,0.6570248,0.6570248,0.6280992,0.607438,0.60330576,0.5289256,0.3966942,0.3181818,0.2603306,0.23966943,0.1983471,0.18181819,0.14876033,0.17355372,0.22727273,0.35123968,0.45867768,0.5,0.5123967,0.58264464,0.6818182,0.75206614,0.74380165,0.71487606,0.677686,0.5289256,0.36363637,0.40495867,0.49586776,0.2231405,0.1322314,0.37190083,0.4876033,0.5206612,0.58264464,0.57024795,0.4214876,0.35950413,0.29338843,0.21900827,0.24380165,0.24380165,0.2520661,0.29752067,0.2520661,0.23140496,0.19421488,0.18595041,0.18181819,0.1694215,0.18181819,0.1694215,0.18595041,0.16115703,0.1694215,0.2231405,0.29752067,0.37603307,0.40082645,0.3553719,0.35123968,0.46694216,0.5082645,0.5371901,0.60330576,0.58264464,0.56198347,0.54545456,0.5495868,0.46694216,0.37190083,0.2892562,0.23553719,0.23553719,0.21487603,0.2107438,0.2231405,0.28512397,0.35950413,0.41735536,0.43801653,0.446281,0.47107437,0.5413223,0.6198347,0.677686,0.7066116,0.70247936,0.71900827,0.661157,0.5206612,0.40495867,0.446281,0.26859504,0.10743801,0.39256197,0.5041322,0.5371901,0.553719,0.4752066,0.36363637,0.29338843,0.24380165,0.23140496,0.2644628,0.28099173,0.2768595,0.2892562,0.24793388,0.2231405,0.1983471,0.17355372,0.12809917,0.1322314,0.14049587,0.12396694,0.15289256,0.1446281,0.16115703,0.18595041,0.24380165,0.3264463,0.29752067,0.32231405,0.3181818,0.42975205,0.44214877,0.47107437,0.5371901,0.5165289,0.5082645,0.5165289,0.5247934,0.4338843,0.3264463,0.27272728,0.2231405,0.27272728,0.27272728,0.30991736,0.3305785,0.338843,0.3264463,0.34710744,0.3553719,0.37190083,0.39256197,0.44214877,0.5082645,0.5661157,0.607438,0.6487603,0.69008267,0.6859504,0.59917355,0.47107437,0.42975205,0.27272728,0.11157025,0.4090909,0.5,0.5371901,0.5371901,0.44214877,0.36363637,0.33471075,0.3264463,0.35950413,0.38429752,0.3677686,0.35123968,0.3553719,0.3264463,0.29338843,0.28512397,0.2644628,0.24380165,0.20247933,0.1694215,0.15289256,0.16115703,0.17355372,0.17768595,0.1983471,0.23966943,0.24793388,0.2644628,0.2892562,0.30578512,0.38842976,0.40082645,0.4338843,0.4752066,0.45454547,0.49586776,0.5247934,0.5123967,0.43801653,0.32231405,0.30991736,0.28099173,0.35123968,0.35123968,0.35123968,0.2768595,0.29752067,0.2603306,0.28512397,0.27272728,0.33471075,0.3429752,0.3553719,0.3966942,0.45041323,0.5082645,0.58264464,0.6280992,0.6528926,0.6280992,0.5123967,0.46280992,0.28099173,0.11157025,0.41322315,0.49586776,0.5413223,0.5123967,0.446281,0.40082645,0.42975205,0.46694216,0.5206612,0.5082645,0.43801653,0.39256197,0.39256197,0.3553719,0.30578512,0.2892562,0.26859504,0.2520661,0.2231405,0.19421488,0.1983471,0.20661157,0.2231405,0.23966943,0.2603306,0.28099173,0.2768595,0.27272728,0.2768595,0.30991736,0.3677686,0.41735536,0.446281,0.46694216,0.47107437,0.5289256,0.5495868,0.5247934,0.44214877,0.3677686,0.37190083,0.36363637,0.37603307,0.3305785,0.25619835,0.2520661,0.27272728,0.26859504,0.2892562,0.3140496,0.3677686,0.35950413,0.37603307,0.37190083,0.3429752,0.41735536,0.5082645,0.57024795,0.59090906,0.61570245,0.55785125,0.446281,0.32231405,0.10330579,0.40082645,0.49586776,0.53305787,0.5371901,0.49586776,0.45454547,0.48347107,0.5,0.53305787,0.5,0.40495867,0.3305785,0.30578512,0.21487603,0.2107438,0.19421488,0.18181819,0.17355372,0.20247933,0.1983471,0.19008264,0.18595041,0.20661157,0.23966943,0.29338843,0.33471075,0.3305785,0.29338843,0.28099173,0.32231405,0.3966942,0.47107437,0.5123967,0.54545456,0.5785124,0.59917355,0.58264464,0.5247934,0.42975205,0.37190083,0.38016528,0.38016528,0.3305785,0.2603306,0.23553719,0.25619835,0.2892562,0.30165288,0.2603306,0.2644628,0.2892562,0.33471075,0.41322315,0.45867768,0.40082645,0.3677686,0.45041323,0.5082645,0.54545456,0.57024795,0.5661157,0.45041323,0.35950413,0.14876033,0.38016528,0.49586776,0.5289256,0.5371901,0.53305787,0.5,0.5,0.49173555,0.46694216,0.3966942,0.2892562,0.21487603,0.19008264,0.20247933,0.19008264,0.12809917,0.17768595,0.11570248,0.17355372,0.2603306,0.2768595,0.21487603,0.2231405,0.22727273,0.28099173,0.3140496,0.3429752,0.32231405,0.29752067,0.3305785,0.45041323,0.57438016,0.6363636,0.6446281,0.69008267,0.69008267,0.61157024,0.48347107,0.3966942,0.3677686,0.35123968,0.33471075,0.27272728,0.24793388,0.26859504,0.35123968,0.3429752,0.37603307,0.37190083,0.38429752,0.38842976,0.3553719,0.30165288,0.32231405,0.38842976,0.38016528,0.42975205,0.4876033,0.5123967,0.5413223,0.5661157,0.49173555,0.38016528,0.21487603,0.3677686,0.49586776,0.5247934,0.5289256,0.5371901,0.5,0.47933885,0.45041323,0.36363637,0.26859504,0.18181819,0.16528925,0.24380165,0.28512397,0.18595041,0.14876033,0.2520661,0.19421488,0.21487603,0.28099173,0.3966942,0.35950413,0.24793388,0.2603306,0.2768595,0.29752067,0.338843,0.3305785,0.29338843,0.3553719,0.57024795,0.7066116,0.74380165,0.7107438,0.75619835,0.76033056,0.61570245,0.41322315,0.37190083,0.36363637,0.34710744,0.29752067,0.2644628,0.3140496,0.45454547,0.38842976,0.23966943,0.39256197,0.20247933,0.22727273,0.38842976,0.5041322,0.4090909,0.24793388,0.26859504,0.3553719,0.446281,0.48347107,0.49173555,0.5247934,0.5785124,0.5082645,0.41322315,0.24793388,0.38429752,0.5041322,0.49586776,0.5041322,0.5123967,0.4752066,0.4338843,0.38842976,0.29338843,0.24793388,0.2231405,0.2644628,0.338843,0.30991736,0.2107438,0.18181819,0.24793388,0.28099173,0.29338843,0.28512397,0.40082645,0.45454547,0.338843,0.27272728,0.28099173,0.30578512,0.338843,0.32231405,0.29338843,0.42975205,0.661157,0.75619835,0.7768595,0.76859504,0.77272725,0.76033056,0.5785124,0.38842976,0.38016528,0.37603307,0.38429752,0.3181818,0.30165288,0.3966942,0.5041322,0.2644628,0.14049587,0.5041322,0.14876033,0.48347107,0.2644628,0.53305787,0.607438,0.38842976,0.19008264,0.32231405,0.4752066,0.49586776,0.4876033,0.5413223,0.59917355,0.5289256,0.42561984,0.29338843,0.38842976,0.49586776,0.4876033,0.49586776,0.5785124,0.5206612,0.446281,0.38429752,0.338843,0.40495867,0.41735536,0.4876033,0.49173555,0.46694216,0.40495867,0.3553719,0.2892562,0.23966943,0.29752067,0.29338843,0.4338843,0.45867768,0.35950413,0.2644628,0.2603306,0.3264463,0.35123968,0.29752067,0.3305785,0.5289256,0.71487606,0.7768595,0.7933884,0.78512394,0.78099173,0.73140496,0.5495868,0.40082645,0.42975205,0.446281,0.39256197,0.338843,0.33471075,0.4214876,0.45454547,0.23140496,0.16528925,0.23140496,0.23966943,0.2892562,0.27272728,0.4338843,0.607438,0.46280992,0.32231405,0.38016528,0.4876033,0.48347107,0.53305787,0.59090906,0.61157024,0.56198347,0.3677686,0.3429752,0.35950413,0.47107437,0.49173555,0.4752066,0.57024795,0.57438016,0.5289256,0.4876033,0.5123967,0.5123967,0.5495868,0.6198347,0.61157024,0.6322314,0.61570245,0.6487603,0.6280992,0.59090906,0.48347107,0.49173555,0.5041322,0.4752066,0.37190083,0.3305785,0.29338843,0.30991736,0.36363637,0.30991736,0.42975205,0.607438,0.7066116,0.76033056,0.78099173,0.76859504,0.7644628,0.7355372,0.57438016,0.44214877,0.46694216,0.47107437,0.40495867,0.37603307,0.36363637,0.40082645,0.42561984,0.37190083,0.3553719,0.37603307,0.38429752,0.4214876,0.46280992,0.5041322,0.56198347,0.5289256,0.46694216,0.45867768,0.49586776,0.5247934,0.59090906,0.6363636,0.6404959,0.5785124,0.41735536,0.39256197,0.3553719,0.4876033,0.5206612,0.53305787,0.607438,0.6446281,0.6570248,0.6528926,0.607438,0.55785125,0.55785125,0.59090906,0.61570245,0.6198347,0.6322314,0.661157,0.6818182,0.6735537,0.59917355,0.61157024,0.59504133,0.59090906,0.5082645,0.45454547,0.4338843,0.41322315,0.41322315,0.4338843,0.55785125,0.6322314,0.6694215,0.73966944,0.77272725,0.75206614,0.75619835,0.7066116,0.59917355,0.5123967,0.49586776,0.5247934,0.47107437,0.45867768,0.42561984,0.47107437,0.5289256,0.5785124,0.607438,0.6446281,0.70247936,0.6363636,0.62396693,0.6280992,0.6198347,0.59504133,0.5247934,0.49173555,0.53305787,0.59917355,0.6487603,0.677686,0.6818182,0.59504133,0.46280992,0.42975205,0.3677686,0.5165289,0.5165289,0.55785125,0.6446281,0.69008267,0.73140496,0.74380165,0.7066116,0.6322314,0.5661157,0.5495868,0.5785124,0.57024795,0.5413223,0.53305787,0.5413223,0.5413223,0.5289256,0.5247934,0.5371901,0.5289256,0.5,0.46694216,0.46694216,0.46694216,0.5041322,0.58677685,0.60330576,0.61570245,0.6942149,0.75619835,0.7768595,0.76859504,0.76859504,0.7231405,0.58677685,0.57024795,0.57024795,0.57438016,0.5206612,0.5,0.49586776,0.5247934,0.5371901,0.57438016,0.61157024,0.60330576,0.61570245,0.61570245,0.59090906,0.59917355,0.57024795,0.54545456,0.5289256,0.5413223,0.607438,0.6528926,0.6818182,0.7107438,0.7066116,0.6198347,0.48347107,0.45867768,0.39256197,0.553719,0.5123967,0.553719,0.6322314,0.677686,0.7066116,0.71487606,0.7066116,0.6735537,0.6322314,0.57438016,0.5165289,0.49173555,0.48347107,0.45867768,0.446281,0.446281,0.43801653,0.43801653,0.44214877,0.43801653,0.46280992,0.47933885,0.49173555,0.5371901,0.6280992,0.6404959,0.59504133,0.6322314,0.7231405,0.7644628,0.76859504,0.76859504,0.76859504,0.73140496,0.61570245,0.58677685,0.6446281,0.6652893,0.607438,0.5495868,0.5289256,0.5,0.4752066,0.47933885,0.4876033,0.46280992,0.45041323,0.48347107,0.49586776,0.5206612,0.5123967,0.49586776,0.5661157,0.661157,0.71900827,0.71487606,0.71487606,0.71900827,0.6983471,0.6528926,0.47933885,0.45867768,0.42561984,0.5785124,0.54545456,0.5247934,0.61157024,0.6446281,0.6363636,0.6818182,0.6942149,0.677686,0.6983471,0.6487603,0.6280992,0.57024795,0.54545456,0.5,0.46694216,0.45867768,0.4752066,0.48347107,0.49173555,0.5247934,0.55785125,0.59504133,0.6322314,0.677686,0.6942149,0.6363636,0.59090906,0.6487603,0.6983471,0.73140496,0.73966944,0.75619835,0.77272725,0.75619835,0.6363636,0.58677685,0.6528926,0.7066116,0.70247936,0.6652893,0.6487603,0.6446281,0.6198347,0.57438016,0.54545456,0.5123967,0.49173555,0.5371901,0.553719,0.57024795,0.61570245,0.6694215,0.70247936,0.74380165,0.75619835,0.74380165,0.73966944,0.71487606,0.69008267,0.6446281,0.48347107,0.45041323,0.45867768,0.5785124,0.5495868,0.5123967,0.59090906,0.58677685,0.60330576,0.6528926,0.70247936,0.71900827,0.75206614,0.77272725,0.7644628,0.71900827,0.6859504,0.6528926,0.6528926,0.6446281,0.6363636,0.6280992,0.6280992,0.6570248,0.6818182,0.72727275,0.7231405,0.71900827,0.6983471,0.6322314,0.59917355,0.6652893,0.6859504,0.73140496,0.74380165,0.75206614,0.76033056,0.75206614,0.6446281,0.59090906,0.6363636,0.6983471,0.72727275,0.7355372,0.7231405,0.7107438,0.7066116,0.69008267,0.7066116,0.7107438,0.70247936,0.6942149,0.6983471,0.72727275,0.73966944,0.73140496,0.74380165,0.74793386,0.74793386,0.73966944,0.7231405,0.70247936,0.6735537,0.61157024,0.5041322,0.45867768,0.5,0.57438016,0.54545456,0.55785125,0.57024795,0.56198347,0.607438,0.6694215,0.71487606,0.74380165,0.76859504,0.7892562,0.78512394,0.77272725,0.76033056,0.75206614,0.74793386,0.74793386,0.75206614,0.74380165,0.7231405,0.7355372,0.7644628,0.77272725,0.7355372,0.71487606,0.69008267,0.6363636,0.6198347,0.6818182,0.7107438,0.75619835,0.77272725,0.77272725,0.75619835,0.74380165,0.677686,0.60330576,0.6363636,0.69008267,0.7231405,0.75619835,0.76033056,0.76859504,0.7768595,0.75206614,0.7644628,0.75206614,0.75206614,0.75619835,0.76859504,0.7644628,0.7644628,0.76033056,0.76033056,0.75206614,0.74380165,0.74793386,0.71487606,0.677686,0.661157,0.58264464,0.49173555,0.47933885,0.53305787,0.57024795,0.5495868,0.5785124,0.5661157,0.58677685,0.6404959,0.6942149,0.71900827,0.73966944,0.77272725,0.7933884,0.7933884,0.78512394,0.78099173,0.78099173,0.7768595,0.78512394,0.7933884,0.78512394,0.7768595,0.78099173,0.78512394,0.7644628,0.72727275,0.71487606,0.6942149,0.6446281,0.6446281,0.6942149,0.7355372,0.76859504,0.78512394,0.77272725,0.75619835,0.73966944,0.6818182,0.6280992,0.6322314,0.6818182,0.71487606,0.75619835,0.76859504,0.78099173,0.8016529,0.7892562,0.79752064,0.7892562,0.77272725,0.76859504,0.7892562,0.78512394,0.7892562,0.7768595,0.78099173,0.77272725,0.76033056,0.7644628,0.73140496,0.6818182,0.6446281,0.59504133,0.48347107,0.4876033,0.55785125,0.56198347,0.5661157,0.57024795,0.58677685,0.6487603,0.677686,0.71900827,0.70247936,0.7355372,0.7644628,0.7933884,0.7892562,0.7933884,0.78512394,0.8057851,0.78512394,0.7892562,0.7933884,0.8016529,0.7892562,0.7892562,0.78512394,0.75206614,0.7231405,0.7231405,0.6859504,0.6528926,0.6694215,0.7107438,0.74793386,0.7768595,0.7892562,0.78099173,0.7768595,0.73966944,0.6818182,0.6528926,0.6487603,0.677686,0.7066116,0.73966944,0.76033056,0.77272725,0.78512394,0.7933884,0.7892562,0.78099173,0.78512394,0.78512394,0.7892562,0.7892562,0.78512394,0.7933884,0.78099173,0.7768595,0.78512394,0.76033056,0.74380165,0.6983471,0.6570248,0.61157024,0.49173555,0.46694216,0.5413223,0.54545456,0.58264464,0.58677685,0.6280992,0.69008267,0.70247936,0.7231405,0.71900827,0.73966944,0.76859504,0.7892562,0.78512394,0.7892562,0.7892562,0.8140496,0.7768595,0.8016529,0.7892562,0.79752064,0.7892562,0.7933884,0.7644628,0.73140496,0.71487606,0.7066116,0.6570248,0.661157,0.69008267,0.7231405,0.7644628,0.7933884,0.79752064,0.7768595,0.7768595,0.72727275,0.69008267,0.6818182,0.6735537,0.6859504,0.70247936,0.7231405,0.74380165,0.76033056,0.77272725,0.78512394,0.78512394,0.78099173,0.7892562,0.7933884,0.7892562,0.78512394,0.78099173,0.7933884,0.78512394,0.78099173,0.78099173,0.7644628,0.76033056,0.7231405,0.6859504,0.60330576,0.5082645,0.45041323,0.5247934,0.55785125,0.60330576,0.61157024,0.6487603,0.6942149,0.71487606,0.73966944,0.74793386,0.75619835,0.77272725,0.7768595,0.78099173,0.78512394,0.79752064,0.79752064,0.79752064,0.8016529,0.8016529,0.79752064,0.78512394,0.7892562,0.74380165,0.71487606,0.6859504,0.661157,0.6528926,0.677686,0.6942149,0.7231405,0.7933884,0.80991733,0.8140496,0.78512394,0.78512394,0.73966944,0.7231405,0.70247936,0.6859504,0.6528926,0.6818182,0.6983471,0.7355372,0.75206614,0.77272725,0.7892562,0.78512394,0.7933884,0.78512394,0.7892562,0.7892562,0.7933884,0.7892562,0.78512394,0.78512394,0.7892562,0.78099173,0.77272725,0.76033056,0.72727275,0.6942149,0.6363636,0.5247934,0.46280992,0.49586776,0.56198347,0.6363636,0.6363636,0.6487603,0.6859504,0.7107438,0.73140496,0.75619835,0.75619835,0.7644628,0.78512394,0.7933884,0.79752064,0.79752064,0.79752064,0.7892562,0.7933884,0.79752064,0.7892562,0.7768595,0.77272725,0.7231405,0.677686,0.6652893,0.69008267,0.6735537,0.6694215,0.6859504,0.72727275,0.8057851,0.8347107,0.8264463,0.79752064,0.78099173,0.75206614,0.73140496,0.7107438,0.6942149,0.6818182,0.69008267,0.6818182,0.7066116,0.72727275,0.76859504,0.7933884,0.78512394,0.8057851,0.79752064,0.7892562,0.7892562,0.78512394,0.7892562,0.7892562,0.78099173,0.7892562,0.78099173,0.75619835,0.76033056,0.7231405,0.6735537,0.6322314,0.553719,0.48347107,0.46694216,0.56198347,0.6570248,0.6404959,0.6487603,0.6859504,0.70247936,0.72727275,0.74380165,0.74380165,0.75619835,0.78512394,0.7933884,0.8016529,0.79752064,0.78512394,0.7768595,0.7644628,0.76859504,0.76033056,0.75206614,0.7107438,0.6735537,0.6735537,0.6983471,0.6983471,0.6694215,0.6363636,0.6487603,0.7107438,0.78099173,0.8140496,0.8140496,0.79752064,0.77272725,0.75206614,0.7231405,0.6942149,0.6859504,0.71487606,0.7231405,0.7107438,0.6859504,0.69008267,0.74793386,0.78512394,0.79752064,0.8016529,0.8016529,0.79752064,0.79752064,0.7933884,0.80991733,0.79752064,0.78512394,0.7892562,0.7768595,0.75619835,0.76859504,0.7231405,0.6652893,0.60330576,0.57438016,0.5165289,0.46280992,0.5247934,0.6570248,0.6528926,0.6446281,0.6818182,0.6983471,0.7107438,0.74380165,0.73140496,0.75619835,0.76859504,0.7892562,0.7892562,0.78512394,0.76033056,0.73966944,0.7355372,0.73140496,0.71900827,0.7107438,0.6818182,0.6694215,0.6818182,0.6942149,0.677686,0.61570245,0.5785124,0.57024795,0.661157,0.73966944,0.76859504,0.76859504,0.77272725,0.76859504,0.7355372,0.6694215,0.6487603,0.6570248,0.6818182,0.73140496,0.76033056,0.7231405,0.6818182,0.7355372,0.7892562,0.79752064,0.80991733,0.8057851,0.80991733,0.8057851,0.79752064,0.79752064,0.7933884,0.78512394,0.7768595,0.77272725,0.77272725,0.75619835,0.7231405,0.677686,0.60330576,0.57438016,0.5413223,0.45041323,0.5041322,0.62396693,0.6404959,0.6363636,0.6652893,0.6818182,0.7107438,0.7231405,0.7231405,0.74380165,0.74793386,0.76033056,0.76033056,0.76033056,0.73966944,0.72727275,0.7066116,0.70247936,0.6983471,0.71900827,0.7066116,0.6487603,0.62396693,0.62396693,0.59504133,0.5041322,0.49173555,0.45867768,0.5785124,0.6652893,0.70247936,0.70247936,0.7231405,0.7107438,0.6570248,0.5661157,0.5661157,0.57438016,0.59917355,0.6735537,0.71487606,0.7355372,0.69008267,0.7355372,0.7933884,0.8057851,0.8016529,0.80991733,0.8140496,0.8016529,0.7933884,0.78512394,0.78099173,0.7768595,0.76033056,0.76033056,0.75206614,0.73140496,0.7066116,0.6652893,0.59504133,0.55785125,0.5247934,0.44214877,0.4876033,0.59504133,0.6322314,0.6280992,0.6404959,0.6694215,0.6983471,0.6942149,0.6983471,0.71487606,0.7231405,0.7231405,0.7231405,0.72727275,0.70247936,0.6859504,0.6652893,0.661157,0.6818182,0.7066116,0.6983471,0.57024795,0.5123967,0.4752066,0.43801653,0.38429752,0.35123968,0.35123968,0.40495867,0.5371901,0.59090906,0.61570245,0.61157024,0.57024795,0.5165289,0.46694216,0.47107437,0.46694216,0.48347107,0.5495868,0.58264464,0.62396693,0.61157024,0.6859504,0.76859504,0.79752064,0.7933884,0.80991733,0.8016529,0.7768595,0.7892562,0.78099173,0.78099173,0.7768595,0.75206614,0.74380165,0.72727275,0.7066116,0.6859504,0.6528926,0.59090906,0.55785125,0.5,0.446281,0.45867768,0.5661157,0.607438,0.61570245,0.61157024,0.6363636,0.6570248,0.6528926,0.661157,0.6818182,0.6983471,0.6983471,0.70247936,0.70247936,0.6735537,0.6280992,0.607438,0.6363636,0.6735537,0.71487606,0.70247936,0.53305787,0.4090909,0.3677686,0.3181818,0.23966943,0.19008264,0.2231405,0.3264463,0.4090909,0.45867768,0.49586776,0.4876033,0.42561984,0.42975205,0.38842976,0.3429752,0.2603306,0.28099173,0.36363637,0.446281,0.49586776,0.5082645,0.58677685,0.72727275,0.76859504,0.73140496,0.73140496,0.74380165,0.7355372,0.77272725,0.7644628,0.7768595,0.7644628,0.74793386,0.73140496,0.7066116,0.6818182,0.6487603,0.6280992,0.55785125,0.54545456,0.47933885,0.45867768,0.42975205,0.5206612,0.59504133,0.59504133,0.57438016,0.61157024,0.607438,0.61570245,0.6322314,0.6570248,0.6735537,0.6859504,0.69008267,0.677686,0.6404959,0.59504133,0.61570245,0.6694215,0.7107438,0.7231405,0.72727275,0.54545456,0.38016528,0.3305785,0.2892562,0.21487603,0.1570248,0.14049587,0.21900827,0.3264463,0.37190083,0.40082645,0.4090909,0.40082645,0.38016528,0.3305785,0.2520661,0.17355372,0.20661157,0.28099173,0.3677686,0.40082645,0.43801653,0.5371901,0.6983471,0.71900827,0.661157,0.61570245,0.61570245,0.6570248,0.7231405,0.7355372,0.7355372,0.74380165,0.7355372,0.69008267,0.6694215,0.6446281,0.59917355,0.58264464,0.5371901,0.53305787,0.4752066,0.446281,0.45454547,0.45041323,0.57024795,0.56198347,0.553719,0.57024795,0.553719,0.60330576,0.61570245,0.6446281,0.661157,0.6652893,0.677686,0.6570248,0.58677685,0.59504133,0.6694215,0.7107438,0.7231405,0.70247936,0.7355372,0.58677685,0.3677686,0.29752067,0.30991736,0.2603306,0.2520661,0.2644628,0.27272728,0.30165288,0.3264463,0.3553719,0.3677686,0.40082645,0.40495867,0.38429752,0.37603307,0.35123968,0.34710744,0.35123968,0.36363637,0.37603307,0.41735536,0.5041322,0.6446281,0.7231405,0.7231405,0.661157,0.5785124,0.54545456,0.62396693,0.69008267,0.7107438,0.7231405,0.7066116,0.6735537,0.6363636,0.60330576,0.553719,0.53305787,0.5041322,0.5,0.46694216,0.43801653,0.46280992,0.45454547,0.5165289,0.5413223,0.53305787,0.5041322,0.5289256,0.5785124,0.60330576,0.6198347,0.6446281,0.6363636,0.61157024,0.57024795,0.553719,0.62396693,0.6735537,0.677686,0.6859504,0.69008267,0.6983471,0.607438,0.39256197,0.33471075,0.34710744,0.3140496,0.30165288,0.3264463,0.3181818,0.3181818,0.3140496,0.3181818,0.3140496,0.3553719,0.41322315,0.42975205,0.446281,0.42975205,0.43801653,0.4214876,0.42975205,0.45041323,0.46280992,0.47107437,0.5785124,0.661157,0.6859504,0.6735537,0.6198347,0.49586776,0.45867768,0.55785125,0.6404959,0.677686,0.677686,0.6570248,0.61570245,0.57438016,0.5289256,0.4876033,0.47933885,0.48347107,0.45867768,0.42561984,0.45041323,0.45041323,0.47933885,0.5247934,0.5,0.46280992,0.5165289,0.57438016,0.59917355,0.61570245,0.61570245,0.58677685,0.5165289,0.49173555,0.5495868,0.60330576,0.62396693,0.6322314,0.6570248,0.6694215,0.6528926,0.59090906,0.48347107,0.42561984,0.40495867,0.38842976,0.35950413,0.36363637,0.338843,0.3429752,0.3264463,0.3140496,0.3264463,0.3553719,0.39256197,0.4214876,0.4338843,0.41735536,0.4338843,0.42561984,0.46694216,0.47107437,0.46280992,0.45041323,0.5413223,0.6198347,0.6487603,0.6404959,0.61157024,0.56198347,0.43801653,0.4214876,0.5123967,0.59917355,0.6446281,0.6404959,0.59917355,0.553719,0.5041322,0.45041323,0.44214877,0.47107437,0.45454547,0.4090909,0.46694216,0.446281,0.46280992,0.5041322,0.47933885,0.44214877,0.5247934,0.5661157,0.60330576,0.61157024,0.58677685,0.5206612,0.42561984,0.45041323,0.5247934,0.5661157,0.5785124,0.60330576,0.61157024,0.607438,0.61157024,0.58677685,0.5413223,0.49173555,0.46280992,0.45454547,0.44214877,0.4214876,0.3677686,0.34710744,0.34710744,0.35950413,0.3677686,0.36363637,0.38429752,0.41322315,0.4338843,0.42561984,0.446281,0.45041323,0.45454547,0.46694216,0.46280992,0.45867768,0.5165289,0.59090906,0.60330576,0.5785124,0.56198347,0.5785124,0.5495868,0.3966942,0.38016528,0.5041322,0.58264464,0.61570245,0.607438,0.54545456,0.47107437,0.42975205,0.43801653,0.46280992,0.45041323,0.38842976,0.45454547,0.4752066,0.44214877,0.4752066,0.49173555,0.4214876,0.5165289,0.5495868,0.61157024,0.59504133,0.55785125,0.4214876,0.35123968,0.47107437,0.53305787,0.5371901,0.5413223,0.57024795,0.58677685,0.59504133,0.59090906,0.5785124,0.553719,0.5206612,0.5082645,0.49586776,0.5082645,0.5041322,0.45867768,0.3966942,0.38016528,0.39256197,0.38842976,0.40495867,0.41735536,0.41322315,0.42975205,0.44214877,0.46694216,0.47933885,0.47933885,0.4876033,0.4876033,0.4876033,0.5123967,0.5413223,0.54545456,0.53305787,0.5413223,0.553719,0.5371901,0.45867768,0.338843,0.38429752,0.5123967,0.57024795,0.59090906,0.5371901,0.46694216,0.4214876,0.45454547,0.45454547,0.45041323,0.36363637,0.45454547,0.4752066,0.44214877,0.46280992,0.47933885,0.4338843,0.4876033,0.5495868,0.59504133,0.58264464,0.49586776,0.3553719,0.3677686,0.5289256,0.56198347,0.5206612,0.53305787,0.5495868,0.57438016,0.58264464,0.56198347,0.57438016,0.5661157,0.553719,0.5413223,0.5165289,0.53305787,0.5371901,0.5413223,0.5,0.446281,0.4214876,0.44214877,0.446281,0.45454547,0.41735536,0.42975205,0.45867768,0.48347107,0.5041322,0.5165289,0.53305787,0.5289256,0.5123967,0.5165289,0.5206612,0.5289256,0.5123967,0.5206612,0.5413223,0.5413223,0.5,0.3677686,0.3181818,0.43801653,0.53305787,0.55785125,0.5247934,0.45454547,0.41322315,0.45041323,0.45041323,0.43801653,0.30578512,0.4338843,0.47933885,0.45041323,0.45454547,0.49173555,0.46694216,0.45454547,0.5289256,0.5785124,0.553719,0.44214877,0.35950413,0.44214877,0.5495868,0.5371901,0.5206612,0.5247934,0.5371901,0.54545456,0.56198347,0.5661157,0.59090906,0.59504133,0.58264464,0.57438016,0.553719,0.5495868,0.56198347,0.57438016,0.6198347,0.54545456,0.446281,0.47107437,0.42975205,0.46280992,0.4338843,0.47107437,0.5165289,0.5247934,0.5206612,0.5082645,0.553719,0.53305787,0.5495868,0.5371901,0.553719,0.53305787,0.5041322,0.5165289,0.5289256,0.53305787,0.5206612,0.42975205,0.29752067,0.4214876,0.5206612,0.5371901,0.5123967,0.42975205,0.41322315,0.446281,0.446281,0.43801653,0.2644628,0.41735536,0.48347107,0.45867768,0.446281,0.5041322,0.5082645,0.46694216,0.5041322,0.553719,0.5371901,0.41735536,0.3966942,0.5082645,0.54545456,0.5165289,0.5123967,0.5206612,0.54545456,0.5785124,0.5785124,0.58264464,0.607438,0.6322314,0.6570248,0.6446281,0.62396693,0.6198347,0.62396693,0.6404959,0.69008267,0.6446281,0.5495868,0.5123967,0.47107437,0.4876033,0.4876033,0.5413223,0.57024795,0.57024795,0.5413223,0.53305787,0.57024795,0.56198347,0.59090906,0.57024795,0.58264464,0.553719,0.5041322,0.5206612,0.5123967,0.5289256,0.5495868,0.5289256,0.2892562,0.46694216,0.5413223,0.54545456,0.5041322,0.41322315,0.42561984,0.45041323,0.44214877,0.446281,0.18181819,0.4338843,0.49173555,0.47933885,0.43801653,0.5041322,0.553719,0.4876033,0.48347107,0.5371901,0.55785125,0.4338843,0.5123967,0.61570245,0.553719,0.46280992,0.5,0.5289256,0.553719,0.59504133,0.59917355,0.58264464,0.60330576,0.62396693,0.6404959,0.6446281,0.661157,0.6652893,0.6818182,0.6859504,0.73140496,0.7066116,0.6487603,0.60330576,0.5661157,0.5661157,0.5785124,0.607438,0.6280992,0.6322314,0.607438,0.61570245,0.6487603,0.6404959,0.61570245,0.59090906,0.59504133,0.59090906,0.5371901,0.5123967,0.5165289,0.54545456,0.6487603,0.607438,0.36363637,0.5082645,0.59090906,0.56198347,0.4876033,0.3966942,0.44214877,0.46694216,0.44214877,0.46694216,0.2520661,0.3553719,0.47933885,0.47933885,0.45454547,0.49173555,0.58677685,0.5247934,0.47107437,0.5123967,0.5785124,0.55785125,0.6487603,0.71487606,0.69008267,0.59917355,0.5,0.47933885,0.48347107,0.5165289,0.49586776,0.45867768,0.49173555,0.5247934,0.49586776,0.5082645,0.5495868,0.57438016,0.61157024,0.59504133,0.6487603,0.661157,0.6735537,0.6694215,0.6322314,0.607438,0.59090906,0.5785124,0.57438016,0.58264464,0.57438016,0.58264464,0.6198347,0.58264464,0.53305787,0.5165289,0.5413223,0.5495868,0.5041322,0.45867768,0.49586776,0.62396693,0.7355372,0.6322314,0.4876033,0.5785124,0.6528926,0.56198347,0.46694216,0.4338843,0.45867768,0.48347107,0.45454547,0.45041323,0.3429752,0.30991736,0.46280992,0.47933885,0.46694216,0.4876033,0.5785124,0.553719,0.47933885,0.5,0.61157024,0.6818182,0.71900827,0.71487606,0.7107438,0.6942149,0.59504133,0.46694216,0.3429752,0.2768595,0.21900827,0.2231405,0.28099173,0.30578512,0.29338843,0.3181818,0.35123968,0.35123968,0.3677686,0.3966942,0.43801653,0.5,0.55785125,0.61157024,0.56198347,0.5165289,0.45867768,0.4338843,0.41735536,0.42561984,0.4214876,0.40082645,0.40495867,0.38429752,0.35123968,0.3264463,0.30578512,0.29338843,0.28099173,0.34710744,0.5289256,0.7066116,0.7355372,0.59504133,0.5785124,0.677686,0.677686,0.553719,0.46280992,0.45454547,0.47933885,0.47107437,0.45454547,0.45041323,0.37190083,0.35123968,0.446281,0.48347107,0.47107437,0.48347107,0.56198347,0.56198347,0.49586776,0.48347107,0.57438016,0.70247936,0.74793386,0.71487606,0.6735537,0.6818182,0.69008267,0.607438,0.4338843,0.2603306,0.19421488,0.16115703,0.18181819,0.17768595,0.2107438,0.23966943,0.2520661,0.2520661,0.23553719,0.25619835,0.30578512,0.30991736,0.3429752,0.40495867,0.40495867,0.38016528,0.3264463,0.32231405,0.3140496,0.3181818,0.3140496,0.27272728,0.2520661,0.28099173,0.24380165,0.2107438,0.12396694,0.13636364,0.23966943,0.4338843,0.6694215,0.74380165,0.6652893,0.5413223,0.6818182,0.77272725,0.677686,0.5165289,0.45041323,0.47107437,0.49586776,0.46280992,0.45041323,0.45454547,0.40495867,0.36363637,0.45041323,0.4752066,0.47107437,0.47107437,0.54545456,0.5785124,0.5082645,0.45867768,0.5371901,0.6735537,0.75206614,0.73140496,0.6694215,0.6570248,0.7066116,0.7107438,0.677686,0.6198347,0.48347107,0.37603307,0.33471075,0.3429752,0.36363637,0.35950413,0.3553719,0.38016528,0.41322315,0.4338843,0.42975205,0.37603307,0.3429752,0.3677686,0.40082645,0.39256197,0.36363637,0.38016528,0.45454547,0.42561984,0.37190083,0.3553719,0.38429752,0.38016528,0.3264463,0.3264463,0.30165288,0.40082645,0.49586776,0.6446281,0.74380165,0.74793386,0.607438,0.57438016,0.78099173,0.79752064,0.6487603,0.46694216,0.44214877,0.47933885,0.5082645,0.43801653,0.45041323,0.45041323,0.4338843,0.37603307,0.44214877,0.46694216,0.48347107,0.43801653,0.5,0.5785124,0.5082645,0.46694216,0.49173555,0.61570245,0.73966944,0.72727275,0.6942149,0.6735537,0.70247936,0.677686,0.677686,0.6446281,0.60330576,0.55785125,0.5206612,0.5,0.4752066,0.47107437,0.49586776,0.5165289,0.54545456,0.57024795,0.607438,0.61570245,0.62396693,0.607438,0.5661157,0.5371901,0.54545456,0.58677685,0.5785124,0.54545456,0.5206612,0.5082645,0.49173555,0.4876033,0.4752066,0.49586776,0.53305787,0.553719,0.61570245,0.6942149,0.71487606,0.6652893,0.61157024,0.6942149,0.8057851,0.75206614,0.58677685,0.44214877,0.45454547,0.49173555,0.5082645,0.4338843,0.43801653,0.45454547,0.43801653,0.41322315,0.42975205,0.45454547,0.47107437,0.446281,0.47933885,0.54545456,0.5247934,0.45454547,0.4752066,0.5289256,0.661157,0.6942149,0.70247936,0.677686,0.6983471,0.6694215,0.6735537,0.6528926,0.6446281,0.62396693,0.5785124,0.54545456,0.5247934,0.5371901,0.54545456,0.54545456,0.59504133,0.62396693,0.6570248,0.6570248,0.6487603,0.6528926,0.661157,0.61570245,0.5785124,0.5785124,0.58264464,0.57024795,0.56198347,0.5495868,0.5413223,0.5371901,0.53305787,0.54545456,0.5495868,0.59504133,0.6487603,0.6859504,0.6694215,0.6280992,0.6652893,0.76033056,0.78099173,0.6859504,0.5206612,0.42975205,0.45867768,0.49586776,0.49586776,0.44214877,0.44214877,0.4090909,0.42561984,0.44214877,0.4214876,0.4338843,0.46280992,0.45454547,0.46280992,0.5165289,0.5082645,0.45867768,0.46694216,0.49586776,0.5785124,0.6528926,0.6818182,0.6942149,0.69008267,0.661157,0.6652893,0.6694215,0.6487603,0.6446281,0.60330576,0.5661157,0.57024795,0.58677685,0.58677685,0.60330576,0.6322314,0.6652893,0.69008267,0.7066116,0.6818182,0.7066116,0.7107438,0.677686,0.6528926,0.6570248,0.6280992,0.607438,0.59504133,0.6198347,0.59090906,0.57438016,0.5661157,0.57024795,0.5785124,0.6404959,0.6735537,0.6694215,0.6570248,0.6446281,0.69008267,0.75619835,0.73140496,0.60330576,0.47933885,0.4338843,0.45454547,0.4876033,0.4752066,0.4338843,0.46280992,0.37190083,0.41735536,0.46694216,0.42561984,0.4214876,0.45454547,0.45867768,0.45867768,0.49173555,0.5041322,0.45867768,0.46694216,0.48347107,0.5371901,0.61570245,0.6363636,0.6528926,0.6694215,0.6528926,0.6363636,0.6528926,0.6446281,0.6322314,0.607438,0.58264464,0.59504133,0.60330576,0.60330576,0.6280992,0.6404959,0.661157,0.70247936,0.72727275,0.73140496,0.71900827,0.71900827,0.71487606,0.7107438,0.7066116,0.677686,0.6487603,0.6280992,0.6322314,0.607438,0.59090906,0.59090906,0.59504133,0.60330576,0.6652893,0.661157,0.6404959,0.6652893,0.6652893,0.6694215,0.73140496,0.6652893,0.53305787,0.45454547,0.446281,0.45867768,0.4752066,0.46694216,0.42975205,0.47107437,0.3264463,0.41322315,0.47933885,0.46280992,0.39256197,0.42561984,0.4338843,0.4338843,0.45867768,0.5041322,0.46280992,0.45454547,0.47933885,0.5082645,0.57438016,0.58677685,0.62396693,0.6446281,0.6487603,0.6322314,0.6322314,0.6280992,0.60330576,0.61570245,0.59504133,0.59917355,0.59917355,0.59917355,0.58264464,0.59090906,0.62396693,0.6487603,0.6652893,0.6735537,0.6859504,0.6859504,0.6735537,0.6694215,0.6735537,0.661157,0.6404959,0.62396693,0.60330576,0.60330576,0.59504133,0.59090906,0.59090906,0.61157024,0.6404959,0.6404959,0.6280992,0.6735537,0.661157,0.6694215,0.6818182,0.58264464,0.49173555,0.46280992,0.45041323,0.45867768,0.47107437,0.446281,0.42975205,0.46694216,0.2768595,0.42561984,0.47107437,0.49173555,0.40082645,0.38842976,0.4090909,0.41735536,0.42561984,0.4752066,0.45867768,0.43801653,0.4338843,0.47933885,0.5165289,0.58264464,0.61157024,0.6280992,0.6446281,0.6404959,0.607438,0.607438,0.58264464,0.59917355,0.59504133,0.607438,0.59090906,0.58677685,0.56198347,0.5495868,0.5785124,0.59504133,0.60330576,0.60330576,0.59917355,0.62396693,0.6280992,0.607438,0.62396693,0.61570245,0.58677685,0.57438016,0.58264464,0.59504133,0.59090906,0.59090906,0.58677685,0.59504133,0.6198347,0.6322314,0.6404959,0.6859504,0.677686,0.6570248,0.61157024,0.5247934,0.47933885,0.46694216,0.45041323,0.46280992,0.45867768,0.44214877,0.43801653,0.4214876,0.24380165,0.42975205,0.45867768,0.5082645,0.42975205,0.35950413,0.40082645,0.3966942,0.40495867,0.4338843,0.43801653,0.42975205,0.41735536,0.45454547,0.4752066,0.5413223,0.58264464,0.59917355,0.6198347,0.62396693,0.58677685,0.59090906,0.57438016,0.5661157,0.57024795,0.59504133,0.5785124,0.58677685,0.58677685,0.55785125,0.58677685,0.5785124,0.5785124,0.5785124,0.5413223,0.56198347,0.58264464,0.5661157,0.59917355,0.58677685,0.5785124,0.59504133,0.59504133,0.60330576,0.59504133,0.59090906,0.58264464,0.57438016,0.607438,0.6198347,0.6198347,0.6487603,0.6404959,0.607438,0.553719,0.5,0.4752066,0.45454547,0.446281,0.45454547,0.43801653,0.42975205,0.446281,0.36363637,0.22727273,0.41735536,0.47933885,0.5247934,0.45867768,0.3677686,0.35950413,0.37603307,0.37603307,0.38842976,0.41735536,0.41735536,0.4090909,0.41322315,0.44214877,0.5165289,0.5413223,0.5661157,0.59090906,0.59917355,0.59917355,0.58677685,0.57024795,0.5661157,0.553719,0.5661157,0.5661157,0.5785124,0.59504133,0.60330576,0.58677685,0.57438016,0.57024795,0.553719,0.5371901,0.5413223,0.5661157,0.5661157,0.55785125,0.57024795,0.607438,0.61157024,0.6280992,0.58677685,0.59504133,0.58264464,0.553719,0.55785125,0.60330576,0.61157024,0.61570245,0.6446281,0.607438,0.56198347,0.5123967,0.49173555,0.47107437,0.44214877,0.4338843,0.45041323,0.42561984,0.42561984,0.43801653,0.29752067,0.20661157,0.41322315,0.49173555,0.5371901,0.5041322,0.39256197,0.3429752,0.35950413,0.3553719,0.3677686,0.38429752,0.38016528,0.39256197,0.38429752,0.40495867,0.46694216,0.5165289,0.5371901,0.5661157,0.59090906,0.607438,0.59504133,0.57438016,0.553719,0.5413223,0.5413223,0.54545456,0.55785125,0.58264464,0.58264464,0.58264464,0.58677685,0.5785124,0.57024795,0.5661157,0.5661157,0.57024795,0.58677685,0.58677685,0.59090906,0.61157024,0.62396693,0.59917355,0.55785125,0.57438016,0.56198347,0.5247934,0.55785125,0.58677685,0.59504133,0.61570245,0.6198347,0.58677685,0.54545456,0.49173555,0.4752066,0.4752066,0.4214876,0.44214877,0.45454547,0.41735536,0.42561984,0.42561984,0.23140496,0.19421488,0.40082645,0.49586776,0.5413223,0.5289256,0.45867768,0.32231405,0.3305785,0.3305785,0.35950413,0.36363637,0.34710744,0.38429752,0.38429752,0.37603307,0.4214876,0.5,0.5082645,0.56198347,0.56198347,0.56198347,0.57438016,0.57438016,0.5495868,0.5247934,0.5165289,0.5206612,0.5371901,0.553719,0.56198347,0.5661157,0.58264464,0.5785124,0.59504133,0.58264464,0.58677685,0.59917355,0.61157024,0.59917355,0.57438016,0.58264464,0.59917355,0.58677685,0.553719,0.5495868,0.5371901,0.53305787,0.57438016,0.58264464,0.5785124,0.59504133,0.58264464,0.57024795,0.53305787,0.48347107,0.45867768,0.46280992,0.4338843,0.45041323,0.446281,0.42561984,0.42561984,0.3553719,0.19008264,0.21487603,0.41322315,0.5,0.54545456,0.5371901,0.5041322,0.38016528,0.3140496,0.338843,0.35123968,0.35950413,0.338843,0.35950413,0.38016528,0.3553719,0.42975205,0.4876033,0.5082645,0.5165289,0.5082645,0.5123967,0.57024795,0.55785125,0.56198347,0.5041322,0.5,0.49173555,0.49173555,0.47933885,0.5289256,0.5289256,0.57024795,0.5785124,0.58677685,0.57024795,0.57024795,0.57024795,0.57024795,0.553719,0.54545456,0.54545456,0.553719,0.5371901,0.5247934,0.5247934,0.5289256,0.54545456,0.58264464,0.5785124,0.553719,0.55785125,0.5661157,0.57024795,0.5206612,0.47107437,0.45454547,0.446281,0.43801653,0.44214877,0.4338843,0.4338843,0.3966942,0.28099173,0.19008264,0.20247933,0.42975205,0.49586776,0.5413223,0.5413223,0.5247934,0.42975205,0.33471075,0.338843,0.3429752,0.35123968,0.35123968,0.35950413,0.38016528,0.38016528,0.40495867,0.45041323,0.49173555,0.5206612,0.5206612,0.5206612,0.5661157,0.5495868,0.57024795,0.5206612,0.5123967,0.4876033,0.46694216,0.47933885,0.5,0.5165289,0.5247934,0.5413223,0.5371901,0.5206612,0.5371901,0.5206612,0.553719,0.5247934,0.5165289,0.5123967,0.5206612,0.5165289,0.5041322,0.5123967,0.5247934,0.57024795,0.60330576,0.5661157,0.5247934,0.553719,0.57024795,0.55785125,0.5041322,0.46694216,0.46694216,0.446281,0.43801653,0.44214877,0.4214876,0.42975205,0.34710744,0.23140496,0.19421488,0.1983471,0.4338843,0.5,0.5413223,0.5495868,0.54545456,0.49586776,0.35123968,0.33471075,0.34710744,0.35950413,0.37603307,0.38842976,0.40082645,0.40495867,0.40495867,0.42561984,0.47933885,0.5165289,0.5041322,0.5206612,0.55785125,0.55785125,0.56198347,0.57438016,0.56198347,0.53305787,0.5123967,0.5371901,0.5413223,0.54545456,0.5123967,0.5206612,0.5123967,0.5082645,0.5123967,0.5206612,0.5289256,0.5123967,0.48347107,0.5206612,0.5206612,0.5247934,0.5041322,0.5247934,0.5371901,0.60330576,0.59917355,0.57024795,0.5413223,0.58264464,0.57024795,0.5371901,0.5041322,0.47107437,0.45454547,0.43801653,0.44214877,0.44214877,0.41322315,0.42561984,0.2644628,0.19008264,0.20247933,0.19421488,0.41735536,0.53305787,0.553719,0.57024795,0.553719,0.5289256,0.3966942,0.33471075,0.34710744,0.36363637,0.38429752,0.40495867,0.41735536,0.43801653,0.42561984,0.42561984,0.45867768,0.5,0.5082645,0.5206612,0.54545456,0.53305787,0.5247934,0.553719,0.58677685,0.59504133,0.59504133,0.58264464,0.58677685,0.58677685,0.57024795,0.553719,0.553719,0.553719,0.5247934,0.5082645,0.5082645,0.5041322,0.5206612,0.5661157,0.57438016,0.55785125,0.54545456,0.54545456,0.57024795,0.61157024,0.607438,0.58264464,0.56198347,0.56198347,0.54545456,0.5413223,0.5082645,0.46694216,0.446281,0.45041323,0.45041323,0.42561984,0.3966942,0.38016528,0.19008264,0.18595041,0.20661157,0.1983471,19 +0.28099173,0.35950413,0.40495867,0.446281,0.5495868,0.5785124,0.607438,0.6528926,0.6652893,0.71900827,0.72727275,0.73966944,0.73966944,0.75619835,0.7768595,0.76859504,0.78512394,0.7892562,0.79752064,0.8057851,0.8057851,0.8016529,0.8181818,0.8264463,0.822314,0.822314,0.8305785,0.838843,0.838843,0.838843,0.8429752,0.8429752,0.8429752,0.8429752,0.8471074,0.8553719,0.8512397,0.8553719,0.8512397,0.8512397,0.8553719,0.8553719,0.8512397,0.8512397,0.8512397,0.8471074,0.8429752,0.8471074,0.8429752,0.838843,0.8305785,0.8264463,0.8264463,0.8140496,0.8057851,0.7933884,0.7768595,0.72727275,0.6859504,0.6446281,0.54545456,0.446281,0.2892562,0.09090909,0.3305785,0.41735536,0.45867768,0.5041322,0.553719,0.60330576,0.61157024,0.6652893,0.6942149,0.74793386,0.7644628,0.76033056,0.76033056,0.77272725,0.79752064,0.7933884,0.8016529,0.8057851,0.8140496,0.8181818,0.8181818,0.8264463,0.8347107,0.8347107,0.8347107,0.8305785,0.838843,0.8471074,0.8512397,0.8471074,0.8471074,0.8512397,0.8512397,0.8512397,0.8512397,0.8512397,0.8553719,0.8553719,0.8553719,0.8595041,0.8553719,0.8553719,0.8553719,0.8553719,0.8553719,0.8512397,0.8512397,0.8429752,0.838843,0.8347107,0.822314,0.822314,0.8140496,0.80991733,0.8057851,0.7933884,0.7768595,0.72727275,0.6818182,0.6570248,0.58677685,0.44214877,0.28512397,0.16115703,0.3429752,0.44214877,0.47107437,0.53305787,0.5495868,0.58677685,0.6198347,0.6528926,0.71487606,0.74793386,0.76859504,0.78099173,0.7892562,0.7933884,0.79752064,0.8016529,0.80991733,0.822314,0.8264463,0.8264463,0.8264463,0.8305785,0.838843,0.8347107,0.8347107,0.8347107,0.8429752,0.8512397,0.8553719,0.8512397,0.8471074,0.8512397,0.8553719,0.8553719,0.8553719,0.8512397,0.8553719,0.8553719,0.8553719,0.8595041,0.8595041,0.8553719,0.8512397,0.8553719,0.8512397,0.8471074,0.8471074,0.838843,0.8429752,0.8347107,0.78512394,0.8057851,0.8181818,0.8057851,0.80991733,0.79752064,0.77272725,0.71487606,0.6818182,0.6735537,0.61157024,0.45867768,0.30991736,0.15289256,0.29752067,0.446281,0.47107437,0.5371901,0.57438016,0.56198347,0.60330576,0.6404959,0.7107438,0.75619835,0.78099173,0.79752064,0.80991733,0.80991733,0.80991733,0.80991733,0.8057851,0.8305785,0.8347107,0.8305785,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.838843,0.8429752,0.8471074,0.8553719,0.8553719,0.8512397,0.8553719,0.8595041,0.8553719,0.8595041,0.8553719,0.8512397,0.8553719,0.8553719,0.8553719,0.8553719,0.8512397,0.8512397,0.8512397,0.8512397,0.8512397,0.8429752,0.838843,0.8264463,0.80991733,0.7892562,0.78512394,0.7933884,0.78512394,0.7768595,0.8016529,0.7768595,0.7231405,0.6735537,0.677686,0.6446281,0.4752066,0.34710744,0.15289256,0.3140496,0.4214876,0.47933885,0.5413223,0.57024795,0.55785125,0.58264464,0.6528926,0.71900827,0.7644628,0.78512394,0.8057851,0.8140496,0.8140496,0.80991733,0.80991733,0.80991733,0.8181818,0.822314,0.8264463,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.838843,0.838843,0.838843,0.8512397,0.8595041,0.8553719,0.8553719,0.8553719,0.8553719,0.8553719,0.8553719,0.8553719,0.8512397,0.8512397,0.8512397,0.8553719,0.8512397,0.8471074,0.8512397,0.8512397,0.8429752,0.8264463,0.822314,0.8016529,0.7644628,0.74380165,0.7066116,0.6859504,0.677686,0.677686,0.73966944,0.7768595,0.72727275,0.6735537,0.677686,0.6570248,0.53305787,0.37603307,0.11570248,0.34710744,0.44214877,0.48347107,0.54545456,0.553719,0.553719,0.56198347,0.6652893,0.71900827,0.75619835,0.7644628,0.77272725,0.78512394,0.7933884,0.78512394,0.7768595,0.7892562,0.8016529,0.79752064,0.8016529,0.8057851,0.80991733,0.8181818,0.8140496,0.8181818,0.822314,0.8264463,0.8264463,0.8347107,0.8471074,0.8471074,0.8512397,0.8512397,0.8471074,0.8512397,0.8512397,0.8512397,0.8512397,0.8471074,0.838843,0.8347107,0.8264463,0.8264463,0.8305785,0.8181818,0.7892562,0.74793386,0.7355372,0.6694215,0.6363636,0.6280992,0.5495868,0.5247934,0.5,0.5165289,0.58264464,0.661157,0.6942149,0.6404959,0.6570248,0.6570248,0.5785124,0.41735536,0.12396694,0.3677686,0.46694216,0.4876033,0.5413223,0.5413223,0.5413223,0.55785125,0.661157,0.7107438,0.73966944,0.70247936,0.6694215,0.69008267,0.71487606,0.72727275,0.74380165,0.7355372,0.73966944,0.73140496,0.74380165,0.73966944,0.73140496,0.7355372,0.73966944,0.75619835,0.77272725,0.8016529,0.79752064,0.79752064,0.8181818,0.8305785,0.8305785,0.8347107,0.8305785,0.8305785,0.8347107,0.8429752,0.838843,0.822314,0.8016529,0.77272725,0.74793386,0.7107438,0.69008267,0.61157024,0.54545456,0.56198347,0.54545456,0.4752066,0.42975205,0.42561984,0.37190083,0.3429752,0.33471075,0.3305785,0.38842976,0.45454547,0.45041323,0.4876033,0.58264464,0.6404959,0.60330576,0.46694216,0.10743801,0.38842976,0.4752066,0.4876033,0.5289256,0.5289256,0.5165289,0.58264464,0.61570245,0.6404959,0.60330576,0.5289256,0.5165289,0.5206612,0.5495868,0.59504133,0.6404959,0.6198347,0.58677685,0.5495868,0.56198347,0.55785125,0.5123967,0.5247934,0.5371901,0.55785125,0.6487603,0.72727275,0.71487606,0.7066116,0.75206614,0.78512394,0.8016529,0.80991733,0.80991733,0.8140496,0.8181818,0.822314,0.8140496,0.77272725,0.6942149,0.6404959,0.5371901,0.47933885,0.4338843,0.4214876,0.40495867,0.3966942,0.35950413,0.3264463,0.338843,0.32231405,0.32231405,0.2892562,0.2520661,0.32231405,0.3429752,0.3181818,0.2768595,0.29752067,0.3677686,0.58677685,0.61570245,0.4876033,0.13636364,0.39256197,0.46280992,0.48347107,0.5082645,0.5123967,0.47107437,0.45454547,0.446281,0.3966942,0.35950413,0.34710744,0.3677686,0.37603307,0.38016528,0.40495867,0.40495867,0.40082645,0.36363637,0.3429752,0.3677686,0.38429752,0.3553719,0.3429752,0.36363637,0.38429752,0.47933885,0.59090906,0.61570245,0.5661157,0.59917355,0.7066116,0.76033056,0.78512394,0.79752064,0.78099173,0.7768595,0.78512394,0.77272725,0.6735537,0.55785125,0.44214877,0.38016528,0.3429752,0.29338843,0.29752067,0.28512397,0.2644628,0.2603306,0.24793388,0.2603306,0.23966943,0.28099173,0.29752067,0.24793388,0.26859504,0.35123968,0.35950413,0.32231405,0.29752067,0.3140496,0.41735536,0.6280992,0.5247934,0.16115703,0.3966942,0.46694216,0.4752066,0.49173555,0.46280992,0.37190083,0.33471075,0.27272728,0.25619835,0.2644628,0.2644628,0.2892562,0.30165288,0.29752067,0.2520661,0.24793388,0.24380165,0.22727273,0.23966943,0.24793388,0.2603306,0.23140496,0.21487603,0.24380165,0.32231405,0.39256197,0.46280992,0.5206612,0.47107437,0.49586776,0.6487603,0.69008267,0.73140496,0.76033056,0.7355372,0.71900827,0.7231405,0.6818182,0.53305787,0.42975205,0.38429752,0.3553719,0.27272728,0.21487603,0.21487603,0.20247933,0.18181819,0.18595041,0.2107438,0.23966943,0.27272728,0.3553719,0.3966942,0.4090909,0.38842976,0.40495867,0.5041322,0.5165289,0.42975205,0.3553719,0.338843,0.59090906,0.55785125,0.2231405,0.38016528,0.46694216,0.4752066,0.48347107,0.4090909,0.32231405,0.24793388,0.22727273,0.22727273,0.26859504,0.29338843,0.29752067,0.29338843,0.29752067,0.24793388,0.21900827,0.21900827,0.19008264,0.19421488,0.17768595,0.16528925,0.18181819,0.18595041,0.20661157,0.2603306,0.35123968,0.3966942,0.41322315,0.41322315,0.49173555,0.59504133,0.607438,0.6487603,0.69008267,0.6487603,0.6404959,0.6487603,0.5785124,0.47107437,0.38842976,0.35123968,0.35123968,0.28099173,0.2107438,0.1983471,0.17355372,0.1694215,0.21487603,0.30578512,0.3966942,0.45041323,0.5165289,0.553719,0.57024795,0.58264464,0.6198347,0.6363636,0.6570248,0.5785124,0.48347107,0.42561984,0.56198347,0.58677685,0.23553719,0.36363637,0.44214877,0.47107437,0.46280992,0.39256197,0.30991736,0.30991736,0.30165288,0.3553719,0.38016528,0.39256197,0.4214876,0.41735536,0.36363637,0.34710744,0.3264463,0.3140496,0.2768595,0.25619835,0.24793388,0.24380165,0.25619835,0.28099173,0.29752067,0.3264463,0.37190083,0.3966942,0.40082645,0.45041323,0.5247934,0.55785125,0.56198347,0.59090906,0.59917355,0.59090906,0.59504133,0.58264464,0.5123967,0.446281,0.41735536,0.44214877,0.47107437,0.4090909,0.3553719,0.3264463,0.30991736,0.35950413,0.41322315,0.4214876,0.42561984,0.4214876,0.47107437,0.5495868,0.59504133,0.59090906,0.6198347,0.6446281,0.6652893,0.6363636,0.61157024,0.54545456,0.5661157,0.59917355,0.2520661,0.34710744,0.44214877,0.45867768,0.45454547,0.41735536,0.36363637,0.41735536,0.5,0.60330576,0.6363636,0.6528926,0.6570248,0.6280992,0.5082645,0.47933885,0.49173555,0.5289256,0.49173555,0.46694216,0.4876033,0.5123967,0.5247934,0.5495868,0.56198347,0.57438016,0.59504133,0.60330576,0.58677685,0.58264464,0.60330576,0.61157024,0.6322314,0.6487603,0.6446281,0.6652893,0.6694215,0.6487603,0.61157024,0.5661157,0.58677685,0.71487606,0.72727275,0.661157,0.61570245,0.54545456,0.4876033,0.5082645,0.5413223,0.57024795,0.5785124,0.6198347,0.6735537,0.71900827,0.71487606,0.5495868,0.553719,0.553719,0.57438016,0.59090906,0.60330576,0.60330576,0.57438016,0.58677685,0.29338843,0.35950413,0.42975205,0.446281,0.446281,0.45454547,0.48347107,0.5247934,0.607438,0.607438,0.58264464,0.553719,0.5371901,0.53305787,0.5371901,0.5247934,0.46280992,0.41322315,0.3429752,0.3181818,0.4338843,0.4752066,0.46280992,0.42561984,0.41735536,0.446281,0.4752066,0.5041322,0.45867768,0.35950413,0.3966942,0.45867768,0.5082645,0.5495868,0.5661157,0.61570245,0.6280992,0.60330576,0.5289256,0.4338843,0.4752066,0.5785124,0.5413223,0.45867768,0.39256197,0.39256197,0.40495867,0.38842976,0.37190083,0.35950413,0.553719,0.7355372,0.7644628,0.7107438,0.5413223,0.5371901,0.60330576,0.6322314,0.62396693,0.61157024,0.553719,0.5206612,0.5371901,0.5785124,0.3553719,0.3429752,0.4338843,0.43801653,0.4752066,0.5123967,0.54545456,0.53305787,0.5,0.5206612,0.5371901,0.5247934,0.47933885,0.41735536,0.49586776,0.5247934,0.37190083,0.338843,0.35950413,0.4876033,0.8719008,0.8636364,0.8181818,0.5785124,0.36363637,0.38016528,0.38429752,0.41735536,0.49586776,0.43801653,0.3677686,0.48347107,0.59504133,0.661157,0.6983471,0.73140496,0.7107438,0.62396693,0.47933885,0.45867768,0.5082645,0.48347107,0.4338843,0.39256197,0.338843,0.46280992,0.553719,0.39256197,0.23140496,0.2603306,0.661157,0.8471074,0.8512397,0.89669424,0.5165289,0.4214876,0.49586776,0.59504133,0.6322314,0.6859504,0.5247934,0.32231405,0.4338843,0.5371901,0.44214877,0.29752067,0.4214876,0.46694216,0.53305787,0.41735536,0.5,0.5206612,0.5041322,0.5206612,0.5289256,0.49173555,0.42561984,0.38016528,0.5041322,0.59504133,0.3553719,0.3181818,0.4752066,0.5082645,0.80991733,0.8636364,0.8553719,0.6694215,0.3553719,0.3677686,0.38429752,0.35123968,0.41322315,0.4876033,0.47933885,0.57024795,0.6570248,0.69008267,0.71900827,0.77272725,0.78512394,0.7107438,0.553719,0.5082645,0.5123967,0.49586776,0.4876033,0.43801653,0.3966942,0.5371901,0.61570245,0.45454547,0.20661157,0.45454547,0.48347107,0.6570248,0.74380165,0.80991733,0.42975205,0.3553719,0.44214877,0.54545456,0.607438,0.6818182,0.5785124,0.19421488,0.17768595,0.338843,0.6322314,0.28099173,0.4338843,0.55785125,0.45454547,0.3181818,0.5165289,0.553719,0.5247934,0.53305787,0.5165289,0.45041323,0.3966942,0.38842976,0.44214877,0.42561984,0.3966942,0.37603307,0.5289256,0.49586776,0.5495868,0.7892562,0.73966944,0.5371901,0.38016528,0.40082645,0.41322315,0.37190083,0.37603307,0.49586776,0.59504133,0.60330576,0.56198347,0.57438016,0.6363636,0.72727275,0.75619835,0.75619835,0.661157,0.5785124,0.5661157,0.61570245,0.607438,0.5041322,0.42561984,0.553719,0.5371901,0.3677686,0.23553719,0.26859504,0.28099173,0.34710744,0.5123967,0.57024795,0.446281,0.33471075,0.45867768,0.5661157,0.59504133,0.6818182,0.59504133,0.19421488,0.1694215,0.16528925,0.57024795,0.32231405,0.553719,0.56198347,0.38429752,0.30165288,0.5289256,0.58264464,0.56198347,0.5371901,0.5206612,0.47107437,0.43801653,0.49173555,0.553719,0.49173555,0.446281,0.4338843,0.45867768,0.47933885,0.5289256,0.6859504,0.6446281,0.5082645,0.43801653,0.46280992,0.5165289,0.43801653,0.37603307,0.43801653,0.5165289,0.5785124,0.57438016,0.5785124,0.59917355,0.6570248,0.6487603,0.6528926,0.58264464,0.57024795,0.6198347,0.6818182,0.6446281,0.56198347,0.5,0.5413223,0.5413223,0.446281,0.38429752,0.41322315,0.446281,0.4752066,0.5289256,0.5371901,0.5082645,0.45867768,0.47933885,0.56198347,0.61570245,0.6983471,0.62396693,0.1570248,0.2107438,0.2644628,0.3966942,0.44214877,0.6694215,0.54545456,0.37190083,0.30991736,0.5495868,0.60330576,0.61157024,0.5661157,0.5495868,0.5247934,0.553719,0.58677685,0.62396693,0.58677685,0.5661157,0.607438,0.6363636,0.62396693,0.6487603,0.6528926,0.62396693,0.58677685,0.5661157,0.55785125,0.59917355,0.54545456,0.4338843,0.5289256,0.58677685,0.5289256,0.5785124,0.607438,0.58677685,0.6528926,0.6280992,0.5289256,0.54545456,0.62396693,0.6694215,0.7107438,0.677686,0.6198347,0.55785125,0.5206612,0.5289256,0.55785125,0.5371901,0.58677685,0.6487603,0.6322314,0.60330576,0.58264464,0.56198347,0.5289256,0.5661157,0.59917355,0.6528926,0.7355372,0.6528926,0.15289256,0.32231405,0.42975205,0.36363637,0.6280992,0.7231405,0.55785125,0.38842976,0.3429752,0.58264464,0.61157024,0.6404959,0.6446281,0.61570245,0.57438016,0.58677685,0.6198347,0.6487603,0.6363636,0.6404959,0.6983471,0.73140496,0.71487606,0.7066116,0.6735537,0.6446281,0.6363636,0.6363636,0.6404959,0.607438,0.5247934,0.49173555,0.6198347,0.6446281,0.60330576,0.71900827,0.78099173,0.77272725,0.78512394,0.76033056,0.58677685,0.59917355,0.6570248,0.6859504,0.7231405,0.6983471,0.6446281,0.59504133,0.553719,0.5495868,0.553719,0.56198347,0.59917355,0.6528926,0.6363636,0.61570245,0.60330576,0.59504133,0.59090906,0.6280992,0.6322314,0.661157,0.74380165,0.6694215,0.21900827,0.41735536,0.49586776,0.4090909,0.6818182,0.7355372,0.553719,0.42975205,0.35123968,0.607438,0.6528926,0.6404959,0.6859504,0.6735537,0.62396693,0.58264464,0.58677685,0.6280992,0.6528926,0.6570248,0.6652893,0.6694215,0.661157,0.6487603,0.6322314,0.6280992,0.6280992,0.6322314,0.6198347,0.5661157,0.5,0.5661157,0.69008267,0.62396693,0.6528926,0.79752064,0.8305785,0.822314,0.8264463,0.8471074,0.6942149,0.6446281,0.6570248,0.6942149,0.72727275,0.69008267,0.6363636,0.6322314,0.61157024,0.59917355,0.59917355,0.59090906,0.607438,0.6363636,0.6404959,0.6404959,0.6487603,0.6570248,0.6735537,0.6859504,0.661157,0.6446281,0.71487606,0.6528926,0.37190083,0.446281,0.47933885,0.41322315,0.49173555,0.73966944,0.53305787,0.4876033,0.37603307,0.61157024,0.6652893,0.6528926,0.6942149,0.7231405,0.7066116,0.6735537,0.6363636,0.6528926,0.6652893,0.6735537,0.6735537,0.677686,0.677686,0.6735537,0.6694215,0.6859504,0.6942149,0.6859504,0.6570248,0.59917355,0.5289256,0.6528926,0.7231405,0.60330576,0.7066116,0.8140496,0.8305785,0.8305785,0.8305785,0.838843,0.77272725,0.6694215,0.6487603,0.7066116,0.75619835,0.74793386,0.70247936,0.7107438,0.7231405,0.7231405,0.73140496,0.72727275,0.73140496,0.73966944,0.7355372,0.72727275,0.73140496,0.7355372,0.7355372,0.7355372,0.70247936,0.6652893,0.6446281,0.6198347,0.5123967,0.446281,0.46694216,0.41735536,0.446281,0.7644628,0.5123967,0.55785125,0.446281,0.60330576,0.6570248,0.6942149,0.71900827,0.75206614,0.75206614,0.75206614,0.73966944,0.74380165,0.74380165,0.74380165,0.74380165,0.75619835,0.76033056,0.75206614,0.7355372,0.73140496,0.7355372,0.72727275,0.70247936,0.6322314,0.5785124,0.7107438,0.6983471,0.59917355,0.73966944,0.8016529,0.822314,0.822314,0.8305785,0.8347107,0.8264463,0.677686,0.6570248,0.6859504,0.7644628,0.8016529,0.78099173,0.76859504,0.7644628,0.75619835,0.7644628,0.77272725,0.78512394,0.78099173,0.77272725,0.76033056,0.7644628,0.76033056,0.76033056,0.76859504,0.73966944,0.6859504,0.58264464,0.5661157,0.59090906,0.44214877,0.47107437,0.4214876,0.40082645,0.77272725,0.5206612,0.5413223,0.56198347,0.57438016,0.661157,0.7066116,0.73966944,0.76859504,0.76859504,0.76859504,0.76859504,0.77272725,0.78099173,0.78099173,0.77272725,0.77272725,0.78099173,0.78099173,0.7644628,0.74793386,0.75619835,0.76033056,0.7231405,0.6363636,0.6570248,0.70247936,0.6198347,0.6404959,0.74380165,0.7892562,0.8140496,0.8181818,0.8305785,0.8347107,0.8305785,0.7107438,0.6528926,0.6446281,0.75619835,0.822314,0.8057851,0.7892562,0.78099173,0.76859504,0.76859504,0.77272725,0.78099173,0.77272725,0.7768595,0.7644628,0.7768595,0.77272725,0.76859504,0.77272725,0.74380165,0.6694215,0.58264464,0.57438016,0.5413223,0.446281,0.47107437,0.42975205,0.35123968,0.73140496,0.58677685,0.4338843,0.6363636,0.56198347,0.6652893,0.7231405,0.76033056,0.77272725,0.7644628,0.76859504,0.7644628,0.76859504,0.76859504,0.7768595,0.7768595,0.78099173,0.7892562,0.7892562,0.77272725,0.75619835,0.7768595,0.77272725,0.7107438,0.6735537,0.72727275,0.6528926,0.59090906,0.6942149,0.74793386,0.7892562,0.822314,0.8264463,0.8305785,0.8347107,0.8140496,0.76859504,0.6487603,0.62396693,0.70247936,0.8016529,0.8140496,0.7933884,0.7933884,0.7933884,0.7892562,0.7892562,0.7892562,0.77272725,0.7768595,0.7644628,0.76859504,0.77272725,0.78099173,0.77272725,0.73140496,0.661157,0.6280992,0.6280992,0.4876033,0.446281,0.45867768,0.47933885,0.338843,0.59090906,0.69008267,0.40495867,0.61157024,0.5785124,0.6487603,0.7231405,0.76859504,0.76859504,0.74793386,0.74793386,0.75206614,0.75619835,0.75619835,0.76859504,0.77272725,0.76859504,0.7768595,0.7768595,0.76859504,0.77272725,0.78512394,0.75619835,0.6942149,0.6818182,0.677686,0.607438,0.6363636,0.7066116,0.75619835,0.8057851,0.8347107,0.838843,0.8347107,0.8347107,0.8181818,0.7933884,0.7107438,0.6322314,0.58677685,0.74793386,0.8181818,0.7933884,0.8016529,0.80991733,0.8016529,0.79752064,0.7933884,0.78099173,0.7644628,0.75206614,0.74793386,0.75619835,0.7768595,0.76859504,0.7231405,0.6735537,0.6570248,0.6570248,0.47933885,0.43801653,0.44214877,0.58264464,0.4090909,0.37603307,0.74793386,0.5082645,0.5,0.59504133,0.62396693,0.6859504,0.71487606,0.7355372,0.7231405,0.73140496,0.74380165,0.75619835,0.75619835,0.7644628,0.75619835,0.74793386,0.75206614,0.75619835,0.76033056,0.77272725,0.78099173,0.73966944,0.69008267,0.6322314,0.5661157,0.61157024,0.6818182,0.7231405,0.77272725,0.8181818,0.8429752,0.8429752,0.8347107,0.838843,0.8264463,0.8016529,0.76859504,0.6818182,0.553719,0.62396693,0.7892562,0.80991733,0.8057851,0.8140496,0.79752064,0.7892562,0.78099173,0.76033056,0.73966944,0.72727275,0.73140496,0.73140496,0.75619835,0.75619835,0.7231405,0.6983471,0.6735537,0.6404959,0.46280992,0.45454547,0.48347107,0.6694215,0.43801653,0.30578512,0.6528926,0.74380165,0.5289256,0.5495868,0.607438,0.6446281,0.6322314,0.6652893,0.6652893,0.6983471,0.71487606,0.7355372,0.73966944,0.74380165,0.73966944,0.73140496,0.74793386,0.74793386,0.76033056,0.78512394,0.77272725,0.71487606,0.6487603,0.57024795,0.5495868,0.62396693,0.6983471,0.75206614,0.7933884,0.8264463,0.8471074,0.8429752,0.838843,0.8429752,0.8264463,0.8140496,0.78512394,0.75206614,0.6652893,0.5289256,0.69008267,0.80991733,0.8140496,0.80991733,0.7933884,0.7768595,0.75619835,0.7355372,0.7107438,0.7066116,0.71487606,0.71900827,0.73966944,0.73140496,0.7231405,0.7107438,0.661157,0.61157024,0.49586776,0.5289256,0.6818182,0.58677685,0.40082645,0.38429752,0.42561984,0.76859504,0.75619835,0.60330576,0.6322314,0.6528926,0.6322314,0.6404959,0.6404959,0.6570248,0.6652893,0.6735537,0.70247936,0.71487606,0.71487606,0.73140496,0.7644628,0.78099173,0.78099173,0.78099173,0.72727275,0.6404959,0.56198347,0.5371901,0.5661157,0.6322314,0.7107438,0.75619835,0.8016529,0.8347107,0.8471074,0.8429752,0.838843,0.838843,0.8264463,0.8181818,0.8057851,0.76033056,0.7355372,0.59917355,0.5661157,0.7107438,0.8016529,0.8181818,0.7933884,0.78099173,0.74793386,0.71900827,0.6983471,0.70247936,0.70247936,0.73140496,0.73140496,0.7231405,0.7107438,0.6859504,0.6446281,0.61157024,0.61570245,0.72727275,0.77272725,0.4338843,0.38016528,0.41322315,0.3677686,0.5082645,0.6694215,0.6983471,0.7107438,0.6983471,0.7107438,0.7107438,0.7066116,0.6942149,0.6859504,0.6942149,0.7231405,0.7355372,0.73966944,0.7644628,0.7892562,0.8016529,0.76033056,0.6859504,0.6363636,0.58677685,0.5247934,0.56198347,0.59504133,0.6528926,0.71487606,0.74793386,0.8057851,0.838843,0.8512397,0.8471074,0.8429752,0.838843,0.8305785,0.822314,0.80991733,0.78099173,0.74380165,0.70247936,0.553719,0.54545456,0.6446281,0.71900827,0.76859504,0.7933884,0.76859504,0.74793386,0.7231405,0.73966944,0.72727275,0.75206614,0.73966944,0.72727275,0.7231405,0.70247936,0.6942149,0.6735537,0.6528926,0.74380165,0.61570245,0.4214876,0.37603307,0.39256197,0.41322315,0.40082645,0.42975205,0.5206612,0.59504133,0.61157024,0.6404959,0.69008267,0.71900827,0.73140496,0.72727275,0.7355372,0.75206614,0.73966944,0.72727275,0.7107438,0.6983471,0.6735537,0.6280992,0.61157024,0.6322314,0.58677685,0.53305787,0.6198347,0.6404959,0.6570248,0.6818182,0.7231405,0.7933884,0.838843,0.8471074,0.8512397,0.8471074,0.8429752,0.8305785,0.8181818,0.8016529,0.7892562,0.7644628,0.7644628,0.6652893,0.553719,0.5247934,0.5371901,0.58677685,0.6198347,0.6446281,0.6570248,0.6570248,0.6818182,0.6859504,0.6818182,0.6694215,0.6570248,0.661157,0.6652893,0.6322314,0.59917355,0.5495868,0.607438,0.5371901,0.45867768,0.38429752,0.39256197,0.40082645,0.4214876,0.41735536,0.40082645,0.3966942,0.4214876,0.46694216,0.5123967,0.54545456,0.56198347,0.56198347,0.58677685,0.59090906,0.5785124,0.5661157,0.54545456,0.553719,0.57024795,0.60330576,0.6859504,0.69008267,0.57438016,0.57024795,0.661157,0.6528926,0.6280992,0.61157024,0.6528926,0.76033056,0.8181818,0.838843,0.8512397,0.8512397,0.8429752,0.822314,0.79752064,0.7768595,0.76859504,0.7644628,0.7933884,0.75206614,0.6983471,0.6694215,0.6198347,0.5495868,0.5041322,0.5082645,0.5247934,0.53305787,0.553719,0.57024795,0.56198347,0.56198347,0.55785125,0.54545456,0.553719,0.5206612,0.49586776,0.5247934,0.61157024,0.5082645,0.446281,0.3966942,0.39256197,0.39256197,0.41735536,0.41735536,0.4214876,0.4090909,0.38429752,0.40495867,0.41735536,0.4214876,0.4338843,0.43801653,0.46694216,0.49173555,0.5123967,0.5413223,0.56198347,0.59917355,0.6570248,0.70247936,0.73966944,0.6570248,0.5247934,0.59090906,0.6487603,0.62396693,0.56198347,0.5165289,0.5413223,0.6735537,0.78512394,0.822314,0.8305785,0.8347107,0.822314,0.7892562,0.74793386,0.73140496,0.71900827,0.75206614,0.78512394,0.7644628,0.74793386,0.7892562,0.79752064,0.73140496,0.6735537,0.6363636,0.607438,0.58264464,0.5661157,0.56198347,0.5661157,0.553719,0.55785125,0.5495868,0.57438016,0.57024795,0.553719,0.5661157,0.58264464,0.46694216,0.5082645,0.40495867,0.40082645,0.38842976,0.40082645,0.4090909,0.41322315,0.41322315,0.38842976,0.4214876,0.46280992,0.48347107,0.5165289,0.5413223,0.5661157,0.59917355,0.6198347,0.6446281,0.6694215,0.6859504,0.6983471,0.7066116,0.6983471,0.59090906,0.4876033,0.5413223,0.55785125,0.5371901,0.45867768,0.3966942,0.41322315,0.53305787,0.6942149,0.76859504,0.78512394,0.7892562,0.7644628,0.7066116,0.6528926,0.61157024,0.62396693,0.6942149,0.7355372,0.7231405,0.73140496,0.79752064,0.8181818,0.78099173,0.76033056,0.73966944,0.7107438,0.6859504,0.6652893,0.6446281,0.6528926,0.6363636,0.6363636,0.6446281,0.6487603,0.6404959,0.607438,0.59504133,0.54545456,0.45454547,0.59504133,0.3966942,0.4090909,0.38429752,0.38016528,0.40495867,0.41735536,0.42561984,0.43801653,0.4752066,0.5289256,0.5785124,0.61157024,0.6322314,0.6446281,0.6652893,0.661157,0.6652893,0.6859504,0.6942149,0.6859504,0.677686,0.6280992,0.5371901,0.49173555,0.4752066,0.45454547,0.4338843,0.338843,0.24380165,0.2520661,0.37603307,0.5371901,0.6446281,0.6859504,0.6859504,0.6363636,0.55785125,0.47107437,0.37603307,0.42561984,0.5661157,0.6487603,0.6487603,0.6983471,0.7892562,0.80991733,0.7892562,0.76859504,0.74380165,0.73966944,0.74380165,0.7355372,0.71900827,0.71900827,0.71487606,0.7066116,0.71487606,0.69008267,0.661157,0.6322314,0.58677685,0.53305787,0.46280992,0.59090906,0.38842976,0.4090909,0.3966942,0.38429752,0.3966942,0.42975205,0.44214877,0.47933885,0.5082645,0.55785125,0.60330576,0.6280992,0.6487603,0.6528926,0.6735537,0.661157,0.6652893,0.6818182,0.6942149,0.6818182,0.6487603,0.57024795,0.5206612,0.5165289,0.46694216,0.38842976,0.35123968,0.27272728,0.19421488,0.18181819,0.26859504,0.39256197,0.49173555,0.553719,0.55785125,0.5206612,0.48347107,0.4338843,0.3677686,0.3677686,0.446281,0.53305787,0.59090906,0.7066116,0.7768595,0.7892562,0.78512394,0.77272725,0.74793386,0.74380165,0.74380165,0.74380165,0.72727275,0.7231405,0.7231405,0.71900827,0.7066116,0.677686,0.6446281,0.62396693,0.57024795,0.53305787,0.4876033,0.47107437,0.34710744,0.4090909,0.3966942,0.40082645,0.3966942,0.42561984,0.44214877,0.4752066,0.5041322,0.5495868,0.58677685,0.61157024,0.6446281,0.6528926,0.6652893,0.677686,0.69008267,0.6983471,0.7107438,0.7066116,0.661157,0.57438016,0.53305787,0.53305787,0.49586776,0.3677686,0.28512397,0.2603306,0.23966943,0.23140496,0.2603306,0.3181818,0.38842976,0.44214877,0.4752066,0.5247934,0.57438016,0.59090906,0.59504133,0.5413223,0.46694216,0.4876033,0.6198347,0.7355372,0.76859504,0.78099173,0.78512394,0.7768595,0.7644628,0.75619835,0.74793386,0.74793386,0.73140496,0.7231405,0.71900827,0.71487606,0.70247936,0.6570248,0.62396693,0.59090906,0.56198347,0.5413223,0.49586776,0.3966942,0.26859504,0.40495867,0.40082645,0.4090909,0.3966942,0.40495867,0.43801653,0.46694216,0.48347107,0.5289256,0.57024795,0.59917355,0.6363636,0.6528926,0.6735537,0.6942149,0.71900827,0.73140496,0.74380165,0.73966944,0.70247936,0.6404959,0.58677685,0.57024795,0.5371901,0.4214876,0.3181818,0.29752067,0.2892562,0.29338843,0.30165288,0.3140496,0.34710744,0.38429752,0.45454547,0.57024795,0.661157,0.677686,0.6818182,0.6570248,0.607438,0.61570245,0.6942149,0.73966944,0.75619835,0.77272725,0.7892562,0.78512394,0.78099173,0.7644628,0.75619835,0.75619835,0.74380165,0.7355372,0.71900827,0.7066116,0.69008267,0.6280992,0.59504133,0.57024795,0.56198347,0.5495868,0.48347107,0.40495867,0.22727273,0.38842976,0.40495867,0.41735536,0.3966942,0.38842976,0.42975205,0.46694216,0.47933885,0.5123967,0.55785125,0.5785124,0.62396693,0.6528926,0.6859504,0.7107438,0.72727275,0.75206614,0.76859504,0.76859504,0.73966944,0.6983471,0.661157,0.6363636,0.59504133,0.53305787,0.45454547,0.41322315,0.39256197,0.3966942,0.3966942,0.40082645,0.42561984,0.446281,0.5082645,0.607438,0.6694215,0.6818182,0.6652893,0.6528926,0.677686,0.6859504,0.7066116,0.72727275,0.74793386,0.75619835,0.78512394,0.7892562,0.7892562,0.7768595,0.77272725,0.76033056,0.75619835,0.74380165,0.72727275,0.6983471,0.6652893,0.59917355,0.5785124,0.56198347,0.57024795,0.55785125,0.47107437,0.40495867,0.23553719,0.35950413,0.40082645,0.42561984,0.40495867,0.38842976,0.41735536,0.45454547,0.48347107,0.5165289,0.55785125,0.5785124,0.6198347,0.661157,0.6942149,0.7231405,0.74793386,0.76033056,0.77272725,0.77272725,0.74793386,0.71487606,0.6983471,0.6735537,0.6280992,0.58264464,0.5413223,0.5247934,0.53305787,0.553719,0.55785125,0.5413223,0.5661157,0.58264464,0.59917355,0.661157,0.70247936,0.7066116,0.6818182,0.6570248,0.661157,0.6652893,0.6735537,0.71900827,0.74793386,0.75206614,0.77272725,0.7892562,0.7933884,0.78512394,0.78512394,0.76859504,0.7644628,0.75206614,0.73140496,0.6942149,0.6528926,0.59090906,0.58264464,0.57024795,0.57024795,0.5413223,0.46280992,0.3966942,0.2603306,0.33471075,0.3966942,0.41322315,0.4090909,0.40082645,0.40495867,0.43801653,0.47107437,0.5082645,0.55785125,0.5785124,0.62396693,0.6694215,0.6983471,0.72727275,0.7644628,0.76033056,0.74793386,0.74380165,0.7231405,0.7066116,0.69008267,0.6735537,0.6446281,0.60330576,0.57438016,0.58677685,0.61570245,0.6652893,0.6818182,0.6570248,0.661157,0.661157,0.677686,0.70247936,0.71900827,0.7107438,0.69008267,0.6652893,0.6487603,0.6404959,0.6528926,0.6983471,0.73140496,0.73966944,0.75619835,0.7892562,0.7933884,0.7768595,0.7768595,0.7768595,0.7644628,0.75206614,0.7355372,0.6983471,0.6363636,0.59090906,0.59090906,0.57024795,0.5661157,0.53305787,0.446281,0.40082645,0.28099173,0.30578512,0.38429752,0.41735536,0.41322315,0.3966942,0.3966942,0.41735536,0.45867768,0.5,0.553719,0.59090906,0.6280992,0.6652893,0.6942149,0.7231405,0.74793386,0.7355372,0.71487606,0.7066116,0.6859504,0.6735537,0.69008267,0.6652893,0.6363636,0.607438,0.58677685,0.60330576,0.62396693,0.677686,0.71900827,0.73140496,0.72727275,0.7107438,0.7107438,0.7066116,0.6942149,0.69008267,0.677686,0.6652893,0.661157,0.6487603,0.6487603,0.6694215,0.7066116,0.71900827,0.7355372,0.76859504,0.7768595,0.76033056,0.76859504,0.76859504,0.75206614,0.7355372,0.7231405,0.6818182,0.607438,0.60330576,0.607438,0.57438016,0.5661157,0.5371901,0.42561984,0.41735536,0.29752067,0.2768595,0.38016528,0.4214876,0.4214876,0.40495867,0.3966942,0.4090909,0.46280992,0.47933885,0.53305787,0.58677685,0.6280992,0.6528926,0.69008267,0.7231405,0.72727275,0.6983471,0.69008267,0.677686,0.6487603,0.6404959,0.6652893,0.6487603,0.6280992,0.61570245,0.61157024,0.61570245,0.6322314,0.6694215,0.7231405,0.75206614,0.74793386,0.73966944,0.7107438,0.6942149,0.70247936,0.70247936,0.677686,0.661157,0.6652893,0.6652893,0.6363636,0.6404959,0.6652893,0.6859504,0.6942149,0.74380165,0.73966944,0.7231405,0.74793386,0.7644628,0.75206614,0.7355372,0.7107438,0.6528926,0.59504133,0.62396693,0.62396693,0.58264464,0.57024795,0.553719,0.3966942,0.41322315,0.29752067,0.2644628,0.36363637,0.41735536,0.41735536,0.40495867,0.40082645,0.40082645,0.46280992,0.47107437,0.5123967,0.57024795,0.6280992,0.6404959,0.6942149,0.7231405,0.6942149,0.6735537,0.6694215,0.661157,0.6363636,0.6322314,0.6446281,0.6363636,0.6446281,0.6528926,0.6694215,0.6652893,0.6735537,0.7107438,0.75206614,0.7768595,0.7768595,0.76859504,0.73140496,0.7107438,0.7355372,0.74793386,0.7066116,0.661157,0.6570248,0.6528926,0.6487603,0.6363636,0.6570248,0.6652893,0.6652893,0.7107438,0.71487606,0.677686,0.7107438,0.74793386,0.75619835,0.74380165,0.7066116,0.6404959,0.61570245,0.6487603,0.6198347,0.58677685,0.5661157,0.5165289,0.3966942,0.41322315,0.29752067,0.2644628,0.34710744,0.42561984,0.40495867,0.4214876,0.4090909,0.40495867,0.46694216,0.46694216,0.49586776,0.553719,0.60330576,0.6280992,0.6942149,0.7231405,0.6735537,0.6528926,0.6487603,0.6404959,0.6280992,0.6570248,0.6570248,0.6446281,0.6735537,0.6942149,0.71900827,0.72727275,0.73140496,0.75206614,0.78512394,0.8016529,0.8016529,0.79752064,0.77272725,0.75206614,0.76859504,0.78099173,0.74380165,0.70247936,0.6942149,0.6859504,0.6859504,0.6652893,0.6735537,0.661157,0.6528926,0.6859504,0.6983471,0.6694215,0.6735537,0.73966944,0.76033056,0.7355372,0.6942149,0.62396693,0.6363636,0.6694215,0.61570245,0.57024795,0.57024795,0.5041322,0.38842976,0.41322315,0.2892562,0.2768595,0.3140496,0.41735536,0.41735536,0.42975205,0.41735536,0.41322315,0.45454547,0.46694216,0.4752066,0.5289256,0.57438016,0.59917355,0.6735537,0.7066116,0.6652893,0.6363636,0.6322314,0.6280992,0.61157024,0.6528926,0.6570248,0.6446281,0.661157,0.6570248,0.6652893,0.6859504,0.6942149,0.70247936,0.73966944,0.78512394,0.79752064,0.8016529,0.7892562,0.77272725,0.76859504,0.76859504,0.7644628,0.74380165,0.74380165,0.74380165,0.7231405,0.677686,0.6818182,0.6859504,0.661157,0.6694215,0.677686,0.6694215,0.661157,0.7355372,0.76033056,0.73140496,0.6818182,0.607438,0.6322314,0.661157,0.60330576,0.5495868,0.5661157,0.4876033,0.38429752,0.4090909,0.2892562,0.28099173,0.30578512,0.40082645,0.41735536,0.4214876,0.42975205,0.41735536,0.446281,0.45867768,0.47107437,0.5123967,0.5661157,0.57438016,0.6446281,0.677686,0.6404959,0.6322314,0.607438,0.553719,0.5206612,0.5206612,0.4876033,0.46280992,0.47933885,0.48347107,0.4752066,0.49586776,0.49586776,0.4876033,0.5206612,0.59917355,0.6983471,0.75206614,0.74793386,0.6942149,0.6404959,0.61570245,0.62396693,0.6280992,0.6446281,0.6818182,0.6652893,0.6487603,0.661157,0.6983471,0.6735537,0.6735537,0.6735537,0.6983471,0.677686,0.7231405,0.74793386,0.71900827,0.677686,0.59917355,0.6280992,0.6404959,0.607438,0.5371901,0.55785125,0.47107437,0.38016528,0.40082645,0.29338843,0.2768595,0.30165288,0.38842976,0.4090909,0.42561984,0.42561984,0.41735536,0.42561984,0.45041323,0.45867768,0.49586776,0.553719,0.56198347,0.62396693,0.6652893,0.6363636,0.62396693,0.5785124,0.45454547,0.35123968,0.29752067,0.2520661,0.23553719,0.2603306,0.2892562,0.29752067,0.32231405,0.338843,0.3429752,0.34710744,0.35950413,0.42975205,0.5247934,0.5495868,0.5,0.46694216,0.45454547,0.46280992,0.46694216,0.47107437,0.4752066,0.4752066,0.48347107,0.5123967,0.58264464,0.61157024,0.6280992,0.6735537,0.71900827,0.70247936,0.71487606,0.7355372,0.7066116,0.6694215,0.61157024,0.6363636,0.61570245,0.59090906,0.5495868,0.5413223,0.4338843,0.38016528,0.40082645,0.2768595,0.2892562,0.29752067,0.39256197,0.39256197,0.42561984,0.42975205,0.4214876,0.4090909,0.43801653,0.44214877,0.46694216,0.5206612,0.553719,0.59917355,0.677686,0.6694215,0.6363636,0.6198347,0.5206612,0.3305785,0.2107438,0.15289256,0.14049587,0.1446281,0.1694215,0.18595041,0.21487603,0.25619835,0.24793388,0.2520661,0.28099173,0.30165288,0.3305785,0.35123968,0.35123968,0.34710744,0.3305785,0.30165288,0.28512397,0.28512397,0.26859504,0.27272728,0.2892562,0.30165288,0.3429752,0.40495867,0.49173555,0.6198347,0.7107438,0.71900827,0.7107438,0.7355372,0.7107438,0.6487603,0.59090906,0.62396693,0.607438,0.57024795,0.5495868,0.5289256,0.40495867,0.39256197,0.3966942,0.28099173,0.28512397,0.29752067,0.4214876,0.37190083,0.40082645,0.42561984,0.41735536,0.42561984,0.42561984,0.4214876,0.44214877,0.5041322,0.54545456,0.59504133,0.677686,0.6942149,0.6570248,0.661157,0.6487603,0.55785125,0.42561984,0.3181818,0.2644628,0.25619835,0.28512397,0.30165288,0.3140496,0.3264463,0.29752067,0.28099173,0.29752067,0.30991736,0.29752067,0.30578512,0.338843,0.338843,0.30991736,0.2768595,0.28099173,0.30991736,0.30578512,0.29752067,0.30991736,0.3140496,0.36363637,0.446281,0.4876033,0.58677685,0.677686,0.7107438,0.6983471,0.7231405,0.70247936,0.61570245,0.58264464,0.59504133,0.59090906,0.57024795,0.54545456,0.5,0.38842976,0.38842976,0.40495867,0.28512397,0.2768595,0.29338843,0.446281,0.36363637,0.37190083,0.41735536,0.40495867,0.41735536,0.41322315,0.41322315,0.4090909,0.45454547,0.5082645,0.59917355,0.6694215,0.6983471,0.6694215,0.6735537,0.6983471,0.6735537,0.61570245,0.5371901,0.47107437,0.43801653,0.45867768,0.48347107,0.5123967,0.5371901,0.5165289,0.49173555,0.48347107,0.46694216,0.446281,0.44214877,0.46280992,0.49173555,0.49586776,0.47107437,0.47933885,0.49586776,0.4876033,0.4752066,0.48347107,0.4876033,0.53305787,0.6198347,0.6404959,0.6446281,0.6694215,0.6735537,0.6942149,0.7231405,0.69008267,0.607438,0.58677685,0.58264464,0.58677685,0.55785125,0.5289256,0.46280992,0.38842976,0.39256197,0.40495867,0.29338843,0.2768595,0.2768595,0.46694216,0.37603307,0.36363637,0.4090909,0.39256197,0.40495867,0.4090909,0.40082645,0.39256197,0.4214876,0.46694216,0.5661157,0.6487603,0.6818182,0.6859504,0.6818182,0.677686,0.6694215,0.6487603,0.59090906,0.53305787,0.5,0.49173555,0.5123967,0.553719,0.62396693,0.661157,0.6487603,0.661157,0.661157,0.6404959,0.62396693,0.6280992,0.6446281,0.6487603,0.6363636,0.61157024,0.58677685,0.54545456,0.53305787,0.54545456,0.553719,0.59917355,0.677686,0.70247936,0.6942149,0.6818182,0.6694215,0.71900827,0.73140496,0.6652893,0.59917355,0.58264464,0.58264464,0.57438016,0.53305787,0.5165289,0.4214876,0.39256197,0.40082645,0.40082645,0.2768595,0.2768595,0.27272728,0.45041323,0.40082645,0.35950413,0.38842976,0.40495867,0.39256197,0.3966942,0.40495867,0.37190083,0.38842976,0.44214877,0.5247934,0.61157024,0.6652893,0.7066116,0.70247936,0.6694215,0.6487603,0.6446281,0.59917355,0.53305787,0.5082645,0.49586776,0.5,0.5247934,0.5785124,0.6363636,0.6528926,0.6818182,0.7066116,0.6942149,0.6818182,0.70247936,0.6983471,0.69008267,0.69008267,0.6322314,0.57438016,0.5495868,0.5371901,0.5413223,0.58677685,0.6487603,0.6983471,0.70247936,0.69008267,0.6818182,0.6859504,0.71900827,0.71900827,0.6363636,0.5785124,0.57024795,0.57438016,0.5661157,0.5206612,0.47933885,0.38842976,0.3966942,0.3966942,0.39256197,0.28512397,0.28099173,0.2892562,0.446281,0.446281,0.3553719,0.37190083,0.38016528,0.38429752,0.39256197,0.38016528,0.35950413,0.35950413,0.3966942,0.47933885,0.57438016,0.6322314,0.6942149,0.7107438,0.6652893,0.6363636,0.6446281,0.61570245,0.54545456,0.47933885,0.47107437,0.49586776,0.5082645,0.5289256,0.58677685,0.62396693,0.6363636,0.6570248,0.6652893,0.6652893,0.677686,0.6735537,0.6570248,0.6363636,0.59504133,0.56198347,0.55785125,0.54545456,0.5661157,0.61570245,0.677686,0.7107438,0.6942149,0.6983471,0.7107438,0.6942149,0.6859504,0.69008267,0.607438,0.55785125,0.56198347,0.57024795,0.553719,0.5123967,0.4214876,0.38842976,0.38842976,0.39256197,0.40495867,0.28099173,0.25619835,0.37190083,0.446281,0.45041323,0.41322315,0.33471075,0.37603307,0.37603307,0.3966942,0.37603307,0.36363637,0.3553719,0.3429752,0.41322315,0.5206612,0.58677685,0.661157,0.70247936,0.677686,0.62396693,0.6363636,0.6198347,0.5785124,0.5041322,0.44214877,0.43801653,0.4752066,0.5082645,0.55785125,0.59090906,0.59504133,0.607438,0.6363636,0.6363636,0.61157024,0.60330576,0.60330576,0.59504133,0.57438016,0.55785125,0.553719,0.553719,0.59090906,0.6528926,0.69008267,0.6983471,0.6694215,0.7107438,0.72727275,0.69008267,0.6942149,0.6528926,0.57024795,0.5371901,0.57024795,0.5785124,0.5661157,0.48347107,0.37190083,0.38016528,0.37603307,0.40495867,0.38016528,0.28099173,0.23966943,0.607438,0.446281,0.43801653,0.45867768,0.3264463,0.35123968,0.38429752,0.38842976,0.38016528,0.37190083,0.3429752,0.32231405,0.34710744,0.446281,0.56198347,0.6280992,0.677686,0.6942149,0.6322314,0.607438,0.61570245,0.59504133,0.553719,0.49173555,0.44214877,0.3966942,0.40082645,0.44214877,0.48347107,0.49173555,0.49173555,0.5289256,0.5413223,0.5,0.47933885,0.5,0.5165289,0.5123967,0.5206612,0.55785125,0.59090906,0.6404959,0.661157,0.677686,0.677686,0.677686,0.69008267,0.7107438,0.70247936,0.6652893,0.59917355,0.53305787,0.5413223,0.55785125,0.5785124,0.553719,0.39256197,0.19008264,0.2768595,0.35123968,0.39256197,0.38429752,0.21487603,0.44214877,0.77272725,0.45454547,0.42561984,0.45454547,0.3966942,0.338843,0.37190083,0.39256197,0.40082645,0.38016528,0.3553719,0.34710744,0.30991736,0.38429752,0.49173555,0.59090906,0.6404959,0.677686,0.6446281,0.60330576,0.607438,0.607438,0.59504133,0.5661157,0.5247934,0.4752066,0.42975205,0.42975205,0.46280992,0.46694216,0.45454547,0.46280992,0.4876033,0.47933885,0.46694216,0.4752066,0.4876033,0.5206612,0.54545456,0.59504133,0.6363636,0.6652893,0.6528926,0.6570248,0.661157,0.6694215,0.661157,0.6942149,0.677686,0.6363636,0.5495868,0.5165289,0.56198347,0.57024795,0.57438016,0.5289256,0.2520661,0.12396694,0.2107438,0.16528925,0.29752067,0.38016528,0.24380165,0.6983471,0.8057851,0.45867768,0.4214876,0.446281,0.45454547,0.3140496,0.35123968,0.38842976,0.40082645,0.4090909,0.3966942,0.38842976,0.33471075,0.36363637,0.43801653,0.5371901,0.59090906,0.6363636,0.6694215,0.6280992,0.60330576,0.60330576,0.607438,0.59504133,0.58264464,0.5661157,0.5123967,0.46280992,0.46694216,0.4752066,0.46694216,0.47107437,0.5,0.5041322,0.5082645,0.5247934,0.5495868,0.58677685,0.6280992,0.6446281,0.6735537,0.6652893,0.6446281,0.6570248,0.6652893,0.6735537,0.69008267,0.6735537,0.661157,0.6322314,0.5413223,0.5495868,0.58677685,0.553719,0.5165289,0.57438016,0.29338843,0.15289256,0.16115703,0.18181819,0.18595041,0.23966943,0.59504133,0.7933884,0.7644628,0.43801653,0.42975205,0.4338843,0.44214877,0.40495867,0.30991736,0.38016528,0.3966942,0.42561984,0.42975205,0.4214876,0.40495867,0.37190083,0.4338843,0.5041322,0.5785124,0.59504133,0.6404959,0.6446281,0.6280992,0.61570245,0.61157024,0.61157024,0.607438,0.61570245,0.59917355,0.57438016,0.5495868,0.5289256,0.5123967,0.5,0.5206612,0.54545456,0.5661157,0.59504133,0.62396693,0.6487603,0.661157,0.6404959,0.6694215,0.661157,0.6570248,0.6818182,0.69008267,0.6818182,0.6735537,0.6528926,0.6446281,0.61570245,0.553719,0.54545456,0.58677685,0.553719,0.48347107,0.5371901,0.6198347,0.24793388,0.11157025,0.1983471,0.19008264,0.19421488,0.73966944,0.838843,0.6570248,0.3677686,0.4338843,0.45867768,0.42975205,0.45041323,0.3429752,0.3140496,0.38016528,0.41322315,0.42975205,0.446281,0.4090909,0.3966942,0.41322315,0.49173555,0.5206612,0.54545456,0.5661157,0.6198347,0.6363636,0.6363636,0.6280992,0.6322314,0.6280992,0.6404959,0.6487603,0.6280992,0.61570245,0.60330576,0.58677685,0.58264464,0.59917355,0.62396693,0.6280992,0.6322314,0.6446281,0.661157,0.6735537,0.6487603,0.661157,0.677686,0.6983471,0.7107438,0.7107438,0.661157,0.60330576,0.6404959,0.6363636,0.58264464,0.54545456,0.5495868,0.58264464,0.47107437,0.57024795,0.59917355,0.5289256,0.5661157,0.15289256,0.16115703,0.16528925,0.19008264,0.76033056,0.87603307,0.47107437,0.3429752,0.446281,0.45867768,0.446281,0.4338843,0.4214876,0.3264463,0.3264463,0.37190083,0.4090909,0.44214877,0.446281,0.40082645,0.40495867,0.5123967,0.5413223,0.55785125,0.57438016,0.59090906,0.6280992,0.6363636,0.6363636,0.6322314,0.6404959,0.6404959,0.6446281,0.6528926,0.6570248,0.6528926,0.6528926,0.6404959,0.6446281,0.6570248,0.6487603,0.6322314,0.6404959,0.6652893,0.677686,0.6694215,0.677686,0.70247936,0.7231405,0.7355372,0.7231405,0.6570248,0.6322314,0.6280992,0.61570245,0.57024795,0.5371901,0.5206612,0.5041322,0.46280992,0.74380165,0.6983471,0.5247934,0.47933885,0.5041322,0.09504132,0.11157025,0.2520661,0.78512394,0.8636364,0.30165288,0.30991736,0.46280992,0.44214877,0.43801653,0.4338843,0.43801653,0.4090909,0.3264463,0.33471075,0.38842976,0.4338843,0.446281,0.40495867,0.38016528,0.45454547,0.5041322,0.56198347,0.59917355,0.59090906,0.6198347,0.6446281,0.6446281,0.6322314,0.6322314,0.6322314,0.6446281,0.6570248,0.6570248,0.6859504,0.6859504,0.6694215,0.6570248,0.6404959,0.6446281,0.6528926,0.6570248,0.6694215,0.6735537,0.6735537,0.6694215,0.70247936,0.71900827,0.72727275,0.7066116,0.677686,0.6487603,0.61157024,0.59090906,0.54545456,0.5247934,0.5082645,0.38429752,0.71487606,0.8512397,0.607438,0.69008267,0.40495867,0.47933885,0.3140496,0.0785124,0.20247933,0.8181818,0.7768595,0.2231405,0.24380165,0.4752066,0.45454547,0.42975205,0.446281,0.4338843,0.42975205,0.38429752,0.30991736,0.3553719,0.41735536,0.4338843,0.40495867,0.37190083,0.43801653,0.48347107,0.54545456,0.59090906,0.57438016,0.57438016,0.6404959,0.677686,0.6694215,0.6570248,0.6570248,0.6528926,0.6570248,0.6570248,0.6735537,0.6735537,0.6694215,0.677686,0.6818182,0.677686,0.6652893,0.6652893,0.6694215,0.6818182,0.6735537,0.677686,0.6942149,0.7066116,0.7066116,0.7066116,0.6859504,0.6363636,0.6198347,0.5785124,0.5082645,0.46694216,0.4338843,0.39256197,0.838843,0.892562,0.5371901,0.607438,0.6570248,0.35123968,0.45041323,0.09090909,0.14049587,0.8719008,0.6487603,0.19421488,0.20247933,0.47933885,0.446281,0.43801653,0.446281,0.44214877,0.43801653,0.40082645,0.338843,0.30991736,0.33471075,0.40082645,0.38429752,0.37190083,0.40495867,0.46280992,0.5,0.553719,0.5785124,0.57438016,0.607438,0.6859504,0.7066116,0.7066116,0.6942149,0.6942149,0.69008267,0.6859504,0.6942149,0.7066116,0.6983471,0.70247936,0.7066116,0.7066116,0.6983471,0.6942149,0.71487606,0.7107438,0.6983471,0.7107438,0.7066116,0.7066116,0.70247936,0.70247936,0.6487603,0.6198347,0.59504133,0.5661157,0.47933885,0.41322315,0.41735536,0.5,0.8471074,0.88842976,0.607438,0.43801653,0.69008267,0.61157024,0.5371901,0.2603306,0.1446281,19 +0.2520661,0.3305785,0.3966942,0.44214877,0.5123967,0.54545456,0.54545456,0.607438,0.6198347,0.661157,0.677686,0.6942149,0.7066116,0.7107438,0.71900827,0.7231405,0.7355372,0.75206614,0.7644628,0.76033056,0.77272725,0.76859504,0.77272725,0.79752064,0.80991733,0.8057851,0.8140496,0.8181818,0.8181818,0.8264463,0.8347107,0.8305785,0.8347107,0.8347107,0.838843,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.8512397,0.8471074,0.8471074,0.8471074,0.8471074,0.8429752,0.8429752,0.838843,0.838843,0.838843,0.8347107,0.8305785,0.8264463,0.8264463,0.8181818,0.822314,0.8057851,0.75619835,0.71900827,0.6983471,0.6487603,0.57024795,0.4876033,0.34710744,0.28512397,0.37603307,0.446281,0.49173555,0.53305787,0.57024795,0.57024795,0.6198347,0.6487603,0.69008267,0.7231405,0.72727275,0.72727275,0.7355372,0.76033056,0.76859504,0.7644628,0.78099173,0.7933884,0.7933884,0.7933884,0.79752064,0.8057851,0.8181818,0.8181818,0.8181818,0.822314,0.8264463,0.8264463,0.8305785,0.8347107,0.838843,0.838843,0.838843,0.838843,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.8553719,0.8471074,0.8471074,0.8512397,0.8471074,0.8429752,0.8429752,0.8429752,0.8429752,0.838843,0.8305785,0.822314,0.8264463,0.822314,0.8140496,0.8181818,0.79752064,0.7644628,0.71900827,0.6983471,0.6652893,0.59504133,0.5082645,0.38016528,0.2892562,0.38842976,0.46280992,0.5123967,0.54545456,0.56198347,0.5785124,0.61570245,0.661157,0.7107438,0.74793386,0.74793386,0.76033056,0.7644628,0.77272725,0.78512394,0.7933884,0.8016529,0.80991733,0.80991733,0.8140496,0.8140496,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.8347107,0.838843,0.8347107,0.838843,0.838843,0.8471074,0.8429752,0.838843,0.8429752,0.8471074,0.8471074,0.8512397,0.8553719,0.8512397,0.8512397,0.8471074,0.8512397,0.8512397,0.8471074,0.8471074,0.8429752,0.838843,0.8347107,0.8264463,0.822314,0.8181818,0.8140496,0.8140496,0.8057851,0.7892562,0.7644628,0.7231405,0.69008267,0.6652893,0.62396693,0.5206612,0.38429752,0.27272728,0.38016528,0.45867768,0.5206612,0.55785125,0.553719,0.56198347,0.60330576,0.6694215,0.71900827,0.7644628,0.76859504,0.7892562,0.78512394,0.78099173,0.7892562,0.79752064,0.822314,0.822314,0.8181818,0.822314,0.822314,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.838843,0.8429752,0.838843,0.8429752,0.8429752,0.8512397,0.8429752,0.8429752,0.8471074,0.8512397,0.8429752,0.8512397,0.8553719,0.8553719,0.8512397,0.8471074,0.8512397,0.8471074,0.8471074,0.8471074,0.8429752,0.8347107,0.838843,0.80991733,0.8016529,0.8181818,0.8140496,0.80991733,0.80991733,0.78512394,0.75619835,0.71900827,0.6859504,0.6735537,0.6404959,0.53305787,0.38842976,0.2768595,0.39256197,0.46694216,0.5206612,0.5495868,0.5495868,0.5495868,0.607438,0.6859504,0.72727275,0.7644628,0.7768595,0.7933884,0.7933884,0.7892562,0.7892562,0.79752064,0.80991733,0.8181818,0.8181818,0.8181818,0.8181818,0.822314,0.8264463,0.8264463,0.8305785,0.8305785,0.8429752,0.8471074,0.8553719,0.8512397,0.8512397,0.8512397,0.8429752,0.8512397,0.8512397,0.8429752,0.8471074,0.8471074,0.8512397,0.8553719,0.8512397,0.8471074,0.8512397,0.8512397,0.8512397,0.8471074,0.838843,0.8264463,0.822314,0.79752064,0.76859504,0.8016529,0.80991733,0.79752064,0.80991733,0.7933884,0.7644628,0.7107438,0.677686,0.6735537,0.6487603,0.54545456,0.40082645,0.28512397,0.4090909,0.47107437,0.5165289,0.53305787,0.5289256,0.53305787,0.61570245,0.6942149,0.73140496,0.74793386,0.74380165,0.77272725,0.76859504,0.77272725,0.7644628,0.78099173,0.7892562,0.7892562,0.79752064,0.79752064,0.8057851,0.80991733,0.80991733,0.8140496,0.8264463,0.822314,0.8264463,0.8347107,0.8553719,0.8512397,0.8553719,0.8512397,0.8429752,0.8471074,0.8512397,0.8429752,0.8471074,0.8429752,0.8471074,0.8512397,0.8471074,0.8429752,0.8471074,0.8471074,0.8429752,0.838843,0.8264463,0.80991733,0.78512394,0.76859504,0.73140496,0.73140496,0.73140496,0.72727275,0.73140496,0.7933884,0.76859504,0.7231405,0.677686,0.6735537,0.6570248,0.56198347,0.41322315,0.28512397,0.41735536,0.46280992,0.5082645,0.5165289,0.5123967,0.54545456,0.61570245,0.69008267,0.6942149,0.6404959,0.6198347,0.661157,0.69008267,0.7107438,0.7231405,0.7231405,0.71900827,0.73140496,0.74380165,0.74793386,0.75206614,0.75619835,0.76859504,0.7768595,0.79752064,0.8016529,0.8016529,0.80991733,0.8305785,0.8264463,0.8429752,0.838843,0.8347107,0.8347107,0.838843,0.838843,0.838843,0.8305785,0.8305785,0.822314,0.8181818,0.8181818,0.8264463,0.8181818,0.7892562,0.77272725,0.74793386,0.7107438,0.6735537,0.6652893,0.6198347,0.58264464,0.58264464,0.56198347,0.607438,0.6818182,0.73966944,0.71487606,0.6652893,0.661157,0.6528926,0.58264464,0.4338843,0.28512397,0.4090909,0.45454547,0.5,0.5,0.4876033,0.5082645,0.5247934,0.53305787,0.49173555,0.45867768,0.4876033,0.4752066,0.5289256,0.5785124,0.607438,0.59504133,0.57024795,0.56198347,0.58264464,0.57024795,0.5495868,0.5661157,0.58677685,0.6280992,0.7066116,0.73966944,0.7231405,0.76033056,0.78512394,0.8016529,0.8057851,0.80991733,0.8140496,0.80991733,0.8140496,0.8264463,0.822314,0.8016529,0.7768595,0.74793386,0.7231405,0.69008267,0.6652893,0.6198347,0.5661157,0.57024795,0.56198347,0.5165289,0.46694216,0.46280992,0.43801653,0.38016528,0.38429752,0.37190083,0.40082645,0.47933885,0.5206612,0.54545456,0.57438016,0.6280992,0.6446281,0.58264464,0.45867768,0.2892562,0.4090909,0.45041323,0.47107437,0.45454547,0.3966942,0.36363637,0.3429752,0.3140496,0.28099173,0.29338843,0.3140496,0.34710744,0.34710744,0.37190083,0.38429752,0.37603307,0.34710744,0.35123968,0.38842976,0.38429752,0.36363637,0.37603307,0.38842976,0.4214876,0.5413223,0.6363636,0.60330576,0.60330576,0.6487603,0.75206614,0.76859504,0.7892562,0.7892562,0.78512394,0.78512394,0.8016529,0.7892562,0.7355372,0.6487603,0.57438016,0.49173555,0.45041323,0.41735536,0.40495867,0.41322315,0.40495867,0.39256197,0.3181818,0.338843,0.338843,0.3305785,0.30578512,0.28512397,0.28512397,0.36363637,0.32231405,0.33471075,0.3140496,0.3553719,0.4752066,0.62396693,0.58677685,0.46280992,0.28512397,0.3966942,0.44214877,0.45041323,0.38429752,0.30991736,0.23966943,0.20247933,0.2231405,0.24793388,0.24793388,0.26859504,0.28512397,0.25619835,0.21900827,0.23140496,0.22727273,0.2107438,0.23140496,0.23966943,0.24380165,0.22727273,0.21900827,0.2603306,0.338843,0.40495867,0.49173555,0.5371901,0.446281,0.53305787,0.69008267,0.6859504,0.76033056,0.76859504,0.74380165,0.71900827,0.75206614,0.7107438,0.59090906,0.47933885,0.39256197,0.34710744,0.3140496,0.26859504,0.25619835,0.2644628,0.2520661,0.24793388,0.23140496,0.23553719,0.23966943,0.23966943,0.29752067,0.24793388,0.23140496,0.29752067,0.35950413,0.3140496,0.28099173,0.28512397,0.35950413,0.49586776,0.59917355,0.4876033,0.26859504,0.38842976,0.43801653,0.42561984,0.35950413,0.29752067,0.24793388,0.24380165,0.2520661,0.2644628,0.2892562,0.28512397,0.27272728,0.25619835,0.21900827,0.20661157,0.17768595,0.16528925,0.17355372,0.15289256,0.1570248,0.1570248,0.17355372,0.20247933,0.27272728,0.34710744,0.38429752,0.41322315,0.38016528,0.5206612,0.59504133,0.61570245,0.6652893,0.71900827,0.6735537,0.6570248,0.6487603,0.6198347,0.4752066,0.38016528,0.36363637,0.3305785,0.2520661,0.1983471,0.19421488,0.19008264,0.1694215,0.16528925,0.18595041,0.20661157,0.22727273,0.29752067,0.3553719,0.3677686,0.36363637,0.3553719,0.41735536,0.5,0.46280992,0.37603307,0.3264463,0.41735536,0.57438016,0.5123967,0.25619835,0.38429752,0.42975205,0.42561984,0.3677686,0.33471075,0.35123968,0.3966942,0.4338843,0.46694216,0.48347107,0.5413223,0.49586776,0.39256197,0.36363637,0.39256197,0.3553719,0.3181818,0.28099173,0.2644628,0.25619835,0.2644628,0.2644628,0.27272728,0.3140496,0.3553719,0.37603307,0.38842976,0.44214877,0.5206612,0.5371901,0.53305787,0.58264464,0.59917355,0.56198347,0.57024795,0.5661157,0.48347107,0.38429752,0.338843,0.30578512,0.32231405,0.25619835,0.19008264,0.17768595,0.1694215,0.18181819,0.2107438,0.28099173,0.3553719,0.39256197,0.47107437,0.5247934,0.5165289,0.56198347,0.55785125,0.607438,0.6363636,0.61157024,0.5206612,0.446281,0.46280992,0.56198347,0.5289256,0.2644628,0.38842976,0.41735536,0.42975205,0.42561984,0.44214877,0.553719,0.62396693,0.61570245,0.607438,0.61157024,0.60330576,0.59917355,0.5,0.48347107,0.46694216,0.45041323,0.42561984,0.42561984,0.47107437,0.47933885,0.48347107,0.49586776,0.5123967,0.53305787,0.59504133,0.6198347,0.59917355,0.60330576,0.60330576,0.62396693,0.6363636,0.6735537,0.6818182,0.70247936,0.71487606,0.7107438,0.6859504,0.6735537,0.6983471,0.72727275,0.6694215,0.57438016,0.5165289,0.5041322,0.49586776,0.48347107,0.45041323,0.47107437,0.47107437,0.3966942,0.553719,0.55785125,0.57024795,0.58264464,0.553719,0.59917355,0.6363636,0.6446281,0.61570245,0.57438016,0.5413223,0.56198347,0.5371901,0.24793388,0.38429752,0.4214876,0.45454547,0.49173555,0.5289256,0.5371901,0.53305787,0.5371901,0.5495868,0.5289256,0.5041322,0.46280992,0.5289256,0.4876033,0.40495867,0.37190083,0.30578512,0.33471075,0.56198347,0.5661157,0.5041322,0.40495867,0.39256197,0.4214876,0.45867768,0.49586776,0.37190083,0.3305785,0.4090909,0.45867768,0.4876033,0.5413223,0.5247934,0.59504133,0.59090906,0.58264464,0.49586776,0.4214876,0.49586776,0.6404959,0.60330576,0.5123967,0.46694216,0.44214877,0.4214876,0.42561984,0.4338843,0.47933885,0.5247934,0.6404959,0.8057851,0.78099173,0.73966944,0.7107438,0.5413223,0.5082645,0.53305787,0.56198347,0.58677685,0.607438,0.58677685,0.55785125,0.5371901,0.23966943,0.4090909,0.49586776,0.43801653,0.4090909,0.48347107,0.5,0.47933885,0.5165289,0.5206612,0.47107437,0.45867768,0.4090909,0.677686,0.62396693,0.39256197,0.3677686,0.41735536,0.49173555,0.838843,0.8636364,0.90909094,0.6652893,0.38842976,0.36363637,0.37603307,0.45041323,0.5041322,0.3181818,0.3677686,0.47933885,0.5661157,0.59917355,0.6404959,0.6570248,0.607438,0.54545456,0.45041323,0.46280992,0.5165289,0.4876033,0.4338843,0.38016528,0.3140496,0.35950413,0.45867768,0.41735536,0.29752067,0.29338843,0.38842976,0.8471074,0.8347107,0.8140496,0.6528926,0.41735536,0.5206612,0.607438,0.607438,0.58264464,0.57024795,0.5371901,0.53305787,0.5495868,0.5371901,0.27272728,0.48347107,0.48347107,0.3305785,0.35950413,0.49586776,0.5041322,0.4876033,0.5165289,0.47107437,0.41735536,0.38429752,0.38429752,0.41322315,0.41735536,0.35123968,0.338843,0.5041322,0.37190083,0.55785125,0.75619835,0.74380165,0.54545456,0.37603307,0.38842976,0.37603307,0.35950413,0.47107437,0.42561984,0.47107437,0.58264464,0.677686,0.6735537,0.6983471,0.76859504,0.73966944,0.6363636,0.45454547,0.49173555,0.49173555,0.45454547,0.42561984,0.39256197,0.35950413,0.46280992,0.6322314,0.5289256,0.21487603,0.3140496,0.40082645,0.6322314,0.74793386,0.822314,0.6818182,0.3264463,0.40082645,0.5165289,0.59090906,0.62396693,0.61570245,0.43801653,0.4090909,0.4876033,0.5082645,0.38842976,0.5371901,0.446281,0.30991736,0.35950413,0.5041322,0.5371901,0.5082645,0.5165289,0.47933885,0.41735536,0.41322315,0.46694216,0.5041322,0.4338843,0.40495867,0.35950413,0.37190083,0.38429752,0.42561984,0.59917355,0.5495868,0.44214877,0.39256197,0.41735536,0.4214876,0.35950413,0.42561984,0.5413223,0.6280992,0.5661157,0.5785124,0.54545456,0.59917355,0.69008267,0.6983471,0.6859504,0.56198347,0.553719,0.57438016,0.5785124,0.5495868,0.4752066,0.41322315,0.5,0.57024795,0.41735536,0.2644628,0.34710744,0.5,0.24793388,0.45041323,0.607438,0.42975205,0.26859504,0.39256197,0.5123967,0.5495868,0.60330576,0.61570245,0.35123968,0.1446281,0.32231405,0.5082645,0.5661157,0.57438016,0.4752066,0.3305785,0.38016528,0.5206612,0.58264464,0.56198347,0.54545456,0.5082645,0.49586776,0.5206612,0.55785125,0.5785124,0.5413223,0.53305787,0.49586776,0.45867768,0.48347107,0.55785125,0.61570245,0.57438016,0.5041322,0.46280992,0.49173555,0.5206612,0.41322315,0.4090909,0.47107437,0.5371901,0.5495868,0.59504133,0.57438016,0.6404959,0.7066116,0.6694215,0.6570248,0.5661157,0.59917355,0.6528926,0.69008267,0.6446281,0.553719,0.5041322,0.5495868,0.59090906,0.47107437,0.37190083,0.34710744,0.38016528,0.39256197,0.45454547,0.56198347,0.5041322,0.40495867,0.40495867,0.53305787,0.57024795,0.6198347,0.62396693,0.35123968,0.11983471,0.21487603,0.45454547,0.6694215,0.58264464,0.49173555,0.35123968,0.4090909,0.553719,0.60330576,0.6322314,0.61157024,0.57024795,0.5206612,0.553719,0.58677685,0.59917355,0.59917355,0.6322314,0.6570248,0.6652893,0.6528926,0.661157,0.6280992,0.60330576,0.59504133,0.59090906,0.59504133,0.59090906,0.4876033,0.49586776,0.61570245,0.5,0.5413223,0.6487603,0.5785124,0.61570245,0.6652893,0.55785125,0.46694216,0.59504133,0.6404959,0.6983471,0.7066116,0.6652893,0.60330576,0.553719,0.5247934,0.5495868,0.553719,0.5041322,0.5165289,0.57438016,0.57024795,0.5785124,0.55785125,0.54545456,0.5041322,0.5123967,0.58264464,0.607438,0.6652893,0.6487603,0.35950413,0.14049587,0.2892562,0.446281,0.6570248,0.5661157,0.49586776,0.37603307,0.43801653,0.58677685,0.61570245,0.661157,0.6694215,0.6487603,0.553719,0.5289256,0.553719,0.58677685,0.60330576,0.6280992,0.6322314,0.6404959,0.62396693,0.6280992,0.61570245,0.60330576,0.607438,0.60330576,0.58677685,0.5371901,0.49173555,0.62396693,0.62396693,0.553719,0.6983471,0.8016529,0.78099173,0.78512394,0.79752064,0.6942149,0.4876033,0.6570248,0.6363636,0.71900827,0.7066116,0.6694215,0.61570245,0.5785124,0.5495868,0.5495868,0.5661157,0.5661157,0.59917355,0.6528926,0.6404959,0.6322314,0.60330576,0.5785124,0.5661157,0.59504133,0.6363636,0.6487603,0.6942149,0.661157,0.38842976,0.23966943,0.40495867,0.48347107,0.6404959,0.56198347,0.49173555,0.44214877,0.4876033,0.58677685,0.6280992,0.6694215,0.7066116,0.7066116,0.69008267,0.61570245,0.60330576,0.6198347,0.6322314,0.6363636,0.6280992,0.6363636,0.62396693,0.6198347,0.6280992,0.6363636,0.6487603,0.6280992,0.58264464,0.5206612,0.5289256,0.71487606,0.5661157,0.6198347,0.7768595,0.8305785,0.8181818,0.822314,0.8305785,0.8016529,0.61157024,0.6322314,0.6404959,0.7231405,0.7107438,0.6652893,0.61570245,0.6198347,0.6198347,0.607438,0.607438,0.607438,0.60330576,0.62396693,0.6280992,0.61570245,0.62396693,0.6198347,0.6322314,0.6528926,0.6363636,0.6363636,0.6859504,0.6528926,0.45454547,0.38429752,0.4214876,0.4752066,0.6446281,0.5785124,0.45454547,0.49173555,0.5165289,0.57438016,0.6363636,0.6735537,0.72727275,0.7355372,0.74380165,0.72727275,0.71487606,0.71487606,0.71487606,0.7107438,0.70247936,0.7107438,0.71487606,0.70247936,0.6942149,0.6983471,0.6942149,0.677686,0.62396693,0.5371901,0.6363636,0.70247936,0.55785125,0.6818182,0.7892562,0.8264463,0.8181818,0.8305785,0.8305785,0.8181818,0.71900827,0.57438016,0.6694215,0.7231405,0.76033056,0.72727275,0.6942149,0.7066116,0.7231405,0.71900827,0.72727275,0.7066116,0.6942149,0.6983471,0.70247936,0.69008267,0.69008267,0.6859504,0.70247936,0.6983471,0.661157,0.6363636,0.6446281,0.6198347,0.5247934,0.4752066,0.4090909,0.47107437,0.6198347,0.60330576,0.44214877,0.5082645,0.553719,0.58677685,0.6487603,0.6942149,0.73966944,0.73140496,0.73966944,0.73966944,0.74793386,0.74793386,0.74380165,0.73966944,0.73966944,0.73966944,0.75206614,0.7355372,0.71900827,0.7231405,0.73140496,0.7107438,0.62396693,0.58677685,0.6942149,0.607438,0.59090906,0.70247936,0.7768595,0.8140496,0.8016529,0.8264463,0.8305785,0.8264463,0.75619835,0.5785124,0.6735537,0.6942149,0.7933884,0.78099173,0.7644628,0.75619835,0.76033056,0.75619835,0.76033056,0.73966944,0.74793386,0.7644628,0.7644628,0.74793386,0.74380165,0.73140496,0.7355372,0.7355372,0.6983471,0.6446281,0.59090906,0.5661157,0.57024795,0.5082645,0.40082645,0.4752066,0.5413223,0.62396693,0.45454547,0.47933885,0.553719,0.59090906,0.661157,0.71900827,0.73966944,0.71900827,0.71487606,0.7231405,0.73966944,0.73966944,0.7355372,0.74380165,0.74380165,0.75206614,0.75619835,0.73966944,0.73140496,0.73966944,0.74793386,0.6942149,0.6322314,0.69008267,0.6404959,0.5661157,0.6446281,0.7107438,0.77272725,0.80991733,0.8016529,0.8264463,0.8305785,0.8140496,0.7644628,0.6487603,0.607438,0.6859504,0.78099173,0.8016529,0.78512394,0.7768595,0.7768595,0.7644628,0.76859504,0.75619835,0.75619835,0.76859504,0.77272725,0.76033056,0.76859504,0.75206614,0.74793386,0.74380165,0.7066116,0.6404959,0.57024795,0.54545456,0.5371901,0.46694216,0.41735536,0.49173555,0.45867768,0.6404959,0.5123967,0.42975205,0.49173555,0.553719,0.6322314,0.69008267,0.6942149,0.677686,0.6694215,0.677686,0.7231405,0.7231405,0.7355372,0.74793386,0.74380165,0.74793386,0.75206614,0.74380165,0.74380165,0.74793386,0.73140496,0.6652893,0.6363636,0.6528926,0.5785124,0.60330576,0.6694215,0.72727275,0.7892562,0.8181818,0.8181818,0.8305785,0.8264463,0.8140496,0.78099173,0.71487606,0.60330576,0.6280992,0.7231405,0.80991733,0.78512394,0.78099173,0.78512394,0.78512394,0.78099173,0.7768595,0.77272725,0.7644628,0.76859504,0.76033056,0.75619835,0.76033056,0.76033056,0.73966944,0.69008267,0.6322314,0.58677685,0.58677685,0.5041322,0.4214876,0.4338843,0.5123967,0.35950413,0.62396693,0.7066116,0.5206612,0.49173555,0.54545456,0.59504133,0.607438,0.62396693,0.61570245,0.6322314,0.6404959,0.677686,0.69008267,0.7066116,0.71487606,0.7066116,0.7231405,0.7231405,0.71900827,0.74380165,0.75206614,0.7107438,0.661157,0.5785124,0.55785125,0.58677685,0.6487603,0.6942149,0.75206614,0.8016529,0.838843,0.8264463,0.8347107,0.8264463,0.8140496,0.7892562,0.74793386,0.677686,0.57438016,0.61570245,0.77272725,0.7892562,0.78512394,0.7933884,0.79752064,0.78099173,0.76859504,0.7644628,0.74793386,0.72727275,0.7355372,0.73966944,0.74380165,0.7768595,0.75206614,0.69008267,0.6404959,0.62396693,0.61157024,0.4876033,0.38429752,0.45454547,0.53305787,0.3305785,0.47933885,0.76859504,0.7355372,0.5661157,0.5495868,0.59917355,0.60330576,0.59504133,0.58677685,0.60330576,0.62396693,0.6446281,0.6528926,0.677686,0.6818182,0.6859504,0.7066116,0.7107438,0.7231405,0.74793386,0.7355372,0.6735537,0.59504133,0.5289256,0.54545456,0.607438,0.677686,0.73140496,0.77272725,0.8140496,0.838843,0.8305785,0.8305785,0.8347107,0.8181818,0.79752064,0.77272725,0.73966944,0.6694215,0.55785125,0.661157,0.79752064,0.78512394,0.7892562,0.7933884,0.76859504,0.75206614,0.73966944,0.72727275,0.6983471,0.70247936,0.73140496,0.73140496,0.75206614,0.7355372,0.70247936,0.6694215,0.6363636,0.59504133,0.47933885,0.40495867,0.5289256,0.5371901,0.35123968,0.37190083,0.49173555,0.6694215,0.72727275,0.7066116,0.6694215,0.661157,0.6570248,0.6528926,0.6487603,0.6322314,0.6363636,0.6487603,0.6735537,0.6735537,0.6983471,0.73140496,0.75619835,0.74793386,0.7355372,0.661157,0.5661157,0.5247934,0.53305787,0.553719,0.6280992,0.6942149,0.74793386,0.78512394,0.8305785,0.8429752,0.8305785,0.8347107,0.8347107,0.8181818,0.8016529,0.7892562,0.75206614,0.72727275,0.6280992,0.5661157,0.7231405,0.79752064,0.78512394,0.78099173,0.75619835,0.74380165,0.71900827,0.7107438,0.6859504,0.6818182,0.7066116,0.71487606,0.73140496,0.7107438,0.6983471,0.6859504,0.6280992,0.59090906,0.5206612,0.56198347,0.6487603,0.49586776,0.36363637,0.37190083,0.40082645,0.41735536,0.45867768,0.55785125,0.6322314,0.70247936,0.76859504,0.7644628,0.74793386,0.73140496,0.7355372,0.74793386,0.76033056,0.76033056,0.7768595,0.78512394,0.75206614,0.6570248,0.57438016,0.55785125,0.5247934,0.53305787,0.58264464,0.59090906,0.6487603,0.6942149,0.73966944,0.8057851,0.8429752,0.8471074,0.838843,0.8347107,0.8347107,0.8181818,0.80991733,0.79752064,0.76859504,0.73966944,0.7231405,0.59504133,0.5247934,0.6818182,0.80991733,0.8016529,0.7644628,0.74793386,0.71900827,0.6859504,0.677686,0.69008267,0.6859504,0.71900827,0.71487606,0.7066116,0.6942149,0.6570248,0.6322314,0.6487603,0.73140496,0.78099173,0.6280992,0.4338843,0.36363637,0.37190083,0.3966942,0.4090909,0.40495867,0.39256197,0.39256197,0.37603307,0.41735536,0.46280992,0.5082645,0.5247934,0.56198347,0.57024795,0.5661157,0.5413223,0.5082645,0.49586776,0.5,0.54545456,0.607438,0.60330576,0.5371901,0.58677685,0.6363636,0.6280992,0.6322314,0.6528926,0.72727275,0.7933884,0.838843,0.8429752,0.8512397,0.8429752,0.8305785,0.822314,0.8057851,0.78512394,0.77272725,0.75619835,0.77272725,0.72727275,0.5495868,0.42561984,0.4876033,0.6280992,0.73966944,0.78512394,0.78099173,0.78099173,0.77272725,0.77272725,0.7644628,0.76033056,0.7355372,0.71900827,0.74380165,0.7355372,0.73140496,0.69008267,0.6528926,0.6322314,0.55785125,0.47107437,0.37603307,0.3677686,0.38429752,0.40082645,0.40495867,0.38842976,0.37190083,0.36363637,0.39256197,0.4090909,0.41322315,0.41735536,0.43801653,0.45041323,0.45867768,0.4752066,0.49586776,0.5495868,0.61570245,0.6652893,0.6818182,0.58677685,0.5371901,0.62396693,0.6528926,0.6198347,0.58677685,0.5495868,0.6487603,0.76033056,0.80991733,0.8347107,0.8471074,0.8471074,0.8347107,0.80991733,0.78099173,0.7644628,0.76033056,0.76033056,0.78512394,0.8057851,0.71900827,0.607438,0.5495868,0.47107437,0.41735536,0.42561984,0.45454547,0.5041322,0.5165289,0.53305787,0.5413223,0.553719,0.54545456,0.553719,0.5495868,0.54545456,0.5,0.49173555,0.5413223,0.59090906,0.5413223,0.45454547,0.38016528,0.3677686,0.3677686,0.38429752,0.40082645,0.3966942,0.3677686,0.38842976,0.4090909,0.446281,0.46280992,0.49173555,0.5123967,0.553719,0.58677685,0.61570245,0.6404959,0.6528926,0.6652893,0.6735537,0.6363636,0.5123967,0.5123967,0.59090906,0.61157024,0.55785125,0.49173555,0.45041323,0.5165289,0.6983471,0.7892562,0.80991733,0.8181818,0.8264463,0.8016529,0.76859504,0.7231405,0.7107438,0.7066116,0.72727275,0.77272725,0.7892562,0.74380165,0.7107438,0.74793386,0.72727275,0.6652893,0.61570245,0.57024795,0.5165289,0.5,0.49586776,0.49586776,0.5082645,0.5041322,0.4876033,0.49586776,0.5041322,0.5041322,0.5165289,0.55785125,0.57024795,0.49586776,0.45867768,0.37603307,0.38842976,0.35123968,0.37190083,0.40495867,0.40495867,0.42561984,0.446281,0.49586776,0.54545456,0.57438016,0.58677685,0.607438,0.6198347,0.61570245,0.6322314,0.6528926,0.6528926,0.6528926,0.6363636,0.5413223,0.46280992,0.46694216,0.4752066,0.47933885,0.42975205,0.34710744,0.33471075,0.35950413,0.5413223,0.6942149,0.75206614,0.75619835,0.75619835,0.73966944,0.661157,0.607438,0.59090906,0.59090906,0.6570248,0.7107438,0.71900827,0.6983471,0.6942149,0.73966944,0.7355372,0.71900827,0.73140496,0.72727275,0.71487606,0.6652893,0.61570245,0.59090906,0.5661157,0.56198347,0.553719,0.58264464,0.59504133,0.59090906,0.59090906,0.5785124,0.5247934,0.47933885,0.5,0.36363637,0.38842976,0.35950413,0.3677686,0.3966942,0.4214876,0.45454547,0.49173555,0.5165289,0.5661157,0.59090906,0.60330576,0.607438,0.61570245,0.59504133,0.6280992,0.6528926,0.6570248,0.6363636,0.57024795,0.47933885,0.45041323,0.43801653,0.38842976,0.3677686,0.3181818,0.22727273,0.14876033,0.21487603,0.35950413,0.49173555,0.59917355,0.6363636,0.6198347,0.553719,0.4876033,0.41322315,0.29752067,0.3305785,0.4752066,0.57024795,0.61157024,0.62396693,0.6735537,0.71487606,0.7107438,0.71487606,0.7231405,0.7066116,0.73140496,0.7231405,0.7066116,0.69008267,0.677686,0.6735537,0.6818182,0.6818182,0.6652893,0.6404959,0.61570245,0.56198347,0.5,0.47107437,0.5,0.35123968,0.37603307,0.38016528,0.36363637,0.39256197,0.4214876,0.446281,0.47933885,0.5206612,0.553719,0.58264464,0.59917355,0.61157024,0.6198347,0.6363636,0.6446281,0.661157,0.6694215,0.61570245,0.5247934,0.45867768,0.46280992,0.4752066,0.38842976,0.30578512,0.2603306,0.24380165,0.2107438,0.19008264,0.27272728,0.35123968,0.4338843,0.48347107,0.49173555,0.4752066,0.45041323,0.45454547,0.4214876,0.3553719,0.35123968,0.4338843,0.5041322,0.60330576,0.6942149,0.71900827,0.7066116,0.70247936,0.7107438,0.7066116,0.73140496,0.7231405,0.71900827,0.70247936,0.6859504,0.69008267,0.6942149,0.6735537,0.6652893,0.6280992,0.59917355,0.53305787,0.48347107,0.47107437,0.4214876,0.3140496,0.37190083,0.39256197,0.35950413,0.37190083,0.40495867,0.43801653,0.46694216,0.5165289,0.553719,0.57024795,0.59090906,0.62396693,0.6322314,0.6652893,0.6735537,0.6859504,0.677686,0.6280992,0.5495868,0.5041322,0.5,0.5,0.42561984,0.30165288,0.25619835,0.2603306,0.25619835,0.2644628,0.2644628,0.30578512,0.3429752,0.39256197,0.43801653,0.5289256,0.607438,0.61570245,0.607438,0.59090906,0.5082645,0.4752066,0.5661157,0.6570248,0.6983471,0.72727275,0.7355372,0.71487606,0.6942149,0.7066116,0.73140496,0.71900827,0.7107438,0.7066116,0.69008267,0.6942149,0.69008267,0.677686,0.6446281,0.607438,0.5661157,0.5123967,0.49586776,0.47107437,0.3966942,0.29338843,0.35950413,0.40082645,0.37603307,0.36363637,0.3966942,0.4338843,0.45867768,0.5082645,0.53305787,0.5661157,0.59504133,0.6322314,0.6528926,0.6694215,0.69008267,0.7066116,0.6983471,0.6487603,0.59090906,0.55785125,0.54545456,0.5247934,0.4752066,0.38842976,0.33471075,0.29752067,0.28099173,0.29752067,0.30165288,0.30165288,0.338843,0.35950413,0.42561984,0.5206612,0.59917355,0.6198347,0.60330576,0.61157024,0.62396693,0.6363636,0.6487603,0.6735537,0.69008267,0.7107438,0.7231405,0.7355372,0.71487606,0.7107438,0.7231405,0.7231405,0.7231405,0.71900827,0.70247936,0.70247936,0.6859504,0.6652893,0.61570245,0.5785124,0.5413223,0.49586776,0.5041322,0.46280992,0.38842976,0.28099173,0.34710744,0.39256197,0.38429752,0.35950413,0.38429752,0.4214876,0.46280992,0.5123967,0.5289256,0.55785125,0.607438,0.6404959,0.6652893,0.6735537,0.69008267,0.7066116,0.7066116,0.677686,0.6322314,0.60330576,0.59504133,0.5661157,0.5206612,0.46694216,0.42561984,0.39256197,0.39256197,0.40495867,0.39256197,0.38842976,0.42561984,0.47107437,0.49586776,0.5413223,0.60330576,0.6363636,0.6280992,0.6198347,0.61157024,0.6198347,0.62396693,0.661157,0.6942149,0.71487606,0.71900827,0.7355372,0.7355372,0.7231405,0.72727275,0.71900827,0.71900827,0.73140496,0.71900827,0.70247936,0.677686,0.6487603,0.59090906,0.56198347,0.5206612,0.49586776,0.5082645,0.446281,0.38429752,0.26859504,0.33471075,0.39256197,0.39256197,0.36363637,0.36363637,0.3966942,0.45867768,0.5041322,0.5289256,0.553719,0.61157024,0.6487603,0.6735537,0.6942149,0.70247936,0.70247936,0.69008267,0.6652893,0.6363636,0.61157024,0.60330576,0.58677685,0.55785125,0.5206612,0.5,0.5041322,0.5206612,0.57024795,0.5495868,0.5413223,0.5495868,0.61157024,0.60330576,0.6322314,0.6446281,0.6735537,0.6487603,0.6404959,0.6198347,0.61157024,0.61570245,0.6363636,0.6735537,0.7066116,0.70247936,0.72727275,0.74380165,0.72727275,0.7231405,0.72727275,0.7231405,0.73140496,0.7231405,0.71487606,0.6859504,0.6446281,0.58264464,0.553719,0.5082645,0.5,0.5041322,0.4338843,0.38016528,0.2603306,0.3181818,0.38429752,0.3966942,0.3677686,0.3553719,0.38842976,0.44214877,0.49586776,0.5413223,0.56198347,0.607438,0.6446281,0.6735537,0.69008267,0.6942149,0.6818182,0.6652893,0.6280992,0.59917355,0.60330576,0.59917355,0.58677685,0.58264464,0.56198347,0.56198347,0.553719,0.58264464,0.6322314,0.661157,0.6652893,0.6818182,0.6942149,0.677686,0.69008267,0.6859504,0.677686,0.661157,0.6404959,0.6363636,0.6322314,0.6280992,0.6198347,0.6404959,0.6652893,0.6694215,0.7066116,0.73140496,0.7231405,0.6983471,0.7107438,0.7355372,0.72727275,0.71900827,0.7066116,0.6818182,0.6280992,0.5785124,0.5413223,0.5,0.5123967,0.49586776,0.41322315,0.38016528,0.2603306,0.29752067,0.38016528,0.38842976,0.37190083,0.3553719,0.38429752,0.42561984,0.4876033,0.5247934,0.5661157,0.60330576,0.6446281,0.6818182,0.6735537,0.661157,0.6570248,0.6280992,0.59090906,0.56198347,0.57438016,0.58264464,0.59090906,0.59917355,0.607438,0.60330576,0.59504133,0.61570245,0.6487603,0.70247936,0.73966944,0.73966944,0.74793386,0.7066116,0.69008267,0.70247936,0.7107438,0.69008267,0.6487603,0.6280992,0.6404959,0.6363636,0.61570245,0.61157024,0.6322314,0.6322314,0.6694215,0.70247936,0.6859504,0.6859504,0.6859504,0.72727275,0.73140496,0.6983471,0.69008267,0.6694215,0.59504133,0.56198347,0.54545456,0.5082645,0.5247934,0.4876033,0.3966942,0.38016528,0.2644628,0.28099173,0.3677686,0.38842976,0.38016528,0.35950413,0.38016528,0.41322315,0.4752066,0.5165289,0.56198347,0.59090906,0.6446281,0.6942149,0.6570248,0.6404959,0.6280992,0.59090906,0.56198347,0.553719,0.5661157,0.57438016,0.607438,0.6280992,0.661157,0.6735537,0.6694215,0.6859504,0.7066116,0.74380165,0.78512394,0.78099173,0.7892562,0.74793386,0.71487606,0.71487606,0.75206614,0.73140496,0.6735537,0.6363636,0.6446281,0.6363636,0.6280992,0.6280992,0.6280992,0.607438,0.6446281,0.6694215,0.6528926,0.6528926,0.6735537,0.71900827,0.7355372,0.6942149,0.69008267,0.6528926,0.5785124,0.57438016,0.54545456,0.5123967,0.5247934,0.46694216,0.38842976,0.38429752,0.26859504,0.2644628,0.34710744,0.38429752,0.38429752,0.3677686,0.37190083,0.3966942,0.446281,0.5123967,0.54545456,0.5661157,0.6446281,0.6859504,0.6528926,0.6198347,0.59504133,0.55785125,0.5371901,0.56198347,0.58264464,0.58677685,0.61570245,0.6363636,0.6446281,0.677686,0.6942149,0.70247936,0.71487606,0.74380165,0.7892562,0.7933884,0.8016529,0.78099173,0.75206614,0.7355372,0.76033056,0.75206614,0.7107438,0.6859504,0.6859504,0.677686,0.6570248,0.6363636,0.6363636,0.607438,0.6280992,0.6528926,0.6404959,0.6363636,0.6570248,0.7107438,0.73140496,0.7066116,0.6818182,0.6404959,0.57438016,0.58264464,0.5289256,0.5165289,0.5165289,0.44214877,0.38016528,0.38429752,0.26859504,0.25619835,0.3181818,0.37603307,0.38429752,0.37603307,0.35950413,0.38429752,0.41735536,0.49586776,0.53305787,0.5495868,0.6363636,0.661157,0.6487603,0.61157024,0.58264464,0.5371901,0.5082645,0.5123967,0.5,0.47933885,0.49586776,0.5082645,0.4876033,0.5041322,0.5289256,0.53305787,0.5495868,0.5661157,0.6487603,0.71900827,0.76859504,0.74380165,0.70247936,0.6528926,0.6446281,0.6363636,0.6322314,0.6363636,0.6528926,0.6694215,0.6446281,0.6198347,0.6404959,0.6322314,0.62396693,0.6322314,0.6322314,0.6322314,0.6570248,0.7107438,0.73140496,0.7066116,0.6694215,0.6198347,0.5661157,0.58264464,0.5123967,0.5165289,0.5082645,0.41735536,0.37190083,0.38429752,0.26859504,0.2520661,0.29338843,0.35123968,0.37603307,0.38016528,0.34710744,0.35950413,0.38429752,0.46694216,0.5289256,0.5413223,0.62396693,0.6487603,0.6322314,0.607438,0.57024795,0.49173555,0.4214876,0.35123968,0.28512397,0.2644628,0.28099173,0.3140496,0.30991736,0.3181818,0.3429752,0.32231405,0.33471075,0.35123968,0.38016528,0.44214877,0.5371901,0.5413223,0.5165289,0.46280992,0.43801653,0.43801653,0.45454547,0.45041323,0.46280992,0.48347107,0.49173555,0.5,0.56198347,0.607438,0.6280992,0.6322314,0.6487603,0.6487603,0.6652893,0.7066116,0.7231405,0.70247936,0.6570248,0.58264464,0.55785125,0.56198347,0.5041322,0.5165289,0.4876033,0.39256197,0.37190083,0.38429752,0.26859504,0.2603306,0.2768595,0.3305785,0.36363637,0.37603307,0.3553719,0.3429752,0.3553719,0.4214876,0.5082645,0.53305787,0.607438,0.6528926,0.6363636,0.60330576,0.5661157,0.45041323,0.30578512,0.18595041,0.12396694,0.12396694,0.17355372,0.25619835,0.28512397,0.30991736,0.3553719,0.3305785,0.3140496,0.3677686,0.37190083,0.35123968,0.35123968,0.42561984,0.446281,0.446281,0.40082645,0.3553719,0.39256197,0.35123968,0.3305785,0.3181818,0.28099173,0.2768595,0.338843,0.45041323,0.5661157,0.6322314,0.677686,0.6818182,0.6694215,0.70247936,0.7066116,0.69008267,0.6404959,0.5661157,0.553719,0.53305787,0.5082645,0.5165289,0.45454547,0.3677686,0.37190083,0.38016528,0.27272728,0.25619835,0.28099173,0.3181818,0.3429752,0.36363637,0.36363637,0.338843,0.3305785,0.37603307,0.47107437,0.53305787,0.59504133,0.6735537,0.6694215,0.6198347,0.59504133,0.5165289,0.35123968,0.21487603,0.1446281,0.11157025,0.11157025,0.20661157,0.27272728,0.28512397,0.38429752,0.36363637,0.38429752,0.47107437,0.5041322,0.48347107,0.446281,0.553719,0.58677685,0.59504133,0.5289256,0.44214877,0.45867768,0.3553719,0.30165288,0.2644628,0.15289256,0.14049587,0.18181819,0.25619835,0.42975205,0.59090906,0.677686,0.7066116,0.69008267,0.7066116,0.7231405,0.677686,0.61157024,0.54545456,0.5413223,0.5165289,0.5082645,0.5,0.41322315,0.36363637,0.37603307,0.37603307,0.2644628,0.2520661,0.28512397,0.3264463,0.338843,0.3553719,0.35950413,0.3429752,0.32231405,0.3140496,0.4090909,0.5123967,0.59917355,0.6735537,0.6859504,0.6446281,0.6280992,0.61570245,0.5371901,0.43801653,0.34710744,0.26859504,0.1983471,0.17768595,0.18181819,0.17768595,0.21900827,0.20247933,0.2892562,0.4338843,0.5082645,0.53305787,0.5041322,0.62396693,0.62396693,0.62396693,0.5289256,0.3553719,0.42975205,0.3140496,0.20247933,0.19421488,0.1983471,0.27272728,0.33471075,0.3966942,0.43801653,0.5661157,0.6570248,0.70247936,0.6942149,0.7066116,0.73140496,0.6652893,0.56198347,0.5206612,0.5289256,0.5082645,0.5,0.46694216,0.38429752,0.37190083,0.37603307,0.37603307,0.2603306,0.25619835,0.2892562,0.3429752,0.338843,0.33471075,0.35950413,0.338843,0.3305785,0.28099173,0.36363637,0.446281,0.60330576,0.6528926,0.677686,0.6528926,0.6322314,0.6487603,0.6198347,0.56198347,0.5206612,0.47107437,0.41322315,0.38429752,0.35123968,0.3140496,0.2603306,0.24793388,0.2644628,0.29338843,0.3429752,0.3181818,0.35123968,0.45454547,0.4338843,0.54545456,0.54545456,0.446281,0.5371901,0.47933885,0.3264463,0.3264463,0.39256197,0.446281,0.5041322,0.57438016,0.59090906,0.607438,0.6487603,0.677686,0.69008267,0.72727275,0.7231405,0.6322314,0.5413223,0.5123967,0.5123967,0.49586776,0.4876033,0.4214876,0.35950413,0.38016528,0.38016528,0.37190083,0.2603306,0.23140496,0.32231405,0.41735536,0.34710744,0.32231405,0.3429752,0.35123968,0.33471075,0.28099173,0.30165288,0.3966942,0.56198347,0.62396693,0.677686,0.6818182,0.6487603,0.62396693,0.60330576,0.5661157,0.5247934,0.5,0.47933885,0.5,0.5247934,0.54545456,0.5041322,0.42561984,0.38016528,0.40495867,0.47933885,0.45867768,0.45867768,0.57438016,0.5206612,0.6363636,0.6652893,0.5123967,0.5165289,0.5082645,0.46694216,0.47933885,0.5165289,0.5247934,0.553719,0.6280992,0.677686,0.661157,0.6652893,0.661157,0.7107438,0.73966944,0.7066116,0.59504133,0.5165289,0.5082645,0.5041322,0.49586776,0.45454547,0.38016528,0.35950413,0.37190083,0.37603307,0.37603307,0.2107438,0.24793388,0.5,0.49173555,0.39256197,0.32231405,0.32231405,0.3553719,0.34710744,0.30578512,0.2603306,0.32231405,0.5371901,0.59917355,0.6694215,0.7066116,0.6652893,0.60330576,0.59504133,0.553719,0.5082645,0.46694216,0.446281,0.46694216,0.5289256,0.59504133,0.6363636,0.58677685,0.553719,0.54545456,0.54545456,0.5371901,0.49586776,0.5289256,0.5247934,0.57024795,0.59917355,0.5289256,0.5495868,0.56198347,0.5495868,0.53305787,0.5289256,0.5371901,0.58264464,0.6652893,0.6942149,0.6735537,0.6652893,0.677686,0.7231405,0.73966944,0.6694215,0.5371901,0.49586776,0.5041322,0.5082645,0.49173555,0.3966942,0.2520661,0.29752067,0.33471075,0.35123968,0.36363637,0.27272728,0.47107437,0.6818182,0.5,0.41735536,0.3553719,0.3181818,0.34710744,0.36363637,0.33471075,0.2768595,0.24380165,0.446281,0.553719,0.6322314,0.70247936,0.6735537,0.57438016,0.607438,0.57024795,0.5,0.45454547,0.4338843,0.4338843,0.46280992,0.5082645,0.59504133,0.62396693,0.6280992,0.6528926,0.661157,0.6528926,0.62396693,0.60330576,0.6404959,0.677686,0.677686,0.6735537,0.6487603,0.59090906,0.5371901,0.5206612,0.5247934,0.55785125,0.6322314,0.6942149,0.6983471,0.69008267,0.70247936,0.6942149,0.6818182,0.7066116,0.61570245,0.49586776,0.49586776,0.5206612,0.5082645,0.49173555,0.4752066,0.24380165,0.15289256,0.18595041,0.21900827,0.2768595,0.5413223,0.6735537,0.75619835,0.5247934,0.4090909,0.40495867,0.30578512,0.338843,0.35123968,0.37190083,0.338843,0.28099173,0.3264463,0.5371901,0.6280992,0.70247936,0.73966944,0.60330576,0.58677685,0.58677685,0.5123967,0.42975205,0.41322315,0.4214876,0.42561984,0.45041323,0.5082645,0.5661157,0.59090906,0.6322314,0.6528926,0.6652893,0.6404959,0.6198347,0.6446281,0.6322314,0.6404959,0.661157,0.59917355,0.5289256,0.5082645,0.5165289,0.53305787,0.59090906,0.661157,0.6983471,0.69008267,0.7107438,0.7231405,0.6942149,0.6818182,0.6818182,0.5371901,0.47933885,0.5082645,0.5289256,0.47107437,0.58264464,0.6570248,0.5082645,0.2231405,0.1322314,0.1694215,0.1694215,0.6446281,0.74380165,0.74380165,0.5,0.38842976,0.40495867,0.338843,0.3181818,0.35123968,0.38016528,0.37603307,0.3677686,0.28512397,0.43801653,0.58264464,0.6818182,0.74793386,0.70247936,0.5661157,0.5785124,0.553719,0.46280992,0.37190083,0.37190083,0.4090909,0.41735536,0.43801653,0.49586776,0.5371901,0.56198347,0.5661157,0.607438,0.59917355,0.60330576,0.58677685,0.58264464,0.5661157,0.5413223,0.5123967,0.5082645,0.5082645,0.5247934,0.5661157,0.62396693,0.6735537,0.6942149,0.6983471,0.7107438,0.71900827,0.7107438,0.677686,0.59504133,0.47933885,0.5041322,0.5247934,0.5247934,0.40082645,0.74793386,0.73140496,0.57438016,0.49173555,0.19421488,0.1322314,0.16528925,0.6983471,0.7892562,0.6446281,0.41735536,0.38429752,0.38016528,0.39256197,0.30165288,0.3264463,0.37603307,0.39256197,0.40082645,0.36363637,0.3429752,0.5123967,0.607438,0.6859504,0.73140496,0.6280992,0.57024795,0.5785124,0.5206612,0.4338843,0.35950413,0.338843,0.35950413,0.37603307,0.44214877,0.47107437,0.48347107,0.5082645,0.553719,0.54545456,0.5371901,0.5247934,0.5206612,0.5082645,0.5041322,0.49586776,0.5,0.5123967,0.5413223,0.59504133,0.6404959,0.661157,0.677686,0.69008267,0.6859504,0.7066116,0.6942149,0.661157,0.53305787,0.49586776,0.5371901,0.5082645,0.48347107,0.3305785,0.74793386,0.7892562,0.58264464,0.5661157,0.45041323,0.14876033,0.1446281,0.73140496,0.8016529,0.5123967,0.3305785,0.39256197,0.37603307,0.35950413,0.37190083,0.30578512,0.3140496,0.36363637,0.38429752,0.38016528,0.3429752,0.43801653,0.57438016,0.6404959,0.7231405,0.6983471,0.61570245,0.58677685,0.57024795,0.5165289,0.45041323,0.38842976,0.3305785,0.30578512,0.33471075,0.37190083,0.3677686,0.37603307,0.42975205,0.45041323,0.44214877,0.40495867,0.4214876,0.446281,0.46280992,0.46280992,0.5,0.5371901,0.58264464,0.61570245,0.6322314,0.6570248,0.6818182,0.7066116,0.7066116,0.7107438,0.677686,0.6280992,0.5082645,0.49586776,0.5371901,0.48347107,0.43801653,0.25619835,0.7355372,0.8264463,0.6528926,0.5661157,0.5371901,0.40495867,0.16115703,0.75206614,0.77272725,0.3966942,0.27272728,0.38842976,0.38429752,0.37603307,0.40082645,0.34710744,0.2768595,0.3181818,0.37190083,0.4090909,0.3181818,0.4090909,0.49586776,0.5661157,0.62396693,0.69008267,0.6694215,0.6363636,0.607438,0.56198347,0.53305787,0.5165289,0.46694216,0.40495867,0.38429752,0.38842976,0.38842976,0.35950413,0.37190083,0.40082645,0.4214876,0.40082645,0.4214876,0.43801653,0.4752066,0.5123967,0.5413223,0.5785124,0.61157024,0.6198347,0.62396693,0.6570248,0.6983471,0.71900827,0.6942149,0.6694215,0.6487603,0.58677685,0.4752066,0.49173555,0.47933885,0.4214876,0.4752066,0.2107438,0.7355372,0.8429752,0.677686,0.59504133,0.55785125,0.5123967,0.33471075,0.77272725,0.7107438,0.30165288,0.24380165,0.38429752,0.38429752,0.38429752,0.40082645,0.3966942,0.30991736,0.26859504,0.33471075,0.40495867,0.3140496,0.38429752,0.4752066,0.5413223,0.5785124,0.6280992,0.6735537,0.6694215,0.6487603,0.61157024,0.59504133,0.59504133,0.59090906,0.553719,0.5206612,0.49586776,0.48347107,0.47107437,0.4338843,0.46694216,0.49173555,0.4876033,0.5041322,0.5082645,0.5495868,0.5785124,0.59504133,0.59917355,0.61570245,0.6280992,0.6446281,0.6859504,0.72727275,0.7231405,0.6363636,0.607438,0.61570245,0.53305787,0.47107437,0.446281,0.3966942,0.45041323,0.5082645,0.16115703,0.72727275,0.8553719,0.69008267,0.57024795,0.61157024,0.5206612,0.44214877,0.78099173,0.6528926,0.22727273,0.23140496,0.38429752,0.39256197,0.38842976,0.40082645,0.40495867,0.3677686,0.2892562,0.2603306,0.35950413,0.3140496,0.3305785,0.4338843,0.5289256,0.59504133,0.59504133,0.6528926,0.6859504,0.6735537,0.661157,0.6570248,0.6446281,0.6487603,0.6280992,0.60330576,0.59917355,0.58264464,0.5785124,0.5413223,0.57438016,0.58264464,0.58264464,0.58677685,0.58677685,0.607438,0.6280992,0.6322314,0.62396693,0.6280992,0.661157,0.6859504,0.71487606,0.73140496,0.70247936,0.6322314,0.59504133,0.5661157,0.47933885,0.4338843,0.3966942,0.42561984,0.5,0.5082645,0.12809917,0.7355372,0.8636364,0.71900827,0.553719,0.6198347,0.59090906,0.49173555,0.78512394,0.60330576,0.1694215,0.2107438,0.37603307,0.38842976,0.3966942,0.40082645,0.4090909,0.3966942,0.3429752,0.25619835,0.2768595,0.30165288,0.30165288,0.38842976,0.49173555,0.57438016,0.55785125,0.59504133,0.677686,0.6859504,0.6652893,0.6694215,0.6570248,0.6528926,0.6487603,0.6404959,0.6652893,0.6528926,0.6694215,0.6363636,0.661157,0.6570248,0.6528926,0.6446281,0.6280992,0.6404959,0.6528926,0.6652893,0.6652893,0.661157,0.6818182,0.7107438,0.72727275,0.71900827,0.6735537,0.6363636,0.5785124,0.5247934,0.40082645,0.37190083,0.43801653,0.47933885,0.5,0.5165289,0.11983471,0.75206614,0.8677686,0.73966944,0.5661157,0.60330576,0.6363636,0.59504133,0.7933884,0.57438016,0.1446281,0.19008264,0.35950413,0.38842976,0.38429752,0.40495867,0.40082645,0.3966942,0.3677686,0.30578512,0.24793388,0.27272728,0.2603306,0.3181818,0.4338843,0.53305787,0.5495868,0.56198347,0.6404959,0.69008267,0.6694215,0.6652893,0.6652893,0.6735537,0.677686,0.6694215,0.6942149,0.7066116,0.7066116,0.6859504,0.70247936,0.6942149,0.6942149,0.6859504,0.677686,0.6859504,0.6818182,0.6859504,0.6859504,0.6735537,0.6942149,0.71900827,0.7107438,0.70247936,0.6652893,0.59917355,0.5413223,0.45867768,0.3429752,0.41735536,0.48347107,0.4876033,0.5041322,0.5041322,0.12809917,0.78099173,0.8636364,0.75206614,0.59090906,0.60330576,0.6363636,0.61570245,0.7892562,0.553719,0.1322314,0.15289256,0.33471075,0.38842976,0.38016528,0.40082645,0.40082645,0.40082645,0.37190083,0.33471075,0.2892562,0.24793388,0.22727273,0.2520661,0.3677686,0.5,0.5413223,0.55785125,0.61570245,0.6818182,0.6983471,0.6983471,0.677686,0.6818182,0.6942149,0.6942149,0.7107438,0.7107438,0.71900827,0.71487606,0.73140496,0.73966944,0.73140496,0.7231405,0.7107438,0.71900827,0.71900827,0.7107438,0.6983471,0.7066116,0.7107438,0.71487606,0.69008267,0.6735537,0.62396693,0.56198347,0.49586776,0.35950413,0.37190083,0.47933885,0.5041322,0.49586776,0.5,0.4876033,0.1694215,0.838843,0.8512397,0.75619835,0.61157024,0.607438,0.62396693,0.6198347,0.78099173,0.55785125,0.13636364,0.11157025,0.29752067,0.38016528,0.38429752,0.40082645,0.3966942,0.40082645,0.38429752,0.3429752,0.3140496,0.2644628,0.23553719,0.2107438,0.2892562,0.4090909,0.46694216,0.5247934,0.58264464,0.6363636,0.69008267,0.70247936,0.677686,0.6735537,0.6983471,0.6983471,0.6983471,0.6983471,0.73140496,0.72727275,0.72727275,0.7355372,0.71900827,0.72727275,0.73140496,0.75206614,0.75619835,0.73966944,0.7231405,0.73966944,0.73966944,0.71487606,0.677686,0.6363636,0.5785124,0.5247934,0.4214876,0.35950413,0.45041323,0.5,0.5082645,0.5041322,0.4876033,0.43801653,0.26859504,0.892562,0.838843,0.75619835,0.62396693,0.607438,0.61157024,0.6198347,0.78099173,0.59504133,0.16528925,0.07024793,0.25619835,0.35950413,0.39256197,0.38842976,0.39256197,0.38429752,0.38016528,0.35123968,0.3264463,0.2892562,0.2644628,0.2231405,0.23553719,0.30578512,0.37190083,0.46694216,0.5206612,0.5785124,0.6570248,0.6818182,0.6694215,0.6735537,0.6983471,0.6818182,0.661157,0.6570248,0.661157,0.6487603,0.6487603,0.6735537,0.6735537,0.6983471,0.7231405,0.73966944,0.75206614,0.73140496,0.71900827,0.73140496,0.7231405,0.677686,0.6487603,0.58677685,0.5247934,0.44214877,0.38016528,0.44214877,0.5,0.5123967,0.5082645,0.49173555,0.47107437,0.32231405,0.4090909,0.89669424,0.822314,0.75206614,0.6280992,0.58677685,0.59090906,0.60330576,19 +0.23966943,0.3140496,0.38016528,0.43801653,0.5041322,0.5289256,0.59090906,0.6322314,0.661157,0.6859504,0.7066116,0.72727275,0.73140496,0.7355372,0.74380165,0.75619835,0.77272725,0.78099173,0.78099173,0.79752064,0.79752064,0.7933884,0.8140496,0.8264463,0.8305785,0.8305785,0.8305785,0.8347107,0.8429752,0.8429752,0.838843,0.8471074,0.8471074,0.8429752,0.8512397,0.8553719,0.8595041,0.8553719,0.8595041,0.8595041,0.8553719,0.8553719,0.8553719,0.8553719,0.8512397,0.8553719,0.8512397,0.8512397,0.8471074,0.8512397,0.8471074,0.8429752,0.8429752,0.8347107,0.8305785,0.8347107,0.80991733,0.76859504,0.75619835,0.7231405,0.6528926,0.56198347,0.5041322,0.28099173,0.29338843,0.38016528,0.4214876,0.47933885,0.57438016,0.5785124,0.6280992,0.661157,0.6942149,0.73140496,0.74380165,0.75206614,0.76033056,0.7768595,0.78099173,0.78512394,0.8016529,0.8057851,0.80991733,0.8140496,0.8140496,0.822314,0.8305785,0.8347107,0.8305785,0.8347107,0.8429752,0.838843,0.8429752,0.8471074,0.8512397,0.8512397,0.8512397,0.8512397,0.8553719,0.8595041,0.8595041,0.8553719,0.8595041,0.8595041,0.8553719,0.8595041,0.8595041,0.8553719,0.8553719,0.8512397,0.8512397,0.8512397,0.8512397,0.8471074,0.8429752,0.838843,0.838843,0.8347107,0.8305785,0.8305785,0.80991733,0.78099173,0.74793386,0.71487606,0.677686,0.59090906,0.5123967,0.3553719,0.3264463,0.4214876,0.47933885,0.5206612,0.58264464,0.59917355,0.6363636,0.677686,0.71900827,0.75206614,0.76859504,0.77272725,0.7768595,0.7933884,0.8016529,0.8016529,0.8140496,0.822314,0.8264463,0.8264463,0.8264463,0.8347107,0.838843,0.8429752,0.838843,0.838843,0.8512397,0.8471074,0.8471074,0.8512397,0.8512397,0.8553719,0.8512397,0.8512397,0.8553719,0.8553719,0.8512397,0.8553719,0.8595041,0.8595041,0.8595041,0.8636364,0.8595041,0.8595041,0.8553719,0.8553719,0.8553719,0.8512397,0.8512397,0.8471074,0.8347107,0.8347107,0.8347107,0.8347107,0.8264463,0.822314,0.8057851,0.7768595,0.74793386,0.71487606,0.6942149,0.6280992,0.5041322,0.38016528,0.3677686,0.446281,0.5041322,0.5413223,0.5661157,0.59504133,0.6280992,0.6735537,0.73140496,0.7644628,0.78099173,0.7933884,0.79752064,0.8016529,0.8057851,0.8140496,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.838843,0.8429752,0.8429752,0.8471074,0.8429752,0.8471074,0.8553719,0.8553719,0.8512397,0.8512397,0.8553719,0.8553719,0.8553719,0.8595041,0.8553719,0.8512397,0.8553719,0.8595041,0.8636364,0.8595041,0.8595041,0.8595041,0.8553719,0.8553719,0.8553719,0.8512397,0.8471074,0.8471074,0.838843,0.8181818,0.822314,0.838843,0.8347107,0.8305785,0.8264463,0.80991733,0.77272725,0.73966944,0.71487606,0.7066116,0.6528926,0.5165289,0.3966942,0.3429752,0.45867768,0.5041322,0.553719,0.57438016,0.57438016,0.61157024,0.6735537,0.7355372,0.77272725,0.7933884,0.80991733,0.8140496,0.80991733,0.80991733,0.8140496,0.8305785,0.8347107,0.8347107,0.8305785,0.838843,0.8347107,0.8471074,0.838843,0.8347107,0.8429752,0.8512397,0.8512397,0.8595041,0.8595041,0.8553719,0.8595041,0.8553719,0.8553719,0.8595041,0.8553719,0.8553719,0.8553719,0.8595041,0.8595041,0.8595041,0.8595041,0.8553719,0.8595041,0.8512397,0.8512397,0.8471074,0.8471074,0.838843,0.8264463,0.80991733,0.8057851,0.8305785,0.8305785,0.8264463,0.8305785,0.8181818,0.78099173,0.73966944,0.7107438,0.7107438,0.6694215,0.53305787,0.4338843,0.35123968,0.45454547,0.5041322,0.553719,0.57024795,0.5495868,0.607438,0.677686,0.73966944,0.77272725,0.7892562,0.8057851,0.80991733,0.80991733,0.8016529,0.8057851,0.8181818,0.822314,0.822314,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.838843,0.8471074,0.8429752,0.8471074,0.8595041,0.8595041,0.8595041,0.8595041,0.8512397,0.8553719,0.8595041,0.8595041,0.8553719,0.8512397,0.8512397,0.8553719,0.8553719,0.8471074,0.8471074,0.8553719,0.8471074,0.8471074,0.8347107,0.8347107,0.8140496,0.79752064,0.78512394,0.77272725,0.76859504,0.7768595,0.76859504,0.7933884,0.8140496,0.7892562,0.74380165,0.7107438,0.7107438,0.6818182,0.57438016,0.45454547,0.38016528,0.45867768,0.5123967,0.5495868,0.5495868,0.5371901,0.59917355,0.6859504,0.73966944,0.76033056,0.74793386,0.7644628,0.7768595,0.78099173,0.78099173,0.7768595,0.7892562,0.78512394,0.7933884,0.79752064,0.8016529,0.8140496,0.8181818,0.8140496,0.8181818,0.8264463,0.8264463,0.8264463,0.8429752,0.8471074,0.8512397,0.8471074,0.8429752,0.8429752,0.8512397,0.8512397,0.8512397,0.8429752,0.838843,0.8347107,0.8264463,0.822314,0.8264463,0.8264463,0.7933884,0.78099173,0.77272725,0.75619835,0.71487606,0.70247936,0.6983471,0.6528926,0.6487603,0.6280992,0.6322314,0.6859504,0.75619835,0.77272725,0.7355372,0.6942149,0.6983471,0.677686,0.61157024,0.5041322,0.3966942,0.4752066,0.5082645,0.5413223,0.53305787,0.53305787,0.607438,0.6818182,0.70247936,0.661157,0.607438,0.6280992,0.6528926,0.6859504,0.71900827,0.71900827,0.70247936,0.6818182,0.7066116,0.6942149,0.6735537,0.6859504,0.6694215,0.7066116,0.73140496,0.7892562,0.7768595,0.7768595,0.79752064,0.8140496,0.8264463,0.8305785,0.8264463,0.8264463,0.8305785,0.838843,0.838843,0.8264463,0.8016529,0.7768595,0.7355372,0.69008267,0.6570248,0.6404959,0.56198347,0.57024795,0.59090906,0.56198347,0.4876033,0.46694216,0.46694216,0.42561984,0.39256197,0.41322315,0.42561984,0.47933885,0.5495868,0.58264464,0.6198347,0.61570245,0.6570248,0.661157,0.6280992,0.5371901,0.40495867,0.48347107,0.49586776,0.5371901,0.5082645,0.5082645,0.5371901,0.5371901,0.5082645,0.45867768,0.446281,0.45867768,0.46694216,0.5082645,0.5371901,0.5247934,0.5041322,0.46694216,0.47933885,0.4752066,0.42975205,0.42975205,0.45041323,0.46280992,0.5413223,0.6818182,0.6818182,0.661157,0.6735537,0.75206614,0.7933884,0.8057851,0.8140496,0.80991733,0.8057851,0.8140496,0.8140496,0.7892562,0.7107438,0.6363636,0.54545456,0.48347107,0.45867768,0.41322315,0.41735536,0.42561984,0.40082645,0.37603307,0.3264463,0.36363637,0.3429752,0.3553719,0.3429752,0.3181818,0.33471075,0.3677686,0.38016528,0.37603307,0.36363637,0.4214876,0.5413223,0.6363636,0.6363636,0.553719,0.40082645,0.4752066,0.49173555,0.5123967,0.45454547,0.4090909,0.37190083,0.33471075,0.3140496,0.2892562,0.3181818,0.3305785,0.3429752,0.3305785,0.3264463,0.3140496,0.2892562,0.2768595,0.30578512,0.3264463,0.3181818,0.2892562,0.3140496,0.3264463,0.40495867,0.5123967,0.5785124,0.57024795,0.4876033,0.6735537,0.73140496,0.75619835,0.79752064,0.78512394,0.7644628,0.7644628,0.7644628,0.6942149,0.56198347,0.47107437,0.4090909,0.3677686,0.30991736,0.2892562,0.29752067,0.28099173,0.2644628,0.26859504,0.2603306,0.26859504,0.24380165,0.29752067,0.30991736,0.28099173,0.30991736,0.37190083,0.35950413,0.3264463,0.3140496,0.3264463,0.39256197,0.55785125,0.6322314,0.57438016,0.38842976,0.46280992,0.49173555,0.4752066,0.3966942,0.30165288,0.25619835,0.23553719,0.2603306,0.27272728,0.2768595,0.28512397,0.28099173,0.2520661,0.22727273,0.21900827,0.21487603,0.21487603,0.2107438,0.20661157,0.20247933,0.1983471,0.20661157,0.27272728,0.3553719,0.40495867,0.47107437,0.46280992,0.41735536,0.6363636,0.6528926,0.677686,0.74380165,0.7355372,0.6983471,0.6983471,0.6818182,0.59090906,0.46280992,0.3966942,0.37603307,0.3305785,0.2520661,0.22727273,0.2107438,0.19008264,0.19421488,0.17768595,0.2107438,0.22727273,0.23966943,0.338843,0.35950413,0.3677686,0.338843,0.38429752,0.46694216,0.4876033,0.44214877,0.38429752,0.3677686,0.49173555,0.607438,0.58677685,0.3677686,0.45041323,0.47933885,0.43801653,0.3553719,0.29752067,0.2603306,0.28512397,0.2892562,0.30991736,0.32231405,0.32231405,0.32231405,0.2892562,0.24793388,0.24380165,0.20661157,0.19008264,0.18595041,0.18181819,0.19421488,0.21487603,0.24380165,0.2892562,0.36363637,0.4214876,0.4338843,0.4338843,0.49173555,0.607438,0.61157024,0.6198347,0.6818182,0.6735537,0.6487603,0.661157,0.62396693,0.5413223,0.446281,0.38842976,0.38429752,0.3553719,0.2644628,0.21900827,0.17768595,0.16115703,0.1694215,0.19008264,0.2892562,0.38429752,0.39256197,0.53305787,0.5413223,0.5413223,0.55785125,0.553719,0.59090906,0.6446281,0.61157024,0.5289256,0.47107437,0.5123967,0.59504133,0.59504133,0.35123968,0.446281,0.46694216,0.42975205,0.36363637,0.3553719,0.41735536,0.4876033,0.5206612,0.56198347,0.5785124,0.6404959,0.57024795,0.46280992,0.446281,0.5,0.45454547,0.4338843,0.4214876,0.41322315,0.4214876,0.446281,0.45867768,0.4752066,0.5082645,0.5413223,0.5082645,0.5206612,0.5785124,0.61157024,0.6322314,0.6404959,0.6818182,0.6694215,0.6859504,0.69008267,0.661157,0.60330576,0.5661157,0.61157024,0.70247936,0.70247936,0.6528926,0.6322314,0.6322314,0.6363636,0.6694215,0.6528926,0.6694215,0.73140496,0.58677685,0.74380165,0.7231405,0.661157,0.7107438,0.6735537,0.607438,0.6322314,0.6198347,0.60330576,0.59090906,0.58677685,0.59917355,0.59090906,0.338843,0.44214877,0.45867768,0.44214877,0.4338843,0.46694216,0.59090906,0.6198347,0.59504133,0.58264464,0.57438016,0.58677685,0.58264464,0.5289256,0.5,0.46280992,0.4338843,0.39256197,0.3966942,0.45867768,0.4876033,0.48347107,0.46280992,0.45454547,0.46280992,0.5413223,0.5371901,0.43801653,0.46694216,0.5165289,0.553719,0.57024795,0.58677685,0.58677685,0.6322314,0.6198347,0.607438,0.5165289,0.45041323,0.54545456,0.6446281,0.58677685,0.5,0.45041323,0.40495867,0.38016528,0.3966942,0.39256197,0.41322315,0.38842976,0.5413223,0.661157,0.76033056,0.677686,0.6198347,0.6528926,0.60330576,0.607438,0.60330576,0.59917355,0.59504133,0.59504133,0.58264464,0.58264464,0.3264463,0.42975205,0.46280992,0.47933885,0.49586776,0.5165289,0.5041322,0.5247934,0.5289256,0.54545456,0.5206612,0.48347107,0.47107437,0.5,0.4752066,0.42975205,0.40495867,0.30578512,0.39256197,0.6404959,0.6570248,0.6280992,0.47933885,0.40082645,0.41322315,0.45454547,0.5289256,0.44214877,0.30991736,0.42975205,0.5289256,0.59917355,0.6322314,0.6818182,0.6942149,0.6363636,0.55785125,0.45041323,0.4752066,0.5206612,0.47107437,0.42561984,0.38429752,0.30991736,0.34710744,0.4214876,0.4090909,0.30165288,0.30991736,0.38429752,0.90082645,0.8595041,0.8595041,0.7066116,0.38016528,0.49586776,0.61570245,0.6570248,0.661157,0.6280992,0.5041322,0.48347107,0.55785125,0.55785125,0.29338843,0.46694216,0.5041322,0.38429752,0.37603307,0.46694216,0.446281,0.46694216,0.49586776,0.49586776,0.40082645,0.4214876,0.41735536,0.70247936,0.5495868,0.28099173,0.2768595,0.33471075,0.5123967,0.8677686,0.8719008,0.88429755,0.6446281,0.40495867,0.38429752,0.36363637,0.4214876,0.5165289,0.35950413,0.46694216,0.60330576,0.6859504,0.6983471,0.75206614,0.78512394,0.76033056,0.62396693,0.47107437,0.5123967,0.4752066,0.44214877,0.41735536,0.38842976,0.35950413,0.49173555,0.7107438,0.6280992,0.24380165,0.32231405,0.44214877,0.6652893,0.77272725,0.8016529,0.73966944,0.30578512,0.40082645,0.5206612,0.61157024,0.6528926,0.661157,0.45454547,0.25619835,0.38429752,0.5413223,0.30991736,0.5041322,0.42975205,0.2520661,0.3140496,0.47107437,0.47107437,0.4876033,0.49586776,0.43801653,0.36363637,0.3305785,0.3181818,0.40082645,0.4214876,0.24380165,0.25619835,0.48347107,0.3966942,0.6363636,0.7933884,0.75206614,0.5495868,0.39256197,0.40495867,0.38016528,0.35950413,0.46280992,0.54545456,0.6280992,0.6363636,0.6735537,0.6735537,0.74793386,0.79752064,0.79752064,0.75619835,0.6363636,0.553719,0.54545456,0.57024795,0.55785125,0.4876033,0.4090909,0.49173555,0.59504133,0.45454547,0.2768595,0.30578512,0.4876033,0.2892562,0.49586776,0.6570248,0.55785125,0.30165288,0.38016528,0.5206612,0.59090906,0.6363636,0.6694215,0.46280992,0.1694215,0.2107438,0.45867768,0.40082645,0.5,0.30991736,0.23140496,0.36363637,0.5123967,0.5371901,0.5247934,0.5247934,0.4752066,0.38429752,0.39256197,0.47933885,0.48347107,0.42975205,0.36363637,0.338843,0.45867768,0.41735536,0.47933885,0.677686,0.61570245,0.48347107,0.4214876,0.45041323,0.45041323,0.3677686,0.40082645,0.5165289,0.58264464,0.57024795,0.58677685,0.5123967,0.59090906,0.6446281,0.6528926,0.70247936,0.5661157,0.61157024,0.6280992,0.6818182,0.6446281,0.55785125,0.49586776,0.5413223,0.607438,0.45867768,0.35123968,0.32231405,0.35950413,0.38016528,0.45867768,0.56198347,0.53305787,0.42975205,0.41735536,0.5495868,0.59917355,0.6528926,0.6859504,0.48347107,0.16115703,0.17355372,0.35950413,0.5413223,0.5,0.3429752,0.2892562,0.38429752,0.53305787,0.59090906,0.553719,0.53305787,0.5165289,0.5082645,0.5289256,0.59504133,0.60330576,0.55785125,0.5413223,0.5289256,0.5413223,0.5495868,0.59504133,0.6694215,0.6198347,0.5661157,0.5371901,0.56198347,0.57438016,0.45867768,0.446281,0.59917355,0.5123967,0.54545456,0.6198347,0.5371901,0.59917355,0.6528926,0.53305787,0.5082645,0.58264464,0.6942149,0.7066116,0.7231405,0.677686,0.6198347,0.56198347,0.5206612,0.5495868,0.54545456,0.5,0.5165289,0.58264464,0.59504133,0.59090906,0.5785124,0.55785125,0.5082645,0.5206612,0.59917355,0.6322314,0.69008267,0.7231405,0.5123967,0.14876033,0.2603306,0.42975205,0.607438,0.56198347,0.45454547,0.35950413,0.41735536,0.553719,0.6198347,0.61570245,0.60330576,0.57438016,0.5785124,0.60330576,0.6280992,0.6322314,0.6322314,0.677686,0.6983471,0.6859504,0.6694215,0.6818182,0.6735537,0.6404959,0.6322314,0.6322314,0.6280992,0.5785124,0.5041322,0.57024795,0.6652893,0.57024795,0.69008267,0.78099173,0.77272725,0.7892562,0.8057851,0.6983471,0.49173555,0.6942149,0.6652893,0.74380165,0.73966944,0.7231405,0.6735537,0.607438,0.5661157,0.55785125,0.57438016,0.57438016,0.61157024,0.6735537,0.677686,0.6570248,0.6198347,0.59504133,0.58264464,0.61157024,0.6570248,0.661157,0.72727275,0.74793386,0.5413223,0.21900827,0.38016528,0.4876033,0.6694215,0.60330576,0.47933885,0.38016528,0.44214877,0.59504133,0.6363636,0.6735537,0.6818182,0.6404959,0.58264464,0.58677685,0.61157024,0.6404959,0.6446281,0.661157,0.6859504,0.661157,0.6322314,0.6404959,0.6363636,0.6280992,0.6446281,0.6487603,0.60330576,0.5289256,0.53305787,0.69008267,0.61570245,0.6280992,0.7768595,0.8264463,0.8347107,0.8264463,0.8347107,0.8471074,0.59090906,0.7066116,0.6446281,0.75206614,0.73140496,0.70247936,0.6446281,0.62396693,0.61157024,0.60330576,0.607438,0.60330576,0.61157024,0.62396693,0.6322314,0.6446281,0.6528926,0.6570248,0.6818182,0.70247936,0.6942149,0.6735537,0.70247936,0.74793386,0.57438016,0.35123968,0.446281,0.46694216,0.6735537,0.5413223,0.5,0.42561984,0.46280992,0.6198347,0.6528926,0.6818182,0.7231405,0.7231405,0.6818182,0.607438,0.60330576,0.6322314,0.661157,0.6446281,0.6652893,0.661157,0.6570248,0.6570248,0.6694215,0.6818182,0.70247936,0.6735537,0.61570245,0.53305787,0.61157024,0.74380165,0.59917355,0.6818182,0.80991733,0.838843,0.8347107,0.8347107,0.8264463,0.8553719,0.70247936,0.6363636,0.677686,0.76033056,0.77272725,0.74380165,0.6983471,0.6942149,0.71487606,0.71900827,0.7231405,0.7231405,0.71487606,0.71487606,0.71487606,0.72727275,0.7355372,0.75206614,0.75619835,0.75619835,0.73140496,0.6818182,0.6735537,0.69008267,0.58264464,0.5041322,0.45867768,0.45867768,0.6735537,0.5289256,0.49173555,0.5082645,0.5082645,0.607438,0.6652893,0.6983471,0.73966944,0.7644628,0.7644628,0.7231405,0.7066116,0.70247936,0.7231405,0.7231405,0.7231405,0.73140496,0.73966944,0.73140496,0.73140496,0.73140496,0.7355372,0.7107438,0.6528926,0.57024795,0.6942149,0.72727275,0.60330576,0.7107438,0.8057851,0.8264463,0.8305785,0.8347107,0.838843,0.8347107,0.7933884,0.5785124,0.72727275,0.71900827,0.80991733,0.7933884,0.77272725,0.7644628,0.7768595,0.7768595,0.7892562,0.7933884,0.7892562,0.7933884,0.7933884,0.7892562,0.78512394,0.78512394,0.78099173,0.7892562,0.76033056,0.7107438,0.6528926,0.59090906,0.56198347,0.6404959,0.446281,0.46280992,0.6983471,0.59090906,0.48347107,0.5495868,0.5785124,0.60330576,0.6818182,0.71900827,0.75619835,0.7644628,0.76859504,0.76033056,0.7644628,0.76033056,0.77272725,0.77272725,0.7644628,0.76859504,0.7644628,0.7644628,0.74380165,0.74380165,0.75619835,0.7355372,0.6528926,0.6404959,0.7066116,0.61570245,0.61157024,0.71900827,0.7892562,0.8140496,0.8181818,0.8264463,0.838843,0.8347107,0.8181818,0.6198347,0.6942149,0.6694215,0.8140496,0.8140496,0.8016529,0.8057851,0.8016529,0.79752064,0.8016529,0.7933884,0.78512394,0.7933884,0.79752064,0.8016529,0.79752064,0.79752064,0.7892562,0.78512394,0.77272725,0.7066116,0.62396693,0.56198347,0.54545456,0.60330576,0.42561984,0.4752066,0.6859504,0.6528926,0.47933885,0.5041322,0.59504133,0.61157024,0.69008267,0.73966944,0.7644628,0.7644628,0.76033056,0.7644628,0.76859504,0.76859504,0.77272725,0.7768595,0.76859504,0.78512394,0.7768595,0.78099173,0.74380165,0.76033056,0.7768595,0.7355372,0.6652893,0.73140496,0.6694215,0.57438016,0.661157,0.72727275,0.78512394,0.822314,0.8264463,0.8305785,0.838843,0.8305785,0.8057851,0.73966944,0.61157024,0.6528926,0.75206614,0.8347107,0.8140496,0.8181818,0.8181818,0.8140496,0.80991733,0.79752064,0.7892562,0.7933884,0.79752064,0.79752064,0.7892562,0.79752064,0.79752064,0.77272725,0.76033056,0.6859504,0.6322314,0.6363636,0.607438,0.4752066,0.45041323,0.4876033,0.61157024,0.71487606,0.5,0.4876033,0.58264464,0.61157024,0.6818182,0.74380165,0.75619835,0.74380165,0.73966944,0.75619835,0.76033056,0.76033056,0.76859504,0.77272725,0.76859504,0.78512394,0.78099173,0.78512394,0.76859504,0.78099173,0.7768595,0.71900827,0.677686,0.6694215,0.5785124,0.59917355,0.6859504,0.74793386,0.8057851,0.8347107,0.8429752,0.838843,0.8429752,0.8305785,0.8057851,0.78099173,0.6859504,0.61570245,0.6198347,0.822314,0.8264463,0.8181818,0.822314,0.8181818,0.8140496,0.8057851,0.8016529,0.7933884,0.7892562,0.7892562,0.7768595,0.7933884,0.79752064,0.77272725,0.7355372,0.70247936,0.6570248,0.661157,0.6446281,0.41322315,0.45867768,0.5495868,0.45454547,0.7644628,0.6322314,0.5371901,0.57024795,0.607438,0.661157,0.7107438,0.71487606,0.71487606,0.71487606,0.72727275,0.74380165,0.74380165,0.7644628,0.75619835,0.76033056,0.76859504,0.7644628,0.7768595,0.78099173,0.78099173,0.7644628,0.72727275,0.6528926,0.5206612,0.57438016,0.6528926,0.7066116,0.76033056,0.822314,0.8512397,0.8471074,0.8429752,0.8471074,0.8347107,0.8140496,0.7892562,0.7768595,0.6694215,0.5289256,0.6983471,0.8347107,0.8140496,0.8181818,0.8181818,0.8057851,0.7933884,0.79752064,0.7768595,0.75619835,0.75619835,0.76033056,0.76859504,0.78099173,0.77272725,0.7355372,0.71487606,0.6818182,0.6570248,0.6280992,0.4090909,0.49586776,0.6404959,0.3429752,0.6363636,0.8264463,0.661157,0.553719,0.57438016,0.6363636,0.6487603,0.6446281,0.6570248,0.661157,0.677686,0.7107438,0.71900827,0.74380165,0.74793386,0.74380165,0.75206614,0.76033056,0.76859504,0.7892562,0.77272725,0.74793386,0.6694215,0.5495868,0.5206612,0.60330576,0.6859504,0.74380165,0.78512394,0.8305785,0.8553719,0.8471074,0.8471074,0.8512397,0.8347107,0.8140496,0.80991733,0.78512394,0.76033056,0.6446281,0.53305787,0.75206614,0.8347107,0.8181818,0.8140496,0.79752064,0.78099173,0.7644628,0.74793386,0.7231405,0.7231405,0.73140496,0.73966944,0.74793386,0.73966944,0.73966944,0.7231405,0.6942149,0.6322314,0.6198347,0.5082645,0.6735537,0.6404959,0.3553719,0.39256197,0.7355372,0.77272725,0.661157,0.60330576,0.6363636,0.6404959,0.6446281,0.6570248,0.6446281,0.6528926,0.677686,0.69008267,0.7066116,0.7231405,0.7355372,0.76859504,0.78512394,0.79752064,0.78099173,0.73966944,0.6487603,0.5785124,0.5082645,0.53305787,0.61157024,0.7107438,0.7644628,0.79752064,0.838843,0.8553719,0.8512397,0.8512397,0.8471074,0.8347107,0.8181818,0.8181818,0.80991733,0.74793386,0.73966944,0.58264464,0.5371901,0.74380165,0.8305785,0.8264463,0.8016529,0.78099173,0.74380165,0.71900827,0.7066116,0.70247936,0.71487606,0.74380165,0.75619835,0.74793386,0.7355372,0.71900827,0.6694215,0.6694215,0.6859504,0.73966944,0.77272725,0.5206612,0.3553719,0.3677686,0.44214877,0.58264464,0.6652893,0.7066116,0.7231405,0.72727275,0.73966944,0.73966944,0.72727275,0.72727275,0.73140496,0.74380165,0.7644628,0.76859504,0.7892562,0.8016529,0.8057851,0.77272725,0.661157,0.607438,0.6528926,0.58677685,0.48347107,0.5661157,0.6487603,0.7231405,0.7644628,0.80991733,0.8471074,0.8553719,0.8512397,0.8512397,0.8512397,0.8347107,0.8264463,0.822314,0.8140496,0.76859504,0.74793386,0.7066116,0.5495868,0.5165289,0.59917355,0.74380165,0.80991733,0.822314,0.79752064,0.7768595,0.7644628,0.77272725,0.76859504,0.7768595,0.76033056,0.7355372,0.7231405,0.7107438,0.7107438,0.6942149,0.6942149,0.70247936,0.6363636,0.5247934,0.37603307,0.38016528,0.4090909,0.39256197,0.45454547,0.5165289,0.54545456,0.5661157,0.607438,0.6570248,0.677686,0.70247936,0.71900827,0.7231405,0.71487606,0.6983471,0.6859504,0.6446281,0.59090906,0.5495868,0.59917355,0.6859504,0.71487606,0.54545456,0.5165289,0.6322314,0.6652893,0.70247936,0.74380165,0.79752064,0.8347107,0.8471074,0.8553719,0.8553719,0.8553719,0.838843,0.8305785,0.8140496,0.8057851,0.7768595,0.7768595,0.76033056,0.6818182,0.6322314,0.5495868,0.49586776,0.49173555,0.5289256,0.59917355,0.6446281,0.6859504,0.7066116,0.70247936,0.6983471,0.69008267,0.661157,0.6363636,0.61570245,0.5785124,0.5413223,0.5123967,0.607438,0.6198347,0.5247934,0.39256197,0.37603307,0.39256197,0.4090909,0.4090909,0.3966942,0.40082645,0.4214876,0.45867768,0.4876033,0.5041322,0.5082645,0.5082645,0.5206612,0.5247934,0.5247934,0.5123967,0.5082645,0.54545456,0.6363636,0.71900827,0.73966944,0.6942149,0.5206612,0.60330576,0.6652893,0.6363636,0.6322314,0.6694215,0.7644628,0.822314,0.8347107,0.8471074,0.8512397,0.8471074,0.8347107,0.8140496,0.7933884,0.78099173,0.7644628,0.78512394,0.79752064,0.73140496,0.76859504,0.7768595,0.71487606,0.6487603,0.56198347,0.5247934,0.5165289,0.5123967,0.5123967,0.5165289,0.5082645,0.5123967,0.5123967,0.5206612,0.54545456,0.54545456,0.5371901,0.5495868,0.62396693,0.553719,0.5165289,0.38842976,0.3966942,0.37190083,0.38842976,0.41322315,0.40495867,0.39256197,0.38429752,0.40082645,0.4214876,0.44214877,0.45454547,0.46694216,0.49173555,0.5289256,0.57438016,0.60330576,0.61157024,0.6652893,0.6983471,0.7231405,0.7355372,0.6198347,0.54545456,0.6280992,0.6528926,0.5661157,0.5206612,0.54545456,0.6818182,0.7892562,0.8181818,0.8264463,0.8305785,0.822314,0.8057851,0.7644628,0.7355372,0.7231405,0.73140496,0.77272725,0.7892562,0.73966944,0.79752064,0.8305785,0.80991733,0.7768595,0.74793386,0.70247936,0.6404959,0.59917355,0.58677685,0.5785124,0.5785124,0.57024795,0.5785124,0.5785124,0.59504133,0.60330576,0.59917355,0.58677685,0.58677685,0.5123967,0.5165289,0.39256197,0.41322315,0.38016528,0.35950413,0.3966942,0.3966942,0.40082645,0.3966942,0.4090909,0.45454547,0.49173555,0.5371901,0.5661157,0.59917355,0.6487603,0.6694215,0.6652893,0.6652893,0.661157,0.6735537,0.6859504,0.6859504,0.59090906,0.5289256,0.553719,0.55785125,0.46280992,0.38429752,0.40082645,0.5289256,0.70247936,0.76033056,0.7768595,0.78512394,0.77272725,0.7231405,0.661157,0.59917355,0.57438016,0.6363636,0.7066116,0.73966944,0.70247936,0.7933884,0.8347107,0.8181818,0.78099173,0.77272725,0.76033056,0.74380165,0.7231405,0.7107438,0.6983471,0.6942149,0.677686,0.6818182,0.6859504,0.6859504,0.677686,0.6446281,0.607438,0.5247934,0.5165289,0.5082645,0.38016528,0.4214876,0.40082645,0.3429752,0.37190083,0.39256197,0.42561984,0.42975205,0.46694216,0.53305787,0.5785124,0.6198347,0.6363636,0.6528926,0.6652893,0.6694215,0.6652893,0.6570248,0.6652893,0.6652893,0.6694215,0.6280992,0.59917355,0.5041322,0.446281,0.46280992,0.35950413,0.24380165,0.21487603,0.35123968,0.53305787,0.62396693,0.6652893,0.6735537,0.6322314,0.56198347,0.45041323,0.2768595,0.28512397,0.47933885,0.60330576,0.661157,0.6487603,0.77272725,0.8140496,0.8016529,0.7892562,0.76859504,0.74380165,0.75206614,0.74380165,0.73966944,0.7355372,0.7355372,0.7355372,0.73140496,0.72727275,0.7066116,0.6818182,0.6487603,0.58677685,0.5041322,0.5247934,0.49586776,0.37190083,0.41735536,0.4090909,0.37190083,0.35123968,0.38842976,0.42975205,0.45867768,0.5041322,0.553719,0.60330576,0.6363636,0.6446281,0.6528926,0.661157,0.661157,0.6487603,0.6487603,0.6652893,0.6652893,0.6487603,0.59090906,0.58677685,0.5495868,0.41735536,0.4090909,0.3305785,0.23140496,0.16115703,0.20661157,0.37190083,0.45867768,0.5165289,0.5371901,0.5041322,0.47107437,0.42561984,0.34710744,0.37190083,0.42975205,0.5082645,0.55785125,0.677686,0.78512394,0.7892562,0.78512394,0.79752064,0.76859504,0.74793386,0.7644628,0.75619835,0.75206614,0.73966944,0.73966944,0.74793386,0.74380165,0.72727275,0.6983471,0.6694215,0.6363636,0.54545456,0.5123967,0.53305787,0.49173555,0.35950413,0.40082645,0.4090909,0.40082645,0.37190083,0.38016528,0.4338843,0.45867768,0.5041322,0.54545456,0.58677685,0.6198347,0.6446281,0.6570248,0.6735537,0.6818182,0.677686,0.6859504,0.69008267,0.677686,0.6280992,0.5785124,0.55785125,0.59504133,0.48347107,0.34710744,0.3181818,0.2892562,0.23966943,0.21900827,0.29752067,0.35950413,0.41735536,0.46694216,0.5247934,0.58677685,0.6404959,0.6859504,0.71900827,0.60330576,0.47933885,0.59504133,0.75206614,0.78099173,0.78512394,0.78512394,0.79752064,0.7768595,0.7644628,0.7768595,0.7644628,0.75619835,0.74793386,0.74380165,0.75206614,0.74380165,0.7231405,0.6818182,0.6404959,0.59090906,0.5289256,0.5289256,0.54545456,0.4876033,0.3181818,0.38429752,0.4090909,0.41322315,0.39256197,0.35123968,0.4090909,0.446281,0.48347107,0.5206612,0.57438016,0.61157024,0.6404959,0.6652893,0.6818182,0.6983471,0.71487606,0.71900827,0.7107438,0.7066116,0.6652893,0.59917355,0.58677685,0.59917355,0.5785124,0.38429752,0.30991736,0.32231405,0.3305785,0.3264463,0.33471075,0.33471075,0.38016528,0.45041323,0.5785124,0.6859504,0.71487606,0.73140496,0.75619835,0.7066116,0.70247936,0.73966944,0.75206614,0.76859504,0.78512394,0.7892562,0.79752064,0.7892562,0.78512394,0.78512394,0.78099173,0.76859504,0.76033056,0.75619835,0.75206614,0.7355372,0.7107438,0.6528926,0.61157024,0.56198347,0.5247934,0.54545456,0.5495868,0.45041323,0.29338843,0.37190083,0.38842976,0.41735536,0.4214876,0.37190083,0.3677686,0.44214877,0.47933885,0.5041322,0.55785125,0.607438,0.6404959,0.6652893,0.6942149,0.7107438,0.73140496,0.74380165,0.73966944,0.73140496,0.7107438,0.6652893,0.6528926,0.6570248,0.6363636,0.5206612,0.446281,0.446281,0.45454547,0.46694216,0.5,0.5082645,0.5247934,0.5661157,0.6694215,0.73966944,0.74380165,0.73966944,0.73140496,0.74380165,0.75206614,0.74793386,0.73966944,0.76033056,0.76033056,0.7768595,0.7933884,0.8016529,0.78512394,0.7892562,0.78099173,0.78512394,0.76859504,0.7644628,0.75206614,0.7231405,0.69008267,0.6363636,0.59504133,0.5495868,0.53305787,0.54545456,0.5413223,0.42975205,0.28512397,0.35123968,0.38429752,0.41322315,0.42975205,0.39256197,0.3677686,0.41322315,0.46694216,0.5082645,0.553719,0.59504133,0.61570245,0.6528926,0.69008267,0.71900827,0.7355372,0.74380165,0.75206614,0.74380165,0.7231405,0.6942149,0.6859504,0.69008267,0.677686,0.59917355,0.61570245,0.59504133,0.59917355,0.59504133,0.6446281,0.6818182,0.7107438,0.70247936,0.7107438,0.74793386,0.75619835,0.72727275,0.6983471,0.7066116,0.71487606,0.7107438,0.73140496,0.75206614,0.75619835,0.7644628,0.78512394,0.79752064,0.7892562,0.79752064,0.78512394,0.78512394,0.7768595,0.77272725,0.75206614,0.7231405,0.677686,0.6280992,0.58264464,0.5495868,0.53305787,0.553719,0.5247934,0.41735536,0.2768595,0.33471075,0.38016528,0.3966942,0.4214876,0.4090909,0.37603307,0.38429752,0.44214877,0.5082645,0.5495868,0.59917355,0.607438,0.6446281,0.6942149,0.7231405,0.7355372,0.7355372,0.74380165,0.74793386,0.7231405,0.6983471,0.6859504,0.6983471,0.677686,0.62396693,0.6404959,0.6280992,0.6363636,0.661157,0.7107438,0.7107438,0.7231405,0.73966944,0.72727275,0.7644628,0.78099173,0.74793386,0.72727275,0.7066116,0.6942149,0.69008267,0.71487606,0.75206614,0.76859504,0.76033056,0.7768595,0.7933884,0.7892562,0.7892562,0.78512394,0.78512394,0.77272725,0.7644628,0.75206614,0.71487606,0.6652893,0.61570245,0.57024795,0.5413223,0.54545456,0.55785125,0.49173555,0.41322315,0.29338843,0.29752067,0.36363637,0.3966942,0.42561984,0.41322315,0.3966942,0.37603307,0.41322315,0.49173555,0.5495868,0.58264464,0.60330576,0.6363636,0.677686,0.7107438,0.72727275,0.7355372,0.73140496,0.73966944,0.7231405,0.6983471,0.6859504,0.6859504,0.6859504,0.6322314,0.607438,0.59504133,0.6322314,0.677686,0.74793386,0.74793386,0.73140496,0.74380165,0.75206614,0.76033056,0.75619835,0.73140496,0.70247936,0.6859504,0.6694215,0.6694215,0.6983471,0.73140496,0.75206614,0.73966944,0.75619835,0.78512394,0.7768595,0.7644628,0.77272725,0.78099173,0.76859504,0.73966944,0.73966944,0.6983471,0.6322314,0.60330576,0.58264464,0.553719,0.553719,0.55785125,0.4876033,0.4090909,0.29752067,0.28099173,0.35950413,0.40495867,0.42561984,0.42975205,0.3966942,0.38429752,0.41322315,0.46694216,0.5413223,0.58677685,0.61570245,0.6322314,0.6652893,0.6859504,0.70247936,0.71487606,0.71487606,0.7107438,0.6942149,0.6818182,0.6735537,0.661157,0.6528926,0.6487603,0.607438,0.607438,0.6528926,0.6570248,0.7231405,0.74793386,0.75619835,0.75619835,0.74380165,0.75619835,0.72727275,0.70247936,0.6983471,0.6942149,0.6859504,0.6735537,0.677686,0.6983471,0.71900827,0.7107438,0.73140496,0.76033056,0.74380165,0.74380165,0.74793386,0.77272725,0.76033056,0.7231405,0.72727275,0.6818182,0.61570245,0.607438,0.58677685,0.5495868,0.55785125,0.5371901,0.45867768,0.4090909,0.29752067,0.26859504,0.3429752,0.40495867,0.4214876,0.41322315,0.40495867,0.38016528,0.4090909,0.446281,0.5165289,0.58677685,0.60330576,0.6198347,0.6363636,0.6694215,0.677686,0.6818182,0.6818182,0.6694215,0.6570248,0.6446281,0.6570248,0.6652893,0.6446281,0.6322314,0.58677685,0.59917355,0.6198347,0.6198347,0.6446281,0.72727275,0.74793386,0.73966944,0.73140496,0.7355372,0.7231405,0.7066116,0.6735537,0.6694215,0.6818182,0.6694215,0.6570248,0.661157,0.6942149,0.6735537,0.6983471,0.7231405,0.6983471,0.71900827,0.72727275,0.7644628,0.75206614,0.73140496,0.71487606,0.6694215,0.6198347,0.62396693,0.5785124,0.5495868,0.55785125,0.53305787,0.44214877,0.38842976,0.29338843,0.27272728,0.30578512,0.38842976,0.4214876,0.4090909,0.41735536,0.39256197,0.3966942,0.43801653,0.49173555,0.5661157,0.59504133,0.607438,0.6198347,0.6694215,0.6652893,0.6528926,0.6528926,0.6363636,0.6198347,0.607438,0.6198347,0.6280992,0.6280992,0.61570245,0.59504133,0.59504133,0.60330576,0.59917355,0.6404959,0.7066116,0.72727275,0.71900827,0.70247936,0.7066116,0.7355372,0.7355372,0.69008267,0.6487603,0.6487603,0.6487603,0.6528926,0.6570248,0.6735537,0.6446281,0.6735537,0.69008267,0.6694215,0.677686,0.7107438,0.74793386,0.75619835,0.73140496,0.70247936,0.6570248,0.61570245,0.6363636,0.56198347,0.53305787,0.56198347,0.5206612,0.4214876,0.39256197,0.2892562,0.28099173,0.28512397,0.3677686,0.41322315,0.41322315,0.42561984,0.3966942,0.40082645,0.4214876,0.46280992,0.5289256,0.58677685,0.59090906,0.61570245,0.6652893,0.6404959,0.6198347,0.6198347,0.61570245,0.607438,0.58264464,0.58264464,0.58677685,0.59504133,0.59090906,0.60330576,0.6404959,0.62396693,0.6322314,0.6859504,0.71900827,0.74793386,0.75619835,0.7355372,0.73140496,0.75619835,0.75619835,0.70247936,0.6528926,0.6528926,0.6528926,0.6570248,0.6570248,0.661157,0.6404959,0.6652893,0.6694215,0.6652893,0.6487603,0.6942149,0.75206614,0.76033056,0.73140496,0.69008267,0.6322314,0.60330576,0.6198347,0.5495868,0.5289256,0.5661157,0.5041322,0.4090909,0.38842976,0.2892562,0.2892562,0.27272728,0.3429752,0.3966942,0.40495867,0.41735536,0.40082645,0.3966942,0.40495867,0.446281,0.5,0.56198347,0.57024795,0.61157024,0.6487603,0.61570245,0.58677685,0.58677685,0.58677685,0.5785124,0.59504133,0.59917355,0.57438016,0.59090906,0.6198347,0.61570245,0.6570248,0.661157,0.6694215,0.6942149,0.71900827,0.76033056,0.7768595,0.7768595,0.76859504,0.77272725,0.76859504,0.7355372,0.70247936,0.70247936,0.69008267,0.6487603,0.6404959,0.661157,0.6487603,0.661157,0.6570248,0.6528926,0.6404959,0.69008267,0.76033056,0.74793386,0.73966944,0.677686,0.6198347,0.607438,0.59504133,0.5413223,0.553719,0.55785125,0.47107437,0.3966942,0.40082645,0.2892562,0.2892562,0.2603306,0.32231405,0.38842976,0.40082645,0.4090909,0.4090909,0.38429752,0.38842976,0.42975205,0.47107437,0.5371901,0.56198347,0.60330576,0.6322314,0.607438,0.58677685,0.57024795,0.58677685,0.58264464,0.58677685,0.607438,0.58677685,0.58264464,0.6198347,0.59917355,0.59917355,0.6528926,0.6487603,0.6694215,0.70247936,0.74380165,0.7644628,0.7933884,0.7644628,0.74380165,0.7066116,0.6818182,0.661157,0.677686,0.6735537,0.62396693,0.61570245,0.6652893,0.661157,0.6652893,0.677686,0.661157,0.661157,0.6942149,0.74380165,0.73140496,0.7231405,0.6652893,0.62396693,0.607438,0.5785124,0.5247934,0.5661157,0.5413223,0.44214877,0.38429752,0.40082645,0.28512397,0.2892562,0.2644628,0.3181818,0.38016528,0.39256197,0.40495867,0.40495867,0.39256197,0.38842976,0.40495867,0.44214877,0.5,0.54545456,0.59090906,0.61570245,0.5785124,0.57438016,0.56198347,0.5371901,0.5289256,0.5123967,0.5123967,0.46280992,0.43801653,0.49173555,0.49173555,0.44214877,0.47933885,0.48347107,0.47933885,0.5206612,0.59917355,0.677686,0.73966944,0.677686,0.59090906,0.53305787,0.5041322,0.5,0.5123967,0.5082645,0.4876033,0.5,0.56198347,0.59917355,0.6404959,0.6818182,0.6735537,0.6942149,0.69008267,0.73966944,0.75206614,0.71487606,0.6322314,0.5785124,0.59090906,0.553719,0.5289256,0.56198347,0.5206612,0.41735536,0.38429752,0.39256197,0.28512397,0.2892562,0.2644628,0.3181818,0.38016528,0.37190083,0.3966942,0.40495867,0.39256197,0.38429752,0.39256197,0.4090909,0.46280992,0.5206612,0.56198347,0.607438,0.57024795,0.553719,0.4876033,0.41322315,0.3429752,0.2603306,0.22727273,0.21900827,0.2231405,0.24793388,0.28099173,0.2892562,0.28512397,0.3140496,0.29338843,0.30578512,0.35123968,0.4338843,0.5371901,0.49586776,0.39256197,0.35950413,0.3553719,0.3429752,0.338843,0.3305785,0.3181818,0.30578512,0.3264463,0.3553719,0.45454547,0.59504133,0.661157,0.70247936,0.7066116,0.72727275,0.75206614,0.70247936,0.58264464,0.58264464,0.5661157,0.5247934,0.54545456,0.54545456,0.48347107,0.38842976,0.39256197,0.3966942,0.2892562,0.29338843,0.2603306,0.3181818,0.39256197,0.37190083,0.38016528,0.40495867,0.4090909,0.38016528,0.38016528,0.38016528,0.41735536,0.4876033,0.55785125,0.607438,0.5785124,0.5371901,0.5206612,0.45867768,0.3677686,0.30578512,0.2644628,0.24793388,0.26859504,0.28099173,0.28512397,0.27272728,0.23966943,0.23553719,0.21900827,0.1983471,0.20661157,0.21487603,0.29752067,0.32231405,0.29338843,0.3140496,0.35950413,0.36363637,0.3677686,0.38429752,0.40082645,0.4090909,0.44214877,0.46694216,0.43801653,0.5082645,0.61570245,0.6859504,0.69008267,0.71900827,0.75206614,0.677686,0.58677685,0.57024795,0.54545456,0.5247934,0.5495868,0.5247934,0.44214877,0.38016528,0.3966942,0.3966942,0.28512397,0.28512397,0.2644628,0.30991736,0.4090909,0.38429752,0.36363637,0.39256197,0.40495867,0.38429752,0.38016528,0.3553719,0.38842976,0.446281,0.57438016,0.607438,0.60330576,0.57024795,0.56198347,0.5661157,0.57438016,0.5371901,0.5082645,0.47933885,0.46694216,0.47933885,0.4876033,0.5,0.45041323,0.42561984,0.37190083,0.32231405,0.27272728,0.24380165,0.33471075,0.4090909,0.4752066,0.5661157,0.6280992,0.57438016,0.5123967,0.5082645,0.5082645,0.5206612,0.5413223,0.58264464,0.61157024,0.5785124,0.60330576,0.6446281,0.6735537,0.73140496,0.75619835,0.6404959,0.57438016,0.5495868,0.5289256,0.5413223,0.5413223,0.48347107,0.39256197,0.38429752,0.3966942,0.3966942,0.2768595,0.28099173,0.26859504,0.29752067,0.41735536,0.4090909,0.36363637,0.38016528,0.38842976,0.3966942,0.37190083,0.3305785,0.34710744,0.4090909,0.5495868,0.59917355,0.6280992,0.61570245,0.61570245,0.58677685,0.57024795,0.5371901,0.49173555,0.49173555,0.4876033,0.49586776,0.5247934,0.59090906,0.60330576,0.61157024,0.5785124,0.5495868,0.5082645,0.45454547,0.49173555,0.54545456,0.59504133,0.661157,0.6818182,0.58677685,0.5247934,0.5206612,0.53305787,0.54545456,0.57024795,0.6280992,0.6735537,0.661157,0.6487603,0.6528926,0.69008267,0.75206614,0.7355372,0.59090906,0.54545456,0.5289256,0.5413223,0.56198347,0.53305787,0.40495867,0.34710744,0.36363637,0.38842976,0.38842976,0.2768595,0.28512397,0.2644628,0.2892562,0.41322315,0.44214877,0.37603307,0.36363637,0.38429752,0.40082645,0.38429752,0.338843,0.30991736,0.35123968,0.5041322,0.5661157,0.6404959,0.661157,0.6570248,0.61570245,0.6198347,0.5785124,0.49173555,0.42561984,0.43801653,0.46694216,0.4876033,0.53305787,0.58264464,0.61570245,0.6280992,0.61157024,0.61570245,0.58677685,0.55785125,0.58264464,0.57438016,0.57438016,0.56198347,0.5289256,0.5206612,0.5123967,0.5247934,0.54545456,0.6198347,0.6735537,0.6818182,0.6735537,0.6818182,0.6859504,0.70247936,0.7355372,0.6859504,0.553719,0.5247934,0.5413223,0.56198347,0.5661157,0.5165289,0.2892562,0.2520661,0.26859504,0.30991736,0.338843,0.2768595,0.2768595,0.2603306,0.30165288,0.41735536,0.45454547,0.4090909,0.3553719,0.37603307,0.3966942,0.40495867,0.36363637,0.3140496,0.26859504,0.42975205,0.55785125,0.59090906,0.6735537,0.6363636,0.5785124,0.62396693,0.6404959,0.58264464,0.45454547,0.37190083,0.39256197,0.42975205,0.46694216,0.5206612,0.55785125,0.5785124,0.58264464,0.607438,0.59090906,0.5661157,0.56198347,0.55785125,0.5206612,0.5206612,0.5123967,0.5123967,0.5,0.5413223,0.607438,0.6818182,0.7107438,0.6983471,0.7066116,0.73966944,0.72727275,0.69008267,0.70247936,0.62396693,0.5371901,0.5371901,0.55785125,0.5785124,0.5206612,0.5041322,0.29338843,0.1694215,0.17768595,0.1983471,0.21900827,0.2603306,0.22727273,0.22727273,0.4214876,0.49173555,0.4338843,0.44214877,0.37190083,0.3553719,0.38842976,0.4090909,0.40495867,0.35950413,0.30578512,0.3181818,0.5247934,0.60330576,0.6694215,0.71487606,0.59917355,0.59090906,0.6322314,0.6322314,0.57438016,0.45454547,0.36363637,0.3429752,0.3553719,0.39256197,0.42561984,0.42975205,0.44214877,0.49173555,0.5,0.45454547,0.46694216,0.49173555,0.4876033,0.46280992,0.4876033,0.5082645,0.5495868,0.61570245,0.6570248,0.6983471,0.70247936,0.70247936,0.7066116,0.73140496,0.72727275,0.70247936,0.6652893,0.57438016,0.54545456,0.5661157,0.5661157,0.5661157,0.45454547,0.5289256,0.54545456,0.3429752,0.20247933,0.1570248,0.17355372,0.20661157,0.16115703,0.2892562,0.6487603,0.57024795,0.41322315,0.43801653,0.40495867,0.34710744,0.3677686,0.40495867,0.42975205,0.4090909,0.40082645,0.3181818,0.42975205,0.59090906,0.6404959,0.73966944,0.7107438,0.61157024,0.6198347,0.6363636,0.6363636,0.57024795,0.4876033,0.40495867,0.34710744,0.33471075,0.35123968,0.3553719,0.34710744,0.37603307,0.40082645,0.37603307,0.36363637,0.40082645,0.4338843,0.45454547,0.5082645,0.5661157,0.61157024,0.6570248,0.6652893,0.6735537,0.69008267,0.6983471,0.6983471,0.71487606,0.72727275,0.6942149,0.61570245,0.5495868,0.56198347,0.5785124,0.553719,0.5206612,0.42561984,0.57024795,0.76859504,0.57438016,0.46694216,0.29338843,0.1570248,0.17768595,0.29752067,0.5785124,0.7644628,0.6280992,0.40495867,0.41735536,0.4214876,0.3677686,0.34710744,0.40082645,0.42561984,0.44214877,0.446281,0.41322315,0.33471075,0.4876033,0.5413223,0.6694215,0.71487606,0.70247936,0.6487603,0.6322314,0.6487603,0.6198347,0.59090906,0.5495868,0.4876033,0.446281,0.42561984,0.41735536,0.38842976,0.38429752,0.4214876,0.41322315,0.4214876,0.45454547,0.4876033,0.53305787,0.58677685,0.6280992,0.6528926,0.661157,0.6446281,0.6818182,0.7107438,0.7231405,0.73966944,0.73966944,0.71487606,0.6694215,0.59090906,0.54545456,0.56198347,0.5661157,0.5123967,0.47933885,0.41735536,0.6446281,0.8429752,0.6487603,0.6322314,0.5289256,0.338843,0.37603307,0.58264464,0.73140496,0.7933884,0.6694215,0.41735536,0.41735536,0.41735536,0.40495867,0.34710744,0.34710744,0.38429752,0.4090909,0.44214877,0.4338843,0.38429752,0.37190083,0.42975205,0.5247934,0.607438,0.677686,0.69008267,0.6487603,0.6570248,0.6446281,0.6363636,0.6280992,0.59917355,0.553719,0.5165289,0.5,0.47933885,0.46694216,0.49586776,0.5,0.5165289,0.5413223,0.5785124,0.59917355,0.6363636,0.61157024,0.6446281,0.661157,0.6487603,0.7066116,0.7355372,0.74793386,0.7231405,0.677686,0.661157,0.6198347,0.56198347,0.5289256,0.5413223,0.5,0.46280992,0.49173555,0.40495867,0.7231405,0.87603307,0.6652893,0.6528926,0.6322314,0.5247934,0.58264464,0.6983471,0.76033056,0.8057851,0.661157,0.41735536,0.42561984,0.40495867,0.4090909,0.40082645,0.338843,0.33471075,0.38429752,0.42975205,0.4338843,0.37603307,0.3966942,0.37190083,0.4214876,0.49586776,0.57438016,0.6859504,0.661157,0.6652893,0.6652893,0.6652893,0.6487603,0.6280992,0.607438,0.59090906,0.5785124,0.57438016,0.57438016,0.59504133,0.607438,0.60330576,0.59917355,0.61157024,0.6363636,0.6652893,0.6404959,0.6528926,0.6818182,0.6983471,0.7355372,0.7355372,0.73966944,0.677686,0.61157024,0.60330576,0.57024795,0.5371901,0.5165289,0.4876033,0.43801653,0.46694216,0.5206612,0.4090909,0.77272725,0.8801653,0.7066116,0.60330576,0.661157,0.62396693,0.6652893,0.7355372,0.76859504,0.8140496,0.56198347,0.4090909,0.42561984,0.41322315,0.41322315,0.41322315,0.3677686,0.30991736,0.34710744,0.40082645,0.41735536,0.3677686,0.38429752,0.39256197,0.4338843,0.48347107,0.49173555,0.61157024,0.661157,0.6735537,0.6528926,0.6694215,0.6487603,0.6363636,0.6363636,0.6446281,0.6528926,0.6487603,0.6404959,0.6280992,0.62396693,0.61570245,0.61157024,0.62396693,0.6487603,0.6652893,0.6652893,0.6694215,0.6818182,0.71487606,0.7355372,0.72727275,0.7107438,0.6652893,0.60330576,0.55785125,0.5289256,0.49586776,0.47107437,0.42975205,0.44214877,0.5082645,0.5289256,0.42975205,0.79752064,0.8719008,0.7644628,0.553719,0.6280992,0.6735537,0.73140496,0.73966944,0.78099173,0.79752064,0.40082645,0.41735536,0.42561984,0.4214876,0.41735536,0.41735536,0.3966942,0.3264463,0.30578512,0.3553719,0.38429752,0.35950413,0.3677686,0.36363637,0.43801653,0.5082645,0.45041323,0.5289256,0.6446281,0.6983471,0.6570248,0.6570248,0.6570248,0.6570248,0.6652893,0.6694215,0.6859504,0.677686,0.6735537,0.6735537,0.6652893,0.677686,0.6735537,0.6818182,0.6652893,0.6694215,0.6818182,0.6652893,0.6859504,0.71487606,0.71487606,0.70247936,0.6859504,0.6446281,0.5785124,0.5413223,0.5082645,0.446281,0.40495867,0.42561984,0.4876033,0.5289256,0.5206612,0.45867768,0.8057851,0.8677686,0.7933884,0.59504133,0.59504133,0.6446281,0.7355372,0.74380165,0.80991733,0.74380165,0.2644628,0.42975205,0.42561984,0.42561984,0.42975205,0.42561984,0.41322315,0.3677686,0.30578512,0.29338843,0.33471075,0.338843,0.35123968,0.38016528,0.38842976,0.5041322,0.48347107,0.5082645,0.607438,0.70247936,0.7066116,0.6942149,0.6818182,0.6818182,0.69008267,0.70247936,0.71900827,0.7231405,0.7107438,0.7231405,0.7231405,0.7107438,0.69008267,0.6983471,0.7107438,0.7066116,0.6983471,0.6859504,0.6983471,0.7066116,0.71487606,0.6694215,0.6570248,0.60330576,0.55785125,0.5371901,0.4752066,0.39256197,0.4090909,0.47933885,0.5247934,0.5371901,0.5247934,0.4876033,0.8057851,0.8636364,0.8057851,0.6446281,0.607438,0.60330576,0.73140496,0.74793386,0.8305785,0.6652893,0.20661157,0.42975205,0.4214876,0.42975205,0.42975205,0.42975205,0.42561984,0.3966942,0.3429752,0.28099173,0.2892562,0.30578512,0.29752067,0.36363637,0.39256197,0.446281,0.49173555,0.5041322,0.607438,0.6652893,0.71900827,0.7107438,0.6735537,0.6694215,0.6859504,0.70247936,0.7107438,0.75206614,0.75619835,0.74793386,0.7355372,0.7231405,0.73140496,0.75206614,0.7644628,0.75206614,0.73140496,0.7355372,0.73966944,0.7355372,0.7066116,0.6528926,0.61570245,0.58264464,0.553719,0.5041322,0.41735536,0.3677686,0.45454547,0.5165289,0.5413223,0.5495868,0.5371901,0.4876033,0.79752064,0.8636364,0.8181818,0.6694215,0.6487603,0.6198347,19 +0.6694215,0.677686,0.6735537,0.6735537,0.6570248,0.6363636,0.6487603,0.6446281,0.6487603,0.6859504,0.6983471,0.6942149,0.72727275,0.73966944,0.73966944,0.76033056,0.75206614,0.76033056,0.74380165,0.7107438,0.70247936,0.6859504,0.6528926,0.6322314,0.6280992,0.6198347,0.60330576,0.60330576,0.607438,0.61570245,0.6198347,0.6528926,0.6735537,0.6942149,0.7066116,0.7107438,0.73140496,0.73966944,0.73966944,0.74793386,0.75206614,0.75206614,0.75619835,0.75619835,0.75619835,0.74380165,0.7231405,0.7107438,0.6859504,0.6652893,0.6528926,0.6446281,0.6363636,0.6404959,0.60330576,0.5661157,0.5,0.45454547,0.3677686,0.29338843,0.21900827,0.15289256,0.12396694,0.11983471,0.6818182,0.7066116,0.72727275,0.73140496,0.73140496,0.73140496,0.74380165,0.74380165,0.74380165,0.75619835,0.76859504,0.75206614,0.78099173,0.8016529,0.8057851,0.8140496,0.8140496,0.8140496,0.8057851,0.7768595,0.75206614,0.7355372,0.71487606,0.69008267,0.677686,0.6694215,0.6570248,0.6570248,0.6570248,0.677686,0.6818182,0.7107438,0.72727275,0.75206614,0.74380165,0.74380165,0.74793386,0.75619835,0.74793386,0.74793386,0.74380165,0.74793386,0.76033056,0.75619835,0.75206614,0.74793386,0.71900827,0.7107438,0.6652893,0.6280992,0.661157,0.661157,0.6446281,0.6487603,0.60330576,0.57024795,0.5082645,0.46694216,0.40082645,0.32231405,0.23553719,0.1570248,0.11983471,0.11983471,0.6818182,0.70247936,0.7231405,0.74380165,0.76033056,0.76859504,0.78099173,0.78512394,0.7768595,0.77272725,0.78512394,0.76033056,0.78512394,0.8140496,0.80991733,0.80991733,0.822314,0.8264463,0.8264463,0.8181818,0.7768595,0.74380165,0.7355372,0.72727275,0.7231405,0.71900827,0.71487606,0.7231405,0.71900827,0.7107438,0.7355372,0.7355372,0.76033056,0.77272725,0.76033056,0.74793386,0.74793386,0.75619835,0.75619835,0.74793386,0.7355372,0.73966944,0.75206614,0.74793386,0.73966944,0.73140496,0.70247936,0.69008267,0.6528926,0.58677685,0.6404959,0.6859504,0.6570248,0.6570248,0.6198347,0.58264464,0.5247934,0.46694216,0.44214877,0.37190083,0.2520661,0.16115703,0.11983471,0.11157025,0.6694215,0.69008267,0.71487606,0.74380165,0.76033056,0.78099173,0.7892562,0.79752064,0.7892562,0.78512394,0.77272725,0.7644628,0.77272725,0.78099173,0.7933884,0.79752064,0.79752064,0.8057851,0.8016529,0.79752064,0.78512394,0.76859504,0.76033056,0.75619835,0.74380165,0.73140496,0.74380165,0.76033056,0.7355372,0.7231405,0.74380165,0.74793386,0.76859504,0.76859504,0.75619835,0.73966944,0.72727275,0.73140496,0.73140496,0.71900827,0.7066116,0.7107438,0.71487606,0.7107438,0.7066116,0.69008267,0.661157,0.62396693,0.607438,0.57024795,0.59090906,0.59917355,0.59917355,0.61157024,0.6363636,0.61570245,0.54545456,0.48347107,0.46280992,0.41322315,0.28512397,0.1694215,0.11983471,0.11157025,0.661157,0.69008267,0.7231405,0.75206614,0.76033056,0.77272725,0.7768595,0.7768595,0.78099173,0.77272725,0.75619835,0.74380165,0.75206614,0.74380165,0.73966944,0.74793386,0.75619835,0.75619835,0.7644628,0.7644628,0.75206614,0.73966944,0.73966944,0.73966944,0.71900827,0.6942149,0.72727275,0.7355372,0.7231405,0.73140496,0.7231405,0.74380165,0.74793386,0.74793386,0.73966944,0.71487606,0.6942149,0.677686,0.661157,0.6487603,0.6446281,0.6528926,0.6363636,0.60330576,0.59090906,0.5661157,0.5413223,0.5041322,0.5,0.45041323,0.46280992,0.46280992,0.46694216,0.48347107,0.54545456,0.59504133,0.56198347,0.49586776,0.47107437,0.43801653,0.32231405,0.18181819,0.11157025,0.11570248,0.6570248,0.6818182,0.7231405,0.75206614,0.75206614,0.73140496,0.6942149,0.6859504,0.70247936,0.6942149,0.71487606,0.70247936,0.6983471,0.677686,0.6694215,0.6694215,0.6694215,0.6528926,0.6404959,0.6487603,0.6446281,0.6322314,0.6528926,0.6694215,0.661157,0.6322314,0.6487603,0.6652893,0.6694215,0.6942149,0.6942149,0.6983471,0.69008267,0.7107438,0.7107438,0.6694215,0.6363636,0.59504133,0.56198347,0.5371901,0.5123967,0.5,0.46694216,0.4090909,0.3966942,0.38842976,0.37190083,0.3305785,0.338843,0.30165288,0.28099173,0.2892562,0.29752067,0.3140496,0.3677686,0.42975205,0.4876033,0.4752066,0.45454547,0.446281,0.36363637,0.20661157,0.10330579,0.10330579,0.6487603,0.6652893,0.6942149,0.7066116,0.677686,0.61570245,0.553719,0.5371901,0.553719,0.553719,0.5785124,0.59504133,0.57024795,0.5413223,0.5165289,0.5082645,0.5041322,0.46694216,0.43801653,0.42561984,0.41735536,0.45867768,0.5206612,0.57024795,0.5247934,0.5206612,0.5371901,0.58677685,0.61570245,0.6487603,0.6570248,0.6487603,0.6363636,0.6528926,0.6487603,0.607438,0.54545456,0.4876033,0.4338843,0.38429752,0.35123968,0.3264463,0.3140496,0.29338843,0.2768595,0.24793388,0.23553719,0.21900827,0.21487603,0.2107438,0.1983471,0.2107438,0.21900827,0.21900827,0.24380165,0.2603306,0.2768595,0.29338843,0.36363637,0.42975205,0.38429752,0.23553719,0.10330579,0.08677686,0.6280992,0.6198347,0.58264464,0.55785125,0.49173555,0.42561984,0.41735536,0.40495867,0.40082645,0.40082645,0.39256197,0.41735536,0.40082645,0.3677686,0.3429752,0.33471075,0.33471075,0.30578512,0.26859504,0.24793388,0.2603306,0.30991736,0.3677686,0.4752066,0.41735536,0.40082645,0.37603307,0.4876033,0.5371901,0.59917355,0.6322314,0.607438,0.57438016,0.57438016,0.57438016,0.5247934,0.43801653,0.37603307,0.3140496,0.2603306,0.22727273,0.20247933,0.21487603,0.2231405,0.20247933,0.17355372,0.16528925,0.1694215,0.1446281,0.1570248,0.1694215,0.18181819,0.17355372,0.19008264,0.20247933,0.19008264,0.18595041,0.18595041,0.23140496,0.3553719,0.3966942,0.25619835,0.11570248,0.08677686,0.5123967,0.4752066,0.4090909,0.3677686,0.3305785,0.28512397,0.3181818,0.30578512,0.29752067,0.28512397,0.23966943,0.24793388,0.23553719,0.2231405,0.21487603,0.20661157,0.1983471,0.19008264,0.17768595,0.16528925,0.18181819,0.2231405,0.27272728,0.3305785,0.35123968,0.29338843,0.29752067,0.42975205,0.45454547,0.5082645,0.57438016,0.5495868,0.5123967,0.49586776,0.49173555,0.43801653,0.33471075,0.2768595,0.24380165,0.20247933,0.16115703,0.13636364,0.16115703,0.14876033,0.1322314,0.12809917,0.14049587,0.1570248,0.14876033,0.18181819,0.18595041,0.19421488,0.19421488,0.19008264,0.21900827,0.23966943,0.22727273,0.21900827,0.2107438,0.27272728,0.37190083,0.29752067,0.12396694,0.0785124,0.40082645,0.35123968,0.2644628,0.28512397,0.29338843,0.27272728,0.2892562,0.2603306,0.2520661,0.23140496,0.19008264,0.18181819,0.15289256,0.15289256,0.14876033,0.13636364,0.1322314,0.1322314,0.14049587,0.1446281,0.1570248,0.17355372,0.23140496,0.25619835,0.2644628,0.23966943,0.2892562,0.3677686,0.40082645,0.446281,0.5082645,0.47933885,0.46694216,0.4338843,0.41322315,0.3553719,0.27272728,0.22727273,0.20661157,0.17355372,0.14049587,0.11983471,0.13636364,0.11157025,0.11983471,0.14049587,0.18595041,0.2231405,0.23553719,0.2768595,0.2768595,0.29338843,0.29338843,0.2892562,0.3140496,0.338843,0.33471075,0.3140496,0.27272728,0.28099173,0.3677686,0.3140496,0.1322314,0.07438017,0.37190083,0.32231405,0.28512397,0.28099173,0.28512397,0.29752067,0.30578512,0.30578512,0.2768595,0.25619835,0.24380165,0.24793388,0.2107438,0.19421488,0.18595041,0.1570248,0.1446281,0.13636364,0.12809917,0.14049587,0.15289256,0.1570248,0.18595041,0.19008264,0.20661157,0.2231405,0.2520661,0.3181818,0.338843,0.40495867,0.44214877,0.42561984,0.42975205,0.4214876,0.37190083,0.30991736,0.24793388,0.22727273,0.22727273,0.2107438,0.1983471,0.18181819,0.19008264,0.18595041,0.2231405,0.2520661,0.28512397,0.3181818,0.3429752,0.3553719,0.35950413,0.37190083,0.38016528,0.38016528,0.39256197,0.4090909,0.4090909,0.39256197,0.3677686,0.36363637,0.39256197,0.34710744,0.1570248,0.08264463,0.41735536,0.3677686,0.35123968,0.38016528,0.38016528,0.39256197,0.37190083,0.38429752,0.37603307,0.35950413,0.35123968,0.37190083,0.3553719,0.33471075,0.32231405,0.29338843,0.28099173,0.2768595,0.2768595,0.28512397,0.30578512,0.3305785,0.35123968,0.3677686,0.38429752,0.4338843,0.4214876,0.46694216,0.47933885,0.5206612,0.5413223,0.53305787,0.54545456,0.53305787,0.5,0.45454547,0.4090909,0.40495867,0.43801653,0.4214876,0.38429752,0.3553719,0.35123968,0.35950413,0.38429752,0.39256197,0.3966942,0.4214876,0.4338843,0.4338843,0.4338843,0.45454547,0.45867768,0.45041323,0.446281,0.45454547,0.47933885,0.5247934,0.5165289,0.45041323,0.44214877,0.38016528,0.16528925,0.09090909,0.3553719,0.3181818,0.37190083,0.40082645,0.47933885,0.56198347,0.53305787,0.48347107,0.47107437,0.46280992,0.44214877,0.45454547,0.45454547,0.4338843,0.41322315,0.40495867,0.3966942,0.38842976,0.39256197,0.3966942,0.41735536,0.43801653,0.4338843,0.44214877,0.42975205,0.42975205,0.45454547,0.49586776,0.5206612,0.54545456,0.57438016,0.58264464,0.57438016,0.56198347,0.5289256,0.4752066,0.42975205,0.5165289,0.69008267,0.6198347,0.49586776,0.446281,0.4090909,0.40082645,0.41322315,0.40495867,0.41322315,0.42975205,0.41322315,0.42561984,0.42975205,0.44214877,0.44214877,0.45454547,0.47933885,0.49173555,0.5123967,0.54545456,0.56198347,0.54545456,0.47107437,0.4338843,0.28099173,0.09917355,0.47107437,0.607438,0.80991733,0.7768595,0.74380165,0.75619835,0.6818182,0.59090906,0.54545456,0.5041322,0.46280992,0.446281,0.4338843,0.40495867,0.37603307,0.36363637,0.3429752,0.3264463,0.3305785,0.338843,0.35123968,0.38429752,0.37190083,0.42561984,0.41735536,0.30165288,0.34710744,0.44214877,0.53305787,0.5785124,0.59917355,0.59090906,0.553719,0.49586776,0.4090909,0.28512397,0.28099173,0.43801653,0.5082645,0.42561984,0.37190083,0.3429752,0.39256197,0.40495867,0.33471075,0.29338843,0.3264463,0.3140496,0.2520661,0.32231405,0.37190083,0.3553719,0.36363637,0.38842976,0.44214877,0.48347107,0.49586776,0.5041322,0.44214877,0.3264463,0.338843,0.41322315,0.42975205,0.23553719,0.57024795,0.607438,0.6570248,0.6528926,0.6528926,0.6446281,0.57438016,0.5413223,0.57024795,0.5041322,0.4338843,0.44214877,0.4338843,0.37603307,0.3264463,0.30991736,0.29752067,0.27272728,0.28099173,0.3181818,0.28512397,0.3140496,0.30991736,0.34710744,0.4338843,0.3264463,0.338843,0.5041322,0.6446281,0.6983471,0.6818182,0.6528926,0.62396693,0.553719,0.41735536,0.3264463,0.37603307,0.41735536,0.37190083,0.35950413,0.3677686,0.3429752,0.6322314,0.6983471,0.37603307,0.3140496,0.35123968,0.29752067,0.1570248,0.3140496,0.5,0.3966942,0.2768595,0.30165288,0.3677686,0.42975205,0.4876033,0.5206612,0.42561984,0.18181819,0.19008264,0.21487603,0.35123968,0.47107437,0.6446281,0.61157024,0.59090906,0.60330576,0.54545456,0.5495868,0.41322315,0.5413223,0.78512394,0.7768595,0.58264464,0.5041322,0.49173555,0.40495867,0.3429752,0.38016528,0.45041323,0.34710744,0.30165288,0.36363637,0.3264463,0.3305785,0.32231405,0.3181818,0.3264463,0.4090909,0.38842976,0.4752066,0.5413223,0.58264464,0.55785125,0.5413223,0.54545456,0.49586776,0.4214876,0.40082645,0.42975205,0.3677686,0.34710744,0.338843,0.3264463,0.2768595,0.5,0.6446281,0.44214877,0.4338843,0.4876033,0.35950413,0.23140496,0.34710744,0.5247934,0.4090909,0.24793388,0.2644628,0.34710744,0.40082645,0.45041323,0.5123967,0.45041323,0.1694215,0.11983471,0.17768595,0.26859504,0.53305787,0.661157,0.6363636,0.60330576,0.59504133,0.46694216,0.3966942,0.39256197,0.38842976,0.5165289,0.5661157,0.4876033,0.46280992,0.48347107,0.446281,0.41735536,0.49586776,0.6652893,0.43801653,0.29338843,0.30991736,0.38016528,0.3677686,0.3677686,0.3553719,0.26859504,0.35950413,0.5289256,0.61157024,0.6446281,0.69008267,0.6818182,0.677686,0.6818182,0.661157,0.61570245,0.5165289,0.41735536,0.4090909,0.41735536,0.40082645,0.3264463,0.30578512,0.35950413,0.44214877,0.45867768,0.48347107,0.5,0.30578512,0.30991736,0.30578512,0.28099173,0.30578512,0.3181818,0.3140496,0.34710744,0.3966942,0.42975205,0.49173555,0.45867768,0.1694215,0.11157025,0.1694215,0.2107438,0.4090909,0.6694215,0.6404959,0.59917355,0.58264464,0.5,0.46694216,0.45454547,0.46280992,0.49586776,0.5041322,0.5165289,0.5413223,0.5041322,0.4338843,0.45454547,0.446281,0.42561984,0.41322315,0.34710744,0.30165288,0.3966942,0.36363637,0.40082645,0.39256197,0.3553719,0.338843,0.5082645,0.553719,0.57024795,0.59917355,0.54545456,0.5247934,0.56198347,0.5165289,0.45867768,0.45867768,0.42975205,0.4752066,0.5165289,0.46694216,0.40495867,0.41735536,0.42561984,0.43801653,0.4752066,0.46694216,0.41735536,0.36363637,0.3553719,0.37603307,0.39256197,0.40495867,0.41322315,0.39256197,0.37603307,0.4090909,0.44214877,0.5041322,0.4752066,0.1570248,0.16115703,0.28099173,0.33471075,0.3305785,0.6652893,0.6528926,0.61570245,0.5785124,0.5289256,0.54545456,0.5495868,0.5371901,0.55785125,0.57024795,0.55785125,0.57438016,0.57438016,0.5413223,0.5289256,0.5289256,0.5123967,0.49586776,0.42975205,0.40495867,0.4090909,0.40082645,0.4338843,0.46694216,0.46280992,0.42975205,0.446281,0.40495867,0.46694216,0.553719,0.53305787,0.5082645,0.5206612,0.45454547,0.37603307,0.47107437,0.4752066,0.5041322,0.5413223,0.5247934,0.4876033,0.46280992,0.43801653,0.42561984,0.48347107,0.49173555,0.46694216,0.4752066,0.4876033,0.49173555,0.4876033,0.45867768,0.43801653,0.446281,0.45454547,0.46280992,0.47107437,0.5247934,0.5041322,0.16115703,0.24380165,0.41322315,0.44214877,0.41735536,0.6818182,0.661157,0.6694215,0.6570248,0.6280992,0.61570245,0.607438,0.59090906,0.60330576,0.6198347,0.61157024,0.59504133,0.59504133,0.61570245,0.6198347,0.58677685,0.5495868,0.5289256,0.47933885,0.46280992,0.47107437,0.47107437,0.5082645,0.57438016,0.53305787,0.53305787,0.47933885,0.45041323,0.5785124,0.6942149,0.6983471,0.661157,0.6363636,0.56198347,0.4214876,0.47933885,0.5247934,0.5,0.5289256,0.5041322,0.49173555,0.47933885,0.47107437,0.446281,0.45041323,0.44214877,0.4338843,0.44214877,0.45041323,0.46280992,0.4752066,0.46280992,0.46280992,0.49173555,0.5247934,0.5289256,0.5165289,0.53305787,0.5247934,0.2107438,0.3305785,0.46694216,0.4752066,0.47933885,0.71487606,0.6942149,0.70247936,0.70247936,0.6859504,0.6652893,0.6198347,0.58264464,0.5785124,0.60330576,0.61570245,0.607438,0.58264464,0.57438016,0.5495868,0.5041322,0.49586776,0.5041322,0.4876033,0.5123967,0.5289256,0.54545456,0.58264464,0.607438,0.5661157,0.5785124,0.4876033,0.54545456,0.70247936,0.78099173,0.7768595,0.73966944,0.71487606,0.6528926,0.5,0.45041323,0.58264464,0.49586776,0.5495868,0.553719,0.53305787,0.5082645,0.5247934,0.54545456,0.56198347,0.56198347,0.5206612,0.49586776,0.48347107,0.5,0.5247934,0.5371901,0.553719,0.5785124,0.59917355,0.58677685,0.553719,0.53305787,0.5082645,0.3140496,0.41322315,0.46280992,0.4876033,0.48347107,0.73966944,0.73966944,0.7231405,0.7355372,0.7231405,0.7107438,0.677686,0.6280992,0.607438,0.62396693,0.6363636,0.6280992,0.62396693,0.607438,0.58677685,0.56198347,0.55785125,0.61157024,0.58264464,0.61157024,0.6198347,0.6198347,0.59090906,0.57438016,0.59917355,0.57024795,0.5247934,0.62396693,0.73966944,0.78099173,0.7768595,0.73966944,0.7355372,0.70247936,0.58677685,0.41322315,0.60330576,0.5,0.57024795,0.62396693,0.6198347,0.59917355,0.6446281,0.6570248,0.661157,0.6818182,0.677686,0.661157,0.6570248,0.6487603,0.6487603,0.6570248,0.6652893,0.6735537,0.6735537,0.6487603,0.59917355,0.53305787,0.46280992,0.41735536,0.45867768,0.45454547,0.4876033,0.4876033,0.73140496,0.73966944,0.72727275,0.7355372,0.72727275,0.72727275,0.73140496,0.72727275,0.7231405,0.72727275,0.72727275,0.7107438,0.6983471,0.6694215,0.6487603,0.6198347,0.59504133,0.6363636,0.60330576,0.6487603,0.6446281,0.607438,0.55785125,0.5785124,0.6198347,0.553719,0.5785124,0.6859504,0.7355372,0.77272725,0.78099173,0.73140496,0.7355372,0.73140496,0.6446281,0.42975205,0.5206612,0.553719,0.5289256,0.59917355,0.6363636,0.6528926,0.6859504,0.6735537,0.6446281,0.6487603,0.6528926,0.661157,0.677686,0.677686,0.6818182,0.6983471,0.6983471,0.6942149,0.6818182,0.6735537,0.6363636,0.5123967,0.45041323,0.46280992,0.446281,0.45041323,0.4752066,0.49586776,0.6818182,0.70247936,0.7066116,0.71487606,0.7231405,0.72727275,0.7231405,0.72727275,0.73966944,0.72727275,0.7066116,0.69008267,0.6446281,0.6280992,0.61570245,0.60330576,0.59504133,0.62396693,0.61157024,0.6322314,0.61570245,0.56198347,0.55785125,0.61157024,0.57438016,0.5289256,0.6280992,0.71900827,0.7231405,0.75619835,0.7892562,0.75206614,0.73966944,0.7355372,0.6487603,0.49173555,0.3966942,0.5785124,0.5247934,0.56198347,0.607438,0.6280992,0.6570248,0.6570248,0.6280992,0.6198347,0.6198347,0.62396693,0.6280992,0.6363636,0.6404959,0.6528926,0.661157,0.6363636,0.6322314,0.6404959,0.60330576,0.5082645,0.49586776,0.47107437,0.41735536,0.42975205,0.46694216,0.5206612,0.6363636,0.677686,0.6983471,0.7107438,0.71487606,0.7066116,0.6859504,0.6818182,0.677686,0.6652893,0.6487603,0.6322314,0.59090906,0.58264464,0.59504133,0.57024795,0.5785124,0.55785125,0.57024795,0.59090906,0.59504133,0.5289256,0.58264464,0.6280992,0.5082645,0.5413223,0.6818182,0.7231405,0.7231405,0.75619835,0.8181818,0.8057851,0.77272725,0.73966944,0.6487603,0.56198347,0.4090909,0.47107437,0.5247934,0.553719,0.56198347,0.58677685,0.60330576,0.6198347,0.607438,0.59917355,0.59504133,0.57438016,0.56198347,0.57024795,0.58264464,0.59917355,0.59090906,0.59504133,0.59090906,0.60330576,0.55785125,0.5206612,0.5661157,0.45041323,0.38842976,0.42975205,0.45867768,0.5661157,0.6198347,0.677686,0.7066116,0.71487606,0.70247936,0.6652893,0.6363636,0.6363636,0.6280992,0.61570245,0.60330576,0.58264464,0.57024795,0.56198347,0.58677685,0.57024795,0.59090906,0.54545456,0.56198347,0.5785124,0.5495868,0.5289256,0.607438,0.5661157,0.47933885,0.58264464,0.70247936,0.71900827,0.72727275,0.76033056,0.8471074,0.838843,0.78512394,0.75619835,0.677686,0.60330576,0.54545456,0.40082645,0.41735536,0.53305787,0.54545456,0.55785125,0.5661157,0.5785124,0.58677685,0.58264464,0.5785124,0.5661157,0.5413223,0.5413223,0.5495868,0.5495868,0.5661157,0.59917355,0.58677685,0.57438016,0.57024795,0.5661157,0.57438016,0.4090909,0.38016528,0.44214877,0.48347107,0.607438,0.59504133,0.6652893,0.7066116,0.71900827,0.6735537,0.607438,0.59090906,0.60330576,0.60330576,0.59504133,0.57024795,0.56198347,0.5661157,0.55785125,0.57024795,0.58264464,0.58677685,0.57024795,0.57438016,0.5371901,0.5413223,0.57024795,0.5,0.4090909,0.5289256,0.677686,0.7107438,0.71900827,0.71900827,0.76859504,0.8677686,0.8595041,0.7768595,0.77272725,0.72727275,0.62396693,0.6363636,0.4876033,0.34710744,0.43801653,0.54545456,0.553719,0.553719,0.5661157,0.5661157,0.56198347,0.5661157,0.55785125,0.53305787,0.5206612,0.5289256,0.5289256,0.5371901,0.55785125,0.58264464,0.56198347,0.59917355,0.58264464,0.55785125,0.37190083,0.4090909,0.4752066,0.59917355,0.6363636,0.57438016,0.6363636,0.6818182,0.677686,0.6280992,0.57438016,0.57438016,0.58677685,0.5785124,0.59090906,0.56198347,0.56198347,0.56198347,0.56198347,0.553719,0.57438016,0.57024795,0.5661157,0.5495868,0.5413223,0.56198347,0.53305787,0.39256197,0.4090909,0.58677685,0.69008267,0.7231405,0.73966944,0.73966944,0.77272725,0.8553719,0.8347107,0.78512394,0.78099173,0.76033056,0.6363636,0.6404959,0.59917355,0.41735536,0.3677686,0.47107437,0.553719,0.57024795,0.5661157,0.553719,0.5495868,0.5495868,0.5413223,0.53305787,0.5165289,0.5123967,0.5165289,0.5206612,0.5413223,0.553719,0.55785125,0.55785125,0.55785125,0.5165289,0.4214876,0.45041323,0.59504133,0.7355372,0.60330576,0.61157024,0.6198347,0.6446281,0.6404959,0.59504133,0.5661157,0.57438016,0.56198347,0.55785125,0.57024795,0.5661157,0.553719,0.553719,0.553719,0.5289256,0.54545456,0.55785125,0.57438016,0.5785124,0.57024795,0.5371901,0.45867768,0.37190083,0.45867768,0.61157024,0.6818182,0.71900827,0.73140496,0.75619835,0.78099173,0.80991733,0.8016529,0.78099173,0.78512394,0.7355372,0.6528926,0.6363636,0.6404959,0.5247934,0.37603307,0.39256197,0.49173555,0.54545456,0.58264464,0.58677685,0.5661157,0.5413223,0.5289256,0.5206612,0.5,0.5,0.5206612,0.53305787,0.5371901,0.5495868,0.5041322,0.553719,0.58264464,0.5785124,0.54545456,0.60330576,0.6735537,0.62396693,0.49586776,0.661157,0.6528926,0.6735537,0.6570248,0.6198347,0.59917355,0.59090906,0.5661157,0.5661157,0.57024795,0.5785124,0.56198347,0.57438016,0.58264464,0.59090906,0.6487603,0.6983471,0.71900827,0.6280992,0.5495868,0.5041322,0.41322315,0.38016528,0.49586776,0.6280992,0.69008267,0.7231405,0.72727275,0.74380165,0.7644628,0.7933884,0.7768595,0.77272725,0.76033056,0.7355372,0.677686,0.6570248,0.6363636,0.607438,0.41735536,0.38016528,0.41735536,0.4752066,0.53305787,0.57438016,0.59917355,0.59917355,0.59090906,0.59090906,0.58264464,0.5785124,0.59090906,0.60330576,0.62396693,0.6570248,0.6652893,0.70247936,0.71487606,0.6694215,0.607438,0.53305787,0.45041323,0.45454547,0.42561984,0.75206614,0.76033056,0.71900827,0.70247936,0.70247936,0.70247936,0.69008267,0.6570248,0.661157,0.6570248,0.677686,0.6652893,0.6735537,0.6818182,0.6942149,0.7355372,0.7355372,0.6652893,0.56198347,0.5165289,0.47933885,0.38016528,0.39256197,0.5495868,0.661157,0.6942149,0.70247936,0.69008267,0.71487606,0.73966944,0.7768595,0.7644628,0.75206614,0.74380165,0.72727275,0.6818182,0.6404959,0.607438,0.59504133,0.49173555,0.39256197,0.3966942,0.44214877,0.46280992,0.49173555,0.5289256,0.53305787,0.5289256,0.53305787,0.553719,0.55785125,0.553719,0.553719,0.553719,0.5495868,0.5165289,0.5041322,0.5041322,0.45867768,0.45041323,0.46694216,0.43801653,0.4338843,0.47107437,0.45454547,0.5082645,0.5661157,0.60330576,0.6446281,0.6859504,0.69008267,0.6942149,0.6818182,0.69008267,0.6859504,0.6652893,0.6570248,0.62396693,0.62396693,0.61570245,0.59504133,0.5371901,0.5,0.4876033,0.45454547,0.37190083,0.42561984,0.607438,0.6735537,0.6694215,0.6652893,0.6528926,0.6942149,0.71900827,0.73140496,0.7355372,0.73140496,0.71900827,0.677686,0.661157,0.60330576,0.54545456,0.5123967,0.5206612,0.45454547,0.41735536,0.43801653,0.45454547,0.45454547,0.446281,0.44214877,0.4338843,0.446281,0.4752066,0.48347107,0.47107437,0.46280992,0.45867768,0.44214877,0.43801653,0.44214877,0.45454547,0.42975205,0.446281,0.45454547,0.4214876,0.39256197,0.45867768,0.47933885,0.42561984,0.40082645,0.38842976,0.3966942,0.42561984,0.42561984,0.42975205,0.42561984,0.46694216,0.46280992,0.4752066,0.49586776,0.4752066,0.48347107,0.47933885,0.47933885,0.47933885,0.47933885,0.46280992,0.4338843,0.40495867,0.4876033,0.6446281,0.6652893,0.60330576,0.5785124,0.57438016,0.62396693,0.6528926,0.69008267,0.7107438,0.69008267,0.6818182,0.6198347,0.58264464,0.5165289,0.4752066,0.45041323,0.48347107,0.4876033,0.46694216,0.46694216,0.46694216,0.45041323,0.43801653,0.43801653,0.42975205,0.42561984,0.44214877,0.43801653,0.4214876,0.41735536,0.41322315,0.40495867,0.41735536,0.43801653,0.4338843,0.42975205,0.43801653,0.43801653,0.41735536,0.40495867,0.45041323,0.49173555,0.46280992,0.4338843,0.4090909,0.41735536,0.42975205,0.446281,0.45041323,0.46280992,0.47107437,0.45041323,0.48347107,0.49586776,0.47933885,0.4752066,0.46280992,0.45454547,0.45454547,0.46280992,0.46694216,0.46280992,0.4752066,0.5495868,0.62396693,0.59917355,0.5123967,0.45867768,0.4876033,0.5082645,0.57024795,0.6198347,0.6404959,0.6280992,0.6198347,0.57438016,0.5123967,0.4338843,0.39256197,0.38429752,0.44214877,0.48347107,0.5,0.5289256,0.5247934,0.46694216,0.43801653,0.4338843,0.4338843,0.42561984,0.4338843,0.41735536,0.4214876,0.40495867,0.3966942,0.41735536,0.44214877,0.45041323,0.43801653,0.4338843,0.42975205,0.42975205,0.42561984,0.44214877,0.47933885,0.4876033,0.48347107,0.45454547,0.41735536,0.40082645,0.40082645,0.40495867,0.41322315,0.4338843,0.4338843,0.4338843,0.46694216,0.48347107,0.4752066,0.46694216,0.43801653,0.4338843,0.44214877,0.46694216,0.5041322,0.55785125,0.59504133,0.59090906,0.56198347,0.5082645,0.42561984,0.29752067,0.2644628,0.38842976,0.46280992,0.5165289,0.5206612,0.5247934,0.5123967,0.47107437,0.41735536,0.29338843,0.23140496,0.30991736,0.42561984,0.47107437,0.5,0.56198347,0.58264464,0.5247934,0.48347107,0.45867768,0.446281,0.43801653,0.43801653,0.42561984,0.4338843,0.4214876,0.4214876,0.446281,0.47933885,0.45867768,0.44214877,0.44214877,0.4338843,0.4214876,0.42561984,0.43801653,0.46694216,0.49586776,0.49586776,0.4876033,0.45454547,0.4338843,0.41735536,0.41735536,0.42975205,0.4338843,0.43801653,0.43801653,0.45867768,0.46694216,0.45454547,0.446281,0.4214876,0.42561984,0.45867768,0.5082645,0.58677685,0.6652893,0.6983471,0.6363636,0.5206612,0.47107437,0.38842976,0.2107438,0.08264463,0.20661157,0.39256197,0.40082645,0.40495867,0.4214876,0.40082645,0.3966942,0.28099173,0.12396694,0.1322314,0.28099173,0.41322315,0.45041323,0.4752066,0.53305787,0.57024795,0.553719,0.5371901,0.49173555,0.48347107,0.47933885,0.46280992,0.46280992,0.46280992,0.45867768,0.46280992,0.47107437,0.4876033,0.46694216,0.45867768,0.45041323,0.4338843,0.4338843,0.41735536,0.39256197,0.4090909,0.49586776,0.5041322,0.5041322,0.47933885,0.45041323,0.4338843,0.42975205,0.4338843,0.43801653,0.4214876,0.446281,0.44214877,0.43801653,0.4338843,0.4214876,0.41735536,0.45041323,0.5082645,0.58677685,0.6735537,0.73140496,0.75619835,0.70247936,0.5165289,0.45454547,0.39256197,0.2603306,0.0661157,0.10743801,0.28512397,0.3677686,0.36363637,0.34710744,0.36363637,0.3677686,0.20247933,0.10743801,0.18595041,0.3140496,0.38842976,0.43801653,0.4876033,0.5041322,0.53305787,0.553719,0.553719,0.5247934,0.5,0.5082645,0.5,0.49173555,0.47933885,0.49173555,0.49173555,0.49173555,0.48347107,0.47107437,0.46280992,0.43801653,0.4214876,0.44214877,0.4214876,0.338843,0.29338843,0.46694216,0.5041322,0.5082645,0.49173555,0.47933885,0.44214877,0.44214877,0.43801653,0.44214877,0.42975205,0.43801653,0.42561984,0.44214877,0.4338843,0.40495867,0.42561984,0.5041322,0.58677685,0.6570248,0.7107438,0.7355372,0.76859504,0.76033056,0.58264464,0.4090909,0.41735536,0.37603307,0.1694215,0.19421488,0.29338843,0.35950413,0.3429752,0.338843,0.35950413,0.39256197,0.30578512,0.2520661,0.3264463,0.38429752,0.38842976,0.44214877,0.49173555,0.4752066,0.49586776,0.5371901,0.54545456,0.5371901,0.5206612,0.5247934,0.5082645,0.5041322,0.4876033,0.5123967,0.5123967,0.5,0.47933885,0.45454547,0.446281,0.42561984,0.42561984,0.45041323,0.4090909,0.29752067,0.23966943,0.42975205,0.49173555,0.5289256,0.5082645,0.49586776,0.46280992,0.43801653,0.45867768,0.446281,0.4338843,0.43801653,0.42561984,0.43801653,0.45041323,0.43801653,0.4876033,0.57438016,0.6322314,0.6735537,0.6983471,0.71487606,0.75206614,0.77272725,0.6983471,0.43801653,0.43801653,0.5082645,0.41322315,0.42975205,0.44214877,0.41322315,0.35950413,0.34710744,0.38016528,0.4214876,0.4214876,0.41735536,0.45041323,0.446281,0.42561984,0.47107437,0.4876033,0.47107437,0.4876033,0.5082645,0.5413223,0.5413223,0.55785125,0.55785125,0.5289256,0.5247934,0.5123967,0.5247934,0.5206612,0.5,0.46694216,0.44214877,0.4338843,0.4214876,0.4338843,0.45867768,0.39256197,0.2603306,0.23140496,0.42561984,0.44214877,0.5123967,0.5082645,0.5082645,0.45867768,0.46694216,0.45454547,0.46280992,0.45041323,0.43801653,0.45041323,0.46280992,0.48347107,0.5247934,0.5785124,0.6322314,0.6652893,0.677686,0.69008267,0.70247936,0.7231405,0.74793386,0.75619835,0.59917355,0.5041322,0.59917355,0.6280992,0.62396693,0.60330576,0.54545456,0.42975205,0.37190083,0.41735536,0.47107437,0.47107437,0.4752066,0.49173555,0.47933885,0.47933885,0.49586776,0.47933885,0.47107437,0.46694216,0.49173555,0.5247934,0.5371901,0.57438016,0.56198347,0.55785125,0.54545456,0.53305787,0.5206612,0.5165289,0.4876033,0.45041323,0.43801653,0.42975205,0.4214876,0.44214877,0.45041323,0.3677686,0.23553719,0.23553719,0.45867768,0.41322315,0.46694216,0.5082645,0.5247934,0.4876033,0.46280992,0.45041323,0.46280992,0.4752066,0.4752066,0.47933885,0.5082645,0.5371901,0.59090906,0.6322314,0.661157,0.6735537,0.661157,0.6652893,0.6859504,0.70247936,0.70247936,0.73966944,0.73140496,0.6198347,0.6322314,0.6735537,0.6528926,0.6694215,0.661157,0.55785125,0.47107437,0.46694216,0.5082645,0.5123967,0.5,0.49173555,0.49173555,0.5082645,0.5123967,0.48347107,0.47933885,0.46280992,0.47107437,0.4876033,0.5247934,0.55785125,0.5495868,0.56198347,0.553719,0.54545456,0.5247934,0.5082645,0.4752066,0.4338843,0.42561984,0.4214876,0.4214876,0.44214877,0.43801653,0.33471075,0.2231405,0.24380165,0.49173555,0.42975205,0.4338843,0.49586776,0.5206612,0.5041322,0.4876033,0.46280992,0.47933885,0.49173555,0.5289256,0.5495868,0.57024795,0.607438,0.6487603,0.6694215,0.6735537,0.677686,0.6694215,0.661157,0.6818182,0.6942149,0.6818182,0.6818182,0.7231405,0.69008267,0.6570248,0.6446281,0.61570245,0.6652893,0.6983471,0.661157,0.58677685,0.5371901,0.5413223,0.5371901,0.5123967,0.47933885,0.46694216,0.49173555,0.48347107,0.46694216,0.4752066,0.46694216,0.46280992,0.4752066,0.48347107,0.54545456,0.55785125,0.56198347,0.5661157,0.5495868,0.5289256,0.5041322,0.46280992,0.42975205,0.41735536,0.41735536,0.42561984,0.45041323,0.42561984,0.29338843,0.2231405,0.23966943,0.5082645,0.4752066,0.4214876,0.4752066,0.5123967,0.5165289,0.5123967,0.49173555,0.5041322,0.5289256,0.5661157,0.59090906,0.61570245,0.6528926,0.677686,0.677686,0.6735537,0.6570248,0.6487603,0.6528926,0.661157,0.6818182,0.661157,0.6487603,0.6859504,0.69008267,0.6735537,0.6280992,0.59917355,0.6446281,0.6735537,0.677686,0.6446281,0.59504133,0.5785124,0.57024795,0.5413223,0.5,0.46280992,0.46694216,0.4752066,0.46280992,0.47107437,0.4876033,0.4752066,0.45454547,0.4752066,0.5,0.5247934,0.5495868,0.553719,0.5413223,0.5206612,0.49173555,0.44214877,0.42975205,0.4214876,0.4214876,0.4338843,0.45454547,0.4090909,0.2603306,0.23553719,0.24380165,0.5206612,0.5165289,0.45041323,0.44214877,0.4876033,0.5123967,0.5206612,0.5082645,0.5206612,0.54545456,0.58264464,0.6198347,0.6487603,0.6694215,0.661157,0.6446281,0.6528926,0.6446281,0.62396693,0.6280992,0.6363636,0.661157,0.6404959,0.6280992,0.6487603,0.6528926,0.6322314,0.61157024,0.59504133,0.6198347,0.6363636,0.6404959,0.6363636,0.62396693,0.61570245,0.60330576,0.5661157,0.5123967,0.46694216,0.45454547,0.45454547,0.45041323,0.46280992,0.4752066,0.47107437,0.45041323,0.47933885,0.46694216,0.4876033,0.5247934,0.5289256,0.5165289,0.5041322,0.47107437,0.4338843,0.42561984,0.42975205,0.42561984,0.42975205,0.446281,0.38016528,0.24380165,0.22727273,0.24380165,0.5247934,0.53305787,0.49173555,0.44214877,0.45041323,0.5123967,0.5247934,0.5247934,0.53305787,0.5495868,0.58264464,0.6198347,0.6570248,0.6652893,0.6528926,0.6363636,0.6322314,0.6280992,0.60330576,0.59504133,0.61157024,0.6363636,0.61157024,0.59917355,0.61570245,0.59504133,0.59090906,0.58677685,0.58677685,0.6198347,0.6198347,0.607438,0.59917355,0.6198347,0.6363636,0.607438,0.5661157,0.5289256,0.4752066,0.46280992,0.45041323,0.44214877,0.43801653,0.45041323,0.446281,0.44214877,0.45041323,0.45041323,0.446281,0.48347107,0.5123967,0.5041322,0.48347107,0.45454547,0.4338843,0.4338843,0.4338843,0.42561984,0.42975205,0.43801653,0.33471075,0.22727273,0.21900827,0.24793388,0.5247934,0.5289256,0.5206612,0.47933885,0.44214877,0.5,0.5206612,0.53305787,0.5495868,0.56198347,0.58264464,0.61157024,0.6363636,0.6363636,0.6280992,0.6198347,0.607438,0.59917355,0.58264464,0.5785124,0.58677685,0.59090906,0.59917355,0.58677685,0.59090906,0.55785125,0.56198347,0.57024795,0.57438016,0.60330576,0.59504133,0.58264464,0.57024795,0.59504133,0.6280992,0.59090906,0.53305787,0.5041322,0.47933885,0.46694216,0.45454547,0.4338843,0.41322315,0.4214876,0.42561984,0.41322315,0.40495867,0.43801653,0.42561984,0.47107437,0.49586776,0.49586776,0.47933885,0.45041323,0.446281,0.43801653,0.42975205,0.43801653,0.45454547,0.43801653,0.2892562,0.2231405,0.23140496,0.24380165,0.5495868,0.5206612,0.5413223,0.5206612,0.45867768,0.4752066,0.5165289,0.54545456,0.57024795,0.57438016,0.57438016,0.58677685,0.60330576,0.61157024,0.60330576,0.59504133,0.58264464,0.5661157,0.553719,0.55785125,0.55785125,0.53305787,0.57024795,0.5785124,0.58264464,0.5495868,0.56198347,0.553719,0.5413223,0.55785125,0.5495868,0.54545456,0.553719,0.56198347,0.58264464,0.55785125,0.5,0.4752066,0.46694216,0.45041323,0.43801653,0.42561984,0.38842976,0.41735536,0.40082645,0.40082645,0.3966942,0.41322315,0.4090909,0.45041323,0.49173555,0.5082645,0.4752066,0.45041323,0.45041323,0.42975205,0.42975205,0.45454547,0.45867768,0.41735536,0.25619835,0.21900827,0.23966943,0.23553719,0.553719,0.54545456,0.5495868,0.5495868,0.49173555,0.48347107,0.5041322,0.5495868,0.58677685,0.5785124,0.5661157,0.5661157,0.5785124,0.5785124,0.5661157,0.5661157,0.56198347,0.5495868,0.5247934,0.5165289,0.5247934,0.5495868,0.55785125,0.5413223,0.5413223,0.5165289,0.5247934,0.5123967,0.49173555,0.5,0.5,0.5041322,0.5082645,0.5123967,0.5206612,0.5082645,0.48347107,0.46694216,0.446281,0.41735536,0.40082645,0.40495867,0.38016528,0.40495867,0.38429752,0.39256197,0.38429752,0.39256197,0.40495867,0.43801653,0.4752066,0.4876033,0.46694216,0.446281,0.43801653,0.42975205,0.4338843,0.45454547,0.45454547,0.37190083,0.22727273,0.2231405,0.23966943,0.24380165,0.553719,0.553719,0.5495868,0.5661157,0.5206612,0.49586776,0.49586776,0.53305787,0.58677685,0.60330576,0.58264464,0.55785125,0.553719,0.553719,0.5413223,0.5371901,0.5371901,0.5247934,0.5041322,0.49173555,0.4876033,0.5123967,0.5082645,0.49586776,0.4876033,0.5,0.4752066,0.45867768,0.46280992,0.47107437,0.46694216,0.47107437,0.46694216,0.45867768,0.45867768,0.45867768,0.45454547,0.446281,0.4214876,0.38016528,0.3677686,0.36363637,0.37603307,0.38842976,0.35950413,0.38842976,0.38429752,0.38842976,0.40082645,0.44214877,0.47933885,0.48347107,0.46280992,0.446281,0.4338843,0.42975205,0.4338843,0.446281,0.44214877,0.3264463,0.21487603,0.21900827,0.24380165,0.24793388,0.55785125,0.553719,0.54545456,0.5661157,0.54545456,0.49586776,0.49173555,0.5206612,0.57024795,0.61157024,0.607438,0.56198347,0.5413223,0.553719,0.54545456,0.5247934,0.5289256,0.53305787,0.49173555,0.46280992,0.45041323,0.4338843,0.44214877,0.4338843,0.4214876,0.42975205,0.446281,0.4338843,0.44214877,0.45867768,0.46280992,0.46280992,0.45867768,0.45041323,0.43801653,0.42975205,0.4338843,0.42975205,0.40082645,0.36363637,0.36363637,0.33471075,0.34710744,0.3677686,0.35123968,0.38429752,0.37603307,0.39256197,0.40495867,0.446281,0.4876033,0.47933885,0.45867768,0.44214877,0.42975205,0.44214877,0.446281,0.446281,0.42561984,0.24793388,0.2231405,0.24380165,0.23966943,0.23966943,0.5413223,0.553719,0.55785125,0.5661157,0.56198347,0.5165289,0.49173555,0.5206612,0.56198347,0.59917355,0.61157024,0.5785124,0.553719,0.55785125,0.5495868,0.5206612,0.5206612,0.5289256,0.4752066,0.47107437,0.41735536,0.38842976,0.35950413,0.34710744,0.3429752,0.3429752,0.37603307,0.40082645,0.42561984,0.42975205,0.42975205,0.44214877,0.42975205,0.4214876,0.42975205,0.4214876,0.41735536,0.41735536,0.3966942,0.3429752,0.34710744,0.3181818,0.32231405,0.36363637,0.37190083,0.38842976,0.39256197,0.41322315,0.41735536,0.446281,0.48347107,0.4752066,0.45454547,0.4338843,0.4214876,0.45041323,0.446281,0.45041323,0.37190083,0.21900827,0.21900827,0.23140496,0.25619835,0.23140496,0.5247934,0.5413223,0.553719,0.55785125,0.5495868,0.53305787,0.5123967,0.5206612,0.55785125,0.59504133,0.607438,0.59090906,0.5785124,0.5661157,0.5495868,0.5289256,0.5165289,0.49586776,0.47107437,0.45867768,0.41322315,0.38429752,0.37190083,0.3140496,0.30165288,0.28512397,0.28099173,0.3264463,0.38842976,0.40082645,0.40082645,0.4214876,0.42561984,0.40495867,0.40082645,0.40082645,0.38016528,0.3429752,0.3264463,0.28099173,0.2768595,0.25619835,0.2768595,0.33471075,0.38842976,0.3966942,0.41322315,0.42975205,0.4338843,0.45867768,0.4752066,0.46694216,0.45454547,0.4338843,0.42561984,0.43801653,0.45867768,0.44214877,0.3181818,0.1983471,0.24380165,0.21487603,0.2603306,0.2231405,0.46694216,0.53305787,0.5495868,0.55785125,0.553719,0.54545456,0.5289256,0.5289256,0.553719,0.58264464,0.60330576,0.59917355,0.59090906,0.58264464,0.55785125,0.54545456,0.5289256,0.48347107,0.48347107,0.46280992,0.4214876,0.40082645,0.38016528,0.29752067,0.24793388,0.23140496,0.2231405,0.23553719,0.2603306,0.25619835,0.25619835,0.30165288,0.338843,0.37190083,0.36363637,0.3140496,0.2603306,0.21900827,0.21487603,0.19421488,0.1983471,0.18595041,0.19008264,0.24793388,0.3553719,0.38842976,0.41322315,0.4338843,0.44214877,0.46694216,0.4752066,0.46694216,0.45454547,0.4338843,0.4338843,0.45041323,0.45041323,0.4214876,0.25619835,0.2107438,0.23140496,0.23553719,0.23140496,0.2231405,0.46694216,0.5165289,0.5371901,0.54545456,0.5661157,0.55785125,0.54545456,0.54545456,0.553719,0.57438016,0.59917355,0.607438,0.59917355,0.58264464,0.56198347,0.5495868,0.5289256,0.49173555,0.4752066,0.42975205,0.38842976,0.30991736,0.2644628,0.20661157,0.19008264,0.18181819,0.17768595,0.17355372,0.17355372,0.16528925,0.1570248,0.1694215,0.19008264,0.23966943,0.2644628,0.23140496,0.16115703,0.16115703,0.19421488,0.19008264,0.21900827,0.2107438,0.20661157,0.22727273,0.30165288,0.3677686,0.4090909,0.42975205,0.44214877,0.46694216,0.47933885,0.47107437,0.45041323,0.43801653,0.446281,0.45454547,0.45041323,0.37603307,0.21900827,0.2231405,0.23140496,0.22727273,0.23966943,0.23140496,0.4752066,0.5041322,0.5289256,0.53305787,0.553719,0.55785125,0.553719,0.55785125,0.5495868,0.55785125,0.59504133,0.61570245,0.59917355,0.57024795,0.55785125,0.5413223,0.5165289,0.47933885,0.41735536,0.35950413,0.32231405,0.27272728,0.23966943,0.23553719,0.2520661,0.28512397,0.29752067,0.2644628,0.21487603,0.17768595,0.1446281,0.1446281,0.14876033,0.16115703,0.17355372,0.2231405,0.2231405,0.23140496,0.2644628,0.26859504,0.29752067,0.29338843,0.3181818,0.3264463,0.32231405,0.35950413,0.40495867,0.42561984,0.45041323,0.4752066,0.48347107,0.46694216,0.446281,0.45041323,0.46280992,0.45454547,0.45041323,0.29752067,0.20661157,0.23140496,0.23966943,0.22727273,0.22727273,0.2231405,0.47933885,0.49173555,0.5206612,0.5413223,0.55785125,0.553719,0.54545456,0.553719,0.5495868,0.5495868,0.59090906,0.607438,0.607438,0.57438016,0.55785125,0.5371901,0.5041322,0.45041323,0.38429752,0.37190083,0.38842976,0.40082645,0.39256197,0.3966942,0.3966942,0.4090909,0.4338843,0.42561984,0.38842976,0.3264463,0.2520661,0.21900827,0.23966943,0.23966943,0.25619835,0.3140496,0.29752067,0.2768595,0.29338843,0.30991736,0.32231405,0.3181818,0.35950413,0.4090909,0.38429752,0.38016528,0.40082645,0.42975205,0.46694216,0.48347107,0.47933885,0.45454547,0.44214877,0.46280992,0.45867768,0.45454547,0.4214876,0.2231405,0.1983471,0.23966943,0.23553719,0.21900827,0.23553719,0.23553719,0.46280992,0.5,0.5206612,0.5289256,0.55785125,0.57024795,0.55785125,0.5413223,0.5247934,0.5371901,0.5785124,0.59917355,0.60330576,0.58677685,0.55785125,0.5371901,0.4876033,0.45041323,0.45041323,0.48347107,0.5247934,0.5413223,0.5206612,0.5,0.4752066,0.46694216,0.48347107,0.5041322,0.5041322,0.4752066,0.44214877,0.40082645,0.35950413,0.32231405,0.3264463,0.3305785,0.3181818,0.30991736,0.30165288,0.3305785,0.338843,0.37190083,0.40495867,0.44214877,0.41735536,0.3966942,0.40495867,0.43801653,0.47933885,0.4876033,0.47107437,0.44214877,0.44214877,0.46694216,0.45867768,0.46694216,0.38429752,0.19008264,0.21900827,0.23140496,0.22727273,0.21900827,0.2231405,0.24793388,0.446281,0.48347107,0.5289256,0.5413223,0.5495868,0.5661157,0.57024795,0.553719,0.5165289,0.5165289,0.55785125,0.59504133,0.59090906,0.59917355,0.58677685,0.5371901,0.5041322,0.47107437,0.5289256,0.56198347,0.58264464,0.58264464,0.5413223,0.5,0.4752066,0.48347107,0.5082645,0.5206612,0.5289256,0.5289256,0.5289256,0.5165289,0.48347107,0.446281,0.38842976,0.3677686,0.30991736,0.34710744,0.3264463,0.3305785,0.36363637,0.41322315,0.44214877,0.446281,0.4214876,0.40082645,0.41322315,0.44214877,0.47107437,0.4876033,0.46280992,0.43801653,0.446281,0.46694216,0.47107437,0.4752066,0.3429752,0.19008264,0.21900827,0.22727273,0.23140496,0.2231405,0.23140496,0.2231405,0.446281,0.45867768,0.5082645,0.54545456,0.553719,0.57024795,0.58264464,0.5661157,0.5123967,0.49173555,0.5082645,0.56198347,0.58677685,0.58264464,0.5661157,0.5495868,0.5289256,0.5206612,0.56198347,0.57024795,0.58677685,0.5785124,0.5413223,0.49173555,0.46280992,0.46280992,0.45041323,0.42975205,0.4338843,0.43801653,0.42561984,0.46694216,0.4752066,0.38429752,0.40495867,0.38016528,0.34710744,0.35123968,0.35123968,0.37603307,0.4090909,0.42975205,0.44214877,0.43801653,0.4214876,0.42561984,0.43801653,0.44214877,0.46280992,0.4752066,0.446281,0.446281,0.446281,0.47107437,0.47933885,0.48347107,0.30165288,0.1983471,0.2231405,0.22727273,0.23140496,0.23140496,0.2231405,0.2231405,0.45454547,0.44214877,0.5041322,0.5371901,0.5495868,0.5785124,0.57438016,0.56198347,0.5371901,0.5123967,0.47933885,0.5206612,0.58677685,0.59090906,0.54545456,0.55785125,0.5371901,0.57024795,0.5785124,0.5785124,0.5785124,0.57024795,0.55785125,0.5206612,0.4876033,0.45454547,0.39256197,0.338843,0.338843,0.35123968,0.338843,0.3677686,0.38016528,0.3140496,0.35950413,0.3429752,0.3553719,0.3677686,0.38429752,0.4090909,0.4214876,0.42561984,0.4338843,0.43801653,0.4338843,0.43801653,0.44214877,0.45041323,0.45867768,0.45454547,0.45041323,0.45454547,0.45867768,0.4752066,0.47933885,0.4752066,0.2768595,0.20661157,0.2231405,0.2231405,0.22727273,0.2231405,0.21900827,0.22727273,0.4752066,0.45454547,0.5041322,0.5371901,0.55785125,0.58264464,0.59090906,0.58264464,0.553719,0.5289256,0.49173555,0.46694216,0.5247934,0.59090906,0.57438016,0.5413223,0.56198347,0.5785124,0.58677685,0.5785124,0.5661157,0.55785125,0.55785125,0.553719,0.53305787,0.4876033,0.42561984,0.3677686,0.338843,0.33471075,0.3264463,0.3305785,0.3264463,0.28512397,0.3264463,0.3264463,0.34710744,0.37190083,0.40495867,0.41735536,0.41735536,0.4090909,0.40495867,0.42561984,0.44214877,0.446281,0.45867768,0.46280992,0.45867768,0.45041323,0.45041323,0.45867768,0.46280992,0.47107437,0.47933885,0.44214877,0.2644628,0.20661157,0.2107438,0.21900827,0.22727273,0.21900827,0.2231405,0.22727273,0.5082645,0.4876033,0.5082645,0.54545456,0.5661157,0.5785124,0.58677685,0.58677685,0.58264464,0.56198347,0.5123967,0.46694216,0.49173555,0.59504133,0.58677685,0.57024795,0.5785124,0.59917355,0.57438016,0.55785125,0.5413223,0.5371901,0.54545456,0.553719,0.5495868,0.5247934,0.49586776,0.45867768,0.41322315,0.3677686,0.338843,0.3264463,0.3140496,0.2892562,0.30991736,0.33471075,0.35123968,0.38429752,0.4090909,0.41735536,0.40082645,0.40495867,0.4090909,0.42561984,0.45041323,0.46694216,0.47933885,0.4752066,0.46280992,0.45041323,0.45454547,0.45867768,0.45041323,0.45454547,0.46694216,0.4090909,0.24380165,0.21487603,0.20661157,0.21900827,0.2231405,0.21900827,0.2231405,0.2231405,0.5371901,0.5206612,0.5247934,0.5413223,0.57438016,0.58264464,0.58264464,0.57024795,0.5785124,0.58264464,0.54545456,0.53305787,0.5123967,0.53305787,0.59917355,0.58264464,0.58677685,0.58264464,0.57438016,0.56198347,0.5247934,0.5165289,0.53305787,0.5413223,0.5413223,0.53305787,0.53305787,0.5123967,0.46694216,0.4090909,0.34710744,0.3181818,0.30578512,0.30991736,0.3264463,0.35950413,0.37190083,0.38016528,0.40082645,0.40495867,0.39256197,0.3966942,0.41735536,0.446281,0.46694216,0.47107437,0.4752066,0.46694216,0.446281,0.44214877,0.4338843,0.45041323,0.43801653,0.4338843,0.46280992,0.39256197,0.2231405,0.2231405,0.2107438,0.21900827,0.22727273,0.2231405,0.21900827,0.21487603,0.553719,0.5413223,0.5371901,0.5413223,0.5661157,0.58677685,0.58677685,0.5495868,0.55785125,0.59090906,0.57438016,0.553719,0.5413223,0.5289256,0.553719,0.58264464,0.59090906,0.59090906,0.58677685,0.57438016,0.5289256,0.5123967,0.53305787,0.5371901,0.5371901,0.53305787,0.5289256,0.5041322,0.47107437,0.4214876,0.35950413,0.3305785,0.3264463,0.3429752,0.35123968,0.38016528,0.38842976,0.38429752,0.39256197,0.3966942,0.40082645,0.4214876,0.44214877,0.45867768,0.46280992,0.43801653,0.4338843,0.45041323,0.42561984,0.446281,0.44214877,0.42561984,0.41735536,0.4090909,0.46280992,0.35950413,0.21900827,0.2107438,0.21900827,0.2107438,0.2231405,0.2231405,0.21900827,0.2231405,19 +0.5165289,0.5123967,0.5082645,0.5165289,0.5371901,0.5661157,0.56198347,0.57438016,0.5785124,0.58264464,0.59090906,0.59090906,0.57438016,0.60330576,0.60330576,0.58677685,0.60330576,0.62396693,0.6363636,0.6404959,0.6487603,0.6528926,0.6487603,0.6363636,0.6280992,0.6404959,0.6280992,0.62396693,0.6322314,0.6322314,0.6280992,0.62396693,0.61570245,0.61570245,0.61157024,0.6198347,0.6198347,0.62396693,0.61157024,0.62396693,0.6404959,0.6280992,0.61570245,0.61570245,0.607438,0.62396693,0.61570245,0.59090906,0.5785124,0.57024795,0.5495868,0.5289256,0.54545456,0.5371901,0.54545456,0.5371901,0.5247934,0.5165289,0.4876033,0.45041323,0.4338843,0.42975205,0.42561984,0.41735536,0.5082645,0.5123967,0.5206612,0.5082645,0.5206612,0.54545456,0.56198347,0.5785124,0.57438016,0.58677685,0.59917355,0.59504133,0.5785124,0.59917355,0.61157024,0.60330576,0.6198347,0.6404959,0.6446281,0.6404959,0.6363636,0.6487603,0.661157,0.6570248,0.6487603,0.6363636,0.6280992,0.6280992,0.6404959,0.6363636,0.6198347,0.6198347,0.61570245,0.6198347,0.59917355,0.607438,0.607438,0.61157024,0.62396693,0.6322314,0.6280992,0.6322314,0.6363636,0.6198347,0.61570245,0.6363636,0.6322314,0.60330576,0.60330576,0.59090906,0.5785124,0.55785125,0.553719,0.5495868,0.54545456,0.5247934,0.5206612,0.5247934,0.48347107,0.45041323,0.4338843,0.42975205,0.42975205,0.4214876,0.4876033,0.5123967,0.5289256,0.5082645,0.5123967,0.5371901,0.5661157,0.57438016,0.58677685,0.5785124,0.59917355,0.59917355,0.59917355,0.59504133,0.607438,0.61157024,0.6280992,0.6446281,0.6487603,0.661157,0.6528926,0.6570248,0.6652893,0.6570248,0.6487603,0.6446281,0.6280992,0.6363636,0.62396693,0.6280992,0.61157024,0.607438,0.61157024,0.607438,0.59917355,0.59504133,0.59504133,0.60330576,0.6198347,0.6280992,0.6198347,0.6363636,0.6487603,0.6322314,0.62396693,0.6363636,0.6404959,0.61157024,0.6198347,0.59504133,0.59090906,0.56198347,0.5661157,0.56198347,0.5413223,0.5247934,0.5247934,0.5123967,0.47933885,0.45454547,0.44214877,0.4338843,0.42975205,0.42975205,0.48347107,0.5082645,0.5247934,0.5123967,0.5165289,0.5206612,0.56198347,0.56198347,0.57024795,0.58264464,0.59090906,0.60330576,0.607438,0.607438,0.607438,0.61157024,0.6198347,0.6322314,0.6446281,0.661157,0.6570248,0.6694215,0.6652893,0.6570248,0.661157,0.6404959,0.6363636,0.6322314,0.6280992,0.607438,0.61570245,0.60330576,0.59917355,0.59090906,0.59504133,0.59504133,0.59504133,0.59917355,0.59917355,0.61157024,0.61157024,0.6198347,0.6446281,0.6487603,0.6322314,0.6322314,0.6363636,0.6322314,0.6322314,0.59090906,0.59504133,0.58264464,0.58264464,0.57024795,0.5413223,0.5247934,0.5206612,0.5,0.47107437,0.45041323,0.44214877,0.4338843,0.42561984,0.43801653,0.49586776,0.5,0.5123967,0.5165289,0.5082645,0.5206612,0.5495868,0.5661157,0.5785124,0.5785124,0.59090906,0.61570245,0.61570245,0.6198347,0.60330576,0.59917355,0.61157024,0.6198347,0.6322314,0.6446281,0.6446281,0.6487603,0.6528926,0.6528926,0.6487603,0.6363636,0.6404959,0.61570245,0.62396693,0.6198347,0.61157024,0.59917355,0.58677685,0.58677685,0.59090906,0.59090906,0.59917355,0.61157024,0.61157024,0.60330576,0.58677685,0.59090906,0.62396693,0.6404959,0.6198347,0.6280992,0.61570245,0.6363636,0.62396693,0.59504133,0.59090906,0.59917355,0.58264464,0.5661157,0.53305787,0.5206612,0.5206612,0.5,0.47107437,0.45041323,0.45041323,0.4338843,0.4214876,0.4338843,0.49173555,0.5,0.5,0.5123967,0.5123967,0.5247934,0.54545456,0.55785125,0.58264464,0.58264464,0.59504133,0.60330576,0.61157024,0.61570245,0.60330576,0.59504133,0.59917355,0.59917355,0.59090906,0.6198347,0.6280992,0.6198347,0.6280992,0.6446281,0.61570245,0.61570245,0.61157024,0.61570245,0.6322314,0.60330576,0.59504133,0.59917355,0.58264464,0.58677685,0.59504133,0.59504133,0.59917355,0.61157024,0.607438,0.59090906,0.56198347,0.58677685,0.61157024,0.607438,0.59917355,0.59917355,0.60330576,0.61157024,0.60330576,0.58264464,0.59090906,0.58677685,0.58264464,0.57438016,0.5371901,0.5206612,0.5082645,0.49173555,0.47107437,0.45041323,0.44214877,0.4338843,0.41735536,0.4214876,0.49586776,0.49173555,0.49173555,0.5041322,0.5123967,0.5371901,0.5371901,0.55785125,0.58677685,0.60330576,0.59090906,0.60330576,0.607438,0.60330576,0.59504133,0.58264464,0.57438016,0.57438016,0.56198347,0.57024795,0.58677685,0.59090906,0.58677685,0.60330576,0.58677685,0.5785124,0.59090906,0.60330576,0.61157024,0.59504133,0.58264464,0.59917355,0.5785124,0.58677685,0.60330576,0.60330576,0.60330576,0.60330576,0.59504133,0.5785124,0.57024795,0.5785124,0.59090906,0.55785125,0.5661157,0.5661157,0.5661157,0.57024795,0.5661157,0.553719,0.5661157,0.57024795,0.58264464,0.57438016,0.53305787,0.5206612,0.5082645,0.49173555,0.4752066,0.44214877,0.446281,0.44214877,0.41322315,0.41735536,0.4876033,0.49586776,0.49173555,0.5123967,0.5247934,0.54545456,0.5661157,0.57438016,0.57438016,0.59917355,0.58677685,0.57438016,0.5785124,0.58677685,0.58677685,0.5661157,0.5495868,0.5495868,0.53305787,0.5371901,0.54545456,0.54545456,0.54545456,0.56198347,0.55785125,0.55785125,0.56198347,0.5785124,0.5785124,0.57438016,0.5785124,0.5785124,0.57024795,0.58677685,0.59917355,0.59504133,0.58677685,0.59504133,0.58264464,0.56198347,0.55785125,0.553719,0.553719,0.5247934,0.5206612,0.5247934,0.5123967,0.5041322,0.53305787,0.5165289,0.5206612,0.53305787,0.54545456,0.54545456,0.5289256,0.5165289,0.5247934,0.5206612,0.48347107,0.44214877,0.44214877,0.43801653,0.41322315,0.42561984,0.49586776,0.4876033,0.5,0.5165289,0.5413223,0.55785125,0.57438016,0.58264464,0.57438016,0.5661157,0.57024795,0.54545456,0.5289256,0.5371901,0.5371901,0.5123967,0.49586776,0.4752066,0.47107437,0.47933885,0.49173555,0.48347107,0.4876033,0.5041322,0.5247934,0.53305787,0.5371901,0.55785125,0.54545456,0.5247934,0.5413223,0.5495868,0.553719,0.5785124,0.5785124,0.5661157,0.5661157,0.5785124,0.5661157,0.54545456,0.54545456,0.5289256,0.5123967,0.4752066,0.45867768,0.43801653,0.43801653,0.446281,0.45867768,0.46694216,0.47107437,0.47933885,0.4876033,0.49173555,0.5082645,0.5123967,0.5247934,0.5371901,0.5041322,0.44214877,0.44214877,0.42975205,0.40495867,0.42561984,0.49173555,0.5,0.5082645,0.5041322,0.5247934,0.5371901,0.53305787,0.5495868,0.5495868,0.53305787,0.5289256,0.5041322,0.4752066,0.47933885,0.4752066,0.446281,0.4338843,0.41322315,0.41735536,0.3966942,0.4214876,0.41735536,0.42975205,0.44214877,0.4752066,0.5,0.5082645,0.5206612,0.5082645,0.48347107,0.4876033,0.5082645,0.5289256,0.5495868,0.553719,0.53305787,0.5413223,0.5413223,0.5413223,0.5247934,0.5082645,0.49173555,0.45867768,0.4214876,0.40082645,0.38016528,0.3677686,0.38429752,0.40082645,0.38842976,0.40495867,0.4338843,0.446281,0.45454547,0.46694216,0.4752066,0.5,0.5247934,0.5041322,0.45041323,0.4338843,0.44214877,0.41322315,0.41735536,0.49586776,0.5082645,0.5082645,0.5,0.5041322,0.5041322,0.5041322,0.5,0.5,0.5,0.47933885,0.45454547,0.42561984,0.41735536,0.38016528,0.38016528,0.3553719,0.34710744,0.3553719,0.3264463,0.34710744,0.35123968,0.37190083,0.39256197,0.41322315,0.43801653,0.46280992,0.47933885,0.48347107,0.4752066,0.46694216,0.49586776,0.5247934,0.5413223,0.5371901,0.5041322,0.5,0.5041322,0.5041322,0.48347107,0.46280992,0.43801653,0.4090909,0.37190083,0.35950413,0.33471075,0.3181818,0.33471075,0.3429752,0.3305785,0.34710744,0.38429752,0.40082645,0.4214876,0.44214877,0.45041323,0.47107437,0.49173555,0.49586776,0.46280992,0.44214877,0.42975205,0.41735536,0.42561984,0.5041322,0.5041322,0.5041322,0.5041322,0.47933885,0.47933885,0.49173555,0.48347107,0.46694216,0.45867768,0.446281,0.41322315,0.3966942,0.38429752,0.36363637,0.35950413,0.32231405,0.3181818,0.3264463,0.32231405,0.32231405,0.32231405,0.3264463,0.35123968,0.35950413,0.37190083,0.40495867,0.4338843,0.46280992,0.47933885,0.47933885,0.5123967,0.5413223,0.56198347,0.55785125,0.4876033,0.47107437,0.46694216,0.46694216,0.42975205,0.41735536,0.38016528,0.36363637,0.338843,0.32231405,0.3181818,0.29752067,0.32231405,0.3181818,0.3140496,0.33471075,0.35950413,0.37603307,0.3966942,0.42975205,0.4338843,0.446281,0.45454547,0.46694216,0.45867768,0.45867768,0.41735536,0.41735536,0.4338843,0.5082645,0.5,0.5082645,0.49173555,0.46280992,0.46280992,0.46694216,0.45867768,0.43801653,0.42561984,0.40495867,0.38429752,0.36363637,0.3553719,0.34710744,0.35123968,0.338843,0.3264463,0.3140496,0.3264463,0.30991736,0.30578512,0.3140496,0.3181818,0.32231405,0.338843,0.35950413,0.38842976,0.42561984,0.48347107,0.5165289,0.53305787,0.5661157,0.59917355,0.5785124,0.5247934,0.47933885,0.42975205,0.4090909,0.38016528,0.35950413,0.33471075,0.3181818,0.30165288,0.30578512,0.2892562,0.2892562,0.32231405,0.3305785,0.3305785,0.3677686,0.37603307,0.37190083,0.39256197,0.42561984,0.4214876,0.44214877,0.44214877,0.43801653,0.446281,0.44214877,0.4214876,0.42975205,0.43801653,0.49173555,0.49173555,0.49173555,0.47107437,0.45041323,0.446281,0.42975205,0.42561984,0.40495867,0.38429752,0.36363637,0.3429752,0.32231405,0.29752067,0.29752067,0.29752067,0.2644628,0.2644628,0.23966943,0.24793388,0.2520661,0.27272728,0.29338843,0.29752067,0.30578512,0.3140496,0.3264463,0.338843,0.37603307,0.45867768,0.5413223,0.5661157,0.58677685,0.6280992,0.6198347,0.5661157,0.4876033,0.41735536,0.37190083,0.338843,0.32231405,0.3140496,0.29338843,0.2768595,0.26859504,0.25619835,0.2603306,0.2768595,0.30165288,0.3181818,0.33471075,0.35950413,0.3677686,0.37603307,0.4214876,0.42561984,0.41735536,0.43801653,0.42561984,0.4214876,0.43801653,0.41735536,0.4338843,0.446281,0.49173555,0.49173555,0.46694216,0.446281,0.4214876,0.4090909,0.38842976,0.38429752,0.35950413,0.32231405,0.2892562,0.28512397,0.28512397,0.2520661,0.2768595,0.2644628,0.2603306,0.2520661,0.23966943,0.25619835,0.2603306,0.24793388,0.2520661,0.2768595,0.29752067,0.30165288,0.30578512,0.30578512,0.34710744,0.44214877,0.54545456,0.59504133,0.62396693,0.6528926,0.6570248,0.6198347,0.53305787,0.42975205,0.35950413,0.32231405,0.30578512,0.30165288,0.27272728,0.24380165,0.23140496,0.23140496,0.23140496,0.2603306,0.27272728,0.29338843,0.29752067,0.30578512,0.30991736,0.3140496,0.37190083,0.39256197,0.40495867,0.40082645,0.4214876,0.3966942,0.42975205,0.4338843,0.42975205,0.45041323,0.49586776,0.49586776,0.47107437,0.446281,0.3966942,0.37190083,0.35950413,0.3429752,0.2892562,0.25619835,0.26859504,0.29338843,0.2892562,0.24793388,0.20247933,0.1983471,0.18181819,0.18181819,0.18595041,0.25619835,0.2892562,0.2644628,0.25619835,0.26859504,0.28099173,0.2892562,0.28512397,0.2892562,0.3181818,0.42975205,0.5495868,0.61570245,0.677686,0.69008267,0.6859504,0.6446281,0.58264464,0.446281,0.35123968,0.3264463,0.3140496,0.28512397,0.25619835,0.23966943,0.25619835,0.24793388,0.21487603,0.2107438,0.19421488,0.23966943,0.24380165,0.2768595,0.3264463,0.3305785,0.29752067,0.30578512,0.37190083,0.38016528,0.40082645,0.40082645,0.42975205,0.446281,0.43801653,0.446281,0.5041322,0.5,0.47933885,0.4338843,0.38429752,0.36363637,0.33471075,0.30578512,0.2644628,0.2768595,0.2892562,0.29752067,0.30165288,0.2107438,0.16528925,0.16528925,0.14049587,0.16115703,0.17768595,0.28512397,0.34710744,0.28512397,0.2520661,0.26859504,0.2892562,0.30165288,0.28512397,0.2768595,0.30578512,0.42561984,0.5495868,0.61157024,0.677686,0.7107438,0.6983471,0.677686,0.6322314,0.47933885,0.3553719,0.3429752,0.3553719,0.30578512,0.24380165,0.25619835,0.29752067,0.24380165,0.18595041,0.17355372,0.14049587,0.18595041,0.1694215,0.2768595,0.30578512,0.28099173,0.3181818,0.30991736,0.28512397,0.37190083,0.40082645,0.41322315,0.4338843,0.45041323,0.44214877,0.446281,0.5123967,0.5165289,0.49173555,0.46280992,0.42561984,0.3553719,0.32231405,0.3140496,0.30578512,0.28512397,0.24793388,0.2520661,0.32231405,0.26859504,0.20247933,0.19421488,0.16528925,0.17355372,0.22727273,0.36363637,0.3966942,0.30991736,0.24793388,0.22727273,0.29338843,0.3140496,0.32231405,0.2892562,0.33471075,0.42975205,0.5413223,0.60330576,0.6818182,0.73140496,0.7355372,0.6983471,0.6735537,0.54545456,0.3966942,0.38842976,0.3966942,0.3181818,0.2520661,0.27272728,0.3429752,0.2892562,0.20247933,0.16115703,0.11570248,0.16115703,0.16115703,0.29752067,0.38842976,0.29338843,0.23140496,0.30165288,0.29752067,0.3429752,0.40082645,0.4214876,0.44214877,0.44214877,0.44214877,0.45041323,0.5123967,0.53305787,0.53305787,0.5165289,0.46280992,0.4090909,0.38429752,0.38016528,0.3429752,0.3140496,0.2892562,0.29752067,0.3429752,0.3553719,0.30165288,0.28099173,0.2768595,0.2892562,0.3429752,0.42561984,0.39256197,0.30578512,0.26859504,0.28099173,0.30578512,0.33471075,0.36363637,0.338843,0.4090909,0.47107437,0.53305787,0.61570245,0.69008267,0.73140496,0.75206614,0.71900827,0.70247936,0.6363636,0.46280992,0.40082645,0.41735536,0.3553719,0.2892562,0.28099173,0.3429752,0.33471075,0.25619835,0.21900827,0.18181819,0.2107438,0.23140496,0.338843,0.39256197,0.32231405,0.2768595,0.28512397,0.3264463,0.3553719,0.40082645,0.4338843,0.45041323,0.45041323,0.446281,0.45454547,0.5206612,0.553719,0.5785124,0.56198347,0.5371901,0.5123967,0.5123967,0.49173555,0.47107437,0.41322315,0.36363637,0.40082645,0.4090909,0.4338843,0.43801653,0.41322315,0.4090909,0.41735536,0.44214877,0.45041323,0.4090909,0.35950413,0.34710744,0.35950413,0.38842976,0.37603307,0.38842976,0.41322315,0.48347107,0.5082645,0.5371901,0.59917355,0.6942149,0.7355372,0.73140496,0.7066116,0.6859504,0.661157,0.54545456,0.42561984,0.4214876,0.4214876,0.37190083,0.3305785,0.3429752,0.37603307,0.3429752,0.3181818,0.2892562,0.30165288,0.3553719,0.37603307,0.37190083,0.37190083,0.3677686,0.3677686,0.3677686,0.37603307,0.41322315,0.45041323,0.46280992,0.46694216,0.45454547,0.45041323,0.53305787,0.57024795,0.59090906,0.59504133,0.59504133,0.60330576,0.6198347,0.607438,0.60330576,0.5495868,0.47933885,0.46694216,0.47107437,0.4752066,0.49173555,0.5041322,0.5082645,0.5,0.49173555,0.46694216,0.446281,0.43801653,0.43801653,0.4214876,0.42561984,0.4338843,0.45041323,0.5041322,0.54545456,0.53305787,0.5289256,0.5785124,0.6694215,0.7231405,0.71487606,0.6942149,0.6818182,0.661157,0.56198347,0.42561984,0.43801653,0.446281,0.4090909,0.37603307,0.37603307,0.40495867,0.3966942,0.40495867,0.3966942,0.3966942,0.4214876,0.4090909,0.4090909,0.40082645,0.41735536,0.44214877,0.4338843,0.4214876,0.44214877,0.47107437,0.48347107,0.4752066,0.45041323,0.43801653,0.5206612,0.57024795,0.59917355,0.6198347,0.6363636,0.6198347,0.61570245,0.61157024,0.57438016,0.58677685,0.55785125,0.54545456,0.5371901,0.5289256,0.5247934,0.53305787,0.5289256,0.5247934,0.5165289,0.5123967,0.5123967,0.49586776,0.48347107,0.49173555,0.5165289,0.5371901,0.553719,0.58264464,0.5785124,0.54545456,0.53305787,0.55785125,0.6404959,0.71900827,0.7355372,0.7107438,0.7107438,0.6694215,0.54545456,0.4338843,0.46694216,0.48347107,0.45041323,0.4090909,0.40495867,0.41735536,0.44214877,0.4214876,0.43801653,0.42975205,0.4338843,0.42975205,0.44214877,0.446281,0.44214877,0.46694216,0.4752066,0.46694216,0.47107437,0.4876033,0.5041322,0.48347107,0.45041323,0.42975205,0.5041322,0.56198347,0.59504133,0.62396693,0.6446281,0.6322314,0.6280992,0.607438,0.59504133,0.57438016,0.5495868,0.553719,0.5495868,0.5413223,0.5371901,0.54545456,0.5413223,0.5371901,0.5413223,0.5413223,0.5413223,0.5495868,0.58264464,0.58264464,0.6198347,0.59917355,0.61570245,0.607438,0.57438016,0.553719,0.53305787,0.54545456,0.61570245,0.6983471,0.73966944,0.7231405,0.70247936,0.6652893,0.5413223,0.42975205,0.47933885,0.53305787,0.5289256,0.5,0.47107437,0.446281,0.46694216,0.446281,0.45867768,0.45867768,0.45454547,0.45454547,0.45454547,0.45454547,0.47107437,0.47933885,0.49586776,0.5,0.5041322,0.5123967,0.5206612,0.48347107,0.45041323,0.4338843,0.49586776,0.55785125,0.57438016,0.61570245,0.6363636,0.6446281,0.6528926,0.6528926,0.6570248,0.6404959,0.60330576,0.59090906,0.58264464,0.57024795,0.57024795,0.57024795,0.57438016,0.55785125,0.59090906,0.607438,0.61157024,0.661157,0.6694215,0.6694215,0.6404959,0.6280992,0.61157024,0.59504133,0.56198347,0.5413223,0.5371901,0.553719,0.607438,0.677686,0.7231405,0.73140496,0.7066116,0.6528926,0.5371901,0.4214876,0.4752066,0.5289256,0.54545456,0.58264464,0.57024795,0.5247934,0.5,0.47107437,0.46694216,0.45454547,0.45454547,0.45867768,0.47107437,0.48347107,0.5082645,0.5165289,0.5082645,0.5289256,0.5289256,0.5247934,0.5289256,0.5,0.44214877,0.42975205,0.49173555,0.5371901,0.5661157,0.59090906,0.61570245,0.6446281,0.661157,0.661157,0.6652893,0.677686,0.6652893,0.6487603,0.6487603,0.6528926,0.6570248,0.6652893,0.6735537,0.661157,0.6859504,0.6983471,0.7066116,0.70247936,0.69008267,0.661157,0.6363636,0.6198347,0.59504133,0.58264464,0.553719,0.5413223,0.5495868,0.57024795,0.59917355,0.6528926,0.6983471,0.71487606,0.70247936,0.6528926,0.54545456,0.44214877,0.46694216,0.49586776,0.553719,0.61570245,0.6280992,0.6322314,0.61157024,0.57438016,0.5413223,0.5247934,0.5123967,0.5123967,0.5206612,0.53305787,0.54545456,0.56198347,0.55785125,0.56198347,0.5413223,0.5247934,0.5289256,0.5082645,0.45454547,0.4090909,0.47933885,0.5247934,0.553719,0.5661157,0.59504133,0.6198347,0.6487603,0.661157,0.661157,0.677686,0.6983471,0.69008267,0.6859504,0.70247936,0.70247936,0.71487606,0.7231405,0.71487606,0.71900827,0.7355372,0.71900827,0.70247936,0.6859504,0.6570248,0.6487603,0.61570245,0.59917355,0.57024795,0.56198347,0.56198347,0.57024795,0.58677685,0.61157024,0.6487603,0.6859504,0.70247936,0.6942149,0.6735537,0.57438016,0.48347107,0.45454547,0.49173555,0.55785125,0.62396693,0.6446281,0.6652893,0.6735537,0.6570248,0.6280992,0.6198347,0.607438,0.59504133,0.58677685,0.58677685,0.60330576,0.59917355,0.59917355,0.59504133,0.55785125,0.5371901,0.53305787,0.5123967,0.45454547,0.3966942,0.46694216,0.5123967,0.5413223,0.553719,0.5785124,0.59917355,0.6198347,0.6446281,0.6528926,0.6570248,0.677686,0.6859504,0.6818182,0.70247936,0.7066116,0.7107438,0.71900827,0.72727275,0.71487606,0.73140496,0.71900827,0.70247936,0.69008267,0.6694215,0.6446281,0.61570245,0.59090906,0.57024795,0.5661157,0.57438016,0.58677685,0.61157024,0.6404959,0.661157,0.6983471,0.7066116,0.70247936,0.6735537,0.61157024,0.553719,0.47107437,0.4876033,0.5661157,0.6363636,0.6652893,0.6735537,0.677686,0.6735537,0.6652893,0.6694215,0.661157,0.6528926,0.6404959,0.6198347,0.62396693,0.607438,0.61157024,0.60330576,0.57024795,0.553719,0.5247934,0.5123967,0.44214877,0.40082645,0.45867768,0.5041322,0.5289256,0.553719,0.5661157,0.5785124,0.59917355,0.6280992,0.6446281,0.6446281,0.6652893,0.6818182,0.6818182,0.6942149,0.7066116,0.70247936,0.71900827,0.71900827,0.71487606,0.71900827,0.71487606,0.70247936,0.69008267,0.6652893,0.6322314,0.607438,0.59504133,0.57438016,0.56198347,0.59090906,0.607438,0.6280992,0.6570248,0.6859504,0.71487606,0.71487606,0.7066116,0.69008267,0.6570248,0.607438,0.5165289,0.48347107,0.553719,0.62396693,0.6652893,0.6735537,0.6735537,0.6735537,0.677686,0.677686,0.677686,0.6694215,0.661157,0.6487603,0.6446281,0.61570245,0.62396693,0.607438,0.5785124,0.5661157,0.54545456,0.5,0.45041323,0.4214876,0.45867768,0.5,0.5206612,0.5413223,0.5661157,0.5785124,0.59917355,0.6198347,0.6404959,0.6528926,0.677686,0.6942149,0.69008267,0.70247936,0.71900827,0.6983471,0.70247936,0.6983471,0.7066116,0.7107438,0.6983471,0.6735537,0.6446281,0.61157024,0.58677685,0.5785124,0.58264464,0.56198347,0.55785125,0.58264464,0.61570245,0.6404959,0.6735537,0.7231405,0.7355372,0.72727275,0.7066116,0.70247936,0.6818182,0.61570245,0.553719,0.5041322,0.49586776,0.56198347,0.62396693,0.6570248,0.6735537,0.6735537,0.6735537,0.6735537,0.677686,0.6694215,0.6694215,0.661157,0.6570248,0.6280992,0.6198347,0.61570245,0.59090906,0.56198347,0.5413223,0.48347107,0.446281,0.4338843,0.44214877,0.48347107,0.5165289,0.5371901,0.55785125,0.5785124,0.60330576,0.61570245,0.6446281,0.6487603,0.6735537,0.69008267,0.6942149,0.70247936,0.70247936,0.69008267,0.6859504,0.6818182,0.6735537,0.6735537,0.6446281,0.59090906,0.553719,0.5371901,0.5413223,0.57438016,0.60330576,0.5785124,0.55785125,0.57024795,0.59504133,0.6322314,0.6859504,0.73140496,0.73966944,0.71487606,0.7066116,0.7066116,0.6818182,0.6198347,0.5495868,0.5123967,0.49586776,0.49586776,0.54545456,0.59917355,0.6404959,0.6570248,0.661157,0.6694215,0.6652893,0.6570248,0.661157,0.6487603,0.6528926,0.6280992,0.607438,0.62396693,0.59504133,0.553719,0.53305787,0.48347107,0.446281,0.42561984,0.4214876,0.46280992,0.5041322,0.5289256,0.553719,0.57024795,0.59090906,0.61157024,0.6363636,0.6404959,0.6570248,0.661157,0.6735537,0.6694215,0.6652893,0.661157,0.6528926,0.6404959,0.62396693,0.60330576,0.5495868,0.49586776,0.4752066,0.5,0.5495868,0.59090906,0.61157024,0.58677685,0.553719,0.56198347,0.56198347,0.60330576,0.6487603,0.71487606,0.71487606,0.69008267,0.6942149,0.6983471,0.6818182,0.607438,0.5371901,0.5082645,0.5206612,0.4876033,0.49586776,0.5413223,0.57438016,0.61157024,0.6363636,0.6322314,0.6487603,0.6322314,0.6446281,0.6363636,0.6280992,0.6280992,0.60330576,0.607438,0.58264464,0.553719,0.5206612,0.4752066,0.42975205,0.42561984,0.4090909,0.45041323,0.49586776,0.5165289,0.5371901,0.55785125,0.5785124,0.58677685,0.60330576,0.62396693,0.6363636,0.6280992,0.6322314,0.6404959,0.6280992,0.6198347,0.59917355,0.58264464,0.5495868,0.5,0.446281,0.4214876,0.4338843,0.4876033,0.553719,0.59090906,0.60330576,0.58264464,0.5495868,0.5413223,0.5495868,0.55785125,0.60330576,0.6570248,0.6735537,0.6570248,0.6570248,0.6694215,0.661157,0.59917355,0.5247934,0.48347107,0.5123967,0.5165289,0.4752066,0.4752066,0.5165289,0.553719,0.5785124,0.59090906,0.607438,0.60330576,0.6198347,0.607438,0.61570245,0.59917355,0.59090906,0.59504133,0.56198347,0.53305787,0.5082645,0.45867768,0.4214876,0.41322315,0.4090909,0.43801653,0.47933885,0.49586776,0.5165289,0.53305787,0.5495868,0.55785125,0.57024795,0.59917355,0.59504133,0.59090906,0.59504133,0.607438,0.59504133,0.57438016,0.5371901,0.5206612,0.46694216,0.40082645,0.37190083,0.39256197,0.41322315,0.46694216,0.5289256,0.55785125,0.57438016,0.56198347,0.5206612,0.49586776,0.4876033,0.5,0.5413223,0.57438016,0.62396693,0.62396693,0.6198347,0.61157024,0.59504133,0.5413223,0.48347107,0.45041323,0.47933885,0.5206612,0.45454547,0.4338843,0.45454547,0.5082645,0.5206612,0.54545456,0.57438016,0.5785124,0.58677685,0.58264464,0.58264464,0.57024795,0.57438016,0.5661157,0.5289256,0.5041322,0.48347107,0.45454547,0.40495867,0.38842976,0.42975205,0.4214876,0.45041323,0.4752066,0.49173555,0.5082645,0.5289256,0.5289256,0.5413223,0.55785125,0.56198347,0.56198347,0.5661157,0.56198347,0.5495868,0.5371901,0.5,0.446281,0.39256197,0.3553719,0.38016528,0.44214877,0.47933885,0.47107437,0.4752066,0.48347107,0.49173555,0.47933885,0.44214877,0.4090909,0.38016528,0.40495867,0.4338843,0.47107437,0.5289256,0.55785125,0.5495868,0.5289256,0.5123967,0.47107437,0.42561984,0.41735536,0.44214877,0.48347107,0.4338843,0.4214876,0.45454547,0.45041323,0.48347107,0.5041322,0.5413223,0.56198347,0.55785125,0.55785125,0.54545456,0.5371901,0.54545456,0.53305787,0.5082645,0.47933885,0.45867768,0.446281,0.37603307,0.3181818,0.44214877,0.4338843,0.43801653,0.446281,0.44214877,0.4876033,0.5041322,0.5247934,0.5123967,0.5165289,0.5247934,0.5247934,0.53305787,0.5247934,0.5123967,0.4876033,0.45041323,0.3966942,0.35950413,0.35950413,0.43801653,0.5082645,0.53305787,0.5165289,0.42975205,0.38842976,0.36363637,0.33471075,0.30165288,0.29752067,0.29338843,0.30165288,0.34710744,0.38016528,0.42975205,0.47107437,0.47933885,0.46280992,0.4338843,0.38429752,0.35123968,0.35950413,0.38429752,0.4214876,0.42975205,0.43801653,0.46694216,0.44214877,0.42561984,0.46280992,0.49173555,0.5041322,0.5247934,0.5206612,0.5206612,0.5,0.5082645,0.5,0.48347107,0.45867768,0.45454547,0.45454547,0.3264463,0.21487603,0.44214877,0.43801653,0.42561984,0.42561984,0.42561984,0.46280992,0.47107437,0.5,0.48347107,0.48347107,0.49586776,0.5,0.49173555,0.49173555,0.45454547,0.4214876,0.3966942,0.3553719,0.3677686,0.42561984,0.5123967,0.5413223,0.5413223,0.57024795,0.45041323,0.3264463,0.25619835,0.21900827,0.21487603,0.22727273,0.2107438,0.22727273,0.2768595,0.338843,0.3677686,0.38842976,0.4090909,0.4090909,0.36363637,0.2892562,0.2520661,0.28512397,0.33471075,0.39256197,0.41735536,0.45867768,0.5,0.47933885,0.4090909,0.4090909,0.4338843,0.46280992,0.4876033,0.49173555,0.4876033,0.47107437,0.47107437,0.46280992,0.45454547,0.45041323,0.45041323,0.46280992,0.30165288,0.20247933,0.44214877,0.42975205,0.41735536,0.42561984,0.40082645,0.43801653,0.45041323,0.45867768,0.46280992,0.47107437,0.47107437,0.48347107,0.46280992,0.446281,0.40495867,0.38016528,0.35950413,0.3553719,0.4338843,0.5165289,0.553719,0.5661157,0.56198347,0.58264464,0.5206612,0.35950413,0.25619835,0.23553719,0.23553719,0.2603306,0.2603306,0.2520661,0.2520661,0.30578512,0.35123968,0.34710744,0.37603307,0.3677686,0.30991736,0.24793388,0.23553719,0.29752067,0.37190083,0.41322315,0.41322315,0.446281,0.5123967,0.5123967,0.46694216,0.38016528,0.3677686,0.40082645,0.45041323,0.45454547,0.45867768,0.45867768,0.45454547,0.43801653,0.43801653,0.44214877,0.446281,0.45454547,0.29338843,0.20661157,0.43801653,0.44214877,0.44214877,0.4090909,0.39256197,0.40495867,0.41735536,0.42975205,0.43801653,0.46694216,0.46280992,0.45867768,0.4338843,0.39256197,0.3553719,0.338843,0.35950413,0.4214876,0.5123967,0.56198347,0.58264464,0.57024795,0.5661157,0.5785124,0.553719,0.45867768,0.34710744,0.29338843,0.28512397,0.28512397,0.29338843,0.2892562,0.2892562,0.30578512,0.3264463,0.3305785,0.35123968,0.34710744,0.338843,0.3181818,0.3181818,0.37190083,0.41735536,0.43801653,0.4338843,0.43801653,0.49173555,0.5413223,0.5247934,0.47107437,0.37190083,0.3264463,0.38842976,0.41735536,0.44214877,0.45454547,0.45041323,0.42975205,0.42975205,0.4338843,0.446281,0.45867768,0.25619835,0.19421488,0.42975205,0.42975205,0.45041323,0.42561984,0.4090909,0.38016528,0.39256197,0.40082645,0.446281,0.46694216,0.46280992,0.4338843,0.38842976,0.3264463,0.3264463,0.38016528,0.45041323,0.53305787,0.58264464,0.57024795,0.5661157,0.553719,0.553719,0.53305787,0.5289256,0.5,0.45041323,0.38016528,0.338843,0.3264463,0.3181818,0.30165288,0.30578512,0.30578512,0.29338843,0.3181818,0.3305785,0.33471075,0.35950413,0.37603307,0.38016528,0.41735536,0.4214876,0.43801653,0.44214877,0.45041323,0.47107437,0.5206612,0.5371901,0.5247934,0.46694216,0.33471075,0.30165288,0.3677686,0.41735536,0.45454547,0.45454547,0.4338843,0.42561984,0.42561984,0.45454547,0.45041323,0.24793388,0.17355372,0.44214877,0.4214876,0.43801653,0.42975205,0.42975205,0.4090909,0.38429752,0.41322315,0.45867768,0.4752066,0.46280992,0.3966942,0.3264463,0.30991736,0.38429752,0.46694216,0.5247934,0.55785125,0.58264464,0.5661157,0.5371901,0.5247934,0.5247934,0.5,0.49173555,0.49586776,0.5,0.446281,0.40082645,0.37190083,0.34710744,0.32231405,0.32231405,0.30578512,0.3140496,0.32231405,0.33471075,0.3429752,0.37603307,0.39256197,0.38429752,0.40495867,0.41322315,0.42561984,0.42975205,0.446281,0.45454547,0.49173555,0.5041322,0.5,0.4876033,0.42975205,0.30165288,0.28512397,0.38429752,0.44214877,0.45041323,0.44214877,0.42975205,0.43801653,0.45867768,0.44214877,0.2231405,0.19008264,0.42561984,0.43801653,0.42561984,0.4338843,0.43801653,0.4338843,0.40495867,0.41735536,0.46694216,0.4752066,0.43801653,0.35123968,0.30578512,0.36363637,0.45867768,0.5,0.5247934,0.5082645,0.5082645,0.49586776,0.5,0.47107437,0.47107437,0.4752066,0.47107437,0.4752066,0.48347107,0.45867768,0.43801653,0.4214876,0.39256197,0.36363637,0.34710744,0.3264463,0.3429752,0.35123968,0.3553719,0.36363637,0.37603307,0.3966942,0.3966942,0.3966942,0.40495867,0.4214876,0.4214876,0.4338843,0.43801653,0.45454547,0.46280992,0.45041323,0.43801653,0.45041323,0.38429752,0.2768595,0.338843,0.42975205,0.46280992,0.44214877,0.4338843,0.43801653,0.46280992,0.41735536,0.18181819,0.1983471,0.38429752,0.4338843,0.41735536,0.4338843,0.44214877,0.44214877,0.4214876,0.4214876,0.43801653,0.45867768,0.42561984,0.3429752,0.34710744,0.41735536,0.47107437,0.4752066,0.45454547,0.41322315,0.4090909,0.3966942,0.41735536,0.42975205,0.45867768,0.44214877,0.47107437,0.47933885,0.48347107,0.48347107,0.48347107,0.49173555,0.46694216,0.44214877,0.40495867,0.37603307,0.38016528,0.37190083,0.38429752,0.39256197,0.40495867,0.4090909,0.41322315,0.4090909,0.41322315,0.41322315,0.4338843,0.42561984,0.41322315,0.40082645,0.38842976,0.3966942,0.4090909,0.41735536,0.41322315,0.2892562,0.338843,0.42561984,0.45041323,0.44214877,0.446281,0.4338843,0.47107437,0.37190083,0.16528925,0.1983471,0.338843,0.4090909,0.4214876,0.4338843,0.4338843,0.446281,0.43801653,0.4214876,0.4214876,0.44214877,0.44214877,0.38842976,0.40495867,0.45041323,0.45041323,0.41735536,0.37603307,0.3140496,0.30578512,0.3181818,0.33471075,0.40495867,0.446281,0.47107437,0.49173555,0.49586776,0.5,0.5165289,0.5289256,0.55785125,0.54545456,0.53305787,0.5,0.43801653,0.43801653,0.42561984,0.40495867,0.42561984,0.41735536,0.4214876,0.43801653,0.4338843,0.4338843,0.4214876,0.42975205,0.41322315,0.36363637,0.3181818,0.3140496,0.3429752,0.36363637,0.38842976,0.38842976,0.3264463,0.40495867,0.4338843,0.4338843,0.446281,0.4338843,0.4338843,0.45867768,0.30991736,0.17355372,0.20661157,0.33471075,0.38842976,0.4090909,0.42561984,0.44214877,0.446281,0.446281,0.42975205,0.4090909,0.4214876,0.46280992,0.45867768,0.45867768,0.4752066,0.446281,0.4090909,0.35950413,0.29752067,0.28099173,0.2603306,0.26859504,0.32231405,0.35123968,0.38016528,0.40082645,0.38842976,0.37603307,0.38429752,0.40495867,0.42975205,0.45867768,0.48347107,0.48347107,0.45867768,0.446281,0.4214876,0.3966942,0.38429752,0.38429752,0.39256197,0.41735536,0.41322315,0.41735536,0.41735536,0.3966942,0.3553719,0.30991736,0.3264463,0.35950413,0.37603307,0.37603307,0.38429752,0.37190083,0.3677686,0.45041323,0.45454547,0.42975205,0.45867768,0.44214877,0.45454547,0.4214876,0.25619835,0.18595041,0.1983471,0.34710744,0.38842976,0.38429752,0.41735536,0.4338843,0.43801653,0.446281,0.43801653,0.41322315,0.4090909,0.45867768,0.5082645,0.5206612,0.5,0.49173555,0.46280992,0.446281,0.42561984,0.41322315,0.40082645,0.35123968,0.30578512,0.2603306,0.2603306,0.2603306,0.26859504,0.2603306,0.27272728,0.29338843,0.2892562,0.30991736,0.3264463,0.3264463,0.35123968,0.33471075,0.32231405,0.29338843,0.28512397,0.27272728,0.30165288,0.29752067,0.28512397,0.3140496,0.3264463,0.32231405,0.3305785,0.35950413,0.41322315,0.4338843,0.4214876,0.41735536,0.4090909,0.38842976,0.42561984,0.46694216,0.45041323,0.42561984,0.45454547,0.43801653,0.45041323,0.37603307,0.21900827,0.19008264,0.20661157,0.3553719,0.42975205,0.37603307,0.38842976,0.4090909,0.42975205,0.43801653,0.446281,0.42975205,0.38842976,0.4214876,0.4876033,0.5371901,0.5247934,0.5165289,0.5123967,0.5289256,0.5413223,0.54545456,0.553719,0.5413223,0.4876033,0.40495867,0.35950413,0.338843,0.338843,0.33471075,0.338843,0.36363637,0.34710744,0.3305785,0.3181818,0.28512397,0.2644628,0.2644628,0.2603306,0.2603306,0.2603306,0.26859504,0.28512397,0.28099173,0.3140496,0.3553719,0.35950413,0.3677686,0.40082645,0.44214877,0.45454547,0.446281,0.42975205,0.42975205,0.4214876,0.4214876,0.4752066,0.46280992,0.44214877,0.42561984,0.4338843,0.45041323,0.4338843,0.28099173,0.17355372,0.1983471,0.20661157,0.3553719,0.45867768,0.40495867,0.36363637,0.38429752,0.41322315,0.42561984,0.43801653,0.43801653,0.40082645,0.38842976,0.45041323,0.5,0.5289256,0.5041322,0.5289256,0.553719,0.57438016,0.57438016,0.57438016,0.57024795,0.553719,0.5206612,0.48347107,0.45454547,0.446281,0.47107437,0.5041322,0.5371901,0.5371901,0.48347107,0.46280992,0.4214876,0.35950413,0.35950413,0.35950413,0.3677686,0.3429752,0.3553719,0.37603307,0.36363637,0.37190083,0.37603307,0.38016528,0.41735536,0.45454547,0.46280992,0.45454547,0.45041323,0.43801653,0.42975205,0.42975205,0.446281,0.4752066,0.44214877,0.42975205,0.44214877,0.42975205,0.45041323,0.37190083,0.21487603,0.18181819,0.20247933,0.20661157,0.3429752,0.4752066,0.45454547,0.3677686,0.36363637,0.38016528,0.41322315,0.41735536,0.45041323,0.40495867,0.37603307,0.4090909,0.4338843,0.49586776,0.5165289,0.5247934,0.5495868,0.57024795,0.5661157,0.57024795,0.54545456,0.5371901,0.5247934,0.5,0.46694216,0.43801653,0.4338843,0.44214877,0.45867768,0.5041322,0.49586776,0.5,0.48347107,0.45454547,0.45454547,0.45454547,0.446281,0.42561984,0.41322315,0.3966942,0.37190083,0.3677686,0.37603307,0.40495867,0.44214877,0.45454547,0.45867768,0.45867768,0.45454547,0.45867768,0.43801653,0.4338843,0.45454547,0.446281,0.44214877,0.44214877,0.43801653,0.44214877,0.42561984,0.29752067,0.16528925,0.20661157,0.2107438,0.20661157,0.338843,0.46280992,0.5041322,0.4090909,0.3553719,0.3677686,0.3966942,0.40495867,0.42975205,0.4214876,0.37190083,0.38016528,0.40495867,0.46694216,0.5,0.5165289,0.5289256,0.54545456,0.553719,0.5495868,0.53305787,0.5289256,0.5165289,0.49173555,0.46694216,0.44214877,0.43801653,0.4214876,0.41735536,0.42975205,0.42975205,0.45041323,0.446281,0.44214877,0.446281,0.44214877,0.42975205,0.41735536,0.3966942,0.37603307,0.3677686,0.38016528,0.4090909,0.4338843,0.45041323,0.45041323,0.45454547,0.46280992,0.45041323,0.45867768,0.44214877,0.44214877,0.43801653,0.42975205,0.44214877,0.44214877,0.43801653,0.4338843,0.34710744,0.21487603,0.18181819,0.20247933,0.20247933,0.2107438,0.338843,0.47107437,0.5206612,0.4752066,0.38016528,0.3553719,0.37603307,0.38842976,0.4090909,0.42975205,0.3966942,0.37603307,0.39256197,0.43801653,0.45867768,0.4876033,0.5041322,0.5289256,0.5371901,0.5289256,0.5289256,0.5206612,0.5082645,0.4876033,0.45867768,0.42975205,0.41322315,0.4090909,0.41322315,0.4090909,0.37603307,0.40495867,0.39256197,0.3966942,0.3966942,0.3966942,0.3966942,0.39256197,0.38429752,0.38016528,0.38842976,0.40082645,0.4214876,0.43801653,0.43801653,0.45454547,0.45454547,0.46280992,0.45041323,0.4338843,0.44214877,0.44214877,0.4338843,0.42975205,0.43801653,0.4338843,0.42975205,0.37190083,0.2520661,0.19008264,0.1983471,0.2107438,0.20247933,0.20661157,0.30578512,0.46694216,0.5206612,0.5082645,0.4338843,0.3429752,0.36363637,0.37603307,0.38842976,0.42975205,0.42561984,0.40495867,0.38429752,0.40495867,0.43801653,0.45454547,0.48347107,0.5123967,0.5247934,0.5165289,0.5206612,0.5206612,0.5123967,0.48347107,0.45867768,0.44214877,0.40495867,0.38842976,0.38016528,0.35950413,0.35123968,0.34710744,0.34710744,0.34710744,0.35123968,0.34710744,0.35950413,0.36363637,0.3677686,0.38016528,0.38842976,0.40082645,0.4214876,0.43801653,0.446281,0.47107437,0.45454547,0.45454547,0.45041323,0.42975205,0.4338843,0.4338843,0.44214877,0.4338843,0.4338843,0.446281,0.39256197,0.2768595,0.18595041,0.19008264,0.21900827,0.21900827,0.19421488,0.1983471,0.1983471,0.46694216,0.5165289,0.5123967,0.48347107,0.37190083,0.3429752,0.3553719,0.37190083,0.41322315,0.41735536,0.4214876,0.40082645,0.3966942,0.41735536,0.4338843,0.46694216,0.49173555,0.5165289,0.5041322,0.5206612,0.5289256,0.5165289,0.49173555,0.46280992,0.45867768,0.41322315,0.40082645,0.38842976,0.3553719,0.32231405,0.3429752,0.3264463,0.33471075,0.33471075,0.32231405,0.33471075,0.34710744,0.36363637,0.38429752,0.38842976,0.4090909,0.42975205,0.446281,0.446281,0.4752066,0.44214877,0.45867768,0.446281,0.4338843,0.4214876,0.4338843,0.42975205,0.4214876,0.44214877,0.41735536,0.30991736,0.20661157,0.18595041,0.20247933,0.20661157,0.1983471,0.2107438,0.1983471,0.14049587,0.45867768,0.5123967,0.5165289,0.5123967,0.4338843,0.33471075,0.3305785,0.3553719,0.37603307,0.40082645,0.41735536,0.41735536,0.4090909,0.42561984,0.44214877,0.46280992,0.47933885,0.5041322,0.5,0.5247934,0.5413223,0.5247934,0.5041322,0.4876033,0.4752066,0.446281,0.43801653,0.4090909,0.38842976,0.3677686,0.3553719,0.35123968,0.3305785,0.3264463,0.33471075,0.338843,0.34710744,0.3677686,0.38429752,0.39256197,0.41322315,0.44214877,0.44214877,0.45867768,0.45867768,0.43801653,0.45041323,0.4338843,0.43801653,0.42561984,0.42975205,0.42561984,0.4214876,0.43801653,0.38429752,0.23966943,0.19421488,0.20247933,0.20661157,0.20661157,0.20247933,0.20661157,0.20247933,0.08264463,0.45454547,0.5123967,0.5165289,0.5123967,0.46280992,0.35950413,0.30991736,0.33471075,0.3553719,0.37190083,0.39256197,0.42561984,0.40495867,0.40495867,0.42975205,0.45867768,0.47107437,0.49586776,0.5082645,0.5165289,0.5413223,0.5413223,0.5371901,0.5082645,0.49173555,0.4752066,0.446281,0.4338843,0.4090909,0.39256197,0.37190083,0.3677686,0.3553719,0.35123968,0.3553719,0.36363637,0.35950413,0.37190083,0.39256197,0.40082645,0.4214876,0.446281,0.45867768,0.45867768,0.45454547,0.45041323,0.44214877,0.4338843,0.446281,0.44214877,0.42561984,0.4214876,0.42561984,0.44214877,0.3553719,0.23966943,0.2231405,0.20661157,0.2107438,0.20247933,0.20661157,0.20247933,0.1983471,0.08677686,0.45867768,0.47933885,0.5289256,0.5165289,0.47933885,0.4090909,0.3305785,0.29752067,0.338843,0.35123968,0.37190083,0.4090909,0.40495867,0.41735536,0.42975205,0.446281,0.47107437,0.4876033,0.5041322,0.5206612,0.54545456,0.55785125,0.5495868,0.54545456,0.5247934,0.5082645,0.4876033,0.48347107,0.46280992,0.45454547,0.4338843,0.42561984,0.4214876,0.4214876,0.41735536,0.42975205,0.4214876,0.42561984,0.43801653,0.44214877,0.446281,0.45454547,0.46280992,0.45454547,0.43801653,0.45867768,0.43801653,0.4214876,0.42975205,0.4338843,0.41735536,0.41735536,0.44214877,0.45867768,0.30165288,0.28099173,0.338843,0.26859504,0.2231405,0.20661157,0.20247933,0.21487603,0.20661157,0.11983471,0.45041323,0.4752066,0.5,0.5123967,0.4752066,0.43801653,0.3677686,0.29752067,0.30165288,0.3264463,0.35123968,0.38842976,0.39256197,0.40495867,0.42561984,0.45041323,0.45867768,0.45454547,0.49586776,0.5082645,0.53305787,0.54545456,0.5495868,0.56198347,0.57438016,0.57024795,0.57024795,0.57438016,0.57024795,0.55785125,0.5413223,0.5413223,0.53305787,0.5247934,0.5123967,0.5041322,0.5082645,0.5123967,0.5082645,0.5,0.4876033,0.46694216,0.45867768,0.45041323,0.45041323,0.446281,0.45041323,0.42975205,0.42561984,0.42975205,0.4214876,0.42561984,0.46280992,0.48347107,0.2520661,0.23553719,0.43801653,0.4090909,0.30578512,0.24380165,0.21487603,0.20661157,0.21900827,0.16115703,0.45041323,0.46694216,0.47933885,0.5,0.49586776,0.44214877,0.40495867,0.33471075,0.28099173,0.30165288,0.3264463,0.35950413,0.37190083,0.38842976,0.4090909,0.42975205,0.44214877,0.45454547,0.4752066,0.49586776,0.5165289,0.5247934,0.5247934,0.55785125,0.58677685,0.61157024,0.60330576,0.61157024,0.607438,0.59917355,0.58677685,0.5661157,0.55785125,0.5495868,0.5495868,0.54545456,0.5495868,0.5661157,0.5495868,0.5289256,0.5082645,0.49586776,0.4338843,0.446281,0.4338843,0.446281,0.43801653,0.43801653,0.42561984,0.41322315,0.42561984,0.446281,0.4752066,0.47933885,0.22727273,0.1322314,0.4090909,0.5,0.45454547,0.37190083,0.32231405,0.2231405,0.21487603,0.20661157,0.44214877,0.47107437,0.4752066,0.49173555,0.49586776,0.46280992,0.4214876,0.37190083,0.30991736,0.29338843,0.28512397,0.3305785,0.35123968,0.3677686,0.3966942,0.4090909,0.42975205,0.46280992,0.446281,0.47933885,0.4876033,0.5165289,0.5082645,0.5247934,0.5495868,0.5785124,0.58264464,0.58677685,0.58677685,0.57024795,0.55785125,0.54545456,0.5289256,0.5289256,0.54545456,0.5371901,0.553719,0.56198347,0.54545456,0.5123967,0.49586776,0.47107437,0.4338843,0.4338843,0.4338843,0.4338843,0.41735536,0.4214876,0.41735536,0.40495867,0.4214876,0.446281,0.4752066,0.46280992,0.19008264,0.0661157,0.30165288,0.4752066,0.48347107,0.49586776,0.4752066,0.36363637,0.2892562,0.23553719,0.44214877,0.46280992,0.47933885,0.48347107,0.4876033,0.4752066,0.446281,0.3966942,0.34710744,0.30578512,0.2603306,0.29752067,0.3181818,0.34710744,0.37190083,0.36363637,0.39256197,0.42975205,0.44214877,0.446281,0.46694216,0.49173555,0.4876033,0.48347107,0.49586776,0.5247934,0.53305787,0.5413223,0.5371901,0.5123967,0.5082645,0.5206612,0.5123967,0.5082645,0.5,0.5165289,0.5247934,0.5247934,0.5,0.48347107,0.45867768,0.4338843,0.4338843,0.4338843,0.42975205,0.42975205,0.4090909,0.40495867,0.4214876,0.4338843,0.446281,0.45041323,0.49173555,0.41735536,0.14049587,0.02892562,0.20661157,0.43801653,0.49173555,0.5123967,0.5247934,0.5165289,0.45867768,0.2603306,0.446281,0.45867768,0.47933885,0.47933885,0.48347107,0.47107437,0.46280992,0.41735536,0.38429752,0.3264463,0.2768595,0.26859504,0.28512397,0.3264463,0.33471075,0.3677686,0.35950413,0.38429752,0.42975205,0.41735536,0.43801653,0.46280992,0.46280992,0.46280992,0.4752066,0.4876033,0.49173555,0.4876033,0.48347107,0.4752066,0.46694216,0.47107437,0.46694216,0.4752066,0.4752066,0.46694216,0.4752066,0.45041323,0.4338843,0.43801653,0.42975205,0.42561984,0.42561984,0.42561984,0.41735536,0.4090909,0.40082645,0.40082645,0.4090909,0.41735536,0.43801653,0.45454547,0.47107437,0.3429752,0.08264463,0.041322313,0.14876033,0.39256197,0.5041322,0.5123967,0.5247934,0.5247934,0.5123967,0.29752067,0.43801653,0.45867768,0.46694216,0.47933885,0.48347107,0.47933885,0.4752066,0.45041323,0.41322315,0.36363637,0.30991736,0.27272728,0.27272728,0.28099173,0.3181818,0.338843,0.3264463,0.35123968,0.37603307,0.39256197,0.3966942,0.41322315,0.43801653,0.4338843,0.44214877,0.44214877,0.45041323,0.4338843,0.42975205,0.4338843,0.42975205,0.42561984,0.41322315,0.42975205,0.43801653,0.41735536,0.4090909,0.42561984,0.41322315,0.41735536,0.4214876,0.4214876,0.41735536,0.4090909,0.40495867,0.39256197,0.39256197,0.40082645,0.3966942,0.40495867,0.42975205,0.4338843,0.46280992,0.23966943,0.049586777,0.05785124,0.12396694,0.35123968,0.5,0.5247934,0.5413223,0.53305787,0.5289256,0.3305785,0.44214877,0.45041323,0.45867768,0.47107437,0.48347107,0.48347107,0.46694216,0.45454547,0.446281,0.3966942,0.3264463,0.30578512,0.28099173,0.25619835,0.28099173,0.29752067,0.32231405,0.3429752,0.34710744,0.3677686,0.3677686,0.36363637,0.39256197,0.40082645,0.3966942,0.40082645,0.40082645,0.38842976,0.38842976,0.39256197,0.38429752,0.40495867,0.38429752,0.38016528,0.38429752,0.38016528,0.39256197,0.38429752,0.3966942,0.40082645,0.40495867,0.40495867,0.41322315,0.40082645,0.38429752,0.38842976,0.3966942,0.40495867,0.38842976,0.39256197,0.42975205,0.43801653,0.3966942,0.14876033,0.049586777,0.07024793,0.11983471,0.30991736,0.5,0.5247934,0.55785125,0.5495868,0.5413223,0.35123968,0.4338843,0.446281,0.45041323,0.46280992,0.4876033,0.48347107,0.4876033,0.45867768,0.43801653,0.42561984,0.38842976,0.338843,0.29752067,0.2768595,0.25619835,0.2603306,0.29752067,0.30578512,0.33471075,0.34710744,0.35123968,0.34710744,0.37190083,0.38016528,0.3677686,0.38016528,0.37190083,0.37603307,0.36363637,0.3677686,0.36363637,0.38842976,0.37190083,0.35123968,0.37603307,0.37603307,0.35950413,0.38842976,0.38842976,0.3966942,0.3966942,0.3966942,0.3966942,0.38842976,0.37603307,0.39256197,0.40082645,0.40495867,0.38016528,0.37603307,0.42561984,0.43801653,0.29338843,0.053719006,0.08264463,0.09917355,0.10743801,0.30991736,0.5,0.5289256,0.54545456,0.55785125,0.55785125,0.33471075,0.4338843,0.44214877,0.44214877,0.45867768,0.4876033,0.4876033,0.49586776,0.47933885,0.4338843,0.42975205,0.41322315,0.37190083,0.338843,0.29752067,0.2644628,0.25619835,0.26859504,0.26859504,0.29752067,0.3140496,0.338843,0.3429752,0.35123968,0.36363637,0.3553719,0.3677686,0.36363637,0.37603307,0.36363637,0.35950413,0.35950413,0.37190083,0.36363637,0.36363637,0.36363637,0.36363637,0.37190083,0.38016528,0.38842976,0.3966942,0.38842976,0.37603307,0.3677686,0.38016528,0.38429752,0.38842976,0.39256197,0.40495867,0.39256197,0.3966942,0.42975205,0.40495867,0.16115703,0.049586777,0.08677686,0.09917355,0.13636364,0.33471075,0.5206612,0.55785125,0.56198347,0.55785125,0.5661157,20 +0.23553719,0.35123968,0.4338843,0.46694216,0.46694216,0.5,0.53305787,0.5371901,0.53305787,0.553719,0.5495868,0.55785125,0.5661157,0.57024795,0.5785124,0.59504133,0.6198347,0.6198347,0.6363636,0.6363636,0.6404959,0.6404959,0.6487603,0.6487603,0.6487603,0.6446281,0.6404959,0.6363636,0.6322314,0.6363636,0.6363636,0.6280992,0.6280992,0.6363636,0.6446281,0.6487603,0.6528926,0.6487603,0.6404959,0.6487603,0.6446281,0.6487603,0.6528926,0.6404959,0.6363636,0.6280992,0.62396693,0.607438,0.60330576,0.60330576,0.607438,0.59504133,0.59504133,0.5785124,0.58677685,0.57438016,0.55785125,0.5289256,0.4876033,0.47933885,0.47933885,0.45867768,0.446281,0.47107437,0.21900827,0.36363637,0.4338843,0.47107437,0.47107437,0.49173555,0.5206612,0.5371901,0.5413223,0.553719,0.553719,0.553719,0.5661157,0.58677685,0.59090906,0.61157024,0.62396693,0.61570245,0.62396693,0.6487603,0.6528926,0.6446281,0.6487603,0.6528926,0.6487603,0.6446281,0.6322314,0.6280992,0.6322314,0.6280992,0.6198347,0.61157024,0.6198347,0.6198347,0.6363636,0.6446281,0.6404959,0.6528926,0.6487603,0.6487603,0.6446281,0.6570248,0.6528926,0.6404959,0.6404959,0.6363636,0.6322314,0.62396693,0.62396693,0.607438,0.607438,0.60330576,0.58677685,0.58264464,0.5785124,0.57024795,0.54545456,0.5165289,0.4876033,0.49586776,0.4876033,0.46694216,0.44214877,0.46694216,0.2520661,0.35123968,0.4338843,0.47107437,0.47933885,0.4876033,0.5123967,0.5413223,0.54545456,0.56198347,0.56198347,0.55785125,0.57438016,0.58677685,0.59917355,0.607438,0.6363636,0.6404959,0.6446281,0.6570248,0.661157,0.6487603,0.6487603,0.6570248,0.6446281,0.6363636,0.6322314,0.6198347,0.6198347,0.6198347,0.61570245,0.607438,0.60330576,0.60330576,0.62396693,0.62396693,0.6322314,0.6404959,0.6528926,0.6570248,0.6487603,0.6528926,0.661157,0.6446281,0.6528926,0.6322314,0.6280992,0.6280992,0.62396693,0.6280992,0.61570245,0.61157024,0.5785124,0.58264464,0.57438016,0.55785125,0.5371901,0.5082645,0.47933885,0.49173555,0.49173555,0.47933885,0.45041323,0.46280992,0.2231405,0.3553719,0.4214876,0.46280992,0.4752066,0.47933885,0.5,0.53305787,0.54545456,0.56198347,0.57024795,0.5785124,0.5785124,0.58264464,0.58677685,0.607438,0.6280992,0.62396693,0.6446281,0.6570248,0.6652893,0.6570248,0.6446281,0.6446281,0.6446281,0.6363636,0.6322314,0.62396693,0.60330576,0.59917355,0.61157024,0.59917355,0.60330576,0.61570245,0.6198347,0.62396693,0.61570245,0.6280992,0.6446281,0.6570248,0.6404959,0.6446281,0.661157,0.6528926,0.6528926,0.6322314,0.6322314,0.6322314,0.6363636,0.6404959,0.61157024,0.59917355,0.57438016,0.57438016,0.55785125,0.553719,0.5289256,0.5082645,0.49173555,0.49586776,0.5,0.47107437,0.446281,0.46280992,0.21487603,0.3553719,0.4214876,0.46280992,0.47107437,0.47107437,0.5,0.5289256,0.54545456,0.5661157,0.58264464,0.58677685,0.58264464,0.57438016,0.57024795,0.58677685,0.6198347,0.6198347,0.6280992,0.6446281,0.6446281,0.6446281,0.6363636,0.6322314,0.6363636,0.6363636,0.6363636,0.6280992,0.59917355,0.59917355,0.607438,0.59917355,0.60330576,0.61157024,0.6198347,0.60330576,0.59917355,0.61157024,0.6322314,0.6404959,0.6280992,0.62396693,0.6404959,0.6363636,0.6363636,0.6280992,0.6322314,0.62396693,0.6322314,0.62396693,0.61157024,0.58677685,0.57438016,0.55785125,0.5495868,0.553719,0.5289256,0.5041322,0.5,0.5,0.5,0.46280992,0.45041323,0.45867768,0.2231405,0.35123968,0.42975205,0.45454547,0.46280992,0.47107437,0.49586776,0.53305787,0.54545456,0.5661157,0.59090906,0.58677685,0.5785124,0.5785124,0.5661157,0.5661157,0.59090906,0.607438,0.607438,0.62396693,0.6198347,0.6198347,0.62396693,0.62396693,0.62396693,0.61570245,0.61570245,0.61570245,0.59504133,0.60330576,0.61157024,0.61157024,0.6198347,0.62396693,0.61570245,0.58677685,0.59090906,0.59917355,0.60330576,0.61157024,0.59917355,0.59917355,0.607438,0.61157024,0.607438,0.607438,0.61157024,0.61570245,0.6280992,0.6280992,0.6280992,0.59504133,0.57438016,0.55785125,0.5495868,0.5495868,0.5247934,0.5041322,0.4876033,0.4876033,0.48347107,0.47107437,0.45041323,0.45041323,0.20247933,0.338843,0.42561984,0.45041323,0.45867768,0.47107437,0.49586776,0.5289256,0.55785125,0.5785124,0.58677685,0.59090906,0.58264464,0.5661157,0.553719,0.5371901,0.553719,0.5661157,0.57024795,0.58677685,0.59090906,0.59090906,0.59504133,0.60330576,0.60330576,0.59504133,0.59917355,0.60330576,0.59090906,0.59090906,0.62396693,0.59917355,0.61570245,0.61570245,0.60330576,0.57438016,0.58264464,0.58264464,0.5661157,0.5661157,0.553719,0.55785125,0.5495868,0.56198347,0.57024795,0.58677685,0.5661157,0.59090906,0.6198347,0.61570245,0.61157024,0.5785124,0.57438016,0.57024795,0.5661157,0.5661157,0.53305787,0.5,0.47933885,0.47933885,0.47933885,0.46694216,0.45867768,0.446281,0.20661157,0.3181818,0.42975205,0.45041323,0.45041323,0.47107437,0.5082645,0.5206612,0.5495868,0.57438016,0.56198347,0.57438016,0.5785124,0.5495868,0.53305787,0.5165289,0.5247934,0.5165289,0.5206612,0.5371901,0.553719,0.56198347,0.55785125,0.5785124,0.57024795,0.56198347,0.58264464,0.59090906,0.57024795,0.59504133,0.60330576,0.59917355,0.59917355,0.60330576,0.5785124,0.5661157,0.5785124,0.553719,0.53305787,0.5206612,0.49173555,0.5041322,0.4752066,0.5041322,0.5247934,0.5371901,0.5371901,0.553719,0.56198347,0.57438016,0.57024795,0.5661157,0.57438016,0.57438016,0.58264464,0.58677685,0.5495868,0.5041322,0.48347107,0.47933885,0.4752066,0.46694216,0.45454547,0.43801653,0.1983471,0.3181818,0.42975205,0.446281,0.45454547,0.47933885,0.5041322,0.5041322,0.5165289,0.53305787,0.5123967,0.5165289,0.5165289,0.5,0.48347107,0.46694216,0.47107437,0.47107437,0.4752066,0.4752066,0.5123967,0.5206612,0.5371901,0.54545456,0.5371901,0.5082645,0.5371901,0.55785125,0.5371901,0.57438016,0.58264464,0.5661157,0.5661157,0.56198347,0.5785124,0.553719,0.55785125,0.5206612,0.49586776,0.46280992,0.4338843,0.42561984,0.40495867,0.42975205,0.44214877,0.45867768,0.47933885,0.49173555,0.5,0.5123967,0.5123967,0.5371901,0.54545456,0.56198347,0.5785124,0.58677685,0.56198347,0.5206612,0.49586776,0.48347107,0.47107437,0.46280992,0.446281,0.43801653,0.20247933,0.3181818,0.42975205,0.45454547,0.446281,0.45454547,0.46694216,0.47107437,0.4876033,0.4876033,0.47107437,0.46280992,0.446281,0.42561984,0.4090909,0.3966942,0.42561984,0.40495867,0.41322315,0.4090909,0.42975205,0.47933885,0.4876033,0.5082645,0.5082645,0.48347107,0.49586776,0.5206612,0.5206612,0.5413223,0.55785125,0.5371901,0.5413223,0.54545456,0.54545456,0.5082645,0.5123967,0.49173555,0.45454547,0.41322315,0.38842976,0.35950413,0.35123968,0.36363637,0.3677686,0.38842976,0.40495867,0.43801653,0.446281,0.45041323,0.47933885,0.48347107,0.5041322,0.5247934,0.54545456,0.56198347,0.55785125,0.53305787,0.5082645,0.49173555,0.46280992,0.45867768,0.446281,0.43801653,0.22727273,0.30991736,0.42561984,0.45041323,0.43801653,0.4338843,0.44214877,0.43801653,0.46280992,0.45454547,0.44214877,0.41735536,0.39256197,0.37190083,0.35123968,0.338843,0.3305785,0.338843,0.3181818,0.3677686,0.37190083,0.39256197,0.42975205,0.45867768,0.47933885,0.47933885,0.48347107,0.5,0.53305787,0.5413223,0.553719,0.5165289,0.5082645,0.5041322,0.5041322,0.48347107,0.45454547,0.43801653,0.40495867,0.3677686,0.35950413,0.33471075,0.3181818,0.3305785,0.3264463,0.338843,0.3429752,0.37603307,0.40082645,0.42561984,0.45454547,0.47107437,0.4752066,0.4876033,0.5041322,0.5165289,0.53305787,0.53305787,0.5165289,0.5,0.46694216,0.45454547,0.45867768,0.45041323,0.2603306,0.30165288,0.43801653,0.45454547,0.43801653,0.42561984,0.4338843,0.4214876,0.4338843,0.42561984,0.4090909,0.37603307,0.35123968,0.35950413,0.3264463,0.3140496,0.3140496,0.3140496,0.30578512,0.3140496,0.3264463,0.3305785,0.36363637,0.4090909,0.42561984,0.46694216,0.49173555,0.5041322,0.5371901,0.57024795,0.57024795,0.54545456,0.4876033,0.4752066,0.45454547,0.4338843,0.40495867,0.38016528,0.3553719,0.338843,0.3264463,0.3305785,0.3140496,0.3181818,0.32231405,0.3305785,0.33471075,0.3553719,0.37190083,0.3966942,0.4214876,0.446281,0.45454547,0.46694216,0.47933885,0.48347107,0.49586776,0.5123967,0.5123967,0.5041322,0.4752066,0.45041323,0.45041323,0.446281,0.30991736,0.3305785,0.42561984,0.45867768,0.4338843,0.42561984,0.4090909,0.4090909,0.40495867,0.38842976,0.37190083,0.3553719,0.3305785,0.338843,0.32231405,0.30578512,0.30165288,0.29752067,0.26859504,0.28512397,0.29338843,0.29338843,0.30991736,0.35123968,0.35950413,0.4214876,0.4876033,0.5206612,0.5371901,0.59504133,0.607438,0.5785124,0.5289256,0.46280992,0.4090909,0.39256197,0.37190083,0.35123968,0.33471075,0.32231405,0.3181818,0.32231405,0.3140496,0.30578512,0.3181818,0.3305785,0.338843,0.35950413,0.37190083,0.38429752,0.4090909,0.4338843,0.43801653,0.446281,0.45041323,0.45454547,0.45867768,0.4752066,0.4876033,0.4876033,0.47933885,0.45041323,0.446281,0.446281,0.33471075,0.35123968,0.4338843,0.45867768,0.4090909,0.40495867,0.38429752,0.38842976,0.3677686,0.3677686,0.3264463,0.32231405,0.2892562,0.2892562,0.28099173,0.27272728,0.23966943,0.23553719,0.2231405,0.23553719,0.23966943,0.27272728,0.28512397,0.30578512,0.3140496,0.37190083,0.46694216,0.53305787,0.55785125,0.6198347,0.6487603,0.61570245,0.5661157,0.4752066,0.40495867,0.36363637,0.34710744,0.3181818,0.3140496,0.32231405,0.30991736,0.29338843,0.2768595,0.27272728,0.26859504,0.28099173,0.30165288,0.32231405,0.3429752,0.3553719,0.37603307,0.4090909,0.4214876,0.42561984,0.42561984,0.42975205,0.4338843,0.446281,0.45454547,0.46694216,0.47107437,0.46694216,0.45454547,0.45454547,0.30991736,0.37603307,0.45867768,0.44214877,0.40495867,0.38842976,0.36363637,0.36363637,0.34710744,0.3181818,0.2603306,0.28099173,0.2603306,0.2644628,0.2520661,0.2520661,0.23966943,0.22727273,0.2231405,0.23553719,0.2231405,0.23966943,0.24793388,0.28099173,0.2768595,0.30991736,0.43801653,0.53305787,0.60330576,0.6528926,0.6735537,0.6528926,0.607438,0.5206612,0.4214876,0.35950413,0.35123968,0.3305785,0.3264463,0.3140496,0.2768595,0.2520661,0.25619835,0.25619835,0.24380165,0.23966943,0.2520661,0.2644628,0.28099173,0.30578512,0.30165288,0.3181818,0.3553719,0.38842976,0.39256197,0.3966942,0.40495867,0.4214876,0.42561984,0.446281,0.47107437,0.47107437,0.46280992,0.46694216,0.23553719,0.38429752,0.4752066,0.44214877,0.42561984,0.37190083,0.3264463,0.338843,0.30578512,0.2520661,0.2520661,0.2768595,0.2768595,0.28099173,0.22727273,0.19008264,0.18595041,0.17768595,0.17355372,0.2231405,0.24793388,0.23553719,0.22727273,0.25619835,0.2520661,0.2644628,0.38429752,0.5371901,0.6322314,0.6818182,0.6859504,0.677686,0.6446281,0.5495868,0.44214877,0.38016528,0.35950413,0.3429752,0.3264463,0.30991736,0.2603306,0.2520661,0.2644628,0.29752067,0.27272728,0.20661157,0.20661157,0.19008264,0.22727273,0.23140496,0.29752067,0.34710744,0.30991736,0.29338843,0.3305785,0.38429752,0.3966942,0.4090909,0.41322315,0.43801653,0.4752066,0.47107437,0.46694216,0.4752066,0.26859504,0.37603307,0.47107437,0.45041323,0.446281,0.37603307,0.3264463,0.3181818,0.27272728,0.25619835,0.28099173,0.25619835,0.2892562,0.30165288,0.2107438,0.1570248,0.1570248,0.13636364,0.16115703,0.21900827,0.28099173,0.24793388,0.21900827,0.24793388,0.2520661,0.2520661,0.3553719,0.5206612,0.6322314,0.6983471,0.7066116,0.6983471,0.6735537,0.58264464,0.45454547,0.39256197,0.38016528,0.37603307,0.35950413,0.32231405,0.25619835,0.23553719,0.28099173,0.3553719,0.30165288,0.1983471,0.17768595,0.1446281,0.16528925,0.16115703,0.22727273,0.29752067,0.3429752,0.3140496,0.28099173,0.3305785,0.38842976,0.41735536,0.41322315,0.44214877,0.46280992,0.48347107,0.46280992,0.47933885,0.3305785,0.37603307,0.45867768,0.46694216,0.44214877,0.4090909,0.34710744,0.3140496,0.29752067,0.28099173,0.2644628,0.21900827,0.30578512,0.35123968,0.24793388,0.19008264,0.16115703,0.15289256,0.18181819,0.27272728,0.338843,0.2768595,0.20247933,0.23140496,0.2603306,0.28099173,0.37603307,0.5206612,0.6322314,0.7107438,0.72727275,0.71487606,0.6859504,0.61570245,0.48347107,0.4214876,0.42561984,0.42561984,0.4090909,0.3429752,0.2644628,0.2231405,0.29338843,0.40082645,0.35950413,0.23140496,0.17768595,0.14049587,0.15289256,0.17768595,0.2768595,0.3140496,0.25619835,0.2892562,0.30991736,0.30991736,0.3553719,0.41322315,0.41735536,0.43801653,0.45867768,0.46280992,0.46280992,0.48347107,0.37603307,0.38429752,0.4338843,0.4752066,0.49173555,0.46694216,0.3966942,0.35950413,0.3429752,0.3140496,0.28512397,0.2603306,0.3264463,0.38016528,0.33471075,0.2768595,0.2603306,0.2520661,0.27272728,0.3429752,0.35123968,0.2768595,0.23966943,0.2603306,0.30165288,0.35950413,0.4338843,0.54545456,0.6446281,0.7107438,0.7355372,0.71487606,0.70247936,0.6404959,0.5165289,0.43801653,0.45041323,0.45867768,0.42975205,0.37603307,0.32231405,0.2644628,0.3140496,0.40495867,0.4214876,0.32231405,0.2520661,0.23140496,0.20247933,0.2768595,0.3429752,0.3553719,0.30991736,0.30578512,0.3305785,0.33471075,0.36363637,0.3966942,0.42975205,0.44214877,0.46694216,0.46280992,0.4752066,0.4752066,0.38429752,0.38016528,0.41735536,0.4752066,0.5371901,0.5371901,0.49173555,0.46280992,0.43801653,0.3966942,0.34710744,0.35123968,0.38016528,0.4090909,0.42975205,0.4090909,0.39256197,0.39256197,0.40082645,0.4214876,0.40082645,0.36363637,0.3429752,0.338843,0.35950413,0.42975205,0.47107437,0.553719,0.661157,0.70247936,0.7231405,0.71487606,0.6859504,0.6487603,0.5371901,0.46280992,0.47107437,0.48347107,0.4752066,0.43801653,0.41735536,0.38842976,0.38429752,0.42561984,0.45867768,0.43801653,0.3677686,0.3429752,0.32231405,0.38429752,0.4214876,0.40082645,0.39256197,0.38016528,0.38429752,0.36363637,0.40082645,0.40082645,0.42975205,0.45867768,0.4876033,0.4876033,0.47933885,0.47107437,0.40082645,0.38429752,0.41322315,0.49173555,0.5495868,0.5661157,0.57438016,0.57024795,0.5495868,0.5123967,0.44214877,0.4214876,0.44214877,0.45041323,0.47933885,0.49586776,0.5,0.4876033,0.46280992,0.45454547,0.45041323,0.45041323,0.42561984,0.41735536,0.45041323,0.49173555,0.49173555,0.54545456,0.661157,0.71487606,0.72727275,0.71487606,0.6818182,0.6363636,0.5206612,0.45454547,0.47933885,0.5206612,0.5371901,0.5041322,0.47107437,0.45867768,0.446281,0.47107437,0.4876033,0.4876033,0.47933885,0.45041323,0.45041323,0.45041323,0.46694216,0.45041323,0.42975205,0.45041323,0.46280992,0.45041323,0.446281,0.446281,0.46280992,0.49586776,0.5082645,0.5123967,0.49586776,0.46280992,0.42561984,0.40082645,0.40082645,0.4876033,0.5495868,0.58264464,0.59504133,0.58677685,0.553719,0.5289256,0.5,0.4876033,0.4876033,0.4876033,0.49586776,0.49173555,0.49173555,0.49586776,0.5041322,0.5247934,0.5165289,0.5289256,0.5123967,0.5123967,0.54545456,0.53305787,0.5041322,0.53305787,0.6487603,0.73140496,0.7355372,0.72727275,0.6818182,0.61570245,0.49586776,0.44214877,0.48347107,0.5371901,0.58264464,0.57438016,0.5413223,0.5082645,0.47107437,0.48347107,0.49173555,0.4876033,0.49173555,0.47933885,0.47933885,0.4876033,0.49586776,0.49173555,0.48347107,0.47933885,0.49173555,0.5041322,0.49586776,0.5123967,0.5206612,0.5371901,0.5371901,0.5289256,0.49586776,0.46280992,0.44214877,0.4338843,0.40082645,0.47107437,0.55785125,0.59090906,0.607438,0.59090906,0.57024795,0.5413223,0.5123967,0.5041322,0.5,0.5,0.5041322,0.5041322,0.5165289,0.5247934,0.5413223,0.553719,0.57024795,0.58677685,0.57438016,0.5785124,0.5785124,0.5371901,0.49586776,0.5289256,0.6322314,0.7231405,0.7355372,0.7231405,0.6735537,0.58677685,0.4876033,0.45454547,0.46694216,0.54545456,0.57024795,0.58264464,0.62396693,0.59917355,0.5371901,0.5082645,0.48347107,0.49173555,0.49173555,0.47933885,0.49586776,0.48347107,0.4876033,0.4876033,0.49586776,0.5123967,0.5247934,0.5495868,0.55785125,0.57024795,0.58264464,0.5785124,0.57024795,0.54545456,0.5,0.46280992,0.45867768,0.46694216,0.42561984,0.46694216,0.5413223,0.59090906,0.61157024,0.61570245,0.61570245,0.59917355,0.5661157,0.54545456,0.5371901,0.53305787,0.5289256,0.53305787,0.5371901,0.5495868,0.57438016,0.61570245,0.6280992,0.6363636,0.60330576,0.59090906,0.57024795,0.5247934,0.49173555,0.54545456,0.62396693,0.70247936,0.7231405,0.70247936,0.6570248,0.5661157,0.4876033,0.46280992,0.45454547,0.53305787,0.5413223,0.5785124,0.6198347,0.661157,0.6322314,0.59917355,0.5495868,0.5247934,0.49173555,0.4752066,0.47933885,0.47933885,0.5,0.53305787,0.56198347,0.5785124,0.5661157,0.57024795,0.59090906,0.607438,0.6198347,0.607438,0.58264464,0.553719,0.5,0.45454547,0.43801653,0.5,0.45867768,0.47107437,0.5289256,0.57024795,0.59917355,0.6198347,0.62396693,0.62396693,0.61570245,0.59917355,0.59504133,0.61157024,0.61570245,0.6198347,0.6198347,0.6280992,0.6528926,0.661157,0.6446281,0.62396693,0.61570245,0.5785124,0.56198347,0.5082645,0.5206612,0.553719,0.61157024,0.677686,0.70247936,0.6942149,0.6487603,0.56198347,0.5,0.47933885,0.49586776,0.5,0.5495868,0.57024795,0.61570245,0.6570248,0.6818182,0.6735537,0.6528926,0.62396693,0.59090906,0.5661157,0.56198347,0.5495868,0.57024795,0.58264464,0.61570245,0.62396693,0.6322314,0.6404959,0.6280992,0.6280992,0.62396693,0.61157024,0.58264464,0.553719,0.5,0.45041323,0.4090909,0.5,0.47107437,0.46694216,0.5123967,0.54545456,0.5785124,0.60330576,0.61157024,0.61570245,0.6363636,0.62396693,0.6280992,0.6487603,0.6446281,0.6652893,0.661157,0.6570248,0.661157,0.6570248,0.6363636,0.6363636,0.60330576,0.57438016,0.54545456,0.5289256,0.5413223,0.5785124,0.6198347,0.6735537,0.69008267,0.6859504,0.6528926,0.59090906,0.5371901,0.5082645,0.5082645,0.5123967,0.5495868,0.5785124,0.6404959,0.661157,0.6818182,0.69008267,0.6942149,0.6859504,0.6735537,0.661157,0.6528926,0.6446281,0.6446281,0.6570248,0.6694215,0.6694215,0.661157,0.661157,0.6487603,0.6280992,0.6198347,0.61157024,0.58677685,0.5495868,0.49586776,0.45041323,0.3966942,0.46694216,0.45041323,0.46280992,0.49586776,0.5247934,0.56198347,0.59090906,0.607438,0.59917355,0.62396693,0.6280992,0.6322314,0.6446281,0.6322314,0.661157,0.6528926,0.661157,0.661157,0.6528926,0.6404959,0.6280992,0.607438,0.5661157,0.5371901,0.553719,0.5785124,0.62396693,0.6404959,0.6859504,0.6942149,0.6859504,0.6652893,0.61570245,0.57024795,0.53305787,0.5206612,0.53305787,0.5661157,0.607438,0.661157,0.6818182,0.6983471,0.6859504,0.69008267,0.6942149,0.69008267,0.6942149,0.69008267,0.6859504,0.6818182,0.677686,0.6694215,0.661157,0.6694215,0.6652893,0.6446281,0.6280992,0.6198347,0.60330576,0.5785124,0.5371901,0.49173555,0.45041323,0.36363637,0.48347107,0.46694216,0.45867768,0.4876033,0.5165289,0.5413223,0.5785124,0.59917355,0.607438,0.61570245,0.6280992,0.6404959,0.6487603,0.6404959,0.6570248,0.6528926,0.6487603,0.661157,0.6528926,0.6280992,0.607438,0.57438016,0.5495868,0.54545456,0.57438016,0.607438,0.6404959,0.677686,0.70247936,0.7066116,0.6942149,0.6735537,0.6363636,0.59917355,0.55785125,0.5206612,0.5247934,0.56198347,0.61157024,0.6652893,0.677686,0.69008267,0.6942149,0.69008267,0.6983471,0.6983471,0.6983471,0.6942149,0.69008267,0.6859504,0.6818182,0.6694215,0.6528926,0.661157,0.6570248,0.6322314,0.61570245,0.61570245,0.59917355,0.57024795,0.5247934,0.4876033,0.45041323,0.3181818,0.49173555,0.55785125,0.47107437,0.48347107,0.5082645,0.53305787,0.57024795,0.59090906,0.61570245,0.6198347,0.6363636,0.6487603,0.6570248,0.6363636,0.6446281,0.6363636,0.6322314,0.6404959,0.6198347,0.57438016,0.55785125,0.5413223,0.5371901,0.5495868,0.58264464,0.62396693,0.6694215,0.71487606,0.7231405,0.7231405,0.7066116,0.6694215,0.6322314,0.607438,0.57024795,0.5165289,0.5206612,0.56198347,0.5661157,0.607438,0.6446281,0.6735537,0.6859504,0.69008267,0.6942149,0.6983471,0.69008267,0.6942149,0.6942149,0.69008267,0.6859504,0.6735537,0.6570248,0.6487603,0.6570248,0.6322314,0.61570245,0.60330576,0.59090906,0.5661157,0.5165289,0.47107437,0.44214877,0.29338843,0.46694216,0.58677685,0.47933885,0.48347107,0.5082645,0.5495868,0.57024795,0.607438,0.60330576,0.6280992,0.6487603,0.6446281,0.6363636,0.62396693,0.6198347,0.6198347,0.59917355,0.59090906,0.5495868,0.5082645,0.5,0.5413223,0.5495868,0.5495868,0.5785124,0.6198347,0.6818182,0.72727275,0.7231405,0.7231405,0.70247936,0.6652893,0.6198347,0.59090906,0.55785125,0.5247934,0.54545456,0.59090906,0.54545456,0.53305787,0.5785124,0.6198347,0.6528926,0.6735537,0.677686,0.6818182,0.677686,0.677686,0.6818182,0.677686,0.6735537,0.6570248,0.6487603,0.6528926,0.6528926,0.6322314,0.61570245,0.59917355,0.57024795,0.5413223,0.5082645,0.45867768,0.4338843,0.28512397,0.45454547,0.58264464,0.4876033,0.46694216,0.5123967,0.54545456,0.5785124,0.60330576,0.59504133,0.61570245,0.6280992,0.6280992,0.607438,0.61157024,0.60330576,0.57438016,0.553719,0.5082645,0.46694216,0.45867768,0.5206612,0.56198347,0.5371901,0.5289256,0.5495868,0.60330576,0.6652893,0.69008267,0.6983471,0.7066116,0.69008267,0.6570248,0.60330576,0.57024795,0.54545456,0.5206612,0.56198347,0.61570245,0.5661157,0.5082645,0.5247934,0.5495868,0.58677685,0.62396693,0.6487603,0.6528926,0.6570248,0.6570248,0.6570248,0.661157,0.661157,0.6446281,0.6487603,0.6446281,0.6363636,0.61570245,0.61570245,0.60330576,0.55785125,0.5206612,0.4876033,0.45867768,0.4338843,0.2892562,0.4214876,0.5495868,0.5041322,0.44214877,0.5082645,0.5247934,0.5495868,0.57024795,0.59917355,0.58677685,0.59504133,0.59090906,0.5785124,0.56198347,0.55785125,0.5165289,0.47933885,0.41322315,0.38842976,0.44214877,0.5371901,0.56198347,0.5206612,0.5123967,0.5289256,0.57438016,0.6280992,0.6528926,0.6694215,0.6694215,0.6652893,0.6363636,0.5785124,0.54545456,0.5206612,0.5,0.56198347,0.62396693,0.57024795,0.49586776,0.47933885,0.49586776,0.5247934,0.56198347,0.59504133,0.607438,0.6198347,0.6363636,0.6322314,0.6404959,0.6322314,0.6363636,0.6446281,0.6363636,0.6322314,0.59917355,0.59917355,0.57024795,0.54545456,0.5041322,0.46694216,0.446281,0.44214877,0.30165288,0.35950413,0.48347107,0.47933885,0.4338843,0.47933885,0.5206612,0.5289256,0.5495868,0.5661157,0.5661157,0.5661157,0.55785125,0.5495868,0.5247934,0.5041322,0.45454547,0.40082645,0.35123968,0.3677686,0.4338843,0.5165289,0.5289256,0.48347107,0.44214877,0.45867768,0.5123967,0.57024795,0.60330576,0.607438,0.59917355,0.59917355,0.57438016,0.5206612,0.4876033,0.47107437,0.47107437,0.5413223,0.58264464,0.553719,0.45454547,0.446281,0.46694216,0.4752066,0.5082645,0.5413223,0.55785125,0.58264464,0.60330576,0.607438,0.607438,0.607438,0.60330576,0.61157024,0.61157024,0.61570245,0.57438016,0.55785125,0.5371901,0.5247934,0.48347107,0.46694216,0.4338843,0.44214877,0.3181818,0.3264463,0.38429752,0.41322315,0.41735536,0.45041323,0.4876033,0.5165289,0.5206612,0.5413223,0.53305787,0.5371901,0.5289256,0.5247934,0.49586776,0.45867768,0.3966942,0.3553719,0.3677686,0.42561984,0.45867768,0.45867768,0.446281,0.4214876,0.3677686,0.35123968,0.41735536,0.4876033,0.5289256,0.53305787,0.5289256,0.5206612,0.48347107,0.43801653,0.41322315,0.4090909,0.42975205,0.48347107,0.5247934,0.49586776,0.41322315,0.42561984,0.46280992,0.46280992,0.45867768,0.4752066,0.5082645,0.5495868,0.57438016,0.58264464,0.58264464,0.58264464,0.55785125,0.58264464,0.58677685,0.54545456,0.56198347,0.53305787,0.5206612,0.49586776,0.4752066,0.45454547,0.44214877,0.43801653,0.3264463,0.3305785,0.32231405,0.338843,0.39256197,0.42561984,0.46280992,0.4876033,0.49586776,0.49173555,0.49586776,0.5041322,0.5082645,0.48347107,0.45454547,0.41322315,0.3553719,0.36363637,0.4214876,0.4876033,0.49173555,0.41322315,0.3429752,0.30165288,0.26859504,0.2603306,0.32231405,0.38016528,0.44214877,0.46280992,0.45867768,0.446281,0.41322315,0.36363637,0.34710744,0.33471075,0.36363637,0.40082645,0.43801653,0.43801653,0.4090909,0.446281,0.5082645,0.5082645,0.4752066,0.4338843,0.45454547,0.5041322,0.53305787,0.5371901,0.55785125,0.553719,0.54545456,0.5371901,0.53305787,0.54545456,0.5289256,0.49173555,0.48347107,0.4876033,0.46280992,0.446281,0.446281,0.42561984,0.3305785,0.338843,0.33471075,0.3181818,0.3677686,0.39256197,0.43801653,0.46280992,0.47107437,0.47107437,0.4752066,0.4752066,0.46694216,0.43801653,0.41322315,0.37190083,0.3429752,0.40495867,0.4752066,0.5123967,0.5413223,0.45041323,0.29752067,0.22727273,0.19421488,0.18181819,0.23553719,0.30991736,0.3677686,0.38842976,0.40082645,0.3966942,0.3553719,0.28099173,0.2644628,0.23966943,0.25619835,0.29338843,0.35123968,0.38429752,0.38842976,0.45454547,0.5289256,0.54545456,0.5247934,0.46280992,0.4090909,0.43801653,0.4752066,0.4876033,0.5247934,0.5165289,0.5165289,0.5123967,0.5041322,0.5,0.5041322,0.4752066,0.47107437,0.45867768,0.45454547,0.45454547,0.45041323,0.4338843,0.3305785,0.3264463,0.33471075,0.32231405,0.3553719,0.37603307,0.39256197,0.4090909,0.42975205,0.45041323,0.46694216,0.45041323,0.42975205,0.40082645,0.3677686,0.338843,0.36363637,0.45867768,0.5206612,0.53305787,0.553719,0.5,0.3140496,0.20247933,0.21487603,0.24793388,0.21900827,0.28099173,0.3305785,0.35123968,0.35950413,0.3677686,0.3140496,0.24793388,0.23966943,0.2231405,0.21487603,0.2644628,0.34710744,0.38429752,0.39256197,0.43801653,0.5289256,0.57024795,0.55785125,0.5247934,0.44214877,0.38842976,0.40495867,0.4338843,0.47933885,0.47933885,0.49173555,0.4876033,0.48347107,0.45454547,0.46280992,0.45867768,0.45867768,0.44214877,0.45041323,0.446281,0.45041323,0.446281,0.3264463,0.3264463,0.33471075,0.3264463,0.34710744,0.3677686,0.3677686,0.38429752,0.40495867,0.4338843,0.446281,0.42561984,0.39256197,0.3553719,0.3264463,0.36363637,0.43801653,0.5123967,0.5413223,0.53305787,0.5495868,0.5206612,0.37603307,0.26859504,0.24380165,0.25619835,0.2603306,0.2768595,0.30578512,0.3140496,0.3181818,0.338843,0.3181818,0.29338843,0.29752067,0.29752067,0.29752067,0.36363637,0.39256197,0.40082645,0.41322315,0.42561984,0.5206612,0.57438016,0.5785124,0.5661157,0.5247934,0.45454547,0.37190083,0.35950413,0.4214876,0.446281,0.4752066,0.47933885,0.46280992,0.42975205,0.42561984,0.446281,0.4338843,0.43801653,0.45041323,0.446281,0.446281,0.446281,0.33471075,0.3305785,0.3305785,0.3181818,0.35123968,0.3677686,0.35950413,0.35950413,0.39256197,0.4338843,0.4338843,0.40495867,0.34710744,0.3140496,0.34710744,0.446281,0.5289256,0.5495868,0.5371901,0.5289256,0.5289256,0.5123967,0.44214877,0.35123968,0.29338843,0.27272728,0.29338843,0.2768595,0.30991736,0.28512397,0.2892562,0.30991736,0.3181818,0.32231405,0.35123968,0.36363637,0.38429752,0.41322315,0.42561984,0.41735536,0.4214876,0.43801653,0.5041322,0.54545456,0.56198347,0.57024795,0.55785125,0.5371901,0.45041323,0.3553719,0.338843,0.38429752,0.45867768,0.47933885,0.45041323,0.42975205,0.42975205,0.43801653,0.44214877,0.446281,0.45041323,0.446281,0.44214877,0.44214877,0.33471075,0.3264463,0.3305785,0.32231405,0.338843,0.38016528,0.37190083,0.3429752,0.38429752,0.446281,0.43801653,0.36363637,0.28512397,0.34710744,0.44214877,0.5123967,0.5495868,0.553719,0.5289256,0.5041322,0.49173555,0.48347107,0.46694216,0.4338843,0.35123968,0.3140496,0.3181818,0.29338843,0.3181818,0.2892562,0.29338843,0.29752067,0.3181818,0.338843,0.36363637,0.38429752,0.38842976,0.40082645,0.4090909,0.41735536,0.4090909,0.4214876,0.46694216,0.5041322,0.5413223,0.54545456,0.5495868,0.5413223,0.5123967,0.4338843,0.32231405,0.30578512,0.40082645,0.45867768,0.46280992,0.45041323,0.4338843,0.42975205,0.42975205,0.446281,0.446281,0.45041323,0.446281,0.44214877,0.3305785,0.3305785,0.3264463,0.32231405,0.3305785,0.37190083,0.3966942,0.3677686,0.37603307,0.42975205,0.43801653,0.3429752,0.29338843,0.4090909,0.4876033,0.5041322,0.49586776,0.5,0.48347107,0.45867768,0.46280992,0.45454547,0.45454547,0.45867768,0.42561984,0.39256197,0.3553719,0.3429752,0.3264463,0.29752067,0.32231405,0.3140496,0.338843,0.35123968,0.3677686,0.38429752,0.3966942,0.39256197,0.40495867,0.40495867,0.40495867,0.4214876,0.45454547,0.47933885,0.5041322,0.5123967,0.5082645,0.49586776,0.4876033,0.4752066,0.41322315,0.29752067,0.32231405,0.42975205,0.46280992,0.46694216,0.44214877,0.43801653,0.44214877,0.44214877,0.44214877,0.44214877,0.446281,0.45041323,0.3264463,0.3264463,0.32231405,0.32231405,0.3264463,0.35950413,0.40082645,0.39256197,0.3677686,0.41735536,0.43801653,0.3429752,0.3429752,0.43801653,0.4752066,0.45041323,0.41735536,0.4090909,0.40495867,0.4214876,0.43801653,0.45041323,0.45867768,0.47107437,0.45454547,0.45041323,0.43801653,0.4090909,0.37603307,0.3181818,0.3553719,0.338843,0.3553719,0.37603307,0.37603307,0.39256197,0.40495867,0.40082645,0.4090909,0.40082645,0.41322315,0.42561984,0.42975205,0.42975205,0.42975205,0.4214876,0.41735536,0.42561984,0.42561984,0.44214877,0.45454547,0.35123968,0.29338843,0.40495867,0.45867768,0.46280992,0.45041323,0.446281,0.446281,0.446281,0.44214877,0.44214877,0.446281,0.46280992,0.32231405,0.32231405,0.3305785,0.3305785,0.3264463,0.33471075,0.40082645,0.41735536,0.37190083,0.39256197,0.45041323,0.42975205,0.40495867,0.45041323,0.446281,0.4090909,0.34710744,0.30991736,0.30578512,0.36363637,0.41322315,0.446281,0.45454547,0.4752066,0.4876033,0.5123967,0.5371901,0.5247934,0.46694216,0.40495867,0.38016528,0.3677686,0.3966942,0.39256197,0.38842976,0.3966942,0.4090909,0.41735536,0.41735536,0.41735536,0.42561984,0.41735536,0.41735536,0.40495867,0.3677686,0.3181818,0.29752067,0.33471075,0.35950413,0.38429752,0.4214876,0.37603307,0.33471075,0.41322315,0.45867768,0.45454547,0.45041323,0.446281,0.4338843,0.45041323,0.44214877,0.43801653,0.45041323,0.45867768,0.3305785,0.3264463,0.33471075,0.3305785,0.3305785,0.3140496,0.38016528,0.41735536,0.40495867,0.36363637,0.42975205,0.49173555,0.4876033,0.46280992,0.44214877,0.3966942,0.3429752,0.28099173,0.2520661,0.28099173,0.3429752,0.37603307,0.38016528,0.39256197,0.3966942,0.41322315,0.45041323,0.5041322,0.48347107,0.45041323,0.41322315,0.38016528,0.38429752,0.36363637,0.35950413,0.37190083,0.38842976,0.4090909,0.41735536,0.4090909,0.41322315,0.41735536,0.4090909,0.35123968,0.2768595,0.27272728,0.3264463,0.36363637,0.3677686,0.37190083,0.3966942,0.37603307,0.38842976,0.46280992,0.46280992,0.45041323,0.45454547,0.45041323,0.4338843,0.45041323,0.44214877,0.43801653,0.45041323,0.46280992,0.3264463,0.3264463,0.3264463,0.3305785,0.3305785,0.3181818,0.3429752,0.41735536,0.41735536,0.37190083,0.39256197,0.5123967,0.55785125,0.49586776,0.47933885,0.47107437,0.44214877,0.38842976,0.37603307,0.33471075,0.2768595,0.2644628,0.2768595,0.2768595,0.2768595,0.27272728,0.28099173,0.30578512,0.3305785,0.3264463,0.338843,0.30991736,0.29752067,0.28512397,0.2892562,0.30165288,0.3140496,0.3305785,0.3305785,0.338843,0.3264463,0.30991736,0.28512397,0.28512397,0.33471075,0.38842976,0.42561984,0.4338843,0.41735536,0.41735536,0.41735536,0.4090909,0.45867768,0.49586776,0.45867768,0.446281,0.46280992,0.46280992,0.446281,0.45041323,0.45041323,0.43801653,0.45041323,0.45454547,0.32231405,0.3264463,0.3264463,0.3305785,0.32231405,0.3264463,0.3140496,0.38842976,0.41735536,0.4214876,0.3677686,0.446281,0.5289256,0.53305787,0.5082645,0.5289256,0.5206612,0.5206612,0.5247934,0.49586776,0.3966942,0.3140496,0.29338843,0.2892562,0.28099173,0.27272728,0.2644628,0.27272728,0.26859504,0.2603306,0.24793388,0.24793388,0.23966943,0.23553719,0.23966943,0.2603306,0.27272728,0.29338843,0.30991736,0.3264463,0.3181818,0.3181818,0.33471075,0.38016528,0.43801653,0.46694216,0.47107437,0.47107437,0.46280992,0.46280992,0.45041323,0.45867768,0.5206612,0.5,0.446281,0.44214877,0.45041323,0.45041323,0.446281,0.43801653,0.45454547,0.43801653,0.446281,0.44214877,0.338843,0.32231405,0.3305785,0.33471075,0.3181818,0.32231405,0.30991736,0.338843,0.38842976,0.41735536,0.38429752,0.37190083,0.4876033,0.53305787,0.5247934,0.53305787,0.55785125,0.56198347,0.5661157,0.553719,0.5123967,0.45041323,0.40082645,0.3966942,0.40082645,0.3966942,0.42561984,0.47933885,0.4876033,0.4338843,0.37603307,0.36363637,0.33471075,0.30578512,0.2892562,0.29338843,0.30991736,0.338843,0.37603307,0.39256197,0.38429752,0.40082645,0.43801653,0.45867768,0.4752066,0.48347107,0.49173555,0.5,0.5041322,0.48347107,0.47933885,0.5082645,0.5413223,0.47107437,0.42975205,0.45041323,0.45041323,0.4338843,0.446281,0.43801653,0.44214877,0.41735536,0.44214877,0.4338843,0.3305785,0.32231405,0.3305785,0.32231405,0.32231405,0.32231405,0.3140496,0.3140496,0.35123968,0.40495867,0.41735536,0.35123968,0.38842976,0.4876033,0.5165289,0.5206612,0.56198347,0.56198347,0.56198347,0.5371901,0.5165289,0.4752066,0.42975205,0.40495867,0.40495867,0.4214876,0.47107437,0.5165289,0.55785125,0.553719,0.5082645,0.4876033,0.446281,0.39256197,0.35950413,0.34710744,0.35123968,0.37603307,0.3966942,0.3966942,0.4214876,0.45041323,0.46280992,0.46280992,0.46694216,0.48347107,0.5082645,0.5082645,0.5082645,0.49173555,0.4876033,0.5247934,0.5247934,0.446281,0.4338843,0.45041323,0.446281,0.42561984,0.45454547,0.4338843,0.44214877,0.40495867,0.46280992,0.42561984,0.32231405,0.33471075,0.32231405,0.3264463,0.3305785,0.3264463,0.3181818,0.32231405,0.32231405,0.37190083,0.3966942,0.38429752,0.33471075,0.43801653,0.49173555,0.5041322,0.53305787,0.54545456,0.54545456,0.5247934,0.5082645,0.4752066,0.4338843,0.41322315,0.39256197,0.39256197,0.41735536,0.4338843,0.46694216,0.49173555,0.49586776,0.47933885,0.446281,0.41322315,0.38842976,0.37190083,0.36363637,0.38016528,0.40495867,0.4214876,0.43801653,0.45041323,0.45454547,0.45867768,0.47933885,0.48347107,0.49173555,0.5041322,0.5,0.47107437,0.47107437,0.5041322,0.4876033,0.44214877,0.4338843,0.45041323,0.4338843,0.4338843,0.446281,0.446281,0.41735536,0.4214876,0.46694216,0.4090909,0.3264463,0.3429752,0.3181818,0.3264463,0.3264463,0.3305785,0.3181818,0.3305785,0.30578512,0.3429752,0.37190083,0.40495867,0.35123968,0.38016528,0.45867768,0.48347107,0.5082645,0.5247934,0.5289256,0.5123967,0.5,0.47107437,0.4338843,0.41735536,0.4090909,0.3966942,0.39256197,0.38842976,0.3966942,0.41735536,0.4338843,0.42561984,0.4090909,0.40082645,0.38842976,0.38429752,0.37603307,0.38429752,0.41322315,0.4214876,0.42975205,0.44214877,0.45041323,0.45867768,0.47107437,0.49586776,0.49173555,0.48347107,0.4752066,0.45454547,0.46280992,0.47107437,0.446281,0.4338843,0.4338843,0.43801653,0.4338843,0.446281,0.42561984,0.44214877,0.41322315,0.4214876,0.4752066,0.36363637,0.338843,0.3305785,0.3264463,0.3181818,0.3264463,0.32231405,0.3181818,0.32231405,0.3140496,0.3181818,0.35950413,0.38842976,0.37603307,0.35950413,0.40082645,0.446281,0.47933885,0.5123967,0.5123967,0.5123967,0.5041322,0.4752066,0.43801653,0.4090909,0.38842976,0.37603307,0.37603307,0.36363637,0.34710744,0.35950413,0.36363637,0.3677686,0.3677686,0.37190083,0.37190083,0.37603307,0.38016528,0.38842976,0.4090909,0.4214876,0.42561984,0.42975205,0.45867768,0.47107437,0.49586776,0.4876033,0.49586776,0.46694216,0.45867768,0.44214877,0.45041323,0.46280992,0.42975205,0.4338843,0.42975205,0.42561984,0.4338843,0.43801653,0.42975205,0.41735536,0.41322315,0.45454547,0.46694216,0.34710744,0.3264463,0.3140496,0.3264463,0.32231405,0.3264463,0.3181818,0.32231405,0.32231405,0.30991736,0.33471075,0.35950413,0.3677686,0.38429752,0.3677686,0.3677686,0.4090909,0.45454547,0.49173555,0.5041322,0.5123967,0.5082645,0.4876033,0.45454547,0.4214876,0.3966942,0.38429752,0.36363637,0.34710744,0.32231405,0.3181818,0.32231405,0.3305785,0.3305785,0.33471075,0.3553719,0.35123968,0.38429752,0.38842976,0.40082645,0.4214876,0.43801653,0.45454547,0.46280992,0.5,0.5,0.49586776,0.49173555,0.46280992,0.45454547,0.4338843,0.44214877,0.44214877,0.4338843,0.4338843,0.42561984,0.42975205,0.43801653,0.4214876,0.42975205,0.40082645,0.42975205,0.45867768,0.46280992,0.32231405,0.3140496,0.3140496,0.3264463,0.3181818,0.3264463,0.32231405,0.3264463,0.3264463,0.27272728,0.3140496,0.39256197,0.3553719,0.3677686,0.37190083,0.37190083,0.40082645,0.44214877,0.47933885,0.5,0.5165289,0.5206612,0.5041322,0.47933885,0.446281,0.42561984,0.4090909,0.37603307,0.35123968,0.33471075,0.3305785,0.3305785,0.3181818,0.3264463,0.33471075,0.34710744,0.34710744,0.38842976,0.38429752,0.41322315,0.4338843,0.45454547,0.46694216,0.48347107,0.47107437,0.49173555,0.49586776,0.4752066,0.46280992,0.44214877,0.42975205,0.446281,0.42561984,0.42561984,0.4214876,0.42561984,0.42561984,0.42561984,0.42561984,0.4090909,0.41735536,0.43801653,0.45041323,0.45041323,0.2892562,0.30991736,0.3181818,0.3305785,0.3181818,0.32231405,0.3264463,0.3305785,0.30578512,0.17768595,0.23553719,0.42561984,0.39256197,0.35123968,0.3677686,0.3677686,0.38842976,0.42975205,0.45867768,0.4876033,0.5165289,0.53305787,0.5247934,0.5,0.4752066,0.45041323,0.42975205,0.40495867,0.39256197,0.3677686,0.35950413,0.34710744,0.3305785,0.35123968,0.37190083,0.35123968,0.35950413,0.3966942,0.3966942,0.42975205,0.446281,0.46280992,0.47933885,0.5,0.4876033,0.47933885,0.49173555,0.46694216,0.46280992,0.4338843,0.446281,0.44214877,0.42561984,0.42561984,0.4214876,0.41322315,0.41735536,0.40495867,0.4090909,0.41735536,0.44214877,0.45454547,0.47107437,0.4214876,0.2520661,0.3181818,0.32231405,0.3264463,0.32231405,0.3264463,0.3305785,0.3181818,0.25619835,0.09917355,0.1983471,0.4338843,0.45041323,0.35950413,0.35123968,0.36363637,0.37190083,0.4090909,0.44214877,0.47933885,0.5123967,0.53305787,0.5413223,0.5247934,0.5082645,0.47107437,0.45454547,0.43801653,0.42561984,0.41322315,0.38016528,0.4090909,0.40082645,0.41735536,0.4214876,0.4214876,0.42975205,0.4338843,0.446281,0.45454547,0.46280992,0.4752066,0.5,0.49173555,0.5,0.5,0.46280992,0.46280992,0.45041323,0.446281,0.446281,0.4338843,0.42561984,0.42561984,0.41735536,0.40495867,0.41322315,0.3966942,0.41322315,0.4338843,0.44214877,0.446281,0.46280992,0.38016528,0.21900827,0.30578512,0.3140496,0.32231405,0.3264463,0.3305785,0.3264463,0.2768595,0.19008264,0.06198347,0.19008264,0.42975205,0.46694216,0.37603307,0.3429752,0.35123968,0.37190083,0.40082645,0.44214877,0.45454547,0.49586776,0.5206612,0.5371901,0.5413223,0.5413223,0.5289256,0.5123967,0.5165289,0.5165289,0.5123967,0.5123967,0.5247934,0.5041322,0.5206612,0.5041322,0.5206612,0.5123967,0.5123967,0.5165289,0.5041322,0.4876033,0.49586776,0.5,0.49173555,0.48347107,0.4876033,0.47933885,0.446281,0.44214877,0.4338843,0.42975205,0.4338843,0.4214876,0.42561984,0.41735536,0.40082645,0.3966942,0.3966942,0.42561984,0.44214877,0.446281,0.45041323,0.46694216,0.3181818,0.23140496,0.3140496,0.30991736,0.3181818,0.3264463,0.338843,0.3181818,0.2231405,0.1322314,0.037190083,0.19008264,0.42975205,0.45454547,0.41322315,0.3305785,0.3305785,0.3429752,0.38429752,0.42561984,0.44214877,0.4752066,0.5123967,0.5206612,0.5289256,0.57024795,0.5785124,0.5785124,0.59090906,0.58264464,0.58264464,0.58264464,0.57438016,0.553719,0.57024795,0.55785125,0.55785125,0.5785124,0.57024795,0.5661157,0.5371901,0.5247934,0.5,0.48347107,0.4876033,0.47933885,0.47107437,0.47107437,0.45454547,0.4338843,0.42975205,0.42975205,0.42561984,0.4214876,0.41735536,0.40495867,0.39256197,0.3966942,0.4090909,0.42561984,0.446281,0.45454547,0.46694216,0.47107437,0.26859504,0.17355372,0.3181818,0.3140496,0.3140496,0.3140496,0.38842976,0.3429752,0.19008264,0.10743801,0.02892562,0.19008264,0.43801653,0.46280992,0.42975205,0.33471075,0.30578512,0.3181818,0.3677686,0.40082645,0.42561984,0.45041323,0.5082645,0.5,0.5082645,0.54545456,0.57438016,0.58264464,0.5785124,0.58677685,0.59090906,0.57024795,0.55785125,0.5495868,0.56198347,0.5661157,0.55785125,0.58677685,0.58677685,0.5661157,0.5371901,0.53305787,0.49173555,0.46694216,0.47933885,0.46694216,0.46280992,0.44214877,0.45454547,0.4338843,0.42975205,0.4338843,0.41322315,0.4090909,0.40082645,0.38429752,0.38429752,0.40082645,0.4090909,0.42561984,0.446281,0.45454547,0.47107437,0.46280992,0.24793388,0.09917355,0.3181818,0.3181818,0.3140496,0.3677686,0.54545456,0.45454547,0.20247933,0.08264463,0.020661157,0.19421488,0.45454547,0.45867768,0.43801653,0.39256197,0.3140496,0.2644628,0.3305785,0.36363637,0.4090909,0.42975205,0.4752066,0.4876033,0.48347107,0.5041322,0.5247934,0.54545456,0.55785125,0.5371901,0.5289256,0.54545456,0.5413223,0.5289256,0.5289256,0.5371901,0.5371901,0.553719,0.553719,0.5371901,0.5082645,0.5041322,0.4752066,0.45867768,0.46280992,0.45867768,0.446281,0.42561984,0.42975205,0.4214876,0.41322315,0.4214876,0.4090909,0.38429752,0.38429752,0.38429752,0.38429752,0.40082645,0.41735536,0.4338843,0.446281,0.45041323,0.48347107,0.42561984,0.17355372,0.053719006,0.3305785,0.2892562,0.338843,0.49586776,0.677686,0.5289256,0.18181819,0.0785124,0.016528925,0.1983471,0.46694216,0.45454547,0.44214877,0.41735536,0.3553719,0.2644628,0.2768595,0.3305785,0.37603307,0.40082645,0.43801653,0.46280992,0.46280992,0.47107437,0.48347107,0.5041322,0.5082645,0.5041322,0.49173555,0.5,0.5206612,0.5041322,0.5,0.5041322,0.5041322,0.5041322,0.49173555,0.4876033,0.47107437,0.46280992,0.446281,0.43801653,0.44214877,0.4338843,0.42561984,0.42561984,0.41735536,0.41322315,0.4090909,0.41322315,0.3966942,0.37190083,0.37190083,0.37603307,0.38429752,0.4090909,0.4214876,0.43801653,0.45041323,0.44214877,0.47933885,0.37190083,0.10743801,0.03305785,0.28512397,0.3553719,0.47933885,0.6487603,0.74380165,0.5082645,0.13636364,0.08677686,0.008264462,0.21900827,0.47933885,0.46694216,0.42561984,0.43801653,0.37603307,0.30165288,0.2603306,0.27272728,0.338843,0.37190083,0.39256197,0.42975205,0.43801653,0.446281,0.45041323,0.47107437,0.45867768,0.46280992,0.45454547,0.446281,0.44214877,0.46280992,0.45867768,0.45867768,0.46280992,0.45454547,0.446281,0.44214877,0.44214877,0.4338843,0.42561984,0.42561984,0.4214876,0.41322315,0.41735536,0.41322315,0.4090909,0.3966942,0.3966942,0.39256197,0.3677686,0.35123968,0.35950413,0.37603307,0.39256197,0.40495867,0.41322315,0.43801653,0.446281,0.44214877,0.47933885,0.30165288,0.08264463,0.041322313,0.3966942,0.5041322,0.62396693,0.7107438,0.71487606,0.45867768,0.10743801,0.11157025,0.004132231,0.24793388,0.4876033,0.4752066,0.42561984,0.43801653,0.3966942,0.338843,0.30578512,0.27272728,0.25619835,0.32231405,0.35950413,0.38842976,0.40082645,0.41322315,0.4090909,0.4214876,0.41735536,0.40495867,0.41322315,0.4090909,0.4090909,0.41735536,0.41322315,0.41322315,0.41322315,0.41322315,0.41322315,0.4090909,0.4090909,0.41322315,0.40495867,0.4090909,0.40495867,0.4090909,0.41735536,0.4090909,0.3966942,0.38016528,0.37603307,0.37190083,0.35950413,0.3553719,0.36363637,0.38842976,0.3966942,0.39256197,0.41322315,0.4338843,0.4338843,0.42975205,0.45867768,0.21900827,0.07024793,0.07024793,0.57438016,0.6198347,0.6859504,0.71487606,0.6942149,0.40082645,0.10330579,0.12396694,0.020661157,0.2603306,0.47107437,0.47933885,0.4338843,0.43801653,0.40495867,0.38429752,0.3264463,0.28099173,0.2603306,0.2644628,0.30578512,0.3553719,0.37603307,0.38429752,0.37603307,0.38016528,0.37603307,0.37603307,0.37190083,0.37190083,0.38429752,0.3677686,0.36363637,0.37603307,0.37603307,0.38016528,0.38842976,0.39256197,0.3966942,0.3966942,0.3966942,0.40495867,0.40082645,0.3966942,0.40082645,0.39256197,0.38016528,0.3677686,0.35123968,0.35123968,0.35123968,0.35123968,0.38429752,0.3966942,0.3966942,0.38842976,0.4090909,0.4338843,0.42975205,0.42561984,0.4090909,0.14876033,0.06198347,0.08677686,0.6652893,0.6280992,0.7066116,0.7231405,0.6404959,0.3429752,0.11983471,0.12809917,0.049586777,0.2603306,0.46280992,0.4752066,0.45867768,0.43801653,0.4214876,0.38429752,0.36363637,0.32231405,0.26859504,0.2644628,0.24793388,0.2892562,0.3429752,0.3677686,0.36363637,0.35950413,0.3677686,0.3677686,0.3553719,0.35123968,0.37190083,0.36363637,0.35123968,0.3677686,0.3677686,0.3677686,0.37603307,0.39256197,0.3966942,0.39256197,0.3966942,0.3966942,0.39256197,0.38016528,0.37603307,0.3677686,0.34710744,0.338843,0.34710744,0.3553719,0.3677686,0.37603307,0.3966942,0.40495867,0.38842976,0.38429752,0.40495867,0.41735536,0.42561984,0.41322315,0.35950413,0.06198347,0.06198347,0.10330579,20 +0.32231405,0.4090909,0.45454547,0.47107437,0.48347107,0.47107437,0.5165289,0.5413223,0.54545456,0.5495868,0.5495868,0.5495868,0.55785125,0.5661157,0.5785124,0.59090906,0.60330576,0.6198347,0.62396693,0.61570245,0.6446281,0.6528926,0.6528926,0.6487603,0.6446281,0.6487603,0.6446281,0.6280992,0.6198347,0.61157024,0.6198347,0.6198347,0.607438,0.59090906,0.60330576,0.61157024,0.6198347,0.6280992,0.6322314,0.6280992,0.6322314,0.6280992,0.6322314,0.6363636,0.6404959,0.6322314,0.6322314,0.61570245,0.607438,0.60330576,0.59504133,0.59917355,0.58677685,0.56198347,0.55785125,0.55785125,0.5495868,0.5206612,0.47933885,0.45867768,0.47107437,0.45454547,0.446281,0.45041323,0.3264463,0.4090909,0.45041323,0.46694216,0.4876033,0.48347107,0.5,0.53305787,0.5495868,0.5495868,0.5661157,0.56198347,0.56198347,0.5661157,0.58264464,0.59504133,0.61157024,0.62396693,0.6280992,0.6322314,0.6446281,0.661157,0.6528926,0.6487603,0.6528926,0.6528926,0.6404959,0.6280992,0.6198347,0.61157024,0.607438,0.59917355,0.607438,0.58264464,0.59504133,0.60330576,0.607438,0.6198347,0.6280992,0.6363636,0.6404959,0.6363636,0.6363636,0.6404959,0.6570248,0.6280992,0.6404959,0.6198347,0.61570245,0.61157024,0.607438,0.60330576,0.5785124,0.55785125,0.57024795,0.553719,0.54545456,0.5082645,0.4752066,0.46280992,0.47933885,0.45867768,0.446281,0.446281,0.3305785,0.41322315,0.446281,0.46280992,0.48347107,0.48347107,0.49586776,0.5206612,0.5371901,0.5495868,0.57438016,0.5661157,0.57438016,0.5785124,0.58677685,0.59504133,0.607438,0.6198347,0.6363636,0.6404959,0.6363636,0.6652893,0.6735537,0.6528926,0.6528926,0.6487603,0.6446281,0.6363636,0.62396693,0.61157024,0.59504133,0.59090906,0.60330576,0.58677685,0.59504133,0.59917355,0.61157024,0.607438,0.60330576,0.6198347,0.6404959,0.6363636,0.62396693,0.6322314,0.6487603,0.6322314,0.6404959,0.61570245,0.62396693,0.62396693,0.61570245,0.60330576,0.5785124,0.55785125,0.553719,0.54545456,0.5371901,0.5041322,0.47933885,0.47107437,0.48347107,0.46280992,0.44214877,0.446281,0.3264463,0.40082645,0.44214877,0.46280992,0.4752066,0.48347107,0.47933885,0.5,0.53305787,0.553719,0.5661157,0.57438016,0.58677685,0.58677685,0.58677685,0.58677685,0.59090906,0.607438,0.6280992,0.62396693,0.6363636,0.6487603,0.6694215,0.6570248,0.6404959,0.6363636,0.6404959,0.6322314,0.62396693,0.61157024,0.59504133,0.59917355,0.59917355,0.59917355,0.59090906,0.61157024,0.607438,0.59504133,0.58264464,0.60330576,0.6280992,0.6280992,0.61570245,0.61570245,0.6280992,0.6322314,0.62396693,0.6198347,0.62396693,0.62396693,0.61570245,0.59917355,0.57438016,0.54545456,0.53305787,0.53305787,0.5289256,0.5041322,0.48347107,0.4752066,0.47933885,0.45867768,0.4338843,0.44214877,0.3305785,0.40082645,0.44214877,0.46694216,0.46694216,0.4752066,0.49586776,0.5041322,0.5371901,0.55785125,0.56198347,0.58677685,0.59917355,0.58677685,0.5785124,0.58264464,0.58264464,0.59090906,0.607438,0.61157024,0.61570245,0.6404959,0.6404959,0.6280992,0.6280992,0.6280992,0.6280992,0.61570245,0.61157024,0.60330576,0.59917355,0.607438,0.59917355,0.607438,0.59917355,0.61157024,0.61570245,0.59090906,0.58677685,0.59917355,0.607438,0.60330576,0.59917355,0.59917355,0.61570245,0.61570245,0.607438,0.60330576,0.61570245,0.6198347,0.62396693,0.59917355,0.5785124,0.5495868,0.53305787,0.53305787,0.5247934,0.5041322,0.47933885,0.47933885,0.46694216,0.46694216,0.4338843,0.446281,0.3305785,0.40495867,0.44214877,0.45454547,0.46694216,0.4752066,0.49173555,0.5123967,0.5371901,0.5661157,0.57024795,0.59090906,0.60330576,0.58677685,0.5785124,0.5785124,0.55785125,0.5495868,0.57024795,0.58677685,0.5785124,0.61157024,0.61157024,0.59090906,0.61157024,0.61157024,0.61570245,0.59504133,0.59504133,0.59504133,0.58264464,0.59504133,0.61157024,0.59917355,0.607438,0.607438,0.59504133,0.58264464,0.5785124,0.5785124,0.5785124,0.57024795,0.56198347,0.5661157,0.5785124,0.58264464,0.58264464,0.5785124,0.59504133,0.607438,0.62396693,0.59917355,0.57438016,0.5495868,0.5413223,0.5413223,0.53305787,0.5,0.47107437,0.4752066,0.46280992,0.45867768,0.45454547,0.44214877,0.3140496,0.41735536,0.446281,0.45454547,0.45867768,0.47107437,0.49586776,0.5247934,0.5413223,0.57024795,0.59090906,0.59090906,0.58677685,0.59917355,0.57024795,0.55785125,0.553719,0.5371901,0.5371901,0.5413223,0.5413223,0.5661157,0.57438016,0.57024795,0.58264464,0.59504133,0.59504133,0.58677685,0.58264464,0.5785124,0.5785124,0.59504133,0.607438,0.59504133,0.59504133,0.60330576,0.57438016,0.5661157,0.56198347,0.5495868,0.54545456,0.5247934,0.5123967,0.5123967,0.5165289,0.5289256,0.553719,0.55785125,0.56198347,0.57024795,0.5785124,0.5785124,0.56198347,0.553719,0.553719,0.56198347,0.5495868,0.5082645,0.47933885,0.47107437,0.45867768,0.45041323,0.44214877,0.4338843,0.30991736,0.41735536,0.45454547,0.45867768,0.45867768,0.46694216,0.5,0.53305787,0.5413223,0.55785125,0.5785124,0.56198347,0.56198347,0.58264464,0.55785125,0.53305787,0.5165289,0.5041322,0.5041322,0.5041322,0.49586776,0.5082645,0.53305787,0.54545456,0.553719,0.58264464,0.56198347,0.55785125,0.56198347,0.553719,0.56198347,0.58264464,0.58677685,0.57438016,0.5785124,0.58677685,0.56198347,0.55785125,0.5495868,0.5247934,0.5041322,0.4752066,0.45867768,0.446281,0.45041323,0.46280992,0.4876033,0.5,0.5,0.5206612,0.5206612,0.5289256,0.5413223,0.5371901,0.553719,0.57438016,0.56198347,0.5206612,0.4876033,0.47107437,0.45867768,0.45867768,0.42561984,0.44214877,0.2892562,0.4214876,0.45454547,0.45867768,0.45867768,0.4752066,0.5,0.5206612,0.5247934,0.53305787,0.5289256,0.5247934,0.49173555,0.5123967,0.47933885,0.46694216,0.45867768,0.446281,0.44214877,0.44214877,0.44214877,0.45041323,0.47933885,0.5082645,0.5206612,0.54545456,0.5206612,0.5082645,0.5247934,0.5206612,0.53305787,0.553719,0.55785125,0.54545456,0.5495868,0.55785125,0.5413223,0.5371901,0.5247934,0.5,0.45867768,0.42975205,0.41322315,0.38842976,0.38016528,0.40082645,0.42975205,0.43801653,0.44214877,0.47107437,0.4752066,0.48347107,0.5041322,0.5082645,0.53305787,0.553719,0.55785125,0.53305787,0.5,0.48347107,0.46280992,0.45041323,0.43801653,0.43801653,0.2768595,0.4338843,0.446281,0.46280992,0.45867768,0.4752066,0.47933885,0.48347107,0.49586776,0.5041322,0.49586776,0.49586776,0.45867768,0.46280992,0.4214876,0.41322315,0.39256197,0.38429752,0.37603307,0.37603307,0.38429752,0.40082645,0.42561984,0.45454547,0.4752066,0.5041322,0.49173555,0.46694216,0.49173555,0.5041322,0.5165289,0.53305787,0.53305787,0.5165289,0.5123967,0.5206612,0.5123967,0.5,0.47933885,0.46280992,0.41735536,0.38429752,0.36363637,0.338843,0.33471075,0.34710744,0.35123968,0.3553719,0.38842976,0.41735536,0.43801653,0.45867768,0.47107437,0.48347107,0.5041322,0.5123967,0.5371901,0.53305787,0.5123967,0.4876033,0.45867768,0.45041323,0.45454547,0.42975205,0.26859504,0.42975205,0.45454547,0.47107437,0.45867768,0.45454547,0.45041323,0.45041323,0.45867768,0.46694216,0.46694216,0.45041323,0.4090909,0.39256197,0.37190083,0.35950413,0.3429752,0.338843,0.3305785,0.3264463,0.3305785,0.35123968,0.37190083,0.39256197,0.42561984,0.45867768,0.46280992,0.46694216,0.49173555,0.5041322,0.5247934,0.5371901,0.53305787,0.5,0.48347107,0.49173555,0.47933885,0.45867768,0.4338843,0.41322315,0.3677686,0.3429752,0.33471075,0.32231405,0.30578512,0.3140496,0.3264463,0.33471075,0.35950413,0.38016528,0.41322315,0.42975205,0.46280992,0.45867768,0.47107437,0.48347107,0.49173555,0.5123967,0.5165289,0.49586776,0.46694216,0.446281,0.43801653,0.446281,0.26859504,0.4214876,0.47107437,0.4752066,0.46694216,0.43801653,0.43801653,0.45041323,0.4338843,0.4338843,0.44214877,0.4214876,0.38429752,0.35950413,0.36363637,0.34710744,0.3264463,0.3264463,0.30991736,0.30991736,0.30165288,0.30578512,0.32231405,0.3305785,0.35950413,0.41322315,0.42975205,0.48347107,0.4876033,0.5041322,0.5495868,0.5661157,0.553719,0.5082645,0.4752066,0.45867768,0.43801653,0.41322315,0.38842976,0.3677686,0.338843,0.30165288,0.32231405,0.3181818,0.3181818,0.3264463,0.33471075,0.3429752,0.35950413,0.37603307,0.39256197,0.4090909,0.45454547,0.4338843,0.45454547,0.45867768,0.46280992,0.47933885,0.49586776,0.49173555,0.4752066,0.45041323,0.4338843,0.45041323,0.27272728,0.42561984,0.4752066,0.47107437,0.46694216,0.42975205,0.4214876,0.4338843,0.4214876,0.41322315,0.40495867,0.39256197,0.38016528,0.35123968,0.34710744,0.3429752,0.30165288,0.30578512,0.28099173,0.29338843,0.29338843,0.2892562,0.29752067,0.30578512,0.3181818,0.34710744,0.38016528,0.446281,0.4876033,0.5206612,0.553719,0.59090906,0.58264464,0.5413223,0.4876033,0.4338843,0.3966942,0.37190083,0.35123968,0.33471075,0.30991736,0.30165288,0.30991736,0.3140496,0.30578512,0.30991736,0.3264463,0.338843,0.35123968,0.37190083,0.38429752,0.40495867,0.42561984,0.42561984,0.446281,0.44214877,0.44214877,0.446281,0.47107437,0.4752066,0.46694216,0.446281,0.4338843,0.45041323,0.29338843,0.4338843,0.46694216,0.47107437,0.446281,0.4214876,0.4090909,0.41322315,0.3966942,0.38429752,0.37190083,0.35123968,0.3305785,0.30578512,0.29338843,0.30165288,0.26859504,0.28099173,0.24793388,0.24793388,0.25619835,0.26859504,0.28099173,0.2892562,0.29338843,0.30578512,0.3305785,0.4090909,0.49173555,0.5371901,0.5661157,0.6198347,0.6198347,0.58264464,0.5123967,0.4338843,0.38016528,0.34710744,0.32231405,0.3181818,0.30578512,0.30991736,0.28512397,0.2520661,0.2520661,0.2644628,0.2892562,0.30578512,0.3140496,0.33471075,0.35950413,0.37190083,0.40082645,0.40495867,0.4214876,0.41322315,0.42561984,0.43801653,0.43801653,0.45454547,0.45867768,0.446281,0.44214877,0.45454547,0.3264463,0.446281,0.46694216,0.45867768,0.4338843,0.40082645,0.39256197,0.38429752,0.37190083,0.3553719,0.32231405,0.2892562,0.2768595,0.27272728,0.26859504,0.2603306,0.24793388,0.2520661,0.2231405,0.2231405,0.23140496,0.2231405,0.23966943,0.2768595,0.28099173,0.27272728,0.29338843,0.3677686,0.4876033,0.56198347,0.61570245,0.6528926,0.6528926,0.61157024,0.5495868,0.45454547,0.37603307,0.33471075,0.32231405,0.3140496,0.30578512,0.28512397,0.24793388,0.22727273,0.2520661,0.2520661,0.2520661,0.2520661,0.2644628,0.28512397,0.30578512,0.3181818,0.33471075,0.34710744,0.38429752,0.3966942,0.40495867,0.41322315,0.40495867,0.43801653,0.45041323,0.45041323,0.45867768,0.46280992,0.36363637,0.45041323,0.46694216,0.46280992,0.43801653,0.38842976,0.3553719,0.3553719,0.3429752,0.30578512,0.2644628,0.25619835,0.2768595,0.2768595,0.2520661,0.2231405,0.21900827,0.19421488,0.1983471,0.19008264,0.2603306,0.24380165,0.23553719,0.25619835,0.26859504,0.2644628,0.2603306,0.32231405,0.47933885,0.58677685,0.6570248,0.6859504,0.677686,0.6528926,0.59090906,0.46280992,0.38842976,0.35950413,0.338843,0.3264463,0.30578512,0.2768595,0.24793388,0.25619835,0.28512397,0.24793388,0.21900827,0.1983471,0.2107438,0.24380165,0.2768595,0.30991736,0.32231405,0.29752067,0.30991736,0.36363637,0.3966942,0.40082645,0.40082645,0.42975205,0.45041323,0.45867768,0.46694216,0.46694216,0.37603307,0.45041323,0.47107437,0.46694216,0.45041323,0.40082645,0.3553719,0.33471075,0.3181818,0.26859504,0.2603306,0.26859504,0.28512397,0.2892562,0.23966943,0.18181819,0.18181819,0.15289256,0.18181819,0.12809917,0.28512397,0.28512397,0.23966943,0.2520661,0.2644628,0.2644628,0.24793388,0.30578512,0.46280992,0.58264464,0.6652893,0.7066116,0.6942149,0.677686,0.62396693,0.4876033,0.3966942,0.37603307,0.3677686,0.3553719,0.32231405,0.27272728,0.24380165,0.28512397,0.33471075,0.23966943,0.18595041,0.1570248,0.14876033,0.17768595,0.21900827,0.2603306,0.30578512,0.3264463,0.3140496,0.28099173,0.3677686,0.40495867,0.40082645,0.42975205,0.45454547,0.46694216,0.46280992,0.46280992,0.36363637,0.45454547,0.47933885,0.4752066,0.45867768,0.4090909,0.36363637,0.338843,0.29752067,0.26859504,0.2768595,0.2603306,0.26859504,0.30991736,0.28099173,0.19421488,0.14876033,0.12809917,0.1446281,0.18595041,0.338843,0.33471075,0.2520661,0.22727273,0.2603306,0.28099173,0.26859504,0.32231405,0.45867768,0.57024795,0.6652893,0.72727275,0.7231405,0.6942149,0.6694215,0.53305787,0.41735536,0.40495867,0.41322315,0.3966942,0.338843,0.2603306,0.23966943,0.30991736,0.38429752,0.26859504,0.19008264,0.12809917,0.12809917,0.14876033,0.22727273,0.30165288,0.30165288,0.28512397,0.30165288,0.29338843,0.33471075,0.39256197,0.40082645,0.43801653,0.45041323,0.45867768,0.46280992,0.46694216,0.35950413,0.44214877,0.47107437,0.48347107,0.49173555,0.45041323,0.40082645,0.35123968,0.3140496,0.29752067,0.29338843,0.24793388,0.2603306,0.338843,0.33471075,0.25619835,0.21487603,0.2107438,0.20661157,0.2644628,0.3677686,0.3677686,0.2520661,0.22727273,0.26859504,0.30578512,0.32231405,0.37190083,0.4752066,0.5785124,0.6652893,0.7355372,0.75206614,0.7107438,0.6942149,0.59917355,0.44214877,0.4214876,0.43801653,0.42561984,0.36363637,0.28512397,0.2644628,0.3264463,0.40082645,0.33471075,0.23140496,0.1983471,0.18181819,0.17768595,0.28099173,0.35123968,0.3264463,0.29338843,0.29752067,0.30991736,0.3429752,0.38429752,0.4090909,0.44214877,0.45867768,0.46694216,0.45867768,0.45867768,0.3553719,0.41322315,0.45041323,0.48347107,0.5206612,0.5165289,0.46694216,0.42561984,0.38842976,0.3677686,0.3305785,0.30165288,0.30578512,0.35950413,0.38429752,0.338843,0.29338843,0.2892562,0.30578512,0.35950413,0.4090909,0.38016528,0.29338843,0.30165288,0.3140496,0.338843,0.38842976,0.43801653,0.49586776,0.58677685,0.6818182,0.72727275,0.7355372,0.71900827,0.6859504,0.6363636,0.47933885,0.4338843,0.45454547,0.45041323,0.41322315,0.35950413,0.3264463,0.34710744,0.3966942,0.4090909,0.35123968,0.28099173,0.28099173,0.30165288,0.36363637,0.39256197,0.37190083,0.3553719,0.35123968,0.35123968,0.38016528,0.3966942,0.41322315,0.45867768,0.47933885,0.48347107,0.47107437,0.46280992,0.36363637,0.3966942,0.446281,0.49586776,0.5413223,0.553719,0.53305787,0.5206612,0.49173555,0.48347107,0.41322315,0.38016528,0.3966942,0.4338843,0.46280992,0.49173555,0.4876033,0.46694216,0.45041323,0.44214877,0.44214877,0.41735536,0.38016528,0.40495867,0.37603307,0.39256197,0.45041323,0.4876033,0.5123967,0.58677685,0.677686,0.7107438,0.7107438,0.6983471,0.6735537,0.6487603,0.49173555,0.43801653,0.48347107,0.48347107,0.45454547,0.42561984,0.40495867,0.40082645,0.42561984,0.45454547,0.45867768,0.41322315,0.40495867,0.3966942,0.42975205,0.42975205,0.4090909,0.41322315,0.4214876,0.4214876,0.41735536,0.42561984,0.43801653,0.46694216,0.49586776,0.47933885,0.4752066,0.446281,0.35950413,0.3966942,0.44214877,0.5,0.553719,0.57438016,0.5785124,0.58677685,0.57438016,0.5661157,0.5123967,0.45041323,0.4338843,0.45867768,0.45867768,0.47933885,0.49173555,0.4876033,0.4876033,0.48347107,0.4752066,0.4752066,0.46280992,0.47933885,0.45041323,0.48347107,0.5247934,0.5247934,0.5123967,0.56198347,0.6652893,0.73140496,0.72727275,0.7066116,0.677686,0.62396693,0.4876033,0.44214877,0.5082645,0.5206612,0.5041322,0.47107437,0.45454547,0.45454547,0.46280992,0.47107437,0.45867768,0.446281,0.43801653,0.4338843,0.45867768,0.46280992,0.45041323,0.45454547,0.46694216,0.47107437,0.46280992,0.46280992,0.4752066,0.4876033,0.5123967,0.49586776,0.48347107,0.446281,0.38429752,0.38842976,0.4338843,0.49586776,0.553719,0.58677685,0.607438,0.61157024,0.59090906,0.57024795,0.5495868,0.53305787,0.5082645,0.5041322,0.5,0.5165289,0.5165289,0.5165289,0.5165289,0.5165289,0.5206612,0.5289256,0.53305787,0.54545456,0.5289256,0.5661157,0.57024795,0.5371901,0.5041322,0.5495868,0.6528926,0.73140496,0.7355372,0.7107438,0.6735537,0.59504133,0.47933885,0.43801653,0.5165289,0.54545456,0.5661157,0.54545456,0.5,0.47107437,0.47107437,0.48347107,0.48347107,0.48347107,0.4752066,0.4752066,0.46694216,0.47933885,0.4752066,0.4876033,0.49173555,0.49586776,0.5,0.5082645,0.5206612,0.5289256,0.53305787,0.5247934,0.47933885,0.45041323,0.42975205,0.38842976,0.41322315,0.48347107,0.54545456,0.59090906,0.61570245,0.61570245,0.59090906,0.57024795,0.54545456,0.5165289,0.5289256,0.5082645,0.5123967,0.5123967,0.5247934,0.53305787,0.53305787,0.54545456,0.57024795,0.59090906,0.60330576,0.60330576,0.59090906,0.60330576,0.56198347,0.5413223,0.5,0.5495868,0.6404959,0.7107438,0.73140496,0.7066116,0.6570248,0.57438016,0.47107437,0.446281,0.5165289,0.5413223,0.59090906,0.59917355,0.59090906,0.553719,0.5123967,0.49173555,0.4876033,0.48347107,0.47933885,0.48347107,0.46280992,0.48347107,0.49173555,0.5123967,0.5165289,0.5247934,0.5371901,0.5495868,0.56198347,0.5661157,0.55785125,0.5371901,0.47933885,0.446281,0.49173555,0.38842976,0.40082645,0.47933885,0.5371901,0.58264464,0.61570245,0.62396693,0.6280992,0.6322314,0.61570245,0.5661157,0.57024795,0.55785125,0.553719,0.56198347,0.5661157,0.5661157,0.57438016,0.59917355,0.6280992,0.6528926,0.6528926,0.6280992,0.60330576,0.58677685,0.5495868,0.5247934,0.5082645,0.553719,0.6280992,0.69008267,0.7107438,0.6942149,0.6446281,0.55785125,0.47933885,0.46694216,0.49586776,0.5413223,0.553719,0.61157024,0.6528926,0.6446281,0.607438,0.5661157,0.53305787,0.5123967,0.5,0.49586776,0.49586776,0.5165289,0.5371901,0.55785125,0.55785125,0.56198347,0.5661157,0.57438016,0.58677685,0.58677685,0.5661157,0.53305787,0.4752066,0.44214877,0.5413223,0.4090909,0.3966942,0.46280992,0.53305787,0.5661157,0.60330576,0.6280992,0.6322314,0.6363636,0.6404959,0.62396693,0.607438,0.6198347,0.6198347,0.6322314,0.6404959,0.6322314,0.6487603,0.661157,0.6735537,0.6694215,0.6446281,0.6198347,0.59917355,0.58677685,0.553719,0.5289256,0.5247934,0.5661157,0.6198347,0.6694215,0.6942149,0.6859504,0.6404959,0.56198347,0.5,0.48347107,0.49173555,0.5289256,0.553719,0.6198347,0.6528926,0.6694215,0.6694215,0.6570248,0.6322314,0.59917355,0.57024795,0.55785125,0.57024795,0.57438016,0.59504133,0.607438,0.6198347,0.62396693,0.6198347,0.60330576,0.59504133,0.59090906,0.5661157,0.5247934,0.46694216,0.4338843,0.57024795,0.47107437,0.38842976,0.446281,0.5206612,0.54545456,0.5785124,0.607438,0.62396693,0.6280992,0.6363636,0.6487603,0.6404959,0.6528926,0.661157,0.6652893,0.69008267,0.677686,0.6818182,0.677686,0.6735537,0.661157,0.6404959,0.62396693,0.59504133,0.57024795,0.54545456,0.5371901,0.54545456,0.58677685,0.62396693,0.6652893,0.6859504,0.6818182,0.6446281,0.58264464,0.53305787,0.5041322,0.4876033,0.5289256,0.58264464,0.6280992,0.6570248,0.677686,0.6859504,0.69008267,0.6859504,0.6652893,0.6446281,0.6363636,0.6363636,0.6363636,0.6487603,0.6528926,0.6487603,0.6446281,0.6322314,0.61157024,0.59917355,0.59090906,0.5661157,0.5206612,0.47107437,0.42975205,0.5495868,0.53305787,0.39256197,0.43801653,0.49586776,0.5123967,0.5495868,0.58264464,0.59917355,0.61157024,0.62396693,0.6363636,0.6446281,0.6570248,0.6652893,0.6652893,0.69008267,0.6859504,0.677686,0.6735537,0.6652893,0.6528926,0.6404959,0.6198347,0.59504133,0.5661157,0.54545456,0.56198347,0.57024795,0.6198347,0.6446281,0.6735537,0.69008267,0.6859504,0.661157,0.61570245,0.5661157,0.5247934,0.5082645,0.5413223,0.59504133,0.6528926,0.6735537,0.6859504,0.6859504,0.69008267,0.6942149,0.69008267,0.677686,0.6735537,0.6735537,0.6652893,0.661157,0.6446281,0.6528926,0.6487603,0.6363636,0.607438,0.59504133,0.58677685,0.55785125,0.5123967,0.47107437,0.42975205,0.5041322,0.58677685,0.41322315,0.4214876,0.47933885,0.5123967,0.5371901,0.55785125,0.58677685,0.60330576,0.61570245,0.6280992,0.6446281,0.661157,0.6652893,0.6652893,0.6859504,0.69008267,0.6735537,0.6735537,0.6652893,0.6528926,0.6322314,0.607438,0.58264464,0.553719,0.5495868,0.5785124,0.59504133,0.6446281,0.6694215,0.69008267,0.6983471,0.6942149,0.6652893,0.6280992,0.59090906,0.5413223,0.5041322,0.53305787,0.58264464,0.6404959,0.6735537,0.6859504,0.6859504,0.69008267,0.6942149,0.6983471,0.6983471,0.69008267,0.677686,0.677686,0.6818182,0.6528926,0.6363636,0.6404959,0.6280992,0.60330576,0.59090906,0.5785124,0.5495868,0.5041322,0.45867768,0.42975205,0.553719,0.6198347,0.46280992,0.40495867,0.46694216,0.5041322,0.5247934,0.5495868,0.57438016,0.59917355,0.61570245,0.6322314,0.6528926,0.6652893,0.6694215,0.6694215,0.6735537,0.6859504,0.6570248,0.6694215,0.6528926,0.6280992,0.59504133,0.57024795,0.55785125,0.5495868,0.553719,0.58677685,0.61570245,0.6570248,0.7066116,0.7107438,0.71900827,0.7107438,0.6859504,0.6446281,0.607438,0.55785125,0.5165289,0.53305787,0.56198347,0.58677685,0.6322314,0.6694215,0.6818182,0.69008267,0.6859504,0.6942149,0.6983471,0.6859504,0.6859504,0.6859504,0.677686,0.661157,0.6363636,0.6404959,0.6280992,0.59917355,0.58677685,0.57024795,0.5413223,0.49586776,0.45454547,0.4338843,0.59504133,0.61157024,0.49586776,0.38016528,0.4752066,0.49173555,0.5206612,0.5495868,0.5785124,0.60330576,0.62396693,0.6404959,0.6570248,0.6652893,0.6694215,0.6694215,0.6570248,0.6487603,0.6570248,0.6322314,0.60330576,0.5495868,0.5247934,0.54545456,0.56198347,0.553719,0.5495868,0.58677685,0.6198347,0.6694215,0.7355372,0.7231405,0.7355372,0.7107438,0.6818182,0.6322314,0.59090906,0.553719,0.5289256,0.5413223,0.5495868,0.5289256,0.5661157,0.62396693,0.6528926,0.677686,0.6859504,0.69008267,0.6859504,0.6859504,0.69008267,0.6818182,0.6694215,0.661157,0.6446281,0.6363636,0.6280992,0.60330576,0.5785124,0.56198347,0.53305787,0.48347107,0.45041323,0.42975205,0.5785124,0.607438,0.5206612,0.38842976,0.45454547,0.49586776,0.5206612,0.54545456,0.5785124,0.60330576,0.6198347,0.6363636,0.6487603,0.6487603,0.6528926,0.6570248,0.6363636,0.6280992,0.60330576,0.57024795,0.5206612,0.47107437,0.49173555,0.5495868,0.57438016,0.553719,0.5413223,0.56198347,0.60330576,0.6652893,0.71900827,0.7107438,0.71487606,0.7066116,0.6735537,0.62396693,0.5785124,0.5413223,0.5289256,0.55785125,0.57024795,0.5123967,0.5123967,0.55785125,0.59090906,0.6363636,0.6735537,0.6694215,0.6694215,0.6694215,0.661157,0.6652893,0.6652893,0.6487603,0.6446281,0.6280992,0.6198347,0.60330576,0.5785124,0.553719,0.5165289,0.4752066,0.45041323,0.43801653,0.56198347,0.59090906,0.5165289,0.39256197,0.43801653,0.4876033,0.5165289,0.5371901,0.57024795,0.59504133,0.607438,0.6280992,0.6280992,0.6280992,0.6280992,0.62396693,0.61570245,0.59504133,0.53305787,0.49586776,0.42975205,0.4338843,0.49586776,0.5661157,0.5661157,0.5413223,0.5289256,0.5371901,0.57438016,0.6404959,0.677686,0.6859504,0.677686,0.6859504,0.6694215,0.61157024,0.55785125,0.5247934,0.5082645,0.553719,0.58677685,0.5165289,0.47107437,0.49173555,0.5247934,0.57438016,0.607438,0.6198347,0.6322314,0.6487603,0.6487603,0.6487603,0.6446281,0.6363636,0.6363636,0.6198347,0.6198347,0.58677685,0.5785124,0.5413223,0.5041322,0.46280992,0.44214877,0.43801653,0.5165289,0.56198347,0.5041322,0.40082645,0.4214876,0.47933885,0.5082645,0.5247934,0.55785125,0.58264464,0.59504133,0.59917355,0.59917355,0.60330576,0.58677685,0.57024795,0.56198347,0.5206612,0.45867768,0.4090909,0.35950413,0.40082645,0.49173555,0.55785125,0.54545456,0.5165289,0.5,0.5123967,0.5413223,0.59090906,0.6446281,0.6528926,0.6404959,0.6446281,0.6363636,0.57024795,0.5247934,0.49173555,0.48347107,0.5371901,0.57024795,0.5082645,0.44214877,0.44214877,0.4752066,0.5123967,0.54545456,0.57438016,0.59917355,0.62396693,0.62396693,0.62396693,0.62396693,0.6198347,0.6198347,0.607438,0.61157024,0.5661157,0.5495868,0.5289256,0.49586776,0.446281,0.44214877,0.446281,0.45867768,0.5041322,0.47933885,0.40495867,0.40082645,0.45867768,0.49586776,0.5123967,0.5371901,0.56198347,0.57438016,0.57024795,0.57438016,0.57438016,0.5661157,0.5413223,0.5082645,0.45454547,0.3966942,0.3553719,0.36363637,0.41322315,0.47107437,0.5165289,0.5082645,0.47933885,0.43801653,0.4338843,0.47107437,0.5247934,0.5785124,0.59090906,0.58677685,0.57024795,0.56198347,0.5123967,0.46280992,0.44214877,0.45454547,0.5,0.53305787,0.4876033,0.4214876,0.41322315,0.4338843,0.44214877,0.5,0.53305787,0.56198347,0.59504133,0.59917355,0.59917355,0.59504133,0.59090906,0.59504133,0.59090906,0.57438016,0.54545456,0.5206612,0.5082645,0.47107437,0.44214877,0.43801653,0.45041323,0.38016528,0.42975205,0.4338843,0.40082645,0.39256197,0.4338843,0.4752066,0.49586776,0.5165289,0.53305787,0.54545456,0.54545456,0.553719,0.5495868,0.5371901,0.5082645,0.46280992,0.40082645,0.35123968,0.37190083,0.42561984,0.47107437,0.46280992,0.446281,0.4338843,0.41322315,0.35950413,0.3429752,0.38016528,0.4338843,0.49173555,0.5247934,0.5206612,0.5082645,0.4752066,0.44214877,0.40082645,0.38429752,0.4090909,0.45041323,0.47107437,0.446281,0.4214876,0.446281,0.45454547,0.4338843,0.446281,0.4752066,0.5206612,0.5495868,0.5661157,0.57024795,0.56198347,0.55785125,0.5661157,0.5661157,0.54545456,0.53305787,0.5,0.49586776,0.46280992,0.44214877,0.43801653,0.45041323,0.33471075,0.3553719,0.37190083,0.38429752,0.3966942,0.41735536,0.44214877,0.48347107,0.5,0.5041322,0.5123967,0.5082645,0.5206612,0.5206612,0.49586776,0.46280992,0.4214876,0.37190083,0.35950413,0.42561984,0.4876033,0.53305787,0.48347107,0.3677686,0.30991736,0.28512397,0.24380165,0.25619835,0.29752067,0.3553719,0.4090909,0.44214877,0.45867768,0.44214877,0.41322315,0.37190083,0.3305785,0.3181818,0.34710744,0.38016528,0.4090909,0.41735536,0.44214877,0.4876033,0.5082645,0.48347107,0.4338843,0.42975205,0.4752066,0.5041322,0.5289256,0.5413223,0.53305787,0.5371901,0.53305787,0.5206612,0.5247934,0.5082645,0.4752066,0.47107437,0.46694216,0.43801653,0.42975205,0.45454547,0.3305785,0.32231405,0.3264463,0.37190083,0.40495867,0.40495867,0.41735536,0.45867768,0.47933885,0.4752066,0.47933885,0.5,0.4876033,0.4876033,0.45867768,0.4214876,0.38429752,0.3677686,0.4090909,0.4876033,0.53305787,0.55785125,0.5413223,0.3553719,0.24380165,0.20247933,0.20247933,0.1983471,0.23140496,0.2892562,0.34710744,0.38429752,0.40082645,0.39256197,0.36363637,0.30578512,0.24380165,0.23140496,0.24793388,0.30165288,0.3553719,0.38842976,0.4338843,0.5082645,0.553719,0.53305787,0.47933885,0.41322315,0.4214876,0.45454547,0.49173555,0.5123967,0.5123967,0.5165289,0.5,0.48347107,0.4876033,0.4876033,0.46694216,0.45041323,0.45454547,0.43801653,0.42975205,0.46280992,0.338843,0.3264463,0.30165288,0.3677686,0.40495867,0.39256197,0.39256197,0.4214876,0.4338843,0.45041323,0.46694216,0.49173555,0.46280992,0.45454547,0.4214876,0.38016528,0.3553719,0.40082645,0.4752066,0.5371901,0.56198347,0.5661157,0.57024795,0.40495867,0.23140496,0.21900827,0.22727273,0.24380165,0.23553719,0.27272728,0.3264463,0.34710744,0.35950413,0.36363637,0.3305785,0.26859504,0.24380165,0.23553719,0.2231405,0.3305785,0.35950413,0.39256197,0.42975205,0.5,0.55785125,0.57024795,0.5413223,0.45454547,0.40082645,0.40082645,0.446281,0.4752066,0.47933885,0.49173555,0.4876033,0.46694216,0.46280992,0.45867768,0.446281,0.45041323,0.45454547,0.43801653,0.43801653,0.46280992,0.33471075,0.33471075,0.29338843,0.36363637,0.40495867,0.3966942,0.38016528,0.3966942,0.4214876,0.42975205,0.45454547,0.47107437,0.45041323,0.42561984,0.37190083,0.3553719,0.37603307,0.46280992,0.53305787,0.56198347,0.57024795,0.56198347,0.55785125,0.4752066,0.30991736,0.25619835,0.2520661,0.26859504,0.26859504,0.28099173,0.30578512,0.3181818,0.3305785,0.338843,0.32231405,0.30991736,0.3140496,0.30578512,0.33471075,0.39256197,0.41322315,0.41735536,0.42975205,0.48347107,0.54545456,0.5785124,0.57438016,0.5247934,0.45041323,0.37603307,0.37603307,0.4338843,0.46280992,0.47933885,0.47933885,0.45041323,0.44214877,0.446281,0.44214877,0.446281,0.45041323,0.43801653,0.44214877,0.46280992,0.33471075,0.3264463,0.30578512,0.35123968,0.39256197,0.4090909,0.37603307,0.36363637,0.39256197,0.4214876,0.45454547,0.45867768,0.42975205,0.38842976,0.3181818,0.37190083,0.45041323,0.53305787,0.5661157,0.5661157,0.553719,0.553719,0.5495868,0.5041322,0.4090909,0.3305785,0.29752067,0.28512397,0.29338843,0.29752067,0.30165288,0.30578512,0.30991736,0.3181818,0.3264463,0.338843,0.37190083,0.37190083,0.41322315,0.42561984,0.43801653,0.4338843,0.4338843,0.46694216,0.5247934,0.56198347,0.57438016,0.5661157,0.53305787,0.4214876,0.3305785,0.3553719,0.43801653,0.46280992,0.47107437,0.45041323,0.4338843,0.4338843,0.43801653,0.44214877,0.446281,0.44214877,0.446281,0.45041323,0.33471075,0.3181818,0.3140496,0.3305785,0.38842976,0.4090909,0.38842976,0.35950413,0.37190083,0.4214876,0.45867768,0.45041323,0.3966942,0.3305785,0.32231405,0.4338843,0.5289256,0.55785125,0.5661157,0.55785125,0.53305787,0.5206612,0.5206612,0.5123967,0.4752066,0.4090909,0.35123968,0.32231405,0.3140496,0.3140496,0.3181818,0.30991736,0.30165288,0.30991736,0.3305785,0.35123968,0.38016528,0.40495867,0.41322315,0.41735536,0.42975205,0.4338843,0.42975205,0.45454547,0.5,0.5371901,0.5495868,0.5495868,0.5495868,0.5041322,0.39256197,0.25619835,0.38016528,0.43801653,0.47107437,0.45867768,0.446281,0.43801653,0.4338843,0.43801653,0.446281,0.446281,0.446281,0.42975205,0.3181818,0.3305785,0.3264463,0.30578512,0.38429752,0.40495867,0.40082645,0.38016528,0.37603307,0.41735536,0.45454547,0.43801653,0.36363637,0.29752067,0.40082645,0.5082645,0.54545456,0.54545456,0.5495868,0.5371901,0.5123967,0.49173555,0.4876033,0.5,0.4876033,0.45454547,0.4090909,0.3677686,0.36363637,0.3305785,0.3305785,0.3181818,0.32231405,0.33471075,0.338843,0.3677686,0.39256197,0.40082645,0.41322315,0.4214876,0.41735536,0.4338843,0.4338843,0.44214877,0.47107437,0.5,0.5123967,0.5082645,0.5,0.49173555,0.47107437,0.34710744,0.2768595,0.39256197,0.46280992,0.46694216,0.45041323,0.446281,0.43801653,0.44214877,0.446281,0.44214877,0.44214877,0.4214876,0.3264463,0.3181818,0.3264463,0.29338843,0.37190083,0.40082645,0.41322315,0.40082645,0.38842976,0.41322315,0.446281,0.4338843,0.35950413,0.33471075,0.45454547,0.5082645,0.5082645,0.47933885,0.47107437,0.46694216,0.46694216,0.45867768,0.46280992,0.4876033,0.4876033,0.4752066,0.46280992,0.43801653,0.42975205,0.38016528,0.35123968,0.34710744,0.34710744,0.36363637,0.36363637,0.38016528,0.40082645,0.40082645,0.4090909,0.41735536,0.41735536,0.42975205,0.43801653,0.4338843,0.44214877,0.45041323,0.45454547,0.45041323,0.446281,0.45454547,0.46280992,0.42561984,0.27272728,0.36363637,0.45041323,0.45867768,0.45041323,0.45041323,0.45041323,0.44214877,0.44214877,0.446281,0.44214877,0.39256197,0.3264463,0.3264463,0.3140496,0.3181818,0.3429752,0.3966942,0.41735536,0.41735536,0.40495867,0.40495867,0.42975205,0.4338843,0.39256197,0.38016528,0.46694216,0.46694216,0.446281,0.40495867,0.39256197,0.40495867,0.42561984,0.44214877,0.45867768,0.48347107,0.49173555,0.49173555,0.5082645,0.5165289,0.49586776,0.4752066,0.40082645,0.36363637,0.38016528,0.37190083,0.38429752,0.3966942,0.4090909,0.41322315,0.4214876,0.42975205,0.42561984,0.4338843,0.4338843,0.42975205,0.41735536,0.3966942,0.37190083,0.37190083,0.38429752,0.3966942,0.42561984,0.4214876,0.3140496,0.36363637,0.45867768,0.45454547,0.446281,0.45041323,0.45041323,0.43801653,0.44214877,0.45454547,0.44214877,0.3553719,0.32231405,0.3305785,0.32231405,0.3140496,0.3140496,0.3966942,0.4090909,0.42975205,0.41735536,0.39256197,0.41735536,0.446281,0.44214877,0.44214877,0.46280992,0.4214876,0.38429752,0.33471075,0.29752067,0.30165288,0.3677686,0.40495867,0.4338843,0.45041323,0.45867768,0.47107437,0.49173555,0.5206612,0.5495868,0.5413223,0.5165289,0.43801653,0.41322315,0.4090909,0.40082645,0.3966942,0.40082645,0.4090909,0.4214876,0.4338843,0.4214876,0.42975205,0.4214876,0.42561984,0.38842976,0.3140496,0.26859504,0.27272728,0.3181818,0.35123968,0.38429752,0.40495867,0.3553719,0.40495867,0.47107437,0.44214877,0.45041323,0.45041323,0.45041323,0.44214877,0.44214877,0.45041323,0.4214876,0.3181818,0.3264463,0.3305785,0.3264463,0.32231405,0.3181818,0.3677686,0.40082645,0.42975205,0.42561984,0.38842976,0.40495867,0.45867768,0.4876033,0.48347107,0.46280992,0.4214876,0.37190083,0.3181818,0.2768595,0.24793388,0.2768595,0.30991736,0.33471075,0.3429752,0.35123968,0.35950413,0.35950413,0.38016528,0.4338843,0.45867768,0.45454547,0.44214877,0.38842976,0.35950413,0.35123968,0.34710744,0.34710744,0.3553719,0.3677686,0.38016528,0.38429752,0.38429752,0.38016528,0.36363637,0.29752067,0.27272728,0.3305785,0.38429752,0.39256197,0.38842976,0.3966942,0.3966942,0.3966942,0.45867768,0.47933885,0.43801653,0.45454547,0.45041323,0.45041323,0.45454547,0.45454547,0.46280992,0.38842976,0.25619835,0.32231405,0.32231405,0.3305785,0.3264463,0.32231405,0.3305785,0.39256197,0.41322315,0.42975205,0.4090909,0.38429752,0.44214877,0.5123967,0.5165289,0.4876033,0.46280992,0.42975205,0.40082645,0.3677686,0.3677686,0.32231405,0.28099173,0.25619835,0.25619835,0.26859504,0.26859504,0.2603306,0.26859504,0.2768595,0.28512397,0.27272728,0.3264463,0.29752067,0.26859504,0.2768595,0.2768595,0.2768595,0.2892562,0.29338843,0.30165288,0.3140496,0.30165288,0.30165288,0.2768595,0.29752067,0.38842976,0.42975205,0.45041323,0.43801653,0.4338843,0.42561984,0.4214876,0.45041323,0.5041322,0.4752066,0.44214877,0.45041323,0.45867768,0.45454547,0.446281,0.446281,0.45454547,0.34710744,0.22727273,0.32231405,0.3264463,0.32231405,0.32231405,0.32231405,0.3181818,0.35950413,0.38842976,0.4214876,0.4214876,0.37190083,0.40495867,0.4876033,0.5206612,0.5165289,0.5082645,0.5,0.5041322,0.49586776,0.5206612,0.47933885,0.40082645,0.33471075,0.30578512,0.3140496,0.30991736,0.29752067,0.30165288,0.3140496,0.3140496,0.26859504,0.28512397,0.2603306,0.2520661,0.25619835,0.25619835,0.2644628,0.2768595,0.2892562,0.3140496,0.3429752,0.3553719,0.35950413,0.35950413,0.4090909,0.45041323,0.48347107,0.46694216,0.47107437,0.46280992,0.45041323,0.45867768,0.5041322,0.5165289,0.45041323,0.44214877,0.45454547,0.446281,0.446281,0.4338843,0.44214877,0.42975205,0.29752067,0.20661157,0.32231405,0.32231405,0.3181818,0.32231405,0.3264463,0.3140496,0.3264463,0.35950413,0.4090909,0.42561984,0.40082645,0.38429752,0.44214877,0.5041322,0.5206612,0.5206612,0.5371901,0.55785125,0.56198347,0.5785124,0.553719,0.5247934,0.46280992,0.4214876,0.41735536,0.42561984,0.42561984,0.45867768,0.49586776,0.4876033,0.45041323,0.39256197,0.3677686,0.3677686,0.3264463,0.30991736,0.3181818,0.3305785,0.34710744,0.37603307,0.39256197,0.39256197,0.41322315,0.43801653,0.45454547,0.46694216,0.48347107,0.47107437,0.49173555,0.49173555,0.46694216,0.49173555,0.5206612,0.49586776,0.43801653,0.44214877,0.45041323,0.43801653,0.446281,0.4338843,0.446281,0.38842976,0.23553719,0.19008264,0.32231405,0.32231405,0.3181818,0.32231405,0.3264463,0.3140496,0.30165288,0.3429752,0.38429752,0.4090909,0.4338843,0.37190083,0.39256197,0.4752066,0.5041322,0.5082645,0.53305787,0.56198347,0.57024795,0.5661157,0.5495868,0.53305787,0.49173555,0.45041323,0.4090909,0.40495867,0.41322315,0.45454547,0.5041322,0.5247934,0.5247934,0.49173555,0.4752066,0.4752066,0.4090909,0.38429752,0.37603307,0.3677686,0.37603307,0.38429752,0.38842976,0.40495867,0.43801653,0.46280992,0.46280992,0.46694216,0.47107437,0.4876033,0.5,0.5,0.47107437,0.5041322,0.5123967,0.47107437,0.43801653,0.4338843,0.43801653,0.44214877,0.43801653,0.44214877,0.45041323,0.3140496,0.1983471,0.19008264,0.32231405,0.32231405,0.32231405,0.3181818,0.3181818,0.32231405,0.30578512,0.3181818,0.3677686,0.38016528,0.42561984,0.38429752,0.35950413,0.42561984,0.47933885,0.49586776,0.5206612,0.5495868,0.56198347,0.55785125,0.53305787,0.5289256,0.49586776,0.45867768,0.4338843,0.40082645,0.39256197,0.4214876,0.446281,0.4752066,0.49173555,0.4876033,0.48347107,0.47107437,0.42975205,0.40495867,0.38016528,0.36363637,0.3677686,0.38429752,0.4090909,0.43801653,0.45454547,0.45867768,0.46280992,0.47107437,0.4752066,0.49173555,0.49173555,0.47933885,0.45867768,0.4876033,0.4876033,0.45454547,0.44214877,0.44214877,0.43801653,0.43801653,0.446281,0.4214876,0.45041323,0.2768595,0.17768595,0.19421488,0.32231405,0.3181818,0.32231405,0.3264463,0.32231405,0.3181818,0.3140496,0.30578512,0.35123968,0.38016528,0.38842976,0.40495867,0.35950413,0.38016528,0.44214877,0.48347107,0.5123967,0.5247934,0.5371901,0.5413223,0.5247934,0.5247934,0.48347107,0.45454547,0.42561984,0.41322315,0.40082645,0.40082645,0.40495867,0.4214876,0.42975205,0.4338843,0.43801653,0.4214876,0.40495867,0.40495867,0.37603307,0.38842976,0.38842976,0.40495867,0.42561984,0.446281,0.45041323,0.45454547,0.46694216,0.4752066,0.4752066,0.47933885,0.47107437,0.45867768,0.45454547,0.45867768,0.45454547,0.43801653,0.43801653,0.43801653,0.4338843,0.44214877,0.42975205,0.42561984,0.45454547,0.2520661,0.17355372,0.19421488,0.3181818,0.32231405,0.3264463,0.3305785,0.32231405,0.3140496,0.30578512,0.3305785,0.38842976,0.3553719,0.37190083,0.4090909,0.37603307,0.3553719,0.40495867,0.45454547,0.4876033,0.5082645,0.5165289,0.5165289,0.5165289,0.5082645,0.48347107,0.46280992,0.42975205,0.40082645,0.38016528,0.38016528,0.37603307,0.37603307,0.37603307,0.38016528,0.38429752,0.38016528,0.38842976,0.39256197,0.37190083,0.3966942,0.38842976,0.4090909,0.42975205,0.4338843,0.446281,0.46280992,0.47933885,0.4752066,0.4752066,0.4752066,0.45867768,0.43801653,0.45867768,0.45454547,0.446281,0.43801653,0.43801653,0.4338843,0.42975205,0.4338843,0.42561984,0.4338843,0.43801653,0.21900827,0.18181819,0.1983471,0.3181818,0.3264463,0.3264463,0.32231405,0.3181818,0.3181818,0.30991736,0.35123968,0.42561984,0.38429752,0.35123968,0.3966942,0.40082645,0.36363637,0.38016528,0.42561984,0.45867768,0.49173555,0.5082645,0.5123967,0.5123967,0.5123967,0.49173555,0.45454547,0.44214877,0.3966942,0.37603307,0.37190083,0.35950413,0.3429752,0.338843,0.338843,0.338843,0.33471075,0.35123968,0.35950413,0.37190083,0.38016528,0.38842976,0.40495867,0.41735536,0.4338843,0.45041323,0.47107437,0.48347107,0.48347107,0.48347107,0.48347107,0.45867768,0.44214877,0.446281,0.45041323,0.44214877,0.4338843,0.4338843,0.4338843,0.42975205,0.42561984,0.4338843,0.45041323,0.4214876,0.2107438,0.1694215,0.1983471,0.3140496,0.32231405,0.3181818,0.3181818,0.32231405,0.3181818,0.27272728,0.3264463,0.446281,0.42561984,0.34710744,0.37603307,0.40082645,0.38016528,0.37190083,0.40495867,0.42561984,0.46694216,0.5,0.5082645,0.5123967,0.5123967,0.5,0.4752066,0.44214877,0.42561984,0.40082645,0.38016528,0.36363637,0.3429752,0.3305785,0.3264463,0.32231405,0.32231405,0.33471075,0.35123968,0.36363637,0.37603307,0.3966942,0.40082645,0.41735536,0.446281,0.46280992,0.47107437,0.47933885,0.48347107,0.48347107,0.4752066,0.44214877,0.43801653,0.446281,0.42975205,0.43801653,0.42975205,0.42561984,0.42561984,0.4214876,0.42561984,0.446281,0.46280992,0.40082645,0.20247933,0.17768595,0.20661157,0.32231405,0.30991736,0.32231405,0.32231405,0.3305785,0.3140496,0.19421488,0.27272728,0.45867768,0.45867768,0.3677686,0.35123968,0.37603307,0.3966942,0.37190083,0.3966942,0.42561984,0.45867768,0.48347107,0.5041322,0.5206612,0.5289256,0.5165289,0.49173555,0.46280992,0.45041323,0.42561984,0.40082645,0.38842976,0.35950413,0.35123968,0.3429752,0.33471075,0.33471075,0.35123968,0.3553719,0.3553719,0.38429752,0.40082645,0.41322315,0.42975205,0.45867768,0.47107437,0.47933885,0.47933885,0.4752066,0.4752066,0.45867768,0.45041323,0.43801653,0.45041323,0.42975205,0.43801653,0.42561984,0.4214876,0.41735536,0.41322315,0.42975205,0.45454547,0.45867768,0.3677686,0.17768595,0.1983471,0.1983471,0.3264463,0.30991736,0.3264463,0.3264463,0.33471075,0.27272728,0.11157025,0.23553719,0.45041323,0.48347107,0.40495867,0.3429752,0.35123968,0.37603307,0.38016528,0.38016528,0.41735536,0.45041323,0.4752066,0.49173555,0.5206612,0.5371901,0.53305787,0.5082645,0.4876033,0.46280992,0.4338843,0.4214876,0.41322315,0.38429752,0.37603307,0.36363637,0.35950413,0.37190083,0.38429752,0.38429752,0.38842976,0.40495867,0.4214876,0.42975205,0.446281,0.47107437,0.47933885,0.4876033,0.48347107,0.46694216,0.46280992,0.46694216,0.45454547,0.43801653,0.446281,0.43801653,0.42975205,0.4214876,0.4090909,0.4090909,0.4214876,0.44214877,0.46280992,0.45041323,0.33471075,0.18181819,0.19421488,0.19421488,0.3264463,0.30991736,0.32231405,0.338843,0.3140496,0.20247933,0.05785124,0.21487603,0.4338843,0.49586776,0.43801653,0.3553719,0.3305785,0.35123968,0.39256197,0.38429752,0.4090909,0.446281,0.46694216,0.49173555,0.5123967,0.5371901,0.5413223,0.53305787,0.5206612,0.49586776,0.46694216,0.47107437,0.45867768,0.43801653,0.44214877,0.4338843,0.43801653,0.45041323,0.45454547,0.45454547,0.46280992,0.45867768,0.46694216,0.46280992,0.46694216,0.47107437,0.47933885,0.4876033,0.48347107,0.47107437,0.45867768,0.45454547,0.45041323,0.44214877,0.43801653,0.4338843,0.4214876,0.4090909,0.3966942,0.41322315,0.4338843,0.446281,0.47107437,0.42975205,0.2892562,0.18595041,0.21487603,0.2231405,0.32231405,0.30991736,0.32231405,0.34710744,0.2603306,0.1570248,0.037190083,0.2107438,0.42561984,0.49173555,0.45041323,0.37603307,0.3140496,0.34710744,0.37190083,0.37603307,0.3966942,0.42975205,0.45867768,0.48347107,0.5082645,0.5247934,0.5371901,0.54545456,0.55785125,0.553719,0.55785125,0.5661157,0.5661157,0.55785125,0.5495868,0.5413223,0.5371901,0.53305787,0.5289256,0.53305787,0.5413223,0.53305787,0.5247934,0.5082645,0.49173555,0.47107437,0.47107437,0.4752066,0.47933885,0.4752066,0.46280992,0.446281,0.43801653,0.43801653,0.43801653,0.42975205,0.41735536,0.3966942,0.3966942,0.4214876,0.44214877,0.45041323,0.47933885,0.41322315,0.23966943,0.2520661,0.38016528,0.26859504,0.3140496,0.32231405,0.338843,0.338843,0.2107438,0.12396694,0.02892562,0.21487603,0.42561984,0.48347107,0.46280992,0.3966942,0.3181818,0.30578512,0.3429752,0.3677686,0.38429752,0.42561984,0.44214877,0.47107437,0.5,0.5123967,0.5206612,0.5371901,0.57024795,0.59917355,0.59504133,0.60330576,0.61157024,0.59504133,0.59504133,0.57024795,0.56198347,0.5661157,0.56198347,0.57024795,0.5785124,0.5785124,0.55785125,0.53305787,0.5123967,0.46694216,0.46280992,0.4752066,0.46280992,0.46280992,0.45454547,0.446281,0.4338843,0.42975205,0.42975205,0.4214876,0.4090909,0.38429752,0.40495867,0.42975205,0.44214877,0.45041323,0.48347107,0.40495867,0.16528925,0.23140496,0.45867768,0.40495867,0.30578512,0.3305785,0.40495867,0.40082645,0.18181819,0.08677686,0.03305785,0.21487603,0.4214876,0.48347107,0.46280992,0.4214876,0.34710744,0.2892562,0.3140496,0.35950413,0.37190083,0.40495867,0.42561984,0.45867768,0.47933885,0.5041322,0.5082645,0.5206612,0.5495868,0.5785124,0.59090906,0.58264464,0.59090906,0.56198347,0.58677685,0.55785125,0.5495868,0.5661157,0.55785125,0.57024795,0.5785124,0.57438016,0.553719,0.5289256,0.5123967,0.4752066,0.46280992,0.47107437,0.45041323,0.446281,0.44214877,0.4338843,0.42975205,0.41735536,0.41322315,0.40495867,0.38842976,0.38429752,0.41735536,0.4338843,0.44214877,0.45041323,0.4876033,0.36363637,0.11983471,0.17768595,0.4214876,0.4876033,0.3181818,0.38842976,0.5247934,0.5123967,0.17768595,0.0785124,0.024793388,0.20661157,0.44214877,0.48347107,0.46694216,0.4338843,0.38429752,0.3140496,0.28512397,0.32231405,0.35123968,0.37603307,0.4090909,0.4338843,0.45041323,0.48347107,0.49586776,0.49586776,0.5082645,0.5206612,0.53305787,0.5495868,0.5413223,0.5123967,0.5495868,0.54545456,0.5371901,0.5371901,0.5371901,0.553719,0.553719,0.5413223,0.5206612,0.49586776,0.4876033,0.46280992,0.45454547,0.46694216,0.446281,0.4338843,0.42975205,0.4214876,0.4214876,0.4090909,0.3966942,0.38842976,0.38016528,0.40082645,0.42561984,0.4338843,0.446281,0.44214877,0.49173555,0.3181818,0.09504132,0.11157025,0.33471075,0.48347107,0.3677686,0.5082645,0.6446281,0.553719,0.18181819,0.053719006,0.024793388,0.20247933,0.45454547,0.48347107,0.46280992,0.44214877,0.40495867,0.3429752,0.2892562,0.28512397,0.3181818,0.35123968,0.38429752,0.40082645,0.42975205,0.45454547,0.4752066,0.47933885,0.4752066,0.4876033,0.5041322,0.5082645,0.5041322,0.49173555,0.49586776,0.5165289,0.5082645,0.5,0.5041322,0.5165289,0.5082645,0.49173555,0.4752066,0.45867768,0.446281,0.44214877,0.4338843,0.45041323,0.43801653,0.41735536,0.41735536,0.4214876,0.41322315,0.39256197,0.37190083,0.3677686,0.38429752,0.41322315,0.42975205,0.42975205,0.45041323,0.4338843,0.47933885,0.2603306,0.08677686,0.07438017,0.2768595,0.45454547,20 +0.46694216,0.47933885,0.48347107,0.48347107,0.5041322,0.5495868,0.57438016,0.58264464,0.59090906,0.607438,0.60330576,0.607438,0.61570245,0.62396693,0.6198347,0.61157024,0.6404959,0.661157,0.6735537,0.6859504,0.70247936,0.70247936,0.6983471,0.6942149,0.7107438,0.71487606,0.7107438,0.71487606,0.71487606,0.72727275,0.71487606,0.7066116,0.6983471,0.71900827,0.71487606,0.71487606,0.7231405,0.71900827,0.72727275,0.7231405,0.7066116,0.69008267,0.6983471,0.6942149,0.69008267,0.6859504,0.6694215,0.661157,0.6446281,0.62396693,0.6280992,0.62396693,0.6198347,0.61570245,0.59917355,0.58677685,0.5661157,0.5123967,0.49173555,0.49173555,0.47107437,0.47107437,0.42561984,0.338843,0.46694216,0.47933885,0.47933885,0.48347107,0.5,0.53305787,0.57438016,0.5785124,0.59504133,0.59917355,0.607438,0.61157024,0.61570245,0.6280992,0.6363636,0.6198347,0.6446281,0.661157,0.6818182,0.69008267,0.70247936,0.71487606,0.7107438,0.7066116,0.7107438,0.71900827,0.71900827,0.7231405,0.71487606,0.7231405,0.7107438,0.72727275,0.7107438,0.71900827,0.7107438,0.7107438,0.71900827,0.71900827,0.71900827,0.73140496,0.71900827,0.70247936,0.7066116,0.6983471,0.70247936,0.69008267,0.6818182,0.6694215,0.661157,0.6487603,0.6404959,0.6363636,0.6198347,0.607438,0.59504133,0.59504133,0.5661157,0.5082645,0.49173555,0.49586776,0.47107437,0.47933885,0.43801653,0.3553719,0.46280992,0.4752066,0.49173555,0.49173555,0.49173555,0.5165289,0.57024795,0.5785124,0.58677685,0.59504133,0.607438,0.6280992,0.61570245,0.6280992,0.6528926,0.6446281,0.661157,0.6735537,0.6942149,0.69008267,0.6942149,0.7066116,0.71900827,0.71900827,0.71487606,0.71487606,0.7231405,0.73140496,0.71900827,0.7107438,0.7066116,0.73140496,0.7107438,0.71900827,0.7066116,0.7066116,0.7107438,0.71900827,0.71900827,0.7231405,0.72727275,0.71487606,0.7107438,0.7066116,0.7066116,0.69008267,0.6942149,0.6735537,0.6652893,0.6528926,0.6487603,0.6322314,0.6322314,0.59917355,0.59504133,0.58677685,0.5661157,0.5123967,0.49586776,0.5,0.47107437,0.47933885,0.45454547,0.37603307,0.46280992,0.46694216,0.49173555,0.5041322,0.4876033,0.5082645,0.553719,0.58677685,0.59090906,0.59504133,0.61157024,0.6404959,0.6280992,0.6280992,0.6446281,0.6528926,0.6735537,0.69008267,0.70247936,0.7066116,0.7066116,0.7107438,0.7231405,0.72727275,0.71900827,0.71487606,0.7231405,0.7231405,0.71487606,0.7107438,0.7066116,0.71487606,0.70247936,0.71900827,0.7066116,0.6942149,0.70247936,0.7066116,0.71487606,0.71900827,0.7231405,0.7231405,0.7231405,0.71487606,0.7107438,0.70247936,0.7066116,0.6818182,0.661157,0.6652893,0.661157,0.6322314,0.6322314,0.59504133,0.59090906,0.58264464,0.56198347,0.5123967,0.5,0.49586776,0.46694216,0.47107437,0.46280992,0.40082645,0.45867768,0.46694216,0.4876033,0.5082645,0.49173555,0.5041322,0.5371901,0.5785124,0.59090906,0.58264464,0.6198347,0.6363636,0.6487603,0.6487603,0.6446281,0.6528926,0.6652893,0.677686,0.70247936,0.70247936,0.7107438,0.7231405,0.72727275,0.73140496,0.7231405,0.71900827,0.7231405,0.72727275,0.7066116,0.7107438,0.71900827,0.6942149,0.6818182,0.7107438,0.6942149,0.6859504,0.7107438,0.7107438,0.7066116,0.6983471,0.7066116,0.72727275,0.72727275,0.71487606,0.7066116,0.7066116,0.70247936,0.6818182,0.6652893,0.6652893,0.6694215,0.6446281,0.6280992,0.59917355,0.58264464,0.5785124,0.56198347,0.5123967,0.5,0.49586776,0.4752066,0.46694216,0.46694216,0.42561984,0.45454547,0.46694216,0.47933885,0.5,0.5,0.49586776,0.53305787,0.56198347,0.58677685,0.59090906,0.61570245,0.6363636,0.6446281,0.6694215,0.6404959,0.6446281,0.6487603,0.6528926,0.6735537,0.70247936,0.7066116,0.7107438,0.7231405,0.73140496,0.72727275,0.71487606,0.71487606,0.71900827,0.71487606,0.70247936,0.71487606,0.69008267,0.69008267,0.6983471,0.6983471,0.6735537,0.7066116,0.71487606,0.6983471,0.677686,0.6942149,0.71900827,0.71487606,0.70247936,0.6942149,0.69008267,0.6818182,0.6694215,0.661157,0.6446281,0.6487603,0.6528926,0.6363636,0.59090906,0.57024795,0.58677685,0.553719,0.5082645,0.5,0.49173555,0.4752066,0.46280992,0.47107437,0.4338843,0.45454547,0.47107437,0.48347107,0.4876033,0.4876033,0.5041322,0.5206612,0.55785125,0.58264464,0.59504133,0.60330576,0.6322314,0.6404959,0.6570248,0.6404959,0.6487603,0.6487603,0.6446281,0.6487603,0.6735537,0.6942149,0.6942149,0.7066116,0.71487606,0.7066116,0.70247936,0.70247936,0.71900827,0.6983471,0.677686,0.70247936,0.6818182,0.677686,0.6983471,0.6983471,0.6859504,0.70247936,0.7066116,0.6818182,0.6694215,0.6859504,0.69008267,0.677686,0.6735537,0.6735537,0.661157,0.6528926,0.6404959,0.6363636,0.6322314,0.6404959,0.6570248,0.62396693,0.58677685,0.5661157,0.59090906,0.57438016,0.49586776,0.49173555,0.49586776,0.4752066,0.45867768,0.47107437,0.43801653,0.45454547,0.46694216,0.47107437,0.4876033,0.48347107,0.5041322,0.5206612,0.553719,0.5661157,0.607438,0.60330576,0.61157024,0.6363636,0.6487603,0.6487603,0.6446281,0.6404959,0.6363636,0.6198347,0.6280992,0.6528926,0.661157,0.6694215,0.6818182,0.6818182,0.6735537,0.69008267,0.6942149,0.6942149,0.6694215,0.69008267,0.677686,0.6694215,0.71487606,0.7066116,0.6818182,0.70247936,0.69008267,0.6694215,0.6694215,0.6694215,0.6570248,0.6404959,0.62396693,0.61157024,0.60330576,0.61157024,0.61570245,0.61157024,0.607438,0.61157024,0.61157024,0.61157024,0.57438016,0.5661157,0.60330576,0.58264464,0.5082645,0.47933885,0.49173555,0.47933885,0.45454547,0.46694216,0.4338843,0.46280992,0.4752066,0.46694216,0.48347107,0.48347107,0.5082645,0.5247934,0.56198347,0.55785125,0.58264464,0.607438,0.59504133,0.607438,0.6280992,0.6528926,0.6404959,0.6280992,0.61570245,0.59504133,0.59504133,0.61157024,0.61570245,0.62396693,0.6404959,0.6570248,0.6528926,0.661157,0.6818182,0.661157,0.6528926,0.677686,0.6487603,0.6694215,0.7066116,0.6859504,0.661157,0.6735537,0.6818182,0.6528926,0.6570248,0.6528926,0.6280992,0.59504133,0.553719,0.5206612,0.5123967,0.5247934,0.5371901,0.54545456,0.5495868,0.56198347,0.5413223,0.57024795,0.5413223,0.5371901,0.5785124,0.59917355,0.5041322,0.48347107,0.4752066,0.47933885,0.46694216,0.46694216,0.4214876,0.46280992,0.46694216,0.4752066,0.47933885,0.49173555,0.49586776,0.53305787,0.57024795,0.56198347,0.57438016,0.57024795,0.58264464,0.5661157,0.56198347,0.59504133,0.59504133,0.553719,0.5371901,0.54545456,0.5371901,0.5495868,0.5661157,0.57024795,0.59090906,0.6198347,0.6198347,0.6363636,0.6446281,0.607438,0.60330576,0.6363636,0.62396693,0.6363636,0.69008267,0.6528926,0.6487603,0.6570248,0.6570248,0.6404959,0.6322314,0.607438,0.57024795,0.5289256,0.49173555,0.44214877,0.42975205,0.45041323,0.45454547,0.47107437,0.4876033,0.5041322,0.5206612,0.53305787,0.5165289,0.5206612,0.5495868,0.5495868,0.5123967,0.48347107,0.47107437,0.4752066,0.47933885,0.46694216,0.4090909,0.45867768,0.48347107,0.4752066,0.47933885,0.48347107,0.49586776,0.5247934,0.54545456,0.56198347,0.54545456,0.5371901,0.54545456,0.53305787,0.5123967,0.5165289,0.49173555,0.47933885,0.47107437,0.45867768,0.45041323,0.46280992,0.47933885,0.48347107,0.5082645,0.55785125,0.5785124,0.59504133,0.60330576,0.57438016,0.5661157,0.58677685,0.607438,0.60330576,0.6570248,0.6280992,0.6198347,0.6280992,0.62396693,0.59504133,0.58677685,0.57024795,0.5247934,0.47933885,0.446281,0.40495867,0.39256197,0.4090909,0.3966942,0.40082645,0.43801653,0.46694216,0.4876033,0.5123967,0.5289256,0.5247934,0.5,0.5041322,0.49173555,0.47933885,0.45867768,0.47107437,0.48347107,0.4752066,0.40495867,0.46280992,0.46694216,0.48347107,0.47933885,0.47107437,0.47933885,0.49586776,0.47933885,0.49586776,0.5123967,0.5206612,0.5123967,0.5041322,0.47933885,0.45867768,0.45041323,0.41322315,0.40082645,0.39256197,0.37603307,0.37190083,0.3966942,0.41735536,0.45454547,0.4876033,0.5123967,0.5371901,0.57438016,0.56198347,0.57438016,0.58677685,0.61157024,0.6404959,0.6652893,0.6280992,0.57438016,0.59504133,0.58264464,0.55785125,0.5371901,0.5165289,0.46280992,0.42561984,0.4090909,0.38842976,0.38429752,0.37603307,0.40082645,0.40495867,0.446281,0.46280992,0.4876033,0.49173555,0.53305787,0.5123967,0.5041322,0.5,0.47933885,0.4752066,0.46694216,0.46694216,0.48347107,0.48347107,0.4090909,0.47107437,0.4752066,0.4752066,0.47933885,0.46694216,0.45867768,0.46280992,0.49173555,0.5,0.47107437,0.48347107,0.49173555,0.48347107,0.47107437,0.43801653,0.42975205,0.4090909,0.38429752,0.37603307,0.3553719,0.35123968,0.3553719,0.37190083,0.3966942,0.41735536,0.446281,0.48347107,0.5123967,0.553719,0.59090906,0.59504133,0.6363636,0.6652893,0.6694215,0.6528926,0.58677685,0.54545456,0.53305787,0.5041322,0.47933885,0.446281,0.40495867,0.39256197,0.38842976,0.38842976,0.4090909,0.42975205,0.45867768,0.47933885,0.5082645,0.5206612,0.5247934,0.5495868,0.53305787,0.53305787,0.5206612,0.5,0.48347107,0.46280992,0.446281,0.45454547,0.48347107,0.49173555,0.40082645,0.45041323,0.4752066,0.47933885,0.46694216,0.46694216,0.44214877,0.45867768,0.47933885,0.5,0.46280992,0.45867768,0.4876033,0.4752066,0.47107437,0.45041323,0.45041323,0.43801653,0.4090909,0.38429752,0.36363637,0.3553719,0.3429752,0.34710744,0.35123968,0.36363637,0.38429752,0.41735536,0.45041323,0.49586776,0.57024795,0.61157024,0.6446281,0.6570248,0.7107438,0.677686,0.607438,0.5413223,0.5,0.45454547,0.41735536,0.3966942,0.38016528,0.38016528,0.3677686,0.3553719,0.35950413,0.38016528,0.41735536,0.446281,0.45867768,0.46694216,0.5,0.5123967,0.5206612,0.5082645,0.5123967,0.5,0.48347107,0.47107437,0.446281,0.46280992,0.49586776,0.49586776,0.4214876,0.45041323,0.46280992,0.46280992,0.45867768,0.45041323,0.43801653,0.45454547,0.4752066,0.4752066,0.47107437,0.4752066,0.45454547,0.44214877,0.4090909,0.38842976,0.39256197,0.40495867,0.40082645,0.38016528,0.35123968,0.338843,0.33471075,0.338843,0.35123968,0.35123968,0.3429752,0.3553719,0.38016528,0.43801653,0.5289256,0.6322314,0.6487603,0.6694215,0.7355372,0.70247936,0.6404959,0.55785125,0.46694216,0.4214876,0.3966942,0.4090909,0.3966942,0.37603307,0.3677686,0.38842976,0.38429752,0.38429752,0.41322315,0.4090909,0.40082645,0.40082645,0.41735536,0.42975205,0.45041323,0.46694216,0.49173555,0.47933885,0.46280992,0.47107437,0.46694216,0.47107437,0.49586776,0.4876033,0.43801653,0.4752066,0.45867768,0.45041323,0.45041323,0.43801653,0.42975205,0.41735536,0.446281,0.45041323,0.43801653,0.40495867,0.38016528,0.3553719,0.36363637,0.37603307,0.41322315,0.4214876,0.44214877,0.41322315,0.40495867,0.43801653,0.4214876,0.37603307,0.34710744,0.36363637,0.35950413,0.3429752,0.32231405,0.3553719,0.5041322,0.60330576,0.6652893,0.7231405,0.73966944,0.72727275,0.6818182,0.57438016,0.45041323,0.42561984,0.43801653,0.44214877,0.41322315,0.40495867,0.42975205,0.39256197,0.30991736,0.21900827,0.3140496,0.28099173,0.23966943,0.34710744,0.42975205,0.42975205,0.3677686,0.37190083,0.45454547,0.4876033,0.4752066,0.48347107,0.5041322,0.4876033,0.49173555,0.48347107,0.44214877,0.47933885,0.45867768,0.45041323,0.45867768,0.45041323,0.41735536,0.4090909,0.41735536,0.43801653,0.40495867,0.30165288,0.33471075,0.38429752,0.40082645,0.3181818,0.26859504,0.21900827,0.3181818,0.2768595,0.28099173,0.44214877,0.45867768,0.4338843,0.42561984,0.40495867,0.39256197,0.37190083,0.3429752,0.3305785,0.45454547,0.5785124,0.6859504,0.73966944,0.75619835,0.73966944,0.71487606,0.607438,0.45454547,0.46694216,0.49586776,0.48347107,0.43801653,0.39256197,0.47933885,0.43801653,0.32231405,0.19008264,0.26859504,0.30165288,0.19008264,0.3429752,0.45041323,0.3140496,0.38016528,0.3966942,0.37190083,0.47933885,0.4876033,0.5,0.5165289,0.49586776,0.49173555,0.48347107,0.446281,0.4752066,0.47107437,0.46280992,0.4752066,0.4752066,0.44214877,0.41735536,0.41735536,0.44214877,0.37603307,0.30991736,0.3677686,0.3553719,0.39256197,0.28099173,0.2231405,0.19008264,0.24380165,0.2892562,0.3140496,0.53305787,0.5289256,0.41322315,0.40082645,0.45041323,0.45867768,0.42975205,0.38016528,0.3429752,0.4338843,0.553719,0.6652893,0.72727275,0.7768595,0.75206614,0.72727275,0.6570248,0.49586776,0.5041322,0.55785125,0.5371901,0.43801653,0.41322315,0.53305787,0.5289256,0.36363637,0.2644628,0.20247933,0.24380165,0.27272728,0.4338843,0.5247934,0.3553719,0.28099173,0.38429752,0.41322315,0.46280992,0.5082645,0.5247934,0.5289256,0.5082645,0.49586776,0.4752066,0.446281,0.47107437,0.48347107,0.48347107,0.5,0.5041322,0.46694216,0.43801653,0.42561984,0.4338843,0.39256197,0.33471075,0.3264463,0.28512397,0.44214877,0.38842976,0.2892562,0.2768595,0.2520661,0.30991736,0.43801653,0.61157024,0.59504133,0.45867768,0.3966942,0.42975205,0.49586776,0.5,0.42561984,0.4090909,0.43801653,0.5413223,0.6487603,0.72727275,0.78512394,0.76859504,0.73140496,0.7066116,0.57438016,0.5165289,0.58264464,0.56198347,0.5,0.4752066,0.5206612,0.5661157,0.47933885,0.38429752,0.35123968,0.35123968,0.40495867,0.4876033,0.5041322,0.45041323,0.3966942,0.3677686,0.43801653,0.47933885,0.5123967,0.55785125,0.55785125,0.5206612,0.49173555,0.46694216,0.45454547,0.45867768,0.4752066,0.49586776,0.5371901,0.55785125,0.5206612,0.47933885,0.45041323,0.43801653,0.41322315,0.33471075,0.37603307,0.37190083,0.43801653,0.4752066,0.4090909,0.38429752,0.40082645,0.446281,0.55785125,0.6198347,0.57438016,0.4752066,0.4876033,0.5,0.5082645,0.5082645,0.47107437,0.47933885,0.48347107,0.5247934,0.6487603,0.73966944,0.77272725,0.76859504,0.7355372,0.7231405,0.6446281,0.5247934,0.553719,0.5785124,0.57024795,0.5247934,0.5082645,0.5371901,0.553719,0.5413223,0.49586776,0.48347107,0.5289256,0.5041322,0.49173555,0.49173555,0.46280992,0.46694216,0.48347107,0.49173555,0.5289256,0.5785124,0.58264464,0.5371901,0.4876033,0.446281,0.46694216,0.4338843,0.45867768,0.5041322,0.56198347,0.60330576,0.5785124,0.553719,0.5247934,0.49586776,0.5041322,0.446281,0.42561984,0.4752066,0.47107437,0.5041322,0.5371901,0.53305787,0.53305787,0.57024795,0.58264464,0.57024795,0.5495868,0.53305787,0.55785125,0.5785124,0.5495868,0.5082645,0.5041322,0.5247934,0.5041322,0.5206612,0.6280992,0.73140496,0.76859504,0.74380165,0.7355372,0.73140496,0.6694215,0.5289256,0.5247934,0.57438016,0.58677685,0.56198347,0.5413223,0.5371901,0.5289256,0.5413223,0.5247934,0.5,0.5041322,0.49586776,0.49173555,0.49586776,0.49586776,0.54545456,0.553719,0.54545456,0.56198347,0.58677685,0.58677685,0.54545456,0.47933885,0.4338843,0.46694216,0.4214876,0.45454547,0.5082645,0.57024795,0.6198347,0.6198347,0.6198347,0.607438,0.60330576,0.61157024,0.59504133,0.47933885,0.48347107,0.49173555,0.5082645,0.53305787,0.5413223,0.553719,0.5661157,0.56198347,0.5661157,0.57438016,0.58264464,0.59917355,0.60330576,0.57024795,0.55785125,0.56198347,0.55785125,0.5247934,0.5206612,0.59917355,0.6983471,0.78512394,0.74793386,0.74380165,0.74380165,0.6694215,0.5247934,0.5123967,0.5785124,0.60330576,0.58677685,0.57438016,0.57024795,0.56198347,0.553719,0.5413223,0.5247934,0.5247934,0.5123967,0.5165289,0.5289256,0.57024795,0.58264464,0.5785124,0.59090906,0.60330576,0.59917355,0.58677685,0.5495868,0.47107437,0.42561984,0.45454547,0.41735536,0.44214877,0.49586776,0.56198347,0.61570245,0.6363636,0.6570248,0.6570248,0.6528926,0.6363636,0.6446281,0.59504133,0.56198347,0.5371901,0.5495868,0.55785125,0.5661157,0.58677685,0.60330576,0.607438,0.61570245,0.62396693,0.62396693,0.6322314,0.6322314,0.61570245,0.6198347,0.59917355,0.5661157,0.54545456,0.5247934,0.57438016,0.6570248,0.77272725,0.76859504,0.75206614,0.74380165,0.661157,0.5247934,0.5082645,0.56198347,0.61157024,0.6280992,0.607438,0.60330576,0.61157024,0.607438,0.59917355,0.59090906,0.59090906,0.57024795,0.57024795,0.5785124,0.60330576,0.60330576,0.59090906,0.6198347,0.6280992,0.61570245,0.59504133,0.54545456,0.46280992,0.42561984,0.45454547,0.4090909,0.42975205,0.47933885,0.553719,0.60330576,0.6404959,0.6694215,0.6652893,0.661157,0.6570248,0.6528926,0.62396693,0.6280992,0.6322314,0.6363636,0.6404959,0.6487603,0.661157,0.6570248,0.6528926,0.6570248,0.6570248,0.6652893,0.677686,0.6694215,0.6446281,0.6280992,0.59917355,0.55785125,0.5495868,0.53305787,0.5661157,0.6404959,0.74380165,0.76859504,0.74793386,0.73966944,0.6446281,0.5247934,0.5082645,0.5495868,0.59090906,0.6528926,0.6735537,0.6446281,0.6280992,0.61570245,0.607438,0.6198347,0.6198347,0.60330576,0.61157024,0.6198347,0.62396693,0.61570245,0.61157024,0.6363636,0.62396693,0.6198347,0.59090906,0.5371901,0.446281,0.4214876,0.4876033,0.40082645,0.41735536,0.46694216,0.5413223,0.58677685,0.6280992,0.6652893,0.6735537,0.6694215,0.69008267,0.69008267,0.6570248,0.6528926,0.6818182,0.6735537,0.6735537,0.677686,0.677686,0.661157,0.661157,0.677686,0.6942149,0.71487606,0.71487606,0.6859504,0.6363636,0.607438,0.59504133,0.553719,0.54545456,0.5371901,0.57024795,0.62396693,0.7107438,0.74380165,0.74380165,0.72727275,0.6487603,0.53305787,0.5123967,0.54545456,0.57024795,0.6446281,0.7066116,0.6983471,0.677686,0.6528926,0.6322314,0.6280992,0.6280992,0.61157024,0.62396693,0.6363636,0.6363636,0.6446281,0.6322314,0.6528926,0.6198347,0.607438,0.5785124,0.5289256,0.42975205,0.42561984,0.54545456,0.38429752,0.40495867,0.45041323,0.5123967,0.55785125,0.59917355,0.6363636,0.677686,0.6694215,0.6859504,0.7066116,0.6735537,0.6652893,0.677686,0.6983471,0.6942149,0.7066116,0.7066116,0.7066116,0.7066116,0.72727275,0.73140496,0.73140496,0.70247936,0.6735537,0.62396693,0.58677685,0.57438016,0.553719,0.5413223,0.5495868,0.58264464,0.607438,0.6942149,0.71900827,0.7355372,0.71900827,0.6694215,0.57024795,0.5206612,0.53305787,0.56198347,0.62396693,0.6818182,0.70247936,0.7066116,0.6942149,0.6735537,0.6528926,0.6528926,0.6280992,0.6446281,0.6528926,0.6446281,0.6487603,0.661157,0.6528926,0.61570245,0.59917355,0.57024795,0.5206612,0.42561984,0.44214877,0.5785124,0.36363637,0.39256197,0.4214876,0.4876033,0.5289256,0.57024795,0.60330576,0.6570248,0.6652893,0.6652893,0.677686,0.661157,0.6735537,0.6570248,0.677686,0.7066116,0.72727275,0.73140496,0.73966944,0.72727275,0.73966944,0.7355372,0.71900827,0.6942149,0.661157,0.6198347,0.57438016,0.55785125,0.5495868,0.553719,0.56198347,0.59917355,0.6363636,0.69008267,0.71487606,0.73966944,0.72727275,0.6942149,0.61570245,0.5413223,0.5247934,0.55785125,0.6198347,0.6735537,0.6942149,0.6983471,0.69008267,0.6818182,0.677686,0.6694215,0.6570248,0.6446281,0.6528926,0.6446281,0.6404959,0.6570248,0.6322314,0.60330576,0.58677685,0.55785125,0.5082645,0.4214876,0.47933885,0.59090906,0.3553719,0.3677686,0.40495867,0.45867768,0.5123967,0.5371901,0.56198347,0.607438,0.6487603,0.6652893,0.6363636,0.6694215,0.677686,0.6694215,0.6652893,0.6983471,0.7066116,0.71900827,0.73140496,0.72727275,0.72727275,0.7231405,0.70247936,0.6818182,0.6570248,0.61570245,0.57024795,0.5495868,0.5413223,0.54545456,0.59917355,0.62396693,0.6694215,0.71487606,0.71900827,0.7355372,0.7355372,0.71487606,0.661157,0.59090906,0.5289256,0.5371901,0.607438,0.6694215,0.69008267,0.70247936,0.69008267,0.6859504,0.677686,0.6694215,0.677686,0.6570248,0.6528926,0.6198347,0.6446281,0.6404959,0.61570245,0.59504133,0.57024795,0.5495868,0.48347107,0.4090909,0.5082645,0.59090906,0.33471075,0.35950413,0.38429752,0.43801653,0.47933885,0.5123967,0.5206612,0.5785124,0.59504133,0.6322314,0.6363636,0.6528926,0.6528926,0.661157,0.6570248,0.6818182,0.6859504,0.6859504,0.7107438,0.7231405,0.71487606,0.71900827,0.6983471,0.69008267,0.6570248,0.6198347,0.58677685,0.5413223,0.5082645,0.56198347,0.61570245,0.6570248,0.6818182,0.7355372,0.74380165,0.74793386,0.74793386,0.7355372,0.6942149,0.6198347,0.553719,0.5289256,0.58264464,0.6528926,0.6735537,0.6859504,0.6983471,0.6983471,0.6859504,0.677686,0.6735537,0.6652893,0.6487603,0.62396693,0.6322314,0.6198347,0.59504133,0.58264464,0.55785125,0.53305787,0.46694216,0.41322315,0.5206612,0.57024795,0.3305785,0.3429752,0.36363637,0.4090909,0.45454547,0.49173555,0.5206612,0.5495868,0.55785125,0.59504133,0.6198347,0.6198347,0.6280992,0.6487603,0.6528926,0.6652893,0.6818182,0.677686,0.6983471,0.7066116,0.71487606,0.71487606,0.6983471,0.6818182,0.6570248,0.59504133,0.5661157,0.5371901,0.5082645,0.55785125,0.6198347,0.661157,0.7107438,0.7644628,0.76033056,0.74380165,0.75206614,0.74793386,0.6942149,0.6198347,0.56198347,0.53305787,0.56198347,0.6322314,0.6818182,0.6818182,0.69008267,0.69008267,0.6818182,0.6942149,0.6694215,0.6652893,0.6487603,0.62396693,0.6198347,0.6198347,0.58264464,0.57024795,0.53305787,0.5123967,0.45454547,0.42561984,0.5289256,0.55785125,0.3553719,0.34710744,0.34710744,0.37603307,0.4338843,0.46280992,0.5041322,0.5206612,0.53305787,0.57024795,0.59504133,0.59917355,0.61570245,0.6404959,0.6528926,0.6694215,0.6735537,0.677686,0.6818182,0.69008267,0.70247936,0.6983471,0.69008267,0.6694215,0.62396693,0.55785125,0.56198347,0.553719,0.5041322,0.54545456,0.60330576,0.6363636,0.70247936,0.7644628,0.76033056,0.75206614,0.75206614,0.76033056,0.70247936,0.6198347,0.55785125,0.5206612,0.54545456,0.6322314,0.6735537,0.677686,0.6983471,0.69008267,0.6735537,0.6859504,0.677686,0.6528926,0.6404959,0.6280992,0.6198347,0.607438,0.59090906,0.56198347,0.5289256,0.5041322,0.44214877,0.4214876,0.5165289,0.53305787,0.37603307,0.3553719,0.35950413,0.35950413,0.4090909,0.45867768,0.49586776,0.5123967,0.53305787,0.55785125,0.58677685,0.59504133,0.6280992,0.6404959,0.6652893,0.6570248,0.677686,0.677686,0.6652893,0.661157,0.6735537,0.69008267,0.6735537,0.6404959,0.5661157,0.5289256,0.57024795,0.57438016,0.53305787,0.5413223,0.58677685,0.59917355,0.6694215,0.72727275,0.75619835,0.76033056,0.77272725,0.76859504,0.71487606,0.607438,0.553719,0.5123967,0.54545456,0.61157024,0.6446281,0.6735537,0.6859504,0.6818182,0.661157,0.6652893,0.6694215,0.6487603,0.6280992,0.6322314,0.607438,0.5785124,0.59090906,0.54545456,0.5247934,0.4752066,0.44214877,0.42975205,0.45867768,0.446281,0.38429752,0.37190083,0.36363637,0.34710744,0.38016528,0.43801653,0.48347107,0.5,0.5165289,0.54545456,0.5661157,0.607438,0.6198347,0.62396693,0.6446281,0.6487603,0.6528926,0.6652893,0.661157,0.661157,0.6652893,0.6694215,0.6528926,0.59917355,0.5289256,0.5371901,0.58677685,0.5785124,0.553719,0.5247934,0.53305787,0.5661157,0.607438,0.6818182,0.72727275,0.7355372,0.7355372,0.72727275,0.6570248,0.58264464,0.5206612,0.5165289,0.54545456,0.5785124,0.6280992,0.6570248,0.661157,0.6652893,0.6570248,0.6528926,0.6487603,0.6404959,0.61570245,0.6322314,0.60330576,0.5661157,0.5661157,0.53305787,0.5206612,0.46694216,0.44214877,0.38429752,0.3264463,0.3305785,0.37603307,0.37603307,0.37190083,0.3429752,0.35950413,0.42561984,0.46694216,0.47933885,0.5206612,0.5289256,0.5661157,0.5785124,0.607438,0.61157024,0.6280992,0.6322314,0.6363636,0.6570248,0.6487603,0.6446281,0.6487603,0.6322314,0.6198347,0.56198347,0.49586776,0.5206612,0.56198347,0.57438016,0.53305787,0.46694216,0.4338843,0.45454547,0.5123967,0.57438016,0.6404959,0.6694215,0.661157,0.6487603,0.5785124,0.5041322,0.4752066,0.5123967,0.5413223,0.5661157,0.6198347,0.6487603,0.6487603,0.6487603,0.6528926,0.6528926,0.6363636,0.62396693,0.62396693,0.61570245,0.59917355,0.55785125,0.5413223,0.5247934,0.5082645,0.45867768,0.446281,0.37603307,0.30991736,0.3264463,0.33471075,0.39256197,0.38842976,0.35950413,0.35123968,0.40495867,0.446281,0.4752066,0.5,0.5206612,0.5495868,0.56198347,0.57024795,0.61570245,0.61157024,0.61157024,0.62396693,0.6404959,0.6198347,0.6280992,0.61570245,0.59917355,0.59090906,0.53305787,0.46280992,0.47107437,0.5082645,0.49173555,0.446281,0.39256197,0.35123968,0.3553719,0.40082645,0.46280992,0.54545456,0.58264464,0.59504133,0.56198347,0.4876033,0.4214876,0.41735536,0.46694216,0.5,0.5495868,0.61157024,0.6446281,0.6487603,0.6487603,0.6528926,0.6446281,0.6322314,0.607438,0.61570245,0.60330576,0.5785124,0.553719,0.5413223,0.5206612,0.4876033,0.45867768,0.45867768,0.3553719,0.3140496,0.3264463,0.28512397,0.37190083,0.3966942,0.39256197,0.3553719,0.38429752,0.41735536,0.45454547,0.4752066,0.5165289,0.5247934,0.54545456,0.55785125,0.58677685,0.59917355,0.6198347,0.6198347,0.6322314,0.6280992,0.607438,0.59504133,0.59504133,0.59504133,0.5289256,0.45041323,0.41322315,0.41735536,0.35123968,0.24380165,0.18181819,0.17355372,0.21487603,0.3140496,0.3966942,0.446281,0.49586776,0.5041322,0.49173555,0.37190083,0.2520661,0.24793388,0.34710744,0.446281,0.54545456,0.60330576,0.6198347,0.6404959,0.6404959,0.6280992,0.6363636,0.6198347,0.607438,0.59917355,0.59504133,0.5661157,0.5495868,0.5247934,0.5082645,0.47933885,0.45041323,0.45041323,0.35123968,0.30578512,0.3264463,0.25619835,0.35123968,0.40495867,0.40495867,0.38016528,0.38016528,0.41322315,0.43801653,0.45041323,0.5041322,0.5206612,0.5371901,0.5371901,0.5661157,0.58264464,0.607438,0.61157024,0.6198347,0.6280992,0.61157024,0.59090906,0.59917355,0.61157024,0.57024795,0.5,0.4090909,0.36363637,0.3264463,0.28099173,0.26859504,0.28099173,0.21900827,0.23553719,0.35950413,0.38842976,0.44214877,0.44214877,0.4338843,0.37190083,0.3305785,0.3305785,0.35950413,0.4752066,0.55785125,0.607438,0.62396693,0.6280992,0.62396693,0.61570245,0.62396693,0.6198347,0.59504133,0.58677685,0.57438016,0.553719,0.5371901,0.5123967,0.49173555,0.45867768,0.46280992,0.45454547,0.338843,0.30578512,0.32231405,0.24380165,0.3181818,0.3966942,0.40495867,0.38842976,0.38429752,0.40082645,0.42561984,0.446281,0.47933885,0.5,0.54545456,0.5247934,0.54545456,0.5661157,0.59090906,0.60330576,0.60330576,0.6198347,0.61570245,0.60330576,0.61157024,0.61570245,0.59090906,0.553719,0.49586776,0.39256197,0.3677686,0.37190083,0.38429752,0.41322315,0.338843,0.27272728,0.32231405,0.35950413,0.38016528,0.40495867,0.46280992,0.4752066,0.44214877,0.42975205,0.46280992,0.5289256,0.56198347,0.58677685,0.61570245,0.62396693,0.61570245,0.61157024,0.61570245,0.60330576,0.58264464,0.57438016,0.55785125,0.54545456,0.53305787,0.5082645,0.4752066,0.45867768,0.46280992,0.446281,0.33471075,0.30578512,0.3305785,0.23140496,0.28512397,0.38429752,0.40495867,0.3966942,0.38016528,0.38842976,0.41735536,0.4338843,0.4752066,0.49173555,0.5082645,0.5082645,0.53305787,0.57024795,0.58264464,0.58677685,0.60330576,0.59917355,0.59917355,0.607438,0.61570245,0.607438,0.59917355,0.61157024,0.59917355,0.54545456,0.49173555,0.45454547,0.46694216,0.48347107,0.44214877,0.37603307,0.3305785,0.34710744,0.39256197,0.45454547,0.5041322,0.5082645,0.5165289,0.54545456,0.5495868,0.553719,0.5661157,0.57024795,0.59917355,0.6198347,0.61570245,0.60330576,0.61157024,0.59090906,0.5785124,0.553719,0.5413223,0.5413223,0.5123967,0.49586776,0.47107437,0.45041323,0.4752066,0.43801653,0.30578512,0.3140496,0.3305785,0.23553719,0.2644628,0.36363637,0.40495867,0.41322315,0.39256197,0.38429752,0.41735536,0.42975205,0.46694216,0.4876033,0.49173555,0.5041322,0.5247934,0.5495868,0.57438016,0.58677685,0.59917355,0.59090906,0.59917355,0.60330576,0.61570245,0.607438,0.60330576,0.607438,0.60330576,0.59504133,0.5661157,0.54545456,0.54545456,0.5289256,0.5123967,0.4752066,0.41735536,0.41735536,0.45867768,0.5,0.5247934,0.5413223,0.5495868,0.5661157,0.56198347,0.56198347,0.5661157,0.57438016,0.5785124,0.59504133,0.61570245,0.61157024,0.59917355,0.59090906,0.57438016,0.5495868,0.5289256,0.5289256,0.5165289,0.48347107,0.46694216,0.45041323,0.4876033,0.41735536,0.30165288,0.32231405,0.3305785,0.24793388,0.24793388,0.3305785,0.40082645,0.4214876,0.40495867,0.39256197,0.41322315,0.43801653,0.44214877,0.4876033,0.48347107,0.5041322,0.5123967,0.5371901,0.56198347,0.57438016,0.58677685,0.59504133,0.60330576,0.607438,0.60330576,0.60330576,0.59917355,0.58677685,0.58264464,0.58677685,0.58677685,0.57024795,0.57024795,0.57024795,0.553719,0.5371901,0.48347107,0.4876033,0.5082645,0.5247934,0.5371901,0.553719,0.553719,0.54545456,0.5495868,0.5495868,0.55785125,0.5661157,0.55785125,0.5661157,0.59504133,0.60330576,0.5785124,0.5661157,0.56198347,0.553719,0.5165289,0.5247934,0.5082645,0.4752066,0.46280992,0.45867768,0.48347107,0.38429752,0.30165288,0.3264463,0.3305785,0.25619835,0.23966943,0.28512397,0.37603307,0.42561984,0.4214876,0.3966942,0.40082645,0.43801653,0.44214877,0.4752066,0.47107437,0.48347107,0.5082645,0.5289256,0.553719,0.57024795,0.59090906,0.607438,0.61570245,0.61570245,0.60330576,0.59090906,0.5785124,0.56198347,0.5495868,0.56198347,0.57438016,0.5661157,0.56198347,0.60330576,0.59090906,0.57438016,0.53305787,0.5371901,0.5413223,0.5371901,0.5413223,0.553719,0.553719,0.53305787,0.53305787,0.5289256,0.5413223,0.54545456,0.5413223,0.553719,0.57024795,0.5661157,0.55785125,0.5371901,0.55785125,0.5495868,0.5123967,0.5206612,0.4876033,0.4752066,0.46280992,0.4752066,0.45867768,0.34710744,0.30578512,0.3264463,0.3264463,0.2603306,0.24380165,0.2520661,0.338843,0.41322315,0.4338843,0.40495867,0.40082645,0.4338843,0.45041323,0.46694216,0.47107437,0.46280992,0.49173555,0.5206612,0.553719,0.57024795,0.59504133,0.59917355,0.607438,0.61157024,0.60330576,0.58264464,0.553719,0.5371901,0.53305787,0.54545456,0.55785125,0.57024795,0.58677685,0.6487603,0.6322314,0.6280992,0.57024795,0.58677685,0.57438016,0.57024795,0.5661157,0.5661157,0.55785125,0.5413223,0.53305787,0.5247934,0.5371901,0.53305787,0.5289256,0.5371901,0.5413223,0.53305787,0.5413223,0.5206612,0.5413223,0.54545456,0.5,0.5041322,0.48347107,0.47107437,0.4752066,0.47933885,0.42561984,0.3181818,0.3181818,0.3264463,0.32231405,0.25619835,0.2520661,0.23553719,0.30578512,0.37603307,0.4338843,0.4214876,0.3966942,0.4214876,0.45454547,0.47107437,0.47107437,0.46694216,0.46694216,0.5165289,0.5413223,0.55785125,0.5785124,0.57438016,0.57024795,0.57438016,0.5661157,0.5495868,0.5289256,0.5247934,0.5247934,0.55785125,0.58264464,0.61157024,0.6446281,0.70247936,0.6983471,0.7066116,0.6487603,0.6487603,0.6570248,0.6280992,0.60330576,0.57438016,0.57438016,0.56198347,0.53305787,0.5247934,0.5289256,0.5165289,0.5041322,0.5165289,0.5123967,0.5123967,0.53305787,0.5082645,0.5247934,0.54545456,0.48347107,0.5,0.4876033,0.4752066,0.4876033,0.47933885,0.38429752,0.29752067,0.32231405,0.3264463,0.32231405,0.25619835,0.2603306,0.23140496,0.28099173,0.34710744,0.40495867,0.4338843,0.41322315,0.41735536,0.45454547,0.46280992,0.46280992,0.45867768,0.46280992,0.5,0.5289256,0.5371901,0.553719,0.5413223,0.5247934,0.5206612,0.5041322,0.49586776,0.49586776,0.5123967,0.5289256,0.553719,0.57438016,0.5785124,0.58264464,0.60330576,0.61570245,0.6404959,0.62396693,0.6363636,0.62396693,0.59090906,0.54545456,0.53305787,0.55785125,0.5661157,0.54545456,0.5289256,0.5289256,0.5082645,0.47933885,0.48347107,0.5,0.5041322,0.5206612,0.5041322,0.53305787,0.53305787,0.47933885,0.5041322,0.48347107,0.47933885,0.49173555,0.45867768,0.33471075,0.30165288,0.3264463,0.32231405,0.3181818,0.25619835,0.25619835,0.22727273,0.28099173,0.34710744,0.3677686,0.4214876,0.42975205,0.4214876,0.45041323,0.45041323,0.45867768,0.45454547,0.45454547,0.49173555,0.5247934,0.5247934,0.5413223,0.53305787,0.5082645,0.46694216,0.43801653,0.43801653,0.45041323,0.4752066,0.47933885,0.47107437,0.4338843,0.40495867,0.38016528,0.3966942,0.37190083,0.38842976,0.4214876,0.44214877,0.40082645,0.39256197,0.3677686,0.37190083,0.4214876,0.45454547,0.48347107,0.4876033,0.49173555,0.446281,0.40082645,0.41735536,0.47107437,0.4876033,0.5123967,0.49586776,0.54545456,0.5165289,0.48347107,0.5041322,0.47933885,0.47933885,0.4876033,0.41322315,0.29752067,0.3140496,0.32231405,0.32231405,0.32231405,0.24793388,0.25619835,0.21900827,0.28099173,0.37603307,0.35123968,0.39256197,0.41735536,0.41735536,0.446281,0.44214877,0.45454547,0.45041323,0.446281,0.49173555,0.5206612,0.5165289,0.53305787,0.53305787,0.5,0.4338843,0.35123968,0.3264463,0.33471075,0.3553719,0.3305785,0.2644628,0.20661157,0.18595041,0.20247933,0.2768595,0.2520661,0.20661157,0.30991736,0.30165288,0.2520661,0.20661157,0.16528925,0.1570248,0.1694215,0.2231405,0.30991736,0.3429752,0.37190083,0.38016528,0.4214876,0.46280992,0.47933885,0.49173555,0.5165289,0.5165289,0.5413223,0.49586776,0.49173555,0.49586776,0.4752066,0.47933885,0.45454547,0.35950413,0.29338843,0.3181818,0.32231405,0.3264463,0.3264463,0.24793388,0.25619835,0.23140496,0.2603306,0.41735536,0.36363637,0.3553719,0.40495867,0.41322315,0.42561984,0.45041323,0.44214877,0.446281,0.42561984,0.4752066,0.5165289,0.5082645,0.5247934,0.5165289,0.5,0.46280992,0.4090909,0.3553719,0.28099173,0.26859504,0.28099173,0.19008264,0.11570248,0.09504132,0.10743801,0.1570248,0.14049587,0.11983471,0.18595041,0.17768595,0.1322314,0.12396694,0.09504132,0.09917355,0.14049587,0.24793388,0.35123968,0.37190083,0.40082645,0.446281,0.5082645,0.5371901,0.5247934,0.5289256,0.5371901,0.53305787,0.5289256,0.47933885,0.49586776,0.4876033,0.47933885,0.47107437,0.41322315,0.30578512,0.30991736,0.3181818,0.32231405,0.32231405,0.32231405,0.2520661,0.25619835,0.2231405,0.24380165,0.40495867,0.41735536,0.34710744,0.38016528,0.4090909,0.4090909,0.43801653,0.446281,0.42975205,0.4214876,0.45041323,0.5123967,0.5371901,0.5495868,0.55785125,0.55785125,0.5661157,0.553719,0.53305787,0.47933885,0.42975205,0.42561984,0.39256197,0.3140496,0.25619835,0.23966943,0.23553719,0.19421488,0.21900827,0.19421488,0.19421488,0.20247933,0.21900827,0.2644628,0.29338843,0.3429752,0.40495867,0.446281,0.44214877,0.46280992,0.5,0.5495868,0.56198347,0.56198347,0.55785125,0.5495868,0.5371901,0.5082645,0.48347107,0.49173555,0.4876033,0.49173555,0.47933885,0.3305785,0.29752067,0.32231405,0.3181818,0.3264463,0.3264463,0.3264463,0.2520661,0.2520661,0.2231405,0.23553719,0.38842976,0.45867768,0.38429752,0.34710744,0.39256197,0.41735536,0.41735536,0.44214877,0.43801653,0.40082645,0.42975205,0.49586776,0.54545456,0.5661157,0.59917355,0.62396693,0.6446281,0.6322314,0.59090906,0.54545456,0.5165289,0.4876033,0.4752066,0.4876033,0.46280992,0.4338843,0.43801653,0.43801653,0.44214877,0.40082645,0.41735536,0.43801653,0.46280992,0.49173555,0.49586776,0.4876033,0.47107437,0.45867768,0.45867768,0.49173555,0.5247934,0.55785125,0.5661157,0.57024795,0.5661157,0.5413223,0.5289256,0.49173555,0.49586776,0.48347107,0.4876033,0.4752066,0.46280992,0.3140496,0.30165288,0.3181818,0.32231405,0.3181818,0.3181818,0.3181818,0.2520661,0.2603306,0.23140496,0.23140496,0.38016528,0.46694216,0.43801653,0.3429752,0.3677686,0.41322315,0.42975205,0.4214876,0.44214877,0.38842976,0.38429752,0.45867768,0.5247934,0.5413223,0.59917355,0.6446281,0.6487603,0.6363636,0.61157024,0.5413223,0.49173555,0.49173555,0.46694216,0.46694216,0.45454547,0.4876033,0.5289256,0.5495868,0.56198347,0.5289256,0.553719,0.57024795,0.56198347,0.553719,0.5289256,0.4876033,0.46280992,0.45867768,0.47933885,0.5082645,0.53305787,0.55785125,0.5661157,0.56198347,0.5661157,0.5165289,0.5041322,0.49173555,0.49586776,0.4876033,0.48347107,0.45867768,0.48347107,0.38842976,0.33471075,0.30991736,0.32231405,0.3181818,0.3181818,0.3181818,0.2520661,0.2603306,0.23553719,0.19008264,0.36363637,0.45867768,0.47107437,0.35950413,0.32231405,0.40082645,0.4214876,0.43801653,0.446281,0.41322315,0.37190083,0.41322315,0.49586776,0.5371901,0.5785124,0.61157024,0.6280992,0.6280992,0.60330576,0.57438016,0.5123967,0.43801653,0.45867768,0.47107437,0.45867768,0.45867768,0.49586776,0.5041322,0.553719,0.5661157,0.56198347,0.5413223,0.54545456,0.5041322,0.46694216,0.446281,0.45454547,0.47933885,0.5041322,0.53305787,0.54545456,0.55785125,0.55785125,0.5495868,0.5371901,0.5082645,0.49173555,0.49173555,0.4876033,0.47107437,0.446281,0.5,0.42975205,0.446281,0.54545456,0.40082645,0.3305785,0.3140496,0.32231405,0.3181818,0.25619835,0.2644628,0.20247933,0.11570248,0.33471075,0.46280992,0.46280992,0.4214876,0.3181818,0.37603307,0.38429752,0.42975205,0.45454547,0.45041323,0.38016528,0.38429752,0.46280992,0.5041322,0.54545456,0.58264464,0.59504133,0.59090906,0.58677685,0.58264464,0.5495868,0.46694216,0.41322315,0.40495867,0.43801653,0.4338843,0.45454547,0.45041323,0.47107437,0.49173555,0.4876033,0.4752066,0.47107437,0.45867768,0.45041323,0.43801653,0.46280992,0.49173555,0.5123967,0.5413223,0.553719,0.553719,0.5495868,0.5413223,0.5082645,0.49173555,0.49586776,0.4876033,0.47107437,0.45454547,0.446281,0.5661157,0.4090909,0.28512397,0.62396693,0.59917355,0.5041322,0.40082645,0.35123968,0.32231405,0.2603306,0.23553719,0.11570248,0.06198347,0.3140496,0.45454547,0.47107437,0.446281,0.3553719,0.3140496,0.36363637,0.40495867,0.41735536,0.45867768,0.41735536,0.37190083,0.41322315,0.4752066,0.5082645,0.54545456,0.5661157,0.5661157,0.56198347,0.57438016,0.5661157,0.5371901,0.47933885,0.41735536,0.38842976,0.40495867,0.40082645,0.40495867,0.38016528,0.4090909,0.3966942,0.40495867,0.41735536,0.41735536,0.45041323,0.4752066,0.5,0.5165289,0.5289256,0.5495868,0.5661157,0.553719,0.55785125,0.53305787,0.49173555,0.4876033,0.49173555,0.48347107,0.45867768,0.44214877,0.5041322,0.58264464,0.45454547,0.17768595,0.553719,0.59917355,0.56198347,0.57024795,0.54545456,0.42561984,0.24793388,0.1570248,0.0785124,0.05785124,0.2892562,0.44214877,0.45454547,0.46280992,0.41735536,0.30991736,0.3264463,0.37190083,0.3966942,0.4090909,0.4338843,0.38016528,0.4090909,0.45041323,0.47933885,0.5247934,0.553719,0.553719,0.553719,0.56198347,0.56198347,0.5495868,0.53305787,0.5,0.46694216,0.44214877,0.43801653,0.446281,0.41735536,0.4214876,0.42561984,0.43801653,0.446281,0.46694216,0.49173555,0.5082645,0.5123967,0.5247934,0.5371901,0.5413223,0.55785125,0.55785125,0.5413223,0.5206612,0.5,0.47933885,0.48347107,0.4752066,0.41322315,0.5041322,0.5289256,0.58264464,0.38842976,0.0785124,0.40082645,0.6198347,0.59917355,0.58264464,0.60330576,0.61570245,0.2107438,0.11157025,0.06198347,0.041322313,0.27272728,0.42975205,0.45454547,0.44214877,0.42975205,0.3553719,0.2892562,0.33471075,0.38016528,0.38016528,0.42975205,0.39256197,0.38842976,0.45454547,0.47107437,0.5041322,0.5371901,0.54545456,0.5495868,0.55785125,0.553719,0.5413223,0.53305787,0.5165289,0.5,0.47107437,0.46694216,0.47107437,0.446281,0.446281,0.446281,0.45867768,0.47933885,0.46280992,0.47933885,0.5041322,0.5206612,0.5371901,0.5495868,0.5495868,0.553719,0.553719,0.5413223,0.5123967,0.5,0.4752066,0.47107437,0.43801653,0.4338843,0.54545456,0.5371901,0.5785124,0.3181818,0.053719006,0.3140496,0.6280992,0.6322314,0.61570245,0.607438,0.59504133,0.17768595,0.08677686,0.0661157,0.041322313,0.2520661,0.42561984,0.44214877,0.446281,0.42975205,0.4090909,0.3140496,0.29752067,0.33471075,0.37190083,0.40495867,0.3966942,0.38016528,0.42975205,0.46694216,0.4876033,0.5247934,0.5413223,0.55785125,0.5785124,0.57438016,0.553719,0.54545456,0.5247934,0.5,0.49173555,0.47933885,0.48347107,0.46280992,0.46694216,0.46694216,0.49586776,0.5,0.49173555,0.49586776,0.5247934,0.5289256,0.5371901,0.553719,0.5495868,0.553719,0.5495868,0.5289256,0.5041322,0.48347107,0.45867768,0.4338843,0.44214877,0.5041322,0.5495868,0.5289256,0.5413223,0.20247933,0.024793388,0.20661157,0.55785125,0.607438,0.61157024,0.60330576,0.61570245,0.1694215,0.08264463,0.07438017,0.037190083,0.24793388,0.4338843,0.43801653,0.44214877,0.43801653,0.40495867,0.39256197,0.29338843,0.28099173,0.35123968,0.37603307,0.38016528,0.35950413,0.40495867,0.45454547,0.4876033,0.5123967,0.5371901,0.5661157,0.58677685,0.59090906,0.59090906,0.58677685,0.57024795,0.57024795,0.5661157,0.57024795,0.5661157,0.53305787,0.5371901,0.5289256,0.53305787,0.5371901,0.55785125,0.56198347,0.57438016,0.55785125,0.5495868,0.5495868,0.5495868,0.5495868,0.5413223,0.5247934,0.5,0.46280992,0.42561984,0.41735536,0.49173555,0.53305787,0.54545456,0.5247934,0.47107437,0.10330579,0.045454547,0.14876033,0.5206612,0.61570245,0.6363636,0.62396693,0.60330576,0.17355372,0.06198347,0.07438017,0.049586777,0.2520661,0.42561984,0.44214877,0.42975205,0.44214877,0.42561984,0.40082645,0.35123968,0.28099173,0.29338843,0.338843,0.35950413,0.34710744,0.38842976,0.42975205,0.46280992,0.4876033,0.5247934,0.55785125,0.58264464,0.59090906,0.59917355,0.6446281,0.6487603,0.6446281,0.661157,0.6528926,0.6363636,0.607438,0.59504133,0.5785124,0.57024795,0.5661157,0.58677685,0.59090906,0.58677685,0.57438016,0.57024795,0.54545456,0.5413223,0.5371901,0.5206612,0.5082645,0.4752066,0.42561984,0.3966942,0.45867768,0.5,0.5289256,0.5247934,0.53305787,0.37190083,0.053719006,0.09917355,0.15289256,0.49173555,0.6198347,0.6446281,0.6528926,0.6280992,0.16528925,0.07438017,0.07438017,0.041322313,0.24380165,0.4214876,0.446281,0.4338843,0.43801653,0.43801653,0.4090909,0.37603307,0.3181818,0.2768595,0.2768595,0.3305785,0.35123968,0.3677686,0.38842976,0.43801653,0.47107437,0.5,0.5371901,0.56198347,0.5785124,0.58677685,0.6280992,0.6528926,0.6446281,0.6528926,0.6487603,0.6404959,0.62396693,0.59504133,0.59090906,0.58264464,0.58264464,0.59917355,0.60330576,0.58264464,0.5661157,0.55785125,0.53305787,0.5371901,0.5289256,0.5041322,0.48347107,0.4214876,0.39256197,0.446281,0.5,0.49173555,0.5123967,0.5123967,0.53305787,0.24793388,0.053719006,0.10330579,0.13636364,0.46280992,0.6198347,0.6404959,0.6322314,0.6322314,0.1570248,0.09090909,0.07438017,0.037190083,0.22727273,0.4214876,0.45041323,0.44214877,0.45041323,0.4338843,0.4338843,0.3966942,0.35123968,0.30165288,0.25619835,0.2644628,0.3264463,0.3553719,0.35950413,0.39256197,0.4338843,0.46694216,0.5123967,0.5495868,0.55785125,0.553719,0.57024795,0.59504133,0.59504133,0.61157024,0.61157024,0.58264464,0.5785124,0.58677685,0.5785124,0.5661157,0.5785124,0.59504133,0.58264464,0.55785125,0.5413223,0.5413223,0.5247934,0.5247934,0.5247934,0.4876033,0.4338843,0.38016528,0.42975205,0.5041322,0.5165289,0.4752066,0.5041322,0.5123967,0.5,0.12396694,0.0785124,0.09090909,0.13636364,0.45867768,0.62396693,0.6570248,0.6363636,0.6198347,0.15289256,0.11157025,0.08677686,0.037190083,0.22727273,0.41735536,0.45454547,0.446281,0.45454547,0.44214877,0.43801653,0.41735536,0.38842976,0.3264463,0.28512397,0.24380165,0.2603306,0.32231405,0.3429752,0.3553719,0.38842976,0.42975205,0.46694216,0.5041322,0.5289256,0.5247934,0.5289256,0.5371901,0.5371901,0.55785125,0.56198347,0.5371901,0.53305787,0.54545456,0.54545456,0.5413223,0.5371901,0.5413223,0.5371901,0.5247934,0.5206612,0.5206612,0.5123967,0.5082645,0.4876033,0.42975205,0.3966942,0.4214876,0.49173555,0.5247934,0.5247934,0.49586776,0.5165289,0.5165289,0.38842976,0.07024793,0.10330579,0.09504132,0.14876033,0.5123967,0.6487603,0.661157,0.6487603,0.6322314,0.13636364,0.12809917,0.09090909,0.049586777,0.23553719,0.40082645,0.4338843,0.46280992,0.46280992,0.46280992,0.43801653,0.42561984,0.41322315,0.35123968,0.3140496,0.27272728,0.23553719,0.25619835,0.29752067,0.33471075,0.3553719,0.38429752,0.41322315,0.45454547,0.49173555,0.49586776,0.5,0.49586776,0.5123967,0.5041322,0.5082645,0.5082645,0.49173555,0.5041322,0.5041322,0.5041322,0.5041322,0.5041322,0.5082645,0.5041322,0.5041322,0.49586776,0.5,0.47933885,0.4214876,0.38016528,0.41735536,0.4752066,0.5123967,0.5247934,0.5206612,0.5123967,0.5165289,0.4876033,0.24380165,0.06198347,0.11983471,0.09917355,0.1446281,0.54545456,0.661157,0.6694215,0.6570248,0.6446281,0.12809917,0.13636364,0.10330579,0.07024793,0.23966943,0.38429752,0.4214876,0.46280992,0.48347107,0.48347107,0.47107437,0.43801653,0.41322315,0.38016528,0.3429752,0.30578512,0.2603306,0.23553719,0.24380165,0.26859504,0.30991736,0.35123968,0.3677686,0.40082645,0.43801653,0.45041323,0.45867768,0.45041323,0.46694216,0.45867768,0.45867768,0.46694216,0.47107437,0.4876033,0.46694216,0.47107437,0.47933885,0.4752066,0.48347107,0.49173555,0.48347107,0.46694216,0.45867768,0.40495867,0.35950413,0.40082645,0.46694216,0.49586776,0.5165289,0.53305787,0.5206612,0.5123967,0.5082645,0.39256197,0.12396694,0.09504132,0.12809917,0.09917355,0.21487603,0.5785124,0.6652893,0.6652893,0.6404959,0.6280992,20 +0.5,0.5123967,0.5289256,0.5206612,0.5165289,0.5289256,0.5661157,0.59917355,0.61157024,0.61570245,0.61570245,0.6322314,0.6528926,0.6404959,0.6487603,0.661157,0.6652893,0.6818182,0.6859504,0.6983471,0.71487606,0.6942149,0.7107438,0.7231405,0.73140496,0.71487606,0.71900827,0.71487606,0.71900827,0.71900827,0.7231405,0.7107438,0.7066116,0.70247936,0.71487606,0.6983471,0.70247936,0.70247936,0.70247936,0.7066116,0.7066116,0.71487606,0.7066116,0.6818182,0.6942149,0.6818182,0.6942149,0.6694215,0.6570248,0.6487603,0.6280992,0.607438,0.59917355,0.59504133,0.58677685,0.57024795,0.56198347,0.5289256,0.48347107,0.45867768,0.45867768,0.4338843,0.3429752,0.23553719,0.49586776,0.5,0.5247934,0.53305787,0.5206612,0.5206612,0.56198347,0.59504133,0.61570245,0.61157024,0.62396693,0.6446281,0.6528926,0.661157,0.6570248,0.6652893,0.661157,0.6859504,0.70247936,0.7066116,0.7231405,0.71487606,0.70247936,0.7231405,0.74380165,0.71900827,0.72727275,0.7107438,0.7231405,0.73140496,0.7231405,0.7066116,0.6942149,0.71487606,0.7107438,0.6983471,0.69008267,0.6942149,0.69008267,0.70247936,0.71900827,0.7107438,0.7107438,0.70247936,0.6942149,0.6818182,0.6859504,0.6694215,0.6528926,0.6487603,0.6322314,0.62396693,0.607438,0.59917355,0.58677685,0.57024795,0.55785125,0.5289256,0.4876033,0.46280992,0.46280992,0.44214877,0.35123968,0.23966943,0.5,0.5,0.5206612,0.5371901,0.5289256,0.5247934,0.553719,0.58677685,0.607438,0.61157024,0.6198347,0.6404959,0.6570248,0.6652893,0.6694215,0.661157,0.661157,0.6859504,0.7066116,0.7066116,0.7231405,0.71900827,0.7231405,0.73966944,0.73966944,0.73140496,0.73140496,0.71487606,0.72727275,0.71487606,0.7066116,0.7066116,0.6983471,0.7107438,0.6942149,0.6983471,0.69008267,0.6859504,0.69008267,0.70247936,0.7107438,0.71487606,0.7066116,0.71900827,0.7066116,0.69008267,0.6983471,0.677686,0.677686,0.6570248,0.6322314,0.62396693,0.61570245,0.60330576,0.58264464,0.5661157,0.553719,0.5206612,0.4876033,0.46694216,0.46280992,0.45041323,0.3677686,0.22727273,0.49586776,0.5041322,0.5165289,0.5289256,0.5289256,0.5247934,0.553719,0.57024795,0.59504133,0.607438,0.61157024,0.6322314,0.661157,0.661157,0.6859504,0.6652893,0.6694215,0.6694215,0.677686,0.6818182,0.71900827,0.71487606,0.71487606,0.73966944,0.7355372,0.73966944,0.72727275,0.71900827,0.71487606,0.7107438,0.7066116,0.70247936,0.7066116,0.6859504,0.6818182,0.69008267,0.6818182,0.6818182,0.6983471,0.6983471,0.7066116,0.6942149,0.6942149,0.71900827,0.71487606,0.6942149,0.6942149,0.6942149,0.677686,0.6570248,0.6446281,0.6404959,0.62396693,0.60330576,0.57438016,0.55785125,0.5495868,0.5247934,0.48347107,0.47107437,0.46280992,0.46280992,0.38016528,0.2231405,0.5,0.5041322,0.5123967,0.5165289,0.5247934,0.5247934,0.5495868,0.56198347,0.59090906,0.61157024,0.61157024,0.6322314,0.6446281,0.6652893,0.677686,0.6652893,0.6652893,0.661157,0.6652893,0.6652893,0.6942149,0.7231405,0.70247936,0.7066116,0.72727275,0.7231405,0.7231405,0.7066116,0.6983471,0.71487606,0.70247936,0.69008267,0.6942149,0.677686,0.6818182,0.6859504,0.6818182,0.6818182,0.7066116,0.70247936,0.69008267,0.6570248,0.6735537,0.7107438,0.70247936,0.6859504,0.69008267,0.6818182,0.6652893,0.6570248,0.6404959,0.6363636,0.6280992,0.60330576,0.57438016,0.553719,0.5413223,0.5206612,0.4876033,0.4752066,0.46280992,0.46280992,0.3966942,0.23966943,0.5,0.49586776,0.5082645,0.5123967,0.5206612,0.5289256,0.5495868,0.5661157,0.58677685,0.607438,0.62396693,0.62396693,0.6198347,0.6487603,0.6652893,0.6528926,0.661157,0.6652893,0.6446281,0.6570248,0.62396693,0.69008267,0.6983471,0.6859504,0.6983471,0.7107438,0.6983471,0.6942149,0.6983471,0.7107438,0.6983471,0.661157,0.6818182,0.6735537,0.677686,0.6859504,0.6859504,0.6859504,0.6983471,0.70247936,0.6859504,0.661157,0.6735537,0.69008267,0.6735537,0.6694215,0.6694215,0.6570248,0.6404959,0.6322314,0.6322314,0.6198347,0.61570245,0.60330576,0.56198347,0.5495868,0.5413223,0.5082645,0.48347107,0.47107437,0.45454547,0.46694216,0.3966942,0.2520661,0.5,0.5,0.5082645,0.5165289,0.5247934,0.53305787,0.55785125,0.5785124,0.59090906,0.59090906,0.62396693,0.6322314,0.6198347,0.6322314,0.661157,0.6570248,0.6528926,0.6528926,0.6446281,0.6404959,0.6322314,0.6198347,0.6446281,0.6487603,0.661157,0.677686,0.6694215,0.6694215,0.677686,0.69008267,0.6942149,0.6570248,0.677686,0.6652893,0.6735537,0.6983471,0.6859504,0.677686,0.69008267,0.6859504,0.6652893,0.6570248,0.6652893,0.6694215,0.6404959,0.6363636,0.6280992,0.6198347,0.61157024,0.607438,0.607438,0.61570245,0.62396693,0.60330576,0.55785125,0.54545456,0.553719,0.5123967,0.4752066,0.47107437,0.45454547,0.46694216,0.38842976,0.24380165,0.5041322,0.5041322,0.5082645,0.5082645,0.5247934,0.5371901,0.5661157,0.59090906,0.59917355,0.58677685,0.59917355,0.607438,0.59917355,0.58264464,0.607438,0.6280992,0.6280992,0.60330576,0.58677685,0.59504133,0.5785124,0.59504133,0.59504133,0.607438,0.6198347,0.6487603,0.6570248,0.6446281,0.6570248,0.6735537,0.661157,0.6446281,0.6528926,0.6487603,0.677686,0.6942149,0.6735537,0.6652893,0.6818182,0.6652893,0.6487603,0.6446281,0.6404959,0.6280992,0.59504133,0.57024795,0.56198347,0.553719,0.5661157,0.5785124,0.5785124,0.57024795,0.5661157,0.57024795,0.553719,0.5413223,0.56198347,0.5247934,0.47107437,0.46280992,0.45454547,0.45867768,0.3677686,0.22727273,0.5123967,0.5041322,0.5123967,0.5082645,0.5206612,0.5289256,0.5661157,0.57438016,0.58677685,0.58264464,0.5785124,0.5785124,0.57024795,0.5495868,0.5371901,0.56198347,0.5495868,0.5206612,0.5082645,0.5123967,0.5123967,0.5082645,0.5413223,0.553719,0.56198347,0.59917355,0.62396693,0.6198347,0.6404959,0.6404959,0.607438,0.607438,0.61570245,0.6280992,0.661157,0.6694215,0.6487603,0.6528926,0.661157,0.6528926,0.6404959,0.6280992,0.607438,0.58264464,0.5371901,0.49586776,0.4752066,0.46694216,0.47933885,0.5,0.5123967,0.5165289,0.5165289,0.5165289,0.5082645,0.5041322,0.5413223,0.5289256,0.47107437,0.46280992,0.45454547,0.45867768,0.35123968,0.20247933,0.5082645,0.5082645,0.5165289,0.5206612,0.5165289,0.5082645,0.53305787,0.5289256,0.5413223,0.5495868,0.54545456,0.553719,0.5413223,0.5247934,0.5,0.5,0.49173555,0.45041323,0.43801653,0.4338843,0.42561984,0.40082645,0.43801653,0.4752066,0.47933885,0.5165289,0.5661157,0.58264464,0.59917355,0.60330576,0.57438016,0.57024795,0.58677685,0.61570245,0.6363636,0.6446281,0.61570245,0.6280992,0.6322314,0.61570245,0.61157024,0.59504133,0.5661157,0.5247934,0.48347107,0.45041323,0.41322315,0.41322315,0.4338843,0.43801653,0.45041323,0.46694216,0.49173555,0.5123967,0.49586776,0.4876033,0.5123967,0.5123967,0.46280992,0.45041323,0.46280992,0.46694216,0.3140496,0.2231405,0.5206612,0.5123967,0.5123967,0.5082645,0.5041322,0.49586776,0.49173555,0.5082645,0.53305787,0.5082645,0.5123967,0.5123967,0.5123967,0.49586776,0.46280992,0.46280992,0.43801653,0.41735536,0.38842976,0.38016528,0.38842976,0.36363637,0.3677686,0.4090909,0.43801653,0.46694216,0.49586776,0.5289256,0.55785125,0.57438016,0.5661157,0.5661157,0.58677685,0.6280992,0.6446281,0.6280992,0.59504133,0.59090906,0.59917355,0.58264464,0.56198347,0.5413223,0.5123967,0.46694216,0.4338843,0.40495867,0.38429752,0.38842976,0.39256197,0.3966942,0.4090909,0.4338843,0.45454547,0.4876033,0.5082645,0.5082645,0.47933885,0.47107437,0.45041323,0.42975205,0.45867768,0.46280992,0.2520661,0.30991736,0.5247934,0.5041322,0.5082645,0.49173555,0.49586776,0.49586776,0.47107437,0.5082645,0.53305787,0.5,0.48347107,0.49173555,0.49173555,0.4876033,0.47107437,0.45867768,0.446281,0.42975205,0.3966942,0.38842976,0.38842976,0.3677686,0.35950413,0.37603307,0.40495867,0.40495867,0.4338843,0.47933885,0.5165289,0.54545456,0.5661157,0.58677685,0.607438,0.6487603,0.661157,0.6404959,0.59917355,0.56198347,0.56198347,0.5413223,0.5041322,0.48347107,0.45454547,0.40082645,0.38016528,0.38016528,0.38429752,0.38842976,0.4090909,0.42975205,0.446281,0.46694216,0.46694216,0.4876033,0.5041322,0.5,0.47933885,0.45867768,0.45867768,0.4338843,0.46280992,0.45041323,0.23966943,0.42561984,0.5,0.49586776,0.49173555,0.48347107,0.4876033,0.48347107,0.4752066,0.5041322,0.5165289,0.49586776,0.49586776,0.47933885,0.47107437,0.45041323,0.446281,0.44214877,0.44214877,0.42561984,0.39256197,0.37190083,0.3677686,0.37190083,0.3677686,0.3677686,0.37603307,0.36363637,0.3966942,0.42561984,0.45867768,0.49173555,0.54545456,0.60330576,0.62396693,0.6570248,0.677686,0.6694215,0.6198347,0.553719,0.5165289,0.48347107,0.446281,0.41735536,0.39256197,0.36363637,0.3553719,0.36363637,0.38842976,0.41735536,0.446281,0.46694216,0.5,0.5165289,0.5206612,0.5247934,0.5165289,0.5082645,0.5041322,0.47107437,0.45041323,0.42561984,0.45454547,0.45041323,0.2892562,0.45867768,0.47933885,0.4876033,0.48347107,0.4752066,0.46694216,0.45454547,0.46694216,0.47933885,0.4876033,0.47107437,0.46694216,0.41735536,0.4090909,0.39256197,0.38842976,0.39256197,0.42561984,0.43801653,0.40082645,0.38429752,0.3677686,0.35123968,0.338843,0.35950413,0.38016528,0.36363637,0.36363637,0.38016528,0.3966942,0.446281,0.5247934,0.607438,0.6446281,0.6694215,0.70247936,0.6983471,0.6404959,0.55785125,0.47933885,0.42561984,0.3966942,0.37190083,0.36363637,0.35123968,0.34710744,0.34710744,0.35950413,0.38429752,0.41735536,0.42975205,0.45041323,0.47107437,0.5,0.5206612,0.5165289,0.49586776,0.49173555,0.47933885,0.45454547,0.4214876,0.446281,0.47107437,0.3305785,0.42561984,0.4752066,0.49173555,0.49173555,0.48347107,0.47107437,0.42975205,0.446281,0.44214877,0.45454547,0.4214876,0.37190083,0.3429752,0.37190083,0.39256197,0.38016528,0.36363637,0.38016528,0.4338843,0.36363637,0.38842976,0.45454547,0.46280992,0.43801653,0.37603307,0.37190083,0.38842976,0.38842976,0.3677686,0.35950413,0.3966942,0.49586776,0.59917355,0.661157,0.70247936,0.72727275,0.7231405,0.6735537,0.57024795,0.45041323,0.40082645,0.40082645,0.38429752,0.37190083,0.37190083,0.38429752,0.39256197,0.36363637,0.40082645,0.38842976,0.38842976,0.39256197,0.40082645,0.40495867,0.4090909,0.45867768,0.46694216,0.46280992,0.446281,0.45041323,0.42975205,0.45867768,0.4752066,0.38429752,0.46280992,0.49173555,0.5,0.5082645,0.5,0.48347107,0.43801653,0.4338843,0.42975205,0.43801653,0.37603307,0.3264463,0.3553719,0.40082645,0.38016528,0.2768595,0.21900827,0.20661157,0.4090909,0.23966943,0.2768595,0.48347107,0.43801653,0.43801653,0.45454547,0.44214877,0.40082645,0.3966942,0.38842976,0.36363637,0.37190083,0.47107437,0.59090906,0.677686,0.7355372,0.74793386,0.73966944,0.7107438,0.59504133,0.44214877,0.4214876,0.43801653,0.41735536,0.39256197,0.42561984,0.37190083,0.3264463,0.21900827,0.30991736,0.28512397,0.22727273,0.3429752,0.39256197,0.41322315,0.3966942,0.34710744,0.4214876,0.4752066,0.44214877,0.46694216,0.45454547,0.46280992,0.46694216,0.4338843,0.49173555,0.5206612,0.5082645,0.5289256,0.5165289,0.49586776,0.45454547,0.4338843,0.4338843,0.43801653,0.37603307,0.35123968,0.35123968,0.35123968,0.38016528,0.2644628,0.23553719,0.1570248,0.2107438,0.2768595,0.37603307,0.59917355,0.5371901,0.41322315,0.3677686,0.46280992,0.5041322,0.46280992,0.42975205,0.39256197,0.38016528,0.45454547,0.5785124,0.6652893,0.73140496,0.7644628,0.75619835,0.73140496,0.6363636,0.4752066,0.46694216,0.4876033,0.44214877,0.38429752,0.48347107,0.41322315,0.33471075,0.18181819,0.28512397,0.28512397,0.17768595,0.36363637,0.4752066,0.3181818,0.3429752,0.38842976,0.3429752,0.46694216,0.46280992,0.49173555,0.46694216,0.46280992,0.46280992,0.45454547,0.5082645,0.5123967,0.5247934,0.56198347,0.5661157,0.5289256,0.48347107,0.45041323,0.44214877,0.45041323,0.38429752,0.34710744,0.33471075,0.34710744,0.45454547,0.35950413,0.29338843,0.28099173,0.2768595,0.338843,0.49173555,0.6528926,0.59504133,0.45867768,0.42561984,0.45454547,0.47933885,0.5371901,0.48347107,0.42561984,0.4214876,0.45867768,0.55785125,0.6570248,0.7231405,0.76859504,0.76859504,0.73966944,0.6983471,0.5371901,0.5165289,0.5289256,0.4752066,0.42561984,0.53305787,0.5165289,0.35123968,0.27272728,0.1983471,0.24380165,0.24380165,0.446281,0.54545456,0.38842976,0.23553719,0.3264463,0.40082645,0.446281,0.4876033,0.5,0.49586776,0.47107437,0.43801653,0.48347107,0.5041322,0.5165289,0.5413223,0.60330576,0.61570245,0.59090906,0.5413223,0.5,0.49173555,0.4752066,0.4338843,0.38429752,0.41322315,0.4338843,0.47933885,0.47107437,0.4090909,0.38842976,0.41735536,0.4876033,0.607438,0.6404959,0.5661157,0.46280992,0.47933885,0.5206612,0.5,0.5371901,0.5206612,0.46280992,0.47107437,0.5,0.5495868,0.6528926,0.7355372,0.77272725,0.77272725,0.74380165,0.73140496,0.6198347,0.53305787,0.5413223,0.53305787,0.48347107,0.5123967,0.56198347,0.446281,0.38016528,0.33471075,0.3305785,0.38429752,0.48347107,0.5,0.45454547,0.38429752,0.3264463,0.40082645,0.46280992,0.5165289,0.5371901,0.5289256,0.45454547,0.44214877,0.5165289,0.47933885,0.5123967,0.55785125,0.60330576,0.6404959,0.6322314,0.60330576,0.59504133,0.58264464,0.57024795,0.5661157,0.49173555,0.45454547,0.5041322,0.5082645,0.53305787,0.55785125,0.553719,0.5661157,0.59504133,0.59504133,0.58264464,0.56198347,0.54545456,0.5661157,0.59090906,0.58264464,0.5371901,0.49586776,0.5082645,0.53305787,0.5289256,0.5495868,0.6322314,0.7355372,0.76859504,0.75206614,0.74380165,0.72727275,0.6818182,0.5413223,0.5371901,0.56198347,0.5289256,0.5123967,0.5371901,0.5371901,0.5123967,0.46694216,0.47107437,0.5206612,0.49173555,0.46694216,0.5,0.46694216,0.4214876,0.42975205,0.47107437,0.53305787,0.57024795,0.54545456,0.46280992,0.4338843,0.5413223,0.46694216,0.5082645,0.5495868,0.6198347,0.6404959,0.6528926,0.6570248,0.6652893,0.6528926,0.661157,0.661157,0.607438,0.5165289,0.5041322,0.5123967,0.5289256,0.5495868,0.56198347,0.57438016,0.57438016,0.55785125,0.55785125,0.57024795,0.58264464,0.59504133,0.59917355,0.58264464,0.553719,0.54545456,0.5661157,0.5785124,0.54545456,0.53305787,0.61157024,0.7107438,0.7644628,0.75206614,0.73966944,0.7355372,0.6983471,0.5413223,0.5206612,0.56198347,0.56198347,0.5371901,0.53305787,0.5206612,0.5289256,0.5371901,0.4876033,0.5,0.49173555,0.47933885,0.46694216,0.46694216,0.5247934,0.5247934,0.5165289,0.5413223,0.57438016,0.56198347,0.45867768,0.41735536,0.58677685,0.4214876,0.49173555,0.5371901,0.60330576,0.6404959,0.6652893,0.6859504,0.6942149,0.6735537,0.6694215,0.661157,0.661157,0.6198347,0.58677685,0.57024795,0.5661157,0.56198347,0.57438016,0.58677685,0.59504133,0.60330576,0.6198347,0.6280992,0.6198347,0.61157024,0.61157024,0.607438,0.6198347,0.6198347,0.61570245,0.59504133,0.5661157,0.54545456,0.59090906,0.6694215,0.75619835,0.7644628,0.74793386,0.75206614,0.7066116,0.5289256,0.5041322,0.57024795,0.57438016,0.553719,0.553719,0.5495868,0.53305787,0.5247934,0.49586776,0.49173555,0.49586776,0.49586776,0.5041322,0.5206612,0.553719,0.55785125,0.5661157,0.57024795,0.57024795,0.57024795,0.45041323,0.42561984,0.59917355,0.37190083,0.47107437,0.5247934,0.59090906,0.62396693,0.661157,0.6859504,0.6942149,0.69008267,0.6818182,0.6818182,0.677686,0.661157,0.6652893,0.6694215,0.661157,0.661157,0.6735537,0.6735537,0.6652893,0.661157,0.6694215,0.6652893,0.6652893,0.6694215,0.6652893,0.661157,0.6694215,0.6404959,0.6198347,0.58264464,0.58264464,0.55785125,0.5785124,0.6446281,0.73140496,0.76859504,0.75206614,0.74793386,0.7066116,0.5247934,0.48347107,0.55785125,0.60330576,0.58677685,0.5661157,0.59090906,0.58677685,0.5785124,0.5661157,0.55785125,0.54545456,0.5413223,0.54545456,0.56198347,0.5661157,0.57438016,0.59504133,0.60330576,0.58677685,0.553719,0.446281,0.446281,0.55785125,0.34710744,0.46280992,0.5247934,0.5785124,0.60330576,0.6446281,0.6859504,0.6983471,0.70247936,0.7066116,0.7231405,0.7107438,0.677686,0.6859504,0.6983471,0.6859504,0.6859504,0.6942149,0.6859504,0.6694215,0.6652893,0.677686,0.69008267,0.71900827,0.72727275,0.7066116,0.677686,0.6528926,0.6363636,0.59917355,0.58264464,0.59090906,0.55785125,0.58264464,0.6322314,0.71900827,0.76033056,0.75619835,0.75206614,0.6983471,0.5289256,0.47933885,0.5247934,0.607438,0.6446281,0.607438,0.59917355,0.59504133,0.58677685,0.58264464,0.59090906,0.5661157,0.57438016,0.5785124,0.59090906,0.57024795,0.59504133,0.61570245,0.61570245,0.59090906,0.5371901,0.446281,0.49173555,0.5247934,0.29752067,0.45454547,0.5,0.5495868,0.58264464,0.61570245,0.6570248,0.6942149,0.70247936,0.6983471,0.71487606,0.7107438,0.69008267,0.6942149,0.70247936,0.7066116,0.7066116,0.71487606,0.7107438,0.6983471,0.7066116,0.71900827,0.73140496,0.75619835,0.75206614,0.7066116,0.6694215,0.62396693,0.6198347,0.59504133,0.5785124,0.57438016,0.553719,0.59090906,0.6322314,0.6942149,0.73140496,0.74380165,0.74793386,0.69008267,0.5495868,0.47933885,0.5206612,0.58677685,0.6735537,0.6652893,0.6446281,0.6198347,0.59917355,0.59504133,0.607438,0.58264464,0.59504133,0.59917355,0.60330576,0.607438,0.607438,0.6198347,0.607438,0.5785124,0.53305787,0.45041323,0.4752066,0.46280992,0.30991736,0.42975205,0.48347107,0.53305787,0.56198347,0.59090906,0.6198347,0.661157,0.6818182,0.6859504,0.6942149,0.69008267,0.69008267,0.6942149,0.69008267,0.7066116,0.71900827,0.7355372,0.74380165,0.7355372,0.74793386,0.76033056,0.75619835,0.75206614,0.72727275,0.69008267,0.6570248,0.62396693,0.58677685,0.58264464,0.57024795,0.5785124,0.5785124,0.59504133,0.6363636,0.6652893,0.71487606,0.73140496,0.74380165,0.7066116,0.59917355,0.4752066,0.5041322,0.5785124,0.6528926,0.6818182,0.69008267,0.6652893,0.6363636,0.6198347,0.6198347,0.59504133,0.61157024,0.61157024,0.6198347,0.62396693,0.6322314,0.61157024,0.58677685,0.57024795,0.5123967,0.47107437,0.5041322,0.43801653,0.2892562,0.41322315,0.46280992,0.5247934,0.5413223,0.55785125,0.59090906,0.62396693,0.6487603,0.6735537,0.6818182,0.677686,0.69008267,0.6983471,0.6859504,0.6942149,0.71900827,0.7355372,0.74380165,0.74793386,0.74793386,0.75206614,0.75206614,0.73966944,0.71900827,0.6859504,0.6570248,0.61570245,0.58677685,0.57024795,0.57438016,0.57024795,0.58264464,0.61570245,0.6487603,0.677686,0.71900827,0.7355372,0.74380165,0.71900827,0.6694215,0.5165289,0.4876033,0.57024795,0.6404959,0.6735537,0.69008267,0.6694215,0.6652893,0.6570248,0.6446281,0.6280992,0.6322314,0.6363636,0.6280992,0.62396693,0.6363636,0.60330576,0.57438016,0.5495868,0.5041322,0.5,0.54545456,0.42561984,0.2892562,0.3966942,0.44214877,0.5041322,0.5206612,0.5413223,0.5661157,0.59917355,0.61570245,0.6322314,0.6570248,0.661157,0.6735537,0.6942149,0.6859504,0.6859504,0.7066116,0.7107438,0.7231405,0.73966944,0.74793386,0.74793386,0.74793386,0.72727275,0.7107438,0.6859504,0.6528926,0.6198347,0.59090906,0.57024795,0.57024795,0.56198347,0.61157024,0.6446281,0.677686,0.70247936,0.73140496,0.73140496,0.7355372,0.73140496,0.7066116,0.59504133,0.49586776,0.5413223,0.6363636,0.6694215,0.677686,0.6694215,0.6652893,0.6694215,0.6528926,0.6528926,0.6363636,0.62396693,0.61157024,0.6198347,0.61570245,0.59504133,0.57024795,0.53305787,0.5,0.5082645,0.553719,0.4090909,0.29338843,0.38016528,0.41735536,0.4752066,0.5041322,0.5289256,0.553719,0.5661157,0.58677685,0.60330576,0.6363636,0.6446281,0.6528926,0.6735537,0.677686,0.6818182,0.7066116,0.7066116,0.71487606,0.73140496,0.74793386,0.74380165,0.74793386,0.73140496,0.72727275,0.6942149,0.6487603,0.61570245,0.59504133,0.553719,0.5247934,0.57438016,0.6198347,0.6528926,0.6859504,0.7231405,0.75206614,0.73966944,0.74380165,0.73966944,0.73140496,0.6363636,0.5289256,0.5206612,0.61570245,0.6570248,0.6652893,0.6818182,0.6818182,0.677686,0.6694215,0.6570248,0.6487603,0.6280992,0.60330576,0.61570245,0.607438,0.5785124,0.5661157,0.5289256,0.47933885,0.5165289,0.54545456,0.4214876,0.29752067,0.37603307,0.3966942,0.45454547,0.49173555,0.5165289,0.5413223,0.5495868,0.5661157,0.59504133,0.62396693,0.6322314,0.6446281,0.6694215,0.677686,0.6859504,0.7066116,0.70247936,0.7066116,0.7107438,0.73140496,0.72727275,0.73140496,0.73140496,0.71487606,0.6735537,0.6198347,0.5785124,0.58264464,0.54545456,0.5413223,0.5661157,0.61570245,0.6570248,0.7107438,0.75206614,0.77272725,0.75619835,0.7355372,0.75619835,0.73966944,0.6446281,0.5495868,0.5123967,0.58677685,0.6528926,0.6652893,0.6735537,0.6818182,0.6818182,0.6818182,0.6652893,0.6570248,0.6322314,0.61157024,0.607438,0.59917355,0.57438016,0.553719,0.5165289,0.47107437,0.5206612,0.5371901,0.38842976,0.30578512,0.38016528,0.38429752,0.42561984,0.47933885,0.5165289,0.53305787,0.5495868,0.57024795,0.59090906,0.6198347,0.6363636,0.6446281,0.6694215,0.6818182,0.6859504,0.6942149,0.7066116,0.69008267,0.6942149,0.7066116,0.71900827,0.71487606,0.7107438,0.69008267,0.62396693,0.5661157,0.55785125,0.61157024,0.57438016,0.53305787,0.55785125,0.59917355,0.6528926,0.6818182,0.76033056,0.7644628,0.7644628,0.74380165,0.7644628,0.74793386,0.661157,0.553719,0.5041322,0.5785124,0.6446281,0.6652893,0.6735537,0.6735537,0.6735537,0.6694215,0.6694215,0.6528926,0.6322314,0.61570245,0.60330576,0.59090906,0.56198347,0.54545456,0.49173555,0.4752066,0.5247934,0.47933885,0.3553719,0.30991736,0.38429752,0.37603307,0.40495867,0.45867768,0.5,0.5206612,0.54545456,0.57024795,0.58677685,0.61570245,0.6363636,0.6446281,0.6570248,0.677686,0.6818182,0.677686,0.6983471,0.6818182,0.6859504,0.69008267,0.70247936,0.6942149,0.6818182,0.6570248,0.57024795,0.5165289,0.58264464,0.6198347,0.59090906,0.5661157,0.55785125,0.58677685,0.6198347,0.6322314,0.71900827,0.76033056,0.75619835,0.76033056,0.7644628,0.75619835,0.6694215,0.553719,0.4876033,0.55785125,0.62396693,0.6487603,0.677686,0.6652893,0.6570248,0.6570248,0.661157,0.6446281,0.6198347,0.61157024,0.59504133,0.58264464,0.5661157,0.5371901,0.4876033,0.45867768,0.47107437,0.39256197,0.3181818,0.3305785,0.38842976,0.38016528,0.39256197,0.446281,0.49173555,0.5123967,0.53305787,0.55785125,0.58264464,0.59917355,0.61570245,0.6363636,0.6487603,0.6652893,0.661157,0.661157,0.677686,0.6735537,0.6735537,0.6818182,0.6735537,0.6570248,0.6487603,0.6198347,0.5289256,0.5247934,0.59090906,0.60330576,0.61157024,0.5785124,0.55785125,0.5495868,0.57438016,0.59504133,0.6446281,0.71900827,0.74793386,0.73966944,0.74380165,0.71487606,0.6363636,0.53305787,0.47933885,0.5165289,0.60330576,0.6322314,0.6528926,0.6487603,0.6446281,0.6487603,0.6446281,0.6322314,0.61570245,0.607438,0.58677685,0.57438016,0.5495868,0.5247934,0.47107437,0.41735536,0.38016528,0.338843,0.3264463,0.33471075,0.4090909,0.39256197,0.38429752,0.4214876,0.4752066,0.5082645,0.5206612,0.54545456,0.5785124,0.58677685,0.59917355,0.61157024,0.6446281,0.6528926,0.6446281,0.6528926,0.6652893,0.661157,0.6570248,0.6694215,0.6363636,0.6198347,0.61570245,0.59917355,0.48347107,0.5123967,0.55785125,0.59090906,0.59090906,0.5661157,0.5,0.46280992,0.45454547,0.5,0.553719,0.62396693,0.69008267,0.6818182,0.6735537,0.6404959,0.5661157,0.47933885,0.47107437,0.5082645,0.58264464,0.6280992,0.6322314,0.6363636,0.6363636,0.6404959,0.6363636,0.61570245,0.61157024,0.607438,0.58264464,0.553719,0.53305787,0.5123967,0.45867768,0.35950413,0.3264463,0.33471075,0.33471075,0.3305785,0.42975205,0.41735536,0.40495867,0.41735536,0.45041323,0.47933885,0.5041322,0.53305787,0.55785125,0.57024795,0.5785124,0.59917355,0.6198347,0.6363636,0.6363636,0.6446281,0.6528926,0.6487603,0.6404959,0.6363636,0.607438,0.59090906,0.60330576,0.58677685,0.4338843,0.48347107,0.5041322,0.5206612,0.49586776,0.45041323,0.42975205,0.39256197,0.3966942,0.3966942,0.46280992,0.5123967,0.59090906,0.6198347,0.59090906,0.55785125,0.4752066,0.4214876,0.45454547,0.5041322,0.57438016,0.6198347,0.62396693,0.6280992,0.6322314,0.6322314,0.6198347,0.59917355,0.59917355,0.59917355,0.5661157,0.5413223,0.5206612,0.5,0.43801653,0.33471075,0.3181818,0.338843,0.33471075,0.3264463,0.44214877,0.4214876,0.41322315,0.42975205,0.44214877,0.46280992,0.4876033,0.5123967,0.54545456,0.56198347,0.5661157,0.57438016,0.59504133,0.61570245,0.6280992,0.6280992,0.6404959,0.6487603,0.6363636,0.60330576,0.59090906,0.58677685,0.6198347,0.59504133,0.45867768,0.42561984,0.43801653,0.4090909,0.29338843,0.2231405,0.18181819,0.18595041,0.21900827,0.29338843,0.4090909,0.446281,0.49586776,0.5289256,0.5289256,0.46280992,0.29752067,0.26859504,0.3966942,0.47933885,0.57438016,0.607438,0.61157024,0.61570245,0.62396693,0.6198347,0.607438,0.59090906,0.58677685,0.58264464,0.55785125,0.5289256,0.5123967,0.49173555,0.41735536,0.33471075,0.3181818,0.33471075,0.33471075,0.3305785,0.43801653,0.43801653,0.42975205,0.446281,0.43801653,0.45867768,0.4752066,0.49173555,0.5289256,0.54545456,0.56198347,0.56198347,0.57438016,0.59917355,0.607438,0.61570245,0.6280992,0.6280992,0.6280992,0.60330576,0.58677685,0.607438,0.6280992,0.6280992,0.54545456,0.4338843,0.3677686,0.37190083,0.30991736,0.30991736,0.3181818,0.29338843,0.24380165,0.20661157,0.3553719,0.41735536,0.44214877,0.47107437,0.45867768,0.36363637,0.24380165,0.28512397,0.38429752,0.5,0.58264464,0.61157024,0.60330576,0.59504133,0.60330576,0.59917355,0.59504133,0.58264464,0.57438016,0.56198347,0.54545456,0.5206612,0.49173555,0.47107437,0.40082645,0.3181818,0.32231405,0.3305785,0.3305785,0.3264463,0.4214876,0.42975205,0.42561984,0.42975205,0.45041323,0.45454547,0.46694216,0.48347107,0.5041322,0.5247934,0.53305787,0.5413223,0.56198347,0.59090906,0.59504133,0.60330576,0.6198347,0.61570245,0.607438,0.61157024,0.60330576,0.61570245,0.6322314,0.62396693,0.61157024,0.5495868,0.42561984,0.40082645,0.38842976,0.41322315,0.44214877,0.45041323,0.36363637,0.2768595,0.3264463,0.38016528,0.39256197,0.38429752,0.41735536,0.40495867,0.35123968,0.38016528,0.45454547,0.5371901,0.57024795,0.59917355,0.59917355,0.5785124,0.58677685,0.59090906,0.58264464,0.5661157,0.55785125,0.54545456,0.5289256,0.5082645,0.47933885,0.46694216,0.38842976,0.32231405,0.3264463,0.33471075,0.33471075,0.3305785,0.42561984,0.4338843,0.42975205,0.4214876,0.45041323,0.45454547,0.47107437,0.47933885,0.5,0.5082645,0.5165289,0.5247934,0.54545456,0.57438016,0.59504133,0.59504133,0.6198347,0.59917355,0.59090906,0.61157024,0.62396693,0.6198347,0.6322314,0.6280992,0.6446281,0.6404959,0.58677685,0.5247934,0.48347107,0.46694216,0.48347107,0.48347107,0.45041323,0.37190083,0.30578512,0.3264463,0.37190083,0.40495867,0.46280992,0.4876033,0.49586776,0.5123967,0.5247934,0.5495868,0.55785125,0.5785124,0.59504133,0.58264464,0.58264464,0.58677685,0.57438016,0.553719,0.5413223,0.5289256,0.5123967,0.49586776,0.4752066,0.45454547,0.37190083,0.3181818,0.3305785,0.33471075,0.3305785,0.3264463,0.42561984,0.446281,0.4338843,0.42975205,0.45454547,0.47107437,0.47107437,0.46694216,0.49173555,0.49586776,0.5082645,0.5247934,0.5371901,0.57438016,0.59090906,0.59504133,0.59917355,0.58264464,0.59090906,0.607438,0.6198347,0.6280992,0.6322314,0.6280992,0.6198347,0.62396693,0.6198347,0.58677685,0.55785125,0.553719,0.5371901,0.5165289,0.5,0.44214877,0.38842976,0.3966942,0.44214877,0.48347107,0.5082645,0.5289256,0.5495868,0.54545456,0.5495868,0.553719,0.553719,0.5661157,0.58264464,0.59090906,0.58264464,0.5785124,0.57438016,0.5495868,0.5289256,0.5165289,0.49586776,0.48347107,0.46694216,0.45041323,0.35123968,0.3181818,0.33471075,0.3305785,0.3305785,0.3264463,0.42561984,0.43801653,0.4338843,0.42975205,0.45867768,0.47107437,0.48347107,0.4752066,0.49586776,0.4876033,0.5,0.5206612,0.5413223,0.57438016,0.58677685,0.58677685,0.58264464,0.59917355,0.607438,0.61157024,0.61570245,0.61570245,0.62396693,0.6198347,0.59090906,0.58677685,0.60330576,0.59090906,0.58677685,0.5785124,0.5661157,0.5495868,0.5371901,0.49173555,0.47107437,0.47933885,0.5,0.5165289,0.54545456,0.553719,0.54545456,0.54545456,0.5495868,0.5495868,0.5495868,0.5495868,0.55785125,0.58264464,0.58677685,0.55785125,0.55785125,0.54545456,0.5247934,0.5082645,0.49586776,0.47107437,0.46280992,0.44214877,0.338843,0.30991736,0.3305785,0.33471075,0.3264463,0.3264463,0.40082645,0.446281,0.43801653,0.43801653,0.42975205,0.4752066,0.49173555,0.5123967,0.5,0.5,0.5,0.5041322,0.54545456,0.5785124,0.58264464,0.58677685,0.59504133,0.61157024,0.6198347,0.6322314,0.6198347,0.60330576,0.60330576,0.59504133,0.55785125,0.55785125,0.59090906,0.58677685,0.58264464,0.57438016,0.58677685,0.58677685,0.5661157,0.5413223,0.5247934,0.5495868,0.5413223,0.5289256,0.5371901,0.54545456,0.53305787,0.5289256,0.5206612,0.53305787,0.5413223,0.5371901,0.5413223,0.55785125,0.5661157,0.5371901,0.53305787,0.5413223,0.5206612,0.5,0.49173555,0.46694216,0.46694216,0.4214876,0.32231405,0.30991736,0.3305785,0.338843,0.32231405,0.3181818,0.36363637,0.42975205,0.43801653,0.43801653,0.42975205,0.4752066,0.4876033,0.5206612,0.5082645,0.5165289,0.49586776,0.49173555,0.54545456,0.57024795,0.5661157,0.58264464,0.60330576,0.58677685,0.60330576,0.6198347,0.61570245,0.60330576,0.58677685,0.5661157,0.5413223,0.5495868,0.57024795,0.57438016,0.57438016,0.59090906,0.62396693,0.61157024,0.59504133,0.57438016,0.55785125,0.553719,0.56198347,0.54545456,0.5413223,0.54545456,0.5289256,0.5165289,0.5123967,0.5206612,0.5247934,0.5247934,0.53305787,0.5289256,0.5371901,0.5206612,0.5123967,0.53305787,0.5082645,0.4876033,0.47933885,0.46694216,0.46694216,0.39256197,0.30991736,0.32231405,0.3181818,0.33471075,0.3140496,0.3264463,0.34710744,0.38429752,0.43801653,0.43801653,0.43801653,0.46280992,0.48347107,0.5041322,0.5082645,0.5206612,0.5041322,0.4876033,0.54545456,0.5661157,0.5495868,0.57024795,0.59090906,0.55785125,0.5661157,0.57024795,0.5661157,0.5661157,0.553719,0.5371901,0.5371901,0.553719,0.5785124,0.59504133,0.607438,0.6363636,0.6859504,0.677686,0.6652893,0.6280992,0.60330576,0.62396693,0.607438,0.59090906,0.57024795,0.553719,0.5413223,0.5206612,0.5082645,0.5165289,0.5123967,0.5082645,0.5123967,0.5041322,0.5165289,0.5082645,0.49586776,0.5247934,0.5041322,0.48347107,0.4752066,0.4752066,0.45867768,0.35950413,0.30578512,0.32231405,0.33471075,0.3305785,0.3181818,0.3305785,0.35123968,0.35950413,0.41735536,0.446281,0.45041323,0.46280992,0.4876033,0.49586776,0.5082645,0.5165289,0.49586776,0.48347107,0.5289256,0.57024795,0.5495868,0.553719,0.57024795,0.5413223,0.5247934,0.5041322,0.49586776,0.5,0.5165289,0.5165289,0.5413223,0.55785125,0.57438016,0.60330576,0.61570245,0.6404959,0.661157,0.6694215,0.69008267,0.677686,0.6487603,0.6735537,0.661157,0.61570245,0.5785124,0.57438016,0.5661157,0.53305787,0.5123967,0.5123967,0.49173555,0.4752066,0.48347107,0.4876033,0.5041322,0.5,0.5041322,0.5289256,0.49586776,0.4876033,0.48347107,0.4752066,0.42975205,0.3305785,0.30578512,0.3264463,0.3305785,0.32231405,0.3305785,0.3181818,0.40082645,0.3305785,0.3966942,0.42561984,0.446281,0.45867768,0.48347107,0.4876033,0.5,0.5123967,0.5041322,0.46694216,0.5289256,0.5785124,0.553719,0.553719,0.5661157,0.5371901,0.5,0.44214877,0.41735536,0.42975205,0.46280992,0.49173555,0.5041322,0.49586776,0.47933885,0.46694216,0.45867768,0.45041323,0.45454547,0.47107437,0.4876033,0.5206612,0.5371901,0.5371901,0.5289256,0.5,0.49173555,0.5165289,0.5413223,0.5371901,0.5247934,0.5165289,0.46280992,0.40495867,0.42975205,0.46694216,0.49173555,0.49173555,0.5289256,0.5289256,0.48347107,0.49586776,0.47933885,0.46694216,0.39256197,0.3140496,0.30991736,0.3305785,0.3305785,0.3305785,0.3264463,0.32231405,0.46280992,0.3429752,0.338843,0.41322315,0.42561984,0.446281,0.46280992,0.4752066,0.5041322,0.49586776,0.49173555,0.46694216,0.5123967,0.57024795,0.5371901,0.54545456,0.5371901,0.5165289,0.45867768,0.3966942,0.3429752,0.32231405,0.3264463,0.35950413,0.36363637,0.3264463,0.2768595,0.2520661,0.27272728,0.30578512,0.32231405,0.2892562,0.29338843,0.338843,0.338843,0.30991736,0.2768595,0.28099173,0.30578512,0.3429752,0.38842976,0.41322315,0.44214877,0.4214876,0.38842976,0.40082645,0.4338843,0.46694216,0.5,0.5082645,0.5413223,0.5165289,0.47933885,0.49173555,0.47933885,0.44214877,0.33471075,0.3140496,0.3181818,0.3305785,0.30991736,0.33471075,0.3181818,0.32231405,0.47107437,0.40082645,0.32231405,0.38016528,0.42561984,0.42561984,0.44214877,0.47107437,0.49173555,0.47933885,0.4876033,0.45454547,0.4876033,0.55785125,0.5661157,0.57024795,0.5495868,0.5371901,0.5247934,0.4876033,0.45454547,0.4214876,0.36363637,0.3429752,0.33471075,0.29338843,0.2231405,0.18595041,0.2107438,0.26859504,0.3140496,0.2603306,0.26859504,0.33471075,0.30578512,0.24380165,0.15289256,0.11157025,0.10330579,0.13636364,0.22727273,0.28512397,0.32231405,0.39256197,0.45867768,0.5,0.5165289,0.5206612,0.5247934,0.5289256,0.54545456,0.49173555,0.47107437,0.48347107,0.4752066,0.40495867,0.30165288,0.30991736,0.3181818,0.3264463,0.3181818,0.32231405,0.32231405,0.3264463,0.45041323,0.45867768,0.3429752,0.338843,0.40495867,0.42975205,0.42975205,0.45454547,0.49173555,0.47933885,0.46280992,0.45867768,0.46280992,0.5371901,0.59090906,0.60330576,0.607438,0.607438,0.6280992,0.62396693,0.59917355,0.57438016,0.5247934,0.4876033,0.46694216,0.446281,0.4214876,0.38429752,0.34710744,0.32231405,0.29338843,0.26859504,0.26859504,0.26859504,0.24380165,0.2231405,0.23140496,0.26859504,0.33471075,0.37603307,0.42561984,0.4214876,0.41735536,0.45867768,0.5165289,0.5495868,0.56198347,0.5495868,0.5495868,0.54545456,0.5206612,0.4752066,0.4752066,0.48347107,0.446281,0.34710744,0.30991736,0.3140496,0.3181818,0.3181818,0.3305785,0.3140496,0.32231405,0.3264463,0.43801653,0.47933885,0.4090909,0.3264463,0.37190083,0.41322315,0.42975205,0.45041323,0.46694216,0.4752066,0.446281,0.4338843,0.4338843,0.5041322,0.5661157,0.59090906,0.6322314,0.661157,0.6735537,0.677686,0.6528926,0.61157024,0.5661157,0.5371901,0.5247934,0.5041322,0.49173555,0.5041322,0.49586776,0.49173555,0.48347107,0.48347107,0.47107437,0.43801653,0.45041323,0.46280992,0.47933885,0.5,0.49173555,0.47107437,0.45867768,0.42975205,0.44214877,0.4876033,0.5289256,0.56198347,0.57438016,0.5661157,0.55785125,0.5371901,0.49173555,0.4752066,0.47933885,0.47933885,0.39256197,0.30578512,0.32231405,0.32231405,0.32231405,0.3181818,0.3305785,0.3140496,0.3305785,0.3264463,0.446281,0.46694216,0.45454547,0.3429752,0.3305785,0.40082645,0.42975205,0.446281,0.46694216,0.46280992,0.45454547,0.4214876,0.41322315,0.45867768,0.5371901,0.5661157,0.6198347,0.6570248,0.6735537,0.6735537,0.661157,0.6198347,0.5785124,0.53305787,0.5041322,0.49586776,0.4876033,0.48347107,0.49173555,0.5165289,0.53305787,0.55785125,0.5661157,0.54545456,0.57438016,0.57438016,0.55785125,0.5413223,0.5123967,0.46280992,0.43801653,0.43801653,0.4752066,0.5123967,0.5495868,0.553719,0.5661157,0.57024795,0.5247934,0.49173555,0.47933885,0.47933885,0.48347107,0.446281,0.32231405,0.3181818,0.32231405,0.3181818,0.32231405,0.3264463,0.3264463,0.3181818,0.3264463,0.32231405,0.45454547,0.46280992,0.45867768,0.38429752,0.30991736,0.37190083,0.4090909,0.42561984,0.45454547,0.46694216,0.45867768,0.4338843,0.40495867,0.4214876,0.5,0.5413223,0.59917355,0.6322314,0.6487603,0.6528926,0.6446281,0.6198347,0.60330576,0.5495868,0.4876033,0.46694216,0.47107437,0.47107437,0.46694216,0.47933885,0.49586776,0.5206612,0.54545456,0.5495868,0.54545456,0.5413223,0.5247934,0.48347107,0.45041323,0.42975205,0.45041323,0.4752066,0.5041322,0.5413223,0.553719,0.553719,0.5661157,0.5413223,0.5041322,0.4752066,0.48347107,0.47107437,0.47933885,0.41322315,0.29338843,0.32231405,0.3264463,0.3140496,0.3181818,0.3305785,0.32231405,0.3181818,0.3264463,0.32231405,0.45867768,0.46280992,0.46280992,0.41322315,0.3305785,0.33471075,0.38429752,0.4090909,0.4338843,0.47107437,0.47933885,0.45454547,0.40495867,0.3966942,0.46280992,0.5165289,0.55785125,0.59504133,0.61157024,0.61570245,0.61570245,0.61570245,0.61157024,0.5785124,0.5247934,0.47933885,0.446281,0.43801653,0.446281,0.45041323,0.44214877,0.45454547,0.45867768,0.46694216,0.46694216,0.46280992,0.45041323,0.43801653,0.43801653,0.4338843,0.46280992,0.49586776,0.5289256,0.54545456,0.5413223,0.5495868,0.553719,0.5165289,0.47933885,0.46694216,0.48347107,0.46280992,0.38429752,0.49173555,0.4090909,0.3264463,0.3264463,0.30991736,0.32231405,0.3264463,0.3181818,0.32231405,0.32231405,0.3264463,0.45867768,0.45454547,0.45867768,0.44214877,0.36363637,0.30165288,0.3305785,0.37603307,0.4090909,0.4338843,0.45454547,0.46280992,0.42561984,0.3966942,0.4338843,0.48347107,0.5123967,0.56198347,0.59504133,0.60330576,0.60330576,0.60330576,0.60330576,0.59090906,0.56198347,0.5289256,0.49173555,0.45041323,0.44214877,0.43801653,0.4214876,0.41322315,0.41322315,0.41735536,0.41322315,0.4090909,0.4214876,0.43801653,0.45454547,0.48347107,0.5041322,0.5082645,0.5371901,0.553719,0.54545456,0.553719,0.5413223,0.49586776,0.45454547,0.46694216,0.46280992,0.5,0.25619835,0.46280992,0.58677685,0.46280992,0.39256197,0.3264463,0.32231405,0.32231405,0.3181818,0.32231405,0.3181818,0.3181818,0.44214877,0.446281,0.45041323,0.45041323,0.40082645,0.3140496,0.29338843,0.3429752,0.37603307,0.39256197,0.42561984,0.45454547,0.44214877,0.4090909,0.4214876,0.47107437,0.49173555,0.53305787,0.5661157,0.58677685,0.58677685,0.59504133,0.59504133,0.58264464,0.57438016,0.553719,0.53305787,0.5041322,0.47933885,0.46694216,0.45454547,0.44214877,0.43801653,0.42975205,0.43801653,0.446281,0.46280992,0.47933885,0.49586776,0.5123967,0.5206612,0.5371901,0.5289256,0.5495868,0.56198347,0.5495868,0.5165289,0.46694216,0.45867768,0.45867768,0.43801653,0.5495868,0.27272728,0.30991736,0.6694215,0.58677685,0.5082645,0.46694216,0.40495867,0.33471075,0.3140496,0.32231405,0.32231405,0.3140496,0.44214877,0.446281,0.45041323,0.44214877,0.4214876,0.35123968,0.29338843,0.30578512,0.3429752,0.37190083,0.40082645,0.44214877,0.45041323,0.40082645,0.40495867,0.45867768,0.48347107,0.5082645,0.5413223,0.5661157,0.58677685,0.607438,0.61157024,0.58264464,0.5661157,0.55785125,0.5413223,0.5206612,0.5,0.49173555,0.47933885,0.46280992,0.45867768,0.45454547,0.46694216,0.4752066,0.4752066,0.4752066,0.49173555,0.5165289,0.5247934,0.54545456,0.5371901,0.5495868,0.5495868,0.5413223,0.49586776,0.4752066,0.45454547,0.4338843,0.47107437,0.57438016,0.25619835,0.16528925,0.61157024,0.60330576,0.57024795,0.5661157,0.55785125,0.46694216,0.37603307,0.3305785,0.3140496,0.32231405,0.446281,0.44214877,0.446281,0.446281,0.4214876,0.38842976,0.32231405,0.28099173,0.30578512,0.34710744,0.37603307,0.41322315,0.4338843,0.40082645,0.40495867,0.446281,0.4876033,0.5041322,0.53305787,0.5661157,0.58677685,0.607438,0.6198347,0.607438,0.59504133,0.5785124,0.54545456,0.53305787,0.5206612,0.5082645,0.5,0.48347107,0.47933885,0.4752066,0.49173555,0.5,0.4876033,0.49173555,0.5041322,0.5165289,0.5247934,0.54545456,0.5495868,0.55785125,0.55785125,0.5206612,0.48347107,0.46280992,0.4214876,0.446281,0.5206612,0.5495868,0.20247933,0.10330579,0.5165289,0.62396693,0.60330576,0.59504133,0.60330576,0.59090906,0.5206612,0.446281,0.32231405,0.3181818,0.446281,0.446281,0.446281,0.45041323,0.42975205,0.40082645,0.36363637,0.30578512,0.28512397,0.3140496,0.34710744,0.38429752,0.40495867,0.38429752,0.38429752,0.41735536,0.46694216,0.5,0.5206612,0.54545456,0.58264464,0.60330576,0.62396693,0.6198347,0.6280992,0.6280992,0.60330576,0.60330576,0.59917355,0.59090906,0.5785124,0.5495868,0.5413223,0.5289256,0.5413223,0.53305787,0.54545456,0.5413223,0.553719,0.5495868,0.5495868,0.553719,0.553719,0.55785125,0.553719,0.5041322,0.45867768,0.42561984,0.41735536,0.49173555,0.5495868,0.49173555,0.1322314,0.07438017,0.4214876,0.6198347,0.61157024,0.60330576,0.59504133,0.61157024,0.58677685,0.57438016,0.446281,0.38016528,0.43801653,0.45041323,0.44214877,0.44214877,0.446281,0.42561984,0.38842976,0.33471075,0.2892562,0.28099173,0.30991736,0.34710744,0.37190083,0.37190083,0.37190083,0.39256197,0.4338843,0.4752066,0.5,0.5371901,0.5661157,0.58677685,0.61157024,0.6198347,0.6322314,0.677686,0.6694215,0.6652893,0.6694215,0.6652893,0.6487603,0.61570245,0.59917355,0.58264464,0.58264464,0.5413223,0.58264464,0.5785124,0.58677685,0.55785125,0.57024795,0.5371901,0.5413223,0.5371901,0.5247934,0.49173555,0.4338843,0.4214876,0.47933885,0.5289256,0.55785125,0.38016528,0.053719006,0.07438017,0.32231405,0.59090906,0.61157024,0.61570245,0.59090906,0.61157024,0.607438,0.607438,0.57438016,0.5082645,0.4338843,0.45867768,0.45041323,0.45041323,0.45867768,0.43801653,0.3966942,0.34710744,0.30991736,0.27272728,0.27272728,0.30991736,0.338843,0.35950413,0.3677686,0.3677686,0.4090909,0.45454547,0.48347107,0.5041322,0.54545456,0.58264464,0.59090906,0.59917355,0.6280992,0.6652893,0.677686,0.6652893,0.6735537,0.6694215,0.6528926,0.6280992,0.607438,0.59917355,0.60330576,0.57024795,0.59504133,0.59917355,0.59090906,0.54545456,0.5785124,0.5206612,0.5371901,0.5289256,0.5041322,0.446281,0.3966942,0.4338843,0.5041322,0.53305787,0.5413223,0.2768595,0.049586777,0.07024793,0.28512397,0.56198347,0.6322314,0.6446281,0.61570245,0.59917355,0.61570245,0.6322314,0.60330576,0.5495868,0.43801653,0.47107437,0.46694216,0.46694216,0.46694216,0.45454547,0.42561984,0.37603307,0.3429752,0.29338843,0.2603306,0.26859504,0.3140496,0.338843,0.35123968,0.34710744,0.3553719,0.4090909,0.45454547,0.47107437,0.5123967,0.553719,0.57438016,0.5661157,0.58264464,0.607438,0.6198347,0.6198347,0.6404959,0.62396693,0.59504133,0.59504133,0.59090906,0.58677685,0.59090906,0.58264464,0.607438,0.59504133,0.5661157,0.5495868,0.553719,0.5247934,0.5289256,0.5247934,0.47107437,0.38842976,0.43801653,0.4876033,0.5041322,0.53305787,0.47933885,0.17355372,0.0661157,0.09917355,0.2603306,0.553719,0.6322314,0.6363636,0.6446281,0.6198347,0.60330576,0.6280992,0.6322314,0.58264464,0.42561984,0.46280992,0.47107437,0.4752066,0.47933885,0.46694216,0.446281,0.41322315,0.3677686,0.3140496,0.28099173,0.2603306,0.2603306,0.30578512,0.34710744,0.34710744,0.338843,0.35123968,0.4090909,0.44214877,0.47933885,0.5247934,0.5371901,0.54545456,0.553719,0.5661157,0.5785124,0.57024795,0.58677685,0.5785124,0.54545456,0.55785125,0.56198347,0.56198347,0.56198347,0.56198347,0.5785124,0.54545456,0.5371901,0.5289256,0.5289256,0.5123967,0.5082645,0.4876033,0.41322315,0.4214876,0.49586776,0.47107437,0.4876033,0.5247934,0.40495867,0.09917355,0.08264463,0.11570248,0.24380165,0.5413223,0.6322314,0.6322314,0.6280992,0.6280992,0.6280992,0.6280992,0.61570245,0.59917355,0.4090909,0.45041323,0.4752066,0.4876033,0.49173555,0.47933885,0.45867768,0.44214877,0.4090909,0.34710744,0.30165288,0.26859504,0.2520661,0.24380165,0.2892562,0.34710744,0.34710744,0.3429752,0.36363637,0.38842976,0.42975205,0.4752066,0.49586776,0.5123967,0.5206612,0.5289256,0.5413223,0.5413223,0.5206612,0.5371901,0.5206612,0.5123967,0.5247934,0.5247934,0.5289256,0.5247934,0.5289256,0.5247934,0.5,0.5206612,0.5082645,0.5,0.47933885,0.4214876,0.4090909,0.49586776,0.5123967,0.49586776,0.5123967,0.5,0.30578512,0.07024793,0.09917355,0.11983471,0.2644628,0.553719,0.6446281,0.6446281,0.62396693,0.6198347,0.6446281,0.6528926,0.61570245,0.59504133,0.40082645,0.44214877,0.47107437,0.49586776,0.5123967,0.5082645,0.4876033,0.45867768,0.43801653,0.40082645,0.338843,0.29338843,0.2603306,0.24793388,0.23966943,0.26859504,0.3140496,0.3429752,0.3553719,0.35950413,0.3677686,0.41322315,0.45454547,0.46694216,0.47107437,0.4752066,0.49173555,0.49173555,0.4752066,0.49586776,0.48347107,0.49586776,0.49173555,0.4876033,0.49173555,0.49173555,0.5,0.5082645,0.49586776,0.49586776,0.48347107,0.46694216,0.41735536,0.41735536,0.47107437,0.5206612,0.5165289,0.5082645,0.5165289,0.42975205,0.17768595,0.08677686,0.10743801,0.11570248,0.3181818,0.58264464,0.6570248,0.6570248,0.6404959,0.6198347,0.6322314,0.6446281,0.6322314,0.59917355,20 +0.5082645,0.5206612,0.5371901,0.5247934,0.5247934,0.5206612,0.553719,0.607438,0.60330576,0.61157024,0.61570245,0.6280992,0.6446281,0.6487603,0.6404959,0.6652893,0.6694215,0.6652893,0.6735537,0.6818182,0.70247936,0.7066116,0.7107438,0.71900827,0.71900827,0.71487606,0.71900827,0.71487606,0.71900827,0.71900827,0.71900827,0.71487606,0.7107438,0.7066116,0.6983471,0.70247936,0.70247936,0.6942149,0.6942149,0.6983471,0.70247936,0.7107438,0.7066116,0.69008267,0.677686,0.6818182,0.6735537,0.677686,0.6570248,0.6404959,0.6280992,0.61157024,0.59504133,0.59504133,0.59090906,0.58264464,0.55785125,0.5495868,0.5082645,0.46694216,0.45041323,0.45041323,0.37603307,0.23966943,0.5123967,0.48347107,0.5413223,0.5413223,0.5289256,0.5123967,0.553719,0.60330576,0.607438,0.6198347,0.62396693,0.6280992,0.6528926,0.661157,0.6446281,0.6570248,0.6694215,0.6694215,0.69008267,0.6983471,0.7107438,0.7107438,0.70247936,0.7066116,0.7231405,0.73140496,0.72727275,0.71900827,0.71487606,0.7231405,0.73140496,0.71487606,0.6983471,0.70247936,0.7066116,0.7066116,0.6983471,0.6859504,0.6859504,0.6942149,0.7066116,0.7066116,0.6983471,0.70247936,0.69008267,0.6859504,0.677686,0.6859504,0.6652893,0.6528926,0.6446281,0.6198347,0.60330576,0.61157024,0.59090906,0.57024795,0.5661157,0.553719,0.5123967,0.45867768,0.45454547,0.46280992,0.38429752,0.2644628,0.5123967,0.5,0.5206612,0.54545456,0.5413223,0.5206612,0.54545456,0.59090906,0.60330576,0.61570245,0.62396693,0.6280992,0.6570248,0.6694215,0.661157,0.6652893,0.6652893,0.6735537,0.6942149,0.7066116,0.71487606,0.7231405,0.72727275,0.71900827,0.72727275,0.7355372,0.73140496,0.71900827,0.7107438,0.7231405,0.7231405,0.7066116,0.6942149,0.70247936,0.70247936,0.6942149,0.6942149,0.6859504,0.677686,0.6859504,0.70247936,0.7066116,0.6983471,0.7066116,0.6983471,0.69008267,0.6859504,0.69008267,0.6735537,0.661157,0.6404959,0.6198347,0.61157024,0.607438,0.58677685,0.5661157,0.5661157,0.5413223,0.5041322,0.46694216,0.45454547,0.46694216,0.3966942,0.25619835,0.5082645,0.5123967,0.5123967,0.5371901,0.54545456,0.5289256,0.5371901,0.57438016,0.58677685,0.61570245,0.6198347,0.6280992,0.6528926,0.6735537,0.6735537,0.6735537,0.6694215,0.6694215,0.6859504,0.6942149,0.7066116,0.71900827,0.7231405,0.73140496,0.74380165,0.73140496,0.7355372,0.71900827,0.71487606,0.7231405,0.7107438,0.69008267,0.6942149,0.6983471,0.677686,0.6818182,0.6942149,0.6818182,0.6818182,0.6942149,0.6983471,0.70247936,0.6983471,0.6942149,0.7066116,0.6983471,0.69008267,0.69008267,0.6818182,0.6694215,0.6404959,0.6198347,0.62396693,0.607438,0.59090906,0.57024795,0.553719,0.5371901,0.49586776,0.46280992,0.46280992,0.45041323,0.42561984,0.24380165,0.5041322,0.5041322,0.5206612,0.5289256,0.5289256,0.53305787,0.5371901,0.57438016,0.5785124,0.61570245,0.62396693,0.62396693,0.6487603,0.6735537,0.6735537,0.6818182,0.6694215,0.6652893,0.6694215,0.6694215,0.6818182,0.7107438,0.7231405,0.7107438,0.73140496,0.72727275,0.73966944,0.7231405,0.7107438,0.71487606,0.71487606,0.6983471,0.7066116,0.6983471,0.6652893,0.6735537,0.69008267,0.6735537,0.677686,0.70247936,0.70247936,0.6818182,0.6652893,0.6818182,0.70247936,0.6983471,0.6859504,0.6859504,0.677686,0.6652893,0.6446281,0.62396693,0.6280992,0.61570245,0.59504133,0.56198347,0.54545456,0.5371901,0.5,0.46280992,0.45867768,0.446281,0.42975205,0.25619835,0.5,0.5041322,0.5041322,0.5247934,0.5206612,0.5247934,0.5371901,0.57024795,0.57438016,0.59504133,0.6280992,0.6322314,0.6280992,0.6570248,0.6694215,0.6735537,0.661157,0.6652893,0.661157,0.6735537,0.6570248,0.6818182,0.7107438,0.6942149,0.7066116,0.71900827,0.7107438,0.70247936,0.6859504,0.6942149,0.7107438,0.6859504,0.6859504,0.677686,0.6735537,0.6735537,0.6818182,0.6735537,0.6818182,0.6983471,0.70247936,0.677686,0.6570248,0.6818182,0.6942149,0.6818182,0.6735537,0.6735537,0.6570248,0.6446281,0.6363636,0.6198347,0.6198347,0.61570245,0.59090906,0.55785125,0.5413223,0.5289256,0.49586776,0.46694216,0.46694216,0.44214877,0.4214876,0.27272728,0.5165289,0.5082645,0.5041322,0.5289256,0.5206612,0.5289256,0.5413223,0.57438016,0.58264464,0.59504133,0.61570245,0.6322314,0.6198347,0.6280992,0.6570248,0.661157,0.6652893,0.6570248,0.6570248,0.6570248,0.62396693,0.6280992,0.6652893,0.6694215,0.6735537,0.6859504,0.6983471,0.6652893,0.677686,0.69008267,0.71487606,0.6652893,0.661157,0.677686,0.6652893,0.677686,0.6942149,0.677686,0.6818182,0.6983471,0.69008267,0.6652893,0.6570248,0.6735537,0.6694215,0.6487603,0.6487603,0.6446281,0.62396693,0.61570245,0.61570245,0.607438,0.61157024,0.61157024,0.59504133,0.553719,0.5413223,0.53305787,0.49173555,0.45867768,0.47107437,0.45454547,0.42975205,0.25619835,0.5123967,0.5082645,0.5123967,0.5206612,0.5247934,0.5371901,0.5495868,0.59090906,0.59504133,0.59090906,0.607438,0.62396693,0.62396693,0.607438,0.6198347,0.6363636,0.6528926,0.6404959,0.62396693,0.61570245,0.60330576,0.607438,0.6198347,0.62396693,0.6322314,0.6528926,0.661157,0.6570248,0.6570248,0.6694215,0.6859504,0.661157,0.661157,0.6652893,0.6570248,0.6818182,0.6983471,0.6735537,0.677686,0.6942149,0.6694215,0.6446281,0.6487603,0.6528926,0.6322314,0.607438,0.60330576,0.58677685,0.5785124,0.58677685,0.59090906,0.58264464,0.58677685,0.59504133,0.57438016,0.5413223,0.54545456,0.54545456,0.5,0.45454547,0.46280992,0.45454547,0.41322315,0.2520661,0.5123967,0.5206612,0.5082645,0.5247934,0.5247934,0.5413223,0.56198347,0.59917355,0.60330576,0.59090906,0.59917355,0.59917355,0.59090906,0.5785124,0.57024795,0.5785124,0.607438,0.59090906,0.553719,0.54545456,0.553719,0.55785125,0.57024795,0.57438016,0.58677685,0.607438,0.6404959,0.6487603,0.6322314,0.661157,0.6487603,0.62396693,0.6404959,0.6363636,0.6446281,0.6859504,0.677686,0.6487603,0.6570248,0.6735537,0.661157,0.6404959,0.6363636,0.6280992,0.59917355,0.5661157,0.53305787,0.5165289,0.5165289,0.53305787,0.54545456,0.5413223,0.54545456,0.5413223,0.5371901,0.5289256,0.5206612,0.54545456,0.5041322,0.45454547,0.46280992,0.45041323,0.38016528,0.23553719,0.5123967,0.5247934,0.5206612,0.5206612,0.5206612,0.53305787,0.5495868,0.5661157,0.55785125,0.5785124,0.5785124,0.57024795,0.55785125,0.5495868,0.5247934,0.5165289,0.5247934,0.5041322,0.47933885,0.47933885,0.45867768,0.4752066,0.4752066,0.5041322,0.5123967,0.5289256,0.5785124,0.607438,0.607438,0.6280992,0.61157024,0.57024795,0.59504133,0.59917355,0.61157024,0.6487603,0.6487603,0.62396693,0.6363636,0.6446281,0.6322314,0.61570245,0.607438,0.59090906,0.5495868,0.5082645,0.46280992,0.43801653,0.446281,0.45867768,0.47107437,0.48347107,0.49586776,0.5041322,0.5,0.4876033,0.49173555,0.5206612,0.49586776,0.45041323,0.45454547,0.45454547,0.35123968,0.22727273,0.5247934,0.5165289,0.5247934,0.5206612,0.5165289,0.5165289,0.5206612,0.5289256,0.5206612,0.553719,0.5413223,0.5413223,0.5371901,0.5289256,0.49586776,0.4752066,0.4752066,0.45454547,0.42561984,0.4214876,0.40082645,0.3966942,0.40082645,0.41735536,0.45041323,0.46694216,0.5165289,0.553719,0.56198347,0.59090906,0.58677685,0.56198347,0.5661157,0.59090906,0.607438,0.6363636,0.6280992,0.59917355,0.607438,0.6198347,0.59090906,0.5785124,0.5661157,0.54545456,0.49173555,0.45454547,0.41322315,0.38842976,0.40495867,0.4090909,0.41322315,0.42975205,0.45454547,0.4876033,0.5,0.49173555,0.4876033,0.49586776,0.47107437,0.43801653,0.446281,0.45041323,0.3264463,0.2768595,0.53305787,0.5206612,0.5123967,0.5123967,0.5123967,0.5041322,0.49173555,0.5041322,0.5206612,0.53305787,0.5,0.49586776,0.5082645,0.5,0.47933885,0.45454547,0.45454547,0.42561984,0.40495867,0.38016528,0.38016528,0.37603307,0.36363637,0.3677686,0.40082645,0.44214877,0.47107437,0.48347107,0.5206612,0.5413223,0.57438016,0.57024795,0.57024795,0.60330576,0.6363636,0.6446281,0.62396693,0.58264464,0.57438016,0.58677685,0.56198347,0.53305787,0.5165289,0.4876033,0.4338843,0.40082645,0.38842976,0.37603307,0.38016528,0.39256197,0.40495867,0.4214876,0.446281,0.47107437,0.4876033,0.49173555,0.48347107,0.46280992,0.45041323,0.43801653,0.446281,0.446281,0.3264463,0.33471075,0.5082645,0.5165289,0.5041322,0.5041322,0.5,0.49586776,0.48347107,0.5,0.5206612,0.5165289,0.49173555,0.47933885,0.49173555,0.48347107,0.4752066,0.45454547,0.45867768,0.446281,0.42561984,0.38842976,0.38842976,0.38016528,0.3677686,0.3677686,0.3553719,0.39256197,0.40495867,0.42975205,0.46694216,0.5,0.5413223,0.58677685,0.59090906,0.62396693,0.6528926,0.6735537,0.6363636,0.59090906,0.5413223,0.54545456,0.5165289,0.4752066,0.45454547,0.41322315,0.38016528,0.36363637,0.37603307,0.38429752,0.4090909,0.42975205,0.45454547,0.4752066,0.48347107,0.49173555,0.49586776,0.49173555,0.49173555,0.47933885,0.46280992,0.43801653,0.446281,0.4338843,0.34710744,0.3966942,0.5,0.5082645,0.49586776,0.4876033,0.4876033,0.48347107,0.4752066,0.49586776,0.5082645,0.49586776,0.4876033,0.48347107,0.46280992,0.44214877,0.4214876,0.41322315,0.42975205,0.4338843,0.3966942,0.35950413,0.3677686,0.34710744,0.35950413,0.37190083,0.35950413,0.35950413,0.3677686,0.38842976,0.40082645,0.44214877,0.4876033,0.5661157,0.61157024,0.6487603,0.6528926,0.7066116,0.6570248,0.607438,0.5289256,0.49586776,0.45454547,0.41322315,0.39256197,0.3553719,0.34710744,0.35123968,0.3553719,0.38016528,0.4214876,0.446281,0.46280992,0.4876033,0.5041322,0.5206612,0.5247934,0.5123967,0.5041322,0.49173555,0.46280992,0.42561984,0.4338843,0.43801653,0.38016528,0.40495867,0.49586776,0.49586776,0.49173555,0.48347107,0.47107437,0.45867768,0.45867768,0.47107437,0.4752066,0.46694216,0.4338843,0.41322315,0.3966942,0.38842976,0.38429752,0.38429752,0.41735536,0.43801653,0.42561984,0.39256197,0.3966942,0.37603307,0.37603307,0.338843,0.3677686,0.3966942,0.38429752,0.35123968,0.37190083,0.3966942,0.45867768,0.5413223,0.6280992,0.6694215,0.661157,0.71900827,0.6942149,0.62396693,0.5247934,0.44214877,0.40495867,0.37603307,0.3677686,0.34710744,0.35123968,0.35950413,0.35950413,0.3677686,0.39256197,0.4090909,0.41735536,0.42561984,0.45041323,0.46694216,0.49586776,0.5041322,0.4876033,0.4752066,0.45454547,0.42975205,0.43801653,0.446281,0.40082645,0.4214876,0.5,0.5041322,0.5,0.49173555,0.47933885,0.45041323,0.43801653,0.44214877,0.45041323,0.42561984,0.35950413,0.34710744,0.37603307,0.39256197,0.37603307,0.338843,0.30991736,0.3553719,0.33471075,0.30165288,0.4338843,0.45454547,0.4752066,0.43801653,0.37190083,0.37603307,0.40082645,0.38429752,0.3553719,0.36363637,0.40082645,0.5247934,0.6280992,0.69008267,0.7107438,0.73966944,0.71487606,0.6652893,0.5289256,0.4090909,0.40082645,0.3966942,0.38429752,0.37190083,0.38842976,0.38429752,0.35123968,0.34710744,0.38016528,0.35123968,0.35950413,0.38842976,0.40082645,0.38429752,0.39256197,0.4338843,0.45454547,0.45041323,0.43801653,0.44214877,0.45454547,0.45041323,0.44214877,0.45867768,0.5082645,0.5123967,0.5165289,0.5082645,0.49586776,0.46280992,0.4338843,0.43801653,0.44214877,0.40082645,0.338843,0.35950413,0.3966942,0.38429752,0.28512397,0.21900827,0.18181819,0.35123968,0.3305785,0.2231405,0.47107437,0.5082645,0.40082645,0.42975205,0.46694216,0.45454547,0.41322315,0.4090909,0.39256197,0.37190083,0.37190083,0.5206612,0.6280992,0.70247936,0.73966944,0.75619835,0.7355372,0.7107438,0.54545456,0.41735536,0.446281,0.43801653,0.40082645,0.38842976,0.446281,0.32231405,0.23966943,0.22727273,0.35123968,0.24793388,0.24380165,0.38016528,0.37190083,0.40082645,0.38842976,0.35123968,0.4214876,0.45867768,0.45867768,0.46280992,0.46694216,0.45041323,0.46280992,0.47107437,0.5206612,0.5289256,0.5371901,0.5289256,0.5123967,0.4752066,0.44214877,0.43801653,0.45041323,0.4090909,0.34710744,0.33471075,0.3429752,0.39256197,0.30991736,0.25619835,0.19421488,0.17768595,0.26859504,0.34710744,0.55785125,0.62396693,0.4876033,0.36363637,0.39256197,0.5041322,0.5206612,0.46694216,0.4214876,0.40495867,0.40082645,0.49586776,0.6198347,0.6818182,0.74380165,0.7768595,0.75619835,0.72727275,0.607438,0.446281,0.5041322,0.48347107,0.4090909,0.39256197,0.5371901,0.3305785,0.28099173,0.1446281,0.25619835,0.24793388,0.2603306,0.49173555,0.44214877,0.28512397,0.33471075,0.35950413,0.4090909,0.45867768,0.47933885,0.48347107,0.46694216,0.45454547,0.48347107,0.47107437,0.5165289,0.5413223,0.57438016,0.5785124,0.5495868,0.5082645,0.46694216,0.45454547,0.45867768,0.4090909,0.35123968,0.33471075,0.3553719,0.446281,0.41735536,0.3264463,0.3181818,0.29752067,0.338843,0.45867768,0.6363636,0.6528926,0.5247934,0.41735536,0.5289256,0.41735536,0.5165289,0.5495868,0.47107437,0.41735536,0.44214877,0.48347107,0.60330576,0.6735537,0.7355372,0.78099173,0.76859504,0.72727275,0.6942149,0.5,0.5495868,0.5,0.46280992,0.44214877,0.58677685,0.4214876,0.3264463,0.2603306,0.23966943,0.2520661,0.35123968,0.5206612,0.5041322,0.3264463,0.26859504,0.35123968,0.4214876,0.46694216,0.5041322,0.5082645,0.46280992,0.45454547,0.5082645,0.43801653,0.5041322,0.553719,0.59917355,0.62396693,0.60330576,0.56198347,0.53305787,0.5123967,0.5041322,0.46694216,0.41735536,0.42975205,0.45454547,0.4752066,0.49173555,0.45454547,0.41735536,0.42561984,0.5,0.59504133,0.6280992,0.59504133,0.49586776,0.45867768,0.5289256,0.53305787,0.5371901,0.53305787,0.49173555,0.45867768,0.5041322,0.5082645,0.5785124,0.6652893,0.75206614,0.78099173,0.76859504,0.73140496,0.7355372,0.607438,0.53305787,0.5206612,0.5413223,0.48347107,0.54545456,0.55785125,0.3966942,0.3677686,0.338843,0.38429752,0.46694216,0.5,0.46280992,0.46280992,0.39256197,0.36363637,0.42975205,0.49173555,0.5371901,0.53305787,0.47107437,0.45867768,0.5,0.41322315,0.5082645,0.56198347,0.60330576,0.6446281,0.6404959,0.6198347,0.61570245,0.60330576,0.59917355,0.59504133,0.5289256,0.46280992,0.4876033,0.5206612,0.53305787,0.55785125,0.56198347,0.57024795,0.607438,0.61570245,0.5785124,0.57438016,0.5495868,0.5371901,0.57438016,0.58677685,0.5661157,0.5206612,0.5041322,0.5165289,0.5413223,0.53305787,0.56198347,0.661157,0.75619835,0.7768595,0.74793386,0.72727275,0.72727275,0.6859504,0.5,0.54545456,0.56198347,0.5165289,0.5289256,0.53305787,0.5413223,0.53305787,0.5082645,0.5165289,0.5165289,0.48347107,0.5,0.47107437,0.45041323,0.44214877,0.45454547,0.5041322,0.553719,0.55785125,0.46280992,0.46280992,0.5082645,0.38842976,0.5041322,0.553719,0.60330576,0.6487603,0.6570248,0.6694215,0.677686,0.6694215,0.6694215,0.6735537,0.6363636,0.553719,0.5041322,0.5123967,0.5247934,0.5413223,0.5495868,0.5495868,0.56198347,0.5495868,0.5413223,0.55785125,0.5785124,0.58677685,0.59090906,0.59090906,0.5785124,0.553719,0.56198347,0.5785124,0.57438016,0.5413223,0.5495868,0.6322314,0.72727275,0.7768595,0.74793386,0.7355372,0.7355372,0.6983471,0.5041322,0.5206612,0.5661157,0.5413223,0.53305787,0.5247934,0.5,0.5206612,0.5165289,0.48347107,0.4876033,0.47107437,0.47107437,0.45454547,0.5,0.5206612,0.5165289,0.5371901,0.5661157,0.57024795,0.45867768,0.4752066,0.5,0.37190083,0.49173555,0.5413223,0.60330576,0.6446281,0.6652893,0.6942149,0.6983471,0.6859504,0.677686,0.6735537,0.6818182,0.6570248,0.6198347,0.59504133,0.58264464,0.5785124,0.58677685,0.59504133,0.607438,0.6280992,0.6280992,0.6280992,0.62396693,0.61157024,0.607438,0.6198347,0.6198347,0.6280992,0.61570245,0.61157024,0.58677685,0.553719,0.56198347,0.607438,0.69008267,0.76859504,0.7644628,0.73966944,0.74380165,0.7066116,0.49173555,0.5082645,0.57438016,0.56198347,0.54545456,0.55785125,0.553719,0.53305787,0.5206612,0.4876033,0.49586776,0.4876033,0.5123967,0.5165289,0.5413223,0.54545456,0.57438016,0.5785124,0.5785124,0.57024795,0.46280992,0.48347107,0.4752066,0.34710744,0.4752066,0.5371901,0.59504133,0.6322314,0.661157,0.6942149,0.70247936,0.69008267,0.69008267,0.69008267,0.6818182,0.661157,0.6652893,0.677686,0.6694215,0.6652893,0.6735537,0.6735537,0.6694215,0.6652893,0.6694215,0.6652893,0.6652893,0.6735537,0.6694215,0.6652893,0.6652893,0.661157,0.6280992,0.61570245,0.59090906,0.57438016,0.57024795,0.59090906,0.6570248,0.74793386,0.7644628,0.74793386,0.74380165,0.7107438,0.49173555,0.4876033,0.58264464,0.60330576,0.5661157,0.57024795,0.58677685,0.5661157,0.57024795,0.55785125,0.553719,0.53305787,0.53305787,0.5495868,0.553719,0.57438016,0.59090906,0.60330576,0.59504133,0.57438016,0.45454547,0.5,0.43801653,0.3305785,0.46694216,0.5289256,0.5785124,0.607438,0.6446281,0.6818182,0.70247936,0.6983471,0.7107438,0.72727275,0.7231405,0.69008267,0.69008267,0.7066116,0.6942149,0.69008267,0.6942149,0.6859504,0.6652893,0.661157,0.6652893,0.6735537,0.7066116,0.7355372,0.73140496,0.6983471,0.6735537,0.6363636,0.6198347,0.59917355,0.58677685,0.58264464,0.57438016,0.59504133,0.6487603,0.73140496,0.76033056,0.75619835,0.74380165,0.6983471,0.5,0.4752066,0.55785125,0.6198347,0.6322314,0.5785124,0.58264464,0.5785124,0.58677685,0.5785124,0.57024795,0.57024795,0.5785124,0.5785124,0.5785124,0.5785124,0.607438,0.607438,0.59917355,0.57024795,0.46280992,0.5,0.39256197,0.3305785,0.45454547,0.5123967,0.55785125,0.58264464,0.6198347,0.6570248,0.6942149,0.6983471,0.70247936,0.7231405,0.71900827,0.6983471,0.6942149,0.70247936,0.70247936,0.7107438,0.71900827,0.7107438,0.6942149,0.7066116,0.72727275,0.73140496,0.75206614,0.75619835,0.72727275,0.6942149,0.6570248,0.61157024,0.61157024,0.59917355,0.5785124,0.57438016,0.57024795,0.59917355,0.6446281,0.7066116,0.73966944,0.74793386,0.73966944,0.6942149,0.5165289,0.4752066,0.5289256,0.61570245,0.6735537,0.6570248,0.6198347,0.59504133,0.5785124,0.5785124,0.59090906,0.58264464,0.58677685,0.59504133,0.59090906,0.60330576,0.60330576,0.60330576,0.58677685,0.55785125,0.47107437,0.48347107,0.38016528,0.3264463,0.43801653,0.49586776,0.5371901,0.5661157,0.59090906,0.6280992,0.6570248,0.6818182,0.69008267,0.6983471,0.6942149,0.6942149,0.6983471,0.6859504,0.69008267,0.71900827,0.7355372,0.74380165,0.74380165,0.74793386,0.75619835,0.75206614,0.75206614,0.74793386,0.7107438,0.6818182,0.6528926,0.60330576,0.59090906,0.59090906,0.57438016,0.57438016,0.58264464,0.60330576,0.6404959,0.6859504,0.71900827,0.7355372,0.73140496,0.6983471,0.5661157,0.4752066,0.5165289,0.607438,0.6570248,0.69008267,0.6859504,0.6652893,0.6280992,0.61570245,0.61157024,0.59090906,0.62396693,0.61570245,0.61157024,0.6280992,0.62396693,0.59090906,0.5785124,0.5413223,0.4876033,0.49586776,0.3553719,0.3264463,0.4090909,0.47933885,0.5206612,0.5495868,0.56198347,0.59504133,0.62396693,0.6487603,0.677686,0.6818182,0.6735537,0.6942149,0.70247936,0.6942149,0.6983471,0.7231405,0.73140496,0.74793386,0.75206614,0.74380165,0.74793386,0.75619835,0.74793386,0.7355372,0.7066116,0.677686,0.6487603,0.59917355,0.58264464,0.58264464,0.57438016,0.58264464,0.59917355,0.61570245,0.6528926,0.69008267,0.7231405,0.7355372,0.7355372,0.7107438,0.61570245,0.5082645,0.5082645,0.58677685,0.6528926,0.6859504,0.6859504,0.6570248,0.6528926,0.6528926,0.6322314,0.62396693,0.62396693,0.62396693,0.61570245,0.62396693,0.61157024,0.58264464,0.57024795,0.5206612,0.5041322,0.5123967,0.3305785,0.3181818,0.38842976,0.46694216,0.5,0.5289256,0.54545456,0.57438016,0.59504133,0.61570245,0.6404959,0.6652893,0.6652893,0.6735537,0.6942149,0.6942149,0.6942149,0.71900827,0.71900827,0.7107438,0.73140496,0.75206614,0.75619835,0.76033056,0.75206614,0.73140496,0.7107438,0.69008267,0.6570248,0.61157024,0.58677685,0.57438016,0.5661157,0.58677685,0.61570245,0.6446281,0.6735537,0.7066116,0.7355372,0.73140496,0.73966944,0.72727275,0.6818182,0.57438016,0.4876033,0.57024795,0.661157,0.6694215,0.6818182,0.6652893,0.6652893,0.6570248,0.6487603,0.6528926,0.6322314,0.61157024,0.60330576,0.61570245,0.61157024,0.57438016,0.55785125,0.5082645,0.5,0.5247934,0.33471075,0.3181818,0.38016528,0.43801653,0.48347107,0.5123967,0.54545456,0.5661157,0.5785124,0.59504133,0.607438,0.6404959,0.6446281,0.6446281,0.6818182,0.69008267,0.69008267,0.71487606,0.7107438,0.7107438,0.73140496,0.74380165,0.74793386,0.75619835,0.74380165,0.73140496,0.7231405,0.6859504,0.6446281,0.607438,0.58264464,0.553719,0.553719,0.59090906,0.6322314,0.6694215,0.6942149,0.73140496,0.74380165,0.7355372,0.73966944,0.73966944,0.7107438,0.6198347,0.5123967,0.5495868,0.6322314,0.6652893,0.6735537,0.69008267,0.6735537,0.677686,0.6652893,0.6570248,0.6446281,0.61570245,0.59917355,0.61157024,0.59090906,0.57024795,0.55785125,0.49173555,0.5,0.53305787,0.33471075,0.32231405,0.38016528,0.41735536,0.46694216,0.5082645,0.5289256,0.55785125,0.55785125,0.58264464,0.59917355,0.62396693,0.6404959,0.6528926,0.6735537,0.69008267,0.69008267,0.7107438,0.71900827,0.7066116,0.7231405,0.74380165,0.73966944,0.7355372,0.73966944,0.72727275,0.70247936,0.6694215,0.61570245,0.58677685,0.5785124,0.5495868,0.5495868,0.58677685,0.6322314,0.6735537,0.7107438,0.75206614,0.7644628,0.75206614,0.74793386,0.75206614,0.7231405,0.6446281,0.5413223,0.5289256,0.61570245,0.6528926,0.6735537,0.6694215,0.69008267,0.677686,0.677686,0.6694215,0.661157,0.6322314,0.60330576,0.607438,0.58677685,0.5661157,0.53305787,0.47933885,0.5123967,0.5123967,0.3264463,0.3181818,0.3966942,0.3966942,0.446281,0.49586776,0.5206612,0.54545456,0.56198347,0.58264464,0.60330576,0.62396693,0.6404959,0.6570248,0.6735537,0.6942149,0.6983471,0.7066116,0.71487606,0.70247936,0.6983471,0.7066116,0.71900827,0.7231405,0.72727275,0.7107438,0.6652893,0.61157024,0.57024795,0.58264464,0.59504133,0.57438016,0.55785125,0.5785124,0.62396693,0.661157,0.70247936,0.75619835,0.76859504,0.75619835,0.74793386,0.75619835,0.73140496,0.6446281,0.54545456,0.5123967,0.607438,0.6570248,0.6694215,0.6735537,0.677686,0.6652893,0.6818182,0.6694215,0.6528926,0.6280992,0.607438,0.60330576,0.58264464,0.55785125,0.53305787,0.4752066,0.5123967,0.45454547,0.30991736,0.32231405,0.39256197,0.38016528,0.4214876,0.4752066,0.5165289,0.53305787,0.553719,0.57438016,0.59090906,0.6198347,0.6363636,0.6570248,0.661157,0.6818182,0.6859504,0.69008267,0.6983471,0.6942149,0.69008267,0.7066116,0.70247936,0.7066116,0.70247936,0.6694215,0.6198347,0.57024795,0.55785125,0.59090906,0.61157024,0.59090906,0.56198347,0.57438016,0.61157024,0.6363636,0.6694215,0.72727275,0.76033056,0.76033056,0.75619835,0.76033056,0.7355372,0.6487603,0.5413223,0.5082645,0.58677685,0.6363636,0.6570248,0.677686,0.6735537,0.6652893,0.6570248,0.661157,0.6446281,0.6198347,0.61157024,0.59090906,0.58264464,0.553719,0.5165289,0.47933885,0.45041323,0.38016528,0.30578512,0.33471075,0.38842976,0.3966942,0.3966942,0.46280992,0.5082645,0.5206612,0.54545456,0.5661157,0.5785124,0.61570245,0.61570245,0.6528926,0.6652893,0.6735537,0.6694215,0.6735537,0.6818182,0.6942149,0.6818182,0.6942149,0.69008267,0.6859504,0.661157,0.6363636,0.58264464,0.5413223,0.55785125,0.59090906,0.61570245,0.60330576,0.57024795,0.56198347,0.58264464,0.59917355,0.6280992,0.6818182,0.7355372,0.74793386,0.75206614,0.75619835,0.72727275,0.6363636,0.53305787,0.4876033,0.5495868,0.61157024,0.6446281,0.6487603,0.6528926,0.6570248,0.6404959,0.6446281,0.6322314,0.62396693,0.607438,0.58677685,0.5661157,0.5371901,0.5206612,0.446281,0.3677686,0.338843,0.3181818,0.3429752,0.41322315,0.40495867,0.40082645,0.446281,0.48347107,0.5206612,0.5247934,0.55785125,0.57438016,0.60330576,0.60330576,0.61570245,0.6528926,0.661157,0.6528926,0.6570248,0.6735537,0.6528926,0.6528926,0.6735537,0.6487603,0.6322314,0.61570245,0.607438,0.5495868,0.5123967,0.5495868,0.5785124,0.60330576,0.59917355,0.56198347,0.5289256,0.5082645,0.5247934,0.553719,0.61157024,0.6735537,0.7066116,0.71487606,0.6942149,0.661157,0.59090906,0.5,0.46694216,0.5206612,0.59504133,0.6363636,0.6322314,0.6363636,0.6363636,0.62396693,0.6322314,0.61570245,0.61157024,0.59917355,0.5785124,0.5413223,0.5247934,0.5123967,0.41322315,0.30991736,0.33471075,0.3264463,0.3429752,0.4338843,0.41735536,0.4214876,0.4338843,0.46280992,0.5,0.5041322,0.5413223,0.56198347,0.58264464,0.58264464,0.59504133,0.6198347,0.6487603,0.6404959,0.6528926,0.6570248,0.661157,0.6528926,0.6487603,0.62396693,0.59504133,0.59090906,0.59917355,0.5123967,0.47933885,0.5123967,0.5289256,0.5371901,0.5165289,0.48347107,0.43801653,0.4090909,0.42561984,0.45867768,0.5123967,0.5785124,0.62396693,0.6404959,0.6198347,0.58677685,0.5165289,0.43801653,0.45454547,0.5247934,0.58264464,0.61570245,0.6198347,0.62396693,0.6280992,0.61570245,0.61157024,0.59917355,0.59504133,0.58264464,0.553719,0.53305787,0.5165289,0.49586776,0.38842976,0.29338843,0.33471075,0.3264463,0.3305785,0.44214877,0.42561984,0.4338843,0.446281,0.45454547,0.47933885,0.4876033,0.5289256,0.54545456,0.56198347,0.5661157,0.5785124,0.61570245,0.61570245,0.6322314,0.6404959,0.6363636,0.661157,0.6528926,0.6198347,0.59090906,0.58264464,0.607438,0.6198347,0.5289256,0.446281,0.45867768,0.46280992,0.4214876,0.35123968,0.3140496,0.29338843,0.29338843,0.3140496,0.3677686,0.43801653,0.49173555,0.5413223,0.57024795,0.5661157,0.5,0.40082645,0.37603307,0.4338843,0.5082645,0.5785124,0.59504133,0.60330576,0.61570245,0.6198347,0.61570245,0.60330576,0.58264464,0.5785124,0.57438016,0.5495868,0.5247934,0.5041322,0.4752066,0.36363637,0.30578512,0.3305785,0.3305785,0.32231405,0.43801653,0.4338843,0.42975205,0.45867768,0.45454547,0.46280992,0.46694216,0.5041322,0.5289256,0.553719,0.57024795,0.56198347,0.58264464,0.5785124,0.60330576,0.6363636,0.6280992,0.6404959,0.6363636,0.60330576,0.58264464,0.59917355,0.6280992,0.6322314,0.59090906,0.47933885,0.39256197,0.37603307,0.338843,0.28512397,0.2644628,0.25619835,0.24793388,0.21487603,0.28512397,0.39256197,0.44214877,0.4752066,0.5,0.4876033,0.38016528,0.2520661,0.26859504,0.38842976,0.5206612,0.59504133,0.59090906,0.59090906,0.59504133,0.59504133,0.59090906,0.59090906,0.5661157,0.56198347,0.5495868,0.5371901,0.5165289,0.49586776,0.45454547,0.35123968,0.3140496,0.32231405,0.3305785,0.3305785,0.4338843,0.43801653,0.42975205,0.45867768,0.46280992,0.45041323,0.46694216,0.47933885,0.5082645,0.53305787,0.5495868,0.5495868,0.56198347,0.607438,0.5785124,0.61157024,0.61570245,0.6198347,0.607438,0.59504133,0.607438,0.61570245,0.6404959,0.6363636,0.6322314,0.58264464,0.45454547,0.39256197,0.37190083,0.3677686,0.37603307,0.38842976,0.3553719,0.2644628,0.2644628,0.3553719,0.3966942,0.41735536,0.43801653,0.40082645,0.30165288,0.2768595,0.338843,0.46280992,0.56198347,0.58677685,0.59504133,0.5785124,0.57024795,0.58264464,0.58264464,0.57024795,0.55785125,0.54545456,0.53305787,0.5206612,0.5,0.4876033,0.44214877,0.33471075,0.3140496,0.3305785,0.3305785,0.3305785,0.42975205,0.43801653,0.42975205,0.45454547,0.46280992,0.46280992,0.46280992,0.47107437,0.5041322,0.5082645,0.5123967,0.5247934,0.5371901,0.58264464,0.58677685,0.60330576,0.6198347,0.607438,0.59504133,0.59917355,0.6280992,0.6404959,0.6446281,0.6404959,0.6487603,0.6446281,0.58264464,0.5123967,0.46280992,0.45041323,0.46280992,0.47107437,0.45867768,0.37603307,0.3181818,0.3429752,0.35950413,0.36363637,0.38842976,0.41322315,0.41735536,0.446281,0.48347107,0.5247934,0.55785125,0.56198347,0.5785124,0.5785124,0.5661157,0.57024795,0.5785124,0.5661157,0.5413223,0.5289256,0.5165289,0.5,0.47933885,0.47933885,0.42975205,0.3264463,0.3140496,0.33471075,0.3305785,0.3305785,0.42975205,0.4338843,0.4338843,0.45867768,0.45867768,0.47933885,0.47107437,0.4752066,0.49173555,0.49586776,0.5082645,0.5041322,0.53305787,0.56198347,0.5785124,0.59504133,0.59917355,0.5785124,0.58677685,0.61157024,0.6280992,0.6487603,0.6570248,0.6404959,0.6446281,0.6528926,0.6280992,0.60330576,0.54545456,0.53305787,0.5123967,0.5082645,0.5082645,0.45041323,0.38016528,0.35123968,0.35950413,0.38842976,0.45041323,0.4876033,0.5165289,0.5413223,0.53305787,0.54545456,0.55785125,0.553719,0.5661157,0.58264464,0.5785124,0.5661157,0.5661157,0.5661157,0.54545456,0.5123967,0.5,0.49173555,0.4752066,0.47107437,0.41735536,0.3264463,0.3140496,0.3264463,0.3264463,0.33471075,0.42975205,0.44214877,0.43801653,0.45867768,0.47107437,0.48347107,0.4876033,0.47933885,0.49586776,0.48347107,0.5,0.5123967,0.5371901,0.5661157,0.59090906,0.58264464,0.59090906,0.58677685,0.59917355,0.6198347,0.6322314,0.6487603,0.6487603,0.6404959,0.6280992,0.62396693,0.61157024,0.607438,0.59090906,0.58677685,0.56198347,0.553719,0.5413223,0.49586776,0.446281,0.4338843,0.44214877,0.48347107,0.5206612,0.5371901,0.5495868,0.5495868,0.54545456,0.5495868,0.553719,0.56198347,0.553719,0.5661157,0.59090906,0.5661157,0.5413223,0.553719,0.5413223,0.5082645,0.49173555,0.4876033,0.46694216,0.46280992,0.40082645,0.3181818,0.3140496,0.3264463,0.3264463,0.33471075,0.42561984,0.45041323,0.44214877,0.45454547,0.46280992,0.4876033,0.5,0.5041322,0.5082645,0.5082645,0.5,0.5123967,0.5371901,0.57438016,0.58264464,0.5785124,0.59090906,0.61570245,0.62396693,0.6322314,0.6363636,0.6363636,0.6280992,0.61570245,0.607438,0.58677685,0.59090906,0.59090906,0.59504133,0.58677685,0.57438016,0.5785124,0.55785125,0.5289256,0.5,0.5,0.5165289,0.5289256,0.5371901,0.553719,0.54545456,0.5413223,0.53305787,0.5289256,0.5413223,0.54545456,0.53305787,0.5495868,0.5661157,0.5495868,0.5247934,0.5371901,0.5413223,0.5082645,0.49173555,0.4876033,0.47107437,0.45041323,0.38016528,0.3181818,0.32231405,0.3305785,0.3264463,0.3264463,0.40082645,0.446281,0.43801653,0.44214877,0.446281,0.49173555,0.5082645,0.5165289,0.5247934,0.5165289,0.5041322,0.49586776,0.53305787,0.58264464,0.5785124,0.58264464,0.59917355,0.60330576,0.62396693,0.6322314,0.6322314,0.6404959,0.607438,0.59504133,0.57024795,0.57024795,0.5785124,0.5785124,0.57438016,0.57024795,0.57024795,0.59504133,0.5785124,0.553719,0.53305787,0.54545456,0.5495868,0.5413223,0.53305787,0.553719,0.53305787,0.5289256,0.5206612,0.5165289,0.53305787,0.5289256,0.53305787,0.5371901,0.5413223,0.53305787,0.5041322,0.5123967,0.53305787,0.5082645,0.4876033,0.4876033,0.47933885,0.43801653,0.35950413,0.3181818,0.3264463,0.3305785,0.3305785,0.3264463,0.3677686,0.41735536,0.44214877,0.44214877,0.45041323,0.49173555,0.5,0.5165289,0.53305787,0.5247934,0.5082645,0.4876033,0.5289256,0.57438016,0.553719,0.57438016,0.607438,0.58264464,0.58677685,0.59917355,0.58677685,0.59504133,0.57438016,0.5661157,0.54545456,0.553719,0.5661157,0.56198347,0.56198347,0.5661157,0.60330576,0.61570245,0.58677685,0.5785124,0.55785125,0.55785125,0.55785125,0.5661157,0.5413223,0.54545456,0.5413223,0.5206612,0.5123967,0.5206612,0.5247934,0.5165289,0.5123967,0.5165289,0.5082645,0.5165289,0.5,0.5082645,0.5247934,0.5041322,0.48347107,0.47933885,0.47933885,0.41735536,0.33471075,0.32231405,0.3264463,0.32231405,0.3264463,0.338843,0.3553719,0.39256197,0.4338843,0.446281,0.45867768,0.47933885,0.5,0.5123967,0.5206612,0.53305787,0.5123967,0.48347107,0.53305787,0.57438016,0.553719,0.5661157,0.58264464,0.55785125,0.5495868,0.53305787,0.5289256,0.5206612,0.5206612,0.5247934,0.54545456,0.55785125,0.57438016,0.58264464,0.59504133,0.59504133,0.6528926,0.6570248,0.6570248,0.6487603,0.5785124,0.6322314,0.61157024,0.607438,0.5785124,0.5495868,0.54545456,0.5371901,0.5247934,0.5165289,0.5165289,0.4876033,0.4752066,0.48347107,0.49586776,0.5082645,0.5,0.5165289,0.5289256,0.49586776,0.49173555,0.4876033,0.47107437,0.38842976,0.3181818,0.32231405,0.3264463,0.32231405,0.32231405,0.3305785,0.35950413,0.35950413,0.41322315,0.446281,0.46280992,0.47933885,0.49586776,0.5123967,0.5247934,0.53305787,0.5165289,0.47933885,0.53305787,0.5785124,0.57024795,0.57438016,0.5661157,0.553719,0.5247934,0.4752066,0.45867768,0.45454547,0.4752066,0.5041322,0.5413223,0.56198347,0.57024795,0.57438016,0.58264464,0.58264464,0.59504133,0.6280992,0.6528926,0.6735537,0.6322314,0.6652893,0.6570248,0.61570245,0.57024795,0.53305787,0.55785125,0.553719,0.5289256,0.5165289,0.5206612,0.45454547,0.41322315,0.43801653,0.47933885,0.5041322,0.49173555,0.53305787,0.5247934,0.5,0.5,0.49173555,0.45041323,0.3553719,0.30991736,0.32231405,0.3264463,0.3305785,0.3264463,0.3264463,0.39256197,0.3305785,0.38016528,0.4338843,0.45041323,0.46280992,0.4876033,0.5,0.5123967,0.5247934,0.5206612,0.49173555,0.5206612,0.5785124,0.55785125,0.56198347,0.553719,0.5289256,0.4752066,0.40495867,0.35950413,0.35123968,0.37190083,0.4214876,0.46280992,0.46280992,0.46694216,0.446281,0.43801653,0.42561984,0.40495867,0.43801653,0.47107437,0.49586776,0.5413223,0.5289256,0.5206612,0.49173555,0.45041323,0.446281,0.49173555,0.49586776,0.49586776,0.48347107,0.46280992,0.38842976,0.38842976,0.4214876,0.45867768,0.5,0.49586776,0.54545456,0.5165289,0.5041322,0.49586776,0.48347107,0.41322315,0.3305785,0.3140496,0.3264463,0.3305785,0.3264463,0.3305785,0.32231405,0.42561984,0.34710744,0.3553719,0.41322315,0.42975205,0.45041323,0.47107437,0.49173555,0.5082645,0.5165289,0.5082645,0.48347107,0.5,0.5661157,0.56198347,0.56198347,0.54545456,0.5165289,0.49586776,0.45041323,0.41322315,0.40082645,0.35950413,0.338843,0.36363637,0.35123968,0.34710744,0.3429752,0.30991736,0.3140496,0.29338843,0.29752067,0.28512397,0.2768595,0.3305785,0.29752067,0.29338843,0.28512397,0.29338843,0.29752067,0.29338843,0.35123968,0.34710744,0.35950413,0.40495867,0.47107437,0.5082645,0.5041322,0.5082645,0.5206612,0.5247934,0.54545456,0.5082645,0.49586776,0.49173555,0.46280992,0.35950413,0.3181818,0.3140496,0.32231405,0.3264463,0.3264463,0.3264463,0.32231405,0.446281,0.37190083,0.33471075,0.38842976,0.41735536,0.42975205,0.45454547,0.47933885,0.5,0.49173555,0.49586776,0.47933885,0.46694216,0.5495868,0.58677685,0.59504133,0.59090906,0.58264464,0.58677685,0.5785124,0.56198347,0.553719,0.5082645,0.446281,0.42975205,0.41322315,0.40082645,0.4090909,0.38429752,0.36363637,0.35123968,0.338843,0.3140496,0.30991736,0.2644628,0.29338843,0.3140496,0.338843,0.3677686,0.39256197,0.3966942,0.42561984,0.40495867,0.42561984,0.46280992,0.5371901,0.56198347,0.55785125,0.56198347,0.5495868,0.5413223,0.5206612,0.49586776,0.49173555,0.47933885,0.41735536,0.3264463,0.3181818,0.32231405,0.3181818,0.32231405,0.32231405,0.32231405,0.3181818,0.45454547,0.41735536,0.3553719,0.35123968,0.39256197,0.42975205,0.43801653,0.46280992,0.4876033,0.48347107,0.47933885,0.45867768,0.446281,0.5123967,0.58677685,0.607438,0.6280992,0.6487603,0.6652893,0.6694215,0.6487603,0.6280992,0.60330576,0.5661157,0.5413223,0.5206612,0.49586776,0.5082645,0.5165289,0.5041322,0.5289256,0.5123967,0.53305787,0.48347107,0.45454547,0.53305787,0.5165289,0.5371901,0.5289256,0.5123967,0.45041323,0.44214877,0.42561984,0.47107437,0.49586776,0.55785125,0.57024795,0.57438016,0.5785124,0.553719,0.5247934,0.49586776,0.49586776,0.49173555,0.45867768,0.35950413,0.3140496,0.3181818,0.3264463,0.3264463,0.32231405,0.3181818,0.32231405,0.3181818,0.45041323,0.46280992,0.38016528,0.3305785,0.37190083,0.41735536,0.44214877,0.45454547,0.47107437,0.47933885,0.46280992,0.446281,0.42561984,0.45454547,0.5371901,0.5785124,0.61570245,0.661157,0.6859504,0.6859504,0.6735537,0.6446281,0.60330576,0.57438016,0.553719,0.5247934,0.5082645,0.48347107,0.4876033,0.4876033,0.53305787,0.55785125,0.58677685,0.57024795,0.5661157,0.59090906,0.57438016,0.553719,0.5165289,0.47933885,0.446281,0.446281,0.46280992,0.49586776,0.5165289,0.55785125,0.56198347,0.57438016,0.57438016,0.5206612,0.49173555,0.4876033,0.4876033,0.4876033,0.41322315,0.3264463,0.3140496,0.32231405,0.3264463,0.3305785,0.3181818,0.32231405,0.32231405,0.32231405,0.45041323,0.47107437,0.41322315,0.33471075,0.34710744,0.3966942,0.4214876,0.446281,0.46280992,0.47107437,0.46694216,0.44214877,0.4090909,0.4214876,0.49173555,0.5495868,0.59917355,0.6363636,0.6652893,0.6694215,0.661157,0.6487603,0.6198347,0.58677685,0.553719,0.5082645,0.49586776,0.49586776,0.49586776,0.4752066,0.48347107,0.5041322,0.53305787,0.53305787,0.5413223,0.5371901,0.5206612,0.5082645,0.47933885,0.46280992,0.446281,0.45867768,0.49173555,0.5165289,0.53305787,0.5661157,0.56198347,0.57438016,0.55785125,0.47933885,0.4752066,0.47933885,0.48347107,0.45454547,0.34710744,0.3181818,0.32231405,0.3181818,0.3305785,0.32231405,0.3140496,0.3264463,0.3264463,0.3181818,0.45041323,0.45867768,0.42975205,0.34710744,0.32231405,0.37603307,0.3966942,0.4214876,0.45867768,0.47933885,0.4752066,0.45041323,0.41735536,0.40495867,0.45454547,0.5165289,0.5661157,0.60330576,0.6280992,0.6446281,0.6363636,0.6322314,0.6280992,0.59504133,0.57024795,0.5289256,0.4876033,0.46280992,0.46694216,0.47107437,0.47107437,0.46280992,0.4752066,0.46694216,0.4752066,0.46694216,0.46694216,0.46280992,0.45867768,0.45041323,0.46280992,0.4876033,0.5041322,0.5247934,0.54545456,0.56198347,0.55785125,0.55785125,0.5123967,0.46280992,0.4752066,0.46280992,0.47933885,0.42561984,0.3264463,0.32231405,0.3181818,0.3181818,0.3264463,0.3181818,0.3140496,0.3181818,0.3264463,0.3181818,0.446281,0.46280992,0.446281,0.38429752,0.30991736,0.3264463,0.3677686,0.40082645,0.4338843,0.45867768,0.4752066,0.46694216,0.43801653,0.40495867,0.42561984,0.47933885,0.5206612,0.57024795,0.607438,0.6198347,0.6198347,0.6198347,0.62396693,0.59917355,0.58677685,0.55785125,0.5206612,0.47933885,0.46280992,0.46280992,0.45454547,0.4338843,0.4214876,0.4338843,0.41735536,0.41735536,0.42561984,0.4338843,0.45454547,0.47933885,0.49586776,0.5123967,0.5123967,0.5413223,0.55785125,0.5661157,0.55785125,0.5413223,0.46694216,0.46694216,0.48347107,0.43801653,0.4090909,0.4876033,0.41735536,0.3429752,0.3140496,0.32231405,0.32231405,0.3264463,0.3181818,0.3181818,0.3181818,0.3140496,0.446281,0.45867768,0.45867768,0.42561984,0.338843,0.29752067,0.33471075,0.3677686,0.40082645,0.4214876,0.45041323,0.46694216,0.45041323,0.41322315,0.4214876,0.46280992,0.49173555,0.5371901,0.58264464,0.60330576,0.61157024,0.61157024,0.61157024,0.59917355,0.59090906,0.57024795,0.553719,0.53305787,0.5123967,0.4876033,0.4752066,0.47107437,0.45867768,0.45041323,0.45867768,0.43801653,0.45867768,0.47107437,0.49586776,0.5041322,0.5041322,0.5247934,0.5371901,0.5371901,0.55785125,0.5785124,0.553719,0.5247934,0.43801653,0.47107437,0.46694216,0.45867768,0.25619835,0.553719,0.57438016,0.45867768,0.37603307,0.34710744,0.3305785,0.3264463,0.32231405,0.3264463,0.32231405,0.3181818,0.42975205,0.446281,0.45867768,0.4338843,0.37603307,0.29338843,0.3140496,0.338843,0.37190083,0.38842976,0.4214876,0.45867768,0.45454547,0.41322315,0.41735536,0.45041323,0.4752066,0.5165289,0.55785125,0.5785124,0.59917355,0.61157024,0.61570245,0.60330576,0.58677685,0.57438016,0.56198347,0.5495868,0.5289256,0.5123967,0.5,0.49586776,0.4752066,0.47107437,0.45454547,0.46694216,0.49173555,0.46694216,0.49173555,0.49586776,0.5165289,0.5371901,0.54545456,0.553719,0.553719,0.57024795,0.5413223,0.49586776,0.43801653,0.46280992,0.446281,0.5165289,0.15289256,0.4752066,0.6363636,0.59090906,0.5123967,0.46280992,0.38842976,0.338843,0.3264463,0.3264463,0.3181818,0.3264463,0.4214876,0.43801653,0.43801653,0.42975205,0.4090909,0.338843,0.28099173,0.30578512,0.3429752,0.35950413,0.3966942,0.42975205,0.446281,0.4214876,0.4090909,0.43801653,0.47107437,0.5,0.5289256,0.56198347,0.59090906,0.61157024,0.6280992,0.6198347,0.59917355,0.58677685,0.57438016,0.5495868,0.5289256,0.5206612,0.5041322,0.49173555,0.47933885,0.47107437,0.45867768,0.4876033,0.49173555,0.4876033,0.49173555,0.5,0.5247934,0.53305787,0.55785125,0.55785125,0.5661157,0.553719,0.5206612,0.4752066,0.446281,0.43801653,0.4752066,0.54545456,0.11983471,0.32231405,0.607438,0.59090906,0.5661157,0.58677685,0.5661157,0.45041323,0.37190083,0.32231405,0.3181818,0.32231405,0.42975205,0.42975205,0.45041323,0.4338843,0.41735536,0.37190083,0.29752067,0.29338843,0.3140496,0.33471075,0.37190083,0.40082645,0.42561984,0.41322315,0.40082645,0.41735536,0.45867768,0.4876033,0.5165289,0.5495868,0.5785124,0.59917355,0.62396693,0.6322314,0.6280992,0.62396693,0.607438,0.5785124,0.57024795,0.57024795,0.56198347,0.5661157,0.54545456,0.5289256,0.53305787,0.53305787,0.5413223,0.54545456,0.53305787,0.553719,0.54545456,0.54545456,0.56198347,0.553719,0.55785125,0.54545456,0.5041322,0.45041323,0.42975205,0.44214877,0.53305787,0.4876033,0.08677686,0.18181819,0.59917355,0.61570245,0.59504133,0.59504133,0.6363636,0.59917355,0.53305787,0.38429752,0.32231405,0.3140496,0.446281,0.43801653,0.446281,0.446281,0.41735536,0.38842976,0.338843,0.29752067,0.28512397,0.3181818,0.338843,0.37603307,0.40495867,0.38842976,0.38842976,0.40495867,0.43801653,0.4752066,0.5,0.53305787,0.5661157,0.59090906,0.61157024,0.6280992,0.6322314,0.6487603,0.6694215,0.6570248,0.6570248,0.6652893,0.6570248,0.6404959,0.62396693,0.61157024,0.59504133,0.5785124,0.57024795,0.59090906,0.58677685,0.5785124,0.56198347,0.5661157,0.5495868,0.54545456,0.5413223,0.5247934,0.47933885,0.42561984,0.42975205,0.4752066,0.56198347,0.38842976,0.053719006,0.11157025,0.54545456,0.6322314,0.6198347,0.607438,0.61570245,0.57438016,0.61157024,0.6322314,0.40495867,0.37190083,0.44214877,0.446281,0.4338843,0.446281,0.44214877,0.3966942,0.36363637,0.3140496,0.26859504,0.2768595,0.3140496,0.3429752,0.3677686,0.37190083,0.38016528,0.38429752,0.40495867,0.44214877,0.4876033,0.5165289,0.5413223,0.5785124,0.59917355,0.607438,0.62396693,0.6487603,0.6859504,0.6859504,0.6735537,0.6735537,0.677686,0.6735537,0.6528926,0.6198347,0.61570245,0.607438,0.59090906,0.60330576,0.61570245,0.59090906,0.57024795,0.5661157,0.5289256,0.5371901,0.5289256,0.49586776,0.446281,0.40082645,0.45867768,0.5123967,0.5495868,0.2644628,0.03305785,0.06198347,0.45454547,0.59917355,0.61570245,0.59917355,0.59504133,0.62396693,0.61570245,0.61157024,0.55785125,0.53305787,0.43801653,0.46280992,0.43801653,0.45041323,0.45867768,0.4214876,0.37190083,0.338843,0.29338843,0.2644628,0.27272728,0.3140496,0.338843,0.3553719,0.37190083,0.3677686,0.3677686,0.40082645,0.46280992,0.48347107,0.5082645,0.553719,0.58264464,0.58264464,0.59504133,0.61570245,0.6363636,0.6528926,0.6487603,0.6487603,0.6446281,0.62396693,0.61157024,0.59917355,0.60330576,0.607438,0.61157024,0.62396693,0.607438,0.58264464,0.56198347,0.553719,0.5289256,0.5289256,0.5165289,0.45041323,0.4090909,0.4214876,0.49173555,0.5289256,0.5082645,0.14876033,0.05785124,0.049586777,0.3966942,0.60330576,0.6280992,0.6404959,0.59917355,0.60330576,0.6446281,0.6322314,0.58264464,0.5082645,0.45867768,0.47107437,0.46280992,0.45867768,0.47107437,0.446281,0.40495867,0.3677686,0.30991736,0.28099173,0.26859504,0.2768595,0.30578512,0.338843,0.3553719,0.35950413,0.35123968,0.35950413,0.41735536,0.45454547,0.4752066,0.5206612,0.55785125,0.56198347,0.56198347,0.5661157,0.5785124,0.58677685,0.59917355,0.60330576,0.58677685,0.57438016,0.58264464,0.58677685,0.5785124,0.57438016,0.57438016,0.58677685,0.57438016,0.553719,0.5289256,0.5247934,0.5165289,0.5123967,0.48347107,0.4090909,0.41735536,0.45867768,0.5,0.5289256,0.42975205,0.08264463,0.09090909,0.07024793,0.37190083,0.59917355,0.6363636,0.6404959,0.6487603,0.59090906,0.61157024,0.6487603,0.6446281,0.55785125,0.45454547,0.47933885,0.46694216,0.4752066,0.4752066,0.45867768,0.44214877,0.40495867,0.34710744,0.30165288,0.2768595,0.25619835,0.26859504,0.29752067,0.33471075,0.35123968,0.3553719,0.338843,0.3677686,0.41735536,0.44214877,0.4876033,0.5247934,0.5289256,0.5413223,0.5413223,0.54545456,0.553719,0.5495868,0.553719,0.55785125,0.5371901,0.5371901,0.54545456,0.54545456,0.5495868,0.5495868,0.54545456,0.5289256,0.5123967,0.5082645,0.5041322,0.5,0.48347107,0.43801653,0.4214876,0.45867768,0.47107437,0.5041322,0.5123967,0.33471075,0.053719006,0.09917355,0.08264463,0.34710744,0.59504133,0.6363636,0.6198347,0.6322314,0.62396693,0.6322314,0.6280992,0.61157024,0.60330576,20 +0.22727273,0.32231405,0.3966942,0.4090909,0.44214877,0.49173555,0.5123967,0.5247934,0.54545456,0.5413223,0.56198347,0.57024795,0.57438016,0.58677685,0.61157024,0.6363636,0.6528926,0.677686,0.6694215,0.6652893,0.6735537,0.6818182,0.6942149,0.6983471,0.70247936,0.70247936,0.6983471,0.7107438,0.6983471,0.7066116,0.71900827,0.7107438,0.6983471,0.71900827,0.71487606,0.71487606,0.71487606,0.73140496,0.71900827,0.7231405,0.72727275,0.73140496,0.73966944,0.73140496,0.73140496,0.71900827,0.7066116,0.7107438,0.6859504,0.6818182,0.70247936,0.69008267,0.6818182,0.6735537,0.6735537,0.661157,0.6528926,0.62396693,0.59917355,0.57024795,0.55785125,0.5661157,0.54545456,0.5165289,0.22727273,0.3181818,0.3966942,0.41322315,0.4338843,0.4876033,0.5082645,0.5247934,0.5495868,0.5495868,0.56198347,0.58264464,0.59090906,0.607438,0.6322314,0.6487603,0.6363636,0.661157,0.69008267,0.6859504,0.69008267,0.6942149,0.6942149,0.6983471,0.71487606,0.70247936,0.6818182,0.7066116,0.6983471,0.70247936,0.7107438,0.70247936,0.6859504,0.7066116,0.71487606,0.7107438,0.7066116,0.73966944,0.73140496,0.73140496,0.72727275,0.73140496,0.7355372,0.71900827,0.7231405,0.71900827,0.7107438,0.71487606,0.7066116,0.6983471,0.70247936,0.6942149,0.6859504,0.6694215,0.661157,0.661157,0.6487603,0.6322314,0.59504133,0.5661157,0.56198347,0.57024795,0.55785125,0.5247934,0.2231405,0.32231405,0.40082645,0.41322315,0.4338843,0.48347107,0.5165289,0.5289256,0.5495868,0.57024795,0.57024795,0.58264464,0.58677685,0.61157024,0.6322314,0.661157,0.6652893,0.661157,0.6818182,0.6942149,0.6859504,0.6859504,0.6983471,0.70247936,0.7066116,0.6942149,0.6942149,0.70247936,0.6942149,0.6942149,0.7066116,0.6942149,0.677686,0.69008267,0.70247936,0.6983471,0.7066116,0.71900827,0.73966944,0.74380165,0.72727275,0.7355372,0.7355372,0.73140496,0.72727275,0.73140496,0.7107438,0.71487606,0.7107438,0.6983471,0.70247936,0.6942149,0.677686,0.6652893,0.6570248,0.6487603,0.6363636,0.6198347,0.59090906,0.57024795,0.57024795,0.57438016,0.55785125,0.5289256,0.2107438,0.3181818,0.40495867,0.41735536,0.42975205,0.47107437,0.5123967,0.5206612,0.5495868,0.5785124,0.58264464,0.59090906,0.58677685,0.61157024,0.6363636,0.6528926,0.661157,0.6942149,0.6942149,0.6983471,0.6942149,0.6942149,0.70247936,0.70247936,0.70247936,0.69008267,0.7066116,0.6942149,0.6818182,0.6735537,0.70247936,0.6859504,0.6735537,0.6859504,0.6859504,0.6818182,0.6983471,0.7066116,0.73966944,0.74793386,0.7355372,0.73140496,0.73966944,0.74380165,0.74380165,0.73140496,0.7107438,0.71900827,0.71487606,0.7107438,0.7066116,0.6942149,0.6694215,0.6528926,0.6487603,0.6446281,0.6363636,0.61157024,0.58677685,0.57438016,0.57024795,0.57024795,0.5495868,0.5206612,0.20247933,0.3140496,0.3966942,0.4214876,0.41735536,0.45041323,0.5041322,0.5123967,0.54545456,0.57024795,0.59917355,0.58677685,0.58677685,0.58677685,0.607438,0.6487603,0.6570248,0.6694215,0.6983471,0.6942149,0.7107438,0.7066116,0.6942149,0.7066116,0.7107438,0.70247936,0.7066116,0.7066116,0.6652893,0.677686,0.69008267,0.6859504,0.6735537,0.69008267,0.69008267,0.6735537,0.6694215,0.69008267,0.72727275,0.7355372,0.73140496,0.72727275,0.7231405,0.72727275,0.73140496,0.71487606,0.7066116,0.71487606,0.7107438,0.71487606,0.7107438,0.69008267,0.6694215,0.6528926,0.6446281,0.6404959,0.6322314,0.61570245,0.58677685,0.57438016,0.5661157,0.5661157,0.5495868,0.5206612,0.19421488,0.3181818,0.39256197,0.41322315,0.41735536,0.44214877,0.49173555,0.5247934,0.5371901,0.57024795,0.59917355,0.58677685,0.58677685,0.59504133,0.59090906,0.62396693,0.6528926,0.6487603,0.677686,0.6818182,0.677686,0.6859504,0.6694215,0.6942149,0.6942149,0.6859504,0.6983471,0.6983471,0.6694215,0.6735537,0.6818182,0.6942149,0.6818182,0.6859504,0.6859504,0.6570248,0.6528926,0.6818182,0.71487606,0.71487606,0.71900827,0.7107438,0.71487606,0.71487606,0.71487606,0.70247936,0.6983471,0.70247936,0.69008267,0.70247936,0.7066116,0.69008267,0.6652893,0.6487603,0.6404959,0.6363636,0.6280992,0.607438,0.5785124,0.5661157,0.56198347,0.56198347,0.54545456,0.5289256,0.17355372,0.30578512,0.39256197,0.4090909,0.41735536,0.44214877,0.48347107,0.5206612,0.5413223,0.57438016,0.59090906,0.59504133,0.59090906,0.59917355,0.5785124,0.57024795,0.6280992,0.6446281,0.6528926,0.661157,0.661157,0.6570248,0.6694215,0.6818182,0.677686,0.6694215,0.677686,0.6983471,0.6528926,0.6652893,0.69008267,0.6942149,0.6859504,0.6859504,0.6859504,0.6570248,0.661157,0.677686,0.6942149,0.677686,0.6818182,0.677686,0.6735537,0.677686,0.6735537,0.677686,0.6694215,0.677686,0.69008267,0.6983471,0.6942149,0.6735537,0.6528926,0.6487603,0.6528926,0.6487603,0.6487603,0.6198347,0.57024795,0.553719,0.5661157,0.56198347,0.54545456,0.53305787,0.16115703,0.30165288,0.40082645,0.40495867,0.41735536,0.45454547,0.47933885,0.5082645,0.553719,0.5661157,0.5785124,0.60330576,0.59504133,0.58677685,0.5785124,0.55785125,0.57024795,0.59090906,0.61157024,0.6198347,0.6404959,0.62396693,0.6446281,0.661157,0.661157,0.6570248,0.6735537,0.6818182,0.6528926,0.661157,0.69008267,0.6942149,0.677686,0.6818182,0.6694215,0.6487603,0.6528926,0.661157,0.6570248,0.6363636,0.6280992,0.61570245,0.60330576,0.607438,0.6280992,0.6446281,0.6404959,0.6446281,0.6528926,0.6487603,0.661157,0.6528926,0.6446281,0.6446281,0.6570248,0.6652893,0.6694215,0.6322314,0.57024795,0.553719,0.57438016,0.553719,0.54545456,0.5371901,0.17355372,0.29338843,0.40495867,0.40495867,0.4090909,0.45041323,0.4752066,0.4876033,0.5206612,0.5206612,0.53305787,0.57438016,0.5661157,0.53305787,0.553719,0.5413223,0.53305787,0.56198347,0.55785125,0.58677685,0.6198347,0.6198347,0.61570245,0.6404959,0.6198347,0.61157024,0.6487603,0.661157,0.6322314,0.6487603,0.6735537,0.6735537,0.6652893,0.6652893,0.6570248,0.6487603,0.6487603,0.6363636,0.61157024,0.58264464,0.55785125,0.5247934,0.5082645,0.5082645,0.5247934,0.54545456,0.56198347,0.5785124,0.58677685,0.57438016,0.59090906,0.62396693,0.6198347,0.6198347,0.6446281,0.6652893,0.6652893,0.62396693,0.58264464,0.57024795,0.5661157,0.5495868,0.54545456,0.54545456,0.20661157,0.28099173,0.4090909,0.40082645,0.40495867,0.42561984,0.46280992,0.46280992,0.47107437,0.47933885,0.47107437,0.48347107,0.48347107,0.45454547,0.4876033,0.4876033,0.4876033,0.5041322,0.5,0.5082645,0.56198347,0.5785124,0.59090906,0.60330576,0.58677685,0.57024795,0.59917355,0.6198347,0.59504133,0.62396693,0.6570248,0.6487603,0.6446281,0.6404959,0.6404959,0.6404959,0.6322314,0.61157024,0.5785124,0.53305787,0.5041322,0.47107437,0.44214877,0.4338843,0.446281,0.46280992,0.4876033,0.5165289,0.5289256,0.5413223,0.553719,0.57024795,0.57024795,0.58264464,0.61157024,0.62396693,0.6322314,0.607438,0.58677685,0.57438016,0.57024795,0.54545456,0.5413223,0.54545456,0.30165288,0.2520661,0.41735536,0.40082645,0.3966942,0.40082645,0.42561984,0.43801653,0.45454547,0.46280992,0.45454547,0.45041323,0.41735536,0.39256197,0.4214876,0.4090909,0.4090909,0.4090909,0.44214877,0.44214877,0.48347107,0.5123967,0.5371901,0.55785125,0.5661157,0.553719,0.5661157,0.58677685,0.59504133,0.61157024,0.6404959,0.62396693,0.61157024,0.61570245,0.607438,0.59504133,0.58677685,0.57438016,0.53305787,0.4876033,0.47107437,0.44214877,0.41735536,0.41322315,0.40082645,0.3966942,0.41322315,0.45041323,0.4752066,0.5082645,0.53305787,0.553719,0.55785125,0.5785124,0.58677685,0.58264464,0.57438016,0.58677685,0.58264464,0.57024795,0.55785125,0.5413223,0.5413223,0.53305787,0.41322315,0.25619835,0.41735536,0.4090909,0.38016528,0.39256197,0.41322315,0.40082645,0.44214877,0.45454547,0.44214877,0.42561984,0.3966942,0.38016528,0.37190083,0.3553719,0.3305785,0.338843,0.35123968,0.38429752,0.4214876,0.446281,0.47933885,0.5,0.5371901,0.553719,0.5661157,0.58677685,0.61570245,0.6198347,0.6404959,0.62396693,0.58264464,0.58677685,0.5785124,0.553719,0.5371901,0.5206612,0.48347107,0.446281,0.43801653,0.42975205,0.41322315,0.40495867,0.3966942,0.39256197,0.40495867,0.4214876,0.45454547,0.48347107,0.49173555,0.53305787,0.55785125,0.56198347,0.5661157,0.55785125,0.57024795,0.5495868,0.55785125,0.5495868,0.553719,0.5495868,0.53305787,0.5247934,0.44214877,0.30578512,0.3966942,0.41322315,0.37603307,0.38429752,0.4090909,0.38429752,0.42975205,0.446281,0.44214877,0.41735536,0.41735536,0.40082645,0.37190083,0.33471075,0.3305785,0.30991736,0.30165288,0.3264463,0.338843,0.37190083,0.4090909,0.43801653,0.4876033,0.5371901,0.57438016,0.59090906,0.6198347,0.6446281,0.6652893,0.6570248,0.60330576,0.57024795,0.54545456,0.5123967,0.49586776,0.4752066,0.446281,0.4214876,0.41735536,0.4214876,0.41735536,0.41322315,0.42561984,0.43801653,0.45041323,0.4752066,0.5,0.5082645,0.5123967,0.54545456,0.553719,0.55785125,0.55785125,0.5661157,0.55785125,0.5413223,0.53305787,0.53305787,0.5371901,0.54545456,0.5289256,0.5289256,0.3264463,0.35123968,0.3966942,0.40495867,0.38016528,0.3677686,0.40082645,0.3966942,0.41735536,0.42561984,0.42561984,0.40082645,0.3966942,0.39256197,0.37190083,0.3553719,0.3305785,0.30165288,0.2768595,0.26859504,0.28512397,0.30578512,0.3181818,0.3429752,0.40082645,0.45867768,0.54545456,0.59090906,0.61570245,0.6652893,0.7066116,0.69008267,0.6446281,0.5785124,0.5247934,0.4876033,0.45867768,0.43801653,0.4214876,0.41735536,0.4214876,0.4214876,0.40082645,0.38842976,0.38429752,0.39256197,0.40495867,0.44214877,0.46694216,0.47933885,0.5041322,0.5371901,0.5495868,0.55785125,0.54545456,0.553719,0.5495868,0.5371901,0.5371901,0.5247934,0.5165289,0.5247934,0.5247934,0.5371901,0.19421488,0.338843,0.41322315,0.40495867,0.35950413,0.36363637,0.36363637,0.39256197,0.40082645,0.38016528,0.34710744,0.338843,0.338843,0.36363637,0.3677686,0.38016528,0.38429752,0.3429752,0.30578512,0.26859504,0.24380165,0.26859504,0.2892562,0.2892562,0.3140496,0.37603307,0.5041322,0.58264464,0.62396693,0.677686,0.73140496,0.71900827,0.677686,0.607438,0.53305787,0.47933885,0.446281,0.4214876,0.42975205,0.43801653,0.43801653,0.41735536,0.37603307,0.37190083,0.37190083,0.3553719,0.34710744,0.37603307,0.39256197,0.3966942,0.42561984,0.446281,0.45867768,0.48347107,0.5,0.5165289,0.53305787,0.5123967,0.5165289,0.5165289,0.5165289,0.5247934,0.5289256,0.53305787,0.1694215,0.3140496,0.4338843,0.40082645,0.3553719,0.338843,0.33471075,0.37603307,0.36363637,0.29752067,0.28512397,0.33471075,0.3553719,0.38016528,0.30578512,0.29338843,0.28099173,0.3305785,0.30991736,0.338843,0.35123968,0.28512397,0.24793388,0.28099173,0.27272728,0.2892562,0.4214876,0.57438016,0.661157,0.7066116,0.74380165,0.74380165,0.71487606,0.6487603,0.553719,0.48347107,0.46694216,0.45454547,0.46694216,0.46280992,0.446281,0.42975205,0.39256197,0.40495867,0.4338843,0.37603307,0.29752067,0.2520661,0.35123968,0.3181818,0.3264463,0.41735536,0.42561984,0.39256197,0.40082645,0.46694216,0.5041322,0.5123967,0.5041322,0.5123967,0.5289256,0.5413223,0.5495868,0.5371901,0.19421488,0.32231405,0.42561984,0.40082645,0.37603307,0.338843,0.3305785,0.38016528,0.3305785,0.27272728,0.3181818,0.32231405,0.35123968,0.37190083,0.23966943,0.2107438,0.19008264,0.38016528,0.2768595,0.2644628,0.41735536,0.37190083,0.3181818,0.29752067,0.26859504,0.24793388,0.35123968,0.5495868,0.6694215,0.72727275,0.74793386,0.75206614,0.73140496,0.661157,0.55785125,0.5041322,0.49586776,0.5041322,0.5082645,0.49586776,0.47107437,0.4338843,0.38429752,0.42561984,0.5041322,0.38842976,0.29752067,0.1694215,0.3553719,0.29752067,0.1322314,0.30991736,0.3966942,0.446281,0.41735536,0.338843,0.44214877,0.5041322,0.5123967,0.5247934,0.5413223,0.553719,0.55785125,0.54545456,0.26859504,0.30991736,0.41735536,0.4214876,0.40495867,0.37603307,0.3429752,0.37603307,0.33471075,0.30165288,0.2892562,0.2520661,0.38016528,0.43801653,0.2892562,0.24793388,0.18181819,0.2231405,0.29338843,0.35123968,0.53305787,0.4876033,0.3677686,0.3264463,0.32231405,0.24380165,0.3264463,0.5247934,0.6570248,0.73140496,0.75619835,0.74380165,0.7231405,0.6818182,0.57024795,0.5247934,0.53305787,0.56198347,0.57438016,0.5495868,0.49586776,0.41322315,0.39256197,0.4752066,0.59090906,0.45454547,0.3305785,0.21900827,0.19008264,0.2603306,0.2107438,0.39256197,0.41322315,0.3264463,0.39256197,0.42561984,0.40495867,0.45041323,0.5123967,0.5247934,0.55785125,0.56198347,0.56198347,0.55785125,0.338843,0.30991736,0.39256197,0.4338843,0.4752066,0.44214877,0.38842976,0.37603307,0.33471075,0.29338843,0.2892562,0.2768595,0.38016528,0.46280992,0.37603307,0.30991736,0.29752067,0.2892562,0.338843,0.47933885,0.59917355,0.5413223,0.42561984,0.3305785,0.36363637,0.3181818,0.3429752,0.5123967,0.6487603,0.7355372,0.7644628,0.75206614,0.7355372,0.6983471,0.58677685,0.5289256,0.55785125,0.607438,0.62396693,0.57438016,0.5165289,0.46694216,0.42561984,0.4876033,0.58677685,0.54545456,0.3966942,0.338843,0.30165288,0.30165288,0.30991736,0.5041322,0.4876033,0.37190083,0.36363637,0.38429752,0.47933885,0.5,0.49586776,0.5371901,0.5785124,0.5785124,0.5785124,0.5661157,0.38016528,0.3264463,0.36363637,0.4338843,0.5247934,0.5082645,0.45041323,0.40082645,0.36363637,0.32231405,0.36363637,0.38842976,0.3966942,0.45454547,0.4752066,0.42975205,0.40082645,0.40495867,0.4752066,0.56198347,0.5495868,0.48347107,0.43801653,0.42975205,0.40495867,0.36363637,0.40082645,0.5413223,0.661157,0.7355372,0.76033056,0.74793386,0.73966944,0.71487606,0.60330576,0.53305787,0.56198347,0.61157024,0.6198347,0.60330576,0.57024795,0.5495868,0.46694216,0.4876033,0.5495868,0.58677685,0.54545456,0.43801653,0.41735536,0.43801653,0.4876033,0.5289256,0.5206612,0.4752066,0.45867768,0.45867768,0.47933885,0.5206612,0.49173555,0.5661157,0.5785124,0.607438,0.60330576,0.58264464,0.38842976,0.3429752,0.338843,0.45041323,0.5413223,0.553719,0.5165289,0.49173555,0.46694216,0.4338843,0.39256197,0.42975205,0.446281,0.47107437,0.5123967,0.53305787,0.5289256,0.5289256,0.54545456,0.54545456,0.5165289,0.5041322,0.5082645,0.49586776,0.43801653,0.40495867,0.44214877,0.57438016,0.6859504,0.71900827,0.75206614,0.75206614,0.7355372,0.71487606,0.60330576,0.53305787,0.57438016,0.61570245,0.6280992,0.6280992,0.607438,0.57024795,0.5165289,0.5247934,0.53305787,0.553719,0.58677685,0.5413223,0.56198347,0.5413223,0.54545456,0.5371901,0.53305787,0.48347107,0.5123967,0.5495868,0.57024795,0.56198347,0.5413223,0.56198347,0.61570245,0.62396693,0.61570245,0.59090906,0.37190083,0.3553719,0.338843,0.44214877,0.553719,0.57024795,0.58677685,0.5785124,0.553719,0.5165289,0.446281,0.42975205,0.45867768,0.49173555,0.5082645,0.5165289,0.53305787,0.53305787,0.5206612,0.53305787,0.54545456,0.54545456,0.5413223,0.5165289,0.5,0.46694216,0.45867768,0.553719,0.6859504,0.74793386,0.76033056,0.76033056,0.74380165,0.6942149,0.59090906,0.5247934,0.57024795,0.61570245,0.6446281,0.6570248,0.6363636,0.58264464,0.54545456,0.553719,0.5495868,0.54545456,0.55785125,0.54545456,0.54545456,0.5371901,0.5371901,0.5413223,0.5371901,0.553719,0.58677685,0.6198347,0.60330576,0.59090906,0.607438,0.61157024,0.6322314,0.6363636,0.6280992,0.59917355,0.32231405,0.37603307,0.3264463,0.42975205,0.5495868,0.58264464,0.6198347,0.607438,0.57438016,0.5413223,0.5123967,0.49173555,0.5123967,0.5206612,0.53305787,0.5495868,0.5661157,0.57024795,0.5785124,0.59504133,0.59090906,0.58264464,0.57438016,0.56198347,0.553719,0.49173555,0.446281,0.54545456,0.6942149,0.7644628,0.76033056,0.7644628,0.74793386,0.677686,0.5785124,0.5289256,0.55785125,0.61570245,0.6363636,0.6694215,0.6859504,0.6363636,0.58264464,0.58264464,0.59504133,0.59504133,0.59504133,0.607438,0.59504133,0.60330576,0.59090906,0.59090906,0.607438,0.61570245,0.6322314,0.6446281,0.62396693,0.6280992,0.6446281,0.661157,0.6570248,0.6570248,0.6280992,0.607438,0.2768595,0.37190083,0.3429752,0.4090909,0.53305787,0.58264464,0.61570245,0.61570245,0.607438,0.58264464,0.55785125,0.553719,0.57438016,0.58264464,0.59504133,0.607438,0.607438,0.607438,0.61570245,0.6198347,0.6363636,0.6280992,0.61157024,0.59917355,0.553719,0.4876033,0.45867768,0.5371901,0.6694215,0.7644628,0.76033056,0.76033056,0.73966944,0.6487603,0.5661157,0.5371901,0.5495868,0.60330576,0.62396693,0.6404959,0.70247936,0.7107438,0.6652893,0.6280992,0.61157024,0.60330576,0.59917355,0.6198347,0.61157024,0.61157024,0.61570245,0.61570245,0.6280992,0.6404959,0.6694215,0.6487603,0.6570248,0.6859504,0.677686,0.6859504,0.6942149,0.6694215,0.6322314,0.59504133,0.25619835,0.33471075,0.38016528,0.39256197,0.5123967,0.56198347,0.61157024,0.62396693,0.6322314,0.6280992,0.59917355,0.59504133,0.607438,0.61157024,0.6198347,0.6198347,0.61157024,0.61570245,0.6280992,0.6404959,0.6694215,0.6652893,0.6280992,0.58264464,0.53305787,0.47933885,0.45454547,0.54545456,0.6570248,0.74380165,0.7644628,0.74793386,0.7107438,0.6363636,0.55785125,0.5413223,0.54545456,0.59504133,0.60330576,0.61157024,0.677686,0.7231405,0.73140496,0.71487606,0.6735537,0.6446281,0.6280992,0.6446281,0.6322314,0.6363636,0.6363636,0.6570248,0.6694215,0.6942149,0.69008267,0.6859504,0.6694215,0.6983471,0.6983471,0.69008267,0.7066116,0.661157,0.6280992,0.59090906,0.23140496,0.30991736,0.3966942,0.39256197,0.48347107,0.5413223,0.59504133,0.61570245,0.62396693,0.62396693,0.61157024,0.60330576,0.61570245,0.6322314,0.6487603,0.6528926,0.6404959,0.6528926,0.6694215,0.6735537,0.677686,0.6528926,0.607438,0.553719,0.5165289,0.4752066,0.47107437,0.55785125,0.6487603,0.7107438,0.74380165,0.7355372,0.6942149,0.6322314,0.57024795,0.553719,0.55785125,0.58677685,0.59504133,0.59917355,0.6694215,0.7107438,0.74793386,0.7644628,0.74380165,0.71900827,0.6942149,0.6735537,0.661157,0.6652893,0.661157,0.6818182,0.69008267,0.7107438,0.7066116,0.71900827,0.71487606,0.7107438,0.7107438,0.6942149,0.6859504,0.6570248,0.6198347,0.58264464,0.24380165,0.2644628,0.40495867,0.3966942,0.45041323,0.5082645,0.55785125,0.59917355,0.607438,0.60330576,0.61157024,0.607438,0.61157024,0.6404959,0.661157,0.6735537,0.6735537,0.677686,0.677686,0.677686,0.6652893,0.6322314,0.59090906,0.53305787,0.49173555,0.49173555,0.5123967,0.57024795,0.6446281,0.7231405,0.73966944,0.73140496,0.69008267,0.6487603,0.607438,0.5661157,0.5661157,0.58677685,0.59090906,0.59917355,0.6694215,0.7107438,0.73140496,0.74793386,0.75206614,0.74380165,0.73966944,0.73140496,0.7066116,0.7107438,0.6983471,0.7066116,0.71900827,0.73140496,0.7231405,0.71487606,0.7355372,0.7066116,0.6942149,0.6818182,0.6694215,0.6487603,0.6198347,0.57438016,0.2603306,0.25619835,0.37603307,0.41735536,0.41735536,0.47933885,0.5247934,0.57024795,0.59504133,0.59504133,0.61157024,0.61570245,0.61570245,0.6363636,0.6487603,0.6528926,0.6694215,0.6694215,0.6694215,0.6694215,0.6570248,0.6322314,0.58677685,0.5247934,0.4876033,0.5123967,0.55785125,0.6280992,0.677686,0.71900827,0.74793386,0.7355372,0.70247936,0.6652893,0.6363636,0.59504133,0.57024795,0.59090906,0.58264464,0.61570245,0.6818182,0.7107438,0.73140496,0.74793386,0.73966944,0.73966944,0.7355372,0.7355372,0.72727275,0.73140496,0.7231405,0.7107438,0.70247936,0.7107438,0.7066116,0.70247936,0.7107438,0.6859504,0.677686,0.6694215,0.6487603,0.6198347,0.60330576,0.56198347,0.25619835,0.23553719,0.35123968,0.42975205,0.41322315,0.47107437,0.5082645,0.5413223,0.57024795,0.58264464,0.59917355,0.61157024,0.61570245,0.6363636,0.6363636,0.6363636,0.6570248,0.6652893,0.6694215,0.6694215,0.6570248,0.6280992,0.57438016,0.5082645,0.49586776,0.553719,0.607438,0.6570248,0.69008267,0.7355372,0.74380165,0.7355372,0.71900827,0.69008267,0.6570248,0.6198347,0.57024795,0.57024795,0.58264464,0.61570245,0.69008267,0.71487606,0.73140496,0.74793386,0.73140496,0.74793386,0.74793386,0.73966944,0.7355372,0.7355372,0.73966944,0.71487606,0.7066116,0.7066116,0.6859504,0.6942149,0.6983471,0.6735537,0.6652893,0.6528926,0.62396693,0.607438,0.59090906,0.5495868,0.2644628,0.23553719,0.338843,0.4338843,0.40082645,0.446281,0.4876033,0.5165289,0.5495868,0.57438016,0.59090906,0.60330576,0.6198347,0.6363636,0.6322314,0.6363636,0.6528926,0.6570248,0.6652893,0.661157,0.6487603,0.61570245,0.54545456,0.48347107,0.5123967,0.58264464,0.6404959,0.69008267,0.71900827,0.75619835,0.76033056,0.74380165,0.71900827,0.70247936,0.6570248,0.6363636,0.57438016,0.5661157,0.57438016,0.61570245,0.6694215,0.71487606,0.7231405,0.74380165,0.74380165,0.73966944,0.75206614,0.74793386,0.74380165,0.73966944,0.73966944,0.72727275,0.71900827,0.70247936,0.6859504,0.6818182,0.69008267,0.6652893,0.6487603,0.6363636,0.62396693,0.59504133,0.5661157,0.5247934,0.26859504,0.23553719,0.338843,0.43801653,0.38842976,0.42561984,0.48347107,0.5165289,0.5413223,0.57024795,0.59504133,0.607438,0.62396693,0.6404959,0.6280992,0.62396693,0.6404959,0.6446281,0.6528926,0.6528926,0.62396693,0.5661157,0.5123967,0.4752066,0.5206612,0.61570245,0.6570248,0.7355372,0.74793386,0.76033056,0.7768595,0.75206614,0.7107438,0.6859504,0.6363636,0.6570248,0.57024795,0.5661157,0.59917355,0.59090906,0.6280992,0.6942149,0.7231405,0.75206614,0.74793386,0.73966944,0.74793386,0.74380165,0.73966944,0.74380165,0.74380165,0.73140496,0.71487606,0.6983471,0.6859504,0.6859504,0.677686,0.6570248,0.6446281,0.62396693,0.59917355,0.58264464,0.56198347,0.5123967,0.2603306,0.23553719,0.3264463,0.4214876,0.38429752,0.41322315,0.47933885,0.5082645,0.5413223,0.57024795,0.59504133,0.607438,0.62396693,0.6322314,0.62396693,0.61570245,0.6280992,0.6363636,0.6363636,0.6363636,0.58264464,0.5206612,0.5,0.47107437,0.5082645,0.607438,0.661157,0.72727275,0.73966944,0.75206614,0.7768595,0.76033056,0.71487606,0.677686,0.6363636,0.6322314,0.58264464,0.5661157,0.6363636,0.58264464,0.59504133,0.6735537,0.70247936,0.72727275,0.73966944,0.74793386,0.74793386,0.73140496,0.72727275,0.73140496,0.73966944,0.71900827,0.7066116,0.6983471,0.6859504,0.6818182,0.677686,0.6570248,0.6404959,0.6198347,0.59090906,0.56198347,0.54545456,0.5082645,0.26859504,0.24793388,0.2768595,0.3677686,0.3553719,0.3966942,0.45867768,0.49586776,0.5289256,0.56198347,0.58264464,0.59504133,0.61157024,0.61570245,0.6198347,0.61570245,0.62396693,0.62396693,0.61157024,0.59504133,0.5206612,0.5123967,0.5041322,0.46694216,0.49173555,0.5785124,0.6487603,0.6983471,0.71900827,0.73140496,0.78512394,0.78099173,0.7355372,0.6570248,0.6363636,0.61157024,0.5661157,0.5785124,0.6652893,0.61157024,0.5661157,0.6363636,0.6652893,0.6818182,0.71900827,0.72727275,0.73140496,0.72727275,0.71900827,0.71900827,0.7231405,0.7066116,0.70247936,0.6983471,0.6859504,0.6694215,0.6570248,0.6487603,0.6363636,0.61157024,0.58264464,0.553719,0.5289256,0.49586776,0.26859504,0.25619835,0.23966943,0.30165288,0.33471075,0.38429752,0.44214877,0.48347107,0.5082645,0.54545456,0.5661157,0.5785124,0.59090906,0.59917355,0.59917355,0.59917355,0.61157024,0.59917355,0.57024795,0.53305787,0.46694216,0.5082645,0.5,0.45041323,0.46280992,0.5247934,0.607438,0.677686,0.6983471,0.7066116,0.75206614,0.7644628,0.70247936,0.6404959,0.59090906,0.5785124,0.55785125,0.59090906,0.6487603,0.61157024,0.5495868,0.60330576,0.6363636,0.6446281,0.6735537,0.6942149,0.70247936,0.71487606,0.6983471,0.7066116,0.70247936,0.6942149,0.6859504,0.69008267,0.6735537,0.661157,0.6446281,0.6280992,0.61570245,0.59917355,0.5785124,0.54545456,0.5247934,0.49586776,0.2603306,0.2603306,0.2644628,0.23966943,0.2892562,0.3553719,0.42561984,0.46280992,0.49173555,0.5247934,0.5495868,0.57024795,0.57438016,0.58677685,0.58264464,0.57438016,0.59090906,0.57024795,0.5371901,0.4752066,0.41735536,0.4752066,0.47933885,0.4090909,0.37603307,0.44214877,0.5165289,0.62396693,0.6528926,0.6570248,0.6735537,0.6735537,0.62396693,0.5661157,0.53305787,0.5206612,0.5371901,0.59504133,0.62396693,0.58677685,0.53305787,0.58677685,0.6322314,0.6280992,0.6322314,0.6570248,0.6818182,0.6983471,0.6859504,0.6942149,0.6859504,0.6735537,0.6694215,0.677686,0.661157,0.6446281,0.6322314,0.607438,0.60330576,0.58677685,0.56198347,0.5371901,0.5082645,0.49586776,0.2603306,0.2520661,0.26859504,0.23140496,0.26859504,0.34710744,0.39256197,0.446281,0.4752066,0.5041322,0.5289256,0.5495868,0.55785125,0.57024795,0.58264464,0.5785124,0.5661157,0.5495868,0.5206612,0.45041323,0.41735536,0.4090909,0.4090909,0.3553719,0.30165288,0.30991736,0.3966942,0.5165289,0.58264464,0.60330576,0.60330576,0.59504133,0.5247934,0.5,0.47107437,0.4752066,0.5041322,0.55785125,0.5661157,0.553719,0.53305787,0.58677685,0.6322314,0.6280992,0.61157024,0.61570245,0.6487603,0.6735537,0.677686,0.677686,0.6735537,0.6570248,0.6570248,0.6570248,0.6446281,0.62396693,0.6198347,0.60330576,0.58677685,0.57438016,0.5495868,0.5289256,0.5082645,0.5,0.25619835,0.26859504,0.25619835,0.24380165,0.27272728,0.338843,0.37190083,0.4090909,0.46694216,0.47933885,0.5,0.5165289,0.5413223,0.55785125,0.57438016,0.57438016,0.55785125,0.5413223,0.5206612,0.46280992,0.45867768,0.39256197,0.33471075,0.2520661,0.21487603,0.1983471,0.28099173,0.3966942,0.49173555,0.5289256,0.5289256,0.5206612,0.47107437,0.40495867,0.3181818,0.30165288,0.3429752,0.40495867,0.47933885,0.5041322,0.5413223,0.59504133,0.6446281,0.6694215,0.6363636,0.60330576,0.61157024,0.6363636,0.6528926,0.661157,0.6570248,0.6404959,0.6446281,0.6404959,0.62396693,0.61570245,0.607438,0.58264464,0.57024795,0.55785125,0.5413223,0.53305787,0.5123967,0.5041322,0.25619835,0.2644628,0.26859504,0.24380165,0.23140496,0.35123968,0.3553719,0.38016528,0.4338843,0.46280992,0.47933885,0.5082645,0.5206612,0.5413223,0.553719,0.55785125,0.56198347,0.55785125,0.5371901,0.4876033,0.47933885,0.45867768,0.3140496,0.20661157,0.1983471,0.17355372,0.2107438,0.3140496,0.4090909,0.46280992,0.47107437,0.47107437,0.40495867,0.32231405,0.28512397,0.28099173,0.2644628,0.28099173,0.38842976,0.47933885,0.55785125,0.60330576,0.6528926,0.6859504,0.6735537,0.6322314,0.59917355,0.59917355,0.6322314,0.6446281,0.6446281,0.6363636,0.6322314,0.61570245,0.60330576,0.59504133,0.59090906,0.57438016,0.553719,0.5413223,0.5371901,0.5206612,0.5165289,0.5,0.2603306,0.2603306,0.2520661,0.2603306,0.22727273,0.3264463,0.35950413,0.36363637,0.39256197,0.41735536,0.446281,0.49173555,0.5041322,0.5371901,0.5495868,0.55785125,0.55785125,0.57438016,0.57024795,0.5289256,0.5123967,0.5206612,0.35123968,0.22727273,0.21487603,0.23140496,0.22727273,0.2520661,0.34710744,0.3966942,0.40495867,0.41735536,0.42975205,0.45867768,0.4876033,0.446281,0.41322315,0.38842976,0.45454547,0.5371901,0.5785124,0.59917355,0.6404959,0.6818182,0.69008267,0.6735537,0.6280992,0.59917355,0.60330576,0.6322314,0.6404959,0.6280992,0.61570245,0.59917355,0.58264464,0.57024795,0.55785125,0.55785125,0.5495868,0.53305787,0.53305787,0.5206612,0.5082645,0.5,0.25619835,0.2603306,0.26859504,0.2644628,0.21900827,0.3264463,0.37190083,0.3553719,0.36363637,0.40082645,0.41322315,0.45454547,0.49586776,0.5289256,0.5413223,0.5495868,0.56198347,0.5785124,0.59090906,0.57438016,0.553719,0.56198347,0.45041323,0.3264463,0.26859504,0.26859504,0.2520661,0.2603306,0.30165288,0.338843,0.3677686,0.4090909,0.4752066,0.5,0.5082645,0.5123967,0.53305787,0.5661157,0.57024795,0.58677685,0.59090906,0.59917355,0.6280992,0.677686,0.69008267,0.6859504,0.6694215,0.6404959,0.59917355,0.60330576,0.6280992,0.6322314,0.61570245,0.59504133,0.5661157,0.5495868,0.53305787,0.54545456,0.5413223,0.5206612,0.53305787,0.5206612,0.5123967,0.49586776,0.25619835,0.2603306,0.2603306,0.2520661,0.23553719,0.29338843,0.3677686,0.37190083,0.36363637,0.37190083,0.39256197,0.44214877,0.49586776,0.5289256,0.5289256,0.5495868,0.57438016,0.58264464,0.59090906,0.59090906,0.5661157,0.56198347,0.5165289,0.42975205,0.37603307,0.34710744,0.3140496,0.3181818,0.338843,0.3553719,0.3966942,0.44214877,0.4876033,0.5123967,0.5413223,0.5661157,0.58264464,0.59090906,0.58677685,0.59917355,0.59917355,0.60330576,0.62396693,0.661157,0.677686,0.677686,0.677686,0.6735537,0.6280992,0.5785124,0.59090906,0.6198347,0.62396693,0.607438,0.57438016,0.5413223,0.53305787,0.5371901,0.53305787,0.5247934,0.5289256,0.5206612,0.5165289,0.49173555,0.2644628,0.25619835,0.25619835,0.26859504,0.21487603,0.2603306,0.35950413,0.37603307,0.40082645,0.3677686,0.3677686,0.4338843,0.48347107,0.53305787,0.5289256,0.57024795,0.58264464,0.57438016,0.5785124,0.57438016,0.553719,0.54545456,0.5413223,0.5123967,0.48347107,0.446281,0.42561984,0.42975205,0.43801653,0.44214877,0.446281,0.47107437,0.49173555,0.5247934,0.5495868,0.57438016,0.57024795,0.5661157,0.58677685,0.5785124,0.5785124,0.59504133,0.61157024,0.6280992,0.6487603,0.6570248,0.661157,0.661157,0.6446281,0.60330576,0.55785125,0.57024795,0.61157024,0.6198347,0.58677685,0.54545456,0.54545456,0.5371901,0.5289256,0.5123967,0.5289256,0.5206612,0.5123967,0.5,0.2520661,0.2603306,0.2520661,0.27272728,0.24793388,0.22727273,0.338843,0.37603307,0.41322315,0.41322315,0.35123968,0.41322315,0.5,0.5082645,0.5371901,0.553719,0.57438016,0.5661157,0.57024795,0.553719,0.5289256,0.5206612,0.5289256,0.5289256,0.5165289,0.5041322,0.5165289,0.5123967,0.5041322,0.4876033,0.4876033,0.5082645,0.5123967,0.5247934,0.5495868,0.5661157,0.56198347,0.56198347,0.57024795,0.55785125,0.55785125,0.5785124,0.59917355,0.607438,0.6280992,0.6363636,0.6363636,0.6280992,0.6198347,0.6198347,0.56198347,0.5206612,0.57438016,0.61570245,0.59090906,0.55785125,0.54545456,0.5413223,0.5413223,0.5206612,0.5247934,0.5206612,0.5165289,0.5041322,0.24380165,0.2768595,0.24793388,0.25619835,0.26859504,0.20661157,0.3181818,0.3553719,0.4090909,0.43801653,0.36363637,0.39256197,0.5041322,0.48347107,0.5165289,0.5289256,0.5413223,0.5413223,0.5289256,0.5165289,0.5041322,0.49586776,0.5123967,0.5165289,0.5123967,0.5247934,0.5495868,0.54545456,0.53305787,0.5082645,0.5041322,0.5123967,0.5247934,0.53305787,0.5495868,0.5661157,0.5661157,0.55785125,0.55785125,0.553719,0.5661157,0.5785124,0.5785124,0.5785124,0.59090906,0.59504133,0.59917355,0.58264464,0.5785124,0.59917355,0.59504133,0.5123967,0.5413223,0.59504133,0.58264464,0.553719,0.5371901,0.5413223,0.5371901,0.5289256,0.5289256,0.5123967,0.5165289,0.5041322,0.25619835,0.2644628,0.24793388,0.26859504,0.24793388,0.22727273,0.24793388,0.36363637,0.39256197,0.4338843,0.38842976,0.35950413,0.5082645,0.49173555,0.4876033,0.5082645,0.49586776,0.49173555,0.46280992,0.46280992,0.4752066,0.4876033,0.5082645,0.5247934,0.5289256,0.55785125,0.59504133,0.61157024,0.59090906,0.5413223,0.5247934,0.553719,0.5413223,0.5495868,0.5661157,0.56198347,0.5661157,0.5661157,0.55785125,0.55785125,0.56198347,0.553719,0.5495868,0.53305787,0.5247934,0.53305787,0.5413223,0.5413223,0.5495868,0.5661157,0.59917355,0.5289256,0.5289256,0.58677685,0.57438016,0.5495868,0.5413223,0.5413223,0.5289256,0.5371901,0.5289256,0.5206612,0.5041322,0.5041322,0.24793388,0.25619835,0.2603306,0.26859504,0.2603306,0.24380165,0.2231405,0.3181818,0.39256197,0.41735536,0.3966942,0.35123968,0.49586776,0.5123967,0.47933885,0.47933885,0.46280992,0.42975205,0.40495867,0.3966942,0.42975205,0.4752066,0.48347107,0.5,0.5082645,0.53305787,0.5785124,0.62396693,0.6322314,0.59917355,0.5661157,0.58677685,0.5785124,0.55785125,0.553719,0.55785125,0.57438016,0.58264464,0.5785124,0.57024795,0.553719,0.5495868,0.5413223,0.5123967,0.46694216,0.42975205,0.4338843,0.4752066,0.5123967,0.53305787,0.57024795,0.5289256,0.54545456,0.607438,0.56198347,0.53305787,0.54545456,0.5495868,0.54545456,0.5413223,0.5247934,0.5247934,0.5,0.49586776,0.2644628,0.25619835,0.25619835,0.25619835,0.23966943,0.27272728,0.21900827,0.2768595,0.3677686,0.40495867,0.3966942,0.3553719,0.44214877,0.5165289,0.4876033,0.48347107,0.446281,0.41322315,0.3305785,0.26859504,0.3181818,0.37603307,0.38016528,0.38429752,0.3966942,0.40495867,0.42561984,0.46694216,0.49586776,0.5206612,0.5289256,0.5165289,0.5041322,0.47933885,0.45867768,0.46280992,0.49173555,0.5123967,0.5123967,0.5165289,0.5041322,0.5,0.47107437,0.4090909,0.36363637,0.38016528,0.4090909,0.42975205,0.45454547,0.4876033,0.553719,0.5206612,0.5661157,0.6198347,0.5413223,0.5247934,0.55785125,0.55785125,0.55785125,0.5289256,0.5206612,0.5247934,0.5,0.49586776,0.2603306,0.24793388,0.24380165,0.2644628,0.2231405,0.2644628,0.25619835,0.23140496,0.32231405,0.38016528,0.40495867,0.3553719,0.40082645,0.5123967,0.5,0.5082645,0.47933885,0.46694216,0.38016528,0.28099173,0.28099173,0.27272728,0.27272728,0.29338843,0.3140496,0.3181818,0.3181818,0.3264463,0.3429752,0.35950413,0.37190083,0.3677686,0.3553719,0.3553719,0.37603307,0.38429752,0.37190083,0.37190083,0.36363637,0.3677686,0.3553719,0.36363637,0.38429752,0.42561984,0.5,0.5413223,0.5661157,0.5413223,0.5,0.5247934,0.55785125,0.53305787,0.59504133,0.60330576,0.5247934,0.53305787,0.56198347,0.553719,0.5413223,0.5206612,0.5082645,0.5165289,0.49173555,0.47933885,0.25619835,0.25619835,0.24793388,0.25619835,0.23966943,0.24380165,0.27272728,0.21487603,0.28512397,0.35123968,0.37603307,0.3677686,0.35123968,0.47107437,0.5371901,0.553719,0.57024795,0.5495868,0.5082645,0.45041323,0.4338843,0.38842976,0.338843,0.338843,0.35950413,0.36363637,0.38429752,0.4090909,0.41735536,0.40082645,0.37603307,0.38429752,0.38429752,0.3966942,0.44214877,0.46280992,0.45867768,0.45454547,0.46280992,0.46280992,0.45454547,0.46694216,0.5082645,0.54545456,0.59504133,0.61157024,0.6198347,0.61157024,0.5785124,0.59090906,0.58677685,0.57024795,0.6198347,0.57024795,0.5165289,0.54545456,0.553719,0.54545456,0.5247934,0.5247934,0.5041322,0.5123967,0.4876033,0.45454547,0.25619835,0.25619835,0.24793388,0.24793388,0.2520661,0.24380165,0.24380165,0.24793388,0.23553719,0.3264463,0.3553719,0.37190083,0.35123968,0.40495867,0.5371901,0.58264464,0.61157024,0.62396693,0.607438,0.57438016,0.5413223,0.5,0.45041323,0.4090909,0.40495867,0.41322315,0.45867768,0.5,0.5289256,0.5495868,0.5247934,0.5247934,0.5247934,0.5289256,0.5661157,0.5785124,0.5413223,0.49586776,0.49173555,0.4876033,0.5165289,0.553719,0.58677685,0.59917355,0.60330576,0.6198347,0.6363636,0.6322314,0.6322314,0.6280992,0.61570245,0.59504133,0.59917355,0.5371901,0.5165289,0.553719,0.54545456,0.5371901,0.5206612,0.5123967,0.5,0.5041322,0.46280992,0.446281,0.2520661,0.2603306,0.24793388,0.24380165,0.2520661,0.2520661,0.24380165,0.24793388,0.23553719,0.26859504,0.35123968,0.3553719,0.34710744,0.34710744,0.45454547,0.5289256,0.59917355,0.6363636,0.6322314,0.60330576,0.5495868,0.5082645,0.4752066,0.43801653,0.42561984,0.4214876,0.45041323,0.4752066,0.5041322,0.55785125,0.57024795,0.56198347,0.5413223,0.53305787,0.5495868,0.54545456,0.5123967,0.49173555,0.5165289,0.5413223,0.5661157,0.59090906,0.59504133,0.60330576,0.61157024,0.6404959,0.6404959,0.6446281,0.6528926,0.6404959,0.607438,0.57438016,0.553719,0.5165289,0.53305787,0.5495868,0.5413223,0.5289256,0.5165289,0.5041322,0.5,0.47933885,0.43801653,0.47933885,0.24793388,0.2520661,0.2520661,0.24793388,0.24793388,0.25619835,0.24380165,0.25619835,0.23553719,0.24793388,0.30165288,0.3677686,0.3677686,0.3305785,0.37190083,0.4876033,0.5661157,0.59504133,0.607438,0.59504133,0.54545456,0.5082645,0.4752066,0.44214877,0.43801653,0.43801653,0.45454547,0.47107437,0.4876033,0.5206612,0.5289256,0.5371901,0.5206612,0.5247934,0.5289256,0.5289256,0.5165289,0.5247934,0.54545456,0.55785125,0.5785124,0.59504133,0.59090906,0.61157024,0.62396693,0.6487603,0.6404959,0.6446281,0.6487603,0.62396693,0.5661157,0.53305787,0.5206612,0.5123967,0.5413223,0.5289256,0.53305787,0.5165289,0.5123967,0.5,0.48347107,0.44214877,0.45454547,0.5413223,0.2520661,0.24380165,0.24380165,0.25619835,0.24380165,0.2520661,0.24380165,0.2520661,0.2520661,0.23966943,0.2520661,0.33471075,0.37190083,0.3429752,0.3429752,0.41735536,0.5082645,0.553719,0.5785124,0.57438016,0.553719,0.5165289,0.4876033,0.45041323,0.42561984,0.42975205,0.446281,0.446281,0.45454547,0.46694216,0.47107437,0.4876033,0.49173555,0.5041322,0.5123967,0.5165289,0.5082645,0.5247934,0.5413223,0.55785125,0.56198347,0.57024795,0.59090906,0.61157024,0.62396693,0.6363636,0.6322314,0.62396693,0.6198347,0.57438016,0.5371901,0.5206612,0.5165289,0.5206612,0.5413223,0.5247934,0.5206612,0.5082645,0.5,0.49173555,0.46280992,0.42561984,0.5041322,0.5495868,0.24793388,0.24380165,0.2520661,0.25619835,0.24793388,0.24380165,0.24380165,0.24793388,0.25619835,0.23140496,0.18181819,0.24793388,0.3553719,0.36363637,0.3429752,0.3677686,0.446281,0.5206612,0.553719,0.56198347,0.553719,0.53305787,0.5,0.46694216,0.44214877,0.4338843,0.44214877,0.43801653,0.42975205,0.42975205,0.4338843,0.446281,0.446281,0.45867768,0.47933885,0.49586776,0.5041322,0.5247934,0.5495868,0.5495868,0.553719,0.55785125,0.60330576,0.62396693,0.6363636,0.6363636,0.6280992,0.6363636,0.58264464,0.5289256,0.5206612,0.5123967,0.5289256,0.5206612,0.5247934,0.5123967,0.5041322,0.49586776,0.48347107,0.45454547,0.44214877,0.47107437,0.5413223,0.5413223,0.24793388,0.24793388,0.24380165,0.25619835,0.24380165,0.24380165,0.23553719,0.25619835,0.2644628,0.1983471,0.08677686,0.20247933,0.38429752,0.34710744,0.34710744,0.34710744,0.3966942,0.47933885,0.5289256,0.553719,0.5495868,0.5413223,0.5165289,0.48347107,0.47107437,0.46280992,0.46280992,0.45867768,0.45454547,0.446281,0.44214877,0.446281,0.45041323,0.45867768,0.47933885,0.5,0.5123967,0.5289256,0.5413223,0.56198347,0.58264464,0.59504133,0.59504133,0.62396693,0.6404959,0.6363636,0.6198347,0.61570245,0.553719,0.5165289,0.5082645,0.5165289,0.53305787,0.5206612,0.5123967,0.49586776,0.49173555,0.4876033,0.45454547,0.4214876,0.446281,0.5206612,0.5495868,0.5371901,0.24793388,0.24380165,0.2520661,0.24380165,0.24380165,0.24380165,0.24380165,0.2520661,0.23553719,0.14049587,0.0661157,0.20247933,0.40082645,0.35123968,0.33471075,0.3429752,0.3677686,0.43801653,0.49586776,0.53305787,0.553719,0.55785125,0.5371901,0.5082645,0.5,0.48347107,0.47107437,0.4752066,0.47107437,0.46694216,0.45454547,0.45867768,0.46694216,0.48347107,0.48347107,0.4876033,0.5082645,0.5289256,0.56198347,0.5785124,0.59917355,0.59917355,0.61157024,0.61157024,0.62396693,0.62396693,0.607438,0.57024795,0.54545456,0.5082645,0.5082645,0.5165289,0.53305787,0.5206612,0.5,0.48347107,0.47933885,0.46694216,0.41735536,0.41322315,0.4876033,0.5413223,0.5413223,0.53305787,0.24793388,0.23966943,0.25619835,0.24380165,0.24793388,0.24793388,0.25619835,0.24793388,0.18595041,0.09504132,0.041322313,0.20247933,0.41322315,0.3677686,0.33471075,0.3429752,0.35950413,0.40495867,0.46694216,0.5123967,0.54545456,0.5661157,0.56198347,0.54545456,0.5289256,0.5,0.47933885,0.48347107,0.49173555,0.47933885,0.4752066,0.4752066,0.48347107,0.5206612,0.5082645,0.5123967,0.5289256,0.54545456,0.57438016,0.57438016,0.61157024,0.607438,0.62396693,0.62396693,0.61157024,0.61157024,0.58677685,0.5495868,0.5289256,0.5206612,0.5082645,0.5165289,0.5247934,0.5041322,0.49173555,0.4752066,0.446281,0.41322315,0.4090909,0.45041323,0.5289256,0.553719,0.5413223,0.53305787,0.2520661,0.24380165,0.24380165,0.24793388,0.24793388,0.24380165,0.2644628,0.22727273,0.14049587,0.07438017,0.045454547,0.1983471,0.40082645,0.38842976,0.3429752,0.33471075,0.3429752,0.38429752,0.44214877,0.49586776,0.53305787,0.5661157,0.57438016,0.58677685,0.57024795,0.54545456,0.5495868,0.54545456,0.56198347,0.54545456,0.5495868,0.54545456,0.553719,0.57024795,0.5785124,0.59917355,0.59504133,0.61157024,0.60330576,0.59917355,0.62396693,0.60330576,0.61157024,0.607438,0.607438,0.59917355,0.57438016,0.5247934,0.5165289,0.5082645,0.5041322,0.5041322,0.5082645,0.49586776,0.4752066,0.446281,0.40495867,0.38016528,0.43801653,0.5041322,0.5413223,0.54545456,0.5413223,0.5413223,0.24793388,0.24380165,0.23140496,0.24793388,0.24380165,0.2603306,0.3264463,0.24380165,0.11157025,0.07438017,0.041322313,0.1983471,0.3966942,0.3966942,0.3305785,0.3140496,0.3305785,0.35950413,0.41322315,0.4752066,0.5123967,0.5495868,0.56198347,0.59090906,0.61570245,0.61570245,0.6198347,0.6280992,0.6322314,0.6198347,0.62396693,0.62396693,0.6198347,0.61570245,0.6322314,0.677686,0.6694215,0.6735537,0.6528926,0.6363636,0.6322314,0.59917355,0.59917355,0.607438,0.59090906,0.58264464,0.5661157,0.53305787,0.49586776,0.49173555,0.49173555,0.4876033,0.49173555,0.47933885,0.44214877,0.39256197,0.38429752,0.41322315,0.48347107,0.5247934,0.54545456,0.5413223,0.53305787,0.5413223,0.24793388,0.24380165,0.23966943,0.23966943,0.24380165,0.338843,0.47933885,0.3140496,0.08264463,0.06198347,0.037190083,0.2107438,0.39256197,0.3966942,0.35950413,0.30165288,0.30165288,0.34710744,0.38429752,0.4338843,0.49586776,0.5289256,0.5371901,0.5661157,0.61570245,0.6404959,0.6280992,0.6404959,0.6446281,0.6446281,0.6322314,0.6322314,0.6322314,0.62396693,0.6280992,0.677686,0.6859504,0.6818182,0.6487603,0.6570248,0.6198347,0.5785124,0.58264464,0.58264464,0.57024795,0.5413223,0.53305787,0.5123967,0.49173555,0.47107437,0.46694216,0.4752066,0.45867768,0.4338843,0.38842976,0.37190083,0.40495867,0.47107437,0.5289256,0.5413223,0.54545456,0.5371901,0.5206612,0.5371901,0.24793388,0.24380165,0.23966943,0.23966943,0.30991736,0.5,0.5785124,0.30165288,0.07438017,0.05785124,0.037190083,0.2107438,0.40082645,0.3966942,0.36363637,0.3305785,0.25619835,0.30578512,0.3677686,0.40082645,0.46694216,0.5123967,0.5206612,0.5247934,0.56198347,0.59917355,0.61157024,0.61157024,0.60330576,0.61570245,0.6198347,0.61570245,0.6198347,0.607438,0.61157024,0.661157,0.661157,0.6528926,0.61157024,0.62396693,0.60330576,0.57438016,0.56198347,0.5785124,0.54545456,0.5247934,0.49586776,0.4752066,0.47107437,0.45454547,0.46694216,0.45867768,0.41735536,0.38842976,0.3677686,0.39256197,0.45454547,0.5,0.5247934,0.5413223,0.54545456,0.5289256,0.5123967,0.5247934,0.24793388,0.24380165,0.24380165,0.30991736,0.45454547,0.61157024,0.57024795,0.2603306,0.07024793,0.05785124,0.041322313,0.2231405,0.40082645,0.3966942,0.37190083,0.35123968,0.2892562,0.23140496,0.30578512,0.3677686,0.41735536,0.47933885,0.5041322,0.49173555,0.5082645,0.5247934,0.55785125,0.57024795,0.56198347,0.5661157,0.59504133,0.59090906,0.58264464,0.57024795,0.58677685,0.61570245,0.59917355,0.59504133,0.57024795,0.57024795,0.5661157,0.5495868,0.54545456,0.5495868,0.54545456,0.49586776,0.48347107,0.47107437,0.446281,0.45041323,0.45454547,0.4214876,0.38016528,0.37190083,0.38429752,0.44214877,0.49173555,0.5206612,0.5165289,0.5247934,0.53305787,0.5206612,0.5,0.5,0.23553719,0.26859504,0.3553719,0.46694216,0.57438016,0.6404959,0.54545456,0.23553719,0.07438017,0.07024793,0.041322313,0.21900827,0.39256197,0.3966942,0.37190083,0.35123968,0.32231405,0.2644628,0.23553719,0.3140496,0.37603307,0.4338843,0.46694216,0.47107437,0.47933885,0.49173555,0.5123967,0.5165289,0.54545456,0.5289256,0.5413223,0.5495868,0.5495868,0.5247934,0.54545456,0.553719,0.56198347,0.5413223,0.5495868,0.53305787,0.5371901,0.5289256,0.5289256,0.53305787,0.5,0.47107437,0.45041323,0.44214877,0.45041323,0.4214876,0.4090909,0.37603307,0.39256197,0.40082645,0.4338843,0.48347107,0.5165289,0.5206612,0.49173555,0.5041322,0.5247934,0.5123967,0.49173555,0.4752066,0.2644628,0.41322315,0.5289256,0.5785124,0.6280992,0.6446281,0.48347107,0.19421488,0.09504132,0.07438017,0.03305785,0.20661157,0.38429752,0.3966942,0.38429752,0.3553719,0.3305785,0.30578512,0.24380165,0.24380165,0.3140496,0.37190083,0.42975205,0.43801653,0.43801653,0.45041323,0.47107437,0.46694216,0.5,0.49586776,0.5,0.5165289,0.5,0.5,0.5,0.5206612,0.5247934,0.5165289,0.5289256,0.5123967,0.5123967,0.5165289,0.5041322,0.4876033,0.47107437,0.45454547,0.4338843,0.42561984,0.42975205,0.38016528,0.37190083,0.39256197,0.42975205,0.44214877,0.4752066,0.5123967,0.5289256,0.5123967,0.49173555,0.5041322,0.5206612,0.5041322,0.4876033,0.45041323,20 +0.28512397,0.21900827,0.18181819,0.3140496,0.38842976,0.41322315,0.43801653,0.45867768,0.5,0.5495868,0.5785124,0.59090906,0.59504133,0.607438,0.6198347,0.6363636,0.677686,0.6735537,0.6652893,0.70247936,0.70247936,0.69008267,0.6694215,0.6404959,0.6363636,0.62396693,0.607438,0.61157024,0.61157024,0.6280992,0.6404959,0.62396693,0.61570245,0.62396693,0.61157024,0.607438,0.6198347,0.62396693,0.6570248,0.677686,0.6446281,0.661157,0.677686,0.6818182,0.6859504,0.6652893,0.6446281,0.6363636,0.6404959,0.6570248,0.6735537,0.6818182,0.6735537,0.6446281,0.61570245,0.60330576,0.58677685,0.57438016,0.5661157,0.53305787,0.5206612,0.5123967,0.5289256,0.4752066,0.26859504,0.20661157,0.17768595,0.30991736,0.3966942,0.4090909,0.4338843,0.45041323,0.4876033,0.5123967,0.53305787,0.55785125,0.58264464,0.60330576,0.60330576,0.59917355,0.6198347,0.6322314,0.6446281,0.6859504,0.71487606,0.70247936,0.71487606,0.69008267,0.661157,0.6404959,0.61570245,0.607438,0.59090906,0.6198347,0.6446281,0.6363636,0.6198347,0.6280992,0.62396693,0.61157024,0.6198347,0.6487603,0.6859504,0.7066116,0.69008267,0.6694215,0.69008267,0.69008267,0.69008267,0.6735537,0.677686,0.6652893,0.6652893,0.6859504,0.6735537,0.6652893,0.6446281,0.62396693,0.6280992,0.6363636,0.6198347,0.59504133,0.5661157,0.53305787,0.5206612,0.5247934,0.5206612,0.48347107,0.27272728,0.20661157,0.17355372,0.29338843,0.4090909,0.3966942,0.42561984,0.446281,0.4752066,0.46694216,0.46694216,0.5041322,0.54545456,0.55785125,0.57024795,0.5785124,0.58677685,0.59917355,0.61570245,0.6446281,0.6818182,0.6859504,0.6859504,0.70247936,0.6818182,0.6528926,0.62396693,0.61570245,0.58677685,0.59917355,0.6322314,0.6404959,0.6322314,0.6404959,0.6322314,0.61570245,0.6198347,0.6446281,0.6694215,0.6818182,0.6694215,0.6487603,0.661157,0.6694215,0.6694215,0.6694215,0.661157,0.6694215,0.6735537,0.7066116,0.6818182,0.6652893,0.6363636,0.59917355,0.61570245,0.6280992,0.6198347,0.59917355,0.57024795,0.5413223,0.5206612,0.5206612,0.5371901,0.5082645,0.27272728,0.2107438,0.18181819,0.2892562,0.4090909,0.38016528,0.42561984,0.45867768,0.44214877,0.4214876,0.4090909,0.44214877,0.46694216,0.48347107,0.5247934,0.54545456,0.553719,0.57024795,0.5785124,0.60330576,0.6446281,0.6735537,0.69008267,0.70247936,0.69008267,0.6487603,0.6404959,0.6363636,0.59917355,0.61157024,0.6487603,0.6487603,0.6363636,0.6528926,0.6280992,0.6280992,0.6363636,0.6404959,0.6487603,0.6404959,0.6198347,0.61570245,0.61570245,0.61570245,0.61157024,0.6198347,0.607438,0.61157024,0.61570245,0.6528926,0.6487603,0.6528926,0.6363636,0.60330576,0.59090906,0.59504133,0.60330576,0.59090906,0.5785124,0.5495868,0.5247934,0.53305787,0.5289256,0.49586776,0.28099173,0.21900827,0.18595041,0.2892562,0.3966942,0.38429752,0.41735536,0.446281,0.42561984,0.38842976,0.38842976,0.3966942,0.38016528,0.39256197,0.4338843,0.46280992,0.47107437,0.5041322,0.5165289,0.54545456,0.60330576,0.6404959,0.6694215,0.6983471,0.6735537,0.6280992,0.6446281,0.6404959,0.607438,0.6280992,0.6528926,0.6446281,0.6487603,0.6652893,0.6363636,0.6487603,0.6487603,0.6322314,0.62396693,0.59917355,0.5661157,0.553719,0.5495868,0.5495868,0.553719,0.56198347,0.5495868,0.56198347,0.57024795,0.57024795,0.58264464,0.607438,0.59917355,0.59504133,0.61157024,0.59090906,0.58677685,0.5785124,0.5661157,0.5413223,0.5289256,0.5413223,0.5206612,0.49173555,0.2892562,0.24380165,0.18181819,0.2892562,0.3966942,0.38429752,0.3966942,0.40495867,0.38842976,0.39256197,0.41322315,0.40495867,0.38016528,0.37603307,0.39256197,0.42561984,0.40082645,0.4338843,0.45867768,0.49173555,0.5413223,0.59504133,0.6363636,0.6694215,0.6570248,0.62396693,0.6322314,0.6322314,0.61157024,0.6487603,0.661157,0.6487603,0.6652893,0.677686,0.6528926,0.6652893,0.661157,0.6280992,0.59504133,0.553719,0.5371901,0.5,0.4752066,0.4752066,0.48347107,0.5,0.5165289,0.5247934,0.5289256,0.5247934,0.5371901,0.55785125,0.5661157,0.57438016,0.61157024,0.62396693,0.607438,0.5661157,0.5495868,0.53305787,0.5371901,0.54545456,0.5247934,0.5123967,0.3677686,0.3553719,0.1983471,0.29338843,0.38842976,0.38016528,0.38429752,0.37603307,0.37603307,0.41735536,0.45041323,0.43801653,0.4214876,0.4090909,0.3966942,0.40082645,0.37603307,0.3966942,0.4214876,0.46280992,0.48347107,0.5371901,0.59090906,0.6363636,0.6446281,0.6322314,0.6280992,0.6280992,0.61570245,0.6280992,0.661157,0.6528926,0.6694215,0.6694215,0.6570248,0.6446281,0.6528926,0.6528926,0.5785124,0.5247934,0.53305787,0.48347107,0.46694216,0.45867768,0.446281,0.4338843,0.44214877,0.47933885,0.5041322,0.5123967,0.5165289,0.5165289,0.5247934,0.58264464,0.59917355,0.6280992,0.60330576,0.57024795,0.5413223,0.53305787,0.5371901,0.5289256,0.5123967,0.5206612,0.3553719,0.46694216,0.2231405,0.29752067,0.38429752,0.37603307,0.38429752,0.40495867,0.41735536,0.44214877,0.47107437,0.47933885,0.4876033,0.49586776,0.46280992,0.42561984,0.39256197,0.38842976,0.40082645,0.4214876,0.43801653,0.49173555,0.553719,0.59917355,0.62396693,0.6322314,0.62396693,0.6280992,0.6322314,0.6404959,0.6446281,0.6363636,0.6487603,0.661157,0.6487603,0.6198347,0.62396693,0.607438,0.553719,0.48347107,0.5247934,0.49586776,0.48347107,0.47107437,0.45041323,0.45454547,0.45041323,0.47933885,0.5041322,0.5082645,0.5247934,0.53305787,0.5371901,0.56198347,0.59090906,0.59090906,0.58264464,0.57024795,0.5413223,0.5495868,0.5413223,0.5206612,0.5123967,0.5165289,0.23140496,0.45041323,0.2603306,0.2892562,0.38842976,0.37603307,0.40082645,0.44214877,0.46280992,0.47107437,0.47933885,0.4876033,0.49173555,0.5,0.48347107,0.46280992,0.42975205,0.40082645,0.3966942,0.40495867,0.41735536,0.446281,0.49173555,0.553719,0.58677685,0.6198347,0.61157024,0.61570245,0.6280992,0.6280992,0.6322314,0.61570245,0.61570245,0.6363636,0.6280992,0.59917355,0.59090906,0.57024795,0.5247934,0.49586776,0.5,0.5041322,0.5,0.5,0.5,0.5413223,0.5413223,0.5495868,0.553719,0.5371901,0.54545456,0.56198347,0.5495868,0.54545456,0.54545456,0.5495868,0.5661157,0.55785125,0.55785125,0.5413223,0.5165289,0.5082645,0.5247934,0.5123967,0.23140496,0.2603306,0.3264463,0.26859504,0.4090909,0.38842976,0.3966942,0.46280992,0.48347107,0.48347107,0.48347107,0.46694216,0.45454547,0.45041323,0.44214877,0.43801653,0.42975205,0.40495867,0.38842976,0.38842976,0.37603307,0.4090909,0.4338843,0.49173555,0.5371901,0.58264464,0.59090906,0.59090906,0.61570245,0.6363636,0.6446281,0.61157024,0.58677685,0.59504133,0.59090906,0.5661157,0.5495868,0.5289256,0.5,0.49586776,0.48347107,0.5,0.5041322,0.5041322,0.5371901,0.55785125,0.56198347,0.57438016,0.58264464,0.5785124,0.58677685,0.59917355,0.59504133,0.57438016,0.55785125,0.54545456,0.553719,0.553719,0.553719,0.5413223,0.5165289,0.5041322,0.5247934,0.5123967,0.24380165,0.15289256,0.28099173,0.30165288,0.41322315,0.3677686,0.40495867,0.46280992,0.46280992,0.45867768,0.45867768,0.4338843,0.40082645,0.37190083,0.34710744,0.35123968,0.3553719,0.35123968,0.34710744,0.338843,0.3429752,0.36363637,0.38429752,0.42975205,0.47933885,0.5247934,0.5661157,0.5785124,0.5785124,0.6487603,0.6404959,0.61157024,0.5661157,0.55785125,0.5495868,0.5247934,0.5041322,0.49173555,0.47933885,0.4752066,0.47933885,0.49173555,0.49173555,0.49173555,0.5082645,0.5289256,0.5247934,0.54545456,0.56198347,0.56198347,0.59090906,0.61157024,0.607438,0.60330576,0.58677685,0.55785125,0.5495868,0.5413223,0.5371901,0.5289256,0.5041322,0.5,0.5165289,0.5165289,0.25619835,0.15289256,0.18181819,0.3140496,0.3966942,0.37190083,0.40495867,0.4338843,0.43801653,0.42561984,0.41735536,0.3677686,0.30165288,0.29338843,0.3305785,0.3553719,0.338843,0.3181818,0.29752067,0.28512397,0.30578512,0.3264463,0.338843,0.3677686,0.4090909,0.47107437,0.5371901,0.58677685,0.57438016,0.6528926,0.661157,0.61157024,0.56198347,0.5413223,0.5206612,0.5,0.47933885,0.46694216,0.45867768,0.46280992,0.47107437,0.47107437,0.45041323,0.43801653,0.43801653,0.4338843,0.44214877,0.46694216,0.49173555,0.5041322,0.5495868,0.58264464,0.59917355,0.59917355,0.59504133,0.57024795,0.553719,0.53305787,0.5289256,0.53305787,0.5165289,0.5,0.5041322,0.5123967,0.2768595,0.19008264,0.18181819,0.30578512,0.4090909,0.37190083,0.38016528,0.4090909,0.42561984,0.4214876,0.39256197,0.32231405,0.35123968,0.38429752,0.4214876,0.42975205,0.4338843,0.41735536,0.39256197,0.3181818,0.2644628,0.28099173,0.30991736,0.32231405,0.3429752,0.39256197,0.4876033,0.5785124,0.61157024,0.6652893,0.677686,0.6363636,0.5785124,0.5206612,0.49173555,0.48347107,0.46280992,0.45454547,0.45454547,0.46694216,0.46280992,0.4338843,0.3966942,0.37190083,0.37190083,0.3677686,0.37190083,0.38842976,0.3966942,0.40495867,0.45041323,0.5041322,0.553719,0.56198347,0.57438016,0.57438016,0.56198347,0.5413223,0.5123967,0.5165289,0.5041322,0.49586776,0.5,0.5123967,0.30578512,0.2520661,0.1983471,0.3140496,0.41322315,0.38016528,0.3677686,0.38429752,0.4214876,0.4214876,0.35950413,0.3553719,0.45454547,0.45454547,0.46280992,0.3966942,0.4338843,0.4214876,0.43801653,0.46280992,0.39256197,0.30578512,0.28099173,0.29752067,0.30991736,0.30165288,0.38842976,0.56198347,0.6528926,0.6859504,0.6818182,0.6652893,0.59504133,0.5165289,0.4752066,0.45454547,0.45041323,0.446281,0.46694216,0.46694216,0.44214877,0.4214876,0.41735536,0.4214876,0.4214876,0.40082645,0.40082645,0.40495867,0.38016528,0.34710744,0.34710744,0.38429752,0.44214877,0.5,0.53305787,0.5495868,0.553719,0.5371901,0.5082645,0.5041322,0.5,0.49586776,0.5041322,0.5165289,0.3181818,0.30165288,0.24793388,0.34710744,0.4090909,0.38429752,0.35950413,0.37603307,0.41322315,0.38842976,0.35950413,0.4214876,0.4090909,0.40495867,0.44214877,0.29338843,0.2892562,0.3181818,0.2892562,0.3140496,0.4214876,0.38016528,0.30165288,0.28099173,0.30165288,0.2603306,0.3181818,0.5206612,0.6652893,0.70247936,0.69008267,0.677686,0.61157024,0.5289256,0.4752066,0.46280992,0.4752066,0.45867768,0.4752066,0.45041323,0.4338843,0.44214877,0.42561984,0.446281,0.44214877,0.41735536,0.42561984,0.43801653,0.44214877,0.45454547,0.45454547,0.4214876,0.38842976,0.4090909,0.48347107,0.5165289,0.5165289,0.5206612,0.5041322,0.5123967,0.5082645,0.49586776,0.5041322,0.5206612,0.2892562,0.37190083,0.29338843,0.35123968,0.40495867,0.40082645,0.37190083,0.37603307,0.39256197,0.36363637,0.36363637,0.35123968,0.338843,0.43801653,0.43801653,0.2644628,0.22727273,0.2892562,0.46694216,0.1694215,0.44214877,0.46280992,0.34710744,0.28099173,0.29752067,0.27272728,0.2644628,0.46694216,0.661157,0.71900827,0.7107438,0.6942149,0.6280992,0.5165289,0.4752066,0.4876033,0.4876033,0.47933885,0.47933885,0.44214877,0.45041323,0.44214877,0.41735536,0.41322315,0.46280992,0.38429752,0.3429752,0.36363637,0.3966942,0.42561984,0.5,0.49586776,0.44214877,0.3966942,0.42561984,0.4876033,0.49586776,0.5082645,0.5041322,0.5165289,0.5247934,0.5,0.5082645,0.5247934,0.24793388,0.37603307,0.3429752,0.3553719,0.40082645,0.44214877,0.4214876,0.39256197,0.38429752,0.35123968,0.3264463,0.2768595,0.3264463,0.47933885,0.44214877,0.29338843,0.2520661,0.14876033,0.29752067,0.28099173,0.49586776,0.55785125,0.46280992,0.29752067,0.3181818,0.30578512,0.25619835,0.45867768,0.6735537,0.74380165,0.7355372,0.71900827,0.661157,0.54545456,0.49586776,0.5123967,0.5123967,0.5165289,0.5041322,0.4752066,0.47107437,0.4090909,0.38429752,0.46280992,0.553719,0.35123968,0.26859504,0.28099173,0.3677686,0.20247933,0.2768595,0.41735536,0.46280992,0.43801653,0.40082645,0.45454547,0.49586776,0.49586776,0.5123967,0.5289256,0.53305787,0.5123967,0.5165289,0.5123967,0.26859504,0.29338843,0.36363637,0.33471075,0.38842976,0.48347107,0.4876033,0.42975205,0.39256197,0.338843,0.35123968,0.3429752,0.34710744,0.45041323,0.45454547,0.37190083,0.3429752,0.3181818,0.3264463,0.38842976,0.57438016,0.59090906,0.53305787,0.33471075,0.3553719,0.37190083,0.30578512,0.5123967,0.70247936,0.76033056,0.76033056,0.74380165,0.6983471,0.59504133,0.5206612,0.5247934,0.5495868,0.5661157,0.5495868,0.5082645,0.45454547,0.37190083,0.4338843,0.5247934,0.62396693,0.338843,0.28512397,0.17768595,0.3553719,0.19008264,0.2603306,0.40495867,0.4090909,0.42975205,0.4090909,0.42561984,0.48347107,0.5,0.5123967,0.5289256,0.5289256,0.5206612,0.5165289,0.5165289,0.27272728,0.2644628,0.35123968,0.338843,0.39256197,0.5082645,0.53305787,0.47107437,0.43801653,0.44214877,0.37190083,0.42561984,0.42975205,0.45867768,0.49586776,0.47107437,0.41322315,0.40082645,0.45454547,0.5413223,0.60330576,0.55785125,0.49173555,0.45041323,0.41735536,0.40082645,0.3677686,0.58677685,0.72727275,0.75206614,0.75619835,0.74793386,0.73140496,0.6322314,0.5413223,0.5413223,0.57438016,0.59090906,0.5785124,0.5247934,0.5165289,0.5,0.4338843,0.55785125,0.6280992,0.43801653,0.32231405,0.22727273,0.2603306,0.25619835,0.35123968,0.4876033,0.37190083,0.36363637,0.41322315,0.45041323,0.47933885,0.5,0.5206612,0.53305787,0.53305787,0.5289256,0.5206612,0.5247934,0.26859504,0.25619835,0.32231405,0.3677686,0.40082645,0.5206612,0.553719,0.53305787,0.553719,0.5495868,0.41322315,0.4090909,0.46280992,0.48347107,0.5123967,0.55785125,0.57024795,0.57024795,0.5661157,0.5785124,0.5785124,0.5495868,0.53305787,0.5123967,0.45041323,0.42561984,0.45454547,0.61570245,0.7231405,0.72727275,0.74380165,0.72727275,0.71900827,0.6528926,0.5413223,0.55785125,0.59504133,0.58677685,0.59090906,0.59090906,0.57024795,0.5165289,0.48347107,0.5661157,0.6322314,0.57024795,0.40082645,0.36363637,0.33471075,0.37190083,0.46280992,0.5206612,0.42561984,0.37603307,0.39256197,0.46280992,0.49586776,0.5,0.5206612,0.5413223,0.553719,0.5495868,0.5371901,0.5289256,0.26859504,0.23966943,0.29752067,0.37190083,0.4090909,0.5206612,0.57438016,0.59917355,0.59504133,0.5661157,0.5082645,0.42561984,0.47107437,0.49173555,0.5041322,0.5206612,0.5247934,0.5495868,0.5495868,0.57024795,0.5785124,0.57024795,0.5661157,0.5371901,0.5,0.4752066,0.48347107,0.6322314,0.7355372,0.73140496,0.74380165,0.72727275,0.71900827,0.6528926,0.5165289,0.553719,0.61157024,0.61570245,0.607438,0.59090906,0.57024795,0.5413223,0.53305787,0.5661157,0.61157024,0.6280992,0.57438016,0.5247934,0.5247934,0.5165289,0.5247934,0.53305787,0.49586776,0.446281,0.44214877,0.4752066,0.49173555,0.5041322,0.5371901,0.57024795,0.58264464,0.57438016,0.55785125,0.5289256,0.27272728,0.23553719,0.29338843,0.35123968,0.4090909,0.5123967,0.5785124,0.60330576,0.59504133,0.553719,0.5082645,0.4752066,0.5082645,0.5165289,0.53305787,0.5495868,0.5785124,0.5785124,0.5785124,0.59504133,0.60330576,0.59917355,0.59090906,0.57024795,0.54545456,0.48347107,0.49586776,0.6446281,0.75619835,0.75619835,0.75206614,0.74380165,0.6942149,0.6198347,0.5123967,0.5371901,0.61570245,0.6446281,0.6446281,0.6280992,0.56198347,0.5495868,0.55785125,0.57438016,0.58264464,0.59917355,0.59504133,0.57024795,0.55785125,0.5413223,0.5371901,0.5206612,0.4876033,0.4752066,0.553719,0.553719,0.553719,0.53305787,0.57438016,0.607438,0.61570245,0.59504133,0.5785124,0.53305787,0.26859504,0.28099173,0.2603306,0.3305785,0.41322315,0.5041322,0.5785124,0.607438,0.607438,0.60330576,0.5661157,0.5289256,0.5495868,0.5495868,0.553719,0.57024795,0.5785124,0.58264464,0.59090906,0.61157024,0.6404959,0.6404959,0.62396693,0.59917355,0.54545456,0.45867768,0.49173555,0.6446281,0.75206614,0.76859504,0.76033056,0.74380165,0.677686,0.57024795,0.5289256,0.5247934,0.60330576,0.6487603,0.6652893,0.6942149,0.6487603,0.59917355,0.58264464,0.59090906,0.5785124,0.57024795,0.57024795,0.56198347,0.56198347,0.55785125,0.54545456,0.5247934,0.5247934,0.55785125,0.59504133,0.59504133,0.60330576,0.60330576,0.61570245,0.6363636,0.6363636,0.6198347,0.59090906,0.5165289,0.27272728,0.2768595,0.23966943,0.32231405,0.4090909,0.4876033,0.56198347,0.607438,0.6198347,0.6322314,0.61570245,0.58264464,0.59090906,0.59090906,0.58264464,0.59504133,0.59917355,0.607438,0.6198347,0.6404959,0.6859504,0.661157,0.6322314,0.58677685,0.5123967,0.43801653,0.49586776,0.6446281,0.7355372,0.76033056,0.75206614,0.7231405,0.6446281,0.553719,0.53305787,0.53305787,0.58677685,0.6363636,0.6322314,0.69008267,0.7066116,0.6859504,0.6404959,0.61570245,0.60330576,0.59090906,0.59090906,0.58677685,0.58264464,0.5785124,0.57024795,0.57438016,0.59090906,0.61157024,0.6198347,0.62396693,0.6404959,0.661157,0.661157,0.6652893,0.6570248,0.6363636,0.607438,0.5082645,0.2768595,0.27272728,0.23553719,0.30578512,0.3966942,0.47933885,0.5413223,0.60330576,0.61570245,0.6280992,0.62396693,0.607438,0.61157024,0.6322314,0.6404959,0.6487603,0.6570248,0.6570248,0.6694215,0.6735537,0.69008267,0.6446281,0.607438,0.553719,0.49586776,0.4338843,0.5041322,0.6404959,0.71900827,0.74793386,0.74380165,0.7066116,0.62396693,0.553719,0.5371901,0.54545456,0.57438016,0.61570245,0.6280992,0.661157,0.7107438,0.7231405,0.71487606,0.6735537,0.6570248,0.6363636,0.6363636,0.61570245,0.607438,0.61157024,0.61570245,0.62396693,0.6487603,0.6570248,0.6528926,0.661157,0.677686,0.69008267,0.6983471,0.6942149,0.6694215,0.6363636,0.60330576,0.5,0.28099173,0.2768595,0.24793388,0.28512397,0.39256197,0.446281,0.5165289,0.5785124,0.61157024,0.61157024,0.61570245,0.6198347,0.61570245,0.62396693,0.6487603,0.6735537,0.6818182,0.677686,0.677686,0.6735537,0.6694215,0.6363636,0.59917355,0.5371901,0.47933885,0.45454547,0.5289256,0.6446281,0.6983471,0.71900827,0.73140496,0.69008267,0.62396693,0.5661157,0.54545456,0.55785125,0.5785124,0.59917355,0.6280992,0.6694215,0.71487606,0.71900827,0.74380165,0.7355372,0.7066116,0.6735537,0.6487603,0.661157,0.6487603,0.6446281,0.661157,0.6735537,0.69008267,0.6942149,0.6818182,0.6859504,0.70247936,0.70247936,0.7107438,0.70247936,0.6652893,0.6322314,0.58264464,0.48347107,0.28099173,0.2768595,0.25619835,0.27272728,0.40082645,0.41735536,0.47933885,0.5413223,0.58677685,0.59504133,0.607438,0.6280992,0.62396693,0.6363636,0.6404959,0.6528926,0.6735537,0.6735537,0.6652893,0.6652893,0.6528926,0.6280992,0.58264464,0.5041322,0.47107437,0.5165289,0.59504133,0.6570248,0.7066116,0.7231405,0.73140496,0.677686,0.6363636,0.59090906,0.56198347,0.56198347,0.58264464,0.607438,0.6322314,0.6735537,0.71900827,0.71900827,0.73140496,0.74793386,0.75206614,0.73966944,0.7107438,0.6859504,0.69008267,0.6694215,0.6859504,0.6942149,0.7107438,0.71900827,0.7107438,0.71487606,0.7107438,0.7066116,0.7066116,0.6859504,0.6446281,0.61570245,0.553719,0.4752066,0.27272728,0.26859504,0.2520661,0.2892562,0.41322315,0.39256197,0.46280992,0.5165289,0.553719,0.5785124,0.59090906,0.61570245,0.6198347,0.6363636,0.6322314,0.6528926,0.6652893,0.6652893,0.6694215,0.6652893,0.6446281,0.6198347,0.57024795,0.5,0.5,0.58264464,0.6446281,0.677686,0.7231405,0.7355372,0.72727275,0.6942149,0.6570248,0.61570245,0.5785124,0.57024795,0.58677685,0.61157024,0.6570248,0.6942149,0.71900827,0.73140496,0.73140496,0.7355372,0.7355372,0.73140496,0.7355372,0.7231405,0.71487606,0.7066116,0.6983471,0.71487606,0.7355372,0.71487606,0.7231405,0.71900827,0.7066116,0.6942149,0.6859504,0.6694215,0.6322314,0.58677685,0.53305787,0.4752066,0.26859504,0.27272728,0.24380165,0.30991736,0.41322315,0.3677686,0.43801653,0.48347107,0.5289256,0.5661157,0.5785124,0.607438,0.59917355,0.6446281,0.6322314,0.6404959,0.6528926,0.6528926,0.6694215,0.6570248,0.6404959,0.60330576,0.5247934,0.5041322,0.5495868,0.62396693,0.677686,0.7066116,0.72727275,0.74793386,0.73140496,0.6942149,0.677686,0.6322314,0.59090906,0.5661157,0.5785124,0.61570245,0.661157,0.7066116,0.73140496,0.7355372,0.72727275,0.73140496,0.73966944,0.73966944,0.73966944,0.72727275,0.7231405,0.72727275,0.70247936,0.70247936,0.7066116,0.6942149,0.7066116,0.7066116,0.6859504,0.6735537,0.6652893,0.6487603,0.61157024,0.57438016,0.5206612,0.47107437,0.27272728,0.2768595,0.24380165,0.32231405,0.40082645,0.3677686,0.4090909,0.47933885,0.5165289,0.553719,0.5785124,0.60330576,0.61157024,0.6363636,0.6363636,0.61570245,0.6322314,0.6404959,0.661157,0.6363636,0.607438,0.54545456,0.4876033,0.5123967,0.58677685,0.6528926,0.71487606,0.74380165,0.75619835,0.7644628,0.7355372,0.6983471,0.6694215,0.6446281,0.61157024,0.54545456,0.58264464,0.61570245,0.6446281,0.6942149,0.72727275,0.72727275,0.73140496,0.7231405,0.73140496,0.74793386,0.74380165,0.73140496,0.7231405,0.7231405,0.7107438,0.7066116,0.6942149,0.6859504,0.6942149,0.6942149,0.661157,0.6570248,0.6446281,0.62396693,0.58677685,0.54545456,0.5041322,0.46694216,0.2768595,0.27272728,0.2520661,0.29338843,0.36363637,0.3677686,0.39256197,0.45454547,0.5041322,0.54545456,0.57024795,0.58677685,0.6280992,0.6280992,0.62396693,0.61570245,0.61570245,0.6363636,0.6446281,0.607438,0.5206612,0.5082645,0.47933885,0.5206612,0.59917355,0.6694215,0.72727275,0.74793386,0.7644628,0.7768595,0.7355372,0.6859504,0.6570248,0.6404959,0.6198347,0.5371901,0.58264464,0.6446281,0.60330576,0.6404959,0.6818182,0.71900827,0.74793386,0.7355372,0.7231405,0.73140496,0.73140496,0.73140496,0.72727275,0.71900827,0.71487606,0.7107438,0.69008267,0.677686,0.6735537,0.6694215,0.6446281,0.6446281,0.6198347,0.59504133,0.55785125,0.5371901,0.48347107,0.45867768,0.27272728,0.26859504,0.26859504,0.2520661,0.3181818,0.3305785,0.37190083,0.42975205,0.4876033,0.53305787,0.553719,0.57438016,0.607438,0.607438,0.61157024,0.607438,0.61570245,0.6198347,0.61157024,0.5371901,0.4752066,0.5082645,0.46694216,0.5082645,0.59090906,0.6652893,0.71487606,0.73140496,0.75619835,0.78099173,0.74793386,0.6818182,0.6446281,0.6322314,0.61157024,0.56198347,0.59504133,0.6652893,0.61157024,0.59090906,0.62396693,0.6818182,0.71900827,0.73140496,0.73140496,0.73140496,0.72727275,0.7231405,0.73140496,0.71900827,0.71487606,0.7066116,0.677686,0.6652893,0.6652893,0.6528926,0.6280992,0.62396693,0.59090906,0.57438016,0.54545456,0.5165289,0.47107437,0.446281,0.26859504,0.26859504,0.27272728,0.27272728,0.2520661,0.3140496,0.35950413,0.40082645,0.46694216,0.5041322,0.5371901,0.55785125,0.5785124,0.59090906,0.58677685,0.59090906,0.607438,0.58677685,0.553719,0.46280992,0.46694216,0.5206612,0.44214877,0.4876033,0.56198347,0.6446281,0.6983471,0.71487606,0.73966944,0.7892562,0.75619835,0.677686,0.6322314,0.61570245,0.58264464,0.55785125,0.60330576,0.6570248,0.61157024,0.56198347,0.57024795,0.62396693,0.6570248,0.6942149,0.72727275,0.7231405,0.71900827,0.70247936,0.7231405,0.7066116,0.6942149,0.69008267,0.6735537,0.6652893,0.6570248,0.6363636,0.6198347,0.60330576,0.57438016,0.553719,0.5289256,0.5,0.45867768,0.446281,0.27272728,0.27272728,0.2644628,0.27272728,0.24380165,0.2892562,0.35123968,0.37190083,0.45041323,0.48347107,0.5247934,0.54545456,0.553719,0.57024795,0.57024795,0.5785124,0.58264464,0.5495868,0.47107437,0.3966942,0.45454547,0.49173555,0.41322315,0.4214876,0.49586776,0.59917355,0.677686,0.6859504,0.6942149,0.74380165,0.72727275,0.6487603,0.60330576,0.5785124,0.5661157,0.57024795,0.61157024,0.6363636,0.59090906,0.53305787,0.5289256,0.5785124,0.58677685,0.6363636,0.6818182,0.6942149,0.70247936,0.69008267,0.7066116,0.6983471,0.677686,0.6735537,0.6694215,0.6570248,0.6363636,0.62396693,0.61157024,0.59504133,0.56198347,0.53305787,0.5206612,0.49586776,0.45454547,0.45454547,0.27272728,0.27272728,0.26859504,0.26859504,0.25619835,0.2644628,0.36363637,0.34710744,0.42975205,0.45867768,0.5041322,0.5371901,0.553719,0.5661157,0.57024795,0.57024795,0.56198347,0.5123967,0.41322315,0.35950413,0.41322315,0.4338843,0.38429752,0.338843,0.40495867,0.5041322,0.61157024,0.6404959,0.6404959,0.677686,0.6487603,0.57024795,0.5413223,0.5123967,0.5206612,0.553719,0.59917355,0.607438,0.55785125,0.5,0.5082645,0.553719,0.5495868,0.58677685,0.6322314,0.6694215,0.6859504,0.6859504,0.6942149,0.6859504,0.6652893,0.6818182,0.6528926,0.6446281,0.6198347,0.61570245,0.60330576,0.57438016,0.5495868,0.5247934,0.5082645,0.48347107,0.45454547,0.46694216,0.2644628,0.26859504,0.26859504,0.26859504,0.25619835,0.2644628,0.35950413,0.3429752,0.41322315,0.43801653,0.47933885,0.5206612,0.5413223,0.553719,0.5785124,0.57438016,0.5495868,0.48347107,0.40082645,0.39256197,0.39256197,0.35950413,0.30991736,0.26859504,0.29752067,0.39256197,0.5206612,0.58264464,0.58677685,0.607438,0.55785125,0.49586776,0.4752066,0.45041323,0.4752066,0.5206612,0.54545456,0.5495868,0.5123967,0.49586776,0.5289256,0.553719,0.5371901,0.5371901,0.58264464,0.6404959,0.6735537,0.677686,0.6818182,0.6694215,0.6528926,0.677686,0.6446281,0.6363636,0.607438,0.59504133,0.58677685,0.55785125,0.553719,0.5206612,0.49586776,0.47107437,0.46280992,0.4752066,0.26859504,0.2644628,0.25619835,0.2644628,0.2520661,0.2644628,0.34710744,0.35123968,0.38016528,0.43801653,0.47107437,0.49173555,0.53305787,0.54545456,0.5661157,0.57438016,0.5495868,0.47107437,0.41322315,0.45041323,0.42561984,0.32231405,0.23140496,0.1983471,0.2107438,0.28512397,0.41322315,0.5123967,0.53305787,0.5371901,0.49586776,0.42561984,0.39256197,0.34710744,0.3305785,0.3677686,0.42975205,0.45867768,0.4752066,0.5165289,0.56198347,0.60330576,0.607438,0.553719,0.54545456,0.59917355,0.6487603,0.6652893,0.661157,0.6446281,0.6446281,0.6528926,0.6363636,0.61157024,0.59504133,0.57438016,0.5661157,0.5495868,0.5289256,0.5123967,0.49173555,0.46280992,0.46694216,0.4752066,0.2768595,0.26859504,0.2603306,0.26859504,0.2603306,0.26859504,0.3305785,0.3553719,0.35950413,0.41735536,0.45454547,0.49173555,0.5247934,0.54545456,0.5495868,0.5661157,0.54545456,0.49173555,0.446281,0.47107437,0.4752066,0.3140496,0.2107438,0.1983471,0.20661157,0.23966943,0.3429752,0.43801653,0.47107437,0.47933885,0.45454547,0.38016528,0.3305785,0.30991736,0.29752067,0.28099173,0.3140496,0.38429752,0.48347107,0.53305787,0.57438016,0.62396693,0.6487603,0.60330576,0.54545456,0.57024795,0.61570245,0.6487603,0.6528926,0.6404959,0.6404959,0.6404959,0.6280992,0.59917355,0.59090906,0.57024795,0.5495868,0.54545456,0.5165289,0.5,0.4876033,0.46280992,0.47107437,0.4752066,0.27272728,0.26859504,0.2644628,0.27272728,0.26859504,0.25619835,0.3140496,0.35123968,0.35950413,0.38842976,0.4338843,0.48347107,0.5165289,0.5371901,0.5495868,0.553719,0.5495868,0.5247934,0.5,0.5041322,0.5082645,0.3429752,0.23966943,0.21900827,0.24380165,0.2520661,0.29752067,0.37603307,0.4090909,0.41735536,0.42975205,0.446281,0.48347107,0.49173555,0.42975205,0.4214876,0.41735536,0.43801653,0.5289256,0.5413223,0.57438016,0.62396693,0.6528926,0.6487603,0.5785124,0.5495868,0.59090906,0.62396693,0.6363636,0.6322314,0.6280992,0.62396693,0.607438,0.59504133,0.58264464,0.5495868,0.5413223,0.53305787,0.5123967,0.5,0.4752066,0.46694216,0.47933885,0.4752066,0.25619835,0.2520661,0.26859504,0.2644628,0.27272728,0.23966943,0.3140496,0.34710744,0.35950413,0.39256197,0.42561984,0.4752066,0.5082645,0.53305787,0.553719,0.5495868,0.57024795,0.553719,0.5413223,0.5371901,0.5247934,0.4214876,0.30165288,0.2768595,0.2603306,0.2603306,0.28099173,0.3181818,0.3553719,0.37603307,0.42561984,0.47107437,0.4876033,0.49586776,0.5,0.5247934,0.53305787,0.53305787,0.54545456,0.55785125,0.5661157,0.6280992,0.6487603,0.6652893,0.6322314,0.553719,0.57438016,0.61157024,0.6198347,0.62396693,0.61157024,0.60330576,0.59504133,0.58264464,0.57024795,0.5495868,0.5289256,0.5247934,0.5082645,0.49586776,0.47107437,0.4752066,0.49173555,0.48347107,0.2644628,0.2644628,0.27272728,0.2644628,0.2644628,0.23553719,0.30578512,0.34710744,0.35123968,0.36363637,0.41322315,0.46280992,0.5,0.53305787,0.553719,0.57438016,0.58264464,0.553719,0.54545456,0.5371901,0.5289256,0.4876033,0.40495867,0.35950413,0.3264463,0.3140496,0.3429752,0.3677686,0.38016528,0.40082645,0.44214877,0.4752066,0.5,0.5289256,0.553719,0.553719,0.5495868,0.553719,0.553719,0.5495868,0.57438016,0.6280992,0.6404959,0.6652893,0.661157,0.61570245,0.5661157,0.59504133,0.61157024,0.60330576,0.61157024,0.59504133,0.58677685,0.57438016,0.55785125,0.5413223,0.5206612,0.5165289,0.5041322,0.4876033,0.4752066,0.4752066,0.49586776,0.4876033,0.2644628,0.2603306,0.2644628,0.2644628,0.2520661,0.2603306,0.26859504,0.35123968,0.36363637,0.3553719,0.40082645,0.446281,0.49586776,0.5289256,0.55785125,0.58677685,0.58677685,0.56198347,0.5413223,0.5247934,0.5165289,0.5123967,0.49586776,0.45454547,0.40082645,0.42975205,0.45867768,0.45867768,0.44214877,0.45041323,0.4752066,0.49586776,0.5247934,0.5495868,0.57024795,0.56198347,0.5495868,0.54545456,0.5371901,0.54545456,0.57438016,0.61570245,0.6322314,0.6487603,0.661157,0.6694215,0.59504133,0.5661157,0.61570245,0.61570245,0.61157024,0.58264464,0.5785124,0.55785125,0.5413223,0.53305787,0.5206612,0.5082645,0.5,0.48347107,0.4752066,0.4752066,0.49173555,0.47933885,0.26859504,0.2644628,0.2644628,0.2603306,0.25619835,0.26859504,0.23140496,0.37603307,0.35123968,0.36363637,0.37603307,0.42975205,0.49586776,0.5206612,0.55785125,0.57438016,0.5661157,0.5495868,0.5371901,0.5123967,0.5,0.5165289,0.5206612,0.5082645,0.48347107,0.5123967,0.5082645,0.5123967,0.47107437,0.5041322,0.5,0.5206612,0.5289256,0.5495868,0.57024795,0.56198347,0.553719,0.5495868,0.5413223,0.5495868,0.57438016,0.60330576,0.6280992,0.6322314,0.6487603,0.6528926,0.6404959,0.55785125,0.59504133,0.607438,0.607438,0.57024795,0.55785125,0.54545456,0.5371901,0.5247934,0.5165289,0.5082645,0.5,0.48347107,0.4752066,0.48347107,0.49586776,0.48347107,0.2644628,0.26859504,0.2603306,0.2603306,0.2644628,0.2644628,0.24380165,0.3264463,0.35950413,0.35950413,0.35950413,0.40495867,0.49586776,0.5041322,0.5413223,0.54545456,0.5371901,0.5123967,0.5082645,0.49173555,0.49173555,0.5206612,0.54545456,0.56198347,0.57438016,0.59504133,0.58264464,0.553719,0.49586776,0.5371901,0.5165289,0.5413223,0.57024795,0.56198347,0.57438016,0.57024795,0.57024795,0.55785125,0.55785125,0.57024795,0.58264464,0.59504133,0.61570245,0.62396693,0.6198347,0.61570245,0.607438,0.59090906,0.56198347,0.58677685,0.60330576,0.56198347,0.5495868,0.54545456,0.5371901,0.5289256,0.5041322,0.5082645,0.5,0.4876033,0.48347107,0.48347107,0.49586776,0.48347107,0.27272728,0.27272728,0.2644628,0.2603306,0.2644628,0.2644628,0.24793388,0.2768595,0.3677686,0.35950413,0.3553719,0.38842976,0.48347107,0.47107437,0.5206612,0.5165289,0.5041322,0.4752066,0.4752066,0.46694216,0.47933885,0.5123967,0.5495868,0.58264464,0.60330576,0.62396693,0.62396693,0.59090906,0.53305787,0.5413223,0.59090906,0.57438016,0.57438016,0.57438016,0.58264464,0.59090906,0.58677685,0.5785124,0.57438016,0.57024795,0.58677685,0.57438016,0.5785124,0.59504133,0.59090906,0.5785124,0.58264464,0.58264464,0.56198347,0.57438016,0.58677685,0.5661157,0.54545456,0.54545456,0.5495868,0.5165289,0.49586776,0.5,0.5,0.4876033,0.49173555,0.4876033,0.49173555,0.4752066,0.2603306,0.26859504,0.2603306,0.2603306,0.2644628,0.2603306,0.24793388,0.2644628,0.338843,0.3677686,0.3553719,0.37190083,0.45867768,0.45867768,0.5041322,0.5082645,0.46694216,0.446281,0.4214876,0.42561984,0.446281,0.46280992,0.45867768,0.45041323,0.45454547,0.48347107,0.5165289,0.5289256,0.5247934,0.53305787,0.553719,0.5413223,0.5206612,0.5123967,0.5495868,0.5661157,0.58264464,0.59917355,0.5785124,0.57438016,0.57438016,0.553719,0.5413223,0.55785125,0.5661157,0.553719,0.553719,0.56198347,0.553719,0.55785125,0.57438016,0.55785125,0.53305787,0.5289256,0.5371901,0.5206612,0.5082645,0.5041322,0.5041322,0.4876033,0.5041322,0.49173555,0.49586776,0.46694216,0.2603306,0.26859504,0.25619835,0.2644628,0.2644628,0.2603306,0.2520661,0.2520661,0.3140496,0.36363637,0.35123968,0.36363637,0.43801653,0.47107437,0.48347107,0.49586776,0.46694216,0.4338843,0.35950413,0.338843,0.3553719,0.3429752,0.30991736,0.3264463,0.33471075,0.3553719,0.38429752,0.38842976,0.40495867,0.41735536,0.40495867,0.40082645,0.40082645,0.41322315,0.45867768,0.47107437,0.5,0.5247934,0.54545456,0.5661157,0.55785125,0.5206612,0.49586776,0.5123967,0.53305787,0.53305787,0.53305787,0.553719,0.5371901,0.54545456,0.57438016,0.5495868,0.5247934,0.5247934,0.5247934,0.5123967,0.5041322,0.5123967,0.5,0.49173555,0.5082645,0.49173555,0.49173555,0.446281,0.2644628,0.26859504,0.25619835,0.26859504,0.2603306,0.25619835,0.2603306,0.23140496,0.28512397,0.35123968,0.3553719,0.35950413,0.41735536,0.46280992,0.47107437,0.5041322,0.49173555,0.446281,0.3429752,0.22727273,0.21900827,0.1570248,0.1322314,0.1983471,0.35123968,0.38016528,0.41322315,0.36363637,0.35123968,0.3677686,0.39256197,0.3966942,0.3553719,0.3677686,0.41735536,0.3966942,0.36363637,0.35950413,0.39256197,0.4338843,0.446281,0.4090909,0.37190083,0.42975205,0.49586776,0.5123967,0.5165289,0.54545456,0.5206612,0.54545456,0.57438016,0.5495868,0.5206612,0.5247934,0.5165289,0.5123967,0.5123967,0.5165289,0.5,0.49586776,0.5,0.48347107,0.49586776,0.4214876,0.2603306,0.26859504,0.2644628,0.26859504,0.2603306,0.2603306,0.26859504,0.22727273,0.25619835,0.338843,0.35950413,0.34710744,0.40082645,0.45454547,0.47933885,0.5165289,0.5165289,0.49173555,0.40082645,0.25619835,0.17355372,0.11157025,0.07024793,0.08264463,0.28099173,0.39256197,0.5041322,0.45041323,0.45454547,0.5371901,0.56198347,0.56198347,0.44214877,0.3966942,0.446281,0.4214876,0.3140496,0.27272728,0.338843,0.28099173,0.23553719,0.21900827,0.23966943,0.36363637,0.45867768,0.47107437,0.5,0.5413223,0.5123967,0.553719,0.5785124,0.54545456,0.5206612,0.5206612,0.5206612,0.5247934,0.5165289,0.5123967,0.5082645,0.49586776,0.49173555,0.4876033,0.4752066,0.4090909,0.2644628,0.2644628,0.2603306,0.25619835,0.26859504,0.2603306,0.25619835,0.2520661,0.24793388,0.30991736,0.3553719,0.34710744,0.37603307,0.446281,0.5,0.5371901,0.55785125,0.54545456,0.5082645,0.45867768,0.3264463,0.23966943,0.1694215,0.08677686,0.14876033,0.2520661,0.3966942,0.3181818,0.37190083,0.49173555,0.49586776,0.47107437,0.34710744,0.29338843,0.34710744,0.3553719,0.21487603,0.16528925,0.23140496,0.1983471,0.20247933,0.23140496,0.29752067,0.44214877,0.5041322,0.48347107,0.5,0.5495868,0.5165289,0.57438016,0.58264464,0.5413223,0.5123967,0.5206612,0.5247934,0.5247934,0.5082645,0.5082645,0.5082645,0.49586776,0.4876033,0.47107437,0.446281,0.42975205,0.2603306,0.2603306,0.2520661,0.25619835,0.2603306,0.25619835,0.2644628,0.25619835,0.25619835,0.26859504,0.34710744,0.3553719,0.36363637,0.4214876,0.4876033,0.5413223,0.58677685,0.58677685,0.57024795,0.56198347,0.49173555,0.40495867,0.36363637,0.25619835,0.16528925,0.1570248,0.18595041,0.1322314,0.14049587,0.21487603,0.21900827,0.23966943,0.20247933,0.1694215,0.2107438,0.2768595,0.2520661,0.2231405,0.23140496,0.26859504,0.3264463,0.3966942,0.4752066,0.5495868,0.5661157,0.5165289,0.5247934,0.55785125,0.5371901,0.59504133,0.5785124,0.5247934,0.5165289,0.5165289,0.5247934,0.5165289,0.5041322,0.5041322,0.5041322,0.5,0.4876033,0.45041323,0.42975205,0.46694216,0.25619835,0.2603306,0.2603306,0.2603306,0.2603306,0.2603306,0.25619835,0.25619835,0.25619835,0.23553719,0.34710744,0.36363637,0.338843,0.38842976,0.46280992,0.5206612,0.59917355,0.607438,0.5785124,0.5495868,0.5165289,0.47107437,0.446281,0.40495867,0.33471075,0.28512397,0.24380165,0.1983471,0.18181819,0.21900827,0.21900827,0.24380165,0.24793388,0.25619835,0.30991736,0.39256197,0.3677686,0.3181818,0.338843,0.38016528,0.42561984,0.4752066,0.5371901,0.5785124,0.5785124,0.553719,0.56198347,0.57438016,0.56198347,0.59504133,0.57024795,0.5082645,0.5289256,0.5041322,0.5165289,0.5123967,0.5041322,0.5082645,0.5041322,0.49173555,0.47107437,0.4214876,0.44214877,0.5082645,0.2603306,0.25619835,0.2603306,0.2603306,0.24793388,0.2603306,0.25619835,0.2520661,0.2520661,0.23553719,0.28512397,0.37190083,0.35123968,0.35950413,0.42975205,0.49586776,0.59090906,0.59917355,0.57024795,0.5247934,0.49586776,0.45867768,0.446281,0.446281,0.44214877,0.44214877,0.4214876,0.38842976,0.38016528,0.3553719,0.3429752,0.3553719,0.37190083,0.37603307,0.39256197,0.38429752,0.41735536,0.44214877,0.45041323,0.45867768,0.49173555,0.5289256,0.57024795,0.58264464,0.58677685,0.59504133,0.59504133,0.58677685,0.58264464,0.5785124,0.5495868,0.5082645,0.5123967,0.5123967,0.5206612,0.5041322,0.5041322,0.5041322,0.49173555,0.4752066,0.44214877,0.42975205,0.48347107,0.5289256,0.2603306,0.24793388,0.2520661,0.2603306,0.2520661,0.2520661,0.2603306,0.2644628,0.2603306,0.20247933,0.19008264,0.37603307,0.35950413,0.3429752,0.40495867,0.47107437,0.553719,0.58264464,0.5495868,0.5123967,0.47107437,0.44214877,0.42561984,0.4214876,0.42975205,0.48347107,0.53305787,0.54545456,0.5165289,0.47933885,0.47107437,0.46280992,0.47933885,0.47933885,0.49586776,0.48347107,0.4876033,0.49586776,0.47107437,0.5041322,0.5371901,0.55785125,0.57438016,0.58677685,0.59917355,0.61157024,0.61157024,0.59090906,0.58264464,0.57024795,0.5371901,0.5165289,0.5206612,0.5206612,0.5206612,0.5041322,0.5082645,0.5,0.49586776,0.45454547,0.4090909,0.47107437,0.5165289,0.5247934,0.25619835,0.24793388,0.25619835,0.25619835,0.24793388,0.25619835,0.2603306,0.27272728,0.23966943,0.12809917,0.1694215,0.38842976,0.35950413,0.34710744,0.37603307,0.43801653,0.5123967,0.54545456,0.5413223,0.5041322,0.47107437,0.40082645,0.4090909,0.4090909,0.41322315,0.45867768,0.49586776,0.53305787,0.5495868,0.53305787,0.5165289,0.5123967,0.53305787,0.54545456,0.56198347,0.5247934,0.47107437,0.47933885,0.48347107,0.53305787,0.54545456,0.57024795,0.57024795,0.5785124,0.59504133,0.61157024,0.61157024,0.57024795,0.56198347,0.553719,0.5206612,0.5123967,0.5206612,0.5123967,0.5165289,0.5082645,0.5082645,0.49173555,0.47933885,0.4214876,0.4090909,0.5247934,0.5123967,0.5165289,0.25619835,0.2520661,0.2603306,0.2603306,0.2520661,0.2603306,0.27272728,0.25619835,0.17768595,0.07024793,0.20661157,0.39256197,0.36363637,0.338843,0.3553719,0.4090909,0.47933885,0.5082645,0.5123967,0.5,0.4752066,0.40495867,0.38016528,0.3966942,0.41322315,0.44214877,0.46280992,0.49173555,0.5371901,0.53305787,0.5041322,0.49586776,0.5,0.49173555,0.48347107,0.47107437,0.46694216,0.49586776,0.5165289,0.5413223,0.553719,0.56198347,0.57438016,0.59090906,0.59917355,0.60330576,0.59090906,0.553719,0.54545456,0.53305787,0.5123967,0.5206612,0.5165289,0.5082645,0.5082645,0.5,0.49586776,0.4752066,0.44214877,0.40082645,0.47933885,0.54545456,0.5041322,0.5082645,0.2644628,0.24380165,0.2603306,0.26859504,0.2520661,0.2603306,0.28512397,0.21900827,0.12396694,0.045454547,0.21487603,0.38842976,0.38016528,0.338843,0.34710744,0.38842976,0.45041323,0.49586776,0.5082645,0.5041322,0.48347107,0.44214877,0.38429752,0.36363637,0.39256197,0.4214876,0.43801653,0.44214877,0.4752066,0.4876033,0.47933885,0.47933885,0.47933885,0.46694216,0.45867768,0.45867768,0.48347107,0.5123967,0.5206612,0.5371901,0.54545456,0.56198347,0.57024795,0.5785124,0.59090906,0.58677685,0.55785125,0.5413223,0.53305787,0.5413223,0.5247934,0.5123967,0.5082645,0.5082645,0.5,0.49586776,0.48347107,0.43801653,0.41735536,0.45867768,0.5165289,0.5289256,0.5123967,0.49173555,0.2644628,0.2520661,0.2520661,0.2603306,0.24380165,0.2644628,0.35123968,0.17355372,0.09090909,0.03305785,0.2231405,0.3966942,0.38429752,0.34710744,0.3429752,0.37603307,0.42561984,0.47107437,0.5,0.5082645,0.5,0.47107437,0.42561984,0.37190083,0.37603307,0.38429752,0.38842976,0.38016528,0.40495867,0.42561984,0.42975205,0.43801653,0.45454547,0.45041323,0.45867768,0.47107437,0.49173555,0.5082645,0.5165289,0.5289256,0.54545456,0.5661157,0.5785124,0.5785124,0.58677685,0.58264464,0.53305787,0.5165289,0.53305787,0.5206612,0.5165289,0.5,0.5,0.49586776,0.49173555,0.48347107,0.44214877,0.40082645,0.4338843,0.5,0.5247934,0.5206612,0.5247934,0.4338843,0.25619835,0.2520661,0.23966943,0.2520661,0.27272728,0.4090909,0.47107437,0.11157025,0.0785124,0.02892562,0.23140496,0.41735536,0.39256197,0.3553719,0.338843,0.37190083,0.41735536,0.45454547,0.49173555,0.5206612,0.5206612,0.49173555,0.46280992,0.43801653,0.4214876,0.4090909,0.41322315,0.41322315,0.40495867,0.4090909,0.40495867,0.41735536,0.42561984,0.45041323,0.47107437,0.4876033,0.49173555,0.5041322,0.5206612,0.5371901,0.553719,0.5785124,0.58677685,0.58677685,0.59090906,0.57024795,0.5371901,0.5165289,0.53305787,0.5165289,0.5123967,0.5041322,0.49173555,0.48347107,0.48347107,0.46694216,0.40082645,0.4090909,0.48347107,0.5247934,0.5247934,0.5206612,0.5289256,0.3553719,0.25619835,0.25619835,0.24380165,0.2644628,0.39256197,0.5661157,0.47933885,0.07024793,0.07438017,0.020661157,0.1983471,0.4338843,0.3966942,0.35123968,0.3429752,0.3553719,0.41322315,0.44214877,0.4876033,0.5247934,0.5371901,0.5247934,0.5,0.46694216,0.44214877,0.4338843,0.43801653,0.42975205,0.42975205,0.42561984,0.42975205,0.45454547,0.446281,0.46280992,0.4752066,0.49173555,0.5,0.5206612,0.5413223,0.5495868,0.5495868,0.5661157,0.59090906,0.58677685,0.57438016,0.553719,0.5371901,0.5165289,0.5165289,0.5123967,0.5206612,0.5,0.48347107,0.47933885,0.46280992,0.4090909,0.40082645,0.45454547,0.5165289,0.53305787,0.5247934,0.5247934,0.5206612,0.2644628,0.2520661,0.23140496,0.28512397,0.41322315,0.553719,0.61570245,0.38842976,0.05785124,0.0661157,0.05785124,0.22727273,0.43801653,0.39256197,0.3553719,0.32231405,0.3553719,0.3966942,0.4338843,0.48347107,0.5289256,0.553719,0.55785125,0.5413223,0.5,0.47107437,0.446281,0.44214877,0.44214877,0.43801653,0.44214877,0.45041323,0.46694216,0.46280992,0.46694216,0.4752066,0.4876033,0.5082645,0.5247934,0.553719,0.56198347,0.5785124,0.59090906,0.59090906,0.58264464,0.56198347,0.5495868,0.5371901,0.5247934,0.5123967,0.5041322,0.5123967,0.49586776,0.47933885,0.46694216,0.41735536,0.35123968,0.44214877,0.5082645,0.5289256,0.53305787,0.5206612,0.53305787,0.48347107,0.17768595,0.2603306,0.3553719,0.4876033,0.57024795,0.62396693,0.58677685,0.30578512,0.0661157,0.07438017,0.07438017,0.24793388,0.4214876,0.39256197,0.3677686,0.3140496,0.3305785,0.37603307,0.4214876,0.46280992,0.5165289,0.54545456,0.56198347,0.59504133,0.5785124,0.5661157,0.553719,0.53305787,0.5082645,0.49586776,0.49173555,0.49586776,0.5,0.49586776,0.5082645,0.5082645,0.5206612,0.5413223,0.53305787,0.57438016,0.5785124,0.59090906,0.60330576,0.59504133,0.58264464,0.55785125,0.54545456,0.5371901,0.5165289,0.5,0.49586776,0.5,0.4876033,0.45867768,0.41735536,0.37190083,0.40495867,0.5041322,0.5123967,0.5247934,0.5371901,0.5082645,0.5413223,0.44214877,0.12396694,0.446281,0.553719,0.58677685,0.62396693,0.6404959,0.5289256,0.21900827,0.0785124,0.07024793,0.08677686,0.26859504,0.4214876,0.39256197,0.37190083,0.33471075,0.28099173,0.35950413,0.3966942,0.43801653,0.5082645,0.5247934,0.553719,0.6198347,0.6363636,0.62396693,0.6280992,0.60330576,0.59090906,0.5785124,0.57024795,0.56198347,0.5495868,0.56198347,0.58677685,0.58677685,0.58677685,0.58677685,0.57024795,0.59917355,0.58264464,0.59090906,0.59504133,0.59090906,0.5785124,0.55785125,0.53305787,0.5082645,0.49586776,0.48347107,0.48347107,0.47933885,0.45041323,0.4090909,0.38429752,0.4090909,0.47933885,0.5247934,0.5247934,0.5371901,0.5247934,0.5041322,0.54545456,0.3677686,0.07024793,0.6322314,0.5661157,0.607438,0.6570248,0.677686,0.47933885,0.16115703,0.10330579,0.0661157,0.09090909,0.29752067,0.41735536,0.39256197,0.37190083,0.34710744,0.29752067,0.2768595,0.37603307,0.4090909,0.48347107,0.5082645,0.5289256,0.58264464,0.6280992,0.6198347,0.6363636,0.62396693,0.6363636,0.61570245,0.607438,0.607438,0.59090906,0.59917355,0.6280992,0.6404959,0.6363636,0.62396693,0.61570245,0.61570245,0.5785124,0.5785124,0.5785124,0.57024795,0.553719,0.54545456,0.5206612,0.49173555,0.47933885,0.4752066,0.47933885,0.446281,0.38842976,0.37190083,0.40495867,0.47107437,0.5082645,0.5082645,0.5206612,0.5371901,0.5123967,0.5082645,0.5123967,0.2892562,0.03305785,20 +0.4752066,0.49173555,0.5,0.5123967,0.5247934,0.5289256,0.54545456,0.59090906,0.58677685,0.58264464,0.59090906,0.62396693,0.6570248,0.6859504,0.6859504,0.6983471,0.6735537,0.661157,0.6818182,0.6942149,0.71487606,0.74380165,0.73966944,0.71900827,0.7355372,0.75206614,0.74380165,0.7107438,0.677686,0.6652893,0.6487603,0.62396693,0.6198347,0.61157024,0.61157024,0.6280992,0.607438,0.59504133,0.61570245,0.6280992,0.6404959,0.6487603,0.6694215,0.6859504,0.6694215,0.6404959,0.6363636,0.6570248,0.661157,0.6446281,0.59917355,0.59090906,0.61570245,0.6363636,0.60330576,0.5661157,0.5371901,0.5247934,0.5206612,0.4752066,0.46280992,0.45041323,0.44214877,0.41735536,0.49586776,0.5,0.5041322,0.4876033,0.5165289,0.53305787,0.5413223,0.58264464,0.58677685,0.57438016,0.59504133,0.607438,0.6322314,0.6570248,0.677686,0.7107438,0.70247936,0.69008267,0.70247936,0.71487606,0.71900827,0.73140496,0.7355372,0.71487606,0.7231405,0.73966944,0.72727275,0.7107438,0.6942149,0.69008267,0.6694215,0.6322314,0.6198347,0.61570245,0.6198347,0.6322314,0.62396693,0.62396693,0.6404959,0.6652893,0.661157,0.6570248,0.6818182,0.6859504,0.6652893,0.6528926,0.6446281,0.6528926,0.661157,0.6446281,0.607438,0.607438,0.6322314,0.6280992,0.58677685,0.553719,0.54545456,0.5371901,0.5413223,0.48347107,0.45454547,0.45454547,0.446281,0.42975205,0.48347107,0.4876033,0.5165289,0.49586776,0.49586776,0.5206612,0.5371901,0.58264464,0.58677685,0.57438016,0.58264464,0.59504133,0.607438,0.607438,0.6198347,0.6487603,0.661157,0.6735537,0.6818182,0.69008267,0.6818182,0.69008267,0.6942149,0.6859504,0.6859504,0.70247936,0.69008267,0.6818182,0.69008267,0.6983471,0.677686,0.6404959,0.6363636,0.6280992,0.6280992,0.6528926,0.6363636,0.6322314,0.661157,0.677686,0.6735537,0.6652893,0.6735537,0.661157,0.6363636,0.6280992,0.6198347,0.6198347,0.6322314,0.6280992,0.60330576,0.60330576,0.62396693,0.62396693,0.58677685,0.5661157,0.53305787,0.5289256,0.5413223,0.5041322,0.446281,0.47107437,0.45867768,0.44214877,0.49586776,0.49586776,0.5082645,0.49586776,0.4876033,0.5082645,0.5206612,0.5785124,0.59090906,0.59090906,0.56198347,0.5661157,0.57438016,0.56198347,0.553719,0.57438016,0.59917355,0.607438,0.61157024,0.6198347,0.61157024,0.6280992,0.6446281,0.6404959,0.6404959,0.6570248,0.6735537,0.677686,0.6983471,0.7066116,0.661157,0.6446281,0.6404959,0.6446281,0.661157,0.661157,0.6363636,0.6446281,0.6735537,0.6818182,0.677686,0.677686,0.6694215,0.6404959,0.59917355,0.57024795,0.55785125,0.56198347,0.57438016,0.5785124,0.5661157,0.5495868,0.57438016,0.5785124,0.57024795,0.5495868,0.5165289,0.5123967,0.5247934,0.4876033,0.46694216,0.45454547,0.45041323,0.45454547,0.49586776,0.5041322,0.5,0.4876033,0.5123967,0.49173555,0.5206612,0.57438016,0.58264464,0.59090906,0.55785125,0.5495868,0.54545456,0.5371901,0.5082645,0.5247934,0.5495868,0.5289256,0.53305787,0.5413223,0.5371901,0.53305787,0.55785125,0.56198347,0.57024795,0.59917355,0.6404959,0.6652893,0.69008267,0.6942149,0.6322314,0.62396693,0.6363636,0.6446281,0.677686,0.6694215,0.6363636,0.6528926,0.6818182,0.69008267,0.6942149,0.6859504,0.6652893,0.61570245,0.56198347,0.5247934,0.49586776,0.4876033,0.5123967,0.5123967,0.5123967,0.5082645,0.5082645,0.5082645,0.5123967,0.5082645,0.5165289,0.5041322,0.5041322,0.48347107,0.47107437,0.45454547,0.44214877,0.45867768,0.5,0.5082645,0.5082645,0.5041322,0.5165289,0.49173555,0.53305787,0.5661157,0.54545456,0.5371901,0.53305787,0.53305787,0.5247934,0.5247934,0.4876033,0.48347107,0.49586776,0.45867768,0.46694216,0.46280992,0.47107437,0.45867768,0.46694216,0.4752066,0.5,0.5413223,0.58264464,0.6446281,0.6735537,0.6818182,0.6322314,0.61570245,0.6363636,0.6446281,0.6652893,0.6694215,0.6446281,0.661157,0.69008267,0.6983471,0.69008267,0.6818182,0.6694215,0.61157024,0.5413223,0.5082645,0.46694216,0.43801653,0.45867768,0.45454547,0.45867768,0.47107437,0.46694216,0.46694216,0.45454547,0.45867768,0.4876033,0.5082645,0.49173555,0.47107437,0.46280992,0.45041323,0.446281,0.45867768,0.49586776,0.5123967,0.5041322,0.49586776,0.5041322,0.49586776,0.5247934,0.5413223,0.5123967,0.5041322,0.5123967,0.5041322,0.5247934,0.5247934,0.5,0.47107437,0.46694216,0.43801653,0.42561984,0.42561984,0.42975205,0.42561984,0.446281,0.45867768,0.48347107,0.5289256,0.5371901,0.58677685,0.6404959,0.6652893,0.6528926,0.6363636,0.6363636,0.6487603,0.6570248,0.6570248,0.6363636,0.6652893,0.6942149,0.6859504,0.6652893,0.6570248,0.6446281,0.58677685,0.5206612,0.5,0.47933885,0.44214877,0.4338843,0.42561984,0.42561984,0.4338843,0.43801653,0.45041323,0.42975205,0.43801653,0.47107437,0.4876033,0.4752066,0.47107437,0.46694216,0.45867768,0.44214877,0.45454547,0.47933885,0.5123967,0.5041322,0.5041322,0.5082645,0.49586776,0.5,0.5041322,0.5123967,0.5247934,0.53305787,0.49586776,0.5247934,0.53305787,0.5123967,0.5,0.5,0.48347107,0.45041323,0.43801653,0.42561984,0.42975205,0.44214877,0.45867768,0.4752066,0.4876033,0.5,0.553719,0.6198347,0.6404959,0.6487603,0.6404959,0.6363636,0.6528926,0.6652893,0.6570248,0.6280992,0.6404959,0.6735537,0.6652893,0.6280992,0.61157024,0.59090906,0.54545456,0.5,0.49173555,0.4876033,0.46694216,0.45867768,0.45867768,0.47107437,0.47107437,0.46280992,0.45454547,0.45867768,0.45454547,0.45867768,0.45041323,0.45041323,0.47107437,0.45041323,0.45867768,0.446281,0.45041323,0.49173555,0.5041322,0.5041322,0.5041322,0.5041322,0.5,0.49586776,0.49586776,0.5413223,0.5661157,0.57024795,0.5413223,0.53305787,0.53305787,0.5206612,0.5123967,0.5413223,0.5371901,0.5,0.5082645,0.45867768,0.43801653,0.43801653,0.45867768,0.45867768,0.4752066,0.4876033,0.5165289,0.57438016,0.60330576,0.6404959,0.6446281,0.6280992,0.6528926,0.6652893,0.6570248,0.6198347,0.607438,0.6404959,0.6322314,0.59090906,0.5661157,0.5371901,0.5041322,0.47933885,0.4752066,0.47933885,0.4876033,0.5165289,0.5413223,0.54545456,0.5495868,0.5371901,0.5041322,0.5,0.4752066,0.4338843,0.42975205,0.446281,0.45041323,0.44214877,0.45041323,0.446281,0.45454547,0.5,0.5123967,0.5123967,0.4876033,0.5041322,0.5,0.5041322,0.5247934,0.56198347,0.58677685,0.58264464,0.57024795,0.5413223,0.5289256,0.5123967,0.48347107,0.5041322,0.5,0.49173555,0.5,0.4876033,0.46280992,0.446281,0.42561984,0.45041323,0.43801653,0.47107437,0.4876033,0.5165289,0.5661157,0.59090906,0.607438,0.61570245,0.62396693,0.6652893,0.661157,0.6198347,0.59090906,0.59090906,0.58264464,0.5413223,0.5123967,0.4876033,0.46280992,0.46280992,0.46694216,0.4752066,0.5,0.53305787,0.553719,0.5495868,0.553719,0.553719,0.5495868,0.54545456,0.5289256,0.49586776,0.46280992,0.446281,0.43801653,0.42975205,0.45041323,0.45041323,0.44214877,0.49586776,0.5123967,0.5123967,0.4876033,0.4876033,0.5,0.5206612,0.5371901,0.55785125,0.56198347,0.5413223,0.53305787,0.5082645,0.48347107,0.446281,0.4090909,0.40495867,0.41735536,0.40495867,0.4214876,0.41322315,0.41735536,0.41735536,0.41322315,0.44214877,0.4214876,0.43801653,0.446281,0.49173555,0.5247934,0.5661157,0.59504133,0.62396693,0.607438,0.6652893,0.6570248,0.60330576,0.5661157,0.553719,0.5289256,0.49586776,0.46280992,0.45041323,0.43801653,0.446281,0.44214877,0.45041323,0.45867768,0.4752066,0.49173555,0.5,0.5041322,0.5123967,0.5289256,0.5413223,0.5413223,0.5247934,0.4876033,0.45041323,0.42975205,0.42975205,0.44214877,0.446281,0.43801653,0.4876033,0.49173555,0.49586776,0.47933885,0.4752066,0.4876033,0.5123967,0.5289256,0.5289256,0.5123967,0.4876033,0.4752066,0.42975205,0.3966942,0.37190083,0.3553719,0.35950413,0.37603307,0.36363637,0.3677686,0.3677686,0.34710744,0.37603307,0.37603307,0.4214876,0.4090909,0.41735536,0.4090909,0.45041323,0.4752066,0.53305787,0.59504133,0.62396693,0.61570245,0.6652893,0.6652893,0.59917355,0.53305787,0.5123967,0.47933885,0.45454547,0.4338843,0.4338843,0.41735536,0.40495867,0.38842976,0.38016528,0.38016528,0.38429752,0.40082645,0.41322315,0.4214876,0.446281,0.47933885,0.5165289,0.53305787,0.5247934,0.5165289,0.48347107,0.42561984,0.41322315,0.45041323,0.45867768,0.42975205,0.5,0.49173555,0.48347107,0.48347107,0.47933885,0.4876033,0.49586776,0.49586776,0.49173555,0.47933885,0.46280992,0.4338843,0.38842976,0.39256197,0.4214876,0.45454547,0.4752066,0.48347107,0.4752066,0.46280992,0.47933885,0.43801653,0.38016528,0.3264463,0.37190083,0.4090909,0.3966942,0.38429752,0.40082645,0.41735536,0.48347107,0.57438016,0.6363636,0.6735537,0.6942149,0.677686,0.60330576,0.5082645,0.46280992,0.42975205,0.41735536,0.42561984,0.41322315,0.38429752,0.38016528,0.38429752,0.38016528,0.37190083,0.3677686,0.37190083,0.35950413,0.35950413,0.38016528,0.4214876,0.46280992,0.49173555,0.5,0.5082645,0.49173555,0.42975205,0.4090909,0.44214877,0.46280992,0.41322315,0.5041322,0.49173555,0.48347107,0.49173555,0.49173555,0.49173555,0.48347107,0.47107437,0.4752066,0.47107437,0.44214877,0.41322315,0.42975205,0.4876033,0.5041322,0.49586776,0.5,0.4876033,0.46280992,0.4338843,0.46694216,0.4876033,0.4876033,0.41322315,0.3429752,0.36363637,0.39256197,0.40495867,0.39256197,0.38016528,0.43801653,0.54545456,0.6487603,0.7066116,0.71487606,0.6859504,0.61157024,0.47107437,0.42561984,0.4090909,0.4214876,0.42561984,0.38842976,0.37603307,0.41322315,0.45041323,0.44214877,0.44214877,0.45454547,0.45867768,0.43801653,0.4338843,0.41322315,0.37603307,0.38842976,0.45454547,0.48347107,0.48347107,0.4752066,0.44214877,0.42561984,0.446281,0.46280992,0.40495867,0.5082645,0.49586776,0.4876033,0.5082645,0.5041322,0.49586776,0.47933885,0.46694216,0.47933885,0.46694216,0.4214876,0.42975205,0.4752066,0.49173555,0.44214877,0.338843,0.3264463,0.3429752,0.35123968,0.2892562,0.46280992,0.47933885,0.48347107,0.47107437,0.4338843,0.35950413,0.37603307,0.41322315,0.4090909,0.4090909,0.39256197,0.5041322,0.6446281,0.7066116,0.73140496,0.7107438,0.6363636,0.4338843,0.41322315,0.42561984,0.44214877,0.4090909,0.39256197,0.4090909,0.43801653,0.43801653,0.39256197,0.40082645,0.40495867,0.40495867,0.41322315,0.44214877,0.46280992,0.4214876,0.38016528,0.42975205,0.4752066,0.46280992,0.46280992,0.45867768,0.43801653,0.44214877,0.45867768,0.4090909,0.5041322,0.5123967,0.5082645,0.5206612,0.5206612,0.5041322,0.47933885,0.46280992,0.46694216,0.45867768,0.42561984,0.42561984,0.41735536,0.42561984,0.3677686,0.23966943,0.2520661,0.29752067,0.43801653,0.23553719,0.46280992,0.58264464,0.43801653,0.41322315,0.46694216,0.45041323,0.38016528,0.47107437,0.40495867,0.446281,0.41322315,0.4752066,0.6446281,0.71487606,0.75206614,0.73966944,0.6735537,0.43801653,0.42561984,0.46280992,0.446281,0.41322315,0.41735536,0.41322315,0.46280992,0.3966942,0.30165288,0.2603306,0.338843,0.2768595,0.2892562,0.38842976,0.43801653,0.446281,0.40495867,0.41735536,0.46694216,0.46694216,0.46280992,0.46694216,0.45041323,0.45454547,0.45041323,0.4214876,0.49586776,0.5082645,0.5247934,0.5413223,0.54545456,0.5289256,0.49173555,0.46280992,0.46280992,0.45454547,0.4090909,0.36363637,0.3305785,0.42561984,0.42975205,0.28512397,0.28099173,0.17768595,0.29752067,0.3305785,0.5,0.6942149,0.5495868,0.3966942,0.3677686,0.446281,0.46280992,0.5165289,0.45454547,0.48347107,0.47933885,0.5,0.6694215,0.73140496,0.77272725,0.7644628,0.7355372,0.5123967,0.43801653,0.5082645,0.4876033,0.42561984,0.4090909,0.4090909,0.5371901,0.3966942,0.30165288,0.19008264,0.4090909,0.30578512,0.2231405,0.42975205,0.3677686,0.338843,0.41322315,0.4090909,0.4338843,0.47107437,0.47933885,0.4752066,0.446281,0.45041323,0.446281,0.42975205,0.4752066,0.49173555,0.53305787,0.57024795,0.59090906,0.57438016,0.53305787,0.49586776,0.47933885,0.45454547,0.40495867,0.38016528,0.38842976,0.45454547,0.47933885,0.3677686,0.3553719,0.33471075,0.36363637,0.41735536,0.59917355,0.69008267,0.56198347,0.43801653,0.48347107,0.47107437,0.5082645,0.5661157,0.5206612,0.5206612,0.5206612,0.54545456,0.6859504,0.74793386,0.77272725,0.76859504,0.75619835,0.6446281,0.46694216,0.5289256,0.5289256,0.44214877,0.46280992,0.45041323,0.59504133,0.42561984,0.30991736,0.19008264,0.21487603,0.2520661,0.27272728,0.49173555,0.48347107,0.30165288,0.29752067,0.3966942,0.45041323,0.4752066,0.47933885,0.48347107,0.45454547,0.45041323,0.43801653,0.43801653,0.45454547,0.4876033,0.5495868,0.59504133,0.62396693,0.62396693,0.59090906,0.56198347,0.5413223,0.5206612,0.47933885,0.46280992,0.49173555,0.4876033,0.5082645,0.49586776,0.4338843,0.41322315,0.46694216,0.57024795,0.6363636,0.6487603,0.56198347,0.5165289,0.57024795,0.61157024,0.56198347,0.5371901,0.5661157,0.5661157,0.54545456,0.5661157,0.6818182,0.74380165,0.75619835,0.75206614,0.73140496,0.71900827,0.5661157,0.5,0.5247934,0.49586776,0.55785125,0.46694216,0.57438016,0.5289256,0.338843,0.33471075,0.29752067,0.29338843,0.38016528,0.5041322,0.4876033,0.37603307,0.29338843,0.35123968,0.43801653,0.48347107,0.5,0.5,0.47107437,0.45454547,0.42975205,0.4338843,0.45041323,0.4876033,0.55785125,0.60330576,0.6446281,0.6570248,0.6404959,0.6322314,0.6363636,0.6404959,0.58677685,0.47933885,0.47933885,0.53305787,0.5413223,0.58677685,0.59917355,0.59090906,0.61570245,0.6280992,0.61570245,0.607438,0.59917355,0.59917355,0.61157024,0.607438,0.56198347,0.57024795,0.6280992,0.607438,0.5413223,0.56198347,0.6652893,0.7355372,0.74793386,0.73140496,0.72727275,0.71900827,0.6652893,0.46280992,0.5082645,0.5247934,0.5206612,0.4876033,0.5247934,0.5661157,0.49173555,0.446281,0.39256197,0.4338843,0.49586776,0.47107437,0.47933885,0.4876033,0.41735536,0.38016528,0.42561984,0.49173555,0.5247934,0.5289256,0.49173555,0.45041323,0.4090909,0.44214877,0.446281,0.48347107,0.553719,0.61157024,0.6487603,0.6652893,0.6735537,0.677686,0.677686,0.6818182,0.661157,0.57024795,0.5,0.5165289,0.5247934,0.5413223,0.56198347,0.5661157,0.57438016,0.58264464,0.58264464,0.58677685,0.61157024,0.6198347,0.6198347,0.6280992,0.62396693,0.6363636,0.6528926,0.61157024,0.5413223,0.553719,0.6570248,0.7355372,0.76859504,0.73966944,0.73140496,0.7231405,0.6694215,0.45454547,0.5206612,0.53305787,0.5247934,0.5206612,0.5289256,0.5413223,0.5495868,0.58264464,0.5165289,0.5247934,0.5165289,0.49173555,0.48347107,0.4338843,0.446281,0.47933885,0.47933885,0.5082645,0.5413223,0.54545456,0.5041322,0.446281,0.40082645,0.47107437,0.43801653,0.4752066,0.5371901,0.607438,0.6487603,0.6735537,0.6942149,0.69008267,0.6818182,0.6735537,0.6735537,0.6487603,0.607438,0.59090906,0.5785124,0.5785124,0.59090906,0.607438,0.6198347,0.62396693,0.6280992,0.6404959,0.6446281,0.6570248,0.6735537,0.6694215,0.6652893,0.6735537,0.6487603,0.59917355,0.5495868,0.5495868,0.6322314,0.73140496,0.77272725,0.75619835,0.7231405,0.7231405,0.6570248,0.44214877,0.5206612,0.56198347,0.553719,0.5413223,0.5495868,0.55785125,0.5371901,0.53305787,0.5,0.49173555,0.4752066,0.47933885,0.47107437,0.45454547,0.5041322,0.5289256,0.5289256,0.5413223,0.5495868,0.54545456,0.5123967,0.4338843,0.3966942,0.48347107,0.42975205,0.45867768,0.5289256,0.59504133,0.6322314,0.6735537,0.70247936,0.6983471,0.69008267,0.69008267,0.69008267,0.6570248,0.6404959,0.6570248,0.6528926,0.6487603,0.6404959,0.6528926,0.6528926,0.6446281,0.6570248,0.677686,0.6983471,0.71487606,0.7107438,0.6942149,0.69008267,0.6652893,0.6198347,0.58264464,0.55785125,0.5495868,0.60330576,0.7107438,0.77272725,0.75619835,0.72727275,0.7107438,0.6404959,0.4338843,0.5,0.57438016,0.59090906,0.59917355,0.58677685,0.5785124,0.5661157,0.57024795,0.56198347,0.5413223,0.5165289,0.5082645,0.5,0.5041322,0.5371901,0.5371901,0.56198347,0.57024795,0.5661157,0.56198347,0.5206612,0.42975205,0.38429752,0.46694216,0.41735536,0.446281,0.5206612,0.5785124,0.607438,0.661157,0.6983471,0.7066116,0.7066116,0.71900827,0.7355372,0.7066116,0.6859504,0.69008267,0.6818182,0.6818182,0.6859504,0.6859504,0.6818182,0.6818182,0.6983471,0.71487606,0.74793386,0.74380165,0.72727275,0.7066116,0.6735537,0.6404959,0.61570245,0.57438016,0.55785125,0.553719,0.60330576,0.6818182,0.75206614,0.74380165,0.72727275,0.70247936,0.6198347,0.446281,0.4752066,0.55785125,0.59504133,0.6487603,0.6404959,0.59917355,0.59917355,0.607438,0.5661157,0.54545456,0.5165289,0.54545456,0.53305787,0.56198347,0.57438016,0.56198347,0.5785124,0.59504133,0.59504133,0.56198347,0.5082645,0.4090909,0.39256197,0.46694216,0.41735536,0.4338843,0.5041322,0.55785125,0.59090906,0.6363636,0.6735537,0.70247936,0.70247936,0.71487606,0.72727275,0.7107438,0.70247936,0.6942149,0.70247936,0.71900827,0.7231405,0.72727275,0.72727275,0.73966944,0.76033056,0.7644628,0.7644628,0.74380165,0.71487606,0.6983471,0.6570248,0.6198347,0.60330576,0.5785124,0.56198347,0.57024795,0.60330576,0.661157,0.71487606,0.7231405,0.7231405,0.6983471,0.62396693,0.45041323,0.46280992,0.5371901,0.607438,0.6570248,0.6859504,0.661157,0.6404959,0.6198347,0.61157024,0.607438,0.5785124,0.58677685,0.59090906,0.59917355,0.59917355,0.58264464,0.59504133,0.607438,0.59090906,0.5661157,0.5,0.38429752,0.4214876,0.4752066,0.41322315,0.41735536,0.47933885,0.53305787,0.57438016,0.60330576,0.6446281,0.6694215,0.6859504,0.69008267,0.6942149,0.6942149,0.7066116,0.70247936,0.6983471,0.71487606,0.7355372,0.76033056,0.7644628,0.75619835,0.75619835,0.76033056,0.74793386,0.73140496,0.71487606,0.6859504,0.6363636,0.59504133,0.58677685,0.57438016,0.5661157,0.58264464,0.61157024,0.6570248,0.6942149,0.71900827,0.7231405,0.70247936,0.6404959,0.48347107,0.46280992,0.5247934,0.59917355,0.661157,0.6735537,0.6942149,0.677686,0.6570248,0.6280992,0.6280992,0.60330576,0.61157024,0.61157024,0.6198347,0.6198347,0.61570245,0.61157024,0.607438,0.58677685,0.5495868,0.4876033,0.3553719,0.47933885,0.5082645,0.40082645,0.40495867,0.45867768,0.5123967,0.5495868,0.57438016,0.61157024,0.6322314,0.6652893,0.677686,0.677686,0.6859504,0.7107438,0.7107438,0.71487606,0.72727275,0.73140496,0.73966944,0.75619835,0.76033056,0.75619835,0.75206614,0.74380165,0.7231405,0.7066116,0.6859504,0.6404959,0.59917355,0.5785124,0.5661157,0.57438016,0.607438,0.6363636,0.6694215,0.70247936,0.7231405,0.72727275,0.7107438,0.6694215,0.5413223,0.46694216,0.5206612,0.58677685,0.6652893,0.6818182,0.6983471,0.677686,0.6818182,0.677686,0.6652893,0.6363636,0.6363636,0.6363636,0.6446281,0.6322314,0.6446281,0.62396693,0.58677685,0.57024795,0.5413223,0.47107437,0.33471075,0.5371901,0.54545456,0.38842976,0.3966942,0.44214877,0.49173555,0.5289256,0.553719,0.58264464,0.59917355,0.6322314,0.6570248,0.661157,0.661157,0.69008267,0.7066116,0.7066116,0.7231405,0.71900827,0.7231405,0.74793386,0.75206614,0.74793386,0.75206614,0.74793386,0.7355372,0.71900827,0.6859504,0.6487603,0.607438,0.57024795,0.56198347,0.58677685,0.6363636,0.661157,0.6859504,0.71900827,0.73140496,0.73140496,0.71900827,0.6942149,0.607438,0.5082645,0.5,0.58264464,0.6528926,0.6859504,0.677686,0.6694215,0.6735537,0.6694215,0.6694215,0.6487603,0.6528926,0.6198347,0.6322314,0.62396693,0.6363636,0.60330576,0.58677685,0.5495868,0.5289256,0.446281,0.3553719,0.57024795,0.55785125,0.38016528,0.38016528,0.4214876,0.47107437,0.5041322,0.54545456,0.5661157,0.57024795,0.59917355,0.6363636,0.6446281,0.6446281,0.6735537,0.6859504,0.69008267,0.7107438,0.7107438,0.71487606,0.73140496,0.73140496,0.73140496,0.74380165,0.73966944,0.7231405,0.7107438,0.6652893,0.6198347,0.59090906,0.553719,0.55785125,0.60330576,0.6528926,0.6859504,0.71487606,0.74380165,0.74380165,0.73140496,0.7355372,0.7107438,0.6446281,0.55785125,0.48347107,0.5661157,0.6363636,0.6694215,0.6694215,0.661157,0.677686,0.6694215,0.6570248,0.6487603,0.6404959,0.6404959,0.61570245,0.61570245,0.6198347,0.58264464,0.58677685,0.5413223,0.5123967,0.40082645,0.4090909,0.58264464,0.553719,0.38842976,0.3677686,0.40082645,0.45041323,0.48347107,0.5247934,0.54545456,0.55785125,0.58264464,0.61570245,0.62396693,0.6404959,0.6694215,0.6818182,0.69008267,0.7066116,0.7066116,0.6983471,0.6983471,0.70247936,0.71487606,0.73140496,0.72727275,0.6942149,0.6570248,0.6198347,0.60330576,0.59090906,0.55785125,0.5495868,0.59917355,0.6487603,0.6942149,0.73966944,0.7644628,0.75619835,0.7355372,0.74380165,0.71900827,0.6446281,0.5661157,0.49586776,0.53305787,0.60330576,0.6528926,0.6818182,0.6528926,0.6528926,0.6652893,0.6570248,0.6363636,0.6446281,0.6363636,0.607438,0.60330576,0.59917355,0.5785124,0.553719,0.5247934,0.49173555,0.35950413,0.46694216,0.57024795,0.5413223,0.38842976,0.37603307,0.38016528,0.41735536,0.47933885,0.5123967,0.5206612,0.55785125,0.5785124,0.60330576,0.62396693,0.6404959,0.6570248,0.6818182,0.6859504,0.6942149,0.69008267,0.69008267,0.6859504,0.69008267,0.6983471,0.7107438,0.6942149,0.6487603,0.59090906,0.5785124,0.607438,0.59917355,0.56198347,0.553719,0.59090906,0.6322314,0.677686,0.73140496,0.7644628,0.75619835,0.74380165,0.74793386,0.71900827,0.6446281,0.56198347,0.5041322,0.49586776,0.5661157,0.6446281,0.6652893,0.6487603,0.6404959,0.6363636,0.6404959,0.6487603,0.6363636,0.6280992,0.60330576,0.58264464,0.59917355,0.553719,0.53305787,0.5082645,0.45454547,0.34710744,0.5247934,0.5413223,0.5289256,0.3966942,0.37603307,0.36363637,0.40082645,0.46280992,0.49586776,0.5082645,0.553719,0.55785125,0.59090906,0.6198347,0.6363636,0.6322314,0.661157,0.6694215,0.6735537,0.6735537,0.6735537,0.6735537,0.677686,0.6818182,0.677686,0.6363636,0.59504133,0.55785125,0.57024795,0.59917355,0.60330576,0.57024795,0.56198347,0.58264464,0.61157024,0.6446281,0.70247936,0.74793386,0.75619835,0.75619835,0.7644628,0.73140496,0.6404959,0.55785125,0.5041322,0.49586776,0.5371901,0.61570245,0.6280992,0.6404959,0.6363636,0.6198347,0.6198347,0.6363636,0.62396693,0.59917355,0.59917355,0.58264464,0.57024795,0.5371901,0.5289256,0.4876033,0.42561984,0.36363637,0.54545456,0.5247934,0.5123967,0.41322315,0.38016528,0.36363637,0.39256197,0.43801653,0.48347107,0.49586776,0.5371901,0.5495868,0.58264464,0.59504133,0.62396693,0.6280992,0.6446281,0.6528926,0.661157,0.6570248,0.6528926,0.6652893,0.6528926,0.6322314,0.60330576,0.57438016,0.5371901,0.5247934,0.5495868,0.58264464,0.59917355,0.5785124,0.5495868,0.5413223,0.5661157,0.59917355,0.6570248,0.7107438,0.73966944,0.74793386,0.74793386,0.7107438,0.62396693,0.5413223,0.48347107,0.4876033,0.5247934,0.55785125,0.59917355,0.6198347,0.61157024,0.607438,0.59504133,0.61570245,0.61570245,0.59917355,0.58677685,0.57024795,0.5413223,0.5289256,0.5165289,0.47107437,0.40082645,0.38842976,0.5247934,0.49586776,0.45041323,0.4214876,0.40495867,0.38016528,0.37190083,0.42561984,0.46694216,0.49586776,0.5165289,0.553719,0.5661157,0.5785124,0.58677685,0.62396693,0.6280992,0.6280992,0.6404959,0.6404959,0.62396693,0.6363636,0.62396693,0.58264464,0.54545456,0.5289256,0.48347107,0.47933885,0.5165289,0.5495868,0.57438016,0.553719,0.5123967,0.4752066,0.4876033,0.5247934,0.57438016,0.6404959,0.6859504,0.6942149,0.6818182,0.6487603,0.57024795,0.49586776,0.45867768,0.4752066,0.5,0.5289256,0.57438016,0.59917355,0.59917355,0.59504133,0.5785124,0.607438,0.59504133,0.59090906,0.5785124,0.55785125,0.5289256,0.5165289,0.49173555,0.45454547,0.38842976,0.37190083,0.446281,0.4214876,0.37603307,0.41735536,0.4214876,0.40082645,0.38429752,0.40082645,0.45041323,0.4752066,0.5,0.5371901,0.5495868,0.55785125,0.57438016,0.60330576,0.61570245,0.6363636,0.6322314,0.6322314,0.6322314,0.6198347,0.59090906,0.5495868,0.54545456,0.553719,0.49173555,0.446281,0.46694216,0.48347107,0.46694216,0.43801653,0.39256197,0.35950413,0.38842976,0.4338843,0.4752066,0.54545456,0.607438,0.6198347,0.607438,0.57438016,0.49173555,0.42561984,0.4338843,0.46694216,0.48347107,0.5123967,0.553719,0.58264464,0.59504133,0.59504133,0.58264464,0.59090906,0.58677685,0.5785124,0.5661157,0.5495868,0.5082645,0.49586776,0.4752066,0.4338843,0.3966942,0.3264463,0.35950413,0.3553719,0.33471075,0.4214876,0.4338843,0.41322315,0.40082645,0.40495867,0.44214877,0.45041323,0.49586776,0.5206612,0.54545456,0.55785125,0.5661157,0.59090906,0.59917355,0.6198347,0.62396693,0.6198347,0.6404959,0.61157024,0.5785124,0.55785125,0.60330576,0.61157024,0.5413223,0.46280992,0.4090909,0.40495867,0.33471075,0.2892562,0.24793388,0.23966943,0.2603306,0.3181818,0.3966942,0.46694216,0.5247934,0.5495868,0.54545456,0.48347107,0.38429752,0.33471075,0.3677686,0.4214876,0.46280992,0.5165289,0.5495868,0.57438016,0.58677685,0.59090906,0.58264464,0.5661157,0.56198347,0.5661157,0.5495868,0.5289256,0.5,0.47933885,0.45454547,0.41735536,0.39256197,0.29752067,0.3305785,0.3305785,0.3305785,0.42561984,0.4338843,0.42561984,0.41735536,0.41322315,0.4338843,0.446281,0.46694216,0.49586776,0.5413223,0.55785125,0.5495868,0.57024795,0.5661157,0.59917355,0.607438,0.60330576,0.61157024,0.61157024,0.58677685,0.59917355,0.6404959,0.6487603,0.59917355,0.5289256,0.41322315,0.34710744,0.30165288,0.27272728,0.26859504,0.2603306,0.21900827,0.2231405,0.34710744,0.42561984,0.45867768,0.4876033,0.48347107,0.38429752,0.2603306,0.2231405,0.27272728,0.38842976,0.49173555,0.5413223,0.55785125,0.5661157,0.5785124,0.58677685,0.57438016,0.553719,0.5495868,0.56198347,0.5495868,0.5206612,0.4876033,0.46694216,0.4338843,0.4090909,0.38842976,0.29338843,0.3305785,0.3305785,0.33471075,0.42561984,0.4338843,0.4338843,0.42975205,0.41735536,0.4338843,0.42975205,0.46694216,0.49173555,0.5289256,0.54545456,0.5661157,0.55785125,0.59504133,0.59090906,0.60330576,0.59917355,0.59504133,0.60330576,0.61157024,0.6404959,0.6652893,0.677686,0.6528926,0.62396693,0.5289256,0.4338843,0.38842976,0.37190083,0.38429752,0.38842976,0.338843,0.23966943,0.3140496,0.38429752,0.40495867,0.4214876,0.42975205,0.37603307,0.3305785,0.3264463,0.35123968,0.45041323,0.5289256,0.53305787,0.5495868,0.56198347,0.5785124,0.58264464,0.5661157,0.553719,0.54545456,0.54545456,0.53305787,0.5123967,0.48347107,0.45454547,0.42975205,0.4090909,0.38016528,0.29752067,0.33471075,0.33471075,0.3305785,0.4214876,0.42561984,0.43801653,0.44214877,0.42561984,0.42975205,0.4338843,0.45454547,0.48347107,0.5206612,0.5247934,0.5371901,0.5495868,0.58677685,0.60330576,0.58677685,0.607438,0.59504133,0.607438,0.6280992,0.661157,0.6859504,0.69008267,0.677686,0.6652893,0.6280992,0.57024795,0.5041322,0.47933885,0.4752066,0.49173555,0.45454547,0.338843,0.32231405,0.35123968,0.35950413,0.38016528,0.43801653,0.46280992,0.45041323,0.47107437,0.49173555,0.5165289,0.5371901,0.5413223,0.5495868,0.55785125,0.57024795,0.57438016,0.56198347,0.54545456,0.53305787,0.53305787,0.5247934,0.5041322,0.4752066,0.44214877,0.41735536,0.41322315,0.3677686,0.29338843,0.338843,0.33471075,0.3305785,0.39256197,0.42561984,0.446281,0.45041323,0.44214877,0.4338843,0.446281,0.45041323,0.4752066,0.5041322,0.53305787,0.5495868,0.54545456,0.57438016,0.58264464,0.59090906,0.61157024,0.59504133,0.6280992,0.6446281,0.6694215,0.677686,0.69008267,0.6735537,0.6694215,0.6487603,0.6280992,0.59090906,0.57024795,0.553719,0.553719,0.53305787,0.46694216,0.39256197,0.37603307,0.3966942,0.45454547,0.5041322,0.5165289,0.5123967,0.5165289,0.5206612,0.5371901,0.553719,0.54545456,0.553719,0.55785125,0.5661157,0.5785124,0.5661157,0.5371901,0.5247934,0.5206612,0.5123967,0.4876033,0.45867768,0.42975205,0.41322315,0.4090909,0.3553719,0.29338843,0.338843,0.338843,0.33471075,0.34710744,0.4214876,0.45454547,0.45041323,0.45041323,0.43801653,0.45041323,0.45041323,0.45041323,0.5,0.5206612,0.5495868,0.57024795,0.57024795,0.58264464,0.59917355,0.59504133,0.61570245,0.6446281,0.6570248,0.6652893,0.6735537,0.677686,0.661157,0.6487603,0.6487603,0.6404959,0.6280992,0.61570245,0.60330576,0.60330576,0.58264464,0.54545456,0.49586776,0.47933885,0.5,0.5289256,0.53305787,0.5413223,0.5289256,0.5247934,0.5165289,0.53305787,0.5495868,0.5495868,0.553719,0.5661157,0.57024795,0.58264464,0.57438016,0.5413223,0.5123967,0.5123967,0.5041322,0.47933885,0.45041323,0.42561984,0.42561984,0.41322315,0.33471075,0.30165288,0.33471075,0.33471075,0.3305785,0.30991736,0.40495867,0.446281,0.46280992,0.45454547,0.446281,0.43801653,0.46694216,0.46694216,0.47933885,0.5082645,0.54545456,0.54545456,0.5785124,0.5785124,0.58677685,0.60330576,0.6198347,0.6446281,0.6528926,0.6652893,0.6694215,0.6694215,0.6404959,0.62396693,0.6446281,0.6322314,0.6280992,0.607438,0.61157024,0.62396693,0.59917355,0.57024795,0.5413223,0.5371901,0.5495868,0.55785125,0.5413223,0.553719,0.5413223,0.5247934,0.5082645,0.53305787,0.5413223,0.5413223,0.54545456,0.553719,0.56198347,0.57438016,0.57438016,0.5413223,0.5041322,0.5041322,0.5,0.46280992,0.44214877,0.42561984,0.4338843,0.4090909,0.3181818,0.3140496,0.33471075,0.3305785,0.3305785,0.27272728,0.38016528,0.43801653,0.46694216,0.46694216,0.45454547,0.45041323,0.47933885,0.4752066,0.4876033,0.5,0.5165289,0.5495868,0.57438016,0.58264464,0.59917355,0.60330576,0.61157024,0.61570245,0.6446281,0.6404959,0.6528926,0.6570248,0.62396693,0.6280992,0.6487603,0.6363636,0.6280992,0.61157024,0.6198347,0.6363636,0.60330576,0.58264464,0.56198347,0.57024795,0.56198347,0.55785125,0.55785125,0.5661157,0.55785125,0.5413223,0.53305787,0.5371901,0.5371901,0.5413223,0.5413223,0.553719,0.5413223,0.5413223,0.56198347,0.5413223,0.49586776,0.49173555,0.49173555,0.45454547,0.4338843,0.42975205,0.44214877,0.39256197,0.30578512,0.32231405,0.3305785,0.3305785,0.33471075,0.25619835,0.35123968,0.4214876,0.45041323,0.47107437,0.46280992,0.45867768,0.4752066,0.4752066,0.4876033,0.49586776,0.5082645,0.5371901,0.553719,0.5785124,0.58264464,0.5785124,0.59917355,0.60330576,0.6198347,0.607438,0.61570245,0.6280992,0.6198347,0.6446281,0.661157,0.6652893,0.6652893,0.661157,0.6694215,0.6818182,0.6404959,0.6322314,0.59090906,0.6198347,0.59504133,0.59917355,0.59090906,0.5785124,0.57024795,0.56198347,0.553719,0.553719,0.5495868,0.5371901,0.5371901,0.5371901,0.5247934,0.5123967,0.5413223,0.5371901,0.49173555,0.47933885,0.4752066,0.45041323,0.43801653,0.446281,0.44214877,0.35950413,0.29752067,0.3305785,0.33471075,0.3264463,0.3305785,0.24380165,0.3181818,0.40495867,0.42975205,0.47107437,0.46694216,0.45867768,0.48347107,0.47933885,0.47933885,0.4876033,0.5041322,0.5247934,0.5495868,0.56198347,0.56198347,0.5661157,0.57024795,0.59090906,0.58264464,0.57438016,0.60330576,0.607438,0.6280992,0.6570248,0.6694215,0.6652893,0.6735537,0.6735537,0.6652893,0.6942149,0.6859504,0.6983471,0.6528926,0.6694215,0.6735537,0.6404959,0.59917355,0.56198347,0.5785124,0.5785124,0.57024795,0.553719,0.553719,0.5371901,0.53305787,0.5247934,0.5206612,0.5,0.5165289,0.5206612,0.48347107,0.46280992,0.45867768,0.45041323,0.44214877,0.45041323,0.4214876,0.33471075,0.30165288,0.3264463,0.33471075,0.3264463,0.3264463,0.23966943,0.30991736,0.3966942,0.4214876,0.46280992,0.4752066,0.47107437,0.4752066,0.47933885,0.47933885,0.4752066,0.4876033,0.5165289,0.5413223,0.5495868,0.553719,0.553719,0.5661157,0.58264464,0.55785125,0.5413223,0.5661157,0.55785125,0.59917355,0.607438,0.59090906,0.57438016,0.55785125,0.5661157,0.5206612,0.5413223,0.59090906,0.61570245,0.6404959,0.6446281,0.6404959,0.607438,0.53305787,0.53305787,0.54545456,0.5785124,0.57024795,0.57024795,0.55785125,0.5289256,0.5206612,0.5206612,0.5165289,0.4876033,0.49586776,0.5,0.4752066,0.46280992,0.45454547,0.45867768,0.45454547,0.45041323,0.3966942,0.32231405,0.30991736,0.3264463,0.3305785,0.32231405,0.3264463,0.23553719,0.3181818,0.38842976,0.39256197,0.446281,0.46694216,0.4752066,0.47933885,0.4752066,0.46280992,0.47933885,0.49173555,0.5082645,0.5413223,0.55785125,0.54545456,0.56198347,0.5495868,0.5495868,0.5206612,0.49173555,0.47933885,0.4752066,0.4876033,0.47933885,0.4338843,0.41735536,0.40495867,0.42975205,0.39256197,0.36363637,0.39256197,0.40082645,0.446281,0.45041323,0.4214876,0.41322315,0.40495867,0.42561984,0.44214877,0.47933885,0.4752066,0.5247934,0.5206612,0.4876033,0.4876033,0.5123967,0.5082645,0.4876033,0.4876033,0.49173555,0.46694216,0.46280992,0.45867768,0.45867768,0.45867768,0.44214877,0.35950413,0.30991736,0.32231405,0.3264463,0.3264463,0.32231405,0.32231405,0.22727273,0.33471075,0.4090909,0.37190083,0.42561984,0.46280992,0.46694216,0.46694216,0.47107437,0.46694216,0.46280992,0.47933885,0.5123967,0.5371901,0.5413223,0.5247934,0.5495868,0.5413223,0.5206612,0.49173555,0.4338843,0.38429752,0.3553719,0.33471075,0.33471075,0.2644628,0.24380165,0.2603306,0.2892562,0.3140496,0.29752067,0.30578512,0.3181818,0.30165288,0.32231405,0.28512397,0.2892562,0.30991736,0.30578512,0.3264463,0.35950413,0.37603307,0.41322315,0.42561984,0.41735536,0.45867768,0.4876033,0.4876033,0.48347107,0.49586776,0.4876033,0.46280992,0.46280992,0.45867768,0.45454547,0.46280992,0.41735536,0.3305785,0.30578512,0.32231405,0.32231405,0.32231405,0.3264463,0.3305785,0.21900827,0.33471075,0.4338843,0.37190083,0.38842976,0.45041323,0.46280992,0.45041323,0.45867768,0.46694216,0.45454547,0.46280992,0.49173555,0.5289256,0.5413223,0.5247934,0.5371901,0.5371901,0.5289256,0.5082645,0.49173555,0.45867768,0.37603307,0.30991736,0.3140496,0.2603306,0.16528925,0.13636364,0.16115703,0.20661157,0.21487603,0.15289256,0.2644628,0.23553719,0.2231405,0.19008264,0.11157025,0.1322314,0.08264463,0.10330579,0.2520661,0.24793388,0.25619835,0.34710744,0.3966942,0.46694216,0.4752066,0.4876033,0.47107437,0.49173555,0.47933885,0.45867768,0.45867768,0.45867768,0.45867768,0.46280992,0.37603307,0.30991736,0.3140496,0.32231405,0.3264463,0.32231405,0.32231405,0.32231405,0.2107438,0.32231405,0.45867768,0.3966942,0.35950413,0.42561984,0.46280992,0.45867768,0.46280992,0.46694216,0.44214877,0.44214877,0.4752066,0.5,0.5289256,0.5247934,0.5413223,0.54545456,0.5413223,0.5371901,0.5661157,0.5785124,0.5289256,0.44214877,0.42561984,0.42975205,0.32231405,0.23140496,0.21487603,0.17355372,0.16115703,0.12809917,0.16115703,0.15289256,0.1322314,0.14876033,0.11983471,0.17768595,0.16528925,0.2520661,0.35950413,0.3553719,0.3553719,0.4214876,0.46694216,0.49586776,0.49173555,0.47933885,0.4752066,0.49586776,0.47107437,0.45454547,0.45867768,0.45867768,0.46280992,0.43801653,0.33471075,0.30578512,0.32231405,0.3181818,0.3264463,0.32231405,0.32231405,0.32231405,0.21487603,0.3264463,0.46694216,0.42975205,0.35950413,0.39256197,0.446281,0.45867768,0.46280992,0.46694216,0.446281,0.4214876,0.446281,0.47933885,0.5165289,0.5165289,0.54545456,0.57438016,0.57024795,0.5661157,0.58677685,0.59917355,0.59090906,0.53305787,0.5,0.5082645,0.5,0.46280992,0.41735536,0.38016528,0.3181818,0.3140496,0.27272728,0.2644628,0.25619835,0.3181818,0.33471075,0.3966942,0.41322315,0.41322315,0.44214877,0.4090909,0.42975205,0.46694216,0.5,0.5041322,0.5,0.47933885,0.47933885,0.48347107,0.46280992,0.45454547,0.45867768,0.45867768,0.45867768,0.38016528,0.3140496,0.3140496,0.3264463,0.32231405,0.3264463,0.3181818,0.32231405,0.32231405,0.2107438,0.3305785,0.45454547,0.47107437,0.38429752,0.35950413,0.4338843,0.46694216,0.47107437,0.47107437,0.45041323,0.41735536,0.42975205,0.46694216,0.49586776,0.5165289,0.5289256,0.5785124,0.60330576,0.58677685,0.58264464,0.58677685,0.5785124,0.5413223,0.5165289,0.5041322,0.5,0.5247934,0.49173555,0.5,0.49173555,0.5082645,0.4876033,0.4752066,0.49586776,0.5206612,0.53305787,0.5165289,0.49586776,0.47107437,0.4876033,0.41735536,0.45867768,0.4876033,0.5041322,0.5123967,0.49173555,0.49586776,0.49173555,0.47107437,0.45867768,0.45454547,0.46280992,0.46280992,0.42561984,0.33471075,0.3140496,0.32231405,0.3305785,0.32231405,0.32231405,0.32231405,0.3305785,0.3181818,0.20247933,0.3305785,0.45041323,0.4876033,0.4214876,0.34710744,0.3966942,0.45454547,0.46694216,0.47933885,0.46694216,0.42975205,0.41735536,0.44214877,0.47933885,0.5123967,0.5206612,0.56198347,0.59504133,0.58264464,0.55785125,0.56198347,0.5661157,0.53305787,0.5041322,0.49173555,0.47107437,0.46694216,0.45867768,0.4752066,0.4876033,0.5371901,0.5,0.4876033,0.553719,0.5165289,0.54545456,0.5123967,0.45867768,0.45041323,0.45867768,0.42975205,0.47933885,0.49586776,0.47933885,0.5041322,0.5,0.4876033,0.48347107,0.45867768,0.45454547,0.45867768,0.46694216,0.46280992,0.3677686,0.30991736,0.3181818,0.32231405,0.3264463,0.32231405,0.3264463,0.3181818,0.3305785,0.32231405,0.16528925,0.28099173,0.44214877,0.48347107,0.45867768,0.37603307,0.35950413,0.4214876,0.45041323,0.4752066,0.4876033,0.45454547,0.41735536,0.41735536,0.45454547,0.49586776,0.5165289,0.54545456,0.5661157,0.56198347,0.5413223,0.53305787,0.5495868,0.53305787,0.4876033,0.46280992,0.46280992,0.45041323,0.44214877,0.44214877,0.46694216,0.47933885,0.49173555,0.49173555,0.5082645,0.49586776,0.48347107,0.47107437,0.45041323,0.4338843,0.446281,0.46694216,0.49586776,0.48347107,0.47933885,0.49586776,0.5,0.47933885,0.47107437,0.45454547,0.45454547,0.46280992,0.45454547,0.47107437,0.3264463,0.30991736,0.3264463,0.3181818,0.32231405,0.3181818,0.3264463,0.3181818,0.32231405,0.3264463,0.10743801,0.24793388,0.42975205,0.48347107,0.4876033,0.41322315,0.3429752,0.37190083,0.41735536,0.446281,0.47107437,0.47107437,0.4338843,0.4090909,0.4338843,0.46280992,0.49173555,0.5247934,0.5413223,0.5413223,0.5289256,0.5206612,0.5247934,0.5206612,0.4876033,0.42975205,0.42561984,0.44214877,0.44214877,0.43801653,0.45041323,0.46280992,0.49173555,0.49586776,0.49173555,0.48347107,0.47107437,0.446281,0.4214876,0.42975205,0.46280992,0.47933885,0.4876033,0.46694216,0.49586776,0.49173555,0.47933885,0.47107437,0.46280992,0.45041323,0.45867768,0.45041323,0.446281,0.446281,0.38016528,0.3677686,0.33471075,0.32231405,0.30991736,0.32231405,0.3181818,0.3181818,0.3264463,0.32231405,0.053719006,0.2231405,0.42975205,0.48347107,0.4752066,0.446281,0.34710744,0.33471075,0.38429752,0.41322315,0.44214877,0.47107437,0.45041323,0.41735536,0.4338843,0.45867768,0.47107437,0.5041322,0.5289256,0.53305787,0.53305787,0.5206612,0.5123967,0.5,0.4876033,0.45867768,0.41735536,0.3966942,0.4090909,0.40082645,0.40082645,0.40082645,0.40495867,0.4214876,0.41322315,0.4214876,0.4090909,0.41735536,0.41322315,0.446281,0.45041323,0.4752066,0.4876033,0.4752066,0.5,0.49586776,0.46280992,0.46280992,0.45454547,0.45041323,0.45041323,0.42975205,0.47107437,0.4338843,0.3677686,0.4876033,0.40495867,0.34710744,0.3140496,0.3140496,0.3181818,0.3181818,0.3181818,0.3140496,0.03305785,0.19421488,0.41735536,0.46280992,0.46694216,0.45454547,0.38429752,0.3264463,0.34710744,0.39256197,0.4090909,0.45041323,0.45867768,0.41735536,0.42975205,0.46694216,0.47107437,0.49586776,0.5247934,0.5371901,0.54545456,0.5413223,0.5289256,0.5123967,0.49586776,0.48347107,0.45867768,0.4338843,0.42975205,0.4090909,0.39256197,0.36363637,0.3553719,0.3553719,0.38016528,0.38842976,0.41322315,0.43801653,0.44214877,0.47107437,0.4752066,0.48347107,0.49586776,0.49586776,0.5082645,0.48347107,0.46280992,0.46280992,0.45454547,0.46280992,0.41322315,0.4338843,0.5165289,0.47933885,0.1983471,0.553719,0.553719,0.45041323,0.37190083,0.34710744,0.3264463,0.32231405,0.30991736,0.32231405,0.02892562,0.19008264,0.42561984,0.45041323,0.45867768,0.46694216,0.4338843,0.33471075,0.30991736,0.3429752,0.39256197,0.4338843,0.45041323,0.42975205,0.44214877,0.46694216,0.4876033,0.5041322,0.5165289,0.5413223,0.55785125,0.57024795,0.5661157,0.5495868,0.5289256,0.5123967,0.48347107,0.45867768,0.45454547,0.45454547,0.44214877,0.4214876,0.40082645,0.41735536,0.4214876,0.42561984,0.44214877,0.45867768,0.4752066,0.49173555,0.5,0.4876033,0.5,0.5082645,0.5082645,0.47933885,0.46694216,0.45867768,0.45867768,0.44214877,0.3966942,0.4752066,0.54545456,0.5041322,0.10743801,0.49586776,0.59504133,0.55785125,0.49586776,0.46280992,0.39256197,0.3264463,0.32231405,0.3140496,0.03305785,0.21900827,0.42561984,0.4338843,0.45041323,0.45454547,0.43801653,0.38429752,0.3181818,0.30991736,0.36363637,0.4090909,0.4214876,0.42561984,0.43801653,0.46694216,0.49586776,0.5165289,0.5247934,0.5495868,0.57024795,0.58677685,0.59504133,0.59090906,0.58264464,0.553719,0.5206612,0.4876033,0.4752066,0.47107437,0.45867768,0.44214877,0.43801653,0.45041323,0.46280992,0.45867768,0.45454547,0.47107437,0.48347107,0.49586776,0.5165289,0.5123967,0.5082645,0.5123967,0.5041322,0.4876033,0.46694216,0.45041323,0.45454547,0.3966942,0.43801653,0.5041322,0.553719,0.47107437,0.041322313,0.33471075,0.58677685,0.55785125,0.5371901,0.57438016,0.55785125,0.4338843,0.3677686,0.3140496,0.03305785,0.22727273,0.42561984,0.45867768,0.44214877,0.45867768,0.4338843,0.40495867,0.35123968,0.30165288,0.30991736,0.37190083,0.39256197,0.3966942,0.42975205,0.46280992,0.49173555,0.5123967,0.53305787,0.553719,0.5785124,0.59917355,0.607438,0.61570245,0.6280992,0.61570245,0.59917355,0.59090906,0.5785124,0.5495868,0.5289256,0.5247934,0.5123967,0.5165289,0.5247934,0.5247934,0.5289256,0.5289256,0.5206612,0.5165289,0.5206612,0.5165289,0.5165289,0.5206612,0.5123967,0.47933885,0.45454547,0.43801653,0.4090909,0.40495867,0.48347107,0.5165289,0.55785125,0.37190083,0.016528925,0.17355372,0.62396693,0.59090906,0.58677685,0.553719,0.59504133,0.58264464,0.553719,0.38016528,0.024793388,0.2603306,0.4214876,0.45867768,0.44214877,0.44214877,0.45041323,0.4214876,0.38429752,0.3264463,0.28099173,0.3140496,0.35950413,0.38016528,0.41322315,0.44214877,0.47107437,0.5,0.5247934,0.54545456,0.57024795,0.59090906,0.60330576,0.6198347,0.6528926,0.6818182,0.6818182,0.6859504,0.677686,0.6404959,0.60330576,0.57438016,0.5661157,0.55785125,0.553719,0.57438016,0.57438016,0.57024795,0.55785125,0.5289256,0.5206612,0.5041322,0.5165289,0.5206612,0.5082645,0.47107437,0.4338843,0.3966942,0.39256197,0.46694216,0.5165289,0.5165289,0.53305787,0.2603306,0.012396694,0.07024793,0.60330576,0.59504133,0.58264464,0.58264464,0.59504133,0.5495868,0.57438016,0.58677685,0.02892562,0.26859504,0.42561984,0.45867768,0.45041323,0.45041323,0.44214877,0.43801653,0.38842976,0.35123968,0.29752067,0.2768595,0.3181818,0.35950413,0.38429752,0.40495867,0.43801653,0.48347107,0.5041322,0.5206612,0.56198347,0.5785124,0.58264464,0.607438,0.6446281,0.677686,0.677686,0.677686,0.677686,0.6735537,0.6446281,0.60330576,0.59504133,0.59090906,0.57438016,0.5661157,0.58264464,0.5785124,0.56198347,0.54545456,0.5123967,0.5041322,0.5123967,0.5041322,0.4876033,0.446281,0.38842976,0.38016528,0.44214877,0.49173555,0.5247934,0.5082645,0.48347107,0.15289256,0.037190083,0.041322313,0.5082645,0.57438016,0.59090906,0.5661157,0.57024795,0.60330576,0.58677685,0.5785124,0.020661157,0.26859504,0.42561984,0.45867768,0.45454547,0.45867768,0.45041323,0.446281,0.40495867,0.37603307,0.32231405,0.28512397,0.27272728,0.3181818,0.36363637,0.37603307,0.39256197,0.446281,0.4752066,0.49586776,0.54545456,0.57438016,0.56198347,0.57438016,0.59917355,0.6198347,0.6280992,0.6446281,0.6363636,0.61570245,0.61570245,0.61570245,0.607438,0.59090906,0.59504133,0.59504133,0.59504133,0.56198347,0.5413223,0.5371901,0.5041322,0.5041322,0.5082645,0.4876033,0.45041323,0.38429752,0.37190083,0.4338843,0.4876033,0.47933885,0.5165289,0.5,0.41735536,0.09090909,0.08264463,0.05785124,0.45867768,0.58677685,0.61570245,0.61157024,0.57024795,0.5661157,0.61570245,0.62396693,0.016528925,0.2892562,0.4090909,0.45867768,0.46694216,0.46280992,0.45041323,0.45454547,0.41735536,0.40082645,0.34710744,0.29752067,0.27272728,0.28512397,0.30578512,0.35123968,0.3677686,0.3966942,0.4338843,0.46694216,0.5123967,0.54545456,0.54545456,0.54545456,0.55785125,0.5661157,0.5785124,0.59090906,0.58677685,0.55785125,0.57438016,0.59504133,0.59090906,0.58264464,0.57438016,0.57438016,0.57024795,0.5413223,0.5206612,0.5165289,0.5,0.5082645,0.5,0.45454547,0.39256197,0.35123968,0.42561984,0.49173555,0.49173555,0.46694216,0.5082645,0.49173555,0.3429752,0.053719006,0.09090909,0.07438017,0.4338843,0.58677685,0.61157024,0.6198347,0.62396693,0.5661157,0.5785124,0.6280992,20 +0.1983471,0.23553719,0.35123968,0.4090909,0.4214876,0.42975205,0.5,0.5289256,0.5247934,0.553719,0.54545456,0.55785125,0.58264464,0.5661157,0.5785124,0.607438,0.6446281,0.6570248,0.6735537,0.677686,0.6735537,0.677686,0.6983471,0.7066116,0.7066116,0.7066116,0.70247936,0.7066116,0.7107438,0.7066116,0.7107438,0.71487606,0.70247936,0.7066116,0.7066116,0.7107438,0.71900827,0.71900827,0.71900827,0.71487606,0.71900827,0.7231405,0.71900827,0.7107438,0.70247936,0.6983471,0.6859504,0.6735537,0.6652893,0.6735537,0.6652893,0.6694215,0.6694215,0.6570248,0.6528926,0.6528926,0.62396693,0.59504133,0.55785125,0.5289256,0.56198347,0.5041322,0.5289256,0.5289256,0.19421488,0.24380165,0.36363637,0.4090909,0.42975205,0.4214876,0.49173555,0.5247934,0.5289256,0.5495868,0.553719,0.55785125,0.59090906,0.59090906,0.59917355,0.62396693,0.6446281,0.6446281,0.661157,0.6859504,0.69008267,0.69008267,0.6983471,0.7066116,0.71487606,0.7066116,0.6983471,0.70247936,0.7107438,0.70247936,0.7107438,0.7107438,0.6942149,0.6983471,0.7066116,0.7107438,0.7066116,0.7231405,0.7231405,0.71900827,0.71900827,0.73140496,0.7355372,0.71900827,0.71900827,0.71487606,0.7107438,0.70247936,0.69008267,0.70247936,0.69008267,0.677686,0.6570248,0.6446281,0.661157,0.6528926,0.61570245,0.59090906,0.5495868,0.5371901,0.56198347,0.5041322,0.5165289,0.5289256,0.1983471,0.2520661,0.35950413,0.4090909,0.42975205,0.42975205,0.47933885,0.5206612,0.53305787,0.553719,0.57024795,0.57024795,0.58264464,0.59504133,0.61157024,0.6446281,0.6570248,0.661157,0.661157,0.677686,0.6983471,0.6983471,0.70247936,0.7066116,0.71487606,0.7107438,0.6983471,0.6942149,0.7066116,0.70247936,0.70247936,0.6983471,0.6735537,0.677686,0.6983471,0.7066116,0.70247936,0.71487606,0.72727275,0.73140496,0.71487606,0.72727275,0.73140496,0.71487606,0.7231405,0.71487606,0.7066116,0.70247936,0.6983471,0.70247936,0.6942149,0.6818182,0.6487603,0.6528926,0.661157,0.6487603,0.61157024,0.59090906,0.5413223,0.553719,0.56198347,0.5123967,0.5123967,0.5247934,0.1983471,0.23553719,0.35950413,0.40495867,0.42975205,0.4338843,0.46280992,0.5123967,0.53305787,0.54545456,0.58264464,0.58264464,0.59090906,0.59504133,0.61157024,0.6446281,0.6570248,0.6652893,0.677686,0.6942149,0.70247936,0.70247936,0.7066116,0.7066116,0.71487606,0.7107438,0.6942149,0.6983471,0.6983471,0.6859504,0.6983471,0.6983471,0.6735537,0.6652893,0.6818182,0.6859504,0.6942149,0.6983471,0.72727275,0.73966944,0.71900827,0.73140496,0.73140496,0.72727275,0.72727275,0.71900827,0.7066116,0.7107438,0.7066116,0.7066116,0.70247936,0.6818182,0.6487603,0.6487603,0.6570248,0.6404959,0.607438,0.5785124,0.55785125,0.56198347,0.56198347,0.5206612,0.5123967,0.5206612,0.19421488,0.22727273,0.36363637,0.40082645,0.4214876,0.4338843,0.446281,0.49586776,0.5289256,0.5413223,0.57438016,0.58677685,0.60330576,0.59917355,0.59917355,0.61570245,0.6487603,0.6570248,0.6652893,0.6942149,0.7066116,0.71487606,0.7107438,0.7066116,0.71487606,0.71487606,0.6983471,0.70247936,0.6859504,0.6694215,0.6859504,0.6859504,0.6694215,0.6942149,0.69008267,0.677686,0.661157,0.6818182,0.7231405,0.7355372,0.7231405,0.7231405,0.71900827,0.7355372,0.7231405,0.7107438,0.6983471,0.71487606,0.7107438,0.71900827,0.69008267,0.677686,0.6404959,0.6322314,0.6487603,0.6322314,0.61157024,0.5785124,0.5661157,0.5661157,0.5661157,0.5206612,0.5123967,0.5206612,0.18595041,0.21487603,0.35950413,0.4090909,0.4214876,0.42975205,0.44214877,0.48347107,0.5247934,0.5413223,0.56198347,0.59090906,0.59917355,0.59504133,0.59917355,0.59917355,0.6280992,0.661157,0.661157,0.6818182,0.6942149,0.70247936,0.70247936,0.6942149,0.7066116,0.7066116,0.6942149,0.6983471,0.69008267,0.6818182,0.6818182,0.7066116,0.6818182,0.6818182,0.6859504,0.6818182,0.6528926,0.6818182,0.7107438,0.71900827,0.71487606,0.7066116,0.71900827,0.7231405,0.71487606,0.6983471,0.7066116,0.6983471,0.7066116,0.7066116,0.6818182,0.6570248,0.6404959,0.6322314,0.6363636,0.6280992,0.607438,0.5785124,0.5661157,0.56198347,0.55785125,0.5247934,0.5206612,0.5206612,0.18595041,0.2107438,0.35123968,0.4090909,0.41322315,0.4214876,0.43801653,0.47933885,0.5247934,0.54545456,0.5661157,0.59090906,0.60330576,0.60330576,0.59917355,0.59090906,0.58264464,0.62396693,0.6528926,0.6570248,0.677686,0.677686,0.677686,0.6818182,0.6942149,0.6942149,0.6694215,0.6859504,0.677686,0.6694215,0.6818182,0.70247936,0.6859504,0.69008267,0.6983471,0.677686,0.6528926,0.6859504,0.6942149,0.69008267,0.69008267,0.69008267,0.6983471,0.6942149,0.6942149,0.677686,0.6818182,0.6942149,0.6942149,0.6983471,0.6735537,0.6487603,0.6322314,0.6280992,0.6363636,0.6363636,0.60330576,0.57438016,0.55785125,0.56198347,0.553719,0.53305787,0.5247934,0.5206612,0.19008264,0.19421488,0.34710744,0.4090909,0.41322315,0.4214876,0.44214877,0.47933885,0.5082645,0.54545456,0.5661157,0.57438016,0.59504133,0.59917355,0.58264464,0.5785124,0.57438016,0.5785124,0.607438,0.61570245,0.6322314,0.6528926,0.6570248,0.661157,0.6818182,0.6694215,0.6570248,0.6818182,0.6652893,0.6487603,0.677686,0.70247936,0.69008267,0.6818182,0.6735537,0.6694215,0.6528926,0.6694215,0.661157,0.6487603,0.6363636,0.6322314,0.62396693,0.6280992,0.6363636,0.6528926,0.6363636,0.6528926,0.661157,0.6694215,0.6570248,0.6404959,0.6363636,0.6363636,0.6528926,0.6528926,0.61570245,0.5661157,0.5495868,0.553719,0.54545456,0.5371901,0.5247934,0.5123967,0.1983471,0.18595041,0.3264463,0.41322315,0.40082645,0.41322315,0.446281,0.47933885,0.4876033,0.5165289,0.5289256,0.5206612,0.553719,0.553719,0.5371901,0.54545456,0.5371901,0.5413223,0.57024795,0.55785125,0.59090906,0.62396693,0.6363636,0.6280992,0.661157,0.62396693,0.62396693,0.6570248,0.6404959,0.6322314,0.661157,0.6735537,0.6652893,0.6570248,0.6694215,0.6570248,0.6570248,0.6570248,0.6322314,0.59917355,0.57024795,0.54545456,0.5289256,0.5206612,0.5495868,0.56198347,0.5785124,0.59090906,0.59090906,0.58677685,0.61157024,0.62396693,0.60330576,0.62396693,0.6528926,0.661157,0.6198347,0.57024795,0.553719,0.553719,0.5413223,0.5371901,0.5165289,0.5,0.22727273,0.19008264,0.3181818,0.4090909,0.40495867,0.40495867,0.4214876,0.45041323,0.45867768,0.48347107,0.48347107,0.47107437,0.47933885,0.47107437,0.45867768,0.47107437,0.48347107,0.47107437,0.49586776,0.5,0.49173555,0.57438016,0.59090906,0.59917355,0.6198347,0.59090906,0.5661157,0.6198347,0.6198347,0.59090906,0.6487603,0.6570248,0.6487603,0.6487603,0.6487603,0.6404959,0.6446281,0.6322314,0.59504133,0.5495868,0.5165289,0.4876033,0.45454547,0.44214877,0.45867768,0.46694216,0.5,0.5247934,0.5413223,0.5495868,0.55785125,0.57024795,0.57024795,0.59504133,0.62396693,0.6322314,0.61157024,0.57438016,0.56198347,0.54545456,0.53305787,0.53305787,0.5123967,0.5082645,0.3181818,0.18595041,0.30165288,0.4090909,0.40082645,0.3966942,0.4090909,0.41735536,0.43801653,0.45867768,0.47107437,0.46280992,0.446281,0.4214876,0.40082645,0.39256197,0.40495867,0.38429752,0.39256197,0.4214876,0.446281,0.4876033,0.5247934,0.553719,0.57438016,0.57438016,0.553719,0.58677685,0.59504133,0.58677685,0.62396693,0.6322314,0.61157024,0.61570245,0.62396693,0.61157024,0.60330576,0.59090906,0.55785125,0.5041322,0.4752066,0.45454547,0.4214876,0.41735536,0.4090909,0.40495867,0.42561984,0.46280992,0.49586776,0.5165289,0.5413223,0.55785125,0.56198347,0.5785124,0.58264464,0.58677685,0.59090906,0.57024795,0.56198347,0.5413223,0.5289256,0.5247934,0.5247934,0.5165289,0.45867768,0.22727273,0.30991736,0.41322315,0.3966942,0.3966942,0.3966942,0.41322315,0.41735536,0.4338843,0.45867768,0.45867768,0.42975205,0.4214876,0.40082645,0.37190083,0.3553719,0.3305785,0.3140496,0.3553719,0.38016528,0.40495867,0.45867768,0.48347107,0.5206612,0.54545456,0.57438016,0.5785124,0.59917355,0.6198347,0.6322314,0.6363636,0.59090906,0.58677685,0.59504133,0.57438016,0.5495868,0.53305787,0.5082645,0.45041323,0.44214877,0.43801653,0.41735536,0.41322315,0.41322315,0.41322315,0.41735536,0.446281,0.4752066,0.4876033,0.5165289,0.5495868,0.5661157,0.5661157,0.55785125,0.56198347,0.5661157,0.553719,0.5495868,0.5413223,0.5289256,0.5165289,0.5247934,0.5165289,0.5082645,0.2892562,0.30165288,0.39256197,0.41322315,0.38016528,0.38842976,0.41735536,0.41735536,0.42561984,0.446281,0.45454547,0.42975205,0.4338843,0.42561984,0.38429752,0.37603307,0.3305785,0.3305785,0.32231405,0.3181818,0.338843,0.3677686,0.40082645,0.45454547,0.49173555,0.55785125,0.58264464,0.59504133,0.6280992,0.661157,0.6694215,0.6280992,0.5785124,0.56198347,0.53305787,0.5041322,0.47933885,0.45867768,0.4214876,0.4214876,0.42975205,0.4214876,0.4214876,0.4338843,0.46280992,0.47933885,0.5,0.5165289,0.5165289,0.5289256,0.55785125,0.5661157,0.57438016,0.57438016,0.56198347,0.5495868,0.5289256,0.53305787,0.5371901,0.5206612,0.5082645,0.5247934,0.5165289,0.4214876,0.338843,0.3264463,0.37603307,0.40495867,0.38429752,0.38842976,0.39256197,0.41735536,0.42975205,0.42975205,0.4214876,0.38842976,0.38429752,0.3966942,0.38429752,0.35950413,0.3429752,0.2892562,0.2603306,0.28099173,0.29338843,0.3181818,0.3264463,0.35950413,0.41735536,0.49173555,0.57438016,0.59917355,0.62396693,0.6942149,0.70247936,0.661157,0.60330576,0.54545456,0.5,0.46280992,0.44214877,0.42561984,0.41735536,0.4338843,0.42561984,0.3966942,0.38016528,0.38429752,0.41322315,0.44214877,0.46280992,0.48347107,0.5041322,0.5247934,0.5495868,0.55785125,0.55785125,0.55785125,0.553719,0.5413223,0.5289256,0.5165289,0.5165289,0.5082645,0.5165289,0.5247934,0.5247934,0.2603306,0.30991736,0.3677686,0.38842976,0.39256197,0.36363637,0.3677686,0.38016528,0.40082645,0.4090909,0.36363637,0.3305785,0.3429752,0.3429752,0.36363637,0.38429752,0.41735536,0.4338843,0.40495867,0.38429752,0.3264463,0.27272728,0.2768595,0.29338843,0.30165288,0.32231405,0.4090909,0.5371901,0.60330576,0.6404959,0.71487606,0.72727275,0.69008267,0.6404959,0.55785125,0.4876033,0.45454547,0.4338843,0.44214877,0.45454547,0.44214877,0.40495867,0.38429752,0.38429752,0.37190083,0.3553719,0.37190083,0.3966942,0.40495867,0.4214876,0.44214877,0.46280992,0.5,0.5123967,0.5247934,0.5247934,0.5247934,0.5247934,0.5123967,0.5206612,0.5206612,0.5165289,0.5371901,0.5371901,0.21900827,0.22727273,0.38429752,0.4090909,0.39256197,0.38016528,0.3429752,0.3553719,0.40082645,0.37190083,0.28512397,0.30578512,0.35123968,0.3677686,0.35950413,0.27272728,0.25619835,0.28512397,0.29752067,0.28512397,0.40495867,0.38016528,0.32231405,0.29752067,0.28512397,0.2768595,0.32231405,0.47933885,0.61157024,0.69008267,0.7355372,0.73966944,0.7231405,0.677686,0.57024795,0.49586776,0.47107437,0.45867768,0.47933885,0.46280992,0.43801653,0.41735536,0.39256197,0.4338843,0.41735536,0.3429752,0.2768595,0.338843,0.3429752,0.35123968,0.44214877,0.43801653,0.41322315,0.40495867,0.46694216,0.5082645,0.5082645,0.5082645,0.5123967,0.5371901,0.5413223,0.5165289,0.5371901,0.54545456,0.23553719,0.23553719,0.36363637,0.41735536,0.40082645,0.40082645,0.3553719,0.36363637,0.40082645,0.35123968,0.28512397,0.3264463,0.30991736,0.38016528,0.36363637,0.23553719,0.21487603,0.24793388,0.3677686,0.22727273,0.41322315,0.46280992,0.35123968,0.3429752,0.3264463,0.2768595,0.27272728,0.42561984,0.607438,0.70247936,0.74793386,0.74793386,0.73966944,0.6942149,0.57438016,0.5041322,0.49173555,0.5123967,0.5123967,0.49586776,0.45867768,0.40495867,0.38842976,0.49586776,0.446281,0.33471075,0.19008264,0.3305785,0.3429752,0.17355372,0.30991736,0.38429752,0.44214877,0.42975205,0.35123968,0.47107437,0.5082645,0.5041322,0.5247934,0.5495868,0.55785125,0.5289256,0.5289256,0.55785125,0.2644628,0.29338843,0.3429752,0.41322315,0.4338843,0.4338843,0.3966942,0.36363637,0.38429752,0.34710744,0.29338843,0.28512397,0.27272728,0.4214876,0.4214876,0.27272728,0.23140496,0.15289256,0.23966943,0.338843,0.5041322,0.59917355,0.5,0.35950413,0.3305785,0.33471075,0.2768595,0.4090909,0.58677685,0.6942149,0.75206614,0.75206614,0.74380165,0.7066116,0.59504133,0.5289256,0.5289256,0.57024795,0.5785124,0.5413223,0.47933885,0.38429752,0.41735536,0.57024795,0.5165289,0.34710744,0.2231405,0.18595041,0.2520661,0.21900827,0.39256197,0.43801653,0.30991736,0.37190083,0.41322315,0.4338843,0.48347107,0.5165289,0.54545456,0.55785125,0.56198347,0.5371901,0.5371901,0.55785125,0.30578512,0.30991736,0.338843,0.3966942,0.446281,0.5,0.4752066,0.4090909,0.38016528,0.3429752,0.3140496,0.3305785,0.33471075,0.4090909,0.45454547,0.37603307,0.338843,0.32231405,0.33471075,0.44214877,0.59090906,0.5495868,0.45454547,0.38429752,0.38016528,0.38842976,0.338843,0.4338843,0.59090906,0.6942149,0.75619835,0.75206614,0.74380165,0.72727275,0.62396693,0.53305787,0.5495868,0.607438,0.61157024,0.54545456,0.5371901,0.44214877,0.42561984,0.553719,0.58677685,0.42561984,0.33471075,0.28099173,0.2892562,0.3140496,0.48347107,0.5165289,0.39256197,0.33471075,0.3966942,0.46694216,0.49586776,0.5165289,0.553719,0.57024795,0.57024795,0.553719,0.54545456,0.5495868,0.3553719,0.30578512,0.3264463,0.38016528,0.45454547,0.5413223,0.5371901,0.4752066,0.4338843,0.41735536,0.38016528,0.38429752,0.42561984,0.4338843,0.4876033,0.49586776,0.46280992,0.45041323,0.49173555,0.56198347,0.5661157,0.5123967,0.4876033,0.4752066,0.45041323,0.4214876,0.40082645,0.46694216,0.607438,0.6983471,0.73966944,0.75206614,0.72727275,0.7231405,0.6404959,0.5289256,0.553719,0.59917355,0.60330576,0.59917355,0.59504133,0.5165289,0.46694216,0.5289256,0.58677685,0.56198347,0.46280992,0.41322315,0.42561984,0.48347107,0.5123967,0.5247934,0.49173555,0.45454547,0.446281,0.4752066,0.49586776,0.5206612,0.57024795,0.59090906,0.59090906,0.57438016,0.553719,0.5413223,0.37603307,0.3181818,0.3305785,0.37603307,0.46694216,0.553719,0.57024795,0.553719,0.54545456,0.5371901,0.47933885,0.41322315,0.43801653,0.47107437,0.49586776,0.5206612,0.54545456,0.55785125,0.54545456,0.5413223,0.53305787,0.53305787,0.54545456,0.5206612,0.4876033,0.46694216,0.45041323,0.4752066,0.59917355,0.7107438,0.73140496,0.74380165,0.73140496,0.71900827,0.6322314,0.5123967,0.5661157,0.59917355,0.62396693,0.6198347,0.59504133,0.5495868,0.5247934,0.5413223,0.54545456,0.58264464,0.57024795,0.55785125,0.54545456,0.5413223,0.53305787,0.5247934,0.4752066,0.5123967,0.55785125,0.54545456,0.5413223,0.5413223,0.59090906,0.61570245,0.61157024,0.59504133,0.55785125,0.53305787,0.3677686,0.3429752,0.338843,0.35950413,0.45867768,0.55785125,0.58677685,0.607438,0.59917355,0.57438016,0.5413223,0.49586776,0.48347107,0.5,0.5123967,0.5206612,0.5289256,0.54545456,0.54545456,0.5661157,0.58264464,0.5785124,0.57024795,0.553719,0.5413223,0.5289256,0.47107437,0.46694216,0.58677685,0.73140496,0.75206614,0.74793386,0.74793386,0.71487606,0.61570245,0.5,0.54545456,0.61157024,0.6404959,0.6570248,0.6404959,0.5785124,0.55785125,0.56198347,0.56198347,0.56198347,0.57024795,0.5413223,0.53305787,0.5247934,0.53305787,0.5371901,0.53305787,0.59090906,0.61157024,0.59917355,0.59090906,0.59917355,0.6198347,0.6280992,0.6280992,0.607438,0.56198347,0.5206612,0.34710744,0.3677686,0.36363637,0.35950413,0.44214877,0.5495868,0.58677685,0.61157024,0.607438,0.58677685,0.56198347,0.5413223,0.553719,0.56198347,0.5785124,0.58677685,0.59504133,0.607438,0.60330576,0.61570245,0.6198347,0.62396693,0.61157024,0.60330576,0.58264464,0.5413223,0.47107437,0.45867768,0.5785124,0.71900827,0.7644628,0.75206614,0.75206614,0.7107438,0.5785124,0.53305787,0.53305787,0.607438,0.6363636,0.661157,0.70247936,0.6528926,0.60330576,0.59504133,0.607438,0.59917355,0.61157024,0.59917355,0.59090906,0.59090906,0.58677685,0.607438,0.61157024,0.62396693,0.6280992,0.62396693,0.6322314,0.6487603,0.6570248,0.6487603,0.6363636,0.61157024,0.56198347,0.5123967,0.3181818,0.38429752,0.3966942,0.36363637,0.41735536,0.5206612,0.58264464,0.61157024,0.61570245,0.6198347,0.60330576,0.57024795,0.58677685,0.59504133,0.59504133,0.60330576,0.60330576,0.60330576,0.61157024,0.6280992,0.6404959,0.6694215,0.6446281,0.61570245,0.58677685,0.5206612,0.47107437,0.46280992,0.57438016,0.6983471,0.75619835,0.75619835,0.7355372,0.69008267,0.5661157,0.53305787,0.5289256,0.5785124,0.62396693,0.6280992,0.6859504,0.71487606,0.6983471,0.661157,0.6322314,0.61570245,0.6198347,0.61570245,0.61570245,0.61570245,0.6198347,0.6404959,0.6528926,0.6652893,0.6570248,0.661157,0.677686,0.6735537,0.69008267,0.6735537,0.6404959,0.60330576,0.5413223,0.5,0.2892562,0.37190083,0.4338843,0.37190083,0.39256197,0.49173555,0.553719,0.61157024,0.61570245,0.6322314,0.6198347,0.59917355,0.60330576,0.61157024,0.6322314,0.6322314,0.6404959,0.6363636,0.6528926,0.6652893,0.6859504,0.6694215,0.6404959,0.58677685,0.55785125,0.5082645,0.47107437,0.47933885,0.57024795,0.6735537,0.72727275,0.74380165,0.71900827,0.6735537,0.57438016,0.54545456,0.553719,0.5661157,0.60330576,0.607438,0.677686,0.71487606,0.73966944,0.73140496,0.6942149,0.6694215,0.6570248,0.6487603,0.6528926,0.6528926,0.661157,0.6694215,0.69008267,0.6983471,0.6942149,0.69008267,0.6983471,0.6942149,0.6983471,0.6735537,0.6363636,0.59090906,0.5247934,0.49173555,0.2603306,0.34710744,0.42561984,0.38429752,0.38016528,0.46280992,0.5247934,0.58677685,0.607438,0.61570245,0.61570245,0.61570245,0.59917355,0.62396693,0.6570248,0.661157,0.6818182,0.6735537,0.6818182,0.677686,0.6735537,0.6652893,0.62396693,0.58677685,0.5289256,0.5082645,0.48347107,0.5165289,0.58677685,0.6652893,0.71900827,0.73140496,0.71487606,0.6652893,0.607438,0.56198347,0.56198347,0.59090906,0.59504133,0.6198347,0.677686,0.71900827,0.72727275,0.74380165,0.74793386,0.72727275,0.70247936,0.6818182,0.677686,0.6735537,0.6735537,0.6818182,0.6983471,0.7107438,0.71487606,0.71487606,0.7107438,0.6942149,0.6859504,0.661157,0.6198347,0.57438016,0.5206612,0.4876033,0.23553719,0.3429752,0.3966942,0.37190083,0.35950413,0.42561984,0.5,0.54545456,0.58677685,0.59917355,0.59504133,0.6198347,0.60330576,0.6280992,0.6487603,0.6487603,0.6694215,0.6818182,0.6652893,0.6694215,0.661157,0.6487603,0.6280992,0.59504133,0.5289256,0.5,0.5123967,0.57024795,0.6322314,0.677686,0.72727275,0.72727275,0.71900827,0.6818182,0.6363636,0.59090906,0.56198347,0.59090906,0.61157024,0.6446281,0.677686,0.71900827,0.73966944,0.7355372,0.74380165,0.7355372,0.72727275,0.71900827,0.71487606,0.7066116,0.70247936,0.70247936,0.71487606,0.7066116,0.7066116,0.71487606,0.6942149,0.677686,0.661157,0.6404959,0.60330576,0.5661157,0.5123967,0.48347107,0.23140496,0.29752067,0.43801653,0.41322315,0.3553719,0.40082645,0.46280992,0.5206612,0.55785125,0.57438016,0.57024795,0.59917355,0.61157024,0.61570245,0.6446281,0.6322314,0.6487603,0.6694215,0.6528926,0.661157,0.661157,0.6446281,0.61157024,0.59090906,0.5289256,0.49586776,0.56198347,0.607438,0.6694215,0.70247936,0.73140496,0.7355372,0.72727275,0.7066116,0.661157,0.6198347,0.57438016,0.57438016,0.61157024,0.661157,0.6983471,0.72727275,0.7355372,0.73140496,0.73140496,0.7355372,0.73140496,0.73140496,0.72727275,0.7231405,0.7066116,0.69008267,0.69008267,0.6818182,0.6942149,0.69008267,0.6694215,0.6570248,0.6404959,0.61570245,0.58677685,0.5495868,0.5,0.47933885,0.23553719,0.24380165,0.43801653,0.5082645,0.35123968,0.338843,0.46280992,0.4752066,0.5123967,0.55785125,0.553719,0.5785124,0.59504133,0.61157024,0.6363636,0.61570245,0.6363636,0.6446281,0.6363636,0.661157,0.6404959,0.62396693,0.57438016,0.5289256,0.49586776,0.5165289,0.59917355,0.6404959,0.6983471,0.73140496,0.74380165,0.74793386,0.7355372,0.7107438,0.6652893,0.6322314,0.58677685,0.5661157,0.59917355,0.6363636,0.677686,0.7107438,0.72727275,0.73140496,0.72727275,0.7355372,0.7355372,0.72727275,0.72727275,0.71900827,0.7066116,0.6942149,0.6818182,0.6694215,0.6735537,0.6735537,0.6487603,0.6404959,0.6198347,0.59090906,0.57024795,0.53305787,0.49173555,0.4752066,0.24380165,0.21900827,0.41735536,0.5123967,0.3677686,0.3264463,0.41322315,0.4752066,0.49173555,0.5371901,0.5371901,0.57024795,0.59090906,0.60330576,0.62396693,0.61157024,0.61570245,0.6198347,0.6322314,0.6446281,0.6198347,0.54545456,0.5165289,0.5289256,0.5041322,0.5123967,0.60330576,0.6652893,0.7231405,0.75206614,0.74793386,0.76033056,0.73966944,0.7066116,0.6570248,0.6363636,0.59504133,0.5661157,0.61570245,0.59917355,0.61570245,0.6735537,0.71900827,0.7355372,0.72727275,0.72727275,0.72727275,0.71900827,0.7231405,0.71900827,0.7066116,0.6983471,0.6735537,0.6570248,0.661157,0.6528926,0.6363636,0.61570245,0.59917355,0.57024795,0.5495868,0.5082645,0.4752066,0.47933885,0.2520661,0.21900827,0.38429752,0.49586776,0.3966942,0.29752067,0.40495867,0.4338843,0.4876033,0.5123967,0.54545456,0.56198347,0.57438016,0.59917355,0.607438,0.607438,0.59917355,0.61570245,0.6198347,0.61157024,0.56198347,0.49586776,0.5082645,0.54545456,0.4752066,0.5165289,0.58677685,0.661157,0.71487606,0.73966944,0.74793386,0.77272725,0.75206614,0.6983471,0.6446281,0.62396693,0.59090906,0.5785124,0.6363636,0.607438,0.5785124,0.6280992,0.69008267,0.7107438,0.71900827,0.71900827,0.71900827,0.70247936,0.7066116,0.7066116,0.6942149,0.677686,0.6652893,0.6528926,0.661157,0.6280992,0.62396693,0.59917355,0.57438016,0.56198347,0.5289256,0.4876033,0.47107437,0.49173555,0.2644628,0.2107438,0.338843,0.44214877,0.41322315,0.29752067,0.38429752,0.42975205,0.45454547,0.49173555,0.5413223,0.54545456,0.55785125,0.59090906,0.59090906,0.59090906,0.59917355,0.607438,0.59090906,0.5661157,0.5041322,0.45041323,0.5206612,0.5247934,0.47933885,0.5,0.56198347,0.6363636,0.6942149,0.71900827,0.73966944,0.77272725,0.7644628,0.6942149,0.6322314,0.607438,0.5661157,0.57438016,0.6446281,0.62396693,0.56198347,0.58264464,0.62396693,0.661157,0.6942149,0.70247936,0.6983471,0.69008267,0.6859504,0.6983471,0.677686,0.661157,0.6570248,0.6404959,0.6322314,0.6198347,0.61157024,0.607438,0.55785125,0.5413223,0.5247934,0.49173555,0.48347107,0.5041322,0.27272728,0.23553719,0.26859504,0.35950413,0.38842976,0.32231405,0.35123968,0.4090909,0.43801653,0.4876033,0.5082645,0.5247934,0.553719,0.56198347,0.5785124,0.57024795,0.5785124,0.59090906,0.55785125,0.5123967,0.43801653,0.41322315,0.5041322,0.5123967,0.44214877,0.4338843,0.5,0.58264464,0.6487603,0.6859504,0.6983471,0.7231405,0.7231405,0.6570248,0.59504133,0.56198347,0.54545456,0.5785124,0.6363636,0.61570245,0.5289256,0.5495868,0.59090906,0.6198347,0.6528926,0.6694215,0.677686,0.677686,0.677686,0.6818182,0.6652893,0.661157,0.6570248,0.6322314,0.607438,0.61570245,0.60330576,0.58264464,0.5495868,0.5247934,0.5165289,0.48347107,0.49586776,0.5041322,0.26859504,0.25619835,0.25619835,0.2644628,0.3264463,0.3429752,0.3429752,0.39256197,0.41735536,0.45867768,0.47107437,0.5082645,0.53305787,0.5495868,0.56198347,0.5661157,0.5661157,0.57024795,0.53305787,0.4752066,0.40082645,0.38429752,0.446281,0.45867768,0.41322315,0.3553719,0.38429752,0.46694216,0.57024795,0.6322314,0.6363636,0.6446281,0.6322314,0.57438016,0.5247934,0.5041322,0.5123967,0.5661157,0.60330576,0.58264464,0.5082645,0.5495868,0.58264464,0.59090906,0.61570245,0.6487603,0.6694215,0.6735537,0.6652893,0.661157,0.6528926,0.6570248,0.6446281,0.62396693,0.58677685,0.58264464,0.58264464,0.56198347,0.55785125,0.5289256,0.5041322,0.4876033,0.5,0.5082645,0.2603306,0.2603306,0.2644628,0.24380165,0.25619835,0.338843,0.3553719,0.37190083,0.4090909,0.44214877,0.45454547,0.4876033,0.5247934,0.5413223,0.5495868,0.57438016,0.57024795,0.5495868,0.5165289,0.4752066,0.42975205,0.40495867,0.3677686,0.33471075,0.2892562,0.24793388,0.2768595,0.3429752,0.45454547,0.5413223,0.56198347,0.57438016,0.54545456,0.48347107,0.44214877,0.41322315,0.446281,0.48347107,0.5247934,0.5165289,0.5206612,0.56198347,0.60330576,0.59090906,0.59090906,0.6198347,0.6570248,0.6694215,0.6570248,0.6528926,0.6363636,0.6528926,0.6322314,0.607438,0.58677685,0.57438016,0.57438016,0.55785125,0.5371901,0.5206612,0.5041322,0.49586776,0.5041322,0.5082645,0.2603306,0.25619835,0.2603306,0.24793388,0.24380165,0.3140496,0.37603307,0.37603307,0.39256197,0.42975205,0.45041323,0.46694216,0.5041322,0.5289256,0.5495868,0.57024795,0.57024795,0.553719,0.53305787,0.49586776,0.45454547,0.45867768,0.37603307,0.25619835,0.1983471,0.17768595,0.19008264,0.2520661,0.37190083,0.45867768,0.49173555,0.5123967,0.4876033,0.40082645,0.34710744,0.30578512,0.2892562,0.30991736,0.38842976,0.47107437,0.54545456,0.57438016,0.6363636,0.6487603,0.60330576,0.59090906,0.6322314,0.6487603,0.6570248,0.6446281,0.6322314,0.6446281,0.62396693,0.607438,0.58677685,0.58677685,0.55785125,0.553719,0.5413223,0.5165289,0.5041322,0.5041322,0.5123967,0.49586776,0.2520661,0.2603306,0.2520661,0.2520661,0.24793388,0.30578512,0.36363637,0.38016528,0.38842976,0.41322315,0.45041323,0.47107437,0.5,0.5247934,0.54545456,0.55785125,0.5661157,0.5661157,0.56198347,0.5371901,0.49173555,0.5041322,0.42975205,0.26859504,0.21487603,0.21900827,0.23553719,0.2231405,0.3140496,0.39256197,0.42561984,0.44214877,0.45454547,0.3966942,0.40495867,0.37190083,0.33471075,0.3181818,0.38016528,0.5041322,0.57024795,0.58264464,0.6322314,0.677686,0.6446281,0.58677685,0.61157024,0.6363636,0.6487603,0.6446281,0.6322314,0.6280992,0.62396693,0.61157024,0.59917355,0.57024795,0.55785125,0.5495868,0.53305787,0.5206612,0.5123967,0.5123967,0.5165289,0.49586776,0.25619835,0.2603306,0.2520661,0.25619835,0.23553719,0.2892562,0.36363637,0.3677686,0.38842976,0.4090909,0.42561984,0.45041323,0.4876033,0.5247934,0.5413223,0.55785125,0.5661157,0.57024795,0.57438016,0.57024795,0.54545456,0.54545456,0.5041322,0.38429752,0.30165288,0.28099173,0.25619835,0.24793388,0.2768595,0.3264463,0.35950413,0.37190083,0.43801653,0.45454547,0.5,0.47933885,0.4876033,0.5165289,0.53305787,0.57024795,0.58264464,0.57438016,0.62396693,0.6570248,0.6694215,0.6280992,0.59917355,0.6322314,0.6404959,0.6363636,0.6280992,0.6198347,0.61157024,0.59504133,0.58677685,0.57024795,0.5495868,0.53305787,0.5289256,0.5206612,0.5123967,0.5123967,0.5165289,0.5041322,0.2603306,0.2603306,0.25619835,0.25619835,0.23553719,0.2768595,0.3553719,0.3677686,0.38842976,0.41322315,0.42975205,0.446281,0.4752066,0.5206612,0.54545456,0.56198347,0.5785124,0.58677685,0.57438016,0.57024795,0.56198347,0.54545456,0.5413223,0.49173555,0.4214876,0.3677686,0.32231405,0.29752067,0.30578512,0.30991736,0.3553719,0.37603307,0.446281,0.47107437,0.5,0.5413223,0.55785125,0.5785124,0.57438016,0.59090906,0.58677685,0.59504133,0.61157024,0.6446281,0.6694215,0.6528926,0.6280992,0.6198347,0.6363636,0.6322314,0.6280992,0.61157024,0.61157024,0.59090906,0.5785124,0.5661157,0.5413223,0.5289256,0.5247934,0.5165289,0.5165289,0.5082645,0.5123967,0.5041322,0.2520661,0.25619835,0.25619835,0.25619835,0.24380165,0.2644628,0.338843,0.3677686,0.38429752,0.41735536,0.41735536,0.446281,0.47933885,0.5206612,0.5495868,0.57438016,0.607438,0.61157024,0.58677685,0.56198347,0.553719,0.5371901,0.53305787,0.5495868,0.5082645,0.46694216,0.4214876,0.41735536,0.40495867,0.4090909,0.40495867,0.446281,0.46694216,0.49586776,0.5206612,0.5785124,0.57024795,0.56198347,0.57024795,0.56198347,0.5785124,0.59917355,0.61570245,0.6198347,0.6446281,0.661157,0.661157,0.6363636,0.6280992,0.6363636,0.62396693,0.607438,0.59917355,0.58264464,0.57024795,0.55785125,0.5371901,0.5289256,0.5289256,0.5165289,0.5082645,0.5082645,0.5082645,0.5082645,0.24793388,0.25619835,0.2520661,0.2603306,0.24793388,0.23966943,0.32231405,0.35950413,0.37603307,0.4090909,0.4214876,0.42975205,0.46280992,0.5123967,0.553719,0.59090906,0.6198347,0.607438,0.58677685,0.57024795,0.5495868,0.5165289,0.5206612,0.54545456,0.53305787,0.5206612,0.5247934,0.5165289,0.5,0.49173555,0.4752066,0.49173555,0.49586776,0.5165289,0.53305787,0.57438016,0.57438016,0.5495868,0.5661157,0.5495868,0.5661157,0.58264464,0.59917355,0.6198347,0.6322314,0.6528926,0.661157,0.6528926,0.6198347,0.62396693,0.61157024,0.59917355,0.58677685,0.58264464,0.57024795,0.55785125,0.5413223,0.5371901,0.5289256,0.5165289,0.5082645,0.5082645,0.5123967,0.5082645,0.24793388,0.2603306,0.25619835,0.2603306,0.2520661,0.22727273,0.30165288,0.3553719,0.3677686,0.4214876,0.42975205,0.4090909,0.446281,0.5247934,0.55785125,0.59504133,0.59917355,0.57438016,0.553719,0.5495868,0.5413223,0.5041322,0.5247934,0.54545456,0.57024795,0.57438016,0.6280992,0.6404959,0.59917355,0.54545456,0.49173555,0.5495868,0.53305787,0.54545456,0.55785125,0.57438016,0.5785124,0.57438016,0.57024795,0.5495868,0.57024795,0.5785124,0.59090906,0.61570245,0.6198347,0.6404959,0.6404959,0.6404959,0.62396693,0.61157024,0.61157024,0.59917355,0.58264464,0.58264464,0.57438016,0.5495868,0.5289256,0.5289256,0.5289256,0.5247934,0.5165289,0.5082645,0.5123967,0.5041322,0.25619835,0.25619835,0.2520661,0.2520661,0.2520661,0.23966943,0.26859504,0.34710744,0.36363637,0.40082645,0.42561984,0.3966942,0.4214876,0.5247934,0.5413223,0.57024795,0.58264464,0.5495868,0.5247934,0.5082645,0.5123967,0.5,0.5041322,0.5413223,0.58677685,0.59917355,0.6487603,0.6859504,0.6818182,0.6322314,0.553719,0.58677685,0.57438016,0.55785125,0.5785124,0.57438016,0.59917355,0.59917355,0.5785124,0.57438016,0.57024795,0.57438016,0.57024795,0.5785124,0.607438,0.61157024,0.61157024,0.61157024,0.61570245,0.607438,0.607438,0.59090906,0.57438016,0.57438016,0.57024795,0.553719,0.5371901,0.53305787,0.5289256,0.5206612,0.5082645,0.5,0.5165289,0.48347107,0.25619835,0.24793388,0.25619835,0.24793388,0.2603306,0.2520661,0.23553719,0.3264463,0.3677686,0.39256197,0.3966942,0.3966942,0.40082645,0.5082645,0.5289256,0.5371901,0.55785125,0.53305787,0.49173555,0.4876033,0.47107437,0.46280992,0.47107437,0.46694216,0.446281,0.43801653,0.4214876,0.47933885,0.53305787,0.53305787,0.5371901,0.5289256,0.5165289,0.49173555,0.5082645,0.5289256,0.5661157,0.58677685,0.58677685,0.5785124,0.57024795,0.5661157,0.5495868,0.54545456,0.57024795,0.5785124,0.5785124,0.59504133,0.60330576,0.59504133,0.59917355,0.58264464,0.55785125,0.553719,0.55785125,0.553719,0.5371901,0.5413223,0.5289256,0.5206612,0.5123967,0.5041322,0.5123967,0.43801653,0.2603306,0.25619835,0.25619835,0.2520661,0.2603306,0.2520661,0.2231405,0.29752067,0.35950413,0.38016528,0.3966942,0.3966942,0.37603307,0.5,0.5165289,0.5247934,0.5371901,0.5247934,0.47107437,0.46280992,0.38842976,0.38842976,0.36363637,0.32231405,0.2768595,0.29338843,0.3181818,0.3181818,0.338843,0.3429752,0.37603307,0.39256197,0.3966942,0.37603307,0.3677686,0.4090909,0.44214877,0.47107437,0.5082645,0.5289256,0.55785125,0.57024795,0.5413223,0.5123967,0.5289256,0.55785125,0.55785125,0.5785124,0.5785124,0.57438016,0.58677685,0.5785124,0.5495868,0.5495868,0.553719,0.5413223,0.5289256,0.5413223,0.5247934,0.5206612,0.5123967,0.5082645,0.5041322,0.39256197,0.25619835,0.25619835,0.2520661,0.25619835,0.25619835,0.24793388,0.24793388,0.23553719,0.3429752,0.36363637,0.38429752,0.39256197,0.38429752,0.45454547,0.5247934,0.5206612,0.53305787,0.5123967,0.47107437,0.43801653,0.3264463,0.2644628,0.23140496,0.18181819,0.16528925,0.27272728,0.4214876,0.46694216,0.49586776,0.45454547,0.44214877,0.49173555,0.49173555,0.44214877,0.36363637,0.3677686,0.38429752,0.338843,0.32231405,0.35950413,0.4214876,0.45454547,0.446281,0.43801653,0.47933885,0.5289256,0.54545456,0.55785125,0.5661157,0.56198347,0.58677685,0.5785124,0.5495868,0.54545456,0.54545456,0.5413223,0.5371901,0.5413223,0.5289256,0.5165289,0.5123967,0.49586776,0.5,0.3553719,0.25619835,0.2520661,0.24380165,0.2520661,0.24793388,0.24793388,0.2520661,0.21900827,0.29338843,0.37190083,0.36363637,0.38016528,0.37603307,0.4338843,0.5165289,0.5123967,0.5289256,0.5123967,0.48347107,0.45867768,0.38016528,0.23966943,0.1983471,0.15289256,0.10330579,0.17768595,0.3677686,0.49173555,0.54545456,0.49173555,0.4752066,0.57024795,0.55785125,0.5165289,0.37603307,0.30991736,0.3677686,0.30165288,0.2107438,0.19421488,0.17768595,0.21900827,0.25619835,0.28512397,0.40082645,0.4876033,0.5123967,0.53305787,0.553719,0.553719,0.59504133,0.5785124,0.54545456,0.5413223,0.5413223,0.54545456,0.53305787,0.5247934,0.5247934,0.5165289,0.5082645,0.4752066,0.48347107,0.35123968,0.2644628,0.24793388,0.2520661,0.2520661,0.24793388,0.24380165,0.2520661,0.23140496,0.23966943,0.35123968,0.35123968,0.37190083,0.36363637,0.40082645,0.5082645,0.5289256,0.5495868,0.5371901,0.5247934,0.5206612,0.5247934,0.40495867,0.3305785,0.2603306,0.16528925,0.16115703,0.17355372,0.21900827,0.27272728,0.22727273,0.24380165,0.3429752,0.338843,0.3264463,0.24793388,0.23553719,0.33471075,0.3264463,0.2520661,0.19008264,0.12396694,0.23553719,0.3305785,0.40495867,0.5,0.53305787,0.5289256,0.5495868,0.55785125,0.55785125,0.59917355,0.57438016,0.54545456,0.5371901,0.5413223,0.5371901,0.5289256,0.5289256,0.5165289,0.5123967,0.49586776,0.43801653,0.5289256,0.3264463,0.2520661,0.2603306,0.24380165,0.25619835,0.23966943,0.2520661,0.24793388,0.24793388,0.23966943,0.28099173,0.35950413,0.34710744,0.3677686,0.37190083,0.47933885,0.5289256,0.57438016,0.58264464,0.57024795,0.5661157,0.58677685,0.5247934,0.43801653,0.42561984,0.3553719,0.2768595,0.25619835,0.2603306,0.24793388,0.2107438,0.18595041,0.22727273,0.2520661,0.2644628,0.2892562,0.36363637,0.3966942,0.36363637,0.35950413,0.3140496,0.2603306,0.36363637,0.4214876,0.49586776,0.57438016,0.57024795,0.5495868,0.5661157,0.56198347,0.56198347,0.59504133,0.5661157,0.5371901,0.5413223,0.53305787,0.53305787,0.53305787,0.5123967,0.5123967,0.5123967,0.45041323,0.48347107,0.5247934,0.32231405,0.2520661,0.2520661,0.23966943,0.2520661,0.23966943,0.2603306,0.24380165,0.24793388,0.23966943,0.24793388,0.338843,0.3553719,0.34710744,0.35123968,0.42975205,0.5165289,0.56198347,0.607438,0.61157024,0.58677685,0.57024795,0.53305787,0.4752066,0.47107437,0.46280992,0.45041323,0.43801653,0.42975205,0.41322315,0.3305785,0.32231405,0.40082645,0.446281,0.45867768,0.5123967,0.5413223,0.38842976,0.36363637,0.4214876,0.42975205,0.3966942,0.42561984,0.48347107,0.5495868,0.59917355,0.59917355,0.58264464,0.58677685,0.5785124,0.57438016,0.59504133,0.5495868,0.5289256,0.5413223,0.5371901,0.5289256,0.5247934,0.5123967,0.5082645,0.49173555,0.4338843,0.5165289,0.5165289,0.3140496,0.2520661,0.2520661,0.24380165,0.2520661,0.24380165,0.2520661,0.24793388,0.24380165,0.23966943,0.23553719,0.28512397,0.37603307,0.3553719,0.35123968,0.3966942,0.4876033,0.54545456,0.59917355,0.62396693,0.59504133,0.553719,0.5082645,0.47933885,0.46280992,0.45867768,0.45867768,0.45867768,0.48347107,0.49173555,0.4214876,0.43801653,0.5123967,0.54545456,0.53305787,0.5785124,0.56198347,0.41322315,0.42975205,0.44214877,0.46280992,0.45454547,0.48347107,0.5206612,0.56198347,0.607438,0.59917355,0.59917355,0.59917355,0.59504133,0.58677685,0.58677685,0.5413223,0.5289256,0.5371901,0.53305787,0.5289256,0.5165289,0.5165289,0.4876033,0.45041323,0.47107437,0.5495868,0.48347107,0.30991736,0.24380165,0.24380165,0.2520661,0.25619835,0.2520661,0.24793388,0.24793388,0.2520661,0.24380165,0.1983471,0.23966943,0.35950413,0.36363637,0.34710744,0.3677686,0.45041323,0.5206612,0.57024795,0.59504133,0.58677685,0.54545456,0.49586776,0.46694216,0.44214877,0.4338843,0.4338843,0.44214877,0.48347107,0.5289256,0.5371901,0.5206612,0.5289256,0.5371901,0.5371901,0.56198347,0.553719,0.5247934,0.5082645,0.4876033,0.5,0.46694216,0.4876033,0.5289256,0.56198347,0.58677685,0.59090906,0.59504133,0.61570245,0.59090906,0.5661157,0.57024795,0.5371901,0.5289256,0.5289256,0.53305787,0.5165289,0.5123967,0.5,0.45041323,0.45867768,0.53305787,0.5413223,0.4338843,0.2892562,0.23966943,0.24793388,0.24793388,0.2520661,0.24793388,0.24380165,0.24793388,0.2603306,0.23140496,0.13636364,0.2107438,0.37603307,0.36363637,0.35123968,0.3429752,0.4090909,0.49173555,0.5371901,0.5661157,0.57024795,0.5371901,0.5041322,0.46694216,0.42975205,0.4090909,0.4090909,0.41322315,0.45041323,0.4752066,0.5041322,0.5413223,0.54545456,0.5206612,0.53305787,0.54545456,0.54545456,0.55785125,0.5206612,0.4752066,0.46280992,0.46280992,0.5082645,0.5413223,0.56198347,0.58677685,0.59090906,0.59504133,0.607438,0.5785124,0.5495868,0.553719,0.5371901,0.5206612,0.5289256,0.5206612,0.5082645,0.49586776,0.46280992,0.46280992,0.5123967,0.553719,0.5371901,0.3553719,0.23966943,0.23966943,0.24380165,0.24380165,0.24380165,0.23966943,0.24380165,0.25619835,0.24793388,0.17768595,0.08264463,0.20247933,0.37603307,0.35950413,0.3429752,0.338843,0.37603307,0.43801653,0.5082645,0.5495868,0.5495868,0.5371901,0.5041322,0.47107437,0.41735536,0.39256197,0.40495867,0.4090909,0.42975205,0.446281,0.46694216,0.5165289,0.5247934,0.5082645,0.49173555,0.5082645,0.4876033,0.4876033,0.45454547,0.44214877,0.46694216,0.49586776,0.5247934,0.53305787,0.5661157,0.58264464,0.58677685,0.58264464,0.57438016,0.5495868,0.5413223,0.5495868,0.53305787,0.5165289,0.5165289,0.5082645,0.5,0.46694216,0.44214877,0.49586776,0.5413223,0.553719,0.5371901,0.29752067,0.23966943,0.24380165,0.24793388,0.24380165,0.23966943,0.24380165,0.2520661,0.2603306,0.2107438,0.11983471,0.053719006,0.19008264,0.38842976,0.38016528,0.3305785,0.338843,0.36363637,0.4090909,0.46694216,0.53305787,0.5413223,0.5371901,0.5082645,0.47933885,0.45041323,0.4090909,0.38016528,0.38429752,0.3966942,0.40495867,0.41735536,0.42975205,0.46280992,0.45454547,0.44214877,0.45454547,0.446281,0.44214877,0.4338843,0.46280992,0.49173555,0.5123967,0.5247934,0.5247934,0.56198347,0.57024795,0.59090906,0.59917355,0.58264464,0.5289256,0.53305787,0.5413223,0.5289256,0.5165289,0.5,0.4876033,0.47933885,0.446281,0.46694216,0.5371901,0.54545456,0.5413223,0.5082645,0.25619835,0.17355372,0.24380165,0.23966943,0.24380165,0.23553719,0.24380165,0.2603306,0.25619835,0.1694215,0.09090909,0.041322313,0.17768595,0.38016528,0.40495867,0.33471075,0.34710744,0.3553719,0.38842976,0.43801653,0.5,0.5413223,0.56198347,0.53305787,0.4876033,0.47107437,0.45454547,0.40495867,0.4090909,0.39256197,0.39256197,0.37603307,0.3677686,0.38842976,0.3966942,0.38842976,0.41322315,0.43801653,0.446281,0.45454547,0.4876033,0.5041322,0.5041322,0.5165289,0.5413223,0.57438016,0.58677685,0.607438,0.59917355,0.5661157,0.53305787,0.5247934,0.53305787,0.5247934,0.5123967,0.4876033,0.46280992,0.446281,0.45454547,0.5123967,0.5495868,0.54545456,0.57024795,0.49173555,0.18595041,0.10330579,0.24380165,0.24380165,0.23966943,0.24380165,0.23553719,0.3264463,0.29338843,0.13636364,0.0785124,0.037190083,0.17355372,0.38842976,0.41322315,0.34710744,0.338843,0.3429752,0.37603307,0.42561984,0.4752066,0.5371901,0.57024795,0.57438016,0.5289256,0.49586776,0.4876033,0.45041323,0.46280992,0.446281,0.44214877,0.44214877,0.4338843,0.4214876,0.42975205,0.42561984,0.446281,0.446281,0.47107437,0.48347107,0.5041322,0.5123967,0.5247934,0.5371901,0.54545456,0.58264464,0.607438,0.61157024,0.58677685,0.553719,0.5371901,0.5206612,0.5206612,0.5165289,0.5,0.46694216,0.4214876,0.42975205,0.49173555,0.5413223,0.553719,0.5413223,0.55785125,0.45041323,0.18181819,0.06198347,0.24380165,0.24793388,0.23553719,0.22727273,0.28512397,0.49173555,0.37190083,0.10743801,0.07024793,0.037190083,0.17768595,0.40082645,0.40082645,0.36363637,0.30578512,0.3305785,0.34710744,0.4090909,0.46280992,0.5206612,0.56198347,0.607438,0.58264464,0.5495868,0.5289256,0.48347107,0.49586776,0.47933885,0.46694216,0.46694216,0.45454547,0.45454547,0.46694216,0.4752066,0.47933885,0.46694216,0.4876033,0.49173555,0.5123967,0.5206612,0.5413223,0.55785125,0.57438016,0.60330576,0.6198347,0.60330576,0.5661157,0.55785125,0.53305787,0.5123967,0.5082645,0.49586776,0.46694216,0.41735536,0.41735536,0.4752066,0.5247934,0.54545456,0.54545456,0.5289256,0.56198347,0.3966942,0.12809917,0.045454547,0.23966943,0.23553719,0.2231405,0.2644628,0.43801653,0.6198347,0.37190083,0.08677686,0.07024793,0.02892562,0.16115703,0.41322315,0.3966942,0.37190083,0.33471075,0.2768595,0.338843,0.38429752,0.42975205,0.5041322,0.5371901,0.607438,0.59917355,0.59504133,0.58677685,0.5495868,0.56198347,0.5371901,0.5413223,0.5247934,0.5123967,0.5123967,0.5165289,0.5123967,0.5206612,0.5123967,0.5206612,0.5247934,0.5371901,0.5413223,0.5495868,0.5785124,0.59917355,0.6198347,0.61570245,0.59090906,0.56198347,0.5371901,0.5123967,0.49586776,0.4876033,0.45454547,0.40495867,0.40495867,0.46694216,0.5165289,0.5371901,0.54545456,0.5371901,0.5247934,0.5495868,0.3305785,0.10743801,0.06198347,0.23553719,0.2231405,0.29338843,0.43801653,0.58264464,0.6570248,0.32231405,0.0785124,0.08264463,0.024793388,0.16528925,0.41735536,0.40495867,0.37190083,0.36363637,0.30991736,0.23553719,0.36363637,0.4090909,0.45867768,0.5165289,0.57024795,0.59090906,0.60330576,0.6363636,0.62396693,0.6404959,0.6322314,0.6322314,0.607438,0.61157024,0.59917355,0.59504133,0.5785124,0.5661157,0.58264464,0.59090906,0.58677685,0.58264464,0.57024795,0.57438016,0.59090906,0.59917355,0.61570245,0.60330576,0.58677685,0.5495868,0.5123967,0.4876033,0.47933885,0.4338843,0.37603307,0.38842976,0.45867768,0.5123967,0.5206612,0.53305787,0.5413223,0.5289256,0.5082645,0.5206612,0.27272728,0.08677686,0.0785124,0.23140496,0.3429752,0.49173555,0.57438016,0.6363636,0.62396693,0.28099173,0.0661157,0.09917355,0.020661157,0.16528925,0.41735536,0.3966942,0.37603307,0.35950413,0.3305785,0.28512397,0.2644628,0.3553719,0.4214876,0.4876033,0.5371901,0.55785125,0.58677685,0.61570245,0.6322314,0.6280992,0.6528926,0.6487603,0.6528926,0.6322314,0.6322314,0.6280992,0.6280992,0.6198347,0.6363636,0.6404959,0.6322314,0.6198347,0.60330576,0.607438,0.59504133,0.59090906,0.59504133,0.57024795,0.5495868,0.5247934,0.47107437,0.45867768,0.42561984,0.36363637,0.37190083,0.446281,0.5082645,0.5247934,0.49586776,0.5206612,0.53305787,0.5123967,0.5082645,0.49586776,0.19421488,0.07024793,0.09917355,0.35950413,0.57024795,0.55785125,0.6280992,0.677686,0.607438,0.23553719,0.05785124,0.12396694,0.020661157,0.1570248,0.40495867,0.40082645,0.37603307,0.3677686,0.33471075,0.30578512,0.24380165,0.2644628,0.37603307,0.43801653,0.5,0.5206612,0.5495868,0.56198347,0.58677685,0.59090906,0.60330576,0.607438,0.607438,0.61570245,0.62396693,0.6280992,0.6198347,0.6322314,0.6487603,0.6570248,0.6446281,0.6198347,0.6198347,0.61570245,0.59090906,0.58677685,0.57438016,0.54545456,0.5165289,0.46694216,0.43801653,0.40082645,0.36363637,0.39256197,0.45041323,0.5041322,0.53305787,0.5165289,0.47933885,0.5123967,0.5206612,0.5082645,0.5041322,0.43801653,0.11570248,0.0785124,0.09917355,0.55785125,0.607438,0.5785124,0.6818182,0.71900827,0.59917355,0.1694215,0.07024793,0.12809917,0.03305785,0.1694215,0.37603307,0.39256197,0.39256197,0.38429752,0.35123968,0.30991736,0.26859504,0.24380165,0.28512397,0.38016528,0.45041323,0.48347107,0.5123967,0.5247934,0.5371901,0.54545456,0.553719,0.553719,0.56198347,0.59917355,0.607438,0.59090906,0.57438016,0.59504133,0.6198347,0.6280992,0.61570245,0.60330576,0.607438,0.59917355,0.5785124,0.56198347,0.5495868,0.5123967,0.46694216,0.41735536,0.37603307,0.36363637,0.40495867,0.46280992,0.5041322,0.5247934,0.53305787,0.5206612,0.49586776,0.5206612,0.5123967,0.49586776,0.49586776,0.37603307,0.07438017,0.07438017,0.12809917,0.62396693,0.59090906,0.6280992,0.6570248,0.7355372,0.59504133,0.14876033,0.09504132,0.1322314,0.05785124,0.16528925,0.35123968,0.3677686,0.3966942,0.38429752,0.37190083,0.3264463,0.28512397,0.24793388,0.24793388,0.28099173,0.37190083,0.4338843,0.46694216,0.49173555,0.5041322,0.5082645,0.5206612,0.53305787,0.5371901,0.55785125,0.55785125,0.553719,0.5413223,0.553719,0.57024795,0.56198347,0.55785125,0.56198347,0.57438016,0.56198347,0.5413223,0.5289256,0.5082645,0.45041323,0.39256197,0.36363637,0.37603307,0.41735536,0.45454547,0.5,0.5123967,0.53305787,0.53305787,0.5289256,0.5082645,0.5247934,0.5041322,0.48347107,0.47107437,0.28512397,0.06198347,0.12809917,0.09090909,20 +0.13636364,0.14049587,0.18595041,0.28099173,0.3181818,0.36363637,0.4090909,0.41735536,0.43801653,0.45454547,0.45867768,0.45454547,0.45041323,0.46694216,0.45454547,0.4752066,0.47933885,0.49173555,0.48347107,0.49173555,0.5041322,0.5247934,0.5413223,0.5413223,0.53305787,0.553719,0.553719,0.553719,0.56198347,0.57024795,0.53305787,0.553719,0.5495868,0.5247934,0.5289256,0.5165289,0.5206612,0.5082645,0.4752066,0.4752066,0.4752066,0.446281,0.44214877,0.42975205,0.44214877,0.41735536,0.38842976,0.4090909,0.3966942,0.38842976,0.39256197,0.38429752,0.38016528,0.38016528,0.3677686,0.35123968,0.338843,0.29338843,0.24380165,0.2231405,0.1570248,0.11983471,0.13636364,0.12396694,0.16528925,0.1570248,0.20661157,0.3140496,0.338843,0.3966942,0.41322315,0.45041323,0.45454547,0.45867768,0.44214877,0.46694216,0.45867768,0.47107437,0.45867768,0.4876033,0.47933885,0.5123967,0.5041322,0.5165289,0.5123967,0.53305787,0.5413223,0.5206612,0.5371901,0.54545456,0.553719,0.5371901,0.553719,0.55785125,0.553719,0.56198347,0.5495868,0.5495868,0.53305787,0.5371901,0.54545456,0.5371901,0.5123967,0.49586776,0.47933885,0.46280992,0.46280992,0.44214877,0.45454547,0.43801653,0.41322315,0.42561984,0.40082645,0.38842976,0.3966942,0.38429752,0.38429752,0.38429752,0.37190083,0.36363637,0.3553719,0.3305785,0.27272728,0.24793388,0.16528925,0.12809917,0.1446281,0.11570248,0.15289256,0.17355372,0.23553719,0.3305785,0.36363637,0.40082645,0.43801653,0.45454547,0.45454547,0.45454547,0.46280992,0.45454547,0.47107437,0.4752066,0.4876033,0.49173555,0.5,0.5206612,0.5371901,0.5371901,0.55785125,0.56198347,0.57438016,0.5495868,0.56198347,0.57024795,0.57024795,0.56198347,0.55785125,0.56198347,0.57438016,0.55785125,0.5413223,0.553719,0.55785125,0.553719,0.57024795,0.55785125,0.55785125,0.5165289,0.5165289,0.5123967,0.5041322,0.49586776,0.4752066,0.47107437,0.46280992,0.43801653,0.41735536,0.41322315,0.3966942,0.38016528,0.40495867,0.37190083,0.38842976,0.38016528,0.3553719,0.35123968,0.30165288,0.26859504,0.20247933,0.12809917,0.1322314,0.1322314,0.1446281,0.17355372,0.2644628,0.38016528,0.38016528,0.44214877,0.45041323,0.46280992,0.45041323,0.45454547,0.46694216,0.4876033,0.49173555,0.48347107,0.5123967,0.5206612,0.5289256,0.53305787,0.57024795,0.57024795,0.59917355,0.607438,0.61570245,0.661157,0.6528926,0.61570245,0.607438,0.57024795,0.58677685,0.607438,0.61570245,0.59090906,0.58677685,0.59090906,0.59090906,0.5785124,0.60330576,0.61157024,0.61157024,0.58264464,0.607438,0.57024795,0.56198347,0.5413223,0.5206612,0.49586776,0.48347107,0.45867768,0.4214876,0.4214876,0.38429752,0.38429752,0.39256197,0.3966942,0.38016528,0.38016528,0.37603307,0.35950413,0.3181818,0.28512397,0.21487603,0.1570248,0.12809917,0.12396694,0.14876033,0.1694215,0.2768595,0.38016528,0.40082645,0.44214877,0.46280992,0.446281,0.46280992,0.45041323,0.47933885,0.49173555,0.4876033,0.5,0.5289256,0.54545456,0.5495868,0.553719,0.5785124,0.607438,0.6404959,0.6694215,0.69008267,0.6983471,0.7231405,0.6859504,0.61570245,0.61570245,0.6404959,0.661157,0.661157,0.6404959,0.6528926,0.661157,0.661157,0.6694215,0.661157,0.6404959,0.6487603,0.6446281,0.6570248,0.59917355,0.57438016,0.5413223,0.5123967,0.47933885,0.446281,0.43801653,0.41322315,0.39256197,0.34710744,0.3429752,0.33471075,0.37603307,0.38016528,0.38842976,0.39256197,0.36363637,0.3429752,0.30165288,0.23140496,0.20247933,0.1322314,0.10330579,0.1322314,0.18595041,0.29752067,0.39256197,0.4214876,0.42561984,0.45867768,0.45454547,0.46280992,0.45867768,0.46280992,0.47107437,0.47107437,0.47107437,0.5041322,0.5123967,0.5165289,0.53305787,0.56198347,0.58677685,0.6280992,0.6570248,0.6942149,0.6652893,0.6735537,0.6694215,0.6404959,0.6322314,0.6694215,0.6818182,0.6735537,0.6818182,0.7066116,0.71900827,0.71487606,0.71900827,0.6404959,0.607438,0.59917355,0.59504133,0.57024795,0.5,0.4876033,0.45867768,0.3966942,0.3966942,0.37603307,0.3429752,0.36363637,0.338843,0.33471075,0.3264463,0.29752067,0.28099173,0.3305785,0.37603307,0.38016528,0.35123968,0.34710744,0.30578512,0.2644628,0.23140496,0.14049587,0.10743801,0.10743801,0.21487603,0.3140496,0.4090909,0.41735536,0.42975205,0.48347107,0.46694216,0.45041323,0.4090909,0.4214876,0.4214876,0.41735536,0.4214876,0.43801653,0.45041323,0.4876033,0.4876033,0.48347107,0.4876033,0.5123967,0.53305787,0.5413223,0.56198347,0.5661157,0.58264464,0.6404959,0.6198347,0.6198347,0.6363636,0.61570245,0.6570248,0.6363636,0.677686,0.6694215,0.6446281,0.55785125,0.5206612,0.5206612,0.5206612,0.46694216,0.41322315,0.35950413,0.3181818,0.27272728,0.2892562,0.2768595,0.2768595,0.28099173,0.28099173,0.3140496,0.3305785,0.30578512,0.26859504,0.2603306,0.3181818,0.36363637,0.36363637,0.34710744,0.3264463,0.28512397,0.23966943,0.1446281,0.10743801,0.12396694,0.23140496,0.3553719,0.38429752,0.41322315,0.44214877,0.47107437,0.45041323,0.38016528,0.37190083,0.39256197,0.40082645,0.36363637,0.38016528,0.38842976,0.35950413,0.338843,0.3305785,0.3305785,0.3429752,0.3677686,0.39256197,0.40495867,0.3966942,0.42975205,0.4752066,0.5206612,0.57438016,0.57438016,0.55785125,0.5661157,0.59917355,0.59504133,0.60330576,0.55785125,0.5495868,0.45454547,0.42975205,0.45867768,0.39256197,0.35950413,0.3140496,0.2644628,0.24793388,0.23140496,0.2644628,0.24793388,0.25619835,0.26859504,0.30165288,0.28099173,0.28512397,0.30578512,0.27272728,0.27272728,0.2520661,0.30991736,0.33471075,0.338843,0.32231405,0.30165288,0.2603306,0.1446281,0.12396694,0.1322314,0.27272728,0.35950413,0.40082645,0.40495867,0.44214877,0.42975205,0.38016528,0.33471075,0.37603307,0.38429752,0.3677686,0.3429752,0.35950413,0.3429752,0.3305785,0.2892562,0.26859504,0.26859504,0.29338843,0.27272728,0.30165288,0.30578512,0.30578512,0.33471075,0.37190083,0.44214877,0.4876033,0.5041322,0.5082645,0.5165289,0.5289256,0.5413223,0.53305787,0.5082645,0.47107437,0.4214876,0.3677686,0.37190083,0.30578512,0.3181818,0.28099173,0.27272728,0.2603306,0.24793388,0.2107438,0.2892562,0.28512397,0.3181818,0.34710744,0.3553719,0.3305785,0.33471075,0.33471075,0.30165288,0.30991736,0.2768595,0.2892562,0.33471075,0.3181818,0.30165288,0.2644628,0.19421488,0.12396694,0.13636364,0.2892562,0.35123968,0.40082645,0.41322315,0.41735536,0.37190083,0.38842976,0.4090909,0.446281,0.4090909,0.41322315,0.39256197,0.41735536,0.3677686,0.37190083,0.33471075,0.29338843,0.28099173,0.30165288,0.28512397,0.30991736,0.2768595,0.28512397,0.30991736,0.3181818,0.38842976,0.41735536,0.45454547,0.4876033,0.49173555,0.4876033,0.5165289,0.49173555,0.4752066,0.42561984,0.38429752,0.338843,0.3181818,0.2892562,0.2768595,0.25619835,0.2603306,0.25619835,0.26859504,0.33471075,0.35123968,0.38016528,0.38429752,0.41735536,0.4214876,0.41735536,0.41322315,0.39256197,0.35950413,0.38842976,0.338843,0.2892562,0.30991736,0.32231405,0.30165288,0.27272728,0.2107438,0.11570248,0.12396694,0.28512397,0.36363637,0.38429752,0.42975205,0.3677686,0.3181818,0.4338843,0.46694216,0.49586776,0.48347107,0.45041323,0.446281,0.45867768,0.45867768,0.446281,0.4090909,0.38842976,0.3677686,0.3140496,0.3264463,0.32231405,0.29752067,0.3181818,0.33471075,0.35123968,0.37603307,0.39256197,0.43801653,0.45867768,0.47107437,0.47107437,0.46280992,0.44214877,0.44214877,0.38842976,0.34710744,0.32231405,0.28099173,0.28512397,0.2520661,0.2644628,0.29338843,0.3429752,0.40495867,0.45041323,0.45867768,0.44214877,0.43801653,0.45041323,0.446281,0.43801653,0.4338843,0.4338843,0.41735536,0.42975205,0.4090909,0.3429752,0.2768595,0.3140496,0.32231405,0.29338843,0.2231405,0.13636364,0.13636364,0.28512397,0.36363637,0.40495867,0.38842976,0.3429752,0.41735536,0.4752066,0.5082645,0.5206612,0.5082645,0.49586776,0.49173555,0.5,0.49586776,0.5082645,0.5123967,0.49586776,0.48347107,0.45454547,0.41735536,0.38016528,0.35950413,0.33471075,0.33471075,0.36363637,0.3966942,0.41322315,0.45041323,0.46280992,0.4752066,0.4876033,0.46280992,0.44214877,0.42561984,0.38429752,0.36363637,0.3181818,0.29338843,0.2603306,0.2892562,0.3429752,0.38016528,0.4338843,0.4752066,0.4752066,0.45867768,0.41735536,0.38842976,0.4338843,0.42561984,0.446281,0.46694216,0.46694216,0.46280992,0.446281,0.41735536,0.38842976,0.30991736,0.30165288,0.32231405,0.30165288,0.2520661,0.12809917,0.13636364,0.2892562,0.37190083,0.41322315,0.37190083,0.36363637,0.4752066,0.48347107,0.5247934,0.5413223,0.5371901,0.54545456,0.5247934,0.5041322,0.47107437,0.47107437,0.4752066,0.48347107,0.45867768,0.45454547,0.44214877,0.41735536,0.40495867,0.37603307,0.35123968,0.3429752,0.41322315,0.46280992,0.49586776,0.5123967,0.5041322,0.5371901,0.553719,0.47107437,0.45454547,0.41735536,0.37603307,0.3305785,0.26859504,0.3181818,0.3553719,0.3553719,0.3677686,0.35950413,0.38842976,0.40495867,0.4214876,0.40082645,0.35123968,0.3305785,0.3181818,0.3305785,0.40082645,0.46280992,0.46280992,0.45454547,0.4338843,0.39256197,0.35123968,0.30991736,0.3181818,0.3140496,0.26859504,0.13636364,0.12809917,0.29338843,0.38842976,0.41735536,0.41322315,0.40082645,0.4752066,0.5,0.53305787,0.553719,0.55785125,0.5371901,0.45454547,0.40495867,0.3677686,0.40082645,0.4214876,0.4214876,0.38429752,0.33471075,0.28512397,0.29338843,0.3429752,0.39256197,0.3966942,0.3305785,0.42975205,0.5041322,0.5495868,0.5495868,0.553719,0.59090906,0.59917355,0.5165289,0.45867768,0.46280992,0.40495867,0.32231405,0.30165288,0.34710744,0.36363637,0.28099173,0.3264463,0.37190083,0.46280992,0.48347107,0.5041322,0.42561984,0.4214876,0.38429752,0.38429752,0.37603307,0.3264463,0.35123968,0.3966942,0.43801653,0.4338843,0.39256197,0.34710744,0.3305785,0.32231405,0.338843,0.2603306,0.1570248,0.1446281,0.30165288,0.41735536,0.4214876,0.44214877,0.42975205,0.46280992,0.49173555,0.5289256,0.5289256,0.45041323,0.40495867,0.42561984,0.42561984,0.44214877,0.47107437,0.41322315,0.40082645,0.3677686,0.35950413,0.3140496,0.29338843,0.2520661,0.29338843,0.35123968,0.37603307,0.40082645,0.49173555,0.55785125,0.56198347,0.553719,0.59917355,0.58264464,0.5165289,0.4752066,0.47933885,0.40495867,0.30578512,0.36363637,0.40082645,0.3181818,0.29752067,0.34710744,0.3677686,0.3429752,0.2644628,0.3140496,0.27272728,0.23553719,0.2520661,0.29338843,0.35123968,0.38016528,0.38842976,0.32231405,0.3429752,0.38842976,0.35123968,0.32231405,0.3677686,0.3429752,0.32231405,0.2892562,0.1570248,0.1446281,0.30991736,0.42561984,0.42975205,0.45041323,0.446281,0.45041323,0.48347107,0.48347107,0.3677686,0.35123968,0.47933885,0.5082645,0.41322315,0.28512397,0.20247933,0.2520661,0.25619835,0.11570248,0.18181819,0.20661157,0.22727273,0.28512397,0.30991736,0.30165288,0.3429752,0.40495867,0.46280992,0.5371901,0.56198347,0.5371901,0.57438016,0.553719,0.5,0.47107437,0.446281,0.36363637,0.2892562,0.46280992,0.38842976,0.3305785,0.2603306,0.23553719,0.23966943,0.30165288,0.06198347,0.4214876,0.3264463,0.07438017,0.11983471,0.1694215,0.1570248,0.22727273,0.3264463,0.35123968,0.30578512,0.338843,0.33471075,0.33471075,0.37603307,0.36363637,0.338843,0.29338843,0.1570248,0.1446281,0.3305785,0.38429752,0.45041323,0.47933885,0.45041323,0.45041323,0.45454547,0.3966942,0.35123968,0.46280992,0.4090909,0.2892562,0.20661157,0.36363637,0.07438017,0.23553719,0.20661157,0.11983471,0.21487603,0.3677686,0.1694215,0.2107438,0.21900827,0.4214876,0.45454547,0.42975205,0.47933885,0.5289256,0.5371901,0.5247934,0.5413223,0.53305787,0.47933885,0.47107437,0.446281,0.3677686,0.3140496,0.45454547,0.3966942,0.26859504,0.20247933,0.5165289,0.49173555,0.58677685,0.10330579,0.19421488,0.14049587,0.12809917,0.1446281,0.37190083,0.21900827,0.09504132,0.13636364,0.23140496,0.30578512,0.35123968,0.3264463,0.3677686,0.38429752,0.38842976,0.36363637,0.29752067,0.16115703,0.14049587,0.3429752,0.38016528,0.47107437,0.47107437,0.47933885,0.42561984,0.44214877,0.3966942,0.39256197,0.27272728,0.14876033,0.1570248,0.46694216,0.41735536,0.10330579,0.1446281,0.14876033,0.12809917,0.3264463,0.4090909,0.446281,0.661157,0.2520661,0.38429752,0.49173555,0.446281,0.5041322,0.5,0.5206612,0.5371901,0.5289256,0.5413223,0.49586776,0.46694216,0.44214877,0.40495867,0.35950413,0.38016528,0.4214876,0.35123968,0.3181818,0.6983471,0.446281,0.5371901,0.32231405,0.30578512,0.18595041,0.16528925,0.2768595,0.5041322,0.39256197,0.14876033,0.15289256,0.18595041,0.23140496,0.2892562,0.32231405,0.4090909,0.41735536,0.41735536,0.3677686,0.30991736,0.18181819,0.17768595,0.34710744,0.3966942,0.47107437,0.5082645,0.5082645,0.41322315,0.38842976,0.35123968,0.2603306,0.17355372,0.14876033,0.2107438,0.5165289,0.5413223,0.25619835,0.2107438,0.3553719,0.33471075,0.46280992,0.4338843,0.41322315,0.4752066,0.4090909,0.45454547,0.446281,0.46694216,0.5,0.49173555,0.5247934,0.54545456,0.5413223,0.54545456,0.5123967,0.4752066,0.45867768,0.42975205,0.38842976,0.35950413,0.41735536,0.4338843,0.42975205,0.41735536,0.45867768,0.42975205,0.49173555,0.4876033,0.36363637,0.27272728,0.3181818,0.34710744,0.3677686,0.35950413,0.3429752,0.29338843,0.3181818,0.35950413,0.38842976,0.41735536,0.41322315,0.42975205,0.3677686,0.3264463,0.20247933,0.19421488,0.3677686,0.40082645,0.4752066,0.5041322,0.5041322,0.446281,0.446281,0.42975205,0.38842976,0.38842976,0.42975205,0.45454547,0.40082645,0.38016528,0.3677686,0.4090909,0.49173555,0.39256197,0.42561984,0.3677686,0.41735536,0.41322315,0.446281,0.42975205,0.48347107,0.49586776,0.49173555,0.5206612,0.5247934,0.5371901,0.54545456,0.5371901,0.5247934,0.49586776,0.4752066,0.45041323,0.43801653,0.40082645,0.3966942,0.4214876,0.42561984,0.40495867,0.38842976,0.3429752,0.37603307,0.33471075,0.3264463,0.32231405,0.3181818,0.35123968,0.40082645,0.42561984,0.41322315,0.38429752,0.3305785,0.38842976,0.42561984,0.41735536,0.41322315,0.41735536,0.40495867,0.33471075,0.22727273,0.24380165,0.38016528,0.4090909,0.47107437,0.5041322,0.49586776,0.47933885,0.49173555,0.47107437,0.42561984,0.46280992,0.47933885,0.5041322,0.45041323,0.40082645,0.38429752,0.36363637,0.3429752,0.338843,0.3553719,0.38016528,0.43801653,0.4876033,0.45867768,0.4752066,0.5041322,0.5041322,0.5165289,0.5123967,0.5413223,0.5371901,0.5785124,0.553719,0.5413223,0.5082645,0.48347107,0.45867768,0.46280992,0.42975205,0.41735536,0.4338843,0.44214877,0.46694216,0.41322315,0.35950413,0.3264463,0.28099173,0.2644628,0.28512397,0.29752067,0.3181818,0.3305785,0.338843,0.3264463,0.3429752,0.38016528,0.40082645,0.4338843,0.4338843,0.41735536,0.41735536,0.3966942,0.34710744,0.25619835,0.3305785,0.38429752,0.40495867,0.46694216,0.49173555,0.4752066,0.5041322,0.5082645,0.4876033,0.45867768,0.4338843,0.4090909,0.38429752,0.39256197,0.36363637,0.3181818,0.30991736,0.3140496,0.3677686,0.41322315,0.4752066,0.4876033,0.5123967,0.5082645,0.5123967,0.5206612,0.5165289,0.5165289,0.5165289,0.5495868,0.5495868,0.5785124,0.5661157,0.5371901,0.5247934,0.4876033,0.46280992,0.45041323,0.46694216,0.4338843,0.42975205,0.4752066,0.4876033,0.46694216,0.446281,0.4214876,0.36363637,0.30578512,0.28512397,0.2644628,0.25619835,0.28512397,0.35950413,0.39256197,0.4338843,0.45867768,0.44214877,0.45041323,0.45041323,0.4214876,0.42975205,0.41322315,0.36363637,0.26859504,0.42561984,0.34710744,0.42975205,0.45867768,0.47933885,0.4876033,0.5,0.5123967,0.5041322,0.5123967,0.5041322,0.47933885,0.45867768,0.4214876,0.41735536,0.41322315,0.42975205,0.42561984,0.46280992,0.4876033,0.5165289,0.5082645,0.5247934,0.5247934,0.5247934,0.5123967,0.53305787,0.5,0.53305787,0.54545456,0.55785125,0.56198347,0.56198347,0.53305787,0.5123967,0.49173555,0.46280992,0.45041323,0.45454547,0.46280992,0.4338843,0.446281,0.47933885,0.48347107,0.4752066,0.45867768,0.446281,0.4338843,0.446281,0.42561984,0.446281,0.46280992,0.46280992,0.46280992,0.4752066,0.47107437,0.46694216,0.45454547,0.45041323,0.44214877,0.42975205,0.4090909,0.38429752,0.30991736,0.42561984,0.3553719,0.4338843,0.46280992,0.4752066,0.49586776,0.5082645,0.5165289,0.53305787,0.5289256,0.5289256,0.5247934,0.5123967,0.5082645,0.4876033,0.48347107,0.47933885,0.47933885,0.5123967,0.5165289,0.5123967,0.5123967,0.5289256,0.5289256,0.5247934,0.5165289,0.5289256,0.5247934,0.5247934,0.53305787,0.55785125,0.55785125,0.55785125,0.56198347,0.49586776,0.5041322,0.45867768,0.446281,0.42561984,0.446281,0.45454547,0.45041323,0.4752066,0.47933885,0.4752066,0.46694216,0.45867768,0.45454547,0.45454547,0.45867768,0.45867768,0.45454547,0.47107437,0.4752066,0.48347107,0.47107437,0.4752066,0.46694216,0.45454547,0.45041323,0.45041323,0.41735536,0.3966942,0.3429752,0.38842976,0.37603307,0.43801653,0.44214877,0.48347107,0.49586776,0.5289256,0.53305787,0.5495868,0.5495868,0.5289256,0.5165289,0.5082645,0.5,0.47933885,0.49586776,0.49173555,0.47933885,0.5,0.5206612,0.5123967,0.5165289,0.5247934,0.5371901,0.5206612,0.5289256,0.5165289,0.5123967,0.5247934,0.54545456,0.54545456,0.59090906,0.59504133,0.59917355,0.5289256,0.5165289,0.47933885,0.45041323,0.41322315,0.4214876,0.45041323,0.46694216,0.47933885,0.48347107,0.47933885,0.5,0.4876033,0.46280992,0.46694216,0.45041323,0.44214877,0.45454547,0.47107437,0.4752066,0.47933885,0.4752066,0.49173555,0.45454547,0.47107437,0.45454547,0.446281,0.42975205,0.3966942,0.36363637,0.35950413,0.38842976,0.4338843,0.46694216,0.5041322,0.5082645,0.5371901,0.5495868,0.55785125,0.5413223,0.5247934,0.5165289,0.5123967,0.47933885,0.47107437,0.4876033,0.47933885,0.5206612,0.5041322,0.5247934,0.5082645,0.55785125,0.54545456,0.55785125,0.56198347,0.5041322,0.49586776,0.5123967,0.53305787,0.57024795,0.5785124,0.6487603,0.7066116,0.7066116,0.54545456,0.5371901,0.5123967,0.45867768,0.446281,0.41322315,0.42561984,0.45041323,0.44214877,0.45454547,0.4876033,0.5041322,0.5082645,0.5041322,0.4876033,0.47933885,0.446281,0.46694216,0.45867768,0.47933885,0.46694216,0.47933885,0.48347107,0.4752066,0.47933885,0.47107437,0.446281,0.4338843,0.40495867,0.3677686,0.338843,0.41322315,0.43801653,0.48347107,0.5,0.5247934,0.54545456,0.57024795,0.55785125,0.5413223,0.5206612,0.5165289,0.5165289,0.49586776,0.49586776,0.5082645,0.5206612,0.5206612,0.5371901,0.5413223,0.5661157,0.553719,0.5413223,0.55785125,0.49586776,0.47933885,0.49586776,0.5289256,0.57438016,0.59917355,0.6528926,0.7933884,0.8553719,0.8429752,0.6198347,0.54545456,0.5413223,0.5206612,0.4876033,0.4214876,0.446281,0.46694216,0.45867768,0.4214876,0.45867768,0.5082645,0.5165289,0.5123967,0.5,0.5,0.49586776,0.45454547,0.48347107,0.4752066,0.49173555,0.49586776,0.46694216,0.4752066,0.47933885,0.47107437,0.446281,0.4338843,0.4090909,0.36363637,0.32231405,0.40082645,0.446281,0.4752066,0.5247934,0.5413223,0.5495868,0.54545456,0.5495868,0.5289256,0.5289256,0.5289256,0.5289256,0.5371901,0.5206612,0.5413223,0.55785125,0.55785125,0.56198347,0.57438016,0.5785124,0.54545456,0.49173555,0.5082645,0.5,0.49586776,0.5289256,0.59090906,0.6322314,0.6198347,0.69008267,0.7107438,0.7768595,0.6983471,0.60330576,0.5495868,0.5495868,0.59917355,0.553719,0.49586776,0.49173555,0.5041322,0.5,0.47107437,0.3966942,0.45867768,0.49586776,0.5206612,0.5247934,0.5206612,0.5082645,0.5082645,0.49586776,0.49586776,0.49586776,0.5,0.5,0.47933885,0.47933885,0.47107437,0.45041323,0.43801653,0.4090909,0.3553719,0.34710744,0.39256197,0.45041323,0.49586776,0.5165289,0.53305787,0.5413223,0.5413223,0.54545456,0.5413223,0.54545456,0.5247934,0.5371901,0.5413223,0.54545456,0.5661157,0.59504133,0.58264464,0.5785124,0.57438016,0.5413223,0.47933885,0.5289256,0.5413223,0.58264464,0.56198347,0.61570245,0.6528926,0.7066116,0.59504133,0.62396693,0.61157024,0.607438,0.5495868,0.5206612,0.5165289,0.5247934,0.4752066,0.4876033,0.53305787,0.553719,0.5371901,0.5785124,0.54545456,0.38016528,0.43801653,0.47933885,0.5041322,0.5371901,0.5289256,0.5041322,0.5165289,0.5041322,0.5041322,0.5,0.5082645,0.5123967,0.49173555,0.49586776,0.46694216,0.45041323,0.42561984,0.38842976,0.35123968,0.34710744,0.40495867,0.45041323,0.5,0.5289256,0.5247934,0.5289256,0.553719,0.5661157,0.5661157,0.553719,0.553719,0.5495868,0.5371901,0.57438016,0.56198347,0.59090906,0.58264464,0.553719,0.5247934,0.4876033,0.48347107,0.6404959,0.6818182,0.6570248,0.60330576,0.59504133,0.5289256,0.61570245,0.5785124,0.5371901,0.5289256,0.49586776,0.45867768,0.46694216,0.45041323,0.40495867,0.3677686,0.3677686,0.3966942,0.42561984,0.4338843,0.45867768,0.45867768,0.37190083,0.46694216,0.49173555,0.5041322,0.5289256,0.5371901,0.5041322,0.5165289,0.5,0.47933885,0.49173555,0.5123967,0.5041322,0.5041322,0.5123967,0.48347107,0.45867768,0.41735536,0.38016528,0.3553719,0.3553719,0.40082645,0.44214877,0.49586776,0.5289256,0.5206612,0.5413223,0.5661157,0.58264464,0.58677685,0.553719,0.57024795,0.56198347,0.56198347,0.553719,0.57024795,0.5661157,0.56198347,0.5371901,0.46694216,0.48347107,0.5123967,0.57438016,0.55785125,0.46280992,0.4338843,0.41322315,0.40495867,0.45041323,0.5,0.49173555,0.42975205,0.39256197,0.36363637,0.41322315,0.37603307,0.3181818,0.19008264,0.1570248,0.17355372,0.18595041,0.21900827,0.2644628,0.3140496,0.3140496,0.45454547,0.5082645,0.5041322,0.5247934,0.5041322,0.49586776,0.5206612,0.49586776,0.48347107,0.46280992,0.4876033,0.49586776,0.5041322,0.49173555,0.48347107,0.44214877,0.40495867,0.38429752,0.3677686,0.3677686,0.39256197,0.45867768,0.5041322,0.5,0.5371901,0.55785125,0.57024795,0.58677685,0.58264464,0.57024795,0.553719,0.553719,0.55785125,0.54545456,0.55785125,0.553719,0.55785125,0.4876033,0.4752066,0.5413223,0.5247934,0.45454547,0.3677686,0.23553719,0.16115703,0.15289256,0.16115703,0.21900827,0.33471075,0.4214876,0.3429752,0.30578512,0.29338843,0.32231405,0.28099173,0.14876033,0.08677686,0.07438017,0.08677686,0.08677686,0.08264463,0.1446281,0.2520661,0.2107438,0.3677686,0.5247934,0.5041322,0.5041322,0.5082645,0.48347107,0.46694216,0.45867768,0.446281,0.45867768,0.46694216,0.49586776,0.48347107,0.46694216,0.45454547,0.41735536,0.38429752,0.37603307,0.34710744,0.37190083,0.40082645,0.45041323,0.47933885,0.5041322,0.53305787,0.5661157,0.57438016,0.58677685,0.57024795,0.553719,0.5495868,0.5247934,0.53305787,0.5371901,0.553719,0.5413223,0.5123967,0.49173555,0.5247934,0.5785124,0.5123967,0.37603307,0.28099173,0.14876033,0.10330579,0.1322314,0.16528925,0.17768595,0.2107438,0.25619835,0.29752067,0.21900827,0.21487603,0.26859504,0.1983471,0.1322314,0.1322314,0.16528925,0.20247933,0.20661157,0.14049587,0.19008264,0.24380165,0.2107438,0.37603307,0.5206612,0.49586776,0.48347107,0.5,0.46694216,0.41735536,0.42561984,0.42975205,0.4338843,0.44214877,0.47107437,0.446281,0.4214876,0.40495867,0.3677686,0.35950413,0.34710744,0.35950413,0.35950413,0.41322315,0.45454547,0.4752066,0.47933885,0.5123967,0.5413223,0.55785125,0.57024795,0.56198347,0.5413223,0.5413223,0.5123967,0.5082645,0.5206612,0.5289256,0.5123967,0.5041322,0.5206612,0.553719,0.61570245,0.5165289,0.38842976,0.39256197,0.27272728,0.2644628,0.3966942,0.41735536,0.36363637,0.23966943,0.2107438,0.18181819,0.19421488,0.16528925,0.18181819,0.12809917,0.12396694,0.16528925,0.23140496,0.30991736,0.3264463,0.27272728,0.26859504,0.30165288,0.3140496,0.42975205,0.5041322,0.5041322,0.4876033,0.45867768,0.4338843,0.40082645,0.40495867,0.3966942,0.40495867,0.4214876,0.4214876,0.4090909,0.39256197,0.38016528,0.3429752,0.3181818,0.338843,0.3429752,0.38429752,0.3966942,0.45867768,0.46694216,0.46280992,0.45867768,0.4876033,0.5289256,0.5413223,0.5413223,0.5289256,0.5289256,0.49173555,0.48347107,0.49173555,0.49173555,0.4876033,0.5289256,0.5371901,0.5661157,0.58677685,0.55785125,0.48347107,0.46280992,0.4338843,0.45454547,0.45041323,0.45041323,0.40495867,0.30991736,0.24793388,0.19421488,0.17768595,0.12396694,0.16528925,0.16528925,0.19008264,0.24793388,0.3305785,0.37190083,0.39256197,0.36363637,0.36363637,0.40495867,0.42975205,0.4752066,0.47107437,0.49586776,0.47933885,0.44214877,0.4090909,0.37190083,0.37190083,0.35950413,0.40082645,0.40082645,0.41735536,0.38842976,0.35950413,0.33471075,0.2892562,0.29752067,0.3140496,0.3264463,0.37190083,0.38842976,0.45041323,0.45454547,0.45041323,0.44214877,0.43801653,0.4876033,0.49586776,0.5206612,0.5165289,0.49586776,0.48347107,0.45867768,0.46694216,0.46694216,0.4876033,0.5289256,0.5247934,0.5413223,0.54545456,0.54545456,0.5661157,0.5413223,0.5123967,0.5,0.5,0.47107437,0.47933885,0.46280992,0.4214876,0.27272728,0.21900827,0.17768595,0.2231405,0.30578512,0.41735536,0.4214876,0.42975205,0.4090909,0.4338843,0.41735536,0.4338843,0.4214876,0.45454547,0.4752066,0.4752066,0.46280992,0.446281,0.446281,0.41322315,0.37603307,0.338843,0.35123968,0.3677686,0.38016528,0.38842976,0.3553719,0.34710744,0.29752067,0.2768595,0.27272728,0.29752067,0.3181818,0.39256197,0.38429752,0.45041323,0.45041323,0.4338843,0.43801653,0.38842976,0.44214877,0.45867768,0.47933885,0.49173555,0.49173555,0.4752066,0.46694216,0.4338843,0.43801653,0.47107437,0.47933885,0.4876033,0.5,0.5165289,0.54545456,0.5495868,0.5289256,0.49173555,0.49586776,0.4752066,0.49173555,0.5,0.5123967,0.5206612,0.3966942,0.3966942,0.37603307,0.39256197,0.46280992,0.5371901,0.446281,0.4338843,0.4338843,0.43801653,0.43801653,0.43801653,0.42975205,0.4214876,0.446281,0.43801653,0.4338843,0.40495867,0.3966942,0.36363637,0.34710744,0.3553719,0.33471075,0.3553719,0.35950413,0.36363637,0.3429752,0.338843,0.29338843,0.2603306,0.28512397,0.29752067,0.29338843,0.40082645,0.3966942,0.4338843,0.45041323,0.4338843,0.42561984,0.41322315,0.4214876,0.45041323,0.45454547,0.47933885,0.47933885,0.4752066,0.4338843,0.4214876,0.42975205,0.45454547,0.446281,0.45454547,0.46694216,0.53305787,0.5206612,0.5082645,0.5247934,0.49586776,0.5,0.5165289,0.49586776,0.5123967,0.5413223,0.54545456,0.5206612,0.5165289,0.5289256,0.49586776,0.5247934,0.5206612,0.45867768,0.45454547,0.45454547,0.45867768,0.45867768,0.45454547,0.446281,0.446281,0.45041323,0.44214877,0.43801653,0.42561984,0.39256197,0.3429752,0.35123968,0.34710744,0.3677686,0.3553719,0.35950413,0.3305785,0.3429752,0.3140496,0.29338843,0.26859504,0.29338843,0.3140496,0.2644628,0.41735536,0.3966942,0.42975205,0.4338843,0.42975205,0.42975205,0.43801653,0.40495867,0.42975205,0.42975205,0.446281,0.48347107,0.46280992,0.44214877,0.45041323,0.4338843,0.38842976,0.41322315,0.43801653,0.49173555,0.5,0.5082645,0.5289256,0.5289256,0.5289256,0.5206612,0.53305787,0.5,0.5041322,0.53305787,0.5413223,0.57024795,0.553719,0.61570245,0.5041322,0.4752066,0.45041323,0.44214877,0.41735536,0.4214876,0.42561984,0.43801653,0.45867768,0.4752066,0.47933885,0.4752066,0.44214877,0.46280992,0.45454547,0.4214876,0.35123968,0.3677686,0.3264463,0.3677686,0.338843,0.3553719,0.35950413,0.338843,0.3181818,0.28099173,0.28099173,0.28512397,0.30165288,0.28512397,0.4214876,0.41735536,0.42561984,0.4214876,0.4338843,0.42561984,0.43801653,0.41735536,0.40082645,0.43801653,0.42975205,0.46694216,0.47107437,0.46280992,0.44214877,0.3553719,0.3553719,0.42561984,0.46280992,0.5206612,0.5165289,0.5165289,0.5289256,0.553719,0.57024795,0.5247934,0.5,0.47107437,0.48347107,0.5165289,0.5082645,0.5123967,0.5,0.55785125,0.47933885,0.43801653,0.42975205,0.45867768,0.42975205,0.41735536,0.41735536,0.4090909,0.42561984,0.4090909,0.43801653,0.45041323,0.45041323,0.45041323,0.446281,0.40082645,0.38842976,0.3677686,0.338843,0.3181818,0.3305785,0.338843,0.35950413,0.3429752,0.3140496,0.2892562,0.29338843,0.30165288,0.30991736,0.29752067,0.39256197,0.42561984,0.4090909,0.3966942,0.43801653,0.4214876,0.43801653,0.4338843,0.41322315,0.4214876,0.446281,0.4876033,0.4876033,0.46280992,0.3966942,0.3140496,0.39256197,0.43801653,0.5041322,0.5289256,0.53305787,0.5289256,0.56198347,0.5495868,0.5165289,0.5082645,0.4876033,0.48347107,0.47933885,0.5082645,0.47107437,0.49173555,0.47107437,0.5247934,0.42561984,0.38016528,0.45041323,0.41322315,0.41322315,0.38016528,0.40495867,0.4214876,0.42975205,0.41735536,0.40495867,0.39256197,0.36363637,0.35123968,0.3677686,0.37190083,0.3677686,0.3429752,0.35123968,0.3305785,0.32231405,0.3305785,0.30578512,0.34710744,0.3140496,0.2768595,0.29338843,0.32231405,0.30578512,0.30165288,0.37190083,0.4214876,0.42975205,0.40495867,0.4214876,0.40495867,0.42561984,0.41735536,0.4338843,0.4090909,0.44214877,0.4876033,0.5041322,0.42561984,0.35123968,0.3140496,0.33471075,0.4214876,0.5371901,0.5247934,0.49586776,0.47933885,0.4876033,0.4876033,0.47933885,0.5041322,0.46694216,0.43801653,0.4090909,0.38429752,0.41322315,0.41735536,0.4090909,0.45867768,0.3677686,0.3181818,0.38016528,0.3553719,0.338843,0.30578512,0.3264463,0.3429752,0.36363637,0.3966942,0.3677686,0.3677686,0.29752067,0.2231405,0.2107438,0.2107438,0.32231405,0.3264463,0.3264463,0.338843,0.32231405,0.338843,0.3264463,0.34710744,0.30578512,0.2644628,0.3140496,0.30578512,0.3264463,0.27272728,0.3305785,0.41735536,0.4338843,0.42561984,0.4090909,0.3966942,0.4090909,0.39256197,0.4338843,0.44214877,0.47107437,0.49586776,0.46280992,0.38429752,0.3305785,0.29752067,0.20661157,0.4752066,0.46694216,0.40495867,0.33471075,0.37190083,0.4090909,0.45041323,0.4338843,0.4214876,0.38016528,0.33471075,0.2644628,0.2107438,0.2644628,0.2892562,0.30165288,0.30991736,0.25619835,0.2231405,0.23140496,0.22727273,0.2107438,0.1983471,0.2107438,0.2107438,0.21900827,0.23966943,0.2520661,0.24380165,0.21900827,0.16115703,0.09504132,0.09090909,0.27272728,0.26859504,0.30991736,0.33471075,0.3264463,0.35950413,0.3264463,0.3429752,0.28512397,0.28512397,0.30165288,0.29752067,0.32231405,0.2603306,0.29338843,0.40495867,0.4338843,0.42975205,0.40082645,0.40495867,0.40495867,0.3966942,0.42975205,0.45454547,0.47933885,0.4876033,0.43801653,0.35950413,0.29338843,0.24793388,0.20661157,0.37190083,0.2520661,0.1446281,0.18181819,0.28512397,0.35123968,0.3429752,0.3181818,0.30165288,0.26859504,0.23140496,0.17768595,0.1694215,0.18595041,0.21487603,0.2231405,0.2107438,0.20247933,0.2107438,0.23140496,0.20247933,0.20661157,0.20247933,0.21487603,0.20661157,0.18181819,0.25619835,0.20661157,0.17768595,0.11157025,0.08677686,0.05785124,0.18595041,0.3140496,0.28099173,0.28099173,0.3181818,0.3305785,0.3305785,0.3553719,0.32231405,0.27272728,0.30165288,0.2892562,0.30165288,0.2768595,0.2520661,0.24380165,0.36363637,0.4338843,0.42561984,0.4338843,0.40082645,0.3966942,0.38842976,0.41322315,0.45041323,0.47933885,0.49586776,0.41735536,0.33471075,0.25619835,0.19008264,0.28099173,0.338843,0.1570248,0.09917355,0.10743801,0.1446281,0.33471075,0.34710744,0.30991736,0.30991736,0.27272728,0.38429752,0.3305785,0.25619835,0.38429752,0.36363637,0.38016528,0.30578512,0.26859504,0.40082645,0.41735536,0.46280992,0.47933885,0.2892562,0.40082645,0.3140496,0.2644628,0.42561984,0.24793388,0.16528925,0.14876033,0.2231405,0.21487603,0.38016528,0.3966942,0.3181818,0.29752067,0.28099173,0.30578512,0.30578512,0.3264463,0.30578512,0.2603306,0.26859504,0.27272728,0.2768595,0.2520661,0.23140496,0.2107438,0.3429752,0.40495867,0.41322315,0.4214876,0.40495867,0.3966942,0.37603307,0.40082645,0.43801653,0.46694216,0.45454547,0.44214877,0.338843,0.24793388,0.1983471,0.37190083,0.4752066,0.39256197,0.3140496,0.39256197,0.34710744,0.4338843,0.446281,0.45041323,0.42975205,0.24793388,0.42561984,0.36363637,0.23140496,0.53305787,0.4752066,0.3677686,0.29338843,0.23553719,0.38016528,0.38842976,0.44214877,0.39256197,0.2603306,0.39256197,0.338843,0.3429752,0.45041323,0.38016528,0.4090909,0.4214876,0.41322315,0.338843,0.46694216,0.4090909,0.338843,0.30578512,0.26859504,0.2768595,0.3264463,0.3181818,0.27272728,0.25619835,0.2644628,0.26859504,0.2603306,0.23553719,0.22727273,0.18181819,0.30991736,0.38429752,0.40495867,0.41322315,0.41322315,0.39256197,0.39256197,0.38842976,0.40082645,0.4338843,0.43801653,0.41735536,0.35123968,0.26859504,0.25619835,0.42975205,0.5165289,0.4876033,0.45867768,0.49586776,0.5041322,0.5495868,0.5165289,0.47933885,0.42975205,0.30165288,0.3181818,0.30578512,0.3140496,0.3181818,0.32231405,0.28099173,0.29338843,0.29752067,0.34710744,0.33471075,0.36363637,0.40495867,0.4090909,0.41735536,0.5041322,0.42561984,0.45454547,0.45041323,0.4090909,0.44214877,0.39256197,0.41322315,0.45041323,0.4090909,0.4090909,0.30991736,0.28512397,0.28512397,0.26859504,0.2892562,0.2520661,0.2520661,0.2520661,0.2644628,0.2520661,0.2231405,0.2231405,0.1570248,0.2603306,0.37603307,0.39256197,0.40495867,0.39256197,0.4090909,0.38016528,0.38429752,0.40495867,0.40082645,0.39256197,0.41322315,0.33471075,0.30165288,0.338843,0.48347107,0.5206612,0.5495868,0.49173555,0.4752066,0.5041322,0.49173555,0.5247934,0.5,0.4752066,0.46694216,0.46694216,0.45867768,0.4338843,0.41735536,0.41735536,0.47933885,0.5082645,0.5413223,0.5289256,0.54545456,0.5206612,0.49173555,0.47933885,0.47107437,0.42561984,0.4090909,0.446281,0.45867768,0.42975205,0.3677686,0.4090909,0.45454547,0.41322315,0.4090909,0.40495867,0.35950413,0.30578512,0.26859504,0.2768595,0.2644628,0.24380165,0.24793388,0.22727273,0.2520661,0.23553719,0.20247933,0.22727273,0.18595041,0.18595041,0.34710744,0.37603307,0.3966942,0.39256197,0.38842976,0.37603307,0.3677686,0.40495867,0.38429752,0.37603307,0.40495867,0.30991736,0.3140496,0.3429752,0.5,0.5247934,0.5289256,0.5247934,0.5,0.49586776,0.45041323,0.53305787,0.57438016,0.5206612,0.4752066,0.5123967,0.54545456,0.5661157,0.54545456,0.553719,0.5785124,0.5785124,0.55785125,0.61570245,0.6528926,0.60330576,0.5371901,0.47107437,0.4214876,0.39256197,0.446281,0.61570245,0.446281,0.40082645,0.39256197,0.44214877,0.42975205,0.38842976,0.41322315,0.40082645,0.38016528,0.3264463,0.27272728,0.2603306,0.2520661,0.22727273,0.22727273,0.24793388,0.23966943,0.21487603,0.21487603,0.20247933,0.19008264,0.19008264,0.24793388,0.3677686,0.38842976,0.38842976,0.38016528,0.38429752,0.37190083,0.37603307,0.36363637,0.3677686,0.37603307,0.3264463,0.29752067,0.39256197,0.48347107,0.5,0.5289256,0.5165289,0.5371901,0.5206612,0.4876033,0.47107437,0.6694215,0.661157,0.49586776,0.47933885,0.58264464,0.6363636,0.75619835,0.78099173,0.73966944,0.73966944,0.7231405,0.74380165,0.8264463,0.79752064,0.5289256,0.41322315,0.35123968,0.45454547,0.45041323,0.47107437,0.38429752,0.38842976,0.42561984,0.4214876,0.3966942,0.39256197,0.39256197,0.41735536,0.37603307,0.30578512,0.30991736,0.2644628,0.2231405,0.23140496,0.23553719,0.24793388,0.21487603,0.23966943,0.20247933,0.17355372,0.20247933,0.18181819,0.20661157,0.338843,0.37190083,0.38016528,0.38016528,0.38016528,0.3677686,0.35123968,0.34710744,0.35123968,0.35950413,0.33471075,0.3429752,0.38016528,0.46694216,0.49173555,0.49173555,0.4876033,0.5206612,0.5289256,0.5123967,0.47933885,0.5413223,0.62396693,0.5,0.43801653,0.5165289,0.5785124,0.73966944,0.7892562,0.6983471,0.6942149,0.7231405,0.6280992,0.7231405,0.6487603,0.35950413,0.3305785,0.32231405,0.35123968,0.3966942,0.36363637,0.35950413,0.40495867,0.41322315,0.36363637,0.37190083,0.38016528,0.38842976,0.37603307,0.34710744,0.33471075,0.29338843,0.24380165,0.22727273,0.2231405,0.23140496,0.21487603,0.21487603,0.24380165,0.2231405,0.13636364,0.19008264,0.19421488,0.1983471,0.2520661,0.36363637,0.35950413,0.37190083,0.38429752,0.35950413,0.34710744,0.338843,0.35123968,0.3264463,0.3429752,0.35950413,0.3677686,0.42975205,0.47933885,0.48347107,0.46694216,0.47933885,0.5,0.5165289,0.47933885,0.48347107,0.47933885,0.46280992,0.40082645,0.41735536,0.4338843,0.49173555,0.47933885,0.5,0.5041322,0.49586776,0.45867768,0.42561984,0.36363637,0.30165288,0.28512397,0.28099173,0.29752067,0.30991736,0.3140496,0.3677686,0.35123968,0.35123968,0.3181818,0.35123968,0.35950413,0.3677686,0.3305785,0.34710744,0.33471075,0.25619835,0.24380165,0.21900827,0.21900827,0.23553719,0.2107438,0.21900827,0.2520661,0.18595041,0.13636364,0.19008264,0.20247933,0.20247933,0.18181819,0.3264463,0.37190083,0.3677686,0.36363637,0.35123968,0.35123968,0.3429752,0.33471075,0.3264463,0.35123968,0.3677686,0.36363637,0.39256197,0.446281,0.446281,0.45454547,0.446281,0.42975205,0.446281,0.45041323,0.4876033,0.42975205,0.42561984,0.39256197,0.37190083,0.35950413,0.38429752,0.38842976,0.38842976,0.4090909,0.40082645,0.3677686,0.33471075,0.2892562,0.2603306,0.2603306,0.23553719,0.2520661,0.27272728,0.30165288,0.32231405,0.29752067,0.2892562,0.29752067,0.3305785,0.3305785,0.33471075,0.35950413,0.35123968,0.29338843,0.2644628,0.2107438,0.20247933,0.2231405,0.2231405,0.20247933,0.23140496,0.23553719,0.13636364,0.1322314,0.18181819,0.20661157,0.18595041,0.17768595,0.19421488,0.3677686,0.37190083,0.3553719,0.3429752,0.338843,0.3429752,0.3181818,0.3181818,0.34710744,0.35123968,0.3677686,0.38842976,0.4214876,0.41322315,0.4338843,0.42561984,0.40082645,0.3966942,0.38842976,0.3966942,0.41735536,0.38016528,0.3264463,0.30991736,0.30165288,0.2892562,0.28512397,0.2768595,0.3181818,0.27272728,0.26859504,0.24380165,0.20661157,0.19421488,0.19421488,0.19421488,0.22727273,0.24380165,0.23140496,0.23553719,0.22727273,0.2603306,0.2892562,0.3140496,0.3140496,0.338843,0.36363637,0.3305785,0.2644628,0.23966943,0.21487603,0.20247933,0.20247933,0.20661157,0.21900827,0.2644628,0.14049587,0.13636364,0.14049587,0.19008264,0.19421488,0.20661157,0.20247933,0.1694215,0.23966943,0.37603307,0.36363637,0.338843,0.3305785,0.33471075,0.3305785,0.30991736,0.35950413,0.35123968,0.3553719,0.38842976,0.38429752,0.40495867,0.41735536,0.41735536,0.4090909,0.38016528,0.35123968,0.3140496,0.3181818,0.30578512,0.2892562,0.2768595,0.24380165,0.22727273,0.21487603,0.2107438,0.21900827,0.2231405,0.18181819,0.17355372,0.16528925,0.16528925,0.17355372,0.17768595,0.15289256,0.16528925,0.15289256,0.20247933,0.20247933,0.2603306,0.29338843,0.29338843,0.3264463,0.34710744,0.35123968,0.3264463,0.2644628,0.24380165,0.19421488,0.19421488,0.17355372,0.21900827,0.2603306,0.20247933,0.13636364,0.14049587,0.1322314,0.18595041,0.21487603,0.19421488,0.1983471,0.20247933,0.2107438,0.553719,0.3305785,0.35950413,0.3429752,0.33471075,0.30578512,0.32231405,0.33471075,0.338843,0.35123968,0.29752067,0.37190083,0.37190083,0.43801653,0.42561984,0.40082645,0.39256197,0.3429752,0.30165288,0.25619835,0.20661157,0.20247933,0.1694215,0.1694215,0.14876033,0.16115703,0.14049587,0.1446281,0.14049587,0.12809917,0.13636364,0.11983471,0.11983471,0.12809917,0.11570248,0.11983471,0.13636364,0.14876033,0.19421488,0.24380165,0.2892562,0.2768595,0.3181818,0.3677686,0.38429752,0.34710744,0.30165288,0.25619835,0.21487603,0.17768595,0.20247933,0.19421488,0.23966943,0.2603306,0.1446281,0.15289256,0.13636364,0.13636364,0.17768595,0.20247933,0.20247933,0.1983471,0.1446281,0.45867768,0.8719008,0.44214877,0.29338843,0.3553719,0.3264463,0.30165288,0.30578512,0.2892562,0.32231405,0.34710744,0.2892562,0.37603307,0.34710744,0.42561984,0.45454547,0.4214876,0.38842976,0.3677686,0.34710744,0.30165288,0.23140496,0.20247933,0.1570248,0.16528925,0.14049587,0.1446281,0.1322314,0.1322314,0.10743801,0.11570248,0.10330579,0.11570248,0.10743801,0.12396694,0.11157025,0.14049587,0.16528925,0.20247933,0.2520661,0.27272728,0.29338843,0.3305785,0.3429752,0.34710744,0.38842976,0.32231405,0.28099173,0.22727273,0.15289256,0.19008264,0.19008264,0.24793388,0.23966943,0.23140496,0.14876033,0.12809917,0.14876033,0.1322314,0.18181819,0.20661157,0.19008264,0.20247933,0.05785124,0.6487603,0.9214876,0.8719008,0.25619835,0.34710744,0.34710744,0.30578512,0.27272728,0.2644628,0.29752067,0.30991736,0.27272728,0.33471075,0.3140496,0.41322315,0.44214877,0.46280992,0.41322315,0.38842976,0.38842976,0.35123968,0.30991736,0.28512397,0.2231405,0.20661157,0.19008264,0.18181819,0.15289256,0.1446281,0.13636364,0.1446281,0.1446281,0.11983471,0.1322314,0.14876033,0.19008264,0.2107438,0.2768595,0.30165288,0.30578512,0.30991736,0.3264463,0.38429752,0.35123968,0.32231405,0.35123968,0.29338843,0.24793388,0.17355372,0.14876033,0.17355372,0.21900827,0.25619835,0.2231405,0.23966943,0.1983471,0.13636364,0.1446281,0.13636364,0.17355372,0.19421488,0.18595041,0.19421488,0.13636364,0.6859504,0.90495867,0.90909094,0.58264464,0.32231405,0.35123968,0.338843,0.30165288,0.3140496,0.2892562,0.24793388,0.23140496,0.2603306,0.2644628,0.38429752,0.38842976,0.46694216,0.41322315,0.42975205,0.446281,0.40495867,0.38016528,0.38842976,0.36363637,0.34710744,0.3181818,0.28512397,0.25619835,0.24380165,0.23553719,0.23140496,0.23966943,0.23140496,0.2892562,0.3140496,0.3429752,0.3264463,0.3553719,0.35123968,0.36363637,0.338843,0.3181818,0.36363637,0.33471075,0.28099173,0.28512397,0.23553719,0.17768595,0.15289256,0.15289256,0.18181819,0.24793388,0.23553719,0.21900827,0.19008264,0.34710744,0.11157025,0.14049587,0.1446281,0.18181819,0.20247933,0.18595041,0.18595041,0.23553719,0.60330576,0.88429755,0.87603307,0.8264463,0.45867768,0.3305785,0.3429752,0.3305785,0.30991736,0.27272728,0.24793388,0.21900827,0.23966943,0.28512397,0.3264463,0.38842976,0.4090909,0.4214876,0.3966942,0.3966942,0.41735536,0.40495867,0.37190083,0.4338843,0.446281,0.446281,0.40082645,0.39256197,0.3677686,0.3677686,0.3677686,0.40082645,0.39256197,0.40082645,0.40495867,0.4090909,0.38429752,0.37603307,0.3677686,0.34710744,0.3305785,0.2892562,0.32231405,0.2768595,0.24793388,0.19008264,0.18181819,0.14049587,0.14876033,0.17768595,0.21900827,0.23553719,0.22727273,0.1983471,0.17355372,0.41322315,0.20247933,0.18181819,0.13636364,0.5785124,0.45454547,0.5041322,0.4752066,0.2768595,0.49173555,0.78512394,0.892562,0.8801653,0.72727275,0.38016528,0.3429752,0.35123968,0.338843,0.2892562,0.2603306,0.22727273,0.20247933,0.2603306,0.2644628,0.34710744,0.30991736,0.35123968,0.30165288,0.30578512,0.3140496,0.3264463,0.3264463,0.3181818,0.42561984,0.446281,0.43801653,0.40495867,0.37190083,0.3181818,0.35950413,0.38842976,0.3305785,0.38016528,0.37603307,0.39256197,0.3677686,0.35123968,0.338843,0.29338843,0.28099173,0.23140496,0.24380165,0.2231405,0.21900827,0.1446281,0.14876033,0.1446281,0.14049587,0.21900827,0.24380165,0.22727273,0.21900827,0.1570248,0.25619835,0.45041323,0.36363637,0.47107437,0.40495867,0.41322315,0.47107437,0.53305787,0.71900827,0.5785124,0.4338843,0.45041323,0.8636364,0.88842976,0.91735536,0.6322314,0.4090909,0.34710744,0.35950413,0.3264463,0.32231405,0.2768595,0.17355372,0.20247933,0.20661157,0.2603306,0.20247933,0.2603306,0.21487603,0.18595041,0.24380165,0.21487603,0.21900827,0.30165288,0.33471075,0.32231405,0.29752067,0.30578512,0.30578512,0.20247933,0.25619835,0.24380165,0.32231405,0.3181818,0.37190083,0.30991736,0.3140496,0.30578512,0.26859504,0.23966943,0.23966943,0.19008264,0.16528925,0.17355372,0.17355372,0.15289256,0.12396694,0.12396694,0.17768595,0.2231405,0.2231405,0.23140496,0.18181819,0.1570248,0.33471075,0.6198347,0.17768595,0.3140496,0.38429752,0.5495868,0.59090906,0.47107437,0.41322315,0.56198347,0.4752066,0.41322315,0.46694216,0.8719008,0.88429755,0.89669424,0.6198347,0.44214877,0.3429752,0.3553719,0.3429752,0.3181818,0.2520661,0.16115703,0.1694215,0.20247933,0.19008264,0.20247933,0.19421488,0.1694215,0.17768595,0.18181819,0.20661157,0.21900827,0.25619835,0.19008264,0.2107438,0.21487603,0.22727273,0.1570248,0.20661157,0.21900827,0.22727273,0.24380165,0.29338843,0.24380165,0.23966943,0.2231405,0.20661157,0.17355372,0.14876033,0.1570248,0.11983471,0.1322314,0.12809917,0.11983471,0.11570248,0.17768595,0.21900827,0.20661157,0.21487603,0.1983471,0.14049587,0.2603306,0.49586776,0.74380165,0.19421488,0.39256197,0.5082645,0.69008267,0.70247936,0.6404959,0.47933885,0.5661157,0.49586776,0.47933885,0.446281,0.607438,0.8719008,0.8677686,0.8636364,0.59090906,0.38842976,0.37603307,0.34710744,0.34710744,0.3140496,0.21487603,0.18595041,0.1570248,0.19008264,0.18181819,0.1446281,0.1446281,0.17355372,0.1694215,0.16528925,0.17355372,0.1983471,0.1694215,0.18181819,0.16115703,0.2107438,0.16115703,0.1694215,0.15289256,0.1570248,0.19421488,0.1983471,0.17355372,0.18595041,0.1694215,0.16115703,0.13636364,0.12809917,0.1446281,0.12809917,0.11570248,0.1322314,0.12809917,0.17355372,0.20661157,0.2107438,0.1983471,0.1694215,0.20661157,0.2768595,0.3553719,0.6859504,0.661157,0.28099173,0.37190083,0.2768595,21 +0.14876033,0.14876033,0.14876033,0.16528925,0.2644628,0.36363637,0.4214876,0.45454547,0.4752066,0.49173555,0.49173555,0.49586776,0.5,0.49586776,0.4752066,0.47933885,0.5,0.4876033,0.49586776,0.5041322,0.5247934,0.5289256,0.5371901,0.54545456,0.57024795,0.56198347,0.5661157,0.5661157,0.607438,0.5785124,0.58677685,0.59504133,0.5785124,0.5661157,0.5661157,0.5661157,0.56198347,0.54545456,0.5413223,0.5495868,0.5247934,0.5123967,0.49586776,0.5,0.4876033,0.46694216,0.42975205,0.446281,0.44214877,0.4214876,0.4214876,0.40495867,0.41735536,0.4214876,0.4214876,0.4214876,0.4090909,0.38842976,0.37190083,0.33471075,0.2768595,0.30165288,0.19421488,0.14876033,0.14049587,0.14049587,0.14049587,0.18595041,0.3140496,0.37603307,0.42561984,0.47107437,0.48347107,0.4876033,0.49586776,0.4876033,0.49173555,0.5,0.49173555,0.49173555,0.5082645,0.5123967,0.5247934,0.5371901,0.5247934,0.55785125,0.55785125,0.5495868,0.58264464,0.57438016,0.57024795,0.5785124,0.5785124,0.58677685,0.58264464,0.59504133,0.58264464,0.57438016,0.58677685,0.58264464,0.59090906,0.58264464,0.5495868,0.54545456,0.5247934,0.5413223,0.5165289,0.5165289,0.5041322,0.4752066,0.46694216,0.45454547,0.4338843,0.4214876,0.41322315,0.41735536,0.40082645,0.41735536,0.42975205,0.41735536,0.41735536,0.3966942,0.39256197,0.3677686,0.3305785,0.30165288,0.23966943,0.15289256,0.11570248,0.11570248,0.11983471,0.1983471,0.3429752,0.39256197,0.46694216,0.47107437,0.47933885,0.47933885,0.5123967,0.5165289,0.5247934,0.5123967,0.5247934,0.5165289,0.5082645,0.5495868,0.5495868,0.5785124,0.55785125,0.57438016,0.59917355,0.59504133,0.607438,0.61157024,0.59090906,0.60330576,0.58677685,0.61570245,0.607438,0.607438,0.58677685,0.59504133,0.607438,0.60330576,0.61570245,0.61570245,0.59504133,0.5785124,0.57024795,0.59917355,0.55785125,0.553719,0.5289256,0.5123967,0.5041322,0.4752066,0.45041323,0.4338843,0.43801653,0.41735536,0.4214876,0.42975205,0.41735536,0.4214876,0.41735536,0.4090909,0.39256197,0.38016528,0.36363637,0.32231405,0.2644628,0.17768595,0.14049587,0.1446281,0.1446281,0.21900827,0.33471075,0.41322315,0.46280992,0.46694216,0.48347107,0.48347107,0.5123967,0.5165289,0.54545456,0.5206612,0.5495868,0.56198347,0.5413223,0.56198347,0.57438016,0.61157024,0.59917355,0.6322314,0.6652893,0.7107438,0.661157,0.6322314,0.61157024,0.61157024,0.6280992,0.6652893,0.6280992,0.6363636,0.6446281,0.6487603,0.60330576,0.6570248,0.6652893,0.6694215,0.6528926,0.6570248,0.6446281,0.661157,0.61570245,0.61157024,0.553719,0.553719,0.5289256,0.48347107,0.47107437,0.4338843,0.42975205,0.41322315,0.42561984,0.41735536,0.41322315,0.4090909,0.41735536,0.41735536,0.4090909,0.40082645,0.38842976,0.338843,0.28512397,0.21487603,0.12396694,0.12809917,0.1446281,0.22727273,0.39256197,0.42561984,0.43801653,0.4752066,0.48347107,0.49173555,0.5041322,0.5041322,0.5123967,0.5206612,0.54545456,0.58264464,0.5495868,0.57438016,0.6198347,0.6280992,0.6404959,0.6735537,0.677686,0.71487606,0.677686,0.6404959,0.6404959,0.6652893,0.677686,0.6859504,0.6694215,0.69008267,0.71900827,0.7107438,0.7355372,0.7107438,0.70247936,0.6983471,0.6942149,0.72727275,0.6818182,0.6818182,0.6280992,0.61157024,0.53305787,0.5123967,0.49586776,0.4752066,0.47933885,0.42561984,0.40082645,0.38842976,0.3677686,0.38842976,0.41322315,0.4090909,0.39256197,0.41322315,0.40495867,0.39256197,0.3966942,0.35123968,0.30578512,0.27272728,0.11983471,0.11983471,0.14049587,0.27272728,0.40495867,0.41735536,0.45454547,0.47933885,0.47933885,0.43801653,0.47107437,0.45454547,0.4752066,0.49173555,0.5123967,0.5413223,0.5371901,0.5413223,0.5661157,0.60330576,0.59917355,0.62396693,0.6404959,0.6528926,0.6570248,0.6487603,0.6280992,0.6735537,0.6694215,0.661157,0.71487606,0.74380165,0.7644628,0.75619835,0.75619835,0.70247936,0.6570248,0.6363636,0.6487603,0.6280992,0.5495868,0.5785124,0.53305787,0.4876033,0.47107437,0.43801653,0.42975205,0.3966942,0.41322315,0.39256197,0.3677686,0.36363637,0.36363637,0.3140496,0.3429752,0.3966942,0.39256197,0.40082645,0.38016528,0.38429752,0.38016528,0.35950413,0.35123968,0.29338843,0.10743801,0.11157025,0.12396694,0.3181818,0.38842976,0.41322315,0.45867768,0.46694216,0.4090909,0.38842976,0.42975205,0.4090909,0.4214876,0.45041323,0.45867768,0.47933885,0.46280992,0.45041323,0.47107437,0.47933885,0.4876033,0.5041322,0.5247934,0.54545456,0.58264464,0.607438,0.61570245,0.6280992,0.6198347,0.62396693,0.6570248,0.6818182,0.71900827,0.7107438,0.6983471,0.60330576,0.54545456,0.553719,0.57024795,0.5247934,0.48347107,0.44214877,0.38016528,0.37603307,0.2644628,0.35123968,0.32231405,0.3140496,0.35950413,0.3264463,0.35123968,0.37603307,0.338843,0.32231405,0.28099173,0.3305785,0.3677686,0.38842976,0.36363637,0.38016528,0.37603307,0.37603307,0.37190083,0.3181818,0.09917355,0.09917355,0.11983471,0.33471075,0.3966942,0.4090909,0.43801653,0.39256197,0.338843,0.37603307,0.40495867,0.3966942,0.38842976,0.40082645,0.35950413,0.3305785,0.30165288,0.3305785,0.32231405,0.3677686,0.37603307,0.38842976,0.37603307,0.4338843,0.4876033,0.5495868,0.5661157,0.57438016,0.57024795,0.58677685,0.60330576,0.62396693,0.6280992,0.5785124,0.5785124,0.4876033,0.45454547,0.48347107,0.45867768,0.42975205,0.35123968,0.3181818,0.26859504,0.2603306,0.24380165,0.27272728,0.2768595,0.2644628,0.30578512,0.30165288,0.29338843,0.34710744,0.3429752,0.30991736,0.28512397,0.27272728,0.29752067,0.35950413,0.35950413,0.35950413,0.36363637,0.37603307,0.35950413,0.3429752,0.11983471,0.11983471,0.10743801,0.35950413,0.39256197,0.41735536,0.35123968,0.338843,0.3677686,0.40495867,0.39256197,0.39256197,0.38429752,0.35950413,0.35123968,0.3305785,0.2768595,0.2892562,0.29338843,0.29338843,0.30991736,0.29752067,0.30991736,0.3264463,0.39256197,0.446281,0.5041322,0.5041322,0.5206612,0.53305787,0.54545456,0.5661157,0.5413223,0.5206612,0.49173555,0.43801653,0.36363637,0.40082645,0.36363637,0.35123968,0.29752067,0.29752067,0.28099173,0.2644628,0.2520661,0.2603306,0.28099173,0.2892562,0.30165288,0.338843,0.34710744,0.30991736,0.30165288,0.3305785,0.32231405,0.32231405,0.30991736,0.30578512,0.338843,0.35123968,0.36363637,0.3677686,0.35950413,0.3305785,0.15289256,0.15289256,0.09504132,0.3429752,0.3966942,0.35123968,0.33471075,0.41735536,0.46694216,0.4752066,0.42975205,0.446281,0.446281,0.4214876,0.3966942,0.35123968,0.30578512,0.2892562,0.2892562,0.29338843,0.29752067,0.26859504,0.29338843,0.29752067,0.3264463,0.40082645,0.43801653,0.47933885,0.49586776,0.5,0.49173555,0.5082645,0.5041322,0.48347107,0.4338843,0.40495867,0.3264463,0.338843,0.32231405,0.3140496,0.26859504,0.2768595,0.26859504,0.25619835,0.26859504,0.3181818,0.3553719,0.35950413,0.39256197,0.42975205,0.42561984,0.41322315,0.40495867,0.38429752,0.35950413,0.338843,0.3677686,0.3140496,0.30165288,0.33471075,0.3553719,0.35950413,0.34710744,0.33471075,0.1446281,0.14876033,0.10743801,0.33471075,0.38429752,0.30991736,0.3677686,0.446281,0.49586776,0.5165289,0.49173555,0.48347107,0.4752066,0.49586776,0.4752066,0.4338843,0.3966942,0.3677686,0.33471075,0.30991736,0.30578512,0.2892562,0.3140496,0.3305785,0.34710744,0.35950413,0.40082645,0.45041323,0.46694216,0.4752066,0.47107437,0.48347107,0.44214877,0.45041323,0.38842976,0.3429752,0.32231405,0.29338843,0.28512397,0.2768595,0.24793388,0.2644628,0.2892562,0.3264463,0.38842976,0.43801653,0.45041323,0.45454547,0.46280992,0.45867768,0.45454547,0.43801653,0.42561984,0.4090909,0.37603307,0.41322315,0.4090909,0.38016528,0.338843,0.30165288,0.35123968,0.35123968,0.35123968,0.338843,0.1322314,0.1322314,0.10743801,0.3429752,0.36363637,0.3181818,0.43801653,0.45867768,0.5165289,0.5413223,0.54545456,0.5413223,0.5206612,0.5289256,0.5,0.5,0.48347107,0.46694216,0.44214877,0.3966942,0.35123968,0.33471075,0.3181818,0.3181818,0.33471075,0.38429752,0.40495867,0.45041323,0.45867768,0.47107437,0.45454547,0.45867768,0.42561984,0.41322315,0.39256197,0.35123968,0.3140496,0.28512397,0.2768595,0.2603306,0.2768595,0.3181818,0.35123968,0.4214876,0.4752066,0.49586776,0.5041322,0.4876033,0.4752066,0.47107437,0.44214877,0.44214877,0.45041323,0.45041323,0.43801653,0.44214877,0.42561984,0.4214876,0.39256197,0.3181818,0.3429752,0.36363637,0.35123968,0.338843,0.17768595,0.1694215,0.11157025,0.35123968,0.35950413,0.35950413,0.45454547,0.4752066,0.5371901,0.5371901,0.57024795,0.5785124,0.5413223,0.48347107,0.446281,0.45041323,0.45454547,0.43801653,0.41735536,0.4090909,0.3677686,0.37603307,0.338843,0.3305785,0.3305785,0.3966942,0.45454547,0.48347107,0.5123967,0.47933885,0.48347107,0.5289256,0.46280992,0.44214877,0.40082645,0.37190083,0.338843,0.27272728,0.2603306,0.28099173,0.3140496,0.30578512,0.3677686,0.41735536,0.43801653,0.47107437,0.45867768,0.44214877,0.4090909,0.40082645,0.38842976,0.41322315,0.45041323,0.45867768,0.46280992,0.46280992,0.4338843,0.4338843,0.4090909,0.35950413,0.338843,0.35123968,0.3553719,0.3429752,0.17355372,0.17355372,0.15289256,0.37603307,0.38842976,0.40495867,0.44214877,0.47933885,0.5371901,0.54545456,0.55785125,0.5041322,0.42561984,0.38842976,0.40495867,0.40495867,0.4338843,0.3966942,0.35950413,0.2768595,0.24793388,0.29752067,0.36363637,0.38016528,0.338843,0.4090909,0.49173555,0.53305787,0.553719,0.5247934,0.5495868,0.58677685,0.5289256,0.46280992,0.446281,0.39256197,0.32231405,0.2520661,0.24793388,0.30165288,0.28512397,0.30578512,0.3305785,0.35123968,0.41735536,0.47933885,0.49586776,0.48347107,0.446281,0.39256197,0.338843,0.3140496,0.3181818,0.38016528,0.446281,0.45454547,0.45867768,0.44214877,0.41735536,0.38016528,0.3553719,0.3553719,0.35123968,0.36363637,0.17355372,0.16115703,0.16115703,0.38429752,0.40495867,0.41735536,0.42561984,0.47107437,0.5247934,0.4338843,0.40082645,0.42975205,0.46280992,0.47933885,0.46694216,0.37603307,0.42975205,0.38429752,0.38842976,0.3305785,0.30165288,0.2644628,0.2768595,0.35123968,0.34710744,0.3966942,0.49586776,0.553719,0.5785124,0.553719,0.58677685,0.607438,0.55785125,0.46694216,0.45454547,0.40082645,0.28512397,0.23553719,0.3181818,0.3677686,0.3264463,0.2892562,0.35123968,0.38016528,0.42975205,0.45867768,0.4214876,0.41322315,0.4214876,0.38842976,0.3966942,0.39256197,0.37603307,0.3429752,0.3181818,0.38016528,0.41735536,0.42975205,0.38429752,0.37190083,0.39256197,0.36363637,0.35123968,0.37190083,0.18181819,0.16528925,0.18595041,0.38016528,0.4338843,0.44214877,0.42975205,0.46694216,0.40082645,0.32231405,0.45454547,0.5082645,0.44214877,0.32231405,0.27272728,0.14876033,0.2520661,0.30165288,0.1446281,0.20661157,0.24793388,0.2603306,0.2892562,0.3181818,0.30578512,0.37603307,0.46694216,0.54545456,0.57438016,0.56198347,0.58677685,0.60330576,0.5413223,0.48347107,0.45041323,0.38016528,0.24380165,0.3264463,0.49173555,0.41735536,0.34710744,0.3181818,0.30991736,0.2892562,0.2892562,0.19008264,0.19008264,0.19421488,0.15289256,0.1694215,0.24793388,0.28512397,0.3677686,0.4090909,0.3677686,0.29338843,0.3553719,0.3677686,0.35123968,0.37190083,0.40082645,0.37190083,0.35123968,0.36363637,0.21487603,0.18595041,0.2231405,0.38842976,0.45454547,0.45454547,0.42975205,0.43801653,0.3429752,0.42975205,0.43801653,0.3264463,0.18595041,0.28099173,0.37603307,0.07438017,0.19008264,0.17768595,0.09504132,0.20247933,0.28099173,0.19421488,0.1694215,0.3264463,0.37603307,0.4090909,0.47107437,0.5206612,0.56198347,0.5371901,0.56198347,0.5661157,0.5165289,0.47933885,0.44214877,0.3677686,0.2644628,0.4090909,0.5123967,0.40082645,0.2892562,0.23966943,0.17355372,0.26859504,0.43801653,0.14049587,0.1694215,0.1322314,0.11157025,0.09504132,0.1322314,0.12809917,0.17355372,0.27272728,0.3429752,0.33471075,0.3181818,0.36363637,0.38016528,0.35950413,0.40082645,0.37603307,0.36363637,0.35123968,0.2231405,0.20247933,0.25619835,0.40082645,0.46280992,0.46694216,0.40082645,0.40082645,0.37190083,0.3140496,0.1983471,0.08677686,0.2644628,0.58677685,0.35123968,0.10330579,0.1322314,0.1570248,0.1322314,0.3305785,0.446281,0.5123967,0.28099173,0.22727273,0.45041323,0.45041323,0.46694216,0.5082645,0.53305787,0.53305787,0.5413223,0.53305787,0.5123967,0.47933885,0.45867768,0.39256197,0.3429752,0.37603307,0.47933885,0.33471075,0.2520661,0.3181818,0.3677686,0.47933885,0.6198347,0.30578512,0.1570248,0.15289256,0.13636364,0.13636364,0.3140496,0.2892562,0.08264463,0.12809917,0.17768595,0.1983471,0.27272728,0.3181818,0.3429752,0.37190083,0.40495867,0.40082645,0.37603307,0.338843,0.1983471,0.21900827,0.28099173,0.40495867,0.45867768,0.4876033,0.40495867,0.37603307,0.34710744,0.23553719,0.21900827,0.23966943,0.32231405,0.5247934,0.55785125,0.21900827,0.23966943,0.35950413,0.3677686,0.43801653,0.42561984,0.42975205,0.40082645,0.41322315,0.446281,0.45041323,0.48347107,0.5,0.5371901,0.5247934,0.5413223,0.5247934,0.5123967,0.47933885,0.46280992,0.42975205,0.40082645,0.3429752,0.41322315,0.4338843,0.45454547,0.42561984,0.4090909,0.40495867,0.46280992,0.42975205,0.45041323,0.43801653,0.28099173,0.2892562,0.35123968,0.338843,0.24380165,0.2644628,0.22727273,0.28512397,0.33471075,0.38429752,0.38016528,0.41322315,0.41322315,0.41735536,0.39256197,0.33471075,0.16115703,0.28512397,0.30991736,0.39256197,0.47107437,0.4876033,0.4338843,0.446281,0.4338843,0.4090909,0.42561984,0.5123967,0.46694216,0.4090909,0.39256197,0.35123968,0.4214876,0.41322315,0.44214877,0.39256197,0.38842976,0.38016528,0.40082645,0.43801653,0.45454547,0.46280992,0.4876033,0.5,0.553719,0.5371901,0.54545456,0.5247934,0.5165289,0.48347107,0.48347107,0.446281,0.42975205,0.38429752,0.36363637,0.41735536,0.4090909,0.4090909,0.42561984,0.42561984,0.46280992,0.4338843,0.47107437,0.4752066,0.38842976,0.35950413,0.37190083,0.4090909,0.41735536,0.4090909,0.37190083,0.35950413,0.36363637,0.40082645,0.4214876,0.41322315,0.4214876,0.4214876,0.40082645,0.3429752,0.14049587,0.3140496,0.30165288,0.4090909,0.47107437,0.47107437,0.47933885,0.4752066,0.4090909,0.40495867,0.47107437,0.5247934,0.5206612,0.46694216,0.4090909,0.38842976,0.3429752,0.32231405,0.30991736,0.3264463,0.338843,0.4338843,0.446281,0.46694216,0.49173555,0.49173555,0.4876033,0.5123967,0.5206612,0.54545456,0.5371901,0.5247934,0.5123967,0.5041322,0.4876033,0.46694216,0.45867768,0.42975205,0.40082645,0.41322315,0.4338843,0.41322315,0.38429752,0.35950413,0.3677686,0.37603307,0.38016528,0.37190083,0.38842976,0.38429752,0.41322315,0.40082645,0.38842976,0.35950413,0.2892562,0.33471075,0.39256197,0.41735536,0.42975205,0.42561984,0.41735536,0.4338843,0.4090909,0.35950413,0.11570248,0.35950413,0.30991736,0.4214876,0.4752066,0.47107437,0.5165289,0.5082645,0.47107437,0.446281,0.40495867,0.38842976,0.3966942,0.36363637,0.3264463,0.30578512,0.24380165,0.30165288,0.3305785,0.3966942,0.46694216,0.5082645,0.5,0.5123967,0.5123967,0.4876033,0.49586776,0.53305787,0.5289256,0.55785125,0.5495868,0.5661157,0.5247934,0.5123967,0.5,0.47107437,0.46694216,0.45454547,0.42975205,0.45454547,0.45041323,0.4752066,0.44214877,0.40082645,0.338843,0.28099173,0.21900827,0.23140496,0.23553719,0.2520661,0.2603306,0.25619835,0.2768595,0.28099173,0.37603307,0.4752066,0.4876033,0.46694216,0.45454547,0.44214877,0.42561984,0.45041323,0.41735536,0.38016528,0.1322314,0.3429752,0.35123968,0.4338843,0.46280992,0.49173555,0.5247934,0.5289256,0.5206612,0.5247934,0.5041322,0.46694216,0.41735536,0.37603307,0.35123968,0.37603307,0.38429752,0.44214877,0.47107437,0.5082645,0.5165289,0.5371901,0.5247934,0.5165289,0.49586776,0.5,0.5082645,0.553719,0.5413223,0.57024795,0.57024795,0.553719,0.54545456,0.5,0.5165289,0.46280992,0.49173555,0.47933885,0.47107437,0.45867768,0.46280992,0.48347107,0.46694216,0.47933885,0.46694216,0.43801653,0.37603307,0.3677686,0.3181818,0.30165288,0.30578512,0.3305785,0.40082645,0.45454547,0.49173555,0.49586776,0.5,0.47933885,0.47933885,0.446281,0.45041323,0.44214877,0.42975205,0.40082645,0.11157025,0.3429752,0.38016528,0.42975205,0.47107437,0.49173555,0.5371901,0.5413223,0.553719,0.5247934,0.5247934,0.5165289,0.49586776,0.5,0.48347107,0.4876033,0.46694216,0.5165289,0.5206612,0.5206612,0.5289256,0.53305787,0.5289256,0.5,0.5041322,0.5082645,0.5206612,0.5413223,0.56198347,0.5661157,0.5661157,0.5413223,0.5289256,0.5041322,0.5,0.48347107,0.4752066,0.5082645,0.46694216,0.49173555,0.48347107,0.48347107,0.47933885,0.47933885,0.4752066,0.47933885,0.45867768,0.47107437,0.46280992,0.45867768,0.44214877,0.45454547,0.48347107,0.5082645,0.5041322,0.5165289,0.5082645,0.49173555,0.48347107,0.46280992,0.46280992,0.45454547,0.42561984,0.41322315,0.15289256,0.2644628,0.40082645,0.44214877,0.47933885,0.5123967,0.5413223,0.553719,0.5495868,0.5495868,0.5206612,0.5,0.49586776,0.49586776,0.49173555,0.49173555,0.49173555,0.5123967,0.5165289,0.5123967,0.5165289,0.5371901,0.5247934,0.5206612,0.5206612,0.5165289,0.5206612,0.54545456,0.55785125,0.57438016,0.56198347,0.5413223,0.5371901,0.5165289,0.4876033,0.48347107,0.45454547,0.45867768,0.47933885,0.5165289,0.5,0.4876033,0.47933885,0.49586776,0.4752066,0.49173555,0.4752066,0.46694216,0.47107437,0.45454547,0.45454547,0.49173555,0.49586776,0.5206612,0.5206612,0.5371901,0.5206612,0.47933885,0.49173555,0.47933885,0.47107437,0.45454547,0.4338843,0.41322315,0.20661157,0.2231405,0.41322315,0.46280992,0.5041322,0.5165289,0.5495868,0.56198347,0.5495868,0.53305787,0.5123967,0.5082645,0.47933885,0.47107437,0.48347107,0.47933885,0.5123967,0.5123967,0.5206612,0.5206612,0.553719,0.55785125,0.54545456,0.5123967,0.5082645,0.5123967,0.5247934,0.54545456,0.57024795,0.59917355,0.58677685,0.60330576,0.553719,0.5371901,0.49586776,0.4876033,0.446281,0.44214877,0.46280992,0.4752066,0.46280992,0.40082645,0.42975205,0.5123967,0.5123967,0.5206612,0.5,0.49173555,0.48347107,0.46280992,0.46280992,0.47933885,0.49173555,0.5082645,0.5206612,0.5247934,0.5206612,0.5082645,0.5,0.4876033,0.47933885,0.446281,0.43801653,0.4214876,0.17768595,0.2520661,0.40495867,0.46694216,0.5289256,0.5413223,0.553719,0.553719,0.5413223,0.5247934,0.5165289,0.5123967,0.5041322,0.49586776,0.5123967,0.5165289,0.5289256,0.5371901,0.5371901,0.56198347,0.55785125,0.53305787,0.5247934,0.5123967,0.49586776,0.5123967,0.57438016,0.5495868,0.59504133,0.6404959,0.6942149,0.6942149,0.61570245,0.55785125,0.5123967,0.49173555,0.45867768,0.44214877,0.43801653,0.45041323,0.46280992,0.45454547,0.3429752,0.42975205,0.5,0.53305787,0.5289256,0.53305787,0.5289256,0.5206612,0.5041322,0.5206612,0.5247934,0.5206612,0.53305787,0.5371901,0.5123967,0.49586776,0.49586776,0.4876033,0.4752066,0.43801653,0.42561984,0.41322315,0.1694215,0.30165288,0.40495867,0.4876033,0.53305787,0.5413223,0.54545456,0.53305787,0.53305787,0.5247934,0.5413223,0.5289256,0.54545456,0.53305787,0.5495868,0.5495868,0.553719,0.55785125,0.553719,0.5495868,0.5082645,0.49173555,0.49173555,0.49173555,0.5041322,0.5289256,0.60330576,0.607438,0.6280992,0.72727275,0.8347107,0.8305785,0.7231405,0.55785125,0.553719,0.5165289,0.4876033,0.4338843,0.46694216,0.4752066,0.5041322,0.49586776,0.40082645,0.3553719,0.41322315,0.46280992,0.5,0.55785125,0.553719,0.57024795,0.5785124,0.58264464,0.5206612,0.5495868,0.5413223,0.5413223,0.5123967,0.5041322,0.5082645,0.4752066,0.48347107,0.44214877,0.42561984,0.3966942,0.18181819,0.33471075,0.41322315,0.49586776,0.5206612,0.5289256,0.5371901,0.54545456,0.55785125,0.54545456,0.5495868,0.5495868,0.5371901,0.5495868,0.57024795,0.57024795,0.57024795,0.553719,0.56198347,0.5,0.5041322,0.5289256,0.5206612,0.5041322,0.5371901,0.60330576,0.7107438,0.6280992,0.6404959,0.6446281,0.76033056,0.7644628,0.6859504,0.5495868,0.553719,0.5413223,0.5371901,0.4876033,0.5165289,0.5413223,0.5206612,0.53305787,0.46694216,0.41322315,0.38016528,0.41735536,0.45454547,0.5,0.55785125,0.59090906,0.58264464,0.59917355,0.5495868,0.55785125,0.5371901,0.5371901,0.53305787,0.5206612,0.5165289,0.48347107,0.47107437,0.4338843,0.40082645,0.38429752,0.23553719,0.338843,0.41322315,0.5,0.5289256,0.5206612,0.5413223,0.5785124,0.59090906,0.57438016,0.59090906,0.57438016,0.553719,0.55785125,0.5247934,0.5661157,0.56198347,0.5371901,0.5,0.47933885,0.5661157,0.59917355,0.58677685,0.57438016,0.6198347,0.70247936,0.78099173,0.60330576,0.59090906,0.58677685,0.59917355,0.57438016,0.55785125,0.5413223,0.5165289,0.5165289,0.5371901,0.5371901,0.56198347,0.5661157,0.553719,0.59090906,0.48347107,0.46694216,0.446281,0.44214877,0.42975205,0.5041322,0.5123967,0.5785124,0.59090906,0.59090906,0.553719,0.5371901,0.53305787,0.5413223,0.5247934,0.5495868,0.5247934,0.5,0.45867768,0.41322315,0.38429752,0.39256197,0.2892562,0.3429752,0.41322315,0.4876033,0.5165289,0.5247934,0.57438016,0.607438,0.6280992,0.607438,0.61157024,0.57438016,0.55785125,0.5495868,0.56198347,0.5661157,0.55785125,0.57024795,0.46694216,0.48347107,0.6404959,0.677686,0.6322314,0.607438,0.58264464,0.607438,0.6735537,0.53305787,0.5247934,0.5289256,0.5123967,0.47933885,0.49586776,0.48347107,0.47107437,0.43801653,0.45867768,0.4752066,0.5041322,0.49173555,0.48347107,0.5,0.41735536,0.40495867,0.5289256,0.47107437,0.45041323,0.5206612,0.5,0.5785124,0.59917355,0.553719,0.5289256,0.5041322,0.5041322,0.5041322,0.5165289,0.5371901,0.5041322,0.49173555,0.4338843,0.39256197,0.37603307,0.38842976,0.37603307,0.35123968,0.40082645,0.4752066,0.5041322,0.53305787,0.57438016,0.607438,0.62396693,0.6198347,0.59917355,0.57024795,0.553719,0.5371901,0.5661157,0.55785125,0.57024795,0.5289256,0.49586776,0.47933885,0.53305787,0.5165289,0.5041322,0.5123967,0.47107437,0.46694216,0.5206612,0.49586776,0.47933885,0.46694216,0.43801653,0.42975205,0.45041323,0.40082645,0.38429752,0.35123968,0.33471075,0.32231405,0.32231405,0.3140496,0.3140496,0.30578512,0.3264463,0.23966943,0.57024795,0.5082645,0.47933885,0.4752066,0.5082645,0.5289256,0.53305787,0.5371901,0.49173555,0.46694216,0.4752066,0.49173555,0.5,0.5082645,0.4752066,0.45041323,0.40495867,0.3677686,0.36363637,0.37603307,0.39256197,0.338843,0.38842976,0.45867768,0.47933885,0.5413223,0.56198347,0.59090906,0.607438,0.59917355,0.607438,0.5495868,0.5247934,0.53305787,0.54545456,0.56198347,0.553719,0.5413223,0.54545456,0.446281,0.41735536,0.36363637,0.2603306,0.2520661,0.29338843,0.338843,0.4338843,0.46280992,0.4214876,0.38842976,0.35950413,0.3677686,0.3677686,0.34710744,0.28099173,0.16115703,0.15289256,0.13636364,0.12809917,0.13636364,0.14876033,0.20661157,0.20247933,0.17355372,0.5661157,0.553719,0.4876033,0.47933885,0.47107437,0.46694216,0.47107437,0.45867768,0.43801653,0.42975205,0.44214877,0.46280992,0.47933885,0.44214877,0.41322315,0.38016528,0.3429752,0.3305785,0.3305785,0.35950413,0.4090909,0.34710744,0.38842976,0.42975205,0.46280992,0.49586776,0.5289256,0.55785125,0.58677685,0.59917355,0.59504133,0.5413223,0.5289256,0.5206612,0.53305787,0.5495868,0.53305787,0.56198347,0.5785124,0.42561984,0.3305785,0.3181818,0.20661157,0.14049587,0.11983471,0.11983471,0.19008264,0.36363637,0.38016528,0.3181818,0.2768595,0.2892562,0.29752067,0.2768595,0.15289256,0.07438017,0.1322314,0.15289256,0.18595041,0.18181819,0.16528925,0.17355372,0.17768595,0.26859504,0.54545456,0.5661157,0.5123967,0.46694216,0.42975205,0.42975205,0.43801653,0.41322315,0.40082645,0.38842976,0.40495867,0.42561984,0.4090909,0.38842976,0.36363637,0.3264463,0.28512397,0.3181818,0.3140496,0.32231405,0.45041323,0.34710744,0.38429752,0.41735536,0.42561984,0.4214876,0.4752066,0.5082645,0.5371901,0.57438016,0.5785124,0.5289256,0.5041322,0.5082645,0.5041322,0.53305787,0.54545456,0.56198347,0.59090906,0.47933885,0.37190083,0.34710744,0.3140496,0.2768595,0.2644628,0.28512397,0.22727273,0.2644628,0.2768595,0.27272728,0.20661157,0.20247933,0.25619835,0.18181819,0.0785124,0.12396694,0.19421488,0.24380165,0.2520661,0.21900827,0.23553719,0.2603306,0.2892562,0.4338843,0.5289256,0.5495868,0.5,0.45454547,0.38429752,0.37190083,0.3677686,0.3553719,0.3553719,0.3677686,0.3677686,0.38429752,0.36363637,0.34710744,0.32231405,0.28512397,0.24793388,0.28099173,0.30991736,0.3264463,0.3677686,0.36363637,0.38429752,0.41322315,0.40082645,0.38016528,0.4214876,0.45867768,0.4876033,0.5206612,0.5247934,0.5123967,0.5,0.49173555,0.4876033,0.5041322,0.5371901,0.553719,0.59090906,0.59090906,0.46694216,0.41735536,0.3966942,0.36363637,0.38016528,0.36363637,0.29338843,0.3181818,0.27272728,0.23966943,0.19008264,0.12809917,0.14876033,0.1322314,0.23966943,0.3305785,0.37190083,0.39256197,0.3677686,0.35123968,0.35950413,0.39256197,0.4338843,0.5,0.5123967,0.5371901,0.4876033,0.4752066,0.41735536,0.3553719,0.30165288,0.30578512,0.2892562,0.3429752,0.3429752,0.34710744,0.338843,0.30991736,0.28099173,0.24380165,0.2231405,0.2644628,0.3140496,0.35123968,0.20247933,0.38016528,0.3966942,0.41322315,0.39256197,0.37190083,0.38429752,0.4090909,0.42561984,0.45867768,0.48347107,0.5,0.5,0.47933885,0.46694216,0.47107437,0.5206612,0.5413223,0.58264464,0.62396693,0.57438016,0.5289256,0.5041322,0.45454547,0.45867768,0.45867768,0.40495867,0.42561984,0.38842976,0.37190083,0.27272728,0.16528925,0.23553719,0.47107437,0.53305787,0.47933885,0.47933885,0.46280992,0.44214877,0.42975205,0.41735536,0.43801653,0.49173555,0.48347107,0.49173555,0.47107437,0.4876033,0.4876033,0.4214876,0.37603307,0.3305785,0.29338843,0.2768595,0.29752067,0.3264463,0.30165288,0.3429752,0.2892562,0.24793388,0.2107438,0.22727273,0.29338843,0.3305785,0.34710744,0.14876033,0.38429752,0.40082645,0.42561984,0.4090909,0.38016528,0.37190083,0.37190083,0.40082645,0.4214876,0.44214877,0.46280992,0.47107437,0.45041323,0.45867768,0.47107437,0.5165289,0.5413223,0.57024795,0.607438,0.59504133,0.57438016,0.5371901,0.49173555,0.49173555,0.5082645,0.5165289,0.5413223,0.5123967,0.5041322,0.45454547,0.37190083,0.39256197,0.5082645,0.5289256,0.4876033,0.49173555,0.46694216,0.45041323,0.41735536,0.41735536,0.38842976,0.45454547,0.45454547,0.43801653,0.4338843,0.46280992,0.446281,0.45041323,0.446281,0.40082645,0.3305785,0.29338843,0.29752067,0.30991736,0.30578512,0.30578512,0.2768595,0.23966943,0.1983471,0.2768595,0.3264463,0.3305785,0.3140496,0.16528925,0.39256197,0.3966942,0.45454547,0.4090909,0.39256197,0.39256197,0.36363637,0.38016528,0.38016528,0.40495867,0.40082645,0.45041323,0.46694216,0.48347107,0.45041323,0.47107437,0.5123967,0.5206612,0.5413223,0.5247934,0.5082645,0.49173555,0.5206612,0.5082645,0.5289256,0.5413223,0.5495868,0.5289256,0.54545456,0.5206612,0.4752066,0.4752066,0.5165289,0.5165289,0.48347107,0.49586776,0.46280992,0.4338843,0.42975205,0.41735536,0.4214876,0.43801653,0.45867768,0.45454547,0.45041323,0.45867768,0.446281,0.4338843,0.4876033,0.45454547,0.38016528,0.30991736,0.30991736,0.3305785,0.30991736,0.30578512,0.28099173,0.2603306,0.23966943,0.30991736,0.33471075,0.338843,0.30165288,0.16528925,0.38016528,0.42561984,0.4338843,0.41735536,0.4090909,0.40495867,0.38016528,0.37190083,0.37603307,0.35123968,0.38429752,0.44214877,0.5123967,0.47933885,0.38429752,0.42561984,0.49586776,0.48347107,0.5123967,0.47933885,0.5123967,0.5041322,0.53305787,0.53305787,0.54545456,0.5371901,0.5289256,0.53305787,0.5041322,0.55785125,0.59917355,0.57438016,0.4752066,0.4876033,0.46280992,0.48347107,0.4338843,0.45454547,0.45454547,0.4338843,0.45454547,0.46694216,0.46280992,0.46694216,0.47933885,0.47107437,0.4338843,0.44214877,0.446281,0.45454547,0.38016528,0.3181818,0.3181818,0.37190083,0.3181818,0.32231405,0.28512397,0.26859504,0.30578512,0.3264463,0.338843,0.3305785,0.32231405,0.18595041,0.35950413,0.43801653,0.39256197,0.41735536,0.41735536,0.4090909,0.40495867,0.38842976,0.37603307,0.36363637,0.4214876,0.46280992,0.5247934,0.43801653,0.4090909,0.48347107,0.49173555,0.54545456,0.5413223,0.5041322,0.5206612,0.5123967,0.58264464,0.53305787,0.5289256,0.47107437,0.46694216,0.44214877,0.40082645,0.45454547,0.48347107,0.47107437,0.39256197,0.3553719,0.3553719,0.37190083,0.35950413,0.3677686,0.37603307,0.38016528,0.4090909,0.45867768,0.46694216,0.4752066,0.4752066,0.4752066,0.446281,0.446281,0.42561984,0.45041323,0.37190083,0.3305785,0.32231405,0.3140496,0.338843,0.3264463,0.28512397,0.32231405,0.3429752,0.35950413,0.34710744,0.3429752,0.3305785,0.19008264,0.3553719,0.43801653,0.4338843,0.41735536,0.4090909,0.40495867,0.41322315,0.40082645,0.3966942,0.3966942,0.4338843,0.47107437,0.49173555,0.48347107,0.5,0.49173555,0.5041322,0.56198347,0.5247934,0.5206612,0.54545456,0.5247934,0.49173555,0.446281,0.42561984,0.40495867,0.42561984,0.3966942,0.42561984,0.42561984,0.45867768,0.41322315,0.3677686,0.338843,0.34710744,0.3553719,0.3305785,0.35123968,0.34710744,0.3181818,0.3140496,0.338843,0.38016528,0.40082645,0.43801653,0.43801653,0.46280992,0.45867768,0.3966942,0.40082645,0.38429752,0.338843,0.338843,0.33471075,0.35950413,0.3429752,0.29752067,0.3181818,0.36363637,0.3553719,0.35950413,0.338843,0.3264463,0.19421488,0.338843,0.44214877,0.446281,0.42561984,0.41735536,0.41322315,0.40082645,0.40082645,0.4338843,0.45454547,0.45454547,0.45454547,0.44214877,0.46280992,0.4338843,0.45041323,0.5289256,0.47933885,0.49173555,0.46280992,0.43801653,0.40082645,0.3966942,0.45867768,0.4214876,0.446281,0.42561984,0.41735536,0.3677686,0.41322315,0.44214877,0.30991736,0.33471075,0.35123968,0.3181818,0.30165288,0.37190083,0.3429752,0.34710744,0.3677686,0.30991736,0.3181818,0.28512397,0.2520661,0.25619835,0.2603306,0.3305785,0.45867768,0.3966942,0.38429752,0.38429752,0.3553719,0.36363637,0.35950413,0.3553719,0.3429752,0.30991736,0.3553719,0.37603307,0.3553719,0.3553719,0.3429752,0.3181818,0.17355372,0.30165288,0.42561984,0.45454547,0.42561984,0.41322315,0.4338843,0.4214876,0.4214876,0.46280992,0.47107437,0.46694216,0.44214877,0.41322315,0.35950413,0.338843,0.48347107,0.3966942,0.39256197,0.36363637,0.30991736,0.35123968,0.41322315,0.40082645,0.38842976,0.37190083,0.38016528,0.28099173,0.29752067,0.38429752,0.4090909,0.45867768,0.33471075,0.3181818,0.29752067,0.28099173,0.2107438,0.26859504,0.22727273,0.2603306,0.28099173,0.2644628,0.3429752,0.2107438,0.19421488,0.1694215,0.09917355,0.2603306,0.37603307,0.3264463,0.32231405,0.35950413,0.37603307,0.37603307,0.37603307,0.35950413,0.33471075,0.3264463,0.3677686,0.3553719,0.35123968,0.34710744,0.338843,0.30991736,0.19008264,0.20247933,0.41322315,0.446281,0.42975205,0.46280992,0.4214876,0.4090909,0.4214876,0.45454547,0.48347107,0.49173555,0.42561984,0.38842976,0.27272728,0.3429752,0.48347107,0.23553719,0.3181818,0.33471075,0.33471075,0.4338843,0.40082645,0.32231405,0.24793388,0.3140496,0.2603306,0.19421488,0.20661157,0.25619835,0.3429752,0.30165288,0.26859504,0.2520661,0.1694215,0.16115703,0.15289256,0.18595041,0.17355372,0.19008264,0.21487603,0.26859504,0.3677686,0.3677686,0.46280992,0.45867768,0.16115703,0.37603307,0.30578512,0.3181818,0.2892562,0.3305785,0.3553719,0.3140496,0.38429752,0.35123968,0.3181818,0.338843,0.3429752,0.3429752,0.3429752,0.30991736,0.3140496,0.2768595,0.20661157,0.15289256,0.38429752,0.42975205,0.4338843,0.44214877,0.4090909,0.42561984,0.3966942,0.46694216,0.47933885,0.48347107,0.43801653,0.3553719,0.2520661,0.35950413,0.41735536,0.3264463,0.5041322,0.6363636,0.553719,0.5165289,0.36363637,0.28099173,0.30165288,0.21487603,0.23140496,0.2644628,0.2520661,0.2892562,0.3429752,0.25619835,0.2231405,0.2231405,0.20661157,0.21900827,0.19008264,0.1983471,0.3140496,0.38429752,0.45867768,0.4876033,0.4876033,0.5041322,0.53305787,0.3140496,0.42561984,0.41322315,0.3429752,0.34710744,0.338843,0.2892562,0.3140496,0.3429752,0.34710744,0.3429752,0.29752067,0.338843,0.30991736,0.32231405,0.2892562,0.30165288,0.28099173,0.2520661,0.19008264,0.16115703,0.32231405,0.4214876,0.42561984,0.4338843,0.4214876,0.42561984,0.42975205,0.4214876,0.47107437,0.45867768,0.41735536,0.35123968,0.28512397,0.41735536,0.40082645,0.47933885,0.4090909,0.5,0.57438016,0.55785125,0.44214877,0.5165289,0.46280992,0.35950413,0.28512397,0.23553719,0.30991736,0.4090909,0.39256197,0.2644628,0.21487603,0.2768595,0.30991736,0.39256197,0.38429752,0.5041322,0.45867768,0.5661157,0.5123967,0.4090909,0.35123968,0.3181818,0.27272728,0.33471075,0.46280992,0.39256197,0.39256197,0.3553719,0.33471075,0.29752067,0.30165288,0.30991736,0.3429752,0.3181818,0.29752067,0.3181818,0.30991736,0.32231405,0.2768595,0.2768595,0.27272728,0.24380165,0.1983471,0.17768595,0.28099173,0.40082645,0.4338843,0.42561984,0.4214876,0.41735536,0.4214876,0.4214876,0.41735536,0.4338843,0.41322315,0.3305785,0.32231405,0.44214877,0.42975205,0.49586776,0.43801653,0.39256197,0.4090909,0.5041322,0.4214876,0.4752066,0.4876033,0.5165289,0.5041322,0.4214876,0.41735536,0.4338843,0.4090909,0.30165288,0.36363637,0.4876033,0.49586776,0.5495868,0.5371901,0.5041322,0.41735536,0.4338843,0.3966942,0.33471075,0.3181818,0.27272728,0.41322315,0.4338843,0.4090909,0.38842976,0.41322315,0.4090909,0.37603307,0.32231405,0.29338843,0.2644628,0.30578512,0.28099173,0.30991736,0.30578512,0.30578512,0.30165288,0.2892562,0.26859504,0.24793388,0.23553719,0.1983471,0.17768595,0.23966943,0.37603307,0.4090909,0.41322315,0.41322315,0.41735536,0.39256197,0.4090909,0.40082645,0.42561984,0.37603307,0.32231405,0.3264463,0.46694216,0.47107437,0.43801653,0.48347107,0.5206612,0.41735536,0.46694216,0.49173555,0.5247934,0.5413223,0.5165289,0.55785125,0.57438016,0.5661157,0.56198347,0.5041322,0.5247934,0.57024795,0.6528926,0.74793386,0.8677686,0.5785124,0.38429752,0.38016528,0.41735536,0.35123968,0.3140496,0.3264463,0.36363637,0.4338843,0.41322315,0.3553719,0.38016528,0.3966942,0.40495867,0.37603307,0.3140496,0.25619835,0.28512397,0.3181818,0.27272728,0.2520661,0.28512397,0.25619835,0.28512397,0.2768595,0.24793388,0.22727273,0.2231405,0.19008264,0.19421488,0.18181819,0.3553719,0.4090909,0.4090909,0.40495867,0.40495867,0.38842976,0.38842976,0.37190083,0.40082645,0.35950413,0.29752067,0.30165288,0.46694216,0.4752066,0.4214876,0.40495867,0.4876033,0.45454547,0.4338843,0.4338843,0.57024795,0.53305787,0.45041323,0.47933885,0.5371901,0.5785124,0.69008267,0.6528926,0.60330576,0.58677685,0.661157,0.6404959,0.5289256,0.3553719,0.30991736,0.37190083,0.35950413,0.3264463,0.3140496,0.37190083,0.39256197,0.38429752,0.3429752,0.37603307,0.38016528,0.41322315,0.40495867,0.35123968,0.29752067,0.2520661,0.2644628,0.29338843,0.2768595,0.23966943,0.2768595,0.28099173,0.30165288,0.23553719,0.23966943,0.21487603,0.21900827,0.19421488,0.1983471,0.17355372,0.2768595,0.39256197,0.3966942,0.40082645,0.3966942,0.3966942,0.3677686,0.3677686,0.37603307,0.35123968,0.32231405,0.30991736,0.43801653,0.4752066,0.45454547,0.4214876,0.42561984,0.43801653,0.4338843,0.3966942,0.42561984,0.43801653,0.35950413,0.39256197,0.40495867,0.42561984,0.446281,0.45454547,0.45454547,0.41735536,0.40082645,0.3553719,0.29338843,0.2892562,0.28099173,0.3181818,0.33471075,0.30991736,0.338843,0.3553719,0.35950413,0.33471075,0.3553719,0.38016528,0.38016528,0.41322315,0.38842976,0.33471075,0.2644628,0.23966943,0.28099173,0.2603306,0.2644628,0.23966943,0.2768595,0.2644628,0.2644628,0.24793388,0.23966943,0.20247933,0.23140496,0.19421488,0.1983471,0.20661157,0.20247933,0.3677686,0.3966942,0.3966942,0.3966942,0.37190083,0.35950413,0.35950413,0.3553719,0.3553719,0.3305785,0.3429752,0.40495867,0.47107437,0.48347107,0.42561984,0.4214876,0.4090909,0.3966942,0.40082645,0.38842976,0.42975205,0.338843,0.35950413,0.34710744,0.30165288,0.3181818,0.3140496,0.30991736,0.3140496,0.30165288,0.29752067,0.2768595,0.3429752,0.30578512,0.30165288,0.29752067,0.32231405,0.3305785,0.3264463,0.338843,0.3553719,0.3429752,0.3677686,0.3553719,0.38842976,0.3677686,0.30578512,0.27272728,0.2644628,0.26859504,0.2603306,0.23140496,0.24380165,0.2603306,0.25619835,0.23140496,0.24380165,0.22727273,0.22727273,0.24380165,0.1983471,0.1983471,0.20247933,0.18595041,0.30991736,0.39256197,0.38429752,0.38429752,0.3677686,0.35123968,0.34710744,0.33471075,0.3553719,0.3429752,0.3264463,0.3677686,0.44214877,0.45867768,0.41735536,0.39256197,0.41322315,0.39256197,0.38429752,0.37603307,0.38016528,0.35950413,0.35123968,0.35123968,0.2892562,0.28099173,0.26859504,0.27272728,0.23966943,0.2520661,0.23553719,0.2231405,0.23553719,0.24793388,0.2644628,0.28099173,0.2892562,0.29752067,0.33471075,0.35950413,0.3305785,0.3140496,0.3429752,0.338843,0.3429752,0.32231405,0.29752067,0.3140496,0.2768595,0.2520661,0.23966943,0.23140496,0.23140496,0.23966943,0.21487603,0.24380165,0.2231405,0.22727273,0.22727273,0.24793388,0.19008264,0.19421488,0.20661157,0.18181819,0.24380165,0.38842976,0.40082645,0.3677686,0.35950413,0.3429752,0.33471075,0.3264463,0.34710744,0.338843,0.32231405,0.35123968,0.4090909,0.4090909,0.4214876,0.40495867,0.37603307,0.40495867,0.38842976,0.37190083,0.3553719,0.34710744,0.33471075,0.33471075,0.30165288,0.30991736,0.3140496,0.32231405,0.28099173,0.2644628,0.24793388,0.23140496,0.24380165,0.24380165,0.24793388,0.25619835,0.2768595,0.3140496,0.33471075,0.3264463,0.3181818,0.32231405,0.30578512,0.3140496,0.29338843,0.30991736,0.338843,0.30991736,0.2603306,0.24793388,0.21900827,0.20661157,0.21900827,0.2520661,0.23553719,0.2231405,0.23140496,0.21900827,0.24793388,0.2520661,0.19008264,0.19008264,0.2107438,0.1983471,0.17768595,0.338843,0.3966942,0.37603307,0.35123968,0.3429752,0.3305785,0.32231405,0.34710744,0.33471075,0.3264463,0.36363637,0.37190083,0.40495867,0.39256197,0.40495867,0.3677686,0.38016528,0.38842976,0.38016528,0.3553719,0.33471075,0.32231405,0.2892562,0.28099173,0.28099173,0.2892562,0.2768595,0.2768595,0.25619835,0.24380165,0.2231405,0.23966943,0.22727273,0.23140496,0.24380165,0.25619835,0.2892562,0.25619835,0.28512397,0.2892562,0.30165288,0.26859504,0.28099173,0.28099173,0.3305785,0.338843,0.30991736,0.24380165,0.24380165,0.2107438,0.2107438,0.21487603,0.24793388,0.21900827,0.20661157,0.21900827,0.24380165,0.2644628,0.25619835,0.1983471,0.17355372,0.21487603,0.20247933,0.17768595,0.18595041,0.40495867,0.38429752,0.3553719,0.34710744,0.3305785,0.3181818,0.3553719,0.338843,0.35123968,0.338843,0.3553719,0.38429752,0.38429752,0.39256197,0.38429752,0.38016528,0.36363637,0.34710744,0.30991736,0.2892562,0.26859504,0.2231405,0.23553719,0.2231405,0.23140496,0.23140496,0.21900827,0.21487603,0.1983471,0.19421488,0.18181819,0.18181819,0.19421488,0.1983471,0.2231405,0.2231405,0.24380165,0.25619835,0.27272728,0.28099173,0.27272728,0.2644628,0.30578512,0.3429752,0.338843,0.30165288,0.24793388,0.24793388,0.19421488,0.20247933,0.21900827,0.18595041,0.22727273,0.21900827,0.24380165,0.2520661,0.26859504,0.1983471,0.19421488,0.19008264,0.20661157,0.1983471,0.1983471,0.2107438,0.58677685,0.3553719,0.35950413,0.35950413,0.33471075,0.3140496,0.3264463,0.3305785,0.35123968,0.24793388,0.3677686,0.38429752,0.4090909,0.36363637,0.3966942,0.3677686,0.35950413,0.32231405,0.28099173,0.2644628,0.2231405,0.19421488,0.18595041,0.18181819,0.17768595,0.17768595,0.16115703,0.15289256,0.1570248,0.1570248,0.1446281,0.1570248,0.1570248,0.17768595,0.17768595,0.21487603,0.23140496,0.2644628,0.26859504,0.2892562,0.28512397,0.27272728,0.35950413,0.3553719,0.35123968,0.30165288,0.2768595,0.23140496,0.18595041,0.20247933,0.19421488,0.18595041,0.22727273,0.22727273,0.2644628,0.26859504,0.24793388,0.1570248,0.19008264,0.19421488,0.18181819,0.2107438,0.14049587,0.3966942,0.8512397,0.40495867,0.3429752,0.36363637,0.33471075,0.29752067,0.26859504,0.3264463,0.30991736,0.30991736,0.38016528,0.41322315,0.446281,0.37190083,0.38429752,0.35950413,0.39256197,0.33471075,0.30165288,0.24380165,0.2231405,0.1983471,0.1983471,0.20247933,0.14876033,0.16528925,0.1446281,0.1322314,0.16115703,0.15289256,0.14049587,0.16115703,0.17768595,0.19008264,0.21487603,0.23966943,0.2520661,0.2644628,0.2768595,0.3140496,0.2892562,0.3264463,0.38016528,0.40082645,0.3553719,0.3181818,0.27272728,0.18595041,0.18181819,0.1983471,0.20661157,0.1983471,0.22727273,0.24380165,0.2768595,0.2644628,0.19421488,0.15289256,0.23966943,0.21900827,0.19421488,0.23140496,0.12809917,0.55785125,0.91322315,0.73140496,0.33471075,0.34710744,0.34710744,0.29338843,0.2520661,0.30991736,0.2520661,0.3429752,0.3140496,0.41735536,0.46280992,0.446281,0.38842976,0.3677686,0.42561984,0.38842976,0.3553719,0.2892562,0.27272728,0.22727273,0.23140496,0.2107438,0.18181819,0.1694215,0.16115703,0.14049587,0.16115703,0.16115703,0.1694215,0.23966943,0.2644628,0.29752067,0.29338843,0.29338843,0.2892562,0.3181818,0.33471075,0.30991736,0.33471075,0.37603307,0.38016528,0.40495867,0.36363637,0.30165288,0.24793388,0.17355372,0.16528925,0.21900827,0.19008264,0.2107438,0.23966943,0.2644628,0.2644628,0.24793388,0.1694215,0.14049587,0.56198347,0.5,0.41322315,0.49173555,0.3140496,0.54545456,0.8801653,0.88429755,0.6363636,0.3429752,0.36363637,0.30991736,0.30991736,0.27272728,0.23553719,0.29752067,0.29338843,0.41322315,0.46280992,0.49586776,0.43801653,0.41735536,0.4090909,0.3966942,0.37603307,0.36363637,0.338843,0.3305785,0.30991736,0.30165288,0.28099173,0.24793388,0.24793388,0.21487603,0.2644628,0.25619835,0.30165288,0.338843,0.36363637,0.36363637,0.34710744,0.35123968,0.37603307,0.38429752,0.35950413,0.3305785,0.41735536,0.42975205,0.34710744,0.4090909,0.3305785,0.2520661,0.19421488,0.14876033,0.18181819,0.19008264,0.20247933,0.23553719,0.26859504,0.2603306,0.24793388,0.2603306,0.1983471,0.1322314,0.42561984,0.41322315,0.42975205,0.61157024,0.6859504,0.4214876,0.8181818,0.892562,0.8553719,0.45454547,0.34710744,0.35123968,0.3264463,0.2768595,0.22727273,0.23966943,0.25619835,0.38016528,0.41735536,0.4752066,0.45041323,0.45041323,0.45454547,0.4338843,0.41735536,0.40495867,0.4090909,0.41322315,0.4214876,0.4338843,0.42561984,0.41322315,0.41322315,0.41322315,0.41322315,0.40495867,0.43801653,0.42975205,0.44214877,0.42975205,0.3966942,0.41322315,0.41322315,0.40082645,0.38429752,0.36363637,0.42561984,0.3966942,0.3553719,0.3553719,0.27272728,0.1570248,0.16115703,0.15289256,0.15289256,0.1983471,0.21900827,0.2644628,0.2644628,0.25619835,0.23140496,0.26859504,0.2892562,0.12809917,0.6322314,0.5371901,0.47107437,0.3966942,0.5082645,0.43801653,0.5041322,0.87603307,0.89669424,0.8305785,0.23553719,0.36363637,0.338843,0.3140496,0.24380165,0.22727273,0.28512397,0.3264463,0.41322315,0.44214877,0.46694216,0.40495867,0.42561984,0.41735536,0.4338843,0.40082645,0.43801653,0.45454547,0.45041323,0.45867768,0.45867768,0.46280992,0.45454547,0.4876033,0.48347107,0.45867768,0.49586776,0.49586776,0.5041322,0.47933885,0.43801653,0.42975205,0.42561984,0.41735536,0.41322315,0.338843,0.38429752,0.34710744,0.3553719,0.23553719,0.2107438,0.13636364,0.1446281,0.16528925,0.14049587,0.2107438,0.24380165,0.2768595,0.24380165,0.24793388,0.2107438,0.2644628,0.35950413,0.14876033,0.6652893,0.58264464,0.661157,0.49173555,0.4876033,0.4752066,0.40495867,0.59090906,0.8801653,0.892562,0.71900827,0.3305785,0.35123968,0.3264463,0.3264463,0.20661157,0.24380165,0.24793388,0.3305785,0.35950413,0.39256197,0.3140496,0.3677686,0.32231405,0.34710744,0.3677686,0.3553719,0.446281,0.45041323,0.43801653,0.44214877,0.43801653,0.446281,0.45041323,0.49586776,0.4876033,0.49586776,0.49173555,0.46694216,0.4752066,0.42561984,0.3966942,0.4214876,0.3429752,0.41735536,0.32231405,0.3429752,0.2768595,0.28099173,0.18181819,0.14876033,0.16115703,0.1446281,0.14876033,0.17355372,0.23966943,0.2603306,0.2644628,0.24793388,0.23140496,0.18181819,0.3677686,0.38016528,0.35123968,0.57024795,0.43801653,0.4876033,0.42975205,0.54545456,0.49586776,0.5082645,0.46694216,0.75206614,0.88429755,0.8719008,0.59504133,0.338843,0.34710744,0.34710744,0.2603306,0.17768595,0.1983471,0.23553719,0.26859504,0.2768595,0.23140496,0.26859504,0.25619835,0.2603306,0.27272728,0.3181818,0.38016528,0.4090909,0.40495867,0.41735536,0.41735536,0.3553719,0.38429752,0.37603307,0.3966942,0.4090909,0.4090909,0.38429752,0.41322315,0.39256197,0.35950413,0.36363637,0.30991736,0.3429752,0.27272728,0.26859504,0.2107438,0.21900827,0.16115703,0.1322314,0.1570248,0.15289256,0.15289256,0.2231405,0.25619835,0.2603306,0.23966943,0.23553719,0.20247933,0.21487603,0.4876033,0.46694216,0.27272728,21 +0.20661157,0.2768595,0.3553719,0.38429752,0.42561984,0.45041323,0.46694216,0.47933885,0.4876033,0.49173555,0.4876033,0.47933885,0.47933885,0.4876033,0.5,0.5082645,0.5123967,0.5082645,0.5165289,0.5206612,0.553719,0.57438016,0.59090906,0.5785124,0.607438,0.61570245,0.58677685,0.59090906,0.607438,0.59917355,0.56198347,0.59090906,0.55785125,0.54545456,0.54545456,0.5289256,0.5165289,0.5165289,0.49173555,0.48347107,0.4876033,0.45041323,0.44214877,0.43801653,0.43801653,0.4090909,0.40082645,0.40082645,0.41735536,0.40082645,0.4090909,0.40082645,0.41735536,0.38016528,0.38842976,0.35123968,0.33471075,0.29752067,0.2520661,0.23553719,0.1322314,0.14049587,0.14049587,0.11983471,0.22727273,0.2892562,0.36363637,0.41322315,0.44214877,0.45454547,0.47933885,0.49173555,0.4876033,0.4876033,0.49173555,0.49586776,0.48347107,0.48347107,0.4876033,0.5123967,0.5247934,0.5247934,0.5206612,0.5413223,0.5661157,0.57024795,0.58264464,0.56198347,0.5785124,0.59090906,0.57438016,0.5785124,0.59090906,0.58677685,0.58677685,0.59090906,0.57024795,0.56198347,0.55785125,0.553719,0.553719,0.5413223,0.5041322,0.5,0.5041322,0.46280992,0.46280992,0.45454547,0.45454547,0.43801653,0.41735536,0.41322315,0.41735536,0.41322315,0.41735536,0.3966942,0.4090909,0.40082645,0.38842976,0.37190083,0.37190083,0.33471075,0.28512397,0.2520661,0.1446281,0.13636364,0.14049587,0.11157025,0.2768595,0.338843,0.39256197,0.42975205,0.45454547,0.4752066,0.49173555,0.49173555,0.47933885,0.49586776,0.48347107,0.49173555,0.49173555,0.5,0.5,0.5247934,0.5371901,0.5413223,0.57024795,0.5661157,0.5785124,0.58677685,0.59090906,0.58677685,0.59090906,0.59504133,0.59090906,0.5785124,0.60330576,0.59090906,0.607438,0.59917355,0.57024795,0.58264464,0.56198347,0.57438016,0.58264464,0.56198347,0.553719,0.5165289,0.5123967,0.49586776,0.49173555,0.47933885,0.46280992,0.46280992,0.446281,0.4338843,0.4214876,0.41322315,0.41735536,0.40495867,0.40495867,0.40082645,0.39256197,0.40495867,0.38429752,0.3553719,0.32231405,0.2603306,0.18595041,0.12809917,0.14049587,0.12809917,0.29338843,0.3553719,0.41735536,0.4338843,0.49586776,0.48347107,0.49586776,0.48347107,0.47933885,0.5,0.5041322,0.5165289,0.5165289,0.5206612,0.5165289,0.5495868,0.5371901,0.57438016,0.59917355,0.59090906,0.61157024,0.61570245,0.6280992,0.6280992,0.6198347,0.61157024,0.61570245,0.59504133,0.61157024,0.6322314,0.61570245,0.607438,0.58264464,0.59090906,0.59504133,0.59090906,0.60330576,0.59504133,0.59504133,0.553719,0.56198347,0.5289256,0.5289256,0.5082645,0.49173555,0.49173555,0.48347107,0.45867768,0.4338843,0.42561984,0.4214876,0.40495867,0.41735536,0.4090909,0.3966942,0.41322315,0.38842976,0.3677686,0.338843,0.28512397,0.19421488,0.1570248,0.11570248,0.1322314,0.25619835,0.3677686,0.42975205,0.45454547,0.4876033,0.48347107,0.49173555,0.4876033,0.49586776,0.5082645,0.5082645,0.5247934,0.5247934,0.5289256,0.5495868,0.57024795,0.57024795,0.5661157,0.6446281,0.6280992,0.6404959,0.677686,0.677686,0.7231405,0.71487606,0.6446281,0.6363636,0.61570245,0.6446281,0.6570248,0.6735537,0.6446281,0.6404959,0.6528926,0.6404959,0.61570245,0.6404959,0.6528926,0.6404959,0.62396693,0.6446281,0.58264464,0.58264464,0.553719,0.54545456,0.5,0.5041322,0.47933885,0.4338843,0.41735536,0.3966942,0.40082645,0.3966942,0.4090909,0.40495867,0.3966942,0.40082645,0.38016528,0.3553719,0.29752067,0.23966943,0.17768595,0.10743801,0.11570248,0.27272728,0.38842976,0.44214877,0.45867768,0.46694216,0.48347107,0.4876033,0.5041322,0.5,0.5,0.5082645,0.5123967,0.5206612,0.53305787,0.553719,0.57024795,0.57438016,0.57024795,0.61570245,0.661157,0.6818182,0.72727275,0.7231405,0.71900827,0.73966944,0.6942149,0.6528926,0.6446281,0.6818182,0.69008267,0.7066116,0.6735537,0.6983471,0.7107438,0.70247936,0.71487606,0.6735537,0.6652893,0.6570248,0.6652893,0.6652893,0.58264464,0.5661157,0.5413223,0.5165289,0.47933885,0.46280992,0.43801653,0.4214876,0.39256197,0.3677686,0.34710744,0.30991736,0.35123968,0.41322315,0.39256197,0.40082645,0.3677686,0.34710744,0.3181818,0.27272728,0.20247933,0.11983471,0.11157025,0.3305785,0.40495867,0.42561984,0.446281,0.48347107,0.5123967,0.49586776,0.5082645,0.46280992,0.46280992,0.49173555,0.47107437,0.47933885,0.4752066,0.5123967,0.5206612,0.54545456,0.56198347,0.55785125,0.59504133,0.61570245,0.661157,0.6818182,0.6280992,0.6694215,0.6363636,0.6404959,0.6570248,0.6735537,0.6735537,0.6694215,0.6818182,0.6983471,0.71487606,0.6983471,0.71487606,0.6322314,0.60330576,0.59504133,0.58677685,0.5785124,0.47933885,0.48347107,0.45867768,0.38016528,0.39256197,0.35950413,0.34710744,0.34710744,0.338843,0.3429752,0.34710744,0.3181818,0.2768595,0.3181818,0.38429752,0.39256197,0.35950413,0.35123968,0.3181818,0.29752067,0.2231405,0.11983471,0.11157025,0.3553719,0.40495867,0.42561984,0.45041323,0.4876033,0.5082645,0.5041322,0.46280992,0.41322315,0.42561984,0.4338843,0.42975205,0.41322315,0.43801653,0.4090909,0.45041323,0.47107437,0.45041323,0.45867768,0.47107437,0.47933885,0.5041322,0.5247934,0.49173555,0.5413223,0.55785125,0.58677685,0.61570245,0.59090906,0.607438,0.59504133,0.6446281,0.6198347,0.6322314,0.6322314,0.62396693,0.54545456,0.5041322,0.5041322,0.5082645,0.45454547,0.40495867,0.35123968,0.30578512,0.28099173,0.26859504,0.2644628,0.2603306,0.26859504,0.2892562,0.3181818,0.34710744,0.3305785,0.2768595,0.2892562,0.29338843,0.35123968,0.3429752,0.34710744,0.32231405,0.3181818,0.24380165,0.13636364,0.11983471,0.35123968,0.42561984,0.4214876,0.44214877,0.4752066,0.47933885,0.44214877,0.38016528,0.37190083,0.4090909,0.38842976,0.38842976,0.34710744,0.38429752,0.3429752,0.30991736,0.30578512,0.24793388,0.30578512,0.29338843,0.3181818,0.36363637,0.3553719,0.35950413,0.3966942,0.43801653,0.5041322,0.53305787,0.54545456,0.53305787,0.5371901,0.57438016,0.5785124,0.55785125,0.54545456,0.5247934,0.46280992,0.4090909,0.43801653,0.38842976,0.33471075,0.30991736,0.2520661,0.23140496,0.2231405,0.23966943,0.23966943,0.24793388,0.2520661,0.28512397,0.25619835,0.2768595,0.28099173,0.30991736,0.28099173,0.29338843,0.29338843,0.3140496,0.3305785,0.32231405,0.30165288,0.26859504,0.14049587,0.10743801,0.3677686,0.3966942,0.42561984,0.45041323,0.47933885,0.41735536,0.38429752,0.3966942,0.4090909,0.3966942,0.39256197,0.37190083,0.3553719,0.35123968,0.3140496,0.30578512,0.2644628,0.24793388,0.2520661,0.2603306,0.23966943,0.28099173,0.26859504,0.2768595,0.30165288,0.35123968,0.40495867,0.45867768,0.47933885,0.48347107,0.49173555,0.5041322,0.5206612,0.5041322,0.49586776,0.44214877,0.40495867,0.34710744,0.3553719,0.30165288,0.2892562,0.26859504,0.2603306,0.23553719,0.2231405,0.2231405,0.2644628,0.28099173,0.30991736,0.3429752,0.37190083,0.3305785,0.3429752,0.35950413,0.33471075,0.3181818,0.2892562,0.27272728,0.3305785,0.32231405,0.29752067,0.28512397,0.14876033,0.11983471,0.3553719,0.39256197,0.4214876,0.46280992,0.41735536,0.35123968,0.42975205,0.45867768,0.5,0.46694216,0.41735536,0.41735536,0.4338843,0.40495867,0.36363637,0.338843,0.29752067,0.26859504,0.24380165,0.24793388,0.26859504,0.2603306,0.2603306,0.2603306,0.2644628,0.30991736,0.35950413,0.38429752,0.4338843,0.45454547,0.47933885,0.446281,0.49173555,0.47107437,0.45867768,0.4090909,0.35950413,0.30578512,0.2892562,0.26859504,0.24380165,0.23553719,0.21487603,0.22727273,0.25619835,0.30991736,0.35123968,0.37190083,0.38842976,0.40495867,0.41322315,0.41322315,0.41735536,0.40495867,0.37190083,0.38016528,0.3677686,0.29752067,0.2768595,0.3305785,0.30165288,0.29338843,0.16115703,0.12809917,0.34710744,0.40495867,0.446281,0.42561984,0.38429752,0.38842976,0.46694216,0.5,0.5,0.5,0.4752066,0.446281,0.446281,0.45867768,0.4752066,0.45041323,0.43801653,0.40082645,0.36363637,0.338843,0.29338843,0.28512397,0.28099173,0.2644628,0.30991736,0.3264463,0.35950413,0.35123968,0.4214876,0.4338843,0.45041323,0.43801653,0.4338843,0.41735536,0.41322315,0.37190083,0.3181818,0.2892562,0.25619835,0.23966943,0.22727273,0.24380165,0.2768595,0.3264463,0.40082645,0.43801653,0.46280992,0.4338843,0.42975205,0.44214877,0.446281,0.43801653,0.446281,0.44214877,0.4338843,0.42975205,0.4090909,0.3553719,0.2892562,0.3181818,0.3181818,0.28512397,0.18595041,0.12396694,0.3677686,0.4214876,0.4338843,0.38842976,0.3553719,0.49173555,0.47933885,0.5165289,0.5206612,0.53305787,0.5041322,0.5082645,0.49586776,0.49586776,0.49173555,0.5,0.5041322,0.5,0.4752066,0.47107437,0.4090909,0.3677686,0.3181818,0.29338843,0.29338843,0.33471075,0.37190083,0.4090909,0.42561984,0.446281,0.446281,0.45867768,0.4338843,0.40495867,0.40082645,0.37603307,0.3429752,0.30578512,0.24380165,0.23553719,0.2768595,0.30991736,0.33471075,0.37190083,0.40495867,0.41735536,0.4214876,0.40082645,0.38429752,0.3966942,0.4214876,0.44214877,0.47107437,0.47107437,0.46280992,0.45454547,0.41735536,0.38842976,0.3305785,0.30991736,0.30991736,0.29752067,0.19008264,0.11570248,0.37603307,0.41322315,0.4338843,0.4214876,0.40082645,0.4752066,0.5,0.5206612,0.5247934,0.55785125,0.5371901,0.53305787,0.49586776,0.42561984,0.39256197,0.41735536,0.42975205,0.41322315,0.38842976,0.37190083,0.34710744,0.3677686,0.3677686,0.34710744,0.3264463,0.3181818,0.41322315,0.46280992,0.4876033,0.48347107,0.4876033,0.5247934,0.5082645,0.45867768,0.4338843,0.41322315,0.37190083,0.3181818,0.24793388,0.2892562,0.33471075,0.30991736,0.27272728,0.30165288,0.38842976,0.41322315,0.45454547,0.40082645,0.36363637,0.35123968,0.3264463,0.32231405,0.3677686,0.43801653,0.45041323,0.44214877,0.43801653,0.3966942,0.35123968,0.29752067,0.3140496,0.30578512,0.20661157,0.11570248,0.37190083,0.44214877,0.43801653,0.45454547,0.41322315,0.45867768,0.4876033,0.5165289,0.553719,0.5289256,0.49173555,0.42561984,0.35123968,0.3677686,0.4338843,0.48347107,0.4752066,0.4214876,0.37603307,0.3181818,0.24380165,0.2520661,0.29338843,0.3677686,0.35123968,0.3305785,0.42975205,0.5041322,0.54545456,0.553719,0.5206612,0.59504133,0.57024795,0.49586776,0.45041323,0.446281,0.39256197,0.28512397,0.2768595,0.3264463,0.3181818,0.24380165,0.27272728,0.4090909,0.4752066,0.47107437,0.4876033,0.38429752,0.38429752,0.38016528,0.38429752,0.3966942,0.36363637,0.3305785,0.33471075,0.40082645,0.41735536,0.37190083,0.338843,0.33471075,0.3181818,0.32231405,0.19421488,0.13636364,0.37190083,0.44214877,0.45867768,0.45867768,0.45041323,0.446281,0.48347107,0.5,0.46280992,0.35950413,0.41322315,0.47107437,0.46280992,0.4338843,0.38842976,0.3553719,0.2892562,0.24793388,0.29752067,0.26859504,0.28099173,0.2603306,0.24793388,0.27272728,0.3181818,0.338843,0.41322315,0.48347107,0.5495868,0.57438016,0.55785125,0.607438,0.59504133,0.5041322,0.49173555,0.45867768,0.3966942,0.23966943,0.3677686,0.35950413,0.30165288,0.2892562,0.30165288,0.3140496,0.26859504,0.1983471,0.35123968,0.21900827,0.13636364,0.16528925,0.23140496,0.30578512,0.36363637,0.3966942,0.3181818,0.30991736,0.35950413,0.3429752,0.338843,0.36363637,0.3140496,0.3181818,0.2231405,0.09917355,0.37190083,0.4214876,0.48347107,0.49586776,0.45454547,0.45041323,0.47107437,0.4338843,0.28099173,0.42561984,0.5041322,0.46694216,0.30991736,0.28099173,0.14876033,0.14049587,0.2520661,0.12396694,0.0785124,0.2603306,0.17768595,0.19421488,0.24793388,0.32231405,0.3264463,0.3553719,0.39256197,0.46280992,0.5413223,0.5785124,0.553719,0.59090906,0.58677685,0.49586776,0.47933885,0.45041323,0.34710744,0.23966943,0.44214877,0.37603307,0.28512397,0.20661157,0.21487603,0.3181818,0.29752067,0.09917355,0.3305785,0.16528925,0.09917355,0.11983471,0.22727273,0.1322314,0.1570248,0.2644628,0.3264463,0.3264463,0.338843,0.3429752,0.3429752,0.37190083,0.35123968,0.3181818,0.23553719,0.0785124,0.37190083,0.42975205,0.49586776,0.5082645,0.47107437,0.44214877,0.44214877,0.35950413,0.41735536,0.43801653,0.3140496,0.1446281,0.21487603,0.32231405,0.1322314,0.12809917,0.14049587,0.12809917,0.09917355,0.49586776,0.30991736,0.3181818,0.17768595,0.20661157,0.45454547,0.47107437,0.40495867,0.5041322,0.5289256,0.55785125,0.53305787,0.5661157,0.56198347,0.49586776,0.4752066,0.45867768,0.38016528,0.3305785,0.4214876,0.35950413,0.17355372,0.22727273,0.7066116,0.553719,0.58677685,0.11157025,0.17768595,0.13636364,0.12809917,0.19421488,0.45867768,0.29338843,0.07024793,0.12396694,0.19008264,0.25619835,0.30165288,0.30165288,0.3677686,0.3966942,0.37603307,0.3305785,0.25619835,0.09090909,0.38842976,0.42975205,0.5041322,0.5289256,0.49173555,0.42561984,0.41322315,0.3677686,0.35123968,0.21487603,0.1694215,0.11157025,0.45454547,0.5082645,0.17768595,0.13636364,0.17355372,0.17768595,0.29752067,0.47933885,0.34710744,0.61157024,0.38842976,0.35123968,0.41735536,0.47107437,0.45041323,0.5206612,0.5123967,0.5371901,0.5495868,0.54545456,0.553719,0.5041322,0.4876033,0.45454547,0.4214876,0.37603307,0.39256197,0.40495867,0.34710744,0.40495867,0.5413223,0.44214877,0.48347107,0.40082645,0.4090909,0.24380165,0.19421488,0.33471075,0.44214877,0.3429752,0.23140496,0.22727273,0.22727273,0.24380165,0.3181818,0.36363637,0.39256197,0.4090909,0.40082645,0.3429752,0.25619835,0.1694215,0.3966942,0.42975205,0.5041322,0.5041322,0.5165289,0.446281,0.42561984,0.42975205,0.37603307,0.32231405,0.3429752,0.338843,0.38842976,0.4214876,0.3677686,0.3264463,0.45041323,0.5413223,0.5123967,0.5082645,0.41322315,0.42561984,0.3966942,0.44214877,0.44214877,0.45041323,0.5,0.5165289,0.5123967,0.54545456,0.55785125,0.553719,0.5661157,0.5247934,0.4876033,0.4752066,0.42975205,0.40082645,0.37190083,0.41322315,0.41322315,0.4338843,0.41322315,0.45454547,0.4090909,0.446281,0.45454547,0.338843,0.30991736,0.29752067,0.338843,0.38429752,0.42561984,0.40082645,0.34710744,0.32231405,0.37603307,0.40082645,0.3966942,0.4090909,0.4090909,0.35950413,0.27272728,0.2644628,0.4090909,0.4338843,0.49586776,0.5165289,0.5165289,0.47933885,0.5041322,0.47933885,0.43801653,0.46694216,0.48347107,0.5289256,0.45867768,0.40082645,0.38016528,0.4090909,0.4214876,0.40082645,0.37190083,0.36363637,0.3677686,0.39256197,0.42975205,0.4338843,0.46280992,0.49586776,0.5247934,0.5082645,0.5289256,0.5289256,0.55785125,0.56198347,0.553719,0.553719,0.5041322,0.48347107,0.45867768,0.42975205,0.4090909,0.3966942,0.41735536,0.4214876,0.41322315,0.37190083,0.3305785,0.338843,0.32231405,0.3181818,0.3140496,0.3429752,0.36363637,0.39256197,0.40495867,0.3966942,0.29752067,0.30578512,0.36363637,0.41322315,0.41735536,0.41322315,0.4214876,0.37603307,0.30165288,0.30991736,0.4090909,0.44214877,0.49173555,0.5041322,0.5041322,0.5165289,0.5206612,0.4752066,0.43801653,0.42975205,0.43801653,0.45041323,0.43801653,0.3966942,0.36363637,0.3429752,0.30165288,0.3140496,0.28512397,0.35950413,0.40082645,0.46694216,0.48347107,0.49173555,0.5082645,0.5289256,0.5206612,0.5206612,0.5247934,0.553719,0.5495868,0.57024795,0.56198347,0.553719,0.5165289,0.49173555,0.46694216,0.45041323,0.4338843,0.41735536,0.4338843,0.46280992,0.44214877,0.41322315,0.3264463,0.2892562,0.23140496,0.23140496,0.22727273,0.25619835,0.27272728,0.26859504,0.29752067,0.30991736,0.34710744,0.4214876,0.42975205,0.44214877,0.45041323,0.41735536,0.42561984,0.3966942,0.33471075,0.2603306,0.40495867,0.446281,0.4752066,0.49586776,0.5123967,0.5289256,0.5206612,0.5165289,0.49586776,0.47933885,0.4338843,0.3966942,0.3677686,0.3181818,0.28099173,0.2644628,0.30165288,0.34710744,0.38842976,0.46694216,0.47933885,0.5206612,0.5247934,0.5289256,0.53305787,0.53305787,0.5247934,0.5165289,0.5206612,0.5661157,0.553719,0.58677685,0.59504133,0.57024795,0.5413223,0.49586776,0.4752066,0.45454547,0.46694216,0.42975205,0.4338843,0.47107437,0.49586776,0.47107437,0.43801653,0.41735536,0.3429752,0.30578512,0.28512397,0.26859504,0.28512397,0.3140496,0.37190083,0.4214876,0.45454547,0.47107437,0.46280992,0.45454547,0.45867768,0.4338843,0.44214877,0.4090909,0.36363637,0.25619835,0.41322315,0.43801653,0.47933885,0.49586776,0.5165289,0.53305787,0.54545456,0.5371901,0.5371901,0.5289256,0.5247934,0.49586776,0.4752066,0.446281,0.44214877,0.4338843,0.446281,0.47933885,0.49173555,0.5247934,0.5123967,0.5247934,0.53305787,0.5371901,0.53305787,0.5206612,0.53305787,0.5165289,0.5371901,0.57024795,0.57438016,0.58677685,0.58677685,0.56198347,0.53305787,0.5123967,0.4752066,0.45454547,0.47107437,0.47107437,0.446281,0.45041323,0.48347107,0.47933885,0.48347107,0.46694216,0.446281,0.446281,0.45454547,0.446281,0.446281,0.45041323,0.45041323,0.47933885,0.47107437,0.48347107,0.47933885,0.47107437,0.46280992,0.446281,0.44214877,0.41735536,0.38429752,0.28099173,0.41322315,0.446281,0.46280992,0.5,0.5165289,0.5413223,0.553719,0.55785125,0.553719,0.53305787,0.5371901,0.5247934,0.5165289,0.5206612,0.48347107,0.5,0.4876033,0.5082645,0.5247934,0.5206612,0.5289256,0.5206612,0.53305787,0.5289256,0.5123967,0.5247934,0.5413223,0.5247934,0.54545456,0.56198347,0.5661157,0.5661157,0.58264464,0.56198347,0.5247934,0.5247934,0.4752066,0.45867768,0.44214877,0.45867768,0.46694216,0.46694216,0.4752066,0.4752066,0.48347107,0.47107437,0.4752066,0.45867768,0.45867768,0.46280992,0.4338843,0.47107437,0.48347107,0.48347107,0.4752066,0.4876033,0.4876033,0.45454547,0.49173555,0.46280992,0.45041323,0.42975205,0.38429752,0.30991736,0.41322315,0.45454547,0.48347107,0.5123967,0.5289256,0.553719,0.553719,0.57438016,0.56198347,0.553719,0.5413223,0.5289256,0.5082645,0.5041322,0.49586776,0.5123967,0.49586776,0.5041322,0.5289256,0.5206612,0.5206612,0.5289256,0.5371901,0.5413223,0.5495868,0.5495868,0.5289256,0.5371901,0.5413223,0.54545456,0.55785125,0.59090906,0.58677685,0.59504133,0.553719,0.5206612,0.49586776,0.46280992,0.42975205,0.4214876,0.45867768,0.4876033,0.47107437,0.4752066,0.5,0.5,0.5,0.4876033,0.48347107,0.4752066,0.43801653,0.47107437,0.46694216,0.47933885,0.48347107,0.49173555,0.49586776,0.47933885,0.5,0.4752066,0.46280992,0.41735536,0.38429752,0.338843,0.4214876,0.446281,0.49586776,0.5247934,0.53305787,0.56198347,0.57024795,0.5785124,0.55785125,0.5495868,0.53305787,0.5165289,0.5247934,0.4876033,0.5082645,0.5,0.5165289,0.5413223,0.5413223,0.5371901,0.5495868,0.54545456,0.54545456,0.56198347,0.56198347,0.5206612,0.5206612,0.5206612,0.5495868,0.553719,0.553719,0.57438016,0.6404959,0.6363636,0.60330576,0.5247934,0.5289256,0.47933885,0.43801653,0.42975205,0.4338843,0.45041323,0.43801653,0.4090909,0.4752066,0.49173555,0.53305787,0.5123967,0.5082645,0.5082645,0.47107437,0.47107437,0.48347107,0.49586776,0.47933885,0.5,0.4876033,0.4876033,0.4876033,0.48347107,0.45867768,0.40495867,0.38842976,0.34710744,0.41322315,0.446281,0.5,0.5165289,0.56198347,0.553719,0.57024795,0.5661157,0.56198347,0.5371901,0.5413223,0.53305787,0.5413223,0.5123967,0.5289256,0.54545456,0.54545456,0.5413223,0.5661157,0.553719,0.59917355,0.5413223,0.48347107,0.5371901,0.5123967,0.49173555,0.5,0.5206612,0.553719,0.59090906,0.6198347,0.6942149,0.8016529,0.8140496,0.69008267,0.5289256,0.5371901,0.5,0.47107437,0.44214877,0.42561984,0.45041323,0.4752066,0.40082645,0.4090909,0.47933885,0.5082645,0.5165289,0.5289256,0.5289256,0.5206612,0.5206612,0.5206612,0.5082645,0.5,0.5123967,0.5041322,0.4876033,0.4876033,0.47933885,0.45041323,0.41322315,0.37603307,0.33471075,0.41322315,0.45454547,0.49586776,0.5206612,0.56198347,0.56198347,0.55785125,0.553719,0.5661157,0.5371901,0.553719,0.553719,0.553719,0.5661157,0.553719,0.5785124,0.58677685,0.58677685,0.58264464,0.5785124,0.5495868,0.46280992,0.47933885,0.5165289,0.5123967,0.4876033,0.5123967,0.54545456,0.59090906,0.6280992,0.6363636,0.7644628,0.7892562,0.8057851,0.73966944,0.53305787,0.55785125,0.55785125,0.5495868,0.47107437,0.45041323,0.49586776,0.49173555,0.46694216,0.3966942,0.42975205,0.46694216,0.5041322,0.5289256,0.5413223,0.54545456,0.53305787,0.5289256,0.49586776,0.5206612,0.5082645,0.5289256,0.5041322,0.5082645,0.49173555,0.45041323,0.40495867,0.35950413,0.3305785,0.41322315,0.45454547,0.5041322,0.53305787,0.5289256,0.54545456,0.553719,0.57438016,0.58264464,0.5661157,0.55785125,0.57024795,0.5289256,0.553719,0.56198347,0.60330576,0.59917355,0.59504133,0.56198347,0.53305787,0.47107437,0.47107437,0.5495868,0.55785125,0.5785124,0.56198347,0.5495868,0.6280992,0.6694215,0.6446281,0.6570248,0.6652893,0.6570248,0.6280992,0.59090906,0.5495868,0.53305787,0.57438016,0.58677685,0.53305787,0.5082645,0.53305787,0.53305787,0.53305787,0.4214876,0.45041323,0.45867768,0.48347107,0.5165289,0.553719,0.5289256,0.5289256,0.5123967,0.5041322,0.5041322,0.5082645,0.5371901,0.5123967,0.5413223,0.49173555,0.45867768,0.3966942,0.35123968,0.34710744,0.42561984,0.43801653,0.48347107,0.5371901,0.5247934,0.5371901,0.57024795,0.59504133,0.59090906,0.59090906,0.57438016,0.5785124,0.5661157,0.57438016,0.55785125,0.57438016,0.58264464,0.5495868,0.5247934,0.45867768,0.45041323,0.5206612,0.6735537,0.6694215,0.6404959,0.607438,0.59917355,0.6198347,0.6528926,0.6322314,0.5371901,0.5661157,0.5413223,0.5495868,0.47933885,0.5,0.5,0.4876033,0.44214877,0.4752066,0.5165289,0.53305787,0.5371901,0.5495868,0.3966942,0.48347107,0.48347107,0.48347107,0.5,0.5165289,0.5165289,0.53305787,0.5206612,0.48347107,0.48347107,0.49586776,0.5041322,0.5165289,0.5165289,0.48347107,0.43801653,0.38429752,0.3553719,0.3264463,0.4090909,0.45041323,0.4876033,0.5165289,0.53305787,0.54545456,0.5785124,0.60330576,0.60330576,0.59090906,0.5785124,0.57024795,0.5661157,0.56198347,0.55785125,0.58264464,0.56198347,0.5413223,0.5165289,0.42561984,0.49173555,0.5082645,0.57438016,0.57024795,0.53305787,0.5247934,0.5206612,0.5,0.5206612,0.54545456,0.5165289,0.5,0.4752066,0.45867768,0.4214876,0.44214877,0.41322315,0.3677686,0.34710744,0.36363637,0.37603307,0.36363637,0.37190083,0.37190083,0.2892562,0.47107437,0.5123967,0.4876033,0.49586776,0.5247934,0.5,0.5123967,0.46694216,0.4876033,0.446281,0.4752066,0.5041322,0.49586776,0.47933885,0.446281,0.41322315,0.35123968,0.3429752,0.338843,0.41735536,0.43801653,0.47107437,0.4876033,0.5289256,0.5495868,0.57438016,0.58677685,0.58677685,0.5785124,0.5661157,0.54545456,0.5413223,0.5371901,0.55785125,0.5495868,0.54545456,0.5247934,0.46694216,0.47933885,0.5495868,0.44214877,0.446281,0.40495867,0.32231405,0.30991736,0.32231405,0.34710744,0.4090909,0.45041323,0.4752066,0.4338843,0.38842976,0.36363637,0.36363637,0.3677686,0.34710744,0.24793388,0.18595041,0.16115703,0.14876033,0.14049587,0.16115703,0.25619835,0.1983471,0.29338843,0.5123967,0.4876033,0.5,0.4752066,0.4752066,0.43801653,0.42561984,0.42975205,0.42561984,0.44214877,0.47107437,0.4752066,0.42561984,0.38842976,0.34710744,0.30991736,0.33471075,0.3305785,0.4090909,0.44214877,0.45867768,0.47933885,0.5123967,0.54545456,0.5661157,0.57024795,0.57438016,0.5495868,0.5289256,0.5413223,0.5082645,0.5165289,0.53305787,0.553719,0.53305787,0.5041322,0.5082645,0.53305787,0.61570245,0.37190083,0.3966942,0.30991736,0.1694215,0.09917355,0.12809917,0.10330579,0.14049587,0.22727273,0.41322315,0.35950413,0.29752067,0.2644628,0.2892562,0.30578512,0.26859504,0.1322314,0.11570248,0.12809917,0.1694215,0.13636364,0.1694215,0.23553719,0.24380165,0.2603306,0.4876033,0.47107437,0.46280992,0.45041323,0.43801653,0.40082645,0.41735536,0.39256197,0.38842976,0.41322315,0.42975205,0.41735536,0.3677686,0.3429752,0.3181818,0.28099173,0.33471075,0.30578512,0.41735536,0.45041323,0.446281,0.47107437,0.46280992,0.48347107,0.5247934,0.5289256,0.5495868,0.5289256,0.5289256,0.5123967,0.49586776,0.5041322,0.5082645,0.5206612,0.5123967,0.5165289,0.5371901,0.58264464,0.6280992,0.4214876,0.40495867,0.38842976,0.30991736,0.28099173,0.30991736,0.22727273,0.21900827,0.18181819,0.19008264,0.2768595,0.25619835,0.19008264,0.21900827,0.23553719,0.1446281,0.11983471,0.20661157,0.23553719,0.28512397,0.24793388,0.2603306,0.30991736,0.338843,0.30165288,0.47107437,0.46694216,0.46280992,0.3966942,0.35123968,0.35950413,0.3553719,0.3553719,0.37603307,0.37190083,0.40495867,0.38016528,0.3305785,0.3140496,0.2644628,0.2520661,0.3264463,0.3140496,0.40082645,0.45041323,0.46280992,0.446281,0.44214877,0.4338843,0.47933885,0.49173555,0.5082645,0.5123967,0.5123967,0.49173555,0.46694216,0.4752066,0.49586776,0.4876033,0.5165289,0.5413223,0.553719,0.60330576,0.61570245,0.5206612,0.44214877,0.48347107,0.46280992,0.44214877,0.41322315,0.35123968,0.3305785,0.30991736,0.2107438,0.18181819,0.21900827,0.1570248,0.19421488,0.13636364,0.10330579,0.18595041,0.26859504,0.32231405,0.33471075,0.3264463,0.3140496,0.36363637,0.38842976,0.39256197,0.47107437,0.4752066,0.43801653,0.40495867,0.36363637,0.3181818,0.30165288,0.32231405,0.3305785,0.38016528,0.3677686,0.35950413,0.3181818,0.2768595,0.23966943,0.24793388,0.30991736,0.30165288,0.40082645,0.45041323,0.45867768,0.4338843,0.41735536,0.4090909,0.41735536,0.45867768,0.45454547,0.49173555,0.47107437,0.46694216,0.46694216,0.46694216,0.45454547,0.46694216,0.5,0.5371901,0.5413223,0.5661157,0.57024795,0.5247934,0.5206612,0.5206612,0.48347107,0.5,0.49586776,0.4876033,0.46280992,0.41735536,0.3677686,0.27272728,0.17355372,0.1570248,0.18181819,0.23140496,0.2520661,0.35123968,0.41735536,0.43801653,0.42975205,0.4214876,0.40082645,0.37603307,0.44214877,0.47107437,0.48347107,0.446281,0.4338843,0.3966942,0.3553719,0.29752067,0.2892562,0.29338843,0.3264463,0.338843,0.3429752,0.3264463,0.3264463,0.2520661,0.2231405,0.26859504,0.29752067,0.30578512,0.4090909,0.446281,0.45041323,0.42975205,0.42561984,0.3966942,0.40082645,0.41322315,0.42975205,0.446281,0.46280992,0.47107437,0.47107437,0.43801653,0.4338843,0.4338843,0.45041323,0.47933885,0.4752066,0.49586776,0.5206612,0.5413223,0.57438016,0.56198347,0.5082645,0.49173555,0.5123967,0.5041322,0.5165289,0.5495868,0.5371901,0.45867768,0.2768595,0.26859504,0.2768595,0.37603307,0.45454547,0.446281,0.45454547,0.44214877,0.45041323,0.44214877,0.42975205,0.40082645,0.41735536,0.46280992,0.45867768,0.42561984,0.42561984,0.39256197,0.3429752,0.33471075,0.30165288,0.30165288,0.3181818,0.3264463,0.3264463,0.3140496,0.3140496,0.2603306,0.24380165,0.30991736,0.2768595,0.29752067,0.4214876,0.42975205,0.45041323,0.44214877,0.4214876,0.4090909,0.4090909,0.39256197,0.4214876,0.4214876,0.446281,0.46694216,0.45867768,0.42975205,0.41735536,0.40495867,0.3966942,0.39256197,0.4214876,0.47933885,0.5413223,0.5413223,0.5413223,0.53305787,0.49173555,0.5165289,0.5041322,0.5206612,0.5247934,0.5289256,0.5206612,0.46694216,0.45454547,0.43801653,0.446281,0.46694216,0.5041322,0.45041323,0.4338843,0.44214877,0.41322315,0.446281,0.44214877,0.4338843,0.42561984,0.46280992,0.45454547,0.45867768,0.45041323,0.4338843,0.37603307,0.34710744,0.34710744,0.32231405,0.30578512,0.32231405,0.34710744,0.3181818,0.32231405,0.2603306,0.2644628,0.30578512,0.29338843,0.28512397,0.4338843,0.43801653,0.44214877,0.42561984,0.42975205,0.4090909,0.4214876,0.38842976,0.4090909,0.40082645,0.42975205,0.45454547,0.45454547,0.41735536,0.4338843,0.35950413,0.2644628,0.37603307,0.45867768,0.5123967,0.5371901,0.49586776,0.54545456,0.5495868,0.5371901,0.5123967,0.5165289,0.5247934,0.5082645,0.5289256,0.5371901,0.5495868,0.54545456,0.5371901,0.5082645,0.49173555,0.49586776,0.45867768,0.45041323,0.45041323,0.45454547,0.45454547,0.45867768,0.47107437,0.46694216,0.4752066,0.45454547,0.45867768,0.46280992,0.4214876,0.37603307,0.38842976,0.35950413,0.33471075,0.29338843,0.3140496,0.36363637,0.3181818,0.33471075,0.2644628,0.2892562,0.3181818,0.30991736,0.28512397,0.446281,0.41735536,0.41322315,0.43801653,0.41322315,0.4090909,0.42561984,0.40495867,0.38842976,0.4090909,0.41322315,0.46280992,0.46694216,0.44214877,0.40082645,0.23140496,0.3264463,0.46694216,0.5041322,0.5371901,0.54545456,0.5165289,0.53305787,0.5206612,0.5413223,0.53305787,0.5082645,0.5371901,0.49173555,0.49173555,0.49173555,0.43801653,0.4752066,0.5041322,0.46694216,0.4214876,0.4214876,0.41735536,0.4090909,0.3966942,0.4090909,0.41322315,0.4214876,0.45041323,0.47107437,0.45867768,0.45454547,0.46280992,0.45041323,0.4214876,0.40082645,0.36363637,0.37603307,0.34710744,0.30165288,0.3140496,0.3140496,0.34710744,0.30991736,0.2768595,0.3181818,0.3264463,0.30578512,0.28099173,0.4338843,0.43801653,0.4090909,0.4214876,0.4090909,0.40495867,0.42561984,0.41735536,0.41735536,0.39256197,0.44214877,0.48347107,0.47933885,0.4338843,0.33471075,0.3429752,0.49173555,0.48347107,0.5289256,0.55785125,0.5413223,0.5371901,0.553719,0.5413223,0.5495868,0.49173555,0.46694216,0.4752066,0.44214877,0.45454547,0.44214877,0.4338843,0.4876033,0.49173555,0.45867768,0.4214876,0.37603307,0.41322315,0.40082645,0.38842976,0.38842976,0.38842976,0.38429752,0.39256197,0.37603307,0.36363637,0.3305785,0.33471075,0.35950413,0.35123968,0.41322315,0.38429752,0.3677686,0.3677686,0.3264463,0.3264463,0.33471075,0.36363637,0.30578512,0.28512397,0.33471075,0.32231405,0.29752067,0.2603306,0.43801653,0.446281,0.4338843,0.41735536,0.41322315,0.40082645,0.40082645,0.4090909,0.4214876,0.42975205,0.45041323,0.49173555,0.45454547,0.38016528,0.34710744,0.41735536,0.4090909,0.46280992,0.5371901,0.53305787,0.5082645,0.53305787,0.5,0.46694216,0.45867768,0.45867768,0.47107437,0.45867768,0.45041323,0.46280992,0.45041323,0.4214876,0.45454547,0.45867768,0.38429752,0.38016528,0.37603307,0.38842976,0.3553719,0.3305785,0.35123968,0.3677686,0.35950413,0.37190083,0.338843,0.3140496,0.24793388,0.19421488,0.16115703,0.16528925,0.3677686,0.3966942,0.35123968,0.38016528,0.3429752,0.34710744,0.3429752,0.3553719,0.30578512,0.29752067,0.3181818,0.3140496,0.29338843,0.24793388,0.42975205,0.4338843,0.43801653,0.40082645,0.40495867,0.41322315,0.39256197,0.4090909,0.42975205,0.45867768,0.49173555,0.49173555,0.38842976,0.34710744,0.33471075,0.3305785,0.30165288,0.46694216,0.44214877,0.41735536,0.38016528,0.36363637,0.3966942,0.40082645,0.4338843,0.446281,0.41735536,0.42561984,0.39256197,0.3677686,0.35123968,0.38016528,0.37190083,0.36363637,0.28512397,0.29752067,0.33471075,0.30991736,0.2520661,0.2231405,0.23553719,0.2520661,0.23553719,0.27272728,0.22727273,0.24793388,0.26859504,0.30165288,0.13636364,0.2231405,0.3677686,0.3305785,0.3140496,0.338843,0.3553719,0.35123968,0.3553719,0.3429752,0.29338843,0.29752067,0.30165288,0.3140496,0.27272728,0.23553719,0.40495867,0.43801653,0.4338843,0.41322315,0.43801653,0.4090909,0.3966942,0.40495867,0.44214877,0.45454547,0.4876033,0.4876033,0.3553719,0.33471075,0.26859504,0.21900827,0.35123968,0.34710744,0.2107438,0.2520661,0.30991736,0.29338843,0.32231405,0.338843,0.37603307,0.32231405,0.30165288,0.26859504,0.20661157,0.1694215,0.20247933,0.2231405,0.26859504,0.27272728,0.2231405,0.2107438,0.1983471,0.1983471,0.18181819,0.12396694,0.1570248,0.15289256,0.17768595,0.1983471,0.28512397,0.446281,0.5371901,0.4876033,0.3181818,0.42975205,0.41322315,0.34710744,0.3264463,0.3140496,0.33471075,0.32231405,0.34710744,0.3181818,0.27272728,0.2644628,0.28099173,0.28512397,0.24380165,0.21900827,0.40082645,0.41322315,0.4214876,0.4338843,0.40082645,0.40082645,0.39256197,0.38429752,0.45041323,0.45454547,0.48347107,0.46694216,0.3429752,0.2892562,0.21487603,0.1983471,0.40495867,0.33471075,0.2231405,0.5785124,0.5247934,0.49586776,0.44214877,0.3140496,0.23966943,0.21487603,0.19008264,0.22727273,0.2107438,0.17355372,0.24793388,0.21487603,0.21900827,0.18595041,0.16115703,0.1983471,0.23553719,0.2603306,0.35123968,0.17355372,0.24380165,0.29752067,0.36363637,0.42975205,0.446281,0.47933885,0.43801653,0.35950413,0.3966942,0.48347107,0.4338843,0.3677686,0.3553719,0.30991736,0.28512397,0.32231405,0.3264463,0.2892562,0.25619835,0.25619835,0.26859504,0.24793388,0.23553719,0.23140496,0.37603307,0.40495867,0.4214876,0.4214876,0.42561984,0.4090909,0.40495867,0.38016528,0.4338843,0.44214877,0.46280992,0.446281,0.35950413,0.2644628,0.21487603,0.2644628,0.45867768,0.4752066,0.45041323,0.47107437,0.4752066,0.5495868,0.53305787,0.5,0.45867768,0.3677686,0.2644628,0.41322315,0.38429752,0.28099173,0.49586776,0.41322315,0.3677686,0.36363637,0.06198347,0.39256197,0.40495867,0.446281,0.42975205,0.40082645,0.446281,0.41735536,0.40082645,0.43801653,0.5123967,0.4090909,0.3305785,0.38429752,0.46280992,0.45041323,0.42561984,0.41735536,0.38842976,0.30165288,0.29752067,0.2892562,0.30991736,0.2644628,0.24380165,0.25619835,0.26859504,0.2520661,0.22727273,0.23140496,0.37190083,0.38842976,0.41322315,0.41735536,0.40495867,0.4090909,0.40495867,0.3966942,0.38842976,0.4090909,0.44214877,0.4214876,0.33471075,0.27272728,0.24380165,0.38429752,0.47933885,0.49173555,0.53305787,0.4752066,0.4876033,0.5082645,0.58264464,0.57438016,0.4876033,0.48347107,0.46694216,0.47107437,0.47107437,0.4090909,0.5041322,0.5041322,0.40495867,0.35123968,0.23140496,0.47107437,0.5165289,0.56198347,0.5206612,0.48347107,0.446281,0.38842976,0.41322315,0.5413223,0.5,0.35123968,0.3677686,0.45041323,0.46694216,0.4090909,0.41322315,0.42561984,0.38842976,0.33471075,0.28099173,0.2644628,0.25619835,0.23553719,0.24793388,0.2231405,0.2603306,0.22727273,0.21900827,0.2231405,0.34710744,0.37603307,0.40082645,0.40495867,0.40495867,0.4090909,0.37603307,0.40082645,0.38842976,0.40082645,0.38842976,0.40082645,0.33471075,0.2603306,0.30578512,0.446281,0.5082645,0.48347107,0.48347107,0.5289256,0.5247934,0.5165289,0.5165289,0.59504133,0.58264464,0.5082645,0.46280992,0.5206612,0.56198347,0.57438016,0.56198347,0.58264464,0.55785125,0.56198347,0.5371901,0.6446281,0.70247936,0.7644628,0.59917355,0.45041323,0.38016528,0.39256197,0.47933885,0.47107437,0.3677686,0.38842976,0.42561984,0.45454547,0.40495867,0.38842976,0.41322315,0.40082645,0.3677686,0.3181818,0.2603306,0.28512397,0.25619835,0.2231405,0.21900827,0.23553719,0.23553719,0.2107438,0.23140496,0.1570248,0.22727273,0.3677686,0.38842976,0.38842976,0.39256197,0.39256197,0.38016528,0.37603307,0.37190083,0.37603307,0.37190083,0.3966942,0.3140496,0.25619835,0.28512397,0.46280992,0.4876033,0.4876033,0.45867768,0.5,0.5247934,0.5082645,0.49173555,0.54545456,0.6363636,0.5123967,0.47107437,0.49586776,0.5785124,0.6363636,0.71487606,0.77272725,0.8057851,0.75619835,0.7644628,0.78099173,0.7933884,0.7355372,0.45041323,0.34710744,0.3305785,0.338843,0.3966942,0.35950413,0.3140496,0.39256197,0.4214876,0.40082645,0.37603307,0.40082645,0.40082645,0.4090909,0.3429752,0.28099173,0.26859504,0.2644628,0.23966943,0.21487603,0.2231405,0.22727273,0.22727273,0.21900827,0.1983471,0.13636364,0.17768595,0.3181818,0.38016528,0.40082645,0.38016528,0.38842976,0.37190083,0.38016528,0.35950413,0.3553719,0.3553719,0.3553719,0.30578512,0.27272728,0.29752067,0.42561984,0.4752066,0.47107437,0.45041323,0.46694216,0.49173555,0.5082645,0.46694216,0.47107437,0.49586776,0.42561984,0.43801653,0.41735536,0.46280992,0.4876033,0.57024795,0.59090906,0.59917355,0.55785125,0.5082645,0.47107437,0.43801653,0.36363637,0.30578512,0.27272728,0.28512397,0.28099173,0.3140496,0.29752067,0.33471075,0.35950413,0.38016528,0.36363637,0.36363637,0.38429752,0.37603307,0.3677686,0.29338843,0.28512397,0.29752067,0.23553719,0.2107438,0.21900827,0.2231405,0.20247933,0.22727273,0.23140496,0.14876033,0.14049587,0.18595041,0.24793388,0.36363637,0.39256197,0.37603307,0.38429752,0.37190083,0.36363637,0.33471075,0.3429752,0.3429752,0.35123968,0.3181818,0.30165288,0.3181818,0.38429752,0.45454547,0.46280992,0.47107437,0.42975205,0.43801653,0.48347107,0.446281,0.45041323,0.4338843,0.38016528,0.41735536,0.37603307,0.35950413,0.34710744,0.38842976,0.40082645,0.40495867,0.39256197,0.38429752,0.35950413,0.3305785,0.28512397,0.2603306,0.2520661,0.25619835,0.2603306,0.25619835,0.29752067,0.3305785,0.3429752,0.35123968,0.35123968,0.3181818,0.3553719,0.3305785,0.3140496,0.2892562,0.30991736,0.27272728,0.22727273,0.2231405,0.21900827,0.20247933,0.20661157,0.23966943,0.18181819,0.1570248,0.1322314,0.19421488,0.18181819,0.33471075,0.38429752,0.37190083,0.3677686,0.36363637,0.35950413,0.3264463,0.33471075,0.3305785,0.3181818,0.3264463,0.3140496,0.33471075,0.36363637,0.41322315,0.45041323,0.4338843,0.42561984,0.40495867,0.4338843,0.4214876,0.4214876,0.41735536,0.38842976,0.37190083,0.338843,0.32231405,0.2768595,0.2892562,0.28099173,0.23966943,0.30165288,0.24380165,0.2520661,0.23553719,0.2107438,0.20247933,0.20247933,0.20247933,0.2231405,0.2603306,0.26859504,0.3181818,0.3305785,0.3140496,0.338843,0.29752067,0.3181818,0.28512397,0.29752067,0.33471075,0.29338843,0.24793388,0.2107438,0.2107438,0.2107438,0.2231405,0.20661157,0.21487603,0.15289256,0.13636364,0.14876033,0.19421488,0.12809917,0.57024795,0.3677686,0.35950413,0.3677686,0.34710744,0.3429752,0.3264463,0.33471075,0.30165288,0.32231405,0.33471075,0.32231405,0.3264463,0.35123968,0.38842976,0.4090909,0.40495867,0.41322315,0.41735536,0.40495867,0.40495867,0.40082645,0.38842976,0.37603307,0.36363637,0.3264463,0.30165288,0.24793388,0.23553719,0.21487603,0.20247933,0.23140496,0.21900827,0.20661157,0.20661157,0.18595041,0.18595041,0.19008264,0.21487603,0.21487603,0.25619835,0.2603306,0.2892562,0.28512397,0.2768595,0.30578512,0.28512397,0.28099173,0.28512397,0.338843,0.3429752,0.2520661,0.23966943,0.2107438,0.20247933,0.20247933,0.20247933,0.2231405,0.17355372,0.14049587,0.1570248,0.15289256,0.19008264,0.1694215,0.90909094,0.61157024,0.32231405,0.35950413,0.35950413,0.338843,0.3140496,0.33471075,0.29338843,0.30578512,0.3305785,0.3305785,0.3305785,0.35950413,0.37603307,0.37603307,0.38842976,0.38842976,0.40495867,0.40082645,0.38842976,0.37190083,0.37190083,0.3140496,0.3140496,0.2892562,0.30578512,0.2603306,0.22727273,0.2107438,0.22727273,0.21487603,0.20661157,0.1983471,0.20247933,0.19421488,0.19421488,0.19421488,0.20661157,0.19421488,0.20661157,0.22727273,0.22727273,0.24793388,0.25619835,0.2768595,0.26859504,0.2768595,0.3305785,0.33471075,0.3264463,0.2520661,0.24380165,0.20247933,0.19421488,0.1694215,0.24380165,0.2107438,0.1446281,0.13636364,0.16528925,0.14876033,0.1446281,0.33471075,0.9752066,0.8264463,0.4214876,0.3553719,0.3677686,0.35123968,0.32231405,0.3181818,0.30578512,0.2892562,0.33471075,0.3429752,0.33471075,0.338843,0.3264463,0.3553719,0.38842976,0.38429752,0.40082645,0.38842976,0.37603307,0.3553719,0.3264463,0.2768595,0.23966943,0.21900827,0.20661157,0.1694215,0.18181819,0.15289256,0.1694215,0.17355372,0.16528925,0.14876033,0.16115703,0.15289256,0.1446281,0.14049587,0.14876033,0.14876033,0.16115703,0.1983471,0.20661157,0.24793388,0.25619835,0.2892562,0.27272728,0.32231405,0.38016528,0.34710744,0.3140496,0.2644628,0.21900827,0.18181819,0.19008264,0.1983471,0.24380165,0.16115703,0.14876033,0.14049587,0.14876033,0.1446281,0.14876033,0.45867768,0.9586777,0.88842976,0.6322314,0.32231405,0.3553719,0.36363637,0.33471075,0.3181818,0.30165288,0.29338843,0.29338843,0.3181818,0.33471075,0.28512397,0.33471075,0.38016528,0.4090909,0.4090909,0.40495867,0.38429752,0.36363637,0.3553719,0.3264463,0.28512397,0.2520661,0.2107438,0.17768595,0.1694215,0.16115703,0.1570248,0.14049587,0.1322314,0.13636364,0.10743801,0.1322314,0.1322314,0.11983471,0.11570248,0.15289256,0.1694215,0.1983471,0.22727273,0.23553719,0.26859504,0.28099173,0.30165288,0.29752067,0.35950413,0.36363637,0.38016528,0.29338843,0.2603306,0.16528925,0.17768595,0.1983471,0.24380165,0.19008264,0.14049587,0.14876033,0.13636364,0.1446281,0.1446281,0.19421488,0.45867768,0.87603307,0.88842976,0.8801653,0.39256197,0.33471075,0.35123968,0.34710744,0.32231405,0.30165288,0.26859504,0.23553719,0.2892562,0.338843,0.23966943,0.4090909,0.3140496,0.3966942,0.44214877,0.43801653,0.40082645,0.35950413,0.38016528,0.3677686,0.33471075,0.3140496,0.30165288,0.2644628,0.23140496,0.21487603,0.18181819,0.17768595,0.14876033,0.14876033,0.1322314,0.13636364,0.1322314,0.1570248,0.17355372,0.23966943,0.25619835,0.2644628,0.28099173,0.29752067,0.30578512,0.30578512,0.3181818,0.37603307,0.37190083,0.3553719,0.36363637,0.2892562,0.21487603,0.1446281,0.1694215,0.2231405,0.2603306,0.1694215,0.14049587,0.14876033,0.14049587,0.14049587,0.14876033,0.29752067,0.5289256,0.6198347,0.90495867,0.892562,0.7892562,0.38016528,0.33471075,0.3429752,0.338843,0.3140496,0.2768595,0.26859504,0.2768595,0.29752067,0.2231405,0.37190083,0.28099173,0.39256197,0.42975205,0.46694216,0.45454547,0.42975205,0.41322315,0.3966942,0.36363637,0.36363637,0.38429752,0.38842976,0.38429752,0.37190083,0.35123968,0.3264463,0.29338843,0.25619835,0.27272728,0.27272728,0.2644628,0.2892562,0.3429752,0.34710744,0.3264463,0.30991736,0.35123968,0.36363637,0.3553719,0.3305785,0.3677686,0.40082645,0.37190083,0.3181818,0.3140496,0.21487603,0.16115703,0.15289256,0.19421488,0.23140496,0.24793388,0.2520661,0.12809917,0.1446281,0.1322314,0.13636364,0.13636364,0.6570248,0.5289256,0.40495867,0.80991733,0.88842976,0.88429755,0.6487603,0.3553719,0.33471075,0.338843,0.33471075,0.3140496,0.29752067,0.27272728,0.23140496,0.21900827,0.24793388,0.24793388,0.34710744,0.40495867,0.43801653,0.46694216,0.44214877,0.446281,0.45041323,0.4214876,0.41322315,0.4214876,0.42975205,0.46280992,0.45454547,0.46694216,0.4338843,0.42975205,0.4090909,0.41735536,0.3966942,0.40495867,0.3966942,0.4338843,0.41735536,0.39256197,0.3677686,0.38429752,0.38842976,0.40082645,0.37603307,0.3553719,0.3677686,0.35950413,0.27272728,0.21900827,0.1446281,0.1570248,0.16115703,0.2231405,0.19008264,0.2520661,0.35950413,0.23966943,0.1694215,0.14049587,0.13636364,0.13636364,0.5413223,0.53305787,0.38842976,0.5123967,0.90495867,0.8801653,0.8512397,0.54545456,0.3429752,0.338843,0.338843,0.3429752,0.3181818,0.2768595,0.2520661,0.21900827,0.23553719,0.2603306,0.3181818,0.3677686,0.4090909,0.4214876,0.42561984,0.4090909,0.41735536,0.41322315,0.39256197,0.40495867,0.41735536,0.48347107,0.46694216,0.44214877,0.4338843,0.42975205,0.4090909,0.44214877,0.4338843,0.45454547,0.42975205,0.45867768,0.42975205,0.3966942,0.38842976,0.38429752,0.3966942,0.37190083,0.37190083,0.30991736,0.2892562,0.2892562,0.19421488,0.15289256,0.1322314,0.1570248,0.1983471,0.23553719,0.14049587,0.3429752,0.38842976,0.39256197,0.37603307,0.32231405,0.30991736,0.28512397,0.57024795,0.5206612,0.4876033,0.39256197,0.6446281,0.892562,0.88429755,0.8801653,0.49586776,0.37603307,0.32231405,0.33471075,0.3553719,0.30991736,0.29752067,0.24793388,0.19421488,0.22727273,0.25619835,0.26859504,0.32231405,0.3553719,0.338843,0.30165288,0.3264463,0.3181818,0.2603306,0.3264463,0.3305785,0.4338843,0.45041323,0.4338843,0.41322315,0.38842976,0.38842976,0.35950413,0.38429752,0.41322315,0.3553719,0.38842976,0.35123968,0.38016528,0.35123968,0.36363637,0.3429752,0.3181818,0.3140496,0.24793388,0.23140496,0.2107438,0.19008264,0.16115703,0.1322314,0.1570248,0.2107438,0.1983471,0.1983471,0.45041323,0.30578512,0.3181818,0.4338843,0.42975205,0.40082645,0.4090909,0.6280992,0.5082645,0.5289256,0.49173555,0.42975205,0.7066116,0.8347107,0.8719008,0.8512397,0.47107437,0.3553719,0.29338843,0.338843,0.35123968,0.32231405,0.3264463,0.22727273,0.18595041,0.18595041,0.1983471,0.24793388,0.23553719,0.23966943,0.20661157,0.21900827,0.2892562,0.1983471,0.23966943,0.28099173,0.3677686,0.3140496,0.28512397,0.3181818,0.29338843,0.30165288,0.2603306,0.2768595,0.30991736,0.30578512,0.3429752,0.35123968,0.34710744,0.3305785,0.29752067,0.29752067,0.2768595,0.24793388,0.16528925,0.17768595,0.15289256,0.1446281,0.1446281,0.11570248,0.19421488,0.18595041,0.23140496,0.30991736,0.607438,0.40495867,0.3966942,0.5082645,0.5413223,0.5495868,0.5247934,0.6570248,0.5289256,0.6198347,0.6198347,0.47933885,0.46694216,0.55785125,0.6859504,0.838843,0.75206614,0.446281,0.3677686,0.3140496,0.3140496,0.3429752,0.32231405,0.29338843,0.21900827,0.15289256,0.18595041,0.19008264,0.19421488,0.20661157,0.17355372,0.17355372,0.2107438,0.18181819,0.20247933,0.2107438,0.29338843,0.2520661,0.20661157,0.23140496,0.22727273,0.20661157,0.20247933,0.2107438,0.24793388,0.2603306,0.2768595,0.30991736,0.2892562,0.24793388,0.2520661,0.21900827,0.18181819,0.1570248,0.13636364,0.14876033,0.11983471,0.11983471,0.1322314,0.1694215,0.1983471,0.23553719,0.3181818,0.40082645,0.72727275,0.41735536,0.3305785,0.30165288,0.30991736,0.37190083,0.38429752,21 +0.1322314,0.1570248,0.14049587,0.21487603,0.2603306,0.32231405,0.35950413,0.39256197,0.38842976,0.4214876,0.41322315,0.4214876,0.42975205,0.4214876,0.446281,0.44214877,0.45867768,0.45454547,0.4752066,0.47933885,0.4876033,0.49173555,0.47933885,0.5,0.4752066,0.5,0.49586776,0.47933885,0.46694216,0.48347107,0.4876033,0.47107437,0.47933885,0.4752066,0.46694216,0.47933885,0.47933885,0.47933885,0.4752066,0.45867768,0.4338843,0.42975205,0.42975205,0.4214876,0.41322315,0.39256197,0.40082645,0.37603307,0.37190083,0.35950413,0.35950413,0.338843,0.3429752,0.3264463,0.3181818,0.3140496,0.27272728,0.23140496,0.17768595,0.15289256,0.13636364,0.14049587,0.11570248,0.11157025,0.17355372,0.12396694,0.17355372,0.2644628,0.29338843,0.34710744,0.37190083,0.40495867,0.4090909,0.4214876,0.41735536,0.4214876,0.4338843,0.45041323,0.45041323,0.47107437,0.4752066,0.47933885,0.5041322,0.5082645,0.5206612,0.53305787,0.5289256,0.56198347,0.56198347,0.5413223,0.5165289,0.49586776,0.5,0.5,0.5123967,0.49586776,0.48347107,0.4752066,0.49586776,0.4876033,0.49173555,0.5123967,0.5165289,0.49586776,0.4876033,0.4752066,0.4752066,0.45867768,0.446281,0.4214876,0.4338843,0.40082645,0.38429752,0.36363637,0.37190083,0.3429752,0.34710744,0.338843,0.338843,0.3181818,0.29752067,0.2644628,0.1983471,0.1694215,0.1446281,0.12396694,0.11157025,0.11983471,0.16115703,0.1446281,0.19421488,0.2768595,0.3140496,0.3677686,0.39256197,0.4214876,0.4090909,0.41735536,0.42561984,0.45041323,0.446281,0.47107437,0.46280992,0.49586776,0.5041322,0.5041322,0.5165289,0.5413223,0.5661157,0.58264464,0.61570245,0.6198347,0.6404959,0.59917355,0.5495868,0.5289256,0.5371901,0.55785125,0.54545456,0.5413223,0.5371901,0.5371901,0.54545456,0.54545456,0.5413223,0.54545456,0.55785125,0.5413223,0.553719,0.5289256,0.5206612,0.5165289,0.49173555,0.45041323,0.44214877,0.42561984,0.39256197,0.3677686,0.38016528,0.35123968,0.3553719,0.3553719,0.34710744,0.3264463,0.30991736,0.28512397,0.22727273,0.19008264,0.14876033,0.11570248,0.12809917,0.11983471,0.1446281,0.1570248,0.21487603,0.3264463,0.338843,0.38842976,0.40495867,0.4214876,0.41322315,0.42561984,0.4338843,0.446281,0.446281,0.45867768,0.4752066,0.4876033,0.5082645,0.5082645,0.5247934,0.55785125,0.59917355,0.61570245,0.6570248,0.6528926,0.661157,0.6363636,0.61157024,0.57438016,0.59090906,0.61157024,0.59917355,0.59917355,0.61157024,0.607438,0.62396693,0.6198347,0.60330576,0.58264464,0.5661157,0.55785125,0.57438016,0.5165289,0.49173555,0.49586776,0.46280992,0.4214876,0.4214876,0.38842976,0.37603307,0.34710744,0.34710744,0.32231405,0.34710744,0.35123968,0.35123968,0.3305785,0.32231405,0.30991736,0.27272728,0.21900827,0.1570248,0.12396694,0.12809917,0.1322314,0.13636364,0.1694215,0.23966943,0.33471075,0.35950413,0.40082645,0.3966942,0.41735536,0.42561984,0.42975205,0.4338843,0.41735536,0.4090909,0.4214876,0.42975205,0.43801653,0.46280992,0.47933885,0.4876033,0.49173555,0.5247934,0.56198347,0.57024795,0.60330576,0.59917355,0.61157024,0.6198347,0.607438,0.661157,0.6487603,0.6363636,0.6363636,0.69008267,0.661157,0.6859504,0.6694215,0.6322314,0.54545456,0.5371901,0.53305787,0.55785125,0.446281,0.45041323,0.4338843,0.3429752,0.3429752,0.35950413,0.30991736,0.3305785,0.29752067,0.30165288,0.2892562,0.26859504,0.30991736,0.34710744,0.338843,0.3305785,0.3264463,0.29338843,0.23966943,0.1694215,0.12396694,0.13636364,0.12396694,0.1322314,0.18181819,0.2768595,0.338843,0.38842976,0.40082645,0.41322315,0.42561984,0.42561984,0.37603307,0.37190083,0.38429752,0.36363637,0.37190083,0.38842976,0.35950413,0.37190083,0.37190083,0.37190083,0.36363637,0.40495867,0.44214877,0.46694216,0.46280992,0.47933885,0.5247934,0.57438016,0.6280992,0.6322314,0.6198347,0.6280992,0.6446281,0.6859504,0.6818182,0.6528926,0.661157,0.5661157,0.5,0.5123967,0.5082645,0.45867768,0.4214876,0.3677686,0.338843,0.30165288,0.28512397,0.3140496,0.2892562,0.30165288,0.27272728,0.2768595,0.28512397,0.26859504,0.23553719,0.28099173,0.338843,0.3264463,0.33471075,0.30578512,0.25619835,0.1983471,0.12809917,0.1322314,0.12809917,0.13636364,0.19008264,0.28099173,0.37190083,0.3966942,0.41322315,0.4338843,0.42975205,0.3677686,0.3264463,0.35123968,0.35123968,0.35123968,0.338843,0.37190083,0.338843,0.30991736,0.30991736,0.3181818,0.3181818,0.33471075,0.35123968,0.3677686,0.35123968,0.38842976,0.4338843,0.48347107,0.56198347,0.57438016,0.57024795,0.57438016,0.58264464,0.6322314,0.6280992,0.59917355,0.58264464,0.5,0.45041323,0.46694216,0.4090909,0.40082645,0.35950413,0.3181818,0.30991736,0.29338843,0.30991736,0.3140496,0.30991736,0.30991736,0.28512397,0.28512397,0.27272728,0.27272728,0.24793388,0.2231405,0.27272728,0.3264463,0.32231405,0.30578512,0.28099173,0.21487603,0.15289256,0.12396694,0.12809917,0.1322314,0.23140496,0.30991736,0.37603307,0.38842976,0.41735536,0.4338843,0.37190083,0.3264463,0.33471075,0.37190083,0.35950413,0.37603307,0.37190083,0.38429752,0.37190083,0.3553719,0.30991736,0.32231405,0.3429752,0.33471075,0.33471075,0.33471075,0.3264463,0.35123968,0.37603307,0.42561984,0.47107437,0.5289256,0.53305787,0.5413223,0.5247934,0.5661157,0.57024795,0.55785125,0.5413223,0.4752066,0.41735536,0.41735536,0.3966942,0.37190083,0.34710744,0.3429752,0.33471075,0.3264463,0.30165288,0.3429752,0.338843,0.35123968,0.37603307,0.36363637,0.30578512,0.2603306,0.2768595,0.24793388,0.23140496,0.2603306,0.30991736,0.3140496,0.28099173,0.2644628,0.20247933,0.1322314,0.10743801,0.12396694,0.2644628,0.338843,0.37603307,0.38842976,0.4338843,0.35950413,0.3429752,0.38842976,0.41735536,0.41322315,0.4090909,0.4214876,0.47107437,0.44214877,0.42975205,0.4090909,0.37603307,0.35950413,0.35123968,0.3553719,0.36363637,0.338843,0.35950413,0.3553719,0.37190083,0.40495867,0.43801653,0.47933885,0.5041322,0.5082645,0.53305787,0.5371901,0.5371901,0.53305787,0.48347107,0.446281,0.40082645,0.38842976,0.39256197,0.34710744,0.34710744,0.3429752,0.3429752,0.3429752,0.35123968,0.3966942,0.38842976,0.4090909,0.42975205,0.44214877,0.39256197,0.39256197,0.3677686,0.3181818,0.2644628,0.23140496,0.26859504,0.29338843,0.28512397,0.2892562,0.21900827,0.14049587,0.10330579,0.11983471,0.28512397,0.36363637,0.3677686,0.41322315,0.3966942,0.3140496,0.3966942,0.43801653,0.48347107,0.4876033,0.46694216,0.46280992,0.5,0.5123967,0.49586776,0.4876033,0.45041323,0.45041323,0.41322315,0.39256197,0.38842976,0.37190083,0.37603307,0.3966942,0.40082645,0.41322315,0.42561984,0.46694216,0.48347107,0.5041322,0.5206612,0.5123967,0.49586776,0.48347107,0.45454547,0.41322315,0.38016528,0.3677686,0.35123968,0.33471075,0.3429752,0.3553719,0.36363637,0.41735536,0.44214877,0.46280992,0.45041323,0.45041323,0.46694216,0.45867768,0.45867768,0.44214877,0.4338843,0.37190083,0.33471075,0.29752067,0.23966943,0.2768595,0.29752067,0.2768595,0.24793388,0.15289256,0.10743801,0.1446281,0.2892562,0.3677686,0.37603307,0.42975205,0.3429752,0.34710744,0.45867768,0.5041322,0.5123967,0.5206612,0.5123967,0.5082645,0.5082645,0.5247934,0.5247934,0.5413223,0.5206612,0.5289256,0.5165289,0.48347107,0.44214877,0.42975205,0.39256197,0.38429752,0.3966942,0.42975205,0.446281,0.47107437,0.49173555,0.5165289,0.5247934,0.5371901,0.49586776,0.4752066,0.446281,0.41322315,0.38016528,0.3553719,0.3264463,0.35950413,0.38842976,0.4214876,0.446281,0.5,0.5123967,0.5082645,0.4752066,0.45867768,0.46280992,0.45867768,0.46694216,0.46694216,0.45867768,0.42561984,0.42561984,0.37190083,0.28512397,0.2603306,0.30165288,0.2768595,0.25619835,0.15289256,0.12809917,0.1983471,0.30991736,0.35950413,0.38842976,0.39256197,0.3429752,0.43801653,0.48347107,0.5289256,0.553719,0.5371901,0.5413223,0.5413223,0.5206612,0.5041322,0.5123967,0.53305787,0.57024795,0.5413223,0.5247934,0.48347107,0.46694216,0.46694216,0.42975205,0.40495867,0.39256197,0.4338843,0.48347107,0.5041322,0.5123967,0.5206612,0.55785125,0.57438016,0.5082645,0.47933885,0.45041323,0.41735536,0.40495867,0.3264463,0.34710744,0.4214876,0.42561984,0.47107437,0.4876033,0.49586776,0.4876033,0.5123967,0.46280992,0.44214877,0.45041323,0.45041323,0.4338843,0.47107437,0.48347107,0.4752066,0.45454547,0.42975205,0.35950413,0.25619835,0.29338843,0.27272728,0.2603306,0.17355372,0.11157025,0.19421488,0.3140496,0.3677686,0.3966942,0.35950413,0.38842976,0.47107437,0.49586776,0.5495868,0.5495868,0.553719,0.5661157,0.55785125,0.48347107,0.42561984,0.42561984,0.45041323,0.43801653,0.40495867,0.3677686,0.36363637,0.4214876,0.446281,0.46280992,0.45867768,0.40082645,0.446281,0.5123967,0.54545456,0.55785125,0.5413223,0.57438016,0.5785124,0.5289256,0.47107437,0.47107437,0.43801653,0.3966942,0.3264463,0.40082645,0.46694216,0.41735536,0.43801653,0.40495867,0.42561984,0.42975205,0.45454547,0.4090909,0.37190083,0.37190083,0.35950413,0.4090909,0.45041323,0.47933885,0.48347107,0.47107437,0.45454547,0.4090909,0.3264463,0.2768595,0.28512397,0.27272728,0.1983471,0.11570248,0.18181819,0.3140496,0.38429752,0.38429752,0.39256197,0.42561984,0.48347107,0.5289256,0.5371901,0.56198347,0.55785125,0.54545456,0.45454547,0.40082645,0.40082645,0.4214876,0.45454547,0.47933885,0.45041323,0.3966942,0.3140496,0.28099173,0.3305785,0.40495867,0.47107437,0.45454547,0.45041323,0.5165289,0.5495868,0.5495868,0.5371901,0.5413223,0.5413223,0.5041322,0.45454547,0.4752066,0.446281,0.38842976,0.35123968,0.45867768,0.45867768,0.38842976,0.3305785,0.38429752,0.446281,0.4876033,0.4876033,0.45867768,0.39256197,0.3966942,0.36363637,0.35950413,0.38016528,0.45041323,0.45041323,0.47933885,0.46280992,0.42975205,0.37603307,0.28512397,0.29752067,0.28099173,0.21487603,0.11983471,0.17768595,0.3140496,0.3966942,0.40082645,0.43801653,0.45041323,0.48347107,0.5165289,0.54545456,0.5123967,0.45454547,0.4090909,0.45867768,0.44214877,0.446281,0.46280992,0.3677686,0.38429752,0.35950413,0.3429752,0.3264463,0.3140496,0.2892562,0.3140496,0.39256197,0.46280992,0.46280992,0.4752066,0.5289256,0.54545456,0.5082645,0.5123967,0.5041322,0.47107437,0.446281,0.45454547,0.40495867,0.3429752,0.40082645,0.5041322,0.39256197,0.33471075,0.3429752,0.38429752,0.4214876,0.41735536,0.41735536,0.3429752,0.338843,0.36363637,0.35950413,0.38842976,0.38429752,0.35123968,0.39256197,0.45041323,0.46280992,0.4338843,0.37603307,0.32231405,0.29752067,0.2892562,0.23140496,0.12809917,0.19008264,0.3305785,0.41322315,0.41322315,0.45041323,0.446281,0.45867768,0.5165289,0.5041322,0.3966942,0.40495867,0.4752066,0.48347107,0.39256197,0.30578512,0.2231405,0.21900827,0.29752067,0.11570248,0.21900827,0.25619835,0.24380165,0.2768595,0.338843,0.3553719,0.42975205,0.43801653,0.44214877,0.5082645,0.5206612,0.49586776,0.49586776,0.5,0.46280992,0.4338843,0.4338843,0.38016528,0.30991736,0.47933885,0.45041323,0.35950413,0.3305785,0.27272728,0.27272728,0.30165288,0.17355372,0.2644628,0.2520661,0.11983471,0.18595041,0.2107438,0.3140496,0.3553719,0.40082645,0.35123968,0.39256197,0.42975205,0.40082645,0.36363637,0.34710744,0.30578512,0.30578512,0.23966943,0.13636364,0.2107438,0.338843,0.41322315,0.4338843,0.47107437,0.45454547,0.46694216,0.4876033,0.41735536,0.40495867,0.4752066,0.43801653,0.32231405,0.18595041,0.3305785,0.10743801,0.26859504,0.28512397,0.0785124,0.24380165,0.446281,0.23140496,0.21900827,0.23966943,0.38016528,0.46280992,0.40495867,0.4752066,0.49173555,0.5,0.5041322,0.49586776,0.5041322,0.46694216,0.45041323,0.43801653,0.38429752,0.33471075,0.43801653,0.41322315,0.24793388,0.20661157,0.2107438,0.38016528,0.5247934,0.12809917,0.35950413,0.2644628,0.0785124,0.16115703,0.26859504,0.14049587,0.21487603,0.30165288,0.3553719,0.3553719,0.39256197,0.35950413,0.35950413,0.38429752,0.3140496,0.3264463,0.2520661,0.1446281,0.20661157,0.35123968,0.40495867,0.46694216,0.4876033,0.45454547,0.44214877,0.46280992,0.41735536,0.42561984,0.35950413,0.20661157,0.12396694,0.36363637,0.38429752,0.11983471,0.1322314,0.16528925,0.12809917,0.3264463,0.5082645,0.44214877,0.55785125,0.30991736,0.37603307,0.45041323,0.41735536,0.4876033,0.48347107,0.5,0.5123967,0.5123967,0.5,0.4752066,0.46280992,0.45454547,0.4090909,0.3677686,0.38016528,0.446281,0.26859504,0.33471075,0.37190083,0.4876033,0.59090906,0.18595041,0.23140496,0.1322314,0.1322314,0.17768595,0.44214877,0.24793388,0.08677686,0.1446281,0.23553719,0.30578512,0.37603307,0.3429752,0.3677686,0.40082645,0.338843,0.30578512,0.2520661,0.13636364,0.21487603,0.35950413,0.3966942,0.4752066,0.47933885,0.45454547,0.4090909,0.40082645,0.3677686,0.2603306,0.17768595,0.13636364,0.21487603,0.5123967,0.3966942,0.17768595,0.19008264,0.41735536,0.23140496,0.37603307,0.3966942,0.39256197,0.41322315,0.45041323,0.47107437,0.42975205,0.45454547,0.47933885,0.4876033,0.5082645,0.5041322,0.5289256,0.5082645,0.5,0.48347107,0.446281,0.4338843,0.3966942,0.36363637,0.42975205,0.4338843,0.4214876,0.38016528,0.41322315,0.43801653,0.3677686,0.38842976,0.25619835,0.1983471,0.23553719,0.42975205,0.3553719,0.1570248,0.1446281,0.1694215,0.20661157,0.26859504,0.30991736,0.35950413,0.40082645,0.36363637,0.3264463,0.2644628,0.1446281,0.24793388,0.3677686,0.41322315,0.47107437,0.5082645,0.47933885,0.3677686,0.38016528,0.35950413,0.29752067,0.32231405,0.35123968,0.37603307,0.37603307,0.3677686,0.35123968,0.3966942,0.5082645,0.3553719,0.40495867,0.38016528,0.40495867,0.4214876,0.44214877,0.45867768,0.45454547,0.49586776,0.47107437,0.49586776,0.5247934,0.5123967,0.5289256,0.5289256,0.5082645,0.49173555,0.46694216,0.44214877,0.4214876,0.4090909,0.37190083,0.41735536,0.42561984,0.39256197,0.40082645,0.3966942,0.3966942,0.4214876,0.3264463,0.30578512,0.30165288,0.338843,0.3677686,0.3553719,0.30578512,0.27272728,0.24380165,0.30165288,0.33471075,0.37603307,0.41322315,0.3677686,0.34710744,0.27272728,0.13636364,0.26859504,0.37603307,0.41735536,0.47107437,0.5041322,0.47107437,0.4214876,0.45041323,0.42561984,0.43801653,0.46280992,0.48347107,0.48347107,0.41735536,0.40495867,0.38429752,0.35123968,0.38429752,0.35123968,0.36363637,0.35950413,0.44214877,0.46280992,0.45454547,0.47933885,0.4876033,0.4876033,0.47933885,0.5041322,0.5165289,0.53305787,0.5289256,0.5247934,0.5041322,0.48347107,0.47107437,0.44214877,0.42561984,0.44214877,0.38842976,0.40495867,0.4338843,0.4214876,0.38016528,0.3553719,0.33471075,0.338843,0.33471075,0.3429752,0.35950413,0.37603307,0.4090909,0.4090909,0.3966942,0.35950413,0.3181818,0.35950413,0.38016528,0.38429752,0.3966942,0.3966942,0.35123968,0.28512397,0.11983471,0.3305785,0.38016528,0.4214876,0.47933885,0.48347107,0.46694216,0.4752066,0.47933885,0.44214877,0.42975205,0.42975205,0.41735536,0.41735536,0.38429752,0.37190083,0.35123968,0.3181818,0.3140496,0.3553719,0.39256197,0.45041323,0.48347107,0.4876033,0.49173555,0.5041322,0.49173555,0.49173555,0.48347107,0.5041322,0.5165289,0.5206612,0.5371901,0.5247934,0.5289256,0.5082645,0.47933885,0.45041323,0.42975205,0.4338843,0.42561984,0.40495867,0.43801653,0.45867768,0.42561984,0.39256197,0.3305785,0.28512397,0.2644628,0.2768595,0.30165288,0.3181818,0.338843,0.338843,0.3264463,0.3264463,0.37190083,0.38429752,0.40495867,0.40082645,0.38842976,0.39256197,0.36363637,0.30165288,0.16528925,0.3140496,0.3966942,0.42561984,0.4752066,0.46280992,0.47107437,0.47933885,0.48347107,0.4752066,0.47107437,0.45454547,0.42975205,0.43801653,0.37190083,0.37603307,0.39256197,0.37603307,0.41735536,0.44214877,0.47933885,0.48347107,0.4876033,0.49586776,0.5041322,0.4876033,0.48347107,0.49586776,0.4876033,0.5123967,0.5289256,0.53305787,0.55785125,0.55785125,0.56198347,0.5289256,0.5123967,0.47107437,0.45041323,0.4090909,0.41735536,0.41735536,0.42975205,0.44214877,0.446281,0.45867768,0.4338843,0.38016528,0.34710744,0.3305785,0.30578512,0.2892562,0.3140496,0.3677686,0.38429752,0.4338843,0.43801653,0.4214876,0.4214876,0.4090909,0.3966942,0.3966942,0.37603307,0.32231405,0.1983471,0.3305785,0.4090909,0.4338843,0.46280992,0.45867768,0.47107437,0.49586776,0.4876033,0.5041322,0.5041322,0.5,0.49586776,0.48347107,0.47107437,0.46694216,0.4752066,0.45867768,0.46694216,0.4752066,0.4752066,0.47933885,0.49173555,0.5041322,0.5041322,0.49173555,0.5,0.4876033,0.4876033,0.5206612,0.56198347,0.57024795,0.59917355,0.6198347,0.6198347,0.57438016,0.53305787,0.5041322,0.46694216,0.41322315,0.40495867,0.4214876,0.446281,0.45041323,0.45041323,0.446281,0.43801653,0.41322315,0.42975205,0.4338843,0.41322315,0.40082645,0.4090909,0.42561984,0.44214877,0.45454547,0.446281,0.446281,0.4338843,0.42975205,0.4090909,0.40495867,0.39256197,0.34710744,0.22727273,0.3429752,0.4090909,0.44214877,0.45454547,0.46694216,0.48347107,0.5041322,0.5165289,0.5165289,0.5082645,0.5,0.4876033,0.4752066,0.46280992,0.46694216,0.45454547,0.446281,0.45454547,0.47933885,0.47933885,0.48347107,0.5041322,0.5206612,0.5247934,0.49586776,0.47933885,0.4752066,0.5041322,0.5495868,0.61157024,0.6487603,0.70247936,0.76033056,0.76859504,0.6694215,0.57024795,0.5371901,0.5082645,0.45454547,0.40082645,0.4090909,0.4338843,0.45454547,0.45867768,0.47107437,0.45454547,0.44214877,0.42975205,0.41735536,0.42561984,0.3966942,0.41735536,0.43801653,0.43801653,0.45041323,0.45041323,0.45454547,0.44214877,0.42975205,0.42561984,0.40082645,0.39256197,0.3677686,0.2603306,0.338843,0.42561984,0.4338843,0.45041323,0.47107437,0.5041322,0.5165289,0.5206612,0.5247934,0.5082645,0.47933885,0.48347107,0.446281,0.45041323,0.45454547,0.45454547,0.45454547,0.48347107,0.48347107,0.5082645,0.5247934,0.5289256,0.5082645,0.5,0.4752066,0.47107437,0.5,0.55785125,0.58677685,0.6198347,0.7066116,0.78512394,0.8305785,0.8264463,0.6983471,0.58264464,0.54545456,0.5495868,0.5082645,0.45867768,0.4338843,0.45454547,0.45454547,0.44214877,0.49173555,0.49586776,0.48347107,0.45867768,0.45867768,0.43801653,0.4090909,0.41735536,0.43801653,0.41322315,0.45867768,0.45041323,0.46694216,0.44214877,0.44214877,0.42975205,0.4214876,0.40495867,0.37190083,0.28099173,0.35123968,0.41322315,0.4338843,0.46694216,0.4876033,0.5082645,0.5206612,0.5289256,0.5123967,0.49173555,0.47107437,0.47933885,0.46280992,0.46280992,0.4752066,0.4876033,0.5,0.5123967,0.5289256,0.5371901,0.57024795,0.5123967,0.49586776,0.5,0.553719,0.5247934,0.5785124,0.62396693,0.6652893,0.62396693,0.6694215,0.75206614,0.75206614,0.6528926,0.59917355,0.55785125,0.55785125,0.553719,0.5495868,0.5165289,0.5082645,0.5,0.5082645,0.46694216,0.42561984,0.5165289,0.5123967,0.49173555,0.47933885,0.46694216,0.446281,0.42975205,0.43801653,0.446281,0.45041323,0.45867768,0.45454547,0.45041323,0.45041323,0.44214877,0.42975205,0.41322315,0.39256197,0.3140496,0.35123968,0.42975205,0.446281,0.47933885,0.49173555,0.5165289,0.53305787,0.5123967,0.5082645,0.4876033,0.4876033,0.49586776,0.49586776,0.5,0.5082645,0.5289256,0.5371901,0.54545456,0.56198347,0.58677685,0.5495868,0.4876033,0.61570245,0.607438,0.62396693,0.59504133,0.6322314,0.6198347,0.6735537,0.62396693,0.59917355,0.6322314,0.58677685,0.54545456,0.54545456,0.5206612,0.49586776,0.4752066,0.5,0.5082645,0.5371901,0.5371901,0.56198347,0.5371901,0.40082645,0.446281,0.5082645,0.5165289,0.5247934,0.49173555,0.48347107,0.46694216,0.47107437,0.45867768,0.46694216,0.4752066,0.45454547,0.45041323,0.446281,0.45041323,0.43801653,0.4214876,0.3966942,0.34710744,0.3553719,0.4338843,0.46280992,0.49173555,0.5082645,0.5165289,0.5082645,0.5082645,0.5041322,0.5,0.5041322,0.5165289,0.5041322,0.5206612,0.53305787,0.55785125,0.57024795,0.57024795,0.57438016,0.55785125,0.5,0.53305787,0.6818182,0.61570245,0.57024795,0.54545456,0.5206612,0.4876033,0.53305787,0.55785125,0.5371901,0.5123967,0.47107437,0.45454547,0.48347107,0.45867768,0.41322315,0.36363637,0.34710744,0.3677686,0.41322315,0.44214877,0.4752066,0.5123967,0.41322315,0.43801653,0.49586776,0.5371901,0.55785125,0.5371901,0.5041322,0.49173555,0.49173555,0.4752066,0.48347107,0.47933885,0.47107437,0.45454547,0.43801653,0.45454547,0.42975205,0.42975205,0.41322315,0.37190083,0.37603307,0.42975205,0.47107437,0.5,0.5082645,0.5,0.5165289,0.5247934,0.5247934,0.5289256,0.5206612,0.5413223,0.5247934,0.5495868,0.5289256,0.55785125,0.58264464,0.58264464,0.5371901,0.49586776,0.49173555,0.5247934,0.5289256,0.4338843,0.3429752,0.29338843,0.27272728,0.28099173,0.3553719,0.45041323,0.47933885,0.42561984,0.38842976,0.38016528,0.40495867,0.40082645,0.28512397,0.15289256,0.12809917,0.12809917,0.1694215,0.2107438,0.27272728,0.3305785,0.37603307,0.44214877,0.5123967,0.53305787,0.5371901,0.553719,0.53305787,0.5123967,0.5041322,0.49173555,0.4876033,0.4876033,0.49173555,0.47107437,0.45041323,0.45041323,0.43801653,0.42975205,0.40082645,0.38429752,0.35950413,0.4338843,0.48347107,0.5082645,0.5082645,0.5,0.5247934,0.5371901,0.55785125,0.5413223,0.54545456,0.5661157,0.55785125,0.54545456,0.55785125,0.57438016,0.58677685,0.57024795,0.5082645,0.5165289,0.5082645,0.44214877,0.40495867,0.2520661,0.12396694,0.09504132,0.08677686,0.10330579,0.09917355,0.19421488,0.40495867,0.38429752,0.29338843,0.28099173,0.3553719,0.2892562,0.15289256,0.07438017,0.08264463,0.0785124,0.0785124,0.08264463,0.15289256,0.21487603,0.30578512,0.3966942,0.5206612,0.5371901,0.5371901,0.5495868,0.5371901,0.553719,0.5123967,0.49173555,0.47933885,0.5247934,0.49586776,0.4876033,0.47933885,0.46280992,0.45041323,0.42561984,0.4090909,0.36363637,0.38429752,0.4338843,0.47933885,0.5165289,0.5082645,0.5123967,0.5371901,0.54545456,0.57024795,0.55785125,0.55785125,0.553719,0.56198347,0.54545456,0.5661157,0.57024795,0.59504133,0.54545456,0.49173555,0.55785125,0.5289256,0.3264463,0.36363637,0.20247933,0.12396694,0.11983471,0.11570248,0.1322314,0.13636364,0.17355372,0.29752067,0.3677686,0.23966943,0.24793388,0.30578512,0.29752067,0.24380165,0.1694215,0.1570248,0.15289256,0.16115703,0.11570248,0.1322314,0.24380165,0.20247933,0.3181818,0.5247934,0.5371901,0.5371901,0.5495868,0.5371901,0.5371901,0.5123967,0.49173555,0.47107437,0.5,0.47933885,0.49173555,0.49586776,0.4752066,0.45454547,0.41735536,0.38842976,0.39256197,0.40082645,0.43801653,0.48347107,0.5123967,0.5247934,0.54545456,0.553719,0.56198347,0.57438016,0.553719,0.55785125,0.5495868,0.5413223,0.5371901,0.56198347,0.58264464,0.5661157,0.53305787,0.5371901,0.5785124,0.57024795,0.3305785,0.37190083,0.2768595,0.19421488,0.29338843,0.3140496,0.2892562,0.29338843,0.2520661,0.20661157,0.24793388,0.2107438,0.1983471,0.2231405,0.19421488,0.17355372,0.23966943,0.30165288,0.3264463,0.338843,0.23553719,0.21487603,0.25619835,0.22727273,0.3677686,0.53305787,0.5247934,0.53305787,0.5495868,0.5413223,0.47933885,0.47933885,0.4752066,0.47107437,0.47933885,0.5041322,0.5041322,0.49173555,0.4876033,0.45454547,0.4090909,0.38429752,0.38429752,0.3966942,0.43801653,0.48347107,0.5123967,0.5206612,0.5495868,0.57024795,0.57438016,0.57438016,0.553719,0.5495868,0.54545456,0.5289256,0.5371901,0.5495868,0.56198347,0.5661157,0.5371901,0.57024795,0.60330576,0.59504133,0.48347107,0.446281,0.42975205,0.41735536,0.5041322,0.4752066,0.47107437,0.4338843,0.4214876,0.3181818,0.23966943,0.1983471,0.14876033,0.21487603,0.2892562,0.36363637,0.3966942,0.4338843,0.446281,0.44214877,0.39256197,0.3429752,0.3553719,0.3553719,0.45867768,0.5289256,0.5247934,0.5206612,0.5206612,0.5247934,0.46280992,0.46694216,0.46280992,0.43801653,0.46280992,0.49173555,0.4876033,0.46280992,0.46694216,0.446281,0.40495867,0.3966942,0.38842976,0.4090909,0.446281,0.48347107,0.5123967,0.5041322,0.53305787,0.55785125,0.57438016,0.56198347,0.55785125,0.55785125,0.5413223,0.5041322,0.53305787,0.53305787,0.553719,0.5785124,0.5661157,0.59917355,0.59504133,0.59504133,0.58677685,0.59090906,0.5661157,0.54545456,0.5371901,0.5041322,0.49586776,0.47933885,0.5123967,0.5495868,0.45867768,0.35950413,0.38842976,0.4338843,0.54545456,0.5165289,0.45041323,0.44214877,0.4338843,0.45041323,0.4338843,0.45454547,0.47107437,0.49173555,0.5082645,0.5082645,0.5289256,0.5165289,0.4876033,0.47107437,0.44214877,0.44214877,0.4338843,0.4338843,0.4338843,0.46694216,0.46694216,0.45454547,0.4338843,0.41322315,0.38842976,0.3966942,0.38842976,0.40082645,0.45041323,0.4752066,0.4876033,0.4876033,0.5123967,0.5495868,0.5413223,0.54545456,0.5495868,0.5371901,0.5247934,0.5,0.49586776,0.5165289,0.5289256,0.57024795,0.57438016,0.58677685,0.59090906,0.5661157,0.5661157,0.57438016,0.56198347,0.47933885,0.47933885,0.47933885,0.48347107,0.5041322,0.5206612,0.5247934,0.45867768,0.446281,0.48347107,0.46280992,0.5041322,0.5082645,0.4338843,0.45454547,0.42975205,0.43801653,0.41735536,0.40495867,0.42975205,0.47933885,0.5041322,0.5,0.5206612,0.5041322,0.48347107,0.45041323,0.41735536,0.41322315,0.39256197,0.4338843,0.4338843,0.45867768,0.45454547,0.42561984,0.4090909,0.38429752,0.37190083,0.39256197,0.38842976,0.40495867,0.45867768,0.48347107,0.47107437,0.47107437,0.47933885,0.5165289,0.5123967,0.5206612,0.5247934,0.5206612,0.5082645,0.5082645,0.5,0.49586776,0.5413223,0.53305787,0.57438016,0.55785125,0.57438016,0.5495868,0.55785125,0.5289256,0.5123967,0.45454547,0.49173555,0.5123967,0.5123967,0.49173555,0.5041322,0.5123967,0.53305787,0.5165289,0.5041322,0.47107437,0.46694216,0.47107437,0.42975205,0.45454547,0.42975205,0.45041323,0.42975205,0.4214876,0.40495867,0.43801653,0.47107437,0.48347107,0.48347107,0.47107437,0.48347107,0.4338843,0.40082645,0.38842976,0.38016528,0.40082645,0.42975205,0.44214877,0.4338843,0.4090909,0.37190083,0.33471075,0.35123968,0.38842976,0.38842976,0.3966942,0.45867768,0.47933885,0.45867768,0.47107437,0.45867768,0.46280992,0.48347107,0.49586776,0.49586776,0.5206612,0.5082645,0.5,0.48347107,0.47933885,0.5123967,0.5413223,0.54545456,0.5247934,0.53305787,0.54545456,0.5123967,0.49586776,0.5123967,0.5123967,0.5123967,0.5206612,0.5165289,0.49173555,0.5206612,0.5495868,0.55785125,0.57438016,0.5495868,0.5,0.4876033,0.49173555,0.47933885,0.47107437,0.46280992,0.47107437,0.46280992,0.46280992,0.4338843,0.44214877,0.446281,0.43801653,0.4338843,0.4338843,0.44214877,0.41735536,0.40495867,0.40082645,0.3677686,0.38016528,0.4090909,0.41735536,0.40495867,0.40082645,0.36363637,0.32231405,0.3553719,0.38016528,0.37190083,0.38842976,0.45867768,0.46280992,0.46280992,0.46694216,0.44214877,0.43801653,0.45454547,0.48347107,0.4752066,0.49586776,0.5041322,0.49173555,0.4752066,0.5,0.5123967,0.49586776,0.49586776,0.5082645,0.5041322,0.5082645,0.5041322,0.5206612,0.5371901,0.5495868,0.5123967,0.49173555,0.5247934,0.4876033,0.5289256,0.5247934,0.49586776,0.56198347,0.5661157,0.5082645,0.45454547,0.46280992,0.46694216,0.45867768,0.45867768,0.42975205,0.45041323,0.45867768,0.45454547,0.5,0.46280992,0.45041323,0.44214877,0.44214877,0.41322315,0.4090909,0.41735536,0.41322315,0.38429752,0.38016528,0.3966942,0.3966942,0.4090909,0.3966942,0.338843,0.30165288,0.33471075,0.36363637,0.37603307,0.38842976,0.46694216,0.45867768,0.47107437,0.45454547,0.45454547,0.45454547,0.43801653,0.47107437,0.4338843,0.49173555,0.49586776,0.5041322,0.48347107,0.5413223,0.45454547,0.43801653,0.47933885,0.49173555,0.5206612,0.53305787,0.5206612,0.5661157,0.5661157,0.5082645,0.5082645,0.48347107,0.5123967,0.4876033,0.5165289,0.5,0.48347107,0.54545456,0.5413223,0.46694216,0.38842976,0.446281,0.4338843,0.43801653,0.40495867,0.4214876,0.42561984,0.4338843,0.43801653,0.47107437,0.4876033,0.46694216,0.46694216,0.45867768,0.42975205,0.39256197,0.42975205,0.41735536,0.39256197,0.38429752,0.40495867,0.39256197,0.40495867,0.38016528,0.338843,0.3140496,0.34710744,0.37190083,0.35950413,0.38842976,0.446281,0.46280992,0.46694216,0.46694216,0.46694216,0.46694216,0.4338843,0.446281,0.44214877,0.46280992,0.5,0.5165289,0.5,0.48347107,0.38016528,0.45454547,0.4876033,0.5371901,0.5495868,0.54545456,0.5661157,0.5785124,0.5206612,0.5,0.49173555,0.4752066,0.446281,0.45041323,0.45454547,0.446281,0.42975205,0.49173555,0.47107437,0.37190083,0.3677686,0.40495867,0.38016528,0.38016528,0.3429752,0.38016528,0.4090909,0.4214876,0.41735536,0.4214876,0.44214877,0.45041323,0.4752066,0.45867768,0.4338843,0.4214876,0.42561984,0.40082645,0.40082645,0.38429752,0.39256197,0.42975205,0.40495867,0.4090909,0.3429752,0.3264463,0.36363637,0.3677686,0.35123968,0.4090909,0.43801653,0.47107437,0.46280992,0.4752066,0.47107437,0.4752066,0.446281,0.446281,0.45041323,0.49173555,0.5247934,0.5289256,0.49586776,0.4338843,0.42975205,0.4876033,0.5082645,0.5495868,0.55785125,0.5206612,0.53305787,0.49173555,0.47933885,0.47107437,0.4338843,0.42975205,0.34710744,0.29752067,0.26859504,0.30165288,0.338843,0.38429752,0.3553719,0.3264463,0.25619835,0.2892562,0.28512397,0.2768595,0.24380165,0.28099173,0.30165288,0.35950413,0.3966942,0.38429752,0.3966942,0.36363637,0.38016528,0.42975205,0.44214877,0.42561984,0.41735536,0.4090909,0.39256197,0.38429752,0.38429752,0.40082645,0.41322315,0.3966942,0.33471075,0.33471075,0.36363637,0.35950413,0.338843,0.4338843,0.42975205,0.46280992,0.46280992,0.4752066,0.4752066,0.47107437,0.47107437,0.45454547,0.446281,0.4876033,0.54545456,0.5289256,0.45041323,0.45041323,0.4752066,0.4338843,0.5082645,0.54545456,0.49586776,0.4338843,0.41735536,0.46694216,0.4876033,0.38016528,0.38842976,0.30578512,0.24380165,0.18181819,0.1570248,0.19421488,0.21487603,0.2644628,0.25619835,0.25619835,0.20247933,0.19008264,0.17355372,0.18595041,0.19421488,0.20247933,0.18595041,0.18595041,0.24380165,0.29752067,0.30991736,0.26859504,0.25619835,0.28512397,0.38429752,0.42975205,0.37603307,0.3966942,0.4090909,0.38016528,0.37603307,0.39256197,0.41322315,0.3966942,0.3305785,0.35123968,0.3677686,0.36363637,0.3305785,0.43801653,0.4338843,0.4338843,0.47107437,0.45041323,0.47107437,0.45454547,0.4752066,0.46280992,0.4876033,0.5082645,0.5371901,0.47933885,0.446281,0.44214877,0.37603307,0.4090909,0.5041322,0.4338843,0.3429752,0.3181818,0.35123968,0.38016528,0.3140496,0.2768595,0.24793388,0.1983471,0.20661157,0.19421488,0.21487603,0.30165288,0.2768595,0.2768595,0.22727273,0.2644628,0.28512397,0.32231405,0.33471075,0.24793388,0.24380165,0.23140496,0.1983471,0.18181819,0.19008264,0.20247933,0.23553719,0.20247933,0.19008264,0.14876033,0.24380165,0.40495867,0.40082645,0.37603307,0.3966942,0.3677686,0.39256197,0.4090909,0.41322315,0.4090909,0.32231405,0.35950413,0.38842976,0.35950413,0.338843,0.42561984,0.45041323,0.45041323,0.4752066,0.446281,0.45454547,0.446281,0.4752066,0.47107437,0.5165289,0.5289256,0.5413223,0.46280992,0.4090909,0.34710744,0.28099173,0.38429752,0.40082645,0.24793388,0.19421488,0.2520661,0.338843,0.29752067,0.20661157,0.2107438,0.21487603,0.28099173,0.38842976,0.3429752,0.49173555,0.56198347,0.61570245,0.6280992,0.3140496,0.47107437,0.7355372,0.73140496,0.7231405,0.5165289,0.46694216,0.5041322,0.37190083,0.27272728,0.3305785,0.30165288,0.25619835,0.1694215,0.11983471,0.0785124,0.14876033,0.3553719,0.34710744,0.3553719,0.3966942,0.37190083,0.4090909,0.41322315,0.40082645,0.42975205,0.30991736,0.36363637,0.37603307,0.37190083,0.3264463,0.4338843,0.45041323,0.45867768,0.44214877,0.45867768,0.45041323,0.45041323,0.47107437,0.4876033,0.5082645,0.53305787,0.5371901,0.42975205,0.3553719,0.27272728,0.24793388,0.35123968,0.28099173,0.09917355,0.1446281,0.39256197,0.42561984,0.37603307,0.29752067,0.2892562,0.3140496,0.6570248,0.7355372,0.5661157,0.78099173,0.8181818,0.8636364,0.892562,0.5206612,0.55785125,0.7933884,0.79752064,0.8264463,0.75206614,0.73140496,0.8140496,0.5495868,0.3553719,0.5289256,0.49586776,0.46694216,0.338843,0.2231405,0.16528925,0.3264463,0.38429752,0.3140496,0.32231405,0.37603307,0.40082645,0.4090909,0.4214876,0.41322315,0.3677686,0.3264463,0.38016528,0.35123968,0.3677686,0.30165288,0.42561984,0.43801653,0.47107437,0.4214876,0.46694216,0.446281,0.45454547,0.44214877,0.4876033,0.5041322,0.5206612,0.54545456,0.41735536,0.30991736,0.24380165,0.30165288,0.40495867,0.38016528,0.2107438,0.41735536,0.4876033,0.5413223,0.5371901,0.46694216,0.38842976,0.41735536,0.54545456,0.59917355,0.3305785,0.56198347,0.6694215,0.54545456,0.4090909,0.29752067,0.24793388,0.37190083,0.45454547,0.54545456,0.46280992,0.4214876,0.55785125,0.42561984,0.42561984,0.49586776,0.45454547,0.46280992,0.47933885,0.42561984,0.338843,0.4214876,0.44214877,0.38016528,0.3181818,0.35123968,0.37190083,0.39256197,0.4090909,0.38842976,0.3553719,0.3305785,0.34710744,0.35950413,0.3429752,0.30165288,0.4090909,0.4338843,0.46280992,0.45454547,0.45041323,0.4338843,0.446281,0.4214876,0.48347107,0.5,0.5123967,0.5206612,0.4214876,0.30991736,0.2768595,0.38842976,0.4752066,0.48347107,0.3966942,0.46694216,0.47933885,0.5165289,0.5123967,0.49173555,0.47107437,0.47933885,0.45041323,0.446281,0.39256197,0.4214876,0.38429752,0.29752067,0.28512397,0.33471075,0.3677686,0.37190083,0.446281,0.46280992,0.4752066,0.45454547,0.48347107,0.44214877,0.42561984,0.4090909,0.3966942,0.47933885,0.42561984,0.37603307,0.38842976,0.46694216,0.44214877,0.40082645,0.38842976,0.32231405,0.3429752,0.38016528,0.38429752,0.3677686,0.3181818,0.30991736,0.3429752,0.35123968,0.30578512,0.2644628,0.38016528,0.4214876,0.44214877,0.45867768,0.45454547,0.4214876,0.47107437,0.4214876,0.45454547,0.46280992,0.4876033,0.47933885,0.41735536,0.3429752,0.3553719,0.45041323,0.5123967,0.5247934,0.5,0.42975205,0.46694216,0.45867768,0.5289256,0.58264464,0.4876033,0.48347107,0.4752066,0.5165289,0.5165289,0.5371901,0.5165289,0.5082645,0.49586776,0.5371901,0.5371901,0.5371901,0.58264464,0.5413223,0.5206612,0.46694216,0.42975205,0.4090909,0.42975205,0.49173555,0.446281,0.42561984,0.39256197,0.38429752,0.44214877,0.46280992,0.4338843,0.4338843,0.38842976,0.35950413,0.33471075,0.34710744,0.3966942,0.30165288,0.29338843,0.30165288,0.3264463,0.30991736,0.27272728,0.24380165,0.37603307,0.40495867,0.42975205,0.44214877,0.44214877,0.43801653,0.45041323,0.43801653,0.446281,0.45041323,0.41735536,0.46694216,0.39256197,0.37190083,0.4090909,0.4752066,0.5247934,0.5082645,0.553719,0.49173555,0.4752066,0.4752066,0.5041322,0.553719,0.61570245,0.5165289,0.46694216,0.5165289,0.55785125,0.60330576,0.59917355,0.607438,0.62396693,0.6363636,0.6280992,0.6983471,0.6487603,0.6322314,0.5041322,0.446281,0.40495867,0.43801653,0.5289256,0.5413223,0.40082645,0.40495867,0.41735536,0.4338843,0.46694216,0.44214877,0.42975205,0.43801653,0.4090909,0.38016528,0.338843,0.3264463,0.34710744,0.28099173,0.28099173,0.30991736,0.3140496,0.28512397,0.25619835,0.23140496,0.36363637,0.40082645,0.41322315,0.42975205,0.43801653,0.42975205,0.42561984,0.42561984,0.43801653,0.43801653,0.40082645,0.45041323,0.37190083,0.38016528,0.38016528,0.5041322,0.5123967,0.5165289,0.5413223,0.53305787,0.5247934,0.5041322,0.5082645,0.5165289,0.6446281,0.57438016,0.4876033,0.49173555,0.58264464,0.6363636,0.8347107,0.8305785,0.7768595,0.78099173,0.75619835,0.7768595,0.7768595,0.70247936,0.4752066,0.37603307,0.37603307,0.4752066,0.5082645,0.41322315,0.38016528,0.4338843,0.45454547,0.4876033,0.45454547,0.42561984,0.42561984,0.4338843,0.41735536,0.38842976,0.32231405,0.3429752,0.3181818,0.2644628,0.2644628,0.2892562,0.30578512,0.28099173,0.2520661,0.23966943,0.36363637,0.37190083,0.40082645,0.4214876,0.42561984,0.41735536,0.41322315,0.41322315,0.41735536,0.38016528,0.40082645,0.4214876,0.38016528,0.37603307,0.40082645,0.5,0.5123967,0.5123967,0.5082645,0.5165289,0.5495868,0.5413223,0.5,0.5,0.5413223,0.5041322,0.47933885,0.45041323,0.49586776,0.553719,0.6652893,0.72727275,0.61157024,0.6570248,0.6280992,0.61570245,0.58677685,0.47933885,0.3677686,0.3429752,0.3429752,0.38842976,0.3966942,0.36363637,0.40495867,0.45867768,0.47933885,0.45041323,0.42975205,0.4214876,0.42561984,0.43801653,0.3966942,0.35950413,0.3305785,0.33471075,0.2892562,0.23966943,0.2520661,0.28099173,0.28099173,0.2603306,0.2231405,0.23966943,0.34710744,0.36363637,0.38429752,0.4090909,0.38842976,0.41735536,0.40495867,0.40495867,0.40082645,0.3677686,0.37190083,0.38016528,0.38842976,0.40495867,0.42561984,0.49173555,0.5247934,0.5041322,0.49586776,0.49586776,0.5123967,0.5495868,0.5082645,0.49173555,0.45867768,0.4214876,0.46694216,0.42561984,0.41735536,0.42561984,0.47107437,0.4876033,0.4752066,0.53305787,0.5165289,0.47933885,0.41735536,0.37190083,0.3264463,0.30991736,0.30991736,0.3181818,0.29338843,0.35123968,0.43801653,0.45867768,0.44214877,0.4090909,0.41322315,0.41735536,0.41735536,0.40082645,0.37190083,0.34710744,0.3677686,0.3429752,0.25619835,0.23140496,0.2520661,0.28512397,0.26859504,0.23966943,0.22727273,0.2231405,0.3429752,0.3553719,0.37190083,0.40495867,0.37603307,0.40495867,0.40082645,0.38016528,0.37190083,0.36363637,0.3677686,0.34710744,0.40082645,0.41735536,0.44214877,0.4752066,0.5165289,0.49173555,0.5041322,0.49173555,0.47107437,0.47933885,0.47933885,0.4752066,0.46694216,0.4090909,0.38016528,0.35950413,0.3677686,0.35123968,0.36363637,0.3677686,0.34710744,0.40082645,0.37190083,0.338843,0.3264463,0.29338843,0.2603306,0.24380165,0.23553719,0.24380165,0.30165288,0.38429752,0.4214876,0.40495867,0.41322315,0.38429752,0.38429752,0.40082645,0.3966942,0.35950413,0.3677686,0.38429752,0.37603307,0.29338843,0.22727273,0.24380165,0.27272728,0.28099173,0.23966943,0.2231405,0.21900827,0.2231405,0.30578512,0.34710744,0.3553719,0.38842976,0.37190083,0.38842976,0.39256197,0.3677686,0.35123968,0.3677686,0.34710744,0.3264463,0.3966942,0.41735536,0.42975205,0.46280992,0.5082645,0.47107437,0.48347107,0.49586776,0.4752066,0.446281,0.43801653,0.42975205,0.42561984,0.4214876,0.37190083,0.3264463,0.29752067,0.2768595,0.23966943,0.24380165,0.24380165,0.2768595,0.2603306,0.23553719,0.23966943,0.1983471,0.1983471,0.19421488,0.21900827,0.28099173,0.32231405,0.3429752,0.36363637,0.35123968,0.3553719,0.35950413,0.3677686,0.37603307,0.35123968,0.37603307,0.41735536,0.40082645,0.338843,0.27272728,0.23140496,0.24793388,0.24380165,0.24380165,0.23966943,0.2231405,0.2107438,0.2107438,0.22727273,0.3429752,0.33471075,0.37190083,0.36363637,0.38429752,0.38016528,0.37603307,0.35123968,0.35950413,0.3429752,0.33471075,0.37190083,0.3966942,0.4090909,0.46694216,0.47107437,0.46280992,0.46694216,0.46280992,0.47107437,0.446281,0.4090909,0.3966942,0.38429752,0.35123968,0.33471075,0.32231405,0.3181818,0.27272728,0.2231405,0.2107438,0.1983471,0.2107438,0.20661157,0.1983471,0.19008264,0.20247933,0.20247933,0.23140496,0.22727273,0.24380165,0.2768595,0.28512397,0.2892562,0.29752067,0.30578512,0.3429752,0.35123968,0.34710744,0.3553719,0.4090909,0.4214876,0.35123968,0.3140496,0.23140496,0.21487603,0.24793388,0.23140496,0.23553719,0.23140496,0.2107438,0.23966943,0.17355372,0.19008264,0.30578512,0.33471075,0.3677686,0.3553719,0.37190083,0.3677686,0.36363637,0.3553719,0.35123968,0.3429752,0.30991736,0.36363637,0.37190083,0.4090909,0.44214877,0.42561984,0.44214877,0.45454547,0.446281,0.46280992,0.446281,0.4214876,0.38842976,0.35123968,0.30165288,0.23966943,0.21900827,0.20661157,0.19008264,0.17355372,0.17768595,0.17355372,0.18181819,0.1694215,0.16115703,0.16115703,0.16528925,0.1570248,0.1570248,0.15289256,0.18595041,0.21487603,0.23140496,0.26859504,0.28099173,0.3140496,0.3429752,0.338843,0.3553719,0.39256197,0.41322315,0.4214876,0.3181818,0.2768595,0.2231405,0.21487603,0.24380165,0.23553719,0.22727273,0.23140496,0.22727273,0.21900827,0.12809917,0.1694215,0.25619835,0.338843,0.35123968,0.35950413,0.35950413,0.3553719,0.3429752,0.33471075,0.35123968,0.34710744,0.30991736,0.36363637,0.36363637,0.41322315,0.3429752,0.35950413,0.41322315,0.47107437,0.44214877,0.45454547,0.42975205,0.40082645,0.38842976,0.3553719,0.30991736,0.2520661,0.2107438,0.1446281,0.14876033,0.1446281,0.1322314,0.14049587,0.12809917,0.11570248,0.10743801,0.1322314,0.11157025,0.11157025,0.12809917,0.14049587,0.22727273,0.23553719,0.25619835,0.28099173,0.30578512,0.3264463,0.3429752,0.32231405,0.4090909,0.41735536,0.41735536,0.4090909,0.3181818,0.24380165,0.21900827,0.22727273,0.24380165,0.21900827,0.21487603,0.2231405,0.23966943,0.16115703,0.11570248,0.17768595,0.18181819,0.3305785,0.35123968,0.35950413,0.3553719,0.35950413,0.34710744,0.3429752,0.34710744,0.3264463,0.33471075,0.3429752,0.3305785,0.3966942,0.29338843,0.4090909,0.4090909,0.45454547,0.4752066,0.44214877,0.41322315,0.3966942,0.3966942,0.3677686,0.3553719,0.3264463,0.3140496,0.24380165,0.20661157,0.17355372,0.17768595,0.16115703,0.1446281,0.1322314,0.14876033,0.1446281,0.15289256,0.1694215,0.20661157,0.28099173,0.28512397,0.28099173,0.28099173,0.29752067,0.3140496,0.338843,0.34710744,0.3677686,0.4214876,0.446281,0.4090909,0.37190083,0.29338843,0.2231405,0.20247933,0.2107438,0.21900827,0.2107438,0.2231405,0.23966943,0.21900827,0.11983471,0.12809917,0.19421488,0.1322314,0.25619835,0.338843,0.3553719,0.34710744,0.35950413,0.35123968,0.3429752,0.35123968,0.32231405,0.3429752,0.3140496,0.3181818,0.36363637,0.2892562,0.37603307,0.39256197,0.45867768,0.47107437,0.4752066,0.43801653,0.40082645,0.39256197,0.38016528,0.3677686,0.37603307,0.39256197,0.38429752,0.35950413,0.3305785,0.3181818,0.3140496,0.2520661,0.24380165,0.3181818,0.2644628,0.29338843,0.32231405,0.35950413,0.3429752,0.33471075,0.3305785,0.33471075,0.34710744,0.338843,0.338843,0.38429752,0.3966942,0.40495867,0.42975205,0.41322315,0.3140496,0.2520661,0.19008264,0.1983471,0.21487603,0.20247933,0.2231405,0.23966943,0.24380165,0.1322314,0.12396694,0.1322314,0.18595041,0.17355372,0.16528925,0.3264463,0.338843,0.35950413,0.34710744,0.35123968,0.338843,0.34710744,0.30578512,0.30165288,0.2892562,0.3140496,0.30165288,0.29752067,0.3181818,0.38016528,0.46280992,0.45454547,0.49173555,0.42975205,0.45454547,0.42975205,0.41735536,0.41322315,0.40495867,0.42561984,0.43801653,0.45454547,0.446281,0.4338843,0.446281,0.41735536,0.446281,0.42561984,0.4090909,0.4214876,0.43801653,0.446281,0.38842976,0.37190083,0.38429752,0.38429752,0.37603307,0.3553719,0.37190083,0.4214876,0.4214876,0.38016528,0.4214876,0.36363637,0.2892562,0.20247933,0.18595041,0.21487603,0.20661157,0.21487603,0.23553719,0.24793388,0.18595041,0.11570248,0.1322314,0.13636364,0.19421488,0.17768595,0.16115703,0.33471075,0.35123968,0.33471075,0.35123968,0.338843,0.33471075,0.33471075,0.3181818,0.28512397,0.29338843,0.3140496,0.2644628,0.23140496,0.2520661,0.33471075,0.40495867,0.44214877,0.46694216,0.45454547,0.43801653,0.4214876,0.4214876,0.4090909,0.41735536,0.41322315,0.4752066,0.4876033,0.45867768,0.45867768,0.45454547,0.45454547,0.46280992,0.43801653,0.46280992,0.46280992,0.4752066,0.48347107,0.42561984,0.41322315,0.41322315,0.40495867,0.4090909,0.38016528,0.3553719,0.41735536,0.40082645,0.3429752,0.3553719,0.28099173,0.21487603,0.17355372,0.17355372,0.2107438,0.1983471,0.23966943,0.26859504,0.20247933,0.11570248,0.1322314,0.12809917,0.1322314,0.19421488,0.17355372,0.2107438,0.6363636,0.34710744,0.32231405,0.33471075,0.338843,0.3553719,0.3305785,0.30991736,0.30991736,0.30578512,0.3264463,0.23966943,0.22727273,0.2603306,0.3264463,0.35950413,0.3966942,0.38842976,0.4752066,0.3429752,0.36363637,0.37190083,0.30578512,0.38429752,0.3553719,0.43801653,0.47933885,0.46694216,0.44214877,0.446281,0.446281,0.4214876,0.46280992,0.4752066,0.46280992,0.4752066,0.45041323,0.446281,0.42561984,0.3966942,0.41322315,0.38842976,0.38429752,0.3181818,0.38842976,0.32231405,0.32231405,0.24380165,0.22727273,0.1570248,0.14876033,0.18181819,0.20661157,0.2231405,0.2520661,0.23966943,0.14876033,0.13636364,0.12396694,0.14049587,0.13636364,0.18595041,0.16115703,0.36363637,0.88429755,0.38842976,0.3140496,0.3429752,0.3305785,0.338843,0.3305785,0.3181818,0.3264463,0.30165288,0.29338843,0.2603306,0.21487603,0.24793388,0.2768595,0.26859504,0.3305785,0.29338843,0.38016528,0.23553719,0.2768595,0.34710744,0.1983471,0.30165288,0.29752067,0.38016528,0.42975205,0.40495867,0.4214876,0.42561984,0.38016528,0.338843,0.40082645,0.39256197,0.40082645,0.46280992,0.40082645,0.42561984,0.39256197,0.38016528,0.37190083,0.3553719,0.35123968,0.28512397,0.30991736,0.26859504,0.2520661,0.17768595,0.19421488,0.15289256,0.1694215,0.18181819,0.2107438,0.2520661,0.24793388,0.19421488,0.12809917,0.1322314,0.12396694,0.13636364,0.12809917,21 +0.15289256,0.17355372,0.26859504,0.34710744,0.39256197,0.42975205,0.45454547,0.48347107,0.4876033,0.49173555,0.4876033,0.49586776,0.4876033,0.5,0.48347107,0.49586776,0.5206612,0.5082645,0.5165289,0.5289256,0.5371901,0.55785125,0.5661157,0.553719,0.5785124,0.57438016,0.58264464,0.5661157,0.59090906,0.59504133,0.58677685,0.59504133,0.59504133,0.5785124,0.56198347,0.5661157,0.57024795,0.55785125,0.5289256,0.5247934,0.5165289,0.49586776,0.49586776,0.46280992,0.4752066,0.46694216,0.4338843,0.4090909,0.41735536,0.4214876,0.40082645,0.4090909,0.40495867,0.40495867,0.40082645,0.40082645,0.3966942,0.37190083,0.3553719,0.30578512,0.2603306,0.2520661,0.12809917,0.14049587,0.14049587,0.18595041,0.29338843,0.38016528,0.41322315,0.46694216,0.4752066,0.4876033,0.47107437,0.48347107,0.49173555,0.49586776,0.49586776,0.5082645,0.49586776,0.5041322,0.5123967,0.53305787,0.5495868,0.54545456,0.5785124,0.5785124,0.58264464,0.5785124,0.5785124,0.59090906,0.59504133,0.5661157,0.58264464,0.59504133,0.59917355,0.60330576,0.5785124,0.58264464,0.57438016,0.5785124,0.59090906,0.57438016,0.57438016,0.553719,0.5206612,0.5206612,0.5206612,0.49173555,0.4876033,0.47933885,0.45041323,0.45041323,0.43801653,0.41735536,0.40082645,0.41735536,0.40082645,0.40082645,0.4090909,0.40082645,0.4090909,0.37190083,0.38016528,0.338843,0.2892562,0.2603306,0.16528925,0.13636364,0.1446281,0.19421488,0.3140496,0.38429752,0.4338843,0.4876033,0.47933885,0.48347107,0.48347107,0.47933885,0.5247934,0.5123967,0.53305787,0.5082645,0.5289256,0.53305787,0.5289256,0.5495868,0.5785124,0.57438016,0.607438,0.59504133,0.6198347,0.6528926,0.6322314,0.6198347,0.61570245,0.59090906,0.607438,0.6198347,0.62396693,0.6280992,0.59090906,0.60330576,0.607438,0.59504133,0.61157024,0.60330576,0.61570245,0.59504133,0.57024795,0.553719,0.57024795,0.53305787,0.5206612,0.5041322,0.49173555,0.47933885,0.45454547,0.42975205,0.42561984,0.4214876,0.4090909,0.41322315,0.41322315,0.40495867,0.41322315,0.38429752,0.38429752,0.34710744,0.3264463,0.27272728,0.1983471,0.13636364,0.15289256,0.19421488,0.3305785,0.40495867,0.446281,0.46280992,0.47933885,0.49173555,0.47933885,0.5,0.5082645,0.5082645,0.5289256,0.5289256,0.5495868,0.57024795,0.553719,0.5661157,0.58677685,0.6280992,0.6280992,0.6446281,0.6735537,0.71900827,0.73966944,0.6694215,0.6363636,0.6280992,0.6363636,0.661157,0.6735537,0.6487603,0.6446281,0.661157,0.661157,0.61157024,0.6528926,0.6570248,0.661157,0.6487603,0.6487603,0.60330576,0.62396693,0.58264464,0.56198347,0.5247934,0.5247934,0.5,0.46280992,0.43801653,0.42975205,0.40495867,0.4090909,0.40495867,0.41322315,0.3966942,0.40495867,0.40495867,0.3966942,0.3677686,0.3429752,0.2768595,0.2231405,0.17768595,0.11570248,0.23966943,0.338843,0.4214876,0.43801653,0.45867768,0.4752066,0.4876033,0.47933885,0.49173555,0.49173555,0.49173555,0.5,0.5165289,0.5289256,0.5661157,0.56198347,0.55785125,0.59917355,0.6404959,0.6487603,0.69008267,0.7066116,0.70247936,0.7231405,0.6983471,0.6322314,0.6528926,0.677686,0.6983471,0.6942149,0.6983471,0.70247936,0.7231405,0.7107438,0.71900827,0.7107438,0.6694215,0.6859504,0.6735537,0.6942149,0.6280992,0.61157024,0.5785124,0.56198347,0.5,0.48347107,0.46280992,0.45867768,0.446281,0.40082645,0.37603307,0.36363637,0.3429752,0.38842976,0.40082645,0.38842976,0.40082645,0.39256197,0.38016528,0.35123968,0.29338843,0.25619835,0.21487603,0.11157025,0.2603306,0.38016528,0.41735536,0.4214876,0.46694216,0.47933885,0.5041322,0.45454547,0.42561984,0.46694216,0.45454547,0.45867768,0.47107437,0.47933885,0.5123967,0.5289256,0.53305787,0.5413223,0.5661157,0.59504133,0.6198347,0.6487603,0.6322314,0.6528926,0.6528926,0.6487603,0.6404959,0.677686,0.6859504,0.6694215,0.7107438,0.7355372,0.75619835,0.72727275,0.7355372,0.6735537,0.6363636,0.61157024,0.6322314,0.61570245,0.5082645,0.5289256,0.5082645,0.44214877,0.43801653,0.41735536,0.3966942,0.37603307,0.3966942,0.35123968,0.35123968,0.338843,0.3140496,0.30991736,0.3677686,0.38016528,0.38429752,0.3677686,0.36363637,0.35123968,0.3264463,0.28512397,0.23966943,0.14049587,0.29752067,0.38842976,0.40495867,0.4214876,0.46694216,0.47933885,0.4752066,0.38429752,0.40082645,0.41735536,0.3966942,0.4090909,0.42975205,0.41735536,0.4090909,0.446281,0.42975205,0.42561984,0.45867768,0.46694216,0.48347107,0.5041322,0.5082645,0.53305787,0.5661157,0.60330576,0.61157024,0.62396693,0.61570245,0.61157024,0.661157,0.6528926,0.6859504,0.6818182,0.6446281,0.58264464,0.5371901,0.5247934,0.54545456,0.5165289,0.45454547,0.42561984,0.35950413,0.3429752,0.28099173,0.3181818,0.29752067,0.2892562,0.32231405,0.3181818,0.34710744,0.35123968,0.3181818,0.2768595,0.28512397,0.3264463,0.37603307,0.3553719,0.35123968,0.35950413,0.33471075,0.30165288,0.26859504,0.14049587,0.3140496,0.40495867,0.40495867,0.41735536,0.45454547,0.4338843,0.37190083,0.3553719,0.3966942,0.38842976,0.40495867,0.37190083,0.37190083,0.35950413,0.32231405,0.28512397,0.28099173,0.3140496,0.30991736,0.3429752,0.36363637,0.37190083,0.37603307,0.41322315,0.47107437,0.5371901,0.553719,0.55785125,0.5495868,0.57024795,0.61157024,0.60330576,0.61570245,0.56198347,0.54545456,0.47933885,0.43801653,0.45454547,0.45041323,0.39256197,0.35123968,0.29752067,0.24380165,0.23966943,0.24380165,0.2603306,0.2603306,0.26859504,0.2768595,0.29338843,0.2892562,0.33471075,0.3181818,0.2768595,0.28099173,0.2644628,0.3264463,0.3264463,0.3429752,0.338843,0.338843,0.30991736,0.26859504,0.14049587,0.3181818,0.38429752,0.40082645,0.43801653,0.41322315,0.3553719,0.39256197,0.40082645,0.41322315,0.40082645,0.39256197,0.37603307,0.34710744,0.35123968,0.3181818,0.28099173,0.2644628,0.2644628,0.2768595,0.2644628,0.3181818,0.28099173,0.29338843,0.33471075,0.3677686,0.44214877,0.49173555,0.48347107,0.5123967,0.5206612,0.54545456,0.54545456,0.5413223,0.5,0.4752066,0.42561984,0.37190083,0.38429752,0.3305785,0.3429752,0.2892562,0.2768595,0.2603306,0.24793388,0.23966943,0.2603306,0.25619835,0.2768595,0.30165288,0.338843,0.3140496,0.2892562,0.29752067,0.32231405,0.30578512,0.29338843,0.29338843,0.30165288,0.3264463,0.3305785,0.3305785,0.30165288,0.26859504,0.15289256,0.3181818,0.37190083,0.41322315,0.42561984,0.3305785,0.4090909,0.45041323,0.48347107,0.47933885,0.42975205,0.4338843,0.43801653,0.41735536,0.37603307,0.3677686,0.3264463,0.2768595,0.2644628,0.28512397,0.2892562,0.27272728,0.2644628,0.2768595,0.30578512,0.3181818,0.38842976,0.4338843,0.46694216,0.47107437,0.49586776,0.48347107,0.5082645,0.49173555,0.47107437,0.42561984,0.39256197,0.3305785,0.3264463,0.30165288,0.29752067,0.27272728,0.25619835,0.23966943,0.23966943,0.24793388,0.30991736,0.3305785,0.3553719,0.37190083,0.42561984,0.40495867,0.38842976,0.39256197,0.36363637,0.3429752,0.3429752,0.33471075,0.25619835,0.30991736,0.3305785,0.3181818,0.30165288,0.28512397,0.16115703,0.3305785,0.38842976,0.42561984,0.37190083,0.3429752,0.4338843,0.47933885,0.5123967,0.5123967,0.49173555,0.46280992,0.46694216,0.46280992,0.4752066,0.446281,0.41322315,0.38842976,0.3429752,0.30991736,0.30578512,0.28512397,0.2768595,0.30578512,0.32231405,0.338843,0.36363637,0.40082645,0.45041323,0.45867768,0.47107437,0.46280992,0.4752066,0.45454547,0.42975205,0.39256197,0.338843,0.3140496,0.2768595,0.28099173,0.2520661,0.24380165,0.24380165,0.28512397,0.30578512,0.3677686,0.42561984,0.4214876,0.42561984,0.4338843,0.44214877,0.42975205,0.4214876,0.4214876,0.38842976,0.38842976,0.40082645,0.40082645,0.30991736,0.28512397,0.32231405,0.3181818,0.30578512,0.28099173,0.14876033,0.3429752,0.40082645,0.4090909,0.338843,0.42561984,0.46280992,0.49586776,0.53305787,0.5371901,0.5206612,0.5206612,0.5082645,0.5247934,0.49173555,0.5082645,0.49173555,0.49173555,0.45454547,0.42975205,0.3677686,0.34710744,0.30991736,0.30991736,0.30991736,0.35123968,0.37603307,0.41322315,0.44214877,0.45867768,0.45867768,0.45454547,0.44214877,0.41322315,0.41322315,0.37603307,0.3429752,0.30991736,0.27272728,0.2520661,0.24793388,0.2768595,0.30578512,0.35123968,0.4214876,0.46694216,0.48347107,0.4752066,0.45454547,0.45454547,0.45454547,0.43801653,0.43801653,0.44214877,0.44214877,0.43801653,0.42975205,0.40495867,0.38842976,0.30165288,0.30991736,0.3264463,0.30991736,0.30165288,0.1570248,0.35950413,0.4090909,0.3966942,0.38842976,0.41322315,0.5,0.5041322,0.5371901,0.55785125,0.54545456,0.55785125,0.5289256,0.48347107,0.43801653,0.45041323,0.45867768,0.45041323,0.4338843,0.43801653,0.38429752,0.38016528,0.35950413,0.33471075,0.3140496,0.338843,0.4090909,0.46280992,0.47107437,0.48347107,0.46280992,0.49586776,0.47933885,0.446281,0.42561984,0.39256197,0.36363637,0.3305785,0.25619835,0.2520661,0.28099173,0.3181818,0.3140496,0.37190083,0.4214876,0.44214877,0.45867768,0.42975205,0.40082645,0.40082645,0.38429752,0.4090909,0.4338843,0.46280992,0.47107437,0.46280992,0.45041323,0.4214876,0.3966942,0.3429752,0.29752067,0.3305785,0.32231405,0.30991736,0.1570248,0.3966942,0.41735536,0.41735536,0.42975205,0.42975205,0.48347107,0.5082645,0.54545456,0.57438016,0.553719,0.5082645,0.39256197,0.3553719,0.37190083,0.40495867,0.43801653,0.3966942,0.34710744,0.28099173,0.22727273,0.28099173,0.3553719,0.38429752,0.35123968,0.338843,0.43801653,0.5123967,0.5289256,0.5165289,0.5123967,0.57024795,0.553719,0.5,0.43801653,0.42975205,0.38842976,0.3264463,0.23966943,0.25619835,0.29338843,0.2768595,0.3429752,0.3181818,0.37190083,0.4214876,0.46694216,0.46694216,0.41735536,0.38429752,0.3429752,0.3181818,0.3181818,0.38016528,0.44214877,0.45041323,0.45867768,0.43801653,0.4090909,0.35950413,0.32231405,0.3181818,0.3264463,0.3264463,0.1570248,0.37190083,0.42561984,0.4214876,0.43801653,0.43801653,0.46280992,0.5082645,0.5206612,0.43801653,0.39256197,0.41322315,0.4338843,0.47107437,0.47107437,0.446281,0.44214877,0.3966942,0.38842976,0.35123968,0.29338843,0.24380165,0.23140496,0.33471075,0.36363637,0.33471075,0.45867768,0.5165289,0.56198347,0.5661157,0.5371901,0.607438,0.59504133,0.5123967,0.44214877,0.45454547,0.40082645,0.30165288,0.2107438,0.3264463,0.338843,0.30165288,0.3140496,0.35123968,0.40495867,0.446281,0.49586776,0.45041323,0.42975205,0.4214876,0.39256197,0.40082645,0.3677686,0.35123968,0.32231405,0.37190083,0.41735536,0.4214876,0.38842976,0.34710744,0.36363637,0.3264463,0.33471075,0.3181818,0.1694215,0.3677686,0.41322315,0.45867768,0.45867768,0.42975205,0.46280992,0.4876033,0.3553719,0.3305785,0.46280992,0.5206612,0.45454547,0.35950413,0.2644628,0.17355372,0.21487603,0.2107438,0.16115703,0.2107438,0.25619835,0.26859504,0.2644628,0.28512397,0.30578512,0.3305785,0.4090909,0.49586776,0.553719,0.59504133,0.5413223,0.607438,0.59090906,0.5123967,0.48347107,0.45454547,0.38429752,0.20661157,0.36363637,0.46280992,0.3677686,0.30991736,0.3264463,0.3264463,0.30578512,0.26859504,0.23553719,0.22727273,0.19421488,0.19421488,0.23553719,0.3264463,0.338843,0.41322315,0.37603307,0.29338843,0.3429752,0.37603307,0.338843,0.3429752,0.38842976,0.3429752,0.338843,0.3181818,0.19008264,0.37190083,0.4214876,0.47107437,0.47933885,0.43801653,0.45041323,0.4090909,0.3305785,0.46694216,0.47107437,0.3553719,0.21487603,0.24793388,0.21900827,0.0785124,0.21487603,0.13636364,0.07024793,0.2644628,0.2107438,0.12809917,0.19008264,0.28099173,0.3553719,0.38016528,0.40082645,0.49173555,0.5495868,0.58264464,0.5247934,0.59090906,0.57438016,0.4876033,0.47107437,0.43801653,0.3553719,0.19008264,0.49173555,0.446281,0.37603307,0.2603306,0.22727273,0.18181819,0.3305785,0.16115703,0.1694215,0.24380165,0.07024793,0.08264463,0.12396694,0.1446281,0.16115703,0.26859504,0.35950413,0.35950413,0.3181818,0.34710744,0.35950413,0.35123968,0.39256197,0.35123968,0.33471075,0.3264463,0.2231405,0.37603307,0.42975205,0.4876033,0.4876033,0.4338843,0.41322315,0.38842976,0.38842976,0.338843,0.21900827,0.08264463,0.24793388,0.47107437,0.18181819,0.10330579,0.12809917,0.15289256,0.09917355,0.41322315,0.34710744,0.6983471,0.3181818,0.17768595,0.3966942,0.47933885,0.40082645,0.5123967,0.5206612,0.55785125,0.53305787,0.553719,0.54545456,0.48347107,0.47933885,0.43801653,0.38016528,0.30991736,0.44214877,0.42975205,0.22727273,0.21900827,0.37190083,0.42975205,0.58264464,0.34710744,0.1446281,0.13636364,0.11983471,0.11157025,0.24793388,0.35950413,0.12809917,0.09917355,0.16528925,0.22727273,0.28099173,0.32231405,0.3181818,0.36363637,0.39256197,0.38842976,0.3305785,0.30991736,0.22727273,0.38842976,0.4338843,0.4876033,0.49586776,0.44214877,0.37603307,0.39256197,0.3140496,0.2231405,0.21487603,0.18595041,0.35950413,0.5165289,0.3553719,0.1570248,0.23966943,0.37190083,0.29338843,0.45454547,0.3264463,0.607438,0.42561984,0.3677686,0.4214876,0.45454547,0.46280992,0.5165289,0.5,0.5495868,0.5413223,0.5413223,0.5413223,0.4876033,0.48347107,0.45041323,0.4090909,0.39256197,0.37190083,0.4338843,0.38016528,0.42975205,0.47933885,0.4214876,0.4338843,0.39256197,0.4338843,0.37190083,0.1983471,0.21487603,0.34710744,0.39256197,0.2520661,0.17768595,0.19008264,0.20247933,0.23966943,0.3181818,0.34710744,0.40495867,0.41322315,0.39256197,0.35123968,0.30991736,0.30578512,0.38016528,0.44214877,0.4876033,0.49586776,0.47107437,0.4338843,0.4752066,0.41322315,0.40495867,0.41322315,0.46694216,0.41322315,0.38016528,0.3677686,0.3677686,0.45867768,0.5041322,0.47933885,0.44214877,0.38842976,0.40495867,0.3966942,0.42975205,0.43801653,0.45041323,0.5082645,0.49173555,0.5123967,0.5371901,0.5495868,0.553719,0.5495868,0.5,0.48347107,0.4752066,0.41735536,0.4090909,0.35950413,0.40495867,0.4338843,0.44214877,0.41322315,0.45454547,0.42975205,0.44214877,0.49586776,0.46280992,0.36363637,0.30165288,0.3305785,0.34710744,0.38016528,0.37603307,0.3553719,0.3305785,0.35123968,0.38429752,0.40495867,0.40495867,0.41322315,0.4090909,0.37190083,0.32231405,0.38429752,0.37603307,0.45041323,0.48347107,0.4876033,0.4876033,0.48347107,0.45454547,0.41322315,0.43801653,0.5082645,0.54545456,0.4876033,0.446281,0.39256197,0.38842976,0.3677686,0.3553719,0.338843,0.35123968,0.338843,0.39256197,0.44214877,0.43801653,0.46694216,0.5082645,0.5082645,0.49586776,0.5123967,0.53305787,0.5495868,0.5371901,0.54545456,0.5123967,0.4876033,0.48347107,0.44214877,0.43801653,0.3966942,0.39256197,0.40495867,0.41735536,0.40495867,0.40495867,0.36363637,0.39256197,0.37190083,0.37190083,0.35950413,0.35123968,0.3677686,0.40082645,0.4214876,0.41322315,0.38429752,0.3264463,0.3264463,0.38016528,0.41322315,0.4090909,0.4214876,0.42561984,0.38429752,0.338843,0.40082645,0.39256197,0.43801653,0.48347107,0.49173555,0.5123967,0.5041322,0.47933885,0.45041323,0.4214876,0.41735536,0.40082645,0.40082645,0.38842976,0.34710744,0.3140496,0.2644628,0.2768595,0.29752067,0.35123968,0.41322315,0.48347107,0.4876033,0.4876033,0.5289256,0.5123967,0.49173555,0.5,0.5289256,0.5371901,0.54545456,0.5495868,0.553719,0.5371901,0.5,0.4876033,0.45867768,0.45041323,0.43801653,0.4090909,0.4338843,0.45041323,0.45041323,0.40082645,0.3429752,0.29338843,0.2520661,0.2644628,0.27272728,0.2768595,0.30578512,0.30991736,0.30991736,0.28512397,0.28512397,0.35123968,0.4338843,0.41322315,0.44214877,0.4214876,0.41735536,0.4338843,0.40082645,0.36363637,0.37603307,0.4090909,0.44214877,0.47933885,0.49586776,0.5123967,0.5247934,0.5082645,0.5082645,0.5,0.45867768,0.42561984,0.3677686,0.3264463,0.28099173,0.28512397,0.3181818,0.37603307,0.42561984,0.48347107,0.4876033,0.5165289,0.53305787,0.5289256,0.5082645,0.5123967,0.49173555,0.5082645,0.54545456,0.54545456,0.55785125,0.58264464,0.5661157,0.553719,0.5165289,0.4876033,0.46694216,0.46694216,0.45867768,0.42975205,0.44214877,0.46694216,0.4876033,0.45454547,0.44214877,0.3966942,0.35123968,0.25619835,0.24380165,0.23553719,0.23140496,0.26859504,0.29752067,0.37190083,0.42561984,0.47107437,0.49173555,0.45041323,0.45454547,0.43801653,0.4338843,0.42561984,0.4214876,0.37190083,0.3553719,0.4338843,0.446281,0.4752066,0.5,0.53305787,0.5371901,0.53305787,0.53305787,0.5082645,0.5082645,0.49586776,0.47933885,0.47107437,0.45454547,0.45867768,0.46280992,0.49586776,0.5082645,0.5123967,0.5123967,0.5165289,0.5371901,0.5123967,0.49173555,0.5082645,0.5,0.5165289,0.5495868,0.5661157,0.5661157,0.5785124,0.553719,0.5413223,0.5123967,0.49173555,0.47107437,0.47107437,0.49173555,0.46694216,0.44214877,0.45867768,0.47107437,0.47933885,0.4752066,0.46280992,0.46280992,0.43801653,0.44214877,0.42975205,0.41322315,0.41322315,0.43801653,0.46694216,0.49586776,0.4876033,0.4876033,0.47933885,0.46280992,0.45867768,0.44214877,0.43801653,0.42561984,0.39256197,0.3553719,0.42975205,0.45454547,0.48347107,0.5123967,0.5289256,0.54545456,0.553719,0.5289256,0.53305787,0.5082645,0.5,0.48347107,0.48347107,0.48347107,0.47933885,0.4752066,0.5,0.5082645,0.5041322,0.5041322,0.5123967,0.5206612,0.5041322,0.5123967,0.5206612,0.5206612,0.5206612,0.5495868,0.5661157,0.5495868,0.56198347,0.54545456,0.5247934,0.5082645,0.49173555,0.4752066,0.45041323,0.46280992,0.47107437,0.4752066,0.48347107,0.49586776,0.47933885,0.46694216,0.47933885,0.4752066,0.4752066,0.46694216,0.46280992,0.45041323,0.46280992,0.5247934,0.49586776,0.5123967,0.49586776,0.5041322,0.49586776,0.46280992,0.47107437,0.43801653,0.46280992,0.4214876,0.39256197,0.3553719,0.43801653,0.46280992,0.5082645,0.5206612,0.5413223,0.55785125,0.55785125,0.53305787,0.5289256,0.5041322,0.48347107,0.4752066,0.46694216,0.4752066,0.46694216,0.49586776,0.5,0.5082645,0.5082645,0.53305787,0.5413223,0.5495868,0.57024795,0.5495868,0.5247934,0.5206612,0.53305787,0.5413223,0.5495868,0.5661157,0.5785124,0.5785124,0.54545456,0.5165289,0.5,0.47933885,0.4338843,0.42975205,0.45041323,0.49173555,0.4876033,0.446281,0.4752066,0.5165289,0.48347107,0.5082645,0.5,0.4752066,0.5,0.47107437,0.46694216,0.4752066,0.4876033,0.49586776,0.5165289,0.5,0.49586776,0.48347107,0.48347107,0.4752066,0.45454547,0.4214876,0.40495867,0.38429752,0.4338843,0.4752066,0.5165289,0.5206612,0.54545456,0.56198347,0.553719,0.53305787,0.5165289,0.5082645,0.5082645,0.4876033,0.49173555,0.5,0.5123967,0.5165289,0.5289256,0.5247934,0.5495868,0.553719,0.5,0.5289256,0.553719,0.5206612,0.5041322,0.5,0.5413223,0.5495868,0.54545456,0.58264464,0.62396693,0.6363636,0.58677685,0.53305787,0.5165289,0.5,0.42975205,0.44214877,0.43801653,0.446281,0.45867768,0.41735536,0.38429752,0.45867768,0.5082645,0.53305787,0.54545456,0.5123967,0.53305787,0.5165289,0.5082645,0.46280992,0.5206612,0.5123967,0.5165289,0.5165289,0.5,0.47933885,0.48347107,0.4876033,0.45867768,0.41322315,0.41322315,0.37603307,0.43801653,0.4876033,0.5247934,0.5495868,0.5413223,0.54545456,0.5495868,0.5165289,0.53305787,0.5289256,0.5289256,0.5289256,0.5289256,0.5413223,0.55785125,0.54545456,0.55785125,0.55785125,0.55785125,0.47107437,0.40495867,0.5206612,0.5082645,0.4876033,0.4876033,0.5123967,0.553719,0.58264464,0.58264464,0.6528926,0.73966944,0.8057851,0.6528926,0.53305787,0.5371901,0.5,0.47933885,0.43801653,0.42975205,0.43801653,0.46280992,0.46694216,0.35123968,0.35123968,0.45867768,0.49586776,0.53305787,0.5413223,0.55785125,0.56198347,0.5495868,0.5371901,0.5371901,0.5206612,0.53305787,0.5206612,0.5082645,0.4876033,0.4876033,0.48347107,0.45867768,0.42561984,0.39256197,0.39256197,0.42975205,0.5041322,0.5123967,0.5371901,0.5371901,0.553719,0.5495868,0.54545456,0.5371901,0.55785125,0.5206612,0.553719,0.56198347,0.58264464,0.58677685,0.5785124,0.5661157,0.5413223,0.46280992,0.38429752,0.4876033,0.5206612,0.5123967,0.49586776,0.47933885,0.5495868,0.59504133,0.607438,0.607438,0.6983471,0.8264463,0.91735536,0.7644628,0.5413223,0.54545456,0.5371901,0.5165289,0.47107437,0.45041323,0.4752066,0.49586776,0.5,0.46280992,0.3677686,0.38429752,0.41735536,0.47933885,0.49586776,0.54545456,0.57024795,0.58264464,0.56198347,0.54545456,0.5371901,0.5206612,0.5206612,0.5206612,0.5,0.5,0.4876033,0.46280992,0.41735536,0.39256197,0.38016528,0.44214877,0.5082645,0.5289256,0.5206612,0.553719,0.5785124,0.5785124,0.57024795,0.56198347,0.58264464,0.54545456,0.57024795,0.56198347,0.58264464,0.59504133,0.553719,0.5206612,0.45454547,0.39256197,0.45867768,0.5495868,0.55785125,0.553719,0.5289256,0.5371901,0.6322314,0.7107438,0.6198347,0.62396693,0.6570248,0.7066116,0.71900827,0.6487603,0.5495868,0.5413223,0.5371901,0.58264464,0.53305787,0.49586776,0.5247934,0.53305787,0.53305787,0.5206612,0.40495867,0.43801653,0.42561984,0.45867768,0.46694216,0.5247934,0.54545456,0.54545456,0.55785125,0.53305787,0.5247934,0.5206612,0.5082645,0.5247934,0.5165289,0.5371901,0.5082645,0.46694216,0.41735536,0.36363637,0.38429752,0.43801653,0.5082645,0.5123967,0.5371901,0.57024795,0.61570245,0.62396693,0.59504133,0.59504133,0.57024795,0.57024795,0.57024795,0.5495868,0.58264464,0.553719,0.5123967,0.47107437,0.40082645,0.42975205,0.5247934,0.661157,0.6570248,0.62396693,0.59090906,0.6280992,0.6859504,0.76859504,0.61570245,0.56198347,0.58677685,0.59090906,0.58264464,0.5206612,0.5165289,0.5165289,0.5289256,0.53305787,0.53305787,0.5371901,0.55785125,0.553719,0.58677685,0.5495868,0.4214876,0.46694216,0.46280992,0.46280992,0.45867768,0.49586776,0.4876033,0.5413223,0.5371901,0.5206612,0.4876033,0.49173555,0.5082645,0.5165289,0.5041322,0.5495868,0.5206612,0.45041323,0.40082645,0.36363637,0.39256197,0.446281,0.5,0.5165289,0.553719,0.58264464,0.6280992,0.6280992,0.6198347,0.58264464,0.58264464,0.57024795,0.553719,0.57024795,0.553719,0.5247934,0.5,0.40082645,0.43801653,0.47107437,0.5165289,0.607438,0.6280992,0.59917355,0.59090906,0.57438016,0.5413223,0.6322314,0.54545456,0.5247934,0.5206612,0.5,0.4876033,0.45454547,0.47107437,0.45454547,0.42561984,0.4090909,0.4338843,0.45867768,0.46694216,0.45867768,0.45454547,0.42975205,0.37603307,0.49173555,0.49173555,0.48347107,0.45454547,0.48347107,0.4752066,0.53305787,0.5206612,0.5041322,0.47933885,0.46694216,0.47933885,0.49586776,0.5165289,0.5082645,0.4876033,0.43801653,0.37190083,0.35950413,0.39256197,0.4338843,0.47933885,0.5082645,0.55785125,0.58264464,0.61570245,0.62396693,0.59504133,0.59090906,0.5371901,0.5371901,0.5206612,0.553719,0.5289256,0.5082645,0.45041323,0.41735536,0.49586776,0.5371901,0.43801653,0.46694216,0.45454547,0.44214877,0.43801653,0.44214877,0.44214877,0.47933885,0.5082645,0.49586776,0.446281,0.4214876,0.39256197,0.40495867,0.3966942,0.36363637,0.3305785,0.2768595,0.2603306,0.26859504,0.2644628,0.26859504,0.2644628,0.29752067,0.26859504,0.45867768,0.5165289,0.49173555,0.45041323,0.446281,0.46280992,0.45041323,0.45454547,0.446281,0.4338843,0.4338843,0.446281,0.4876033,0.49173555,0.47107437,0.4214876,0.38016528,0.35123968,0.3264463,0.40495867,0.43801653,0.46280992,0.4876033,0.5289256,0.553719,0.59504133,0.607438,0.58264464,0.57024795,0.5123967,0.5041322,0.5041322,0.5165289,0.5041322,0.46280992,0.45454547,0.46280992,0.5371901,0.58264464,0.33471075,0.44214877,0.3429752,0.20661157,0.14049587,0.14876033,0.18595041,0.2892562,0.4090909,0.4338843,0.37190083,0.32231405,0.32231405,0.3264463,0.3305785,0.32231405,0.1694215,0.11570248,0.10330579,0.12396694,0.13636364,0.1446281,0.19421488,0.2603306,0.14049587,0.4090909,0.5206612,0.49173555,0.43801653,0.41735536,0.3966942,0.41322315,0.40495867,0.3966942,0.40082645,0.40495867,0.41322315,0.46694216,0.45041323,0.41322315,0.37190083,0.3305785,0.30578512,0.30578512,0.41735536,0.45041323,0.446281,0.44214877,0.46280992,0.5082645,0.5413223,0.57024795,0.5661157,0.55785125,0.4876033,0.4876033,0.47933885,0.47933885,0.47107437,0.43801653,0.45867768,0.5082645,0.5495868,0.59504133,0.36363637,0.5041322,0.4752066,0.38429752,0.29752067,0.3264463,0.3305785,0.2768595,0.16528925,0.32231405,0.30165288,0.24793388,0.23966943,0.2603306,0.2892562,0.19008264,0.1322314,0.13636364,0.2107438,0.28512397,0.338843,0.3264463,0.30991736,0.2892562,0.20247933,0.3429752,0.48347107,0.45454547,0.45041323,0.38016528,0.338843,0.32231405,0.35950413,0.35950413,0.3677686,0.3677686,0.38429752,0.41735536,0.40495867,0.3677686,0.338843,0.30165288,0.27272728,0.29752067,0.41322315,0.446281,0.42561984,0.40495867,0.41322315,0.47107437,0.49586776,0.53305787,0.54545456,0.5041322,0.46694216,0.446281,0.46280992,0.43801653,0.42975205,0.446281,0.44214877,0.49173555,0.53305787,0.54545456,0.4214876,0.4876033,0.55785125,0.5123967,0.5041322,0.4752066,0.47107437,0.42975205,0.24793388,0.18181819,0.2231405,0.23966943,0.18181819,0.22727273,0.16115703,0.09917355,0.12809917,0.13636364,0.21487603,0.2892562,0.35123968,0.338843,0.3553719,0.338843,0.28099173,0.3553719,0.45041323,0.41735536,0.4214876,0.3429752,0.32231405,0.2603306,0.29752067,0.3140496,0.32231405,0.35123968,0.35950413,0.39256197,0.37603307,0.33471075,0.3181818,0.2644628,0.24380165,0.2892562,0.40495867,0.45041323,0.41322315,0.4090909,0.35950413,0.4338843,0.446281,0.49586776,0.49173555,0.47107437,0.44214877,0.41322315,0.4214876,0.38429752,0.38429752,0.41322315,0.41322315,0.44214877,0.47107437,0.48347107,0.4338843,0.47933885,0.5206612,0.46694216,0.47933885,0.43801653,0.38016528,0.37603307,0.2644628,0.20247933,0.17768595,0.14876033,0.11983471,0.1446281,0.15289256,0.10330579,0.14876033,0.1570248,0.20661157,0.2768595,0.3305785,0.30578512,0.338843,0.36363637,0.39256197,0.4214876,0.43801653,0.40495867,0.38016528,0.32231405,0.30578512,0.2520661,0.21900827,0.23553719,0.27272728,0.3181818,0.3429752,0.35950413,0.35123968,0.3181818,0.28512397,0.24380165,0.23140496,0.28099173,0.40082645,0.446281,0.41322315,0.4090909,0.36363637,0.40495867,0.41735536,0.45454547,0.45454547,0.45867768,0.44214877,0.39256197,0.35950413,0.3305785,0.32231405,0.3264463,0.3429752,0.38016528,0.45041323,0.49173555,0.53305787,0.5123967,0.4876033,0.44214877,0.46694216,0.46280992,0.4338843,0.38016528,0.30165288,0.17355372,0.16528925,0.12396694,0.11570248,0.13636364,0.17355372,0.15289256,0.21900827,0.28512397,0.3305785,0.36363637,0.37190083,0.38016528,0.3966942,0.37603307,0.43801653,0.45454547,0.446281,0.41735536,0.34710744,0.30578512,0.27272728,0.23553719,0.23553719,0.2231405,0.24793388,0.2603306,0.32231405,0.338843,0.3264463,0.3264463,0.26859504,0.21900827,0.24793388,0.30165288,0.39256197,0.4338843,0.4214876,0.40082645,0.38842976,0.38842976,0.41322315,0.41735536,0.446281,0.43801653,0.42975205,0.36363637,0.3181818,0.30578512,0.2603306,0.23966943,0.30991736,0.41735536,0.5,0.54545456,0.5495868,0.5123967,0.5247934,0.48347107,0.5041322,0.5165289,0.48347107,0.446281,0.45454547,0.3181818,0.21900827,0.21900827,0.24380165,0.25619835,0.27272728,0.338843,0.41322315,0.40495867,0.4214876,0.38429752,0.4338843,0.42561984,0.446281,0.43801653,0.4338843,0.46280992,0.45454547,0.4338843,0.4090909,0.37603307,0.3264463,0.28512397,0.2892562,0.24793388,0.2520661,0.23553719,0.30991736,0.3264463,0.3140496,0.3181818,0.2603306,0.2231405,0.28099173,0.3140496,0.3966942,0.4338843,0.4214876,0.40082645,0.4090909,0.38842976,0.40495867,0.40495867,0.40495867,0.43801653,0.40082645,0.3429752,0.338843,0.28099173,0.1570248,0.25619835,0.40082645,0.49586776,0.5371901,0.5247934,0.5413223,0.5247934,0.5495868,0.5289256,0.5413223,0.54545456,0.48347107,0.46694216,0.5206612,0.5206612,0.5661157,0.57438016,0.6404959,0.5289256,0.46280992,0.49586776,0.45454547,0.45454547,0.44214877,0.43801653,0.45041323,0.45041323,0.46694216,0.47933885,0.47933885,0.47933885,0.4752066,0.46280992,0.46280992,0.446281,0.3677686,0.3429752,0.2892562,0.29338843,0.2603306,0.2520661,0.28512397,0.33471075,0.3140496,0.3140496,0.2603306,0.23553719,0.30578512,0.3305785,0.42975205,0.41735536,0.42975205,0.3966942,0.4214876,0.39256197,0.38016528,0.3966942,0.3966942,0.43801653,0.41735536,0.37190083,0.338843,0.15289256,0.25619835,0.42561984,0.5082645,0.5165289,0.56198347,0.5247934,0.5289256,0.5206612,0.55785125,0.59504133,0.53305787,0.5289256,0.47107437,0.46694216,0.5041322,0.5041322,0.553719,0.53305787,0.6280992,0.53305787,0.44214877,0.46280992,0.42975205,0.45454547,0.4214876,0.4338843,0.41735536,0.4338843,0.45041323,0.45867768,0.5,0.5,0.48347107,0.44214877,0.4752066,0.44214877,0.38842976,0.34710744,0.3305785,0.30991736,0.2603306,0.2520661,0.2644628,0.35950413,0.32231405,0.30165288,0.26859504,0.2644628,0.32231405,0.32231405,0.42975205,0.40495867,0.42561984,0.40495867,0.41322315,0.41735536,0.40495867,0.3677686,0.41322315,0.45867768,0.42975205,0.38429752,0.2892562,0.29752067,0.4090909,0.4752066,0.5247934,0.54545456,0.5495868,0.5371901,0.53305787,0.57024795,0.59504133,0.55785125,0.5371901,0.48347107,0.4752066,0.47933885,0.53305787,0.5247934,0.5082645,0.53305787,0.5661157,0.5165289,0.446281,0.42561984,0.47107437,0.46280992,0.41735536,0.42975205,0.40495867,0.4214876,0.4338843,0.45867768,0.4338843,0.45041323,0.4214876,0.4338843,0.45867768,0.446281,0.41735536,0.36363637,0.32231405,0.338843,0.2768595,0.2603306,0.27272728,0.30991736,0.32231405,0.29338843,0.2603306,0.30165288,0.3429752,0.3264463,0.43801653,0.41735536,0.42975205,0.4090909,0.40495867,0.40082645,0.4090909,0.39256197,0.40495867,0.45867768,0.44214877,0.34710744,0.29338843,0.35123968,0.3429752,0.4338843,0.5413223,0.5495868,0.5165289,0.5,0.5,0.5206612,0.5247934,0.5495868,0.54545456,0.4876033,0.43801653,0.42561984,0.43801653,0.446281,0.41735536,0.47107437,0.42975205,0.3966942,0.3553719,0.3677686,0.38429752,0.3429752,0.32231405,0.35123968,0.34710744,0.38842976,0.43801653,0.44214877,0.3966942,0.35950413,0.32231405,0.2603306,0.26859504,0.30578512,0.3429752,0.39256197,0.33471075,0.34710744,0.29338843,0.26859504,0.2892562,0.3140496,0.3305785,0.30165288,0.2603306,0.3264463,0.3429752,0.3305785,0.43801653,0.446281,0.40495867,0.41322315,0.40495867,0.38842976,0.41322315,0.40495867,0.44214877,0.46280992,0.41322315,0.3140496,0.28099173,0.29752067,0.25619835,0.46694216,0.5165289,0.446281,0.37603307,0.3677686,0.3966942,0.40495867,0.43801653,0.46280992,0.43801653,0.3966942,0.3305785,0.30578512,0.29752067,0.3264463,0.3181818,0.3305785,0.33471075,0.2768595,0.2644628,0.26859504,0.28099173,0.23140496,0.22727273,0.22727273,0.23966943,0.26859504,0.30578512,0.30165288,0.2768595,0.2520661,0.21487603,0.15289256,0.14049587,0.1322314,0.19421488,0.37190083,0.35123968,0.34710744,0.3264463,0.28512397,0.3264463,0.33471075,0.3305785,0.28099173,0.2768595,0.36363637,0.338843,0.33471075,0.42561984,0.43801653,0.4090909,0.4090909,0.39256197,0.38429752,0.40495867,0.42975205,0.46280992,0.45454547,0.39256197,0.32231405,0.28099173,0.22727273,0.24380165,0.4214876,0.3305785,0.1983471,0.17355372,0.2107438,0.27272728,0.3140496,0.3553719,0.3264463,0.29752067,0.24793388,0.23553719,0.21900827,0.1983471,0.23553719,0.2644628,0.26859504,0.23140496,0.20247933,0.23553719,0.24793388,0.25619835,0.19421488,0.1694215,0.22727273,0.20661157,0.19421488,0.24380165,0.2603306,0.2644628,0.17768595,0.08677686,0.0785124,0.08264463,0.045454547,0.20247933,0.3677686,0.30991736,0.3264463,0.3181818,0.30991736,0.34710744,0.3429752,0.3264463,0.2644628,0.30578512,0.3264463,0.3305785,0.3181818,0.4214876,0.4338843,0.42561984,0.42561984,0.3966942,0.40082645,0.4090909,0.4338843,0.46280992,0.46280992,0.39256197,0.30991736,0.24793388,0.2107438,0.29338843,0.38429752,0.14049587,0.08264463,0.0785124,0.08677686,0.1694215,0.3140496,0.3553719,0.46694216,0.30578512,0.33471075,0.4214876,0.32231405,0.26859504,0.45867768,0.48347107,0.43801653,0.28099173,0.2231405,0.45867768,0.5041322,0.5413223,0.39256197,0.27272728,0.4752066,0.42561984,0.2603306,0.45454547,0.5206612,0.446281,0.40082645,0.053719006,0.0785124,0.09917355,0.1570248,0.34710744,0.41322315,0.3140496,0.29338843,0.3181818,0.3181818,0.3264463,0.34710744,0.30165288,0.27272728,0.2892562,0.32231405,0.32231405,0.29752067,0.3966942,0.42561984,0.4338843,0.40495867,0.40495867,0.37190083,0.40082645,0.4338843,0.46694216,0.45041323,0.41735536,0.29752067,0.2520661,0.2107438,0.34710744,0.47107437,0.28512397,0.17768595,0.1570248,0.09917355,0.21487603,0.5495868,0.5247934,0.80991733,0.4752066,0.6363636,0.75206614,0.58677685,0.5661157,0.8181818,0.7768595,0.70247936,0.45041323,0.40495867,0.7644628,0.7644628,0.78099173,0.6818182,0.4876033,0.70247936,0.6652893,0.30991736,0.607438,0.6322314,0.4214876,0.55785125,0.14049587,0.2644628,0.3305785,0.28512397,0.46694216,0.4090909,0.34710744,0.2892562,0.26859504,0.30578512,0.29338843,0.3264463,0.28512397,0.23966943,0.2644628,0.30165288,0.29338843,0.28512397,0.37603307,0.4214876,0.42561984,0.41322315,0.40082645,0.39256197,0.40082645,0.40495867,0.43801653,0.43801653,0.40082645,0.32231405,0.2644628,0.23966943,0.40082645,0.5,0.47107437,0.3677686,0.45867768,0.338843,0.34710744,0.5661157,0.5165289,0.7644628,0.60330576,0.822314,0.87603307,0.74380165,0.73140496,0.8677686,0.8677686,0.8595041,0.607438,0.61570245,0.89669424,0.8677686,0.8553719,0.8553719,0.7066116,0.8016529,0.8595041,0.3429752,0.6652893,0.62396693,0.38016528,0.5041322,0.4090909,0.446281,0.32231405,0.42561984,0.48347107,0.40495867,0.338843,0.2892562,0.27272728,0.29752067,0.338843,0.29338843,0.2644628,0.23966943,0.2520661,0.28512397,0.25619835,0.24793388,0.36363637,0.40082645,0.4214876,0.40082645,0.4090909,0.40082645,0.3966942,0.3966942,0.4090909,0.41322315,0.3966942,0.32231405,0.28099173,0.29338843,0.45454547,0.5206612,0.5247934,0.43801653,0.4876033,0.5041322,0.5123967,0.5165289,0.4338843,0.661157,0.5041322,0.6570248,0.8719008,0.74793386,0.71900827,0.8719008,0.8636364,0.8636364,0.6859504,0.5123967,0.8471074,0.8347107,0.8471074,0.8347107,0.5165289,0.70247936,0.71900827,0.32231405,0.5495868,0.5041322,0.42561984,0.45867768,0.48347107,0.39256197,0.37603307,0.49173555,0.45454547,0.446281,0.40082645,0.29338843,0.2892562,0.24793388,0.338843,0.26859504,0.2520661,0.2520661,0.2603306,0.28099173,0.25619835,0.2231405,0.3181818,0.38842976,0.4090909,0.3966942,0.40495867,0.38842976,0.38429752,0.40495867,0.3966942,0.38016528,0.4090909,0.30991736,0.29338843,0.3305785,0.5082645,0.5661157,0.55785125,0.5413223,0.45454547,0.49173555,0.4876033,0.48347107,0.49173555,0.4876033,0.41322315,0.30991736,0.45867768,0.2768595,0.29338843,0.5785124,0.5165289,0.48347107,0.3677686,0.19421488,0.42561984,0.4752066,0.54545456,0.5123967,0.28099173,0.43801653,0.47933885,0.40495867,0.4090909,0.4338843,0.4090909,0.4214876,0.4090909,0.3966942,0.46280992,0.46694216,0.45454547,0.45867768,0.4214876,0.30991736,0.28512397,0.25619835,0.28512397,0.24380165,0.2520661,0.21900827,0.2520661,0.26859504,0.23966943,0.20247933,0.24380165,0.37190083,0.3966942,0.39256197,0.38842976,0.38429752,0.37603307,0.3966942,0.38016528,0.38842976,0.4090909,0.30165288,0.2644628,0.33471075,0.5206612,0.5785124,0.54545456,0.5495868,0.5165289,0.5041322,0.45867768,0.5,0.57024795,0.5165289,0.4752066,0.4752066,0.49586776,0.4752066,0.43801653,0.40495867,0.38842976,0.3305785,0.24793388,0.29752067,0.38429752,0.47107437,0.48347107,0.5082645,0.4876033,0.45041323,0.42561984,0.38016528,0.4752066,0.6528926,0.37603307,0.39256197,0.42561984,0.45041323,0.4752066,0.446281,0.46694216,0.46280992,0.41735536,0.3553719,0.2520661,0.26859504,0.2892562,0.23140496,0.2107438,0.22727273,0.24380165,0.23966943,0.22727273,0.21900827,0.19008264,0.33471075,0.38429752,0.40082645,0.38842976,0.38429752,0.37190083,0.3677686,0.35950413,0.36363637,0.38016528,0.32231405,0.26859504,0.36363637,0.5,0.5495868,0.5661157,0.5413223,0.56198347,0.55785125,0.49173555,0.5041322,0.53305787,0.6652893,0.5289256,0.46694216,0.48347107,0.54545456,0.57024795,0.59504133,0.607438,0.62396693,0.59917355,0.5661157,0.6280992,0.58677685,0.677686,0.59090906,0.4876033,0.40082645,0.38016528,0.446281,0.69008267,0.48347107,0.37190083,0.42561984,0.45867768,0.46694216,0.45454547,0.45041323,0.46694216,0.45454547,0.41322315,0.33471075,0.29338843,0.27272728,0.2603306,0.21487603,0.2107438,0.23966943,0.24380165,0.2231405,0.2107438,0.2231405,0.17768595,0.29338843,0.3677686,0.39256197,0.38016528,0.38016528,0.35123968,0.35950413,0.35123968,0.3553719,0.35123968,0.32231405,0.3140496,0.338843,0.4752066,0.5413223,0.55785125,0.54545456,0.5495868,0.57024795,0.5247934,0.5041322,0.5041322,0.6983471,0.59504133,0.47933885,0.47933885,0.54545456,0.5661157,0.6942149,0.75619835,0.7892562,0.7768595,0.75206614,0.78099173,0.8264463,0.87603307,0.6446281,0.40495867,0.34710744,0.3553719,0.42975205,0.5082645,0.37603307,0.4214876,0.446281,0.45454547,0.43801653,0.44214877,0.45041323,0.45867768,0.43801653,0.38842976,0.32231405,0.3264463,0.28512397,0.23140496,0.20661157,0.21487603,0.2520661,0.21900827,0.22727273,0.23140496,0.21487603,0.18181819,0.21900827,0.37190083,0.39256197,0.38016528,0.37603307,0.3677686,0.338843,0.34710744,0.34710744,0.3181818,0.3429752,0.338843,0.35123968,0.42975205,0.5123967,0.53305787,0.5289256,0.53305787,0.553719,0.5495868,0.5123967,0.47933885,0.5371901,0.5,0.46694216,0.4338843,0.4752066,0.5041322,0.58264464,0.6322314,0.6446281,0.6198347,0.59090906,0.57438016,0.57024795,0.4752066,0.37603307,0.32231405,0.29752067,0.3181818,0.338843,0.3553719,0.37190083,0.38016528,0.4214876,0.42561984,0.42561984,0.4338843,0.4338843,0.45041323,0.3966942,0.35950413,0.35950413,0.33471075,0.27272728,0.2231405,0.21487603,0.23140496,0.21487603,0.21487603,0.21900827,0.24793388,0.18181819,0.1983471,0.17768595,0.30991736,0.39256197,0.37603307,0.37190083,0.35123968,0.338843,0.34710744,0.33471075,0.32231405,0.35123968,0.35123968,0.34710744,0.39256197,0.4752066,0.49173555,0.5041322,0.5,0.5165289,0.5289256,0.49173555,0.46694216,0.45041323,0.44214877,0.44214877,0.39256197,0.41322315,0.38842976,0.43801653,0.43801653,0.4752066,0.446281,0.45454547,0.42561984,0.40082645,0.35123968,0.30165288,0.30165288,0.2892562,0.2892562,0.29338843,0.30991736,0.3305785,0.3553719,0.39256197,0.41735536,0.4090909,0.39256197,0.40082645,0.39256197,0.3553719,0.37603307,0.38429752,0.2892562,0.23966943,0.21900827,0.20661157,0.2231405,0.20661157,0.23140496,0.23140496,0.23140496,0.16115703,0.2107438,0.18181819,0.20247933,0.38429752,0.38842976,0.35950413,0.35123968,0.3305785,0.3429752,0.3140496,0.3264463,0.3553719,0.33471075,0.338843,0.36363637,0.446281,0.446281,0.4752066,0.49586776,0.49173555,0.47107437,0.46694216,0.43801653,0.44214877,0.4090909,0.38842976,0.36363637,0.3677686,0.34710744,0.35123968,0.338843,0.34710744,0.3429752,0.3429752,0.33471075,0.3305785,0.2768595,0.26859504,0.2520661,0.2603306,0.24793388,0.25619835,0.28099173,0.30991736,0.35123968,0.38429752,0.38016528,0.37603307,0.37603307,0.36363637,0.3429752,0.37603307,0.3966942,0.3305785,0.28099173,0.21487603,0.2107438,0.20661157,0.2231405,0.20247933,0.23140496,0.24380165,0.18595041,0.1446281,0.20247933,0.19421488,0.2231405,0.45867768,0.35123968,0.37603307,0.34710744,0.3181818,0.3305785,0.3140496,0.32231405,0.35123968,0.35123968,0.35123968,0.40082645,0.41322315,0.41735536,0.46280992,0.45867768,0.47933885,0.45867768,0.4338843,0.41322315,0.40082645,0.38016528,0.338843,0.30165288,0.29338843,0.2768595,0.26859504,0.2644628,0.24380165,0.2644628,0.2520661,0.25619835,0.23553719,0.2231405,0.2107438,0.19421488,0.21487603,0.20661157,0.24793388,0.2768595,0.29338843,0.32231405,0.34710744,0.338843,0.3429752,0.35123968,0.32231405,0.3429752,0.3966942,0.38429752,0.29338843,0.25619835,0.2107438,0.21487603,0.20247933,0.20661157,0.20247933,0.25619835,0.23140496,0.1570248,0.1446281,0.1983471,0.1694215,0.35123968,0.8057851,0.37190083,0.33471075,0.3677686,0.33471075,0.3181818,0.30991736,0.30991736,0.34710744,0.35950413,0.36363637,0.38016528,0.37190083,0.3966942,0.4338843,0.43801653,0.44214877,0.45041323,0.41735536,0.39256197,0.34710744,0.3264463,0.30991736,0.2892562,0.26859504,0.23553719,0.1983471,0.20247933,0.17768595,0.19421488,0.18595041,0.1983471,0.17355372,0.1694215,0.16528925,0.18181819,0.19421488,0.20661157,0.23553719,0.24793388,0.2520661,0.2644628,0.26859504,0.29752067,0.32231405,0.3181818,0.32231405,0.38842976,0.40082645,0.3677686,0.2892562,0.24380165,0.20661157,0.19008264,0.18595041,0.2107438,0.23553719,0.27272728,0.18595041,0.1446281,0.13636364,0.21487603,0.1322314,0.5041322,0.90495867,0.74793386,0.3305785,0.36363637,0.3429752,0.3305785,0.30991736,0.3140496,0.30991736,0.3305785,0.36363637,0.2768595,0.38429752,0.40082645,0.446281,0.43801653,0.42561984,0.41322315,0.38429752,0.38016528,0.3181818,0.26859504,0.25619835,0.23140496,0.2107438,0.1983471,0.17768595,0.19008264,0.16528925,0.17768595,0.16115703,0.17768595,0.16115703,0.16115703,0.1322314,0.1694215,0.16115703,0.17768595,0.1694215,0.19421488,0.2107438,0.22727273,0.2603306,0.2892562,0.3181818,0.30578512,0.37603307,0.4214876,0.40495867,0.35123968,0.26859504,0.2231405,0.18595041,0.1983471,0.18595041,0.22727273,0.2644628,0.23966943,0.15289256,0.13636364,0.15289256,0.2107438,0.1694215,0.55785125,0.91735536,0.88429755,0.56198347,0.338843,0.3429752,0.3429752,0.3140496,0.28512397,0.2603306,0.32231405,0.37190083,0.21900827,0.4214876,0.3677686,0.446281,0.47107437,0.42561984,0.4090909,0.38016528,0.35950413,0.33471075,0.28512397,0.22727273,0.18181819,0.1694215,0.16528925,0.14876033,0.14876033,0.1446281,0.13636364,0.12809917,0.11983471,0.12396694,0.12396694,0.11157025,0.12809917,0.11983471,0.1322314,0.16528925,0.1983471,0.2231405,0.2603306,0.28512397,0.3181818,0.30165288,0.35950413,0.42561984,0.44214877,0.39256197,0.29752067,0.23553719,0.17355372,0.18181819,0.21487603,0.20661157,0.26859504,0.24380165,0.19421488,0.13636364,0.15289256,0.14049587,0.39256197,0.3181818,0.45041323,0.93801653,0.88842976,0.822314,0.3429752,0.3429752,0.34710744,0.3264463,0.2603306,0.2603306,0.30578512,0.30165288,0.21900827,0.38016528,0.33471075,0.43801653,0.46280992,0.46694216,0.42561984,0.38842976,0.37603307,0.35123968,0.3305785,0.29338843,0.25619835,0.21487603,0.18181819,0.17768595,0.1446281,0.1570248,0.11983471,0.12396694,0.11983471,0.11983471,0.11570248,0.12809917,0.12396694,0.1446281,0.23140496,0.2520661,0.2603306,0.26859504,0.29338843,0.30991736,0.32231405,0.35123968,0.40495867,0.41322315,0.41322315,0.36363637,0.2644628,0.20661157,0.1322314,0.19421488,0.20661157,0.24793388,0.23140496,0.2520661,0.15289256,0.14876033,0.14876033,0.13636364,0.75619835,0.6487603,0.38016528,0.70247936,0.90082645,0.892562,0.70247936,0.32231405,0.3553719,0.3429752,0.3140496,0.30165288,0.28099173,0.23966943,0.23553719,0.29338843,0.3140496,0.43801653,0.45454547,0.48347107,0.43801653,0.42975205,0.4090909,0.38016528,0.35123968,0.338843,0.35123968,0.33471075,0.30991736,0.28099173,0.2603306,0.2231405,0.19008264,0.18595041,0.1983471,0.20247933,0.1983471,0.23140496,0.27272728,0.3181818,0.33471075,0.30991736,0.3140496,0.32231405,0.338843,0.3264463,0.3553719,0.41735536,0.42975205,0.38842976,0.38429752,0.29338843,0.21900827,0.1446281,0.15289256,0.18595041,0.23140496,0.26859504,0.20661157,0.26859504,0.17355372,0.15289256,0.13636364,0.14876033,0.45867768,0.59090906,0.45867768,0.40082645,0.8264463,0.88842976,0.892562,0.57438016,0.338843,0.35950413,0.3264463,0.32231405,0.2768595,0.24380165,0.22727273,0.25619835,0.2892562,0.3677686,0.4338843,0.45454547,0.44214877,0.446281,0.45867768,0.43801653,0.4214876,0.38842976,0.40495867,0.40082645,0.4214876,0.41322315,0.4214876,0.4090909,0.38016528,0.37603307,0.39256197,0.35123968,0.3677686,0.37603307,0.41322315,0.40495867,0.37603307,0.338843,0.37190083,0.37190083,0.36363637,0.35123968,0.3553719,0.44214877,0.40495867,0.3305785,0.30991736,0.21900827,0.1570248,0.15289256,0.12809917,0.2107438,0.2603306,0.24793388,0.21487603,0.2892562,0.2107438,0.1446281,0.1446281,0.13636364,0.4338843,0.5371901,0.46280992,0.4090909,0.553719,0.90082645,0.8801653,0.8429752,0.5041322,0.33471075,0.3553719,0.33471075,0.30991736,0.2520661,0.2107438,0.23966943,0.29338843,0.3305785,0.38429752,0.4090909,0.43801653,0.39256197,0.41735536,0.42561984,0.38842976,0.40082645,0.41735536,0.43801653,0.46280992,0.44214877,0.42561984,0.43801653,0.41322315,0.42561984,0.4214876,0.4214876,0.4338843,0.44214877,0.45867768,0.44214877,0.40495867,0.3677686,0.40495867,0.38842976,0.38842976,0.3677686,0.34710744,0.37603307,0.3553719,0.27272728,0.2107438,0.1694215,0.14049587,0.15289256,0.17355372,0.23966943,0.2603306,0.24380165,0.19008264,0.3677686,0.38016528,0.338843,0.21487603,0.15289256,21 +0.20661157,0.20661157,0.20661157,0.17355372,0.11983471,0.21900827,0.34710744,0.4338843,0.43801653,0.446281,0.46280992,0.48347107,0.5041322,0.49586776,0.5165289,0.5206612,0.5247934,0.5289256,0.54545456,0.55785125,0.5785124,0.59504133,0.6198347,0.62396693,0.59504133,0.56198347,0.55785125,0.5785124,0.59504133,0.57438016,0.58264464,0.61570245,0.58264464,0.62396693,0.61570245,0.6363636,0.6404959,0.61570245,0.6528926,0.6446281,0.6404959,0.6363636,0.553719,0.5165289,0.5082645,0.46694216,0.45867768,0.4214876,0.40495867,0.3966942,0.40495867,0.40495867,0.38429752,0.38842976,0.36363637,0.38016528,0.35950413,0.35123968,0.30991736,0.28512397,0.21900827,0.15289256,0.1446281,0.12809917,0.2231405,0.21900827,0.2107438,0.1694215,0.1322314,0.23553719,0.3677686,0.42975205,0.43801653,0.45041323,0.47107437,0.4752066,0.48347107,0.4876033,0.5123967,0.5413223,0.5247934,0.5371901,0.58677685,0.5785124,0.6198347,0.61570245,0.6280992,0.6404959,0.6198347,0.58264464,0.6198347,0.6198347,0.62396693,0.62396693,0.6528926,0.677686,0.6818182,0.6983471,0.6735537,0.6652893,0.6363636,0.6570248,0.6404959,0.62396693,0.61157024,0.59504133,0.53305787,0.49173555,0.46694216,0.42561984,0.43801653,0.41735536,0.3677686,0.35123968,0.33471075,0.3677686,0.38429752,0.37603307,0.37190083,0.3966942,0.35950413,0.36363637,0.33471075,0.2892562,0.25619835,0.1983471,0.16115703,0.12809917,0.22727273,0.22727273,0.20661157,0.14049587,0.12809917,0.2768595,0.39256197,0.40495867,0.446281,0.4338843,0.4338843,0.43801653,0.44214877,0.46280992,0.4752066,0.5165289,0.5165289,0.5123967,0.5371901,0.54545456,0.54545456,0.5661157,0.59090906,0.59917355,0.62396693,0.59090906,0.6322314,0.62396693,0.61570245,0.6528926,0.6818182,0.7231405,0.73966944,0.6983471,0.6322314,0.59917355,0.58677685,0.5785124,0.5247934,0.5247934,0.46280992,0.45041323,0.40495867,0.4090909,0.3966942,0.3181818,0.38842976,0.3553719,0.35123968,0.3553719,0.34710744,0.29752067,0.338843,0.37190083,0.3677686,0.36363637,0.3677686,0.36363637,0.3305785,0.30991736,0.27272728,0.24793388,0.19008264,0.12396694,0.20247933,0.1983471,0.18181819,0.14049587,0.11983471,0.3264463,0.37603307,0.42561984,0.45041323,0.36363637,0.38429752,0.3966942,0.40082645,0.43801653,0.42975205,0.45041323,0.42975205,0.40495867,0.43801653,0.4338843,0.45454547,0.46694216,0.4752066,0.5206612,0.56198347,0.58677685,0.59917355,0.5785124,0.59090906,0.6198347,0.62396693,0.6570248,0.677686,0.607438,0.5206612,0.49586776,0.5123967,0.49173555,0.45454547,0.38016528,0.32231405,0.30578512,0.28512397,0.3264463,0.27272728,0.29752067,0.3140496,0.30165288,0.3305785,0.34710744,0.33471075,0.28099173,0.27272728,0.3140496,0.35950413,0.36363637,0.3677686,0.34710744,0.36363637,0.3305785,0.30991736,0.26859504,0.1983471,0.10743801,0.23966943,0.23553719,0.1983471,0.14049587,0.08677686,0.33471075,0.37190083,0.42561984,0.34710744,0.33471075,0.37190083,0.38016528,0.37603307,0.39256197,0.35950413,0.32231405,0.2892562,0.29338843,0.32231405,0.3305785,0.34710744,0.3305785,0.36363637,0.40495867,0.47933885,0.53305787,0.5413223,0.5371901,0.553719,0.56198347,0.59917355,0.58677685,0.55785125,0.5289256,0.43801653,0.42561984,0.4214876,0.40495867,0.3264463,0.30165288,0.2768595,0.2520661,0.26859504,0.28099173,0.29338843,0.30165288,0.30991736,0.33471075,0.2892562,0.32231405,0.30991736,0.29338843,0.26859504,0.26859504,0.30991736,0.33471075,0.36363637,0.34710744,0.35950413,0.338843,0.3140496,0.29752067,0.20661157,0.1446281,0.25619835,0.25619835,0.20247933,0.11983471,0.10330579,0.33471075,0.38016528,0.3677686,0.30165288,0.33471075,0.38016528,0.3677686,0.39256197,0.36363637,0.36363637,0.3305785,0.28099173,0.2768595,0.30578512,0.28512397,0.2892562,0.2892562,0.2892562,0.3305785,0.38842976,0.45867768,0.47933885,0.5041322,0.5041322,0.5165289,0.5413223,0.5247934,0.5206612,0.45454547,0.40082645,0.38016528,0.35123968,0.3429752,0.3140496,0.30165288,0.2892562,0.2892562,0.26859504,0.3305785,0.3553719,0.35123968,0.3966942,0.4338843,0.3966942,0.3553719,0.3429752,0.35123968,0.30578512,0.3305785,0.28099173,0.30165288,0.36363637,0.35950413,0.3429752,0.338843,0.3140496,0.3140496,0.2107438,0.16115703,0.23966943,0.24380165,0.18595041,0.14876033,0.11570248,0.338843,0.3677686,0.3264463,0.36363637,0.41735536,0.4214876,0.4338843,0.46280992,0.43801653,0.4090909,0.38842976,0.3181818,0.2892562,0.29752067,0.29752067,0.2892562,0.2892562,0.2892562,0.30578512,0.3429752,0.40495867,0.45454547,0.47933885,0.49173555,0.4876033,0.5041322,0.49173555,0.49173555,0.41322315,0.37190083,0.3553719,0.33471075,0.28512397,0.30165288,0.29752067,0.30991736,0.3264463,0.35950413,0.42975205,0.45041323,0.46280992,0.49586776,0.49586776,0.47933885,0.46694216,0.43801653,0.4090909,0.36363637,0.36363637,0.338843,0.2768595,0.3677686,0.35123968,0.3553719,0.338843,0.30991736,0.30165288,0.24793388,0.18181819,0.23140496,0.23140496,0.1694215,0.1322314,0.14049587,0.338843,0.3305785,0.29338843,0.4214876,0.4752066,0.49173555,0.49173555,0.48347107,0.5,0.5,0.46280992,0.4214876,0.38842976,0.3553719,0.338843,0.3181818,0.30578512,0.3181818,0.33471075,0.3553719,0.38016528,0.42975205,0.45867768,0.4752066,0.47107437,0.48347107,0.446281,0.446281,0.39256197,0.3553719,0.338843,0.2892562,0.30165288,0.28512397,0.3264463,0.37603307,0.42561984,0.4876033,0.5289256,0.5289256,0.5289256,0.53305787,0.5123967,0.5082645,0.4876033,0.49173555,0.44214877,0.42975205,0.42561984,0.41322315,0.34710744,0.3264463,0.33471075,0.36363637,0.338843,0.3140496,0.3140496,0.24793388,0.17768595,0.23966943,0.23966943,0.17355372,0.12396694,0.1694215,0.35123968,0.2892562,0.38842976,0.43801653,0.5123967,0.5371901,0.54545456,0.5289256,0.5289256,0.5165289,0.5123967,0.4876033,0.47933885,0.45041323,0.41735536,0.37190083,0.3553719,0.3264463,0.32231405,0.37190083,0.40495867,0.4214876,0.4752066,0.47933885,0.4752066,0.5,0.446281,0.43801653,0.3966942,0.36363637,0.33471075,0.30578512,0.29752067,0.33471075,0.38429752,0.44214877,0.4876033,0.5371901,0.56198347,0.553719,0.5371901,0.5247934,0.5165289,0.49586776,0.5041322,0.5,0.5,0.48347107,0.46694216,0.43801653,0.41322315,0.338843,0.3429752,0.35950413,0.3553719,0.32231405,0.3140496,0.2644628,0.18595041,0.23140496,0.2231405,0.1694215,0.11570248,0.18181819,0.36363637,0.3264463,0.41735536,0.446281,0.5371901,0.5289256,0.56198347,0.57024795,0.553719,0.5165289,0.5123967,0.5123967,0.5082645,0.49173555,0.45041323,0.40082645,0.41735536,0.37603307,0.33471075,0.34710744,0.446281,0.47933885,0.5123967,0.49586776,0.5082645,0.54545456,0.5,0.4752066,0.42561984,0.3677686,0.3305785,0.28099173,0.30991736,0.38016528,0.40082645,0.41735536,0.49173555,0.5247934,0.55785125,0.56198347,0.57438016,0.5371901,0.5123967,0.4876033,0.4752066,0.5041322,0.5,0.49173555,0.5,0.46280992,0.42975205,0.3966942,0.36363637,0.37190083,0.3677686,0.34710744,0.32231405,0.27272728,0.1983471,0.21487603,0.2107438,0.17355372,0.12809917,0.19008264,0.36363637,0.37190083,0.42561984,0.46694216,0.5413223,0.53305787,0.5785124,0.6198347,0.57024795,0.47933885,0.4876033,0.5041322,0.49173555,0.45041323,0.40082645,0.35950413,0.38429752,0.42975205,0.41322315,0.3305785,0.46694216,0.5123967,0.5495868,0.53305787,0.5495868,0.58677685,0.5495868,0.46694216,0.45867768,0.35950413,0.2892562,0.27272728,0.34710744,0.37190083,0.338843,0.38429752,0.42561984,0.44214877,0.46694216,0.47933885,0.5495868,0.5165289,0.46694216,0.45041323,0.44214877,0.4876033,0.4876033,0.47933885,0.5041322,0.49173555,0.446281,0.41322315,0.37190083,0.38016528,0.3553719,0.3553719,0.33471075,0.28099173,0.21900827,0.2231405,0.20661157,0.16528925,0.1446281,0.17355372,0.39256197,0.3966942,0.41735536,0.48347107,0.5289256,0.5413223,0.57438016,0.59504133,0.5,0.45867768,0.42561984,0.41322315,0.41735536,0.39256197,0.338843,0.29752067,0.2892562,0.33471075,0.4214876,0.38842976,0.446281,0.5082645,0.553719,0.553719,0.5495868,0.59090906,0.5206612,0.4752066,0.47107437,0.37190083,0.27272728,0.30578512,0.39256197,0.36363637,0.29338843,0.3181818,0.35123968,0.40082645,0.44214877,0.5041322,0.55785125,0.5082645,0.41322315,0.37603307,0.38429752,0.41735536,0.45041323,0.446281,0.4752066,0.48347107,0.446281,0.38842976,0.40495867,0.40082645,0.37190083,0.35950413,0.3429752,0.29338843,0.21487603,0.18595041,0.19421488,0.17768595,0.1570248,0.2107438,0.3966942,0.40082645,0.41735536,0.47933885,0.5041322,0.46694216,0.47933885,0.48347107,0.5165289,0.47933885,0.47107437,0.48347107,0.5123967,0.44214877,0.3305785,0.30578512,0.27272728,0.27272728,0.30991736,0.38842976,0.45454547,0.49173555,0.5371901,0.54545456,0.5289256,0.5495868,0.49173555,0.47107437,0.45454547,0.36363637,0.26859504,0.4338843,0.446281,0.3264463,0.2768595,0.3181818,0.3677686,0.4214876,0.47933885,0.5206612,0.5371901,0.5165289,0.45041323,0.41735536,0.40082645,0.4214876,0.41322315,0.40082645,0.4338843,0.43801653,0.41735536,0.37603307,0.4214876,0.42561984,0.39256197,0.37190083,0.338843,0.29752067,0.1983471,0.20661157,0.19008264,0.20661157,0.1446281,0.23553719,0.41322315,0.42561984,0.42561984,0.45867768,0.45867768,0.3966942,0.46280992,0.55785125,0.5247934,0.5082645,0.5123967,0.4876033,0.49173555,0.38016528,0.3264463,0.3553719,0.2768595,0.28099173,0.24793388,0.43801653,0.46694216,0.4876033,0.5165289,0.5165289,0.5123967,0.5123967,0.48347107,0.45867768,0.446281,0.38429752,0.2768595,0.5041322,0.38016528,0.27272728,0.30165288,0.30578512,0.34710744,0.36363637,0.42975205,0.46694216,0.4876033,0.4876033,0.46694216,0.43801653,0.41322315,0.4214876,0.3966942,0.39256197,0.39256197,0.39256197,0.3966942,0.3966942,0.42975205,0.42975205,0.41322315,0.38429752,0.34710744,0.30578512,0.20247933,0.1983471,0.19421488,0.2107438,0.14049587,0.26859504,0.42975205,0.446281,0.42561984,0.42975205,0.42975205,0.39256197,0.4752066,0.5123967,0.4876033,0.46694216,0.48347107,0.39256197,0.30991736,0.2107438,0.18181819,0.17768595,0.16115703,0.16528925,0.24793388,0.45454547,0.45041323,0.47933885,0.5,0.5165289,0.5123967,0.5041322,0.49173555,0.45454547,0.44214877,0.41322315,0.29752067,0.41322315,0.37603307,0.2768595,0.23140496,0.18595041,0.1694215,0.19008264,0.24380165,0.3140496,0.3553719,0.4090909,0.42561984,0.40495867,0.40082645,0.40495867,0.36363637,0.34710744,0.3553719,0.3677686,0.35950413,0.39256197,0.42975205,0.44214877,0.41322315,0.41322315,0.34710744,0.3181818,0.21900827,0.18181819,0.2107438,0.19008264,0.16115703,0.30991736,0.42561984,0.45867768,0.41322315,0.37603307,0.38842976,0.36363637,0.446281,0.4338843,0.3305785,0.27272728,0.21487603,0.1322314,0.1570248,0.18595041,0.2520661,0.17355372,0.28099173,0.2892562,0.3553719,0.40495867,0.45454547,0.4752066,0.5082645,0.5247934,0.5371901,0.5123967,0.4876033,0.46694216,0.45454547,0.41322315,0.35950413,0.3264463,0.4090909,0.38016528,0.3181818,0.28099173,0.21900827,0.24793388,0.20247933,0.21900827,0.18181819,0.16528925,0.19421488,0.18595041,0.2603306,0.2644628,0.2644628,0.25619835,0.2603306,0.3429752,0.36363637,0.41735536,0.4338843,0.43801653,0.42975205,0.41735536,0.3429752,0.32231405,0.23966943,0.1983471,0.2107438,0.1983471,0.1570248,0.34710744,0.43801653,0.45867768,0.42975205,0.37190083,0.34710744,0.3305785,0.2644628,0.16528925,0.2107438,0.19421488,0.18595041,0.18595041,0.22727273,0.23140496,0.29752067,0.23140496,0.338843,0.38429752,0.38842976,0.4090909,0.47107437,0.47933885,0.5206612,0.5206612,0.5289256,0.5123967,0.4876033,0.48347107,0.46280992,0.43801653,0.40495867,0.3429752,0.38429752,0.42975205,0.38429752,0.3181818,0.27272728,0.30578512,0.19008264,0.2768595,0.1983471,0.16528925,0.1694215,0.1322314,0.1570248,0.16115703,0.23966943,0.29752067,0.35123968,0.39256197,0.40082645,0.41735536,0.42975205,0.44214877,0.42561984,0.41322315,0.36363637,0.3140496,0.26859504,0.20661157,0.18181819,0.20661157,0.16115703,0.3553719,0.446281,0.45867768,0.42975205,0.4338843,0.42561984,0.4090909,0.29752067,0.29338843,0.338843,0.29752067,0.2603306,0.2892562,0.2520661,0.29338843,0.3305785,0.3677686,0.42975205,0.41735536,0.42975205,0.4752066,0.47933885,0.49173555,0.5247934,0.5413223,0.53305787,0.5371901,0.5,0.49173555,0.46694216,0.46280992,0.446281,0.40495867,0.38842976,0.42975205,0.45867768,0.4090909,0.3553719,0.34710744,0.29338843,0.3677686,0.3181818,0.32231405,0.2892562,0.2520661,0.25619835,0.29338843,0.3264463,0.3553719,0.38842976,0.40495867,0.42561984,0.42975205,0.4090909,0.41735536,0.42561984,0.4090909,0.35950413,0.30991736,0.26859504,0.20247933,0.19008264,0.22727273,0.16115703,0.38429752,0.44214877,0.44214877,0.45041323,0.45867768,0.45041323,0.4214876,0.40495867,0.39256197,0.4214876,0.38016528,0.33471075,0.3264463,0.30991736,0.38842976,0.42561984,0.48347107,0.47107437,0.45454547,0.48347107,0.4752066,0.4752066,0.5247934,0.53305787,0.5661157,0.5413223,0.5413223,0.5165289,0.49173555,0.47107437,0.4752066,0.47107437,0.42975205,0.4214876,0.4338843,0.46694216,0.4876033,0.446281,0.44214877,0.3429752,0.2892562,0.28512397,0.29338843,0.2768595,0.29338843,0.2892562,0.3181818,0.33471075,0.36363637,0.40495867,0.4214876,0.42975205,0.44214877,0.42975205,0.42561984,0.4214876,0.41322315,0.36363637,0.338843,0.27272728,0.2107438,0.18181819,0.2107438,0.21900827,0.40082645,0.4338843,0.45041323,0.47107437,0.5082645,0.5,0.4752066,0.43801653,0.4214876,0.42561984,0.39256197,0.38016528,0.4338843,0.42975205,0.4752066,0.49173555,0.5082645,0.49586776,0.5041322,0.49173555,0.4752066,0.49586776,0.5413223,0.5247934,0.5495868,0.5371901,0.5289256,0.5041322,0.49173555,0.46280992,0.46280992,0.4876033,0.45454547,0.45454547,0.43801653,0.46694216,0.48347107,0.5041322,0.4876033,0.45454547,0.41735536,0.41735536,0.36363637,0.338843,0.34710744,0.37190083,0.4090909,0.43801653,0.46280992,0.45867768,0.45454547,0.43801653,0.446281,0.42561984,0.41735536,0.42561984,0.39256197,0.39256197,0.35123968,0.27272728,0.20247933,0.19008264,0.18595041,0.23966943,0.3966942,0.446281,0.45867768,0.5,0.53305787,0.5289256,0.5289256,0.5123967,0.5,0.4752066,0.47107437,0.48347107,0.45867768,0.49586776,0.49586776,0.5,0.5,0.5247934,0.5,0.48347107,0.48347107,0.49586776,0.5247934,0.53305787,0.5413223,0.5289256,0.5165289,0.5082645,0.47933885,0.47107437,0.446281,0.46694216,0.48347107,0.45867768,0.45041323,0.46694216,0.47107437,0.48347107,0.4876033,0.46694216,0.46694216,0.4876033,0.48347107,0.48347107,0.4876033,0.4876033,0.4752066,0.49586776,0.5041322,0.5,0.46694216,0.45454547,0.45454547,0.43801653,0.42975205,0.42975205,0.41735536,0.40082645,0.35123968,0.2892562,0.20247933,0.21487603,0.17768595,0.2603306,0.40495867,0.44214877,0.46694216,0.5289256,0.54545456,0.5413223,0.5123967,0.5289256,0.5082645,0.49173555,0.47933885,0.4876033,0.47107437,0.48347107,0.5041322,0.5,0.5123967,0.5206612,0.5,0.48347107,0.4876033,0.5,0.5289256,0.553719,0.55785125,0.58264464,0.5082645,0.5165289,0.48347107,0.4752066,0.4338843,0.42975205,0.446281,0.47107437,0.4752066,0.4876033,0.46280992,0.48347107,0.49173555,0.46694216,0.47107437,0.44214877,0.47107437,0.47107437,0.46694216,0.48347107,0.5,0.5123967,0.5082645,0.5082645,0.48347107,0.47933885,0.45454547,0.446281,0.44214877,0.42975205,0.41322315,0.4090909,0.3677686,0.3140496,0.1983471,0.20247933,0.17355372,0.26859504,0.41735536,0.47107437,0.47933885,0.5371901,0.5495868,0.5413223,0.5247934,0.5123967,0.49586776,0.47933885,0.47933885,0.4876033,0.47107437,0.49173555,0.5,0.5123967,0.5247934,0.5247934,0.5082645,0.47933885,0.49586776,0.5495868,0.5413223,0.5785124,0.59090906,0.6446281,0.57024795,0.54545456,0.4876033,0.48347107,0.41735536,0.43801653,0.4214876,0.44214877,0.4876033,0.45867768,0.47107437,0.49586776,0.5,0.5,0.49173555,0.4752066,0.45867768,0.446281,0.46280992,0.5041322,0.48347107,0.5206612,0.5206612,0.5082645,0.49586776,0.47107437,0.46280992,0.45867768,0.45454547,0.4338843,0.42561984,0.4090909,0.38016528,0.3140496,0.1983471,0.19421488,0.16115703,0.30578512,0.446281,0.4752066,0.5165289,0.5495868,0.553719,0.53305787,0.5165289,0.5,0.48347107,0.46694216,0.49586776,0.49173555,0.5041322,0.5123967,0.5206612,0.5371901,0.54545456,0.5413223,0.48347107,0.48347107,0.5247934,0.58677685,0.58677685,0.61570245,0.6487603,0.80991733,0.677686,0.5785124,0.5165289,0.49586776,0.47107437,0.42975205,0.41322315,0.446281,0.44214877,0.446281,0.44214877,0.5123967,0.5289256,0.5289256,0.53305787,0.49586776,0.5,0.46694216,0.46694216,0.46694216,0.47933885,0.5,0.5206612,0.5082645,0.5041322,0.4752066,0.47933885,0.46694216,0.44214877,0.44214877,0.4338843,0.41322315,0.38842976,0.33471075,0.2107438,0.1983471,0.13636364,0.3429752,0.446281,0.49586776,0.5289256,0.5413223,0.5495868,0.5247934,0.5165289,0.5041322,0.49173555,0.5123967,0.5165289,0.5206612,0.53305787,0.53305787,0.5371901,0.553719,0.5165289,0.4876033,0.446281,0.5371901,0.62396693,0.6363636,0.59090906,0.6446281,0.6942149,0.8057851,0.71487606,0.57438016,0.5289256,0.5123967,0.49586776,0.46694216,0.45867768,0.49173555,0.47107437,0.46280992,0.40495867,0.45041323,0.5206612,0.5371901,0.5371901,0.5289256,0.5247934,0.5206612,0.4876033,0.49586776,0.5041322,0.5041322,0.5165289,0.5165289,0.49586776,0.48347107,0.4876033,0.46280992,0.47107437,0.44214877,0.446281,0.41322315,0.3966942,0.3429752,0.20247933,0.1983471,0.1322314,0.3677686,0.46280992,0.5165289,0.5247934,0.5289256,0.5495868,0.5165289,0.5289256,0.5206612,0.5413223,0.5206612,0.54545456,0.553719,0.553719,0.56198347,0.553719,0.5082645,0.5123967,0.5206612,0.5413223,0.6404959,0.77272725,0.6446281,0.57024795,0.6198347,0.6322314,0.6363636,0.59504133,0.5371901,0.5082645,0.5206612,0.5247934,0.5371901,0.53305787,0.5413223,0.5247934,0.5123967,0.41735536,0.42561984,0.45454547,0.5041322,0.5289256,0.5495868,0.5495868,0.54545456,0.54545456,0.5289256,0.5371901,0.5041322,0.5289256,0.5165289,0.47933885,0.46694216,0.49173555,0.45867768,0.46694216,0.45041323,0.44214877,0.42561984,0.38429752,0.35123968,0.20247933,0.20661157,0.12809917,0.39256197,0.46694216,0.5082645,0.5,0.5371901,0.5495868,0.54545456,0.54545456,0.5413223,0.5206612,0.553719,0.5495868,0.5495868,0.56198347,0.54545456,0.5206612,0.5413223,0.6198347,0.607438,0.59504133,0.553719,0.69008267,0.59917355,0.5371901,0.553719,0.53305787,0.5165289,0.5165289,0.4876033,0.47107437,0.46694216,0.47933885,0.5082645,0.5371901,0.553719,0.5661157,0.56198347,0.44214877,0.43801653,0.44214877,0.46694216,0.49173555,0.5495868,0.56198347,0.553719,0.56198347,0.553719,0.54545456,0.5289256,0.53305787,0.5123967,0.49586776,0.45867768,0.49173555,0.45454547,0.46280992,0.45867768,0.4338843,0.41735536,0.37603307,0.3553719,0.20247933,0.20661157,0.16528925,0.4090909,0.4876033,0.5041322,0.5165289,0.55785125,0.5785124,0.5661157,0.57024795,0.5661157,0.5413223,0.5413223,0.5371901,0.5371901,0.5495868,0.5247934,0.48347107,0.57438016,0.58264464,0.5495868,0.49586776,0.45454547,0.5082645,0.553719,0.49173555,0.46694216,0.44214877,0.45454547,0.45454547,0.40495867,0.37603307,0.3553719,0.338843,0.36363637,0.3966942,0.41735536,0.45867768,0.47107437,0.4338843,0.42975205,0.5041322,0.46280992,0.47933885,0.5082645,0.5495868,0.56198347,0.57438016,0.5661157,0.5206612,0.5289256,0.5289256,0.5082645,0.5041322,0.49173555,0.47933885,0.4752066,0.45867768,0.45867768,0.41735536,0.4090909,0.38429752,0.3553719,0.19421488,0.20661157,0.20661157,0.4214876,0.48347107,0.49586776,0.5247934,0.57438016,0.59504133,0.59090906,0.59090906,0.5785124,0.5495868,0.5371901,0.5413223,0.5413223,0.5289256,0.5082645,0.48347107,0.49586776,0.41322315,0.3181818,0.2603306,0.2603306,0.32231405,0.45454547,0.41322315,0.38842976,0.36363637,0.38842976,0.37603307,0.34710744,0.23553719,0.13636364,0.11983471,0.14876033,0.17355372,0.20661157,0.2603306,0.3140496,0.35123968,0.43801653,0.55785125,0.5,0.49173555,0.4876033,0.5165289,0.55785125,0.5785124,0.5413223,0.5247934,0.5,0.5041322,0.5,0.48347107,0.49586776,0.48347107,0.4876033,0.45867768,0.43801653,0.4214876,0.41322315,0.38429752,0.35123968,0.21487603,0.18181819,0.24793388,0.4214876,0.47933885,0.5,0.53305787,0.5661157,0.59090906,0.57024795,0.58677685,0.56198347,0.53305787,0.5247934,0.5206612,0.5289256,0.5082645,0.5123967,0.46694216,0.42975205,0.30578512,0.14049587,0.08264463,0.09917355,0.12809917,0.25619835,0.3429752,0.32231405,0.24380165,0.29752067,0.3181818,0.23966943,0.12809917,0.11157025,0.0661157,0.09504132,0.09504132,0.09090909,0.13636364,0.21900827,0.23966943,0.38016528,0.57024795,0.553719,0.5082645,0.49173555,0.5165289,0.5165289,0.5289256,0.5206612,0.49173555,0.47933885,0.47107437,0.4876033,0.4876033,0.49173555,0.48347107,0.5041322,0.446281,0.42975205,0.42561984,0.41322315,0.38429752,0.35950413,0.21900827,0.17768595,0.2892562,0.44214877,0.45867768,0.48347107,0.5289256,0.5495868,0.57024795,0.56198347,0.58264464,0.5495868,0.5123967,0.5123967,0.5165289,0.5123967,0.5123967,0.53305787,0.42561984,0.38429752,0.34710744,0.20661157,0.12809917,0.11983471,0.24380165,0.25619835,0.2768595,0.2603306,0.20661157,0.23553719,0.2892562,0.20247933,0.14049587,0.1446281,0.15289256,0.1694215,0.23553719,0.18181819,0.1446281,0.19421488,0.16528925,0.4338843,0.59917355,0.553719,0.54545456,0.5041322,0.5041322,0.5041322,0.46694216,0.48347107,0.45867768,0.45041323,0.45867768,0.4752066,0.46694216,0.45867768,0.46694216,0.4752066,0.4338843,0.4214876,0.41735536,0.4214876,0.39256197,0.3553719,0.18595041,0.2520661,0.33471075,0.44214877,0.4338843,0.46694216,0.49586776,0.5165289,0.54545456,0.56198347,0.5661157,0.5371901,0.5123967,0.49586776,0.49586776,0.5,0.5165289,0.54545456,0.42975205,0.41735536,0.446281,0.37190083,0.24380165,0.38429752,0.4752066,0.40082645,0.2644628,0.22727273,0.20661157,0.16528925,0.18181819,0.11570248,0.1322314,0.2520661,0.28099173,0.29338843,0.33471075,0.27272728,0.25619835,0.2603306,0.33471075,0.5123967,0.5661157,0.553719,0.5661157,0.5247934,0.49173555,0.4752066,0.46694216,0.46280992,0.42975205,0.4214876,0.4338843,0.44214877,0.45454547,0.446281,0.4214876,0.42975205,0.40495867,0.4090909,0.4090909,0.4214876,0.37603307,0.34710744,0.18181819,0.36363637,0.3264463,0.42561984,0.4214876,0.41735536,0.45867768,0.4876033,0.5165289,0.54545456,0.54545456,0.5082645,0.5041322,0.47107437,0.48347107,0.49586776,0.5247934,0.53305787,0.47107437,0.4876033,0.5123967,0.45867768,0.45041323,0.45867768,0.45041323,0.39256197,0.2603306,0.2520661,0.16528925,0.12809917,0.23140496,0.25619835,0.39256197,0.46280992,0.43801653,0.42975205,0.40082645,0.4214876,0.41322315,0.446281,0.5,0.5041322,0.5247934,0.53305787,0.55785125,0.5247934,0.4876033,0.44214877,0.42975205,0.41322315,0.40495867,0.41322315,0.41322315,0.42561984,0.4338843,0.41735536,0.40082645,0.38429752,0.37190083,0.39256197,0.39256197,0.40495867,0.36363637,0.35123968,0.18595041,0.4338843,0.3305785,0.42975205,0.41735536,0.39256197,0.42975205,0.44214877,0.47107437,0.5123967,0.5123967,0.5,0.5082645,0.45454547,0.48347107,0.5,0.5,0.5247934,0.5041322,0.5247934,0.53305787,0.49173555,0.49173555,0.48347107,0.45867768,0.40495867,0.35950413,0.32231405,0.20247933,0.21487603,0.33471075,0.46280992,0.53305787,0.5082645,0.47933885,0.45041323,0.44214877,0.4338843,0.43801653,0.42561984,0.48347107,0.4752066,0.49586776,0.5123967,0.5247934,0.5,0.48347107,0.45041323,0.38842976,0.37190083,0.38842976,0.3966942,0.4090909,0.42975205,0.41322315,0.38842976,0.37190083,0.34710744,0.34710744,0.36363637,0.38016528,0.38016528,0.3553719,0.3429752,0.17768595,0.33471075,0.34710744,0.41322315,0.40495867,0.39256197,0.38842976,0.4214876,0.42975205,0.46280992,0.5041322,0.5,0.47933885,0.44214877,0.46694216,0.48347107,0.47107437,0.5041322,0.5371901,0.5413223,0.54545456,0.4752066,0.5,0.49586776,0.49586776,0.46694216,0.48347107,0.46694216,0.3966942,0.446281,0.45041323,0.46280992,0.5289256,0.5206612,0.46694216,0.47107437,0.44214877,0.44214877,0.44214877,0.42561984,0.42561984,0.45041323,0.45454547,0.46694216,0.45867768,0.45454547,0.446281,0.3966942,0.38016528,0.35123968,0.3677686,0.36363637,0.40082645,0.38429752,0.41322315,0.38429752,0.3553719,0.3305785,0.32231405,0.35123968,0.36363637,0.3677686,0.34710744,0.3429752,0.2107438,0.19421488,0.3429752,0.4090909,0.40495867,0.40495867,0.38429752,0.3966942,0.42975205,0.44214877,0.4752066,0.49173555,0.45867768,0.446281,0.446281,0.43801653,0.45041323,0.5206612,0.5289256,0.49586776,0.5206612,0.4876033,0.5247934,0.5206612,0.49173555,0.49173555,0.5082645,0.5206612,0.47933885,0.5123967,0.5165289,0.54545456,0.5371901,0.5165289,0.46280992,0.46280992,0.446281,0.446281,0.46280992,0.43801653,0.446281,0.44214877,0.42975205,0.44214877,0.4214876,0.4214876,0.39256197,0.37190083,0.38016528,0.37190083,0.34710744,0.3677686,0.37603307,0.37603307,0.40082645,0.38429752,0.3429752,0.32231405,0.3181818,0.36363637,0.36363637,0.35123968,0.34710744,0.3553719,0.20247933,0.18181819,0.3264463,0.41735536,0.4090909,0.40495867,0.38016528,0.40082645,0.40082645,0.4214876,0.44214877,0.48347107,0.4752066,0.446281,0.38842976,0.3966942,0.47107437,0.49173555,0.46694216,0.5123967,0.5123967,0.5247934,0.553719,0.5495868,0.4876033,0.4876033,0.4876033,0.5041322,0.5,0.59504133,0.53305787,0.5495868,0.5123967,0.49173555,0.45867768,0.46280992,0.45041323,0.45454547,0.45454547,0.45867768,0.46694216,0.46280992,0.45041323,0.45041323,0.45041323,0.4338843,0.38842976,0.36363637,0.38016528,0.35123968,0.37190083,0.37190083,0.3677686,0.38016528,0.38429752,0.37190083,0.35123968,0.33471075,0.3264463,0.36363637,0.35123968,0.338843,0.35123968,0.338843,0.17768595,0.20247933,0.3553719,0.40082645,0.4214876,0.40495867,0.40495867,0.35950413,0.41735536,0.3966942,0.44214877,0.47933885,0.5,0.3429752,0.338843,0.42975205,0.47933885,0.49173555,0.47107437,0.5082645,0.5289256,0.5661157,0.53305787,0.5165289,0.4876033,0.48347107,0.47933885,0.47107437,0.5,0.53305787,0.5041322,0.49173555,0.5041322,0.4876033,0.46694216,0.44214877,0.42561984,0.41322315,0.41322315,0.42561984,0.44214877,0.45867768,0.47107437,0.45454547,0.46280992,0.446281,0.3966942,0.38016528,0.37190083,0.35123968,0.3677686,0.36363637,0.37603307,0.40082645,0.38429752,0.38016528,0.34710744,0.32231405,0.3429752,0.3429752,0.3677686,0.3264463,0.3305785,0.33471075,0.19008264,0.14876033,0.40495867,0.38016528,0.41322315,0.4090909,0.41322315,0.4090909,0.3677686,0.4214876,0.45454547,0.4752066,0.45867768,0.30165288,0.38016528,0.47107437,0.47933885,0.5,0.49173555,0.5041322,0.5206612,0.5041322,0.53305787,0.5165289,0.49173555,0.46694216,0.46694216,0.44214877,0.47107437,0.4876033,0.4752066,0.446281,0.47933885,0.46694216,0.44214877,0.42561984,0.42975205,0.3966942,0.41322315,0.39256197,0.38429752,0.4214876,0.43801653,0.446281,0.45454547,0.43801653,0.41735536,0.38016528,0.37603307,0.3553719,0.35123968,0.338843,0.37190083,0.38016528,0.39256197,0.37190083,0.3305785,0.35123968,0.35123968,0.338843,0.37190083,0.3429752,0.32231405,0.32231405,0.1983471,0.11157025,0.38429752,0.3966942,0.38842976,0.40495867,0.3966942,0.41735536,0.39256197,0.41735536,0.47107437,0.4752066,0.38429752,0.3429752,0.3677686,0.4338843,0.5,0.49173555,0.45454547,0.446281,0.46694216,0.46694216,0.5289256,0.5041322,0.446281,0.37603307,0.4338843,0.40082645,0.42561984,0.42975205,0.42975205,0.38429752,0.41735536,0.40495867,0.38842976,0.38842976,0.38016528,0.3553719,0.38429752,0.38842976,0.39256197,0.3966942,0.37190083,0.34710744,0.35123968,0.3966942,0.40082645,0.35950413,0.34710744,0.38429752,0.3305785,0.35123968,0.3553719,0.36363637,0.38842976,0.38429752,0.3264463,0.35123968,0.35950413,0.38016528,0.3553719,0.3553719,0.3181818,0.3181818,0.19421488,0.15289256,0.3264463,0.41735536,0.4090909,0.38016528,0.38016528,0.39256197,0.41735536,0.43801653,0.4876033,0.40082645,0.35123968,0.34710744,0.27272728,0.47107437,0.4752066,0.39256197,0.37190083,0.38016528,0.4338843,0.38842976,0.42561984,0.3553719,0.2892562,0.21900827,0.30991736,0.30991736,0.3305785,0.32231405,0.30165288,0.25619835,0.2768595,0.28099173,0.2644628,0.24380165,0.26859504,0.2603306,0.2768595,0.3140496,0.32231405,0.37190083,0.30578512,0.24380165,0.2107438,0.21487603,0.28512397,0.37190083,0.338843,0.37603307,0.3429752,0.3553719,0.37190083,0.38429752,0.38429752,0.37190083,0.32231405,0.35123968,0.3677686,0.37190083,0.35123968,0.33471075,0.30165288,0.3181818,0.17355372,0.1694215,0.29338843,0.42975205,0.38016528,0.4090909,0.37190083,0.39256197,0.44214877,0.45041323,0.47933885,0.40495867,0.3181818,0.2892562,0.2231405,0.446281,0.29752067,0.21487603,0.26859504,0.34710744,0.36363637,0.3140496,0.28512397,0.23140496,0.19421488,0.14049587,0.19008264,0.2231405,0.23140496,0.24380165,0.17768595,0.18595041,0.17355372,0.18595041,0.19421488,0.19421488,0.17355372,0.1570248,0.14876033,0.20247933,0.21900827,0.23140496,0.21900827,0.18181819,0.11157025,0.09090909,0.20247933,0.33471075,0.30578512,0.36363637,0.35950413,0.3553719,0.38429752,0.37603307,0.37603307,0.36363637,0.3429752,0.38429752,0.3677686,0.34710744,0.36363637,0.3305785,0.30578512,0.28512397,0.19421488,0.17768595,0.27272728,0.42561984,0.38429752,0.41735536,0.37603307,0.3966942,0.446281,0.446281,0.4752066,0.38016528,0.3140496,0.23553719,0.25619835,0.3429752,0.1322314,0.09090909,0.15289256,0.24793388,0.23140496,0.21900827,0.21487603,0.21487603,0.25619835,0.22727273,0.24793388,0.27272728,0.34710744,0.338843,0.23966943,0.3677686,0.40082645,0.37190083,0.40495867,0.28099173,0.28099173,0.33471075,0.17768595,0.27272728,0.29338843,0.17768595,0.1570248,0.11157025,0.10743801,0.1322314,0.27272728,0.3677686,0.2892562,0.3264463,0.3553719,0.36363637,0.38016528,0.38016528,0.36363637,0.3305785,0.3553719,0.338843,0.33471075,0.34710744,0.35123968,0.3140496,0.26859504,0.2520661,0.19008264,0.17768595,0.23140496,0.40082645,0.41322315,0.4090909,0.37603307,0.37190083,0.42975205,0.45454547,0.45041323,0.38842976,0.30165288,0.20247933,0.32231405,0.42561984,0.24793388,0.26859504,0.24380165,0.24793388,0.28512397,0.4214876,0.40082645,0.30165288,0.4752066,0.3429752,0.48347107,0.5123967,0.553719,0.45454547,0.33471075,0.5371901,0.6404959,0.6570248,0.59090906,0.29338843,0.38016528,0.4214876,0.18181819,0.37190083,0.4338843,0.29752067,0.35123968,0.34710744,0.3305785,0.3140496,0.4338843,0.40082645,0.3305785,0.30578512,0.3181818,0.34710744,0.35950413,0.36363637,0.3553719,0.32231405,0.3264463,0.338843,0.34710744,0.3264463,0.3140496,0.27272728,0.2520661,0.25619835,0.19008264,0.18181819,0.16115703,0.39256197,0.4090909,0.40082645,0.38842976,0.37190083,0.4090909,0.44214877,0.4338843,0.40082645,0.2768595,0.24380165,0.39256197,0.5,0.4214876,0.47107437,0.45454547,0.49586776,0.4214876,0.4214876,0.47107437,0.2107438,0.29338843,0.18181819,0.4090909,0.4214876,0.3305785,0.19008264,0.13636364,0.23140496,0.30578512,0.37190083,0.30578512,0.11570248,0.2892562,0.36363637,0.33471075,0.41322315,0.446281,0.46280992,0.46694216,0.42975205,0.37603307,0.44214877,0.47107437,0.4214876,0.34710744,0.3140496,0.26859504,0.33471075,0.35123968,0.3429752,0.30578512,0.3264463,0.28099173,0.3305785,0.30578512,0.29752067,0.30165288,0.23553719,0.24793388,0.2520661,0.19421488,0.18181819,0.17355372,0.30578512,0.4090909,0.39256197,0.3966942,0.38429752,0.38842976,0.41735536,0.41322315,0.38016528,0.3429752,0.3140496,0.446281,0.49173555,0.5123967,0.4338843,0.46280992,0.47107437,0.47933885,0.46280992,0.446281,0.3966942,0.39256197,0.3429752,0.35123968,0.32231405,0.25619835,0.18595041,0.12809917,0.15289256,0.2768595,0.3677686,0.37190083,0.45041323,0.45454547,0.43801653,0.4090909,0.3966942,0.4752066,0.41735536,0.45454547,0.3966942,0.41735536,0.4876033,0.45041323,0.43801653,0.38842976,0.30991736,0.2892562,0.30578512,0.338843,0.3181818,0.29752067,0.30578512,0.3305785,0.3181818,0.30991736,0.29338843,0.28099173,0.24380165,0.2520661,0.24793388,0.1694215,0.20661157,0.18595041,0.24380165,0.40082645,0.39256197,0.4090909,0.37190083,0.38429752,0.38016528,0.4090909,0.37190083,0.3429752,0.38016528,0.4876033,0.49586776,0.5289256,0.4752066,0.45867768,0.446281,0.46280992,0.5,0.49173555,0.4752066,0.5123967,0.5082645,0.4752066,0.4876033,0.49586776,0.4752066,0.446281,0.53305787,0.5371901,0.5413223,0.5041322,0.48347107,0.42975205,0.40082645,0.3966942,0.5082645,0.5082645,0.4338843,0.41735536,0.42561984,0.47107437,0.45867768,0.446281,0.446281,0.41322315,0.35950413,0.28512397,0.30165288,0.30578512,0.27272728,0.29752067,0.29752067,0.2892562,0.30991736,0.30165288,0.28099173,0.2520661,0.23966943,0.23966943,0.23966943,0.18181819,0.17768595,0.18181819,0.20247933,0.3677686,0.40082645,0.37603307,0.38429752,0.3677686,0.37603307,0.39256197,0.36363637,0.3181818,0.38842976,0.5,0.5,0.49586776,0.5041322,0.4752066,0.4338843,0.44214877,0.661157,0.61570245,0.4752066,0.5082645,0.53305787,0.56198347,0.60330576,0.60330576,0.5661157,0.55785125,0.58677685,0.60330576,0.75619835,0.6859504,0.446281,0.40495867,0.38842976,0.48347107,0.5206612,0.45454547,0.43801653,0.446281,0.46280992,0.45454547,0.446281,0.43801653,0.4338843,0.41322315,0.3677686,0.29752067,0.2892562,0.30991736,0.27272728,0.28099173,0.2768595,0.28099173,0.28512397,0.28512397,0.26859504,0.22727273,0.22727273,0.24380165,0.24380165,0.18181819,0.1983471,0.18181819,0.14049587,0.33471075,0.3966942,0.37603307,0.38016528,0.35950413,0.3553719,0.36363637,0.34710744,0.32231405,0.38842976,0.48347107,0.49586776,0.4752066,0.5041322,0.5165289,0.446281,0.43801653,0.6363636,0.71900827,0.46280992,0.45867768,0.5247934,0.55785125,0.6570248,0.6694215,0.5661157,0.55785125,0.59090906,0.58677685,0.8140496,0.5123967,0.35950413,0.36363637,0.38016528,0.39256197,0.42561984,0.42975205,0.44214877,0.45454547,0.45041323,0.42975205,0.446281,0.42975205,0.45041323,0.40495867,0.35950413,0.30991736,0.28512397,0.2768595,0.28099173,0.2520661,0.26859504,0.28512397,0.29752067,0.24380165,0.22727273,0.23966943,0.21900827,0.24380165,0.23140496,0.18595041,0.19008264,0.19421488,0.19421488,0.19421488,0.38842976,0.38016528,0.38429752,0.3429752,0.3553719,0.35123968,0.34710744,0.35123968,0.38429752,0.45867768,0.49173555,0.4752066,0.47107437,0.5413223,0.48347107,0.44214877,0.49586776,0.5247934,0.41322315,0.4214876,0.45041323,0.5041322,0.5289256,0.59917355,0.4752066,0.47933885,0.49586776,0.45041323,0.39256197,0.3305785,0.3181818,0.32231405,0.3677686,0.3429752,0.37190083,0.40495867,0.4214876,0.42975205,0.41735536,0.4214876,0.42975205,0.4338843,0.43801653,0.38842976,0.3429752,0.3305785,0.29338843,0.2768595,0.25619835,0.25619835,0.28512397,0.2892562,0.26859504,0.24793388,0.22727273,0.20661157,0.23553719,0.22727273,0.20247933,0.19008264,0.19421488,0.18595041,0.19008264,0.18181819,0.33471075,0.38429752,0.37190083,0.34710744,0.3429752,0.32231405,0.33471075,0.37190083,0.38429752,0.41735536,0.47107437,0.47933885,0.42975205,0.47933885,0.48347107,0.46280992,0.45454547,0.45041323,0.38429752,0.38016528,0.37190083,0.41322315,0.40495867,0.47107437,0.4090909,0.41322315,0.3677686,0.34710744,0.30578512,0.30165288,0.2892562,0.30578512,0.30991736,0.30991736,0.37603307,0.40495867,0.40495867,0.39256197,0.39256197,0.3966942,0.4090909,0.41322315,0.39256197,0.35123968,0.3429752,0.33471075,0.28099173,0.26859504,0.24793388,0.26859504,0.2644628,0.2768595,0.2231405,0.24380165,0.22727273,0.23966943,0.23966943,0.24380165,0.15289256,0.18595041,0.19421488,0.18181819,0.18181819,0.16528925,0.2892562,0.38429752,0.35123968,0.35123968,0.33471075,0.3264463,0.3305785,0.38016528,0.3553719,0.40495867,0.44214877,0.446281,0.446281,0.4214876,0.43801653,0.45867768,0.446281,0.39256197,0.37190083,0.3429752,0.3181818,0.3429752,0.3264463,0.3553719,0.33471075,0.32231405,0.29338843,0.28099173,0.2520661,0.25619835,0.23553719,0.2603306,0.28099173,0.338843,0.3677686,0.3677686,0.37190083,0.35123968,0.3677686,0.38429752,0.38842976,0.38016528,0.37190083,0.37190083,0.35950413,0.28512397,0.26859504,0.24793388,0.24793388,0.25619835,0.2644628,0.2231405,0.23966943,0.22727273,0.24380165,0.23966943,0.23966943,0.18595041,0.1322314,0.1983471,0.19008264,0.18595041,0.19421488,0.17768595,0.19421488,0.38429752,0.36363637,0.33471075,0.338843,0.3181818,0.338843,0.3553719,0.35950413,0.41735536,0.4090909,0.41735536,0.446281,0.41322315,0.40082645,0.40495867,0.3966942,0.38429752,0.34710744,0.30991736,0.2603306,0.2603306,0.24380165,0.2520661,0.2520661,0.23140496,0.23553719,0.2107438,0.1983471,0.1983471,0.21487603,0.26859504,0.2892562,0.28512397,0.30578512,0.30991736,0.3305785,0.3305785,0.34710744,0.37603307,0.36363637,0.35123968,0.38016528,0.38016528,0.3305785,0.28099173,0.25619835,0.24380165,0.23140496,0.27272728,0.23966943,0.23553719,0.23553719,0.21487603,0.24380165,0.24793388,0.23553719,0.16528925,0.13636364,0.19421488,0.18181819,0.17768595,0.18181819,0.19008264,0.17768595,0.2768595,0.37603307,0.34710744,0.33471075,0.3264463,0.3264463,0.35123968,0.35950413,0.39256197,0.37190083,0.41322315,0.4214876,0.4214876,0.40082645,0.39256197,0.3429752,0.30991736,0.28099173,0.28099173,0.24793388,0.2107438,0.20661157,0.20247933,0.19421488,0.19008264,0.18181819,0.18181819,0.20247933,0.20661157,0.2107438,0.20661157,0.2107438,0.24380165,0.2520661,0.2644628,0.2892562,0.30991736,0.3305785,0.34710744,0.338843,0.3677686,0.37603307,0.36363637,0.30165288,0.2768595,0.26859504,0.23140496,0.24793388,0.23966943,0.23553719,0.21487603,0.2231405,0.23553719,0.25619835,0.24793388,0.1983471,0.1322314,0.12809917,0.20247933,0.17768595,0.17355372,0.19008264,0.18181819,0.1983471,0.19008264,0.34710744,0.35950413,0.3264463,0.3140496,0.3305785,0.33471075,0.35950413,0.30578512,0.36363637,0.39256197,0.43801653,0.41322315,0.40082645,0.38016528,0.3264463,0.2768595,0.2231405,0.19421488,0.17355372,0.16115703,0.17355372,0.16528925,0.1322314,0.16528925,0.1322314,0.16115703,0.14876033,0.14876033,0.1322314,0.14876033,0.17355372,0.21487603,0.2231405,0.27272728,0.28099173,0.32231405,0.3305785,0.3181818,0.35950413,0.37603307,0.38429752,0.38429752,0.30578512,0.30165288,0.23553719,0.2231405,0.23553719,0.20661157,0.2107438,0.21900827,0.24380165,0.2603306,0.24793388,0.23140496,0.15289256,0.1446281,0.1322314,0.19421488,0.18181819,0.1983471,0.17355372,0.17768595,0.18595041,0.15289256,0.30165288,0.36363637,0.33471075,0.32231405,0.30165288,0.3140496,0.37190083,0.24793388,0.37603307,0.38842976,0.45454547,0.4214876,0.39256197,0.38016528,0.35123968,0.3181818,0.21900827,0.20247933,0.1694215,0.16528925,0.1570248,0.1446281,0.12809917,0.12396694,0.1322314,0.12396694,0.12809917,0.12809917,0.14049587,0.18181819,0.23553719,0.23966943,0.25619835,0.2768595,0.30578512,0.338843,0.3181818,0.34710744,0.37603307,0.40495867,0.38429752,0.35950413,0.3140496,0.27272728,0.21487603,0.2231405,0.20661157,0.20247933,0.2107438,0.22727273,0.2603306,0.2603306,0.24380165,0.20661157,0.14049587,0.12396694,0.14049587,0.2520661,0.23966943,0.26859504,0.2644628,0.23966943,0.2107438,0.1446281,0.3553719,0.5247934,0.30578512,0.33471075,0.2644628,0.2768595,0.3264463,0.25619835,0.3305785,0.37603307,0.44214877,0.45867768,0.42561984,0.38429752,0.37603307,0.34710744,0.2603306,0.24793388,0.2107438,0.1983471,0.18595041,0.1694215,0.15289256,0.14876033,0.14876033,0.1322314,0.1446281,0.18181819,0.23553719,0.2644628,0.28512397,0.2768595,0.2892562,0.30991736,0.32231405,0.3264463,0.36363637,0.3677686,0.36363637,0.40495867,0.38429752,0.3429752,0.29338843,0.2231405,0.16115703,0.22727273,0.21487603,0.2107438,0.22727273,0.2520661,0.2603306,0.24793388,0.23966943,0.19421488,0.11570248,0.14876033,0.1322314,0.5206612,0.6528926,0.7066116,0.57438016,0.446281,0.38842976,0.28099173,0.36363637,0.8264463,0.36363637,0.3140496,0.30165288,0.2768595,0.27272728,0.2644628,0.23966943,0.38016528,0.40082645,0.46694216,0.41322315,0.42975205,0.40495867,0.38842976,0.338843,0.3264463,0.30991736,0.30165288,0.28512397,0.26859504,0.25619835,0.24793388,0.27272728,0.23553719,0.29338843,0.3181818,0.35123968,0.3140496,0.3429752,0.338843,0.36363637,0.34710744,0.3264463,0.36363637,0.38842976,0.37190083,0.35950413,0.36363637,0.36363637,0.30578512,0.25619835,0.17355372,0.1570248,0.1983471,0.2107438,0.2107438,0.25619835,0.24380165,0.2603306,0.23140496,0.23966943,0.18181819,0.11983471,0.15289256,0.13636364,0.61157024,0.5371901,0.45041323,0.30165288,0.3677686,0.46280992,0.58264464,0.44214877,0.76859504,0.6487603,0.32231405,0.3140496,0.30991736,0.2644628,0.23966943,0.21900827,0.3140496,0.38016528,0.42975205,0.4090909,0.44214877,0.4090909,0.40495867,0.37603307,0.40082645,0.38842976,0.40495867,0.38016528,0.38429752,0.37190083,0.37603307,0.38016528,0.37190083,0.39256197,0.39256197,0.4214876,0.40495867,0.38429752,0.3966942,0.38842976,0.39256197,0.37190083,0.338843,0.37190083,0.37190083,0.29338843,0.3553719,0.3140496,0.2231405,0.18595041,0.1570248,0.16528925,0.19008264,0.20661157,0.24380165,0.27272728,0.24380165,0.23553719,0.24380165,0.19421488,0.2768595,0.13636364,0.14049587,0.14876033,0.6280992,0.55785125,0.5247934,0.43801653,0.42975205,0.30991736,0.3966942,0.47107437,0.59090906,0.91735536,0.45041323,0.29752067,0.3264463,0.28512397,0.2231405,0.23140496,0.30991736,0.3264463,0.3966942,0.338843,0.3553719,0.35123968,0.3677686,0.36363637,0.37603307,0.40495867,0.4338843,0.41735536,0.4090909,0.38429752,0.4090909,0.4090909,0.4338843,0.4338843,0.4090909,0.44214877,0.45867768,0.41735536,0.40495867,0.41735536,0.3677686,0.3677686,0.32231405,0.30578512,0.35950413,0.29338843,0.23966943,0.24380165,0.14876033,0.16528925,0.1570248,0.16115703,0.18181819,0.21900827,0.28099173,0.2603306,0.22727273,0.23966943,0.24380165,0.2107438,0.2231405,0.20661157,0.12809917,0.1322314,0.45867768,0.57024795,0.46280992,0.41735536,0.5165289,0.5041322,0.3553719,0.46280992,0.41735536,0.78099173,0.892562,0.43801653,0.29752067,0.32231405,0.2520661,0.2107438,0.21487603,0.2520661,0.27272728,0.25619835,0.22727273,0.24380165,0.2644628,0.2768595,0.30578512,0.3966942,0.39256197,0.41735536,0.41322315,0.38016528,0.35950413,0.39256197,0.36363637,0.38842976,0.40495867,0.3966942,0.4214876,0.40082645,0.3966942,0.37190083,0.32231405,0.3429752,0.27272728,0.2768595,0.30165288,0.2603306,0.18595041,0.17355372,0.1694215,0.1446281,0.16115703,0.17355372,0.21487603,0.2644628,0.2603306,0.23140496,0.23140496,0.22727273,0.24380165,0.19421488,0.20661157,0.21900827,0.14049587,0.12809917,0.38842976,0.838843,0.59504133,0.3305785,0.38842976,0.4214876,0.4338843,0.46280992,0.47107437,0.46280992,0.8801653,0.7355372,0.338843,0.3305785,0.33471075,0.20661157,0.17768595,0.19421488,0.1983471,0.24380165,0.18595041,0.1983471,0.2231405,0.20247933,0.29752067,0.2892562,0.23140496,0.34710744,0.28099173,0.30165288,0.24793388,0.2768595,0.2768595,0.38016528,0.338843,0.38016528,0.39256197,0.34710744,0.33471075,0.29752067,0.2892562,0.27272728,0.1983471,0.23553719,0.19421488,0.1983471,0.17355372,0.11983471,0.16528925,0.1322314,0.15289256,0.1983471,0.25619835,0.2520661,0.23140496,0.23140496,0.24380165,0.2107438,0.24380165,0.14049587,0.30991736,0.1983471,0.1322314,0.14876033,0.48347107,0.8512397,0.58264464,0.33471075,0.28099173,0.2520661,0.45041323,0.47107437,0.47107437,0.45454547,0.677686,0.8553719,0.607438,0.38016528,0.32231405,0.25619835,0.18181819,0.19008264,0.15289256,0.1983471,0.1694215,0.17355372,0.1694215,0.19008264,0.21900827,0.25619835,0.18595041,0.2768595,0.21900827,0.20247933,0.1983471,0.23966943,0.20247933,0.30991736,0.2892562,0.3140496,0.32231405,0.21900827,0.28512397,0.23140496,0.20247933,0.20247933,0.16528925,0.1570248,0.1446281,0.14876033,0.13636364,0.11157025,0.13636364,0.15289256,0.19421488,0.23966943,0.25619835,0.2231405,0.23140496,0.23140496,0.22727273,0.22727273,0.17768595,0.16115703,0.43801653,0.2107438,0.20661157,0.18181819,0.5785124,0.8429752,0.5289256,0.32231405,0.27272728,0.2603306,0.49586776,0.45041323,0.46694216,0.46694216,0.6446281,0.8347107,0.892562,0.5082645,0.28512397,0.29338843,0.21487603,0.1570248,0.16115703,0.1570248,0.13636364,0.14876033,0.15289256,0.1570248,0.18181819,0.19421488,0.17768595,0.17768595,0.19421488,0.17768595,0.19008264,0.18181819,0.14876033,0.24380165,0.21900827,0.21900827,0.23140496,0.19008264,0.1983471,0.17768595,0.1322314,0.16115703,0.17355372,0.14049587,0.12809917,0.14876033,0.12809917,0.11157025,0.14876033,0.18595041,0.23553719,0.24380165,0.22727273,0.2231405,0.21487603,0.23140496,0.21900827,0.19421488,0.16115703,0.2520661,0.6694215,0.2231405,0.3264463,0.3677686,21 +0.18181819,0.338843,0.3553719,0.40495867,0.43801653,0.45867768,0.47107437,0.47933885,0.49173555,0.47933885,0.4752066,0.49173555,0.48347107,0.48347107,0.47933885,0.5082645,0.5082645,0.5123967,0.5206612,0.5289256,0.5495868,0.57024795,0.58264464,0.55785125,0.5661157,0.59090906,0.57024795,0.55785125,0.58264464,0.5785124,0.5661157,0.57438016,0.5661157,0.553719,0.53305787,0.53305787,0.53305787,0.5247934,0.47933885,0.4876033,0.47933885,0.45454547,0.446281,0.45041323,0.42561984,0.41735536,0.40495867,0.39256197,0.4214876,0.40495867,0.40495867,0.3966942,0.3966942,0.3677686,0.38429752,0.34710744,0.3140496,0.25619835,0.21487603,0.12396694,0.14049587,0.13636364,0.11983471,0.14049587,0.27272728,0.3181818,0.38842976,0.4214876,0.446281,0.46694216,0.4752066,0.48347107,0.48347107,0.48347107,0.48347107,0.4876033,0.4876033,0.49173555,0.4876033,0.5247934,0.53305787,0.5289256,0.55785125,0.553719,0.55785125,0.57438016,0.58264464,0.5785124,0.5661157,0.58264464,0.57438016,0.56198347,0.58264464,0.59504133,0.57438016,0.58264464,0.5661157,0.57024795,0.53305787,0.55785125,0.56198347,0.553719,0.5413223,0.5,0.49586776,0.48347107,0.4752066,0.45454547,0.45041323,0.446281,0.4338843,0.41735536,0.40495867,0.3966942,0.40495867,0.3966942,0.40082645,0.37603307,0.3966942,0.36363637,0.3305785,0.29338843,0.23553719,0.14049587,0.12809917,0.14049587,0.12396694,0.1446281,0.30991736,0.35123968,0.41322315,0.44214877,0.45041323,0.4876033,0.49173555,0.47933885,0.47933885,0.48347107,0.48347107,0.49173555,0.5,0.5,0.5165289,0.5289256,0.5371901,0.553719,0.5785124,0.58264464,0.58677685,0.59917355,0.60330576,0.59917355,0.58264464,0.59090906,0.59504133,0.5785124,0.58264464,0.61157024,0.60330576,0.59090906,0.56198347,0.57024795,0.5661157,0.57024795,0.5785124,0.5785124,0.5785124,0.5371901,0.5206612,0.5247934,0.5,0.4876033,0.4876033,0.4752066,0.46694216,0.446281,0.41322315,0.41735536,0.40495867,0.3966942,0.4090909,0.39256197,0.38842976,0.38016528,0.3553719,0.32231405,0.23553719,0.17768595,0.1322314,0.12396694,0.11570248,0.12809917,0.3264463,0.3677686,0.4338843,0.45041323,0.5165289,0.49173555,0.5,0.48347107,0.47933885,0.5,0.5247934,0.5082645,0.5247934,0.49586776,0.5413223,0.5413223,0.56198347,0.57024795,0.607438,0.61570245,0.62396693,0.6404959,0.6487603,0.6818182,0.6818182,0.6363636,0.61570245,0.59504133,0.61157024,0.62396693,0.6363636,0.6280992,0.59917355,0.61570245,0.6198347,0.60330576,0.607438,0.62396693,0.61157024,0.607438,0.58677685,0.58264464,0.553719,0.54545456,0.53305787,0.49173555,0.48347107,0.45867768,0.42975205,0.4090909,0.38429752,0.37603307,0.39256197,0.39256197,0.38429752,0.38842976,0.3553719,0.338843,0.26859504,0.20247933,0.14876033,0.11570248,0.10743801,0.13636364,0.30165288,0.38016528,0.44214877,0.46694216,0.49173555,0.49173555,0.4876033,0.5,0.47933885,0.49173555,0.5165289,0.5082645,0.5289256,0.5247934,0.56198347,0.57438016,0.5785124,0.5785124,0.60330576,0.6487603,0.6694215,0.6983471,0.7107438,0.7231405,0.73140496,0.7107438,0.6404959,0.6280992,0.6528926,0.6818182,0.6859504,0.6735537,0.6528926,0.6694215,0.6735537,0.6652893,0.6528926,0.6528926,0.6404959,0.6322314,0.6404959,0.58264464,0.56198347,0.5289256,0.5247934,0.48347107,0.46280992,0.42975205,0.4090909,0.37603307,0.34710744,0.3264463,0.3181818,0.34710744,0.38016528,0.38016528,0.3553719,0.3264463,0.2768595,0.24380165,0.16115703,0.10743801,0.11157025,0.12396694,0.29338843,0.40082645,0.45867768,0.46694216,0.47933885,0.4876033,0.49586776,0.5041322,0.5,0.4752066,0.5041322,0.5,0.5082645,0.49586776,0.5371901,0.5495868,0.55785125,0.57438016,0.58264464,0.6280992,0.661157,0.6942149,0.7355372,0.70247936,0.661157,0.6942149,0.661157,0.61570245,0.6735537,0.677686,0.69008267,0.69008267,0.71487606,0.7066116,0.70247936,0.6942149,0.6694215,0.6198347,0.58264464,0.59917355,0.58677685,0.49586776,0.4876033,0.45867768,0.41322315,0.40082645,0.37603307,0.3305785,0.36363637,0.338843,0.33471075,0.3264463,0.2768595,0.28099173,0.3181818,0.35123968,0.338843,0.3305785,0.29752067,0.2644628,0.17355372,0.10743801,0.11157025,0.12396694,0.3429752,0.41735536,0.446281,0.45041323,0.4876033,0.5041322,0.5041322,0.5371901,0.446281,0.446281,0.47107437,0.45454547,0.46694216,0.45041323,0.47107437,0.4752066,0.5165289,0.5247934,0.53305787,0.53305787,0.57024795,0.5785124,0.61157024,0.58677685,0.5661157,0.60330576,0.62396693,0.607438,0.6404959,0.6322314,0.62396693,0.6363636,0.677686,0.6528926,0.661157,0.6446281,0.59504133,0.5289256,0.5165289,0.5206612,0.4876033,0.41322315,0.39256197,0.3264463,0.28512397,0.28099173,0.27272728,0.26859504,0.2892562,0.28512397,0.30578512,0.3553719,0.30991736,0.2768595,0.2644628,0.2892562,0.3305785,0.3181818,0.30578512,0.28099173,0.18181819,0.10743801,0.11983471,0.10743801,0.37603307,0.4214876,0.43801653,0.446281,0.4876033,0.5082645,0.5082645,0.5,0.37603307,0.41322315,0.41322315,0.42561984,0.3966942,0.3966942,0.3966942,0.37603307,0.4090909,0.38429752,0.38429752,0.39256197,0.40082645,0.41735536,0.45867768,0.43801653,0.43801653,0.48347107,0.5165289,0.57024795,0.57024795,0.5661157,0.56198347,0.58677685,0.62396693,0.58264464,0.5785124,0.56198347,0.5123967,0.44214877,0.44214877,0.45041323,0.37190083,0.3181818,0.28512397,0.23966943,0.23553719,0.25619835,0.23966943,0.2644628,0.2603306,0.28512397,0.2892562,0.28512397,0.30991736,0.2892562,0.26859504,0.24380165,0.2644628,0.30165288,0.30165288,0.28512397,0.2107438,0.12809917,0.11157025,0.11157025,0.37603307,0.42975205,0.43801653,0.446281,0.4876033,0.48347107,0.46280992,0.40082645,0.3553719,0.3966942,0.38842976,0.38842976,0.3429752,0.338843,0.34710744,0.3140496,0.28512397,0.2520661,0.26859504,0.27272728,0.26859504,0.30578512,0.32231405,0.30578512,0.3181818,0.3677686,0.4214876,0.4876033,0.5041322,0.5,0.5123967,0.5247934,0.553719,0.5371901,0.5165289,0.5,0.42975205,0.38842976,0.3677686,0.338843,0.30991736,0.28099173,0.2644628,0.24793388,0.23966943,0.22727273,0.2603306,0.27272728,0.29752067,0.338843,0.35123968,0.30991736,0.33471075,0.338843,0.32231405,0.30991736,0.24380165,0.2644628,0.30165288,0.28512397,0.24793388,0.11157025,0.12396694,0.11570248,0.39256197,0.41322315,0.43801653,0.43801653,0.47933885,0.4338843,0.40082645,0.41322315,0.40082645,0.4214876,0.38842976,0.37603307,0.3677686,0.3553719,0.3264463,0.30991736,0.30991736,0.24380165,0.24793388,0.25619835,0.2520661,0.24380165,0.29338843,0.2644628,0.27272728,0.30578512,0.3429752,0.40082645,0.44214877,0.46280992,0.47933885,0.47933885,0.48347107,0.4876033,0.47933885,0.45454547,0.3966942,0.35123968,0.3181818,0.29338843,0.28512397,0.24380165,0.24793388,0.24793388,0.23553719,0.2603306,0.32231405,0.338843,0.37190083,0.40082645,0.40495867,0.4090909,0.40082645,0.38429752,0.36363637,0.37603307,0.32231405,0.25619835,0.2768595,0.2892562,0.2603306,0.13636364,0.1322314,0.12396694,0.38842976,0.41322315,0.4214876,0.47107437,0.44214877,0.37603307,0.3966942,0.47107437,0.46694216,0.47933885,0.43801653,0.4090909,0.41735536,0.4214876,0.40082645,0.38016528,0.3264463,0.30165288,0.26859504,0.2520661,0.25619835,0.24793388,0.2603306,0.2644628,0.27272728,0.29752067,0.3264463,0.37603307,0.40082645,0.43801653,0.446281,0.4752066,0.45041323,0.45041323,0.446281,0.4090909,0.3677686,0.3140496,0.28512397,0.2644628,0.22727273,0.23966943,0.23966943,0.27272728,0.3181818,0.38429752,0.41322315,0.4090909,0.42561984,0.43801653,0.4338843,0.44214877,0.42975205,0.4214876,0.4214876,0.4214876,0.38429752,0.30165288,0.2644628,0.2892562,0.27272728,0.1694215,0.11570248,0.10743801,0.39256197,0.4090909,0.4338843,0.446281,0.40082645,0.3677686,0.47107437,0.49173555,0.5165289,0.49586776,0.4752066,0.45041323,0.44214877,0.46280992,0.47107437,0.4752066,0.46694216,0.45454547,0.43801653,0.3966942,0.35123968,0.30578512,0.30578512,0.2768595,0.28512397,0.3181818,0.338843,0.3677686,0.3966942,0.4338843,0.44214877,0.45454547,0.42561984,0.41735536,0.4090909,0.39256197,0.3553719,0.32231405,0.27272728,0.23966943,0.23140496,0.2603306,0.28099173,0.3429752,0.41735536,0.45867768,0.446281,0.42975205,0.41322315,0.42975205,0.4214876,0.4338843,0.46694216,0.47107437,0.45454547,0.43801653,0.40495867,0.35123968,0.28099173,0.28512397,0.28512397,0.19008264,0.11570248,0.10743801,0.39256197,0.4214876,0.45041323,0.41322315,0.38016528,0.45454547,0.4876033,0.5041322,0.53305787,0.5289256,0.5,0.5041322,0.5,0.5,0.49586776,0.5041322,0.5165289,0.5123967,0.47933885,0.46694216,0.44214877,0.38016528,0.37190083,0.3140496,0.2892562,0.3181818,0.34710744,0.3966942,0.4338843,0.45041323,0.46280992,0.46280992,0.47107437,0.45041323,0.42561984,0.41735536,0.38016528,0.3429752,0.27272728,0.24380165,0.25619835,0.2892562,0.30165288,0.36363637,0.40082645,0.4214876,0.4338843,0.40082645,0.3677686,0.3677686,0.35123968,0.37603307,0.42561984,0.45454547,0.45041323,0.44214877,0.4090909,0.36363637,0.30578512,0.27272728,0.30165288,0.20247933,0.11570248,0.10330579,0.39256197,0.42975205,0.45041323,0.41735536,0.41322315,0.45454547,0.5041322,0.5082645,0.5289256,0.5495868,0.5123967,0.5413223,0.5165289,0.46280992,0.40495867,0.3966942,0.4338843,0.41735536,0.38842976,0.3677686,0.3140496,0.32231405,0.3677686,0.36363637,0.34710744,0.29338843,0.34710744,0.446281,0.49586776,0.5,0.5,0.53305787,0.5495868,0.5,0.45867768,0.45041323,0.4090909,0.34710744,0.2603306,0.2603306,0.2768595,0.28512397,0.3305785,0.338843,0.41322315,0.46694216,0.49586776,0.45454547,0.39256197,0.4090909,0.36363637,0.3677686,0.3553719,0.37190083,0.35950413,0.42561984,0.40495867,0.3553719,0.3305785,0.29338843,0.2892562,0.21487603,0.12809917,0.09917355,0.39256197,0.44214877,0.446281,0.45041323,0.43801653,0.45454547,0.49173555,0.5165289,0.5371901,0.55785125,0.5082645,0.4752066,0.38842976,0.3429752,0.38429752,0.4752066,0.5041322,0.45454547,0.40082645,0.35123968,0.2768595,0.25619835,0.2644628,0.32231405,0.34710744,0.3429752,0.35950413,0.46694216,0.5289256,0.553719,0.54545456,0.58677685,0.59917355,0.5289256,0.4752066,0.46694216,0.4338843,0.33471075,0.25619835,0.3305785,0.3305785,0.3140496,0.33471075,0.3677686,0.41735536,0.40495867,0.38016528,0.2892562,0.28512397,0.30165288,0.32231405,0.39256197,0.3966942,0.3677686,0.30578512,0.35123968,0.3677686,0.32231405,0.35123968,0.3181818,0.29752067,0.2231405,0.11983471,0.11157025,0.38429752,0.45041323,0.44214877,0.45867768,0.446281,0.44214877,0.4876033,0.5123967,0.5123967,0.3966942,0.38016528,0.42561984,0.45867768,0.46280992,0.41322315,0.40495867,0.33471075,0.25619835,0.2644628,0.26859504,0.28099173,0.28099173,0.25619835,0.25619835,0.29752067,0.3429752,0.3553719,0.44214877,0.5082645,0.5661157,0.57438016,0.58264464,0.60330576,0.5371901,0.48347107,0.4752066,0.41735536,0.2768595,0.36363637,0.4338843,0.34710744,0.3264463,0.30165288,0.2768595,0.24380165,0.16115703,0.3305785,0.19008264,0.09504132,0.14049587,0.17768595,0.20247933,0.2644628,0.35123968,0.35123968,0.32231405,0.338843,0.3305785,0.36363637,0.33471075,0.30165288,0.2231405,0.11983471,0.12809917,0.37603307,0.42975205,0.46694216,0.47933885,0.45454547,0.46280992,0.4752066,0.47933885,0.33471075,0.338843,0.47107437,0.5,0.4214876,0.29752067,0.2231405,0.1322314,0.19008264,0.15289256,0.07438017,0.22727273,0.1983471,0.1694215,0.21487603,0.2603306,0.3677686,0.36363637,0.37603307,0.4090909,0.5,0.553719,0.5661157,0.56198347,0.58677685,0.54545456,0.45454547,0.4752066,0.4214876,0.2768595,0.446281,0.4090909,0.2892562,0.20661157,0.20247933,0.30991736,0.3553719,0.12396694,0.20247933,0.11570248,0.10330579,0.12809917,0.35950413,0.18181819,0.08677686,0.17768595,0.21487603,0.30165288,0.32231405,0.3181818,0.37603307,0.35950413,0.32231405,0.22727273,0.14049587,0.1446281,0.37190083,0.4214876,0.47933885,0.5,0.4752066,0.45867768,0.45867768,0.3966942,0.3677686,0.47933885,0.4338843,0.29338843,0.19008264,0.21487603,0.20247933,0.09504132,0.14049587,0.11570248,0.09090909,0.4338843,0.42561984,0.2520661,0.2107438,0.12396694,0.3305785,0.5123967,0.41322315,0.44214877,0.5165289,0.53305787,0.553719,0.5495868,0.553719,0.5289256,0.47933885,0.46280992,0.42561984,0.34710744,0.40082645,0.446281,0.21487603,0.24380165,0.30991736,0.42975205,0.47107437,0.22727273,0.23966943,0.17768595,0.12396694,0.24793388,0.4876033,0.33471075,0.11570248,0.1446281,0.17355372,0.21900827,0.2892562,0.3429752,0.40495867,0.38429752,0.3429752,0.23140496,0.2603306,0.2644628,0.38429752,0.42975205,0.49173555,0.5082645,0.49173555,0.44214877,0.42975205,0.40495867,0.38842976,0.3305785,0.18181819,0.10330579,0.25619835,0.5041322,0.23966943,0.11983471,0.1570248,0.19421488,0.19008264,0.49586776,0.42975205,0.43801653,0.5123967,0.35123968,0.41322315,0.42561984,0.4338843,0.5123967,0.5247934,0.5082645,0.553719,0.54545456,0.5413223,0.5413223,0.49586776,0.47107437,0.43801653,0.3966942,0.37190083,0.42561984,0.42975205,0.446281,0.39256197,0.48347107,0.45041323,0.446281,0.45867768,0.3140496,0.23966943,0.3264463,0.38016528,0.33471075,0.3429752,0.33471075,0.28099173,0.3140496,0.38429752,0.37603307,0.38842976,0.39256197,0.3677686,0.24380165,0.37190083,0.37603307,0.38429752,0.42561984,0.49173555,0.5041322,0.5082645,0.46280992,0.41735536,0.39256197,0.35950413,0.30991736,0.25619835,0.26859504,0.3181818,0.40082645,0.3677686,0.30578512,0.4090909,0.5206612,0.4214876,0.5082645,0.4338843,0.40082645,0.40082645,0.42975205,0.45041323,0.42975205,0.4752066,0.5289256,0.49586776,0.5206612,0.5495868,0.5661157,0.54545456,0.553719,0.5165289,0.47933885,0.45867768,0.41322315,0.38016528,0.39256197,0.4090909,0.4090909,0.40495867,0.4090909,0.38429752,0.38016528,0.35950413,0.3181818,0.3181818,0.32231405,0.36363637,0.40082645,0.44214877,0.4090909,0.35123968,0.30578512,0.36363637,0.40082645,0.40495867,0.40495867,0.38429752,0.30165288,0.37190083,0.4090909,0.39256197,0.42561984,0.49586776,0.5082645,0.5082645,0.4876033,0.46280992,0.46694216,0.43801653,0.42561984,0.45041323,0.47933885,0.46694216,0.38842976,0.38429752,0.38429752,0.41322315,0.44214877,0.38842976,0.40082645,0.38016528,0.38016528,0.40495867,0.41735536,0.43801653,0.47933885,0.5165289,0.5206612,0.5082645,0.5289256,0.54545456,0.5495868,0.56198347,0.5289256,0.5247934,0.49586776,0.4752066,0.4338843,0.41735536,0.40082645,0.41322315,0.42561984,0.4214876,0.38842976,0.33471075,0.3140496,0.30578512,0.30578512,0.3264463,0.33471075,0.3553719,0.35950413,0.36363637,0.30991736,0.30991736,0.3553719,0.39256197,0.42561984,0.41735536,0.4090909,0.40495867,0.3429752,0.3140496,0.4090909,0.40082645,0.42561984,0.48347107,0.5165289,0.5,0.5041322,0.5,0.46694216,0.45041323,0.41735536,0.44214877,0.45867768,0.45454547,0.3966942,0.38429752,0.3553719,0.3429752,0.3140496,0.32231405,0.3140496,0.3429752,0.41735536,0.4752066,0.4752066,0.48347107,0.5247934,0.5289256,0.5082645,0.5165289,0.5289256,0.553719,0.54545456,0.57024795,0.5661157,0.54545456,0.5165289,0.48347107,0.446281,0.44214877,0.41735536,0.41735536,0.45041323,0.46694216,0.44214877,0.38842976,0.3305785,0.2644628,0.24380165,0.2107438,0.21900827,0.23140496,0.21900827,0.29338843,0.3553719,0.4214876,0.45041323,0.44214877,0.43801653,0.43801653,0.42561984,0.41735536,0.37603307,0.29752067,0.35123968,0.40495867,0.42561984,0.48347107,0.49586776,0.5082645,0.5206612,0.5041322,0.49173555,0.48347107,0.46280992,0.42561984,0.3966942,0.37190083,0.3305785,0.30165288,0.28512397,0.28099173,0.2892562,0.3264463,0.39256197,0.46280992,0.5,0.5,0.5371901,0.5289256,0.5289256,0.5247934,0.5206612,0.5123967,0.5371901,0.5661157,0.55785125,0.5785124,0.58264464,0.5495868,0.5371901,0.4752066,0.47933885,0.44214877,0.45041323,0.42561984,0.42975205,0.45867768,0.4752066,0.46694216,0.44214877,0.4090909,0.37190083,0.3553719,0.338843,0.3429752,0.36363637,0.41322315,0.45454547,0.46280992,0.45867768,0.47933885,0.446281,0.45041323,0.44214877,0.4214876,0.39256197,0.3305785,0.2768595,0.4090909,0.43801653,0.48347107,0.4876033,0.5082645,0.5206612,0.5206612,0.5123967,0.5165289,0.5206612,0.5082645,0.4752066,0.46694216,0.4214876,0.40495867,0.3966942,0.40495867,0.4214876,0.46694216,0.49173555,0.5082645,0.5165289,0.49586776,0.5495868,0.5206612,0.5123967,0.5165289,0.53305787,0.5206612,0.5413223,0.57438016,0.5785124,0.5661157,0.57438016,0.5495868,0.5289256,0.49173555,0.48347107,0.44214877,0.45041323,0.45041323,0.4338843,0.446281,0.46694216,0.4752066,0.45867768,0.46280992,0.446281,0.446281,0.446281,0.4338843,0.44214877,0.46694216,0.4752066,0.47933885,0.47107437,0.4876033,0.45454547,0.45867768,0.45041323,0.42975205,0.4090909,0.35123968,0.22727273,0.41322315,0.446281,0.47107437,0.47933885,0.5082645,0.5247934,0.5371901,0.5371901,0.5413223,0.53305787,0.5289256,0.5123967,0.5041322,0.5041322,0.49173555,0.49173555,0.47933885,0.47933885,0.5082645,0.5165289,0.5082645,0.5082645,0.5165289,0.5247934,0.5206612,0.5206612,0.53305787,0.5371901,0.5289256,0.54545456,0.55785125,0.56198347,0.56198347,0.57024795,0.56198347,0.53305787,0.5041322,0.48347107,0.45041323,0.42975205,0.43801653,0.46280992,0.4752066,0.47107437,0.47933885,0.4876033,0.48347107,0.4752066,0.4752066,0.4752066,0.45454547,0.45041323,0.4752066,0.4752066,0.47933885,0.4752066,0.47933885,0.4752066,0.4752066,0.46694216,0.43801653,0.4090909,0.37603307,0.22727273,0.41322315,0.45454547,0.48347107,0.5,0.5082645,0.5247934,0.5413223,0.54545456,0.55785125,0.5495868,0.5247934,0.5289256,0.49586776,0.49173555,0.4752066,0.49586776,0.49173555,0.4752066,0.5,0.5123967,0.5082645,0.5206612,0.5413223,0.53305787,0.553719,0.56198347,0.55785125,0.5413223,0.5371901,0.54545456,0.5495868,0.56198347,0.57024795,0.58677685,0.58677685,0.58264464,0.5123967,0.5082645,0.46280992,0.42975205,0.41735536,0.446281,0.46280992,0.42561984,0.44214877,0.49586776,0.48347107,0.5082645,0.5,0.5041322,0.49173555,0.46694216,0.47107437,0.48347107,0.4876033,0.49586776,0.48347107,0.47933885,0.47933885,0.4752066,0.45454547,0.40495867,0.38016528,0.2644628,0.4214876,0.446281,0.4876033,0.5082645,0.5289256,0.5371901,0.55785125,0.57438016,0.55785125,0.5413223,0.5206612,0.5165289,0.5,0.47933885,0.47933885,0.48347107,0.5041322,0.5123967,0.5289256,0.5206612,0.5413223,0.56198347,0.5371901,0.5206612,0.5413223,0.55785125,0.5165289,0.5123967,0.5206612,0.5413223,0.5661157,0.5661157,0.59504133,0.6528926,0.6694215,0.6280992,0.54545456,0.5247934,0.48347107,0.45041323,0.42561984,0.42561984,0.44214877,0.42975205,0.35950413,0.42975205,0.47107437,0.5082645,0.5082645,0.5289256,0.5165289,0.5082645,0.5,0.5082645,0.5041322,0.5,0.5041322,0.49586776,0.48347107,0.49173555,0.46280992,0.41322315,0.38016528,0.29752067,0.41735536,0.446281,0.4876033,0.5165289,0.5247934,0.553719,0.56198347,0.55785125,0.553719,0.53305787,0.5206612,0.53305787,0.5206612,0.5165289,0.5165289,0.53305787,0.5413223,0.5495868,0.56198347,0.5661157,0.57024795,0.5785124,0.4338843,0.44214877,0.5082645,0.5123967,0.48347107,0.49173555,0.5247934,0.54545456,0.58677685,0.607438,0.6818182,0.8057851,0.8181818,0.73966944,0.5371901,0.53305787,0.5247934,0.49173555,0.43801653,0.42561984,0.45867768,0.47107437,0.44214877,0.35950413,0.4090909,0.45867768,0.49173555,0.5082645,0.5413223,0.5206612,0.5247934,0.5206612,0.4876033,0.5041322,0.5165289,0.5123967,0.5,0.5082645,0.4752066,0.41735536,0.3677686,0.3264463,0.4090909,0.45041323,0.4876033,0.5247934,0.5413223,0.5495868,0.5495868,0.5495868,0.5495868,0.53305787,0.5371901,0.5495868,0.5495868,0.5661157,0.55785125,0.5785124,0.58677685,0.59917355,0.58677685,0.5785124,0.5289256,0.45867768,0.38016528,0.5041322,0.5206612,0.5165289,0.5,0.4876033,0.5371901,0.58264464,0.62396693,0.62396693,0.73140496,0.8305785,0.7933884,0.6694215,0.57024795,0.54545456,0.57024795,0.58264464,0.5,0.46280992,0.5,0.5123967,0.5082645,0.42561984,0.40082645,0.446281,0.4752066,0.49173555,0.54545456,0.5165289,0.5082645,0.5,0.49173555,0.5041322,0.5041322,0.5247934,0.5289256,0.54545456,0.4752066,0.4214876,0.34710744,0.34710744,0.4090909,0.45041323,0.49173555,0.5206612,0.5289256,0.5413223,0.5413223,0.55785125,0.56198347,0.553719,0.55785125,0.553719,0.56198347,0.55785125,0.57024795,0.61157024,0.607438,0.60330576,0.5661157,0.5041322,0.45041323,0.38842976,0.46280992,0.56198347,0.57024795,0.56198347,0.57438016,0.55785125,0.61157024,0.6570248,0.6487603,0.607438,0.661157,0.6528926,0.6322314,0.57024795,0.53305787,0.5247934,0.5661157,0.57438016,0.5165289,0.53305787,0.5371901,0.54545456,0.58677685,0.45454547,0.42975205,0.45867768,0.47933885,0.47107437,0.5247934,0.47933885,0.5,0.48347107,0.4752066,0.47107437,0.5041322,0.5247934,0.5206612,0.5371901,0.46694216,0.40082645,0.3429752,0.35950413,0.41322315,0.446281,0.4876033,0.53305787,0.53305787,0.54545456,0.5413223,0.58264464,0.58677685,0.59090906,0.56198347,0.5785124,0.57438016,0.58677685,0.59090906,0.56198347,0.60330576,0.5495868,0.5041322,0.4214876,0.40495867,0.43801653,0.5165289,0.6570248,0.6694215,0.6280992,0.62396693,0.59504133,0.61570245,0.62396693,0.6280992,0.5495868,0.56198347,0.5371901,0.5289256,0.4876033,0.4752066,0.48347107,0.49173555,0.40495867,0.446281,0.47933885,0.4876033,0.49173555,0.47933885,0.40082645,0.42561984,0.47933885,0.45867768,0.4752066,0.5041322,0.46694216,0.4876033,0.46280992,0.4752066,0.45454547,0.47933885,0.5082645,0.5247934,0.4876033,0.42975205,0.37603307,0.32231405,0.34710744,0.41322315,0.4338843,0.48347107,0.5247934,0.5289256,0.5495868,0.57438016,0.59917355,0.62396693,0.60330576,0.57438016,0.58264464,0.57024795,0.58677685,0.5785124,0.5785124,0.56198347,0.5123967,0.4752066,0.39256197,0.42561984,0.5041322,0.5,0.57024795,0.59504133,0.5413223,0.5371901,0.5247934,0.5123967,0.48347107,0.5413223,0.5123967,0.5,0.4752066,0.43801653,0.4214876,0.4214876,0.42975205,0.34710744,0.33471075,0.30578512,0.29752067,0.28512397,0.30165288,0.29752067,0.30578512,0.36363637,0.4752066,0.45041323,0.43801653,0.46280992,0.43801653,0.4214876,0.40495867,0.42561984,0.42975205,0.446281,0.48347107,0.49173555,0.42975205,0.38016528,0.3305785,0.28512397,0.338843,0.40082645,0.4338843,0.4752066,0.5041322,0.5247934,0.54545456,0.59090906,0.60330576,0.6198347,0.57024795,0.58677685,0.5661157,0.55785125,0.5661157,0.5495868,0.56198347,0.5206612,0.47933885,0.4338843,0.40082645,0.5123967,0.5371901,0.45041323,0.44214877,0.4214876,0.33471075,0.29752067,0.30991736,0.3181818,0.3429752,0.41735536,0.45867768,0.44214877,0.39256197,0.3553719,0.33471075,0.35123968,0.36363637,0.2603306,0.1570248,0.12396694,0.10330579,0.10330579,0.14876033,0.24793388,0.2644628,0.29752067,0.45454547,0.4338843,0.41322315,0.40495867,0.40082645,0.36363637,0.38429752,0.38016528,0.3966942,0.41322315,0.446281,0.45454547,0.38016528,0.33471075,0.28512397,0.26859504,0.30991736,0.40495867,0.42975205,0.45454547,0.4876033,0.5041322,0.5495868,0.58264464,0.58264464,0.607438,0.553719,0.5495868,0.5371901,0.5206612,0.5247934,0.5165289,0.5371901,0.4876033,0.44214877,0.4338843,0.43801653,0.55785125,0.5785124,0.39256197,0.4090909,0.30578512,0.1983471,0.12809917,0.11983471,0.12809917,0.11570248,0.17768595,0.28099173,0.3677686,0.29752067,0.27272728,0.25619835,0.28512397,0.2768595,0.17355372,0.1694215,0.2603306,0.27272728,0.2603306,0.3140496,0.35123968,0.34710744,0.28512397,0.4214876,0.4338843,0.4090909,0.35950413,0.3305785,0.30991736,0.338843,0.3553719,0.36363637,0.38429752,0.40082645,0.38429752,0.3264463,0.30165288,0.24793388,0.25619835,0.30165288,0.41735536,0.4338843,0.45867768,0.47107437,0.4876033,0.5165289,0.5371901,0.553719,0.5785124,0.54545456,0.5289256,0.5206612,0.4876033,0.5082645,0.49586776,0.49586776,0.46280992,0.4214876,0.45041323,0.5041322,0.553719,0.61570245,0.42561984,0.45041323,0.41735536,0.38016528,0.37603307,0.3429752,0.338843,0.2768595,0.19421488,0.12809917,0.16115703,0.28512397,0.20661157,0.20247933,0.20661157,0.1446281,0.13636364,0.1983471,0.30165288,0.35950413,0.37603307,0.38429752,0.37603307,0.39256197,0.30991736,0.38842976,0.41735536,0.3966942,0.338843,0.2892562,0.27272728,0.27272728,0.30165288,0.3264463,0.35950413,0.37190083,0.3553719,0.30991736,0.26859504,0.23553719,0.23553719,0.2768595,0.3966942,0.446281,0.45454547,0.446281,0.46694216,0.42561984,0.4752066,0.5123967,0.5165289,0.5289256,0.5123967,0.4876033,0.45867768,0.46280992,0.46280992,0.446281,0.4338843,0.42561984,0.46280992,0.53305787,0.56198347,0.58264464,0.45867768,0.40495867,0.48347107,0.49586776,0.49586776,0.42561984,0.38016528,0.34710744,0.26859504,0.19008264,0.1446281,0.14876033,0.17355372,0.12809917,0.11983471,0.11157025,0.11570248,0.20247933,0.23140496,0.3181818,0.338843,0.3305785,0.3553719,0.35950413,0.37190083,0.4214876,0.4214876,0.38429752,0.3181818,0.2644628,0.21487603,0.22727273,0.24380165,0.28512397,0.3140496,0.35123968,0.3181818,0.30165288,0.24793388,0.21487603,0.24380165,0.29338843,0.40082645,0.43801653,0.45454547,0.42975205,0.41322315,0.3966942,0.42561984,0.45867768,0.46694216,0.5123967,0.48347107,0.446281,0.42561984,0.41735536,0.42975205,0.40495867,0.4090909,0.43801653,0.42561984,0.48347107,0.48347107,0.5041322,0.4752066,0.47933885,0.45867768,0.46280992,0.47107437,0.45041323,0.38429752,0.38429752,0.338843,0.23966943,0.16115703,0.1570248,0.1446281,0.11570248,0.12809917,0.14876033,0.10330579,0.20661157,0.2768595,0.37190083,0.37603307,0.38842976,0.37190083,0.35950413,0.41735536,0.45041323,0.4338843,0.39256197,0.33471075,0.25619835,0.21487603,0.2231405,0.23140496,0.24380165,0.30165288,0.3181818,0.30578512,0.2892562,0.23553719,0.21487603,0.2603306,0.28512397,0.40082645,0.42975205,0.43801653,0.4338843,0.39256197,0.38842976,0.38842976,0.41735536,0.43801653,0.45041323,0.45041323,0.41735536,0.42561984,0.39256197,0.38016528,0.35950413,0.35950413,0.37190083,0.36363637,0.3966942,0.4338843,0.47933885,0.5289256,0.54545456,0.49586776,0.4752066,0.4876033,0.48347107,0.45454547,0.46694216,0.4876033,0.4090909,0.21487603,0.19421488,0.17355372,0.18181819,0.19008264,0.2231405,0.2644628,0.3305785,0.38842976,0.39256197,0.446281,0.4338843,0.44214877,0.42561984,0.42975205,0.45867768,0.4338843,0.42561984,0.41735536,0.34710744,0.23966943,0.2768595,0.23140496,0.23966943,0.2892562,0.3181818,0.30165288,0.28099173,0.24380165,0.21487603,0.26859504,0.2892562,0.40495867,0.4338843,0.42975205,0.43801653,0.40082645,0.38429752,0.38429752,0.38429752,0.42975205,0.42561984,0.4338843,0.4214876,0.41322315,0.3677686,0.3429752,0.3264463,0.3140496,0.25619835,0.29752067,0.3677686,0.45867768,0.5,0.5413223,0.5289256,0.5247934,0.5123967,0.5041322,0.49586776,0.47933885,0.47107437,0.5206612,0.56198347,0.48347107,0.47107437,0.47107437,0.45041323,0.39256197,0.44214877,0.43801653,0.4338843,0.44214877,0.45041323,0.46280992,0.47107437,0.4752066,0.4752066,0.4752066,0.45867768,0.43801653,0.446281,0.43801653,0.37603307,0.3181818,0.30165288,0.25619835,0.24380165,0.2520661,0.3429752,0.32231405,0.29752067,0.23553719,0.23553719,0.2768595,0.29752067,0.41322315,0.41322315,0.42975205,0.4338843,0.4090909,0.39256197,0.3966942,0.35950413,0.4214876,0.40495867,0.41322315,0.41735536,0.38842976,0.35950413,0.33471075,0.3181818,0.19008264,0.23140496,0.3264463,0.42561984,0.5165289,0.49173555,0.553719,0.5371901,0.54545456,0.54545456,0.5165289,0.5041322,0.49586776,0.47107437,0.5165289,0.5413223,0.57024795,0.58677685,0.58677685,0.58677685,0.41735536,0.45454547,0.41735536,0.43801653,0.41735536,0.43801653,0.44214877,0.45454547,0.48347107,0.49173555,0.5123967,0.446281,0.42561984,0.4338843,0.40495867,0.38842976,0.3429752,0.33471075,0.28512397,0.24793388,0.25619835,0.3181818,0.3181818,0.28512397,0.24793388,0.2644628,0.30165288,0.29752067,0.4214876,0.42561984,0.44214877,0.4090909,0.41322315,0.39256197,0.41735536,0.37603307,0.37603307,0.3966942,0.3966942,0.4090909,0.4090909,0.35950413,0.3429752,0.23966943,0.2107438,0.3677686,0.4338843,0.5,0.54545456,0.5413223,0.5371901,0.553719,0.57438016,0.553719,0.5,0.4876033,0.4752066,0.47107437,0.49173555,0.5371901,0.54545456,0.55785125,0.57438016,0.55785125,0.4214876,0.4338843,0.41322315,0.4338843,0.40495867,0.41735536,0.42561984,0.44214877,0.45454547,0.45041323,0.43801653,0.37603307,0.35123968,0.3677686,0.38429752,0.41322315,0.338843,0.3140496,0.3305785,0.26859504,0.27272728,0.29752067,0.30991736,0.2892562,0.24793388,0.29752067,0.32231405,0.29338843,0.42975205,0.4338843,0.40082645,0.41322315,0.4090909,0.39256197,0.40082645,0.41322315,0.3677686,0.37190083,0.40495867,0.43801653,0.4214876,0.37190083,0.30991736,0.27272728,0.3264463,0.42561984,0.48347107,0.5371901,0.5661157,0.56198347,0.56198347,0.58264464,0.57024795,0.5206612,0.4876033,0.48347107,0.45867768,0.46694216,0.4876033,0.5289256,0.5165289,0.5,0.5289256,0.46280992,0.36363637,0.37190083,0.37190083,0.37603307,0.34710744,0.33471075,0.37603307,0.42561984,0.44214877,0.4090909,0.35123968,0.29752067,0.24380165,0.20661157,0.21900827,0.28099173,0.38016528,0.338843,0.34710744,0.28099173,0.30165288,0.32231405,0.32231405,0.28512397,0.2644628,0.3140496,0.3181818,0.28099173,0.41735536,0.43801653,0.4090909,0.40082645,0.40495867,0.38842976,0.41735536,0.37603307,0.39256197,0.36363637,0.40082645,0.44214877,0.42561984,0.3677686,0.28512397,0.30991736,0.3181818,0.36363637,0.5206612,0.5495868,0.53305787,0.49173555,0.49586776,0.5082645,0.5041322,0.5,0.5247934,0.42975205,0.3966942,0.3966942,0.40082645,0.4090909,0.4214876,0.38842976,0.3966942,0.338843,0.28512397,0.2892562,0.30991736,0.29338843,0.23966943,0.2520661,0.27272728,0.30991736,0.30165288,0.2892562,0.25619835,0.20661157,0.14049587,0.11157025,0.07438017,0.21487603,0.34710744,0.3181818,0.35123968,0.29752067,0.3181818,0.338843,0.3264463,0.2892562,0.25619835,0.30991736,0.3140496,0.27272728,0.41735536,0.446281,0.42561984,0.41322315,0.40082645,0.38429752,0.38842976,0.3553719,0.38842976,0.37190083,0.4090909,0.43801653,0.4214876,0.30991736,0.2768595,0.28512397,0.19008264,0.36363637,0.5041322,0.44214877,0.35950413,0.3305785,0.35950413,0.40082645,0.43801653,0.446281,0.45041323,0.338843,0.30165288,0.26859504,0.21487603,0.23140496,0.2644628,0.2603306,0.2644628,0.25619835,0.22727273,0.23140496,0.2520661,0.2520661,0.16528925,0.21487603,0.22727273,0.1983471,0.24793388,0.2231405,0.3429752,0.08677686,0.07024793,0.07024793,0.07024793,0.338843,0.36363637,0.30165288,0.3140496,0.32231405,0.32231405,0.33471075,0.3140496,0.2644628,0.27272728,0.29338843,0.29752067,0.2520661,0.40082645,0.42561984,0.42561984,0.41322315,0.38016528,0.38016528,0.38016528,0.36363637,0.38842976,0.40082645,0.43801653,0.4338843,0.40495867,0.30578512,0.2603306,0.23553719,0.18595041,0.30991736,0.33471075,0.20247933,0.1322314,0.1570248,0.24793388,0.30991736,0.3140496,0.3181818,0.29752067,0.23966943,0.25619835,0.23966943,0.19421488,0.2107438,0.25619835,0.26859504,0.30165288,0.17768595,0.26859504,0.38842976,0.41735536,0.5165289,0.23553719,0.446281,0.4752066,0.2520661,0.677686,0.43801653,0.57024795,0.1694215,0.06198347,0.1694215,0.2231405,0.45454547,0.38429752,0.32231405,0.29338843,0.28512397,0.30578512,0.3140496,0.30578512,0.24793388,0.24793388,0.2768595,0.26859504,0.23140496,0.38842976,0.4214876,0.42975205,0.4090909,0.38842976,0.40495867,0.35950413,0.38016528,0.38016528,0.3966942,0.42975205,0.42561984,0.3966942,0.29752067,0.24380165,0.19421488,0.21900827,0.2892562,0.17355372,0.08677686,0.07024793,0.08264463,0.23140496,0.42975205,0.42561984,0.4876033,0.40495867,0.338843,0.54545456,0.5041322,0.3181818,0.5206612,0.60330576,0.59504133,0.55785125,0.28512397,0.45041323,0.6570248,0.661157,0.8636364,0.45041323,0.6570248,0.6983471,0.38016528,0.6570248,0.5661157,0.39256197,0.28099173,0.29752067,0.37603307,0.338843,0.49173555,0.38429752,0.3305785,0.29752067,0.25619835,0.30991736,0.30991736,0.28099173,0.23553719,0.23966943,0.2520661,0.23553719,0.22727273,0.3677686,0.40082645,0.4214876,0.40495867,0.42975205,0.37603307,0.36363637,0.35123968,0.36363637,0.41322315,0.41322315,0.42561984,0.39256197,0.30578512,0.23966943,0.19008264,0.24793388,0.37190083,0.338843,0.1983471,0.2231405,0.18595041,0.2603306,0.5289256,0.45867768,0.70247936,0.59090906,0.553719,0.8181818,0.75206614,0.5495868,0.7355372,0.8181818,0.7892562,0.78099173,0.42975205,0.6446281,0.8429752,0.838843,0.90495867,0.7107438,0.76033056,0.75206614,0.38842976,0.61157024,0.553719,0.40082645,0.446281,0.41322315,0.34710744,0.41735536,0.47107437,0.4338843,0.3553719,0.30165288,0.26859504,0.2892562,0.29752067,0.2603306,0.23140496,0.23140496,0.2520661,0.22727273,0.21900827,0.35950413,0.38842976,0.4090909,0.4090909,0.41735536,0.37190083,0.37190083,0.34710744,0.37190083,0.37603307,0.41322315,0.41322315,0.38429752,0.3140496,0.2644628,0.2107438,0.27272728,0.40495867,0.5123967,0.3553719,0.4876033,0.4876033,0.42561984,0.49173555,0.4338843,0.70247936,0.6735537,0.5123967,0.7892562,0.8512397,0.6694215,0.71487606,0.8677686,0.8429752,0.80991733,0.553719,0.5165289,0.71900827,0.74793386,0.8016529,0.4876033,0.48347107,0.446281,0.3677686,0.5082645,0.45454547,0.40495867,0.41322315,0.37603307,0.3677686,0.46694216,0.45454547,0.45867768,0.41735536,0.30578512,0.26859504,0.26859504,0.2603306,0.2231405,0.23140496,0.21900827,0.23553719,0.2231405,0.17355372,0.3553719,0.37603307,0.3966942,0.40495867,0.40495867,0.38016528,0.38016528,0.37190083,0.35950413,0.35950413,0.38429752,0.40082645,0.37190083,0.3140496,0.26859504,0.2520661,0.32231405,0.42975205,0.53305787,0.5247934,0.47107437,0.5123967,0.53305787,0.5413223,0.49173555,0.5206612,0.5495868,0.29752067,0.38429752,0.44214877,0.2892562,0.42561984,0.55785125,0.49586776,0.40082645,0.3181818,0.28512397,0.3677686,0.41735536,0.45867768,0.36363637,0.39256197,0.45041323,0.44214877,0.41322315,0.40495867,0.37603307,0.36363637,0.38016528,0.4090909,0.46694216,0.44214877,0.46694216,0.4214876,0.3305785,0.26859504,0.28512397,0.2644628,0.21487603,0.21487603,0.23140496,0.20661157,0.2231405,0.12809917,0.3677686,0.37190083,0.38429752,0.39256197,0.40082645,0.37603307,0.38842976,0.3553719,0.35950413,0.36363637,0.37190083,0.36363637,0.3677686,0.3264463,0.24793388,0.28512397,0.35123968,0.49173555,0.5165289,0.5661157,0.5289256,0.49173555,0.5289256,0.5206612,0.5289256,0.5413223,0.48347107,0.45041323,0.45867768,0.45867768,0.45454547,0.49586776,0.45867768,0.44214877,0.43801653,0.46280992,0.5413223,0.4338843,0.47933885,0.5041322,0.49173555,0.47107437,0.42975205,0.38842976,0.43801653,0.5082645,0.37190083,0.34710744,0.41735536,0.46280992,0.45867768,0.45041323,0.47107437,0.40495867,0.338843,0.27272728,0.27272728,0.23966943,0.20661157,0.2231405,0.2231405,0.21900827,0.18181819,0.12809917,0.30165288,0.36363637,0.37603307,0.39256197,0.38016528,0.38016528,0.3677686,0.35123968,0.35950413,0.36363637,0.3553719,0.3553719,0.37190083,0.3305785,0.21900827,0.2768595,0.35950413,0.5,0.53305787,0.5371901,0.55785125,0.5413223,0.5413223,0.48347107,0.5495868,0.61570245,0.5289256,0.4752066,0.4876033,0.49586776,0.53305787,0.553719,0.553719,0.55785125,0.5661157,0.59917355,0.58677685,0.6322314,0.60330576,0.6322314,0.5206612,0.45041323,0.3677686,0.4090909,0.607438,0.5495868,0.338843,0.3677686,0.47107437,0.46694216,0.446281,0.45867768,0.4338843,0.38429752,0.3264463,0.30991736,0.26859504,0.21487603,0.21487603,0.21487603,0.21487603,0.2231405,0.14049587,0.1322314,0.21900827,0.35950413,0.3677686,0.38842976,0.38429752,0.3677686,0.36363637,0.3553719,0.34710744,0.35123968,0.33471075,0.3305785,0.3429752,0.32231405,0.25619835,0.26859504,0.36363637,0.48347107,0.5247934,0.5289256,0.5413223,0.55785125,0.553719,0.5082645,0.5413223,0.59917355,0.62396693,0.5123967,0.47933885,0.5123967,0.607438,0.677686,0.7107438,0.76859504,0.6942149,0.7355372,0.77272725,0.78099173,0.7107438,0.7066116,0.49173555,0.37603307,0.33471075,0.40495867,0.5165289,0.3966942,0.338843,0.42975205,0.46280992,0.44214877,0.42975205,0.446281,0.41735536,0.34710744,0.338843,0.32231405,0.2644628,0.20247933,0.21487603,0.20247933,0.21487603,0.1983471,0.1322314,0.13636364,0.19421488,0.3305785,0.36363637,0.38016528,0.38429752,0.35950413,0.36363637,0.35950413,0.34710744,0.3305785,0.3264463,0.3305785,0.3305785,0.30991736,0.2892562,0.28512397,0.3553719,0.46694216,0.5082645,0.5041322,0.5123967,0.5289256,0.53305787,0.5165289,0.5165289,0.53305787,0.57438016,0.5082645,0.446281,0.46694216,0.5495868,0.6363636,0.6942149,0.75206614,0.6487603,0.6694215,0.6652893,0.60330576,0.553719,0.46694216,0.3553719,0.30991736,0.30578512,0.3181818,0.34710744,0.3264463,0.36363637,0.4214876,0.44214877,0.4214876,0.39256197,0.41322315,0.3553719,0.35950413,0.36363637,0.30165288,0.22727273,0.21487603,0.20247933,0.2107438,0.21900827,0.15289256,0.1446281,0.14049587,0.1694215,0.26859504,0.3677686,0.37603307,0.37603307,0.35950413,0.35950413,0.3553719,0.35123968,0.3140496,0.3181818,0.3181818,0.3140496,0.2892562,0.32231405,0.30991736,0.338843,0.4214876,0.48347107,0.5041322,0.48347107,0.48347107,0.5,0.49586776,0.47933885,0.46694216,0.47107437,0.42975205,0.4090909,0.4090909,0.40082645,0.44214877,0.49173555,0.5082645,0.45454547,0.46280992,0.45041323,0.43801653,0.37603307,0.3429752,0.29338843,0.27272728,0.28099173,0.2768595,0.28512397,0.29752067,0.3553719,0.38842976,0.40082645,0.38016528,0.37603307,0.35123968,0.34710744,0.3966942,0.3553719,0.2768595,0.20247933,0.20661157,0.20247933,0.21487603,0.19008264,0.1322314,0.14876033,0.13636364,0.15289256,0.23553719,0.36363637,0.35950413,0.38429752,0.36363637,0.3553719,0.34710744,0.338843,0.3140496,0.3181818,0.30991736,0.3140496,0.29752067,0.3305785,0.3181818,0.3305785,0.37603307,0.446281,0.45454547,0.46694216,0.46694216,0.446281,0.446281,0.44214877,0.42975205,0.42975205,0.3966942,0.38842976,0.38016528,0.3553719,0.338843,0.34710744,0.3677686,0.34710744,0.3553719,0.3429752,0.34710744,0.3140496,0.28512397,0.25619835,0.23553719,0.2520661,0.24793388,0.25619835,0.28512397,0.33471075,0.3553719,0.3553719,0.3429752,0.34710744,0.30991736,0.36363637,0.40495867,0.3181818,0.24380165,0.20661157,0.20247933,0.20247933,0.2107438,0.15289256,0.14049587,0.14876033,0.13636364,0.14876033,0.46694216,0.6694215,0.2603306,0.3677686,0.3677686,0.35950413,0.338843,0.3181818,0.3140496,0.3181818,0.2892562,0.30165288,0.30578512,0.3305785,0.3181818,0.3305785,0.35950413,0.41735536,0.41322315,0.45041323,0.45041323,0.45454547,0.41735536,0.41322315,0.40495867,0.39256197,0.38016528,0.338843,0.32231405,0.30165288,0.29338843,0.27272728,0.27272728,0.2603306,0.2644628,0.2644628,0.25619835,0.23553719,0.21900827,0.20247933,0.1983471,0.20661157,0.21487603,0.23966943,0.2603306,0.28512397,0.29338843,0.30165288,0.3140496,0.3305785,0.32231405,0.40495867,0.40495867,0.30991736,0.23553719,0.1983471,0.19008264,0.20661157,0.18595041,0.14049587,0.14049587,0.14876033,0.13636364,0.15289256,0.6859504,0.92561984,0.4214876,0.32231405,0.38016528,0.3553719,0.34710744,0.3264463,0.30578512,0.3140496,0.30578512,0.28512397,0.3140496,0.33471075,0.3264463,0.3264463,0.39256197,0.3677686,0.3966942,0.42975205,0.41322315,0.43801653,0.4090909,0.38016528,0.3677686,0.36363637,0.33471075,0.30991736,0.28512397,0.25619835,0.21900827,0.20247933,0.19421488,0.18181819,0.19421488,0.18595041,0.19008264,0.18181819,0.16115703,0.16115703,0.17768595,0.19008264,0.20247933,0.21900827,0.21900827,0.23140496,0.23966943,0.28099173,0.3181818,0.29338843,0.40082645,0.42975205,0.38016528,0.29752067,0.21487603,0.19008264,0.20247933,0.20661157,0.1570248,0.14876033,0.14049587,0.1446281,0.14049587,0.22727273,0.8264463,0.88842976,0.71900827,0.30991736,0.36363637,0.37190083,0.35950413,0.3305785,0.3181818,0.3140496,0.29338843,0.29338843,0.30165288,0.3264463,0.3264463,0.33471075,0.33471075,0.3181818,0.39256197,0.42561984,0.40495867,0.42561984,0.40082645,0.38016528,0.35123968,0.30165288,0.28512397,0.23553719,0.22727273,0.2231405,0.19421488,0.1694215,0.16528925,0.1570248,0.1570248,0.14876033,0.15289256,0.14049587,0.14049587,0.14876033,0.1570248,0.14876033,0.1446281,0.1570248,0.16115703,0.21487603,0.2520661,0.30165288,0.30578512,0.33471075,0.4338843,0.4338843,0.35123968,0.27272728,0.1446281,0.18595041,0.20661157,0.18595041,0.1446281,0.13636364,0.14049587,0.1446281,0.1322314,0.34710744,0.822314,0.892562,0.8264463,0.46280992,0.3429752,0.37190083,0.35123968,0.3429752,0.32231405,0.3140496,0.29338843,0.2892562,0.2892562,0.29338843,0.3181818,0.36363637,0.26859504,0.36363637,0.39256197,0.44214877,0.42975205,0.4214876,0.40082645,0.36363637,0.34710744,0.30991736,0.2520661,0.21487603,0.18595041,0.14876033,0.15289256,0.12809917,0.1322314,0.12809917,0.12809917,0.11983471,0.11570248,0.11157025,0.12396694,0.11983471,0.10743801,0.12396694,0.13636364,0.16528925,0.2107438,0.24380165,0.29338843,0.32231405,0.338843,0.37603307,0.4214876,0.40495867,0.3264463,0.23553719,0.12809917,0.19421488,0.1983471,0.14876033,0.13636364,0.1446281,0.14049587,0.13636364,0.1322314,0.4214876,0.6487603,0.91735536,0.89669424,0.6570248,0.36363637,0.35950413,0.35123968,0.35123968,0.3305785,0.3181818,0.2892562,0.28512397,0.23966943,0.2644628,0.30578512,0.34710744,0.24380165,0.3677686,0.3553719,0.42561984,0.46694216,0.446281,0.41322315,0.38016528,0.36363637,0.33471075,0.3140496,0.28099173,0.21900827,0.17355372,0.1570248,0.1446281,0.14049587,0.12396694,0.14049587,0.10743801,0.10743801,0.11157025,0.11983471,0.11983471,0.1322314,0.1570248,0.19008264,0.23553719,0.26859504,0.29338843,0.3264463,0.3264463,0.38429752,0.45041323,0.39256197,0.37603307,0.2603306,0.18181819,0.13636364,0.20661157,0.17355372,0.1446281,0.1322314,0.15289256,0.1322314,0.12809917,0.1322314,0.5,0.37603307,0.8719008,0.8801653,0.8677686,0.49586776,0.338843,0.34710744,0.35950413,0.3429752,0.3305785,0.30578512,0.2768595,0.2644628,0.27272728,0.27272728,0.26859504,0.2520661,0.30165288,0.338843,0.42975205,0.45041323,0.4752066,0.446281,0.42975205,0.38429752,0.35123968,0.3553719,0.3429752,0.338843,0.30991736,0.2644628,0.23140496,0.2107438,0.17355372,0.1570248,0.1322314,0.14876033,0.14876033,0.1570248,0.17768595,0.23553719,0.27272728,0.28512397,0.30165288,0.34710744,0.34710744,0.3677686,0.33471075,0.4338843,0.4090909,0.3553719,0.29338843,0.19008264,0.1570248,0.15289256,0.2603306,0.17355372,0.1446281,0.12809917,0.14049587,0.13636364,0.12809917,0.13636364,0.57024795,0.38842976,0.61157024,0.8801653,0.892562,0.8016529,0.40495867,0.35123968,0.338843,0.3553719,0.3429752,0.32231405,0.30578512,0.30165288,0.27272728,0.24793388,0.23553719,0.23140496,0.2644628,0.2520661,0.4090909,0.42561984,0.46694216,0.4214876,0.47107437,0.41735536,0.42975205,0.40082645,0.40082645,0.40082645,0.4090909,0.4214876,0.3966942,0.37190083,0.3305785,0.3181818,0.30165288,0.30578512,0.29752067,0.30991736,0.3305785,0.37190083,0.36363637,0.3553719,0.33471075,0.38016528,0.38016528,0.3966942,0.3264463,0.40495867,0.34710744,0.30578512,0.1983471,0.12809917,0.1446281,0.19008264,0.36363637,0.40495867,0.3181818,0.18181819,0.16528925,0.16528925,0.14049587,0.14876033,0.59090906,0.44214877,0.42975205,0.72727275,0.88842976,0.90082645,0.6818182,0.43801653,0.34710744,0.35123968,0.3553719,0.34710744,0.33471075,0.30578512,0.28099173,0.27272728,0.20661157,0.21900827,0.24380165,0.24793388,0.33471075,0.38842976,0.41735536,0.44214877,0.42975205,0.41322315,0.42561984,0.41322315,0.4090909,0.38842976,0.44214877,0.46280992,0.45041323,0.41322315,0.42561984,0.39256197,0.40495867,0.39256197,0.40495867,0.41322315,0.4090909,0.42975205,0.3966942,0.38016528,0.37190083,0.36363637,0.37603307,0.38842976,0.3429752,0.30991736,0.2644628,0.23553719,0.1446281,0.13636364,0.14876033,0.2231405,0.37190083,0.3264463,0.39256197,0.4090909,0.39256197,0.36363637,0.3140496,0.30165288,0.5661157,0.5,0.47933885,0.4876033,0.8553719,0.87603307,0.8677686,0.6404959,0.4214876,0.3429752,0.3429752,0.35950413,0.3553719,0.32231405,0.29338843,0.3181818,0.22727273,0.20661157,0.2107438,0.23966943,0.2603306,0.30165288,0.3305785,0.38842976,0.3429752,0.35950413,0.3553719,0.37190083,0.29752067,0.39256197,0.35950413,0.446281,0.46694216,0.41735536,0.4090909,0.40082645,0.38016528,0.36363637,0.39256197,0.41322315,0.3677686,0.38842976,0.35123968,0.35123968,0.3429752,0.35123968,0.3429752,0.3181818,0.28099173,0.23140496,0.20247933,0.18595041,0.1446281,0.15289256,0.15289256,0.28512397,0.39256197,0.25619835,0.3966942,0.4338843,0.39256197,0.39256197,0.45454547,0.45454547,21 +0.23553719,0.3181818,0.38016528,0.40495867,0.446281,0.46280992,0.49173555,0.48347107,0.49586776,0.49586776,0.4876033,0.4876033,0.4876033,0.49173555,0.4876033,0.5165289,0.5289256,0.53305787,0.5495868,0.553719,0.55785125,0.58264464,0.58677685,0.57024795,0.57438016,0.60330576,0.5785124,0.58264464,0.59090906,0.59917355,0.59917355,0.59504133,0.59504133,0.57438016,0.5661157,0.57024795,0.57024795,0.5661157,0.5413223,0.53305787,0.5082645,0.4876033,0.49173555,0.45041323,0.46694216,0.45041323,0.4338843,0.4338843,0.41735536,0.4090909,0.41322315,0.4090909,0.40495867,0.40495867,0.38842976,0.40082645,0.38016528,0.35950413,0.3264463,0.28512397,0.20247933,0.13636364,0.12809917,0.13636364,0.24380165,0.32231405,0.41735536,0.42561984,0.47933885,0.49173555,0.49173555,0.4876033,0.4752066,0.49586776,0.5,0.5,0.5082645,0.5082645,0.5206612,0.5289256,0.5289256,0.5495868,0.5785124,0.5785124,0.59504133,0.59917355,0.61157024,0.59917355,0.61157024,0.58677685,0.6280992,0.59090906,0.59504133,0.61570245,0.60330576,0.60330576,0.58677685,0.5785124,0.58264464,0.58677685,0.58677685,0.59090906,0.57438016,0.553719,0.5206612,0.5289256,0.5165289,0.49173555,0.49173555,0.47107437,0.46694216,0.45867768,0.4338843,0.41735536,0.4214876,0.4090909,0.41322315,0.41322315,0.39256197,0.4090909,0.3966942,0.37603307,0.35123968,0.29752067,0.21900827,0.1694215,0.12809917,0.12809917,0.23966943,0.33471075,0.42561984,0.43801653,0.4876033,0.4876033,0.49586776,0.48347107,0.4876033,0.5,0.5206612,0.5165289,0.5289256,0.5082645,0.5495868,0.5413223,0.55785125,0.57438016,0.607438,0.59917355,0.6322314,0.6280992,0.6487603,0.6694215,0.6735537,0.6198347,0.6322314,0.60330576,0.6198347,0.6404959,0.6446281,0.6446281,0.61157024,0.62396693,0.6322314,0.59504133,0.6198347,0.6198347,0.6198347,0.59917355,0.58264464,0.5661157,0.57024795,0.5206612,0.5289256,0.5082645,0.5041322,0.47933885,0.44214877,0.42975205,0.41735536,0.4090909,0.41322315,0.4214876,0.39256197,0.40495867,0.40495867,0.38842976,0.36363637,0.3140496,0.24380165,0.20247933,0.12809917,0.10743801,0.23966943,0.3429752,0.446281,0.45454547,0.46694216,0.4752066,0.49173555,0.49173555,0.49586776,0.5,0.5123967,0.5123967,0.5206612,0.5206612,0.56198347,0.57438016,0.5785124,0.58264464,0.61570245,0.6322314,0.6652893,0.677686,0.70247936,0.7231405,0.75206614,0.6818182,0.6570248,0.6322314,0.6404959,0.677686,0.6859504,0.6735537,0.6528926,0.6735537,0.6859504,0.6363636,0.661157,0.661157,0.6570248,0.6528926,0.661157,0.59090906,0.59917355,0.56198347,0.5495868,0.5041322,0.5,0.48347107,0.446281,0.42975205,0.39256197,0.37603307,0.3553719,0.39256197,0.4090909,0.40495867,0.40495867,0.38429752,0.3553719,0.3181818,0.27272728,0.21900827,0.13636364,0.11570248,0.29752067,0.37603307,0.44214877,0.45041323,0.4752066,0.49586776,0.5,0.5123967,0.49586776,0.47933885,0.49586776,0.5,0.5041322,0.5165289,0.5413223,0.55785125,0.5661157,0.57438016,0.59090906,0.6528926,0.6652893,0.7107438,0.72727275,0.6859504,0.71487606,0.69008267,0.661157,0.6363636,0.677686,0.69008267,0.71487606,0.69008267,0.69008267,0.71487606,0.71487606,0.73140496,0.70247936,0.6570248,0.6446281,0.6487603,0.6404959,0.55785125,0.5495868,0.5206612,0.49586776,0.46280992,0.446281,0.42561984,0.40495867,0.38429752,0.35123968,0.34710744,0.3305785,0.28099173,0.35950413,0.40495867,0.40082645,0.37190083,0.35123968,0.3181818,0.30578512,0.23553719,0.14049587,0.10743801,0.3305785,0.38429752,0.42561984,0.42975205,0.46280992,0.5041322,0.4876033,0.5371901,0.44214877,0.43801653,0.46694216,0.45454547,0.45867768,0.47107437,0.48347107,0.5,0.5206612,0.53305787,0.5289256,0.55785125,0.58264464,0.61157024,0.6528926,0.59090906,0.62396693,0.61570245,0.6280992,0.6280992,0.6487603,0.6528926,0.6446281,0.661157,0.6859504,0.6983471,0.6694215,0.69008267,0.6528926,0.57438016,0.553719,0.57438016,0.5785124,0.4338843,0.47933885,0.41735536,0.37603307,0.35123968,0.34710744,0.3181818,0.3305785,0.3305785,0.3305785,0.35123968,0.3264463,0.29752067,0.2768595,0.338843,0.38429752,0.35950413,0.34710744,0.33471075,0.3140496,0.25619835,0.1322314,0.11983471,0.33471075,0.40082645,0.42975205,0.43801653,0.47107437,0.5,0.5,0.46694216,0.3966942,0.41322315,0.41322315,0.4214876,0.40495867,0.41322315,0.40495867,0.4090909,0.43801653,0.4214876,0.4338843,0.43801653,0.446281,0.4752066,0.47933885,0.4752066,0.5,0.5247934,0.55785125,0.58677685,0.58264464,0.59504133,0.57024795,0.59917355,0.61570245,0.61570245,0.607438,0.62396693,0.53305787,0.49173555,0.48347107,0.5041322,0.44214877,0.3966942,0.34710744,0.28099173,0.2520661,0.24793388,0.25619835,0.2644628,0.26859504,0.26859504,0.29338843,0.3305785,0.33471075,0.2892562,0.2768595,0.27272728,0.3305785,0.3429752,0.3429752,0.32231405,0.3181818,0.2644628,0.15289256,0.11983471,0.338843,0.3966942,0.42975205,0.42975205,0.47933885,0.4752066,0.43801653,0.38016528,0.35950413,0.39256197,0.3966942,0.4090909,0.338843,0.35950413,0.35123968,0.3140496,0.28512397,0.27272728,0.30991736,0.2892562,0.30991736,0.33471075,0.35123968,0.3264463,0.37603307,0.4214876,0.48347107,0.5123967,0.54545456,0.5041322,0.5206612,0.54545456,0.56198347,0.553719,0.5206612,0.53305787,0.45454547,0.4090909,0.4214876,0.40082645,0.3264463,0.30578512,0.23966943,0.21900827,0.21900827,0.22727273,0.2231405,0.24380165,0.24380165,0.26859504,0.28512397,0.26859504,0.30165288,0.29338843,0.29752067,0.28512397,0.2892562,0.30991736,0.33471075,0.3305785,0.3140496,0.25619835,0.15289256,0.12396694,0.3264463,0.3966942,0.41322315,0.446281,0.4752066,0.41322315,0.38842976,0.40082645,0.40082645,0.41322315,0.37190083,0.3677686,0.3429752,0.3305785,0.30991736,0.30165288,0.26859504,0.23966943,0.2520661,0.24380165,0.2520661,0.27272728,0.2768595,0.2520661,0.29752067,0.33471075,0.37603307,0.45041323,0.446281,0.47933885,0.4752066,0.5041322,0.5123967,0.5082645,0.4752066,0.47933885,0.3966942,0.3553719,0.3429752,0.29752067,0.29338843,0.25619835,0.24380165,0.23140496,0.2107438,0.20661157,0.22727273,0.27272728,0.2768595,0.33471075,0.35123968,0.3264463,0.33471075,0.35123968,0.33471075,0.3305785,0.30165288,0.27272728,0.30578512,0.33471075,0.30578512,0.27272728,0.15289256,0.11570248,0.35123968,0.38016528,0.41735536,0.45867768,0.42975205,0.35123968,0.40495867,0.45454547,0.46694216,0.46280992,0.42561984,0.40495867,0.4090909,0.38842976,0.35123968,0.3264463,0.29752067,0.24380165,0.23140496,0.24380165,0.25619835,0.2520661,0.2520661,0.24793388,0.26859504,0.29338843,0.34710744,0.38429752,0.44214877,0.4338843,0.47107437,0.45867768,0.46694216,0.46280992,0.45867768,0.41735536,0.3677686,0.30991736,0.29338843,0.2644628,0.24793388,0.2231405,0.21900827,0.22727273,0.23140496,0.2603306,0.32231405,0.34710744,0.3677686,0.39256197,0.40082645,0.40495867,0.3966942,0.39256197,0.3677686,0.37603307,0.3677686,0.30165288,0.28512397,0.3181818,0.30991736,0.2892562,0.18181819,0.09504132,0.338843,0.39256197,0.4338843,0.4214876,0.38842976,0.35950413,0.46280992,0.49173555,0.5041322,0.49586776,0.45867768,0.44214877,0.4338843,0.45041323,0.446281,0.42975205,0.38429752,0.37190083,0.3140496,0.27272728,0.26859504,0.24380165,0.2520661,0.2644628,0.29338843,0.30165288,0.34710744,0.3553719,0.4090909,0.42561984,0.446281,0.43801653,0.45041323,0.4214876,0.4090909,0.38429752,0.32231405,0.28512397,0.25619835,0.24793388,0.20247933,0.2231405,0.24380165,0.28512397,0.34710744,0.3966942,0.42561984,0.42561984,0.42561984,0.4338843,0.4338843,0.42561984,0.44214877,0.4214876,0.41322315,0.41322315,0.40495867,0.35950413,0.29338843,0.30578512,0.3181818,0.30165288,0.18595041,0.12396694,0.34710744,0.40082645,0.42975205,0.40082645,0.36363637,0.45041323,0.4876033,0.5,0.5247934,0.5165289,0.5041322,0.4876033,0.48347107,0.4876033,0.49173555,0.4876033,0.49586776,0.4752066,0.45867768,0.42561984,0.37190083,0.3264463,0.30991736,0.2768595,0.28512397,0.3140496,0.35950413,0.35950413,0.41735536,0.42975205,0.44214877,0.4338843,0.4338843,0.4090909,0.38429752,0.37603307,0.3264463,0.2892562,0.2520661,0.21900827,0.23553719,0.27272728,0.3181818,0.3553719,0.4214876,0.41322315,0.41735536,0.40495867,0.39256197,0.40495867,0.4090909,0.42561984,0.45867768,0.46694216,0.45041323,0.446281,0.4214876,0.37603307,0.33471075,0.30578512,0.30991736,0.30991736,0.2107438,0.10330579,0.36363637,0.41322315,0.42975205,0.4214876,0.40495867,0.446281,0.49586776,0.5,0.53305787,0.53305787,0.5165289,0.5371901,0.5082645,0.47107437,0.42561984,0.4338843,0.42975205,0.4214876,0.3966942,0.38842976,0.37603307,0.36363637,0.35950413,0.3181818,0.30165288,0.30578512,0.38842976,0.41735536,0.45041323,0.46280992,0.45454547,0.47933885,0.4876033,0.42561984,0.41735536,0.40082645,0.35123968,0.3181818,0.24380165,0.24793388,0.29338843,0.3181818,0.29752067,0.29338843,0.3429752,0.38016528,0.41735536,0.3966942,0.3553719,0.34710744,0.3264463,0.3553719,0.3966942,0.44214877,0.45041323,0.446281,0.42561984,0.38429752,0.34710744,0.3140496,0.30578512,0.3181818,0.24380165,0.09917355,0.37190083,0.4214876,0.44214877,0.446281,0.42561984,0.446281,0.4876033,0.5041322,0.53305787,0.5495868,0.5247934,0.48347107,0.39256197,0.3429752,0.3553719,0.41735536,0.45041323,0.42975205,0.36363637,0.30578512,0.24380165,0.28099173,0.3181818,0.3553719,0.33471075,0.30578512,0.40495867,0.4752066,0.5165289,0.5082645,0.5123967,0.56198347,0.5495868,0.4876033,0.446281,0.42975205,0.38842976,0.30578512,0.24380165,0.29338843,0.3140496,0.27272728,0.23553719,0.3429752,0.45041323,0.4876033,0.5247934,0.45867768,0.40495867,0.40082645,0.37190083,0.36363637,0.338843,0.3429752,0.3677686,0.41322315,0.4214876,0.39256197,0.3429752,0.3264463,0.32231405,0.3181818,0.23140496,0.10743801,0.3677686,0.42561984,0.43801653,0.446281,0.43801653,0.44214877,0.4752066,0.5041322,0.5041322,0.4214876,0.4090909,0.40082645,0.4214876,0.45041323,0.45454547,0.5041322,0.4214876,0.38842976,0.36363637,0.3264463,0.2768595,0.25619835,0.23553719,0.2892562,0.3264463,0.3181818,0.3966942,0.47933885,0.54545456,0.553719,0.553719,0.60330576,0.59090906,0.5165289,0.46694216,0.446281,0.40495867,0.2768595,0.28099173,0.3553719,0.30578512,0.2603306,0.30578512,0.37190083,0.37603307,0.3429752,0.3553719,0.2644628,0.2603306,0.29338843,0.29752067,0.38842976,0.39256197,0.37603307,0.2892562,0.3264463,0.37603307,0.34710744,0.32231405,0.34710744,0.3264463,0.32231405,0.24793388,0.10743801,0.36363637,0.41735536,0.4752066,0.47107437,0.46280992,0.44214877,0.47107437,0.46694216,0.35123968,0.3305785,0.45454547,0.49586776,0.446281,0.35123968,0.25619835,0.1983471,0.21900827,0.1446281,0.14876033,0.2107438,0.2231405,0.24380165,0.25619835,0.26859504,0.28099173,0.3264463,0.37190083,0.45454547,0.5371901,0.57024795,0.5661157,0.59917355,0.59917355,0.53305787,0.47933885,0.446281,0.38429752,0.23966943,0.40082645,0.37603307,0.30991736,0.28512397,0.25619835,0.24793388,0.24793388,0.14049587,0.39256197,0.28099173,0.09090909,0.11983471,0.16528925,0.19008264,0.26859504,0.3677686,0.34710744,0.29338843,0.3264463,0.338843,0.3264463,0.35123968,0.3429752,0.3140496,0.24380165,0.11570248,0.36363637,0.4090909,0.47933885,0.4876033,0.46694216,0.45041323,0.45041323,0.38842976,0.32231405,0.45041323,0.46280992,0.3553719,0.23966943,0.24380165,0.18595041,0.11157025,0.19008264,0.10743801,0.09917355,0.338843,0.21487603,0.14049587,0.17355372,0.27272728,0.36363637,0.3966942,0.38429752,0.45867768,0.5289256,0.57024795,0.5495868,0.59090906,0.58264464,0.5165289,0.47107437,0.45454547,0.36363637,0.24380165,0.45867768,0.35950413,0.24793388,0.21900827,0.30578512,0.3429752,0.42561984,0.11983471,0.21487603,0.1322314,0.12396694,0.09504132,0.30578512,0.17768595,0.11157025,0.19008264,0.2520661,0.3140496,0.338843,0.3264463,0.338843,0.37603307,0.37190083,0.3264463,0.24380165,0.12809917,0.3677686,0.4214876,0.49173555,0.5041322,0.48347107,0.4338843,0.42975205,0.39256197,0.42975205,0.35123968,0.23966943,0.1446281,0.28512397,0.41322315,0.17768595,0.11157025,0.12809917,0.12809917,0.17355372,0.48347107,0.4090909,0.2892562,0.38016528,0.13636364,0.41322315,0.49173555,0.4214876,0.4876033,0.5247934,0.54545456,0.5413223,0.553719,0.56198347,0.5123967,0.47933885,0.45454547,0.40495867,0.3140496,0.4214876,0.3677686,0.19421488,0.3140496,0.6983471,0.43801653,0.5041322,0.2520661,0.20247933,0.15289256,0.14876033,0.20247933,0.47933885,0.34710744,0.1322314,0.11570248,0.1570248,0.20247933,0.26859504,0.3140496,0.37603307,0.39256197,0.3966942,0.3264463,0.24793388,0.18595041,0.38016528,0.41735536,0.4876033,0.5165289,0.5,0.4338843,0.40495867,0.35950413,0.33471075,0.18595041,0.15289256,0.15289256,0.4090909,0.5206612,0.3140496,0.16528925,0.2231405,0.27272728,0.35123968,0.4876033,0.3966942,0.4338843,0.5123967,0.37190083,0.4214876,0.45041323,0.45867768,0.5165289,0.5082645,0.5371901,0.54545456,0.5371901,0.553719,0.5123967,0.49173555,0.45041323,0.42561984,0.38842976,0.37603307,0.41322315,0.41735536,0.43801653,0.47107437,0.46694216,0.46280992,0.45867768,0.43801653,0.28512397,0.2231405,0.3264463,0.41322315,0.34710744,0.27272728,0.26859504,0.24380165,0.27272728,0.34710744,0.38016528,0.38842976,0.3966942,0.4090909,0.33471075,0.25619835,0.2644628,0.39256197,0.4090909,0.49586776,0.5123967,0.5123967,0.45454547,0.446281,0.4338843,0.40495867,0.3677686,0.38429752,0.40082645,0.3677686,0.3677686,0.37603307,0.37603307,0.45454547,0.49173555,0.47933885,0.45867768,0.41322315,0.39256197,0.41322315,0.4338843,0.43801653,0.45867768,0.4876033,0.5165289,0.5041322,0.54545456,0.553719,0.5495868,0.55785125,0.5247934,0.5,0.46280992,0.4338843,0.40495867,0.37603307,0.38842976,0.4214876,0.41735536,0.38842976,0.43801653,0.39256197,0.40082645,0.41735536,0.32231405,0.30991736,0.30991736,0.3429752,0.38429752,0.4214876,0.41322315,0.3553719,0.338843,0.3677686,0.3966942,0.4090909,0.38842976,0.4214876,0.36363637,0.27272728,0.34710744,0.38016528,0.4214876,0.48347107,0.5082645,0.5041322,0.48347107,0.48347107,0.4752066,0.4338843,0.45041323,0.4752066,0.5165289,0.46694216,0.40082645,0.38016528,0.37603307,0.37603307,0.38016528,0.36363637,0.3677686,0.3677686,0.38842976,0.4214876,0.4338843,0.45454547,0.4876033,0.5123967,0.5082645,0.5165289,0.5289256,0.55785125,0.5785124,0.553719,0.5413223,0.5,0.47933885,0.45867768,0.42561984,0.40082645,0.38016528,0.41735536,0.41322315,0.40495867,0.37603307,0.3429752,0.3429752,0.32231405,0.3264463,0.34710744,0.3429752,0.3677686,0.38842976,0.39256197,0.36363637,0.3140496,0.3181818,0.3553719,0.41735536,0.4214876,0.4090909,0.41735536,0.3677686,0.30991736,0.29338843,0.38016528,0.4214876,0.4752066,0.5041322,0.5041322,0.5206612,0.5082645,0.47933885,0.44214877,0.42561984,0.4338843,0.45454547,0.44214877,0.39256197,0.3677686,0.34710744,0.3181818,0.3140496,0.26859504,0.32231405,0.38429752,0.446281,0.47933885,0.47933885,0.49586776,0.5206612,0.5165289,0.5082645,0.5289256,0.53305787,0.54545456,0.55785125,0.5495868,0.54545456,0.5206612,0.48347107,0.4752066,0.44214877,0.42561984,0.4090909,0.42561984,0.43801653,0.45041323,0.3966942,0.3305785,0.2892562,0.23553719,0.23553719,0.24793388,0.25619835,0.2644628,0.2644628,0.2892562,0.29338843,0.35123968,0.40495867,0.41322315,0.44214877,0.44214877,0.4214876,0.42561984,0.39256197,0.33471075,0.2231405,0.39256197,0.4338843,0.46694216,0.49173555,0.5041322,0.5165289,0.5165289,0.5082645,0.49586776,0.47107437,0.43801653,0.4090909,0.37603307,0.338843,0.30578512,0.2892562,0.2768595,0.3140496,0.35123968,0.44214877,0.48347107,0.5082645,0.5247934,0.5206612,0.5289256,0.5247934,0.5206612,0.5082645,0.5289256,0.55785125,0.5495868,0.5661157,0.5785124,0.57024795,0.53305787,0.5,0.47933885,0.44214877,0.45041323,0.42975205,0.4214876,0.45454547,0.47933885,0.45867768,0.4214876,0.38016528,0.3181818,0.2603306,0.23553719,0.22727273,0.23966943,0.24793388,0.338843,0.41735536,0.446281,0.46280992,0.45454547,0.446281,0.45454547,0.42975205,0.42561984,0.40495867,0.35950413,0.23140496,0.40495867,0.43801653,0.46280992,0.4876033,0.5082645,0.53305787,0.53305787,0.5289256,0.5371901,0.5289256,0.5123967,0.4876033,0.446281,0.42561984,0.40082645,0.40495867,0.4090909,0.43801653,0.47107437,0.5041322,0.5123967,0.5206612,0.5371901,0.5289256,0.53305787,0.5082645,0.5247934,0.5123967,0.53305787,0.57024795,0.55785125,0.57438016,0.59090906,0.553719,0.5413223,0.5123967,0.47107437,0.45454547,0.47107437,0.45867768,0.42975205,0.44214877,0.47107437,0.47933885,0.47107437,0.446281,0.42975205,0.42975205,0.41735536,0.40495867,0.41322315,0.42561984,0.45867768,0.47107437,0.47933885,0.4752066,0.47933885,0.46280992,0.45454547,0.45041323,0.4338843,0.4090909,0.37190083,0.28512397,0.4090909,0.45041323,0.46280992,0.49173555,0.5123967,0.53305787,0.553719,0.5413223,0.54545456,0.5371901,0.53305787,0.5165289,0.5123967,0.5041322,0.4876033,0.48347107,0.47933885,0.49586776,0.5206612,0.5206612,0.5165289,0.5165289,0.5289256,0.5247934,0.5165289,0.5165289,0.53305787,0.5247934,0.54545456,0.56198347,0.55785125,0.5661157,0.5785124,0.55785125,0.5165289,0.5041322,0.47933885,0.45454547,0.45454547,0.45041323,0.45867768,0.45041323,0.45867768,0.47107437,0.4752066,0.46280992,0.46694216,0.45041323,0.45454547,0.45454547,0.446281,0.45867768,0.47933885,0.48347107,0.49173555,0.4876033,0.4876033,0.45454547,0.4752066,0.46280992,0.44214877,0.41735536,0.38016528,0.32231405,0.3966942,0.45041323,0.4752066,0.5,0.5165289,0.5413223,0.55785125,0.55785125,0.55785125,0.54545456,0.5413223,0.5165289,0.5206612,0.49586776,0.5,0.5082645,0.49173555,0.49586776,0.5206612,0.5165289,0.5165289,0.5247934,0.5247934,0.53305787,0.5247934,0.53305787,0.53305787,0.5289256,0.5413223,0.54545456,0.5661157,0.5661157,0.57438016,0.57024795,0.5247934,0.5123967,0.4876033,0.46280992,0.4338843,0.42975205,0.45867768,0.49173555,0.46694216,0.4752066,0.4876033,0.4752066,0.49173555,0.46694216,0.47107437,0.45867768,0.44214877,0.47107437,0.4752066,0.47933885,0.48347107,0.48347107,0.4876033,0.47107437,0.47933885,0.47933885,0.44214877,0.4214876,0.37603307,0.3305785,0.41322315,0.446281,0.48347107,0.5082645,0.5289256,0.54545456,0.57024795,0.57438016,0.55785125,0.54545456,0.53305787,0.5206612,0.5041322,0.48347107,0.49173555,0.5041322,0.5082645,0.5165289,0.5247934,0.5206612,0.5289256,0.54545456,0.5413223,0.55785125,0.5495868,0.53305787,0.5247934,0.5289256,0.5413223,0.5495868,0.56198347,0.5785124,0.59504133,0.59917355,0.58264464,0.5247934,0.5041322,0.47107437,0.42975205,0.42975205,0.43801653,0.45867768,0.42975205,0.42561984,0.48347107,0.49173555,0.49586776,0.5082645,0.49586776,0.48347107,0.47107437,0.46694216,0.4752066,0.48347107,0.48347107,0.48347107,0.4876033,0.47933885,0.48347107,0.4752066,0.45041323,0.4090909,0.37603307,0.338843,0.40082645,0.45454547,0.4876033,0.5123967,0.53305787,0.553719,0.5661157,0.5661157,0.55785125,0.5413223,0.5289256,0.5206612,0.5165289,0.5,0.5123967,0.5041322,0.5247934,0.5371901,0.54545456,0.54545456,0.57024795,0.54545456,0.5082645,0.54545456,0.5371901,0.5,0.5082645,0.5206612,0.54545456,0.56198347,0.57024795,0.61157024,0.6859504,0.69008267,0.61157024,0.5413223,0.5247934,0.48347107,0.44214877,0.446281,0.42561984,0.44214877,0.446281,0.35950413,0.4090909,0.48347107,0.5082645,0.5165289,0.5165289,0.5082645,0.5082645,0.4752066,0.5,0.49173555,0.5,0.49586776,0.49173555,0.48347107,0.48347107,0.4752066,0.45041323,0.40495867,0.3677686,0.3429752,0.40082645,0.45041323,0.49586776,0.5165289,0.56198347,0.54545456,0.56198347,0.55785125,0.5495868,0.53305787,0.5495868,0.53305787,0.5371901,0.5371901,0.5371901,0.5495868,0.56198347,0.55785125,0.57024795,0.5661157,0.5661157,0.47933885,0.42975205,0.5041322,0.49586776,0.4876033,0.5082645,0.5206612,0.55785125,0.59917355,0.61570245,0.7231405,0.8016529,0.8512397,0.7231405,0.53305787,0.5413223,0.5123967,0.4752066,0.44214877,0.4338843,0.45867768,0.47933885,0.41735536,0.35950413,0.41322315,0.46280992,0.49586776,0.5123967,0.53305787,0.5289256,0.5289256,0.5165289,0.5082645,0.5,0.5082645,0.5041322,0.49586776,0.4876033,0.4752066,0.446281,0.40082645,0.36363637,0.33471075,0.4090909,0.45454547,0.5,0.5247934,0.54545456,0.5413223,0.55785125,0.56198347,0.56198347,0.54545456,0.5495868,0.5495868,0.5495868,0.553719,0.55785125,0.58264464,0.58677685,0.58677685,0.57438016,0.56198347,0.49173555,0.3966942,0.5,0.5247934,0.5123967,0.5041322,0.5,0.553719,0.59917355,0.6322314,0.6363636,0.73966944,0.76859504,0.7933884,0.69008267,0.5495868,0.5413223,0.56198347,0.5661157,0.4752066,0.45867768,0.49586776,0.5,0.5041322,0.40082645,0.38842976,0.4338843,0.47107437,0.5,0.5495868,0.5289256,0.5247934,0.5082645,0.5082645,0.5,0.5123967,0.5123967,0.5206612,0.5082645,0.4752066,0.446281,0.39256197,0.35123968,0.33471075,0.40495867,0.45041323,0.49586776,0.5413223,0.5247934,0.5371901,0.5495868,0.5785124,0.5785124,0.58264464,0.553719,0.55785125,0.5495868,0.56198347,0.55785125,0.58264464,0.59917355,0.57438016,0.5413223,0.49586776,0.41322315,0.46694216,0.56198347,0.57024795,0.57438016,0.5661157,0.55785125,0.6446281,0.6859504,0.6528926,0.62396693,0.6446281,0.6322314,0.6322314,0.5661157,0.5371901,0.5247934,0.57024795,0.56198347,0.53305787,0.5206612,0.5289256,0.5413223,0.57438016,0.45041323,0.41735536,0.45041323,0.46694216,0.49173555,0.53305787,0.5041322,0.5165289,0.5041322,0.49173555,0.4876033,0.5,0.5289256,0.5165289,0.5289256,0.48347107,0.446281,0.38842976,0.3429752,0.33471075,0.40495867,0.446281,0.4876033,0.5371901,0.5289256,0.5371901,0.5661157,0.59504133,0.59917355,0.59917355,0.56198347,0.57438016,0.55785125,0.5661157,0.5495868,0.57438016,0.5661157,0.5371901,0.5041322,0.42975205,0.4338843,0.5289256,0.6404959,0.6528926,0.6322314,0.61157024,0.607438,0.62396693,0.661157,0.61570245,0.553719,0.56198347,0.5206612,0.54545456,0.49586776,0.48347107,0.5,0.4876033,0.42561984,0.47933885,0.5165289,0.5247934,0.5371901,0.5413223,0.41322315,0.44214877,0.49173555,0.4752066,0.48347107,0.5123967,0.48347107,0.5165289,0.49586776,0.4752066,0.46280992,0.49173555,0.5,0.5123967,0.5,0.47933885,0.4214876,0.3677686,0.35950413,0.3305785,0.3966942,0.45454547,0.49586776,0.5123967,0.5247934,0.54545456,0.57438016,0.59917355,0.607438,0.5785124,0.57438016,0.56198347,0.56198347,0.5495868,0.5495868,0.57024795,0.5371901,0.5247934,0.47107437,0.42561984,0.5041322,0.5041322,0.5785124,0.59090906,0.553719,0.5413223,0.5371901,0.5,0.5206612,0.54545456,0.5082645,0.5041322,0.4752066,0.46280992,0.42975205,0.45041323,0.42561984,0.3677686,0.338843,0.36363637,0.3677686,0.37190083,0.37603307,0.36363637,0.33471075,0.4214876,0.49586776,0.47933885,0.49173555,0.49173555,0.47933885,0.48347107,0.47107437,0.45867768,0.446281,0.45867768,0.4876033,0.49586776,0.47107437,0.446281,0.3966942,0.34710744,0.338843,0.33471075,0.4090909,0.42561984,0.48347107,0.49586776,0.5206612,0.55785125,0.5785124,0.59090906,0.59917355,0.56198347,0.55785125,0.54545456,0.5371901,0.53305787,0.5495868,0.5371901,0.53305787,0.5041322,0.446281,0.49173555,0.56198347,0.46280992,0.45454547,0.4214876,0.35950413,0.33471075,0.35950413,0.3677686,0.41735536,0.46694216,0.47933885,0.4338843,0.3966942,0.36363637,0.38429752,0.37603307,0.35950413,0.2644628,0.20247933,0.16528925,0.16115703,0.16528925,0.20661157,0.2520661,0.2603306,0.32231405,0.4876033,0.46694216,0.47107437,0.46694216,0.45867768,0.4214876,0.4090909,0.4090909,0.4214876,0.43801653,0.46694216,0.46280992,0.4214876,0.38016528,0.3553719,0.3140496,0.3305785,0.3264463,0.41735536,0.4338843,0.46694216,0.47933885,0.5,0.5495868,0.57438016,0.5661157,0.59090906,0.54545456,0.5371901,0.5247934,0.5123967,0.5082645,0.53305787,0.5289256,0.5082645,0.4876033,0.47107437,0.5289256,0.59504133,0.42975205,0.3553719,0.26859504,0.15289256,0.12809917,0.12809917,0.1570248,0.1983471,0.30165288,0.41735536,0.36363637,0.3140496,0.30165288,0.29752067,0.30578512,0.3140496,0.11983471,0.09917355,0.12396694,0.17355372,0.14876033,0.19421488,0.27272728,0.2603306,0.2892562,0.46280992,0.46694216,0.44214877,0.42975205,0.4214876,0.39256197,0.40082645,0.38016528,0.38842976,0.41322315,0.42975205,0.41322315,0.38842976,0.338843,0.3181818,0.29338843,0.32231405,0.3140496,0.4214876,0.44214877,0.45867768,0.45867768,0.47933885,0.5,0.5289256,0.5495868,0.5371901,0.53305787,0.5165289,0.49586776,0.48347107,0.5,0.5,0.5082645,0.49173555,0.49586776,0.5165289,0.5661157,0.6198347,0.45454547,0.39256197,0.37603307,0.23966943,0.21900827,0.26859504,0.23140496,0.21900827,0.19008264,0.20661157,0.30165288,0.2520661,0.21900827,0.24380165,0.2603306,0.17355372,0.1322314,0.2107438,0.29752067,0.33471075,0.29338843,0.29338843,0.3429752,0.3264463,0.30165288,0.43801653,0.47107437,0.44214877,0.38842976,0.3553719,0.35123968,0.3553719,0.3429752,0.3677686,0.37603307,0.39256197,0.37603307,0.3429752,0.32231405,0.26859504,0.27272728,0.30578512,0.30991736,0.40495867,0.446281,0.45041323,0.45041323,0.4338843,0.44214877,0.4876033,0.5,0.5041322,0.5165289,0.5041322,0.49173555,0.46694216,0.47933885,0.47933885,0.47933885,0.49586776,0.5082645,0.5495868,0.59090906,0.59090906,0.48347107,0.44214877,0.49586776,0.45041323,0.47933885,0.45041323,0.3677686,0.39256197,0.28099173,0.18181819,0.16115703,0.21900827,0.17768595,0.21487603,0.13636364,0.10330579,0.15289256,0.23140496,0.29338843,0.33471075,0.3305785,0.3305785,0.38429752,0.36363637,0.338843,0.43801653,0.46694216,0.42561984,0.38429752,0.3429752,0.30991736,0.30991736,0.30165288,0.34710744,0.3677686,0.37603307,0.34710744,0.3140496,0.2892562,0.23966943,0.25619835,0.29338843,0.29338843,0.38429752,0.45041323,0.43801653,0.43801653,0.4214876,0.41322315,0.44214877,0.46280992,0.47107437,0.49586776,0.4752066,0.45041323,0.44214877,0.446281,0.45041323,0.45454547,0.4876033,0.5123967,0.53305787,0.54545456,0.553719,0.49173555,0.46280992,0.49586776,0.46280992,0.4752066,0.45041323,0.3966942,0.35950413,0.3305785,0.21900827,0.19008264,0.18181819,0.13636364,0.1694215,0.16115703,0.13636364,0.20661157,0.29338843,0.34710744,0.35950413,0.3553719,0.3553719,0.35123968,0.37603307,0.4090909,0.4752066,0.42975205,0.40495867,0.37190083,0.3140496,0.28099173,0.2768595,0.28099173,0.30991736,0.338843,0.33471075,0.3264463,0.30578512,0.2603306,0.23553719,0.2520661,0.28512397,0.30991736,0.39256197,0.44214877,0.43801653,0.4214876,0.41322315,0.3966942,0.40082645,0.42975205,0.446281,0.46280992,0.45454547,0.45454547,0.45041323,0.42975205,0.41735536,0.42561984,0.45041323,0.4752066,0.4752066,0.47933885,0.49586776,0.5123967,0.5495868,0.5247934,0.47107437,0.48347107,0.49586776,0.47933885,0.4752066,0.45867768,0.3553719,0.23553719,0.18595041,0.1446281,0.14049587,0.2107438,0.23966943,0.32231405,0.4090909,0.40495867,0.42561984,0.4214876,0.3966942,0.37190083,0.41322315,0.46694216,0.45041323,0.4214876,0.40082645,0.338843,0.29338843,0.28099173,0.2644628,0.2768595,0.29338843,0.32231405,0.3181818,0.3181818,0.30165288,0.2644628,0.23140496,0.27272728,0.28512397,0.27272728,0.40082645,0.4338843,0.42975205,0.42975205,0.41735536,0.38429752,0.3966942,0.41322315,0.42975205,0.446281,0.446281,0.45867768,0.43801653,0.4090909,0.40082645,0.38842976,0.38842976,0.38016528,0.39256197,0.446281,0.5,0.55785125,0.553719,0.5206612,0.49173555,0.4876033,0.49586776,0.49586776,0.5206612,0.5247934,0.49173555,0.3677686,0.25619835,0.21900827,0.21900827,0.2644628,0.42975205,0.42561984,0.42975205,0.4090909,0.42975205,0.42975205,0.42561984,0.41322315,0.41735536,0.45454547,0.44214877,0.44214877,0.42975205,0.4090909,0.3264463,0.3181818,0.26859504,0.29752067,0.2892562,0.3181818,0.3140496,0.3264463,0.2892562,0.2603306,0.2520661,0.2892562,0.28512397,0.27272728,0.41735536,0.41735536,0.4338843,0.41735536,0.41322315,0.40495867,0.40082645,0.37603307,0.41735536,0.41322315,0.4338843,0.45454547,0.42561984,0.3966942,0.40082645,0.34710744,0.28512397,0.30578512,0.40082645,0.49586776,0.5206612,0.5247934,0.5289256,0.5206612,0.5123967,0.5123967,0.5041322,0.49586776,0.5,0.5041322,0.5123967,0.49173555,0.4752066,0.46280992,0.42975205,0.46694216,0.47933885,0.446281,0.44214877,0.43801653,0.42561984,0.4338843,0.446281,0.44214877,0.45041323,0.46280992,0.46280992,0.45041323,0.45454547,0.4090909,0.3553719,0.338843,0.29338843,0.3140496,0.29338843,0.30991736,0.36363637,0.30578512,0.30165288,0.2603306,0.2603306,0.28099173,0.30165288,0.2768595,0.4338843,0.41735536,0.42975205,0.41735536,0.41735536,0.39256197,0.41735536,0.38016528,0.40495867,0.40082645,0.41322315,0.45041323,0.43801653,0.40082645,0.38016528,0.23140496,0.2603306,0.3966942,0.47107437,0.5165289,0.5165289,0.5206612,0.5247934,0.53305787,0.53305787,0.5041322,0.5206612,0.5,0.5,0.5206612,0.5247934,0.5371901,0.5495868,0.5785124,0.5,0.47107437,0.46694216,0.45041323,0.45041323,0.446281,0.46280992,0.45867768,0.4876033,0.47933885,0.49586776,0.47107437,0.45041323,0.45041323,0.446281,0.40082645,0.37190083,0.3553719,0.338843,0.30578512,0.29338843,0.29338843,0.34710744,0.30991736,0.29752067,0.2644628,0.28512397,0.3140496,0.29338843,0.28099173,0.4338843,0.41735536,0.4090909,0.4214876,0.40495867,0.4090909,0.4090909,0.3966942,0.38842976,0.40082645,0.446281,0.46280992,0.446281,0.4090909,0.30165288,0.25619835,0.42975205,0.47107437,0.5165289,0.5247934,0.5413223,0.5206612,0.53305787,0.5371901,0.55785125,0.5247934,0.49586776,0.49586776,0.45867768,0.46694216,0.47107437,0.4752066,0.5123967,0.49586776,0.5041322,0.4214876,0.41322315,0.4214876,0.41735536,0.40495867,0.40082645,0.41735536,0.41735536,0.41735536,0.44214877,0.42975205,0.4214876,0.43801653,0.4338843,0.4214876,0.38429752,0.338843,0.34710744,0.338843,0.29752067,0.30991736,0.28099173,0.32231405,0.30165288,0.26859504,0.29338843,0.32231405,0.27272728,0.28512397,0.42975205,0.43801653,0.4090909,0.41322315,0.39256197,0.4090909,0.40082645,0.40495867,0.3966942,0.39256197,0.45454547,0.46694216,0.446281,0.3677686,0.3264463,0.39256197,0.46694216,0.45454547,0.53305787,0.54545456,0.553719,0.5413223,0.5495868,0.5495868,0.5289256,0.47933885,0.46280992,0.46694216,0.45454547,0.4752066,0.48347107,0.45867768,0.49173555,0.49173555,0.45454547,0.40082645,0.38429752,0.41322315,0.40082645,0.38016528,0.38016528,0.3966942,0.40082645,0.39256197,0.38016528,0.35950413,0.30165288,0.27272728,0.2892562,0.29752067,0.3966942,0.37603307,0.35123968,0.34710744,0.3140496,0.3264463,0.3140496,0.33471075,0.29752067,0.2644628,0.30578512,0.30165288,0.30578512,0.2520661,0.4338843,0.43801653,0.4214876,0.41322315,0.40495867,0.39256197,0.38016528,0.40082645,0.40082645,0.4214876,0.45867768,0.47107437,0.41735536,0.33471075,0.338843,0.36363637,0.3429752,0.48347107,0.54545456,0.53305787,0.49173555,0.47933885,0.49173555,0.47933885,0.47107437,0.46694216,0.4752066,0.45041323,0.43801653,0.4338843,0.4338843,0.40495867,0.40082645,0.4214876,0.3429752,0.33471075,0.34710744,0.3264463,0.28099173,0.28099173,0.30165288,0.3264463,0.3305785,0.338843,0.2768595,0.2892562,0.22727273,0.17768595,0.13636364,0.15289256,0.35950413,0.35123968,0.3264463,0.3553719,0.32231405,0.33471075,0.3264463,0.3264463,0.2892562,0.28512397,0.30991736,0.29752067,0.2892562,0.24793388,0.4214876,0.42975205,0.42561984,0.3966942,0.40495867,0.40082645,0.38429752,0.40495867,0.4214876,0.446281,0.46694216,0.45454547,0.38429752,0.3264463,0.29752067,0.24380165,0.3305785,0.45041323,0.4214876,0.37603307,0.338843,0.3677686,0.38842976,0.41735536,0.42561984,0.41735536,0.3966942,0.35950413,0.338843,0.30165288,0.29752067,0.3181818,0.29752067,0.32231405,0.23553719,0.24380165,0.28099173,0.23553719,0.19008264,0.1570248,0.17355372,0.18181819,0.19008264,0.21487603,0.19421488,0.20247933,0.13636364,0.09917355,0.07438017,0.19008264,0.36363637,0.3264463,0.30165288,0.3264463,0.3140496,0.3305785,0.3429752,0.30991736,0.28099173,0.28099173,0.29752067,0.30165288,0.27272728,0.24380165,0.41735536,0.42975205,0.43801653,0.40495867,0.42561984,0.3966942,0.3966942,0.40495867,0.41735536,0.45041323,0.45454547,0.43801653,0.35950413,0.30165288,0.23966943,0.18595041,0.3264463,0.32231405,0.20661157,0.1694215,0.21487603,0.29752067,0.29752067,0.3429752,0.3181818,0.28099173,0.2231405,0.23140496,0.1983471,0.18181819,0.19421488,0.2231405,0.2231405,0.23553719,0.19421488,0.1983471,0.21487603,0.20661157,0.20661157,0.17768595,0.2107438,0.20661157,0.1446281,0.38842976,0.23966943,0.18181819,0.23553719,0.2520661,0.1983471,0.38842976,0.40495867,0.33471075,0.29338843,0.30165288,0.3181818,0.28099173,0.338843,0.30165288,0.26859504,0.26859504,0.2768595,0.2768595,0.23966943,0.23140496,0.40082645,0.41735536,0.4338843,0.4338843,0.41322315,0.39256197,0.38016528,0.38842976,0.4338843,0.4338843,0.47107437,0.4338843,0.3429752,0.26859504,0.19421488,0.20661157,0.37190083,0.3305785,0.1694215,0.28099173,0.30578512,0.40495867,0.3181818,0.2603306,0.18181819,0.1446281,0.27272728,0.30991736,0.2603306,0.27272728,0.2892562,0.38016528,0.30165288,0.28099173,0.19421488,0.3264463,0.3966942,0.38842976,0.553719,0.30578512,0.48347107,0.4214876,0.23140496,0.4338843,0.41322315,0.43801653,0.45041323,0.40495867,0.3553719,0.47107437,0.4214876,0.35950413,0.30991736,0.2644628,0.2603306,0.30991736,0.30578512,0.27272728,0.2520661,0.23966943,0.2603306,0.2520661,0.2231405,0.23140496,0.38429752,0.41322315,0.4214876,0.42975205,0.40082645,0.40082645,0.38429752,0.38842976,0.41322315,0.4338843,0.44214877,0.42561984,0.3429752,0.2644628,0.20247933,0.2603306,0.446281,0.46280992,0.3677686,0.4876033,0.5123967,0.5413223,0.48347107,0.38842976,0.2644628,0.21900827,0.5785124,0.6818182,0.42975205,0.5041322,0.53305787,0.6198347,0.47107437,0.37190083,0.29752067,0.5,0.5661157,0.56198347,0.6735537,0.35123968,0.49173555,0.45041323,0.38016528,0.45041323,0.45041323,0.47107437,0.40495867,0.37603307,0.42561984,0.47107437,0.41735536,0.38429752,0.3181818,0.2768595,0.2603306,0.29338843,0.29338843,0.2603306,0.23553719,0.26859504,0.2520661,0.23140496,0.22727273,0.21900827,0.3677686,0.40082645,0.4214876,0.4090909,0.40495867,0.3966942,0.3966942,0.38842976,0.39256197,0.40495867,0.42561984,0.40082645,0.338843,0.2520661,0.24380165,0.3429752,0.47107437,0.5123967,0.4876033,0.46694216,0.49173555,0.49586776,0.54545456,0.49586776,0.41322315,0.33471075,0.446281,0.58677685,0.44214877,0.4876033,0.6652893,0.6859504,0.59504133,0.44214877,0.34710744,0.5289256,0.6363636,0.6280992,0.54545456,0.42975205,0.45454547,0.43801653,0.4090909,0.44214877,0.48347107,0.41735536,0.36363637,0.4090909,0.47107437,0.44214877,0.4214876,0.41322315,0.35123968,0.28512397,0.2644628,0.26859504,0.25619835,0.24380165,0.21900827,0.24380165,0.23553719,0.23140496,0.21487603,0.18595041,0.3264463,0.38842976,0.3966942,0.4090909,0.40495867,0.3966942,0.38016528,0.38429752,0.38429752,0.39256197,0.38842976,0.38842976,0.3140496,0.2768595,0.28512397,0.41322315,0.5,0.49586776,0.5413223,0.47933885,0.5165289,0.49586776,0.5785124,0.59504133,0.46280992,0.46280992,0.47107437,0.5041322,0.45867768,0.46694216,0.59090906,0.54545456,0.4214876,0.2768595,0.2603306,0.446281,0.57438016,0.57024795,0.53305787,0.48347107,0.446281,0.38842976,0.40495867,0.5495868,0.5,0.3429752,0.38842976,0.45867768,0.44214877,0.4090909,0.41322315,0.40082645,0.3553719,0.29338843,0.2520661,0.2603306,0.24793388,0.23140496,0.21487603,0.2107438,0.23140496,0.21900827,0.2107438,0.15289256,0.29338843,0.37190083,0.38016528,0.40082645,0.3966942,0.38842976,0.37190083,0.37603307,0.38842976,0.37603307,0.37190083,0.38429752,0.2892562,0.28099173,0.29752067,0.42975205,0.5,0.4876033,0.4752066,0.5165289,0.5206612,0.5041322,0.5041322,0.6404959,0.5371901,0.48347107,0.4876033,0.53305787,0.57438016,0.59917355,0.58264464,0.6198347,0.5785124,0.54545456,0.58677685,0.6735537,0.71900827,0.7066116,0.59504133,0.47933885,0.38016528,0.40082645,0.45454547,0.5289256,0.38429752,0.34710744,0.42561984,0.44214877,0.40082645,0.3966942,0.3966942,0.39256197,0.3553719,0.30165288,0.24793388,0.24793388,0.23966943,0.2107438,0.21900827,0.21900827,0.2231405,0.21487603,0.18595041,0.1446281,0.21900827,0.35950413,0.38842976,0.38842976,0.38429752,0.38016528,0.37603307,0.36363637,0.35950413,0.35123968,0.35123968,0.37190083,0.29752067,0.26859504,0.30165288,0.42975205,0.48347107,0.47933885,0.46280992,0.49173555,0.5165289,0.49586776,0.47933885,0.5661157,0.6735537,0.5165289,0.46694216,0.5123967,0.6280992,0.6735537,0.73140496,0.79752064,0.75206614,0.74793386,0.73966944,0.75619835,0.8429752,0.8181818,0.55785125,0.38842976,0.33471075,0.3966942,0.40495867,0.38842976,0.33471075,0.38016528,0.4214876,0.40082645,0.37190083,0.39256197,0.38842976,0.38429752,0.33471075,0.28512397,0.2768595,0.24793388,0.21487603,0.20661157,0.23553719,0.2107438,0.2231405,0.21487603,0.1570248,0.1446281,0.16115703,0.3264463,0.37603307,0.38429752,0.37603307,0.37603307,0.37603307,0.3553719,0.338843,0.3429752,0.3429752,0.34710744,0.29338843,0.29338843,0.30991736,0.41322315,0.46280992,0.47107437,0.45454547,0.46280992,0.4876033,0.49586776,0.46280992,0.4876033,0.54545456,0.47107437,0.4338843,0.45041323,0.5495868,0.553719,0.62396693,0.661157,0.6363636,0.6198347,0.6198347,0.56198347,0.60330576,0.5,0.3553719,0.30165288,0.30165288,0.29338843,0.34710744,0.30991736,0.3181818,0.36363637,0.38016528,0.38016528,0.36363637,0.37603307,0.36363637,0.34710744,0.3181818,0.29752067,0.28099173,0.23140496,0.2107438,0.21487603,0.2231405,0.20247933,0.23553719,0.19008264,0.15289256,0.1446281,0.18595041,0.2107438,0.37190083,0.38429752,0.3677686,0.37190083,0.3677686,0.3305785,0.33471075,0.33471075,0.338843,0.32231405,0.3140496,0.32231405,0.33471075,0.39256197,0.446281,0.4752066,0.45041323,0.4338843,0.44214877,0.47107437,0.45041323,0.446281,0.4338843,0.4090909,0.40495867,0.3677686,0.3966942,0.4338843,0.45867768,0.47933885,0.45867768,0.45454547,0.46694216,0.40082645,0.38842976,0.32231405,0.28512397,0.26859504,0.25619835,0.26859504,0.28099173,0.28099173,0.3140496,0.35123968,0.3677686,0.3429752,0.33471075,0.35123968,0.3305785,0.3140496,0.3264463,0.30578512,0.2520661,0.2231405,0.2107438,0.1983471,0.20661157,0.20661157,0.2231405,0.1446281,0.15289256,0.15289256,0.1983471,0.15289256,0.338843,0.38016528,0.37190083,0.35950413,0.35123968,0.338843,0.3305785,0.32231405,0.3264463,0.29338843,0.3264463,0.3181818,0.3264463,0.3553719,0.40082645,0.43801653,0.42975205,0.41735536,0.41322315,0.41735536,0.4214876,0.4338843,0.41735536,0.3677686,0.38016528,0.3305785,0.338843,0.30991736,0.3429752,0.35123968,0.35123968,0.3429752,0.36363637,0.32231405,0.29338843,0.2644628,0.23553719,0.22727273,0.22727273,0.23553719,0.23553719,0.27272728,0.32231405,0.338843,0.3264463,0.3140496,0.3140496,0.3181818,0.30165288,0.3264463,0.3429752,0.28512397,0.23140496,0.20247933,0.1983471,0.20247933,0.20247933,0.21487603,0.18595041,0.1446281,0.1446281,0.14049587,0.20247933,0.20247933,0.5371901,0.39256197,0.35950413,0.37190083,0.3305785,0.3264463,0.32231405,0.30991736,0.30578512,0.2892562,0.33471075,0.3264463,0.3264463,0.33471075,0.39256197,0.40082645,0.40082645,0.40495867,0.41322315,0.3966942,0.39256197,0.38016528,0.38842976,0.3677686,0.3305785,0.2892562,0.2768595,0.23966943,0.24380165,0.24380165,0.21900827,0.2644628,0.20661157,0.21487603,0.20661157,0.18595041,0.17355372,0.18595041,0.1983471,0.19421488,0.23553719,0.2603306,0.28512397,0.29338843,0.28099173,0.30165288,0.29338843,0.2892562,0.30165288,0.35123968,0.3264463,0.24793388,0.2231405,0.2107438,0.19421488,0.18181819,0.20247933,0.2107438,0.15289256,0.14876033,0.14876033,0.1446281,0.19008264,0.28512397,0.8264463,0.5371901,0.3429752,0.3677686,0.3429752,0.32231405,0.30991736,0.3140496,0.29752067,0.28099173,0.3429752,0.32231405,0.32231405,0.35950413,0.37603307,0.38429752,0.38429752,0.38429752,0.3966942,0.40082645,0.38016528,0.34710744,0.34710744,0.3264463,0.3140496,0.28512397,0.2520661,0.23553719,0.19421488,0.18181819,0.17355372,0.19008264,0.18181819,0.16528925,0.16528925,0.16115703,0.15289256,0.17768595,0.19008264,0.18595041,0.21900827,0.21487603,0.2231405,0.24380165,0.2520661,0.2768595,0.2768595,0.29752067,0.3429752,0.3429752,0.3181818,0.24793388,0.22727273,0.18595041,0.18181819,0.1694215,0.22727273,0.18181819,0.14049587,0.13636364,0.14876033,0.14049587,0.16115703,0.43801653,0.90495867,0.7892562,0.3264463,0.37190083,0.34710744,0.3305785,0.3181818,0.30991736,0.28512397,0.28512397,0.33471075,0.32231405,0.3305785,0.3553719,0.33471075,0.37190083,0.38429752,0.38016528,0.38842976,0.39256197,0.37603307,0.34710744,0.30165288,0.2520661,0.24380165,0.21900827,0.2107438,0.20247933,0.17768595,0.16115703,0.1694215,0.16115703,0.1694215,0.1446281,0.14876033,0.14876033,0.16115703,0.14049587,0.14876033,0.14876033,0.16115703,0.18181819,0.1983471,0.23966943,0.26859504,0.27272728,0.28099173,0.33471075,0.37603307,0.35123968,0.3140496,0.23966943,0.20247933,0.18181819,0.17355372,0.1983471,0.21487603,0.1446281,0.13636364,0.14049587,0.14876033,0.1322314,0.15289256,0.5413223,0.88842976,0.90082645,0.5413223,0.3140496,0.3553719,0.3429752,0.32231405,0.29752067,0.29752067,0.30165288,0.29752067,0.3140496,0.33471075,0.2768595,0.33471075,0.38016528,0.40082645,0.4090909,0.39256197,0.38842976,0.34710744,0.338843,0.30991736,0.24793388,0.2107438,0.18181819,0.14876033,0.14876033,0.1446281,0.1322314,0.13636364,0.14049587,0.12809917,0.11570248,0.1322314,0.11570248,0.11157025,0.11983471,0.12396694,0.1322314,0.16115703,0.19421488,0.24793388,0.24793388,0.28099173,0.26859504,0.30991736,0.35950413,0.39256197,0.35950413,0.27272728,0.21900827,0.1694215,0.18181819,0.1983471,0.23553719,0.1694215,0.13636364,0.14876033,0.13636364,0.1446281,0.14049587,0.18595041,0.58264464,0.8595041,0.8801653,0.8512397,0.38429752,0.3305785,0.34710744,0.3305785,0.30578512,0.2892562,0.2520661,0.2644628,0.30165288,0.3429752,0.23140496,0.37190083,0.3305785,0.39256197,0.42975205,0.41735536,0.40082645,0.34710744,0.3553719,0.3429752,0.30165288,0.2603306,0.21487603,0.18181819,0.15289256,0.15289256,0.1322314,0.13636364,0.13636364,0.11983471,0.11983471,0.12396694,0.11157025,0.12809917,0.1322314,0.1570248,0.19008264,0.22727273,0.24380165,0.27272728,0.29338843,0.29338843,0.3181818,0.3553719,0.38016528,0.35950413,0.338843,0.25619835,0.18595041,0.13636364,0.19008264,0.21900827,0.23553719,0.1570248,0.1446281,0.14049587,0.14049587,0.1446281,0.1322314,0.29752067,0.46694216,0.78512394,0.88429755,0.8801653,0.6818182,0.34710744,0.338843,0.34710744,0.3305785,0.29338843,0.2520661,0.2644628,0.28512397,0.29752067,0.2107438,0.33471075,0.28512397,0.39256197,0.42975205,0.45041323,0.4214876,0.3966942,0.38429752,0.36363637,0.3429752,0.338843,0.338843,0.30165288,0.2520661,0.23966943,0.20247933,0.18181819,0.1570248,0.13636364,0.16115703,0.1570248,0.16528925,0.20247933,0.23140496,0.2603306,0.28099173,0.29752067,0.3140496,0.3305785,0.3305785,0.3181818,0.3677686,0.4090909,0.33471075,0.3553719,0.29338843,0.20661157,0.14876033,0.14876033,0.21900827,0.21900827,0.2644628,0.1983471,0.1322314,0.14049587,0.14049587,0.14049587,0.12809917,0.61157024,0.42561984,0.58677685,0.90495867,0.8719008,0.8471074,0.5289256,0.3181818,0.3429752,0.35123968,0.30991736,0.30165288,0.2768595,0.2603306,0.25619835,0.2107438,0.26859504,0.2768595,0.37190083,0.4090909,0.47107437,0.44214877,0.4090909,0.446281,0.41735536,0.40082645,0.38016528,0.41322315,0.3966942,0.40495867,0.3966942,0.38842976,0.3429752,0.3429752,0.32231405,0.338843,0.30578512,0.3181818,0.338843,0.3677686,0.36363637,0.338843,0.33471075,0.36363637,0.35950413,0.36363637,0.33471075,0.37603307,0.38429752,0.30165288,0.2768595,0.23140496,0.15289256,0.16115703,0.14876033,0.25619835,0.19421488,0.2892562,0.3181818,0.23553719,0.1694215,0.1570248,0.1322314,0.1446281,0.5785124,0.48347107,0.3677686,0.7066116,0.90082645,0.88842976,0.76859504,0.42561984,0.3305785,0.3553719,0.3429752,0.3181818,0.2892562,0.2644628,0.23966943,0.20247933,0.23553719,0.25619835,0.32231405,0.38016528,0.40082645,0.46280992,0.41322315,0.44214877,0.42561984,0.43801653,0.42561984,0.3966942,0.45041323,0.46280992,0.43801653,0.42561984,0.4214876,0.4090909,0.4090909,0.40495867,0.41735536,0.38842976,0.42561984,0.43801653,0.41322315,0.37603307,0.37190083,0.37603307,0.38429752,0.37603307,0.3264463,0.3429752,0.30991736,0.28512397,0.1983471,0.1570248,0.14049587,0.16528925,0.20247933,0.23553719,0.1694215,0.37190083,0.42561984,0.4214876,0.38016528,0.35123968,0.29752067,0.2603306,21 +0.15289256,0.18181819,0.2520661,0.33471075,0.37603307,0.4090909,0.4338843,0.45454547,0.46694216,0.45867768,0.45454547,0.45867768,0.45867768,0.47107437,0.4752066,0.47933885,0.5041322,0.49173555,0.5206612,0.5247934,0.53305787,0.53305787,0.55785125,0.5289256,0.5371901,0.5495868,0.5413223,0.5206612,0.54545456,0.5495868,0.55785125,0.5495868,0.55785125,0.53305787,0.53305787,0.5371901,0.5495868,0.5371901,0.5247934,0.4876033,0.4752066,0.47107437,0.47107437,0.45454547,0.45041323,0.42975205,0.42561984,0.40495867,0.40082645,0.38429752,0.38429752,0.3966942,0.3677686,0.38016528,0.36363637,0.35950413,0.3429752,0.32231405,0.2644628,0.23553719,0.14876033,0.12396694,0.13636364,0.13636364,0.13636364,0.21487603,0.2768595,0.3677686,0.39256197,0.42975205,0.45867768,0.47107437,0.45041323,0.45867768,0.46280992,0.47933885,0.4752066,0.4876033,0.49586776,0.5041322,0.5082645,0.5165289,0.5495868,0.553719,0.5661157,0.57024795,0.58264464,0.5785124,0.57438016,0.57438016,0.5785124,0.553719,0.5495868,0.5661157,0.57438016,0.56198347,0.5495868,0.5495868,0.55785125,0.553719,0.55785125,0.55785125,0.56198347,0.5206612,0.5082645,0.5082645,0.5041322,0.48347107,0.47107437,0.46694216,0.45454547,0.4338843,0.41735536,0.3966942,0.39256197,0.38429752,0.38016528,0.37603307,0.37190083,0.37190083,0.34710744,0.33471075,0.29338843,0.23966943,0.1983471,0.10743801,0.1446281,0.12809917,0.12396694,0.21900827,0.30578512,0.37603307,0.41322315,0.46280992,0.45454547,0.45867768,0.45867768,0.46280992,0.4876033,0.49586776,0.49173555,0.5,0.5123967,0.5413223,0.5247934,0.5495868,0.56198347,0.59504133,0.59090906,0.61570245,0.6363636,0.6652893,0.6694215,0.61570245,0.59504133,0.57438016,0.58264464,0.60330576,0.61570245,0.59504133,0.58677685,0.59090906,0.59090906,0.57438016,0.59504133,0.60330576,0.60330576,0.57024795,0.60330576,0.5413223,0.56198347,0.53305787,0.5082645,0.49173555,0.4876033,0.45454547,0.42975205,0.41322315,0.39256197,0.38016528,0.39256197,0.38016528,0.37190083,0.38842976,0.35950413,0.34710744,0.3181818,0.2644628,0.2231405,0.14049587,0.13636364,0.10330579,0.1570248,0.1983471,0.3305785,0.38016528,0.4214876,0.45041323,0.43801653,0.46694216,0.46694216,0.47107437,0.47933885,0.49173555,0.49173555,0.5123967,0.5247934,0.5495868,0.54545456,0.553719,0.57024795,0.61157024,0.6404959,0.677686,0.69008267,0.6983471,0.7231405,0.677686,0.62396693,0.61157024,0.6363636,0.6528926,0.6487603,0.6404959,0.6404959,0.6528926,0.6487603,0.661157,0.6487603,0.6404959,0.6322314,0.6198347,0.6652893,0.58677685,0.5785124,0.5661157,0.5247934,0.48347107,0.4752066,0.45041323,0.4214876,0.40495867,0.37190083,0.35950413,0.36363637,0.38016528,0.38842976,0.3677686,0.37190083,0.3553719,0.3305785,0.28512397,0.21487603,0.16115703,0.12809917,0.12396694,0.1570248,0.2107438,0.3429752,0.41322315,0.43801653,0.43801653,0.46694216,0.46280992,0.46694216,0.45041323,0.46694216,0.46280992,0.46694216,0.4752066,0.5,0.5082645,0.5206612,0.5413223,0.553719,0.58264464,0.6322314,0.6570248,0.69008267,0.6570248,0.69008267,0.6570248,0.6446281,0.6322314,0.6694215,0.6859504,0.6528926,0.6818182,0.6983471,0.7066116,0.71487606,0.72727275,0.6735537,0.6198347,0.61570245,0.61157024,0.60330576,0.5371901,0.5123967,0.49586776,0.45867768,0.44214877,0.4214876,0.38429752,0.39256197,0.3677686,0.338843,0.3264463,0.30578512,0.3264463,0.37603307,0.36363637,0.37190083,0.338843,0.34710744,0.2892562,0.24793388,0.1983471,0.13636364,0.11570248,0.14876033,0.27272728,0.37190083,0.40495867,0.42975205,0.45041323,0.48347107,0.47107437,0.42975205,0.4090909,0.4338843,0.4214876,0.41735536,0.42561984,0.4338843,0.45867768,0.49173555,0.49173555,0.4752066,0.5041322,0.5165289,0.5413223,0.5661157,0.55785125,0.59504133,0.59090906,0.6198347,0.6280992,0.6322314,0.6487603,0.61157024,0.6528926,0.6694215,0.6983471,0.6818182,0.6735537,0.59917355,0.553719,0.5371901,0.56198347,0.5206612,0.446281,0.42561984,0.38429752,0.3264463,0.3264463,0.33471075,0.29752067,0.3264463,0.3181818,0.3181818,0.32231405,0.30165288,0.25619835,0.30578512,0.3429752,0.35950413,0.3429752,0.33471075,0.30578512,0.28512397,0.22727273,0.1446281,0.11157025,0.1570248,0.30578512,0.38016528,0.40082645,0.41735536,0.46280992,0.46280992,0.42975205,0.38016528,0.36363637,0.38842976,0.40082645,0.3677686,0.38016528,0.38429752,0.35950413,0.35950413,0.33471075,0.338843,0.3553719,0.38429752,0.4090909,0.42975205,0.4214876,0.45454547,0.49586776,0.553719,0.5785124,0.59504133,0.5661157,0.58264464,0.61157024,0.61157024,0.6322314,0.58677685,0.59090906,0.5082645,0.47107437,0.49173555,0.48347107,0.41322315,0.3677686,0.30578512,0.26859504,0.25619835,0.2644628,0.26859504,0.2644628,0.2644628,0.27272728,0.30165288,0.3264463,0.32231405,0.2520661,0.2644628,0.28099173,0.3429752,0.33471075,0.3305785,0.3181818,0.2892562,0.2520661,0.14049587,0.10743801,0.1983471,0.3140496,0.39256197,0.3966942,0.4214876,0.45454547,0.41322315,0.37190083,0.33471075,0.38016528,0.37603307,0.35950413,0.34710744,0.35123968,0.35123968,0.30165288,0.27272728,0.25619835,0.2644628,0.26859504,0.27272728,0.30991736,0.32231405,0.30578512,0.3553719,0.40082645,0.47107437,0.5082645,0.5206612,0.5206612,0.5206612,0.553719,0.5661157,0.56198347,0.5247934,0.5082645,0.43801653,0.39256197,0.4214876,0.37190083,0.3264463,0.29338843,0.25619835,0.24793388,0.23966943,0.2520661,0.2520661,0.2768595,0.25619835,0.30991736,0.28512397,0.27272728,0.2768595,0.28099173,0.2644628,0.25619835,0.28099173,0.3181818,0.32231405,0.3140496,0.29752067,0.27272728,0.13636364,0.10743801,0.2107438,0.33471075,0.39256197,0.38429752,0.45041323,0.41322315,0.37190083,0.38842976,0.39256197,0.41322315,0.3966942,0.3966942,0.38429752,0.38429752,0.3305785,0.3305785,0.29338843,0.27272728,0.24380165,0.29338843,0.2644628,0.2768595,0.27272728,0.2603306,0.29752067,0.338843,0.39256197,0.446281,0.47107437,0.48347107,0.49173555,0.5082645,0.5123967,0.5123967,0.48347107,0.45867768,0.40495867,0.33471075,0.36363637,0.3181818,0.30578512,0.28512397,0.26859504,0.2644628,0.23553719,0.24793388,0.29338843,0.29752067,0.30991736,0.3677686,0.37190083,0.32231405,0.33471075,0.3305785,0.32231405,0.29752067,0.2603306,0.2768595,0.3181818,0.3140496,0.30165288,0.27272728,0.16528925,0.11983471,0.2107438,0.3429752,0.37190083,0.41735536,0.446281,0.35123968,0.35950413,0.45041323,0.45867768,0.4876033,0.43801653,0.4214876,0.43801653,0.43801653,0.41735536,0.38429752,0.3429752,0.29752067,0.29338843,0.28099173,0.28099173,0.28512397,0.26859504,0.2892562,0.30165288,0.3181818,0.37603307,0.3966942,0.44214877,0.45867768,0.47107437,0.4752066,0.4876033,0.47933885,0.46280992,0.4090909,0.36363637,0.3264463,0.30578512,0.30165288,0.27272728,0.2603306,0.2644628,0.2644628,0.2892562,0.33471075,0.3677686,0.37190083,0.38842976,0.4090909,0.4214876,0.40082645,0.41735536,0.38429752,0.35950413,0.35950413,0.3181818,0.26859504,0.2892562,0.3181818,0.30578512,0.2644628,0.20247933,0.11157025,0.20661157,0.3429752,0.37603307,0.42561984,0.38429752,0.35123968,0.42975205,0.49173555,0.5041322,0.5,0.48347107,0.45867768,0.45454547,0.47107437,0.47933885,0.4752066,0.45454547,0.446281,0.41735536,0.37190083,0.33471075,0.3181818,0.30578512,0.30578512,0.3305785,0.3553719,0.3677686,0.37603307,0.4338843,0.446281,0.46694216,0.45867768,0.47107437,0.44214877,0.42561984,0.38842976,0.3429752,0.3140496,0.2768595,0.27272728,0.2644628,0.2768595,0.30578512,0.35123968,0.40495867,0.44214877,0.45454547,0.4338843,0.43801653,0.44214877,0.4338843,0.42561984,0.4338843,0.41322315,0.4090909,0.41735536,0.3966942,0.3140496,0.2768595,0.3140496,0.29752067,0.29338843,0.1983471,0.12396694,0.2231405,0.3429752,0.40495867,0.41322315,0.34710744,0.41735536,0.47107437,0.47933885,0.5289256,0.5247934,0.5123967,0.5165289,0.49586776,0.49586776,0.49173555,0.5041322,0.5082645,0.5,0.49586776,0.48347107,0.42975205,0.38842976,0.36363637,0.3181818,0.32231405,0.35123968,0.39256197,0.41322315,0.446281,0.46280992,0.47107437,0.47107437,0.4752066,0.44214877,0.4214876,0.38842976,0.3553719,0.30991736,0.2892562,0.26859504,0.30165288,0.3429752,0.39256197,0.43801653,0.47107437,0.48347107,0.4752066,0.446281,0.42975205,0.44214877,0.42975205,0.44214877,0.45454547,0.45454547,0.446281,0.43801653,0.41322315,0.36363637,0.29752067,0.30165288,0.30578512,0.29752067,0.21487603,0.1322314,0.2231405,0.3553719,0.41735536,0.40082645,0.38016528,0.4338843,0.4876033,0.4752066,0.5371901,0.5289256,0.5289256,0.5371901,0.5206612,0.46280992,0.41735536,0.4338843,0.45041323,0.45454547,0.45454547,0.4214876,0.4090909,0.4090909,0.4090909,0.37190083,0.338843,0.33471075,0.44214877,0.45454547,0.49173555,0.49586776,0.5041322,0.5289256,0.53305787,0.46694216,0.446281,0.40495867,0.36363637,0.33471075,0.27272728,0.32231405,0.38016528,0.36363637,0.38842976,0.38842976,0.38842976,0.4214876,0.42561984,0.40082645,0.37190083,0.37603307,0.35950413,0.41735536,0.45454547,0.46280992,0.47107437,0.446281,0.42975205,0.38016528,0.3264463,0.30578512,0.32231405,0.30165288,0.21900827,0.1322314,0.22727273,0.37190083,0.42975205,0.41735536,0.4214876,0.44214877,0.4752066,0.5041322,0.5289256,0.54545456,0.5206612,0.5247934,0.4090909,0.34710744,0.3677686,0.41735536,0.45041323,0.446281,0.38429752,0.30578512,0.26859504,0.30165288,0.37190083,0.40495867,0.3677686,0.3553719,0.45867768,0.5082645,0.53305787,0.53305787,0.55785125,0.58677685,0.5661157,0.49586776,0.45867768,0.45041323,0.38842976,0.30991736,0.29752067,0.37190083,0.37190083,0.32231405,0.30165288,0.3264463,0.43801653,0.46280992,0.5,0.44214877,0.38842976,0.37603307,0.3305785,0.3553719,0.36363637,0.4214876,0.44214877,0.446281,0.44214877,0.3966942,0.34710744,0.3140496,0.30991736,0.30991736,0.23553719,0.12396694,0.2644628,0.37190083,0.4214876,0.42975205,0.42975205,0.4214876,0.46694216,0.5,0.5082645,0.45041323,0.4090909,0.41735536,0.4214876,0.446281,0.46694216,0.5123967,0.46280992,0.43801653,0.39256197,0.34710744,0.30165288,0.2603306,0.2603306,0.32231405,0.3677686,0.3553719,0.4338843,0.5165289,0.54545456,0.553719,0.553719,0.59504133,0.57024795,0.49586776,0.47107437,0.45041323,0.3966942,0.30578512,0.35950413,0.4090909,0.30991736,0.28512397,0.3305785,0.3966942,0.42561984,0.47107437,0.5041322,0.41735536,0.39256197,0.40495867,0.37603307,0.40495867,0.36363637,0.338843,0.3677686,0.42561984,0.4214876,0.37603307,0.3553719,0.33471075,0.3181818,0.3181818,0.2520661,0.11157025,0.26859504,0.38016528,0.4338843,0.45454547,0.446281,0.4338843,0.46280992,0.4752066,0.40495867,0.3264463,0.45454547,0.49586776,0.47107437,0.38429752,0.2892562,0.2231405,0.1983471,0.17355372,0.17768595,0.2107438,0.23553719,0.2644628,0.2768595,0.29338843,0.30991736,0.3677686,0.4214876,0.48347107,0.5413223,0.58264464,0.5123967,0.5785124,0.54545456,0.47933885,0.47933885,0.43801653,0.35123968,0.30165288,0.45454547,0.3553719,0.32231405,0.3140496,0.2892562,0.28512397,0.2520661,0.21487603,0.2768595,0.1983471,0.17768595,0.2107438,0.26859504,0.3553719,0.38429752,0.3966942,0.30991736,0.3553719,0.37190083,0.3429752,0.338843,0.37603307,0.3305785,0.3181818,0.25619835,0.11983471,0.28099173,0.37603307,0.42975205,0.4752066,0.47107437,0.42975205,0.45867768,0.4214876,0.338843,0.4338843,0.5123967,0.3966942,0.2644628,0.2231405,0.17355372,0.11570248,0.18181819,0.1322314,0.05785124,0.36363637,0.20247933,0.1322314,0.19008264,0.30578512,0.37190083,0.4090909,0.41322315,0.4752066,0.5289256,0.5495868,0.5165289,0.5413223,0.5247934,0.47107437,0.46280992,0.42561984,0.3264463,0.338843,0.45454547,0.35950413,0.29752067,0.19008264,0.17355372,0.338843,0.32231405,0.11983471,0.2520661,0.11570248,0.09917355,0.09917355,0.14876033,0.16528925,0.23553719,0.35123968,0.35123968,0.3305785,0.35123968,0.338843,0.3553719,0.37190083,0.338843,0.3305785,0.26859504,0.09504132,0.30165288,0.38429752,0.446281,0.49173555,0.47933885,0.42975205,0.42975205,0.3966942,0.40082645,0.40082645,0.29338843,0.1322314,0.2107438,0.35950413,0.16528925,0.11157025,0.12809917,0.1322314,0.11157025,0.5247934,0.4214876,0.5661157,0.34710744,0.17355372,0.42975205,0.46280992,0.42975205,0.49173555,0.5082645,0.5165289,0.5289256,0.5289256,0.5123967,0.48347107,0.45454547,0.42561984,0.3677686,0.338843,0.42975205,0.3677686,0.2107438,0.338843,0.46280992,0.53305787,0.5165289,0.1694215,0.14876033,0.11983471,0.11157025,0.1570248,0.3429752,0.1570248,0.11570248,0.15289256,0.23140496,0.29752067,0.33471075,0.30991736,0.37603307,0.38429752,0.37190083,0.3264463,0.26859504,0.11570248,0.30578512,0.38842976,0.45867768,0.5,0.5123967,0.4338843,0.38842976,0.36363637,0.3305785,0.2107438,0.15289256,0.1322314,0.38429752,0.5371901,0.3305785,0.14049587,0.2107438,0.29338843,0.27272728,0.47107437,0.35950413,0.5206612,0.4214876,0.3966942,0.44214877,0.43801653,0.46280992,0.49586776,0.4876033,0.5247934,0.53305787,0.5371901,0.5289256,0.4876033,0.45867768,0.44214877,0.3966942,0.35950413,0.37603307,0.4214876,0.3966942,0.42561984,0.3966942,0.4214876,0.42975205,0.39256197,0.37190083,0.20247933,0.19008264,0.29752067,0.41735536,0.25619835,0.13636364,0.14049587,0.19008264,0.1983471,0.28099173,0.3181818,0.4090909,0.40082645,0.39256197,0.3429752,0.2644628,0.14049587,0.3181818,0.39256197,0.45454547,0.5041322,0.5289256,0.45454547,0.40495867,0.40082645,0.3677686,0.3140496,0.32231405,0.3429752,0.3677686,0.38016528,0.37603307,0.35123968,0.44214877,0.49173555,0.4338843,0.44214877,0.40495867,0.4090909,0.41322315,0.46280992,0.43801653,0.446281,0.49173555,0.47933885,0.5082645,0.5247934,0.5413223,0.5413223,0.53305787,0.5,0.4752066,0.45867768,0.41735536,0.38842976,0.33471075,0.41322315,0.42561984,0.40495867,0.40082645,0.42561984,0.4214876,0.4338843,0.46280992,0.3305785,0.2892562,0.30991736,0.3305785,0.3553719,0.3305785,0.32231405,0.2892562,0.30165288,0.3677686,0.38429752,0.39256197,0.40495867,0.40082645,0.3429752,0.28099173,0.1570248,0.33471075,0.39256197,0.46280992,0.5041322,0.5041322,0.4752066,0.46694216,0.49173555,0.41735536,0.44214877,0.46280992,0.5,0.46694216,0.3966942,0.38016528,0.37190083,0.36363637,0.35950413,0.3429752,0.37190083,0.37603307,0.42975205,0.45041323,0.43801653,0.46280992,0.4876033,0.49586776,0.5,0.5123967,0.5289256,0.5371901,0.5371901,0.53305787,0.5165289,0.4876033,0.47107437,0.4338843,0.41735536,0.39256197,0.40082645,0.4090909,0.4214876,0.40495867,0.3677686,0.35950413,0.34710744,0.35123968,0.32231405,0.3305785,0.34710744,0.35950413,0.4090909,0.41322315,0.38842976,0.338843,0.3429752,0.3966942,0.4090909,0.4090909,0.4090909,0.41322315,0.37190083,0.28512397,0.18595041,0.3429752,0.3966942,0.45867768,0.49173555,0.49173555,0.4876033,0.5,0.47933885,0.42975205,0.42561984,0.43801653,0.45454547,0.43801653,0.39256197,0.37190083,0.3553719,0.32231405,0.3305785,0.3181818,0.37190083,0.41322315,0.47933885,0.4752066,0.47107437,0.49173555,0.5082645,0.49173555,0.5041322,0.5206612,0.53305787,0.54545456,0.57024795,0.5413223,0.5371901,0.5041322,0.47107437,0.446281,0.44214877,0.41735536,0.40082645,0.42975205,0.44214877,0.43801653,0.38842976,0.33471075,0.2892562,0.2768595,0.28099173,0.30165288,0.3181818,0.34710744,0.338843,0.3305785,0.3181818,0.3181818,0.37190083,0.3966942,0.4214876,0.41322315,0.41322315,0.4214876,0.35950413,0.29752067,0.21900827,0.34710744,0.4090909,0.446281,0.48347107,0.48347107,0.5,0.5041322,0.5041322,0.47933885,0.46694216,0.42561984,0.38016528,0.39256197,0.35123968,0.3305785,0.33471075,0.3305785,0.35950413,0.3966942,0.46280992,0.47933885,0.5041322,0.5247934,0.5082645,0.5123967,0.5165289,0.5041322,0.5041322,0.5289256,0.5495868,0.54545456,0.58264464,0.5495868,0.53305787,0.5123967,0.47933885,0.44214877,0.446281,0.446281,0.41735536,0.4214876,0.46694216,0.4752066,0.446281,0.41322315,0.36363637,0.29338843,0.2603306,0.2520661,0.24380165,0.24793388,0.27272728,0.3305785,0.37603307,0.41735536,0.44214877,0.42975205,0.4338843,0.42561984,0.4090909,0.4338843,0.37190083,0.3181818,0.2768595,0.3553719,0.4214876,0.45454547,0.47933885,0.48347107,0.5041322,0.5165289,0.5123967,0.5206612,0.5206612,0.49586776,0.47933885,0.45867768,0.4338843,0.42561984,0.42975205,0.4214876,0.45041323,0.4752066,0.5082645,0.5041322,0.5206612,0.5247934,0.5247934,0.5123967,0.5165289,0.5206612,0.5,0.53305787,0.553719,0.5495868,0.56198347,0.553719,0.5247934,0.5041322,0.47933885,0.45454547,0.43801653,0.45454547,0.446281,0.4214876,0.45454547,0.46280992,0.47107437,0.45454547,0.44214877,0.41735536,0.4090909,0.38842976,0.37190083,0.38016528,0.38842976,0.4338843,0.45454547,0.47107437,0.46694216,0.45867768,0.44214877,0.44214877,0.41735536,0.42975205,0.38842976,0.3305785,0.3181818,0.35123968,0.42975205,0.446281,0.46694216,0.4876033,0.5082645,0.53305787,0.53305787,0.5413223,0.53305787,0.5289256,0.5206612,0.5165289,0.5,0.49586776,0.48347107,0.47933885,0.49173555,0.5082645,0.5123967,0.5082645,0.5165289,0.5289256,0.5206612,0.5123967,0.5206612,0.5247934,0.5082645,0.5289256,0.5371901,0.57024795,0.553719,0.56198347,0.5371901,0.5123967,0.4876033,0.46280992,0.4338843,0.42561984,0.44214877,0.45454547,0.45867768,0.46280992,0.46694216,0.46280992,0.446281,0.446281,0.45041323,0.446281,0.43801653,0.446281,0.45454547,0.46694216,0.47933885,0.47933885,0.47107437,0.47107437,0.45454547,0.446281,0.43801653,0.42975205,0.39256197,0.3553719,0.29338843,0.35950413,0.42975205,0.446281,0.4752066,0.49586776,0.5206612,0.53305787,0.5495868,0.5495868,0.54545456,0.5289256,0.5082645,0.5123967,0.49173555,0.49173555,0.49586776,0.48347107,0.5,0.5082645,0.5123967,0.5082645,0.5206612,0.5247934,0.5247934,0.5289256,0.5165289,0.5082645,0.5082645,0.53305787,0.5289256,0.56198347,0.5785124,0.58677685,0.5785124,0.5289256,0.5206612,0.4752066,0.43801653,0.41322315,0.41735536,0.45867768,0.45867768,0.446281,0.47933885,0.47933885,0.47107437,0.46280992,0.4338843,0.44214877,0.43801653,0.42975205,0.46280992,0.47107437,0.48347107,0.48347107,0.4876033,0.47933885,0.46280992,0.45867768,0.446281,0.4338843,0.40082645,0.38429752,0.30165288,0.37190083,0.42975205,0.45867768,0.49173555,0.5041322,0.53305787,0.54545456,0.553719,0.5495868,0.5413223,0.5165289,0.5165289,0.5,0.47933885,0.49173555,0.5041322,0.4876033,0.5082645,0.5165289,0.5082645,0.5247934,0.5495868,0.5413223,0.54545456,0.5371901,0.5,0.49586776,0.5123967,0.553719,0.5495868,0.57438016,0.6404959,0.6694215,0.6570248,0.5371901,0.54545456,0.49586776,0.46280992,0.42975205,0.40495867,0.42975205,0.42975205,0.40495867,0.44214877,0.5041322,0.49173555,0.4876033,0.46694216,0.46694216,0.446281,0.43801653,0.45041323,0.45454547,0.46694216,0.47933885,0.4876033,0.47107437,0.46280992,0.47933885,0.45041323,0.44214877,0.41322315,0.37190083,0.32231405,0.37190083,0.43801653,0.46280992,0.5041322,0.5041322,0.553719,0.55785125,0.56198347,0.5413223,0.5371901,0.5206612,0.5123967,0.5041322,0.4876033,0.5165289,0.5041322,0.5123967,0.5247934,0.53305787,0.5413223,0.553719,0.54545456,0.5413223,0.5413223,0.5041322,0.4752066,0.49586776,0.5206612,0.5785124,0.59917355,0.6322314,0.72727275,0.8181818,0.8429752,0.57438016,0.56198347,0.5206612,0.49586776,0.46280992,0.41322315,0.44214877,0.45867768,0.43801653,0.35950413,0.4752066,0.5041322,0.5082645,0.4876033,0.49586776,0.46694216,0.45867768,0.45041323,0.47107437,0.45867768,0.47107437,0.47933885,0.47107437,0.4752066,0.47933885,0.46280992,0.446281,0.4214876,0.38429752,0.3305785,0.37603307,0.42975205,0.47933885,0.5041322,0.5413223,0.5495868,0.553719,0.5495868,0.5495868,0.5206612,0.5247934,0.5247934,0.5289256,0.5082645,0.5165289,0.5371901,0.5371901,0.5413223,0.55785125,0.56198347,0.5661157,0.5289256,0.5,0.5041322,0.47933885,0.47933885,0.5082645,0.55785125,0.6446281,0.6198347,0.6859504,0.77272725,0.8140496,0.79752064,0.6363636,0.54545456,0.5413223,0.54545456,0.5123967,0.45454547,0.4752066,0.49586776,0.4876033,0.446281,0.39256197,0.45454547,0.5,0.49586776,0.5247934,0.49586776,0.49586776,0.4876033,0.47933885,0.47933885,0.4876033,0.4876033,0.47933885,0.47107437,0.47933885,0.46280992,0.44214877,0.41735536,0.37603307,0.33471075,0.37190083,0.42975205,0.4876033,0.5206612,0.5495868,0.5495868,0.54545456,0.5413223,0.553719,0.5289256,0.5371901,0.53305787,0.53305787,0.5495868,0.5247934,0.55785125,0.55785125,0.5785124,0.55785125,0.5785124,0.5413223,0.49586776,0.5123967,0.5247934,0.5371901,0.5289256,0.5785124,0.6570248,0.7107438,0.61570245,0.6404959,0.6528926,0.6694215,0.59917355,0.57438016,0.53305787,0.55785125,0.5661157,0.5413223,0.5289256,0.5247934,0.5371901,0.5413223,0.5041322,0.40495867,0.44214877,0.49173555,0.5247934,0.5371901,0.5165289,0.5123967,0.5041322,0.47933885,0.5,0.49586776,0.49173555,0.4876033,0.45867768,0.47933885,0.45867768,0.43801653,0.4214876,0.36363637,0.338843,0.37603307,0.42975205,0.49173555,0.5165289,0.53305787,0.54545456,0.5413223,0.55785125,0.5661157,0.55785125,0.54545456,0.54545456,0.5289256,0.5413223,0.5495868,0.56198347,0.57438016,0.57024795,0.55785125,0.553719,0.5,0.5041322,0.61570245,0.60330576,0.607438,0.58677685,0.61570245,0.6363636,0.6859504,0.5661157,0.56198347,0.5661157,0.54545456,0.5123967,0.5,0.49586776,0.5041322,0.44214877,0.47107437,0.5123967,0.5247934,0.5413223,0.5495868,0.49586776,0.41735536,0.47107437,0.4876033,0.5123967,0.55785125,0.5289256,0.5206612,0.5,0.49586776,0.5041322,0.49586776,0.5082645,0.5041322,0.4876033,0.4752066,0.45867768,0.43801653,0.40495867,0.35950413,0.3264463,0.38016528,0.42561984,0.4752066,0.5371901,0.53305787,0.5289256,0.5495868,0.57024795,0.5785124,0.5785124,0.55785125,0.553719,0.5495868,0.5413223,0.54545456,0.553719,0.553719,0.57024795,0.5495868,0.49173555,0.4752066,0.53305787,0.69008267,0.6198347,0.57438016,0.55785125,0.5289256,0.4876033,0.553719,0.53305787,0.5082645,0.4876033,0.46694216,0.446281,0.45454547,0.4338843,0.3966942,0.3677686,0.338843,0.3553719,0.3677686,0.3966942,0.38016528,0.38016528,0.4090909,0.5041322,0.5165289,0.5123967,0.53305787,0.5165289,0.5247934,0.49173555,0.49586776,0.48347107,0.5,0.5123967,0.5,0.5082645,0.48347107,0.46280992,0.42561984,0.38016528,0.35123968,0.32231405,0.37190083,0.42975205,0.45041323,0.5206612,0.5289256,0.53305787,0.5661157,0.57438016,0.59090906,0.59090906,0.57024795,0.57024795,0.553719,0.5495868,0.5371901,0.5661157,0.553719,0.57024795,0.54545456,0.49173555,0.5,0.47933885,0.5123967,0.46280992,0.41322315,0.38842976,0.38016528,0.38842976,0.4338843,0.47107437,0.45041323,0.42561984,0.37190083,0.3677686,0.38429752,0.37603307,0.3305785,0.17768595,0.1570248,0.1446281,0.1694215,0.17355372,0.22727273,0.2644628,0.30165288,0.5041322,0.5289256,0.5247934,0.5371901,0.5123967,0.5289256,0.49586776,0.48347107,0.4752066,0.48347107,0.49173555,0.5123967,0.5,0.4876033,0.45454547,0.4090909,0.3677686,0.35123968,0.3264463,0.37603307,0.4090909,0.47933885,0.5041322,0.5165289,0.5413223,0.5661157,0.5785124,0.58264464,0.57024795,0.5661157,0.553719,0.54545456,0.5413223,0.5495868,0.55785125,0.55785125,0.5785124,0.5289256,0.5247934,0.56198347,0.37190083,0.4090909,0.28512397,0.15289256,0.11570248,0.12396694,0.14876033,0.21900827,0.33471075,0.37603307,0.3429752,0.29338843,0.29752067,0.30578512,0.3305785,0.1694215,0.08677686,0.09917355,0.10330579,0.12396694,0.10743801,0.1694215,0.21487603,0.19008264,0.5123967,0.53305787,0.5247934,0.5413223,0.5082645,0.47933885,0.446281,0.45867768,0.45867768,0.47107437,0.5082645,0.49173555,0.47933885,0.45867768,0.4338843,0.38429752,0.37190083,0.34710744,0.3140496,0.37603307,0.39256197,0.446281,0.4752066,0.5082645,0.5413223,0.57024795,0.57438016,0.56198347,0.56198347,0.5413223,0.5413223,0.5247934,0.5247934,0.5247934,0.5495868,0.59090906,0.5495868,0.5495868,0.57024795,0.58677685,0.30578512,0.3264463,0.23553719,0.14876033,0.10330579,0.09504132,0.11983471,0.10743801,0.15289256,0.2520661,0.2892562,0.2231405,0.21487603,0.26859504,0.26859504,0.15289256,0.14049587,0.1983471,0.23966943,0.23140496,0.17355372,0.1983471,0.21900827,0.2520661,0.5123967,0.5371901,0.5,0.5123967,0.4876033,0.4338843,0.42975205,0.42975205,0.4338843,0.446281,0.47933885,0.46280992,0.42975205,0.4214876,0.37190083,0.3553719,0.34710744,0.3429752,0.30991736,0.37603307,0.3966942,0.44214877,0.45454547,0.48347107,0.5206612,0.54545456,0.55785125,0.57024795,0.553719,0.53305787,0.5371901,0.5041322,0.5123967,0.5165289,0.5413223,0.5495868,0.553719,0.58264464,0.57438016,0.61157024,0.37603307,0.3140496,0.30991736,0.23140496,0.20661157,0.30578512,0.28512397,0.2768595,0.21900827,0.17355372,0.18595041,0.19421488,0.17355372,0.2107438,0.12809917,0.09917355,0.20661157,0.2520661,0.2892562,0.2520661,0.25619835,0.27272728,0.2892562,0.36363637,0.5165289,0.5413223,0.5082645,0.48347107,0.47107437,0.41735536,0.4090909,0.40495867,0.41735536,0.41735536,0.44214877,0.4214876,0.38842976,0.3677686,0.3429752,0.3181818,0.3305785,0.3264463,0.30991736,0.35123968,0.4090909,0.4338843,0.43801653,0.45867768,0.45454547,0.4876033,0.5123967,0.5247934,0.53305787,0.5206612,0.53305787,0.5041322,0.5041322,0.5082645,0.5289256,0.5495868,0.553719,0.58677685,0.59917355,0.58677685,0.5123967,0.4090909,0.4090909,0.37190083,0.40082645,0.4090909,0.37603307,0.34710744,0.3140496,0.23140496,0.20661157,0.19008264,0.12396694,0.16115703,0.19421488,0.28099173,0.37603307,0.41735536,0.40495867,0.38842976,0.3677686,0.3677686,0.38429752,0.47107437,0.5247934,0.5371901,0.5082645,0.47107437,0.4338843,0.38429752,0.38016528,0.38016528,0.41322315,0.38842976,0.41322315,0.38016528,0.3553719,0.3264463,0.29338843,0.29752067,0.3181818,0.3181818,0.29752067,0.35950413,0.40495867,0.42561984,0.4214876,0.43801653,0.4090909,0.45041323,0.47933885,0.4876033,0.5082645,0.5206612,0.5082645,0.4876033,0.5041322,0.4752066,0.5206612,0.53305787,0.5495868,0.5785124,0.58677685,0.59090906,0.5661157,0.553719,0.53305787,0.5082645,0.47933885,0.4752066,0.45867768,0.45454547,0.43801653,0.4214876,0.38016528,0.29752067,0.2107438,0.20661157,0.4214876,0.5,0.48347107,0.4752066,0.43801653,0.42975205,0.41735536,0.4214876,0.45867768,0.49173555,0.5165289,0.5206612,0.5,0.48347107,0.43801653,0.3966942,0.35123968,0.3553719,0.39256197,0.38429752,0.37603307,0.34710744,0.3140496,0.2768595,0.2603306,0.27272728,0.30991736,0.3140496,0.28099173,0.37190083,0.38429752,0.42975205,0.4214876,0.4090909,0.4090909,0.4090909,0.4338843,0.45454547,0.47933885,0.48347107,0.5,0.49586776,0.5082645,0.4876033,0.49586776,0.5206612,0.5371901,0.5413223,0.553719,0.5495868,0.55785125,0.57024795,0.55785125,0.5206612,0.48347107,0.48347107,0.49586776,0.5082645,0.5289256,0.5289256,0.5041322,0.446281,0.42975205,0.41735536,0.45041323,0.5041322,0.46280992,0.47933885,0.45041323,0.4338843,0.41735536,0.3966942,0.4214876,0.47107437,0.47107437,0.47107437,0.45454547,0.45867768,0.42975205,0.40082645,0.37603307,0.3553719,0.3677686,0.3553719,0.35123968,0.32231405,0.30165288,0.24793388,0.24380165,0.26859504,0.30578512,0.3181818,0.27272728,0.38429752,0.38842976,0.41735536,0.41322315,0.41322315,0.3966942,0.3966942,0.40082645,0.42975205,0.43801653,0.47107437,0.47933885,0.49586776,0.49173555,0.4876033,0.47107437,0.5041322,0.5123967,0.5041322,0.5082645,0.5289256,0.5371901,0.5371901,0.49586776,0.5041322,0.4752066,0.5041322,0.5247934,0.5247934,0.5247934,0.53305787,0.53305787,0.5082645,0.47107437,0.46694216,0.45454547,0.4876033,0.45867768,0.45867768,0.45454547,0.45454547,0.4338843,0.4214876,0.40495867,0.42561984,0.42975205,0.41322315,0.43801653,0.4090909,0.4090909,0.42561984,0.40495867,0.3553719,0.36363637,0.34710744,0.3264463,0.3181818,0.2892562,0.2231405,0.24793388,0.28099173,0.30578512,0.30991736,0.2892562,0.39256197,0.38842976,0.4090909,0.42561984,0.41322315,0.40495867,0.39256197,0.38842976,0.4090909,0.4338843,0.42975205,0.45867768,0.4876033,0.49586776,0.47933885,0.4752066,0.45454547,0.446281,0.45867768,0.5041322,0.5082645,0.5,0.5082645,0.49586776,0.5165289,0.5,0.5082645,0.5247934,0.5123967,0.5289256,0.5495868,0.55785125,0.57438016,0.54545456,0.56198347,0.48347107,0.49173555,0.47107437,0.45454547,0.47107437,0.45867768,0.45041323,0.45454547,0.43801653,0.44214877,0.43801653,0.44214877,0.44214877,0.41735536,0.38842976,0.4090909,0.40495867,0.3966942,0.3553719,0.34710744,0.32231405,0.30578512,0.2768595,0.2520661,0.2644628,0.30578512,0.28512397,0.28099173,0.29752067,0.40495867,0.39256197,0.41735536,0.41322315,0.40495867,0.4090909,0.40495867,0.38842976,0.38429752,0.4214876,0.41322315,0.4214876,0.4752066,0.5041322,0.49173555,0.42561984,0.37190083,0.4338843,0.47107437,0.5,0.5123967,0.47933885,0.5,0.5165289,0.53305787,0.5247934,0.5,0.5041322,0.46694216,0.47107437,0.49586776,0.4876033,0.5165289,0.5206612,0.5289256,0.45454547,0.4214876,0.4214876,0.4214876,0.40495867,0.4090909,0.42561984,0.42975205,0.45867768,0.47933885,0.45041323,0.446281,0.45867768,0.41735536,0.35123968,0.38842976,0.40082645,0.39256197,0.34710744,0.35950413,0.338843,0.3181818,0.28099173,0.2603306,0.2892562,0.29752067,0.3264463,0.2768595,0.26859504,0.4090909,0.41735536,0.40082645,0.40082645,0.41735536,0.4090909,0.4090909,0.4090909,0.38842976,0.38842976,0.40495867,0.41735536,0.47107437,0.5165289,0.46280992,0.35123968,0.40082645,0.46694216,0.5,0.5247934,0.53305787,0.5123967,0.5123967,0.5661157,0.5371901,0.4876033,0.46280992,0.44214877,0.45041323,0.46694216,0.48347107,0.47933885,0.4876033,0.5,0.49586776,0.42975205,0.37603307,0.4090909,0.41322315,0.40082645,0.38842976,0.4090909,0.37603307,0.37190083,0.4338843,0.45867768,0.45041323,0.446281,0.40495867,0.38016528,0.36363637,0.38429752,0.35950413,0.3305785,0.33471075,0.3429752,0.3264463,0.27272728,0.28099173,0.3140496,0.30165288,0.3181818,0.2768595,0.26859504,0.39256197,0.4214876,0.40495867,0.37603307,0.4090909,0.3966942,0.41322315,0.41735536,0.40082645,0.40082645,0.40082645,0.43801653,0.4752066,0.5041322,0.4338843,0.42561984,0.47107437,0.46694216,0.5165289,0.5413223,0.5371901,0.5371901,0.5371901,0.5082645,0.44214877,0.45041323,0.44214877,0.446281,0.45454547,0.46280992,0.43801653,0.42561984,0.45454547,0.46280992,0.4338843,0.3553719,0.35950413,0.3677686,0.3264463,0.3305785,0.3305785,0.39256197,0.37603307,0.35123968,0.33471075,0.34710744,0.3429752,0.40082645,0.37190083,0.38842976,0.34710744,0.3553719,0.35123968,0.3305785,0.32231405,0.30578512,0.3264463,0.2892562,0.29752067,0.3264463,0.3305785,0.30578512,0.28512397,0.2603306,0.3966942,0.41735536,0.4214876,0.3966942,0.3966942,0.40495867,0.40082645,0.40082645,0.4090909,0.4090909,0.41322315,0.4338843,0.49173555,0.46694216,0.42561984,0.44214877,0.44214877,0.44214877,0.5289256,0.5206612,0.5,0.46280992,0.43801653,0.4214876,0.41322315,0.446281,0.39256197,0.41735536,0.38429752,0.35950413,0.3305785,0.35123968,0.37603307,0.39256197,0.36363637,0.30165288,0.2892562,0.3181818,0.25619835,0.21487603,0.23966943,0.2644628,0.2892562,0.30165288,0.29752067,0.2644628,0.24380165,0.22727273,0.23140496,0.38429752,0.35950413,0.338843,0.3305785,0.3140496,0.3429752,0.3305785,0.3305785,0.28512397,0.30165288,0.3429752,0.32231405,0.30165288,0.2768595,0.25619835,0.39256197,0.41322315,0.41735536,0.41322315,0.3966942,0.40495867,0.38429752,0.39256197,0.3966942,0.4214876,0.44214877,0.45041323,0.45867768,0.42975205,0.3966942,0.40495867,0.3264463,0.45041323,0.45454547,0.41735536,0.338843,0.33471075,0.37190083,0.40495867,0.41735536,0.3140496,0.3429752,0.2644628,0.23140496,0.17768595,0.16115703,0.20661157,0.2644628,0.27272728,0.25619835,0.23140496,0.17355372,0.19008264,0.16115703,0.13636364,0.16115703,0.14049587,0.16115703,0.18181819,0.24380165,0.20247933,0.18595041,0.14049587,0.13636364,0.3553719,0.3553719,0.30991736,0.3181818,0.32231405,0.35950413,0.3305785,0.3264463,0.2892562,0.3305785,0.338843,0.30991736,0.30991736,0.26859504,0.2520661,0.37190083,0.40495867,0.41735536,0.42561984,0.38016528,0.4090909,0.39256197,0.38429752,0.40082645,0.42975205,0.45867768,0.45041323,0.4338843,0.40495867,0.3305785,0.3181818,0.25619835,0.38429752,0.28099173,0.2231405,0.21900827,0.33471075,0.3677686,0.3140496,0.26859504,0.19008264,0.20247933,0.18181819,0.14876033,0.14876033,0.14876033,0.17355372,0.19008264,0.19421488,0.19421488,0.18181819,0.17355372,0.16115703,0.12809917,0.1322314,0.12396694,0.1322314,0.1446281,0.20247933,0.23553719,0.28099173,0.23966943,0.13636364,0.24793388,0.3305785,0.2768595,0.2603306,0.30991736,0.3264463,0.338843,0.33471075,0.30165288,0.30165288,0.3181818,0.30991736,0.30578512,0.29752067,0.25619835,0.23553719,0.37190083,0.38842976,0.4090909,0.42975205,0.39256197,0.42975205,0.38842976,0.38842976,0.39256197,0.4214876,0.446281,0.45041323,0.42975205,0.38016528,0.29338843,0.22727273,0.2520661,0.3264463,0.18595041,0.23966943,0.41735536,0.45454547,0.38842976,0.34710744,0.32231405,0.1983471,0.2231405,0.18181819,0.1694215,0.23140496,0.24793388,0.2768595,0.2520661,0.20247933,0.25619835,0.2603306,0.2644628,0.2644628,0.22727273,0.2603306,0.28099173,0.34710744,0.41735536,0.46280992,0.42975205,0.43801653,0.3181818,0.3181818,0.4338843,0.3140496,0.26859504,0.25619835,0.29338843,0.30991736,0.30578512,0.32231405,0.2892562,0.30165288,0.30165288,0.30165288,0.29752067,0.27272728,0.2231405,0.24380165,0.35123968,0.38842976,0.40082645,0.41322315,0.41735536,0.40082645,0.38842976,0.38016528,0.36363637,0.4338843,0.4338843,0.45454547,0.42561984,0.35950413,0.30165288,0.18595041,0.2892562,0.37603307,0.3966942,0.3553719,0.45867768,0.47933885,0.48347107,0.5165289,0.5082645,0.5165289,0.45867768,0.40082645,0.40082645,0.40495867,0.40495867,0.40495867,0.3553719,0.2107438,0.446281,0.3966942,0.44214877,0.44214877,0.41735536,0.40495867,0.40082645,0.4752066,0.42975205,0.4214876,0.3966942,0.28512397,0.3181818,0.44214877,0.4338843,0.33471075,0.30991736,0.29338843,0.25619835,0.29752067,0.30991736,0.2892562,0.2768595,0.28512397,0.2892562,0.28512397,0.26859504,0.24380165,0.22727273,0.2231405,0.34710744,0.38016528,0.39256197,0.4090909,0.40082645,0.40082645,0.38842976,0.38842976,0.37603307,0.39256197,0.4214876,0.4338843,0.41322315,0.3553719,0.32231405,0.21900827,0.3553719,0.4090909,0.49173555,0.5123967,0.38842976,0.38842976,0.44214877,0.47107437,0.47933885,0.49173555,0.5,0.5165289,0.59504133,0.5206612,0.5661157,0.5247934,0.46694216,0.35950413,0.553719,0.58677685,0.607438,0.5082645,0.39256197,0.45041323,0.4338843,0.43801653,0.4338843,0.37603307,0.37603307,0.35950413,0.4338843,0.44214877,0.37190083,0.39256197,0.36363637,0.30991736,0.2892562,0.26859504,0.3140496,0.2768595,0.2603306,0.29338843,0.2603306,0.27272728,0.24793388,0.23140496,0.23140496,0.22727273,0.34710744,0.36363637,0.38429752,0.38842976,0.40495867,0.3966942,0.37603307,0.38842976,0.38429752,0.38842976,0.38429752,0.3966942,0.40082645,0.3553719,0.3181818,0.28512397,0.41735536,0.47107437,0.42975205,0.5165289,0.5041322,0.48347107,0.45454547,0.41322315,0.4876033,0.48347107,0.5371901,0.5371901,0.5495868,0.6694215,0.7644628,0.7892562,0.59917355,0.5371901,0.62396693,0.6694215,0.6280992,0.46694216,0.33471075,0.4214876,0.46280992,0.41322315,0.4214876,0.37190083,0.4090909,0.42975205,0.42975205,0.37190083,0.38016528,0.38429752,0.39256197,0.34710744,0.29752067,0.2644628,0.2768595,0.2520661,0.26859504,0.28099173,0.27272728,0.27272728,0.24793388,0.21900827,0.2231405,0.21900827,0.29338843,0.3677686,0.35950413,0.39256197,0.39256197,0.38429752,0.38016528,0.37190083,0.37190083,0.36363637,0.38842976,0.37190083,0.39256197,0.3553719,0.29752067,0.33471075,0.446281,0.4876033,0.47933885,0.45041323,0.46694216,0.5165289,0.49173555,0.47107437,0.45041323,0.45454547,0.45867768,0.5206612,0.38429752,0.46694216,0.5,0.5206612,0.45867768,0.47107437,0.4752066,0.4752066,0.43801653,0.3264463,0.38429752,0.40082645,0.4090909,0.38842976,0.38016528,0.3966942,0.446281,0.4338843,0.38429752,0.3677686,0.38842976,0.38429752,0.37603307,0.3429752,0.28099173,0.28099173,0.28099173,0.24380165,0.2520661,0.2520661,0.25619835,0.24793388,0.22727273,0.20661157,0.21487603,0.19421488,0.2520661,0.3429752,0.36363637,0.38016528,0.38842976,0.38016528,0.37603307,0.37190083,0.35123968,0.3677686,0.3677686,0.35950413,0.38016528,0.35123968,0.26859504,0.3305785,0.44214877,0.48347107,0.47933885,0.46280992,0.446281,0.46694216,0.48347107,0.49173555,0.46694216,0.4338843,0.42975205,0.47107437,0.41322315,0.40495867,0.4214876,0.42561984,0.38842976,0.36363637,0.33471075,0.33471075,0.4090909,0.3140496,0.35950413,0.40495867,0.39256197,0.36363637,0.3966942,0.42975205,0.42975205,0.37190083,0.37603307,0.38016528,0.39256197,0.39256197,0.37190083,0.3305785,0.2768595,0.26859504,0.2520661,0.24380165,0.21900827,0.2520661,0.2603306,0.2231405,0.2231405,0.2107438,0.21487603,0.16115703,0.23140496,0.3181818,0.35950413,0.38016528,0.38429752,0.37190083,0.37603307,0.3429752,0.36363637,0.35950413,0.34710744,0.33471075,0.36363637,0.33471075,0.3140496,0.3181818,0.41735536,0.4876033,0.4752066,0.4752066,0.45454547,0.45867768,0.47107437,0.48347107,0.46280992,0.45454547,0.44214877,0.4214876,0.42975205,0.41735536,0.4338843,0.4214876,0.37190083,0.3553719,0.34710744,0.338843,0.39256197,0.35123968,0.35950413,0.34710744,0.35123968,0.37603307,0.38842976,0.40082645,0.38016528,0.36363637,0.37603307,0.37603307,0.38429752,0.38016528,0.36363637,0.30165288,0.28512397,0.27272728,0.24793388,0.22727273,0.23553719,0.2520661,0.23140496,0.21900827,0.20661157,0.22727273,0.20247933,0.13636364,0.19008264,0.30991736,0.35123968,0.3677686,0.37190083,0.36363637,0.36363637,0.35950413,0.3553719,0.33471075,0.3429752,0.3181818,0.3429752,0.3264463,0.33471075,0.34710744,0.38016528,0.46694216,0.4752066,0.48347107,0.45454547,0.43801653,0.43801653,0.45041323,0.42975205,0.43801653,0.4338843,0.41322315,0.4214876,0.4214876,0.4090909,0.3966942,0.37603307,0.37190083,0.37603307,0.37603307,0.36363637,0.36363637,0.3429752,0.3429752,0.3305785,0.33471075,0.3305785,0.3553719,0.37603307,0.35950413,0.3305785,0.37603307,0.37190083,0.35950413,0.32231405,0.30991736,0.29338843,0.2603306,0.23553719,0.2231405,0.22727273,0.23553719,0.21900827,0.21900827,0.19421488,0.23553719,0.1694215,0.11983471,0.1694215,0.24793388,0.35123968,0.3677686,0.36363637,0.36363637,0.35123968,0.3677686,0.34710744,0.3181818,0.3305785,0.3181818,0.3181818,0.3140496,0.338843,0.3553719,0.3553719,0.41735536,0.44214877,0.45454547,0.47107437,0.44214877,0.42561984,0.4214876,0.42975205,0.42975205,0.40082645,0.40495867,0.40082645,0.39256197,0.37603307,0.36363637,0.35123968,0.34710744,0.35123968,0.3305785,0.3264463,0.3264463,0.30991736,0.3140496,0.2768595,0.28099173,0.32231405,0.34710744,0.34710744,0.3305785,0.34710744,0.35123968,0.3305785,0.32231405,0.3181818,0.33471075,0.27272728,0.24793388,0.22727273,0.21900827,0.22727273,0.21487603,0.2231405,0.21900827,0.23966943,0.20661157,0.13636364,0.13636364,0.18595041,0.16115703,0.3429752,0.3677686,0.36363637,0.36363637,0.36363637,0.35123968,0.3429752,0.32231405,0.3264463,0.3181818,0.30165288,0.3264463,0.33471075,0.32231405,0.34710744,0.37190083,0.41735536,0.41735536,0.42975205,0.45041323,0.4338843,0.3966942,0.4090909,0.4214876,0.37603307,0.37190083,0.35123968,0.3429752,0.30578512,0.30165288,0.30991736,0.28512397,0.29338843,0.28512397,0.26859504,0.2603306,0.2520661,0.24380165,0.26859504,0.2892562,0.3140496,0.29338843,0.30578512,0.3264463,0.33471075,0.3305785,0.30578512,0.32231405,0.33471075,0.3140496,0.24793388,0.23140496,0.17768595,0.20661157,0.2231405,0.2107438,0.21487603,0.20661157,0.24793388,0.16115703,0.12809917,0.14049587,0.20661157,0.1694215,0.2644628,0.36363637,0.36363637,0.3677686,0.3553719,0.3553719,0.3305785,0.32231405,0.3264463,0.29752067,0.30578512,0.32231405,0.3305785,0.3264463,0.3264463,0.3677686,0.39256197,0.39256197,0.42561984,0.4214876,0.42975205,0.41322315,0.40495867,0.36363637,0.34710744,0.30991736,0.2892562,0.2603306,0.21487603,0.22727273,0.2107438,0.23140496,0.1983471,0.18595041,0.19421488,0.18181819,0.18595041,0.21900827,0.23140496,0.25619835,0.2644628,0.29338843,0.30165288,0.30578512,0.30165288,0.30991736,0.2892562,0.3429752,0.3140496,0.27272728,0.22727273,0.2107438,0.1983471,0.21900827,0.22727273,0.19421488,0.2231405,0.22727273,0.2107438,0.12396694,0.14049587,0.11570248,0.2107438,0.16115703,0.2603306,0.38016528,0.3553719,0.37603307,0.35123968,0.3553719,0.338843,0.3264463,0.32231405,0.30578512,0.29752067,0.3264463,0.3264463,0.30991736,0.3305785,0.338843,0.35950413,0.37190083,0.40082645,0.40495867,0.4090909,0.39256197,0.38842976,0.3677686,0.28512397,0.27272728,0.24793388,0.1983471,0.20247933,0.1983471,0.19008264,0.18595041,0.16528925,0.15289256,0.17768595,0.16115703,0.18181819,0.21487603,0.2107438,0.23140496,0.24380165,0.26859504,0.2892562,0.29338843,0.29338843,0.26859504,0.3181818,0.32231405,0.30165288,0.24793388,0.23140496,0.2107438,0.19421488,0.1983471,0.19421488,0.20247933,0.23966943,0.24380165,0.1446281,0.1322314,0.13636364,0.13636364,0.19421488,0.15289256,0.4752066,0.53305787,0.3140496,0.36363637,0.36363637,0.36363637,0.35123968,0.3264463,0.3305785,0.30578512,0.30578512,0.32231405,0.338843,0.29752067,0.30991736,0.28099173,0.3140496,0.37190083,0.38842976,0.3966942,0.40082645,0.3677686,0.35123968,0.34710744,0.30165288,0.2644628,0.20247933,0.19008264,0.20661157,0.1983471,0.19008264,0.19008264,0.15289256,0.1570248,0.18181819,0.17768595,0.19008264,0.18595041,0.1983471,0.21900827,0.24380165,0.2644628,0.26859504,0.2768595,0.28099173,0.2768595,0.3429752,0.29752067,0.30578512,0.2644628,0.23966943,0.19421488,0.18181819,0.18595041,0.1983471,0.21900827,0.2520661,0.1983471,0.12809917,0.14049587,0.13636364,0.13636364,0.18595041,0.18595041,0.677686,0.838843,0.30991736,0.3305785,0.3677686,0.35123968,0.3553719,0.3264463,0.3305785,0.30165288,0.30578512,0.28512397,0.3181818,0.3140496,0.26859504,0.29752067,0.30578512,0.36363637,0.3966942,0.38429752,0.3677686,0.35950413,0.32231405,0.3305785,0.29752067,0.2603306,0.20247933,0.1983471,0.1983471,0.18595041,0.17355372,0.16528925,0.1570248,0.1570248,0.17768595,0.18595041,0.1694215,0.1983471,0.20661157,0.2107438,0.2231405,0.24380165,0.2520661,0.2768595,0.2892562,0.3140496,0.3305785,0.338843,0.28512397,0.27272728,0.2107438,0.17355372,0.19008264,0.19421488,0.19421488,0.24793388,0.24380165,0.14049587,0.1446281,0.1322314,0.12809917,0.1446281,0.1694215,0.24380165,0.822314,0.88842976,0.62396693,0.28512397,0.35123968,0.3553719,0.338843,0.34710744,0.33471075,0.3181818,0.2603306,0.24793388,0.30578512,0.30991736,0.24380165,0.3264463,0.25619835,0.36363637,0.39256197,0.3966942,0.37603307,0.30578512,0.3264463,0.3140496,0.2768595,0.2644628,0.23553719,0.2107438,0.20247933,0.17768595,0.17355372,0.1446281,0.1446281,0.1570248,0.16115703,0.1694215,0.18595041,0.2107438,0.22727273,0.23966943,0.22727273,0.2644628,0.27272728,0.2768595,0.3264463,0.30991736,0.3181818,0.33471075,0.29338843,0.2768595,0.18181819,0.16115703,0.1983471,0.18595041,0.21900827,0.2644628,0.17768595,0.12809917,0.14049587,0.1322314,0.1446281,0.12809917,0.16115703,0.32231405,0.8553719,0.8677686,0.822314,0.38429752,0.3264463,0.35950413,0.3429752,0.34710744,0.3305785,0.3140496,0.25619835,0.28099173,0.29338843,0.28099173,0.23140496,0.29752067,0.24793388,0.36363637,0.38429752,0.4090909,0.38429752,0.3429752,0.3140496,0.30165288,0.2892562,0.26859504,0.23966943,0.24793388,0.23553719,0.21487603,0.2107438,0.18595041,0.18181819,0.20247933,0.1983471,0.2107438,0.23966943,0.2520661,0.2603306,0.2644628,0.28512397,0.29752067,0.2892562,0.29338843,0.35123968,0.34710744,0.30578512,0.3305785,0.2892562,0.23966943,0.16115703,0.1446281,0.19008264,0.1983471,0.25619835,0.23140496,0.13636364,0.1446281,0.1322314,0.14049587,0.14049587,0.1322314,0.21487603,0.38842976,0.74793386,0.89669424,0.87603307,0.607438,0.3181818,0.35950413,0.3553719,0.35123968,0.338843,0.3264463,0.3264463,0.29338843,0.2892562,0.23553719,0.2231405,0.21487603,0.24380165,0.3264463,0.36363637,0.42975205,0.37190083,0.38016528,0.33471075,0.3305785,0.3264463,0.2892562,0.28512397,0.29752067,0.29338843,0.28099173,0.28512397,0.28099173,0.28512397,0.26859504,0.2644628,0.2892562,0.30578512,0.3140496,0.3140496,0.30165288,0.3264463,0.3305785,0.3181818,0.30991736,0.34710744,0.3305785,0.2892562,0.29752067,0.23966943,0.1694215,0.1446281,0.15289256,0.18595041,0.23553719,0.23966943,0.23966943,0.1322314,0.14876033,0.12809917,0.14049587,0.1322314,0.12396694,21 +0.16115703,0.12396694,0.2107438,0.30165288,0.37603307,0.42561984,0.45041323,0.49173555,0.4752066,0.4752066,0.49173555,0.49173555,0.4876033,0.5,0.49586776,0.49586776,0.5123967,0.5165289,0.5371901,0.54545456,0.553719,0.56198347,0.57438016,0.5661157,0.5785124,0.59504133,0.59090906,0.5661157,0.59090906,0.58677685,0.59504133,0.59090906,0.57438016,0.58264464,0.57438016,0.59090906,0.59917355,0.5661157,0.5785124,0.53305787,0.5165289,0.5371901,0.5041322,0.49173555,0.4876033,0.47107437,0.45454547,0.44214877,0.4214876,0.41322315,0.4090909,0.41322315,0.40082645,0.41322315,0.39256197,0.41322315,0.38842976,0.37190083,0.3553719,0.30578512,0.28512397,0.1694215,0.1322314,0.1446281,0.16528925,0.12396694,0.22727273,0.3181818,0.38842976,0.44214877,0.4752066,0.49173555,0.47107437,0.48347107,0.49586776,0.5123967,0.5123967,0.5165289,0.5165289,0.5206612,0.5247934,0.53305787,0.57438016,0.5785124,0.59504133,0.59504133,0.59917355,0.6280992,0.61570245,0.6198347,0.61157024,0.58677685,0.607438,0.6198347,0.6280992,0.607438,0.59917355,0.607438,0.59917355,0.61157024,0.59917355,0.607438,0.607438,0.57438016,0.553719,0.59090906,0.5495868,0.5247934,0.5206612,0.5,0.49586776,0.45454547,0.44214877,0.4338843,0.41322315,0.40082645,0.41735536,0.41322315,0.39256197,0.41735536,0.3966942,0.3966942,0.35950413,0.33471075,0.30578512,0.19008264,0.15289256,0.1322314,0.12809917,0.14876033,0.2107438,0.33471075,0.40082645,0.446281,0.46694216,0.4876033,0.47933885,0.47933885,0.5041322,0.5165289,0.5165289,0.5289256,0.53305787,0.55785125,0.5495868,0.55785125,0.5785124,0.61570245,0.60330576,0.6487603,0.6570248,0.7107438,0.6983471,0.6570248,0.62396693,0.61157024,0.6280992,0.6652893,0.6652893,0.62396693,0.6528926,0.6570248,0.62396693,0.6487603,0.661157,0.6652893,0.6446281,0.6570248,0.62396693,0.6404959,0.59917355,0.5785124,0.5371901,0.5206612,0.5123967,0.47107437,0.446281,0.4214876,0.40495867,0.39256197,0.41322315,0.4090909,0.40082645,0.40495867,0.40082645,0.40495867,0.37603307,0.35123968,0.30165288,0.23966943,0.1983471,0.1322314,0.14049587,0.12396694,0.21900827,0.36363637,0.4214876,0.446281,0.46694216,0.4752066,0.49173555,0.4876033,0.5,0.5041322,0.5165289,0.5206612,0.5413223,0.56198347,0.553719,0.55785125,0.59090906,0.6363636,0.6280992,0.6942149,0.70247936,0.71900827,0.7066116,0.6942149,0.6363636,0.6487603,0.6735537,0.7066116,0.6818182,0.6818182,0.7066116,0.71487606,0.7066116,0.7355372,0.6983471,0.677686,0.6735537,0.7066116,0.6694215,0.6363636,0.59917355,0.5785124,0.5123967,0.5,0.47107437,0.45041323,0.4338843,0.3966942,0.3677686,0.35950413,0.3553719,0.3966942,0.40082645,0.3966942,0.4090909,0.39256197,0.3677686,0.36363637,0.3181818,0.27272728,0.22727273,0.1446281,0.13636364,0.11570248,0.2768595,0.37190083,0.4090909,0.45454547,0.4752066,0.4876033,0.49173555,0.45041323,0.48347107,0.47107437,0.47107437,0.47933885,0.49586776,0.5206612,0.5413223,0.5413223,0.5495868,0.59090906,0.60330576,0.6446281,0.661157,0.6528926,0.6652893,0.6735537,0.6322314,0.6570248,0.677686,0.6983471,0.6694215,0.7107438,0.73966944,0.72727275,0.76033056,0.73966944,0.6528926,0.6363636,0.62396693,0.661157,0.57024795,0.5371901,0.5247934,0.46694216,0.446281,0.42975205,0.40082645,0.38016528,0.38016528,0.3553719,0.3429752,0.34710744,0.30991736,0.30578512,0.3677686,0.38842976,0.38842976,0.37190083,0.36363637,0.35950413,0.33471075,0.29752067,0.25619835,0.14049587,0.12396694,0.1446281,0.29338843,0.38429752,0.3966942,0.446281,0.48347107,0.49586776,0.45041323,0.3966942,0.42975205,0.4338843,0.42561984,0.4338843,0.446281,0.46694216,0.5082645,0.47933885,0.48347107,0.5041322,0.5082645,0.5165289,0.5371901,0.5413223,0.58264464,0.60330576,0.62396693,0.6280992,0.6404959,0.61157024,0.62396693,0.661157,0.6735537,0.7066116,0.6859504,0.6280992,0.57438016,0.5371901,0.54545456,0.5785124,0.46280992,0.446281,0.38842976,0.33471075,0.29752067,0.32231405,0.3140496,0.30578512,0.3264463,0.30991736,0.3305785,0.3553719,0.32231405,0.27272728,0.30165288,0.338843,0.38016528,0.36363637,0.38429752,0.36363637,0.3429752,0.3140496,0.26859504,0.1446281,0.13636364,0.13636364,0.30578512,0.3966942,0.39256197,0.45041323,0.46694216,0.43801653,0.37190083,0.3677686,0.39256197,0.41735536,0.38429752,0.38842976,0.38429752,0.3429752,0.338843,0.3305785,0.30991736,0.37190083,0.37190083,0.40082645,0.38842976,0.4090909,0.45867768,0.5082645,0.553719,0.57024795,0.5661157,0.5495868,0.58264464,0.607438,0.61157024,0.607438,0.59504133,0.5371901,0.46694216,0.47107437,0.5082645,0.39256197,0.3966942,0.30991736,0.2644628,0.24793388,0.23966943,0.25619835,0.2520661,0.2644628,0.26859504,0.2892562,0.29752067,0.3305785,0.29752067,0.30165288,0.2768595,0.28099173,0.3305785,0.35950413,0.338843,0.35950413,0.3305785,0.3140496,0.28099173,0.17355372,0.13636364,0.14049587,0.3140496,0.3966942,0.39256197,0.446281,0.41735536,0.37603307,0.338843,0.4090909,0.38429752,0.35950413,0.3553719,0.34710744,0.35123968,0.3181818,0.27272728,0.2644628,0.2603306,0.2644628,0.2768595,0.30165288,0.29338843,0.3140496,0.3677686,0.41322315,0.47933885,0.5082645,0.5,0.5247934,0.5289256,0.553719,0.5661157,0.5206612,0.5247934,0.45867768,0.3966942,0.41735536,0.3677686,0.33471075,0.30578512,0.2644628,0.25619835,0.24793388,0.22727273,0.24793388,0.2603306,0.27272728,0.28099173,0.3140496,0.28512397,0.27272728,0.24793388,0.35123968,0.30578512,0.30578512,0.29752067,0.32231405,0.3429752,0.35123968,0.3429752,0.30165288,0.2892562,0.1983471,0.12809917,0.1446281,0.30165288,0.37190083,0.42561984,0.42561984,0.3677686,0.40082645,0.41735536,0.45454547,0.41735536,0.41322315,0.3966942,0.38429752,0.338843,0.33471075,0.29338843,0.25619835,0.2603306,0.2644628,0.2603306,0.26859504,0.25619835,0.26859504,0.30578512,0.3429752,0.40495867,0.47107437,0.46280992,0.49173555,0.4876033,0.5082645,0.5123967,0.4752066,0.47107437,0.4214876,0.3429752,0.3677686,0.30165288,0.30578512,0.2768595,0.2603306,0.2603306,0.24380165,0.21487603,0.2644628,0.3140496,0.3264463,0.35123968,0.39256197,0.38016528,0.3677686,0.37603307,0.3677686,0.32231405,0.338843,0.3181818,0.28512397,0.32231405,0.35123968,0.3264463,0.30991736,0.30165288,0.19008264,0.14876033,0.1446281,0.30991736,0.37190083,0.42561984,0.35950413,0.34710744,0.4338843,0.47107437,0.5041322,0.4752066,0.446281,0.446281,0.45041323,0.42975205,0.38842976,0.3553719,0.3140496,0.28099173,0.2768595,0.27272728,0.26859504,0.2644628,0.28512397,0.29338843,0.32231405,0.3677686,0.41735536,0.446281,0.46694216,0.46694216,0.47933885,0.47107437,0.46694216,0.4214876,0.37603307,0.3181818,0.3140496,0.26859504,0.2644628,0.24793388,0.24380165,0.23553719,0.2768595,0.3264463,0.38016528,0.3966942,0.41322315,0.42561984,0.42561984,0.42561984,0.41735536,0.4214876,0.39256197,0.37603307,0.4090909,0.39256197,0.32231405,0.29338843,0.338843,0.33471075,0.3181818,0.2892562,0.20661157,0.1322314,0.13636364,0.3181818,0.4090909,0.39256197,0.35123968,0.41322315,0.45454547,0.5082645,0.5165289,0.5041322,0.49173555,0.4752066,0.47933885,0.48347107,0.4752066,0.45041323,0.446281,0.40495867,0.37190083,0.3264463,0.30991736,0.30165288,0.29338843,0.32231405,0.34710744,0.35950413,0.4090909,0.43801653,0.45041323,0.46280992,0.446281,0.43801653,0.41322315,0.3966942,0.34710744,0.3264463,0.27272728,0.2520661,0.24380165,0.2603306,0.27272728,0.3140496,0.38429752,0.44214877,0.47933885,0.45454547,0.46280992,0.45454547,0.45041323,0.4338843,0.43801653,0.44214877,0.42561984,0.42561984,0.43801653,0.4214876,0.37603307,0.30165288,0.3181818,0.338843,0.3181818,0.30165288,0.20661157,0.13636364,0.11157025,0.3429752,0.4090909,0.37603307,0.37190083,0.45041323,0.45041323,0.5206612,0.5371901,0.5289256,0.5495868,0.5165289,0.5123967,0.48347107,0.48347107,0.4876033,0.47933885,0.47107437,0.45867768,0.40495867,0.37603307,0.33471075,0.29752067,0.3140496,0.35123968,0.3966942,0.42975205,0.45867768,0.45867768,0.45454547,0.46694216,0.45867768,0.41322315,0.40082645,0.3677686,0.3429752,0.2768595,0.25619835,0.24793388,0.30578512,0.32231405,0.35950413,0.42975205,0.45454547,0.45867768,0.45454547,0.4214876,0.41322315,0.4214876,0.41322315,0.43801653,0.45867768,0.46280992,0.45867768,0.45454547,0.42561984,0.3966942,0.3429752,0.33471075,0.3429752,0.3181818,0.30991736,0.2107438,0.1694215,0.12809917,0.3677686,0.4090909,0.3966942,0.3966942,0.45454547,0.4752066,0.5165289,0.5495868,0.553719,0.5661157,0.5165289,0.4338843,0.38842976,0.40082645,0.42561984,0.3966942,0.38016528,0.34710744,0.33471075,0.37603307,0.36363637,0.35950413,0.3264463,0.34710744,0.43801653,0.47933885,0.5041322,0.49173555,0.49173555,0.5413223,0.5,0.45041323,0.42975205,0.38842976,0.35123968,0.27272728,0.25619835,0.28099173,0.30991736,0.3140496,0.33471075,0.35950413,0.40082645,0.4338843,0.46280992,0.40082645,0.38016528,0.3429752,0.3305785,0.35123968,0.41735536,0.46280992,0.45454547,0.46280992,0.4338843,0.40082645,0.36363637,0.3429752,0.32231405,0.33471075,0.3181818,0.21487603,0.16528925,0.10743801,0.3677686,0.41322315,0.4214876,0.41735536,0.43801653,0.48347107,0.5123967,0.5289256,0.5041322,0.47107437,0.3677686,0.37603307,0.41322315,0.4338843,0.4752066,0.44214877,0.3966942,0.32231405,0.23966943,0.23553719,0.30991736,0.37603307,0.3553719,0.338843,0.47107437,0.5165289,0.54545456,0.5371901,0.5495868,0.59504133,0.55785125,0.47107437,0.446281,0.42975205,0.3429752,0.2603306,0.27272728,0.3140496,0.30991736,0.29338843,0.3140496,0.38842976,0.46280992,0.49173555,0.5165289,0.45041323,0.43801653,0.39256197,0.38016528,0.35123968,0.3264463,0.35950413,0.40495867,0.45454547,0.42975205,0.39256197,0.3553719,0.36363637,0.3305785,0.338843,0.32231405,0.20661157,0.14876033,0.12396694,0.35950413,0.41735536,0.42561984,0.4214876,0.42561984,0.4752066,0.48347107,0.38842976,0.36363637,0.4338843,0.47933885,0.46280992,0.42561984,0.38016528,0.3140496,0.3140496,0.3140496,0.30991736,0.30991736,0.26859504,0.24793388,0.29338843,0.338843,0.3429752,0.446281,0.5206612,0.56198347,0.5661157,0.56198347,0.61157024,0.5661157,0.49586776,0.46280992,0.42561984,0.3181818,0.2520661,0.38429752,0.3966942,0.33471075,0.30165288,0.3429752,0.3553719,0.34710744,0.3264463,0.30165288,0.26859504,0.28099173,0.2644628,0.36363637,0.37603307,0.40495867,0.3429752,0.30578512,0.35950413,0.3966942,0.35123968,0.3429752,0.40082645,0.338843,0.338843,0.3264463,0.20247933,0.1322314,0.14876033,0.36363637,0.42975205,0.46694216,0.4338843,0.42561984,0.45867768,0.3677686,0.30578512,0.47933885,0.49586776,0.42561984,0.29338843,0.2603306,0.09917355,0.18595041,0.30165288,0.09090909,0.20247933,0.20661157,0.22727273,0.27272728,0.30165288,0.30165288,0.35123968,0.42561984,0.5041322,0.55785125,0.57438016,0.55785125,0.59504133,0.553719,0.49173555,0.45867768,0.40495867,0.28512397,0.34710744,0.49173555,0.38429752,0.3264463,0.28099173,0.23553719,0.2644628,0.21487603,0.14049587,0.38016528,0.20661157,0.08264463,0.11157025,0.1983471,0.22727273,0.3264463,0.39256197,0.3429752,0.29752067,0.35950413,0.35123968,0.3553719,0.38429752,0.35950413,0.3429752,0.32231405,0.21900827,0.16528925,0.18181819,0.37190083,0.44214877,0.4752066,0.45867768,0.42975205,0.41322315,0.35950413,0.42975205,0.45041323,0.29752067,0.18181819,0.24793388,0.34710744,0.05785124,0.1694215,0.14049587,0.07438017,0.3677686,0.29338843,0.16528925,0.1694215,0.26859504,0.40082645,0.4090909,0.42975205,0.5,0.5495868,0.5495868,0.5371901,0.5661157,0.53305787,0.47933885,0.46694216,0.3966942,0.29752067,0.40082645,0.47107437,0.38429752,0.14049587,0.20247933,0.2231405,0.44214877,0.39256197,0.12396694,0.20661157,0.12396694,0.10330579,0.11983471,0.26859504,0.1322314,0.14876033,0.23966943,0.3140496,0.3181818,0.35123968,0.33471075,0.35950413,0.39256197,0.38429752,0.34710744,0.32231405,0.2520661,0.1694215,0.2231405,0.37603307,0.446281,0.48347107,0.46694216,0.4090909,0.3966942,0.38842976,0.3305785,0.19008264,0.09917355,0.27272728,0.53305787,0.338843,0.11157025,0.12809917,0.1570248,0.11570248,0.47933885,0.45041323,0.6570248,0.45454547,0.22727273,0.45454547,0.45867768,0.45867768,0.5041322,0.5247934,0.53305787,0.53305787,0.5495868,0.5123967,0.48347107,0.45454547,0.4214876,0.35950413,0.38429752,0.46694216,0.3429752,0.26859504,0.59917355,0.5413223,0.44214877,0.5041322,0.21487603,0.21487603,0.14876033,0.1322314,0.25619835,0.46694216,0.25619835,0.09504132,0.11570248,0.2107438,0.22727273,0.3140496,0.3140496,0.40082645,0.40082645,0.3966942,0.36363637,0.30165288,0.2644628,0.11983471,0.22727273,0.38429752,0.45041323,0.4876033,0.4876033,0.40495867,0.38429752,0.3553719,0.23140496,0.1983471,0.1983471,0.29752067,0.47933885,0.48347107,0.22727273,0.2520661,0.35950413,0.3553719,0.46280992,0.36363637,0.43801653,0.4214876,0.43801653,0.4338843,0.45041323,0.4876033,0.5,0.5123967,0.553719,0.5371901,0.5495868,0.5082645,0.49586776,0.46280992,0.43801653,0.40495867,0.3553719,0.40082645,0.44214877,0.41735536,0.47933885,0.4338843,0.44214877,0.46694216,0.5041322,0.47933885,0.28099173,0.24793388,0.33471075,0.38016528,0.30165288,0.2644628,0.26859504,0.2603306,0.3140496,0.3677686,0.38842976,0.40082645,0.41735536,0.4090909,0.37190083,0.3181818,0.2520661,0.10743801,0.28512397,0.38016528,0.45454547,0.49173555,0.4876033,0.446281,0.45867768,0.4338843,0.3966942,0.41322315,0.4876033,0.45041323,0.38429752,0.3677686,0.36363637,0.4214876,0.44214877,0.45454547,0.4214876,0.41322315,0.3966942,0.40495867,0.43801653,0.45454547,0.47107437,0.49173555,0.49173555,0.5247934,0.5495868,0.5495868,0.55785125,0.5206612,0.5,0.47933885,0.45041323,0.4338843,0.38429752,0.3677686,0.41322315,0.42975205,0.41735536,0.4214876,0.4090909,0.4214876,0.4214876,0.42561984,0.3553719,0.3140496,0.32231405,0.35950413,0.40495867,0.41735536,0.38842976,0.36363637,0.35950413,0.4090909,0.3966942,0.41735536,0.4214876,0.4214876,0.40082645,0.32231405,0.2603306,0.14049587,0.34710744,0.38429752,0.45041323,0.49173555,0.48347107,0.4752066,0.46694216,0.41735536,0.41735536,0.46694216,0.5206612,0.5082645,0.42561984,0.40495867,0.38016528,0.35123968,0.33471075,0.33471075,0.3429752,0.35950413,0.4214876,0.44214877,0.44214877,0.47933885,0.5041322,0.49173555,0.5165289,0.5123967,0.54545456,0.54545456,0.54545456,0.5413223,0.5082645,0.4876033,0.46280992,0.446281,0.45041323,0.39256197,0.4090909,0.42561984,0.41322315,0.40082645,0.36363637,0.3553719,0.35123968,0.3429752,0.38016528,0.3553719,0.37603307,0.38842976,0.39256197,0.38016528,0.34710744,0.32231405,0.3429752,0.3966942,0.41735536,0.4214876,0.4214876,0.4214876,0.4090909,0.33471075,0.27272728,0.23966943,0.3677686,0.40082645,0.446281,0.4876033,0.49173555,0.5165289,0.47933885,0.46280992,0.4214876,0.4090909,0.40495867,0.44214877,0.37190083,0.35950413,0.33471075,0.2892562,0.28512397,0.27272728,0.3553719,0.42975205,0.4876033,0.49173555,0.4876033,0.5123967,0.5041322,0.49586776,0.5123967,0.5371901,0.5413223,0.553719,0.553719,0.56198347,0.5206612,0.49173555,0.4752066,0.45867768,0.446281,0.4338843,0.42975205,0.45454547,0.46280992,0.4338843,0.38429752,0.3264463,0.2644628,0.24380165,0.24380165,0.2520661,0.27272728,0.2603306,0.2768595,0.2768595,0.32231405,0.38842976,0.45041323,0.4338843,0.4338843,0.4338843,0.4214876,0.44214877,0.40495867,0.35950413,0.29338843,0.338843,0.36363637,0.40495867,0.45041323,0.48347107,0.5041322,0.5247934,0.5206612,0.5123967,0.5,0.46280992,0.42975205,0.39256197,0.3429752,0.3305785,0.3264463,0.3181818,0.3553719,0.41322315,0.47933885,0.5041322,0.5165289,0.53305787,0.5206612,0.5123967,0.5082645,0.48347107,0.5247934,0.5495868,0.5495868,0.5785124,0.58264464,0.55785125,0.5413223,0.49173555,0.4876033,0.46280992,0.46694216,0.45454547,0.43801653,0.4752066,0.48347107,0.4876033,0.46280992,0.4338843,0.38429752,0.30991736,0.28512397,0.24793388,0.24793388,0.25619835,0.29338843,0.4090909,0.45867768,0.46694216,0.5,0.45041323,0.45454547,0.44214877,0.42975205,0.44214877,0.4214876,0.37603307,0.32231405,0.4090909,0.3553719,0.4090909,0.446281,0.47933885,0.5041322,0.5371901,0.5371901,0.53305787,0.5371901,0.5165289,0.5082645,0.48347107,0.47107437,0.45454547,0.446281,0.44214877,0.46694216,0.49586776,0.5082645,0.5123967,0.5165289,0.5413223,0.5206612,0.5,0.5082645,0.49586776,0.5289256,0.55785125,0.56198347,0.5785124,0.57438016,0.5371901,0.5247934,0.49586776,0.4876033,0.46694216,0.4752066,0.48347107,0.45454547,0.45867768,0.47933885,0.47933885,0.48347107,0.46694216,0.46694216,0.43801653,0.446281,0.41735536,0.41322315,0.4214876,0.44214877,0.47107437,0.49173555,0.4752066,0.49173555,0.4752066,0.47107437,0.45454547,0.44214877,0.44214877,0.42561984,0.39256197,0.34710744,0.43801653,0.32231405,0.4338843,0.446281,0.47933885,0.5082645,0.54545456,0.5495868,0.5495868,0.5371901,0.53305787,0.5123967,0.5123967,0.5,0.5041322,0.4876033,0.48347107,0.5,0.5165289,0.5041322,0.5123967,0.5165289,0.5247934,0.5082645,0.49586776,0.5206612,0.5165289,0.53305787,0.54545456,0.5495868,0.5661157,0.56198347,0.53305787,0.5247934,0.49173555,0.49173555,0.46280992,0.45454547,0.4752066,0.47933885,0.4752066,0.48347107,0.48347107,0.47107437,0.47933885,0.4752066,0.46280992,0.45454547,0.46280992,0.44214877,0.46280992,0.48347107,0.49586776,0.5082645,0.4876033,0.5041322,0.48347107,0.46280992,0.46280992,0.46280992,0.45041323,0.42975205,0.40082645,0.3553719,0.4090909,0.3553719,0.42975205,0.47107437,0.49586776,0.5165289,0.5495868,0.55785125,0.553719,0.54545456,0.5289256,0.5165289,0.49586776,0.47933885,0.49173555,0.5,0.4752066,0.49586776,0.5165289,0.5165289,0.5082645,0.53305787,0.53305787,0.5247934,0.5247934,0.5123967,0.5206612,0.5371901,0.5289256,0.5785124,0.56198347,0.5785124,0.56198347,0.5289256,0.5123967,0.47107437,0.45867768,0.42561984,0.44214877,0.4752066,0.49586776,0.46280992,0.4752066,0.49173555,0.49173555,0.49586776,0.5,0.4876033,0.47933885,0.45041323,0.46280992,0.47933885,0.4876033,0.49173555,0.5041322,0.5041322,0.4876033,0.4876033,0.48347107,0.47107437,0.446281,0.4338843,0.40495867,0.35950413,0.29752067,0.37603307,0.4338843,0.47933885,0.5082645,0.5371901,0.55785125,0.57024795,0.54545456,0.54545456,0.5165289,0.5123967,0.4876033,0.48347107,0.49173555,0.5041322,0.5041322,0.5165289,0.5206612,0.53305787,0.5413223,0.5413223,0.56198347,0.5371901,0.5123967,0.5041322,0.5206612,0.5495868,0.5413223,0.57024795,0.59917355,0.62396693,0.607438,0.5413223,0.54545456,0.4752066,0.47107437,0.4338843,0.4338843,0.4338843,0.46694216,0.4214876,0.4090909,0.4876033,0.5082645,0.5206612,0.5247934,0.5123967,0.5123967,0.47933885,0.4876033,0.4752066,0.5041322,0.49586776,0.5123967,0.5041322,0.49586776,0.49173555,0.47107437,0.47933885,0.446281,0.42561984,0.40495867,0.36363637,0.25619835,0.38016528,0.4338843,0.49173555,0.5165289,0.5495868,0.55785125,0.56198347,0.54545456,0.5289256,0.5165289,0.5206612,0.5082645,0.5041322,0.5247934,0.53305787,0.53305787,0.5413223,0.5413223,0.5661157,0.5413223,0.47933885,0.5041322,0.5082645,0.4752066,0.5041322,0.5247934,0.57024795,0.5785124,0.607438,0.6942149,0.76859504,0.6942149,0.55785125,0.5371901,0.5123967,0.47933885,0.45041323,0.41735536,0.44214877,0.45454547,0.45867768,0.3553719,0.3966942,0.5,0.5289256,0.5371901,0.5371901,0.5413223,0.53305787,0.5206612,0.5123967,0.5165289,0.5082645,0.5247934,0.5041322,0.49586776,0.4876033,0.49173555,0.4752066,0.45454547,0.42561984,0.38842976,0.37190083,0.28099173,0.38016528,0.45041323,0.5,0.5371901,0.5495868,0.54545456,0.55785125,0.5371901,0.5289256,0.5371901,0.5371901,0.54545456,0.5123967,0.5661157,0.5661157,0.57438016,0.56198347,0.57024795,0.5413223,0.47107437,0.46280992,0.5123967,0.4876033,0.48347107,0.5123967,0.55785125,0.607438,0.59917355,0.6528926,0.74793386,0.8677686,0.8305785,0.53305787,0.56198347,0.5371901,0.5165289,0.48347107,0.4214876,0.47107437,0.49173555,0.49173555,0.43801653,0.338843,0.40082645,0.45454547,0.49586776,0.5247934,0.57438016,0.56198347,0.56198347,0.553719,0.5247934,0.53305787,0.5165289,0.5165289,0.5082645,0.49173555,0.4876033,0.4752066,0.45041323,0.41322315,0.38016528,0.35950413,0.36363637,0.38016528,0.45041323,0.5,0.5206612,0.5371901,0.54545456,0.5661157,0.55785125,0.54545456,0.5495868,0.54545456,0.553719,0.5413223,0.57438016,0.5785124,0.58264464,0.57024795,0.5495868,0.46280992,0.46694216,0.5247934,0.5495868,0.53305787,0.5165289,0.553719,0.6404959,0.6694215,0.61157024,0.6570248,0.6983471,0.73966944,0.7107438,0.57024795,0.5289256,0.553719,0.57024795,0.5413223,0.48347107,0.5123967,0.5289256,0.5247934,0.5165289,0.39256197,0.40082645,0.42975205,0.46694216,0.49173555,0.55785125,0.56198347,0.57438016,0.5495868,0.53305787,0.53305787,0.5041322,0.5289256,0.5082645,0.5165289,0.5123967,0.4752066,0.446281,0.4090909,0.36363637,0.35950413,0.38016528,0.38429752,0.45041323,0.5165289,0.5247934,0.5165289,0.553719,0.57438016,0.58677685,0.57438016,0.5661157,0.55785125,0.5495868,0.57024795,0.5495868,0.58264464,0.54545456,0.5413223,0.47107437,0.42975205,0.5289256,0.6198347,0.61157024,0.60330576,0.58677685,0.6280992,0.72727275,0.73140496,0.5495868,0.59090906,0.59504133,0.60330576,0.5413223,0.5413223,0.5165289,0.53305787,0.5123967,0.54545456,0.5413223,0.5495868,0.56198347,0.58677685,0.57438016,0.42561984,0.45041323,0.45041323,0.45867768,0.45867768,0.5371901,0.5413223,0.5495868,0.5371901,0.5247934,0.5,0.5041322,0.5206612,0.5,0.5413223,0.5289256,0.4876033,0.446281,0.38842976,0.36363637,0.3677686,0.36363637,0.3966942,0.45454547,0.5,0.5206612,0.5289256,0.57438016,0.607438,0.61570245,0.58264464,0.57438016,0.57438016,0.5495868,0.55785125,0.5495868,0.55785125,0.5413223,0.5206612,0.4338843,0.46694216,0.57024795,0.6818182,0.6487603,0.61157024,0.59504133,0.56198347,0.61570245,0.6404959,0.5289256,0.5289256,0.5247934,0.49173555,0.4752066,0.47933885,0.4752066,0.45041323,0.4090909,0.46694216,0.47107437,0.49173555,0.49173555,0.5165289,0.4752066,0.40082645,0.48347107,0.49586776,0.46280992,0.46694216,0.49173555,0.5123967,0.5495868,0.5371901,0.5041322,0.48347107,0.48347107,0.49586776,0.5041322,0.5165289,0.5123967,0.47107437,0.42561984,0.38429752,0.3677686,0.35950413,0.35950413,0.3966942,0.45867768,0.4876033,0.5123967,0.5371901,0.57024795,0.61157024,0.61157024,0.59504133,0.58677685,0.57024795,0.5413223,0.5371901,0.553719,0.5413223,0.5371901,0.45867768,0.4752066,0.49173555,0.47933885,0.5289256,0.45867768,0.4752066,0.4752066,0.45867768,0.47107437,0.5206612,0.5082645,0.47107437,0.45041323,0.42975205,0.41322315,0.42975205,0.38429752,0.36363637,0.30165288,0.32231405,0.30991736,0.30578512,0.3264463,0.29752067,0.33471075,0.3264463,0.4876033,0.5289256,0.48347107,0.46280992,0.47933885,0.49173555,0.5165289,0.4876033,0.5,0.46694216,0.46694216,0.48347107,0.48347107,0.5,0.47933885,0.44214877,0.38842976,0.3677686,0.35123968,0.34710744,0.36363637,0.40082645,0.42975205,0.4752066,0.5041322,0.54545456,0.56198347,0.59090906,0.59504133,0.5785124,0.5661157,0.5413223,0.5206612,0.5165289,0.5371901,0.53305787,0.49173555,0.46694216,0.5165289,0.5206612,0.41735536,0.41735536,0.29338843,0.21487603,0.20661157,0.23553719,0.30991736,0.41322315,0.45041323,0.40495867,0.35950413,0.3429752,0.35123968,0.34710744,0.3429752,0.23140496,0.10743801,0.12396694,0.11983471,0.12809917,0.13636364,0.17355372,0.24793388,0.20661157,0.43801653,0.5413223,0.5041322,0.46280992,0.45867768,0.47107437,0.44214877,0.44214877,0.4338843,0.42561984,0.4338843,0.45454547,0.4876033,0.45041323,0.41735536,0.38016528,0.338843,0.3429752,0.3429752,0.34710744,0.3677686,0.40495867,0.446281,0.45867768,0.49173555,0.5247934,0.55785125,0.57438016,0.57438016,0.56198347,0.553719,0.5247934,0.5041322,0.5,0.5123967,0.5123967,0.48347107,0.5041322,0.56198347,0.5371901,0.36363637,0.4338843,0.28512397,0.17768595,0.14876033,0.13636364,0.14876033,0.18181819,0.3305785,0.34710744,0.27272728,0.27272728,0.27272728,0.29752067,0.23553719,0.1322314,0.09090909,0.14876033,0.19008264,0.24793388,0.17768595,0.21487603,0.2603306,0.20247933,0.4090909,0.5247934,0.5,0.47107437,0.43801653,0.42975205,0.40495867,0.41735536,0.3966942,0.3966942,0.40082645,0.42975205,0.43801653,0.4090909,0.37603307,0.3429752,0.30991736,0.30578512,0.3264463,0.33471075,0.3553719,0.4214876,0.44214877,0.45041323,0.45867768,0.47933885,0.5082645,0.5289256,0.5371901,0.55785125,0.5495868,0.5041322,0.5,0.49173555,0.49586776,0.49586776,0.49586776,0.5413223,0.57438016,0.5413223,0.3677686,0.5123967,0.4752066,0.39256197,0.3966942,0.38842976,0.3553719,0.29338843,0.20247933,0.25619835,0.2644628,0.18595041,0.23553719,0.23140496,0.13636364,0.09090909,0.1446281,0.21900827,0.3181818,0.3677686,0.338843,0.3181818,0.338843,0.2768595,0.4090909,0.48347107,0.47933885,0.45454547,0.41322315,0.3677686,0.34710744,0.3677686,0.35123968,0.36363637,0.35950413,0.39256197,0.3966942,0.37190083,0.3429752,0.30578512,0.26859504,0.2892562,0.3264463,0.3181818,0.35950413,0.41322315,0.446281,0.44214877,0.41735536,0.4338843,0.46694216,0.49173555,0.5123967,0.5289256,0.53305787,0.4752066,0.47933885,0.47107437,0.47107437,0.49586776,0.5165289,0.53305787,0.5661157,0.55785125,0.38016528,0.49586776,0.5247934,0.49173555,0.4876033,0.42975205,0.39256197,0.36363637,0.24793388,0.19008264,0.19008264,0.15289256,0.18595041,0.16115703,0.09917355,0.12396694,0.19421488,0.24380165,0.3305785,0.34710744,0.3305785,0.3553719,0.37190083,0.338843,0.44214877,0.46280992,0.46280992,0.4338843,0.41322315,0.3429752,0.32231405,0.3181818,0.32231405,0.3305785,0.37190083,0.37190083,0.38429752,0.34710744,0.3140496,0.26859504,0.23966943,0.2644628,0.30991736,0.3305785,0.39256197,0.40495867,0.446281,0.42561984,0.4090909,0.39256197,0.42975205,0.44214877,0.4752066,0.49173555,0.49586776,0.47933885,0.47107437,0.43801653,0.46694216,0.47107437,0.5,0.5082645,0.5289256,0.5247934,0.4338843,0.4876033,0.4876033,0.45867768,0.46280992,0.446281,0.38429752,0.37190083,0.2768595,0.23553719,0.15289256,0.12396694,0.16528925,0.23140496,0.1446281,0.24793388,0.32231405,0.35123968,0.38429752,0.36363637,0.37190083,0.38016528,0.4090909,0.43801653,0.46694216,0.45041323,0.44214877,0.41735536,0.40495867,0.35123968,0.30578512,0.2768595,0.27272728,0.29338843,0.34710744,0.3553719,0.338843,0.3429752,0.2892562,0.2520661,0.2231405,0.28099173,0.3181818,0.33471075,0.40082645,0.4090909,0.44214877,0.41322315,0.41735536,0.38429752,0.39256197,0.41322315,0.43801653,0.45867768,0.47933885,0.48347107,0.45041323,0.42561984,0.4214876,0.44214877,0.44214877,0.46280992,0.4876033,0.5165289,0.5371901,0.5413223,0.5,0.45454547,0.4876033,0.4876033,0.46694216,0.46694216,0.37603307,0.2644628,0.15289256,0.14049587,0.15289256,0.23553719,0.2892562,0.42561984,0.41735536,0.41322315,0.41322315,0.40495867,0.41322315,0.4090909,0.4090909,0.45867768,0.45041323,0.4338843,0.4090909,0.39256197,0.36363637,0.32231405,0.29752067,0.28512397,0.2768595,0.28512397,0.30578512,0.338843,0.3181818,0.34710744,0.28512397,0.23553719,0.24380165,0.29752067,0.30165288,0.3264463,0.4090909,0.40495867,0.43801653,0.42561984,0.4090909,0.38842976,0.38842976,0.40495867,0.41735536,0.43801653,0.46280992,0.47933885,0.4338843,0.41322315,0.3966942,0.3966942,0.38842976,0.4338843,0.48347107,0.553719,0.55785125,0.53305787,0.5165289,0.4876033,0.4876033,0.5165289,0.5041322,0.48347107,0.4752066,0.4214876,0.3264463,0.3181818,0.29752067,0.35950413,0.47107437,0.45867768,0.42975205,0.4214876,0.39256197,0.4214876,0.4214876,0.4338843,0.42561984,0.446281,0.45041323,0.43801653,0.4214876,0.40495867,0.40082645,0.35123968,0.3305785,0.29752067,0.30165288,0.27272728,0.30165288,0.3305785,0.3305785,0.30991736,0.2892562,0.2520661,0.2768595,0.30991736,0.3140496,0.29338843,0.41735536,0.4090909,0.4338843,0.41322315,0.4090909,0.4090909,0.38842976,0.38429752,0.41322315,0.41735536,0.45041323,0.45867768,0.42975205,0.41735536,0.38429752,0.30991736,0.37190083,0.446281,0.5165289,0.53305787,0.5206612,0.5289256,0.5495868,0.5,0.5206612,0.5247934,0.4876033,0.5,0.5082645,0.5289256,0.54545456,0.55785125,0.48347107,0.4876033,0.5082645,0.46280992,0.446281,0.44214877,0.42975205,0.44214877,0.44214877,0.45041323,0.45454547,0.47107437,0.46694216,0.45867768,0.45867768,0.446281,0.4338843,0.37603307,0.36363637,0.3305785,0.3264463,0.28099173,0.29338843,0.34710744,0.3429752,0.32231405,0.29338843,0.2644628,0.29752067,0.30165288,0.3264463,0.28512397,0.42561984,0.4214876,0.4214876,0.4214876,0.40495867,0.40495867,0.40495867,0.37603307,0.3966942,0.3966942,0.43801653,0.45454547,0.45041323,0.41735536,0.28512397,0.2768595,0.43801653,0.49173555,0.53305787,0.5247934,0.5206612,0.5289256,0.5206612,0.5495868,0.5371901,0.5289256,0.4876033,0.49586776,0.5,0.49586776,0.5,0.5206612,0.49173555,0.42975205,0.46280992,0.43801653,0.42561984,0.42561984,0.4214876,0.42561984,0.4338843,0.45867768,0.45867768,0.4876033,0.4752066,0.45867768,0.46280992,0.45867768,0.4214876,0.38842976,0.38429752,0.3553719,0.3140496,0.2892562,0.28512397,0.35123968,0.3429752,0.3264463,0.2892562,0.28099173,0.3181818,0.30578512,0.3140496,0.2768595,0.4090909,0.41322315,0.39256197,0.42561984,0.3966942,0.40495867,0.41322315,0.4090909,0.39256197,0.41735536,0.45867768,0.47933885,0.44214877,0.36363637,0.2520661,0.41735536,0.47933885,0.5413223,0.5413223,0.5495868,0.53305787,0.5495868,0.57024795,0.56198347,0.49586776,0.48347107,0.47107437,0.47107437,0.46280992,0.45041323,0.47933885,0.4876033,0.5247934,0.4214876,0.41322315,0.4338843,0.446281,0.4090909,0.40495867,0.39256197,0.38842976,0.3966942,0.39256197,0.41322315,0.4214876,0.4338843,0.446281,0.45041323,0.41735536,0.39256197,0.36363637,0.37190083,0.34710744,0.29752067,0.30578512,0.29338843,0.338843,0.32231405,0.2892562,0.29752067,0.33471075,0.33471075,0.30578512,0.28099173,0.40082645,0.4338843,0.40082645,0.41735536,0.3966942,0.40082645,0.3966942,0.4214876,0.40082645,0.42561984,0.47933885,0.49173555,0.40082645,0.33471075,0.40495867,0.47933885,0.46280992,0.5413223,0.5413223,0.5413223,0.5206612,0.5247934,0.5123967,0.48347107,0.48347107,0.5041322,0.45867768,0.46694216,0.47107437,0.446281,0.46694216,0.48347107,0.45867768,0.38429752,0.41322315,0.4214876,0.42975205,0.3553719,0.3677686,0.3677686,0.38016528,0.39256197,0.37190083,0.37603307,0.338843,0.2892562,0.27272728,0.32231405,0.3553719,0.40082645,0.36363637,0.34710744,0.36363637,0.3140496,0.30991736,0.3305785,0.3553719,0.33471075,0.28099173,0.3140496,0.3429752,0.32231405,0.29338843,0.2603306,0.38429752,0.43801653,0.42561984,0.4090909,0.40082645,0.39256197,0.38016528,0.4214876,0.41735536,0.45867768,0.49173555,0.4338843,0.36363637,0.35123968,0.40082645,0.36363637,0.49586776,0.53305787,0.48347107,0.45041323,0.44214877,0.4338843,0.46280992,0.4752066,0.48347107,0.46280992,0.4214876,0.3966942,0.41322315,0.41735536,0.43801653,0.4214876,0.34710744,0.35123968,0.37603307,0.38016528,0.3140496,0.30165288,0.29752067,0.29752067,0.3264463,0.3677686,0.3429752,0.33471075,0.2603306,0.21900827,0.1570248,0.1322314,0.23140496,0.39256197,0.3677686,0.34710744,0.35950413,0.33471075,0.3305785,0.3429752,0.338843,0.30991736,0.2892562,0.338843,0.33471075,0.30991736,0.29338843,0.24793388,0.36363637,0.4338843,0.4214876,0.40082645,0.3966942,0.38842976,0.3966942,0.41322315,0.45454547,0.47107437,0.4752066,0.38016528,0.35123968,0.3140496,0.2768595,0.37190083,0.42561984,0.40082645,0.34710744,0.3140496,0.33471075,0.4090909,0.45041323,0.4214876,0.41322315,0.38429752,0.29752067,0.2644628,0.29338843,0.30578512,0.3305785,0.338843,0.29752067,0.2603306,0.2603306,0.30165288,0.20661157,0.17768595,0.20661157,0.20661157,0.1570248,0.20661157,0.23140496,0.23966943,0.27272728,0.25619835,0.1570248,0.10743801,0.25619835,0.34710744,0.3264463,0.3181818,0.34710744,0.338843,0.36363637,0.34710744,0.3429752,0.29752067,0.28512397,0.30991736,0.30991736,0.30165288,0.2768595,0.23140496,0.3553719,0.4090909,0.4214876,0.41735536,0.4090909,0.39256197,0.39256197,0.4090909,0.446281,0.46694216,0.49173555,0.36363637,0.3140496,0.25619835,0.20247933,0.38016528,0.3140496,0.1983471,0.23140496,0.29752067,0.2892562,0.33471075,0.32231405,0.28512397,0.29338843,0.21900827,0.18181819,0.16115703,0.18181819,0.21487603,0.23553719,0.23140496,0.20661157,0.20247933,0.17768595,0.2231405,0.20247933,0.17355372,0.18595041,0.1983471,0.18181819,0.2107438,0.24793388,0.41322315,0.5123967,0.42561984,0.38016528,0.29338843,0.43801653,0.3553719,0.34710744,0.29752067,0.338843,0.36363637,0.30165288,0.35950413,0.32231405,0.28099173,0.2768595,0.30165288,0.30991736,0.2768595,0.2520661,0.2107438,0.2768595,0.4090909,0.41322315,0.41735536,0.40082645,0.39256197,0.37190083,0.3966942,0.44214877,0.4752066,0.4752066,0.33471075,0.2768595,0.1983471,0.20661157,0.39256197,0.3305785,0.2644628,0.41735536,0.5165289,0.45041323,0.3966942,0.25619835,0.28512397,0.13636364,0.3181818,0.3181818,0.2603306,0.34710744,0.34710744,0.33471075,0.28512397,0.2231405,0.33471075,0.3966942,0.46280992,0.43801653,0.3264463,0.30578512,0.3305785,0.32231405,0.41322315,0.46280992,0.5,0.5371901,0.45454547,0.40082645,0.42561984,0.4752066,0.4090909,0.3677686,0.32231405,0.29338843,0.3140496,0.29338843,0.3305785,0.29338843,0.25619835,0.2520661,0.2768595,0.27272728,0.25619835,0.21900827,0.22727273,0.19421488,0.38429752,0.4090909,0.41735536,0.3966942,0.40082645,0.38016528,0.38842976,0.42975205,0.46280992,0.43801653,0.3429752,0.24380165,0.19008264,0.2520661,0.45867768,0.47107437,0.45041323,0.46280992,0.55785125,0.5661157,0.5165289,0.39256197,0.45867768,0.20247933,0.72727275,0.61570245,0.40082645,0.6652893,0.59917355,0.58677685,0.5082645,0.29752067,0.60330576,0.6487603,0.70247936,0.6446281,0.4338843,0.41322315,0.4214876,0.4338843,0.44214877,0.43801653,0.446281,0.3966942,0.3429752,0.41322315,0.47107437,0.45041323,0.4214876,0.38842976,0.338843,0.29752067,0.2644628,0.3264463,0.30991736,0.28099173,0.24380165,0.2603306,0.2644628,0.2644628,0.23966943,0.21487603,0.23553719,0.19008264,0.34710744,0.40495867,0.4090909,0.3966942,0.3966942,0.39256197,0.38016528,0.38842976,0.45867768,0.40495867,0.338843,0.25619835,0.21900827,0.35123968,0.47107437,0.5,0.5,0.4876033,0.46280992,0.5206612,0.56198347,0.48347107,0.45867768,0.3677686,0.5123967,0.55785125,0.40495867,0.78099173,0.78512394,0.7231405,0.61157024,0.26859504,0.77272725,0.661157,0.61570245,0.5,0.4752066,0.47107437,0.4214876,0.3966942,0.446281,0.49586776,0.35123968,0.35950413,0.4214876,0.46280992,0.45454547,0.446281,0.4338843,0.4214876,0.3553719,0.30991736,0.28099173,0.2892562,0.28512397,0.2520661,0.23140496,0.25619835,0.2603306,0.2520661,0.22727273,0.21900827,0.23140496,0.19008264,0.29338843,0.39256197,0.4090909,0.3966942,0.3966942,0.37603307,0.37603307,0.3966942,0.3966942,0.39256197,0.3140496,0.2768595,0.2644628,0.42975205,0.47933885,0.49586776,0.5206612,0.5,0.5289256,0.4876033,0.5661157,0.56198347,0.49586776,0.46280992,0.48347107,0.5082645,0.446281,0.5289256,0.58264464,0.5123967,0.44214877,0.37190083,0.6198347,0.58677685,0.607438,0.5785124,0.49173555,0.4338843,0.40082645,0.41735536,0.5123967,0.44214877,0.3553719,0.40082645,0.46280992,0.46694216,0.4214876,0.41735536,0.4338843,0.40082645,0.35123968,0.2892562,0.26859504,0.28099173,0.2520661,0.23140496,0.23140496,0.2231405,0.2520661,0.23553719,0.20661157,0.20661157,0.23140496,0.18595041,0.23966943,0.3677686,0.40082645,0.39256197,0.38016528,0.3677686,0.37603307,0.37603307,0.38842976,0.39256197,0.2768595,0.28512397,0.2768595,0.46280992,0.4876033,0.46694216,0.49173555,0.5413223,0.5289256,0.4876033,0.5082645,0.70247936,0.60330576,0.47107437,0.4876033,0.5371901,0.5661157,0.57438016,0.61570245,0.6280992,0.607438,0.6198347,0.6694215,0.76033056,0.8429752,0.6735537,0.44214877,0.3677686,0.3966942,0.42975205,0.41735536,0.39256197,0.41322315,0.43801653,0.45454547,0.42561984,0.40082645,0.4090909,0.42975205,0.38429752,0.3264463,0.29752067,0.24793388,0.26859504,0.25619835,0.20661157,0.20661157,0.23966943,0.23140496,0.21900827,0.23140496,0.20247933,0.21487603,0.19421488,0.1983471,0.338843,0.40082645,0.38016528,0.38016528,0.3677686,0.3677686,0.34710744,0.3677686,0.37190083,0.29752067,0.2644628,0.28099173,0.45867768,0.4752066,0.46280992,0.45867768,0.5082645,0.5371901,0.5082645,0.47107437,0.62396693,0.6446281,0.5,0.45867768,0.5041322,0.56198347,0.62396693,0.6983471,0.7355372,0.6735537,0.6363636,0.6694215,0.76859504,0.6818182,0.41735536,0.3429752,0.3264463,0.3553719,0.35950413,0.3553719,0.35950413,0.41735536,0.4338843,0.40082645,0.38842976,0.4090909,0.4090909,0.41735536,0.3429752,0.30578512,0.2520661,0.2644628,0.25619835,0.21900827,0.21487603,0.2231405,0.23140496,0.2231405,0.21487603,0.2107438,0.2231405,0.1694215,0.20247933,0.1694215,0.26859504,0.38842976,0.37603307,0.37190083,0.36363637,0.34710744,0.33471075,0.35123968,0.3429752,0.30991736,0.29752067,0.29752067,0.42561984,0.47933885,0.48347107,0.45867768,0.47107437,0.5165289,0.5082645,0.45454547,0.5,0.5041322,0.45454547,0.41322315,0.446281,0.48347107,0.5247934,0.5661157,0.58677685,0.5495868,0.48347107,0.47107437,0.44214877,0.3677686,0.2892562,0.30165288,0.29752067,0.30991736,0.3264463,0.3181818,0.35950413,0.38429752,0.38842976,0.38842976,0.38429752,0.3966942,0.3966942,0.37190083,0.29338843,0.29338843,0.28099173,0.28099173,0.23966943,0.20247933,0.21900827,0.2231405,0.20661157,0.2231405,0.2231405,0.2231405,0.20661157,0.14049587,0.19421488,0.19421488,0.18595041,0.35950413,0.38016528,0.3677686,0.37190083,0.338843,0.32231405,0.338843,0.3181818,0.33471075,0.3181818,0.3429752,0.40082645,0.4752066,0.46280992,0.45454547,0.42561984,0.47933885,0.46694216,0.46280992,0.446281,0.42975205,0.4214876,0.38016528,0.37190083,0.3677686,0.3966942,0.42561984,0.43801653,0.42561984,0.40082645,0.37603307,0.34710744,0.29338843,0.2644628,0.2892562,0.2644628,0.27272728,0.27272728,0.3264463,0.35123968,0.36363637,0.3677686,0.37190083,0.35123968,0.37190083,0.35950413,0.3140496,0.28512397,0.338843,0.30991736,0.26859504,0.22727273,0.20661157,0.21900827,0.20247933,0.2107438,0.21900827,0.23140496,0.23966943,0.16528925,0.1446281,0.19008264,0.1983471,0.17768595,0.29338843,0.38429752,0.37603307,0.3553719,0.3553719,0.3264463,0.33471075,0.29338843,0.3553719,0.33471075,0.3553719,0.37603307,0.44214877,0.45041323,0.44214877,0.42561984,0.41735536,0.43801653,0.44214877,0.42975205,0.40082645,0.38429752,0.338843,0.338843,0.30991736,0.32231405,0.30578512,0.32231405,0.3140496,0.29752067,0.2892562,0.2520661,0.23140496,0.2231405,0.23553719,0.2231405,0.23140496,0.30165288,0.29752067,0.3429752,0.34710744,0.33471075,0.34710744,0.33471075,0.33471075,0.30578512,0.30165288,0.3553719,0.37190083,0.2892562,0.24380165,0.19421488,0.2107438,0.21487603,0.20247933,0.2107438,0.23140496,0.23966943,0.20661157,0.1446281,0.14049587,0.19008264,0.2107438,0.19008264,0.21900827,0.3677686,0.37603307,0.3553719,0.338843,0.3181818,0.3140496,0.30991736,0.338843,0.338843,0.33471075,0.37190083,0.42975205,0.40495867,0.4338843,0.42561984,0.4214876,0.4214876,0.40495867,0.4090909,0.38842976,0.35123968,0.30578512,0.30165288,0.25619835,0.24380165,0.23553719,0.22727273,0.2603306,0.2231405,0.22727273,0.20661157,0.18181819,0.18181819,0.19421488,0.2107438,0.24380165,0.2768595,0.28099173,0.30991736,0.30165288,0.32231405,0.3140496,0.32231405,0.30578512,0.2892562,0.338843,0.38842976,0.338843,0.26859504,0.21487603,0.2107438,0.19421488,0.2107438,0.19421488,0.21487603,0.23966943,0.23966943,0.1570248,0.14049587,0.14049587,0.20661157,0.20247933,0.19008264,0.16115703,0.3553719,0.37603307,0.35123968,0.3264463,0.3181818,0.30991736,0.28512397,0.3429752,0.32231405,0.338843,0.41735536,0.37603307,0.3966942,0.4090909,0.40495867,0.42975205,0.40082645,0.3966942,0.38842976,0.3553719,0.3429752,0.32231405,0.29338843,0.2603306,0.22727273,0.22727273,0.19421488,0.2107438,0.19421488,0.18181819,0.17355372,0.1983471,0.19421488,0.21487603,0.2107438,0.2231405,0.23966943,0.24793388,0.2603306,0.2520661,0.28099173,0.28099173,0.29752067,0.29752067,0.3181818,0.3677686,0.38016528,0.30578512,0.24793388,0.2231405,0.20247933,0.19008264,0.1983471,0.20661157,0.23553719,0.2603306,0.1983471,0.14049587,0.14876033,0.1446281,0.20661157,0.19008264,0.18595041,0.20661157,0.72727275,0.2768595,0.35123968,0.35123968,0.32231405,0.3140496,0.28512397,0.338843,0.3264463,0.3429752,0.34710744,0.35123968,0.38016528,0.41735536,0.41322315,0.41735536,0.40082645,0.38016528,0.34710744,0.30578512,0.2644628,0.2520661,0.22727273,0.21487603,0.1983471,0.19421488,0.18181819,0.1983471,0.18181819,0.19008264,0.18595041,0.18181819,0.1694215,0.17355372,0.16528925,0.16115703,0.19421488,0.1983471,0.22727273,0.24380165,0.27272728,0.28512397,0.28512397,0.30578512,0.38429752,0.37190083,0.37603307,0.29752067,0.24793388,0.20247933,0.18595041,0.17355372,0.19008264,0.2231405,0.2603306,0.24380165,0.15289256,0.1446281,0.15289256,0.1446281,0.19421488,0.1983471,0.1570248,0.29752067,0.92975205,0.6198347,0.29752067,0.3553719,0.338843,0.3181818,0.2892562,0.3140496,0.3140496,0.3677686,0.2603306,0.3553719,0.3966942,0.43801653,0.42561984,0.40495867,0.38842976,0.3677686,0.3429752,0.27272728,0.2520661,0.2107438,0.17768595,0.16528925,0.15289256,0.16528925,0.1570248,0.1446281,0.13636364,0.1322314,0.1446281,0.13636364,0.12809917,0.1446281,0.12809917,0.1446281,0.17768595,0.2107438,0.23553719,0.26859504,0.28099173,0.30165288,0.29752067,0.36363637,0.40495867,0.3966942,0.338843,0.28512397,0.24380165,0.16528925,0.19008264,0.18181819,0.2107438,0.23966943,0.27272728,0.18181819,0.13636364,0.15289256,0.14876033,0.14049587,0.19008264,0.20661157,0.14876033,0.4090909,0.946281,0.8264463,0.44214877,0.3305785,0.33471075,0.3264463,0.29338843,0.2644628,0.29338843,0.37603307,0.22727273,0.40082645,0.3677686,0.45041323,0.45454547,0.4090909,0.38842976,0.37190083,0.36363637,0.3140496,0.2768595,0.23140496,0.19421488,0.17355372,0.16528925,0.16528925,0.14049587,0.1322314,0.15289256,0.09090909,0.14049587,0.12809917,0.12809917,0.14876033,0.17768595,0.22727273,0.23553719,0.23553719,0.25619835,0.29752067,0.30165288,0.32231405,0.35123968,0.38016528,0.40082645,0.40495867,0.3181818,0.2644628,0.18595041,0.1446281,0.19421488,0.19421488,0.23140496,0.2644628,0.24380165,0.15289256,0.13636364,0.14049587,0.14049587,0.1446281,0.23966943,0.23553719,0.17768595,0.45041323,0.88842976,0.88429755,0.6818182,0.3305785,0.34710744,0.3305785,0.29752067,0.23553719,0.2892562,0.32231405,0.23966943,0.3553719,0.36363637,0.45041323,0.48347107,0.45454547,0.4214876,0.39256197,0.38016528,0.3553719,0.33471075,0.3140496,0.27272728,0.2603306,0.21900827,0.21487603,0.18181819,0.1694215,0.14876033,0.1446281,0.16115703,0.16528925,0.20661157,0.25619835,0.30578512,0.30991736,0.2892562,0.29338843,0.32231405,0.3429752,0.32231405,0.35950413,0.41322315,0.38016528,0.39256197,0.38016528,0.30578512,0.21487603,0.17768595,0.1446281,0.18595041,0.21900827,0.2520661,0.25619835,0.2231405,0.14876033,0.14876033,0.1322314,0.14876033,0.1446281,0.4876033,0.59090906,0.42975205,0.42975205,0.71900827,0.89669424,0.8677686,0.4752066,0.30165288,0.3429752,0.3181818,0.2892562,0.2892562,0.24380165,0.23966943,0.26859504,0.34710744,0.42975205,0.47107437,0.4752066,0.44214877,0.4338843,0.41322315,0.38016528,0.37603307,0.37603307,0.3677686,0.38429752,0.37190083,0.3677686,0.34710744,0.30165288,0.29752067,0.3264463,0.33471075,0.33471075,0.37190083,0.38842976,0.38842976,0.3553719,0.3429752,0.3677686,0.38842976,0.35950413,0.3553719,0.40495867,0.41322315,0.37603307,0.3429752,0.3264463,0.23140496,0.17768595,0.14049587,0.16528925,0.1983471,0.25619835,0.24380165,0.23140496,0.23966943,0.18181819,0.14049587,0.1446281,0.14049587,0.1570248,0.42975205,0.57024795,0.6859504,0.49173555,0.5082645,0.892562,0.87603307,0.8264463,0.33471075,0.30991736,0.338843,0.33471075,0.2892562,0.23966943,0.21900827,0.23966943,0.28512397,0.37603307,0.43801653,0.46694216,0.45041323,0.4338843,0.43801653,0.42561984,0.41322315,0.41735536,0.41322315,0.44214877,0.446281,0.45867768,0.45867768,0.42561984,0.446281,0.43801653,0.44214877,0.4214876,0.45041323,0.45867768,0.446281,0.3966942,0.38842976,0.4090909,0.3966942,0.40082645,0.3553719,0.38842976,0.37603307,0.36363637,0.28512397,0.24380165,0.1570248,0.15289256,0.16528925,0.16528925,0.23140496,0.2603306,0.24380165,0.2107438,0.2603306,0.20661157,0.14049587,0.1446281,0.13636364,0.1446281,21 +0.4090909,0.59090906,0.6570248,0.6818182,0.6942149,0.73140496,0.76033056,0.78512394,0.7768595,0.78512394,0.8016529,0.8140496,0.8140496,0.8181818,0.8181818,0.8305785,0.8347107,0.838843,0.8347107,0.8429752,0.8429752,0.8471074,0.8512397,0.8553719,0.8595041,0.8512397,0.8553719,0.8471074,0.8471074,0.8512397,0.8471074,0.8512397,0.8512397,0.8512397,0.8471074,0.8429752,0.838843,0.8429752,0.838843,0.8347107,0.8264463,0.8305785,0.822314,0.8140496,0.822314,0.8140496,0.8016529,0.8057851,0.8016529,0.79752064,0.7933884,0.78512394,0.76859504,0.76033056,0.75206614,0.73966944,0.7107438,0.677686,0.6280992,0.58264464,0.57024795,0.5495868,0.4876033,0.2892562,0.47933885,0.61570245,0.6652893,0.677686,0.7107438,0.73140496,0.75619835,0.78099173,0.78512394,0.7933884,0.79752064,0.80991733,0.8181818,0.8264463,0.8264463,0.8305785,0.8347107,0.838843,0.838843,0.8429752,0.8471074,0.8429752,0.8471074,0.8512397,0.8553719,0.8553719,0.8512397,0.8471074,0.8429752,0.8429752,0.8471074,0.8471074,0.8429752,0.8471074,0.8471074,0.8471074,0.8429752,0.838843,0.8264463,0.8140496,0.822314,0.8305785,0.8264463,0.8140496,0.8264463,0.80991733,0.80991733,0.8140496,0.8016529,0.8016529,0.7933884,0.7933884,0.78099173,0.76859504,0.76033056,0.74380165,0.7107438,0.677686,0.6280992,0.60330576,0.59090906,0.55785125,0.49173555,0.33471075,0.5165289,0.607438,0.6570248,0.6942149,0.71900827,0.74380165,0.75206614,0.7768595,0.78512394,0.7933884,0.8016529,0.8057851,0.822314,0.8305785,0.8305785,0.8347107,0.838843,0.838843,0.838843,0.8429752,0.8429752,0.8429752,0.8512397,0.8512397,0.8512397,0.8512397,0.8471074,0.8471074,0.8471074,0.8429752,0.8471074,0.8429752,0.8471074,0.8512397,0.8471074,0.8429752,0.8471074,0.838843,0.80991733,0.8140496,0.822314,0.8347107,0.8264463,0.822314,0.8264463,0.80991733,0.80991733,0.8140496,0.8057851,0.8057851,0.7933884,0.7933884,0.7892562,0.7768595,0.76859504,0.75206614,0.71487606,0.6818182,0.6280992,0.61570245,0.59917355,0.55785125,0.5041322,0.36363637,0.5371901,0.60330576,0.6528926,0.677686,0.7066116,0.72727275,0.74380165,0.76033056,0.7768595,0.7933884,0.8016529,0.8057851,0.822314,0.8305785,0.8264463,0.8347107,0.838843,0.838843,0.8429752,0.838843,0.838843,0.8429752,0.8471074,0.8471074,0.8512397,0.8512397,0.8512397,0.8512397,0.8512397,0.8471074,0.8471074,0.8471074,0.8429752,0.8471074,0.8429752,0.8347107,0.8347107,0.8305785,0.8264463,0.822314,0.8264463,0.8347107,0.8347107,0.8264463,0.822314,0.8181818,0.80991733,0.80991733,0.80991733,0.8057851,0.79752064,0.7933884,0.7933884,0.78099173,0.77272725,0.76033056,0.72727275,0.69008267,0.6363636,0.62396693,0.60330576,0.57024795,0.5247934,0.41735536,0.57024795,0.6198347,0.6446281,0.677686,0.70247936,0.71900827,0.73140496,0.75619835,0.7768595,0.7933884,0.8057851,0.80991733,0.8140496,0.822314,0.8264463,0.838843,0.838843,0.838843,0.8429752,0.838843,0.8347107,0.838843,0.838843,0.8429752,0.8512397,0.8553719,0.8512397,0.8471074,0.8512397,0.8553719,0.8512397,0.8429752,0.8429752,0.8429752,0.838843,0.838843,0.838843,0.8512397,0.8471074,0.8429752,0.8429752,0.838843,0.8347107,0.8347107,0.8305785,0.822314,0.8181818,0.8140496,0.80991733,0.8016529,0.79752064,0.7933884,0.7892562,0.7768595,0.77272725,0.76033056,0.71900827,0.6859504,0.6446281,0.61570245,0.607438,0.57438016,0.5413223,0.46280992,0.57438016,0.6363636,0.6570248,0.677686,0.6942149,0.70247936,0.71900827,0.75206614,0.78099173,0.7933884,0.8057851,0.80991733,0.8140496,0.8181818,0.822314,0.8305785,0.8429752,0.8347107,0.838843,0.8429752,0.8305785,0.8347107,0.8305785,0.8347107,0.8429752,0.8471074,0.8429752,0.838843,0.8429752,0.8553719,0.8512397,0.8347107,0.8347107,0.838843,0.8347107,0.8305785,0.8347107,0.838843,0.8553719,0.8471074,0.838843,0.8471074,0.838843,0.838843,0.8305785,0.822314,0.8181818,0.8140496,0.80991733,0.8016529,0.7933884,0.7892562,0.7892562,0.7768595,0.76859504,0.75206614,0.71900827,0.69008267,0.6404959,0.61570245,0.60330576,0.59090906,0.54545456,0.4752066,0.58264464,0.6446281,0.6735537,0.6818182,0.6942149,0.6942149,0.7107438,0.75206614,0.77272725,0.78099173,0.79752064,0.79752064,0.8057851,0.8181818,0.8181818,0.822314,0.838843,0.8305785,0.838843,0.8305785,0.8264463,0.8264463,0.822314,0.822314,0.8305785,0.8305785,0.8305785,0.8305785,0.838843,0.8471074,0.8471074,0.8305785,0.8305785,0.8264463,0.8264463,0.8305785,0.8264463,0.822314,0.8264463,0.8181818,0.822314,0.8305785,0.822314,0.8264463,0.822314,0.80991733,0.8016529,0.8016529,0.79752064,0.8016529,0.7892562,0.7768595,0.78512394,0.7768595,0.76859504,0.75206614,0.7231405,0.69008267,0.6446281,0.62396693,0.59917355,0.60330576,0.54545456,0.49586776,0.59090906,0.6446281,0.6859504,0.69008267,0.6942149,0.6942149,0.7066116,0.73966944,0.7644628,0.76859504,0.78512394,0.7892562,0.76859504,0.78512394,0.8057851,0.8181818,0.8181818,0.8181818,0.822314,0.8181818,0.8140496,0.8181818,0.80991733,0.80991733,0.8181818,0.8140496,0.8057851,0.80991733,0.822314,0.8347107,0.8347107,0.822314,0.822314,0.80991733,0.80991733,0.80991733,0.79752064,0.78512394,0.8016529,0.7644628,0.75619835,0.7355372,0.73140496,0.75206614,0.75206614,0.76033056,0.75206614,0.75619835,0.76033056,0.7644628,0.76033056,0.74793386,0.76033056,0.75206614,0.76859504,0.75619835,0.73140496,0.6818182,0.6404959,0.6280992,0.59504133,0.59917355,0.553719,0.5041322,0.59504133,0.6528926,0.69008267,0.6818182,0.677686,0.6942149,0.7107438,0.71900827,0.73140496,0.72727275,0.73140496,0.7355372,0.7107438,0.7066116,0.71487606,0.71900827,0.71900827,0.7231405,0.76033056,0.75619835,0.7644628,0.78512394,0.77272725,0.78099173,0.7768595,0.7892562,0.78099173,0.7892562,0.8016529,0.8181818,0.822314,0.8140496,0.8057851,0.7933884,0.7768595,0.7644628,0.74380165,0.7355372,0.71900827,0.6735537,0.6528926,0.607438,0.58677685,0.57438016,0.57024795,0.61157024,0.607438,0.61570245,0.62396693,0.6528926,0.6859504,0.6942149,0.6983471,0.7066116,0.7355372,0.74380165,0.7355372,0.69008267,0.6404959,0.6280992,0.58677685,0.58677685,0.55785125,0.5123967,0.60330576,0.6652893,0.6859504,0.6735537,0.6487603,0.6487603,0.6528926,0.6363636,0.6446281,0.6528926,0.6694215,0.677686,0.6404959,0.6322314,0.59090906,0.55785125,0.53305787,0.5165289,0.5495868,0.55785125,0.59090906,0.6446281,0.6652893,0.677686,0.70247936,0.73140496,0.74793386,0.76859504,0.78512394,0.8016529,0.8140496,0.8057851,0.7892562,0.76859504,0.75619835,0.73140496,0.6694215,0.6446281,0.61570245,0.57024795,0.56198347,0.5289256,0.48347107,0.45867768,0.49173555,0.5041322,0.4876033,0.4752066,0.47933885,0.5,0.553719,0.59917355,0.6280992,0.6404959,0.6652893,0.677686,0.6983471,0.6652893,0.6363636,0.6198347,0.5785124,0.58264464,0.553719,0.5123967,0.61570245,0.6735537,0.6694215,0.6280992,0.57438016,0.5371901,0.53305787,0.53305787,0.5495868,0.57024795,0.56198347,0.5661157,0.5413223,0.5082645,0.46694216,0.44214877,0.42561984,0.38016528,0.41322315,0.40495867,0.44214877,0.5123967,0.5413223,0.5661157,0.59917355,0.6528926,0.6942149,0.7231405,0.76033056,0.78099173,0.79752064,0.79752064,0.76033056,0.7355372,0.72727275,0.7107438,0.6404959,0.5785124,0.5661157,0.5206612,0.49173555,0.5,0.42975205,0.42975205,0.42561984,0.39256197,0.39256197,0.4090909,0.4338843,0.446281,0.4752066,0.4876033,0.49586776,0.5206612,0.57024795,0.56198347,0.62396693,0.61570245,0.55785125,0.57024795,0.56198347,0.5661157,0.55785125,0.5247934,0.61570245,0.6694215,0.6363636,0.56198347,0.5123967,0.47933885,0.47107437,0.47107437,0.47933885,0.5082645,0.5123967,0.5165289,0.5247934,0.5247934,0.49173555,0.47107437,0.446281,0.41735536,0.4338843,0.4338843,0.4338843,0.45454547,0.48347107,0.5,0.553719,0.60330576,0.6528926,0.70247936,0.73966944,0.7768595,0.79752064,0.77272725,0.73140496,0.7066116,0.6942149,0.6487603,0.607438,0.5661157,0.55785125,0.5165289,0.49173555,0.5041322,0.47933885,0.4752066,0.47933885,0.4876033,0.5082645,0.53305787,0.553719,0.5495868,0.5495868,0.553719,0.5289256,0.5206612,0.5041322,0.5206612,0.53305787,0.54545456,0.49173555,0.4876033,0.5082645,0.553719,0.553719,0.5247934,0.6280992,0.6570248,0.59504133,0.5123967,0.49586776,0.49586776,0.5,0.5041322,0.5289256,0.5495868,0.54545456,0.54545456,0.5371901,0.56198347,0.57438016,0.5785124,0.553719,0.5495868,0.5413223,0.5206612,0.5,0.5,0.5041322,0.5165289,0.553719,0.5785124,0.61157024,0.6942149,0.7355372,0.77272725,0.8016529,0.78099173,0.74380165,0.7231405,0.6652893,0.6198347,0.60330576,0.57024795,0.5495868,0.5123967,0.5082645,0.5123967,0.5165289,0.5247934,0.54545456,0.55785125,0.56198347,0.57438016,0.5785124,0.59917355,0.59504133,0.607438,0.607438,0.58677685,0.5785124,0.59917355,0.59090906,0.5413223,0.49173555,0.446281,0.46694216,0.5206612,0.5495868,0.5206612,0.6322314,0.6322314,0.56198347,0.49586776,0.5123967,0.5206612,0.53305787,0.54545456,0.5495868,0.5413223,0.5165289,0.5082645,0.48347107,0.4876033,0.5165289,0.5371901,0.53305787,0.5289256,0.5123967,0.49586776,0.5,0.5247934,0.5371901,0.54545456,0.5661157,0.57024795,0.58264464,0.6652893,0.73140496,0.78099173,0.80991733,0.8140496,0.7892562,0.7644628,0.6859504,0.6487603,0.6322314,0.57024795,0.5495868,0.5206612,0.5371901,0.53305787,0.5123967,0.5,0.5,0.4876033,0.5,0.5165289,0.5123967,0.5247934,0.5206612,0.5289256,0.5495868,0.55785125,0.58264464,0.61157024,0.61570245,0.57024795,0.5289256,0.49173555,0.47107437,0.49173555,0.5165289,0.5082645,0.62396693,0.6198347,0.57438016,0.5206612,0.5247934,0.53305787,0.53305787,0.5371901,0.5206612,0.46280992,0.41322315,0.41735536,0.42561984,0.4090909,0.4090909,0.45041323,0.47107437,0.49173555,0.4752066,0.46694216,0.4338843,0.42975205,0.4876033,0.53305787,0.5495868,0.57024795,0.58264464,0.6570248,0.72727275,0.78512394,0.8264463,0.8305785,0.8264463,0.79752064,0.7231405,0.6942149,0.6446281,0.56198347,0.5413223,0.5247934,0.5165289,0.4876033,0.45454547,0.45041323,0.45454547,0.4338843,0.44214877,0.46694216,0.45867768,0.45454547,0.46280992,0.42561984,0.40495867,0.45454547,0.5123967,0.5495868,0.5785124,0.56198347,0.5661157,0.5371901,0.5,0.48347107,0.5,0.5,0.6198347,0.62396693,0.607438,0.5661157,0.54545456,0.5371901,0.5247934,0.5,0.45041323,0.37603307,0.37190083,0.38016528,0.37603307,0.38016528,0.2768595,0.2520661,0.3264463,0.38842976,0.3181818,0.37190083,0.45454547,0.46280992,0.45454547,0.47107437,0.5041322,0.5371901,0.59504133,0.677686,0.73966944,0.8016529,0.838843,0.838843,0.838843,0.8140496,0.73966944,0.6859504,0.6280992,0.55785125,0.5247934,0.5123967,0.49173555,0.46280992,0.45041323,0.4752066,0.44214877,0.3429752,0.34710744,0.38429752,0.33471075,0.30165288,0.38429752,0.43801653,0.4338843,0.34710744,0.35123968,0.4752066,0.5165289,0.5371901,0.553719,0.553719,0.5165289,0.48347107,0.5,0.5,0.62396693,0.6280992,0.61570245,0.59917355,0.5785124,0.553719,0.5206612,0.4876033,0.43801653,0.36363637,0.35123968,0.30165288,0.36363637,0.44214877,0.3140496,0.3264463,0.4338843,0.5661157,0.37603307,0.39256197,0.5413223,0.49173555,0.5041322,0.5206612,0.48347107,0.5041322,0.59090906,0.6859504,0.74793386,0.8057851,0.8429752,0.8471074,0.8347107,0.822314,0.7231405,0.6694215,0.60330576,0.553719,0.53305787,0.54545456,0.5371901,0.47933885,0.4752066,0.57438016,0.5082645,0.3677686,0.3966942,0.5123967,0.39256197,0.22727273,0.2644628,0.35123968,0.35950413,0.37190083,0.36363637,0.38429752,0.4752066,0.5206612,0.5289256,0.53305787,0.5206612,0.5,0.5041322,0.5,0.6404959,0.6487603,0.6363636,0.61570245,0.59090906,0.5495868,0.5165289,0.4752066,0.4338843,0.34710744,0.30991736,0.30991736,0.5123967,0.59090906,0.40082645,0.37190083,0.33471075,0.35950413,0.42561984,0.5123967,0.6818182,0.6528926,0.47107437,0.5289256,0.553719,0.54545456,0.62396693,0.677686,0.75206614,0.8016529,0.8429752,0.8512397,0.8264463,0.8016529,0.74380165,0.661157,0.59504133,0.56198347,0.59090906,0.6198347,0.5785124,0.5371901,0.59504133,0.73966944,0.661157,0.4214876,0.3966942,0.35123968,0.35950413,0.27272728,0.3677686,0.5206612,0.27272728,0.28099173,0.3429752,0.43801653,0.446281,0.5,0.5371901,0.5371901,0.5289256,0.5206612,0.5289256,0.5247934,0.6694215,0.6818182,0.6694215,0.6487603,0.607438,0.553719,0.5206612,0.49173555,0.45454547,0.38842976,0.38016528,0.44214877,0.59090906,0.6694215,0.5661157,0.45041323,0.45041323,0.47933885,0.5206612,0.6446281,0.73966944,0.74793386,0.58264464,0.53305787,0.607438,0.6280992,0.6652893,0.6859504,0.75619835,0.8016529,0.8305785,0.8429752,0.822314,0.79752064,0.74380165,0.661157,0.60330576,0.58677685,0.6570248,0.661157,0.57438016,0.59917355,0.6652893,0.73140496,0.75206614,0.5289256,0.49173555,0.42975205,0.38842976,0.3677686,0.5371901,0.59090906,0.446281,0.3305785,0.29338843,0.39256197,0.45041323,0.4876033,0.5123967,0.5289256,0.5413223,0.5495868,0.5495868,0.54545456,0.69008267,0.7107438,0.71487606,0.70247936,0.6446281,0.58264464,0.57024795,0.57438016,0.5661157,0.5247934,0.4876033,0.5413223,0.607438,0.6446281,0.6404959,0.58264464,0.59917355,0.6198347,0.6652893,0.6942149,0.6735537,0.6818182,0.6735537,0.6322314,0.661157,0.677686,0.6942149,0.70247936,0.74380165,0.7933884,0.8140496,0.8429752,0.8305785,0.7933884,0.74793386,0.6735537,0.6280992,0.6198347,0.69008267,0.7066116,0.6735537,0.6652893,0.661157,0.677686,0.73140496,0.661157,0.59917355,0.5165289,0.45454547,0.5165289,0.61570245,0.607438,0.5206612,0.43801653,0.38016528,0.42561984,0.46694216,0.47933885,0.5041322,0.53305787,0.5661157,0.58264464,0.59504133,0.5785124,0.69008267,0.73140496,0.75206614,0.7355372,0.69008267,0.6570248,0.6818182,0.6859504,0.677686,0.6570248,0.59917355,0.60330576,0.6322314,0.6280992,0.62396693,0.6280992,0.6570248,0.6528926,0.6818182,0.7066116,0.6942149,0.71900827,0.72727275,0.69008267,0.7066116,0.7066116,0.71487606,0.73140496,0.75206614,0.78512394,0.8140496,0.8264463,0.8264463,0.78099173,0.7231405,0.6859504,0.6570248,0.6570248,0.6983471,0.71487606,0.71900827,0.71487606,0.6694215,0.6487603,0.677686,0.677686,0.6652893,0.61157024,0.59090906,0.57438016,0.59090906,0.59090906,0.54545456,0.5206612,0.49586776,0.5206612,0.53305787,0.5082645,0.5,0.553719,0.59917355,0.61157024,0.6198347,0.60330576,0.6859504,0.7355372,0.7644628,0.76859504,0.74380165,0.73966944,0.7644628,0.75619835,0.73966944,0.73140496,0.70247936,0.6983471,0.6983471,0.69008267,0.6735537,0.6652893,0.6735537,0.6735537,0.677686,0.6983471,0.71900827,0.74793386,0.73140496,0.71487606,0.72727275,0.7231405,0.72727275,0.73966944,0.74793386,0.78099173,0.80991733,0.80991733,0.7933884,0.76859504,0.71487606,0.6859504,0.677686,0.6818182,0.70247936,0.7107438,0.7231405,0.73140496,0.7107438,0.6735537,0.661157,0.6446281,0.6446281,0.6322314,0.6446281,0.6322314,0.6280992,0.6198347,0.6198347,0.61157024,0.607438,0.60330576,0.61570245,0.607438,0.57024795,0.57438016,0.6322314,0.6446281,0.6404959,0.62396693,0.6818182,0.73140496,0.76859504,0.78512394,0.78099173,0.78099173,0.7892562,0.78512394,0.76859504,0.78099173,0.7768595,0.76859504,0.75206614,0.74793386,0.7355372,0.73140496,0.73140496,0.73966944,0.75206614,0.76033056,0.76859504,0.7644628,0.74380165,0.73966944,0.7231405,0.73140496,0.73140496,0.7231405,0.74793386,0.7933884,0.8016529,0.80991733,0.7892562,0.76033056,0.71900827,0.6818182,0.6694215,0.677686,0.69008267,0.7066116,0.72727275,0.74380165,0.74380165,0.72727275,0.71900827,0.6983471,0.69008267,0.677686,0.6818182,0.6942149,0.6942149,0.69008267,0.70247936,0.69008267,0.6652893,0.6570248,0.661157,0.6735537,0.6528926,0.6280992,0.661157,0.6694215,0.6446281,0.62396693,0.6652893,0.71487606,0.76033056,0.78099173,0.79752064,0.79752064,0.80991733,0.8057851,0.8016529,0.7933884,0.8057851,0.7933884,0.78512394,0.78099173,0.78099173,0.78512394,0.7768595,0.78099173,0.7933884,0.7933884,0.79752064,0.7768595,0.75619835,0.75206614,0.72727275,0.7231405,0.7107438,0.7355372,0.73966944,0.7933884,0.8057851,0.8057851,0.8057851,0.78099173,0.72727275,0.677686,0.661157,0.661157,0.677686,0.7107438,0.73966944,0.7644628,0.77272725,0.76033056,0.75619835,0.75619835,0.75206614,0.74380165,0.73966944,0.74380165,0.74380165,0.74380165,0.75619835,0.73966944,0.7231405,0.7066116,0.70247936,0.7107438,0.71900827,0.7066116,0.69008267,0.6735537,0.6404959,0.62396693,0.6570248,0.7066116,0.74793386,0.7768595,0.7933884,0.80991733,0.80991733,0.822314,0.8140496,0.8140496,0.8140496,0.80991733,0.8057851,0.79752064,0.79752064,0.8057851,0.79752064,0.79752064,0.8057851,0.8016529,0.7933884,0.7768595,0.76033056,0.73966944,0.73966944,0.7107438,0.6942149,0.74380165,0.75619835,0.7892562,0.7933884,0.8057851,0.80991733,0.78099173,0.74793386,0.6859504,0.6528926,0.6528926,0.6818182,0.7066116,0.74380165,0.76859504,0.7768595,0.78099173,0.7768595,0.7768595,0.7768595,0.7768595,0.78099173,0.77272725,0.7768595,0.77272725,0.78512394,0.78099173,0.77272725,0.75206614,0.73966944,0.74793386,0.7644628,0.75206614,0.71900827,0.677686,0.6363636,0.60330576,0.6446281,0.6942149,0.73140496,0.7644628,0.7892562,0.8057851,0.822314,0.8181818,0.8264463,0.8181818,0.80991733,0.8181818,0.8264463,0.8057851,0.8016529,0.8140496,0.8140496,0.8140496,0.80991733,0.79752064,0.7933884,0.78512394,0.75619835,0.7355372,0.7355372,0.6983471,0.6818182,0.7355372,0.76033056,0.76859504,0.78512394,0.79752064,0.8016529,0.7892562,0.75619835,0.6983471,0.6404959,0.6363636,0.6735537,0.6983471,0.73966944,0.7768595,0.7892562,0.78099173,0.7933884,0.8016529,0.79752064,0.78099173,0.7892562,0.78512394,0.7892562,0.7933884,0.79752064,0.7933884,0.7933884,0.78512394,0.7768595,0.76859504,0.77272725,0.76033056,0.7231405,0.6859504,0.6280992,0.59504133,0.6198347,0.677686,0.71900827,0.74793386,0.78099173,0.7933884,0.80991733,0.822314,0.8140496,0.8057851,0.80991733,0.8181818,0.8264463,0.80991733,0.8140496,0.8140496,0.8140496,0.8181818,0.80991733,0.79752064,0.79752064,0.7892562,0.76033056,0.74380165,0.7231405,0.6735537,0.6735537,0.72727275,0.76859504,0.7644628,0.76859504,0.78512394,0.79752064,0.78512394,0.75206614,0.7066116,0.6322314,0.607438,0.661157,0.70247936,0.74793386,0.78099173,0.79752064,0.79752064,0.7933884,0.8016529,0.8140496,0.79752064,0.8016529,0.7933884,0.7892562,0.8016529,0.8016529,0.7933884,0.79752064,0.8057851,0.7892562,0.78512394,0.7644628,0.74380165,0.70247936,0.6570248,0.6198347,0.5785124,0.61157024,0.6528926,0.6942149,0.72727275,0.76033056,0.7892562,0.8057851,0.80991733,0.80991733,0.7933884,0.79752064,0.8057851,0.8181818,0.80991733,0.8140496,0.8140496,0.8140496,0.8181818,0.80991733,0.8016529,0.8016529,0.7892562,0.76859504,0.73140496,0.70247936,0.6570248,0.6735537,0.73140496,0.7768595,0.78099173,0.78099173,0.78099173,0.7892562,0.78099173,0.75619835,0.71900827,0.6363636,0.58264464,0.61157024,0.6818182,0.74793386,0.78099173,0.7933884,0.8140496,0.80991733,0.8016529,0.80991733,0.8057851,0.8140496,0.8016529,0.78512394,0.79752064,0.8057851,0.7933884,0.79752064,0.8016529,0.7892562,0.78512394,0.75206614,0.72727275,0.6818182,0.6322314,0.59917355,0.57024795,0.59504133,0.6487603,0.6818182,0.7107438,0.73966944,0.75619835,0.7768595,0.7892562,0.8016529,0.79752064,0.79752064,0.8057851,0.80991733,0.8181818,0.8140496,0.80991733,0.80991733,0.8140496,0.8057851,0.80991733,0.8016529,0.7892562,0.7644628,0.70247936,0.6818182,0.6404959,0.6818182,0.75619835,0.7892562,0.8057851,0.8057851,0.7933884,0.79752064,0.78512394,0.76859504,0.74380165,0.677686,0.58677685,0.57438016,0.6363636,0.73140496,0.78512394,0.7892562,0.80991733,0.79752064,0.8140496,0.8057851,0.8140496,0.80991733,0.8057851,0.7892562,0.7933884,0.8016529,0.7933884,0.79752064,0.7933884,0.7768595,0.7768595,0.74793386,0.7066116,0.6818182,0.62396693,0.58264464,0.55785125,0.58677685,0.6404959,0.677686,0.71900827,0.72727275,0.7355372,0.76033056,0.78099173,0.7933884,0.79752064,0.8057851,0.80991733,0.8057851,0.8140496,0.8181818,0.822314,0.8181818,0.8140496,0.8057851,0.8016529,0.8016529,0.78512394,0.74380165,0.677686,0.661157,0.6404959,0.6983471,0.74380165,0.78099173,0.79752064,0.8140496,0.8140496,0.8181818,0.8016529,0.78512394,0.74380165,0.6818182,0.60330576,0.57438016,0.60330576,0.7107438,0.7768595,0.78512394,0.8016529,0.7892562,0.8140496,0.8140496,0.8016529,0.8057851,0.80991733,0.7892562,0.7892562,0.7933884,0.7933884,0.7933884,0.7768595,0.75619835,0.75619835,0.73140496,0.69008267,0.661157,0.61570245,0.5661157,0.5371901,0.59504133,0.6322314,0.6694215,0.70247936,0.72727275,0.73966944,0.75619835,0.78512394,0.7892562,0.7933884,0.79752064,0.8016529,0.80991733,0.8140496,0.8264463,0.8347107,0.8264463,0.8140496,0.8140496,0.80991733,0.7933884,0.76033056,0.69008267,0.6652893,0.6487603,0.6322314,0.6570248,0.6652893,0.7107438,0.75206614,0.78099173,0.8057851,0.80991733,0.7892562,0.73966944,0.661157,0.607438,0.57438016,0.58264464,0.59090906,0.6570248,0.76033056,0.78099173,0.8140496,0.80991733,0.8181818,0.8181818,0.79752064,0.79752064,0.8057851,0.8016529,0.79752064,0.79752064,0.79752064,0.7892562,0.76859504,0.74793386,0.72727275,0.71900827,0.6818182,0.6363636,0.60330576,0.5495868,0.5247934,0.59917355,0.6404959,0.6735537,0.69008267,0.7231405,0.72727275,0.76033056,0.78512394,0.7933884,0.7933884,0.8016529,0.8057851,0.8181818,0.8181818,0.8305785,0.8264463,0.8181818,0.80991733,0.8181818,0.8140496,0.78512394,0.6983471,0.6528926,0.6528926,0.6487603,0.61570245,0.60330576,0.58264464,0.62396693,0.6818182,0.6942149,0.7355372,0.74793386,0.70247936,0.6280992,0.5661157,0.5371901,0.5247934,0.5495868,0.59917355,0.5785124,0.6983471,0.78099173,0.8181818,0.8016529,0.80991733,0.822314,0.8016529,0.80991733,0.8057851,0.8016529,0.8016529,0.8016529,0.7933884,0.78512394,0.76859504,0.74380165,0.72727275,0.71487606,0.6735537,0.6280992,0.59504133,0.5371901,0.5082645,0.59504133,0.6404959,0.6694215,0.6983471,0.71487606,0.7355372,0.76033056,0.78099173,0.7892562,0.7933884,0.7933884,0.8057851,0.8140496,0.8140496,0.822314,0.822314,0.822314,0.8140496,0.7933884,0.80991733,0.7644628,0.6570248,0.6487603,0.661157,0.6528926,0.59090906,0.5413223,0.5371901,0.57024795,0.59504133,0.58677685,0.607438,0.6363636,0.607438,0.5495868,0.5041322,0.47107437,0.5082645,0.53305787,0.58677685,0.54545456,0.661157,0.78099173,0.8057851,0.8140496,0.8181818,0.8140496,0.80991733,0.8057851,0.80991733,0.7933884,0.7933884,0.79752064,0.7892562,0.7768595,0.74793386,0.72727275,0.73140496,0.71900827,0.6694215,0.62396693,0.5785124,0.53305787,0.4876033,0.59090906,0.6363636,0.6528926,0.69008267,0.71900827,0.7355372,0.74380165,0.7644628,0.78099173,0.7933884,0.7933884,0.79752064,0.8057851,0.8140496,0.8140496,0.8140496,0.80991733,0.8181818,0.7933884,0.79752064,0.74380165,0.59504133,0.61157024,0.6280992,0.57438016,0.4338843,0.3264463,0.34710744,0.47107437,0.553719,0.5371901,0.5041322,0.5247934,0.53305787,0.47933885,0.38016528,0.29338843,0.4338843,0.54545456,0.57024795,0.5289256,0.60330576,0.77272725,0.8057851,0.8140496,0.80991733,0.8057851,0.8057851,0.8016529,0.8057851,0.79752064,0.7892562,0.7892562,0.78099173,0.76859504,0.75206614,0.71900827,0.7231405,0.70247936,0.661157,0.61157024,0.55785125,0.5289256,0.4752066,0.59090906,0.6198347,0.6487603,0.6694215,0.7107438,0.72727275,0.7355372,0.74793386,0.76859504,0.78099173,0.78099173,0.7892562,0.7892562,0.79752064,0.8016529,0.8057851,0.8016529,0.79752064,0.7933884,0.7892562,0.73966944,0.54545456,0.5289256,0.5661157,0.4214876,0.24793388,0.16528925,0.16115703,0.27272728,0.45041323,0.5123967,0.47107437,0.46280992,0.446281,0.33471075,0.21487603,0.14876033,0.28512397,0.53305787,0.56198347,0.48347107,0.56198347,0.75619835,0.79752064,0.80991733,0.79752064,0.80991733,0.80991733,0.80991733,0.8016529,0.79752064,0.7933884,0.7892562,0.77272725,0.75619835,0.7355372,0.71487606,0.6983471,0.677686,0.6570248,0.59917355,0.5661157,0.5289256,0.4752066,0.58264464,0.607438,0.6487603,0.661157,0.6942149,0.71487606,0.7231405,0.7355372,0.76033056,0.7644628,0.76859504,0.7768595,0.77272725,0.78512394,0.7933884,0.7933884,0.7933884,0.79752064,0.7892562,0.78512394,0.75206614,0.53305787,0.47933885,0.5206612,0.5,0.41322315,0.3181818,0.27272728,0.28512397,0.35123968,0.446281,0.44214877,0.41735536,0.38429752,0.33471075,0.27272728,0.30578512,0.3553719,0.49586776,0.5082645,0.4214876,0.5495868,0.76033056,0.8057851,0.79752064,0.79752064,0.79752064,0.8016529,0.8016529,0.7933884,0.7892562,0.78099173,0.75619835,0.75206614,0.73966944,0.71900827,0.6983471,0.6859504,0.661157,0.6363636,0.58677685,0.553719,0.5247934,0.49173555,0.58264464,0.59917355,0.6404959,0.6487603,0.6735537,0.6942149,0.71487606,0.72727275,0.73966944,0.74380165,0.75619835,0.76033056,0.75206614,0.77272725,0.78512394,0.78099173,0.78512394,0.7933884,0.79752064,0.8057851,0.7768595,0.61157024,0.43801653,0.49586776,0.56198347,0.57438016,0.55785125,0.48347107,0.43801653,0.41322315,0.4214876,0.42561984,0.42975205,0.46280992,0.4876033,0.47933885,0.5289256,0.54545456,0.4876033,0.43801653,0.41735536,0.57024795,0.73966944,0.8016529,0.7892562,0.7892562,0.79752064,0.79752064,0.79752064,0.78512394,0.7768595,0.77272725,0.73140496,0.7107438,0.72727275,0.70247936,0.6859504,0.6694215,0.6487603,0.62396693,0.59090906,0.5413223,0.5289256,0.49173555,0.59090906,0.59090906,0.61570245,0.6322314,0.6528926,0.677686,0.6983471,0.71487606,0.71487606,0.72727275,0.73966944,0.75619835,0.7644628,0.76033056,0.77272725,0.77272725,0.78512394,0.79752064,0.78512394,0.79752064,0.7892562,0.7644628,0.553719,0.446281,0.46280992,0.48347107,0.5123967,0.54545456,0.56198347,0.5413223,0.5082645,0.49586776,0.5082645,0.54545456,0.553719,0.55785125,0.5495868,0.5495868,0.4876033,0.46694216,0.5247934,0.6404959,0.7231405,0.78099173,0.7768595,0.78099173,0.7933884,0.7892562,0.7933884,0.78099173,0.76859504,0.75206614,0.72727275,0.7107438,0.7107438,0.6942149,0.661157,0.6694215,0.61157024,0.60330576,0.58677685,0.5206612,0.5289256,0.4876033,0.5785124,0.58264464,0.59917355,0.6280992,0.6404959,0.661157,0.6818182,0.70247936,0.7107438,0.7066116,0.7231405,0.74793386,0.75619835,0.74793386,0.76033056,0.77272725,0.7768595,0.78512394,0.7768595,0.7768595,0.78512394,0.78512394,0.74793386,0.6652893,0.62396693,0.59917355,0.58677685,0.6198347,0.6404959,0.6322314,0.57438016,0.55785125,0.55785125,0.5785124,0.57438016,0.5785124,0.553719,0.57024795,0.5785124,0.61157024,0.6487603,0.677686,0.6818182,0.75206614,0.7644628,0.7768595,0.78512394,0.7768595,0.78099173,0.7768595,0.75619835,0.74793386,0.71900827,0.69008267,0.661157,0.677686,0.661157,0.6363636,0.61157024,0.607438,0.57024795,0.53305787,0.5165289,0.5,0.5661157,0.58264464,0.59090906,0.607438,0.6198347,0.6322314,0.661157,0.69008267,0.7066116,0.6983471,0.6859504,0.7107438,0.73966944,0.74380165,0.76033056,0.7644628,0.74793386,0.75619835,0.76033056,0.75619835,0.74793386,0.73966944,0.73140496,0.73140496,0.73140496,0.6983471,0.677686,0.677686,0.6859504,0.6652893,0.60330576,0.58264464,0.59504133,0.60330576,0.59090906,0.607438,0.60330576,0.6322314,0.6404959,0.6735537,0.677686,0.6735537,0.661157,0.7231405,0.74793386,0.76033056,0.76859504,0.76859504,0.76859504,0.7644628,0.74793386,0.7355372,0.7107438,0.6818182,0.6528926,0.6446281,0.6363636,0.6198347,0.58264464,0.58264464,0.56198347,0.5165289,0.5206612,0.5082645,0.5661157,0.57438016,0.58677685,0.61157024,0.62396693,0.6280992,0.6446281,0.677686,0.69008267,0.69008267,0.6528926,0.6735537,0.71900827,0.72727275,0.73966944,0.74380165,0.70247936,0.7107438,0.7231405,0.73140496,0.71487606,0.70247936,0.69008267,0.6983471,0.71900827,0.71487606,0.70247936,0.7107438,0.70247936,0.677686,0.6280992,0.61570245,0.6280992,0.6363636,0.6198347,0.61157024,0.6322314,0.6322314,0.6322314,0.6446281,0.6528926,0.6570248,0.6570248,0.6942149,0.71900827,0.72727275,0.73966944,0.74793386,0.75619835,0.74793386,0.7355372,0.71487606,0.70247936,0.6818182,0.661157,0.6322314,0.6198347,0.6280992,0.58677685,0.57438016,0.5495868,0.5206612,0.5165289,0.5,0.5661157,0.57024795,0.57438016,0.59917355,0.6198347,0.6198347,0.6280992,0.6528926,0.6735537,0.6694215,0.6487603,0.6652893,0.6859504,0.677686,0.69008267,0.69008267,0.6528926,0.6528926,0.6694215,0.677686,0.6818182,0.6818182,0.6652893,0.677686,0.6942149,0.6983471,0.7066116,0.6942149,0.6818182,0.6694215,0.6528926,0.6363636,0.6446281,0.6487603,0.6487603,0.61157024,0.61570245,0.6198347,0.61570245,0.62396693,0.61570245,0.6322314,0.6322314,0.6570248,0.6735537,0.6735537,0.69008267,0.71487606,0.72727275,0.73140496,0.71900827,0.6983471,0.6859504,0.6694215,0.6487603,0.6280992,0.6280992,0.62396693,0.58677685,0.55785125,0.5289256,0.53305787,0.5165289,0.49173555,0.55785125,0.55785125,0.5495868,0.59504133,0.59917355,0.59917355,0.607438,0.6198347,0.6404959,0.6280992,0.6280992,0.6322314,0.6446281,0.607438,0.61570245,0.61157024,0.5785124,0.58264464,0.60330576,0.6404959,0.62396693,0.6404959,0.6322314,0.6404959,0.661157,0.6694215,0.6859504,0.69008267,0.69008267,0.6652893,0.6942149,0.6652893,0.661157,0.6694215,0.6652893,0.6528926,0.6322314,0.62396693,0.59917355,0.61157024,0.59504133,0.60330576,0.59504133,0.59917355,0.6280992,0.6280992,0.6487603,0.6818182,0.6942149,0.7066116,0.6942149,0.6735537,0.6570248,0.6487603,0.6322314,0.6198347,0.6198347,0.61157024,0.5785124,0.54545456,0.5247934,0.5165289,0.5123967,0.47107437,0.54545456,0.5495868,0.5413223,0.57024795,0.59090906,0.60330576,0.60330576,0.60330576,0.607438,0.59504133,0.58264464,0.57438016,0.5785124,0.5413223,0.5371901,0.5082645,0.5082645,0.5,0.5413223,0.58264464,0.58264464,0.60330576,0.62396693,0.6280992,0.6322314,0.6487603,0.6694215,0.6983471,0.71900827,0.74793386,0.74380165,0.74793386,0.72727275,0.73140496,0.677686,0.677686,0.6322314,0.61570245,0.59504133,0.58264464,0.5785124,0.57438016,0.553719,0.5371901,0.55785125,0.57438016,0.59917355,0.6322314,0.6570248,0.6652893,0.6570248,0.6528926,0.6322314,0.6198347,0.61157024,0.607438,0.59504133,0.59504133,0.57024795,0.54545456,0.5247934,0.5082645,0.5041322,0.45867768,0.5413223,0.56198347,0.553719,0.5661157,0.58264464,0.59504133,0.59504133,0.58264464,0.5785124,0.57024795,0.5289256,0.5247934,0.5,0.47933885,0.46694216,0.42561984,0.42561984,0.4214876,0.46694216,0.5,0.5289256,0.56198347,0.59504133,0.61570245,0.62396693,0.6570248,0.69008267,0.6859504,0.71900827,0.76033056,0.78512394,0.7768595,0.78099173,0.71900827,0.6859504,0.661157,0.61570245,0.607438,0.59504133,0.56198347,0.553719,0.5495868,0.5165289,0.49173555,0.48347107,0.5,0.53305787,0.57024795,0.60330576,0.6198347,0.62396693,0.62396693,0.61157024,0.59917355,0.59917355,0.59090906,0.5785124,0.58264464,0.55785125,0.5371901,0.5206612,0.5082645,0.4876033,0.446281,0.5247934,0.56198347,0.5661157,0.57024795,0.58264464,0.5785124,0.5661157,0.58264464,0.58264464,0.5495868,0.4752066,0.48347107,0.46280992,0.446281,0.41322315,0.36363637,0.33471075,0.34710744,0.38429752,0.41322315,0.446281,0.49173555,0.5247934,0.553719,0.57438016,0.59504133,0.6322314,0.6446281,0.6528926,0.677686,0.75619835,0.76859504,0.72727275,0.6487603,0.607438,0.607438,0.59090906,0.5661157,0.55785125,0.54545456,0.5289256,0.5082645,0.48347107,0.45041323,0.41735536,0.41735536,0.45454547,0.5041322,0.5495868,0.57438016,0.5785124,0.58264464,0.5785124,0.56198347,0.58677685,0.57438016,0.57024795,0.56198347,0.54545456,0.5206612,0.5041322,0.49586776,0.47107437,0.42561984,0.5041322,0.5413223,0.56198347,0.57438016,0.58264464,0.58264464,0.5785124,0.5661157,0.5785124,0.55785125,0.48347107,0.4876033,0.49586776,0.47933885,0.44214877,0.3966942,0.3429752,0.33471075,0.32231405,0.338843,0.35123968,0.37603307,0.40495867,0.42975205,0.446281,0.46280992,0.47933885,0.49173555,0.5206612,0.5413223,0.6198347,0.6446281,0.5785124,0.4876033,0.47107437,0.45454547,0.47107437,0.43801653,0.4338843,0.42561984,0.4338843,0.42561984,0.40495867,0.37603307,0.35123968,0.34710744,0.38842976,0.45867768,0.5123967,0.53305787,0.5371901,0.5289256,0.5495868,0.56198347,0.5661157,0.5661157,0.5785124,0.55785125,0.53305787,0.49586776,0.4876033,0.48347107,0.45454547,0.4090909,0.4876033,0.5206612,0.5495868,0.57024795,0.56198347,0.58677685,0.58677685,0.57024795,0.5785124,0.59090906,0.5289256,0.5413223,0.5413223,0.5371901,0.5082645,0.5289256,0.49173555,0.45867768,0.4338843,0.43801653,0.42561984,0.41322315,0.42561984,0.42975205,0.44214877,0.44214877,0.446281,0.44214877,0.44214877,0.45041323,0.46280992,0.46694216,0.47107437,0.4338843,0.41735536,0.42561984,0.41322315,0.4090909,0.38842976,0.36363637,0.33471075,0.3429752,0.3429752,0.3553719,0.3677686,0.37190083,0.3677686,0.42561984,0.4752066,0.5082645,0.5082645,0.5082645,0.553719,0.5661157,0.5495868,0.5495868,0.5661157,0.5495868,0.5082645,0.49173555,0.48347107,0.46280992,0.4338843,0.38429752,0.446281,0.5,0.5289256,0.5413223,0.553719,0.57438016,0.59090906,0.57024795,0.58677685,0.6280992,0.61570245,0.58264464,0.59090906,0.5785124,0.57024795,0.59090906,0.57438016,0.56198347,0.57024795,0.59917355,0.58677685,0.5661157,0.57438016,0.57438016,0.55785125,0.5661157,0.5785124,0.5785124,0.58264464,0.5661157,0.5206612,0.53305787,0.5495868,0.5413223,0.5495868,0.5661157,0.54545456,0.5289256,0.48347107,0.46280992,0.45041323,0.45867768,0.48347107,0.5082645,0.49586776,0.5165289,0.4876033,0.45454547,0.4752066,0.5123967,0.5123967,0.5371901,0.5785124,0.5661157,0.5413223,0.5371901,0.54545456,0.5206612,0.49586776,0.4876033,0.47107437,0.43801653,0.40495867,0.34710744,0.40495867,0.47933885,0.5165289,0.5247934,0.5413223,0.56198347,0.57024795,0.57438016,0.58677685,0.6198347,0.6652893,0.6363636,0.62396693,0.6322314,0.6363636,0.661157,0.6404959,0.6404959,0.6322314,0.6363636,0.6446281,0.6487603,0.6528926,0.6487603,0.6363636,0.6487603,0.6528926,0.6818182,0.6983471,0.7066116,0.70247936,0.6983471,0.6818182,0.6446281,0.6280992,0.61157024,0.59090906,0.553719,0.5413223,0.5371901,0.55785125,0.5495868,0.55785125,0.5785124,0.58677685,0.59090906,0.59090906,0.54545456,0.5289256,0.55785125,0.553719,0.58264464,0.60330576,0.5661157,0.5413223,0.53305787,0.5247934,0.49586776,0.4876033,0.47107437,0.45454547,0.41735536,0.37603307,0.3140496,0.35950413,0.446281,0.49173555,0.5165289,0.5371901,0.5495868,0.553719,0.56198347,0.57438016,0.60330576,0.62396693,0.6280992,0.6280992,0.6446281,0.677686,0.7066116,0.70247936,0.6942149,0.6570248,0.6280992,0.6322314,0.6570248,0.6694215,0.6735537,0.6694215,0.677686,0.661157,0.661157,0.6570248,0.6652893,0.677686,0.6818182,0.6694215,0.6652893,0.661157,0.6446281,0.6487603,0.6280992,0.61157024,0.59090906,0.58264464,0.5785124,0.5661157,0.5785124,0.61157024,0.6487603,0.6652893,0.6322314,0.607438,0.60330576,0.58677685,0.6322314,0.60330576,0.553719,0.5371901,0.53305787,0.5082645,0.45454547,0.47107437,0.45867768,0.43801653,0.38842976,0.34710744,0.29338843,0.3264463,0.40495867,0.45867768,0.49173555,0.5289256,0.5495868,0.5495868,0.553719,0.57024795,0.58264464,0.59917355,0.6363636,0.62396693,0.6363636,0.677686,0.6983471,0.7066116,0.7107438,0.6652893,0.6198347,0.60330576,0.62396693,0.6363636,0.6363636,0.6322314,0.6446281,0.6446281,0.6198347,0.6280992,0.6404959,0.6322314,0.6198347,0.61570245,0.6198347,0.6404959,0.6280992,0.6198347,0.61570245,0.607438,0.58677685,0.5785124,0.58677685,0.58264464,0.59090906,0.6322314,0.6652893,0.6859504,0.6735537,0.6404959,0.61157024,0.59504133,0.62396693,0.59090906,0.5371901,0.5206612,0.5123967,0.49173555,0.44214877,0.45041323,0.44214877,0.41735536,0.36363637,0.30991736,0.28512397,0.29752067,0.35123968,0.41735536,0.45454547,0.5,0.5289256,0.5371901,0.5413223,0.54545456,0.57024795,0.56198347,0.60330576,0.6280992,0.61570245,0.62396693,0.6446281,0.6652893,0.6859504,0.661157,0.607438,0.58677685,0.59917355,0.59917355,0.59090906,0.59090906,0.59090906,0.59504133,0.59090906,0.58677685,0.58677685,0.59090906,0.58264464,0.56198347,0.55785125,0.5661157,0.57024795,0.57438016,0.58264464,0.5785124,0.57438016,0.5661157,0.57438016,0.58677685,0.59917355,0.6363636,0.6694215,0.677686,0.661157,0.6280992,0.61570245,0.59504133,0.58264464,0.57024795,0.5247934,0.5041322,0.49173555,0.47933885,0.45041323,0.4338843,0.41735536,0.38842976,0.33471075,0.28099173,0.28099173,0.28099173,0.30991736,0.37603307,0.41735536,0.46280992,0.5082645,0.5165289,0.5206612,0.5247934,0.5371901,0.5495868,0.57024795,0.61157024,0.62396693,0.607438,0.607438,0.6322314,0.6570248,0.6404959,0.60330576,0.58264464,0.5785124,0.58264464,0.5785124,0.57024795,0.57024795,0.55785125,0.54545456,0.53305787,0.5206612,0.53305787,0.5495868,0.5413223,0.53305787,0.5371901,0.5371901,0.5495868,0.56198347,0.55785125,0.56198347,0.553719,0.57438016,0.59090906,0.60330576,0.62396693,0.6363636,0.6280992,0.61570245,0.6198347,0.607438,0.56198347,0.5413223,0.5289256,0.5082645,0.4876033,0.4752066,0.47107437,0.446281,0.4214876,0.3966942,0.35123968,0.30165288,0.2768595,0.28512397,0.28512397,0.28512397,0.32231405,0.38429752,0.42561984,0.47933885,0.49173555,0.5041322,0.5041322,0.5165289,0.5371901,0.553719,0.58264464,0.61157024,0.61157024,0.59504133,0.59917355,0.6322314,0.6322314,0.60330576,0.5785124,0.55785125,0.553719,0.553719,0.55785125,0.553719,0.56198347,0.5661157,0.59090906,0.57438016,0.5661157,0.57024795,0.56198347,0.55785125,0.54545456,0.54545456,0.553719,0.55785125,0.553719,0.55785125,0.553719,0.57024795,0.5785124,0.58677685,0.59917355,0.59504133,0.59090906,0.56198347,0.55785125,0.55785125,0.5495868,0.5371901,0.5,0.48347107,0.45867768,0.45041323,0.45041323,0.4338843,0.40495867,0.36363637,0.30991736,0.2768595,0.2768595,0.2892562,0.2892562,0.28099173,0.2892562,0.33471075,0.39256197,0.44214877,0.46280992,0.48347107,0.5,0.5041322,0.5206612,0.5289256,0.55785125,0.59090906,0.61570245,0.6322314,0.61570245,0.61570245,0.62396693,0.60330576,0.5661157,0.553719,0.5661157,0.59090906,0.607438,0.6528926,0.6694215,0.6942149,0.73140496,0.73140496,0.71900827,0.7066116,0.6652893,0.6446281,0.61570245,0.58677685,0.55785125,0.5413223,0.53305787,0.5413223,0.5413223,0.5495868,0.55785125,0.5785124,0.59504133,0.57438016,0.58677685,0.5661157,0.54545456,0.54545456,0.5289256,0.5206612,0.47933885,0.47107437,0.46280992,0.43801653,0.4214876,0.40495867,0.37603307,0.32231405,0.28099173,0.2644628,0.28099173,0.2892562,0.2892562,0.29752067,0.2768595,0.30165288,0.338843,0.3966942,0.42561984,0.45454547,0.48347107,0.49586776,0.5123967,0.5165289,0.5413223,0.5785124,0.61157024,0.62396693,0.62396693,0.6280992,0.61570245,0.61157024,0.59504133,0.5495868,0.56198347,0.58677685,0.6363636,0.6363636,0.6570248,0.6859504,0.73140496,0.74793386,0.75206614,0.73140496,0.677686,0.661157,0.6446281,0.60330576,0.56198347,0.53305787,0.5289256,0.5247934,0.5247934,0.53305787,0.5413223,0.5785124,0.5785124,0.57438016,0.56198347,0.5413223,0.5495868,0.5247934,0.5082645,0.47933885,0.45867768,0.45041323,0.43801653,0.4214876,0.3966942,0.38016528,0.338843,0.28512397,0.2644628,0.27272728,0.2768595,0.2892562,0.28512397,0.29752067,0.2520661,0.34710744,0.3140496,0.338843,0.38429752,0.4338843,0.45454547,0.47933885,0.49586776,0.5041322,0.53305787,0.5785124,0.60330576,0.61157024,0.61570245,0.62396693,0.6280992,0.6198347,0.6363636,0.6198347,0.60330576,0.607438,0.62396693,0.61570245,0.6198347,0.6322314,0.6528926,0.6694215,0.7107438,0.6942149,0.6446281,0.6280992,0.62396693,0.60330576,0.55785125,0.5413223,0.553719,0.5413223,0.5371901,0.553719,0.5661157,0.59504133,0.58264464,0.58264464,0.5661157,0.5289256,0.5413223,0.5247934,0.5123967,0.46280992,0.45454547,0.42975205,0.41735536,0.41322315,0.37603307,0.3264463,0.2768595,0.27272728,0.27272728,0.27272728,0.28099173,0.28512397,0.28512397,0.2892562,0.23966943,0.37603307,0.38016528,0.2892562,0.3305785,0.40082645,0.42561984,0.446281,0.47107437,0.48347107,0.5082645,0.5413223,0.56198347,0.5661157,0.59504133,0.607438,0.61570245,0.62396693,0.6487603,0.6280992,0.59917355,0.61157024,0.6198347,0.62396693,0.58677685,0.59504133,0.6198347,0.6280992,0.6570248,0.6570248,0.6198347,0.60330576,0.59917355,0.58677685,0.55785125,0.57024795,0.59504133,0.58264464,0.57438016,0.59504133,0.59917355,0.60330576,0.5785124,0.5495868,0.5495868,0.5289256,0.5247934,0.5123967,0.5041322,0.46694216,0.45041323,0.42561984,0.3966942,0.3677686,0.3264463,0.2768595,0.26859504,0.26859504,0.2768595,0.27272728,0.28512397,0.28099173,0.26859504,0.29338843,0.23140496,0.37603307,0.43801653,0.30165288,0.28099173,0.3429752,0.38016528,0.40495867,0.4214876,0.45454547,0.47933885,0.5,0.5206612,0.5289256,0.5661157,0.59090906,0.61570245,0.62396693,0.6446281,0.61570245,0.58264464,0.58264464,0.61570245,0.59504133,0.5785124,0.5785124,0.5785124,0.60330576,0.60330576,0.60330576,0.5785124,0.5661157,0.56198347,0.553719,0.553719,0.59090906,0.607438,0.59917355,0.59917355,0.61570245,0.61157024,0.59504133,0.553719,0.53305787,0.5371901,0.5082645,0.4876033,0.49173555,0.46280992,0.42561984,0.42561984,0.3966942,0.35950413,0.30991736,0.2768595,0.2768595,0.27272728,0.2644628,0.2768595,0.2768595,0.28512397,0.27272728,0.26859504,0.29752067,0.21900827,0.38016528,0.446281,0.35123968,0.27272728,0.29338843,0.3264463,0.3553719,0.38016528,0.4090909,0.4338843,0.45454547,0.48347107,0.5,0.5371901,0.57024795,0.59917355,0.59917355,0.62396693,0.61570245,0.59504133,0.56198347,0.57438016,0.57438016,0.56198347,0.553719,0.5495868,0.56198347,0.54545456,0.5413223,0.5413223,0.5413223,0.5371901,0.5413223,0.56198347,0.59090906,0.59917355,0.59504133,0.59090906,0.60330576,0.59917355,0.5661157,0.53305787,0.5165289,0.5041322,0.48347107,0.46280992,0.45041323,0.41322315,0.38842976,0.37603307,0.35123968,0.30991736,0.2603306,0.27272728,0.2892562,0.2644628,0.26859504,0.25619835,0.27272728,0.27272728,0.26859504,0.2768595,0.28099173,0.2231405,0.38429752,0.45867768,0.38429752,0.2892562,0.2644628,0.29338843,0.30991736,0.338843,0.35950413,0.37603307,0.3966942,0.4338843,0.45454547,0.5,0.54545456,0.57024795,0.57024795,0.59504133,0.59504133,0.58677685,0.5661157,0.53305787,0.55785125,0.54545456,0.5289256,0.5206612,0.5165289,0.5082645,0.5041322,0.5041322,0.5,0.5165289,0.53305787,0.54545456,0.5785124,0.57438016,0.5661157,0.56198347,0.5661157,0.56198347,0.5371901,0.5082645,0.4876033,0.47107437,0.4338843,0.41322315,0.3966942,0.37190083,0.3429752,0.32231405,0.29338843,0.2644628,0.2520661,0.28099173,0.28512397,0.2603306,0.25619835,0.26859504,0.27272728,0.2768595,0.26859504,0.28512397,0.28512397,0.21900827,0.37603307,0.45454547,0.3966942,0.32231405,0.2603306,0.26859504,0.2768595,0.2892562,0.3181818,0.32231405,0.3264463,0.35123968,0.38842976,0.43801653,0.4876033,0.5206612,0.5371901,0.553719,0.553719,0.56198347,0.5371901,0.53305787,0.5123967,0.5123967,0.5041322,0.5,0.49586776,0.5,0.4876033,0.46694216,0.47933885,0.48347107,0.4876033,0.5165289,0.5371901,0.5371901,0.53305787,0.5247934,0.5371901,0.5289256,0.49586776,0.4752066,0.45454547,0.41322315,0.37603307,0.34710744,0.3305785,0.3140496,0.29338843,0.27272728,0.24380165,0.23966943,0.2603306,0.30165288,0.2768595,0.25619835,0.2603306,0.27272728,0.25619835,0.2892562,0.2644628,0.27272728,0.30578512,0.14876033,0.34710744,0.47107437,0.40082645,0.34710744,0.28512397,0.2603306,0.2644628,0.26859504,0.2768595,0.28099173,0.28512397,0.2892562,0.30578512,0.35123968,0.40495867,0.44214877,0.48347107,0.49173555,0.5123967,0.5289256,0.49173555,0.5041322,0.47933885,0.4752066,0.4338843,0.46280992,0.4752066,0.45867768,0.45454547,0.44214877,0.44214877,0.44214877,0.45041323,0.48347107,0.4876033,0.49173555,0.4876033,0.4876033,0.4876033,0.48347107,0.4338843,0.4214876,0.40495867,0.338843,0.30991736,0.27272728,0.26859504,0.2603306,0.24380165,0.22727273,0.22727273,0.24793388,0.2768595,0.3140496,0.26859504,0.24793388,0.25619835,0.2644628,0.2520661,0.2768595,0.28512397,22 +0.73966944,0.74793386,0.76033056,0.76859504,0.7768595,0.78512394,0.7933884,0.8140496,0.8181818,0.8181818,0.8181818,0.822314,0.8264463,0.8305785,0.8347107,0.8429752,0.838843,0.8429752,0.8471074,0.8471074,0.8471074,0.8429752,0.8471074,0.8471074,0.8512397,0.8512397,0.8512397,0.8471074,0.8429752,0.838843,0.8347107,0.8305785,0.822314,0.822314,0.822314,0.8264463,0.8264463,0.822314,0.822314,0.8264463,0.8181818,0.80991733,0.8057851,0.7892562,0.78512394,0.78512394,0.77272725,0.7644628,0.75619835,0.74793386,0.73140496,0.7107438,0.7107438,0.6818182,0.6570248,0.6487603,0.607438,0.553719,0.5082645,0.38429752,0.08264463,0.2107438,0.28512397,0.30578512,0.74380165,0.74380165,0.76033056,0.7644628,0.7768595,0.78512394,0.7933884,0.8016529,0.80991733,0.8140496,0.8181818,0.822314,0.8264463,0.8347107,0.838843,0.8429752,0.838843,0.8429752,0.8429752,0.8429752,0.8429752,0.8471074,0.8471074,0.8471074,0.8512397,0.8512397,0.8512397,0.8471074,0.838843,0.838843,0.8347107,0.8305785,0.822314,0.8181818,0.8181818,0.822314,0.8264463,0.8264463,0.8264463,0.8305785,0.822314,0.8057851,0.7933884,0.7933884,0.79752064,0.7892562,0.77272725,0.76859504,0.75619835,0.74793386,0.72727275,0.71900827,0.7107438,0.6942149,0.6694215,0.6528926,0.61570245,0.55785125,0.5123967,0.47107437,0.09090909,0.16115703,0.27272728,0.2644628,0.72727275,0.7355372,0.74793386,0.75619835,0.7768595,0.78512394,0.7892562,0.7933884,0.8016529,0.80991733,0.822314,0.8264463,0.8264463,0.8347107,0.838843,0.8429752,0.8429752,0.838843,0.8471074,0.8512397,0.8471074,0.8512397,0.8471074,0.8471074,0.8471074,0.8512397,0.8512397,0.8512397,0.838843,0.8305785,0.8305785,0.8305785,0.822314,0.822314,0.822314,0.822314,0.8264463,0.8264463,0.8264463,0.8264463,0.8181818,0.7933884,0.78099173,0.7933884,0.79752064,0.8016529,0.78099173,0.7768595,0.7644628,0.75206614,0.74380165,0.7355372,0.71487606,0.70247936,0.6735537,0.661157,0.6322314,0.5661157,0.5206612,0.5,0.17768595,0.16115703,0.2520661,0.21900827,0.71900827,0.73966944,0.74380165,0.75619835,0.7768595,0.7768595,0.78512394,0.7892562,0.79752064,0.8057851,0.8181818,0.8264463,0.8264463,0.8305785,0.8347107,0.8429752,0.838843,0.8429752,0.8471074,0.8471074,0.8512397,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.8512397,0.8512397,0.8429752,0.8305785,0.822314,0.822314,0.8264463,0.8305785,0.822314,0.8264463,0.8264463,0.8264463,0.822314,0.822314,0.8057851,0.8016529,0.7933884,0.7933884,0.80991733,0.8057851,0.79752064,0.78512394,0.77272725,0.7644628,0.74793386,0.74793386,0.71487606,0.6983471,0.6859504,0.661157,0.6404959,0.5785124,0.5289256,0.5,0.25619835,0.11983471,0.21900827,0.20661157,0.7355372,0.73966944,0.74380165,0.75619835,0.7644628,0.76859504,0.77272725,0.78512394,0.7933884,0.8057851,0.8181818,0.822314,0.8264463,0.8305785,0.8305785,0.838843,0.838843,0.8471074,0.8471074,0.8471074,0.8429752,0.8471074,0.8471074,0.8429752,0.8471074,0.8429752,0.8429752,0.8471074,0.838843,0.8305785,0.8264463,0.8140496,0.822314,0.8264463,0.822314,0.822314,0.822314,0.8181818,0.822314,0.8181818,0.80991733,0.80991733,0.8181818,0.80991733,0.822314,0.8140496,0.8140496,0.7933884,0.78512394,0.76859504,0.7644628,0.74793386,0.72727275,0.7066116,0.6942149,0.661157,0.6404959,0.58677685,0.5289256,0.49173555,0.30165288,0.09504132,0.20661157,0.16528925,0.73966944,0.74380165,0.74793386,0.75206614,0.76033056,0.76033056,0.76033056,0.7768595,0.7892562,0.8057851,0.8140496,0.822314,0.8264463,0.8264463,0.8305785,0.8305785,0.8347107,0.838843,0.838843,0.8429752,0.8429752,0.8471074,0.8429752,0.838843,0.8429752,0.8347107,0.8305785,0.8305785,0.8264463,0.822314,0.822314,0.8016529,0.80991733,0.822314,0.8057851,0.8016529,0.8140496,0.80991733,0.80991733,0.8057851,0.8140496,0.80991733,0.8140496,0.80991733,0.8181818,0.8140496,0.8057851,0.8016529,0.7892562,0.7768595,0.76033056,0.74793386,0.72727275,0.7107438,0.6942149,0.6652893,0.6404959,0.58677685,0.5289256,0.49173555,0.3553719,0.11570248,0.17768595,0.14049587,0.7355372,0.74793386,0.74793386,0.75619835,0.76033056,0.76033056,0.75619835,0.76859504,0.78099173,0.79752064,0.8057851,0.8140496,0.822314,0.822314,0.822314,0.8264463,0.8305785,0.8347107,0.838843,0.8429752,0.8429752,0.8429752,0.8347107,0.8305785,0.8305785,0.8264463,0.8181818,0.8140496,0.8140496,0.8140496,0.80991733,0.8057851,0.8140496,0.8140496,0.79752064,0.78512394,0.8016529,0.79752064,0.8016529,0.8016529,0.8016529,0.79752064,0.7933884,0.7933884,0.7933884,0.7933884,0.7892562,0.7892562,0.78099173,0.7644628,0.75206614,0.74380165,0.73140496,0.7107438,0.6859504,0.6652893,0.6446281,0.59504133,0.53305787,0.5,0.37603307,0.1322314,0.14049587,0.12396694,0.73140496,0.74793386,0.74793386,0.73966944,0.75206614,0.75619835,0.76033056,0.77272725,0.7768595,0.78512394,0.79752064,0.79752064,0.8016529,0.8016529,0.8057851,0.79752064,0.8016529,0.8140496,0.8264463,0.8264463,0.8264463,0.822314,0.822314,0.8181818,0.80991733,0.8057851,0.8016529,0.8016529,0.8016529,0.7933884,0.7933884,0.7933884,0.8057851,0.8057851,0.78099173,0.78099173,0.7933884,0.78512394,0.7892562,0.79752064,0.7768595,0.7768595,0.76033056,0.75619835,0.73966944,0.73140496,0.73966944,0.75619835,0.75206614,0.73966944,0.7231405,0.72727275,0.71487606,0.6983471,0.677686,0.661157,0.6528926,0.607438,0.5371901,0.5123967,0.40495867,0.16528925,0.11570248,0.12396694,0.74380165,0.75206614,0.75619835,0.74793386,0.73966944,0.75206614,0.7644628,0.76859504,0.76859504,0.76033056,0.7644628,0.7644628,0.76033056,0.76033056,0.7644628,0.7355372,0.72727275,0.7231405,0.74380165,0.74380165,0.73966944,0.75206614,0.76859504,0.76859504,0.76859504,0.77272725,0.7768595,0.77272725,0.76859504,0.7644628,0.7644628,0.7768595,0.7933884,0.7933884,0.78099173,0.76859504,0.76859504,0.7644628,0.75619835,0.75619835,0.73140496,0.7231405,0.70247936,0.677686,0.6363636,0.607438,0.60330576,0.6198347,0.6322314,0.62396693,0.61570245,0.6363636,0.6404959,0.6404959,0.6322314,0.6363636,0.6404959,0.61570245,0.5495868,0.5165289,0.42975205,0.19008264,0.09917355,0.11983471,0.74380165,0.74793386,0.74380165,0.74380165,0.73966944,0.72727275,0.7231405,0.71900827,0.7107438,0.6942149,0.6942149,0.6983471,0.6983471,0.6983471,0.69008267,0.6570248,0.6280992,0.61570245,0.5785124,0.57024795,0.5495868,0.5661157,0.59504133,0.6198347,0.6487603,0.6859504,0.7066116,0.70247936,0.7107438,0.71487606,0.73966944,0.75206614,0.7768595,0.7892562,0.7768595,0.76033056,0.74793386,0.73966944,0.7231405,0.6983471,0.6570248,0.6363636,0.61157024,0.5661157,0.5289256,0.49173555,0.45867768,0.46280992,0.4876033,0.49586776,0.47107437,0.46280992,0.49173555,0.53305787,0.55785125,0.5661157,0.5785124,0.58264464,0.5495868,0.5123967,0.44214877,0.1983471,0.0785124,0.11157025,0.7355372,0.73966944,0.72727275,0.70247936,0.6818182,0.6528926,0.6280992,0.61570245,0.61157024,0.60330576,0.60330576,0.60330576,0.607438,0.59504133,0.59504133,0.56198347,0.5123967,0.49173555,0.45867768,0.43801653,0.41735536,0.4338843,0.43801653,0.4752066,0.5206612,0.57438016,0.59917355,0.607438,0.6404959,0.6570248,0.70247936,0.73140496,0.75619835,0.77272725,0.7644628,0.74793386,0.71900827,0.70247936,0.6942149,0.6652893,0.60330576,0.55785125,0.5206612,0.4876033,0.45041323,0.41322315,0.38429752,0.38016528,0.40082645,0.3966942,0.38842976,0.37190083,0.38842976,0.4338843,0.45867768,0.4752066,0.49586776,0.5082645,0.5123967,0.48347107,0.45041323,0.21900827,0.08677686,0.11157025,0.7355372,0.73966944,0.7066116,0.6570248,0.6198347,0.59504133,0.57024795,0.5495868,0.5371901,0.53305787,0.5413223,0.54545456,0.5371901,0.5247934,0.5165289,0.5123967,0.4752066,0.45454547,0.42975205,0.42561984,0.3966942,0.41735536,0.41735536,0.43801653,0.46280992,0.5123967,0.5247934,0.553719,0.58677685,0.62396693,0.6652893,0.70247936,0.73966944,0.7644628,0.75619835,0.71900827,0.6818182,0.6528926,0.6446281,0.61157024,0.553719,0.5041322,0.46694216,0.43801653,0.41735536,0.39256197,0.37190083,0.37190083,0.37603307,0.3966942,0.42975205,0.4338843,0.42561984,0.4338843,0.4338843,0.4214876,0.42561984,0.43801653,0.45041323,0.41735536,0.4338843,0.23966943,0.09090909,0.09504132,0.7231405,0.7066116,0.6652893,0.62396693,0.5785124,0.57024795,0.56198347,0.57024795,0.56198347,0.5495868,0.5495868,0.5495868,0.53305787,0.5247934,0.5165289,0.5247934,0.54545456,0.5413223,0.5247934,0.5165289,0.49173555,0.4876033,0.49173555,0.4876033,0.5,0.5206612,0.5247934,0.553719,0.5785124,0.59917355,0.6487603,0.7066116,0.75206614,0.76859504,0.75619835,0.6983471,0.6487603,0.61157024,0.58677685,0.553719,0.5082645,0.46694216,0.43801653,0.4214876,0.41735536,0.41735536,0.4338843,0.45454547,0.46280992,0.4876033,0.5082645,0.5165289,0.5165289,0.5082645,0.49586776,0.46280992,0.45867768,0.45867768,0.4338843,0.38429752,0.4090909,0.26859504,0.09917355,0.09917355,0.6942149,0.6818182,0.61570245,0.59090906,0.57438016,0.57438016,0.59504133,0.58677685,0.58264464,0.5785124,0.55785125,0.5247934,0.5082645,0.48347107,0.47933885,0.49173555,0.5082645,0.5082645,0.5082645,0.4876033,0.47933885,0.49586776,0.5123967,0.5371901,0.5495868,0.55785125,0.5661157,0.58264464,0.59090906,0.59090906,0.6322314,0.71487606,0.75619835,0.7768595,0.76033056,0.72727275,0.6652893,0.60330576,0.56198347,0.5247934,0.47933885,0.45041323,0.4338843,0.4214876,0.4214876,0.4338843,0.46280992,0.47933885,0.4752066,0.47107437,0.47933885,0.4876033,0.49173555,0.5041322,0.5123967,0.5123967,0.5247934,0.5123967,0.46694216,0.40082645,0.40495867,0.30991736,0.09917355,0.09504132,0.69008267,0.6859504,0.6528926,0.59504133,0.58677685,0.58264464,0.58677685,0.55785125,0.55785125,0.5206612,0.47933885,0.44214877,0.42561984,0.40082645,0.4214876,0.42561984,0.45454547,0.45041323,0.446281,0.446281,0.45867768,0.44214877,0.4338843,0.49173555,0.5413223,0.57438016,0.59090906,0.607438,0.61157024,0.6198347,0.6528926,0.71487606,0.7768595,0.8016529,0.7933884,0.76859504,0.71900827,0.6363636,0.57438016,0.5082645,0.45867768,0.44214877,0.41735536,0.40495867,0.40495867,0.41735536,0.44214877,0.446281,0.42975205,0.4214876,0.41735536,0.3966942,0.38016528,0.38842976,0.42975205,0.47107437,0.5,0.5,0.47933885,0.4338843,0.41735536,0.338843,0.09504132,0.08677686,0.70247936,0.6942149,0.677686,0.6404959,0.59917355,0.5785124,0.5661157,0.53305787,0.5,0.43801653,0.40082645,0.39256197,0.38429752,0.35123968,0.3305785,0.30991736,0.37190083,0.34710744,0.30991736,0.34710744,0.4214876,0.43801653,0.446281,0.45867768,0.4876033,0.5413223,0.57024795,0.59504133,0.61570245,0.6446281,0.677686,0.7231405,0.78099173,0.8181818,0.822314,0.80991733,0.75619835,0.661157,0.56198347,0.4876033,0.44214877,0.4214876,0.4090909,0.40495867,0.40082645,0.37190083,0.42975205,0.41735536,0.3264463,0.30991736,0.338843,0.37603307,0.40495867,0.3553719,0.3181818,0.38429752,0.45041323,0.45867768,0.47107437,0.446281,0.4214876,0.37603307,0.0785124,0.09090909,0.6983471,0.69008267,0.6818182,0.6528926,0.62396693,0.5785124,0.55785125,0.5165289,0.47933885,0.4214876,0.37603307,0.3553719,0.3677686,0.3305785,0.2603306,0.25619835,0.38016528,0.42561984,0.338843,0.40495867,0.5495868,0.5206612,0.44214877,0.46280992,0.5082645,0.5371901,0.55785125,0.57438016,0.60330576,0.6570248,0.6983471,0.74793386,0.7933884,0.8264463,0.838843,0.8264463,0.7892562,0.6735537,0.553719,0.47107437,0.45041323,0.46280992,0.45867768,0.4752066,0.40082645,0.28512397,0.43801653,0.5123967,0.3553719,0.2520661,0.3305785,0.3140496,0.28512397,0.3305785,0.30578512,0.338843,0.4090909,0.44214877,0.46280992,0.43801653,0.42561984,0.41735536,0.08677686,0.09504132,0.7107438,0.6859504,0.6694215,0.6446281,0.61570245,0.56198347,0.5289256,0.5041322,0.4752066,0.41322315,0.35123968,0.3264463,0.40495867,0.4214876,0.3429752,0.30578512,0.30991736,0.30991736,0.38016528,0.5371901,0.6942149,0.69008267,0.5661157,0.4876033,0.5289256,0.59504133,0.59504133,0.58264464,0.607438,0.661157,0.71487606,0.7644628,0.8057851,0.8305785,0.8429752,0.838843,0.8140496,0.6942149,0.55785125,0.4752066,0.49586776,0.5041322,0.5206612,0.61570245,0.4876033,0.35123968,0.38842976,0.41322315,0.35123968,0.28099173,0.44214877,0.49586776,0.3305785,0.23553719,0.24380165,0.34710744,0.40082645,0.446281,0.45454547,0.4338843,0.4338843,0.45454547,0.11570248,0.18595041,0.73140496,0.71900827,0.6983471,0.6528926,0.607438,0.56198347,0.5289256,0.5082645,0.49173555,0.44214877,0.38842976,0.40082645,0.5,0.55785125,0.49586776,0.40495867,0.40082645,0.41735536,0.49586776,0.6694215,0.7933884,0.76859504,0.6735537,0.59504133,0.56198347,0.61157024,0.6446281,0.6198347,0.6322314,0.6818182,0.7231405,0.7644628,0.8016529,0.8305785,0.838843,0.838843,0.8140496,0.7231405,0.58264464,0.5041322,0.5413223,0.5206612,0.57024795,0.6983471,0.60330576,0.4214876,0.3966942,0.34710744,0.3264463,0.3553719,0.54545456,0.607438,0.42975205,0.30578512,0.24793388,0.28512397,0.3966942,0.45041323,0.45041323,0.446281,0.45454547,0.4752066,0.1694215,0.23553719,0.76033056,0.74793386,0.73140496,0.6983471,0.6446281,0.60330576,0.59090906,0.60330576,0.59090906,0.553719,0.5,0.5,0.5661157,0.6198347,0.61570245,0.54545456,0.5247934,0.5371901,0.5785124,0.661157,0.69008267,0.6528926,0.6198347,0.6280992,0.6446281,0.6694215,0.6735537,0.6652893,0.6735537,0.7066116,0.7355372,0.76859504,0.79752064,0.8264463,0.8347107,0.8347107,0.8140496,0.75619835,0.6198347,0.5247934,0.57024795,0.57024795,0.58264464,0.6446281,0.6280992,0.5289256,0.5082645,0.43801653,0.3966942,0.48347107,0.60330576,0.61157024,0.5247934,0.42561984,0.32231405,0.29752067,0.36363637,0.4338843,0.45041323,0.47107437,0.49173555,0.48347107,0.23140496,0.23966943,0.78099173,0.78099173,0.7644628,0.73140496,0.70247936,0.6942149,0.71487606,0.7231405,0.71900827,0.6942149,0.6487603,0.61157024,0.6198347,0.6322314,0.6404959,0.6404959,0.6280992,0.6322314,0.6322314,0.6363636,0.6570248,0.6446281,0.6322314,0.6694215,0.6983471,0.7066116,0.7066116,0.70247936,0.71487606,0.7355372,0.75619835,0.77272725,0.7933884,0.80991733,0.822314,0.8305785,0.822314,0.78099173,0.677686,0.5495868,0.58264464,0.59504133,0.59917355,0.59090906,0.59090906,0.61157024,0.59504133,0.5495868,0.5206612,0.5371901,0.54545456,0.5289256,0.5041322,0.45454547,0.3966942,0.3677686,0.3966942,0.42561984,0.4752066,0.5082645,0.5247934,0.5,0.28512397,0.2520661,0.78512394,0.7933884,0.7892562,0.7768595,0.7644628,0.7768595,0.7892562,0.7892562,0.78099173,0.76859504,0.75206614,0.7231405,0.7107438,0.70247936,0.6859504,0.6818182,0.661157,0.6487603,0.6528926,0.6446281,0.6487603,0.6528926,0.6694215,0.7066116,0.72727275,0.7231405,0.7355372,0.7355372,0.74380165,0.75619835,0.77272725,0.78099173,0.78512394,0.79752064,0.8140496,0.8264463,0.8181818,0.7933884,0.6983471,0.59090906,0.58264464,0.59504133,0.607438,0.59504133,0.5785124,0.5661157,0.54545456,0.54545456,0.5413223,0.53305787,0.5371901,0.53305787,0.53305787,0.5082645,0.48347107,0.46694216,0.46694216,0.47107437,0.5,0.5371901,0.55785125,0.5165289,0.33471075,0.2768595,0.78099173,0.79752064,0.8016529,0.8057851,0.8016529,0.8057851,0.8140496,0.8140496,0.8057851,0.8016529,0.8016529,0.7892562,0.7768595,0.76859504,0.75206614,0.7355372,0.71900827,0.7066116,0.7066116,0.7066116,0.71900827,0.72727275,0.7355372,0.74793386,0.75619835,0.74793386,0.7644628,0.76033056,0.76033056,0.77272725,0.7768595,0.78099173,0.78512394,0.7892562,0.8016529,0.8181818,0.8181818,0.7892562,0.7355372,0.6198347,0.59090906,0.61157024,0.6198347,0.6322314,0.61157024,0.59090906,0.57438016,0.57438016,0.58677685,0.59090906,0.59504133,0.58677685,0.5785124,0.57024795,0.5413223,0.5371901,0.53305787,0.5371901,0.5371901,0.5661157,0.57438016,0.5247934,0.38429752,0.30165288,0.7768595,0.8016529,0.8057851,0.8140496,0.8181818,0.822314,0.8264463,0.822314,0.822314,0.822314,0.8181818,0.8140496,0.80991733,0.8016529,0.7933884,0.78512394,0.77272725,0.7768595,0.7768595,0.77272725,0.7768595,0.77272725,0.7768595,0.7892562,0.78512394,0.77272725,0.78099173,0.77272725,0.7644628,0.7768595,0.77272725,0.77272725,0.78099173,0.78512394,0.79752064,0.8140496,0.8057851,0.7933884,0.74380165,0.661157,0.58677685,0.607438,0.6363636,0.6694215,0.661157,0.6487603,0.6404959,0.62396693,0.6198347,0.61157024,0.61157024,0.61570245,0.6198347,0.6198347,0.59090906,0.5785124,0.58677685,0.59090906,0.58677685,0.58264464,0.57438016,0.5247934,0.40495867,0.3264463,0.7644628,0.7892562,0.8057851,0.8140496,0.822314,0.8264463,0.8305785,0.8305785,0.8264463,0.8264463,0.8305785,0.8264463,0.822314,0.8181818,0.8140496,0.8140496,0.8140496,0.8140496,0.79752064,0.7933884,0.8057851,0.8016529,0.8016529,0.8057851,0.79752064,0.78099173,0.78512394,0.7768595,0.76859504,0.7768595,0.76033056,0.76859504,0.77272725,0.78099173,0.7933884,0.80991733,0.8057851,0.8140496,0.77272725,0.7107438,0.607438,0.59090906,0.6446281,0.6818182,0.70247936,0.69008267,0.6859504,0.6859504,0.6818182,0.6818182,0.6735537,0.661157,0.6652893,0.661157,0.6404959,0.62396693,0.62396693,0.6322314,0.6280992,0.59917355,0.5661157,0.5206612,0.41322315,0.33471075,0.74793386,0.7768595,0.7933884,0.8057851,0.8181818,0.8264463,0.8347107,0.8305785,0.8347107,0.8347107,0.8305785,0.8305785,0.8305785,0.8347107,0.8264463,0.822314,0.822314,0.8305785,0.8140496,0.8016529,0.822314,0.8181818,0.8181818,0.822314,0.80991733,0.7892562,0.78099173,0.77272725,0.7644628,0.76859504,0.75619835,0.76033056,0.77272725,0.7768595,0.79752064,0.80991733,0.80991733,0.8057851,0.7892562,0.74380165,0.6487603,0.59504133,0.6280992,0.6818182,0.71487606,0.71487606,0.71900827,0.7107438,0.70247936,0.7107438,0.7066116,0.70247936,0.70247936,0.6983471,0.677686,0.6652893,0.6528926,0.6570248,0.6528926,0.61570245,0.56198347,0.5123967,0.40495867,0.33471075,0.73140496,0.75619835,0.77272725,0.7933884,0.80991733,0.822314,0.8305785,0.8347107,0.8347107,0.8347107,0.8305785,0.8347107,0.8305785,0.838843,0.8347107,0.8264463,0.822314,0.8305785,0.8264463,0.8264463,0.8305785,0.8264463,0.822314,0.8264463,0.8140496,0.78512394,0.78099173,0.77272725,0.7644628,0.76033056,0.75206614,0.74380165,0.76033056,0.77272725,0.7892562,0.7933884,0.8016529,0.8057851,0.8057851,0.7644628,0.7066116,0.6198347,0.61157024,0.677686,0.7231405,0.7355372,0.74380165,0.74380165,0.7355372,0.72727275,0.7231405,0.7231405,0.73140496,0.72727275,0.71900827,0.71487606,0.70247936,0.6859504,0.6652893,0.6198347,0.553719,0.5041322,0.3966942,0.3305785,0.71900827,0.7355372,0.75619835,0.7768595,0.7933884,0.8140496,0.822314,0.8305785,0.8347107,0.8347107,0.8264463,0.8305785,0.8264463,0.8347107,0.838843,0.8264463,0.8305785,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.822314,0.8305785,0.80991733,0.79752064,0.78512394,0.7768595,0.76033056,0.75206614,0.73140496,0.73140496,0.74380165,0.7644628,0.78099173,0.7892562,0.78512394,0.78512394,0.7892562,0.77272725,0.7355372,0.661157,0.6198347,0.6694215,0.72727275,0.75206614,0.76033056,0.76033056,0.7644628,0.75619835,0.74793386,0.74380165,0.75206614,0.74793386,0.74380165,0.75619835,0.74380165,0.7066116,0.6694215,0.6198347,0.5495868,0.5,0.38429752,0.3264463,0.7107438,0.71900827,0.7355372,0.75206614,0.77272725,0.79752064,0.8181818,0.8264463,0.8347107,0.8347107,0.8264463,0.8264463,0.8264463,0.8305785,0.8347107,0.8305785,0.8305785,0.8347107,0.8347107,0.8347107,0.838843,0.8305785,0.822314,0.8264463,0.8140496,0.8057851,0.78512394,0.76859504,0.74793386,0.7355372,0.7107438,0.7107438,0.72727275,0.74793386,0.77272725,0.78512394,0.7768595,0.77272725,0.77272725,0.76859504,0.74793386,0.69008267,0.6363636,0.6570248,0.71487606,0.75619835,0.76859504,0.7644628,0.77272725,0.7768595,0.7644628,0.74380165,0.74380165,0.74793386,0.74793386,0.74793386,0.75206614,0.71487606,0.6735537,0.61570245,0.54545456,0.5,0.38016528,0.3264463,0.6983471,0.7107438,0.72727275,0.74380165,0.75619835,0.7768595,0.7892562,0.8016529,0.8181818,0.8264463,0.8347107,0.8305785,0.8264463,0.8264463,0.8347107,0.8305785,0.8305785,0.8347107,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.822314,0.80991733,0.8016529,0.78512394,0.75206614,0.72727275,0.71900827,0.6983471,0.6942149,0.7107438,0.7355372,0.77272725,0.7933884,0.7933884,0.78099173,0.76859504,0.76033056,0.75206614,0.71900827,0.6570248,0.6487603,0.6983471,0.74793386,0.7644628,0.77272725,0.77272725,0.7768595,0.76859504,0.75206614,0.74380165,0.7355372,0.7355372,0.7355372,0.72727275,0.7066116,0.6818182,0.6198347,0.5495868,0.4876033,0.37190083,0.32231405,0.6818182,0.6983471,0.7231405,0.74793386,0.75206614,0.76859504,0.76859504,0.7933884,0.79752064,0.8181818,0.822314,0.8305785,0.8305785,0.8305785,0.8264463,0.8305785,0.8305785,0.8347107,0.8305785,0.8305785,0.822314,0.822314,0.8181818,0.8181818,0.80991733,0.7933884,0.76859504,0.7231405,0.7066116,0.70247936,0.677686,0.677686,0.70247936,0.73966944,0.77272725,0.8057851,0.8181818,0.8140496,0.7933884,0.7768595,0.76859504,0.74793386,0.69008267,0.661157,0.6818182,0.73140496,0.76033056,0.77272725,0.7768595,0.77272725,0.7644628,0.75619835,0.74380165,0.74380165,0.74380165,0.7355372,0.70247936,0.6818182,0.661157,0.607438,0.5413223,0.4752066,0.3677686,0.3181818,0.6859504,0.6859504,0.71900827,0.7231405,0.75206614,0.76033056,0.77272725,0.7768595,0.8016529,0.8057851,0.8181818,0.8305785,0.8264463,0.8264463,0.8264463,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.8264463,0.822314,0.8181818,0.8140496,0.8016529,0.7768595,0.7355372,0.6942149,0.6942149,0.69008267,0.6694215,0.6735537,0.6983471,0.73140496,0.76033056,0.78512394,0.8057851,0.8140496,0.80991733,0.8016529,0.7892562,0.7644628,0.6942149,0.6363636,0.6404959,0.7231405,0.76033056,0.77272725,0.78512394,0.77272725,0.7644628,0.7644628,0.74793386,0.73966944,0.74380165,0.7355372,0.6983471,0.6694215,0.6404959,0.59090906,0.5413223,0.45867768,0.36363637,0.30991736,0.6859504,0.6818182,0.71487606,0.71487606,0.73966944,0.74793386,0.7644628,0.7768595,0.7933884,0.80991733,0.8181818,0.8264463,0.8264463,0.8264463,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8264463,0.8140496,0.8140496,0.8057851,0.76859504,0.72727275,0.6983471,0.6859504,0.69008267,0.6859504,0.6694215,0.6694215,0.6818182,0.6859504,0.69008267,0.7107438,0.74380165,0.76859504,0.78099173,0.78099173,0.76859504,0.72727275,0.6363636,0.55785125,0.5785124,0.69008267,0.75619835,0.77272725,0.7892562,0.7768595,0.7644628,0.76859504,0.75206614,0.73966944,0.74793386,0.72727275,0.7066116,0.6694215,0.6487603,0.59504133,0.5206612,0.45867768,0.3553719,0.3140496,0.6859504,0.6859504,0.71487606,0.72727275,0.7355372,0.74793386,0.76033056,0.7768595,0.79752064,0.8057851,0.8140496,0.8181818,0.8181818,0.822314,0.8264463,0.8305785,0.8347107,0.8305785,0.8264463,0.8264463,0.822314,0.8057851,0.8057851,0.7933884,0.74380165,0.70247936,0.6859504,0.6859504,0.6942149,0.6859504,0.6735537,0.661157,0.6487603,0.6322314,0.61570245,0.62396693,0.6487603,0.6818182,0.6983471,0.6983471,0.69008267,0.6280992,0.53305787,0.46694216,0.5123967,0.6694215,0.74793386,0.77272725,0.7768595,0.7768595,0.7644628,0.7644628,0.74380165,0.7355372,0.7355372,0.71900827,0.6859504,0.6528926,0.6322314,0.58264464,0.5165289,0.45454547,0.3305785,0.32231405,0.6818182,0.69008267,0.7107438,0.71900827,0.7355372,0.75206614,0.76033056,0.77272725,0.78099173,0.7933884,0.8016529,0.8140496,0.8181818,0.8181818,0.822314,0.822314,0.8264463,0.8264463,0.8181818,0.8181818,0.8140496,0.8016529,0.7892562,0.76859504,0.71900827,0.6652893,0.661157,0.6735537,0.6859504,0.6818182,0.6652893,0.6322314,0.59090906,0.56198347,0.56198347,0.57438016,0.58677685,0.59090906,0.58677685,0.58677685,0.57024795,0.53305787,0.45454547,0.4338843,0.47107437,0.6280992,0.73966944,0.77272725,0.77272725,0.77272725,0.7644628,0.7644628,0.74793386,0.72727275,0.7355372,0.7107438,0.69008267,0.6528926,0.6198347,0.57024795,0.5,0.44214877,0.33471075,0.32231405,0.6694215,0.6818182,0.69008267,0.7066116,0.71900827,0.7355372,0.75206614,0.7644628,0.76859504,0.78099173,0.7892562,0.8016529,0.80991733,0.80991733,0.8140496,0.8140496,0.8181818,0.8181818,0.8140496,0.8057851,0.8016529,0.7933884,0.78512394,0.76033056,0.6983471,0.6363636,0.61570245,0.62396693,0.6363636,0.61157024,0.5495868,0.47107437,0.38842976,0.38016528,0.4214876,0.49586776,0.5247934,0.5289256,0.5,0.48347107,0.47107437,0.4338843,0.37190083,0.40495867,0.45041323,0.58264464,0.71487606,0.76859504,0.77272725,0.76033056,0.76859504,0.7644628,0.75206614,0.7355372,0.71900827,0.70247936,0.6735537,0.6322314,0.59917355,0.55785125,0.49586776,0.42975205,0.34710744,0.3264463,0.661157,0.6652893,0.6818182,0.6942149,0.70247936,0.71900827,0.7355372,0.75206614,0.76033056,0.7644628,0.78099173,0.7892562,0.79752064,0.79752064,0.8016529,0.8016529,0.8057851,0.8057851,0.79752064,0.7933884,0.7892562,0.78512394,0.78512394,0.76033056,0.70247936,0.6280992,0.57438016,0.55785125,0.553719,0.49173555,0.3966942,0.26859504,0.23140496,0.2520661,0.2768595,0.37190083,0.43801653,0.48347107,0.45867768,0.42975205,0.37603307,0.29752067,0.2644628,0.3677686,0.446281,0.5661157,0.6983471,0.76033056,0.75619835,0.75206614,0.75619835,0.76033056,0.74793386,0.72727275,0.70247936,0.6859504,0.6528926,0.6198347,0.58264464,0.5413223,0.48347107,0.42561984,0.34710744,0.3264463,0.661157,0.6652893,0.677686,0.6942149,0.70247936,0.71487606,0.72727275,0.74380165,0.74380165,0.75206614,0.7644628,0.77272725,0.78099173,0.78099173,0.78512394,0.78099173,0.78099173,0.7892562,0.78099173,0.78512394,0.7892562,0.78512394,0.7768595,0.7644628,0.71487606,0.62396693,0.5371901,0.5165289,0.5206612,0.5041322,0.4752066,0.41322315,0.38842976,0.39256197,0.3677686,0.3677686,0.37190083,0.41735536,0.41322315,0.35950413,0.27272728,0.28099173,0.34710744,0.40082645,0.4214876,0.55785125,0.69008267,0.73966944,0.74380165,0.74793386,0.73966944,0.74380165,0.7355372,0.7107438,0.6735537,0.6404959,0.6322314,0.60330576,0.57438016,0.5289256,0.47933885,0.41735536,0.338843,0.32231405,0.661157,0.661157,0.661157,0.677686,0.6942149,0.6983471,0.70247936,0.71487606,0.73140496,0.73966944,0.75206614,0.75619835,0.75619835,0.76859504,0.77272725,0.76859504,0.76859504,0.77272725,0.77272725,0.7768595,0.7892562,0.78512394,0.7892562,0.7933884,0.77272725,0.69008267,0.553719,0.4752066,0.4876033,0.5082645,0.54545456,0.55785125,0.54545456,0.5413223,0.5123967,0.47933885,0.42561984,0.40495867,0.38429752,0.37190083,0.37190083,0.42975205,0.42975205,0.4090909,0.43801653,0.58264464,0.69008267,0.7231405,0.7355372,0.74793386,0.74380165,0.73966944,0.7231405,0.6983471,0.6694215,0.6363636,0.61570245,0.59090906,0.54545456,0.5123967,0.46694216,0.4214876,0.3429752,0.3264463,0.6446281,0.6446281,0.6487603,0.6570248,0.677686,0.6818182,0.6818182,0.6942149,0.7107438,0.7231405,0.72727275,0.73140496,0.7355372,0.75206614,0.7644628,0.76859504,0.7644628,0.7644628,0.76859504,0.78512394,0.7892562,0.7892562,0.7933884,0.7933884,0.79752064,0.78512394,0.7066116,0.5661157,0.5,0.5,0.5165289,0.53305787,0.56198347,0.57438016,0.57024795,0.55785125,0.5041322,0.4752066,0.45867768,0.45454547,0.44214877,0.446281,0.4338843,0.47107437,0.5371901,0.6198347,0.6735537,0.70247936,0.7231405,0.73140496,0.73140496,0.73140496,0.7107438,0.6818182,0.6446281,0.607438,0.58677685,0.5661157,0.5371901,0.49586776,0.46694216,0.41735536,0.33471075,0.3264463,0.6363636,0.6404959,0.6446281,0.6446281,0.6570248,0.6652893,0.6735537,0.6818182,0.69008267,0.7066116,0.72727275,0.72727275,0.72727275,0.7355372,0.75206614,0.75619835,0.75619835,0.7644628,0.76859504,0.78512394,0.78512394,0.78512394,0.7933884,0.7933884,0.7892562,0.7892562,0.78512394,0.74380165,0.6942149,0.6528926,0.61157024,0.59504133,0.59917355,0.607438,0.61157024,0.59090906,0.553719,0.5247934,0.5206612,0.5123967,0.5041322,0.5165289,0.5495868,0.5785124,0.60330576,0.6198347,0.6404959,0.6652893,0.6983471,0.71900827,0.71900827,0.71900827,0.70247936,0.6735537,0.6363636,0.59090906,0.56198347,0.5413223,0.5165289,0.48347107,0.45454547,0.40082645,0.338843,0.338843,0.6322314,0.6363636,0.6404959,0.6404959,0.6446281,0.6446281,0.6487603,0.6570248,0.661157,0.69008267,0.71487606,0.72727275,0.71487606,0.70247936,0.71487606,0.73140496,0.75206614,0.7644628,0.76859504,0.77272725,0.77272725,0.7644628,0.7768595,0.7768595,0.76859504,0.7644628,0.74380165,0.74380165,0.76033056,0.73966944,0.7231405,0.69008267,0.6694215,0.6652893,0.6363636,0.60330576,0.5661157,0.5495868,0.5495868,0.5413223,0.5495868,0.55785125,0.5785124,0.59917355,0.59917355,0.607438,0.61570245,0.6363636,0.6694215,0.6983471,0.7066116,0.70247936,0.6818182,0.6570248,0.62396693,0.58677685,0.55785125,0.53305787,0.5123967,0.47933885,0.45454547,0.3966942,0.3429752,0.34710744,0.6363636,0.6280992,0.6280992,0.6322314,0.6446281,0.6487603,0.6528926,0.6528926,0.6570248,0.677686,0.6983471,0.7107438,0.70247936,0.677686,0.6818182,0.7066116,0.7355372,0.74793386,0.74793386,0.75206614,0.73966944,0.72727275,0.75206614,0.74793386,0.75206614,0.7355372,0.7231405,0.71900827,0.7231405,0.73966944,0.7355372,0.7231405,0.7066116,0.6859504,0.6487603,0.60330576,0.57438016,0.57024795,0.5785124,0.57438016,0.56198347,0.56198347,0.57024795,0.57438016,0.5785124,0.59090906,0.59504133,0.61157024,0.6280992,0.6528926,0.677686,0.6818182,0.6652893,0.6363636,0.60330576,0.57024795,0.5413223,0.53305787,0.5123967,0.47933885,0.44214877,0.38016528,0.3429752,0.3553719,0.6322314,0.61570245,0.607438,0.61570245,0.6322314,0.6404959,0.6404959,0.6404959,0.6446281,0.6570248,0.6735537,0.6694215,0.69008267,0.6694215,0.6735537,0.6859504,0.6942149,0.71487606,0.6942149,0.7107438,0.6859504,0.677686,0.7066116,0.6983471,0.7107438,0.71900827,0.70247936,0.70247936,0.7107438,0.71487606,0.72727275,0.71900827,0.7107438,0.677686,0.6404959,0.59917355,0.58677685,0.59917355,0.59917355,0.59504133,0.57438016,0.553719,0.55785125,0.553719,0.553719,0.553719,0.5661157,0.57438016,0.58677685,0.61157024,0.6404959,0.6528926,0.6404959,0.61157024,0.5785124,0.5495868,0.5289256,0.5247934,0.5041322,0.46280992,0.43801653,0.37603307,0.338843,0.36363637,0.6198347,0.607438,0.59504133,0.60330576,0.61570245,0.6280992,0.6280992,0.6198347,0.6322314,0.6404959,0.6363636,0.6487603,0.6404959,0.6404959,0.6487603,0.6528926,0.6446281,0.6446281,0.62396693,0.6404959,0.6198347,0.6198347,0.6446281,0.6570248,0.6652893,0.677686,0.6652893,0.661157,0.661157,0.6735537,0.6942149,0.6983471,0.6942149,0.6735537,0.6404959,0.6198347,0.61570245,0.62396693,0.6198347,0.607438,0.59090906,0.57438016,0.55785125,0.5413223,0.5371901,0.5289256,0.5206612,0.5371901,0.55785125,0.5785124,0.60330576,0.6198347,0.61157024,0.58264464,0.553719,0.53305787,0.5247934,0.5082645,0.4876033,0.45454547,0.42975205,0.35950413,0.34710744,0.36363637,0.6198347,0.61570245,0.59504133,0.59504133,0.60330576,0.6198347,0.6198347,0.62396693,0.6322314,0.61157024,0.6280992,0.61157024,0.61157024,0.59090906,0.59917355,0.59504133,0.59504133,0.57438016,0.55785125,0.55785125,0.54545456,0.553719,0.58264464,0.607438,0.6198347,0.6322314,0.6404959,0.6570248,0.6528926,0.661157,0.6735537,0.6818182,0.69008267,0.69008267,0.6859504,0.6859504,0.6859504,0.6859504,0.6652893,0.6363636,0.60330576,0.57438016,0.55785125,0.53305787,0.5206612,0.5041322,0.48347107,0.48347107,0.5123967,0.5371901,0.56198347,0.5785124,0.5785124,0.553719,0.53305787,0.5165289,0.5,0.5,0.47933885,0.44214877,0.41322315,0.34710744,0.35123968,0.37190083,0.61157024,0.6198347,0.61157024,0.59917355,0.61157024,0.61157024,0.61157024,0.6198347,0.61570245,0.61157024,0.59504133,0.58677685,0.57024795,0.5495868,0.53305787,0.5206612,0.5123967,0.5,0.48347107,0.47107437,0.4752066,0.47933885,0.5082645,0.5371901,0.57024795,0.59090906,0.607438,0.6404959,0.6570248,0.6652893,0.6818182,0.70247936,0.7066116,0.71487606,0.72727275,0.74380165,0.75206614,0.73966944,0.70247936,0.6570248,0.607438,0.57024795,0.5413223,0.5206612,0.49586776,0.46694216,0.446281,0.42975205,0.45454547,0.49173555,0.5247934,0.5371901,0.5413223,0.5247934,0.5082645,0.49586776,0.4876033,0.47933885,0.46694216,0.4338843,0.38842976,0.338843,0.36363637,0.37603307,0.60330576,0.61570245,0.62396693,0.607438,0.6198347,0.61570245,0.61157024,0.59917355,0.60330576,0.60330576,0.59504133,0.56198347,0.5247934,0.49586776,0.48347107,0.45867768,0.44214877,0.4214876,0.3966942,0.38842976,0.3966942,0.41735536,0.44214877,0.47107437,0.5041322,0.5413223,0.5785124,0.61570245,0.6404959,0.6570248,0.6735537,0.69008267,0.6983471,0.6983471,0.71487606,0.73966944,0.75206614,0.72727275,0.6652893,0.61157024,0.57438016,0.5413223,0.5165289,0.49586776,0.46694216,0.4214876,0.38429752,0.36363637,0.3966942,0.45454547,0.49173555,0.5123967,0.5082645,0.49586776,0.47933885,0.48347107,0.47933885,0.47933885,0.45454547,0.41735536,0.37603307,0.3305785,0.36363637,0.3677686,0.58677685,0.60330576,0.61157024,0.6198347,0.61157024,0.61157024,0.607438,0.59090906,0.59504133,0.59090906,0.58264464,0.553719,0.5082645,0.47933885,0.47107437,0.45454547,0.42561984,0.39256197,0.36363637,0.34710744,0.3429752,0.35950413,0.38016528,0.40082645,0.42975205,0.45867768,0.48347107,0.5041322,0.5247934,0.5289256,0.5371901,0.5495868,0.553719,0.56198347,0.59917355,0.6322314,0.6487603,0.61157024,0.5371901,0.49173555,0.46694216,0.44214877,0.42561984,0.4090909,0.38016528,0.3305785,0.30165288,0.30991736,0.3677686,0.42975205,0.46694216,0.49173555,0.47107437,0.4752066,0.46694216,0.47933885,0.4752066,0.47933885,0.44214877,0.40495867,0.34710744,0.338843,0.35950413,0.37603307,0.55785125,0.58677685,0.59504133,0.607438,0.60330576,0.607438,0.61157024,0.60330576,0.59917355,0.59504133,0.59504133,0.56198347,0.5413223,0.5206612,0.5082645,0.49586776,0.47933885,0.48347107,0.4752066,0.46280992,0.43801653,0.41735536,0.40495867,0.3966942,0.39256197,0.38429752,0.38016528,0.38016528,0.3677686,0.38842976,0.40495867,0.40082645,0.40495867,0.40495867,0.42975205,0.45454547,0.47107437,0.45454547,0.41735536,0.39256197,0.37603307,0.34710744,0.3181818,0.28099173,0.26859504,0.29752067,0.3181818,0.3677686,0.40495867,0.44214877,0.45867768,0.47107437,0.45867768,0.4752066,0.4752066,0.47107437,0.47107437,0.45041323,0.41735536,0.39256197,0.32231405,0.338843,0.35950413,0.37190083,0.5413223,0.57438016,0.58677685,0.58677685,0.59090906,0.59917355,0.60330576,0.61157024,0.59917355,0.59504133,0.607438,0.59917355,0.58677685,0.57438016,0.55785125,0.5413223,0.5371901,0.55785125,0.5785124,0.58264464,0.57024795,0.57438016,0.5785124,0.57438016,0.5661157,0.553719,0.54545456,0.55785125,0.57024795,0.58264464,0.58264464,0.56198347,0.5289256,0.49586776,0.45867768,0.45041323,0.45454547,0.45454547,0.44214877,0.446281,0.446281,0.43801653,0.4214876,0.38842976,0.41735536,0.43801653,0.47107437,0.5,0.49586776,0.49173555,0.48347107,0.4876033,0.48347107,0.5082645,0.49173555,0.46694216,0.46280992,0.4338843,0.3966942,0.3429752,0.33471075,0.34710744,0.3677686,0.3677686,0.53305787,0.55785125,0.57024795,0.57438016,0.58677685,0.59090906,0.59090906,0.60330576,0.59917355,0.60330576,0.61570245,0.62396693,0.62396693,0.6198347,0.607438,0.59917355,0.59917355,0.61157024,0.62396693,0.6322314,0.6322314,0.6487603,0.6652893,0.6694215,0.6694215,0.6652893,0.6570248,0.661157,0.6404959,0.6404959,0.6570248,0.6528926,0.6446281,0.6322314,0.59504133,0.5785124,0.57024795,0.55785125,0.5289256,0.5165289,0.49173555,0.46694216,0.45041323,0.4338843,0.47107437,0.49586776,0.53305787,0.5785124,0.5785124,0.5495868,0.53305787,0.5247934,0.5289256,0.5371901,0.49173555,0.46694216,0.45041323,0.4090909,0.37603307,0.32231405,0.33471075,0.35123968,0.3677686,0.37190083,0.5123967,0.54545456,0.553719,0.5661157,0.58264464,0.58677685,0.58264464,0.58677685,0.59504133,0.60330576,0.61157024,0.6198347,0.6280992,0.6280992,0.6280992,0.6322314,0.6570248,0.6694215,0.6735537,0.6818182,0.677686,0.677686,0.677686,0.677686,0.6859504,0.6859504,0.677686,0.6694215,0.6652893,0.661157,0.6570248,0.6528926,0.6404959,0.6363636,0.6198347,0.61157024,0.607438,0.58264464,0.5495868,0.5371901,0.5247934,0.5041322,0.5041322,0.47933885,0.49173555,0.5082645,0.54545456,0.6198347,0.6280992,0.59504133,0.56198347,0.54545456,0.5495868,0.53305787,0.47933885,0.45867768,0.4214876,0.38016528,0.3429752,0.30991736,0.3553719,0.36363637,0.37190083,0.3677686,0.49173555,0.5165289,0.53305787,0.553719,0.5785124,0.58677685,0.58677685,0.58677685,0.59090906,0.59090906,0.59917355,0.61570245,0.6198347,0.6280992,0.6404959,0.661157,0.6859504,0.70247936,0.7066116,0.70247936,0.6983471,0.6859504,0.6735537,0.6570248,0.6652893,0.6652893,0.6735537,0.677686,0.661157,0.6528926,0.62396693,0.59917355,0.57024795,0.57438016,0.57438016,0.57024795,0.57024795,0.553719,0.5661157,0.553719,0.54545456,0.5289256,0.5123967,0.49173555,0.49173555,0.5123967,0.5495868,0.61157024,0.61570245,0.59090906,0.5661157,0.5495868,0.5413223,0.5082645,0.45867768,0.4338843,0.40495867,0.3553719,0.3181818,0.3181818,0.34710744,0.35950413,0.35950413,0.3677686,0.46694216,0.4876033,0.5082645,0.53305787,0.55785125,0.57024795,0.57438016,0.5785124,0.58264464,0.58264464,0.58264464,0.58677685,0.59917355,0.607438,0.61570245,0.6404959,0.6570248,0.677686,0.6818182,0.69008267,0.69008267,0.677686,0.6528926,0.6363636,0.6322314,0.6280992,0.6198347,0.6198347,0.58677685,0.58677685,0.56198347,0.5495868,0.5495868,0.5495868,0.5495868,0.5413223,0.5247934,0.5165289,0.53305787,0.5289256,0.53305787,0.5123967,0.49586776,0.4876033,0.4876033,0.5247934,0.54545456,0.59504133,0.59504133,0.5661157,0.55785125,0.5289256,0.5082645,0.48347107,0.43801653,0.4214876,0.38016528,0.3305785,0.3140496,0.3264463,0.3553719,0.35950413,0.36363637,0.3677686,0.4338843,0.45867768,0.47107437,0.5041322,0.5371901,0.54545456,0.553719,0.55785125,0.56198347,0.55785125,0.56198347,0.56198347,0.57438016,0.59917355,0.6198347,0.62396693,0.6280992,0.6363636,0.6446281,0.6652893,0.6694215,0.6570248,0.6280992,0.61157024,0.60330576,0.60330576,0.59090906,0.59917355,0.5661157,0.57024795,0.5413223,0.5371901,0.5247934,0.5082645,0.5041322,0.5,0.4876033,0.4876033,0.48347107,0.47933885,0.48347107,0.4752066,0.48347107,0.47933885,0.49586776,0.5165289,0.5371901,0.5495868,0.5413223,0.53305787,0.5289256,0.5082645,0.48347107,0.45041323,0.41322315,0.38842976,0.35123968,0.30991736,0.3140496,0.338843,0.3553719,0.35950413,0.36363637,0.37190083,0.40082645,0.43801653,0.45867768,0.48347107,0.5041322,0.5206612,0.5371901,0.53305787,0.5371901,0.5371901,0.5495868,0.55785125,0.57438016,0.58677685,0.59504133,0.61570245,0.61570245,0.61157024,0.6198347,0.6446281,0.6487603,0.6363636,0.61570245,0.59504133,0.58264464,0.5785124,0.5661157,0.5661157,0.5413223,0.5413223,0.5123967,0.5041322,0.4876033,0.47107437,0.47107437,0.46694216,0.46694216,0.46694216,0.46280992,0.45454547,0.46694216,0.45867768,0.47933885,0.48347107,0.49173555,0.5082645,0.5123967,0.5206612,0.5041322,0.49586776,0.49173555,0.49173555,0.45867768,0.4214876,0.38016528,0.3429752,0.3181818,0.32231405,0.3305785,0.3429752,0.35123968,0.36363637,0.36363637,0.36363637,0.35950413,0.3966942,0.4338843,0.45454547,0.47933885,0.49586776,0.5123967,0.5123967,0.5206612,0.5289256,0.5371901,0.5371901,0.553719,0.5661157,0.58677685,0.61157024,0.61157024,0.61570245,0.607438,0.62396693,0.6322314,0.6280992,0.60330576,0.5785124,0.5661157,0.5661157,0.5413223,0.55785125,0.553719,0.57024795,0.57438016,0.61157024,0.6198347,0.61157024,0.58264464,0.54545456,0.5289256,0.5082645,0.48347107,0.46694216,0.46694216,0.46694216,0.47107437,0.47933885,0.48347107,0.49586776,0.5,0.5041322,0.49173555,0.48347107,0.4752066,0.45867768,0.42561984,0.38842976,0.3553719,0.3181818,0.30165288,0.3181818,0.3429752,0.34710744,0.3553719,0.37190083,0.36363637,0.36363637,0.32231405,0.34710744,0.40495867,0.4214876,0.446281,0.46694216,0.47933885,0.4876033,0.5082645,0.5247934,0.5247934,0.5247934,0.5495868,0.56198347,0.5785124,0.59917355,0.61157024,0.62396693,0.62396693,0.62396693,0.6198347,0.6198347,0.59917355,0.57438016,0.5661157,0.57024795,0.57024795,0.59504133,0.62396693,0.6570248,0.6942149,0.71900827,0.73140496,0.73140496,0.6942149,0.6487603,0.60330576,0.55785125,0.5247934,0.4876033,0.47107437,0.46694216,0.46694216,0.46694216,0.47107437,0.4876033,0.49586776,0.4876033,0.47933885,0.47107437,0.45867768,0.42975205,0.39256197,0.3553719,0.3264463,0.29752067,0.30991736,0.33471075,0.3429752,0.34710744,0.35123968,0.35950413,0.35950413,0.35950413,0.30991736,0.3181818,0.3677686,0.3966942,0.41735536,0.43801653,0.45454547,0.46694216,0.48347107,0.5041322,0.5165289,0.5206612,0.53305787,0.56198347,0.58264464,0.60330576,0.61570245,0.61570245,0.6198347,0.6280992,0.6198347,0.6280992,0.61570245,0.607438,0.60330576,0.59504133,0.59504133,0.61157024,0.62396693,0.6363636,0.6570248,0.677686,0.69008267,0.6942149,0.677686,0.6404959,0.59504133,0.55785125,0.5247934,0.4876033,0.47933885,0.47933885,0.48347107,0.48347107,0.4876033,0.5,0.5041322,0.4876033,0.47107437,0.46280992,0.44214877,0.41735536,0.3677686,0.32231405,0.29338843,0.29752067,0.3181818,0.3429752,0.3429752,0.35123968,0.35950413,0.35950413,0.35950413,0.35950413,0.29752067,0.28512397,0.3264463,0.35123968,0.38429752,0.4090909,0.4338843,0.44214877,0.46280992,0.48347107,0.49586776,0.5,0.5247934,0.5371901,0.57438016,0.58677685,0.59090906,0.60330576,0.62396693,0.6198347,0.6198347,0.6322314,0.6404959,0.6446281,0.6446281,0.6404959,0.6404959,0.6487603,0.6404959,0.6363636,0.6363636,0.62396693,0.6280992,0.6363636,0.6363636,0.6198347,0.58677685,0.553719,0.5206612,0.5041322,0.49586776,0.5041322,0.5082645,0.5123967,0.5165289,0.5123967,0.5,0.48347107,0.46280992,0.446281,0.4214876,0.38842976,0.3305785,0.29338843,0.28512397,0.29752067,0.32231405,0.338843,0.35123968,0.3429752,0.35950413,0.35950413,0.36363637,0.36363637,0.29752067,0.29338843,0.29338843,0.3140496,0.35123968,0.3677686,0.4090909,0.4090909,0.42975205,0.446281,0.47107437,0.47933885,0.5082645,0.5165289,0.53305787,0.5371901,0.55785125,0.5661157,0.59917355,0.60330576,0.61570245,0.6322314,0.6487603,0.6528926,0.6446281,0.6363636,0.6404959,0.6570248,0.6528926,0.6363636,0.6198347,0.607438,0.607438,0.59917355,0.59917355,0.58264464,0.553719,0.5289256,0.5165289,0.5123967,0.5165289,0.53305787,0.5247934,0.5206612,0.5289256,0.5082645,0.4876033,0.45867768,0.44214877,0.41322315,0.38016528,0.3305785,0.28512397,0.2768595,0.28512397,0.29338843,0.32231405,0.33471075,0.3429752,0.338843,0.3553719,0.36363637,0.3553719,0.3553719,0.30165288,0.28099173,0.2892562,0.29338843,0.32231405,0.338843,0.3677686,0.37190083,0.3966942,0.3966942,0.42975205,0.45041323,0.45867768,0.48347107,0.5,0.5123967,0.5371901,0.5495868,0.5785124,0.59090906,0.607438,0.6280992,0.6363636,0.6404959,0.6363636,0.61570245,0.61157024,0.62396693,0.62396693,0.61570245,0.59504133,0.5785124,0.5785124,0.57024795,0.55785125,0.5413223,0.5247934,0.5041322,0.49586776,0.5,0.5165289,0.53305787,0.5206612,0.5206612,0.5165289,0.48347107,0.45867768,0.42561984,0.40495867,0.36363637,0.3140496,0.28099173,0.2768595,0.2768595,0.29338843,0.29752067,0.3264463,0.33471075,0.34710744,0.34710744,0.3429752,0.35950413,0.35950413,0.35123968,0.3140496,0.30578512,0.2768595,0.2768595,0.30165288,0.30578512,0.338843,0.3429752,0.35950413,0.37190083,0.39256197,0.4090909,0.41735536,0.43801653,0.46280992,0.4876033,0.49586776,0.5289256,0.553719,0.58677685,0.59917355,0.607438,0.61570245,0.62396693,0.62396693,0.607438,0.59090906,0.58677685,0.58264464,0.5785124,0.57024795,0.55785125,0.54545456,0.5289256,0.5123967,0.49586776,0.49173555,0.47933885,0.47933885,0.49173555,0.5123967,0.5165289,0.5041322,0.49586776,0.4876033,0.46280992,0.42975205,0.38429752,0.338843,0.28512397,0.27272728,0.24793388,0.28512397,0.28099173,0.29752067,0.29752067,0.3305785,0.33471075,0.34710744,0.33471075,0.34710744,0.3429752,0.35950413,0.35123968,22 +0.6528926,0.69008267,0.677686,0.69008267,0.71487606,0.74380165,0.74793386,0.7355372,0.7107438,0.6818182,0.6570248,0.6487603,0.6404959,0.6404959,0.6446281,0.6363636,0.6487603,0.6528926,0.661157,0.6694215,0.69008267,0.6942149,0.71487606,0.73140496,0.7231405,0.73966944,0.73140496,0.71487606,0.70247936,0.7066116,0.71487606,0.73140496,0.73966944,0.75206614,0.76033056,0.76033056,0.74380165,0.72727275,0.7066116,0.69008267,0.69008267,0.69008267,0.6818182,0.6859504,0.6859504,0.6735537,0.677686,0.661157,0.6570248,0.6528926,0.6446281,0.6322314,0.62396693,0.607438,0.59090906,0.58677685,0.58677685,0.57024795,0.55785125,0.5082645,0.49173555,0.46694216,0.3677686,0.23553719,0.661157,0.69008267,0.70247936,0.71487606,0.73966944,0.75619835,0.76033056,0.76033056,0.75206614,0.7355372,0.71487606,0.6942149,0.677686,0.661157,0.6528926,0.6528926,0.6652893,0.677686,0.6942149,0.7066116,0.7107438,0.7231405,0.73966944,0.74380165,0.75206614,0.7644628,0.75619835,0.74793386,0.73140496,0.7231405,0.73140496,0.73966944,0.74793386,0.75619835,0.76859504,0.76859504,0.76859504,0.75206614,0.74380165,0.72727275,0.71487606,0.7066116,0.70247936,0.7066116,0.7066116,0.70247936,0.6983471,0.6818182,0.6735537,0.6652893,0.661157,0.6446281,0.6363636,0.62396693,0.607438,0.60330576,0.59090906,0.58677685,0.5661157,0.5123967,0.5082645,0.4876033,0.41735536,0.29338843,0.6694215,0.6942149,0.6983471,0.7231405,0.73966944,0.75619835,0.7644628,0.77272725,0.76859504,0.76033056,0.75206614,0.7355372,0.71900827,0.7107438,0.6983471,0.6983471,0.71487606,0.7231405,0.73966944,0.75206614,0.74793386,0.75619835,0.7644628,0.77272725,0.7768595,0.78099173,0.7768595,0.76859504,0.75619835,0.74380165,0.74793386,0.75206614,0.75619835,0.7644628,0.7768595,0.78512394,0.78512394,0.78512394,0.76859504,0.76033056,0.74380165,0.71487606,0.71487606,0.7231405,0.71900827,0.71487606,0.7107438,0.6983471,0.6859504,0.6735537,0.6652893,0.6528926,0.6487603,0.6446281,0.62396693,0.6198347,0.607438,0.59917355,0.57024795,0.53305787,0.5082645,0.5,0.45454547,0.34710744,0.677686,0.6942149,0.69008267,0.72727275,0.7355372,0.75619835,0.76033056,0.76859504,0.7768595,0.77272725,0.77272725,0.76033056,0.76033056,0.7644628,0.76033056,0.75619835,0.76859504,0.77272725,0.78512394,0.78512394,0.78099173,0.78512394,0.7892562,0.7892562,0.7933884,0.7933884,0.7892562,0.78099173,0.77272725,0.7644628,0.75619835,0.76033056,0.76859504,0.7768595,0.78512394,0.78512394,0.7933884,0.7892562,0.7892562,0.7644628,0.75619835,0.7231405,0.72727275,0.72727275,0.7231405,0.71900827,0.7107438,0.7066116,0.6983471,0.6859504,0.677686,0.6652893,0.6570248,0.6528926,0.6363636,0.62396693,0.61570245,0.607438,0.5785124,0.5413223,0.5123967,0.5041322,0.47107437,0.40082645,0.6859504,0.6942149,0.6942149,0.71487606,0.7355372,0.74793386,0.75619835,0.7644628,0.7768595,0.78099173,0.78512394,0.78099173,0.7933884,0.7933884,0.7933884,0.7933884,0.8057851,0.8057851,0.80991733,0.80991733,0.8016529,0.8057851,0.8057851,0.8057851,0.8016529,0.8016529,0.79752064,0.78512394,0.78512394,0.7768595,0.7644628,0.76859504,0.77272725,0.78099173,0.78512394,0.7892562,0.7892562,0.8057851,0.78512394,0.7768595,0.73966944,0.7355372,0.72727275,0.74793386,0.74380165,0.7355372,0.72727275,0.71487606,0.7066116,0.6983471,0.69008267,0.6735537,0.6652893,0.661157,0.6404959,0.6322314,0.61570245,0.60330576,0.58677685,0.53305787,0.5247934,0.5,0.4876033,0.43801653,0.6942149,0.6983471,0.7107438,0.7107438,0.7231405,0.7355372,0.75206614,0.76859504,0.78099173,0.7892562,0.7892562,0.7933884,0.79752064,0.8016529,0.80991733,0.80991733,0.8181818,0.8181818,0.8140496,0.80991733,0.8057851,0.8140496,0.8140496,0.80991733,0.8057851,0.8016529,0.7933884,0.7768595,0.78099173,0.78099173,0.76859504,0.77272725,0.77272725,0.78512394,0.78512394,0.78512394,0.7933884,0.79752064,0.7768595,0.7768595,0.76033056,0.75619835,0.75619835,0.7644628,0.75206614,0.74793386,0.74380165,0.7355372,0.7231405,0.7107438,0.70247936,0.6859504,0.6735537,0.6694215,0.6446281,0.6322314,0.6198347,0.607438,0.57438016,0.54545456,0.5165289,0.5,0.5,0.45454547,0.6942149,0.7107438,0.7066116,0.7107438,0.71900827,0.7231405,0.73966944,0.76033056,0.78099173,0.7892562,0.7933884,0.7933884,0.79752064,0.79752064,0.8016529,0.80991733,0.80991733,0.822314,0.80991733,0.8057851,0.8057851,0.8057851,0.80991733,0.8016529,0.7892562,0.7892562,0.7768595,0.7644628,0.76859504,0.7644628,0.75619835,0.7644628,0.76859504,0.77272725,0.77272725,0.77272725,0.78099173,0.7768595,0.7768595,0.77272725,0.76033056,0.7644628,0.7644628,0.76859504,0.7644628,0.75619835,0.74793386,0.73140496,0.7231405,0.71487606,0.70247936,0.6859504,0.6694215,0.6652893,0.6446281,0.6322314,0.6198347,0.60330576,0.58677685,0.553719,0.5247934,0.5123967,0.5,0.47107437,0.70247936,0.7066116,0.7066116,0.71487606,0.7231405,0.72727275,0.7355372,0.76033056,0.7768595,0.78099173,0.7892562,0.7933884,0.7933884,0.7933884,0.7933884,0.79752064,0.8057851,0.8057851,0.8057851,0.79752064,0.79752064,0.7933884,0.7892562,0.7768595,0.76859504,0.7644628,0.75619835,0.74793386,0.74380165,0.73140496,0.74380165,0.75619835,0.75206614,0.74793386,0.75619835,0.75619835,0.76033056,0.75619835,0.7644628,0.75206614,0.74793386,0.74793386,0.75206614,0.76033056,0.74380165,0.73966944,0.73966944,0.71900827,0.70247936,0.6942149,0.69008267,0.677686,0.6652893,0.6487603,0.6363636,0.6322314,0.607438,0.61157024,0.58264464,0.54545456,0.5289256,0.5165289,0.49586776,0.46694216,0.70247936,0.7107438,0.7107438,0.71487606,0.73140496,0.73966944,0.74793386,0.75206614,0.76859504,0.77272725,0.7768595,0.76859504,0.77272725,0.78099173,0.77272725,0.7768595,0.7892562,0.7892562,0.78512394,0.7892562,0.77272725,0.77272725,0.76033056,0.75619835,0.74380165,0.74380165,0.73140496,0.71900827,0.7231405,0.71900827,0.72727275,0.74380165,0.74380165,0.7231405,0.7355372,0.7355372,0.74380165,0.74793386,0.7231405,0.73140496,0.7107438,0.71487606,0.71487606,0.7066116,0.70247936,0.7066116,0.7107438,0.6859504,0.6694215,0.6570248,0.6487603,0.6487603,0.6363636,0.6198347,0.61570245,0.61157024,0.61157024,0.60330576,0.58264464,0.553719,0.5289256,0.5165289,0.5,0.4752066,0.70247936,0.71900827,0.71900827,0.7231405,0.73140496,0.7355372,0.74793386,0.74380165,0.75619835,0.74793386,0.74380165,0.74380165,0.74380165,0.74380165,0.72727275,0.75206614,0.74793386,0.75206614,0.74380165,0.75206614,0.73966944,0.72727275,0.7231405,0.72727275,0.71900827,0.71900827,0.70247936,0.69008267,0.69008267,0.70247936,0.7066116,0.7231405,0.71900827,0.70247936,0.7107438,0.6942149,0.70247936,0.6983471,0.69008267,0.6735537,0.6735537,0.6528926,0.6446281,0.6198347,0.59504133,0.607438,0.607438,0.59090906,0.57024795,0.56198347,0.5495868,0.55785125,0.5661157,0.5661157,0.57024795,0.57024795,0.58264464,0.57024795,0.57438016,0.5495868,0.5165289,0.5123967,0.5,0.4876033,0.6983471,0.7107438,0.7066116,0.6983471,0.69008267,0.6942149,0.6983471,0.6983471,0.70247936,0.69008267,0.6818182,0.6818182,0.6818182,0.6694215,0.6404959,0.6487603,0.6322314,0.6404959,0.6322314,0.6280992,0.6404959,0.62396693,0.6404959,0.6528926,0.661157,0.661157,0.6487603,0.6404959,0.6404959,0.6570248,0.6652893,0.69008267,0.6942149,0.6859504,0.6735537,0.6528926,0.6487603,0.6363636,0.61157024,0.607438,0.58264464,0.57024795,0.54545456,0.5082645,0.4752066,0.45867768,0.46280992,0.45454547,0.45041323,0.4338843,0.4214876,0.43801653,0.46280992,0.47933885,0.5,0.5082645,0.5165289,0.5123967,0.53305787,0.5041322,0.48347107,0.48347107,0.48347107,0.48347107,0.69008267,0.6818182,0.6652893,0.6363636,0.61157024,0.59917355,0.58677685,0.58677685,0.58264464,0.58677685,0.58677685,0.59090906,0.57438016,0.57438016,0.5247934,0.5206612,0.49586776,0.46694216,0.46280992,0.46694216,0.47933885,0.4752066,0.5123967,0.54545456,0.56198347,0.56198347,0.57024795,0.57438016,0.58264464,0.60330576,0.6198347,0.6570248,0.6694215,0.6570248,0.6363636,0.60330576,0.59504133,0.5785124,0.5371901,0.5247934,0.49173555,0.47933885,0.45867768,0.42561984,0.38429752,0.3553719,0.36363637,0.35950413,0.3553719,0.36363637,0.36363637,0.37603307,0.3966942,0.40495867,0.42975205,0.43801653,0.44214877,0.44214877,0.47107437,0.44214877,0.43801653,0.42975205,0.46280992,0.47107437,0.6694215,0.6446281,0.607438,0.5661157,0.5371901,0.5123967,0.49173555,0.48347107,0.47107437,0.49173555,0.48347107,0.47107437,0.4752066,0.45041323,0.4090909,0.3966942,0.38842976,0.36363637,0.35950413,0.36363637,0.37190083,0.38016528,0.41735536,0.45041323,0.47107437,0.47933885,0.5,0.5165289,0.53305787,0.553719,0.58677685,0.6322314,0.6487603,0.6322314,0.59504133,0.55785125,0.5413223,0.53305787,0.49586776,0.47933885,0.44214877,0.42975205,0.40495867,0.38429752,0.3553719,0.3429752,0.3429752,0.338843,0.34710744,0.35123968,0.36363637,0.37603307,0.37603307,0.40082645,0.40495867,0.4214876,0.4214876,0.43801653,0.45041323,0.4214876,0.41322315,0.41322315,0.43801653,0.45454547,0.6487603,0.6198347,0.57024795,0.5206612,0.5041322,0.4752066,0.46280992,0.45454547,0.446281,0.44214877,0.42975205,0.3966942,0.38429752,0.34710744,0.32231405,0.3305785,0.3140496,0.30578512,0.29752067,0.3140496,0.3264463,0.3553719,0.38842976,0.41735536,0.43801653,0.45041323,0.46694216,0.4876033,0.5041322,0.53305787,0.5785124,0.62396693,0.6404959,0.61157024,0.57438016,0.5289256,0.5082645,0.47933885,0.46280992,0.44214877,0.4214876,0.4090909,0.38016528,0.36363637,0.338843,0.3140496,0.30165288,0.29338843,0.2768595,0.2768595,0.27272728,0.30165288,0.3140496,0.338843,0.37190083,0.39256197,0.42975205,0.45041323,0.45454547,0.43801653,0.4338843,0.42975205,0.4338843,0.45454547,0.6487603,0.6198347,0.57024795,0.5206612,0.49173555,0.47107437,0.46280992,0.44214877,0.42561984,0.38429752,0.35950413,0.30991736,0.2892562,0.2768595,0.23140496,0.24380165,0.24380165,0.23140496,0.24380165,0.2603306,0.29338843,0.30578512,0.35123968,0.39256197,0.4214876,0.446281,0.47107437,0.47107437,0.49586776,0.5165289,0.58677685,0.6322314,0.6487603,0.6280992,0.59504133,0.54545456,0.5041322,0.46694216,0.45041323,0.41735536,0.40082645,0.38016528,0.35123968,0.34710744,0.3264463,0.2892562,0.27272728,0.25619835,0.2520661,0.2231405,0.21487603,0.2520661,0.2603306,0.24793388,0.28099173,0.29752067,0.38016528,0.41322315,0.4338843,0.43801653,0.45041323,0.44214877,0.44214877,0.45867768,0.6528926,0.6198347,0.5785124,0.5289256,0.49173555,0.46280992,0.45454547,0.41322315,0.36363637,0.30991736,0.2768595,0.25619835,0.32231405,0.30578512,0.23966943,0.23966943,0.28099173,0.23966943,0.2603306,0.30578512,0.35123968,0.35123968,0.35123968,0.37603307,0.40495867,0.44214877,0.46280992,0.47107437,0.49173555,0.5289256,0.59504133,0.6735537,0.6942149,0.6859504,0.6652893,0.59917355,0.5289256,0.49173555,0.43801653,0.40082645,0.38016528,0.3553719,0.35123968,0.38429752,0.38842976,0.3181818,0.29338843,0.28099173,0.27272728,0.2768595,0.24793388,0.3264463,0.338843,0.24380165,0.23553719,0.22727273,0.2768595,0.3677686,0.4090909,0.42561984,0.44214877,0.446281,0.45454547,0.46280992,0.677686,0.6446281,0.59504133,0.5495868,0.4876033,0.45041323,0.42975205,0.38016528,0.338843,0.2768595,0.25619835,0.30578512,0.4214876,0.40082645,0.3140496,0.28099173,0.3140496,0.2644628,0.29752067,0.38016528,0.47107437,0.45867768,0.3966942,0.40082645,0.41735536,0.42975205,0.446281,0.4752066,0.5082645,0.5413223,0.6322314,0.7231405,0.75619835,0.75619835,0.73140496,0.6570248,0.5785124,0.5082645,0.44214877,0.40495867,0.38842976,0.37603307,0.38016528,0.446281,0.4876033,0.41735536,0.338843,0.3181818,0.29338843,0.28512397,0.2892562,0.41322315,0.45454547,0.37190083,0.27272728,0.21900827,0.25619835,0.32231405,0.38016528,0.41735536,0.44214877,0.45041323,0.47107437,0.47933885,0.70247936,0.6818182,0.6363636,0.58264464,0.5165289,0.45867768,0.42561984,0.38842976,0.36363637,0.30165288,0.30991736,0.3677686,0.45041323,0.4752066,0.40082645,0.32231405,0.30165288,0.30165288,0.3553719,0.47107437,0.5413223,0.5206612,0.4338843,0.41735536,0.44214877,0.44214877,0.45041323,0.47933885,0.5165289,0.58264464,0.6859504,0.77272725,0.8057851,0.8016529,0.78099173,0.71487606,0.61157024,0.5247934,0.45867768,0.45041323,0.446281,0.4214876,0.41735536,0.47933885,0.5371901,0.49173555,0.3966942,0.3429752,0.3140496,0.30165288,0.35950413,0.47107437,0.5041322,0.45867768,0.3677686,0.29752067,0.28099173,0.3140496,0.38429752,0.41322315,0.45454547,0.47107437,0.5,0.5041322,0.7231405,0.7231405,0.70247936,0.6528926,0.58264464,0.5247934,0.48347107,0.46280992,0.446281,0.39256197,0.38842976,0.4090909,0.45041323,0.49586776,0.46694216,0.4090909,0.3677686,0.38016528,0.4338843,0.49586776,0.5165289,0.4876033,0.42975205,0.4214876,0.45867768,0.4752066,0.4752066,0.4752066,0.54545456,0.6280992,0.74380165,0.8057851,0.8347107,0.822314,0.8057851,0.74380165,0.6446281,0.5413223,0.4876033,0.5041322,0.5123967,0.49173555,0.46280992,0.4752066,0.5123967,0.5123967,0.45041323,0.40082645,0.36363637,0.37190083,0.446281,0.49173555,0.5123967,0.47107437,0.41735536,0.38842976,0.3677686,0.35123968,0.39256197,0.42975205,0.47933885,0.5,0.5247934,0.5206612,0.7231405,0.74380165,0.73966944,0.71900827,0.6818182,0.6528926,0.62396693,0.59917355,0.5785124,0.5123967,0.49586776,0.47933885,0.48347107,0.49586776,0.5,0.48347107,0.47107437,0.46694216,0.46694216,0.47933885,0.47933885,0.46694216,0.45867768,0.4752066,0.5,0.5,0.49586776,0.5123967,0.59090906,0.6818182,0.76859504,0.8181818,0.838843,0.8347107,0.8140496,0.7644628,0.6694215,0.5661157,0.5206612,0.5289256,0.553719,0.5371901,0.5041322,0.4752066,0.47107437,0.4876033,0.47107437,0.45454547,0.44214877,0.446281,0.46280992,0.4876033,0.48347107,0.47107437,0.446281,0.43801653,0.45454547,0.42975205,0.43801653,0.46694216,0.5082645,0.53305787,0.54545456,0.5371901,0.7231405,0.76033056,0.7768595,0.7644628,0.75619835,0.74380165,0.75206614,0.71900827,0.6983471,0.6446281,0.61157024,0.59090906,0.57024795,0.553719,0.54545456,0.5371901,0.53305787,0.5123967,0.5,0.49586776,0.49173555,0.48347107,0.4876033,0.5041322,0.5123967,0.5247934,0.5495868,0.5785124,0.677686,0.7231405,0.78099173,0.8140496,0.838843,0.838843,0.822314,0.76859504,0.6859504,0.59504133,0.54545456,0.5495868,0.56198347,0.55785125,0.5289256,0.49173555,0.46694216,0.46694216,0.45454547,0.46280992,0.46280992,0.47107437,0.48347107,0.49586776,0.5041322,0.5041322,0.5,0.4876033,0.5082645,0.5165289,0.5082645,0.5165289,0.5413223,0.56198347,0.5495868,0.53305787,0.71900827,0.7644628,0.78099173,0.7933884,0.78512394,0.7933884,0.7933884,0.78512394,0.76033056,0.73966944,0.7107438,0.6818182,0.6528926,0.62396693,0.59504133,0.58264464,0.57438016,0.55785125,0.553719,0.5495868,0.5413223,0.54545456,0.553719,0.5495868,0.55785125,0.607438,0.6363636,0.6818182,0.7355372,0.75206614,0.77272725,0.8016529,0.8347107,0.838843,0.8264463,0.78099173,0.6942149,0.6198347,0.58264464,0.58264464,0.58264464,0.58264464,0.55785125,0.53305787,0.5,0.49586776,0.47107437,0.47933885,0.48347107,0.49173555,0.5206612,0.5247934,0.5371901,0.5371901,0.5371901,0.5495868,0.5495868,0.553719,0.56198347,0.57024795,0.57024795,0.57438016,0.55785125,0.5206612,0.7066116,0.74793386,0.78512394,0.7892562,0.79752064,0.8057851,0.8181818,0.8057851,0.7933884,0.7768595,0.7644628,0.73140496,0.7066116,0.6818182,0.6570248,0.6487603,0.6404959,0.62396693,0.62396693,0.62396693,0.6198347,0.6363636,0.6363636,0.6363636,0.6570248,0.6859504,0.7107438,0.7355372,0.76033056,0.75619835,0.7768595,0.8016529,0.8264463,0.838843,0.8264463,0.78099173,0.7066116,0.6322314,0.59504133,0.59504133,0.59917355,0.60330576,0.60330576,0.58264464,0.5413223,0.54545456,0.5247934,0.5289256,0.5289256,0.53305787,0.5413223,0.54545456,0.553719,0.56198347,0.57024795,0.5785124,0.5785124,0.59090906,0.59917355,0.60330576,0.59090906,0.57024795,0.55785125,0.5123967,0.6983471,0.73966944,0.7768595,0.78512394,0.8057851,0.8181818,0.8181818,0.8181818,0.8140496,0.79752064,0.7933884,0.76859504,0.74793386,0.7355372,0.71900827,0.71487606,0.7107438,0.69008267,0.69008267,0.6983471,0.7066116,0.7231405,0.7231405,0.7231405,0.7355372,0.7355372,0.73966944,0.74793386,0.7644628,0.76033056,0.77272725,0.7892562,0.8140496,0.8347107,0.8181818,0.78099173,0.71487606,0.6363636,0.59917355,0.59504133,0.60330576,0.6280992,0.6446281,0.6322314,0.59917355,0.58677685,0.56198347,0.5661157,0.5785124,0.58264464,0.58264464,0.58677685,0.58677685,0.59504133,0.60330576,0.60330576,0.607438,0.6198347,0.62396693,0.62396693,0.60330576,0.57438016,0.5413223,0.49586776,0.6735537,0.71900827,0.75619835,0.77272725,0.80991733,0.8181818,0.8264463,0.8264463,0.8264463,0.8181818,0.8140496,0.8016529,0.7933884,0.78512394,0.76859504,0.77272725,0.76859504,0.75619835,0.76033056,0.77272725,0.78099173,0.78512394,0.7768595,0.7644628,0.7644628,0.74793386,0.74793386,0.74793386,0.75206614,0.75619835,0.76859504,0.7892562,0.8181818,0.8264463,0.80991733,0.78512394,0.73140496,0.6528926,0.59090906,0.58677685,0.59504133,0.62396693,0.6652893,0.6818182,0.661157,0.6446281,0.6280992,0.61570245,0.61570245,0.62396693,0.61570245,0.6280992,0.6322314,0.6322314,0.6404959,0.6404959,0.6487603,0.6528926,0.6446281,0.6322314,0.59504133,0.56198347,0.5371901,0.49173555,0.6528926,0.69008267,0.72727275,0.75619835,0.7892562,0.8016529,0.8181818,0.822314,0.8264463,0.822314,0.822314,0.8181818,0.8264463,0.8181818,0.8057851,0.8057851,0.8140496,0.8140496,0.80991733,0.8181818,0.8181818,0.80991733,0.7933884,0.78099173,0.7644628,0.75206614,0.74380165,0.73966944,0.74380165,0.75619835,0.7644628,0.78512394,0.822314,0.8347107,0.822314,0.79752064,0.74793386,0.677686,0.607438,0.57438016,0.5785124,0.607438,0.6652893,0.70247936,0.7066116,0.7066116,0.6983471,0.6818182,0.6652893,0.6694215,0.6694215,0.677686,0.6859504,0.6859504,0.6818182,0.69008267,0.6983471,0.69008267,0.661157,0.6280992,0.58677685,0.5495868,0.5165289,0.49173555,0.6322314,0.6694215,0.6983471,0.7231405,0.76033056,0.78099173,0.8016529,0.8181818,0.822314,0.8181818,0.8181818,0.8181818,0.8264463,0.8264463,0.8181818,0.8181818,0.822314,0.8264463,0.8264463,0.8264463,0.822314,0.80991733,0.79752064,0.78099173,0.7644628,0.74380165,0.7355372,0.72727275,0.7355372,0.74793386,0.76033056,0.78099173,0.8181818,0.838843,0.8264463,0.8057851,0.76859504,0.7066116,0.6198347,0.57438016,0.57024795,0.607438,0.6694215,0.71487606,0.73966944,0.7355372,0.74380165,0.7355372,0.71900827,0.71900827,0.7107438,0.71487606,0.7231405,0.71900827,0.71900827,0.7231405,0.71487606,0.70247936,0.6652893,0.6198347,0.58264464,0.5413223,0.5123967,0.47107437,0.62396693,0.6446281,0.677686,0.6942149,0.7231405,0.75206614,0.7768595,0.7933884,0.8057851,0.79752064,0.7933884,0.7933884,0.8016529,0.8140496,0.80991733,0.80991733,0.8181818,0.8181818,0.822314,0.822314,0.80991733,0.8016529,0.7933884,0.7768595,0.7644628,0.74793386,0.72727275,0.71900827,0.7231405,0.7355372,0.75619835,0.7768595,0.80991733,0.8347107,0.822314,0.8016529,0.7768595,0.73140496,0.6446281,0.57024795,0.57024795,0.60330576,0.6735537,0.7231405,0.75206614,0.75619835,0.76033056,0.76033056,0.75206614,0.74793386,0.73140496,0.7231405,0.73140496,0.73140496,0.7231405,0.7231405,0.7066116,0.69008267,0.661157,0.607438,0.57024795,0.53305787,0.5,0.46694216,0.61570245,0.6280992,0.6570248,0.6694215,0.6983471,0.7066116,0.7355372,0.76033056,0.76859504,0.7768595,0.7768595,0.7768595,0.7892562,0.7933884,0.79752064,0.8016529,0.8016529,0.8057851,0.80991733,0.8057851,0.7933884,0.78512394,0.7768595,0.76859504,0.74793386,0.73140496,0.71487606,0.70247936,0.7066116,0.7231405,0.74793386,0.78099173,0.8016529,0.8264463,0.822314,0.8016529,0.78512394,0.74793386,0.6694215,0.5661157,0.54545456,0.57024795,0.6735537,0.7066116,0.74380165,0.75619835,0.76859504,0.76859504,0.7644628,0.75619835,0.7355372,0.7231405,0.71900827,0.71900827,0.71487606,0.6942149,0.6735537,0.6570248,0.6322314,0.58677685,0.54545456,0.5123967,0.48347107,0.45867768,0.61157024,0.6322314,0.6446281,0.6487603,0.6859504,0.6818182,0.6983471,0.7231405,0.73966944,0.7644628,0.77272725,0.77272725,0.78099173,0.78512394,0.7933884,0.7933884,0.8016529,0.79752064,0.79752064,0.7892562,0.7768595,0.76859504,0.7644628,0.74380165,0.71900827,0.7066116,0.70247936,0.69008267,0.6983471,0.71487606,0.74793386,0.78512394,0.79752064,0.80991733,0.8057851,0.7933884,0.7768595,0.75206614,0.6859504,0.58264464,0.5289256,0.53305787,0.6198347,0.6735537,0.7231405,0.74380165,0.76033056,0.76859504,0.75619835,0.75619835,0.73966944,0.72727275,0.7107438,0.7107438,0.70247936,0.6735537,0.6446281,0.62396693,0.59917355,0.5661157,0.53305787,0.49586776,0.46694216,0.446281,0.61157024,0.6280992,0.62396693,0.6363636,0.6652893,0.6694215,0.69008267,0.6983471,0.72727275,0.74793386,0.75619835,0.7644628,0.7768595,0.7768595,0.78099173,0.78512394,0.79752064,0.79752064,0.7933884,0.78099173,0.76033056,0.74793386,0.73966944,0.71900827,0.6942149,0.69008267,0.6942149,0.6859504,0.6942149,0.7107438,0.74793386,0.79752064,0.8140496,0.80991733,0.79752064,0.78099173,0.7768595,0.74793386,0.70247936,0.61570245,0.5413223,0.5165289,0.57438016,0.6404959,0.7107438,0.7355372,0.75619835,0.76033056,0.75206614,0.75619835,0.73966944,0.7231405,0.7107438,0.7107438,0.6983471,0.6694215,0.6363636,0.607438,0.58264464,0.54545456,0.5165289,0.4876033,0.45867768,0.42975205,0.60330576,0.61570245,0.6280992,0.6322314,0.6487603,0.661157,0.677686,0.69008267,0.71487606,0.74380165,0.75206614,0.7644628,0.7644628,0.7768595,0.78512394,0.7892562,0.78512394,0.78512394,0.78099173,0.7644628,0.73966944,0.72727275,0.6942149,0.677686,0.6694215,0.6859504,0.6859504,0.6735537,0.69008267,0.7107438,0.74793386,0.7933884,0.8181818,0.8140496,0.78512394,0.77272725,0.7768595,0.75206614,0.7066116,0.6322314,0.58264464,0.5289256,0.5247934,0.607438,0.6735537,0.7231405,0.74793386,0.75619835,0.74793386,0.74380165,0.73140496,0.7231405,0.71487606,0.70247936,0.6859504,0.6528926,0.61570245,0.59504133,0.57024795,0.5289256,0.5,0.47107437,0.44214877,0.4338843,0.60330576,0.61570245,0.6198347,0.6322314,0.6363636,0.6570248,0.6735537,0.69008267,0.7107438,0.73140496,0.74380165,0.75206614,0.76033056,0.76859504,0.78099173,0.78099173,0.77272725,0.76033056,0.75206614,0.74380165,0.7107438,0.69008267,0.661157,0.6446281,0.661157,0.6818182,0.6818182,0.6694215,0.6694215,0.6942149,0.71900827,0.75206614,0.77272725,0.7768595,0.76033056,0.75619835,0.76859504,0.74793386,0.6942149,0.607438,0.55785125,0.5371901,0.5123967,0.5661157,0.6570248,0.6983471,0.72727275,0.7231405,0.73966944,0.73140496,0.71900827,0.7107438,0.70247936,0.6942149,0.6652893,0.6322314,0.59917355,0.5661157,0.5495868,0.5165289,0.4876033,0.47107437,0.43801653,0.43801653,0.60330576,0.61157024,0.607438,0.62396693,0.6280992,0.6528926,0.661157,0.6859504,0.6942149,0.7066116,0.73140496,0.74380165,0.75206614,0.76033056,0.76033056,0.7644628,0.75619835,0.74793386,0.7355372,0.7066116,0.6735537,0.6570248,0.6363636,0.62396693,0.6570248,0.661157,0.6487603,0.6322314,0.61570245,0.61570245,0.62396693,0.6528926,0.677686,0.69008267,0.6983471,0.70247936,0.7066116,0.6735537,0.607438,0.5123967,0.49173555,0.5,0.5,0.5413223,0.6322314,0.6818182,0.6942149,0.7066116,0.7107438,0.71487606,0.71487606,0.70247936,0.69008267,0.677686,0.6487603,0.61157024,0.58264464,0.5495868,0.5289256,0.5082645,0.4752066,0.4752066,0.45041323,0.4338843,0.607438,0.61570245,0.61157024,0.61570245,0.6280992,0.6363636,0.6446281,0.6735537,0.6818182,0.69008267,0.71900827,0.73140496,0.74380165,0.75206614,0.74380165,0.7355372,0.73966944,0.71900827,0.6983471,0.677686,0.6363636,0.6280992,0.61157024,0.607438,0.607438,0.607438,0.5785124,0.5495868,0.5165289,0.5041322,0.5123967,0.53305787,0.55785125,0.57438016,0.59504133,0.59917355,0.59504133,0.54545456,0.47933885,0.41322315,0.4214876,0.44214877,0.4752066,0.5165289,0.60330576,0.661157,0.677686,0.6942149,0.7066116,0.7066116,0.6983471,0.6983471,0.6818182,0.661157,0.62396693,0.59090906,0.56198347,0.5247934,0.5123967,0.49173555,0.4752066,0.45867768,0.45454547,0.42975205,0.60330576,0.61570245,0.62396693,0.61570245,0.6280992,0.6363636,0.6363636,0.6570248,0.6735537,0.6818182,0.6983471,0.7107438,0.72727275,0.73140496,0.71900827,0.71487606,0.7107438,0.69008267,0.6528926,0.6487603,0.6446281,0.6404959,0.6198347,0.58264464,0.5371901,0.5123967,0.46694216,0.4214876,0.36363637,0.35950413,0.40495867,0.44214877,0.46280992,0.45867768,0.46694216,0.48347107,0.4752066,0.44214877,0.38016528,0.32231405,0.3677686,0.40082645,0.446281,0.5165289,0.59917355,0.6404959,0.6570248,0.6735537,0.6859504,0.69008267,0.6818182,0.6652893,0.6404959,0.61157024,0.59504133,0.5661157,0.5371901,0.5206612,0.49586776,0.47933885,0.46280992,0.46694216,0.45041323,0.43801653,0.59090906,0.6198347,0.6198347,0.61570245,0.62396693,0.6280992,0.62396693,0.6363636,0.6528926,0.6694215,0.6859504,0.6942149,0.70247936,0.70247936,0.6942149,0.6818182,0.6859504,0.661157,0.6528926,0.661157,0.677686,0.6694215,0.661157,0.59917355,0.5082645,0.446281,0.38842976,0.33471075,0.2892562,0.27272728,0.30578512,0.37190083,0.40082645,0.3966942,0.38842976,0.40082645,0.40082645,0.37190083,0.30991736,0.29338843,0.3264463,0.38429752,0.45041323,0.5123967,0.59504133,0.6322314,0.6446281,0.6528926,0.6652893,0.6694215,0.6652893,0.6363636,0.60330576,0.5785124,0.55785125,0.5495868,0.5289256,0.4876033,0.4876033,0.4752066,0.46694216,0.47107437,0.44214877,0.42975205,0.58677685,0.61570245,0.6198347,0.6198347,0.6198347,0.6198347,0.6198347,0.6280992,0.6322314,0.6528926,0.6735537,0.6735537,0.6818182,0.6818182,0.677686,0.6694215,0.6528926,0.6404959,0.6487603,0.677686,0.6859504,0.70247936,0.71900827,0.69008267,0.57438016,0.45867768,0.4090909,0.37603307,0.36363637,0.35950413,0.35123968,0.36363637,0.38429752,0.38842976,0.3677686,0.37603307,0.39256197,0.38016528,0.338843,0.34710744,0.35123968,0.4090909,0.47933885,0.53305787,0.58677685,0.6322314,0.6528926,0.661157,0.661157,0.6528926,0.6363636,0.61570245,0.59090906,0.553719,0.5495868,0.5206612,0.5123967,0.49586776,0.49173555,0.46694216,0.45867768,0.45867768,0.45041323,0.41735536,0.5785124,0.61157024,0.61570245,0.61570245,0.6198347,0.61570245,0.61570245,0.6198347,0.6198347,0.6363636,0.6570248,0.661157,0.661157,0.6694215,0.6694215,0.6652893,0.6528926,0.6570248,0.6735537,0.7107438,0.7231405,0.72727275,0.73966944,0.73966944,0.6735537,0.5206612,0.4338843,0.3966942,0.38016528,0.39256197,0.40495867,0.41322315,0.4090909,0.40495867,0.40082645,0.4090909,0.42975205,0.4214876,0.40082645,0.40495867,0.42975205,0.46694216,0.5247934,0.54545456,0.5785124,0.6280992,0.6570248,0.661157,0.6570248,0.6487603,0.6280992,0.60330576,0.57024795,0.5371901,0.5289256,0.5041322,0.5082645,0.4752066,0.47933885,0.46280992,0.46694216,0.45454547,0.44214877,0.4214876,0.58264464,0.59504133,0.60330576,0.61157024,0.61570245,0.6198347,0.6198347,0.61570245,0.61570245,0.6280992,0.6528926,0.6652893,0.661157,0.6528926,0.6528926,0.6694215,0.6694215,0.6859504,0.7066116,0.71900827,0.7231405,0.73140496,0.73140496,0.73966944,0.7231405,0.62396693,0.5371901,0.49173555,0.45867768,0.45867768,0.45867768,0.46280992,0.45454547,0.42561984,0.43801653,0.446281,0.46280992,0.45454547,0.45867768,0.47107437,0.49586776,0.5123967,0.53305787,0.5413223,0.56198347,0.61570245,0.6528926,0.6652893,0.6570248,0.6404959,0.62396693,0.59504133,0.56198347,0.53305787,0.5206612,0.5082645,0.5041322,0.4752066,0.46280992,0.46694216,0.46280992,0.44214877,0.4338843,0.4214876,0.56198347,0.58264464,0.59090906,0.60330576,0.60330576,0.61157024,0.62396693,0.62396693,0.6198347,0.62396693,0.6404959,0.6528926,0.6570248,0.62396693,0.6280992,0.6652893,0.677686,0.70247936,0.71487606,0.71487606,0.6983471,0.71900827,0.72727275,0.73140496,0.71900827,0.69008267,0.661157,0.6322314,0.60330576,0.5785124,0.5495868,0.53305787,0.48347107,0.446281,0.45454547,0.47107437,0.48347107,0.4876033,0.49173555,0.5041322,0.5123967,0.5206612,0.5371901,0.5371901,0.553719,0.59090906,0.6322314,0.6528926,0.6528926,0.6322314,0.607438,0.5785124,0.553719,0.53305787,0.5165289,0.5082645,0.5,0.47933885,0.46694216,0.45454547,0.45454547,0.45454547,0.4090909,0.4338843,0.553719,0.57438016,0.58677685,0.58677685,0.58264464,0.59917355,0.61570245,0.61157024,0.6198347,0.61570245,0.6198347,0.6404959,0.6404959,0.62396693,0.6280992,0.6652893,0.6735537,0.6942149,0.6942149,0.6942149,0.6859504,0.6983471,0.7107438,0.7066116,0.7066116,0.69008267,0.6859504,0.6859504,0.677686,0.6652893,0.6280992,0.58264464,0.5123967,0.46694216,0.45454547,0.49173555,0.5,0.5041322,0.5041322,0.5082645,0.5123967,0.5123967,0.53305787,0.53305787,0.53305787,0.55785125,0.59090906,0.62396693,0.6363636,0.61570245,0.59090906,0.55785125,0.5413223,0.5165289,0.5082645,0.5041322,0.49586776,0.48347107,0.46280992,0.45041323,0.45041323,0.42975205,0.41735536,0.42975205,0.5495868,0.5661157,0.58677685,0.58677685,0.59090906,0.58677685,0.59917355,0.60330576,0.61157024,0.607438,0.60330576,0.6198347,0.6198347,0.6322314,0.6363636,0.6446281,0.6570248,0.6652893,0.6570248,0.6570248,0.6570248,0.6652893,0.6818182,0.6859504,0.69008267,0.6818182,0.677686,0.677686,0.6859504,0.6942149,0.6570248,0.61157024,0.5371901,0.48347107,0.4752066,0.5,0.5123967,0.5247934,0.5123967,0.5082645,0.5165289,0.5123967,0.5206612,0.5247934,0.5165289,0.5371901,0.56198347,0.59504133,0.59917355,0.59090906,0.57024795,0.53305787,0.5247934,0.49586776,0.5041322,0.49173555,0.49173555,0.46694216,0.45867768,0.45454547,0.4338843,0.4214876,0.41735536,0.42561984,0.5371901,0.553719,0.57024795,0.58264464,0.59090906,0.58677685,0.59917355,0.59917355,0.60330576,0.59917355,0.58677685,0.59504133,0.607438,0.6198347,0.61157024,0.62396693,0.6198347,0.6198347,0.62396693,0.6198347,0.607438,0.62396693,0.6487603,0.6528926,0.661157,0.6694215,0.6652893,0.6735537,0.6818182,0.6942149,0.6859504,0.6694215,0.59090906,0.59504133,0.5413223,0.54545456,0.5495868,0.5413223,0.5289256,0.5206612,0.5165289,0.5123967,0.5082645,0.5041322,0.49586776,0.5082645,0.53305787,0.553719,0.553719,0.553719,0.5413223,0.5165289,0.5082645,0.49173555,0.48347107,0.4876033,0.4752066,0.47107437,0.44214877,0.44214877,0.4214876,0.40495867,0.41322315,0.42975205,0.5123967,0.53305787,0.5495868,0.5661157,0.5785124,0.58264464,0.59090906,0.58677685,0.5785124,0.58677685,0.5785124,0.58264464,0.5785124,0.59090906,0.57024795,0.57438016,0.57438016,0.57438016,0.57438016,0.57024795,0.55785125,0.57438016,0.59917355,0.61570245,0.6363636,0.6652893,0.6694215,0.6818182,0.69008267,0.6983471,0.70247936,0.7107438,0.70247936,0.7066116,0.6694215,0.6322314,0.59090906,0.553719,0.5289256,0.5289256,0.5165289,0.5041322,0.49586776,0.4876033,0.4752066,0.48347107,0.5,0.5123967,0.5123967,0.5123967,0.5123967,0.49586776,0.4876033,0.48347107,0.47933885,0.48347107,0.47933885,0.46280992,0.42975205,0.4338843,0.40495867,0.40495867,0.4214876,0.43801653,0.47933885,0.5041322,0.5289256,0.5495868,0.56198347,0.56198347,0.57024795,0.5785124,0.5661157,0.57024795,0.58677685,0.5661157,0.5495868,0.5495868,0.5289256,0.5206612,0.5123967,0.5123967,0.5,0.49173555,0.49173555,0.5082645,0.5413223,0.57024795,0.59917355,0.6280992,0.6446281,0.6446281,0.6528926,0.6487603,0.661157,0.677686,0.71487606,0.74793386,0.71487606,0.6570248,0.58264464,0.54545456,0.5165289,0.5041322,0.5,0.4876033,0.47933885,0.46280992,0.45454547,0.45041323,0.45867768,0.4752066,0.4752066,0.47933885,0.4752066,0.47107437,0.4752066,0.47107437,0.46694216,0.48347107,0.46280992,0.45867768,0.42561984,0.41735536,0.40082645,0.40495867,0.4214876,0.4338843,0.45867768,0.49173555,0.5123967,0.5413223,0.5413223,0.54545456,0.553719,0.5661157,0.55785125,0.5661157,0.5785124,0.553719,0.5123967,0.5082645,0.48347107,0.46280992,0.45041323,0.42975205,0.4214876,0.40495867,0.4090909,0.42975205,0.46280992,0.49173555,0.5082645,0.5206612,0.5206612,0.5123967,0.49586776,0.4876033,0.49586776,0.5413223,0.5661157,0.6404959,0.60330576,0.53305787,0.45454547,0.446281,0.42975205,0.4338843,0.446281,0.446281,0.43801653,0.41735536,0.40495867,0.40082645,0.4090909,0.42975205,0.44214877,0.45041323,0.446281,0.45041323,0.46280992,0.46280992,0.45867768,0.46280992,0.44214877,0.4338843,0.4214876,0.3966942,0.3966942,0.4214876,0.42561984,0.4338843,0.42561984,0.45867768,0.48347107,0.5165289,0.5247934,0.5371901,0.53305787,0.55785125,0.55785125,0.5661157,0.55785125,0.55785125,0.5247934,0.48347107,0.46694216,0.42561984,0.40495867,0.38429752,0.37190083,0.3553719,0.34710744,0.3553719,0.37190083,0.38016528,0.37190083,0.36363637,0.3553719,0.34710744,0.3264463,0.3264463,0.3181818,0.35123968,0.37190083,0.4214876,0.40495867,0.34710744,0.3264463,0.30991736,0.32231405,0.3181818,0.32231405,0.33471075,0.3429752,0.338843,0.32231405,0.338843,0.35950413,0.38842976,0.40495867,0.42561984,0.43801653,0.44214877,0.45867768,0.46694216,0.45867768,0.446281,0.42561984,0.4090909,0.4090909,0.3966942,0.40495867,0.42561984,0.42561984,0.4338843,0.41322315,0.4214876,0.45867768,0.48347107,0.5041322,0.53305787,0.5289256,0.5371901,0.5495868,0.55785125,0.57024795,0.54545456,0.53305787,0.48347107,0.45454547,0.42561984,0.4090909,0.40082645,0.40495867,0.41322315,0.41322315,0.41322315,0.40495867,0.39256197,0.37603307,0.34710744,0.338843,0.3305785,0.30165288,0.30991736,0.28099173,0.2768595,0.28512397,0.29752067,0.2892562,0.28099173,0.28099173,0.2892562,0.30165288,0.30991736,0.30991736,0.3305785,0.35123968,0.35950413,0.37190083,0.37603307,0.37190083,0.38016528,0.40495867,0.4214876,0.44214877,0.446281,0.45867768,0.46280992,0.45041323,0.42561984,0.4090909,0.39256197,0.38842976,0.3966942,0.4090909,0.42561984,0.4214876,0.42561984,0.41322315,0.39256197,0.4338843,0.45867768,0.47933885,0.5041322,0.5247934,0.53305787,0.5289256,0.5371901,0.55785125,0.5289256,0.5247934,0.4876033,0.47107437,0.45041323,0.46694216,0.48347107,0.5041322,0.5247934,0.54545456,0.54545456,0.5413223,0.5123967,0.49586776,0.45867768,0.43801653,0.41735536,0.39256197,0.38842976,0.36363637,0.35123968,0.338843,0.338843,0.35123968,0.36363637,0.3677686,0.38842976,0.38429752,0.38429752,0.37603307,0.38842976,0.40495867,0.43801653,0.47107437,0.47933885,0.45041323,0.4338843,0.4214876,0.42975205,0.4214876,0.46694216,0.45454547,0.45041323,0.4338843,0.41322315,0.40495867,0.38842976,0.38429752,0.40082645,0.41735536,0.42561984,0.4214876,0.4214876,0.42975205,0.38016528,0.3966942,0.4214876,0.45454547,0.4752066,0.49173555,0.5165289,0.5041322,0.5165289,0.5247934,0.5041322,0.5041322,0.47933885,0.4876033,0.5082645,0.5247934,0.553719,0.5785124,0.59090906,0.59917355,0.59917355,0.59504133,0.5661157,0.5413223,0.5165289,0.49586776,0.46280992,0.45867768,0.45454547,0.45041323,0.446281,0.44214877,0.44214877,0.42561984,0.42561984,0.3966942,0.38842976,0.38016528,0.37603307,0.38429752,0.41322315,0.43801653,0.46694216,0.49173555,0.5,0.49586776,0.46694216,0.44214877,0.43801653,0.4214876,0.45454547,0.4338843,0.4338843,0.41735536,0.39256197,0.39256197,0.37190083,0.39256197,0.4090909,0.4214876,0.42561984,0.4214876,0.4214876,0.45867768,0.39256197,0.36363637,0.38842976,0.4214876,0.43801653,0.45454547,0.47933885,0.4752066,0.4876033,0.4752066,0.47933885,0.46694216,0.4752066,0.49586776,0.5123967,0.5413223,0.56198347,0.5661157,0.5661157,0.57438016,0.57438016,0.56198347,0.5413223,0.5165289,0.49173555,0.46280992,0.446281,0.446281,0.4338843,0.45041323,0.45867768,0.46280992,0.45041323,0.4214876,0.4090909,0.38842976,0.38429752,0.38016528,0.39256197,0.40495867,0.42561984,0.45041323,0.46280992,0.4752066,0.48347107,0.4876033,0.4752066,0.45041323,0.42975205,0.42975205,0.41735536,0.41735536,0.4090909,0.3966942,0.37603307,0.37190083,0.38016528,0.3966942,0.41735536,0.4214876,0.41735536,0.42561984,0.4214876,0.4752066,0.41735536,0.35950413,0.35950413,0.37603307,0.4090909,0.41735536,0.43801653,0.42975205,0.44214877,0.44214877,0.446281,0.43801653,0.45867768,0.4752066,0.47933885,0.5041322,0.5082645,0.5123967,0.5123967,0.5206612,0.5165289,0.49586776,0.4752066,0.45454547,0.42975205,0.40495867,0.40082645,0.38842976,0.36363637,0.36363637,0.38016528,0.38016528,0.37603307,0.37190083,0.3677686,0.3553719,0.3677686,0.38016528,0.40082645,0.4090909,0.41735536,0.4338843,0.446281,0.446281,0.46694216,0.46280992,0.45867768,0.43801653,0.41322315,0.40495867,0.40082645,0.40495867,0.38842976,0.37190083,0.3553719,0.3677686,0.39256197,0.41322315,0.4214876,0.4214876,0.4214876,0.42561984,0.42561984,0.47933885,0.42975205,0.37190083,0.34710744,0.3429752,0.3677686,0.37190083,0.3966942,0.3966942,0.4090909,0.41735536,0.40082645,0.4090909,0.4214876,0.42561984,0.446281,0.446281,0.44214877,0.45041323,0.46280992,0.47107437,0.4752066,0.446281,0.42975205,0.40495867,0.38429752,0.38016528,0.37603307,0.36363637,0.3429752,0.33471075,0.33471075,0.32231405,0.3181818,0.3264463,0.3264463,0.3305785,0.3429752,0.36363637,0.38429752,0.39256197,0.4090909,0.41735536,0.4338843,0.42975205,0.42975205,0.42561984,0.4090909,0.4090909,0.39256197,0.40082645,0.37603307,0.38016528,0.3553719,0.3429752,0.34710744,0.38016528,0.4090909,0.4090909,0.4214876,0.4214876,0.4214876,0.42561984,0.4214876,0.49173555,0.446281,0.39256197,0.35123968,0.3264463,0.3305785,0.3305785,0.36363637,0.36363637,0.37190083,0.38429752,0.37603307,0.38429752,0.38842976,0.39256197,0.40495867,0.41735536,0.4214876,0.4338843,0.446281,0.45454547,0.446281,0.43801653,0.4214876,0.38842976,0.38429752,0.38429752,0.39256197,0.37603307,0.37603307,0.38842976,0.38016528,0.3677686,0.37190083,0.36363637,0.3553719,0.35950413,0.3553719,0.3553719,0.38016528,0.40495867,0.40495867,0.41322315,0.41735536,0.41322315,0.41322315,0.3966942,0.3966942,0.38429752,0.39256197,0.36363637,0.3677686,0.35123968,0.33471075,0.338843,0.36363637,0.40082645,0.41322315,0.41322315,0.41735536,0.41735536,0.4214876,0.41735536,0.41322315,0.5123967,0.46694216,0.41735536,0.37190083,0.32231405,0.3181818,0.3181818,0.338843,0.3305785,0.33471075,0.338843,0.3429752,0.35950413,0.38429752,0.39256197,0.4214876,0.42975205,0.446281,0.46280992,0.46694216,0.47933885,0.4752066,0.47107437,0.45867768,0.45041323,0.45454547,0.45454547,0.45041323,0.446281,0.45041323,0.45041323,0.45867768,0.46280992,0.45867768,0.43801653,0.4338843,0.4214876,0.40495867,0.40082645,0.40082645,0.4090909,0.4090909,0.4090909,0.41735536,0.41322315,0.41322315,0.39256197,0.38429752,0.38016528,0.38016528,0.35950413,0.3553719,0.3264463,0.30578512,0.35123968,0.37603307,0.4090909,0.4090909,0.41322315,0.41322315,0.41322315,0.41735536,0.4090909,0.41322315,0.5206612,0.47933885,0.446281,0.39256197,0.33471075,0.30991736,0.30578512,0.3264463,0.30165288,0.30578512,0.3140496,0.3140496,0.3264463,0.3429752,0.3677686,0.40495867,0.42975205,0.47107437,0.4876033,0.49586776,0.5041322,0.5206612,0.5371901,0.5495868,0.553719,0.5661157,0.5495868,0.553719,0.5371901,0.5247934,0.5123967,0.5082645,0.5123967,0.5,0.4876033,0.48347107,0.47107437,0.45867768,0.45041323,0.45041323,0.44214877,0.43801653,0.4338843,0.43801653,0.4338843,0.41735536,0.40495867,0.38842976,0.36363637,0.36363637,0.3181818,0.32231405,0.30578512,0.2768595,0.3264463,0.38429752,0.3966942,0.4090909,0.41735536,0.4090909,0.4090909,0.4090909,0.4090909,0.41322315,0.5289256,0.4876033,0.46280992,0.4090909,0.35950413,0.3181818,0.30165288,0.3140496,0.30165288,0.29338843,0.30578512,0.29752067,0.30578512,0.30165288,0.32231405,0.3553719,0.38842976,0.44214877,0.4752066,0.5,0.53305787,0.55785125,0.5785124,0.59504133,0.60330576,0.62396693,0.6363636,0.62396693,0.59917355,0.58264464,0.5661157,0.5413223,0.53305787,0.5165289,0.5041322,0.49586776,0.48347107,0.47933885,0.4752066,0.48347107,0.47107437,0.46280992,0.45454547,0.45041323,0.4214876,0.3966942,0.40082645,0.338843,0.338843,0.29752067,0.26859504,0.30165288,0.30578512,0.2603306,0.2520661,0.3140496,0.3553719,0.37603307,0.40082645,0.40495867,0.40495867,0.40495867,0.4090909,0.4090909,0.53305787,0.49586776,0.48347107,0.42975205,0.38016528,0.338843,0.30578512,0.30578512,0.30578512,0.29338843,0.29752067,0.2892562,0.29338843,0.28512397,0.28512397,0.30578512,0.3429752,0.40082645,0.45454547,0.48347107,0.5041322,0.553719,0.54545456,0.57024795,0.57438016,0.59504133,0.61570245,0.61570245,0.59090906,0.58264464,0.5785124,0.553719,0.5413223,0.5247934,0.49586776,0.4876033,0.4752066,0.4752066,0.46694216,0.4752066,0.4752066,0.45041323,0.43801653,0.4338843,0.40082645,0.37603307,0.34710744,0.29338843,0.26859504,0.24793388,0.2603306,0.32231405,0.3305785,0.23553719,0.1694215,0.23966943,0.27272728,0.29752067,0.3677686,0.39256197,0.3966942,0.40495867,0.4090909,0.41322315,0.5289256,0.5206612,0.49173555,0.446281,0.4090909,0.35950413,0.32231405,0.30991736,0.30991736,0.30578512,0.30165288,0.29752067,0.2892562,0.2892562,0.2892562,0.28512397,0.29752067,0.3429752,0.3966942,0.45041323,0.46694216,0.5082645,0.5165289,0.53305787,0.5247934,0.53305787,0.5495868,0.5495868,0.53305787,0.5289256,0.5289256,0.5247934,0.5041322,0.4876033,0.47107437,0.46694216,0.45454547,0.45454547,0.446281,0.45454547,0.446281,0.4214876,0.40082645,0.38842976,0.35950413,0.33471075,0.2768595,0.24793388,0.23140496,0.24793388,0.29338843,0.35950413,0.3429752,0.21487603,0.14049587,0.16115703,0.18181819,0.2107438,0.2892562,0.35950413,0.38842976,0.40082645,0.40082645,0.40082645,0.53305787,0.5289256,0.5165289,0.47933885,0.44214877,0.37603307,0.35123968,0.3181818,0.3181818,0.3140496,0.3140496,0.30578512,0.30165288,0.30165288,0.29752067,0.29338843,0.2892562,0.28099173,0.3181818,0.3677686,0.40495867,0.41735536,0.45041323,0.45867768,0.47933885,0.4752066,0.47107437,0.47107437,0.46694216,0.45867768,0.44214877,0.446281,0.44214877,0.4338843,0.42561984,0.42975205,0.41735536,0.41735536,0.41735536,0.41735536,0.40495867,0.37603307,0.35123968,0.3429752,0.3140496,0.26859504,0.24380165,0.23553719,0.25619835,0.29752067,0.3264463,0.38016528,0.3429752,0.19421488,0.14049587,0.1446281,0.11157025,0.16115703,0.24380165,0.28512397,0.34710744,0.38016528,0.40082645,0.40495867,0.5247934,0.5289256,0.5165289,0.5,0.46280992,0.41322315,0.3677686,0.33471075,0.3264463,0.3140496,0.3181818,0.30991736,0.30991736,0.30991736,0.29752067,0.29752067,0.30991736,0.2768595,0.27272728,0.28512397,0.3181818,0.33471075,0.35950413,0.37603307,0.38842976,0.40495867,0.40082645,0.38842976,0.38429752,0.37603307,0.37190083,0.36363637,0.3677686,0.36363637,0.35950413,0.37190083,0.36363637,0.3677686,0.37190083,0.35950413,0.35123968,0.3140496,0.29338843,0.29338843,0.26859504,0.23553719,0.2603306,0.2603306,0.2892562,0.33471075,0.3553719,0.38429752,0.338843,0.18595041,0.13636364,0.14876033,0.10743801,0.14049587,0.22727273,0.23966943,0.25619835,0.3264463,0.37603307,0.3966942,0.5206612,0.5413223,0.5123967,0.5123967,0.4752066,0.45041323,0.39256197,0.36363637,0.3264463,0.3264463,0.3264463,0.3140496,0.3181818,0.30991736,0.30991736,0.3140496,0.3140496,0.30165288,0.28512397,0.27272728,0.2603306,0.2768595,0.2768595,0.28099173,0.29752067,0.3181818,0.32231405,0.3181818,0.30991736,0.3181818,0.3140496,0.30578512,0.3140496,0.30578512,0.30578512,0.30991736,0.3140496,0.30991736,0.30578512,0.2892562,0.28099173,0.2603306,0.2603306,0.2644628,0.25619835,0.24793388,0.27272728,0.2892562,0.3140496,0.3553719,0.3677686,0.38842976,0.3264463,0.18181819,0.12809917,0.14876033,0.11570248,0.09090909,0.15289256,0.20661157,0.2603306,0.2520661,0.3305785,0.37603307,0.5206612,0.5247934,0.53305787,0.5041322,0.5,0.45454547,0.42561984,0.38842976,0.34710744,0.338843,0.3181818,0.3140496,0.3181818,0.3140496,0.3264463,0.3264463,0.30991736,0.3140496,0.30578512,0.30165288,0.27272728,0.27272728,0.2520661,0.2603306,0.24380165,0.26859504,0.2603306,0.27272728,0.25619835,0.25619835,0.2644628,0.26859504,0.2603306,0.2603306,0.27272728,0.25619835,0.2644628,0.24793388,0.2520661,0.24380165,0.24380165,0.27272728,0.2520661,0.27272728,0.25619835,0.2603306,0.29338843,0.3181818,0.3429752,0.37190083,0.37603307,0.39256197,0.3140496,0.17768595,0.1322314,0.15289256,0.14049587,0.08677686,0.11157025,0.17355372,0.24380165,0.2231405,0.2603306,0.30991736,22 +0.12809917,0.3140496,0.553719,0.6404959,0.6818182,0.6942149,0.6818182,0.6652893,0.6818182,0.7107438,0.71900827,0.75206614,0.76033056,0.77272725,0.77272725,0.76859504,0.76859504,0.7768595,0.78512394,0.79752064,0.8057851,0.80991733,0.80991733,0.80991733,0.8140496,0.8181818,0.8140496,0.8140496,0.8140496,0.8181818,0.80991733,0.8016529,0.8016529,0.7892562,0.78099173,0.77272725,0.76033056,0.7644628,0.7768595,0.7768595,0.7644628,0.76033056,0.75619835,0.7355372,0.7231405,0.73140496,0.72727275,0.7107438,0.7107438,0.7107438,0.70247936,0.70247936,0.70247936,0.6942149,0.70247936,0.6859504,0.6735537,0.661157,0.6446281,0.6198347,0.61157024,0.60330576,0.59090906,0.5661157,0.14049587,0.34710744,0.5661157,0.6487603,0.69008267,0.7066116,0.7107438,0.7107438,0.73140496,0.76033056,0.77272725,0.77272725,0.78512394,0.8016529,0.7892562,0.78512394,0.78512394,0.78512394,0.7933884,0.8057851,0.8181818,0.8181818,0.8181818,0.822314,0.822314,0.8181818,0.822314,0.8181818,0.822314,0.8181818,0.8181818,0.8140496,0.8140496,0.80991733,0.7933884,0.78512394,0.77272725,0.7768595,0.78099173,0.7892562,0.7768595,0.76859504,0.76859504,0.75619835,0.74793386,0.73966944,0.7355372,0.72727275,0.7231405,0.71900827,0.71487606,0.7107438,0.70247936,0.6983471,0.71487606,0.6942149,0.6859504,0.6652893,0.6487603,0.62396693,0.6198347,0.607438,0.60330576,0.58677685,0.16115703,0.37603307,0.57438016,0.6446281,0.69008267,0.7066116,0.72727275,0.74380165,0.76033056,0.78099173,0.78512394,0.7892562,0.79752064,0.8016529,0.79752064,0.7892562,0.7933884,0.7933884,0.79752064,0.8057851,0.8181818,0.822314,0.822314,0.8264463,0.8264463,0.822314,0.822314,0.822314,0.822314,0.822314,0.822314,0.8181818,0.822314,0.822314,0.7933884,0.7892562,0.78512394,0.7933884,0.79752064,0.7933884,0.7892562,0.7892562,0.78512394,0.7768595,0.76859504,0.76033056,0.75206614,0.74793386,0.7355372,0.73140496,0.7355372,0.72727275,0.71487606,0.7107438,0.71487606,0.7107438,0.6942149,0.6735537,0.6528926,0.62396693,0.6198347,0.60330576,0.60330576,0.59917355,0.18595041,0.40082645,0.58677685,0.6446281,0.69008267,0.71900827,0.73966944,0.75619835,0.76859504,0.78099173,0.79752064,0.7933884,0.79752064,0.79752064,0.7933884,0.79752064,0.8016529,0.7933884,0.79752064,0.8057851,0.8057851,0.8140496,0.8181818,0.822314,0.8181818,0.8181818,0.8181818,0.8181818,0.8181818,0.8181818,0.8181818,0.8140496,0.8140496,0.8057851,0.8016529,0.79752064,0.79752064,0.8016529,0.8057851,0.8057851,0.8016529,0.79752064,0.79752064,0.7933884,0.7892562,0.78099173,0.76859504,0.75619835,0.74793386,0.74380165,0.74793386,0.73966944,0.71900827,0.73140496,0.71900827,0.71900827,0.69008267,0.6818182,0.6570248,0.62396693,0.6198347,0.60330576,0.59917355,0.59917355,0.20661157,0.4214876,0.58677685,0.6404959,0.6859504,0.72727275,0.74793386,0.76033056,0.77272725,0.7768595,0.8016529,0.7933884,0.7933884,0.7892562,0.78512394,0.7892562,0.7933884,0.78512394,0.7933884,0.7933884,0.79752064,0.8016529,0.8057851,0.8057851,0.8057851,0.8057851,0.80991733,0.80991733,0.8057851,0.8057851,0.80991733,0.8016529,0.8057851,0.79752064,0.79752064,0.8016529,0.8057851,0.80991733,0.80991733,0.8140496,0.8057851,0.8016529,0.8016529,0.8016529,0.79752064,0.7892562,0.78099173,0.77272725,0.7644628,0.76033056,0.76033056,0.75206614,0.73140496,0.7355372,0.72727275,0.71487606,0.69008267,0.6818182,0.6528926,0.6280992,0.61570245,0.60330576,0.59917355,0.59917355,0.23966943,0.45041323,0.59504133,0.6404959,0.6859504,0.7231405,0.73966944,0.75619835,0.76859504,0.77272725,0.78099173,0.78512394,0.7933884,0.7933884,0.7768595,0.78099173,0.78099173,0.76859504,0.7768595,0.7768595,0.78099173,0.78512394,0.78512394,0.78512394,0.78512394,0.7933884,0.79752064,0.79752064,0.7933884,0.7933884,0.79752064,0.7933884,0.79752064,0.7892562,0.7892562,0.79752064,0.8057851,0.80991733,0.80991733,0.8181818,0.8057851,0.8057851,0.8016529,0.79752064,0.7933884,0.7892562,0.78099173,0.7768595,0.77272725,0.76859504,0.7644628,0.76033056,0.74793386,0.74380165,0.73140496,0.71900827,0.6983471,0.6859504,0.661157,0.6322314,0.6198347,0.59917355,0.59917355,0.59504133,0.29338843,0.4752066,0.60330576,0.6487603,0.6859504,0.71487606,0.7355372,0.75206614,0.74793386,0.75206614,0.76859504,0.7768595,0.78512394,0.78099173,0.7644628,0.7644628,0.7644628,0.75206614,0.74793386,0.76033056,0.7644628,0.76859504,0.7644628,0.7644628,0.77272725,0.78512394,0.78512394,0.7768595,0.7768595,0.78099173,0.78099173,0.7768595,0.7768595,0.7768595,0.7768595,0.78099173,0.7892562,0.7933884,0.8016529,0.80991733,0.8016529,0.8016529,0.7892562,0.78512394,0.7892562,0.78099173,0.78099173,0.78099173,0.77272725,0.7644628,0.7644628,0.7644628,0.75619835,0.74793386,0.7355372,0.7231405,0.7107438,0.6859504,0.6694215,0.6363636,0.6280992,0.59917355,0.59504133,0.59504133,0.3553719,0.5123967,0.61570245,0.6570248,0.677686,0.6942149,0.71900827,0.72727275,0.7231405,0.73140496,0.74793386,0.75619835,0.75619835,0.7644628,0.73966944,0.74380165,0.74793386,0.73966944,0.7355372,0.74380165,0.74380165,0.74793386,0.74793386,0.75206614,0.76033056,0.76859504,0.76859504,0.7644628,0.76033056,0.7644628,0.7644628,0.75619835,0.75619835,0.74793386,0.75206614,0.75619835,0.7644628,0.75619835,0.76859504,0.7768595,0.76859504,0.7768595,0.76859504,0.7644628,0.76859504,0.76859504,0.7644628,0.76859504,0.76033056,0.75206614,0.75619835,0.76033056,0.75619835,0.75206614,0.74380165,0.73140496,0.71487606,0.69008267,0.6735537,0.6487603,0.6322314,0.607438,0.59917355,0.59090906,0.4214876,0.5247934,0.59917355,0.6198347,0.6363636,0.6487603,0.661157,0.6652893,0.6570248,0.6694215,0.69008267,0.6942149,0.6942149,0.7107438,0.6942149,0.6942149,0.7107438,0.7066116,0.71487606,0.7231405,0.71487606,0.7107438,0.71487606,0.7231405,0.7355372,0.74380165,0.75206614,0.75206614,0.74380165,0.73966944,0.7355372,0.7231405,0.72727275,0.71900827,0.71900827,0.71900827,0.7066116,0.69008267,0.6983471,0.70247936,0.7066116,0.71900827,0.7107438,0.6983471,0.6983471,0.70247936,0.7066116,0.71487606,0.71900827,0.7231405,0.72727275,0.7355372,0.73966944,0.74793386,0.74793386,0.74793386,0.7231405,0.7107438,0.6818182,0.661157,0.6363636,0.61157024,0.59504133,0.59090906,0.4752066,0.5041322,0.53305787,0.54545456,0.553719,0.5661157,0.5785124,0.5785124,0.5661157,0.57024795,0.58264464,0.59504133,0.58264464,0.59504133,0.59090906,0.59917355,0.62396693,0.6363636,0.661157,0.661157,0.661157,0.661157,0.6652893,0.6818182,0.70247936,0.71487606,0.72727275,0.73140496,0.71487606,0.70247936,0.6859504,0.6694215,0.6570248,0.6446281,0.6528926,0.6404959,0.61570245,0.5785124,0.57438016,0.5785124,0.5785124,0.58677685,0.57438016,0.57438016,0.5785124,0.59090906,0.607438,0.62396693,0.6446281,0.6570248,0.6694215,0.6859504,0.6942149,0.7107438,0.7231405,0.72727275,0.72727275,0.7107438,0.6859504,0.6652893,0.6446281,0.61570245,0.60330576,0.59090906,0.48347107,0.46694216,0.45867768,0.45041323,0.45454547,0.47107437,0.48347107,0.4876033,0.4752066,0.46280992,0.46694216,0.47107437,0.45867768,0.46280992,0.45867768,0.47933885,0.5,0.53305787,0.5661157,0.5661157,0.58264464,0.59504133,0.60330576,0.6363636,0.6570248,0.69008267,0.7107438,0.7107438,0.6859504,0.6652893,0.6446281,0.61570245,0.59090906,0.5661157,0.553719,0.5413223,0.5206612,0.5041322,0.4752066,0.45454547,0.46280992,0.46280992,0.46280992,0.45454547,0.46280992,0.47107437,0.4876033,0.5123967,0.54545456,0.57024795,0.59090906,0.61570245,0.62396693,0.6446281,0.6652893,0.677686,0.6818182,0.6694215,0.6528926,0.6446281,0.6363636,0.61570245,0.60330576,0.59090906,0.48347107,0.46280992,0.42561984,0.3966942,0.3966942,0.4214876,0.4338843,0.42975205,0.4214876,0.4090909,0.40082645,0.39256197,0.38016528,0.37603307,0.3677686,0.38429752,0.40082645,0.43801653,0.446281,0.4752066,0.5,0.53305787,0.5495868,0.58264464,0.61157024,0.661157,0.6818182,0.677686,0.661157,0.6322314,0.60330576,0.5785124,0.5495868,0.5165289,0.49586776,0.48347107,0.4752066,0.46694216,0.43801653,0.4214876,0.40495867,0.40495867,0.4090909,0.40082645,0.41322315,0.41735536,0.42561984,0.446281,0.46694216,0.4876033,0.5123967,0.53305787,0.54545456,0.56198347,0.58264464,0.60330576,0.61157024,0.607438,0.59504133,0.60330576,0.58264464,0.59090906,0.59090906,0.59090906,0.49173555,0.47107437,0.42975205,0.40495867,0.3966942,0.41322315,0.4214876,0.4090909,0.38429752,0.36363637,0.34710744,0.338843,0.3264463,0.3264463,0.32231405,0.32231405,0.34710744,0.36363637,0.37603307,0.4090909,0.4338843,0.4752066,0.5041322,0.5413223,0.5785124,0.6322314,0.6528926,0.6528926,0.6322314,0.59090906,0.56198347,0.5413223,0.5165289,0.49586776,0.48347107,0.47107437,0.46280992,0.45454547,0.45041323,0.42975205,0.41735536,0.41322315,0.40082645,0.40495867,0.40495867,0.40082645,0.4090909,0.42561984,0.4338843,0.446281,0.45867768,0.4752066,0.48347107,0.49173555,0.5123967,0.5206612,0.5371901,0.54545456,0.5247934,0.5206612,0.5289256,0.5413223,0.553719,0.57024795,0.5123967,0.5,0.45041323,0.41735536,0.41322315,0.41735536,0.40495867,0.37190083,0.3305785,0.29752067,0.2892562,0.28512397,0.28099173,0.28099173,0.2768595,0.27272728,0.29752067,0.29752067,0.3305785,0.35950413,0.40495867,0.4338843,0.46694216,0.5123967,0.55785125,0.6198347,0.6404959,0.6446281,0.62396693,0.59090906,0.553719,0.5247934,0.5123967,0.49586776,0.49173555,0.47933885,0.46280992,0.45454547,0.45867768,0.44214877,0.4214876,0.4090909,0.38429752,0.38429752,0.36363637,0.36363637,0.3553719,0.37603307,0.3966942,0.41322315,0.4214876,0.44214877,0.45867768,0.47107437,0.49586776,0.5082645,0.5082645,0.5082645,0.49586776,0.5082645,0.47933885,0.5123967,0.5289256,0.53305787,0.5123967,0.5289256,0.47933885,0.42975205,0.4214876,0.4090909,0.37190083,0.3140496,0.25619835,0.23140496,0.2603306,0.30578512,0.30991736,0.27272728,0.25619835,0.2644628,0.24380165,0.24380165,0.26859504,0.3140496,0.3677686,0.40082645,0.4338843,0.47933885,0.553719,0.61157024,0.6528926,0.6735537,0.661157,0.6280992,0.58677685,0.5495868,0.5289256,0.5123967,0.5,0.47933885,0.46694216,0.45454547,0.45867768,0.42975205,0.38016528,0.37190083,0.35950413,0.3429752,0.3264463,0.3140496,0.28512397,0.29752067,0.3181818,0.33471075,0.35123968,0.37603307,0.40495867,0.43801653,0.47107437,0.49173555,0.5041322,0.49586776,0.5041322,0.5082645,0.5082645,0.5123967,0.5206612,0.5041322,0.5247934,0.55785125,0.5082645,0.446281,0.42561984,0.38429752,0.338843,0.27272728,0.21900827,0.23140496,0.30991736,0.3966942,0.3966942,0.3140496,0.2768595,0.29752067,0.2520661,0.23553719,0.23966943,0.2768595,0.33471075,0.3553719,0.4090909,0.45867768,0.54545456,0.6280992,0.6942149,0.7231405,0.72727275,0.7066116,0.6528926,0.59504133,0.5495868,0.5165289,0.5,0.4752066,0.46280992,0.4338843,0.42975205,0.40082645,0.35950413,0.35123968,0.35123968,0.3553719,0.37190083,0.30578512,0.2768595,0.2644628,0.25619835,0.2603306,0.27272728,0.28512397,0.30991736,0.3429752,0.38429752,0.43801653,0.47107437,0.4876033,0.5041322,0.5123967,0.5206612,0.5289256,0.5082645,0.5206612,0.5206612,0.59504133,0.553719,0.48347107,0.44214877,0.38016528,0.3305785,0.25619835,0.23553719,0.28512397,0.38016528,0.46694216,0.46280992,0.3677686,0.29338843,0.29752067,0.28099173,0.2520661,0.27272728,0.34710744,0.35123968,0.36363637,0.38429752,0.42975205,0.55785125,0.6694215,0.74380165,0.7768595,0.78099173,0.76033056,0.71487606,0.6446281,0.58264464,0.53305787,0.49173555,0.46694216,0.45041323,0.42561984,0.41322315,0.38842976,0.3677686,0.35950413,0.38842976,0.44214877,0.4752066,0.35950413,0.32231405,0.30165288,0.25619835,0.23553719,0.22727273,0.24380165,0.25619835,0.26859504,0.2892562,0.3264463,0.39256197,0.45041323,0.46694216,0.5,0.5165289,0.5165289,0.5082645,0.5206612,0.53305787,0.61157024,0.6198347,0.5413223,0.4752066,0.4090909,0.35950413,0.2892562,0.28512397,0.338843,0.4090909,0.47933885,0.5,0.4338843,0.338843,0.30165288,0.2892562,0.29338843,0.32231405,0.42561984,0.41735536,0.38842976,0.3553719,0.4214876,0.5785124,0.7066116,0.7768595,0.80991733,0.80991733,0.79752064,0.76033056,0.6859504,0.61157024,0.54545456,0.49173555,0.46280992,0.446281,0.446281,0.4338843,0.40495867,0.38842976,0.3966942,0.46280992,0.54545456,0.57024795,0.43801653,0.38016528,0.34710744,0.27272728,0.2603306,0.23553719,0.27272728,0.29752067,0.27272728,0.2603306,0.28512397,0.3305785,0.38016528,0.43801653,0.47107437,0.49173555,0.5041322,0.5041322,0.5206612,0.53305787,0.6280992,0.677686,0.61157024,0.5371901,0.4752066,0.4338843,0.37603307,0.3677686,0.3966942,0.42975205,0.47107437,0.5082645,0.47933885,0.4090909,0.3677686,0.35123968,0.3553719,0.40082645,0.43801653,0.42561984,0.39256197,0.36363637,0.45041323,0.61570245,0.74793386,0.8057851,0.8305785,0.8264463,0.8140496,0.78099173,0.71900827,0.6446281,0.5661157,0.5041322,0.47107437,0.47107437,0.47933885,0.47107437,0.42561984,0.4214876,0.45041323,0.49586776,0.5785124,0.61570245,0.5247934,0.4090909,0.3553719,0.3181818,0.27272728,0.29338843,0.3553719,0.38842976,0.3553719,0.30578512,0.29338843,0.3181818,0.35950413,0.40495867,0.44214877,0.4752066,0.5,0.49586776,0.5247934,0.53305787,0.6487603,0.7107438,0.677686,0.6280992,0.5785124,0.5413223,0.48347107,0.46280992,0.47107437,0.47933885,0.4876033,0.5041322,0.5082645,0.4876033,0.45867768,0.45454547,0.45867768,0.446281,0.43801653,0.44214877,0.42975205,0.41735536,0.5082645,0.6528926,0.78099173,0.8264463,0.8347107,0.8305785,0.822314,0.78512394,0.7355372,0.6735537,0.59917355,0.53305787,0.5082645,0.5082645,0.5206612,0.5082645,0.45867768,0.45041323,0.46280992,0.4876033,0.55785125,0.59090906,0.57438016,0.46694216,0.40082645,0.34710744,0.3264463,0.37603307,0.446281,0.46694216,0.44214877,0.38429752,0.35123968,0.3553719,0.38016528,0.4090909,0.4338843,0.47107437,0.49586776,0.5041322,0.5371901,0.5289256,0.661157,0.72727275,0.72727275,0.7066116,0.6818182,0.6404959,0.59090906,0.55785125,0.553719,0.5495868,0.5371901,0.53305787,0.5289256,0.5082645,0.4876033,0.48347107,0.47933885,0.4752066,0.48347107,0.46694216,0.47107437,0.5,0.57438016,0.7066116,0.7933884,0.8347107,0.8347107,0.8264463,0.8140496,0.78099173,0.73966944,0.69008267,0.6363636,0.58264464,0.55785125,0.553719,0.55785125,0.5495868,0.5165289,0.4876033,0.46280992,0.4752066,0.5123967,0.5413223,0.553719,0.5123967,0.47107437,0.4338843,0.446281,0.47107437,0.49173555,0.5,0.47933885,0.45041323,0.44214877,0.4338843,0.4338843,0.446281,0.45454547,0.47107437,0.5041322,0.5247934,0.55785125,0.5289256,0.661157,0.73140496,0.74793386,0.74793386,0.73966944,0.70247936,0.677686,0.6363636,0.61157024,0.59504133,0.58264464,0.57024795,0.5495868,0.5247934,0.5082645,0.5041322,0.5123967,0.5165289,0.5289256,0.5289256,0.54545456,0.59917355,0.6446281,0.73140496,0.8016529,0.838843,0.8347107,0.822314,0.8057851,0.77272725,0.7355372,0.6983471,0.6694215,0.6404959,0.62396693,0.6198347,0.607438,0.59090906,0.57024795,0.53305787,0.5,0.4876033,0.5082645,0.5247934,0.5289256,0.53305787,0.5206612,0.5082645,0.5041322,0.5082645,0.5206612,0.5247934,0.5123967,0.5082645,0.5123967,0.5123967,0.5082645,0.5,0.5,0.5082645,0.5289256,0.553719,0.5785124,0.5371901,0.661157,0.73140496,0.76033056,0.76859504,0.76859504,0.74380165,0.71900827,0.6859504,0.6487603,0.6198347,0.607438,0.59090906,0.57438016,0.57438016,0.58264464,0.58677685,0.58677685,0.59504133,0.60330576,0.61157024,0.6322314,0.6652893,0.6983471,0.74380165,0.80991733,0.8347107,0.838843,0.8181818,0.7933884,0.76033056,0.72727275,0.7066116,0.6942149,0.69008267,0.6942149,0.6859504,0.661157,0.6404959,0.61570245,0.5785124,0.5495868,0.53305787,0.5123967,0.5247934,0.5289256,0.54545456,0.55785125,0.5661157,0.57438016,0.57438016,0.5661157,0.57438016,0.56198347,0.55785125,0.5661157,0.5661157,0.57024795,0.5661157,0.5661157,0.57024795,0.57438016,0.59090906,0.61157024,0.5371901,0.661157,0.73140496,0.76033056,0.7768595,0.78099173,0.7768595,0.74380165,0.7231405,0.6942149,0.6818182,0.6694215,0.6570248,0.6363636,0.6322314,0.6363636,0.6446281,0.6528926,0.6652893,0.6818182,0.6859504,0.6859504,0.70247936,0.71487606,0.7644628,0.8181818,0.8305785,0.8305785,0.8057851,0.7768595,0.74380165,0.71487606,0.7066116,0.70247936,0.7107438,0.71900827,0.7231405,0.71900827,0.6983471,0.677686,0.6487603,0.61570245,0.59917355,0.57438016,0.5495868,0.5495868,0.5371901,0.56198347,0.57438016,0.58677685,0.60330576,0.607438,0.6198347,0.61570245,0.61570245,0.61157024,0.61157024,0.6198347,0.62396693,0.6280992,0.6280992,0.6280992,0.6363636,0.6487603,0.5371901,0.661157,0.72727275,0.76033056,0.7892562,0.78099173,0.79752064,0.78099173,0.7644628,0.74380165,0.7107438,0.6983471,0.6983471,0.6818182,0.6694215,0.6859504,0.7107438,0.7231405,0.7231405,0.71900827,0.7107438,0.7066116,0.71487606,0.73140496,0.7768595,0.8140496,0.8181818,0.8181818,0.7892562,0.76033056,0.72727275,0.7107438,0.6983471,0.6983471,0.7066116,0.71487606,0.7355372,0.74793386,0.73966944,0.72727275,0.70247936,0.6735537,0.6570248,0.6363636,0.6322314,0.6280992,0.61570245,0.61570245,0.61157024,0.61570245,0.6322314,0.6446281,0.6652893,0.6735537,0.677686,0.6652893,0.661157,0.6652893,0.6735537,0.677686,0.6859504,0.6859504,0.6818182,0.677686,0.53305787,0.6528926,0.71487606,0.76033056,0.78099173,0.7892562,0.8016529,0.7933884,0.78512394,0.7892562,0.75206614,0.73140496,0.74380165,0.73140496,0.72727275,0.73966944,0.75206614,0.75619835,0.74793386,0.73140496,0.71900827,0.7107438,0.7231405,0.74380165,0.7892562,0.8140496,0.80991733,0.8016529,0.7768595,0.74793386,0.7231405,0.6942149,0.69008267,0.6859504,0.69008267,0.70247936,0.73140496,0.76033056,0.76859504,0.7644628,0.75619835,0.7355372,0.70247936,0.6735537,0.677686,0.6818182,0.6818182,0.69008267,0.6859504,0.677686,0.6818182,0.6942149,0.7107438,0.71487606,0.71900827,0.71487606,0.7107438,0.71487606,0.71487606,0.7231405,0.7355372,0.72727275,0.71487606,0.70247936,0.5289256,0.6404959,0.7107438,0.74793386,0.77272725,0.7933884,0.8016529,0.7933884,0.7892562,0.8057851,0.77272725,0.7644628,0.76859504,0.7768595,0.77272725,0.77272725,0.76859504,0.76033056,0.74793386,0.73140496,0.71900827,0.7107438,0.73140496,0.75619835,0.8016529,0.8181818,0.8140496,0.7933884,0.76859504,0.7355372,0.7107438,0.6859504,0.6859504,0.677686,0.6818182,0.69008267,0.71487606,0.75619835,0.7768595,0.78099173,0.78099173,0.7768595,0.75206614,0.73966944,0.72727275,0.71900827,0.72727275,0.73140496,0.72727275,0.72727275,0.7355372,0.73966944,0.74380165,0.74793386,0.75206614,0.75206614,0.75206614,0.75206614,0.75206614,0.75619835,0.76033056,0.74793386,0.72727275,0.7107438,0.5371901,0.62396693,0.6942149,0.74380165,0.7644628,0.78099173,0.7892562,0.77272725,0.78099173,0.7933884,0.78099173,0.78099173,0.78099173,0.78512394,0.78099173,0.78099173,0.77272725,0.76033056,0.74793386,0.73140496,0.71487606,0.71487606,0.7355372,0.76859504,0.8057851,0.8181818,0.8057851,0.7933884,0.76859504,0.72727275,0.7066116,0.677686,0.6694215,0.6652893,0.677686,0.6942149,0.7107438,0.74380165,0.76859504,0.78099173,0.7892562,0.7892562,0.78512394,0.78512394,0.78099173,0.77272725,0.77272725,0.76859504,0.76859504,0.76859504,0.7768595,0.78099173,0.7768595,0.78099173,0.7892562,0.78512394,0.78099173,0.7768595,0.7768595,0.77272725,0.76859504,0.75206614,0.72727275,0.70247936,0.5289256,0.6322314,0.677686,0.7066116,0.74793386,0.76859504,0.78099173,0.76033056,0.77272725,0.7892562,0.78099173,0.78512394,0.78099173,0.78512394,0.78099173,0.7768595,0.77272725,0.7644628,0.75206614,0.72727275,0.7107438,0.71900827,0.74380165,0.78099173,0.80991733,0.8181818,0.8057851,0.7933884,0.77272725,0.7231405,0.6942149,0.6694215,0.6528926,0.661157,0.6735537,0.6859504,0.7107438,0.74380165,0.7644628,0.78099173,0.7933884,0.79752064,0.7933884,0.8016529,0.80991733,0.8057851,0.8016529,0.79752064,0.79752064,0.79752064,0.8057851,0.8057851,0.8057851,0.8057851,0.80991733,0.8057851,0.8016529,0.79752064,0.7892562,0.7768595,0.76859504,0.74793386,0.7107438,0.6818182,0.5495868,0.62396693,0.6652893,0.7066116,0.71487606,0.74380165,0.7768595,0.7768595,0.7768595,0.78512394,0.7892562,0.78512394,0.78099173,0.78099173,0.77272725,0.76859504,0.76859504,0.75619835,0.74380165,0.71900827,0.7066116,0.7231405,0.75206614,0.7892562,0.8140496,0.8181818,0.80991733,0.7892562,0.7644628,0.7231405,0.6818182,0.6487603,0.6446281,0.6487603,0.661157,0.6818182,0.71900827,0.75206614,0.7644628,0.78099173,0.7933884,0.8016529,0.8016529,0.8057851,0.8140496,0.8181818,0.8140496,0.80991733,0.8057851,0.80991733,0.8181818,0.80991733,0.80991733,0.8181818,0.8140496,0.80991733,0.8057851,0.79752064,0.7892562,0.77272725,0.75619835,0.7355372,0.6983471,0.6652893,0.54545456,0.62396693,0.6652893,0.6983471,0.71900827,0.73966944,0.76033056,0.76859504,0.7768595,0.78099173,0.7892562,0.78099173,0.78099173,0.77272725,0.76859504,0.7644628,0.75619835,0.74793386,0.72727275,0.7107438,0.7107438,0.73140496,0.7644628,0.7933884,0.8181818,0.8181818,0.8016529,0.78512394,0.76033056,0.71487606,0.6528926,0.6198347,0.59917355,0.60330576,0.607438,0.6446281,0.6942149,0.74380165,0.76859504,0.78099173,0.7933884,0.8016529,0.8057851,0.80991733,0.80991733,0.8140496,0.8140496,0.80991733,0.8016529,0.79752064,0.80991733,0.8057851,0.8057851,0.8140496,0.8057851,0.8016529,0.7933884,0.7892562,0.78512394,0.76033056,0.7355372,0.71487606,0.69008267,0.6528926,0.553719,0.61570245,0.6570248,0.6942149,0.71487606,0.73966944,0.76033056,0.7644628,0.77272725,0.78512394,0.78099173,0.78512394,0.78512394,0.77272725,0.76859504,0.76033056,0.74793386,0.7355372,0.71487606,0.7066116,0.7231405,0.75206614,0.78099173,0.80991733,0.8264463,0.8181818,0.7933884,0.77272725,0.74793386,0.7066116,0.6487603,0.60330576,0.55785125,0.5785124,0.59504133,0.6198347,0.661157,0.7231405,0.76033056,0.77272725,0.78512394,0.7933884,0.8057851,0.80991733,0.80991733,0.80991733,0.80991733,0.8057851,0.79752064,0.7892562,0.7933884,0.7892562,0.79752064,0.7933884,0.78512394,0.7768595,0.77272725,0.77272725,0.7644628,0.7355372,0.7107438,0.6859504,0.6694215,0.6363636,0.54545456,0.62396693,0.661157,0.6983471,0.7231405,0.74380165,0.75619835,0.76033056,0.76859504,0.78099173,0.7768595,0.78099173,0.78512394,0.77272725,0.7644628,0.75619835,0.73140496,0.71487606,0.7066116,0.7107438,0.7355372,0.77272725,0.8016529,0.822314,0.8305785,0.8181818,0.7892562,0.76859504,0.74380165,0.7107438,0.6570248,0.61157024,0.57438016,0.59090906,0.60330576,0.61157024,0.6404959,0.6983471,0.7355372,0.76033056,0.78099173,0.7933884,0.8016529,0.80991733,0.8140496,0.80991733,0.8057851,0.8016529,0.7933884,0.7892562,0.78512394,0.78512394,0.7892562,0.78512394,0.76859504,0.75206614,0.74793386,0.73966944,0.7355372,0.71487606,0.6694215,0.6570248,0.6404959,0.61157024,0.5413223,0.61157024,0.661157,0.69008267,0.7107438,0.7355372,0.74793386,0.76033056,0.7644628,0.77272725,0.7768595,0.76859504,0.77272725,0.7644628,0.74793386,0.73966944,0.7066116,0.69008267,0.6983471,0.7107438,0.7355372,0.78099173,0.8140496,0.8264463,0.8264463,0.8140496,0.7892562,0.77272725,0.74793386,0.71900827,0.677686,0.6322314,0.62396693,0.6446281,0.6280992,0.6322314,0.6280992,0.6570248,0.70247936,0.74380165,0.76859504,0.7892562,0.8016529,0.80991733,0.80991733,0.8016529,0.8016529,0.8016529,0.79752064,0.7892562,0.7933884,0.7892562,0.78512394,0.78099173,0.7644628,0.74793386,0.73966944,0.7231405,0.71900827,0.6942149,0.6694215,0.6446281,0.61570245,0.58677685,0.5289256,0.59917355,0.6487603,0.6735537,0.6942149,0.72727275,0.74380165,0.75206614,0.75619835,0.76033056,0.76033056,0.75206614,0.75619835,0.74793386,0.71900827,0.7066116,0.677686,0.6652893,0.6652893,0.6859504,0.7107438,0.74380165,0.78512394,0.8057851,0.8057851,0.7933884,0.7768595,0.7644628,0.7355372,0.6859504,0.6528926,0.6280992,0.61157024,0.661157,0.6487603,0.6404959,0.59504133,0.61570245,0.661157,0.71900827,0.75619835,0.78099173,0.79752064,0.8016529,0.8057851,0.8016529,0.79752064,0.8016529,0.79752064,0.7933884,0.79752064,0.7892562,0.78099173,0.77272725,0.76033056,0.73140496,0.73966944,0.7231405,0.7066116,0.6818182,0.661157,0.6280992,0.60330576,0.57438016,0.5289256,0.58677685,0.6322314,0.661157,0.69008267,0.71487606,0.72727275,0.73966944,0.74380165,0.73966944,0.73966944,0.73966944,0.7355372,0.7231405,0.6983471,0.677686,0.6446281,0.62396693,0.59917355,0.61570245,0.6404959,0.6818182,0.71900827,0.75206614,0.7644628,0.74793386,0.72727275,0.69008267,0.6528926,0.59917355,0.58264464,0.57438016,0.57438016,0.6280992,0.6363636,0.62396693,0.58677685,0.59504133,0.6404959,0.70247936,0.74380165,0.76859504,0.78099173,0.7933884,0.7933884,0.7933884,0.79752064,0.7933884,0.7892562,0.7933884,0.7892562,0.78512394,0.7768595,0.76859504,0.74793386,0.72727275,0.72727275,0.71487606,0.70247936,0.6735537,0.6404959,0.61157024,0.59090906,0.5661157,0.5165289,0.57438016,0.61570245,0.6446281,0.6694215,0.69008267,0.7066116,0.71487606,0.71900827,0.71900827,0.71487606,0.71900827,0.7066116,0.70247936,0.6983471,0.6652893,0.61157024,0.5661157,0.5165289,0.5165289,0.54545456,0.59917355,0.6404959,0.6652893,0.677686,0.6570248,0.61157024,0.57024795,0.5371901,0.5082645,0.5082645,0.5165289,0.53305787,0.5785124,0.59917355,0.60330576,0.5661157,0.57024795,0.6322314,0.6983471,0.73140496,0.75619835,0.7644628,0.7768595,0.78099173,0.78512394,0.7892562,0.78512394,0.78099173,0.78512394,0.7892562,0.78099173,0.76859504,0.76033056,0.74380165,0.71487606,0.7107438,0.6983471,0.6859504,0.6652893,0.6322314,0.60330576,0.58264464,0.56198347,0.5041322,0.55785125,0.59090906,0.62396693,0.6487603,0.6652893,0.6859504,0.6942149,0.6942149,0.6942149,0.6942149,0.6942149,0.6859504,0.70247936,0.6983471,0.6859504,0.58677685,0.49586776,0.44214877,0.4214876,0.45041323,0.48347107,0.5123967,0.5413223,0.54545456,0.5247934,0.5041322,0.48347107,0.45867768,0.43801653,0.41322315,0.43801653,0.4752066,0.5123967,0.5495868,0.56198347,0.5371901,0.5371901,0.61570245,0.6942149,0.72727275,0.7355372,0.74793386,0.7644628,0.7768595,0.78099173,0.7768595,0.7768595,0.7768595,0.77272725,0.78099173,0.7644628,0.76033056,0.73966944,0.72727275,0.7107438,0.6983471,0.6818182,0.6735537,0.6570248,0.6280992,0.59504133,0.5785124,0.56198347,0.5,0.5413223,0.5661157,0.59504133,0.62396693,0.6446281,0.661157,0.6735537,0.6735537,0.6694215,0.6818182,0.677686,0.677686,0.6983471,0.7107438,0.7231405,0.60330576,0.47933885,0.39256197,0.35950413,0.38429752,0.40495867,0.41735536,0.42975205,0.45041323,0.45867768,0.446281,0.4214876,0.38016528,0.3264463,0.2768595,0.30578512,0.38429752,0.43801653,0.48347107,0.49586776,0.4876033,0.5,0.59504133,0.6942149,0.73140496,0.7231405,0.72727275,0.74793386,0.7644628,0.76859504,0.7644628,0.76859504,0.76859504,0.76033056,0.75619835,0.74793386,0.7355372,0.71900827,0.7066116,0.69008267,0.69008267,0.661157,0.6528926,0.6363636,0.60330576,0.58264464,0.57024795,0.55785125,0.4876033,0.5289256,0.54545456,0.57024795,0.59917355,0.62396693,0.6404959,0.6528926,0.6652893,0.6652893,0.661157,0.6694215,0.6735537,0.70247936,0.71900827,0.73140496,0.69008267,0.5413223,0.43801653,0.38016528,0.35950413,0.38429752,0.38842976,0.38429752,0.39256197,0.40495867,0.39256197,0.3677686,0.338843,0.29338843,0.24380165,0.24793388,0.32231405,0.38842976,0.4214876,0.446281,0.44214877,0.47107437,0.58677685,0.6983471,0.7355372,0.72727275,0.7107438,0.7231405,0.73966944,0.74793386,0.74793386,0.75206614,0.73966944,0.71900827,0.71487606,0.71487606,0.71487606,0.70247936,0.69008267,0.6735537,0.6652893,0.6446281,0.6280992,0.61157024,0.59504133,0.57024795,0.553719,0.553719,0.47107437,0.5123967,0.5247934,0.5495868,0.5785124,0.61157024,0.6198347,0.6280992,0.6487603,0.6570248,0.6528926,0.6694215,0.6859504,0.7066116,0.7231405,0.7355372,0.7355372,0.62396693,0.4752066,0.41735536,0.38016528,0.36363637,0.37603307,0.37190083,0.37603307,0.37603307,0.37603307,0.38016528,0.37603307,0.35123968,0.3305785,0.33471075,0.35123968,0.38016528,0.3966942,0.4214876,0.42561984,0.47107437,0.59090906,0.70247936,0.73966944,0.73140496,0.71900827,0.7107438,0.73140496,0.72727275,0.73140496,0.73140496,0.71900827,0.7066116,0.6942149,0.6859504,0.6859504,0.6735537,0.6694215,0.6487603,0.6404959,0.62396693,0.59504133,0.59090906,0.58677685,0.55785125,0.553719,0.54545456,0.45867768,0.49586776,0.5123967,0.5289256,0.55785125,0.59090906,0.59917355,0.59917355,0.61570245,0.6363636,0.6487603,0.6694215,0.6859504,0.69008267,0.70247936,0.71900827,0.7066116,0.6694215,0.5247934,0.42975205,0.40082645,0.38016528,0.38016528,0.38016528,0.38429752,0.38429752,0.39256197,0.4090909,0.4214876,0.4214876,0.41322315,0.41735536,0.40495867,0.40495867,0.41322315,0.4338843,0.45454547,0.49586776,0.58677685,0.6983471,0.7355372,0.73140496,0.7231405,0.71487606,0.71900827,0.71487606,0.71487606,0.7107438,0.6942149,0.6859504,0.6735537,0.661157,0.6528926,0.6446281,0.6446281,0.62396693,0.61157024,0.60330576,0.58677685,0.57438016,0.57024795,0.5413223,0.5495868,0.5371901,0.45867768,0.47933885,0.5,0.5123967,0.53305787,0.56198347,0.57438016,0.5661157,0.5785124,0.60330576,0.6280992,0.6528926,0.661157,0.6652893,0.6694215,0.6983471,0.6942149,0.6735537,0.57438016,0.5,0.45454547,0.42975205,0.41322315,0.4214876,0.40495867,0.40495867,0.41735536,0.42975205,0.446281,0.45867768,0.45867768,0.45867768,0.45454547,0.46280992,0.4752066,0.49173555,0.5165289,0.5247934,0.57438016,0.6694215,0.7066116,0.73140496,0.71900827,0.71487606,0.7066116,0.70247936,0.70247936,0.6983471,0.6859504,0.6735537,0.661157,0.6363636,0.6198347,0.61570245,0.6198347,0.59917355,0.59504133,0.58264464,0.57438016,0.56198347,0.5495868,0.5371901,0.5371901,0.5289256,0.45041323,0.47107437,0.49173555,0.49586776,0.5082645,0.5289256,0.5413223,0.5371901,0.5495868,0.56198347,0.58677685,0.6198347,0.6280992,0.6322314,0.6528926,0.6818182,0.6859504,0.6652893,0.6322314,0.59504133,0.5495868,0.5123967,0.4752066,0.45867768,0.4338843,0.41735536,0.42561984,0.44214877,0.45867768,0.47933885,0.49586776,0.49586776,0.5082645,0.5247934,0.53305787,0.54545456,0.54545456,0.5413223,0.56198347,0.6322314,0.6694215,0.6983471,0.70247936,0.70247936,0.69008267,0.6859504,0.6859504,0.677686,0.6694215,0.661157,0.6446281,0.62396693,0.607438,0.60330576,0.59090906,0.5785124,0.58264464,0.56198347,0.553719,0.54545456,0.5289256,0.53305787,0.5289256,0.5289256,0.4338843,0.47107437,0.48347107,0.4876033,0.4876033,0.49586776,0.5,0.4876033,0.5,0.5165289,0.5247934,0.54545456,0.57024795,0.59504133,0.60330576,0.6487603,0.6570248,0.6652893,0.6446281,0.6446281,0.61570245,0.58677685,0.5371901,0.49586776,0.45867768,0.42561984,0.4338843,0.45454547,0.4752066,0.49173555,0.5041322,0.5165289,0.5289256,0.5371901,0.54545456,0.5495868,0.55785125,0.553719,0.55785125,0.60330576,0.6446281,0.6735537,0.6694215,0.677686,0.6735537,0.6652893,0.661157,0.6528926,0.6404959,0.6404959,0.6404959,0.62396693,0.61157024,0.59917355,0.5785124,0.5661157,0.57024795,0.5495868,0.5413223,0.5206612,0.5123967,0.5247934,0.5206612,0.5289256,0.42561984,0.47107437,0.4876033,0.49173555,0.4752066,0.47107437,0.46694216,0.44214877,0.44214877,0.45867768,0.46280992,0.47933885,0.5,0.5289256,0.57024795,0.607438,0.6363636,0.6363636,0.6322314,0.6363636,0.6404959,0.61570245,0.57438016,0.5289256,0.48347107,0.446281,0.44214877,0.45454547,0.47933885,0.49173555,0.5,0.5165289,0.5289256,0.5289256,0.53305787,0.53305787,0.54545456,0.55785125,0.57438016,0.57438016,0.61570245,0.61157024,0.62396693,0.61570245,0.62396693,0.6322314,0.62396693,0.6280992,0.6198347,0.61570245,0.61157024,0.59917355,0.59090906,0.58264464,0.57438016,0.55785125,0.55785125,0.5413223,0.53305787,0.5041322,0.5082645,0.5041322,0.5082645,0.5206612,0.41735536,0.45454547,0.49173555,0.49173555,0.47107437,0.46280992,0.45867768,0.43801653,0.40495867,0.40082645,0.4090909,0.40495867,0.41735536,0.45454547,0.5082645,0.55785125,0.59090906,0.607438,0.61157024,0.61157024,0.61570245,0.6198347,0.59504133,0.55785125,0.5247934,0.48347107,0.45867768,0.46280992,0.4752066,0.49173555,0.5082645,0.5123967,0.5165289,0.5206612,0.5247934,0.5247934,0.5289256,0.54545456,0.54545456,0.54545456,0.57438016,0.57024795,0.57438016,0.5785124,0.58677685,0.59090906,0.59917355,0.59504133,0.59090906,0.58677685,0.5785124,0.57024795,0.5661157,0.56198347,0.5495868,0.5413223,0.54545456,0.5289256,0.5206612,0.5041322,0.5041322,0.49173555,0.5082645,0.5,0.4090909,0.42975205,0.48347107,0.49586776,0.47933885,0.47107437,0.46694216,0.44214877,0.40082645,0.38016528,0.38016528,0.3677686,0.35950413,0.38016528,0.42975205,0.4876033,0.53305787,0.57024795,0.59504133,0.60330576,0.60330576,0.6280992,0.61570245,0.607438,0.59090906,0.54545456,0.5041322,0.48347107,0.49173555,0.5041322,0.5165289,0.5123967,0.5165289,0.5165289,0.5165289,0.5247934,0.5206612,0.5289256,0.5247934,0.49586776,0.5,0.5,0.5206612,0.5123967,0.5371901,0.5495868,0.56198347,0.56198347,0.55785125,0.553719,0.54545456,0.5413223,0.5413223,0.5413223,0.5289256,0.5206612,0.5247934,0.5165289,0.5123967,0.5041322,0.49173555,0.48347107,0.5,0.5,0.41322315,0.42561984,0.45867768,0.5,0.4876033,0.47107437,0.47933885,0.46694216,0.42975205,0.40495867,0.39256197,0.37603307,0.3553719,0.338843,0.3553719,0.40495867,0.46694216,0.5247934,0.5661157,0.59090906,0.607438,0.6280992,0.6363636,0.6570248,0.6570248,0.62396693,0.57024795,0.53305787,0.5206612,0.5206612,0.5165289,0.5123967,0.5206612,0.5165289,0.5082645,0.5123967,0.5082645,0.5082645,0.5,0.46280992,0.446281,0.43801653,0.45041323,0.42561984,0.4752066,0.4876033,0.5123967,0.5289256,0.5289256,0.5206612,0.5247934,0.5206612,0.5206612,0.5165289,0.5123967,0.5082645,0.5082645,0.5041322,0.5041322,0.49586776,0.48347107,0.47933885,0.48347107,0.48347107,0.4090909,0.41735536,0.446281,0.4752066,0.49173555,0.4876033,0.4876033,0.5,0.4876033,0.46280992,0.44214877,0.41735536,0.38429752,0.3677686,0.35950413,0.3677686,0.38842976,0.446281,0.49173555,0.5289256,0.56198347,0.59090906,0.607438,0.6404959,0.6735537,0.6652893,0.62396693,0.57438016,0.5413223,0.5206612,0.5123967,0.5041322,0.5123967,0.5123967,0.5041322,0.49173555,0.48347107,0.48347107,0.47107437,0.4338843,0.41322315,0.3966942,0.37190083,0.35950413,0.40495867,0.41735536,0.45867768,0.4752066,0.49173555,0.4876033,0.49586776,0.49173555,0.5,0.5,0.5,0.5041322,0.5041322,0.5041322,0.49586776,0.47933885,0.4752066,0.47107437,0.4752066,0.47933885,0.40082645,0.40082645,0.42975205,0.45454547,0.4752066,0.4876033,0.48347107,0.5082645,0.5289256,0.5206612,0.48347107,0.45454547,0.42561984,0.41322315,0.41322315,0.3966942,0.37190083,0.37190083,0.38842976,0.41322315,0.43801653,0.47107437,0.5,0.54545456,0.59917355,0.62396693,0.607438,0.5495868,0.5165289,0.47933885,0.47933885,0.48347107,0.4752066,0.47107437,0.4752066,0.46694216,0.45867768,0.446281,0.4214876,0.4090909,0.37190083,0.34710744,0.3264463,0.29752067,0.3305785,0.36363637,0.4090909,0.41735536,0.44214877,0.45454547,0.46694216,0.47107437,0.48347107,0.48347107,0.49173555,0.49586776,0.49586776,0.49586776,0.4876033,0.47107437,0.46694216,0.47107437,0.46280992,0.47107437,0.4090909,0.40495867,0.40082645,0.43801653,0.46694216,0.47107437,0.47933885,0.5,0.53305787,0.5371901,0.5289256,0.5082645,0.4876033,0.47933885,0.48347107,0.47107437,0.446281,0.4090909,0.37190083,0.3553719,0.338843,0.34710744,0.37603307,0.4090909,0.45867768,0.4876033,0.4876033,0.45041323,0.41735536,0.38429752,0.38842976,0.38842976,0.38016528,0.38429752,0.38429752,0.37603307,0.37190083,0.37190083,0.36363637,0.338843,0.3264463,0.3140496,0.32231405,0.3140496,0.32231405,0.3264463,0.37603307,0.38016528,0.40495867,0.4338843,0.446281,0.46280992,0.47933885,0.4752066,0.47933885,0.48347107,0.48347107,0.47933885,0.47107437,0.47107437,0.46694216,0.46280992,0.45454547,0.446281,0.39256197,0.40082645,0.41322315,0.40495867,0.44214877,0.4752066,0.4752066,0.48347107,0.5082645,0.5371901,0.53305787,0.53305787,0.5413223,0.553719,0.55785125,0.5495868,0.5413223,0.5123967,0.46694216,0.4214876,0.3677686,0.3553719,0.35123968,0.3429752,0.35950413,0.37190083,0.36363637,0.35950413,0.3429752,0.3264463,0.3305785,0.33471075,0.3429752,0.35950413,0.35950413,0.37190083,0.38429752,0.37603307,0.38429752,0.39256197,0.38016528,0.3677686,0.37603307,0.38016528,0.38016528,0.35123968,0.3677686,0.38016528,0.3966942,0.42561984,0.45454547,0.46694216,0.47933885,0.47933885,0.4752066,0.47107437,0.46694216,0.45867768,0.45867768,0.46280992,0.45454547,0.44214877,0.44214877,0.4214876,0.40495867,0.40082645,0.4090909,0.41322315,0.4090909,0.446281,0.45867768,0.47107437,0.4752066,0.5041322,0.5206612,0.5371901,0.56198347,0.58677685,0.607438,0.607438,0.59090906,0.57024795,0.54545456,0.5082645,0.46694216,0.45041323,0.4214876,0.41322315,0.3966942,0.38429752,0.38016528,0.38016528,0.38429752,0.38429752,0.40082645,0.4090909,0.41322315,0.4214876,0.41322315,0.40495867,0.4214876,0.44214877,0.45454547,0.46694216,0.46280992,0.44214877,0.44214877,0.4338843,0.44214877,0.41322315,0.40082645,0.40082645,0.41322315,0.42975205,0.46694216,0.4752066,0.47933885,0.47933885,0.46694216,0.46694216,0.45454547,0.43801653,0.446281,0.45454547,0.44214877,0.45041323,0.42561984,0.41322315,0.40495867,0.40082645,0.4090909,0.41322315,0.39256197,0.4214876,0.446281,0.446281,0.45041323,0.46694216,0.5,0.5247934,0.5495868,0.5785124,0.607438,0.61570245,0.59504133,0.57024795,0.5495868,0.5289256,0.5082645,0.5041322,0.47933885,0.47933885,0.46694216,0.46280992,0.45041323,0.46280992,0.45041323,0.446281,0.45867768,0.45041323,0.45041323,0.45454547,0.45454547,0.45867768,0.47107437,0.4876033,0.5,0.5082645,0.5082645,0.49586776,0.49173555,0.47933885,0.49173555,0.47107437,0.45041323,0.42561984,0.44214877,0.44214877,0.4752066,0.4876033,0.48347107,0.4752066,0.46694216,0.46280992,0.446281,0.42561984,0.42561984,0.43801653,0.43801653,0.42975205,0.42561984,0.4090909,0.40495867,0.4090909,0.40082645,0.41735536,0.3966942,0.40082645,0.41735536,0.42561984,0.42975205,0.446281,0.47107437,0.5082645,0.5371901,0.54545456,0.57438016,0.59504133,0.5785124,0.5495868,0.5247934,0.5082645,0.5,0.48347107,0.47107437,0.46694216,0.47107437,0.46694216,0.47107437,0.48347107,0.47107437,0.4752066,0.4752066,0.48347107,0.47933885,0.47933885,0.48347107,0.4876033,0.49173555,0.5,0.5123967,0.5206612,0.5206612,0.5289256,0.5289256,0.53305787,0.5413223,0.5206612,0.5,0.46694216,0.47107437,0.46280992,0.47107437,0.47933885,0.48347107,0.46280992,0.45867768,0.45454547,0.44214877,0.4338843,0.42975205,0.42561984,0.4214876,0.42561984,0.41322315,0.38842976,0.40082645,0.4090909,0.4090909,0.41322315,0.3966942,0.4090909,0.37603307,0.3966942,0.41322315,0.42561984,0.44214877,0.48347107,0.5165289,0.5247934,0.54545456,0.57024795,0.56198347,0.53305787,0.5,0.47107437,0.45867768,0.43801653,0.42975205,0.41735536,0.41735536,0.4214876,0.4338843,0.41735536,0.4338843,0.42975205,0.446281,0.45867768,0.46280992,0.4752066,0.48347107,0.48347107,0.49173555,0.5,0.5123967,0.5247934,0.53305787,0.54545456,0.553719,0.5661157,0.57024795,0.54545456,0.5413223,0.49586776,0.4876033,0.46694216,0.446281,0.46694216,0.46280992,0.45867768,0.45041323,0.446281,0.44214877,0.42975205,0.42975205,0.42561984,0.41735536,0.4090909,0.3966942,0.38429752,0.3966942,0.40495867,0.40495867,0.4090909,0.40082645,0.41735536,0.36363637,0.38016528,0.38429752,0.4090909,0.4214876,0.45454547,0.5,0.5206612,0.53305787,0.5495868,0.5495868,0.5247934,0.4876033,0.45867768,0.44214877,0.4214876,0.40082645,0.4090909,0.38842976,0.38842976,0.38429752,0.39256197,0.39256197,0.39256197,0.40495867,0.4090909,0.4338843,0.45041323,0.45867768,0.46694216,0.48347107,0.49173555,0.5041322,0.5247934,0.53305787,0.54545456,0.55785125,0.5661157,0.56198347,0.5413223,0.5371901,0.5041322,0.47933885,0.45454547,0.44214877,0.43801653,0.43801653,0.446281,0.4338843,0.42561984,0.42975205,0.42561984,0.4214876,0.41322315,0.4090909,0.4090909,0.38842976,0.37603307,0.40082645,0.40495867,0.4090909,0.40082645,0.40082645,0.41322315,0.38429752,0.3677686,0.3677686,0.38016528,0.40495867,0.43801653,0.4876033,0.5165289,0.5371901,0.5413223,0.54545456,0.5165289,0.48347107,0.46280992,0.43801653,0.4214876,0.41322315,0.40495867,0.40495867,0.40082645,0.39256197,0.40082645,0.39256197,0.38842976,0.38842976,0.40082645,0.4090909,0.42561984,0.446281,0.45454547,0.47107437,0.48347107,0.5,0.5123967,0.5206612,0.5371901,0.54545456,0.5413223,0.5371901,0.5247934,0.5082645,0.4876033,0.46280992,0.446281,0.44214877,0.42561984,0.42561984,0.4214876,0.4214876,0.41735536,0.4090909,0.41322315,0.40495867,0.40082645,0.40082645,0.39256197,0.37603307,0.35950413,0.40082645,0.40082645,0.40495867,0.40082645,0.40495867,0.40082645,0.40082645,0.37190083,0.35950413,0.3429752,0.37190083,0.41735536,0.45867768,0.5,0.5371901,0.5413223,0.54545456,0.53305787,0.5,0.47933885,0.47107437,0.46694216,0.4752066,0.47933885,0.5123967,0.5041322,0.5041322,0.4876033,0.46280992,0.4338843,0.42561984,0.41735536,0.4090909,0.42975205,0.42975205,0.45041323,0.46694216,0.47933885,0.49173555,0.49586776,0.5041322,0.5165289,0.5247934,0.5165289,0.5165289,0.5082645,0.48347107,0.47107437,0.45867768,0.4338843,0.44214877,0.42561984,0.4090909,0.41735536,0.41322315,0.40495867,0.40495867,0.40495867,0.39256197,0.38842976,0.38429752,0.3677686,0.3553719,0.34710744,0.40082645,0.40082645,0.3966942,0.40082645,0.40495867,0.3966942,0.40082645,0.38016528,0.38429752,0.3429752,0.33471075,0.36363637,0.4090909,0.46694216,0.5123967,0.5289256,0.5413223,0.5495868,0.5289256,0.5206612,0.5247934,0.53305787,0.55785125,0.58264464,0.607438,0.61570245,0.6404959,0.6198347,0.5785124,0.53305787,0.5,0.47933885,0.45454547,0.43801653,0.4338843,0.45041323,0.45454547,0.46694216,0.47107437,0.4752066,0.4876033,0.5041322,0.5123967,0.5082645,0.5082645,0.49173555,0.48347107,0.46694216,0.446281,0.45041323,0.41322315,0.42561984,0.40082645,0.41322315,0.3966942,0.40495867,0.3966942,0.38429752,0.38429752,0.37603307,0.37190083,0.35123968,0.3264463,0.32231405,0.3966942,0.40082645,0.40082645,0.3966942,0.3966942,0.40082645,0.3966942,0.36363637,0.45867768,0.36363637,0.32231405,0.3181818,0.35123968,0.40495867,0.46280992,0.5041322,0.54545456,0.56198347,0.5661157,0.57024795,0.57438016,0.57438016,0.5785124,0.58677685,0.607438,0.6280992,0.6404959,0.6446281,0.62396693,0.58264464,0.56198347,0.5247934,0.5082645,0.46694216,0.46280992,0.46280992,0.45867768,0.46694216,0.47107437,0.4752066,0.4876033,0.5041322,0.5165289,0.5082645,0.5,0.49173555,0.47107437,0.45867768,0.45041323,0.446281,0.446281,0.42561984,0.41322315,0.40495867,0.39256197,0.39256197,0.37603307,0.37190083,0.3677686,0.35950413,0.3553719,0.338843,0.3181818,0.30991736,0.38842976,0.3966942,0.3966942,0.39256197,0.40495867,0.4090909,0.42561984,0.3553719,0.45867768,0.38429752,0.34710744,0.30991736,0.30578512,0.34710744,0.4090909,0.47107437,0.5165289,0.55785125,0.56198347,0.5661157,0.5785124,0.58264464,0.5785124,0.5661157,0.57024795,0.58677685,0.61157024,0.61570245,0.61570245,0.58677685,0.58677685,0.55785125,0.54545456,0.5082645,0.5,0.5,0.49586776,0.49173555,0.49586776,0.5,0.5041322,0.5123967,0.5165289,0.5082645,0.49173555,0.48347107,0.47107437,0.46280992,0.44214877,0.45041323,0.42561984,0.4338843,0.40495867,0.40082645,0.38842976,0.38016528,0.36363637,0.3553719,0.3429752,0.3429752,0.33471075,0.3181818,0.3140496,0.3140496,0.39256197,0.39256197,0.38429752,0.3966942,0.4214876,0.41735536,0.43801653,0.38842976,0.3677686,0.338843,0.4090909,0.338843,0.29752067,0.30165288,0.3553719,0.4338843,0.48347107,0.5289256,0.5413223,0.5413223,0.553719,0.553719,0.5495868,0.54545456,0.5413223,0.5495868,0.5661157,0.5785124,0.57438016,0.5661157,0.57024795,0.56198347,0.5495868,0.5371901,0.53305787,0.53305787,0.5289256,0.5247934,0.5206612,0.5206612,0.5165289,0.5082645,0.5,0.4876033,0.4752066,0.46694216,0.45867768,0.446281,0.44214877,0.42975205,0.41322315,0.40082645,0.38842976,0.38016528,0.37603307,0.3553719,0.338843,0.33471075,0.32231405,0.32231405,0.3140496,0.30578512,0.30578512,0.3181818,22 +0.7107438,0.72727275,0.73140496,0.7355372,0.74793386,0.76033056,0.78099173,0.77272725,0.76859504,0.76859504,0.74380165,0.7231405,0.6983471,0.6859504,0.6735537,0.6652893,0.6652893,0.661157,0.6694215,0.677686,0.6818182,0.6859504,0.6859504,0.69008267,0.6983471,0.70247936,0.7066116,0.7066116,0.7066116,0.70247936,0.6859504,0.6818182,0.6818182,0.6942149,0.7066116,0.71487606,0.72727275,0.73140496,0.7231405,0.70247936,0.6942149,0.6818182,0.6652893,0.6652893,0.6694215,0.6570248,0.6528926,0.6487603,0.6280992,0.6198347,0.62396693,0.61157024,0.60330576,0.59090906,0.5661157,0.5495868,0.5495868,0.5289256,0.5082645,0.4876033,0.42975205,0.29338843,0.11570248,0.12396694,0.70247936,0.73140496,0.73140496,0.73966944,0.75206614,0.76033056,0.7768595,0.7768595,0.7768595,0.78512394,0.76859504,0.76033056,0.74380165,0.72727275,0.7107438,0.6859504,0.6735537,0.6818182,0.6859504,0.6942149,0.70247936,0.7066116,0.7066116,0.7107438,0.71487606,0.7231405,0.73140496,0.72727275,0.7231405,0.7231405,0.71487606,0.70247936,0.70247936,0.70247936,0.71487606,0.71900827,0.7355372,0.73966944,0.73966944,0.73140496,0.7231405,0.71487606,0.70247936,0.69008267,0.6818182,0.6818182,0.6859504,0.6735537,0.6528926,0.6446281,0.6280992,0.62396693,0.61570245,0.61157024,0.58264464,0.57438016,0.553719,0.55785125,0.5206612,0.49586776,0.45454547,0.35950413,0.14049587,0.12809917,0.7107438,0.71900827,0.71487606,0.73140496,0.75206614,0.75619835,0.77272725,0.7768595,0.78099173,0.7892562,0.78512394,0.78099173,0.77272725,0.76033056,0.75619835,0.73966944,0.72727275,0.7231405,0.72727275,0.73140496,0.7355372,0.73140496,0.73140496,0.7355372,0.7355372,0.74380165,0.75206614,0.74793386,0.74793386,0.74380165,0.73140496,0.72727275,0.7231405,0.71487606,0.71900827,0.73140496,0.73966944,0.74793386,0.76033056,0.75619835,0.74793386,0.7355372,0.71900827,0.7066116,0.6983471,0.7066116,0.70247936,0.6942149,0.6735537,0.6570248,0.6446281,0.6363636,0.6198347,0.61570245,0.59917355,0.59504133,0.57024795,0.5661157,0.53305787,0.5082645,0.47107437,0.3966942,0.18595041,0.11157025,0.71900827,0.7107438,0.71900827,0.7355372,0.74380165,0.75206614,0.7644628,0.77272725,0.78099173,0.7892562,0.7892562,0.7892562,0.7933884,0.78512394,0.78512394,0.78099173,0.77272725,0.7644628,0.7644628,0.7644628,0.7644628,0.7644628,0.7644628,0.7644628,0.7644628,0.7644628,0.76859504,0.76033056,0.76033056,0.75619835,0.75206614,0.74793386,0.73966944,0.72727275,0.72727275,0.73966944,0.74380165,0.75206614,0.76859504,0.76033056,0.76033056,0.74793386,0.7231405,0.7066116,0.6983471,0.70247936,0.7066116,0.70247936,0.677686,0.6694215,0.6528926,0.6363636,0.6322314,0.6198347,0.61570245,0.59504133,0.58677685,0.57024795,0.553719,0.5,0.48347107,0.4214876,0.21487603,0.11157025,0.7231405,0.71900827,0.7231405,0.73140496,0.73966944,0.74793386,0.75619835,0.76859504,0.78099173,0.7892562,0.7933884,0.79752064,0.8016529,0.8016529,0.8016529,0.8057851,0.7933884,0.7892562,0.7933884,0.7933884,0.7933884,0.7892562,0.78099173,0.78512394,0.78099173,0.78512394,0.78099173,0.7768595,0.76859504,0.7644628,0.76033056,0.75619835,0.74793386,0.73966944,0.7355372,0.73966944,0.74793386,0.75206614,0.7644628,0.7644628,0.7644628,0.74793386,0.71900827,0.7107438,0.7107438,0.71900827,0.71487606,0.7107438,0.69008267,0.6694215,0.6652893,0.661157,0.6404959,0.6198347,0.61570245,0.59917355,0.59504133,0.58264464,0.55785125,0.5123967,0.49173555,0.4338843,0.24380165,0.10743801,0.7231405,0.73140496,0.73140496,0.7355372,0.7355372,0.73966944,0.75206614,0.7644628,0.78099173,0.7933884,0.79752064,0.8016529,0.8057851,0.8057851,0.80991733,0.8057851,0.80991733,0.80991733,0.80991733,0.80991733,0.8057851,0.79752064,0.7933884,0.7933884,0.7933884,0.7933884,0.7892562,0.78512394,0.77272725,0.76033056,0.75619835,0.75619835,0.74793386,0.7355372,0.73966944,0.74380165,0.74380165,0.75206614,0.76033056,0.7644628,0.76033056,0.74793386,0.72727275,0.7231405,0.73140496,0.73140496,0.7355372,0.72727275,0.70247936,0.6942149,0.677686,0.6652893,0.6446281,0.6280992,0.61570245,0.607438,0.59504133,0.5785124,0.553719,0.5165289,0.49586776,0.44214877,0.2603306,0.09917355,0.7231405,0.73140496,0.7231405,0.7231405,0.7355372,0.7355372,0.74380165,0.75619835,0.78099173,0.7892562,0.7933884,0.8016529,0.8016529,0.79752064,0.8016529,0.8057851,0.8057851,0.8057851,0.8181818,0.8140496,0.8057851,0.8016529,0.7933884,0.7933884,0.79752064,0.7892562,0.78512394,0.78099173,0.76859504,0.75206614,0.74380165,0.7355372,0.73140496,0.73966944,0.73140496,0.7355372,0.7355372,0.74793386,0.74380165,0.75619835,0.75206614,0.74793386,0.7355372,0.73966944,0.74793386,0.74793386,0.74793386,0.7355372,0.71487606,0.6942149,0.6818182,0.6528926,0.6446281,0.62396693,0.61157024,0.607438,0.59090906,0.5785124,0.553719,0.5165289,0.5,0.45867768,0.2892562,0.10743801,0.73140496,0.73140496,0.73140496,0.73140496,0.74380165,0.74793386,0.75206614,0.75619835,0.77272725,0.78512394,0.7892562,0.7933884,0.79752064,0.7933884,0.79752064,0.7933884,0.79752064,0.8016529,0.80991733,0.8057851,0.8057851,0.7933884,0.7892562,0.7892562,0.78512394,0.77272725,0.7644628,0.76033056,0.73966944,0.7355372,0.7231405,0.70247936,0.7107438,0.72727275,0.7066116,0.72727275,0.71487606,0.72727275,0.7355372,0.7355372,0.7355372,0.7355372,0.73140496,0.73140496,0.73966944,0.7355372,0.73140496,0.71900827,0.70247936,0.6818182,0.6694215,0.6446281,0.6446281,0.6198347,0.60330576,0.59504133,0.58677685,0.57438016,0.553719,0.5247934,0.5,0.46280992,0.29338843,0.11157025,0.73140496,0.73140496,0.7355372,0.73966944,0.74380165,0.75619835,0.76033056,0.7644628,0.77272725,0.7768595,0.7768595,0.78099173,0.7768595,0.7768595,0.78099173,0.78099173,0.78512394,0.78512394,0.7892562,0.78512394,0.7933884,0.78099173,0.77272725,0.76859504,0.75619835,0.74793386,0.73966944,0.72727275,0.71487606,0.7066116,0.70247936,0.6942149,0.6983471,0.71487606,0.6983471,0.7066116,0.70247936,0.7066116,0.7231405,0.7107438,0.7107438,0.71487606,0.7066116,0.70247936,0.70247936,0.6983471,0.6942149,0.6859504,0.6694215,0.6487603,0.6280992,0.6280992,0.6280992,0.60330576,0.59090906,0.58264464,0.5785124,0.57024795,0.553719,0.5206612,0.49586776,0.46694216,0.30578512,0.11983471,0.73140496,0.7355372,0.73966944,0.74380165,0.73966944,0.74380165,0.75206614,0.76859504,0.7644628,0.75619835,0.75619835,0.74793386,0.74380165,0.74793386,0.74793386,0.73966944,0.74793386,0.75619835,0.76033056,0.76033056,0.76033056,0.75619835,0.74380165,0.72727275,0.73140496,0.71900827,0.71900827,0.7066116,0.6942149,0.677686,0.677686,0.69008267,0.69008267,0.6942149,0.6859504,0.6859504,0.69008267,0.69008267,0.69008267,0.6859504,0.6735537,0.6735537,0.6652893,0.6528926,0.6404959,0.6280992,0.61157024,0.61157024,0.61157024,0.59504133,0.57438016,0.55785125,0.55785125,0.56198347,0.553719,0.5495868,0.5495868,0.553719,0.5413223,0.5165289,0.49173555,0.46694216,0.32231405,0.1322314,0.73140496,0.73140496,0.72727275,0.71900827,0.7107438,0.7066116,0.71487606,0.7231405,0.72727275,0.7066116,0.70247936,0.69008267,0.6818182,0.6859504,0.677686,0.661157,0.6570248,0.6570248,0.6652893,0.6652893,0.6528926,0.6528926,0.6570248,0.6487603,0.661157,0.6652893,0.677686,0.6735537,0.6487603,0.6404959,0.6322314,0.6487603,0.6652893,0.6694215,0.6694215,0.6652893,0.6528926,0.6487603,0.6404959,0.6363636,0.6198347,0.607438,0.59504133,0.5785124,0.553719,0.5206612,0.49173555,0.4876033,0.49173555,0.48347107,0.45867768,0.43801653,0.446281,0.45867768,0.4752066,0.49173555,0.49173555,0.5041322,0.5082645,0.49173555,0.4752066,0.47107437,0.338843,0.12809917,0.71487606,0.6983471,0.6859504,0.661157,0.6404959,0.61570245,0.607438,0.607438,0.61157024,0.59917355,0.59917355,0.59917355,0.59917355,0.59090906,0.58264464,0.57024795,0.5413223,0.5082645,0.49173555,0.49173555,0.48347107,0.49173555,0.5123967,0.5289256,0.54545456,0.5785124,0.59504133,0.59090906,0.59090906,0.59090906,0.58677685,0.607438,0.6322314,0.6446281,0.6528926,0.6404959,0.62396693,0.59917355,0.58677685,0.57438016,0.553719,0.53305787,0.5041322,0.4876033,0.45867768,0.42561984,0.38842976,0.38016528,0.38429752,0.38016528,0.35950413,0.34710744,0.35950413,0.37190083,0.40082645,0.4338843,0.4338843,0.44214877,0.45041323,0.446281,0.4338843,0.45454547,0.3305785,0.14049587,0.6942149,0.6570248,0.6446281,0.59917355,0.57024795,0.553719,0.5123967,0.5123967,0.5,0.49586776,0.5,0.5,0.5,0.5,0.46280992,0.45867768,0.4090909,0.40495867,0.3677686,0.38016528,0.37190083,0.38016528,0.3966942,0.4214876,0.446281,0.48347107,0.5082645,0.5123967,0.5289256,0.5413223,0.5495868,0.57024795,0.59917355,0.6198347,0.6322314,0.61157024,0.58264464,0.553719,0.54545456,0.5247934,0.49586776,0.46694216,0.43801653,0.4214876,0.39256197,0.3553719,0.3305785,0.3264463,0.33471075,0.33471075,0.3553719,0.3677686,0.37603307,0.37190083,0.38429752,0.3966942,0.40082645,0.4090909,0.40495867,0.40082645,0.38842976,0.42561984,0.32231405,0.13636364,0.6735537,0.6487603,0.59917355,0.553719,0.5247934,0.5082645,0.5,0.4876033,0.4752066,0.45454547,0.45041323,0.42561984,0.40495867,0.3966942,0.3677686,0.3553719,0.3429752,0.3305785,0.3305785,0.33471075,0.3305785,0.37190083,0.37603307,0.41735536,0.42975205,0.44214877,0.46694216,0.4752066,0.48347107,0.5041322,0.5206612,0.54545456,0.59090906,0.61157024,0.61157024,0.5785124,0.5413223,0.5165289,0.49586776,0.47933885,0.45041323,0.42561984,0.40082645,0.38429752,0.3553719,0.32231405,0.3181818,0.3140496,0.3140496,0.32231405,0.32231405,0.338843,0.35950413,0.3677686,0.39256197,0.40495867,0.41735536,0.42975205,0.4214876,0.40082645,0.38842976,0.4214876,0.3305785,0.13636364,0.6735537,0.6446281,0.58677685,0.5413223,0.5082645,0.5082645,0.4876033,0.4752066,0.45041323,0.41322315,0.3677686,0.35950413,0.3140496,0.2892562,0.2603306,0.25619835,0.23966943,0.24380165,0.24380165,0.2768595,0.28099173,0.3181818,0.33471075,0.3966942,0.42975205,0.44214877,0.46694216,0.4752066,0.47933885,0.49173555,0.5206612,0.54545456,0.59090906,0.6198347,0.61157024,0.57438016,0.5289256,0.48347107,0.46280992,0.43801653,0.41322315,0.39256197,0.36363637,0.34710744,0.3181818,0.28099173,0.27272728,0.2644628,0.24793388,0.24793388,0.25619835,0.23966943,0.2768595,0.29338843,0.3305785,0.3677686,0.41322315,0.4338843,0.43801653,0.4214876,0.41322315,0.44214877,0.35123968,0.16115703,0.6694215,0.6363636,0.58264464,0.5371901,0.5082645,0.48347107,0.46280992,0.42975205,0.38016528,0.3429752,0.28099173,0.29338843,0.2892562,0.24793388,0.21487603,0.23140496,0.22727273,0.24380165,0.24380165,0.3140496,0.34710744,0.3264463,0.3305785,0.35950413,0.3966942,0.44214877,0.46694216,0.4876033,0.49586776,0.49586776,0.5165289,0.5495868,0.607438,0.6322314,0.6280992,0.59504133,0.5413223,0.5,0.45867768,0.41735536,0.37603307,0.35123968,0.338843,0.33471075,0.28099173,0.25619835,0.2520661,0.23966943,0.23553719,0.22727273,0.2644628,0.2644628,0.25619835,0.23140496,0.23553719,0.29338843,0.36363637,0.40082645,0.42561984,0.42561984,0.42975205,0.45041323,0.38429752,0.18181819,0.6735537,0.6322314,0.59090906,0.5413223,0.5,0.45867768,0.4214876,0.38842976,0.33471075,0.29338843,0.2520661,0.30991736,0.36363637,0.3181818,0.2644628,0.2644628,0.28099173,0.2644628,0.30578512,0.40495867,0.4752066,0.42975205,0.37603307,0.37603307,0.40082645,0.4338843,0.45454547,0.48347107,0.5,0.5082645,0.5289256,0.5785124,0.6404959,0.6859504,0.69008267,0.6528926,0.60330576,0.5289256,0.46694216,0.40495867,0.36363637,0.3429752,0.35950413,0.38842976,0.3140496,0.28099173,0.2892562,0.27272728,0.28512397,0.27272728,0.37603307,0.42975205,0.33471075,0.24380165,0.20661157,0.22727273,0.32231405,0.35950413,0.41735536,0.41735536,0.43801653,0.45041323,0.4214876,0.23553719,0.7066116,0.677686,0.61157024,0.55785125,0.5,0.44214877,0.41735536,0.38016528,0.35123968,0.3140496,0.30165288,0.35950413,0.4214876,0.40495867,0.3305785,0.2892562,0.28512397,0.29752067,0.38016528,0.5,0.553719,0.5041322,0.43801653,0.41322315,0.42975205,0.446281,0.45454547,0.4752066,0.49586776,0.5206612,0.553719,0.61570245,0.6942149,0.74380165,0.74793386,0.7231405,0.6446281,0.5371901,0.46280992,0.4214876,0.40082645,0.37603307,0.41322315,0.47107437,0.40495867,0.3429752,0.3140496,0.29338843,0.28099173,0.30165288,0.41322315,0.5123967,0.45867768,0.32231405,0.23140496,0.21900827,0.29338843,0.3429752,0.40082645,0.42561984,0.43801653,0.46694216,0.4338843,0.30991736,0.74380165,0.7231405,0.677686,0.61570245,0.55785125,0.5123967,0.48347107,0.45867768,0.42561984,0.39256197,0.38016528,0.40082645,0.44214877,0.45041323,0.40082645,0.35123968,0.33471075,0.3677686,0.45454547,0.5247934,0.53305787,0.4876033,0.43801653,0.41735536,0.44214877,0.47107437,0.47933885,0.49173555,0.5041322,0.5289256,0.58677685,0.6694215,0.75206614,0.7933884,0.79752064,0.7768595,0.6859504,0.55785125,0.47933885,0.46694216,0.47107437,0.44214877,0.45041323,0.49173555,0.4752066,0.40082645,0.3429752,0.33471075,0.30578512,0.35123968,0.46694216,0.53305787,0.47933885,0.40495867,0.33471075,0.25619835,0.29338843,0.3429752,0.40082645,0.43801653,0.45867768,0.4752066,0.44214877,0.38016528,0.76859504,0.76033056,0.73966944,0.70247936,0.6859504,0.6694215,0.6363636,0.59090906,0.54545456,0.5041322,0.48347107,0.47933885,0.4876033,0.4876033,0.4752066,0.446281,0.42975205,0.44214877,0.46280992,0.48347107,0.49173555,0.4752066,0.45867768,0.45454547,0.47107437,0.49173555,0.5,0.5041322,0.5165289,0.55785125,0.6322314,0.7231405,0.79752064,0.8264463,0.8264463,0.8057851,0.73140496,0.59504133,0.49586776,0.49173555,0.5247934,0.5041322,0.48347107,0.4752066,0.47933885,0.446281,0.41735536,0.38429752,0.38842976,0.446281,0.49173555,0.5206612,0.4752066,0.41322315,0.3677686,0.34710744,0.33471075,0.36363637,0.41735536,0.45867768,0.49173555,0.49586776,0.45867768,0.42975205,0.77272725,0.78512394,0.78099173,0.77272725,0.77272725,0.7768595,0.75619835,0.72727275,0.6859504,0.6404959,0.60330576,0.58677685,0.57024795,0.5495868,0.53305787,0.5206612,0.5041322,0.49173555,0.48347107,0.48347107,0.47933885,0.47933885,0.48347107,0.4876033,0.5041322,0.5123967,0.5082645,0.5165289,0.5413223,0.607438,0.6859504,0.76033056,0.8140496,0.8347107,0.8305785,0.80991733,0.75619835,0.6363636,0.5206612,0.5,0.5371901,0.53305787,0.5,0.47107437,0.45454547,0.45454547,0.46280992,0.446281,0.446281,0.46694216,0.46280992,0.46694216,0.46694216,0.4338843,0.4214876,0.41735536,0.41735536,0.41735536,0.45454547,0.49173555,0.5165289,0.5123967,0.46694216,0.446281,0.7768595,0.7892562,0.7933884,0.7933884,0.8016529,0.8057851,0.8016529,0.78512394,0.7644628,0.7355372,0.6983471,0.6652893,0.6280992,0.59917355,0.5785124,0.5661157,0.5495868,0.5289256,0.5206612,0.5,0.4876033,0.49173555,0.5041322,0.5082645,0.5289256,0.5289256,0.5371901,0.55785125,0.607438,0.6735537,0.73140496,0.7768595,0.8140496,0.8347107,0.8347107,0.822314,0.77272725,0.6735537,0.5413223,0.5165289,0.5289256,0.5413223,0.5206612,0.4876033,0.45454547,0.4338843,0.43801653,0.446281,0.45454547,0.46280992,0.47933885,0.49173555,0.49173555,0.4876033,0.46280992,0.4752066,0.48347107,0.47933885,0.5,0.5206612,0.53305787,0.5206612,0.4752066,0.45454547,0.76859504,0.78512394,0.79752064,0.8016529,0.8140496,0.8181818,0.8140496,0.80991733,0.7933884,0.76859504,0.73966944,0.7066116,0.6735537,0.6487603,0.6198347,0.60330576,0.59090906,0.57024795,0.553719,0.5413223,0.5413223,0.5371901,0.5495868,0.56198347,0.57438016,0.57438016,0.61157024,0.6363636,0.6942149,0.73140496,0.76033056,0.78099173,0.8057851,0.8347107,0.8429752,0.8264463,0.8016529,0.70247936,0.5785124,0.5371901,0.5413223,0.5371901,0.5495868,0.5247934,0.48347107,0.46694216,0.45454547,0.45454547,0.46694216,0.48347107,0.5,0.5165289,0.5247934,0.5165289,0.5123967,0.5206612,0.5247934,0.5289256,0.53305787,0.54545456,0.5371901,0.5082645,0.47107437,0.446281,0.75619835,0.7768595,0.79752064,0.8057851,0.80991733,0.8181818,0.8264463,0.822314,0.8057851,0.7933884,0.78099173,0.75619835,0.7355372,0.71487606,0.6942149,0.6735537,0.661157,0.6280992,0.607438,0.60330576,0.607438,0.61157024,0.6322314,0.6570248,0.6487603,0.6694215,0.69008267,0.7066116,0.74793386,0.76033056,0.7768595,0.78512394,0.79752064,0.8305785,0.8471074,0.8305785,0.8140496,0.7355372,0.61157024,0.54545456,0.553719,0.54545456,0.57024795,0.55785125,0.5247934,0.5082645,0.49586776,0.49173555,0.49586776,0.5,0.5041322,0.5165289,0.53305787,0.54545456,0.5413223,0.5495868,0.553719,0.55785125,0.56198347,0.55785125,0.53305787,0.49586776,0.46694216,0.45041323,0.74380165,0.76859504,0.78512394,0.79752064,0.80991733,0.8181818,0.8264463,0.8264463,0.822314,0.8181818,0.80991733,0.8016529,0.7892562,0.77272725,0.75619835,0.7355372,0.7231405,0.70247936,0.6859504,0.6942149,0.7107438,0.73140496,0.74380165,0.7355372,0.7355372,0.73966944,0.73966944,0.74793386,0.7644628,0.76859504,0.78099173,0.78099173,0.7933884,0.8264463,0.8429752,0.838843,0.8016529,0.76033056,0.6363636,0.5661157,0.5495868,0.5661157,0.5785124,0.58677685,0.55785125,0.5413223,0.53305787,0.5289256,0.53305787,0.54545456,0.5371901,0.54545456,0.553719,0.553719,0.56198347,0.5661157,0.5661157,0.5785124,0.5785124,0.56198347,0.5289256,0.4876033,0.46280992,0.45041323,0.7231405,0.75206614,0.77272725,0.7892562,0.8057851,0.8181818,0.8264463,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.822314,0.8140496,0.79752064,0.7933884,0.7933884,0.78512394,0.78099173,0.79752064,0.79752064,0.8140496,0.80991733,0.8016529,0.78099173,0.7768595,0.75619835,0.76033056,0.76033056,0.7644628,0.7768595,0.7768595,0.78512394,0.822314,0.8347107,0.8264463,0.8016529,0.7644628,0.6570248,0.58677685,0.553719,0.57438016,0.59090906,0.61157024,0.59917355,0.59090906,0.58264464,0.55785125,0.56198347,0.56198347,0.5661157,0.57438016,0.57438016,0.5785124,0.58264464,0.59917355,0.59504133,0.58677685,0.5785124,0.553719,0.5165289,0.48347107,0.45454547,0.45041323,0.7066116,0.73140496,0.75206614,0.76859504,0.7933884,0.8057851,0.8140496,0.8305785,0.8264463,0.8305785,0.8264463,0.8305785,0.8347107,0.8347107,0.8181818,0.8264463,0.8305785,0.8305785,0.8305785,0.838843,0.8347107,0.8347107,0.8264463,0.822314,0.79752064,0.7768595,0.7644628,0.75619835,0.75206614,0.76033056,0.7644628,0.7768595,0.7768595,0.822314,0.8429752,0.8305785,0.80991733,0.77272725,0.6942149,0.59917355,0.55785125,0.57024795,0.607438,0.6322314,0.6404959,0.6446281,0.6446281,0.62396693,0.61570245,0.607438,0.61157024,0.61570245,0.61570245,0.61570245,0.62396693,0.6322314,0.6198347,0.60330576,0.57438016,0.53305787,0.5041322,0.4752066,0.45454547,0.45041323,0.6942149,0.71900827,0.72727275,0.74380165,0.77272725,0.7933884,0.80991733,0.8264463,0.822314,0.8181818,0.8181818,0.8264463,0.8305785,0.8347107,0.8264463,0.8347107,0.838843,0.838843,0.8347107,0.838843,0.838843,0.8264463,0.8264463,0.8181818,0.7933884,0.77272725,0.7644628,0.74793386,0.75206614,0.75206614,0.75619835,0.76859504,0.7768595,0.8140496,0.8471074,0.838843,0.822314,0.7892562,0.73140496,0.6322314,0.5661157,0.57024795,0.61157024,0.6570248,0.677686,0.6818182,0.6859504,0.6818182,0.677686,0.6652893,0.661157,0.6652893,0.6570248,0.6528926,0.6570248,0.6528926,0.6363636,0.59504133,0.5661157,0.53305787,0.49586776,0.47107437,0.45041323,0.45041323,0.6859504,0.7066116,0.71900827,0.7355372,0.75206614,0.77272725,0.78512394,0.8016529,0.80991733,0.8140496,0.80991733,0.822314,0.8264463,0.8305785,0.8347107,0.8347107,0.8347107,0.8429752,0.8305785,0.8347107,0.8264463,0.822314,0.8140496,0.8016529,0.7892562,0.77272725,0.76033056,0.74380165,0.74380165,0.74380165,0.74380165,0.75619835,0.7768595,0.80991733,0.8347107,0.8429752,0.8305785,0.8016529,0.74793386,0.6735537,0.58677685,0.57024795,0.6198347,0.6735537,0.7066116,0.71487606,0.71487606,0.71487606,0.71487606,0.7066116,0.6859504,0.6818182,0.6818182,0.6735537,0.6652893,0.6528926,0.6280992,0.607438,0.5661157,0.5247934,0.49173555,0.46280992,0.446281,0.45454547,0.6818182,0.70247936,0.71487606,0.7231405,0.7355372,0.75619835,0.76033056,0.7933884,0.79752064,0.80991733,0.8057851,0.8181818,0.822314,0.8264463,0.8305785,0.8305785,0.8305785,0.8347107,0.822314,0.822314,0.80991733,0.79752064,0.79752064,0.7768595,0.76859504,0.76033056,0.73966944,0.73140496,0.72727275,0.71900827,0.72727275,0.75206614,0.77272725,0.79752064,0.8264463,0.8347107,0.8264463,0.8016529,0.76859504,0.7107438,0.607438,0.55785125,0.59917355,0.6652893,0.7066116,0.7231405,0.72727275,0.73140496,0.73140496,0.71900827,0.70247936,0.6859504,0.677686,0.6694215,0.6694215,0.6363636,0.61570245,0.58677685,0.55785125,0.5123967,0.47933885,0.45867768,0.446281,0.45041323,0.6818182,0.6942149,0.6983471,0.71487606,0.72727275,0.7355372,0.76033056,0.78099173,0.7933884,0.79752064,0.79752064,0.80991733,0.8181818,0.822314,0.8264463,0.8264463,0.8305785,0.822314,0.80991733,0.8016529,0.7892562,0.7768595,0.76859504,0.75619835,0.74793386,0.73140496,0.71900827,0.71900827,0.71900827,0.7107438,0.71487606,0.73966944,0.76859504,0.79752064,0.8140496,0.8181818,0.80991733,0.7933884,0.77272725,0.7355372,0.6322314,0.5495868,0.55785125,0.6322314,0.69008267,0.71900827,0.73966944,0.74380165,0.73966944,0.72727275,0.71487606,0.6983471,0.677686,0.6818182,0.6652893,0.6280992,0.59917355,0.57024795,0.5413223,0.5082645,0.4752066,0.45041323,0.44214877,0.45041323,0.6735537,0.6859504,0.6983471,0.70247936,0.71900827,0.73966944,0.75206614,0.77272725,0.78099173,0.7933884,0.79752064,0.8057851,0.8140496,0.8181818,0.8181818,0.822314,0.8140496,0.8140496,0.79752064,0.78512394,0.77272725,0.75619835,0.74380165,0.72727275,0.7231405,0.7107438,0.6983471,0.7107438,0.71900827,0.70247936,0.7107438,0.73140496,0.7644628,0.8016529,0.8181818,0.80991733,0.7933884,0.78099173,0.77272725,0.74380165,0.6694215,0.5661157,0.5289256,0.59917355,0.6735537,0.7066116,0.73966944,0.74793386,0.74793386,0.73140496,0.71900827,0.7107438,0.6818182,0.6859504,0.6694215,0.6280992,0.59504133,0.55785125,0.5371901,0.5,0.46280992,0.45041323,0.44214877,0.446281,0.6652893,0.6735537,0.69008267,0.6983471,0.71900827,0.73140496,0.74380165,0.76859504,0.7768595,0.7892562,0.7892562,0.79752064,0.8057851,0.80991733,0.8057851,0.8057851,0.8016529,0.7892562,0.78099173,0.76033056,0.74380165,0.72727275,0.70247936,0.6818182,0.6859504,0.6942149,0.70247936,0.71900827,0.7066116,0.69008267,0.7066116,0.73140496,0.7644628,0.8057851,0.8264463,0.80991733,0.7892562,0.7768595,0.7644628,0.74380165,0.6942149,0.60330576,0.5289256,0.5495868,0.6280992,0.6942149,0.72727275,0.74380165,0.74380165,0.73140496,0.7231405,0.7107438,0.6942149,0.6859504,0.6652893,0.6198347,0.59090906,0.55785125,0.5206612,0.4876033,0.45867768,0.42975205,0.45041323,0.446281,0.6446281,0.6652893,0.6652893,0.6859504,0.6983471,0.71900827,0.73140496,0.73966944,0.76033056,0.7644628,0.78099173,0.78512394,0.7892562,0.7933884,0.7892562,0.7892562,0.78099173,0.7644628,0.75206614,0.73140496,0.70247936,0.6818182,0.6528926,0.6446281,0.6694215,0.6983471,0.7066116,0.7107438,0.6942149,0.6859504,0.7107438,0.73140496,0.75619835,0.7892562,0.8140496,0.8057851,0.78099173,0.77272725,0.7644628,0.75206614,0.70247936,0.61570245,0.54545456,0.5289256,0.59504133,0.6694215,0.7107438,0.72727275,0.73140496,0.72727275,0.71487606,0.70247936,0.6983471,0.677686,0.661157,0.607438,0.57024795,0.5495868,0.5165289,0.4752066,0.446281,0.4338843,0.44214877,0.45041323,0.6363636,0.6487603,0.6528926,0.6652893,0.677686,0.6942149,0.7107438,0.71900827,0.7355372,0.74793386,0.7644628,0.76859504,0.77272725,0.77272725,0.76859504,0.76033056,0.75206614,0.7355372,0.71487606,0.69008267,0.6528926,0.6280992,0.61570245,0.6322314,0.6694215,0.6983471,0.6942149,0.69008267,0.677686,0.6694215,0.6859504,0.69008267,0.70247936,0.72727275,0.75619835,0.75206614,0.74380165,0.74380165,0.75619835,0.73966944,0.6735537,0.58677685,0.5371901,0.5165289,0.5785124,0.6487603,0.6859504,0.6983471,0.71487606,0.7107438,0.7107438,0.6942149,0.6859504,0.6735537,0.6404959,0.607438,0.56198347,0.5371901,0.49173555,0.4752066,0.45041323,0.43801653,0.4338843,0.45041323,0.6280992,0.6322314,0.6487603,0.6528926,0.661157,0.6818182,0.6859504,0.70247936,0.7066116,0.72727275,0.7355372,0.74380165,0.74793386,0.74380165,0.73140496,0.7231405,0.7107438,0.6942149,0.6735537,0.6528926,0.62396693,0.607438,0.59917355,0.60330576,0.6363636,0.661157,0.6487603,0.6404959,0.6322314,0.607438,0.60330576,0.59504133,0.59504133,0.61570245,0.6487603,0.6652893,0.6735537,0.6735537,0.6818182,0.661157,0.57024795,0.5,0.47107437,0.49173555,0.56198347,0.6322314,0.6570248,0.6818182,0.6983471,0.7066116,0.6983471,0.69008267,0.6694215,0.6528926,0.62396693,0.58677685,0.5413223,0.5041322,0.48347107,0.46280992,0.43801653,0.43801653,0.43801653,0.446281,0.61570245,0.61157024,0.6280992,0.6322314,0.6363636,0.6528926,0.661157,0.6735537,0.6818182,0.6942149,0.7066116,0.7107438,0.71487606,0.7066116,0.6942149,0.69008267,0.6735537,0.6570248,0.6446281,0.6404959,0.6363636,0.6322314,0.61570245,0.59504133,0.58677685,0.58264464,0.5661157,0.54545456,0.5289256,0.49173555,0.46694216,0.4752066,0.47933885,0.5123967,0.5371901,0.54545456,0.5661157,0.5661157,0.57024795,0.5247934,0.45867768,0.41735536,0.41322315,0.47107437,0.54545456,0.62396693,0.6363636,0.661157,0.6735537,0.6942149,0.6818182,0.6735537,0.6404959,0.61570245,0.5785124,0.55785125,0.5289256,0.49173555,0.47107437,0.45867768,0.43801653,0.4338843,0.43801653,0.446281,0.60330576,0.59917355,0.607438,0.607438,0.61157024,0.61570245,0.6280992,0.6363636,0.6528926,0.6694215,0.677686,0.6735537,0.6818182,0.6818182,0.6652893,0.6570248,0.6404959,0.6280992,0.6363636,0.6446281,0.6528926,0.6528926,0.6487603,0.62396693,0.54545456,0.4876033,0.45867768,0.4214876,0.38016528,0.3140496,0.3181818,0.35123968,0.40082645,0.4338843,0.45454547,0.43801653,0.46280992,0.446281,0.45867768,0.4214876,0.38016528,0.3429752,0.37190083,0.46280992,0.5371901,0.60330576,0.6280992,0.6404959,0.6528926,0.6652893,0.6528926,0.6404959,0.59504133,0.56198347,0.5413223,0.53305787,0.5,0.47933885,0.45867768,0.44214877,0.43801653,0.44214877,0.43801653,0.446281,0.59090906,0.59504133,0.58264464,0.58677685,0.59090906,0.59504133,0.60330576,0.61157024,0.6280992,0.6322314,0.6363636,0.6487603,0.661157,0.6528926,0.6487603,0.6322314,0.61570245,0.61570245,0.6404959,0.6528926,0.6694215,0.69008267,0.70247936,0.6818182,0.58677685,0.47933885,0.41322315,0.38842976,0.3677686,0.3264463,0.33471075,0.3305785,0.3553719,0.37603307,0.4090909,0.38016528,0.39256197,0.37603307,0.3966942,0.37603307,0.3264463,0.3140496,0.3966942,0.4752066,0.5495868,0.59917355,0.6198347,0.6363636,0.6446281,0.6446281,0.6280992,0.61570245,0.57024795,0.5371901,0.5206612,0.5,0.47933885,0.46694216,0.45041323,0.43801653,0.4338843,0.43801653,0.44214877,0.43801653,0.57438016,0.5785124,0.5661157,0.57024795,0.57024795,0.57024795,0.57438016,0.58677685,0.61570245,0.6322314,0.6363636,0.6322314,0.6322314,0.6404959,0.6322314,0.6198347,0.61157024,0.6322314,0.661157,0.6735537,0.6942149,0.7066116,0.71900827,0.74380165,0.6694215,0.53305787,0.42561984,0.40495867,0.37603307,0.38016528,0.38429752,0.37603307,0.37603307,0.38016528,0.38016528,0.37190083,0.36363637,0.3677686,0.37190083,0.37603307,0.36363637,0.40082645,0.46280992,0.5123967,0.55785125,0.58677685,0.61570245,0.6280992,0.6322314,0.6280992,0.607438,0.59090906,0.5495868,0.5123967,0.49173555,0.47933885,0.46694216,0.45041323,0.446281,0.4338843,0.43801653,0.446281,0.43801653,0.4338843,0.55785125,0.553719,0.553719,0.55785125,0.5661157,0.55785125,0.553719,0.5785124,0.58677685,0.61157024,0.6198347,0.607438,0.59090906,0.58677685,0.59504133,0.61157024,0.62396693,0.6446281,0.6570248,0.6652893,0.6818182,0.6942149,0.7066116,0.71487606,0.7107438,0.6363636,0.5,0.45867768,0.41735536,0.41322315,0.4090909,0.42975205,0.41735536,0.41735536,0.38842976,0.37190083,0.38429752,0.3966942,0.40495867,0.4090909,0.4338843,0.47107437,0.48347107,0.5,0.53305787,0.56198347,0.59090906,0.607438,0.61570245,0.60330576,0.59090906,0.57024795,0.53305787,0.5041322,0.48347107,0.46280992,0.45867768,0.446281,0.4338843,0.4338843,0.42975205,0.4338843,0.43801653,0.43801653,0.5495868,0.53305787,0.5371901,0.54545456,0.5495868,0.54545456,0.5495868,0.553719,0.5661157,0.57438016,0.58677685,0.5661157,0.553719,0.53305787,0.57438016,0.59504133,0.607438,0.6322314,0.6322314,0.6446281,0.661157,0.6818182,0.70247936,0.6983471,0.6983471,0.6694215,0.6198347,0.5661157,0.5206612,0.49586776,0.46694216,0.46694216,0.45454547,0.4338843,0.41322315,0.40082645,0.41735536,0.4214876,0.43801653,0.45867768,0.48347107,0.49173555,0.48347107,0.48347107,0.5123967,0.5289256,0.55785125,0.58264464,0.59090906,0.5785124,0.56198347,0.54545456,0.5165289,0.49173555,0.47933885,0.46694216,0.45041323,0.44214877,0.42975205,0.42975205,0.42561984,0.42561984,0.43801653,0.43801653,0.55785125,0.5371901,0.53305787,0.5371901,0.53305787,0.5247934,0.5371901,0.53305787,0.5413223,0.5371901,0.5371901,0.5206612,0.5123967,0.5123967,0.5371901,0.5495868,0.57024795,0.58677685,0.58677685,0.61570245,0.62396693,0.661157,0.677686,0.69008267,0.69008267,0.6735537,0.6652893,0.6446281,0.6198347,0.58677685,0.553719,0.5123967,0.47933885,0.446281,0.4214876,0.42561984,0.44214877,0.45454547,0.46280992,0.4752066,0.4752066,0.47933885,0.4752066,0.4876033,0.49586776,0.5123967,0.5206612,0.5413223,0.5495868,0.5413223,0.53305787,0.5165289,0.49173555,0.47933885,0.46694216,0.45454547,0.446281,0.42561984,0.41735536,0.42561984,0.42975205,0.42561984,0.4338843,0.43801653,0.5661157,0.5495868,0.5371901,0.5371901,0.5289256,0.5247934,0.5247934,0.5206612,0.5165289,0.49173555,0.48347107,0.46694216,0.45454547,0.49173555,0.4752066,0.5,0.49586776,0.5206612,0.5371901,0.56198347,0.5785124,0.6280992,0.6446281,0.6570248,0.6735537,0.6528926,0.6570248,0.6528926,0.6528926,0.6322314,0.59917355,0.55785125,0.49586776,0.45867768,0.4338843,0.44214877,0.46694216,0.47107437,0.47107437,0.47933885,0.47933885,0.46694216,0.46694216,0.47107437,0.4752066,0.48347107,0.4876033,0.5041322,0.5165289,0.5123967,0.5041322,0.49586776,0.4752066,0.46694216,0.45867768,0.446281,0.42975205,0.4214876,0.41322315,0.42975205,0.4338843,0.4338843,0.43801653,0.4338843,0.55785125,0.5495868,0.5413223,0.5495868,0.5289256,0.5247934,0.5,0.5165289,0.5041322,0.46694216,0.44214877,0.41735536,0.40495867,0.42975205,0.4214876,0.43801653,0.42561984,0.45454547,0.4752066,0.5,0.53305787,0.58677685,0.60330576,0.6280992,0.6363636,0.62396693,0.6198347,0.6198347,0.6280992,0.6363636,0.607438,0.5661157,0.5123967,0.48347107,0.46694216,0.46694216,0.48347107,0.4876033,0.48347107,0.47933885,0.47107437,0.47107437,0.46694216,0.45041323,0.45041323,0.446281,0.45454547,0.46280992,0.47933885,0.4876033,0.47933885,0.47107437,0.45867768,0.45454547,0.43801653,0.4338843,0.42975205,0.4090909,0.41322315,0.42975205,0.42561984,0.43801653,0.43801653,0.42975205,0.54545456,0.54545456,0.53305787,0.54545456,0.53305787,0.5165289,0.5,0.5041322,0.5041322,0.45454547,0.4214876,0.38429752,0.38429752,0.38016528,0.38016528,0.38016528,0.36363637,0.38429752,0.40495867,0.4338843,0.4752066,0.5289256,0.55785125,0.58264464,0.59917355,0.61570245,0.61570245,0.6198347,0.6198347,0.6280992,0.61570245,0.59090906,0.57024795,0.54545456,0.53305787,0.5165289,0.5123967,0.5041322,0.49586776,0.4876033,0.4752066,0.46280992,0.45454547,0.4338843,0.41322315,0.40082645,0.4090909,0.4214876,0.44214877,0.45454547,0.45041323,0.44214877,0.43801653,0.43801653,0.42975205,0.42975205,0.41322315,0.40082645,0.3966942,0.4214876,0.42561984,0.4214876,0.44214877,0.42975205,0.5371901,0.5247934,0.53305787,0.53305787,0.53305787,0.5247934,0.5123967,0.5082645,0.49586776,0.47107437,0.4338843,0.39256197,0.3966942,0.38842976,0.36363637,0.35123968,0.32231405,0.3264463,0.34710744,0.3677686,0.4090909,0.45454547,0.49586776,0.53305787,0.55785125,0.58677685,0.61570245,0.6280992,0.6404959,0.6528926,0.6446281,0.6404959,0.6446281,0.6363636,0.61570245,0.59090906,0.553719,0.5206612,0.5,0.4876033,0.47107437,0.45454547,0.43801653,0.4090909,0.36363637,0.338843,0.3553719,0.38016528,0.4090909,0.4214876,0.4214876,0.41735536,0.42561984,0.4338843,0.41735536,0.42561984,0.40082645,0.3966942,0.4090909,0.42561984,0.42975205,0.42561984,0.43801653,0.4338843,0.5165289,0.5206612,0.5165289,0.5247934,0.5247934,0.53305787,0.5206612,0.5247934,0.5082645,0.4876033,0.46280992,0.42561984,0.4338843,0.40495867,0.39256197,0.37190083,0.36363637,0.3553719,0.35123968,0.338843,0.3553719,0.38429752,0.41735536,0.45454547,0.49586776,0.53305787,0.5661157,0.59504133,0.60330576,0.61157024,0.6198347,0.62396693,0.6446281,0.661157,0.6487603,0.607438,0.54545456,0.5,0.47933885,0.46280992,0.446281,0.4214876,0.4090909,0.35950413,0.30165288,0.2892562,0.3181818,0.35123968,0.38842976,0.39256197,0.40082645,0.41735536,0.41735536,0.4338843,0.4090909,0.4090909,0.39256197,0.39256197,0.41322315,0.42975205,0.4338843,0.42561984,0.42975205,0.4338843,0.4876033,0.49586776,0.5165289,0.5165289,0.5165289,0.5247934,0.5247934,0.5289256,0.5165289,0.5041322,0.5041322,0.47933885,0.45867768,0.45041323,0.42561984,0.4214876,0.42561984,0.4338843,0.4214876,0.40495867,0.39256197,0.38429752,0.37603307,0.37190083,0.38016528,0.38429752,0.4090909,0.41735536,0.42561984,0.43801653,0.45867768,0.48347107,0.5206612,0.55785125,0.55785125,0.5123967,0.43801653,0.4090909,0.40082645,0.3966942,0.3677686,0.35123968,0.3553719,0.3429752,0.33471075,0.32231405,0.34710744,0.36363637,0.38429752,0.39256197,0.41322315,0.43801653,0.4214876,0.42975205,0.40082645,0.39256197,0.38429752,0.3966942,0.4214876,0.41322315,0.42975205,0.4214876,0.4214876,0.42561984,0.45867768,0.4752066,0.5082645,0.5123967,0.5165289,0.5165289,0.5206612,0.5247934,0.5165289,0.5123967,0.5206612,0.5041322,0.4876033,0.48347107,0.48347107,0.4876033,0.4876033,0.49586776,0.49586776,0.5041322,0.5082645,0.5,0.47107437,0.42561984,0.39256197,0.35950413,0.3429752,0.3305785,0.3140496,0.32231405,0.3181818,0.33471075,0.35950413,0.39256197,0.40495867,0.38842976,0.33471075,0.338843,0.3429752,0.34710744,0.3264463,0.32231405,0.38016528,0.41735536,0.4214876,0.4214876,0.4090909,0.3966942,0.40495867,0.42561984,0.43801653,0.44214877,0.42561984,0.41322315,0.38429752,0.3677686,0.38429752,0.40082645,0.4214876,0.42975205,0.41322315,0.4338843,0.41735536,0.42561984,0.4338843,0.45041323,0.47933885,0.49586776,0.5082645,0.5082645,0.5082645,0.5082645,0.5041322,0.5,0.5,0.5,0.5082645,0.5206612,0.5371901,0.54545456,0.553719,0.553719,0.55785125,0.57024795,0.58677685,0.59090906,0.5785124,0.5413223,0.5041322,0.46694216,0.4338843,0.41322315,0.38429752,0.3677686,0.3429752,0.33471075,0.33471075,0.35950413,0.37190083,0.3677686,0.35950413,0.36363637,0.35950413,0.35950413,0.3553719,0.37190083,0.4214876,0.46280992,0.4876033,0.49586776,0.47107437,0.446281,0.42561984,0.44214877,0.45867768,0.42561984,0.41735536,0.3966942,0.37603307,0.3677686,0.3966942,0.4214876,0.4214876,0.42975205,0.41735536,0.42975205,0.41735536,0.42975205,0.4090909,0.4214876,0.446281,0.46694216,0.47933885,0.48347107,0.48347107,0.4876033,0.48347107,0.47933885,0.47933885,0.49173555,0.5123967,0.53305787,0.55785125,0.57024795,0.5785124,0.58264464,0.59090906,0.60330576,0.61157024,0.60330576,0.59504133,0.57438016,0.553719,0.5206612,0.49586776,0.48347107,0.45867768,0.43801653,0.42561984,0.40082645,0.40082645,0.4090909,0.41735536,0.40495867,0.3966942,0.39256197,0.38429752,0.37603307,0.39256197,0.41735536,0.446281,0.46694216,0.5041322,0.5041322,0.49586776,0.46280992,0.43801653,0.42975205,0.45041323,0.4090909,0.3966942,0.38016528,0.36363637,0.38842976,0.4090909,0.41735536,0.4214876,0.41735536,0.42561984,0.42975205,0.41735536,0.42975205,0.3553719,0.3966942,0.41322315,0.43801653,0.446281,0.45454547,0.45454547,0.45867768,0.45867768,0.45454547,0.46280992,0.48347107,0.5082645,0.53305787,0.54545456,0.56198347,0.5661157,0.5785124,0.59090906,0.60330576,0.607438,0.58677685,0.5661157,0.5495868,0.5247934,0.49586776,0.48347107,0.47107437,0.45454547,0.43801653,0.42975205,0.4214876,0.4090909,0.4090909,0.4090909,0.4090909,0.39256197,0.39256197,0.40495867,0.3966942,0.42561984,0.42975205,0.45454547,0.48347107,0.49586776,0.5,0.4752066,0.45454547,0.42975205,0.41735536,0.41322315,0.39256197,0.37603307,0.35950413,0.37603307,0.40495867,0.41735536,0.41735536,0.41735536,0.4214876,0.42561984,0.41322315,0.4214876,0.4214876,0.33471075,0.36363637,0.38429752,0.3966942,0.41322315,0.42561984,0.42561984,0.43801653,0.44214877,0.44214877,0.446281,0.45867768,0.4876033,0.5123967,0.5289256,0.53305787,0.54545456,0.56198347,0.57438016,0.5785124,0.5785124,0.55785125,0.5371901,0.5165289,0.4876033,0.47107437,0.44214877,0.41735536,0.4090909,0.39256197,0.38016528,0.38016528,0.37190083,0.38429752,0.37603307,0.38429752,0.3966942,0.3966942,0.4090909,0.41322315,0.42561984,0.44214877,0.45867768,0.47107437,0.4752066,0.46280992,0.45041323,0.41735536,0.41322315,0.40082645,0.38842976,0.37603307,0.35123968,0.3553719,0.38842976,0.41322315,0.42975205,0.41735536,0.42975205,0.4214876,0.41735536,0.42561984,0.4214876,0.41735536,0.3140496,0.338843,0.35123968,0.36363637,0.38842976,0.39256197,0.40082645,0.41322315,0.4214876,0.4214876,0.42975205,0.45041323,0.46694216,0.49173555,0.5041322,0.5123967,0.5165289,0.5413223,0.553719,0.553719,0.5495868,0.5247934,0.5123967,0.48347107,0.45867768,0.43801653,0.41322315,0.3966942,0.38429752,0.37603307,0.38016528,0.3553719,0.3677686,0.3553719,0.3553719,0.35950413,0.37603307,0.38842976,0.39256197,0.41735536,0.4214876,0.446281,0.45041323,0.45454547,0.45041323,0.43801653,0.42561984,0.41735536,0.39256197,0.38016528,0.36363637,0.34710744,0.34710744,0.37603307,0.40495867,0.4214876,0.4214876,0.41322315,0.42561984,0.42561984,0.41322315,0.4214876,0.42561984,0.4090909,0.3181818,0.3140496,0.3264463,0.3429752,0.35950413,0.3677686,0.37190083,0.38016528,0.3966942,0.40495867,0.41735536,0.4338843,0.46280992,0.48347107,0.5041322,0.5165289,0.5123967,0.5371901,0.5413223,0.53305787,0.5247934,0.5,0.4876033,0.45867768,0.45454547,0.43801653,0.41735536,0.41322315,0.40082645,0.3966942,0.37190083,0.3553719,0.38429752,0.3677686,0.3677686,0.3553719,0.37190083,0.38429752,0.3966942,0.4090909,0.42561984,0.43801653,0.4338843,0.4338843,0.42561984,0.41322315,0.40495867,0.40495867,0.38016528,0.35950413,0.338843,0.3429752,0.36363637,0.40082645,0.41322315,0.41735536,0.4214876,0.4214876,0.41735536,0.42561984,0.41735536,0.41322315,0.4214876,0.4214876,0.3181818,0.30578512,0.30991736,0.3140496,0.3264463,0.338843,0.3429752,0.3553719,0.37190083,0.37603307,0.40495867,0.4338843,0.45867768,0.4876033,0.5041322,0.5206612,0.5289256,0.5289256,0.53305787,0.5165289,0.5165289,0.5041322,0.48347107,0.46694216,0.4752066,0.4752066,0.49173555,0.4876033,0.5041322,0.49586776,0.49586776,0.48347107,0.46280992,0.446281,0.42975205,0.4090909,0.39256197,0.40082645,0.40495867,0.4090909,0.42975205,0.4214876,0.4214876,0.4338843,0.41735536,0.40082645,0.3966942,0.39256197,0.35950413,0.338843,0.3305785,0.36363637,0.38842976,0.41322315,0.41322315,0.41322315,0.41735536,0.41322315,0.41322315,0.41735536,0.4090909,0.41735536,0.41322315,0.41322315,0.33471075,0.30578512,0.30165288,0.30165288,0.30991736,0.3181818,0.32231405,0.3305785,0.33471075,0.35123968,0.37190083,0.39256197,0.42561984,0.45041323,0.47107437,0.5082645,0.5371901,0.5247934,0.5289256,0.5247934,0.54545456,0.5371901,0.5289256,0.5371901,0.53305787,0.55785125,0.5661157,0.5785124,0.58677685,0.5785124,0.58264464,0.553719,0.53305787,0.5,0.46694216,0.446281,0.4214876,0.41735536,0.42561984,0.42975205,0.42561984,0.42975205,0.42561984,0.43801653,0.41735536,0.3966942,0.37603307,0.3677686,0.3305785,0.30578512,0.3264463,0.38016528,0.3966942,0.4090909,0.41322315,0.41735536,0.41322315,0.4090909,0.41735536,0.41735536,0.4090909,0.4214876,0.41735536,0.41735536,0.35123968,0.3140496,0.30578512,0.29338843,0.30578512,0.30578512,0.30578512,0.3140496,0.30991736,0.3305785,0.32231405,0.3553719,0.37603307,0.40082645,0.44214877,0.4752066,0.5041322,0.5165289,0.5247934,0.54545456,0.57024795,0.56198347,0.57438016,0.58677685,0.58264464,0.61157024,0.59917355,0.60330576,0.59917355,0.59917355,0.5785124,0.57024795,0.5371901,0.49586776,0.48347107,0.45454547,0.4338843,0.43801653,0.45041323,0.446281,0.4338843,0.44214877,0.4338843,0.42561984,0.40082645,0.38016528,0.35950413,0.3181818,0.25619835,0.22727273,0.27272728,0.3264463,0.36363637,0.39256197,0.41322315,0.4090909,0.41322315,0.41322315,0.4090909,0.4090909,0.41735536,0.40495867,0.41322315,0.4090909,0.3677686,0.338843,0.3140496,0.29752067,0.30991736,0.2892562,0.29752067,0.29752067,0.30165288,0.29752067,0.30165288,0.30578512,0.338843,0.3553719,0.4214876,0.446281,0.4752066,0.5123967,0.5165289,0.5413223,0.56198347,0.57024795,0.57024795,0.5785124,0.58677685,0.61157024,0.59917355,0.59504133,0.57438016,0.57024795,0.56198347,0.55785125,0.5413223,0.5041322,0.47933885,0.45454547,0.44214877,0.45041323,0.45867768,0.45041323,0.44214877,0.43801653,0.41735536,0.3966942,0.35950413,0.338843,0.3140496,0.2231405,0.16115703,0.16528925,0.20661157,0.24793388,0.28512397,0.34710744,0.39256197,0.40495867,0.41322315,0.4090909,0.4090909,0.40495867,0.41322315,0.4090909,0.40495867,0.41735536,0.38429752,0.34710744,0.32231405,0.3140496,0.30991736,0.29338843,0.29752067,0.2892562,0.2892562,0.29338843,0.2892562,0.2768595,0.30578512,0.30991736,0.35950413,0.40495867,0.45454547,0.4876033,0.5082645,0.5041322,0.54545456,0.5495868,0.5413223,0.54545456,0.5495868,0.55785125,0.55785125,0.54545456,0.5206612,0.5289256,0.5206612,0.5123967,0.4876033,0.46280992,0.446281,0.4338843,0.42975205,0.43801653,0.446281,0.42975205,0.42561984,0.41322315,0.38842976,0.35950413,0.32231405,0.3181818,0.3140496,0.1983471,0.11983471,0.14049587,0.15289256,0.1570248,0.20247933,0.2768595,0.34710744,0.38842976,0.40082645,0.4090909,0.40495867,0.40495867,0.4090909,0.41322315,0.40082645,0.4090909,0.41735536,0.35123968,0.34710744,0.3305785,0.32231405,0.30165288,0.30165288,0.29338843,0.29752067,0.29338843,0.29752067,0.28099173,0.2892562,0.28512397,0.29752067,0.338843,0.3966942,0.4338843,0.446281,0.46694216,0.4876033,0.5,0.5041322,0.5,0.49173555,0.49173555,0.49586776,0.48347107,0.47107437,0.46694216,0.45041323,0.446281,0.44214877,0.41735536,0.41322315,0.41322315,0.41322315,0.4214876,0.41735536,0.40082645,0.38842976,0.37190083,0.34710744,0.30991736,0.2892562,0.3305785,0.33471075,0.18595041,0.10330579,0.1446281,0.14876033,0.11157025,0.1694215,0.24380165,0.28099173,0.3305785,0.37603307,0.40495867,0.40495867,0.4090909,0.40495867,0.41322315,0.40495867,0.40495867,0.43801653,0.37603307,0.38016528,0.3429752,0.3305785,0.30578512,0.30991736,0.30165288,0.30991736,0.29338843,0.30578512,0.2892562,0.30165288,0.28512397,0.28099173,0.28512397,0.30991736,0.3429752,0.36363637,0.40495867,0.4090909,0.42975205,0.44214877,0.44214877,0.4338843,0.42561984,0.4214876,0.41322315,0.40495867,0.39256197,0.38016528,0.37603307,0.37190083,0.37190083,0.37190083,0.37603307,0.38429752,0.39256197,0.38429752,0.36363637,0.35123968,0.32231405,0.29752067,0.28512397,0.30991736,0.36363637,0.3677686,0.17355372,0.10330579,0.13636364,0.15289256,0.09504132,0.1322314,0.21900827,0.23553719,0.26859504,0.338843,0.38842976,0.3966942,0.40082645,0.40495867,0.3966942,0.40495867,0.39256197,0.45454547,0.40082645,0.39256197,0.36363637,0.3305785,0.3181818,0.30578512,0.30578512,0.30991736,0.30578512,0.30578512,0.29338843,0.30165288,0.30165288,0.2892562,0.2768595,0.2768595,0.27272728,0.30165288,0.3181818,0.3264463,0.34710744,0.3553719,0.3677686,0.3677686,0.36363637,0.3553719,0.35123968,0.34710744,0.33471075,0.3305785,0.3305785,0.3305785,0.338843,0.3305785,0.33471075,0.34710744,0.34710744,0.338843,0.3140496,0.29752067,0.2768595,0.2768595,0.29752067,0.33471075,0.37603307,0.35950413,0.1570248,0.09090909,0.14049587,0.16528925,0.10330579,0.08677686,0.1694215,0.2231405,0.24380165,0.2768595,0.33471075,0.38016528,0.39256197,0.3966942,0.40082645,0.4090909,0.39256197,22 +0.1322314,0.20247933,0.41322315,0.54545456,0.59917355,0.59917355,0.59090906,0.57438016,0.57024795,0.58677685,0.6198347,0.6487603,0.69008267,0.71487606,0.72727275,0.7355372,0.76033056,0.76859504,0.78512394,0.79752064,0.8057851,0.80991733,0.8181818,0.8181818,0.8181818,0.8264463,0.8181818,0.8140496,0.8181818,0.8181818,0.79752064,0.8016529,0.7892562,0.7892562,0.77272725,0.7768595,0.7768595,0.78099173,0.78099173,0.76859504,0.7644628,0.76033056,0.74793386,0.73966944,0.73966944,0.73140496,0.72727275,0.7231405,0.7231405,0.71487606,0.7066116,0.71487606,0.7066116,0.70247936,0.6942149,0.677686,0.6446281,0.62396693,0.607438,0.61157024,0.60330576,0.5785124,0.54545456,0.5165289,0.12396694,0.2231405,0.47107437,0.59504133,0.6446281,0.6487603,0.6280992,0.61157024,0.61157024,0.6363636,0.6735537,0.7107438,0.73966944,0.75619835,0.75619835,0.76859504,0.7768595,0.78512394,0.8016529,0.8140496,0.8181818,0.8181818,0.8264463,0.822314,0.8264463,0.822314,0.8181818,0.822314,0.8264463,0.8264463,0.8181818,0.822314,0.8140496,0.8016529,0.78512394,0.7933884,0.7933884,0.7933884,0.8016529,0.78512394,0.78099173,0.78512394,0.77272725,0.76033056,0.75619835,0.75206614,0.74793386,0.74380165,0.7355372,0.72727275,0.7231405,0.71900827,0.71487606,0.71487606,0.70247936,0.6818182,0.661157,0.6363636,0.607438,0.61157024,0.607438,0.59504133,0.57438016,0.54545456,0.11157025,0.23966943,0.5041322,0.6198347,0.6694215,0.6818182,0.6652893,0.661157,0.677686,0.7066116,0.7355372,0.7644628,0.77272725,0.78099173,0.78099173,0.7768595,0.78512394,0.79752064,0.80991733,0.822314,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.822314,0.8264463,0.8305785,0.8305785,0.8264463,0.8264463,0.8264463,0.8057851,0.7933884,0.8057851,0.8057851,0.80991733,0.8140496,0.79752064,0.79752064,0.7933884,0.7933884,0.78099173,0.78099173,0.7644628,0.76033056,0.75206614,0.75206614,0.74380165,0.74380165,0.7355372,0.72727275,0.7231405,0.70247936,0.69008267,0.6652893,0.6404959,0.61570245,0.607438,0.607438,0.60330576,0.59090906,0.57024795,0.10743801,0.24793388,0.5247934,0.6280992,0.677686,0.70247936,0.70247936,0.7107438,0.73140496,0.75619835,0.77272725,0.78099173,0.7933884,0.79752064,0.7933884,0.7892562,0.7892562,0.79752064,0.80991733,0.822314,0.8305785,0.8305785,0.8305785,0.8264463,0.8264463,0.8305785,0.8264463,0.822314,0.8305785,0.8264463,0.8264463,0.8264463,0.822314,0.8057851,0.8057851,0.80991733,0.822314,0.8181818,0.822314,0.80991733,0.8057851,0.80991733,0.79752064,0.7933884,0.7892562,0.78099173,0.7644628,0.77272725,0.76033056,0.7644628,0.75206614,0.74380165,0.73966944,0.72727275,0.70247936,0.69008267,0.6652893,0.6446281,0.6198347,0.607438,0.60330576,0.60330576,0.59917355,0.58264464,0.10330579,0.25619835,0.53305787,0.6280992,0.6859504,0.71487606,0.72727275,0.73966944,0.7644628,0.78099173,0.7892562,0.79752064,0.8016529,0.8057851,0.8016529,0.79752064,0.7933884,0.7933884,0.8016529,0.8140496,0.8181818,0.822314,0.8264463,0.822314,0.8264463,0.8264463,0.822314,0.8181818,0.8264463,0.8181818,0.8181818,0.8181818,0.8140496,0.8057851,0.80991733,0.8181818,0.822314,0.8181818,0.8181818,0.8140496,0.8057851,0.8140496,0.7933884,0.8057851,0.79752064,0.7892562,0.78099173,0.7892562,0.7768595,0.7768595,0.76033056,0.75619835,0.73966944,0.73966944,0.7107438,0.6983471,0.6735537,0.6528926,0.6280992,0.61157024,0.607438,0.607438,0.60330576,0.59090906,0.11157025,0.25619835,0.54545456,0.62396693,0.6818182,0.71487606,0.73966944,0.75206614,0.7768595,0.78512394,0.79752064,0.8016529,0.79752064,0.79752064,0.7933884,0.7933884,0.7933884,0.7892562,0.7933884,0.8016529,0.8016529,0.80991733,0.80991733,0.8057851,0.8057851,0.8181818,0.8140496,0.80991733,0.8140496,0.8140496,0.8057851,0.8057851,0.8057851,0.7933884,0.80991733,0.8181818,0.8140496,0.8140496,0.822314,0.80991733,0.79752064,0.80991733,0.78099173,0.8016529,0.7892562,0.7933884,0.7768595,0.78512394,0.78099173,0.7768595,0.76859504,0.76033056,0.75206614,0.75206614,0.73140496,0.7066116,0.677686,0.6652893,0.6322314,0.6198347,0.61570245,0.61157024,0.59504133,0.59090906,0.13636364,0.26859504,0.5495868,0.6198347,0.6859504,0.71900827,0.74380165,0.76033056,0.77272725,0.78099173,0.7933884,0.7933884,0.7933884,0.7892562,0.7892562,0.7892562,0.78099173,0.78099173,0.78099173,0.78099173,0.7892562,0.78512394,0.7933884,0.7892562,0.7933884,0.8057851,0.8057851,0.7892562,0.79752064,0.79752064,0.7892562,0.7933884,0.7892562,0.78512394,0.7892562,0.7933884,0.79752064,0.79752064,0.8016529,0.8016529,0.7892562,0.78512394,0.7768595,0.7768595,0.78099173,0.78512394,0.7768595,0.77272725,0.76033056,0.76859504,0.7644628,0.76859504,0.7644628,0.76033056,0.74380165,0.71487606,0.69008267,0.677686,0.6446281,0.6280992,0.61570245,0.60330576,0.59504133,0.58677685,0.17768595,0.2892562,0.553719,0.6198347,0.677686,0.7107438,0.74380165,0.75619835,0.76033056,0.76859504,0.78099173,0.7892562,0.7892562,0.78512394,0.78512394,0.77272725,0.76859504,0.76033056,0.76033056,0.76859504,0.76859504,0.76859504,0.77272725,0.7768595,0.78099173,0.7892562,0.7892562,0.7768595,0.78099173,0.78099173,0.77272725,0.76859504,0.7644628,0.76033056,0.75206614,0.75206614,0.74793386,0.75619835,0.75619835,0.76033056,0.7644628,0.73966944,0.73966944,0.7231405,0.7355372,0.7355372,0.73966944,0.73966944,0.7231405,0.73966944,0.74380165,0.74380165,0.75619835,0.75619835,0.74380165,0.72727275,0.70247936,0.6859504,0.6528926,0.6404959,0.6198347,0.59504133,0.59917355,0.58264464,0.2231405,0.30165288,0.5661157,0.6280992,0.677686,0.7066116,0.7355372,0.74793386,0.74380165,0.75206614,0.76033056,0.77272725,0.7768595,0.76859504,0.76859504,0.75619835,0.74793386,0.74380165,0.74380165,0.74793386,0.74793386,0.74793386,0.75206614,0.75619835,0.76859504,0.77272725,0.77272725,0.7644628,0.75619835,0.75619835,0.74793386,0.73140496,0.71900827,0.7231405,0.70247936,0.6859504,0.6652893,0.6570248,0.6528926,0.6570248,0.6404959,0.6363636,0.6198347,0.59917355,0.6198347,0.6280992,0.6446281,0.6528926,0.6528926,0.6735537,0.6818182,0.70247936,0.7107438,0.7231405,0.71900827,0.7107438,0.69008267,0.6694215,0.6446281,0.6404959,0.6198347,0.59504133,0.59504133,0.58677685,0.2520661,0.33471075,0.5661157,0.6280992,0.6735537,0.6983471,0.7066116,0.71900827,0.71487606,0.7231405,0.74380165,0.73966944,0.7355372,0.73966944,0.73140496,0.71900827,0.71900827,0.71487606,0.71487606,0.71900827,0.71487606,0.7107438,0.71487606,0.7231405,0.73966944,0.74793386,0.75206614,0.74380165,0.7231405,0.7107438,0.6983471,0.677686,0.6446281,0.6446281,0.62396693,0.59090906,0.57024795,0.53305787,0.5165289,0.5041322,0.5041322,0.4876033,0.4876033,0.47107437,0.49173555,0.5,0.5165289,0.54545456,0.5661157,0.58677685,0.60330576,0.6280992,0.62396693,0.6446281,0.6570248,0.6487603,0.6322314,0.6198347,0.607438,0.61157024,0.60330576,0.59504133,0.59090906,0.58677685,0.32231405,0.3677686,0.57024795,0.60330576,0.6322314,0.6487603,0.6528926,0.6570248,0.6404959,0.6363636,0.6446281,0.6570248,0.6404959,0.6322314,0.6363636,0.6322314,0.6404959,0.6487603,0.6528926,0.6528926,0.6570248,0.6570248,0.6570248,0.677686,0.70247936,0.71900827,0.73140496,0.71900827,0.6942149,0.6735537,0.6446281,0.61570245,0.5785124,0.5495868,0.5371901,0.5082645,0.47933885,0.45041323,0.42975205,0.4214876,0.42561984,0.40082645,0.4090909,0.3966942,0.41322315,0.41735536,0.43801653,0.46280992,0.4752066,0.5041322,0.5165289,0.5413223,0.5289256,0.5495868,0.57024795,0.57438016,0.55785125,0.5495868,0.5495868,0.553719,0.57024795,0.5785124,0.58264464,0.58264464,0.4090909,0.41322315,0.5289256,0.5495868,0.56198347,0.553719,0.5661157,0.5661157,0.553719,0.5206612,0.5247934,0.5371901,0.5,0.4876033,0.4876033,0.49173555,0.5041322,0.5206612,0.54545456,0.5495868,0.5661157,0.58264464,0.59917355,0.62396693,0.6528926,0.6859504,0.7066116,0.6983471,0.661157,0.6322314,0.61157024,0.57024795,0.53305787,0.5,0.4876033,0.46694216,0.45454547,0.44214877,0.42561984,0.4214876,0.41322315,0.41735536,0.41322315,0.41735536,0.4214876,0.42561984,0.42975205,0.4338843,0.446281,0.46280992,0.46694216,0.4752066,0.4876033,0.5041322,0.5247934,0.5247934,0.5123967,0.5,0.5123967,0.5123967,0.5206612,0.5495868,0.553719,0.553719,0.45454547,0.45454547,0.4876033,0.4752066,0.446281,0.446281,0.46694216,0.46694216,0.45867768,0.4338843,0.41322315,0.41735536,0.40082645,0.37603307,0.37190083,0.37190083,0.39256197,0.41322315,0.4338843,0.45454547,0.47933885,0.5123967,0.5371901,0.57438016,0.61157024,0.6487603,0.677686,0.6652893,0.6280992,0.59504133,0.57438016,0.54545456,0.5082645,0.49586776,0.49173555,0.4752066,0.46280992,0.45867768,0.45454547,0.44214877,0.42975205,0.41735536,0.4090909,0.37190083,0.37190083,0.3677686,0.38016528,0.38842976,0.4090909,0.4214876,0.4214876,0.44214877,0.46694216,0.49173555,0.5082645,0.5165289,0.5,0.5,0.5165289,0.5123967,0.5165289,0.5247934,0.5247934,0.53305787,0.45041323,0.4876033,0.45454547,0.41735536,0.3966942,0.4090909,0.41322315,0.42561984,0.42975205,0.40082645,0.39256197,0.38016528,0.35950413,0.35123968,0.35123968,0.3429752,0.3429752,0.3677686,0.37603307,0.39256197,0.42561984,0.46280992,0.49173555,0.5371901,0.59090906,0.6322314,0.6694215,0.661157,0.6363636,0.60330576,0.5661157,0.5371901,0.5082645,0.5041322,0.5,0.47933885,0.46694216,0.46694216,0.45041323,0.4214876,0.38016528,0.35950413,0.3429752,0.32231405,0.3264463,0.2892562,0.29338843,0.29338843,0.32231405,0.3181818,0.338843,0.37190083,0.38842976,0.41322315,0.46280992,0.48347107,0.49173555,0.5041322,0.5165289,0.5247934,0.5206612,0.5165289,0.5123967,0.5247934,0.45867768,0.47933885,0.45454547,0.41735536,0.38842976,0.40495867,0.4214876,0.4214876,0.40082645,0.35950413,0.32231405,0.29752067,0.30578512,0.30578512,0.28512397,0.29338843,0.2892562,0.3181818,0.3181818,0.35950413,0.38429752,0.4214876,0.44214877,0.5,0.57438016,0.6322314,0.6818182,0.6942149,0.677686,0.661157,0.61157024,0.5661157,0.5371901,0.5165289,0.49173555,0.47933885,0.45867768,0.446281,0.4214876,0.38429752,0.35123968,0.338843,0.3553719,0.3553719,0.3264463,0.27272728,0.28099173,0.24793388,0.2644628,0.24793388,0.26859504,0.29338843,0.29338843,0.3181818,0.37603307,0.41322315,0.46280992,0.48347107,0.5041322,0.5206612,0.5206612,0.5206612,0.5123967,0.5247934,0.44214877,0.5,0.4752066,0.44214877,0.41735536,0.4090909,0.4214876,0.3966942,0.3264463,0.28512397,0.23966943,0.2603306,0.29752067,0.26859504,0.2520661,0.2520661,0.2603306,0.2644628,0.2644628,0.29752067,0.338843,0.38429752,0.40495867,0.46694216,0.55785125,0.6446281,0.7107438,0.74380165,0.73966944,0.73140496,0.6859504,0.62396693,0.57438016,0.5247934,0.49173555,0.47107437,0.44214877,0.42975205,0.4090909,0.38016528,0.36363637,0.3553719,0.42975205,0.49586776,0.41735536,0.3429752,0.3305785,0.2892562,0.2644628,0.23140496,0.2520661,0.28099173,0.27272728,0.2768595,0.29752067,0.34710744,0.41735536,0.446281,0.48347107,0.49586776,0.5165289,0.5247934,0.5165289,0.5413223,0.44214877,0.5,0.5206612,0.45867768,0.44214877,0.4090909,0.40082645,0.33471075,0.2768595,0.2231405,0.21487603,0.29752067,0.39256197,0.33471075,0.2768595,0.2892562,0.29752067,0.24793388,0.24793388,0.2768595,0.3305785,0.35950413,0.38429752,0.43801653,0.553719,0.6735537,0.75206614,0.7933884,0.7933884,0.78512394,0.74380165,0.6859504,0.61157024,0.5413223,0.4876033,0.46694216,0.446281,0.4338843,0.4214876,0.39256197,0.40082645,0.43801653,0.5247934,0.58677685,0.5082645,0.40082645,0.36363637,0.3264463,0.28099173,0.2603306,0.30578512,0.35950413,0.3305785,0.30165288,0.29338843,0.32231405,0.37603307,0.4214876,0.45867768,0.4876033,0.5,0.5247934,0.5371901,0.5495868,0.4338843,0.5,0.54545456,0.5123967,0.446281,0.42561984,0.38016528,0.3264463,0.26859504,0.1983471,0.2768595,0.39256197,0.48347107,0.41735536,0.3140496,0.2892562,0.32231405,0.2644628,0.26859504,0.3264463,0.38842976,0.3677686,0.37603307,0.41735536,0.553719,0.6983471,0.7933884,0.822314,0.822314,0.80991733,0.7768595,0.71487606,0.6446281,0.56198347,0.5,0.46694216,0.46694216,0.47933885,0.45454547,0.42975205,0.446281,0.4752066,0.5495868,0.62396693,0.58677685,0.47107437,0.3966942,0.34710744,0.3181818,0.32231405,0.39256197,0.46280992,0.4338843,0.37603307,0.3553719,0.36363637,0.37603307,0.4214876,0.446281,0.47933885,0.5,0.5247934,0.54545456,0.5785124,0.43801653,0.5,0.57024795,0.56198347,0.48347107,0.45041323,0.37603307,0.3140496,0.25619835,0.24793388,0.33471075,0.43801653,0.5206612,0.4876033,0.38842976,0.3181818,0.30991736,0.30991736,0.3181818,0.40495867,0.43801653,0.38429752,0.38429752,0.42561984,0.5785124,0.7231405,0.8181818,0.838843,0.8305785,0.822314,0.7892562,0.7355372,0.6694215,0.59504133,0.53305787,0.5041322,0.5123967,0.5289256,0.49173555,0.45867768,0.45867768,0.4752066,0.5289256,0.59504133,0.61570245,0.5495868,0.45867768,0.4090909,0.38016528,0.42561984,0.4752066,0.5041322,0.49173555,0.45454547,0.44214877,0.43801653,0.446281,0.45041323,0.45867768,0.48347107,0.5165289,0.54545456,0.57438016,0.59917355,0.44214877,0.4876033,0.60330576,0.61570245,0.56198347,0.47107437,0.42561984,0.35950413,0.32231405,0.3181818,0.38429752,0.44214877,0.5123967,0.53305787,0.47107437,0.4090909,0.37603307,0.3966942,0.41322315,0.446281,0.45041323,0.41322315,0.41735536,0.47933885,0.62396693,0.75206614,0.8264463,0.8429752,0.8264463,0.8181818,0.7892562,0.74380165,0.6942149,0.6363636,0.58677685,0.56198347,0.5661157,0.57438016,0.57438016,0.5289256,0.49173555,0.4876033,0.5206612,0.55785125,0.57438016,0.57024795,0.5413223,0.5082645,0.49173555,0.5123967,0.5206612,0.5247934,0.5206612,0.5123967,0.5123967,0.5165289,0.5247934,0.5165289,0.5123967,0.5206612,0.5495868,0.58264464,0.607438,0.6198347,0.43801653,0.49173555,0.61157024,0.661157,0.6363636,0.56198347,0.5041322,0.46280992,0.42975205,0.4090909,0.45454547,0.46694216,0.5082645,0.5206612,0.53305787,0.5,0.4752066,0.5,0.48347107,0.48347107,0.4752066,0.46280992,0.49173555,0.56198347,0.6694215,0.7644628,0.8305785,0.838843,0.822314,0.8140496,0.78099173,0.73140496,0.6983471,0.6694215,0.6446281,0.6363636,0.6446281,0.6322314,0.6198347,0.59504133,0.553719,0.53305787,0.5289256,0.5413223,0.5495868,0.55785125,0.55785125,0.56198347,0.55785125,0.55785125,0.5661157,0.57438016,0.5785124,0.57438016,0.57438016,0.5785124,0.58264464,0.58264464,0.59090906,0.59090906,0.607438,0.6363636,0.6528926,0.6446281,0.43801653,0.49173555,0.61157024,0.69008267,0.69008267,0.6487603,0.6322314,0.607438,0.553719,0.5082645,0.53305787,0.5289256,0.5413223,0.5247934,0.54545456,0.5206612,0.49586776,0.5165289,0.5206612,0.53305787,0.53305787,0.5413223,0.58677685,0.6363636,0.7107438,0.77272725,0.8347107,0.838843,0.822314,0.8016529,0.77272725,0.7355372,0.70247936,0.70247936,0.6983471,0.7066116,0.7107438,0.6942149,0.677686,0.6570248,0.6280992,0.59090906,0.57024795,0.5661157,0.55785125,0.5661157,0.58264464,0.59504133,0.60330576,0.607438,0.6198347,0.6280992,0.6404959,0.6404959,0.6322314,0.6363636,0.6322314,0.6446281,0.6528926,0.6694215,0.677686,0.6859504,0.6942149,0.677686,0.4338843,0.4876033,0.59917355,0.6983471,0.72727275,0.7231405,0.7231405,0.6942149,0.6487603,0.61570245,0.59917355,0.607438,0.59917355,0.5785124,0.57024795,0.5661157,0.54545456,0.56198347,0.59504133,0.59917355,0.61157024,0.6363636,0.6570248,0.6818182,0.73140496,0.78099173,0.8305785,0.8305785,0.8140496,0.78512394,0.75619835,0.71900827,0.7066116,0.7107438,0.7107438,0.72727275,0.73966944,0.7355372,0.7231405,0.71487606,0.6859504,0.6570248,0.6404959,0.6322314,0.61570245,0.607438,0.61157024,0.61570245,0.62396693,0.6363636,0.661157,0.677686,0.6942149,0.70247936,0.6983471,0.6942149,0.6983471,0.7066116,0.71900827,0.73140496,0.7355372,0.7231405,0.71900827,0.70247936,0.44214877,0.46694216,0.59090906,0.70247936,0.7355372,0.75619835,0.7644628,0.73966944,0.7107438,0.69008267,0.6694215,0.6570248,0.6404959,0.6322314,0.61157024,0.6198347,0.62396693,0.6280992,0.6694215,0.6694215,0.6818182,0.6983471,0.69008267,0.7107438,0.73966944,0.78512394,0.8181818,0.8140496,0.79752064,0.7644628,0.7355372,0.7107438,0.70247936,0.70247936,0.6983471,0.7066116,0.72727275,0.75206614,0.76033056,0.75619835,0.73140496,0.7107438,0.6983471,0.6983471,0.69008267,0.69008267,0.69008267,0.677686,0.6859504,0.6942149,0.7066116,0.72727275,0.73966944,0.74793386,0.75619835,0.74793386,0.74793386,0.75619835,0.75619835,0.7644628,0.76859504,0.75619835,0.73966944,0.71487606,0.4338843,0.47107437,0.5785124,0.69008267,0.74380165,0.7644628,0.78099173,0.77272725,0.74380165,0.73966944,0.7066116,0.70247936,0.677686,0.6818182,0.661157,0.661157,0.6694215,0.69008267,0.71487606,0.72727275,0.7231405,0.71487606,0.70247936,0.71900827,0.75206614,0.7933884,0.80991733,0.8057851,0.7768595,0.75619835,0.73140496,0.6983471,0.6942149,0.6942149,0.6859504,0.69008267,0.7231405,0.76033056,0.78099173,0.78099173,0.77272725,0.76033056,0.75206614,0.73966944,0.73140496,0.7355372,0.73966944,0.74380165,0.75206614,0.75619835,0.75619835,0.77272725,0.7768595,0.78512394,0.7892562,0.78512394,0.78099173,0.78512394,0.7892562,0.78512394,0.78099173,0.76033056,0.73140496,0.7066116,0.446281,0.45867768,0.5785124,0.677686,0.74380165,0.7768595,0.78099173,0.78512394,0.7768595,0.75619835,0.7355372,0.72727275,0.70247936,0.7107438,0.70247936,0.69008267,0.7066116,0.73966944,0.74380165,0.73966944,0.7355372,0.7107438,0.7107438,0.7231405,0.76859504,0.8016529,0.8057851,0.8057851,0.78099173,0.74793386,0.71900827,0.6942149,0.677686,0.6818182,0.677686,0.6942149,0.7107438,0.74380165,0.78099173,0.78512394,0.7892562,0.7892562,0.78512394,0.77272725,0.77272725,0.76859504,0.76859504,0.7768595,0.7892562,0.7892562,0.79752064,0.8016529,0.8016529,0.80991733,0.8140496,0.80991733,0.8057851,0.8016529,0.79752064,0.7933884,0.7768595,0.74380165,0.7107438,0.6859504,0.43801653,0.46280992,0.56198347,0.6528926,0.7355372,0.7768595,0.7892562,0.7933884,0.7933884,0.77272725,0.77272725,0.7644628,0.72727275,0.73966944,0.74380165,0.7355372,0.74793386,0.76033056,0.75619835,0.74380165,0.7231405,0.7107438,0.7107438,0.7355372,0.7768595,0.8057851,0.80991733,0.8057851,0.7892562,0.74380165,0.71487606,0.6818182,0.661157,0.6652893,0.6570248,0.6818182,0.7107438,0.72727275,0.7644628,0.78512394,0.7892562,0.79752064,0.79752064,0.8016529,0.8016529,0.79752064,0.7933884,0.79752064,0.8016529,0.8057851,0.8140496,0.8140496,0.8140496,0.822314,0.822314,0.8181818,0.80991733,0.8057851,0.7892562,0.7768595,0.75619835,0.71900827,0.6859504,0.6652893,0.45041323,0.446281,0.5413223,0.6487603,0.7231405,0.76033056,0.78099173,0.7892562,0.7892562,0.78512394,0.78099173,0.78099173,0.75206614,0.75619835,0.77272725,0.76859504,0.7644628,0.7644628,0.75206614,0.74793386,0.7231405,0.70247936,0.7107438,0.74380165,0.7892562,0.80991733,0.8057851,0.8016529,0.7892562,0.75619835,0.70247936,0.6694215,0.6487603,0.6446281,0.6446281,0.677686,0.6983471,0.73140496,0.7644628,0.78512394,0.7933884,0.7933884,0.7933884,0.8057851,0.8140496,0.8140496,0.80991733,0.8057851,0.8016529,0.8057851,0.8140496,0.8140496,0.8140496,0.8181818,0.8181818,0.8140496,0.8016529,0.7933884,0.77272725,0.75206614,0.74380165,0.7066116,0.6570248,0.6322314,0.446281,0.446281,0.5165289,0.61570245,0.6983471,0.74793386,0.77272725,0.78512394,0.78099173,0.7768595,0.77272725,0.7768595,0.76033056,0.75619835,0.7768595,0.7768595,0.7644628,0.7644628,0.76033056,0.74793386,0.71900827,0.70247936,0.7231405,0.74793386,0.7933884,0.8140496,0.8140496,0.8057851,0.7768595,0.7644628,0.6942149,0.6528926,0.62396693,0.61157024,0.6198347,0.6446281,0.6859504,0.73140496,0.7644628,0.78099173,0.7933884,0.7933884,0.79752064,0.8057851,0.80991733,0.8140496,0.8140496,0.8016529,0.79752064,0.79752064,0.8057851,0.8016529,0.8016529,0.8016529,0.79752064,0.7892562,0.78099173,0.77272725,0.75206614,0.7231405,0.70247936,0.6818182,0.6404959,0.59504133,0.45041323,0.44214877,0.5206612,0.60330576,0.6694215,0.71900827,0.75619835,0.7644628,0.76033056,0.75619835,0.75619835,0.76859504,0.7644628,0.75619835,0.7644628,0.76859504,0.76033056,0.76033056,0.7644628,0.73966944,0.7107438,0.71487606,0.73966944,0.76033056,0.7892562,0.8181818,0.80991733,0.79752064,0.76859504,0.74793386,0.6983471,0.6280992,0.58677685,0.57024795,0.59090906,0.61570245,0.6570248,0.7066116,0.75619835,0.77272725,0.78099173,0.7892562,0.79752064,0.8057851,0.8057851,0.8057851,0.8016529,0.79752064,0.7933884,0.7892562,0.78512394,0.7933884,0.78512394,0.78099173,0.76859504,0.75619835,0.74793386,0.73966944,0.7231405,0.69008267,0.6652893,0.6487603,0.61570245,0.5785124,0.44214877,0.44214877,0.5041322,0.57438016,0.6363636,0.6859504,0.71487606,0.7355372,0.74380165,0.74793386,0.74793386,0.75619835,0.76859504,0.75619835,0.76033056,0.7644628,0.75206614,0.75619835,0.75619835,0.7231405,0.70247936,0.7231405,0.74793386,0.78099173,0.8016529,0.8140496,0.8057851,0.7892562,0.7644628,0.7355372,0.70247936,0.6446281,0.58677685,0.56198347,0.5785124,0.59504133,0.62396693,0.6818182,0.7355372,0.7644628,0.77272725,0.78512394,0.79752064,0.8016529,0.8057851,0.8016529,0.8016529,0.7933884,0.7892562,0.78099173,0.7768595,0.78099173,0.77272725,0.7644628,0.74793386,0.73140496,0.71900827,0.7107438,0.6942149,0.6694215,0.6404959,0.61570245,0.58677685,0.56198347,0.446281,0.43801653,0.49173555,0.56198347,0.6198347,0.6528926,0.6735537,0.7107438,0.7355372,0.74793386,0.74793386,0.75619835,0.7644628,0.75619835,0.76033056,0.75619835,0.74793386,0.75206614,0.73966944,0.7107438,0.70247936,0.7355372,0.7644628,0.8016529,0.822314,0.822314,0.8057851,0.78512394,0.77272725,0.74793386,0.72727275,0.661157,0.61157024,0.59090906,0.59504133,0.6198347,0.607438,0.6446281,0.6983471,0.74380165,0.76859504,0.7768595,0.79752064,0.8016529,0.79752064,0.7933884,0.7933884,0.7933884,0.78512394,0.78099173,0.77272725,0.77272725,0.76859504,0.75206614,0.73140496,0.71487606,0.6983471,0.6859504,0.6735537,0.6446281,0.6280992,0.59917355,0.5661157,0.5413223,0.44214877,0.44214877,0.49173555,0.5495868,0.607438,0.6363636,0.6652893,0.70247936,0.7231405,0.73966944,0.74380165,0.75206614,0.75206614,0.75619835,0.7644628,0.75206614,0.74380165,0.73966944,0.71900827,0.6942149,0.7066116,0.7355372,0.75619835,0.8057851,0.8264463,0.8264463,0.7892562,0.78512394,0.77272725,0.73140496,0.6942149,0.661157,0.62396693,0.61570245,0.6404959,0.6446281,0.59090906,0.59917355,0.6528926,0.71487606,0.74793386,0.76859504,0.7892562,0.7933884,0.7892562,0.7892562,0.78512394,0.78512394,0.78512394,0.78099173,0.77272725,0.76859504,0.75619835,0.73966944,0.71900827,0.70247936,0.69008267,0.6735537,0.6570248,0.6198347,0.60330576,0.5785124,0.5495868,0.5413223,0.446281,0.43801653,0.47933885,0.5413223,0.58677685,0.6198347,0.6570248,0.6942149,0.71900827,0.73140496,0.73966944,0.75206614,0.75206614,0.75206614,0.75206614,0.74793386,0.72727275,0.7231405,0.6942149,0.661157,0.6652893,0.6942149,0.71487606,0.75619835,0.78512394,0.79752064,0.77272725,0.75619835,0.71487606,0.661157,0.6198347,0.58264464,0.57438016,0.57438016,0.61157024,0.6404959,0.5785124,0.56198347,0.60330576,0.6859504,0.73140496,0.75619835,0.77272725,0.78512394,0.78512394,0.78099173,0.78099173,0.7768595,0.78099173,0.77272725,0.76859504,0.76033056,0.74380165,0.7231405,0.6983471,0.6818182,0.6735537,0.6570248,0.6363636,0.607438,0.5785124,0.5661157,0.553719,0.53305787,0.446281,0.44214877,0.47107437,0.53305787,0.5785124,0.61157024,0.6487603,0.6818182,0.7107438,0.7231405,0.7355372,0.74793386,0.74380165,0.73966944,0.73966944,0.73140496,0.71487606,0.6983471,0.6570248,0.59504133,0.57438016,0.61157024,0.6322314,0.6694215,0.7066116,0.7107438,0.6942149,0.6570248,0.59090906,0.5371901,0.5165289,0.5123967,0.5247934,0.5289256,0.55785125,0.59504133,0.5785124,0.53305787,0.58264464,0.661157,0.7107438,0.7355372,0.75206614,0.7644628,0.77272725,0.77272725,0.7768595,0.76859504,0.77272725,0.76033056,0.76033056,0.75206614,0.73140496,0.7107438,0.69008267,0.6694215,0.6528926,0.6404959,0.61570245,0.59504133,0.57024795,0.55785125,0.5413223,0.5289256,0.44214877,0.4338843,0.46694216,0.5247934,0.5661157,0.60330576,0.6363636,0.6652893,0.6983471,0.71900827,0.7231405,0.7355372,0.7355372,0.73140496,0.72727275,0.71487606,0.7066116,0.6694215,0.61570245,0.53305787,0.48347107,0.5082645,0.53305787,0.55785125,0.59090906,0.59504133,0.5661157,0.53305787,0.5041322,0.4752066,0.43801653,0.4214876,0.446281,0.48347107,0.5082645,0.53305787,0.553719,0.5123967,0.54545456,0.6404959,0.7066116,0.71900827,0.73140496,0.74793386,0.7644628,0.76859504,0.7644628,0.7644628,0.76033056,0.75619835,0.75206614,0.73966944,0.71900827,0.6942149,0.6818182,0.6528926,0.6322314,0.62396693,0.61157024,0.58677685,0.56198347,0.54545456,0.5371901,0.5371901,0.44214877,0.4338843,0.45454547,0.5206612,0.5495868,0.58264464,0.62396693,0.6528926,0.6859504,0.7107438,0.71487606,0.71487606,0.71900827,0.71900827,0.7107438,0.6983471,0.70247936,0.661157,0.5785124,0.4876033,0.41322315,0.41322315,0.4338843,0.45041323,0.47107437,0.4876033,0.47933885,0.47107437,0.45041323,0.40495867,0.3264463,0.2892562,0.30991736,0.41735536,0.46280992,0.47933885,0.5041322,0.48347107,0.5165289,0.6404959,0.70247936,0.71900827,0.7107438,0.7355372,0.75206614,0.76033056,0.75206614,0.75206614,0.75206614,0.73966944,0.73140496,0.71900827,0.6942149,0.6735537,0.6652893,0.6363636,0.62396693,0.607438,0.58677685,0.5785124,0.54545456,0.54545456,0.5371901,0.53305787,0.43801653,0.42975205,0.44214877,0.5041322,0.553719,0.5785124,0.607438,0.6404959,0.6735537,0.6942149,0.70247936,0.6983471,0.70247936,0.70247936,0.69008267,0.69008267,0.6983471,0.6818182,0.59090906,0.4752066,0.39256197,0.3429752,0.37603307,0.40082645,0.4090909,0.41322315,0.42975205,0.40495867,0.39256197,0.35123968,0.28099173,0.21487603,0.21487603,0.3429752,0.41322315,0.4214876,0.45867768,0.45454547,0.49173555,0.6404959,0.7066116,0.71487606,0.6983471,0.7107438,0.73140496,0.74380165,0.7355372,0.7355372,0.73140496,0.7107438,0.6942149,0.69008267,0.6735537,0.6570248,0.6404959,0.6280992,0.607438,0.59090906,0.5785124,0.56198347,0.5495868,0.5371901,0.5247934,0.5289256,0.43801653,0.42975205,0.44214877,0.5,0.553719,0.57024795,0.59504133,0.6280992,0.6570248,0.677686,0.6818182,0.6859504,0.69008267,0.6859504,0.6859504,0.69008267,0.6983471,0.7066116,0.6528926,0.53305787,0.446281,0.38842976,0.36363637,0.3677686,0.39256197,0.38429752,0.4090909,0.39256197,0.38842976,0.39256197,0.3677686,0.35123968,0.3305785,0.35123968,0.38842976,0.3966942,0.42561984,0.446281,0.49586776,0.6322314,0.71487606,0.7107438,0.71487606,0.70247936,0.71900827,0.72727275,0.7231405,0.71900827,0.7107438,0.69008267,0.6818182,0.661157,0.6570248,0.6528926,0.6280992,0.61570245,0.60330576,0.5785124,0.5785124,0.56198347,0.5495868,0.53305787,0.5371901,0.5289256,0.446281,0.446281,0.4338843,0.48347107,0.5413223,0.57024795,0.5785124,0.61157024,0.6363636,0.6528926,0.6652893,0.6735537,0.677686,0.677686,0.677686,0.69008267,0.70247936,0.71487606,0.7231405,0.6363636,0.5082645,0.4214876,0.38429752,0.37190083,0.38429752,0.38842976,0.40082645,0.4214876,0.4338843,0.45454547,0.45454547,0.44214877,0.4338843,0.42561984,0.40495867,0.4214876,0.45041323,0.4752066,0.5289256,0.6198347,0.71487606,0.7231405,0.7355372,0.71900827,0.7107438,0.72727275,0.71487606,0.7107438,0.6942149,0.6859504,0.6570248,0.6404959,0.6322314,0.62396693,0.61570245,0.60330576,0.58677685,0.58264464,0.57024795,0.553719,0.54545456,0.5247934,0.5247934,0.53305787,0.43801653,0.44214877,0.42975205,0.47107437,0.53305787,0.56198347,0.5785124,0.59090906,0.61570245,0.6404959,0.6446281,0.661157,0.677686,0.677686,0.6818182,0.70247936,0.71487606,0.71900827,0.73966944,0.6983471,0.57438016,0.46694216,0.41322315,0.40082645,0.41735536,0.4214876,0.4338843,0.43801653,0.46694216,0.4752066,0.48347107,0.47933885,0.46280992,0.46280992,0.46280992,0.4876033,0.5165289,0.53305787,0.5495868,0.607438,0.69008267,0.7355372,0.74380165,0.74380165,0.7107438,0.71900827,0.71487606,0.70247936,0.6859504,0.69008267,0.6446281,0.6404959,0.6198347,0.61157024,0.59917355,0.59090906,0.58677685,0.57024795,0.56198347,0.553719,0.54545456,0.53305787,0.5247934,0.53305787,0.42975205,0.43801653,0.42975205,0.446281,0.5206612,0.55785125,0.58264464,0.58264464,0.61570245,0.6363636,0.6322314,0.6528926,0.677686,0.6859504,0.6983471,0.7107438,0.71487606,0.7231405,0.72727275,0.7107438,0.6322314,0.553719,0.5123967,0.4876033,0.48347107,0.47107437,0.45041323,0.45867768,0.47933885,0.48347107,0.5041322,0.5041322,0.5082645,0.5206612,0.5289256,0.54545456,0.553719,0.55785125,0.55785125,0.60330576,0.6735537,0.72727275,0.73966944,0.75206614,0.72727275,0.71900827,0.7107438,0.6942149,0.677686,0.677686,0.6487603,0.6446281,0.6280992,0.60330576,0.607438,0.59504133,0.59917355,0.56198347,0.55785125,0.5413223,0.5289256,0.5371901,0.5206612,0.5247934,0.42975205,0.446281,0.4214876,0.44214877,0.5123967,0.5495868,0.58264464,0.58264464,0.607438,0.62396693,0.62396693,0.6322314,0.6652893,0.6942149,0.7066116,0.7107438,0.70247936,0.7107438,0.71900827,0.7066116,0.6735537,0.6487603,0.6280992,0.59090906,0.56198347,0.5206612,0.4752066,0.45454547,0.47107437,0.49586776,0.5082645,0.5165289,0.5289256,0.5371901,0.5413223,0.553719,0.57024795,0.57024795,0.57438016,0.61570245,0.6818182,0.71900827,0.73140496,0.74380165,0.73140496,0.71900827,0.70247936,0.69008267,0.6735537,0.661157,0.6528926,0.6404959,0.62396693,0.61157024,0.6198347,0.59504133,0.59504133,0.56198347,0.553719,0.53305787,0.5289256,0.5123967,0.5247934,0.5247934,0.4338843,0.42561984,0.43801653,0.42975205,0.49173555,0.5371901,0.57024795,0.5785124,0.59917355,0.607438,0.6198347,0.62396693,0.6528926,0.69008267,0.70247936,0.6983471,0.6942149,0.6983471,0.7107438,0.6983471,0.6818182,0.6735537,0.6735537,0.6528926,0.6280992,0.57024795,0.5082645,0.47107437,0.46280992,0.5041322,0.5247934,0.5247934,0.53305787,0.5371901,0.5413223,0.5413223,0.5661157,0.5785124,0.59504133,0.62396693,0.677686,0.6983471,0.7066116,0.7231405,0.71487606,0.7107438,0.70247936,0.6859504,0.6528926,0.6487603,0.6363636,0.62396693,0.61570245,0.60330576,0.61157024,0.59090906,0.57438016,0.55785125,0.5371901,0.5289256,0.5206612,0.5123967,0.5165289,0.5123967,0.4214876,0.42561984,0.4338843,0.42561984,0.4752066,0.5206612,0.553719,0.57438016,0.58264464,0.59090906,0.61570245,0.62396693,0.6404959,0.661157,0.677686,0.6735537,0.6694215,0.6735537,0.6818182,0.677686,0.6652893,0.6570248,0.6652893,0.6859504,0.6652893,0.62396693,0.57024795,0.5041322,0.4876033,0.5165289,0.5371901,0.54545456,0.54545456,0.54545456,0.54545456,0.5495868,0.5661157,0.58264464,0.59504133,0.61570245,0.6570248,0.6735537,0.69008267,0.6942149,0.6942149,0.69008267,0.6818182,0.6735537,0.6363636,0.6363636,0.6280992,0.60330576,0.61157024,0.59090906,0.59090906,0.58264464,0.56198347,0.5661157,0.53305787,0.5289256,0.5041322,0.5206612,0.5041322,0.5082645,0.4214876,0.42561984,0.4338843,0.41322315,0.45454547,0.5123967,0.5371901,0.57024795,0.57438016,0.57438016,0.59504133,0.61570245,0.6322314,0.6322314,0.6487603,0.6446281,0.6404959,0.6446281,0.6570248,0.6570248,0.6570248,0.6570248,0.6735537,0.6983471,0.7107438,0.6942149,0.6570248,0.59917355,0.5661157,0.57024795,0.58264464,0.5785124,0.5661157,0.5661157,0.5661157,0.56198347,0.57024795,0.58677685,0.58677685,0.59504133,0.61570245,0.6446281,0.6528926,0.6528926,0.6528926,0.6570248,0.6528926,0.6570248,0.6322314,0.6322314,0.61570245,0.59917355,0.59504133,0.58264464,0.57024795,0.5661157,0.553719,0.553719,0.54545456,0.5165289,0.5,0.5123967,0.5041322,0.5,0.42561984,0.42561984,0.4214876,0.4090909,0.43801653,0.5041322,0.5371901,0.55785125,0.57024795,0.56198347,0.5785124,0.59090906,0.59917355,0.61157024,0.61570245,0.61570245,0.607438,0.60330576,0.62396693,0.6322314,0.6570248,0.6694215,0.6818182,0.7107438,0.73140496,0.7644628,0.7644628,0.72727275,0.677686,0.6446281,0.6363636,0.61570245,0.59090906,0.58264464,0.5785124,0.5661157,0.57024795,0.5785124,0.57438016,0.5661157,0.57438016,0.59090906,0.60330576,0.607438,0.61570245,0.6198347,0.61570245,0.6198347,0.61157024,0.61157024,0.59090906,0.59504133,0.57438016,0.5661157,0.57438016,0.5495868,0.55785125,0.553719,0.5247934,0.5165289,0.49586776,0.5041322,0.49173555,0.47933885,0.42561984,0.42561984,0.4214876,0.42561984,0.41735536,0.48347107,0.5289256,0.54545456,0.56198347,0.5495868,0.56198347,0.55785125,0.55785125,0.57024795,0.5661157,0.57024795,0.5661157,0.56198347,0.58264464,0.61157024,0.6363636,0.6528926,0.6694215,0.6818182,0.6942149,0.73140496,0.77272725,0.76859504,0.7231405,0.6652893,0.62396693,0.61157024,0.59090906,0.5785124,0.5785124,0.5661157,0.56198347,0.55785125,0.5495868,0.5371901,0.5247934,0.5289256,0.5413223,0.5495868,0.56198347,0.57024795,0.5785124,0.57438016,0.57438016,0.57438016,0.57438016,0.55785125,0.55785125,0.553719,0.5661157,0.5495868,0.5495868,0.553719,0.5123967,0.5123967,0.4876033,0.5123967,0.47933885,0.47107437,0.41735536,0.4090909,0.42561984,0.41735536,0.41322315,0.45454547,0.5123967,0.53305787,0.55785125,0.5413223,0.54545456,0.53305787,0.5165289,0.5206612,0.5123967,0.5,0.47933885,0.49173555,0.5206612,0.54545456,0.57438016,0.553719,0.5495868,0.5289256,0.553719,0.59917355,0.661157,0.677686,0.6322314,0.55785125,0.5123967,0.5082645,0.5082645,0.5082645,0.5165289,0.5206612,0.5206612,0.5123967,0.5041322,0.4876033,0.47107437,0.46280992,0.46280992,0.47933885,0.49586776,0.5165289,0.53305787,0.5413223,0.53305787,0.53305787,0.54545456,0.553719,0.553719,0.5371901,0.53305787,0.54545456,0.53305787,0.5247934,0.5165289,0.5,0.4876033,0.5,0.46694216,0.45454547,0.41322315,0.4090909,0.42561984,0.4214876,0.4090909,0.42975205,0.4876033,0.5165289,0.54545456,0.5371901,0.5413223,0.5206612,0.49173555,0.47933885,0.46280992,0.43801653,0.4090909,0.40495867,0.4338843,0.44214877,0.43801653,0.3966942,0.3677686,0.36363637,0.35950413,0.40082645,0.45454547,0.48347107,0.45454547,0.39256197,0.36363637,0.36363637,0.37190083,0.38429752,0.39256197,0.4090909,0.41735536,0.42561984,0.42975205,0.41735536,0.40082645,0.38842976,0.38842976,0.41322315,0.42561984,0.45454547,0.47933885,0.5,0.5,0.5041322,0.5247934,0.5371901,0.54545456,0.5289256,0.5289256,0.5206612,0.5247934,0.49586776,0.49586776,0.5,0.48347107,0.48347107,0.45867768,0.43801653,0.41322315,0.4090909,0.41322315,0.41322315,0.41322315,0.40495867,0.47107437,0.49173555,0.53305787,0.53305787,0.54545456,0.5247934,0.49586776,0.47107437,0.43801653,0.4090909,0.38429752,0.3553719,0.36363637,0.34710744,0.33471075,0.30991736,0.29752067,0.28512397,0.28512397,0.29752067,0.3181818,0.3264463,0.30991736,0.29752067,0.28512397,0.28512397,0.2892562,0.29752067,0.3140496,0.3264463,0.338843,0.35123968,0.36363637,0.35950413,0.35123968,0.3429752,0.34710744,0.35950413,0.37603307,0.40495867,0.42561984,0.45454547,0.47107437,0.49173555,0.5123967,0.5289256,0.5289256,0.5247934,0.5206612,0.5123967,0.5082645,0.47933885,0.47933885,0.47933885,0.47107437,0.4752066,0.45454547,0.4338843,0.40495867,0.40082645,0.4090909,0.41322315,0.4214876,0.40082645,0.4338843,0.47107437,0.5206612,0.5082645,0.553719,0.5247934,0.5123967,0.47933885,0.45041323,0.41322315,0.42561984,0.44214877,0.45041323,0.42561984,0.3966942,0.37603307,0.3677686,0.35123968,0.34710744,0.3305785,0.30578512,0.30165288,0.2892562,0.29338843,0.29338843,0.30578512,0.3264463,0.338843,0.35950413,0.3677686,0.3677686,0.37603307,0.38429752,0.39256197,0.40495867,0.4090909,0.4214876,0.41322315,0.40495867,0.4090909,0.41322315,0.43801653,0.47107437,0.4876033,0.5165289,0.5165289,0.5247934,0.5247934,0.5082645,0.5082645,0.5041322,0.46280992,0.45041323,0.46280992,0.45867768,0.45454547,0.446281,0.42975205,0.40495867,0.40082645,0.41322315,0.41322315,0.41322315,0.4090909,0.4090909,0.45041323,0.49586776,0.5041322,0.5289256,0.5371901,0.5165289,0.49586776,0.49586776,0.5041322,0.5206612,0.5785124,0.58677685,0.5785124,0.53305787,0.49586776,0.4752066,0.45041323,0.46694216,0.45867768,0.4338843,0.4214876,0.41735536,0.41322315,0.4090909,0.42975205,0.4338843,0.43801653,0.42975205,0.42561984,0.42975205,0.44214877,0.45454547,0.46694216,0.4876033,0.5123967,0.5289256,0.5247934,0.5041322,0.4752066,0.45867768,0.46694216,0.47107437,0.48347107,0.5041322,0.5123967,0.5123967,0.5123967,0.49586776,0.49173555,0.4752066,0.47107437,0.45867768,0.45867768,0.446281,0.44214877,0.42975205,0.41735536,0.3966942,0.41322315,0.40495867,0.41322315,0.40495867,0.4090909,0.4090909,0.41735536,0.46694216,0.48347107,0.5123967,0.5289256,0.5206612,0.49586776,0.5206612,0.55785125,0.59090906,0.62396693,0.61157024,0.59917355,0.56198347,0.5289256,0.49586776,0.48347107,0.47933885,0.5082645,0.5123967,0.5206612,0.5041322,0.48347107,0.47933885,0.4752066,0.4752066,0.45867768,0.446281,0.446281,0.45454547,0.47107437,0.4876033,0.5082645,0.5206612,0.5495868,0.56198347,0.57438016,0.57024795,0.5495868,0.5206612,0.5,0.48347107,0.48347107,0.49173555,0.5,0.5041322,0.49586776,0.49173555,0.47933885,0.47107437,0.45867768,0.46280992,0.446281,0.4338843,0.4338843,0.4214876,0.40082645,0.3966942,0.41322315,0.40495867,0.4090909,0.40495867,0.4090909,0.40495867,0.4090909,0.42561984,0.45867768,0.47933885,0.49586776,0.49173555,0.49173555,0.5289256,0.553719,0.59090906,0.59917355,0.59090906,0.55785125,0.5413223,0.5206612,0.46694216,0.446281,0.45454547,0.45867768,0.47107437,0.5082645,0.49586776,0.49173555,0.47107437,0.47107437,0.45867768,0.446281,0.446281,0.446281,0.45454547,0.47107437,0.48347107,0.5041322,0.5165289,0.5371901,0.5495868,0.5661157,0.5785124,0.5785124,0.56198347,0.5289256,0.5,0.48347107,0.47107437,0.47107437,0.4752066,0.4752066,0.47933885,0.45454547,0.45041323,0.45041323,0.44214877,0.43801653,0.42561984,0.4214876,0.41322315,0.38842976,0.3966942,0.40082645,0.40495867,0.40495867,0.40495867,0.40495867,0.40082645,0.4090909,0.40495867,0.41735536,0.43801653,0.45454547,0.45867768,0.47933885,0.5,0.5289256,0.5371901,0.56198347,0.54545456,0.5206612,0.5,0.47107437,0.43801653,0.38842976,0.39256197,0.38842976,0.37603307,0.38842976,0.3966942,0.4090909,0.40495867,0.40082645,0.41322315,0.40495867,0.4214876,0.4214876,0.4338843,0.446281,0.45867768,0.4752066,0.49173555,0.5082645,0.5247934,0.5413223,0.553719,0.56198347,0.55785125,0.5289256,0.5,0.4752066,0.45867768,0.45867768,0.45041323,0.45454547,0.45454547,0.4338843,0.43801653,0.4338843,0.42975205,0.41735536,0.4090909,0.40082645,0.38842976,0.38016528,0.3966942,0.39256197,0.3966942,0.40082645,0.40495867,0.40495867,0.40082645,0.40495867,0.40495867,0.3966942,0.40082645,0.4214876,0.42561984,0.4338843,0.47107437,0.48347107,0.48347107,0.49586776,0.5082645,0.4752066,0.4752066,0.44214877,0.40082645,0.38429752,0.3677686,0.35950413,0.3553719,0.3429752,0.33471075,0.338843,0.34710744,0.338843,0.36363637,0.36363637,0.38429752,0.38842976,0.40082645,0.42561984,0.4338843,0.45454547,0.46280992,0.48347107,0.49173555,0.5082645,0.5123967,0.5123967,0.5,0.4876033,0.4752066,0.45041323,0.43801653,0.45041323,0.45041323,0.4338843,0.4338843,0.4338843,0.4214876,0.41322315,0.41322315,0.40082645,0.3966942,0.38429752,0.3677686,0.35950413,0.3966942,0.38842976,0.39256197,0.39256197,0.40495867,0.40082645,0.40082645,0.40495867,0.3966942,0.3966942,0.3677686,0.38016528,0.39256197,0.40082645,0.41735536,0.4338843,0.43801653,0.446281,0.46280992,0.46694216,0.45041323,0.43801653,0.39256197,0.38429752,0.38842976,0.37603307,0.35950413,0.38016528,0.3677686,0.3677686,0.3677686,0.3553719,0.3553719,0.35950413,0.37190083,0.3677686,0.38016528,0.4090909,0.4214876,0.44214877,0.45454547,0.46280992,0.45867768,0.47107437,0.4752066,0.47107437,0.46280992,0.446281,0.4338843,0.4338843,0.42975205,0.42975205,0.4338843,0.4214876,0.4214876,0.41735536,0.4090909,0.39256197,0.39256197,0.38016528,0.37603307,0.37190083,0.3429752,0.338843,0.38842976,0.38842976,0.39256197,0.39256197,0.40495867,0.40082645,0.3966942,0.40082645,0.40495867,0.40495867,0.38016528,0.3677686,0.36363637,0.36363637,0.39256197,0.3966942,0.42975205,0.42561984,0.45041323,0.47933885,0.45867768,0.43801653,0.446281,0.4338843,0.44214877,0.42561984,0.42975205,0.42561984,0.42975205,0.42975205,0.43801653,0.4214876,0.4214876,0.4214876,0.41322315,0.3966942,0.40082645,0.41322315,0.41735536,0.44214877,0.45041323,0.45454547,0.45454547,0.45041323,0.45867768,0.45454547,0.446281,0.42975205,0.4214876,0.42975205,0.41735536,0.41735536,0.41735536,0.41322315,0.4090909,0.40495867,0.3966942,0.38016528,0.3677686,0.35950413,0.34710744,0.3429752,0.3305785,0.3264463,0.38429752,0.39256197,0.3966942,0.3966942,0.40082645,0.3966942,0.40082645,0.40082645,0.40495867,0.4090909,0.40495867,0.37603307,0.338843,0.338843,0.3553719,0.40495867,0.4338843,0.45867768,0.47107437,0.4752066,0.5,0.5041322,0.5041322,0.5247934,0.54545456,0.5123967,0.5041322,0.5041322,0.5041322,0.5247934,0.5041322,0.5041322,0.49586776,0.49173555,0.47107437,0.45041323,0.446281,0.446281,0.45041323,0.45867768,0.46694216,0.4752066,0.4752066,0.4752066,0.4752066,0.47107437,0.45454547,0.446281,0.42975205,0.4214876,0.4214876,0.41322315,0.41735536,0.4090909,0.38842976,0.38429752,0.37190083,0.35950413,0.3429752,0.3305785,0.3264463,0.3181818,0.3181818,0.32231405,0.38842976,0.3966942,0.39256197,0.3966942,0.39256197,0.3966942,0.3966942,0.40495867,0.39256197,0.40495867,0.39256197,0.40082645,0.3553719,0.338843,0.3181818,0.338843,0.3966942,0.44214877,0.4876033,0.4876033,0.5289256,0.55785125,0.5785124,0.59090906,0.61157024,0.59917355,0.57024795,0.57438016,0.57438016,0.59090906,0.57438016,0.553719,0.553719,0.54545456,0.5206612,0.5041322,0.5,0.5,0.5082645,0.5041322,0.5082645,0.5123967,0.5082645,0.5082645,0.49586776,0.48347107,0.45867768,0.45454547,0.446281,0.4214876,0.41735536,0.40495867,0.39256197,0.38016528,0.36363637,0.3553719,0.33471075,0.3264463,0.3140496,0.30578512,0.30165288,0.30165288,0.30578512,0.3181818,0.38842976,0.39256197,0.38429752,0.3966942,0.39256197,0.3966942,0.38842976,0.40082645,0.3966942,0.40495867,0.38429752,0.40495867,0.3966942,0.36363637,0.30991736,0.30165288,0.3140496,0.37603307,0.45041323,0.49586776,0.53305787,0.5661157,0.58677685,0.59917355,0.6280992,0.61570245,0.59917355,0.59917355,0.59504133,0.607438,0.607438,0.59090906,0.58264464,0.58264464,0.55785125,0.54545456,0.5371901,0.5413223,0.55785125,0.5495868,0.5413223,0.54545456,0.5289256,0.5165289,0.5,0.46694216,0.446281,0.44214877,0.42561984,0.40082645,0.38429752,0.3677686,0.36363637,0.338843,0.3181818,0.30991736,0.30991736,0.29752067,0.2892562,0.2892562,0.2892562,0.30165288,0.3140496,0.3140496,0.38842976,0.38842976,0.38429752,0.38842976,0.3966942,0.3966942,0.38842976,0.3966942,0.39256197,0.4090909,0.37190083,0.3966942,0.4338843,0.41735536,0.37603307,0.30578512,0.29752067,0.28512397,0.3966942,0.45454547,0.49586776,0.5413223,0.5495868,0.5785124,0.58677685,0.59504133,0.5785124,0.57438016,0.58677685,0.58677685,0.59090906,0.58677685,0.5661157,0.57438016,0.55785125,0.54545456,0.553719,0.553719,0.5661157,0.55785125,0.5413223,0.5289256,0.5247934,0.4876033,0.47107437,0.446281,0.4214876,0.40495867,0.39256197,0.37190083,0.3305785,0.3181818,0.30991736,0.2892562,0.28099173,0.27272728,0.2768595,0.2644628,0.27272728,0.28512397,0.30165288,0.30991736,0.3181818,0.3181818,0.38429752,0.38016528,0.38016528,0.38842976,0.39256197,0.39256197,0.38842976,0.39256197,0.3966942,0.4214876,0.4214876,0.38016528,0.36363637,0.38842976,0.41735536,0.36363637,0.30578512,0.2520661,0.32231405,0.40495867,0.45867768,0.49586776,0.5206612,0.5165289,0.5371901,0.54545456,0.5289256,0.5289256,0.5371901,0.53305787,0.5413223,0.5247934,0.5371901,0.5289256,0.5371901,0.5247934,0.5371901,0.5413223,0.5495868,0.5371901,0.5165289,0.4876033,0.47933885,0.446281,0.44214877,0.4090909,0.39256197,0.37603307,0.34710744,0.30991736,0.28099173,0.27272728,0.2644628,0.25619835,0.2520661,0.2603306,0.2644628,0.2644628,0.28099173,0.29338843,0.30991736,0.3140496,0.3140496,0.32231405,22 +0.54545456,0.5661157,0.59090906,0.6280992,0.6528926,0.6363636,0.607438,0.59090906,0.59504133,0.59917355,0.61157024,0.61157024,0.61570245,0.61570245,0.6198347,0.6322314,0.661157,0.6859504,0.71487606,0.73140496,0.74380165,0.74380165,0.73966944,0.73966944,0.73966944,0.75206614,0.7644628,0.78099173,0.78099173,0.7933884,0.7933884,0.7892562,0.76859504,0.73966944,0.71900827,0.7107438,0.7107438,0.71487606,0.7066116,0.7066116,0.6983471,0.6983471,0.6942149,0.6859504,0.677686,0.6859504,0.6735537,0.6818182,0.6652893,0.6570248,0.6487603,0.6404959,0.6280992,0.6363636,0.6280992,0.6198347,0.61157024,0.58677685,0.5661157,0.5371901,0.5082645,0.48347107,0.446281,0.3677686,0.57438016,0.62396693,0.6404959,0.6818182,0.7066116,0.6983471,0.6735537,0.6404959,0.6280992,0.61570245,0.61157024,0.61570245,0.61570245,0.6363636,0.6528926,0.677686,0.6983471,0.7066116,0.7355372,0.74380165,0.7644628,0.76859504,0.76859504,0.76859504,0.76033056,0.76859504,0.78099173,0.7768595,0.7892562,0.79752064,0.79752064,0.79752064,0.7892562,0.77272725,0.74793386,0.74380165,0.73966944,0.7231405,0.72727275,0.71900827,0.7231405,0.71487606,0.71487606,0.70247936,0.69008267,0.6942149,0.69008267,0.69008267,0.6818182,0.6735537,0.6652893,0.6570248,0.6487603,0.6404959,0.6404959,0.6404959,0.6198347,0.59917355,0.57438016,0.5495868,0.5413223,0.5123967,0.4752066,0.41735536,0.59504133,0.6404959,0.6694215,0.70247936,0.72727275,0.73140496,0.71487606,0.6983471,0.677686,0.661157,0.6363636,0.6487603,0.6570248,0.69008267,0.71487606,0.72727275,0.74380165,0.73966944,0.75206614,0.7644628,0.78099173,0.7892562,0.7892562,0.7933884,0.78099173,0.78512394,0.7933884,0.78512394,0.7933884,0.8016529,0.8016529,0.8057851,0.8057851,0.8016529,0.7933884,0.78512394,0.76033056,0.75206614,0.7355372,0.73140496,0.7355372,0.73140496,0.7355372,0.7231405,0.7231405,0.70247936,0.7107438,0.6983471,0.6983471,0.6859504,0.6859504,0.6694215,0.6694215,0.6570248,0.6570248,0.6487603,0.6280992,0.60330576,0.5785124,0.55785125,0.5495868,0.53305787,0.5,0.446281,0.60330576,0.6446281,0.677686,0.7066116,0.72727275,0.74793386,0.73966944,0.73966944,0.7066116,0.70247936,0.70247936,0.71487606,0.72727275,0.75206614,0.76859504,0.77272725,0.7768595,0.7768595,0.78099173,0.78512394,0.79752064,0.8016529,0.8057851,0.80991733,0.8057851,0.8016529,0.8016529,0.7933884,0.79752064,0.8057851,0.80991733,0.8140496,0.8181818,0.8140496,0.8016529,0.8016529,0.77272725,0.76033056,0.74380165,0.73966944,0.73966944,0.7355372,0.7355372,0.72727275,0.74380165,0.73140496,0.71487606,0.71487606,0.70247936,0.6983471,0.6859504,0.69008267,0.6735537,0.6694215,0.6694215,0.6528926,0.6363636,0.607438,0.58677685,0.55785125,0.5495868,0.54545456,0.5165289,0.4876033,0.61157024,0.6404959,0.6818182,0.7066116,0.72727275,0.74380165,0.75206614,0.75206614,0.75206614,0.73966944,0.7644628,0.77272725,0.78099173,0.7892562,0.79752064,0.8057851,0.8016529,0.8057851,0.8016529,0.79752064,0.8016529,0.8057851,0.8140496,0.8140496,0.8140496,0.80991733,0.8057851,0.8057851,0.8016529,0.80991733,0.8140496,0.8181818,0.8181818,0.8140496,0.8140496,0.8140496,0.78099173,0.7644628,0.75619835,0.75619835,0.75619835,0.76033056,0.75206614,0.75619835,0.74793386,0.75206614,0.73966944,0.73966944,0.7231405,0.7066116,0.6983471,0.6983471,0.69008267,0.6859504,0.6652893,0.661157,0.6404959,0.61157024,0.58677685,0.56198347,0.54545456,0.5495868,0.53305787,0.5,0.6322314,0.6487603,0.677686,0.6983471,0.71900827,0.74380165,0.75206614,0.7644628,0.76859504,0.76859504,0.78512394,0.7933884,0.79752064,0.8057851,0.8057851,0.8140496,0.8140496,0.8181818,0.8140496,0.8057851,0.80991733,0.8057851,0.80991733,0.8057851,0.8057851,0.8057851,0.8016529,0.80991733,0.8057851,0.8057851,0.80991733,0.8181818,0.8140496,0.8181818,0.80991733,0.80991733,0.78099173,0.78099173,0.76859504,0.77272725,0.77272725,0.7768595,0.7644628,0.76859504,0.76859504,0.7644628,0.76033056,0.75206614,0.7355372,0.7231405,0.7231405,0.7066116,0.70247936,0.677686,0.677686,0.661157,0.6404959,0.607438,0.58677685,0.5661157,0.5371901,0.5495868,0.54545456,0.5082645,0.6446281,0.661157,0.6735537,0.69008267,0.7107438,0.73966944,0.75619835,0.7768595,0.77272725,0.7768595,0.78512394,0.79752064,0.8016529,0.80991733,0.8057851,0.80991733,0.8016529,0.79752064,0.8016529,0.8057851,0.79752064,0.79752064,0.79752064,0.79752064,0.7933884,0.8016529,0.7933884,0.79752064,0.8016529,0.8057851,0.8057851,0.8057851,0.8057851,0.8057851,0.79752064,0.79752064,0.78512394,0.78512394,0.78099173,0.78099173,0.78099173,0.78099173,0.7768595,0.78099173,0.76859504,0.7768595,0.76859504,0.76033056,0.74793386,0.74380165,0.7355372,0.7231405,0.71487606,0.69008267,0.6694215,0.6652893,0.6404959,0.6198347,0.59504133,0.56198347,0.54545456,0.553719,0.5371901,0.5206612,0.6528926,0.6652893,0.6735537,0.6859504,0.6983471,0.73140496,0.75619835,0.7768595,0.76859504,0.78099173,0.78512394,0.78512394,0.7892562,0.8016529,0.8016529,0.8016529,0.8016529,0.79752064,0.7892562,0.7892562,0.78099173,0.78099173,0.78512394,0.78099173,0.7768595,0.78099173,0.77272725,0.7768595,0.7933884,0.7933884,0.7892562,0.7892562,0.7933884,0.78512394,0.78512394,0.78512394,0.78099173,0.7768595,0.78099173,0.7768595,0.77272725,0.77272725,0.76859504,0.78099173,0.76033056,0.75619835,0.75206614,0.75206614,0.74793386,0.74380165,0.7231405,0.7231405,0.7107438,0.6942149,0.6859504,0.6694215,0.6404959,0.6198347,0.59917355,0.57438016,0.553719,0.5413223,0.5371901,0.5206612,0.6570248,0.6735537,0.6818182,0.6942149,0.6983471,0.72727275,0.75206614,0.76033056,0.76033056,0.76859504,0.77272725,0.7768595,0.77272725,0.78512394,0.7892562,0.7892562,0.7892562,0.7768595,0.77272725,0.7644628,0.75619835,0.74793386,0.75619835,0.74793386,0.75206614,0.75619835,0.75206614,0.76859504,0.7768595,0.7768595,0.76033056,0.76859504,0.7644628,0.77272725,0.75619835,0.7644628,0.75619835,0.75206614,0.75619835,0.74793386,0.74380165,0.73966944,0.7355372,0.74380165,0.7355372,0.71900827,0.71900827,0.71487606,0.71900827,0.71900827,0.6983471,0.70247936,0.6942149,0.69008267,0.6859504,0.6859504,0.661157,0.6363636,0.61157024,0.57438016,0.5495868,0.54545456,0.5413223,0.5206612,0.6652893,0.6735537,0.6818182,0.6942149,0.7107438,0.72727275,0.73966944,0.74793386,0.74380165,0.74793386,0.73966944,0.74793386,0.75619835,0.7644628,0.76033056,0.76033056,0.76033056,0.75206614,0.73966944,0.7355372,0.73140496,0.7231405,0.73140496,0.71900827,0.7231405,0.72727275,0.7355372,0.75206614,0.75206614,0.75206614,0.74380165,0.74380165,0.74793386,0.73966944,0.72727275,0.71900827,0.7107438,0.70247936,0.70247936,0.6735537,0.661157,0.6446281,0.6446281,0.6446281,0.6528926,0.6363636,0.62396693,0.6198347,0.6280992,0.6363636,0.6446281,0.6404959,0.6363636,0.661157,0.6570248,0.6694215,0.6652893,0.6446281,0.61570245,0.58264464,0.5661157,0.5413223,0.5413223,0.5247934,0.6652893,0.677686,0.677686,0.6859504,0.70247936,0.6983471,0.7107438,0.6983471,0.6983471,0.6942149,0.6859504,0.6694215,0.6818182,0.69008267,0.6818182,0.6735537,0.6859504,0.677686,0.6694215,0.6735537,0.6818182,0.6859504,0.6859504,0.6859504,0.6735537,0.6652893,0.6942149,0.7107438,0.72727275,0.72727275,0.71487606,0.70247936,0.6942149,0.6735537,0.6735537,0.6404959,0.6363636,0.62396693,0.61157024,0.57438016,0.54545456,0.5206612,0.5123967,0.5041322,0.5123967,0.5041322,0.49173555,0.4876033,0.5041322,0.5165289,0.5495868,0.553719,0.5661157,0.5785124,0.59504133,0.60330576,0.607438,0.59504133,0.59090906,0.5661157,0.5495868,0.5371901,0.5371901,0.5289256,0.6487603,0.6487603,0.62396693,0.61157024,0.60330576,0.61570245,0.607438,0.61157024,0.61570245,0.61570245,0.59090906,0.5661157,0.57024795,0.553719,0.5413223,0.5165289,0.53305787,0.5371901,0.5413223,0.55785125,0.58677685,0.59090906,0.59504133,0.61157024,0.60330576,0.607438,0.6404959,0.661157,0.6859504,0.70247936,0.69008267,0.661157,0.6446281,0.62396693,0.60330576,0.57438016,0.53305787,0.5206612,0.5082645,0.48347107,0.45041323,0.41322315,0.3966942,0.39256197,0.3966942,0.40082645,0.40082645,0.40495867,0.4090909,0.4338843,0.45454547,0.4752066,0.47933885,0.5,0.5041322,0.5165289,0.5289256,0.53305787,0.5165289,0.5123967,0.49173555,0.5123967,0.5206612,0.5165289,0.61570245,0.59504133,0.5495868,0.5082645,0.4876033,0.48347107,0.48347107,0.49586776,0.5041322,0.5041322,0.47933885,0.446281,0.43801653,0.4214876,0.4214876,0.38016528,0.38842976,0.40082645,0.40495867,0.4338843,0.46694216,0.47933885,0.5,0.5165289,0.53305787,0.553719,0.58264464,0.607438,0.6487603,0.6735537,0.6528926,0.6280992,0.59917355,0.58264464,0.55785125,0.5289256,0.49173555,0.47107437,0.45454547,0.4338843,0.41322315,0.40082645,0.38016528,0.37603307,0.37603307,0.37603307,0.38016528,0.38842976,0.3966942,0.4214876,0.41322315,0.4338843,0.43801653,0.446281,0.45867768,0.46694216,0.48347107,0.48347107,0.45867768,0.45867768,0.45041323,0.4752066,0.5,0.5041322,0.59504133,0.5495868,0.5041322,0.45867768,0.43801653,0.41735536,0.4338843,0.43801653,0.44214877,0.4338843,0.4090909,0.38842976,0.37603307,0.36363637,0.35123968,0.3429752,0.3305785,0.34710744,0.3553719,0.37603307,0.40495867,0.42561984,0.43801653,0.46694216,0.49173555,0.5082645,0.54545456,0.58677685,0.6280992,0.6528926,0.6322314,0.59917355,0.56198347,0.5413223,0.5082645,0.49586776,0.4752066,0.45454547,0.44214877,0.42975205,0.4214876,0.40495867,0.38842976,0.36363637,0.35950413,0.3264463,0.3181818,0.32231405,0.3305785,0.3553719,0.37190083,0.37603307,0.40495867,0.4214876,0.446281,0.46694216,0.47933885,0.4752066,0.45867768,0.47107437,0.45454547,0.46694216,0.47933885,0.49173555,0.58677685,0.5413223,0.4876033,0.45041323,0.44214877,0.42975205,0.4338843,0.42561984,0.40082645,0.37603307,0.338843,0.30991736,0.2892562,0.28512397,0.2892562,0.26859504,0.26859504,0.2768595,0.29338843,0.30991736,0.35950413,0.40082645,0.41322315,0.45867768,0.46280992,0.48347107,0.5247934,0.5785124,0.62396693,0.6570248,0.6404959,0.61570245,0.5785124,0.53305787,0.5082645,0.49586776,0.46694216,0.45041323,0.42975205,0.4214876,0.40495867,0.37190083,0.3305785,0.3264463,0.3140496,0.2892562,0.2644628,0.25619835,0.24793388,0.2520661,0.28099173,0.29338843,0.30578512,0.3305785,0.3677686,0.41735536,0.446281,0.46694216,0.47107437,0.49173555,0.47107437,0.4752066,0.47933885,0.4876033,0.59917355,0.55785125,0.5041322,0.45867768,0.45041323,0.4338843,0.4090909,0.38842976,0.3305785,0.29338843,0.2603306,0.28099173,0.28512397,0.24380165,0.21900827,0.27272728,0.22727273,0.24793388,0.2520661,0.28512397,0.3264463,0.35950413,0.40082645,0.42561984,0.45454547,0.47107437,0.5123967,0.58264464,0.6487603,0.6859504,0.6942149,0.69008267,0.6446281,0.59090906,0.54545456,0.5041322,0.46694216,0.4338843,0.41735536,0.3966942,0.38016528,0.3429752,0.3429752,0.38016528,0.35950413,0.29338843,0.28512397,0.2603306,0.25619835,0.23553719,0.24380165,0.2644628,0.26859504,0.2520661,0.27272728,0.3264463,0.38016528,0.42975205,0.45454547,0.47107437,0.48347107,0.47933885,0.48347107,0.49586776,0.61157024,0.5785124,0.5247934,0.47107437,0.45041323,0.42561984,0.38429752,0.33471075,0.2768595,0.24380165,0.25619835,0.34710744,0.37603307,0.29338843,0.24793388,0.3140496,0.2644628,0.2603306,0.28512397,0.37190083,0.3677686,0.38016528,0.38429752,0.4090909,0.42561984,0.45867768,0.5123967,0.60330576,0.70247936,0.74793386,0.76033056,0.76033056,0.72727275,0.6528926,0.59090906,0.5289256,0.46694216,0.42975205,0.40495867,0.40082645,0.40495867,0.3553719,0.40495867,0.49586776,0.4752066,0.38016528,0.33471075,0.3140496,0.28099173,0.2768595,0.27272728,0.36363637,0.338843,0.28099173,0.2520661,0.26859504,0.32231405,0.37603307,0.44214877,0.45454547,0.47933885,0.48347107,0.49173555,0.5082645,0.6446281,0.6198347,0.55785125,0.5082645,0.446281,0.41735536,0.36363637,0.32231405,0.26859504,0.2603306,0.3181818,0.4338843,0.45454547,0.38429752,0.30578512,0.29338843,0.2768595,0.29752067,0.36363637,0.46280992,0.46694216,0.40082645,0.41322315,0.40495867,0.42561984,0.45867768,0.5247934,0.6446281,0.74793386,0.7933884,0.80991733,0.8057851,0.77272725,0.70247936,0.6198347,0.54545456,0.47107437,0.45041323,0.44214877,0.45041323,0.446281,0.40082645,0.46694216,0.55785125,0.55785125,0.45454547,0.37603307,0.3429752,0.28099173,0.29338843,0.35950413,0.44214877,0.45041323,0.37603307,0.30165288,0.2892562,0.3140496,0.3677686,0.41735536,0.43801653,0.47107437,0.4876033,0.5082645,0.5247934,0.6735537,0.6694215,0.61157024,0.5661157,0.47933885,0.42561984,0.38842976,0.35123968,0.3181818,0.32231405,0.3677686,0.446281,0.48347107,0.47933885,0.37603307,0.33471075,0.32231405,0.36363637,0.42561984,0.49173555,0.49173555,0.42561984,0.40082645,0.44214877,0.42975205,0.47107437,0.56198347,0.6735537,0.77272725,0.822314,0.838843,0.8264463,0.8016529,0.74380165,0.6404959,0.5661157,0.5,0.49586776,0.5041322,0.5,0.46694216,0.44214877,0.47107437,0.5247934,0.5661157,0.5165289,0.43801653,0.37190083,0.3305785,0.36363637,0.45041323,0.49586776,0.49586776,0.45041323,0.38842976,0.3553719,0.3677686,0.38016528,0.40495867,0.446281,0.49173555,0.5082645,0.53305787,0.5495868,0.6859504,0.7066116,0.6859504,0.6404959,0.55785125,0.5165289,0.4752066,0.45867768,0.4214876,0.40082645,0.41735536,0.45041323,0.4752066,0.5,0.45454547,0.4338843,0.4214876,0.43801653,0.45454547,0.46280992,0.46280992,0.446281,0.44214877,0.46280992,0.46694216,0.5082645,0.60330576,0.71487606,0.7892562,0.8305785,0.838843,0.8264463,0.79752064,0.74793386,0.6735537,0.59090906,0.53305787,0.5371901,0.553719,0.54545456,0.53305787,0.4876033,0.45867768,0.47933885,0.5206612,0.5206612,0.49173555,0.43801653,0.42561984,0.44214877,0.4876033,0.5123967,0.49586776,0.47107437,0.45041323,0.45041323,0.45041323,0.45041323,0.43801653,0.4752066,0.5041322,0.54545456,0.56198347,0.57024795,0.6859504,0.7231405,0.73140496,0.7107438,0.6735537,0.6446281,0.6322314,0.58264464,0.54545456,0.5123967,0.5082645,0.5123967,0.5082645,0.5123967,0.5082645,0.5,0.49173555,0.4876033,0.4876033,0.47107437,0.4876033,0.5,0.49173555,0.5041322,0.5289256,0.58677685,0.6652893,0.73966944,0.79752064,0.8305785,0.838843,0.822314,0.8057851,0.75206614,0.6818182,0.6198347,0.58264464,0.5785124,0.58677685,0.57438016,0.5661157,0.5206612,0.4876033,0.47107437,0.4876033,0.49586776,0.49586776,0.47933885,0.4876033,0.5,0.5041322,0.5206612,0.5165289,0.5082645,0.5041322,0.5123967,0.5289256,0.5247934,0.5247934,0.5206612,0.54545456,0.5785124,0.58677685,0.59090906,0.677686,0.73140496,0.76033056,0.75619835,0.74793386,0.74793386,0.72727275,0.6942149,0.661157,0.62396693,0.607438,0.59917355,0.58264464,0.57024795,0.553719,0.5413223,0.5371901,0.5247934,0.5289256,0.5289256,0.5371901,0.54545456,0.54545456,0.57438016,0.61157024,0.6694215,0.7066116,0.75206614,0.7892562,0.8264463,0.8429752,0.8264463,0.79752064,0.74380165,0.6859504,0.6528926,0.6363636,0.6322314,0.6404959,0.59917355,0.59917355,0.5661157,0.53305787,0.5123967,0.49586776,0.5,0.49586776,0.5206612,0.5123967,0.5413223,0.54545456,0.553719,0.55785125,0.55785125,0.55785125,0.56198347,0.58677685,0.58677685,0.59090906,0.58677685,0.59504133,0.607438,0.61157024,0.58677685,0.6694215,0.7231405,0.7644628,0.76859504,0.78099173,0.7768595,0.78099173,0.75619835,0.73140496,0.7066116,0.677686,0.6570248,0.62396693,0.6280992,0.59504133,0.59917355,0.59504133,0.59504133,0.60330576,0.61157024,0.61570245,0.62396693,0.6280992,0.6652893,0.69008267,0.71900827,0.7355372,0.75619835,0.78512394,0.822314,0.8347107,0.8264463,0.7933884,0.73966944,0.6859504,0.661157,0.6528926,0.661157,0.677686,0.6570248,0.6446281,0.6198347,0.59917355,0.57438016,0.54545456,0.54545456,0.5206612,0.53305787,0.5371901,0.54545456,0.5661157,0.57438016,0.59504133,0.59917355,0.60330576,0.61157024,0.61570245,0.6322314,0.6280992,0.6404959,0.6363636,0.62396693,0.6198347,0.58677685,0.6528926,0.7107438,0.76033056,0.7768595,0.7933884,0.7933884,0.8016529,0.78512394,0.7644628,0.74793386,0.7231405,0.70247936,0.6942149,0.677686,0.6735537,0.6652893,0.661157,0.6652893,0.6735537,0.70247936,0.7066116,0.7107438,0.71900827,0.71900827,0.7231405,0.73966944,0.7355372,0.76033056,0.78099173,0.8181818,0.8264463,0.8181818,0.78099173,0.72727275,0.6818182,0.6570248,0.6446281,0.6528926,0.6694215,0.677686,0.69008267,0.6859504,0.6528926,0.6280992,0.61570245,0.60330576,0.61157024,0.61157024,0.61157024,0.61157024,0.61157024,0.61157024,0.6322314,0.6487603,0.6487603,0.6652893,0.6446281,0.6694215,0.6694215,0.677686,0.661157,0.6363636,0.6198347,0.5785124,0.6363636,0.6983471,0.75206614,0.7768595,0.7933884,0.79752064,0.80991733,0.8057851,0.79752064,0.78099173,0.7768595,0.73966944,0.7355372,0.71900827,0.7231405,0.7107438,0.7107438,0.72727275,0.75206614,0.76033056,0.76033056,0.75206614,0.73966944,0.7355372,0.73140496,0.7355372,0.73140496,0.75206614,0.7892562,0.8140496,0.822314,0.80991733,0.76859504,0.7231405,0.677686,0.6487603,0.6363636,0.6322314,0.6528926,0.6818182,0.7231405,0.7355372,0.7231405,0.6983471,0.677686,0.6570248,0.661157,0.6570248,0.6528926,0.661157,0.6694215,0.6735537,0.6818182,0.6942149,0.70247936,0.6983471,0.6983471,0.6942149,0.70247936,0.70247936,0.677686,0.6446281,0.61570245,0.57438016,0.61570245,0.6694215,0.73140496,0.7644628,0.7892562,0.79752064,0.80991733,0.8140496,0.8140496,0.80991733,0.79752064,0.79752064,0.77272725,0.76859504,0.77272725,0.7768595,0.78099173,0.78512394,0.7892562,0.78099173,0.7768595,0.76033056,0.73966944,0.73966944,0.72727275,0.73140496,0.7355372,0.75619835,0.7892562,0.822314,0.822314,0.80991733,0.7768595,0.73140496,0.6859504,0.6446281,0.6280992,0.61570245,0.6363636,0.6652893,0.7231405,0.75619835,0.7644628,0.75619835,0.74380165,0.72727275,0.7231405,0.7107438,0.71487606,0.71487606,0.71900827,0.7355372,0.73966944,0.73966944,0.74380165,0.76033056,0.74793386,0.74380165,0.74380165,0.71900827,0.6859504,0.6404959,0.59917355,0.57024795,0.59504133,0.6404959,0.7066116,0.73966944,0.76859504,0.78512394,0.8057851,0.8140496,0.80991733,0.80991733,0.8057851,0.8140496,0.79752064,0.7933884,0.7933884,0.8057851,0.8057851,0.79752064,0.79752064,0.78512394,0.7768595,0.76033056,0.74380165,0.7231405,0.71900827,0.72727275,0.73966944,0.75206614,0.78512394,0.8140496,0.8264463,0.8057851,0.7892562,0.75206614,0.6983471,0.6404959,0.61157024,0.607438,0.62396693,0.661157,0.71487606,0.75619835,0.7768595,0.78512394,0.77272725,0.77272725,0.76859504,0.75206614,0.75206614,0.75206614,0.75206614,0.76033056,0.76859504,0.77272725,0.7768595,0.78099173,0.78099173,0.76859504,0.73966944,0.7107438,0.677686,0.6280992,0.59504133,0.5495868,0.59090906,0.62396693,0.661157,0.7066116,0.73966944,0.77272725,0.79752064,0.8016529,0.7933884,0.7933884,0.79752064,0.8016529,0.8016529,0.79752064,0.79752064,0.8057851,0.8057851,0.79752064,0.7933884,0.78099173,0.7768595,0.7644628,0.74793386,0.7231405,0.7107438,0.7107438,0.73966944,0.75619835,0.7892562,0.8057851,0.8264463,0.80991733,0.7933884,0.77272725,0.71900827,0.6446281,0.59917355,0.59504133,0.61570245,0.6694215,0.71487606,0.75206614,0.7768595,0.7892562,0.78512394,0.78512394,0.7892562,0.7768595,0.77272725,0.76859504,0.7644628,0.77272725,0.7768595,0.7768595,0.7768595,0.78512394,0.7768595,0.76033056,0.7355372,0.6942149,0.661157,0.6198347,0.5785124,0.5371901,0.5661157,0.61570245,0.6404959,0.6735537,0.7107438,0.73966944,0.7644628,0.7768595,0.77272725,0.77272725,0.7768595,0.78099173,0.7892562,0.7933884,0.7892562,0.7892562,0.7933884,0.7892562,0.78512394,0.7768595,0.77272725,0.76033056,0.73966944,0.7107438,0.6942149,0.7066116,0.7355372,0.75619835,0.7933884,0.8057851,0.822314,0.8057851,0.7892562,0.77272725,0.73966944,0.6363636,0.5785124,0.57024795,0.58264464,0.6528926,0.7107438,0.74793386,0.76859504,0.78099173,0.7892562,0.7892562,0.7933884,0.78512394,0.78512394,0.7644628,0.76033056,0.7644628,0.76859504,0.75619835,0.7644628,0.75619835,0.74380165,0.73140496,0.71487606,0.677686,0.6322314,0.59917355,0.55785125,0.5247934,0.56198347,0.59090906,0.6198347,0.6404959,0.6735537,0.69008267,0.7107438,0.73140496,0.75619835,0.77272725,0.75619835,0.77272725,0.7768595,0.7892562,0.78512394,0.78099173,0.78512394,0.7768595,0.76859504,0.7644628,0.75619835,0.74380165,0.71900827,0.6942149,0.6818182,0.70247936,0.7355372,0.76859504,0.7933884,0.8057851,0.8181818,0.80991733,0.78099173,0.76033056,0.72727275,0.6487603,0.57024795,0.5371901,0.56198347,0.59504133,0.677686,0.7231405,0.75206614,0.76859504,0.78099173,0.7933884,0.78512394,0.78099173,0.78099173,0.76859504,0.75619835,0.75206614,0.75206614,0.74793386,0.73966944,0.7231405,0.6983471,0.6942149,0.677686,0.6446281,0.59917355,0.5785124,0.5289256,0.5123967,0.5661157,0.59090906,0.607438,0.62396693,0.6528926,0.6735537,0.6983471,0.7231405,0.7355372,0.76033056,0.76033056,0.77272725,0.76859504,0.7768595,0.78099173,0.78099173,0.77272725,0.7644628,0.75206614,0.76033056,0.73966944,0.71487606,0.6942149,0.677686,0.677686,0.7066116,0.73966944,0.78512394,0.80991733,0.8140496,0.80991733,0.8016529,0.77272725,0.75619835,0.72727275,0.6694215,0.59090906,0.5661157,0.553719,0.58264464,0.6322314,0.70247936,0.74380165,0.75619835,0.77272725,0.7933884,0.78099173,0.77272725,0.7768595,0.77272725,0.75619835,0.75619835,0.74793386,0.74380165,0.72727275,0.7066116,0.677686,0.6570248,0.6404959,0.6198347,0.57438016,0.5495868,0.5165289,0.5,0.56198347,0.5785124,0.59917355,0.61570245,0.6404959,0.6652893,0.677686,0.7107438,0.7355372,0.74380165,0.76033056,0.76033056,0.77272725,0.77272725,0.7768595,0.7768595,0.77272725,0.76033056,0.73966944,0.7355372,0.7107438,0.69008267,0.677686,0.6694215,0.6818182,0.71487606,0.73966944,0.78512394,0.8140496,0.8181818,0.8057851,0.7892562,0.77272725,0.76033056,0.7355372,0.6694215,0.6198347,0.60330576,0.59090906,0.55785125,0.59504133,0.6570248,0.7066116,0.7355372,0.76859504,0.78512394,0.78099173,0.77272725,0.77272725,0.76859504,0.75619835,0.75206614,0.73966944,0.7355372,0.7107438,0.69008267,0.6652893,0.6404959,0.62396693,0.59917355,0.553719,0.53305787,0.5082645,0.4876033,0.56198347,0.5785124,0.59090906,0.61157024,0.6322314,0.6528926,0.677686,0.6983471,0.73140496,0.73966944,0.74793386,0.75206614,0.76859504,0.76859504,0.7644628,0.7644628,0.76033056,0.73966944,0.71487606,0.72727275,0.6735537,0.661157,0.661157,0.661157,0.6694215,0.69008267,0.71487606,0.73966944,0.7768595,0.78512394,0.78512394,0.7768595,0.7644628,0.74380165,0.70247936,0.6322314,0.57438016,0.58677685,0.58264464,0.55785125,0.56198347,0.61570245,0.677686,0.7231405,0.75206614,0.76033056,0.76859504,0.7644628,0.76859504,0.75619835,0.74793386,0.74380165,0.7355372,0.72727275,0.69008267,0.6735537,0.6404959,0.6280992,0.60330576,0.57024795,0.5413223,0.5123967,0.49586776,0.47107437,0.55785125,0.58264464,0.5785124,0.60330576,0.6198347,0.6487603,0.6694215,0.6859504,0.7107438,0.73966944,0.73966944,0.74380165,0.75206614,0.76033056,0.74793386,0.74793386,0.73966944,0.7231405,0.6983471,0.6818182,0.6570248,0.6446281,0.6404959,0.62396693,0.60330576,0.59504133,0.6363636,0.6487603,0.69008267,0.7066116,0.7231405,0.7231405,0.6983471,0.6652893,0.607438,0.5371901,0.5,0.5206612,0.53305787,0.553719,0.54545456,0.60330576,0.6652893,0.7107438,0.72727275,0.7355372,0.74793386,0.75206614,0.75206614,0.74793386,0.73966944,0.7355372,0.73966944,0.7066116,0.6818182,0.6570248,0.6198347,0.60330576,0.5785124,0.553719,0.5289256,0.5041322,0.5,0.47933885,0.5495868,0.58264464,0.57024795,0.59504133,0.607438,0.6280992,0.6570248,0.6735537,0.6942149,0.71900827,0.7355372,0.73966944,0.73966944,0.73966944,0.7355372,0.73140496,0.71487606,0.6983471,0.677686,0.6446281,0.6322314,0.61157024,0.59090906,0.56198347,0.5123967,0.4752066,0.5123967,0.53305787,0.57024795,0.59090906,0.61157024,0.60330576,0.5785124,0.5289256,0.49173555,0.4338843,0.43801653,0.45454547,0.4876033,0.5082645,0.5206612,0.58264464,0.6570248,0.69008267,0.7066116,0.71487606,0.73140496,0.73966944,0.73966944,0.7355372,0.72727275,0.7231405,0.71900827,0.69008267,0.6570248,0.6404959,0.60330576,0.58677685,0.56198347,0.5371901,0.5165289,0.5082645,0.49173555,0.4752066,0.54545456,0.58677685,0.5785124,0.59504133,0.607438,0.61570245,0.6446281,0.6570248,0.677686,0.70247936,0.71487606,0.72727275,0.72727275,0.71487606,0.71900827,0.7066116,0.69008267,0.6818182,0.6652893,0.6570248,0.6322314,0.5661157,0.5165289,0.4752066,0.41735536,0.37190083,0.40495867,0.4214876,0.45041323,0.45041323,0.47107437,0.47933885,0.47933885,0.44214877,0.39256197,0.32231405,0.3264463,0.3966942,0.43801653,0.45041323,0.48347107,0.55785125,0.6446281,0.6818182,0.6859504,0.70247936,0.71900827,0.72727275,0.72727275,0.72727275,0.71487606,0.70247936,0.69008267,0.6570248,0.6363636,0.60330576,0.58677685,0.5661157,0.5495868,0.5206612,0.5165289,0.49173555,0.4876033,0.4876033,0.5413223,0.57024795,0.59504133,0.58677685,0.60330576,0.60330576,0.6280992,0.6446281,0.661157,0.6859504,0.69008267,0.6983471,0.70247936,0.6942149,0.6942149,0.69008267,0.6735537,0.677686,0.6818182,0.677686,0.6570248,0.57024795,0.47933885,0.40082645,0.3429752,0.26859504,0.30991736,0.37190083,0.3966942,0.39256197,0.40082645,0.40495867,0.4090909,0.38429752,0.3181818,0.2231405,0.25619835,0.33471075,0.3966942,0.41322315,0.45867768,0.54545456,0.6322314,0.6818182,0.6694215,0.6859504,0.6942149,0.7066116,0.7066116,0.70247936,0.6818182,0.661157,0.6487603,0.6280992,0.6198347,0.59090906,0.57438016,0.54545456,0.53305787,0.5206612,0.5041322,0.5,0.47933885,0.49173555,0.49173555,0.5661157,0.5785124,0.59090906,0.59090906,0.59090906,0.61157024,0.6198347,0.6487603,0.6735537,0.6652893,0.6818182,0.6859504,0.677686,0.677686,0.6735537,0.6694215,0.6859504,0.69008267,0.7066116,0.7066116,0.6487603,0.5206612,0.4214876,0.37603307,0.35123968,0.3264463,0.3429752,0.37603307,0.38429752,0.37190083,0.38429752,0.38016528,0.38842976,0.3677686,0.3264463,0.35123968,0.34710744,0.38429752,0.4214876,0.47107437,0.553719,0.6280992,0.6818182,0.6818182,0.6859504,0.6859504,0.6942149,0.69008267,0.6818182,0.661157,0.6363636,0.62396693,0.607438,0.59504133,0.5785124,0.55785125,0.5371901,0.5206612,0.5082645,0.5,0.49173555,0.49586776,0.48347107,0.5,0.5495868,0.58264464,0.59504133,0.59917355,0.59504133,0.61157024,0.61570245,0.6198347,0.6528926,0.6528926,0.6694215,0.6818182,0.6818182,0.6694215,0.6694215,0.6859504,0.70247936,0.71900827,0.72727275,0.7355372,0.71900827,0.60330576,0.47107437,0.40495867,0.38429752,0.37190083,0.38016528,0.3966942,0.3966942,0.3966942,0.4090909,0.41735536,0.44214877,0.43801653,0.4090909,0.4090909,0.4090909,0.44214877,0.47107437,0.5123967,0.56198347,0.62396693,0.6694215,0.6983471,0.6983471,0.6859504,0.6859504,0.6859504,0.6694215,0.6446281,0.62396693,0.59917355,0.5785124,0.57438016,0.55785125,0.5413223,0.53305787,0.5165289,0.5123967,0.49586776,0.4876033,0.49173555,0.47933885,0.47933885,0.54545456,0.57024795,0.58677685,0.59504133,0.59504133,0.59917355,0.607438,0.6198347,0.6446281,0.661157,0.6487603,0.661157,0.6694215,0.6859504,0.6859504,0.7107438,0.71900827,0.7231405,0.73140496,0.7355372,0.7355372,0.6652893,0.5495868,0.47933885,0.4338843,0.42561984,0.44214877,0.44214877,0.43801653,0.42561984,0.44214877,0.446281,0.47933885,0.45867768,0.46280992,0.45867768,0.4876033,0.5165289,0.5289256,0.53305787,0.55785125,0.607438,0.6487603,0.6942149,0.7107438,0.6983471,0.6859504,0.677686,0.661157,0.6404959,0.607438,0.607438,0.56198347,0.56198347,0.54545456,0.5371901,0.5247934,0.5041322,0.5041322,0.49173555,0.49586776,0.49173555,0.46694216,0.47107437,0.5247934,0.56198347,0.58264464,0.58264464,0.60330576,0.61157024,0.607438,0.61157024,0.6363636,0.6528926,0.6446281,0.6280992,0.6528926,0.677686,0.70247936,0.71900827,0.71487606,0.7066116,0.72727275,0.7231405,0.7231405,0.6942149,0.6487603,0.59504133,0.57438016,0.5413223,0.5206612,0.5,0.4752066,0.446281,0.446281,0.46694216,0.4876033,0.48347107,0.49586776,0.5123967,0.5289256,0.5413223,0.5413223,0.54545456,0.5413223,0.57438016,0.6322314,0.69008267,0.7107438,0.7066116,0.6818182,0.6652893,0.6528926,0.6322314,0.60330576,0.59917355,0.57438016,0.5661157,0.5495868,0.54545456,0.5247934,0.5041322,0.49173555,0.4876033,0.49173555,0.47933885,0.45867768,0.45454547,0.5123967,0.54545456,0.5661157,0.57024795,0.59090906,0.61157024,0.59917355,0.60330576,0.6198347,0.6363636,0.6280992,0.62396693,0.6528926,0.6818182,0.70247936,0.7066116,0.70247936,0.6983471,0.7066116,0.7066116,0.71487606,0.6983471,0.6735537,0.6735537,0.661157,0.6487603,0.60330576,0.56198347,0.5123967,0.46694216,0.45041323,0.4752066,0.5,0.5,0.5123967,0.5206612,0.5289256,0.5289256,0.54545456,0.5413223,0.53305787,0.5785124,0.61570245,0.6570248,0.6818182,0.6942149,0.6818182,0.661157,0.6363636,0.61157024,0.60330576,0.58677685,0.56198347,0.55785125,0.54545456,0.5371901,0.5165289,0.5041322,0.48347107,0.49173555,0.47933885,0.4752066,0.45454547,0.44214877,0.49586776,0.5371901,0.55785125,0.55785125,0.5785124,0.59917355,0.59504133,0.59917355,0.60330576,0.61570245,0.6198347,0.6322314,0.6446281,0.6570248,0.6694215,0.6735537,0.6735537,0.6735537,0.677686,0.6818182,0.69008267,0.677686,0.6735537,0.6652893,0.6735537,0.6859504,0.6570248,0.61157024,0.553719,0.49173555,0.47107437,0.4876033,0.5082645,0.5165289,0.5247934,0.5247934,0.5247934,0.5247934,0.53305787,0.53305787,0.5289256,0.55785125,0.58677685,0.6198347,0.6528926,0.6652893,0.6570248,0.6487603,0.62396693,0.58677685,0.59090906,0.55785125,0.553719,0.5413223,0.5371901,0.5206612,0.5165289,0.5,0.4876033,0.47933885,0.47933885,0.46694216,0.446281,0.4338843,0.48347107,0.53305787,0.5495868,0.56198347,0.57024795,0.5785124,0.59090906,0.59504133,0.58677685,0.59504133,0.61157024,0.61157024,0.62396693,0.6280992,0.6363636,0.6363636,0.6322314,0.6322314,0.6446281,0.6487603,0.661157,0.6694215,0.6528926,0.6570248,0.6694215,0.6735537,0.69008267,0.661157,0.6198347,0.5785124,0.5289256,0.5289256,0.5206612,0.5413223,0.5413223,0.53305787,0.5247934,0.5289256,0.5247934,0.5247934,0.5247934,0.5371901,0.5661157,0.59090906,0.61157024,0.62396693,0.62396693,0.61157024,0.60330576,0.59090906,0.56198347,0.5495868,0.5413223,0.5289256,0.5206612,0.5041322,0.5123967,0.4876033,0.4752066,0.47107437,0.47107437,0.45867768,0.43801653,0.4214876,0.45041323,0.5041322,0.5413223,0.5661157,0.55785125,0.58264464,0.5661157,0.5785124,0.57438016,0.5785124,0.58677685,0.58677685,0.57438016,0.59090906,0.59504133,0.59504133,0.59090906,0.58264464,0.59504133,0.61570245,0.6198347,0.6570248,0.661157,0.6735537,0.6735537,0.6942149,0.7066116,0.7231405,0.71487606,0.6942149,0.6404959,0.61157024,0.5785124,0.57438016,0.5495868,0.5371901,0.5289256,0.5206612,0.5206612,0.5165289,0.5123967,0.5123967,0.5247934,0.5495868,0.5661157,0.57438016,0.58264464,0.5785124,0.5785124,0.553719,0.553719,0.5289256,0.5247934,0.5165289,0.5165289,0.5123967,0.5041322,0.4876033,0.45041323,0.47107437,0.46694216,0.43801653,0.41735536,0.41735536,0.42975205,0.48347107,0.5123967,0.5371901,0.54545456,0.5661157,0.56198347,0.5661157,0.5661157,0.56198347,0.553719,0.5495868,0.5289256,0.5413223,0.5371901,0.5289256,0.5206612,0.5206612,0.5289256,0.55785125,0.59090906,0.61570245,0.6446281,0.6446281,0.661157,0.6735537,0.69008267,0.7107438,0.74793386,0.76859504,0.73140496,0.677686,0.61157024,0.5785124,0.54545456,0.53305787,0.53305787,0.5165289,0.5082645,0.5123967,0.49586776,0.4876033,0.48347107,0.5,0.5165289,0.5247934,0.53305787,0.5371901,0.53305787,0.5165289,0.5289256,0.5082645,0.5082645,0.5082645,0.5165289,0.5165289,0.49586776,0.4876033,0.4752066,0.46280992,0.446281,0.42561984,0.4090909,0.4214876,0.4214876,0.45454547,0.49173555,0.53305787,0.5206612,0.56198347,0.553719,0.56198347,0.553719,0.5495868,0.53305787,0.5041322,0.49586776,0.47933885,0.46280992,0.45454547,0.4338843,0.4338843,0.45454547,0.4876033,0.5165289,0.5371901,0.5495868,0.5371901,0.5247934,0.5206612,0.5289256,0.56198347,0.6198347,0.6652893,0.6404959,0.59504133,0.5082645,0.48347107,0.4752066,0.47933885,0.48347107,0.48347107,0.48347107,0.4752066,0.45867768,0.43801653,0.4338843,0.4338843,0.45041323,0.4752066,0.4876033,0.49586776,0.49173555,0.4876033,0.5,0.5041322,0.5,0.49586776,0.5,0.49173555,0.4752066,0.47933885,0.45041323,0.45454547,0.4338843,0.3966942,0.40082645,0.4214876,0.41322315,0.42561984,0.4752066,0.5082645,0.5165289,0.5289256,0.54545456,0.553719,0.5495868,0.54545456,0.5165289,0.49173555,0.46280992,0.446281,0.41735536,0.39256197,0.38429752,0.3553719,0.36363637,0.38842976,0.38842976,0.40495867,0.38429752,0.37190083,0.3553719,0.34710744,0.338843,0.35950413,0.41735536,0.45041323,0.446281,0.40495867,0.3553719,0.3305785,0.33471075,0.35950413,0.35950413,0.37190083,0.39256197,0.3966942,0.38016528,0.37603307,0.3553719,0.3677686,0.38842976,0.4090909,0.4338843,0.45454547,0.45454547,0.47107437,0.4752066,0.4876033,0.49173555,0.4876033,0.49173555,0.47933885,0.45867768,0.45867768,0.45454547,0.44214877,0.41735536,0.39256197,0.3966942,0.41322315,0.41735536,0.41322315,0.446281,0.4752066,0.49586776,0.5206612,0.5247934,0.5371901,0.5495868,0.5495868,0.5247934,0.5,0.46694216,0.4338843,0.40495867,0.38429752,0.39256197,0.37603307,0.38842976,0.38016528,0.37190083,0.34710744,0.3264463,0.3140496,0.3140496,0.30165288,0.2892562,0.28099173,0.29752067,0.29752067,0.30991736,0.28099173,0.28512397,0.28099173,0.28512397,0.30165288,0.29338843,0.30165288,0.3140496,0.338843,0.33471075,0.3264463,0.3264463,0.34710744,0.35950413,0.38016528,0.39256197,0.42561984,0.44214877,0.46694216,0.4752066,0.47933885,0.4876033,0.48347107,0.47933885,0.46280992,0.43801653,0.42975205,0.446281,0.42561984,0.40495867,0.39256197,0.40082645,0.41322315,0.41735536,0.40495867,0.4214876,0.42975205,0.47933885,0.5,0.5123967,0.5247934,0.5371901,0.5371901,0.5413223,0.49586776,0.47933885,0.45041323,0.43801653,0.45041323,0.4752066,0.5123967,0.5247934,0.5123967,0.5041322,0.45867768,0.4338843,0.3966942,0.38842976,0.37603307,0.37190083,0.338843,0.3305785,0.3181818,0.32231405,0.3264463,0.3305785,0.338843,0.35123968,0.3677686,0.38016528,0.37190083,0.37603307,0.38842976,0.4090909,0.4338843,0.43801653,0.446281,0.42975205,0.41735536,0.3966942,0.42975205,0.44214877,0.46694216,0.47933885,0.48347107,0.4752066,0.47107437,0.47107437,0.45041323,0.43801653,0.4214876,0.42975205,0.4090909,0.40082645,0.39256197,0.40495867,0.41322315,0.41735536,0.4090909,0.40495867,0.40082645,0.44214877,0.47107437,0.49173555,0.5082645,0.5165289,0.5123967,0.5165289,0.4876033,0.4876033,0.4876033,0.5206612,0.5413223,0.57024795,0.607438,0.61157024,0.60330576,0.57438016,0.5371901,0.5165289,0.47933885,0.45867768,0.45041323,0.45867768,0.446281,0.44214877,0.42561984,0.42975205,0.41735536,0.4090909,0.4090909,0.40082645,0.40495867,0.40082645,0.39256197,0.40495867,0.42975205,0.45867768,0.4752066,0.5,0.5123967,0.5082645,0.48347107,0.44214877,0.446281,0.45454547,0.45041323,0.46694216,0.47933885,0.47107437,0.46280992,0.45454547,0.45041323,0.4338843,0.41735536,0.4214876,0.40082645,0.39256197,0.40082645,0.41735536,0.41322315,0.4090909,0.41322315,0.40082645,0.4090909,0.40082645,0.4338843,0.45454547,0.4752066,0.4876033,0.48347107,0.4752066,0.48347107,0.49173555,0.5,0.5371901,0.57024795,0.5785124,0.59090906,0.58677685,0.57438016,0.57438016,0.5247934,0.5082645,0.48347107,0.46280992,0.45867768,0.46280992,0.4752066,0.48347107,0.4876033,0.46694216,0.45041323,0.42561984,0.41735536,0.40495867,0.4090909,0.3966942,0.41322315,0.4338843,0.45454547,0.47933885,0.47933885,0.5,0.5123967,0.5165289,0.5082645,0.49173555,0.45041323,0.446281,0.45041323,0.45867768,0.45867768,0.46280992,0.45454547,0.44214877,0.42561984,0.4214876,0.41322315,0.40495867,0.39256197,0.39256197,0.41322315,0.4214876,0.4090909,0.4090909,0.40495867,0.40082645,0.42561984,0.38842976,0.40082645,0.41735536,0.4338843,0.446281,0.44214877,0.446281,0.446281,0.4752066,0.48347107,0.5082645,0.5206612,0.53305787,0.5371901,0.5371901,0.53305787,0.5041322,0.48347107,0.46694216,0.42561984,0.4090909,0.40495867,0.39256197,0.39256197,0.38429752,0.4214876,0.4090909,0.40495867,0.39256197,0.39256197,0.38842976,0.40495867,0.40495867,0.41735536,0.44214877,0.44214877,0.46280992,0.46694216,0.48347107,0.49173555,0.49173555,0.5082645,0.48347107,0.46694216,0.446281,0.446281,0.4338843,0.43801653,0.43801653,0.42561984,0.41735536,0.40495867,0.4090909,0.38842976,0.37603307,0.37190083,0.3966942,0.41322315,0.41735536,0.40495867,0.40082645,0.4090909,0.39256197,0.44214877,0.4214876,0.37190083,0.3677686,0.38429752,0.41322315,0.40082645,0.4214876,0.4090909,0.42975205,0.44214877,0.46280992,0.46280992,0.47107437,0.47933885,0.4876033,0.48347107,0.46694216,0.42975205,0.4090909,0.38842976,0.37603307,0.35950413,0.35950413,0.3264463,0.3429752,0.33471075,0.3305785,0.33471075,0.338843,0.34710744,0.35950413,0.3677686,0.38429752,0.40082645,0.4214876,0.42561984,0.45041323,0.45041323,0.45867768,0.47107437,0.46694216,0.47107437,0.45041323,0.45041323,0.43801653,0.4214876,0.43801653,0.42975205,0.42561984,0.41322315,0.40495867,0.38016528,0.40082645,0.3677686,0.3429752,0.38016528,0.40082645,0.41735536,0.4214876,0.40495867,0.40082645,0.41735536,0.39256197,0.43801653,0.46280992,0.38429752,0.3429752,0.35123968,0.37190083,0.37603307,0.38429752,0.38429752,0.39256197,0.4090909,0.4214876,0.42975205,0.42975205,0.446281,0.45867768,0.46280992,0.42975205,0.42561984,0.38429752,0.38016528,0.37190083,0.37190083,0.36363637,0.36363637,0.35123968,0.35123968,0.3553719,0.338843,0.338843,0.33471075,0.35123968,0.35950413,0.36363637,0.38842976,0.3966942,0.41735536,0.43801653,0.42975205,0.43801653,0.44214877,0.43801653,0.4338843,0.42975205,0.42561984,0.41322315,0.4090909,0.41322315,0.4090909,0.40082645,0.38842976,0.38429752,0.35950413,0.37190083,0.33471075,0.3429752,0.37603307,0.4090909,0.4214876,0.42561984,0.40082645,0.38016528,0.44214877,0.38429752,0.4214876,0.4752066,0.41322315,0.33471075,0.32231405,0.3305785,0.338843,0.3553719,0.3553719,0.37603307,0.39256197,0.4090909,0.42561984,0.44214877,0.45454547,0.46694216,0.46280992,0.45454547,0.446281,0.42561984,0.42975205,0.42561984,0.4214876,0.41735536,0.42561984,0.42561984,0.4338843,0.42561984,0.4214876,0.41735536,0.40495867,0.40082645,0.38842976,0.38429752,0.40495867,0.40495867,0.42561984,0.4338843,0.42561984,0.42975205,0.43801653,0.4214876,0.42561984,0.41735536,0.41322315,0.40082645,0.40082645,0.40082645,0.3966942,0.38842976,0.36363637,0.3677686,0.33471075,0.3305785,0.32231405,0.35123968,0.37603307,0.39256197,0.4090909,0.41322315,0.42561984,0.3429752,0.42975205,0.4090909,0.38842976,0.4876033,0.45454547,0.37603307,0.30578512,0.30991736,0.3140496,0.29338843,0.33471075,0.33471075,0.37603307,0.3966942,0.44214877,0.46280992,0.47107437,0.49173555,0.49586776,0.5082645,0.5165289,0.5206612,0.5289256,0.5247934,0.5123967,0.5041322,0.49173555,0.48347107,0.5041322,0.5082645,0.49173555,0.4876033,0.4876033,0.47107437,0.446281,0.44214877,0.43801653,0.4338843,0.43801653,0.43801653,0.4338843,0.43801653,0.45041323,0.4338843,0.43801653,0.41322315,0.41322315,0.40082645,0.39256197,0.38842976,0.37603307,0.36363637,0.338843,0.3305785,0.30165288,0.30991736,0.3305785,0.36363637,0.32231405,0.32231405,0.40082645,0.4090909,0.42975205,0.40495867,0.37190083,0.32231405,0.3553719,0.49586776,0.47933885,0.4090909,0.3264463,0.30165288,0.2892562,0.2892562,0.30165288,0.30578512,0.30991736,0.3429752,0.3966942,0.43801653,0.47107437,0.5,0.5247934,0.553719,0.57024795,0.58264464,0.59917355,0.60330576,0.59090906,0.5785124,0.56198347,0.54545456,0.5495868,0.54545456,0.5289256,0.5165289,0.5082645,0.49586776,0.49586776,0.4752066,0.48347107,0.49173555,0.45867768,0.4752066,0.47107437,0.45867768,0.45454547,0.446281,0.42975205,0.41735536,0.4090909,0.39256197,0.37190083,0.35950413,0.338843,0.3181818,0.29752067,0.2768595,0.29752067,0.29752067,0.34710744,0.3677686,0.26859504,0.2107438,0.33471075,0.38429752,0.40082645,0.4090909,0.38842976,0.27272728,0.33471075,0.5,0.4876033,0.4338843,0.35950413,0.30165288,0.28512397,0.28512397,0.28512397,0.28512397,0.28099173,0.29752067,0.3264463,0.40495867,0.45867768,0.48347107,0.5123967,0.55785125,0.56198347,0.57024795,0.59504133,0.61157024,0.607438,0.59504133,0.58677685,0.57438016,0.57024795,0.56198347,0.5413223,0.5289256,0.5165289,0.5041322,0.5,0.48347107,0.49173555,0.5123967,0.49173555,0.4876033,0.47933885,0.46280992,0.43801653,0.4338843,0.40082645,0.40495867,0.37603307,0.3429752,0.3181818,0.29752067,0.2768595,0.27272728,0.26859504,0.2644628,0.29338843,0.32231405,0.36363637,0.37603307,0.24380165,0.14049587,0.2231405,0.3305785,0.40082645,0.35950413,0.37190083,0.24380165,0.3264463,0.5041322,0.5041322,0.46694216,0.39256197,0.33471075,0.29338843,0.29338843,0.28099173,0.2768595,0.28099173,0.2768595,0.2768595,0.32231405,0.4214876,0.44214877,0.48347107,0.5206612,0.5289256,0.5289256,0.553719,0.57024795,0.5661157,0.5495868,0.5495868,0.5495868,0.553719,0.5371901,0.5247934,0.5123967,0.5041322,0.49586776,0.4752066,0.4876033,0.48347107,0.49173555,0.4752066,0.46280992,0.45867768,0.446281,0.4214876,0.40082645,0.40082645,0.3305785,0.3181818,0.28099173,0.2520661,0.24793388,0.24793388,0.25619835,0.28099173,0.28512397,0.30991736,0.3553719,0.37190083,0.37190083,0.2231405,0.11157025,0.1570248,0.23553719,0.32231405,0.35123968,0.3429752,0.23140496,0.338843,0.5,0.5165289,0.4876033,0.42975205,0.35950413,0.3140496,0.29752067,0.28099173,0.28512397,0.2892562,0.28512397,0.27272728,0.2644628,0.3305785,0.38429752,0.42975205,0.45454547,0.4752066,0.49586776,0.49173555,0.49586776,0.5,0.49586776,0.48347107,0.4876033,0.49586776,0.47933885,0.4752066,0.4752066,0.47107437,0.46280992,0.45454547,0.46280992,0.45867768,0.45867768,0.446281,0.42975205,0.41735536,0.40082645,0.38429752,0.3553719,0.338843,0.2768595,0.26859504,0.23966943,0.24380165,0.25619835,0.25619835,0.27272728,0.2768595,0.30991736,0.3264463,0.37190083,0.38842976,0.37190083,0.2107438,0.10330579,0.12396694,0.17768595,0.28099173,0.35123968,0.338843,0.2231405,0.3305785,0.49173555,0.5165289,0.5082645,0.45454547,0.4090909,0.338843,0.30991736,0.28512397,0.29752067,0.28512397,0.28512397,0.29338843,0.2768595,0.28099173,0.28512397,0.33471075,0.36363637,0.39256197,0.41735536,0.42561984,0.42561984,0.43801653,0.41735536,0.40495867,0.4090909,0.40495867,0.3966942,0.40082645,0.40495867,0.4090909,0.41735536,0.4090909,0.4090909,0.41735536,0.41322315,0.3966942,0.38016528,0.36363637,0.34710744,0.3305785,0.28512397,0.28099173,0.2520661,0.2603306,0.2603306,0.27272728,0.26859504,0.27272728,0.2892562,0.30578512,0.3305785,0.3553719,0.38842976,0.3966942,0.3677686,0.21487603,0.11157025,0.11570248,0.1694215,0.30165288,0.3553719,0.33471075,0.2231405,0.3181818,0.48347107,0.5165289,0.5165289,0.4752066,0.446281,0.38016528,0.32231405,0.29752067,0.29752067,0.29338843,0.29338843,0.29338843,0.29338843,0.28099173,0.28512397,0.2768595,0.2892562,0.30578512,0.32231405,0.3305785,0.3553719,0.34710744,0.3553719,0.33471075,0.338843,0.3305785,0.338843,0.338843,0.3429752,0.3553719,0.3429752,0.33471075,0.36363637,0.3553719,0.34710744,0.3264463,0.3181818,0.30165288,0.28512397,0.26859504,0.2520661,0.26859504,0.26859504,0.28099173,0.2892562,0.2892562,0.28512397,0.29752067,0.29752067,0.34710744,0.35123968,0.38016528,0.38429752,0.40082645,0.38429752,0.1983471,0.10330579,0.11570248,0.1694215,0.29338843,0.35950413,0.33471075,0.22727273,0.3140496,0.48347107,0.5165289,0.5165289,0.49586776,0.46694216,0.40495867,0.36363637,0.32231405,0.29338843,0.29752067,0.2892562,0.29752067,0.30165288,0.29338843,0.29338843,0.2892562,0.2603306,0.2603306,0.2644628,0.26859504,0.2768595,0.28099173,0.28512397,0.2768595,0.2768595,0.28512397,0.28512397,0.2768595,0.29338843,0.29338843,0.29752067,0.28099173,0.30165288,0.28099173,0.27272728,0.2603306,0.2603306,0.2603306,0.25619835,0.26859504,0.27272728,0.28512397,0.28512397,0.30165288,0.2892562,0.29338843,0.30165288,0.30165288,0.32231405,0.34710744,0.38016528,0.38429752,0.3966942,0.3966942,0.38842976,0.22727273,0.10743801,0.11157025,0.16115703,22 +0.74380165,0.75619835,0.7644628,0.77272725,0.78099173,0.78512394,0.79752064,0.8016529,0.8016529,0.8140496,0.8181818,0.8140496,0.822314,0.8264463,0.8305785,0.8347107,0.8347107,0.838843,0.8429752,0.8471074,0.8429752,0.8471074,0.8471074,0.8471074,0.8512397,0.8512397,0.8471074,0.8429752,0.8429752,0.8347107,0.8305785,0.822314,0.8181818,0.8181818,0.8181818,0.822314,0.822314,0.822314,0.8264463,0.8264463,0.8181818,0.8057851,0.79752064,0.7892562,0.7933884,0.7892562,0.7768595,0.7644628,0.7644628,0.74380165,0.7355372,0.7231405,0.71487606,0.7066116,0.69008267,0.661157,0.6363636,0.59917355,0.5289256,0.5123967,0.29338843,0.07438017,0.23966943,0.21900827,0.73966944,0.75206614,0.76033056,0.7768595,0.78099173,0.7892562,0.7933884,0.8016529,0.8057851,0.8140496,0.8181818,0.8140496,0.8264463,0.8305785,0.8347107,0.8347107,0.838843,0.8429752,0.8429752,0.8471074,0.8471074,0.8471074,0.8471074,0.8429752,0.8429752,0.8512397,0.8512397,0.8471074,0.838843,0.8305785,0.8347107,0.8264463,0.8140496,0.8140496,0.8181818,0.822314,0.8264463,0.8264463,0.8264463,0.822314,0.8140496,0.7933884,0.7768595,0.7892562,0.79752064,0.7933884,0.78512394,0.77272725,0.7644628,0.74793386,0.74380165,0.7355372,0.7107438,0.70247936,0.6983471,0.6694215,0.6487603,0.607438,0.5413223,0.5123967,0.38016528,0.07438017,0.20247933,0.18595041,0.7231405,0.74380165,0.75619835,0.76859504,0.7768595,0.78099173,0.7892562,0.79752064,0.8016529,0.8140496,0.8181818,0.822314,0.822314,0.8264463,0.838843,0.8347107,0.838843,0.838843,0.8512397,0.8471074,0.8512397,0.8429752,0.8429752,0.8429752,0.8471074,0.8512397,0.8512397,0.8512397,0.838843,0.8264463,0.822314,0.822314,0.822314,0.8140496,0.8181818,0.8264463,0.8305785,0.8264463,0.8264463,0.822314,0.8057851,0.7933884,0.7892562,0.7892562,0.8016529,0.8016529,0.7933884,0.78512394,0.77272725,0.75619835,0.74793386,0.74380165,0.71900827,0.7066116,0.6983471,0.677686,0.6528926,0.61157024,0.5495868,0.5206612,0.4214876,0.09917355,0.17355372,0.17355372,0.7231405,0.72727275,0.75206614,0.76033056,0.7644628,0.76859504,0.78512394,0.7892562,0.8016529,0.8140496,0.8140496,0.822314,0.8264463,0.8264463,0.838843,0.8347107,0.8429752,0.838843,0.8471074,0.8471074,0.8429752,0.838843,0.838843,0.838843,0.8471074,0.8512397,0.8512397,0.8512397,0.8305785,0.8264463,0.822314,0.8140496,0.8264463,0.8181818,0.8181818,0.8181818,0.822314,0.8181818,0.8181818,0.80991733,0.80991733,0.80991733,0.8057851,0.8057851,0.80991733,0.80991733,0.8057851,0.79752064,0.78512394,0.76859504,0.7644628,0.75619835,0.7355372,0.71900827,0.6983471,0.677686,0.6570248,0.61157024,0.553719,0.5289256,0.42975205,0.16528925,0.14049587,0.16115703,0.72727275,0.73140496,0.74380165,0.75206614,0.75206614,0.76033056,0.7768595,0.78512394,0.79752064,0.80991733,0.8181818,0.822314,0.8264463,0.8305785,0.8305785,0.8347107,0.838843,0.8347107,0.8429752,0.8471074,0.8429752,0.838843,0.838843,0.8429752,0.8429752,0.8429752,0.8429752,0.8429752,0.8305785,0.822314,0.80991733,0.8057851,0.8140496,0.8181818,0.8140496,0.8057851,0.8057851,0.8057851,0.80991733,0.80991733,0.80991733,0.8181818,0.8140496,0.8140496,0.8181818,0.8140496,0.80991733,0.8057851,0.7933884,0.78099173,0.7644628,0.75206614,0.7355372,0.71900827,0.6942149,0.677686,0.6570248,0.61570245,0.56198347,0.5289256,0.45041323,0.21900827,0.11570248,0.14876033,0.73140496,0.7355372,0.74380165,0.74793386,0.74380165,0.75206614,0.7644628,0.78099173,0.7933884,0.80991733,0.8140496,0.822314,0.8264463,0.8264463,0.8264463,0.8305785,0.8347107,0.8347107,0.8429752,0.8471074,0.8429752,0.8347107,0.838843,0.8347107,0.8347107,0.8264463,0.822314,0.8264463,0.8140496,0.8181818,0.79752064,0.8057851,0.8140496,0.8140496,0.79752064,0.7892562,0.7892562,0.79752064,0.79752064,0.79752064,0.8016529,0.8057851,0.79752064,0.79752064,0.8057851,0.8016529,0.8016529,0.8016529,0.7892562,0.77272725,0.7644628,0.75619835,0.73966944,0.71900827,0.6942149,0.677686,0.661157,0.62396693,0.57438016,0.5247934,0.4876033,0.2644628,0.10330579,0.12809917,0.73140496,0.7355372,0.73966944,0.74793386,0.74793386,0.74793386,0.75619835,0.76859504,0.7892562,0.8057851,0.80991733,0.80991733,0.8181818,0.8181818,0.8140496,0.8181818,0.822314,0.8264463,0.8305785,0.8347107,0.8347107,0.8305785,0.8264463,0.822314,0.8181818,0.80991733,0.8057851,0.8140496,0.8016529,0.8057851,0.7933884,0.8016529,0.8057851,0.8016529,0.78099173,0.7768595,0.78099173,0.78512394,0.79752064,0.7892562,0.78512394,0.78512394,0.7768595,0.77272725,0.7768595,0.75619835,0.7644628,0.76859504,0.76033056,0.73966944,0.74380165,0.7355372,0.73140496,0.7107438,0.6818182,0.6735537,0.6694215,0.6363636,0.58264464,0.5247934,0.5247934,0.28099173,0.09090909,0.11570248,0.73140496,0.73140496,0.73140496,0.74380165,0.74380165,0.75206614,0.76033056,0.76859504,0.78512394,0.7933884,0.7933884,0.79752064,0.79752064,0.79752064,0.7892562,0.78512394,0.7892562,0.8057851,0.80991733,0.8140496,0.8140496,0.80991733,0.8057851,0.8016529,0.79752064,0.7933884,0.79752064,0.7933884,0.78099173,0.78099173,0.7768595,0.78512394,0.7933884,0.7892562,0.77272725,0.77272725,0.77272725,0.7644628,0.7768595,0.76859504,0.75619835,0.75206614,0.7355372,0.71900827,0.6818182,0.6528926,0.6487603,0.6652893,0.6652893,0.6528926,0.6528926,0.6487603,0.6570248,0.6487603,0.6404959,0.6322314,0.6446281,0.6363636,0.59090906,0.5247934,0.53305787,0.3181818,0.11157025,0.10330579,0.7355372,0.7355372,0.73140496,0.7355372,0.73966944,0.75206614,0.76033056,0.7644628,0.76033056,0.76859504,0.76033056,0.75206614,0.75206614,0.74380165,0.73140496,0.71900827,0.71487606,0.71900827,0.7231405,0.71900827,0.7231405,0.74380165,0.73966944,0.73966944,0.74793386,0.75206614,0.75619835,0.75206614,0.74793386,0.74793386,0.74793386,0.7644628,0.78099173,0.77272725,0.7644628,0.76033056,0.75206614,0.7355372,0.7355372,0.7107438,0.6942149,0.6818182,0.6528926,0.61570245,0.57024795,0.53305787,0.5041322,0.5082645,0.5165289,0.5247934,0.5123967,0.4876033,0.5082645,0.54545456,0.55785125,0.5661157,0.57438016,0.58264464,0.57024795,0.53305787,0.5123967,0.38429752,0.11157025,0.10330579,0.7231405,0.71900827,0.7231405,0.71900827,0.7066116,0.71487606,0.71900827,0.71487606,0.70247936,0.6859504,0.6818182,0.6859504,0.69008267,0.6735537,0.6528926,0.62396693,0.60330576,0.57438016,0.5495868,0.5206612,0.5247934,0.54545456,0.56198347,0.59504133,0.6322314,0.6570248,0.6735537,0.677686,0.6859504,0.70247936,0.7231405,0.73966944,0.7644628,0.7644628,0.76033056,0.74793386,0.72727275,0.7066116,0.6983471,0.6652893,0.61157024,0.5785124,0.56198347,0.5082645,0.47933885,0.44214877,0.40082645,0.40082645,0.41735536,0.4338843,0.41735536,0.37603307,0.38842976,0.42975205,0.46694216,0.47107437,0.49173555,0.49173555,0.5082645,0.49586776,0.45454547,0.4338843,0.10743801,0.10330579,0.72727275,0.7107438,0.6942149,0.6694215,0.6322314,0.62396693,0.60330576,0.59090906,0.59090906,0.59090906,0.59504133,0.59090906,0.58677685,0.57438016,0.54545456,0.5247934,0.49173555,0.45454547,0.42975205,0.40495867,0.39256197,0.40082645,0.42561984,0.46694216,0.5165289,0.5495868,0.57024795,0.58677685,0.61157024,0.6487603,0.6735537,0.70247936,0.73966944,0.75206614,0.75206614,0.72727275,0.6942149,0.6694215,0.661157,0.6322314,0.57438016,0.5206612,0.48347107,0.446281,0.4214876,0.38842976,0.36363637,0.37190083,0.3677686,0.37190083,0.39256197,0.41735536,0.41735536,0.42975205,0.43801653,0.42561984,0.4338843,0.42975205,0.45041323,0.45041323,0.37603307,0.43801653,0.1694215,0.07438017,0.7231405,0.6818182,0.6528926,0.607438,0.5661157,0.553719,0.5247934,0.5082645,0.5041322,0.49173555,0.5082645,0.5123967,0.5123967,0.5082645,0.4876033,0.48347107,0.45454547,0.42561984,0.41735536,0.4090909,0.4090909,0.41735536,0.4214876,0.446281,0.4752066,0.5,0.5123967,0.5413223,0.5785124,0.61157024,0.6487603,0.69008267,0.73140496,0.75206614,0.74380165,0.70247936,0.6570248,0.6280992,0.59917355,0.57024795,0.5247934,0.4752066,0.44214877,0.41735536,0.40495867,0.40082645,0.3966942,0.4090909,0.41322315,0.43801653,0.46694216,0.4876033,0.49586776,0.49586776,0.49173555,0.47107437,0.45867768,0.46280992,0.46280992,0.4214876,0.36363637,0.42561984,0.23553719,0.049586777,0.6818182,0.6404959,0.60330576,0.56198347,0.5495868,0.553719,0.5413223,0.5371901,0.53305787,0.5289256,0.53305787,0.5247934,0.49586776,0.4752066,0.46280992,0.47933885,0.48347107,0.47107437,0.46280992,0.45454547,0.45041323,0.45867768,0.46280992,0.48347107,0.49586776,0.5082645,0.5206612,0.5413223,0.57024795,0.59090906,0.6322314,0.6818182,0.7355372,0.75619835,0.74380165,0.70247936,0.6487603,0.59917355,0.56198347,0.5123967,0.46280992,0.446281,0.43801653,0.42975205,0.4090909,0.3966942,0.41322315,0.4338843,0.42561984,0.41322315,0.4214876,0.41735536,0.4338843,0.45041323,0.4752066,0.48347107,0.5041322,0.5206612,0.5123967,0.45454547,0.40495867,0.4090909,0.2603306,0.06198347,0.6570248,0.6198347,0.57438016,0.553719,0.55785125,0.5661157,0.55785125,0.54545456,0.553719,0.5371901,0.49173555,0.46280992,0.4214876,0.41322315,0.40495867,0.40495867,0.40082645,0.4090909,0.38016528,0.38842976,0.39256197,0.40495867,0.42975205,0.48347107,0.5206612,0.5371901,0.54545456,0.5661157,0.57024795,0.5785124,0.6363636,0.70247936,0.74793386,0.77272725,0.76859504,0.73966944,0.6818182,0.61157024,0.56198347,0.5041322,0.46694216,0.45867768,0.4338843,0.3966942,0.38429752,0.3677686,0.38016528,0.4090909,0.40495867,0.40082645,0.3966942,0.38016528,0.37190083,0.36363637,0.3553719,0.40082645,0.45867768,0.48347107,0.48347107,0.45867768,0.42561984,0.42561984,0.2892562,0.0661157,0.661157,0.6363636,0.59090906,0.5661157,0.56198347,0.5661157,0.54545456,0.53305787,0.5165289,0.45041323,0.38842976,0.38842976,0.35123968,0.33471075,0.3140496,0.32231405,0.3677686,0.34710744,0.3305785,0.38429752,0.4338843,0.42561984,0.41735536,0.44214877,0.5,0.5371901,0.55785125,0.58677685,0.59090906,0.607438,0.6446281,0.70247936,0.75619835,0.7933884,0.8016529,0.78099173,0.73140496,0.6528926,0.5785124,0.5041322,0.45867768,0.4214876,0.40495867,0.3966942,0.37603307,0.3305785,0.3677686,0.40495867,0.32231405,0.25619835,0.28099173,0.3181818,0.338843,0.3429752,0.3140496,0.32231405,0.38429752,0.42975205,0.446281,0.45041323,0.44214877,0.42975205,0.30578512,0.11570248,0.6694215,0.6528926,0.6198347,0.58677685,0.56198347,0.5495868,0.5206612,0.48347107,0.4214876,0.36363637,0.3553719,0.35123968,0.3264463,0.2768595,0.24380165,0.29338843,0.47933885,0.4338843,0.338843,0.43801653,0.5371901,0.4752066,0.43801653,0.446281,0.49173555,0.5165289,0.5495868,0.57438016,0.607438,0.6322314,0.6652893,0.7231405,0.7768595,0.8140496,0.822314,0.8140496,0.76859504,0.6859504,0.56198347,0.48347107,0.44214877,0.4338843,0.446281,0.46694216,0.41322315,0.30991736,0.3966942,0.5371901,0.45041323,0.30165288,0.3429752,0.41322315,0.35950413,0.2892562,0.2768595,0.29338843,0.34710744,0.4090909,0.43801653,0.446281,0.4338843,0.45454547,0.3305785,0.17768595,0.6570248,0.6446281,0.62396693,0.59504133,0.57024795,0.54545456,0.5082645,0.46280992,0.4214876,0.36363637,0.30991736,0.338843,0.38429752,0.338843,0.29752067,0.33471075,0.446281,0.41322315,0.3677686,0.5206612,0.6694215,0.61570245,0.5165289,0.4876033,0.5247934,0.55785125,0.56198347,0.55785125,0.59504133,0.6322314,0.677686,0.73966944,0.78512394,0.8305785,0.8347107,0.8305785,0.8016529,0.7107438,0.57024795,0.4752066,0.47933885,0.5,0.48347107,0.59504133,0.5371901,0.37603307,0.3966942,0.41322315,0.35950413,0.29752067,0.40495867,0.5413223,0.47933885,0.3264463,0.25619835,0.27272728,0.3429752,0.40495867,0.44214877,0.446281,0.43801653,0.4752066,0.36363637,0.22727273,0.6652893,0.6528926,0.6280992,0.59504133,0.56198347,0.5247934,0.5,0.4752066,0.41322315,0.34710744,0.3264463,0.40082645,0.49173555,0.47107437,0.38842976,0.338843,0.3264463,0.37190083,0.47107437,0.6735537,0.7892562,0.7355372,0.6570248,0.59504133,0.57024795,0.6198347,0.6198347,0.58264464,0.59917355,0.6446281,0.69008267,0.74793386,0.78512394,0.8305785,0.838843,0.8347107,0.8140496,0.74380165,0.58677685,0.49173555,0.54545456,0.56198347,0.5165289,0.661157,0.6487603,0.45041323,0.42975205,0.38842976,0.36363637,0.33471075,0.49586776,0.6198347,0.56198347,0.41735536,0.32231405,0.2768595,0.3264463,0.40082645,0.43801653,0.446281,0.45454547,0.49586776,0.41322315,0.24793388,0.70247936,0.6859504,0.661157,0.61157024,0.5661157,0.5371901,0.5082645,0.48347107,0.45867768,0.41735536,0.41322315,0.48347107,0.5661157,0.5785124,0.5,0.42975205,0.4214876,0.46280992,0.58677685,0.71487606,0.74380165,0.6859504,0.6528926,0.6363636,0.61157024,0.6528926,0.661157,0.6198347,0.62396693,0.661157,0.7107438,0.75619835,0.78512394,0.822314,0.8347107,0.8347107,0.8181818,0.75619835,0.6404959,0.5206612,0.5785124,0.60330576,0.57024795,0.6198347,0.6404959,0.5413223,0.5371901,0.4876033,0.4214876,0.46694216,0.58264464,0.607438,0.5661157,0.4876033,0.4090909,0.338843,0.3429752,0.3966942,0.42975205,0.46694216,0.49586776,0.5247934,0.47107437,0.26859504,0.74380165,0.73140496,0.7066116,0.6528926,0.6198347,0.59917355,0.59504133,0.59090906,0.57024795,0.53305787,0.5165289,0.5413223,0.58677685,0.61570245,0.607438,0.58264464,0.59504133,0.6198347,0.6363636,0.6694215,0.677686,0.6363636,0.61570245,0.6363636,0.661157,0.6818182,0.6694215,0.6487603,0.6570248,0.69008267,0.73140496,0.7644628,0.7892562,0.8140496,0.8305785,0.8305785,0.8181818,0.77272725,0.677686,0.55785125,0.58264464,0.62396693,0.61570245,0.59917355,0.58677685,0.58264464,0.6198347,0.57438016,0.5495868,0.5123967,0.5082645,0.5165289,0.5247934,0.5082645,0.45867768,0.41322315,0.42561984,0.42561984,0.43801653,0.5082645,0.5165289,0.56198347,0.5123967,0.29338843,0.76859504,0.77272725,0.74380165,0.70247936,0.70247936,0.71487606,0.7231405,0.72727275,0.7066116,0.6694215,0.6280992,0.6198347,0.62396693,0.6280992,0.62396693,0.61157024,0.607438,0.61570245,0.62396693,0.6363636,0.6322314,0.61570245,0.6322314,0.6694215,0.6942149,0.69008267,0.677686,0.6818182,0.70247936,0.73140496,0.75206614,0.76859504,0.78512394,0.8016529,0.822314,0.8305785,0.8264463,0.79752064,0.71487606,0.6198347,0.58264464,0.60330576,0.607438,0.60330576,0.5785124,0.5495868,0.553719,0.54545456,0.5495868,0.5413223,0.5661157,0.553719,0.553719,0.5413223,0.5165289,0.49173555,0.5041322,0.5041322,0.49586776,0.53305787,0.5661157,0.56198347,0.5371901,0.3429752,0.78099173,0.7892562,0.7768595,0.76033056,0.76859504,0.7892562,0.79752064,0.7933884,0.78099173,0.75619835,0.73140496,0.71487606,0.7066116,0.70247936,0.6859504,0.677686,0.6652893,0.6570248,0.6404959,0.6446281,0.6363636,0.6528926,0.677686,0.6983471,0.7107438,0.70247936,0.7066116,0.72727275,0.74380165,0.75619835,0.7644628,0.77272725,0.78099173,0.7933884,0.8140496,0.8264463,0.8264463,0.8016529,0.7355372,0.6528926,0.61157024,0.61157024,0.61570245,0.62396693,0.61570245,0.59504133,0.57024795,0.553719,0.55785125,0.5785124,0.5785124,0.58677685,0.58677685,0.5785124,0.57438016,0.553719,0.55785125,0.56198347,0.56198347,0.56198347,0.59504133,0.58677685,0.5289256,0.38016528,0.7892562,0.79752064,0.79752064,0.79752064,0.8016529,0.8140496,0.822314,0.8181818,0.8016529,0.7933884,0.7933884,0.78099173,0.7644628,0.75619835,0.73966944,0.71900827,0.6983471,0.6983471,0.70247936,0.7231405,0.7107438,0.7231405,0.73966944,0.74793386,0.74793386,0.73966944,0.75206614,0.76033056,0.76033056,0.7644628,0.7768595,0.7768595,0.7768595,0.7892562,0.8016529,0.8140496,0.8181818,0.79752064,0.74793386,0.6735537,0.62396693,0.61570245,0.6322314,0.6528926,0.661157,0.6570248,0.6446281,0.6322314,0.6198347,0.61157024,0.61157024,0.61157024,0.6198347,0.62396693,0.6198347,0.60330576,0.59917355,0.59504133,0.607438,0.607438,0.59504133,0.57438016,0.5206612,0.40495867,0.7768595,0.79752064,0.8016529,0.8057851,0.8140496,0.822314,0.822314,0.822314,0.8140496,0.80991733,0.80991733,0.8016529,0.7933884,0.7933884,0.7768595,0.7768595,0.7768595,0.78099173,0.77272725,0.77272725,0.7644628,0.7768595,0.78099173,0.78512394,0.78099173,0.7768595,0.77272725,0.76859504,0.76859504,0.7644628,0.77272725,0.76859504,0.76859504,0.78099173,0.79752064,0.80991733,0.80991733,0.79752064,0.76033056,0.70247936,0.6404959,0.6198347,0.6446281,0.677686,0.69008267,0.6859504,0.6735537,0.6735537,0.6818182,0.6818182,0.6694215,0.6694215,0.6652893,0.6652893,0.661157,0.6487603,0.6280992,0.6280992,0.6404959,0.6363636,0.61157024,0.5785124,0.5082645,0.41322315,0.7644628,0.78512394,0.79752064,0.80991733,0.8181818,0.8305785,0.8264463,0.8305785,0.822314,0.8264463,0.822314,0.8181818,0.8140496,0.8140496,0.8057851,0.8057851,0.80991733,0.80991733,0.79752064,0.7933884,0.79752064,0.80991733,0.80991733,0.8016529,0.8016529,0.7892562,0.77272725,0.76859504,0.76033056,0.76033056,0.76033056,0.76033056,0.76033056,0.7768595,0.7933884,0.80991733,0.8181818,0.8057851,0.7892562,0.74380165,0.6694215,0.6198347,0.6363636,0.6818182,0.7066116,0.71487606,0.7066116,0.6983471,0.6983471,0.69008267,0.69008267,0.6942149,0.6942149,0.69008267,0.6859504,0.677686,0.6694215,0.661157,0.661157,0.6528926,0.61570245,0.5661157,0.5082645,0.41735536,0.75206614,0.77272725,0.78512394,0.79752064,0.8181818,0.8264463,0.8347107,0.8305785,0.8305785,0.8305785,0.8347107,0.8305785,0.8264463,0.8305785,0.822314,0.822314,0.8305785,0.822314,0.8264463,0.80991733,0.8181818,0.822314,0.8181818,0.8140496,0.80991733,0.7892562,0.77272725,0.7644628,0.75206614,0.75206614,0.74793386,0.75206614,0.75619835,0.77272725,0.7892562,0.8057851,0.8181818,0.8140496,0.8016529,0.77272725,0.7107438,0.6363636,0.6280992,0.6735537,0.71487606,0.7355372,0.74380165,0.73966944,0.73966944,0.73140496,0.71900827,0.71900827,0.71900827,0.71900827,0.71487606,0.7107438,0.71487606,0.7107438,0.6942149,0.661157,0.6198347,0.56198347,0.49173555,0.4090909,0.73140496,0.75206614,0.76859504,0.78512394,0.80991733,0.8181818,0.822314,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.8305785,0.8347107,0.8305785,0.8264463,0.8305785,0.8305785,0.8264463,0.8305785,0.8264463,0.8264463,0.8264463,0.822314,0.80991733,0.7933884,0.76033056,0.76033056,0.75619835,0.74793386,0.74380165,0.7355372,0.74380165,0.77272725,0.78512394,0.7933884,0.80991733,0.80991733,0.79752064,0.78512394,0.74380165,0.6818182,0.6280992,0.6570248,0.7231405,0.75206614,0.76033056,0.76033056,0.7644628,0.76033056,0.75206614,0.74793386,0.73966944,0.73966944,0.7355372,0.7355372,0.74380165,0.74380165,0.71487606,0.6652893,0.61157024,0.553719,0.4876033,0.40495867,0.7066116,0.72727275,0.74793386,0.77272725,0.7933884,0.8057851,0.8181818,0.8347107,0.8347107,0.8347107,0.8264463,0.8264463,0.8305785,0.8305785,0.8347107,0.8305785,0.8264463,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.8181818,0.8140496,0.79752064,0.7768595,0.7768595,0.76033056,0.73966944,0.7231405,0.71900827,0.72727275,0.75619835,0.77272725,0.78099173,0.8016529,0.79752064,0.7933884,0.78512394,0.7644628,0.71487606,0.6404959,0.6446281,0.71487606,0.75619835,0.76859504,0.77272725,0.76859504,0.77272725,0.7768595,0.7644628,0.74380165,0.74380165,0.74380165,0.74793386,0.74793386,0.74380165,0.7231405,0.6818182,0.6280992,0.55785125,0.48347107,0.3966942,0.6942149,0.7107438,0.72727275,0.75206614,0.7768595,0.7933884,0.80991733,0.8264463,0.8305785,0.8305785,0.8264463,0.822314,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8347107,0.8347107,0.8305785,0.8264463,0.822314,0.8181818,0.8140496,0.79752064,0.78099173,0.7644628,0.74380165,0.71900827,0.70247936,0.6983471,0.7066116,0.7355372,0.76033056,0.78512394,0.7933884,0.78512394,0.76859504,0.7892562,0.76859504,0.7355372,0.6735537,0.6280992,0.6859504,0.74793386,0.77272725,0.77272725,0.78099173,0.77272725,0.78099173,0.77272725,0.75206614,0.74380165,0.74793386,0.74380165,0.73966944,0.73140496,0.7066116,0.6818182,0.6280992,0.5495868,0.48347107,0.38842976,0.6818182,0.70247936,0.71900827,0.74380165,0.75206614,0.7644628,0.7892562,0.8016529,0.80991733,0.822314,0.822314,0.822314,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.8305785,0.8305785,0.8264463,0.8264463,0.822314,0.8181818,0.80991733,0.7933884,0.7768595,0.74793386,0.71487606,0.7066116,0.6983471,0.6818182,0.69008267,0.71487606,0.74793386,0.78099173,0.7892562,0.78512394,0.7768595,0.77272725,0.76859504,0.74380165,0.7066116,0.6404959,0.661157,0.72727275,0.75206614,0.76859504,0.77272725,0.77272725,0.78512394,0.76859504,0.76033056,0.74380165,0.74380165,0.73966944,0.73140496,0.71487606,0.677686,0.6528926,0.61570245,0.54545456,0.47933885,0.37603307,0.6694215,0.6942149,0.7107438,0.7355372,0.74793386,0.75206614,0.7644628,0.7892562,0.79752064,0.80991733,0.8181818,0.822314,0.8264463,0.8264463,0.822314,0.8264463,0.8305785,0.8264463,0.8305785,0.8305785,0.8264463,0.822314,0.8140496,0.80991733,0.8016529,0.78512394,0.75619835,0.71900827,0.6942149,0.69008267,0.6859504,0.6652893,0.6735537,0.7107438,0.75206614,0.7892562,0.8140496,0.822314,0.8057851,0.78512394,0.77272725,0.76033056,0.7355372,0.677686,0.6570248,0.6942149,0.74793386,0.76859504,0.78099173,0.78512394,0.7768595,0.76033056,0.7644628,0.74380165,0.74380165,0.74380165,0.7355372,0.7066116,0.6735537,0.6363636,0.607438,0.5371901,0.47107437,0.3677686,0.6652893,0.6859504,0.6983471,0.71900827,0.73140496,0.75206614,0.76033056,0.7768595,0.7892562,0.8057851,0.8140496,0.8181818,0.8264463,0.8264463,0.822314,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.822314,0.8181818,0.80991733,0.8057851,0.7933884,0.76859504,0.73140496,0.6859504,0.677686,0.6859504,0.6735537,0.6570248,0.6735537,0.71487606,0.74380165,0.7768595,0.8057851,0.8181818,0.8181818,0.8016529,0.7892562,0.78099173,0.75206614,0.6859504,0.6322314,0.6487603,0.7231405,0.7644628,0.7768595,0.78512394,0.7768595,0.76859504,0.7644628,0.75206614,0.75206614,0.73966944,0.73140496,0.7107438,0.677686,0.6446281,0.60330576,0.53305787,0.45867768,0.35950413,0.6735537,0.677686,0.6983471,0.7066116,0.7231405,0.73966944,0.75206614,0.7644628,0.7892562,0.8057851,0.8140496,0.8140496,0.8264463,0.822314,0.822314,0.8305785,0.8347107,0.8347107,0.8347107,0.8264463,0.8181818,0.8140496,0.80991733,0.8016529,0.77272725,0.7231405,0.69008267,0.677686,0.6859504,0.6859504,0.6694215,0.661157,0.6735537,0.6942149,0.70247936,0.71900827,0.74793386,0.77272725,0.78099173,0.78099173,0.7768595,0.7644628,0.7231405,0.6363636,0.5661157,0.59090906,0.69008267,0.75206614,0.77272725,0.78099173,0.7768595,0.76859504,0.7644628,0.75206614,0.74793386,0.73140496,0.7231405,0.6983471,0.6570248,0.6280992,0.60330576,0.5123967,0.45454547,0.35123968,0.6694215,0.677686,0.6942149,0.71487606,0.71900827,0.7355372,0.75619835,0.7644628,0.78512394,0.79752064,0.80991733,0.8057851,0.822314,0.8140496,0.822314,0.8264463,0.8264463,0.8264463,0.8264463,0.822314,0.8140496,0.8057851,0.79752064,0.7892562,0.74793386,0.69008267,0.6735537,0.6859504,0.6818182,0.677686,0.6694215,0.661157,0.6487603,0.6322314,0.6198347,0.61570245,0.6446281,0.677686,0.70247936,0.71487606,0.71487606,0.69008267,0.6322314,0.5371901,0.48347107,0.5413223,0.661157,0.75206614,0.77272725,0.76859504,0.7644628,0.7644628,0.7644628,0.74793386,0.7355372,0.7355372,0.7231405,0.6942149,0.6570248,0.6280992,0.58264464,0.5123967,0.446281,0.35950413,0.661157,0.6735537,0.6818182,0.6983471,0.7231405,0.73966944,0.75206614,0.7644628,0.7644628,0.78099173,0.7933884,0.8057851,0.80991733,0.8057851,0.8181818,0.822314,0.822314,0.8181818,0.8264463,0.8140496,0.8057851,0.7933884,0.78099173,0.76859504,0.7231405,0.6652893,0.6487603,0.661157,0.6694215,0.6735537,0.6694215,0.6446281,0.61157024,0.5785124,0.553719,0.553719,0.57438016,0.58677685,0.59917355,0.607438,0.61157024,0.5785124,0.5206612,0.45454547,0.42975205,0.49173555,0.61570245,0.73140496,0.76859504,0.75619835,0.7644628,0.76859504,0.7644628,0.74793386,0.7355372,0.7231405,0.7066116,0.6818182,0.6446281,0.61157024,0.5661157,0.5082645,0.43801653,0.3677686,0.6487603,0.6570248,0.6652893,0.6735537,0.70247936,0.71487606,0.7355372,0.74793386,0.75619835,0.7644628,0.78099173,0.7933884,0.79752064,0.8016529,0.80991733,0.8057851,0.8057851,0.80991733,0.80991733,0.79752064,0.78512394,0.7768595,0.76859504,0.75619835,0.71487606,0.6363636,0.607438,0.607438,0.62396693,0.6322314,0.61157024,0.5413223,0.46280992,0.42975205,0.44214877,0.4752066,0.5206612,0.5289256,0.5165289,0.5082645,0.5,0.48347107,0.41735536,0.3677686,0.39256197,0.47107437,0.58677685,0.71487606,0.76033056,0.74793386,0.75206614,0.76033056,0.75619835,0.74793386,0.72727275,0.7066116,0.69008267,0.661157,0.6280992,0.59504133,0.55785125,0.5,0.43801653,0.37190083,0.6363636,0.6446281,0.661157,0.6735537,0.6818182,0.70247936,0.7231405,0.73140496,0.73966944,0.74793386,0.7644628,0.7768595,0.78512394,0.7933884,0.7933884,0.7933884,0.7892562,0.79752064,0.79752064,0.78099173,0.77272725,0.77272725,0.76859504,0.76033056,0.73140496,0.6487603,0.5661157,0.5371901,0.5495868,0.5371901,0.47107437,0.3553719,0.24793388,0.23553719,0.2603306,0.3140496,0.38842976,0.45867768,0.46280992,0.446281,0.4214876,0.37603307,0.30165288,0.30165288,0.3677686,0.45454547,0.58264464,0.7066116,0.74793386,0.73966944,0.74380165,0.74380165,0.74380165,0.7355372,0.71487606,0.6735537,0.6487603,0.6363636,0.607438,0.58264464,0.5413223,0.49173555,0.4338843,0.37190083,0.6322314,0.6322314,0.6528926,0.6694215,0.677686,0.6942149,0.70247936,0.71487606,0.72727275,0.7355372,0.74793386,0.75619835,0.76859504,0.76859504,0.7644628,0.76859504,0.7644628,0.77272725,0.7768595,0.7644628,0.76859504,0.7768595,0.77272725,0.7644628,0.73966944,0.6694215,0.553719,0.48347107,0.4876033,0.47933885,0.446281,0.37603307,0.32231405,0.3305785,0.35123968,0.30578512,0.33471075,0.38842976,0.3966942,0.3966942,0.35123968,0.32231405,0.30991736,0.3429752,0.38016528,0.45041323,0.59090906,0.70247936,0.73966944,0.73140496,0.73966944,0.73966944,0.73966944,0.72727275,0.6983471,0.6652893,0.6363636,0.6198347,0.59917355,0.56198347,0.5206612,0.48347107,0.42975205,0.37190083,0.6322314,0.6280992,0.6280992,0.6570248,0.6570248,0.661157,0.677686,0.6859504,0.70247936,0.71900827,0.73140496,0.7355372,0.74380165,0.74793386,0.75206614,0.75206614,0.75619835,0.75619835,0.75206614,0.75619835,0.76859504,0.7768595,0.7768595,0.78512394,0.7768595,0.73140496,0.6198347,0.49586776,0.43801653,0.46280992,0.49173555,0.5206612,0.5289256,0.5371901,0.5123967,0.45454547,0.4214876,0.39256197,0.3677686,0.37190083,0.3429752,0.37190083,0.4090909,0.41735536,0.41322315,0.4752066,0.61157024,0.7107438,0.72727275,0.72727275,0.73140496,0.73140496,0.72727275,0.71487606,0.677686,0.6528926,0.61570245,0.59090906,0.57024795,0.5495868,0.5082645,0.48347107,0.4338843,0.3677686,0.6198347,0.6198347,0.61570245,0.6322314,0.6363636,0.6487603,0.6652893,0.6694215,0.6818182,0.6983471,0.7066116,0.7107438,0.71487606,0.7231405,0.7355372,0.74793386,0.74793386,0.74793386,0.74793386,0.75619835,0.7768595,0.78099173,0.78099173,0.78512394,0.7892562,0.7933884,0.74793386,0.6363636,0.5247934,0.5,0.5,0.5165289,0.5206612,0.5371901,0.5413223,0.5371901,0.5247934,0.46694216,0.43801653,0.42975205,0.42975205,0.43801653,0.45454547,0.46694216,0.5165289,0.5785124,0.6198347,0.6694215,0.6942149,0.7107438,0.72727275,0.71487606,0.7107438,0.7066116,0.6694215,0.6446281,0.59504133,0.5661157,0.54545456,0.5247934,0.49173555,0.4752066,0.42561984,0.3677686,0.61157024,0.61570245,0.61157024,0.61570245,0.6280992,0.6322314,0.6404959,0.6446281,0.6570248,0.677686,0.6942149,0.70247936,0.6983471,0.7066116,0.72727275,0.73966944,0.74380165,0.73966944,0.74793386,0.7644628,0.77272725,0.7768595,0.77272725,0.7768595,0.7768595,0.78099173,0.77272725,0.7355372,0.677686,0.6280992,0.59090906,0.57024795,0.553719,0.55785125,0.57024795,0.5661157,0.54545456,0.5206612,0.49586776,0.49173555,0.5,0.5,0.5247934,0.5661157,0.59917355,0.59504133,0.59504133,0.6198347,0.6528926,0.69008267,0.71487606,0.70247936,0.70247936,0.6859504,0.6487603,0.62396693,0.59917355,0.56198347,0.5371901,0.5206612,0.4876033,0.46280992,0.4214876,0.3677686,0.61570245,0.607438,0.607438,0.59917355,0.61157024,0.61570245,0.62396693,0.62396693,0.6322314,0.661157,0.6818182,0.6983471,0.6942149,0.6818182,0.69008267,0.70247936,0.71900827,0.73140496,0.74793386,0.75619835,0.75619835,0.75206614,0.75206614,0.75619835,0.75619835,0.74380165,0.73140496,0.7231405,0.71487606,0.7107438,0.6942149,0.6694215,0.6363636,0.6198347,0.61157024,0.58677685,0.55785125,0.53305787,0.5247934,0.53305787,0.5371901,0.5413223,0.55785125,0.57438016,0.58677685,0.58677685,0.58677685,0.58677685,0.62396693,0.6528926,0.677686,0.6859504,0.6818182,0.6694215,0.6363636,0.607438,0.59090906,0.54545456,0.53305787,0.5289256,0.48347107,0.45041323,0.4214876,0.3553719,0.61157024,0.59090906,0.58677685,0.59917355,0.61570245,0.61157024,0.6280992,0.61570245,0.6280992,0.6363636,0.6570248,0.6735537,0.6735537,0.661157,0.6404959,0.6652893,0.70247936,0.71900827,0.72727275,0.7355372,0.7231405,0.7107438,0.7231405,0.7355372,0.73140496,0.71900827,0.7066116,0.6942149,0.6942149,0.7066116,0.71487606,0.7066116,0.6859504,0.6735537,0.6528926,0.61157024,0.56198347,0.5413223,0.553719,0.5661157,0.5661157,0.55785125,0.55785125,0.5661157,0.5661157,0.553719,0.55785125,0.5661157,0.58677685,0.60330576,0.6322314,0.6487603,0.6570248,0.6528926,0.6198347,0.59090906,0.55785125,0.5413223,0.5206612,0.5165289,0.47933885,0.44214877,0.40082645,0.37190083,0.59917355,0.5785124,0.57438016,0.5785124,0.59090906,0.60330576,0.61157024,0.59917355,0.61157024,0.6198347,0.6322314,0.6446281,0.6528926,0.6446281,0.6487603,0.6528926,0.6694215,0.6735537,0.6818182,0.6859504,0.6735537,0.6652893,0.6694215,0.6818182,0.6818182,0.6859504,0.6942149,0.6818182,0.6859504,0.6942149,0.6983471,0.6983471,0.6942149,0.677686,0.6487603,0.60330576,0.5661157,0.56198347,0.57438016,0.58264464,0.5785124,0.5661157,0.5661157,0.55785125,0.5413223,0.5371901,0.53305787,0.5413223,0.553719,0.57438016,0.59917355,0.61570245,0.62396693,0.6198347,0.59090906,0.56198347,0.5413223,0.5247934,0.5041322,0.5,0.47107437,0.4338843,0.3966942,0.3677686,0.58677685,0.5785124,0.553719,0.553719,0.5785124,0.59504133,0.59504133,0.59504133,0.59917355,0.60330576,0.60330576,0.62396693,0.607438,0.60330576,0.607438,0.6198347,0.6198347,0.61157024,0.607438,0.61157024,0.59917355,0.60330576,0.607438,0.6363636,0.6446281,0.6570248,0.6570248,0.6487603,0.6487603,0.661157,0.6652893,0.6735537,0.6735537,0.6652893,0.6322314,0.60330576,0.58264464,0.59090906,0.59917355,0.59504133,0.59090906,0.58264464,0.5661157,0.5495868,0.5371901,0.5247934,0.5165289,0.5082645,0.5123967,0.5371901,0.553719,0.57438016,0.58677685,0.58264464,0.57024795,0.553719,0.53305787,0.5165289,0.49586776,0.49173555,0.45454547,0.4214876,0.38016528,0.37190083,0.58264464,0.5785124,0.5661157,0.55785125,0.55785125,0.5785124,0.58264464,0.59504133,0.59090906,0.58677685,0.5785124,0.58677685,0.57438016,0.55785125,0.553719,0.56198347,0.55785125,0.5495868,0.53305787,0.5247934,0.5165289,0.53305787,0.54545456,0.58677685,0.607438,0.607438,0.61157024,0.6280992,0.6322314,0.6363636,0.6363636,0.6487603,0.6528926,0.6570248,0.6528926,0.6570248,0.6528926,0.661157,0.6570248,0.6322314,0.61157024,0.59090906,0.56198347,0.54545456,0.5247934,0.5041322,0.4876033,0.46694216,0.46280992,0.47107437,0.5,0.5289256,0.54545456,0.5495868,0.5371901,0.5165289,0.5,0.49173555,0.47933885,0.47107437,0.446281,0.4090909,0.37603307,0.37190083,0.5785124,0.59090906,0.58677685,0.57438016,0.57438016,0.58264464,0.58264464,0.58264464,0.58264464,0.57438016,0.5661157,0.56198347,0.5413223,0.5123967,0.5123967,0.49586776,0.49173555,0.47933885,0.45867768,0.43801653,0.446281,0.45041323,0.47107437,0.5082645,0.5289256,0.5495868,0.58264464,0.59504133,0.6198347,0.62396693,0.6322314,0.6528926,0.661157,0.6735537,0.6942149,0.7231405,0.72727275,0.7355372,0.71900827,0.677686,0.6280992,0.58677685,0.553719,0.5371901,0.5165289,0.4876033,0.46280992,0.41735536,0.38429752,0.3966942,0.45041323,0.49173555,0.5123967,0.5165289,0.49586776,0.48347107,0.4752066,0.47933885,0.47933885,0.45867768,0.42561984,0.38842976,0.37190083,0.38016528,0.5661157,0.58264464,0.59090906,0.58677685,0.58264464,0.58264464,0.5785124,0.57024795,0.5661157,0.57024795,0.57024795,0.55785125,0.5123967,0.47933885,0.45041323,0.45041323,0.4338843,0.40495867,0.37603307,0.35123968,0.35950413,0.37603307,0.40495867,0.4214876,0.45867768,0.49173555,0.5371901,0.54545456,0.58264464,0.59917355,0.6280992,0.6446281,0.6818182,0.6818182,0.70247936,0.7066116,0.7355372,0.74793386,0.7231405,0.6528926,0.57438016,0.5495868,0.5206612,0.5082645,0.4752066,0.45041323,0.40495867,0.338843,0.30165288,0.3553719,0.4090909,0.45867768,0.48347107,0.4876033,0.45867768,0.46280992,0.47107437,0.4752066,0.4752066,0.446281,0.40495867,0.37190083,0.37190083,0.38016528,0.5495868,0.56198347,0.57438016,0.58677685,0.58677685,0.58264464,0.5785124,0.57438016,0.5661157,0.5661157,0.5661157,0.553719,0.5123967,0.47933885,0.46694216,0.46280992,0.44214877,0.41322315,0.38429752,0.35950413,0.35123968,0.3429752,0.3429752,0.3553719,0.37190083,0.39256197,0.42561984,0.4338843,0.47107437,0.49586776,0.53305787,0.54545456,0.55785125,0.553719,0.57438016,0.58677685,0.62396693,0.6404959,0.60330576,0.5206612,0.45041323,0.446281,0.41735536,0.40082645,0.338843,0.3140496,0.29338843,0.30165288,0.33471075,0.38429752,0.41322315,0.446281,0.46280992,0.45041323,0.45041323,0.47107437,0.4752066,0.46694216,0.45867768,0.42561984,0.38429752,0.35950413,0.3677686,0.38016528,0.5289256,0.54545456,0.56198347,0.57024795,0.5785124,0.57024795,0.57438016,0.58264464,0.57438016,0.5661157,0.57024795,0.56198347,0.5413223,0.5247934,0.5082645,0.5041322,0.49586776,0.4876033,0.4876033,0.49173555,0.47933885,0.45041323,0.4214876,0.38842976,0.38429752,0.38429752,0.39256197,0.3966942,0.4214876,0.41735536,0.42975205,0.42561984,0.41322315,0.38842976,0.3966942,0.41322315,0.446281,0.45454547,0.446281,0.40495867,0.38842976,0.38016528,0.35950413,0.37603307,0.338843,0.34710744,0.3966942,0.42975205,0.45867768,0.4752066,0.46694216,0.46694216,0.46694216,0.46280992,0.4876033,0.5123967,0.47933885,0.45867768,0.44214877,0.4090909,0.3553719,0.35123968,0.3677686,0.37603307,0.5165289,0.5371901,0.5495868,0.553719,0.55785125,0.56198347,0.57438016,0.58264464,0.5785124,0.57438016,0.5785124,0.58264464,0.58677685,0.5785124,0.56198347,0.553719,0.5413223,0.5495868,0.5785124,0.59090906,0.5785124,0.5661157,0.57024795,0.57438016,0.57024795,0.553719,0.5289256,0.5123967,0.5165289,0.5082645,0.5123967,0.5247934,0.5165289,0.5,0.46694216,0.45454547,0.45041323,0.46280992,0.46694216,0.446281,0.45041323,0.45867768,0.44214877,0.42975205,0.40495867,0.44214877,0.47107437,0.5123967,0.55785125,0.5661157,0.5371901,0.5165289,0.5082645,0.5165289,0.5371901,0.5206612,0.4752066,0.45454547,0.4214876,0.37190083,0.34710744,0.35950413,0.37190083,0.3677686,0.49586776,0.5206612,0.5371901,0.5413223,0.5495868,0.56198347,0.5661157,0.5661157,0.57024795,0.58264464,0.58264464,0.59917355,0.6198347,0.6198347,0.60330576,0.59504133,0.58264464,0.59504133,0.61570245,0.62396693,0.6198347,0.61570245,0.6322314,0.6487603,0.6528926,0.6446281,0.6363636,0.6280992,0.6198347,0.61157024,0.61157024,0.6322314,0.6322314,0.6363636,0.6280992,0.59504133,0.57024795,0.553719,0.5413223,0.5247934,0.5082645,0.49173555,0.46694216,0.46280992,0.47107437,0.4752066,0.48347107,0.5289256,0.60330576,0.61570245,0.59917355,0.553719,0.5413223,0.5413223,0.553719,0.5041322,0.44214877,0.43801653,0.39256197,0.338843,0.3553719,0.36363637,0.37190083,0.37603307,0.47107437,0.5,0.5082645,0.53305787,0.5495868,0.56198347,0.55785125,0.55785125,0.5661157,0.5661157,0.57438016,0.58677685,0.59504133,0.60330576,0.60330576,0.607438,0.61570245,0.6404959,0.6528926,0.661157,0.661157,0.6652893,0.661157,0.661157,0.6652893,0.6652893,0.6652893,0.661157,0.6487603,0.6404959,0.6363636,0.6322314,0.6198347,0.607438,0.59504133,0.58677685,0.5785124,0.57438016,0.55785125,0.54545456,0.5289256,0.5289256,0.5206612,0.5123967,0.49173555,0.48347107,0.49173555,0.54545456,0.60330576,0.62396693,0.60330576,0.55785125,0.5495868,0.53305787,0.5289256,0.48347107,0.42561984,0.41735536,0.35950413,0.3264463,0.35950413,0.35950413,0.38016528,0.37190083,0.45867768,0.47107437,0.48347107,0.5165289,0.53305787,0.5495868,0.553719,0.55785125,0.5661157,0.553719,0.5661157,0.5661157,0.59090906,0.607438,0.607438,0.61157024,0.6363636,0.6570248,0.6652893,0.677686,0.6859504,0.6859504,0.6735537,0.6570248,0.6404959,0.6404959,0.6363636,0.6404959,0.6322314,0.6198347,0.61570245,0.59504133,0.5661157,0.54545456,0.54545456,0.5495868,0.5495868,0.5413223,0.5371901,0.5413223,0.5413223,0.5413223,0.5247934,0.5082645,0.48347107,0.49586776,0.5165289,0.5495868,0.58677685,0.59917355,0.57438016,0.553719,0.5371901,0.5165289,0.4876033,0.45867768,0.41735536,0.39256197,0.3429752,0.338843,0.3677686,0.3677686,0.38016528,0.38429752,0.42561984,0.43801653,0.45454547,0.49173555,0.5123967,0.5247934,0.5371901,0.54545456,0.5495868,0.5495868,0.54545456,0.5495868,0.54545456,0.57438016,0.59917355,0.60330576,0.62396693,0.6363636,0.6446281,0.6528926,0.6652893,0.6694215,0.6570248,0.6322314,0.61157024,0.607438,0.60330576,0.60330576,0.59090906,0.57024795,0.56198347,0.5495868,0.5371901,0.53305787,0.53305787,0.53305787,0.5247934,0.5123967,0.5041322,0.5041322,0.5123967,0.5082645,0.49586776,0.47933885,0.4752066,0.49586776,0.5206612,0.5371901,0.55785125,0.56198347,0.5413223,0.5289256,0.5123967,0.48347107,0.45041323,0.41735536,0.3966942,0.35950413,0.33471075,0.3553719,0.3677686,0.37190083,0.38016528,0.38016528,0.38016528,0.41735536,0.4338843,0.45454547,0.48347107,0.5082645,0.5123967,0.5206612,0.5206612,0.5165289,0.53305787,0.53305787,0.5495868,0.55785125,0.58677685,0.59504133,0.607438,0.60330576,0.61157024,0.61570245,0.6322314,0.6446281,0.6322314,0.61157024,0.58677685,0.59090906,0.57438016,0.57438016,0.55785125,0.54545456,0.5371901,0.5289256,0.5206612,0.5123967,0.49586776,0.47933885,0.4752066,0.4752066,0.47107437,0.46694216,0.46280992,0.45867768,0.46280992,0.46694216,0.47933885,0.49586776,0.5082645,0.5165289,0.5247934,0.5206612,0.5,0.49173555,0.4876033,0.46280992,0.4338843,0.3966942,0.3553719,0.3305785,0.338843,0.35950413,0.3677686,0.3677686,0.37190083,0.38016528,0.338843,0.38016528,0.41322315,0.44214877,0.45867768,0.4752066,0.49173555,0.49586776,0.49586776,0.49586776,0.5123967,0.5165289,0.5371901,0.5371901,0.5661157,0.5785124,0.59090906,0.58677685,0.58264464,0.60330576,0.607438,0.6198347,0.61157024,0.59090906,0.56198347,0.5661157,0.54545456,0.5413223,0.5247934,0.5289256,0.5206612,0.5123967,0.48347107,0.47107437,0.46280992,0.45454547,0.45867768,0.45867768,0.45454547,0.45041323,0.45041323,0.45454547,0.45867768,0.46694216,0.47933885,0.47933885,0.49586776,0.5082645,0.5041322,0.49586776,0.47933885,0.4752066,0.46694216,0.43801653,0.3966942,0.35950413,0.3305785,0.3181818,0.34710744,0.35950413,0.36363637,0.37190083,0.3677686,0.37190083,0.3140496,0.3305785,0.3677686,0.4090909,0.4338843,0.44214877,0.46280992,0.47107437,0.47933885,0.4876033,0.5,0.5,0.5123967,0.5247934,0.54545456,0.56198347,0.58264464,0.58677685,0.58264464,0.58264464,0.59090906,0.60330576,0.59504133,0.57024795,0.55785125,0.5413223,0.5289256,0.5247934,0.5123967,0.5206612,0.53305787,0.553719,0.56198347,0.6198347,0.61570245,0.59917355,0.57438016,0.5413223,0.5082645,0.47933885,0.47107437,0.46280992,0.45454547,0.45867768,0.46280992,0.46694216,0.48347107,0.5,0.4876033,0.47933885,0.46694216,0.46280992,0.4338843,0.38842976,0.36363637,0.3181818,0.3140496,0.3305785,0.3553719,0.36363637,0.35950413,0.3677686,0.3677686,0.37190083,0.30578512,0.30991736,0.3429752,0.38016528,0.3966942,0.41735536,0.4338843,0.44214877,0.45867768,0.4752066,0.4876033,0.49586776,0.5,0.5123967,0.5289256,0.55785125,0.57438016,0.58677685,0.59917355,0.59090906,0.59504133,0.59917355,0.58677685,0.57024795,0.553719,0.53305787,0.53305787,0.5413223,0.553719,0.5785124,0.607438,0.6446281,0.6859504,0.7107438,0.71487606,0.69008267,0.661157,0.60330576,0.55785125,0.5247934,0.49173555,0.46280992,0.45867768,0.46280992,0.47107437,0.4752066,0.4876033,0.5,0.48347107,0.4752066,0.46694216,0.45454547,0.4214876,0.38429752,0.32231405,0.29752067,0.3264463,0.34710744,0.3553719,0.35950413,0.35950413,0.35950413,0.36363637,0.37190083,0.2892562,0.2892562,0.32231405,0.3553719,0.3677686,0.38842976,0.41322315,0.42561984,0.43801653,0.45041323,0.46694216,0.47933885,0.49173555,0.5082645,0.5289256,0.553719,0.57024795,0.58264464,0.59090906,0.59090906,0.59504133,0.59504133,0.59917355,0.58264464,0.58677685,0.58264464,0.5785124,0.58264464,0.59504133,0.59917355,0.61157024,0.6322314,0.6446281,0.661157,0.6694215,0.6570248,0.6404959,0.59917355,0.55785125,0.5165289,0.49173555,0.47107437,0.47933885,0.49173555,0.49586776,0.5041322,0.5041322,0.5082645,0.4752066,0.46694216,0.45454547,0.4338843,0.38842976,0.3305785,0.29752067,0.2892562,0.3305785,0.35123968,0.35950413,0.35950413,0.35950413,0.35950413,0.37190083,0.37190083,0.30578512,0.28512397,0.29752067,0.32231405,0.3429752,0.35950413,0.38429752,0.40082645,0.4090909,0.4214876,0.43801653,0.45867768,0.46694216,0.48347107,0.5082645,0.5247934,0.5413223,0.55785125,0.57024795,0.58264464,0.59504133,0.59504133,0.60330576,0.61570245,0.6280992,0.6322314,0.6198347,0.6198347,0.6322314,0.6322314,0.62396693,0.62396693,0.61157024,0.607438,0.61570245,0.61570245,0.61157024,0.58677685,0.55785125,0.5247934,0.5082645,0.5,0.5206612,0.5289256,0.5165289,0.5206612,0.5123967,0.5,0.45454547,0.45454547,0.4214876,0.39256197,0.3305785,0.2892562,0.2768595,0.3140496,0.3429752,0.3429752,0.35123968,0.36363637,0.35950413,0.35950413,0.36363637,0.37190083,0.30578512,0.2892562,0.29338843,0.30165288,0.32231405,0.3264463,0.3553719,0.37190083,0.37603307,0.38429752,0.40495867,0.42975205,0.44214877,0.45454547,0.4752066,0.4876033,0.5,0.5165289,0.5371901,0.56198347,0.5785124,0.59504133,0.61157024,0.6280992,0.6363636,0.62396693,0.61570245,0.6198347,0.6322314,0.6404959,0.6280992,0.60330576,0.58677685,0.58677685,0.59090906,0.58677685,0.5785124,0.553719,0.53305787,0.5123967,0.5,0.5041322,0.5247934,0.5247934,0.5206612,0.5206612,0.5082645,0.47933885,0.43801653,0.4214876,0.38016528,0.3264463,0.2644628,0.27272728,0.30578512,0.3140496,0.3429752,0.3429752,0.34710744,0.36363637,0.35950413,0.37190083,0.35950413,0.37603307,0.3181818,0.30578512,0.28099173,0.29338843,0.30165288,0.30578512,0.3264463,0.3429752,0.34710744,0.3677686,0.37190083,0.38842976,0.3966942,0.41735536,0.44214877,0.45867768,0.4752066,0.4876033,0.5165289,0.5371901,0.57024795,0.58677685,0.59504133,0.61570245,0.6198347,0.61570245,0.60330576,0.59504133,0.60330576,0.61157024,0.59917355,0.5785124,0.5661157,0.56198347,0.55785125,0.54545456,0.53305787,0.5165289,0.5,0.4876033,0.4876033,0.5082645,0.5082645,0.5247934,0.5041322,0.5,0.4876033,0.446281,0.41322315,0.3677686,0.30991736,0.2520661,0.2644628,0.29338843,0.29752067,0.3305785,0.338843,0.35123968,0.34710744,0.35950413,0.36363637,0.35123968,0.36363637,0.3677686,0.2892562,0.3140496,0.2892562,0.29338843,0.28512397,0.29338843,0.30165288,0.32231405,0.32231405,0.34710744,0.338843,0.35950413,0.35950413,0.37190083,0.38429752,0.41322315,0.4338843,0.45041323,0.49173555,0.5247934,0.55785125,0.57438016,0.57438016,0.59090906,0.60330576,0.59917355,0.59090906,0.57438016,0.5661157,0.56198347,0.56198347,0.553719,0.5371901,0.5247934,0.5123967,0.4876033,0.47933885,0.4752066,0.47107437,0.46280992,0.47933885,0.5,0.5041322,0.49173555,0.4752066,0.46694216,0.446281,0.4090909,0.35950413,0.29338843,0.25619835,0.2603306,0.28512397,0.2892562,0.30578512,0.3429752,0.33471075,0.34710744,0.3429752,0.3553719,0.35950413,0.3677686,0.35950413,0.37603307,22 +0.45454547,0.21487603,0.10330579,0.16115703,0.49173555,0.6322314,0.6694215,0.7066116,0.7355372,0.75619835,0.76859504,0.7768595,0.79752064,0.8057851,0.8016529,0.8016529,0.8057851,0.80991733,0.822314,0.8429752,0.8429752,0.8429752,0.8471074,0.8429752,0.8305785,0.838843,0.838843,0.8347107,0.838843,0.8429752,0.8429752,0.8471074,0.8347107,0.8264463,0.838843,0.8471074,0.8471074,0.8429752,0.838843,0.8471074,0.8429752,0.838843,0.838843,0.838843,0.8429752,0.838843,0.8347107,0.8347107,0.838843,0.8347107,0.8305785,0.8305785,0.8264463,0.822314,0.822314,0.8181818,0.7933884,0.77272725,0.75619835,0.76033056,0.75206614,0.73966944,0.72727275,0.7066116,0.45867768,0.23553719,0.08264463,0.19421488,0.5165289,0.6446281,0.677686,0.7107438,0.73966944,0.76033056,0.7768595,0.7892562,0.79752064,0.80991733,0.8140496,0.8057851,0.8016529,0.8140496,0.822314,0.8347107,0.838843,0.838843,0.8429752,0.8347107,0.8347107,0.838843,0.838843,0.8347107,0.8347107,0.838843,0.838843,0.8347107,0.8264463,0.822314,0.8305785,0.8429752,0.8512397,0.8471074,0.8471074,0.8471074,0.838843,0.8429752,0.838843,0.838843,0.8347107,0.8305785,0.8347107,0.8305785,0.8347107,0.8347107,0.8305785,0.8305785,0.8264463,0.8264463,0.8140496,0.8057851,0.79752064,0.7768595,0.76033056,0.76033056,0.74380165,0.73966944,0.71900827,0.7066116,0.46280992,0.26859504,0.08264463,0.23553719,0.5413223,0.6404959,0.6859504,0.71900827,0.74380165,0.7644628,0.78099173,0.79752064,0.8016529,0.80991733,0.8140496,0.80991733,0.80991733,0.822314,0.8264463,0.8305785,0.8264463,0.8305785,0.8347107,0.8347107,0.8347107,0.838843,0.8347107,0.8305785,0.8264463,0.8264463,0.8264463,0.8181818,0.8181818,0.8305785,0.8347107,0.8429752,0.8512397,0.8471074,0.8553719,0.8471074,0.8347107,0.8471074,0.838843,0.8347107,0.838843,0.8347107,0.8305785,0.8347107,0.8347107,0.8305785,0.8305785,0.8347107,0.8305785,0.8264463,0.8140496,0.8016529,0.7933884,0.77272725,0.75619835,0.75619835,0.73966944,0.73140496,0.73966944,0.7107438,0.46694216,0.2892562,0.09504132,0.29752067,0.5495868,0.6363636,0.6942149,0.7231405,0.74793386,0.7644628,0.78099173,0.79752064,0.8016529,0.8016529,0.8016529,0.8057851,0.80991733,0.8181818,0.822314,0.8305785,0.8181818,0.8264463,0.8305785,0.8264463,0.8305785,0.8347107,0.8305785,0.8181818,0.8181818,0.8181818,0.8181818,0.8181818,0.8181818,0.8264463,0.838843,0.8471074,0.8429752,0.8471074,0.8512397,0.8471074,0.8471074,0.8512397,0.8429752,0.8471074,0.838843,0.8347107,0.8305785,0.8347107,0.8305785,0.8347107,0.8305785,0.8264463,0.8264463,0.8264463,0.8140496,0.8016529,0.7933884,0.77272725,0.75206614,0.75619835,0.74380165,0.72727275,0.74380165,0.71900827,0.46280992,0.3264463,0.06198347,0.32231405,0.5413223,0.6363636,0.6942149,0.72727275,0.74380165,0.76033056,0.78512394,0.79752064,0.8016529,0.8057851,0.8016529,0.8016529,0.8016529,0.80991733,0.8181818,0.822314,0.8181818,0.8181818,0.822314,0.822314,0.822314,0.8305785,0.8264463,0.80991733,0.8181818,0.8140496,0.80991733,0.8140496,0.8181818,0.822314,0.8305785,0.8347107,0.838843,0.8429752,0.8429752,0.8471074,0.8429752,0.8471074,0.8347107,0.8429752,0.8347107,0.838843,0.8264463,0.8264463,0.8264463,0.8305785,0.8264463,0.8264463,0.8305785,0.822314,0.8140496,0.8057851,0.7933884,0.77272725,0.75206614,0.75619835,0.74380165,0.71900827,0.73966944,0.71900827,0.446281,0.39256197,0.0785124,0.38016528,0.5495868,0.6363636,0.70247936,0.73140496,0.74380165,0.75619835,0.77272725,0.7933884,0.8016529,0.8016529,0.8057851,0.8016529,0.79752064,0.79752064,0.8057851,0.8181818,0.822314,0.8181818,0.8181818,0.80991733,0.822314,0.8181818,0.8140496,0.8016529,0.8181818,0.8140496,0.8057851,0.8057851,0.80991733,0.80991733,0.8140496,0.822314,0.822314,0.8181818,0.8347107,0.8305785,0.8347107,0.8305785,0.8264463,0.8347107,0.8305785,0.8305785,0.822314,0.8140496,0.822314,0.8264463,0.822314,0.8264463,0.8305785,0.8264463,0.8181818,0.8016529,0.7892562,0.77272725,0.75619835,0.75619835,0.74380165,0.71487606,0.7355372,0.7066116,0.42561984,0.44214877,0.09504132,0.4090909,0.54545456,0.6404959,0.69008267,0.72727275,0.73966944,0.75206614,0.77272725,0.7892562,0.8016529,0.79752064,0.7933884,0.7933884,0.7933884,0.7892562,0.8016529,0.8181818,0.8057851,0.80991733,0.8016529,0.8016529,0.80991733,0.8140496,0.8140496,0.8057851,0.80991733,0.80991733,0.8016529,0.7933884,0.7892562,0.78099173,0.7768595,0.76859504,0.7644628,0.7644628,0.7768595,0.76859504,0.78512394,0.77272725,0.7644628,0.78512394,0.7933884,0.7892562,0.7892562,0.7892562,0.7933884,0.8016529,0.8016529,0.8140496,0.822314,0.8140496,0.80991733,0.8057851,0.7892562,0.77272725,0.7644628,0.74793386,0.7355372,0.70247936,0.73140496,0.6983471,0.4214876,0.45041323,0.16115703,0.4338843,0.56198347,0.6280992,0.6735537,0.70247936,0.7066116,0.72727275,0.76033056,0.7768595,0.78099173,0.78512394,0.78099173,0.78099173,0.78099173,0.7768595,0.7892562,0.79752064,0.7892562,0.7768595,0.78512394,0.7892562,0.8057851,0.8057851,0.8140496,0.8016529,0.7933884,0.7892562,0.7768595,0.75619835,0.73966944,0.72727275,0.71487606,0.6942149,0.6694215,0.6652893,0.6446281,0.6446281,0.661157,0.6528926,0.6322314,0.6652893,0.6983471,0.7107438,0.7231405,0.73140496,0.7355372,0.75206614,0.76033056,0.7768595,0.7933884,0.79752064,0.7933884,0.7892562,0.78512394,0.77272725,0.7644628,0.74380165,0.73140496,0.70247936,0.71487606,0.7066116,0.41322315,0.43801653,0.2520661,0.44214877,0.553719,0.59504133,0.6280992,0.6446281,0.6446281,0.6528926,0.677686,0.6983471,0.7107438,0.72727275,0.73966944,0.73966944,0.73966944,0.74793386,0.75206614,0.76859504,0.7644628,0.74380165,0.76033056,0.77272725,0.7892562,0.7933884,0.8057851,0.7933884,0.77272725,0.74793386,0.71487606,0.6859504,0.6570248,0.6322314,0.61570245,0.61157024,0.58677685,0.56198347,0.5289256,0.54545456,0.54545456,0.5206612,0.49586776,0.5082645,0.5289256,0.58677685,0.6198347,0.6487603,0.661157,0.69008267,0.71487606,0.71900827,0.73140496,0.75619835,0.75619835,0.74380165,0.74380165,0.73966944,0.74380165,0.7355372,0.71900827,0.70247936,0.70247936,0.7066116,0.40082645,0.42561984,0.29338843,0.446281,0.5165289,0.53305787,0.55785125,0.57438016,0.57438016,0.56198347,0.553719,0.56198347,0.5785124,0.59504133,0.607438,0.6198347,0.6280992,0.6570248,0.6652893,0.6859504,0.7107438,0.7066116,0.71900827,0.73966944,0.75619835,0.7892562,0.79752064,0.78099173,0.75619835,0.7231405,0.6818182,0.6363636,0.59090906,0.55785125,0.5371901,0.5371901,0.5289256,0.5,0.47107437,0.49173555,0.45454547,0.4338843,0.4214876,0.4214876,0.43801653,0.49173555,0.5165289,0.54545456,0.54545456,0.57024795,0.61570245,0.6363636,0.6404959,0.661157,0.69008267,0.6859504,0.6694215,0.6652893,0.677686,0.6859504,0.69008267,0.6983471,0.70247936,0.6983471,0.3966942,0.4090909,0.3305785,0.41735536,0.45454547,0.46694216,0.48347107,0.5041322,0.49586776,0.46280992,0.44214877,0.44214877,0.44214877,0.44214877,0.44214877,0.446281,0.47933885,0.5123967,0.53305787,0.553719,0.607438,0.6528926,0.661157,0.6942149,0.71900827,0.76859504,0.78512394,0.7644628,0.73140496,0.70247936,0.6652893,0.61157024,0.56198347,0.5371901,0.5206612,0.5,0.5123967,0.5041322,0.48347107,0.4876033,0.45041323,0.45454547,0.45867768,0.46280992,0.4876033,0.5041322,0.5123967,0.5247934,0.5165289,0.5247934,0.553719,0.5785124,0.5785124,0.59090906,0.62396693,0.6280992,0.59917355,0.58264464,0.59090906,0.61570245,0.6446281,0.6735537,0.69008267,0.69008267,0.3966942,0.3966942,0.3677686,0.37603307,0.37190083,0.39256197,0.4090909,0.43801653,0.4338843,0.41735536,0.40082645,0.38429752,0.37603307,0.36363637,0.36363637,0.35950413,0.38429752,0.4090909,0.4214876,0.446281,0.5041322,0.58264464,0.6280992,0.6528926,0.6942149,0.75206614,0.7644628,0.74793386,0.71900827,0.6859504,0.6404959,0.59090906,0.55785125,0.5495868,0.5371901,0.5123967,0.5206612,0.53305787,0.5247934,0.5206612,0.5082645,0.5206612,0.5247934,0.5123967,0.5165289,0.5123967,0.53305787,0.5495868,0.553719,0.55785125,0.5661157,0.58264464,0.59504133,0.6198347,0.6363636,0.61570245,0.58677685,0.57024795,0.5661157,0.58264464,0.59917355,0.62396693,0.661157,0.6652893,0.3966942,0.38842976,0.37190083,0.36363637,0.3429752,0.35950413,0.38842976,0.4214876,0.42561984,0.4338843,0.42561984,0.41322315,0.40082645,0.38842976,0.38429752,0.37603307,0.37190083,0.38429752,0.38842976,0.40082645,0.446281,0.5,0.5785124,0.6198347,0.6652893,0.73966944,0.76033056,0.76033056,0.75206614,0.71487606,0.6487603,0.60330576,0.59090906,0.58677685,0.57024795,0.553719,0.5495868,0.55785125,0.55785125,0.5413223,0.5165289,0.5,0.47933885,0.45041323,0.43801653,0.4338843,0.46694216,0.49586776,0.5082645,0.5082645,0.5206612,0.5495868,0.58677685,0.6280992,0.6446281,0.6280992,0.60330576,0.60330576,0.60330576,0.59504133,0.58677685,0.59917355,0.62396693,0.6280992,0.39256197,0.38429752,0.37190083,0.37190083,0.37190083,0.38842976,0.41735536,0.4338843,0.42975205,0.4214876,0.4090909,0.40495867,0.40495867,0.40082645,0.3966942,0.38429752,0.3677686,0.37603307,0.3677686,0.38429752,0.42561984,0.4338843,0.49586776,0.58264464,0.6404959,0.73140496,0.78099173,0.79752064,0.79752064,0.7644628,0.70247936,0.661157,0.6487603,0.6280992,0.60330576,0.58264464,0.5785124,0.57438016,0.55785125,0.5165289,0.45041323,0.42561984,0.40495867,0.38016528,0.37190083,0.33471075,0.37190083,0.40495867,0.4214876,0.4338843,0.4338843,0.4338843,0.45867768,0.5082645,0.56198347,0.58677685,0.59504133,0.607438,0.6280992,0.62396693,0.60330576,0.59504133,0.59504133,0.607438,0.38842976,0.38016528,0.37603307,0.40082645,0.38429752,0.3966942,0.41735536,0.41735536,0.38429752,0.35123968,0.3181818,0.3140496,0.3305785,0.3429752,0.3305785,0.30578512,0.3140496,0.33471075,0.30578512,0.338843,0.38429752,0.3966942,0.42975205,0.5289256,0.6280992,0.73966944,0.8016529,0.822314,0.8264463,0.8057851,0.7644628,0.7355372,0.70247936,0.661157,0.61570245,0.58264464,0.57024795,0.553719,0.5165289,0.46694216,0.41322315,0.4214876,0.4090909,0.42561984,0.38842976,0.28099173,0.30578512,0.36363637,0.36363637,0.38429752,0.38429752,0.3677686,0.3553719,0.38016528,0.44214877,0.5041322,0.553719,0.58264464,0.60330576,0.6280992,0.61157024,0.59090906,0.59090906,0.60330576,0.38429752,0.37603307,0.37190083,0.42975205,0.39256197,0.39256197,0.40495867,0.3966942,0.3181818,0.28099173,0.26859504,0.27272728,0.32231405,0.34710744,0.29752067,0.24793388,0.29752067,0.41735536,0.29338843,0.28099173,0.3264463,0.36363637,0.38429752,0.48347107,0.61570245,0.75206614,0.8181818,0.838843,0.8429752,0.822314,0.7933884,0.76859504,0.72727275,0.6694215,0.62396693,0.59090906,0.5661157,0.5289256,0.49586776,0.45867768,0.43801653,0.41735536,0.446281,0.56198347,0.446281,0.29338843,0.27272728,0.37603307,0.30165288,0.2520661,0.2892562,0.338843,0.3553719,0.35123968,0.36363637,0.42561984,0.5041322,0.5495868,0.57024795,0.59917355,0.607438,0.60330576,0.59504133,0.61157024,0.38429752,0.37190083,0.3553719,0.45041323,0.41735536,0.40082645,0.40082645,0.37603307,0.29752067,0.23140496,0.2107438,0.2644628,0.4090909,0.46280992,0.35950413,0.30578512,0.37603307,0.58677685,0.34710744,0.29338843,0.38016528,0.35950413,0.35123968,0.44214877,0.6280992,0.7768595,0.8305785,0.8429752,0.8471074,0.8264463,0.79752064,0.77272725,0.73140496,0.6694215,0.62396693,0.61157024,0.58264464,0.5413223,0.5165289,0.48347107,0.45867768,0.45867768,0.58677685,0.74380165,0.54545456,0.34710744,0.3553719,0.36363637,0.32231405,0.2520661,0.28512397,0.338843,0.3305785,0.338843,0.38016528,0.41735536,0.46694216,0.5206612,0.55785125,0.58677685,0.59504133,0.59917355,0.607438,0.62396693,0.37603307,0.37190083,0.33471075,0.4752066,0.4338843,0.4214876,0.4214876,0.3966942,0.3140496,0.2107438,0.20247933,0.35123968,0.54545456,0.54545456,0.38016528,0.30578512,0.2892562,0.35950413,0.38429752,0.3677686,0.56198347,0.47107437,0.3553719,0.4214876,0.6404959,0.7933884,0.838843,0.8512397,0.8471074,0.822314,0.7933884,0.76859504,0.7355372,0.6818182,0.6363636,0.6363636,0.6487603,0.61157024,0.5661157,0.49173555,0.5041322,0.553719,0.6735537,0.78512394,0.6983471,0.44214877,0.42975205,0.37603307,0.35950413,0.3140496,0.40495867,0.49586776,0.41735536,0.3264463,0.3677686,0.446281,0.48347107,0.5041322,0.5413223,0.5785124,0.59504133,0.60330576,0.62396693,0.62396693,0.38016528,0.35950413,0.34710744,0.49173555,0.47933885,0.446281,0.42561984,0.38429752,0.27272728,0.23140496,0.29752067,0.4338843,0.59504133,0.61157024,0.46694216,0.35950413,0.3429752,0.38429752,0.4214876,0.48347107,0.6983471,0.54545456,0.43801653,0.46280992,0.677686,0.8016529,0.8429752,0.8429752,0.8347107,0.8181818,0.7933884,0.77272725,0.74793386,0.6983471,0.6528926,0.6818182,0.73140496,0.7107438,0.62396693,0.5289256,0.5661157,0.59504133,0.6487603,0.7355372,0.78512394,0.55785125,0.47107437,0.45041323,0.41735536,0.44214877,0.56198347,0.59917355,0.53305787,0.44214877,0.42975205,0.49586776,0.5,0.5123967,0.5371901,0.5661157,0.59504133,0.62396693,0.6487603,0.6570248,0.38016528,0.35950413,0.3181818,0.5413223,0.5495868,0.49586776,0.44214877,0.3966942,0.33471075,0.3429752,0.43801653,0.5206612,0.58264464,0.6280992,0.58264464,0.46694216,0.46280992,0.553719,0.58264464,0.55785125,0.6198347,0.53305787,0.5,0.5495868,0.7231405,0.8181818,0.838843,0.8305785,0.822314,0.8140496,0.79752064,0.77272725,0.74793386,0.71487606,0.6818182,0.70247936,0.7644628,0.75619835,0.73966944,0.6694215,0.6198347,0.59504133,0.6363636,0.6528926,0.6942149,0.6694215,0.6487603,0.62396693,0.58677685,0.6280992,0.6487603,0.62396693,0.58264464,0.5371901,0.5495868,0.61157024,0.6280992,0.5785124,0.553719,0.57024795,0.60330576,0.6487603,0.6694215,0.6983471,0.3677686,0.35123968,0.33471075,0.56198347,0.6198347,0.57024795,0.49173555,0.45041323,0.43801653,0.4338843,0.47107437,0.5165289,0.5247934,0.54545456,0.58264464,0.5785124,0.5785124,0.61570245,0.661157,0.62396693,0.61570245,0.57438016,0.56198347,0.61157024,0.73966944,0.822314,0.838843,0.8264463,0.822314,0.80991733,0.78512394,0.7644628,0.75619835,0.7355372,0.7107438,0.7231405,0.7768595,0.76859504,0.74380165,0.7066116,0.6280992,0.61157024,0.61570245,0.6404959,0.6363636,0.6280992,0.6487603,0.6404959,0.6322314,0.6446281,0.6652893,0.6528926,0.6363636,0.6446281,0.6528926,0.677686,0.71487606,0.6818182,0.6570248,0.61570245,0.6363636,0.677686,0.71900827,0.72727275,0.38016528,0.338843,0.32231405,0.58264464,0.661157,0.61157024,0.57438016,0.5661157,0.553719,0.5206612,0.5371901,0.5661157,0.57024795,0.5785124,0.59504133,0.58677685,0.56198347,0.59504133,0.59090906,0.61570245,0.6198347,0.59917355,0.607438,0.6652893,0.76033056,0.8305785,0.8347107,0.8181818,0.80991733,0.8016529,0.7768595,0.76859504,0.7644628,0.75619835,0.75619835,0.7644628,0.78099173,0.7768595,0.77272725,0.72727275,0.70247936,0.6570248,0.61570245,0.6198347,0.6280992,0.661157,0.6859504,0.6818182,0.6859504,0.6983471,0.70247936,0.71487606,0.73140496,0.73140496,0.71487606,0.71487606,0.74380165,0.75206614,0.74793386,0.7231405,0.6983471,0.71487606,0.76859504,0.75619835,0.3677686,0.34710744,0.338843,0.5785124,0.6735537,0.661157,0.6652893,0.6446281,0.62396693,0.61570245,0.61570245,0.61570245,0.61157024,0.60330576,0.607438,0.59917355,0.59917355,0.61570245,0.6363636,0.6446281,0.6487603,0.6404959,0.6280992,0.7066116,0.78099173,0.8181818,0.8181818,0.8057851,0.7892562,0.78099173,0.7644628,0.76859504,0.7644628,0.76033056,0.77272725,0.78512394,0.7933884,0.7768595,0.7892562,0.76033056,0.74380165,0.7355372,0.7231405,0.7066116,0.6735537,0.677686,0.69008267,0.71487606,0.7355372,0.75619835,0.76859504,0.7768595,0.77272725,0.7644628,0.75206614,0.75206614,0.76033056,0.76859504,0.77272725,0.7768595,0.76033056,0.7644628,0.78512394,0.78512394,0.37603307,0.338843,0.32231405,0.59917355,0.6859504,0.6983471,0.71487606,0.69008267,0.6652893,0.6818182,0.6859504,0.677686,0.661157,0.6487603,0.6528926,0.661157,0.6652893,0.677686,0.6859504,0.6818182,0.6818182,0.6446281,0.661157,0.74380165,0.78512394,0.8057851,0.79752064,0.78512394,0.77272725,0.76033056,0.75206614,0.75619835,0.7644628,0.7644628,0.7644628,0.7768595,0.78099173,0.7933884,0.78512394,0.7892562,0.76033056,0.75206614,0.74793386,0.76033056,0.76859504,0.77272725,0.7768595,0.7768595,0.77272725,0.78512394,0.79752064,0.8057851,0.8057851,0.8016529,0.7933884,0.78099173,0.7892562,0.7892562,0.8016529,0.80991733,0.79752064,0.7933884,0.8016529,0.7892562,0.37190083,0.3305785,0.3305785,0.58677685,0.6859504,0.71900827,0.7355372,0.71900827,0.6983471,0.70247936,0.7107438,0.7066116,0.6983471,0.6942149,0.69008267,0.6818182,0.69008267,0.7066116,0.7107438,0.7066116,0.677686,0.6363636,0.70247936,0.7768595,0.79752064,0.8057851,0.7933884,0.77272725,0.76859504,0.76033056,0.74793386,0.75619835,0.76033056,0.75619835,0.75619835,0.76859504,0.7892562,0.79752064,0.7933884,0.8057851,0.79752064,0.78512394,0.77272725,0.76859504,0.7892562,0.79752064,0.8057851,0.8057851,0.8140496,0.8140496,0.8181818,0.822314,0.822314,0.822314,0.822314,0.8140496,0.80991733,0.8140496,0.8181818,0.822314,0.8140496,0.8057851,0.79752064,0.8016529,0.38016528,0.32231405,0.338843,0.607438,0.6983471,0.7355372,0.75206614,0.75206614,0.73966944,0.72727275,0.72727275,0.71487606,0.6983471,0.7107438,0.70247936,0.6818182,0.71900827,0.74793386,0.7355372,0.70247936,0.6652893,0.661157,0.73966944,0.7892562,0.8016529,0.80991733,0.8057851,0.7768595,0.7644628,0.75619835,0.74380165,0.73966944,0.74793386,0.75206614,0.75619835,0.77272725,0.7892562,0.79752064,0.8057851,0.8057851,0.8140496,0.8016529,0.8016529,0.8016529,0.7892562,0.8016529,0.80991733,0.8140496,0.8181818,0.8264463,0.8305785,0.8305785,0.8305785,0.8264463,0.8264463,0.822314,0.822314,0.822314,0.822314,0.822314,0.8140496,0.8140496,0.7892562,0.7768595,0.3677686,0.32231405,0.34710744,0.60330576,0.6942149,0.73966944,0.76033056,0.76859504,0.7644628,0.74793386,0.75206614,0.73966944,0.7107438,0.7231405,0.7355372,0.7231405,0.74380165,0.74793386,0.72727275,0.6735537,0.6487603,0.6942149,0.75619835,0.7892562,0.8140496,0.8016529,0.8057851,0.78099173,0.75619835,0.74793386,0.7355372,0.73140496,0.73966944,0.74793386,0.76033056,0.7768595,0.78512394,0.79752064,0.80991733,0.822314,0.822314,0.80991733,0.8181818,0.822314,0.8140496,0.8140496,0.8181818,0.822314,0.822314,0.8264463,0.8305785,0.8305785,0.8264463,0.8305785,0.8305785,0.8264463,0.8264463,0.822314,0.8181818,0.822314,0.80991733,0.7933884,0.78099173,0.7644628,0.36363637,0.3140496,0.3553719,0.60330576,0.6942149,0.73966944,0.76859504,0.77272725,0.76859504,0.75206614,0.7644628,0.76033056,0.72727275,0.73966944,0.75619835,0.74793386,0.75206614,0.74380165,0.72727275,0.6652893,0.6570248,0.7066116,0.77272725,0.79752064,0.8140496,0.8057851,0.79752064,0.78099173,0.75206614,0.7355372,0.7231405,0.7231405,0.73140496,0.7355372,0.75619835,0.7768595,0.78099173,0.8016529,0.8140496,0.8305785,0.8264463,0.8264463,0.8181818,0.8305785,0.8264463,0.8264463,0.8264463,0.822314,0.8305785,0.8347107,0.8347107,0.8305785,0.8264463,0.8305785,0.8347107,0.8347107,0.8264463,0.822314,0.8140496,0.80991733,0.8016529,0.76859504,0.74793386,0.75206614,0.3677686,0.3140496,0.3677686,0.59917355,0.6942149,0.73966944,0.7644628,0.7644628,0.75206614,0.74380165,0.76033056,0.75619835,0.74380165,0.75206614,0.76033056,0.75619835,0.74793386,0.74793386,0.72727275,0.661157,0.69008267,0.7231405,0.7644628,0.79752064,0.80991733,0.8057851,0.78099173,0.77272725,0.74793386,0.7107438,0.6942149,0.6983471,0.70247936,0.7107438,0.73966944,0.76859504,0.78512394,0.8016529,0.8140496,0.8181818,0.8305785,0.8347107,0.822314,0.8305785,0.8347107,0.8305785,0.8347107,0.822314,0.822314,0.8347107,0.838843,0.8305785,0.8264463,0.8305785,0.8347107,0.8305785,0.8264463,0.822314,0.8057851,0.79752064,0.7892562,0.7644628,0.73966944,0.7355372,0.37190083,0.30165288,0.3966942,0.58677685,0.677686,0.72727275,0.75206614,0.75206614,0.73966944,0.73966944,0.75206614,0.75619835,0.74793386,0.75206614,0.75619835,0.75206614,0.73966944,0.74380165,0.71487606,0.6735537,0.71487606,0.73966944,0.77272725,0.79752064,0.79752064,0.7933884,0.76859504,0.76033056,0.74380165,0.70247936,0.6694215,0.6528926,0.6694215,0.69008267,0.7066116,0.74380165,0.78099173,0.8057851,0.8181818,0.80991733,0.8347107,0.8264463,0.8264463,0.8305785,0.8305785,0.8347107,0.8347107,0.822314,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.8181818,0.8016529,0.78512394,0.76859504,0.7644628,0.73966944,0.6983471,0.35950413,0.29338843,0.40082645,0.59504133,0.6570248,0.6983471,0.72727275,0.74380165,0.74793386,0.74380165,0.74793386,0.76033056,0.75619835,0.75206614,0.75619835,0.75206614,0.74380165,0.7355372,0.70247936,0.6983471,0.73966944,0.75619835,0.7892562,0.8057851,0.7933884,0.7892562,0.76859504,0.7644628,0.75206614,0.7107438,0.6528926,0.6198347,0.6363636,0.6694215,0.677686,0.7066116,0.7644628,0.8057851,0.8181818,0.8140496,0.8264463,0.822314,0.8264463,0.8347107,0.8264463,0.8305785,0.8305785,0.8305785,0.822314,0.822314,0.8264463,0.8305785,0.8305785,0.8264463,0.8181818,0.80991733,0.8057851,0.80991733,0.7892562,0.7768595,0.75206614,0.74793386,0.73140496,0.6818182,0.3553719,0.29338843,0.41322315,0.59504133,0.6487603,0.6859504,0.71900827,0.73966944,0.74793386,0.74793386,0.75206614,0.76033056,0.7644628,0.7644628,0.76033056,0.75619835,0.74793386,0.73140496,0.6859504,0.72727275,0.76033056,0.78099173,0.80991733,0.8181818,0.8057851,0.8016529,0.78512394,0.77272725,0.75619835,0.71900827,0.6652893,0.6322314,0.6487603,0.6652893,0.6652893,0.69008267,0.74380165,0.7892562,0.8140496,0.80991733,0.8264463,0.822314,0.8305785,0.8347107,0.822314,0.822314,0.8264463,0.8264463,0.822314,0.8181818,0.822314,0.8305785,0.8264463,0.822314,0.80991733,0.79752064,0.7933884,0.7933884,0.78512394,0.7644628,0.74380165,0.7231405,0.71900827,0.6694215,0.36363637,0.28512397,0.42975205,0.59090906,0.6446281,0.69008267,0.7231405,0.73966944,0.74380165,0.74793386,0.75619835,0.76033056,0.77272725,0.77272725,0.76033056,0.75619835,0.75206614,0.7107438,0.661157,0.73140496,0.75206614,0.78512394,0.822314,0.8305785,0.8264463,0.80991733,0.79752064,0.75619835,0.73140496,0.70247936,0.6652893,0.6528926,0.6694215,0.6735537,0.6694215,0.677686,0.7066116,0.75619835,0.79752064,0.8057851,0.8181818,0.822314,0.8347107,0.8305785,0.8264463,0.822314,0.8305785,0.822314,0.8264463,0.822314,0.822314,0.8264463,0.822314,0.8140496,0.8057851,0.79752064,0.78512394,0.78099173,0.77272725,0.76033056,0.73140496,0.7107438,0.7066116,0.6528926,0.36363637,0.28512397,0.43801653,0.58677685,0.6404959,0.6859504,0.7231405,0.73966944,0.74380165,0.74793386,0.75619835,0.7644628,0.77272725,0.77272725,0.76033056,0.7644628,0.74380165,0.6446281,0.58677685,0.69008267,0.71900827,0.7644628,0.7892562,0.8181818,0.8181818,0.7892562,0.74380165,0.69008267,0.6735537,0.661157,0.6404959,0.6404959,0.6694215,0.6859504,0.6735537,0.6570248,0.6570248,0.7107438,0.7768595,0.7933884,0.8057851,0.8181818,0.8347107,0.8264463,0.8305785,0.8264463,0.8305785,0.822314,0.8305785,0.8305785,0.8264463,0.822314,0.8181818,0.80991733,0.8016529,0.7892562,0.7892562,0.7768595,0.76859504,0.75206614,0.71487606,0.7107438,0.69008267,0.6487603,0.3553719,0.2892562,0.446281,0.58264464,0.6404959,0.6859504,0.72727275,0.7355372,0.73966944,0.74793386,0.75206614,0.76033056,0.76859504,0.7644628,0.76033056,0.76033056,0.6983471,0.55785125,0.47933885,0.59917355,0.6528926,0.7107438,0.7355372,0.75619835,0.73966944,0.6983471,0.6446281,0.607438,0.60330576,0.607438,0.607438,0.6198347,0.6528926,0.677686,0.6694215,0.6446281,0.6280992,0.6694215,0.76033056,0.7768595,0.7933884,0.80991733,0.8181818,0.822314,0.8305785,0.8305785,0.8305785,0.822314,0.822314,0.8264463,0.822314,0.822314,0.8140496,0.8016529,0.7892562,0.78099173,0.78099173,0.7768595,0.76033056,0.74380165,0.7066116,0.70247936,0.6735537,0.6487603,0.35123968,0.29338843,0.42975205,0.59090906,0.6404959,0.6735537,0.7107438,0.72727275,0.7355372,0.73966944,0.74793386,0.75619835,0.76033056,0.76033056,0.7644628,0.74380165,0.6280992,0.5041322,0.4090909,0.49173555,0.55785125,0.59090906,0.6487603,0.6528926,0.6322314,0.59504133,0.57438016,0.55785125,0.53305787,0.5289256,0.5661157,0.60330576,0.6446281,0.6652893,0.6528926,0.6404959,0.61570245,0.62396693,0.74793386,0.7768595,0.77272725,0.79752064,0.8016529,0.8140496,0.8305785,0.8264463,0.8305785,0.8264463,0.8181818,0.822314,0.822314,0.8140496,0.8057851,0.79752064,0.7892562,0.7768595,0.77272725,0.76859504,0.74380165,0.73966944,0.70247936,0.6859504,0.6694215,0.6446281,0.3429752,0.29752067,0.4338843,0.57024795,0.6280992,0.661157,0.6983471,0.71900827,0.73140496,0.73140496,0.73966944,0.74793386,0.74793386,0.75206614,0.76859504,0.73140496,0.57024795,0.47107437,0.35123968,0.38842976,0.46694216,0.49173555,0.5123967,0.54545456,0.55785125,0.56198347,0.53305787,0.49173555,0.41735536,0.38842976,0.43801653,0.5371901,0.6198347,0.6446281,0.6322314,0.6198347,0.59090906,0.58264464,0.73140496,0.7768595,0.77272725,0.77272725,0.78512394,0.80991733,0.8264463,0.8264463,0.8305785,0.822314,0.822314,0.8181818,0.80991733,0.8057851,0.79752064,0.7933884,0.78512394,0.77272725,0.75619835,0.74793386,0.7355372,0.7355372,0.6983471,0.6818182,0.6694215,0.6570248,0.35950413,0.29752067,0.41735536,0.56198347,0.6198347,0.6528926,0.6859504,0.7107438,0.71487606,0.71487606,0.72727275,0.73966944,0.7355372,0.74380165,0.76033056,0.71900827,0.5289256,0.4214876,0.28512397,0.24380165,0.38016528,0.45041323,0.4214876,0.44214877,0.48347107,0.5,0.4214876,0.3553719,0.28512397,0.21487603,0.2107438,0.36363637,0.5413223,0.59917355,0.58264464,0.57024795,0.553719,0.55785125,0.72727275,0.7933884,0.78512394,0.7644628,0.76859504,0.79752064,0.8140496,0.8181818,0.822314,0.822314,0.8140496,0.8057851,0.8016529,0.79752064,0.7892562,0.78099173,0.77272725,0.76033056,0.74380165,0.7355372,0.72727275,0.71487606,0.69008267,0.6735537,0.6487603,0.661157,0.35123968,0.30165288,0.4214876,0.53305787,0.59917355,0.6363636,0.661157,0.6818182,0.69008267,0.6818182,0.71487606,0.74380165,0.7355372,0.74380165,0.75619835,0.70247936,0.5413223,0.40495867,0.32231405,0.21900827,0.23966943,0.3966942,0.41322315,0.3966942,0.42561984,0.40495867,0.32231405,0.35123968,0.38016528,0.30578512,0.2107438,0.2603306,0.4214876,0.5123967,0.5041322,0.5041322,0.5165289,0.5661157,0.74793386,0.79752064,0.7933884,0.77272725,0.75206614,0.76859504,0.8016529,0.8057851,0.8140496,0.8181818,0.8016529,0.78099173,0.77272725,0.7768595,0.7768595,0.77272725,0.76033056,0.74793386,0.74793386,0.73140496,0.7107438,0.70247936,0.6859504,0.6652893,0.6487603,0.6652893,0.35950413,0.30165288,0.3966942,0.5165289,0.5785124,0.62396693,0.6404959,0.661157,0.6735537,0.6652893,0.6942149,0.7231405,0.7231405,0.72727275,0.7231405,0.70247936,0.61157024,0.43801653,0.38842976,0.3264463,0.29338843,0.2603306,0.34710744,0.38429752,0.40082645,0.38842976,0.44214877,0.5123967,0.5495868,0.5371901,0.5289256,0.5165289,0.47933885,0.45454547,0.45041323,0.46280992,0.5082645,0.60330576,0.7644628,0.822314,0.79752064,0.77272725,0.7644628,0.76859504,0.7892562,0.79752064,0.8016529,0.8057851,0.7892562,0.7768595,0.76033056,0.7644628,0.7644628,0.75619835,0.73966944,0.73140496,0.73140496,0.70247936,0.6942149,0.6942149,0.677686,0.6570248,0.6363636,0.6404959,0.35950413,0.30165288,0.39256197,0.5041322,0.54545456,0.59504133,0.60330576,0.6363636,0.6652893,0.677686,0.6942149,0.7066116,0.70247936,0.71487606,0.7231405,0.6942149,0.661157,0.57024795,0.37603307,0.3429752,0.32231405,0.32231405,0.30991736,0.34710744,0.40082645,0.446281,0.5,0.57024795,0.607438,0.61157024,0.607438,0.59917355,0.553719,0.48347107,0.45454547,0.49173555,0.57024795,0.6818182,0.77272725,0.8181818,0.8057851,0.78512394,0.7892562,0.76033056,0.78099173,0.7892562,0.7933884,0.7892562,0.7768595,0.7644628,0.75619835,0.74793386,0.74380165,0.74793386,0.73966944,0.7231405,0.71487606,0.6983471,0.677686,0.677686,0.6859504,0.6528926,0.6404959,0.6322314,0.36363637,0.32231405,0.37603307,0.48347107,0.5206612,0.57438016,0.59504133,0.61157024,0.6446281,0.6735537,0.69008267,0.7066116,0.7107438,0.7231405,0.73140496,0.7107438,0.70247936,0.6570248,0.4752066,0.3677686,0.34710744,0.33471075,0.42561984,0.4338843,0.45867768,0.49586776,0.5371901,0.54545456,0.57024795,0.58677685,0.57438016,0.5413223,0.5413223,0.57024795,0.60330576,0.6487603,0.6859504,0.71900827,0.7644628,0.7933884,0.8016529,0.7933884,0.7933884,0.77272725,0.7644628,0.7892562,0.78512394,0.7768595,0.77272725,0.76033056,0.73966944,0.73140496,0.7107438,0.7107438,0.7231405,0.70247936,0.69008267,0.69008267,0.69008267,0.6735537,0.6818182,0.6404959,0.6280992,0.6363636,0.3553719,0.32231405,0.3677686,0.45867768,0.49586776,0.53305787,0.59090906,0.59917355,0.61570245,0.6528926,0.677686,0.6942149,0.70247936,0.70247936,0.7066116,0.71487606,0.6942149,0.6694215,0.607438,0.5247934,0.4876033,0.46694216,0.49586776,0.5041322,0.5,0.5165289,0.53305787,0.55785125,0.5785124,0.59917355,0.6322314,0.6404959,0.661157,0.69008267,0.6983471,0.71487606,0.7066116,0.71487606,0.74380165,0.78512394,0.78512394,0.7892562,0.78512394,0.7892562,0.77272725,0.76033056,0.78099173,0.7644628,0.75619835,0.75619835,0.73140496,0.7231405,0.71900827,0.7107438,0.6983471,0.6942149,0.6942149,0.6735537,0.661157,0.6570248,0.6652893,0.6280992,0.61570245,0.6280992,0.3429752,0.33471075,0.338843,0.446281,0.48347107,0.5123967,0.56198347,0.57438016,0.57438016,0.61570245,0.6652893,0.6818182,0.6859504,0.6735537,0.6694215,0.6942149,0.677686,0.6487603,0.62396693,0.6363636,0.59504133,0.58264464,0.54545456,0.54545456,0.5082645,0.5247934,0.5371901,0.55785125,0.58677685,0.61157024,0.6446281,0.6694215,0.6818182,0.69008267,0.7066116,0.7231405,0.7231405,0.72727275,0.73966944,0.7644628,0.76859504,0.7768595,0.76859504,0.77272725,0.78099173,0.76859504,0.76859504,0.7644628,0.74793386,0.74793386,0.74380165,0.72727275,0.71900827,0.7066116,0.6942149,0.6983471,0.69008267,0.6735537,0.6652893,0.6528926,0.6363636,0.6363636,0.62396693,0.6280992,0.36363637,0.3429752,0.30578512,0.43801653,0.46280992,0.47933885,0.53305787,0.55785125,0.55785125,0.58677685,0.6322314,0.6487603,0.6487603,0.6404959,0.6404959,0.6487603,0.6487603,0.6280992,0.607438,0.6322314,0.6322314,0.607438,0.58264464,0.58264464,0.5495868,0.5247934,0.54545456,0.57024795,0.607438,0.61157024,0.6322314,0.661157,0.6735537,0.6859504,0.6942149,0.6942149,0.7107438,0.73140496,0.72727275,0.73966944,0.74793386,0.74380165,0.71487606,0.73966944,0.76033056,0.76033056,0.75619835,0.75206614,0.7355372,0.73140496,0.72727275,0.7107438,0.7066116,0.70247936,0.6983471,0.70247936,0.677686,0.6694215,0.6528926,0.6322314,0.61157024,0.6280992,0.6198347,0.6198347,0.3553719,0.338843,0.30578512,0.40082645,0.43801653,0.46280992,0.49586776,0.5165289,0.5289256,0.55785125,0.57438016,0.58677685,0.59504133,0.58677685,0.58677685,0.60330576,0.61157024,0.61570245,0.58677685,0.61570245,0.62396693,0.6198347,0.59504133,0.60330576,0.59090906,0.5371901,0.5247934,0.5661157,0.60330576,0.62396693,0.6280992,0.6446281,0.661157,0.6694215,0.6818182,0.6735537,0.6735537,0.70247936,0.677686,0.6942149,0.7066116,0.6818182,0.6735537,0.71487606,0.7355372,0.72727275,0.74380165,0.74380165,0.7107438,0.7066116,0.7066116,0.70247936,0.7066116,0.70247936,0.69008267,0.6859504,0.677686,0.6652893,0.6487603,0.6280992,0.61570245,0.61570245,0.58264464,0.6280992,0.3553719,0.3429752,0.28512397,0.40495867,0.42561984,0.45041323,0.46280992,0.4876033,0.49173555,0.5165289,0.5289256,0.53305787,0.5289256,0.5165289,0.5289256,0.55785125,0.57438016,0.5785124,0.553719,0.58264464,0.58677685,0.6280992,0.607438,0.62396693,0.61157024,0.59504133,0.5413223,0.57024795,0.59917355,0.6404959,0.6570248,0.661157,0.661157,0.6570248,0.6694215,0.6652893,0.6570248,0.677686,0.6446281,0.62396693,0.6404959,0.6404959,0.6446281,0.6487603,0.6859504,0.70247936,0.71900827,0.72727275,0.6983471,0.6942149,0.6859504,0.6818182,0.6818182,0.677686,0.6694215,0.6652893,0.6735537,0.6652893,0.6446281,0.6198347,0.607438,0.59504133,0.5785124,0.61570245,0.338843,0.3429752,0.30578512,0.37190083,0.42975205,0.45041323,0.45041323,0.47107437,0.45867768,0.45454547,0.45867768,0.46280992,0.46280992,0.446281,0.43801653,0.4876033,0.5206612,0.5413223,0.553719,0.5661157,0.5785124,0.61157024,0.6280992,0.6735537,0.70247936,0.6735537,0.61157024,0.61570245,0.62396693,0.6487603,0.6570248,0.6528926,0.6528926,0.6446281,0.6322314,0.6280992,0.6322314,0.6363636,0.60330576,0.56198347,0.56198347,0.56198347,0.57024795,0.57438016,0.61570245,0.6446281,0.6694215,0.6942149,0.6859504,0.677686,0.6694215,0.6652893,0.661157,0.661157,0.6528926,0.6404959,0.6446281,0.6487603,0.6280992,0.62396693,0.607438,0.5785124,0.59917355,0.60330576,0.338843,0.3429752,0.3140496,0.33471075,0.4338843,0.45041323,0.43801653,0.46694216,0.46280992,0.4214876,0.40082645,0.40082645,0.3966942,0.37190083,0.35123968,0.38842976,0.43801653,0.49586776,0.5371901,0.56198347,0.58264464,0.6446281,0.6404959,0.6983471,0.72727275,0.72727275,0.6942149,0.6859504,0.6735537,0.661157,0.6570248,0.6487603,0.6446281,0.6404959,0.6198347,0.60330576,0.59504133,0.59090906,0.57024795,0.5371901,0.5082645,0.4876033,0.4752066,0.4876033,0.54545456,0.57024795,0.61157024,0.6446281,0.6487603,0.6528926,0.6404959,0.6280992,0.6322314,0.6363636,0.6322314,0.6280992,0.62396693,0.6322314,0.6198347,0.61157024,0.59504133,0.57438016,0.58264464,0.5785124,0.33471075,0.338843,0.33471075,0.29752067,0.41735536,0.45867768,0.44214877,0.45867768,0.48347107,0.43801653,0.3966942,0.3966942,0.39256197,0.3553719,0.3140496,0.30578512,0.3264463,0.41735536,0.4752066,0.5371901,0.553719,0.62396693,0.6404959,0.6652893,0.6983471,0.73966944,0.72727275,0.70247936,0.6694215,0.6446281,0.6446281,0.6363636,0.62396693,0.61570245,0.59917355,0.58264464,0.5661157,0.5495868,0.5289256,0.5041322,0.47933885,0.43801653,0.41735536,0.39256197,0.45041323,0.5041322,0.553719,0.5785124,0.59504133,0.60330576,0.60330576,0.60330576,0.61157024,0.6198347,0.6280992,0.6280992,0.62396693,0.6280992,0.61570245,0.58264464,0.55785125,0.5661157,0.5785124,0.55785125,0.33471075,0.3305785,0.3305785,0.28512397,0.38842976,0.45041323,0.46280992,0.45454547,0.49586776,0.49586776,0.45867768,0.446281,0.45041323,0.42561984,0.36363637,0.29338843,0.2603306,0.30578512,0.3429752,0.41322315,0.43801653,0.49173555,0.5206612,0.55785125,0.58677685,0.6735537,0.6570248,0.61157024,0.55785125,0.53305787,0.5413223,0.54545456,0.5289256,0.5123967,0.5082645,0.49586776,0.47933885,0.4752066,0.46280992,0.4338843,0.4214876,0.38842976,0.37603307,0.3305785,0.33471075,0.41735536,0.4876033,0.5206612,0.5413223,0.5495868,0.57024795,0.59090906,0.60330576,0.60330576,0.607438,0.61157024,0.6198347,0.6198347,0.59917355,0.5661157,0.5495868,0.56198347,0.57024795,0.54545456,0.33471075,0.3264463,0.3305785,0.2892562,0.3553719,0.43801653,0.4752066,0.45867768,0.49586776,0.54545456,0.5371901,0.5165289,0.5123967,0.5,0.45454547,0.37190083,0.3181818,0.30991736,0.28512397,0.3264463,0.338843,0.35123968,0.38016528,0.4090909,0.4338843,0.5082645,0.5,0.47933885,0.42975205,0.41322315,0.42975205,0.43801653,0.44214877,0.446281,0.446281,0.44214877,0.42975205,0.41322315,0.4214876,0.40495867,0.3966942,0.3966942,0.42561984,0.41735536,0.338843,0.3553719,0.42561984,0.47107437,0.49586776,0.5165289,0.553719,0.59090906,0.59917355,0.59504133,0.59090906,0.59504133,0.60330576,0.59504133,0.57438016,0.56198347,0.55785125,0.54545456,0.55785125,0.5289256,0.3264463,0.32231405,0.3305785,0.29752067,0.3140496,0.41735536,0.45867768,0.46280992,0.4876033,0.553719,0.59504133,0.58264464,0.56198347,0.553719,0.5371901,0.49586776,0.446281,0.42975205,0.41322315,0.39256197,0.3966942,0.39256197,0.41322315,0.41322315,0.40082645,0.41322315,0.40495867,0.42975205,0.44214877,0.45454547,0.48347107,0.5,0.5082645,0.5123967,0.49586776,0.48347107,0.4752066,0.45867768,0.47933885,0.4876033,0.49586776,0.49173555,0.5247934,0.5371901,0.49173555,0.4214876,0.4090909,0.446281,0.48347107,0.5165289,0.56198347,0.59917355,0.60330576,0.59504133,0.58264464,0.58264464,0.58677685,0.57024795,0.55785125,0.56198347,0.5495868,0.5371901,0.5413223,0.5165289,0.32231405,0.32231405,0.32231405,0.30991736,0.2892562,0.38429752,0.446281,0.45867768,0.4752066,0.53305787,0.60330576,0.6198347,0.60330576,0.59917355,0.59917355,0.60330576,0.5661157,0.5247934,0.5371901,0.5082645,0.5041322,0.5,0.5206612,0.5247934,0.5123967,0.5165289,0.5,0.5165289,0.5495868,0.5661157,0.58677685,0.59504133,0.59504133,0.58264464,0.5661157,0.56198347,0.57024795,0.58264464,0.59090906,0.59504133,0.60330576,0.59090906,0.59504133,0.607438,0.61570245,0.5661157,0.48347107,0.4752066,0.5082645,0.5413223,0.58677685,0.6198347,0.61570245,0.59917355,0.5785124,0.5785124,0.58264464,0.553719,0.5413223,0.5495868,0.54545456,0.53305787,0.5289256,0.49586776,0.32231405,0.3140496,0.3181818,0.3140496,0.2892562,0.33471075,0.42975205,0.45454547,0.46280992,0.5041322,0.57438016,0.61157024,0.607438,0.61157024,0.6363636,0.6570248,0.62396693,0.553719,0.5371901,0.553719,0.53305787,0.53305787,0.553719,0.5661157,0.57024795,0.59917355,0.60330576,0.60330576,0.607438,0.61157024,0.61570245,0.62396693,0.62396693,0.61570245,0.6198347,0.62396693,0.6322314,0.6487603,0.6487603,0.6446281,0.6446281,0.6487603,0.6446281,0.6570248,0.6652893,0.6694215,0.60330576,0.5495868,0.5495868,0.56198347,0.607438,0.6280992,0.61570245,0.59504133,0.5785124,0.57438016,0.57438016,0.53305787,0.5041322,0.53305787,0.5289256,0.5206612,0.5206612,0.48347107,0.32231405,0.30991736,0.3181818,0.30991736,0.30578512,0.28512397,0.38429752,0.45041323,0.45867768,0.48347107,0.53305787,0.5785124,0.59090906,0.59504133,0.62396693,0.6487603,0.6322314,0.55785125,0.5206612,0.54545456,0.53305787,0.5371901,0.5413223,0.5289256,0.5165289,0.5413223,0.56198347,0.57024795,0.59090906,0.60330576,0.6198347,0.6446281,0.6528926,0.6528926,0.6528926,0.6446281,0.6404959,0.6404959,0.6404959,0.6570248,0.661157,0.6735537,0.6818182,0.6942149,0.71900827,0.71900827,0.6859504,0.6280992,0.58677685,0.57438016,0.60330576,0.61570245,0.607438,0.58677685,0.56198347,0.55785125,0.553719,0.5289256,0.4876033,0.5165289,0.5123967,0.5,0.5082645,0.4752066,0.32231405,0.30991736,0.3140496,0.30578512,0.30991736,0.28099173,0.3305785,0.41735536,0.44214877,0.46280992,0.49173555,0.53305787,0.5661157,0.57438016,0.58264464,0.607438,0.61570245,0.553719,0.49586776,0.5165289,0.5082645,0.5041322,0.5123967,0.4876033,0.48347107,0.5041322,0.5165289,0.5206612,0.53305787,0.5661157,0.59090906,0.61157024,0.6280992,0.6322314,0.6322314,0.62396693,0.61570245,0.62396693,0.6363636,0.6570248,0.6694215,0.677686,0.69008267,0.71487606,0.74380165,0.7355372,0.7107438,0.6652893,0.61570245,0.58677685,0.5785124,0.58677685,0.59090906,0.5785124,0.553719,0.54545456,0.5371901,0.5247934,0.5123967,0.5123967,0.5,0.47933885,0.4876033,0.45454547,0.32231405,0.3140496,0.30991736,0.30578512,0.30578512,0.29752067,0.2892562,0.3677686,0.41735536,0.42975205,0.45454547,0.49586776,0.5413223,0.55785125,0.5413223,0.56198347,0.58264464,0.54545456,0.4752066,0.49173555,0.4752066,0.4752066,0.49173555,0.49173555,0.48347107,0.4752066,0.49586776,0.5,0.48347107,0.5,0.5289256,0.553719,0.57024795,0.5785124,0.58677685,0.58677685,0.59504133,0.61570245,0.6322314,0.6528926,0.6652893,0.6735537,0.6859504,0.7107438,0.73140496,0.71487606,0.69008267,0.6652893,0.6280992,0.59504133,0.55785125,0.5495868,0.55785125,0.55785125,0.54545456,0.53305787,0.5206612,0.5123967,0.5123967,0.5,0.4876033,0.46694216,0.46694216,0.446281,0.3264463,0.30578512,0.3140496,0.30165288,0.30165288,0.30165288,0.28099173,0.32231405,0.37603307,0.3966942,0.42975205,0.47107437,0.5041322,0.53305787,0.5289256,0.5247934,0.553719,0.5413223,0.47933885,0.46694216,0.4752066,0.4752066,0.47933885,0.48347107,0.46280992,0.4338843,0.45867768,0.47107437,0.45454547,0.45454547,0.46694216,0.4876033,0.5082645,0.5289256,0.5495868,0.56198347,0.58264464,0.61570245,0.62396693,0.6404959,0.6528926,0.6694215,0.6652893,0.6818182,0.6818182,0.661157,0.6404959,0.6198347,0.607438,0.58677685,0.55785125,0.5371901,0.5289256,0.5289256,0.5247934,0.5123967,0.5,0.49586776,0.49586776,0.4876033,0.48347107,0.47107437,0.45867768,0.42975205,0.3181818,0.30165288,0.3140496,0.29752067,0.30165288,0.30165288,0.2892562,0.28512397,0.32231405,0.37190083,0.40495867,0.43801653,0.46694216,0.5,0.5165289,0.5082645,0.5247934,0.53305787,0.47933885,0.45867768,0.45867768,0.45454547,0.46280992,0.47107437,0.46694216,0.46694216,0.46694216,0.46694216,0.47933885,0.47933885,0.46694216,0.4752066,0.49173555,0.5123967,0.5371901,0.5495868,0.57438016,0.60330576,0.61157024,0.62396693,0.6322314,0.6322314,0.6446281,0.661157,0.6404959,0.6280992,0.607438,0.58264464,0.57024795,0.56198347,0.55785125,0.54545456,0.5165289,0.5,0.5041322,0.5,0.49173555,0.48347107,0.47933885,0.46694216,0.46280992,0.45867768,0.44214877,0.41735536,0.30578512,0.30991736,0.30991736,0.30578512,0.30165288,0.2892562,0.28512397,0.28512397,0.2768595,0.3181818,0.38016528,0.41322315,0.43801653,0.4752066,0.5082645,0.5123967,0.5123967,0.5165289,0.5,0.45454547,0.46280992,0.46694216,0.49586776,0.5371901,0.57438016,0.61570245,0.6198347,0.61157024,0.60330576,0.58677685,0.553719,0.5289256,0.5247934,0.5247934,0.5289256,0.5413223,0.55785125,0.57024795,0.58677685,0.60330576,0.60330576,0.607438,0.6363636,0.6322314,0.6322314,0.607438,0.607438,0.59090906,0.57438016,0.55785125,0.54545456,0.5371901,0.5041322,0.47933885,0.49586776,0.49586776,0.4752066,0.47107437,0.46280992,0.45454547,0.4338843,0.4338843,0.41735536,0.40082645,0.30578512,0.29752067,0.30165288,0.2892562,0.30165288,0.2892562,0.29752067,0.28099173,0.2768595,0.29338843,0.3305785,0.37603307,0.40495867,0.44214877,0.49173555,0.5041322,0.5123967,0.5165289,0.5123967,0.48347107,0.46694216,0.5041322,0.53305787,0.5785124,0.61570245,0.6652893,0.7066116,0.73140496,0.7231405,0.7066116,0.6942149,0.6652893,0.6198347,0.57024795,0.5413223,0.5371901,0.54545456,0.5495868,0.5661157,0.57024795,0.58264464,0.60330576,0.6198347,0.59917355,0.62396693,0.61157024,0.59090906,0.58677685,0.5661157,0.5495868,0.5413223,0.5247934,0.49173555,0.47933885,0.47933885,0.46280992,0.45867768,0.46280992,0.45454547,0.42975205,0.42561984,0.40082645,0.37603307,0.34710744,0.30578512,0.30578512,0.2892562,0.30165288,0.29338843,0.29338843,0.2892562,0.2892562,0.28099173,0.2644628,0.29752067,0.33471075,0.3553719,0.40495867,0.47107437,0.49586776,0.5123967,0.5247934,0.5206612,0.54545456,0.5247934,0.5247934,0.53305787,0.54545456,0.57438016,0.607438,0.6487603,0.6694215,0.6694215,0.6652893,0.6652893,0.6570248,0.6322314,0.59917355,0.57024795,0.57024795,0.58677685,0.58264464,0.59090906,0.59090906,0.59090906,0.6198347,0.6280992,0.6446281,0.61570245,0.6322314,0.60330576,0.58677685,0.57024795,0.56198347,0.54545456,0.5371901,0.5123967,0.4876033,0.47933885,0.46280992,0.45041323,0.446281,0.42561984,0.41735536,0.40082645,0.38016528,0.34710744,0.3140496,0.30165288,0.30991736,0.2892562,0.30165288,0.2892562,0.29338843,0.29338843,0.28512397,0.28512397,0.2768595,0.2768595,0.2892562,0.3140496,0.35123968,0.4090909,0.44214877,0.48347107,0.5165289,0.54545456,0.56198347,0.553719,0.5495868,0.5785124,0.5413223,0.5495868,0.553719,0.59504133,0.6404959,0.6528926,0.661157,0.6735537,0.677686,0.6652893,0.6446281,0.6322314,0.6446281,0.6528926,0.6487603,0.6363636,0.6280992,0.6280992,0.6487603,0.6363636,0.6487603,0.607438,0.59090906,0.59504133,0.58677685,0.56198347,0.5495868,0.5495868,0.53305787,0.5123967,0.48347107,0.47107437,0.46694216,0.43801653,0.4214876,0.40082645,0.37603307,0.3677686,0.3553719,0.3305785,0.2892562,22 +0.17355372,0.1322314,0.11157025,0.2892562,0.5,0.57024795,0.6198347,0.6859504,0.71900827,0.73140496,0.75206614,0.76859504,0.7768595,0.78099173,0.78512394,0.8016529,0.8181818,0.8264463,0.8181818,0.822314,0.8264463,0.8347107,0.838843,0.8429752,0.8429752,0.8429752,0.8429752,0.8471074,0.8471074,0.8512397,0.8553719,0.8512397,0.8553719,0.8471074,0.8471074,0.8512397,0.8471074,0.8429752,0.8429752,0.8429752,0.838843,0.838843,0.838843,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.822314,0.822314,0.822314,0.8181818,0.80991733,0.79752064,0.79752064,0.7892562,0.78099173,0.76033056,0.74793386,0.7107438,0.6694215,0.6487603,0.6363636,0.607438,0.17355372,0.13636364,0.1322314,0.3677686,0.5371901,0.59917355,0.6487603,0.70247936,0.72727275,0.73966944,0.7644628,0.76859504,0.78512394,0.7892562,0.79752064,0.8057851,0.8181818,0.8264463,0.8264463,0.822314,0.8264463,0.8264463,0.838843,0.8471074,0.8512397,0.8512397,0.8471074,0.8512397,0.8471074,0.8512397,0.8553719,0.8512397,0.8512397,0.8512397,0.8512397,0.8471074,0.8429752,0.8429752,0.838843,0.838843,0.8429752,0.8429752,0.8347107,0.8347107,0.8264463,0.8305785,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.822314,0.8181818,0.80991733,0.8057851,0.79752064,0.78512394,0.7644628,0.74380165,0.7107438,0.69008267,0.6735537,0.6487603,0.6198347,0.1570248,0.12396694,0.14876033,0.4090909,0.5495868,0.61570245,0.6652893,0.7066116,0.73140496,0.74793386,0.76859504,0.78099173,0.7933884,0.79752064,0.8057851,0.8140496,0.822314,0.822314,0.8305785,0.8305785,0.8264463,0.8305785,0.8347107,0.8429752,0.8471074,0.8512397,0.8512397,0.8512397,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.8471074,0.838843,0.8347107,0.8347107,0.838843,0.8471074,0.838843,0.838843,0.8347107,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.822314,0.8140496,0.8140496,0.8057851,0.8057851,0.7933884,0.76859504,0.74793386,0.71487606,0.6942149,0.6859504,0.6570248,0.62396693,0.17768595,0.10743801,0.18595041,0.446281,0.553719,0.6198347,0.6694215,0.7066116,0.73140496,0.75619835,0.77272725,0.77272725,0.7933884,0.8057851,0.8140496,0.8181818,0.8264463,0.8181818,0.8305785,0.8305785,0.8305785,0.8347107,0.838843,0.8429752,0.8471074,0.8429752,0.8471074,0.8471074,0.8471074,0.8512397,0.8471074,0.8429752,0.8471074,0.838843,0.8429752,0.838843,0.838843,0.8305785,0.838843,0.8471074,0.8471074,0.8471074,0.838843,0.838843,0.8347107,0.8264463,0.8264463,0.8264463,0.8264463,0.822314,0.822314,0.8181818,0.8140496,0.8181818,0.80991733,0.80991733,0.79752064,0.77272725,0.75206614,0.71900827,0.6942149,0.6942149,0.6652893,0.6322314,0.19421488,0.10743801,0.21900827,0.48347107,0.56198347,0.61157024,0.661157,0.6983471,0.73140496,0.75619835,0.7768595,0.77272725,0.7892562,0.8016529,0.8140496,0.8181818,0.8264463,0.8264463,0.8264463,0.8264463,0.8305785,0.8305785,0.838843,0.8429752,0.8429752,0.8429752,0.8429752,0.8429752,0.8471074,0.8471074,0.838843,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8347107,0.838843,0.8471074,0.8512397,0.8512397,0.8471074,0.8471074,0.8429752,0.838843,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.822314,0.8181818,0.8181818,0.8140496,0.8181818,0.8140496,0.7933884,0.76859504,0.74380165,0.7231405,0.6983471,0.69008267,0.6694215,0.6404959,0.1446281,0.0785124,0.2520661,0.5,0.57438016,0.60330576,0.6446281,0.6859504,0.73140496,0.75619835,0.7768595,0.7768595,0.78099173,0.79752064,0.80991733,0.8181818,0.8264463,0.8264463,0.822314,0.8264463,0.8264463,0.8264463,0.8264463,0.8347107,0.838843,0.838843,0.8429752,0.838843,0.8429752,0.8429752,0.838843,0.8264463,0.8305785,0.8264463,0.8264463,0.8305785,0.8347107,0.838843,0.8429752,0.8512397,0.8512397,0.8471074,0.8471074,0.8471074,0.838843,0.8305785,0.8347107,0.8305785,0.822314,0.822314,0.822314,0.822314,0.8181818,0.8140496,0.80991733,0.80991733,0.7892562,0.77272725,0.74380165,0.7231405,0.70247936,0.6859504,0.6694215,0.6487603,0.1322314,0.05785124,0.2892562,0.5247934,0.5785124,0.60330576,0.6322314,0.6694215,0.73140496,0.74793386,0.76859504,0.7768595,0.78099173,0.79752064,0.79752064,0.8140496,0.822314,0.8181818,0.8181818,0.8181818,0.8181818,0.8140496,0.8181818,0.8264463,0.8305785,0.8305785,0.8305785,0.8347107,0.8347107,0.838843,0.8347107,0.8181818,0.8264463,0.8305785,0.822314,0.8305785,0.8305785,0.8264463,0.8305785,0.8347107,0.838843,0.8429752,0.8429752,0.8429752,0.838843,0.8347107,0.8305785,0.8305785,0.8181818,0.8181818,0.8181818,0.80991733,0.8140496,0.8140496,0.80991733,0.8016529,0.7892562,0.77272725,0.75206614,0.71487606,0.6983471,0.6859504,0.6735537,0.661157,0.11570248,0.049586777,0.32231405,0.5371901,0.58677685,0.61570245,0.6198347,0.661157,0.71487606,0.7355372,0.76033056,0.76033056,0.7644628,0.78512394,0.7933884,0.8016529,0.80991733,0.80991733,0.8057851,0.8016529,0.8057851,0.8016529,0.8057851,0.8140496,0.8181818,0.8181818,0.8181818,0.8181818,0.8305785,0.8305785,0.8305785,0.822314,0.8181818,0.822314,0.822314,0.8181818,0.8140496,0.8057851,0.8016529,0.7933884,0.78512394,0.7933884,0.79752064,0.8016529,0.8057851,0.80991733,0.80991733,0.8140496,0.8016529,0.8016529,0.8057851,0.7933884,0.79752064,0.8016529,0.8057851,0.8057851,0.78512394,0.76859504,0.74793386,0.71487606,0.70247936,0.6859504,0.677686,0.6652893,0.12396694,0.045454547,0.35950413,0.55785125,0.58677685,0.59917355,0.6322314,0.6570248,0.69008267,0.70247936,0.71900827,0.71900827,0.71900827,0.7355372,0.76033056,0.76859504,0.76859504,0.7768595,0.7768595,0.7768595,0.7768595,0.78099173,0.78512394,0.7933884,0.79752064,0.78512394,0.7892562,0.79752064,0.8140496,0.8140496,0.822314,0.8181818,0.8057851,0.79752064,0.7892562,0.78099173,0.76859504,0.75619835,0.74380165,0.71900827,0.69008267,0.6859504,0.677686,0.6818182,0.6983471,0.7066116,0.6983471,0.71900827,0.7355372,0.74793386,0.75206614,0.75206614,0.76033056,0.77272725,0.78099173,0.7892562,0.78512394,0.77272725,0.74793386,0.71900827,0.6983471,0.677686,0.6694215,0.6528926,0.11570248,0.049586777,0.3553719,0.5785124,0.60330576,0.57438016,0.59504133,0.61570245,0.6198347,0.6280992,0.6404959,0.6404959,0.6322314,0.61157024,0.59917355,0.58677685,0.59504133,0.61157024,0.6280992,0.6570248,0.6694215,0.7066116,0.71487606,0.73140496,0.75619835,0.76033056,0.75206614,0.77272725,0.7892562,0.8016529,0.80991733,0.8057851,0.7892562,0.7644628,0.73140496,0.70247936,0.6859504,0.6570248,0.6446281,0.6280992,0.59504133,0.5661157,0.54545456,0.53305787,0.553719,0.54545456,0.5495868,0.55785125,0.58677685,0.6404959,0.661157,0.6818182,0.6983471,0.71900827,0.73140496,0.75619835,0.76033056,0.76033056,0.74380165,0.7231405,0.6942149,0.6735537,0.661157,0.6487603,0.11570248,0.037190083,0.37190083,0.59090906,0.5785124,0.5206612,0.5041322,0.5165289,0.5247934,0.54545456,0.55785125,0.55785125,0.5413223,0.5165289,0.5,0.47107437,0.44214877,0.44214877,0.45041323,0.47107437,0.5123967,0.5661157,0.59090906,0.6198347,0.661157,0.6983471,0.71900827,0.73966944,0.76033056,0.78512394,0.8016529,0.78512394,0.7644628,0.74380165,0.7066116,0.6528926,0.61157024,0.5785124,0.56198347,0.5413223,0.53305787,0.4876033,0.46694216,0.46694216,0.46694216,0.446281,0.43801653,0.4338843,0.45867768,0.5041322,0.5413223,0.57024795,0.59917355,0.6363636,0.6528926,0.677686,0.70247936,0.7066116,0.6983471,0.69008267,0.677686,0.661157,0.6528926,0.6404959,0.11157025,0.06198347,0.38429752,0.5785124,0.53305787,0.45454547,0.42975205,0.42561984,0.43801653,0.46694216,0.48347107,0.4876033,0.47933885,0.45041323,0.4338843,0.41322315,0.37603307,0.37603307,0.38016528,0.38842976,0.41735536,0.45867768,0.4876033,0.5165289,0.57438016,0.6198347,0.6570248,0.6942149,0.7355372,0.7644628,0.7768595,0.76033056,0.7355372,0.7107438,0.677686,0.6322314,0.58677685,0.5413223,0.53305787,0.5165289,0.5082645,0.4876033,0.4752066,0.46694216,0.45041323,0.446281,0.45867768,0.48347107,0.5,0.5082645,0.5123967,0.5165289,0.5289256,0.55785125,0.57024795,0.58264464,0.61157024,0.6363636,0.58677685,0.58677685,0.60330576,0.6280992,0.6446281,0.6363636,0.11983471,0.09504132,0.40495867,0.56198347,0.49586776,0.42975205,0.41322315,0.41322315,0.43801653,0.46694216,0.48347107,0.47933885,0.47933885,0.47107437,0.46280992,0.46694216,0.45041323,0.43801653,0.42561984,0.42561984,0.42975205,0.43801653,0.45454547,0.48347107,0.5289256,0.57438016,0.6322314,0.6735537,0.7107438,0.76033056,0.77272725,0.74793386,0.72727275,0.69008267,0.6446281,0.607438,0.58264464,0.56198347,0.5495868,0.5247934,0.5247934,0.5247934,0.5165289,0.5123967,0.5041322,0.5165289,0.5082645,0.5206612,0.54545456,0.55785125,0.5661157,0.5661157,0.5661157,0.57024795,0.57024795,0.57438016,0.57024795,0.56198347,0.5413223,0.5041322,0.5247934,0.56198347,0.61157024,0.6280992,0.12809917,0.1322314,0.4338843,0.53305787,0.47107437,0.42975205,0.43801653,0.45867768,0.4752066,0.48347107,0.48347107,0.45454547,0.42975205,0.3966942,0.4090909,0.4090909,0.39256197,0.4214876,0.41322315,0.41322315,0.41735536,0.43801653,0.46280992,0.47933885,0.5041322,0.5289256,0.58264464,0.6487603,0.6983471,0.75619835,0.7892562,0.78099173,0.75619835,0.7107438,0.6528926,0.62396693,0.60330576,0.57438016,0.5495868,0.56198347,0.54545456,0.5413223,0.5082645,0.4752066,0.45454547,0.43801653,0.4214876,0.4214876,0.42975205,0.45041323,0.47933885,0.5082645,0.5371901,0.57024795,0.59504133,0.6280992,0.6446281,0.61570245,0.57438016,0.54545456,0.5206612,0.53305787,0.5661157,0.59504133,0.14876033,0.1570248,0.43801653,0.5206612,0.46280992,0.43801653,0.45867768,0.47933885,0.49173555,0.47933885,0.4214876,0.35123968,0.3429752,0.30578512,0.30165288,0.2892562,0.32231405,0.38842976,0.43801653,0.45867768,0.43801653,0.41735536,0.44214877,0.4752066,0.49586776,0.5082645,0.553719,0.6280992,0.70247936,0.76859504,0.80991733,0.80991733,0.8016529,0.75619835,0.71487606,0.6818182,0.6404959,0.60330576,0.57438016,0.56198347,0.5413223,0.49586776,0.446281,0.4090909,0.38016528,0.3553719,0.35123968,0.3677686,0.39256197,0.43801653,0.43801653,0.4338843,0.42561984,0.446281,0.5041322,0.5661157,0.59504133,0.59917355,0.59090906,0.58677685,0.57438016,0.5495868,0.5495868,0.5661157,0.18181819,0.19008264,0.446281,0.53305787,0.48347107,0.45867768,0.47107437,0.46280992,0.45454547,0.43801653,0.35123968,0.28099173,0.2644628,0.29338843,0.28512397,0.23553719,0.23553719,0.3305785,0.3264463,0.37190083,0.4752066,0.46280992,0.45454547,0.45454547,0.47107437,0.49173555,0.5371901,0.61157024,0.7066116,0.78512394,0.822314,0.8347107,0.8264463,0.7933884,0.76033056,0.7231405,0.6652893,0.59917355,0.56198347,0.53305787,0.5,0.45454547,0.42975205,0.4214876,0.39256197,0.33471075,0.30578512,0.33471075,0.30991736,0.2892562,0.3553719,0.41322315,0.42561984,0.40495867,0.39256197,0.446281,0.5123967,0.55785125,0.5785124,0.59917355,0.59917355,0.57024795,0.5495868,0.553719,0.2107438,0.23553719,0.47107437,0.5371901,0.5082645,0.49586776,0.48347107,0.48347107,0.46280992,0.4214876,0.33471075,0.22727273,0.25619835,0.37603307,0.3677686,0.3140496,0.30991736,0.57024795,0.6404959,0.45454547,0.59090906,0.61157024,0.5165289,0.49586776,0.4752066,0.47107437,0.5206612,0.61570245,0.72727275,0.8016529,0.8347107,0.838843,0.8347107,0.8057851,0.76033056,0.7231405,0.6652893,0.60330576,0.5661157,0.54545456,0.5123967,0.4752066,0.46280992,0.5041322,0.47933885,0.38429752,0.34710744,0.45454547,0.4752066,0.36363637,0.40495867,0.41735536,0.36363637,0.35950413,0.37190083,0.39256197,0.42975205,0.5082645,0.54545456,0.5661157,0.58264464,0.5785124,0.56198347,0.55785125,0.24380165,0.27272728,0.49173555,0.5495868,0.53305787,0.5165289,0.5,0.48347107,0.46280992,0.40495867,0.30165288,0.23966943,0.32231405,0.48347107,0.45041323,0.34710744,0.28512397,0.3305785,0.41735536,0.5082645,0.6859504,0.7644628,0.62396693,0.53305787,0.5206612,0.49173555,0.5247934,0.6280992,0.73140496,0.8181818,0.8347107,0.838843,0.8305785,0.8016529,0.75619835,0.71487606,0.661157,0.61570245,0.59917355,0.60330576,0.58264464,0.5082645,0.5082645,0.6198347,0.59504133,0.45454547,0.38016528,0.3966942,0.5041322,0.3677686,0.45454547,0.58677685,0.5,0.35950413,0.3305785,0.39256197,0.4090909,0.47107437,0.5247934,0.55785125,0.57024795,0.5785124,0.57438016,0.57438016,0.30165288,0.3181818,0.53305787,0.58264464,0.57438016,0.5495868,0.5289256,0.47933885,0.446281,0.3966942,0.3305785,0.3429752,0.4338843,0.5413223,0.5413223,0.446281,0.40495867,0.42975205,0.47933885,0.61570245,0.73966944,0.77272725,0.6859504,0.54545456,0.5495868,0.56198347,0.57024795,0.6487603,0.74380165,0.8140496,0.8429752,0.8305785,0.822314,0.79752064,0.76033056,0.71487606,0.6652893,0.6363636,0.661157,0.677686,0.6446281,0.57438016,0.57438016,0.661157,0.6735537,0.5165289,0.44214877,0.41322315,0.38429752,0.4090909,0.5495868,0.6818182,0.60330576,0.46694216,0.37190083,0.38016528,0.42561984,0.46694216,0.5082645,0.5413223,0.57024795,0.5785124,0.59090906,0.59090906,0.33471075,0.37190083,0.553719,0.6280992,0.62396693,0.61157024,0.5661157,0.5,0.46694216,0.446281,0.4338843,0.4338843,0.49173555,0.5495868,0.57438016,0.54545456,0.5289256,0.5661157,0.62396693,0.6942149,0.70247936,0.6859504,0.6694215,0.60330576,0.59504133,0.6322314,0.62396693,0.6735537,0.74793386,0.8057851,0.8264463,0.8264463,0.8140496,0.7892562,0.75619835,0.71487606,0.6735537,0.6694215,0.7066116,0.73966944,0.7066116,0.6404959,0.61157024,0.6322314,0.6735537,0.6404959,0.58264464,0.553719,0.48347107,0.5206612,0.6280992,0.69008267,0.6322314,0.5495868,0.46694216,0.44214877,0.47107437,0.49173555,0.5123967,0.5289256,0.56198347,0.59090906,0.59917355,0.62396693,0.30578512,0.39256197,0.58677685,0.6322314,0.677686,0.6735537,0.6198347,0.57024795,0.56198347,0.5785124,0.5661157,0.53305787,0.54545456,0.57024795,0.58264464,0.59090906,0.607438,0.61570245,0.6404959,0.6570248,0.6818182,0.6694215,0.6735537,0.6652893,0.6528926,0.6652893,0.6652893,0.6983471,0.75206614,0.79752064,0.822314,0.822314,0.8057851,0.78099173,0.75206614,0.71900827,0.69008267,0.6983471,0.72727275,0.76033056,0.7644628,0.74793386,0.6818182,0.6198347,0.6322314,0.6652893,0.6570248,0.6528926,0.6322314,0.6198347,0.6198347,0.6363636,0.62396693,0.58677685,0.54545456,0.5371901,0.553719,0.5495868,0.5371901,0.5413223,0.57438016,0.61570245,0.6363636,0.6487603,0.3305785,0.39256197,0.56198347,0.6363636,0.7107438,0.71487606,0.69008267,0.6859504,0.69008267,0.6818182,0.6446281,0.6280992,0.6280992,0.6280992,0.6280992,0.62396693,0.6280992,0.6322314,0.6322314,0.6322314,0.6363636,0.661157,0.6983471,0.6983471,0.6818182,0.6818182,0.6859504,0.7066116,0.76033056,0.7933884,0.8140496,0.8140496,0.7933884,0.7644628,0.74380165,0.72727275,0.7107438,0.72727275,0.7355372,0.75619835,0.75619835,0.76033056,0.72727275,0.6570248,0.61570245,0.6322314,0.6363636,0.6570248,0.6652893,0.6652893,0.6570248,0.6570248,0.661157,0.6528926,0.6404959,0.6280992,0.6363636,0.6322314,0.61570245,0.58677685,0.60330576,0.6404959,0.6735537,0.6859504,0.32231405,0.39256197,0.57024795,0.6446281,0.71487606,0.73966944,0.73966944,0.74793386,0.74380165,0.71900827,0.7107438,0.7231405,0.71487606,0.6983471,0.6859504,0.6694215,0.6652893,0.661157,0.6652893,0.677686,0.6942149,0.71900827,0.71900827,0.71900827,0.6983471,0.69008267,0.6942149,0.71900827,0.7644628,0.7892562,0.8016529,0.8016529,0.7768595,0.74380165,0.73140496,0.72727275,0.71487606,0.73966944,0.74380165,0.75206614,0.7644628,0.7768595,0.77272725,0.74380165,0.71487606,0.677686,0.6652893,0.6735537,0.6859504,0.6983471,0.7066116,0.71487606,0.7107438,0.71487606,0.6983471,0.6859504,0.69008267,0.69008267,0.6942149,0.677686,0.661157,0.677686,0.72727275,0.71487606,0.338843,0.38429752,0.5413223,0.6363636,0.7066116,0.74380165,0.75619835,0.76859504,0.76859504,0.75206614,0.74793386,0.76033056,0.76033056,0.75206614,0.73966944,0.71900827,0.71900827,0.71900827,0.7355372,0.74380165,0.75619835,0.76033056,0.74793386,0.72727275,0.6983471,0.6859504,0.6942149,0.72727275,0.77272725,0.79752064,0.79752064,0.7892562,0.76859504,0.74380165,0.71900827,0.71487606,0.7107438,0.72727275,0.7355372,0.75619835,0.76859504,0.7768595,0.7892562,0.76859504,0.76033056,0.76033056,0.74793386,0.74380165,0.73966944,0.73966944,0.74380165,0.75619835,0.76033056,0.7644628,0.74793386,0.73140496,0.72727275,0.73140496,0.7355372,0.74380165,0.73140496,0.72727275,0.74793386,0.7355372,0.33471075,0.39256197,0.5495868,0.6280992,0.6983471,0.73966944,0.7644628,0.7768595,0.78512394,0.7768595,0.77272725,0.76859504,0.77272725,0.75619835,0.75206614,0.75206614,0.74793386,0.75206614,0.74793386,0.7644628,0.77272725,0.76033056,0.73966944,0.71900827,0.6983471,0.6859504,0.7066116,0.73966944,0.7768595,0.8016529,0.8057851,0.79752064,0.7768595,0.7355372,0.71487606,0.7066116,0.7066116,0.71487606,0.72727275,0.75619835,0.7768595,0.78099173,0.7933884,0.79752064,0.7892562,0.7892562,0.7933884,0.7933884,0.79752064,0.7933884,0.78512394,0.7933884,0.79752064,0.8016529,0.7892562,0.78099173,0.76859504,0.76859504,0.77272725,0.78512394,0.78512394,0.76859504,0.76033056,0.74793386,0.338843,0.38429752,0.5289256,0.61570245,0.6818182,0.73140496,0.76033056,0.78099173,0.7933884,0.7933884,0.7933884,0.7892562,0.78512394,0.78099173,0.76033056,0.76859504,0.77272725,0.7768595,0.7644628,0.78512394,0.7768595,0.75619835,0.73140496,0.70247936,0.6818182,0.6859504,0.7066116,0.74380165,0.78099173,0.79752064,0.8057851,0.8057851,0.7768595,0.75206614,0.71487606,0.6983471,0.6983471,0.71487606,0.7355372,0.75206614,0.78099173,0.7892562,0.79752064,0.79752064,0.8057851,0.8057851,0.79752064,0.8016529,0.80991733,0.80991733,0.80991733,0.8140496,0.8140496,0.8140496,0.80991733,0.8016529,0.79752064,0.79752064,0.7933884,0.8016529,0.8016529,0.78512394,0.7644628,0.74380165,0.32231405,0.39256197,0.5165289,0.60330576,0.6735537,0.71900827,0.75619835,0.7768595,0.7933884,0.79752064,0.7933884,0.7933884,0.7933884,0.8057851,0.78512394,0.7768595,0.7892562,0.7933884,0.78512394,0.78512394,0.76859504,0.75619835,0.72727275,0.6942149,0.6652893,0.6735537,0.6983471,0.73966944,0.76859504,0.7892562,0.8016529,0.8016529,0.78512394,0.74793386,0.71487606,0.6942149,0.69008267,0.7107438,0.7355372,0.75619835,0.7768595,0.79752064,0.8057851,0.8057851,0.80991733,0.822314,0.8181818,0.80991733,0.8181818,0.80991733,0.8181818,0.822314,0.8181818,0.80991733,0.8181818,0.822314,0.8140496,0.8140496,0.8057851,0.8016529,0.79752064,0.78099173,0.75619835,0.72727275,0.3140496,0.38842976,0.5041322,0.58264464,0.6404959,0.70247936,0.74793386,0.77272725,0.7933884,0.79752064,0.78099173,0.78099173,0.7933884,0.79752064,0.7892562,0.78512394,0.78512394,0.7933884,0.7892562,0.78512394,0.77272725,0.76033056,0.7355372,0.69008267,0.6528926,0.6735537,0.71487606,0.74793386,0.76859504,0.78512394,0.79752064,0.7933884,0.77272725,0.73966944,0.70247936,0.661157,0.6694215,0.6942149,0.7231405,0.76033056,0.78099173,0.8016529,0.8140496,0.8140496,0.80991733,0.822314,0.8264463,0.822314,0.8264463,0.8181818,0.822314,0.8264463,0.8181818,0.822314,0.822314,0.8305785,0.822314,0.8140496,0.8057851,0.79752064,0.7892562,0.76033056,0.73140496,0.7066116,0.30991736,0.3966942,0.49586776,0.57438016,0.61157024,0.6735537,0.73140496,0.7644628,0.7768595,0.78099173,0.7644628,0.77272725,0.7768595,0.7892562,0.78099173,0.7768595,0.78099173,0.78512394,0.78099173,0.78099173,0.77272725,0.76033056,0.73140496,0.6735537,0.6404959,0.6652893,0.72727275,0.75619835,0.77272725,0.78099173,0.7892562,0.78512394,0.7644628,0.73966944,0.6983471,0.6446281,0.6280992,0.6570248,0.6942149,0.75206614,0.78512394,0.8016529,0.8140496,0.8181818,0.8181818,0.8181818,0.822314,0.8264463,0.8305785,0.822314,0.8181818,0.8264463,0.822314,0.822314,0.8181818,0.822314,0.8264463,0.8181818,0.8057851,0.78512394,0.76859504,0.74380165,0.7107438,0.6859504,0.30165288,0.40082645,0.49173555,0.55785125,0.6198347,0.6528926,0.677686,0.7231405,0.74380165,0.7644628,0.7644628,0.76859504,0.77272725,0.7768595,0.78512394,0.7768595,0.77272725,0.7768595,0.7768595,0.7768595,0.77272725,0.76033056,0.7107438,0.6570248,0.6487603,0.70247936,0.75619835,0.7892562,0.79752064,0.7933884,0.7933884,0.78512394,0.77272725,0.74793386,0.7066116,0.6404959,0.61157024,0.6280992,0.661157,0.73140496,0.7768595,0.8016529,0.80991733,0.8140496,0.8181818,0.8264463,0.822314,0.822314,0.8305785,0.8181818,0.8140496,0.8140496,0.8181818,0.8181818,0.8181818,0.8140496,0.80991733,0.8016529,0.8016529,0.78099173,0.75206614,0.7355372,0.70247936,0.661157,0.29752067,0.40082645,0.48347107,0.54545456,0.61570245,0.6487603,0.6818182,0.7066116,0.73140496,0.75619835,0.7644628,0.77272725,0.77272725,0.77272725,0.78099173,0.78099173,0.78099173,0.78512394,0.7768595,0.7768595,0.77272725,0.75619835,0.6983471,0.6363636,0.6528926,0.71487606,0.76033056,0.78512394,0.80991733,0.822314,0.80991733,0.8016529,0.78512394,0.75619835,0.71900827,0.6735537,0.6404959,0.6322314,0.6487603,0.7066116,0.76033056,0.7933884,0.8057851,0.8140496,0.822314,0.822314,0.822314,0.8140496,0.822314,0.8181818,0.80991733,0.8057851,0.80991733,0.80991733,0.8057851,0.79752064,0.7933884,0.78512394,0.78512394,0.7644628,0.7355372,0.71487606,0.6942149,0.6363636,0.30165288,0.38842976,0.49173555,0.54545456,0.59917355,0.6363636,0.6694215,0.6942149,0.72727275,0.75206614,0.76033056,0.7644628,0.76859504,0.76859504,0.7768595,0.78512394,0.7933884,0.78099173,0.78099173,0.78099173,0.76859504,0.73140496,0.6694215,0.61570245,0.62396693,0.6735537,0.7231405,0.76033056,0.78512394,0.8140496,0.8140496,0.8016529,0.76859504,0.72727275,0.6818182,0.6487603,0.6528926,0.6570248,0.6487603,0.6652893,0.72727275,0.78512394,0.8057851,0.8181818,0.8264463,0.8264463,0.8181818,0.80991733,0.8181818,0.8181818,0.80991733,0.80991733,0.80991733,0.80991733,0.8057851,0.7933884,0.78512394,0.76859504,0.76033056,0.74793386,0.71487606,0.6983471,0.6735537,0.62396693,0.30991736,0.37190083,0.49173555,0.5371901,0.58677685,0.6280992,0.6570248,0.6983471,0.73140496,0.74793386,0.75619835,0.7644628,0.76859504,0.77272725,0.78099173,0.78099173,0.7892562,0.78099173,0.7768595,0.78512394,0.76033056,0.69008267,0.6322314,0.5785124,0.5413223,0.57438016,0.62396693,0.69008267,0.72727275,0.75206614,0.75619835,0.73140496,0.6859504,0.6280992,0.59504133,0.59090906,0.60330576,0.6363636,0.6404959,0.6363636,0.6818182,0.76033056,0.8016529,0.8140496,0.822314,0.8305785,0.822314,0.8181818,0.8140496,0.8140496,0.8140496,0.80991733,0.8057851,0.8057851,0.8016529,0.7933884,0.78512394,0.7644628,0.74793386,0.73966944,0.7107438,0.6818182,0.661157,0.61157024,0.3140496,0.36363637,0.47933885,0.5371901,0.58264464,0.62396693,0.661157,0.6942149,0.7231405,0.73966944,0.75206614,0.75619835,0.76033056,0.76859504,0.77272725,0.78099173,0.7892562,0.76859504,0.7768595,0.7644628,0.7355372,0.6487603,0.5785124,0.5371901,0.49173555,0.4876033,0.5247934,0.5785124,0.61157024,0.6404959,0.6528926,0.6280992,0.59090906,0.5413223,0.5165289,0.5289256,0.56198347,0.607438,0.6363636,0.61570245,0.6487603,0.74793386,0.7892562,0.8057851,0.822314,0.8264463,0.822314,0.822314,0.8181818,0.80991733,0.8057851,0.8057851,0.8057851,0.8016529,0.79752064,0.78099173,0.77272725,0.7644628,0.7644628,0.72727275,0.70247936,0.6735537,0.6446281,0.607438,0.3181818,0.3553719,0.4752066,0.53305787,0.57024795,0.6198347,0.6570248,0.677686,0.70247936,0.72727275,0.74793386,0.75206614,0.75206614,0.76033056,0.7644628,0.77272725,0.78512394,0.7768595,0.78512394,0.75206614,0.6942149,0.59090906,0.5206612,0.45454547,0.38016528,0.38842976,0.45454547,0.49173555,0.49586776,0.5165289,0.5495868,0.54545456,0.5206612,0.45454547,0.38429752,0.4090909,0.5082645,0.5785124,0.59917355,0.59090906,0.6198347,0.72727275,0.78099173,0.7933884,0.80991733,0.8181818,0.822314,0.822314,0.8140496,0.8140496,0.80991733,0.8016529,0.79752064,0.79752064,0.7933884,0.7768595,0.76033056,0.74793386,0.74793386,0.71900827,0.69008267,0.6570248,0.62396693,0.59504133,0.32231405,0.34710744,0.46280992,0.5247934,0.553719,0.59504133,0.6363636,0.6735537,0.69008267,0.7107438,0.72727275,0.73966944,0.73966944,0.75206614,0.75206614,0.7644628,0.76859504,0.76033056,0.77272725,0.74380165,0.6570248,0.5371901,0.46694216,0.37190083,0.23966943,0.2107438,0.3264463,0.45041323,0.46280992,0.446281,0.45867768,0.45867768,0.4214876,0.3429752,0.2107438,0.19421488,0.38429752,0.5165289,0.55785125,0.5661157,0.58677685,0.7107438,0.7768595,0.7892562,0.79752064,0.8057851,0.8140496,0.822314,0.8140496,0.80991733,0.8057851,0.8016529,0.7933884,0.7933884,0.78099173,0.77272725,0.74793386,0.7355372,0.72727275,0.7107438,0.6818182,0.6487603,0.62396693,0.59090906,0.3140496,0.338843,0.45867768,0.5206612,0.5495868,0.58677685,0.61570245,0.6570248,0.6694215,0.6859504,0.7107438,0.7231405,0.71900827,0.72727275,0.74793386,0.75619835,0.76033056,0.7644628,0.7644628,0.74380165,0.6487603,0.5165289,0.47107437,0.41735536,0.29338843,0.1983471,0.20247933,0.3181818,0.41322315,0.446281,0.41735536,0.41735536,0.3966942,0.36363637,0.26859504,0.23553719,0.3140496,0.42975205,0.49586776,0.49586776,0.56198347,0.7066116,0.78512394,0.79752064,0.7933884,0.7933884,0.8057851,0.8140496,0.8057851,0.8016529,0.79752064,0.78099173,0.78512394,0.78099173,0.7644628,0.76033056,0.74380165,0.72727275,0.71487606,0.69008267,0.6652893,0.6404959,0.61570245,0.59090906,0.3140496,0.3305785,0.45454547,0.5206612,0.5371901,0.5661157,0.59917355,0.6404959,0.6694215,0.677686,0.6983471,0.6983471,0.7066116,0.7107438,0.73966944,0.75206614,0.76033056,0.75619835,0.76033056,0.74793386,0.6735537,0.5371901,0.47933885,0.48347107,0.446281,0.35950413,0.30165288,0.29752067,0.3553719,0.3966942,0.4090909,0.45041323,0.49173555,0.5082645,0.4876033,0.4876033,0.48347107,0.47107437,0.46280992,0.47107437,0.5661157,0.71487606,0.7892562,0.8016529,0.7933884,0.7892562,0.7933884,0.8016529,0.79752064,0.79752064,0.7892562,0.7644628,0.75619835,0.75619835,0.75206614,0.7355372,0.73140496,0.71487606,0.6942149,0.677686,0.6570248,0.6322314,0.61157024,0.59090906,0.3181818,0.30991736,0.446281,0.5165289,0.5247934,0.553719,0.5785124,0.607438,0.6528926,0.6446281,0.6570248,0.6818182,0.70247936,0.71900827,0.73140496,0.73966944,0.75206614,0.75206614,0.75206614,0.76033056,0.7231405,0.607438,0.48347107,0.45454547,0.46694216,0.44214877,0.41322315,0.4090909,0.41735536,0.446281,0.48347107,0.5165289,0.5495868,0.5785124,0.58264464,0.58677685,0.57438016,0.5289256,0.4876033,0.5082645,0.59917355,0.7231405,0.7933884,0.8057851,0.79752064,0.7892562,0.7933884,0.7933884,0.7933884,0.78512394,0.7768595,0.75619835,0.74793386,0.74380165,0.73966944,0.72727275,0.71487606,0.6942149,0.6735537,0.661157,0.6404959,0.6198347,0.59917355,0.58677685,0.3181818,0.29338843,0.42975205,0.5082645,0.5165289,0.5371901,0.57024795,0.58677685,0.62396693,0.6446281,0.6404959,0.6652893,0.6942149,0.71900827,0.72727275,0.73966944,0.75206614,0.75619835,0.75619835,0.75619835,0.75206614,0.71487606,0.607438,0.5206612,0.5123967,0.49173555,0.49173555,0.5165289,0.5247934,0.5289256,0.53305787,0.553719,0.57438016,0.59090906,0.58677685,0.57438016,0.57024795,0.56198347,0.57024795,0.61570245,0.6652893,0.73140496,0.7768595,0.8057851,0.8016529,0.7933884,0.7892562,0.7892562,0.78512394,0.77272725,0.7644628,0.75206614,0.7355372,0.71900827,0.71487606,0.71487606,0.70247936,0.6818182,0.661157,0.6528926,0.6404959,0.61570245,0.59917355,0.58677685,0.32231405,0.28099173,0.4214876,0.5,0.5082645,0.5289256,0.5495868,0.56198347,0.607438,0.6363636,0.6404959,0.6404959,0.6652893,0.7066116,0.72727275,0.7355372,0.73966944,0.7355372,0.74380165,0.73966944,0.72727275,0.71487606,0.677686,0.6446281,0.62396693,0.59917355,0.57438016,0.58264464,0.57438016,0.55785125,0.55785125,0.56198347,0.58264464,0.60330576,0.61157024,0.62396693,0.6322314,0.6487603,0.677686,0.6859504,0.6818182,0.71900827,0.75206614,0.78512394,0.7933884,0.79752064,0.7892562,0.7933884,0.7768595,0.76859504,0.76033056,0.74380165,0.7231405,0.70247936,0.69008267,0.69008267,0.6818182,0.6694215,0.6528926,0.6446281,0.6322314,0.61157024,0.58677685,0.58677685,0.3181818,0.2644628,0.3966942,0.49586776,0.5041322,0.5206612,0.5495868,0.5495868,0.5785124,0.61570245,0.62396693,0.61570245,0.6322314,0.6859504,0.71487606,0.72727275,0.72727275,0.7107438,0.71900827,0.7231405,0.7107438,0.6818182,0.6694215,0.6735537,0.677686,0.6652893,0.6322314,0.6322314,0.607438,0.5785124,0.5661157,0.5785124,0.59917355,0.61157024,0.6198347,0.6446281,0.6570248,0.6694215,0.6859504,0.6983471,0.70247936,0.72727275,0.74380165,0.77272725,0.78099173,0.78512394,0.7933884,0.7892562,0.76859504,0.76033056,0.75206614,0.73140496,0.72727275,0.7066116,0.6859504,0.677686,0.6694215,0.661157,0.6404959,0.62396693,0.6198347,0.58677685,0.5785124,0.5785124,0.3140496,0.2892562,0.3553719,0.47933885,0.49586776,0.5082645,0.5413223,0.5413223,0.56198347,0.58677685,0.61570245,0.61570245,0.6363636,0.661157,0.69008267,0.6983471,0.6983471,0.6818182,0.6859504,0.6859504,0.6942149,0.6652893,0.6570248,0.661157,0.6652893,0.6694215,0.6570248,0.6528926,0.6363636,0.60330576,0.57438016,0.58677685,0.61570245,0.62396693,0.6322314,0.6363636,0.6487603,0.661157,0.6652893,0.6818182,0.70247936,0.71900827,0.7355372,0.75206614,0.75619835,0.75619835,0.77272725,0.77272725,0.76033056,0.75619835,0.7355372,0.71900827,0.7107438,0.6983471,0.6818182,0.677686,0.6652893,0.661157,0.6363636,0.62396693,0.59917355,0.59504133,0.58677685,0.58264464,0.30165288,0.29752067,0.32231405,0.46694216,0.48347107,0.49173555,0.5206612,0.5289256,0.5371901,0.55785125,0.58264464,0.59504133,0.6198347,0.6280992,0.6363636,0.6446281,0.6446281,0.6322314,0.6363636,0.6487603,0.6528926,0.6404959,0.6280992,0.6322314,0.6446281,0.6570248,0.6735537,0.6735537,0.661157,0.6322314,0.59504133,0.58264464,0.61157024,0.6363636,0.6487603,0.6446281,0.6446281,0.6487603,0.661157,0.6652893,0.6694215,0.6942149,0.6942149,0.71487606,0.7107438,0.7231405,0.74793386,0.75206614,0.74793386,0.74793386,0.7231405,0.7066116,0.6942149,0.6818182,0.6735537,0.6735537,0.6652893,0.6528926,0.6322314,0.61157024,0.5785124,0.58264464,0.5661157,0.57024795,0.3140496,0.30578512,0.30991736,0.45041323,0.48347107,0.48347107,0.5041322,0.5247934,0.5247934,0.5413223,0.553719,0.5661157,0.58677685,0.59504133,0.59917355,0.59504133,0.59090906,0.57438016,0.58677685,0.61157024,0.61157024,0.62396693,0.6280992,0.62396693,0.6363636,0.6528926,0.677686,0.7066116,0.71487606,0.70247936,0.6652893,0.6363636,0.6446281,0.6652893,0.6652893,0.661157,0.6528926,0.6404959,0.6528926,0.6446281,0.6570248,0.6487603,0.6446281,0.6570248,0.677686,0.6818182,0.70247936,0.71900827,0.7231405,0.72727275,0.7066116,0.6859504,0.6735537,0.6652893,0.661157,0.6570248,0.6487603,0.6446281,0.62396693,0.59917355,0.5785124,0.57024795,0.553719,0.56198347,0.3181818,0.29338843,0.3181818,0.42975205,0.49173555,0.5041322,0.5041322,0.5206612,0.5247934,0.5206612,0.5289256,0.53305787,0.5289256,0.5247934,0.54545456,0.5371901,0.5289256,0.5165289,0.5206612,0.54545456,0.57024795,0.59090906,0.6198347,0.6363636,0.6487603,0.677686,0.70247936,0.73140496,0.7644628,0.77272725,0.74793386,0.7231405,0.71487606,0.6942149,0.69008267,0.6652893,0.6528926,0.6404959,0.6363636,0.6198347,0.62396693,0.61157024,0.59090906,0.58677685,0.59090906,0.607438,0.6363636,0.661157,0.6859504,0.69008267,0.6859504,0.677686,0.6694215,0.6446281,0.6446281,0.6322314,0.6322314,0.6280992,0.62396693,0.59504133,0.57438016,0.56198347,0.5495868,0.5495868,0.30165288,0.2892562,0.30578512,0.40495867,0.4876033,0.5123967,0.5206612,0.5165289,0.5206612,0.5165289,0.5289256,0.5123967,0.48347107,0.47107437,0.47933885,0.47933885,0.45041323,0.43801653,0.446281,0.46694216,0.5123967,0.56198347,0.59917355,0.62396693,0.6487603,0.677686,0.7066116,0.7231405,0.74793386,0.78099173,0.78512394,0.7644628,0.75206614,0.71900827,0.70247936,0.677686,0.6570248,0.6363636,0.6280992,0.59917355,0.59090906,0.57024795,0.5413223,0.5165289,0.5082645,0.5247934,0.56198347,0.59917355,0.6280992,0.6446281,0.6487603,0.6487603,0.6363636,0.6280992,0.62396693,0.59917355,0.61570245,0.60330576,0.61157024,0.59090906,0.57438016,0.55785125,0.553719,0.54545456,0.29752067,0.28512397,0.29338843,0.38016528,0.46694216,0.5082645,0.5206612,0.5206612,0.5165289,0.5123967,0.53305787,0.5165289,0.45867768,0.4338843,0.45041323,0.4338843,0.3966942,0.35950413,0.3553719,0.38016528,0.42561984,0.47933885,0.5206612,0.54545456,0.55785125,0.57024795,0.58677685,0.61157024,0.6446281,0.6942149,0.7231405,0.7066116,0.661157,0.61570245,0.60330576,0.61157024,0.59504133,0.58264464,0.58264464,0.5661157,0.5495868,0.5289256,0.5041322,0.47107437,0.43801653,0.43801653,0.4752066,0.5289256,0.57438016,0.59090906,0.59917355,0.607438,0.61157024,0.59917355,0.61157024,0.61157024,0.607438,0.60330576,0.59504133,0.57024795,0.553719,0.5413223,0.5371901,0.5247934,0.29752067,0.29752067,0.2768595,0.3429752,0.44214877,0.4876033,0.5123967,0.5206612,0.5289256,0.5206612,0.5413223,0.53305787,0.5,0.47933885,0.46694216,0.46280992,0.42975205,0.3677686,0.3181818,0.30165288,0.32231405,0.34710744,0.3677686,0.37603307,0.37190083,0.40082645,0.40495867,0.4338843,0.45454547,0.5082645,0.5413223,0.54545456,0.49173555,0.45454547,0.4338843,0.44214877,0.45041323,0.44214877,0.45041323,0.45041323,0.45454547,0.45041323,0.4338843,0.4090909,0.37190083,0.35950413,0.39256197,0.45867768,0.5165289,0.5413223,0.5495868,0.55785125,0.58264464,0.59090906,0.59917355,0.59917355,0.607438,0.59917355,0.58264464,0.5495868,0.53305787,0.53305787,0.5247934,0.5,0.29338843,0.29338843,0.28512397,0.29338843,0.42561984,0.47933885,0.4876033,0.5123967,0.5413223,0.53305787,0.5371901,0.55785125,0.553719,0.5371901,0.5247934,0.5206612,0.5206612,0.49586776,0.44214877,0.3966942,0.37190083,0.34710744,0.3429752,0.3429752,0.34710744,0.35123968,0.35123968,0.35123968,0.3429752,0.36363637,0.39256197,0.41735536,0.4090909,0.38842976,0.37190083,0.38429752,0.40495867,0.41735536,0.41735536,0.40495867,0.4090909,0.40082645,0.38842976,0.38429752,0.37603307,0.35123968,0.338843,0.41322315,0.45867768,0.5123967,0.5247934,0.5371901,0.5785124,0.59090906,0.58677685,0.58264464,0.58677685,0.58677685,0.5661157,0.5413223,0.5289256,0.5247934,0.5082645,0.4752066,0.30165288,0.28512397,0.28099173,0.2892562,0.38016528,0.45041323,0.4876033,0.5,0.5206612,0.53305787,0.5413223,0.58264464,0.59504133,0.59504133,0.59090906,0.58677685,0.58264464,0.58677685,0.5785124,0.56198347,0.54545456,0.5041322,0.47933885,0.4752066,0.4876033,0.5082645,0.5206612,0.5247934,0.5,0.47107437,0.46694216,0.4752066,0.49586776,0.5123967,0.5165289,0.53305787,0.5289256,0.5165289,0.48347107,0.46694216,0.47107437,0.47933885,0.5,0.5247934,0.5371901,0.553719,0.49586776,0.43801653,0.45454547,0.5,0.5289256,0.553719,0.59090906,0.59504133,0.58677685,0.57024795,0.57024795,0.56198347,0.5495868,0.5289256,0.5206612,0.5165289,0.4876033,0.45454547,0.29752067,0.28099173,0.2892562,0.2768595,0.32231405,0.42561984,0.47107437,0.49586776,0.5082645,0.5165289,0.5413223,0.57438016,0.61157024,0.61570245,0.62396693,0.6446281,0.6528926,0.6570248,0.6446281,0.6198347,0.59917355,0.57438016,0.5495868,0.5206612,0.5123967,0.5165289,0.5495868,0.5785124,0.60330576,0.607438,0.60330576,0.59504133,0.59504133,0.58677685,0.57438016,0.56198347,0.5289256,0.5165289,0.5123967,0.5371901,0.5495868,0.56198347,0.58264464,0.61157024,0.61570245,0.61157024,0.61570245,0.553719,0.5165289,0.53305787,0.55785125,0.58264464,0.60330576,0.60330576,0.58677685,0.5661157,0.55785125,0.54545456,0.5289256,0.5206612,0.5123967,0.49586776,0.46694216,0.4338843,0.28099173,0.2892562,0.29338843,0.28512397,0.28099173,0.37190083,0.44214877,0.4876033,0.5041322,0.5082645,0.53305787,0.553719,0.59090906,0.60330576,0.61570245,0.6404959,0.6694215,0.6735537,0.661157,0.6322314,0.59917355,0.58677685,0.57024795,0.5371901,0.5371901,0.5247934,0.53305787,0.5413223,0.5495868,0.57024795,0.58677685,0.59090906,0.58264464,0.57024795,0.57024795,0.56198347,0.57024795,0.5661157,0.57438016,0.58677685,0.59917355,0.607438,0.6198347,0.6404959,0.6487603,0.677686,0.6818182,0.661157,0.60330576,0.58677685,0.5785124,0.59917355,0.61157024,0.59504133,0.5785124,0.5661157,0.55785125,0.5123967,0.48347107,0.49173555,0.49586776,0.47933885,0.45041323,0.41735536,0.2768595,0.29752067,0.28512397,0.2768595,0.27272728,0.32231405,0.39256197,0.45867768,0.48347107,0.49173555,0.5123967,0.5289256,0.56198347,0.58677685,0.59917355,0.6280992,0.6404959,0.6528926,0.6404959,0.62396693,0.58677685,0.57024795,0.56198347,0.5371901,0.5247934,0.49173555,0.4876033,0.4752066,0.46694216,0.47933885,0.5,0.5123967,0.5247934,0.5413223,0.553719,0.5661157,0.58264464,0.58677685,0.59090906,0.59090906,0.607438,0.6198347,0.6363636,0.6528926,0.661157,0.6942149,0.71900827,0.6983471,0.6652893,0.61570245,0.58677685,0.59504133,0.59917355,0.58264464,0.5661157,0.54545456,0.5413223,0.5165289,0.49173555,0.49173555,0.47933885,0.46280992,0.4338843,0.40495867,0.28099173,0.29338843,0.27272728,0.28099173,0.2768595,0.2892562,0.35123968,0.41735536,0.45041323,0.46694216,0.4876033,0.5,0.5247934,0.55785125,0.57438016,0.59090906,0.59090906,0.60330576,0.61570245,0.59917355,0.5785124,0.54545456,0.5413223,0.5289256,0.5082645,0.4876033,0.47107437,0.46280992,0.446281,0.45454547,0.46694216,0.47107437,0.4752066,0.5,0.5247934,0.5495868,0.56198347,0.5785124,0.57024795,0.58677685,0.59917355,0.61570245,0.6404959,0.6528926,0.6694215,0.6942149,0.7066116,0.6942149,0.6694215,0.62396693,0.59504133,0.57024795,0.57024795,0.56198347,0.553719,0.53305787,0.5206612,0.5123967,0.49586776,0.47107437,0.46280992,0.4338843,0.40495867,0.37190083,0.28512397,0.2892562,0.26859504,0.28512397,0.28512397,0.2768595,0.30165288,0.35950413,0.41322315,0.43801653,0.45041323,0.48347107,0.49586776,0.5247934,0.56198347,0.56198347,0.5661157,0.57024795,0.58264464,0.58677685,0.56198347,0.5371901,0.5289256,0.5247934,0.5165289,0.5041322,0.4876033,0.4752066,0.45867768,0.45454547,0.45454547,0.46280992,0.46280992,0.47107437,0.4876033,0.5041322,0.5247934,0.5371901,0.553719,0.57438016,0.59504133,0.61157024,0.6363636,0.6446281,0.661157,0.6735537,0.677686,0.661157,0.6404959,0.61570245,0.58677685,0.553719,0.5413223,0.53305787,0.53305787,0.5123967,0.5123967,0.4876033,0.4876033,0.46694216,0.446281,0.41735536,0.38016528,0.338843,0.28099173,0.2892562,0.27272728,0.28099173,0.2768595,0.27272728,0.26859504,0.30991736,0.3677686,0.4090909,0.42975205,0.45867768,0.46694216,0.49586776,0.5123967,0.5413223,0.53305787,0.53305787,0.57024795,0.57024795,0.553719,0.5371901,0.5165289,0.5123967,0.5082645,0.5123967,0.5041322,0.48347107,0.46694216,0.45867768,0.45454547,0.45867768,0.46694216,0.46694216,0.47933885,0.48347107,0.5206612,0.5289256,0.54545456,0.58677685,0.59504133,0.61570245,0.62396693,0.6322314,0.6404959,0.6363636,0.6322314,0.61157024,0.5785124,0.5661157,0.55785125,0.5495868,0.5413223,0.5206612,0.5123967,0.49586776,0.4876033,0.46280992,0.46694216,0.44214877,0.42975205,0.38842976,0.34710744,0.30991736,0.28099173,0.28099173,0.2768595,0.27272728,0.2768595,0.2768595,0.27272728,0.26859504,0.3181818,0.35123968,0.40082645,0.4214876,0.45041323,0.46694216,0.4876033,0.5165289,0.5289256,0.5289256,0.54545456,0.5495868,0.56198347,0.5413223,0.5289256,0.5247934,0.53305787,0.553719,0.57024795,0.59504133,0.6322314,0.6404959,0.6198347,0.60330576,0.58677685,0.55785125,0.5495868,0.53305787,0.5413223,0.5413223,0.55785125,0.5785124,0.59504133,0.607438,0.61157024,0.61570245,0.6198347,0.61157024,0.607438,0.59090906,0.5661157,0.55785125,0.5371901,0.5371901,0.5206612,0.49586776,0.49173555,0.49173555,0.47107437,0.45041323,0.44214877,0.4214876,0.3966942,0.3553719,0.3140496,0.30165288,0.28099173,0.28099173,0.28099173,0.28512397,0.29338843,0.30165288,0.27272728,0.17355372,0.26859504,0.30991736,0.35950413,0.38429752,0.42561984,0.43801653,0.4752066,0.5041322,0.5165289,0.53305787,0.53305787,0.5413223,0.553719,0.553719,0.5495868,0.55785125,0.58677685,0.61570245,0.6363636,0.677686,0.7066116,0.75206614,0.75619835,0.7355372,0.6983471,0.6694215,0.6528926,0.607438,0.58677685,0.5661157,0.57438016,0.58677685,0.59090906,0.58677685,0.59917355,0.607438,0.61157024,0.60330576,0.59090906,0.57438016,0.57024795,0.553719,0.5371901,0.5165289,0.5041322,0.47933885,0.4752066,0.46280992,0.45041323,0.4338843,0.41735536,0.39256197,0.34710744,0.30578512,0.29752067,0.29752067,0.2768595,0.29752067,0.2520661,0.338843,0.36363637,0.3264463,0.21487603,0.0661157,0.28512397,0.28099173,0.3140496,0.33471075,0.38429752,0.40495867,0.446281,0.48347107,0.5041322,0.5289256,0.5413223,0.553719,0.57438016,0.58677685,0.59090906,0.59504133,0.61157024,0.61570245,0.62396693,0.6446281,0.6694215,0.70247936,0.72727275,0.7355372,0.7107438,0.70247936,0.69008267,0.6570248,0.62396693,0.61570245,0.6198347,0.61570245,0.61157024,0.607438,0.61157024,0.61570245,0.6198347,0.607438,0.59504133,0.57438016,0.56198347,0.55785125,0.5413223,0.5289256,0.5082645,0.4876033,0.46280992,0.44214877,0.42975205,0.4090909,0.38429752,0.3429752,0.29338843,0.27272728,0.29752067,0.29338843,0.3264463,0.3677686,0.27272728,0.27272728,0.37603307,0.2644628,0.1694215,0.045454547,0.34710744,0.3429752,0.2768595,0.2892562,0.3181818,0.3553719,0.39256197,0.42975205,0.45867768,0.49586776,0.5289256,0.553719,0.58677685,0.59504133,0.60330576,0.61157024,0.6280992,0.6198347,0.61157024,0.61157024,0.6322314,0.6570248,0.69008267,0.7107438,0.70247936,0.70247936,0.6983471,0.6735537,0.6528926,0.6570248,0.6652893,0.6694215,0.6570248,0.6322314,0.6322314,0.62396693,0.6280992,0.60330576,0.58264464,0.57438016,0.56198347,0.5371901,0.5371901,0.5165289,0.5,0.4752066,0.446281,0.42561984,0.3966942,0.3677686,0.33471075,0.29338843,0.2644628,0.2892562,0.3181818,0.28099173,0.35950413,0.27272728,0.3140496,0.2231405,0.30165288,0.20661157,0.1322314,0.07438017,0.3677686,0.41322315,0.27272728,0.2644628,0.27272728,0.30165288,0.3305785,0.3677686,0.40082645,0.45041323,0.5082645,0.5371901,0.57024795,0.58677685,0.58264464,0.58677685,0.6198347,0.61570245,0.59504133,0.59090906,0.61157024,0.6322314,0.6528926,0.661157,0.661157,0.6735537,0.6652893,0.661157,0.661157,0.6694215,0.6818182,0.69008267,0.6735537,0.6570248,0.6404959,0.6280992,0.607438,0.57438016,0.553719,0.55785125,0.5371901,0.5206612,0.5082645,0.48347107,0.46280992,0.43801653,0.41735536,0.39256197,0.3553719,0.3181818,0.28512397,0.25619835,0.26859504,0.29338843,0.3264463,0.27272728,0.45867768,0.30578512,0.19421488,0.28512397,0.25619835,0.17768595,0.10330579,0.12396694,0.41322315,0.42975205,0.3140496,0.24793388,0.2603306,0.26859504,0.28512397,0.29752067,0.338843,0.40495867,0.47107437,0.5165289,0.5371901,0.56198347,0.5785124,0.5661157,0.57438016,0.59090906,0.5661157,0.5661157,0.5785124,0.59090906,0.61570245,0.61157024,0.61157024,0.61157024,0.607438,0.6198347,0.6322314,0.6528926,0.6694215,0.6735537,0.6528926,0.6280992,0.62396693,0.6198347,0.58677685,0.54545456,0.53305787,0.5247934,0.5041322,0.47933885,0.46280992,0.43801653,0.41322315,0.38842976,0.3677686,0.33471075,0.30165288,0.26859504,0.2520661,0.2603306,0.28099173,0.30165288,0.3181818,0.2644628,0.3429752,0.28512397,0.1694215,0.29752067,0.24380165,0.14876033,0.08677686,0.19421488,0.45041323,0.43801653,0.3677686,0.2768595,0.25619835,0.2520661,0.2603306,0.25619835,0.26859504,0.3264463,0.4214876,0.47933885,0.5041322,0.5247934,0.5413223,0.54545456,0.53305787,0.54545456,0.5371901,0.53305787,0.5371901,0.5413223,0.5495868,0.57024795,0.57024795,0.57438016,0.57438016,0.58264464,0.60330576,0.62396693,0.6363636,0.6322314,0.61570245,0.59090906,0.59090906,0.58264464,0.5413223,0.5165289,0.5041322,0.47933885,0.45041323,0.42561984,0.3966942,0.38429752,0.36363637,0.3264463,0.30578512,0.26859504,0.2520661,0.23966943,0.24793388,0.27272728,0.29338843,0.3264463,0.30165288,0.24380165,22 +0.4338843,0.46280992,0.5,0.5413223,0.5371901,0.53305787,0.5247934,0.53305787,0.5495868,0.5495868,0.54545456,0.5495868,0.5413223,0.5247934,0.54545456,0.553719,0.5371901,0.5413223,0.5495868,0.5371901,0.53305787,0.53305787,0.5289256,0.53305787,0.5165289,0.5289256,0.5,0.5,0.5041322,0.5,0.5,0.5082645,0.5082645,0.5041322,0.5165289,0.5289256,0.5661157,0.57438016,0.54545456,0.5495868,0.553719,0.54545456,0.55785125,0.553719,0.5661157,0.58264464,0.57024795,0.5661157,0.59090906,0.58677685,0.60330576,0.59917355,0.58677685,0.57024795,0.55785125,0.5413223,0.53305787,0.5206612,0.5413223,0.5413223,0.4752066,0.33471075,0.24793388,0.21900827,0.46694216,0.5165289,0.5371901,0.553719,0.5413223,0.5371901,0.5371901,0.5495868,0.56198347,0.55785125,0.5495868,0.53305787,0.54545456,0.5371901,0.5495868,0.553719,0.553719,0.5661157,0.55785125,0.553719,0.55785125,0.55785125,0.54545456,0.5495868,0.5661157,0.56198347,0.5495868,0.5495868,0.5371901,0.5123967,0.5082645,0.5247934,0.5247934,0.5206612,0.5413223,0.56198347,0.55785125,0.57024795,0.56198347,0.55785125,0.56198347,0.553719,0.5495868,0.5495868,0.5661157,0.5661157,0.5661157,0.58264464,0.59090906,0.59504133,0.60330576,0.59504133,0.59090906,0.5785124,0.56198347,0.5413223,0.5371901,0.53305787,0.53305787,0.5413223,0.5,0.38842976,0.25619835,0.19421488,0.49586776,0.49586776,0.5495868,0.553719,0.5495868,0.5413223,0.5371901,0.54545456,0.553719,0.54545456,0.54545456,0.5371901,0.53305787,0.5413223,0.5371901,0.553719,0.55785125,0.56198347,0.55785125,0.54545456,0.55785125,0.5785124,0.5495868,0.553719,0.56198347,0.58677685,0.56198347,0.5785124,0.57024795,0.5495868,0.5289256,0.5495868,0.5371901,0.54545456,0.56198347,0.58264464,0.55785125,0.57024795,0.5785124,0.57438016,0.57024795,0.553719,0.55785125,0.553719,0.55785125,0.57024795,0.58264464,0.58677685,0.59090906,0.59504133,0.607438,0.58677685,0.57438016,0.5785124,0.56198347,0.5371901,0.54545456,0.5371901,0.53305787,0.5413223,0.5289256,0.45041323,0.28512397,0.21487603,0.5206612,0.5123967,0.55785125,0.55785125,0.5495868,0.54545456,0.5413223,0.54545456,0.553719,0.5413223,0.5371901,0.5247934,0.5123967,0.5413223,0.53305787,0.553719,0.54545456,0.553719,0.55785125,0.55785125,0.56198347,0.56198347,0.553719,0.553719,0.55785125,0.59917355,0.5785124,0.58677685,0.58264464,0.57438016,0.57024795,0.58677685,0.5661157,0.56198347,0.5661157,0.5785124,0.57024795,0.58677685,0.57438016,0.58264464,0.58677685,0.56198347,0.57024795,0.57438016,0.56198347,0.57024795,0.58264464,0.57438016,0.60330576,0.59917355,0.59504133,0.553719,0.54545456,0.56198347,0.56198347,0.5371901,0.5413223,0.5371901,0.53305787,0.5371901,0.53305787,0.49586776,0.3264463,0.21900827,0.5247934,0.54545456,0.56198347,0.55785125,0.54545456,0.53305787,0.53305787,0.5413223,0.5495868,0.5206612,0.4876033,0.48347107,0.47933885,0.5,0.5206612,0.5289256,0.5413223,0.5371901,0.53305787,0.5413223,0.5413223,0.5413223,0.5371901,0.5371901,0.56198347,0.5785124,0.59504133,0.58264464,0.5785124,0.57024795,0.58677685,0.59090906,0.5785124,0.57024795,0.58264464,0.58264464,0.58264464,0.5785124,0.58677685,0.59090906,0.58264464,0.57024795,0.57438016,0.5785124,0.57438016,0.5785124,0.58264464,0.57024795,0.58677685,0.58264464,0.553719,0.5495868,0.5165289,0.5165289,0.5371901,0.5165289,0.5165289,0.5247934,0.53305787,0.5371901,0.5371901,0.5165289,0.37190083,0.21900827,0.5289256,0.55785125,0.56198347,0.553719,0.5371901,0.5247934,0.5289256,0.53305787,0.5165289,0.49173555,0.446281,0.45454547,0.45867768,0.45454547,0.4876033,0.4876033,0.5,0.5041322,0.49586776,0.49586776,0.5,0.5247934,0.5123967,0.5123967,0.5413223,0.57024795,0.5785124,0.58264464,0.5785124,0.5661157,0.58677685,0.5785124,0.57024795,0.5785124,0.58264464,0.58264464,0.58677685,0.5661157,0.58264464,0.5785124,0.58264464,0.56198347,0.5785124,0.57438016,0.5661157,0.56198347,0.55785125,0.5413223,0.5371901,0.5495868,0.5289256,0.53305787,0.5165289,0.4876033,0.49173555,0.4876033,0.49586776,0.5123967,0.5289256,0.5371901,0.54545456,0.5165289,0.4214876,0.21487603,0.54545456,0.55785125,0.5661157,0.553719,0.53305787,0.5206612,0.5247934,0.5123967,0.46694216,0.45867768,0.43801653,0.446281,0.45454547,0.42975205,0.42561984,0.42561984,0.42561984,0.4338843,0.44214877,0.45867768,0.45454547,0.5041322,0.5082645,0.48347107,0.5289256,0.5661157,0.57024795,0.58264464,0.5785124,0.5661157,0.57438016,0.57438016,0.57024795,0.58264464,0.57438016,0.58264464,0.58264464,0.57024795,0.5661157,0.57024795,0.55785125,0.56198347,0.5495868,0.5247934,0.5,0.49586776,0.49586776,0.48347107,0.48347107,0.5082645,0.5082645,0.5082645,0.5041322,0.4876033,0.47933885,0.4752066,0.48347107,0.5041322,0.5247934,0.53305787,0.5495868,0.5165289,0.46694216,0.20661157,0.5495868,0.56198347,0.5661157,0.5495868,0.5247934,0.5165289,0.5041322,0.4752066,0.44214877,0.43801653,0.42975205,0.4214876,0.4338843,0.42561984,0.3966942,0.37603307,0.37190083,0.37190083,0.38429752,0.40082645,0.41322315,0.49173555,0.5206612,0.49173555,0.5413223,0.5785124,0.5661157,0.58264464,0.5785124,0.57438016,0.553719,0.5495868,0.553719,0.56198347,0.5785124,0.59090906,0.58677685,0.58677685,0.5785124,0.55785125,0.5371901,0.5371901,0.5,0.45454547,0.42561984,0.41322315,0.41735536,0.40082645,0.4090909,0.45041323,0.48347107,0.49586776,0.5,0.48347107,0.4752066,0.47107437,0.4752066,0.48347107,0.5082645,0.5289256,0.5495868,0.5289256,0.49586776,0.21487603,0.5495868,0.5661157,0.553719,0.5371901,0.5206612,0.49173555,0.46694216,0.45867768,0.446281,0.44214877,0.4338843,0.41735536,0.42975205,0.42975205,0.41322315,0.39256197,0.37190083,0.36363637,0.37190083,0.38429752,0.4090909,0.47933885,0.5371901,0.5371901,0.5785124,0.61570245,0.59504133,0.58264464,0.59090906,0.57438016,0.5495868,0.54545456,0.5413223,0.54545456,0.5785124,0.58264464,0.59917355,0.58264464,0.61570245,0.55785125,0.53305787,0.5165289,0.46280992,0.4214876,0.38429752,0.3553719,0.3553719,0.3429752,0.3264463,0.37603307,0.43801653,0.46280992,0.47933885,0.46280992,0.446281,0.45454547,0.4752066,0.47107437,0.48347107,0.5165289,0.5413223,0.53305787,0.5123967,0.24793388,0.553719,0.5661157,0.5495868,0.53305787,0.5082645,0.47933885,0.46694216,0.45867768,0.45454547,0.4752066,0.48347107,0.46694216,0.45041323,0.44214877,0.43801653,0.45454547,0.45867768,0.45041323,0.4338843,0.45454547,0.49586776,0.53305787,0.58264464,0.56198347,0.61157024,0.6404959,0.6280992,0.607438,0.6280992,0.59090906,0.57024795,0.57438016,0.5495868,0.54545456,0.5661157,0.59090906,0.61570245,0.59504133,0.6198347,0.56198347,0.53305787,0.5165289,0.47107437,0.45454547,0.42561984,0.38429752,0.40082645,0.38842976,0.35950413,0.3966942,0.45454547,0.44214877,0.4876033,0.4876033,0.44214877,0.45867768,0.47107437,0.46694216,0.47107437,0.5,0.5247934,0.5413223,0.5247934,0.27272728,0.5495868,0.5661157,0.56198347,0.5289256,0.5,0.4876033,0.48347107,0.5,0.49586776,0.5123967,0.54545456,0.5371901,0.5165289,0.5082645,0.5123967,0.5123967,0.5041322,0.5,0.47933885,0.49173555,0.5165289,0.5371901,0.58264464,0.59090906,0.62396693,0.6528926,0.6363636,0.6322314,0.6487603,0.6280992,0.59090906,0.58264464,0.55785125,0.56198347,0.57438016,0.607438,0.62396693,0.607438,0.59090906,0.5371901,0.5495868,0.5371901,0.5165289,0.5041322,0.49586776,0.48347107,0.49173555,0.48347107,0.45867768,0.4752066,0.5,0.5,0.54545456,0.57438016,0.5289256,0.5206612,0.5,0.4876033,0.47933885,0.5041322,0.5206612,0.553719,0.53305787,0.29752067,0.55785125,0.57024795,0.55785125,0.5371901,0.5206612,0.5206612,0.5247934,0.5495868,0.54545456,0.5661157,0.59917355,0.57024795,0.5413223,0.5247934,0.49586776,0.42975205,0.38016528,0.35950413,0.34710744,0.38429752,0.40082645,0.42561984,0.48347107,0.5413223,0.57438016,0.61157024,0.6198347,0.62396693,0.6694215,0.6694215,0.62396693,0.59917355,0.5785124,0.58677685,0.6198347,0.6280992,0.607438,0.58264464,0.553719,0.53305787,0.55785125,0.5495868,0.5289256,0.46694216,0.41735536,0.4090909,0.41735536,0.42561984,0.4338843,0.4752066,0.5,0.5413223,0.57438016,0.61570245,0.5661157,0.5661157,0.5495868,0.5165289,0.4876033,0.49173555,0.5289256,0.56198347,0.553719,0.3264463,0.57024795,0.57438016,0.56198347,0.553719,0.5413223,0.5413223,0.55785125,0.57438016,0.58677685,0.59917355,0.5785124,0.5,0.45867768,0.3966942,0.34710744,0.3305785,0.3181818,0.27272728,0.23966943,0.24380165,0.25619835,0.25619835,0.3677686,0.46280992,0.49586776,0.5495868,0.607438,0.6198347,0.6528926,0.6652893,0.6363636,0.607438,0.58264464,0.60330576,0.6198347,0.6198347,0.58264464,0.54545456,0.5165289,0.553719,0.54545456,0.5,0.44214877,0.3429752,0.28512397,0.28512397,0.30165288,0.32231405,0.338843,0.35123968,0.39256197,0.4338843,0.5247934,0.59504133,0.60330576,0.57024795,0.553719,0.5413223,0.5082645,0.5123967,0.5289256,0.56198347,0.57438016,0.34710744,0.57024795,0.57438016,0.55785125,0.57024795,0.5661157,0.5785124,0.58264464,0.59090906,0.60330576,0.55785125,0.45867768,0.4090909,0.38016528,0.29338843,0.2892562,0.2768595,0.29752067,0.30165288,0.28512397,0.27272728,0.26859504,0.2520661,0.2520661,0.38016528,0.45041323,0.47933885,0.56198347,0.59917355,0.62396693,0.677686,0.6487603,0.62396693,0.60330576,0.607438,0.62396693,0.60330576,0.54545456,0.5123967,0.5413223,0.5371901,0.5082645,0.42975205,0.3140496,0.28512397,0.29338843,0.30991736,0.3264463,0.33471075,0.3553719,0.36363637,0.38016528,0.39256197,0.40495867,0.46280992,0.5661157,0.5785124,0.57024795,0.5661157,0.553719,0.5371901,0.54545456,0.55785125,0.57024795,0.3966942,0.5785124,0.58264464,0.5785124,0.57024795,0.58677685,0.60330576,0.61157024,0.62396693,0.57024795,0.47933885,0.42561984,0.3677686,0.3429752,0.24380165,0.16528925,0.14876033,0.1694215,0.1694215,0.21900827,0.28512397,0.3140496,0.29752067,0.2768595,0.3181818,0.38429752,0.39256197,0.5123967,0.5785124,0.58677685,0.6487603,0.6363636,0.6363636,0.6363636,0.6280992,0.6198347,0.59090906,0.5247934,0.5206612,0.5495868,0.4876033,0.44214877,0.3553719,0.30165288,0.30165288,0.3181818,0.30991736,0.24380165,0.19421488,0.19421488,0.2603306,0.2892562,0.3429752,0.4214876,0.41735536,0.47107437,0.5495868,0.56198347,0.57438016,0.58677685,0.5661157,0.56198347,0.5661157,0.57438016,0.45454547,0.5785124,0.58677685,0.58677685,0.60330576,0.61157024,0.6198347,0.6280992,0.61157024,0.5082645,0.4338843,0.3429752,0.42561984,0.5165289,0.2107438,0.1694215,0.14876033,0.23553719,0.1322314,0.2231405,0.28512397,0.30165288,0.3305785,0.30991736,0.30991736,0.3264463,0.3305785,0.5,0.5371901,0.54545456,0.6280992,0.6404959,0.6528926,0.6570248,0.6487603,0.6322314,0.58264464,0.5247934,0.53305787,0.5165289,0.44214877,0.36363637,0.3305785,0.3305785,0.3305785,0.28099173,0.20247933,0.14876033,0.18181819,0.1570248,0.12396694,0.3677686,0.35950413,0.33471075,0.40495867,0.45867768,0.5206612,0.57024795,0.57438016,0.59504133,0.57438016,0.5661157,0.57024795,0.57438016,0.4876033,0.553719,0.58677685,0.59917355,0.61570245,0.61570245,0.62396693,0.6198347,0.56198347,0.4752066,0.37190083,0.34710744,0.5661157,0.59090906,0.2107438,0.22727273,0.13636364,0.22727273,0.1322314,0.2520661,0.38016528,0.29338843,0.3140496,0.32231405,0.30578512,0.338843,0.3553719,0.4214876,0.47107437,0.5123967,0.61570245,0.6446281,0.6528926,0.6694215,0.6694215,0.6446281,0.5785124,0.5041322,0.5206612,0.4876033,0.38016528,0.3677686,0.36363637,0.34710744,0.3264463,0.3140496,0.21487603,0.14876033,0.2768595,0.1570248,0.11157025,0.37190083,0.56198347,0.4752066,0.32231405,0.4090909,0.5247934,0.57024795,0.58264464,0.59917355,0.58677685,0.5785124,0.57438016,0.58264464,0.5123967,0.54545456,0.59504133,0.607438,0.6280992,0.6280992,0.6322314,0.61157024,0.54545456,0.47107437,0.41322315,0.3305785,0.5206612,0.61570245,0.3305785,0.42561984,0.11570248,0.1446281,0.17768595,0.30165288,0.4090909,0.33471075,0.3429752,0.3305785,0.2892562,0.29338843,0.42975205,0.4338843,0.4752066,0.5,0.59917355,0.6322314,0.6446281,0.6735537,0.677686,0.6528926,0.5785124,0.47933885,0.45867768,0.4752066,0.44214877,0.3966942,0.3966942,0.338843,0.35123968,0.38429752,0.23553719,0.14049587,0.1322314,0.20247933,0.16528925,0.40495867,0.60330576,0.5123967,0.3677686,0.37190083,0.48347107,0.553719,0.58264464,0.607438,0.59917355,0.60330576,0.58264464,0.58677685,0.5206612,0.57024795,0.60330576,0.607438,0.6322314,0.6280992,0.6322314,0.59917355,0.5289256,0.4752066,0.45041323,0.38842976,0.4214876,0.5289256,0.4752066,0.44214877,0.16528925,0.19421488,0.24793388,0.34710744,0.37190083,0.3264463,0.3264463,0.3181818,0.29338843,0.27272728,0.38842976,0.5123967,0.5082645,0.46694216,0.58264464,0.6198347,0.6446281,0.677686,0.6859504,0.6528926,0.58264464,0.45041323,0.46694216,0.5041322,0.43801653,0.35123968,0.3677686,0.3553719,0.36363637,0.4214876,0.30991736,0.1983471,0.16528925,0.21900827,0.2892562,0.5247934,0.58264464,0.45867768,0.38842976,0.40495867,0.46694216,0.5289256,0.57438016,0.607438,0.61157024,0.61157024,0.59090906,0.58677685,0.54545456,0.57438016,0.59917355,0.60330576,0.62396693,0.607438,0.61157024,0.57438016,0.5289256,0.5041322,0.5041322,0.48347107,0.45454547,0.42561984,0.5123967,0.38842976,0.29752067,0.29338843,0.3305785,0.34710744,0.34710744,0.338843,0.3140496,0.30165288,0.30578512,0.30578512,0.35123968,0.446281,0.4752066,0.45454547,0.5661157,0.61570245,0.6322314,0.6694215,0.6942149,0.6570248,0.59090906,0.41735536,0.5041322,0.49586776,0.40495867,0.33471075,0.3264463,0.3264463,0.33471075,0.38016528,0.35950413,0.2768595,0.23140496,0.2603306,0.4338843,0.5206612,0.5206612,0.446281,0.43801653,0.46280992,0.5,0.5371901,0.58264464,0.607438,0.61570245,0.607438,0.59090906,0.58677685,0.57024795,0.58264464,0.60330576,0.59504133,0.61570245,0.607438,0.59917355,0.5785124,0.55785125,0.54545456,0.5495868,0.53305787,0.5371901,0.5247934,0.5206612,0.44214877,0.41735536,0.38842976,0.37190083,0.35950413,0.37190083,0.3677686,0.35950413,0.34710744,0.3429752,0.3264463,0.35950413,0.39256197,0.41735536,0.49586776,0.55785125,0.59504133,0.62396693,0.6528926,0.69008267,0.6487603,0.59090906,0.4214876,0.46694216,0.47107437,0.41322315,0.38016528,0.36363637,0.35123968,0.34710744,0.35950413,0.3553719,0.3305785,0.338843,0.38842976,0.45867768,0.4752066,0.5247934,0.46280992,0.47933885,0.5165289,0.5413223,0.5661157,0.59504133,0.607438,0.61570245,0.607438,0.59917355,0.59090906,0.5661157,0.58677685,0.61157024,0.59504133,0.61157024,0.60330576,0.59504133,0.58677685,0.57438016,0.57438016,0.56198347,0.5413223,0.60330576,0.6322314,0.61157024,0.5123967,0.47933885,0.43801653,0.41322315,0.3966942,0.40082645,0.39256197,0.40082645,0.39256197,0.36363637,0.35123968,0.38429752,0.42561984,0.45867768,0.5495868,0.55785125,0.58264464,0.607438,0.6487603,0.6859504,0.6363636,0.57024795,0.46694216,0.41322315,0.45454547,0.41322315,0.38429752,0.3966942,0.40082645,0.38842976,0.3966942,0.3966942,0.38429752,0.41322315,0.46694216,0.45454547,0.58264464,0.57438016,0.5165289,0.5206612,0.553719,0.57024795,0.59090906,0.61157024,0.60330576,0.61570245,0.60330576,0.59917355,0.59504133,0.553719,0.58677685,0.59504133,0.59504133,0.607438,0.607438,0.59090906,0.5785124,0.58677685,0.59504133,0.58677685,0.57438016,0.607438,0.6404959,0.6528926,0.56198347,0.5123967,0.47107437,0.45041323,0.4338843,0.42561984,0.4214876,0.44214877,0.41322315,0.37603307,0.38842976,0.43801653,0.5165289,0.5123967,0.5661157,0.55785125,0.57024795,0.58677685,0.6652893,0.71487606,0.6487603,0.55785125,0.5123967,0.41735536,0.44214877,0.42561984,0.3966942,0.4090909,0.42561984,0.4214876,0.42975205,0.446281,0.446281,0.47933885,0.5,0.553719,0.6280992,0.60330576,0.553719,0.5495868,0.58677685,0.59917355,0.607438,0.607438,0.59917355,0.59504133,0.60330576,0.59504133,0.59090906,0.5495868,0.58677685,0.5785124,0.60330576,0.59090906,0.59090906,0.59090906,0.58677685,0.59090906,0.59504133,0.59090906,0.58677685,0.59917355,0.607438,0.62396693,0.5661157,0.5082645,0.47933885,0.47107437,0.45454547,0.45041323,0.446281,0.45041323,0.4338843,0.43801653,0.4752066,0.5289256,0.57024795,0.56198347,0.55785125,0.55785125,0.553719,0.5785124,0.6487603,0.7107438,0.6446281,0.55785125,0.53305787,0.48347107,0.45454547,0.42975205,0.42975205,0.41322315,0.43801653,0.45454547,0.46694216,0.47107437,0.49173555,0.5206612,0.5289256,0.59090906,0.61570245,0.59090906,0.5661157,0.58264464,0.607438,0.61570245,0.61570245,0.61570245,0.61570245,0.58677685,0.60330576,0.58677685,0.57438016,0.5495868,0.58677685,0.58264464,0.58264464,0.59090906,0.59090906,0.59504133,0.58264464,0.5785124,0.59504133,0.5785124,0.59090906,0.59090906,0.58264464,0.58264464,0.53305787,0.5123967,0.4876033,0.49173555,0.47933885,0.46694216,0.45454547,0.45454547,0.47933885,0.49173555,0.55785125,0.57438016,0.57438016,0.58677685,0.56198347,0.5495868,0.5661157,0.57438016,0.62396693,0.6818182,0.6487603,0.54545456,0.53305787,0.54545456,0.5165289,0.4752066,0.45454547,0.45041323,0.446281,0.46280992,0.49173555,0.49586776,0.5082645,0.5289256,0.5413223,0.55785125,0.57438016,0.59090906,0.59504133,0.60330576,0.61570245,0.61570245,0.61570245,0.6198347,0.6198347,0.59090906,0.59504133,0.5785124,0.55785125,0.5371901,0.5785124,0.58264464,0.58677685,0.58264464,0.60330576,0.607438,0.59090906,0.59090906,0.58677685,0.59504133,0.59504133,0.55785125,0.553719,0.5661157,0.5289256,0.5289256,0.5082645,0.48347107,0.48347107,0.46694216,0.46280992,0.49173555,0.53305787,0.5495868,0.57438016,0.59090906,0.58264464,0.58264464,0.56198347,0.5495868,0.553719,0.54545456,0.60330576,0.677686,0.6735537,0.57024795,0.5247934,0.56198347,0.59090906,0.5495868,0.5206612,0.49173555,0.46280992,0.46280992,0.49173555,0.5082645,0.5289256,0.5371901,0.5661157,0.59090906,0.58264464,0.61157024,0.6198347,0.59917355,0.6198347,0.61570245,0.62396693,0.6322314,0.6198347,0.6198347,0.59504133,0.59090906,0.5661157,0.5165289,0.57438016,0.5785124,0.59504133,0.59917355,0.61157024,0.60330576,0.59917355,0.58677685,0.59090906,0.58264464,0.58677685,0.5785124,0.55785125,0.55785125,0.5289256,0.5123967,0.5206612,0.5041322,0.49173555,0.47933885,0.49586776,0.53305787,0.56198347,0.57024795,0.58677685,0.60330576,0.59090906,0.58264464,0.56198347,0.54545456,0.5495868,0.55785125,0.6198347,0.677686,0.69008267,0.59090906,0.5289256,0.55785125,0.58264464,0.59504133,0.56198347,0.5371901,0.49586776,0.48347107,0.4876033,0.49586776,0.5206612,0.5413223,0.56198347,0.61157024,0.607438,0.607438,0.62396693,0.607438,0.62396693,0.61570245,0.61570245,0.6322314,0.6198347,0.61157024,0.57438016,0.57024795,0.5495868,0.5082645,0.56198347,0.57024795,0.59090906,0.60330576,0.6198347,0.6198347,0.6198347,0.607438,0.607438,0.58677685,0.59090906,0.58677685,0.57024795,0.57438016,0.5413223,0.5165289,0.5206612,0.5123967,0.5082645,0.5289256,0.553719,0.57024795,0.59090906,0.59504133,0.58264464,0.61570245,0.59917355,0.58264464,0.56198347,0.5495868,0.553719,0.57438016,0.61570245,0.6652893,0.6735537,0.61570245,0.54545456,0.5413223,0.55785125,0.607438,0.59504133,0.59504133,0.5661157,0.5413223,0.5247934,0.5206612,0.5247934,0.5371901,0.54545456,0.59504133,0.59090906,0.61570245,0.6363636,0.6404959,0.6322314,0.6198347,0.61570245,0.62396693,0.6322314,0.6198347,0.58264464,0.5661157,0.54545456,0.49173555,0.553719,0.55785125,0.59090906,0.61570245,0.6404959,0.6404959,0.6280992,0.62396693,0.607438,0.59090906,0.59917355,0.58264464,0.58677685,0.59090906,0.56198347,0.553719,0.54545456,0.53305787,0.5413223,0.5661157,0.57024795,0.5785124,0.59090906,0.58264464,0.58677685,0.61157024,0.59917355,0.58264464,0.56198347,0.553719,0.5495868,0.57438016,0.61157024,0.661157,0.69008267,0.6363636,0.5661157,0.55785125,0.5495868,0.59504133,0.60330576,0.607438,0.59917355,0.58264464,0.57438016,0.54545456,0.5371901,0.55785125,0.57438016,0.59504133,0.607438,0.60330576,0.6280992,0.6363636,0.6280992,0.6198347,0.62396693,0.6280992,0.6322314,0.62396693,0.58264464,0.55785125,0.5495868,0.49586776,0.54545456,0.553719,0.58677685,0.61570245,0.6404959,0.6570248,0.6487603,0.6446281,0.6198347,0.607438,0.607438,0.5785124,0.58677685,0.58264464,0.55785125,0.56198347,0.56198347,0.5661157,0.57438016,0.58677685,0.59504133,0.59504133,0.58264464,0.5661157,0.59090906,0.59917355,0.607438,0.58264464,0.55785125,0.55785125,0.55785125,0.59090906,0.6322314,0.677686,0.6818182,0.6487603,0.58677685,0.55785125,0.553719,0.59917355,0.60330576,0.61157024,0.61157024,0.607438,0.60330576,0.59090906,0.57438016,0.57024795,0.58677685,0.59504133,0.61157024,0.60330576,0.6322314,0.6404959,0.6322314,0.6280992,0.6528926,0.6652893,0.6487603,0.62396693,0.5785124,0.54545456,0.5495868,0.5165289,0.553719,0.5413223,0.57438016,0.61157024,0.6280992,0.6487603,0.6487603,0.661157,0.6322314,0.6280992,0.6198347,0.59917355,0.59917355,0.58264464,0.5661157,0.57438016,0.58264464,0.59090906,0.59917355,0.61157024,0.61570245,0.607438,0.59090906,0.57024795,0.59917355,0.60330576,0.60330576,0.57024795,0.553719,0.5661157,0.57024795,0.59090906,0.6280992,0.6694215,0.6694215,0.6487603,0.59917355,0.5661157,0.5661157,0.59090906,0.607438,0.6198347,0.6322314,0.6363636,0.6280992,0.61570245,0.61570245,0.607438,0.607438,0.61157024,0.62396693,0.61157024,0.6363636,0.6404959,0.6404959,0.6487603,0.6694215,0.661157,0.6487603,0.62396693,0.58264464,0.5371901,0.5371901,0.5413223,0.5661157,0.5413223,0.5661157,0.60330576,0.6280992,0.6363636,0.6446281,0.661157,0.6446281,0.6446281,0.6322314,0.6198347,0.6198347,0.59090906,0.58677685,0.58264464,0.60330576,0.61570245,0.61570245,0.6198347,0.62396693,0.61157024,0.60330576,0.59917355,0.61157024,0.59090906,0.58264464,0.5495868,0.55785125,0.57024795,0.5785124,0.59917355,0.6363636,0.6528926,0.6446281,0.6652893,0.61570245,0.58264464,0.57438016,0.57024795,0.607438,0.6198347,0.6446281,0.6570248,0.6528926,0.6487603,0.6528926,0.6446281,0.6404959,0.6570248,0.6363636,0.6528926,0.6363636,0.661157,0.6446281,0.6446281,0.661157,0.6446281,0.6404959,0.6280992,0.58677685,0.54545456,0.5289256,0.55785125,0.57438016,0.54545456,0.55785125,0.59917355,0.6363636,0.6404959,0.661157,0.6694215,0.6528926,0.6487603,0.6363636,0.6322314,0.6404959,0.60330576,0.6198347,0.607438,0.61570245,0.6280992,0.62396693,0.61570245,0.62396693,0.6198347,0.61157024,0.61157024,0.61570245,0.57024795,0.5413223,0.5413223,0.56198347,0.57438016,0.59504133,0.61570245,0.6446281,0.6528926,0.6487603,0.6859504,0.6280992,0.60330576,0.57024795,0.5661157,0.59917355,0.6280992,0.6528926,0.6652893,0.6694215,0.6694215,0.6735537,0.661157,0.661157,0.677686,0.6528926,0.6818182,0.6528926,0.6694215,0.6570248,0.6446281,0.6528926,0.6404959,0.6280992,0.62396693,0.58677685,0.54545456,0.5247934,0.5413223,0.58264464,0.5495868,0.5495868,0.59504133,0.6280992,0.6570248,0.6694215,0.6735537,0.6570248,0.6528926,0.6487603,0.6404959,0.6487603,0.61570245,0.6322314,0.61157024,0.61570245,0.61570245,0.61570245,0.61157024,0.61157024,0.61157024,0.607438,0.59917355,0.60330576,0.553719,0.55785125,0.553719,0.56198347,0.5785124,0.59504133,0.62396693,0.6363636,0.6280992,0.6280992,0.6652893,0.6363636,0.61157024,0.58264464,0.57438016,0.58677685,0.6198347,0.6570248,0.6694215,0.6735537,0.6694215,0.6694215,0.6652893,0.6735537,0.6818182,0.6570248,0.6818182,0.6735537,0.6570248,0.6404959,0.6528926,0.6487603,0.6322314,0.61570245,0.607438,0.58677685,0.5495868,0.5371901,0.5206612,0.58677685,0.55785125,0.54545456,0.58264464,0.61570245,0.6570248,0.6652893,0.6652893,0.6570248,0.6528926,0.6528926,0.6528926,0.6322314,0.6363636,0.6322314,0.61570245,0.6280992,0.61570245,0.62396693,0.6198347,0.61570245,0.59917355,0.57438016,0.57438016,0.58264464,0.55785125,0.5785124,0.57024795,0.58677685,0.5785124,0.59090906,0.61157024,0.6322314,0.61157024,0.61570245,0.6322314,0.62396693,0.607438,0.59504133,0.5785124,0.57438016,0.59917355,0.6487603,0.6528926,0.6694215,0.677686,0.6735537,0.6694215,0.677686,0.677686,0.6735537,0.6942149,0.69008267,0.6694215,0.6322314,0.6652893,0.6570248,0.6404959,0.62396693,0.59504133,0.5785124,0.553719,0.5413223,0.5165289,0.59504133,0.56198347,0.54545456,0.57024795,0.6280992,0.6735537,0.6694215,0.6694215,0.6528926,0.6570248,0.661157,0.6528926,0.62396693,0.6322314,0.6280992,0.6280992,0.6404959,0.6363636,0.6363636,0.62396693,0.59504133,0.57438016,0.5371901,0.57438016,0.57024795,0.5785124,0.59504133,0.59504133,0.58677685,0.59504133,0.58677685,0.607438,0.61570245,0.6198347,0.6198347,0.62396693,0.6198347,0.61157024,0.60330576,0.58264464,0.57024795,0.5785124,0.6322314,0.6404959,0.6487603,0.661157,0.677686,0.6694215,0.6735537,0.6652893,0.677686,0.6983471,0.6983471,0.677686,0.6404959,0.6652893,0.661157,0.6570248,0.6404959,0.60330576,0.57024795,0.54545456,0.5371901,0.5289256,0.59504133,0.56198347,0.5495868,0.57024795,0.6322314,0.677686,0.677686,0.677686,0.6694215,0.6528926,0.6570248,0.6363636,0.6322314,0.6404959,0.6404959,0.6446281,0.6487603,0.6487603,0.6487603,0.6280992,0.55785125,0.5206612,0.5413223,0.58677685,0.60330576,0.607438,0.607438,0.6363636,0.59504133,0.6404959,0.6322314,0.62396693,0.6322314,0.6363636,0.6570248,0.6280992,0.6322314,0.62396693,0.61157024,0.56198347,0.57024795,0.5785124,0.62396693,0.6198347,0.6280992,0.6446281,0.6528926,0.661157,0.69008267,0.6570248,0.677686,0.6818182,0.6818182,0.661157,0.62396693,0.6487603,0.6570248,0.661157,0.6528926,0.6198347,0.57438016,0.55785125,0.53305787,0.5413223,0.58677685,0.56198347,0.54545456,0.57024795,0.6322314,0.661157,0.6694215,0.6818182,0.6735537,0.6652893,0.661157,0.6404959,0.6404959,0.661157,0.6446281,0.6487603,0.661157,0.6570248,0.6487603,0.62396693,0.5495868,0.5041322,0.53305787,0.58677685,0.6404959,0.6983471,0.6487603,0.6363636,0.6280992,0.6446281,0.6818182,0.6818182,0.6280992,0.61157024,0.6322314,0.6280992,0.6570248,0.59917355,0.59504133,0.56198347,0.58264464,0.58677685,0.61157024,0.59090906,0.59917355,0.6487603,0.6570248,0.661157,0.677686,0.661157,0.6818182,0.6818182,0.6818182,0.6570248,0.6363636,0.6570248,0.6487603,0.6570248,0.6528926,0.62396693,0.57024795,0.56198347,0.5247934,0.55785125,0.58677685,0.57024795,0.5371901,0.5661157,0.62396693,0.6652893,0.6652893,0.661157,0.677686,0.6694215,0.661157,0.6487603,0.6570248,0.6735537,0.6446281,0.661157,0.6652893,0.6652893,0.6487603,0.61157024,0.54545456,0.5,0.53305787,0.5661157,0.6446281,0.73140496,0.58264464,0.3264463,0.47933885,0.59504133,0.661157,0.73140496,0.6446281,0.61570245,0.62396693,0.6652893,0.6735537,0.58677685,0.53305787,0.56198347,0.6322314,0.59917355,0.59917355,0.58264464,0.57438016,0.607438,0.6446281,0.6446281,0.6528926,0.6735537,0.6694215,0.6942149,0.6859504,0.6694215,0.6652893,0.6487603,0.6446281,0.6363636,0.6363636,0.61570245,0.57438016,0.553719,0.5289256,0.57024795,0.61157024,0.55785125,0.5413223,0.553719,0.6198347,0.6528926,0.6652893,0.6694215,0.69008267,0.6652893,0.677686,0.6694215,0.6694215,0.6652893,0.6652893,0.6652893,0.6735537,0.6487603,0.6322314,0.59504133,0.54545456,0.5247934,0.5661157,0.55785125,0.59090906,0.6859504,0.53305787,0.3181818,0.2768595,0.42975205,0.6198347,0.6735537,0.6652893,0.6487603,0.6487603,0.6652893,0.607438,0.5289256,0.30991736,0.45041323,0.6652893,0.60330576,0.59504133,0.58677685,0.58677685,0.59504133,0.61570245,0.6487603,0.661157,0.6859504,0.6694215,0.6942149,0.6859504,0.6942149,0.6859504,0.6652893,0.661157,0.6446281,0.6322314,0.6280992,0.5661157,0.5413223,0.5289256,0.57438016,0.6446281,0.55785125,0.5495868,0.5661157,0.607438,0.6528926,0.661157,0.677686,0.6942149,0.6942149,0.69008267,0.6818182,0.6652893,0.6735537,0.6942149,0.677686,0.6735537,0.6528926,0.61570245,0.57438016,0.553719,0.553719,0.57438016,0.57438016,0.54545456,0.56198347,0.54545456,0.57024795,0.49173555,0.48347107,0.5371901,0.6446281,0.69008267,0.69008267,0.6983471,0.6694215,0.5495868,0.43801653,0.42975205,0.45041323,0.59504133,0.57438016,0.607438,0.61157024,0.60330576,0.59917355,0.60330576,0.6363636,0.6570248,0.6735537,0.6818182,0.69008267,0.70247936,0.6983471,0.6983471,0.677686,0.6570248,0.6528926,0.6446281,0.61570245,0.57024795,0.5413223,0.5247934,0.61570245,0.6487603,0.553719,0.553719,0.57024795,0.60330576,0.6652893,0.6818182,0.69008267,0.7066116,0.6942149,0.6818182,0.6942149,0.6818182,0.6818182,0.6942149,0.6818182,0.661157,0.62396693,0.59504133,0.5785124,0.57438016,0.5785124,0.57438016,0.56198347,0.58264464,0.5247934,0.5082645,0.607438,0.57438016,0.59504133,0.5785124,0.60330576,0.69008267,0.6942149,0.6983471,0.61157024,0.5082645,0.49586776,0.53305787,0.49173555,0.54545456,0.57438016,0.61157024,0.62396693,0.6280992,0.60330576,0.59917355,0.62396693,0.6404959,0.661157,0.6694215,0.6859504,0.70247936,0.6983471,0.6983471,0.69008267,0.6570248,0.6446281,0.6363636,0.61570245,0.5661157,0.5495868,0.5289256,0.6363636,0.5041322,0.47933885,0.57024795,0.5661157,0.58677685,0.661157,0.6942149,0.6942149,0.70247936,0.69008267,0.69008267,0.7066116,0.6983471,0.69008267,0.6942149,0.6859504,0.6570248,0.59504133,0.58677685,0.59504133,0.59504133,0.59090906,0.57024795,0.5413223,0.57024795,0.5289256,0.5,0.5289256,0.56198347,0.607438,0.6404959,0.6322314,0.6528926,0.6652893,0.6570248,0.553719,0.49586776,0.5123967,0.5123967,0.5082645,0.56198347,0.57024795,0.59090906,0.6198347,0.6363636,0.61570245,0.607438,0.61570245,0.6363636,0.6528926,0.6570248,0.6942149,0.71487606,0.7107438,0.6942149,0.6818182,0.6694215,0.6528926,0.6322314,0.61157024,0.56198347,0.5661157,0.5289256,0.5661157,0.23553719,0.30165288,0.58677685,0.57024795,0.57438016,0.6570248,0.6942149,0.6983471,0.70247936,0.71487606,0.73966944,0.73140496,0.7066116,0.70247936,0.6942149,0.6735537,0.6363636,0.58677685,0.59090906,0.59090906,0.59090906,0.58677685,0.5661157,0.553719,0.553719,0.5247934,0.47933885,0.49173555,0.53305787,0.58264464,0.6198347,0.61157024,0.59504133,0.607438,0.61570245,0.5661157,0.48347107,0.49173555,0.49173555,0.5,0.5661157,0.58264464,0.58677685,0.61157024,0.6363636,0.6322314,0.61570245,0.61570245,0.6322314,0.6446281,0.661157,0.69008267,0.71900827,0.71487606,0.70247936,0.677686,0.677686,0.6570248,0.6363636,0.61157024,0.55785125,0.57024795,0.5,0.3140496,0.1983471,0.19421488,0.58264464,0.5661157,0.57438016,0.6487603,0.69008267,0.7066116,0.7107438,0.72727275,0.74380165,0.7355372,0.71900827,0.70247936,0.6983471,0.6570248,0.6280992,0.60330576,0.60330576,0.59090906,0.59090906,0.58264464,0.55785125,0.5371901,0.53305787,0.5206612,0.46280992,0.46694216,0.49586776,0.5495868,0.59504133,0.58264464,0.5413223,0.5661157,0.60330576,0.5661157,0.48347107,0.4752066,0.47107437,0.4876033,0.57438016,0.59504133,0.59090906,0.61157024,0.6198347,0.6363636,0.62396693,0.62396693,0.6280992,0.6404959,0.6652893,0.69008267,0.71487606,0.7231405,0.70247936,0.6818182,0.6818182,0.661157,0.6404959,0.607438,0.56198347,0.58264464,0.46694216,0.1694215,0.20661157,0.14049587,0.5371901,0.56198347,0.57438016,0.6363636,0.6818182,0.7066116,0.71487606,0.7231405,0.73140496,0.74380165,0.73966944,0.7107438,0.69008267,0.6528926,0.6363636,0.6280992,0.61570245,0.59504133,0.59090906,0.57024795,0.55785125,0.5289256,0.54545456,0.5082645,0.47107437,0.47107437,0.4752066,0.5247934,0.56198347,0.54545456,0.4752066,0.53305787,0.5785124,0.54545456,0.47933885,0.46694216,0.446281,0.47933885,0.5661157,0.5785124,0.57438016,0.59504133,0.61157024,0.6363636,0.6280992,0.6322314,0.6363636,0.6404959,0.6528926,0.69008267,0.71487606,0.7066116,0.6983471,0.6818182,0.677686,0.661157,0.6363636,0.59504133,0.57024795,0.59090906,0.40495867,0.17355372,0.19421488,0.13636364,0.446281,0.57438016,0.57024795,0.61570245,0.6694215,0.70247936,0.71900827,0.7231405,0.7231405,0.7355372,0.7355372,0.7066116,0.677686,0.6694215,0.6446281,0.6404959,0.61570245,0.58677685,0.58677685,0.57438016,0.56198347,0.54545456,0.5371901,0.5123967,0.5082645,0.5082645,0.48347107,0.5165289,0.5247934,0.5041322,0.41322315,0.45867768,0.5289256,0.5165289,0.47107437,0.45454547,0.45454547,0.49173555,0.5413223,0.55785125,0.56198347,0.5785124,0.61157024,0.6280992,0.6363636,0.6404959,0.6570248,0.6570248,0.6570248,0.6735537,0.7066116,0.6942149,0.6859504,0.677686,0.6694215,0.6487603,0.6280992,0.59090906,0.57438016,0.60330576,0.3264463,0.18595041,0.18595041,0.16115703,0.35950413,0.58677685,0.59504133,0.607438,0.6570248,0.70247936,0.7107438,0.7231405,0.7231405,0.7355372,0.75206614,0.7231405,0.6859504,0.6652893,0.6528926,0.6487603,0.6487603,0.607438,0.59090906,0.58264464,0.58677685,0.55785125,0.53305787,0.5247934,0.5289256,0.54545456,0.5165289,0.5247934,0.5289256,0.48347107,0.40495867,0.40495867,0.48347107,0.49586776,0.46694216,0.46694216,0.47933885,0.5123967,0.54545456,0.54545456,0.56198347,0.58264464,0.61570245,0.61570245,0.6198347,0.6280992,0.6404959,0.6694215,0.6404959,0.6652893,0.69008267,0.69008267,0.6859504,0.6735537,0.661157,0.6404959,0.62396693,0.59504133,0.5785124,0.61157024,0.2644628,0.1983471,0.17355372,0.1694215,0.27272728,0.58264464,0.59917355,0.607438,0.6404959,0.6818182,0.70247936,0.7231405,0.72727275,0.73966944,0.75206614,0.74380165,0.6942149,0.6652893,0.6528926,0.6404959,0.6487603,0.6363636,0.6280992,0.62396693,0.61157024,0.59504133,0.59090906,0.58264464,0.5785124,0.59917355,0.59090906,0.58677685,0.59090906,0.5413223,0.4876033,0.49586776,0.5371901,0.54545456,0.5289256,0.5165289,0.5082645,0.5289256,0.56198347,0.53305787,0.5289256,0.58677685,0.61157024,0.61570245,0.60330576,0.607438,0.6322314,0.6487603,0.6735537,0.6528926,0.6942149,0.6942149,0.6983471,0.6694215,0.6528926,0.6404959,0.6280992,0.59504133,0.59090906,0.59504133,0.23966943,0.20661157,0.17355372,0.18181819,0.18595041,0.56198347,0.59504133,0.61157024,0.6404959,0.677686,0.7066116,0.72727275,0.71900827,0.74380165,0.71900827,0.73140496,0.6942149,0.6942149,0.6652893,0.6528926,0.6528926,0.6528926,0.6652893,0.677686,0.6735537,0.6652893,0.6404959,0.61570245,0.59090906,0.58264464,0.55785125,0.54545456,0.54545456,0.57438016,0.58264464,0.56198347,0.553719,0.54545456,0.553719,0.57024795,0.553719,0.6198347,0.58677685,0.54545456,0.5371901,0.60330576,0.6280992,0.6280992,0.62396693,0.6280992,0.6404959,0.6446281,0.6818182,0.6570248,0.70247936,0.70247936,0.69008267,0.6652893,0.6487603,0.6363636,0.62396693,0.59917355,0.59504133,0.5413223,0.21487603,0.2231405,0.17355372,0.1983471,0.1446281,0.49173555,0.607438,0.61157024,0.6404959,0.677686,0.7066116,0.72727275,0.73140496,0.7355372,0.7066116,0.71900827,0.6859504,0.6694215,0.6694215,0.661157,0.661157,0.6652893,0.6735537,0.6652893,0.61570245,0.58677685,0.55785125,0.57024795,0.55785125,0.5661157,0.553719,0.5495868,0.5289256,0.5289256,0.5413223,0.5289256,0.5413223,0.553719,0.56198347,0.5371901,0.5206612,0.5247934,0.5371901,0.5123967,0.5247934,0.58677685,0.58677685,0.58677685,0.60330576,0.61570245,0.661157,0.6570248,0.62396693,0.677686,0.69008267,0.6818182,0.6818182,0.6652893,0.6528926,0.6363636,0.62396693,0.58677685,0.6198347,0.4752066,0.19008264,0.22727273,0.17768595,0.18595041,0.17355372,0.37190083,0.61570245,0.61157024,0.6487603,0.677686,0.6942149,0.71487606,0.71487606,0.7107438,0.72727275,0.71487606,0.677686,0.6735537,0.69008267,0.661157,0.59504133,0.5206612,0.49173555,0.4338843,0.4214876,0.45041323,0.446281,0.5041322,0.5041322,0.45041323,0.43801653,0.42561984,0.4338843,0.45041323,0.45867768,0.43801653,0.41735536,0.41322315,0.4338843,0.446281,0.44214877,0.44214877,0.3966942,0.42561984,0.42975205,0.44214877,0.47107437,0.5041322,0.5371901,0.56198347,0.6487603,0.6404959,0.6487603,0.6818182,0.6942149,0.70247936,0.6735537,0.6735537,0.6570248,0.6363636,0.6198347,0.58677685,0.62396693,0.38842976,0.19421488,0.20661157,0.18181819,0.19008264,0.18181819,0.24793388,0.59090906,0.61157024,0.6322314,0.6652893,0.70247936,0.7231405,0.71487606,0.7231405,0.71487606,0.6942149,0.661157,0.6859504,0.6735537,0.6198347,0.48347107,0.37603307,0.37603307,0.3553719,0.3553719,0.38429752,0.38429752,0.37603307,0.3553719,0.3264463,0.3140496,0.30578512,0.30578512,0.30578512,0.30991736,0.30578512,0.30165288,0.30165288,0.3140496,0.3553719,0.33471075,0.3553719,0.36363637,0.36363637,0.35123968,0.3305785,0.3553719,0.40495867,0.44214877,0.49586776,0.61570245,0.61570245,0.6694215,0.6818182,0.6818182,0.6983471,0.6818182,0.6694215,0.6570248,0.6404959,0.61157024,0.58264464,0.61570245,0.30578512,0.1983471,0.20661157,0.19008264,0.18181819,0.17768595,0.17355372,0.49586776,0.61157024,0.6280992,0.6570248,0.6983471,0.70247936,0.71487606,0.7231405,0.7231405,0.71900827,0.661157,0.6652893,0.6528926,0.59917355,0.47107437,0.43801653,0.5,0.5123967,0.446281,0.42561984,0.446281,0.43801653,0.446281,0.4338843,0.4214876,0.40495867,0.39256197,0.37190083,0.3677686,0.38016528,0.3677686,0.38842976,0.40082645,0.4214876,0.42561984,0.4214876,0.446281,0.43801653,0.446281,0.47107437,0.49586776,0.49586776,0.47933885,0.49173555,0.59090906,0.6198347,0.6735537,0.6818182,0.6859504,0.69008267,0.6818182,0.661157,0.6487603,0.6404959,0.607438,0.59090906,0.5371901,0.23553719,0.20661157,0.20247933,0.17768595,0.18181819,0.18181819,0.18181819,0.35123968,0.61570245,0.6280992,0.6570248,0.69008267,0.6942149,0.7066116,0.7107438,0.7231405,0.72727275,0.6818182,0.661157,0.6487603,0.58264464,0.48347107,0.48347107,0.553719,0.607438,0.59090906,0.5123967,0.49586776,0.47933885,0.4876033,0.5082645,0.5041322,0.49173555,0.47107437,0.42975205,0.42975205,0.44214877,0.42561984,0.44214877,0.45867768,0.46694216,0.45867768,0.47107437,0.49173555,0.5,0.553719,0.58677685,0.5785124,0.5495868,0.5289256,0.5289256,0.5785124,0.6322314,0.6859504,0.6859504,0.661157,0.6818182,0.677686,0.6570248,0.6528926,0.6446281,0.607438,0.60330576,0.41735536,0.21487603,0.20247933,0.20661157,0.18181819,0.18595041,0.19008264,0.17768595,0.23966943,0.5495868,0.6280992,0.6404959,0.6694215,0.69008267,0.6983471,0.6983471,0.71487606,0.7231405,0.6983471,0.661157,0.6322314,0.58677685,0.5247934,0.5371901,0.58264464,0.6446281,0.6818182,0.6487603,0.61157024,0.553719,0.53305787,0.5371901,0.5206612,0.5041322,0.4876033,0.46694216,0.45454547,0.446281,0.45867768,0.45867768,0.48347107,0.5,0.5247934,0.5495868,0.59504133,0.6280992,0.6487603,0.6487603,0.6280992,0.60330576,0.59090906,0.58264464,0.5785124,0.6446281,0.677686,0.677686,0.6446281,0.6694215,0.6652893,0.6694215,0.661157,0.6363636,0.61157024,0.59504133,0.30578512,0.20661157,0.21487603,0.2231405,0.19008264,0.18595041,0.18595041,0.19008264,0.18595041,0.3966942,0.6322314,0.6363636,0.661157,0.69008267,0.7107438,0.6983471,0.71487606,0.72727275,0.7066116,0.6570248,0.61570245,0.59917355,0.5785124,0.58677685,0.60330576,0.6487603,0.677686,0.69008267,0.6983471,0.677686,0.6528926,0.62396693,0.59504133,0.57024795,0.553719,0.5371901,0.5289256,0.5082645,0.53305787,0.53305787,0.553719,0.58677685,0.62396693,0.61570245,0.6363636,0.6570248,0.661157,0.6528926,0.6528926,0.6446281,0.6280992,0.61157024,0.57438016,0.6198347,0.6818182,0.6735537,0.6528926,0.69008267,0.6694215,0.661157,0.661157,0.6280992,0.6198347,0.5082645,0.23966943,0.2107438,0.21487603,0.2107438,0.18595041,0.18595041,0.19008264,0.19421488,0.17768595,0.26859504,0.55785125,0.6363636,0.6528926,0.6859504,0.7107438,0.6983471,0.71487606,0.7231405,0.7066116,0.6487603,0.61157024,0.60330576,0.61157024,0.6198347,0.6198347,0.6446281,0.661157,0.69008267,0.6818182,0.69008267,0.6818182,0.6570248,0.6446281,0.6404959,0.62396693,0.607438,0.60330576,0.59917355,0.6198347,0.61157024,0.61157024,0.6404959,0.6404959,0.62396693,0.6404959,0.6487603,0.6487603,0.6446281,0.6528926,0.6570248,0.6404959,0.6198347,0.57024795,0.58677685,0.6818182,0.6652893,0.6570248,0.6818182,0.6694215,0.6570248,0.6570248,0.62396693,0.59504133,0.37190083,0.21487603,0.21900827,0.20661157,0.21487603,0.17355372,0.18595041,0.18595041,0.18595041,0.19008264,0.20247933,0.41735536,0.62396693,0.6528926,0.677686,0.70247936,0.6942149,0.70247936,0.73966944,0.7107438,0.6404959,0.59917355,0.59090906,0.61570245,0.6322314,0.6404959,0.6570248,0.6694215,0.6859504,0.6735537,0.6818182,0.677686,0.6570248,0.6446281,0.6404959,0.59917355,0.59090906,0.58677685,0.607438,0.6404959,0.6280992,0.6280992,0.6446281,0.62396693,0.6280992,0.6487603,0.661157,0.6487603,0.6404959,0.6528926,0.6570248,0.6363636,0.62396693,0.58264464,0.59090906,0.6570248,0.6652893,0.6652893,0.6652893,0.6694215,0.661157,0.6446281,0.6198347,0.5,0.2603306,0.2107438,0.21487603,0.20661157,0.21900827,0.17355372,0.19008264,0.18181819,0.18595041,0.19008264,0.1694215,0.29338843,0.5661157,0.6570248,0.6735537,0.70247936,0.6942149,0.6859504,0.71900827,0.71900827,0.6446281,0.60330576,0.58264464,0.61157024,0.6363636,0.6528926,0.6735537,0.6735537,0.677686,0.6735537,0.6859504,0.677686,0.6652893,0.6446281,0.6322314,0.58264464,0.5661157,0.553719,0.5785124,0.60330576,0.61157024,0.62396693,0.6280992,0.6198347,0.6280992,0.6487603,0.6652893,0.6528926,0.6404959,0.6528926,0.6363636,0.6280992,0.61157024,0.60330576,0.62396693,0.6487603,0.6528926,0.661157,0.661157,0.6652893,0.6652893,0.6446281,0.59504133,0.37190083,0.2107438,0.21900827,0.20661157,0.21900827,0.2231405,0.18595041,0.18181819,0.17768595,0.19008264,0.18595041,0.1694215,0.23140496,0.49173555,0.6363636,0.661157,0.6983471,0.70247936,0.69008267,0.6942149,0.71900827,0.6528926,0.61157024,0.5785124,0.59504133,0.62396693,0.6404959,0.6652893,0.6570248,0.6735537,0.6528926,0.677686,0.6652893,0.6322314,0.59917355,0.5661157,0.5247934,0.4876033,0.47107437,0.5,0.5165289,0.5413223,0.57024795,0.59504133,0.60330576,0.6363636,0.6404959,0.661157,0.6487603,0.6404959,0.6404959,0.6198347,0.61570245,0.61157024,0.607438,0.6570248,0.6528926,0.6404959,0.661157,0.6694215,0.6570248,0.6570248,0.6280992,0.49173555,0.2603306,0.20661157,0.21487603,0.2107438,0.21900827,0.23140496,0.18595041,0.18595041,0.17768595,0.18181819,0.17768595,0.17355372,0.1983471,0.43801653,0.6198347,0.6652893,0.6983471,0.6983471,0.70247936,0.6818182,0.70247936,0.6652893,0.59917355,0.58677685,0.59504133,0.607438,0.6322314,0.6528926,0.6280992,0.6487603,0.61570245,0.6363636,0.61570245,0.58264464,0.553719,0.5123967,0.4876033,0.46280992,0.44214877,0.46694216,0.48347107,0.5123967,0.57024795,0.5785124,0.59090906,0.6280992,0.6363636,0.6446281,0.6446281,0.6280992,0.6280992,0.61570245,0.60330576,0.61570245,0.6198347,0.6446281,0.6570248,0.661157,0.6570248,0.661157,0.6487603,0.6446281,0.5785124,0.35123968,0.20247933,0.2107438,0.21900827,0.2231405,0.21487603,0.22727273,0.1983471,0.18595041,0.18181819,0.18181819,0.19008264,0.17355372,0.1694215,0.40082645,0.61570245,0.661157,0.6818182,0.70247936,0.69008267,0.6735537,0.6859504,0.6694215,0.607438,0.60330576,0.607438,0.6198347,0.6198347,0.6322314,0.6280992,0.61570245,0.59090906,0.59504133,0.59090906,0.59917355,0.58264464,0.5495868,0.5495868,0.5495868,0.5371901,0.5371901,0.55785125,0.57438016,0.60330576,0.6198347,0.607438,0.62396693,0.62396693,0.62396693,0.6363636,0.62396693,0.62396693,0.61570245,0.607438,0.6280992,0.6280992,0.6280992,0.6570248,0.6487603,0.6487603,0.6528926,0.6404959,0.6280992,0.49173555,0.24793388,0.1983471,0.21900827,0.2231405,0.21900827,0.22727273,0.21487603,0.19421488,0.17355372,0.18181819,0.17768595,0.18181819,0.17768595,0.1446281,0.37190083,0.59504133,0.6322314,0.6694215,0.6859504,0.6859504,0.6735537,0.6983471,0.6694215,0.6694215,0.62396693,0.59917355,0.607438,0.6280992,0.6280992,0.61570245,0.59090906,0.59504133,0.59090906,0.59917355,0.59504133,0.607438,0.58677685,0.57438016,0.58677685,0.5785124,0.57438016,0.59917355,0.6198347,0.61157024,0.607438,0.61570245,0.62396693,0.6280992,0.6280992,0.6322314,0.61570245,0.62396693,0.6198347,0.61157024,0.62396693,0.60330576,0.61570245,0.6487603,0.6404959,0.6570248,0.6570248,0.6446281,0.59504133,0.46280992,0.3553719,0.23553719,0.2107438,0.2107438,0.23140496,0.2231405,0.2107438,23 +0.446281,0.49586776,0.5247934,0.5289256,0.5247934,0.5289256,0.5289256,0.5371901,0.5289256,0.5041322,0.49173555,0.4876033,0.4752066,0.4876033,0.5,0.5,0.49173555,0.5041322,0.5,0.4876033,0.49173555,0.5,0.49586776,0.4752066,0.48347107,0.49173555,0.49173555,0.5,0.5082645,0.5082645,0.5041322,0.5082645,0.5041322,0.5123967,0.5289256,0.5413223,0.54545456,0.5413223,0.5495868,0.54545456,0.54545456,0.54545456,0.55785125,0.57024795,0.5661157,0.56198347,0.5661157,0.57438016,0.58677685,0.58677685,0.57438016,0.57024795,0.56198347,0.5371901,0.5371901,0.5247934,0.5371901,0.53305787,0.46280992,0.34710744,0.2520661,0.23140496,0.23966943,0.2107438,0.46694216,0.5165289,0.5371901,0.5371901,0.53305787,0.53305787,0.5413223,0.54545456,0.5413223,0.53305787,0.5289256,0.5165289,0.5247934,0.5289256,0.5371901,0.5247934,0.5289256,0.5289256,0.5206612,0.5206612,0.5165289,0.5165289,0.5165289,0.5,0.5082645,0.5082645,0.49586776,0.5,0.5,0.5041322,0.5082645,0.5082645,0.5123967,0.5289256,0.5495868,0.56198347,0.55785125,0.553719,0.553719,0.54545456,0.54545456,0.5413223,0.553719,0.56198347,0.5661157,0.57024795,0.5785124,0.58677685,0.59504133,0.58677685,0.58677685,0.5785124,0.55785125,0.54545456,0.5413223,0.53305787,0.5371901,0.5413223,0.5082645,0.40495867,0.28099173,0.21487603,0.21900827,0.21900827,0.5,0.53305787,0.5371901,0.53305787,0.5289256,0.54545456,0.5495868,0.553719,0.553719,0.54545456,0.54545456,0.5413223,0.54545456,0.54545456,0.54545456,0.553719,0.5495868,0.553719,0.5495868,0.54545456,0.5413223,0.5413223,0.5495868,0.54545456,0.54545456,0.54545456,0.5413223,0.5123967,0.5123967,0.5082645,0.5206612,0.5247934,0.53305787,0.5495868,0.56198347,0.57024795,0.57024795,0.5661157,0.5661157,0.553719,0.5495868,0.5413223,0.54545456,0.55785125,0.5661157,0.58264464,0.58264464,0.59090906,0.59504133,0.58264464,0.5785124,0.5785124,0.55785125,0.54545456,0.5413223,0.5371901,0.5371901,0.5413223,0.5289256,0.45041323,0.30165288,0.2231405,0.19008264,0.19008264,0.5165289,0.54545456,0.5495868,0.53305787,0.5413223,0.54545456,0.54545456,0.55785125,0.54545456,0.5413223,0.5371901,0.5371901,0.5413223,0.5495868,0.553719,0.56198347,0.553719,0.55785125,0.553719,0.55785125,0.553719,0.5495868,0.5661157,0.5661157,0.5661157,0.57024795,0.57024795,0.553719,0.5413223,0.54545456,0.5413223,0.54545456,0.553719,0.57438016,0.57438016,0.57438016,0.58264464,0.5785124,0.57438016,0.5661157,0.56198347,0.553719,0.56198347,0.56198347,0.57438016,0.58264464,0.59090906,0.59504133,0.59090906,0.57024795,0.55785125,0.56198347,0.56198347,0.5413223,0.5413223,0.5371901,0.5413223,0.5371901,0.5247934,0.4876033,0.35950413,0.23966943,0.1983471,0.18181819,0.5206612,0.553719,0.54545456,0.5495868,0.5413223,0.54545456,0.54545456,0.54545456,0.54545456,0.5413223,0.5371901,0.5371901,0.5371901,0.5495868,0.54545456,0.5495868,0.5495868,0.56198347,0.54545456,0.56198347,0.553719,0.55785125,0.5661157,0.5785124,0.58264464,0.58264464,0.58264464,0.57438016,0.57438016,0.58264464,0.5785124,0.5661157,0.57024795,0.57438016,0.5785124,0.58264464,0.58677685,0.58264464,0.58264464,0.57024795,0.57024795,0.56198347,0.56198347,0.55785125,0.5785124,0.57438016,0.58264464,0.58677685,0.57438016,0.553719,0.5371901,0.5247934,0.53305787,0.5206612,0.5206612,0.5206612,0.53305787,0.5413223,0.5371901,0.5123967,0.40495867,0.26859504,0.23140496,0.1983471,0.5371901,0.55785125,0.54545456,0.5495868,0.5371901,0.5413223,0.54545456,0.54545456,0.5289256,0.5123967,0.5,0.5041322,0.5165289,0.5289256,0.5371901,0.5371901,0.5371901,0.5495868,0.53305787,0.553719,0.5413223,0.5371901,0.553719,0.57024795,0.5785124,0.58264464,0.58264464,0.57024795,0.58264464,0.58264464,0.58677685,0.57438016,0.57438016,0.57024795,0.5785124,0.5785124,0.58264464,0.58677685,0.57438016,0.57438016,0.5661157,0.5785124,0.59090906,0.57438016,0.57438016,0.56198347,0.553719,0.553719,0.54545456,0.5371901,0.5165289,0.5,0.49173555,0.49173555,0.5123967,0.5165289,0.5247934,0.54545456,0.5413223,0.5165289,0.43801653,0.28099173,0.23966943,0.20247933,0.553719,0.55785125,0.54545456,0.5371901,0.5371901,0.53305787,0.5371901,0.5289256,0.4876033,0.46694216,0.45867768,0.47107437,0.4876033,0.49586776,0.5041322,0.5123967,0.5082645,0.5082645,0.5,0.5247934,0.5206612,0.5123967,0.5247934,0.54545456,0.57024795,0.5785124,0.5785124,0.5661157,0.57438016,0.5785124,0.57024795,0.57024795,0.5785124,0.57438016,0.57438016,0.57024795,0.5661157,0.57024795,0.5785124,0.57438016,0.58264464,0.56198347,0.553719,0.5289256,0.53305787,0.5082645,0.5,0.5082645,0.5082645,0.5082645,0.5,0.4876033,0.4876033,0.46694216,0.48347107,0.5041322,0.5165289,0.53305787,0.5371901,0.5371901,0.46694216,0.30165288,0.22727273,0.2107438,0.55785125,0.55785125,0.5413223,0.53305787,0.5206612,0.5371901,0.5165289,0.4876033,0.45867768,0.45454547,0.44214877,0.446281,0.44214877,0.44214877,0.446281,0.45041323,0.45454547,0.46280992,0.46694216,0.48347107,0.49586776,0.5,0.5123967,0.54545456,0.57024795,0.5785124,0.57024795,0.5661157,0.5661157,0.5661157,0.5661157,0.56198347,0.57438016,0.57438016,0.57438016,0.57438016,0.5661157,0.56198347,0.55785125,0.553719,0.5289256,0.49173555,0.46280992,0.44214877,0.446281,0.42975205,0.42561984,0.446281,0.48347107,0.5,0.5041322,0.49586776,0.49173555,0.4752066,0.47933885,0.47933885,0.49586776,0.5247934,0.5413223,0.5413223,0.48347107,0.3264463,0.2107438,0.22727273,0.553719,0.55785125,0.5495868,0.5289256,0.5289256,0.5206612,0.46280992,0.44214877,0.4338843,0.42975205,0.4338843,0.4338843,0.41735536,0.3966942,0.38842976,0.38842976,0.39256197,0.3966942,0.4090909,0.46280992,0.5082645,0.5082645,0.5206612,0.5495868,0.56198347,0.57438016,0.57438016,0.57024795,0.55785125,0.54545456,0.54545456,0.5495868,0.56198347,0.5785124,0.58264464,0.58677685,0.58264464,0.5661157,0.5413223,0.5289256,0.5041322,0.446281,0.40495867,0.37190083,0.35950413,0.3553719,0.35123968,0.3677686,0.42561984,0.45867768,0.47107437,0.45867768,0.44214877,0.45867768,0.4752066,0.4752066,0.4752066,0.49586776,0.5371901,0.54545456,0.5,0.3677686,0.2107438,0.23553719,0.55785125,0.5495868,0.53305787,0.5165289,0.4876033,0.4752066,0.46280992,0.44214877,0.42975205,0.42975205,0.42561984,0.42561984,0.4214876,0.3966942,0.37190083,0.36363637,0.36363637,0.37190083,0.38842976,0.42561984,0.4876033,0.5247934,0.5661157,0.59504133,0.60330576,0.59090906,0.58677685,0.5785124,0.56198347,0.5495868,0.54545456,0.53305787,0.553719,0.57438016,0.59090906,0.59090906,0.59917355,0.58677685,0.5495868,0.5206612,0.48347107,0.44214877,0.4090909,0.38842976,0.3677686,0.38016528,0.3677686,0.3677686,0.41735536,0.4338843,0.46694216,0.47107437,0.45867768,0.45867768,0.46280992,0.46694216,0.47107437,0.4876033,0.5206612,0.54545456,0.5206612,0.39256197,0.20661157,0.23966943,0.553719,0.5413223,0.5289256,0.5123967,0.47933885,0.46280992,0.45454547,0.45041323,0.46280992,0.45041323,0.446281,0.43801653,0.42975205,0.42975205,0.43801653,0.43801653,0.4338843,0.4338843,0.45867768,0.49586776,0.553719,0.57024795,0.58677685,0.62396693,0.6322314,0.62396693,0.62396693,0.61157024,0.58677685,0.57438016,0.5661157,0.54545456,0.55785125,0.58677685,0.61157024,0.6198347,0.60330576,0.5785124,0.54545456,0.53305787,0.5082645,0.5,0.48347107,0.47107437,0.47107437,0.4752066,0.46280992,0.45867768,0.4876033,0.5041322,0.5371901,0.56198347,0.553719,0.5371901,0.5206612,0.5041322,0.49173555,0.49173555,0.5206612,0.54545456,0.54545456,0.42561984,0.22727273,0.2231405,0.56198347,0.553719,0.5206612,0.5,0.47933885,0.47107437,0.46694216,0.47933885,0.49586776,0.5165289,0.5082645,0.49173555,0.49586776,0.5041322,0.5247934,0.5371901,0.5413223,0.53305787,0.5247934,0.53305787,0.553719,0.58264464,0.59090906,0.62396693,0.6363636,0.6322314,0.6446281,0.6404959,0.6198347,0.59090906,0.57024795,0.57024795,0.58677685,0.607438,0.6198347,0.607438,0.58264464,0.5495868,0.5413223,0.54545456,0.53305787,0.5123967,0.5041322,0.49586776,0.49586776,0.4876033,0.49173555,0.5,0.5082645,0.53305787,0.57024795,0.59504133,0.58677685,0.57024795,0.55785125,0.53305787,0.5082645,0.49586776,0.5206612,0.553719,0.55785125,0.45041323,0.23553719,0.21900827,0.56198347,0.55785125,0.5247934,0.5123967,0.5041322,0.5041322,0.5206612,0.53305787,0.5495868,0.58264464,0.57024795,0.5413223,0.5371901,0.5371901,0.5206612,0.49173555,0.45041323,0.41735536,0.40082645,0.40082645,0.42561984,0.48347107,0.5247934,0.57438016,0.607438,0.6198347,0.6446281,0.6652893,0.6446281,0.6198347,0.59504133,0.59090906,0.61570245,0.62396693,0.61157024,0.5785124,0.5495868,0.53305787,0.54545456,0.5371901,0.5123967,0.45041323,0.40082645,0.38429752,0.37603307,0.36363637,0.35950413,0.3677686,0.4090909,0.46280992,0.5289256,0.57024795,0.58677685,0.58264464,0.57024795,0.56198347,0.5495868,0.5247934,0.5289256,0.553719,0.55785125,0.49586776,0.22727273,0.22727273,0.5661157,0.553719,0.5413223,0.5371901,0.5371901,0.54545456,0.5661157,0.57024795,0.59090906,0.59504133,0.55785125,0.5165289,0.4752066,0.4214876,0.36363637,0.30578512,0.27272728,0.23966943,0.23966943,0.24380165,0.28512397,0.37603307,0.45041323,0.5,0.55785125,0.59504133,0.62396693,0.6528926,0.6570248,0.6280992,0.607438,0.59504133,0.61157024,0.61570245,0.59090906,0.54545456,0.5247934,0.53305787,0.5289256,0.49586776,0.42975205,0.35123968,0.3181818,0.3140496,0.3181818,0.33471075,0.35950413,0.39256197,0.39256197,0.38016528,0.42561984,0.46694216,0.5247934,0.56198347,0.5785124,0.58264464,0.5785124,0.56198347,0.553719,0.55785125,0.5661157,0.54545456,0.2603306,0.22727273,0.56198347,0.55785125,0.56198347,0.56198347,0.56198347,0.57024795,0.58264464,0.59504133,0.59090906,0.5413223,0.46280992,0.41322315,0.38016528,0.35950413,0.33471075,0.338843,0.30578512,0.28099173,0.25619835,0.25619835,0.24380165,0.30165288,0.38842976,0.4338843,0.5,0.56198347,0.59917355,0.6280992,0.6570248,0.6404959,0.6280992,0.61570245,0.61570245,0.607438,0.57438016,0.53305787,0.5289256,0.5165289,0.47933885,0.41735536,0.3553719,0.3140496,0.3264463,0.34710744,0.3553719,0.3305785,0.30165288,0.30991736,0.30578512,0.3181818,0.38016528,0.41735536,0.45867768,0.5247934,0.5661157,0.5785124,0.59090906,0.58264464,0.5661157,0.56198347,0.57024795,0.5495868,0.3140496,0.23966943,0.5785124,0.5661157,0.57438016,0.58264464,0.59090906,0.59917355,0.61157024,0.60330576,0.54545456,0.47107437,0.45041323,0.4214876,0.35123968,0.3140496,0.2520661,0.21900827,0.21900827,0.2107438,0.23553719,0.27272728,0.28099173,0.29338843,0.338843,0.37190083,0.446281,0.5413223,0.57438016,0.58264464,0.6280992,0.6404959,0.6446281,0.6404959,0.62396693,0.607438,0.57024795,0.53305787,0.5206612,0.46280992,0.40495867,0.3553719,0.3305785,0.338843,0.33471075,0.338843,0.3429752,0.2520661,0.20247933,0.18181819,0.16115703,0.18181819,0.2892562,0.37190083,0.42561984,0.5041322,0.56198347,0.58677685,0.59917355,0.59090906,0.5785124,0.57438016,0.58264464,0.56198347,0.33471075,0.25619835,0.58264464,0.58264464,0.59917355,0.60330576,0.61570245,0.61570245,0.61157024,0.56198347,0.49586776,0.45041323,0.40082645,0.38429752,0.42561984,0.38016528,0.17768595,0.1983471,0.18181819,0.12809917,0.16115703,0.23553719,0.28099173,0.29752067,0.3305785,0.34710744,0.39256197,0.47933885,0.5041322,0.553719,0.6198347,0.6446281,0.6570248,0.6570248,0.6487603,0.61157024,0.5661157,0.5247934,0.5,0.42975205,0.3677686,0.34710744,0.3429752,0.36363637,0.338843,0.33471075,0.37190083,0.2768595,0.2231405,0.18181819,0.17768595,0.17355372,0.3553719,0.37603307,0.35123968,0.4752066,0.553719,0.58677685,0.59504133,0.60330576,0.59504133,0.59504133,0.58677685,0.57024795,0.37603307,0.19421488,0.57438016,0.58677685,0.61157024,0.61157024,0.62396693,0.61157024,0.58677685,0.5165289,0.4338843,0.38016528,0.42975205,0.5206612,0.57438016,0.47107437,0.19421488,0.18595041,0.1570248,0.12809917,0.17355372,0.24793388,0.28512397,0.2892562,0.3140496,0.36363637,0.40082645,0.4214876,0.47107437,0.5371901,0.607438,0.6404959,0.6570248,0.6694215,0.6652893,0.62396693,0.55785125,0.49173555,0.46694216,0.43801653,0.4090909,0.39256197,0.35950413,0.3677686,0.38429752,0.41735536,0.44214877,0.3305785,0.18181819,0.16528925,0.26859504,0.23553719,0.40082645,0.38842976,0.3553719,0.43801653,0.5165289,0.55785125,0.58677685,0.607438,0.607438,0.59504133,0.58677685,0.57438016,0.4090909,0.18595041,0.5785124,0.59504133,0.62396693,0.6198347,0.6280992,0.61570245,0.56198347,0.48347107,0.38016528,0.3677686,0.49586776,0.62396693,0.6818182,0.6322314,0.39256197,0.1322314,0.14049587,0.14876033,0.1983471,0.28099173,0.29752067,0.29338843,0.28099173,0.3264463,0.44214877,0.5082645,0.49173555,0.5165289,0.58677685,0.6280992,0.6487603,0.6694215,0.6694215,0.6280992,0.5495868,0.47933885,0.47933885,0.46280992,0.37603307,0.3553719,0.3181818,0.32231405,0.38016528,0.44214877,0.49173555,0.4214876,0.2768595,0.2107438,0.2603306,0.30991736,0.40082645,0.4090909,0.4090909,0.45867768,0.5082645,0.55785125,0.58677685,0.607438,0.61157024,0.60330576,0.59090906,0.58264464,0.4214876,0.32231405,0.59090906,0.59917355,0.62396693,0.6280992,0.6280992,0.607438,0.5413223,0.4752066,0.4338843,0.40082645,0.40495867,0.5785124,0.71487606,0.6818182,0.47933885,0.18595041,0.19421488,0.1983471,0.2520661,0.29752067,0.29338843,0.29752067,0.30991736,0.3264463,0.41322315,0.49173555,0.49173555,0.49586776,0.57438016,0.6198347,0.6487603,0.6694215,0.677686,0.6363636,0.553719,0.49173555,0.5041322,0.47933885,0.40082645,0.3553719,0.30578512,0.3181818,0.34710744,0.37190083,0.41322315,0.4214876,0.36363637,0.30578512,0.3305785,0.39256197,0.42975205,0.446281,0.4752066,0.5165289,0.5371901,0.57024795,0.59917355,0.61157024,0.61570245,0.60330576,0.59504133,0.58264464,0.46694216,0.5165289,0.58264464,0.59504133,0.61570245,0.61157024,0.61570245,0.57438016,0.53305787,0.5082645,0.5,0.4876033,0.45867768,0.43801653,0.46280992,0.46280992,0.41735536,0.338843,0.30991736,0.30578512,0.32231405,0.3305785,0.32231405,0.338843,0.35123968,0.35123968,0.38016528,0.40495867,0.4338843,0.5,0.55785125,0.607438,0.6363636,0.6652893,0.6735537,0.6404959,0.56198347,0.47933885,0.46694216,0.446281,0.40495867,0.38016528,0.37190083,0.3677686,0.38016528,0.39256197,0.37603307,0.38429752,0.40495867,0.41322315,0.45454547,0.5165289,0.5123967,0.5041322,0.5206612,0.5413223,0.57438016,0.59504133,0.607438,0.61157024,0.61157024,0.60330576,0.59504133,0.5785124,0.5123967,0.5206612,0.59090906,0.59504133,0.61570245,0.607438,0.60330576,0.59090906,0.56198347,0.56198347,0.55785125,0.553719,0.55785125,0.5413223,0.5082645,0.47933885,0.446281,0.42561984,0.40495867,0.3677686,0.36363637,0.36363637,0.37190083,0.37603307,0.37190083,0.37190083,0.38429752,0.40495867,0.45454547,0.5247934,0.56198347,0.59090906,0.62396693,0.661157,0.6652893,0.6322314,0.5661157,0.47933885,0.4338843,0.4338843,0.40082645,0.38429752,0.39256197,0.3966942,0.41322315,0.43801653,0.44214877,0.446281,0.46280992,0.5,0.553719,0.60330576,0.57438016,0.54545456,0.54545456,0.57024795,0.59090906,0.60330576,0.607438,0.607438,0.60330576,0.60330576,0.59504133,0.57438016,0.5247934,0.4752066,0.59090906,0.59917355,0.607438,0.61157024,0.60330576,0.59504133,0.58677685,0.5785124,0.58264464,0.57024795,0.59090906,0.62396693,0.607438,0.553719,0.5,0.45867768,0.43801653,0.41322315,0.4090909,0.40082645,0.40082645,0.40495867,0.39256197,0.38842976,0.4090909,0.45867768,0.5041322,0.54545456,0.5661157,0.57438016,0.607438,0.6652893,0.69008267,0.6404959,0.5661157,0.5041322,0.45041323,0.43801653,0.4214876,0.40495867,0.41322315,0.4214876,0.446281,0.46280992,0.47933885,0.5,0.5247934,0.55785125,0.607438,0.61570245,0.57024795,0.5661157,0.57438016,0.59917355,0.61157024,0.60330576,0.6198347,0.61157024,0.59090906,0.59917355,0.58264464,0.56198347,0.5289256,0.4752066,0.58677685,0.58677685,0.60330576,0.60330576,0.59917355,0.5785124,0.59090906,0.59090906,0.59504133,0.58677685,0.60330576,0.6322314,0.6280992,0.5785124,0.5247934,0.48347107,0.45454547,0.446281,0.43801653,0.43801653,0.4338843,0.43801653,0.42975205,0.43801653,0.4752066,0.5289256,0.5495868,0.553719,0.56198347,0.56198347,0.59504133,0.6528926,0.6818182,0.6487603,0.57438016,0.5247934,0.48347107,0.45867768,0.446281,0.43801653,0.43801653,0.446281,0.46694216,0.47933885,0.5,0.5123967,0.53305787,0.553719,0.5785124,0.58264464,0.58264464,0.59090906,0.59504133,0.61157024,0.61157024,0.6198347,0.6280992,0.6198347,0.59917355,0.59917355,0.58264464,0.54545456,0.5289256,0.5165289,0.58264464,0.59090906,0.59504133,0.59090906,0.59090906,0.58264464,0.58264464,0.59090906,0.60330576,0.60330576,0.60330576,0.607438,0.59090906,0.55785125,0.5082645,0.4752066,0.47107437,0.46694216,0.46280992,0.45041323,0.45454547,0.45867768,0.4752066,0.5041322,0.5413223,0.57024795,0.57024795,0.56198347,0.55785125,0.5661157,0.58677685,0.6322314,0.6652893,0.6404959,0.5785124,0.53305787,0.5247934,0.5123967,0.49173555,0.48347107,0.47107437,0.45867768,0.47107437,0.49173555,0.5082645,0.5206612,0.5289256,0.55785125,0.57438016,0.59090906,0.60330576,0.59917355,0.60330576,0.61157024,0.61570245,0.62396693,0.6280992,0.6198347,0.61157024,0.59090906,0.58264464,0.54545456,0.53305787,0.55785125,0.58677685,0.58264464,0.58677685,0.58677685,0.59917355,0.58677685,0.58677685,0.58264464,0.59090906,0.59504133,0.59090906,0.58677685,0.5661157,0.5371901,0.5165289,0.5041322,0.4876033,0.47933885,0.4752066,0.45454547,0.46694216,0.49173555,0.5206612,0.553719,0.57024795,0.58264464,0.5785124,0.5661157,0.55785125,0.55785125,0.57024795,0.607438,0.6652893,0.6404959,0.58677685,0.54545456,0.553719,0.55785125,0.5413223,0.5247934,0.5,0.48347107,0.48347107,0.49586776,0.5,0.5206612,0.53305787,0.56198347,0.5785124,0.59917355,0.607438,0.61157024,0.61570245,0.6198347,0.6198347,0.62396693,0.6322314,0.62396693,0.61570245,0.5785124,0.5661157,0.5371901,0.5289256,0.59917355,0.5785124,0.58264464,0.58264464,0.59090906,0.60330576,0.59090906,0.58677685,0.58677685,0.58264464,0.58677685,0.5785124,0.57024795,0.5495868,0.53305787,0.5206612,0.5123967,0.5,0.48347107,0.47933885,0.47107437,0.49586776,0.5247934,0.55785125,0.5785124,0.58677685,0.59504133,0.58264464,0.5661157,0.553719,0.5495868,0.5661157,0.607438,0.6570248,0.6570248,0.61157024,0.553719,0.553719,0.57024795,0.57438016,0.56198347,0.54545456,0.5247934,0.5206612,0.5247934,0.5165289,0.5165289,0.53305787,0.553719,0.57438016,0.59504133,0.61570245,0.6280992,0.62396693,0.6198347,0.6198347,0.61570245,0.6322314,0.6322314,0.6198347,0.5785124,0.5661157,0.5289256,0.5206612,0.59504133,0.57438016,0.58677685,0.59090906,0.60330576,0.61157024,0.607438,0.59917355,0.59504133,0.59090906,0.58264464,0.58264464,0.57024795,0.553719,0.5413223,0.5165289,0.5082645,0.5123967,0.5,0.49586776,0.5082645,0.5371901,0.5661157,0.58264464,0.59504133,0.59504133,0.60330576,0.59090906,0.5661157,0.55785125,0.55785125,0.5785124,0.61570245,0.661157,0.6570248,0.6198347,0.57024795,0.5495868,0.5661157,0.58264464,0.58677685,0.5785124,0.5661157,0.55785125,0.5495868,0.5371901,0.53305787,0.55785125,0.5661157,0.58264464,0.59504133,0.607438,0.62396693,0.62396693,0.6198347,0.6198347,0.6280992,0.6446281,0.6404959,0.6198347,0.57438016,0.5661157,0.5371901,0.5289256,0.54545456,0.56198347,0.57438016,0.59504133,0.61157024,0.62396693,0.6198347,0.61157024,0.61157024,0.59917355,0.58677685,0.59504133,0.58264464,0.57438016,0.56198347,0.54545456,0.5247934,0.5165289,0.5123967,0.5206612,0.5413223,0.56198347,0.58264464,0.59504133,0.59917355,0.59504133,0.60330576,0.59090906,0.57438016,0.56198347,0.553719,0.57024795,0.607438,0.6487603,0.6652893,0.6363636,0.58677685,0.55785125,0.5661157,0.58264464,0.59090906,0.58677685,0.58264464,0.5785124,0.57024795,0.5661157,0.5495868,0.5495868,0.57438016,0.58677685,0.59917355,0.59917355,0.6198347,0.6280992,0.6280992,0.6363636,0.6528926,0.6652893,0.6446281,0.6198347,0.57438016,0.54545456,0.5289256,0.53305787,0.47933885,0.54545456,0.5661157,0.60330576,0.62396693,0.6404959,0.6446281,0.6322314,0.62396693,0.607438,0.59090906,0.59504133,0.57438016,0.58264464,0.57024795,0.553719,0.5413223,0.53305787,0.5371901,0.5495868,0.56198347,0.5661157,0.58264464,0.58264464,0.58677685,0.59917355,0.59917355,0.59090906,0.57024795,0.55785125,0.56198347,0.58677685,0.62396693,0.661157,0.677686,0.6446281,0.60330576,0.5661157,0.5661157,0.58677685,0.59504133,0.59504133,0.60330576,0.59917355,0.59504133,0.58677685,0.58264464,0.5661157,0.58677685,0.59917355,0.60330576,0.60330576,0.6280992,0.6363636,0.6363636,0.6528926,0.661157,0.6570248,0.6487603,0.62396693,0.5785124,0.5495868,0.53305787,0.54545456,0.47107437,0.54545456,0.553719,0.59504133,0.62396693,0.6487603,0.661157,0.6570248,0.6404959,0.6198347,0.607438,0.59917355,0.57438016,0.57438016,0.5661157,0.56198347,0.55785125,0.553719,0.55785125,0.57024795,0.5785124,0.58264464,0.58677685,0.58264464,0.58677685,0.59917355,0.607438,0.58677685,0.5661157,0.55785125,0.57024795,0.59504133,0.62396693,0.6570248,0.661157,0.6446281,0.60330576,0.58677685,0.5661157,0.58264464,0.59917355,0.61157024,0.61570245,0.61570245,0.60330576,0.61157024,0.61570245,0.60330576,0.61570245,0.62396693,0.62396693,0.62396693,0.6363636,0.6446281,0.6404959,0.6446281,0.6528926,0.6487603,0.6404959,0.62396693,0.59504133,0.5495868,0.5247934,0.54545456,0.5082645,0.5495868,0.54545456,0.58264464,0.61157024,0.6322314,0.6446281,0.6487603,0.6528926,0.6363636,0.62396693,0.607438,0.59917355,0.59090906,0.57024795,0.5661157,0.57024795,0.57438016,0.58677685,0.59090906,0.59917355,0.60330576,0.59090906,0.59090906,0.59917355,0.61157024,0.60330576,0.57438016,0.55785125,0.5661157,0.57438016,0.59504133,0.6280992,0.6446281,0.6487603,0.6446281,0.62396693,0.59917355,0.5785124,0.57438016,0.59917355,0.6198347,0.6280992,0.6404959,0.6404959,0.6446281,0.6487603,0.6363636,0.6363636,0.6487603,0.6446281,0.6487603,0.6528926,0.6528926,0.6570248,0.6487603,0.6487603,0.6404959,0.62396693,0.61570245,0.58677685,0.553719,0.53305787,0.5289256,0.55785125,0.55785125,0.5413223,0.57024795,0.60330576,0.62396693,0.6363636,0.6570248,0.6652893,0.6570248,0.6487603,0.6322314,0.62396693,0.61570245,0.58677685,0.58264464,0.58264464,0.60330576,0.61157024,0.61157024,0.607438,0.61157024,0.607438,0.607438,0.607438,0.60330576,0.57438016,0.54545456,0.553719,0.5661157,0.58264464,0.61157024,0.6404959,0.6487603,0.6528926,0.6570248,0.6487603,0.61157024,0.58264464,0.58677685,0.58264464,0.61570245,0.6363636,0.6570248,0.6528926,0.6528926,0.6570248,0.6570248,0.6528926,0.661157,0.6570248,0.6652893,0.6652893,0.6404959,0.6322314,0.6487603,0.6404959,0.6322314,0.61570245,0.59917355,0.58677685,0.553719,0.54545456,0.5206612,0.61157024,0.5661157,0.5495868,0.55785125,0.607438,0.6363636,0.6487603,0.6694215,0.6735537,0.6652893,0.661157,0.6487603,0.6363636,0.6280992,0.61157024,0.607438,0.60330576,0.60330576,0.61157024,0.607438,0.607438,0.61157024,0.60330576,0.607438,0.61157024,0.59090906,0.553719,0.553719,0.5495868,0.5785124,0.58677685,0.61157024,0.6280992,0.6280992,0.6280992,0.6363636,0.6322314,0.6198347,0.58677685,0.58264464,0.5785124,0.607438,0.6322314,0.6570248,0.6652893,0.6694215,0.6694215,0.6652893,0.6652893,0.6652893,0.6735537,0.6818182,0.69008267,0.6446281,0.6322314,0.6487603,0.6570248,0.6446281,0.6280992,0.59917355,0.57438016,0.553719,0.54545456,0.5206612,0.6570248,0.5785124,0.54545456,0.5495868,0.58677685,0.6280992,0.6487603,0.677686,0.6694215,0.6652893,0.661157,0.6528926,0.6446281,0.6404959,0.6322314,0.61570245,0.59917355,0.59917355,0.607438,0.60330576,0.607438,0.61157024,0.607438,0.607438,0.58677685,0.57438016,0.57024795,0.5661157,0.57024795,0.58264464,0.58264464,0.60330576,0.61157024,0.61570245,0.61570245,0.6198347,0.6198347,0.61157024,0.59504133,0.58677685,0.57024795,0.59504133,0.62396693,0.6446281,0.6487603,0.6694215,0.6735537,0.6694215,0.661157,0.661157,0.6694215,0.6818182,0.6942149,0.6694215,0.6446281,0.6570248,0.6570248,0.6528926,0.6363636,0.61570245,0.5785124,0.55785125,0.5495868,0.5206612,0.661157,0.58264464,0.56198347,0.5413223,0.57438016,0.61157024,0.6528926,0.6694215,0.6694215,0.6570248,0.6570248,0.6570248,0.6487603,0.6363636,0.6280992,0.62396693,0.60330576,0.6198347,0.61570245,0.61157024,0.6198347,0.61157024,0.59090906,0.57438016,0.56198347,0.57024795,0.58677685,0.58264464,0.59504133,0.58677685,0.59090906,0.59504133,0.607438,0.61570245,0.61570245,0.62396693,0.61157024,0.61157024,0.60330576,0.58677685,0.5661157,0.5785124,0.61157024,0.6322314,0.6363636,0.6528926,0.6528926,0.6570248,0.6694215,0.6652893,0.6652893,0.6694215,0.677686,0.6570248,0.6280992,0.6446281,0.6487603,0.6570248,0.6487603,0.62396693,0.58264464,0.56198347,0.55785125,0.5289256,0.6446281,0.59504133,0.56198347,0.5371901,0.5661157,0.6363636,0.6735537,0.6735537,0.6694215,0.661157,0.661157,0.661157,0.6446281,0.6280992,0.6280992,0.62396693,0.61570245,0.6322314,0.6198347,0.6280992,0.61157024,0.59090906,0.5661157,0.55785125,0.57024795,0.59090906,0.61570245,0.61157024,0.6198347,0.6198347,0.62396693,0.6322314,0.6280992,0.6404959,0.6487603,0.6446281,0.6280992,0.6280992,0.607438,0.58677685,0.5661157,0.5785124,0.60330576,0.607438,0.6198347,0.6363636,0.6528926,0.6528926,0.6652893,0.6694215,0.6694215,0.6694215,0.6735537,0.6570248,0.6446281,0.6528926,0.6487603,0.6487603,0.6404959,0.6280992,0.58677685,0.55785125,0.54545456,0.54545456,0.62396693,0.59504133,0.55785125,0.5413223,0.57024795,0.6280992,0.6694215,0.677686,0.6818182,0.677686,0.6652893,0.6528926,0.6404959,0.6322314,0.6404959,0.6404959,0.6363636,0.6487603,0.6404959,0.6446281,0.607438,0.56198347,0.5413223,0.553719,0.59504133,0.6322314,0.6570248,0.6528926,0.6280992,0.6404959,0.6570248,0.6735537,0.6652893,0.6280992,0.61157024,0.6280992,0.6363636,0.6280992,0.59917355,0.57438016,0.58264464,0.59504133,0.59917355,0.59090906,0.59090906,0.61570245,0.6363636,0.6446281,0.6487603,0.6570248,0.6652893,0.677686,0.6859504,0.6735537,0.6694215,0.661157,0.6528926,0.6404959,0.6363636,0.62396693,0.59090906,0.55785125,0.54545456,0.55785125,0.59917355,0.59917355,0.57024795,0.54545456,0.57024795,0.62396693,0.661157,0.6652893,0.677686,0.6818182,0.6694215,0.6570248,0.6487603,0.6528926,0.6528926,0.6446281,0.6446281,0.6446281,0.6528926,0.6363636,0.59917355,0.56198347,0.53305787,0.54545456,0.59090906,0.6487603,0.6446281,0.553719,0.46694216,0.5247934,0.6322314,0.6942149,0.6859504,0.6570248,0.6280992,0.6446281,0.6528926,0.61157024,0.5413223,0.5371901,0.59504133,0.61570245,0.59917355,0.59504133,0.58677685,0.59917355,0.61570245,0.6363636,0.6487603,0.6694215,0.6735537,0.677686,0.6818182,0.6859504,0.69008267,0.677686,0.661157,0.6404959,0.6487603,0.62396693,0.58677685,0.55785125,0.5371901,0.56198347,0.61157024,0.607438,0.57024795,0.54545456,0.56198347,0.61157024,0.6528926,0.661157,0.6735537,0.677686,0.6735537,0.661157,0.661157,0.6570248,0.661157,0.661157,0.6570248,0.6652893,0.6528926,0.6404959,0.59090906,0.55785125,0.53305787,0.5495868,0.57438016,0.6198347,0.607438,0.5,0.36363637,0.37603307,0.5082645,0.6280992,0.661157,0.6694215,0.6694215,0.661157,0.6280992,0.5413223,0.45041323,0.4752066,0.56198347,0.59090906,0.59504133,0.60330576,0.59504133,0.58677685,0.59917355,0.61570245,0.6363636,0.661157,0.6694215,0.6818182,0.69008267,0.6942149,0.6983471,0.6859504,0.6652893,0.6404959,0.6446281,0.6198347,0.58677685,0.55785125,0.54545456,0.5785124,0.61157024,0.6404959,0.58264464,0.553719,0.56198347,0.59917355,0.6404959,0.6652893,0.6694215,0.6859504,0.6859504,0.6818182,0.6694215,0.6735537,0.6694215,0.677686,0.6735537,0.6694215,0.6446281,0.62396693,0.59504133,0.56198347,0.553719,0.57438016,0.5661157,0.55785125,0.56198347,0.55785125,0.5371901,0.5123967,0.5165289,0.58677685,0.6528926,0.6942149,0.6942149,0.677686,0.61157024,0.5247934,0.48347107,0.49173555,0.5247934,0.56198347,0.59504133,0.61570245,0.6198347,0.60330576,0.59917355,0.607438,0.62396693,0.6404959,0.6570248,0.6735537,0.6942149,0.6983471,0.6983471,0.69008267,0.6735537,0.6487603,0.6404959,0.61157024,0.58677685,0.55785125,0.57024795,0.53305787,0.45041323,0.6528926,0.59504133,0.553719,0.56198347,0.59090906,0.6446281,0.6735537,0.677686,0.6983471,0.6942149,0.69008267,0.6859504,0.6818182,0.677686,0.6859504,0.6818182,0.6652893,0.6446281,0.61570245,0.59090906,0.57438016,0.57438016,0.5785124,0.57024795,0.55785125,0.5371901,0.54545456,0.5785124,0.59917355,0.59090906,0.61570245,0.6446281,0.677686,0.6859504,0.6487603,0.57438016,0.5289256,0.5165289,0.5165289,0.53305787,0.56198347,0.58677685,0.60330576,0.6280992,0.6198347,0.61157024,0.607438,0.61157024,0.6363636,0.6528926,0.677686,0.6983471,0.7066116,0.6983471,0.6859504,0.6735537,0.6570248,0.6446281,0.6198347,0.58677685,0.55785125,0.57438016,0.46280992,0.21487603,0.49586776,0.47933885,0.5413223,0.55785125,0.58264464,0.6404959,0.6818182,0.6859504,0.6942149,0.6818182,0.677686,0.677686,0.69008267,0.6859504,0.69008267,0.6818182,0.661157,0.6280992,0.60330576,0.59504133,0.59090906,0.59504133,0.57024795,0.553719,0.5495868,0.5371901,0.5247934,0.5371901,0.5785124,0.61570245,0.6404959,0.6487603,0.6528926,0.6487603,0.61570245,0.54545456,0.5123967,0.5041322,0.5123967,0.5371901,0.5661157,0.5785124,0.59504133,0.6280992,0.6322314,0.62396693,0.61157024,0.6198347,0.6363636,0.6487603,0.677686,0.70247936,0.71487606,0.7107438,0.69008267,0.6818182,0.6652893,0.6528926,0.6198347,0.57024795,0.57438016,0.58264464,0.45041323,0.18595041,0.2107438,0.2603306,0.5,0.5661157,0.57438016,0.6280992,0.6859504,0.6942149,0.6859504,0.7066116,0.7066116,0.71900827,0.71487606,0.70247936,0.6983471,0.6818182,0.6487603,0.61570245,0.60330576,0.59917355,0.60330576,0.59504133,0.5785124,0.55785125,0.553719,0.53305787,0.5082645,0.5082645,0.54545456,0.58264464,0.61570245,0.607438,0.59917355,0.60330576,0.59917355,0.553719,0.5,0.4876033,0.5,0.5247934,0.57438016,0.59917355,0.607438,0.6198347,0.62396693,0.6198347,0.61570245,0.61570245,0.6280992,0.6404959,0.6694215,0.6983471,0.7066116,0.70247936,0.6859504,0.677686,0.661157,0.6404959,0.6198347,0.58264464,0.5785124,0.57438016,0.41322315,0.18181819,0.17355372,0.19421488,0.41735536,0.5785124,0.57024795,0.61570245,0.6735537,0.6942149,0.7107438,0.7107438,0.7355372,0.7355372,0.71487606,0.7107438,0.6983471,0.677686,0.6404959,0.61157024,0.60330576,0.59917355,0.59917355,0.59090906,0.5661157,0.5413223,0.54545456,0.5289256,0.5,0.4876033,0.5165289,0.55785125,0.58677685,0.5785124,0.55785125,0.5785124,0.59504133,0.54545456,0.5,0.47107437,0.47933885,0.5206612,0.57024795,0.58264464,0.58677685,0.59917355,0.61570245,0.62396693,0.6322314,0.62396693,0.6363636,0.6363636,0.6570248,0.69008267,0.70247936,0.6983471,0.6818182,0.677686,0.661157,0.6322314,0.61570245,0.59090906,0.57438016,0.59917355,0.36363637,0.18595041,0.17768595,0.1694215,0.30578512,0.58677685,0.57024795,0.60330576,0.661157,0.6983471,0.7107438,0.7107438,0.7231405,0.7355372,0.73140496,0.7231405,0.70247936,0.6735537,0.6446281,0.6280992,0.6198347,0.607438,0.59917355,0.59917355,0.55785125,0.5371901,0.5289256,0.5206612,0.49586776,0.48347107,0.49586776,0.5371901,0.55785125,0.5371901,0.5082645,0.5371901,0.5661157,0.53305787,0.5,0.47107437,0.48347107,0.5082645,0.553719,0.5661157,0.5661157,0.59090906,0.61570245,0.62396693,0.6363636,0.6322314,0.6570248,0.6487603,0.6528926,0.677686,0.6859504,0.6859504,0.6735537,0.6694215,0.6446281,0.6280992,0.607438,0.59917355,0.58677685,0.62396693,0.30991736,0.19421488,0.17768595,0.1694215,0.20247933,0.5661157,0.57024795,0.59090906,0.6446281,0.6942149,0.7107438,0.71900827,0.71900827,0.73140496,0.73966944,0.7231405,0.6983471,0.6735537,0.6528926,0.6404959,0.62396693,0.607438,0.59504133,0.5785124,0.56198347,0.5495868,0.54545456,0.5289256,0.5165289,0.5123967,0.5165289,0.5289256,0.5371901,0.49586776,0.46280992,0.47933885,0.5041322,0.5082645,0.4876033,0.47933885,0.49586776,0.5165289,0.5413223,0.55785125,0.56198347,0.58264464,0.607438,0.61157024,0.61570245,0.6198347,0.6446281,0.6446281,0.6570248,0.661157,0.677686,0.6859504,0.6818182,0.661157,0.6404959,0.6322314,0.6198347,0.59917355,0.59504133,0.60330576,0.2603306,0.2107438,0.17768595,0.18181819,0.1570248,0.5247934,0.59090906,0.59504133,0.62396693,0.6694215,0.7107438,0.71900827,0.71487606,0.7231405,0.74380165,0.72727275,0.70247936,0.6859504,0.661157,0.6487603,0.6322314,0.607438,0.58677685,0.59090906,0.5785124,0.56198347,0.54545456,0.53305787,0.54545456,0.5495868,0.5495868,0.553719,0.54545456,0.5041322,0.45867768,0.45867768,0.49173555,0.5082645,0.49586776,0.5,0.5165289,0.5371901,0.5413223,0.54545456,0.553719,0.58264464,0.607438,0.61570245,0.61157024,0.61570245,0.6363636,0.6570248,0.661157,0.6652893,0.6942149,0.6942149,0.677686,0.6528926,0.6363636,0.6280992,0.61570245,0.59917355,0.60330576,0.5661157,0.2231405,0.21900827,0.18595041,0.18181819,0.14876033,0.40495867,0.59090906,0.59504133,0.61157024,0.6570248,0.69008267,0.7107438,0.7231405,0.73140496,0.75206614,0.74793386,0.71487606,0.6735537,0.6570248,0.661157,0.6528926,0.6487603,0.6280992,0.6198347,0.61570245,0.607438,0.58677685,0.5785124,0.58264464,0.59504133,0.59090906,0.59504133,0.59090906,0.57024795,0.553719,0.5495868,0.57024795,0.57024795,0.5661157,0.553719,0.553719,0.56198347,0.56198347,0.5413223,0.553719,0.59090906,0.61157024,0.6198347,0.61570245,0.6280992,0.6404959,0.6487603,0.6487603,0.6652893,0.6859504,0.6818182,0.6735537,0.6570248,0.6404959,0.6280992,0.607438,0.59504133,0.61570245,0.5123967,0.21487603,0.21900827,0.18595041,0.17355372,0.16115703,0.24793388,0.59917355,0.59917355,0.61157024,0.6404959,0.677686,0.7066116,0.7231405,0.73140496,0.74380165,0.7355372,0.71487606,0.6859504,0.6818182,0.661157,0.6487603,0.6570248,0.6652893,0.6694215,0.661157,0.6487603,0.6322314,0.6198347,0.607438,0.59090906,0.5785124,0.55785125,0.55785125,0.5661157,0.58264464,0.5661157,0.553719,0.5495868,0.5495868,0.5495868,0.553719,0.5495868,0.54545456,0.5206612,0.5289256,0.5495868,0.5661157,0.57438016,0.5785124,0.59917355,0.6363636,0.6404959,0.6446281,0.6735537,0.6818182,0.6818182,0.6735537,0.661157,0.6446281,0.6322314,0.61157024,0.59504133,0.6198347,0.44214877,0.21900827,0.2107438,0.18181819,0.17768595,0.1983471,0.13636364,0.55785125,0.607438,0.61157024,0.6404959,0.677686,0.7066116,0.71900827,0.72727275,0.72727275,0.71487606,0.7066116,0.69008267,0.6735537,0.6735537,0.6652893,0.6652893,0.6652893,0.661157,0.6404959,0.607438,0.58264464,0.58677685,0.5785124,0.55785125,0.5495868,0.5289256,0.5247934,0.5206612,0.5289256,0.5165289,0.5082645,0.5082645,0.5,0.4876033,0.46280992,0.44214877,0.42561984,0.4090909,0.40495867,0.3966942,0.41735536,0.45041323,0.48347107,0.5371901,0.59917355,0.6322314,0.6570248,0.6735537,0.69008267,0.6859504,0.6818182,0.6570248,0.6446281,0.6363636,0.61157024,0.59917355,0.60330576,0.35950413,0.20661157,0.21487603,0.18595041,0.18181819,0.18181819,0.11570248,0.43801653,0.61157024,0.61157024,0.6363636,0.6694215,0.6983471,0.71487606,0.7107438,0.71487606,0.71900827,0.6983471,0.661157,0.6818182,0.6735537,0.6446281,0.607438,0.55785125,0.5082645,0.46694216,0.45454547,0.45041323,0.46694216,0.45867768,0.4214876,0.39256197,0.3553719,0.34710744,0.35123968,0.3677686,0.36363637,0.3429752,0.34710744,0.3553719,0.37190083,0.38429752,0.37190083,0.39256197,0.38842976,0.38429752,0.37603307,0.40495867,0.446281,0.45867768,0.49586776,0.5661157,0.61570245,0.6570248,0.6735537,0.677686,0.6818182,0.6818182,0.6487603,0.6487603,0.6404959,0.61157024,0.59917355,0.54545456,0.3140496,0.20661157,0.21900827,0.18181819,0.18181819,0.18595041,0.16528925,0.23553719,0.59917355,0.607438,0.62396693,0.661157,0.69008267,0.7107438,0.7107438,0.71900827,0.7107438,0.69008267,0.6818182,0.69008267,0.6652893,0.607438,0.5,0.42975205,0.41322315,0.38842976,0.38842976,0.4090909,0.4214876,0.3966942,0.37190083,0.3553719,0.338843,0.338843,0.338843,0.338843,0.34710744,0.34710744,0.36363637,0.38016528,0.40082645,0.41735536,0.41735536,0.42975205,0.42975205,0.446281,0.47933885,0.5165289,0.5206612,0.5123967,0.5123967,0.55785125,0.6198347,0.661157,0.6735537,0.6652893,0.6735537,0.677686,0.6487603,0.6570248,0.6487603,0.61570245,0.60330576,0.4876033,0.2520661,0.1983471,0.21487603,0.18181819,0.18595041,0.18181819,0.19008264,0.1322314,0.5165289,0.61570245,0.6198347,0.6570248,0.69008267,0.70247936,0.71487606,0.71900827,0.7107438,0.69008267,0.6694215,0.661157,0.6487603,0.57438016,0.48347107,0.46280992,0.5082645,0.5041322,0.46694216,0.446281,0.45454547,0.46280992,0.47107437,0.47933885,0.45867768,0.44214877,0.4214876,0.41735536,0.42975205,0.42561984,0.4338843,0.44214877,0.46280992,0.47107437,0.4752066,0.4876033,0.5165289,0.55785125,0.607438,0.59917355,0.58264464,0.56198347,0.56198347,0.57438016,0.6198347,0.6652893,0.6652893,0.6528926,0.6652893,0.6652893,0.6570248,0.661157,0.6446281,0.6198347,0.58677685,0.4090909,0.2107438,0.21900827,0.21900827,0.18181819,0.18181819,0.18595041,0.19008264,0.13636364,0.3264463,0.61157024,0.61570245,0.6446281,0.6735537,0.69008267,0.6983471,0.71487606,0.7231405,0.7066116,0.6735537,0.6528926,0.6322314,0.56198347,0.5041322,0.5082645,0.5661157,0.60330576,0.60330576,0.56198347,0.5165289,0.5041322,0.5123967,0.5247934,0.5123967,0.49586776,0.47107437,0.45867768,0.45454547,0.45454547,0.45867768,0.47107437,0.4876033,0.5165289,0.54545456,0.58264464,0.6280992,0.6487603,0.6570248,0.6322314,0.6322314,0.61570245,0.60330576,0.58677685,0.607438,0.6528926,0.6570248,0.661157,0.677686,0.6652893,0.6570248,0.6694215,0.6363636,0.61157024,0.553719,0.30578512,0.1983471,0.21900827,0.21900827,0.18181819,0.18181819,0.19008264,0.19008264,0.1694215,0.17768595,0.5289256,0.6280992,0.62396693,0.6487603,0.6735537,0.6859504,0.7066116,0.71487606,0.71487606,0.6859504,0.6528926,0.61157024,0.57438016,0.5289256,0.54545456,0.5785124,0.6404959,0.677686,0.6735537,0.6570248,0.6198347,0.59090906,0.57024795,0.5413223,0.53305787,0.5206612,0.5082645,0.5041322,0.5082645,0.5247934,0.54545456,0.57024795,0.60330576,0.6198347,0.6280992,0.6487603,0.6570248,0.6487603,0.6404959,0.6487603,0.6446281,0.6198347,0.59090906,0.59090906,0.6363636,0.6570248,0.661157,0.6694215,0.6652893,0.6528926,0.6570248,0.62396693,0.60330576,0.46694216,0.21487603,0.2107438,0.21900827,0.21900827,0.18181819,0.17768595,0.18595041,0.19421488,0.18181819,0.15289256,0.3140496,0.6322314,0.6198347,0.6487603,0.6859504,0.6983471,0.70247936,0.7107438,0.7231405,0.6942149,0.6487603,0.607438,0.59090906,0.57024795,0.5785124,0.59917355,0.6404959,0.6735537,0.6818182,0.6983471,0.69008267,0.6694215,0.6570248,0.6404959,0.61570245,0.607438,0.59917355,0.59090906,0.60330576,0.61157024,0.61157024,0.62396693,0.6363636,0.6280992,0.6280992,0.6363636,0.6487603,0.6404959,0.6487603,0.6528926,0.6487603,0.62396693,0.59504133,0.58264464,0.6198347,0.6528926,0.661157,0.661157,0.661157,0.6652893,0.6528926,0.6198347,0.61570245,0.3264463,0.19421488,0.2231405,0.21900827,0.21900827,0.18181819,0.17768595,0.18181819,0.19008264,0.19421488,0.17355372,0.14876033,0.4876033,0.62396693,0.6363636,0.6735537,0.6942149,0.6983471,0.7066116,0.7107438,0.6942149,0.6446281,0.61157024,0.607438,0.61157024,0.62396693,0.61570245,0.6363636,0.661157,0.6652893,0.6818182,0.6735537,0.6694215,0.6528926,0.6487603,0.6322314,0.61157024,0.59917355,0.60330576,0.61157024,0.6363636,0.6363636,0.6446281,0.6322314,0.6198347,0.6363636,0.6404959,0.6487603,0.6363636,0.6446281,0.6446281,0.6363636,0.6198347,0.60330576,0.60330576,0.6280992,0.6487603,0.6528926,0.661157,0.6652893,0.661157,0.6487603,0.607438,0.6198347,0.24380165,0.20661157,0.22727273,0.21900827,0.2231405,0.18595041,0.17768595,0.18595041,0.19008264,0.18181819,0.19008264,0.14876033,0.24380165,0.58677685,0.6363636,0.661157,0.6818182,0.6942149,0.6983471,0.71900827,0.6983471,0.6446281,0.607438,0.607438,0.6198347,0.6363636,0.6487603,0.6528926,0.677686,0.6735537,0.677686,0.677686,0.677686,0.6570248,0.6446281,0.61570245,0.58677685,0.5661157,0.56198347,0.57438016,0.60330576,0.60330576,0.62396693,0.6198347,0.6198347,0.6322314,0.6404959,0.6487603,0.6363636,0.6322314,0.6280992,0.6198347,0.61157024,0.60330576,0.62396693,0.6446281,0.6487603,0.6446281,0.6570248,0.6652893,0.6570248,0.6363636,0.58264464,0.607438,0.23553719,0.2107438,0.22727273,0.21900827,0.22727273,0.18181819,0.17768595,0.19008264,0.19008264,0.18595041,0.18595041,0.18595041,0.11983471,0.40082645,0.62396693,0.6570248,0.6818182,0.69008267,0.69008267,0.7107438,0.70247936,0.6652893,0.6280992,0.60330576,0.61570245,0.6363636,0.6487603,0.6652893,0.6694215,0.6694215,0.6735537,0.6818182,0.6694215,0.6363636,0.60330576,0.55785125,0.5123967,0.48347107,0.46280992,0.48347107,0.49173555,0.5247934,0.55785125,0.5785124,0.59504133,0.62396693,0.6363636,0.6404959,0.6322314,0.62396693,0.61570245,0.607438,0.60330576,0.607438,0.6198347,0.6404959,0.6487603,0.6528926,0.6487603,0.6487603,0.6404959,0.6198347,0.58677685,0.58677685,0.38429752,0.3305785,0.23966943,0.21900827,0.23140496,0.19008264,0.18595041,0.1983471,0.19008264,0.18181819,0.18181819,0.18595041,0.17355372,0.1694215,0.5123967,0.6446281,0.6735537,0.69008267,0.69008267,0.6859504,0.6983471,0.6818182,0.6363636,0.60330576,0.59917355,0.61570245,0.6322314,0.6404959,0.6487603,0.6487603,0.6487603,0.6446281,0.6280992,0.59090906,0.5495868,0.5,0.47107437,0.45454547,0.45041323,0.46694216,0.47933885,0.5247934,0.5495868,0.57024795,0.59090906,0.6198347,0.62396693,0.6280992,0.6280992,0.61570245,0.61570245,0.607438,0.607438,0.6198347,0.62396693,0.6322314,0.6404959,0.6446281,0.6528926,0.6487603,0.6363636,0.607438,0.60330576,0.57438016,0.42561984,0.47933885,0.45041323,0.29338843,0.21487603,0.20247933,0.18595041,0.19008264,0.18595041,0.18595041,0.18181819,0.17768595,0.19008264,0.1322314,0.29338843,0.61157024,0.677686,0.6859504,0.6942149,0.677686,0.69008267,0.6735537,0.6280992,0.59917355,0.59917355,0.607438,0.6198347,0.6322314,0.6322314,0.62396693,0.61157024,0.607438,0.60330576,0.58677685,0.57024795,0.54545456,0.5371901,0.5371901,0.53305787,0.5289256,0.5413223,0.5661157,0.58264464,0.60330576,0.61157024,0.61157024,0.61570245,0.6198347,0.6198347,0.61157024,0.6198347,0.61157024,0.61570245,0.607438,0.61570245,0.61157024,0.6446281,0.6446281,0.6487603,0.6446281,0.6322314,0.60330576,0.61570245,0.553719,0.3677686,0.44214877,0.5,0.553719,0.34710744,0.20661157,0.19421488,0.18595041,0.18595041,0.18595041,0.17355372,0.17768595,0.18595041,0.17355372,0.14049587,0.4752066,0.661157,0.6818182,0.6818182,0.677686,0.6859504,0.6735537,0.6487603,0.62396693,0.61157024,0.61570245,0.61570245,0.6198347,0.61570245,0.59917355,0.58677685,0.59090906,0.59917355,0.59917355,0.59504133,0.58264464,0.5785124,0.5785124,0.57438016,0.57024795,0.58677685,0.61157024,0.60330576,0.607438,0.607438,0.607438,0.61157024,0.6198347,0.6198347,0.61157024,0.607438,0.607438,0.607438,0.60330576,0.62396693,0.62396693,0.6363636,0.6446281,0.6404959,0.6404959,0.62396693,0.60330576,0.6322314,0.5247934,0.4090909,0.39256197,0.44214877,0.4876033,0.6735537,0.20661157,0.20661157,0.19421488,0.19421488,0.19008264,0.17768595,0.17355372,0.17768595,0.17768595,0.12809917,0.3140496,0.6280992,0.6859504,0.6818182,0.6859504,0.6859504,0.6818182,0.6818182,0.6528926,0.61157024,0.607438,0.61570245,0.61157024,0.607438,0.59090906,0.59504133,0.59917355,0.59917355,0.59917355,0.59504133,0.59090906,0.58677685,0.59090906,0.58677685,0.59090906,0.59917355,0.607438,0.607438,0.607438,0.59917355,0.59917355,0.607438,0.61157024,0.607438,0.60330576,0.607438,0.607438,0.61157024,0.61157024,0.61570245,0.61157024,0.6363636,0.6363636,0.6446281,0.62396693,0.61157024,0.61157024,0.6487603,0.5041322,0.43801653,0.446281,0.338843,0.46694216,0.5206612,23 +0.11157025,0.11157025,0.1446281,0.23140496,0.3140496,0.3553719,0.3677686,0.39256197,0.4214876,0.42561984,0.41735536,0.41322315,0.41322315,0.41322315,0.41322315,0.42561984,0.42561984,0.4214876,0.40495867,0.42561984,0.4338843,0.4338843,0.43801653,0.46280992,0.48347107,0.49586776,0.5041322,0.5041322,0.5041322,0.49586776,0.47107437,0.47107437,0.4752066,0.5,0.5206612,0.5206612,0.53305787,0.553719,0.57024795,0.5785124,0.5785124,0.58264464,0.60330576,0.607438,0.58264464,0.59504133,0.61570245,0.6322314,0.6322314,0.6280992,0.6198347,0.607438,0.59917355,0.59504133,0.59917355,0.58264464,0.59504133,0.60330576,0.59090906,0.61570245,0.61157024,0.59504133,0.53305787,0.44214877,0.11157025,0.10743801,0.1570248,0.2520661,0.3305785,0.3553719,0.36363637,0.40082645,0.43801653,0.44214877,0.44214877,0.45041323,0.45041323,0.45454547,0.446281,0.45454547,0.45867768,0.45041323,0.45041323,0.45041323,0.45454547,0.45454547,0.46694216,0.48347107,0.5,0.5082645,0.5082645,0.5082645,0.5041322,0.5,0.48347107,0.4752066,0.49173555,0.5082645,0.5247934,0.5247934,0.5413223,0.56198347,0.57024795,0.5785124,0.58677685,0.59090906,0.60330576,0.607438,0.60330576,0.60330576,0.62396693,0.6280992,0.6322314,0.6322314,0.6280992,0.61570245,0.607438,0.60330576,0.607438,0.59917355,0.60330576,0.607438,0.59917355,0.61157024,0.6198347,0.61570245,0.57438016,0.49586776,0.09917355,0.10743801,0.1694215,0.28099173,0.34710744,0.35950413,0.3553719,0.41322315,0.44214877,0.446281,0.45041323,0.47107437,0.46694216,0.4752066,0.47933885,0.4752066,0.4876033,0.4876033,0.47933885,0.48347107,0.47107437,0.4876033,0.49586776,0.5082645,0.5247934,0.5289256,0.5247934,0.5082645,0.5082645,0.5123967,0.49586776,0.49173555,0.5165289,0.5165289,0.5247934,0.5289256,0.54545456,0.56198347,0.57024795,0.57438016,0.58677685,0.59090906,0.59917355,0.59090906,0.60330576,0.62396693,0.6198347,0.6363636,0.6404959,0.6280992,0.62396693,0.6198347,0.61570245,0.607438,0.61157024,0.607438,0.607438,0.607438,0.61157024,0.61157024,0.6198347,0.61570245,0.59917355,0.5495868,0.09917355,0.11157025,0.18181819,0.29338843,0.35123968,0.36363637,0.3677686,0.40495867,0.42975205,0.446281,0.45041323,0.46694216,0.4752066,0.48347107,0.48347107,0.4876033,0.49173555,0.4876033,0.49173555,0.49586776,0.47933885,0.49173555,0.5041322,0.5206612,0.5371901,0.54545456,0.5413223,0.5289256,0.5247934,0.5289256,0.5,0.5,0.5247934,0.5247934,0.5247934,0.54545456,0.553719,0.5661157,0.5661157,0.5785124,0.58677685,0.59504133,0.59917355,0.607438,0.6280992,0.6280992,0.62396693,0.6404959,0.62396693,0.6198347,0.607438,0.607438,0.61570245,0.607438,0.607438,0.607438,0.607438,0.607438,0.61570245,0.61570245,0.607438,0.61570245,0.61157024,0.5785124,0.11157025,0.10330579,0.19008264,0.30578512,0.3553719,0.35123968,0.35950413,0.4090909,0.42561984,0.42561984,0.4338843,0.45454547,0.4752066,0.4752066,0.48347107,0.4876033,0.49173555,0.48347107,0.49173555,0.47933885,0.4752066,0.4876033,0.5041322,0.5206612,0.5289256,0.5413223,0.54545456,0.5371901,0.5371901,0.5371901,0.5123967,0.5,0.5165289,0.5247934,0.54545456,0.553719,0.57024795,0.57438016,0.5661157,0.5785124,0.59090906,0.59090906,0.59504133,0.60330576,0.61570245,0.61570245,0.6280992,0.6404959,0.61570245,0.59090906,0.58264464,0.57438016,0.59090906,0.60330576,0.59504133,0.59504133,0.607438,0.59917355,0.6198347,0.607438,0.61157024,0.61157024,0.61570245,0.59090906,0.11157025,0.09917355,0.18595041,0.3181818,0.3553719,0.35123968,0.36363637,0.39256197,0.40495867,0.39256197,0.3966942,0.42561984,0.45041323,0.45454547,0.46694216,0.46280992,0.45867768,0.45454547,0.47107437,0.45454547,0.45454547,0.47107437,0.48347107,0.5082645,0.5206612,0.5289256,0.5371901,0.53305787,0.53305787,0.5289256,0.5041322,0.5082645,0.5206612,0.53305787,0.55785125,0.553719,0.57024795,0.57024795,0.56198347,0.56198347,0.5785124,0.58677685,0.59090906,0.59917355,0.59917355,0.59504133,0.60330576,0.61157024,0.58264464,0.57024795,0.55785125,0.5371901,0.5413223,0.553719,0.55785125,0.57024795,0.59090906,0.59090906,0.59917355,0.607438,0.62396693,0.61570245,0.6198347,0.59090906,0.11157025,0.09090909,0.18595041,0.3181818,0.338843,0.35123968,0.37190083,0.37603307,0.3677686,0.34710744,0.35123968,0.3677686,0.3966942,0.40082645,0.4090909,0.41322315,0.40495867,0.40495867,0.4214876,0.41322315,0.41322315,0.446281,0.46280992,0.47933885,0.5041322,0.5123967,0.5165289,0.5165289,0.5206612,0.5206612,0.5165289,0.5206612,0.5247934,0.5371901,0.5371901,0.5371901,0.56198347,0.55785125,0.54545456,0.553719,0.553719,0.55785125,0.56198347,0.553719,0.54545456,0.5413223,0.5413223,0.553719,0.5371901,0.5371901,0.53305787,0.5165289,0.5165289,0.5289256,0.5371901,0.5495868,0.57438016,0.59917355,0.59917355,0.61570245,0.62396693,0.61570245,0.61570245,0.59090906,0.12396694,0.08677686,0.18181819,0.3264463,0.338843,0.35123968,0.35950413,0.3264463,0.32231405,0.32231405,0.32231405,0.30991736,0.3181818,0.32231405,0.3264463,0.3305785,0.3429752,0.34710744,0.3677686,0.37190083,0.3677686,0.4090909,0.446281,0.46280992,0.47933885,0.49586776,0.5,0.5082645,0.5165289,0.5206612,0.5123967,0.5206612,0.5206612,0.53305787,0.53305787,0.5247934,0.53305787,0.53305787,0.53305787,0.5289256,0.5082645,0.4752066,0.47107437,0.4752066,0.46694216,0.46280992,0.4752066,0.48347107,0.49586776,0.5041322,0.5041322,0.5041322,0.5123967,0.5165289,0.5206612,0.5371901,0.553719,0.58677685,0.59504133,0.607438,0.61570245,0.61570245,0.61157024,0.61570245,0.14049587,0.09504132,0.17768595,0.32231405,0.3305785,0.33471075,0.3181818,0.29752067,0.29338843,0.2768595,0.28512397,0.28512397,0.2644628,0.25619835,0.2603306,0.25619835,0.2644628,0.28099173,0.30991736,0.338843,0.34710744,0.3677686,0.4214876,0.4338843,0.45454547,0.47107437,0.4876033,0.47933885,0.4876033,0.5,0.5123967,0.5206612,0.5247934,0.5289256,0.5413223,0.5289256,0.5206612,0.5,0.5,0.48347107,0.45454547,0.41322315,0.39256197,0.38842976,0.38842976,0.38842976,0.39256197,0.41735536,0.45867768,0.47107437,0.4876033,0.4876033,0.5123967,0.5371901,0.53305787,0.54545456,0.53305787,0.5495868,0.59504133,0.60330576,0.59917355,0.61157024,0.6280992,0.6198347,0.16528925,0.09504132,0.16115703,0.30991736,0.30165288,0.29338843,0.27272728,0.25619835,0.2644628,0.23140496,0.2520661,0.2644628,0.24793388,0.23553719,0.23966943,0.2231405,0.22727273,0.24793388,0.27272728,0.29752067,0.3264463,0.34710744,0.40082645,0.4090909,0.4214876,0.45041323,0.45867768,0.45867768,0.46694216,0.48347107,0.49173555,0.5123967,0.53305787,0.5371901,0.5413223,0.56198347,0.5371901,0.5082645,0.5041322,0.4876033,0.45041323,0.41735536,0.38016528,0.35123968,0.35123968,0.34710744,0.3264463,0.34710744,0.40495867,0.4338843,0.45041323,0.45454547,0.46280992,0.48347107,0.5082645,0.53305787,0.5413223,0.5413223,0.55785125,0.59917355,0.59090906,0.61570245,0.6198347,0.61157024,0.18181819,0.10743801,0.1570248,0.30991736,0.28512397,0.2644628,0.25619835,0.24380165,0.24793388,0.23966943,0.23140496,0.24793388,0.23966943,0.23553719,0.24793388,0.24793388,0.23553719,0.2520661,0.26859504,0.28512397,0.30165288,0.3181818,0.35950413,0.37603307,0.39256197,0.4338843,0.4338843,0.45041323,0.47933885,0.4876033,0.4876033,0.5082645,0.5413223,0.55785125,0.553719,0.58264464,0.5661157,0.5371901,0.5413223,0.5247934,0.5,0.47933885,0.45041323,0.42975205,0.42975205,0.4338843,0.40082645,0.40082645,0.43801653,0.45454547,0.47107437,0.49173555,0.4876033,0.49173555,0.5165289,0.5289256,0.5413223,0.5413223,0.5413223,0.5785124,0.59090906,0.6198347,0.61570245,0.6198347,0.2768595,0.12809917,0.14876033,0.30578512,0.27272728,0.24380165,0.24793388,0.2520661,0.2644628,0.27272728,0.2644628,0.26859504,0.27272728,0.2892562,0.29338843,0.29752067,0.2892562,0.28512397,0.26859504,0.26859504,0.2768595,0.2768595,0.29752067,0.30578512,0.3264463,0.37603307,0.40495867,0.43801653,0.4752066,0.4876033,0.5041322,0.5413223,0.57438016,0.59090906,0.58264464,0.59917355,0.58264464,0.5661157,0.57024795,0.553719,0.5206612,0.5082645,0.5,0.4876033,0.49173555,0.49173555,0.47933885,0.47107437,0.4876033,0.49586776,0.5206612,0.55785125,0.58677685,0.59090906,0.58677685,0.5785124,0.57438016,0.57438016,0.55785125,0.57438016,0.59504133,0.61157024,0.61157024,0.62396693,0.39256197,0.14876033,0.14049587,0.29752067,0.26859504,0.24380165,0.23966943,0.25619835,0.28512397,0.29338843,0.2892562,0.28512397,0.2768595,0.28512397,0.2768595,0.2644628,0.25619835,0.24380165,0.23140496,0.23966943,0.2603306,0.25619835,0.2603306,0.2603306,0.2603306,0.30991736,0.38016528,0.4338843,0.4752066,0.49173555,0.53305787,0.57438016,0.61157024,0.61570245,0.60330576,0.59917355,0.5785124,0.56198347,0.5661157,0.5495868,0.5082645,0.46694216,0.42561984,0.40082645,0.38842976,0.38842976,0.38842976,0.41735536,0.446281,0.48347107,0.5247934,0.5661157,0.59917355,0.61570245,0.6198347,0.6280992,0.61157024,0.59504133,0.57024795,0.57024795,0.59090906,0.607438,0.62396693,0.6280992,0.38842976,0.20247933,0.12809917,0.29752067,0.28512397,0.2520661,0.25619835,0.26859504,0.2892562,0.27272728,0.24380165,0.22727273,0.23966943,0.24380165,0.27272728,0.28099173,0.26859504,0.23553719,0.21900827,0.22727273,0.23140496,0.22727273,0.24793388,0.24793388,0.23140496,0.24793388,0.34710744,0.42975205,0.48347107,0.5123967,0.56198347,0.60330576,0.6322314,0.6280992,0.59917355,0.5785124,0.56198347,0.5495868,0.5413223,0.5123967,0.46694216,0.38429752,0.3181818,0.30165288,0.30991736,0.3264463,0.338843,0.3429752,0.37190083,0.38016528,0.42975205,0.4876033,0.54545456,0.60330576,0.6280992,0.6404959,0.6322314,0.62396693,0.607438,0.59917355,0.60330576,0.607438,0.6280992,0.6322314,0.2603306,0.29752067,0.1322314,0.30578512,0.30165288,0.27272728,0.2644628,0.27272728,0.2768595,0.23140496,0.23140496,0.24793388,0.24380165,0.21900827,0.1983471,0.19421488,0.20661157,0.20661157,0.2231405,0.23966943,0.25619835,0.25619835,0.2520661,0.2603306,0.23140496,0.2107438,0.29752067,0.42561984,0.49586776,0.5413223,0.58677685,0.6198347,0.6363636,0.62396693,0.58677685,0.56198347,0.56198347,0.5289256,0.5,0.44214877,0.36363637,0.30165288,0.29752067,0.30578512,0.3181818,0.33471075,0.35123968,0.35123968,0.37190083,0.37603307,0.41735536,0.43801653,0.46694216,0.5082645,0.57024795,0.62396693,0.6404959,0.6446281,0.6404959,0.6363636,0.6322314,0.6198347,0.6322314,0.6404959,0.17768595,0.28512397,0.14876033,0.3181818,0.3140496,0.2892562,0.28512397,0.28099173,0.24380165,0.21900827,0.23140496,0.20247933,0.19421488,0.16115703,0.10330579,0.11570248,0.14876033,0.11570248,0.15289256,0.20661157,0.2520661,0.2768595,0.28512397,0.29338843,0.28099173,0.21900827,0.2603306,0.42561984,0.5247934,0.58677685,0.61570245,0.6322314,0.6446281,0.62396693,0.5785124,0.56198347,0.54545456,0.5,0.4338843,0.3677686,0.30991736,0.30165288,0.3140496,0.338843,0.33471075,0.28099173,0.22727273,0.2231405,0.21900827,0.23140496,0.3181818,0.41735536,0.46280992,0.48347107,0.5123967,0.57438016,0.62396693,0.6446281,0.6528926,0.6570248,0.6487603,0.6363636,0.6404959,0.6404959,0.18181819,0.1983471,0.17355372,0.3140496,0.3305785,0.29338843,0.28512397,0.27272728,0.22727273,0.20661157,0.18181819,0.20661157,0.2768595,0.18181819,0.12396694,0.11570248,0.24793388,0.12396694,0.12809917,0.18595041,0.2231405,0.2520661,0.2892562,0.32231405,0.33471075,0.27272728,0.24380165,0.42975205,0.553719,0.61570245,0.6487603,0.6487603,0.6363636,0.61157024,0.57438016,0.59090906,0.55785125,0.45454547,0.3677686,0.3264463,0.32231405,0.34710744,0.338843,0.30578512,0.3140496,0.2520661,0.1570248,0.2107438,0.17355372,0.1446281,0.1983471,0.35950413,0.4338843,0.4752066,0.5082645,0.553719,0.607438,0.6487603,0.661157,0.661157,0.6446281,0.6404959,0.6487603,0.6446281,0.2107438,0.17355372,0.16115703,0.34710744,0.338843,0.30578512,0.28512397,0.25619835,0.2107438,0.1694215,0.18595041,0.28099173,0.33471075,0.23140496,0.1322314,0.10743801,0.1322314,0.11983471,0.16528925,0.2644628,0.28512397,0.2603306,0.2520661,0.28512397,0.33471075,0.29338843,0.25619835,0.42975205,0.5661157,0.6404959,0.677686,0.6652893,0.6363636,0.607438,0.5661157,0.553719,0.53305787,0.446281,0.35123968,0.35123968,0.34710744,0.35950413,0.3305785,0.33471075,0.38429752,0.30578512,0.17355372,0.1694215,0.18181819,0.23553719,0.2520661,0.4752066,0.45041323,0.40082645,0.47933885,0.5413223,0.59090906,0.6404959,0.6570248,0.6652893,0.661157,0.6570248,0.6652893,0.6570248,0.2231405,0.19421488,0.19421488,0.35123968,0.34710744,0.3305785,0.29752067,0.25619835,0.1983471,0.20661157,0.23966943,0.29338843,0.35123968,0.29752067,0.17768595,0.14049587,0.1446281,0.1446281,0.20661157,0.29752067,0.3181818,0.28099173,0.23966943,0.2520661,0.29752067,0.30991736,0.30165288,0.4338843,0.58677685,0.661157,0.6942149,0.677686,0.6363636,0.59504133,0.5495868,0.5206612,0.49173555,0.47933885,0.41735536,0.3429752,0.3677686,0.3429752,0.3429752,0.40082645,0.45867768,0.39256197,0.23553719,0.16528925,0.19008264,0.3181818,0.38016528,0.5289256,0.45041323,0.39256197,0.44214877,0.5082645,0.56198347,0.6198347,0.6446281,0.661157,0.6735537,0.6694215,0.6735537,0.661157,0.23966943,0.21487603,0.2520661,0.33471075,0.36363637,0.36363637,0.33471075,0.28099173,0.23966943,0.25619835,0.28512397,0.30165288,0.35123968,0.34710744,0.29752067,0.22727273,0.2231405,0.23553719,0.2644628,0.29752067,0.3264463,0.30165288,0.28099173,0.2892562,0.3264463,0.30165288,0.30991736,0.45867768,0.59917355,0.69008267,0.7107438,0.6859504,0.6322314,0.58264464,0.5247934,0.49586776,0.5371901,0.5206612,0.40495867,0.3181818,0.35950413,0.338843,0.338843,0.3966942,0.45867768,0.45454547,0.3553719,0.2603306,0.23140496,0.3264463,0.46280992,0.4752066,0.45041323,0.45041323,0.4752066,0.5123967,0.5495868,0.60330576,0.6487603,0.6694215,0.677686,0.6735537,0.677686,0.661157,0.25619835,0.26859504,0.2892562,0.32231405,0.36363637,0.38842976,0.38429752,0.34710744,0.3140496,0.28512397,0.2644628,0.2768595,0.30991736,0.3305785,0.34710744,0.30578512,0.28512397,0.2892562,0.29338843,0.29338843,0.32231405,0.3305785,0.3305785,0.3305785,0.34710744,0.28512397,0.30991736,0.47933885,0.60330576,0.69008267,0.72727275,0.69008267,0.6322314,0.58677685,0.5123967,0.48347107,0.53305787,0.49586776,0.40082645,0.3429752,0.32231405,0.30991736,0.33471075,0.35950413,0.38016528,0.40082645,0.40495867,0.36363637,0.34710744,0.40495867,0.45454547,0.4876033,0.5165289,0.5206612,0.54545456,0.56198347,0.57024795,0.59504133,0.6363636,0.6652893,0.6735537,0.6735537,0.677686,0.6652893,0.3140496,0.3181818,0.2892562,0.32231405,0.3677686,0.4090909,0.41322315,0.40495867,0.3677686,0.32231405,0.26859504,0.26859504,0.29338843,0.30578512,0.3181818,0.30165288,0.29752067,0.29752067,0.30578512,0.3140496,0.3305785,0.34710744,0.3553719,0.3677686,0.3553719,0.29338843,0.35123968,0.5,0.6198347,0.6983471,0.71900827,0.6859504,0.62396693,0.58264464,0.5082645,0.45454547,0.47933885,0.46280992,0.39256197,0.35123968,0.3553719,0.34710744,0.3553719,0.37190083,0.37603307,0.37603307,0.40495867,0.4214876,0.4338843,0.47933885,0.5289256,0.57438016,0.58677685,0.5785124,0.58264464,0.59090906,0.607438,0.62396693,0.6446281,0.6652893,0.6735537,0.6735537,0.6735537,0.6694215,0.3429752,0.36363637,0.2892562,0.30991736,0.36363637,0.41322315,0.42561984,0.43801653,0.4090909,0.34710744,0.29752067,0.29752067,0.3140496,0.32231405,0.32231405,0.3181818,0.32231405,0.3181818,0.3264463,0.3305785,0.36363637,0.38429752,0.37603307,0.38429752,0.38429752,0.3677686,0.3966942,0.49586776,0.61157024,0.70247936,0.7107438,0.661157,0.607438,0.57438016,0.5165289,0.46280992,0.45454547,0.45454547,0.4090909,0.35950413,0.37603307,0.38842976,0.39256197,0.4090909,0.43801653,0.4338843,0.45454547,0.47107437,0.5,0.56198347,0.61157024,0.6404959,0.62396693,0.59917355,0.59917355,0.61157024,0.6363636,0.6363636,0.6528926,0.6570248,0.6570248,0.6694215,0.6694215,0.6735537,0.3181818,0.38429752,0.30991736,0.28512397,0.35950413,0.4090909,0.44214877,0.46280992,0.446281,0.39256197,0.338843,0.32231405,0.3264463,0.3264463,0.3305785,0.32231405,0.3305785,0.338843,0.34710744,0.34710744,0.36363637,0.38429752,0.3966942,0.42561984,0.43801653,0.41735536,0.40495867,0.47933885,0.6322314,0.71900827,0.71900827,0.6487603,0.60330576,0.5785124,0.5413223,0.5,0.4752066,0.47107437,0.42975205,0.38429752,0.3966942,0.41735536,0.42975205,0.45041323,0.47107437,0.48347107,0.5082645,0.5289256,0.5661157,0.61157024,0.6322314,0.6280992,0.6198347,0.61157024,0.6198347,0.6363636,0.6446281,0.6404959,0.6528926,0.6570248,0.6446281,0.661157,0.677686,0.6652893,0.28099173,0.38016528,0.33471075,0.2644628,0.35950413,0.40495867,0.446281,0.47933885,0.4752066,0.43801653,0.39256197,0.36363637,0.35123968,0.35123968,0.3553719,0.35950413,0.36363637,0.38016528,0.38016528,0.38016528,0.37603307,0.40082645,0.43801653,0.46280992,0.45454547,0.4214876,0.40082645,0.47933885,0.6198347,0.70247936,0.7066116,0.6446281,0.607438,0.58677685,0.56198347,0.54545456,0.5206612,0.5041322,0.47107437,0.44214877,0.4214876,0.43801653,0.45041323,0.4752066,0.4876033,0.5082645,0.5206612,0.5371901,0.5661157,0.59504133,0.61157024,0.61157024,0.6280992,0.6322314,0.6363636,0.6487603,0.6528926,0.6570248,0.661157,0.6694215,0.6570248,0.661157,0.6735537,0.661157,0.25619835,0.37603307,0.3677686,0.2644628,0.3553719,0.4090909,0.446281,0.48347107,0.4876033,0.47107437,0.43801653,0.4090909,0.39256197,0.38842976,0.40082645,0.40495867,0.38429752,0.39256197,0.38429752,0.38016528,0.39256197,0.43801653,0.46280992,0.47107437,0.45041323,0.41735536,0.41322315,0.48347107,0.60330576,0.6983471,0.70247936,0.6363636,0.60330576,0.59504133,0.59504133,0.59090906,0.58264464,0.5661157,0.5371901,0.5082645,0.47933885,0.45867768,0.45867768,0.49173555,0.5123967,0.53305787,0.5371901,0.553719,0.57024795,0.58264464,0.607438,0.62396693,0.6322314,0.6280992,0.6487603,0.6570248,0.6570248,0.661157,0.6652893,0.6694215,0.6694215,0.6694215,0.6694215,0.6652893,0.23553719,0.3677686,0.41735536,0.30991736,0.34710744,0.40495867,0.44214877,0.47933885,0.49173555,0.49173555,0.46280992,0.43801653,0.41322315,0.4090909,0.40082645,0.41322315,0.40495867,0.40495867,0.40495867,0.4090909,0.4338843,0.46280992,0.46694216,0.45867768,0.43801653,0.4090909,0.4214876,0.4876033,0.59090906,0.6983471,0.71487606,0.6446281,0.59917355,0.59504133,0.607438,0.62396693,0.6198347,0.61157024,0.58677685,0.55785125,0.5371901,0.49173555,0.4752066,0.48347107,0.5082645,0.5247934,0.553719,0.57024795,0.58264464,0.59917355,0.6198347,0.6363636,0.6404959,0.6446281,0.6528926,0.6570248,0.6652893,0.6694215,0.677686,0.6694215,0.677686,0.6694215,0.6570248,0.6528926,0.21900827,0.3553719,0.4338843,0.35950413,0.3429752,0.40082645,0.43801653,0.46694216,0.4876033,0.4876033,0.4752066,0.46280992,0.44214877,0.4214876,0.41322315,0.41322315,0.4214876,0.42975205,0.446281,0.45454547,0.47107437,0.47107437,0.46280992,0.45041323,0.42561984,0.41735536,0.42561984,0.49586776,0.60330576,0.69008267,0.71487606,0.6528926,0.61157024,0.59917355,0.607438,0.6198347,0.6322314,0.6322314,0.61570245,0.59504133,0.58677685,0.55785125,0.5413223,0.5082645,0.5165289,0.5247934,0.53305787,0.5495868,0.58264464,0.60330576,0.62396693,0.6487603,0.6570248,0.6528926,0.661157,0.6570248,0.661157,0.6694215,0.6818182,0.677686,0.6818182,0.6694215,0.6528926,0.6446281,0.19421488,0.338843,0.41735536,0.38842976,0.32231405,0.40082645,0.4214876,0.45867768,0.46694216,0.46694216,0.4752066,0.46694216,0.46280992,0.45454547,0.45454547,0.45041323,0.446281,0.4752066,0.4876033,0.49586776,0.4876033,0.47107437,0.45867768,0.44214877,0.42561984,0.42975205,0.446281,0.5165289,0.61157024,0.6859504,0.7066116,0.6570248,0.62396693,0.61157024,0.61157024,0.61570245,0.6280992,0.6404959,0.6280992,0.61157024,0.61570245,0.607438,0.59917355,0.5661157,0.5371901,0.5371901,0.54545456,0.56198347,0.58264464,0.61157024,0.6322314,0.6528926,0.661157,0.661157,0.6652893,0.6570248,0.6652893,0.6735537,0.6818182,0.6818182,0.69008267,0.6694215,0.6570248,0.6487603,0.18181819,0.3264463,0.4214876,0.41735536,0.32231405,0.38842976,0.41735536,0.43801653,0.45041323,0.45041323,0.46280992,0.45867768,0.46694216,0.46694216,0.46694216,0.47933885,0.49173555,0.5082645,0.5165289,0.5206612,0.5041322,0.47933885,0.45454547,0.44214877,0.42975205,0.446281,0.47933885,0.54545456,0.6280992,0.6942149,0.69008267,0.661157,0.6322314,0.6280992,0.61570245,0.62396693,0.6322314,0.6446281,0.6363636,0.62396693,0.61570245,0.6198347,0.6198347,0.61157024,0.59090906,0.57438016,0.56198347,0.57438016,0.59090906,0.607438,0.6280992,0.6446281,0.661157,0.6694215,0.6694215,0.6570248,0.6818182,0.6942149,0.7107438,0.70247936,0.6942149,0.6652893,0.6487603,0.6363636,0.16528925,0.33471075,0.38016528,0.4090909,0.3181818,0.37603307,0.40082645,0.4338843,0.44214877,0.45041323,0.45454547,0.45041323,0.46694216,0.47107437,0.48347107,0.5041322,0.5165289,0.53305787,0.53305787,0.53305787,0.5247934,0.4876033,0.45867768,0.446281,0.43801653,0.47107437,0.5123967,0.5785124,0.6528926,0.6983471,0.6983471,0.677686,0.6446281,0.6363636,0.62396693,0.62396693,0.6404959,0.6528926,0.6528926,0.6280992,0.62396693,0.6280992,0.62396693,0.6363636,0.6198347,0.61157024,0.60330576,0.59917355,0.60330576,0.61570245,0.6363636,0.6570248,0.6694215,0.6735537,0.6735537,0.6818182,0.70247936,0.70247936,0.7107438,0.7107438,0.6942149,0.6694215,0.6446281,0.6322314,0.14876033,0.3264463,0.37603307,0.35950413,0.33471075,0.3429752,0.37603307,0.41735536,0.42561984,0.446281,0.45041323,0.45454547,0.46694216,0.4752066,0.4876033,0.5206612,0.5247934,0.5371901,0.5495868,0.5413223,0.5289256,0.49586776,0.46280992,0.43801653,0.45867768,0.5041322,0.53305787,0.5785124,0.6363636,0.6818182,0.69008267,0.6859504,0.661157,0.6446281,0.6280992,0.61570245,0.62396693,0.6487603,0.6570248,0.6487603,0.6363636,0.6446281,0.6404959,0.6404959,0.6404959,0.6487603,0.6446281,0.6404959,0.6487603,0.6487603,0.6570248,0.6694215,0.6859504,0.6818182,0.677686,0.6859504,0.70247936,0.70247936,0.70247936,0.7107438,0.6983471,0.6735537,0.6528926,0.6404959,0.13636364,0.2768595,0.4214876,0.3677686,0.36363637,0.33471075,0.38016528,0.41322315,0.4214876,0.446281,0.45867768,0.46694216,0.47933885,0.4876033,0.5,0.5206612,0.53305787,0.5371901,0.5413223,0.54545456,0.5289256,0.5082645,0.46280992,0.446281,0.48347107,0.5247934,0.55785125,0.59504133,0.6322314,0.6735537,0.6983471,0.70247936,0.6735537,0.6404959,0.62396693,0.61157024,0.61157024,0.6363636,0.661157,0.6694215,0.6652893,0.6694215,0.6694215,0.6652893,0.6694215,0.69008267,0.6694215,0.6735537,0.6818182,0.677686,0.6859504,0.6818182,0.6859504,0.6818182,0.677686,0.6859504,0.7066116,0.6983471,0.6942149,0.6983471,0.6942149,0.677686,0.661157,0.6446281,0.12396694,0.22727273,0.41322315,0.3966942,0.37190083,0.3264463,0.38429752,0.41322315,0.42975205,0.446281,0.46694216,0.47107437,0.47933885,0.4876033,0.49586776,0.5082645,0.5165289,0.5165289,0.5247934,0.5206612,0.5206612,0.4876033,0.45041323,0.45867768,0.49586776,0.5413223,0.57438016,0.61157024,0.6570248,0.677686,0.6983471,0.7066116,0.677686,0.6446281,0.6280992,0.62396693,0.607438,0.6198347,0.6404959,0.6694215,0.6818182,0.69008267,0.69008267,0.677686,0.677686,0.6942149,0.6818182,0.69008267,0.6983471,0.6942149,0.70247936,0.6983471,0.69008267,0.69008267,0.69008267,0.6942149,0.6942149,0.6942149,0.6859504,0.6859504,0.6859504,0.6859504,0.661157,0.6404959,0.1322314,0.17355372,0.3677686,0.40495867,0.3429752,0.3264463,0.37190083,0.41322315,0.4214876,0.446281,0.47107437,0.4752066,0.47933885,0.4876033,0.48347107,0.49173555,0.5082645,0.5123967,0.5247934,0.5123967,0.49173555,0.45454547,0.45041323,0.46694216,0.5,0.5371901,0.57024795,0.60330576,0.6363636,0.6528926,0.6735537,0.6818182,0.6818182,0.6528926,0.6363636,0.6322314,0.61570245,0.61157024,0.62396693,0.6528926,0.677686,0.69008267,0.6942149,0.6983471,0.6942149,0.6983471,0.6942149,0.6983471,0.7066116,0.7066116,0.7107438,0.7107438,0.69008267,0.6694215,0.6818182,0.6983471,0.70247936,0.69008267,0.6859504,0.677686,0.6652893,0.6694215,0.6528926,0.6404959,0.14049587,0.1446281,0.32231405,0.39256197,0.3140496,0.32231405,0.3677686,0.40495867,0.41735536,0.45041323,0.45454547,0.47107437,0.4752066,0.47933885,0.47933885,0.4876033,0.5041322,0.5123967,0.5082645,0.49173555,0.45041323,0.42561984,0.44214877,0.45454547,0.4876033,0.5289256,0.57024795,0.60330576,0.6198347,0.6322314,0.6487603,0.661157,0.6570248,0.6487603,0.6404959,0.6322314,0.61570245,0.61157024,0.6198347,0.6363636,0.661157,0.6735537,0.6818182,0.6942149,0.6983471,0.7066116,0.69008267,0.6983471,0.70247936,0.71487606,0.7231405,0.72727275,0.71900827,0.6942149,0.6942149,0.7066116,0.71487606,0.7107438,0.7066116,0.6942149,0.677686,0.6570248,0.6487603,0.6322314,0.15289256,0.1322314,0.26859504,0.38016528,0.29752067,0.3140496,0.3677686,0.40082645,0.42561984,0.45041323,0.45041323,0.46280992,0.47933885,0.47933885,0.4876033,0.48347107,0.4876033,0.48347107,0.46694216,0.4338843,0.4214876,0.41735536,0.40495867,0.4090909,0.446281,0.49586776,0.5371901,0.57438016,0.61570245,0.6404959,0.6528926,0.6446281,0.6528926,0.6528926,0.6446281,0.6322314,0.607438,0.61157024,0.61570245,0.6280992,0.6446281,0.6570248,0.6652893,0.6735537,0.6859504,0.6942149,0.6983471,0.70247936,0.6942149,0.6983471,0.7107438,0.71487606,0.7066116,0.6818182,0.677686,0.6983471,0.7066116,0.71487606,0.7107438,0.7107438,0.70247936,0.6652893,0.6487603,0.6322314,0.1570248,0.12396694,0.20661157,0.35123968,0.3181818,0.3181818,0.35950413,0.38842976,0.42561984,0.43801653,0.45867768,0.46694216,0.47107437,0.4752066,0.47933885,0.4752066,0.46694216,0.45041323,0.4338843,0.40495867,0.3966942,0.37603307,0.3677686,0.35123968,0.3966942,0.45454547,0.5123967,0.54545456,0.59090906,0.6363636,0.661157,0.6694215,0.6859504,0.661157,0.6404959,0.6280992,0.61157024,0.61570245,0.6198347,0.62396693,0.6322314,0.6280992,0.6280992,0.6528926,0.677686,0.677686,0.6818182,0.6983471,0.70247936,0.7066116,0.7107438,0.70247936,0.69008267,0.6735537,0.6818182,0.6942149,0.70247936,0.7107438,0.71900827,0.7231405,0.6983471,0.6694215,0.6528926,0.6322314,0.15289256,0.13636364,0.14876033,0.27272728,0.33471075,0.3264463,0.35123968,0.37603307,0.4214876,0.4338843,0.45454547,0.47107437,0.46694216,0.46280992,0.46694216,0.46280992,0.45041323,0.42561984,0.4090909,0.3966942,0.37190083,0.35950413,0.35123968,0.3305785,0.3429752,0.40082645,0.46280992,0.5,0.5413223,0.59504133,0.6528926,0.6818182,0.6818182,0.6404959,0.62396693,0.62396693,0.6280992,0.6280992,0.62396693,0.61570245,0.6198347,0.60330576,0.59090906,0.61570245,0.6694215,0.6735537,0.69008267,0.69008267,0.70247936,0.6983471,0.70247936,0.7107438,0.6983471,0.6942149,0.69008267,0.6942149,0.6983471,0.70247936,0.71487606,0.71487606,0.6983471,0.6694215,0.6487603,0.62396693,0.14876033,0.1446281,0.13636364,0.18181819,0.26859504,0.3140496,0.34710744,0.3677686,0.4090909,0.42975205,0.446281,0.45867768,0.46280992,0.46694216,0.46280992,0.45041323,0.42975205,0.41322315,0.40495867,0.40495867,0.39256197,0.36363637,0.33471075,0.29338843,0.2768595,0.34710744,0.4214876,0.46280992,0.5041322,0.56198347,0.62396693,0.6487603,0.62396693,0.56198347,0.4876033,0.5206612,0.59504133,0.6363636,0.6280992,0.607438,0.607438,0.59504133,0.58264464,0.59090906,0.6198347,0.6528926,0.6735537,0.6859504,0.6983471,0.70247936,0.70247936,0.70247936,0.71487606,0.71900827,0.7107438,0.7107438,0.71487606,0.70247936,0.7066116,0.7066116,0.70247936,0.677686,0.6528926,0.6280992,0.14876033,0.1446281,0.14049587,0.14049587,0.16528925,0.2603306,0.34710744,0.37603307,0.3966942,0.42975205,0.43801653,0.43801653,0.46280992,0.47107437,0.46280992,0.43801653,0.4214876,0.41322315,0.41735536,0.4338843,0.42975205,0.39256197,0.3264463,0.25619835,0.2231405,0.2892562,0.39256197,0.45041323,0.5,0.55785125,0.607438,0.59917355,0.54545456,0.45867768,0.3553719,0.37603307,0.5,0.60330576,0.61157024,0.59917355,0.61157024,0.61570245,0.60330576,0.60330576,0.607438,0.6198347,0.6528926,0.677686,0.69008267,0.6942149,0.7066116,0.7066116,0.71487606,0.7231405,0.71900827,0.7231405,0.7231405,0.71487606,0.7107438,0.7107438,0.70247936,0.677686,0.6487603,0.6322314,0.16115703,0.14876033,0.14049587,0.14876033,0.13636364,0.19421488,0.32231405,0.38016528,0.38842976,0.40495867,0.42561984,0.45041323,0.446281,0.45867768,0.43801653,0.42561984,0.4090909,0.4214876,0.446281,0.45867768,0.46280992,0.43801653,0.37190083,0.2644628,0.2107438,0.23966943,0.3305785,0.4338843,0.5041322,0.55785125,0.58677685,0.56198347,0.5371901,0.5165289,0.5041322,0.5206612,0.5165289,0.54545456,0.57024795,0.59917355,0.6322314,0.6404959,0.6446281,0.6198347,0.60330576,0.61157024,0.6322314,0.6528926,0.661157,0.677686,0.6983471,0.70247936,0.7107438,0.71900827,0.72727275,0.7355372,0.7231405,0.7107438,0.70247936,0.7107438,0.69008267,0.677686,0.6528926,0.6363636,0.1694215,0.1446281,0.14876033,0.1446281,0.14049587,0.1694215,0.30165288,0.37190083,0.38429752,0.38842976,0.42975205,0.43801653,0.43801653,0.4338843,0.42561984,0.41322315,0.41735536,0.446281,0.46280992,0.4752066,0.4752066,0.45867768,0.4214876,0.3140496,0.2231405,0.21487603,0.28099173,0.40082645,0.4876033,0.54545456,0.5661157,0.553719,0.56198347,0.5661157,0.58264464,0.5661157,0.5413223,0.5495868,0.59504133,0.61570245,0.6198347,0.6404959,0.661157,0.6446281,0.6198347,0.61570245,0.62396693,0.6404959,0.6528926,0.6652893,0.6859504,0.6983471,0.7066116,0.71487606,0.73140496,0.73966944,0.73140496,0.71487606,0.7107438,0.7107438,0.677686,0.6818182,0.6487603,0.6363636,0.16528925,0.1446281,0.14876033,0.1446281,0.1322314,0.15289256,0.27272728,0.35950413,0.38016528,0.40495867,0.41735536,0.42561984,0.4338843,0.42975205,0.41735536,0.40495867,0.4214876,0.446281,0.45041323,0.46280992,0.46694216,0.46280992,0.43801653,0.35123968,0.2520661,0.21900827,0.2520661,0.3305785,0.42975205,0.47933885,0.5082645,0.5289256,0.5413223,0.5289256,0.5413223,0.5371901,0.5371901,0.553719,0.58264464,0.59090906,0.607438,0.6280992,0.6694215,0.6694215,0.6446281,0.6280992,0.62396693,0.6363636,0.6487603,0.6570248,0.677686,0.6942149,0.7066116,0.7231405,0.74380165,0.74380165,0.7355372,0.71900827,0.71900827,0.71487606,0.69008267,0.69008267,0.6528926,0.6280992,0.1570248,0.1446281,0.1446281,0.1446281,0.14049587,0.1446281,0.23966943,0.3429752,0.37190083,0.39256197,0.4090909,0.41735536,0.42561984,0.4214876,0.41735536,0.4214876,0.4338843,0.43801653,0.43801653,0.44214877,0.446281,0.44214877,0.42975205,0.37603307,0.29338843,0.2520661,0.2603306,0.33471075,0.40082645,0.40495867,0.4338843,0.5082645,0.5495868,0.53305787,0.5165289,0.5123967,0.5165289,0.5413223,0.59504133,0.607438,0.61570245,0.6322314,0.6570248,0.6735537,0.6570248,0.6363636,0.6280992,0.6280992,0.6404959,0.6487603,0.6735537,0.6859504,0.7107438,0.73140496,0.74793386,0.74793386,0.74793386,0.7355372,0.7231405,0.7107438,0.70247936,0.677686,0.6570248,0.6487603,0.14876033,0.16115703,0.13636364,0.14876033,0.1446281,0.13636364,0.20661157,0.3181818,0.35950413,0.38429752,0.3966942,0.41322315,0.41735536,0.4090909,0.41735536,0.42561984,0.42561984,0.42561984,0.42975205,0.4214876,0.4214876,0.42975205,0.42561984,0.37603307,0.3140496,0.2768595,0.29338843,0.3966942,0.44214877,0.38016528,0.36363637,0.46694216,0.5289256,0.5165289,0.5,0.4876033,0.4876033,0.5413223,0.58264464,0.60330576,0.60330576,0.6280992,0.6487603,0.6570248,0.661157,0.6487603,0.6404959,0.6322314,0.6280992,0.6322314,0.661157,0.677686,0.7066116,0.72727275,0.73966944,0.73966944,0.74380165,0.7355372,0.7231405,0.7107438,0.6983471,0.6735537,0.6528926,0.6652893,0.16528925,0.16115703,0.1446281,0.14876033,0.14876033,0.1322314,0.18181819,0.30165288,0.35123968,0.37603307,0.38429752,0.40082645,0.4090909,0.40495867,0.41735536,0.41322315,0.41322315,0.40495867,0.3966942,0.39256197,0.40495867,0.4214876,0.4214876,0.40082645,0.37190083,0.3264463,0.338843,0.43801653,0.46280992,0.38429752,0.3264463,0.40495867,0.4876033,0.49586776,0.48347107,0.47933885,0.4876033,0.5371901,0.5785124,0.58677685,0.58264464,0.607438,0.6322314,0.6528926,0.6652893,0.661157,0.6528926,0.6570248,0.6528926,0.6322314,0.6446281,0.661157,0.6983471,0.71487606,0.73140496,0.7355372,0.74793386,0.74380165,0.72727275,0.7107438,0.6983471,0.6859504,0.6528926,0.6694215,0.1694215,0.16115703,0.14876033,0.14876033,0.14876033,0.13636364,0.16528925,0.2768595,0.3429752,0.36363637,0.3677686,0.3966942,0.40082645,0.40082645,0.4090909,0.40495867,0.40082645,0.3966942,0.38016528,0.37190083,0.39256197,0.41735536,0.42561984,0.42975205,0.42975205,0.38429752,0.37603307,0.4338843,0.44214877,0.38016528,0.338843,0.38429752,0.45867768,0.47933885,0.48347107,0.4876033,0.5165289,0.5495868,0.5661157,0.5785124,0.57438016,0.59917355,0.6198347,0.6446281,0.6446281,0.6446281,0.6446281,0.6570248,0.6694215,0.6487603,0.6322314,0.6528926,0.677686,0.7107438,0.73966944,0.7355372,0.7355372,0.7231405,0.7107438,0.6983471,0.69008267,0.69008267,0.661157,0.6735537,0.1694215,0.1570248,0.14876033,0.14049587,0.13636364,0.13636364,0.14876033,0.24793388,0.3305785,0.3553719,0.36363637,0.38429752,0.39256197,0.3966942,0.39256197,0.40082645,0.39256197,0.38429752,0.3677686,0.3677686,0.38016528,0.41735536,0.42975205,0.43801653,0.41322315,0.4090909,0.39256197,0.43801653,0.43801653,0.3966942,0.37603307,0.41322315,0.46280992,0.49173555,0.5041322,0.5165289,0.5371901,0.56198347,0.57024795,0.56198347,0.56198347,0.59090906,0.6198347,0.6322314,0.6198347,0.6198347,0.6280992,0.6446281,0.6694215,0.677686,0.6570248,0.6487603,0.6859504,0.71487606,0.73966944,0.72727275,0.7231405,0.7107438,0.71487606,0.71900827,0.70247936,0.6859504,0.6652893,0.677686,0.15289256,0.16528925,0.1446281,0.1446281,0.14049587,0.13636364,0.14049587,0.21487603,0.32231405,0.35950413,0.3677686,0.38842976,0.3966942,0.39256197,0.38429752,0.39256197,0.37190083,0.3677686,0.35950413,0.35950413,0.35950413,0.3677686,0.37190083,0.3677686,0.37603307,0.37603307,0.37603307,0.3966942,0.41735536,0.42561984,0.4338843,0.45454547,0.47107437,0.5,0.5206612,0.5413223,0.55785125,0.58264464,0.58677685,0.5661157,0.56198347,0.60330576,0.6280992,0.62396693,0.61570245,0.61157024,0.62396693,0.6487603,0.6735537,0.6818182,0.6735537,0.6570248,0.6818182,0.7231405,0.73966944,0.73140496,0.7231405,0.7066116,0.71900827,0.71487606,0.6983471,0.69008267,0.6694215,0.6652893,0.15289256,0.16115703,0.14876033,0.1446281,0.14876033,0.14049587,0.13636364,0.18595041,0.30165288,0.3553719,0.38016528,0.38429752,0.39256197,0.39256197,0.37190083,0.39256197,0.36363637,0.36363637,0.338843,0.30991736,0.2892562,0.27272728,0.28512397,0.3181818,0.3429752,0.338843,0.35123968,0.34710744,0.35123968,0.3966942,0.42561984,0.4338843,0.43801653,0.46280992,0.4876033,0.5082645,0.5247934,0.553719,0.553719,0.553719,0.553719,0.58677685,0.60330576,0.58677685,0.57438016,0.58264464,0.59090906,0.6322314,0.6652893,0.661157,0.6735537,0.6694215,0.6818182,0.7107438,0.73140496,0.72727275,0.7231405,0.71487606,0.71900827,0.70247936,0.69008267,0.6859504,0.661157,0.6694215,0.1570248,0.16115703,0.15289256,0.14876033,0.1446281,0.1446281,0.14049587,0.16528925,0.2768595,0.35123968,0.37603307,0.39256197,0.3966942,0.38842976,0.37190083,0.39256197,0.37190083,0.338843,0.29338843,0.24380165,0.19008264,0.1694215,0.19008264,0.22727273,0.24380165,0.24380165,0.27272728,0.27272728,0.28099173,0.30991736,0.3305785,0.34710744,0.3429752,0.3553719,0.3677686,0.38429752,0.40082645,0.41322315,0.42561984,0.42975205,0.42561984,0.42561984,0.42561984,0.43801653,0.46694216,0.49586776,0.5206612,0.58264464,0.6363636,0.6570248,0.6735537,0.6818182,0.7066116,0.7107438,0.72727275,0.73140496,0.7231405,0.71900827,0.71487606,0.6983471,0.69008267,0.6859504,0.661157,0.6694215,0.1570248,0.16115703,0.14876033,0.16528925,0.1446281,0.1446281,0.1446281,0.15289256,0.24793388,0.33471075,0.37190083,0.38429752,0.39256197,0.39256197,0.3966942,0.38429752,0.38016528,0.34710744,0.32231405,0.30578512,0.26859504,0.22727273,0.23140496,0.25619835,0.25619835,0.2603306,0.26859504,0.2644628,0.27272728,0.26859504,0.27272728,0.28099173,0.28512397,0.29752067,0.3264463,0.34710744,0.3677686,0.37603307,0.38429752,0.41322315,0.41735536,0.40082645,0.37190083,0.38016528,0.38842976,0.40082645,0.4338843,0.5206612,0.59090906,0.6446281,0.677686,0.6859504,0.7066116,0.72727275,0.74380165,0.73140496,0.71900827,0.71900827,0.71487606,0.7066116,0.69008267,0.677686,0.6652893,0.6694215,0.1570248,0.15289256,0.16115703,0.15289256,0.16115703,0.1446281,0.14876033,0.14049587,0.2107438,0.32231405,0.35950413,0.37190083,0.38429752,0.40082645,0.41322315,0.40082645,0.38016528,0.35123968,0.3305785,0.3305785,0.32231405,0.30578512,0.29752067,0.3181818,0.3264463,0.3429752,0.34710744,0.35123968,0.35950413,0.3264463,0.30991736,0.3305785,0.34710744,0.37190083,0.40495867,0.41735536,0.4338843,0.4338843,0.446281,0.45041323,0.45867768,0.49173555,0.5123967,0.5289256,0.5206612,0.48347107,0.46694216,0.5123967,0.57438016,0.6363636,0.6818182,0.6859504,0.7107438,0.7355372,0.73966944,0.72727275,0.71487606,0.7066116,0.71900827,0.7107438,0.6859504,0.6735537,0.6652893,0.6570248,0.1570248,0.16115703,0.16115703,0.15289256,0.15289256,0.13636364,0.15289256,0.1322314,0.18181819,0.29338843,0.338843,0.36363637,0.38429752,0.3966942,0.41322315,0.40082645,0.38842976,0.37603307,0.35123968,0.37603307,0.38016528,0.35950413,0.34710744,0.34710744,0.35123968,0.3677686,0.3677686,0.38429752,0.40082645,0.37603307,0.35123968,0.36363637,0.39256197,0.41322315,0.446281,0.46694216,0.47933885,0.49173555,0.53305787,0.55785125,0.58677685,0.62396693,0.6322314,0.60330576,0.56198347,0.54545456,0.5206612,0.5371901,0.5785124,0.6322314,0.6859504,0.6942149,0.70247936,0.7231405,0.72727275,0.71900827,0.71487606,0.71900827,0.7231405,0.71900827,0.6942149,0.6859504,0.6735537,0.661157,0.1694215,0.16115703,0.16115703,0.14876033,0.1570248,0.14876033,0.14876033,0.1446281,0.14876033,0.2520661,0.3305785,0.34710744,0.37190083,0.38016528,0.38842976,0.39256197,0.38842976,0.40495867,0.3966942,0.41735536,0.41322315,0.38429752,0.35950413,0.35123968,0.36363637,0.38016528,0.38016528,0.38429752,0.40082645,0.40082645,0.37603307,0.38429752,0.42561984,0.45454547,0.47933885,0.5165289,0.55785125,0.59917355,0.6404959,0.6694215,0.6818182,0.6735537,0.6652893,0.6404959,0.61570245,0.59917355,0.58264464,0.5785124,0.58677685,0.62396693,0.6694215,0.6859504,0.6983471,0.71487606,0.72727275,0.71900827,0.7231405,0.72727275,0.72727275,0.71900827,0.6983471,0.69008267,0.6694215,0.6652893,0.16528925,0.1694215,0.17355372,0.1694215,0.15289256,0.1570248,0.15289256,0.1446281,0.14876033,0.21487603,0.3181818,0.3429752,0.36363637,0.35950413,0.3677686,0.38429752,0.38016528,0.42975205,0.41735536,0.41322315,0.41735536,0.3966942,0.36363637,0.34710744,0.3553719,0.39256197,0.4214876,0.446281,0.44214877,0.446281,0.446281,0.46280992,0.5041322,0.53305787,0.5495868,0.58677685,0.62396693,0.6363636,0.6363636,0.6487603,0.661157,0.6694215,0.6487603,0.6528926,0.6528926,0.6446281,0.6322314,0.607438,0.5785124,0.607438,0.6570248,0.6859504,0.7066116,0.73140496,0.74380165,0.71900827,0.71900827,0.73140496,0.72727275,0.7107438,0.69008267,0.6859504,0.6735537,0.6570248,0.17355372,0.16115703,0.1570248,0.1694215,0.1570248,0.1446281,0.1570248,0.14049587,0.13636364,0.17768595,0.28512397,0.3305785,0.35123968,0.36363637,0.37190083,0.36363637,0.3677686,0.4090909,0.41322315,0.40082645,0.40495867,0.40495867,0.38016528,0.34710744,0.34710744,0.38842976,0.4338843,0.46280992,0.4338843,0.4214876,0.44214877,0.47107437,0.47933885,0.5041322,0.5247934,0.5661157,0.59917355,0.61570245,0.62396693,0.6363636,0.6487603,0.6570248,0.6446281,0.6528926,0.661157,0.6570248,0.6487603,0.61570245,0.5785124,0.58677685,0.6487603,0.677686,0.7066116,0.7231405,0.73140496,0.72727275,0.71487606,0.7231405,0.71900827,0.70247936,0.6942149,0.677686,0.6528926,0.6198347,0.1694215,0.1694215,0.16115703,0.1694215,0.14876033,0.1446281,0.14876033,0.14049587,0.1446281,0.14876033,0.23966943,0.32231405,0.3429752,0.35950413,0.37190083,0.35950413,0.37190083,0.36363637,0.40082645,0.39256197,0.38842976,0.40082645,0.39256197,0.37190083,0.3553719,0.38429752,0.42975205,0.45041323,0.41735536,0.39256197,0.3966942,0.4338843,0.46280992,0.47933885,0.5123967,0.5495868,0.5785124,0.60330576,0.6198347,0.6363636,0.6570248,0.6446281,0.6404959,0.6528926,0.661157,0.6528926,0.6404959,0.61570245,0.59090906,0.58677685,0.6363636,0.677686,0.7066116,0.71487606,0.71487606,0.71900827,0.7355372,0.72727275,0.71900827,0.6983471,0.6859504,0.6735537,0.6446281,0.6280992,0.16115703,0.16528925,0.16528925,0.16115703,0.15289256,0.15289256,0.14876033,0.14876033,0.1446281,0.13636364,0.19421488,0.30165288,0.33471075,0.34710744,0.35950413,0.36363637,0.37190083,0.35123968,0.37190083,0.38842976,0.37603307,0.38429752,0.38016528,0.38016528,0.36363637,0.35950413,0.35950413,0.37603307,0.37190083,0.3553719,0.37190083,0.41735536,0.45454547,0.4752066,0.5041322,0.53305787,0.56198347,0.58677685,0.61157024,0.6322314,0.6404959,0.6363636,0.62396693,0.6446281,0.6528926,0.6280992,0.6280992,0.61570245,0.607438,0.61157024,0.6446281,0.677686,0.6983471,0.70247936,0.7107438,0.7066116,0.72727275,0.73140496,0.71900827,0.7107438,0.6818182,0.6528926,0.6198347,0.62396693,0.16528925,0.16528925,0.16528925,0.16115703,0.14876033,0.15289256,0.15289256,0.14876033,0.14876033,0.1446281,0.1570248,0.25619835,0.33471075,0.338843,0.34710744,0.3553719,0.35123968,0.35123968,0.35950413,0.37190083,0.38016528,0.38842976,0.3966942,0.38842976,0.38016528,0.36363637,0.3553719,0.35950413,0.37190083,0.37603307,0.38016528,0.40082645,0.44214877,0.47107437,0.5,0.5206612,0.54545456,0.57438016,0.60330576,0.6198347,0.6322314,0.61570245,0.607438,0.62396693,0.6280992,0.607438,0.607438,0.61570245,0.61570245,0.6363636,0.661157,0.6735537,0.6942149,0.7107438,0.71900827,0.7107438,0.72727275,0.71487606,0.7066116,0.6942149,0.6652893,0.62396693,0.61157024,0.6528926,0.1694215,0.16528925,0.16528925,0.16528925,0.15289256,0.15289256,0.15289256,0.1446281,0.1446281,0.15289256,0.14049587,0.1983471,0.3140496,0.33471075,0.34710744,0.34710744,0.3429752,0.34710744,0.35950413,0.35123968,0.38016528,0.40082645,0.3966942,0.4090909,0.41735536,0.42561984,0.42975205,0.42561984,0.44214877,0.46280992,0.45867768,0.46694216,0.47933885,0.5082645,0.5289256,0.553719,0.57024795,0.59090906,0.60330576,0.61157024,0.6198347,0.61570245,0.607438,0.60330576,0.61570245,0.60330576,0.61570245,0.61570245,0.62396693,0.6404959,0.6694215,0.6859504,0.6942149,0.6942149,0.7066116,0.71487606,0.71487606,0.7066116,0.70247936,0.69008267,0.6528926,0.6322314,0.6487603,0.6818182,0.16528925,0.1694215,0.17768595,0.16528925,0.1570248,0.1570248,0.14876033,0.1570248,0.1446281,0.15289256,0.14049587,0.15289256,0.2520661,0.33471075,0.34710744,0.338843,0.3553719,0.3429752,0.35123968,0.35123968,0.3677686,0.38016528,0.3966942,0.42561984,0.44214877,0.45867768,0.46694216,0.46694216,0.47107437,0.49173555,0.5041322,0.5123967,0.53305787,0.57024795,0.58264464,0.59504133,0.61157024,0.6198347,0.62396693,0.61570245,0.6198347,0.6198347,0.61157024,0.607438,0.6322314,0.60330576,0.61157024,0.6198347,0.62396693,0.6280992,0.6694215,0.6818182,0.69008267,0.6983471,0.7066116,0.71487606,0.70247936,0.70247936,0.6983471,0.677686,0.6446281,0.6487603,0.6818182,0.70247936,0.16528925,0.17355372,0.1694215,0.1570248,0.1570248,0.14876033,0.1446281,0.16115703,0.13636364,0.14049587,0.15289256,0.13636364,0.18181819,0.30991736,0.35123968,0.35123968,0.35123968,0.3553719,0.338843,0.35950413,0.3677686,0.38429752,0.4090909,0.43801653,0.446281,0.45041323,0.46280992,0.47107437,0.4752066,0.5041322,0.5247934,0.5413223,0.5661157,0.59917355,0.61570245,0.61157024,0.6198347,0.6198347,0.61570245,0.6198347,0.6280992,0.6280992,0.6198347,0.607438,0.61570245,0.6280992,0.6322314,0.6280992,0.6322314,0.6322314,0.6528926,0.6735537,0.6859504,0.69008267,0.6983471,0.7107438,0.6983471,0.7066116,0.677686,0.661157,0.6570248,0.6859504,0.7066116,0.71487606,23 +0.13636364,0.17768595,0.23553719,0.2892562,0.33471075,0.36363637,0.3966942,0.4090909,0.4338843,0.45041323,0.446281,0.42561984,0.41322315,0.4338843,0.4338843,0.42975205,0.45041323,0.47107437,0.4876033,0.49586776,0.5,0.5123967,0.5247934,0.53305787,0.553719,0.56198347,0.57024795,0.57438016,0.5661157,0.56198347,0.57024795,0.57438016,0.58264464,0.5495868,0.5785124,0.5785124,0.61157024,0.6280992,0.62396693,0.6404959,0.62396693,0.6198347,0.61157024,0.607438,0.62396693,0.6280992,0.6280992,0.6404959,0.6487603,0.6404959,0.6322314,0.62396693,0.61570245,0.59917355,0.5785124,0.56198347,0.5371901,0.553719,0.56198347,0.5123967,0.41322315,0.3264463,0.2520661,0.20661157,0.14049587,0.18181819,0.23966943,0.30991736,0.36363637,0.38429752,0.40082645,0.4090909,0.4338843,0.45454547,0.45867768,0.45867768,0.46280992,0.46280992,0.47107437,0.48347107,0.49173555,0.5123967,0.5289256,0.53305787,0.5371901,0.5413223,0.55785125,0.5661157,0.5785124,0.59090906,0.60330576,0.61157024,0.61157024,0.61157024,0.62396693,0.6280992,0.61570245,0.5785124,0.59504133,0.60330576,0.6322314,0.6446281,0.6363636,0.6487603,0.61570245,0.61570245,0.6198347,0.6198347,0.6280992,0.6280992,0.6322314,0.6446281,0.661157,0.6528926,0.6528926,0.62396693,0.61570245,0.60330576,0.59090906,0.5785124,0.553719,0.55785125,0.5785124,0.54545456,0.446281,0.338843,0.25619835,0.2231405,0.1446281,0.18181819,0.23966943,0.3305785,0.38016528,0.40495867,0.40082645,0.41735536,0.44214877,0.46280992,0.46694216,0.47933885,0.49586776,0.49173555,0.5165289,0.5289256,0.5247934,0.5371901,0.553719,0.553719,0.55785125,0.56198347,0.5661157,0.5661157,0.58264464,0.59504133,0.61157024,0.6404959,0.6528926,0.6570248,0.661157,0.6528926,0.6322314,0.60330576,0.6322314,0.6404959,0.6363636,0.6487603,0.6446281,0.6404959,0.6198347,0.61570245,0.6322314,0.6198347,0.6322314,0.6322314,0.6487603,0.6570248,0.6652893,0.661157,0.6446281,0.62396693,0.61570245,0.60330576,0.59090906,0.59090906,0.57024795,0.56198347,0.57438016,0.5661157,0.47107437,0.3553719,0.2603306,0.21900827,0.1446281,0.18181819,0.2603306,0.35123968,0.38842976,0.40495867,0.40495867,0.41322315,0.45454547,0.4752066,0.48347107,0.49173555,0.5123967,0.5289256,0.5371901,0.553719,0.553719,0.56198347,0.5785124,0.56198347,0.5785124,0.58264464,0.56198347,0.55785125,0.58264464,0.61157024,0.61157024,0.6404959,0.661157,0.661157,0.6487603,0.6487603,0.6280992,0.6198347,0.6363636,0.6487603,0.6487603,0.6528926,0.6446281,0.6404959,0.6198347,0.6280992,0.6487603,0.6280992,0.6363636,0.6487603,0.6570248,0.661157,0.6570248,0.6694215,0.6404959,0.6198347,0.61157024,0.61157024,0.59504133,0.58677685,0.58264464,0.5661157,0.5785124,0.5785124,0.5165289,0.38016528,0.2644628,0.21487603,0.14876033,0.1983471,0.2768595,0.35123968,0.3966942,0.39256197,0.40082645,0.41735536,0.45454547,0.47933885,0.49586776,0.5,0.5123967,0.5495868,0.54545456,0.5785124,0.57024795,0.57438016,0.58264464,0.57438016,0.5661157,0.5785124,0.553719,0.56198347,0.5785124,0.60330576,0.61570245,0.6322314,0.6322314,0.6446281,0.62396693,0.6280992,0.6198347,0.61570245,0.6322314,0.6404959,0.6528926,0.6528926,0.6404959,0.6446281,0.6198347,0.6280992,0.6528926,0.6446281,0.6363636,0.6528926,0.661157,0.6446281,0.6694215,0.661157,0.62396693,0.607438,0.59504133,0.607438,0.59090906,0.58264464,0.58677685,0.57438016,0.5785124,0.59090906,0.55785125,0.41735536,0.28099173,0.23553719,0.16115703,0.21900827,0.30165288,0.36363637,0.40082645,0.3966942,0.41322315,0.41322315,0.45041323,0.47107437,0.47933885,0.5,0.48347107,0.5371901,0.553719,0.5661157,0.5661157,0.5661157,0.553719,0.5413223,0.5413223,0.56198347,0.5041322,0.53305787,0.56198347,0.58264464,0.607438,0.61570245,0.61157024,0.61570245,0.61570245,0.607438,0.62396693,0.61157024,0.6280992,0.6363636,0.6404959,0.6446281,0.6404959,0.6446281,0.6198347,0.6363636,0.6280992,0.6487603,0.6280992,0.6487603,0.6446281,0.62396693,0.6487603,0.6446281,0.59504133,0.58264464,0.553719,0.5785124,0.58264464,0.55785125,0.57024795,0.58264464,0.58264464,0.58264464,0.5785124,0.48347107,0.3264463,0.2520661,0.17355372,0.2603306,0.3305785,0.39256197,0.40082645,0.40082645,0.4090909,0.41735536,0.45867768,0.46280992,0.45041323,0.45454547,0.45867768,0.47107437,0.5082645,0.5165289,0.5165289,0.5123967,0.5082645,0.49586776,0.47107437,0.5082645,0.4752066,0.47933885,0.53305787,0.553719,0.5785124,0.59917355,0.59917355,0.59504133,0.607438,0.61570245,0.6198347,0.61570245,0.62396693,0.6280992,0.62396693,0.61570245,0.61570245,0.61157024,0.6198347,0.61570245,0.61157024,0.59917355,0.59504133,0.60330576,0.59504133,0.5785124,0.59090906,0.59090906,0.5661157,0.5661157,0.5371901,0.53305787,0.5495868,0.5413223,0.54545456,0.57438016,0.58264464,0.58264464,0.58264464,0.53305787,0.37190083,0.2520661,0.1983471,0.26859504,0.33471075,0.40495867,0.40082645,0.40082645,0.40495867,0.4214876,0.44214877,0.4338843,0.41735536,0.4090909,0.41322315,0.41322315,0.42561984,0.42975205,0.4338843,0.4214876,0.42975205,0.44214877,0.4214876,0.46280992,0.44214877,0.4338843,0.5,0.5247934,0.54545456,0.57438016,0.59504133,0.58677685,0.5785124,0.60330576,0.607438,0.607438,0.61570245,0.6198347,0.61157024,0.607438,0.59090906,0.57438016,0.58264464,0.56198347,0.5495868,0.5123967,0.5082645,0.5206612,0.53305787,0.5123967,0.5165289,0.5289256,0.5495868,0.53305787,0.5247934,0.5247934,0.5165289,0.5289256,0.53305787,0.55785125,0.5661157,0.59090906,0.57438016,0.5661157,0.43801653,0.2768595,0.20247933,0.30165288,0.35950413,0.40082645,0.40495867,0.39256197,0.40495867,0.41735536,0.4090909,0.38842976,0.37603307,0.3677686,0.38016528,0.37603307,0.35123968,0.33471075,0.338843,0.33471075,0.3305785,0.34710744,0.35950413,0.41322315,0.41735536,0.40495867,0.46694216,0.49173555,0.5041322,0.54545456,0.57024795,0.55785125,0.54545456,0.58264464,0.58264464,0.58677685,0.61570245,0.61157024,0.607438,0.60330576,0.5785124,0.5495868,0.5371901,0.53305787,0.49173555,0.46280992,0.43801653,0.44214877,0.45041323,0.43801653,0.45041323,0.49173555,0.5247934,0.5206612,0.5082645,0.5123967,0.5123967,0.5123967,0.5206612,0.54545456,0.55785125,0.59090906,0.58264464,0.57438016,0.4876033,0.3181818,0.21900827,0.32231405,0.37190083,0.38842976,0.39256197,0.38842976,0.40082645,0.40082645,0.37190083,0.34710744,0.338843,0.3264463,0.3264463,0.34710744,0.30165288,0.28512397,0.27272728,0.26859504,0.27272728,0.2768595,0.30578512,0.35123968,0.38842976,0.38842976,0.446281,0.45867768,0.47107437,0.5123967,0.5371901,0.5247934,0.5371901,0.57438016,0.55785125,0.57438016,0.59504133,0.61157024,0.60330576,0.59917355,0.59090906,0.5495868,0.5413223,0.53305787,0.4752066,0.45867768,0.40082645,0.40082645,0.3966942,0.39256197,0.38016528,0.43801653,0.4876033,0.5082645,0.5041322,0.49586776,0.49586776,0.5,0.5165289,0.5206612,0.55785125,0.58264464,0.58264464,0.58264464,0.5165289,0.35123968,0.23553719,0.33471075,0.38016528,0.39256197,0.38842976,0.38429752,0.3677686,0.3677686,0.3305785,0.30991736,0.30165288,0.2892562,0.2892562,0.3140496,0.2768595,0.26859504,0.2603306,0.25619835,0.2520661,0.2603306,0.29752067,0.3181818,0.3677686,0.36363637,0.42561984,0.42975205,0.43801653,0.48347107,0.5041322,0.5,0.5413223,0.5785124,0.5495868,0.5785124,0.59917355,0.6280992,0.61157024,0.61157024,0.59090906,0.5661157,0.57024795,0.5495868,0.5,0.4876033,0.42975205,0.4214876,0.4214876,0.4214876,0.38842976,0.42561984,0.47933885,0.4876033,0.5206612,0.5,0.4752066,0.49173555,0.5123967,0.5041322,0.5289256,0.5661157,0.58264464,0.58264464,0.5371901,0.38842976,0.24380165,0.34710744,0.38016528,0.38842976,0.39256197,0.36363637,0.338843,0.3305785,0.30991736,0.29752067,0.29338843,0.2892562,0.29752067,0.29752067,0.2892562,0.29338843,0.29752067,0.29338843,0.2892562,0.2892562,0.30578512,0.3140496,0.35123968,0.338843,0.37603307,0.39256197,0.39256197,0.42975205,0.47107437,0.4876033,0.54545456,0.57024795,0.55785125,0.607438,0.6280992,0.6446281,0.62396693,0.6198347,0.59090906,0.59090906,0.58677685,0.5785124,0.5495868,0.5123967,0.4876033,0.48347107,0.5,0.4876033,0.47107437,0.4876033,0.5165289,0.5165289,0.55785125,0.5495868,0.5206612,0.53305787,0.5247934,0.5206612,0.5082645,0.5413223,0.5785124,0.59090906,0.56198347,0.41735536,0.25619835,0.35950413,0.37190083,0.38016528,0.35950413,0.33471075,0.32231405,0.29752067,0.30578512,0.30165288,0.3181818,0.3140496,0.32231405,0.30578512,0.3140496,0.30578512,0.3181818,0.30165288,0.29338843,0.29338843,0.29752067,0.3140496,0.34710744,0.33471075,0.3305785,0.34710744,0.338843,0.37190083,0.42975205,0.4752066,0.5495868,0.5785124,0.58264464,0.6404959,0.661157,0.6528926,0.62396693,0.607438,0.58677685,0.59504133,0.58677685,0.58264464,0.57024795,0.5041322,0.47107437,0.45867768,0.4752066,0.47933885,0.49173555,0.5165289,0.53305787,0.553719,0.59090906,0.61570245,0.59090906,0.58264464,0.55785125,0.54545456,0.5165289,0.5371901,0.5661157,0.59090906,0.57438016,0.45041323,0.25619835,0.35123968,0.36363637,0.36363637,0.3305785,0.3181818,0.30578512,0.29338843,0.30991736,0.3181818,0.3305785,0.3181818,0.29338843,0.28512397,0.2603306,0.2644628,0.28512397,0.2644628,0.23553719,0.24793388,0.2603306,0.2768595,0.30165288,0.3264463,0.3264463,0.32231405,0.3140496,0.32231405,0.38429752,0.47107437,0.553719,0.60330576,0.62396693,0.6652893,0.6818182,0.661157,0.61157024,0.5785124,0.57024795,0.59090906,0.59090906,0.553719,0.5371901,0.47107437,0.38016528,0.34710744,0.35950413,0.38429752,0.43801653,0.46280992,0.5,0.5495868,0.60330576,0.6404959,0.6198347,0.6198347,0.60330576,0.57438016,0.5247934,0.53305787,0.57024795,0.58677685,0.58264464,0.47933885,0.28512397,0.35950413,0.3677686,0.35950413,0.3264463,0.28099173,0.3140496,0.30165288,0.3181818,0.3181818,0.3181818,0.27272728,0.2520661,0.20247933,0.2107438,0.1983471,0.23140496,0.21487603,0.21487603,0.2231405,0.24380165,0.24793388,0.23553719,0.30991736,0.3140496,0.30991736,0.29752067,0.2892562,0.35123968,0.45454547,0.553719,0.62396693,0.677686,0.69008267,0.69008267,0.6570248,0.59090906,0.55785125,0.5661157,0.59090906,0.553719,0.54545456,0.43801653,0.35950413,0.30578512,0.29752067,0.32231405,0.33471075,0.36363637,0.38842976,0.4338843,0.4752066,0.54545456,0.6198347,0.6363636,0.62396693,0.61157024,0.59917355,0.5495868,0.5289256,0.5661157,0.58264464,0.59090906,0.5082645,0.28099173,0.35950413,0.35950413,0.3553719,0.338843,0.30165288,0.30991736,0.30991736,0.3305785,0.3140496,0.2768595,0.23553719,0.21487603,0.17768595,0.15289256,0.14049587,0.14049587,0.14049587,0.16528925,0.21900827,0.2644628,0.26859504,0.2603306,0.29752067,0.3181818,0.3140496,0.28512397,0.25619835,0.3140496,0.446281,0.56198347,0.6487603,0.7107438,0.7066116,0.6983471,0.6652893,0.58677685,0.56198347,0.58677685,0.55785125,0.5206612,0.4876033,0.3553719,0.29752067,0.32231405,0.3264463,0.2892562,0.26859504,0.26859504,0.30991736,0.3553719,0.4214876,0.45867768,0.5371901,0.607438,0.62396693,0.6280992,0.62396693,0.59090906,0.57024795,0.55785125,0.58677685,0.59504133,0.5247934,0.27272728,0.35123968,0.3553719,0.3429752,0.3429752,0.32231405,0.3140496,0.3305785,0.3305785,0.28512397,0.23553719,0.2107438,0.2231405,0.18595041,0.12809917,0.11983471,0.15289256,0.12809917,0.1322314,0.22727273,0.25619835,0.26859504,0.2892562,0.30578512,0.32231405,0.3264463,0.30991736,0.2520661,0.28099173,0.4338843,0.57438016,0.6694215,0.7231405,0.72727275,0.70247936,0.6528926,0.57438016,0.57024795,0.5661157,0.5206612,0.47933885,0.40082645,0.338843,0.33471075,0.3305785,0.2644628,0.17768595,0.20247933,0.15289256,0.18181819,0.30991736,0.39256197,0.42561984,0.48347107,0.54545456,0.60330576,0.62396693,0.6363636,0.6280992,0.60330576,0.57024795,0.59090906,0.59917355,0.54545456,0.2603306,0.35123968,0.35950413,0.35123968,0.3429752,0.34710744,0.3429752,0.338843,0.3264463,0.24793388,0.1983471,0.19421488,0.28099173,0.23140496,0.1322314,0.1446281,0.21900827,0.18181819,0.1570248,0.3181818,0.2768595,0.2644628,0.28512397,0.30165288,0.3264463,0.338843,0.33471075,0.26859504,0.2603306,0.4214876,0.5661157,0.6652893,0.71900827,0.73140496,0.6942149,0.6404959,0.55785125,0.55785125,0.5289256,0.46280992,0.41322315,0.37190083,0.35950413,0.35950413,0.33471075,0.21487603,0.11157025,0.29338843,0.15289256,0.11570248,0.3553719,0.45867768,0.4090909,0.446281,0.49586776,0.57438016,0.61157024,0.6363636,0.6404959,0.6363636,0.59917355,0.59917355,0.60330576,0.5661157,0.2644628,0.3553719,0.3677686,0.35950413,0.35123968,0.3553719,0.35950413,0.33471075,0.30578512,0.21900827,0.18595041,0.21900827,0.3429752,0.3140496,0.18595041,0.1570248,0.18595041,0.20247933,0.25619835,0.41322315,0.36363637,0.29752067,0.28512397,0.28512397,0.3181818,0.338843,0.35123968,0.2892562,0.2644628,0.4090909,0.553719,0.6487603,0.7066116,0.7231405,0.6818182,0.62396693,0.53305787,0.5165289,0.48347107,0.4338843,0.39256197,0.34710744,0.36363637,0.3553719,0.40082645,0.2768595,0.14049587,0.3140496,0.19008264,0.2603306,0.45454547,0.5661157,0.46694216,0.40082645,0.4752066,0.5495868,0.61157024,0.6363636,0.6528926,0.6487603,0.61157024,0.61157024,0.607438,0.5785124,0.26859504,0.3677686,0.37190083,0.37190083,0.3553719,0.3553719,0.3553719,0.3305785,0.28512397,0.21900827,0.21487603,0.2644628,0.36363637,0.40082645,0.3181818,0.23140496,0.23553719,0.29338843,0.39256197,0.46280992,0.41322315,0.338843,0.30578512,0.28512397,0.30165288,0.3305785,0.3677686,0.3305785,0.29752067,0.40495867,0.5413223,0.6322314,0.6859504,0.71900827,0.6735537,0.61157024,0.5165289,0.46694216,0.46694216,0.45454547,0.38016528,0.35950413,0.3429752,0.37603307,0.47107437,0.40495867,0.2768595,0.30165288,0.2603306,0.62396693,0.5495868,0.61570245,0.5,0.39256197,0.446281,0.53305787,0.607438,0.6404959,0.661157,0.6528926,0.62396693,0.62396693,0.61157024,0.59917355,0.2768595,0.3677686,0.38016528,0.38842976,0.3677686,0.3553719,0.35123968,0.32231405,0.26859504,0.23553719,0.2603306,0.29752067,0.34710744,0.41735536,0.40495867,0.35950413,0.35950413,0.40495867,0.446281,0.44214877,0.4090909,0.3553719,0.30991736,0.3264463,0.3264463,0.35123968,0.3966942,0.37190083,0.338843,0.4090909,0.5289256,0.59917355,0.6694215,0.6983471,0.6652893,0.59917355,0.5082645,0.47107437,0.49586776,0.44214877,0.3264463,0.38842976,0.3181818,0.38016528,0.47107437,0.46694216,0.4214876,0.3966942,0.4090909,0.7107438,0.59504133,0.57438016,0.4752066,0.4338843,0.44214877,0.5123967,0.59504133,0.6322314,0.661157,0.661157,0.6404959,0.6280992,0.6198347,0.61157024,0.2768595,0.37190083,0.38842976,0.38842976,0.3966942,0.37190083,0.35950413,0.3181818,0.30165288,0.30165288,0.28512397,0.29752067,0.3140496,0.35123968,0.39256197,0.3966942,0.40082645,0.41322315,0.40495867,0.41735536,0.4090909,0.39256197,0.3553719,0.36363637,0.35950413,0.37190083,0.4090909,0.39256197,0.37603307,0.41322315,0.5041322,0.57438016,0.6694215,0.6983471,0.6487603,0.58264464,0.5082645,0.49173555,0.5,0.41322315,0.3553719,0.37603307,0.3553719,0.40082645,0.45041323,0.45041323,0.446281,0.4752066,0.5082645,0.5495868,0.55785125,0.5123967,0.4752066,0.48347107,0.49173555,0.5165289,0.5661157,0.6280992,0.6528926,0.6694215,0.6528926,0.6446281,0.6280992,0.61570245,0.29752067,0.38016528,0.38842976,0.4090909,0.40082645,0.40495867,0.39256197,0.37190083,0.38016528,0.38429752,0.3264463,0.29752067,0.3140496,0.33471075,0.37603307,0.38842976,0.3966942,0.4090909,0.40495867,0.42561984,0.41322315,0.41735536,0.41322315,0.39256197,0.39256197,0.3966942,0.43801653,0.42561984,0.41322315,0.4214876,0.47107437,0.553719,0.6859504,0.6942149,0.6487603,0.58677685,0.5289256,0.48347107,0.47933885,0.4214876,0.4214876,0.41735536,0.42561984,0.43801653,0.47107437,0.48347107,0.46694216,0.49586776,0.5206612,0.4876033,0.5495868,0.5495868,0.5371901,0.5247934,0.56198347,0.5661157,0.57024795,0.6198347,0.6570248,0.6652893,0.6652893,0.6570248,0.6446281,0.6280992,0.30578512,0.38429752,0.38429752,0.4214876,0.42561984,0.4214876,0.45041323,0.446281,0.44214877,0.42975205,0.36363637,0.3181818,0.3429752,0.37190083,0.38429752,0.40082645,0.41322315,0.42975205,0.44214877,0.44214877,0.42975205,0.45041323,0.44214877,0.42975205,0.40495867,0.446281,0.48347107,0.45454547,0.43801653,0.41735536,0.46694216,0.5371901,0.6694215,0.6983471,0.6446281,0.58264464,0.54545456,0.49586776,0.4876033,0.45041323,0.43801653,0.46280992,0.4752066,0.47933885,0.5041322,0.5289256,0.5247934,0.53305787,0.5289256,0.553719,0.6322314,0.61570245,0.59090906,0.57024795,0.60330576,0.6198347,0.61157024,0.6404959,0.661157,0.6446281,0.6694215,0.6528926,0.6363636,0.6280992,0.30165288,0.37603307,0.38016528,0.41735536,0.44214877,0.44214877,0.4752066,0.47933885,0.47107437,0.43801653,0.39256197,0.35123968,0.3677686,0.38429752,0.38842976,0.3966942,0.3966942,0.4214876,0.446281,0.45041323,0.45867768,0.4752066,0.47933885,0.45454547,0.446281,0.5041322,0.5082645,0.4752066,0.43801653,0.4338843,0.46694216,0.5206612,0.6735537,0.7107438,0.6528926,0.57438016,0.56198347,0.5495868,0.5413223,0.49586776,0.46280992,0.4752066,0.5165289,0.5165289,0.5247934,0.53305787,0.54545456,0.55785125,0.57024795,0.6198347,0.6652893,0.6528926,0.607438,0.59504133,0.62396693,0.6446281,0.6446281,0.6528926,0.6570248,0.6487603,0.6652893,0.6446281,0.6404959,0.6363636,0.3140496,0.37190083,0.38842976,0.4214876,0.44214877,0.46280992,0.4752066,0.4876033,0.49586776,0.46280992,0.42561984,0.3966942,0.38429752,0.40082645,0.4090909,0.40082645,0.41322315,0.44214877,0.45867768,0.4752066,0.4752066,0.4876033,0.49173555,0.49586776,0.5206612,0.5495868,0.5165289,0.47933885,0.446281,0.4338843,0.46280992,0.5289256,0.6694215,0.7066116,0.6694215,0.59090906,0.5661157,0.58677685,0.607438,0.5785124,0.5289256,0.49173555,0.5206612,0.5413223,0.5413223,0.5413223,0.553719,0.57024795,0.58677685,0.6280992,0.6528926,0.6322314,0.6280992,0.62396693,0.6404959,0.6652893,0.6570248,0.6570248,0.6570248,0.6446281,0.6487603,0.6487603,0.6487603,0.6322314,0.3140496,0.35950413,0.38842976,0.41735536,0.43801653,0.46280992,0.48347107,0.49586776,0.5165289,0.49173555,0.46694216,0.45041323,0.42561984,0.45041323,0.446281,0.45454547,0.47107437,0.47933885,0.5,0.5041322,0.4876033,0.48347107,0.5206612,0.54545456,0.5661157,0.553719,0.5082645,0.46694216,0.446281,0.446281,0.4752066,0.5413223,0.6487603,0.7066116,0.6859504,0.61157024,0.57024795,0.59504133,0.6487603,0.6528926,0.62396693,0.55785125,0.5206612,0.5371901,0.56198347,0.57438016,0.58677685,0.58677685,0.60330576,0.6198347,0.6363636,0.6363636,0.6528926,0.6528926,0.6570248,0.6735537,0.6694215,0.6652893,0.661157,0.6446281,0.6280992,0.6570248,0.6446281,0.6280992,0.30991736,0.3553719,0.38016528,0.41322315,0.4338843,0.46280992,0.49586776,0.5082645,0.5289256,0.5206612,0.5123967,0.49586776,0.48347107,0.49586776,0.49586776,0.5041322,0.5165289,0.5123967,0.5247934,0.5165289,0.5041322,0.5165289,0.553719,0.57438016,0.553719,0.5413223,0.49586776,0.45867768,0.446281,0.45867768,0.5041322,0.57024795,0.6363636,0.7107438,0.7066116,0.6363636,0.58264464,0.58677685,0.6404959,0.6735537,0.6942149,0.6487603,0.56198347,0.5495868,0.5661157,0.58264464,0.607438,0.61157024,0.6198347,0.6528926,0.6446281,0.6570248,0.677686,0.6652893,0.6694215,0.6735537,0.6735537,0.677686,0.6694215,0.661157,0.61570245,0.6570248,0.6322314,0.62396693,0.30165288,0.34710744,0.37603307,0.3966942,0.42561984,0.46280992,0.49173555,0.5247934,0.5371901,0.54545456,0.54545456,0.5413223,0.53305787,0.5206612,0.5289256,0.5082645,0.5247934,0.5289256,0.5371901,0.5413223,0.5413223,0.5661157,0.57438016,0.57438016,0.5371901,0.5165289,0.4876033,0.45867768,0.45454547,0.4876033,0.53305787,0.59504133,0.6280992,0.71900827,0.71487606,0.6570248,0.59917355,0.5785124,0.6198347,0.6735537,0.69008267,0.7066116,0.6363636,0.607438,0.58677685,0.58677685,0.60330576,0.61157024,0.61570245,0.6652893,0.6570248,0.6735537,0.6983471,0.69008267,0.677686,0.6818182,0.6818182,0.6859504,0.69008267,0.6652893,0.6446281,0.6487603,0.6198347,0.61570245,0.2892562,0.33471075,0.3677686,0.38842976,0.42561984,0.46280992,0.47933885,0.5247934,0.5371901,0.56198347,0.5661157,0.57024795,0.5661157,0.56198347,0.5495868,0.5371901,0.54545456,0.5495868,0.56198347,0.58264464,0.60330576,0.60330576,0.59090906,0.56198347,0.5289256,0.49586776,0.48347107,0.45867768,0.4752066,0.5165289,0.55785125,0.58677685,0.6570248,0.7231405,0.7231405,0.677686,0.61570245,0.59090906,0.59917355,0.6652893,0.6652893,0.7107438,0.6983471,0.677686,0.6487603,0.62396693,0.61157024,0.6280992,0.6280992,0.6735537,0.6652893,0.69008267,0.71487606,0.71487606,0.6983471,0.6859504,0.6818182,0.6942149,0.70247936,0.6694215,0.661157,0.6322314,0.62396693,0.607438,0.28099173,0.3264463,0.36363637,0.38016528,0.42975205,0.46280992,0.46280992,0.5123967,0.53305787,0.553719,0.5661157,0.5785124,0.57438016,0.59917355,0.59090906,0.5785124,0.59090906,0.59090906,0.59917355,0.6280992,0.6446281,0.6322314,0.59504133,0.5495868,0.5413223,0.4876033,0.47107437,0.45867768,0.49586776,0.5413223,0.58264464,0.607438,0.6983471,0.73140496,0.7355372,0.6942149,0.6363636,0.61157024,0.59504133,0.6446281,0.6570248,0.6983471,0.7231405,0.71900827,0.7107438,0.677686,0.6487603,0.6528926,0.6652893,0.6859504,0.6818182,0.6983471,0.71900827,0.7231405,0.71487606,0.6942149,0.6818182,0.69008267,0.69008267,0.69008267,0.6652893,0.6198347,0.6198347,0.607438,0.2768595,0.3181818,0.338843,0.38016528,0.41735536,0.45454547,0.46694216,0.5,0.5206612,0.53305787,0.5495868,0.55785125,0.58264464,0.5785124,0.59917355,0.59504133,0.6198347,0.6198347,0.6446281,0.661157,0.6694215,0.661157,0.62396693,0.55785125,0.5371901,0.47933885,0.45454547,0.47107437,0.5082645,0.5495868,0.60330576,0.6528926,0.73140496,0.72727275,0.74380165,0.72727275,0.6570248,0.6280992,0.59917355,0.6280992,0.6528926,0.6818182,0.71487606,0.7231405,0.73140496,0.71900827,0.69008267,0.6818182,0.677686,0.69008267,0.6942149,0.6942149,0.7231405,0.7231405,0.7231405,0.70247936,0.6983471,0.7066116,0.6942149,0.6983471,0.6652893,0.61570245,0.61157024,0.59917355,0.2644628,0.30991736,0.32231405,0.37603307,0.4090909,0.45867768,0.45867768,0.49173555,0.5123967,0.5206612,0.54545456,0.5495868,0.5661157,0.5785124,0.5785124,0.607438,0.6322314,0.6446281,0.6652893,0.677686,0.6818182,0.6694215,0.62396693,0.55785125,0.53305787,0.46694216,0.46280992,0.48347107,0.5206612,0.54545456,0.60330576,0.6983471,0.74793386,0.7231405,0.75206614,0.75206614,0.6652893,0.6404959,0.61157024,0.61157024,0.6487603,0.6818182,0.71487606,0.73140496,0.73140496,0.72727275,0.7231405,0.71900827,0.6983471,0.71900827,0.7066116,0.71487606,0.71900827,0.72727275,0.7231405,0.7107438,0.71900827,0.71900827,0.7231405,0.70247936,0.661157,0.61570245,0.61157024,0.59504133,0.24793388,0.29752067,0.3140496,0.36363637,0.3966942,0.42975205,0.45041323,0.47933885,0.5041322,0.5165289,0.5413223,0.5495868,0.5495868,0.607438,0.57438016,0.61570245,0.6363636,0.6570248,0.6735537,0.677686,0.69008267,0.6652893,0.62396693,0.5785124,0.5082645,0.46280992,0.47107437,0.47933885,0.5041322,0.5289256,0.57438016,0.69008267,0.7231405,0.6983471,0.72727275,0.73966944,0.677686,0.6528926,0.62396693,0.61157024,0.6363636,0.677686,0.7066116,0.72727275,0.74380165,0.73966944,0.74793386,0.74380165,0.7355372,0.74793386,0.72727275,0.73966944,0.72727275,0.7355372,0.7231405,0.7066116,0.71900827,0.7231405,0.6983471,0.70247936,0.661157,0.61570245,0.60330576,0.59917355,0.27272728,0.28512397,0.30165288,0.33471075,0.39256197,0.39256197,0.44214877,0.46280992,0.49173555,0.5082645,0.5371901,0.55785125,0.55785125,0.607438,0.58677685,0.62396693,0.6322314,0.6487603,0.6652893,0.661157,0.6735537,0.6528926,0.6198347,0.57024795,0.49173555,0.4752066,0.45867768,0.44214877,0.46694216,0.49173555,0.5495868,0.6322314,0.661157,0.6694215,0.6983471,0.7066116,0.6818182,0.661157,0.6322314,0.62396693,0.59917355,0.6735537,0.70247936,0.72727275,0.74380165,0.74380165,0.76033056,0.74380165,0.74793386,0.75619835,0.7355372,0.74793386,0.73140496,0.71900827,0.71900827,0.6983471,0.7066116,0.7107438,0.6818182,0.7066116,0.6652893,0.6198347,0.59090906,0.59504133,0.30991736,0.2892562,0.29752067,0.3181818,0.39256197,0.38429752,0.4338843,0.46694216,0.4876033,0.5082645,0.53305787,0.5661157,0.57024795,0.59504133,0.58264464,0.61157024,0.61570245,0.6280992,0.6322314,0.6404959,0.6570248,0.6363636,0.61157024,0.53305787,0.4752066,0.45867768,0.4214876,0.40082645,0.41735536,0.4338843,0.5041322,0.57024795,0.6198347,0.6363636,0.677686,0.69008267,0.6735537,0.6528926,0.6280992,0.6198347,0.58677685,0.6570248,0.7066116,0.7231405,0.73966944,0.74380165,0.74793386,0.74380165,0.75206614,0.75206614,0.74793386,0.74380165,0.73966944,0.7231405,0.7066116,0.70247936,0.70247936,0.6983471,0.677686,0.6859504,0.6652893,0.6322314,0.59504133,0.59090906,0.3264463,0.2892562,0.2892562,0.30578512,0.37603307,0.40082645,0.42975205,0.47107437,0.48347107,0.5082645,0.53305787,0.5661157,0.58264464,0.57438016,0.59504133,0.59090906,0.60330576,0.61570245,0.61570245,0.6322314,0.6322314,0.61570245,0.5785124,0.47933885,0.45454547,0.44214877,0.38842976,0.37190083,0.37190083,0.38842976,0.45041323,0.5289256,0.55785125,0.59504133,0.6528926,0.69008267,0.6528926,0.62396693,0.61570245,0.61570245,0.59917355,0.6322314,0.69008267,0.7107438,0.73140496,0.73966944,0.74793386,0.74380165,0.74380165,0.74793386,0.75206614,0.75206614,0.75206614,0.7355372,0.6942149,0.7066116,0.70247936,0.6942149,0.6735537,0.661157,0.661157,0.6322314,0.59504133,0.58264464,0.3264463,0.2892562,0.29338843,0.30165288,0.3429752,0.40082645,0.41735536,0.46694216,0.47933885,0.49586776,0.53305787,0.5495868,0.57024795,0.57438016,0.58677685,0.58264464,0.59504133,0.607438,0.59917355,0.61157024,0.59504133,0.57438016,0.53305787,0.4338843,0.42561984,0.45041323,0.40082645,0.3140496,0.29338843,0.338843,0.41322315,0.49586776,0.5165289,0.553719,0.6280992,0.677686,0.61570245,0.553719,0.57024795,0.6198347,0.6280992,0.61157024,0.677686,0.6983471,0.7107438,0.7231405,0.73966944,0.73140496,0.74380165,0.7355372,0.74380165,0.74793386,0.74793386,0.73966944,0.6983471,0.7066116,0.70247936,0.7066116,0.6818182,0.6652893,0.6363636,0.6280992,0.59090906,0.5785124,0.33471075,0.29338843,0.29752067,0.30165288,0.338843,0.40495867,0.4214876,0.45041323,0.47107437,0.49173555,0.5247934,0.5413223,0.54545456,0.5785124,0.57438016,0.5785124,0.59090906,0.59090906,0.5785124,0.57438016,0.55785125,0.5206612,0.5041322,0.4090909,0.38842976,0.4752066,0.4214876,0.24380165,0.19421488,0.2603306,0.3677686,0.48347107,0.5082645,0.5495868,0.6198347,0.6404959,0.5371901,0.40495867,0.45041323,0.607438,0.6404959,0.61157024,0.6694215,0.677686,0.6859504,0.71900827,0.72727275,0.7231405,0.73966944,0.73966944,0.7355372,0.7355372,0.7355372,0.7231405,0.6859504,0.6983471,0.70247936,0.7107438,0.6859504,0.6818182,0.6322314,0.61570245,0.59917355,0.59090906,0.338843,0.29338843,0.30165288,0.29338843,0.338843,0.40082645,0.43801653,0.446281,0.47107437,0.49586776,0.5165289,0.53305787,0.54545456,0.5661157,0.57024795,0.56198347,0.5785124,0.57438016,0.5495868,0.5371901,0.53305787,0.49586776,0.49173555,0.41322315,0.3677686,0.4752066,0.4214876,0.2520661,0.17768595,0.19421488,0.28099173,0.46694216,0.5123967,0.55785125,0.61157024,0.58677685,0.4338843,0.2768595,0.3305785,0.55785125,0.6446281,0.60330576,0.6487603,0.661157,0.661157,0.6983471,0.71900827,0.71487606,0.73140496,0.74793386,0.7231405,0.73140496,0.7355372,0.71900827,0.69008267,0.69008267,0.6983471,0.6983471,0.6942149,0.6942149,0.6528926,0.61570245,0.59504133,0.59917355,0.338843,0.2892562,0.30578512,0.29338843,0.34710744,0.38842976,0.41735536,0.43801653,0.46694216,0.49586776,0.5123967,0.53305787,0.56198347,0.56198347,0.553719,0.5495868,0.55785125,0.54545456,0.53305787,0.5206612,0.5206612,0.49586776,0.5041322,0.45041323,0.37603307,0.3966942,0.38429752,0.3181818,0.2603306,0.24380165,0.23966943,0.4214876,0.5247934,0.57024795,0.59504133,0.54545456,0.42561984,0.36363637,0.3966942,0.54545456,0.6280992,0.59917355,0.6446281,0.6570248,0.6528926,0.6735537,0.70247936,0.7107438,0.7231405,0.73966944,0.72727275,0.7355372,0.73966944,0.7231405,0.7066116,0.70247936,0.6942149,0.6942149,0.6859504,0.6983471,0.661157,0.61570245,0.59504133,0.60330576,0.3553719,0.30578512,0.2892562,0.30578512,0.338843,0.40082645,0.41735536,0.41735536,0.45454547,0.4876033,0.5041322,0.5206612,0.54545456,0.5413223,0.553719,0.55785125,0.553719,0.53305787,0.5082645,0.5123967,0.5247934,0.5247934,0.5206612,0.4876033,0.41322315,0.3264463,0.3140496,0.3181818,0.29752067,0.3181818,0.3140496,0.40082645,0.5165289,0.55785125,0.59504133,0.5495868,0.5123967,0.5247934,0.5206612,0.5413223,0.59090906,0.607438,0.6446281,0.6652893,0.661157,0.6735537,0.6859504,0.70247936,0.71900827,0.7355372,0.73966944,0.7355372,0.74380165,0.73966944,0.7355372,0.71487606,0.6983471,0.6983471,0.6859504,0.69008267,0.661157,0.6198347,0.60330576,0.59917355,0.35123968,0.30165288,0.2892562,0.29752067,0.33471075,0.39256197,0.41735536,0.4214876,0.44214877,0.47933885,0.49586776,0.5123967,0.5206612,0.5495868,0.5495868,0.553719,0.5413223,0.5123967,0.5,0.5123967,0.5413223,0.553719,0.54545456,0.49586776,0.46280992,0.34710744,0.28512397,0.29338843,0.2892562,0.3305785,0.3966942,0.42561984,0.5082645,0.5371901,0.5785124,0.57024795,0.54545456,0.5661157,0.553719,0.5289256,0.57438016,0.62396693,0.6570248,0.6735537,0.6818182,0.677686,0.677686,0.69008267,0.71487606,0.7231405,0.73140496,0.7355372,0.73966944,0.73966944,0.7355372,0.73140496,0.7107438,0.70247936,0.6859504,0.69008267,0.661157,0.62396693,0.59504133,0.60330576,0.37603307,0.30165288,0.29338843,0.29338843,0.3264463,0.39256197,0.41322315,0.4214876,0.45041323,0.46694216,0.47933885,0.5041322,0.5123967,0.5413223,0.5495868,0.5247934,0.5247934,0.5,0.5123967,0.5371901,0.56198347,0.56198347,0.53305787,0.5,0.48347107,0.4090909,0.3140496,0.28099173,0.2768595,0.32231405,0.4214876,0.46694216,0.49173555,0.5,0.56198347,0.57024795,0.53305787,0.5413223,0.53305787,0.5206612,0.59504133,0.6198347,0.6446281,0.6735537,0.70247936,0.6859504,0.6735537,0.6859504,0.6942149,0.7066116,0.71487606,0.71900827,0.7355372,0.73966944,0.73140496,0.74380165,0.71900827,0.7066116,0.69008267,0.6983471,0.6735537,0.6198347,0.59504133,0.59504133,0.446281,0.338843,0.29338843,0.2892562,0.32231405,0.38842976,0.40495867,0.4214876,0.446281,0.45454547,0.46694216,0.49586776,0.5041322,0.53305787,0.54545456,0.5082645,0.5041322,0.5,0.5206612,0.54545456,0.55785125,0.553719,0.5247934,0.5041322,0.49586776,0.446281,0.35123968,0.30578512,0.28512397,0.32231405,0.4338843,0.5082645,0.48347107,0.43801653,0.5495868,0.5661157,0.5165289,0.5082645,0.5123967,0.5206612,0.60330576,0.6198347,0.6280992,0.6570248,0.6983471,0.69008267,0.6818182,0.6818182,0.6818182,0.71487606,0.7066116,0.71900827,0.7355372,0.73966944,0.73140496,0.73966944,0.72727275,0.7066116,0.6818182,0.6818182,0.6570248,0.6280992,0.59090906,0.58264464,0.446281,0.3677686,0.29338843,0.2892562,0.3140496,0.37603307,0.40495867,0.42561984,0.4338843,0.45041323,0.46280992,0.49173555,0.5,0.53305787,0.53305787,0.5123967,0.5,0.5041322,0.5247934,0.5413223,0.5289256,0.5206612,0.5082645,0.4876033,0.49173555,0.46694216,0.40082645,0.36363637,0.32231405,0.34710744,0.4752066,0.5289256,0.47107437,0.3677686,0.5206612,0.54545456,0.49586776,0.4876033,0.49173555,0.5206612,0.607438,0.6322314,0.6322314,0.6487603,0.6818182,0.6942149,0.69008267,0.6735537,0.6859504,0.7066116,0.70247936,0.7231405,0.73140496,0.73966944,0.74793386,0.73966944,0.72727275,0.71487606,0.69008267,0.6859504,0.6528926,0.6322314,0.59504133,0.57438016,0.446281,0.41322315,0.30578512,0.29752067,0.30578512,0.36363637,0.40495867,0.4214876,0.42975205,0.44214877,0.45867768,0.48347107,0.49586776,0.5289256,0.53305787,0.5165289,0.5082645,0.5123967,0.5247934,0.5289256,0.5165289,0.48347107,0.49586776,0.46694216,0.48347107,0.47107437,0.45041323,0.42561984,0.39256197,0.40082645,0.49586776,0.5082645,0.43801653,0.33471075,0.47107437,0.5165289,0.48347107,0.48347107,0.49173555,0.5289256,0.607438,0.6280992,0.6280992,0.6446281,0.6652893,0.69008267,0.69008267,0.677686,0.6859504,0.6818182,0.6983471,0.71900827,0.73140496,0.74380165,0.75206614,0.74380165,0.73140496,0.72727275,0.70247936,0.69008267,0.6570248,0.6363636,0.60330576,0.5785124,0.45867768,0.45454547,0.3264463,0.2892562,0.30165288,0.34710744,0.39256197,0.41735536,0.42975205,0.43801653,0.446281,0.47107437,0.49173555,0.5123967,0.5206612,0.5041322,0.5123967,0.5082645,0.5123967,0.5,0.49173555,0.45867768,0.46694216,0.45867768,0.48347107,0.46280992,0.4752066,0.48347107,0.45867768,0.45454547,0.5041322,0.4752066,0.3966942,0.338843,0.43801653,0.49586776,0.5,0.5123967,0.5289256,0.54545456,0.59504133,0.59504133,0.61157024,0.6198347,0.661157,0.6859504,0.6983471,0.6859504,0.6859504,0.6859504,0.69008267,0.70247936,0.73140496,0.74380165,0.74793386,0.74380165,0.7355372,0.73140496,0.70247936,0.69008267,0.661157,0.6322314,0.59504133,0.59090906,0.43801653,0.45454547,0.338843,0.2892562,0.29752067,0.33471075,0.38429752,0.41322315,0.42561984,0.4338843,0.43801653,0.45867768,0.4876033,0.5,0.49586776,0.4876033,0.5,0.5082645,0.49586776,0.46694216,0.45454547,0.42975205,0.45454547,0.45454547,0.47933885,0.47107437,0.4876033,0.5,0.4876033,0.4752066,0.5082645,0.47933885,0.40495867,0.40082645,0.45454547,0.5082645,0.53305787,0.55785125,0.5661157,0.57438016,0.59090906,0.57024795,0.607438,0.59917355,0.6570248,0.6735537,0.69008267,0.6859504,0.6859504,0.7107438,0.6942149,0.6942149,0.71487606,0.73966944,0.74380165,0.73966944,0.73140496,0.7231405,0.7107438,0.6859504,0.6735537,0.62396693,0.607438,0.59090906,0.40495867,0.43801653,0.35950413,0.2892562,0.29752067,0.32231405,0.37190083,0.40495867,0.41735536,0.42561984,0.4338843,0.45041323,0.48347107,0.49586776,0.47933885,0.46694216,0.4876033,0.49173555,0.48347107,0.446281,0.44214877,0.41735536,0.4338843,0.45041323,0.4752066,0.4752066,0.47107437,0.46694216,0.46280992,0.45454547,0.4752066,0.48347107,0.47107437,0.45454547,0.49173555,0.5206612,0.54545456,0.58264464,0.59090906,0.58264464,0.60330576,0.5661157,0.57024795,0.60330576,0.6570248,0.6652893,0.677686,0.6652893,0.6818182,0.6942149,0.7066116,0.6859504,0.70247936,0.7355372,0.73966944,0.73140496,0.73140496,0.72727275,0.7066116,0.6859504,0.6652893,0.62396693,0.61157024,0.60330576,0.36363637,0.40082645,0.34710744,0.29338843,0.29752067,0.3140496,0.35123968,0.39256197,0.41322315,0.41735536,0.42561984,0.446281,0.4752066,0.4876033,0.46280992,0.45041323,0.4752066,0.4876033,0.45867768,0.42975205,0.41735536,0.4214876,0.41735536,0.4338843,0.44214877,0.4214876,0.42975205,0.42561984,0.4214876,0.4214876,0.40495867,0.42561984,0.48347107,0.47107437,0.49586776,0.4876033,0.5165289,0.56198347,0.57438016,0.58264464,0.60330576,0.58264464,0.5371901,0.61570245,0.6528926,0.661157,0.6694215,0.6528926,0.6735537,0.69008267,0.7107438,0.70247936,0.6983471,0.7355372,0.74793386,0.73966944,0.73140496,0.71900827,0.6983471,0.6694215,0.677686,0.6280992,0.61157024,0.59917355,0.28512397,0.3305785,0.30991736,0.2603306,0.29338843,0.3140496,0.3553719,0.38016528,0.40082645,0.42561984,0.42561984,0.44214877,0.45454547,0.4752066,0.46280992,0.446281,0.48347107,0.46694216,0.4338843,0.4090909,0.40495867,0.40495867,0.37603307,0.37190083,0.3553719,0.35950413,0.38429752,0.38429752,0.38842976,0.39256197,0.37190083,0.37190083,0.4214876,0.44214877,0.4338843,0.45041323,0.46694216,0.4876033,0.5041322,0.5247934,0.5413223,0.553719,0.53305787,0.61157024,0.6363636,0.6446281,0.661157,0.6404959,0.69008267,0.7066116,0.6942149,0.7107438,0.70247936,0.7355372,0.75206614,0.73966944,0.7231405,0.7107438,0.69008267,0.69008267,0.6652893,0.6404959,0.62396693,0.58264464,0.16115703,0.19421488,0.16528925,0.1983471,0.29752067,0.3140496,0.338843,0.38016528,0.3966942,0.42561984,0.42561984,0.43801653,0.45041323,0.45867768,0.46694216,0.45041323,0.49586776,0.46280992,0.41322315,0.37190083,0.35950413,0.338843,0.2892562,0.26859504,0.27272728,0.28512397,0.3140496,0.3181818,0.3305785,0.3264463,0.3305785,0.32231405,0.35123968,0.37190083,0.35950413,0.3677686,0.38842976,0.40495867,0.4214876,0.43801653,0.42975205,0.46694216,0.4876033,0.53305787,0.5661157,0.5785124,0.61157024,0.60330576,0.6694215,0.6983471,0.69008267,0.6942149,0.7107438,0.73140496,0.74793386,0.73966944,0.7231405,0.6983471,0.6983471,0.6859504,0.6735537,0.6363636,0.6322314,0.5165289,0.14049587,0.1446281,0.14049587,0.15289256,0.29752067,0.3140496,0.3305785,0.37190083,0.40082645,0.42561984,0.4338843,0.43801653,0.446281,0.45867768,0.45041323,0.45041323,0.5041322,0.47933885,0.38842976,0.3305785,0.29752067,0.24793388,0.21487603,0.21900827,0.24380165,0.28099173,0.30165288,0.3264463,0.34710744,0.3429752,0.3677686,0.35123968,0.338843,0.3553719,0.34710744,0.35950413,0.3966942,0.41322315,0.41322315,0.41735536,0.40495867,0.4214876,0.4338843,0.42561984,0.45041323,0.4752066,0.5206612,0.5289256,0.607438,0.69008267,0.6818182,0.70247936,0.71900827,0.7355372,0.73966944,0.7355372,0.71900827,0.6983471,0.7066116,0.677686,0.677686,0.6322314,0.6487603,0.48347107,0.14049587,0.1446281,0.15289256,0.13636364,0.27272728,0.32231405,0.3181818,0.36363637,0.39256197,0.4214876,0.4338843,0.44214877,0.446281,0.45454547,0.45454547,0.46280992,0.5082645,0.48347107,0.37190083,0.3181818,0.2892562,0.2520661,0.24793388,0.2644628,0.30991736,0.338843,0.3553719,0.38842976,0.41322315,0.41735536,0.45041323,0.43801653,0.41735536,0.40495867,0.42975205,0.43801653,0.47107437,0.4876033,0.47933885,0.48347107,0.47107437,0.4752066,0.47107437,0.45041323,0.446281,0.45867768,0.4752066,0.48347107,0.55785125,0.6694215,0.6735537,0.71487606,0.71900827,0.7355372,0.74380165,0.74380165,0.71487606,0.70247936,0.7066116,0.661157,0.677686,0.6322314,0.6446281,0.45454547,0.1446281,0.1446281,0.1446281,0.1322314,0.23140496,0.3264463,0.3305785,0.3553719,0.38429752,0.41322315,0.4338843,0.43801653,0.45041323,0.45041323,0.45867768,0.48347107,0.5082645,0.47107437,0.37603307,0.34710744,0.3553719,0.35123968,0.34710744,0.3429752,0.37190083,0.37603307,0.38429752,0.41322315,0.42975205,0.44214877,0.4752066,0.4876033,0.4752066,0.45867768,0.4876033,0.5041322,0.5082645,0.5289256,0.53305787,0.54545456,0.553719,0.56198347,0.57024795,0.5785124,0.5785124,0.56198347,0.5371901,0.5247934,0.56198347,0.6528926,0.6735537,0.71900827,0.71487606,0.7355372,0.74793386,0.74793386,0.71900827,0.7066116,0.7066116,0.6735537,0.6735537,0.6280992,0.6404959,0.4214876,0.14876033,0.13636364,0.14876033,0.13636364,0.19008264,0.30578512,0.3305785,0.338843,0.38429752,0.40495867,0.42975205,0.42975205,0.45041323,0.45041323,0.46280992,0.49586776,0.5041322,0.45454547,0.39256197,0.38842976,0.42561984,0.42975205,0.4214876,0.38429752,0.39256197,0.39256197,0.40082645,0.42975205,0.45041323,0.45867768,0.47933885,0.5041322,0.5123967,0.49173555,0.5247934,0.54545456,0.54545456,0.57438016,0.59917355,0.61570245,0.6198347,0.6570248,0.6652893,0.6735537,0.6735537,0.6570248,0.6363636,0.607438,0.60330576,0.6487603,0.6818182,0.73140496,0.71900827,0.71900827,0.74380165,0.74380165,0.7107438,0.70247936,0.7107438,0.677686,0.661157,0.6363636,0.6280992,0.38016528,0.1446281,0.14876033,0.14876033,0.13636364,0.15289256,0.29752067,0.30991736,0.338843,0.37603307,0.3966942,0.4090909,0.42561984,0.446281,0.43801653,0.46694216,0.4876033,0.47933885,0.45454547,0.43801653,0.43801653,0.46694216,0.46280992,0.44214877,0.41322315,0.40082645,0.39256197,0.4090909,0.43801653,0.4752066,0.4876033,0.5,0.5,0.5247934,0.5247934,0.5413223,0.57024795,0.57438016,0.61570245,0.6570248,0.677686,0.6652893,0.6942149,0.7066116,0.6983471,0.6942149,0.69008267,0.69008267,0.6818182,0.6570248,0.6570248,0.6859504,0.72727275,0.7231405,0.70247936,0.71900827,0.73140496,0.71487606,0.69008267,0.71487606,0.6694215,0.6528926,0.6528926,0.607438,0.3305785,0.1446281,0.15289256,0.14876033,0.15289256,0.12809917,0.28099173,0.30991736,0.34710744,0.37603307,0.39256197,0.39256197,0.41322315,0.4338843,0.41735536,0.45454547,0.45041323,0.45454547,0.46280992,0.4752066,0.4752066,0.47933885,0.48347107,0.446281,0.4338843,0.41322315,0.39256197,0.41322315,0.44214877,0.48347107,0.5206612,0.5,0.45867768,0.49586776,0.5206612,0.5371901,0.55785125,0.55785125,0.61157024,0.6446281,0.6735537,0.6652893,0.677686,0.6942149,0.69008267,0.69008267,0.6942149,0.6983471,0.70247936,0.6818182,0.6446281,0.6694215,0.71487606,0.71900827,0.71487606,0.7231405,0.7231405,0.71900827,0.71487606,0.7107438,0.6818182,0.6363636,0.6528926,0.56198347,0.2768595,0.1446281,0.14049587,0.14049587,0.15289256,0.11157025,0.23966943,0.30165288,0.33471075,0.35123968,0.37603307,0.3966942,0.4090909,0.41735536,0.41735536,0.40495867,0.4338843,0.45041323,0.46694216,0.47933885,0.46280992,0.46694216,0.4752066,0.45867768,0.4338843,0.42561984,0.3966942,0.41322315,0.446281,0.4876033,0.5206612,0.48347107,0.43801653,0.46694216,0.49173555,0.5289256,0.5495868,0.56198347,0.60330576,0.6280992,0.6570248,0.6652893,0.6942149,0.6859504,0.69008267,0.6818182,0.6859504,0.70247936,0.6942149,0.6652893,0.6322314,0.6322314,0.71487606,0.71900827,0.71487606,0.73966944,0.72727275,0.7107438,0.7231405,0.70247936,0.6818182,0.6570248,0.6363636,0.49173555,0.23140496,0.1446281,0.1446281,0.1446281,0.15289256,0.1446281,0.15289256,0.30991736,0.32231405,0.338843,0.37190083,0.3966942,0.3966942,0.41322315,0.4214876,0.40495867,0.41322315,0.4338843,0.446281,0.47107437,0.45454547,0.44214877,0.45867768,0.45041323,0.446281,0.42975205,0.4214876,0.4214876,0.43801653,0.47107437,0.47933885,0.45867768,0.42561984,0.44214877,0.46694216,0.5165289,0.5371901,0.57024795,0.59504133,0.6322314,0.6528926,0.6694215,0.6942149,0.69008267,0.69008267,0.6859504,0.6942149,0.6942149,0.6859504,0.6735537,0.6404959,0.6198347,0.7107438,0.7231405,0.7231405,0.73966944,0.73140496,0.7107438,0.71900827,0.70247936,0.6735537,0.661157,0.6198347,0.38842976,0.21487603,0.1446281,0.1446281,0.14049587,0.14876033,0.14876033,0.11570248,0.2768595,0.30991736,0.3305785,0.3677686,0.38429752,0.39256197,0.40082645,0.4214876,0.41322315,0.4090909,0.41735536,0.41735536,0.43801653,0.45041323,0.42975205,0.44214877,0.4338843,0.43801653,0.42975205,0.4338843,0.4214876,0.4214876,0.44214877,0.446281,0.45454547,0.45454547,0.4752066,0.49586776,0.53305787,0.5495868,0.58264464,0.607438,0.62396693,0.6528926,0.6652893,0.6859504,0.69008267,0.6735537,0.6735537,0.6942149,0.677686,0.677686,0.6652893,0.6528926,0.661157,0.6983471,0.71900827,0.72727275,0.72727275,0.7231405,0.7107438,0.71487606,0.69008267,0.661157,0.6528926,0.5785124,0.29338843,0.2231405,0.14876033,0.1446281,0.14049587,0.13636364,0.14876033,0.12396694,0.2107438,0.3140496,0.32231405,0.35123968,0.38016528,0.38429752,0.38842976,0.40082645,0.40495867,0.40082645,0.41322315,0.40495867,0.41322315,0.4338843,0.42561984,0.42561984,0.42975205,0.43801653,0.4338843,0.44214877,0.43801653,0.45454547,0.47933885,0.4752066,0.5123967,0.5661157,0.58677685,0.59504133,0.61157024,0.6198347,0.6322314,0.6446281,0.6363636,0.6487603,0.6570248,0.6735537,0.6818182,0.661157,0.661157,0.6818182,0.661157,0.661157,0.661157,0.6487603,0.6983471,0.7066116,0.71487606,0.71900827,0.71900827,0.7231405,0.7231405,0.71487606,0.677686,0.661157,0.6446281,0.49173555,0.2231405,0.23140496,0.15289256,0.14876033,0.14876033,0.1446281,0.14876033,0.14876033,0.14876033,0.28099173,0.3140496,0.3429752,0.37190083,0.37603307,0.39256197,0.38842976,0.39256197,0.40082645,0.40495867,0.3966942,0.40082645,0.41322315,0.4214876,0.42561984,0.42975205,0.45041323,0.45454547,0.45454547,0.47107437,0.49586776,0.5206612,0.5206612,0.5661157,0.6280992,0.661157,0.6528926,0.6694215,0.6859504,0.6859504,0.677686,0.6652893,0.661157,0.661157,0.6652893,0.6652893,0.661157,0.6528926,0.6652893,0.6570248,0.6446281,0.6694215,0.6528926,0.71487606,0.71487606,0.7107438,0.7107438,0.71900827,0.71900827,0.73140496,0.7107438,0.6735537,0.6487603,0.61157024,0.35123968,0.21900827,0.23553719,23 +0.3677686,0.45454547,0.5123967,0.58264464,0.59090906,0.59090906,0.59090906,0.58677685,0.60330576,0.607438,0.59917355,0.59090906,0.59090906,0.5785124,0.59090906,0.607438,0.61570245,0.61157024,0.61570245,0.61157024,0.60330576,0.607438,0.59090906,0.59917355,0.607438,0.607438,0.57024795,0.56198347,0.55785125,0.5371901,0.5247934,0.54545456,0.5495868,0.5661157,0.56198347,0.58264464,0.5785124,0.5785124,0.57438016,0.5661157,0.553719,0.5289256,0.5041322,0.49586776,0.5041322,0.5165289,0.5,0.5289256,0.54545456,0.553719,0.56198347,0.5413223,0.53305787,0.5206612,0.49173555,0.46280992,0.42975205,0.40495867,0.42561984,0.38842976,0.24793388,0.1570248,0.14049587,0.1322314,0.4214876,0.49586776,0.5371901,0.58677685,0.59917355,0.58677685,0.59504133,0.59090906,0.61157024,0.61157024,0.607438,0.59917355,0.59917355,0.607438,0.607438,0.61570245,0.6280992,0.6363636,0.6322314,0.6280992,0.59504133,0.607438,0.607438,0.59504133,0.607438,0.6198347,0.60330576,0.59090906,0.58677685,0.57438016,0.55785125,0.57438016,0.5661157,0.57024795,0.57438016,0.59090906,0.59090906,0.57024795,0.58264464,0.5785124,0.56198347,0.5247934,0.5123967,0.5206612,0.5041322,0.5041322,0.5247934,0.54545456,0.5413223,0.553719,0.55785125,0.53305787,0.5247934,0.5165289,0.49586776,0.45867768,0.44214877,0.41735536,0.41322315,0.41322315,0.29338843,0.1694215,0.13636364,0.1322314,0.47107437,0.5371901,0.57024795,0.59504133,0.59917355,0.59504133,0.58677685,0.59917355,0.607438,0.61157024,0.607438,0.60330576,0.607438,0.61570245,0.61570245,0.61570245,0.6322314,0.6280992,0.6280992,0.6322314,0.59504133,0.6198347,0.6198347,0.59090906,0.59917355,0.6198347,0.6198347,0.607438,0.59917355,0.59090906,0.58677685,0.59090906,0.58677685,0.5785124,0.59090906,0.58264464,0.59504133,0.59504133,0.59917355,0.57438016,0.553719,0.5289256,0.5247934,0.5247934,0.5082645,0.47933885,0.5247934,0.5247934,0.53305787,0.553719,0.54545456,0.5206612,0.49586776,0.49173555,0.49173555,0.446281,0.43801653,0.41735536,0.41322315,0.41322315,0.33471075,0.19421488,0.13636364,0.1322314,0.5041322,0.5495868,0.59090906,0.61157024,0.60330576,0.607438,0.59504133,0.59504133,0.61157024,0.61157024,0.607438,0.60330576,0.59090906,0.59917355,0.607438,0.61570245,0.62396693,0.61570245,0.61157024,0.61570245,0.607438,0.59504133,0.61157024,0.57438016,0.58677685,0.60330576,0.61570245,0.61570245,0.60330576,0.59090906,0.60330576,0.60330576,0.59917355,0.58677685,0.59504133,0.59504133,0.59090906,0.59090906,0.58264464,0.5661157,0.54545456,0.5289256,0.5206612,0.5082645,0.49586776,0.47933885,0.5082645,0.5041322,0.5041322,0.5165289,0.5,0.48347107,0.45867768,0.446281,0.45454547,0.4338843,0.42561984,0.40082645,0.41322315,0.41322315,0.3677686,0.22727273,0.14876033,0.13636364,0.5247934,0.55785125,0.59504133,0.6198347,0.61157024,0.61570245,0.60330576,0.59917355,0.61157024,0.61157024,0.5785124,0.56198347,0.5495868,0.5495868,0.57438016,0.58264464,0.59917355,0.59504133,0.57024795,0.5661157,0.57024795,0.54545456,0.59504133,0.54545456,0.5495868,0.5785124,0.59504133,0.61157024,0.607438,0.58677685,0.607438,0.59917355,0.59504133,0.59504133,0.6198347,0.60330576,0.58264464,0.58677685,0.5661157,0.54545456,0.5247934,0.5041322,0.5,0.48347107,0.45867768,0.46694216,0.46280992,0.45454547,0.44214877,0.44214877,0.43801653,0.43801653,0.42975205,0.41735536,0.4214876,0.4214876,0.4214876,0.40082645,0.41322315,0.4090909,0.38842976,0.25619835,0.15289256,0.13636364,0.553719,0.58677685,0.607438,0.6280992,0.61157024,0.59504133,0.58677685,0.59090906,0.59917355,0.59090906,0.5413223,0.5041322,0.5082645,0.5123967,0.5206612,0.5289256,0.5289256,0.5247934,0.5082645,0.5206612,0.5082645,0.4752066,0.56198347,0.5247934,0.5206612,0.5661157,0.58677685,0.59917355,0.60330576,0.58264464,0.59090906,0.58677685,0.58677685,0.58677685,0.61570245,0.58677685,0.57438016,0.57024795,0.5371901,0.5123967,0.4876033,0.48347107,0.45867768,0.42975205,0.38842976,0.38016528,0.38016528,0.38842976,0.36363637,0.3677686,0.38842976,0.3966942,0.39256197,0.39256197,0.38842976,0.38429752,0.40495867,0.4090909,0.4090909,0.3966942,0.39256197,0.28512397,0.1570248,0.1322314,0.5785124,0.60330576,0.62396693,0.62396693,0.607438,0.59090906,0.5785124,0.59090906,0.57024795,0.5123967,0.5123967,0.48347107,0.49173555,0.5041322,0.47107437,0.45454547,0.43801653,0.44214877,0.4338843,0.44214877,0.43801653,0.42561984,0.5413223,0.5206612,0.5041322,0.57024795,0.5785124,0.58677685,0.59504133,0.59917355,0.58264464,0.553719,0.56198347,0.57438016,0.58264464,0.58264464,0.56198347,0.5371901,0.5082645,0.47933885,0.45041323,0.4338843,0.3966942,0.36363637,0.30578512,0.3140496,0.30991736,0.30991736,0.28099173,0.29338843,0.32231405,0.3429752,0.338843,0.33471075,0.3429752,0.3553719,0.37603307,0.38429752,0.38842976,0.39256197,0.40495867,0.3181818,0.17355372,0.13636364,0.58677685,0.607438,0.62396693,0.6280992,0.607438,0.58264464,0.57024795,0.57024795,0.5247934,0.48347107,0.49586776,0.47107437,0.46694216,0.4752066,0.45454547,0.4214876,0.38842976,0.37603307,0.3677686,0.37603307,0.36363637,0.40082645,0.49173555,0.54545456,0.5289256,0.59917355,0.60330576,0.5785124,0.58677685,0.58677685,0.56198347,0.54545456,0.54545456,0.5413223,0.54545456,0.57024795,0.5165289,0.53305787,0.4876033,0.46280992,0.42975205,0.3966942,0.3553719,0.30991736,0.26859504,0.25619835,0.24380165,0.24793388,0.23966943,0.23966943,0.25619835,0.28099173,0.2892562,0.29752067,0.28512397,0.30165288,0.3264463,0.3553719,0.36363637,0.38429752,0.41735536,0.35123968,0.1983471,0.1446281,0.59504133,0.61157024,0.6198347,0.62396693,0.607438,0.5785124,0.5413223,0.5371901,0.5041322,0.48347107,0.49586776,0.46694216,0.45041323,0.45454547,0.45041323,0.42975205,0.40495867,0.38429752,0.3677686,0.3677686,0.38842976,0.4338843,0.49173555,0.58677685,0.56198347,0.62396693,0.6570248,0.6280992,0.61157024,0.6198347,0.58264464,0.57438016,0.57438016,0.53305787,0.5371901,0.5206612,0.49586776,0.5,0.45867768,0.43801653,0.39256197,0.35950413,0.3264463,0.2892562,0.2768595,0.25619835,0.2520661,0.27272728,0.2644628,0.2603306,0.27272728,0.30165288,0.29338843,0.30991736,0.2768595,0.2768595,0.29338843,0.3181818,0.3181818,0.35950413,0.3966942,0.39256197,0.23966943,0.14049587,0.60330576,0.6198347,0.62396693,0.61157024,0.58677685,0.56198347,0.5247934,0.5247934,0.49586776,0.49173555,0.5247934,0.5289256,0.49173555,0.49173555,0.47107437,0.46694216,0.46280992,0.46280992,0.47933885,0.45454547,0.47107437,0.5123967,0.57024795,0.6198347,0.60330576,0.6446281,0.6694215,0.6570248,0.6322314,0.6570248,0.62396693,0.61157024,0.59090906,0.5495868,0.53305787,0.5,0.47933885,0.45867768,0.41322315,0.37603307,0.338843,0.3305785,0.3181818,0.30991736,0.3140496,0.32231405,0.3305785,0.35123968,0.34710744,0.338843,0.3264463,0.33471075,0.338843,0.3429752,0.33471075,0.3181818,0.3181818,0.30991736,0.3140496,0.35950413,0.39256197,0.41322315,0.26859504,0.14049587,0.607438,0.6198347,0.62396693,0.607438,0.57438016,0.553719,0.5289256,0.5289256,0.5371901,0.5289256,0.553719,0.59504133,0.5661157,0.5413223,0.5165289,0.5206612,0.5165289,0.5,0.5,0.48347107,0.48347107,0.49173555,0.53305787,0.58677685,0.607438,0.6487603,0.69008267,0.6818182,0.6818182,0.6942149,0.6818182,0.6528926,0.60330576,0.55785125,0.5371901,0.5041322,0.46280992,0.3966942,0.3677686,0.3264463,0.30578512,0.3264463,0.3305785,0.3264463,0.3264463,0.3429752,0.35950413,0.35123968,0.35950413,0.36363637,0.3429752,0.3429752,0.35950413,0.35950413,0.3553719,0.3429752,0.33471075,0.3140496,0.29338843,0.3429752,0.38429752,0.42561984,0.3264463,0.1570248,0.607438,0.6198347,0.6280992,0.61157024,0.57438016,0.55785125,0.5661157,0.56198347,0.59504133,0.59090906,0.607438,0.6487603,0.59917355,0.58677685,0.55785125,0.5371901,0.48347107,0.4338843,0.40495867,0.3966942,0.41322315,0.42975205,0.45454547,0.48347107,0.5495868,0.61570245,0.6652893,0.6859504,0.6942149,0.72727275,0.71487606,0.6859504,0.6322314,0.58264464,0.553719,0.5206612,0.446281,0.35123968,0.3181818,0.28512397,0.30578512,0.3264463,0.32231405,0.28512397,0.2892562,0.2892562,0.3181818,0.30165288,0.32231405,0.3181818,0.30578512,0.29338843,0.32231405,0.3429752,0.34710744,0.3429752,0.338843,0.3305785,0.32231405,0.338843,0.38842976,0.4214876,0.37603307,0.17768595,0.607438,0.6198347,0.62396693,0.61570245,0.59504133,0.58677685,0.60330576,0.61570245,0.6446281,0.6322314,0.6446281,0.6487603,0.59090906,0.54545456,0.47933885,0.40495867,0.3677686,0.32231405,0.28512397,0.26859504,0.28099173,0.28099173,0.3140496,0.40082645,0.49173555,0.53305787,0.59917355,0.6735537,0.6859504,0.71900827,0.73140496,0.7066116,0.6694215,0.61570245,0.58677685,0.5371901,0.44214877,0.32231405,0.28512397,0.28099173,0.30991736,0.30991736,0.2892562,0.26859504,0.28099173,0.2644628,0.29338843,0.30991736,0.35950413,0.37190083,0.34710744,0.3264463,0.29752067,0.28099173,0.3140496,0.33471075,0.338843,0.33471075,0.35123968,0.36363637,0.39256197,0.41735536,0.41735536,0.18595041,0.60330576,0.6322314,0.6198347,0.61157024,0.6198347,0.6198347,0.6322314,0.6446281,0.6570248,0.6528926,0.6694215,0.59504133,0.49586776,0.45041323,0.41735536,0.38842976,0.37190083,0.37190083,0.338843,0.30165288,0.30165288,0.29338843,0.29338843,0.30578512,0.40495867,0.46694216,0.5041322,0.62396693,0.6570248,0.6818182,0.7231405,0.71487606,0.6942149,0.6694215,0.62396693,0.55785125,0.45454547,0.29752067,0.25619835,0.29338843,0.30165288,0.30578512,0.2892562,0.2768595,0.29338843,0.28512397,0.2603306,0.22727273,0.21900827,0.24380165,0.27272728,0.30991736,0.338843,0.30991736,0.26859504,0.30165288,0.3305785,0.33471075,0.35950413,0.38016528,0.40082645,0.41735536,0.44214877,0.2231405,0.607438,0.6322314,0.62396693,0.62396693,0.6322314,0.6446281,0.661157,0.677686,0.6942149,0.6859504,0.59504133,0.5,0.5,0.4214876,0.2768595,0.2231405,0.1983471,0.21487603,0.23553719,0.28099173,0.33471075,0.338843,0.3305785,0.3140496,0.3553719,0.3966942,0.41322315,0.59504133,0.6198347,0.6446281,0.6983471,0.71487606,0.71487606,0.70247936,0.661157,0.5785124,0.4752066,0.2644628,0.24793388,0.30578512,0.29752067,0.29338843,0.29338843,0.28099173,0.2644628,0.20661157,0.14049587,0.14876033,0.1322314,0.12809917,0.1446281,0.21487603,0.25619835,0.30578512,0.2892562,0.27272728,0.3305785,0.35123968,0.37190083,0.37603307,0.40495867,0.41322315,0.44214877,0.26859504,0.6198347,0.6404959,0.6446281,0.6446281,0.6652893,0.677686,0.6859504,0.70247936,0.71487606,0.59917355,0.5165289,0.4876033,0.38842976,0.4876033,0.26859504,0.16528925,0.17768595,0.22727273,0.1446281,0.24793388,0.3305785,0.3429752,0.35950413,0.338843,0.34710744,0.37190083,0.3677686,0.5289256,0.55785125,0.59504133,0.69008267,0.71900827,0.7231405,0.7231405,0.70247936,0.62396693,0.47933885,0.24380165,0.26859504,0.30578512,0.30991736,0.30165288,0.2768595,0.23553719,0.2644628,0.21900827,0.13636364,0.23553719,0.21487603,0.12809917,0.11157025,0.26859504,0.23966943,0.21900827,0.26859504,0.2768595,0.33471075,0.36363637,0.38016528,0.39256197,0.4090909,0.41322315,0.446281,0.29752067,0.6198347,0.6363636,0.6446281,0.6570248,0.6859504,0.69008267,0.6942149,0.7066116,0.6487603,0.55785125,0.46694216,0.36363637,0.56198347,0.661157,0.24380165,0.24380165,0.18181819,0.27272728,0.14049587,0.28099173,0.4090909,0.3264463,0.35123968,0.33471075,0.3305785,0.37190083,0.42561984,0.45041323,0.5082645,0.56198347,0.6652893,0.6983471,0.7107438,0.7231405,0.7107438,0.6404959,0.47933885,0.24793388,0.26859504,0.37190083,0.3305785,0.27272728,0.25619835,0.24793388,0.338843,0.28099173,0.13636364,0.11983471,0.14049587,0.1322314,0.1322314,0.3181818,0.30991736,0.21487603,0.23553719,0.2644628,0.3181818,0.35950413,0.39256197,0.4090909,0.41735536,0.42561984,0.446281,0.32231405,0.58677685,0.6322314,0.6487603,0.677686,0.69008267,0.6859504,0.6983471,0.6818182,0.59090906,0.5165289,0.43801653,0.36363637,0.58677685,0.70247936,0.32231405,0.446281,0.1446281,0.16115703,0.19008264,0.32231405,0.42975205,0.34710744,0.3966942,0.3264463,0.30578512,0.3181818,0.4338843,0.5371901,0.53305787,0.5247934,0.6404959,0.6859504,0.6983471,0.72727275,0.7231405,0.6404959,0.5082645,0.23966943,0.3181818,0.36363637,0.2768595,0.30578512,0.3305785,0.3305785,0.37190083,0.34710744,0.19421488,0.1446281,0.14876033,0.13636364,0.20661157,0.3553719,0.35950413,0.3140496,0.27272728,0.2768595,0.30578512,0.36363637,0.4214876,0.42975205,0.43801653,0.44214877,0.43801653,0.3429752,0.60330576,0.6446281,0.6652893,0.6694215,0.6983471,0.6859504,0.6942149,0.6570248,0.5661157,0.5082645,0.47933885,0.4214876,0.45041323,0.58677685,0.46694216,0.4752066,0.20247933,0.20247933,0.25619835,0.35950413,0.38842976,0.35123968,0.36363637,0.3264463,0.3181818,0.3264463,0.39256197,0.5165289,0.54545456,0.5,0.6280992,0.6735537,0.69008267,0.6983471,0.7231405,0.677686,0.5206612,0.2520661,0.33471075,0.3429752,0.30578512,0.28099173,0.26859504,0.29752067,0.3264463,0.3553719,0.27272728,0.20661157,0.2107438,0.24793388,0.34710744,0.38429752,0.38016528,0.33471075,0.3140496,0.3429752,0.3677686,0.4214876,0.45454547,0.45454547,0.45454547,0.446281,0.4338843,0.37603307,0.607438,0.6528926,0.6528926,0.661157,0.6818182,0.6694215,0.6694215,0.6280992,0.57024795,0.54545456,0.5413223,0.5247934,0.49173555,0.43801653,0.5247934,0.41322315,0.35123968,0.33471075,0.35950413,0.38842976,0.3966942,0.38842976,0.37190083,0.35950413,0.35950413,0.3429752,0.38016528,0.4338843,0.47933885,0.5371901,0.61157024,0.6322314,0.677686,0.69008267,0.7066116,0.6652893,0.5289256,0.30578512,0.30165288,0.338843,0.37190083,0.32231405,0.30578512,0.30991736,0.30991736,0.3305785,0.30991736,0.28512397,0.29752067,0.3429752,0.3677686,0.34710744,0.3305785,0.30991736,0.33471075,0.4090909,0.446281,0.46694216,0.4752066,0.4752066,0.46280992,0.45454547,0.42975205,0.39256197,0.61157024,0.6487603,0.6280992,0.6652893,0.6694215,0.661157,0.6570248,0.6322314,0.61570245,0.61570245,0.607438,0.58264464,0.57024795,0.5206612,0.553719,0.5206612,0.49586776,0.47107437,0.446281,0.42561984,0.42975205,0.41735536,0.40495867,0.4090909,0.39256197,0.38842976,0.41735536,0.5041322,0.5289256,0.58677685,0.6198347,0.6322314,0.6487603,0.6694215,0.7107438,0.677686,0.5123967,0.37603307,0.28099173,0.3305785,0.3677686,0.3305785,0.338843,0.338843,0.33471075,0.35123968,0.35123968,0.3305785,0.338843,0.33471075,0.33471075,0.35123968,0.338843,0.3264463,0.37603307,0.45867768,0.49586776,0.4876033,0.47933885,0.46694216,0.46694216,0.46694216,0.4338843,0.38842976,0.6198347,0.6487603,0.6487603,0.661157,0.6735537,0.661157,0.661157,0.6487603,0.6446281,0.6487603,0.6322314,0.61157024,0.6322314,0.6363636,0.6322314,0.57024795,0.5495868,0.5082645,0.5,0.4876033,0.4752066,0.43801653,0.45041323,0.45454547,0.41322315,0.41735536,0.5082645,0.59917355,0.5661157,0.6198347,0.6198347,0.62396693,0.6322314,0.677686,0.76033056,0.6983471,0.5289256,0.42975205,0.3429752,0.3264463,0.35950413,0.36363637,0.3553719,0.35950413,0.3677686,0.37603307,0.39256197,0.38429752,0.37603307,0.37190083,0.38016528,0.38016528,0.3429752,0.35123968,0.41735536,0.49586776,0.5082645,0.5041322,0.4876033,0.46694216,0.46694216,0.45867768,0.41735536,0.39256197,0.61157024,0.6446281,0.6528926,0.6694215,0.6652893,0.6652893,0.6570248,0.6446281,0.6570248,0.6652893,0.661157,0.6404959,0.6652893,0.6859504,0.6735537,0.607438,0.56198347,0.5371901,0.5206612,0.5041322,0.49173555,0.49586776,0.5041322,0.4752066,0.46694216,0.5495868,0.607438,0.6322314,0.61157024,0.6280992,0.607438,0.6198347,0.6198347,0.6570248,0.73966944,0.7066116,0.5495868,0.42975205,0.42561984,0.41322315,0.3677686,0.41735536,0.37603307,0.38842976,0.38429752,0.38842976,0.38842976,0.38429752,0.38429752,0.38016528,0.37190083,0.36363637,0.38016528,0.3966942,0.45454547,0.5123967,0.5123967,0.5041322,0.5,0.4876033,0.46694216,0.446281,0.4090909,0.38429752,0.61570245,0.6404959,0.6446281,0.6528926,0.6528926,0.6570248,0.6652893,0.6528926,0.6570248,0.6652893,0.6694215,0.661157,0.661157,0.677686,0.6652893,0.59504133,0.58264464,0.53305787,0.53305787,0.53305787,0.5206612,0.5123967,0.5206612,0.53305787,0.5661157,0.61570245,0.6322314,0.6528926,0.6487603,0.6322314,0.60330576,0.6322314,0.61157024,0.6528926,0.7231405,0.71900827,0.5785124,0.446281,0.45454547,0.5,0.46280992,0.47107437,0.42561984,0.40082645,0.40082645,0.40495867,0.41322315,0.40495867,0.38842976,0.37603307,0.38842976,0.37603307,0.42561984,0.446281,0.47933885,0.5206612,0.5247934,0.5123967,0.5165289,0.5,0.4752066,0.43801653,0.3966942,0.37190083,0.61157024,0.6404959,0.6446281,0.6404959,0.6487603,0.661157,0.6652893,0.6528926,0.6487603,0.6487603,0.6528926,0.661157,0.6446281,0.6322314,0.6322314,0.59917355,0.59504133,0.57024795,0.53305787,0.5413223,0.53305787,0.5247934,0.54545456,0.59917355,0.6280992,0.6446281,0.6570248,0.661157,0.6487603,0.6363636,0.60330576,0.62396693,0.59917355,0.6446281,0.72727275,0.74793386,0.6363636,0.49173555,0.46694216,0.49586776,0.5206612,0.5371901,0.5123967,0.46694216,0.42975205,0.4338843,0.4214876,0.42561984,0.41735536,0.40495867,0.4338843,0.41322315,0.45041323,0.5,0.5082645,0.53305787,0.5289256,0.5289256,0.5247934,0.5,0.46694216,0.42975205,0.39256197,0.35950413,0.61157024,0.6404959,0.6487603,0.6363636,0.6570248,0.6694215,0.6652893,0.6570248,0.6528926,0.6570248,0.6570248,0.6446281,0.6487603,0.6198347,0.607438,0.5661157,0.56198347,0.57438016,0.5661157,0.55785125,0.56198347,0.58264464,0.61570245,0.6363636,0.6528926,0.6487603,0.6652893,0.6694215,0.6528926,0.6322314,0.61570245,0.61157024,0.61570245,0.6363636,0.71487606,0.74793386,0.6735537,0.53305787,0.48347107,0.4876033,0.5247934,0.54545456,0.5661157,0.57024795,0.54545456,0.5165289,0.47933885,0.46694216,0.45454547,0.45041323,0.46694216,0.47107437,0.5041322,0.55785125,0.55785125,0.53305787,0.54545456,0.53305787,0.5206612,0.5041322,0.47107437,0.42561984,0.38016528,0.3553719,0.607438,0.6404959,0.6487603,0.6404959,0.6735537,0.6735537,0.6652893,0.677686,0.6652893,0.661157,0.6446281,0.6404959,0.6404959,0.6280992,0.62396693,0.61157024,0.58677685,0.60330576,0.59504133,0.60330576,0.6280992,0.6528926,0.6652893,0.6652893,0.6652893,0.6487603,0.6694215,0.6652893,0.6652893,0.6322314,0.62396693,0.607438,0.607438,0.6404959,0.7066116,0.7644628,0.71487606,0.57024795,0.5,0.49586776,0.5206612,0.54545456,0.59090906,0.6198347,0.6404959,0.6322314,0.6280992,0.59504133,0.56198347,0.553719,0.58264464,0.5785124,0.58677685,0.607438,0.59504133,0.58264464,0.5661157,0.54545456,0.5289256,0.5123967,0.4752066,0.42561984,0.37190083,0.338843,0.60330576,0.6363636,0.6322314,0.6446281,0.6859504,0.69008267,0.6942149,0.6942149,0.6570248,0.6570248,0.6528926,0.6570248,0.6570248,0.6652893,0.661157,0.6528926,0.6528926,0.6487603,0.6528926,0.661157,0.6735537,0.6983471,0.6942149,0.6859504,0.661157,0.6528926,0.6652893,0.6818182,0.6652893,0.6446281,0.61570245,0.6198347,0.61570245,0.6652893,0.71900827,0.77272725,0.73140496,0.60330576,0.5371901,0.5165289,0.5413223,0.57438016,0.6198347,0.6446281,0.677686,0.6859504,0.6942149,0.6859504,0.6735537,0.6570248,0.6570248,0.6652893,0.6694215,0.6570248,0.6404959,0.61570245,0.59090906,0.5661157,0.5495868,0.5206612,0.48347107,0.4214876,0.3677686,0.3305785,0.59917355,0.62396693,0.6280992,0.6487603,0.69008267,0.6942149,0.7107438,0.6942149,0.69008267,0.661157,0.6735537,0.6735537,0.6818182,0.6942149,0.6859504,0.69008267,0.70247936,0.69008267,0.7107438,0.7066116,0.7066116,0.72727275,0.7231405,0.6983471,0.6694215,0.6735537,0.6694215,0.69008267,0.661157,0.6280992,0.61570245,0.6280992,0.6198347,0.6652893,0.6983471,0.74380165,0.7107438,0.6198347,0.57024795,0.54545456,0.5082645,0.553719,0.61570245,0.6528926,0.70247936,0.7107438,0.7066116,0.70247936,0.7107438,0.7107438,0.70247936,0.7107438,0.70247936,0.6983471,0.6735537,0.6363636,0.60330576,0.56198347,0.553719,0.5082645,0.49173555,0.42561984,0.3677686,0.33471075,0.60330576,0.61570245,0.61570245,0.6487603,0.661157,0.6859504,0.6818182,0.6818182,0.6942149,0.6859504,0.69008267,0.6983471,0.7066116,0.71900827,0.7066116,0.7107438,0.71487606,0.7231405,0.72727275,0.72727275,0.73140496,0.74793386,0.73140496,0.7107438,0.6983471,0.69008267,0.6818182,0.6735537,0.6363636,0.61570245,0.62396693,0.6363636,0.6280992,0.677686,0.7107438,0.6942149,0.661157,0.6363636,0.59917355,0.553719,0.5165289,0.5123967,0.5495868,0.6198347,0.6570248,0.6694215,0.71487606,0.70247936,0.7231405,0.71487606,0.7107438,0.71900827,0.6983471,0.6942149,0.6735537,0.62396693,0.6198347,0.5661157,0.5413223,0.5,0.48347107,0.42975205,0.37190083,0.33471075,0.61157024,0.61570245,0.61570245,0.6363636,0.6735537,0.661157,0.6859504,0.69008267,0.7066116,0.6942149,0.7066116,0.71487606,0.72727275,0.73140496,0.7231405,0.7355372,0.7355372,0.7355372,0.75619835,0.72727275,0.7355372,0.75619835,0.71487606,0.7107438,0.70247936,0.6942149,0.661157,0.62396693,0.60330576,0.61157024,0.6280992,0.62396693,0.6528926,0.69008267,0.7066116,0.6818182,0.6652893,0.6652893,0.62396693,0.56198347,0.5371901,0.5206612,0.5123967,0.5289256,0.59917355,0.61570245,0.6570248,0.677686,0.6818182,0.677686,0.6859504,0.6983471,0.6818182,0.661157,0.6652893,0.6322314,0.59917355,0.5661157,0.5495868,0.49586776,0.46280992,0.42561984,0.37603307,0.34710744,0.61157024,0.62396693,0.61157024,0.61570245,0.6818182,0.6694215,0.7066116,0.7066116,0.7107438,0.7107438,0.71487606,0.71900827,0.7231405,0.73140496,0.73140496,0.73140496,0.7231405,0.7231405,0.74380165,0.6983471,0.71487606,0.71900827,0.6818182,0.6818182,0.6652893,0.661157,0.6363636,0.607438,0.61157024,0.607438,0.6280992,0.6487603,0.6735537,0.6942149,0.661157,0.6404959,0.6322314,0.6487603,0.6280992,0.5785124,0.5413223,0.53305787,0.53305787,0.47107437,0.47933885,0.5413223,0.5785124,0.6404959,0.6446281,0.6570248,0.661157,0.661157,0.6570248,0.6528926,0.6528926,0.6487603,0.60330576,0.5495868,0.5661157,0.5123967,0.4752066,0.41735536,0.3677686,0.33471075,0.6322314,0.6280992,0.607438,0.61157024,0.6735537,0.6859504,0.7066116,0.71487606,0.71487606,0.71900827,0.7231405,0.71900827,0.71900827,0.71900827,0.72727275,0.71487606,0.7107438,0.70247936,0.72727275,0.70247936,0.7066116,0.6942149,0.6528926,0.6280992,0.61570245,0.6363636,0.6280992,0.6280992,0.6363636,0.61570245,0.6280992,0.6363636,0.6487603,0.6735537,0.6652893,0.6363636,0.607438,0.6198347,0.607438,0.5661157,0.53305787,0.5206612,0.5082645,0.49173555,0.40495867,0.47107437,0.5165289,0.57438016,0.59090906,0.6280992,0.6280992,0.6363636,0.62396693,0.62396693,0.62396693,0.6280992,0.59090906,0.5495868,0.5495868,0.5206612,0.47107437,0.4090909,0.38429752,0.338843,0.6280992,0.6322314,0.61570245,0.61157024,0.6404959,0.69008267,0.7107438,0.7231405,0.7066116,0.7231405,0.7355372,0.7107438,0.7066116,0.7066116,0.7107438,0.7066116,0.6983471,0.6983471,0.6942149,0.6942149,0.677686,0.6363636,0.59090906,0.58677685,0.60330576,0.6363636,0.6363636,0.6404959,0.6570248,0.6446281,0.6735537,0.6528926,0.6528926,0.6528926,0.6570248,0.6404959,0.61157024,0.61157024,0.59090906,0.5495868,0.5123967,0.4752066,0.44214877,0.5041322,0.38429752,0.40495867,0.42561984,0.5,0.5413223,0.5785124,0.58264464,0.60330576,0.607438,0.59504133,0.59090906,0.59504133,0.56198347,0.5206612,0.5165289,0.5,0.4752066,0.4214876,0.35950413,0.35123968,0.6446281,0.6322314,0.6198347,0.61157024,0.6570248,0.7066116,0.71900827,0.7231405,0.73140496,0.71900827,0.73966944,0.7066116,0.7107438,0.70247936,0.6983471,0.70247936,0.6942149,0.6942149,0.6818182,0.6570248,0.61570245,0.56198347,0.53305787,0.58677685,0.6446281,0.661157,0.6694215,0.6570248,0.6735537,0.6818182,0.6694215,0.6942149,0.6859504,0.6735537,0.6694215,0.6528926,0.6322314,0.61157024,0.57024795,0.5165289,0.46694216,0.4090909,0.38842976,0.46280992,0.38429752,0.3677686,0.38016528,0.41735536,0.49173555,0.5371901,0.553719,0.58264464,0.58264464,0.57438016,0.5661157,0.57024795,0.5371901,0.49586776,0.5165289,0.4752066,0.46280992,0.4214876,0.36363637,0.35950413,0.6528926,0.6363636,0.62396693,0.60330576,0.6528926,0.7066116,0.7231405,0.7355372,0.74793386,0.7355372,0.73966944,0.71487606,0.71900827,0.7107438,0.6942149,0.6818182,0.6818182,0.6652893,0.6528926,0.59917355,0.55785125,0.5123967,0.5123967,0.57024795,0.661157,0.677686,0.7066116,0.7066116,0.70247936,0.7107438,0.69008267,0.7355372,0.75206614,0.74380165,0.6570248,0.6280992,0.61570245,0.59504133,0.5247934,0.45041323,0.39256197,0.36363637,0.37190083,0.4090909,0.37190083,0.37190083,0.37190083,0.38016528,0.42561984,0.47933885,0.5082645,0.53305787,0.54545456,0.54545456,0.54545456,0.5413223,0.5289256,0.5082645,0.48347107,0.45867768,0.446281,0.41322315,0.35950413,0.35950413,0.6694215,0.6404959,0.6198347,0.59917355,0.6528926,0.6942149,0.71487606,0.72727275,0.76859504,0.74793386,0.73966944,0.7231405,0.71900827,0.7107438,0.677686,0.6652893,0.661157,0.6528926,0.61157024,0.56198347,0.5123967,0.5,0.5041322,0.58264464,0.69008267,0.6818182,0.7355372,0.74380165,0.6694215,0.607438,0.6198347,0.677686,0.70247936,0.8264463,0.6652893,0.59504133,0.59090906,0.5661157,0.47933885,0.3966942,0.3305785,0.34710744,0.44214877,0.4090909,0.37190083,0.38429752,0.38842976,0.38842976,0.38842976,0.41735536,0.46280992,0.49586776,0.5206612,0.5289256,0.5289256,0.5165289,0.5165289,0.5123967,0.4752066,0.45041323,0.42561984,0.40495867,0.35123968,0.35950413,0.6694215,0.6363636,0.62396693,0.607438,0.6446281,0.6942149,0.71487606,0.73140496,0.7768595,0.75206614,0.77272725,0.73966944,0.71487606,0.70247936,0.6859504,0.661157,0.6446281,0.6198347,0.5661157,0.5371901,0.49586776,0.5165289,0.53305787,0.6280992,0.72727275,0.6694215,0.6735537,0.6322314,0.5206612,0.4338843,0.45867768,0.57438016,0.6652893,0.75206614,0.6818182,0.62396693,0.59917355,0.57024795,0.45454547,0.338843,0.25619835,0.2644628,0.3966942,0.38016528,0.40082645,0.40082645,0.3966942,0.40082645,0.38429752,0.4090909,0.43801653,0.46280992,0.48347107,0.5041322,0.5165289,0.5123967,0.49173555,0.4876033,0.47107437,0.4338843,0.42561984,0.3966942,0.34710744,0.35950413,0.6694215,0.6363636,0.62396693,0.60330576,0.6363636,0.6859504,0.7107438,0.75619835,0.7768595,0.7933884,0.78099173,0.7644628,0.7231405,0.70247936,0.6942149,0.6652893,0.6322314,0.59504133,0.5495868,0.5247934,0.53305787,0.53305787,0.5661157,0.6280992,0.6983471,0.6652893,0.62396693,0.60330576,0.62396693,0.59090906,0.54545456,0.5413223,0.60330576,0.6735537,0.6983471,0.661157,0.6280992,0.57438016,0.41322315,0.2644628,0.22727273,0.2231405,0.28512397,0.35123968,0.42561984,0.40082645,0.4090909,0.39256197,0.3677686,0.40082645,0.41322315,0.42561984,0.45454547,0.4876033,0.5,0.5041322,0.4752066,0.45867768,0.45454547,0.42975205,0.4090909,0.38842976,0.3429752,0.3553719,0.6735537,0.6404959,0.6198347,0.60330576,0.6322314,0.6942149,0.71487606,0.76033056,0.78099173,0.80991733,0.8016529,0.7933884,0.7355372,0.6983471,0.677686,0.6528926,0.61570245,0.57024795,0.5371901,0.53305787,0.553719,0.57438016,0.61157024,0.6446281,0.6652893,0.6446281,0.62396693,0.5785124,0.60330576,0.6363636,0.6446281,0.6322314,0.6404959,0.62396693,0.70247936,0.6652893,0.6198347,0.5247934,0.3264463,0.23966943,0.23140496,0.2520661,0.3429752,0.44214877,0.46280992,0.44214877,0.4214876,0.38016528,0.37190083,0.38016528,0.39256197,0.41322315,0.45041323,0.49173555,0.5082645,0.5,0.46694216,0.44214877,0.4338843,0.4214876,0.40082645,0.37603307,0.3429752,0.35123968,0.6818182,0.6487603,0.6198347,0.607438,0.6322314,0.69008267,0.72727275,0.75206614,0.78512394,0.8057851,0.8140496,0.79752064,0.75206614,0.70247936,0.6818182,0.6363636,0.60330576,0.55785125,0.5413223,0.56198347,0.5661157,0.62396693,0.6570248,0.6570248,0.6322314,0.607438,0.607438,0.553719,0.553719,0.59090906,0.6280992,0.6322314,0.6570248,0.62396693,0.6528926,0.62396693,0.553719,0.4338843,0.26859504,0.23966943,0.2644628,0.28099173,0.35950413,0.45867768,0.47933885,0.4876033,0.45454547,0.38429752,0.38842976,0.37190083,0.37190083,0.40495867,0.45454547,0.5165289,0.5247934,0.49586776,0.45867768,0.43801653,0.4214876,0.41322315,0.38842976,0.37603307,0.338843,0.34710744,0.7066116,0.6735537,0.607438,0.61157024,0.6322314,0.6859504,0.73966944,0.75206614,0.7644628,0.8057851,0.8305785,0.8264463,0.76033056,0.71487606,0.6694215,0.6198347,0.58264464,0.54545456,0.553719,0.57024795,0.5785124,0.6528926,0.6735537,0.6446281,0.59917355,0.5785124,0.59504133,0.5371901,0.5123967,0.5495868,0.59917355,0.59504133,0.61157024,0.5661157,0.5041322,0.5123967,0.46280992,0.3429752,0.2603306,0.26859504,0.29338843,0.30165288,0.37603307,0.46280992,0.47107437,0.47107437,0.46280992,0.40082645,0.39256197,0.38842976,0.38016528,0.40082645,0.45041323,0.5289256,0.5289256,0.4876033,0.45041323,0.42975205,0.41322315,0.4090909,0.38016528,0.37190083,0.33471075,0.338843,0.6942149,0.6446281,0.6198347,0.61570245,0.6280992,0.677686,0.73140496,0.75619835,0.75619835,0.7892562,0.8140496,0.8140496,0.77272725,0.71900827,0.661157,0.60330576,0.55785125,0.5371901,0.56198347,0.58264464,0.60330576,0.6528926,0.6446281,0.62396693,0.57438016,0.5785124,0.5785124,0.5289256,0.49173555,0.49586776,0.53305787,0.5371901,0.5495868,0.48347107,0.38842976,0.45454547,0.49173555,0.40082645,0.3181818,0.30165288,0.30165288,0.30991736,0.38842976,0.45454547,0.47107437,0.43801653,0.46694216,0.42975205,0.38429752,0.3966942,0.38016528,0.40082645,0.42975205,0.49173555,0.5082645,0.47107437,0.44214877,0.42561984,0.4090909,0.3966942,0.37190083,0.36363637,0.338843,0.28512397,0.3553719,0.30165288,0.5785124,0.6322314,0.61570245,0.6652893,0.72727275,0.74793386,0.77272725,0.78099173,0.8016529,0.80991733,0.78512394,0.7107438,0.6446281,0.59090906,0.5247934,0.5082645,0.60330576,0.6280992,0.6322314,0.6570248,0.6363636,0.61570245,0.58264464,0.58677685,0.56198347,0.5495868,0.5247934,0.5,0.5041322,0.5,0.4752066,0.37190083,0.35123968,0.37190083,0.5206612,0.4752066,0.3677686,0.3181818,0.3140496,0.3429752,0.40495867,0.446281,0.45867768,0.4338843,0.446281,0.45041323,0.36363637,0.37190083,0.37603307,0.3966942,0.40495867,0.42561984,0.46694216,0.45454547,0.4338843,0.4214876,0.40495867,0.39256197,0.37190083,0.35123968,0.3429752,0.2644628,0.1983471,0.17768595,0.46280992,0.6363636,0.61157024,0.6570248,0.7231405,0.75206614,0.77272725,0.7768595,0.78512394,0.79752064,0.78099173,0.7107438,0.6280992,0.5661157,0.47933885,0.5082645,0.6487603,0.6694215,0.677686,0.6735537,0.6446281,0.6363636,0.60330576,0.59917355,0.5661157,0.59090906,0.57438016,0.56198347,0.5206612,0.5082645,0.45041323,0.37603307,0.37603307,0.37190083,0.4214876,0.45867768,0.40082645,0.3429752,0.34710744,0.38842976,0.42561984,0.446281,0.446281,0.40495867,0.41735536,0.42975205,0.3677686,0.3553719,0.38429752,0.38429752,0.4090909,0.4090909,0.4214876,0.43801653,0.42561984,0.41735536,0.40082645,0.38842976,0.36363637,0.35123968,0.35950413,0.21900827,0.1983471,0.20247933,0.36363637,0.6404959,0.61570245,0.6528926,0.71487606,0.74793386,0.7768595,0.78099173,0.7768595,0.7892562,0.78099173,0.72727275,0.6280992,0.5371901,0.45041323,0.56198347,0.6652893,0.6942149,0.7231405,0.7066116,0.6694215,0.69008267,0.6446281,0.6487603,0.6198347,0.6280992,0.61570245,0.59917355,0.56198347,0.54545456,0.5123967,0.45041323,0.43801653,0.4338843,0.45867768,0.46280992,0.44214877,0.39256197,0.38016528,0.40495867,0.41322315,0.4214876,0.40495867,0.35950413,0.38016528,0.37603307,0.36363637,0.338843,0.38842976,0.3966942,0.4090909,0.4090909,0.40082645,0.4338843,0.4338843,0.41735536,0.40495867,0.38016528,0.37190083,0.35123968,0.3553719,0.1983471,0.20661157,0.19421488,0.2603306,0.6280992,0.62396693,0.6528926,0.6983471,0.74793386,0.77272725,0.78099173,0.78512394,0.7892562,0.76859504,0.75206614,0.62396693,0.5247934,0.45041323,0.57438016,0.6404959,0.6818182,0.7231405,0.72727275,0.7066116,0.7231405,0.6983471,0.71900827,0.6983471,0.69008267,0.6528926,0.61570245,0.57024795,0.5371901,0.5247934,0.5041322,0.5082645,0.4876033,0.46280992,0.446281,0.4338843,0.41322315,0.39256197,0.38429752,0.38429752,0.37603307,0.33471075,0.28099173,0.27272728,0.28099173,0.30578512,0.30578512,0.3553719,0.40495867,0.4214876,0.40082645,0.40495867,0.41735536,0.43801653,0.4214876,0.3966942,0.37190083,0.37190083,0.3553719,0.3553719,0.16115703,0.1983471,0.20247933,0.17768595,0.58264464,0.6280992,0.6570248,0.6859504,0.73966944,0.77272725,0.7892562,0.79752064,0.7892562,0.77272725,0.74793386,0.6322314,0.5123967,0.45867768,0.47107437,0.47933885,0.5165289,0.49173555,0.41322315,0.38842976,0.4338843,0.5785124,0.61157024,0.61157024,0.57024795,0.57438016,0.57024795,0.5041322,0.48347107,0.5041322,0.49586776,0.48347107,0.45454547,0.44214877,0.4338843,0.3677686,0.37603307,0.38842976,0.3140496,0.33471075,0.30578512,0.23140496,0.17768595,0.15289256,0.19008264,0.26859504,0.30991736,0.3429752,0.44214877,0.42975205,0.42561984,0.42561984,0.4338843,0.42975205,0.41735536,0.40082645,0.38842976,0.37190083,0.34710744,0.33471075,0.1446281,0.20661157,0.20247933,0.1694215,0.5,0.6322314,0.6570248,0.6942149,0.7355372,0.7768595,0.8016529,0.80991733,0.7933884,0.78512394,0.74793386,0.6404959,0.5413223,0.46694216,0.42561984,0.40082645,0.45867768,0.3553719,0.21487603,0.14876033,0.11157025,0.53305787,0.6652893,0.7107438,0.55785125,0.6487603,0.6570248,0.4876033,0.4876033,0.59917355,0.55785125,0.46280992,0.4752066,0.5247934,0.49173555,0.32231405,0.41735536,0.44214877,0.33471075,0.3553719,0.30578512,0.2107438,0.16528925,0.15289256,0.2231405,0.3140496,0.34710744,0.37190083,0.46280992,0.45867768,0.46280992,0.45041323,0.44214877,0.44214877,0.42561984,0.4090909,0.38842976,0.37190083,0.35123968,0.3140496,0.14049587,0.20247933,0.1983471,0.18595041,0.36363637,0.6487603,0.6570248,0.6942149,0.7355372,0.77272725,0.79752064,0.8016529,0.79752064,0.7933884,0.76033056,0.6487603,0.56198347,0.4876033,0.42561984,0.40082645,0.5123967,0.5041322,0.37190083,0.2520661,0.12809917,0.38016528,0.5413223,0.8305785,0.6198347,0.73140496,0.73966944,0.553719,0.5041322,0.661157,0.60330576,0.45454547,0.5041322,0.56198347,0.5413223,0.38016528,0.47107437,0.49173555,0.37190083,0.38842976,0.30578512,0.21900827,0.1983471,0.2520661,0.33471075,0.35950413,0.36363637,0.3966942,0.4752066,0.4876033,0.49586776,0.47107437,0.45041323,0.43801653,0.4338843,0.4090909,0.39256197,0.37190083,0.34710744,0.27272728,0.15289256,0.20247933,0.1983471,0.20661157,0.23140496,0.6446281,0.6528926,0.69008267,0.7355372,0.7644628,0.7933884,0.79752064,0.79752064,0.8016529,0.76859504,0.6942149,0.58264464,0.5289256,0.45867768,0.41322315,0.5289256,0.607438,0.57024795,0.42975205,0.28099173,0.3140496,0.33471075,0.73140496,0.5123967,0.6487603,0.7066116,0.54545456,0.46694216,0.58264464,0.5495868,0.43801653,0.46694216,0.5082645,0.5123967,0.38429752,0.4214876,0.43801653,0.2892562,0.3181818,0.28512397,0.2520661,0.29338843,0.3966942,0.43801653,0.41735536,0.40082645,0.43801653,0.4752066,0.5041322,0.5082645,0.4752066,0.45867768,0.446281,0.42561984,0.40495867,0.40082645,0.37190083,0.34710744,0.23140496,0.16115703,0.20661157,0.19421488,0.2107438,0.16115703,0.57438016,0.6570248,0.6735537,0.71900827,0.75619835,0.7892562,0.7933884,0.79752064,0.78512394,0.7933884,0.7231405,0.6446281,0.5785124,0.49173555,0.45867768,0.54545456,0.61157024,0.677686,0.61570245,0.47933885,0.3966942,0.33471075,0.4338843,0.41735536,0.4338843,0.5289256,0.42975205,0.38842976,0.45041323,0.43801653,0.37603307,0.40082645,0.41735536,0.41735536,0.3140496,0.30578512,0.3429752,0.29338843,0.3429752,0.34710744,0.35123968,0.38842976,0.46280992,0.47933885,0.46694216,0.44214877,0.47107437,0.4876033,0.5165289,0.5041322,0.46280992,0.43801653,0.446281,0.4214876,0.40495867,0.40082645,0.36363637,0.3305785,0.19421488,0.1570248,0.20247933,0.1983471,0.1983471,0.17768595,0.41735536,0.6570248,0.6735537,0.71487606,0.75619835,0.78099173,0.78099173,0.78099173,0.7892562,0.7892562,0.73966944,0.6528926,0.60330576,0.5082645,0.49173555,0.57024795,0.6322314,0.6983471,0.7066116,0.6404959,0.5289256,0.46280992,0.446281,0.46280992,0.41322315,0.4338843,0.38429752,0.34710744,0.36363637,0.338843,0.3140496,0.3181818,0.32231405,0.30991736,0.29338843,0.3140496,0.40495867,0.44214877,0.4090909,0.3553719,0.38429752,0.4214876,0.4752066,0.5082645,0.5041322,0.47107437,0.46280992,0.47107437,0.5123967,0.47933885,0.45454547,0.42975205,0.43801653,0.41322315,0.4090909,0.3966942,0.35950413,0.29338843,0.1694215,0.15289256,0.20247933,0.20247933,0.20247933,0.20661157,0.2231405,0.6446281,0.6694215,0.7066116,0.74793386,0.77272725,0.7768595,0.77272725,0.78099173,0.7892562,0.76859504,0.6652893,0.59504133,0.5413223,0.5371901,0.61157024,0.6570248,0.677686,0.71487606,0.72727275,0.6570248,0.553719,0.5123967,0.5206612,0.5082645,0.5165289,0.48347107,0.42975205,0.40495867,0.36363637,0.338843,0.3429752,0.33471075,0.338843,0.37190083,0.41322315,0.446281,0.37190083,0.3553719,0.38429752,0.41322315,0.43801653,0.47933885,0.5082645,0.5082645,0.48347107,0.46280992,0.44214877,0.49173555,0.46280992,0.44214877,0.42975205,0.43801653,0.40495867,0.40495867,0.38842976,0.3553719,0.2520661,0.16115703,0.14876033,0.1983471,0.20661157,0.20661157,0.21487603,0.1446281,0.53305787,0.6694215,0.69008267,0.7231405,0.75619835,0.7768595,0.78512394,0.7892562,0.79752064,0.7892562,0.6859504,0.60330576,0.5661157,0.553719,0.62396693,0.661157,0.6652893,0.7066116,0.74380165,0.74380165,0.677686,0.61157024,0.5495868,0.5371901,0.57438016,0.5289256,0.5041322,0.47933885,0.43801653,0.38842976,0.41735536,0.4338843,0.40082645,0.41322315,0.39256197,0.35123968,0.3305785,0.37603307,0.40082645,0.4214876,0.446281,0.48347107,0.5082645,0.5,0.4752066,0.46280992,0.42975205,0.46694216,0.45867768,0.4338843,0.4338843,0.42561984,0.40495867,0.40495867,0.38016528,0.33471075,0.20661157,0.15289256,0.15289256,0.1983471,0.20247933,0.2107438,0.20247933,0.17355372,0.3429752,0.6570248,0.6859504,0.7107438,0.74793386,0.78099173,0.7933884,0.79752064,0.79752064,0.8057851,0.72727275,0.6446281,0.57438016,0.5661157,0.6280992,0.6694215,0.677686,0.6983471,0.7231405,0.74380165,0.74793386,0.74793386,0.6859504,0.6322314,0.607438,0.57024795,0.5206612,0.49173555,0.446281,0.41735536,0.4338843,0.43801653,0.40495867,0.40082645,0.37190083,0.35950413,0.38016528,0.40082645,0.39256197,0.40082645,0.446281,0.49173555,0.5041322,0.49173555,0.47107437,0.46280992,0.45041323,0.446281,0.43801653,0.4338843,0.42975205,0.4090909,0.40082645,0.38842976,0.36363637,0.2892562,0.17768595,0.1446281,0.1446281,0.20247933,0.20247933,0.1983471,0.21487603,0.20247933,0.20247933,0.5785124,0.6818182,0.70247936,0.73140496,0.7644628,0.7933884,0.78512394,0.78099173,0.8016529,0.76033056,0.6818182,0.607438,0.5785124,0.61157024,0.6694215,0.69008267,0.6983471,0.71487606,0.7355372,0.75619835,0.76859504,0.76033056,0.73140496,0.6818182,0.6570248,0.59504133,0.53305787,0.49173555,0.46694216,0.46694216,0.45041323,0.43801653,0.44214877,0.4214876,0.3966942,0.41735536,0.39256197,0.38429752,0.4214876,0.46694216,0.49173555,0.49173555,0.47933885,0.46280992,0.45867768,0.45867768,0.44214877,0.4214876,0.41735536,0.41735536,0.40082645,0.40082645,0.38429752,0.338843,0.23553719,0.15289256,0.14876033,0.14876033,0.20661157,0.1983471,0.20661157,0.2107438,0.20661157,0.19421488,0.41322315,0.6652893,0.69008267,0.7231405,0.76033056,0.78099173,0.78099173,0.76859504,0.78512394,0.76033056,0.7231405,0.6404959,0.60330576,0.60330576,0.661157,0.6859504,0.6983471,0.72727275,0.73966944,0.75619835,0.75206614,0.75206614,0.72727275,0.6859504,0.6487603,0.6363636,0.62396693,0.59504133,0.56198347,0.5371901,0.5165289,0.5123967,0.5041322,0.46694216,0.4090909,0.41735536,0.38016528,0.41322315,0.45041323,0.48347107,0.49173555,0.48347107,0.47107437,0.45867768,0.45454547,0.45867768,0.43801653,0.41735536,0.40495867,0.41735536,0.40082645,0.40495867,0.37603307,0.30578512,0.18595041,0.1446281,0.14876033,0.1570248,0.20661157,0.19008264,0.20247933,0.20661157,0.20247933,0.20661157,0.2603306,0.6404959,0.6735537,0.71900827,0.75619835,0.77272725,0.78512394,0.7768595,0.76859504,0.76859504,0.74793386,0.661157,0.607438,0.62396693,0.6487603,0.6735537,0.6818182,0.6983471,0.71900827,0.7355372,0.75206614,0.74793386,0.71900827,0.69008267,0.62396693,0.59917355,0.58264464,0.57024795,0.55785125,0.5247934,0.5165289,0.5165289,0.5,0.46694216,0.42561984,0.41735536,0.4090909,0.45041323,0.47107437,0.49586776,0.49173555,0.4752066,0.46694216,0.45454547,0.45041323,0.43801653,0.42975205,0.42561984,0.40082645,0.41322315,0.3966942,0.39256197,0.35950413,0.2520661,0.1570248,0.1446281,0.1446281,0.15289256,0.2107438,0.1983471,0.20661157,0.2107438,0.20661157,0.21900827,0.19421488,0.61157024,0.6404959,0.6983471,0.73966944,0.76033056,0.7768595,0.7892562,0.7644628,0.7768595,0.75206614,0.6859504,0.61157024,0.6280992,0.6528926,0.6652893,0.69008267,0.6942149,0.7066116,0.71487606,0.7355372,0.7355372,0.71487606,0.6859504,0.6363636,0.60330576,0.54545456,0.5165289,0.5041322,0.47933885,0.47107437,0.4752066,0.46280992,0.446281,0.4338843,0.43801653,0.45041323,0.46280992,0.4876033,0.5082645,0.49173555,0.46694216,0.46694216,0.45041323,0.446281,0.41735536,0.4214876,0.4090909,0.39256197,0.40495867,0.3966942,0.37190083,0.32231405,0.17355372,0.1322314,0.1570248,0.1570248,0.1570248,0.21487603,0.20247933,0.20661157,0.2107438,0.21487603,0.21487603,0.16528925,0.57438016,0.6322314,0.661157,0.7231405,0.76033056,0.7768595,0.78512394,0.77272725,0.77272725,0.76033056,0.7107438,0.6446281,0.6446281,0.6652893,0.6694215,0.6652893,0.6859504,0.6859504,0.6983471,0.7107438,0.7066116,0.7066116,0.6735537,0.6487603,0.60330576,0.55785125,0.5,0.4752066,0.45041323,0.4338843,0.4338843,0.42561984,0.43801653,0.45041323,0.45867768,0.4752066,0.49173555,0.5082645,0.5165289,0.5,0.47107437,0.47107437,0.45041323,0.43801653,0.4090909,0.41322315,0.3966942,0.40082645,0.3966942,0.38842976,0.3677686,0.25619835,0.13636364,0.13636364,0.15289256,0.16115703,0.1570248,0.21487603,0.20661157,0.20661157,0.21487603,0.1983471,0.21487603,0.13636364,0.5289256,0.6404959,0.6446281,0.6983471,0.75619835,0.7644628,0.7768595,0.7644628,0.75619835,0.7644628,0.74380165,0.7066116,0.6528926,0.6322314,0.6570248,0.6652893,0.6694215,0.6694215,0.6652893,0.69008267,0.6818182,0.6942149,0.661157,0.661157,0.59090906,0.56198347,0.5247934,0.5041322,0.49586776,0.49173555,0.48347107,0.48347107,0.5041322,0.5206612,0.5165289,0.5041322,0.5123967,0.5165289,0.5123967,0.4876033,0.47107437,0.46694216,0.43801653,0.42975205,0.41322315,0.39256197,0.40082645,0.39256197,0.40082645,0.39256197,0.32231405,0.1694215,0.13636364,0.1446281,0.14876033,0.15289256,0.1570248,0.21487603,0.2107438,0.20247933,0.20247933,0.20661157,0.20247933,0.15289256,0.46694216,0.6446281,0.661157,0.661157,0.7231405,0.7644628,0.7768595,0.76859504,0.7644628,0.76033056,0.7768595,0.7107438,0.6859504,0.6446281,0.6528926,0.6528926,0.6570248,0.6528926,0.6363636,0.661157,0.6570248,0.6570248,0.6487603,0.6446281,0.59504133,0.57438016,0.58677685,0.59090906,0.58264464,0.5661157,0.553719,0.55785125,0.56198347,0.5495868,0.553719,0.53305787,0.5247934,0.5289256,0.5247934,0.4876033,0.46280992,0.446281,0.42975205,0.41735536,0.4090909,0.40082645,0.40495867,0.38842976,0.40082645,0.38842976,0.21900827,0.1322314,0.14049587,0.1446281,0.1570248,0.1570248,0.16115703,0.21900827,0.21900827,0.20661157,0.1983471,0.2107438,0.19421488,0.16528925,0.37190083,0.6652893,0.661157,0.6528926,0.6818182,0.75206614,0.77272725,0.76859504,0.77272725,0.75206614,0.7644628,0.7355372,0.7066116,0.6694215,0.6694215,0.661157,0.6652893,0.6528926,0.6363636,0.6404959,0.6404959,0.6322314,0.6404959,0.6280992,0.61570245,0.59090906,0.607438,0.61570245,0.60330576,0.57438016,0.57024795,0.59090906,0.57438016,0.5371901,0.5371901,0.5247934,0.5123967,0.5247934,0.5041322,0.47933885,0.45867768,0.4214876,0.4338843,0.41735536,0.38842976,0.38842976,0.3966942,0.40082645,0.3966942,0.33471075,0.16115703,0.15289256,0.14049587,0.1446281,0.15289256,0.1570248,0.16115703,23 +0.21487603,0.2644628,0.3429752,0.41322315,0.49586776,0.5082645,0.5123967,0.5247934,0.5371901,0.53305787,0.49586776,0.4752066,0.48347107,0.4876033,0.44214877,0.40495867,0.40495867,0.4214876,0.42561984,0.44214877,0.45041323,0.4338843,0.47107437,0.5041322,0.5041322,0.4876033,0.47933885,0.49173555,0.5041322,0.5,0.5,0.5123967,0.5165289,0.5165289,0.5206612,0.5123967,0.5165289,0.5206612,0.5247934,0.5413223,0.53305787,0.5413223,0.5289256,0.5371901,0.54545456,0.553719,0.54545456,0.54545456,0.5495868,0.56198347,0.57024795,0.5661157,0.56198347,0.56198347,0.5495868,0.5413223,0.5165289,0.5413223,0.54545456,0.5413223,0.4752066,0.37603307,0.28512397,0.2231405,0.2107438,0.29338843,0.38842976,0.45454547,0.5082645,0.5247934,0.5289256,0.5206612,0.5206612,0.53305787,0.5247934,0.49173555,0.4752066,0.48347107,0.45867768,0.4752066,0.48347107,0.4752066,0.47933885,0.49173555,0.48347107,0.47107437,0.5123967,0.5206612,0.5,0.4752066,0.4876033,0.49173555,0.5123967,0.5082645,0.5082645,0.5247934,0.5123967,0.5123967,0.5082645,0.5247934,0.5247934,0.5289256,0.5413223,0.553719,0.5413223,0.5371901,0.5371901,0.5495868,0.56198347,0.55785125,0.553719,0.56198347,0.5661157,0.58264464,0.59504133,0.57024795,0.56198347,0.5661157,0.55785125,0.54545456,0.5413223,0.5247934,0.56198347,0.56198347,0.5206612,0.4338843,0.338843,0.23553719,0.22727273,0.33471075,0.42975205,0.4752066,0.5289256,0.5206612,0.5371901,0.5247934,0.5413223,0.5495868,0.54545456,0.5371901,0.5247934,0.5165289,0.5165289,0.5247934,0.5165289,0.5123967,0.5206612,0.5165289,0.5082645,0.49586776,0.5082645,0.5,0.48347107,0.5,0.49586776,0.5,0.5123967,0.5123967,0.5123967,0.5247934,0.5123967,0.5082645,0.5123967,0.5413223,0.54545456,0.54545456,0.553719,0.553719,0.553719,0.5495868,0.5495868,0.5495868,0.5661157,0.5661157,0.55785125,0.5661157,0.5785124,0.58677685,0.59504133,0.59090906,0.5785124,0.57024795,0.56198347,0.55785125,0.5413223,0.5413223,0.553719,0.5661157,0.553719,0.4876033,0.39256197,0.25619835,0.2603306,0.38842976,0.46694216,0.5123967,0.5413223,0.53305787,0.5289256,0.5289256,0.5495868,0.55785125,0.55785125,0.553719,0.5495868,0.5371901,0.5495868,0.5495868,0.5413223,0.5495868,0.5495868,0.5413223,0.5413223,0.53305787,0.53305787,0.5289256,0.5206612,0.5247934,0.5247934,0.5247934,0.5206612,0.5123967,0.5165289,0.5289256,0.5165289,0.5082645,0.5371901,0.553719,0.57438016,0.55785125,0.57024795,0.5661157,0.5495868,0.55785125,0.54545456,0.553719,0.553719,0.553719,0.5661157,0.57438016,0.5785124,0.59504133,0.59090906,0.56198347,0.59917355,0.5785124,0.56198347,0.56198347,0.5495868,0.5495868,0.553719,0.55785125,0.553719,0.5165289,0.46280992,0.30991736,0.28512397,0.4214876,0.47107437,0.5123967,0.5413223,0.5371901,0.5413223,0.5371901,0.5495868,0.56198347,0.553719,0.54545456,0.54545456,0.54545456,0.54545456,0.5661157,0.553719,0.55785125,0.56198347,0.55785125,0.56198347,0.56198347,0.5413223,0.553719,0.5661157,0.55785125,0.55785125,0.55785125,0.5495868,0.5247934,0.53305787,0.5413223,0.5247934,0.53305787,0.56198347,0.5661157,0.5661157,0.57438016,0.5785124,0.57024795,0.553719,0.5661157,0.553719,0.55785125,0.56198347,0.57024795,0.5785124,0.57438016,0.5785124,0.59090906,0.57438016,0.56198347,0.58677685,0.57024795,0.5661157,0.553719,0.5495868,0.55785125,0.553719,0.5495868,0.55785125,0.5247934,0.5041322,0.36363637,0.32231405,0.45867768,0.5041322,0.5289256,0.5495868,0.5371901,0.54545456,0.53305787,0.54545456,0.553719,0.5495868,0.5371901,0.5289256,0.53305787,0.5371901,0.55785125,0.5495868,0.55785125,0.5661157,0.553719,0.56198347,0.57024795,0.5495868,0.55785125,0.5785124,0.58677685,0.57438016,0.57024795,0.5785124,0.56198347,0.5661157,0.5785124,0.54545456,0.56198347,0.56198347,0.58264464,0.57438016,0.58677685,0.58264464,0.57438016,0.55785125,0.57438016,0.5661157,0.553719,0.5661157,0.57024795,0.57024795,0.57438016,0.59504133,0.58264464,0.56198347,0.53305787,0.5371901,0.55785125,0.553719,0.5371901,0.54545456,0.54545456,0.553719,0.55785125,0.5661157,0.5206612,0.5247934,0.446281,0.26859504,0.48347107,0.5165289,0.5413223,0.553719,0.5371901,0.53305787,0.53305787,0.54545456,0.5413223,0.5206612,0.49173555,0.49173555,0.5041322,0.5289256,0.53305787,0.5413223,0.5371901,0.5495868,0.5495868,0.54545456,0.55785125,0.54545456,0.553719,0.5661157,0.58677685,0.58264464,0.58264464,0.57024795,0.5785124,0.5661157,0.58264464,0.55785125,0.57438016,0.56198347,0.58677685,0.5785124,0.59090906,0.58677685,0.5785124,0.5661157,0.57024795,0.57438016,0.57438016,0.57024795,0.58264464,0.57438016,0.5661157,0.57024795,0.553719,0.5495868,0.5247934,0.5082645,0.5,0.5041322,0.5165289,0.5165289,0.5413223,0.5495868,0.56198347,0.55785125,0.53305787,0.5206612,0.4876033,0.24380165,0.4876033,0.5247934,0.54545456,0.5495868,0.5289256,0.5165289,0.5247934,0.5289256,0.5123967,0.46694216,0.446281,0.446281,0.46694216,0.49173555,0.5,0.5123967,0.5165289,0.5041322,0.5165289,0.5165289,0.5413223,0.5165289,0.5371901,0.5495868,0.5785124,0.59090906,0.58677685,0.56198347,0.57438016,0.56198347,0.55785125,0.55785125,0.57024795,0.57024795,0.58264464,0.57024795,0.5785124,0.5785124,0.57438016,0.56198347,0.57024795,0.57024795,0.57438016,0.57024795,0.56198347,0.5413223,0.5289256,0.53305787,0.5206612,0.5206612,0.5165289,0.5,0.49173555,0.47933885,0.48347107,0.5041322,0.5247934,0.5371901,0.5495868,0.553719,0.5495868,0.5247934,0.5082645,0.2107438,0.49173555,0.5371901,0.54545456,0.5495868,0.5289256,0.5123967,0.5123967,0.49586776,0.4214876,0.45041323,0.4338843,0.44214877,0.4338843,0.43801653,0.44214877,0.45041323,0.43801653,0.46694216,0.47933885,0.47107437,0.5247934,0.5,0.5082645,0.5495868,0.5785124,0.5785124,0.57438016,0.553719,0.55785125,0.553719,0.553719,0.56198347,0.57024795,0.57024795,0.5661157,0.57024795,0.57024795,0.56198347,0.57024795,0.57024795,0.55785125,0.5247934,0.4876033,0.4752066,0.4752066,0.47933885,0.45867768,0.47933885,0.4876033,0.5,0.5041322,0.5,0.5123967,0.4752066,0.47933885,0.49173555,0.4876033,0.5371901,0.5371901,0.55785125,0.553719,0.53305787,0.5165289,0.2107438,0.49586776,0.5371901,0.54545456,0.5413223,0.5206612,0.5,0.49173555,0.446281,0.42561984,0.446281,0.41322315,0.4338843,0.43801653,0.4090909,0.38429752,0.38016528,0.37603307,0.40082645,0.41322315,0.42561984,0.5289256,0.5165289,0.5082645,0.55785125,0.58677685,0.59504133,0.5785124,0.5785124,0.55785125,0.5413223,0.5413223,0.553719,0.56198347,0.5785124,0.57438016,0.58677685,0.58677685,0.5495868,0.5413223,0.53305787,0.5082645,0.46280992,0.4214876,0.3966942,0.41735536,0.37603307,0.38016528,0.39256197,0.42975205,0.45867768,0.4752066,0.46694216,0.47933885,0.47933885,0.48347107,0.5041322,0.47933885,0.5041322,0.5206612,0.5495868,0.553719,0.54545456,0.5206612,0.20661157,0.49586776,0.5371901,0.5371901,0.5247934,0.5041322,0.46694216,0.45041323,0.4338843,0.42975205,0.42975205,0.4214876,0.4214876,0.44214877,0.42561984,0.38842976,0.37190083,0.3553719,0.37190083,0.38016528,0.41322315,0.47107437,0.5495868,0.5495868,0.60330576,0.61157024,0.60330576,0.607438,0.58677685,0.56198347,0.5371901,0.5413223,0.5371901,0.55785125,0.5785124,0.59504133,0.59504133,0.62396693,0.59504133,0.5495868,0.5495868,0.5,0.45454547,0.42975205,0.38429752,0.38842976,0.37190083,0.35950413,0.3429752,0.3966942,0.4214876,0.446281,0.46694216,0.446281,0.446281,0.47933885,0.47107437,0.4876033,0.48347107,0.5123967,0.5371901,0.553719,0.56198347,0.53305787,0.21900827,0.4752066,0.5495868,0.5495868,0.5289256,0.49173555,0.46694216,0.45454547,0.45041323,0.45867768,0.4752066,0.4752066,0.4752066,0.46280992,0.45867768,0.45867768,0.46694216,0.46694216,0.45041323,0.48347107,0.5165289,0.54545456,0.58677685,0.57024795,0.61570245,0.6404959,0.6280992,0.6404959,0.6363636,0.58264464,0.57438016,0.56198347,0.5371901,0.5495868,0.57024795,0.62396693,0.60330576,0.6404959,0.59917355,0.5661157,0.553719,0.5247934,0.49173555,0.48347107,0.45454547,0.45041323,0.45867768,0.446281,0.42975205,0.45867768,0.48347107,0.5041322,0.5495868,0.553719,0.54545456,0.5371901,0.5165289,0.5082645,0.49586776,0.5041322,0.53305787,0.55785125,0.57024795,0.553719,0.23966943,0.45867768,0.54545456,0.5413223,0.5247934,0.49173555,0.4876033,0.47933885,0.5,0.5,0.5413223,0.5661157,0.55785125,0.53305787,0.53305787,0.5247934,0.5289256,0.5206612,0.5165289,0.53305787,0.5289256,0.5123967,0.59917355,0.59504133,0.607438,0.6280992,0.61570245,0.6404959,0.6694215,0.62396693,0.60330576,0.57024795,0.5495868,0.57438016,0.59917355,0.6280992,0.62396693,0.61570245,0.5495868,0.553719,0.5371901,0.5289256,0.4876033,0.446281,0.4214876,0.4090909,0.39256197,0.41735536,0.4214876,0.46694216,0.4876033,0.5247934,0.57438016,0.60330576,0.59090906,0.5785124,0.55785125,0.5371901,0.5165289,0.5165289,0.5371901,0.553719,0.57438016,0.5661157,0.23553719,0.45867768,0.54545456,0.56198347,0.5247934,0.5123967,0.5123967,0.5206612,0.54545456,0.553719,0.59504133,0.58677685,0.5413223,0.49586776,0.45041323,0.39256197,0.35123968,0.30991736,0.28512397,0.30165288,0.338843,0.338843,0.446281,0.53305787,0.55785125,0.59090906,0.59917355,0.62396693,0.6652893,0.6528926,0.6322314,0.57438016,0.5785124,0.59504133,0.62396693,0.61570245,0.58677685,0.5495868,0.53305787,0.5371901,0.5082645,0.49586776,0.40495867,0.3181818,0.2892562,0.29338843,0.30578512,0.34710744,0.3429752,0.37190083,0.37603307,0.4338843,0.49586776,0.55785125,0.58677685,0.58677685,0.57438016,0.58264464,0.56198347,0.5495868,0.553719,0.5661157,0.5785124,0.57438016,0.20247933,0.42561984,0.553719,0.55785125,0.53305787,0.54545456,0.5413223,0.55785125,0.5785124,0.59090906,0.56198347,0.4876033,0.43801653,0.38429752,0.3429752,0.3305785,0.3305785,0.3181818,0.2892562,0.26859504,0.28512397,0.2520661,0.2768595,0.40495867,0.5,0.5289256,0.5661157,0.59504133,0.6446281,0.6652893,0.6446281,0.59504133,0.5785124,0.60330576,0.607438,0.59917355,0.54545456,0.5165289,0.53305787,0.5041322,0.4752066,0.40082645,0.30578512,0.28099173,0.29338843,0.30165288,0.30578512,0.30578512,0.3305785,0.35123968,0.3677686,0.40082645,0.4214876,0.45041323,0.5123967,0.57024795,0.5661157,0.59917355,0.59090906,0.58264464,0.57438016,0.57438016,0.58264464,0.5785124,0.2520661,0.40082645,0.553719,0.57024795,0.5495868,0.5661157,0.57438016,0.58677685,0.607438,0.57438016,0.4876033,0.4090909,0.34710744,0.32231405,0.24793388,0.19008264,0.18595041,0.20661157,0.21900827,0.2768595,0.3181818,0.3140496,0.29338843,0.30991736,0.4214876,0.45454547,0.5206612,0.58264464,0.59917355,0.6570248,0.6322314,0.62396693,0.60330576,0.59504133,0.59504133,0.5785124,0.5371901,0.5206612,0.5082645,0.45041323,0.4090909,0.3264463,0.29752067,0.30991736,0.30578512,0.2520661,0.18181819,0.18595041,0.17355372,0.18181819,0.2768595,0.3553719,0.38429752,0.43801653,0.47107437,0.5247934,0.56198347,0.59090906,0.607438,0.59090906,0.58677685,0.5785124,0.5785124,0.58264464,0.36363637,0.38429752,0.54545456,0.56198347,0.57438016,0.58264464,0.59917355,0.60330576,0.61570245,0.53305787,0.41322315,0.3181818,0.40082645,0.5206612,0.20247933,0.15289256,0.16528925,0.23140496,0.14049587,0.2520661,0.30165288,0.3305785,0.36363637,0.338843,0.35950413,0.37190083,0.47107437,0.55785125,0.5495868,0.62396693,0.6404959,0.6363636,0.62396693,0.60330576,0.59090906,0.5661157,0.53305787,0.53305787,0.4752066,0.38016528,0.3305785,0.3264463,0.34710744,0.30991736,0.2603306,0.17768595,0.12809917,0.27272728,0.1570248,0.11983471,0.3140496,0.45041323,0.40082645,0.35123968,0.45041323,0.5165289,0.5661157,0.5785124,0.61157024,0.59917355,0.59504133,0.59917355,0.59917355,0.59090906,0.47107437,0.4214876,0.5371901,0.5661157,0.59090906,0.59917355,0.60330576,0.60330576,0.58264464,0.46280992,0.3429752,0.38842976,0.57024795,0.5661157,0.19421488,0.22727273,0.12809917,0.21487603,0.14049587,0.29752067,0.35950413,0.30165288,0.3140496,0.3264463,0.37190083,0.40495867,0.3966942,0.45867768,0.5123967,0.60330576,0.6363636,0.6446281,0.6446281,0.6322314,0.59917355,0.54545456,0.5165289,0.5082645,0.45867768,0.38842976,0.38429752,0.3429752,0.338843,0.28099173,0.34710744,0.21487603,0.14876033,0.15289256,0.16528925,0.2644628,0.37190083,0.59090906,0.4876033,0.3264463,0.38429752,0.47933885,0.54545456,0.57438016,0.60330576,0.62396693,0.607438,0.6198347,0.60330576,0.59090906,0.5371901,0.49586776,0.5371901,0.5785124,0.59090906,0.6280992,0.60330576,0.61570245,0.57024795,0.4752066,0.39256197,0.35123968,0.5041322,0.59090906,0.30991736,0.41322315,0.14876033,0.15289256,0.20247933,0.34710744,0.40082645,0.3305785,0.3677686,0.3264463,0.28099173,0.37190083,0.5247934,0.47933885,0.5082645,0.58677685,0.6322314,0.6487603,0.6570248,0.6528926,0.60330576,0.5371901,0.49173555,0.47107437,0.49173555,0.44214877,0.37603307,0.37190083,0.3305785,0.32231405,0.4090909,0.30165288,0.18595041,0.17768595,0.19008264,0.3181818,0.5247934,0.553719,0.4338843,0.38016528,0.4214876,0.46694216,0.5206612,0.57438016,0.61157024,0.61570245,0.61157024,0.61157024,0.60330576,0.59504133,0.61570245,0.5413223,0.53305787,0.57024795,0.59090906,0.607438,0.61570245,0.60330576,0.553719,0.47933885,0.45454547,0.4090909,0.4090909,0.5123967,0.46694216,0.3966942,0.20661157,0.22727273,0.28512397,0.35950413,0.338843,0.30578512,0.29338843,0.28512397,0.30165288,0.3429752,0.46280992,0.5371901,0.49173555,0.57438016,0.62396693,0.6528926,0.677686,0.661157,0.59917355,0.53305787,0.46280992,0.5,0.5247934,0.41735536,0.32231405,0.30578512,0.29752067,0.3140496,0.3677686,0.3553719,0.2644628,0.23553719,0.2520661,0.36363637,0.5123967,0.4214876,0.446281,0.45041323,0.4752066,0.5247934,0.53305787,0.57438016,0.61157024,0.61157024,0.62396693,0.607438,0.61157024,0.59917355,0.6363636,0.5289256,0.5413223,0.57024795,0.58677685,0.59504133,0.607438,0.58264464,0.54545456,0.5165289,0.5123967,0.49173555,0.45867768,0.45867768,0.49586776,0.41322315,0.34710744,0.338843,0.34710744,0.35123968,0.3429752,0.36363637,0.3553719,0.35950413,0.35950413,0.338843,0.40495867,0.44214877,0.46280992,0.56198347,0.61570245,0.6446281,0.6818182,0.69008267,0.61570245,0.5413223,0.45041323,0.45867768,0.49173555,0.40495867,0.36363637,0.34710744,0.33471075,0.338843,0.3429752,0.35123968,0.32231405,0.338843,0.35950413,0.40495867,0.45867768,0.4876033,0.49586776,0.5123967,0.5289256,0.55785125,0.57438016,0.59504133,0.61570245,0.607438,0.6198347,0.60330576,0.6198347,0.59917355,0.59090906,0.49586776,0.5371901,0.58264464,0.59090906,0.59917355,0.59917355,0.59504133,0.57438016,0.56198347,0.5495868,0.5289256,0.5371901,0.59090906,0.58264464,0.5041322,0.45867768,0.42975205,0.38429752,0.38429752,0.38842976,0.38842976,0.38842976,0.38842976,0.38429752,0.37190083,0.40082645,0.4214876,0.49173555,0.553719,0.60330576,0.6404959,0.677686,0.6983471,0.61570245,0.5413223,0.45041323,0.41735536,0.45867768,0.4090909,0.3553719,0.37190083,0.37190083,0.38016528,0.38429752,0.40495867,0.38429752,0.40495867,0.43801653,0.46694216,0.54545456,0.6198347,0.5661157,0.5413223,0.55785125,0.5785124,0.59090906,0.60330576,0.61157024,0.59917355,0.61157024,0.61157024,0.61570245,0.59504133,0.5413223,0.48347107,0.5371901,0.57024795,0.58264464,0.59090906,0.59917355,0.59090906,0.58264464,0.58677685,0.5785124,0.553719,0.5785124,0.6528926,0.677686,0.59917355,0.5289256,0.48347107,0.45867768,0.42975205,0.4214876,0.4214876,0.42975205,0.40082645,0.3677686,0.3966942,0.43801653,0.4752066,0.5495868,0.55785125,0.59090906,0.6322314,0.6859504,0.6818182,0.58677685,0.5413223,0.4752066,0.41735536,0.43801653,0.4214876,0.37190083,0.38842976,0.3966942,0.41735536,0.4338843,0.45041323,0.45867768,0.47933885,0.49586776,0.5495868,0.60330576,0.60330576,0.58677685,0.55785125,0.59090906,0.59504133,0.60330576,0.61157024,0.6198347,0.59917355,0.60330576,0.61570245,0.58677685,0.58264464,0.4752066,0.45867768,0.5247934,0.57024795,0.57438016,0.58264464,0.59090906,0.58677685,0.58264464,0.58677685,0.59917355,0.58677685,0.59090906,0.6280992,0.6570248,0.6322314,0.553719,0.5082645,0.47933885,0.45867768,0.45041323,0.45041323,0.446281,0.4214876,0.41735536,0.45454547,0.5247934,0.53305787,0.56198347,0.5495868,0.57024795,0.6198347,0.69008267,0.6694215,0.5785124,0.553719,0.49586776,0.47107437,0.446281,0.446281,0.41735536,0.40495867,0.41735536,0.44214877,0.46694216,0.45867768,0.4876033,0.5123967,0.5247934,0.56198347,0.59504133,0.59090906,0.59090906,0.59090906,0.60330576,0.607438,0.60330576,0.6198347,0.62396693,0.61570245,0.61157024,0.607438,0.59917355,0.5661157,0.45867768,0.44214877,0.5206612,0.56198347,0.5661157,0.57024795,0.59090906,0.58677685,0.58264464,0.58677685,0.59917355,0.59917355,0.59917355,0.59917355,0.60330576,0.5785124,0.5289256,0.5123967,0.49173555,0.4752066,0.46280992,0.45454547,0.45867768,0.46280992,0.4876033,0.5371901,0.5661157,0.57024795,0.55785125,0.54545456,0.56198347,0.59504133,0.6528926,0.6528926,0.59090906,0.553719,0.5206612,0.5165289,0.49173555,0.48347107,0.47107437,0.45454547,0.4338843,0.446281,0.47107437,0.49586776,0.5041322,0.5123967,0.5247934,0.55785125,0.5785124,0.60330576,0.607438,0.60330576,0.607438,0.61570245,0.61570245,0.6280992,0.62396693,0.62396693,0.62396693,0.59917355,0.59504133,0.55785125,0.44214877,0.45454547,0.5123967,0.553719,0.5661157,0.57438016,0.59504133,0.59504133,0.58264464,0.59090906,0.5785124,0.59917355,0.59090906,0.5785124,0.58264464,0.55785125,0.5413223,0.5247934,0.4876033,0.47933885,0.47107437,0.46280992,0.49173555,0.5247934,0.553719,0.58264464,0.5785124,0.5785124,0.553719,0.5495868,0.55785125,0.58264464,0.6404959,0.6570248,0.58677685,0.5495868,0.53305787,0.553719,0.5413223,0.5289256,0.5206612,0.49586776,0.46280992,0.45041323,0.4752066,0.48347107,0.5,0.5247934,0.5371901,0.57438016,0.59090906,0.62396693,0.6198347,0.60330576,0.61157024,0.61157024,0.61157024,0.62396693,0.6363636,0.62396693,0.61570245,0.58264464,0.58264464,0.553719,0.4338843,0.47933885,0.5206612,0.5413223,0.57024795,0.58677685,0.60330576,0.60330576,0.59917355,0.59090906,0.59090906,0.58264464,0.59504133,0.57438016,0.5785124,0.55785125,0.5413223,0.53305787,0.5082645,0.5,0.49173555,0.5,0.5413223,0.57438016,0.58264464,0.59917355,0.59090906,0.5785124,0.553719,0.5495868,0.54545456,0.57438016,0.6280992,0.661157,0.60330576,0.5495868,0.5413223,0.55785125,0.56198347,0.56198347,0.54545456,0.5413223,0.5165289,0.5,0.49173555,0.49173555,0.49173555,0.5165289,0.53305787,0.57024795,0.59504133,0.61570245,0.6280992,0.61157024,0.6280992,0.6198347,0.61570245,0.6322314,0.6322314,0.6404959,0.6198347,0.59504133,0.57024795,0.553719,0.45041323,0.49586776,0.5371901,0.5247934,0.5661157,0.59917355,0.61157024,0.61570245,0.61570245,0.61157024,0.60330576,0.59917355,0.59090906,0.58677685,0.59090906,0.57024795,0.5413223,0.5371901,0.5206612,0.5165289,0.5289256,0.5413223,0.58264464,0.607438,0.60330576,0.60330576,0.59917355,0.58264464,0.56198347,0.5413223,0.553719,0.57438016,0.6322314,0.661157,0.62396693,0.5661157,0.54545456,0.55785125,0.553719,0.58264464,0.56198347,0.5661157,0.5495868,0.54545456,0.53305787,0.5206612,0.5041322,0.5206612,0.54545456,0.57024795,0.59090906,0.59917355,0.61157024,0.61570245,0.61570245,0.61570245,0.61157024,0.6363636,0.6528926,0.6363636,0.61570245,0.58677685,0.56198347,0.5495868,0.47933885,0.45041323,0.5289256,0.5206612,0.553719,0.60330576,0.6363636,0.6446281,0.6280992,0.6322314,0.60330576,0.60330576,0.60330576,0.59090906,0.59504133,0.5785124,0.55785125,0.5495868,0.53305787,0.53305787,0.56198347,0.55785125,0.58264464,0.60330576,0.59504133,0.59917355,0.60330576,0.58264464,0.5661157,0.5371901,0.5661157,0.57438016,0.6363636,0.6570248,0.6363636,0.5785124,0.56198347,0.553719,0.553719,0.59504133,0.57024795,0.56198347,0.56198347,0.56198347,0.55785125,0.54545456,0.5371901,0.5289256,0.553719,0.5661157,0.58264464,0.58677685,0.607438,0.6280992,0.62396693,0.61157024,0.6487603,0.6652893,0.6735537,0.6404959,0.61570245,0.58264464,0.553719,0.54545456,0.553719,0.46694216,0.47107437,0.5371901,0.5371901,0.59090906,0.62396693,0.6528926,0.6487603,0.6487603,0.6198347,0.6198347,0.607438,0.58677685,0.59504133,0.57438016,0.5661157,0.553719,0.553719,0.57024795,0.57024795,0.56198347,0.5785124,0.57438016,0.57438016,0.59504133,0.59917355,0.5785124,0.55785125,0.54545456,0.56198347,0.59917355,0.6446281,0.6570248,0.6280992,0.59504133,0.57438016,0.5661157,0.5785124,0.59090906,0.59090906,0.5661157,0.57024795,0.57438016,0.57024795,0.5661157,0.55785125,0.553719,0.55785125,0.57024795,0.59090906,0.607438,0.61570245,0.6198347,0.62396693,0.6446281,0.661157,0.6652893,0.6487603,0.6487603,0.6198347,0.59090906,0.56198347,0.53305787,0.59917355,0.5165289,0.45454547,0.53305787,0.53305787,0.58264464,0.607438,0.6363636,0.6487603,0.661157,0.6363636,0.6404959,0.61157024,0.61570245,0.59504133,0.57438016,0.5785124,0.57024795,0.5661157,0.5785124,0.5785124,0.58264464,0.5785124,0.5785124,0.57438016,0.59917355,0.59504133,0.5661157,0.55785125,0.553719,0.57438016,0.607438,0.6487603,0.661157,0.6404959,0.607438,0.57438016,0.57438016,0.56198347,0.59090906,0.60330576,0.59504133,0.59504133,0.59917355,0.59090906,0.59090906,0.59917355,0.58677685,0.59504133,0.61157024,0.607438,0.6198347,0.6198347,0.6446281,0.6363636,0.6446281,0.6487603,0.6570248,0.6322314,0.6363636,0.6198347,0.59917355,0.56198347,0.54545456,0.61157024,0.59090906,0.5,0.5371901,0.5206612,0.57438016,0.61157024,0.6322314,0.6528926,0.6652893,0.6570248,0.6446281,0.6198347,0.6280992,0.59504133,0.5785124,0.57024795,0.58264464,0.60330576,0.59504133,0.59090906,0.59504133,0.58264464,0.5785124,0.59917355,0.59917355,0.57438016,0.553719,0.56198347,0.56198347,0.58677685,0.60330576,0.62396693,0.62396693,0.6280992,0.62396693,0.59917355,0.58677685,0.56198347,0.57438016,0.60330576,0.6198347,0.6198347,0.6198347,0.61157024,0.6198347,0.6280992,0.61570245,0.62396693,0.6198347,0.62396693,0.6487603,0.6363636,0.6446281,0.6446281,0.6487603,0.6446281,0.6528926,0.62396693,0.6198347,0.61157024,0.59090906,0.57024795,0.56198347,0.6280992,0.661157,0.6198347,0.56198347,0.5206612,0.55785125,0.61570245,0.6363636,0.6652893,0.6652893,0.661157,0.6570248,0.6446281,0.6363636,0.60330576,0.59504133,0.59917355,0.59504133,0.59917355,0.59917355,0.58264464,0.59090906,0.59504133,0.58677685,0.62396693,0.59504133,0.54545456,0.5495868,0.5661157,0.5661157,0.60330576,0.6198347,0.62396693,0.62396693,0.6363636,0.6446281,0.607438,0.58264464,0.57438016,0.57024795,0.57438016,0.62396693,0.6446281,0.6404959,0.6446281,0.6404959,0.6363636,0.6322314,0.6446281,0.6528926,0.6404959,0.6570248,0.661157,0.6322314,0.6280992,0.6528926,0.6487603,0.6487603,0.6322314,0.6198347,0.58677685,0.59504133,0.5661157,0.56198347,0.61157024,0.6652893,0.677686,0.59917355,0.53305787,0.5413223,0.59917355,0.6446281,0.661157,0.6652893,0.661157,0.6652893,0.6363636,0.6528926,0.62396693,0.61157024,0.59917355,0.59090906,0.59090906,0.59504133,0.58264464,0.59090906,0.59090906,0.61157024,0.61157024,0.57438016,0.5495868,0.5495868,0.5661157,0.58677685,0.59917355,0.59917355,0.62396693,0.61570245,0.62396693,0.6446281,0.61157024,0.59090906,0.58264464,0.57438016,0.56198347,0.60330576,0.6528926,0.6322314,0.6487603,0.6652893,0.6528926,0.6487603,0.6528926,0.6487603,0.661157,0.6694215,0.6818182,0.6487603,0.6322314,0.6528926,0.6570248,0.661157,0.6404959,0.6487603,0.58677685,0.59504133,0.5661157,0.5661157,0.607438,0.6363636,0.6363636,0.59917355,0.5413223,0.5371901,0.59090906,0.6570248,0.6570248,0.6570248,0.6570248,0.6694215,0.661157,0.6404959,0.61570245,0.62396693,0.60330576,0.59504133,0.59504133,0.607438,0.59917355,0.59917355,0.59090906,0.58677685,0.58677685,0.5661157,0.5661157,0.5661157,0.57024795,0.5785124,0.59917355,0.59504133,0.59917355,0.59917355,0.60330576,0.6198347,0.607438,0.59090906,0.59090906,0.57438016,0.5661157,0.5785124,0.6363636,0.6280992,0.6322314,0.6570248,0.6652893,0.6487603,0.6528926,0.6487603,0.661157,0.6694215,0.6818182,0.6528926,0.6280992,0.6446281,0.6570248,0.661157,0.6570248,0.6528926,0.60330576,0.59504133,0.56198347,0.5785124,0.59504133,0.61157024,0.607438,0.60330576,0.54545456,0.5247934,0.607438,0.6570248,0.661157,0.6694215,0.661157,0.661157,0.6528926,0.6322314,0.61570245,0.6280992,0.61570245,0.61570245,0.61570245,0.6198347,0.607438,0.58264464,0.57024795,0.57438016,0.58677685,0.57438016,0.59917355,0.58264464,0.59917355,0.58677685,0.59504133,0.60330576,0.61157024,0.62396693,0.607438,0.607438,0.607438,0.59504133,0.59504133,0.57438016,0.55785125,0.5785124,0.62396693,0.61157024,0.61157024,0.6404959,0.6446281,0.6404959,0.661157,0.6528926,0.661157,0.6652893,0.677686,0.6446281,0.6363636,0.6528926,0.6528926,0.6528926,0.6694215,0.6487603,0.607438,0.59504133,0.553719,0.57024795,0.57438016,0.61157024,0.60330576,0.62396693,0.56198347,0.5206612,0.59090906,0.6446281,0.6528926,0.677686,0.677686,0.661157,0.6528926,0.6363636,0.6404959,0.6404959,0.6322314,0.6322314,0.6363636,0.6198347,0.60330576,0.55785125,0.553719,0.58677685,0.61157024,0.60330576,0.6198347,0.60330576,0.61157024,0.61157024,0.6198347,0.6198347,0.61570245,0.6487603,0.6280992,0.6198347,0.62396693,0.607438,0.58264464,0.57438016,0.57438016,0.58677685,0.61157024,0.58677685,0.57024795,0.62396693,0.6404959,0.6363636,0.6487603,0.6528926,0.6528926,0.6735537,0.677686,0.6570248,0.6570248,0.6528926,0.6446281,0.6363636,0.6528926,0.6404959,0.61157024,0.59090906,0.56198347,0.56198347,0.35123968,0.5371901,0.60330576,0.6528926,0.60330576,0.5165289,0.5785124,0.6404959,0.6446281,0.6570248,0.6735537,0.6735537,0.661157,0.6487603,0.6570248,0.6487603,0.6404959,0.6487603,0.6652893,0.6322314,0.58264464,0.54545456,0.54545456,0.5661157,0.60330576,0.6735537,0.6363636,0.5661157,0.607438,0.6404959,0.6818182,0.6570248,0.61157024,0.6280992,0.607438,0.70247936,0.6322314,0.58677685,0.58264464,0.59504133,0.59917355,0.5785124,0.59504133,0.57438016,0.5495868,0.58677685,0.61570245,0.62396693,0.6446281,0.661157,0.661157,0.6735537,0.677686,0.677686,0.6942149,0.6735537,0.661157,0.6528926,0.6528926,0.6446281,0.61570245,0.5785124,0.5661157,0.56198347,0.17355372,0.23966943,0.4090909,0.59090906,0.61157024,0.5289256,0.56198347,0.6322314,0.6528926,0.6570248,0.6818182,0.6818182,0.6735537,0.6652893,0.661157,0.6735537,0.661157,0.6735537,0.6694215,0.61157024,0.5661157,0.5371901,0.54545456,0.57024795,0.58264464,0.661157,0.607438,0.4090909,0.4752066,0.59917355,0.6818182,0.69008267,0.6446281,0.6363636,0.62396693,0.6983471,0.59090906,0.5123967,0.43801653,0.607438,0.6446281,0.5785124,0.59090906,0.58264464,0.56198347,0.5785124,0.5785124,0.61157024,0.6404959,0.6487603,0.6570248,0.6735537,0.69008267,0.677686,0.6942149,0.6983471,0.6652893,0.6570248,0.6487603,0.6363636,0.6198347,0.57438016,0.5785124,0.58264464,0.16528925,0.17355372,0.17355372,0.21487603,0.33471075,0.47933885,0.56198347,0.6322314,0.6528926,0.6694215,0.69008267,0.6983471,0.6859504,0.6818182,0.677686,0.6942149,0.6818182,0.6818182,0.6694215,0.61157024,0.56198347,0.553719,0.5661157,0.58677685,0.56198347,0.59504133,0.5495868,0.5082645,0.45041323,0.5247934,0.6322314,0.6859504,0.6818182,0.677686,0.6818182,0.6198347,0.5289256,0.41735536,0.4214876,0.5247934,0.59917355,0.58264464,0.59917355,0.607438,0.59917355,0.57438016,0.57438016,0.59504133,0.61157024,0.6363636,0.6528926,0.6652893,0.6983471,0.69008267,0.69008267,0.70247936,0.6818182,0.661157,0.6446281,0.6322314,0.6198347,0.57024795,0.57438016,0.59504133,0.18181819,0.18181819,0.17768595,0.1694215,0.18181819,0.39256197,0.553719,0.62396693,0.6735537,0.6735537,0.69008267,0.6859504,0.6818182,0.6942149,0.6942149,0.6983471,0.6859504,0.69008267,0.6322314,0.59504133,0.57438016,0.57438016,0.5785124,0.5785124,0.5661157,0.5661157,0.5123967,0.55785125,0.54545456,0.553719,0.59504133,0.6735537,0.6942149,0.70247936,0.69008267,0.57438016,0.5082645,0.5082645,0.5289256,0.5041322,0.54545456,0.57438016,0.59090906,0.60330576,0.6322314,0.59504133,0.57438016,0.59504133,0.59917355,0.61570245,0.6446281,0.6652893,0.6983471,0.7066116,0.70247936,0.6859504,0.6818182,0.6652893,0.6446281,0.6363636,0.61570245,0.58264464,0.58677685,0.57438016,0.17355372,0.18181819,0.17768595,0.17768595,0.17355372,0.3264463,0.5495868,0.60330576,0.677686,0.6818182,0.677686,0.6983471,0.7107438,0.7231405,0.71487606,0.7107438,0.6942149,0.6735537,0.59917355,0.59504133,0.59504133,0.59504133,0.59504133,0.58264464,0.56198347,0.57024795,0.5247934,0.5206612,0.5495868,0.5785124,0.6322314,0.6487603,0.677686,0.677686,0.6528926,0.553719,0.5,0.5289256,0.5123967,0.5123967,0.55785125,0.58264464,0.58264464,0.60330576,0.6363636,0.6322314,0.607438,0.58677685,0.61157024,0.6198347,0.6446281,0.6694215,0.70247936,0.7107438,0.7231405,0.6859504,0.6818182,0.6735537,0.6487603,0.6446281,0.61157024,0.59504133,0.58264464,0.57024795,0.18181819,0.19008264,0.16528925,0.18595041,0.16528925,0.25619835,0.5247934,0.58264464,0.6528926,0.69008267,0.677686,0.71487606,0.7355372,0.73140496,0.71900827,0.7066116,0.6818182,0.6446281,0.60330576,0.61157024,0.60330576,0.59917355,0.59917355,0.5785124,0.5495868,0.56198347,0.5206612,0.5,0.5,0.57438016,0.61570245,0.62396693,0.60330576,0.6198347,0.62396693,0.5785124,0.49586776,0.5,0.5,0.5,0.55785125,0.58677685,0.59504133,0.61570245,0.6198347,0.6404959,0.607438,0.607438,0.60330576,0.607438,0.6404959,0.677686,0.70247936,0.7066116,0.7107438,0.6859504,0.6859504,0.6735537,0.6528926,0.6322314,0.60330576,0.59917355,0.59917355,0.58677685,0.17768595,0.17355372,0.18595041,0.17768595,0.1694215,0.2107438,0.4752066,0.57438016,0.6404959,0.6859504,0.6983471,0.7107438,0.71487606,0.7355372,0.74380165,0.72727275,0.6859504,0.6363636,0.62396693,0.62396693,0.61570245,0.60330576,0.59917355,0.57438016,0.5371901,0.5413223,0.5206612,0.49173555,0.47933885,0.54545456,0.59917355,0.607438,0.54545456,0.5661157,0.61157024,0.58677685,0.49586776,0.49173555,0.4752066,0.4752066,0.553719,0.58264464,0.5785124,0.59504133,0.60330576,0.6280992,0.6280992,0.62396693,0.607438,0.6280992,0.6322314,0.6652893,0.6983471,0.6983471,0.70247936,0.6818182,0.6818182,0.6694215,0.6404959,0.6280992,0.61570245,0.60330576,0.607438,0.59917355,0.18181819,0.17768595,0.18181819,0.17768595,0.17768595,0.18181819,0.41735536,0.57438016,0.6198347,0.6818182,0.69008267,0.71487606,0.7066116,0.73966944,0.74793386,0.7231405,0.6942149,0.6528926,0.6487603,0.6446281,0.61157024,0.607438,0.59090906,0.57438016,0.5495868,0.553719,0.5206612,0.49173555,0.48347107,0.5289256,0.57024795,0.58264464,0.49173555,0.5289256,0.59090906,0.57024795,0.5,0.48347107,0.46280992,0.4876033,0.53305787,0.56198347,0.56198347,0.57438016,0.59917355,0.6198347,0.6322314,0.62396693,0.61570245,0.6570248,0.6363636,0.6487603,0.677686,0.69008267,0.6942149,0.677686,0.677686,0.6570248,0.6363636,0.62396693,0.6198347,0.61157024,0.61570245,0.61157024,0.17768595,0.18181819,0.18181819,0.17768595,0.17355372,0.17355372,0.32231405,0.58677685,0.59917355,0.6570248,0.6942149,0.7107438,0.70247936,0.73140496,0.75206614,0.72727275,0.6983471,0.6735537,0.661157,0.6487603,0.6198347,0.59917355,0.59917355,0.58677685,0.553719,0.5495868,0.53305787,0.5413223,0.5123967,0.5371901,0.553719,0.5413223,0.45454547,0.45867768,0.53305787,0.5371901,0.49173555,0.47933885,0.47933885,0.5041322,0.53305787,0.54545456,0.56198347,0.56198347,0.60330576,0.607438,0.61570245,0.59917355,0.61570245,0.6404959,0.6528926,0.6404959,0.6735537,0.6942149,0.6983471,0.6735537,0.6694215,0.6404959,0.6528926,0.6322314,0.62396693,0.61157024,0.61570245,0.61570245,0.1694215,0.18181819,0.17768595,0.18595041,0.1694215,0.18595041,0.21487603,0.57438016,0.59090906,0.6363636,0.677686,0.71900827,0.70247936,0.72727275,0.75619835,0.74380165,0.6942149,0.6694215,0.661157,0.661157,0.6528926,0.6280992,0.61570245,0.61570245,0.58677685,0.57024795,0.55785125,0.57024795,0.5661157,0.57024795,0.58677685,0.553719,0.47107437,0.45041323,0.5165289,0.54545456,0.5123967,0.49586776,0.5082645,0.5082645,0.56198347,0.5413223,0.5289256,0.57024795,0.607438,0.61570245,0.6198347,0.59504133,0.62396693,0.6363636,0.6404959,0.6570248,0.661157,0.6942149,0.6983471,0.677686,0.6570248,0.6487603,0.6528926,0.62396693,0.62396693,0.607438,0.61570245,0.59504133,0.1694215,0.18181819,0.17768595,0.17768595,0.18181819,0.18181819,0.17355372,0.5165289,0.59917355,0.62396693,0.6694215,0.71487606,0.7107438,0.72727275,0.7231405,0.7355372,0.70247936,0.69008267,0.6735537,0.661157,0.661157,0.6694215,0.677686,0.6446281,0.6487603,0.62396693,0.61157024,0.607438,0.60330576,0.58677685,0.59090906,0.59090906,0.5785124,0.5661157,0.58677685,0.5785124,0.58264464,0.57438016,0.56198347,0.5661157,0.5785124,0.5495868,0.5289256,0.5785124,0.607438,0.59917355,0.61157024,0.60330576,0.6280992,0.6446281,0.6280992,0.6404959,0.661157,0.677686,0.6818182,0.677686,0.6652893,0.6570248,0.6404959,0.6322314,0.6198347,0.61157024,0.62396693,0.5495868,0.17355372,0.17768595,0.17768595,0.17768595,0.18595041,0.18595041,0.1570248,0.3677686,0.60330576,0.61570245,0.6652893,0.70247936,0.7066116,0.71900827,0.7066116,0.72727275,0.6818182,0.6859504,0.6818182,0.6694215,0.6570248,0.6570248,0.6694215,0.6198347,0.61570245,0.59917355,0.59504133,0.59090906,0.5785124,0.55785125,0.5495868,0.5413223,0.58264464,0.56198347,0.553719,0.553719,0.553719,0.553719,0.5371901,0.5495868,0.5289256,0.5082645,0.4876033,0.5082645,0.5082645,0.5165289,0.5413223,0.55785125,0.61570245,0.6404959,0.6363636,0.6446281,0.6694215,0.69008267,0.6859504,0.6818182,0.6694215,0.661157,0.6446281,0.6404959,0.607438,0.607438,0.60330576,0.47107437,0.17355372,0.19008264,0.17768595,0.17768595,0.18595041,0.17355372,0.18181819,0.19421488,0.59090906,0.607438,0.6528926,0.70247936,0.70247936,0.7066116,0.7107438,0.7231405,0.677686,0.69008267,0.6859504,0.61157024,0.553719,0.5247934,0.5082645,0.43801653,0.45454547,0.45867768,0.48347107,0.47933885,0.45041323,0.42561984,0.42561984,0.43801653,0.47933885,0.48347107,0.46280992,0.45867768,0.46280992,0.46280992,0.44214877,0.42975205,0.40495867,0.38429752,0.40495867,0.37603307,0.35950413,0.3966942,0.42561984,0.45041323,0.57438016,0.6322314,0.6280992,0.661157,0.6694215,0.6818182,0.6859504,0.6818182,0.661157,0.6570248,0.6570248,0.6322314,0.607438,0.60330576,0.58264464,0.3966942,0.19008264,0.18595041,0.17768595,0.18181819,0.18595041,0.18181819,0.2107438,0.1322314,0.4876033,0.61570245,0.6446281,0.6859504,0.6942149,0.7066116,0.7107438,0.6859504,0.6735537,0.6942149,0.6735537,0.553719,0.45041323,0.44214877,0.46694216,0.40082645,0.37603307,0.4214876,0.41735536,0.38842976,0.35123968,0.33471075,0.3140496,0.30165288,0.3181818,0.3264463,0.3181818,0.32231405,0.33471075,0.36363637,0.37190083,0.38016528,0.39256197,0.3966942,0.4214876,0.4090909,0.45041323,0.49173555,0.49173555,0.47107437,0.5413223,0.6280992,0.6404959,0.6694215,0.6694215,0.6735537,0.6859504,0.6735537,0.6528926,0.661157,0.6570248,0.6322314,0.6198347,0.60330576,0.55785125,0.28099173,0.19008264,0.18595041,0.18181819,0.18181819,0.17768595,0.18595041,0.1983471,0.16528925,0.27272728,0.61157024,0.6322314,0.6694215,0.6859504,0.6983471,0.7107438,0.71487606,0.6818182,0.677686,0.6528926,0.5413223,0.46280992,0.5041322,0.57438016,0.5661157,0.46694216,0.43801653,0.46280992,0.46694216,0.46694216,0.45041323,0.42975205,0.4214876,0.38016528,0.41322315,0.4090909,0.3966942,0.42975205,0.43801653,0.44214877,0.43801653,0.44214877,0.446281,0.4752066,0.54545456,0.57024795,0.5661157,0.5495868,0.5247934,0.56198347,0.61157024,0.6487603,0.6859504,0.661157,0.6528926,0.6694215,0.6652893,0.661157,0.6694215,0.6570248,0.6363636,0.61157024,0.6198347,0.46280992,0.1983471,0.19008264,0.19421488,0.19421488,0.18595041,0.17768595,0.18595041,0.19421488,0.18595041,0.1446281,0.5082645,0.6198347,0.6363636,0.6694215,0.677686,0.6983471,0.71900827,0.6983471,0.6694215,0.6446281,0.553719,0.49586776,0.53305787,0.59917355,0.6528926,0.6404959,0.5413223,0.5,0.5,0.5247934,0.5247934,0.5,0.47933885,0.43801653,0.46280992,0.45454547,0.45041323,0.46694216,0.46694216,0.4876033,0.49173555,0.53305787,0.5785124,0.6280992,0.6322314,0.6363636,0.60330576,0.58264464,0.5785124,0.5785124,0.58677685,0.6322314,0.6694215,0.6570248,0.6528926,0.6735537,0.6652893,0.6570248,0.677686,0.6487603,0.6363636,0.61570245,0.61157024,0.27272728,0.19421488,0.19421488,0.1983471,0.1983471,0.19008264,0.18181819,0.18595041,0.19008264,0.1694215,0.1570248,0.2603306,0.61570245,0.6404959,0.6818182,0.69008267,0.69008267,0.7107438,0.71487606,0.661157,0.62396693,0.5785124,0.5495868,0.57438016,0.61157024,0.6694215,0.69008267,0.70247936,0.661157,0.607438,0.58264464,0.55785125,0.53305787,0.5247934,0.5082645,0.49586776,0.48347107,0.5082645,0.5165289,0.53305787,0.57024795,0.59504133,0.6198347,0.6363636,0.661157,0.6570248,0.6280992,0.6363636,0.6280992,0.61157024,0.59090906,0.55785125,0.58677685,0.6570248,0.6487603,0.6487603,0.6652893,0.677686,0.6487603,0.6694215,0.6404959,0.6280992,0.59090906,0.553719,0.18595041,0.21487603,0.1983471,0.1983471,0.1983471,0.19008264,0.18181819,0.18181819,0.19008264,0.19008264,0.19421488,0.12396694,0.5371901,0.6363636,0.6735537,0.6859504,0.69008267,0.7066116,0.7107438,0.6652893,0.61570245,0.607438,0.607438,0.61570245,0.6280992,0.6487603,0.6735537,0.69008267,0.6818182,0.6859504,0.6694215,0.6570248,0.6322314,0.607438,0.59504133,0.58677685,0.59090906,0.61570245,0.61570245,0.61570245,0.6487603,0.6404959,0.6280992,0.6280992,0.6363636,0.6404959,0.6280992,0.6446281,0.6404959,0.6280992,0.59504133,0.55785125,0.56198347,0.6322314,0.6528926,0.661157,0.6528926,0.6694215,0.677686,0.6735537,0.6487603,0.6198347,0.57438016,0.5123967,0.2231405,0.21900827,0.20247933,0.19421488,0.1983471,0.1983471,0.18595041,0.18595041,0.18595041,0.18595041,0.19008264,0.12396694,0.34710744,0.6280992,0.6570248,0.6818182,0.677686,0.7107438,0.7107438,0.6570248,0.60330576,0.59917355,0.6322314,0.6446281,0.6487603,0.6570248,0.6859504,0.6735537,0.6735537,0.6818182,0.661157,0.6570248,0.6487603,0.6198347,0.60330576,0.59917355,0.61570245,0.6363636,0.6322314,0.6446281,0.661157,0.6280992,0.6280992,0.6363636,0.6446281,0.6322314,0.6198347,0.6404959,0.62396693,0.62396693,0.59504133,0.57024795,0.58264464,0.6198347,0.6404959,0.661157,0.6570248,0.6694215,0.6735537,0.661157,0.6404959,0.59504133,0.56198347,0.5,0.41322315,0.39256197,0.20247933,0.20661157,0.1983471,0.20247933,0.1983471,0.19008264,0.19421488,0.19008264,0.18595041,0.1694215,0.16528925,0.58677685,0.6404959,0.677686,0.6694215,0.6859504,0.7066116,0.6735537,0.6280992,0.5785124,0.6198347,0.6528926,0.6528926,0.6694215,0.6859504,0.6694215,0.6818182,0.69008267,0.6735537,0.6570248,0.6363636,0.59917355,0.57024795,0.553719,0.58264464,0.59917355,0.62396693,0.6404959,0.6487603,0.6280992,0.62396693,0.6363636,0.6363636,0.6280992,0.61157024,0.62396693,0.607438,0.59504133,0.60330576,0.58264464,0.6198347,0.6446281,0.6363636,0.6528926,0.6694215,0.6570248,0.6652893,0.6446281,0.62396693,0.57438016,0.58677685,0.47107437,0.42975205,0.5041322,0.20247933,0.20247933,0.20661157,0.20247933,0.1983471,0.19008264,0.19008264,0.18595041,0.18595041,0.18181819,0.10743801,0.45867768,0.6404959,0.6694215,0.6735537,0.6652893,0.6942149,0.677686,0.6404959,0.59504133,0.59504133,0.6404959,0.6446281,0.6487603,0.6570248,0.6652893,0.6735537,0.6735537,0.6404959,0.60330576,0.56198347,0.5123967,0.47933885,0.446281,0.46280992,0.4876033,0.5,0.56198347,0.5785124,0.5785124,0.607438,0.61570245,0.6280992,0.6198347,0.60330576,0.60330576,0.59090906,0.57438016,0.59917355,0.58677685,0.61157024,0.6363636,0.6528926,0.6446281,0.6570248,0.6570248,0.6446281,0.6404959,0.61157024,0.57438016,0.61570245,0.43801653,0.37190083,0.45041323,0.21487603,0.19421488,0.21487603,0.1983471,0.19421488,0.19421488,0.19421488,0.18595041,0.18595041,0.17768595,0.1446281,0.30578512,0.6322314,0.6570248,0.677686,0.6652893,0.6735537,0.6694215,0.6198347,0.61570245,0.59917355,0.62396693,0.6280992,0.6404959,0.6404959,0.6404959,0.6446281,0.62396693,0.61157024,0.56198347,0.5206612,0.48347107,0.47933885,0.46694216,0.47933885,0.48347107,0.5,0.5413223,0.54545456,0.56198347,0.59090906,0.59504133,0.607438,0.607438,0.60330576,0.59917355,0.58677685,0.60330576,0.5785124,0.61570245,0.60330576,0.6280992,0.6363636,0.6446281,0.6528926,0.6570248,0.6528926,0.6322314,0.59917355,0.59504133,0.6322314,0.4214876,0.41735536,0.41322315,0.20661157,0.20247933,0.19421488,0.20661157,0.19421488,0.19421488,0.19421488,0.18181819,0.18181819,0.17355372,0.16115703,0.18595041,0.61570245,0.6363636,0.6694215,0.6652893,0.6735537,0.6652893,0.6528926,0.6363636,0.59917355,0.61570245,0.61570245,0.62396693,0.6198347,0.61570245,0.61570245,0.607438,0.607438,0.60330576,0.58677685,0.553719,0.56198347,0.54545456,0.53305787,0.5289256,0.5495868,0.56198347,0.58264464,0.59090906,0.60330576,0.59917355,0.60330576,0.59917355,0.59090906,0.60330576,0.607438,0.59090906,0.58264464,0.607438,0.59504133,0.62396693,0.6363636,0.6404959,0.6446281,0.6528926,0.6528926,0.59917355,0.607438,0.6198347,0.6198347,0.4214876,0.42561984,0.48347107,0.1983471,0.20247933,0.1983471,0.20661157,0.19421488,0.19008264,0.18595041,0.18181819,0.17355372,0.1694215,0.17768595,0.08677686,0.59090906,0.6198347,0.6694215,0.6694215,0.6735537,0.6735537,0.677686,0.6528926,0.60330576,0.60330576,0.61570245,0.6198347,0.61157024,0.607438,0.607438,0.60330576,0.59917355,0.60330576,0.60330576,0.58677685,0.57438016,0.57438016,0.57024795,0.57438016,0.59090906,0.59090906,0.59090906,0.59090906,0.59504133,0.59917355,0.607438,0.607438,0.60330576,0.58264464,0.59090906,0.59917355,0.59504133,0.59090906,0.6198347,0.6198347,0.6363636,0.6322314,0.6487603,0.6446281,0.607438,0.59090906,0.62396693,0.6322314,0.61157024,0.45454547,0.41735536,0.47933885,0.19421488,0.20247933,0.19421488,0.20247933,0.19008264,0.19008264,0.18595041,0.17355372,0.1694215,0.17355372,0.16528925,0.11983471,0.4338843,0.6487603,0.6446281,0.6694215,0.677686,0.6694215,0.6570248,0.6446281,0.6280992,0.6198347,0.62396693,0.61570245,0.607438,0.607438,0.6198347,0.607438,0.61157024,0.59090906,0.58264464,0.59504133,0.57024795,0.59504133,0.59090906,0.59917355,0.59504133,0.60330576,0.59917355,0.59504133,0.59090906,0.59504133,0.60330576,0.59090906,0.59504133,0.58677685,0.59504133,0.60330576,0.6280992,0.58264464,0.607438,0.61157024,0.6363636,0.6446281,0.6487603,0.6363636,0.58677685,0.60330576,0.6280992,0.6487603,0.6198347,0.45867768,0.46280992,0.5289256,0.1983471,0.1983471,0.18181819,0.19421488,0.18181819,0.19421488,0.18595041,0.17355372,0.16115703,0.16115703,0.1694215,0.1322314,0.45867768,0.61570245,0.6404959,0.661157,0.677686,0.677686,0.6570248,0.6404959,0.6487603,0.6363636,0.6280992,0.6198347,0.59090906,0.59090906,0.62396693,0.61570245,0.62396693,0.60330576,0.59504133,0.59090906,0.59917355,0.61157024,0.607438,0.61157024,0.59504133,0.59917355,0.59917355,0.60330576,0.61157024,0.60330576,0.61570245,0.59504133,0.59504133,0.5785124,0.59917355,0.59090906,0.60330576,0.60330576,0.59917355,0.60330576,0.62396693,0.6363636,0.6363636,0.61570245,0.61157024,0.6363636,0.6570248,0.6528926,0.6198347,0.44214877,0.43801653,0.47107437,0.19421488,0.19008264,0.19008264,0.18595041,0.18595041,0.19008264,0.17355372,0.1694215,0.1694215,0.16115703,0.13636364,0.23140496,0.6322314,0.56198347,0.6363636,0.6528926,0.6652893,0.6859504,0.6735537,0.6446281,0.6322314,0.6322314,0.61157024,0.607438,0.6363636,0.61157024,0.60330576,0.607438,0.61157024,0.607438,0.61570245,0.607438,0.6198347,0.62396693,0.60330576,0.60330576,0.59917355,0.58677685,0.59917355,0.60330576,0.59917355,0.607438,0.62396693,0.59504133,0.58677685,0.59090906,0.59504133,0.60330576,0.59090906,0.607438,0.60330576,0.607438,0.62396693,0.6322314,0.6198347,0.60330576,0.62396693,0.6280992,0.6528926,0.6404959,0.6280992,0.45867768,0.446281,0.446281,23 +0.2231405,0.30165288,0.39256197,0.45867768,0.5,0.5123967,0.5165289,0.5041322,0.53305787,0.53305787,0.53305787,0.5165289,0.5289256,0.5247934,0.53305787,0.5371901,0.5495868,0.54545456,0.5495868,0.5371901,0.5413223,0.54545456,0.5413223,0.553719,0.55785125,0.55785125,0.57438016,0.57438016,0.5661157,0.553719,0.56198347,0.5495868,0.54545456,0.5495868,0.553719,0.5661157,0.58677685,0.5785124,0.59090906,0.58264464,0.5661157,0.55785125,0.5495868,0.5495868,0.55785125,0.5661157,0.5785124,0.5785124,0.59504133,0.59917355,0.59917355,0.57438016,0.57438016,0.5661157,0.54545456,0.54545456,0.5371901,0.5247934,0.5247934,0.54545456,0.5,0.38429752,0.26859504,0.2107438,0.21487603,0.35950413,0.42561984,0.47933885,0.5123967,0.5123967,0.5041322,0.5165289,0.53305787,0.5413223,0.5413223,0.5206612,0.53305787,0.53305787,0.5371901,0.5495868,0.553719,0.5495868,0.56198347,0.5371901,0.5495868,0.553719,0.5413223,0.55785125,0.5785124,0.57438016,0.5785124,0.5785124,0.59090906,0.5785124,0.57438016,0.57024795,0.55785125,0.553719,0.5785124,0.58264464,0.59504133,0.607438,0.59917355,0.59504133,0.57024795,0.5661157,0.56198347,0.55785125,0.55785125,0.5785124,0.58677685,0.58264464,0.59917355,0.59917355,0.58677685,0.57024795,0.57024795,0.57024795,0.5495868,0.5413223,0.54545456,0.5371901,0.53305787,0.553719,0.53305787,0.446281,0.30991736,0.23553719,0.25619835,0.40082645,0.45867768,0.5123967,0.5206612,0.5165289,0.5123967,0.5206612,0.5289256,0.5413223,0.53305787,0.5123967,0.5165289,0.5289256,0.53305787,0.54545456,0.553719,0.5495868,0.553719,0.5495868,0.553719,0.5495868,0.5371901,0.553719,0.5785124,0.58264464,0.58264464,0.58264464,0.59090906,0.58677685,0.58264464,0.58264464,0.57024795,0.5661157,0.58677685,0.60330576,0.60330576,0.61570245,0.60330576,0.59504133,0.5785124,0.5785124,0.58264464,0.57024795,0.56198347,0.58677685,0.59090906,0.5785124,0.607438,0.59504133,0.5661157,0.553719,0.54545456,0.56198347,0.55785125,0.53305787,0.5413223,0.5371901,0.53305787,0.5495868,0.5495868,0.49586776,0.37190083,0.24380165,0.32231405,0.446281,0.47107437,0.5206612,0.5247934,0.5206612,0.5165289,0.5165289,0.5289256,0.5206612,0.49586776,0.4876033,0.48347107,0.5123967,0.5247934,0.53305787,0.53305787,0.5289256,0.5247934,0.5289256,0.5289256,0.5371901,0.5247934,0.53305787,0.56198347,0.5785124,0.58264464,0.5785124,0.57438016,0.59504133,0.58264464,0.58264464,0.5785124,0.58264464,0.59504133,0.607438,0.59504133,0.60330576,0.607438,0.59090906,0.5785124,0.5785124,0.58677685,0.5785124,0.57438016,0.58677685,0.58264464,0.57024795,0.58264464,0.57024795,0.54545456,0.5247934,0.5041322,0.53305787,0.5413223,0.5123967,0.5289256,0.5413223,0.53305787,0.54545456,0.54545456,0.5206612,0.44214877,0.2768595,0.3553719,0.4752066,0.49173555,0.5289256,0.5289256,0.5165289,0.5082645,0.5082645,0.5165289,0.48347107,0.46280992,0.45041323,0.45454547,0.46280992,0.49173555,0.4876033,0.49173555,0.4876033,0.49173555,0.48347107,0.5041322,0.5165289,0.49586776,0.5123967,0.5413223,0.57024795,0.5785124,0.58677685,0.57438016,0.58264464,0.5785124,0.5785124,0.58264464,0.59090906,0.59090906,0.59917355,0.58677685,0.58264464,0.58677685,0.57438016,0.57024795,0.56198347,0.55785125,0.5495868,0.54545456,0.5495868,0.54545456,0.5289256,0.53305787,0.5206612,0.5206612,0.5082645,0.49173555,0.48347107,0.49173555,0.5,0.5082645,0.5247934,0.53305787,0.5413223,0.54545456,0.5289256,0.4876033,0.33471075,0.39256197,0.49173555,0.5165289,0.53305787,0.5206612,0.5082645,0.5,0.5,0.45867768,0.43801653,0.4338843,0.42561984,0.44214877,0.42975205,0.4214876,0.41735536,0.42975205,0.41735536,0.446281,0.42975205,0.45454547,0.5082645,0.48347107,0.5,0.5413223,0.5661157,0.57024795,0.58677685,0.5661157,0.57024795,0.56198347,0.57024795,0.57438016,0.58677685,0.59504133,0.58677685,0.58677685,0.57024795,0.55785125,0.54545456,0.5495868,0.5289256,0.5041322,0.4752066,0.47933885,0.47107437,0.48347107,0.45454547,0.46280992,0.47933885,0.49173555,0.48347107,0.47933885,0.47107437,0.46280992,0.48347107,0.4876033,0.5165289,0.53305787,0.5371901,0.54545456,0.53305787,0.5123967,0.3966942,0.40082645,0.5,0.5206612,0.53305787,0.5206612,0.5082645,0.4876033,0.47107437,0.42975205,0.41735536,0.41735536,0.40495867,0.4214876,0.41322315,0.38016528,0.35950413,0.3677686,0.3677686,0.38842976,0.38429752,0.42561984,0.5041322,0.5041322,0.5165289,0.56198347,0.57438016,0.57024795,0.5785124,0.57438016,0.5495868,0.54545456,0.56198347,0.55785125,0.58264464,0.59504133,0.58264464,0.58677685,0.58264464,0.55785125,0.53305787,0.5247934,0.49586776,0.45041323,0.4090909,0.39256197,0.3966942,0.3966942,0.38429752,0.3966942,0.446281,0.46694216,0.47107437,0.46280992,0.47933885,0.46280992,0.46280992,0.47933885,0.49173555,0.5206612,0.5371901,0.54545456,0.5371901,0.5247934,0.45867768,0.4090909,0.5082645,0.5247934,0.5289256,0.5206612,0.48347107,0.45454547,0.43801653,0.4214876,0.4214876,0.40082645,0.40082645,0.4090909,0.41322315,0.38842976,0.3677686,0.3677686,0.3553719,0.37603307,0.38429752,0.4338843,0.5082645,0.5495868,0.553719,0.59917355,0.607438,0.58677685,0.59090906,0.58264464,0.5413223,0.56198347,0.55785125,0.5371901,0.57024795,0.5785124,0.59504133,0.58264464,0.60330576,0.57024795,0.5247934,0.5206612,0.47933885,0.4338843,0.39256197,0.35950413,0.35123968,0.35123968,0.3429752,0.3264463,0.39256197,0.4338843,0.45454547,0.45867768,0.45867768,0.45041323,0.46280992,0.48347107,0.46694216,0.49173555,0.5289256,0.5413223,0.54545456,0.5247934,0.5,0.40082645,0.5123967,0.5371901,0.5289256,0.5,0.46694216,0.44214877,0.42561984,0.42561984,0.43801653,0.44214877,0.42561984,0.42975205,0.42975205,0.4214876,0.4090909,0.41322315,0.40495867,0.40082645,0.42561984,0.47107437,0.53305787,0.57024795,0.5785124,0.6198347,0.62396693,0.607438,0.62396693,0.60330576,0.55785125,0.58677685,0.5661157,0.5495868,0.57024795,0.5785124,0.607438,0.58677685,0.607438,0.5661157,0.5371901,0.5289256,0.49586776,0.46694216,0.44214877,0.40495867,0.39256197,0.40082645,0.3966942,0.35950413,0.4090909,0.43801653,0.45867768,0.48347107,0.46280992,0.45041323,0.47107437,0.46694216,0.47107437,0.47107437,0.5082645,0.53305787,0.553719,0.5371901,0.5082645,0.38429752,0.5165289,0.53305787,0.5165289,0.48347107,0.46280992,0.44214877,0.45041323,0.45454547,0.47107437,0.5082645,0.5082645,0.49586776,0.47107437,0.46694216,0.45454547,0.45041323,0.45041323,0.42561984,0.446281,0.46694216,0.5041322,0.553719,0.57438016,0.61157024,0.6280992,0.6198347,0.6363636,0.6446281,0.58677685,0.59917355,0.57024795,0.57024795,0.59504133,0.59917355,0.61157024,0.58677685,0.59090906,0.5371901,0.553719,0.5413223,0.5165289,0.49586776,0.4876033,0.47107437,0.46694216,0.4752066,0.46694216,0.43801653,0.46694216,0.4752066,0.5,0.5289256,0.5289256,0.5123967,0.5123967,0.4876033,0.49586776,0.47107437,0.5,0.5206612,0.54545456,0.5413223,0.5206612,0.38429752,0.5165289,0.5413223,0.5206612,0.47107437,0.4752066,0.4752066,0.49586776,0.5041322,0.5165289,0.553719,0.55785125,0.5413223,0.5082645,0.4876033,0.45041323,0.42561984,0.40495867,0.38842976,0.41322315,0.41322315,0.42975205,0.48347107,0.5495868,0.5785124,0.61157024,0.607438,0.6404959,0.6652893,0.6198347,0.62396693,0.57024795,0.59504133,0.61157024,0.61570245,0.59504133,0.57438016,0.553719,0.53305787,0.5495868,0.5371901,0.5041322,0.46280992,0.45867768,0.46694216,0.46694216,0.4752066,0.4752066,0.48347107,0.49173555,0.5041322,0.5289256,0.57024795,0.5785124,0.56198347,0.553719,0.5289256,0.5123967,0.47933885,0.49586776,0.53305787,0.5413223,0.54545456,0.53305787,0.38016528,0.5247934,0.5371901,0.5289256,0.49586776,0.49586776,0.5206612,0.53305787,0.5413223,0.55785125,0.58677685,0.57438016,0.5289256,0.4752066,0.4214876,0.38842976,0.338843,0.29752067,0.27272728,0.30165288,0.29752067,0.32231405,0.3966942,0.49173555,0.5206612,0.58264464,0.61570245,0.61570245,0.6487603,0.6404959,0.6322314,0.59917355,0.61157024,0.62396693,0.62396693,0.58677685,0.54545456,0.5206612,0.5371901,0.5206612,0.5123967,0.4752066,0.40082645,0.36363637,0.37190083,0.37190083,0.37603307,0.40082645,0.43801653,0.45454547,0.48347107,0.53305787,0.57438016,0.59504133,0.5785124,0.56198347,0.56198347,0.5371901,0.5,0.4876033,0.5206612,0.5371901,0.5495868,0.5371901,0.37190083,0.5247934,0.5413223,0.5206612,0.5247934,0.5289256,0.54545456,0.553719,0.5661157,0.58677685,0.5661157,0.5123967,0.446281,0.40082645,0.35950413,0.36363637,0.338843,0.30165288,0.26859504,0.2603306,0.2603306,0.25619835,0.29338843,0.4214876,0.46280992,0.5165289,0.5785124,0.58677685,0.6280992,0.6404959,0.6280992,0.6446281,0.6322314,0.6280992,0.62396693,0.57438016,0.5247934,0.5206612,0.53305787,0.49586776,0.46280992,0.41322315,0.3305785,0.29338843,0.28512397,0.29752067,0.3181818,0.36363637,0.40082645,0.41735536,0.41322315,0.44214877,0.5165289,0.57024795,0.58264464,0.5661157,0.57024795,0.57024795,0.5413223,0.5206612,0.5206612,0.54545456,0.55785125,0.5495868,0.37190083,0.5289256,0.5413223,0.5206612,0.5413223,0.55785125,0.57024795,0.5785124,0.59917355,0.5661157,0.47933885,0.44214877,0.38842976,0.32231405,0.24793388,0.23140496,0.2520661,0.2520661,0.2768595,0.30165288,0.2892562,0.2644628,0.2768595,0.36363637,0.4214876,0.45041323,0.54545456,0.5661157,0.59504133,0.6280992,0.6363636,0.6570248,0.6570248,0.6404959,0.61570245,0.5661157,0.5206612,0.5247934,0.5041322,0.45041323,0.4090909,0.338843,0.2892562,0.28512397,0.29338843,0.30578512,0.30578512,0.33471075,0.38429752,0.41322315,0.45041323,0.446281,0.4338843,0.47107437,0.5371901,0.56198347,0.56198347,0.59090906,0.5785124,0.55785125,0.5495868,0.5495868,0.55785125,0.55785125,0.37603307,0.5247934,0.5495868,0.53305787,0.56198347,0.58264464,0.59090906,0.60330576,0.59090906,0.49173555,0.4214876,0.33471075,0.40082645,0.38429752,0.13636364,0.14876033,0.20247933,0.13636364,0.18181819,0.28099173,0.3305785,0.30991736,0.30991736,0.3264463,0.37190083,0.38842976,0.49586776,0.5165289,0.5661157,0.6280992,0.6446281,0.6570248,0.6735537,0.6528926,0.61570245,0.55785125,0.5165289,0.5247934,0.45867768,0.40495867,0.338843,0.30991736,0.29752067,0.30165288,0.29752067,0.25619835,0.1983471,0.20661157,0.19008264,0.2231405,0.30991736,0.40082645,0.45041323,0.44214877,0.46280992,0.5371901,0.55785125,0.58677685,0.59504133,0.58677685,0.57024795,0.553719,0.56198347,0.55785125,0.36363637,0.5247934,0.5495868,0.5495868,0.5785124,0.59504133,0.607438,0.60330576,0.5413223,0.42561984,0.3181818,0.4214876,0.5785124,0.35123968,0.16115703,0.1570248,0.2644628,0.1446281,0.17355372,0.3140496,0.30165288,0.3181818,0.3181818,0.32231405,0.3677686,0.38016528,0.42561984,0.45041323,0.53305787,0.61570245,0.6322314,0.6487603,0.677686,0.6487603,0.61157024,0.5495868,0.49173555,0.5,0.42561984,0.35950413,0.3305785,0.3140496,0.3264463,0.30991736,0.27272728,0.18595041,0.11570248,0.27272728,0.15289256,0.12809917,0.23553719,0.36363637,0.40082645,0.4214876,0.45454547,0.5123967,0.55785125,0.58677685,0.60330576,0.59917355,0.5785124,0.56198347,0.5661157,0.5661157,0.35123968,0.5289256,0.5495868,0.57024795,0.59090906,0.59090906,0.607438,0.58264464,0.47933885,0.37603307,0.3264463,0.4752066,0.62396693,0.338843,0.34710744,0.16528925,0.1446281,0.15289256,0.20661157,0.3553719,0.3264463,0.338843,0.30578512,0.28512397,0.3264463,0.41322315,0.42975205,0.446281,0.5165289,0.59917355,0.61157024,0.6404959,0.677686,0.6528926,0.59917355,0.5371901,0.46280992,0.43801653,0.4338843,0.40495867,0.36363637,0.3181818,0.338843,0.28512397,0.3553719,0.22727273,0.1322314,0.1983471,0.1570248,0.20661157,0.25619835,0.5247934,0.42975205,0.33471075,0.4214876,0.5,0.553719,0.58264464,0.60330576,0.61570245,0.58264464,0.57438016,0.57024795,0.57024795,0.3264463,0.5165289,0.54545456,0.5661157,0.607438,0.59917355,0.61157024,0.5785124,0.48347107,0.42561984,0.37190083,0.40082645,0.54545456,0.44214877,0.5413223,0.24380165,0.1570248,0.18595041,0.2603306,0.35950413,0.3305785,0.37190083,0.30578512,0.28512397,0.30991736,0.38016528,0.47933885,0.48347107,0.5041322,0.58677685,0.60330576,0.6198347,0.6859504,0.6446281,0.59090906,0.5206612,0.4338843,0.45041323,0.46694216,0.39256197,0.3429752,0.30165288,0.3264463,0.3305785,0.4090909,0.29338843,0.18181819,0.16115703,0.16528925,0.30991736,0.38016528,0.54545456,0.45041323,0.35950413,0.3966942,0.46280992,0.53305787,0.5785124,0.59090906,0.6280992,0.59917355,0.59504133,0.58264464,0.58264464,0.35123968,0.5371901,0.5661157,0.5785124,0.607438,0.607438,0.59504133,0.54545456,0.4876033,0.46694216,0.45454547,0.4214876,0.42975205,0.49586776,0.45867768,0.30165288,0.25619835,0.28099173,0.3264463,0.35950413,0.3553719,0.35950413,0.3429752,0.3305785,0.34710744,0.37190083,0.446281,0.4752066,0.5,0.5661157,0.58264464,0.61570245,0.661157,0.6446281,0.57438016,0.5247934,0.4338843,0.4752066,0.46280992,0.37190083,0.32231405,0.2892562,0.3140496,0.3305785,0.37190083,0.3429752,0.24793388,0.22727273,0.20661157,0.3553719,0.48347107,0.49173555,0.43801653,0.41735536,0.43801653,0.46694216,0.5123967,0.57438016,0.58677685,0.6280992,0.61570245,0.61157024,0.59504133,0.58677685,0.3677686,0.5413223,0.55785125,0.5785124,0.58264464,0.59090906,0.57024795,0.5371901,0.5247934,0.5165289,0.5082645,0.4876033,0.4752066,0.5041322,0.47107437,0.4214876,0.38842976,0.37603307,0.37190083,0.38016528,0.38429752,0.39256197,0.39256197,0.38842976,0.3966942,0.41322315,0.44214877,0.47107437,0.5289256,0.55785125,0.57438016,0.62396693,0.6694215,0.6363636,0.5495868,0.5289256,0.446281,0.43801653,0.4338843,0.38842976,0.3553719,0.35123968,0.3553719,0.35123968,0.3677686,0.3553719,0.3305785,0.33471075,0.3305785,0.41322315,0.4876033,0.47933885,0.46280992,0.4752066,0.5041322,0.5247934,0.53305787,0.57024795,0.59504133,0.61157024,0.61157024,0.607438,0.59504133,0.59090906,0.45867768,0.53305787,0.553719,0.5785124,0.58264464,0.58264464,0.57024795,0.55785125,0.55785125,0.5495868,0.5247934,0.53305787,0.5661157,0.59504133,0.5289256,0.49586776,0.45454547,0.42975205,0.41735536,0.41322315,0.4090909,0.42975205,0.4338843,0.4214876,0.42561984,0.46280992,0.49173555,0.5082645,0.5371901,0.5413223,0.56198347,0.6404959,0.6942149,0.6280992,0.5371901,0.5247934,0.47933885,0.4338843,0.42975205,0.3966942,0.37190083,0.3966942,0.40495867,0.40082645,0.41322315,0.40495867,0.39256197,0.41322315,0.42561984,0.45867768,0.5206612,0.553719,0.5206612,0.5165289,0.54545456,0.5661157,0.5785124,0.58677685,0.60330576,0.59504133,0.6280992,0.607438,0.60330576,0.59504133,0.5123967,0.53305787,0.5661157,0.5785124,0.58264464,0.5785124,0.5661157,0.5661157,0.57024795,0.57024795,0.5413223,0.5495868,0.58677685,0.62396693,0.5661157,0.5247934,0.4876033,0.46694216,0.45041323,0.45041323,0.45041323,0.46280992,0.46694216,0.446281,0.4752066,0.5206612,0.54545456,0.53305787,0.53305787,0.5371901,0.55785125,0.6322314,0.6942149,0.6363636,0.5289256,0.5289256,0.5123967,0.48347107,0.45041323,0.42561984,0.3966942,0.42561984,0.42975205,0.446281,0.45041323,0.45867768,0.46280992,0.46694216,0.4876033,0.5123967,0.5785124,0.59090906,0.553719,0.5371901,0.57438016,0.59090906,0.59504133,0.59917355,0.60330576,0.59917355,0.607438,0.60330576,0.60330576,0.59504133,0.53305787,0.5371901,0.57024795,0.57024795,0.5785124,0.5661157,0.5661157,0.57024795,0.57438016,0.57438016,0.55785125,0.56198347,0.56198347,0.5785124,0.5495868,0.5247934,0.49586776,0.4752066,0.48347107,0.4752066,0.4752066,0.47933885,0.4876033,0.49173555,0.5413223,0.55785125,0.55785125,0.54545456,0.5289256,0.53305787,0.54545456,0.6322314,0.6859504,0.6487603,0.5289256,0.5247934,0.53305787,0.54545456,0.5165289,0.47933885,0.45454547,0.45041323,0.45867768,0.48347107,0.4752066,0.48347107,0.49586776,0.5041322,0.5165289,0.553719,0.5785124,0.56198347,0.553719,0.5661157,0.59917355,0.61157024,0.60330576,0.60330576,0.61157024,0.59090906,0.59090906,0.607438,0.60330576,0.59504133,0.5371901,0.53305787,0.56198347,0.55785125,0.5661157,0.5661157,0.56198347,0.5661157,0.57024795,0.57438016,0.5661157,0.56198347,0.5495868,0.55785125,0.5371901,0.5371901,0.5082645,0.49586776,0.5165289,0.5,0.49173555,0.49586776,0.5247934,0.53305787,0.5785124,0.57438016,0.56198347,0.5495868,0.53305787,0.53305787,0.5495868,0.6280992,0.677686,0.6652893,0.54545456,0.5247934,0.53305787,0.57438016,0.58677685,0.5661157,0.53305787,0.49173555,0.46694216,0.49173555,0.5165289,0.5123967,0.5206612,0.5165289,0.5247934,0.553719,0.55785125,0.57024795,0.59504133,0.59090906,0.61157024,0.6198347,0.61570245,0.61157024,0.61157024,0.607438,0.57024795,0.61157024,0.58677685,0.58264464,0.54545456,0.5206612,0.56198347,0.55785125,0.56198347,0.5785124,0.5661157,0.57024795,0.56198347,0.57024795,0.57438016,0.5661157,0.54545456,0.5495868,0.5495868,0.54545456,0.5371901,0.5123967,0.5247934,0.5123967,0.5041322,0.5289256,0.56198347,0.5661157,0.59917355,0.59090906,0.5661157,0.5495868,0.53305787,0.5371901,0.55785125,0.6198347,0.6694215,0.6818182,0.56198347,0.5371901,0.53305787,0.57438016,0.60330576,0.6198347,0.60330576,0.55785125,0.49586776,0.5,0.5206612,0.5413223,0.54545456,0.5413223,0.55785125,0.5785124,0.57438016,0.59917355,0.6280992,0.60330576,0.6198347,0.6198347,0.62396693,0.6198347,0.61570245,0.61570245,0.59090906,0.61157024,0.58677685,0.57024795,0.5123967,0.5247934,0.55785125,0.553719,0.5661157,0.5785124,0.57438016,0.5785124,0.5661157,0.57438016,0.5661157,0.5785124,0.57024795,0.57024795,0.55785125,0.5413223,0.5495868,0.5371901,0.53305787,0.53305787,0.54545456,0.57438016,0.59090906,0.59504133,0.59504133,0.60330576,0.57024795,0.553719,0.53305787,0.5413223,0.57024795,0.61157024,0.6735537,0.6859504,0.59090906,0.5495868,0.53305787,0.55785125,0.59090906,0.62396693,0.6322314,0.62396693,0.56198347,0.5371901,0.5289256,0.5371901,0.54545456,0.54545456,0.57024795,0.59090906,0.59090906,0.61157024,0.6404959,0.6322314,0.6280992,0.6198347,0.6280992,0.6280992,0.62396693,0.6198347,0.607438,0.58677685,0.59504133,0.5661157,0.46694216,0.5247934,0.553719,0.55785125,0.5785124,0.58677685,0.59504133,0.59090906,0.59504133,0.58677685,0.58264464,0.59504133,0.59090906,0.59090906,0.57438016,0.55785125,0.56198347,0.5495868,0.553719,0.57438016,0.58677685,0.59917355,0.61157024,0.59917355,0.59504133,0.59917355,0.57438016,0.54545456,0.5371901,0.54545456,0.5785124,0.61157024,0.6735537,0.6859504,0.6198347,0.5661157,0.5413223,0.553719,0.58264464,0.61570245,0.6280992,0.6363636,0.61157024,0.607438,0.5661157,0.5495868,0.5495868,0.553719,0.5785124,0.60330576,0.607438,0.6198347,0.6487603,0.6487603,0.6404959,0.6322314,0.6280992,0.6322314,0.6363636,0.6322314,0.61157024,0.57438016,0.5785124,0.56198347,0.45041323,0.5165289,0.553719,0.56198347,0.59090906,0.607438,0.61157024,0.61157024,0.61570245,0.59504133,0.59504133,0.59917355,0.59504133,0.59917355,0.59090906,0.58264464,0.5785124,0.57024795,0.58677685,0.60330576,0.607438,0.61157024,0.607438,0.59090906,0.59090906,0.59504133,0.57438016,0.53305787,0.54545456,0.5495868,0.57438016,0.62396693,0.6735537,0.6818182,0.6322314,0.5785124,0.56198347,0.553719,0.57024795,0.607438,0.6198347,0.6322314,0.6363636,0.6363636,0.61570245,0.59504133,0.57438016,0.5785124,0.59504133,0.61570245,0.61570245,0.6322314,0.6446281,0.6570248,0.6528926,0.6322314,0.6322314,0.6404959,0.6446281,0.6322314,0.61570245,0.5785124,0.5785124,0.54545456,0.45454547,0.5123967,0.5413223,0.5661157,0.59917355,0.6280992,0.6322314,0.62396693,0.6280992,0.59917355,0.607438,0.59917355,0.59504133,0.59917355,0.59090906,0.59504133,0.59090906,0.60330576,0.61570245,0.6198347,0.6280992,0.6198347,0.59504133,0.58677685,0.58677685,0.59090906,0.55785125,0.5371901,0.553719,0.56198347,0.59917355,0.6528926,0.6694215,0.6942149,0.6570248,0.59090906,0.57438016,0.56198347,0.5661157,0.59917355,0.61157024,0.62396693,0.6446281,0.6446281,0.6404959,0.6280992,0.61157024,0.60330576,0.607438,0.6198347,0.6280992,0.6363636,0.6528926,0.6487603,0.6570248,0.6404959,0.6528926,0.6652893,0.6652893,0.6404959,0.61157024,0.57438016,0.5785124,0.54545456,0.4876033,0.5041322,0.53305787,0.55785125,0.58677685,0.6198347,0.62396693,0.6363636,0.6446281,0.60330576,0.6198347,0.60330576,0.60330576,0.59917355,0.59090906,0.60330576,0.607438,0.6280992,0.6322314,0.6363636,0.6446281,0.6280992,0.60330576,0.59504133,0.59090906,0.58264464,0.5289256,0.55785125,0.5661157,0.58264464,0.6363636,0.69008267,0.6652893,0.69008267,0.6859504,0.607438,0.59090906,0.56198347,0.5661157,0.59090906,0.61157024,0.6322314,0.6446281,0.6694215,0.6528926,0.6528926,0.6487603,0.6363636,0.6404959,0.6487603,0.6487603,0.6446281,0.6652893,0.661157,0.6570248,0.6487603,0.6652893,0.661157,0.6528926,0.6446281,0.60330576,0.5785124,0.56198347,0.54545456,0.5413223,0.5165289,0.5247934,0.553719,0.58677685,0.607438,0.6198347,0.6404959,0.6487603,0.62396693,0.6280992,0.6198347,0.61570245,0.61157024,0.60330576,0.61157024,0.62396693,0.6404959,0.6528926,0.6363636,0.6404959,0.6280992,0.61157024,0.607438,0.59090906,0.56198347,0.53305787,0.56198347,0.57438016,0.58677685,0.6487603,0.6818182,0.6528926,0.6652893,0.677686,0.61570245,0.60330576,0.5661157,0.57024795,0.5785124,0.607438,0.6322314,0.6446281,0.677686,0.661157,0.6818182,0.6859504,0.661157,0.6652893,0.6694215,0.6652893,0.6652893,0.6570248,0.6735537,0.6528926,0.6404959,0.6570248,0.6487603,0.6404959,0.6404959,0.61157024,0.58677685,0.54545456,0.5371901,0.5785124,0.5247934,0.5289256,0.5413223,0.58677685,0.607438,0.62396693,0.6487603,0.6446281,0.6322314,0.6363636,0.6322314,0.6280992,0.6198347,0.61570245,0.6198347,0.6198347,0.6404959,0.6404959,0.62396693,0.6363636,0.61570245,0.61157024,0.607438,0.5785124,0.57438016,0.5495868,0.59504133,0.57438016,0.59090906,0.6363636,0.6446281,0.6322314,0.6322314,0.6487603,0.61570245,0.59504133,0.58264464,0.57024795,0.56198347,0.59090906,0.6322314,0.6446281,0.6735537,0.6652893,0.6983471,0.6859504,0.677686,0.6859504,0.6818182,0.677686,0.6818182,0.6652893,0.6652893,0.661157,0.6404959,0.6528926,0.6363636,0.6322314,0.62396693,0.61570245,0.59504133,0.56198347,0.5247934,0.5371901,0.5413223,0.5371901,0.5289256,0.5785124,0.61157024,0.6322314,0.6487603,0.6404959,0.6446281,0.6446281,0.6363636,0.6363636,0.62396693,0.62396693,0.61570245,0.61570245,0.6280992,0.61157024,0.62396693,0.6280992,0.61570245,0.59917355,0.58677685,0.57024795,0.59917355,0.56198347,0.607438,0.59917355,0.60330576,0.6198347,0.6198347,0.6280992,0.6280992,0.6322314,0.61570245,0.59504133,0.59090906,0.57438016,0.553719,0.5785124,0.6198347,0.6363636,0.6652893,0.6818182,0.69008267,0.6818182,0.6818182,0.69008267,0.6818182,0.6818182,0.6818182,0.6818182,0.6446281,0.6446281,0.6570248,0.6528926,0.6363636,0.62396693,0.607438,0.61157024,0.59090906,0.56198347,0.5165289,0.4214876,0.553719,0.5413223,0.5247934,0.5661157,0.607438,0.6322314,0.6446281,0.6363636,0.6404959,0.6404959,0.6404959,0.6363636,0.62396693,0.62396693,0.61570245,0.61570245,0.6280992,0.62396693,0.6280992,0.6198347,0.60330576,0.57438016,0.5661157,0.58264464,0.6198347,0.59504133,0.607438,0.6198347,0.6322314,0.6363636,0.61157024,0.6322314,0.6363636,0.6363636,0.61570245,0.59090906,0.58264464,0.5661157,0.56198347,0.57024795,0.607438,0.6322314,0.6404959,0.677686,0.6735537,0.69008267,0.6694215,0.677686,0.6694215,0.6859504,0.6942149,0.6942149,0.6570248,0.6280992,0.661157,0.6570248,0.6446281,0.6322314,0.607438,0.59504133,0.58264464,0.55785125,0.54545456,0.41735536,0.48347107,0.553719,0.5289256,0.56198347,0.61570245,0.6446281,0.6404959,0.6404959,0.6280992,0.6694215,0.6322314,0.6280992,0.62396693,0.6280992,0.61570245,0.62396693,0.6280992,0.6198347,0.62396693,0.59090906,0.57438016,0.55785125,0.57438016,0.6280992,0.6404959,0.5661157,0.57024795,0.6198347,0.661157,0.6735537,0.6198347,0.6280992,0.6322314,0.6487603,0.61157024,0.56198347,0.5661157,0.58264464,0.59090906,0.57024795,0.59090906,0.62396693,0.6280992,0.6528926,0.661157,0.6818182,0.661157,0.677686,0.6694215,0.677686,0.6859504,0.6859504,0.661157,0.6322314,0.6570248,0.6528926,0.6528926,0.6404959,0.6198347,0.59504133,0.5785124,0.56198347,0.5661157,0.47933885,0.38016528,0.5785124,0.5247934,0.5495868,0.62396693,0.6487603,0.6487603,0.6528926,0.6404959,0.6528926,0.6322314,0.6322314,0.6322314,0.6363636,0.6322314,0.6280992,0.6322314,0.61570245,0.60330576,0.57024795,0.5495868,0.5495868,0.58264464,0.6735537,0.6363636,0.42561984,0.4090909,0.5371901,0.6446281,0.6942149,0.6528926,0.6528926,0.6487603,0.6487603,0.5785124,0.48347107,0.41322315,0.61157024,0.6363636,0.5785124,0.58677685,0.607438,0.59917355,0.6322314,0.6487603,0.6652893,0.6487603,0.677686,0.6652893,0.6694215,0.677686,0.6694215,0.6487603,0.62396693,0.6570248,0.6487603,0.6570248,0.6528926,0.6404959,0.60330576,0.58264464,0.5661157,0.55785125,0.5661157,0.41735536,0.57024795,0.5289256,0.5413223,0.6198347,0.6363636,0.6446281,0.6528926,0.6487603,0.6570248,0.6363636,0.6363636,0.6446281,0.6322314,0.6322314,0.6280992,0.6322314,0.59917355,0.58264464,0.553719,0.5371901,0.54545456,0.57024795,0.6652893,0.607438,0.37190083,0.2520661,0.38429752,0.58677685,0.69008267,0.6859504,0.6818182,0.6818182,0.6198347,0.5041322,0.33471075,0.23966943,0.57024795,0.6818182,0.59917355,0.57438016,0.59917355,0.5785124,0.60330576,0.6404959,0.6570248,0.6446281,0.6735537,0.6694215,0.6652893,0.677686,0.6694215,0.6570248,0.6404959,0.661157,0.6404959,0.6487603,0.6528926,0.6363636,0.607438,0.58264464,0.5661157,0.553719,0.6446281,0.60330576,0.58677685,0.5206612,0.5495868,0.61570245,0.6322314,0.6322314,0.6404959,0.6570248,0.661157,0.6528926,0.6446281,0.6528926,0.6404959,0.6322314,0.6322314,0.61570245,0.59090906,0.5495868,0.5495868,0.54545456,0.56198347,0.54545456,0.58677685,0.5785124,0.5041322,0.40495867,0.4214876,0.5041322,0.6446281,0.6983471,0.6859504,0.6735537,0.5661157,0.45454547,0.338843,0.33471075,0.49173555,0.6446281,0.58677685,0.5661157,0.59504133,0.59090906,0.59504133,0.61157024,0.6322314,0.6404959,0.661157,0.6694215,0.6694215,0.6735537,0.6735537,0.677686,0.6694215,0.6570248,0.6404959,0.6404959,0.6322314,0.6322314,0.607438,0.57438016,0.56198347,0.57438016,0.677686,0.6859504,0.59917355,0.5247934,0.5289256,0.61157024,0.6363636,0.6322314,0.6487603,0.6735537,0.6570248,0.6694215,0.6487603,0.6528926,0.6570248,0.6446281,0.6363636,0.607438,0.5661157,0.55785125,0.5661157,0.56198347,0.58677685,0.56198347,0.5247934,0.5082645,0.57438016,0.553719,0.5495868,0.57438016,0.60330576,0.6859504,0.677686,0.6487603,0.5413223,0.5,0.4752066,0.5082645,0.47933885,0.55785125,0.5661157,0.58264464,0.607438,0.60330576,0.59504133,0.59917355,0.607438,0.6322314,0.661157,0.661157,0.6652893,0.6694215,0.677686,0.677686,0.677686,0.6694215,0.6446281,0.661157,0.6280992,0.6363636,0.61157024,0.58264464,0.55785125,0.56198347,0.6446281,0.6446281,0.59504133,0.5247934,0.5289256,0.59917355,0.6322314,0.6404959,0.661157,0.6818182,0.6528926,0.6694215,0.6652893,0.6528926,0.661157,0.6487603,0.62396693,0.59504133,0.57024795,0.5785124,0.58264464,0.57438016,0.5785124,0.56198347,0.54545456,0.49173555,0.5206612,0.54545456,0.57438016,0.6322314,0.6280992,0.6487603,0.6570248,0.6322314,0.55785125,0.5247934,0.5206612,0.5371901,0.48347107,0.5247934,0.57024795,0.59090906,0.607438,0.6198347,0.61157024,0.59917355,0.59917355,0.61570245,0.6363636,0.6487603,0.6570248,0.6652893,0.677686,0.677686,0.69008267,0.6859504,0.6570248,0.6570248,0.6404959,0.6363636,0.607438,0.58264464,0.56198347,0.55785125,0.607438,0.62396693,0.61157024,0.5289256,0.53305787,0.59504133,0.6487603,0.661157,0.6652893,0.6735537,0.6446281,0.6652893,0.6735537,0.6652893,0.661157,0.6446281,0.6198347,0.58677685,0.58677685,0.59090906,0.59090906,0.59504133,0.56198347,0.54545456,0.553719,0.5082645,0.47933885,0.5082645,0.553719,0.6198347,0.6280992,0.59504133,0.6198347,0.62396693,0.5785124,0.5082645,0.5,0.5041322,0.4876033,0.53305787,0.57438016,0.58264464,0.59090906,0.6198347,0.6322314,0.607438,0.607438,0.61157024,0.6198347,0.6322314,0.6528926,0.6652893,0.6818182,0.6818182,0.6818182,0.6942149,0.6735537,0.6487603,0.6363636,0.62396693,0.607438,0.58264464,0.56198347,0.55785125,0.59917355,0.61157024,0.6280992,0.5371901,0.5289256,0.5785124,0.6487603,0.6694215,0.661157,0.6735537,0.661157,0.6942149,0.6859504,0.6694215,0.6652893,0.6363636,0.61157024,0.59090906,0.60330576,0.59090906,0.60330576,0.59090906,0.56198347,0.5413223,0.54545456,0.5123967,0.47107437,0.4752066,0.53305787,0.58264464,0.61157024,0.553719,0.58264464,0.61157024,0.58264464,0.5,0.47933885,0.48347107,0.4752066,0.53305787,0.58264464,0.58677685,0.58677685,0.6198347,0.6446281,0.6198347,0.607438,0.607438,0.62396693,0.6322314,0.6404959,0.6652893,0.6859504,0.69008267,0.69008267,0.6859504,0.6735537,0.6487603,0.6487603,0.6280992,0.607438,0.58264464,0.5661157,0.56198347,0.607438,0.6280992,0.6570248,0.57024795,0.5289256,0.57024795,0.6446281,0.6694215,0.6694215,0.6818182,0.6942149,0.70247936,0.6818182,0.677686,0.661157,0.6322314,0.61157024,0.60330576,0.59917355,0.59917355,0.59917355,0.58264464,0.553719,0.53305787,0.53305787,0.5165289,0.48347107,0.46694216,0.5123967,0.553719,0.5785124,0.5082645,0.5247934,0.59090906,0.56198347,0.49586776,0.46280992,0.46694216,0.45867768,0.54545456,0.58264464,0.58677685,0.59504133,0.607438,0.62396693,0.6280992,0.61157024,0.607438,0.607438,0.62396693,0.6322314,0.6652893,0.6818182,0.70247936,0.70247936,0.677686,0.677686,0.6570248,0.6487603,0.6363636,0.60330576,0.58264464,0.5661157,0.57438016,0.5041322,0.61157024,0.6652893,0.61157024,0.5206612,0.5495868,0.6363636,0.6652893,0.677686,0.69008267,0.6942149,0.7066116,0.71487606,0.6983471,0.6735537,0.6363636,0.62396693,0.6198347,0.607438,0.60330576,0.59090906,0.5661157,0.5495868,0.53305787,0.5289256,0.5165289,0.5123967,0.49586776,0.5165289,0.53305787,0.5371901,0.45454547,0.4338843,0.5495868,0.5289256,0.48347107,0.45041323,0.45867768,0.4752066,0.5289256,0.57024795,0.57438016,0.57438016,0.59090906,0.61157024,0.6322314,0.6198347,0.61157024,0.61157024,0.61570245,0.61570245,0.6570248,0.6818182,0.6983471,0.6983471,0.677686,0.6859504,0.6652893,0.6446281,0.6404959,0.60330576,0.58264464,0.57024795,0.5785124,0.20247933,0.3305785,0.4752066,0.44214877,0.5371901,0.55785125,0.62396693,0.6694215,0.6859504,0.6942149,0.6818182,0.6983471,0.7231405,0.6983471,0.677686,0.6446281,0.6280992,0.6322314,0.61157024,0.59504133,0.58677685,0.55785125,0.55785125,0.5413223,0.5289256,0.5206612,0.5413223,0.5371901,0.53305787,0.5413223,0.5206612,0.41735536,0.3677686,0.4752066,0.5,0.4752066,0.46280992,0.4876033,0.5041322,0.5289256,0.5495868,0.56198347,0.553719,0.58264464,0.61157024,0.62396693,0.6280992,0.61570245,0.6322314,0.62396693,0.607438,0.6487603,0.6735537,0.6859504,0.69008267,0.677686,0.6818182,0.6694215,0.6446281,0.6322314,0.60330576,0.58264464,0.5785124,0.58264464,0.1694215,0.16528925,0.19421488,0.1322314,0.5495868,0.553719,0.60330576,0.6570248,0.6818182,0.6983471,0.6859504,0.6942149,0.7231405,0.6983471,0.6818182,0.6528926,0.6322314,0.6363636,0.62396693,0.59917355,0.59090906,0.57024795,0.58264464,0.553719,0.5495868,0.54545456,0.55785125,0.57024795,0.5661157,0.5785124,0.5495868,0.46694216,0.4214876,0.4876033,0.5247934,0.5041322,0.5041322,0.5165289,0.5247934,0.54545456,0.5371901,0.54545456,0.54545456,0.58264464,0.60330576,0.61157024,0.61570245,0.607438,0.6280992,0.6446281,0.6198347,0.6404959,0.6652893,0.6818182,0.69008267,0.677686,0.6735537,0.6528926,0.6404959,0.6198347,0.6198347,0.59504133,0.58677685,0.58264464,0.17355372,0.17768595,0.19008264,0.11157025,0.4876033,0.56198347,0.59504133,0.6404959,0.677686,0.6983471,0.6942149,0.70247936,0.7355372,0.71487606,0.6859504,0.6487603,0.6363636,0.6363636,0.6363636,0.62396693,0.62396693,0.59917355,0.61570245,0.59504133,0.59917355,0.59090906,0.58677685,0.59090906,0.5785124,0.57024795,0.57438016,0.55785125,0.5165289,0.5413223,0.54545456,0.5371901,0.5413223,0.54545456,0.5495868,0.56198347,0.553719,0.5165289,0.5413223,0.59090906,0.607438,0.61157024,0.59917355,0.607438,0.61570245,0.6363636,0.6487603,0.62396693,0.6694215,0.6859504,0.6942149,0.6735537,0.6652893,0.6404959,0.6528926,0.6198347,0.61570245,0.59504133,0.58677685,0.59917355,0.17355372,0.17768595,0.17355372,0.13636364,0.37190083,0.58264464,0.58264464,0.6280992,0.6652893,0.6942149,0.70247936,0.7066116,0.7231405,0.7107438,0.69008267,0.6570248,0.6446281,0.6404959,0.6363636,0.6404959,0.661157,0.6528926,0.6404959,0.6280992,0.607438,0.59090906,0.5785124,0.5661157,0.54545456,0.53305787,0.5371901,0.57024795,0.5371901,0.5371901,0.5371901,0.54545456,0.54545456,0.5413223,0.54545456,0.553719,0.553719,0.5041322,0.5413223,0.59504133,0.60330576,0.607438,0.59504133,0.60330576,0.62396693,0.6322314,0.6528926,0.6322314,0.6694215,0.69008267,0.6942149,0.6735537,0.6652893,0.6363636,0.6570248,0.6280992,0.61157024,0.60330576,0.59504133,0.607438,0.17768595,0.18181819,0.17768595,0.15289256,0.24380165,0.59090906,0.58264464,0.61570245,0.6570248,0.6942149,0.7107438,0.70247936,0.6983471,0.6983471,0.6735537,0.661157,0.661157,0.6404959,0.62396693,0.6280992,0.661157,0.6446281,0.58264464,0.56198347,0.5495868,0.553719,0.53305787,0.5123967,0.49586776,0.48347107,0.48347107,0.5,0.4876033,0.4752066,0.48347107,0.49586776,0.49586776,0.4876033,0.4876033,0.47107437,0.47933885,0.45867768,0.5041322,0.5371901,0.553719,0.56198347,0.5661157,0.5785124,0.6322314,0.6404959,0.61157024,0.6570248,0.6570248,0.677686,0.6859504,0.677686,0.6528926,0.6487603,0.6446281,0.6404959,0.60330576,0.61157024,0.59917355,0.59504133,0.17768595,0.18181819,0.17768595,0.17768595,0.1570248,0.58677685,0.59504133,0.61157024,0.6570248,0.69008267,0.70247936,0.6983471,0.6942149,0.6859504,0.661157,0.6487603,0.677686,0.6363636,0.57024795,0.5495868,0.55785125,0.49586776,0.43801653,0.45041323,0.446281,0.46694216,0.43801653,0.40495867,0.38429752,0.38429752,0.38016528,0.39256197,0.38842976,0.3677686,0.36363637,0.38016528,0.3966942,0.38842976,0.3966942,0.38016528,0.38016528,0.40082645,0.40495867,0.4090909,0.43801653,0.46280992,0.4876033,0.5165289,0.61157024,0.6198347,0.61570245,0.6652893,0.6694215,0.6735537,0.677686,0.677686,0.6570248,0.6528926,0.6322314,0.6363636,0.59917355,0.61157024,0.607438,0.5661157,0.17768595,0.18181819,0.18181819,0.18181819,0.11570248,0.53305787,0.60330576,0.61157024,0.6528926,0.6818182,0.6983471,0.6942149,0.69008267,0.6818182,0.6528926,0.6694215,0.6859504,0.61570245,0.49586776,0.44214877,0.42561984,0.38842976,0.35950413,0.39256197,0.41735536,0.41735536,0.40495867,0.38842976,0.37603307,0.37190083,0.36363637,0.3553719,0.36363637,0.338843,0.33471075,0.3553719,0.38429752,0.38429752,0.38429752,0.38016528,0.37190083,0.40495867,0.35950413,0.34710744,0.37190083,0.4090909,0.42975205,0.47107437,0.58264464,0.60330576,0.6446281,0.661157,0.6652893,0.6818182,0.69008267,0.6735537,0.661157,0.661157,0.6322314,0.6363636,0.59917355,0.60330576,0.6198347,0.53305787,0.17768595,0.17768595,0.17768595,0.18595041,0.11157025,0.40495867,0.61157024,0.60330576,0.6404959,0.677686,0.6942149,0.6942149,0.6983471,0.6859504,0.6446281,0.6652893,0.6694215,0.58264464,0.45454547,0.42561984,0.45454547,0.4752066,0.45041323,0.4338843,0.45867768,0.45867768,0.46280992,0.46694216,0.45867768,0.45041323,0.43801653,0.40082645,0.41735536,0.41322315,0.40495867,0.4338843,0.446281,0.45041323,0.45041323,0.446281,0.446281,0.45454547,0.46280992,0.47933885,0.49586776,0.49173555,0.47107437,0.4752066,0.55785125,0.60330576,0.6528926,0.6570248,0.6652893,0.69008267,0.69008267,0.6735537,0.6528926,0.661157,0.6363636,0.6322314,0.59917355,0.60330576,0.6198347,0.49586776,0.18181819,0.17768595,0.18181819,0.18181819,0.1570248,0.25619835,0.61157024,0.60330576,0.6280992,0.6735537,0.6818182,0.6859504,0.6942149,0.6942149,0.6652893,0.6570248,0.6487603,0.55785125,0.45867768,0.47107437,0.5371901,0.58677685,0.58677685,0.54545456,0.5289256,0.5123967,0.5123967,0.5123967,0.5,0.4876033,0.47107437,0.45454547,0.45041323,0.45867768,0.47107437,0.46694216,0.4752066,0.4876033,0.49173555,0.5123967,0.5289256,0.5495868,0.58264464,0.59917355,0.59090906,0.57024795,0.54545456,0.5289256,0.56198347,0.60330576,0.6570248,0.6694215,0.6528926,0.6818182,0.677686,0.661157,0.6446281,0.6570248,0.6487603,0.62396693,0.60330576,0.60330576,0.607438,0.45041323,0.17768595,0.18181819,0.18595041,0.18595041,0.19008264,0.13636364,0.553719,0.607438,0.62396693,0.6528926,0.6652893,0.677686,0.69008267,0.6942149,0.6818182,0.6528926,0.6198347,0.5495868,0.5041322,0.5247934,0.5785124,0.6280992,0.661157,0.6487603,0.6322314,0.61570245,0.59504133,0.58677685,0.56198347,0.5413223,0.5247934,0.5206612,0.5041322,0.49173555,0.5371901,0.5206612,0.5247934,0.55785125,0.57024795,0.58677685,0.607438,0.6404959,0.6404959,0.6363636,0.6280992,0.61570245,0.607438,0.58264464,0.57438016,0.607438,0.6528926,0.6570248,0.6446281,0.661157,0.6694215,0.661157,0.661157,0.6652893,0.6570248,0.61157024,0.61157024,0.59504133,0.58677685,0.3553719,0.17768595,0.17768595,0.17355372,0.17768595,0.18595041,0.11157025,0.40495867,0.61570245,0.61570245,0.6363636,0.6694215,0.6694215,0.6818182,0.69008267,0.6942149,0.6446281,0.58264464,0.5413223,0.553719,0.57438016,0.59504133,0.6280992,0.6528926,0.6694215,0.6818182,0.6942149,0.6652893,0.6528926,0.6322314,0.6280992,0.61157024,0.60330576,0.59504133,0.59090906,0.6198347,0.59917355,0.59917355,0.62396693,0.62396693,0.6198347,0.62396693,0.6446281,0.6487603,0.6322314,0.6280992,0.6280992,0.6280992,0.61157024,0.57438016,0.58677685,0.6487603,0.6570248,0.6528926,0.6652893,0.6735537,0.6570248,0.6694215,0.6652893,0.6528926,0.6322314,0.607438,0.60330576,0.55785125,0.25619835,0.17355372,0.18181819,0.17768595,0.17355372,0.18181819,0.15289256,0.22727273,0.60330576,0.607438,0.6280992,0.677686,0.677686,0.69008267,0.69008267,0.6942149,0.6404959,0.5661157,0.553719,0.5785124,0.60330576,0.60330576,0.6280992,0.6446281,0.6652893,0.6652893,0.69008267,0.6694215,0.6446281,0.6404959,0.6363636,0.607438,0.60330576,0.60330576,0.6198347,0.6404959,0.6280992,0.6198347,0.6363636,0.61570245,0.61570245,0.62396693,0.6322314,0.6404959,0.61570245,0.6322314,0.6322314,0.6363636,0.61157024,0.57024795,0.55785125,0.6363636,0.6570248,0.6487603,0.677686,0.6818182,0.6528926,0.6652893,0.661157,0.6363636,0.6363636,0.60330576,0.61157024,0.47107437,0.18595041,0.17768595,0.18181819,0.17355372,0.17768595,0.18595041,0.18181819,0.12396694,0.4876033,0.61157024,0.62396693,0.6735537,0.6818182,0.6859504,0.6942149,0.70247936,0.6322314,0.56198347,0.553719,0.59504133,0.6198347,0.61570245,0.6322314,0.661157,0.661157,0.6528926,0.6818182,0.6735537,0.6528926,0.6322314,0.6198347,0.58264464,0.57024795,0.55785125,0.59504133,0.6198347,0.61570245,0.61570245,0.6280992,0.607438,0.61570245,0.62396693,0.6363636,0.6322314,0.61157024,0.6363636,0.6322314,0.6322314,0.61157024,0.58264464,0.5661157,0.61570245,0.6570248,0.661157,0.677686,0.6570248,0.6652893,0.6652893,0.6570248,0.6404959,0.61570245,0.607438,0.61570245,0.29752067,0.19008264,0.18181819,0.17355372,0.17768595,0.17768595,0.18595041,0.19008264,0.14876033,0.27272728,0.60330576,0.62396693,0.6570248,0.677686,0.6735537,0.69008267,0.71487606,0.6570248,0.59090906,0.57024795,0.60330576,0.6280992,0.6280992,0.6487603,0.661157,0.6528926,0.6487603,0.6735537,0.6652893,0.6363636,0.61157024,0.58264464,0.54545456,0.5247934,0.5041322,0.5413223,0.5495868,0.57024795,0.5785124,0.59504133,0.59504133,0.61157024,0.62396693,0.6322314,0.6280992,0.60330576,0.6280992,0.6280992,0.60330576,0.607438,0.58677685,0.59090906,0.6280992,0.6528926,0.6694215,0.6652893,0.6570248,0.6735537,0.6694215,0.6528926,0.6280992,0.61570245,0.60330576,0.47933885,0.18181819,0.20247933,0.18595041,0.17355372,0.17768595,0.17355372,0.18595041,0.18595041,0.18595041,0.1446281,0.5,0.6322314,0.6528926,0.677686,0.6818182,0.6735537,0.7107438,0.677686,0.6363636,0.58677685,0.58677685,0.62396693,0.6322314,0.6404959,0.6404959,0.6487603,0.6363636,0.6570248,0.6363636,0.607438,0.5785124,0.5413223,0.5165289,0.49173555,0.49173555,0.5082645,0.5123967,0.5289256,0.56198347,0.57024795,0.5785124,0.60330576,0.61570245,0.6280992,0.6198347,0.59917355,0.6198347,0.61157024,0.59504133,0.607438,0.59090906,0.6198347,0.6528926,0.6487603,0.6487603,0.6652893,0.6652893,0.6694215,0.6735537,0.6528926,0.6280992,0.61157024,0.58264464,0.2768595,0.19008264,0.20247933,0.19008264,0.18595041,0.17768595,0.17768595,0.18181819,0.18181819,0.18181819,0.1694215,0.25619835,0.61570245,0.6363636,0.6694215,0.6818182,0.6735537,0.6818182,0.69008267,0.6446281,0.59917355,0.59504133,0.61157024,0.6198347,0.6363636,0.6280992,0.6280992,0.6198347,0.6322314,0.607438,0.59917355,0.58677685,0.54545456,0.5495868,0.553719,0.55785125,0.57024795,0.57438016,0.5785124,0.59504133,0.59504133,0.59090906,0.59917355,0.607438,0.61570245,0.61157024,0.59504133,0.61157024,0.59090906,0.5785124,0.59090906,0.59917355,0.6198347,0.6528926,0.6528926,0.6487603,0.6735537,0.6652893,0.6652893,0.661157,0.6404959,0.61570245,0.61157024,0.46280992,0.19008264,0.20247933,0.20247933,0.1983471,0.19008264,0.18181819,0.17768595,0.18181819,0.17768595,0.18181819,0.19008264,0.11983471,0.48347107,0.6404959,0.6652893,0.6818182,0.677686,0.6694215,0.677686,0.6363636,0.61570245,0.59090906,0.62396693,0.607438,0.6198347,0.61157024,0.60330576,0.60330576,0.59917355,0.59090906,0.59090906,0.59917355,0.57438016,0.58264464,0.59917355,0.59917355,0.60330576,0.6280992,0.6404959,0.6198347,0.61570245,0.6198347,0.60330576,0.607438,0.61157024,0.607438,0.60330576,0.59917355,0.60330576,0.59090906,0.59504133,0.61570245,0.61157024,0.6487603,0.6528926,0.6446281,0.661157,0.6570248,0.6570248,0.6446281,0.6322314,0.60330576,0.61157024,0.37190083,0.19421488,0.20247933,0.20247933,0.1983471,0.18595041,0.19008264,0.18181819,0.18595041,0.19008264,0.18181819,0.17768595,0.1570248,0.18181819,0.62396693,0.6652893,0.6735537,0.6694215,0.677686,0.6735537,0.6735537,0.6404959,0.59504133,0.607438,0.607438,0.61570245,0.607438,0.59090906,0.59504133,0.58677685,0.58264464,0.58264464,0.59917355,0.58264464,0.59090906,0.59917355,0.59917355,0.607438,0.6280992,0.6446281,0.6322314,0.61570245,0.6198347,0.60330576,0.60330576,0.60330576,0.607438,0.58677685,0.59504133,0.61157024,0.59504133,0.59917355,0.61157024,0.607438,0.6446281,0.6446281,0.6528926,0.661157,0.6570248,0.6528926,0.6363636,0.6280992,0.58677685,0.61157024,0.35123968,0.19008264,0.21900827,0.1983471,0.18595041,0.19421488,0.17768595,0.18595041,0.18595041,0.18595041,0.18595041,0.17768595,0.18181819,0.11570248,0.42975205,0.6652893,0.6694215,0.6694215,0.677686,0.6735537,0.6942149,0.6528926,0.61157024,0.60330576,0.61570245,0.61157024,0.59917355,0.58677685,0.59917355,0.58677685,0.59090906,0.59090906,0.58264464,0.58264464,0.59504133,0.59917355,0.60330576,0.62396693,0.6322314,0.61157024,0.6570248,0.61570245,0.61157024,0.60330576,0.59917355,0.59504133,0.59504133,0.59090906,0.58264464,0.59917355,0.61157024,0.59917355,0.607438,0.62396693,0.6322314,0.6404959,0.6528926,0.6487603,0.6570248,0.6528926,0.6363636,0.607438,0.57024795,0.61570245,0.338843,0.18595041,0.21487603,0.20247933,0.19421488,0.19421488,0.19008264,0.1983471,0.18181819,0.18595041,0.18181819,0.17355372,0.17355372,0.16115703,0.23553719,0.6528926,0.6652893,0.6694215,0.6735537,0.6694215,0.6694215,0.6570248,0.6280992,0.62396693,0.6198347,0.61157024,0.59090906,0.58677685,0.59917355,0.59090906,0.59504133,0.59504133,0.58264464,0.58677685,0.59917355,0.61157024,0.61570245,0.62396693,0.61570245,0.607438,0.6404959,0.61157024,0.61570245,0.61157024,0.60330576,0.60330576,0.58677685,0.59504133,0.59090906,0.58677685,0.61570245,0.61570245,0.61157024,0.6280992,0.62396693,0.6363636,0.6446281,0.6404959,0.6528926,0.6570248,0.62396693,0.58677685,0.57438016,0.607438,0.45867768,0.35123968,0.2520661,0.20247933,23 +0.56198347,0.56198347,0.553719,0.55785125,0.5661157,0.57024795,0.57024795,0.553719,0.553719,0.53305787,0.55785125,0.553719,0.5661157,0.56198347,0.5661157,0.57438016,0.58264464,0.56198347,0.57438016,0.58264464,0.55785125,0.5495868,0.55785125,0.57024795,0.5661157,0.57024795,0.57438016,0.57024795,0.57024795,0.57024795,0.58677685,0.58264464,0.5661157,0.5661157,0.57024795,0.5785124,0.5785124,0.5785124,0.58677685,0.5785124,0.58264464,0.57024795,0.5661157,0.57438016,0.57438016,0.57024795,0.57438016,0.58264464,0.57024795,0.57438016,0.58264464,0.57024795,0.55785125,0.54545456,0.5289256,0.5206612,0.5206612,0.5247934,0.5289256,0.5123967,0.553719,0.553719,0.553719,0.55785125,0.55785125,0.55785125,0.54545456,0.5495868,0.55785125,0.5661157,0.553719,0.5206612,0.5206612,0.5082645,0.5289256,0.5371901,0.5495868,0.55785125,0.55785125,0.56198347,0.57024795,0.553719,0.5661157,0.57024795,0.56198347,0.55785125,0.553719,0.57438016,0.58677685,0.5785124,0.57438016,0.57024795,0.57024795,0.5661157,0.5661157,0.57024795,0.5661157,0.5661157,0.57438016,0.5785124,0.58264464,0.58264464,0.58677685,0.5785124,0.58264464,0.5785124,0.57024795,0.58264464,0.58677685,0.58677685,0.5785124,0.58677685,0.57024795,0.553719,0.5661157,0.57024795,0.5371901,0.54545456,0.5289256,0.5165289,0.49586776,0.5,0.5082645,0.49173555,0.5247934,0.553719,0.54545456,0.553719,0.56198347,0.5413223,0.5371901,0.5413223,0.54545456,0.53305787,0.5165289,0.48347107,0.47933885,0.4752066,0.49173555,0.5082645,0.5247934,0.53305787,0.53305787,0.5371901,0.5413223,0.5371901,0.5495868,0.5495868,0.5413223,0.54545456,0.553719,0.57438016,0.58677685,0.58677685,0.5785124,0.5661157,0.56198347,0.56198347,0.54545456,0.55785125,0.553719,0.56198347,0.57438016,0.58264464,0.58264464,0.57438016,0.5785124,0.5785124,0.58677685,0.58264464,0.57438016,0.58677685,0.5785124,0.57024795,0.55785125,0.56198347,0.553719,0.5165289,0.5413223,0.553719,0.5165289,0.5371901,0.5206612,0.5165289,0.5041322,0.48347107,0.49173555,0.49586776,0.49586776,0.5289256,0.5371901,0.54545456,0.55785125,0.5371901,0.5371901,0.53305787,0.5206612,0.49586776,0.4876033,0.45867768,0.46280992,0.45867768,0.46280992,0.47107437,0.47933885,0.4876033,0.49173555,0.49586776,0.5041322,0.5041322,0.5206612,0.5371901,0.5289256,0.5371901,0.5413223,0.5661157,0.59090906,0.59504133,0.58264464,0.57024795,0.55785125,0.55785125,0.54545456,0.553719,0.5413223,0.57438016,0.57438016,0.58264464,0.5785124,0.5785124,0.57024795,0.57438016,0.58264464,0.5785124,0.55785125,0.56198347,0.5289256,0.5082645,0.5041322,0.5,0.49586776,0.46280992,0.48347107,0.49586776,0.5,0.5123967,0.5123967,0.5,0.5041322,0.48347107,0.48347107,0.49586776,0.4876033,0.5,0.5165289,0.5371901,0.5495868,0.5371901,0.5247934,0.5165289,0.49586776,0.46694216,0.46694216,0.45867768,0.45041323,0.45454547,0.45454547,0.44214877,0.42975205,0.4338843,0.43801653,0.44214877,0.45454547,0.46280992,0.47933885,0.5206612,0.53305787,0.5247934,0.53305787,0.57024795,0.59917355,0.60330576,0.59090906,0.5785124,0.56198347,0.5495868,0.5413223,0.54545456,0.5495868,0.57024795,0.57438016,0.58677685,0.58264464,0.58677685,0.58264464,0.5661157,0.57024795,0.57024795,0.53305787,0.5165289,0.4876033,0.44214877,0.43801653,0.43801653,0.42561984,0.40495867,0.41322315,0.4338843,0.46280992,0.46694216,0.4876033,0.48347107,0.47933885,0.47933885,0.4876033,0.49586776,0.49173555,0.49173555,0.5,0.5247934,0.5371901,0.5247934,0.5082645,0.49586776,0.4752066,0.45041323,0.46280992,0.46280992,0.45041323,0.45454547,0.46280992,0.44214877,0.40082645,0.3966942,0.39256197,0.39256197,0.4090909,0.4214876,0.44214877,0.4876033,0.5413223,0.53305787,0.55785125,0.59090906,0.61157024,0.60330576,0.60330576,0.59504133,0.57438016,0.5413223,0.5413223,0.53305787,0.5495868,0.553719,0.58264464,0.59504133,0.59090906,0.59917355,0.61570245,0.58264464,0.55785125,0.56198347,0.5247934,0.48347107,0.46280992,0.42975205,0.4214876,0.41735536,0.41322315,0.3966942,0.3966942,0.41735536,0.45041323,0.45867768,0.4876033,0.5123967,0.49586776,0.49586776,0.5165289,0.5123967,0.5082645,0.5,0.5,0.5206612,0.5371901,0.5165289,0.4876033,0.48347107,0.4752066,0.46280992,0.4752066,0.4752066,0.45867768,0.45867768,0.45867768,0.45041323,0.4214876,0.41735536,0.4090909,0.40495867,0.41322315,0.42975205,0.46280992,0.48347107,0.56198347,0.54545456,0.57438016,0.6198347,0.6404959,0.607438,0.6198347,0.6280992,0.59090906,0.54545456,0.56198347,0.5371901,0.5289256,0.5495868,0.57438016,0.59917355,0.61157024,0.607438,0.6322314,0.59917355,0.56198347,0.56198347,0.5371901,0.5,0.47933885,0.46280992,0.45454547,0.446281,0.45454547,0.446281,0.44214877,0.46280992,0.49173555,0.5082645,0.53305787,0.57024795,0.56198347,0.5495868,0.55785125,0.553719,0.5413223,0.5247934,0.5165289,0.5289256,0.5206612,0.5041322,0.49586776,0.4876033,0.49173555,0.49173555,0.5,0.5123967,0.5041322,0.5041322,0.48347107,0.47933885,0.47933885,0.48347107,0.49173555,0.49586776,0.49173555,0.49586776,0.5247934,0.5247934,0.58677685,0.59090906,0.58264464,0.6322314,0.6570248,0.61570245,0.6322314,0.6528926,0.62396693,0.57438016,0.57438016,0.553719,0.5413223,0.553719,0.5785124,0.607438,0.6280992,0.6198347,0.62396693,0.58677685,0.5661157,0.56198347,0.54545456,0.5123967,0.49586776,0.48347107,0.4752066,0.47107437,0.48347107,0.4876033,0.49173555,0.5041322,0.5247934,0.55785125,0.58677685,0.607438,0.61157024,0.58677685,0.58264464,0.58677685,0.5785124,0.5661157,0.553719,0.55785125,0.5371901,0.5165289,0.5247934,0.49586776,0.5247934,0.5289256,0.5289256,0.5661157,0.55785125,0.56198347,0.5371901,0.5289256,0.53305787,0.5413223,0.5495868,0.55785125,0.56198347,0.5495868,0.5495868,0.5371901,0.57438016,0.59090906,0.58677685,0.61570245,0.6322314,0.6198347,0.6322314,0.6652893,0.661157,0.61570245,0.59917355,0.56198347,0.5495868,0.57438016,0.59504133,0.62396693,0.6280992,0.61570245,0.59504133,0.55785125,0.54545456,0.5495868,0.5289256,0.49586776,0.4752066,0.46280992,0.46280992,0.46694216,0.47933885,0.49586776,0.5041322,0.5123967,0.53305787,0.5785124,0.61570245,0.61157024,0.607438,0.59090906,0.58677685,0.59917355,0.59917355,0.60330576,0.58677685,0.5785124,0.553719,0.54545456,0.5413223,0.54545456,0.56198347,0.57024795,0.553719,0.59504133,0.59090906,0.607438,0.58264464,0.56198347,0.55785125,0.55785125,0.553719,0.54545456,0.5495868,0.53305787,0.5123967,0.49173555,0.5123967,0.5371901,0.5495868,0.56198347,0.58677685,0.60330576,0.61157024,0.6570248,0.677686,0.6528926,0.62396693,0.57438016,0.56198347,0.59090906,0.6198347,0.6322314,0.61157024,0.58264464,0.55785125,0.5371901,0.5289256,0.5247934,0.5041322,0.46694216,0.4338843,0.42561984,0.42975205,0.4338843,0.45867768,0.49173555,0.5,0.5082645,0.5371901,0.59090906,0.61157024,0.58264464,0.57438016,0.5661157,0.5661157,0.59090906,0.607438,0.61570245,0.607438,0.58677685,0.5661157,0.57024795,0.5785124,0.59090906,0.59504133,0.59090906,0.5785124,0.58677685,0.61570245,0.6404959,0.61570245,0.57024795,0.53305787,0.53305787,0.5289256,0.5041322,0.49173555,0.46694216,0.43801653,0.41322315,0.42975205,0.45454547,0.4876033,0.49173555,0.5123967,0.5495868,0.58264464,0.6322314,0.6735537,0.6694215,0.6404959,0.59090906,0.57024795,0.59090906,0.6198347,0.62396693,0.59090906,0.5495868,0.5289256,0.5165289,0.5,0.49586776,0.47107437,0.42561984,0.38842976,0.37190083,0.38842976,0.40495867,0.43801653,0.48347107,0.49586776,0.5,0.5371901,0.59090906,0.57438016,0.55785125,0.54545456,0.5371901,0.553719,0.5785124,0.61157024,0.61570245,0.6198347,0.60330576,0.59504133,0.59090906,0.61570245,0.6280992,0.62396693,0.60330576,0.58677685,0.57438016,0.60330576,0.6322314,0.6322314,0.5661157,0.5289256,0.5165289,0.5082645,0.46694216,0.42975205,0.3966942,0.3677686,0.3553719,0.35950413,0.38429752,0.41735536,0.41735536,0.41735536,0.4752066,0.5413223,0.59090906,0.6487603,0.6694215,0.6487603,0.61157024,0.58677685,0.58677685,0.60330576,0.607438,0.57438016,0.53305787,0.5206612,0.49173555,0.45867768,0.44214877,0.42561984,0.37603307,0.34710744,0.3264463,0.35123968,0.38016528,0.42561984,0.48347107,0.4876033,0.49173555,0.5206612,0.57438016,0.56198347,0.53305787,0.5289256,0.5123967,0.553719,0.5785124,0.59917355,0.6198347,0.62396693,0.61570245,0.61157024,0.59917355,0.62396693,0.6404959,0.6404959,0.607438,0.57024795,0.55785125,0.56198347,0.59090906,0.607438,0.55785125,0.5123967,0.48347107,0.4752066,0.42561984,0.37603307,0.3429752,0.3264463,0.32231405,0.3140496,0.3305785,0.3553719,0.3677686,0.36363637,0.41735536,0.5,0.5413223,0.61157024,0.6570248,0.6487603,0.62396693,0.59917355,0.58264464,0.59504133,0.59504133,0.56198347,0.5289256,0.5206612,0.47107437,0.40082645,0.38429752,0.38016528,0.338843,0.30991736,0.3140496,0.3140496,0.35123968,0.41735536,0.4876033,0.47933885,0.48347107,0.5041322,0.5289256,0.53305787,0.5123967,0.5123967,0.5082645,0.5371901,0.56198347,0.58677685,0.607438,0.6198347,0.62396693,0.62396693,0.61157024,0.62396693,0.6363636,0.6363636,0.59090906,0.54545456,0.5247934,0.5247934,0.5413223,0.5495868,0.5289256,0.48347107,0.45454547,0.446281,0.3966942,0.338843,0.30991736,0.29752067,0.30165288,0.29752067,0.30165288,0.32231405,0.3429752,0.3677686,0.41322315,0.4752066,0.5165289,0.57024795,0.6404959,0.6446281,0.6280992,0.61570245,0.59917355,0.59090906,0.5785124,0.54545456,0.5165289,0.5206612,0.4752066,0.38429752,0.338843,0.3305785,0.3181818,0.29338843,0.30165288,0.2892562,0.3305785,0.40082645,0.47933885,0.47933885,0.49173555,0.4876033,0.5041322,0.5041322,0.4876033,0.49173555,0.49586776,0.5082645,0.53305787,0.5785124,0.607438,0.61157024,0.6322314,0.62396693,0.62396693,0.62396693,0.6280992,0.61157024,0.56198347,0.5206612,0.5,0.5,0.5082645,0.5123967,0.5123967,0.4876033,0.45867768,0.446281,0.3966942,0.32231405,0.2892562,0.27272728,0.2768595,0.28099173,0.28512397,0.2892562,0.3181818,0.38429752,0.47107437,0.5,0.5289256,0.5413223,0.6280992,0.6446281,0.6280992,0.6280992,0.61157024,0.59917355,0.57438016,0.53305787,0.5041322,0.5247934,0.49173555,0.3966942,0.3140496,0.2768595,0.2768595,0.2768595,0.28512397,0.2768595,0.3140496,0.37190083,0.44214877,0.46694216,0.49586776,0.48347107,0.5,0.4876033,0.47107437,0.45454547,0.49173555,0.5123967,0.5371901,0.5785124,0.61157024,0.61570245,0.6280992,0.6198347,0.6198347,0.6198347,0.61157024,0.57438016,0.5289256,0.5041322,0.47933885,0.47107437,0.49173555,0.5041322,0.5165289,0.5,0.46280992,0.4214876,0.3677686,0.29752067,0.2603306,0.23966943,0.24793388,0.25619835,0.2644628,0.2768595,0.30578512,0.35123968,0.48347107,0.5495868,0.5371901,0.5123967,0.62396693,0.6363636,0.6322314,0.6322314,0.6198347,0.59504133,0.57024795,0.5165289,0.4752066,0.5413223,0.5041322,0.4090909,0.33471075,0.2644628,0.23140496,0.23553719,0.25619835,0.24380165,0.27272728,0.3305785,0.38842976,0.4090909,0.42975205,0.43801653,0.45041323,0.44214877,0.41322315,0.4338843,0.5041322,0.553719,0.57024795,0.59504133,0.6198347,0.6198347,0.6198347,0.61570245,0.6198347,0.607438,0.59917355,0.56198347,0.53305787,0.5165289,0.47107437,0.42975205,0.44214877,0.45867768,0.47107437,0.45454547,0.41322315,0.35950413,0.3181818,0.26859504,0.23140496,0.2231405,0.25619835,0.24793388,0.29338843,0.30165288,0.33471075,0.35950413,0.41735536,0.5165289,0.5041322,0.48347107,0.61570245,0.6363636,0.6322314,0.6404959,0.6198347,0.61157024,0.5661157,0.5123967,0.45041323,0.5413223,0.5,0.41735536,0.38429752,0.338843,0.27272728,0.2644628,0.2231405,0.23966943,0.23140496,0.2603306,0.3181818,0.338843,0.338843,0.3553719,0.3553719,0.38842976,0.4214876,0.45041323,0.5165289,0.57024795,0.59090906,0.607438,0.62396693,0.6198347,0.61157024,0.61157024,0.61570245,0.607438,0.60330576,0.59504133,0.57024795,0.54545456,0.49586776,0.42561984,0.40082645,0.39256197,0.38429752,0.338843,0.32231405,0.30578512,0.29338843,0.2892562,0.2520661,0.2520661,0.3140496,0.28512397,0.338843,0.35123968,0.36363637,0.3677686,0.39256197,0.42975205,0.45041323,0.49173555,0.60330576,0.6322314,0.6363636,0.6487603,0.6404959,0.6198347,0.5661157,0.5123967,0.4338843,0.49173555,0.4876033,0.4214876,0.3966942,0.38842976,0.3553719,0.33471075,0.30578512,0.3181818,0.2603306,0.2644628,0.30165288,0.3429752,0.3429752,0.35950413,0.3677686,0.3966942,0.47933885,0.5123967,0.53305787,0.5785124,0.59917355,0.607438,0.62396693,0.6280992,0.61157024,0.607438,0.61570245,0.61157024,0.61157024,0.59917355,0.59090906,0.57024795,0.5289256,0.45867768,0.4338843,0.40495867,0.40082645,0.3677686,0.38842976,0.38016528,0.37603307,0.36363637,0.3264463,0.3181818,0.37603307,0.3553719,0.38429752,0.38842976,0.36363637,0.38016528,0.41322315,0.41735536,0.44214877,0.5165289,0.58677685,0.6198347,0.6487603,0.661157,0.6652893,0.6404959,0.57024795,0.5247934,0.446281,0.45454547,0.47933885,0.43801653,0.40082645,0.40082645,0.41322315,0.3966942,0.39256197,0.40495867,0.36363637,0.34710744,0.36363637,0.40495867,0.42561984,0.42561984,0.446281,0.46280992,0.5206612,0.55785125,0.56198347,0.5785124,0.60330576,0.61157024,0.62396693,0.6363636,0.6198347,0.59917355,0.61157024,0.59504133,0.607438,0.59090906,0.59917355,0.58264464,0.55785125,0.5041322,0.4876033,0.48347107,0.47933885,0.4752066,0.49586776,0.46694216,0.44214877,0.42975205,0.40495867,0.3966942,0.41322315,0.4090909,0.41735536,0.40082645,0.37603307,0.40082645,0.4338843,0.446281,0.4876033,0.54545456,0.57438016,0.60330576,0.6487603,0.6694215,0.6735537,0.6363636,0.5661157,0.5165289,0.46694216,0.446281,0.46694216,0.46280992,0.42975205,0.41735536,0.42975205,0.4338843,0.446281,0.46280992,0.45041323,0.4338843,0.43801653,0.46694216,0.5,0.5,0.5041322,0.5165289,0.53305787,0.57024795,0.58264464,0.58677685,0.607438,0.62396693,0.6280992,0.6363636,0.6322314,0.58677685,0.60330576,0.59090906,0.607438,0.60330576,0.59917355,0.59504133,0.58264464,0.55785125,0.5247934,0.54545456,0.5371901,0.5413223,0.5413223,0.49586776,0.46694216,0.45454547,0.44214877,0.44214877,0.44214877,0.43801653,0.4338843,0.41735536,0.41322315,0.42561984,0.47107437,0.4876033,0.5289256,0.5661157,0.57438016,0.59090906,0.6322314,0.6652893,0.6735537,0.6404959,0.57024795,0.5165289,0.48347107,0.46694216,0.4752066,0.48347107,0.47107437,0.45041323,0.43801653,0.446281,0.46280992,0.47933885,0.4876033,0.4876033,0.48347107,0.5041322,0.5289256,0.5371901,0.5413223,0.5495868,0.56198347,0.58264464,0.58677685,0.59504133,0.61157024,0.6280992,0.6363636,0.6363636,0.6363636,0.58677685,0.59504133,0.60330576,0.607438,0.607438,0.59917355,0.59917355,0.59090906,0.59090906,0.553719,0.56198347,0.553719,0.54545456,0.5165289,0.48347107,0.46694216,0.45041323,0.45454547,0.45454547,0.45041323,0.45041323,0.45867768,0.44214877,0.446281,0.47933885,0.5123967,0.5371901,0.56198347,0.57024795,0.57438016,0.58264464,0.607438,0.6446281,0.6570248,0.6322314,0.57024795,0.5247934,0.5041322,0.4876033,0.5,0.5123967,0.5041322,0.49173555,0.47107437,0.45867768,0.46694216,0.4876033,0.49586776,0.5,0.5041322,0.5165289,0.5371901,0.5495868,0.55785125,0.57438016,0.58677685,0.5785124,0.59917355,0.60330576,0.61570245,0.6280992,0.6404959,0.6404959,0.6363636,0.58677685,0.59917355,0.61157024,0.61157024,0.60330576,0.59090906,0.59504133,0.59090906,0.59917355,0.57024795,0.56198347,0.5413223,0.5289256,0.49173555,0.47933885,0.47107437,0.45454547,0.46280992,0.46280992,0.45867768,0.46280992,0.4876033,0.48347107,0.49173555,0.53305787,0.553719,0.57024795,0.5785124,0.57438016,0.57024795,0.57024795,0.59090906,0.6280992,0.6446281,0.6322314,0.58264464,0.53305787,0.5165289,0.5123967,0.5206612,0.5371901,0.5371901,0.5247934,0.5165289,0.47933885,0.48347107,0.49173555,0.49586776,0.5082645,0.5082645,0.5247934,0.54545456,0.553719,0.5661157,0.57438016,0.60330576,0.58677685,0.61570245,0.6198347,0.62396693,0.62396693,0.6446281,0.6446281,0.6404959,0.59090906,0.607438,0.61570245,0.6198347,0.6198347,0.59917355,0.60330576,0.59917355,0.59504133,0.5785124,0.5661157,0.5413223,0.5247934,0.49586776,0.48347107,0.4876033,0.47107437,0.47107437,0.47933885,0.4752066,0.4876033,0.5123967,0.5247934,0.5371901,0.57438016,0.58677685,0.58677685,0.58677685,0.57024795,0.5661157,0.57024795,0.5785124,0.61157024,0.6198347,0.6280992,0.58677685,0.5413223,0.5206612,0.5247934,0.5247934,0.54545456,0.553719,0.5495868,0.55785125,0.5165289,0.5289256,0.5206612,0.5123967,0.5247934,0.5123967,0.5371901,0.5495868,0.55785125,0.57438016,0.57024795,0.59504133,0.61157024,0.61570245,0.61570245,0.6322314,0.6363636,0.6570248,0.6570248,0.6446281,0.59090906,0.61570245,0.6280992,0.62396693,0.6363636,0.62396693,0.61570245,0.607438,0.59917355,0.59090906,0.57438016,0.55785125,0.54545456,0.5206612,0.5041322,0.5082645,0.5,0.49586776,0.5,0.5,0.5123967,0.5413223,0.56198347,0.57438016,0.59090906,0.60330576,0.59917355,0.58677685,0.57024795,0.56198347,0.56198347,0.57024795,0.59504133,0.61570245,0.6322314,0.59917355,0.54545456,0.5289256,0.53305787,0.5289256,0.54545456,0.54545456,0.5661157,0.57438016,0.54545456,0.5495868,0.5413223,0.5247934,0.5371901,0.5206612,0.5413223,0.5495868,0.55785125,0.57438016,0.57024795,0.59090906,0.607438,0.6198347,0.6198347,0.6404959,0.661157,0.6652893,0.6652893,0.6446281,0.5785124,0.6198347,0.6363636,0.6446281,0.6487603,0.6446281,0.6363636,0.6198347,0.607438,0.60330576,0.58677685,0.5785124,0.5661157,0.5495868,0.53305787,0.5206612,0.5123967,0.5041322,0.5082645,0.5165289,0.5289256,0.55785125,0.58264464,0.59504133,0.59917355,0.61157024,0.60330576,0.58677685,0.57024795,0.56198347,0.553719,0.57024795,0.59090906,0.61570245,0.6322314,0.61570245,0.553719,0.5371901,0.53305787,0.5289256,0.54545456,0.5371901,0.55785125,0.5661157,0.553719,0.55785125,0.54545456,0.5495868,0.53305787,0.5289256,0.5371901,0.5413223,0.553719,0.57438016,0.57438016,0.59504133,0.61157024,0.6280992,0.6280992,0.6528926,0.6735537,0.661157,0.661157,0.6404959,0.5661157,0.607438,0.6363636,0.6570248,0.661157,0.6570248,0.6487603,0.6322314,0.6198347,0.61570245,0.59504133,0.58677685,0.5785124,0.553719,0.54545456,0.5371901,0.5206612,0.5123967,0.5165289,0.5247934,0.5413223,0.55785125,0.5785124,0.59917355,0.60330576,0.61570245,0.607438,0.59090906,0.57024795,0.55785125,0.56198347,0.5661157,0.59504133,0.61570245,0.6280992,0.61570245,0.57024795,0.553719,0.54545456,0.53305787,0.5495868,0.54545456,0.5371901,0.56198347,0.553719,0.54545456,0.553719,0.5413223,0.5413223,0.53305787,0.5371901,0.5413223,0.55785125,0.57438016,0.58677685,0.59917355,0.6198347,0.62396693,0.6322314,0.6528926,0.6694215,0.6528926,0.6446281,0.6363636,0.553719,0.59504133,0.62396693,0.6487603,0.6652893,0.677686,0.6652893,0.6446281,0.6363636,0.6280992,0.60330576,0.59504133,0.59090906,0.55785125,0.553719,0.54545456,0.5289256,0.53305787,0.5289256,0.5371901,0.5413223,0.553719,0.5661157,0.58677685,0.61157024,0.607438,0.59917355,0.58264464,0.57438016,0.553719,0.5661157,0.57438016,0.59917355,0.61157024,0.6280992,0.6280992,0.58264464,0.5661157,0.56198347,0.5495868,0.55785125,0.553719,0.5413223,0.5495868,0.5495868,0.5495868,0.553719,0.54545456,0.5413223,0.5413223,0.5413223,0.553719,0.57024795,0.58264464,0.60330576,0.61570245,0.6280992,0.6528926,0.6487603,0.6528926,0.6652893,0.6487603,0.6322314,0.62396693,0.54545456,0.58677685,0.6198347,0.62396693,0.6570248,0.6694215,0.6859504,0.661157,0.6528926,0.6322314,0.6198347,0.607438,0.58677685,0.56198347,0.553719,0.55785125,0.5495868,0.55785125,0.5413223,0.54545456,0.5495868,0.553719,0.5785124,0.57438016,0.61570245,0.60330576,0.61157024,0.5785124,0.57024795,0.55785125,0.57024795,0.58677685,0.59917355,0.61570245,0.6280992,0.62396693,0.59504133,0.57438016,0.57438016,0.5661157,0.57024795,0.56198347,0.56198347,0.553719,0.553719,0.553719,0.54545456,0.5413223,0.5495868,0.54545456,0.54545456,0.5661157,0.58264464,0.59090906,0.61157024,0.62396693,0.62396693,0.6446281,0.6528926,0.6570248,0.661157,0.6487603,0.6280992,0.61570245,0.5413223,0.57024795,0.6280992,0.62396693,0.661157,0.6818182,0.69008267,0.677686,0.6652893,0.6363636,0.6280992,0.6280992,0.5785124,0.57438016,0.553719,0.57024795,0.57438016,0.57438016,0.56198347,0.55785125,0.5661157,0.56198347,0.5785124,0.59504133,0.607438,0.59917355,0.59917355,0.57024795,0.57024795,0.56198347,0.57024795,0.58677685,0.607438,0.6198347,0.62396693,0.6198347,0.59917355,0.58264464,0.59090906,0.5785124,0.5661157,0.57024795,0.5785124,0.5785124,0.57438016,0.56198347,0.54545456,0.5413223,0.553719,0.553719,0.55785125,0.5785124,0.59090906,0.59917355,0.6198347,0.6363636,0.6404959,0.62396693,0.6322314,0.661157,0.661157,0.6528926,0.6322314,0.62396693,0.53305787,0.55785125,0.61157024,0.6280992,0.6652893,0.6942149,0.6859504,0.6859504,0.6694215,0.6404959,0.6322314,0.6363636,0.58264464,0.59090906,0.57438016,0.58264464,0.59504133,0.5785124,0.5661157,0.55785125,0.57438016,0.57024795,0.58677685,0.6198347,0.6198347,0.58264464,0.57438016,0.5661157,0.57024795,0.5785124,0.57438016,0.59090906,0.607438,0.6198347,0.6198347,0.61570245,0.61157024,0.59504133,0.58677685,0.58264464,0.56198347,0.56198347,0.58264464,0.59917355,0.59917355,0.5785124,0.56198347,0.56198347,0.5661157,0.5661157,0.5785124,0.58677685,0.60330576,0.61157024,0.6280992,0.6487603,0.6487603,0.6322314,0.62396693,0.661157,0.661157,0.661157,0.6404959,0.6363636,0.5289256,0.54545456,0.59090906,0.6404959,0.6570248,0.6859504,0.6818182,0.677686,0.677686,0.6570248,0.6404959,0.6363636,0.607438,0.607438,0.59090906,0.58264464,0.58677685,0.59090906,0.5661157,0.5661157,0.5785124,0.57438016,0.59917355,0.62396693,0.61157024,0.5661157,0.54545456,0.56198347,0.57024795,0.58677685,0.58677685,0.59504133,0.59917355,0.61570245,0.61570245,0.61157024,0.61570245,0.59917355,0.58677685,0.58677685,0.5785124,0.56198347,0.57024795,0.60330576,0.6198347,0.58677685,0.57024795,0.58264464,0.58264464,0.58264464,0.59090906,0.59504133,0.607438,0.61570245,0.6363636,0.6487603,0.6570248,0.6446281,0.62396693,0.6652893,0.6528926,0.6652893,0.6528926,0.6487603,0.53305787,0.53305787,0.58677685,0.6570248,0.6570248,0.6735537,0.6735537,0.677686,0.677686,0.6652893,0.6528926,0.6322314,0.6198347,0.607438,0.60330576,0.59504133,0.5785124,0.59917355,0.5785124,0.57438016,0.58677685,0.5785124,0.59917355,0.61570245,0.59504133,0.55785125,0.5495868,0.56198347,0.57438016,0.58677685,0.59090906,0.58677685,0.58677685,0.607438,0.61570245,0.61157024,0.61570245,0.607438,0.59917355,0.58677685,0.58264464,0.57024795,0.56198347,0.59504133,0.62396693,0.59090906,0.57024795,0.59090906,0.59504133,0.58677685,0.59917355,0.61157024,0.61157024,0.6198347,0.6404959,0.6446281,0.6694215,0.6363636,0.6280992,0.6652893,0.6528926,0.6528926,0.6528926,0.6487603,0.5289256,0.53305787,0.59090906,0.6487603,0.6652893,0.677686,0.677686,0.6735537,0.6818182,0.677686,0.661157,0.6363636,0.62396693,0.6198347,0.61570245,0.607438,0.59504133,0.60330576,0.59504133,0.58677685,0.58677685,0.57438016,0.58677685,0.60330576,0.5785124,0.56198347,0.5661157,0.5661157,0.57438016,0.58677685,0.59504133,0.58264464,0.58264464,0.59917355,0.61157024,0.60330576,0.61157024,0.607438,0.59917355,0.59504133,0.58677685,0.58264464,0.55785125,0.58264464,0.6198347,0.58677685,0.56198347,0.59090906,0.60330576,0.58677685,0.59917355,0.6198347,0.62396693,0.62396693,0.6446281,0.6570248,0.6735537,0.6487603,0.661157,0.6652893,0.6528926,0.6446281,0.6446281,0.6404959,0.45454547,0.53305787,0.58677685,0.6363636,0.661157,0.6694215,0.6859504,0.6818182,0.6818182,0.677686,0.661157,0.6404959,0.6404959,0.6363636,0.6280992,0.62396693,0.61570245,0.61157024,0.607438,0.59504133,0.5785124,0.5661157,0.58264464,0.607438,0.58677685,0.57438016,0.58264464,0.5785124,0.58264464,0.58264464,0.59504133,0.58677685,0.58677685,0.60330576,0.61570245,0.60330576,0.59917355,0.61570245,0.59504133,0.59504133,0.58264464,0.59090906,0.56198347,0.58677685,0.607438,0.57024795,0.53305787,0.5785124,0.60330576,0.59090906,0.59917355,0.61157024,0.6363636,0.6322314,0.6487603,0.661157,0.6735537,0.6859504,0.6942149,0.6694215,0.6570248,0.6528926,0.6404959,0.6363636,0.34710744,0.5165289,0.5785124,0.62396693,0.6528926,0.6652893,0.677686,0.69008267,0.6859504,0.677686,0.661157,0.6487603,0.6570248,0.6487603,0.6446281,0.6363636,0.6363636,0.6322314,0.61157024,0.59090906,0.56198347,0.5495868,0.57438016,0.61570245,0.60330576,0.59917355,0.60330576,0.59504133,0.59917355,0.59504133,0.59504133,0.59917355,0.59917355,0.61570245,0.6280992,0.61570245,0.59917355,0.607438,0.59917355,0.60330576,0.58264464,0.58677685,0.57438016,0.58264464,0.60330576,0.5661157,0.5247934,0.55785125,0.58264464,0.59090906,0.59090906,0.61157024,0.6322314,0.6363636,0.6487603,0.6735537,0.677686,0.70247936,0.71487606,0.677686,0.661157,0.6570248,0.6487603,0.6322314,0.26859504,0.47933885,0.57438016,0.61157024,0.6487603,0.6570248,0.6652893,0.69008267,0.6983471,0.6818182,0.677686,0.661157,0.6694215,0.661157,0.6570248,0.6570248,0.6570248,0.6528926,0.6198347,0.58677685,0.5495868,0.5413223,0.57024795,0.607438,0.6322314,0.6404959,0.62396693,0.607438,0.61157024,0.6198347,0.61157024,0.61570245,0.60330576,0.62396693,0.6322314,0.62396693,0.61157024,0.6280992,0.607438,0.61157024,0.58264464,0.59917355,0.59090906,0.5785124,0.60330576,0.58264464,0.54545456,0.553719,0.55785125,0.5785124,0.58677685,0.61157024,0.62396693,0.6363636,0.6487603,0.677686,0.6983471,0.71487606,0.7231405,0.70247936,0.6735537,0.6487603,0.6446281,0.6280992,0.21900827,0.41735536,0.57024795,0.59917355,0.6487603,0.661157,0.6735537,0.6983471,0.7066116,0.69008267,0.6942149,0.6818182,0.6735537,0.6735537,0.6735537,0.677686,0.6735537,0.6652893,0.6280992,0.57438016,0.54545456,0.5495868,0.57024795,0.60330576,0.6322314,0.6694215,0.62396693,0.57438016,0.607438,0.6363636,0.6404959,0.6694215,0.6198347,0.61570245,0.6280992,0.61157024,0.6322314,0.661157,0.61157024,0.59504133,0.5661157,0.61570245,0.60330576,0.58677685,0.60330576,0.59917355,0.5785124,0.5661157,0.553719,0.5661157,0.5785124,0.59504133,0.61157024,0.6280992,0.6528926,0.6818182,0.7107438,0.71900827,0.71487606,0.6942149,0.677686,0.6528926,0.6404959,0.6363636,0.18181819,0.338843,0.57024795,0.58264464,0.6528926,0.677686,0.6859504,0.7066116,0.71487606,0.6983471,0.71487606,0.6983471,0.69008267,0.6983471,0.69008267,0.6859504,0.677686,0.6694215,0.6363636,0.58264464,0.55785125,0.55785125,0.5785124,0.61157024,0.59090906,0.6652893,0.59504133,0.53305787,0.55785125,0.62396693,0.6446281,0.72727275,0.6487603,0.62396693,0.6280992,0.61570245,0.6404959,0.6694215,0.60330576,0.56198347,0.5371901,0.60330576,0.59917355,0.59090906,0.61157024,0.61157024,0.607438,0.59090906,0.5661157,0.5661157,0.57024795,0.58264464,0.59917355,0.6198347,0.6487603,0.6859504,0.7107438,0.71900827,0.70247936,0.6818182,0.6735537,0.6570248,0.6446281,0.6363636,0.16528925,0.25619835,0.56198347,0.57024795,0.6404959,0.6859504,0.6818182,0.70247936,0.71900827,0.6942149,0.72727275,0.7107438,0.7107438,0.7107438,0.70247936,0.7066116,0.677686,0.6652893,0.6363636,0.59504133,0.5785124,0.5661157,0.58264464,0.60330576,0.5785124,0.60330576,0.56198347,0.5413223,0.5371901,0.59090906,0.61157024,0.72727275,0.6735537,0.6487603,0.6528926,0.6446281,0.6446281,0.6404959,0.5785124,0.54545456,0.5082645,0.56198347,0.58264464,0.58677685,0.60330576,0.61157024,0.62396693,0.61157024,0.5785124,0.5661157,0.57438016,0.58264464,0.59090906,0.61570245,0.6528926,0.69008267,0.71487606,0.7231405,0.71487606,0.6859504,0.677686,0.6652893,0.6446281,0.6280992,0.1694215,0.17355372,0.5413223,0.55785125,0.6198347,0.6818182,0.69008267,0.70247936,0.71900827,0.7066116,0.74793386,0.73140496,0.7231405,0.7231405,0.6983471,0.71487606,0.6818182,0.6446281,0.62396693,0.61570245,0.59090906,0.58677685,0.5785124,0.58677685,0.5785124,0.58264464,0.54545456,0.57024795,0.553719,0.5785124,0.59917355,0.6818182,0.6818182,0.677686,0.677686,0.6735537,0.6528926,0.59090906,0.5371901,0.5289256,0.5041322,0.53305787,0.57438016,0.59090906,0.60330576,0.61570245,0.62396693,0.6280992,0.61157024,0.58264464,0.57438016,0.5785124,0.59090906,0.61570245,0.6528926,0.6983471,0.71487606,0.7107438,0.70247936,0.677686,0.6694215,0.6652893,0.6446281,0.6198347,0.17768595,0.11157025,0.4876033,0.56198347,0.60330576,0.6694215,0.69008267,0.6942149,0.7231405,0.73140496,0.75619835,0.75206614,0.7355372,0.7355372,0.6942149,0.70247936,0.6652893,0.6363636,0.6322314,0.607438,0.607438,0.59917355,0.58677685,0.57438016,0.57024795,0.58264464,0.553719,0.5495868,0.5661157,0.5785124,0.60330576,0.6487603,0.6694215,0.6818182,0.6859504,0.6818182,0.6404959,0.553719,0.5082645,0.5123967,0.5123967,0.53305787,0.5785124,0.59504133,0.60330576,0.6198347,0.62396693,0.6198347,0.6198347,0.607438,0.58264464,0.58677685,0.59504133,0.61570245,0.6487603,0.6942149,0.71900827,0.6983471,0.6942149,0.6818182,0.6694215,0.6528926,0.6363636,0.61157024,0.17768595,0.11570248,0.38429752,0.57024795,0.58264464,0.6528926,0.69008267,0.6983471,0.7231405,0.7355372,0.74380165,0.75619835,0.74380165,0.73966944,0.6983471,0.69008267,0.6570248,0.6404959,0.6363636,0.61157024,0.61157024,0.607438,0.58677685,0.57024795,0.56198347,0.57024795,0.5495868,0.5289256,0.5413223,0.57024795,0.59917355,0.6280992,0.6446281,0.6487603,0.661157,0.661157,0.6198347,0.5371901,0.49173555,0.5123967,0.5165289,0.53305787,0.57438016,0.59090906,0.59504133,0.59917355,0.6198347,0.61570245,0.61570245,0.6198347,0.59917355,0.59504133,0.61157024,0.6280992,0.6404959,0.6859504,0.71487606,0.6859504,0.6942149,0.6694215,0.6694215,0.6487603,0.6404959,0.6198347,0.19008264,0.15289256,0.24793388,0.54545456,0.59090906,0.6322314,0.677686,0.70247936,0.71900827,0.7231405,0.7355372,0.76033056,0.74793386,0.7355372,0.7066116,0.6859504,0.661157,0.661157,0.6404959,0.6198347,0.61157024,0.60330576,0.59090906,0.56198347,0.5495868,0.55785125,0.5371901,0.5123967,0.5165289,0.54545456,0.58677685,0.61570245,0.61157024,0.59090906,0.60330576,0.6280992,0.60330576,0.5413223,0.49173555,0.5041322,0.5041322,0.5165289,0.56198347,0.57438016,0.58264464,0.5785124,0.607438,0.6198347,0.61570245,0.62396693,0.59917355,0.59917355,0.6280992,0.6404959,0.6363636,0.6652893,0.7066116,0.69008267,0.69008267,0.6694215,0.6570248,0.6446281,0.6404959,0.6322314,0.19008264,0.17355372,0.16115703,0.4876033,0.59504133,0.607438,0.661157,0.70247936,0.7107438,0.71487606,0.72727275,0.76033056,0.75619835,0.7355372,0.71487606,0.6942149,0.677686,0.677686,0.6528926,0.61570245,0.61157024,0.607438,0.59504133,0.57024795,0.5495868,0.55785125,0.5371901,0.5082645,0.5,0.5247934,0.57438016,0.60330576,0.59090906,0.5206612,0.54545456,0.607438,0.59090906,0.5495868,0.49586776,0.5041322,0.5,0.5123967,0.54545456,0.56198347,0.57438016,0.5661157,0.59090906,0.61570245,0.61157024,0.6198347,0.58677685,0.59917355,0.6198347,0.6322314,0.6446281,0.6446281,0.6983471,0.6983471,0.6942149,0.6735537,0.6570248,0.6446281,0.6446281,0.6322314,0.19008264,0.19421488,0.14049587,0.39256197,0.5785124,0.60330576,0.6404959,0.677686,0.71487606,0.71900827,0.7231405,0.75206614,0.76033056,0.74380165,0.71900827,0.6983471,0.6859504,0.6818182,0.6570248,0.62396693,0.6198347,0.61157024,0.59917355,0.58264464,0.55785125,0.55785125,0.5413223,0.5247934,0.5206612,0.5206612,0.5661157,0.58677685,0.5785124,0.49173555,0.4876033,0.58264464,0.58677685,0.553719,0.5041322,0.5,0.5041322,0.5165289,0.5495868,0.553719,0.56198347,0.55785125,0.59504133,0.6198347,0.6198347,0.6198347,0.5785124,0.60330576,0.6198347,0.6198347,0.6446281,0.6404959,0.6818182,0.6983471,0.6859504,0.6735537,0.6570248,0.6528926,0.6404959,0.6363636,0.18595041,0.19008264,0.15289256,0.2768595,0.5082645,0.61157024,0.6280992,0.661157,0.70247936,0.7231405,0.71900827,0.73966944,0.75206614,0.74793386,0.7231405,0.6983471,0.6942149,0.677686,0.6652893,0.6446281,0.6446281,0.6322314,0.6198347,0.607438,0.5785124,0.5661157,0.553719,0.5495868,0.553719,0.5413223,0.57024795,0.58264464,0.57438016,0.49586776,0.46280992,0.553719,0.5785124,0.56198347,0.5123967,0.5082645,0.5247934,0.5247934,0.56198347,0.57024795,0.54545456,0.54545456,0.59504133,0.60330576,0.59504133,0.59504133,0.56198347,0.59504133,0.62396693,0.6198347,0.6363636,0.6446281,0.677686,0.69008267,0.677686,0.6735537,0.6652893,0.6570248,0.6487603,0.6363636,0.18181819,0.18595041,0.17768595,0.1983471,0.40082645,0.607438,0.6198347,0.6570248,0.6983471,0.72727275,0.7231405,0.72727275,0.73966944,0.74380165,0.71900827,0.70247936,0.6983471,0.6735537,0.6818182,0.6652893,0.6652893,0.6652893,0.6446281,0.6446281,0.62396693,0.60330576,0.59504133,0.59504133,0.59090906,0.58264464,0.58677685,0.60330576,0.59090906,0.5413223,0.5041322,0.5495868,0.58264464,0.57438016,0.54545456,0.55785125,0.55785125,0.56198347,0.57024795,0.58264464,0.5289256,0.5082645,0.5289256,0.5206612,0.5041322,0.5123967,0.48347107,0.5495868,0.61570245,0.6198347,0.6322314,0.6570248,0.6694215,0.6859504,0.6818182,0.6694215,0.6528926,0.6528926,0.6570248,0.6363636,0.18181819,0.18595041,0.19421488,0.1694215,0.28512397,0.5661157,0.6198347,0.6487603,0.6859504,0.71900827,0.71487606,0.7231405,0.72727275,0.74380165,0.7107438,0.6942149,0.7066116,0.677686,0.6735537,0.6528926,0.6446281,0.6652893,0.6487603,0.6446281,0.6404959,0.6322314,0.62396693,0.61157024,0.61157024,0.60330576,0.5785124,0.59090906,0.58677685,0.5785124,0.55785125,0.5661157,0.57438016,0.57438016,0.57438016,0.5785124,0.57438016,0.57438016,0.553719,0.5413223,0.49586776,0.45041323,0.43801653,0.44214877,0.45454547,0.47107437,0.446281,0.5165289,0.607438,0.62396693,0.6363636,0.661157,0.6652893,0.6818182,0.6818182,0.6652893,0.6487603,0.6528926,0.6652893,0.6404959,0.18181819,0.17768595,0.1983471,0.17355372,0.20247933,0.4338843,0.6280992,0.6404959,0.677686,0.71487606,0.7066116,0.7231405,0.71900827,0.7355372,0.6942149,0.69008267,0.7066116,0.6735537,0.62396693,0.58677685,0.54545456,0.5661157,0.57438016,0.553719,0.5661157,0.57024795,0.58264464,0.5785124,0.55785125,0.5413223,0.5247934,0.5082645,0.5123967,0.5371901,0.5371901,0.5206612,0.5041322,0.5082645,0.5041322,0.5041322,0.49586776,0.4876033,0.47107437,0.45867768,0.446281,0.42561984,0.43801653,0.47933885,0.5041322,0.5165289,0.4876033,0.5165289,0.59917355,0.6322314,0.6487603,0.661157,0.6570248,0.6652893,0.6735537,0.6652893,0.6528926,0.661157,0.661157,0.6363636,0.18595041,0.17355372,0.19008264,0.18181819,0.17768595,0.24380165,0.61570245,0.6363636,0.6735537,0.6983471,0.6983471,0.7231405,0.7231405,0.73140496,0.6859504,0.6983471,0.7066116,0.661157,0.5371901,0.47933885,0.45454547,0.5041322,0.4876033,0.44214877,0.45454547,0.47107437,0.4876033,0.48347107,0.45041323,0.42561984,0.4214876,0.3966942,0.40082645,0.42975205,0.43801653,0.42561984,0.40082645,0.40495867,0.40495867,0.41322315,0.41322315,0.4214876,0.4214876,0.4214876,0.43801653,0.47107437,0.5165289,0.5495868,0.56198347,0.553719,0.5371901,0.5495868,0.59917355,0.6322314,0.661157,0.661157,0.6528926,0.6570248,0.6652893,0.6570248,0.6570248,0.677686,0.6570248,0.6322314,0.17768595,0.17768595,0.18595041,0.19008264,0.19008264,0.12396694,0.48347107,0.6280992,0.6446281,0.6818182,0.69008267,0.70247936,0.7231405,0.74380165,0.70247936,0.6942149,0.6859504,0.6528926,0.5123967,0.48347107,0.49173555,0.56198347,0.5495868,0.46280992,0.42561984,0.43801653,0.4338843,0.42975205,0.40495867,0.3677686,0.3677686,0.3677686,0.37190083,0.38016528,0.38842976,0.40082645,0.38842976,0.39256197,0.40495867,0.4214876,0.42975205,0.4338843,0.446281,0.46280992,0.49173555,0.54545456,0.59504133,0.60330576,0.59504133,0.58677685,0.5785124,0.5785124,0.59917355,0.61570245,0.661157,0.661157,0.6487603,0.6570248,0.677686,0.661157,0.6528926,0.6818182,0.6528926,0.61570245,0.18595041,0.19008264,0.18595041,0.19421488,0.19008264,0.1446281,0.23140496,0.61570245,0.6322314,0.677686,0.677686,0.6942149,0.7066116,0.7355372,0.7231405,0.69008267,0.6735537,0.6487603,0.5413223,0.5082645,0.53305787,0.59504133,0.6280992,0.59090906,0.5082645,0.4752066,0.45454547,0.45454547,0.45867768,0.446281,0.4338843,0.42975205,0.42561984,0.41735536,0.4214876,0.43801653,0.43801653,0.43801653,0.45041323,0.46694216,0.4752066,0.4752066,0.5,0.53305787,0.57024795,0.61570245,0.6322314,0.6280992,0.6198347,0.61157024,0.60330576,0.5785124,0.58677685,0.58264464,0.6446281,0.661157,0.6487603,0.6528926,0.6694215,0.6694215,0.6528926,0.6818182,0.6528926,0.60330576,0.19421488,0.1983471,0.19008264,0.19008264,0.19008264,0.18181819,0.10743801,0.47933885,0.61570245,0.6735537,0.69008267,0.69008267,0.6942149,0.71900827,0.72727275,0.6983471,0.6570248,0.6363636,0.58264464,0.5413223,0.56198347,0.59504133,0.6404959,0.6694215,0.6198347,0.57024795,0.5289256,0.5082645,0.5123967,0.5082645,0.49173555,0.47933885,0.46694216,0.45867768,0.45867768,0.46694216,0.4752066,0.47107437,0.4752066,0.49586776,0.5289256,0.53305787,0.56198347,0.59504133,0.62396693,0.6487603,0.6363636,0.6322314,0.6363636,0.6363636,0.6198347,0.59090906,0.57438016,0.54545456,0.6280992,0.661157,0.6528926,0.6570248,0.6570248,0.6694215,0.6735537,0.677686,0.6446281,0.59504133,0.1983471,0.19008264,0.18595041,0.18595041,0.19008264,0.18181819,0.13636364,0.30991736,0.57024795,0.6570248,0.69008267,0.69008267,0.6942149,0.7107438,0.71900827,0.6983471,0.661157,0.6322314,0.61157024,0.59090906,0.58677685,0.59917355,0.6322314,0.6735537,0.6818182,0.6570248,0.62396693,0.59917355,0.58677685,0.57024795,0.54545456,0.5247934,0.5165289,0.5041322,0.5,0.5,0.5165289,0.5289256,0.53305787,0.54545456,0.58677685,0.60330576,0.607438,0.6198347,0.6322314,0.6528926,0.6280992,0.6404959,0.6404959,0.6446281,0.6280992,0.59504133,0.57438016,0.56198347,0.6198347,0.6528926,0.6487603,0.661157,0.6570248,0.6652893,0.6818182,0.6528926,0.6322314,0.59917355,0.1983471,0.18595041,0.19008264,0.19008264,0.18595041,0.17768595,0.17355372,0.17355372,0.46280992,0.6487603,0.6735537,0.6859504,0.69008267,0.7066116,0.71900827,0.6983471,0.661157,0.6280992,0.6198347,0.6280992,0.6280992,0.6280992,0.6363636,0.6694215,0.6859504,0.69008267,0.6735537,0.661157,0.6487603,0.6363636,0.62396693,0.59917355,0.58677685,0.57024795,0.57024795,0.5661157,0.58264464,0.59917355,0.607438,0.60330576,0.6446281,0.6322314,0.62396693,0.62396693,0.6322314,0.6570248,0.6280992,0.6322314,0.6404959,0.61570245,0.6280992,0.58677685,0.57024795,0.59917355,0.6280992,0.6404959,0.6404959,0.6652893,0.6570248,0.6694215,0.6652893,0.6446281,0.61157024,0.61570245,0.20247933,0.19421488,0.19008264,0.1983471,0.18595041,0.17355372,0.18181819,0.13636364,0.35123968,0.607438,0.6694215,0.6859504,0.6818182,0.70247936,0.71900827,0.7066116,0.6652893,0.6322314,0.62396693,0.6363636,0.6446281,0.6487603,0.6528926,0.677686,0.6859504,0.6859504,0.6818182,0.677686,0.6694215,0.661157,0.6652893,0.6528926,0.62396693,0.607438,0.61157024,0.61157024,0.6280992,0.6446281,0.6446281,0.6363636,0.6694215,0.6363636,0.6280992,0.6363636,0.6404959,0.6528926,0.6280992,0.6198347,0.62396693,0.59504133,0.59917355,0.59090906,0.57438016,0.61570245,0.6404959,0.6404959,0.6446281,0.6528926,0.6570248,0.6652893,0.6487603,0.6363636,0.61157024,0.6198347,0.20661157,0.19421488,0.19008264,0.19008264,0.18181819,0.17768595,0.18181819,0.14876033,0.2768595,0.55785125,0.6652893,0.677686,0.677686,0.69008267,0.70247936,0.7107438,0.677686,0.6446281,0.6198347,0.62396693,0.6528926,0.6528926,0.6570248,0.677686,0.6859504,0.6859504,0.6818182,0.6942149,0.6818182,0.6735537,0.6694215,0.6528926,0.61157024,0.59917355,0.58264464,0.59504133,0.61570245,0.6322314,0.6363636,0.6446281,0.6570248,0.6322314,0.6363636,0.6363636,0.6404959,0.6404959,0.6198347,0.61157024,0.607438,0.59090906,0.58264464,0.59504133,0.58677685,0.60330576,0.6404959,0.6363636,0.6446281,0.6446281,0.6570248,0.661157,0.6404959,0.61570245,0.607438,0.6363636,0.20247933,0.1983471,0.19008264,0.18181819,0.17768595,0.17768595,0.17355372,0.16115703,0.20661157,0.45867768,0.661157,0.6652893,0.6859504,0.6818182,0.677686,0.70247936,0.6818182,0.6446281,0.6198347,0.60330576,0.6404959,0.6404959,0.6570248,0.6652893,0.6694215,0.69008267,0.677686,0.6942149,0.6818182,0.661157,0.6570248,0.61570245,0.5785124,0.55785125,0.5371901,0.5371901,0.56198347,0.5661157,0.58677685,0.6198347,0.61570245,0.61570245,0.62396693,0.62396693,0.6280992,0.6322314,0.61570245,0.60330576,0.59917355,0.59504133,0.58264464,0.59090906,0.58677685,0.59090906,0.6280992,0.6363636,0.6404959,0.6446281,0.6528926,0.6487603,0.62396693,0.61157024,0.6198347,0.6446281,0.1983471,0.1983471,0.19421488,0.18181819,0.18181819,0.1694215,0.1694215,0.16115703,0.1694215,0.30991736,0.6528926,0.6570248,0.6818182,0.6818182,0.6694215,0.6859504,0.6694215,0.6322314,0.6198347,0.59504133,0.6322314,0.61570245,0.6446281,0.6487603,0.6528926,0.6735537,0.6528926,0.661157,0.6487603,0.61157024,0.59504133,0.5413223,0.5247934,0.5082645,0.49586776,0.49586776,0.5123967,0.5206612,0.53305787,0.57438016,0.57438016,0.59090906,0.60330576,0.61157024,0.61157024,0.6280992,0.61570245,0.59917355,0.60330576,0.59504133,0.58677685,0.58264464,0.59504133,0.59504133,0.61570245,0.6404959,0.6322314,0.6363636,0.6446281,0.6322314,0.607438,0.607438,0.62396693,0.6528926,0.20247933,0.19421488,0.1983471,0.17768595,0.18595041,0.17355372,0.17355372,0.1570248,0.15289256,0.42975205,0.6528926,0.6446281,0.6735537,0.677686,0.677686,0.677686,0.6735537,0.6528926,0.6404959,0.59504133,0.61570245,0.61157024,0.6322314,0.6363636,0.6446281,0.6363636,0.62396693,0.62396693,0.61570245,0.59090906,0.57024795,0.5165289,0.5082645,0.5165289,0.5041322,0.5,0.5041322,0.5123967,0.5247934,0.54545456,0.55785125,0.5785124,0.59504133,0.61157024,0.61157024,0.6280992,0.61157024,0.59917355,0.60330576,0.59917355,0.59917355,0.5785124,0.59504133,0.61570245,0.61157024,0.6322314,0.6322314,0.6363636,0.6280992,0.61570245,0.61157024,0.6198347,0.6322314,0.6652893,0.19008264,0.19421488,0.19008264,0.17768595,0.17768595,0.17768595,0.16528925,0.16528925,0.16115703,0.6694215,0.607438,0.6280992,0.6652893,0.677686,0.6942149,0.677686,0.6735537,0.677686,0.6404959,0.61157024,0.60330576,0.61157024,0.6363636,0.6280992,0.6322314,0.61570245,0.61157024,0.607438,0.59504133,0.59090906,0.58264464,0.553719,0.5371901,0.5413223,0.5371901,0.5289256,0.5206612,0.5206612,0.5371901,0.5413223,0.5495868,0.57438016,0.59504133,0.60330576,0.61157024,0.6198347,0.607438,0.59504133,0.59917355,0.59504133,0.607438,0.60330576,0.59504133,0.59917355,0.60330576,0.62396693,0.6322314,0.6322314,0.61157024,0.60330576,0.6198347,0.6280992,0.6487603,0.6487603,0.18595041,0.20247933,0.18181819,0.17355372,0.17355372,0.1694215,0.1694215,0.12396694,0.3181818,0.8016529,0.49173555,0.59917355,0.6528926,0.6694215,0.6942149,0.6818182,0.6735537,0.6652893,0.6446281,0.6280992,0.6198347,0.6198347,0.6322314,0.6322314,0.61570245,0.61570245,0.61570245,0.60330576,0.59090906,0.58677685,0.59504133,0.58264464,0.5785124,0.57438016,0.5661157,0.54545456,0.5413223,0.5413223,0.54545456,0.56198347,0.5661157,0.58264464,0.59090906,0.59090906,0.607438,0.61570245,0.607438,0.59917355,0.59504133,0.59504133,0.60330576,0.59917355,0.60330576,0.59504133,0.59504133,0.6198347,0.6198347,0.61157024,0.59917355,0.60330576,0.6280992,0.6363636,0.661157,0.6528926,0.19008264,0.20247933,0.19008264,0.17768595,0.17768595,0.17355372,0.17355372,0.09504132,0.55785125,0.8181818,0.47933885,0.45867768,0.59090906,0.6528926,0.677686,0.6859504,0.677686,0.661157,0.6446281,0.6446281,0.6404959,0.6363636,0.6322314,0.62396693,0.61157024,0.61570245,0.6280992,0.61157024,0.60330576,0.59504133,0.58677685,0.58264464,0.58677685,0.58264464,0.57024795,0.5661157,0.57024795,0.5661157,0.55785125,0.57024795,0.58677685,0.59090906,0.59917355,0.59917355,0.61157024,0.6198347,0.59917355,0.59504133,0.59090906,0.58677685,0.60330576,0.58677685,0.59917355,0.61157024,0.59504133,0.61157024,0.61570245,0.59917355,0.59917355,0.61157024,0.6322314,0.6322314,0.6570248,0.6570248,23 +0.1446281,0.2107438,0.28512397,0.3429752,0.39256197,0.40495867,0.4090909,0.41322315,0.42975205,0.45454547,0.4752066,0.4752066,0.45867768,0.45454547,0.446281,0.42561984,0.4338843,0.45454547,0.46280992,0.46280992,0.446281,0.45041323,0.48347107,0.48347107,0.5041322,0.48347107,0.5041322,0.5123967,0.53305787,0.5413223,0.54545456,0.5495868,0.54545456,0.5247934,0.5289256,0.5123967,0.5495868,0.56198347,0.57438016,0.55785125,0.59090906,0.59090906,0.59504133,0.59504133,0.607438,0.6280992,0.6198347,0.59504133,0.6280992,0.6322314,0.6404959,0.6446281,0.6363636,0.6198347,0.61570245,0.607438,0.58677685,0.57024795,0.58677685,0.60330576,0.55785125,0.45867768,0.3181818,0.25619835,0.1570248,0.22727273,0.2768595,0.35950413,0.38842976,0.3966942,0.3966942,0.40495867,0.4338843,0.46694216,0.48347107,0.46694216,0.47107437,0.46280992,0.46280992,0.49173555,0.4876033,0.47933885,0.4876033,0.49586776,0.48347107,0.4876033,0.49586776,0.49173555,0.49173555,0.49173555,0.5123967,0.5206612,0.5289256,0.5371901,0.53305787,0.5371901,0.5413223,0.5247934,0.5247934,0.53305787,0.55785125,0.59090906,0.57438016,0.58264464,0.59090906,0.5785124,0.58677685,0.59504133,0.60330576,0.6198347,0.61157024,0.6280992,0.6280992,0.6446281,0.6446281,0.6404959,0.6280992,0.6322314,0.607438,0.607438,0.59504133,0.58677685,0.58677685,0.59917355,0.58264464,0.5082645,0.38016528,0.25619835,0.18181819,0.2520661,0.29752067,0.37190083,0.39256197,0.3966942,0.3966942,0.40495867,0.44214877,0.46280992,0.48347107,0.47107437,0.47933885,0.49586776,0.5041322,0.5082645,0.5123967,0.5041322,0.5206612,0.53305787,0.5247934,0.5165289,0.5123967,0.5165289,0.5247934,0.53305787,0.553719,0.56198347,0.5661157,0.553719,0.5413223,0.5495868,0.56198347,0.54545456,0.5371901,0.5661157,0.57438016,0.57438016,0.5785124,0.59504133,0.59504133,0.58677685,0.59090906,0.59504133,0.59917355,0.61157024,0.61157024,0.6404959,0.6363636,0.6404959,0.6446281,0.6363636,0.62396693,0.6280992,0.61570245,0.60330576,0.60330576,0.59090906,0.59090906,0.59504133,0.59917355,0.54545456,0.43801653,0.28512397,0.19421488,0.28099173,0.3140496,0.38016528,0.40082645,0.40082645,0.40495867,0.41322315,0.43801653,0.46280992,0.47107437,0.46694216,0.48347107,0.5041322,0.5123967,0.5165289,0.5247934,0.5206612,0.53305787,0.53305787,0.5206612,0.5413223,0.5413223,0.5206612,0.5413223,0.553719,0.57438016,0.57438016,0.59090906,0.59090906,0.57024795,0.5785124,0.58264464,0.55785125,0.553719,0.58264464,0.58677685,0.57024795,0.58677685,0.60330576,0.61157024,0.59090906,0.59917355,0.61157024,0.60330576,0.61157024,0.6280992,0.6363636,0.6322314,0.6570248,0.6487603,0.61570245,0.607438,0.60330576,0.607438,0.59917355,0.59090906,0.59090906,0.59917355,0.59090906,0.59090906,0.56198347,0.49586776,0.30578512,0.20661157,0.29338843,0.338843,0.38842976,0.40495867,0.40082645,0.40495867,0.41735536,0.43801653,0.45041323,0.46280992,0.46280992,0.4752066,0.49586776,0.5165289,0.5247934,0.5289256,0.5206612,0.5371901,0.5413223,0.5206612,0.5495868,0.54545456,0.5165289,0.5413223,0.5661157,0.57438016,0.5785124,0.59090906,0.59917355,0.59090906,0.59917355,0.607438,0.57024795,0.57438016,0.57024795,0.59090906,0.58677685,0.607438,0.59917355,0.61157024,0.60330576,0.60330576,0.61570245,0.61157024,0.61570245,0.6280992,0.6322314,0.6280992,0.6487603,0.6404959,0.59504133,0.59917355,0.56198347,0.58677685,0.59090906,0.57024795,0.58264464,0.58677685,0.59090906,0.59090906,0.5661157,0.54545456,0.3429752,0.2231405,0.29752067,0.3677686,0.39256197,0.40495867,0.39256197,0.40082645,0.41735536,0.44214877,0.446281,0.446281,0.43801653,0.45041323,0.45041323,0.49173555,0.5041322,0.5165289,0.5165289,0.5123967,0.5082645,0.5041322,0.5247934,0.5082645,0.49586776,0.5247934,0.5413223,0.5661157,0.57438016,0.58677685,0.58677685,0.58677685,0.59504133,0.60330576,0.57024795,0.57438016,0.57438016,0.59504133,0.5785124,0.60330576,0.60330576,0.61157024,0.59504133,0.59917355,0.61157024,0.62396693,0.61570245,0.6198347,0.61157024,0.59917355,0.61570245,0.60330576,0.57024795,0.58264464,0.5371901,0.54545456,0.5495868,0.5413223,0.55785125,0.57438016,0.59504133,0.59504133,0.5661157,0.5661157,0.39256197,0.23140496,0.30991736,0.37603307,0.39256197,0.38842976,0.38842976,0.40495867,0.4214876,0.4338843,0.42561984,0.4214876,0.3966942,0.4090909,0.4090909,0.4338843,0.45041323,0.46280992,0.47107437,0.47107437,0.46694216,0.45041323,0.47933885,0.46694216,0.46280992,0.47933885,0.5206612,0.5371901,0.56198347,0.57024795,0.5661157,0.57438016,0.58264464,0.5785124,0.5661157,0.57438016,0.57024795,0.58264464,0.57438016,0.58264464,0.59090906,0.60330576,0.59090906,0.59504133,0.58677685,0.57438016,0.5661157,0.55785125,0.553719,0.5413223,0.5661157,0.55785125,0.5495868,0.553719,0.53305787,0.5247934,0.5206612,0.5247934,0.5413223,0.5661157,0.58677685,0.59090906,0.5785124,0.56198347,0.45041323,0.24793388,0.3264463,0.38016528,0.38842976,0.38429752,0.3966942,0.41322315,0.4214876,0.41735536,0.38016528,0.39256197,0.3677686,0.37603307,0.37603307,0.37603307,0.3677686,0.38016528,0.38429752,0.38429752,0.4090909,0.40082645,0.42561984,0.43801653,0.41735536,0.45454547,0.48347107,0.5123967,0.5371901,0.5495868,0.55785125,0.56198347,0.5661157,0.57024795,0.56198347,0.5661157,0.57024795,0.57024795,0.58264464,0.5785124,0.56198347,0.5785124,0.5661157,0.55785125,0.5247934,0.48347107,0.46694216,0.47107437,0.47107437,0.47107437,0.5,0.5247934,0.53305787,0.54545456,0.5247934,0.5413223,0.5247934,0.5123967,0.5247934,0.553719,0.57438016,0.58677685,0.59504133,0.56198347,0.49586776,0.2644628,0.3429752,0.38016528,0.38016528,0.3966942,0.40495867,0.40495867,0.40082645,0.38429752,0.3429752,0.35123968,0.338843,0.33471075,0.3553719,0.338843,0.30991736,0.30991736,0.30991736,0.3140496,0.32231405,0.3429752,0.3677686,0.41735536,0.38429752,0.446281,0.45867768,0.49173555,0.5,0.53305787,0.54545456,0.5371901,0.5289256,0.54545456,0.54545456,0.56198347,0.5785124,0.5785124,0.58677685,0.59504133,0.57438016,0.5495868,0.5413223,0.5206612,0.46694216,0.42975205,0.38842976,0.40495867,0.38842976,0.38429752,0.40082645,0.47107437,0.49173555,0.5165289,0.5082645,0.5082645,0.5123967,0.5165289,0.5206612,0.5371901,0.553719,0.58264464,0.59504133,0.57438016,0.5206612,0.28512397,0.35123968,0.36363637,0.37190083,0.39256197,0.3966942,0.3677686,0.36363637,0.34710744,0.3140496,0.3140496,0.30578512,0.30165288,0.32231405,0.3429752,0.30578512,0.30165288,0.30991736,0.2892562,0.30165288,0.3181818,0.338843,0.39256197,0.38429752,0.43801653,0.45454547,0.4752066,0.47107437,0.5165289,0.5165289,0.5165289,0.5206612,0.53305787,0.5289256,0.5495868,0.57438016,0.607438,0.5785124,0.61570245,0.61157024,0.5495868,0.5413223,0.5165289,0.46280992,0.43801653,0.39256197,0.3966942,0.3966942,0.38842976,0.38016528,0.44214877,0.45867768,0.4876033,0.5247934,0.4876033,0.4876033,0.49586776,0.5123967,0.5123967,0.5206612,0.57024795,0.59090906,0.58677685,0.5413223,0.28512397,0.35123968,0.36363637,0.35950413,0.3677686,0.36363637,0.33471075,0.3181818,0.30165288,0.29752067,0.28512397,0.30165288,0.2892562,0.30991736,0.33471075,0.338843,0.35950413,0.38016528,0.35950413,0.34710744,0.37603307,0.38842976,0.41735536,0.40082645,0.41735536,0.45454547,0.446281,0.44214877,0.5,0.5041322,0.4876033,0.53305787,0.5495868,0.5413223,0.553719,0.58677685,0.6404959,0.58677685,0.6363636,0.607438,0.57438016,0.5661157,0.5495868,0.5289256,0.5247934,0.5082645,0.5082645,0.5082645,0.49173555,0.47933885,0.5041322,0.53305787,0.5413223,0.59917355,0.5785124,0.55785125,0.5413223,0.5371901,0.53305787,0.5289256,0.5661157,0.58264464,0.607438,0.553719,0.29752067,0.34710744,0.3677686,0.35950413,0.338843,0.32231405,0.3140496,0.29752067,0.29752067,0.2892562,0.30165288,0.32231405,0.3305785,0.3429752,0.3677686,0.37603307,0.38842976,0.38842976,0.37603307,0.35950413,0.34710744,0.3429752,0.37603307,0.37603307,0.38016528,0.42975205,0.4090909,0.40082645,0.45867768,0.48347107,0.47933885,0.5206612,0.5413223,0.553719,0.58677685,0.6198347,0.661157,0.6280992,0.6446281,0.58264464,0.58677685,0.59504133,0.59090906,0.5495868,0.5165289,0.5165289,0.5123967,0.5082645,0.5165289,0.5289256,0.53305787,0.553719,0.58677685,0.6528926,0.6487603,0.62396693,0.60330576,0.5785124,0.54545456,0.5289256,0.5661157,0.58677685,0.61570245,0.59504133,0.28099173,0.35123968,0.36363637,0.35123968,0.338843,0.30991736,0.29338843,0.2892562,0.29752067,0.30165288,0.3264463,0.33471075,0.3305785,0.33471075,0.338843,0.338843,0.32231405,0.30991736,0.28099173,0.27272728,0.2768595,0.2644628,0.29752067,0.3140496,0.3181818,0.3181818,0.3264463,0.3264463,0.37603307,0.43801653,0.48347107,0.53305787,0.56198347,0.58677685,0.6322314,0.6652893,0.661157,0.6280992,0.59504133,0.57438016,0.60330576,0.59504133,0.5785124,0.49173555,0.39256197,0.36363637,0.3553719,0.3677686,0.37603307,0.40495867,0.45041323,0.49586776,0.57438016,0.6404959,0.6652893,0.6363636,0.6198347,0.59917355,0.57024795,0.56198347,0.5661157,0.60330576,0.61157024,0.607438,0.28099173,0.34710744,0.37190083,0.34710744,0.3429752,0.30991736,0.29338843,0.29752067,0.3140496,0.3140496,0.3429752,0.30165288,0.2768595,0.25619835,0.27272728,0.2768595,0.30165288,0.30165288,0.2603306,0.23966943,0.24793388,0.24793388,0.22727273,0.25619835,0.29752067,0.2892562,0.2892562,0.27272728,0.3181818,0.3966942,0.46280992,0.5289256,0.56198347,0.59917355,0.6446281,0.6735537,0.6528926,0.59504133,0.5495868,0.58264464,0.59917355,0.553719,0.45867768,0.35950413,0.32231405,0.3140496,0.3305785,0.36363637,0.40082645,0.41322315,0.42975205,0.39256197,0.44214877,0.49586776,0.61570245,0.6404959,0.6280992,0.6322314,0.6198347,0.59504133,0.59504133,0.60330576,0.61570245,0.61157024,0.29338843,0.3553719,0.36363637,0.3553719,0.35123968,0.32231405,0.30578512,0.3140496,0.33471075,0.32231405,0.29338843,0.23553719,0.24380165,0.2520661,0.24380165,0.21900827,0.2107438,0.23966943,0.23553719,0.24380165,0.2644628,0.2603306,0.2603306,0.27272728,0.30165288,0.28512397,0.28099173,0.2520661,0.27272728,0.3553719,0.45867768,0.53305787,0.59917355,0.6363636,0.661157,0.6694215,0.6280992,0.553719,0.57438016,0.58264464,0.5413223,0.48347107,0.38016528,0.32231405,0.338843,0.35950413,0.34710744,0.32231405,0.29338843,0.3181818,0.36363637,0.38429752,0.46280992,0.45454547,0.48347107,0.58264464,0.61570245,0.6280992,0.6363636,0.6322314,0.61570245,0.61570245,0.6198347,0.6280992,0.2892562,0.36363637,0.37190083,0.3677686,0.34710744,0.338843,0.33471075,0.3305785,0.338843,0.29338843,0.23966943,0.22727273,0.2231405,0.2107438,0.15289256,0.11983471,0.13636364,0.1570248,0.1322314,0.18181819,0.24380165,0.2520661,0.2768595,0.28099173,0.3140496,0.30578512,0.30991736,0.28099173,0.23966943,0.3181818,0.46280992,0.553719,0.6363636,0.6735537,0.6735537,0.6652893,0.61570245,0.55785125,0.58264464,0.553719,0.48347107,0.40495867,0.35123968,0.35123968,0.36363637,0.3140496,0.23966943,0.18181819,0.18181819,0.16115703,0.21900827,0.35123968,0.38016528,0.43801653,0.4752066,0.53305787,0.59917355,0.6280992,0.6487603,0.6404959,0.6280992,0.62396693,0.6198347,0.62396693,0.30578512,0.35950413,0.37603307,0.37190083,0.3553719,0.3429752,0.3429752,0.338843,0.33471075,0.2520661,0.23140496,0.1983471,0.2107438,0.24793388,0.13636364,0.14049587,0.19008264,0.22727273,0.10330579,0.21900827,0.28099173,0.23553719,0.25619835,0.26859504,0.29752067,0.3181818,0.33471075,0.3305785,0.23553719,0.2892562,0.46694216,0.5785124,0.6652893,0.7066116,0.6983471,0.6652893,0.59504133,0.553719,0.59504133,0.49586776,0.41735536,0.38016528,0.38016528,0.37190083,0.36363637,0.2768595,0.20247933,0.20247933,0.2603306,0.17355372,0.10330579,0.5206612,0.5165289,0.39256197,0.42561984,0.5165289,0.59917355,0.6404959,0.6528926,0.6487603,0.6363636,0.6322314,0.62396693,0.6363636,0.3305785,0.34710744,0.38842976,0.38429752,0.36363637,0.34710744,0.3429752,0.33471075,0.30165288,0.23553719,0.1983471,0.17355372,0.27272728,0.3305785,0.1446281,0.1322314,0.14049587,0.17355372,0.11983471,0.2644628,0.37190083,0.28099173,0.26859504,0.26859504,0.28512397,0.3140496,0.3553719,0.34710744,0.27272728,0.2768595,0.45867768,0.58264464,0.6735537,0.73140496,0.71900827,0.6694215,0.58677685,0.5165289,0.5495868,0.49173555,0.43801653,0.4090909,0.39256197,0.3553719,0.40082645,0.3429752,0.21487603,0.14876033,0.17355372,0.30578512,0.11570248,0.56198347,0.6404959,0.47933885,0.37190083,0.46694216,0.5785124,0.62396693,0.6487603,0.6652893,0.6528926,0.6446281,0.6446281,0.6404959,0.338843,0.35950413,0.3966942,0.3966942,0.38016528,0.36363637,0.338843,0.32231405,0.28099173,0.2231405,0.2107438,0.21900827,0.3181818,0.35950413,0.20661157,0.14049587,0.13636364,0.13636364,0.17355372,0.3264463,0.40082645,0.3181818,0.338843,0.30165288,0.2768595,0.2892562,0.35950413,0.37190083,0.30991736,0.2768595,0.45041323,0.5785124,0.677686,0.73966944,0.7231405,0.677686,0.57438016,0.49586776,0.49173555,0.5371901,0.45867768,0.40495867,0.38016528,0.35950413,0.44214877,0.43801653,0.27272728,0.19421488,0.14876033,0.38016528,0.29338843,0.62396693,0.607438,0.46280992,0.41735536,0.46280992,0.5413223,0.607438,0.6487603,0.6652893,0.6652893,0.6570248,0.6404959,0.6446281,0.33471075,0.36363637,0.40082645,0.3966942,0.40082645,0.38429752,0.35950413,0.3305785,0.2768595,0.24793388,0.2520661,0.28099173,0.338843,0.3677686,0.3305785,0.21900827,0.19421488,0.20247933,0.27272728,0.36363637,0.36363637,0.30578512,0.3181818,0.29338843,0.2892562,0.29752067,0.38842976,0.37603307,0.30991736,0.29338843,0.45041323,0.5661157,0.6735537,0.73966944,0.7355372,0.6859504,0.57024795,0.47107437,0.56198347,0.5371901,0.4214876,0.38016528,0.3553719,0.3553719,0.40082645,0.446281,0.36363637,0.2768595,0.24793388,0.3181818,0.49586776,0.60330576,0.5247934,0.5,0.47107437,0.5165289,0.56198347,0.607438,0.6487603,0.6652893,0.6694215,0.6652893,0.6404959,0.6363636,0.3305785,0.3553719,0.40082645,0.38842976,0.4214876,0.41322315,0.40495867,0.38016528,0.338843,0.32231405,0.2892562,0.2892562,0.3140496,0.3429752,0.39256197,0.338843,0.30165288,0.29752067,0.3264463,0.3305785,0.33471075,0.3140496,0.30991736,0.32231405,0.338843,0.3140496,0.40082645,0.3429752,0.2892562,0.338843,0.446281,0.553719,0.6570248,0.73140496,0.74380165,0.6818182,0.58677685,0.4338843,0.5661157,0.5,0.42975205,0.3966942,0.37603307,0.37603307,0.38429752,0.40495867,0.37603307,0.36363637,0.35123968,0.4338843,0.5041322,0.5371901,0.5206612,0.5165289,0.5289256,0.57438016,0.60330576,0.6280992,0.6528926,0.6652893,0.6735537,0.661157,0.6528926,0.6404959,0.3264463,0.35123968,0.3966942,0.40082645,0.4338843,0.43801653,0.44214877,0.446281,0.41735536,0.38842976,0.3429752,0.29752067,0.28512397,0.29752067,0.3264463,0.338843,0.33471075,0.3264463,0.3181818,0.32231405,0.338843,0.3305785,0.35123968,0.36363637,0.35950413,0.338843,0.38842976,0.3181818,0.3305785,0.39256197,0.43801653,0.5371901,0.6404959,0.7231405,0.73966944,0.661157,0.60330576,0.4338843,0.4876033,0.49173555,0.44214877,0.41735536,0.42561984,0.4214876,0.41322315,0.4338843,0.41322315,0.41735536,0.43801653,0.49173555,0.5082645,0.61570245,0.607438,0.553719,0.5785124,0.61570245,0.6363636,0.6570248,0.6652893,0.661157,0.6694215,0.6570248,0.6528926,0.6528926,0.3181818,0.3429752,0.38842976,0.40495867,0.42975205,0.45041323,0.46280992,0.4752066,0.46280992,0.43801653,0.38429752,0.32231405,0.30991736,0.3264463,0.3305785,0.338843,0.34710744,0.338843,0.3429752,0.34710744,0.36363637,0.36363637,0.3966942,0.39256197,0.36363637,0.3677686,0.38016528,0.37603307,0.41322315,0.42561984,0.42975205,0.5041322,0.62396693,0.7355372,0.74380165,0.6487603,0.607438,0.49173555,0.446281,0.47933885,0.45041323,0.4214876,0.45454547,0.45041323,0.45454547,0.4752066,0.47933885,0.49586776,0.5082645,0.56198347,0.58677685,0.6983471,0.6404959,0.59917355,0.607438,0.6404959,0.6570248,0.661157,0.6652893,0.6487603,0.6487603,0.6652893,0.6446281,0.6487603,0.30165288,0.338843,0.37603307,0.38842976,0.42975205,0.45454547,0.46694216,0.48347107,0.49173555,0.46694216,0.4214876,0.3677686,0.338843,0.34710744,0.3553719,0.3553719,0.35950413,0.36363637,0.37603307,0.37603307,0.38429752,0.38842976,0.41322315,0.3966942,0.40082645,0.4214876,0.42975205,0.46280992,0.446281,0.42561984,0.4214876,0.46694216,0.58677685,0.73140496,0.75206614,0.6570248,0.60330576,0.5495868,0.47933885,0.4752066,0.46694216,0.45454547,0.46280992,0.48347107,0.5,0.5123967,0.5165289,0.5371901,0.57024795,0.59090906,0.6446281,0.69008267,0.6280992,0.62396693,0.6446281,0.6652893,0.677686,0.6694215,0.6694215,0.6652893,0.6404959,0.6652893,0.6363636,0.6198347,0.28512397,0.32231405,0.3677686,0.39256197,0.42561984,0.446281,0.47107437,0.49586776,0.5165289,0.5041322,0.4752066,0.4090909,0.38842976,0.36363637,0.38842976,0.37190083,0.3677686,0.37603307,0.3966942,0.40495867,0.41322315,0.41322315,0.4090909,0.42975205,0.45454547,0.49173555,0.4876033,0.47933885,0.46280992,0.42561984,0.42561984,0.45867768,0.56198347,0.7066116,0.7355372,0.661157,0.59917355,0.58264464,0.55785125,0.5289256,0.48347107,0.49586776,0.4752066,0.49586776,0.5123967,0.5247934,0.53305787,0.55785125,0.5785124,0.58264464,0.6322314,0.6363636,0.6446281,0.6446281,0.6652893,0.6735537,0.677686,0.6818182,0.6735537,0.6735537,0.6446281,0.661157,0.6363636,0.60330576,0.2768595,0.3140496,0.3429752,0.38016528,0.41735536,0.446281,0.4752066,0.5,0.5206612,0.5289256,0.5,0.47933885,0.44214877,0.4214876,0.41735536,0.41322315,0.4214876,0.42975205,0.43801653,0.44214877,0.4338843,0.41735536,0.41322315,0.4752066,0.47933885,0.5165289,0.49586776,0.48347107,0.47107437,0.4338843,0.4338843,0.46280992,0.54545456,0.661157,0.74380165,0.6735537,0.59090906,0.59090906,0.6198347,0.61570245,0.55785125,0.5247934,0.5123967,0.5,0.5123967,0.54545456,0.56198347,0.5785124,0.58677685,0.607438,0.6404959,0.6322314,0.6818182,0.661157,0.6694215,0.6735537,0.677686,0.6818182,0.6859504,0.6735537,0.6735537,0.6528926,0.6446281,0.607438,0.28099173,0.30578512,0.3429752,0.37603307,0.4090909,0.44214877,0.47107437,0.49586776,0.5206612,0.54545456,0.53305787,0.53305787,0.49173555,0.45041323,0.45454547,0.44214877,0.446281,0.45454547,0.43801653,0.44214877,0.42975205,0.4214876,0.44214877,0.49586776,0.49586776,0.5082645,0.48347107,0.47107437,0.45041323,0.42975205,0.4338843,0.45041323,0.5247934,0.6487603,0.74380165,0.6983471,0.60330576,0.58264464,0.6280992,0.6446281,0.6280992,0.59917355,0.5495868,0.5247934,0.5289256,0.54545456,0.54545456,0.5785124,0.59917355,0.62396693,0.6404959,0.6570248,0.6818182,0.6694215,0.6694215,0.677686,0.6735537,0.6735537,0.69008267,0.677686,0.6652893,0.62396693,0.62396693,0.59917355,0.2768595,0.2892562,0.32231405,0.36363637,0.4090909,0.44214877,0.46280992,0.49173555,0.5082645,0.5371901,0.5495868,0.53305787,0.5165289,0.48347107,0.47107437,0.446281,0.4338843,0.45454547,0.45454547,0.446281,0.446281,0.45867768,0.4876033,0.5041322,0.5041322,0.48347107,0.48347107,0.46694216,0.45454547,0.43801653,0.45041323,0.47107437,0.5371901,0.6570248,0.7355372,0.71487606,0.6198347,0.58264464,0.61157024,0.6363636,0.6652893,0.6322314,0.61570245,0.5785124,0.57024795,0.5661157,0.57438016,0.57024795,0.58677685,0.607438,0.6404959,0.6652893,0.677686,0.6983471,0.6818182,0.6818182,0.677686,0.677686,0.6859504,0.69008267,0.6694215,0.6404959,0.61157024,0.59917355,0.2892562,0.27272728,0.30165288,0.3429752,0.3966942,0.4338843,0.45041323,0.4752066,0.49173555,0.5165289,0.5123967,0.5247934,0.5247934,0.5082645,0.48347107,0.47107437,0.46280992,0.45867768,0.46694216,0.4752066,0.5,0.5082645,0.5165289,0.5082645,0.5,0.4752066,0.4876033,0.46694216,0.45454547,0.446281,0.46280992,0.49173555,0.54545456,0.6487603,0.71900827,0.72727275,0.6487603,0.61157024,0.60330576,0.62396693,0.6652893,0.6487603,0.6528926,0.62396693,0.61157024,0.59917355,0.58677685,0.58264464,0.61157024,0.62396693,0.6404959,0.6735537,0.6694215,0.6859504,0.6818182,0.6735537,0.6652893,0.6818182,0.6942149,0.69008267,0.6735537,0.6280992,0.6198347,0.59090906,0.30165288,0.2768595,0.2892562,0.33471075,0.38429752,0.42561984,0.446281,0.46280992,0.47107437,0.5,0.4876033,0.5082645,0.5082645,0.5082645,0.5123967,0.5,0.5,0.49586776,0.49586776,0.5123967,0.5371901,0.53305787,0.5413223,0.5165289,0.4876033,0.47933885,0.47107437,0.47107437,0.45454547,0.446281,0.48347107,0.5206612,0.58264464,0.6652893,0.73140496,0.73140496,0.6652893,0.6198347,0.61157024,0.61570245,0.661157,0.661157,0.661157,0.6487603,0.6446281,0.6404959,0.6322314,0.61570245,0.61570245,0.6363636,0.6404959,0.6694215,0.6652893,0.6818182,0.6859504,0.6735537,0.6818182,0.71487606,0.7231405,0.7066116,0.6735537,0.62396693,0.607438,0.59090906,0.30578512,0.28512397,0.2892562,0.30991736,0.3677686,0.40495867,0.44214877,0.45867768,0.46694216,0.4876033,0.48347107,0.5041322,0.49173555,0.49173555,0.49586776,0.5041322,0.5123967,0.5247934,0.5289256,0.5495868,0.5661157,0.5661157,0.57024795,0.5289256,0.5,0.5041322,0.45454547,0.46694216,0.43801653,0.45867768,0.5123967,0.54545456,0.61157024,0.677686,0.73140496,0.7231405,0.69008267,0.6363636,0.6280992,0.6198347,0.6528926,0.6652893,0.6694215,0.677686,0.6735537,0.6652893,0.6570248,0.6528926,0.6487603,0.6570248,0.6570248,0.677686,0.6652893,0.69008267,0.6942149,0.69008267,0.7066116,0.71900827,0.7066116,0.7066116,0.677686,0.6280992,0.59090906,0.58677685,0.30991736,0.28512397,0.30165288,0.29338843,0.3553719,0.39256197,0.41735536,0.44214877,0.45867768,0.47933885,0.4876033,0.5123967,0.49586776,0.49173555,0.5082645,0.5041322,0.5206612,0.5413223,0.56198347,0.5785124,0.59090906,0.59917355,0.58264464,0.553719,0.5123967,0.5082645,0.44214877,0.45041323,0.4338843,0.49173555,0.53305787,0.57024795,0.6280992,0.6735537,0.70247936,0.71487606,0.70247936,0.6570248,0.6280992,0.6198347,0.6404959,0.6694215,0.6818182,0.6983471,0.70247936,0.69008267,0.6942149,0.69008267,0.6818182,0.6942149,0.6942149,0.69008267,0.6942149,0.6983471,0.7107438,0.6942149,0.70247936,0.71487606,0.6942149,0.70247936,0.677686,0.6363636,0.59504133,0.58264464,0.3140496,0.28099173,0.30578512,0.29338843,0.3305785,0.38016528,0.3966942,0.4214876,0.45041323,0.46694216,0.48347107,0.5123967,0.5082645,0.5123967,0.5289256,0.5206612,0.5371901,0.56198347,0.59090906,0.60330576,0.607438,0.61570245,0.59090906,0.5661157,0.53305787,0.48347107,0.42561984,0.45041323,0.45454547,0.5082645,0.5495868,0.58677685,0.6528926,0.6942149,0.6942149,0.7231405,0.73140496,0.6818182,0.6363636,0.62396693,0.6322314,0.6652893,0.6942149,0.7107438,0.7231405,0.7107438,0.71900827,0.7231405,0.70247936,0.7231405,0.7107438,0.7107438,0.71900827,0.7066116,0.71900827,0.70247936,0.6983471,0.7107438,0.6859504,0.6859504,0.6735537,0.6404959,0.59917355,0.57438016,0.3305785,0.28099173,0.30165288,0.30165288,0.3181818,0.37190083,0.3966942,0.42561984,0.45867768,0.45867768,0.4752066,0.5082645,0.5206612,0.5247934,0.5371901,0.53305787,0.56198347,0.5661157,0.58677685,0.59504133,0.59504133,0.61157024,0.59090906,0.57438016,0.53305787,0.45041323,0.43801653,0.4752066,0.47933885,0.5123967,0.5495868,0.59917355,0.6487603,0.6859504,0.6942149,0.71487606,0.74380165,0.6859504,0.661157,0.62396693,0.6280992,0.6446281,0.6983471,0.7231405,0.7231405,0.7231405,0.72727275,0.71900827,0.71900827,0.7355372,0.71900827,0.71487606,0.72727275,0.71487606,0.6942149,0.6983471,0.70247936,0.70247936,0.6859504,0.6694215,0.661157,0.6363636,0.60330576,0.59917355,0.3429752,0.28512397,0.29338843,0.29752067,0.3140496,0.3553719,0.38842976,0.42975205,0.45454547,0.46694216,0.47107437,0.5082645,0.5206612,0.54545456,0.5247934,0.54545456,0.553719,0.56198347,0.57438016,0.57438016,0.58264464,0.59917355,0.5785124,0.56198347,0.5082645,0.42561984,0.48347107,0.49173555,0.48347107,0.5082645,0.5371901,0.59090906,0.6404959,0.6735537,0.6652893,0.69008267,0.7066116,0.69008267,0.6652893,0.6322314,0.6404959,0.62396693,0.677686,0.71487606,0.71487606,0.72727275,0.73140496,0.72727275,0.72727275,0.73966944,0.73140496,0.7355372,0.74380165,0.7355372,0.6983471,0.69008267,0.71487606,0.7107438,0.6942149,0.677686,0.6528926,0.6280992,0.60330576,0.61157024,0.4090909,0.28512397,0.29752067,0.30165288,0.3140496,0.34710744,0.38842976,0.4214876,0.44214877,0.45454547,0.46694216,0.5082645,0.5247934,0.55785125,0.5206612,0.5495868,0.54545456,0.56198347,0.57024795,0.57438016,0.58264464,0.58264464,0.5661157,0.5247934,0.446281,0.4338843,0.5041322,0.4752066,0.46694216,0.49586776,0.5165289,0.55785125,0.607438,0.6528926,0.6528926,0.6694215,0.69008267,0.6859504,0.6528926,0.6570248,0.6363636,0.61570245,0.6570248,0.6983471,0.6942149,0.70247936,0.72727275,0.7355372,0.71900827,0.73140496,0.71900827,0.73966944,0.74380165,0.74793386,0.7107438,0.6942149,0.71487606,0.71900827,0.70247936,0.6942149,0.6652893,0.6280992,0.60330576,0.60330576,0.446281,0.30578512,0.29338843,0.29752067,0.3140496,0.35123968,0.3966942,0.41735536,0.42975205,0.45041323,0.45867768,0.5041322,0.5041322,0.5247934,0.5289256,0.5495868,0.5495868,0.55785125,0.5661157,0.5661157,0.57438016,0.55785125,0.5289256,0.48347107,0.38842976,0.46280992,0.46694216,0.42975205,0.4214876,0.43801653,0.47933885,0.5247934,0.58677685,0.6404959,0.677686,0.6818182,0.6818182,0.69008267,0.661157,0.6694215,0.6322314,0.61570245,0.6404959,0.677686,0.6735537,0.69008267,0.7107438,0.7066116,0.7107438,0.74380165,0.7107438,0.73966944,0.7355372,0.7355372,0.69008267,0.6859504,0.7066116,0.7107438,0.7107438,0.7107438,0.677686,0.6322314,0.607438,0.58677685,0.4090909,0.36363637,0.29338843,0.2892562,0.3181818,0.35123968,0.38842976,0.41735536,0.4338843,0.45867768,0.47933885,0.49586776,0.5,0.5165289,0.5371901,0.553719,0.553719,0.57024795,0.57024795,0.57024795,0.5495868,0.5206612,0.4752066,0.45867768,0.38429752,0.45454547,0.42975205,0.38016528,0.38016528,0.38429752,0.41735536,0.46694216,0.54545456,0.59917355,0.6446281,0.677686,0.69008267,0.7066116,0.661157,0.6528926,0.61570245,0.6363636,0.6404959,0.661157,0.6363636,0.6570248,0.7107438,0.7107438,0.71487606,0.73966944,0.71900827,0.7355372,0.73140496,0.7355372,0.70247936,0.6983471,0.7107438,0.70247936,0.7066116,0.70247936,0.6735537,0.6280992,0.60330576,0.58264464,0.42561984,0.43801653,0.30165288,0.28512397,0.30991736,0.34710744,0.39256197,0.40495867,0.4214876,0.45041323,0.47107437,0.4876033,0.5041322,0.5082645,0.54545456,0.5495868,0.5371901,0.55785125,0.5661157,0.56198347,0.5371901,0.48347107,0.45041323,0.44214877,0.37190083,0.40082645,0.45454547,0.40495867,0.34710744,0.37190083,0.37603307,0.4214876,0.5041322,0.54545456,0.57024795,0.6198347,0.72727275,0.7066116,0.61570245,0.6280992,0.6363636,0.6487603,0.6363636,0.6446281,0.62396693,0.62396693,0.6694215,0.70247936,0.7066116,0.71900827,0.72727275,0.7231405,0.73966944,0.73966944,0.7355372,0.71487606,0.7107438,0.6983471,0.69008267,0.6942149,0.677686,0.6363636,0.58677685,0.57438016,0.446281,0.45867768,0.3181818,0.28099173,0.30578512,0.338843,0.39256197,0.41735536,0.41322315,0.44214877,0.47107437,0.4752066,0.5,0.5165289,0.54545456,0.53305787,0.5495868,0.55785125,0.55785125,0.55785125,0.54545456,0.49173555,0.45867768,0.45867768,0.41735536,0.35950413,0.4876033,0.4338843,0.18181819,0.21487603,0.3264463,0.40082645,0.48347107,0.5206612,0.553719,0.60330576,0.6983471,0.6570248,0.57024795,0.39256197,0.57024795,0.661157,0.6404959,0.6404959,0.6280992,0.6322314,0.6404959,0.6735537,0.70247936,0.7231405,0.73140496,0.74380165,0.74793386,0.74380165,0.74793386,0.7355372,0.71487606,0.71487606,0.6983471,0.70247936,0.6818182,0.6322314,0.59917355,0.57024795,0.41322315,0.44214877,0.338843,0.2892562,0.30165288,0.33471075,0.38429752,0.40495867,0.41322315,0.4338843,0.46694216,0.47933885,0.49173555,0.5,0.53305787,0.5495868,0.55785125,0.56198347,0.553719,0.54545456,0.5206612,0.4876033,0.4752066,0.48347107,0.47107437,0.33471075,0.4214876,0.3966942,0.2520661,0.17768595,0.2107438,0.3429752,0.47107437,0.53305787,0.55785125,0.6280992,0.661157,0.59090906,0.45041323,0.4338843,0.5165289,0.6198347,0.62396693,0.6528926,0.661157,0.6528926,0.6446281,0.6570248,0.69008267,0.71900827,0.71487606,0.73966944,0.74380165,0.75619835,0.74793386,0.75206614,0.7355372,0.71487606,0.7066116,0.70247936,0.6735537,0.62396693,0.59917355,0.57024795,0.3677686,0.40495867,0.3429752,0.28512397,0.30578512,0.3305785,0.38429752,0.40495867,0.41735536,0.43801653,0.45867768,0.46280992,0.48347107,0.5,0.5247934,0.5495868,0.55785125,0.5661157,0.54545456,0.5206612,0.5,0.5,0.5082645,0.5082645,0.49173555,0.42561984,0.3140496,0.29338843,0.30991736,0.28099173,0.2603306,0.26859504,0.4090909,0.5289256,0.57438016,0.6280992,0.62396693,0.5371901,0.5289256,0.5661157,0.5413223,0.59090906,0.6280992,0.6570248,0.6818182,0.677686,0.6487603,0.6570248,0.677686,0.7066116,0.7066116,0.7231405,0.74380165,0.76033056,0.75206614,0.75206614,0.74380165,0.71900827,0.70247936,0.6942149,0.6735537,0.62396693,0.61157024,0.57438016,0.2768595,0.3429752,0.3140496,0.27272728,0.29752067,0.3181818,0.3677686,0.4090909,0.4214876,0.42561984,0.45041323,0.43801653,0.47933885,0.49586776,0.5247934,0.5413223,0.54545456,0.54545456,0.5206612,0.49586776,0.5082645,0.5206612,0.5247934,0.5247934,0.49173555,0.48347107,0.38842976,0.29752067,0.2892562,0.29752067,0.3264463,0.35123968,0.40495867,0.5165289,0.5661157,0.607438,0.57024795,0.53305787,0.56198347,0.54545456,0.55785125,0.61157024,0.62396693,0.6446281,0.6818182,0.6983471,0.6652893,0.6652893,0.6694215,0.6983471,0.7066116,0.71900827,0.74793386,0.77272725,0.7644628,0.75206614,0.74380165,0.73140496,0.7066116,0.6942149,0.6694215,0.6198347,0.61570245,0.5785124,0.1694215,0.22727273,0.21487603,0.23553719,0.30165288,0.3140496,0.35123968,0.40082645,0.41735536,0.4214876,0.43801653,0.43801653,0.47933885,0.4876033,0.5165289,0.53305787,0.5371901,0.5247934,0.49586776,0.49586776,0.5082645,0.5206612,0.53305787,0.5206612,0.4876033,0.4876033,0.43801653,0.3181818,0.30165288,0.2768595,0.3305785,0.42561984,0.46280992,0.5041322,0.53305787,0.57024795,0.57024795,0.5206612,0.53305787,0.53305787,0.553719,0.61570245,0.62396693,0.6404959,0.677686,0.70247936,0.677686,0.6694215,0.6694215,0.69008267,0.7066116,0.7231405,0.74793386,0.76859504,0.76859504,0.75619835,0.73966944,0.7355372,0.7107438,0.6983471,0.6735537,0.6198347,0.61157024,0.5661157,0.1570248,0.15289256,0.1446281,0.19008264,0.30165288,0.30991736,0.338843,0.38429752,0.4090909,0.4214876,0.42975205,0.44214877,0.4752066,0.4752066,0.5165289,0.53305787,0.5289256,0.5082645,0.48347107,0.49586776,0.49586776,0.5,0.5041322,0.5041322,0.48347107,0.47933885,0.45867768,0.338843,0.3140496,0.28099173,0.32231405,0.4214876,0.5082645,0.49586776,0.47107437,0.553719,0.59090906,0.5206612,0.5082645,0.5123967,0.5413223,0.6280992,0.6363636,0.6446281,0.6694215,0.6859504,0.69008267,0.6735537,0.6735537,0.6735537,0.70247936,0.71900827,0.74793386,0.7644628,0.76859504,0.76033056,0.74793386,0.73966944,0.7231405,0.70247936,0.6694215,0.6280992,0.6280992,0.5371901,0.16115703,0.14876033,0.14876033,0.16528925,0.28099173,0.30991736,0.32231405,0.3677686,0.40082645,0.41735536,0.4338843,0.4338843,0.45454547,0.48347107,0.5165289,0.5206612,0.5082645,0.5041322,0.4876033,0.49173555,0.4876033,0.4876033,0.46694216,0.4752066,0.45454547,0.46280992,0.45867768,0.37603307,0.3264463,0.30165288,0.3305785,0.45041323,0.54545456,0.49173555,0.4090909,0.5247934,0.5785124,0.5082645,0.49586776,0.4876033,0.5371901,0.6198347,0.62396693,0.6280992,0.6446281,0.6735537,0.6983471,0.69008267,0.677686,0.6942149,0.6983471,0.7107438,0.7355372,0.7644628,0.75206614,0.75206614,0.73966944,0.73966944,0.72727275,0.6942149,0.6652893,0.6322314,0.6487603,0.4752066,0.1570248,0.14876033,0.15289256,0.1570248,0.25619835,0.30578512,0.3140496,0.35950413,0.39256197,0.41322315,0.42561984,0.42975205,0.446281,0.48347107,0.5,0.5041322,0.4876033,0.48347107,0.48347107,0.47933885,0.46280992,0.46280992,0.43801653,0.446281,0.43801653,0.46280992,0.45867768,0.40495867,0.37190083,0.33471075,0.35950413,0.48347107,0.5495868,0.4752066,0.37603307,0.46694216,0.5371901,0.5082645,0.48347107,0.5,0.5413223,0.59090906,0.60330576,0.61157024,0.6322314,0.6652893,0.6859504,0.6942149,0.69008267,0.7107438,0.71900827,0.6942149,0.72727275,0.75619835,0.74380165,0.74793386,0.7355372,0.7355372,0.71487606,0.6818182,0.6652893,0.6322314,0.6694215,0.38842976,0.14876033,0.15289256,0.1446281,0.15289256,0.23140496,0.30578512,0.3181818,0.34710744,0.38016528,0.40082645,0.41322315,0.41322315,0.446281,0.47107437,0.5041322,0.4752066,0.4752066,0.47107437,0.4752066,0.47933885,0.446281,0.4214876,0.4090909,0.4338843,0.42561984,0.45867768,0.43801653,0.45041323,0.43801653,0.40082645,0.39256197,0.4752066,0.5082645,0.43801653,0.3677686,0.4338843,0.5082645,0.4876033,0.5082645,0.53305787,0.56198347,0.59090906,0.59504133,0.607438,0.6322314,0.6652893,0.6652893,0.677686,0.6735537,0.6983471,0.7231405,0.70247936,0.7107438,0.74380165,0.74793386,0.75206614,0.7355372,0.72727275,0.7066116,0.6859504,0.6652893,0.6404959,0.6942149,0.30165288,0.15289256,0.14876033,0.1446281,0.15289256,0.20247933,0.30165288,0.30991736,0.34710744,0.3677686,0.38842976,0.4090909,0.41735536,0.43801653,0.46694216,0.49173555,0.45041323,0.45454547,0.46280992,0.48347107,0.47933885,0.45454547,0.41322315,0.3966942,0.4090909,0.42561984,0.45867768,0.46280992,0.4752066,0.4752066,0.45867768,0.446281,0.4876033,0.5123967,0.45041323,0.42975205,0.49173555,0.5371901,0.5289256,0.54545456,0.57024795,0.5785124,0.59504133,0.57438016,0.5785124,0.6404959,0.6694215,0.6652893,0.6528926,0.6652893,0.69008267,0.7066116,0.74380165,0.70247936,0.75206614,0.76033056,0.75206614,0.7355372,0.7107438,0.7066116,0.6942149,0.6652893,0.6446281,0.677686,0.24793388,0.1446281,0.1446281,0.1570248,0.15289256,0.17355372,0.2892562,0.3181818,0.338843,0.36363637,0.38842976,0.4090909,0.4090909,0.4214876,0.45867768,0.46694216,0.45867768,0.446281,0.47107437,0.48347107,0.47933885,0.46280992,0.4214876,0.40082645,0.4090909,0.4214876,0.45867768,0.45867768,0.46694216,0.45454547,0.46280992,0.446281,0.46694216,0.5082645,0.5123967,0.5165289,0.5289256,0.5371901,0.553719,0.59917355,0.61157024,0.6404959,0.6280992,0.59504133,0.59504133,0.6528926,0.6735537,0.6735537,0.6652893,0.6694215,0.7107438,0.6983471,0.7231405,0.71487606,0.74793386,0.76033056,0.74380165,0.73140496,0.71487606,0.71487606,0.69008267,0.6528926,0.6570248,0.6446281,0.19008264,0.15289256,0.15289256,0.16115703,0.14876033,0.1570248,0.2603306,0.3181818,0.33471075,0.36363637,0.39256197,0.41322315,0.41735536,0.4214876,0.45041323,0.45867768,0.45041323,0.45041323,0.48347107,0.4876033,0.49173555,0.46694216,0.41735536,0.4090909,0.40495867,0.40082645,0.4090909,0.40495867,0.4338843,0.43801653,0.44214877,0.44214877,0.42561984,0.4214876,0.4752066,0.49173555,0.5,0.5082645,0.5206612,0.53305787,0.5371901,0.5495868,0.57024795,0.5495868,0.5785124,0.62396693,0.61570245,0.62396693,0.6363636,0.6322314,0.7066116,0.7107438,0.69008267,0.72727275,0.74793386,0.74793386,0.73140496,0.7355372,0.71487606,0.70247936,0.677686,0.6528926,0.6487603,0.553719,0.18181819,0.1446281,0.14876033,0.1570248,0.14876033,0.15289256,0.23140496,0.3181818,0.3305785,0.35123968,0.38016528,0.4090909,0.4214876,0.4214876,0.43801653,0.44214877,0.43801653,0.44214877,0.5,0.5165289,0.47933885,0.39256197,0.3305785,0.29338843,0.29338843,0.2603306,0.28099173,0.3264463,0.3677686,0.3553719,0.33471075,0.3429752,0.338843,0.3429752,0.39256197,0.38429752,0.34710744,0.338843,0.37190083,0.38016528,0.40495867,0.41322315,0.40082645,0.4214876,0.42975205,0.42561984,0.45041323,0.49586776,0.5289256,0.5495868,0.677686,0.6818182,0.7107438,0.73140496,0.74380165,0.74793386,0.75619835,0.73140496,0.71487606,0.7066116,0.6818182,0.6446281,0.6818182,0.45454547,0.19421488,0.13636364,0.16528925,0.14876033,0.15289256,0.14876033,0.18595041,0.30165288,0.32231405,0.35123968,0.37603307,0.40495867,0.41735536,0.42561984,0.44214877,0.43801653,0.446281,0.46694216,0.5123967,0.5495868,0.45454547,0.3181818,0.26859504,0.23140496,0.1983471,0.21487603,0.21487603,0.22727273,0.24793388,0.23966943,0.27272728,0.2768595,0.2892562,0.29338843,0.2892562,0.29338843,0.29338843,0.30991736,0.338843,0.34710744,0.38842976,0.3966942,0.41735536,0.42561984,0.42975205,0.4090909,0.42561984,0.45454547,0.47107437,0.4876033,0.61570245,0.661157,0.7066116,0.73140496,0.74793386,0.75206614,0.75206614,0.73140496,0.71487606,0.7107438,0.677686,0.6363636,0.6652893,0.3305785,0.21487603,0.1570248,0.13636364,0.15289256,0.14876033,0.1446281,0.16528925,0.26859504,0.3140496,0.3429752,0.38016528,0.3966942,0.41322315,0.4214876,0.42561984,0.43801653,0.46280992,0.49173555,0.5371901,0.56198347,0.44214877,0.34710744,0.3429752,0.3140496,0.2892562,0.26859504,0.2768595,0.29752067,0.30991736,0.32231405,0.37190083,0.36363637,0.38016528,0.38429752,0.3553719,0.38842976,0.38016528,0.41735536,0.43801653,0.46694216,0.45867768,0.4876033,0.49173555,0.49586776,0.5165289,0.553719,0.57024795,0.5495868,0.5371901,0.5165289,0.59504133,0.6528926,0.7231405,0.7355372,0.72727275,0.74380165,0.74793386,0.7231405,0.7066116,0.7107438,0.6735537,0.6487603,0.60330576,0.2603306,0.23140496,0.16115703,0.14876033,0.15289256,0.15289256,0.14876033,0.1570248,0.23140496,0.3140496,0.3429752,0.37190083,0.39256197,0.38842976,0.41735536,0.4214876,0.43801653,0.4752066,0.5123967,0.5661157,0.5661157,0.43801653,0.3553719,0.36363637,0.3677686,0.37603307,0.35950413,0.36363637,0.35950413,0.36363637,0.37603307,0.41322315,0.4214876,0.44214877,0.44214877,0.41322315,0.42975205,0.45041323,0.46694216,0.48347107,0.5371901,0.5247934,0.55785125,0.57438016,0.60330576,0.6446281,0.6818182,0.661157,0.61570245,0.59504133,0.57438016,0.61157024,0.6363636,0.74380165,0.74380165,0.7231405,0.72727275,0.73140496,0.7231405,0.71900827,0.71487606,0.677686,0.6694215,0.48347107,0.2231405,0.24380165,0.16528925,0.1446281,0.1570248,0.15289256,0.15289256,0.14876033,0.1983471,0.29338843,0.33471075,0.3553719,0.37603307,0.38429752,0.40495867,0.4214876,0.42975205,0.4752066,0.5247934,0.56198347,0.55785125,0.45041323,0.37603307,0.38842976,0.41322315,0.41735536,0.3966942,0.38842976,0.38016528,0.3966942,0.40495867,0.42975205,0.43801653,0.45454547,0.47107437,0.45867768,0.44214877,0.4752066,0.5,0.5206612,0.57438016,0.60330576,0.6322314,0.661157,0.6983471,0.70247936,0.7066116,0.6983471,0.6818182,0.661157,0.6404959,0.6363636,0.6363636,0.73966944,0.73140496,0.7231405,0.7231405,0.73140496,0.7231405,0.72727275,0.7107438,0.677686,0.6487603,0.3553719,0.21900827,0.24380165,0.16115703,0.15289256,0.15289256,0.15289256,0.1570248,0.15289256,0.16115703,0.2520661,0.32231405,0.34710744,0.38016528,0.38429752,0.3966942,0.40495867,0.41735536,0.45454547,0.5165289,0.54545456,0.5289256,0.4752066,0.41735536,0.42975205,0.43801653,0.42561984,0.41322315,0.40082645,0.39256197,0.4214876,0.4338843,0.47107437,0.48347107,0.48347107,0.49586776,0.5082645,0.5082645,0.5371901,0.5661157,0.57438016,0.6363636,0.6652893,0.6735537,0.6735537,0.6942149,0.71487606,0.7066116,0.70247936,0.7107438,0.7107438,0.6694215,0.6528926,0.60330576,0.7107438,0.74380165,0.71900827,0.7355372,0.7355372,0.7231405,0.71900827,0.6983471,0.6735537,0.553719,0.26859504,0.23553719,0.23966943,0.15289256,0.1570248,0.1446281,0.1570248,0.1570248,0.15289256,0.14049587,0.21900827,0.30991736,0.33471075,0.37603307,0.38429752,0.39256197,0.3966942,0.41322315,0.446281,0.49173555,0.5041322,0.4876033,0.4752066,0.43801653,0.43801653,0.446281,0.4338843,0.42975205,0.42975205,0.38842976,0.42561984,0.446281,0.4876033,0.5206612,0.5041322,0.47933885,0.5041322,0.5247934,0.54545456,0.5661157,0.5661157,0.6363636,0.6570248,0.6694215,0.6859504,0.70247936,0.7066116,0.6983471,0.6983471,0.7107438,0.71900827,0.6735537,0.6694215,0.59090906,0.6859504,0.7355372,0.71487606,0.73140496,0.72727275,0.7231405,0.7107438,0.6942149,0.6446281,0.3966942,0.24380165,0.23966943,0.24380165,0.15289256,0.15289256,0.1446281,0.14876033,0.1570248,0.14876033,0.1446281,0.17768595,0.27272728,0.3305785,0.36363637,0.38016528,0.38429752,0.39256197,0.41735536,0.45454547,0.45867768,0.446281,0.4338843,0.43801653,0.43801653,0.4214876,0.42975205,0.43801653,0.44214877,0.4338843,0.4090909,0.4338843,0.46694216,0.5041322,0.5247934,0.49586776,0.45867768,0.46694216,0.5082645,0.5289256,0.553719,0.56198347,0.6280992,0.6446281,0.6652893,0.6942149,0.7066116,0.7066116,0.6983471,0.7066116,0.7066116,0.70247936,0.6735537,0.6652893,0.6363636,0.6942149,0.71487606,0.71900827,0.72727275,0.71900827,0.72727275,0.7107438,0.69008267,0.53305787,0.28512397,0.23966943,0.23140496,0.25619835,0.1570248,0.15289256,0.1446281,0.1570248,0.15289256,0.14876033,0.15289256,0.1446281,0.23140496,0.3264463,0.3553719,0.38016528,0.38016528,0.38016528,0.4090909,0.42561984,0.42975205,0.4090909,0.38842976,0.40082645,0.4214876,0.40495867,0.41322315,0.4090909,0.42561984,0.4338843,0.4214876,0.44214877,0.45867768,0.47933885,0.47933885,0.45041323,0.42975205,0.42975205,0.47933885,0.5123967,0.53305787,0.57024795,0.61157024,0.6363636,0.661157,0.6859504,0.6983471,0.6983471,0.6818182,0.6942149,0.69008267,0.6735537,0.6694215,0.6446281,0.69008267,0.70247936,0.7066116,0.70247936,0.72727275,0.71487606,0.71900827,0.71487606,0.6528926,0.38016528,0.24380165,0.23553719,0.24380165,0.24793388,0.1694215,0.1570248,0.1446281,0.1570248,0.14876033,0.15289256,0.15289256,0.13636364,0.1983471,0.30991736,0.34710744,0.37603307,0.38016528,0.38842976,0.38429752,0.39256197,0.40495867,0.39256197,0.38016528,0.38429752,0.3966942,0.4090909,0.40082645,0.40082645,0.4090909,0.41735536,0.41735536,0.40082645,0.40082645,0.40495867,0.40495867,0.40495867,0.4090909,0.41322315,0.446281,0.49173555,0.5123967,0.5661157,0.59917355,0.61570245,0.6570248,0.6818182,0.69008267,0.6942149,0.6652893,0.6735537,0.677686,0.6446281,0.6694215,0.6487603,0.6983471,0.7107438,0.71487606,0.7066116,0.72727275,0.71900827,0.71487606,0.70247936,0.5165289,0.2768595,0.23966943,0.24380165,0.2603306,0.24380165,0.16115703,0.1694215,0.15289256,0.15289256,0.16528925,0.15289256,0.14876033,0.14049587,0.19008264,0.2892562,0.338843,0.38016528,0.39256197,0.40495867,0.37190083,0.37190083,0.38016528,0.37190083,0.37190083,0.37190083,0.37603307,0.3966942,0.40082645,0.4090909,0.4338843,0.41735536,0.4214876,0.42975205,0.446281,0.45454547,0.43801653,0.45454547,0.48347107,0.4876033,0.5,0.5289256,0.5495868,0.59504133,0.62396693,0.6446281,0.6570248,0.6694215,0.6694215,0.677686,0.6652893,0.6570248,0.6694215,0.661157,0.6652893,0.6818182,0.6735537,0.6983471,0.6942149,0.7066116,0.7066116,0.7107438,0.70247936,0.6198347,0.35950413,0.23553719,0.24380165,0.24793388,0.2520661,0.2520661,0.17768595,0.1694215,0.1570248,0.14876033,0.1570248,0.1570248,0.1570248,0.14876033,0.18595041,0.2520661,0.338843,0.37603307,0.39256197,0.38429752,0.37603307,0.39256197,0.38016528,0.37190083,0.37190083,0.37190083,0.37190083,0.38429752,0.40495867,0.4090909,0.4214876,0.446281,0.45867768,0.4752066,0.4876033,0.5,0.49586776,0.5123967,0.54545456,0.5661157,0.5661157,0.59504133,0.6404959,0.6404959,0.6487603,0.6735537,0.6652893,0.677686,0.6694215,0.6735537,0.6652893,0.6735537,0.6735537,0.6528926,0.661157,0.6735537,0.6487603,0.7066116,0.69008267,0.71487606,0.71487606,0.7231405,0.6818182,0.59504133,0.42561984,0.28099173,0.24793388,0.25619835,0.24380165,0.27272728,0.18181819,0.16115703,0.16115703,0.15289256,0.16115703,0.1570248,0.1570248,0.1446281,0.18595041,0.2768595,0.2768595,0.3677686,0.38429752,0.39256197,0.38016528,0.3966942,0.37603307,0.3677686,0.37603307,0.37190083,0.37190083,0.38016528,0.38842976,0.41322315,0.42561984,0.45867768,0.49173555,0.48347107,0.49586776,0.5123967,0.5206612,0.5165289,0.55785125,0.60330576,0.59504133,0.6280992,0.6487603,0.6652893,0.6404959,0.6487603,0.6487603,0.6528926,0.6694215,0.677686,0.6735537,0.6528926,0.661157,0.6652893,0.6570248,0.6942149,0.6363636,0.6942149,0.70247936,0.7066116,0.7066116,0.7107438,0.58264464,0.4214876,0.49173555,0.5082645,0.30578512,0.23966943,0.24793388,0.2644628,23 +0.16115703,0.20247933,0.26859504,0.33471075,0.38429752,0.39256197,0.3966942,0.41322315,0.42561984,0.446281,0.45867768,0.43801653,0.42975205,0.446281,0.42975205,0.40082645,0.4214876,0.43801653,0.45041323,0.4338843,0.446281,0.45041323,0.48347107,0.5041322,0.5041322,0.49586776,0.5082645,0.5289256,0.54545456,0.54545456,0.5413223,0.5413223,0.5371901,0.5123967,0.5289256,0.5247934,0.56198347,0.5661157,0.57024795,0.5785124,0.58264464,0.58677685,0.59504133,0.60330576,0.62396693,0.6322314,0.61570245,0.61570245,0.6446281,0.6446281,0.6446281,0.6446281,0.62396693,0.61157024,0.61157024,0.59090906,0.58264464,0.5785124,0.59917355,0.58677685,0.5041322,0.38429752,0.27272728,0.24380165,0.16115703,0.21900827,0.28512397,0.35123968,0.38842976,0.40082645,0.3966942,0.41735536,0.43801653,0.47107437,0.4752066,0.45454547,0.446281,0.44214877,0.45454547,0.45867768,0.45867768,0.47107437,0.47933885,0.48347107,0.46694216,0.4876033,0.49173555,0.49173555,0.49173555,0.5,0.5206612,0.53305787,0.5413223,0.5371901,0.5371901,0.54545456,0.5371901,0.5206612,0.5371901,0.5371901,0.58264464,0.58264464,0.5785124,0.58677685,0.58677685,0.58264464,0.59090906,0.607438,0.61157024,0.59917355,0.6322314,0.6404959,0.6363636,0.6446281,0.6363636,0.6322314,0.6322314,0.61570245,0.607438,0.59917355,0.59090906,0.59504133,0.58677685,0.60330576,0.5495868,0.44214877,0.29338843,0.23553719,0.16528925,0.23140496,0.29752067,0.36363637,0.38429752,0.40495867,0.39256197,0.41735536,0.44214877,0.4752066,0.47933885,0.47933885,0.49173555,0.4876033,0.49173555,0.5041322,0.49586776,0.49586776,0.5289256,0.5247934,0.5041322,0.5,0.5123967,0.5123967,0.5206612,0.53305787,0.5495868,0.56198347,0.553719,0.53305787,0.54545456,0.553719,0.54545456,0.5413223,0.553719,0.57438016,0.5785124,0.58264464,0.59504133,0.59504133,0.59917355,0.59504133,0.59917355,0.59917355,0.61157024,0.6198347,0.6404959,0.6363636,0.6446281,0.6487603,0.6322314,0.61157024,0.6198347,0.61570245,0.59504133,0.59917355,0.59504133,0.59504133,0.58264464,0.59090906,0.57024795,0.49586776,0.338843,0.23553719,0.19421488,0.25619835,0.3181818,0.38016528,0.3966942,0.3966942,0.40082645,0.41322315,0.446281,0.4752066,0.47107437,0.47107437,0.4876033,0.49586776,0.5082645,0.5206612,0.5165289,0.5206612,0.5289256,0.5289256,0.5206612,0.5413223,0.53305787,0.5206612,0.5495868,0.56198347,0.57024795,0.5785124,0.58264464,0.5661157,0.5785124,0.59090906,0.56198347,0.55785125,0.5661157,0.59090906,0.5785124,0.59090906,0.59504133,0.607438,0.59917355,0.60330576,0.61157024,0.607438,0.607438,0.6198347,0.6404959,0.6280992,0.6570248,0.6446281,0.61570245,0.59090906,0.58264464,0.60330576,0.58677685,0.58264464,0.58677685,0.59504133,0.59090906,0.59090906,0.57438016,0.53305787,0.39256197,0.2603306,0.20247933,0.2644628,0.3264463,0.38016528,0.40082645,0.4090909,0.3966942,0.41735536,0.45041323,0.46280992,0.47107437,0.4752066,0.4876033,0.5041322,0.5123967,0.5247934,0.5206612,0.5289256,0.5371901,0.5289256,0.5165289,0.553719,0.5371901,0.5247934,0.553719,0.5661157,0.57024795,0.58264464,0.59504133,0.59090906,0.58677685,0.62396693,0.57438016,0.56198347,0.57438016,0.5785124,0.59090906,0.607438,0.607438,0.60330576,0.607438,0.59090906,0.61157024,0.61157024,0.61157024,0.6280992,0.6280992,0.61570245,0.6280992,0.61570245,0.59090906,0.5785124,0.54545456,0.553719,0.5495868,0.5495868,0.55785125,0.5785124,0.59504133,0.59504133,0.58677685,0.5413223,0.446281,0.2603306,0.21487603,0.2892562,0.34710744,0.39256197,0.40082645,0.40082645,0.40495867,0.41322315,0.45041323,0.45454547,0.45041323,0.46280992,0.46694216,0.47933885,0.5041322,0.5165289,0.5206612,0.5165289,0.5165289,0.5165289,0.5041322,0.5413223,0.5082645,0.5041322,0.5413223,0.553719,0.57024795,0.58264464,0.58264464,0.58677685,0.59504133,0.59504133,0.58264464,0.5371901,0.59090906,0.57438016,0.58677685,0.58677685,0.607438,0.607438,0.59504133,0.59090906,0.607438,0.61570245,0.60330576,0.60330576,0.58677685,0.57438016,0.57024795,0.58264464,0.5661157,0.5661157,0.5413223,0.5289256,0.5289256,0.5289256,0.54545456,0.57024795,0.58677685,0.59504133,0.58677685,0.54545456,0.47107437,0.27272728,0.22727273,0.30578512,0.3677686,0.38842976,0.40082645,0.38842976,0.40082645,0.41735536,0.43801653,0.44214877,0.42975205,0.4214876,0.42561984,0.43801653,0.47107437,0.47933885,0.48347107,0.4876033,0.47933885,0.4752066,0.45867768,0.5041322,0.46280992,0.47107437,0.5,0.5247934,0.54545456,0.57024795,0.57024795,0.56198347,0.5785124,0.57438016,0.5785124,0.57438016,0.58677685,0.55785125,0.58677685,0.57024795,0.5785124,0.58677685,0.58264464,0.58264464,0.57438016,0.5413223,0.5206612,0.5165289,0.5123967,0.5,0.5206612,0.53305787,0.5413223,0.5495868,0.5371901,0.53305787,0.5206612,0.5206612,0.5165289,0.54545456,0.5785124,0.59917355,0.58677685,0.5661157,0.49586776,0.29338843,0.2231405,0.30991736,0.37190083,0.38429752,0.38429752,0.38842976,0.40495867,0.42561984,0.4214876,0.41322315,0.40495867,0.37603307,0.38842976,0.38016528,0.3966942,0.40082645,0.41322315,0.4090909,0.4214876,0.42975205,0.41322315,0.44214877,0.4214876,0.41735536,0.47933885,0.5041322,0.5247934,0.54545456,0.55785125,0.55785125,0.57024795,0.55785125,0.5661157,0.55785125,0.55785125,0.57438016,0.57438016,0.57438016,0.57438016,0.5661157,0.55785125,0.5495868,0.5041322,0.45454547,0.42975205,0.42561984,0.42561984,0.41322315,0.4338843,0.47933885,0.5123967,0.5206612,0.5206612,0.5082645,0.5206612,0.5371901,0.53305787,0.5289256,0.55785125,0.5785124,0.59504133,0.58264464,0.5289256,0.32231405,0.23966943,0.3264463,0.37190083,0.38429752,0.38429752,0.3966942,0.4090909,0.4214876,0.40495867,0.35123968,0.37603307,0.35123968,0.36363637,0.36363637,0.338843,0.3305785,0.3305785,0.3264463,0.3264463,0.35123968,0.3553719,0.3966942,0.42975205,0.37190083,0.46280992,0.46694216,0.4876033,0.5206612,0.53305787,0.54545456,0.5206612,0.53305787,0.54545456,0.5413223,0.5785124,0.58264464,0.5785124,0.59090906,0.59090906,0.5495868,0.5413223,0.5289256,0.47107437,0.42561984,0.38842976,0.37190083,0.37190083,0.3677686,0.36363637,0.40495867,0.46280992,0.47933885,0.5041322,0.4876033,0.47107437,0.49173555,0.5041322,0.5041322,0.5206612,0.56198347,0.58677685,0.59504133,0.5495868,0.34710744,0.23553719,0.338843,0.3677686,0.38016528,0.39256197,0.40082645,0.39256197,0.38842976,0.36363637,0.32231405,0.33471075,0.3181818,0.3140496,0.34710744,0.33471075,0.30165288,0.30165288,0.29338843,0.29338843,0.29752067,0.32231405,0.33471075,0.3966942,0.38429752,0.43801653,0.46694216,0.46280992,0.48347107,0.5123967,0.5123967,0.5082645,0.5289256,0.5165289,0.5289256,0.56198347,0.59504133,0.61157024,0.58677685,0.62396693,0.57438016,0.5495868,0.5371901,0.49586776,0.47933885,0.45454547,0.44214877,0.46694216,0.45454547,0.43801653,0.46694216,0.5082645,0.5123967,0.56198347,0.55785125,0.53305787,0.5413223,0.5413223,0.5413223,0.5247934,0.56198347,0.58264464,0.607438,0.5661157,0.37603307,0.23966943,0.34710744,0.36363637,0.37190083,0.38429752,0.37190083,0.35123968,0.338843,0.32231405,0.2892562,0.29752067,0.2768595,0.29338843,0.30165288,0.3264463,0.32231405,0.3429752,0.338843,0.3140496,0.338843,0.37190083,0.37603307,0.41735536,0.38016528,0.43801653,0.45454547,0.43801653,0.47933885,0.5041322,0.4876033,0.5123967,0.5495868,0.53305787,0.5413223,0.55785125,0.61570245,0.6446281,0.60330576,0.6280992,0.58264464,0.5785124,0.57024795,0.5495868,0.54545456,0.5371901,0.5371901,0.5413223,0.53305787,0.5247934,0.5289256,0.54545456,0.57438016,0.6280992,0.6487603,0.6198347,0.607438,0.57024795,0.5495868,0.5247934,0.553719,0.5785124,0.6198347,0.60330576,0.41735536,0.23140496,0.34710744,0.3553719,0.36363637,0.35950413,0.34710744,0.3264463,0.30991736,0.29752067,0.28512397,0.2892562,0.30165288,0.3140496,0.3264463,0.3553719,0.37190083,0.38842976,0.39256197,0.38429752,0.3677686,0.37190083,0.37603307,0.40082645,0.38429752,0.3966942,0.42975205,0.40082645,0.41735536,0.46694216,0.47107437,0.49173555,0.5413223,0.54545456,0.57024795,0.61157024,0.6487603,0.6570248,0.62396693,0.60330576,0.5785124,0.60330576,0.59090906,0.53305787,0.49173555,0.48347107,0.47933885,0.4752066,0.48347107,0.5123967,0.5371901,0.553719,0.607438,0.6404959,0.6652893,0.6280992,0.62396693,0.61570245,0.58677685,0.553719,0.56198347,0.59504133,0.61157024,0.61157024,0.45041323,0.2231405,0.34710744,0.3553719,0.3553719,0.3429752,0.32231405,0.30578512,0.28512397,0.28512397,0.2892562,0.30991736,0.32231405,0.33471075,0.338843,0.3553719,0.37190083,0.37190083,0.36363637,0.3429752,0.3305785,0.30578512,0.29338843,0.30165288,0.32231405,0.30991736,0.3305785,0.3305785,0.3429752,0.40495867,0.446281,0.49173555,0.5413223,0.56198347,0.59917355,0.6528926,0.6694215,0.6404959,0.60330576,0.5661157,0.59504133,0.59090906,0.5661157,0.47933885,0.38016528,0.3553719,0.3553719,0.36363637,0.37190083,0.40082645,0.41322315,0.42975205,0.5206612,0.59090906,0.6322314,0.6322314,0.6198347,0.62396693,0.62396693,0.59917355,0.58264464,0.59917355,0.6198347,0.61157024,0.5082645,0.21900827,0.338843,0.35950413,0.35123968,0.338843,0.30991736,0.2892562,0.28512397,0.2892562,0.30991736,0.3264463,0.33471075,0.3181818,0.32231405,0.29752067,0.30165288,0.30165288,0.28512397,0.2520661,0.23966943,0.23966943,0.24380165,0.24380165,0.27272728,0.29752067,0.2892562,0.27272728,0.2768595,0.33471075,0.41322315,0.48347107,0.54545456,0.5785124,0.6198347,0.6652893,0.6652893,0.61157024,0.57438016,0.5661157,0.59504133,0.553719,0.47933885,0.37603307,0.32231405,0.3181818,0.3305785,0.3553719,0.39256197,0.42561984,0.42561984,0.42561984,0.446281,0.46694216,0.5165289,0.59090906,0.607438,0.6198347,0.6363636,0.6363636,0.61570245,0.61570245,0.62396693,0.6198347,0.55785125,0.21900827,0.3429752,0.3553719,0.3553719,0.34710744,0.32231405,0.29752067,0.29752067,0.32231405,0.32231405,0.3181818,0.28512397,0.2520661,0.2603306,0.2768595,0.29338843,0.30578512,0.29338843,0.2520661,0.23966943,0.26859504,0.26859504,0.2603306,0.27272728,0.29752067,0.28512397,0.2768595,0.24793388,0.28512397,0.38429752,0.47933885,0.56198347,0.6198347,0.6446281,0.6652893,0.6570248,0.59504133,0.553719,0.5785124,0.5413223,0.4876033,0.40495867,0.3264463,0.3305785,0.35123968,0.35950413,0.30578512,0.2892562,0.27272728,0.30165288,0.35950413,0.44214877,0.46280992,0.4752066,0.5165289,0.58677685,0.6198347,0.6404959,0.6487603,0.6322314,0.6280992,0.62396693,0.62396693,0.59090906,0.20661157,0.34710744,0.36363637,0.3677686,0.35123968,0.3264463,0.32231405,0.3181818,0.3181818,0.32231405,0.28099173,0.21487603,0.28099173,0.27272728,0.20661157,0.18595041,0.1694215,0.1983471,0.17355372,0.2107438,0.24793388,0.2603306,0.26859504,0.28512397,0.3140496,0.30165288,0.30165288,0.2644628,0.24380165,0.3553719,0.4876033,0.58677685,0.6570248,0.677686,0.6735537,0.6487603,0.58264464,0.5661157,0.57438016,0.49173555,0.40495867,0.36363637,0.35123968,0.35950413,0.3264463,0.2520661,0.1570248,0.2644628,0.14876033,0.15289256,0.2603306,0.40495867,0.42975205,0.45867768,0.5,0.5785124,0.6280992,0.6487603,0.6570248,0.6404959,0.6363636,0.6322314,0.6280992,0.607438,0.20661157,0.35950413,0.37190083,0.37190083,0.35123968,0.3429752,0.3429752,0.33471075,0.338843,0.29752067,0.23553719,0.24793388,0.22727273,0.21487603,0.12809917,0.1322314,0.16115703,0.21900827,0.09917355,0.18595041,0.2520661,0.23966943,0.2520661,0.26859504,0.3181818,0.3140496,0.3429752,0.30165288,0.23553719,0.32231405,0.49586776,0.607438,0.6859504,0.71487606,0.69008267,0.6404959,0.5785124,0.53305787,0.59917355,0.41735536,0.39256197,0.38429752,0.37190083,0.34710744,0.32231405,0.23966943,0.1570248,0.22727273,0.1446281,0.21487603,0.29338843,0.57024795,0.46694216,0.37190083,0.46280992,0.54545456,0.61570245,0.6404959,0.661157,0.6570248,0.6570248,0.6446281,0.6404959,0.61157024,0.22727273,0.35950413,0.38016528,0.38016528,0.36363637,0.3429752,0.3429752,0.3429752,0.3305785,0.2520661,0.2231405,0.2107438,0.20247933,0.2644628,0.14049587,0.1322314,0.14876033,0.21487603,0.10330579,0.23553719,0.33471075,0.25619835,0.25619835,0.2603306,0.29338843,0.3181818,0.3677686,0.3305785,0.2768595,0.29338843,0.4876033,0.60330576,0.6859504,0.73140496,0.71487606,0.6487603,0.56198347,0.5,0.4876033,0.49173555,0.44214877,0.37190083,0.35123968,0.3305785,0.4214876,0.3305785,0.1983471,0.17768595,0.16115703,0.32231405,0.4338843,0.62396693,0.5041322,0.38016528,0.43801653,0.5,0.58264464,0.6322314,0.661157,0.6694215,0.6652893,0.6446281,0.6487603,0.61570245,0.23140496,0.37190083,0.37190083,0.3966942,0.38016528,0.36363637,0.33471075,0.33471075,0.30578512,0.24793388,0.20247933,0.17355372,0.2520661,0.33471075,0.19421488,0.1322314,0.11983471,0.1322314,0.14876033,0.30165288,0.39256197,0.30578512,0.30165288,0.29752067,0.2892562,0.28512397,0.36363637,0.37603307,0.3140496,0.28512397,0.47933885,0.607438,0.6983471,0.73966944,0.71487606,0.6528926,0.5289256,0.5082645,0.5371901,0.5206612,0.38016528,0.3553719,0.33471075,0.34710744,0.42561984,0.40495867,0.28512397,0.22727273,0.21487603,0.36363637,0.5413223,0.553719,0.49173555,0.45867768,0.4876033,0.5413223,0.5785124,0.6322314,0.6570248,0.6735537,0.6694215,0.6528926,0.6487603,0.6198347,0.23140496,0.37603307,0.38429752,0.4090909,0.38429752,0.38016528,0.34710744,0.3305785,0.29338843,0.24380165,0.21900827,0.23140496,0.29752067,0.35123968,0.30165288,0.19008264,0.16528925,0.19008264,0.23553719,0.34710744,0.35950413,0.30578512,0.29752067,0.29752067,0.30578512,0.30991736,0.3966942,0.38016528,0.29338843,0.30578512,0.46280992,0.58677685,0.6818182,0.75206614,0.73140496,0.6652893,0.5206612,0.5165289,0.5785124,0.5041322,0.4090909,0.37190083,0.338843,0.35950413,0.38429752,0.39256197,0.3553719,0.3181818,0.338843,0.4338843,0.5165289,0.5041322,0.5,0.5165289,0.5495868,0.59917355,0.61570245,0.6487603,0.6652893,0.6694215,0.6652893,0.6528926,0.6570248,0.6363636,0.25619835,0.3553719,0.38429752,0.39256197,0.40495867,0.3966942,0.38429752,0.35950413,0.3140496,0.28512397,0.26859504,0.2768595,0.3181818,0.3305785,0.39256197,0.3181818,0.27272728,0.2768595,0.3140496,0.32231405,0.3305785,0.3140496,0.30578512,0.3305785,0.3553719,0.3429752,0.40082645,0.33471075,0.26859504,0.3553719,0.45454547,0.57438016,0.6694215,0.73966944,0.7355372,0.6652893,0.54545456,0.46694216,0.5247934,0.4876033,0.42975205,0.40495867,0.40495867,0.40082645,0.4090909,0.4090909,0.40082645,0.41322315,0.45867768,0.4752066,0.55785125,0.607438,0.5413223,0.5661157,0.59504133,0.62396693,0.6487603,0.6652893,0.6694215,0.6652893,0.6570248,0.661157,0.661157,0.62396693,0.28099173,0.3429752,0.38016528,0.38429752,0.41322315,0.42975205,0.4214876,0.42561984,0.39256197,0.3677686,0.33471075,0.29338843,0.28512397,0.2892562,0.3305785,0.33471075,0.32231405,0.3140496,0.3181818,0.30165288,0.3264463,0.32231405,0.3305785,0.35123968,0.36363637,0.3677686,0.38016528,0.29338843,0.338843,0.39256197,0.43801653,0.553719,0.6570248,0.7355372,0.73140496,0.6528926,0.57024795,0.45454547,0.47933885,0.4876033,0.44214877,0.41735536,0.43801653,0.44214877,0.446281,0.46694216,0.47107437,0.4876033,0.5247934,0.553719,0.6570248,0.6652893,0.60330576,0.59504133,0.62396693,0.6487603,0.6652893,0.6570248,0.661157,0.6446281,0.6570248,0.6694215,0.6446281,0.61570245,0.28099173,0.3264463,0.38016528,0.38842976,0.4214876,0.44214877,0.446281,0.46280992,0.45041323,0.42561984,0.38429752,0.32231405,0.29752067,0.30578512,0.3181818,0.33471075,0.33471075,0.3305785,0.338843,0.338843,0.35123968,0.3553719,0.37603307,0.39256197,0.37603307,0.38016528,0.35950413,0.39256197,0.41735536,0.41735536,0.4214876,0.5123967,0.6198347,0.74793386,0.7355372,0.6446281,0.59090906,0.5,0.46694216,0.4752066,0.46694216,0.44214877,0.46280992,0.47107437,0.48347107,0.5041322,0.5165289,0.5495868,0.57024795,0.62396693,0.6859504,0.6528926,0.61570245,0.6280992,0.6487603,0.677686,0.677686,0.6694215,0.6735537,0.6528926,0.6487603,0.6528926,0.6322314,0.61570245,0.25619835,0.32231405,0.36363637,0.38016528,0.4214876,0.446281,0.45867768,0.47107437,0.4752066,0.46694216,0.42561984,0.36363637,0.3305785,0.33471075,0.34710744,0.35950413,0.35123968,0.34710744,0.3677686,0.37190083,0.37603307,0.38016528,0.40082645,0.4090909,0.41322315,0.4214876,0.4338843,0.46694216,0.45041323,0.42975205,0.4090909,0.47933885,0.58677685,0.73966944,0.74380165,0.6487603,0.59090906,0.55785125,0.5123967,0.4876033,0.4876033,0.47933885,0.47933885,0.49173555,0.5082645,0.5206612,0.53305787,0.56198347,0.5785124,0.61157024,0.6446281,0.6404959,0.6404959,0.6652893,0.6694215,0.6818182,0.6735537,0.6818182,0.6735537,0.6652893,0.6528926,0.6528926,0.62396693,0.607438,0.23140496,0.30578512,0.3553719,0.36363637,0.41322315,0.44214877,0.45454547,0.47933885,0.5,0.5041322,0.47107437,0.41735536,0.38016528,0.3553719,0.3677686,0.37603307,0.35123968,0.35950413,0.38429752,0.40082645,0.40495867,0.4090909,0.41322315,0.42975205,0.45867768,0.47933885,0.4876033,0.4752066,0.46694216,0.4214876,0.4214876,0.46280992,0.55785125,0.70247936,0.7355372,0.6528926,0.59090906,0.59090906,0.58677685,0.55785125,0.5247934,0.5165289,0.5082645,0.5,0.5123967,0.5413223,0.55785125,0.5661157,0.58264464,0.607438,0.6198347,0.6487603,0.6652893,0.6570248,0.6694215,0.677686,0.6694215,0.6859504,0.6818182,0.6735537,0.661157,0.6446281,0.62396693,0.59917355,0.21900827,0.28512397,0.3305785,0.37190083,0.40082645,0.43801653,0.45867768,0.4876033,0.5041322,0.5247934,0.5082645,0.4752066,0.4338843,0.41322315,0.3966942,0.40495867,0.39256197,0.41735536,0.42975205,0.44214877,0.42975205,0.41735536,0.41322315,0.45867768,0.48347107,0.5,0.4876033,0.4752066,0.46694216,0.41735536,0.4338843,0.45454547,0.5371901,0.6652893,0.73140496,0.6735537,0.59504133,0.59917355,0.6198347,0.62396693,0.59090906,0.553719,0.5371901,0.5165289,0.5206612,0.53305787,0.54545456,0.57438016,0.58677685,0.61157024,0.62396693,0.6570248,0.6735537,0.6652893,0.6735537,0.6694215,0.677686,0.6818182,0.6859504,0.677686,0.6528926,0.6280992,0.61157024,0.59917355,0.25619835,0.28099173,0.3181818,0.36363637,0.38842976,0.42975205,0.45454547,0.4876033,0.5123967,0.53305787,0.53305787,0.5206612,0.49586776,0.45454547,0.44214877,0.44214877,0.43801653,0.446281,0.4338843,0.44214877,0.42561984,0.4214876,0.4338843,0.47933885,0.49586776,0.49586776,0.48347107,0.46694216,0.45867768,0.42561984,0.44214877,0.45041323,0.5247934,0.6570248,0.73966944,0.6983471,0.61157024,0.59504133,0.6198347,0.6487603,0.6404959,0.61157024,0.59504133,0.553719,0.56198347,0.553719,0.57024795,0.5661157,0.57438016,0.60330576,0.62396693,0.661157,0.6859504,0.6859504,0.6735537,0.6818182,0.677686,0.6735537,0.69008267,0.6859504,0.661157,0.6280992,0.607438,0.59504133,0.3140496,0.28512397,0.30578512,0.3429752,0.38429752,0.42561984,0.45041323,0.47933885,0.5041322,0.5206612,0.54545456,0.5371901,0.5289256,0.48347107,0.45867768,0.45041323,0.4338843,0.45041323,0.446281,0.45041323,0.44214877,0.45454547,0.47107437,0.49173555,0.49586776,0.48347107,0.47933885,0.45867768,0.45454547,0.43801653,0.43801653,0.4752066,0.5289256,0.6487603,0.72727275,0.71487606,0.6404959,0.60330576,0.59917355,0.6404959,0.6528926,0.6446281,0.6322314,0.60330576,0.61157024,0.58264464,0.58264464,0.58677685,0.607438,0.6198347,0.6404959,0.6570248,0.6735537,0.6818182,0.6735537,0.6694215,0.6818182,0.6818182,0.70247936,0.6942149,0.6652893,0.62396693,0.60330576,0.59090906,0.34710744,0.2892562,0.29338843,0.3181818,0.37190083,0.41322315,0.44214877,0.45867768,0.49586776,0.5082645,0.5247934,0.5206612,0.5206612,0.5082645,0.4752066,0.46694216,0.45041323,0.45041323,0.45867768,0.45867768,0.47933885,0.5,0.5,0.5041322,0.49586776,0.4752066,0.4752066,0.46694216,0.45454547,0.446281,0.45867768,0.4876033,0.5495868,0.6404959,0.73140496,0.72727275,0.661157,0.61570245,0.607438,0.6280992,0.6570248,0.6528926,0.6363636,0.6404959,0.62396693,0.6198347,0.61570245,0.59917355,0.61157024,0.6280992,0.6487603,0.6487603,0.6694215,0.677686,0.677686,0.6735537,0.6942149,0.71487606,0.71900827,0.6983471,0.6652893,0.6198347,0.59504133,0.59090906,0.3677686,0.29338843,0.28512397,0.30165288,0.35950413,0.4090909,0.43801653,0.45867768,0.47933885,0.49586776,0.5041322,0.5,0.5123967,0.49586776,0.5,0.5041322,0.49173555,0.49173555,0.4752066,0.49586776,0.5206612,0.5371901,0.5247934,0.5247934,0.49586776,0.47933885,0.47107437,0.47107437,0.45041323,0.43801653,0.49173555,0.5041322,0.59504133,0.6570248,0.7355372,0.73140496,0.6818182,0.6322314,0.607438,0.6280992,0.6570248,0.661157,0.6487603,0.6652893,0.6528926,0.6487603,0.6404959,0.6363636,0.6280992,0.6404959,0.6570248,0.6528926,0.6735537,0.6818182,0.6859504,0.6859504,0.7107438,0.7231405,0.70247936,0.70247936,0.6652893,0.6280992,0.59504133,0.59090906,0.38016528,0.30578512,0.2768595,0.29338843,0.33471075,0.39256197,0.42561984,0.45867768,0.45454547,0.47933885,0.49173555,0.4876033,0.5,0.4876033,0.49173555,0.49586776,0.49586776,0.5206612,0.5082645,0.5371901,0.5495868,0.5661157,0.56198347,0.54545456,0.5041322,0.49173555,0.47107437,0.45867768,0.4338843,0.45867768,0.5247934,0.5371901,0.59504133,0.6570248,0.73140496,0.7231405,0.6942149,0.6446281,0.6322314,0.62396693,0.6446281,0.6694215,0.6735537,0.6818182,0.6818182,0.6694215,0.6735537,0.6735537,0.6652893,0.677686,0.677686,0.6859504,0.6859504,0.6983471,0.70247936,0.6818182,0.71487606,0.71487606,0.6942149,0.70247936,0.6694215,0.6404959,0.58677685,0.5785124,0.36363637,0.30991736,0.28099173,0.29338843,0.3181818,0.37603307,0.39256197,0.44214877,0.44214877,0.47933885,0.48347107,0.49173555,0.49586776,0.48347107,0.49586776,0.49586776,0.5,0.5247934,0.54545456,0.5661157,0.58264464,0.59504133,0.58677685,0.56198347,0.5247934,0.5,0.45867768,0.43801653,0.42975205,0.47933885,0.53305787,0.5661157,0.6198347,0.6652893,0.69008267,0.6983471,0.71487606,0.6652893,0.6363636,0.61157024,0.6322314,0.6735537,0.69008267,0.6983471,0.71487606,0.6983471,0.6983471,0.7066116,0.69008267,0.70247936,0.70247936,0.70247936,0.70247936,0.7066116,0.71487606,0.69008267,0.7066116,0.70247936,0.69008267,0.6818182,0.6652893,0.6404959,0.59917355,0.58677685,0.3553719,0.30578512,0.29338843,0.28512397,0.29752067,0.35950413,0.38016528,0.40495867,0.42975205,0.45867768,0.4752066,0.4876033,0.5041322,0.5041322,0.5123967,0.5082645,0.5206612,0.5371901,0.57438016,0.59090906,0.60330576,0.607438,0.59917355,0.57438016,0.5413223,0.49586776,0.43801653,0.43801653,0.45867768,0.49586776,0.553719,0.57024795,0.6446281,0.6983471,0.6983471,0.71487606,0.74380165,0.6942149,0.6528926,0.6322314,0.6280992,0.6487603,0.70247936,0.7066116,0.72727275,0.7107438,0.71487606,0.71487606,0.7066116,0.71900827,0.71900827,0.7107438,0.71487606,0.7107438,0.677686,0.6942149,0.7107438,0.69008267,0.6859504,0.6652893,0.661157,0.6280992,0.60330576,0.59917355,0.3966942,0.32231405,0.2892562,0.29752067,0.29338843,0.338843,0.38429752,0.38429752,0.43801653,0.45454547,0.46694216,0.4876033,0.5123967,0.5247934,0.5289256,0.5247934,0.54545456,0.55785125,0.57024795,0.59090906,0.59504133,0.59504133,0.60330576,0.58264464,0.54545456,0.48347107,0.44214877,0.46280992,0.48347107,0.49586776,0.54545456,0.58677685,0.6322314,0.6694215,0.69008267,0.6983471,0.7355372,0.70247936,0.6652893,0.6404959,0.6322314,0.6280992,0.6859504,0.7107438,0.71900827,0.72727275,0.72727275,0.7231405,0.7231405,0.72727275,0.72727275,0.72727275,0.73966944,0.72727275,0.677686,0.6983471,0.7107438,0.71487606,0.6942149,0.6942149,0.6363636,0.6280992,0.60330576,0.59090906,0.46694216,0.35123968,0.28099173,0.29752067,0.29752067,0.3305785,0.3677686,0.39256197,0.4338843,0.46280992,0.46694216,0.48347107,0.5123967,0.5289256,0.53305787,0.53305787,0.5371901,0.553719,0.5661157,0.57024795,0.56198347,0.58264464,0.59090906,0.5661157,0.5289256,0.45454547,0.45454547,0.4876033,0.47933885,0.49586776,0.5247934,0.553719,0.6280992,0.6570248,0.6528926,0.677686,0.69008267,0.6859504,0.6694215,0.6487603,0.6363636,0.6198347,0.6570248,0.6942149,0.6983471,0.7107438,0.71900827,0.7355372,0.7231405,0.7231405,0.72727275,0.73140496,0.74793386,0.74380165,0.7107438,0.7066116,0.7107438,0.71900827,0.71487606,0.6942149,0.6735537,0.6280992,0.60330576,0.59090906,0.5041322,0.38016528,0.28099173,0.30165288,0.2892562,0.3181818,0.3429752,0.40082645,0.4214876,0.45041323,0.46280992,0.4752066,0.5123967,0.53305787,0.5371901,0.5413223,0.54545456,0.5495868,0.5661157,0.57438016,0.56198347,0.59090906,0.57024795,0.54545456,0.47933885,0.42975205,0.47107437,0.4876033,0.46280992,0.48347107,0.5041322,0.5247934,0.59090906,0.6280992,0.661157,0.6818182,0.6735537,0.6818182,0.677686,0.6570248,0.6363636,0.61570245,0.6363636,0.6859504,0.6818182,0.69008267,0.7107438,0.71900827,0.7066116,0.73140496,0.7231405,0.7231405,0.7355372,0.72727275,0.6859504,0.6818182,0.6983471,0.71487606,0.7107438,0.71487606,0.677686,0.6322314,0.607438,0.58264464,0.48347107,0.42561984,0.3140496,0.29338843,0.29338843,0.3181818,0.35123968,0.40495867,0.41322315,0.44214877,0.45041323,0.4752066,0.5041322,0.5082645,0.5206612,0.5371901,0.54545456,0.54545456,0.5661157,0.56198347,0.57438016,0.57024795,0.5371901,0.5041322,0.43801653,0.4090909,0.45454547,0.44214877,0.41322315,0.41735536,0.45454547,0.4876033,0.56198347,0.61570245,0.6487603,0.6983471,0.6735537,0.69008267,0.677686,0.6570248,0.6280992,0.6198347,0.6363636,0.6652893,0.6487603,0.661157,0.7107438,0.7107438,0.7107438,0.7231405,0.73140496,0.73140496,0.73966944,0.72727275,0.6983471,0.7066116,0.7066116,0.6983471,0.6983471,0.71900827,0.677686,0.6363636,0.59504133,0.59504133,0.41322315,0.41322315,0.34710744,0.2892562,0.2892562,0.3140496,0.3553719,0.40082645,0.41735536,0.42561984,0.46694216,0.4752066,0.49173555,0.5041322,0.5206612,0.5371901,0.54545456,0.56198347,0.56198347,0.57024795,0.553719,0.5371901,0.4876033,0.446281,0.42975205,0.40495867,0.42975205,0.40082645,0.38016528,0.37603307,0.3966942,0.42975205,0.5165289,0.57024795,0.59917355,0.6528926,0.6735537,0.71487606,0.6570248,0.6322314,0.6322314,0.6404959,0.6404959,0.6446281,0.6404959,0.61157024,0.677686,0.7107438,0.6942149,0.71900827,0.7231405,0.72727275,0.74380165,0.7355372,0.73140496,0.71900827,0.7107438,0.70247936,0.6859504,0.70247936,0.6818182,0.6404959,0.59504133,0.59504133,0.38016528,0.41322315,0.39256197,0.30578512,0.2892562,0.30165288,0.35123968,0.39256197,0.40082645,0.4338843,0.45454547,0.47933885,0.4876033,0.5123967,0.5206612,0.5371901,0.5371901,0.5495868,0.56198347,0.56198347,0.55785125,0.5206612,0.45454547,0.446281,0.41735536,0.37603307,0.42975205,0.44214877,0.34710744,0.30578512,0.3677686,0.38429752,0.4752066,0.5165289,0.55785125,0.59504133,0.6652893,0.71900827,0.6198347,0.54545456,0.5661157,0.6570248,0.6446281,0.6446281,0.6280992,0.6198347,0.6446281,0.6735537,0.6942149,0.71900827,0.7355372,0.7355372,0.73966944,0.74793386,0.74793386,0.74380165,0.7231405,0.7107438,0.70247936,0.7107438,0.6859504,0.6404959,0.59917355,0.59090906,0.40495867,0.43801653,0.44214877,0.338843,0.28512397,0.30165288,0.3429752,0.40082645,0.41322315,0.41322315,0.446281,0.4752066,0.48347107,0.49586776,0.5247934,0.5413223,0.5371901,0.5495868,0.553719,0.553719,0.5661157,0.5206612,0.45867768,0.45454547,0.45041323,0.39256197,0.41322315,0.4752066,0.30165288,0.19008264,0.2520661,0.34710744,0.45867768,0.5082645,0.5495868,0.5785124,0.6652893,0.6528926,0.5206612,0.41322315,0.46694216,0.6198347,0.6322314,0.6446281,0.6570248,0.6363636,0.6487603,0.6487603,0.69008267,0.71487606,0.7231405,0.73140496,0.73966944,0.75206614,0.75206614,0.75206614,0.7355372,0.71487606,0.7066116,0.7066116,0.6735537,0.6446281,0.59504133,0.59917355,0.42561984,0.4214876,0.43801653,0.35950413,0.28512397,0.29338843,0.33471075,0.38842976,0.40495867,0.40495867,0.43801653,0.46694216,0.47107437,0.49586776,0.5041322,0.53305787,0.553719,0.553719,0.553719,0.5495868,0.5371901,0.5,0.47933885,0.4752066,0.49586776,0.42975205,0.36363637,0.37603307,0.3181818,0.23966943,0.21487603,0.23966943,0.4090909,0.5082645,0.553719,0.59917355,0.6694215,0.59090906,0.5,0.5371901,0.54545456,0.5661157,0.607438,0.6570248,0.677686,0.677686,0.6446281,0.6487603,0.6735537,0.69008267,0.7107438,0.7231405,0.74380165,0.75206614,0.75206614,0.74793386,0.75206614,0.73140496,0.6983471,0.7066116,0.6694215,0.6446281,0.60330576,0.61157024,0.39256197,0.37603307,0.40495867,0.35950413,0.2892562,0.29752067,0.3305785,0.38842976,0.3966942,0.42561984,0.4338843,0.46280992,0.46280992,0.49173555,0.5041322,0.5289256,0.5495868,0.56198347,0.553719,0.5413223,0.5082645,0.48347107,0.5082645,0.5082645,0.5165289,0.4752066,0.40082645,0.3140496,0.29338843,0.29752067,0.28512397,0.2768595,0.32231405,0.47933885,0.56198347,0.59917355,0.62396693,0.553719,0.5495868,0.57024795,0.5495868,0.59090906,0.6280992,0.6487603,0.6735537,0.6942149,0.6735537,0.6570248,0.6694215,0.677686,0.7066116,0.71487606,0.74380165,0.76033056,0.76859504,0.75206614,0.74380165,0.73966944,0.7066116,0.71487606,0.6694215,0.6487603,0.59917355,0.60330576,0.2603306,0.3140496,0.36363637,0.35123968,0.2892562,0.29338843,0.3181818,0.37603307,0.40495867,0.42561984,0.42975205,0.45041323,0.44214877,0.47107437,0.5041322,0.5247934,0.5371901,0.54545456,0.53305787,0.5082645,0.5,0.5123967,0.5289256,0.5247934,0.5123967,0.48347107,0.45867768,0.35950413,0.29752067,0.28512397,0.29752067,0.37603307,0.4090909,0.4752066,0.5495868,0.59090906,0.58677685,0.5289256,0.5247934,0.5495868,0.54545456,0.58677685,0.6198347,0.6322314,0.6652893,0.6942149,0.6942149,0.6735537,0.6570248,0.69008267,0.7066116,0.71487606,0.74380165,0.76033056,0.77272725,0.76033056,0.74380165,0.74793386,0.71900827,0.71487606,0.6818182,0.6404959,0.59917355,0.61157024,0.16115703,0.1694215,0.23553719,0.2520661,0.24380165,0.2892562,0.30578512,0.3553719,0.3966942,0.41322315,0.41735536,0.44214877,0.42561984,0.48347107,0.49173555,0.5165289,0.5371901,0.53305787,0.5082645,0.49173555,0.5041322,0.5165289,0.5247934,0.5289256,0.5082645,0.4876033,0.47933885,0.3966942,0.30991736,0.28512397,0.2892562,0.3677686,0.45454547,0.47933885,0.49173555,0.5165289,0.57438016,0.56198347,0.5123967,0.5289256,0.5289256,0.59504133,0.6404959,0.6363636,0.661157,0.6818182,0.6983471,0.6735537,0.6652893,0.6818182,0.6859504,0.7107438,0.73966944,0.75619835,0.76859504,0.76033056,0.74380165,0.74380165,0.72727275,0.7066116,0.6818182,0.6322314,0.61157024,0.607438,0.16115703,0.14876033,0.15289256,0.15289256,0.18181819,0.2892562,0.30578512,0.338843,0.38842976,0.41735536,0.41322315,0.43801653,0.44214877,0.4752066,0.48347107,0.5165289,0.5289256,0.5247934,0.49586776,0.4876033,0.49586776,0.5041322,0.49173555,0.5,0.49586776,0.47933885,0.4752066,0.42561984,0.33471075,0.30578512,0.29338843,0.36363637,0.47933885,0.53305787,0.4338843,0.4876033,0.59504133,0.5661157,0.5041322,0.5082645,0.5082645,0.58264464,0.6280992,0.6322314,0.6446281,0.6652893,0.69008267,0.69008267,0.677686,0.69008267,0.69008267,0.70247936,0.72727275,0.75619835,0.76033056,0.75206614,0.74380165,0.73966944,0.72727275,0.7066116,0.677686,0.6363636,0.6198347,0.59504133,0.14049587,0.15289256,0.15289256,0.14876033,0.16528925,0.25619835,0.30165288,0.32231405,0.3677686,0.40082645,0.41322315,0.42975205,0.43801653,0.45867768,0.47933885,0.5123967,0.5206612,0.5041322,0.49173555,0.49173555,0.49173555,0.4876033,0.47933885,0.45867768,0.46694216,0.446281,0.45454547,0.44214877,0.35950413,0.3140496,0.30165288,0.38842976,0.5206612,0.55785125,0.4214876,0.41322315,0.5495868,0.5413223,0.5041322,0.49173555,0.5165289,0.57438016,0.607438,0.607438,0.6198347,0.6570248,0.6818182,0.6983471,0.69008267,0.6859504,0.72727275,0.6983471,0.72727275,0.73140496,0.75619835,0.74793386,0.73966944,0.73966944,0.71487606,0.6859504,0.6735537,0.6446281,0.6404959,0.57024795,0.1570248,0.1446281,0.15289256,0.15289256,0.15289256,0.22727273,0.29338843,0.3140496,0.35950413,0.38842976,0.40495867,0.42975205,0.4338843,0.446281,0.47933885,0.5,0.5,0.48347107,0.4752066,0.48347107,0.47107437,0.45454547,0.45041323,0.42975205,0.43801653,0.44214877,0.45867768,0.43801653,0.40495867,0.38016528,0.3429752,0.4090909,0.5206612,0.5123967,0.4090909,0.38429752,0.4876033,0.5206612,0.5,0.5123967,0.5413223,0.57438016,0.59090906,0.59917355,0.61570245,0.6528926,0.6694215,0.677686,0.6735537,0.6818182,0.71487606,0.71487606,0.71487606,0.71900827,0.75206614,0.76033056,0.74380165,0.73140496,0.70247936,0.6942149,0.6818182,0.6446281,0.6528926,0.5206612,0.1570248,0.15289256,0.15289256,0.15289256,0.14876033,0.1983471,0.29338843,0.30991736,0.34710744,0.37603307,0.40495867,0.41322315,0.41735536,0.4338843,0.4752066,0.49586776,0.4752066,0.47107437,0.47107437,0.47933885,0.4752066,0.43801653,0.41322315,0.40082645,0.43801653,0.4214876,0.46280992,0.44214877,0.45867768,0.44214877,0.40495867,0.42561984,0.5,0.4876033,0.41322315,0.40495867,0.49173555,0.5165289,0.5247934,0.54545456,0.56198347,0.58677685,0.58677685,0.57438016,0.607438,0.6570248,0.6694215,0.661157,0.6487603,0.677686,0.70247936,0.73140496,0.7107438,0.73140496,0.76033056,0.76033056,0.73966944,0.71900827,0.7066116,0.70247936,0.6818182,0.6404959,0.677686,0.42975205,0.14876033,0.14876033,0.1570248,0.14876033,0.1446281,0.17768595,0.28512397,0.30991736,0.33471075,0.36363637,0.3966942,0.40495867,0.40495867,0.4338843,0.46280992,0.48347107,0.45454547,0.446281,0.46280992,0.48347107,0.4752066,0.45041323,0.41322315,0.38016528,0.4090909,0.42975205,0.45867768,0.47107437,0.46694216,0.46694216,0.45041323,0.446281,0.5,0.5041322,0.46694216,0.49586776,0.53305787,0.5371901,0.56198347,0.59090906,0.60330576,0.6198347,0.61157024,0.57438016,0.61570245,0.6652893,0.6694215,0.6694215,0.6570248,0.6983471,0.70247936,0.70247936,0.72727275,0.7231405,0.74793386,0.75206614,0.74380165,0.71900827,0.7107438,0.6859504,0.6735537,0.6404959,0.6859504,0.3429752,0.14049587,0.15289256,0.1570248,0.14876033,0.1446281,0.16528925,0.2603306,0.3181818,0.3264463,0.35950413,0.38429752,0.40082645,0.4090909,0.42561984,0.45454547,0.46280992,0.45454547,0.44214877,0.46280992,0.47933885,0.47107437,0.45454547,0.4214876,0.3966942,0.40082645,0.42975205,0.44214877,0.45041323,0.45867768,0.446281,0.45041323,0.43801653,0.45041323,0.47933885,0.49586776,0.5247934,0.5165289,0.5206612,0.54545456,0.56198347,0.56198347,0.58264464,0.58677685,0.56198347,0.59504133,0.6322314,0.6198347,0.6322314,0.6280992,0.6652893,0.7107438,0.6942149,0.7066116,0.7231405,0.73966944,0.73966944,0.73966944,0.71900827,0.71487606,0.69008267,0.6694215,0.6404959,0.6735537,0.2644628,0.14049587,0.14876033,0.1570248,0.14876033,0.14876033,0.14876033,0.2231405,0.3181818,0.3264463,0.3553719,0.38842976,0.40082645,0.41735536,0.4090909,0.45041323,0.45041323,0.45041323,0.446281,0.48347107,0.49173555,0.48347107,0.45041323,0.40495867,0.37603307,0.37603307,0.37190083,0.3677686,0.38842976,0.41322315,0.4090909,0.40495867,0.40495867,0.38429752,0.3966942,0.4338843,0.446281,0.41735536,0.42561984,0.43801653,0.45454547,0.45041323,0.45041323,0.45041323,0.446281,0.45041323,0.45867768,0.48347107,0.5206612,0.5413223,0.59090906,0.69008267,0.6859504,0.72727275,0.7231405,0.74793386,0.75619835,0.74380165,0.71900827,0.71487606,0.6942149,0.6652893,0.6487603,0.61157024,0.22727273,0.14876033,0.14876033,0.1446281,0.15289256,0.15289256,0.14876033,0.18595041,0.30165288,0.3264463,0.3429752,0.37603307,0.40495867,0.41735536,0.42561984,0.42975205,0.44214877,0.43801653,0.446281,0.49173555,0.5206612,0.47107437,0.37190083,0.3140496,0.28512397,0.25619835,0.24793388,0.25619835,0.2892562,0.3264463,0.29338843,0.30578512,0.30991736,0.30165288,0.30991736,0.3264463,0.3305785,0.30578512,0.30991736,0.338843,0.35950413,0.38016528,0.39256197,0.4214876,0.41735536,0.40495867,0.38842976,0.4214876,0.45454547,0.47107437,0.5247934,0.6446281,0.677686,0.72727275,0.7355372,0.74793386,0.75206614,0.74793386,0.71900827,0.7107438,0.6983471,0.661157,0.6570248,0.5082645,0.23140496,0.14876033,0.1446281,0.14876033,0.1570248,0.1570248,0.1446281,0.16115703,0.2644628,0.3140496,0.338843,0.3677686,0.40495867,0.40495867,0.4214876,0.42561984,0.42975205,0.446281,0.46694216,0.5082645,0.553719,0.45867768,0.32231405,0.29338843,0.25619835,0.21900827,0.2231405,0.23966943,0.2520661,0.28099173,0.2644628,0.3140496,0.3181818,0.3305785,0.3305785,0.32231405,0.35123968,0.34710744,0.37603307,0.41322315,0.446281,0.45041323,0.47107437,0.47933885,0.47107437,0.5082645,0.54545456,0.56198347,0.5495868,0.5289256,0.5413223,0.6198347,0.6735537,0.74380165,0.72727275,0.73966944,0.73966944,0.73966944,0.71487606,0.7107438,0.70247936,0.6652893,0.6528926,0.3966942,0.22727273,0.1446281,0.14876033,0.1446281,0.15289256,0.15289256,0.14049587,0.15289256,0.21487603,0.30578512,0.33471075,0.36363637,0.39256197,0.3966942,0.42975205,0.41735536,0.42975205,0.46280992,0.48347107,0.5371901,0.5661157,0.45867768,0.34710744,0.3429752,0.3305785,0.30991736,0.29752067,0.3181818,0.32231405,0.338843,0.34710744,0.39256197,0.40495867,0.42561984,0.41322315,0.38842976,0.42561984,0.44214877,0.45867768,0.5,0.5165289,0.5123967,0.53305787,0.56198347,0.58677685,0.6528926,0.6735537,0.6363636,0.607438,0.59090906,0.58677685,0.6198347,0.6818182,0.74380165,0.73140496,0.71900827,0.72727275,0.73140496,0.7231405,0.71900827,0.70247936,0.6735537,0.59917355,0.3140496,0.23140496,0.14876033,0.1446281,0.14876033,0.14876033,0.15289256,0.1446281,0.14876033,0.18181819,0.29338843,0.33471075,0.3677686,0.38429752,0.38842976,0.41322315,0.41735536,0.42975205,0.46694216,0.5041322,0.55785125,0.5785124,0.46280992,0.3553719,0.35950413,0.37190083,0.38429752,0.3677686,0.37190083,0.3677686,0.37190083,0.38429752,0.4214876,0.42975205,0.45041323,0.45867768,0.42975205,0.43801653,0.46694216,0.47933885,0.5082645,0.5495868,0.5785124,0.6198347,0.661157,0.70247936,0.7066116,0.7066116,0.6983471,0.6694215,0.661157,0.6404959,0.6280992,0.6735537,0.73966944,0.72727275,0.71487606,0.73966944,0.73140496,0.71900827,0.72727275,0.6942149,0.677686,0.5041322,0.28099173,0.23140496,0.14876033,0.15289256,0.14876033,0.15289256,0.14876033,0.1570248,0.1446281,0.16115703,0.24380165,0.3181818,0.34710744,0.37190083,0.37603307,0.40082645,0.4090909,0.41735536,0.45867768,0.5123967,0.553719,0.56198347,0.47107437,0.38016528,0.39256197,0.41322315,0.4214876,0.40082645,0.38842976,0.38429752,0.40495867,0.41735536,0.446281,0.446281,0.46694216,0.48347107,0.47933885,0.48347107,0.5123967,0.54545456,0.58264464,0.6280992,0.6735537,0.6735537,0.6859504,0.7066116,0.71487606,0.70247936,0.7066116,0.7066116,0.70247936,0.6694215,0.6280992,0.6363636,0.7355372,0.72727275,0.71487606,0.74380165,0.7355372,0.7066116,0.7231405,0.69008267,0.6322314,0.3966942,0.24380165,0.23966943,0.15289256,0.1446281,0.1570248,0.14049587,0.15289256,0.15289256,0.15289256,0.15289256,0.1983471,0.30578512,0.3305785,0.36363637,0.37603307,0.40082645,0.40495867,0.40495867,0.43801653,0.5041322,0.5413223,0.53305787,0.48347107,0.4214876,0.42561984,0.4338843,0.42975205,0.41322315,0.40495867,0.39256197,0.41735536,0.446281,0.4876033,0.5165289,0.5123967,0.5041322,0.5247934,0.5413223,0.56198347,0.58264464,0.58677685,0.6322314,0.6652893,0.6735537,0.6859504,0.6942149,0.71487606,0.6942149,0.70247936,0.7107438,0.7107438,0.677686,0.6446281,0.6280992,0.70247936,0.7231405,0.7231405,0.73140496,0.73140496,0.71487606,0.7107438,0.6818182,0.53305787,0.2892562,0.23140496,0.23553719,0.14876033,0.14876033,0.1570248,0.1446281,0.16115703,0.15289256,0.15289256,0.1570248,0.17355372,0.2644628,0.3181818,0.35950413,0.38429752,0.39256197,0.3966942,0.40495867,0.4338843,0.48347107,0.5041322,0.47933885,0.47107437,0.44214877,0.4214876,0.43801653,0.44214877,0.43801653,0.42561984,0.39256197,0.4214876,0.45454547,0.49173555,0.5289256,0.49586776,0.45454547,0.4752066,0.5041322,0.53305787,0.54545456,0.57438016,0.61570245,0.6404959,0.6652893,0.69008267,0.70247936,0.7066116,0.6942149,0.7066116,0.7066116,0.6942149,0.677686,0.6570248,0.6570248,0.6942149,0.7107438,0.71900827,0.71900827,0.72727275,0.7231405,0.71900827,0.6528926,0.4090909,0.23140496,0.24793388,0.23966943,0.15289256,0.1446281,0.14876033,0.1570248,0.15289256,0.1446281,0.15289256,0.1570248,0.1570248,0.2107438,0.30578512,0.3429752,0.37603307,0.38016528,0.38842976,0.40495867,0.44214877,0.45867768,0.446281,0.4214876,0.41322315,0.44214877,0.41735536,0.41735536,0.42975205,0.43801653,0.44214877,0.4214876,0.43801653,0.47107437,0.5123967,0.5206612,0.48347107,0.45454547,0.45454547,0.4876033,0.5289256,0.54545456,0.57438016,0.61157024,0.6363636,0.661157,0.6859504,0.70247936,0.6983471,0.6818182,0.6942149,0.69008267,0.677686,0.6694215,0.661157,0.6942149,0.7066116,0.6983471,0.7107438,0.7231405,0.71487606,0.72727275,0.6983471,0.57024795,0.2892562,0.22727273,0.24380165,0.24380165,0.1570248,0.15289256,0.1570248,0.15289256,0.1570248,0.1446281,0.16115703,0.14876033,0.1570248,0.17355372,0.27272728,0.33471075,0.36363637,0.38016528,0.38429752,0.39256197,0.42561984,0.42561984,0.41735536,0.39256197,0.37190083,0.41322315,0.41322315,0.40082645,0.40082645,0.4090909,0.42561984,0.41735536,0.4214876,0.42975205,0.45454547,0.43801653,0.41735536,0.41735536,0.41322315,0.45041323,0.49173555,0.5247934,0.5661157,0.59917355,0.62396693,0.6528926,0.6818182,0.69008267,0.69008267,0.6694215,0.6735537,0.6735537,0.6570248,0.661157,0.6652893,0.6942149,0.7107438,0.7107438,0.7107438,0.72727275,0.7066116,0.7107438,0.6570248,0.4214876,0.22727273,0.23966943,0.2520661,0.25619835,0.1694215,0.16528925,0.16115703,0.1570248,0.1570248,0.15289256,0.15289256,0.14876033,0.1570248,0.1570248,0.22727273,0.3305785,0.36363637,0.38016528,0.38842976,0.38016528,0.39256197,0.3966942,0.38429752,0.38016528,0.37603307,0.38842976,0.40082645,0.40082645,0.3966942,0.41322315,0.41735536,0.4090909,0.3966942,0.40082645,0.4090909,0.3966942,0.41322315,0.44214877,0.43801653,0.46280992,0.5,0.5371901,0.58264464,0.607438,0.6322314,0.6528926,0.6735537,0.6694215,0.6818182,0.6652893,0.6652893,0.661157,0.6570248,0.6652893,0.6735537,0.677686,0.70247936,0.7066116,0.6942149,0.7107438,0.71900827,0.6818182,0.607438,0.34710744,0.2603306,0.2520661,0.2520661,0.25619835,0.17355372,0.16528925,0.16115703,0.16115703,0.16115703,0.15289256,0.15289256,0.1570248,0.1570248,0.1570248,0.20247933,0.3140496,0.35950413,0.38016528,0.38842976,0.38016528,0.38016528,0.38016528,0.38016528,0.35950413,0.37190083,0.37190083,0.38429752,0.39256197,0.41322315,0.42975205,0.42975205,0.43801653,0.44214877,0.45867768,0.47933885,0.45867768,0.47933885,0.5123967,0.5247934,0.5413223,0.5661157,0.60330576,0.6280992,0.6363636,0.6570248,0.6652893,0.677686,0.6652893,0.677686,0.6528926,0.6652893,0.6735537,0.6528926,0.661157,0.6570248,0.661157,0.6859504,0.6983471,0.7107438,0.7107438,0.71487606,0.6446281,0.47933885,0.49586776,0.40495867,0.30165288,0.2520661,0.25619835,0.1694215,0.1694215,0.1694215,0.16115703,0.1570248,0.15289256,0.1570248,0.15289256,0.16115703,0.15289256,0.18181819,0.29752067,0.34710744,0.38016528,0.38842976,0.38429752,0.38016528,0.38016528,0.36363637,0.37190083,0.38016528,0.3677686,0.38016528,0.38842976,0.40082645,0.41735536,0.43801653,0.46694216,0.47933885,0.47933885,0.5041322,0.5123967,0.5082645,0.5413223,0.58264464,0.58677685,0.60330576,0.6404959,0.6487603,0.6446281,0.6570248,0.6487603,0.661157,0.6652893,0.6859504,0.661157,0.661157,0.6528926,0.661157,0.6528926,0.6694215,0.677686,0.6859504,0.7066116,0.6983471,0.70247936,0.7355372,0.47933885,0.3677686,0.4214876,0.5082645,0.4752066,0.3140496,0.2520661,0.1694215,0.17768595,0.17355372,0.16528925,0.1570248,0.16115703,0.15289256,0.1570248,0.15289256,0.1446281,0.23140496,0.29338843,0.30165288,0.37190083,0.38429752,0.38429752,0.39256197,0.38842976,0.37190083,0.37603307,0.37190083,0.3677686,0.37603307,0.38842976,0.40082645,0.42561984,0.45454547,0.47933885,0.48347107,0.47933885,0.49586776,0.5082645,0.53305787,0.54545456,0.59917355,0.607438,0.62396693,0.6404959,0.6487603,0.6446281,0.6446281,0.6487603,0.6487603,0.661157,0.6652893,0.6487603,0.6652893,0.6487603,0.6735537,0.661157,0.6694215,0.6735537,0.6735537,0.70247936,0.70247936,0.6818182,0.73140496,0.35123968,0.30991736,0.37603307,0.44214877,0.553719,0.5206612,0.3305785,23 +0.55785125,0.6280992,0.677686,0.70247936,0.7107438,0.74380165,0.75619835,0.7644628,0.78512394,0.7892562,0.8057851,0.79752064,0.80991733,0.8140496,0.8181818,0.822314,0.8305785,0.8264463,0.822314,0.8264463,0.822314,0.822314,0.8181818,0.8264463,0.8264463,0.8264463,0.8264463,0.8305785,0.8264463,0.8264463,0.822314,0.80991733,0.80991733,0.80991733,0.8016529,0.8016529,0.8016529,0.79752064,0.7933884,0.78512394,0.78099173,0.7768595,0.77272725,0.77272725,0.76859504,0.76033056,0.74793386,0.74380165,0.72727275,0.7231405,0.71900827,0.6859504,0.677686,0.7107438,0.6942149,0.69008267,0.661157,0.6528926,0.6198347,0.55785125,0.5371901,0.47933885,0.45041323,0.37190083,0.5785124,0.6198347,0.6652893,0.7107438,0.7066116,0.74380165,0.75619835,0.76859504,0.78512394,0.7892562,0.80991733,0.80991733,0.8057851,0.8140496,0.8140496,0.822314,0.8305785,0.8264463,0.822314,0.8264463,0.822314,0.8264463,0.822314,0.8305785,0.8305785,0.8305785,0.8347107,0.8305785,0.8305785,0.8264463,0.822314,0.8181818,0.80991733,0.80991733,0.80991733,0.8057851,0.8057851,0.8016529,0.7933884,0.78099173,0.78099173,0.78099173,0.7768595,0.76859504,0.7644628,0.76033056,0.75206614,0.74380165,0.73966944,0.7355372,0.71900827,0.7066116,0.6983471,0.7066116,0.6942149,0.6942149,0.6694215,0.6446281,0.62396693,0.5661157,0.5495868,0.4876033,0.4338843,0.35123968,0.58677685,0.6280992,0.661157,0.70247936,0.71900827,0.74380165,0.75619835,0.7768595,0.78099173,0.78512394,0.8057851,0.8140496,0.80991733,0.8057851,0.8181818,0.8140496,0.8264463,0.8264463,0.8181818,0.8264463,0.8264463,0.8264463,0.8264463,0.8305785,0.8305785,0.8305785,0.838843,0.8347107,0.8305785,0.8264463,0.822314,0.80991733,0.8057851,0.80991733,0.8140496,0.80991733,0.80991733,0.8016529,0.79752064,0.78512394,0.78099173,0.78099173,0.78099173,0.76859504,0.7644628,0.76859504,0.76859504,0.76859504,0.75206614,0.7355372,0.7066116,0.70247936,0.7066116,0.70247936,0.69008267,0.6735537,0.6694215,0.6404959,0.61570245,0.57438016,0.5371901,0.48347107,0.4338843,0.35123968,0.60330576,0.6322314,0.6652893,0.69008267,0.71900827,0.74793386,0.7644628,0.7892562,0.78099173,0.7892562,0.79752064,0.8057851,0.8140496,0.8140496,0.80991733,0.822314,0.8264463,0.8264463,0.822314,0.8264463,0.822314,0.8264463,0.8264463,0.8264463,0.822314,0.8305785,0.8347107,0.8347107,0.8264463,0.8264463,0.80991733,0.8016529,0.80991733,0.80991733,0.8181818,0.80991733,0.80991733,0.8016529,0.79752064,0.7933884,0.7892562,0.7768595,0.7768595,0.77272725,0.76859504,0.76859504,0.76859504,0.76033056,0.73966944,0.72727275,0.7231405,0.7231405,0.71487606,0.7066116,0.6983471,0.677686,0.6652893,0.6404959,0.607438,0.5661157,0.5371901,0.48347107,0.42561984,0.3553719,0.61157024,0.6404959,0.661157,0.69008267,0.7107438,0.75206614,0.7644628,0.78512394,0.7768595,0.78512394,0.79752064,0.8140496,0.80991733,0.80991733,0.822314,0.822314,0.8264463,0.8181818,0.8181818,0.822314,0.8140496,0.8264463,0.822314,0.822314,0.8140496,0.8181818,0.8264463,0.8305785,0.822314,0.822314,0.8140496,0.80991733,0.8057851,0.80991733,0.8140496,0.8057851,0.8016529,0.79752064,0.7933884,0.7892562,0.78512394,0.7644628,0.7644628,0.76859504,0.76033056,0.75206614,0.75619835,0.75619835,0.7355372,0.71487606,0.72727275,0.73966944,0.71900827,0.71487606,0.7107438,0.70247936,0.6652893,0.6363636,0.60330576,0.5661157,0.53305787,0.47107437,0.42561984,0.3429752,0.6198347,0.6487603,0.6570248,0.69008267,0.7107438,0.75206614,0.76033056,0.78099173,0.78099173,0.77272725,0.7933884,0.8140496,0.8140496,0.822314,0.8181818,0.822314,0.822314,0.822314,0.822314,0.822314,0.8140496,0.822314,0.8181818,0.80991733,0.8057851,0.80991733,0.8264463,0.80991733,0.80991733,0.8181818,0.8057851,0.8057851,0.8016529,0.8016529,0.8057851,0.8016529,0.79752064,0.79752064,0.78512394,0.7768595,0.77272725,0.76033056,0.75619835,0.76033056,0.74793386,0.73966944,0.73966944,0.74793386,0.73966944,0.71900827,0.73140496,0.73966944,0.73140496,0.73140496,0.7107438,0.6983471,0.6652893,0.6198347,0.59504133,0.5661157,0.5247934,0.45867768,0.42975205,0.3677686,0.61570245,0.6446281,0.6652893,0.69008267,0.71900827,0.75206614,0.7644628,0.78099173,0.7768595,0.77272725,0.7892562,0.79752064,0.79752064,0.80991733,0.822314,0.822314,0.8016529,0.80991733,0.8181818,0.80991733,0.80991733,0.8016529,0.80991733,0.79752064,0.79752064,0.79752064,0.80991733,0.8057851,0.8016529,0.8016529,0.8016529,0.78099173,0.79752064,0.79752064,0.8016529,0.8057851,0.79752064,0.7933884,0.78512394,0.76859504,0.76033056,0.75206614,0.75619835,0.75619835,0.74793386,0.74380165,0.73966944,0.74380165,0.73966944,0.73140496,0.7355372,0.74380165,0.73966944,0.7355372,0.7107438,0.6983471,0.661157,0.607438,0.58677685,0.57024795,0.5165289,0.446281,0.43801653,0.38842976,0.6363636,0.6446281,0.661157,0.6859504,0.71900827,0.75619835,0.77272725,0.78099173,0.78099173,0.78512394,0.7892562,0.7768595,0.77272725,0.7892562,0.7892562,0.7933884,0.78099173,0.7768595,0.7892562,0.7892562,0.7892562,0.7933884,0.79752064,0.79752064,0.79752064,0.7892562,0.7933884,0.79752064,0.7892562,0.78512394,0.78099173,0.77272725,0.7892562,0.78512394,0.8016529,0.7933884,0.7933884,0.78512394,0.7768595,0.76033056,0.74380165,0.74793386,0.75206614,0.75206614,0.74793386,0.76033056,0.73966944,0.71900827,0.72727275,0.7355372,0.74793386,0.74380165,0.72727275,0.71487606,0.6942149,0.6859504,0.6404959,0.59504133,0.57438016,0.553719,0.5041322,0.446281,0.43801653,0.3966942,0.6322314,0.6404959,0.6446281,0.6694215,0.71487606,0.74793386,0.7644628,0.7768595,0.78512394,0.76859504,0.74380165,0.7066116,0.6818182,0.6859504,0.6983471,0.6983471,0.6942149,0.6983471,0.7107438,0.71487606,0.73140496,0.76033056,0.77272725,0.7892562,0.7933884,0.78099173,0.78099173,0.78512394,0.7768595,0.76859504,0.78099173,0.76859504,0.77272725,0.77272725,0.78512394,0.7768595,0.77272725,0.76033056,0.75206614,0.73140496,0.7231405,0.72727275,0.74793386,0.73966944,0.7355372,0.73966944,0.74793386,0.7107438,0.6983471,0.70247936,0.71487606,0.7066116,0.6818182,0.6735537,0.661157,0.6528926,0.62396693,0.59090906,0.56198347,0.54545456,0.49586776,0.43801653,0.4338843,0.39256197,0.6446281,0.6487603,0.6363636,0.6570248,0.6983471,0.7355372,0.76033056,0.76033056,0.74793386,0.7231405,0.6942149,0.661157,0.61570245,0.59917355,0.59917355,0.59504133,0.59090906,0.59090906,0.60330576,0.60330576,0.6198347,0.661157,0.6859504,0.73966944,0.7644628,0.76033056,0.7768595,0.76859504,0.7768595,0.76033056,0.7644628,0.75619835,0.74380165,0.76859504,0.77272725,0.76033056,0.74793386,0.72727275,0.71900827,0.70247936,0.7107438,0.7066116,0.73140496,0.7231405,0.7066116,0.69008267,0.69008267,0.6570248,0.607438,0.59917355,0.59917355,0.607438,0.59917355,0.6322314,0.6322314,0.607438,0.57438016,0.5785124,0.57024795,0.53305787,0.47933885,0.4338843,0.43801653,0.39256197,0.6446281,0.6528926,0.6404959,0.661157,0.6859504,0.7107438,0.7355372,0.71900827,0.69008267,0.661157,0.6404959,0.61157024,0.59917355,0.5785124,0.553719,0.55785125,0.5371901,0.5041322,0.5,0.5165289,0.5206612,0.5413223,0.55785125,0.59917355,0.6570248,0.6859504,0.71900827,0.7355372,0.74793386,0.76033056,0.75206614,0.75619835,0.7355372,0.7644628,0.75206614,0.72727275,0.7107438,0.6983471,0.69008267,0.6735537,0.6818182,0.6528926,0.59917355,0.58264464,0.5495868,0.553719,0.5495868,0.553719,0.5165289,0.5041322,0.47933885,0.49586776,0.5206612,0.56198347,0.607438,0.59090906,0.5413223,0.5289256,0.55785125,0.5165289,0.47107437,0.446281,0.45454547,0.40082645,0.6487603,0.6570248,0.6446281,0.661157,0.6652893,0.6570248,0.6694215,0.6528926,0.6322314,0.61570245,0.59917355,0.56198347,0.5495868,0.5371901,0.5041322,0.4876033,0.46280992,0.4338843,0.42975205,0.446281,0.446281,0.446281,0.45867768,0.4752066,0.49586776,0.5413223,0.6198347,0.6735537,0.6983471,0.73140496,0.7355372,0.73966944,0.74380165,0.76033056,0.73140496,0.7066116,0.6735537,0.6694215,0.6487603,0.6404959,0.61570245,0.57024795,0.5041322,0.45867768,0.41322315,0.4090909,0.4090909,0.40495867,0.42561984,0.4090909,0.4090909,0.44214877,0.4752066,0.49173555,0.5371901,0.53305787,0.49173555,0.5,0.5206612,0.49586776,0.47107437,0.446281,0.46280992,0.41322315,0.6528926,0.6570248,0.6487603,0.6363636,0.60330576,0.58677685,0.59917355,0.60330576,0.5785124,0.57024795,0.56198347,0.5371901,0.5165289,0.5,0.49173555,0.4876033,0.45454547,0.42561984,0.41322315,0.40495867,0.40495867,0.40495867,0.41322315,0.42975205,0.43801653,0.45867768,0.5371901,0.61570245,0.6570248,0.7066116,0.74380165,0.73140496,0.73966944,0.75206614,0.73140496,0.6942149,0.661157,0.6363636,0.61157024,0.58677685,0.5413223,0.49586776,0.43801653,0.39256197,0.34710744,0.33471075,0.338843,0.3429752,0.34710744,0.35123968,0.38429752,0.42561984,0.43801653,0.45867768,0.46280992,0.45041323,0.44214877,0.41322315,0.42975205,0.42561984,0.40495867,0.45454547,0.46280992,0.41322315,0.6694215,0.6652893,0.6404959,0.59504133,0.54545456,0.5495868,0.56198347,0.57438016,0.57438016,0.59090906,0.5661157,0.5413223,0.53305787,0.5413223,0.5495868,0.56198347,0.55785125,0.5082645,0.45867768,0.41735536,0.3966942,0.40082645,0.41735536,0.4338843,0.44214877,0.45867768,0.5165289,0.57024795,0.62396693,0.69008267,0.73966944,0.74380165,0.75619835,0.75619835,0.7355372,0.69008267,0.6446281,0.59917355,0.5661157,0.5165289,0.446281,0.41735536,0.38429752,0.37190083,0.3429752,0.3553719,0.35950413,0.38016528,0.4090909,0.42561984,0.42975205,0.446281,0.4338843,0.43801653,0.4338843,0.41735536,0.42561984,0.39256197,0.35123968,0.35950413,0.32231405,0.44214877,0.47933885,0.42975205,0.6735537,0.677686,0.6446281,0.58677685,0.5371901,0.5495868,0.553719,0.57438016,0.62396693,0.6487603,0.6280992,0.59504133,0.5785124,0.5785124,0.57438016,0.5495868,0.5123967,0.45867768,0.3966942,0.37190083,0.3677686,0.338843,0.35950413,0.38842976,0.42975205,0.446281,0.4876033,0.55785125,0.6280992,0.6942149,0.73966944,0.75619835,0.76859504,0.75619835,0.73966944,0.69008267,0.6280992,0.57024795,0.5082645,0.44214877,0.39256197,0.38429752,0.35950413,0.34710744,0.32231405,0.338843,0.38429752,0.46694216,0.5,0.5165289,0.5165289,0.5082645,0.4876033,0.47107437,0.44214877,0.42975205,0.39256197,0.37190083,0.34710744,0.3181818,0.28512397,0.37190083,0.5041322,0.44214877,0.6818182,0.6818182,0.6570248,0.60330576,0.54545456,0.55785125,0.58264464,0.58677685,0.6198347,0.62396693,0.5785124,0.5,0.4338843,0.38016528,0.34710744,0.30578512,0.26859504,0.26859504,0.28512397,0.35123968,0.446281,0.38016528,0.3429752,0.34710744,0.39256197,0.43801653,0.46280992,0.53305787,0.6446281,0.71900827,0.75619835,0.77272725,0.7768595,0.7644628,0.73140496,0.6859504,0.62396693,0.5413223,0.45041323,0.3966942,0.38842976,0.3429752,0.3181818,0.3305785,0.3140496,0.2231405,0.23553719,0.36363637,0.33471075,0.34710744,0.38429752,0.40082645,0.42561984,0.45041323,0.45041323,0.45041323,0.41735536,0.36363637,0.3677686,0.34710744,0.30578512,0.3677686,0.5,0.46280992,0.6735537,0.6818182,0.6528926,0.6198347,0.5661157,0.57438016,0.59504133,0.57024795,0.5247934,0.446281,0.3305785,0.2603306,0.30578512,0.3305785,0.2892562,0.27272728,0.2768595,0.30991736,0.3677686,0.4876033,0.59917355,0.5206612,0.42975205,0.38429752,0.4338843,0.49586776,0.49586776,0.4876033,0.61570245,0.73966944,0.77272725,0.78512394,0.7892562,0.77272725,0.73140496,0.6818182,0.61157024,0.49586776,0.42975205,0.4338843,0.42561984,0.37190083,0.38429752,0.5247934,0.49173555,0.35123968,0.2892562,0.38016528,0.28099173,0.22727273,0.24793388,0.2603306,0.2520661,0.28512397,0.3305785,0.4090909,0.41322315,0.40495867,0.38429752,0.37603307,0.35123968,0.37190083,0.4876033,0.47933885,0.6694215,0.6818182,0.6528926,0.62396693,0.59090906,0.5661157,0.5413223,0.4876033,0.38429752,0.32231405,0.28099173,0.3181818,0.40082645,0.5,0.40082645,0.3677686,0.3966942,0.40495867,0.46694216,0.59917355,0.6363636,0.56198347,0.5082645,0.49586776,0.5041322,0.59504133,0.56198347,0.5206612,0.59917355,0.75619835,0.79752064,0.79752064,0.8016529,0.78512394,0.73966944,0.6818182,0.58264464,0.47107437,0.46694216,0.53305787,0.4752066,0.42561984,0.46694216,0.58677685,0.6322314,0.44214877,0.3966942,0.3429752,0.3305785,0.30165288,0.3305785,0.35123968,0.24793388,0.18181819,0.22727273,0.2520661,0.3677686,0.41735536,0.40495867,0.38016528,0.35950413,0.42975205,0.48347107,0.4876033,0.6818182,0.6859504,0.6735537,0.661157,0.6322314,0.56198347,0.4876033,0.4214876,0.4090909,0.41322315,0.4752066,0.5247934,0.5123967,0.55785125,0.55785125,0.5123967,0.4876033,0.5,0.553719,0.61157024,0.61157024,0.55785125,0.5371901,0.58264464,0.60330576,0.607438,0.57438016,0.57438016,0.60330576,0.75206614,0.80991733,0.8181818,0.8140496,0.79752064,0.74793386,0.6735537,0.55785125,0.4876033,0.5165289,0.58677685,0.59090906,0.54545456,0.5206612,0.5495868,0.61157024,0.53305787,0.45867768,0.42561984,0.3966942,0.38842976,0.43801653,0.446281,0.36363637,0.24793388,0.21487603,0.23966943,0.30165288,0.3677686,0.38429752,0.40495867,0.41735536,0.47107437,0.5041322,0.47933885,0.6859504,0.69008267,0.6818182,0.7107438,0.6942149,0.62396693,0.54545456,0.5247934,0.5495868,0.5495868,0.607438,0.6694215,0.6446281,0.6487603,0.6363636,0.6198347,0.59504133,0.58264464,0.59504133,0.59090906,0.56198347,0.5247934,0.5123967,0.55785125,0.60330576,0.58677685,0.58264464,0.6198347,0.6487603,0.77272725,0.8181818,0.8264463,0.8264463,0.8057851,0.75619835,0.6694215,0.54545456,0.5206612,0.5413223,0.5661157,0.60330576,0.56198347,0.5371901,0.553719,0.5785124,0.57438016,0.5661157,0.5247934,0.47107437,0.47933885,0.5082645,0.48347107,0.45041323,0.38016528,0.3140496,0.29338843,0.3264463,0.36363637,0.40082645,0.45454547,0.5,0.5123967,0.5041322,0.4752066,0.6942149,0.6942149,0.7066116,0.73966944,0.73966944,0.7107438,0.6818182,0.6735537,0.6528926,0.6280992,0.6280992,0.6694215,0.677686,0.6859504,0.677686,0.6487603,0.607438,0.59090906,0.5785124,0.5495868,0.5206612,0.5289256,0.55785125,0.58677685,0.59917355,0.61570245,0.6363636,0.661157,0.70247936,0.7933884,0.822314,0.8264463,0.8305785,0.80991733,0.76033056,0.677686,0.54545456,0.5371901,0.56198347,0.5495868,0.58677685,0.5785124,0.5165289,0.49586776,0.5206612,0.54545456,0.56198347,0.56198347,0.5413223,0.5413223,0.55785125,0.5413223,0.5206612,0.4752066,0.41735536,0.40082645,0.3966942,0.4214876,0.4752066,0.5206612,0.54545456,0.5413223,0.5041322,0.46694216,0.7066116,0.7107438,0.72727275,0.74793386,0.75206614,0.75206614,0.74793386,0.74793386,0.73140496,0.7066116,0.6570248,0.6198347,0.6198347,0.58677685,0.59504133,0.58677685,0.59090906,0.57024795,0.57438016,0.57024795,0.58264464,0.607438,0.6322314,0.6322314,0.6570248,0.677686,0.6735537,0.6942149,0.7355372,0.79752064,0.8264463,0.8305785,0.8305785,0.8140496,0.75619835,0.6735537,0.55785125,0.5413223,0.5785124,0.57024795,0.607438,0.60330576,0.57438016,0.5413223,0.5,0.5,0.5413223,0.56198347,0.56198347,0.5661157,0.5661157,0.54545456,0.5206612,0.49173555,0.4752066,0.4876033,0.5082645,0.5247934,0.5413223,0.5495868,0.56198347,0.553719,0.5082645,0.45454547,0.6983471,0.71900827,0.73140496,0.73966944,0.75619835,0.76859504,0.77272725,0.78099173,0.7892562,0.7768595,0.73966944,0.69008267,0.661157,0.6363636,0.6280992,0.6198347,0.6363636,0.6363636,0.6528926,0.6694215,0.6818182,0.6942149,0.71487606,0.70247936,0.6942149,0.71900827,0.7355372,0.7107438,0.76033056,0.8057851,0.8181818,0.8347107,0.8305785,0.8140496,0.74793386,0.6652893,0.5661157,0.55785125,0.59090906,0.5785124,0.6363636,0.677686,0.6446281,0.6280992,0.58677685,0.54545456,0.5123967,0.5206612,0.53305787,0.5247934,0.5165289,0.5082645,0.5041322,0.5206612,0.55785125,0.5785124,0.5661157,0.57024795,0.59090906,0.5785124,0.5661157,0.553719,0.5041322,0.446281,0.7066116,0.7231405,0.73966944,0.74793386,0.76033056,0.76859504,0.78512394,0.7892562,0.79752064,0.8016529,0.79752064,0.7768595,0.7644628,0.75619835,0.76033056,0.74793386,0.72727275,0.7231405,0.7355372,0.73966944,0.75206614,0.74793386,0.77272725,0.76033056,0.7644628,0.76859504,0.75619835,0.73966944,0.76859504,0.8140496,0.822314,0.8305785,0.8305785,0.80991733,0.75206614,0.6652893,0.57438016,0.55785125,0.59917355,0.59090906,0.60330576,0.70247936,0.71900827,0.69008267,0.6446281,0.6570248,0.6487603,0.62396693,0.61157024,0.59504133,0.57024795,0.59090906,0.59917355,0.59504133,0.6198347,0.6322314,0.62396693,0.59090906,0.5785124,0.59504133,0.5785124,0.5495868,0.5,0.44214877,0.7107438,0.7231405,0.74380165,0.75619835,0.7644628,0.77272725,0.78512394,0.7933884,0.8016529,0.8057851,0.8016529,0.7933884,0.78512394,0.77272725,0.77272725,0.76859504,0.7644628,0.7644628,0.78099173,0.78099173,0.7892562,0.78512394,0.7933884,0.78512394,0.7933884,0.78099173,0.7644628,0.76033056,0.77272725,0.8181818,0.822314,0.8264463,0.8305785,0.8057851,0.76033056,0.6694215,0.58677685,0.5785124,0.61157024,0.61570245,0.607438,0.6652893,0.73140496,0.74380165,0.7066116,0.6818182,0.6942149,0.7107438,0.6983471,0.69008267,0.6280992,0.6446281,0.6735537,0.6652893,0.6652893,0.6570248,0.6487603,0.6280992,0.607438,0.59917355,0.58264464,0.55785125,0.5082645,0.43801653,0.70247936,0.72727275,0.75206614,0.7644628,0.77272725,0.7768595,0.78512394,0.79752064,0.8057851,0.8057851,0.8057851,0.8057851,0.8016529,0.7892562,0.7892562,0.7892562,0.78512394,0.7933884,0.80991733,0.8057851,0.79752064,0.8016529,0.8016529,0.7933884,0.79752064,0.78512394,0.78099173,0.77272725,0.78512394,0.8181818,0.822314,0.8305785,0.8305785,0.80991733,0.76859504,0.6818182,0.59090906,0.59504133,0.6198347,0.6322314,0.6363636,0.6735537,0.70247936,0.73140496,0.73966944,0.71900827,0.71487606,0.71487606,0.7066116,0.71900827,0.69008267,0.6818182,0.70247936,0.6818182,0.6859504,0.6735537,0.6570248,0.6363636,0.61570245,0.59917355,0.58677685,0.553719,0.5082645,0.4338843,0.6942149,0.7355372,0.75619835,0.76859504,0.77272725,0.7768595,0.78512394,0.7933884,0.8057851,0.8057851,0.8016529,0.80991733,0.80991733,0.8140496,0.8140496,0.80991733,0.8057851,0.8140496,0.822314,0.8181818,0.80991733,0.80991733,0.8057851,0.79752064,0.7892562,0.77272725,0.78512394,0.7892562,0.75619835,0.8016529,0.822314,0.8347107,0.822314,0.8057851,0.7644628,0.6818182,0.607438,0.60330576,0.6198347,0.6322314,0.6528926,0.6818182,0.73140496,0.71487606,0.76033056,0.75619835,0.75206614,0.73140496,0.74380165,0.74380165,0.73966944,0.7355372,0.7231405,0.6983471,0.69008267,0.6735537,0.6570248,0.6280992,0.61157024,0.59917355,0.5785124,0.54545456,0.5041322,0.42561984,0.6942149,0.73966944,0.75619835,0.76859504,0.76859504,0.7644628,0.77272725,0.78512394,0.79752064,0.79752064,0.7933884,0.8057851,0.8181818,0.822314,0.822314,0.8181818,0.8181818,0.8140496,0.8181818,0.8181818,0.8140496,0.8016529,0.79752064,0.7933884,0.78512394,0.78512394,0.7892562,0.78099173,0.7066116,0.7768595,0.8181818,0.8347107,0.8181818,0.8016529,0.74793386,0.69008267,0.62396693,0.607438,0.6198347,0.6363636,0.6322314,0.677686,0.7355372,0.74380165,0.75619835,0.7644628,0.76033056,0.75619835,0.75619835,0.75206614,0.74793386,0.74380165,0.73140496,0.7066116,0.6859504,0.661157,0.6363636,0.62396693,0.58264464,0.5785124,0.56198347,0.5413223,0.49586776,0.4214876,0.6942149,0.74380165,0.74380165,0.75619835,0.7644628,0.75619835,0.76033056,0.78099173,0.79752064,0.79752064,0.8057851,0.8140496,0.8181818,0.8181818,0.822314,0.822314,0.8181818,0.8140496,0.8140496,0.8140496,0.8016529,0.7933884,0.7892562,0.7933884,0.79752064,0.7933884,0.7892562,0.7768595,0.75206614,0.7933884,0.8140496,0.8264463,0.8140496,0.8016529,0.75206614,0.6942149,0.6487603,0.6198347,0.61570245,0.6198347,0.6322314,0.6735537,0.7355372,0.73966944,0.76033056,0.76859504,0.7644628,0.7768595,0.7644628,0.7644628,0.75206614,0.75619835,0.74380165,0.71900827,0.69008267,0.661157,0.6446281,0.6198347,0.5247934,0.58677685,0.5661157,0.5371901,0.48347107,0.4214876,0.69008267,0.74380165,0.7355372,0.74380165,0.75206614,0.75619835,0.77272725,0.78512394,0.8057851,0.8016529,0.8016529,0.8140496,0.8140496,0.8057851,0.8181818,0.8181818,0.8140496,0.8057851,0.8057851,0.8057851,0.7933884,0.78099173,0.78099173,0.7933884,0.7933884,0.7933884,0.7933884,0.78099173,0.78512394,0.8057851,0.822314,0.8264463,0.8057851,0.7933884,0.76033056,0.70247936,0.6694215,0.6198347,0.59504133,0.58677685,0.59917355,0.6570248,0.71487606,0.73966944,0.7644628,0.7644628,0.7644628,0.7768595,0.7644628,0.7644628,0.7644628,0.73966944,0.72727275,0.72727275,0.677686,0.6735537,0.6446281,0.6322314,0.5413223,0.55785125,0.57438016,0.5371901,0.4752066,0.41322315,0.6942149,0.72727275,0.73140496,0.73966944,0.73966944,0.75206614,0.78099173,0.7933884,0.79752064,0.8057851,0.7933884,0.8057851,0.8057851,0.7933884,0.8016529,0.8057851,0.8016529,0.7933884,0.7892562,0.78512394,0.77272725,0.74380165,0.74380165,0.76033056,0.76859504,0.76859504,0.7768595,0.7892562,0.7892562,0.8057851,0.8181818,0.822314,0.8016529,0.78099173,0.75619835,0.7107438,0.677686,0.6198347,0.56198347,0.553719,0.55785125,0.607438,0.6694215,0.7107438,0.74793386,0.75206614,0.74793386,0.7768595,0.75619835,0.75206614,0.76033056,0.73966944,0.7231405,0.71900827,0.69008267,0.6652893,0.6404959,0.6322314,0.58677685,0.5661157,0.55785125,0.5371901,0.47933885,0.4090909,0.69008267,0.7107438,0.72727275,0.6983471,0.73966944,0.75619835,0.76859504,0.7892562,0.8016529,0.7933884,0.78099173,0.7892562,0.79752064,0.7892562,0.7933884,0.7933884,0.78512394,0.77272725,0.75206614,0.7355372,0.7107438,0.6694215,0.6942149,0.75206614,0.75206614,0.73966944,0.74793386,0.78099173,0.79752064,0.80991733,0.8140496,0.8057851,0.79752064,0.78099173,0.75206614,0.71900827,0.69008267,0.6280992,0.53305787,0.54545456,0.5495868,0.553719,0.61570245,0.661157,0.70247936,0.71487606,0.73140496,0.75619835,0.74793386,0.73966944,0.73966944,0.7355372,0.7107438,0.69008267,0.6735537,0.6404959,0.6363636,0.61157024,0.58677685,0.553719,0.5495868,0.5247934,0.48347107,0.40082645,0.6735537,0.69008267,0.7107438,0.661157,0.71900827,0.75206614,0.76033056,0.78099173,0.78512394,0.78512394,0.7768595,0.76859504,0.78099173,0.76859504,0.78099173,0.7768595,0.75619835,0.7355372,0.70247936,0.661157,0.62396693,0.61570245,0.6942149,0.7644628,0.75619835,0.73140496,0.72727275,0.78099173,0.8016529,0.8181818,0.8181818,0.79752064,0.7892562,0.78099173,0.76033056,0.73140496,0.6983471,0.62396693,0.5371901,0.5661157,0.59504133,0.54545456,0.54545456,0.59090906,0.6322314,0.6652893,0.70247936,0.7231405,0.72727275,0.73140496,0.71900827,0.7066116,0.69008267,0.6735537,0.661157,0.6404959,0.61157024,0.59917355,0.5785124,0.55785125,0.5206612,0.5123967,0.4752066,0.40082645,0.6528926,0.6694215,0.6818182,0.6735537,0.70247936,0.73966944,0.75206614,0.75619835,0.77272725,0.77272725,0.76859504,0.75206614,0.73966944,0.72727275,0.74793386,0.74380165,0.71900827,0.6859504,0.6446281,0.60330576,0.55785125,0.58264464,0.71900827,0.77272725,0.77272725,0.73966944,0.7355372,0.7768595,0.8016529,0.822314,0.822314,0.8016529,0.7892562,0.7892562,0.7768595,0.74793386,0.7066116,0.6446281,0.5661157,0.61157024,0.6735537,0.5661157,0.49586776,0.5247934,0.5661157,0.59917355,0.6446281,0.677686,0.69008267,0.6983471,0.6818182,0.6818182,0.6818182,0.6528926,0.6404959,0.6322314,0.59090906,0.553719,0.56198347,0.553719,0.5,0.4876033,0.45454547,0.4090909,0.6404959,0.661157,0.6652893,0.6735537,0.6983471,0.7231405,0.72727275,0.72727275,0.74793386,0.76033056,0.74793386,0.73966944,0.7066116,0.6983471,0.70247936,0.6818182,0.6570248,0.6280992,0.59090906,0.5661157,0.53305787,0.553719,0.7355372,0.7768595,0.7644628,0.74793386,0.75619835,0.78099173,0.79752064,0.8140496,0.8181818,0.8181818,0.8016529,0.7933884,0.7768595,0.74793386,0.7107438,0.6487603,0.59090906,0.59917355,0.661157,0.58677685,0.48347107,0.4876033,0.5082645,0.53305787,0.5785124,0.62396693,0.6487603,0.661157,0.6570248,0.661157,0.661157,0.6446281,0.6198347,0.59917355,0.57024795,0.5247934,0.5247934,0.5247934,0.49173555,0.46280992,0.45041323,0.41322315,0.6280992,0.6404959,0.6487603,0.6652893,0.6735537,0.6942149,0.69008267,0.70247936,0.71900827,0.73140496,0.7231405,0.7066116,0.6983471,0.6652893,0.6446281,0.607438,0.5785124,0.553719,0.553719,0.57024795,0.57024795,0.553719,0.75206614,0.7768595,0.75619835,0.75619835,0.76859504,0.7892562,0.7933884,0.8016529,0.8057851,0.8181818,0.8140496,0.7933884,0.76859504,0.73966944,0.7107438,0.6528926,0.59917355,0.5785124,0.61157024,0.5785124,0.5041322,0.49586776,0.49586776,0.49173555,0.5206612,0.56198347,0.59090906,0.61570245,0.62396693,0.6322314,0.6363636,0.61157024,0.59504133,0.57024795,0.53305787,0.5082645,0.5,0.4876033,0.4752066,0.45454547,0.44214877,0.4214876,0.61157024,0.62396693,0.6280992,0.6446281,0.661157,0.6652893,0.6652893,0.677686,0.69008267,0.69008267,0.6818182,0.6570248,0.6487603,0.61157024,0.58264464,0.5413223,0.5165289,0.5206612,0.56198347,0.59917355,0.61157024,0.56198347,0.7107438,0.7644628,0.76033056,0.7355372,0.76033056,0.78099173,0.7892562,0.78512394,0.78099173,0.79752064,0.79752064,0.7768595,0.75206614,0.71900827,0.69008267,0.6363636,0.58264464,0.54545456,0.56198347,0.5413223,0.5165289,0.53305787,0.5123967,0.49173555,0.4752066,0.4876033,0.5247934,0.55785125,0.58264464,0.59504133,0.59504133,0.58264464,0.56198347,0.5495868,0.5082645,0.46694216,0.46280992,0.47107437,0.45867768,0.446281,0.4338843,0.41322315,0.59504133,0.607438,0.61570245,0.6198347,0.6404959,0.6528926,0.6570248,0.661157,0.6570248,0.6322314,0.6198347,0.59917355,0.5785124,0.5371901,0.5082645,0.47933885,0.49586776,0.5413223,0.58677685,0.6198347,0.6198347,0.5661157,0.58264464,0.6983471,0.7107438,0.661157,0.6983471,0.7355372,0.76859504,0.7644628,0.75619835,0.76033056,0.76033056,0.7355372,0.72727275,0.69008267,0.6570248,0.59917355,0.5371901,0.5082645,0.5041322,0.4752066,0.4876033,0.54545456,0.5206612,0.5,0.47107437,0.4338843,0.43801653,0.49173555,0.5289256,0.5495868,0.553719,0.54545456,0.53305787,0.5206612,0.49173555,0.45454547,0.446281,0.45041323,0.446281,0.43801653,0.42561984,0.4090909,0.59504133,0.60330576,0.61570245,0.61157024,0.607438,0.6280992,0.6363636,0.6280992,0.6198347,0.59090906,0.55785125,0.5247934,0.49586776,0.46280992,0.45041323,0.4752066,0.5165289,0.5495868,0.58677685,0.6404959,0.6652893,0.61570245,0.5165289,0.5247934,0.57024795,0.5661157,0.56198347,0.6322314,0.6983471,0.72727275,0.72727275,0.7107438,0.71487606,0.6818182,0.6818182,0.6487603,0.61157024,0.5165289,0.43801653,0.41322315,0.4090909,0.40082645,0.47933885,0.54545456,0.5289256,0.5165289,0.49173555,0.43801653,0.38842976,0.39256197,0.43801653,0.48347107,0.5123967,0.5165289,0.5082645,0.4876033,0.47107437,0.45454547,0.446281,0.44214877,0.446281,0.44214877,0.4214876,0.39256197,0.59917355,0.61570245,0.6198347,0.6198347,0.60330576,0.607438,0.61570245,0.60330576,0.5785124,0.5413223,0.49173555,0.44214877,0.446281,0.45867768,0.47933885,0.5206612,0.5371901,0.5206612,0.58677685,0.6487603,0.6818182,0.6198347,0.5371901,0.46694216,0.43801653,0.4338843,0.4214876,0.47107437,0.58264464,0.6322314,0.6528926,0.6198347,0.61157024,0.607438,0.60330576,0.57024795,0.5041322,0.36363637,0.2644628,0.2892562,0.338843,0.38016528,0.48347107,0.53305787,0.56198347,0.5371901,0.5,0.45041323,0.4090909,0.39256197,0.3553719,0.37603307,0.44214877,0.47933885,0.4876033,0.4752066,0.46694216,0.45454547,0.44214877,0.45454547,0.45041323,0.44214877,0.42561984,0.38429752,0.59917355,0.62396693,0.6322314,0.6363636,0.6280992,0.6198347,0.61570245,0.59090906,0.5413223,0.46694216,0.41735536,0.42561984,0.47933885,0.5041322,0.5165289,0.5371901,0.5206612,0.5041322,0.56198347,0.58677685,0.62396693,0.59917355,0.56198347,0.5123967,0.45867768,0.446281,0.37603307,0.338843,0.41322315,0.4876033,0.5289256,0.5082645,0.49586776,0.5,0.48347107,0.4214876,0.32231405,0.2768595,0.26859504,0.3264463,0.34710744,0.40495867,0.45041323,0.46280992,0.56198347,0.5495868,0.5041322,0.42561984,0.41322315,0.45041323,0.4090909,0.34710744,0.338843,0.4338843,0.47933885,0.48347107,0.48347107,0.4752066,0.46280992,0.46280992,0.45867768,0.446281,0.42561984,0.37603307,0.59917355,0.61570245,0.6322314,0.6487603,0.6487603,0.6404959,0.6322314,0.59090906,0.5206612,0.41322315,0.3966942,0.46694216,0.49173555,0.49173555,0.49586776,0.5082645,0.49586776,0.5165289,0.5247934,0.53305787,0.58264464,0.56198347,0.56198347,0.553719,0.5247934,0.5082645,0.4338843,0.3553719,0.3140496,0.34710744,0.38842976,0.39256197,0.38429752,0.38429752,0.338843,0.2768595,0.28512397,0.338843,0.4090909,0.44214877,0.41322315,0.3966942,0.41735536,0.41322315,0.5041322,0.5206612,0.5206612,0.4214876,0.35950413,0.42561984,0.41735536,0.41735536,0.33471075,0.39256197,0.48347107,0.49586776,0.49173555,0.49173555,0.47933885,0.46694216,0.46280992,0.446281,0.4214876,0.3677686,0.59504133,0.61157024,0.6280992,0.6446281,0.6694215,0.661157,0.6363636,0.59917355,0.5413223,0.43801653,0.40082645,0.446281,0.45041323,0.46280992,0.47107437,0.47107437,0.49173555,0.5495868,0.5495868,0.5206612,0.5661157,0.5661157,0.553719,0.5371901,0.5785124,0.5661157,0.5082645,0.42975205,0.34710744,0.29752067,0.30165288,0.29752067,0.2768595,0.30578512,0.30578512,0.2603306,0.3553719,0.40082645,0.38016528,0.46694216,0.47933885,0.3966942,0.3966942,0.3966942,0.45867768,0.47107437,0.48347107,0.4090909,0.37603307,0.3429752,0.37603307,0.4214876,0.40082645,0.46694216,0.5247934,0.5289256,0.5165289,0.5041322,0.48347107,0.46694216,0.45867768,0.44214877,0.40495867,0.34710744,0.58264464,0.60330576,0.62396693,0.6322314,0.6570248,0.677686,0.6570248,0.6280992,0.58264464,0.47107437,0.39256197,0.40495867,0.41735536,0.43801653,0.43801653,0.43801653,0.47107437,0.5371901,0.56198347,0.5289256,0.56198347,0.56198347,0.54545456,0.553719,0.58677685,0.5785124,0.5082645,0.49173555,0.42975205,0.39256197,0.33471075,0.2768595,0.2520661,0.30991736,0.40082645,0.3429752,0.45454547,0.41735536,0.38429752,0.38016528,0.48347107,0.4338843,0.38429752,0.38842976,0.40082645,0.4214876,0.42975205,0.41735536,0.35950413,0.37603307,0.3305785,0.40082645,0.4214876,0.57438016,0.57024795,0.5165289,0.5289256,0.5041322,0.47933885,0.4752066,0.45454547,0.42561984,0.38016528,0.3429752,0.5661157,0.60330576,0.6198347,0.61570245,0.6446281,0.661157,0.6570248,0.6528926,0.607438,0.48347107,0.38016528,0.39256197,0.40082645,0.4214876,0.38842976,0.4090909,0.42975205,0.45867768,0.5165289,0.5123967,0.53305787,0.5371901,0.5371901,0.5661157,0.57438016,0.56198347,0.47933885,0.49586776,0.5165289,0.5371901,0.446281,0.3264463,0.3305785,0.3966942,0.5082645,0.42561984,0.47107437,0.42561984,0.37603307,0.33471075,0.4338843,0.446281,0.38016528,0.36363637,0.37603307,0.35950413,0.36363637,0.44214877,0.3429752,0.36363637,0.3677686,0.4338843,0.5,0.61157024,0.5785124,0.5247934,0.5289256,0.49173555,0.46694216,0.46694216,0.446281,0.40495867,0.35123968,0.338843,0.5413223,0.5785124,0.59917355,0.607438,0.61157024,0.6363636,0.6446281,0.6487603,0.6280992,0.49586776,0.38842976,0.39256197,0.3966942,0.40082645,0.37190083,0.38842976,0.38429752,0.41322315,0.47107437,0.5082645,0.5041322,0.5165289,0.53305787,0.53305787,0.53305787,0.5082645,0.42561984,0.46694216,0.54545456,0.57438016,0.5,0.38429752,0.38429752,0.446281,0.5247934,0.46280992,0.42561984,0.42561984,0.3305785,0.32231405,0.41735536,0.41735536,0.38016528,0.33471075,0.3677686,0.35123968,0.30578512,0.41735536,0.3966942,0.29752067,0.39256197,0.5247934,0.5661157,0.61157024,0.5661157,0.5495868,0.5206612,0.46694216,0.46694216,0.446281,0.42561984,0.38016528,0.33471075,0.34710744,0.5247934,0.5413223,0.58677685,0.58677685,0.607438,0.6280992,0.6446281,0.6487603,0.6570248,0.58677685,0.446281,0.40495867,0.38429752,0.38842976,0.4090909,0.39256197,0.36363637,0.41322315,0.45454547,0.4752066,0.48347107,0.5,0.5247934,0.47107437,0.46280992,0.45454547,0.38429752,0.43801653,0.5247934,0.54545456,0.47107437,0.3966942,0.36363637,0.41735536,0.49173555,0.45454547,0.39256197,0.37603307,0.3429752,0.30578512,0.38016528,0.38842976,0.38429752,0.338843,0.34710744,0.36363637,0.3140496,0.37603307,0.36363637,0.3429752,0.4090909,0.55785125,0.61157024,0.59504133,0.56198347,0.5,0.46280992,0.45454547,0.46694216,0.4338843,0.40495867,0.3553719,0.3264463,0.3553719,0.49173555,0.5165289,0.56198347,0.5785124,0.59504133,0.6363636,0.6363636,0.6404959,0.6487603,0.6487603,0.5289256,0.47107437,0.40082645,0.40495867,0.45454547,0.446281,0.3966942,0.41735536,0.446281,0.446281,0.46694216,0.5082645,0.5495868,0.43801653,0.4214876,0.42561984,0.37603307,0.42975205,0.5082645,0.49173555,0.40082645,0.36363637,0.3305785,0.37190083,0.4752066,0.45867768,0.35950413,0.35123968,0.3429752,0.30991736,0.33471075,0.37603307,0.39256197,0.3553719,0.35123968,0.37603307,0.36363637,0.3677686,0.39256197,0.4090909,0.49173555,0.5661157,0.58677685,0.56198347,0.5165289,0.45454547,0.42975205,0.45041323,0.446281,0.4214876,0.3677686,0.338843,0.338843,0.3429752,0.43801653,0.5041322,0.53305787,0.5371901,0.5413223,0.60330576,0.61157024,0.61570245,0.6280992,0.6404959,0.59504133,0.553719,0.48347107,0.4752066,0.5,0.5123967,0.47107437,0.4752066,0.4876033,0.48347107,0.47107437,0.5,0.5165289,0.44214877,0.41322315,0.41735536,0.3966942,0.446281,0.5165289,0.47107437,0.446281,0.5041322,0.45867768,0.4090909,0.4338843,0.45454547,0.3966942,0.29752067,0.30165288,0.34710744,0.35123968,0.3677686,0.38429752,0.37190083,0.38842976,0.40495867,0.3966942,0.40082645,0.4338843,0.4876033,0.54545456,0.5785124,0.55785125,0.5247934,0.4752066,0.44214877,0.43801653,0.446281,0.42975205,0.40082645,0.33471075,0.338843,0.34710744,0.34710744,0.4090909,0.47107437,0.5082645,0.53305787,0.45867768,0.5371901,0.56198347,0.59917355,0.60330576,0.62396693,0.62396693,0.61157024,0.5495868,0.5247934,0.553719,0.5661157,0.54545456,0.5413223,0.5413223,0.54545456,0.5041322,0.5165289,0.5371901,0.5165289,0.46694216,0.45867768,0.43801653,0.46280992,0.5206612,0.46280992,0.48347107,0.5371901,0.49586776,0.42975205,0.40495867,0.43801653,0.44214877,0.3677686,0.32231405,0.3677686,0.39256197,0.38429752,0.38842976,0.4090909,0.42975205,0.446281,0.44214877,0.446281,0.47107437,0.5206612,0.5661157,0.553719,0.5165289,0.47933885,0.45041323,0.43801653,0.43801653,0.44214877,0.40082645,0.3677686,0.3305785,0.338843,0.338843,0.3429752,0.40495867,0.42975205,0.4876033,0.49586776,0.47933885,0.48347107,0.5371901,0.5661157,0.5785124,0.59090906,0.607438,0.6280992,0.58677685,0.5413223,0.57024795,0.59917355,0.5785124,0.59504133,0.59917355,0.59917355,0.54545456,0.553719,0.553719,0.5495868,0.5082645,0.5082645,0.48347107,0.46694216,0.49586776,0.46694216,0.5165289,0.53305787,0.5165289,0.46694216,0.41322315,0.40082645,0.4090909,0.41322315,0.40082645,0.3966942,0.40495867,0.41322315,0.4214876,0.446281,0.46280992,0.4752066,0.48347107,0.4752066,0.5,0.5413223,0.5495868,0.5289256,0.48347107,0.45867768,0.446281,0.43801653,0.4338843,0.4214876,0.3553719,0.32231405,0.3305785,0.338843,0.3429752,0.338843,0.43801653,0.40082645,0.45454547,0.4876033,0.48347107,0.48347107,0.5041322,0.53305787,0.53305787,0.56198347,0.57438016,0.60330576,0.59917355,0.55785125,0.59090906,0.62396693,0.61157024,0.6363636,0.661157,0.6404959,0.607438,0.60330576,0.59504133,0.553719,0.5206612,0.5165289,0.5041322,0.46280992,0.46694216,0.5,0.5289256,0.5165289,0.5206612,0.5,0.4338843,0.4214876,0.42561984,0.43801653,0.42975205,0.41735536,0.44214877,0.45867768,0.4752066,0.49173555,0.5,0.5082645,0.5123967,0.5,0.5082645,0.5247934,0.5206612,0.47933885,0.45041323,0.43801653,0.44214877,0.43801653,0.4090909,0.38016528,0.2603306,0.27272728,0.30165288,0.3181818,0.35123968,0.338843,0.45454547,0.42561984,0.41735536,0.45454547,0.4752066,0.49173555,0.4876033,0.5123967,0.5206612,0.5247934,0.553719,0.57024795,0.58677685,0.57438016,0.61570245,0.6446281,0.6487603,0.677686,0.6818182,0.6859504,0.661157,0.6528926,0.6280992,0.59090906,0.5413223,0.5289256,0.5041322,0.47107437,0.47933885,0.5165289,0.5247934,0.5,0.5041322,0.5041322,0.44214877,0.42561984,0.44214877,0.45041323,0.46280992,0.46280992,0.4876033,0.5165289,0.5247934,0.53305787,0.53305787,0.5247934,0.5123967,0.5041322,0.5,0.5,0.49173555,0.45867768,0.446281,0.44214877,0.42975205,0.41322315,0.38429752,0.30578512,0.16115703,0.23966943,0.28512397,0.24380165,0.3181818,0.35950413,0.46694216,0.44214877,0.41322315,0.42561984,0.45867768,0.47933885,0.49173555,0.49586776,0.5041322,0.5082645,0.53305787,0.5413223,0.57438016,0.58677685,0.6198347,0.6487603,0.6487603,0.6735537,0.7066116,0.7107438,0.6983471,0.69008267,0.6652893,0.6404959,0.59917355,0.5661157,0.5247934,0.5082645,0.5041322,0.5247934,0.5123967,0.5041322,0.4876033,0.49173555,0.47933885,0.46280992,0.47933885,0.4876033,0.5123967,0.5206612,0.5247934,0.55785125,0.553719,0.56198347,0.553719,0.5289256,0.5041322,0.49586776,0.49173555,0.49173555,0.47107437,0.45867768,0.45041323,0.43801653,0.41322315,0.38842976,0.35123968,0.2107438,0.10743801,0.23140496,0.30991736,0.19421488,0.23553719,0.37603307,0.47107437,0.46280992,0.4338843,0.40082645,0.42561984,0.46280992,0.47933885,0.4876033,0.4876033,0.5082645,0.53305787,0.5289256,0.56198347,0.60330576,0.6322314,0.6404959,0.661157,0.6983471,0.7066116,0.73140496,0.73140496,0.7066116,0.6983471,0.6652893,0.6404959,0.607438,0.5785124,0.5785124,0.5495868,0.56198347,0.55785125,0.54545456,0.54545456,0.5206612,0.553719,0.53305787,0.5413223,0.5247934,0.553719,0.5661157,0.57024795,0.58264464,0.57024795,0.57438016,0.56198347,0.5247934,0.5,0.48347107,0.4876033,0.49173555,0.45867768,0.446281,0.43801653,0.42561984,0.3966942,0.3677686,0.30165288,0.15289256,0.09504132,0.21900827,0.338843,0.2231405,0.1570248,0.30991736,0.47933885,0.47107437,0.45454547,0.41735536,0.40082645,0.43801653,0.46694216,0.48347107,0.49173555,0.5123967,0.5289256,0.5247934,0.553719,0.59504133,0.6280992,0.6404959,0.6570248,0.6859504,0.7066116,0.7107438,0.74380165,0.73140496,0.72727275,0.70247936,0.6818182,0.6570248,0.6487603,0.6487603,0.6446281,0.6446281,0.6528926,0.6528926,0.6487603,0.6198347,0.60330576,0.59504133,0.59504133,0.5785124,0.58677685,0.5785124,0.58677685,0.58264464,0.57024795,0.57438016,0.5661157,0.5165289,0.49173555,0.46280992,0.4752066,0.4752066,0.46280992,0.45041323,0.446281,0.41322315,0.37190083,0.338843,0.27272728,0.11983471,0.10743801,0.21487603,0.35123968,0.2768595,0.1322314,0.22727273,0.49173555,0.46280992,0.45041323,0.43801653,0.40495867,0.40495867,0.4338843,0.46280992,0.49173555,0.5041322,0.5123967,0.5165289,0.5413223,0.57438016,0.60330576,0.6280992,0.6446281,0.6694215,0.7231405,0.71487606,0.7107438,0.73140496,0.7355372,0.73140496,0.7107438,0.6735537,0.69008267,0.6859504,0.69008267,0.677686,0.6942149,0.6942149,0.6818182,0.6735537,0.6446281,0.6198347,0.59917355,0.59504133,0.59504133,0.59090906,0.58264464,0.57438016,0.57438016,0.55785125,0.5495868,0.4876033,0.45867768,0.43801653,0.45867768,0.45454547,0.46280992,0.45454547,0.42561984,0.37190083,0.33471075,0.32231405,0.25619835,0.09504132,0.1322314,0.2231405,0.38016528,0.3181818,0.14049587,0.21487603,0.5123967,0.48347107,0.47107437,0.45041323,0.41735536,0.38429752,0.40495867,0.43801653,0.47933885,0.5,0.5041322,0.5082645,0.5289256,0.55785125,0.58264464,0.61570245,0.6404959,0.677686,0.7107438,0.7231405,0.72727275,0.7231405,0.7231405,0.73966944,0.71900827,0.69008267,0.70247936,0.71487606,0.7107438,0.6983471,0.70247936,0.7066116,0.6983471,0.677686,0.661157,0.6404959,0.6198347,0.60330576,0.57024795,0.59090906,0.58677685,0.57438016,0.57438016,0.5413223,0.5247934,0.4338843,0.40495867,0.4338843,0.45454547,0.46694216,0.46694216,0.42561984,0.38429752,0.338843,0.30991736,0.3264463,0.21900827,0.08264463,0.16115703,0.24793388,0.40495867,0.37603307,0.16528925,0.18181819,0.5247934,0.5041322,0.47107437,0.45454547,0.4338843,0.40082645,0.38016528,0.40082645,0.446281,0.47107437,0.49173555,0.49586776,0.5041322,0.5289256,0.5495868,0.58264464,0.607438,0.6528926,0.70247936,0.72727275,0.7355372,0.71487606,0.7066116,0.73140496,0.7355372,0.71900827,0.7107438,0.7231405,0.71900827,0.70247936,0.6983471,0.6652893,0.6694215,0.6652893,0.661157,0.6404959,0.60330576,0.59917355,0.5661157,0.55785125,0.59090906,0.57438016,0.553719,0.5165289,0.5,0.39256197,0.37603307,0.4338843,0.45454547,0.45454547,0.42975205,0.40495867,0.35123968,0.29752067,0.30578512,0.3305785,0.16115703,0.08677686,0.19008264,0.28099173,0.42975205,0.41735536,0.21487603,0.1570248,0.5289256,0.5123967,0.5,0.47107437,0.45454547,0.42561984,0.37603307,0.37190083,0.4090909,0.42975205,0.45454547,0.4752066,0.47933885,0.49173555,0.5123967,0.53305787,0.55785125,0.607438,0.6487603,0.6942149,0.71900827,0.71487606,0.71487606,0.72727275,0.72727275,0.7066116,0.6983471,0.7107438,0.71487606,0.6818182,0.6652893,0.6280992,0.6363636,0.6528926,0.6404959,0.6322314,0.59504133,0.56198347,0.55785125,0.54545456,0.57438016,0.553719,0.5289256,0.5041322,0.44214877,0.3429752,0.38429752,0.42561984,0.43801653,0.41735536,0.3966942,0.35950413,0.30578512,0.29338843,0.32231405,0.3140496,0.10743801,0.12396694,0.22727273,0.3264463,0.446281,0.44214877,0.29338843,0.19008264,0.5413223,0.5289256,0.5123967,0.49586776,0.4752066,0.45041323,0.40082645,0.3677686,0.38016528,0.3966942,0.4090909,0.44214877,0.46280992,0.46694216,0.47107437,0.4752066,0.5,0.553719,0.6198347,0.6694215,0.6983471,0.7107438,0.71487606,0.7231405,0.71900827,0.6859504,0.677686,0.69008267,0.677686,0.6446281,0.607438,0.5785124,0.59090906,0.60330576,0.59504133,0.607438,0.5785124,0.5371901,0.53305787,0.54545456,0.5495868,0.5123967,0.5,0.4752066,0.35950413,0.338843,0.41322315,0.4214876,0.4090909,0.38429752,0.35123968,0.30165288,0.29338843,0.30991736,0.35123968,0.24793388,0.08264463,0.18595041,0.27272728,0.37603307,0.45867768,0.446281,0.3305785,0.2520661,0.5661157,0.54545456,0.5289256,0.5123967,0.49586776,0.46280992,0.42975205,0.38016528,0.3677686,0.37190083,0.38842976,0.41322315,0.43801653,0.44214877,0.43801653,0.446281,0.446281,0.49173555,0.56198347,0.62396693,0.6570248,0.6652893,0.677686,0.6942149,0.70247936,0.6859504,0.6694215,0.6694215,0.6404959,0.607438,0.57024795,0.5413223,0.54545456,0.56198347,0.57438016,0.57024795,0.5495868,0.5206612,0.5082645,0.5247934,0.5123967,0.48347107,0.47107437,0.39256197,0.3181818,0.3677686,0.41322315,0.40495867,0.3553719,0.338843,0.30578512,0.28099173,0.30165288,0.33471075,0.35123968,0.15289256,0.11570248,0.25619835,0.29338843,0.42975205,0.46280992,0.44214877,0.3264463,0.30578512,0.55785125,0.5661157,0.5495868,0.5206612,0.5123967,0.4876033,0.45454547,0.41322315,0.38016528,0.36363637,0.37603307,0.3966942,0.41735536,0.42975205,0.446281,0.4338843,0.42975205,0.42975205,0.4752066,0.553719,0.59917355,0.62396693,0.6322314,0.6528926,0.6528926,0.6528926,0.6487603,0.6322314,0.58677685,0.553719,0.54545456,0.53305787,0.5247934,0.5371901,0.54545456,0.5371901,0.5165289,0.5082645,0.5,0.49173555,0.47107437,0.45454547,0.4090909,0.3264463,0.33471075,0.38016528,0.37603307,0.3429752,0.32231405,0.30578512,0.28099173,0.30165288,0.32231405,0.3553719,0.30165288,0.09090909,0.21487603,0.30165288,0.33471075,0.45454547,0.47933885,0.446281,0.2768595,0.38429752,0.5413223,0.56198347,0.55785125,0.53305787,0.5165289,0.5082645,0.48347107,0.446281,0.41322315,0.3677686,0.36363637,0.37190083,0.40082645,0.42975205,0.45454547,0.45041323,0.44214877,0.4214876,0.41322315,0.45867768,0.5206612,0.56198347,0.58264464,0.59917355,0.60330576,0.58677685,0.58264464,0.57438016,0.5413223,0.5123967,0.5082645,0.5082645,0.49586776,0.4876033,0.49173555,0.49173555,0.47107437,0.46280992,0.45867768,0.446281,0.41322315,0.38016528,0.3305785,0.3181818,0.35950413,0.37190083,0.34710744,0.3181818,0.30165288,0.2768595,0.29338843,0.32231405,0.34710744,0.35123968,0.21487603,0.1322314,0.29338843,0.32231405,0.39256197,0.46280992,0.4752066,0.446281,0.27272728,0.39256197,24 +0.7933884,0.7892562,0.78099173,0.78512394,0.7892562,0.78512394,0.78512394,0.78512394,0.78512394,0.7892562,0.7933884,0.79752064,0.7933884,0.7933884,0.7892562,0.7933884,0.8057851,0.79752064,0.79752064,0.7933884,0.7892562,0.78099173,0.7768595,0.76859504,0.76033056,0.76033056,0.7644628,0.7644628,0.75619835,0.75206614,0.73966944,0.72727275,0.71900827,0.6983471,0.70247936,0.7066116,0.70247936,0.6942149,0.6942149,0.6983471,0.69008267,0.6942149,0.677686,0.6735537,0.6694215,0.6528926,0.6528926,0.6487603,0.6363636,0.61157024,0.59504133,0.59090906,0.58264464,0.57024795,0.54545456,0.53305787,0.5247934,0.5123967,0.3677686,0.16528925,0.16115703,0.2107438,0.20661157,0.28512397,0.7892562,0.7892562,0.78512394,0.7892562,0.78512394,0.7892562,0.7892562,0.78099173,0.78099173,0.7933884,0.79752064,0.8057851,0.8016529,0.79752064,0.7933884,0.7892562,0.7892562,0.79752064,0.7933884,0.7892562,0.7892562,0.7768595,0.7768595,0.77272725,0.75619835,0.75206614,0.74793386,0.76033056,0.76033056,0.75206614,0.7355372,0.73140496,0.7107438,0.69008267,0.69008267,0.70247936,0.71487606,0.6818182,0.6859504,0.69008267,0.69008267,0.6983471,0.677686,0.6694215,0.6570248,0.6694215,0.6528926,0.6487603,0.6404959,0.607438,0.59504133,0.607438,0.59504133,0.58264464,0.57024795,0.5495868,0.5247934,0.5123967,0.40082645,0.1694215,0.1446281,0.20247933,0.21487603,0.2892562,0.78512394,0.7933884,0.7933884,0.7933884,0.7933884,0.7892562,0.7892562,0.7892562,0.78512394,0.7933884,0.79752064,0.8016529,0.8016529,0.79752064,0.79752064,0.7933884,0.7933884,0.7933884,0.7892562,0.78512394,0.7892562,0.77272725,0.76859504,0.76859504,0.75206614,0.75206614,0.74380165,0.73966944,0.74793386,0.73140496,0.72727275,0.71900827,0.6983471,0.69008267,0.6942149,0.70247936,0.6983471,0.6818182,0.69008267,0.677686,0.6818182,0.6859504,0.6652893,0.6570248,0.6528926,0.6487603,0.6363636,0.6280992,0.6404959,0.61570245,0.59504133,0.61570245,0.60330576,0.59090906,0.57438016,0.55785125,0.5247934,0.5082645,0.4214876,0.16528925,0.14049587,0.18181819,0.21900827,0.2892562,0.78099173,0.7892562,0.7933884,0.7933884,0.79752064,0.7933884,0.79752064,0.7892562,0.78512394,0.7892562,0.7933884,0.8057851,0.8057851,0.79752064,0.7933884,0.79752064,0.7892562,0.7892562,0.78512394,0.78099173,0.78512394,0.77272725,0.76033056,0.76033056,0.74793386,0.73966944,0.7355372,0.72727275,0.72727275,0.71487606,0.71487606,0.7066116,0.69008267,0.6818182,0.677686,0.6859504,0.677686,0.6694215,0.6652893,0.6570248,0.6652893,0.6694215,0.6528926,0.6487603,0.6404959,0.6363636,0.62396693,0.61570245,0.6280992,0.6198347,0.59504133,0.61157024,0.61157024,0.607438,0.59090906,0.55785125,0.5165289,0.5041322,0.4338843,0.1322314,0.1322314,0.18595041,0.20247933,0.3181818,0.7768595,0.7933884,0.7933884,0.7933884,0.8016529,0.7892562,0.78512394,0.78512394,0.78099173,0.78099173,0.7892562,0.8016529,0.8016529,0.79752064,0.79752064,0.7933884,0.7892562,0.78099173,0.77272725,0.7768595,0.78099173,0.76859504,0.74793386,0.73140496,0.72727275,0.71487606,0.7066116,0.7066116,0.7066116,0.6983471,0.6942149,0.6859504,0.6818182,0.6652893,0.6652893,0.6735537,0.6694215,0.661157,0.6570248,0.6528926,0.661157,0.6528926,0.6363636,0.6322314,0.6280992,0.6280992,0.6198347,0.607438,0.607438,0.607438,0.60330576,0.61157024,0.61570245,0.61157024,0.59090906,0.5661157,0.5206612,0.5041322,0.46280992,0.11570248,0.10743801,0.1983471,0.17355372,0.35123968,0.7768595,0.7933884,0.79752064,0.7933884,0.79752064,0.77272725,0.7768595,0.78099173,0.78512394,0.78099173,0.78512394,0.7892562,0.7933884,0.78512394,0.78099173,0.78099173,0.7768595,0.7644628,0.74793386,0.75619835,0.76033056,0.75206614,0.72727275,0.7107438,0.70247936,0.70247936,0.6983471,0.69008267,0.677686,0.677686,0.6735537,0.6652893,0.6652893,0.6528926,0.6487603,0.6570248,0.6652893,0.6528926,0.6404959,0.6363636,0.6363636,0.6322314,0.61157024,0.60330576,0.61157024,0.60330576,0.61570245,0.607438,0.59090906,0.58677685,0.58677685,0.607438,0.60330576,0.58264464,0.5661157,0.55785125,0.5123967,0.49586776,0.45454547,0.12809917,0.10330579,0.17768595,0.17768595,0.38016528,0.7768595,0.7892562,0.7933884,0.7892562,0.7933884,0.78512394,0.78512394,0.78512394,0.78512394,0.7892562,0.7892562,0.7933884,0.7768595,0.7644628,0.7644628,0.74793386,0.7355372,0.7231405,0.6983471,0.6942149,0.6942149,0.6942149,0.6942149,0.6859504,0.6818182,0.6818182,0.6818182,0.6735537,0.661157,0.661157,0.6528926,0.6528926,0.6487603,0.6487603,0.6363636,0.6280992,0.6322314,0.6198347,0.607438,0.60330576,0.607438,0.60330576,0.58264464,0.58677685,0.59504133,0.59504133,0.59504133,0.59917355,0.58677685,0.553719,0.5413223,0.5495868,0.553719,0.5413223,0.53305787,0.5371901,0.5123967,0.49173555,0.45454547,0.14049587,0.11570248,0.15289256,0.2107438,0.40495867,0.7768595,0.78512394,0.7933884,0.7933884,0.80991733,0.7892562,0.7892562,0.7892562,0.79752064,0.8016529,0.7892562,0.7644628,0.72727275,0.6859504,0.6363636,0.6404959,0.6404959,0.6280992,0.59917355,0.59917355,0.59917355,0.58677685,0.59504133,0.61157024,0.6363636,0.6528926,0.661157,0.6404959,0.6363636,0.6446281,0.6446281,0.6528926,0.6404959,0.6363636,0.61570245,0.61157024,0.62396693,0.61157024,0.59090906,0.58264464,0.58677685,0.58264464,0.56198347,0.5661157,0.57438016,0.5661157,0.55785125,0.5413223,0.5371901,0.5123967,0.4752066,0.45867768,0.47107437,0.46694216,0.49586776,0.5165289,0.4876033,0.48347107,0.43801653,0.17355372,0.11157025,0.13636364,0.24793388,0.41322315,0.77272725,0.77272725,0.78099173,0.7892562,0.79752064,0.7892562,0.7892562,0.7933884,0.7933884,0.7933884,0.75619835,0.7107438,0.6859504,0.6322314,0.5661157,0.54545456,0.54545456,0.553719,0.5247934,0.5041322,0.5,0.4876033,0.5041322,0.5082645,0.5041322,0.5413223,0.58677685,0.59917355,0.607438,0.6280992,0.6322314,0.6363636,0.6322314,0.62396693,0.607438,0.60330576,0.61570245,0.60330576,0.5785124,0.5661157,0.5661157,0.55785125,0.54545456,0.5289256,0.49586776,0.47107437,0.45041323,0.44214877,0.45454547,0.446281,0.41322315,0.38842976,0.39256197,0.4090909,0.45454547,0.49173555,0.4752066,0.46280992,0.4214876,0.2107438,0.10743801,0.1446281,0.29338843,0.4338843,0.76033056,0.76033056,0.76859504,0.78099173,0.7892562,0.7892562,0.7892562,0.7892562,0.78099173,0.75206614,0.7107438,0.6735537,0.6404959,0.58264464,0.53305787,0.5,0.49173555,0.48347107,0.47933885,0.45041323,0.43801653,0.4338843,0.43801653,0.44214877,0.42975205,0.45041323,0.45867768,0.5041322,0.5247934,0.58264464,0.60330576,0.59917355,0.61570245,0.607438,0.59917355,0.60330576,0.61570245,0.59090906,0.5661157,0.5371901,0.5413223,0.5247934,0.5041322,0.4752066,0.42975205,0.38429752,0.3677686,0.35950413,0.35950413,0.36363637,0.35123968,0.33471075,0.34710744,0.37190083,0.4090909,0.42975205,0.4338843,0.42975205,0.40082645,0.24380165,0.11983471,0.18181819,0.3429752,0.44214877,0.75206614,0.75619835,0.76859504,0.77272725,0.7768595,0.78099173,0.77272725,0.76859504,0.74793386,0.7107438,0.6652893,0.62396693,0.5785124,0.5289256,0.5041322,0.4752066,0.44214877,0.42561984,0.4090909,0.38429752,0.37603307,0.38016528,0.3966942,0.38842976,0.36363637,0.38842976,0.39256197,0.40495867,0.44214877,0.5289256,0.57438016,0.5661157,0.61157024,0.60330576,0.59504133,0.59917355,0.60330576,0.58264464,0.553719,0.5289256,0.5123967,0.49173555,0.45867768,0.42975205,0.38016528,0.3264463,0.30578512,0.30165288,0.30165288,0.3181818,0.30991736,0.30165288,0.32231405,0.3429752,0.36363637,0.37603307,0.3677686,0.3677686,0.35950413,0.27272728,0.16528925,0.23140496,0.39256197,0.45454547,0.75619835,0.76033056,0.76859504,0.76033056,0.75619835,0.75206614,0.7355372,0.72727275,0.70247936,0.661157,0.61157024,0.57438016,0.5289256,0.48347107,0.46694216,0.44214877,0.42975205,0.4090909,0.3966942,0.37190083,0.36363637,0.35123968,0.3677686,0.38429752,0.38429752,0.38842976,0.40082645,0.4090909,0.42561984,0.49586776,0.5371901,0.55785125,0.607438,0.61570245,0.61157024,0.6198347,0.61570245,0.59504133,0.5413223,0.5082645,0.48347107,0.446281,0.3966942,0.3677686,0.3264463,0.3181818,0.27272728,0.2892562,0.30165288,0.3305785,0.3429752,0.338843,0.33471075,0.3429752,0.33471075,0.34710744,0.35123968,0.3553719,0.3305785,0.2892562,0.23966943,0.3140496,0.4338843,0.45454547,0.75206614,0.76033056,0.76033056,0.74793386,0.71900827,0.70247936,0.69008267,0.6818182,0.6570248,0.6198347,0.5785124,0.5413223,0.5247934,0.5123967,0.48347107,0.45454547,0.44214877,0.446281,0.44214877,0.4338843,0.42561984,0.41322315,0.41322315,0.42975205,0.44214877,0.45041323,0.45041323,0.45041323,0.45867768,0.5041322,0.5206612,0.55785125,0.61157024,0.6280992,0.6404959,0.6404959,0.6198347,0.58677685,0.5206612,0.49173555,0.446281,0.38842976,0.3553719,0.3264463,0.3305785,0.338843,0.3429752,0.35123968,0.37190083,0.40495867,0.41735536,0.41322315,0.40082645,0.38842976,0.37603307,0.34710744,0.34710744,0.33471075,0.32231405,0.26859504,0.26859504,0.38842976,0.45041323,0.45041323,0.74793386,0.74380165,0.73140496,0.6942149,0.6652893,0.6528926,0.6446281,0.6280992,0.62396693,0.61570245,0.59917355,0.57438016,0.54545456,0.5206612,0.5041322,0.49173555,0.4876033,0.47933885,0.46280992,0.44214877,0.4214876,0.41322315,0.40495867,0.42561984,0.45041323,0.45867768,0.46694216,0.46694216,0.47933885,0.5123967,0.5247934,0.57024795,0.62396693,0.6446281,0.6570248,0.6528926,0.61570245,0.5785124,0.5041322,0.45454547,0.3966942,0.34710744,0.30578512,0.29338843,0.23553719,0.2231405,0.23553719,0.2603306,0.2768595,0.3181818,0.338843,0.35950413,0.39256197,0.40495867,0.38429752,0.3677686,0.35950413,0.3429752,0.33471075,0.28512397,0.32231405,0.42975205,0.45041323,0.44214877,0.74380165,0.7355372,0.6942149,0.6570248,0.6487603,0.6322314,0.61570245,0.607438,0.6198347,0.6363636,0.6363636,0.60330576,0.57024795,0.5495868,0.5206612,0.47107437,0.42975205,0.3966942,0.36363637,0.3429752,0.3264463,0.29752067,0.2768595,0.30578512,0.3677686,0.41735536,0.45041323,0.46280992,0.48347107,0.5082645,0.5413223,0.59090906,0.6404959,0.6694215,0.6818182,0.6694215,0.62396693,0.56198347,0.49586776,0.41735536,0.34710744,0.30578512,0.26859504,0.26859504,0.21487603,0.19008264,0.17768595,0.18595041,0.1694215,0.16115703,0.2231405,0.2231405,0.23553719,0.28099173,0.35123968,0.3677686,0.35123968,0.338843,0.36363637,0.30991736,0.3966942,0.45041323,0.446281,0.44214877,0.74380165,0.71900827,0.6694215,0.6322314,0.6363636,0.6363636,0.62396693,0.6198347,0.62396693,0.6404959,0.62396693,0.57438016,0.5123967,0.446281,0.3677686,0.2892562,0.2520661,0.24793388,0.25619835,0.32231405,0.3677686,0.35950413,0.3181818,0.2892562,0.29338843,0.36363637,0.4338843,0.45867768,0.46694216,0.49173555,0.5495868,0.6198347,0.6735537,0.6942149,0.69008267,0.6735537,0.6322314,0.55785125,0.48347107,0.3966942,0.3181818,0.25619835,0.28099173,0.3181818,0.2603306,0.23966943,0.2520661,0.2231405,0.2107438,0.17768595,0.2520661,0.2520661,0.17355372,0.17355372,0.23553719,0.3305785,0.35950413,0.36363637,0.38016528,0.3677686,0.4338843,0.446281,0.446281,0.44214877,0.74793386,0.72727275,0.6818182,0.6363636,0.62396693,0.6487603,0.6570248,0.6322314,0.59917355,0.57438016,0.49586776,0.40082645,0.3305785,0.24793388,0.21900827,0.21487603,0.21900827,0.2603306,0.29338843,0.40495867,0.4752066,0.45041323,0.38842976,0.3140496,0.30991736,0.38429752,0.44214877,0.4752066,0.46694216,0.4752066,0.54545456,0.6404959,0.70247936,0.72727275,0.7231405,0.6983471,0.6446281,0.57024795,0.4752066,0.38429752,0.3181818,0.23966943,0.2892562,0.3677686,0.3181818,0.2603306,0.24793388,0.23140496,0.22727273,0.21900827,0.30578512,0.3305785,0.21487603,0.1322314,0.16528925,0.26859504,0.34710744,0.37190083,0.3966942,0.41735536,0.44214877,0.446281,0.446281,0.44214877,0.73140496,0.71900827,0.677686,0.62396693,0.6322314,0.6446281,0.6363636,0.5785124,0.49173555,0.40495867,0.2768595,0.3181818,0.40495867,0.37603307,0.2892562,0.32231405,0.29752067,0.32231405,0.38016528,0.48347107,0.5165289,0.43801653,0.3677686,0.30991736,0.29752067,0.41322315,0.48347107,0.4876033,0.4752066,0.4752066,0.54545456,0.6652893,0.7355372,0.76033056,0.76033056,0.7231405,0.6694215,0.58677685,0.4752066,0.38842976,0.3429752,0.28099173,0.28099173,0.34710744,0.36363637,0.30578512,0.30165288,0.2892562,0.2603306,0.2892562,0.36363637,0.3553719,0.24380165,0.16528925,0.16115703,0.21487603,0.3181818,0.37603307,0.4338843,0.4338843,0.43801653,0.446281,0.43801653,0.446281,0.7066116,0.69008267,0.6735537,0.6446281,0.62396693,0.59917355,0.5413223,0.46280992,0.36363637,0.32231405,0.2892562,0.338843,0.46280992,0.49173555,0.38429752,0.3429752,0.3181818,0.35123968,0.45454547,0.4876033,0.49173555,0.45454547,0.40082645,0.36363637,0.39256197,0.42975205,0.49173555,0.4752066,0.4876033,0.49173555,0.56198347,0.6983471,0.7644628,0.7892562,0.77272725,0.74793386,0.70247936,0.62396693,0.5,0.39256197,0.38429752,0.3677686,0.3553719,0.37603307,0.40495867,0.3966942,0.35123968,0.3181818,0.3181818,0.3553719,0.39256197,0.35950413,0.30165288,0.2644628,0.2231405,0.24793388,0.32231405,0.4090909,0.45867768,0.43801653,0.43801653,0.44214877,0.4338843,0.4338843,0.7107438,0.6818182,0.661157,0.6404959,0.59504133,0.53305787,0.446281,0.40082645,0.3966942,0.446281,0.48347107,0.4876033,0.49173555,0.49586776,0.49586776,0.44214877,0.40495867,0.42561984,0.46694216,0.47107437,0.4752066,0.45867768,0.4090909,0.39256197,0.41322315,0.44214877,0.45454547,0.46280992,0.49586776,0.5206612,0.59504133,0.72727275,0.78512394,0.80991733,0.78512394,0.76033056,0.73140496,0.6570248,0.5371901,0.40495867,0.40082645,0.40082645,0.37190083,0.36363637,0.38016528,0.40495867,0.41322315,0.4090909,0.39256197,0.38842976,0.39256197,0.38016528,0.36363637,0.3677686,0.3264463,0.30578512,0.36363637,0.4338843,0.45867768,0.44214877,0.4338843,0.4338843,0.43801653,0.4338843,0.7355372,0.71487606,0.6818182,0.6487603,0.5785124,0.5041322,0.46694216,0.49586776,0.5413223,0.60330576,0.6322314,0.6363636,0.61570245,0.58677685,0.57024795,0.5371901,0.5,0.4876033,0.48347107,0.47933885,0.46280992,0.42561984,0.38842976,0.39256197,0.41735536,0.44214877,0.446281,0.4752066,0.5165289,0.5785124,0.6487603,0.76033056,0.79752064,0.8181818,0.8016529,0.76033056,0.7355372,0.6818182,0.5661157,0.4214876,0.40495867,0.4214876,0.40495867,0.35950413,0.33471075,0.3553719,0.38429752,0.40495867,0.41322315,0.41322315,0.42561984,0.4338843,0.42975205,0.4214876,0.41735536,0.40082645,0.4090909,0.45867768,0.47107437,0.446281,0.43801653,0.43801653,0.44214877,0.44214877,0.7231405,0.7355372,0.7355372,0.6983471,0.6363636,0.59917355,0.6198347,0.6528926,0.6694215,0.6859504,0.6942149,0.70247936,0.6818182,0.6528926,0.6280992,0.5785124,0.5371901,0.5123967,0.49173555,0.46694216,0.44214877,0.4090909,0.42975205,0.446281,0.45867768,0.47107437,0.4876033,0.5247934,0.58677685,0.6487603,0.70247936,0.7768595,0.80991733,0.8140496,0.8016529,0.76033056,0.7355372,0.6942149,0.58677685,0.4338843,0.40495867,0.4338843,0.44214877,0.41735536,0.38016528,0.34710744,0.34710744,0.37190083,0.4090909,0.41735536,0.42561984,0.42561984,0.41322315,0.41322315,0.42975205,0.45454547,0.46280992,0.46694216,0.47107437,0.45041323,0.4338843,0.44214877,0.4338843,0.4338843,0.74793386,0.75619835,0.7644628,0.75206614,0.72727275,0.7231405,0.74380165,0.73966944,0.7231405,0.7107438,0.6818182,0.661157,0.6198347,0.5785124,0.54545456,0.5206612,0.5,0.48347107,0.47107437,0.4752066,0.46694216,0.47107437,0.49173555,0.5041322,0.5165289,0.5371901,0.5661157,0.607438,0.677686,0.7107438,0.74793386,0.7933884,0.8140496,0.80991733,0.7933884,0.7644628,0.73966944,0.6983471,0.6198347,0.45454547,0.41322315,0.42975205,0.46694216,0.46280992,0.45867768,0.4338843,0.38842976,0.3677686,0.39256197,0.40495867,0.40082645,0.38842976,0.39256197,0.41322315,0.45867768,0.4752066,0.47933885,0.49173555,0.47107437,0.446281,0.42561984,0.44214877,0.43801653,0.42975205,0.77272725,0.7768595,0.7768595,0.7768595,0.7644628,0.76859504,0.78099173,0.7644628,0.74793386,0.7355372,0.70247936,0.661157,0.607438,0.553719,0.5123967,0.5041322,0.5123967,0.5123967,0.5165289,0.5165289,0.5247934,0.5413223,0.57024795,0.59090906,0.607438,0.6322314,0.6735537,0.7066116,0.74793386,0.7644628,0.78099173,0.79752064,0.8057851,0.8181818,0.8057851,0.76859504,0.7355372,0.70247936,0.6404959,0.4876033,0.43801653,0.4214876,0.4752066,0.5,0.49173555,0.48347107,0.46280992,0.46694216,0.45454547,0.47107437,0.46280992,0.46694216,0.48347107,0.47933885,0.49586776,0.5082645,0.4876033,0.49586776,0.47933885,0.44214877,0.42561984,0.44214877,0.4338843,0.4338843,0.77272725,0.78099173,0.78099173,0.7768595,0.7768595,0.7892562,0.7933884,0.78512394,0.78512394,0.77272725,0.74793386,0.71487606,0.677686,0.6528926,0.6363636,0.62396693,0.607438,0.59504133,0.58677685,0.58264464,0.59504133,0.6198347,0.6487603,0.69008267,0.72727275,0.74793386,0.7644628,0.77272725,0.78099173,0.7933884,0.7933884,0.8016529,0.80991733,0.8181818,0.8140496,0.76859504,0.73966944,0.7107438,0.6487603,0.5289256,0.45867768,0.446281,0.47107437,0.5,0.5206612,0.5247934,0.4876033,0.5041322,0.5041322,0.5206612,0.5165289,0.47933885,0.5289256,0.5371901,0.53305787,0.5123967,0.5082645,0.49586776,0.49173555,0.44214877,0.42975205,0.43801653,0.42975205,0.4338843,0.76859504,0.77272725,0.7768595,0.7892562,0.78512394,0.7933884,0.8016529,0.79752064,0.79752064,0.7933884,0.76859504,0.75206614,0.71487606,0.70247936,0.6983471,0.6859504,0.6652893,0.6404959,0.6404959,0.6652893,0.6983471,0.71900827,0.72727275,0.75206614,0.78099173,0.7892562,0.79752064,0.8016529,0.79752064,0.8016529,0.8057851,0.8016529,0.80991733,0.8140496,0.80991733,0.77272725,0.73966944,0.71900827,0.6652893,0.553719,0.4752066,0.46694216,0.46280992,0.49586776,0.5289256,0.54545456,0.5371901,0.53305787,0.5413223,0.5371901,0.53305787,0.49586776,0.53305787,0.553719,0.5413223,0.5247934,0.5123967,0.5082645,0.49173555,0.446281,0.4214876,0.42561984,0.43801653,0.42561984,0.78099173,0.77272725,0.77272725,0.78512394,0.7892562,0.7933884,0.8016529,0.79752064,0.7933884,0.7892562,0.76859504,0.75619835,0.73140496,0.71900827,0.6983471,0.677686,0.6859504,0.6818182,0.6983471,0.73140496,0.75619835,0.75206614,0.75619835,0.7768595,0.7892562,0.79752064,0.8057851,0.8057851,0.79752064,0.8016529,0.8140496,0.8016529,0.76859504,0.78512394,0.8057851,0.7768595,0.73966944,0.71900827,0.677686,0.57438016,0.49586776,0.47933885,0.46694216,0.5082645,0.5289256,0.56198347,0.57024795,0.58677685,0.58264464,0.57438016,0.5785124,0.553719,0.56198347,0.54545456,0.5413223,0.5289256,0.5206612,0.5,0.5041322,0.44214877,0.4090909,0.43801653,0.4338843,0.41735536,0.76859504,0.78099173,0.78512394,0.7768595,0.7933884,0.7933884,0.79752064,0.7892562,0.7933884,0.78099173,0.76033056,0.76033056,0.74380165,0.7231405,0.70247936,0.69008267,0.71900827,0.7231405,0.73966944,0.76859504,0.78512394,0.7644628,0.76033056,0.78512394,0.7892562,0.79752064,0.8016529,0.8016529,0.8016529,0.8016529,0.8140496,0.7933884,0.72727275,0.74380165,0.79752064,0.78099173,0.74793386,0.7231405,0.6942149,0.607438,0.5206612,0.4876033,0.48347107,0.5082645,0.54545456,0.5785124,0.59504133,0.607438,0.60330576,0.59917355,0.59917355,0.58677685,0.57438016,0.553719,0.5413223,0.5206612,0.5082645,0.49586776,0.4876033,0.45041323,0.41735536,0.42975205,0.42561984,0.43801653,0.76859504,0.78099173,0.78512394,0.78512394,0.7892562,0.7892562,0.7892562,0.7768595,0.78512394,0.7768595,0.75619835,0.7644628,0.74793386,0.73966944,0.73140496,0.74793386,0.75206614,0.75619835,0.76033056,0.7768595,0.78099173,0.7768595,0.76859504,0.7768595,0.78512394,0.7892562,0.79752064,0.8016529,0.8057851,0.8057851,0.80991733,0.8016529,0.7892562,0.7892562,0.80991733,0.79752064,0.76033056,0.72727275,0.70247936,0.6487603,0.55785125,0.49586776,0.47933885,0.5,0.54545456,0.57438016,0.59917355,0.61157024,0.61570245,0.61570245,0.60330576,0.59917355,0.5785124,0.55785125,0.5289256,0.5123967,0.49586776,0.47933885,0.4752066,0.45454547,0.42561984,0.42561984,0.42561984,0.42561984,0.76859504,0.7768595,0.78099173,0.78512394,0.78099173,0.78512394,0.7768595,0.76859504,0.76859504,0.76859504,0.75206614,0.74793386,0.73966944,0.74380165,0.74793386,0.76859504,0.7644628,0.77272725,0.76859504,0.7644628,0.75619835,0.76859504,0.75619835,0.77272725,0.77272725,0.7892562,0.7933884,0.8016529,0.80991733,0.8140496,0.8140496,0.80991733,0.7933884,0.8016529,0.8140496,0.8016529,0.77272725,0.72727275,0.6942149,0.6735537,0.60330576,0.5206612,0.47107437,0.47933885,0.5247934,0.5661157,0.59504133,0.61157024,0.6198347,0.62396693,0.6198347,0.607438,0.59090906,0.57438016,0.54545456,0.5123967,0.49173555,0.46694216,0.47933885,0.45041323,0.42975205,0.42975205,0.42561984,0.42975205,0.76859504,0.7768595,0.78099173,0.78512394,0.78099173,0.76859504,0.7644628,0.75619835,0.75619835,0.75619835,0.75206614,0.74380165,0.72727275,0.74380165,0.7644628,0.7644628,0.77272725,0.77272725,0.76859504,0.75206614,0.75206614,0.75206614,0.74793386,0.76033056,0.74793386,0.77272725,0.78099173,0.78512394,0.8016529,0.80991733,0.80991733,0.8181818,0.80991733,0.7933884,0.8016529,0.7933884,0.76033056,0.7231405,0.6942149,0.6818182,0.6487603,0.56198347,0.47107437,0.45041323,0.49586776,0.54545456,0.57438016,0.59917355,0.61157024,0.61570245,0.61157024,0.61157024,0.59504133,0.57024795,0.553719,0.5206612,0.5,0.47107437,0.4752066,0.45454547,0.42561984,0.4338843,0.42561984,0.42561984,0.7644628,0.77272725,0.77272725,0.7768595,0.77272725,0.76033056,0.74380165,0.73140496,0.7355372,0.74793386,0.74793386,0.75619835,0.74793386,0.75619835,0.75619835,0.76033056,0.76859504,0.7644628,0.75206614,0.74380165,0.73966944,0.7355372,0.73140496,0.73966944,0.72727275,0.7355372,0.75206614,0.7644628,0.76859504,0.7892562,0.79752064,0.8016529,0.80991733,0.79752064,0.8016529,0.8016529,0.73966944,0.7066116,0.69008267,0.6735537,0.677686,0.607438,0.5041322,0.42975205,0.446281,0.5041322,0.5495868,0.57024795,0.59090906,0.60330576,0.59917355,0.60330576,0.59917355,0.5785124,0.553719,0.5206612,0.5,0.48347107,0.47107437,0.45454547,0.42975205,0.43801653,0.42561984,0.42975205,0.76033056,0.7644628,0.7644628,0.76859504,0.7644628,0.75619835,0.74380165,0.7355372,0.74380165,0.75619835,0.76033056,0.76033056,0.75619835,0.75619835,0.76033056,0.75619835,0.75206614,0.74793386,0.74380165,0.73140496,0.73140496,0.71487606,0.7066116,0.69008267,0.6652893,0.6983471,0.72727275,0.75619835,0.75206614,0.7644628,0.77272725,0.8016529,0.8057851,0.8016529,0.8140496,0.8181818,0.74380165,0.6859504,0.6818182,0.6818182,0.677686,0.6404959,0.5495868,0.44214877,0.41322315,0.4752066,0.5165289,0.5371901,0.57024795,0.59504133,0.59090906,0.58677685,0.57024795,0.55785125,0.5413223,0.5123967,0.49586776,0.47933885,0.46694216,0.45454547,0.4214876,0.41735536,0.42561984,0.42561984,0.75619835,0.7644628,0.75619835,0.76033056,0.75619835,0.75206614,0.74793386,0.74380165,0.75619835,0.7644628,0.76859504,0.77272725,0.76033056,0.75619835,0.76033056,0.75206614,0.73966944,0.73140496,0.72727275,0.71900827,0.6983471,0.69008267,0.6694215,0.6322314,0.59917355,0.6735537,0.74380165,0.76033056,0.75206614,0.76033056,0.76859504,0.78512394,0.8057851,0.8016529,0.80991733,0.8140496,0.75206614,0.6983471,0.677686,0.6818182,0.6818182,0.6487603,0.57438016,0.5082645,0.40082645,0.4338843,0.47933885,0.5,0.553719,0.57024795,0.57438016,0.58264464,0.55785125,0.53305787,0.5206612,0.5082645,0.48347107,0.46694216,0.46694216,0.44214877,0.42561984,0.42561984,0.42975205,0.4214876,0.75206614,0.7644628,0.7644628,0.75619835,0.75619835,0.75206614,0.74380165,0.74380165,0.76033056,0.77272725,0.77272725,0.76859504,0.76033056,0.74793386,0.75206614,0.73966944,0.7231405,0.71487606,0.7066116,0.6859504,0.661157,0.6322314,0.607438,0.57438016,0.5661157,0.677686,0.7644628,0.7768595,0.76859504,0.7644628,0.77272725,0.8016529,0.8181818,0.7933884,0.7933884,0.7933884,0.74380165,0.7107438,0.6859504,0.6818182,0.6652893,0.6198347,0.58264464,0.5371901,0.44214877,0.40082645,0.44214877,0.47933885,0.5165289,0.5413223,0.5495868,0.5413223,0.5206612,0.5289256,0.5123967,0.4876033,0.46694216,0.446281,0.46280992,0.43801653,0.42561984,0.41735536,0.4214876,0.41735536,0.74793386,0.75619835,0.75206614,0.75619835,0.74793386,0.73966944,0.73966944,0.74793386,0.75619835,0.76033056,0.76859504,0.7644628,0.75619835,0.73966944,0.7355372,0.71900827,0.6983471,0.6983471,0.6818182,0.6652893,0.6363636,0.607438,0.5661157,0.5206612,0.55785125,0.6859504,0.7768595,0.7892562,0.77272725,0.77272725,0.78512394,0.8140496,0.822314,0.7933884,0.78099173,0.77272725,0.73140496,0.70247936,0.6818182,0.6570248,0.6404959,0.61157024,0.5785124,0.5165289,0.4752066,0.40082645,0.41322315,0.45867768,0.49173555,0.5123967,0.5247934,0.5206612,0.5,0.5206612,0.49173555,0.4752066,0.45041323,0.42975205,0.45041323,0.4338843,0.41322315,0.42561984,0.4090909,0.4214876,0.74793386,0.74793386,0.74793386,0.75206614,0.73966944,0.6983471,0.72727275,0.73966944,0.74793386,0.75206614,0.75206614,0.74793386,0.74793386,0.73140496,0.7066116,0.6859504,0.6652893,0.6652893,0.661157,0.6322314,0.607438,0.57438016,0.5413223,0.49586776,0.5371901,0.6859504,0.78099173,0.7933884,0.78512394,0.78512394,0.7933884,0.80991733,0.80991733,0.7933884,0.76859504,0.75206614,0.7107438,0.677686,0.6528926,0.6404959,0.61570245,0.57024795,0.5289256,0.49586776,0.47933885,0.4090909,0.3966942,0.42975205,0.45867768,0.47933885,0.49173555,0.47933885,0.49586776,0.49173555,0.47933885,0.46280992,0.42975205,0.4214876,0.4338843,0.4338843,0.40495867,0.4214876,0.41322315,0.4214876,0.7355372,0.73966944,0.73966944,0.73966944,0.74380165,0.6983471,0.7107438,0.73966944,0.73966944,0.74380165,0.73966944,0.74380165,0.73966944,0.71900827,0.69008267,0.6652893,0.6446281,0.6363636,0.61570245,0.58264464,0.57024795,0.5413223,0.5247934,0.49586776,0.5123967,0.6735537,0.77272725,0.78512394,0.78099173,0.77272725,0.75206614,0.76033056,0.7644628,0.74793386,0.73140496,0.7107438,0.6859504,0.6528926,0.6280992,0.607438,0.57438016,0.5495868,0.5041322,0.47107437,0.45454547,0.41735536,0.3966942,0.4090909,0.41735536,0.43801653,0.45867768,0.46694216,0.46694216,0.46694216,0.46280992,0.45454547,0.41735536,0.40495867,0.42561984,0.42561984,0.41322315,0.42561984,0.40495867,0.41735536,0.7355372,0.74380165,0.74380165,0.7355372,0.7355372,0.7231405,0.71900827,0.73140496,0.73966944,0.71487606,0.7066116,0.71900827,0.7107438,0.71487606,0.6859504,0.6528926,0.6322314,0.61157024,0.5661157,0.5495868,0.5247934,0.53305787,0.5413223,0.5206612,0.5,0.62396693,0.71900827,0.72727275,0.72727275,0.71487606,0.6818182,0.6694215,0.6735537,0.677686,0.6735537,0.6652893,0.6528926,0.61157024,0.57024795,0.553719,0.5371901,0.5041322,0.46694216,0.43801653,0.42561984,0.4090909,0.39256197,0.39256197,0.38429752,0.40082645,0.42975205,0.446281,0.446281,0.446281,0.43801653,0.44214877,0.40495867,0.3966942,0.4214876,0.4214876,0.41735536,0.41322315,0.4214876,0.40495867,0.73140496,0.7355372,0.74380165,0.73140496,0.73140496,0.72727275,0.7231405,0.71900827,0.71900827,0.6942149,0.6859504,0.70247936,0.6942149,0.6818182,0.6570248,0.6280992,0.61157024,0.5661157,0.53305787,0.5165289,0.49586776,0.5289256,0.56198347,0.56198347,0.5413223,0.55785125,0.61157024,0.60330576,0.57438016,0.53305787,0.5206612,0.5206612,0.54545456,0.58264464,0.60330576,0.59917355,0.58264464,0.5371901,0.49586776,0.4876033,0.4752066,0.44214877,0.40082645,0.38016528,0.38842976,0.40082645,0.39256197,0.38429752,0.37603307,0.37190083,0.39256197,0.41735536,0.42975205,0.43801653,0.42975205,0.4214876,0.40495867,0.4090909,0.41735536,0.41735536,0.41322315,0.40495867,0.41735536,0.41322315,0.7355372,0.73966944,0.73140496,0.72727275,0.7231405,0.71900827,0.7107438,0.7066116,0.6983471,0.6735537,0.6859504,0.6859504,0.6735537,0.6528926,0.6198347,0.59504133,0.57438016,0.5289256,0.5,0.5,0.5041322,0.55785125,0.607438,0.607438,0.59504133,0.5785124,0.53305787,0.4876033,0.45867768,0.41735536,0.38429752,0.3553719,0.38016528,0.46280992,0.5247934,0.54545456,0.5165289,0.4752066,0.44214877,0.42975205,0.41735536,0.37190083,0.34710744,0.34710744,0.3677686,0.3966942,0.40082645,0.39256197,0.37190083,0.34710744,0.3553719,0.38016528,0.40495867,0.4214876,0.4214876,0.40495867,0.40082645,0.4090909,0.41735536,0.41322315,0.4090909,0.41322315,0.41322315,0.41322315,0.71900827,0.73140496,0.7231405,0.71900827,0.7107438,0.7066116,0.7107438,0.70247936,0.6942149,0.6859504,0.6859504,0.661157,0.6363636,0.61570245,0.58677685,0.5661157,0.5371901,0.5082645,0.5,0.5041322,0.5413223,0.59917355,0.6322314,0.62396693,0.61157024,0.61570245,0.553719,0.47933885,0.446281,0.46280992,0.46280992,0.39256197,0.3429752,0.37190083,0.42975205,0.48347107,0.4752066,0.42561984,0.39256197,0.36363637,0.33471075,0.3429752,0.3429752,0.3264463,0.338843,0.38842976,0.40495867,0.3966942,0.36363637,0.338843,0.32231405,0.338843,0.37603307,0.40495867,0.41322315,0.4090909,0.4090909,0.41322315,0.41735536,0.41322315,0.40495867,0.4090909,0.40495867,0.41322315,0.7066116,0.70247936,0.70247936,0.7066116,0.7066116,0.6983471,0.70247936,0.70247936,0.6859504,0.6818182,0.6652893,0.6446281,0.6198347,0.5785124,0.54545456,0.5247934,0.5041322,0.49586776,0.5,0.5206612,0.58264464,0.60330576,0.6280992,0.62396693,0.62396693,0.59504133,0.5495868,0.5082645,0.46694216,0.46280992,0.48347107,0.43801653,0.338843,0.35950413,0.35950413,0.38429752,0.3966942,0.3677686,0.32231405,0.29752067,0.3140496,0.35950413,0.38842976,0.35123968,0.30165288,0.34710744,0.38842976,0.40495867,0.35123968,0.33471075,0.338843,0.30578512,0.34710744,0.39256197,0.41322315,0.41735536,0.42561984,0.4214876,0.41322315,0.4090909,0.4090909,0.4090909,0.40495867,0.40495867,0.6983471,0.69008267,0.69008267,0.6983471,0.6983471,0.69008267,0.677686,0.677686,0.6694215,0.6528926,0.6404959,0.62396693,0.59504133,0.54545456,0.5123967,0.49586776,0.49586776,0.5,0.5082645,0.5371901,0.59504133,0.58264464,0.59090906,0.59090906,0.5785124,0.56198347,0.53305787,0.5041322,0.5,0.47107437,0.49586776,0.49586776,0.38016528,0.3429752,0.3181818,0.3181818,0.3181818,0.3429752,0.35123968,0.30165288,0.3264463,0.35123968,0.35123968,0.39256197,0.3264463,0.30991736,0.33471075,0.40495867,0.38429752,0.3305785,0.3677686,0.30165288,0.32231405,0.38429752,0.41735536,0.4214876,0.42975205,0.42561984,0.41322315,0.40495867,0.40495867,0.41322315,0.40082645,0.40495867,0.6983471,0.69008267,0.6942149,0.69008267,0.69008267,0.6942149,0.6735537,0.6570248,0.6652893,0.6404959,0.6198347,0.59504133,0.55785125,0.5123967,0.49173555,0.49586776,0.5041322,0.5082645,0.5123967,0.5413223,0.57024795,0.54545456,0.5413223,0.53305787,0.5206612,0.5247934,0.53305787,0.49586776,0.4876033,0.49173555,0.53305787,0.5165289,0.45454547,0.3966942,0.3181818,0.29338843,0.27272728,0.3140496,0.40495867,0.35950413,0.34710744,0.38016528,0.30991736,0.35123968,0.34710744,0.3264463,0.3181818,0.35123968,0.39256197,0.34710744,0.3305785,0.30991736,0.3429752,0.3966942,0.42975205,0.4338843,0.4338843,0.42561984,0.4090909,0.40082645,0.4090909,0.40082645,0.4090909,0.40082645,0.6983471,0.6942149,0.6983471,0.6942149,0.6859504,0.6942149,0.6818182,0.6652893,0.6652893,0.6363636,0.59917355,0.5661157,0.5165289,0.47933885,0.48347107,0.5041322,0.5082645,0.5082645,0.5413223,0.55785125,0.5371901,0.5123967,0.5123967,0.5123967,0.49173555,0.5,0.5206612,0.5041322,0.49173555,0.5206612,0.5661157,0.5,0.43801653,0.45041323,0.40082645,0.32231405,0.27272728,0.30165288,0.40082645,0.38429752,0.34710744,0.37603307,0.3140496,0.30165288,0.33471075,0.3305785,0.3305785,0.33471075,0.3264463,0.3966942,0.34710744,0.3140496,0.37190083,0.4214876,0.4338843,0.43801653,0.44214877,0.42561984,0.3966942,0.4090909,0.41735536,0.40495867,0.40495867,0.40495867,0.6942149,0.69008267,0.69008267,0.6859504,0.69008267,0.69008267,0.69008267,0.677686,0.6652893,0.6363636,0.57438016,0.5289256,0.4752066,0.46694216,0.49586776,0.5247934,0.53305787,0.5413223,0.553719,0.53305787,0.5165289,0.49586776,0.5289256,0.5371901,0.49173555,0.49173555,0.5123967,0.5,0.4876033,0.5,0.5289256,0.45454547,0.39256197,0.45454547,0.46280992,0.37190083,0.28099173,0.3140496,0.39256197,0.41322315,0.35950413,0.35123968,0.3140496,0.29338843,0.3305785,0.3181818,0.30991736,0.34710744,0.30165288,0.36363637,0.36363637,0.35123968,0.4090909,0.43801653,0.42975205,0.44214877,0.44214877,0.40495867,0.4090909,0.40495867,0.40082645,0.40495867,0.4090909,0.40495867,0.677686,0.6859504,0.677686,0.6818182,0.6942149,0.6818182,0.6735537,0.677686,0.661157,0.61570245,0.553719,0.49586776,0.45867768,0.4752066,0.5247934,0.5413223,0.5413223,0.54545456,0.5289256,0.49586776,0.5123967,0.4876033,0.5,0.5371901,0.49586776,0.47933885,0.5123967,0.5165289,0.5,0.49586776,0.47107437,0.38842976,0.35950413,0.45454547,0.47107437,0.38429752,0.2768595,0.29752067,0.37190083,0.4090909,0.38016528,0.33471075,0.30578512,0.2892562,0.3181818,0.3140496,0.30165288,0.3181818,0.30165288,0.3264463,0.37603307,0.36363637,0.42561984,0.43801653,0.43801653,0.446281,0.41735536,0.40495867,0.3966942,0.40495867,0.40495867,0.40082645,0.40082645,0.3966942,0.677686,0.677686,0.677686,0.677686,0.6942149,0.6818182,0.6735537,0.6652893,0.6570248,0.60330576,0.56198347,0.47933885,0.45454547,0.47107437,0.5165289,0.53305787,0.5041322,0.5289256,0.48347107,0.45867768,0.47933885,0.46280992,0.45867768,0.5082645,0.48347107,0.4752066,0.5082645,0.5165289,0.5165289,0.49173555,0.42975205,0.35950413,0.34710744,0.45867768,0.46694216,0.37603307,0.2768595,0.2892562,0.37190083,0.4214876,0.3966942,0.32231405,0.28512397,0.28512397,0.30578512,0.3140496,0.30991736,0.30165288,0.29752067,0.29752067,0.3264463,0.38016528,0.42561984,0.43801653,0.4338843,0.4338843,0.4090909,0.3966942,0.40495867,0.40082645,0.3966942,0.3966942,0.40495867,0.3966942,0.6694215,0.6694215,0.6818182,0.6735537,0.6735537,0.6735537,0.6694215,0.6652893,0.6280992,0.6198347,0.55785125,0.47933885,0.46280992,0.46280992,0.49586776,0.48347107,0.47107437,0.5041322,0.43801653,0.42561984,0.43801653,0.41735536,0.41735536,0.46694216,0.43801653,0.47107437,0.49586776,0.5041322,0.5082645,0.47933885,0.3966942,0.3429752,0.338843,0.45454547,0.47107437,0.3553719,0.24380165,0.2644628,0.3553719,0.40495867,0.40082645,0.3264463,0.2603306,0.2768595,0.30165288,0.30578512,0.30578512,0.30165288,0.30578512,0.32231405,0.32231405,0.38842976,0.42561984,0.42975205,0.40495867,0.40495867,0.40495867,0.40082645,0.40082645,0.3966942,0.40495867,0.40495867,0.3966942,0.40495867,0.6652893,0.6735537,0.677686,0.6652893,0.661157,0.6652893,0.6652893,0.6528926,0.6280992,0.6198347,0.56198347,0.4876033,0.4876033,0.44214877,0.47933885,0.44214877,0.4752066,0.47933885,0.38429752,0.40082645,0.41322315,0.39256197,0.38842976,0.42561984,0.35950413,0.4090909,0.44214877,0.42975205,0.4752066,0.45454547,0.38429752,0.3305785,0.34710744,0.446281,0.46280992,0.3264463,0.20661157,0.23140496,0.32231405,0.3966942,0.3966942,0.3553719,0.28099173,0.28512397,0.30991736,0.30165288,0.30991736,0.3181818,0.3429752,0.39256197,0.41322315,0.42561984,0.4338843,0.41735536,0.3966942,0.39256197,0.40082645,0.39256197,0.40082645,0.3966942,0.4090909,0.39256197,0.3966942,0.40082645,0.6570248,0.661157,0.6528926,0.6487603,0.6446281,0.6487603,0.6446281,0.6280992,0.62396693,0.62396693,0.57438016,0.5123967,0.47933885,0.42975205,0.46280992,0.42561984,0.48347107,0.46280992,0.38429752,0.40082645,0.38842976,0.38429752,0.3966942,0.4214876,0.3429752,0.3553719,0.42975205,0.3677686,0.40495867,0.40495867,0.39256197,0.34710744,0.38016528,0.42561984,0.45041323,0.3305785,0.2231405,0.23140496,0.2768595,0.37603307,0.36363637,0.34710744,0.338843,0.30991736,0.32231405,0.3181818,0.3264463,0.3429752,0.36363637,0.39256197,0.4338843,0.4338843,0.4214876,0.40495867,0.39256197,0.38842976,0.3966942,0.3966942,0.40495867,0.40082645,0.3966942,0.3966942,0.3966942,0.3966942,0.6280992,0.6404959,0.6404959,0.6446281,0.6404959,0.6404959,0.6363636,0.6280992,0.6280992,0.6280992,0.59090906,0.53305787,0.4752066,0.4214876,0.44214877,0.40082645,0.44214877,0.4090909,0.40495867,0.40495867,0.38016528,0.40082645,0.41322315,0.44214877,0.41735536,0.41322315,0.45454547,0.4214876,0.4090909,0.3677686,0.3677686,0.36363637,0.38842976,0.37190083,0.41735536,0.35123968,0.2644628,0.28512397,0.29338843,0.34710744,0.35950413,0.338843,0.35123968,0.338843,0.338843,0.3429752,0.34710744,0.35950413,0.38842976,0.41322315,0.43801653,0.42975205,0.41322315,0.40082645,0.38429752,0.39256197,0.39256197,0.3966942,0.40495867,0.40082645,0.3966942,0.40082645,0.39256197,0.3966942,0.61570245,0.62396693,0.6404959,0.6487603,0.6404959,0.6404959,0.6446281,0.6363636,0.6280992,0.6198347,0.59090906,0.5495868,0.49173555,0.43801653,0.42561984,0.39256197,0.40082645,0.38842976,0.39256197,0.40082645,0.4090909,0.42975205,0.44214877,0.46694216,0.4752066,0.46694216,0.49173555,0.4876033,0.46694216,0.45454547,0.41322315,0.40082645,0.38842976,0.37190083,0.38842976,0.3677686,0.338843,0.3553719,0.37603307,0.36363637,0.3677686,0.35950413,0.3677686,0.35950413,0.37603307,0.38016528,0.37603307,0.37603307,0.38842976,0.3966942,0.44214877,0.4214876,0.3966942,0.38842976,0.38016528,0.38842976,0.38842976,0.40082645,0.40495867,0.3966942,0.40082645,0.3966942,0.39256197,0.3966942,0.59917355,0.61157024,0.62396693,0.62396693,0.607438,0.60330576,0.6198347,0.6198347,0.61157024,0.60330576,0.5785124,0.5413223,0.5041322,0.45867768,0.42561984,0.41322315,0.4338843,0.45041323,0.44214877,0.45454547,0.46694216,0.47107437,0.48347107,0.49586776,0.5041322,0.49173555,0.49586776,0.48347107,0.4752066,0.45454547,0.42975205,0.4090909,0.3966942,0.38429752,0.3677686,0.3553719,0.36363637,0.36363637,0.38842976,0.3677686,0.35950413,0.37190083,0.38016528,0.3966942,0.40082645,0.4090909,0.38842976,0.38429752,0.39256197,0.40082645,0.42561984,0.40495867,0.38016528,0.37603307,0.36363637,0.3677686,0.3966942,0.40082645,0.40495867,0.3966942,0.39256197,0.3966942,0.3966942,0.3966942,0.60330576,0.59917355,0.59917355,0.58677685,0.54545456,0.5413223,0.57024795,0.59090906,0.59917355,0.58264464,0.55785125,0.5289256,0.5,0.46694216,0.45867768,0.46280992,0.47933885,0.49586776,0.5082645,0.5206612,0.5206612,0.5123967,0.5206612,0.5289256,0.53305787,0.5165289,0.49586776,0.4752066,0.45041323,0.43801653,0.41735536,0.40495867,0.38429752,0.37190083,0.3553719,0.34710744,0.35123968,0.36363637,0.37603307,0.37190083,0.37190083,0.39256197,0.4090909,0.41735536,0.41735536,0.4214876,0.40082645,0.38429752,0.38429752,0.39256197,0.4214876,0.38016528,0.36363637,0.37190083,0.3140496,0.28512397,0.39256197,0.41735536,0.3966942,0.39256197,0.38429752,0.39256197,0.3966942,0.38842976,0.59504133,0.58264464,0.5785124,0.56198347,0.53305787,0.5165289,0.5495868,0.58264464,0.58677685,0.56198347,0.5289256,0.5123967,0.49173555,0.46694216,0.4752066,0.5,0.5123967,0.5165289,0.5371901,0.55785125,0.55785125,0.5495868,0.5495868,0.553719,0.553719,0.5289256,0.5,0.47107437,0.45041323,0.42975205,0.4090909,0.40495867,0.38429752,0.38016528,0.35950413,0.34710744,0.3677686,0.3677686,0.38429752,0.37603307,0.39256197,0.41322315,0.4338843,0.42975205,0.43801653,0.42975205,0.40495867,0.38429752,0.38429752,0.38842976,0.39256197,0.37603307,0.37190083,0.36363637,0.20661157,0.17355372,0.33471075,0.40495867,0.4338843,0.3966942,0.38842976,0.38842976,0.40082645,0.38842976,0.57438016,0.57024795,0.56198347,0.5495868,0.5371901,0.5289256,0.54545456,0.55785125,0.5495868,0.5371901,0.5082645,0.49173555,0.48347107,0.46280992,0.4876033,0.5289256,0.54545456,0.553719,0.57438016,0.58264464,0.5785124,0.57438016,0.5661157,0.57024795,0.5661157,0.5371901,0.5123967,0.49173555,0.46694216,0.44214877,0.42561984,0.41322315,0.3966942,0.39256197,0.38842976,0.37603307,0.38842976,0.40082645,0.41322315,0.40495867,0.4214876,0.4338843,0.446281,0.44214877,0.45041323,0.43801653,0.4090909,0.38429752,0.38842976,0.37603307,0.37190083,0.35950413,0.37190083,0.3553719,0.11570248,0.09090909,0.25619835,0.36363637,0.39256197,0.42975205,0.3966942,0.3966942,0.3966942,0.39256197,0.55785125,0.5495868,0.5495868,0.5495868,0.53305787,0.53305787,0.5247934,0.53305787,0.5123967,0.5165289,0.49173555,0.47933885,0.46694216,0.46694216,0.5123967,0.56198347,0.59090906,0.59504133,0.607438,0.61570245,0.60330576,0.59917355,0.58677685,0.58264464,0.5785124,0.5495868,0.5165289,0.4876033,0.47933885,0.46694216,0.45041323,0.44214877,0.43801653,0.44214877,0.446281,0.44214877,0.4338843,0.4338843,0.43801653,0.42975205,0.4338843,0.44214877,0.45454547,0.45041323,0.45041323,0.446281,0.41322315,0.38016528,0.38429752,0.36363637,0.35950413,0.35123968,0.37190083,0.38016528,0.1446281,0.0661157,0.16115703,0.3140496,0.3305785,0.4214876,0.4090909,0.4090909,0.39256197,0.3966942,0.5289256,0.5289256,0.53305787,0.53305787,0.5289256,0.5206612,0.5247934,0.5206612,0.5082645,0.5,0.47933885,0.46694216,0.46280992,0.48347107,0.5413223,0.60330576,0.6322314,0.61570245,0.61570245,0.6322314,0.6280992,0.61157024,0.607438,0.59917355,0.59090906,0.57438016,0.5495868,0.5289256,0.5123967,0.5123967,0.5041322,0.5041322,0.49173555,0.49173555,0.49173555,0.4876033,0.47933885,0.46694216,0.44214877,0.44214877,0.45041323,0.45454547,0.45454547,0.446281,0.446281,0.446281,0.41735536,0.38016528,0.36363637,0.36363637,0.36363637,0.33471075,0.38016528,0.4090909,0.24793388,0.08264463,0.12396694,0.23553719,0.3140496,0.37190083,0.38429752,0.40082645,0.41735536,0.40082645,0.5,0.5082645,0.5165289,0.5123967,0.5082645,0.5041322,0.49173555,0.49586776,0.49173555,0.47933885,0.47933885,0.45867768,0.47933885,0.5,0.58264464,0.62396693,0.6198347,0.62396693,0.6322314,0.6446281,0.6404959,0.6198347,0.6198347,0.6198347,0.61157024,0.59917355,0.5785124,0.5495868,0.55785125,0.55785125,0.57024795,0.55785125,0.5247934,0.5165289,0.5165289,0.5041322,0.49173555,0.4876033,0.4752066,0.46280992,0.45867768,0.45867768,0.45454547,0.45041323,0.44214877,0.4338843,0.3966942,0.36363637,0.36363637,0.3677686,0.3429752,0.30578512,0.3677686,0.40495867,0.33471075,0.12809917,0.11570248,0.19421488,0.30165288,0.34710744,0.3677686,0.3677686,0.41735536,0.3966942,0.47933885,0.49173555,0.49173555,0.5,0.5041322,0.49586776,0.48347107,0.49586776,0.47933885,0.4876033,0.48347107,0.45454547,0.5,0.53305787,0.59504133,0.62396693,0.6198347,0.6446281,0.6198347,0.6487603,0.6446281,0.6487603,0.62396693,0.6280992,0.61570245,0.607438,0.61570245,0.59504133,0.5785124,0.607438,0.61570245,0.59090906,0.553719,0.5371901,0.5206612,0.5,0.5041322,0.49173555,0.4876033,0.47107437,0.45454547,0.45041323,0.45454547,0.45041323,0.43801653,0.41322315,0.36363637,0.35123968,0.37190083,0.3553719,0.28512397,0.2603306,0.35950413,0.40495867,0.37190083,0.17768595,0.09917355,0.19421488,0.30165288,0.3429752,0.338843,0.35123968,0.39256197,0.38016528,0.4752066,0.47933885,0.4752066,0.47933885,0.49173555,0.47933885,0.4876033,0.48347107,0.47933885,0.47933885,0.47107437,0.46280992,0.5082645,0.53305787,0.57438016,0.60330576,0.6198347,0.62396693,0.61157024,0.6528926,0.6570248,0.6694215,0.6363636,0.6363636,0.62396693,0.60330576,0.6363636,0.6446281,0.6570248,0.6446281,0.61570245,0.59917355,0.5495868,0.5289256,0.5082645,0.49586776,0.5,0.5041322,0.48347107,0.45867768,0.446281,0.44214877,0.446281,0.44214877,0.4214876,0.3966942,0.35123968,0.35123968,0.3553719,0.30578512,0.20247933,0.23553719,0.37190083,0.40495867,0.38429752,0.23553719,0.08264463,0.17355372,0.30165288,0.35950413,0.36363637,0.3264463,0.338843,0.38016528,0.47933885,0.47107437,0.45867768,0.46694216,0.4752066,0.46694216,0.46694216,0.47107437,0.4752066,0.4752066,0.46280992,0.47107437,0.5041322,0.5247934,0.553719,0.5785124,0.61157024,0.61570245,0.6198347,0.6570248,0.6570248,0.6570248,0.6528926,0.6363636,0.61570245,0.59917355,0.6322314,0.6487603,0.6528926,0.6322314,0.61157024,0.58677685,0.5289256,0.49173555,0.47933885,0.4752066,0.5,0.4752066,0.4752066,0.44214877,0.42975205,0.4338843,0.43801653,0.41735536,0.40082645,0.37190083,0.33471075,0.3429752,0.3305785,0.1983471,0.1446281,0.2644628,0.38016528,0.40495867,0.37190083,0.2892562,0.11983471,0.1322314,0.2768595,0.3677686,0.37190083,0.32231405,0.3140496,0.35950413,24 +0.6322314,0.677686,0.6735537,0.7107438,0.73966944,0.75619835,0.77272725,0.78099173,0.7933884,0.79752064,0.79752064,0.8057851,0.8057851,0.8140496,0.8181818,0.822314,0.822314,0.822314,0.8181818,0.8181818,0.822314,0.822314,0.8264463,0.8264463,0.8264463,0.8264463,0.8305785,0.8305785,0.8264463,0.822314,0.8181818,0.8140496,0.8057851,0.8016529,0.8057851,0.8016529,0.79752064,0.7933884,0.7892562,0.7768595,0.78512394,0.7892562,0.7644628,0.7644628,0.7644628,0.76033056,0.75619835,0.74793386,0.74380165,0.72727275,0.71900827,0.7231405,0.71487606,0.70247936,0.6942149,0.6859504,0.661157,0.6322314,0.59504133,0.56198347,0.5041322,0.45454547,0.40082645,0.2644628,0.6280992,0.6694215,0.6818182,0.7066116,0.74793386,0.76033056,0.77272725,0.78099173,0.7892562,0.79752064,0.8016529,0.8057851,0.8057851,0.80991733,0.8140496,0.822314,0.822314,0.822314,0.822314,0.822314,0.8264463,0.8264463,0.8305785,0.8305785,0.8264463,0.8305785,0.8264463,0.8305785,0.822314,0.8181818,0.8057851,0.80991733,0.80991733,0.8057851,0.8057851,0.8057851,0.8016529,0.79752064,0.7933884,0.78512394,0.7892562,0.7933884,0.76859504,0.77272725,0.7768595,0.7768595,0.7644628,0.74380165,0.7355372,0.7355372,0.72727275,0.73140496,0.7231405,0.6942149,0.6818182,0.6818182,0.661157,0.6363636,0.59917355,0.56198347,0.5041322,0.44214877,0.39256197,0.28512397,0.61570245,0.6694215,0.6859504,0.71900827,0.73966944,0.7644628,0.7768595,0.7768595,0.7933884,0.8016529,0.8016529,0.8016529,0.8057851,0.80991733,0.8181818,0.8181818,0.822314,0.822314,0.822314,0.8181818,0.8264463,0.8264463,0.8264463,0.8305785,0.822314,0.8347107,0.822314,0.8305785,0.822314,0.8057851,0.80991733,0.80991733,0.80991733,0.80991733,0.8057851,0.8057851,0.8016529,0.8016529,0.79752064,0.7892562,0.78512394,0.78512394,0.7768595,0.7768595,0.77272725,0.77272725,0.77272725,0.73966944,0.73140496,0.74793386,0.74380165,0.73140496,0.7231405,0.7107438,0.7066116,0.69008267,0.661157,0.6363636,0.59504133,0.56198347,0.5041322,0.44214877,0.40495867,0.28099173,0.62396693,0.661157,0.69008267,0.7231405,0.74793386,0.77272725,0.78099173,0.7768595,0.7892562,0.79752064,0.79752064,0.8016529,0.8057851,0.8140496,0.8181818,0.8140496,0.8140496,0.822314,0.8140496,0.8181818,0.822314,0.8264463,0.822314,0.8264463,0.822314,0.8305785,0.8264463,0.8264463,0.822314,0.80991733,0.8016529,0.8057851,0.80991733,0.8057851,0.8016529,0.8016529,0.79752064,0.8016529,0.79752064,0.78099173,0.78512394,0.78099173,0.77272725,0.76859504,0.77272725,0.7644628,0.7644628,0.75206614,0.73140496,0.74793386,0.75206614,0.73966944,0.7355372,0.7231405,0.71487606,0.6942149,0.6528926,0.6280992,0.59090906,0.553719,0.49586776,0.44214877,0.44214877,0.28099173,0.6198347,0.6528926,0.6818182,0.71487606,0.75206614,0.78099173,0.78099173,0.77272725,0.78512394,0.7933884,0.8016529,0.8016529,0.80991733,0.8140496,0.8140496,0.8140496,0.8140496,0.8181818,0.8140496,0.8181818,0.8181818,0.8264463,0.8140496,0.8181818,0.822314,0.8181818,0.822314,0.822314,0.8181818,0.8016529,0.8057851,0.8016529,0.8016529,0.8057851,0.79752064,0.79752064,0.7933884,0.7933884,0.7892562,0.78099173,0.7768595,0.7768595,0.7644628,0.7644628,0.7644628,0.75619835,0.7644628,0.75206614,0.72727275,0.74380165,0.74793386,0.74380165,0.75206614,0.7231405,0.70247936,0.677686,0.6322314,0.6198347,0.59504133,0.5495868,0.4752066,0.446281,0.44214877,0.3181818,0.62396693,0.6528926,0.69008267,0.71487606,0.73966944,0.76859504,0.78099173,0.76859504,0.78099173,0.7933884,0.8016529,0.8057851,0.80991733,0.8181818,0.8140496,0.80991733,0.8140496,0.80991733,0.8057851,0.80991733,0.80991733,0.8057851,0.7933884,0.8016529,0.8140496,0.8057851,0.8057851,0.80991733,0.80991733,0.7933884,0.7892562,0.7933884,0.7933884,0.79752064,0.79752064,0.7933884,0.7933884,0.7892562,0.78099173,0.77272725,0.77272725,0.77272725,0.7644628,0.76033056,0.76033056,0.74793386,0.75619835,0.73140496,0.73140496,0.73966944,0.74793386,0.74793386,0.74793386,0.7231405,0.7231405,0.6818182,0.6280992,0.61570245,0.59090906,0.54545456,0.4752066,0.446281,0.45041323,0.3429752,0.6280992,0.6528926,0.6818182,0.71487606,0.7355372,0.7644628,0.77272725,0.76859504,0.7768595,0.7892562,0.79752064,0.79752064,0.8016529,0.8140496,0.8057851,0.8016529,0.80991733,0.80991733,0.8057851,0.79752064,0.79752064,0.79752064,0.78512394,0.7933884,0.7933884,0.7933884,0.7933884,0.7933884,0.7892562,0.78512394,0.7892562,0.7933884,0.7892562,0.79752064,0.79752064,0.7933884,0.78512394,0.7768595,0.76859504,0.75619835,0.76033056,0.7644628,0.75206614,0.75619835,0.76033056,0.74793386,0.74380165,0.7231405,0.73966944,0.75206614,0.74793386,0.72727275,0.71900827,0.70247936,0.69008267,0.6570248,0.61570245,0.59504133,0.57024795,0.53305787,0.4752066,0.45041323,0.46280992,0.35123968,0.6280992,0.6446281,0.6735537,0.71487606,0.74380165,0.7768595,0.77272725,0.77272725,0.78512394,0.7768595,0.77272725,0.77272725,0.7768595,0.78099173,0.7768595,0.76859504,0.76859504,0.7768595,0.78099173,0.78512394,0.78512394,0.7933884,0.78512394,0.78512394,0.78512394,0.7768595,0.7768595,0.78099173,0.7768595,0.78099173,0.77272725,0.77272725,0.78099173,0.78512394,0.7768595,0.7768595,0.7644628,0.75619835,0.74380165,0.73140496,0.75206614,0.75206614,0.74380165,0.74793386,0.74793386,0.74380165,0.71487606,0.6818182,0.6818182,0.7066116,0.6942149,0.6652893,0.6694215,0.6528926,0.6446281,0.6363636,0.61570245,0.59090906,0.57024795,0.5289256,0.47107437,0.45041323,0.45867768,0.35950413,0.6198347,0.6280992,0.6652893,0.71487606,0.73966944,0.77272725,0.7768595,0.7768595,0.76859504,0.73140496,0.70247936,0.6859504,0.6859504,0.6983471,0.6942149,0.69008267,0.6983471,0.6942149,0.7066116,0.72727275,0.75206614,0.77272725,0.78099173,0.77272725,0.7768595,0.76033056,0.7644628,0.76859504,0.7644628,0.77272725,0.76033056,0.75206614,0.7644628,0.76859504,0.76033056,0.75206614,0.73966944,0.72727275,0.71900827,0.7107438,0.73140496,0.72727275,0.71487606,0.70247936,0.6818182,0.6818182,0.6446281,0.59090906,0.58264464,0.5661157,0.57438016,0.57024795,0.62396693,0.6322314,0.607438,0.57438016,0.57438016,0.59504133,0.56198347,0.5165289,0.47107437,0.45867768,0.45867768,0.37190083,0.6198347,0.61157024,0.6528926,0.70247936,0.73140496,0.76033056,0.76033056,0.73966944,0.71487606,0.6818182,0.6404959,0.61157024,0.59917355,0.607438,0.59090906,0.5785124,0.58264464,0.58677685,0.59090906,0.61157024,0.6322314,0.6694215,0.71900827,0.72727275,0.7355372,0.75206614,0.74793386,0.75619835,0.76033056,0.75619835,0.75206614,0.73966944,0.75206614,0.75206614,0.7355372,0.7231405,0.7107438,0.6983471,0.6942149,0.6859504,0.6652893,0.6280992,0.5785124,0.5495868,0.54545456,0.5371901,0.53305787,0.5206612,0.5082645,0.4752066,0.47933885,0.49586776,0.54545456,0.59917355,0.607438,0.5495868,0.5289256,0.55785125,0.5413223,0.5082645,0.47107437,0.46694216,0.46694216,0.38842976,0.62396693,0.61157024,0.6404959,0.6818182,0.71900827,0.7355372,0.7107438,0.6735537,0.6570248,0.62396693,0.61570245,0.59504133,0.5661157,0.55785125,0.5495868,0.5247934,0.5,0.5,0.5041322,0.5123967,0.5206612,0.5371901,0.57024795,0.61157024,0.6404959,0.6859504,0.7066116,0.7231405,0.74380165,0.74380165,0.73966944,0.73966944,0.74380165,0.7355372,0.7107438,0.6983471,0.6859504,0.6694215,0.6570248,0.6322314,0.58264464,0.5247934,0.46694216,0.42561984,0.41735536,0.40495867,0.40082645,0.3966942,0.38429752,0.38016528,0.43801653,0.4752066,0.49586776,0.5123967,0.5206612,0.49173555,0.48347107,0.5,0.49586776,0.4752066,0.46694216,0.47107437,0.47107437,0.40082645,0.6280992,0.62396693,0.6446281,0.661157,0.677686,0.677686,0.6528926,0.62396693,0.62396693,0.59090906,0.56198347,0.553719,0.53305787,0.5,0.48347107,0.45867768,0.43801653,0.43801653,0.45041323,0.45041323,0.43801653,0.446281,0.44214877,0.46694216,0.5165289,0.59917355,0.6487603,0.6735537,0.7107438,0.73140496,0.72727275,0.72727275,0.7355372,0.73140496,0.6983471,0.677686,0.6528926,0.6322314,0.61157024,0.57438016,0.5165289,0.45454547,0.40082645,0.36363637,0.338843,0.3305785,0.3429752,0.3181818,0.338843,0.39256197,0.41735536,0.446281,0.45454547,0.45454547,0.446281,0.43801653,0.42561984,0.41322315,0.41322315,0.3966942,0.4214876,0.47933885,0.47933885,0.41735536,0.6280992,0.62396693,0.6280992,0.59917355,0.59504133,0.6198347,0.58677685,0.56198347,0.57024795,0.5495868,0.5206612,0.5041322,0.5041322,0.47107437,0.45454547,0.42561984,0.3966942,0.38429752,0.38429752,0.38842976,0.38429752,0.40082645,0.41735536,0.4338843,0.45454547,0.53305787,0.58677685,0.6322314,0.6859504,0.73140496,0.7231405,0.7355372,0.73966944,0.73140496,0.6859504,0.661157,0.61570245,0.58264464,0.5413223,0.47933885,0.42975205,0.40495867,0.38016528,0.3553719,0.3553719,0.36363637,0.3966942,0.4214876,0.45454547,0.45041323,0.45041323,0.44214877,0.45041323,0.45041323,0.446281,0.42561984,0.41322315,0.37190083,0.3677686,0.3305785,0.35123968,0.46694216,0.49586776,0.446281,0.6363636,0.61157024,0.58264464,0.5413223,0.5413223,0.57024795,0.553719,0.5661157,0.5413223,0.5371901,0.5289256,0.53305787,0.5247934,0.53305787,0.553719,0.56198347,0.5206612,0.4752066,0.42975205,0.3966942,0.3966942,0.4090909,0.4214876,0.43801653,0.45041323,0.5041322,0.5413223,0.61570245,0.6735537,0.72727275,0.73966944,0.75206614,0.75206614,0.7355372,0.6859504,0.6446281,0.59917355,0.54545456,0.4752066,0.41322315,0.3966942,0.39256197,0.38842976,0.3677686,0.38842976,0.42975205,0.47933885,0.5413223,0.5785124,0.55785125,0.5495868,0.5165289,0.5041322,0.47107437,0.45454547,0.4338843,0.38842976,0.37190083,0.36363637,0.3264463,0.33471075,0.446281,0.5,0.4752066,0.6446281,0.61570245,0.5495868,0.5206612,0.5289256,0.53305787,0.553719,0.60330576,0.6198347,0.59090906,0.57024795,0.56198347,0.5785124,0.58677685,0.58264464,0.553719,0.49586776,0.41322315,0.3553719,0.35123968,0.3429752,0.34710744,0.37603307,0.4090909,0.42975205,0.46694216,0.5206612,0.61570245,0.677686,0.72727275,0.75619835,0.76033056,0.76033056,0.73140496,0.6942149,0.6404959,0.5785124,0.49586776,0.41735536,0.40082645,0.39256197,0.34710744,0.30578512,0.30578512,0.30165288,0.23553719,0.29338843,0.37190083,0.3305785,0.34710744,0.39256197,0.42561984,0.44214877,0.446281,0.45454547,0.45041323,0.4090909,0.3966942,0.38842976,0.36363637,0.36363637,0.43801653,0.49586776,0.4876033,0.6528926,0.6280992,0.56198347,0.5247934,0.53305787,0.54545456,0.5661157,0.62396693,0.6363636,0.59504133,0.5495868,0.5041322,0.45454547,0.38429752,0.3429752,0.28099173,0.24793388,0.2603306,0.28099173,0.38842976,0.38842976,0.33471075,0.33471075,0.38429752,0.42561984,0.45041323,0.4876033,0.60330576,0.6942149,0.74380165,0.7644628,0.7768595,0.77272725,0.7355372,0.6942149,0.6446281,0.5495868,0.45041323,0.41735536,0.42975205,0.40495867,0.36363637,0.3966942,0.5123967,0.47107437,0.3305785,0.3264463,0.3429752,0.23140496,0.2107438,0.21900827,0.25619835,0.23553719,0.29338843,0.34710744,0.40495867,0.42561984,0.42561984,0.4090909,0.38842976,0.38429752,0.446281,0.49586776,0.49586776,0.6570248,0.6280992,0.58264464,0.53305787,0.5495868,0.5785124,0.57024795,0.57438016,0.5289256,0.43801653,0.3305785,0.2768595,0.3181818,0.28512397,0.2603306,0.24380165,0.2603306,0.32231405,0.38429752,0.53305787,0.53305787,0.45454547,0.3966942,0.4214876,0.4876033,0.5,0.47107437,0.57024795,0.7066116,0.76859504,0.7768595,0.78512394,0.78099173,0.76033056,0.70247936,0.6363636,0.53305787,0.43801653,0.5,0.5165289,0.45454547,0.45041323,0.5082645,0.61570245,0.607438,0.42975205,0.40082645,0.3429752,0.30991736,0.2768595,0.29752067,0.3305785,0.1983471,0.18595041,0.23553719,0.29338843,0.39256197,0.42561984,0.41735536,0.40082645,0.4090909,0.4752066,0.5123967,0.5,0.6528926,0.6280992,0.59090906,0.553719,0.5495868,0.5495868,0.5247934,0.446281,0.3305785,0.25619835,0.2603306,0.30578512,0.43801653,0.41735536,0.3553719,0.36363637,0.39256197,0.41322315,0.47933885,0.59504133,0.5661157,0.53305787,0.5082645,0.5165289,0.57438016,0.5661157,0.5,0.55785125,0.7066116,0.78099173,0.8016529,0.8016529,0.8016529,0.76859504,0.7066116,0.62396693,0.5123967,0.47933885,0.57024795,0.59917355,0.5289256,0.5123967,0.5206612,0.57438016,0.62396693,0.5165289,0.46280992,0.42975205,0.38842976,0.37190083,0.41735536,0.42561984,0.3264463,0.22727273,0.23553719,0.2644628,0.3429752,0.39256197,0.41322315,0.43801653,0.48347107,0.5123967,0.5165289,0.49586776,0.661157,0.6487603,0.61157024,0.58264464,0.5371901,0.5,0.446281,0.36363637,0.3305785,0.3677686,0.43801653,0.45454547,0.5123967,0.53305787,0.4876033,0.46694216,0.5,0.5247934,0.55785125,0.59917355,0.56198347,0.5371901,0.5661157,0.59504133,0.60330576,0.58264464,0.54545456,0.5785124,0.7066116,0.78099173,0.8181818,0.822314,0.8057851,0.77272725,0.71900827,0.59504133,0.5082645,0.54545456,0.5661157,0.62396693,0.60330576,0.56198347,0.5413223,0.56198347,0.58264464,0.57438016,0.5661157,0.5289256,0.4752066,0.4876033,0.5,0.47933885,0.45041323,0.3677686,0.3264463,0.3429752,0.35950413,0.40495867,0.446281,0.5041322,0.5371901,0.5371901,0.5247934,0.49173555,0.6694215,0.6652893,0.6652893,0.6404959,0.56198347,0.4752066,0.4338843,0.44214877,0.47933885,0.5247934,0.57024795,0.58264464,0.607438,0.61157024,0.607438,0.58264464,0.58677685,0.59090906,0.5785124,0.57024795,0.5247934,0.5041322,0.54545456,0.58677685,0.58264464,0.5785124,0.59090906,0.62396693,0.72727275,0.7933884,0.8181818,0.8305785,0.8181818,0.78099173,0.73140496,0.59090906,0.53305787,0.59504133,0.55785125,0.59504133,0.59504133,0.5371901,0.5,0.5,0.5247934,0.5495868,0.5661157,0.56198347,0.5371901,0.5495868,0.5495868,0.53305787,0.5123967,0.45867768,0.4338843,0.44214877,0.45454547,0.46694216,0.5082645,0.553719,0.57024795,0.55785125,0.5289256,0.48347107,0.6570248,0.661157,0.6859504,0.7066116,0.6652893,0.59504133,0.57438016,0.58264464,0.57438016,0.58677685,0.61157024,0.6446281,0.6528926,0.6528926,0.6280992,0.60330576,0.58677685,0.57024795,0.5495868,0.53305787,0.5206612,0.5413223,0.5785124,0.59090906,0.59504133,0.61570245,0.6322314,0.6735537,0.75619835,0.8057851,0.822314,0.8264463,0.8305785,0.79752064,0.7355372,0.607438,0.53305787,0.60330576,0.57024795,0.59090906,0.61570245,0.60330576,0.553719,0.5206612,0.5041322,0.5165289,0.5413223,0.553719,0.553719,0.56198347,0.553719,0.53305787,0.5123967,0.5,0.5082645,0.5289256,0.53305787,0.56198347,0.57024795,0.5785124,0.57438016,0.5661157,0.5289256,0.48347107,0.69008267,0.6983471,0.72727275,0.74793386,0.73966944,0.7231405,0.7107438,0.6859504,0.6528926,0.62396693,0.60330576,0.60330576,0.58677685,0.58264464,0.57438016,0.5661157,0.57024795,0.5661157,0.57438016,0.58677685,0.59917355,0.6198347,0.6363636,0.6363636,0.6528926,0.6652893,0.6735537,0.7066116,0.77272725,0.8057851,0.8264463,0.8264463,0.8264463,0.8016529,0.7231405,0.61570245,0.553719,0.607438,0.59090906,0.60330576,0.6446281,0.6446281,0.6322314,0.61570245,0.5785124,0.5413223,0.5289256,0.53305787,0.53305787,0.5206612,0.5206612,0.5165289,0.5247934,0.55785125,0.59090906,0.60330576,0.59504133,0.58677685,0.607438,0.59917355,0.58677685,0.5661157,0.5289256,0.47933885,0.6942149,0.70247936,0.72727275,0.74793386,0.74793386,0.76033056,0.7644628,0.75206614,0.73966944,0.71900827,0.6694215,0.6404959,0.6198347,0.61157024,0.607438,0.607438,0.6363636,0.6487603,0.6487603,0.6694215,0.6818182,0.6942149,0.6942149,0.6818182,0.6942149,0.71487606,0.7107438,0.73140496,0.7768595,0.8016529,0.822314,0.822314,0.8305785,0.79752064,0.71487606,0.6322314,0.56198347,0.607438,0.61570245,0.59917355,0.6528926,0.7066116,0.6942149,0.6735537,0.6570248,0.661157,0.6487603,0.6322314,0.6322314,0.61157024,0.60330576,0.61157024,0.61157024,0.61570245,0.6487603,0.6487603,0.6404959,0.61157024,0.59504133,0.61157024,0.58677685,0.56198347,0.53305787,0.47933885,0.6942149,0.7107438,0.7231405,0.74380165,0.75619835,0.76859504,0.7768595,0.78512394,0.7892562,0.7768595,0.74793386,0.7231405,0.71900827,0.7231405,0.7231405,0.7066116,0.7107438,0.71900827,0.71900827,0.73140496,0.7355372,0.74380165,0.74793386,0.74793386,0.74793386,0.75206614,0.73966944,0.75206614,0.78512394,0.8140496,0.8181818,0.8305785,0.822314,0.7892562,0.7355372,0.6404959,0.57438016,0.61157024,0.6322314,0.61157024,0.6322314,0.7107438,0.73140496,0.71487606,0.6983471,0.6983471,0.7107438,0.7107438,0.71487606,0.6694215,0.6404959,0.6694215,0.6818182,0.6735537,0.6735537,0.661157,0.661157,0.6404959,0.61570245,0.61157024,0.59090906,0.57438016,0.5289256,0.47933885,0.6942149,0.71487606,0.7231405,0.74380165,0.75206614,0.76859504,0.78099173,0.7892562,0.79752064,0.7892562,0.78512394,0.77272725,0.7644628,0.75206614,0.75619835,0.74793386,0.74793386,0.75619835,0.7644628,0.7768595,0.7768595,0.7768595,0.78099173,0.78099173,0.78099173,0.77272725,0.76033056,0.76033056,0.7933884,0.8181818,0.8264463,0.8264463,0.822314,0.79752064,0.73966944,0.6446281,0.60330576,0.6198347,0.6528926,0.6404959,0.6404959,0.69008267,0.73140496,0.7355372,0.72727275,0.7107438,0.71900827,0.71900827,0.7231405,0.7066116,0.677686,0.6942149,0.7066116,0.69008267,0.6859504,0.6859504,0.6652893,0.6487603,0.62396693,0.62396693,0.59090906,0.5661157,0.5289256,0.46694216,0.6983471,0.7107438,0.73140496,0.75206614,0.75206614,0.76859504,0.7768595,0.7892562,0.79752064,0.79752064,0.79752064,0.7933884,0.7933884,0.76859504,0.76859504,0.76859504,0.78099173,0.78512394,0.8016529,0.79752064,0.7933884,0.7933884,0.7892562,0.7892562,0.7892562,0.7768595,0.76859504,0.76859504,0.7933884,0.8181818,0.8264463,0.8264463,0.822314,0.8016529,0.75619835,0.6652893,0.61570245,0.61570245,0.6528926,0.6570248,0.661157,0.69008267,0.7231405,0.7355372,0.75206614,0.73966944,0.74380165,0.73966944,0.73966944,0.73966944,0.7355372,0.73140496,0.7231405,0.7066116,0.6983471,0.69008267,0.6652893,0.6363636,0.6198347,0.6198347,0.59504133,0.54545456,0.5289256,0.46280992,0.6942149,0.71900827,0.7355372,0.75206614,0.75619835,0.77272725,0.78099173,0.7892562,0.79752064,0.79752064,0.79752064,0.8057851,0.8016529,0.8016529,0.79752064,0.7933884,0.79752064,0.80991733,0.822314,0.80991733,0.80991733,0.8057851,0.8016529,0.78512394,0.7768595,0.77272725,0.77272725,0.76859504,0.77272725,0.8057851,0.8264463,0.8305785,0.8181818,0.7933884,0.75206614,0.6735537,0.62396693,0.6198347,0.6404959,0.6652893,0.661157,0.6942149,0.73140496,0.74380165,0.7644628,0.75619835,0.76033056,0.75619835,0.75619835,0.75619835,0.75619835,0.74380165,0.73140496,0.7107438,0.6983471,0.6735537,0.6528926,0.6322314,0.61570245,0.57438016,0.5785124,0.5495868,0.5123967,0.45867768,0.677686,0.73140496,0.74380165,0.75206614,0.75619835,0.76859504,0.7768595,0.78512394,0.7933884,0.7933884,0.7892562,0.8016529,0.80991733,0.8140496,0.8140496,0.80991733,0.80991733,0.8181818,0.8181818,0.822314,0.80991733,0.8016529,0.7892562,0.78512394,0.78099173,0.78099173,0.78512394,0.74793386,0.71900827,0.78512394,0.8140496,0.8264463,0.8181818,0.7933884,0.74793386,0.69008267,0.6363636,0.6280992,0.6363636,0.6528926,0.6528926,0.6942149,0.7355372,0.74793386,0.75619835,0.7644628,0.76859504,0.77272725,0.76033056,0.75619835,0.75619835,0.75619835,0.74380165,0.71487606,0.69008267,0.6652893,0.6528926,0.61157024,0.5661157,0.60330576,0.56198347,0.5413223,0.5123967,0.45454547,0.6694215,0.7231405,0.73966944,0.75206614,0.75206614,0.75206614,0.76033056,0.77272725,0.7892562,0.7892562,0.78512394,0.79752064,0.80991733,0.8140496,0.822314,0.8181818,0.8140496,0.80991733,0.8140496,0.822314,0.8057851,0.78512394,0.7933884,0.7892562,0.7892562,0.78512394,0.78512394,0.7644628,0.7644628,0.8016529,0.8140496,0.822314,0.8140496,0.7933884,0.74793386,0.7066116,0.661157,0.6322314,0.62396693,0.6322314,0.6404959,0.6859504,0.7355372,0.74793386,0.7644628,0.76859504,0.7768595,0.7768595,0.7768595,0.76859504,0.76033056,0.75619835,0.74793386,0.7231405,0.6942149,0.677686,0.661157,0.6280992,0.5371901,0.59090906,0.57438016,0.5413223,0.5041322,0.45041323,0.6735537,0.71900827,0.7231405,0.73966944,0.74793386,0.74380165,0.74793386,0.76859504,0.7892562,0.7892562,0.7933884,0.8057851,0.80991733,0.8140496,0.8181818,0.822314,0.8140496,0.80991733,0.8016529,0.8016529,0.7933884,0.7768595,0.78099173,0.78512394,0.78512394,0.78512394,0.7768595,0.78099173,0.7892562,0.80991733,0.8181818,0.8181818,0.8057851,0.7933884,0.75619835,0.7107438,0.677686,0.62396693,0.59504133,0.59504133,0.607438,0.6487603,0.71900827,0.7355372,0.7644628,0.76859504,0.76859504,0.77272725,0.77272725,0.76859504,0.76859504,0.74793386,0.74380165,0.72727275,0.6983471,0.6735537,0.6570248,0.6363636,0.59504133,0.5785124,0.5785124,0.54545456,0.5123967,0.44214877,0.6694215,0.7107438,0.71900827,0.72727275,0.7355372,0.73966944,0.76033056,0.77272725,0.7892562,0.7933884,0.7933884,0.8057851,0.8057851,0.79752064,0.80991733,0.8057851,0.79752064,0.8016529,0.7933884,0.7933884,0.77272725,0.76033056,0.74793386,0.76033056,0.75619835,0.7644628,0.76859504,0.7892562,0.7933884,0.80991733,0.822314,0.8181818,0.8016529,0.78512394,0.75619835,0.7231405,0.6942149,0.6280992,0.56198347,0.5785124,0.57438016,0.59917355,0.6694215,0.6983471,0.74380165,0.75206614,0.75619835,0.76859504,0.7644628,0.75619835,0.76033056,0.75206614,0.73966944,0.71487606,0.6983471,0.6694215,0.6446281,0.6280992,0.60330576,0.57438016,0.56198347,0.5371901,0.5082645,0.43801653,0.6652893,0.7066116,0.7107438,0.71487606,0.72727275,0.7355372,0.76033056,0.7768595,0.7892562,0.7933884,0.78512394,0.7933884,0.8016529,0.7933884,0.7933884,0.79752064,0.7933884,0.78512394,0.77272725,0.76033056,0.7355372,0.677686,0.6942149,0.73966944,0.74793386,0.7355372,0.74380165,0.78512394,0.7933884,0.80991733,0.8181818,0.80991733,0.8016529,0.78099173,0.75206614,0.73140496,0.7107438,0.6404959,0.5413223,0.58677685,0.58677685,0.5661157,0.61157024,0.6528926,0.70247936,0.7066116,0.73966944,0.75206614,0.76033056,0.75206614,0.73966944,0.7355372,0.71487606,0.69008267,0.6735537,0.661157,0.6404959,0.61157024,0.59090906,0.57024795,0.5413223,0.5247934,0.5,0.42975205,0.661157,0.6942149,0.70247936,0.6859504,0.71900827,0.72727275,0.75206614,0.77272725,0.7892562,0.78512394,0.7768595,0.78512394,0.7892562,0.78099173,0.78512394,0.78512394,0.77272725,0.75619835,0.7355372,0.70247936,0.6652893,0.607438,0.677686,0.75619835,0.74793386,0.7231405,0.72727275,0.78099173,0.8016529,0.822314,0.8181818,0.8016529,0.79752064,0.78099173,0.76033056,0.73966944,0.71487606,0.6446281,0.55785125,0.62396693,0.6528926,0.56198347,0.53305787,0.59090906,0.61570245,0.6570248,0.6983471,0.73140496,0.7231405,0.73966944,0.72727275,0.7107438,0.6983471,0.677686,0.6652893,0.6487603,0.6198347,0.58677685,0.5785124,0.57024795,0.5247934,0.5123967,0.4876033,0.43801653,0.6570248,0.6694215,0.69008267,0.6487603,0.6859504,0.7231405,0.74793386,0.75619835,0.78099173,0.76859504,0.77272725,0.77272725,0.76033056,0.76033056,0.76859504,0.7644628,0.73966944,0.71900827,0.6859504,0.6363636,0.57438016,0.57438016,0.70247936,0.7644628,0.76859504,0.73140496,0.72727275,0.78512394,0.8016529,0.822314,0.822314,0.8057851,0.79752064,0.78512394,0.77272725,0.75619835,0.71900827,0.6652893,0.58677685,0.6528926,0.71900827,0.59504133,0.49173555,0.53305787,0.553719,0.59917355,0.6322314,0.6735537,0.6942149,0.6942149,0.69008267,0.677686,0.6818182,0.6652893,0.6487603,0.6363636,0.59917355,0.553719,0.553719,0.55785125,0.5123967,0.49586776,0.47933885,0.4338843,0.6363636,0.6487603,0.6652893,0.6528926,0.6694215,0.7066116,0.72727275,0.7355372,0.7644628,0.75619835,0.75206614,0.74380165,0.7231405,0.71487606,0.7355372,0.73140496,0.71487606,0.6818182,0.6446281,0.59504133,0.53305787,0.5495868,0.7107438,0.76859504,0.7644628,0.73966944,0.74380165,0.78099173,0.79752064,0.80991733,0.8181818,0.8140496,0.8016529,0.79752064,0.78099173,0.75619835,0.71900827,0.6694215,0.607438,0.6322314,0.6942149,0.60330576,0.49586776,0.5041322,0.5,0.5247934,0.5785124,0.61570245,0.6487603,0.6652893,0.6652893,0.661157,0.6652893,0.6446281,0.6280992,0.607438,0.57438016,0.5371901,0.5289256,0.5247934,0.5041322,0.47933885,0.47933885,0.4338843,0.61570245,0.6363636,0.6487603,0.6446281,0.6570248,0.69008267,0.7066116,0.7066116,0.73140496,0.7355372,0.74380165,0.73140496,0.7107438,0.6983471,0.6942149,0.677686,0.6487603,0.61157024,0.58264464,0.5785124,0.5371901,0.5413223,0.72727275,0.7644628,0.74793386,0.74380165,0.76033056,0.7768595,0.7933884,0.7933884,0.8016529,0.8181818,0.8140496,0.79752064,0.7768595,0.75206614,0.71487606,0.6652893,0.607438,0.59090906,0.6404959,0.59090906,0.5289256,0.53305787,0.5247934,0.5,0.5123967,0.5413223,0.58677685,0.61570245,0.6280992,0.6280992,0.6322314,0.6198347,0.60330576,0.58677685,0.5495868,0.5123967,0.49586776,0.5041322,0.49173555,0.4752066,0.47107437,0.42975205,0.59917355,0.62396693,0.62396693,0.6280992,0.6446281,0.6694215,0.6694215,0.6652893,0.6983471,0.71487606,0.71487606,0.7066116,0.69008267,0.6694215,0.6487603,0.61157024,0.5785124,0.55785125,0.55785125,0.59090906,0.58264464,0.553719,0.7066116,0.74793386,0.74793386,0.73140496,0.75619835,0.7768595,0.7892562,0.78099173,0.78099173,0.8016529,0.8016529,0.78512394,0.75619835,0.73140496,0.70247936,0.6570248,0.60330576,0.56198347,0.58677685,0.5495868,0.5495868,0.57024795,0.553719,0.5206612,0.5,0.4876033,0.5165289,0.55785125,0.58264464,0.59090906,0.59504133,0.58677685,0.57438016,0.56198347,0.5289256,0.48347107,0.47107437,0.4876033,0.47933885,0.47107437,0.46280992,0.41735536,0.58677685,0.61157024,0.607438,0.61157024,0.6280992,0.6528926,0.6363636,0.6446281,0.6735537,0.6735537,0.6735537,0.6570248,0.6487603,0.62396693,0.59090906,0.553719,0.5247934,0.5289256,0.5661157,0.61570245,0.61570245,0.5661157,0.62396693,0.6859504,0.7066116,0.6735537,0.6983471,0.73140496,0.7644628,0.76033056,0.75619835,0.76033056,0.76033056,0.75206614,0.72727275,0.70247936,0.6694215,0.61570245,0.553719,0.5247934,0.5165289,0.48347107,0.5123967,0.57438016,0.55785125,0.5371901,0.5123967,0.4752066,0.44214877,0.4876033,0.5206612,0.54545456,0.55785125,0.55785125,0.5495868,0.53305787,0.5082645,0.4876033,0.4752066,0.4752066,0.47107437,0.46280992,0.45454547,0.42561984,0.58264464,0.58677685,0.60330576,0.59917355,0.61157024,0.62396693,0.6404959,0.6404959,0.6487603,0.6198347,0.6198347,0.607438,0.59504133,0.56198347,0.5247934,0.5,0.5082645,0.54545456,0.58677685,0.6322314,0.6446281,0.59504133,0.553719,0.55785125,0.59090906,0.57024795,0.58264464,0.6363636,0.6983471,0.73140496,0.73140496,0.7231405,0.71487606,0.6983471,0.6859504,0.6652893,0.62396693,0.5371901,0.45041323,0.42975205,0.40495867,0.4090909,0.48347107,0.5661157,0.56198347,0.553719,0.5371901,0.49586776,0.42975205,0.41735536,0.43801653,0.47933885,0.5165289,0.5289256,0.5206612,0.5082645,0.4876033,0.47933885,0.47107437,0.47107437,0.47107437,0.46694216,0.45041323,0.4090909,0.58677685,0.58677685,0.59504133,0.59504133,0.58264464,0.60330576,0.62396693,0.61570245,0.607438,0.59917355,0.57438016,0.553719,0.5206612,0.49173555,0.47107437,0.4876033,0.5206612,0.553719,0.5785124,0.6322314,0.6735537,0.6404959,0.5495868,0.4752066,0.46694216,0.446281,0.44214877,0.48347107,0.58264464,0.6404959,0.6570248,0.6322314,0.62396693,0.6198347,0.6198347,0.59090906,0.5206612,0.40082645,0.29338843,0.29338843,0.3305785,0.40082645,0.48347107,0.54545456,0.5785124,0.5785124,0.5413223,0.5041322,0.446281,0.446281,0.40495867,0.3966942,0.43801653,0.49173555,0.5041322,0.5041322,0.49586776,0.48347107,0.46694216,0.47933885,0.47933885,0.46694216,0.45041323,0.4214876,0.57438016,0.59090906,0.59504133,0.59917355,0.59917355,0.5661157,0.607438,0.59917355,0.58264464,0.5661157,0.5413223,0.4876033,0.45454547,0.45867768,0.47933885,0.5165289,0.5413223,0.5413223,0.56198347,0.61570245,0.661157,0.6404959,0.5661157,0.49173555,0.42975205,0.4214876,0.3966942,0.33471075,0.41735536,0.5082645,0.5289256,0.5247934,0.5041322,0.5041322,0.5,0.45041323,0.35950413,0.2892562,0.29338843,0.33471075,0.36363637,0.4090909,0.45454547,0.48347107,0.55785125,0.5785124,0.55785125,0.47933885,0.4214876,0.4876033,0.46694216,0.40082645,0.3677686,0.42975205,0.49173555,0.5041322,0.5,0.49586776,0.49586776,0.4876033,0.48347107,0.47107437,0.446281,0.42561984,0.58264464,0.607438,0.61157024,0.61570245,0.62396693,0.59504133,0.607438,0.60330576,0.57438016,0.5371901,0.47933885,0.42975205,0.45041323,0.5082645,0.5165289,0.5371901,0.5371901,0.5206612,0.53305787,0.55785125,0.59090906,0.59917355,0.5661157,0.53305787,0.47933885,0.45454547,0.43801653,0.33471075,0.30578512,0.3429752,0.38842976,0.41735536,0.4090909,0.3966942,0.3677686,0.30165288,0.28512397,0.34710744,0.41322315,0.43801653,0.4214876,0.4090909,0.4214876,0.42561984,0.4876033,0.53305787,0.56198347,0.48347107,0.3966942,0.43801653,0.46280992,0.45041323,0.39256197,0.3966942,0.48347107,0.5123967,0.5123967,0.5123967,0.5123967,0.49586776,0.48347107,0.46280992,0.446281,0.41735536,0.57438016,0.59917355,0.60330576,0.62396693,0.6446281,0.6280992,0.6198347,0.6198347,0.57438016,0.5082645,0.41735536,0.42561984,0.5082645,0.5413223,0.5165289,0.5247934,0.5123967,0.5206612,0.5289256,0.5206612,0.54545456,0.5785124,0.55785125,0.5495868,0.5289256,0.5206612,0.5041322,0.41322315,0.3429752,0.28099173,0.2768595,0.29338843,0.28512397,0.28512397,0.30578512,0.28099173,0.3305785,0.3966942,0.41735536,0.45454547,0.46280992,0.42561984,0.4090909,0.4090909,0.45041323,0.49173555,0.5165289,0.4752066,0.3966942,0.38842976,0.40082645,0.446281,0.43801653,0.45041323,0.5165289,0.5371901,0.5289256,0.5289256,0.5247934,0.5,0.4752066,0.45454547,0.42975205,0.37603307,0.55785125,0.59090906,0.607438,0.62396693,0.6487603,0.6363636,0.6446281,0.6198347,0.5785124,0.5247934,0.4338843,0.45041323,0.5165289,0.5,0.49173555,0.49173555,0.4876033,0.5289256,0.5495868,0.5371901,0.53305787,0.57024795,0.56198347,0.54545456,0.55785125,0.5785124,0.5371901,0.5041322,0.42975205,0.3305785,0.3305785,0.28512397,0.24380165,0.2603306,0.35950413,0.38016528,0.40495867,0.45454547,0.4214876,0.41735536,0.45041323,0.45041323,0.41322315,0.3966942,0.41735536,0.45867768,0.446281,0.45867768,0.38842976,0.40495867,0.3677686,0.4214876,0.42975205,0.5247934,0.57024795,0.553719,0.5289256,0.5413223,0.5206612,0.5,0.47933885,0.45454547,0.4090909,0.3677686,0.553719,0.58264464,0.59917355,0.607438,0.6363636,0.661157,0.6570248,0.6363636,0.61570245,0.5785124,0.47107437,0.42975205,0.4752066,0.446281,0.47107437,0.45867768,0.45454547,0.5,0.54545456,0.5413223,0.53305787,0.57024795,0.54545456,0.553719,0.57024795,0.59917355,0.57024795,0.46694216,0.5082645,0.4752066,0.5,0.3553719,0.29752067,0.3264463,0.46280992,0.4876033,0.45041323,0.4752066,0.42561984,0.38842976,0.4090909,0.44214877,0.4214876,0.38429752,0.3966942,0.40495867,0.38429752,0.44214877,0.4338843,0.35950413,0.38016528,0.43801653,0.446281,0.5661157,0.59917355,0.56198347,0.5371901,0.5371901,0.5,0.47933885,0.46280992,0.4338843,0.39256197,0.35123968,0.5247934,0.57024795,0.59504133,0.60330576,0.6198347,0.6528926,0.6528926,0.6446281,0.6404959,0.62396693,0.49586776,0.40082645,0.446281,0.41735536,0.44214877,0.41322315,0.42975205,0.446281,0.48347107,0.5123967,0.5206612,0.5413223,0.5371901,0.553719,0.55785125,0.57438016,0.5206612,0.4338843,0.5371901,0.58264464,0.59504133,0.446281,0.3553719,0.4090909,0.5165289,0.5247934,0.45041323,0.45454547,0.40082645,0.3553719,0.39256197,0.42975205,0.4090909,0.3677686,0.37190083,0.39256197,0.33471075,0.3966942,0.4338843,0.36363637,0.33471075,0.46694216,0.5289256,0.59090906,0.60330576,0.57438016,0.57024795,0.53305787,0.4876033,0.47933885,0.45041323,0.4214876,0.37190083,0.34710744,0.49173555,0.553719,0.58677685,0.59504133,0.607438,0.6322314,0.6404959,0.6404959,0.6528926,0.6528926,0.4876033,0.38016528,0.42561984,0.4214876,0.40495867,0.38016528,0.40082645,0.3966942,0.42975205,0.47933885,0.5,0.5041322,0.5206612,0.5247934,0.5,0.5165289,0.446281,0.41322315,0.5165289,0.57438016,0.5661157,0.43801653,0.3966942,0.40082645,0.47933885,0.5082645,0.45041323,0.41322315,0.38429752,0.33471075,0.3677686,0.41322315,0.40495867,0.3677686,0.35123968,0.38016528,0.33471075,0.35123968,0.37603307,0.3553719,0.338843,0.47933885,0.59090906,0.59090906,0.59504133,0.57024795,0.5165289,0.48347107,0.4752066,0.46694216,0.4338843,0.40082645,0.34710744,0.34710744,0.45867768,0.5123967,0.55785125,0.57438016,0.59090906,0.61157024,0.62396693,0.6363636,0.6570248,0.6570248,0.5371901,0.40495867,0.4090909,0.4090909,0.37603307,0.39256197,0.38429752,0.36363637,0.41735536,0.45041323,0.4752066,0.47933885,0.5289256,0.53305787,0.45454547,0.46280992,0.4090909,0.3966942,0.48347107,0.5495868,0.5123967,0.38016528,0.38429752,0.34710744,0.43801653,0.49173555,0.446281,0.37190083,0.35950413,0.338843,0.3429752,0.38429752,0.40082645,0.38016528,0.35950413,0.36363637,0.35950413,0.3553719,0.36363637,0.38429752,0.38842976,0.5123967,0.59090906,0.59090906,0.5785124,0.53305787,0.46694216,0.46694216,0.45867768,0.44214877,0.41735536,0.3677686,0.338843,0.3553719,0.42561984,0.48347107,0.5247934,0.55785125,0.58264464,0.60330576,0.6280992,0.6322314,0.6446281,0.6694215,0.6198347,0.46694216,0.4214876,0.3677686,0.37190083,0.4214876,0.40495867,0.3677686,0.4090909,0.42561984,0.41735536,0.45041323,0.5206612,0.5,0.42561984,0.42561984,0.40495867,0.39256197,0.4876033,0.53305787,0.44214877,0.37190083,0.39256197,0.3429752,0.40495867,0.46694216,0.45454547,0.3677686,0.3181818,0.3264463,0.3553719,0.36363637,0.38016528,0.37603307,0.37603307,0.38429752,0.40082645,0.40495867,0.4214876,0.446281,0.48347107,0.553719,0.59504133,0.5785124,0.54545456,0.5,0.47107437,0.45867768,0.44214877,0.42561984,0.3966942,0.3553719,0.338843,0.3553719,0.39256197,0.446281,0.49586776,0.53305787,0.54545456,0.57438016,0.61570245,0.61157024,0.62396693,0.6487603,0.6404959,0.5413223,0.48347107,0.41322315,0.41322315,0.45454547,0.45041323,0.4214876,0.4338843,0.446281,0.446281,0.44214877,0.46280992,0.46694216,0.4338843,0.4214876,0.42561984,0.41735536,0.49586776,0.5289256,0.42975205,0.49173555,0.4876033,0.42975205,0.38429752,0.43801653,0.45454547,0.41322315,0.3181818,0.33471075,0.38429752,0.38429752,0.38842976,0.3966942,0.41322315,0.42975205,0.446281,0.446281,0.46280992,0.4876033,0.5413223,0.57438016,0.5785124,0.54545456,0.5082645,0.47933885,0.45867768,0.44214877,0.446281,0.4090909,0.3677686,0.338843,0.3429752,0.35123968,0.38429752,0.4090909,0.47107437,0.5041322,0.5041322,0.5041322,0.55785125,0.5785124,0.60330576,0.61570245,0.6322314,0.59504133,0.55785125,0.5,0.49586776,0.5165289,0.5123967,0.49586776,0.5,0.5082645,0.49173555,0.4752066,0.48347107,0.5041322,0.49173555,0.47107437,0.46280992,0.4338843,0.5,0.48347107,0.45454547,0.5165289,0.5082645,0.46694216,0.38842976,0.4214876,0.42561984,0.4338843,0.38429752,0.38842976,0.40082645,0.4090909,0.42561984,0.44214877,0.45867768,0.48347107,0.5082645,0.5082645,0.5041322,0.5165289,0.5413223,0.57024795,0.5661157,0.5247934,0.49173555,0.47107437,0.45454547,0.44214877,0.42561984,0.37603307,0.30991736,0.3429752,0.34710744,0.35123968,0.4090909,0.39256197,0.4338843,0.47933885,0.4752066,0.45867768,0.5,0.5371901,0.57438016,0.58264464,0.59917355,0.61157024,0.59917355,0.5371901,0.5082645,0.553719,0.553719,0.53305787,0.56198347,0.57024795,0.5495868,0.5289256,0.5289256,0.5206612,0.49586776,0.48347107,0.47933885,0.45867768,0.46280992,0.46280992,0.47933885,0.5206612,0.5082645,0.49173555,0.4214876,0.41322315,0.40495867,0.42561984,0.4214876,0.41735536,0.4214876,0.446281,0.47933885,0.49586776,0.5082645,0.5206612,0.5289256,0.5247934,0.5165289,0.5123967,0.5413223,0.5495868,0.5206612,0.49173555,0.47107437,0.45867768,0.446281,0.4214876,0.38016528,0.2892562,0.2603306,0.3305785,0.3264463,0.35950413,0.43801653,0.40495867,0.40495867,0.446281,0.46280992,0.45454547,0.4752066,0.5,0.5247934,0.54545456,0.55785125,0.57438016,0.60330576,0.56198347,0.5206612,0.56198347,0.59504133,0.5785124,0.60330576,0.62396693,0.61157024,0.58264464,0.58264464,0.5661157,0.5206612,0.49173555,0.48347107,0.45454547,0.4338843,0.46694216,0.49586776,0.5082645,0.49173555,0.48347107,0.43801653,0.41322315,0.41322315,0.44214877,0.45041323,0.446281,0.46694216,0.5,0.5289256,0.5371901,0.54545456,0.54545456,0.5495868,0.5413223,0.5165289,0.5206612,0.5247934,0.5289256,0.5,0.46280992,0.45041323,0.45041323,0.41735536,0.40082645,0.3181818,0.17355372,0.23553719,0.32231405,0.25619835,0.3429752,0.45041323,0.42975205,0.40495867,0.41735536,0.446281,0.45454547,0.46280992,0.4752066,0.5,0.5,0.5206612,0.5413223,0.57024795,0.553719,0.5413223,0.57024795,0.61570245,0.6322314,0.6404959,0.6528926,0.6528926,0.6363636,0.6280992,0.61570245,0.5785124,0.5371901,0.5123967,0.4752066,0.46280992,0.49586776,0.5041322,0.49586776,0.49173555,0.48347107,0.45041323,0.43801653,0.44214877,0.4752066,0.4876033,0.49586776,0.5123967,0.5371901,0.56198347,0.5661157,0.5661157,0.56198347,0.5495868,0.53305787,0.5123967,0.5123967,0.5041322,0.49586776,0.4752066,0.446281,0.446281,0.42561984,0.38842976,0.38429752,0.2231405,0.10743801,0.23140496,0.3553719,0.20247933,0.2644628,0.45867768,0.446281,0.4214876,0.40082645,0.41735536,0.44214877,0.45454547,0.45867768,0.46694216,0.48347107,0.4876033,0.5165289,0.5165289,0.5413223,0.5495868,0.59504133,0.62396693,0.6404959,0.6570248,0.6818182,0.6818182,0.6818182,0.6652893,0.6528926,0.6280992,0.59504133,0.55785125,0.5206612,0.5123967,0.5247934,0.5247934,0.5165289,0.5123967,0.5082645,0.48347107,0.4876033,0.5041322,0.5289256,0.5206612,0.5413223,0.56198347,0.5785124,0.59090906,0.58264464,0.5785124,0.58264464,0.5413223,0.5165289,0.5041322,0.49586776,0.5041322,0.48347107,0.45867768,0.43801653,0.42561984,0.3966942,0.3677686,0.35123968,0.11983471,0.10743801,0.23553719,0.3966942,0.21487603,0.19008264,0.46694216,0.45041323,0.43801653,0.4090909,0.38429752,0.41322315,0.43801653,0.446281,0.446281,0.45867768,0.45867768,0.4876033,0.49173555,0.5123967,0.553719,0.59090906,0.60330576,0.6280992,0.6694215,0.6859504,0.70247936,0.71487606,0.69008267,0.6818182,0.661157,0.6322314,0.60330576,0.5785124,0.5785124,0.58677685,0.58264464,0.58264464,0.58677685,0.59090906,0.55785125,0.56198347,0.58264464,0.58264464,0.57024795,0.58264464,0.59090906,0.59917355,0.61570245,0.60330576,0.5785124,0.5661157,0.5413223,0.5206612,0.5,0.49173555,0.4876033,0.46694216,0.43801653,0.42561984,0.4090909,0.37603307,0.35123968,0.2892562,0.06198347,0.13636364,0.23966943,0.42975205,0.24380165,0.19421488,0.48347107,0.45454547,0.43801653,0.4338843,0.3966942,0.38429752,0.4090909,0.446281,0.45041323,0.45041323,0.46694216,0.5,0.47107437,0.5,0.54545456,0.58677685,0.607438,0.6280992,0.661157,0.69008267,0.6983471,0.7066116,0.7066116,0.70247936,0.6942149,0.6694215,0.6487603,0.6404959,0.6446281,0.6570248,0.6570248,0.6652893,0.6694215,0.6694215,0.6528926,0.6322314,0.61570245,0.58677685,0.60330576,0.607438,0.59917355,0.60330576,0.60330576,0.58264464,0.57024795,0.57024795,0.5371901,0.5082645,0.48347107,0.46694216,0.46694216,0.45041323,0.43801653,0.41735536,0.38842976,0.338843,0.3553719,0.2107438,0.0661157,0.14876033,0.24793388,0.45867768,0.2892562,0.18595041,0.49586776,0.46694216,0.446281,0.42975205,0.4214876,0.38842976,0.37603307,0.41322315,0.4338843,0.46280992,0.46694216,0.47107437,0.48347107,0.47933885,0.5165289,0.553719,0.59090906,0.61157024,0.6322314,0.6859504,0.6942149,0.6942149,0.6983471,0.7107438,0.7107438,0.69008267,0.661157,0.6652893,0.6859504,0.6859504,0.677686,0.69008267,0.70247936,0.69008267,0.677686,0.6652893,0.6322314,0.61570245,0.6198347,0.59504133,0.6198347,0.6198347,0.5785124,0.5785124,0.5661157,0.54545456,0.5165289,0.4752066,0.446281,0.43801653,0.43801653,0.44214877,0.4338843,0.38842976,0.33471075,0.30991736,0.36363637,0.14049587,0.08677686,0.17355372,0.2603306,0.46280992,0.36363637,0.18181819,0.49586776,0.48347107,0.45454547,0.43801653,0.4214876,0.39256197,0.35950413,0.38016528,0.41735536,0.44214877,0.46694216,0.47933885,0.46694216,0.4752066,0.49173555,0.5165289,0.5661157,0.59917355,0.62396693,0.6818182,0.70247936,0.7066116,0.6983471,0.6942149,0.7066116,0.7107438,0.6859504,0.6818182,0.6983471,0.70247936,0.6942149,0.69008267,0.6859504,0.6859504,0.6694215,0.6735537,0.6487603,0.6280992,0.61570245,0.607438,0.58677685,0.6198347,0.58677685,0.5785124,0.553719,0.5247934,0.48347107,0.42561984,0.4090909,0.41735536,0.42975205,0.42561984,0.39256197,0.3429752,0.30165288,0.32231405,0.33471075,0.09504132,0.11570248,0.1983471,0.30165288,0.46280992,0.4090909,0.21487603,0.49173555,0.48347107,0.47107437,0.43801653,0.4338843,0.41322315,0.37603307,0.3553719,0.38429752,0.4090909,0.4338843,0.45454547,0.46694216,0.46280992,0.46694216,0.4876033,0.5165289,0.57024795,0.607438,0.6694215,0.6859504,0.7107438,0.6942149,0.6818182,0.6942149,0.7231405,0.7066116,0.6942149,0.69008267,0.70247936,0.6942149,0.6735537,0.6528926,0.6404959,0.6528926,0.6652893,0.6487603,0.62396693,0.60330576,0.59090906,0.57438016,0.58264464,0.59090906,0.55785125,0.53305787,0.5041322,0.45867768,0.38016528,0.37603307,0.40495867,0.4090909,0.37603307,0.3429752,0.3140496,0.30165288,0.34710744,0.2644628,0.08677686,0.14876033,0.23553719,0.3305785,0.47933885,0.4214876,0.2768595,0.49586776,0.47933885,0.46694216,0.45454547,0.44214877,0.42561984,0.40082645,0.36363637,0.35950413,0.37603307,0.39256197,0.41735536,0.44214877,0.446281,0.45041323,0.45454547,0.46280992,0.5123967,0.56198347,0.6322314,0.6487603,0.6983471,0.6942149,0.6983471,0.70247936,0.7107438,0.6859504,0.6735537,0.6818182,0.6942149,0.6694215,0.6487603,0.62396693,0.61570245,0.6363636,0.6322314,0.6363636,0.61570245,0.57438016,0.5785124,0.5661157,0.5661157,0.5661157,0.53305787,0.5123967,0.47933885,0.39256197,0.33471075,0.3677686,0.37603307,0.36363637,0.3264463,0.29752067,0.30165288,0.32231405,0.35123968,0.19421488,0.10330579,0.19008264,0.27272728,0.37603307,0.49586776,0.4090909,0.34710744,0.49173555,0.48347107,0.47107437,0.46280992,0.45454547,0.44214877,0.41322315,0.38016528,0.35950413,0.36363637,0.37190083,0.38016528,0.40495867,0.4338843,0.43801653,0.42975205,0.43801653,0.44214877,0.49173555,0.59090906,0.61570245,0.6694215,0.6694215,0.6942149,0.6942149,0.70247936,0.677686,0.661157,0.6694215,0.661157,0.6363636,0.59504133,0.5661157,0.5661157,0.58264464,0.57024795,0.59504133,0.59504133,0.5495868,0.5413223,0.54545456,0.56198347,0.5247934,0.4876033,0.47933885,0.42561984,0.32231405,0.3264463,0.36363637,0.34710744,0.3140496,0.2892562,0.2892562,0.3181818,0.34710744,0.32231405,0.13636364,0.14049587,0.24380165,0.3181818,0.42561984,0.49173555,0.39256197,0.37190083,0.46694216,0.49173555,0.4752066,0.46694216,0.45867768,0.43801653,0.41735536,0.39256197,0.37190083,0.3677686,0.3677686,0.37190083,0.38429752,0.4090909,0.41322315,0.4214876,0.41735536,0.41735536,0.4214876,0.5165289,0.57438016,0.62396693,0.6404959,0.6446281,0.6652893,0.677686,0.6694215,0.6528926,0.6528926,0.6404959,0.61157024,0.58264464,0.5413223,0.5247934,0.54545456,0.57024795,0.57024795,0.5661157,0.54545456,0.5247934,0.5165289,0.5247934,0.48347107,0.46694216,0.4214876,0.3429752,0.29752067,0.3264463,0.3264463,0.30165288,0.2892562,0.28512397,0.30578512,0.33471075,0.35950413,0.2644628,0.11983471,0.1983471,0.28512397,0.338843,0.45454547,0.48347107,0.39256197,0.36363637,0.43801653,0.4876033,0.48347107,0.46280992,0.45454547,0.45454547,0.42561984,0.40495867,0.39256197,0.37603307,0.36363637,0.3677686,0.38429752,0.40082645,0.40495867,0.43801653,0.42561984,0.42561984,0.40082645,0.42975205,0.49173555,0.56198347,0.59090906,0.59917355,0.6198347,0.6280992,0.6280992,0.6363636,0.6198347,0.58264464,0.5371901,0.5371901,0.5413223,0.5206612,0.5123967,0.5289256,0.5371901,0.5206612,0.5123967,0.5082645,0.47933885,0.4752066,0.43801653,0.41322315,0.35123968,0.29752067,0.30991736,0.30578512,0.28512397,0.2768595,0.28512397,0.30165288,0.3264463,0.35123968,0.34710744,0.1983471,0.13636364,0.26859504,0.3181818,0.38429752,0.4752066,0.4876033,0.39256197,0.3140496,24 +0.1694215,0.29338843,0.56198347,0.677686,0.72727275,0.75619835,0.76859504,0.78512394,0.79752064,0.8057851,0.8057851,0.8057851,0.8140496,0.8140496,0.8140496,0.8181818,0.8140496,0.8140496,0.80991733,0.8181818,0.80991733,0.8181818,0.8140496,0.8181818,0.822314,0.8016529,0.7933884,0.7892562,0.7892562,0.7892562,0.78512394,0.78512394,0.78512394,0.78512394,0.78099173,0.76859504,0.76033056,0.74793386,0.75206614,0.75206614,0.7355372,0.74380165,0.7355372,0.73140496,0.71487606,0.6942149,0.70247936,0.70247936,0.70247936,0.6983471,0.69008267,0.69008267,0.677686,0.6652893,0.661157,0.6487603,0.6280992,0.59504133,0.56198347,0.5495868,0.5247934,0.5041322,0.45454547,0.446281,0.15289256,0.30991736,0.5413223,0.6652893,0.7231405,0.76033056,0.77272725,0.78099173,0.79752064,0.8057851,0.8016529,0.80991733,0.8140496,0.8140496,0.8140496,0.8140496,0.8181818,0.80991733,0.80991733,0.8140496,0.80991733,0.8140496,0.80991733,0.80991733,0.8140496,0.7933884,0.78099173,0.78099173,0.78512394,0.78512394,0.78099173,0.78099173,0.78099173,0.78099173,0.7768595,0.76859504,0.75206614,0.7355372,0.74380165,0.75619835,0.7355372,0.73140496,0.7231405,0.72727275,0.71487606,0.6983471,0.6983471,0.7107438,0.7107438,0.6983471,0.6859504,0.6859504,0.6859504,0.69008267,0.6735537,0.6487603,0.6280992,0.59090906,0.56198347,0.54545456,0.5206612,0.5,0.46280992,0.44214877,0.1446281,0.27272728,0.5206612,0.6694215,0.7231405,0.75206614,0.76859504,0.77272725,0.7933884,0.80991733,0.80991733,0.80991733,0.8140496,0.80991733,0.80991733,0.80991733,0.8016529,0.8140496,0.8057851,0.79752064,0.8057851,0.80991733,0.8057851,0.8016529,0.79752064,0.7892562,0.7768595,0.76859504,0.77272725,0.7768595,0.76859504,0.7644628,0.7644628,0.76859504,0.7644628,0.76033056,0.7355372,0.7231405,0.73140496,0.7231405,0.7231405,0.71900827,0.71487606,0.71900827,0.71487606,0.70247936,0.6983471,0.7107438,0.7107438,0.6983471,0.6859504,0.6818182,0.677686,0.6818182,0.6694215,0.62396693,0.61157024,0.58677685,0.55785125,0.5371901,0.5206612,0.4876033,0.46280992,0.44214877,0.12809917,0.2603306,0.5206612,0.6694215,0.71900827,0.74793386,0.76859504,0.77272725,0.78512394,0.79752064,0.8140496,0.80991733,0.80991733,0.8057851,0.80991733,0.8057851,0.79752064,0.7933884,0.7892562,0.7892562,0.7933884,0.79752064,0.79752064,0.7892562,0.78099173,0.78099173,0.7644628,0.75619835,0.7644628,0.7644628,0.7644628,0.76033056,0.74793386,0.75206614,0.74380165,0.74380165,0.72727275,0.71900827,0.71900827,0.7231405,0.7107438,0.7066116,0.7107438,0.71487606,0.7066116,0.69008267,0.6942149,0.6983471,0.6983471,0.70247936,0.70247936,0.69008267,0.677686,0.677686,0.6528926,0.61157024,0.58677685,0.58264464,0.553719,0.53305787,0.5082645,0.4752066,0.45041323,0.44214877,0.12809917,0.2231405,0.5123967,0.677686,0.72727275,0.76033056,0.76859504,0.7768595,0.78512394,0.7933884,0.8016529,0.8057851,0.79752064,0.7892562,0.79752064,0.79752064,0.78512394,0.7768595,0.7768595,0.7768595,0.78099173,0.78099173,0.78512394,0.78512394,0.7768595,0.76859504,0.75206614,0.75206614,0.7644628,0.76033056,0.76033056,0.74380165,0.7355372,0.76033056,0.7355372,0.7231405,0.71487606,0.7066116,0.7066116,0.7107438,0.7066116,0.6983471,0.69008267,0.69008267,0.69008267,0.6818182,0.69008267,0.6942149,0.6942149,0.70247936,0.70247936,0.677686,0.6735537,0.6735537,0.6404959,0.60330576,0.5785124,0.5785124,0.553719,0.5289256,0.49586776,0.46280992,0.446281,0.43801653,0.13636364,0.2107438,0.53305787,0.677686,0.7355372,0.76859504,0.7768595,0.76859504,0.7768595,0.76859504,0.76859504,0.76859504,0.76859504,0.76033056,0.76033056,0.7644628,0.76033056,0.76033056,0.7644628,0.76859504,0.76859504,0.76859504,0.76859504,0.76859504,0.76033056,0.75619835,0.74380165,0.7355372,0.74380165,0.75619835,0.7355372,0.72727275,0.71900827,0.72727275,0.71487606,0.6983471,0.69008267,0.69008267,0.69008267,0.6942149,0.6983471,0.70247936,0.6859504,0.6735537,0.6735537,0.677686,0.6859504,0.6942149,0.6818182,0.677686,0.6818182,0.6735537,0.6694215,0.6528926,0.6198347,0.59090906,0.58677685,0.56198347,0.5413223,0.5206612,0.49173555,0.46280992,0.446281,0.43801653,0.13636364,0.17768595,0.56198347,0.6694215,0.73966944,0.7644628,0.7768595,0.74793386,0.73140496,0.7107438,0.6818182,0.69008267,0.6942149,0.6942149,0.6859504,0.6818182,0.6942149,0.71900827,0.73966944,0.75206614,0.74793386,0.75619835,0.75619835,0.76033056,0.74793386,0.73966944,0.73966944,0.71900827,0.72727275,0.73966944,0.71487606,0.7066116,0.6983471,0.6942149,0.69008267,0.677686,0.6735537,0.677686,0.6818182,0.677686,0.677686,0.6859504,0.677686,0.6528926,0.6404959,0.6446281,0.6446281,0.661157,0.6446281,0.6363636,0.6446281,0.6363636,0.6363636,0.6322314,0.61157024,0.58677685,0.57024795,0.55785125,0.5371901,0.5123967,0.4876033,0.46280992,0.446281,0.43801653,0.12809917,0.12396694,0.58677685,0.6570248,0.71900827,0.73140496,0.72727275,0.7107438,0.677686,0.6446281,0.6322314,0.62396693,0.60330576,0.59917355,0.59504133,0.58677685,0.60330576,0.61570245,0.6528926,0.6942149,0.71487606,0.73140496,0.73966944,0.75206614,0.73966944,0.74380165,0.73140496,0.6983471,0.71487606,0.7231405,0.7066116,0.6942149,0.69008267,0.6818182,0.6735537,0.6570248,0.6487603,0.6570248,0.6570248,0.6404959,0.6404959,0.6322314,0.61570245,0.607438,0.58264464,0.5785124,0.57024795,0.57438016,0.59090906,0.6198347,0.62396693,0.59917355,0.59504133,0.59917355,0.60330576,0.59917355,0.5785124,0.55785125,0.5371901,0.5041322,0.48347107,0.45867768,0.44214877,0.4338843,0.1570248,0.13636364,0.56198347,0.6652893,0.6983471,0.6818182,0.677686,0.6694215,0.6404959,0.6198347,0.59917355,0.59090906,0.55785125,0.5247934,0.5165289,0.5123967,0.5206612,0.5247934,0.5413223,0.5785124,0.62396693,0.6652893,0.69008267,0.71487606,0.72727275,0.73140496,0.7231405,0.6983471,0.71900827,0.71900827,0.6942149,0.6694215,0.6570248,0.6528926,0.6404959,0.6363636,0.61570245,0.59504133,0.5785124,0.553719,0.5413223,0.5247934,0.5206612,0.5413223,0.5123967,0.49586776,0.49586776,0.5041322,0.5206612,0.57024795,0.61157024,0.58677685,0.55785125,0.553719,0.5661157,0.58677685,0.57438016,0.5495868,0.53305787,0.5082645,0.47933885,0.45454547,0.446281,0.4338843,0.3181818,0.2768595,0.54545456,0.661157,0.6570248,0.6528926,0.661157,0.6363636,0.59917355,0.5785124,0.5661157,0.53305787,0.49586776,0.46280992,0.46280992,0.46694216,0.45867768,0.46280992,0.47107437,0.46694216,0.49586776,0.5495868,0.607438,0.6528926,0.6859504,0.70247936,0.71487606,0.7107438,0.71487606,0.7107438,0.6818182,0.6528926,0.6322314,0.6322314,0.61570245,0.59917355,0.56198347,0.5371901,0.48347107,0.46280992,0.44214877,0.4214876,0.42561984,0.44214877,0.4338843,0.4090909,0.4338843,0.46694216,0.49173555,0.5165289,0.5495868,0.55785125,0.5371901,0.53305787,0.5289256,0.553719,0.55785125,0.5371901,0.5289256,0.5,0.4876033,0.46280992,0.45041323,0.44214877,0.49586776,0.46694216,0.55785125,0.61157024,0.6198347,0.62396693,0.6198347,0.59504133,0.55785125,0.53305787,0.5165289,0.5082645,0.46280992,0.4214876,0.42975205,0.4338843,0.41322315,0.41322315,0.42561984,0.4338843,0.42975205,0.46694216,0.53305787,0.59504133,0.6528926,0.6983471,0.7066116,0.6983471,0.7107438,0.7107438,0.6859504,0.6487603,0.61570245,0.59917355,0.58264464,0.553719,0.5247934,0.4876033,0.44214877,0.4090909,0.37603307,0.35950413,0.37603307,0.36363637,0.3553719,0.35950413,0.38842976,0.4214876,0.44214877,0.46280992,0.47933885,0.49586776,0.5,0.49586776,0.5,0.5041322,0.5165289,0.5289256,0.49586776,0.49586776,0.49173555,0.46280992,0.45041323,0.446281,0.59504133,0.58264464,0.58264464,0.57024795,0.58264464,0.607438,0.59090906,0.5785124,0.54545456,0.5371901,0.5206612,0.5041322,0.5082645,0.5,0.47107437,0.45454547,0.43801653,0.4338843,0.43801653,0.45041323,0.45041323,0.46280992,0.5082645,0.56198347,0.6198347,0.6818182,0.71487606,0.71487606,0.7231405,0.7231405,0.6942149,0.6404959,0.60330576,0.5661157,0.54545456,0.5123967,0.4752066,0.446281,0.41735536,0.3966942,0.36363637,0.34710744,0.338843,0.3305785,0.3305785,0.35123968,0.38016528,0.3966942,0.40495867,0.42561984,0.446281,0.446281,0.47107437,0.47107437,0.45454547,0.45041323,0.46280992,0.46694216,0.45041323,0.46694216,0.47107437,0.46280992,0.45454547,0.45041323,0.6446281,0.6198347,0.607438,0.59090906,0.5785124,0.58264464,0.60330576,0.61157024,0.57438016,0.56198347,0.553719,0.5495868,0.56198347,0.56198347,0.5289256,0.4876033,0.45041323,0.42975205,0.43801653,0.45867768,0.4752066,0.4876033,0.5123967,0.5495868,0.61157024,0.6818182,0.72727275,0.73966944,0.74793386,0.7231405,0.6983471,0.6322314,0.59917355,0.5495868,0.5165289,0.47933885,0.43801653,0.42561984,0.40495867,0.40082645,0.38842976,0.38016528,0.38429752,0.4090909,0.42561984,0.42561984,0.4338843,0.44214877,0.4338843,0.42561984,0.42561984,0.41735536,0.44214877,0.45454547,0.42975205,0.4090909,0.41322315,0.41735536,0.40495867,0.4090909,0.446281,0.45867768,0.45454547,0.45867768,0.677686,0.62396693,0.607438,0.607438,0.55785125,0.55785125,0.61570245,0.6487603,0.61157024,0.5785124,0.5661157,0.5289256,0.5082645,0.4752066,0.43801653,0.37603307,0.3305785,0.3140496,0.3181818,0.338843,0.37603307,0.4338843,0.48347107,0.5371901,0.61570245,0.7066116,0.75619835,0.76033056,0.76033056,0.73140496,0.69008267,0.6322314,0.59090906,0.5413223,0.5041322,0.46694216,0.42561984,0.41322315,0.40495867,0.40082645,0.38429752,0.35123968,0.3429752,0.37603307,0.42561984,0.45454547,0.46694216,0.47933885,0.47933885,0.46280992,0.45041323,0.42975205,0.4214876,0.44214877,0.42975205,0.40082645,0.3966942,0.38842976,0.3677686,0.3553719,0.38429752,0.43801653,0.46280992,0.46280992,0.70247936,0.6198347,0.61157024,0.6404959,0.57438016,0.59917355,0.6198347,0.6404959,0.59504133,0.5123967,0.42561984,0.3429752,0.30165288,0.24793388,0.25619835,0.23553719,0.21900827,0.2520661,0.29752067,0.34710744,0.3305785,0.3181818,0.3966942,0.4876033,0.607438,0.7355372,0.78512394,0.78099173,0.7644628,0.73140496,0.6859504,0.6322314,0.58264464,0.5247934,0.4752066,0.44214877,0.4090909,0.40495867,0.4090909,0.37603307,0.3305785,0.30165288,0.30991736,0.32231405,0.26859504,0.27272728,0.3305785,0.36363637,0.37603307,0.40082645,0.44214877,0.45041323,0.45454547,0.44214877,0.42975205,0.41735536,0.4090909,0.40082645,0.38016528,0.3553719,0.36363637,0.41322315,0.46280992,0.47107437,0.72727275,0.61157024,0.61570245,0.661157,0.607438,0.59917355,0.61570245,0.58677685,0.5,0.37603307,0.30991736,0.338843,0.37190083,0.3305785,0.26859504,0.23553719,0.2603306,0.30991736,0.35950413,0.43801653,0.40082645,0.30165288,0.3429752,0.43801653,0.5661157,0.74793386,0.8016529,0.7933884,0.7768595,0.7355372,0.6818182,0.6322314,0.57438016,0.5082645,0.45041323,0.41735536,0.40495867,0.41322315,0.40495867,0.34710744,0.30991736,0.32231405,0.4090909,0.42561984,0.29338843,0.338843,0.25619835,0.18595041,0.20661157,0.25619835,0.29338843,0.33471075,0.40082645,0.44214877,0.44214877,0.42561984,0.41735536,0.41735536,0.41322315,0.3966942,0.38842976,0.4090909,0.44214877,0.47933885,0.74793386,0.607438,0.62396693,0.6528926,0.6280992,0.58677685,0.5785124,0.5082645,0.38016528,0.28099173,0.29752067,0.4214876,0.4876033,0.4214876,0.34710744,0.3140496,0.3429752,0.3677686,0.41735536,0.46280992,0.41322315,0.29752067,0.3305785,0.446281,0.55785125,0.73966944,0.80991733,0.80991733,0.78512394,0.75206614,0.6942149,0.6322314,0.57024795,0.49173555,0.42975205,0.40495867,0.41735536,0.45041323,0.40082645,0.3305785,0.34710744,0.38429752,0.5123967,0.5,0.3429752,0.3181818,0.25619835,0.2231405,0.2107438,0.2231405,0.23966943,0.23553719,0.25619835,0.33471075,0.3966942,0.41735536,0.42561984,0.4214876,0.42561984,0.41322315,0.3966942,0.40495867,0.43801653,0.4752066,0.75206614,0.6446281,0.6363636,0.661157,0.6446281,0.59917355,0.553719,0.446281,0.3429752,0.3264463,0.37603307,0.45867768,0.5371901,0.5165289,0.38842976,0.34710744,0.38016528,0.40495867,0.46280992,0.45454547,0.41322315,0.3677686,0.35950413,0.47933885,0.57024795,0.72727275,0.8140496,0.822314,0.8016529,0.76033056,0.70247936,0.6446281,0.57024795,0.47933885,0.41735536,0.40495867,0.42975205,0.47107437,0.42975205,0.29338843,0.38016528,0.4090909,0.5123967,0.5371901,0.4214876,0.34710744,0.3264463,0.29752067,0.2768595,0.2892562,0.30578512,0.2603306,0.19421488,0.21900827,0.2892562,0.35950413,0.4214876,0.42561984,0.4214876,0.41322315,0.3966942,0.41735536,0.45041323,0.47107437,0.74380165,0.6735537,0.6528926,0.677686,0.6735537,0.6322314,0.5413223,0.43801653,0.41322315,0.45867768,0.5082645,0.5289256,0.57024795,0.57024795,0.5413223,0.5041322,0.47933885,0.4876033,0.4876033,0.45041323,0.42561984,0.446281,0.45454547,0.49173555,0.57438016,0.7231405,0.8181818,0.8305785,0.8057851,0.76859504,0.71487606,0.6487603,0.55785125,0.46280992,0.41735536,0.40495867,0.4338843,0.4752066,0.446281,0.38016528,0.37190083,0.40495867,0.46694216,0.5123967,0.4752066,0.38016528,0.3181818,0.3140496,0.3140496,0.34710744,0.3677686,0.3140496,0.2231405,0.18181819,0.24380165,0.27272728,0.37190083,0.40082645,0.4090909,0.41322315,0.41735536,0.42975205,0.46280992,0.47933885,0.74380165,0.70247936,0.6570248,0.677686,0.6859504,0.6859504,0.60330576,0.47933885,0.5,0.55785125,0.62396693,0.6528926,0.6570248,0.6198347,0.5785124,0.56198347,0.5413223,0.5165289,0.4876033,0.43801653,0.41322315,0.4338843,0.45867768,0.49586776,0.59917355,0.74380165,0.8264463,0.8305785,0.8181818,0.7768595,0.73140496,0.661157,0.5495868,0.46280992,0.42975205,0.4214876,0.4214876,0.45041323,0.45454547,0.45041323,0.4214876,0.42975205,0.45041323,0.47933885,0.48347107,0.446281,0.38016528,0.34710744,0.3677686,0.39256197,0.39256197,0.3553719,0.30578512,0.2644628,0.24380165,0.28099173,0.3140496,0.3677686,0.39256197,0.41735536,0.43801653,0.46280992,0.48347107,0.4876033,0.72727275,0.7066116,0.6652893,0.677686,0.70247936,0.7231405,0.6859504,0.62396693,0.6322314,0.6280992,0.6694215,0.6942149,0.6859504,0.6446281,0.61157024,0.5785124,0.54545456,0.5041322,0.45867768,0.42975205,0.43801653,0.46694216,0.5,0.55785125,0.6570248,0.76859504,0.8264463,0.8305785,0.822314,0.78099173,0.7355372,0.6570248,0.54545456,0.4752066,0.45454547,0.446281,0.4214876,0.4214876,0.446281,0.44214877,0.4214876,0.4214876,0.446281,0.47107437,0.48347107,0.47933885,0.45454547,0.42975205,0.44214877,0.43801653,0.41322315,0.4214876,0.40082645,0.37190083,0.34710744,0.3140496,0.3305785,0.3677686,0.39256197,0.42975205,0.46280992,0.47933885,0.49173555,0.5,0.7066116,0.6652893,0.6652893,0.6859504,0.72727275,0.74793386,0.7231405,0.71487606,0.6859504,0.6694215,0.6446281,0.6487603,0.62396693,0.59090906,0.55785125,0.5289256,0.49173555,0.4752066,0.47107437,0.47933885,0.5165289,0.56198347,0.59504133,0.6487603,0.7107438,0.7892562,0.8347107,0.8264463,0.8181818,0.7768595,0.71900827,0.6570248,0.5495868,0.49586776,0.48347107,0.4752066,0.45454547,0.43801653,0.446281,0.45867768,0.446281,0.42561984,0.43801653,0.45041323,0.49586776,0.5206612,0.5041322,0.49173555,0.5082645,0.4876033,0.46694216,0.46694216,0.45454547,0.42975205,0.4214876,0.41322315,0.38016528,0.38842976,0.41735536,0.45454547,0.49173555,0.5082645,0.5041322,0.5082645,0.71900827,0.6528926,0.661157,0.70247936,0.7355372,0.75619835,0.73966944,0.75619835,0.7231405,0.71487606,0.6694215,0.6404959,0.60330576,0.5661157,0.5495868,0.54545456,0.54545456,0.55785125,0.57024795,0.60330576,0.6404959,0.6694215,0.6818182,0.71900827,0.73966944,0.7933884,0.838843,0.8305785,0.8140496,0.76033056,0.70247936,0.62396693,0.54545456,0.5123967,0.5123967,0.5165289,0.5041322,0.49586776,0.5,0.5,0.48347107,0.47933885,0.46694216,0.44214877,0.45454547,0.49173555,0.5,0.5041322,0.5123967,0.5,0.48347107,0.4752066,0.45867768,0.45041323,0.45454547,0.46280992,0.45454547,0.446281,0.46280992,0.48347107,0.5041322,0.5247934,0.5165289,0.5082645,0.73966944,0.6694215,0.661157,0.70247936,0.73140496,0.74793386,0.76033056,0.76859504,0.76859504,0.7644628,0.72727275,0.6983471,0.6818182,0.6652893,0.6694215,0.677686,0.6694215,0.661157,0.6735537,0.7107438,0.74793386,0.73966944,0.73140496,0.74793386,0.75206614,0.8057851,0.8264463,0.8305785,0.8016529,0.75619835,0.6983471,0.6198347,0.54545456,0.5206612,0.5371901,0.5495868,0.54545456,0.5413223,0.5661157,0.58264464,0.54545456,0.5413223,0.5289256,0.5123967,0.47107437,0.46694216,0.46280992,0.45867768,0.45454547,0.45867768,0.45454547,0.45867768,0.46280992,0.46694216,0.47933885,0.49173555,0.49173555,0.5,0.5123967,0.5082645,0.5165289,0.5165289,0.5206612,0.5165289,0.74380165,0.6652893,0.6652893,0.7107438,0.73140496,0.74793386,0.76859504,0.78099173,0.7892562,0.78512394,0.7644628,0.75206614,0.75206614,0.75206614,0.74380165,0.72727275,0.7107438,0.7231405,0.75206614,0.76859504,0.7892562,0.7644628,0.7644628,0.7644628,0.76033056,0.80991733,0.8264463,0.8305785,0.79752064,0.74793386,0.6859504,0.607438,0.553719,0.5371901,0.5413223,0.56198347,0.57024795,0.5661157,0.60330576,0.6570248,0.6446281,0.6198347,0.59917355,0.5785124,0.56198347,0.5413223,0.5289256,0.5123967,0.49586776,0.4752066,0.47107437,0.48347107,0.49586776,0.5082645,0.5206612,0.5247934,0.5289256,0.5206612,0.5413223,0.5413223,0.5289256,0.5247934,0.5165289,0.5206612,0.71487606,0.6446281,0.6735537,0.71487606,0.7355372,0.75206614,0.76859504,0.78512394,0.7933884,0.7933884,0.77272725,0.75619835,0.75206614,0.74793386,0.75206614,0.73966944,0.75619835,0.78099173,0.8016529,0.78512394,0.7892562,0.78512394,0.78099173,0.76859504,0.7768595,0.8140496,0.8305785,0.8305785,0.8016529,0.74380165,0.6818182,0.607438,0.553719,0.55785125,0.56198347,0.5785124,0.58677685,0.5785124,0.61570245,0.6818182,0.6983471,0.6942149,0.6528926,0.6322314,0.6280992,0.62396693,0.61570245,0.62396693,0.61570245,0.59917355,0.58264464,0.5661157,0.553719,0.55785125,0.57024795,0.56198347,0.57024795,0.5371901,0.5371901,0.553719,0.5371901,0.5289256,0.5165289,0.5082645,0.7066116,0.6446281,0.6652893,0.7107438,0.7355372,0.75206614,0.76859504,0.78099173,0.7892562,0.78512394,0.78099173,0.77272725,0.75619835,0.7355372,0.75619835,0.76033056,0.78512394,0.79752064,0.7933884,0.79752064,0.7933884,0.7892562,0.78512394,0.77272725,0.78099173,0.80991733,0.8305785,0.8305785,0.8016529,0.74380165,0.6818182,0.61157024,0.55785125,0.55785125,0.57024795,0.58677685,0.59504133,0.59090906,0.62396693,0.6694215,0.6983471,0.7107438,0.70247936,0.677686,0.6694215,0.6652893,0.6570248,0.6570248,0.6363636,0.607438,0.6280992,0.6280992,0.61570245,0.607438,0.59917355,0.59090906,0.59090906,0.56198347,0.5371901,0.54545456,0.54545456,0.5289256,0.5247934,0.5123967,0.7231405,0.6694215,0.661157,0.71487606,0.74380165,0.75619835,0.77272725,0.78099173,0.78099173,0.7768595,0.7768595,0.77272725,0.7768595,0.76033056,0.77272725,0.7768595,0.7933884,0.8057851,0.79752064,0.8016529,0.8016529,0.7892562,0.78512394,0.7644628,0.76033056,0.8057851,0.8305785,0.8264463,0.7892562,0.7355372,0.677686,0.61157024,0.5661157,0.5495868,0.5661157,0.5661157,0.59504133,0.59917355,0.6280992,0.661157,0.6859504,0.7066116,0.7066116,0.70247936,0.6983471,0.69008267,0.6818182,0.677686,0.661157,0.59917355,0.6363636,0.6528926,0.6487603,0.6487603,0.6198347,0.61570245,0.60330576,0.58264464,0.56198347,0.553719,0.5495868,0.5371901,0.5206612,0.5082645,0.73966944,0.6859504,0.6404959,0.7066116,0.74380165,0.75619835,0.76859504,0.78099173,0.78099173,0.77272725,0.77272725,0.7768595,0.7892562,0.7933884,0.7892562,0.7892562,0.8016529,0.8057851,0.8016529,0.8016529,0.79752064,0.7892562,0.78512394,0.76033056,0.74380165,0.8057851,0.8264463,0.822314,0.78512394,0.7231405,0.6735537,0.61570245,0.5661157,0.56198347,0.5661157,0.57438016,0.59504133,0.60330576,0.6198347,0.661157,0.6859504,0.70247936,0.7231405,0.7231405,0.7231405,0.7107438,0.7066116,0.6983471,0.7066116,0.677686,0.6735537,0.677686,0.6570248,0.6652893,0.6487603,0.6280992,0.61157024,0.59090906,0.57438016,0.55785125,0.54545456,0.53305787,0.5165289,0.5082645,0.74380165,0.6859504,0.6280992,0.70247936,0.74380165,0.75619835,0.75619835,0.77272725,0.78099173,0.7768595,0.7644628,0.78099173,0.7892562,0.79752064,0.79752064,0.79752064,0.7933884,0.8016529,0.8016529,0.7933884,0.7892562,0.7933884,0.78512394,0.77272725,0.7644628,0.80991733,0.8264463,0.822314,0.78099173,0.7231405,0.6694215,0.62396693,0.58264464,0.56198347,0.56198347,0.57438016,0.59090906,0.60330576,0.6198347,0.6570248,0.69008267,0.70247936,0.71487606,0.72727275,0.71487606,0.7066116,0.71900827,0.7066116,0.7107438,0.7107438,0.70247936,0.677686,0.6652893,0.6652893,0.6528926,0.6322314,0.607438,0.58677685,0.5785124,0.55785125,0.5413223,0.5289256,0.5082645,0.5041322,0.74793386,0.6859504,0.62396693,0.6983471,0.73140496,0.74380165,0.73966944,0.75619835,0.77272725,0.7768595,0.7644628,0.78099173,0.7933884,0.79752064,0.8016529,0.79752064,0.7892562,0.7933884,0.79752064,0.78512394,0.7892562,0.79752064,0.7892562,0.7768595,0.78512394,0.80991733,0.8305785,0.80991733,0.77272725,0.71900827,0.6652893,0.6280992,0.58264464,0.553719,0.5495868,0.553719,0.57024795,0.59504133,0.6198347,0.6570248,0.6859504,0.69008267,0.7066116,0.71487606,0.7066116,0.71487606,0.71487606,0.70247936,0.7066116,0.70247936,0.69008267,0.6735537,0.6528926,0.6446281,0.6280992,0.6198347,0.59917355,0.57438016,0.56198347,0.54545456,0.5247934,0.5247934,0.5041322,0.49586776,0.76033056,0.69008267,0.62396693,0.6942149,0.71900827,0.7355372,0.7355372,0.74380165,0.76859504,0.7768595,0.7768595,0.78099173,0.78512394,0.79752064,0.79752064,0.79752064,0.78512394,0.78099173,0.7933884,0.7892562,0.78512394,0.7933884,0.7933884,0.7768595,0.7933884,0.80991733,0.822314,0.79752064,0.75619835,0.71487606,0.6694215,0.6280992,0.58264464,0.5413223,0.5247934,0.5247934,0.5413223,0.57438016,0.60330576,0.6487603,0.6818182,0.6942149,0.7066116,0.70247936,0.70247936,0.71487606,0.7107438,0.6942149,0.70247936,0.6983471,0.6818182,0.6694215,0.6528926,0.6280992,0.607438,0.59504133,0.5785124,0.553719,0.5495868,0.53305787,0.5041322,0.5165289,0.5041322,0.4876033,0.75206614,0.6694215,0.6280992,0.69008267,0.7107438,0.72727275,0.7355372,0.75206614,0.77272725,0.78512394,0.78512394,0.78512394,0.78099173,0.7892562,0.7892562,0.7892562,0.78099173,0.76859504,0.7768595,0.7768595,0.7644628,0.77272725,0.78099173,0.7768595,0.7933884,0.8016529,0.8140496,0.79752064,0.75619835,0.7066116,0.6652893,0.6280992,0.58677685,0.5371901,0.5,0.49586776,0.5082645,0.5289256,0.5661157,0.62396693,0.6652893,0.6818182,0.6983471,0.6983471,0.71487606,0.7107438,0.7107438,0.6983471,0.6942149,0.69008267,0.6818182,0.6652893,0.6446281,0.62396693,0.59504133,0.59504133,0.5661157,0.5082645,0.54545456,0.553719,0.5165289,0.5123967,0.5,0.48347107,0.70247936,0.6322314,0.62396693,0.6859504,0.71487606,0.71900827,0.7355372,0.76033056,0.78512394,0.78512394,0.78099173,0.7892562,0.78099173,0.7768595,0.7768595,0.7768595,0.77272725,0.75619835,0.74793386,0.73140496,0.73966944,0.75206614,0.76859504,0.78099173,0.8016529,0.8057851,0.8057851,0.7892562,0.74793386,0.6983471,0.661157,0.6280992,0.58264464,0.5206612,0.47933885,0.47933885,0.5123967,0.4876033,0.5206612,0.58677685,0.6280992,0.6570248,0.677686,0.69008267,0.6983471,0.6983471,0.6942149,0.70247936,0.6983471,0.677686,0.6694215,0.6570248,0.6446281,0.6280992,0.59917355,0.59917355,0.5785124,0.5165289,0.5289256,0.55785125,0.5247934,0.5165289,0.5,0.47933885,0.59504133,0.5785124,0.61157024,0.6818182,0.7066116,0.71487606,0.7355372,0.7644628,0.7892562,0.78512394,0.77272725,0.78512394,0.77272725,0.7768595,0.76033056,0.76033056,0.74380165,0.72727275,0.6942149,0.6818182,0.71900827,0.74793386,0.7644628,0.7933884,0.8140496,0.8140496,0.8057851,0.7892562,0.74380165,0.70247936,0.6694215,0.6280992,0.5785124,0.5041322,0.46694216,0.47933885,0.5206612,0.4876033,0.48347107,0.5371901,0.58677685,0.6363636,0.6570248,0.6694215,0.69008267,0.69008267,0.6818182,0.69008267,0.6942149,0.677686,0.6694215,0.661157,0.6487603,0.6198347,0.60330576,0.59504133,0.58264464,0.54545456,0.5413223,0.5413223,0.5247934,0.5123967,0.5,0.48347107,0.49173555,0.5165289,0.59504133,0.6818182,0.6983471,0.6942149,0.73140496,0.75619835,0.78512394,0.78512394,0.77272725,0.77272725,0.75619835,0.76859504,0.76033056,0.73140496,0.7107438,0.6818182,0.6446281,0.661157,0.7231405,0.76033056,0.76859504,0.7933884,0.8181818,0.8181818,0.80991733,0.78512394,0.74793386,0.73140496,0.6818182,0.62396693,0.58677685,0.5123967,0.4876033,0.5247934,0.5785124,0.53305787,0.48347107,0.49586776,0.553719,0.607438,0.6363636,0.6570248,0.677686,0.6859504,0.677686,0.6735537,0.6818182,0.6652893,0.6446281,0.6446281,0.62396693,0.60330576,0.59504133,0.58264464,0.57024795,0.5495868,0.53305787,0.5289256,0.5165289,0.5082645,0.4876033,0.47933885,0.46280992,0.4752066,0.5785124,0.6735537,0.6942149,0.6735537,0.71487606,0.75206614,0.77272725,0.78099173,0.77272725,0.76033056,0.73966944,0.75206614,0.73966944,0.71487606,0.677686,0.6404959,0.607438,0.6528926,0.73140496,0.76033056,0.7768595,0.8016529,0.80991733,0.8140496,0.8016529,0.77272725,0.73140496,0.6859504,0.70247936,0.6363636,0.59504133,0.53305787,0.5165289,0.5495868,0.59917355,0.57024795,0.48347107,0.46280992,0.5123967,0.5661157,0.59917355,0.62396693,0.6528926,0.661157,0.6694215,0.6694215,0.661157,0.6446281,0.6280992,0.6198347,0.61157024,0.59090906,0.5785124,0.5661157,0.55785125,0.5371901,0.5206612,0.5165289,0.5123967,0.5,0.48347107,0.4752066,0.46694216,0.45454547,0.5661157,0.6694215,0.6818182,0.6818182,0.71900827,0.7355372,0.76033056,0.77272725,0.76859504,0.74380165,0.71900827,0.7231405,0.71487606,0.6818182,0.6404959,0.607438,0.59504133,0.6570248,0.74380165,0.77272725,0.7933884,0.8181818,0.8057851,0.8016529,0.78512394,0.75206614,0.7066116,0.6983471,0.6818182,0.6363636,0.58677685,0.5371901,0.5206612,0.54545456,0.57438016,0.5495868,0.47107437,0.42975205,0.46694216,0.53305787,0.5661157,0.59090906,0.61570245,0.6404959,0.6446281,0.6404959,0.6322314,0.6322314,0.61157024,0.60330576,0.59090906,0.58677685,0.553719,0.54545456,0.5413223,0.5247934,0.5206612,0.5041322,0.4876033,0.49173555,0.4876033,0.47107437,0.46694216,0.44214877,0.55785125,0.6570248,0.6818182,0.6818182,0.7107438,0.7107438,0.73966944,0.76033056,0.76033056,0.73966944,0.71900827,0.6942149,0.6652893,0.6363636,0.60330576,0.5785124,0.59504133,0.677686,0.75206614,0.76859504,0.80991733,0.8264463,0.7933884,0.77272725,0.76033056,0.7355372,0.6859504,0.6735537,0.661157,0.61157024,0.57438016,0.53305787,0.5041322,0.5165289,0.5413223,0.5247934,0.46694216,0.41322315,0.4338843,0.5041322,0.5289256,0.56198347,0.59090906,0.6198347,0.62396693,0.61570245,0.607438,0.6198347,0.607438,0.59090906,0.5785124,0.5661157,0.5371901,0.5123967,0.5123967,0.5165289,0.5165289,0.49586776,0.47107437,0.47933885,0.4752066,0.46280992,0.48347107,0.42561984,0.5413223,0.6446281,0.677686,0.6859504,0.7066116,0.7066116,0.7231405,0.74380165,0.73966944,0.73140496,0.7107438,0.6694215,0.62396693,0.58677685,0.56198347,0.57024795,0.61570245,0.6859504,0.74380165,0.73966944,0.78512394,0.8181818,0.78099173,0.74793386,0.73140496,0.7066116,0.6694215,0.6446281,0.6198347,0.58677685,0.5495868,0.5165289,0.4876033,0.49173555,0.5082645,0.5041322,0.46280992,0.40082645,0.42561984,0.48347107,0.49586776,0.5165289,0.55785125,0.5785124,0.59504133,0.607438,0.59090906,0.60330576,0.59504133,0.58264464,0.55785125,0.53305787,0.5123967,0.4876033,0.4876033,0.5,0.5,0.48347107,0.47107437,0.46280992,0.47933885,0.47107437,0.48347107,0.43801653,0.5165289,0.6280992,0.6694215,0.6818182,0.6942149,0.6983471,0.7107438,0.72727275,0.71900827,0.70247936,0.677686,0.6404959,0.58264464,0.5495868,0.53305787,0.58264464,0.6528926,0.6859504,0.7066116,0.69008267,0.7355372,0.77272725,0.75619835,0.7231405,0.6942149,0.6694215,0.6404959,0.6198347,0.59090906,0.5413223,0.49586776,0.4752066,0.46694216,0.46694216,0.4752066,0.4752066,0.446281,0.39256197,0.44214877,0.48347107,0.49586776,0.5,0.5165289,0.53305787,0.5495868,0.56198347,0.5661157,0.5785124,0.57438016,0.56198347,0.54545456,0.5247934,0.49586776,0.4752066,0.47107437,0.47107437,0.4752066,0.4752066,0.47107437,0.47107437,0.46280992,0.47107437,0.4752066,0.43801653,0.49586776,0.607438,0.6652893,0.677686,0.6859504,0.70247936,0.71487606,0.7107438,0.6942149,0.677686,0.6446281,0.607438,0.5495868,0.5289256,0.5413223,0.6280992,0.6983471,0.6983471,0.6735537,0.61157024,0.6404959,0.70247936,0.7107438,0.6694215,0.6322314,0.6198347,0.607438,0.5785124,0.53305787,0.4876033,0.43801653,0.41322315,0.41322315,0.41735536,0.42561984,0.41322315,0.3966942,0.40495867,0.45867768,0.49586776,0.5041322,0.5,0.49586776,0.5,0.5206612,0.5413223,0.54545456,0.5495868,0.5495868,0.53305787,0.5289256,0.5165289,0.48347107,0.46280992,0.44214877,0.45041323,0.46694216,0.46694216,0.46694216,0.47107437,0.46280992,0.46280992,0.47933885,0.446281,0.47933885,0.58264464,0.6528926,0.6694215,0.6818182,0.6942149,0.6983471,0.6942149,0.6735537,0.6487603,0.61157024,0.57024795,0.5289256,0.53305787,0.57438016,0.6735537,0.7231405,0.7231405,0.6942149,0.61570245,0.56198347,0.58677685,0.6198347,0.59504133,0.553719,0.54545456,0.5371901,0.5041322,0.46694216,0.41735536,0.35950413,0.3181818,0.32231405,0.3429752,0.35123968,0.35123968,0.3677686,0.4090909,0.45454547,0.4876033,0.5,0.5041322,0.5,0.48347107,0.48347107,0.5123967,0.5165289,0.5247934,0.53305787,0.5123967,0.5082645,0.5,0.47107437,0.45867768,0.41735536,0.44214877,0.4752066,0.45454547,0.46694216,0.46280992,0.46280992,0.45867768,0.46694216,0.45041323,0.46694216,0.56198347,0.6446281,0.6570248,0.6528926,0.6694215,0.6859504,0.6818182,0.6735537,0.607438,0.57438016,0.5371901,0.5247934,0.5413223,0.61570245,0.6859504,0.72727275,0.71900827,0.69008267,0.6198347,0.5495868,0.53305787,0.54545456,0.5289256,0.49586776,0.4876033,0.4752066,0.45041323,0.41735536,0.3677686,0.3181818,0.2892562,0.28099173,0.29752067,0.30991736,0.3429752,0.38016528,0.41322315,0.43801653,0.4752066,0.5,0.5082645,0.5041322,0.48347107,0.45867768,0.46694216,0.48347107,0.49586776,0.5123967,0.5041322,0.49586776,0.4876033,0.46694216,0.47107437,0.45454547,0.45041323,0.46280992,0.45454547,0.46280992,0.46280992,0.45041323,0.45041323,0.46280992,0.46280992,0.45867768,0.5371901,0.6446281,0.6652893,0.6570248,0.6528926,0.6694215,0.6652893,0.6487603,0.58264464,0.5413223,0.53305787,0.553719,0.59090906,0.6446281,0.6818182,0.6942149,0.677686,0.6404959,0.59090906,0.53305787,0.49173555,0.46280992,0.47107437,0.47107437,0.446281,0.446281,0.4214876,0.41322315,0.35950413,0.33471075,0.3140496,0.29752067,0.29752067,0.30578512,0.32231405,0.35950413,0.39256197,0.42561984,0.45454547,0.4876033,0.5123967,0.5041322,0.4876033,0.46280992,0.446281,0.446281,0.46280992,0.4876033,0.49173555,0.48347107,0.4752066,0.45041323,0.45041323,0.45867768,0.45041323,0.45454547,0.45867768,0.45867768,0.45454547,0.45041323,0.44214877,0.46694216,0.45454547,0.44214877,0.5123967,0.6404959,0.6694215,0.6694215,0.6570248,0.661157,0.6528926,0.61570245,0.55785125,0.53305787,0.55785125,0.5785124,0.60330576,0.6280992,0.6322314,0.62396693,0.61157024,0.58677685,0.56198347,0.5413223,0.5289256,0.47107437,0.41735536,0.40495867,0.3966942,0.40495867,0.38842976,0.42561984,0.36363637,0.39256197,0.36363637,0.33471075,0.3264463,0.30991736,0.30165288,0.3264463,0.34710744,0.38016528,0.43801653,0.47933885,0.5,0.49586776,0.46694216,0.446281,0.4338843,0.4090909,0.42561984,0.45454547,0.46694216,0.4752066,0.47107437,0.46280992,0.45454547,0.45867768,0.45041323,0.45041323,0.45867768,0.45454547,0.45454547,0.45454547,0.44214877,0.46694216,0.47107437,0.45041323,0.46694216,0.6322314,0.6570248,0.6735537,0.6735537,0.6694215,0.6528926,0.59090906,0.5206612,0.5371901,0.59090906,0.61157024,0.6198347,0.61157024,0.5785124,0.53305787,0.553719,0.55785125,0.5413223,0.5785124,0.56198347,0.5,0.4214876,0.35950413,0.3677686,0.35123968,0.3264463,0.43801653,0.39256197,0.4214876,0.41322315,0.36363637,0.35123968,0.33471075,0.30165288,0.3140496,0.3305785,0.33471075,0.40082645,0.47107437,0.4876033,0.4876033,0.43801653,0.41735536,0.446281,0.42975205,0.41322315,0.42561984,0.446281,0.46694216,0.47107437,0.47107437,0.47107437,0.46280992,0.45867768,0.46280992,0.45867768,0.45454547,0.45867768,0.45454547,0.44214877,0.46694216,0.4752066,0.446281,0.46694216,0.60330576,0.6487603,0.6652893,0.6735537,0.6694215,0.6487603,0.5661157,0.5082645,0.5495868,0.61570245,0.62396693,0.60330576,0.5785124,0.5661157,0.5041322,0.5413223,0.5371901,0.5413223,0.59090906,0.553719,0.5247934,0.45867768,0.38429752,0.36363637,0.3181818,0.29338843,0.43801653,0.45867768,0.42975205,0.4214876,0.3677686,0.35123968,0.35950413,0.3264463,0.30165288,0.338843,0.32231405,0.3677686,0.44214877,0.4876033,0.46694216,0.42975205,0.3966942,0.43801653,0.43801653,0.41735536,0.40082645,0.4214876,0.45454547,0.47107437,0.47107437,0.47107437,0.47107437,0.46694216,0.46280992,0.46280992,0.45867768,0.45867768,0.446281,0.446281,0.46694216,0.47107437,0.45041323,0.45454547,0.5785124,0.6404959,0.6570248,0.6735537,0.6735537,0.6487603,0.57438016,0.5123967,0.553719,0.62396693,0.60330576,0.5661157,0.55785125,0.57438016,0.5082645,0.5247934,0.5289256,0.54545456,0.58677685,0.5371901,0.5289256,0.5165289,0.46280992,0.38842976,0.30165288,0.30165288,0.4338843,0.48347107,0.42975205,0.42975205,0.38842976,0.3305785,0.36363637,0.35950413,0.29752067,0.3264463,0.3429752,0.39256197,0.4090909,0.446281,0.43801653,0.4214876,0.3677686,0.3966942,0.4090909,0.3966942,0.39256197,0.40495867,0.446281,0.4752066,0.47933885,0.48347107,0.4752066,0.47933885,0.47933885,0.47107437,0.45454547,0.45041323,0.43801653,0.446281,0.45867768,0.46694216,0.45867768,0.45041323,0.54545456,0.62396693,0.6487603,0.6694215,0.6735537,0.6570248,0.60330576,0.5165289,0.5413223,0.59090906,0.56198347,0.5082645,0.5165289,0.56198347,0.5289256,0.49173555,0.53305787,0.54545456,0.5661157,0.5165289,0.5289256,0.5413223,0.5206612,0.4338843,0.30991736,0.30991736,0.44214877,0.5041322,0.446281,0.42975205,0.38016528,0.3305785,0.3429752,0.3677686,0.3305785,0.3181818,0.338843,0.37190083,0.38016528,0.4090909,0.4214876,0.40082645,0.3677686,0.3677686,0.37603307,0.38842976,0.39256197,0.40495867,0.446281,0.48347107,0.49173555,0.47933885,0.49586776,0.4876033,0.4752066,0.47107437,0.45454547,0.44214877,0.43801653,0.43801653,0.45454547,0.46280992,0.46694216,0.446281,0.5082645,0.61570245,0.6404959,0.661157,0.677686,0.6694215,0.6363636,0.5413223,0.5165289,0.5371901,0.5247934,0.46280992,0.48347107,0.53305787,0.5413223,0.5165289,0.5495868,0.53305787,0.5165289,0.48347107,0.5082645,0.54545456,0.5206612,0.44214877,0.32231405,0.30578512,0.45867768,0.5289256,0.45454547,0.41322315,0.37190083,0.3305785,0.34710744,0.3677686,0.37190083,0.338843,0.34710744,0.36363637,0.34710744,0.39256197,0.42975205,0.39256197,0.3677686,0.37603307,0.34710744,0.35123968,0.37190083,0.3966942,0.46280992,0.49586776,0.49586776,0.47107437,0.5041322,0.48347107,0.48347107,0.46694216,0.46280992,0.446281,0.4338843,0.42561984,0.45867768,0.45867768,0.45867768,0.45041323,0.47933885,0.59504133,0.6280992,0.6446281,0.6652893,0.661157,0.6528926,0.57024795,0.4876033,0.49173555,0.4876033,0.446281,0.46280992,0.49586776,0.5206612,0.54545456,0.5247934,0.49173555,0.46694216,0.45041323,0.49586776,0.553719,0.5123967,0.41735536,0.3140496,0.29338843,0.47933885,0.5495868,0.446281,0.38429752,0.3553719,0.3305785,0.35123968,0.38016528,0.38016528,0.35123968,0.34710744,0.36363637,0.33471075,0.3553719,0.42975205,0.3966942,0.34710744,0.3553719,0.3553719,0.338843,0.35123968,0.38842976,0.49586776,0.5123967,0.49586776,0.47107437,0.5,0.4752066,0.46280992,0.45454547,0.45041323,0.446281,0.42561984,0.41735536,0.45867768,0.46280992,0.45867768,0.45041323,0.45041323,0.54545456,0.61157024,0.6322314,0.6570248,0.6652893,0.677686,0.57024795,0.49173555,0.4752066,0.46280992,0.4338843,0.44214877,0.45867768,0.4752066,0.5041322,0.49586776,0.46694216,0.45454547,0.4214876,0.47933885,0.5661157,0.5,0.38429752,0.3140496,0.27272728,0.47107437,0.55785125,0.45454547,0.37190083,0.33471075,0.338843,0.34710744,0.3677686,0.36363637,0.33471075,0.3140496,0.3264463,0.3140496,0.32231405,0.40495867,0.37603307,0.3264463,0.32231405,0.3429752,0.3553719,0.3677686,0.42561984,0.49586776,0.5247934,0.5,0.4876033,0.5,0.4752066,0.45454547,0.45454547,0.44214877,0.42975205,0.4214876,0.41322315,0.45454547,0.45454547,0.45867768,0.46280992,0.43801653,0.5082645,0.60330576,0.6322314,0.6570248,0.6652893,0.6735537,0.59090906,0.4876033,0.45041323,0.43801653,0.42975205,0.42561984,0.4214876,0.4338843,0.45041323,0.47107437,0.4752066,0.46694216,0.40495867,0.47107437,0.5661157,0.45867768,0.338843,0.2644628,0.24793388,0.41735536,0.53305787,0.48347107,0.3677686,0.3181818,0.3429752,0.34710744,0.3429752,0.3429752,0.3140496,0.2892562,0.30578512,0.3140496,0.29752067,0.32231405,0.33471075,0.3181818,0.3264463,0.3305785,0.3677686,0.4090909,0.45867768,0.5041322,0.5165289,0.5082645,0.49173555,0.48347107,0.46280992,0.45041323,0.45041323,0.43801653,0.42561984,0.41322315,0.40495867,0.45041323,0.45041323,0.45867768,0.45454547,0.446281,0.46694216,0.56198347,0.61570245,0.6446281,0.6528926,0.6652893,0.6322314,0.53305787,0.45041323,0.4214876,0.42561984,0.42975205,0.41322315,0.41735536,0.4338843,0.46694216,0.48347107,0.49173555,0.43801653,0.47107437,0.56198347,0.46694216,0.36363637,0.28512397,0.2603306,0.38429752,0.49586776,0.5082645,0.40495867,0.32231405,0.338843,0.35123968,0.3140496,0.3181818,0.32231405,0.3140496,0.3264463,0.33471075,0.33471075,0.3553719,0.3429752,0.36363637,0.34710744,0.3553719,0.3966942,0.43801653,0.47107437,0.5,0.5082645,0.5,0.47107437,0.45041323,0.446281,0.446281,0.4338843,0.42975205,0.42975205,0.40495867,0.39256197,0.45454547,0.45454547,0.45454547,0.45454547,0.45041323,0.45867768,0.5371901,0.57024795,0.607438,0.6322314,0.6487603,0.6363636,0.58677685,0.5165289,0.44214877,0.42561984,0.46280992,0.46694216,0.46280992,0.4876033,0.5,0.5247934,0.5495868,0.5289256,0.5041322,0.5371901,0.47933885,0.40495867,0.3553719,0.338843,0.3677686,0.43801653,0.46694216,0.4090909,0.338843,0.3429752,0.3677686,0.3429752,0.3429752,0.36363637,0.37603307,0.3677686,0.36363637,0.3677686,0.37603307,0.37603307,0.3966942,0.38429752,0.38842976,0.41735536,0.45041323,0.47107437,0.49173555,0.49586776,0.48347107,0.46280992,0.44214877,0.44214877,0.4338843,0.42561984,0.41735536,0.41735536,0.4090909,0.39256197,0.45867768,0.45454547,0.45867768,0.45454547,0.45041323,0.47933885,0.5206612,0.5247934,0.553719,0.60330576,0.6322314,0.6280992,0.59504133,0.5413223,0.4876033,0.47933885,0.5165289,0.5371901,0.5371901,0.55785125,0.5495868,0.55785125,0.5785124,0.5785124,0.5495868,0.53305787,0.5,0.45041323,0.42561984,0.41322315,0.3966942,0.40082645,0.41735536,0.41322315,0.38842976,0.38842976,0.40082645,0.40495867,0.40495867,0.41322315,0.41322315,0.40082645,0.3966942,0.38842976,0.39256197,0.4090909,0.41735536,0.4214876,0.41735536,0.42975205,0.46280992,0.47933885,0.4876033,0.48347107,0.46694216,0.45454547,0.44214877,0.43801653,0.42975205,0.42561984,0.4338843,0.3966942,0.4090909,0.38842976,0.46280992,0.45041323,0.45454547,0.45041323,0.45454547,0.48347107,0.49173555,0.48347107,0.53305787,0.57438016,0.607438,0.607438,0.60330576,0.57438016,0.5082645,0.53305787,0.55785125,0.57438016,0.59504133,0.59504133,0.59090906,0.59504133,0.59504133,0.58264464,0.56198347,0.53305787,0.49586776,0.46280992,0.45041323,0.44214877,0.42975205,0.42561984,0.42975205,0.43801653,0.42561984,0.4214876,0.4214876,0.42561984,0.4338843,0.42561984,0.42561984,0.4214876,0.4214876,0.41735536,0.4214876,0.42975205,0.4338843,0.42975205,0.42975205,0.43801653,0.45867768,0.47933885,0.4752066,0.46280992,0.46280992,0.44214877,0.4338843,0.42561984,0.42975205,0.4338843,0.42561984,0.39256197,0.39256197,0.37603307,0.45454547,0.45454547,0.45041323,0.45041323,0.47933885,0.5041322,0.42561984,0.3677686,0.5289256,0.54545456,0.57438016,0.58677685,0.57438016,0.58264464,0.5082645,0.5371901,0.5785124,0.59090906,0.61570245,0.62396693,0.62396693,0.62396693,0.61570245,0.58677685,0.5495868,0.5165289,0.4876033,0.46694216,0.45041323,0.4338843,0.41735536,0.4090909,0.41735536,0.42975205,0.42975205,0.4214876,0.41322315,0.41322315,0.42975205,0.4338843,0.43801653,0.446281,0.446281,0.446281,0.45041323,0.45867768,0.45867768,0.446281,0.44214877,0.43801653,0.45454547,0.4752066,0.47107437,0.46694216,0.45041323,0.43801653,0.42975205,0.4214876,0.4214876,0.41735536,0.40495867,0.3966942,0.37603307,0.36363637,0.45041323,0.45454547,0.46280992,0.47107437,0.49586776,0.5247934,0.38016528,0.20661157,0.5041322,0.5289256,0.5495868,0.56198347,0.55785125,0.5661157,0.5289256,0.5413223,0.59090906,0.607438,0.6280992,0.6404959,0.6446281,0.6404959,0.6363636,0.61157024,0.5661157,0.5247934,0.49586776,0.48347107,0.45867768,0.43801653,0.4214876,0.40082645,0.40495867,0.42561984,0.4214876,0.4214876,0.41735536,0.43801653,0.44214877,0.45867768,0.46280992,0.47107437,0.47107437,0.46280992,0.46280992,0.46694216,0.45867768,0.45041323,0.45041323,0.44214877,0.446281,0.4752066,0.45867768,0.44214877,0.446281,0.42561984,0.4214876,0.41322315,0.40495867,0.39256197,0.38429752,0.38016528,0.37603307,0.36363637,0.43801653,0.45867768,0.48347107,0.446281,0.41322315,0.5495868,0.38016528,0.10743801,0.42975205,0.5206612,0.53305787,0.5413223,0.54545456,0.5371901,0.5413223,0.56198347,0.60330576,0.6322314,0.6404959,0.6570248,0.6652893,0.6652893,0.6528926,0.62396693,0.58677685,0.553719,0.5165289,0.49586776,0.4752066,0.446281,0.45041323,0.41735536,0.41322315,0.43801653,0.42975205,0.42561984,0.42561984,0.446281,0.45867768,0.46694216,0.47933885,0.4876033,0.4876033,0.47933885,0.4752066,0.47107437,0.46280992,0.45454547,0.45041323,0.44214877,0.43801653,0.46694216,0.446281,0.44214877,0.42561984,0.41322315,0.4090909,0.40082645,0.39256197,0.38016528,0.37190083,0.36363637,0.35950413,0.3553719,0.45041323,0.4876033,0.4876033,0.34710744,0.38016528,0.57024795,0.35950413,0.0785124,0.36363637,0.49586776,0.5123967,0.5165289,0.5247934,0.5289256,0.53305787,0.5785124,0.62396693,0.6404959,0.6528926,0.677686,0.69008267,0.6818182,0.6694215,0.6363636,0.60330576,0.58264464,0.54545456,0.5289256,0.5082645,0.4876033,0.47107437,0.46694216,0.44214877,0.45041323,0.45454547,0.45041323,0.446281,0.45867768,0.4752066,0.48347107,0.49173555,0.5,0.49586776,0.49173555,0.47933885,0.47107437,0.46280992,0.45041323,0.45867768,0.446281,0.4338843,0.446281,0.43801653,0.42561984,0.41322315,0.41322315,0.40082645,0.38842976,0.37603307,0.37190083,0.3677686,0.34710744,0.35123968,0.35950413,0.5041322,0.5289256,0.4214876,0.26859504,0.46694216,0.56198347,0.35950413,0.10743801,0.35123968,0.49173555,0.49586776,0.49586776,0.5123967,0.5165289,0.5247934,0.57438016,0.6198347,0.6322314,0.6570248,0.69008267,0.70247936,0.7107438,0.69008267,0.661157,0.6404959,0.62396693,0.60330576,0.58264464,0.57024795,0.553719,0.5371901,0.5247934,0.49586776,0.48347107,0.47933885,0.4752066,0.4752066,0.48347107,0.4876033,0.5,0.5041322,0.5082645,0.5,0.49173555,0.4876033,0.46694216,0.45867768,0.446281,0.45041323,0.446281,0.43801653,0.43801653,0.42975205,0.41735536,0.4090909,0.40495867,0.39256197,0.37603307,0.3677686,0.36363637,0.36363637,0.3429752,0.35950413,0.3677686,0.553719,0.49586776,0.30578512,0.338843,0.5371901,0.56198347,0.37190083,0.13636364,0.3181818,0.5123967,0.5041322,0.4752066,0.49586776,0.5041322,0.5082645,0.5661157,0.62396693,0.6322314,0.661157,0.6942149,0.6983471,0.70247936,0.71487606,0.69008267,0.6652893,0.6570248,0.6570248,0.6322314,0.61157024,0.59090906,0.57438016,0.55785125,0.54545456,0.53305787,0.5082645,0.5,0.49586776,0.5082645,0.49586776,0.49586776,0.5,0.5041322,0.49586776,0.48347107,0.49173555,0.47933885,0.46280992,0.446281,0.45454547,0.43801653,0.43801653,0.43801653,0.4214876,0.40495867,0.3966942,0.38429752,0.38842976,0.37190083,0.36363637,0.36363637,0.35950413,0.3429752,0.36363637,0.37603307,24 +0.22727273,0.21900827,0.21487603,0.17355372,0.30991736,0.58677685,0.70247936,0.73966944,0.7644628,0.78512394,0.79752064,0.79752064,0.8140496,0.822314,0.8140496,0.8181818,0.8181818,0.8181818,0.822314,0.8264463,0.8264463,0.8264463,0.8264463,0.8305785,0.822314,0.8181818,0.80991733,0.8057851,0.80991733,0.8016529,0.79752064,0.80991733,0.8016529,0.7933884,0.79752064,0.7892562,0.78099173,0.78099173,0.76859504,0.7644628,0.7644628,0.76033056,0.75619835,0.75619835,0.73966944,0.73140496,0.71900827,0.71487606,0.71900827,0.71900827,0.7066116,0.7066116,0.677686,0.69008267,0.70247936,0.6859504,0.6652893,0.6446281,0.61157024,0.59090906,0.57024795,0.5495868,0.5206612,0.49173555,0.1983471,0.1983471,0.1983471,0.15289256,0.30165288,0.59504133,0.71487606,0.7355372,0.77272725,0.78512394,0.79752064,0.7933884,0.80991733,0.8181818,0.80991733,0.8181818,0.8140496,0.8140496,0.822314,0.8181818,0.8181818,0.822314,0.8264463,0.8264463,0.8181818,0.8140496,0.8057851,0.8016529,0.8016529,0.8016529,0.8016529,0.8016529,0.8057851,0.8016529,0.79752064,0.78099173,0.7768595,0.77272725,0.77272725,0.7644628,0.7644628,0.76033056,0.75619835,0.7355372,0.7231405,0.7231405,0.72727275,0.73140496,0.72727275,0.71487606,0.7107438,0.71900827,0.7066116,0.6983471,0.70247936,0.677686,0.6652893,0.6363636,0.61157024,0.58677685,0.57024795,0.54545456,0.5206612,0.49173555,0.18595041,0.18181819,0.17768595,0.14049587,0.2603306,0.58264464,0.71900827,0.74380165,0.76859504,0.7892562,0.79752064,0.8016529,0.80991733,0.80991733,0.80991733,0.8181818,0.80991733,0.8140496,0.8181818,0.822314,0.822314,0.822314,0.8264463,0.8264463,0.8140496,0.8016529,0.79752064,0.79752064,0.79752064,0.79752064,0.79752064,0.79752064,0.79752064,0.79752064,0.7933884,0.77272725,0.76859504,0.77272725,0.7644628,0.76033056,0.75619835,0.76033056,0.75206614,0.7355372,0.7231405,0.71900827,0.73140496,0.7355372,0.72727275,0.7107438,0.7066116,0.7066116,0.7107438,0.7066116,0.6942149,0.6694215,0.6528926,0.6322314,0.59917355,0.5785124,0.553719,0.5371901,0.5082645,0.48347107,0.17355372,0.17355372,0.1694215,0.1322314,0.2107438,0.57024795,0.7231405,0.75206614,0.76859504,0.78512394,0.7933884,0.8057851,0.80991733,0.80991733,0.80991733,0.8181818,0.8140496,0.80991733,0.8181818,0.80991733,0.8181818,0.8181818,0.8181818,0.8140496,0.8057851,0.7933884,0.7933884,0.7933884,0.7933884,0.7892562,0.78512394,0.78512394,0.78512394,0.78099173,0.78099173,0.7644628,0.76033056,0.76033056,0.75206614,0.74793386,0.7355372,0.74380165,0.7355372,0.7355372,0.71900827,0.71487606,0.72727275,0.72727275,0.7231405,0.7231405,0.71900827,0.7107438,0.7066116,0.6983471,0.6735537,0.6528926,0.6322314,0.62396693,0.59090906,0.57438016,0.553719,0.5206612,0.49173555,0.47107437,0.1694215,0.16528925,0.16528925,0.13636364,0.15289256,0.5661157,0.71900827,0.74380165,0.75619835,0.7892562,0.8016529,0.80991733,0.8057851,0.80991733,0.80991733,0.8057851,0.8057851,0.80991733,0.8016529,0.8057851,0.8057851,0.80991733,0.8057851,0.8016529,0.7933884,0.78099173,0.78099173,0.7768595,0.7768595,0.7768595,0.77272725,0.76859504,0.77272725,0.76859504,0.7644628,0.75619835,0.75206614,0.74380165,0.73966944,0.73140496,0.72727275,0.72727275,0.72727275,0.72727275,0.7066116,0.7066116,0.71900827,0.7231405,0.71900827,0.7231405,0.71487606,0.7066116,0.70247936,0.6942149,0.661157,0.6363636,0.6280992,0.6198347,0.59504133,0.57024795,0.54545456,0.5165289,0.4876033,0.47107437,0.17768595,0.17768595,0.18181819,0.14049587,0.10330579,0.59090906,0.72727275,0.74380165,0.75206614,0.78512394,0.8016529,0.8057851,0.8016529,0.8057851,0.8057851,0.8016529,0.7933884,0.7892562,0.78512394,0.7892562,0.7933884,0.79752064,0.79752064,0.7892562,0.78099173,0.76859504,0.76859504,0.77272725,0.76859504,0.7768595,0.7644628,0.76033056,0.76033056,0.75619835,0.74380165,0.7355372,0.73140496,0.73140496,0.72727275,0.72727275,0.73140496,0.71487606,0.7066116,0.6983471,0.6942149,0.7107438,0.71487606,0.71900827,0.71487606,0.7107438,0.70247936,0.7066116,0.6942149,0.677686,0.6446281,0.6280992,0.62396693,0.607438,0.5785124,0.56198347,0.5371901,0.5082645,0.48347107,0.47107437,0.29338843,0.3140496,0.33471075,0.18181819,0.11570248,0.61157024,0.74793386,0.75206614,0.75619835,0.76859504,0.7892562,0.78512394,0.7892562,0.7892562,0.7892562,0.78512394,0.78099173,0.7768595,0.7768595,0.78099173,0.78099173,0.78512394,0.78099173,0.77272725,0.7644628,0.75619835,0.76033056,0.7644628,0.75619835,0.76033056,0.74793386,0.73966944,0.7355372,0.7355372,0.71900827,0.7107438,0.71487606,0.71487606,0.71487606,0.71487606,0.71900827,0.7107438,0.6983471,0.6859504,0.6818182,0.7066116,0.7066116,0.6942149,0.6818182,0.6859504,0.6735537,0.6735537,0.677686,0.661157,0.6404959,0.62396693,0.607438,0.59917355,0.57438016,0.553719,0.5289256,0.5041322,0.4752066,0.46694216,0.47107437,0.49173555,0.5041322,0.26859504,0.16528925,0.58677685,0.74793386,0.74380165,0.7355372,0.71900827,0.71900827,0.73140496,0.7355372,0.74380165,0.7355372,0.74380165,0.75206614,0.76033056,0.76859504,0.76859504,0.76859504,0.77272725,0.76859504,0.76033056,0.75619835,0.75206614,0.73966944,0.74793386,0.74380165,0.7355372,0.7231405,0.71900827,0.7107438,0.7066116,0.6983471,0.6942149,0.7066116,0.70247936,0.6983471,0.7066116,0.70247936,0.6818182,0.661157,0.6404959,0.6322314,0.6322314,0.6322314,0.6446281,0.6446281,0.6363636,0.6280992,0.6280992,0.6280992,0.6363636,0.6363636,0.6322314,0.61157024,0.59504133,0.57438016,0.5495868,0.5247934,0.5041322,0.47933885,0.46694216,0.53305787,0.5371901,0.5371901,0.41322315,0.29338843,0.54545456,0.7066116,0.6983471,0.6818182,0.661157,0.6280992,0.6570248,0.6446281,0.6570248,0.6363636,0.6487603,0.6694215,0.70247936,0.7231405,0.73966944,0.75206614,0.76033056,0.7644628,0.75619835,0.75206614,0.73966944,0.72727275,0.7355372,0.73966944,0.72727275,0.71487606,0.70247936,0.70247936,0.6694215,0.6694215,0.661157,0.6652893,0.6528926,0.6404959,0.6280992,0.59917355,0.58677685,0.58677685,0.56198347,0.5413223,0.54545456,0.553719,0.58264464,0.60330576,0.6198347,0.60330576,0.58264464,0.57024795,0.57438016,0.61157024,0.6198347,0.61157024,0.5785124,0.55785125,0.5413223,0.5247934,0.5041322,0.47933885,0.47107437,0.5289256,0.5289256,0.5247934,0.48347107,0.42561984,0.53305787,0.6446281,0.6487603,0.6280992,0.6322314,0.607438,0.59090906,0.57024795,0.56198347,0.5413223,0.553719,0.55785125,0.5785124,0.6198347,0.6528926,0.677686,0.7107438,0.73140496,0.7355372,0.73966944,0.7355372,0.7231405,0.7355372,0.72727275,0.70247936,0.6735537,0.6652893,0.6487603,0.6528926,0.6280992,0.59917355,0.5785124,0.5495868,0.5123967,0.48347107,0.47107437,0.48347107,0.49173555,0.46694216,0.446281,0.47107437,0.5,0.5247934,0.5495868,0.57024795,0.57024795,0.553719,0.54545456,0.5413223,0.5661157,0.57438016,0.5785124,0.5661157,0.5413223,0.5289256,0.5247934,0.5041322,0.48347107,0.47107437,0.49586776,0.49586776,0.5,0.5041322,0.5123967,0.55785125,0.6198347,0.62396693,0.60330576,0.59504133,0.57438016,0.5413223,0.5123967,0.49586776,0.49586776,0.48347107,0.5,0.4752066,0.49173555,0.5165289,0.5413223,0.60330576,0.6528926,0.69008267,0.71487606,0.71900827,0.71900827,0.72727275,0.71900827,0.6942149,0.6652893,0.6404959,0.6280992,0.61157024,0.58677685,0.5371901,0.5123967,0.47933885,0.4338843,0.39256197,0.3966942,0.3966942,0.38429752,0.37190083,0.37603307,0.40495867,0.43801653,0.47107437,0.49586776,0.5123967,0.5206612,0.5123967,0.5123967,0.5082645,0.5165289,0.5165289,0.5247934,0.5247934,0.5041322,0.5041322,0.5082645,0.49173555,0.47933885,0.47933885,0.5123967,0.5082645,0.5082645,0.5082645,0.5247934,0.55785125,0.58264464,0.58264464,0.5661157,0.5413223,0.5289256,0.5041322,0.46694216,0.446281,0.42975205,0.41322315,0.41322315,0.42561984,0.4338843,0.43801653,0.45041323,0.5123967,0.57438016,0.6446281,0.6983471,0.71487606,0.71487606,0.72727275,0.72727275,0.6983471,0.6570248,0.61570245,0.59504133,0.57438016,0.5413223,0.5041322,0.46694216,0.44214877,0.40082645,0.37190083,0.36363637,0.37190083,0.35950413,0.35950413,0.36363637,0.38016528,0.40082645,0.4214876,0.45041323,0.45867768,0.47107437,0.47933885,0.48347107,0.4752066,0.4752066,0.46280992,0.46280992,0.46280992,0.45041323,0.45867768,0.46694216,0.47933885,0.4752066,0.46694216,0.49586776,0.5,0.5,0.5,0.5,0.5206612,0.57024795,0.5413223,0.5206612,0.5206612,0.5082645,0.5082645,0.5123967,0.5041322,0.5,0.47933885,0.45454547,0.4338843,0.42975205,0.44214877,0.45041323,0.47933885,0.5247934,0.58677685,0.6652893,0.71487606,0.73140496,0.74380165,0.7355372,0.6983471,0.6446281,0.60330576,0.56198347,0.53305787,0.5041322,0.47107437,0.446281,0.4214876,0.41322315,0.40082645,0.40082645,0.38429752,0.3966942,0.42975205,0.45041323,0.47107437,0.47933885,0.46280992,0.45867768,0.45867768,0.45454547,0.45867768,0.46280992,0.45867768,0.4338843,0.42561984,0.42975205,0.41735536,0.40495867,0.40082645,0.41735536,0.44214877,0.47107437,0.48347107,0.5082645,0.5041322,0.5041322,0.5041322,0.49586776,0.5,0.553719,0.57438016,0.57024795,0.553719,0.553719,0.5495868,0.5495868,0.5413223,0.5289256,0.49586776,0.43801653,0.39256197,0.3677686,0.38016528,0.40082645,0.446281,0.49173555,0.5495868,0.661157,0.73140496,0.75619835,0.7644628,0.74380165,0.7066116,0.6528926,0.60330576,0.55785125,0.5206612,0.48347107,0.45041323,0.4338843,0.41735536,0.42561984,0.41735536,0.39256197,0.36363637,0.35950413,0.38842976,0.41735536,0.46694216,0.5082645,0.5082645,0.4876033,0.47933885,0.46280992,0.45867768,0.46694216,0.45454547,0.4338843,0.42561984,0.42561984,0.4090909,0.40082645,0.39256197,0.40082645,0.40495867,0.4338843,0.47107437,0.49586776,0.49586776,0.49586776,0.5,0.49173555,0.5041322,0.5495868,0.59917355,0.60330576,0.5661157,0.5413223,0.47933885,0.42561984,0.37603307,0.3305785,0.29752067,0.27272728,0.2520661,0.24793388,0.2892562,0.3305785,0.338843,0.38429752,0.5041322,0.6570248,0.75619835,0.7768595,0.7768595,0.74793386,0.7066116,0.6652893,0.607438,0.553719,0.5082645,0.46280992,0.42975205,0.4214876,0.41735536,0.41322315,0.3677686,0.3181818,0.30165288,0.338843,0.37190083,0.3140496,0.27272728,0.2768595,0.29752067,0.338843,0.36363637,0.38016528,0.41735536,0.45454547,0.46694216,0.45041323,0.43801653,0.43801653,0.4338843,0.42975205,0.42561984,0.42561984,0.4090909,0.4338843,0.45867768,0.5,0.5,0.5,0.5,0.48347107,0.5371901,0.57024795,0.58264464,0.58264464,0.5082645,0.41322315,0.3140496,0.30991736,0.30991736,0.3264463,0.26859504,0.23966943,0.24380165,0.2768595,0.30991736,0.38842976,0.34710744,0.30165288,0.4090909,0.6322314,0.76859504,0.7933884,0.7892562,0.75619835,0.7066116,0.6570248,0.61157024,0.5371901,0.48347107,0.446281,0.41735536,0.42975205,0.42975205,0.41322315,0.3553719,0.3305785,0.36363637,0.446281,0.46694216,0.36363637,0.3264463,0.2892562,0.21900827,0.2107438,0.21900827,0.23553719,0.26859504,0.3181818,0.38016528,0.4214876,0.42561984,0.44214877,0.446281,0.446281,0.43801653,0.42561984,0.41322315,0.42561984,0.45041323,0.5,0.5,0.49586776,0.49586776,0.47933885,0.55785125,0.58264464,0.56198347,0.5247934,0.4214876,0.29752067,0.23553719,0.39256197,0.446281,0.35123968,0.29338843,0.2644628,0.30165288,0.3305785,0.338843,0.39256197,0.37190083,0.3181818,0.39256197,0.59917355,0.7644628,0.8057851,0.8016529,0.76859504,0.7107438,0.6652893,0.607438,0.5247934,0.46280992,0.42975205,0.4214876,0.446281,0.46280992,0.4338843,0.35950413,0.338843,0.39256197,0.48347107,0.5165289,0.41735536,0.3264463,0.2892562,0.26859504,0.2644628,0.2520661,0.2603306,0.26859504,0.20247933,0.21900827,0.28512397,0.338843,0.40082645,0.42975205,0.43801653,0.43801653,0.42975205,0.42561984,0.446281,0.47107437,0.49586776,0.49586776,0.49173555,0.49173555,0.4752066,0.55785125,0.6198347,0.57024795,0.4876033,0.38429752,0.3264463,0.3305785,0.41735536,0.54545456,0.4214876,0.3429752,0.35950413,0.38016528,0.40495867,0.40495867,0.4090909,0.3966942,0.37603307,0.42975205,0.59504133,0.7644628,0.8181818,0.80991733,0.78512394,0.73966944,0.677686,0.607438,0.5082645,0.446281,0.42975205,0.42975205,0.446281,0.48347107,0.45867768,0.38429752,0.36363637,0.39256197,0.45454547,0.5082645,0.46694216,0.37190083,0.338843,0.3264463,0.30165288,0.29752067,0.3429752,0.32231405,0.24793388,0.2107438,0.21900827,0.26859504,0.3264463,0.37603307,0.40082645,0.4214876,0.42975205,0.44214877,0.4752066,0.49173555,0.4876033,0.4876033,0.48347107,0.48347107,0.4876033,0.5661157,0.6446281,0.61570245,0.5041322,0.4090909,0.41735536,0.46694216,0.49586776,0.5082645,0.55785125,0.45867768,0.446281,0.46280992,0.48347107,0.46280992,0.42975205,0.42561984,0.45041323,0.4752066,0.59917355,0.7768595,0.8264463,0.822314,0.7933884,0.74793386,0.6859504,0.60330576,0.5041322,0.446281,0.43801653,0.43801653,0.4338843,0.46280992,0.4752066,0.446281,0.4214876,0.41735536,0.45041323,0.4752066,0.46694216,0.41735536,0.35123968,0.338843,0.35123968,0.36363637,0.38429752,0.37603307,0.3553719,0.3305785,0.30578512,0.3140496,0.3264463,0.338843,0.37603307,0.4090909,0.43801653,0.46694216,0.49586776,0.5123967,0.4752066,0.4752066,0.4752066,0.47107437,0.4876033,0.5661157,0.6487603,0.661157,0.58677685,0.49586776,0.5041322,0.5661157,0.6198347,0.61570245,0.58264464,0.553719,0.5371901,0.5247934,0.48347107,0.45041323,0.3966942,0.40082645,0.45041323,0.5,0.6322314,0.7892562,0.8305785,0.8305785,0.8057851,0.76033056,0.70247936,0.61157024,0.5165289,0.46694216,0.45867768,0.45454547,0.44214877,0.44214877,0.45454547,0.45867768,0.4338843,0.41735536,0.45041323,0.46280992,0.47107437,0.4752066,0.45867768,0.44214877,0.45041323,0.45041323,0.43801653,0.45041323,0.46694216,0.446281,0.42561984,0.40495867,0.3966942,0.38016528,0.39256197,0.4338843,0.46694216,0.49586776,0.5206612,0.5247934,0.46280992,0.45867768,0.45454547,0.45454547,0.46694216,0.58677685,0.6570248,0.6983471,0.6652893,0.59917355,0.57438016,0.59504133,0.6363636,0.6404959,0.607438,0.57024795,0.53305787,0.5041322,0.45454547,0.42561984,0.4338843,0.46280992,0.5165289,0.57024795,0.6942149,0.80991733,0.8347107,0.8264463,0.8016529,0.75619835,0.6983471,0.61570245,0.53305787,0.5,0.5041322,0.4876033,0.46694216,0.45867768,0.46694216,0.47107437,0.45454547,0.43801653,0.43801653,0.46694216,0.49586776,0.5123967,0.5,0.49586776,0.5123967,0.5165289,0.5082645,0.5082645,0.5,0.47933885,0.47107437,0.47107437,0.46694216,0.46280992,0.45867768,0.4752066,0.49173555,0.5123967,0.5289256,0.53305787,0.446281,0.446281,0.44214877,0.44214877,0.446281,0.59917355,0.677686,0.7107438,0.7066116,0.6735537,0.6404959,0.61157024,0.58677685,0.5661157,0.5495868,0.53305787,0.5206612,0.5165289,0.5165289,0.5247934,0.553719,0.58677685,0.6198347,0.6570248,0.74380165,0.8264463,0.8305785,0.8181818,0.7933884,0.73966944,0.6859504,0.61157024,0.553719,0.5413223,0.553719,0.54545456,0.5165289,0.5247934,0.53305787,0.5289256,0.5123967,0.49586776,0.47933885,0.46694216,0.45454547,0.48347107,0.49586776,0.5041322,0.5,0.4876033,0.48347107,0.4752066,0.4752066,0.47933885,0.49173555,0.49586776,0.5,0.5041322,0.5123967,0.5247934,0.53305787,0.53305787,0.53305787,0.5371901,0.43801653,0.43801653,0.4338843,0.4338843,0.4338843,0.61570245,0.6818182,0.7107438,0.72727275,0.7231405,0.71900827,0.69008267,0.6446281,0.62396693,0.607438,0.607438,0.61570245,0.6198347,0.6198347,0.6487603,0.6859504,0.6983471,0.6983471,0.7231405,0.76859504,0.822314,0.8264463,0.8181818,0.7768595,0.7231405,0.6694215,0.60330576,0.5661157,0.57024795,0.58677685,0.59504133,0.5661157,0.57024795,0.59504133,0.61570245,0.60330576,0.58677685,0.56198347,0.54545456,0.5206612,0.49586776,0.4876033,0.4876033,0.49173555,0.46694216,0.46280992,0.46280992,0.4876033,0.5041322,0.5247934,0.5289256,0.5413223,0.5413223,0.5371901,0.5495868,0.56198347,0.55785125,0.5495868,0.5413223,0.44214877,0.44214877,0.446281,0.446281,0.45041323,0.60330576,0.6818182,0.7231405,0.7355372,0.75619835,0.77272725,0.74793386,0.7355372,0.73140496,0.73140496,0.71487606,0.70247936,0.6983471,0.7107438,0.73966944,0.75619835,0.76033056,0.74380165,0.74793386,0.78512394,0.822314,0.8264463,0.80991733,0.7768595,0.71900827,0.661157,0.607438,0.58264464,0.58677685,0.59917355,0.62396693,0.59917355,0.60330576,0.6280992,0.6735537,0.6859504,0.6694215,0.6404959,0.61570245,0.61157024,0.59917355,0.59090906,0.5785124,0.5785124,0.57438016,0.5661157,0.5661157,0.54545456,0.55785125,0.57024795,0.57024795,0.5785124,0.5785124,0.55785125,0.5495868,0.56198347,0.55785125,0.5495868,0.54545456,0.46280992,0.46694216,0.47107437,0.4752066,0.47933885,0.607438,0.69008267,0.71900827,0.73966944,0.77272725,0.78099173,0.76859504,0.75206614,0.7355372,0.74793386,0.7355372,0.73140496,0.74793386,0.7768595,0.78099173,0.77272725,0.77272725,0.7644628,0.7644628,0.7933884,0.822314,0.8264463,0.8057851,0.7644628,0.7107438,0.6487603,0.607438,0.60330576,0.607438,0.6280992,0.6322314,0.6322314,0.6280992,0.6487603,0.69008267,0.71900827,0.7231405,0.7066116,0.6859504,0.6694215,0.6652893,0.661157,0.661157,0.6404959,0.61157024,0.61570245,0.6404959,0.62396693,0.6198347,0.607438,0.59917355,0.60330576,0.60330576,0.58677685,0.57438016,0.56198347,0.56198347,0.55785125,0.5495868,0.4876033,0.49173555,0.49586776,0.5,0.5041322,0.59917355,0.6983471,0.71900827,0.74380165,0.76859504,0.77272725,0.77272725,0.77272725,0.7355372,0.7355372,0.74793386,0.7644628,0.78099173,0.79752064,0.7892562,0.78512394,0.78099173,0.76859504,0.77272725,0.8016529,0.822314,0.8305785,0.80991733,0.76859504,0.7066116,0.6528926,0.61570245,0.607438,0.61570245,0.6280992,0.6322314,0.6487603,0.6446281,0.6652893,0.6942149,0.71900827,0.73140496,0.72727275,0.72727275,0.71900827,0.71487606,0.7066116,0.6942149,0.6694215,0.6280992,0.6446281,0.6652893,0.6652893,0.661157,0.6404959,0.6363636,0.6363636,0.62396693,0.60330576,0.59504133,0.57438016,0.56198347,0.56198347,0.54545456,0.5247934,0.53305787,0.5371901,0.5371901,0.5371901,0.60330576,0.70247936,0.7231405,0.74380165,0.7644628,0.77272725,0.76859504,0.76859504,0.76033056,0.75619835,0.76859504,0.78099173,0.79752064,0.79752064,0.79752064,0.7892562,0.78099173,0.75619835,0.76033056,0.79752064,0.822314,0.822314,0.8016529,0.75619835,0.6983471,0.6446281,0.6198347,0.607438,0.59917355,0.61157024,0.62396693,0.6487603,0.6528926,0.6652893,0.69008267,0.71487606,0.73140496,0.74380165,0.75619835,0.74793386,0.74380165,0.73966944,0.72727275,0.72727275,0.7107438,0.7066116,0.6983471,0.6859504,0.6818182,0.6694215,0.661157,0.6404959,0.6198347,0.61157024,0.59917355,0.59090906,0.56198347,0.55785125,0.5495868,0.54545456,0.54545456,0.54545456,0.5495868,0.5495868,0.59917355,0.70247936,0.7231405,0.73966944,0.76033056,0.7644628,0.76033056,0.7644628,0.78099173,0.78512394,0.78512394,0.7933884,0.8016529,0.8016529,0.8016529,0.78512394,0.78099173,0.75206614,0.74793386,0.7892562,0.8264463,0.822314,0.7933884,0.74380165,0.6942149,0.6528926,0.62396693,0.607438,0.61570245,0.61570245,0.6322314,0.6404959,0.6446281,0.661157,0.6818182,0.71900827,0.73140496,0.73966944,0.76033056,0.74380165,0.74380165,0.74793386,0.73966944,0.73966944,0.73140496,0.71900827,0.7066116,0.69008267,0.6818182,0.6694215,0.6570248,0.6404959,0.61570245,0.607438,0.58677685,0.57438016,0.54545456,0.553719,0.5371901,0.56198347,0.5661157,0.5661157,0.5661157,0.57024795,0.59090906,0.6983471,0.71900827,0.72727275,0.75206614,0.7644628,0.75619835,0.76859504,0.78512394,0.7892562,0.7933884,0.7892562,0.7933884,0.8016529,0.7933884,0.7768595,0.7768595,0.7644628,0.7644628,0.8016529,0.822314,0.8264463,0.7933884,0.73966944,0.6942149,0.6652893,0.6322314,0.607438,0.59917355,0.607438,0.61570245,0.62396693,0.6322314,0.661157,0.6859504,0.70247936,0.71900827,0.72727275,0.74380165,0.73966944,0.73966944,0.7355372,0.73140496,0.72727275,0.71487606,0.7107438,0.6942149,0.6818182,0.6652893,0.6570248,0.6446281,0.6322314,0.61157024,0.59090906,0.5785124,0.56198347,0.53305787,0.54545456,0.53305787,0.57438016,0.57438016,0.57438016,0.57438016,0.57438016,0.58264464,0.6942149,0.7107438,0.71487606,0.7355372,0.76033056,0.76033056,0.76859504,0.78512394,0.7892562,0.7933884,0.7933884,0.7933884,0.7933884,0.78512394,0.77272725,0.77272725,0.76859504,0.78512394,0.80991733,0.8181818,0.822314,0.7892562,0.7355372,0.6942149,0.6694215,0.6280992,0.59917355,0.58677685,0.5785124,0.58264464,0.59917355,0.61570245,0.6528926,0.6818182,0.7066116,0.71487606,0.7231405,0.72727275,0.7355372,0.74793386,0.7355372,0.71900827,0.7231405,0.71900827,0.70247936,0.69008267,0.677686,0.6570248,0.6446281,0.6322314,0.61570245,0.58677685,0.5661157,0.58264464,0.58264464,0.54545456,0.5413223,0.53305787,0.5785124,0.5785124,0.58264464,0.58677685,0.59090906,0.59090906,0.6942149,0.6942149,0.7066116,0.73140496,0.7644628,0.76859504,0.77272725,0.78099173,0.78512394,0.7892562,0.7892562,0.78512394,0.78099173,0.7768595,0.76033056,0.7644628,0.76859504,0.7892562,0.8140496,0.8181818,0.8140496,0.7768595,0.72727275,0.6818182,0.661157,0.6198347,0.58677685,0.54545456,0.5371901,0.5495868,0.55785125,0.57024795,0.607438,0.6487603,0.6859504,0.70247936,0.71487606,0.7231405,0.7231405,0.73140496,0.73140496,0.7231405,0.71900827,0.7066116,0.6983471,0.6859504,0.677686,0.6570248,0.6528926,0.6363636,0.6198347,0.5785124,0.55785125,0.57438016,0.58264464,0.55785125,0.5413223,0.5247934,0.60330576,0.607438,0.607438,0.61157024,0.61570245,0.6198347,0.6735537,0.6983471,0.7066116,0.75206614,0.7644628,0.77272725,0.7768595,0.76859504,0.77272725,0.78099173,0.7768595,0.76859504,0.76033056,0.74380165,0.73140496,0.75206614,0.7768595,0.7933884,0.80991733,0.8181818,0.8140496,0.7644628,0.71900827,0.6818182,0.661157,0.61570245,0.56198347,0.5206612,0.5082645,0.53305787,0.5371901,0.5289256,0.553719,0.59090906,0.6363636,0.6694215,0.6859504,0.70247936,0.71487606,0.7107438,0.71487606,0.7231405,0.7107438,0.70247936,0.6942149,0.6859504,0.6735537,0.6528926,0.6487603,0.6404959,0.62396693,0.607438,0.5785124,0.57438016,0.5661157,0.553719,0.5413223,0.5247934,0.6280992,0.6280992,0.6280992,0.6280992,0.6280992,0.6280992,0.6694215,0.69008267,0.71900827,0.76033056,0.76859504,0.7644628,0.78099173,0.76033056,0.77272725,0.76033056,0.76859504,0.74793386,0.7231405,0.6983471,0.70247936,0.75206614,0.78099173,0.8016529,0.80991733,0.8181818,0.8016529,0.76033056,0.71900827,0.6818182,0.6528926,0.59504133,0.53305787,0.5041322,0.5082645,0.5413223,0.5495868,0.5247934,0.5165289,0.5495868,0.59917355,0.6404959,0.661157,0.677686,0.6983471,0.7066116,0.70247936,0.7066116,0.70247936,0.6983471,0.69008267,0.6735537,0.6570248,0.6322314,0.6322314,0.6280992,0.607438,0.59917355,0.57438016,0.56198347,0.553719,0.5413223,0.5289256,0.5123967,0.6280992,0.6280992,0.6322314,0.6322314,0.6322314,0.6322314,0.6487603,0.6735537,0.71487606,0.75206614,0.7644628,0.7644628,0.76859504,0.75619835,0.7644628,0.75206614,0.7231405,0.7066116,0.6652893,0.6487603,0.6983471,0.76859504,0.79752064,0.8140496,0.8140496,0.80991733,0.79752064,0.76033056,0.7231405,0.6859504,0.6446281,0.59917355,0.5371901,0.5123967,0.553719,0.60330576,0.607438,0.553719,0.5123967,0.5123967,0.54545456,0.59504133,0.62396693,0.6528926,0.677686,0.69008267,0.6983471,0.6942149,0.6859504,0.6735537,0.661157,0.6487603,0.6363636,0.6280992,0.61570245,0.61157024,0.59090906,0.57024795,0.5661157,0.5495868,0.54545456,0.5206612,0.5206612,0.5082645,0.6322314,0.6322314,0.6280992,0.6280992,0.62396693,0.6198347,0.6363636,0.6652893,0.70247936,0.73966944,0.75619835,0.75619835,0.74793386,0.74380165,0.75206614,0.74380165,0.7066116,0.6694215,0.62396693,0.62396693,0.71487606,0.7768595,0.8057851,0.8140496,0.80991733,0.8016529,0.78099173,0.74793386,0.7107438,0.69008267,0.6570248,0.61157024,0.55785125,0.54545456,0.58264464,0.62396693,0.6198347,0.56198347,0.48347107,0.45454547,0.49586776,0.54545456,0.5785124,0.61157024,0.6446281,0.661157,0.661157,0.6652893,0.6528926,0.6528926,0.6446281,0.6280992,0.6198347,0.61157024,0.58677685,0.57438016,0.56198347,0.553719,0.55785125,0.5495868,0.53305787,0.5,0.5082645,0.49586776,0.61570245,0.61570245,0.61570245,0.61157024,0.61157024,0.61157024,0.62396693,0.661157,0.69008267,0.7231405,0.74793386,0.74793386,0.73140496,0.71900827,0.71487606,0.7066116,0.6735537,0.6322314,0.59504133,0.6404959,0.73966944,0.7892562,0.8140496,0.8057851,0.79752064,0.78512394,0.75206614,0.72727275,0.6942149,0.6735537,0.6404959,0.59917355,0.57024795,0.553719,0.57438016,0.59504133,0.58677685,0.53305787,0.46694216,0.42975205,0.46280992,0.5082645,0.5413223,0.5661157,0.59090906,0.6280992,0.6363636,0.6322314,0.6280992,0.6363636,0.6322314,0.61570245,0.60330576,0.59090906,0.5661157,0.5413223,0.53305787,0.5371901,0.5371901,0.53305787,0.5123967,0.5041322,0.49173555,0.5,0.61157024,0.61157024,0.61157024,0.61570245,0.61570245,0.61570245,0.62396693,0.6570248,0.6735537,0.6983471,0.72727275,0.73966944,0.72727275,0.7066116,0.69008267,0.6570248,0.62396693,0.58677685,0.58677685,0.6652893,0.75206614,0.8016529,0.822314,0.7933884,0.7768595,0.75619835,0.7231405,0.7066116,0.677686,0.6528926,0.62396693,0.58677685,0.5495868,0.53305787,0.5371901,0.5495868,0.54545456,0.5206612,0.46280992,0.40495867,0.44214877,0.4876033,0.5,0.5289256,0.5495868,0.58677685,0.607438,0.61157024,0.607438,0.6198347,0.61157024,0.60330576,0.58264464,0.5661157,0.5413223,0.5206612,0.5082645,0.5123967,0.5082645,0.5041322,0.5082645,0.49586776,0.49173555,0.49173555,0.61157024,0.61157024,0.61157024,0.61157024,0.607438,0.607438,0.61157024,0.6528926,0.661157,0.677686,0.70247936,0.71900827,0.7066116,0.6859504,0.6528926,0.60330576,0.57024795,0.55785125,0.59090906,0.6652893,0.7355372,0.78512394,0.8016529,0.7768595,0.75206614,0.73140496,0.6983471,0.677686,0.6446281,0.6198347,0.58677685,0.5495868,0.5206612,0.5041322,0.5041322,0.5082645,0.5082645,0.49586776,0.446281,0.4090909,0.44214877,0.49586776,0.5082645,0.5123967,0.5082645,0.5413223,0.55785125,0.5661157,0.57438016,0.58264464,0.58677685,0.57024795,0.5661157,0.5495868,0.5247934,0.5,0.4876033,0.47933885,0.48347107,0.47933885,0.48347107,0.48347107,0.48347107,0.4876033,0.59917355,0.59504133,0.59504133,0.59090906,0.58677685,0.58264464,0.58264464,0.6363636,0.6487603,0.6735537,0.6818182,0.6942149,0.677686,0.6528926,0.61157024,0.56198347,0.53305787,0.553719,0.61157024,0.6694215,0.6983471,0.7355372,0.75619835,0.74380165,0.7107438,0.6859504,0.6694215,0.6446281,0.60330576,0.5785124,0.5247934,0.48347107,0.47107437,0.46694216,0.46280992,0.46694216,0.46280992,0.45041323,0.41735536,0.41322315,0.45867768,0.5123967,0.5247934,0.5206612,0.5,0.49173555,0.5165289,0.53305787,0.5495868,0.54545456,0.56198347,0.5413223,0.5371901,0.5289256,0.5165289,0.48347107,0.46280992,0.45454547,0.46694216,0.47933885,0.47933885,0.47933885,0.47933885,0.48347107,0.58264464,0.58264464,0.5785124,0.5785124,0.5785124,0.5785124,0.57438016,0.6198347,0.6363636,0.6652893,0.6694215,0.6652893,0.6446281,0.62396693,0.58264464,0.5371901,0.5206612,0.5785124,0.6528926,0.6983471,0.6859504,0.6735537,0.6859504,0.6735537,0.6528926,0.62396693,0.607438,0.58264464,0.5495868,0.5123967,0.45041323,0.41735536,0.38842976,0.37603307,0.38016528,0.37603307,0.36363637,0.35950413,0.37603307,0.40495867,0.45454547,0.5041322,0.5206612,0.5206612,0.5123967,0.49586776,0.47933885,0.48347107,0.5041322,0.5165289,0.5247934,0.5165289,0.5165289,0.5123967,0.49586776,0.48347107,0.47107437,0.45867768,0.45867768,0.4752066,0.4752066,0.47107437,0.47107437,0.47933885,0.57024795,0.5661157,0.56198347,0.55785125,0.55785125,0.553719,0.5495868,0.59917355,0.6198347,0.6446281,0.6528926,0.6570248,0.6198347,0.5785124,0.5413223,0.5206612,0.5289256,0.59504133,0.6735537,0.71900827,0.7066116,0.6487603,0.61157024,0.58264464,0.56198347,0.54545456,0.5289256,0.49173555,0.47107437,0.4338843,0.3966942,0.35950413,0.32231405,0.30578512,0.30165288,0.3264463,0.338843,0.3553719,0.38429752,0.40495867,0.45041323,0.49173555,0.5123967,0.5289256,0.5289256,0.5041322,0.46694216,0.45867768,0.45041323,0.4752066,0.49173555,0.49586776,0.49586776,0.49173555,0.48347107,0.47107437,0.4752066,0.46694216,0.46694216,0.46280992,0.4752066,0.47107437,0.47107437,0.47107437,0.5413223,0.5413223,0.5371901,0.53305787,0.5289256,0.5289256,0.5289256,0.58264464,0.61157024,0.6280992,0.6363636,0.6280992,0.59504133,0.5413223,0.5123967,0.5247934,0.55785125,0.61157024,0.677686,0.70247936,0.6735537,0.61570245,0.553719,0.5123967,0.49586776,0.48347107,0.4752066,0.45041323,0.4214876,0.40495867,0.37603307,0.3553719,0.338843,0.3140496,0.2892562,0.3181818,0.30165288,0.33471075,0.3677686,0.39256197,0.43801653,0.48347107,0.5123967,0.5247934,0.5206612,0.49586776,0.47107437,0.45041323,0.42975205,0.42975205,0.446281,0.47107437,0.4752066,0.47933885,0.47933885,0.46694216,0.47933885,0.4752066,0.46280992,0.46694216,0.47107437,0.4752066,0.47107437,0.4752066,0.5247934,0.5247934,0.5206612,0.5206612,0.5206612,0.5165289,0.5123967,0.5661157,0.62396693,0.62396693,0.6198347,0.61157024,0.56198347,0.5206612,0.5206612,0.55785125,0.5785124,0.60330576,0.6280992,0.6198347,0.61157024,0.5785124,0.53305787,0.48347107,0.45867768,0.43801653,0.41735536,0.4090909,0.4090909,0.40495867,0.40495867,0.39256197,0.39256197,0.3677686,0.3264463,0.3181818,0.3140496,0.30165288,0.338843,0.3553719,0.40495867,0.45454547,0.5082645,0.5247934,0.5123967,0.4752066,0.446281,0.4338843,0.4338843,0.42975205,0.42561984,0.42975205,0.45454547,0.47107437,0.47933885,0.4752066,0.48347107,0.4752066,0.47933885,0.47107437,0.47107437,0.4752066,0.46694216,0.4752066,0.5041322,0.5,0.49586776,0.49173555,0.4876033,0.48347107,0.48347107,0.5289256,0.6198347,0.6322314,0.6280992,0.60330576,0.53305787,0.49586776,0.5371901,0.58677685,0.59504133,0.58264464,0.55785125,0.55785125,0.5785124,0.5661157,0.56198347,0.5247934,0.45867768,0.4090909,0.38016528,0.37190083,0.35123968,0.38842976,0.42975205,0.43801653,0.43801653,0.41735536,0.3677686,0.35123968,0.338843,0.3181818,0.32231405,0.3429752,0.38429752,0.42975205,0.47107437,0.49586776,0.5041322,0.45454547,0.41735536,0.4090909,0.42561984,0.42561984,0.4090909,0.4090909,0.42561984,0.45041323,0.4752066,0.4752066,0.48347107,0.48347107,0.48347107,0.48347107,0.47107437,0.47107437,0.45867768,0.47107437,0.47933885,0.4752066,0.4752066,0.47107437,0.46694216,0.46280992,0.45867768,0.49173555,0.607438,0.6322314,0.6322314,0.59504133,0.53305787,0.49173555,0.5495868,0.60330576,0.59504133,0.5661157,0.54545456,0.5413223,0.553719,0.5661157,0.5785124,0.5413223,0.47933885,0.42561984,0.38429752,0.3677686,0.3181818,0.37603307,0.46280992,0.47933885,0.45867768,0.4338843,0.38429752,0.37190083,0.3677686,0.35123968,0.3429752,0.3553719,0.3966942,0.41735536,0.42975205,0.45041323,0.47107437,0.43801653,0.40495867,0.38016528,0.3966942,0.38429752,0.39256197,0.3966942,0.40495867,0.4338843,0.47107437,0.49173555,0.49586776,0.49586776,0.49586776,0.49173555,0.48347107,0.47107437,0.46280992,0.45867768,0.45041323,0.446281,0.44214877,0.43801653,0.43801653,0.43801653,0.43801653,0.45454547,0.58264464,0.6280992,0.6528926,0.62396693,0.56198347,0.5,0.53305787,0.57438016,0.56198347,0.553719,0.5413223,0.5247934,0.5247934,0.54545456,0.5661157,0.53305787,0.5041322,0.46694216,0.4338843,0.3677686,0.28512397,0.38429752,0.49173555,0.5,0.46280992,0.4338843,0.39256197,0.36363637,0.38429752,0.38016528,0.36363637,0.36363637,0.38016528,0.3966942,0.42561984,0.41735536,0.41735536,0.41735536,0.3966942,0.37603307,0.3553719,0.35950413,0.38016528,0.38429752,0.39256197,0.43801653,0.4752066,0.49586776,0.49586776,0.5,0.5,0.49173555,0.4876033,0.4752066,0.47107437,0.46280992,0.43801653,0.43801653,0.43801653,0.43801653,0.43801653,0.43801653,0.43801653,0.43801653,0.56198347,0.61570245,0.6363636,0.6363636,0.59917355,0.5165289,0.5041322,0.5247934,0.5165289,0.53305787,0.5495868,0.5289256,0.5247934,0.53305787,0.5371901,0.5289256,0.5289256,0.5123967,0.47107437,0.40495867,0.28512397,0.38842976,0.5041322,0.5,0.45454547,0.4214876,0.37603307,0.37190083,0.38429752,0.3966942,0.38016528,0.3677686,0.37603307,0.37190083,0.38429752,0.40495867,0.41322315,0.38842976,0.38429752,0.37603307,0.36363637,0.32231405,0.34710744,0.3429752,0.38016528,0.446281,0.49173555,0.5041322,0.48347107,0.5,0.5041322,0.4876033,0.4752066,0.46694216,0.46694216,0.45867768,0.43801653,0.43801653,0.43801653,0.43801653,0.4338843,0.4338843,0.42975205,0.42561984,0.5123967,0.59917355,0.6280992,0.62396693,0.62396693,0.5495868,0.47933885,0.4752066,0.46694216,0.49173555,0.53305787,0.5289256,0.5247934,0.5082645,0.48347107,0.49173555,0.5165289,0.5165289,0.47107437,0.38016528,0.30991736,0.39256197,0.5041322,0.5041322,0.43801653,0.40495867,0.3677686,0.37190083,0.39256197,0.40082645,0.38429752,0.35950413,0.38016528,0.37603307,0.36363637,0.38016528,0.40495867,0.39256197,0.36363637,0.35123968,0.37190083,0.3429752,0.3429752,0.34710744,0.38842976,0.46280992,0.5123967,0.5123967,0.49586776,0.5123967,0.5041322,0.48347107,0.46694216,0.46280992,0.45867768,0.45041323,0.42561984,0.4214876,0.4214876,0.4214876,0.42561984,0.42561984,0.42975205,0.42975205,0.4752066,0.55785125,0.60330576,0.6363636,0.6363636,0.5661157,0.46280992,0.45041323,0.43801653,0.46280992,0.49586776,0.5123967,0.5041322,0.4752066,0.446281,0.45867768,0.5082645,0.5206612,0.46694216,0.3677686,0.30165288,0.38842976,0.5,0.5041322,0.41322315,0.3677686,0.33471075,0.36363637,0.38016528,0.39256197,0.37603307,0.35123968,0.3429752,0.3305785,0.3305785,0.35123968,0.37190083,0.37603307,0.35123968,0.338843,0.3553719,0.3553719,0.36363637,0.38016528,0.4214876,0.4876033,0.5206612,0.5206612,0.5,0.5082645,0.4876033,0.47107437,0.46694216,0.45867768,0.45454547,0.44214877,0.42975205,0.4338843,0.43801653,0.44214877,0.446281,0.45041323,0.45454547,0.45867768,0.446281,0.5206612,0.59917355,0.6322314,0.6446281,0.57024795,0.46280992,0.42975205,0.41735536,0.41322315,0.45454547,0.47107437,0.46694216,0.46694216,0.446281,0.4338843,0.4876033,0.5041322,0.43801653,0.3429752,0.2768595,0.35123968,0.48347107,0.5247934,0.4338843,0.34710744,0.3429752,0.37603307,0.36363637,0.36363637,0.34710744,0.3181818,0.3140496,0.3140496,0.32231405,0.33471075,0.3553719,0.35950413,0.35950413,0.35950413,0.35950413,0.3677686,0.39256197,0.4214876,0.45041323,0.5,0.5206612,0.5289256,0.49586776,0.46280992,0.45041323,0.45867768,0.45454547,0.44214877,0.43801653,0.42975205,0.46280992,0.46694216,0.46694216,0.46280992,0.46280992,0.45867768,0.45867768,0.45867768,0.446281,0.47933885,0.56198347,0.607438,0.6322314,0.59917355,0.5041322,0.45867768,0.4214876,0.4214876,0.42561984,0.44214877,0.46280992,0.47107437,0.4752066,0.45867768,0.5,0.5041322,0.43801653,0.37190083,0.3140496,0.338843,0.45454547,0.5247934,0.48347107,0.37190083,0.3429752,0.3677686,0.35950413,0.338843,0.3264463,0.3264463,0.3429752,0.37190083,0.3677686,0.36363637,0.38016528,0.38016528,0.38429752,0.39256197,0.39256197,0.38842976,0.4090909,0.43801653,0.47107437,0.49173555,0.5041322,0.5082645,0.47107437,0.45454547,0.45041323,0.45041323,0.44214877,0.43801653,0.4338843,0.4338843,0.45454547,0.45454547,0.45454547,0.45041323,0.45041323,0.45041323,0.45041323,0.446281,0.446281,0.45041323,0.49173555,0.553719,0.59917355,0.607438,0.57024795,0.5206612,0.45867768,0.45041323,0.46280992,0.48347107,0.5,0.48347107,0.5123967,0.5,0.5289256,0.5206612,0.4752066,0.4214876,0.38016528,0.3677686,0.41322315,0.45041323,0.45041323,0.39256197,0.3677686,0.38016528,0.37603307,0.37603307,0.37603307,0.40082645,0.41735536,0.41735536,0.41322315,0.40082645,0.40495867,0.4090909,0.4214876,0.42561984,0.42975205,0.4214876,0.4214876,0.446281,0.47933885,0.49173555,0.49586776,0.4876033,0.47933885,0.45041323,0.45041323,0.44214877,0.43801653,0.4338843,0.4338843,0.4214876,0.446281,0.446281,0.446281,0.446281,0.446281,0.45041323,0.45041323,0.45041323,0.446281,0.45041323,0.47107437,0.5,0.55785125,0.59090906,0.59090906,0.55785125,0.5041322,0.49586776,0.5082645,0.5371901,0.5495868,0.5371901,0.54545456,0.54545456,0.5495868,0.5495868,0.5123967,0.47107437,0.44214877,0.42561984,0.42975205,0.42561984,0.42561984,0.4214876,0.4090909,0.41322315,0.4090909,0.41735536,0.42975205,0.4338843,0.42561984,0.43801653,0.42561984,0.42561984,0.42975205,0.44214877,0.44214877,0.45041323,0.45454547,0.4338843,0.4338843,0.446281,0.46694216,0.4876033,0.48347107,0.46694216,0.45867768,0.45041323,0.44214877,0.43801653,0.42975205,0.4338843,0.42561984,0.41322315,0.45041323,0.45041323,0.45041323,0.45041323,0.446281,0.446281,0.446281,0.446281,0.45454547,0.4876033,0.44214877,0.44214877,0.5206612,0.553719,0.57024795,0.5661157,0.5289256,0.5041322,0.5289256,0.55785125,0.5785124,0.58677685,0.58677685,0.59090906,0.56198347,0.54545456,0.5247934,0.48347107,0.45867768,0.45041323,0.43801653,0.42561984,0.4338843,0.42975205,0.4338843,0.4338843,0.42561984,0.4214876,0.41735536,0.42975205,0.43801653,0.446281,0.45041323,0.45041323,0.45454547,0.46280992,0.46280992,0.4752066,0.46280992,0.45041323,0.43801653,0.44214877,0.45867768,0.4752066,0.47107437,0.46280992,0.446281,0.43801653,0.4338843,0.42975205,0.4214876,0.4214876,0.4090909,0.39256197,0.45041323,0.45867768,0.46694216,0.4752066,0.48347107,0.49173555,0.49586776,0.5041322,0.5082645,0.4876033,0.30578512,0.4090909,0.5,0.5165289,0.5289256,0.5495868,0.5289256,0.5082645,0.53305787,0.5661157,0.59090906,0.60330576,0.607438,0.61157024,0.59917355,0.553719,0.5123967,0.49586776,0.46280992,0.46280992,0.43801653,0.4090909,0.41735536,0.41322315,0.42561984,0.42561984,0.4214876,0.4214876,0.42561984,0.44214877,0.45041323,0.47107437,0.4752066,0.46694216,0.4752066,0.47107437,0.4752066,0.48347107,0.46280992,0.46280992,0.446281,0.44214877,0.45867768,0.45867768,0.46280992,0.446281,0.4338843,0.42561984,0.42975205,0.41735536,0.4090909,0.40495867,0.39256197,0.38429752,0.5123967,0.5123967,0.5165289,0.5206612,0.5206612,0.5247934,0.5247934,0.5289256,0.5165289,0.3677686,0.23966943,0.5165289,0.4876033,0.4752066,0.5082645,0.5165289,0.5165289,0.5206612,0.5413223,0.58264464,0.59917355,0.61157024,0.61570245,0.61570245,0.61157024,0.5785124,0.5413223,0.5123967,0.4876033,0.47933885,0.45041323,0.43801653,0.42561984,0.42561984,0.42975205,0.43801653,0.42975205,0.42975205,0.43801653,0.45867768,0.46694216,0.48347107,0.49173555,0.48347107,0.48347107,0.49173555,0.48347107,0.4752066,0.47107437,0.46280992,0.45867768,0.446281,0.45454547,0.45041323,0.43801653,0.44214877,0.4214876,0.41735536,0.4214876,0.40495867,0.3966942,0.38842976,0.38016528,0.39256197,0.5165289,0.5041322,0.49586776,0.4876033,0.4752066,0.46694216,0.45454547,0.44214877,0.42561984,0.2520661,0.35950413,0.59917355,0.46280992,0.41322315,0.47107437,0.48347107,0.5082645,0.5247934,0.5495868,0.58264464,0.61157024,0.6404959,0.6487603,0.6363636,0.62396693,0.59504133,0.57024795,0.5371901,0.5206612,0.5123967,0.4876033,0.47933885,0.4752066,0.45867768,0.45041323,0.46694216,0.45867768,0.45041323,0.45867768,0.4752066,0.4876033,0.49586776,0.5041322,0.5,0.5,0.5,0.4876033,0.4752066,0.47107437,0.46280992,0.46280992,0.45041323,0.446281,0.43801653,0.45041323,0.42561984,0.4214876,0.4090909,0.40495867,0.3966942,0.38429752,0.37603307,0.37603307,0.37603307,0.4214876,0.40495867,0.38842976,0.37190083,0.3553719,0.338843,0.32231405,0.30578512,0.2892562,0.24793388,0.42975205,0.60330576,0.48347107,0.2892562,0.43801653,0.4752066,0.49173555,0.5,0.553719,0.5785124,0.61570245,0.6487603,0.661157,0.661157,0.6446281,0.62396693,0.60330576,0.58264464,0.5785124,0.5785124,0.56198347,0.54545456,0.53305787,0.5123967,0.5,0.49586776,0.47933885,0.48347107,0.4876033,0.48347107,0.49173555,0.5041322,0.5123967,0.5041322,0.5041322,0.5,0.4876033,0.48347107,0.47107437,0.46280992,0.45867768,0.45041323,0.44214877,0.446281,0.44214877,0.4214876,0.4090909,0.40495867,0.3966942,0.39256197,0.38016528,0.38429752,0.37190083,0.3677686,0.28512397,0.26859504,0.25619835,0.23966943,0.2231405,0.20661157,0.19421488,0.20247933,0.2107438,0.30165288,0.4752066,0.58264464,0.5289256,0.2603306,0.25619835,0.4338843,0.47933885,0.46694216,0.5371901,0.57024795,0.607438,0.6487603,0.6652893,0.6735537,0.6694215,0.6487603,0.6198347,0.61157024,0.61157024,0.60330576,0.58677685,0.5785124,0.57438016,0.5661157,0.553719,0.5289256,0.5082645,0.5041322,0.5082645,0.5082645,0.49173555,0.5041322,0.5082645,0.5,0.49173555,0.5,0.49586776,0.48347107,0.47107437,0.46280992,0.45454547,0.43801653,0.4338843,0.4338843,0.42561984,0.41322315,0.40495867,0.40082645,0.3966942,0.38842976,0.3677686,0.38842976,0.3677686,0.35950413,0.21487603,0.2231405,0.23140496,0.23966943,0.24793388,0.25619835,0.25619835,0.2520661,0.24793388,0.33471075,0.49586776,0.57438016,0.553719,0.338843,0.1446281,0.35123968,0.45454547,0.45454547,0.48347107,0.54545456,0.58677685,0.6570248,0.6735537,0.6735537,0.6735537,0.6735537,0.6528926,0.6446281,0.6528926,0.6404959,0.61570245,0.607438,0.60330576,0.59504133,0.58677685,0.57024795,0.55785125,0.5371901,0.5206612,0.5082645,0.5165289,0.5041322,0.49173555,0.5041322,0.48347107,0.49173555,0.49586776,0.4752066,0.45454547,0.45454547,0.446281,0.42975205,0.41735536,0.41322315,0.40495867,0.40082645,0.40082645,0.40495867,0.38016528,0.38016528,0.3677686,0.35950413,0.36363637,0.35950413,0.24793388,0.24380165,0.23966943,0.23553719,0.23140496,0.22727273,0.25619835,0.2892562,0.3181818,0.3966942,0.5206612,0.5661157,0.57024795,0.38842976,0.15289256,0.26859504,0.446281,0.45041323,0.43801653,0.4876033,0.55785125,0.6322314,0.6818182,0.6735537,0.6694215,0.6942149,0.70247936,0.6818182,0.6735537,0.6570248,0.6404959,0.60330576,0.59504133,0.59917355,0.59917355,0.59090906,0.56198347,0.5413223,0.5247934,0.5082645,0.5082645,0.5041322,0.49586776,0.5041322,0.4876033,0.47107437,0.46694216,0.46280992,0.42975205,0.4214876,0.41322315,0.40082645,0.40495867,0.40495867,0.4090909,0.40495867,0.39256197,0.38429752,0.37603307,0.38016528,0.36363637,0.3553719,0.3553719,0.3553719,0.3264463,0.35950413,0.39256197,0.4214876,0.45454547,0.47933885,0.48347107,0.49173555,0.49586776,0.5082645,0.5247934,0.5371901,0.58264464,0.45041323,0.21487603,0.21487603,0.41735536,0.47107437,0.43801653,0.4214876,0.4876033,0.5785124,0.6570248,0.6694215,0.6735537,0.69008267,0.6942149,0.6818182,0.677686,0.6528926,0.61157024,0.5785124,0.57438016,0.59504133,0.59504133,0.58264464,0.55785125,0.5289256,0.5123967,0.5082645,0.5,0.49586776,0.5041322,0.49173555,0.47107437,0.45867768,0.45867768,0.446281,0.41735536,0.40082645,0.38429752,0.36363637,0.38842976,0.38429752,0.38842976,0.38842976,0.37603307,0.37190083,0.3677686,0.3677686,0.35950413,0.338843,0.3429752,0.35123968,0.5,0.5082645,0.5123967,0.5206612,0.5247934,0.5247934,0.5247934,0.5206612,0.5165289,0.5123967,0.5247934,0.5206612,0.59090906,0.5082645,0.30165288,0.19421488,0.37190083,0.46694216,0.47107437,0.4214876,0.40495867,0.5,0.60330576,0.6570248,0.6694215,0.6859504,0.6818182,0.6652893,0.6487603,0.62396693,0.5661157,0.53305787,0.5413223,0.5661157,0.56198347,0.55785125,0.5413223,0.5165289,0.49586776,0.49173555,0.49586776,0.4876033,0.48347107,0.4752066,0.45867768,0.44214877,0.45041323,0.4214876,0.40495867,0.38016528,0.37190083,0.3553719,0.3677686,0.37603307,0.37603307,0.36363637,0.36363637,0.36363637,0.37190083,0.35950413,0.34710744,0.34710744,0.3429752,0.3553719,0.5165289,0.5123967,0.5082645,0.5041322,0.5,0.49586776,0.49586776,0.49173555,0.49173555,0.4876033,0.5206612,0.5123967,0.59090906,0.56198347,0.3966942,0.2231405,0.32231405,0.41735536,0.4752066,0.45041323,0.4090909,0.4214876,0.5289256,0.61570245,0.6404959,0.661157,0.661157,0.6528926,0.62396693,0.59090906,0.5289256,0.49173555,0.49173555,0.53305787,0.5371901,0.53305787,0.5123967,0.49173555,0.47107437,0.46694216,0.4752066,0.4752066,0.45867768,0.44214877,0.42975205,0.42975205,0.42561984,0.38842976,0.37603307,0.34710744,0.34710744,0.35123968,0.35950413,0.37603307,0.37190083,0.35950413,0.35950413,0.34710744,0.3553719,0.34710744,0.34710744,0.3553719,0.34710744,0.35123968,24 +0.6735537,0.71487606,0.76033056,0.7644628,0.7644628,0.7892562,0.7933884,0.7933884,0.79752064,0.79752064,0.8016529,0.80991733,0.80991733,0.8057851,0.8140496,0.822314,0.822314,0.822314,0.8140496,0.80991733,0.8016529,0.8057851,0.8016529,0.8057851,0.8057851,0.8057851,0.79752064,0.7892562,0.78099173,0.7644628,0.76033056,0.75206614,0.75619835,0.74793386,0.73966944,0.7355372,0.7355372,0.73140496,0.71900827,0.7231405,0.71900827,0.7231405,0.7107438,0.70247936,0.6942149,0.69008267,0.69008267,0.6859504,0.6735537,0.6570248,0.6404959,0.6280992,0.6322314,0.62396693,0.6198347,0.61157024,0.58264464,0.57024795,0.54545456,0.5206612,0.49173555,0.44214877,0.34710744,0.21487603,0.6735537,0.71487606,0.7644628,0.76859504,0.76033056,0.7892562,0.79752064,0.79752064,0.8016529,0.8057851,0.80991733,0.8140496,0.8140496,0.80991733,0.8140496,0.822314,0.8181818,0.8181818,0.8140496,0.80991733,0.8140496,0.8057851,0.8057851,0.80991733,0.79752064,0.80991733,0.8016529,0.78512394,0.7768595,0.76859504,0.74380165,0.74380165,0.74380165,0.74380165,0.73966944,0.73140496,0.7355372,0.7355372,0.7231405,0.7231405,0.72727275,0.7066116,0.71487606,0.6942149,0.6983471,0.6942149,0.70247936,0.69008267,0.6652893,0.6528926,0.6446281,0.6528926,0.6446281,0.6322314,0.60330576,0.59504133,0.58677685,0.56198347,0.5413223,0.5165289,0.4876033,0.44214877,0.3553719,0.17355372,0.6694215,0.71487606,0.74793386,0.76859504,0.77272725,0.78512394,0.79752064,0.8016529,0.8057851,0.8057851,0.8140496,0.8140496,0.8140496,0.80991733,0.80991733,0.8181818,0.8140496,0.8140496,0.8140496,0.8057851,0.8057851,0.79752064,0.8016529,0.79752064,0.7933884,0.7933884,0.8016529,0.78099173,0.7768595,0.7644628,0.73966944,0.7355372,0.74380165,0.74380165,0.73966944,0.73140496,0.7355372,0.7355372,0.72727275,0.73140496,0.7231405,0.7107438,0.7107438,0.7066116,0.70247936,0.69008267,0.69008267,0.6859504,0.6570248,0.6570248,0.661157,0.6570248,0.6404959,0.6487603,0.6363636,0.607438,0.58677685,0.56198347,0.5371901,0.5123967,0.48347107,0.4338843,0.35123968,0.20247933,0.6818182,0.71900827,0.73966944,0.7644628,0.78512394,0.78512394,0.8016529,0.8016529,0.8057851,0.8057851,0.8057851,0.8140496,0.8140496,0.8140496,0.80991733,0.8140496,0.8140496,0.80991733,0.80991733,0.80991733,0.8057851,0.79752064,0.7933884,0.7933884,0.78512394,0.78512394,0.78512394,0.77272725,0.7644628,0.75206614,0.71900827,0.73140496,0.73966944,0.73966944,0.73140496,0.71900827,0.7231405,0.7231405,0.71900827,0.71900827,0.7066116,0.70247936,0.70247936,0.6942149,0.6818182,0.677686,0.677686,0.677686,0.661157,0.6528926,0.677686,0.6652893,0.6528926,0.6487603,0.6322314,0.62396693,0.59090906,0.56198347,0.53305787,0.5123967,0.48347107,0.43801653,0.338843,0.2107438,0.6859504,0.71487606,0.73966944,0.75619835,0.78099173,0.7892562,0.8016529,0.79752064,0.8057851,0.7933884,0.8057851,0.8140496,0.80991733,0.8140496,0.8140496,0.80991733,0.80991733,0.8016529,0.8057851,0.8016529,0.79752064,0.7933884,0.78512394,0.77272725,0.76859504,0.77272725,0.7644628,0.75619835,0.74793386,0.74380165,0.72727275,0.71487606,0.72727275,0.7231405,0.71487606,0.7066116,0.7066116,0.7066116,0.7107438,0.70247936,0.6942149,0.69008267,0.69008267,0.677686,0.6735537,0.6652893,0.6694215,0.677686,0.6652893,0.6570248,0.677686,0.6487603,0.6694215,0.6694215,0.6280992,0.61570245,0.58264464,0.5495868,0.5289256,0.5082645,0.47933885,0.4338843,0.35950413,0.20661157,0.6942149,0.71487606,0.74380165,0.76859504,0.7768595,0.78099173,0.7892562,0.7933884,0.7933884,0.7892562,0.8016529,0.8057851,0.8140496,0.8140496,0.80991733,0.8057851,0.7933884,0.79752064,0.80991733,0.79752064,0.7768595,0.77272725,0.76859504,0.75206614,0.74793386,0.75206614,0.74380165,0.73966944,0.72727275,0.72727275,0.7066116,0.70247936,0.71900827,0.7107438,0.7066116,0.70247936,0.6942149,0.6983471,0.7066116,0.69008267,0.677686,0.677686,0.677686,0.6694215,0.6694215,0.6570248,0.6487603,0.6570248,0.6446281,0.6528926,0.6652893,0.6570248,0.6818182,0.6570248,0.6280992,0.6198347,0.57438016,0.5413223,0.53305787,0.5123967,0.46280992,0.42975205,0.3677686,0.21900827,0.6983471,0.71900827,0.73966944,0.7644628,0.7768595,0.78099173,0.7933884,0.7892562,0.79752064,0.79752064,0.8016529,0.7933884,0.79752064,0.79752064,0.79752064,0.78099173,0.77272725,0.76859504,0.7892562,0.78099173,0.76033056,0.74793386,0.74793386,0.74380165,0.7355372,0.72727275,0.72727275,0.7231405,0.7107438,0.7107438,0.70247936,0.6859504,0.7066116,0.69008267,0.6983471,0.677686,0.6818182,0.677686,0.6859504,0.677686,0.6528926,0.6570248,0.6570248,0.6528926,0.6570248,0.6528926,0.6404959,0.6404959,0.6404959,0.6528926,0.6528926,0.6487603,0.6404959,0.6363636,0.61570245,0.607438,0.553719,0.53305787,0.5206612,0.49586776,0.46280992,0.42975205,0.37603307,0.22727273,0.6942149,0.71900827,0.73966944,0.75619835,0.78099173,0.7892562,0.79752064,0.79752064,0.8016529,0.8057851,0.7933884,0.76859504,0.74793386,0.74380165,0.73966944,0.71487606,0.71487606,0.69008267,0.7066116,0.7107438,0.71487606,0.7107438,0.7231405,0.72727275,0.71487606,0.70247936,0.70247936,0.6983471,0.6942149,0.69008267,0.6983471,0.6818182,0.6735537,0.6735537,0.677686,0.6446281,0.6570248,0.6487603,0.6570248,0.6322314,0.6280992,0.6446281,0.6404959,0.6322314,0.6322314,0.6322314,0.6322314,0.607438,0.59090906,0.59504133,0.607438,0.5785124,0.58264464,0.59504133,0.57438016,0.57438016,0.553719,0.5371901,0.5165289,0.49173555,0.46280992,0.4214876,0.38842976,0.24380165,0.70247936,0.71487606,0.7355372,0.74793386,0.77272725,0.7892562,0.79752064,0.79752064,0.80991733,0.7892562,0.75619835,0.71487606,0.6652893,0.6487603,0.661157,0.62396693,0.61157024,0.59504133,0.60330576,0.59504133,0.59917355,0.62396693,0.6446281,0.6735537,0.6818182,0.6818182,0.69008267,0.6942149,0.70247936,0.6859504,0.6818182,0.661157,0.6487603,0.6652893,0.6652893,0.6363636,0.6404959,0.6404959,0.6363636,0.61570245,0.60330576,0.61570245,0.59917355,0.5785124,0.5661157,0.5661157,0.56198347,0.5413223,0.5165289,0.47933885,0.48347107,0.49173555,0.5247934,0.56198347,0.55785125,0.5289256,0.5123967,0.53305787,0.5123967,0.49173555,0.45454547,0.42975205,0.3966942,0.2603306,0.7107438,0.7107438,0.7231405,0.73140496,0.76033056,0.78512394,0.7892562,0.7892562,0.7768595,0.74793386,0.7107438,0.6735537,0.61157024,0.5785124,0.58264464,0.57024795,0.5413223,0.5,0.48347107,0.5165289,0.49173555,0.5123967,0.5289256,0.55785125,0.59504133,0.6198347,0.6446281,0.661157,0.6694215,0.6735537,0.6694215,0.6528926,0.6446281,0.661157,0.6487603,0.6280992,0.60330576,0.60330576,0.60330576,0.5785124,0.5785124,0.5371901,0.5082645,0.47107437,0.45041323,0.45454547,0.446281,0.46280992,0.45041323,0.41735536,0.4090909,0.4338843,0.47107437,0.5041322,0.53305787,0.5123967,0.48347107,0.5082645,0.49586776,0.48347107,0.45454547,0.4338843,0.4214876,0.2768595,0.71487606,0.71487606,0.7107438,0.7355372,0.74793386,0.76859504,0.78099173,0.76033056,0.72727275,0.6983471,0.661157,0.62396693,0.5785124,0.53305787,0.5123967,0.49586776,0.47107437,0.446281,0.42975205,0.45867768,0.4338843,0.4338843,0.44214877,0.45867768,0.46280992,0.5,0.56198347,0.61157024,0.6322314,0.6487603,0.6528926,0.6446281,0.6487603,0.661157,0.6446281,0.6198347,0.59504133,0.58264464,0.5661157,0.54545456,0.5206612,0.48347107,0.4338843,0.39256197,0.3677686,0.3553719,0.35123968,0.36363637,0.36363637,0.3553719,0.38016528,0.4090909,0.42975205,0.446281,0.46280992,0.46694216,0.45454547,0.45041323,0.49173555,0.45454547,0.45867768,0.44214877,0.44214877,0.30165288,0.7107438,0.7107438,0.7066116,0.7355372,0.74793386,0.7355372,0.73140496,0.71900827,0.677686,0.6446281,0.61157024,0.5495868,0.5247934,0.5082645,0.47933885,0.45041323,0.41322315,0.37603307,0.39256197,0.40082645,0.3966942,0.39256197,0.39256197,0.41735536,0.4214876,0.41322315,0.48347107,0.5661157,0.59090906,0.6280992,0.6570248,0.6487603,0.6487603,0.661157,0.6487603,0.61157024,0.58264464,0.553719,0.53305787,0.5041322,0.47107437,0.4338843,0.38016528,0.3553719,0.3181818,0.30165288,0.30165288,0.30578512,0.3140496,0.338843,0.36363637,0.37603307,0.38429752,0.40082645,0.4090909,0.41322315,0.41735536,0.39256197,0.38842976,0.38429752,0.4214876,0.45041323,0.446281,0.30991736,0.70247936,0.7107438,0.71487606,0.7231405,0.7107438,0.661157,0.6818182,0.677686,0.6322314,0.59917355,0.57024795,0.53305787,0.5165289,0.49586776,0.45867768,0.45041323,0.45454547,0.42975205,0.4214876,0.40495867,0.40495867,0.4214876,0.4214876,0.4338843,0.45041323,0.43801653,0.47933885,0.5371901,0.57024795,0.6198347,0.661157,0.6694215,0.6694215,0.6694215,0.6487603,0.61570245,0.57024795,0.5247934,0.49586776,0.45867768,0.41322315,0.38429752,0.37190083,0.35950413,0.3429752,0.35123968,0.36363637,0.39256197,0.40082645,0.4090909,0.41322315,0.4090909,0.40082645,0.39256197,0.38842976,0.39256197,0.40495867,0.37190083,0.34710744,0.33471075,0.35123968,0.43801653,0.45454547,0.32231405,0.6983471,0.7107438,0.70247936,0.6983471,0.60330576,0.6404959,0.6446281,0.6404959,0.6280992,0.61157024,0.59090906,0.553719,0.53305787,0.5247934,0.5247934,0.5206612,0.5165289,0.49586776,0.48347107,0.446281,0.41735536,0.42975205,0.44214877,0.45867768,0.46694216,0.46694216,0.49586776,0.5371901,0.57438016,0.62396693,0.677686,0.6942149,0.6983471,0.6859504,0.6528926,0.60330576,0.5495868,0.5082645,0.45867768,0.41735536,0.38016528,0.37190083,0.36363637,0.34710744,0.32231405,0.35123968,0.38016528,0.41322315,0.446281,0.446281,0.45041323,0.45867768,0.44214877,0.42561984,0.40495867,0.40495867,0.38016528,0.37603307,0.3553719,0.3305785,0.3140496,0.4090909,0.45867768,0.36363637,0.7066116,0.7107438,0.7107438,0.6694215,0.61570245,0.62396693,0.61157024,0.61157024,0.6363636,0.661157,0.6322314,0.58677685,0.57438016,0.55785125,0.53305787,0.49173555,0.45041323,0.4090909,0.36363637,0.35123968,0.3429752,0.3305785,0.338843,0.38429752,0.4338843,0.46280992,0.48347107,0.5289256,0.59917355,0.661157,0.7066116,0.71487606,0.71900827,0.69008267,0.6446281,0.59090906,0.53305787,0.47933885,0.42561984,0.38429752,0.3677686,0.34710744,0.3140496,0.28099173,0.2768595,0.20661157,0.21487603,0.23140496,0.27272728,0.2892562,0.30165288,0.34710744,0.38842976,0.41322315,0.41322315,0.41735536,0.39256197,0.38016528,0.38429752,0.36363637,0.338843,0.40495867,0.45867768,0.41322315,0.7107438,0.71487606,0.7107438,0.661157,0.61157024,0.62396693,0.61570245,0.62396693,0.6528926,0.6652893,0.6198347,0.54545456,0.48347107,0.40495867,0.32231405,0.28512397,0.2231405,0.23553719,0.24793388,0.2892562,0.37603307,0.3429752,0.3140496,0.29752067,0.34710744,0.44214877,0.45867768,0.49586776,0.60330576,0.7107438,0.74380165,0.73966944,0.7355372,0.7066116,0.6528926,0.58264464,0.5289256,0.45454547,0.39256197,0.37190083,0.36363637,0.3181818,0.2892562,0.3429752,0.37190083,0.23966943,0.338843,0.23140496,0.20661157,0.1983471,0.1694215,0.22727273,0.2107438,0.26859504,0.32231405,0.40495867,0.40495867,0.38842976,0.38842976,0.38842976,0.38429752,0.40495867,0.45454547,0.446281,0.71487606,0.7231405,0.71900827,0.69008267,0.6363636,0.6363636,0.6446281,0.6404959,0.62396693,0.58264464,0.4876033,0.34710744,0.30165288,0.28099173,0.23966943,0.24380165,0.21487603,0.24793388,0.29752067,0.3429752,0.47933885,0.45041323,0.35950413,0.30991736,0.35123968,0.42561984,0.46694216,0.46694216,0.59090906,0.7355372,0.7768595,0.76859504,0.75619835,0.71487606,0.6570248,0.59090906,0.5206612,0.42975205,0.3677686,0.39256197,0.3553719,0.29338843,0.30578512,0.42975205,0.45867768,0.3140496,0.30991736,0.2520661,0.23553719,0.23966943,0.21487603,0.30165288,0.2231405,0.1570248,0.21900827,0.24793388,0.39256197,0.39256197,0.39256197,0.38842976,0.39256197,0.4214876,0.46280992,0.46694216,0.71900827,0.7231405,0.6983471,0.6859504,0.6487603,0.6363636,0.6363636,0.60330576,0.5206612,0.4090909,0.29752067,0.24793388,0.40082645,0.49586776,0.36363637,0.30578512,0.32231405,0.32231405,0.34710744,0.4338843,0.5041322,0.45041323,0.36363637,0.29338843,0.35950413,0.46280992,0.49173555,0.46694216,0.58677685,0.75206614,0.79752064,0.8057851,0.78099173,0.74793386,0.6570248,0.60330576,0.5165289,0.41322315,0.35950413,0.41322315,0.37190083,0.28512397,0.33471075,0.41735536,0.5082645,0.3966942,0.33471075,0.3264463,0.28099173,0.26859504,0.29752067,0.38016528,0.30165288,0.16115703,0.16528925,0.20661157,0.2892562,0.38016528,0.38016528,0.38842976,0.41322315,0.45454547,0.47107437,0.47933885,0.7231405,0.72727275,0.70247936,0.677686,0.6570248,0.6280992,0.59090906,0.5165289,0.4090909,0.33471075,0.3429752,0.34710744,0.46280992,0.5785124,0.5082645,0.38429752,0.35123968,0.36363637,0.39256197,0.4752066,0.4752066,0.4338843,0.3966942,0.4090909,0.42561984,0.47933885,0.49586776,0.4876033,0.607438,0.76859504,0.8140496,0.822314,0.8057851,0.75619835,0.6942149,0.61157024,0.4876033,0.42561984,0.37603307,0.41735536,0.4214876,0.37603307,0.37603307,0.39256197,0.44214877,0.45454547,0.37190083,0.3140496,0.3140496,0.33471075,0.38842976,0.38842976,0.3305785,0.2768595,0.21487603,0.23553719,0.24793388,0.338843,0.36363637,0.40495867,0.446281,0.4752066,0.4752066,0.47933885,0.7231405,0.73966944,0.7231405,0.6983471,0.6735537,0.6322314,0.5495868,0.45041323,0.42561984,0.46280992,0.5371901,0.57024795,0.553719,0.54545456,0.553719,0.5206612,0.45867768,0.45041323,0.4752066,0.47933885,0.47933885,0.4338843,0.41322315,0.4214876,0.46280992,0.46694216,0.48347107,0.53305787,0.661157,0.7892562,0.8305785,0.8264463,0.8140496,0.7768595,0.7231405,0.6446281,0.5,0.43801653,0.41322315,0.41735536,0.4338843,0.41735536,0.38842976,0.40495867,0.42975205,0.45041323,0.446281,0.41735536,0.39256197,0.40082645,0.41735536,0.39256197,0.36363637,0.3677686,0.338843,0.29752067,0.2892562,0.338843,0.38429752,0.43801653,0.46694216,0.47933885,0.47107437,0.4752066,0.73966944,0.74793386,0.74380165,0.7355372,0.72727275,0.6735537,0.5785124,0.5289256,0.57024795,0.62396693,0.6735537,0.71487606,0.6859504,0.6528926,0.61570245,0.57024795,0.54545456,0.5247934,0.5041322,0.4876033,0.446281,0.39256197,0.38842976,0.41735536,0.45041323,0.4752066,0.5206612,0.61570245,0.71900827,0.79752064,0.8305785,0.8305785,0.8181818,0.78512394,0.72727275,0.6570248,0.5123967,0.45041323,0.44214877,0.43801653,0.4338843,0.43801653,0.38842976,0.38016528,0.39256197,0.42975205,0.45041323,0.45867768,0.45041323,0.446281,0.47107437,0.45454547,0.44214877,0.44214877,0.41735536,0.3966942,0.3677686,0.37190083,0.42561984,0.47107437,0.49586776,0.49173555,0.4752066,0.46280992,0.7355372,0.73140496,0.71900827,0.73966944,0.7644628,0.7355372,0.6818182,0.6859504,0.6983471,0.6942149,0.7066116,0.7107438,0.6983471,0.6694215,0.6280992,0.58264464,0.54545456,0.5206612,0.48347107,0.46280992,0.42975205,0.42561984,0.446281,0.4752066,0.5,0.54545456,0.61570245,0.6942149,0.74793386,0.8016529,0.8264463,0.8305785,0.8140496,0.77272725,0.71900827,0.6446281,0.5247934,0.46280992,0.45867768,0.45454547,0.46694216,0.46694216,0.44214877,0.41735536,0.3966942,0.40082645,0.41322315,0.45041323,0.46694216,0.46280992,0.4752066,0.46280992,0.45041323,0.43801653,0.44214877,0.44214877,0.45041323,0.45454547,0.47107437,0.4876033,0.5041322,0.49173555,0.48347107,0.4338843,0.74793386,0.72727275,0.75206614,0.7644628,0.78512394,0.76859504,0.75206614,0.76859504,0.74793386,0.73140496,0.6983471,0.6652893,0.6363636,0.58264464,0.54545456,0.5247934,0.5082645,0.5,0.4876033,0.49586776,0.49586776,0.5123967,0.5413223,0.58264464,0.607438,0.6487603,0.7066116,0.74793386,0.76859504,0.8057851,0.8264463,0.8264463,0.8181818,0.77272725,0.7107438,0.6404959,0.5247934,0.4752066,0.47107437,0.46694216,0.48347107,0.5206612,0.49586776,0.49173555,0.46694216,0.44214877,0.40495867,0.4214876,0.43801653,0.43801653,0.42561984,0.41322315,0.41735536,0.4338843,0.45867768,0.48347107,0.49173555,0.5,0.5082645,0.5123967,0.5,0.49586776,0.47933885,0.446281,0.73140496,0.75206614,0.75619835,0.76859504,0.78512394,0.78099173,0.7768595,0.7892562,0.78099173,0.76859504,0.75206614,0.70247936,0.6528926,0.6198347,0.59090906,0.58677685,0.58677685,0.58264464,0.57438016,0.58264464,0.59917355,0.6487603,0.6859504,0.71487606,0.71487606,0.73140496,0.7644628,0.7768595,0.78099173,0.8140496,0.8305785,0.8264463,0.8140496,0.7644628,0.7107438,0.6446281,0.53305787,0.48347107,0.4876033,0.4876033,0.4876033,0.53305787,0.5785124,0.57024795,0.5371901,0.5082645,0.5041322,0.49173555,0.4876033,0.5,0.4876033,0.4876033,0.47107437,0.47933885,0.5082645,0.5289256,0.5247934,0.5123967,0.5165289,0.5206612,0.5123967,0.4876033,0.47107437,0.45454547,0.73140496,0.74380165,0.75619835,0.7644628,0.78099173,0.78512394,0.7892562,0.79752064,0.8016529,0.79752064,0.7892562,0.75619835,0.72727275,0.72727275,0.7231405,0.7107438,0.6818182,0.661157,0.6694215,0.6942149,0.7231405,0.74793386,0.76859504,0.78512394,0.78099173,0.78099173,0.7933884,0.79752064,0.7933884,0.822314,0.8347107,0.8264463,0.8016529,0.75619835,0.71487606,0.6446281,0.5413223,0.49173555,0.5041322,0.5165289,0.5206612,0.5413223,0.60330576,0.61570245,0.60330576,0.5785124,0.5661157,0.5661157,0.5495868,0.5785124,0.5289256,0.54545456,0.56198347,0.55785125,0.553719,0.5495868,0.5413223,0.5371901,0.5247934,0.5247934,0.5123967,0.49586776,0.4752066,0.45041323,0.7355372,0.74380165,0.75619835,0.7644628,0.7768595,0.78512394,0.7892562,0.8016529,0.8016529,0.8057851,0.7892562,0.77272725,0.74380165,0.75206614,0.74380165,0.73966944,0.72727275,0.71900827,0.74793386,0.78099173,0.7892562,0.7933884,0.79752064,0.8057851,0.8057851,0.8016529,0.79752064,0.80991733,0.79752064,0.8305785,0.8305785,0.8347107,0.8140496,0.76033056,0.72727275,0.6528926,0.5495868,0.5,0.5082645,0.5123967,0.5247934,0.54545456,0.59917355,0.6322314,0.6363636,0.6280992,0.61157024,0.60330576,0.58264464,0.59917355,0.5371901,0.5371901,0.59504133,0.59090906,0.59090906,0.57024795,0.56198347,0.5495868,0.53305787,0.5206612,0.5165289,0.5,0.4752066,0.446281,0.7355372,0.73966944,0.75206614,0.77272725,0.7768595,0.78512394,0.7933884,0.79752064,0.7933884,0.8016529,0.7768595,0.78099173,0.7644628,0.7644628,0.7355372,0.74380165,0.7644628,0.7644628,0.7933884,0.8140496,0.8057851,0.8016529,0.80991733,0.80991733,0.80991733,0.80991733,0.8016529,0.8140496,0.79752064,0.77272725,0.8264463,0.8264463,0.8140496,0.76033056,0.7231405,0.6570248,0.56198347,0.5041322,0.49586776,0.5206612,0.5289256,0.54545456,0.59504133,0.6322314,0.6528926,0.6570248,0.6652893,0.6528926,0.6404959,0.6363636,0.6487603,0.62396693,0.6198347,0.60330576,0.60330576,0.59504133,0.57024795,0.54545456,0.5413223,0.53305787,0.5123967,0.4876033,0.46694216,0.43801653,0.7231405,0.73966944,0.75206614,0.77272725,0.7768595,0.7892562,0.7892562,0.7892562,0.7933884,0.7892562,0.78099173,0.78099173,0.78099173,0.77272725,0.76033056,0.78099173,0.78512394,0.7892562,0.80991733,0.8181818,0.8057851,0.8057851,0.80991733,0.80991733,0.80991733,0.80991733,0.80991733,0.822314,0.7892562,0.74793386,0.80991733,0.8181818,0.8181818,0.76033056,0.72727275,0.6652893,0.58264464,0.5247934,0.5041322,0.5206612,0.5289256,0.54545456,0.59504133,0.6363636,0.6570248,0.6735537,0.6818182,0.6735537,0.6818182,0.6818182,0.661157,0.6528926,0.6446281,0.6198347,0.60330576,0.59917355,0.56198347,0.5495868,0.53305787,0.5123967,0.5082645,0.48347107,0.45867768,0.4338843,0.7107438,0.7355372,0.76033056,0.77272725,0.7768595,0.78512394,0.78512394,0.78512394,0.78099173,0.7892562,0.7768595,0.7768595,0.78099173,0.78512394,0.79752064,0.79752064,0.8016529,0.8016529,0.8016529,0.8140496,0.80991733,0.8016529,0.79752064,0.8057851,0.8140496,0.8181818,0.8140496,0.80991733,0.79752064,0.79752064,0.8181818,0.822314,0.8140496,0.75619835,0.73140496,0.677686,0.61157024,0.54545456,0.5123967,0.5,0.5165289,0.5371901,0.58264464,0.6322314,0.6487603,0.6694215,0.677686,0.69008267,0.6818182,0.6735537,0.6735537,0.6652893,0.6446281,0.62396693,0.59917355,0.57438016,0.54545456,0.5413223,0.5123967,0.5,0.48347107,0.48347107,0.46280992,0.42561984,0.7066116,0.7231405,0.75619835,0.77272725,0.78099173,0.78099173,0.7768595,0.77272725,0.7768595,0.7768595,0.78099173,0.7644628,0.76859504,0.7892562,0.79752064,0.8016529,0.80991733,0.8057851,0.7892562,0.79752064,0.79752064,0.7933884,0.78512394,0.79752064,0.80991733,0.822314,0.8181818,0.80991733,0.8016529,0.8016529,0.8140496,0.822314,0.8140496,0.75206614,0.71900827,0.6942149,0.6280992,0.57024795,0.5,0.4876033,0.49586776,0.5165289,0.5661157,0.6198347,0.6528926,0.6652893,0.6735537,0.6818182,0.6942149,0.6859504,0.6735537,0.6694215,0.6487603,0.62396693,0.60330576,0.57024795,0.54545456,0.5165289,0.45867768,0.5206612,0.4876033,0.48347107,0.45041323,0.42561984,0.7107438,0.7231405,0.75619835,0.76859504,0.77272725,0.7768595,0.76033056,0.75619835,0.76859504,0.77272725,0.78099173,0.77272725,0.77272725,0.7892562,0.7933884,0.8016529,0.8016529,0.7892562,0.7892562,0.78512394,0.7768595,0.78099173,0.77272725,0.78099173,0.79752064,0.8016529,0.80991733,0.80991733,0.8016529,0.8016529,0.8057851,0.80991733,0.8016529,0.76033056,0.71900827,0.6859504,0.6652893,0.60330576,0.5082645,0.46694216,0.46280992,0.4752066,0.5289256,0.58677685,0.6363636,0.6528926,0.661157,0.6694215,0.677686,0.677686,0.6735537,0.661157,0.6487603,0.6280992,0.59917355,0.5785124,0.553719,0.5247934,0.46280992,0.5165289,0.5,0.48347107,0.44214877,0.42561984,0.7066116,0.71487606,0.75619835,0.75619835,0.76033056,0.7644628,0.7644628,0.75206614,0.76033056,0.78099173,0.78512394,0.78099173,0.78099173,0.7892562,0.78099173,0.7933884,0.78512394,0.7768595,0.77272725,0.76859504,0.75206614,0.75206614,0.73140496,0.74380165,0.77272725,0.78512394,0.78512394,0.79752064,0.79752064,0.79752064,0.8140496,0.8016529,0.7768595,0.75206614,0.7231405,0.69008267,0.677686,0.6322314,0.5289256,0.45041323,0.47107437,0.43801653,0.48347107,0.5495868,0.59917355,0.62396693,0.6404959,0.6528926,0.6652893,0.6528926,0.6694215,0.6570248,0.6404959,0.62396693,0.59504133,0.57024795,0.553719,0.5289256,0.5041322,0.5041322,0.4876033,0.47933885,0.446281,0.41322315,0.6942149,0.7107438,0.74380165,0.75619835,0.75619835,0.75619835,0.76033056,0.75619835,0.7768595,0.78512394,0.7933884,0.78099173,0.7768595,0.78512394,0.77272725,0.77272725,0.76859504,0.76859504,0.76033056,0.73966944,0.71900827,0.6983471,0.6528926,0.70247936,0.77272725,0.77272725,0.7644628,0.78099173,0.79752064,0.8057851,0.822314,0.80991733,0.7644628,0.73966944,0.71487606,0.69008267,0.6859504,0.6446281,0.56198347,0.46694216,0.49586776,0.45867768,0.43801653,0.5123967,0.56198347,0.59504133,0.61570245,0.6446281,0.6446281,0.6363636,0.6446281,0.6404959,0.6198347,0.59917355,0.58264464,0.55785125,0.5413223,0.5206612,0.49586776,0.49173555,0.48347107,0.4752066,0.43801653,0.42975205,0.677686,0.7107438,0.74793386,0.74793386,0.74793386,0.75619835,0.75206614,0.75619835,0.7768595,0.7892562,0.7933884,0.78099173,0.76859504,0.7768595,0.76859504,0.76033056,0.75206614,0.74380165,0.7231405,0.6942149,0.6570248,0.6280992,0.59917355,0.70247936,0.78512394,0.76859504,0.7644628,0.78099173,0.8016529,0.8140496,0.8264463,0.8181818,0.77272725,0.73140496,0.71487606,0.7107438,0.69008267,0.6446281,0.5785124,0.5041322,0.54545456,0.5206612,0.41735536,0.46280992,0.5165289,0.5495868,0.59090906,0.6322314,0.61570245,0.6322314,0.62396693,0.61157024,0.59504133,0.57024795,0.5661157,0.54545456,0.5289256,0.5165289,0.49173555,0.47933885,0.47107437,0.46694216,0.446281,0.42975205,0.677686,0.71900827,0.7355372,0.75206614,0.74380165,0.7231405,0.74793386,0.76033056,0.77272725,0.78512394,0.7892562,0.7768595,0.7644628,0.76033056,0.74380165,0.73966944,0.7355372,0.71900827,0.6859504,0.6528926,0.59917355,0.5495868,0.57438016,0.7231405,0.7892562,0.76859504,0.76033056,0.79752064,0.8057851,0.8140496,0.8140496,0.8016529,0.77272725,0.73140496,0.70247936,0.69008267,0.6652893,0.6322314,0.58264464,0.5289256,0.553719,0.56198347,0.42561984,0.4338843,0.48347107,0.5082645,0.5495868,0.59090906,0.59917355,0.60330576,0.59504133,0.58264464,0.5785124,0.553719,0.54545456,0.5289256,0.49586776,0.47933885,0.4876033,0.4752066,0.45454547,0.45454547,0.44214877,0.42561984,0.6818182,0.7231405,0.72727275,0.7355372,0.74793386,0.6818182,0.72727275,0.75619835,0.76859504,0.76859504,0.78099173,0.76859504,0.76033056,0.7355372,0.7066116,0.70247936,0.70247936,0.6818182,0.6446281,0.607438,0.55785125,0.5123967,0.55785125,0.72727275,0.78512394,0.76859504,0.7768595,0.8057851,0.8140496,0.822314,0.79752064,0.78099173,0.75206614,0.7231405,0.6859504,0.661157,0.6652893,0.62396693,0.56198347,0.5247934,0.5165289,0.5371901,0.45041323,0.4090909,0.45041323,0.4752066,0.5082645,0.53305787,0.57438016,0.57438016,0.5661157,0.56198347,0.55785125,0.54545456,0.5247934,0.5,0.4752066,0.45454547,0.4752066,0.47107437,0.45041323,0.45041323,0.4338843,0.42975205,0.6735537,0.70247936,0.71900827,0.72727275,0.73140496,0.7231405,0.71487606,0.74793386,0.75619835,0.75206614,0.7644628,0.75619835,0.75206614,0.71900827,0.69008267,0.677686,0.6570248,0.6322314,0.59917355,0.56198347,0.5413223,0.5123967,0.5371901,0.71900827,0.8016529,0.78099173,0.78099173,0.8016529,0.8140496,0.8181818,0.77272725,0.75619835,0.71487606,0.6942149,0.6694215,0.6446281,0.61157024,0.58677685,0.5371901,0.5,0.4876033,0.5,0.46280992,0.4214876,0.42561984,0.44214877,0.47107437,0.5082645,0.5289256,0.5371901,0.5413223,0.5371901,0.54545456,0.5289256,0.5082645,0.4876033,0.45454547,0.446281,0.446281,0.45041323,0.45041323,0.446281,0.4338843,0.42561984,0.677686,0.6983471,0.71487606,0.7231405,0.7231405,0.71900827,0.7231405,0.7355372,0.7355372,0.72727275,0.74380165,0.73966944,0.74793386,0.7107438,0.6818182,0.6570248,0.61570245,0.5785124,0.5495868,0.5289256,0.5413223,0.553719,0.55785125,0.6818182,0.78099173,0.77272725,0.74793386,0.74793386,0.7644628,0.77272725,0.74793386,0.72727275,0.6818182,0.661157,0.6322314,0.61157024,0.58677685,0.5413223,0.5041322,0.46280992,0.45867768,0.46280992,0.45041323,0.4338843,0.45041323,0.45867768,0.45454547,0.45867768,0.4752066,0.5,0.5123967,0.5082645,0.5206612,0.5,0.48347107,0.47107437,0.43801653,0.41322315,0.4338843,0.44214877,0.446281,0.44214877,0.43801653,0.42561984,0.6487603,0.6818182,0.71487606,0.71900827,0.7231405,0.71487606,0.71900827,0.72727275,0.71487606,0.70247936,0.72727275,0.72727275,0.71487606,0.6818182,0.6652893,0.6198347,0.57024795,0.5371901,0.5,0.5123967,0.56198347,0.59504133,0.59090906,0.6363636,0.69008267,0.6859504,0.6528926,0.6363636,0.6735537,0.70247936,0.7066116,0.6818182,0.6280992,0.607438,0.58264464,0.57024795,0.5371901,0.4876033,0.4338843,0.3966942,0.40082645,0.4090909,0.4214876,0.43801653,0.45041323,0.45041323,0.43801653,0.4338843,0.4338843,0.46280992,0.47107437,0.48347107,0.5,0.4752066,0.46694216,0.46694216,0.42975205,0.39256197,0.42561984,0.446281,0.45041323,0.44214877,0.42975205,0.4214876,0.6280992,0.6694215,0.70247936,0.71487606,0.71487606,0.7107438,0.71487606,0.71900827,0.7066116,0.7066116,0.7107438,0.6818182,0.677686,0.6446281,0.61570245,0.57438016,0.5247934,0.5082645,0.5,0.5371901,0.61157024,0.6446281,0.6404959,0.661157,0.607438,0.54545456,0.5082645,0.5,0.5289256,0.59090906,0.62396693,0.59917355,0.54545456,0.5041322,0.5123967,0.5041322,0.47107437,0.4090909,0.338843,0.30991736,0.3305785,0.37190083,0.39256197,0.42561984,0.45041323,0.45041323,0.44214877,0.4214876,0.4090909,0.4214876,0.4338843,0.45867768,0.47107437,0.4752066,0.45867768,0.45454547,0.42975205,0.42975205,0.42975205,0.43801653,0.446281,0.42975205,0.42561984,0.41735536,0.6322314,0.661157,0.6983471,0.6942149,0.7066116,0.7066116,0.7107438,0.7066116,0.70247936,0.70247936,0.6942149,0.6652893,0.6404959,0.607438,0.5661157,0.5247934,0.5082645,0.49586776,0.5206612,0.59090906,0.6487603,0.677686,0.661157,0.677686,0.6404959,0.553719,0.5,0.4752066,0.44214877,0.46280992,0.53305787,0.5371901,0.4876033,0.45867768,0.44214877,0.4338843,0.38842976,0.3264463,0.2768595,0.28512397,0.32231405,0.3429752,0.38016528,0.4090909,0.4338843,0.446281,0.45454547,0.42561984,0.3966942,0.39256197,0.3966942,0.4214876,0.446281,0.45454547,0.446281,0.42975205,0.42561984,0.4338843,0.4338843,0.446281,0.44214877,0.4338843,0.4214876,0.41322315,0.6198347,0.661157,0.6818182,0.6735537,0.6983471,0.6983471,0.6942149,0.69008267,0.6942149,0.6818182,0.6735537,0.6652893,0.61157024,0.55785125,0.5206612,0.49586776,0.5,0.5041322,0.5371901,0.6404959,0.6446281,0.69008267,0.7107438,0.6694215,0.61157024,0.55785125,0.5206612,0.5123967,0.45041323,0.41322315,0.42975205,0.45454547,0.45454547,0.42561984,0.4090909,0.37190083,0.3264463,0.3140496,0.3140496,0.34710744,0.3140496,0.30578512,0.32231405,0.37190083,0.4090909,0.43801653,0.43801653,0.41735536,0.38842976,0.38429752,0.37190083,0.38429752,0.41322315,0.4338843,0.446281,0.44214877,0.43801653,0.4338843,0.4338843,0.446281,0.446281,0.42975205,0.41322315,0.41322315,0.6280992,0.661157,0.6735537,0.677686,0.69008267,0.69008267,0.6859504,0.6652893,0.6818182,0.6652893,0.6528926,0.6322314,0.57438016,0.5165289,0.49586776,0.5,0.5123967,0.5165289,0.57438016,0.6363636,0.6487603,0.661157,0.6363636,0.6198347,0.5661157,0.5289256,0.5206612,0.5371901,0.5,0.4090909,0.37603307,0.38016528,0.38842976,0.37190083,0.37190083,0.3305785,0.30991736,0.3429752,0.338843,0.37603307,0.3677686,0.2892562,0.30578512,0.3181818,0.338843,0.43801653,0.42561984,0.40082645,0.3677686,0.39256197,0.37190083,0.35950413,0.37603307,0.4214876,0.446281,0.446281,0.44214877,0.446281,0.446281,0.446281,0.43801653,0.43801653,0.41322315,0.4090909,0.6198347,0.6652893,0.661157,0.6942149,0.6942149,0.69008267,0.6942149,0.677686,0.6818182,0.6652893,0.6404959,0.59917355,0.53305787,0.4876033,0.49586776,0.5206612,0.5247934,0.5413223,0.59504133,0.61157024,0.58264464,0.553719,0.5495868,0.59090906,0.5371901,0.5247934,0.5371901,0.57024795,0.5289256,0.45454547,0.3677686,0.33471075,0.34710744,0.3181818,0.34710744,0.36363637,0.3305785,0.36363637,0.35950413,0.3305785,0.37603307,0.3305785,0.29338843,0.3140496,0.3181818,0.3966942,0.43801653,0.39256197,0.3553719,0.37603307,0.37603307,0.35123968,0.35123968,0.4090909,0.446281,0.45454547,0.45041323,0.45867768,0.45867768,0.44214877,0.4338843,0.42975205,0.40082645,0.41322315,0.61157024,0.6570248,0.6652893,0.6942149,0.69008267,0.6942149,0.70247936,0.6983471,0.6818182,0.6652893,0.61570245,0.553719,0.4876033,0.47933885,0.5247934,0.5495868,0.55785125,0.58264464,0.59917355,0.5785124,0.5661157,0.5123967,0.5289256,0.58264464,0.5123967,0.53305787,0.5495868,0.57438016,0.5082645,0.47933885,0.43801653,0.3677686,0.33471075,0.2768595,0.32231405,0.40495867,0.37603307,0.3677686,0.38429752,0.3140496,0.33471075,0.36363637,0.3140496,0.3140496,0.34710744,0.3305785,0.4214876,0.3966942,0.33471075,0.3553719,0.338843,0.35123968,0.3553719,0.42561984,0.45454547,0.46280992,0.45867768,0.46694216,0.46280992,0.44214877,0.4338843,0.4214876,0.3966942,0.40495867,0.59917355,0.6404959,0.661157,0.677686,0.677686,0.6983471,0.6983471,0.6942149,0.69008267,0.661157,0.60330576,0.5165289,0.45867768,0.5,0.57024795,0.5785124,0.5785124,0.57438016,0.55785125,0.5495868,0.5661157,0.5289256,0.5165289,0.5785124,0.5082645,0.5123967,0.553719,0.58264464,0.446281,0.47107437,0.5082645,0.45041323,0.3677686,0.2768595,0.32231405,0.4338843,0.42975205,0.3677686,0.37603307,0.3140496,0.30578512,0.35123968,0.3140496,0.3264463,0.33471075,0.3140496,0.338843,0.4214876,0.30991736,0.3966942,0.3264463,0.35123968,0.36363637,0.44214877,0.46694216,0.45867768,0.46694216,0.46694216,0.45867768,0.446281,0.42975205,0.40495867,0.4090909,0.4090909,0.5785124,0.6280992,0.6487603,0.6652893,0.6694215,0.6859504,0.6983471,0.70247936,0.6859504,0.6528926,0.60330576,0.5082645,0.446281,0.5206612,0.59090906,0.57438016,0.54545456,0.5165289,0.5041322,0.5289256,0.57024795,0.5495868,0.5206612,0.553719,0.5206612,0.5082645,0.5206612,0.53305787,0.36363637,0.47933885,0.53305787,0.49173555,0.38842976,0.2644628,0.3305785,0.4338843,0.45041323,0.37603307,0.3553719,0.3305785,0.2892562,0.338843,0.3181818,0.30991736,0.33471075,0.3429752,0.2892562,0.3966942,0.3966942,0.29338843,0.40495867,0.33471075,0.37190083,0.46694216,0.47933885,0.45454547,0.4752066,0.45867768,0.44214877,0.43801653,0.41735536,0.40082645,0.40082645,0.41322315,0.553719,0.607438,0.6404959,0.6570248,0.6735537,0.677686,0.6818182,0.69008267,0.677686,0.6528926,0.61157024,0.5082645,0.446281,0.5206612,0.553719,0.53305787,0.5123967,0.48347107,0.4876033,0.4876033,0.5123967,0.5165289,0.5206612,0.5206612,0.5247934,0.5206612,0.4876033,0.45867768,0.34710744,0.48347107,0.5247934,0.47933885,0.36363637,0.26859504,0.30991736,0.42975205,0.45041323,0.38842976,0.3264463,0.30991736,0.30165288,0.3264463,0.3305785,0.30165288,0.29752067,0.3305785,0.29752067,0.35123968,0.3966942,0.29752067,0.3305785,0.38016528,0.40082645,0.4876033,0.4752066,0.45454547,0.4752066,0.45041323,0.4338843,0.42975205,0.41322315,0.40495867,0.4090909,0.40495867,0.5123967,0.5785124,0.62396693,0.6570248,0.6652893,0.6652893,0.6735537,0.6859504,0.6735537,0.6570248,0.62396693,0.5247934,0.47933885,0.5,0.49586776,0.48347107,0.47107437,0.4338843,0.45867768,0.45041323,0.46280992,0.47107437,0.4876033,0.5041322,0.5165289,0.5123967,0.46694216,0.41322315,0.3677686,0.47107437,0.5082645,0.45867768,0.3140496,0.2644628,0.2768595,0.40082645,0.45454547,0.39256197,0.30165288,0.28099173,0.30578512,0.30578512,0.3181818,0.30991736,0.28099173,0.30165288,0.29752067,0.3181818,0.33471075,0.3140496,0.3181818,0.41322315,0.43801653,0.48347107,0.4752066,0.446281,0.44214877,0.44214877,0.42561984,0.4214876,0.3966942,0.3966942,0.40495867,0.40495867,0.4752066,0.54545456,0.59917355,0.6322314,0.6487603,0.6487603,0.6570248,0.6652893,0.6570248,0.6528926,0.6363636,0.56198347,0.49173555,0.46280992,0.45867768,0.4752066,0.4214876,0.40082645,0.4214876,0.41322315,0.42561984,0.42975205,0.4090909,0.47107437,0.4876033,0.5,0.47107437,0.4090909,0.37190083,0.44214877,0.5165289,0.4214876,0.26859504,0.23966943,0.23966943,0.38016528,0.44214877,0.4338843,0.29752067,0.2520661,0.3140496,0.30165288,0.30991736,0.3181818,0.30165288,0.30991736,0.3181818,0.3264463,0.33471075,0.36363637,0.37190083,0.4338843,0.45867768,0.47107437,0.47107437,0.4214876,0.41735536,0.4214876,0.41322315,0.41322315,0.38842976,0.38016528,0.4090909,0.40495867,0.43801653,0.5041322,0.5785124,0.61157024,0.6363636,0.6446281,0.6570248,0.6570248,0.661157,0.6652893,0.6528926,0.59917355,0.5,0.45454547,0.446281,0.45041323,0.41322315,0.42561984,0.38016528,0.3966942,0.4090909,0.42975205,0.38842976,0.44214877,0.45454547,0.45867768,0.46694216,0.42975205,0.41735536,0.45041323,0.5123967,0.4090909,0.28099173,0.24793388,0.23966943,0.3553719,0.4338843,0.42561984,0.38016528,0.2644628,0.338843,0.3305785,0.33471075,0.338843,0.33471075,0.338843,0.35123968,0.35950413,0.37190083,0.38842976,0.42561984,0.45041323,0.46280992,0.45867768,0.446281,0.41735536,0.4214876,0.42561984,0.3966942,0.41322315,0.38429752,0.37190083,0.39256197,0.4090909,0.44214877,0.446281,0.553719,0.58677685,0.6198347,0.6446281,0.6528926,0.6652893,0.661157,0.6570248,0.6487603,0.61570245,0.54545456,0.4752066,0.42975205,0.38842976,0.40082645,0.42975205,0.39256197,0.40082645,0.4214876,0.45454547,0.45041323,0.47107437,0.4876033,0.49586776,0.48347107,0.45454547,0.43801653,0.4214876,0.47107437,0.4214876,0.3305785,0.30578512,0.29338843,0.338843,0.40082645,0.37190083,0.35950413,0.34710744,0.38016528,0.38429752,0.38429752,0.36363637,0.36363637,0.37603307,0.3677686,0.38016528,0.3966942,0.40495867,0.43801653,0.46280992,0.46280992,0.446281,0.42975205,0.41735536,0.41735536,0.4090909,0.4090909,0.38842976,0.37603307,0.3140496,0.30578512,0.39256197,0.46694216,0.42975205,0.5,0.57438016,0.59504133,0.60330576,0.59504133,0.6198347,0.6404959,0.6363636,0.6363636,0.61157024,0.55785125,0.5041322,0.43801653,0.42975205,0.446281,0.4752066,0.46694216,0.46694216,0.48347107,0.5,0.5206612,0.5123967,0.5289256,0.5371901,0.5371901,0.5,0.4752066,0.44214877,0.43801653,0.42975205,0.38429752,0.3677686,0.37190083,0.3966942,0.4214876,0.40495867,0.39256197,0.3966942,0.4090909,0.39256197,0.41322315,0.38842976,0.40082645,0.41735536,0.38842976,0.40082645,0.4090909,0.41735536,0.42975205,0.45454547,0.45454547,0.43801653,0.41322315,0.4090909,0.40082645,0.41322315,0.4090909,0.338843,0.3264463,0.3429752,0.13636364,0.30165288,0.49173555,0.46280992,0.4338843,0.553719,0.57438016,0.57024795,0.5371901,0.56198347,0.60330576,0.6198347,0.607438,0.58677685,0.553719,0.5041322,0.46280992,0.4752066,0.5165289,0.53305787,0.5495868,0.5495868,0.553719,0.54545456,0.57024795,0.54545456,0.55785125,0.5371901,0.5289256,0.5082645,0.4752066,0.45454547,0.42561984,0.41735536,0.3966942,0.38016528,0.38842976,0.40082645,0.4090909,0.41322315,0.3966942,0.3966942,0.3966942,0.41322315,0.42975205,0.4214876,0.42561984,0.4338843,0.41735536,0.42561984,0.41735536,0.41735536,0.4214876,0.446281,0.446281,0.42561984,0.40495867,0.40082645,0.40082645,0.38016528,0.3966942,0.2644628,0.26859504,0.41735536,0.1446281,0.16115703,0.5082645,0.5,0.4338843,0.4876033,0.56198347,0.55785125,0.53305787,0.5247934,0.5785124,0.59504133,0.58677685,0.56198347,0.54545456,0.5082645,0.4876033,0.5206612,0.55785125,0.5785124,0.59090906,0.59917355,0.60330576,0.59917355,0.607438,0.59090906,0.5785124,0.54545456,0.5082645,0.47933885,0.45454547,0.446281,0.42975205,0.4090909,0.39256197,0.37603307,0.37603307,0.38842976,0.3966942,0.3966942,0.39256197,0.40495867,0.40495867,0.42975205,0.446281,0.446281,0.44214877,0.44214877,0.44214877,0.42975205,0.41322315,0.4090909,0.42561984,0.43801653,0.42561984,0.40495867,0.3966942,0.39256197,0.38016528,0.36363637,0.40082645,0.24380165,0.23553719,0.41735536,0.30578512,0.10743801,0.53305787,0.5206612,0.48347107,0.446281,0.5289256,0.5371901,0.53305787,0.5289256,0.5495868,0.55785125,0.553719,0.53305787,0.5206612,0.5082645,0.5041322,0.5371901,0.59090906,0.60330576,0.61570245,0.6280992,0.6322314,0.6322314,0.6363636,0.61157024,0.59917355,0.55785125,0.5206612,0.5,0.46280992,0.44214877,0.43801653,0.4090909,0.40495867,0.39256197,0.38016528,0.38842976,0.39256197,0.40495867,0.40495867,0.42561984,0.4338843,0.446281,0.46280992,0.45867768,0.45867768,0.44214877,0.45041323,0.42975205,0.42975205,0.41322315,0.41322315,0.41735536,0.40495867,0.39256197,0.39256197,0.38016528,0.36363637,0.36363637,0.38842976,0.23140496,0.21487603,0.39256197,0.41322315,0.19008264,0.553719,0.5247934,0.5123967,0.4752066,0.4876033,0.5206612,0.5165289,0.53305787,0.5206612,0.53305787,0.5289256,0.5123967,0.49586776,0.49586776,0.5041322,0.55785125,0.607438,0.6322314,0.6446281,0.6528926,0.6487603,0.6528926,0.6446281,0.6322314,0.60330576,0.56198347,0.54545456,0.5247934,0.47933885,0.46280992,0.45454547,0.42975205,0.42561984,0.42561984,0.41735536,0.41322315,0.43801653,0.43801653,0.4338843,0.44214877,0.45867768,0.46694216,0.4752066,0.47107437,0.46694216,0.46280992,0.43801653,0.4338843,0.42561984,0.40495867,0.41322315,0.40495867,0.39256197,0.38429752,0.38842976,0.37190083,0.35123968,0.3677686,0.38429752,0.2107438,0.19008264,0.38016528,0.4214876,0.32231405,0.57024795,0.53305787,0.5206612,0.5041322,0.46694216,0.47933885,0.49586776,0.5165289,0.5082645,0.5165289,0.5041322,0.49586776,0.48347107,0.48347107,0.5247934,0.58677685,0.6404959,0.6528926,0.6487603,0.6694215,0.6694215,0.677686,0.6652893,0.6404959,0.6198347,0.5785124,0.56198347,0.5413223,0.53305787,0.5123967,0.5165289,0.49586776,0.48347107,0.47933885,0.47933885,0.46280992,0.46280992,0.45454547,0.45867768,0.46280992,0.46694216,0.47107437,0.4752066,0.47107437,0.46694216,0.45867768,0.446281,0.42561984,0.41735536,0.3966942,0.41322315,0.40082645,0.38842976,0.37603307,0.38016528,0.36363637,0.35123968,0.38429752,0.37190083,0.17355372,0.19008264,0.37190083,0.4090909,0.39256197,0.5785124,0.5413223,0.5247934,0.5123967,0.49586776,0.46694216,0.47107437,0.48347107,0.49586776,0.5,0.5,0.5,0.49173555,0.47933885,0.5289256,0.59917355,0.6446281,0.6404959,0.6528926,0.6818182,0.6818182,0.6735537,0.677686,0.6694215,0.6404959,0.607438,0.59917355,0.58264464,0.58677685,0.59090906,0.5661157,0.5413223,0.5289256,0.5206612,0.5082645,0.5041322,0.49173555,0.47107437,0.47107437,0.46694216,0.4752066,0.4752066,0.46694216,0.45867768,0.45867768,0.45867768,0.43801653,0.42975205,0.40495867,0.39256197,0.40082645,0.39256197,0.38842976,0.38016528,0.35950413,0.35950413,0.36363637,0.40082645,0.35123968,0.11570248,0.2107438,0.37190083,0.41322315,0.40495867,0.58677685,0.55785125,0.53305787,0.5165289,0.5082645,0.48347107,0.46280992,0.46280992,0.47933885,0.4876033,0.49586776,0.4876033,0.5041322,0.46280992,0.53305787,0.59917355,0.6322314,0.6404959,0.6528926,0.6652893,0.6859504,0.6859504,0.6735537,0.661157,0.6570248,0.6446281,0.6198347,0.61570245,0.6280992,0.6487603,0.61157024,0.5785124,0.55785125,0.55785125,0.5206612,0.5165289,0.5082645,0.49586776,0.48347107,0.47933885,0.47107437,0.4876033,0.46694216,0.46694216,0.45454547,0.446281,0.4338843,0.4090909,0.39256197,0.38429752,0.38429752,0.39256197,0.38429752,0.35950413,0.35123968,0.3305785,0.38016528,0.4090909,0.29338843,0.09504132,0.22727273,0.38429752,0.41735536,0.39256197,0.58677685,0.5661157,0.5413223,0.5247934,0.5041322,0.49586776,0.4752066,0.45454547,0.46280992,0.47107437,0.48347107,0.4876033,0.4752066,0.47933885,0.5165289,0.5661157,0.59917355,0.6322314,0.6363636,0.6652893,0.6859504,0.6983471,0.6818182,0.6652893,0.6528926,0.6652893,0.6735537,0.6652893,0.6694215,0.6694215,0.6363636,0.60330576,0.57024795,0.53305787,0.5371901,0.5289256,0.5123967,0.5082645,0.48347107,0.48347107,0.46280992,0.48347107,0.47107437,0.4752066,0.45041323,0.42975205,0.41322315,0.37190083,0.36363637,0.37603307,0.38429752,0.38842976,0.37190083,0.338843,0.3305785,0.35123968,0.38429752,0.4214876,0.18595041,0.12396694,0.2603306,0.38429752,0.4214876,0.38429752,0.57024795,0.58264464,0.5495868,0.5413223,0.5247934,0.5041322,0.49173555,0.46694216,0.43801653,0.446281,0.45867768,0.4752066,0.47933885,0.46694216,0.49586776,0.53305787,0.55785125,0.6322314,0.607438,0.6735537,0.69008267,0.69008267,0.6859504,0.6652893,0.6528926,0.661157,0.6942149,0.6859504,0.677686,0.6570248,0.62396693,0.58264464,0.553719,0.5289256,0.5289256,0.5247934,0.5165289,0.5,0.4752066,0.46694216,0.46694216,0.45867768,0.46694216,0.46280992,0.4338843,0.42561984,0.40082645,0.34710744,0.34710744,0.37190083,0.37190083,0.36363637,0.34710744,0.33471075,0.34710744,0.36363637,0.39256197,0.3553719,0.09917355,0.1694215,0.30578512,0.40082645,0.41322315,0.37190083,0.5495868,0.59504133,0.56198347,0.55785125,0.5413223,0.5082645,0.5041322,0.4876033,0.446281,0.42975205,0.43801653,0.43801653,0.45454547,0.45454547,0.46694216,0.49586776,0.5206612,0.57024795,0.58677685,0.6487603,0.6570248,0.6652893,0.69008267,0.661157,0.6652893,0.6652893,0.677686,0.6570248,0.6487603,0.6322314,0.59090906,0.53305787,0.49586776,0.4876033,0.5082645,0.5041322,0.5,0.4876033,0.47107437,0.4338843,0.47107437,0.45041323,0.45454547,0.42975205,0.42561984,0.40082645,0.36363637,0.33471075,0.3429752,0.3553719,0.3553719,0.33471075,0.3181818,0.3264463,0.36363637,0.38016528,0.38842976,0.24380165,0.11157025,0.21900827,0.33471075,0.41735536,0.40082645,0.36363637,0.5123967,0.5785124,0.58264464,0.553719,0.54545456,0.5247934,0.5165289,0.5082645,0.4752066,0.44214877,0.42975205,0.4338843,0.4338843,0.4338843,0.446281,0.45867768,0.48347107,0.5,0.5371901,0.59504133,0.6363636,0.6322314,0.677686,0.6735537,0.6652893,0.6652893,0.6570248,0.6363636,0.6280992,0.61157024,0.56198347,0.5082645,0.45454547,0.45041323,0.4752066,0.47933885,0.47933885,0.4752066,0.45454547,0.4214876,0.4338843,0.43801653,0.42561984,0.40082645,0.40082645,0.36363637,0.3305785,0.33471075,0.3429752,0.33471075,0.3264463,0.3140496,0.3140496,0.35123968,0.37190083,0.38429752,0.3305785,0.1570248,0.1446281,0.2520661,0.35950413,0.41735536,0.40495867,0.36363637,24 +0.37603307,0.4752066,0.57438016,0.6404959,0.661157,0.6983471,0.7231405,0.74793386,0.77272725,0.78099173,0.79752064,0.8016529,0.8016529,0.8057851,0.8140496,0.8181818,0.8264463,0.822314,0.8264463,0.822314,0.8181818,0.8264463,0.822314,0.822314,0.8264463,0.8264463,0.8264463,0.822314,0.8305785,0.8264463,0.822314,0.8140496,0.8140496,0.80991733,0.80991733,0.8057851,0.8016529,0.79752064,0.7892562,0.78512394,0.7892562,0.78512394,0.78512394,0.78099173,0.77272725,0.76859504,0.75206614,0.75619835,0.75619835,0.74793386,0.73140496,0.7231405,0.72727275,0.72727275,0.71900827,0.7107438,0.6859504,0.6694215,0.6404959,0.60330576,0.57024795,0.5413223,0.48347107,0.446281,0.36363637,0.47933885,0.57024795,0.6363636,0.6735537,0.69008267,0.73140496,0.73966944,0.77272725,0.78099173,0.7933884,0.79752064,0.8016529,0.80991733,0.80991733,0.8181818,0.8181818,0.8140496,0.8181818,0.8181818,0.8264463,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.8181818,0.8181818,0.8140496,0.8140496,0.8140496,0.8140496,0.80991733,0.8057851,0.79752064,0.7892562,0.7892562,0.7892562,0.78512394,0.7768595,0.7768595,0.78099173,0.76859504,0.7644628,0.76033056,0.74380165,0.72727275,0.73140496,0.72727275,0.71900827,0.70247936,0.7066116,0.6983471,0.6694215,0.6404959,0.607438,0.5661157,0.53305787,0.47107437,0.44214877,0.35950413,0.4876033,0.5661157,0.6280992,0.6735537,0.70247936,0.73140496,0.74380165,0.77272725,0.78099173,0.79752064,0.8016529,0.8016529,0.8016529,0.8057851,0.8140496,0.822314,0.822314,0.8181818,0.8181818,0.8305785,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.8140496,0.8140496,0.80991733,0.8181818,0.822314,0.80991733,0.8057851,0.8057851,0.8016529,0.79752064,0.7933884,0.7933884,0.78099173,0.78099173,0.7768595,0.7892562,0.77272725,0.76033056,0.75206614,0.74793386,0.7355372,0.73966944,0.73140496,0.7231405,0.70247936,0.6983471,0.6859504,0.6694215,0.6363636,0.60330576,0.57024795,0.53305787,0.46280992,0.4338843,0.3677686,0.5,0.58677685,0.62396693,0.6694215,0.70247936,0.73140496,0.75619835,0.77272725,0.7768595,0.7892562,0.8057851,0.8057851,0.8057851,0.8057851,0.8140496,0.8181818,0.8181818,0.822314,0.822314,0.8264463,0.8264463,0.8264463,0.822314,0.8347107,0.8305785,0.8305785,0.8305785,0.8264463,0.8181818,0.8140496,0.80991733,0.8140496,0.822314,0.8181818,0.8140496,0.80991733,0.80991733,0.8016529,0.79752064,0.78512394,0.78099173,0.78512394,0.78512394,0.7768595,0.78099173,0.7768595,0.75619835,0.73966944,0.75206614,0.75206614,0.74793386,0.73140496,0.73140496,0.72727275,0.7231405,0.6942149,0.6652893,0.6322314,0.59917355,0.55785125,0.53305787,0.46694216,0.44214877,0.37190083,0.5165289,0.58677685,0.62396693,0.661157,0.6983471,0.73966944,0.76859504,0.76859504,0.7768595,0.78512394,0.8057851,0.8057851,0.8057851,0.8181818,0.8140496,0.8181818,0.8140496,0.8181818,0.822314,0.822314,0.822314,0.8264463,0.8181818,0.822314,0.8264463,0.822314,0.8264463,0.8264463,0.8181818,0.8140496,0.80991733,0.80991733,0.8181818,0.80991733,0.80991733,0.8057851,0.8016529,0.7933884,0.78512394,0.78099173,0.7768595,0.7768595,0.77272725,0.7644628,0.7644628,0.76859504,0.7644628,0.7355372,0.75206614,0.75206614,0.75619835,0.74793386,0.74380165,0.73140496,0.7107438,0.6859504,0.6487603,0.6280992,0.59504133,0.55785125,0.5165289,0.46280992,0.45041323,0.3966942,0.5289256,0.59504133,0.6198347,0.6652893,0.6983471,0.7355372,0.76033056,0.76859504,0.7644628,0.78512394,0.8057851,0.80991733,0.8057851,0.822314,0.8140496,0.8140496,0.8181818,0.8140496,0.8181818,0.8181818,0.8181818,0.8140496,0.8016529,0.8181818,0.8181818,0.8140496,0.8140496,0.8140496,0.80991733,0.8057851,0.8016529,0.8016529,0.80991733,0.8057851,0.8057851,0.8057851,0.7933884,0.78512394,0.7768595,0.77272725,0.7768595,0.76859504,0.77272725,0.7644628,0.76033056,0.76859504,0.75619835,0.74380165,0.74793386,0.75619835,0.75619835,0.76033056,0.74793386,0.72727275,0.7107438,0.6735537,0.6363636,0.62396693,0.59917355,0.553719,0.49173555,0.45867768,0.45867768,0.4214876,0.5413223,0.59504133,0.6198347,0.661157,0.7066116,0.7355372,0.75619835,0.76859504,0.7644628,0.78099173,0.79752064,0.8057851,0.8016529,0.8181818,0.8057851,0.8057851,0.80991733,0.80991733,0.80991733,0.80991733,0.8140496,0.8057851,0.7892562,0.8016529,0.8057851,0.8057851,0.8016529,0.8016529,0.7933884,0.79752064,0.79752064,0.8016529,0.8016529,0.80991733,0.8016529,0.8016529,0.7892562,0.7768595,0.76859504,0.7644628,0.77272725,0.77272725,0.7644628,0.76033056,0.75206614,0.75206614,0.74380165,0.74793386,0.75206614,0.76033056,0.75619835,0.75619835,0.73140496,0.73140496,0.7066116,0.661157,0.6198347,0.607438,0.58677685,0.54545456,0.47933885,0.45867768,0.46694216,0.446281,0.553719,0.59504133,0.6198347,0.6570248,0.7107438,0.74793386,0.76033056,0.7644628,0.77272725,0.78099173,0.78099173,0.78099173,0.78099173,0.7933884,0.7892562,0.77272725,0.7892562,0.7892562,0.7892562,0.7933884,0.79752064,0.79752064,0.7892562,0.7933884,0.7892562,0.7892562,0.7933884,0.78099173,0.78512394,0.78099173,0.78512394,0.7892562,0.7933884,0.7933884,0.7933884,0.78512394,0.76859504,0.76033056,0.74380165,0.75619835,0.7644628,0.75619835,0.75206614,0.76033056,0.75619835,0.74380165,0.7231405,0.73140496,0.75206614,0.74380165,0.72727275,0.7107438,0.6983471,0.6942149,0.677686,0.6404959,0.607438,0.59504133,0.57438016,0.5371901,0.48347107,0.446281,0.47107437,0.45867768,0.57438016,0.59917355,0.61157024,0.6446281,0.7066116,0.74793386,0.7644628,0.77272725,0.77272725,0.75206614,0.72727275,0.7107438,0.7107438,0.71487606,0.71487606,0.7066116,0.71900827,0.7107438,0.7355372,0.76033056,0.77272725,0.78512394,0.78512394,0.78512394,0.78099173,0.7768595,0.78512394,0.77272725,0.7768595,0.78099173,0.7644628,0.7768595,0.78099173,0.77272725,0.77272725,0.75619835,0.74380165,0.7355372,0.71900827,0.74793386,0.76033056,0.73966944,0.73966944,0.72727275,0.7231405,0.70247936,0.6528926,0.6446281,0.6570248,0.6570248,0.6528926,0.661157,0.6487603,0.6446281,0.62396693,0.6198347,0.61570245,0.59090906,0.56198347,0.5247934,0.47107437,0.45454547,0.46280992,0.48347107,0.5785124,0.61157024,0.60330576,0.6280992,0.6983471,0.73966944,0.75206614,0.74793386,0.7355372,0.6942149,0.6487603,0.62396693,0.61570245,0.62396693,0.60330576,0.59917355,0.607438,0.61570245,0.61157024,0.6528926,0.6818182,0.71900827,0.74380165,0.75619835,0.76859504,0.7644628,0.77272725,0.76859504,0.76033056,0.76859504,0.74793386,0.7644628,0.77272725,0.75619835,0.74380165,0.73140496,0.71487606,0.7107438,0.7066116,0.70247936,0.69008267,0.6735537,0.6404959,0.6322314,0.61157024,0.59917355,0.57438016,0.553719,0.53305787,0.5206612,0.54545456,0.59504133,0.6280992,0.6198347,0.57024795,0.553719,0.59917355,0.58677685,0.553719,0.5165289,0.48347107,0.4752066,0.4752066,0.5165289,0.58677685,0.61570245,0.607438,0.62396693,0.6818182,0.71487606,0.7107438,0.6694215,0.6528926,0.6363636,0.61570245,0.59504133,0.57024795,0.56198347,0.5495868,0.5247934,0.5123967,0.5289256,0.5247934,0.53305787,0.553719,0.58264464,0.62396693,0.661157,0.6983471,0.7231405,0.73966944,0.75206614,0.75206614,0.75619835,0.74793386,0.75619835,0.75619835,0.72727275,0.7066116,0.70247936,0.69008267,0.677686,0.6652893,0.61570245,0.57024795,0.5206612,0.47933885,0.47933885,0.46280992,0.46280992,0.45454547,0.43801653,0.42561984,0.45454547,0.49586776,0.5247934,0.5661157,0.58264464,0.5413223,0.5165289,0.5495868,0.56198347,0.53305787,0.5165289,0.4752066,0.46694216,0.48347107,0.5371901,0.59090906,0.61157024,0.61570245,0.6280992,0.661157,0.6528926,0.6487603,0.6322314,0.6198347,0.59504133,0.57438016,0.5661157,0.5413223,0.5165289,0.49586776,0.46694216,0.44214877,0.45454547,0.46694216,0.45454547,0.46280992,0.46280992,0.48347107,0.5123967,0.58677685,0.6528926,0.6818182,0.71900827,0.7355372,0.73966944,0.73966944,0.75206614,0.74793386,0.71487606,0.69008267,0.6694215,0.6528926,0.6363636,0.59504133,0.5495868,0.5041322,0.44214877,0.40082645,0.37190083,0.36363637,0.3677686,0.35950413,0.3553719,0.38016528,0.4214876,0.45867768,0.47933885,0.49586776,0.49173555,0.4752066,0.46280992,0.45041323,0.4752066,0.47107437,0.46280992,0.4752066,0.47107437,0.4876033,0.55785125,0.59917355,0.61570245,0.61570245,0.607438,0.5785124,0.58677685,0.59090906,0.57438016,0.57438016,0.56198347,0.5413223,0.5289256,0.5123967,0.49173555,0.47107437,0.4214876,0.40495867,0.41322315,0.40082645,0.40495867,0.40082645,0.4214876,0.43801653,0.446281,0.5082645,0.57438016,0.62396693,0.6859504,0.72727275,0.7355372,0.73966944,0.75206614,0.74793386,0.7107438,0.6694215,0.6363636,0.60330576,0.58264464,0.5371901,0.48347107,0.43801653,0.40495867,0.36363637,0.3553719,0.35123968,0.34710744,0.36363637,0.35950413,0.38429752,0.42561984,0.44214877,0.446281,0.45454547,0.45454547,0.446281,0.44214877,0.38842976,0.39256197,0.39256197,0.3553719,0.43801653,0.48347107,0.49173555,0.57024795,0.607438,0.6280992,0.61570245,0.55785125,0.5165289,0.5495868,0.553719,0.56198347,0.5661157,0.56198347,0.5413223,0.5371901,0.54545456,0.553719,0.57024795,0.56198347,0.5123967,0.45454547,0.41735536,0.40495867,0.40082645,0.42561984,0.44214877,0.45454547,0.4876033,0.5413223,0.59090906,0.6694215,0.71900827,0.74380165,0.75619835,0.75619835,0.75619835,0.7107438,0.661157,0.6198347,0.57024795,0.5165289,0.45041323,0.41322315,0.40082645,0.39256197,0.3677686,0.37603307,0.41735536,0.47933885,0.5495868,0.5661157,0.55785125,0.5247934,0.5082645,0.48347107,0.46694216,0.45454547,0.4338843,0.41322315,0.37603307,0.37190083,0.35123968,0.30991736,0.35950413,0.48347107,0.5,0.5785124,0.61157024,0.6446281,0.6198347,0.553719,0.5165289,0.5247934,0.5371901,0.58677685,0.61570245,0.60330576,0.5785124,0.5785124,0.59504133,0.60330576,0.58677685,0.54545456,0.47933885,0.38842976,0.3553719,0.3553719,0.32231405,0.34710744,0.38016528,0.43801653,0.45041323,0.5041322,0.58677685,0.677686,0.72727275,0.75619835,0.76859504,0.76033056,0.75206614,0.71900827,0.6487603,0.60330576,0.5371901,0.45867768,0.41735536,0.40082645,0.37603307,0.34710744,0.3140496,0.29752067,0.2520661,0.2644628,0.41735536,0.446281,0.45867768,0.46694216,0.49173555,0.5,0.49586776,0.48347107,0.46694216,0.41735536,0.39256197,0.3966942,0.37190083,0.33471075,0.34710744,0.46280992,0.5082645,0.58677685,0.61157024,0.6487603,0.6280992,0.5661157,0.5247934,0.5371901,0.55785125,0.60330576,0.6198347,0.59917355,0.5371901,0.47107437,0.38842976,0.34710744,0.29752067,0.24380165,0.25619835,0.2644628,0.32231405,0.4338843,0.40495867,0.35950413,0.33471075,0.35950413,0.42975205,0.46694216,0.56198347,0.69008267,0.74380165,0.76859504,0.78099173,0.77272725,0.75619835,0.7107438,0.661157,0.59090906,0.48347107,0.42975205,0.4338843,0.42975205,0.38016528,0.35123968,0.4090909,0.4338843,0.3264463,0.2768595,0.43801653,0.3264463,0.22727273,0.24793388,0.29752067,0.30991736,0.338843,0.41322315,0.45867768,0.45041323,0.43801653,0.41735536,0.4090909,0.38016528,0.37190083,0.45041323,0.5082645,0.59090906,0.62396693,0.6652893,0.6363636,0.58677685,0.5413223,0.55785125,0.57024795,0.56198347,0.5123967,0.42561984,0.30578512,0.28099173,0.3305785,0.28099173,0.26859504,0.24380165,0.28099173,0.3553719,0.46280992,0.607438,0.5785124,0.49586776,0.40082645,0.42975205,0.48347107,0.4752066,0.5082645,0.6859504,0.76859504,0.78512394,0.7892562,0.7892562,0.7644628,0.71900827,0.661157,0.57438016,0.45041323,0.46694216,0.5247934,0.49173555,0.4214876,0.4214876,0.5413223,0.60330576,0.42561984,0.36363637,0.30991736,0.3181818,0.28512397,0.2892562,0.3264463,0.2603306,0.18595041,0.24380165,0.29752067,0.3966942,0.43801653,0.4338843,0.42561984,0.39256197,0.3966942,0.4752066,0.5123967,0.59504133,0.6404959,0.6363636,0.6322314,0.59917355,0.5661157,0.54545456,0.5289256,0.47933885,0.37190083,0.28512397,0.2768595,0.32231405,0.46694216,0.42975205,0.36363637,0.37190083,0.40495867,0.446281,0.56198347,0.6322314,0.58677685,0.5371901,0.5123967,0.49173555,0.58264464,0.5495868,0.49586776,0.6735537,0.78099173,0.8016529,0.8057851,0.8016529,0.77272725,0.72727275,0.6528926,0.54545456,0.48347107,0.5247934,0.61570245,0.57024795,0.5,0.4876033,0.5289256,0.61157024,0.53305787,0.43801653,0.4214876,0.38429752,0.36363637,0.41735536,0.44214877,0.37190083,0.2231405,0.18595041,0.24380165,0.28512397,0.38429752,0.4214876,0.4214876,0.42975205,0.45041323,0.5041322,0.5289256,0.59917355,0.6446281,0.6487603,0.661157,0.6280992,0.60330576,0.54545456,0.48347107,0.4214876,0.37603307,0.38842976,0.446281,0.4876033,0.53305787,0.55785125,0.5082645,0.48347107,0.5082645,0.5495868,0.59917355,0.62396693,0.58264464,0.56198347,0.607438,0.60330576,0.59504133,0.57438016,0.553719,0.6735537,0.7892562,0.8140496,0.822314,0.8140496,0.78099173,0.71900827,0.6198347,0.53305787,0.5371901,0.5413223,0.61157024,0.6198347,0.57438016,0.55785125,0.55785125,0.58677685,0.5785124,0.53305787,0.5082645,0.47107437,0.46280992,0.5,0.4752066,0.45454547,0.37190083,0.30991736,0.28512397,0.3264463,0.35950413,0.40495867,0.44214877,0.49586776,0.5206612,0.5371901,0.5413223,0.607438,0.6404959,0.661157,0.6570248,0.6735537,0.6694215,0.61157024,0.5165289,0.48347107,0.49586776,0.53305787,0.59504133,0.6322314,0.6404959,0.6363636,0.62396693,0.59917355,0.59090906,0.59917355,0.59090906,0.57024795,0.5206612,0.5041322,0.54545456,0.58264464,0.58677685,0.59504133,0.6198347,0.6983471,0.8057851,0.8140496,0.8347107,0.8264463,0.78512394,0.73140496,0.61570245,0.5413223,0.5785124,0.55785125,0.57438016,0.6198347,0.56198347,0.5041322,0.5082645,0.5371901,0.57024795,0.5785124,0.58677685,0.55785125,0.5495868,0.57024795,0.54545456,0.54545456,0.5247934,0.4338843,0.42561984,0.41322315,0.42561984,0.45041323,0.5041322,0.5495868,0.57024795,0.55785125,0.54545456,0.58677685,0.6528926,0.661157,0.6694215,0.6983471,0.7231405,0.7066116,0.6487603,0.6363636,0.61570245,0.59917355,0.6198347,0.6570248,0.6735537,0.661157,0.6404959,0.61570245,0.59917355,0.57024795,0.54545456,0.5123967,0.5082645,0.553719,0.58677685,0.61157024,0.62396693,0.6404959,0.661157,0.73966944,0.8057851,0.8264463,0.8264463,0.8347107,0.7933884,0.7355372,0.62396693,0.55785125,0.59090906,0.58264464,0.5785124,0.59917355,0.59917355,0.57438016,0.5247934,0.49173555,0.53305787,0.553719,0.57438016,0.58264464,0.59504133,0.60330576,0.59090906,0.553719,0.5206612,0.49586776,0.5,0.5123967,0.5206612,0.5371901,0.56198347,0.57438016,0.58677685,0.5785124,0.553719,0.59504133,0.6487603,0.677686,0.6942149,0.71900827,0.7355372,0.7355372,0.7355372,0.7355372,0.70247936,0.6735537,0.6280992,0.61157024,0.59504133,0.58264464,0.5661157,0.55785125,0.553719,0.54545456,0.57438016,0.59090906,0.62396693,0.6363636,0.6487603,0.661157,0.6818182,0.6942149,0.6983471,0.75619835,0.8057851,0.8264463,0.8305785,0.822314,0.7892562,0.72727275,0.6280992,0.57024795,0.59917355,0.60330576,0.60330576,0.6446281,0.6404959,0.62396693,0.6198347,0.5785124,0.54545456,0.5289256,0.5206612,0.53305787,0.5247934,0.5206612,0.5165289,0.5206612,0.5289256,0.553719,0.57438016,0.58264464,0.57438016,0.58677685,0.61157024,0.59504133,0.58264464,0.58264464,0.5495868,0.59090906,0.6446281,0.677686,0.6983471,0.71900827,0.73966944,0.74793386,0.76033056,0.7644628,0.78512394,0.7644628,0.71900827,0.6735537,0.6570248,0.6528926,0.6487603,0.6528926,0.6694215,0.6652893,0.6859504,0.6942149,0.7107438,0.7231405,0.7231405,0.71900827,0.73140496,0.72727275,0.71900827,0.7644628,0.8016529,0.822314,0.8305785,0.822314,0.7933884,0.7231405,0.6280992,0.5785124,0.607438,0.6280992,0.60330576,0.6487603,0.7107438,0.71487606,0.69008267,0.6570248,0.661157,0.6528926,0.6280992,0.62396693,0.60330576,0.58264464,0.57024795,0.5785124,0.59090906,0.6198347,0.6404959,0.6404959,0.62396693,0.59090906,0.62396693,0.61157024,0.59917355,0.57438016,0.54545456,0.58677685,0.6528926,0.6818182,0.70247936,0.71900827,0.73966944,0.75206614,0.7768595,0.78099173,0.7933884,0.7933884,0.78512394,0.7644628,0.75619835,0.75206614,0.74793386,0.74380165,0.73966944,0.74380165,0.75206614,0.75619835,0.76033056,0.76859504,0.76859504,0.7644628,0.76033056,0.74793386,0.73966944,0.77272725,0.8140496,0.822314,0.8305785,0.8181818,0.7892562,0.73966944,0.6280992,0.59504133,0.6198347,0.6363636,0.6280992,0.6404959,0.7066116,0.75206614,0.74380165,0.71487606,0.7066116,0.71487606,0.7355372,0.72727275,0.71487606,0.661157,0.6694215,0.69008267,0.677686,0.677686,0.6694215,0.6694215,0.6570248,0.62396693,0.6280992,0.61157024,0.59917355,0.5785124,0.54545456,0.57024795,0.6528926,0.69008267,0.7066116,0.73140496,0.74793386,0.75619835,0.76859504,0.7892562,0.7933884,0.8016529,0.7933884,0.78512394,0.7768595,0.76033056,0.7644628,0.77272725,0.7644628,0.7768595,0.78099173,0.7892562,0.7892562,0.7892562,0.7892562,0.78512394,0.7768595,0.75619835,0.75619835,0.78099173,0.8181818,0.8264463,0.8305785,0.8181818,0.7892562,0.73966944,0.6363636,0.61157024,0.6363636,0.6570248,0.6528926,0.661157,0.6983471,0.73966944,0.76033056,0.74793386,0.7355372,0.72727275,0.73140496,0.7231405,0.7231405,0.69008267,0.6859504,0.71487606,0.7107438,0.70247936,0.69008267,0.6818182,0.6652893,0.6404959,0.6280992,0.6198347,0.59504133,0.58264464,0.54545456,0.56198347,0.6404959,0.6859504,0.71487606,0.7355372,0.75206614,0.7644628,0.76859504,0.78512394,0.7933884,0.8016529,0.79752064,0.79752064,0.8016529,0.78512394,0.78512394,0.78099173,0.78512394,0.8016529,0.8057851,0.79752064,0.79752064,0.79752064,0.7933884,0.7892562,0.7644628,0.7644628,0.76033056,0.78099173,0.822314,0.8347107,0.8305785,0.8181818,0.7933884,0.74380165,0.6487603,0.61157024,0.6487603,0.6487603,0.6694215,0.677686,0.70247936,0.73140496,0.74793386,0.7644628,0.7644628,0.76033056,0.75206614,0.74793386,0.75206614,0.7644628,0.74793386,0.73966944,0.72727275,0.71487606,0.70247936,0.6859504,0.6652893,0.6404959,0.6363636,0.6198347,0.59917355,0.57438016,0.54545456,0.5661157,0.6322314,0.6818182,0.72727275,0.74380165,0.75206614,0.76033056,0.76859504,0.78512394,0.7892562,0.7933884,0.7892562,0.8057851,0.8140496,0.80991733,0.80991733,0.8057851,0.8057851,0.8181818,0.8181818,0.8057851,0.8057851,0.79752064,0.7892562,0.78099173,0.75619835,0.7768595,0.74793386,0.74380165,0.8140496,0.8305785,0.8305785,0.8140496,0.78512394,0.73966944,0.6570248,0.62396693,0.6363636,0.6487603,0.6652893,0.677686,0.70247936,0.74380165,0.75619835,0.76859504,0.7768595,0.76859504,0.76033056,0.77272725,0.7644628,0.7768595,0.7644628,0.75206614,0.73966944,0.71900827,0.6942149,0.6735537,0.6570248,0.6322314,0.607438,0.59090906,0.58677685,0.55785125,0.53305787,0.57024795,0.6363636,0.6735537,0.72727275,0.73966944,0.74793386,0.74380165,0.75619835,0.7768595,0.78512394,0.7892562,0.7892562,0.8016529,0.822314,0.8140496,0.80991733,0.8181818,0.80991733,0.8140496,0.8140496,0.8057851,0.79752064,0.7892562,0.7892562,0.7768595,0.7768595,0.78099173,0.73966944,0.72727275,0.8057851,0.822314,0.8264463,0.8140496,0.7768595,0.73966944,0.6818182,0.6404959,0.6363636,0.6487603,0.6570248,0.6735537,0.6983471,0.74380165,0.76033056,0.76859504,0.78099173,0.7768595,0.78099173,0.7768595,0.77272725,0.77272725,0.77272725,0.75619835,0.73966944,0.71900827,0.6859504,0.6652893,0.6487603,0.59917355,0.59504133,0.59090906,0.57438016,0.553719,0.5165289,0.57024795,0.6280992,0.69008267,0.72727275,0.73140496,0.74380165,0.73966944,0.74793386,0.77272725,0.7892562,0.7892562,0.79752064,0.8057851,0.80991733,0.8181818,0.822314,0.8140496,0.8140496,0.8057851,0.80991733,0.8016529,0.7892562,0.78099173,0.7892562,0.7892562,0.78099173,0.7768595,0.76033056,0.78099173,0.8140496,0.822314,0.822314,0.80991733,0.78099173,0.7355372,0.6942149,0.6528926,0.6280992,0.62396693,0.6280992,0.6528926,0.69008267,0.74380165,0.7644628,0.7768595,0.78099173,0.78512394,0.78512394,0.78512394,0.78099173,0.77272725,0.7644628,0.75206614,0.74380165,0.71487606,0.69008267,0.6735537,0.6570248,0.59090906,0.57024795,0.59917355,0.5785124,0.553719,0.5082645,0.56198347,0.61570245,0.6818182,0.71487606,0.71900827,0.7355372,0.73966944,0.75206614,0.7768595,0.7933884,0.7892562,0.7933884,0.80991733,0.79752064,0.8016529,0.8140496,0.8016529,0.8016529,0.79752064,0.7933884,0.78512394,0.77272725,0.76859504,0.7768595,0.77272725,0.76859504,0.7768595,0.77272725,0.7892562,0.8140496,0.822314,0.8181818,0.79752064,0.76859504,0.7355372,0.69008267,0.6528926,0.60330576,0.59090906,0.59504133,0.59917355,0.6570248,0.71900827,0.74793386,0.77272725,0.78099173,0.7768595,0.78099173,0.7768595,0.77272725,0.7768595,0.7644628,0.74793386,0.73966944,0.7231405,0.69008267,0.6735537,0.6570248,0.62396693,0.59504133,0.59090906,0.57438016,0.54545456,0.5123967,0.5413223,0.607438,0.6818182,0.70247936,0.71487606,0.72727275,0.7355372,0.76033056,0.78512394,0.79752064,0.7892562,0.7892562,0.79752064,0.7933884,0.7892562,0.8016529,0.79752064,0.7892562,0.78099173,0.77272725,0.74793386,0.7231405,0.7066116,0.7355372,0.74793386,0.73966944,0.7644628,0.78099173,0.7933884,0.80991733,0.8181818,0.8140496,0.7892562,0.76859504,0.7355372,0.70247936,0.6570248,0.58677685,0.55785125,0.58264464,0.57438016,0.60330576,0.6652893,0.7066116,0.73966944,0.75619835,0.76033056,0.77272725,0.77272725,0.76033056,0.7644628,0.76033056,0.73966944,0.72727275,0.70247936,0.6818182,0.6652893,0.6487603,0.6198347,0.59090906,0.5785124,0.5661157,0.5371901,0.5123967,0.5289256,0.6198347,0.6694215,0.69008267,0.6859504,0.7107438,0.7355372,0.76033056,0.78512394,0.7933884,0.78099173,0.78099173,0.78512394,0.78512394,0.78512394,0.78512394,0.78512394,0.7644628,0.73966944,0.71900827,0.677686,0.6404959,0.661157,0.74380165,0.74793386,0.7231405,0.74793386,0.78099173,0.8016529,0.8140496,0.80991733,0.79752064,0.79752064,0.76859504,0.72727275,0.7107438,0.661157,0.57438016,0.553719,0.59917355,0.59504133,0.5661157,0.59917355,0.6528926,0.6859504,0.7066116,0.7355372,0.75619835,0.75619835,0.76033056,0.74793386,0.73966944,0.71487606,0.6983471,0.69008267,0.661157,0.6446281,0.6322314,0.607438,0.58677685,0.57024795,0.5413223,0.53305787,0.5041322,0.5247934,0.607438,0.6528926,0.6694215,0.6570248,0.6818182,0.7355372,0.74380165,0.76859504,0.78099173,0.7768595,0.77272725,0.7644628,0.75619835,0.7644628,0.76859504,0.76033056,0.73140496,0.6983471,0.6570248,0.58677685,0.58264464,0.6859504,0.75206614,0.75619835,0.72727275,0.74793386,0.78512394,0.80991733,0.8264463,0.8057851,0.8057851,0.7933884,0.7768595,0.75206614,0.71487606,0.6652893,0.58677685,0.57438016,0.6528926,0.6570248,0.553719,0.5371901,0.57438016,0.61157024,0.6322314,0.69008267,0.7107438,0.7231405,0.73140496,0.71900827,0.7107438,0.6983471,0.6859504,0.677686,0.6570248,0.62396693,0.59504133,0.58677685,0.58677685,0.5661157,0.5206612,0.5082645,0.49586776,0.5165289,0.58677685,0.6322314,0.6487603,0.6528926,0.6735537,0.7107438,0.73140496,0.74793386,0.77272725,0.75619835,0.75206614,0.7355372,0.7231405,0.72727275,0.73140496,0.7231405,0.69008267,0.6487603,0.607438,0.54545456,0.53305787,0.69008267,0.7644628,0.76033056,0.7355372,0.75206614,0.7892562,0.80991733,0.822314,0.8181818,0.8016529,0.8016529,0.7892562,0.7644628,0.72727275,0.6735537,0.61570245,0.59504133,0.6652893,0.6735537,0.56198347,0.49586776,0.5289256,0.54545456,0.57438016,0.61157024,0.6528926,0.6859504,0.6983471,0.69008267,0.69008267,0.6859504,0.661157,0.6528926,0.6322314,0.60330576,0.5661157,0.54545456,0.5661157,0.54545456,0.5165289,0.49586776,0.48347107,0.5289256,0.5785124,0.61157024,0.6363636,0.6404959,0.661157,0.6859504,0.70247936,0.71900827,0.73966944,0.74380165,0.74793386,0.72727275,0.70247936,0.69008267,0.6735537,0.6528926,0.62396693,0.58264464,0.57438016,0.5413223,0.53305787,0.71487606,0.76033056,0.74380165,0.74380165,0.76033056,0.7892562,0.8016529,0.8057851,0.8181818,0.8181818,0.8057851,0.7892562,0.76033056,0.73140496,0.6735537,0.6322314,0.59917355,0.6404959,0.6528926,0.57438016,0.5123967,0.5206612,0.5206612,0.5206612,0.5413223,0.59090906,0.6280992,0.661157,0.661157,0.661157,0.6652893,0.6487603,0.6322314,0.607438,0.57024795,0.54545456,0.5247934,0.5247934,0.5123967,0.5082645,0.4876033,0.47933885,0.5041322,0.56198347,0.59504133,0.6198347,0.62396693,0.6446281,0.661157,0.6652893,0.677686,0.70247936,0.71900827,0.7066116,0.70247936,0.6735537,0.6528926,0.607438,0.58264464,0.5413223,0.5247934,0.55785125,0.57438016,0.57438016,0.7066116,0.76033056,0.73966944,0.74380165,0.77272725,0.7933884,0.7933884,0.7892562,0.80991733,0.8140496,0.79752064,0.7768595,0.75206614,0.71900827,0.6652893,0.6198347,0.58264464,0.58264464,0.61157024,0.553719,0.53305787,0.553719,0.54545456,0.5165289,0.5082645,0.5165289,0.553719,0.59917355,0.607438,0.61570245,0.6280992,0.61570245,0.59504133,0.58264464,0.5495868,0.5165289,0.47933885,0.5,0.5041322,0.4876033,0.47933885,0.47107437,0.49173555,0.553719,0.58264464,0.60330576,0.60330576,0.62396693,0.6404959,0.6363636,0.661157,0.677686,0.6735537,0.6570248,0.6487603,0.6198347,0.58677685,0.5413223,0.5123967,0.49586776,0.53305787,0.59090906,0.607438,0.58677685,0.6446281,0.72727275,0.70247936,0.6983471,0.74793386,0.78099173,0.78099173,0.77272725,0.78099173,0.7768595,0.76859504,0.74793386,0.71900827,0.6859504,0.6404959,0.58264464,0.553719,0.553719,0.5495868,0.5082645,0.5206612,0.57024795,0.55785125,0.5371901,0.5,0.47107437,0.47107437,0.5371901,0.56198347,0.5785124,0.58264464,0.57438016,0.5661157,0.553719,0.5289256,0.5041322,0.4752066,0.4876033,0.49173555,0.48347107,0.47107437,0.46280992,0.49586776,0.54545456,0.57438016,0.59090906,0.59917355,0.60330576,0.6322314,0.6363636,0.6322314,0.6363636,0.61570245,0.59917355,0.5785124,0.5495868,0.5041322,0.46280992,0.47107437,0.5,0.553719,0.60330576,0.6404959,0.61157024,0.5785124,0.61157024,0.6198347,0.607438,0.6570248,0.7231405,0.74793386,0.74380165,0.73966944,0.73140496,0.71900827,0.7107438,0.6818182,0.6487603,0.57438016,0.5041322,0.46694216,0.47107437,0.446281,0.44214877,0.5,0.55785125,0.55785125,0.5413223,0.5247934,0.47933885,0.41735536,0.4338843,0.48347107,0.5247934,0.54545456,0.54545456,0.5371901,0.5247934,0.5041322,0.49586776,0.47933885,0.47933885,0.46694216,0.47933885,0.46694216,0.46280992,0.49586776,0.5371901,0.58264464,0.59504133,0.59504133,0.59090906,0.59917355,0.6198347,0.61157024,0.60330576,0.58264464,0.5413223,0.49586776,0.45867768,0.43801653,0.45041323,0.48347107,0.5206612,0.54545456,0.60330576,0.6735537,0.6446281,0.5661157,0.5082645,0.48347107,0.4752066,0.5082645,0.60330576,0.6694215,0.6859504,0.6694215,0.6570248,0.6487603,0.6446281,0.6198347,0.56198347,0.45041323,0.35950413,0.338843,0.3264463,0.3677686,0.42975205,0.5041322,0.5495868,0.57024795,0.553719,0.5413223,0.5082645,0.45041323,0.3966942,0.40082645,0.42975205,0.4752066,0.5165289,0.5082645,0.5123967,0.49586776,0.47933885,0.47107437,0.47107437,0.47933885,0.4876033,0.4752066,0.46694216,0.48347107,0.5371901,0.5785124,0.61157024,0.61157024,0.61570245,0.59504133,0.61157024,0.60330576,0.57438016,0.53305787,0.47107437,0.4214876,0.446281,0.46694216,0.5082645,0.5206612,0.5289256,0.5289256,0.59504133,0.6570248,0.6322314,0.57438016,0.5041322,0.446281,0.4338843,0.38016528,0.42975205,0.5289256,0.5661157,0.56198347,0.54545456,0.5371901,0.5371901,0.49173555,0.4090909,0.3181818,0.2644628,0.2892562,0.32231405,0.37190083,0.42975205,0.48347107,0.5082645,0.5661157,0.5785124,0.5413223,0.4876033,0.45867768,0.46280992,0.4338843,0.40082645,0.37190083,0.45041323,0.4876033,0.5082645,0.5123967,0.5041322,0.49586776,0.49173555,0.49586776,0.49173555,0.47933885,0.46280992,0.47107437,0.5289256,0.57438016,0.61570245,0.62396693,0.6363636,0.62396693,0.6198347,0.61157024,0.56198347,0.48347107,0.4090909,0.42975205,0.5082645,0.5247934,0.5247934,0.53305787,0.5165289,0.5123967,0.5495868,0.58677685,0.60330576,0.57024795,0.54545456,0.49173555,0.45041323,0.3966942,0.338843,0.37603307,0.41735536,0.446281,0.43801653,0.42975205,0.41735536,0.35123968,0.29752067,0.32231405,0.37190083,0.3966942,0.41322315,0.40495867,0.40082645,0.45041323,0.44214877,0.5082645,0.553719,0.54545456,0.47107437,0.4214876,0.446281,0.46280992,0.45454547,0.38429752,0.36363637,0.45454547,0.5082645,0.5082645,0.5082645,0.5165289,0.5123967,0.5041322,0.4876033,0.47933885,0.46280992,0.45454547,0.5041322,0.5661157,0.59917355,0.61570245,0.6487603,0.6528926,0.6446281,0.6198347,0.57024795,0.4876033,0.41735536,0.46694216,0.5206612,0.4876033,0.4876033,0.48347107,0.5,0.5413223,0.5289256,0.5371901,0.59504133,0.57438016,0.56198347,0.5413223,0.5082645,0.46694216,0.39256197,0.3305785,0.29752067,0.338843,0.32231405,0.30991736,0.3181818,0.30991736,0.30578512,0.38429752,0.42975205,0.44214877,0.46280992,0.446281,0.40082645,0.41735536,0.41322315,0.46694216,0.49586776,0.5,0.4752066,0.4090909,0.3966942,0.4090909,0.446281,0.4338843,0.3966942,0.46694216,0.5413223,0.5413223,0.5371901,0.5289256,0.5206612,0.5082645,0.4876033,0.47107437,0.45454547,0.43801653,0.4876033,0.55785125,0.59504133,0.61570245,0.6404959,0.6694215,0.6694215,0.6404959,0.607438,0.5371901,0.43801653,0.43801653,0.45454547,0.45867768,0.46694216,0.45867768,0.5041322,0.57024795,0.5495868,0.5371901,0.57024795,0.5495868,0.5495868,0.57438016,0.56198347,0.5041322,0.45867768,0.39256197,0.3264463,0.3181818,0.2644628,0.2520661,0.3140496,0.41322315,0.38016528,0.44214877,0.43801653,0.41322315,0.44214877,0.4752066,0.42975205,0.39256197,0.40495867,0.42975205,0.4752066,0.44214877,0.446281,0.40082645,0.39256197,0.3677686,0.3966942,0.41322315,0.45454547,0.5413223,0.5785124,0.5371901,0.553719,0.5413223,0.5123967,0.5123967,0.49173555,0.46694216,0.43801653,0.4214876,0.45041323,0.5413223,0.58264464,0.60330576,0.62396693,0.6694215,0.6735537,0.6694215,0.6446281,0.58264464,0.446281,0.40495867,0.41735536,0.42561984,0.4214876,0.41735536,0.46280992,0.5289256,0.5371901,0.53305787,0.58677685,0.53305787,0.53305787,0.5661157,0.55785125,0.49586776,0.47933885,0.49173555,0.47107437,0.4090909,0.30991736,0.29338843,0.38429752,0.5289256,0.45041323,0.4876033,0.45041323,0.39256197,0.38842976,0.446281,0.44214877,0.3966942,0.37190083,0.38429752,0.40082645,0.4090909,0.43801653,0.39256197,0.38016528,0.38842976,0.3966942,0.4214876,0.49586776,0.59090906,0.59090906,0.5371901,0.56198347,0.5247934,0.49586776,0.5041322,0.47933885,0.45454547,0.41322315,0.4090909,0.43801653,0.5,0.57024795,0.59504133,0.61157024,0.6404959,0.6570248,0.6487603,0.6735537,0.607438,0.40495867,0.38842976,0.41322315,0.4090909,0.37603307,0.38842976,0.4090909,0.45867768,0.5123967,0.4876033,0.5123967,0.5371901,0.56198347,0.5413223,0.54545456,0.46694216,0.47107437,0.5495868,0.56198347,0.5,0.38842976,0.38016528,0.46280992,0.5785124,0.47933885,0.46280992,0.45041323,0.37603307,0.36363637,0.4214876,0.41735536,0.38842976,0.338843,0.37190083,0.34710744,0.3553719,0.42561984,0.41322315,0.35950413,0.36363637,0.42561984,0.4876033,0.56198347,0.60330576,0.59504133,0.56198347,0.55785125,0.5082645,0.49586776,0.49173555,0.46694216,0.45041323,0.3966942,0.42561984,0.4214876,0.46280992,0.53305787,0.57024795,0.59090906,0.61570245,0.6404959,0.6404959,0.6735537,0.6446281,0.446281,0.40495867,0.3966942,0.38842976,0.37603307,0.37190083,0.38016528,0.4338843,0.49586776,0.4752066,0.47933885,0.5247934,0.5165289,0.4876033,0.49173555,0.42561984,0.45041323,0.5206612,0.5495868,0.49173555,0.41735536,0.38842976,0.446281,0.5289256,0.48347107,0.41322315,0.4090909,0.35950413,0.3429752,0.4090909,0.41322315,0.3677686,0.33471075,0.35123968,0.3553719,0.3305785,0.38429752,0.3966942,0.34710744,0.34710744,0.43801653,0.5661157,0.59917355,0.59917355,0.59090906,0.54545456,0.5082645,0.48347107,0.49586776,0.4752066,0.45041323,0.42561984,0.37190083,0.41735536,0.42975205,0.42561984,0.49586776,0.5413223,0.57438016,0.60330576,0.6322314,0.6528926,0.661157,0.6983471,0.5661157,0.44214877,0.4090909,0.37190083,0.40495867,0.40495867,0.38016528,0.42561984,0.446281,0.46694216,0.4876033,0.54545456,0.46694216,0.42975205,0.44214877,0.3966942,0.43801653,0.5,0.5082645,0.41735536,0.36363637,0.35950413,0.40082645,0.47933885,0.47107437,0.38842976,0.36363637,0.34710744,0.3264463,0.35950413,0.39256197,0.38842976,0.3553719,0.35123968,0.36363637,0.35950413,0.38429752,0.37190083,0.38429752,0.38016528,0.45867768,0.57024795,0.607438,0.58677685,0.56198347,0.5041322,0.46280992,0.46694216,0.4752066,0.45867768,0.446281,0.38842976,0.34710744,0.2644628,0.4214876,0.4214876,0.45867768,0.5082645,0.54545456,0.5785124,0.6198347,0.6322314,0.6404959,0.6735537,0.6322314,0.5371901,0.47933885,0.4090909,0.446281,0.45867768,0.42975205,0.44214877,0.45041323,0.45454547,0.4876033,0.5289256,0.46694216,0.4090909,0.4338843,0.39256197,0.43801653,0.5247934,0.4752066,0.39256197,0.39256197,0.3966942,0.3966942,0.45867768,0.47933885,0.40082645,0.30578512,0.3140496,0.35950413,0.3429752,0.37190083,0.38842976,0.37603307,0.37190083,0.39256197,0.40495867,0.41735536,0.4090909,0.46694216,0.45867768,0.53305787,0.58677685,0.58264464,0.55785125,0.5165289,0.48347107,0.45867768,0.45454547,0.46280992,0.43801653,0.42561984,0.36363637,0.2892562,0.1446281,0.4338843,0.44214877,0.4214876,0.47933885,0.5082645,0.5123967,0.5661157,0.59504133,0.61157024,0.6322314,0.6446281,0.60330576,0.56198347,0.5,0.5123967,0.5206612,0.5,0.5,0.5123967,0.5041322,0.49586776,0.5041322,0.5041322,0.46694216,0.46694216,0.42975205,0.43801653,0.53305787,0.46694216,0.45041323,0.5247934,0.5165289,0.43801653,0.4338843,0.4752066,0.45041323,0.338843,0.30991736,0.38842976,0.38429752,0.38842976,0.4090909,0.4090909,0.41735536,0.45041323,0.45867768,0.45867768,0.46280992,0.49173555,0.5082645,0.56198347,0.58264464,0.55785125,0.5247934,0.49173555,0.4752066,0.46280992,0.46694216,0.45454547,0.41735536,0.40082645,0.27272728,0.2107438,0.11570248,0.42561984,0.46280992,0.4214876,0.43801653,0.49173555,0.46694216,0.4876033,0.5495868,0.58264464,0.59917355,0.62396693,0.6363636,0.61570245,0.54545456,0.5289256,0.5661157,0.54545456,0.55785125,0.57024795,0.55785125,0.53305787,0.5413223,0.5413223,0.5206612,0.5206612,0.4876033,0.5,0.5082645,0.46280992,0.49173555,0.5247934,0.5206612,0.45867768,0.4214876,0.43801653,0.446281,0.41322315,0.39256197,0.4214876,0.41322315,0.42975205,0.4338843,0.45041323,0.46694216,0.5,0.5082645,0.5041322,0.5082645,0.5206612,0.5371901,0.55785125,0.5661157,0.5289256,0.5,0.4752066,0.46694216,0.45454547,0.45041323,0.4338843,0.40495867,0.35123968,0.16115703,0.17355372,0.11157025,0.39256197,0.46694216,0.44214877,0.40495867,0.46280992,0.47107437,0.46280992,0.5082645,0.54545456,0.55785125,0.5785124,0.60330576,0.6198347,0.57024795,0.553719,0.58677685,0.58677685,0.59504133,0.61570245,0.607438,0.58264464,0.58677685,0.57438016,0.53305787,0.5247934,0.5082645,0.4876033,0.47107437,0.49173555,0.5289256,0.53305787,0.5206612,0.48347107,0.44214877,0.4338843,0.43801653,0.45867768,0.44214877,0.43801653,0.446281,0.46280992,0.4876033,0.5082645,0.5247934,0.53305787,0.5371901,0.5413223,0.5206612,0.5206612,0.5371901,0.5495868,0.53305787,0.49173555,0.47107437,0.47107437,0.45867768,0.446281,0.42975205,0.39256197,0.38016528,0.28512397,0.11570248,0.14876033,0.11570248,0.33471075,0.48347107,0.45867768,0.42561984,0.4214876,0.45454547,0.46280992,0.47933885,0.5,0.5165289,0.5371901,0.5661157,0.59090906,0.57438016,0.57024795,0.59917355,0.62396693,0.6446281,0.6528926,0.6570248,0.6322314,0.6322314,0.61157024,0.5661157,0.5289256,0.5082645,0.47107437,0.4876033,0.5206612,0.5289256,0.5206612,0.5123967,0.4876033,0.45041323,0.4338843,0.45454547,0.47107437,0.45867768,0.46280992,0.47933885,0.5082645,0.54545456,0.5495868,0.5661157,0.55785125,0.553719,0.55785125,0.53305787,0.5289256,0.5247934,0.5206612,0.5041322,0.47107437,0.46280992,0.46280992,0.45041323,0.4214876,0.40082645,0.35950413,0.3429752,0.23966943,0.09917355,0.14876033,0.12396694,0.2892562,0.49173555,0.46694216,0.45041323,0.4214876,0.42975205,0.45454547,0.4752066,0.47933885,0.48347107,0.5041322,0.5247934,0.54545456,0.55785125,0.58264464,0.61570245,0.6487603,0.6694215,0.6818182,0.6942149,0.677686,0.6735537,0.6528926,0.62396693,0.5785124,0.5413223,0.5041322,0.5165289,0.5371901,0.5289256,0.5082645,0.5041322,0.48347107,0.45867768,0.45867768,0.4752066,0.5,0.49586776,0.5082645,0.5289256,0.5495868,0.5785124,0.58677685,0.58264464,0.5785124,0.5661157,0.54545456,0.5206612,0.5165289,0.5123967,0.5041322,0.48347107,0.46280992,0.46280992,0.44214877,0.4338843,0.3966942,0.38016528,0.3305785,0.3140496,0.20661157,0.09090909,0.16528925,0.13636364,0.24793388,0.49173555,0.49586776,0.46280992,0.45041323,0.41322315,0.42975205,0.45867768,0.47107437,0.45867768,0.48347107,0.5041322,0.5206612,0.5371901,0.58264464,0.61157024,0.6363636,0.6735537,0.6983471,0.71487606,0.71487606,0.7066116,0.6859504,0.6652893,0.6322314,0.59090906,0.55785125,0.55785125,0.56198347,0.55785125,0.54545456,0.5371901,0.5165289,0.5082645,0.5165289,0.5289256,0.54545456,0.53305787,0.553719,0.57438016,0.59090906,0.61157024,0.60330576,0.58677685,0.60330576,0.55785125,0.5371901,0.5165289,0.5041322,0.5041322,0.5,0.4752066,0.45867768,0.446281,0.42975205,0.4090909,0.3677686,0.3429752,0.30578512,0.32231405,0.17768595,0.09090909,0.17768595,0.1570248,0.22727273,0.5,0.5123967,0.47107437,0.45454547,0.42975205,0.40082645,0.44214877,0.46280992,0.47107437,0.47933885,0.5041322,0.5123967,0.5123967,0.57024795,0.607438,0.6322314,0.6652893,0.70247936,0.71487606,0.7231405,0.7355372,0.71487606,0.7066116,0.6735537,0.6446281,0.6280992,0.62396693,0.6280992,0.6280992,0.6322314,0.6322314,0.6198347,0.59917355,0.59504133,0.59917355,0.59504133,0.59090906,0.59090906,0.59917355,0.60330576,0.607438,0.60330576,0.58264464,0.58677685,0.55785125,0.5371901,0.5082645,0.4876033,0.49586776,0.49586776,0.46694216,0.45454547,0.45041323,0.42975205,0.40495867,0.34710744,0.3140496,0.30578512,0.34710744,0.1322314,0.09504132,0.1983471,0.18595041,0.20247933,0.4752066,0.5289256,0.4876033,0.45867768,0.44214877,0.41322315,0.40082645,0.43801653,0.46694216,0.49173555,0.48347107,0.5,0.5041322,0.5413223,0.58264464,0.61570245,0.6487603,0.69008267,0.72727275,0.7066116,0.71900827,0.7355372,0.73140496,0.71487606,0.6818182,0.6735537,0.677686,0.6735537,0.6735537,0.6942149,0.7066116,0.6942149,0.6818182,0.6652893,0.6280992,0.61570245,0.6198347,0.61157024,0.61570245,0.60330576,0.59504133,0.58264464,0.58264464,0.59090906,0.5495868,0.5206612,0.48347107,0.46280992,0.47107437,0.46694216,0.4752066,0.46280992,0.446281,0.40495867,0.3677686,0.3181818,0.30165288,0.33471075,0.338843,0.09504132,0.12396694,0.23140496,0.2231405,0.19008264,0.45041323,0.53305787,0.5041322,0.4752066,0.45041323,0.44214877,0.3966942,0.40495867,0.446281,0.47933885,0.5,0.49586776,0.49586776,0.5165289,0.5495868,0.59090906,0.6322314,0.677686,0.71900827,0.71487606,0.72727275,0.71900827,0.7355372,0.72727275,0.69008267,0.69008267,0.7066116,0.7066116,0.70247936,0.7066116,0.7231405,0.7066116,0.69008267,0.6818182,0.6570248,0.6363636,0.62396693,0.607438,0.607438,0.61157024,0.59090906,0.59917355,0.57024795,0.5495868,0.5206612,0.4752066,0.42975205,0.446281,0.45454547,0.46694216,0.4752066,0.45041323,0.40495867,0.3677686,0.3264463,0.29752067,0.30991736,0.36363637,0.26859504,0.08264463,0.1694215,0.2603306,0.30578512,0.19421488,0.3966942,0.5371901,0.5247934,0.49586776,0.46694216,0.446281,0.42561984,0.37190083,0.40082645,0.45454547,0.4752066,0.49586776,0.4876033,0.49173555,0.5123967,0.553719,0.607438,0.661157,0.71487606,0.73140496,0.72727275,0.7066116,0.7107438,0.75206614,0.7231405,0.7066116,0.7107438,0.7231405,0.71900827,0.7107438,0.6983471,0.6859504,0.6859504,0.6859504,0.6694215,0.6322314,0.6280992,0.59917355,0.58677685,0.607438,0.59917355,0.58264464,0.553719,0.53305787,0.5,0.42561984,0.39256197,0.43801653,0.45867768,0.46694216,0.43801653,0.42561984,0.38429752,0.33471075,0.30165288,0.2892562,0.32231405,0.36363637,0.1983471,0.11570248,0.20247933,0.28099173,0.37603307,0.21487603,0.33471075,0.5247934,0.53305787,0.5082645,0.48347107,0.46280992,0.44214877,0.40495867,0.36363637,0.3966942,0.4338843,0.45867768,0.4752066,0.47107437,0.47933885,0.49586776,0.5413223,0.61570245,0.6652893,0.7066116,0.71900827,0.71487606,0.71487606,0.73966944,0.71487606,0.70247936,0.70247936,0.7231405,0.70247936,0.6818182,0.661157,0.6528926,0.661157,0.6694215,0.6570248,0.6280992,0.607438,0.58264464,0.5785124,0.5785124,0.58677685,0.5661157,0.5371901,0.5082645,0.45454547,0.38429752,0.38016528,0.42561984,0.4338843,0.42561984,0.40495867,0.38016528,0.34710744,0.30165288,0.29338843,0.30578512,0.33471075,0.338843,0.1570248,0.16115703,0.24793388,0.29338843,0.47933885,0.28099173,0.25619835,0.49586776,0.53305787,0.5165289,0.49586776,0.47933885,0.46280992,0.44214877,0.38429752,0.3677686,0.38842976,0.41322315,0.42975205,0.46694216,0.45454547,0.446281,0.4752066,0.55785125,0.6322314,0.677686,0.70247936,0.71487606,0.7231405,0.73140496,0.6983471,0.6859504,0.6818182,0.70247936,0.6652893,0.6322314,0.61157024,0.607438,0.62396693,0.62396693,0.6280992,0.61157024,0.57438016,0.56198347,0.5785124,0.5785124,0.56198347,0.5206612,0.5082645,0.47107437,0.39256197,0.35123968,0.38842976,0.42975205,0.4090909,0.4090909,0.3677686,0.338843,0.29752067,0.28512397,0.29752067,0.3264463,0.35123968,0.30165288,0.1570248,0.19421488,0.28512397,0.3181818,0.5495868,0.3677686,0.25619835,0.44214877,0.53305787,0.5247934,0.5082645,0.49173555,0.47933885,0.45454547,0.42561984,0.37603307,0.36363637,0.38016528,0.3966942,0.43801653,0.42975205,0.4214876,0.4214876,0.47107437,0.57438016,0.6322314,0.6652893,0.677686,0.69008267,0.7066116,0.6942149,0.677686,0.6694215,0.6735537,0.6363636,0.59504133,0.56198347,0.55785125,0.5785124,0.59090906,0.59504133,0.58264464,0.5495868,0.5247934,0.5413223,0.55785125,0.5206612,0.49173555,0.47107437,0.40495867,0.33471075,0.35950413,0.40495867,0.41322315,0.38842976,0.35950413,0.3264463,0.30991736,0.28099173,0.2892562,0.3181818,0.35123968,0.3429752,0.24793388,0.1694215,0.24380165,0.3140496,0.34710744,0.58677685,0.45867768,0.3264463,0.36363637,0.5206612,0.5289256,0.5206612,0.5082645,0.4876033,0.47933885,0.44214877,0.40495867,0.3677686,0.35950413,0.38016528,0.3966942,0.4214876,0.4214876,0.41322315,0.41735536,0.4752066,0.56198347,0.61570245,0.6280992,0.6446281,0.661157,0.6694215,0.6735537,0.6735537,0.6198347,0.5785124,0.5661157,0.5495868,0.53305787,0.5371901,0.56198347,0.55785125,0.54545456,0.53305787,0.5289256,0.5082645,0.5082645,0.47933885,0.45867768,0.41735536,0.33471075,0.3264463,0.37190083,0.38429752,0.36363637,0.338843,0.3305785,0.29752067,0.2892562,0.2892562,0.30991736,0.338843,0.35123968,0.3264463,0.21487603,0.1694215,0.29752067,0.3429752,0.3966942,0.57438016,0.53305787,0.41735536,0.338843,0.46694216,0.5289256,0.5206612,0.5123967,0.49173555,0.4876033,0.47107437,0.43801653,0.39256197,0.35950413,0.35950413,0.3677686,0.40495867,0.43801653,0.4338843,0.4090909,0.4090909,0.46694216,0.53305787,0.57024795,0.59504133,0.60330576,0.59504133,0.607438,0.60330576,0.55785125,0.5206612,0.5165289,0.5247934,0.5041322,0.4876033,0.5041322,0.5123967,0.5041322,0.4876033,0.4752066,0.46694216,0.45454547,0.4214876,0.3966942,0.33471075,0.3181818,0.3677686,0.38016528,0.37190083,0.3429752,0.3140496,0.30165288,0.28512397,0.28512397,0.30991736,0.33471075,0.34710744,0.3553719,0.3140496,0.19008264,0.23140496,0.35123968,0.35123968,0.41735536,0.5289256,0.5785124,0.49586776,0.37190083,0.41322315,0.5041322,0.5371901,0.5371901,0.5082645,0.47933885,0.4752066,0.45867768,0.42975205,0.38842976,0.35950413,0.34710744,0.38429752,0.40495867,0.4214876,0.42975205,0.4090909,0.3966942,0.4338843,0.4876033,0.5165289,0.5371901,0.5495868,0.5206612,0.5165289,0.5082645,0.4876033,0.47933885,0.45867768,0.45041323,0.44214877,0.43801653,0.446281,0.446281,0.42975205,0.41735536,0.4090909,0.38016528,0.338843,0.3140496,0.29752067,0.3429752,0.38016528,0.38842976,0.34710744,0.3305785,0.29752067,0.2892562,0.2892562,0.30578512,0.3264463,0.34710744,0.3553719,0.3553719,0.29338843,0.18595041,0.30578512,0.38016528,0.36363637,0.41735536,24 +0.19008264,0.19421488,0.11157025,0.44214877,0.57438016,0.6528926,0.7107438,0.7231405,0.75206614,0.76033056,0.77272725,0.78099173,0.7933884,0.7933884,0.79752064,0.8016529,0.80991733,0.8140496,0.8140496,0.8181818,0.8181818,0.8181818,0.822314,0.822314,0.822314,0.8181818,0.8140496,0.8181818,0.822314,0.822314,0.822314,0.822314,0.822314,0.822314,0.822314,0.822314,0.8181818,0.8140496,0.8140496,0.8181818,0.8140496,0.8140496,0.80991733,0.80991733,0.8016529,0.79752064,0.7933884,0.79752064,0.79752064,0.7933884,0.7892562,0.76859504,0.76859504,0.78099173,0.77272725,0.76033056,0.74793386,0.71900827,0.7107438,0.69008267,0.661157,0.6404959,0.61570245,0.57024795,0.18181819,0.18181819,0.10330579,0.4338843,0.5785124,0.6528926,0.70247936,0.73140496,0.75206614,0.75619835,0.7768595,0.78512394,0.7892562,0.7933884,0.8016529,0.8016529,0.8140496,0.8181818,0.8181818,0.8264463,0.8264463,0.822314,0.822314,0.822314,0.8181818,0.8181818,0.8181818,0.822314,0.822314,0.8264463,0.822314,0.822314,0.822314,0.822314,0.822314,0.822314,0.822314,0.8181818,0.8181818,0.8181818,0.8181818,0.8140496,0.80991733,0.8016529,0.8016529,0.8016529,0.8016529,0.8057851,0.79752064,0.79752064,0.7933884,0.7892562,0.78512394,0.78099173,0.76859504,0.76033056,0.74380165,0.72727275,0.6983471,0.69008267,0.6652893,0.6280992,0.59504133,0.57024795,0.16528925,0.16115703,0.10330579,0.4090909,0.58264464,0.6487603,0.6983471,0.73140496,0.75206614,0.75619835,0.76859504,0.78512394,0.78512394,0.7933884,0.8057851,0.8057851,0.80991733,0.8181818,0.8181818,0.822314,0.8264463,0.822314,0.822314,0.8181818,0.8140496,0.8181818,0.8181818,0.8181818,0.822314,0.822314,0.822314,0.8264463,0.8264463,0.8264463,0.8181818,0.8181818,0.822314,0.822314,0.8181818,0.8140496,0.8140496,0.8140496,0.8057851,0.79752064,0.7933884,0.80991733,0.8057851,0.8057851,0.79752064,0.8016529,0.7892562,0.7933884,0.7892562,0.78512394,0.76033056,0.75619835,0.73140496,0.72727275,0.69008267,0.6818182,0.6570248,0.61157024,0.58264464,0.57438016,0.1570248,0.1446281,0.08677686,0.35950413,0.5785124,0.6487603,0.69008267,0.7231405,0.74793386,0.76033056,0.77272725,0.78512394,0.78512394,0.7892562,0.79752064,0.8057851,0.80991733,0.8140496,0.8181818,0.8140496,0.8181818,0.822314,0.822314,0.8140496,0.80991733,0.8140496,0.8140496,0.80991733,0.8181818,0.8181818,0.8181818,0.8264463,0.8181818,0.822314,0.8181818,0.8140496,0.8181818,0.8181818,0.80991733,0.8057851,0.80991733,0.8057851,0.80991733,0.79752064,0.7933884,0.80991733,0.8016529,0.79752064,0.8057851,0.8057851,0.7892562,0.78512394,0.78512394,0.76033056,0.75206614,0.74380165,0.73140496,0.7231405,0.6942149,0.677686,0.6446281,0.607438,0.57024795,0.5661157,0.17355372,0.13636364,0.08677686,0.30991736,0.57438016,0.6528926,0.6859504,0.7231405,0.75206614,0.7644628,0.77272725,0.78099173,0.78512394,0.78512394,0.79752064,0.8016529,0.8016529,0.8057851,0.8140496,0.80991733,0.80991733,0.80991733,0.80991733,0.8057851,0.8057851,0.8057851,0.8057851,0.8016529,0.8057851,0.8057851,0.80991733,0.8181818,0.8181818,0.8140496,0.8181818,0.80991733,0.8057851,0.80991733,0.8016529,0.8057851,0.8057851,0.8016529,0.80991733,0.7933884,0.78512394,0.8057851,0.8016529,0.8016529,0.8057851,0.8016529,0.7892562,0.7892562,0.78512394,0.75619835,0.73966944,0.7355372,0.7231405,0.71487606,0.69008267,0.6694215,0.6404959,0.59917355,0.57024795,0.5661157,0.2644628,0.1570248,0.09090909,0.2644628,0.57438016,0.6487603,0.6818182,0.7231405,0.76033056,0.77272725,0.7768595,0.78099173,0.78512394,0.78099173,0.7933884,0.79752064,0.7892562,0.7933884,0.8057851,0.8016529,0.8016529,0.8016529,0.8057851,0.79752064,0.8016529,0.8016529,0.79752064,0.79752064,0.8057851,0.80991733,0.8057851,0.8140496,0.8057851,0.80991733,0.80991733,0.80991733,0.8057851,0.8016529,0.8016529,0.8016529,0.79752064,0.7933884,0.7933884,0.7892562,0.78512394,0.79752064,0.8016529,0.79752064,0.79752064,0.7892562,0.78099173,0.78099173,0.76859504,0.7355372,0.7355372,0.73140496,0.71487606,0.70247936,0.6818182,0.6570248,0.6322314,0.59504133,0.57024795,0.5661157,0.40082645,0.2107438,0.09917355,0.23553719,0.57438016,0.6446281,0.677686,0.71487606,0.76033056,0.7768595,0.7768595,0.78099173,0.78512394,0.78512394,0.7892562,0.7933884,0.78512394,0.78512394,0.7892562,0.7933884,0.7933884,0.7892562,0.7933884,0.78512394,0.7933884,0.7933884,0.7933884,0.79752064,0.8016529,0.80991733,0.7933884,0.8057851,0.7933884,0.7933884,0.79752064,0.8016529,0.79752064,0.7933884,0.79752064,0.79752064,0.7892562,0.7768595,0.77272725,0.7768595,0.78512394,0.7892562,0.78099173,0.77272725,0.76859504,0.76033056,0.75619835,0.76033056,0.76033056,0.74380165,0.72727275,0.71487606,0.7107438,0.70247936,0.677686,0.6446281,0.6198347,0.59090906,0.56198347,0.57024795,0.45454547,0.338843,0.12809917,0.2107438,0.59504133,0.661157,0.6818182,0.7066116,0.74793386,0.76859504,0.76859504,0.77272725,0.78099173,0.78099173,0.7768595,0.78099173,0.78512394,0.78099173,0.7768595,0.78512394,0.78099173,0.77272725,0.78099173,0.78512394,0.78099173,0.78099173,0.78512394,0.78512394,0.78512394,0.7892562,0.78512394,0.7892562,0.78099173,0.78099173,0.78512394,0.78512394,0.78099173,0.78512394,0.78512394,0.78099173,0.76859504,0.73966944,0.73140496,0.73140496,0.73140496,0.7355372,0.72727275,0.71900827,0.71487606,0.7066116,0.6942149,0.69008267,0.7066116,0.73140496,0.7355372,0.71900827,0.6983471,0.69008267,0.6694215,0.6404959,0.61570245,0.59504133,0.57024795,0.57438016,0.45867768,0.42975205,0.2520661,0.20661157,0.59504133,0.6735537,0.6694215,0.6652893,0.6818182,0.70247936,0.7107438,0.7231405,0.71900827,0.74380165,0.75206614,0.75619835,0.78099173,0.7768595,0.77272725,0.77272725,0.77272725,0.76859504,0.76859504,0.78099173,0.7644628,0.76859504,0.77272725,0.77272725,0.77272725,0.7768595,0.76859504,0.7644628,0.75206614,0.74793386,0.75619835,0.76033056,0.74793386,0.75206614,0.7355372,0.7107438,0.6942149,0.6694215,0.6363636,0.607438,0.59917355,0.61157024,0.6363636,0.6528926,0.661157,0.661157,0.661157,0.6322314,0.6280992,0.6818182,0.71487606,0.7066116,0.69008267,0.6694215,0.6570248,0.6404959,0.62396693,0.59917355,0.57438016,0.5661157,0.4338843,0.446281,0.3966942,0.2520661,0.58677685,0.6446281,0.6322314,0.61157024,0.59090906,0.61157024,0.62396693,0.6404959,0.6487603,0.6694215,0.6859504,0.6983471,0.7355372,0.75206614,0.75619835,0.76859504,0.7644628,0.7644628,0.76033056,0.77272725,0.75206614,0.75619835,0.7644628,0.76033056,0.75619835,0.75619835,0.74380165,0.7355372,0.7355372,0.7355372,0.71487606,0.6942149,0.6694215,0.6446281,0.607438,0.5785124,0.57438016,0.57438016,0.5413223,0.5,0.5,0.5371901,0.5661157,0.58264464,0.61157024,0.6280992,0.6322314,0.607438,0.59917355,0.61570245,0.6652893,0.677686,0.6694215,0.6446281,0.6404959,0.6363636,0.61570245,0.59917355,0.5661157,0.55785125,0.44214877,0.44214877,0.446281,0.36363637,0.5371901,0.58264464,0.5785124,0.57438016,0.56198347,0.553719,0.5495868,0.56198347,0.553719,0.58677685,0.58264464,0.59917355,0.6280992,0.6694215,0.69008267,0.71487606,0.73966944,0.74793386,0.75206614,0.75619835,0.74793386,0.75206614,0.75619835,0.74793386,0.73140496,0.72727275,0.71900827,0.7066116,0.70247936,0.677686,0.6363636,0.59917355,0.55785125,0.5082645,0.46280992,0.45041323,0.45041323,0.42975205,0.40082645,0.38842976,0.41735536,0.46694216,0.5123967,0.53305787,0.553719,0.58264464,0.59090906,0.5661157,0.553719,0.5661157,0.59090906,0.60330576,0.607438,0.58677685,0.57438016,0.60330576,0.59917355,0.59090906,0.553719,0.57024795,0.4338843,0.43801653,0.44214877,0.4338843,0.5123967,0.5413223,0.5413223,0.5495868,0.54545456,0.5206612,0.5082645,0.5082645,0.5041322,0.5123967,0.5165289,0.5206612,0.5165289,0.5289256,0.55785125,0.59917355,0.6487603,0.69008267,0.7107438,0.73140496,0.73966944,0.74380165,0.75206614,0.73966944,0.7231405,0.7107438,0.6942149,0.6694215,0.6528926,0.6322314,0.59090906,0.553719,0.5041322,0.45041323,0.40082645,0.38842976,0.38842976,0.36363637,0.35123968,0.3429752,0.36363637,0.3966942,0.44214877,0.47933885,0.49586776,0.5247934,0.5371901,0.54545456,0.5206612,0.5041322,0.5165289,0.5371901,0.5289256,0.5123967,0.49173555,0.5165289,0.5495868,0.57438016,0.55785125,0.5785124,0.45867768,0.43801653,0.46280992,0.4752066,0.5,0.5206612,0.5165289,0.5165289,0.5041322,0.4876033,0.46694216,0.45041323,0.45041323,0.446281,0.45454547,0.45867768,0.446281,0.4338843,0.44214877,0.47933885,0.5413223,0.607438,0.6652893,0.7107438,0.7231405,0.72727275,0.73966944,0.73966944,0.71900827,0.6983471,0.6694215,0.6363636,0.61157024,0.5785124,0.5413223,0.5123967,0.47107437,0.43801653,0.40082645,0.39256197,0.3966942,0.39256197,0.40495867,0.41735536,0.42561984,0.43801653,0.46694216,0.47107437,0.47933885,0.49173555,0.5,0.53305787,0.5165289,0.46280992,0.46694216,0.48347107,0.48347107,0.46694216,0.44214877,0.43801653,0.4752066,0.5165289,0.553719,0.58264464,0.45041323,0.44214877,0.446281,0.4338843,0.45867768,0.48347107,0.48347107,0.4876033,0.47933885,0.46694216,0.46280992,0.45867768,0.43801653,0.41735536,0.41322315,0.40495867,0.40495867,0.40495867,0.40082645,0.4214876,0.46694216,0.5247934,0.59917355,0.677686,0.71900827,0.7355372,0.74793386,0.74380165,0.73140496,0.70247936,0.6694215,0.6280992,0.58677685,0.5413223,0.5,0.46280992,0.45041323,0.4338843,0.42975205,0.41735536,0.41322315,0.41322315,0.446281,0.5041322,0.55785125,0.5495868,0.553719,0.5289256,0.5289256,0.5165289,0.5123967,0.5289256,0.5206612,0.47933885,0.45041323,0.47107437,0.4752066,0.46694216,0.43801653,0.44214877,0.45867768,0.4752066,0.5123967,0.57024795,0.43801653,0.43801653,0.44214877,0.41322315,0.4338843,0.46280992,0.4752066,0.4876033,0.49586776,0.5041322,0.5206612,0.53305787,0.5206612,0.49586776,0.45454547,0.3966942,0.3553719,0.3429752,0.3264463,0.3429752,0.38842976,0.44214877,0.53305787,0.6322314,0.71487606,0.74793386,0.76033056,0.75206614,0.74380165,0.71900827,0.6818182,0.6322314,0.59090906,0.5413223,0.49586776,0.45454547,0.446281,0.446281,0.4338843,0.40082645,0.3553719,0.3305785,0.3429752,0.38016528,0.38429752,0.41322315,0.45041323,0.46694216,0.4752066,0.47933885,0.4752066,0.5082645,0.5247934,0.5206612,0.5123967,0.49586776,0.49173555,0.49586776,0.48347107,0.48347107,0.47933885,0.47107437,0.4876033,0.5371901,0.4338843,0.4338843,0.42975205,0.4214876,0.42561984,0.46280992,0.5082645,0.5165289,0.5165289,0.5206612,0.49586776,0.46694216,0.42975205,0.37603307,0.3181818,0.25619835,0.21487603,0.23140496,0.22727273,0.23553719,0.29752067,0.3140496,0.44214877,0.60330576,0.7107438,0.75619835,0.76859504,0.76033056,0.74793386,0.7355372,0.6983471,0.6487603,0.59504133,0.5413223,0.4876033,0.47107437,0.4752066,0.4752066,0.43801653,0.38429752,0.3553719,0.38429752,0.45867768,0.5165289,0.40495867,0.30165288,0.2644628,0.2603306,0.28099173,0.30165288,0.30578512,0.33471075,0.39256197,0.45041323,0.49586776,0.5123967,0.5082645,0.5165289,0.5123967,0.5082645,0.4876033,0.47933885,0.5,0.54545456,0.42975205,0.42561984,0.4214876,0.42561984,0.43801653,0.4752066,0.5082645,0.5123967,0.47933885,0.41735536,0.3264463,0.28512397,0.30578512,0.30578512,0.25619835,0.23140496,0.19421488,0.23553719,0.24380165,0.23553719,0.29338843,0.23966943,0.30578512,0.5495868,0.71487606,0.7644628,0.7768595,0.77272725,0.76033056,0.75206614,0.71487606,0.6694215,0.59504133,0.53305787,0.5,0.5289256,0.5413223,0.53305787,0.47107437,0.41322315,0.41322315,0.4752066,0.58264464,0.6570248,0.5785124,0.41322315,0.36363637,0.3264463,0.2768595,0.23966943,0.24380165,0.24793388,0.23553719,0.2644628,0.3181818,0.3966942,0.46694216,0.5082645,0.5123967,0.5041322,0.49586776,0.5041322,0.53305787,0.5785124,0.4214876,0.42561984,0.42561984,0.41735536,0.45454547,0.49173555,0.4752066,0.46280992,0.38842976,0.2892562,0.23553719,0.2603306,0.3966942,0.45041323,0.35123968,0.3264463,0.30165288,0.338843,0.34710744,0.35123968,0.37603307,0.30165288,0.24793388,0.4876033,0.71487606,0.76859504,0.7892562,0.7892562,0.77272725,0.76859504,0.7355372,0.661157,0.58264464,0.5371901,0.56198347,0.59090906,0.6198347,0.62396693,0.54545456,0.47107437,0.4752066,0.5206612,0.58677685,0.6652893,0.6818182,0.5289256,0.4214876,0.3966942,0.38016528,0.3553719,0.3677686,0.35123968,0.28099173,0.2603306,0.28099173,0.30578512,0.37190083,0.44214877,0.4752066,0.49586776,0.5165289,0.5413223,0.58264464,0.61157024,0.4214876,0.42561984,0.42561984,0.4090909,0.45867768,0.5123967,0.45867768,0.41735536,0.32231405,0.2644628,0.28512397,0.3305785,0.44214877,0.53305787,0.45041323,0.38429752,0.4090909,0.45867768,0.49173555,0.48347107,0.4876033,0.49586776,0.40082645,0.45867768,0.6859504,0.78512394,0.8016529,0.8057851,0.78512394,0.7768595,0.73140496,0.6446281,0.57438016,0.5785124,0.61157024,0.6198347,0.6363636,0.6528926,0.607438,0.5413223,0.5165289,0.53305787,0.55785125,0.59090906,0.61570245,0.59504133,0.5289256,0.5082645,0.5082645,0.49586776,0.49173555,0.48347107,0.43801653,0.4090909,0.41735536,0.4338843,0.4214876,0.4338843,0.45867768,0.5,0.54545456,0.58677685,0.62396693,0.6404959,0.42975205,0.42975205,0.41735536,0.3966942,0.46280992,0.53305787,0.47933885,0.41322315,0.3181818,0.3181818,0.40082645,0.45454547,0.5123967,0.5371901,0.5371901,0.5247934,0.53305787,0.56198347,0.5661157,0.5165289,0.5082645,0.5371901,0.49586776,0.47933885,0.6735537,0.7933884,0.8140496,0.8140496,0.8016529,0.78512394,0.7231405,0.6322314,0.58264464,0.61157024,0.6570248,0.62396693,0.607438,0.62396693,0.59917355,0.553719,0.5165289,0.5123967,0.5413223,0.57438016,0.59090906,0.5785124,0.56198347,0.5785124,0.607438,0.59504133,0.58264464,0.58677685,0.5661157,0.53305787,0.53305787,0.55785125,0.53305787,0.5123967,0.5165289,0.5413223,0.58677685,0.62396693,0.6487603,0.6652893,0.41735536,0.41735536,0.42975205,0.3966942,0.46280992,0.5289256,0.53305787,0.45867768,0.38016528,0.38842976,0.4876033,0.55785125,0.61157024,0.58677685,0.5661157,0.55785125,0.54545456,0.5371901,0.5123967,0.47933885,0.49586776,0.5413223,0.5289256,0.54545456,0.6942149,0.7933884,0.8264463,0.822314,0.8140496,0.7933884,0.73140496,0.6487603,0.61157024,0.6446281,0.6735537,0.6404959,0.6198347,0.6280992,0.6198347,0.58264464,0.53305787,0.5123967,0.5123967,0.54545456,0.59504133,0.6198347,0.62396693,0.6363636,0.6528926,0.6363636,0.6280992,0.61157024,0.59504133,0.58264464,0.59090906,0.61157024,0.6198347,0.61157024,0.6198347,0.61570245,0.6322314,0.6528926,0.6528926,0.6652893,0.40495867,0.40495867,0.42561984,0.38016528,0.48347107,0.5413223,0.5785124,0.5413223,0.47933885,0.45867768,0.49173555,0.54545456,0.57438016,0.58264464,0.5661157,0.5495868,0.5247934,0.5123967,0.5041322,0.5082645,0.54545456,0.5785124,0.57438016,0.607438,0.7231405,0.8016529,0.8264463,0.8305785,0.8181818,0.7933884,0.73966944,0.6735537,0.6446281,0.6652893,0.6859504,0.6570248,0.6363636,0.6528926,0.661157,0.6446281,0.607438,0.5785124,0.553719,0.5289256,0.5247934,0.5371901,0.5661157,0.58677685,0.59917355,0.58264464,0.59090906,0.58677685,0.59504133,0.61157024,0.6280992,0.6446281,0.6570248,0.6528926,0.6735537,0.677686,0.6735537,0.6818182,0.6735537,0.6694215,0.41322315,0.41322315,0.41735536,0.38842976,0.46694216,0.5661157,0.607438,0.60330576,0.57024795,0.54545456,0.5289256,0.5247934,0.5247934,0.5123967,0.5082645,0.5206612,0.5247934,0.553719,0.57438016,0.59090906,0.61570245,0.6280992,0.6280992,0.661157,0.74793386,0.80991733,0.8181818,0.8264463,0.8140496,0.78099173,0.73140496,0.6818182,0.6735537,0.6942149,0.71487606,0.6942149,0.661157,0.6859504,0.71900827,0.71900827,0.6942149,0.677686,0.6528926,0.62396693,0.6198347,0.59090906,0.57024795,0.5785124,0.57438016,0.5785124,0.59917355,0.61570245,0.62396693,0.6570248,0.6859504,0.7066116,0.7066116,0.6942149,0.6818182,0.677686,0.69008267,0.70247936,0.6859504,0.6694215,0.41322315,0.41322315,0.41735536,0.38016528,0.48347107,0.57438016,0.61570245,0.6363636,0.6446281,0.6487603,0.62396693,0.59917355,0.60330576,0.60330576,0.607438,0.62396693,0.62396693,0.6322314,0.6528926,0.6652893,0.6694215,0.6735537,0.6652893,0.6859504,0.75619835,0.8057851,0.8181818,0.822314,0.80991733,0.7768595,0.72727275,0.6859504,0.6818182,0.7066116,0.71900827,0.71487606,0.6859504,0.69008267,0.73966944,0.78099173,0.7644628,0.75206614,0.72727275,0.7107438,0.71900827,0.7231405,0.71487606,0.73140496,0.6983471,0.6818182,0.6942149,0.6942149,0.6859504,0.7066116,0.71487606,0.7231405,0.7355372,0.71900827,0.71487606,0.6859504,0.6983471,0.70247936,0.69008267,0.677686,0.41322315,0.41322315,0.41322315,0.3966942,0.49173555,0.59090906,0.6322314,0.661157,0.6942149,0.7107438,0.70247936,0.6818182,0.677686,0.69008267,0.69008267,0.6818182,0.6818182,0.6942149,0.7066116,0.7107438,0.7107438,0.70247936,0.6859504,0.6942149,0.76859504,0.80991733,0.8140496,0.8181818,0.80991733,0.77272725,0.72727275,0.6983471,0.6983471,0.71487606,0.7231405,0.73140496,0.71487606,0.70247936,0.73140496,0.7933884,0.79752064,0.7933884,0.7768595,0.76033056,0.76033056,0.76033056,0.75619835,0.77272725,0.7107438,0.70247936,0.73966944,0.74380165,0.73966944,0.74793386,0.74380165,0.7355372,0.75619835,0.7355372,0.73140496,0.71900827,0.7107438,0.7066116,0.6983471,0.6818182,0.41735536,0.41735536,0.41322315,0.39256197,0.4876033,0.60330576,0.6363636,0.6694215,0.71487606,0.7355372,0.7355372,0.73140496,0.7066116,0.6983471,0.7107438,0.7107438,0.71900827,0.73966944,0.74380165,0.73966944,0.73140496,0.71487606,0.6942149,0.7066116,0.78512394,0.8140496,0.8181818,0.8140496,0.80991733,0.77272725,0.7231405,0.7066116,0.7231405,0.7231405,0.74380165,0.75206614,0.73966944,0.73140496,0.73966944,0.78512394,0.79752064,0.80991733,0.8016529,0.7892562,0.7892562,0.78512394,0.77272725,0.76859504,0.7355372,0.73966944,0.7644628,0.76859504,0.7644628,0.7644628,0.7644628,0.76033056,0.76033056,0.74380165,0.73140496,0.72727275,0.71487606,0.7066116,0.6983471,0.6818182,0.41735536,0.41735536,0.40495867,0.40082645,0.4876033,0.61157024,0.6528926,0.69008267,0.72727275,0.74380165,0.75206614,0.75206614,0.73966944,0.7231405,0.72727275,0.7355372,0.75206614,0.76033056,0.75206614,0.76033056,0.73966944,0.71487606,0.6859504,0.73140496,0.79752064,0.8264463,0.822314,0.8264463,0.8140496,0.7768595,0.72727275,0.71487606,0.72727275,0.72727275,0.7355372,0.74793386,0.74793386,0.74380165,0.7644628,0.78512394,0.7892562,0.80991733,0.8140496,0.80991733,0.80991733,0.8057851,0.7933884,0.7892562,0.7892562,0.78512394,0.7892562,0.78512394,0.78512394,0.7768595,0.7768595,0.76859504,0.75619835,0.74793386,0.7355372,0.7231405,0.7066116,0.69008267,0.6859504,0.6818182,0.4214876,0.4214876,0.4090909,0.3966942,0.4876033,0.6198347,0.6570248,0.6942149,0.7355372,0.73966944,0.74380165,0.76033056,0.76033056,0.7644628,0.75619835,0.74793386,0.77272725,0.78099173,0.7644628,0.76859504,0.73966944,0.7066116,0.677686,0.73966944,0.8016529,0.8264463,0.822314,0.8264463,0.8181818,0.77272725,0.72727275,0.71900827,0.7231405,0.72727275,0.74380165,0.74380165,0.75206614,0.75206614,0.7644628,0.7933884,0.79752064,0.80991733,0.8181818,0.8181818,0.8140496,0.8057851,0.80991733,0.8057851,0.8016529,0.8016529,0.79752064,0.79752064,0.7933884,0.7892562,0.78099173,0.76859504,0.75206614,0.74380165,0.7231405,0.7066116,0.6983471,0.6735537,0.6694215,0.6735537,0.4214876,0.4214876,0.4090909,0.3966942,0.4876033,0.6280992,0.6528926,0.69008267,0.72727275,0.73140496,0.73140496,0.7644628,0.77272725,0.7768595,0.76859504,0.77272725,0.78099173,0.7933884,0.77272725,0.76033056,0.73140496,0.70247936,0.6446281,0.71900827,0.8016529,0.822314,0.8264463,0.822314,0.80991733,0.77272725,0.73966944,0.7231405,0.71900827,0.7231405,0.73966944,0.74380165,0.74380165,0.75206614,0.76859504,0.8016529,0.8016529,0.8057851,0.8140496,0.8140496,0.8181818,0.8181818,0.8057851,0.8057851,0.80991733,0.80991733,0.8057851,0.8016529,0.79752064,0.7892562,0.77272725,0.76033056,0.75206614,0.7355372,0.6942149,0.69008267,0.7066116,0.6859504,0.6694215,0.6694215,0.41322315,0.41322315,0.4090909,0.39256197,0.47933885,0.62396693,0.6404959,0.6735537,0.71487606,0.73140496,0.73140496,0.76859504,0.77272725,0.78512394,0.7768595,0.7768595,0.77272725,0.78512394,0.7644628,0.74793386,0.7231405,0.70247936,0.6652893,0.73140496,0.8016529,0.822314,0.8264463,0.8181818,0.8016529,0.77272725,0.74793386,0.72727275,0.71900827,0.72727275,0.73140496,0.73140496,0.73966944,0.75206614,0.77272725,0.7933884,0.8016529,0.8016529,0.80991733,0.8140496,0.8140496,0.8181818,0.8181818,0.8181818,0.8140496,0.80991733,0.8140496,0.80991733,0.79752064,0.78512394,0.77272725,0.76033056,0.75619835,0.73140496,0.6694215,0.6570248,0.7066116,0.70247936,0.6859504,0.6694215,0.4214876,0.4214876,0.41322315,0.36363637,0.5,0.62396693,0.6322314,0.661157,0.71900827,0.7355372,0.74793386,0.7644628,0.76859504,0.78512394,0.77272725,0.77272725,0.76859504,0.77272725,0.74793386,0.73966944,0.72727275,0.7066116,0.7066116,0.75206614,0.8016529,0.822314,0.8264463,0.8181818,0.7933884,0.76859504,0.74793386,0.73140496,0.71487606,0.7107438,0.70247936,0.6983471,0.71487606,0.7355372,0.75206614,0.7768595,0.78512394,0.7933884,0.8016529,0.8057851,0.8057851,0.80991733,0.8140496,0.8140496,0.8140496,0.80991733,0.8057851,0.80991733,0.79752064,0.78099173,0.77272725,0.76033056,0.75619835,0.74793386,0.71900827,0.6983471,0.69008267,0.6942149,0.6859504,0.6652893,0.41735536,0.41735536,0.41322315,0.3553719,0.5041322,0.607438,0.6446281,0.677686,0.7355372,0.7355372,0.76033056,0.76033056,0.76033056,0.77272725,0.76859504,0.7644628,0.7644628,0.75619835,0.73966944,0.71900827,0.70247936,0.70247936,0.7355372,0.77272725,0.8057851,0.8181818,0.8181818,0.80991733,0.7768595,0.75619835,0.73966944,0.7231405,0.6983471,0.6694215,0.6652893,0.6694215,0.6694215,0.677686,0.6942149,0.71900827,0.74380165,0.76033056,0.7768595,0.78099173,0.7933884,0.8016529,0.8016529,0.8057851,0.80991733,0.8140496,0.8016529,0.8016529,0.7892562,0.78099173,0.7644628,0.75206614,0.74380165,0.73966944,0.7107438,0.70247936,0.69008267,0.6818182,0.677686,0.661157,0.4090909,0.41322315,0.41322315,0.35123968,0.5041322,0.607438,0.6363636,0.6818182,0.73140496,0.73140496,0.75619835,0.75619835,0.75206614,0.7644628,0.76859504,0.75619835,0.74793386,0.72727275,0.6942149,0.6652893,0.6694215,0.70247936,0.75206614,0.7892562,0.80991733,0.8140496,0.8181818,0.79752064,0.77272725,0.75619835,0.7355372,0.7107438,0.6652893,0.6322314,0.6404959,0.6694215,0.677686,0.6487603,0.6528926,0.6570248,0.6818182,0.71487606,0.73140496,0.74793386,0.76859504,0.78512394,0.7892562,0.7933884,0.79752064,0.8016529,0.78099173,0.78512394,0.77272725,0.76859504,0.75206614,0.73966944,0.73140496,0.7231405,0.7066116,0.69008267,0.677686,0.6735537,0.6570248,0.6487603,0.4090909,0.40495867,0.40495867,0.3677686,0.49586776,0.58677685,0.6363636,0.6859504,0.7231405,0.72727275,0.74380165,0.74793386,0.75206614,0.75619835,0.74380165,0.72727275,0.71487606,0.6859504,0.6322314,0.6198347,0.661157,0.71487606,0.7644628,0.7892562,0.8057851,0.8181818,0.80991733,0.7892562,0.77272725,0.75619835,0.73140496,0.6983471,0.6322314,0.61157024,0.6446281,0.677686,0.6859504,0.6652893,0.6528926,0.61157024,0.6198347,0.6446281,0.6694215,0.70247936,0.7355372,0.76033056,0.77272725,0.7768595,0.78512394,0.7768595,0.76859504,0.7644628,0.76033056,0.74793386,0.74380165,0.7231405,0.7066116,0.7066116,0.6983471,0.6859504,0.6818182,0.661157,0.6280992,0.6280992,0.4090909,0.4090909,0.41322315,0.3677686,0.46280992,0.55785125,0.61570245,0.6694215,0.7066116,0.7231405,0.72727275,0.73140496,0.7355372,0.73966944,0.72727275,0.70247936,0.6694215,0.61570245,0.57024795,0.60330576,0.677686,0.73140496,0.78099173,0.7933884,0.8016529,0.80991733,0.80991733,0.7933884,0.76859504,0.75619835,0.72727275,0.6859504,0.6280992,0.6198347,0.677686,0.73140496,0.72727275,0.6942149,0.6363636,0.5661157,0.55785125,0.57438016,0.59917355,0.6280992,0.6735537,0.7231405,0.7355372,0.74793386,0.75206614,0.74793386,0.75619835,0.74793386,0.74380165,0.7355372,0.73140496,0.70247936,0.677686,0.661157,0.677686,0.6818182,0.6735537,0.6446281,0.6198347,0.60330576,0.40495867,0.40082645,0.40082645,0.37603307,0.45041323,0.53305787,0.59090906,0.6487603,0.69008267,0.7066116,0.70247936,0.6942149,0.70247936,0.7107438,0.70247936,0.6818182,0.6446281,0.58677685,0.54545456,0.607438,0.6983471,0.74793386,0.7933884,0.79752064,0.79752064,0.80991733,0.8140496,0.8140496,0.7768595,0.75619835,0.7355372,0.69008267,0.6404959,0.6363636,0.6983471,0.75206614,0.73966944,0.6859504,0.62396693,0.5289256,0.5247934,0.54545456,0.5413223,0.5495868,0.59504133,0.661157,0.6983471,0.7066116,0.7066116,0.73140496,0.73966944,0.72727275,0.71900827,0.71900827,0.70247936,0.6818182,0.6570248,0.6322314,0.6487603,0.6446281,0.6446281,0.6280992,0.61570245,0.59504133,0.40082645,0.40495867,0.40495867,0.38016528,0.41735536,0.5165289,0.57438016,0.61570245,0.661157,0.69008267,0.6859504,0.6735537,0.6735537,0.6694215,0.6528926,0.62396693,0.58677685,0.54545456,0.5413223,0.6280992,0.6983471,0.75206614,0.7933884,0.79752064,0.7933884,0.8016529,0.8057851,0.8140496,0.79752064,0.7644628,0.73966944,0.6983471,0.661157,0.6570248,0.6942149,0.74380165,0.71487606,0.661157,0.6198347,0.5123967,0.5165289,0.55785125,0.5413223,0.5165289,0.5289256,0.58264464,0.6322314,0.6694215,0.6942149,0.70247936,0.71487606,0.7107438,0.6983471,0.70247936,0.677686,0.6570248,0.6363636,0.6198347,0.61570245,0.607438,0.60330576,0.607438,0.60330576,0.59090906,0.4090909,0.4090909,0.4090909,0.38842976,0.40495867,0.4876033,0.5413223,0.58264464,0.6198347,0.661157,0.6652893,0.6570248,0.6487603,0.62396693,0.59504133,0.5661157,0.53305787,0.5082645,0.5413223,0.6446281,0.6942149,0.7644628,0.7933884,0.7933884,0.7933884,0.7933884,0.8016529,0.8181818,0.8057851,0.76033056,0.72727275,0.6983471,0.6652893,0.6528926,0.6735537,0.7066116,0.69008267,0.6446281,0.607438,0.5123967,0.5413223,0.60330576,0.59917355,0.55785125,0.5206612,0.5041322,0.5495868,0.59504133,0.6322314,0.6570248,0.6735537,0.677686,0.6694215,0.6694215,0.661157,0.6363636,0.61157024,0.59090906,0.57024795,0.5785124,0.59504133,0.59090906,0.58264464,0.58264464,0.40082645,0.40082645,0.3966942,0.38842976,0.38429752,0.45454547,0.5206612,0.5413223,0.5785124,0.6198347,0.6280992,0.62396693,0.61157024,0.57438016,0.54545456,0.5082645,0.48347107,0.4876033,0.53305787,0.6446281,0.6942149,0.7644628,0.78099173,0.78512394,0.78099173,0.77272725,0.78099173,0.7933884,0.78512394,0.74793386,0.71487606,0.6818182,0.6487603,0.62396693,0.6487603,0.661157,0.6570248,0.6198347,0.5495868,0.5041322,0.5661157,0.6322314,0.6363636,0.61157024,0.55785125,0.5082645,0.48347107,0.5165289,0.57024795,0.59917355,0.62396693,0.6363636,0.6363636,0.6363636,0.6322314,0.6198347,0.59504133,0.57024795,0.553719,0.553719,0.58264464,0.58264464,0.57438016,0.57024795,0.38842976,0.38842976,0.38842976,0.38429752,0.38842976,0.4214876,0.5,0.5289256,0.553719,0.57438016,0.58264464,0.57438016,0.5661157,0.5247934,0.49586776,0.45867768,0.46280992,0.47933885,0.5247934,0.59917355,0.6652893,0.73966944,0.76033056,0.76033056,0.76033056,0.75619835,0.75619835,0.74380165,0.73966944,0.71487606,0.677686,0.6322314,0.607438,0.59090906,0.59917355,0.59090906,0.57438016,0.5247934,0.45867768,0.48347107,0.56198347,0.6198347,0.6404959,0.6363636,0.607438,0.5661157,0.5041322,0.45867768,0.47107437,0.5206612,0.55785125,0.58264464,0.60330576,0.60330576,0.59917355,0.59504133,0.58264464,0.5785124,0.57438016,0.5661157,0.5661157,0.57024795,0.57024795,0.56198347,0.38842976,0.39256197,0.39256197,0.3966942,0.38842976,0.38842976,0.4752066,0.5041322,0.5165289,0.5413223,0.54545456,0.5247934,0.5123967,0.4752066,0.43801653,0.4214876,0.44214877,0.47933885,0.5206612,0.55785125,0.59504133,0.677686,0.7231405,0.73140496,0.7231405,0.71900827,0.7231405,0.7107438,0.6983471,0.6570248,0.59504133,0.54545456,0.5123967,0.48347107,0.47107437,0.45041323,0.42975205,0.4214876,0.46694216,0.5413223,0.5661157,0.59504133,0.6363636,0.6446281,0.6322314,0.607438,0.57024795,0.5,0.42975205,0.42975205,0.47107437,0.5123967,0.553719,0.57024795,0.57438016,0.57024795,0.55785125,0.55785125,0.56198347,0.55785125,0.553719,0.56198347,0.57024795,0.57438016,0.40495867,0.40495867,0.40495867,0.40495867,0.38842976,0.37603307,0.47107437,0.47107437,0.5,0.5082645,0.5165289,0.48347107,0.446281,0.41322315,0.41735536,0.44214877,0.45041323,0.47933885,0.5371901,0.5495868,0.5247934,0.5785124,0.6363636,0.6570248,0.6487603,0.6570248,0.661157,0.6570248,0.6280992,0.56198347,0.49173555,0.4214876,0.38842976,0.3553719,0.338843,0.35123968,0.38016528,0.4214876,0.48347107,0.5289256,0.5495868,0.5785124,0.61570245,0.6322314,0.6280992,0.607438,0.58264464,0.53305787,0.47107437,0.4338843,0.40495867,0.42975205,0.47107437,0.5123967,0.54545456,0.56198347,0.5661157,0.5785124,0.57438016,0.5661157,0.56198347,0.57438016,0.57438016,0.58264464,0.40082645,0.40082645,0.3966942,0.3966942,0.38842976,0.36363637,0.46694216,0.49173555,0.49173555,0.49586776,0.49586776,0.46694216,0.39256197,0.38429752,0.45041323,0.47933885,0.46280992,0.4752066,0.53305787,0.5247934,0.49173555,0.4752066,0.5082645,0.5413223,0.5413223,0.54545456,0.5495868,0.5413223,0.5082645,0.45041323,0.39256197,0.3429752,0.33471075,0.3429752,0.3429752,0.3677686,0.41322315,0.42975205,0.44214877,0.47107437,0.5041322,0.5289256,0.553719,0.5785124,0.60330576,0.59504133,0.54545456,0.49586776,0.47107437,0.48347107,0.4752066,0.4338843,0.42561984,0.42561984,0.4752066,0.5371901,0.5661157,0.57438016,0.58264464,0.58264464,0.59090906,0.58264464,0.5785124,0.5785124,0.3966942,0.3966942,0.40082645,0.40082645,0.39256197,0.36363637,0.43801653,0.5082645,0.5123967,0.5082645,0.5,0.47107437,0.39256197,0.39256197,0.46694216,0.49586776,0.46694216,0.47107437,0.5123967,0.5082645,0.4752066,0.4338843,0.4214876,0.4338843,0.4338843,0.43801653,0.44214877,0.4338843,0.4090909,0.37603307,0.35950413,0.3553719,0.37603307,0.4214876,0.4214876,0.41322315,0.446281,0.446281,0.41735536,0.42561984,0.46280992,0.4752066,0.5165289,0.5247934,0.5413223,0.56198347,0.5206612,0.47933885,0.4338843,0.46694216,0.48347107,0.46280992,0.47107437,0.41735536,0.40495867,0.4876033,0.55785125,0.57438016,0.59917355,0.58677685,0.60330576,0.60330576,0.59504133,0.5785124,0.3966942,0.3966942,0.3966942,0.39256197,0.3966942,0.37190083,0.40495867,0.5,0.53305787,0.5371901,0.5289256,0.5082645,0.45454547,0.4214876,0.45041323,0.4752066,0.46280992,0.4876033,0.5165289,0.5,0.46280992,0.44214877,0.42975205,0.40082645,0.37190083,0.34710744,0.338843,0.34710744,0.3264463,0.3181818,0.38842976,0.42975205,0.41735536,0.4752066,0.47107437,0.44214877,0.45454547,0.46280992,0.41322315,0.41322315,0.45867768,0.46280992,0.5041322,0.5165289,0.49173555,0.5,0.5,0.4752066,0.42561984,0.38429752,0.45041323,0.41735536,0.47107437,0.47933885,0.42561984,0.46280992,0.5495868,0.59090906,0.607438,0.607438,0.61570245,0.60330576,0.59917355,0.58264464,0.38842976,0.38842976,0.38842976,0.38842976,0.3966942,0.37603307,0.38842976,0.46280992,0.5371901,0.55785125,0.56198347,0.56198347,0.5206612,0.43801653,0.42561984,0.45041323,0.45454547,0.48347107,0.5,0.49173555,0.45867768,0.47107437,0.47107437,0.42561984,0.37603307,0.338843,0.3181818,0.33471075,0.30165288,0.2892562,0.45041323,0.5247934,0.45041323,0.4876033,0.4876033,0.44214877,0.46280992,0.49173555,0.44214877,0.4090909,0.446281,0.46280992,0.48347107,0.5082645,0.4752066,0.46280992,0.45867768,0.44214877,0.45041323,0.3966942,0.41735536,0.40495867,0.41735536,0.45041323,0.46694216,0.49586776,0.5661157,0.59090906,0.59090906,0.61570245,0.6198347,0.607438,0.59090906,0.5785124,0.39256197,0.39256197,0.39256197,0.38842976,0.39256197,0.38842976,0.37603307,0.42975205,0.5165289,0.55785125,0.5785124,0.59504133,0.553719,0.44214877,0.40082645,0.41735536,0.44214877,0.49173555,0.4876033,0.49173555,0.46694216,0.49173555,0.49173555,0.44214877,0.42561984,0.40495867,0.38429752,0.38016528,0.32231405,0.3305785,0.47933885,0.58677685,0.4876033,0.49173555,0.4876033,0.4338843,0.4214876,0.47933885,0.47107437,0.4214876,0.4338843,0.4752066,0.45454547,0.4752066,0.43801653,0.45041323,0.43801653,0.4214876,0.4090909,0.41735536,0.3966942,0.40495867,0.3966942,0.4338843,0.47933885,0.5413223,0.59917355,0.59504133,0.58677685,0.61157024,0.61570245,0.59090906,0.57024795,0.5661157,0.39256197,0.39256197,0.39256197,0.39256197,0.38842976,0.38429752,0.38016528,0.4090909,0.47933885,0.53305787,0.5785124,0.607438,0.5785124,0.44214877,0.38842976,0.38016528,0.40082645,0.46280992,0.46694216,0.45867768,0.4876033,0.5,0.5,0.45041323,0.4876033,0.45867768,0.46280992,0.45867768,0.40082645,0.37190083,0.49586776,0.61570245,0.5082645,0.49586776,0.48347107,0.41735536,0.39256197,0.45041323,0.47107437,0.42561984,0.40082645,0.44214877,0.44214877,0.42975205,0.3966942,0.42975205,0.44214877,0.44214877,0.39256197,0.37603307,0.40082645,0.41322315,0.41735536,0.47107437,0.5289256,0.58264464,0.61570245,0.61157024,0.61157024,0.62396693,0.6198347,0.58264464,0.5661157,0.5661157,0.3966942,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.38429752,0.38016528,0.43801653,0.5041322,0.553719,0.59917355,0.60330576,0.46280992,0.38016528,0.34710744,0.38429752,0.42561984,0.46694216,0.47107437,0.48347107,0.45454547,0.47933885,0.446281,0.5123967,0.46694216,0.5,0.5,0.41322315,0.37190083,0.5041322,0.59917355,0.5123967,0.46694216,0.45454547,0.40082645,0.38842976,0.4338843,0.45041323,0.41735536,0.38429752,0.4090909,0.41322315,0.38429752,0.36363637,0.4090909,0.42975205,0.41735536,0.37190083,0.35950413,0.38016528,0.40495867,0.44214877,0.5206612,0.57438016,0.60330576,0.62396693,0.62396693,0.607438,0.58264464,0.57024795,0.55785125,0.55785125,0.553719,0.38842976,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.38842976,0.4752066,0.54545456,0.58264464,0.6198347,0.5165289,0.40082645,0.35123968,0.37190083,0.41735536,0.45454547,0.47933885,0.47107437,0.42561984,0.4338843,0.41322315,0.48347107,0.47107437,0.48347107,0.42561984,0.3553719,0.3181818,0.45867768,0.5661157,0.5082645,0.4338843,0.4090909,0.39256197,0.38429752,0.4090909,0.4214876,0.40495867,0.37603307,0.38016528,0.38842976,0.37603307,0.3677686,0.40495867,0.42975205,0.42561984,0.40082645,0.40082645,0.4090909,0.40082645,0.446281,0.5413223,0.59090906,0.607438,0.6198347,0.61157024,0.5785124,0.54545456,0.5289256,0.5371901,0.5371901,0.5289256,0.3966942,0.39256197,0.39256197,0.39256197,0.39256197,0.38842976,0.38429752,0.38429752,0.3677686,0.43801653,0.5247934,0.55785125,0.607438,0.55785125,0.46694216,0.39256197,0.38016528,0.38429752,0.4214876,0.5041322,0.44214877,0.41322315,0.40495867,0.38842976,0.45867768,0.48347107,0.45041323,0.38842976,0.3429752,0.2768595,0.4090909,0.53305787,0.5041322,0.4214876,0.37603307,0.38016528,0.38842976,0.38842976,0.38842976,0.3966942,0.38429752,0.38016528,0.40495867,0.41735536,0.4214876,0.42975205,0.45454547,0.4752066,0.48347107,0.49173555,0.4876033,0.46694216,0.47933885,0.54545456,0.59917355,0.607438,0.607438,0.59090906,0.5661157,0.54545456,0.5289256,0.53305787,0.5247934,0.5082645,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.39256197,0.38429752,0.3966942,0.37190083,0.36363637,0.46280992,0.5247934,0.553719,0.57438016,0.53305787,0.45867768,0.4090909,0.3966942,0.4090909,0.46280992,0.42561984,0.42561984,0.4214876,0.40082645,0.45454547,0.4876033,0.42975205,0.40082645,0.3966942,0.3429752,0.40495867,0.5041322,0.5165289,0.44214877,0.35950413,0.36363637,0.40082645,0.38842976,0.37603307,0.3966942,0.41322315,0.42561984,0.45454547,0.47933885,0.4876033,0.48347107,0.5,0.53305787,0.5495868,0.5495868,0.5371901,0.5247934,0.5247934,0.553719,0.59504133,0.60330576,0.59090906,0.57024795,0.5495868,0.53305787,0.5206612,0.5123967,0.5206612,0.5082645,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.38429752,0.38429752,0.39256197,0.40082645,0.38016528,0.45041323,0.5041322,0.5495868,0.55785125,0.5206612,0.45867768,0.41322315,0.41735536,0.45041323,0.45867768,0.45867768,0.46280992,0.44214877,0.46694216,0.48347107,0.44214877,0.43801653,0.446281,0.4214876,0.41735536,0.45041323,0.4876033,0.45454547,0.38842976,0.38016528,0.41735536,0.4214876,0.4214876,0.45867768,0.4752066,0.48347107,0.49586776,0.5206612,0.54545456,0.54545456,0.56198347,0.58677685,0.59917355,0.59504133,0.59090906,0.55785125,0.5413223,0.5495868,0.57438016,0.58677685,0.57438016,0.55785125,0.5371901,0.5247934,0.5206612,0.5165289,0.5082645,0.5082645,0.38842976,0.38842976,0.38842976,0.38842976,0.38429752,0.38016528,0.38016528,0.40495867,0.45041323,0.3677686,0.3140496,0.37190083,0.446281,0.49586776,0.53305787,0.53305787,0.49586776,0.43801653,0.42975205,0.45454547,0.47107437,0.47933885,0.4876033,0.48347107,0.48347107,0.47933885,0.46694216,0.47933885,0.49586776,0.48347107,0.446281,0.4214876,0.43801653,0.43801653,0.42561984,0.42975205,0.44214877,0.446281,0.45454547,0.49586776,0.5247934,0.5289256,0.5371901,0.5661157,0.59504133,0.59917355,0.61157024,0.62396693,0.61570245,0.61157024,0.59504133,0.5785124,0.56198347,0.553719,0.55785125,0.57024795,0.5495868,0.5371901,0.5206612,0.5165289,0.5082645,0.5041322,0.5,0.49173555,0.38429752,0.38429752,0.38429752,0.38429752,0.38016528,0.38429752,0.42561984,0.446281,0.41735536,0.2520661,0.20247933,0.338843,0.40495867,0.44214877,0.48347107,0.5,0.5,0.46280992,0.44214877,0.45867768,0.48347107,0.5041322,0.5041322,0.5041322,0.49586776,0.47107437,0.46694216,0.49173555,0.5123967,0.49586776,0.46694216,0.42561984,0.41322315,0.42975205,0.44214877,0.45454547,0.46280992,0.46280992,0.46694216,0.5082645,0.5371901,0.5661157,0.59090906,0.61157024,0.62396693,0.6280992,0.6322314,0.6363636,0.6198347,0.61570245,0.59917355,0.57438016,0.56198347,0.5495868,0.5495868,0.5495868,0.5289256,0.5206612,0.5,0.49586776,0.5082645,0.49173555,0.47933885,0.45867768,0.38429752,0.38842976,0.38842976,0.39256197,0.3966942,0.4338843,0.47933885,0.4214876,0.32231405,0.1694215,0.2520661,0.40495867,0.40495867,0.3966942,0.42975205,0.45867768,0.47107437,0.46694216,0.45867768,0.47107437,0.5082645,0.5206612,0.5206612,0.5206612,0.5165289,0.49586776,0.47933885,0.49586776,0.5123967,0.5041322,0.4752066,0.42975205,0.4090909,0.43801653,0.45454547,0.47107437,0.47933885,0.48347107,0.49586776,0.53305787,0.5661157,0.59504133,0.61570245,0.6322314,0.6363636,0.6404959,0.6404959,0.6322314,0.6280992,0.607438,0.59504133,0.58677685,0.56198347,0.55785125,0.5413223,0.53305787,0.5206612,0.5082645,0.48347107,0.49586776,0.4876033,0.47933885,0.46280992,0.44214877,0.4214876,0.4338843,0.446281,0.45867768,0.47107437,0.4876033,0.47107437,0.35950413,0.20661157,0.16528925,0.3305785,0.47933885,0.446281,0.38016528,0.39256197,0.41322315,0.4338843,0.45041323,0.45867768,0.4752066,0.5041322,0.53305787,0.5495868,0.54545456,0.5413223,0.53305787,0.5206612,0.5206612,0.5206612,0.5206612,0.49173555,0.45041323,0.446281,0.45867768,0.4752066,0.49173555,0.5041322,0.5123967,0.5247934,0.5495868,0.58264464,0.59504133,0.62396693,0.6446281,0.6446281,0.6404959,0.6528926,0.6404959,0.62396693,0.607438,0.58677685,0.57438016,0.5661157,0.553719,0.5413223,0.53305787,0.5123967,0.5,0.48347107,0.48347107,0.46694216,0.45454547,0.45041323,0.42561984,0.5289256,0.5247934,0.5206612,0.5165289,0.5123967,0.49173555,0.44214877,0.3264463,0.16528925,0.19008264,0.3966942,0.47933885,0.4752066,0.39256197,0.36363637,0.39256197,0.4090909,0.4338843,0.4338843,0.47107437,0.5,0.54545456,0.5785124,0.57438016,0.57438016,0.5785124,0.5661157,0.553719,0.5495868,0.5495868,0.5289256,0.5206612,0.5082645,0.5165289,0.5247934,0.5371901,0.5495868,0.5661157,0.57438016,0.58264464,0.61157024,0.6363636,0.6363636,0.6528926,0.6570248,0.6487603,0.6446281,0.6446281,0.62396693,0.607438,0.59504133,0.58264464,0.57024795,0.5495868,0.54545456,0.54545456,0.5206612,0.49586776,0.47933885,0.46694216,0.45867768,0.45041323,0.44214877,0.41735536,0.4876033,0.49173555,0.49586776,0.49586776,0.5,0.4876033,0.4338843,0.30578512,0.1446281,0.2520661,0.44214877,0.46280992,0.4876033,0.4090909,0.30165288,0.37190083,0.40082645,0.41735536,0.4214876,0.45041323,0.49586776,0.54545456,0.59504133,0.59504133,0.607438,0.6280992,0.61157024,0.59917355,0.59917355,0.59917355,0.59917355,0.59917355,0.60330576,0.607438,0.61157024,0.607438,0.61157024,0.61157024,0.6198347,0.6198347,0.6322314,0.6322314,0.6446281,0.6528926,0.6570248,0.6487603,0.6363636,0.6363636,0.6280992,0.60330576,0.59090906,0.58677685,0.5661157,0.5371901,0.5413223,0.5371901,0.5165289,0.49173555,0.4752066,0.46694216,0.46280992,0.45041323,0.4338843,0.4214876,0.5123967,0.5123967,0.5123967,0.5123967,0.5123967,0.4876033,0.41735536,0.30165288,0.12396694,0.29338843,0.45867768,0.43801653,0.49586776,0.46280992,0.23966943,0.2644628,0.40082645,0.41322315,0.41322315,0.41322315,0.46694216,0.5206612,0.60330576,0.60330576,0.6280992,0.6528926,0.6404959,0.61570245,0.61570245,0.6280992,0.6322314,0.6487603,0.6735537,0.6818182,0.6735537,0.6694215,0.6528926,0.6404959,0.6404959,0.6487603,0.661157,0.6570248,0.6570248,0.6487603,0.6363636,0.6322314,0.6280992,0.6322314,0.6322314,0.59917355,0.58264464,0.59090906,0.56198347,0.5289256,0.5247934,0.5206612,0.5,0.49173555,0.48347107,0.47107437,0.45454547,0.4338843,0.40495867,0.39256197,0.5123967,0.5123967,0.5123967,0.5082645,0.5082645,0.49173555,0.41322315,0.2644628,0.1446281,0.40495867,0.46280992,0.43801653,0.49586776,0.5,0.29752067,0.12809917,0.33471075,0.4090909,0.4214876,0.40082645,0.41735536,0.49586776,0.58677685,0.62396693,0.6404959,0.6446281,0.661157,0.61570245,0.6198347,0.6570248,0.6487603,0.661157,0.6859504,0.69008267,0.6818182,0.6818182,0.6735537,0.6694215,0.6694215,0.661157,0.661157,0.661157,0.6652893,0.6404959,0.6322314,0.6363636,0.6198347,0.61157024,0.607438,0.58264464,0.55785125,0.5413223,0.5165289,0.49586776,0.49586776,0.49586776,0.48347107,0.4876033,0.48347107,0.46280992,0.446281,0.42975205,0.40082645,0.37603307,0.5041322,0.5041322,0.5082645,0.5082645,0.5082645,0.5041322,0.4338843,0.20661157,0.22727273,0.42975205,0.446281,0.4214876,0.46694216,0.53305787,0.3966942,0.12396694,0.20661157,0.35123968,0.3966942,0.40495867,0.37190083,0.44214877,0.56198347,0.6280992,0.6363636,0.6322314,0.6652893,0.6487603,0.6363636,0.661157,0.6818182,0.6735537,0.677686,0.69008267,0.677686,0.6818182,0.6818182,0.6735537,0.6652893,0.6694215,0.6652893,0.6487603,0.661157,0.6487603,0.6363636,0.6322314,0.61570245,0.59504133,0.58677685,0.57438016,0.5413223,0.5082645,0.4752066,0.45454547,0.47933885,0.47933885,0.47107437,0.4752066,0.45867768,0.44214877,0.42975205,0.41735536,0.40495867,0.37190083,0.5165289,0.5206612,0.5206612,0.5247934,0.5247934,0.5289256,0.46280992,0.15289256,0.338843,0.39256197,0.46694216,0.4338843,0.42561984,0.5413223,0.45454547,0.21900827,0.16115703,0.2644628,0.35123968,0.38429752,0.3677686,0.39256197,0.5,0.60330576,0.6280992,0.6446281,0.661157,0.6446281,0.6404959,0.6652893,0.6735537,0.661157,0.6446281,0.6404959,0.661157,0.6735537,0.6694215,0.661157,0.6446281,0.6404959,0.6446281,0.6322314,0.6280992,0.6280992,0.6322314,0.6198347,0.59917355,0.5785124,0.57024795,0.553719,0.5165289,0.48347107,0.45867768,0.43801653,0.45041323,0.45867768,0.45041323,0.446281,0.4338843,0.41735536,0.40495867,0.39256197,0.38016528,0.338843,0.5413223,0.5413223,0.5413223,0.5413223,0.5413223,0.5413223,0.45454547,0.16115703,0.39256197,0.4090909,0.45041323,0.45041323,0.42975205,0.5082645,0.5082645,0.338843,0.19421488,0.21487603,0.29338843,0.33471075,0.3553719,0.35123968,0.42561984,0.5371901,0.61157024,0.6487603,0.661157,0.6322314,0.62396693,0.6528926,0.6570248,0.6404959,0.62396693,0.61157024,0.62396693,0.6363636,0.6404959,0.6404959,0.6280992,0.61570245,0.61570245,0.6198347,0.62396693,0.61570245,0.607438,0.59090906,0.57024795,0.56198347,0.54545456,0.5206612,0.4752066,0.43801653,0.4090909,0.41735536,0.42561984,0.44214877,0.44214877,0.42975205,0.4090909,0.39256197,0.38429752,0.38016528,0.338843,0.33471075,24 +0.3553719,0.4090909,0.5,0.6322314,0.7066116,0.74380165,0.74793386,0.7644628,0.7768595,0.7892562,0.7933884,0.79752064,0.79752064,0.80991733,0.8057851,0.80991733,0.8181818,0.8181818,0.822314,0.8140496,0.8057851,0.79752064,0.8016529,0.8057851,0.80991733,0.8016529,0.8016529,0.8016529,0.7892562,0.78099173,0.77272725,0.77272725,0.75206614,0.74380165,0.73966944,0.7355372,0.7355372,0.7355372,0.71487606,0.71900827,0.7107438,0.7066116,0.69008267,0.6859504,0.6735537,0.6859504,0.677686,0.6652893,0.6528926,0.6487603,0.6404959,0.6404959,0.6363636,0.6322314,0.6404959,0.59917355,0.58264464,0.56198347,0.5206612,0.5082645,0.4752066,0.44214877,0.37190083,0.29752067,0.3305785,0.40495867,0.5,0.6363636,0.7066116,0.74380165,0.74793386,0.7644628,0.7768595,0.7892562,0.79752064,0.8016529,0.8016529,0.8057851,0.8057851,0.80991733,0.8181818,0.8140496,0.8140496,0.8140496,0.80991733,0.8057851,0.8016529,0.8057851,0.80991733,0.8057851,0.79752064,0.79752064,0.78512394,0.77272725,0.7644628,0.7644628,0.75206614,0.75206614,0.74793386,0.74380165,0.74793386,0.7355372,0.72727275,0.72727275,0.71900827,0.71487606,0.7066116,0.70247936,0.6983471,0.6983471,0.6818182,0.677686,0.661157,0.6446281,0.6404959,0.6404959,0.6322314,0.6198347,0.62396693,0.59917355,0.5785124,0.55785125,0.5206612,0.5041322,0.47933885,0.4338843,0.3553719,0.28512397,0.32231405,0.38016528,0.5206612,0.6404959,0.70247936,0.74380165,0.76033056,0.77272725,0.78512394,0.7892562,0.79752064,0.8140496,0.8057851,0.8057851,0.8057851,0.8057851,0.8140496,0.8140496,0.8140496,0.80991733,0.80991733,0.8057851,0.79752064,0.8016529,0.8016529,0.8016529,0.7933884,0.7933884,0.78512394,0.7644628,0.75619835,0.7644628,0.75206614,0.75619835,0.75206614,0.74380165,0.74793386,0.7355372,0.73140496,0.73140496,0.71487606,0.7231405,0.7066116,0.7066116,0.70247936,0.70247936,0.6818182,0.6652893,0.661157,0.661157,0.6570248,0.6528926,0.6404959,0.6198347,0.61570245,0.59917355,0.58264464,0.5495868,0.5165289,0.5,0.47107437,0.4338843,0.37190083,0.26859504,0.29338843,0.3677686,0.5413223,0.6570248,0.70247936,0.74793386,0.7644628,0.7768595,0.7892562,0.7933884,0.7933884,0.8057851,0.8057851,0.8057851,0.8016529,0.80991733,0.80991733,0.8057851,0.80991733,0.80991733,0.8016529,0.8016529,0.8016529,0.7933884,0.79752064,0.8016529,0.7933884,0.7933884,0.7768595,0.75206614,0.73966944,0.74793386,0.76033056,0.74793386,0.74793386,0.74793386,0.74793386,0.74380165,0.73140496,0.7231405,0.7066116,0.7107438,0.7231405,0.71487606,0.6983471,0.69008267,0.677686,0.6570248,0.661157,0.6818182,0.661157,0.6528926,0.6446281,0.6404959,0.6363636,0.60330576,0.58264464,0.5495868,0.5082645,0.5041322,0.47107437,0.42561984,0.35950413,0.26859504,0.2603306,0.37603307,0.5495868,0.6570248,0.6942149,0.73966944,0.76033056,0.78099173,0.7933884,0.7892562,0.7933884,0.8057851,0.8016529,0.8057851,0.80991733,0.8057851,0.8140496,0.80991733,0.8057851,0.8016529,0.79752064,0.79752064,0.7933884,0.7892562,0.7892562,0.7933884,0.78512394,0.78099173,0.7644628,0.75206614,0.74380165,0.7355372,0.75206614,0.72727275,0.72727275,0.72727275,0.72727275,0.7231405,0.71487606,0.70247936,0.6983471,0.6983471,0.6942149,0.69008267,0.6859504,0.6859504,0.6818182,0.661157,0.6652893,0.6859504,0.661157,0.6694215,0.6487603,0.6404959,0.6280992,0.59504133,0.56198347,0.5413223,0.5082645,0.5,0.44214877,0.42561984,0.36363637,0.26859504,0.23966943,0.37603307,0.55785125,0.6735537,0.70247936,0.74380165,0.76859504,0.76859504,0.7892562,0.78512394,0.78099173,0.79752064,0.8057851,0.8057851,0.80991733,0.8057851,0.8057851,0.8057851,0.8057851,0.79752064,0.78099173,0.78512394,0.78099173,0.76859504,0.77272725,0.78099173,0.77272725,0.7644628,0.75206614,0.73966944,0.72727275,0.72727275,0.72727275,0.7231405,0.7107438,0.7107438,0.71487606,0.7066116,0.6983471,0.6859504,0.69008267,0.677686,0.677686,0.6818182,0.6652893,0.677686,0.6735537,0.6652893,0.661157,0.6694215,0.6694215,0.677686,0.661157,0.6198347,0.6280992,0.57438016,0.5413223,0.5289256,0.5082645,0.49173555,0.4338843,0.42561984,0.38016528,0.28099173,0.22727273,0.3677686,0.58677685,0.6818182,0.7066116,0.73966944,0.76859504,0.7768595,0.78512394,0.7933884,0.78099173,0.7933884,0.79752064,0.8016529,0.8016529,0.8016529,0.78512394,0.78512394,0.7933884,0.7892562,0.7644628,0.75619835,0.76033056,0.75619835,0.75206614,0.75619835,0.76033056,0.74380165,0.74380165,0.7231405,0.7066116,0.72727275,0.72727275,0.7231405,0.7066116,0.69008267,0.7066116,0.6983471,0.6818182,0.6652893,0.6652893,0.6694215,0.6694215,0.6735537,0.661157,0.6570248,0.6528926,0.6446281,0.661157,0.6652893,0.6652893,0.661157,0.6528926,0.6322314,0.62396693,0.5661157,0.5413223,0.5247934,0.5082645,0.47107437,0.4338843,0.41322315,0.39256197,0.29752067,0.21487603,0.40082645,0.607438,0.6818182,0.7066116,0.73966944,0.76859504,0.78512394,0.7892562,0.78512394,0.7933884,0.7768595,0.7768595,0.7644628,0.77272725,0.75619835,0.74380165,0.7355372,0.7355372,0.74380165,0.74793386,0.73966944,0.74380165,0.73966944,0.7355372,0.73966944,0.73966944,0.7231405,0.7107438,0.71487606,0.6983471,0.70247936,0.7107438,0.70247936,0.6818182,0.677686,0.6735537,0.6694215,0.6528926,0.6570248,0.6570248,0.6487603,0.6487603,0.6570248,0.6694215,0.6363636,0.6363636,0.6280992,0.6446281,0.6363636,0.6280992,0.61570245,0.61157024,0.61157024,0.59504133,0.553719,0.5371901,0.5165289,0.49173555,0.46694216,0.4338843,0.41322315,0.40495867,0.30578512,0.21900827,0.45454547,0.6446281,0.6942149,0.6983471,0.7231405,0.7644628,0.78512394,0.7892562,0.7933884,0.77272725,0.73966944,0.6942149,0.6818182,0.6735537,0.6694215,0.6446281,0.6446281,0.6322314,0.6322314,0.6652893,0.6818182,0.6983471,0.7107438,0.71487606,0.7107438,0.71487606,0.71900827,0.7066116,0.7066116,0.69008267,0.6694215,0.6818182,0.6818182,0.6570248,0.6528926,0.6528926,0.6446281,0.6198347,0.61570245,0.6404959,0.6280992,0.6198347,0.61570245,0.62396693,0.59917355,0.5785124,0.553719,0.553719,0.553719,0.56198347,0.59504133,0.5785124,0.57024795,0.56198347,0.55785125,0.5371901,0.5123967,0.49173555,0.45867768,0.4338843,0.41322315,0.3966942,0.32231405,0.23966943,0.47933885,0.6446281,0.69008267,0.6859504,0.7066116,0.75619835,0.78099173,0.76859504,0.75619835,0.73140496,0.69008267,0.6446281,0.58264464,0.61157024,0.59090906,0.55785125,0.5371901,0.5289256,0.53305787,0.5371901,0.5495868,0.59504133,0.6280992,0.6570248,0.69008267,0.6942149,0.6942149,0.6942149,0.6983471,0.677686,0.6570248,0.677686,0.6735537,0.6446281,0.6280992,0.6280992,0.6198347,0.607438,0.59504133,0.5661157,0.553719,0.5247934,0.5206612,0.5165289,0.5165289,0.5082645,0.4752066,0.45867768,0.46694216,0.49173555,0.53305787,0.56198347,0.5371901,0.5165289,0.5206612,0.5289256,0.5082645,0.4876033,0.45867768,0.4338843,0.41322315,0.40082645,0.3264463,0.24793388,0.5082645,0.6528926,0.6859504,0.6859504,0.71487606,0.74380165,0.75206614,0.73140496,0.7066116,0.6859504,0.6446281,0.61157024,0.57024795,0.5371901,0.5289256,0.49173555,0.45867768,0.46280992,0.46280992,0.45867768,0.46280992,0.48347107,0.47933885,0.53305787,0.58264464,0.6280992,0.6528926,0.6694215,0.6818182,0.6652893,0.6652893,0.6859504,0.6446281,0.62396693,0.60330576,0.59917355,0.58677685,0.5661157,0.53305787,0.49173555,0.446281,0.42561984,0.40082645,0.3966942,0.41735536,0.41322315,0.38842976,0.40082645,0.42975205,0.45867768,0.46694216,0.5,0.5082645,0.4876033,0.49173555,0.5041322,0.49586776,0.47107437,0.46280992,0.43801653,0.42561984,0.4090909,0.338843,0.2644628,0.54545456,0.661157,0.6818182,0.6942149,0.71487606,0.6983471,0.6983471,0.6859504,0.6570248,0.6280992,0.57024795,0.54545456,0.5247934,0.49173555,0.4752066,0.42561984,0.38842976,0.39256197,0.41735536,0.40495867,0.40495867,0.41735536,0.4214876,0.42975205,0.48347107,0.57024795,0.60330576,0.6446281,0.6694215,0.661157,0.661157,0.6818182,0.6570248,0.6198347,0.58677685,0.5661157,0.54545456,0.5247934,0.48347107,0.4338843,0.39256197,0.35123968,0.338843,0.3181818,0.338843,0.32231405,0.3264463,0.35950413,0.38016528,0.38842976,0.41735536,0.45041323,0.43801653,0.45041323,0.42561984,0.4338843,0.45454547,0.4338843,0.45041323,0.43801653,0.42975205,0.42561984,0.36363637,0.34710744,0.58677685,0.6652893,0.677686,0.69008267,0.6652893,0.6363636,0.6570248,0.661157,0.61570245,0.58264464,0.54545456,0.5206612,0.5123967,0.4876033,0.48347107,0.47107437,0.45454547,0.4214876,0.41735536,0.41735536,0.4214876,0.43801653,0.446281,0.446281,0.46694216,0.5289256,0.5785124,0.6322314,0.6694215,0.6735537,0.6818182,0.69008267,0.6570248,0.607438,0.57024795,0.5247934,0.5041322,0.47107437,0.42561984,0.39256197,0.36363637,0.3429752,0.3305785,0.30991736,0.35950413,0.36363637,0.37603307,0.36363637,0.38016528,0.39256197,0.3966942,0.40495867,0.39256197,0.42561984,0.4090909,0.37603307,0.38842976,0.3677686,0.38842976,0.4338843,0.4338843,0.4338843,0.37190083,0.4876033,0.62396693,0.6570248,0.6818182,0.6735537,0.62396693,0.61157024,0.6198347,0.62396693,0.6280992,0.62396693,0.56198347,0.5495868,0.5413223,0.5289256,0.53305787,0.54545456,0.5041322,0.47107437,0.42561984,0.4090909,0.41735536,0.45041323,0.47107437,0.4752066,0.5,0.53305787,0.58677685,0.6446281,0.69008267,0.7066116,0.71900827,0.6983471,0.6528926,0.59504133,0.55785125,0.5123967,0.46694216,0.4214876,0.39256197,0.38016528,0.38842976,0.37603307,0.35123968,0.3429752,0.35123968,0.4214876,0.4752066,0.46694216,0.446281,0.4338843,0.42561984,0.40495867,0.40495867,0.39256197,0.3966942,0.36363637,0.36363637,0.33471075,0.32231405,0.40082645,0.44214877,0.43801653,0.39256197,0.56198347,0.6363636,0.6652893,0.70247936,0.6818182,0.6322314,0.60330576,0.59504133,0.61570245,0.6570248,0.6570248,0.59917355,0.5495868,0.5206612,0.4752066,0.43801653,0.40082645,0.34710744,0.3181818,0.26859504,0.3429752,0.30578512,0.32231405,0.37603307,0.42561984,0.47933885,0.53305787,0.607438,0.69008267,0.73966944,0.73140496,0.74380165,0.6983471,0.6404959,0.59090906,0.53305787,0.48347107,0.42975205,0.3966942,0.37603307,0.37190083,0.33471075,0.30165288,0.30578512,0.30165288,0.24380165,0.23140496,0.27272728,0.3181818,0.338843,0.36363637,0.40082645,0.41735536,0.42561984,0.41735536,0.37190083,0.39256197,0.38016528,0.3553719,0.3264463,0.38016528,0.446281,0.446281,0.41322315,0.57438016,0.6446281,0.6694215,0.70247936,0.70247936,0.6528926,0.607438,0.61157024,0.6280992,0.6404959,0.6198347,0.5206612,0.41322315,0.35123968,0.3181818,0.24793388,0.23553719,0.1983471,0.23553719,0.24380165,0.3677686,0.4214876,0.33471075,0.29752067,0.3553719,0.42975205,0.49173555,0.607438,0.73140496,0.77272725,0.76859504,0.75619835,0.70247936,0.6446281,0.5785124,0.5206612,0.45041323,0.39256197,0.39256197,0.39256197,0.33471075,0.29338843,0.3181818,0.40495867,0.34710744,0.29752067,0.30578512,0.1983471,0.20661157,0.18595041,0.2107438,0.23966943,0.28512397,0.3677686,0.40495867,0.3966942,0.39256197,0.39256197,0.37603307,0.38429752,0.38429752,0.43801653,0.45454547,0.42975205,0.5661157,0.6528926,0.677686,0.6983471,0.70247936,0.6735537,0.61570245,0.6322314,0.6198347,0.57438016,0.48347107,0.3429752,0.30165288,0.4090909,0.5041322,0.37603307,0.2644628,0.2603306,0.3140496,0.33471075,0.4338843,0.5041322,0.3966942,0.28099173,0.34710744,0.44214877,0.49173555,0.5785124,0.74793386,0.8057851,0.7933884,0.7644628,0.71900827,0.6487603,0.58677685,0.5123967,0.42561984,0.38429752,0.40495867,0.39256197,0.32231405,0.30578512,0.38016528,0.5,0.42561984,0.29338843,0.2768595,0.22727273,0.2520661,0.21487603,0.28099173,0.26859504,0.14876033,0.21900827,0.30991736,0.37603307,0.40082645,0.40082645,0.37190083,0.39256197,0.39256197,0.44214877,0.45454547,0.45041323,0.59504133,0.6694215,0.6818182,0.6942149,0.6983471,0.6652893,0.6322314,0.60330576,0.5785124,0.47107437,0.35123968,0.30578512,0.33471075,0.5,0.59090906,0.46694216,0.35123968,0.3305785,0.34710744,0.40082645,0.4752066,0.45454547,0.3966942,0.3429752,0.3677686,0.47933885,0.5123967,0.58264464,0.75206614,0.8181818,0.8140496,0.7892562,0.73966944,0.6652893,0.59090906,0.49586776,0.4090909,0.38016528,0.4214876,0.41735536,0.30991736,0.33471075,0.38842976,0.47107437,0.5165289,0.34710744,0.3305785,0.29752067,0.28099173,0.2892562,0.37603307,0.33471075,0.21487603,0.16115703,0.2231405,0.29338843,0.37603307,0.38429752,0.38429752,0.39256197,0.42561984,0.46694216,0.45867768,0.46694216,0.6322314,0.6694215,0.6942149,0.70247936,0.7107438,0.677686,0.6446281,0.607438,0.5041322,0.4214876,0.40495867,0.45867768,0.5082645,0.5206612,0.57024795,0.5661157,0.47933885,0.44214877,0.45041323,0.48347107,0.4752066,0.446281,0.41322315,0.42561984,0.446281,0.47933885,0.5082645,0.59917355,0.76859504,0.822314,0.822314,0.8057851,0.74793386,0.6818182,0.59090906,0.4752066,0.4090909,0.39256197,0.41735536,0.43801653,0.40082645,0.37190083,0.40082645,0.43801653,0.45041323,0.4338843,0.338843,0.32231405,0.33471075,0.37603307,0.38016528,0.3264463,0.29752067,0.23140496,0.22727273,0.26859504,0.32231405,0.35950413,0.38842976,0.42561984,0.45454547,0.46694216,0.47933885,0.46694216,0.62396693,0.677686,0.70247936,0.71487606,0.7231405,0.7231405,0.71487606,0.6446281,0.5165289,0.5123967,0.55785125,0.60330576,0.661157,0.6652893,0.6363636,0.6198347,0.57438016,0.5371901,0.5247934,0.5082645,0.47107437,0.42561984,0.40082645,0.4214876,0.45041323,0.46694216,0.5413223,0.6694215,0.7892562,0.8264463,0.822314,0.80991733,0.76859504,0.7066116,0.59090906,0.47107437,0.43801653,0.4090909,0.39256197,0.42561984,0.42561984,0.3966942,0.40082645,0.42561984,0.45454547,0.45867768,0.45867768,0.4090909,0.40082645,0.41735536,0.40082645,0.37603307,0.37603307,0.34710744,0.3140496,0.29338843,0.3264463,0.37603307,0.4214876,0.45041323,0.4752066,0.47933885,0.47107437,0.47107437,0.6487603,0.6735537,0.7107438,0.7066116,0.71487606,0.7231405,0.75619835,0.71900827,0.6570248,0.661157,0.6735537,0.6859504,0.70247936,0.7066116,0.677686,0.6363636,0.59090906,0.5661157,0.5289256,0.49173555,0.446281,0.41735536,0.42975205,0.46280992,0.49173555,0.553719,0.6404959,0.7231405,0.7933884,0.8305785,0.8305785,0.80991733,0.7644628,0.70247936,0.59504133,0.48347107,0.45454547,0.446281,0.4090909,0.4214876,0.42975205,0.4214876,0.39256197,0.3966942,0.44214877,0.45867768,0.49173555,0.47107437,0.4752066,0.4876033,0.46694216,0.44214877,0.42561984,0.40495867,0.40495867,0.38842976,0.36363637,0.41322315,0.45454547,0.48347107,0.4876033,0.48347107,0.47107437,0.45041323,0.6446281,0.6694215,0.7066116,0.7231405,0.73140496,0.75619835,0.77272725,0.75619835,0.74793386,0.74380165,0.7231405,0.6942149,0.6652893,0.6528926,0.60330576,0.56198347,0.5247934,0.5,0.49586776,0.48347107,0.4876033,0.49586776,0.5289256,0.57438016,0.61157024,0.661157,0.71487606,0.75206614,0.8016529,0.822314,0.8347107,0.8057851,0.74793386,0.6818182,0.58264464,0.4876033,0.47107437,0.46694216,0.45041323,0.46694216,0.47107437,0.45867768,0.446281,0.43801653,0.4214876,0.4214876,0.45454547,0.46280992,0.46694216,0.46280992,0.45041323,0.4338843,0.4338843,0.42975205,0.45041323,0.45041323,0.46694216,0.47933885,0.47933885,0.49173555,0.49586776,0.49586776,0.47107437,0.446281,0.6322314,0.6694215,0.7066116,0.7231405,0.74380165,0.76033056,0.77272725,0.7644628,0.77272725,0.7768595,0.76033056,0.73966944,0.6983471,0.6694215,0.62396693,0.59090906,0.5785124,0.59090906,0.5785124,0.5785124,0.59917355,0.6404959,0.7066116,0.71487606,0.7107438,0.73140496,0.75619835,0.7644628,0.8016529,0.822314,0.8264463,0.8057851,0.73140496,0.6818182,0.58264464,0.49173555,0.4752066,0.4876033,0.48347107,0.5,0.5495868,0.5371901,0.5247934,0.5041322,0.4876033,0.46694216,0.45867768,0.45041323,0.4338843,0.4338843,0.4338843,0.4338843,0.45041323,0.47107437,0.48347107,0.49586776,0.5041322,0.5165289,0.5082645,0.49173555,0.49586776,0.47933885,0.46694216,0.45041323,0.62396693,0.6694215,0.70247936,0.71900827,0.74380165,0.75206614,0.7768595,0.77272725,0.78099173,0.7892562,0.7933884,0.78099173,0.75206614,0.72727275,0.7355372,0.74793386,0.7231405,0.70247936,0.6818182,0.6859504,0.7107438,0.74793386,0.78099173,0.7768595,0.7644628,0.77272725,0.7768595,0.7768595,0.8057851,0.8264463,0.8264463,0.7892562,0.73140496,0.6652893,0.57024795,0.5,0.4876033,0.5041322,0.5082645,0.5206612,0.57438016,0.62396693,0.6198347,0.58677685,0.553719,0.553719,0.553719,0.553719,0.5413223,0.5206612,0.5165289,0.5165289,0.5082645,0.5247934,0.54545456,0.5371901,0.5206612,0.5123967,0.5206612,0.5041322,0.49173555,0.47933885,0.46694216,0.446281,0.61157024,0.661157,0.71487606,0.72727275,0.74793386,0.76033056,0.77272725,0.78099173,0.78512394,0.7933884,0.8016529,0.7933884,0.77272725,0.75206614,0.75619835,0.75619835,0.75206614,0.71900827,0.73966944,0.76033056,0.7892562,0.7933884,0.7933884,0.79752064,0.7933884,0.7892562,0.7892562,0.78099173,0.8140496,0.8305785,0.822314,0.7892562,0.74380165,0.6735537,0.57438016,0.5082645,0.5041322,0.5206612,0.5289256,0.54545456,0.5785124,0.6322314,0.661157,0.6570248,0.61157024,0.607438,0.59504133,0.59917355,0.59917355,0.55785125,0.5661157,0.5785124,0.58677685,0.57024795,0.56198347,0.5495868,0.5371901,0.5206612,0.5247934,0.5123967,0.5,0.4752066,0.46280992,0.45041323,0.607438,0.6487603,0.70247936,0.7355372,0.74380165,0.76859504,0.77272725,0.7768595,0.78512394,0.7933884,0.79752064,0.7892562,0.78099173,0.7644628,0.73966944,0.71900827,0.75619835,0.76033056,0.78099173,0.8016529,0.8016529,0.79752064,0.8057851,0.8016529,0.79752064,0.7892562,0.79752064,0.7768595,0.80991733,0.8264463,0.822314,0.78512394,0.73140496,0.661157,0.57438016,0.5123967,0.5,0.5206612,0.53305787,0.553719,0.5785124,0.6280992,0.661157,0.6735537,0.6528926,0.6528926,0.6363636,0.62396693,0.6198347,0.58677685,0.58677685,0.607438,0.607438,0.60330576,0.58677685,0.56198347,0.5495868,0.5371901,0.5289256,0.5123967,0.5041322,0.47933885,0.45454547,0.446281,0.61157024,0.6198347,0.69008267,0.72727275,0.74380165,0.7644628,0.77272725,0.78512394,0.78099173,0.7892562,0.7892562,0.78099173,0.78512394,0.77272725,0.76859504,0.76859504,0.7768595,0.7892562,0.8016529,0.80991733,0.8016529,0.8057851,0.80991733,0.8016529,0.79752064,0.7933884,0.8016529,0.73966944,0.78512394,0.8181818,0.822314,0.78512394,0.72727275,0.6652893,0.58264464,0.5289256,0.5041322,0.5165289,0.5413223,0.54545456,0.57438016,0.62396693,0.661157,0.6818182,0.69008267,0.6942149,0.677686,0.6694215,0.6570248,0.6528926,0.6487603,0.6404959,0.62396693,0.61157024,0.59917355,0.57438016,0.5413223,0.5413223,0.5206612,0.5082645,0.49586776,0.4752066,0.45454547,0.43801653,0.59917355,0.6404959,0.6694215,0.7066116,0.74380165,0.76859504,0.76859504,0.7768595,0.78099173,0.78512394,0.7892562,0.77272725,0.77272725,0.78099173,0.78512394,0.79752064,0.79752064,0.79752064,0.8016529,0.80991733,0.8016529,0.79752064,0.8016529,0.8016529,0.8016529,0.8016529,0.8016529,0.7644628,0.7933884,0.8140496,0.8181818,0.78099173,0.72727275,0.6735537,0.59504133,0.5413223,0.5082645,0.5082645,0.5247934,0.5371901,0.57438016,0.62396693,0.6487603,0.6694215,0.6818182,0.6859504,0.677686,0.6818182,0.677686,0.6652893,0.6652893,0.6528926,0.62396693,0.60330576,0.58677685,0.57024795,0.54545456,0.5206612,0.5082645,0.5,0.49173555,0.46694216,0.44214877,0.42975205,0.59090906,0.6404959,0.6735537,0.70247936,0.74380165,0.76859504,0.76859504,0.76859504,0.7644628,0.7768595,0.78512394,0.77272725,0.76033056,0.7768595,0.7892562,0.8016529,0.8016529,0.79752064,0.7892562,0.7933884,0.8057851,0.78512394,0.7892562,0.80991733,0.8057851,0.8057851,0.7933884,0.78512394,0.8016529,0.8181818,0.822314,0.77272725,0.7231405,0.6735537,0.60330576,0.5495868,0.5,0.5,0.5,0.5247934,0.56198347,0.61570245,0.6404959,0.661157,0.6735537,0.6818182,0.69008267,0.677686,0.6694215,0.677686,0.6652893,0.6363636,0.6198347,0.58677685,0.5661157,0.5495868,0.5289256,0.5165289,0.49173555,0.48347107,0.48347107,0.45867768,0.446281,0.42975205,0.58677685,0.6363636,0.6735537,0.70247936,0.73966944,0.75619835,0.7644628,0.76033056,0.74793386,0.76033056,0.77272725,0.7768595,0.76859504,0.78099173,0.78512394,0.79752064,0.79752064,0.7933884,0.78512394,0.78099173,0.7892562,0.78512394,0.78512394,0.79752064,0.8016529,0.79752064,0.79752064,0.78512394,0.79752064,0.80991733,0.8140496,0.75619835,0.7107438,0.6735537,0.6198347,0.56198347,0.5041322,0.47107437,0.4752066,0.49586776,0.53305787,0.59917355,0.6404959,0.6528926,0.6694215,0.6735537,0.6818182,0.6859504,0.6735537,0.6694215,0.6652893,0.6322314,0.61570245,0.58677685,0.55785125,0.54545456,0.48347107,0.49173555,0.5123967,0.4876033,0.47933885,0.45454547,0.43801653,0.41735536,0.58264464,0.6363636,0.6694215,0.6983471,0.72727275,0.73966944,0.75206614,0.75619835,0.74793386,0.76033056,0.78099173,0.7768595,0.7768595,0.78512394,0.78099173,0.78512394,0.78512394,0.7768595,0.7768595,0.76859504,0.7644628,0.76033056,0.75619835,0.7768595,0.7768595,0.78099173,0.7892562,0.7892562,0.8016529,0.8016529,0.7892562,0.76033056,0.7107438,0.6694215,0.6363636,0.58264464,0.5,0.45041323,0.45454547,0.45867768,0.49173555,0.55785125,0.59504133,0.6363636,0.6446281,0.661157,0.6735537,0.6694215,0.6694215,0.6570248,0.6487603,0.6363636,0.607438,0.59504133,0.55785125,0.553719,0.5123967,0.49173555,0.5123967,0.49173555,0.47933885,0.45454547,0.43801653,0.4090909,0.57438016,0.60330576,0.6528926,0.6859504,0.7231405,0.73966944,0.74793386,0.73966944,0.75619835,0.77272725,0.7892562,0.7933884,0.78099173,0.78099173,0.78099173,0.76859504,0.77272725,0.76859504,0.76033056,0.73966944,0.7231405,0.6983471,0.7066116,0.75206614,0.7644628,0.76859504,0.78099173,0.7933884,0.8181818,0.8016529,0.76859504,0.74380165,0.7107438,0.6818182,0.6446281,0.5785124,0.5041322,0.446281,0.45454547,0.45867768,0.45041323,0.5082645,0.5661157,0.61157024,0.61570245,0.6446281,0.6652893,0.6404959,0.6528926,0.6528926,0.6363636,0.6280992,0.59504133,0.58264464,0.55785125,0.54545456,0.5206612,0.5,0.5,0.49173555,0.46280992,0.45454547,0.4338843,0.4090909,0.57438016,0.5785124,0.6446281,0.69008267,0.7231405,0.73140496,0.73140496,0.73966944,0.75619835,0.7768595,0.79752064,0.79752064,0.7768595,0.77272725,0.76859504,0.7644628,0.76033056,0.74380165,0.71487606,0.69008267,0.6528926,0.6322314,0.6735537,0.74793386,0.76033056,0.7644628,0.7768595,0.79752064,0.822314,0.822314,0.76859504,0.7355372,0.7107438,0.70247936,0.6570248,0.59504133,0.5206612,0.45867768,0.5041322,0.5165289,0.446281,0.45867768,0.5289256,0.57438016,0.59504133,0.6363636,0.6404959,0.6487603,0.6280992,0.6280992,0.61157024,0.59504133,0.57438016,0.5495868,0.54545456,0.5289256,0.5082645,0.49173555,0.4876033,0.48347107,0.46694216,0.446281,0.4338843,0.41735536,0.57024795,0.5785124,0.6363636,0.69008267,0.71900827,0.72727275,0.71487606,0.71487606,0.75206614,0.76033056,0.78512394,0.7892562,0.77272725,0.76033056,0.74793386,0.74380165,0.73966944,0.71487606,0.6735537,0.6404959,0.58677685,0.57024795,0.6818182,0.75619835,0.76033056,0.77272725,0.78512394,0.79752064,0.8140496,0.80991733,0.77272725,0.72727275,0.6942149,0.677686,0.6528926,0.59917355,0.5371901,0.49173555,0.5289256,0.5661157,0.45867768,0.41735536,0.4876033,0.53305787,0.5661157,0.60330576,0.6198347,0.6280992,0.61570245,0.59917355,0.59090906,0.5785124,0.5661157,0.5495868,0.5165289,0.5,0.5,0.49173555,0.47107437,0.45867768,0.46280992,0.446281,0.42975205,0.42561984,0.57024795,0.57438016,0.6404959,0.69008267,0.7066116,0.71900827,0.71487606,0.7066116,0.74380165,0.76033056,0.76859504,0.7768595,0.7644628,0.73966944,0.7231405,0.7066116,0.7107438,0.677686,0.6322314,0.59504133,0.5495868,0.5495868,0.7066116,0.7644628,0.76859504,0.7892562,0.8057851,0.8181818,0.79752064,0.78512394,0.75619835,0.7107438,0.677686,0.6735537,0.6528926,0.58677685,0.5413223,0.49586776,0.5082645,0.5413223,0.45867768,0.39256197,0.45041323,0.5,0.5247934,0.55785125,0.59090906,0.59090906,0.59090906,0.57024795,0.58264464,0.56198347,0.54545456,0.5206612,0.49586776,0.46280992,0.48347107,0.48347107,0.47107437,0.446281,0.45867768,0.446281,0.42561984,0.4214876,0.5661157,0.58677685,0.6404959,0.6694215,0.70247936,0.71487606,0.7066116,0.7107438,0.7355372,0.74380165,0.74793386,0.76033056,0.7644628,0.73966944,0.70247936,0.6859504,0.661157,0.6198347,0.58264464,0.56198347,0.54545456,0.54545456,0.71487606,0.7768595,0.77272725,0.78099173,0.8140496,0.8181818,0.78099173,0.75206614,0.71487606,0.6859504,0.6570248,0.6363636,0.60330576,0.5661157,0.5165289,0.4876033,0.4876033,0.49173555,0.46280992,0.39256197,0.42561984,0.45867768,0.47933885,0.5289256,0.553719,0.5661157,0.55785125,0.553719,0.56198347,0.5495868,0.5247934,0.5,0.4752066,0.45454547,0.45867768,0.45867768,0.46280992,0.43801653,0.45041323,0.446281,0.42975205,0.41322315,0.5785124,0.5785124,0.61157024,0.661157,0.6983471,0.7107438,0.71487606,0.7107438,0.7231405,0.72727275,0.71900827,0.7355372,0.73966944,0.71900827,0.7066116,0.6570248,0.61570245,0.5661157,0.5413223,0.54545456,0.57438016,0.58677685,0.677686,0.74793386,0.73966944,0.7231405,0.7644628,0.78099173,0.75206614,0.7231405,0.69008267,0.6487603,0.6363636,0.607438,0.5661157,0.5247934,0.4752066,0.45867768,0.46280992,0.46694216,0.4338843,0.42561984,0.446281,0.46280992,0.45454547,0.48347107,0.49586776,0.5247934,0.5289256,0.5289256,0.53305787,0.5165289,0.5,0.49173555,0.45867768,0.4338843,0.42975205,0.43801653,0.45454547,0.44214877,0.446281,0.44214877,0.4338843,0.41735536,0.553719,0.58677685,0.59090906,0.6487603,0.6859504,0.6983471,0.70247936,0.7107438,0.71487606,0.71487606,0.71900827,0.72727275,0.71487606,0.69008267,0.661157,0.61570245,0.55785125,0.5289256,0.5123967,0.55785125,0.62396693,0.6404959,0.6652893,0.6570248,0.6280992,0.62396693,0.6570248,0.7107438,0.7066116,0.6652893,0.62396693,0.59504133,0.5785124,0.5495868,0.5206612,0.45454547,0.40082645,0.38842976,0.40082645,0.3966942,0.40082645,0.42975205,0.45867768,0.45867768,0.45041323,0.46280992,0.45867768,0.47933885,0.5041322,0.5082645,0.5123967,0.49173555,0.4876033,0.47933885,0.446281,0.41322315,0.40495867,0.446281,0.44214877,0.446281,0.4338843,0.43801653,0.41735536,0.41735536,0.5371901,0.57438016,0.60330576,0.6363636,0.6694215,0.6942149,0.6942149,0.70247936,0.71487606,0.71487606,0.7231405,0.70247936,0.6818182,0.6652893,0.6198347,0.57024795,0.5247934,0.5082645,0.5413223,0.61570245,0.677686,0.6859504,0.6818182,0.6446281,0.5247934,0.4752066,0.53305787,0.59090906,0.62396693,0.5785124,0.5289256,0.5082645,0.5123967,0.47933885,0.44214877,0.36363637,0.28512397,0.29338843,0.3140496,0.33471075,0.38429752,0.41322315,0.446281,0.46280992,0.45867768,0.45867768,0.43801653,0.4338843,0.46280992,0.47107437,0.48347107,0.47933885,0.47933885,0.45867768,0.446281,0.4214876,0.43801653,0.4338843,0.43801653,0.44214877,0.42975205,0.4214876,0.41322315,0.41322315,0.5082645,0.56198347,0.60330576,0.6280992,0.6652893,0.677686,0.69008267,0.6942149,0.6983471,0.7066116,0.70247936,0.6983471,0.661157,0.61157024,0.57024795,0.5247934,0.5082645,0.5123967,0.58264464,0.6652893,0.6983471,0.7107438,0.70247936,0.6446281,0.57438016,0.5206612,0.4876033,0.46280992,0.5289256,0.5247934,0.4752066,0.45041323,0.446281,0.41322315,0.35950413,0.30991736,0.2644628,0.27272728,0.29338843,0.3264463,0.36363637,0.40082645,0.42561984,0.45041323,0.46694216,0.45867768,0.4338843,0.40495867,0.4090909,0.4338843,0.45867768,0.46280992,0.45867768,0.45041323,0.4214876,0.43801653,0.42561984,0.42975205,0.43801653,0.43801653,0.42561984,0.4214876,0.40495867,0.41322315,0.4876033,0.5495868,0.58677685,0.6363636,0.6487603,0.6694215,0.6859504,0.6859504,0.6735537,0.6859504,0.677686,0.6735537,0.6487603,0.57438016,0.53305787,0.5123967,0.5206612,0.553719,0.62396693,0.661157,0.6818182,0.6652893,0.6528926,0.59090906,0.54545456,0.5206612,0.5041322,0.43801653,0.41735536,0.44214877,0.43801653,0.41735536,0.3966942,0.37603307,0.3264463,0.3305785,0.30991736,0.32231405,0.30578512,0.2892562,0.3181818,0.34710744,0.40082645,0.42975205,0.446281,0.44214877,0.4090909,0.40495867,0.37190083,0.39256197,0.41735536,0.43801653,0.446281,0.45041323,0.43801653,0.44214877,0.42561984,0.42975205,0.43801653,0.4338843,0.42975205,0.42561984,0.41322315,0.4090909,0.46694216,0.5289256,0.5785124,0.6280992,0.6528926,0.6818182,0.6818182,0.6942149,0.6735537,0.677686,0.6735537,0.6487603,0.59917355,0.53305787,0.5165289,0.5495868,0.56198347,0.59917355,0.6322314,0.6198347,0.59504133,0.57438016,0.57438016,0.54545456,0.5206612,0.5289256,0.53305787,0.4876033,0.3966942,0.36363637,0.35950413,0.34710744,0.34710744,0.3966942,0.32231405,0.36363637,0.3553719,0.34710744,0.35950413,0.29752067,0.29752067,0.3264463,0.3140496,0.3966942,0.42561984,0.41735536,0.38842976,0.39256197,0.38842976,0.38016528,0.38429752,0.41322315,0.44214877,0.45454547,0.446281,0.446281,0.4338843,0.43801653,0.4338843,0.43801653,0.42561984,0.41735536,0.41322315,0.40082645,0.45454547,0.5041322,0.5661157,0.6198347,0.6528926,0.677686,0.6859504,0.6942149,0.6942149,0.6859504,0.6694215,0.6280992,0.553719,0.5,0.54545456,0.59917355,0.59504133,0.60330576,0.61157024,0.58264464,0.53305787,0.5041322,0.5495868,0.5206612,0.5247934,0.553719,0.553719,0.5123967,0.42975205,0.3677686,0.33471075,0.2892562,0.29338843,0.46280992,0.3429752,0.38429752,0.3677686,0.3264463,0.3553719,0.338843,0.29752067,0.30991736,0.30165288,0.3553719,0.41322315,0.41735536,0.37603307,0.37190083,0.38842976,0.37603307,0.35950413,0.3966942,0.44214877,0.45041323,0.446281,0.45454547,0.446281,0.446281,0.42975205,0.43801653,0.42561984,0.4090909,0.38842976,0.38842976,0.45454547,0.47107437,0.53305787,0.59917355,0.6446281,0.6652893,0.6818182,0.6942149,0.6859504,0.6942149,0.6652893,0.607438,0.5206612,0.5082645,0.58677685,0.61570245,0.61157024,0.58264464,0.55785125,0.56198347,0.5495868,0.5165289,0.5371901,0.5206612,0.5165289,0.5785124,0.5289256,0.47933885,0.5041322,0.43801653,0.37190083,0.28099173,0.29338843,0.45041323,0.38842976,0.38842976,0.37190083,0.3181818,0.32231405,0.34710744,0.30991736,0.30165288,0.3264463,0.3264463,0.3677686,0.4214876,0.35123968,0.35123968,0.35123968,0.36363637,0.36363637,0.40082645,0.45454547,0.46694216,0.46280992,0.46280992,0.45867768,0.446281,0.42975205,0.42561984,0.41735536,0.3966942,0.38429752,0.38842976,0.45867768,0.46280992,0.5041322,0.57438016,0.6322314,0.6528926,0.6652893,0.6859504,0.6942149,0.6859504,0.6652893,0.61157024,0.5123967,0.5123967,0.59917355,0.59090906,0.56198347,0.5206612,0.5206612,0.53305787,0.553719,0.5123967,0.5289256,0.5247934,0.5206612,0.56198347,0.49173555,0.446281,0.5413223,0.49173555,0.42975205,0.29338843,0.3264463,0.46280992,0.43801653,0.38842976,0.37190083,0.32231405,0.30991736,0.33471075,0.3264463,0.30991736,0.3305785,0.33471075,0.30578512,0.45041323,0.36363637,0.3429752,0.35950413,0.3264463,0.35123968,0.4090909,0.47107437,0.46280992,0.45867768,0.46280992,0.46694216,0.45041323,0.44214877,0.4214876,0.4090909,0.38842976,0.37603307,0.38429752,0.45454547,0.45454547,0.47933885,0.53305787,0.6198347,0.6528926,0.6652893,0.677686,0.6859504,0.6859504,0.677686,0.6363636,0.5123967,0.5041322,0.55785125,0.5495868,0.5082645,0.48347107,0.49173555,0.47933885,0.53305787,0.5165289,0.5289256,0.5206612,0.5165289,0.5123967,0.42561984,0.47107437,0.5371901,0.5,0.4214876,0.2892562,0.32231405,0.446281,0.46280992,0.39256197,0.35950413,0.3181818,0.30578512,0.3305785,0.3429752,0.3181818,0.3181818,0.3429752,0.2892562,0.37603307,0.4214876,0.29752067,0.36363637,0.3429752,0.3429752,0.42975205,0.4876033,0.46694216,0.45867768,0.47933885,0.4338843,0.4338843,0.42975205,0.41322315,0.40082645,0.38429752,0.38016528,0.39256197,0.45867768,0.45867768,0.46280992,0.49173555,0.58677685,0.6528926,0.6528926,0.6528926,0.677686,0.6735537,0.6652893,0.6446281,0.5371901,0.5041322,0.5041322,0.4876033,0.46694216,0.43801653,0.46280992,0.43801653,0.47933885,0.5082645,0.5123967,0.5165289,0.5,0.46280992,0.3966942,0.46694216,0.5289256,0.4876033,0.37190083,0.30165288,0.3181818,0.43801653,0.48347107,0.40082645,0.3181818,0.30578512,0.3181818,0.32231405,0.338843,0.3140496,0.29338843,0.3181818,0.29338843,0.3429752,0.3677686,0.30165288,0.3264463,0.3553719,0.3966942,0.45454547,0.48347107,0.47107437,0.46694216,0.46694216,0.43801653,0.43801653,0.4214876,0.40495867,0.3966942,0.37603307,0.3677686,0.38842976,0.45867768,0.45454547,0.48347107,0.45867768,0.57024795,0.607438,0.6322314,0.6446281,0.6570248,0.661157,0.6735537,0.661157,0.59090906,0.47933885,0.47107437,0.47107437,0.45041323,0.41735536,0.4214876,0.43801653,0.42975205,0.43801653,0.4876033,0.4752066,0.49586776,0.45454547,0.39256197,0.446281,0.5289256,0.46280992,0.3140496,0.2520661,0.2768595,0.40495867,0.5041322,0.41322315,0.29752067,0.29338843,0.32231405,0.30165288,0.3181818,0.3140496,0.27272728,0.29752067,0.30165288,0.30991736,0.3305785,0.3264463,0.3305785,0.38842976,0.45041323,0.45867768,0.47933885,0.47107437,0.44214877,0.42561984,0.4338843,0.42975205,0.41322315,0.3966942,0.38842976,0.35950413,0.34710744,0.3429752,0.45041323,0.47107437,0.48347107,0.45867768,0.5206612,0.59504133,0.62396693,0.6446281,0.6570248,0.6694215,0.6694215,0.6694215,0.60330576,0.5041322,0.44214877,0.43801653,0.43801653,0.41735536,0.3966942,0.41322315,0.4214876,0.41735536,0.45454547,0.4338843,0.4752066,0.4752066,0.4214876,0.45454547,0.5206612,0.45041323,0.30578512,0.25619835,0.24793388,0.37190083,0.5082645,0.45867768,0.3677686,0.29752067,0.338843,0.30991736,0.32231405,0.3305785,0.30165288,0.338843,0.33471075,0.34710744,0.35123968,0.36363637,0.37603307,0.42561984,0.45454547,0.45867768,0.46694216,0.446281,0.42561984,0.41322315,0.41322315,0.41322315,0.40082645,0.38842976,0.3677686,0.338843,0.30578512,0.32231405,0.45041323,0.48347107,0.4090909,0.41735536,0.5041322,0.553719,0.60330576,0.61157024,0.6404959,0.6652893,0.6652893,0.661157,0.6280992,0.553719,0.46694216,0.4090909,0.41735536,0.42561984,0.42561984,0.42975205,0.45041323,0.47933885,0.49586776,0.5082645,0.5289256,0.5082645,0.47933885,0.45867768,0.45454547,0.46280992,0.35123968,0.3264463,0.30578512,0.32231405,0.42975205,0.38429752,0.3553719,0.3305785,0.3677686,0.37190083,0.37190083,0.3677686,0.3553719,0.36363637,0.36363637,0.38016528,0.38016528,0.38842976,0.40495867,0.446281,0.45867768,0.45867768,0.45454547,0.44214877,0.4214876,0.41322315,0.4090909,0.40495867,0.39256197,0.38429752,0.34710744,0.40082645,0.20661157,0.34710744,0.44214877,0.5247934,0.3140496,0.35123968,0.5165289,0.5289256,0.58264464,0.57438016,0.57024795,0.62396693,0.6487603,0.6446281,0.61570245,0.5661157,0.5123967,0.45867768,0.45867768,0.5123967,0.5041322,0.5123967,0.5206612,0.5413223,0.5413223,0.553719,0.57438016,0.5661157,0.5289256,0.49586776,0.46694216,0.45041323,0.40495867,0.38842976,0.37603307,0.37603307,0.41735536,0.40495867,0.38842976,0.38016528,0.3966942,0.40082645,0.3966942,0.38842976,0.38429752,0.39256197,0.39256197,0.39256197,0.4090909,0.41322315,0.41735536,0.45041323,0.46280992,0.45454547,0.43801653,0.4214876,0.42561984,0.40495867,0.40082645,0.3966942,0.38429752,0.36363637,0.35950413,0.38016528,0.1446281,0.36363637,0.47107437,0.553719,0.22727273,0.29338843,0.54545456,0.5082645,0.553719,0.56198347,0.5247934,0.59090906,0.6280992,0.6198347,0.60330576,0.5785124,0.5247934,0.5041322,0.5289256,0.553719,0.57024795,0.58677685,0.5785124,0.58264464,0.59090906,0.58677685,0.5785124,0.553719,0.5247934,0.5,0.45454547,0.44214877,0.41735536,0.4090909,0.38842976,0.3966942,0.4090909,0.41322315,0.40495867,0.38842976,0.3966942,0.40495867,0.41322315,0.41735536,0.41735536,0.4214876,0.4214876,0.42975205,0.42975205,0.42561984,0.41735536,0.44214877,0.45867768,0.45041323,0.42975205,0.4214876,0.40082645,0.40082645,0.38429752,0.37190083,0.3553719,0.3429752,0.38429752,0.3305785,0.14876033,0.3264463,0.5206612,0.4876033,0.18181819,0.25619835,0.57024795,0.5247934,0.5247934,0.56198347,0.5413223,0.56198347,0.59504133,0.59504133,0.5785124,0.57024795,0.5371901,0.5206612,0.55785125,0.58264464,0.59504133,0.61157024,0.62396693,0.62396693,0.62396693,0.61157024,0.59090906,0.553719,0.5123967,0.47107437,0.45454547,0.446281,0.4090909,0.40082645,0.38429752,0.38429752,0.39256197,0.40495867,0.40082645,0.3966942,0.41322315,0.4214876,0.44214877,0.44214877,0.446281,0.446281,0.43801653,0.446281,0.4338843,0.42975205,0.42975205,0.4338843,0.44214877,0.42561984,0.4090909,0.40082645,0.39256197,0.38016528,0.37603307,0.34710744,0.3429752,0.35950413,0.3966942,0.2892562,0.1446281,0.30165288,0.553719,0.44214877,0.1694215,0.2231405,0.58264464,0.53305787,0.5165289,0.5289256,0.5495868,0.553719,0.56198347,0.5661157,0.56198347,0.5495868,0.5371901,0.53305787,0.5785124,0.61157024,0.6198347,0.6322314,0.6404959,0.6446281,0.6446281,0.6363636,0.59504133,0.57438016,0.5413223,0.49586776,0.46694216,0.45454547,0.42561984,0.41735536,0.3966942,0.38429752,0.3966942,0.4090909,0.41322315,0.4090909,0.4338843,0.43801653,0.45454547,0.46280992,0.46280992,0.46280992,0.45454547,0.45041323,0.44214877,0.42561984,0.42561984,0.42975205,0.4214876,0.41735536,0.3966942,0.38842976,0.38429752,0.36363637,0.3553719,0.33471075,0.33471075,0.38016528,0.40082645,0.26859504,0.12396694,0.29338843,0.5165289,0.41735536,0.16528925,0.21900827,0.5413223,0.54545456,0.5289256,0.5,0.5289256,0.5371901,0.5495868,0.54545456,0.5413223,0.5289256,0.5206612,0.5495868,0.60330576,0.6446281,0.6446281,0.661157,0.6652893,0.6735537,0.6652893,0.6528926,0.62396693,0.5785124,0.56198347,0.5289256,0.5,0.47933885,0.46280992,0.43801653,0.446281,0.41735536,0.4214876,0.4338843,0.44214877,0.43801653,0.46694216,0.46694216,0.48347107,0.47933885,0.4752066,0.46694216,0.46694216,0.44214877,0.4338843,0.41735536,0.4214876,0.4214876,0.4090909,0.40082645,0.38842976,0.38016528,0.36363637,0.35123968,0.338843,0.3305785,0.34710744,0.38429752,0.4090909,0.20247933,0.14049587,0.28099173,0.54545456,0.41735536,0.1694215,0.21487603,0.5041322,0.553719,0.5413223,0.5165289,0.5,0.5123967,0.5247934,0.5247934,0.5247934,0.5206612,0.5247934,0.553719,0.61570245,0.6528926,0.6404959,0.6735537,0.6818182,0.6942149,0.6942149,0.6652893,0.6487603,0.607438,0.59917355,0.58677685,0.5785124,0.553719,0.5371901,0.5165289,0.5041322,0.48347107,0.46280992,0.45867768,0.45867768,0.47107437,0.4752066,0.47933885,0.4876033,0.48347107,0.4752066,0.4752066,0.45454547,0.446281,0.42975205,0.41322315,0.41735536,0.4214876,0.40082645,0.38842976,0.37603307,0.37603307,0.3553719,0.3429752,0.33471075,0.34710744,0.3677686,0.3966942,0.38842976,0.08677686,0.16528925,0.30165288,0.59090906,0.4338843,0.1694215,0.2107438,0.4752066,0.5661157,0.5413223,0.5247934,0.5,0.47933885,0.5082645,0.5165289,0.5247934,0.5123967,0.5123967,0.56198347,0.6322314,0.6446281,0.6528926,0.6859504,0.6983471,0.6942149,0.6942149,0.6942149,0.677686,0.6487603,0.6446281,0.6363636,0.6404959,0.607438,0.5661157,0.553719,0.5413223,0.53305787,0.5082645,0.49173555,0.47933885,0.49173555,0.4876033,0.49173555,0.48347107,0.4752066,0.46280992,0.47107437,0.45867768,0.446281,0.42975205,0.41322315,0.3966942,0.40495867,0.38842976,0.38016528,0.3677686,0.37190083,0.33471075,0.34710744,0.3264463,0.3553719,0.37190083,0.40495867,0.28512397,0.0785124,0.20661157,0.3305785,0.61157024,0.46694216,0.1694215,0.21900827,0.45454547,0.58677685,0.553719,0.5289256,0.5247934,0.4752066,0.4752066,0.4876033,0.49586776,0.5041322,0.5041322,0.5495868,0.60330576,0.62396693,0.6528926,0.6652893,0.70247936,0.7066116,0.6942149,0.69008267,0.70247936,0.6818182,0.6694215,0.6694215,0.6942149,0.6446281,0.61570245,0.59090906,0.5661157,0.5495868,0.53305787,0.5165289,0.5123967,0.5123967,0.49173555,0.49173555,0.4876033,0.46694216,0.46280992,0.46280992,0.45041323,0.42561984,0.41735536,0.38842976,0.38429752,0.38016528,0.38016528,0.38016528,0.36363637,0.33471075,0.33471075,0.32231405,0.33471075,0.3553719,0.37603307,0.38429752,0.20661157,0.11983471,0.2231405,0.35123968,0.59917355,0.5123967,0.1446281,0.21900827,0.41735536,0.59504133,0.57438016,0.5495868,0.5289256,0.5082645,0.45041323,0.45454547,0.47933885,0.4876033,0.4876033,0.5206612,0.55785125,0.60330576,0.6280992,0.6652893,0.6983471,0.71900827,0.70247936,0.6818182,0.69008267,0.71900827,0.71900827,0.6942149,0.69008267,0.6404959,0.6198347,0.58264464,0.56198347,0.5495868,0.5495868,0.5206612,0.5,0.5,0.48347107,0.47107437,0.4876033,0.46694216,0.45867768,0.43801653,0.42561984,0.40082645,0.37603307,0.36363637,0.37190083,0.37190083,0.37603307,0.37190083,0.35123968,0.338843,0.3140496,0.32231405,0.3429752,0.35950413,0.37603307,0.33471075,0.13636364,0.1446281,0.27272728,0.37190083,0.58264464,0.5495868,0.2231405,0.23553719,0.37603307,0.59917355,0.59090906,0.57024795,0.5371901,0.5206612,0.5,0.446281,0.446281,0.46280992,0.47107437,0.48347107,0.5165289,0.55785125,0.59090906,0.6404959,0.677686,0.7066116,0.6942149,0.6818182,0.6859504,0.71900827,0.70247936,0.6859504,0.6859504,0.6198347,0.57438016,0.5371901,0.53305787,0.553719,0.5413223,0.5206612,0.5,0.4752066,0.4752066,0.45867768,0.46280992,0.47107437,0.446281,0.42561984,0.41322315,0.38016528,0.34710744,0.34710744,0.34710744,0.3677686,0.35950413,0.3553719,0.3429752,0.3181818,0.3181818,0.32231405,0.3553719,0.3677686,0.3553719,0.2520661,0.10330579,0.19008264,0.30165288,0.38429752,0.57438016,0.57438016,0.29752067,0.22727273,0.3429752,0.57438016,0.59917355,0.57438016,0.5495868,0.5371901,0.53305787,0.47933885,0.42975205,0.42561984,0.43801653,0.44214877,0.47107437,0.5,0.53305787,0.59090906,0.6363636,0.6652893,0.70247936,0.6942149,0.6859504,0.70247936,0.6818182,0.6570248,0.6322314,0.5785124,0.5206612,0.4752066,0.4876033,0.5247934,0.5041322,0.5,0.47933885,0.46280992,0.45041323,0.45454547,0.45041323,0.4338843,0.41322315,0.4090909,0.38429752,0.3429752,0.32231405,0.35123968,0.3429752,0.338843,0.34710744,0.33471075,0.32231405,0.30578512,0.3181818,0.338843,0.35950413,0.36363637,0.3429752,0.12396694,0.12809917,0.23140496,0.338843,0.40082645,0.5495868,0.59090906,0.4090909,0.24380165,0.3140496,0.5165289,0.58264464,0.57024795,0.56198347,0.553719,0.54545456,0.5123967,0.46280992,0.4214876,0.4214876,0.42561984,0.44214877,0.45041323,0.47107437,0.5247934,0.60330576,0.6487603,0.6570248,0.6570248,0.6446281,0.6694215,0.6487603,0.6322314,0.59504133,0.5371901,0.49173555,0.45867768,0.4338843,0.4876033,0.5,0.47933885,0.46280992,0.446281,0.42975205,0.4338843,0.42561984,0.40495867,0.39256197,0.38016528,0.33471075,0.32231405,0.33471075,0.3429752,0.3429752,0.3264463,0.3305785,0.3140496,0.30578512,0.3181818,0.3305785,0.35123968,0.3553719,0.35123968,0.2520661,0.10330579,0.1983471,0.24793388,0.35950413,0.42975205,0.5165289,0.59917355,0.5082645,0.30578512,0.2892562,0.44214877,0.56198347,0.57024795,0.56198347,0.55785125,0.5495868,0.53305787,0.49586776,0.44214877,0.42561984,0.41735536,0.4338843,0.43801653,0.45454547,0.45454547,0.5165289,0.58677685,0.61157024,0.61157024,0.6198347,0.61157024,0.60330576,0.58264464,0.5495868,0.4752066,0.44214877,0.43801653,0.44214877,0.43801653,0.46280992,0.45454547,0.42975205,0.4338843,0.41735536,0.40495867,0.38842976,0.38016528,0.3677686,0.338843,0.3181818,0.338843,0.3305785,0.338843,0.3305785,0.32231405,0.3140496,0.3140496,0.30165288,0.32231405,0.3429752,0.35123968,0.34710744,0.3140496,0.17355372,0.14049587,0.24380165,0.25619835,0.37603307,0.4338843,0.49173555,0.58677685,0.5785124,0.41735536,0.30165288,0.37603307,0.5165289,0.55785125,0.5661157,0.5495868,0.5413223,0.5495868,0.5247934,0.49173555,0.42975205,0.41322315,0.42561984,0.44214877,0.47107437,0.46280992,0.45454547,0.5041322,0.5371901,0.553719,0.56198347,0.553719,0.5247934,0.5,0.49173555,0.43801653,0.41322315,0.40495867,0.40082645,0.40082645,0.41322315,0.42561984,0.38429752,0.41322315,0.38016528,0.37190083,0.3553719,0.3429752,0.3305785,0.32231405,0.3429752,0.35950413,0.34710744,0.338843,0.3181818,0.3181818,0.30991736,0.30578512,0.32231405,0.33471075,0.3429752,0.3553719,0.3305785,0.2520661,0.12396694,0.18181819,0.27272728,0.2768595,0.38016528,0.42975205,24 +0.6404959,0.6818182,0.71900827,0.73140496,0.73966944,0.7644628,0.7768595,0.78512394,0.79752064,0.78512394,0.7933884,0.80991733,0.8016529,0.8140496,0.8181818,0.8181818,0.8264463,0.8264463,0.8305785,0.8305785,0.8264463,0.822314,0.822314,0.8264463,0.822314,0.8305785,0.8264463,0.822314,0.8264463,0.8181818,0.8140496,0.8181818,0.8057851,0.8057851,0.79752064,0.7933884,0.7892562,0.7892562,0.7892562,0.7768595,0.77272725,0.7644628,0.76033056,0.76033056,0.74380165,0.73966944,0.73140496,0.7231405,0.71487606,0.70247936,0.69008267,0.6694215,0.677686,0.6694215,0.6652893,0.6528926,0.61570245,0.59090906,0.553719,0.5123967,0.43801653,0.30165288,0.20247933,0.23140496,0.6446281,0.677686,0.7107438,0.73966944,0.74793386,0.7644628,0.78099173,0.78099173,0.7933884,0.7933884,0.8016529,0.8181818,0.8057851,0.80991733,0.8181818,0.8181818,0.822314,0.8264463,0.8305785,0.8264463,0.8264463,0.8264463,0.822314,0.8264463,0.8305785,0.8264463,0.8264463,0.8305785,0.8264463,0.822314,0.822314,0.80991733,0.8016529,0.79752064,0.7933884,0.8016529,0.7933884,0.7933884,0.7892562,0.78099173,0.77272725,0.76859504,0.7644628,0.77272725,0.76033056,0.74380165,0.74793386,0.7355372,0.7231405,0.7107438,0.69008267,0.6735537,0.6818182,0.6694215,0.6446281,0.6404959,0.62396693,0.59504133,0.553719,0.5082645,0.4338843,0.29338843,0.18181819,0.23140496,0.6528926,0.677686,0.70247936,0.7355372,0.75206614,0.76859504,0.78099173,0.7892562,0.79752064,0.7892562,0.79752064,0.8140496,0.80991733,0.8140496,0.8181818,0.8181818,0.822314,0.8264463,0.822314,0.8264463,0.822314,0.8181818,0.822314,0.8264463,0.822314,0.822314,0.822314,0.8264463,0.8264463,0.822314,0.822314,0.8016529,0.7933884,0.7933884,0.79752064,0.8016529,0.79752064,0.79752064,0.7933884,0.78512394,0.7768595,0.77272725,0.7644628,0.76859504,0.76033056,0.75206614,0.74793386,0.74380165,0.71900827,0.6983471,0.6983471,0.6942149,0.6818182,0.6818182,0.6528926,0.61570245,0.6322314,0.59917355,0.56198347,0.5041322,0.42975205,0.2892562,0.18595041,0.21487603,0.6694215,0.677686,0.70247936,0.72727275,0.74380165,0.76859504,0.7892562,0.79752064,0.79752064,0.7892562,0.7933884,0.80991733,0.8140496,0.8140496,0.8181818,0.8181818,0.8181818,0.8181818,0.8140496,0.8181818,0.8140496,0.8181818,0.822314,0.822314,0.822314,0.8181818,0.8181818,0.822314,0.8264463,0.8181818,0.822314,0.8016529,0.7892562,0.7892562,0.79752064,0.79752064,0.7892562,0.79752064,0.7892562,0.78512394,0.7768595,0.76859504,0.7644628,0.76033056,0.76033056,0.75206614,0.74793386,0.74380165,0.71900827,0.6942149,0.7066116,0.7066116,0.69008267,0.677686,0.6859504,0.6652893,0.6198347,0.59504133,0.553719,0.5,0.43801653,0.29338843,0.16528925,0.21487603,0.677686,0.6859504,0.6942149,0.7355372,0.74380165,0.76859504,0.78512394,0.7892562,0.7933884,0.7892562,0.7892562,0.80991733,0.8181818,0.8140496,0.822314,0.822314,0.822314,0.8181818,0.8181818,0.822314,0.8181818,0.80991733,0.8181818,0.8181818,0.80991733,0.80991733,0.80991733,0.8140496,0.8140496,0.8140496,0.8140496,0.8016529,0.7933884,0.7933884,0.79752064,0.7892562,0.78512394,0.78512394,0.78099173,0.7768595,0.77272725,0.7644628,0.75206614,0.75206614,0.74793386,0.73966944,0.73966944,0.7355372,0.72727275,0.70247936,0.70247936,0.7107438,0.70247936,0.69008267,0.677686,0.6652893,0.61157024,0.5785124,0.553719,0.49586776,0.42561984,0.3140496,0.12396694,0.2107438,0.677686,0.6942149,0.6983471,0.73140496,0.74380165,0.75619835,0.77272725,0.78099173,0.7892562,0.78512394,0.7892562,0.8057851,0.80991733,0.8140496,0.8181818,0.822314,0.822314,0.8057851,0.8140496,0.822314,0.8140496,0.8016529,0.8057851,0.80991733,0.8016529,0.7933884,0.8016529,0.8057851,0.8016529,0.8016529,0.8016529,0.7892562,0.78512394,0.78512394,0.78512394,0.7933884,0.78099173,0.76859504,0.78512394,0.7768595,0.76033056,0.75619835,0.74793386,0.75206614,0.74380165,0.7355372,0.73140496,0.72727275,0.7231405,0.70247936,0.6983471,0.7107438,0.7066116,0.70247936,0.6818182,0.6570248,0.607438,0.5661157,0.5495868,0.49173555,0.42561984,0.3305785,0.09504132,0.19008264,0.6859504,0.6859504,0.70247936,0.71487606,0.74380165,0.7644628,0.7768595,0.78512394,0.7892562,0.7892562,0.7933884,0.8016529,0.7933884,0.79752064,0.8016529,0.80991733,0.80991733,0.8016529,0.7933884,0.8181818,0.80991733,0.8016529,0.7933884,0.7933884,0.7933884,0.7933884,0.7933884,0.7933884,0.7933884,0.7933884,0.7892562,0.78099173,0.77272725,0.78099173,0.7892562,0.79752064,0.7933884,0.7768595,0.77272725,0.77272725,0.75619835,0.73966944,0.7355372,0.74793386,0.73966944,0.7355372,0.73140496,0.71900827,0.70247936,0.6983471,0.70247936,0.7107438,0.71487606,0.6942149,0.6735537,0.6570248,0.60330576,0.553719,0.5413223,0.48347107,0.42561984,0.338843,0.08264463,0.17768595,0.6735537,0.6652893,0.70247936,0.7066116,0.74793386,0.77272725,0.78099173,0.7892562,0.7933884,0.79752064,0.7933884,0.7768595,0.75206614,0.73966944,0.74793386,0.74793386,0.76033056,0.75206614,0.73966944,0.76033056,0.76859504,0.76859504,0.77272725,0.7768595,0.7892562,0.78512394,0.78512394,0.77272725,0.78099173,0.7768595,0.77272725,0.77272725,0.77272725,0.76859504,0.76859504,0.78512394,0.77272725,0.7644628,0.75619835,0.73966944,0.7355372,0.71487606,0.72727275,0.73140496,0.72727275,0.72727275,0.73966944,0.71487606,0.6942149,0.6942149,0.71487606,0.7107438,0.69008267,0.6652893,0.6446281,0.6322314,0.58264464,0.54545456,0.53305787,0.47107437,0.4338843,0.3305785,0.08677686,0.16528925,0.6859504,0.6694215,0.677686,0.6983471,0.72727275,0.75619835,0.77272725,0.78512394,0.7892562,0.7892562,0.75619835,0.7231405,0.6942149,0.6528926,0.6528926,0.661157,0.6570248,0.6487603,0.6570248,0.6570248,0.6528926,0.6859504,0.71487606,0.7355372,0.7644628,0.77272725,0.76859504,0.7644628,0.7644628,0.7644628,0.76859504,0.76859504,0.76033056,0.75206614,0.75619835,0.76859504,0.74793386,0.74793386,0.73140496,0.71487606,0.6983471,0.6983471,0.71900827,0.72727275,0.7107438,0.7107438,0.6942149,0.70247936,0.6528926,0.62396693,0.6322314,0.6404959,0.6280992,0.6198347,0.61570245,0.59504133,0.5661157,0.54545456,0.5247934,0.46694216,0.42975205,0.3305785,0.11570248,0.1446281,0.69008267,0.6694215,0.6652893,0.69008267,0.71487606,0.74380165,0.7644628,0.7768595,0.7644628,0.74380165,0.7066116,0.6735537,0.6446281,0.60330576,0.57024795,0.5661157,0.58677685,0.56198347,0.5495868,0.5413223,0.553719,0.5661157,0.59504133,0.61570245,0.6694215,0.7107438,0.72727275,0.73140496,0.74793386,0.75206614,0.75619835,0.75619835,0.74793386,0.73140496,0.74380165,0.75619835,0.74380165,0.7231405,0.7066116,0.6859504,0.677686,0.677686,0.6735537,0.6528926,0.6322314,0.61570245,0.6198347,0.61570245,0.57438016,0.5247934,0.5123967,0.5,0.5206612,0.55785125,0.59090906,0.57024795,0.5289256,0.5206612,0.5041322,0.446281,0.4338843,0.3264463,0.12396694,0.1570248,0.6859504,0.6694215,0.6735537,0.6942149,0.7066116,0.71900827,0.73966944,0.7355372,0.71487606,0.69008267,0.6570248,0.6280992,0.59504133,0.5661157,0.5495868,0.5247934,0.5082645,0.5,0.47107437,0.45867768,0.47933885,0.48347107,0.4876033,0.49586776,0.5289256,0.5661157,0.61157024,0.6570248,0.70247936,0.71900827,0.7355372,0.75206614,0.73966944,0.73966944,0.74380165,0.73140496,0.7107438,0.6818182,0.677686,0.661157,0.6446281,0.6322314,0.59090906,0.5371901,0.4876033,0.45454547,0.46280992,0.47107437,0.46280992,0.45454547,0.43801653,0.42975205,0.4338843,0.4752066,0.5289256,0.54545456,0.5,0.48347107,0.47933885,0.44214877,0.43801653,0.3305785,0.15289256,0.16528925,0.6735537,0.6694215,0.6735537,0.69008267,0.6942149,0.6694215,0.6735537,0.6694215,0.6528926,0.6280992,0.607438,0.58677685,0.553719,0.5289256,0.5247934,0.49586776,0.4752066,0.44214877,0.4214876,0.4090909,0.4214876,0.42561984,0.41322315,0.4214876,0.44214877,0.45454547,0.47107437,0.55785125,0.6487603,0.6694215,0.6942149,0.73140496,0.71900827,0.71900827,0.7355372,0.71900827,0.6942149,0.6652893,0.6446281,0.6322314,0.60330576,0.57024795,0.5165289,0.45454547,0.40495867,0.3677686,0.36363637,0.3677686,0.3553719,0.36363637,0.3677686,0.3966942,0.41735536,0.43801653,0.45454547,0.45867768,0.446281,0.42975205,0.42561984,0.40495867,0.43801653,0.3264463,0.1446281,0.1570248,0.6818182,0.6818182,0.6735537,0.6694215,0.62396693,0.59504133,0.60330576,0.61157024,0.61157024,0.58264464,0.5661157,0.553719,0.5371901,0.5165289,0.5,0.47933885,0.4752066,0.45454547,0.41322315,0.40082645,0.38429752,0.38842976,0.40082645,0.3966942,0.42561984,0.44214877,0.45041323,0.5082645,0.607438,0.62396693,0.6818182,0.7355372,0.7231405,0.7231405,0.7355372,0.7107438,0.677686,0.6446281,0.607438,0.5785124,0.5371901,0.4876033,0.43801653,0.38842976,0.3429752,0.3140496,0.30165288,0.32231405,0.3140496,0.3429752,0.35950413,0.3966942,0.40495867,0.41735536,0.4214876,0.40495867,0.3966942,0.38016528,0.3553719,0.3305785,0.40495867,0.35123968,0.14876033,0.14049587,0.6859504,0.677686,0.6570248,0.61570245,0.57024795,0.56198347,0.5661157,0.5785124,0.59090906,0.59917355,0.59917355,0.5785124,0.5495868,0.5371901,0.5495868,0.56198347,0.57024795,0.553719,0.49586776,0.45454547,0.41322315,0.38842976,0.40495867,0.4214876,0.43801653,0.45041323,0.46280992,0.5082645,0.5661157,0.607438,0.677686,0.73140496,0.74793386,0.74793386,0.74793386,0.71487606,0.6694215,0.6280992,0.57438016,0.5165289,0.45454547,0.40082645,0.38016528,0.3677686,0.34710744,0.34710744,0.37603307,0.39256197,0.43801653,0.45454547,0.46694216,0.43801653,0.4338843,0.42561984,0.40495867,0.38842976,0.3677686,0.35950413,0.32231405,0.28512397,0.36363637,0.36363637,0.16528925,0.1570248,0.6942149,0.6859504,0.6652893,0.607438,0.553719,0.57024795,0.5661157,0.5661157,0.61570245,0.6487603,0.6487603,0.59917355,0.58677685,0.5661157,0.54545456,0.5165289,0.47933885,0.44214877,0.38429752,0.37603307,0.38842976,0.3429752,0.33471075,0.35950413,0.41322315,0.446281,0.45454547,0.49586776,0.55785125,0.62396693,0.6942149,0.7355372,0.76033056,0.7644628,0.75206614,0.71487606,0.6694215,0.60330576,0.53305787,0.45041323,0.38016528,0.3553719,0.338843,0.29752067,0.2520661,0.24793388,0.3305785,0.35950413,0.4090909,0.45041323,0.4752066,0.46694216,0.48347107,0.45867768,0.4338843,0.40082645,0.37190083,0.33471075,0.32231405,0.28512397,0.35123968,0.37190083,0.21900827,0.2520661,0.7066116,0.69008267,0.6818182,0.62396693,0.57024795,0.5785124,0.59504133,0.58677685,0.60330576,0.61570245,0.59090906,0.5041322,0.43801653,0.37190083,0.3181818,0.2768595,0.23553719,0.2644628,0.28512397,0.37603307,0.4876033,0.42975205,0.36363637,0.35123968,0.37603307,0.446281,0.46694216,0.47107437,0.553719,0.6322314,0.7107438,0.75619835,0.76859504,0.7768595,0.75619835,0.7107438,0.6570248,0.58264464,0.48347107,0.39256197,0.35123968,0.32231405,0.32231405,0.35950413,0.28512397,0.1983471,0.4338843,0.30578512,0.20247933,0.23140496,0.30165288,0.29752067,0.3140496,0.37603307,0.40495867,0.42561984,0.38016528,0.35950413,0.338843,0.32231405,0.38016528,0.38842976,0.29752067,0.34710744,0.7066116,0.69008267,0.6694215,0.6322314,0.58264464,0.59090906,0.607438,0.58264464,0.5289256,0.45454547,0.35123968,0.24793388,0.3181818,0.338843,0.28512397,0.2768595,0.27272728,0.3264463,0.37603307,0.5206612,0.6322314,0.553719,0.4752066,0.41322315,0.43801653,0.5082645,0.5495868,0.4876033,0.5165289,0.6404959,0.7355372,0.7768595,0.7768595,0.78512394,0.7644628,0.71487606,0.6528926,0.55785125,0.4338843,0.4090909,0.40082645,0.3553719,0.41735536,0.5247934,0.38429752,0.3305785,0.2892562,0.30165288,0.2768595,0.23966943,0.3305785,0.2644628,0.15289256,0.21900827,0.24793388,0.38842976,0.38842976,0.38016528,0.3553719,0.33471075,0.39256197,0.40495867,0.338843,0.38842976,0.6983471,0.69008267,0.6570248,0.6363636,0.59917355,0.58264464,0.55785125,0.5123967,0.39256197,0.30991736,0.28099173,0.32231405,0.38429752,0.48347107,0.3966942,0.38842976,0.40495867,0.42561984,0.47933885,0.59917355,0.6363636,0.57438016,0.5247934,0.5082645,0.5247934,0.607438,0.6198347,0.55785125,0.5247934,0.6198347,0.74380165,0.7892562,0.79752064,0.8016529,0.78099173,0.71900827,0.6528926,0.5289256,0.42561984,0.49586776,0.47933885,0.42561984,0.48347107,0.53305787,0.48347107,0.42561984,0.4214876,0.37190083,0.33471075,0.338843,0.43801653,0.37603307,0.21900827,0.1446281,0.1983471,0.26859504,0.38016528,0.37603307,0.36363637,0.338843,0.4338843,0.43801653,0.37603307,0.41322315,0.70247936,0.70247936,0.6859504,0.6652893,0.6198347,0.55785125,0.49173555,0.43801653,0.40082645,0.42561984,0.49586776,0.5413223,0.5413223,0.56198347,0.57438016,0.53305787,0.5289256,0.5206612,0.553719,0.59504133,0.60330576,0.5661157,0.5247934,0.553719,0.61157024,0.6363636,0.61157024,0.59917355,0.5661157,0.6322314,0.75206614,0.79752064,0.8181818,0.8181818,0.7933884,0.7231405,0.6404959,0.5082645,0.46280992,0.5495868,0.58677685,0.54545456,0.5371901,0.553719,0.56198347,0.5206612,0.48347107,0.446281,0.41322315,0.4338843,0.47933885,0.4338843,0.35123968,0.2231405,0.20247933,0.28099173,0.33471075,0.35950413,0.38016528,0.41322315,0.45041323,0.446281,0.3966942,0.41735536,0.7066116,0.70247936,0.7066116,0.7107438,0.677686,0.60330576,0.5289256,0.5247934,0.5495868,0.57438016,0.607438,0.6404959,0.6446281,0.6487603,0.6446281,0.6322314,0.60330576,0.59504133,0.58677685,0.59090906,0.5661157,0.5206612,0.49173555,0.5289256,0.57438016,0.59917355,0.59090906,0.607438,0.61570245,0.6694215,0.7644628,0.8057851,0.8264463,0.8264463,0.8016529,0.73966944,0.6404959,0.5,0.5165289,0.5289256,0.59090906,0.5371901,0.5,0.49586776,0.5247934,0.5413223,0.5413223,0.5289256,0.49173555,0.49173555,0.5,0.47107437,0.43801653,0.35123968,0.27272728,0.32231405,0.3553719,0.38016528,0.44214877,0.48347107,0.4752066,0.44214877,0.40495867,0.42561984,0.70247936,0.71487606,0.72727275,0.74793386,0.7355372,0.7066116,0.677686,0.6818182,0.6694215,0.6487603,0.6404959,0.6404959,0.6487603,0.661157,0.6528926,0.6363636,0.607438,0.59090906,0.57024795,0.55785125,0.5289256,0.5123967,0.5371901,0.5785124,0.59504133,0.59917355,0.61570245,0.6404959,0.6570248,0.7066116,0.78099173,0.8181818,0.822314,0.8305785,0.80991733,0.74793386,0.6446281,0.5,0.5413223,0.5206612,0.58264464,0.5785124,0.5247934,0.48347107,0.47933885,0.5041322,0.5289256,0.5371901,0.5247934,0.5289256,0.5371901,0.5041322,0.46694216,0.4214876,0.39256197,0.3966942,0.40495867,0.45454547,0.5123967,0.5082645,0.49173555,0.42975205,0.3966942,0.45041323,0.73140496,0.7355372,0.74793386,0.7644628,0.76033056,0.75619835,0.75619835,0.7644628,0.7355372,0.71487606,0.677686,0.6487603,0.6322314,0.61157024,0.58264464,0.5785124,0.57024795,0.5785124,0.5785124,0.58264464,0.59090906,0.59917355,0.61570245,0.6280992,0.6280992,0.6570248,0.661157,0.6735537,0.6983471,0.7355372,0.7892562,0.8181818,0.8264463,0.8264463,0.8140496,0.74793386,0.6404959,0.5165289,0.5413223,0.5289256,0.59917355,0.60330576,0.58677685,0.5661157,0.5,0.4752066,0.4876033,0.5041322,0.5123967,0.5123967,0.5082645,0.4876033,0.46694216,0.4752066,0.49173555,0.5,0.5123967,0.5206612,0.5247934,0.53305787,0.5,0.41735536,0.41322315,0.48347107,0.72727275,0.73966944,0.75206614,0.76033056,0.76859504,0.77272725,0.78099173,0.7892562,0.78512394,0.78099173,0.7644628,0.71487606,0.6859504,0.6570248,0.6404959,0.6363636,0.6404959,0.6570248,0.6652893,0.6446281,0.6652893,0.677686,0.69008267,0.6818182,0.69008267,0.6942149,0.7107438,0.71900827,0.72727275,0.75619835,0.79752064,0.8140496,0.8264463,0.8305785,0.8057851,0.74380165,0.6363636,0.5289256,0.5413223,0.5495868,0.58264464,0.6570248,0.6487603,0.6322314,0.59090906,0.5661157,0.5289256,0.5206612,0.5206612,0.5041322,0.49173555,0.4876033,0.5,0.5371901,0.56198347,0.54545456,0.5495868,0.5661157,0.54545456,0.5413223,0.49173555,0.4090909,0.45454547,0.5082645,0.72727275,0.74380165,0.75619835,0.76033056,0.77272725,0.78512394,0.7933884,0.8016529,0.79752064,0.8016529,0.7933884,0.76859504,0.75619835,0.75206614,0.74380165,0.74793386,0.73140496,0.71487606,0.72727275,0.71487606,0.73966944,0.73966944,0.75206614,0.76033056,0.75619835,0.75206614,0.76033056,0.75206614,0.75206614,0.76859504,0.79752064,0.8140496,0.822314,0.8264463,0.8057851,0.75206614,0.6570248,0.553719,0.54545456,0.553719,0.56198347,0.6528926,0.7066116,0.6735537,0.6404959,0.6487603,0.6363636,0.6322314,0.6363636,0.607438,0.59917355,0.59917355,0.58264464,0.59917355,0.61157024,0.60330576,0.5661157,0.56198347,0.56198347,0.5371901,0.4876033,0.39256197,0.49173555,0.5082645,0.73140496,0.73966944,0.75619835,0.7644628,0.7644628,0.78512394,0.7892562,0.8057851,0.8057851,0.8057851,0.8016529,0.7892562,0.7768595,0.7768595,0.76033056,0.76859504,0.7644628,0.74793386,0.76033056,0.7768595,0.78512394,0.78512394,0.7768595,0.7892562,0.79752064,0.78512394,0.7892562,0.77272725,0.77272725,0.78099173,0.8016529,0.8181818,0.8264463,0.822314,0.8016529,0.75206614,0.6528926,0.56198347,0.553719,0.58264464,0.5661157,0.61570245,0.70247936,0.6983471,0.677686,0.6652893,0.6694215,0.6735537,0.6818182,0.6363636,0.607438,0.6528926,0.6528926,0.6446281,0.6280992,0.6198347,0.58677685,0.5661157,0.5661157,0.5413223,0.48347107,0.39256197,0.49173555,0.5041322,0.73140496,0.74380165,0.76033056,0.77272725,0.77272725,0.7892562,0.7892562,0.79752064,0.8016529,0.8057851,0.8016529,0.79752064,0.79752064,0.7892562,0.7768595,0.78099173,0.7768595,0.78099173,0.79752064,0.8057851,0.79752064,0.79752064,0.8057851,0.7933884,0.79752064,0.8016529,0.7933884,0.78512394,0.78512394,0.78512394,0.8057851,0.822314,0.8264463,0.822314,0.8057851,0.7644628,0.6735537,0.5785124,0.55785125,0.59090906,0.59090906,0.61157024,0.6652893,0.6942149,0.70247936,0.6818182,0.69008267,0.6818182,0.6859504,0.677686,0.6487603,0.6735537,0.6735537,0.6570248,0.6446281,0.6280992,0.60330576,0.5785124,0.5661157,0.54545456,0.47933885,0.40082645,0.49173555,0.5247934,0.73140496,0.74380165,0.76859504,0.77272725,0.77272725,0.7892562,0.7892562,0.79752064,0.8057851,0.8057851,0.8016529,0.8016529,0.8057851,0.8016529,0.8016529,0.8016529,0.79752064,0.8016529,0.8140496,0.8181818,0.80991733,0.80991733,0.8140496,0.8057851,0.7933884,0.8016529,0.7892562,0.78512394,0.79752064,0.7768595,0.78512394,0.822314,0.8264463,0.8181818,0.8016529,0.7644628,0.6859504,0.59090906,0.56198347,0.58677685,0.607438,0.61570245,0.661157,0.6859504,0.71487606,0.7231405,0.71487606,0.6983471,0.71487606,0.7107438,0.7107438,0.70247936,0.6818182,0.6652893,0.6487603,0.6280992,0.60330576,0.58264464,0.5661157,0.5413223,0.46694216,0.41735536,0.5123967,0.5495868,0.71900827,0.74793386,0.7644628,0.7768595,0.78512394,0.78099173,0.78512394,0.79752064,0.79752064,0.8057851,0.8016529,0.79752064,0.8057851,0.8140496,0.8140496,0.8140496,0.8140496,0.8140496,0.8181818,0.822314,0.8181818,0.80991733,0.80991733,0.8016529,0.79752064,0.7892562,0.7892562,0.7933884,0.8016529,0.74793386,0.7231405,0.8140496,0.8140496,0.8181818,0.8016529,0.7644628,0.69008267,0.607438,0.5661157,0.59090906,0.59917355,0.61570245,0.6652893,0.6983471,0.71487606,0.7355372,0.72727275,0.71900827,0.73140496,0.72727275,0.7231405,0.7107438,0.6859504,0.6694215,0.6363636,0.61570245,0.59090906,0.5661157,0.5495868,0.5289256,0.45454547,0.42561984,0.5247934,0.57438016,0.71900827,0.74380165,0.76033056,0.77272725,0.7768595,0.77272725,0.76859504,0.7768595,0.7933884,0.79752064,0.8016529,0.7933884,0.8016529,0.8181818,0.8181818,0.8181818,0.8181818,0.822314,0.8140496,0.8181818,0.8181818,0.80991733,0.79752064,0.79752064,0.7933884,0.7933884,0.8016529,0.7933884,0.79752064,0.7644628,0.74380165,0.8140496,0.8181818,0.8181818,0.79752064,0.7644628,0.6983471,0.6363636,0.58677685,0.58264464,0.59090906,0.61157024,0.6652893,0.70247936,0.7231405,0.7355372,0.73140496,0.74793386,0.73966944,0.7231405,0.72727275,0.71900827,0.6859504,0.6652893,0.6363636,0.61157024,0.58264464,0.5413223,0.5413223,0.5247934,0.44214877,0.4338843,0.5206612,0.56198347,0.71900827,0.73966944,0.75619835,0.76033056,0.77272725,0.76859504,0.7644628,0.76033056,0.79752064,0.79752064,0.8016529,0.79752064,0.8057851,0.8181818,0.8140496,0.822314,0.822314,0.8181818,0.8140496,0.8057851,0.8057851,0.8016529,0.78099173,0.7892562,0.79752064,0.7933884,0.8016529,0.7892562,0.8016529,0.78099173,0.7892562,0.8181818,0.822314,0.8140496,0.79752064,0.77272725,0.7231405,0.6570248,0.59917355,0.56198347,0.5661157,0.59504133,0.661157,0.70247936,0.72727275,0.74380165,0.74380165,0.76033056,0.75619835,0.74380165,0.72727275,0.7231405,0.6942149,0.6652893,0.6322314,0.61157024,0.58264464,0.5206612,0.53305787,0.5289256,0.4338843,0.4338843,0.5206612,0.5371901,0.71487606,0.73966944,0.75206614,0.74793386,0.7644628,0.75619835,0.76859504,0.77272725,0.79752064,0.8057851,0.8057851,0.8016529,0.80991733,0.8140496,0.8057851,0.8140496,0.80991733,0.8057851,0.8057851,0.8016529,0.7933884,0.78512394,0.76859504,0.76859504,0.7768595,0.7768595,0.78512394,0.7768595,0.8016529,0.79752064,0.7933884,0.8181818,0.8264463,0.8140496,0.7892562,0.7644628,0.73966944,0.677686,0.61157024,0.54545456,0.53305787,0.5661157,0.6322314,0.6735537,0.7107438,0.7355372,0.73140496,0.75206614,0.74380165,0.73140496,0.7355372,0.70247936,0.69008267,0.6694215,0.6280992,0.607438,0.58677685,0.5371901,0.5247934,0.5247934,0.4338843,0.42975205,0.5123967,0.48347107,0.7107438,0.7355372,0.74380165,0.74380165,0.74793386,0.75206614,0.76033056,0.78512394,0.7892562,0.8016529,0.80991733,0.7892562,0.8016529,0.80991733,0.79752064,0.79752064,0.8016529,0.79752064,0.7933884,0.78512394,0.77272725,0.74793386,0.71487606,0.72727275,0.75619835,0.76033056,0.75619835,0.75619835,0.78512394,0.7933884,0.7933884,0.8181818,0.80991733,0.8016529,0.7892562,0.76033056,0.73966944,0.6983471,0.6280992,0.5371901,0.5206612,0.5371901,0.58677685,0.6363636,0.6859504,0.7107438,0.7107438,0.74793386,0.7231405,0.72727275,0.72727275,0.7107438,0.6818182,0.6652893,0.6280992,0.59917355,0.58677685,0.54545456,0.5247934,0.5123967,0.44214877,0.41735536,0.46694216,0.4214876,0.71487606,0.72727275,0.7355372,0.7231405,0.72727275,0.74380165,0.76033056,0.7768595,0.7892562,0.79752064,0.79752064,0.78099173,0.7933884,0.79752064,0.7892562,0.79752064,0.7892562,0.78099173,0.7644628,0.73966944,0.71900827,0.6818182,0.6446281,0.6942149,0.75206614,0.76033056,0.74380165,0.72727275,0.76859504,0.7933884,0.8016529,0.8264463,0.8057851,0.78512394,0.7892562,0.7644628,0.7355372,0.7107438,0.6446281,0.54545456,0.5371901,0.54545456,0.54545456,0.59917355,0.6446281,0.677686,0.6983471,0.72727275,0.72727275,0.7066116,0.70247936,0.6942149,0.661157,0.6404959,0.61570245,0.58677685,0.5785124,0.5371901,0.5165289,0.49586776,0.44214877,0.39256197,0.40495867,0.37190083,0.6983471,0.7066116,0.7231405,0.6983471,0.6983471,0.7355372,0.75206614,0.76033056,0.7768595,0.78099173,0.78512394,0.78099173,0.7768595,0.7768595,0.76859504,0.7768595,0.7768595,0.75206614,0.72727275,0.6942149,0.6487603,0.60330576,0.61157024,0.6983471,0.76859504,0.77272725,0.75206614,0.7231405,0.7644628,0.7933884,0.8057851,0.8305785,0.822314,0.77272725,0.77272725,0.7644628,0.73966944,0.7231405,0.6528926,0.57024795,0.57024795,0.59090906,0.5123967,0.5371901,0.58677685,0.62396693,0.661157,0.6942149,0.70247936,0.70247936,0.6859504,0.6694215,0.6446281,0.6280992,0.61157024,0.5785124,0.5413223,0.53305787,0.5082645,0.46694216,0.45454547,0.37190083,0.34710744,0.35950413,0.6818182,0.6942149,0.70247936,0.70247936,0.6983471,0.71900827,0.74380165,0.75206614,0.7644628,0.76859504,0.77272725,0.7644628,0.76033056,0.74793386,0.7231405,0.73966944,0.74793386,0.71487606,0.6859504,0.6487603,0.59917355,0.5495868,0.58677685,0.7107438,0.7768595,0.7768595,0.76033056,0.73966944,0.76859504,0.7892562,0.8057851,0.8181818,0.8264463,0.7933884,0.78512394,0.77272725,0.76033056,0.72727275,0.661157,0.59504133,0.57024795,0.6280992,0.5123967,0.49173555,0.5413223,0.5785124,0.61157024,0.6487603,0.661157,0.661157,0.6404959,0.6487603,0.6322314,0.61157024,0.59090906,0.57024795,0.5041322,0.5165289,0.5082645,0.46280992,0.4338843,0.3553719,0.3553719,0.35950413,0.6694215,0.6818182,0.6859504,0.69008267,0.6942149,0.7107438,0.72727275,0.73140496,0.73966944,0.75619835,0.76033056,0.75206614,0.74380165,0.7107438,0.71487606,0.6942149,0.6942149,0.6528926,0.6198347,0.59917355,0.57438016,0.54545456,0.57024795,0.71900827,0.78512394,0.77272725,0.76033056,0.76033056,0.78099173,0.7892562,0.7892562,0.80991733,0.8140496,0.8140496,0.79752064,0.78099173,0.74793386,0.7231405,0.6652893,0.59917355,0.5495868,0.61157024,0.5289256,0.4752066,0.49586776,0.5247934,0.5661157,0.607438,0.6322314,0.6363636,0.6198347,0.6280992,0.6198347,0.59504133,0.57024795,0.54545456,0.49173555,0.49173555,0.4876033,0.446281,0.43801653,0.35950413,0.34710744,0.36363637,0.661157,0.6694215,0.6735537,0.677686,0.6818182,0.6942149,0.70247936,0.6983471,0.7066116,0.7231405,0.7355372,0.72727275,0.7231405,0.7066116,0.677686,0.6446281,0.61570245,0.58264464,0.5661157,0.5785124,0.59504133,0.58264464,0.57024795,0.7066116,0.78099173,0.76859504,0.7644628,0.77272725,0.7892562,0.7892562,0.78512394,0.7933884,0.8057851,0.80991733,0.7933884,0.77272725,0.73140496,0.71487606,0.6652893,0.59504133,0.53305787,0.55785125,0.5371901,0.5165289,0.5041322,0.5,0.5165289,0.54545456,0.5785124,0.60330576,0.59917355,0.607438,0.59504133,0.5785124,0.553719,0.5206612,0.47933885,0.46694216,0.46694216,0.44214877,0.4214876,0.338843,0.35123968,0.3553719,0.6487603,0.6528926,0.6570248,0.6570248,0.6694215,0.677686,0.6818182,0.6735537,0.6818182,0.6942149,0.6983471,0.6859504,0.6694215,0.6570248,0.6280992,0.59090906,0.5495868,0.5371901,0.5495868,0.60330576,0.6363636,0.6280992,0.59504133,0.6404959,0.73966944,0.75206614,0.73140496,0.72727275,0.76033056,0.77272725,0.78099173,0.77272725,0.7768595,0.78099173,0.76859504,0.74793386,0.71487606,0.677686,0.6404959,0.5785124,0.5082645,0.5206612,0.5041322,0.5413223,0.5206612,0.5041322,0.4876033,0.49586776,0.5206612,0.56198347,0.57024795,0.57438016,0.55785125,0.5495868,0.53305787,0.5,0.44214877,0.43801653,0.45041323,0.44214877,0.3966942,0.34710744,0.36363637,0.3553719,0.6363636,0.6280992,0.6487603,0.6446281,0.6528926,0.6694215,0.6694215,0.6652893,0.6735537,0.6652893,0.6528926,0.6404959,0.62396693,0.59917355,0.56198347,0.53305787,0.5041322,0.5371901,0.57438016,0.6322314,0.6652893,0.6446281,0.61570245,0.56198347,0.607438,0.6694215,0.6694215,0.6446281,0.677686,0.7107438,0.7355372,0.74380165,0.74380165,0.73966944,0.7231405,0.7066116,0.6859504,0.6487603,0.59917355,0.5289256,0.45041323,0.446281,0.45041323,0.54545456,0.5123967,0.5165289,0.47933885,0.45454547,0.46280992,0.5082645,0.5289256,0.5413223,0.53305787,0.5206612,0.5041322,0.47933885,0.446281,0.4338843,0.43801653,0.42561984,0.37603307,0.3429752,0.3553719,0.3553719,0.6363636,0.61570245,0.6404959,0.6322314,0.6404959,0.6404959,0.661157,0.6570248,0.6446281,0.6363636,0.61570245,0.59090906,0.5661157,0.5289256,0.49586776,0.49586776,0.5082645,0.5661157,0.58677685,0.62396693,0.6735537,0.6859504,0.6487603,0.53305787,0.45454547,0.46694216,0.49173555,0.5123967,0.53305787,0.60330576,0.6694215,0.6983471,0.70247936,0.6818182,0.661157,0.6528926,0.6404959,0.60330576,0.5247934,0.4090909,0.3553719,0.338843,0.4338843,0.54545456,0.5247934,0.5206612,0.49173555,0.446281,0.4214876,0.43801653,0.47107437,0.5082645,0.5165289,0.5,0.4752066,0.45867768,0.43801653,0.42975205,0.42975205,0.4090909,0.3677686,0.3429752,0.35123968,0.3553719,0.6280992,0.6363636,0.6363636,0.6363636,0.6446281,0.61157024,0.6446281,0.6404959,0.62396693,0.60330576,0.58677685,0.5371901,0.48347107,0.47107437,0.48347107,0.5123967,0.5371901,0.57024795,0.56198347,0.6198347,0.6487603,0.69008267,0.6446281,0.55785125,0.48347107,0.41735536,0.4214876,0.38016528,0.36363637,0.44214877,0.5371901,0.58677685,0.59504133,0.57024795,0.553719,0.55785125,0.54545456,0.4876033,0.36363637,0.2644628,0.27272728,0.32231405,0.43801653,0.54545456,0.5661157,0.53305787,0.49173555,0.45041323,0.44214877,0.40082645,0.40082645,0.45454547,0.4876033,0.47933885,0.46694216,0.446281,0.43801653,0.43801653,0.4338843,0.4214876,0.3553719,0.34710744,0.35950413,0.35123968,0.62396693,0.6528926,0.6487603,0.6446281,0.6570248,0.6280992,0.6322314,0.6322314,0.60330576,0.57438016,0.5123967,0.46280992,0.45454547,0.5,0.5247934,0.54545456,0.553719,0.5495868,0.5371901,0.58264464,0.58264464,0.6198347,0.59917355,0.55785125,0.54545456,0.48347107,0.45867768,0.4214876,0.33471075,0.3140496,0.38842976,0.45041323,0.47107437,0.46280992,0.446281,0.43801653,0.40082645,0.3264463,0.2892562,0.30991736,0.30991736,0.36363637,0.4214876,0.45867768,0.57438016,0.54545456,0.48347107,0.41322315,0.4752066,0.446281,0.38842976,0.39256197,0.45454547,0.4752066,0.46694216,0.45867768,0.446281,0.43801653,0.4338843,0.41322315,0.3553719,0.3429752,0.35950413,0.3553719,0.62396693,0.6487603,0.6487603,0.661157,0.6652893,0.6652893,0.6528926,0.6487603,0.59090906,0.5289256,0.44214877,0.43801653,0.5082645,0.5495868,0.5413223,0.5371901,0.5413223,0.5165289,0.5247934,0.53305787,0.53305787,0.56198347,0.5785124,0.553719,0.5413223,0.5495868,0.5247934,0.5,0.4090909,0.3264463,0.29338843,0.3264463,0.35123968,0.34710744,0.3429752,0.30991736,0.2768595,0.28099173,0.3264463,0.41322315,0.41735536,0.38842976,0.3966942,0.4090909,0.47933885,0.5413223,0.49586776,0.38842976,0.44214877,0.446281,0.4214876,0.38016528,0.44214877,0.4752066,0.46280992,0.46280992,0.46280992,0.45041323,0.42975205,0.40082645,0.3553719,0.34710744,0.35950413,0.35950413,0.6198347,0.6446281,0.6487603,0.6694215,0.677686,0.661157,0.6694215,0.6446281,0.58264464,0.5041322,0.42975205,0.4752066,0.53305787,0.5289256,0.5206612,0.5123967,0.5123967,0.5082645,0.53305787,0.55785125,0.53305787,0.5123967,0.58264464,0.54545456,0.5289256,0.553719,0.58677685,0.5371901,0.47933885,0.40495867,0.3140496,0.29752067,0.26859504,0.26859504,0.2892562,0.2892562,0.26859504,0.33471075,0.37603307,0.38842976,0.46694216,0.4338843,0.38842976,0.38842976,0.43801653,0.4876033,0.49586776,0.38842976,0.37603307,0.4090909,0.42561984,0.42975205,0.4752066,0.5,0.49173555,0.48347107,0.47107437,0.45041323,0.41735536,0.38842976,0.35123968,0.34710744,0.3553719,0.3553719,0.61570245,0.6280992,0.6404959,0.6528926,0.6818182,0.6942149,0.6735537,0.6487603,0.60330576,0.5371901,0.45041323,0.46280992,0.5,0.48347107,0.5041322,0.49173555,0.48347107,0.49586776,0.5247934,0.57438016,0.54545456,0.5165289,0.58264464,0.5413223,0.5289256,0.55785125,0.6280992,0.5413223,0.49173555,0.5,0.4338843,0.38016528,0.26859504,0.26859504,0.32231405,0.38429752,0.36363637,0.4090909,0.42561984,0.36363637,0.41735536,0.44214877,0.38842976,0.36363637,0.41322315,0.4214876,0.46694216,0.40495867,0.35123968,0.37603307,0.40495867,0.48347107,0.53305787,0.5247934,0.49586776,0.49173555,0.47107437,0.45041323,0.41322315,0.36363637,0.3429752,0.34710744,0.35123968,0.35950413,0.61157024,0.62396693,0.6363636,0.6404959,0.6694215,0.6735537,0.6818182,0.6487603,0.6404959,0.5661157,0.47107437,0.4338843,0.45867768,0.45041323,0.46694216,0.446281,0.45041323,0.46280992,0.47107437,0.5289256,0.5082645,0.5289256,0.55785125,0.5247934,0.55785125,0.553719,0.59917355,0.5041322,0.45867768,0.55785125,0.57024795,0.49173555,0.3305785,0.35123968,0.41735536,0.5041322,0.4338843,0.42975205,0.4214876,0.36363637,0.38429752,0.4214876,0.39256197,0.36363637,0.39256197,0.37190083,0.3966942,0.44214877,0.3140496,0.41322315,0.3966942,0.5206612,0.59090906,0.5289256,0.49173555,0.4876033,0.45454547,0.43801653,0.3966942,0.3553719,0.338843,0.35123968,0.35123968,0.35950413,0.59504133,0.6198347,0.6280992,0.6280992,0.6528926,0.6735537,0.6694215,0.6570248,0.661157,0.59504133,0.446281,0.40495867,0.4338843,0.43801653,0.43801653,0.3966942,0.42561984,0.4214876,0.41322315,0.4752066,0.49173555,0.5371901,0.54545456,0.5206612,0.5247934,0.5165289,0.5247934,0.43801653,0.42561984,0.553719,0.607438,0.5082645,0.37603307,0.40495867,0.44214877,0.5041322,0.46694216,0.41735536,0.4090909,0.3429752,0.3677686,0.41735536,0.38016528,0.34710744,0.37603307,0.34710744,0.33471075,0.4214876,0.3264463,0.36363637,0.4752066,0.56198347,0.59504133,0.5289256,0.5247934,0.47933885,0.44214877,0.41322315,0.37190083,0.35123968,0.3429752,0.3553719,0.3553719,0.3553719,0.56198347,0.59504133,0.607438,0.61570245,0.6280992,0.6528926,0.6487603,0.6528926,0.6859504,0.61157024,0.44214877,0.3966942,0.41735536,0.4214876,0.41322315,0.38842976,0.40495867,0.38016528,0.3966942,0.44214877,0.44214877,0.4876033,0.5082645,0.53305787,0.5206612,0.47107437,0.4752066,0.38842976,0.41322315,0.5247934,0.56198347,0.45867768,0.4090909,0.38016528,0.42561984,0.4876033,0.44214877,0.40082645,0.37603307,0.3305785,0.3305785,0.38842976,0.38016528,0.3553719,0.34710744,0.33471075,0.3140496,0.3677686,0.338843,0.37190083,0.5165289,0.56198347,0.5785124,0.53305787,0.5082645,0.45041323,0.44214877,0.39256197,0.35123968,0.3429752,0.34710744,0.35123968,0.35123968,0.3553719,0.54545456,0.57024795,0.59090906,0.61570245,0.6280992,0.6446281,0.6528926,0.6528926,0.6735537,0.6528926,0.5123967,0.42561984,0.40495867,0.38429752,0.40082645,0.4214876,0.40082645,0.37190083,0.38842976,0.41735536,0.4090909,0.45454547,0.49173555,0.5289256,0.49173555,0.4214876,0.4338843,0.37603307,0.40495867,0.5165289,0.5123967,0.3677686,0.37190083,0.2768595,0.42561984,0.48347107,0.42975205,0.35950413,0.35950413,0.3305785,0.30991736,0.3553719,0.38429752,0.3677686,0.3305785,0.3264463,0.3181818,0.338843,0.34710744,0.4214876,0.5495868,0.56198347,0.57024795,0.5082645,0.42975205,0.42561984,0.4214876,0.37190083,0.338843,0.338843,0.34710744,0.34710744,0.35123968,0.3553719,0.5206612,0.54545456,0.5785124,0.59504133,0.607438,0.6363636,0.6446281,0.6404959,0.6570248,0.6694215,0.5785124,0.4876033,0.42975205,0.38016528,0.41322315,0.46694216,0.43801653,0.40082645,0.41735536,0.45041323,0.4338843,0.42975205,0.47107437,0.49586776,0.45454547,0.41322315,0.41322315,0.38842976,0.41735536,0.5289256,0.47933885,0.38429752,0.38429752,0.3305785,0.39256197,0.4752066,0.43801653,0.37603307,0.29752067,0.30991736,0.338843,0.338843,0.3553719,0.36363637,0.35123968,0.34710744,0.3553719,0.37190083,0.4090909,0.47933885,0.53305787,0.54545456,0.5123967,0.46280992,0.42561984,0.41322315,0.3966942,0.3553719,0.3264463,0.338843,0.34710744,0.3429752,0.35950413,0.3553719,0.5,0.5289256,0.5495868,0.5495868,0.55785125,0.59090906,0.61570245,0.62396693,0.6363636,0.6446281,0.607438,0.54545456,0.48347107,0.47107437,0.47933885,0.5206612,0.5123967,0.48347107,0.48347107,0.49173555,0.5,0.4752066,0.47933885,0.5041322,0.47933885,0.44214877,0.43801653,0.4214876,0.43801653,0.5165289,0.45867768,0.45041323,0.46280992,0.42561984,0.37190083,0.44214877,0.4338843,0.42561984,0.3140496,0.30165288,0.37603307,0.3553719,0.34710744,0.36363637,0.37190083,0.38016528,0.39256197,0.4214876,0.48347107,0.5289256,0.5413223,0.5165289,0.48347107,0.44214877,0.41322315,0.4090909,0.3677686,0.3305785,0.338843,0.338843,0.34710744,0.35123968,0.35950413,0.35950413,0.4752066,0.5123967,0.5206612,0.5082645,0.49586776,0.53305787,0.57438016,0.59917355,0.61157024,0.61157024,0.61570245,0.59090906,0.53305787,0.5371901,0.553719,0.57438016,0.58677685,0.57024795,0.553719,0.5495868,0.55785125,0.5206612,0.5082645,0.53305787,0.5206612,0.47933885,0.47107437,0.45454547,0.45867768,0.4752066,0.45867768,0.49586776,0.5,0.4752066,0.3966942,0.40082645,0.38842976,0.40495867,0.36363637,0.35123968,0.37190083,0.38016528,0.37603307,0.3966942,0.40495867,0.41735536,0.4338843,0.45454547,0.5082645,0.54545456,0.5289256,0.47933885,0.45041323,0.42561984,0.41322315,0.39256197,0.32231405,0.33471075,0.338843,0.34710744,0.34710744,0.35123968,0.3553719,0.37190083,0.4214876,0.48347107,0.5082645,0.5,0.48347107,0.5,0.54545456,0.57024795,0.5785124,0.5785124,0.59504133,0.59504133,0.55785125,0.54545456,0.5785124,0.61157024,0.59090906,0.6280992,0.62396693,0.6198347,0.62396693,0.5785124,0.56198347,0.54545456,0.5247934,0.4876033,0.48347107,0.45867768,0.4338843,0.42561984,0.46280992,0.4752066,0.4876033,0.4876033,0.43801653,0.3966942,0.38842976,0.37190083,0.37603307,0.38016528,0.38429752,0.41735536,0.4214876,0.43801653,0.446281,0.45867768,0.46280992,0.4876033,0.5247934,0.5247934,0.49173555,0.45041323,0.4338843,0.4090909,0.39256197,0.3429752,0.23553719,0.30578512,0.34710744,0.34710744,0.33471075,0.3553719,0.35123968,0.3677686,0.38842976,0.45454547,0.47933885,0.4876033,0.49173555,0.49173555,0.5123967,0.5371901,0.5413223,0.5495868,0.5661157,0.5785124,0.55785125,0.56198347,0.59504133,0.6363636,0.6322314,0.6528926,0.6694215,0.6694215,0.6694215,0.6404959,0.62396693,0.58677685,0.54545456,0.5041322,0.49173555,0.46280992,0.42975205,0.4338843,0.47933885,0.48347107,0.47933885,0.4876033,0.446281,0.3966942,0.38842976,0.39256197,0.4090909,0.4214876,0.43801653,0.47107437,0.45867768,0.47933885,0.47933885,0.47933885,0.47107437,0.49586776,0.5082645,0.49586776,0.45454547,0.42975205,0.41322315,0.39256197,0.3553719,0.30991736,0.14049587,0.22727273,0.34710744,0.35123968,0.3553719,0.34710744,0.3553719,0.37190083,0.3966942,0.41322315,0.46694216,0.47107437,0.48347107,0.49173555,0.49586776,0.5123967,0.5165289,0.5247934,0.53305787,0.54545456,0.5495868,0.5785124,0.6198347,0.6487603,0.6694215,0.6735537,0.6859504,0.6942149,0.69008267,0.6859504,0.661157,0.6322314,0.59090906,0.553719,0.5289256,0.49173555,0.46694216,0.47107437,0.4752066,0.4752066,0.4752066,0.4752066,0.45867768,0.4338843,0.41322315,0.4338843,0.46694216,0.4752066,0.49586776,0.5123967,0.49586776,0.5041322,0.5,0.48347107,0.47933885,0.4876033,0.4876033,0.46280992,0.42561984,0.41322315,0.39256197,0.35950413,0.2892562,0.30165288,0.1446281,0.14049587,0.2892562,0.35123968,0.40495867,0.3553719,0.35950413,0.36363637,0.41735536,0.38016528,0.4214876,0.45867768,0.46694216,0.47933885,0.4876033,0.48347107,0.49173555,0.5,0.5082645,0.5206612,0.5413223,0.58264464,0.6322314,0.6446281,0.6652893,0.6859504,0.6983471,0.7107438,0.7107438,0.70247936,0.69008267,0.6652893,0.6280992,0.59917355,0.56198347,0.5371901,0.5123967,0.5123967,0.5123967,0.5082645,0.5,0.5,0.5,0.4876033,0.4752066,0.47933885,0.5206612,0.5247934,0.5413223,0.5495868,0.5289256,0.5289256,0.5,0.46280992,0.47107437,0.47107437,0.46280992,0.43801653,0.4090909,0.39256197,0.3677686,0.30165288,0.20247933,0.28512397,0.20247933,0.09090909,0.2231405,0.32231405,0.40495867,0.41735536,0.39256197,0.38429752,0.42975205,0.40495867,0.38016528,0.4214876,0.45041323,0.46694216,0.4752066,0.4752066,0.48347107,0.49586776,0.5041322,0.5041322,0.5371901,0.59504133,0.6280992,0.6322314,0.661157,0.6983471,0.6983471,0.7107438,0.72727275,0.7107438,0.7066116,0.69008267,0.661157,0.6404959,0.61570245,0.59917355,0.59917355,0.59090906,0.58264464,0.58677685,0.5785124,0.57024795,0.5661157,0.553719,0.5413223,0.53305787,0.553719,0.55785125,0.57024795,0.57024795,0.53305787,0.53305787,0.49586776,0.46280992,0.45867768,0.45867768,0.446281,0.40495867,0.3966942,0.38016528,0.33471075,0.21900827,0.1446281,0.2768595,0.24380165,0.09917355,0.17355372,0.30991736,0.37190083,0.40082645,0.40495867,0.446281,0.446281,0.42561984,0.38842976,0.39256197,0.4214876,0.45041323,0.46280992,0.48347107,0.47933885,0.49586776,0.5041322,0.49586776,0.5371901,0.59090906,0.62396693,0.6404959,0.6446281,0.6859504,0.70247936,0.6983471,0.7107438,0.71900827,0.71487606,0.7107438,0.69008267,0.6859504,0.661157,0.677686,0.6735537,0.677686,0.6694215,0.6652893,0.6528926,0.6363636,0.61570245,0.58677685,0.57024795,0.57024795,0.57024795,0.5785124,0.57438016,0.5495868,0.5371901,0.5289256,0.48347107,0.45867768,0.42561984,0.44214877,0.4214876,0.3966942,0.38842976,0.35123968,0.23966943,0.12809917,0.14049587,0.26859504,0.28512397,0.11570248,0.16528925,0.2768595,0.3553719,0.38842976,0.39256197,0.44214877,0.45454547,0.43801653,0.40495867,0.37603307,0.38429752,0.42975205,0.446281,0.47107437,0.47933885,0.47933885,0.49173555,0.49173555,0.5247934,0.56198347,0.60330576,0.62396693,0.6404959,0.6694215,0.7066116,0.7107438,0.70247936,0.71487606,0.71487606,0.72727275,0.71487606,0.6652893,0.677686,0.70247936,0.69008267,0.6859504,0.677686,0.6818182,0.6652893,0.6528926,0.6404959,0.607438,0.59090906,0.58264464,0.57438016,0.59090906,0.5661157,0.553719,0.5289256,0.5123967,0.46280992,0.4338843,0.3966942,0.4090909,0.40082645,0.38842976,0.35123968,0.29338843,0.13636364,0.09504132,0.14876033,0.2768595,0.33471075,0.1446281,0.15289256,0.30578512,0.37190083,0.3966942,0.3677686,0.41735536,0.46280992,0.446281,0.4214876,0.38842976,0.3677686,0.39256197,0.42975205,0.43801653,0.46694216,0.47933885,0.49173555,0.47933885,0.5082645,0.5371901,0.5661157,0.607438,0.6363636,0.661157,0.6983471,0.71487606,0.71487606,0.70247936,0.6983471,0.7107438,0.74380165,0.7066116,0.71487606,0.70247936,0.7231405,0.69008267,0.677686,0.677686,0.661157,0.6528926,0.6446281,0.6198347,0.59504133,0.58264464,0.56198347,0.57024795,0.5661157,0.5413223,0.5247934,0.47933885,0.4214876,0.3677686,0.38429752,0.3966942,0.40495867,0.36363637,0.30578512,0.23966943,0.0785124,0.11570248,0.16528925,0.29752067,0.38016528,0.20247933,0.12809917,0.2768595,0.37190083,0.40082645,0.40082645,0.40082645,0.47107437,0.46280992,0.43801653,0.4090909,0.3677686,0.3553719,0.40495867,0.40082645,0.43801653,0.45867768,0.46280992,0.47107437,0.47933885,0.5082645,0.53305787,0.5661157,0.60330576,0.6446281,0.677686,0.70247936,0.71487606,0.69008267,0.6859504,0.70247936,0.73140496,0.7231405,0.7231405,0.69008267,0.71487606,0.6818182,0.661157,0.6404959,0.62396693,0.6363636,0.6404959,0.61570245,0.58264464,0.55785125,0.5495868,0.54545456,0.55785125,0.5289256,0.5,0.46280992,0.3677686,0.33471075,0.3677686,0.38016528,0.35123968,0.3140496,0.29752067,0.17768595,0.06198347,0.13636364,0.1983471,0.338843,0.4214876,0.28512397,0.16115703,0.24380165,0.36363637,0.41322315,0.4090909,0.40082645,0.49173555,0.47107437,0.45454547,0.42975205,0.38429752,0.35123968,0.38016528,0.38429752,0.3966942,0.4214876,0.44214877,0.44214877,0.45041323,0.46694216,0.49173555,0.5082645,0.5495868,0.60330576,0.6404959,0.6735537,0.6983471,0.6983471,0.7066116,0.7107438,0.71900827,0.6818182,0.6818182,0.6818182,0.6983471,0.6487603,0.6198347,0.59917355,0.59090906,0.61570245,0.61157024,0.59917355,0.57438016,0.5371901,0.5371901,0.5413223,0.5289256,0.5082645,0.4752066,0.41322315,0.3264463,0.3181818,0.3429752,0.3305785,0.30165288,0.28512397,0.28512397,0.10330579,0.08264463,0.16115703,0.23140496,0.39256197,0.42975205,0.3181818,0.2107438,0.21487603,0.34710744,0.4090909,0.41322315,0.40495867,0.5165289,0.49173555,0.45867768,0.446281,0.4090909,0.36363637,0.36363637,0.37603307,0.37603307,0.37190083,0.40495867,0.42975205,0.43801653,0.4338843,0.446281,0.45454547,0.49173555,0.55785125,0.61157024,0.6446281,0.6694215,0.6735537,0.6818182,0.6942149,0.70247936,0.6818182,0.6652893,0.661157,0.6570248,0.607438,0.57438016,0.54545456,0.5495868,0.57438016,0.57438016,0.57024795,0.5495868,0.5165289,0.5082645,0.5165289,0.5041322,0.46694216,0.44214877,0.34710744,0.30165288,0.3264463,0.3140496,0.29338843,0.2768595,0.29338843,0.21487603,0.0661157,0.11983471,0.20247933,0.28099173,0.4338843,0.43801653,0.3305785,0.2644628,0.1983471,0.3429752,0.40082645,0.41735536,0.41322315,0.5247934,0.5123967,0.48347107,0.45454547,0.42975205,0.39256197,0.37190083,0.37190083,0.37190083,0.38429752,0.3966942,0.40082645,0.4214876,0.4214876,0.4214876,0.42561984,0.43801653,0.49173555,0.55785125,0.59917355,0.6322314,0.6363636,0.6446281,0.661157,0.6694215,0.6694215,0.6528926,0.6487603,0.61570245,0.5661157,0.5495868,0.5247934,0.5206612,0.5413223,0.56198347,0.54545456,0.5247934,0.5082645,0.49173555,0.4876033,0.46694216,0.42975205,0.3677686,0.29752067,0.29338843,0.30578512,0.2768595,0.2768595,0.28512397,0.2892562,0.12809917,0.08264463,0.17768595,0.2520661,0.35123968,0.46694216,0.45867768,0.3181818,0.30578512,0.20247933,0.3264463,0.4090909,0.4214876,0.41735536,24 +0.61570245,0.6859504,0.71487606,0.73966944,0.7355372,0.75206614,0.75206614,0.73966944,0.76033056,0.78099173,0.78099173,0.78099173,0.77272725,0.77272725,0.78099173,0.7768595,0.78099173,0.7892562,0.78099173,0.78099173,0.78099173,0.78512394,0.78512394,0.79752064,0.8016529,0.7892562,0.7933884,0.7892562,0.7933884,0.79752064,0.78512394,0.79752064,0.8016529,0.79752064,0.7892562,0.7892562,0.77272725,0.7892562,0.78099173,0.7768595,0.76859504,0.7768595,0.76859504,0.74793386,0.75206614,0.73140496,0.70247936,0.6983471,0.6818182,0.677686,0.6694215,0.6652893,0.6528926,0.6570248,0.661157,0.6363636,0.59504133,0.56198347,0.5413223,0.5413223,0.5165289,0.5,0.5082645,0.5082645,0.60330576,0.6735537,0.70247936,0.74380165,0.74793386,0.7355372,0.73140496,0.74380165,0.7644628,0.78099173,0.76859504,0.77272725,0.76033056,0.7644628,0.7644628,0.7644628,0.76859504,0.78099173,0.77272725,0.76859504,0.77272725,0.7644628,0.7768595,0.78512394,0.7892562,0.78512394,0.7892562,0.7933884,0.7892562,0.7933884,0.78512394,0.7892562,0.7892562,0.79752064,0.78099173,0.78099173,0.78099173,0.76859504,0.78099173,0.76859504,0.7644628,0.75619835,0.75206614,0.73140496,0.7355372,0.71487606,0.6983471,0.6942149,0.69008267,0.6859504,0.6694215,0.661157,0.6652893,0.6818182,0.6859504,0.6404959,0.60330576,0.57438016,0.5413223,0.5371901,0.5247934,0.5,0.5,0.49586776,0.5661157,0.6280992,0.6942149,0.73140496,0.75206614,0.74793386,0.75619835,0.75619835,0.7644628,0.76859504,0.77272725,0.76859504,0.76859504,0.76033056,0.7644628,0.77272725,0.76033056,0.77272725,0.7768595,0.77272725,0.7768595,0.7768595,0.78512394,0.8016529,0.79752064,0.78512394,0.7933884,0.8016529,0.78099173,0.7933884,0.79752064,0.7933884,0.8016529,0.7892562,0.7933884,0.78512394,0.78099173,0.7768595,0.78099173,0.7768595,0.77272725,0.7644628,0.75619835,0.73966944,0.74380165,0.73140496,0.71900827,0.7107438,0.71900827,0.7066116,0.7107438,0.6859504,0.677686,0.69008267,0.69008267,0.6570248,0.61570245,0.58677685,0.54545456,0.5371901,0.5206612,0.5165289,0.49586776,0.47933885,0.5371901,0.60330576,0.677686,0.7107438,0.73140496,0.75206614,0.74380165,0.74380165,0.75619835,0.7644628,0.78099173,0.78099173,0.78099173,0.77272725,0.7768595,0.78099173,0.7768595,0.78099173,0.7892562,0.78099173,0.7933884,0.78512394,0.79752064,0.8016529,0.8057851,0.7933884,0.8057851,0.8016529,0.78099173,0.79752064,0.8057851,0.8016529,0.79752064,0.8016529,0.7892562,0.7892562,0.7933884,0.7892562,0.78099173,0.78512394,0.78512394,0.78512394,0.76859504,0.76033056,0.76033056,0.76033056,0.7355372,0.7231405,0.71900827,0.73140496,0.7107438,0.70247936,0.6983471,0.70247936,0.6859504,0.6570248,0.61157024,0.58677685,0.5495868,0.54545456,0.5247934,0.5041322,0.49586776,0.47933885,0.53305787,0.59917355,0.6735537,0.71900827,0.72727275,0.73966944,0.73966944,0.7355372,0.75206614,0.76033056,0.76859504,0.78512394,0.7892562,0.78099173,0.78099173,0.78512394,0.78512394,0.78099173,0.79752064,0.79752064,0.8016529,0.79752064,0.8016529,0.80991733,0.8140496,0.8140496,0.822314,0.8016529,0.8057851,0.8057851,0.80991733,0.80991733,0.80991733,0.8016529,0.7933884,0.8016529,0.7933884,0.79752064,0.7933884,0.7892562,0.79752064,0.7933884,0.78099173,0.76859504,0.76859504,0.7644628,0.73966944,0.73140496,0.73140496,0.7231405,0.7355372,0.73140496,0.71900827,0.71487606,0.69008267,0.6487603,0.59504133,0.58677685,0.5495868,0.53305787,0.5247934,0.5,0.48347107,0.47933885,0.5123967,0.58264464,0.6487603,0.7066116,0.72727275,0.73140496,0.71900827,0.73966944,0.74793386,0.7644628,0.7644628,0.76859504,0.77272725,0.78512394,0.78099173,0.7892562,0.7933884,0.79752064,0.80991733,0.80991733,0.80991733,0.80991733,0.80991733,0.822314,0.8181818,0.8181818,0.8181818,0.80991733,0.8057851,0.8057851,0.80991733,0.80991733,0.80991733,0.8016529,0.8016529,0.8016529,0.7933884,0.79752064,0.79752064,0.8016529,0.79752064,0.7933884,0.7892562,0.78099173,0.7644628,0.76859504,0.76033056,0.73140496,0.72727275,0.74380165,0.74793386,0.71900827,0.71487606,0.69008267,0.677686,0.6446281,0.61157024,0.59090906,0.5495868,0.5371901,0.5247934,0.49586776,0.46694216,0.46280992,0.5165289,0.58264464,0.6363636,0.6942149,0.7231405,0.7355372,0.71900827,0.73966944,0.7355372,0.76033056,0.7644628,0.77272725,0.76859504,0.78099173,0.7892562,0.79752064,0.79752064,0.8057851,0.80991733,0.8181818,0.8181818,0.8181818,0.822314,0.8264463,0.822314,0.8140496,0.8140496,0.8140496,0.8057851,0.8016529,0.8016529,0.80991733,0.80991733,0.79752064,0.79752064,0.79752064,0.78512394,0.7892562,0.8016529,0.79752064,0.7933884,0.78512394,0.78512394,0.77272725,0.76033056,0.76033056,0.76033056,0.73966944,0.73140496,0.74793386,0.75619835,0.7107438,0.7066116,0.677686,0.6652893,0.6404959,0.6280992,0.59090906,0.54545456,0.5289256,0.5082645,0.49173555,0.44214877,0.45867768,0.49586776,0.59090906,0.6363636,0.6818182,0.6942149,0.7107438,0.7107438,0.73140496,0.74793386,0.76859504,0.76859504,0.77272725,0.76859504,0.78099173,0.7892562,0.7933884,0.79752064,0.8016529,0.8057851,0.8140496,0.8181818,0.8181818,0.8140496,0.80991733,0.8140496,0.8057851,0.80991733,0.8016529,0.7933884,0.7933884,0.8016529,0.8016529,0.80991733,0.7933884,0.78512394,0.78512394,0.7892562,0.7892562,0.7933884,0.78512394,0.7768595,0.7768595,0.77272725,0.77272725,0.77272725,0.75619835,0.74380165,0.76033056,0.74793386,0.75206614,0.75619835,0.7355372,0.7231405,0.6983471,0.677686,0.661157,0.6280992,0.5785124,0.54545456,0.5165289,0.49586776,0.49586776,0.43801653,0.45454547,0.5,0.57024795,0.62396693,0.6652893,0.677686,0.69008267,0.7107438,0.72727275,0.74380165,0.7644628,0.76033056,0.7768595,0.78099173,0.78099173,0.7892562,0.78512394,0.79752064,0.8016529,0.79752064,0.8016529,0.8057851,0.8016529,0.7892562,0.7933884,0.78512394,0.78099173,0.7892562,0.7768595,0.77272725,0.76859504,0.78512394,0.78512394,0.7892562,0.7933884,0.77272725,0.7644628,0.76859504,0.76859504,0.7644628,0.75619835,0.75206614,0.74380165,0.75619835,0.76033056,0.7644628,0.75206614,0.74793386,0.76033056,0.74793386,0.73966944,0.74793386,0.7355372,0.7231405,0.7107438,0.69008267,0.6694215,0.6280992,0.58264464,0.553719,0.5165289,0.49586776,0.48347107,0.45867768,0.46694216,0.5206612,0.59504133,0.6280992,0.661157,0.6818182,0.6818182,0.7066116,0.7231405,0.73966944,0.7644628,0.7768595,0.7933884,0.7892562,0.78512394,0.7933884,0.7933884,0.7892562,0.7933884,0.78512394,0.7892562,0.78512394,0.78099173,0.76033056,0.75619835,0.74380165,0.7355372,0.7355372,0.72727275,0.7231405,0.7231405,0.75206614,0.76033056,0.76859504,0.7644628,0.73966944,0.73140496,0.73140496,0.72727275,0.7066116,0.6942149,0.70247936,0.6942149,0.7066116,0.72727275,0.73966944,0.74380165,0.73966944,0.75619835,0.73966944,0.7231405,0.72727275,0.71900827,0.7066116,0.70247936,0.6942149,0.6735537,0.6404959,0.59090906,0.54545456,0.5082645,0.49586776,0.4752066,0.46694216,0.45041323,0.553719,0.61570245,0.6363636,0.6694215,0.6818182,0.6859504,0.71487606,0.74380165,0.76859504,0.7892562,0.8016529,0.8016529,0.78512394,0.78512394,0.77272725,0.7644628,0.76033056,0.74793386,0.73140496,0.7355372,0.71900827,0.70247936,0.6735537,0.6818182,0.6735537,0.661157,0.6528926,0.6487603,0.6487603,0.6652893,0.6859504,0.71900827,0.7231405,0.7107438,0.69008267,0.677686,0.6818182,0.6570248,0.6446281,0.61157024,0.58264464,0.59090906,0.61157024,0.6198347,0.6322314,0.6280992,0.61570245,0.6404959,0.6528926,0.661157,0.661157,0.69008267,0.6942149,0.6859504,0.69008267,0.6942149,0.6570248,0.6280992,0.54545456,0.49173555,0.47933885,0.46694216,0.45867768,0.45041323,0.58677685,0.61570245,0.6322314,0.661157,0.6694215,0.6942149,0.7355372,0.7644628,0.78512394,0.79752064,0.78512394,0.76859504,0.75206614,0.7107438,0.6652893,0.6446281,0.6198347,0.61157024,0.59504133,0.55785125,0.5413223,0.5,0.49173555,0.49173555,0.5165289,0.5371901,0.55785125,0.57438016,0.59917355,0.61157024,0.6363636,0.6735537,0.6859504,0.6694215,0.6363636,0.6280992,0.61157024,0.59090906,0.553719,0.4876033,0.43801653,0.45454547,0.4338843,0.41322315,0.41322315,0.41735536,0.4214876,0.46694216,0.5165289,0.53305787,0.5413223,0.56198347,0.59917355,0.6198347,0.62396693,0.6487603,0.6363636,0.62396693,0.5495868,0.5,0.4752066,0.46280992,0.45867768,0.45041323,0.60330576,0.6280992,0.6280992,0.6570248,0.6818182,0.7107438,0.7355372,0.77272725,0.72727275,0.6818182,0.6446281,0.6198347,0.61570245,0.61570245,0.58264464,0.5495868,0.5,0.47107437,0.43801653,0.40082645,0.38016528,0.37190083,0.3677686,0.38016528,0.42561984,0.4214876,0.45454547,0.5,0.553719,0.58677685,0.61157024,0.6446281,0.6528926,0.62396693,0.59090906,0.57438016,0.5495868,0.5041322,0.45454547,0.41735536,0.37603307,0.40082645,0.37603307,0.3429752,0.338843,0.35950413,0.37603307,0.44214877,0.49586776,0.5206612,0.5082645,0.5041322,0.5247934,0.5206612,0.5,0.53305787,0.553719,0.56198347,0.5289256,0.4876033,0.46280992,0.4752066,0.46694216,0.46694216,0.6280992,0.6446281,0.6694215,0.6528926,0.6818182,0.6983471,0.6735537,0.6735537,0.62396693,0.607438,0.62396693,0.6570248,0.677686,0.71487606,0.74380165,0.73140496,0.6818182,0.61570245,0.5371901,0.45454547,0.41322315,0.41322315,0.40082645,0.40082645,0.4090909,0.3966942,0.4090909,0.446281,0.5165289,0.58677685,0.6404959,0.661157,0.6528926,0.62396693,0.58677685,0.553719,0.47933885,0.45041323,0.41322315,0.3966942,0.40082645,0.4090909,0.42975205,0.41735536,0.44214877,0.49173555,0.553719,0.6198347,0.661157,0.6983471,0.6818182,0.61570245,0.59090906,0.5413223,0.4876033,0.47107437,0.46694216,0.47933885,0.47107437,0.48347107,0.46694216,0.4752066,0.47107437,0.47107437,0.6487603,0.6528926,0.6818182,0.6570248,0.6570248,0.6446281,0.60330576,0.58677685,0.59504133,0.6487603,0.6735537,0.70247936,0.6942149,0.6983471,0.69008267,0.6570248,0.62396693,0.58677685,0.5289256,0.46694216,0.44214877,0.4338843,0.4338843,0.42561984,0.42561984,0.4090909,0.40082645,0.4214876,0.5123967,0.6404959,0.7107438,0.71900827,0.7355372,0.6942149,0.6363636,0.553719,0.47933885,0.4214876,0.40495867,0.41322315,0.4338843,0.446281,0.44214877,0.4338843,0.45041323,0.47107437,0.5123967,0.58264464,0.61157024,0.6652893,0.6818182,0.69008267,0.6694215,0.60330576,0.54545456,0.5082645,0.46280992,0.42975205,0.42561984,0.45454547,0.4752066,0.46694216,0.47933885,0.47933885,0.6652893,0.677686,0.677686,0.6694215,0.61157024,0.59090906,0.56198347,0.59090906,0.62396693,0.6528926,0.6322314,0.59090906,0.5165289,0.43801653,0.36363637,0.32231405,0.2892562,0.29752067,0.30165288,0.33471075,0.3553719,0.3677686,0.38429752,0.40495867,0.4338843,0.42975205,0.40082645,0.4090909,0.54545456,0.6983471,0.77272725,0.7768595,0.78512394,0.75619835,0.6983471,0.58677685,0.47933885,0.4214876,0.41322315,0.43801653,0.446281,0.41735536,0.3966942,0.39256197,0.3966942,0.35123968,0.33471075,0.3305785,0.30165288,0.3305785,0.40082645,0.4752066,0.5289256,0.56198347,0.553719,0.5206612,0.49173555,0.4338843,0.42975205,0.42975205,0.45041323,0.48347107,0.46694216,0.48347107,0.6818182,0.6859504,0.6735537,0.6652893,0.60330576,0.57024795,0.5661157,0.5785124,0.58677685,0.5371901,0.46694216,0.37603307,0.35123968,0.3553719,0.2768595,0.21900827,0.21900827,0.19008264,0.23966943,0.3429752,0.446281,0.3966942,0.35950413,0.37190083,0.40495867,0.4090909,0.41735536,0.42561984,0.60330576,0.74793386,0.8057851,0.8181818,0.80991733,0.78099173,0.71487606,0.5785124,0.49586776,0.446281,0.4214876,0.42975205,0.4090909,0.38016528,0.40082645,0.47107437,0.43801653,0.29752067,0.28512397,0.23966943,0.29338843,0.22727273,0.29338843,0.3553719,0.338843,0.3553719,0.4338843,0.49586776,0.48347107,0.45867768,0.446281,0.44214877,0.44214877,0.47933885,0.47107437,0.4752066,0.6859504,0.677686,0.6652893,0.661157,0.62396693,0.59504133,0.57438016,0.55785125,0.4876033,0.41735536,0.3677686,0.32231405,0.38016528,0.446281,0.35950413,0.30991736,0.2520661,0.2520661,0.32231405,0.44214877,0.553719,0.5371901,0.41322315,0.34710744,0.45454547,0.49586776,0.49173555,0.5206612,0.6487603,0.76859504,0.8181818,0.8140496,0.8140496,0.7892562,0.7107438,0.5661157,0.5123967,0.5,0.5413223,0.46280992,0.39256197,0.38016528,0.4752066,0.62396693,0.59504133,0.40082645,0.3181818,0.24793388,0.28512397,0.30165288,0.38842976,0.4214876,0.3305785,0.2892562,0.28099173,0.38429752,0.45867768,0.45867768,0.46280992,0.47107437,0.47933885,0.4752066,0.47933885,0.4752066,0.6818182,0.6694215,0.677686,0.677686,0.6487603,0.62396693,0.58677685,0.4876033,0.45867768,0.4876033,0.46280992,0.5082645,0.53305787,0.5661157,0.553719,0.5495868,0.49173555,0.47107437,0.5123967,0.5785124,0.61157024,0.62396693,0.59504133,0.5785124,0.59504133,0.6487603,0.6446281,0.6322314,0.70247936,0.77272725,0.80991733,0.8057851,0.8016529,0.79752064,0.7107438,0.58264464,0.5371901,0.5785124,0.6694215,0.6528926,0.62396693,0.60330576,0.607438,0.6942149,0.6983471,0.59917355,0.5123967,0.45041323,0.45041323,0.48347107,0.5041322,0.47933885,0.45041323,0.41735536,0.41322315,0.3553719,0.3966942,0.46694216,0.48347107,0.5041322,0.5041322,0.49586776,0.48347107,0.47933885,0.6694215,0.6694215,0.6859504,0.7066116,0.6859504,0.6735537,0.6198347,0.5785124,0.59504133,0.61157024,0.59090906,0.60330576,0.6404959,0.62396693,0.6280992,0.62396693,0.59917355,0.5785124,0.57438016,0.59504133,0.60330576,0.5661157,0.59917355,0.6198347,0.58264464,0.62396693,0.7066116,0.6818182,0.7107438,0.7892562,0.8016529,0.7892562,0.7933884,0.78099173,0.7107438,0.57438016,0.57024795,0.57438016,0.607438,0.6859504,0.6735537,0.6322314,0.607438,0.6322314,0.6404959,0.6322314,0.59090906,0.56198347,0.55785125,0.57024795,0.57438016,0.53305787,0.5165289,0.49173555,0.5041322,0.45867768,0.4338843,0.46694216,0.5041322,0.5247934,0.5206612,0.49173555,0.5,0.4876033,0.6694215,0.661157,0.6983471,0.70247936,0.70247936,0.70247936,0.69008267,0.6942149,0.6983471,0.6694215,0.6404959,0.61570245,0.62396693,0.6322314,0.6487603,0.6570248,0.6487603,0.6280992,0.58264464,0.5371901,0.47933885,0.5,0.49586776,0.5165289,0.55785125,0.6570248,0.7231405,0.6652893,0.7066116,0.79752064,0.8016529,0.78512394,0.78512394,0.77272725,0.69008267,0.57024795,0.55785125,0.6198347,0.6198347,0.6198347,0.61570245,0.54545456,0.5041322,0.49586776,0.5165289,0.56198347,0.59917355,0.60330576,0.58264464,0.57024795,0.553719,0.53305787,0.49586776,0.4876033,0.5123967,0.5082645,0.5165289,0.5082645,0.5371901,0.5495868,0.5371901,0.5082645,0.4876033,0.4752066,0.6487603,0.6694215,0.7066116,0.677686,0.6859504,0.71900827,0.74380165,0.74793386,0.71900827,0.6735537,0.6363636,0.59504133,0.553719,0.5,0.5082645,0.5247934,0.5,0.49173555,0.48347107,0.4752066,0.4752066,0.53305787,0.59090906,0.62396693,0.6818182,0.7107438,0.69008267,0.6570248,0.70247936,0.7933884,0.8057851,0.7892562,0.78099173,0.75206614,0.6652893,0.553719,0.5495868,0.6322314,0.6652893,0.6694215,0.6859504,0.6198347,0.57024795,0.5247934,0.45041323,0.42975205,0.43801653,0.46694216,0.46694216,0.4752066,0.4752066,0.49173555,0.5041322,0.5371901,0.5495868,0.55785125,0.57024795,0.5495868,0.55785125,0.5785124,0.553719,0.5082645,0.49173555,0.446281,0.6322314,0.677686,0.7066116,0.6735537,0.6983471,0.7355372,0.7644628,0.76033056,0.75206614,0.75619835,0.74380165,0.75619835,0.73966944,0.6859504,0.6404959,0.61157024,0.57438016,0.56198347,0.58677685,0.59504133,0.62396693,0.6818182,0.7355372,0.74380165,0.74380165,0.71487606,0.661157,0.6322314,0.7355372,0.79752064,0.8140496,0.7892562,0.77272725,0.7355372,0.6280992,0.54545456,0.5413223,0.58677685,0.6487603,0.6735537,0.7066116,0.70247936,0.6735537,0.6570248,0.6446281,0.6198347,0.5785124,0.56198347,0.553719,0.57024795,0.58264464,0.59090906,0.58677685,0.61157024,0.59917355,0.59504133,0.59504133,0.59504133,0.607438,0.60330576,0.56198347,0.5123967,0.4876033,0.45041323,0.6322314,0.6694215,0.7066116,0.7066116,0.73140496,0.7768595,0.78099173,0.7892562,0.7768595,0.76033056,0.7644628,0.76033056,0.77272725,0.7768595,0.7644628,0.75206614,0.71487606,0.6942149,0.7066116,0.71900827,0.75619835,0.78512394,0.7933884,0.75206614,0.71900827,0.69008267,0.661157,0.6570248,0.75619835,0.822314,0.8140496,0.7892562,0.76033056,0.70247936,0.58677685,0.5371901,0.5247934,0.55785125,0.6198347,0.6528926,0.71900827,0.74380165,0.74793386,0.74380165,0.7231405,0.6859504,0.6818182,0.6735537,0.677686,0.69008267,0.677686,0.6652893,0.6570248,0.6487603,0.6404959,0.6487603,0.6404959,0.6280992,0.6322314,0.60330576,0.55785125,0.5041322,0.47933885,0.446281,0.6322314,0.6694215,0.6983471,0.71900827,0.75206614,0.78512394,0.7892562,0.8016529,0.7933884,0.7892562,0.78099173,0.7892562,0.78512394,0.77272725,0.76033056,0.75619835,0.74380165,0.75619835,0.7768595,0.7933884,0.8057851,0.8016529,0.76859504,0.7355372,0.7066116,0.6735537,0.6487603,0.6859504,0.78512394,0.8305785,0.8264463,0.78512394,0.7355372,0.677686,0.5785124,0.5371901,0.5371901,0.54545456,0.59917355,0.6363636,0.6735537,0.72727275,0.76033056,0.76859504,0.76033056,0.73966944,0.73140496,0.7107438,0.7066116,0.7231405,0.7231405,0.7231405,0.7355372,0.7355372,0.7355372,0.71900827,0.69008267,0.661157,0.6487603,0.61157024,0.55785125,0.5165289,0.47933885,0.42975205,0.6363636,0.6694215,0.6983471,0.7066116,0.73966944,0.7644628,0.7892562,0.8057851,0.8016529,0.80991733,0.8057851,0.8016529,0.8057851,0.7933884,0.7933884,0.7933884,0.7933884,0.80991733,0.80991733,0.80991733,0.7933884,0.78099173,0.75206614,0.73140496,0.70247936,0.6652893,0.661157,0.7355372,0.8181818,0.8305785,0.822314,0.7933884,0.75206614,0.70247936,0.60330576,0.55785125,0.53305787,0.53305787,0.57024795,0.59917355,0.661157,0.6983471,0.74380165,0.76033056,0.76859504,0.76859504,0.76859504,0.75619835,0.76033056,0.74793386,0.76033056,0.76033056,0.7644628,0.75619835,0.75206614,0.73966944,0.7107438,0.6652893,0.6404959,0.61157024,0.56198347,0.5165289,0.4752066,0.4338843,0.61570245,0.6528926,0.677686,0.6942149,0.71900827,0.74380165,0.75619835,0.76859504,0.78512394,0.7933884,0.8057851,0.8057851,0.8140496,0.8057851,0.80991733,0.8140496,0.80991733,0.8057851,0.8057851,0.7933884,0.78099173,0.76859504,0.74793386,0.7107438,0.677686,0.6487603,0.6859504,0.75206614,0.8181818,0.838843,0.822314,0.7892562,0.77272725,0.73140496,0.6404959,0.56198347,0.5082645,0.5165289,0.54545456,0.58677685,0.6446281,0.677686,0.7231405,0.74380165,0.76033056,0.7644628,0.77272725,0.76033056,0.77272725,0.76859504,0.7644628,0.76033056,0.77272725,0.7644628,0.73140496,0.7066116,0.6983471,0.6487603,0.62396693,0.58677685,0.54545456,0.5041322,0.47107437,0.4338843,0.61570245,0.6363636,0.6652893,0.6818182,0.6942149,0.70247936,0.7107438,0.677686,0.7355372,0.77272725,0.78099173,0.7933884,0.8016529,0.7892562,0.80991733,0.80991733,0.7933884,0.7892562,0.7933884,0.77272725,0.7644628,0.74793386,0.71487606,0.677686,0.61570245,0.6487603,0.7066116,0.76033056,0.8305785,0.8512397,0.8347107,0.8016529,0.77272725,0.74793386,0.6652893,0.55785125,0.49173555,0.48347107,0.5165289,0.5661157,0.61570245,0.6818182,0.7066116,0.73140496,0.75206614,0.76033056,0.77272725,0.74793386,0.75619835,0.76033056,0.76033056,0.75206614,0.74380165,0.73966944,0.71900827,0.6818182,0.6694215,0.6322314,0.59917355,0.5661157,0.5413223,0.5,0.45867768,0.42975205,0.61157024,0.61570245,0.6446281,0.6735537,0.677686,0.6859504,0.7066116,0.7066116,0.7066116,0.76859504,0.78512394,0.78512394,0.8016529,0.80991733,0.8016529,0.7933884,0.7933884,0.76859504,0.76859504,0.74380165,0.73966944,0.7107438,0.6570248,0.6363636,0.6280992,0.661157,0.7107438,0.75619835,0.8305785,0.8471074,0.8264463,0.8016529,0.7768595,0.74793386,0.6487603,0.5495868,0.5,0.5206612,0.5206612,0.5371901,0.607438,0.677686,0.7066116,0.71487606,0.7355372,0.75206614,0.7644628,0.74793386,0.75619835,0.74793386,0.74380165,0.74380165,0.7355372,0.6942149,0.6818182,0.6446281,0.6280992,0.59504133,0.57024795,0.5289256,0.5123967,0.49173555,0.45454547,0.40495867,0.607438,0.59917355,0.6198347,0.6570248,0.677686,0.7066116,0.7066116,0.71900827,0.72727275,0.73966944,0.77272725,0.78512394,0.78512394,0.7933884,0.7892562,0.78099173,0.7644628,0.75206614,0.73966944,0.7107438,0.69008267,0.6487603,0.61157024,0.6487603,0.6735537,0.677686,0.6859504,0.7355372,0.8057851,0.8181818,0.7892562,0.76033056,0.74380165,0.6942149,0.607438,0.5165289,0.5082645,0.5785124,0.59917355,0.5413223,0.57024795,0.6198347,0.6735537,0.6983471,0.71487606,0.72727275,0.73966944,0.74380165,0.76033056,0.74380165,0.73140496,0.73140496,0.71900827,0.69008267,0.6528926,0.6322314,0.59917355,0.57024795,0.55785125,0.5165289,0.5082645,0.48347107,0.45041323,0.39256197,0.59917355,0.59504133,0.59917355,0.6363636,0.6694215,0.6859504,0.7066116,0.6942149,0.72727275,0.73966944,0.74793386,0.76033056,0.76859504,0.78099173,0.76859504,0.75619835,0.74380165,0.71487606,0.6983471,0.6652893,0.6487603,0.61157024,0.6198347,0.6694215,0.677686,0.6198347,0.60330576,0.6528926,0.73966944,0.74793386,0.7066116,0.661157,0.6198347,0.553719,0.5,0.45867768,0.46280992,0.5661157,0.60330576,0.5495868,0.5206612,0.58677685,0.60330576,0.6570248,0.661157,0.6735537,0.6859504,0.71900827,0.7355372,0.74380165,0.72727275,0.71900827,0.6983471,0.6652893,0.62396693,0.607438,0.59917355,0.55785125,0.5413223,0.5082645,0.5,0.4752066,0.44214877,0.38842976,0.60330576,0.61157024,0.60330576,0.62396693,0.6487603,0.6570248,0.6735537,0.6694215,0.70247936,0.73140496,0.7231405,0.72727275,0.73140496,0.74793386,0.75619835,0.73140496,0.6942149,0.6570248,0.6363636,0.6322314,0.6528926,0.61570245,0.61157024,0.61157024,0.58677685,0.5041322,0.45454547,0.5082645,0.58677685,0.61570245,0.56198347,0.5123967,0.446281,0.4090909,0.36363637,0.37190083,0.39256197,0.48347107,0.5206612,0.5123967,0.47107437,0.553719,0.59090906,0.59917355,0.607438,0.6363636,0.661157,0.6735537,0.6942149,0.71487606,0.71900827,0.69008267,0.6694215,0.6280992,0.59090906,0.5785124,0.58264464,0.5495868,0.5206612,0.5041322,0.47933885,0.47107437,0.43801653,0.38429752,0.60330576,0.6280992,0.6198347,0.60330576,0.6363636,0.6404959,0.661157,0.6735537,0.677686,0.6942149,0.6983471,0.7107438,0.6942149,0.7107438,0.70247936,0.6652893,0.6404959,0.62396693,0.62396693,0.6570248,0.6735537,0.62396693,0.5413223,0.46280992,0.38429752,0.30578512,0.21487603,0.338843,0.41322315,0.4338843,0.3966942,0.37190083,0.3305785,0.30578512,0.23140496,0.20247933,0.2603306,0.3181818,0.38429752,0.43801653,0.42975205,0.5123967,0.60330576,0.60330576,0.5785124,0.59090906,0.6198347,0.6280992,0.661157,0.6652893,0.6818182,0.6528926,0.6446281,0.61157024,0.58677685,0.58677685,0.54545456,0.5206612,0.49173555,0.49173555,0.47933885,0.45454547,0.4214876,0.37603307,0.58677685,0.6198347,0.6198347,0.60330576,0.61570245,0.607438,0.6322314,0.661157,0.677686,0.6570248,0.6694215,0.69008267,0.6735537,0.6446281,0.62396693,0.59917355,0.57438016,0.59504133,0.6404959,0.677686,0.6818182,0.6652893,0.54545456,0.37190083,0.29338843,0.2520661,0.19421488,0.20661157,0.2892562,0.30991736,0.30578512,0.30578512,0.29338843,0.24793388,0.2231405,0.21900827,0.23140496,0.23966943,0.32231405,0.4090909,0.43801653,0.5041322,0.59090906,0.61157024,0.61570245,0.59504133,0.59090906,0.59917355,0.6363636,0.6570248,0.6446281,0.6280992,0.59917355,0.5785124,0.5661157,0.57438016,0.5289256,0.5082645,0.47933885,0.47933885,0.4752066,0.44214877,0.40082645,0.37190083,0.5661157,0.59917355,0.61570245,0.61570245,0.59090906,0.57024795,0.58677685,0.61157024,0.6322314,0.6487603,0.6198347,0.6322314,0.607438,0.58264464,0.55785125,0.553719,0.553719,0.61570245,0.661157,0.677686,0.6818182,0.6694215,0.6322314,0.45454547,0.32231405,0.30165288,0.29752067,0.30578512,0.29752067,0.30578512,0.30165288,0.30165288,0.2892562,0.3140496,0.29752067,0.28512397,0.30578512,0.35123968,0.41735536,0.45454547,0.47107437,0.49586776,0.55785125,0.62396693,0.6198347,0.6280992,0.61157024,0.59917355,0.607438,0.61157024,0.59917355,0.60330576,0.59090906,0.57024795,0.5371901,0.5413223,0.5041322,0.5206612,0.4876033,0.49173555,0.46280992,0.44214877,0.39256197,0.3305785,0.5289256,0.58264464,0.61157024,0.61570245,0.58264464,0.57438016,0.57438016,0.59090906,0.607438,0.607438,0.59090906,0.58264464,0.5661157,0.54545456,0.5206612,0.5371901,0.59917355,0.6446281,0.677686,0.6818182,0.6859504,0.661157,0.6570248,0.58677685,0.5,0.45454547,0.4214876,0.3966942,0.37603307,0.34710744,0.3305785,0.3140496,0.2768595,0.35950413,0.3429752,0.30165288,0.3305785,0.38016528,0.37190083,0.45041323,0.4752066,0.5,0.5413223,0.59090906,0.607438,0.6280992,0.6322314,0.62396693,0.60330576,0.59504133,0.56198347,0.5785124,0.5661157,0.54545456,0.5371901,0.5082645,0.5165289,0.49586776,0.48347107,0.47933885,0.45041323,0.41735536,0.38016528,0.30578512,0.5289256,0.5413223,0.57024795,0.607438,0.59504133,0.58677685,0.57438016,0.5785124,0.58264464,0.57438016,0.58677685,0.56198347,0.553719,0.5165289,0.5165289,0.5661157,0.6322314,0.6363636,0.6404959,0.6446281,0.6363636,0.6198347,0.6322314,0.57438016,0.5289256,0.5247934,0.5123967,0.5,0.48347107,0.446281,0.38429752,0.3429752,0.3305785,0.37603307,0.3305785,0.32231405,0.3264463,0.32231405,0.33471075,0.40082645,0.42975205,0.4752066,0.5082645,0.54545456,0.5785124,0.60330576,0.6198347,0.61570245,0.59917355,0.59504133,0.5413223,0.5495868,0.54545456,0.5289256,0.5247934,0.5247934,0.4876033,0.5,0.47933885,0.46694216,0.44214877,0.4090909,0.338843,0.2892562,0.5,0.5123967,0.53305787,0.59917355,0.59504133,0.58677685,0.57024795,0.58677685,0.58677685,0.5661157,0.5785124,0.57024795,0.5289256,0.49173555,0.5289256,0.58677685,0.6198347,0.59917355,0.59917355,0.59504133,0.57438016,0.55785125,0.5661157,0.553719,0.5123967,0.53305787,0.5289256,0.55785125,0.5165289,0.49586776,0.42561984,0.4214876,0.38016528,0.38429752,0.37190083,0.3553719,0.35950413,0.338843,0.338843,0.37603307,0.39256197,0.446281,0.4752066,0.5165289,0.5371901,0.57024795,0.58264464,0.59090906,0.58677685,0.59090906,0.5785124,0.5289256,0.5289256,0.5247934,0.5247934,0.5165289,0.49586776,0.5123967,0.46694216,0.45454547,0.4338843,0.37190083,0.30578512,0.2892562,0.46280992,0.4752066,0.49173555,0.553719,0.57024795,0.55785125,0.5785124,0.607438,0.58677685,0.5247934,0.56198347,0.57438016,0.5371901,0.5082645,0.5661157,0.59090906,0.60330576,0.57438016,0.5785124,0.5785124,0.5495868,0.5413223,0.5247934,0.5123967,0.5123967,0.5206612,0.5165289,0.553719,0.5289256,0.45867768,0.39256197,0.40082645,0.4214876,0.4214876,0.40082645,0.38429752,0.38016528,0.37603307,0.37190083,0.3966942,0.40495867,0.4214876,0.45041323,0.5041322,0.5165289,0.55785125,0.54545456,0.57024795,0.5785124,0.58677685,0.5661157,0.5289256,0.54545456,0.5413223,0.5206612,0.5041322,0.5,0.5,0.46694216,0.45041323,0.4214876,0.36363637,0.30991736,0.25619835,0.42975205,0.45454547,0.47107437,0.5041322,0.5413223,0.54545456,0.58264464,0.6322314,0.60330576,0.55785125,0.5785124,0.58264464,0.54545456,0.553719,0.57024795,0.57024795,0.5661157,0.553719,0.57024795,0.56198347,0.54545456,0.53305787,0.5413223,0.5,0.45041323,0.446281,0.46280992,0.4876033,0.49173555,0.4214876,0.38016528,0.39256197,0.4090909,0.4214876,0.38842976,0.3966942,0.38429752,0.41735536,0.42975205,0.4338843,0.45041323,0.40082645,0.4214876,0.47107437,0.45454547,0.5041322,0.5206612,0.54545456,0.54545456,0.55785125,0.5495868,0.5371901,0.553719,0.5495868,0.5165289,0.49586776,0.48347107,0.45454547,0.42975205,0.4338843,0.4090909,0.3305785,0.29752067,0.24380165,0.40082645,0.45867768,0.446281,0.46280992,0.49586776,0.5082645,0.58264464,0.5785124,0.607438,0.59090906,0.59090906,0.57024795,0.57024795,0.5289256,0.5165289,0.53305787,0.5123967,0.5082645,0.5495868,0.5413223,0.5082645,0.47933885,0.47107437,0.4752066,0.37603307,0.38016528,0.37190083,0.42561984,0.42975205,0.34710744,0.338843,0.37603307,0.38016528,0.3677686,0.30991736,0.3264463,0.3429752,0.3966942,0.4090909,0.4214876,0.42975205,0.38842976,0.40495867,0.4338843,0.4090909,0.42975205,0.47933885,0.5123967,0.5041322,0.53305787,0.54545456,0.5413223,0.55785125,0.553719,0.5082645,0.4752066,0.47107437,0.4338843,0.3966942,0.38429752,0.38842976,0.338843,0.27272728,0.26859504,0.3966942,0.45454547,0.42975205,0.4338843,0.45041323,0.5,0.5123967,0.5123967,0.54545456,0.58264464,0.5785124,0.5661157,0.5495868,0.4876033,0.47107437,0.4752066,0.45867768,0.44214877,0.43801653,0.446281,0.42561984,0.3677686,0.35950413,0.35123968,0.3181818,0.338843,0.34710744,0.35950413,0.38842976,0.33471075,0.28512397,0.33471075,0.35123968,0.3140496,0.28512397,0.28512397,0.2768595,0.3264463,0.3677686,0.35123968,0.3305785,0.32231405,0.37190083,0.38429752,0.3429752,0.3553719,0.4338843,0.48347107,0.46694216,0.5041322,0.54545456,0.5495868,0.56198347,0.553719,0.5082645,0.45867768,0.446281,0.42561984,0.40495867,0.33471075,0.338843,0.32231405,0.2768595,0.2768595,0.40082645,0.43801653,0.3966942,0.38429752,0.3966942,0.46280992,0.45454547,0.45454547,0.49173555,0.5371901,0.5413223,0.5247934,0.5,0.44214877,0.43801653,0.40082645,0.36363637,0.30991736,0.3264463,0.3181818,0.32231405,0.32231405,0.30165288,0.2520661,0.25619835,0.2603306,0.2768595,0.33471075,0.3553719,0.35950413,0.2644628,0.30578512,0.38016528,0.37190083,0.35123968,0.2768595,0.2603306,0.2520661,0.27272728,0.28099173,0.2603306,0.2768595,0.338843,0.3429752,0.29338843,0.3181818,0.37190083,0.43801653,0.4338843,0.48347107,0.5289256,0.5371901,0.5289256,0.5371901,0.46694216,0.46694216,0.42561984,0.43801653,0.38842976,0.30578512,0.28512397,0.28099173,0.2644628,0.27272728,0.37190083,0.41322315,0.33471075,0.34710744,0.37190083,0.4090909,0.40495867,0.40495867,0.47107437,0.47933885,0.47107437,0.45041323,0.42975205,0.40082645,0.36363637,0.32231405,0.30165288,0.32231405,0.34710744,0.37603307,0.34710744,0.35123968,0.33471075,0.28099173,0.24380165,0.24793388,0.23140496,0.26859504,0.30165288,0.3305785,0.24793388,0.2603306,0.35950413,0.3553719,0.3140496,0.24380165,0.2231405,0.2231405,0.23966943,0.24380165,0.2520661,0.2644628,0.28512397,0.28512397,0.2603306,0.30165288,0.32231405,0.3677686,0.38842976,0.43801653,0.46280992,0.45867768,0.4876033,0.5082645,0.4752066,0.4338843,0.44214877,0.41322315,0.34710744,0.27272728,0.2644628,0.24793388,0.23553719,0.2520661,0.3181818,0.3553719,0.28512397,0.33471075,0.35123968,0.34710744,0.35123968,0.3966942,0.40495867,0.41322315,0.4214876,0.41322315,0.38842976,0.37603307,0.35123968,0.30991736,0.33471075,0.38429752,0.42561984,0.45867768,0.446281,0.42975205,0.4338843,0.38429752,0.35950413,0.38429752,0.35123968,0.29338843,0.27272728,0.3181818,0.29338843,0.2644628,0.2892562,0.3140496,0.29752067,0.30165288,0.3264463,0.3429752,0.338843,0.30578512,0.3305785,0.3140496,0.30991736,0.2768595,0.29338843,0.3140496,0.3140496,0.2768595,0.40082645,0.4090909,0.4214876,0.40495867,0.446281,0.45867768,0.40082645,0.42975205,0.3966942,0.36363637,0.30578512,0.2892562,0.24380165,0.23553719,0.2231405,0.2231405,0.28512397,0.30165288,0.30165288,0.338843,0.3140496,0.3264463,0.30991736,0.38429752,0.3305785,0.35950413,0.4090909,0.36363637,0.39256197,0.37190083,0.33471075,0.37190083,0.41735536,0.43801653,0.5082645,0.5289256,0.56198347,0.54545456,0.5247934,0.49173555,0.446281,0.5041322,0.55785125,0.53305787,0.49173555,0.4752066,0.46280992,0.45867768,0.47107437,0.4752066,0.47107437,0.45867768,0.43801653,0.42975205,0.41735536,0.4214876,0.42975205,0.42561984,0.41322315,0.3264463,0.30578512,0.29338843,0.3140496,0.33471075,0.38842976,0.40495867,0.37190083,0.35123968,0.40082645,0.3966942,0.3140496,0.37603307,0.35950413,0.26859504,0.2892562,0.2603306,0.23140496,0.23553719,0.2107438,0.1983471,0.27272728,0.30165288,0.28099173,0.29752067,0.2892562,0.3264463,0.3181818,0.30991736,0.36363637,0.3305785,0.3677686,0.38842976,0.42561984,0.3966942,0.36363637,0.40495867,0.47107437,0.49173555,0.5371901,0.59090906,0.607438,0.6198347,0.607438,0.59090906,0.5495868,0.5371901,0.56198347,0.56198347,0.553719,0.54545456,0.5289256,0.5247934,0.54545456,0.5495868,0.5247934,0.49586776,0.47107437,0.45867768,0.46694216,0.47933885,0.5041322,0.49586776,0.446281,0.39256197,0.33471075,0.28512397,0.28099173,0.38842976,0.42975205,0.40082645,0.33471075,0.29752067,0.3429752,0.34710744,0.2768595,0.3264463,0.3305785,0.23553719,0.2603306,0.23140496,0.17768595,0.2231405,0.19421488,0.18595041,0.29752067,0.30991736,0.26859504,0.27272728,0.28099173,0.3429752,0.3181818,0.30578512,0.33471075,0.3140496,0.35123968,0.38842976,0.44214877,0.42975205,0.40495867,0.40495867,0.4214876,0.43801653,0.5082645,0.57024795,0.60330576,0.61157024,0.6363636,0.6487603,0.6322314,0.60330576,0.57024795,0.553719,0.5371901,0.5289256,0.53305787,0.5,0.5041322,0.5247934,0.5,0.49173555,0.5247934,0.49173555,0.5206612,0.5206612,0.5413223,0.5371901,0.4214876,0.41735536,0.36363637,0.3264463,0.30165288,0.37190083,0.4752066,0.47107437,0.33471075,0.2644628,0.26859504,0.35123968,0.26859504,0.3140496,0.3305785,0.25619835,0.23966943,0.21900827,0.20247933,0.18595041,0.17768595,0.17768595,0.28512397,0.2603306,0.2520661,0.28512397,0.27272728,0.30165288,0.30578512,0.3181818,0.30991736,0.3181818,0.3264463,0.3677686,0.44214877,0.40495867,0.34710744,0.3305785,0.35123968,0.37190083,0.43801653,0.5289256,0.55785125,0.57024795,0.57438016,0.5661157,0.57438016,0.57438016,0.57024795,0.5661157,0.5661157,0.57024795,0.59504133,0.57438016,0.5495868,0.61570245,0.61157024,0.55785125,0.6198347,0.56198347,0.5123967,0.5495868,0.55785125,0.56198347,0.45041323,0.38842976,0.40082645,0.3677686,0.3181818,0.34710744,0.41735536,0.3966942,0.36363637,0.29338843,0.2603306,0.29752067,0.28099173,0.2892562,0.29752067,0.26859504,0.2231405,0.20661157,0.19421488,0.18181819,0.17355372,0.16115703,0.23966943,0.24793388,0.26859504,0.28099173,0.23966943,0.27272728,0.2892562,0.29752067,0.32231405,0.30165288,0.27272728,0.32231405,0.41322315,0.3553719,0.2768595,0.2892562,0.3429752,0.37190083,0.4090909,0.4752066,0.49173555,0.45867768,0.4876033,0.4876033,0.5082645,0.5,0.5413223,0.5371901,0.5413223,0.5371901,0.5785124,0.55785125,0.5247934,0.5495868,0.61157024,0.59917355,0.62396693,0.6198347,0.45454547,0.5041322,0.5289256,0.5247934,0.4876033,0.3966942,0.38842976,0.40495867,0.338843,0.3305785,0.37603307,0.38842976,0.28512397,0.26859504,0.2231405,0.2603306,0.28099173,0.25619835,0.24380165,0.24380165,0.2231405,0.19421488,0.1694215,0.2107438,0.17355372,0.16528925,0.23140496,0.23966943,0.26859504,0.2892562,0.2603306,0.2603306,0.28512397,0.28512397,0.28512397,0.2768595,0.24380165,0.26859504,0.37190083,0.34710744,0.30578512,0.338843,0.3677686,0.41735536,0.47933885,0.49586776,0.47933885,0.45041323,0.4876033,0.4876033,0.49173555,0.5041322,0.5247934,0.4752066,0.4752066,0.5,0.49173555,0.4752066,0.5,0.49586776,0.47933885,0.53305787,0.57438016,0.60330576,0.5165289,0.446281,0.45454547,0.4876033,0.44214877,0.40082645,0.37190083,0.4090909,0.38429752,0.3305785,0.3429752,0.34710744,0.27272728,0.24380165,0.22727273,0.21487603,0.23966943,0.23966943,0.20247933,0.23140496,0.22727273,0.19008264,0.18595041,0.17768595,0.20661157,0.15289256,0.2603306,0.22727273,0.24380165,0.29752067,0.28512397,0.23966943,0.24793388,0.29338843,0.23140496,0.22727273,0.29338843,0.30165288,0.35950413,0.3429752,0.35950413,0.37603307,0.40495867,0.42975205,0.4876033,0.49173555,0.47933885,0.4752066,0.48347107,0.49173555,0.4876033,0.47107437,0.42561984,0.41322315,0.446281,0.4214876,0.45041323,0.46280992,0.45867768,0.48347107,0.43801653,0.45867768,0.5,0.5495868,0.5371901,0.44214877,0.39256197,0.41322315,0.45454547,0.3966942,0.34710744,0.38842976,0.40495867,0.3264463,0.3553719,0.30165288,0.25619835,0.24793388,0.23553719,0.2231405,0.20247933,0.19421488,0.17355372,0.21900827,0.23553719,0.20247933,0.17768595,0.17768595,0.19008264,0.17355372,0.25619835,0.2231405,0.21487603,0.2603306,0.2231405,0.2520661,0.2231405,0.2107438,0.21900827,0.23553719,0.30991736,0.3140496,0.3553719,0.37190083,0.37603307,0.37190083,0.38016528,0.38842976,0.44214877,0.43801653,0.4214876,0.43801653,0.45867768,0.45867768,0.45867768,0.45867768,0.45041323,0.42561984,0.40082645,0.41322315,0.44214877,0.46280992,0.45454547,0.49173555,0.46280992,0.4752066,0.49586776,0.5,0.45041323,0.45041323,0.4214876,0.37190083,0.4338843,0.3966942,0.3305785,0.34710744,0.35123968,0.3181818,0.3429752,0.30991736,0.25619835,0.23966943,0.22727273,0.21487603,0.21487603,0.18595041,0.1446281,0.22727273,0.24380165,0.20661157,0.18595041,0.17768595,0.21900827,0.21487603,0.25619835,0.20247933,0.19421488,0.2231405,0.20247933,0.2231405,0.2520661,0.22727273,0.23553719,0.28099173,0.3305785,0.3429752,0.37603307,0.38016528,0.3553719,0.37603307,0.39256197,0.40495867,0.45041323,0.42561984,0.3966942,0.42975205,0.44214877,0.446281,0.45867768,0.46694216,0.46694216,0.45454547,0.41322315,0.4338843,0.446281,0.446281,0.45454547,0.47107437,0.46280992,0.49586776,0.48347107,0.45867768,0.43801653,0.4090909,0.42975205,0.37603307,0.41735536,0.3966942,0.34710744,0.338843,0.32231405,0.29338843,0.30578512,0.3181818,0.23966943,0.25619835,0.18181819,0.2107438,0.1983471,0.20247933,0.17355372,0.21487603,0.20661157,0.18595041,0.17355372,0.19421488,0.20247933,0.24793388,0.25619835,0.19421488,0.17768595,0.1694215,0.18595041,0.20247933,0.22727273,0.23966943,0.2644628,0.2603306,0.2892562,0.32231405,0.34710744,0.3553719,0.34710744,0.40082645,0.42561984,0.45041323,0.46280992,0.41735536,0.38429752,0.41735536,0.44214877,0.42561984,0.42561984,0.45041323,0.47933885,0.45867768,0.42975205,0.45454547,0.43801653,0.446281,0.4338843,0.5082645,0.44214877,0.49586776,0.46280992,0.44214877,0.41322315,0.38429752,0.35950413,0.38429752,0.38016528,0.37603307,0.3429752,0.30578512,0.338843,0.2892562,0.24793388,0.32231405,0.3181818,0.20661157,0.19008264,0.24380165,0.1983471,0.18181819,0.1694215,0.20661157,0.19008264,0.17768595,0.1570248,0.19421488,0.1983471,0.2231405,0.2520661,0.1983471,0.17768595,0.17768595,0.20247933,0.2107438,0.20661157,0.26859504,0.30578512,0.2644628,0.26859504,0.24380165,0.24793388,0.3305785,0.34710744,0.3966942,0.42975205,0.42975205,0.41322315,0.38429752,0.3677686,0.40082645,0.38016528,0.3966942,0.40082645,0.4090909,0.4338843,0.45454547,0.446281,0.446281,0.4214876,0.40495867,0.4338843,0.45867768,0.4752066,0.48347107,0.43801653,0.42975205,0.42561984,0.36363637,0.34710744,0.37190083,0.36363637,0.33471075,0.3677686,0.3264463,0.28099173,0.30991736,0.23553719,0.28099173,0.3429752,0.23966943,0.23140496,0.18595041,0.1983471,0.18595041,0.1694215,0.21900827,0.1983471,0.20247933,0.16528925,0.1570248,0.1694215,0.22727273,0.22727273,0.17768595,0.20247933,0.1983471,0.20661157,0.20247933,0.18595041,0.27272728,0.28512397,0.2603306,0.24793388,0.23966943,0.19008264,0.2768595,0.2768595,0.3429752,0.40495867,0.38842976,0.38016528,0.38016528,0.37603307,0.37603307,0.35123968,0.3264463,0.3305785,0.34710744,0.41322315,0.41322315,0.42561984,0.4090909,0.3677686,0.4090909,0.45454547,0.4090909,0.3966942,0.45867768,0.40082645,0.4090909,0.41735536,0.37603307,0.34710744,0.3677686,0.32231405,0.3140496,0.3966942,0.38016528,0.2892562,0.28512397,0.21487603,0.23966943,0.30991736,0.2520661,0.21900827,0.17355372,0.17768595,0.17768595,0.16528925,0.19008264,0.19008264,0.20247933,0.15289256,0.13636364,0.1694215,0.20247933,0.1983471,0.1446281,0.27272728,0.23553719,0.18595041,0.19421488,0.23553719,0.24793388,0.27272728,0.2520661,0.24793388,0.24793388,0.1983471,0.24380165,0.2520661,0.3181818,0.3677686,0.33471075,0.33471075,0.338843,0.3553719,0.36363637,0.3264463,0.2768595,0.28512397,0.2892562,0.3677686,0.38429752,0.3966942,0.33471075,0.3181818,0.40082645,0.41735536,0.33471075,0.36363637,0.41735536,0.40495867,0.36363637,0.3677686,0.4090909,0.33471075,0.30991736,0.30165288,0.2520661,0.35950413,0.37603307,0.3140496,0.2892562,0.22727273,0.20247933,0.25619835,0.25619835,0.22727273,0.16528925,0.16115703,0.15289256,0.17768595,0.17768595,0.20661157,0.19421488,0.1322314,0.1322314,0.15289256,0.2107438,0.16528925,0.16115703,0.34710744,0.30991736,0.21487603,0.18595041,0.24793388,0.26859504,0.24793388,0.23966943,0.25619835,0.24793388,0.22727273,0.25619835,0.25619835,0.3181818,0.3305785,0.30165288,0.3264463,0.25619835,0.30578512,0.3677686,0.35123968,0.2603306,0.24793388,0.32231405,0.35123968,0.34710744,0.3429752,0.30578512,0.3305785,0.40495867,0.38842976,0.33471075,0.3429752,0.3966942,0.39256197,0.33471075,0.3305785,0.338843,0.3264463,0.30991736,0.3140496,0.28099173,0.30165288,0.338843,0.29338843,0.2644628,0.2520661,0.21900827,0.23140496,0.2520661,0.19421488,0.15289256,0.1570248,0.1570248,0.17355372,0.18181819,0.23966943,0.17768595,0.11157025,0.11157025,0.1446281,0.19008264,0.11570248,0.3264463,0.46694216,0.38016528,0.2520661,0.1983471,0.24380165,0.2603306,0.23553719,0.24793388,0.2520661,0.23553719,0.2231405,0.27272728,0.2644628,0.30165288,0.28512397,0.2768595,0.2768595,0.24793388,0.2892562,0.35950413,0.3305785,0.2603306,0.25619835,0.3181818,0.3429752,0.34710744,0.30991736,0.30165288,0.3966942,0.4090909,0.3264463,0.3429752,0.338843,0.3181818,0.338843,0.30991736,0.3305785,0.28099173,0.2520661,0.3140496,0.3181818,0.29338843,0.26859504,0.29338843,0.24793388,0.19421488,0.23140496,0.1983471,0.21900827,0.19421488,0.18595041,0.1446281,0.16528925,0.16528925,0.16528925,0.19008264,0.25619835,0.1570248,0.09090909,0.11570248,0.14876033,0.18595041,0.13636364,0.40495867,0.5082645,0.36363637,0.26859504,0.19421488,0.23553719,0.2603306,0.24793388,0.23966943,0.20661157,0.2107438,0.23140496,0.28099173,0.28099173,0.2520661,0.25619835,0.24380165,0.30578512,0.22727273,0.2768595,0.29338843,0.2768595,0.25619835,0.22727273,0.28099173,0.2892562,0.33471075,0.28512397,0.2892562,0.37190083,0.3140496,0.28099173,0.29752067,0.30991736,0.27272728,0.2644628,0.3181818,0.30578512,0.24793388,0.23966943,0.26859504,0.30578512,0.2603306,0.24793388,0.2520661,0.20661157,0.1694215,0.20247933,0.2107438,0.1694215,0.1446281,0.16528925,0.17355372,0.16528925,0.15289256,0.18595041,0.22727273,0.25619835,0.14876033,0.08264463,0.11157025,0.14049587,0.18181819,0.23140496,0.5082645,0.49586776,0.38429752,0.30991736,0.22727273,0.2231405,0.21900827,0.2644628,0.23140496,0.18181819,0.1570248,0.23553719,0.30578512,0.27272728,0.2603306,0.24793388,0.22727273,0.30578512,0.25619835,0.23140496,0.23966943,0.2231405,0.23140496,0.19421488,0.2231405,0.2603306,0.29338843,0.21900827,0.25619835,0.29338843,0.2644628,0.2892562,0.2644628,0.29338843,0.22727273,0.23966943,0.30165288,0.23140496,0.22727273,0.24380165,0.24380165,0.23140496,0.22727273,0.23140496,0.19008264,0.19008264,0.22727273,0.1570248,0.17768595,0.16528925,0.14876033,0.1570248,0.14876033,0.16528925,0.1446281,0.1983471,0.26859504,0.28099173,0.12809917,0.07024793,0.09917355,0.14876033,0.18181819,0.29338843,0.5413223,0.5041322,0.41735536,0.3140496,0.24380165,0.21487603,0.17768595,0.21900827,0.2768595,0.2107438,0.1983471,0.2231405,0.2520661,0.2520661,0.24380165,0.23140496,0.23140496,0.25619835,0.25619835,0.20247933,0.20661157,0.17768595,0.18595041,0.17355372,0.19421488,0.30165288,0.23140496,0.1983471,0.21900827,0.23966943,0.23140496,0.24793388,0.24793388,0.2520661,0.1983471,0.22727273,0.24793388,0.18595041,0.20661157,0.21487603,0.22727273,0.17768595,0.22727273,0.18181819,0.16115703,0.17355372,0.19008264,0.18181819,0.1694215,0.15289256,0.14876033,0.16115703,0.18181819,0.1694215,0.18181819,0.23966943,0.32231405,0.28099173,0.11570248,0.05785124,0.10330579,0.1570248,0.18595041,0.34710744,0.57024795,0.5123967,0.45454547,0.36363637,0.26859504,0.21487603,0.18181819,0.17768595,0.18181819,0.17768595,0.18595041,0.19008264,0.20247933,0.20661157,0.19421488,0.21487603,0.22727273,0.20661157,0.23140496,0.20247933,0.1694215,0.16528925,0.1570248,0.16528925,0.1983471,0.23140496,0.21900827,0.19008264,0.18595041,0.20247933,0.20661157,0.18181819,0.20661157,0.2107438,0.18595041,0.19008264,0.19421488,0.18181819,0.20247933,0.15289256,0.17768595,0.1694215,0.20661157,0.16528925,0.14049587,0.1694215,0.14876033,0.14049587,0.18181819,0.15289256,0.1446281,0.16528925,0.18595041,0.2231405,0.24793388,0.27272728,0.3677686,0.29752067,0.1322314,0.05785124,0.11570248,0.1570248,0.18595041,25 +0.28512397,0.23553719,0.23553719,0.29752067,0.5206612,0.6735537,0.71900827,0.71900827,0.74793386,0.7644628,0.76859504,0.7644628,0.75619835,0.76033056,0.76859504,0.76859504,0.77272725,0.7644628,0.76859504,0.76859504,0.7768595,0.78512394,0.7933884,0.79752064,0.79752064,0.8016529,0.80991733,0.79752064,0.7892562,0.80991733,0.8140496,0.80991733,0.8057851,0.80991733,0.78512394,0.8016529,0.79752064,0.78512394,0.78512394,0.78099173,0.76859504,0.77272725,0.7644628,0.75619835,0.74793386,0.73966944,0.73140496,0.7355372,0.7355372,0.72727275,0.71487606,0.7231405,0.72727275,0.73966944,0.74793386,0.73140496,0.69008267,0.6859504,0.661157,0.6363636,0.61157024,0.61157024,0.607438,0.59090906,0.24793388,0.2107438,0.2603306,0.30991736,0.54545456,0.6818182,0.71487606,0.73966944,0.76033056,0.76033056,0.7644628,0.75206614,0.74793386,0.74793386,0.73966944,0.75619835,0.7644628,0.75206614,0.75619835,0.7644628,0.7768595,0.7768595,0.78512394,0.7933884,0.8016529,0.8016529,0.8016529,0.8016529,0.79752064,0.8140496,0.8140496,0.8057851,0.8057851,0.8057851,0.79752064,0.79752064,0.8016529,0.79752064,0.7892562,0.78512394,0.76859504,0.77272725,0.76859504,0.7644628,0.75619835,0.75619835,0.75619835,0.75206614,0.75206614,0.75206614,0.7355372,0.73966944,0.74380165,0.73966944,0.73966944,0.71900827,0.70247936,0.6983471,0.6652893,0.6363636,0.61570245,0.6198347,0.60330576,0.58677685,0.23553719,0.20247933,0.23966943,0.3181818,0.5661157,0.69008267,0.72727275,0.74380165,0.76033056,0.76859504,0.76859504,0.75206614,0.74793386,0.75206614,0.75206614,0.75619835,0.77272725,0.7644628,0.7644628,0.77272725,0.78099173,0.7933884,0.79752064,0.8016529,0.8140496,0.80991733,0.8057851,0.80991733,0.8057851,0.8181818,0.80991733,0.80991733,0.80991733,0.8057851,0.80991733,0.8057851,0.79752064,0.8016529,0.8057851,0.79752064,0.7892562,0.78512394,0.78512394,0.7768595,0.77272725,0.77272725,0.76033056,0.75206614,0.7644628,0.75619835,0.75206614,0.74380165,0.75206614,0.74793386,0.74380165,0.7231405,0.6942149,0.6859504,0.661157,0.6404959,0.62396693,0.6198347,0.59917355,0.5785124,0.22727273,0.18595041,0.2107438,0.3264463,0.5661157,0.6818182,0.71487606,0.7355372,0.74380165,0.7768595,0.7892562,0.77272725,0.76859504,0.77272725,0.77272725,0.7768595,0.78512394,0.78512394,0.7892562,0.7933884,0.7933884,0.8016529,0.8057851,0.8140496,0.8181818,0.822314,0.8140496,0.8140496,0.822314,0.8181818,0.8181818,0.80991733,0.8057851,0.8140496,0.8140496,0.8140496,0.80991733,0.8016529,0.8140496,0.80991733,0.7933884,0.7933884,0.7892562,0.78099173,0.78099173,0.7768595,0.76859504,0.76859504,0.77272725,0.7644628,0.77272725,0.7644628,0.7644628,0.76033056,0.75619835,0.71900827,0.69008267,0.6818182,0.661157,0.6198347,0.61157024,0.607438,0.59504133,0.5785124,0.23140496,0.18595041,0.21487603,0.3553719,0.58677685,0.69008267,0.71487606,0.73140496,0.74793386,0.7644628,0.78512394,0.7768595,0.78099173,0.7768595,0.78512394,0.7892562,0.8016529,0.80991733,0.80991733,0.8057851,0.8140496,0.8181818,0.822314,0.8264463,0.822314,0.8305785,0.8181818,0.822314,0.822314,0.822314,0.8181818,0.8140496,0.8181818,0.8181818,0.8140496,0.822314,0.8181818,0.80991733,0.8140496,0.8140496,0.8016529,0.8016529,0.7933884,0.7892562,0.78512394,0.76859504,0.76033056,0.77272725,0.7768595,0.78099173,0.76859504,0.76859504,0.7644628,0.74793386,0.7355372,0.7107438,0.6942149,0.677686,0.661157,0.6322314,0.60330576,0.607438,0.59090906,0.56198347,0.21487603,0.19008264,0.2231405,0.38016528,0.59504133,0.6942149,0.7066116,0.73140496,0.75206614,0.76033056,0.7644628,0.7768595,0.7768595,0.7892562,0.79752064,0.8057851,0.8140496,0.822314,0.822314,0.8181818,0.8264463,0.8264463,0.8305785,0.8305785,0.8305785,0.8181818,0.8140496,0.822314,0.822314,0.8264463,0.8181818,0.8140496,0.8140496,0.8057851,0.8057851,0.8181818,0.8181818,0.80991733,0.80991733,0.80991733,0.8057851,0.7892562,0.7892562,0.7892562,0.7892562,0.77272725,0.7644628,0.76859504,0.78099173,0.78099173,0.75206614,0.74793386,0.75206614,0.73140496,0.7231405,0.71900827,0.6983471,0.677686,0.6528926,0.6280992,0.60330576,0.59504133,0.5785124,0.5495868,0.2107438,0.19008264,0.20247933,0.37603307,0.59090906,0.6859504,0.70247936,0.7231405,0.75206614,0.76033056,0.7644628,0.77272725,0.78099173,0.79752064,0.79752064,0.8057851,0.8181818,0.8264463,0.822314,0.8264463,0.8305785,0.8264463,0.8305785,0.8305785,0.8264463,0.8181818,0.8181818,0.8181818,0.822314,0.822314,0.8140496,0.80991733,0.8057851,0.80991733,0.79752064,0.8140496,0.8140496,0.80991733,0.8057851,0.80991733,0.7933884,0.7892562,0.7892562,0.78512394,0.78099173,0.78099173,0.7768595,0.7768595,0.7933884,0.78512394,0.77272725,0.76859504,0.75619835,0.74793386,0.72727275,0.72727275,0.6983471,0.6818182,0.6404959,0.62396693,0.607438,0.57438016,0.57024795,0.5495868,0.2231405,0.19421488,0.16528925,0.3553719,0.59090906,0.6652893,0.70247936,0.74380165,0.75619835,0.7644628,0.7644628,0.77272725,0.78512394,0.78512394,0.7933884,0.79752064,0.8057851,0.8140496,0.80991733,0.80991733,0.80991733,0.8140496,0.8140496,0.8264463,0.8140496,0.79752064,0.79752064,0.8057851,0.80991733,0.8140496,0.80991733,0.8016529,0.7933884,0.7933884,0.7933884,0.7933884,0.79752064,0.7892562,0.7892562,0.7892562,0.7892562,0.7892562,0.7892562,0.78512394,0.7768595,0.7768595,0.78099173,0.77272725,0.7892562,0.78512394,0.77272725,0.7644628,0.7644628,0.76033056,0.73966944,0.72727275,0.6983471,0.6818182,0.6404959,0.6198347,0.607438,0.5661157,0.55785125,0.553719,0.24793388,0.15289256,0.14049587,0.3181818,0.59090906,0.6652893,0.6942149,0.7355372,0.75619835,0.7644628,0.77272725,0.7768595,0.78512394,0.78512394,0.8016529,0.7933884,0.79752064,0.79752064,0.79752064,0.7892562,0.78099173,0.7892562,0.7892562,0.7892562,0.78512394,0.77272725,0.7768595,0.78099173,0.7933884,0.7892562,0.8057851,0.78512394,0.7768595,0.7644628,0.7644628,0.76033056,0.76033056,0.75206614,0.74793386,0.7644628,0.76859504,0.7644628,0.78512394,0.77272725,0.76859504,0.7768595,0.77272725,0.7644628,0.77272725,0.7768595,0.7644628,0.76033056,0.75206614,0.75206614,0.73966944,0.7231405,0.71487606,0.6735537,0.6487603,0.6280992,0.59917355,0.56198347,0.553719,0.5371901,0.2603306,0.1446281,0.1322314,0.30165288,0.607438,0.6694215,0.7066116,0.72727275,0.7644628,0.7768595,0.78512394,0.7933884,0.7933884,0.7933884,0.7933884,0.78512394,0.78512394,0.78512394,0.7768595,0.7644628,0.75619835,0.74380165,0.7355372,0.73966944,0.7355372,0.72727275,0.7355372,0.74793386,0.76033056,0.76859504,0.76859504,0.76033056,0.7355372,0.72727275,0.71900827,0.7107438,0.69008267,0.6942149,0.6859504,0.6818182,0.69008267,0.6983471,0.7355372,0.7107438,0.7231405,0.73966944,0.7231405,0.7107438,0.71487606,0.74380165,0.73140496,0.75619835,0.74380165,0.76033056,0.74793386,0.7355372,0.7231405,0.7066116,0.6570248,0.6198347,0.5785124,0.5413223,0.5371901,0.5206612,0.29338843,0.16528925,0.09090909,0.3181818,0.6322314,0.6652893,0.70247936,0.74793386,0.7892562,0.7933884,0.7892562,0.7892562,0.78099173,0.76859504,0.76033056,0.74793386,0.7355372,0.73140496,0.7066116,0.6942149,0.6859504,0.661157,0.6652893,0.6528926,0.661157,0.6652893,0.677686,0.6859504,0.7107438,0.72727275,0.71487606,0.7066116,0.69008267,0.677686,0.6652893,0.6487603,0.59917355,0.5785124,0.5495868,0.54545456,0.5289256,0.53305787,0.54545456,0.5413223,0.55785125,0.61157024,0.59504133,0.607438,0.61157024,0.6322314,0.6652893,0.69008267,0.6942149,0.70247936,0.7231405,0.72727275,0.71487606,0.70247936,0.677686,0.607438,0.5785124,0.54545456,0.5206612,0.5165289,0.32231405,0.18595041,0.08677686,0.39256197,0.6280992,0.677686,0.7231405,0.76033056,0.7644628,0.75206614,0.74380165,0.71900827,0.6735537,0.6528926,0.6404959,0.6198347,0.59917355,0.56198347,0.5206612,0.5082645,0.5165289,0.5413223,0.5495868,0.55785125,0.58677685,0.61570245,0.6198347,0.6446281,0.677686,0.70247936,0.6818182,0.6652893,0.6363636,0.6280992,0.607438,0.5661157,0.5,0.47107437,0.42975205,0.43801653,0.39256197,0.35950413,0.3553719,0.35950413,0.38842976,0.42975205,0.47933885,0.5041322,0.5041322,0.5247934,0.55785125,0.59504133,0.61157024,0.61570245,0.6280992,0.6528926,0.6528926,0.6528926,0.6280992,0.59090906,0.57438016,0.5371901,0.5165289,0.5206612,0.338843,0.2107438,0.1446281,0.41322315,0.6446281,0.6859504,0.7066116,0.6859504,0.6446281,0.60330576,0.58677685,0.56198347,0.54545456,0.5123967,0.48347107,0.46280992,0.43801653,0.40082645,0.35950413,0.3677686,0.39256197,0.41735536,0.42975205,0.4752066,0.5123967,0.553719,0.58264464,0.6198347,0.6446281,0.661157,0.6570248,0.6363636,0.59917355,0.56198347,0.5495868,0.5,0.45041323,0.42561984,0.40082645,0.41322315,0.40082645,0.35950413,0.35123968,0.39256197,0.42561984,0.47933885,0.55785125,0.58264464,0.58677685,0.58264464,0.553719,0.55785125,0.5495868,0.5247934,0.5247934,0.53305787,0.5495868,0.56198347,0.55785125,0.55785125,0.54545456,0.5206612,0.5206612,0.5247934,0.3553719,0.21487603,0.14876033,0.45041323,0.6280992,0.6528926,0.6404959,0.60330576,0.59090906,0.607438,0.6570248,0.6942149,0.6859504,0.6528926,0.61570245,0.57024795,0.5041322,0.44214877,0.41322315,0.38016528,0.41322315,0.38842976,0.39256197,0.41735536,0.4338843,0.49586776,0.5661157,0.62396693,0.661157,0.6694215,0.661157,0.6363636,0.59504133,0.553719,0.5,0.45867768,0.41735536,0.41735536,0.41735536,0.43801653,0.45041323,0.45454547,0.4752066,0.5247934,0.58264464,0.6570248,0.72727275,0.75619835,0.77272725,0.75206614,0.72727275,0.6818182,0.6280992,0.5661157,0.5247934,0.49586776,0.47107437,0.48347107,0.5,0.5123967,0.5247934,0.5,0.5247934,0.5289256,0.32231405,0.17768595,0.20247933,0.49173555,0.607438,0.59504133,0.55785125,0.58677685,0.6404959,0.6859504,0.70247936,0.7231405,0.72727275,0.69008267,0.6694215,0.6528926,0.59504133,0.5165289,0.45867768,0.4214876,0.446281,0.4090909,0.40082645,0.38429752,0.4090909,0.4752066,0.59090906,0.6735537,0.7231405,0.73140496,0.7231405,0.6983471,0.6404959,0.57024795,0.4752066,0.42975205,0.41322315,0.4338843,0.46694216,0.5123967,0.5289256,0.5289256,0.5247934,0.5413223,0.56198347,0.57438016,0.58264464,0.61157024,0.6446281,0.6694215,0.6942149,0.70247936,0.6694215,0.6280992,0.58264464,0.53305787,0.47933885,0.46280992,0.46694216,0.47107437,0.4876033,0.49586776,0.5041322,0.5289256,0.2107438,0.1694215,0.28099173,0.54545456,0.59917355,0.553719,0.5785124,0.61570245,0.6363636,0.6280992,0.59090906,0.5289256,0.49173555,0.43801653,0.38429752,0.3677686,0.3429752,0.3305785,0.3305785,0.37190083,0.38016528,0.39256197,0.4338843,0.4214876,0.40495867,0.47933885,0.6322314,0.7355372,0.7768595,0.7892562,0.78099173,0.7644628,0.7107438,0.58264464,0.4876033,0.41322315,0.4338843,0.46694216,0.49173555,0.49586776,0.4752066,0.45867768,0.47933885,0.47933885,0.45867768,0.38842976,0.33471075,0.3305785,0.33471075,0.37603307,0.41735536,0.5082645,0.54545456,0.57438016,0.5661157,0.553719,0.5123967,0.4752066,0.46280992,0.46280992,0.46694216,0.49173555,0.49586776,0.5247934,0.25619835,0.20247933,0.35123968,0.61157024,0.59504133,0.53305787,0.55785125,0.59090906,0.55785125,0.4752066,0.4090909,0.38016528,0.38016528,0.34710744,0.23966943,0.24793388,0.23140496,0.1983471,0.2520661,0.30578512,0.3553719,0.3553719,0.37603307,0.4090909,0.4214876,0.49586776,0.6652893,0.7768595,0.8181818,0.8140496,0.79752064,0.77272725,0.71487606,0.58677685,0.49586776,0.43801653,0.44214877,0.46694216,0.4752066,0.46280992,0.45041323,0.45454547,0.49586776,0.57024795,0.5206612,0.338843,0.2768595,0.2603306,0.2231405,0.22727273,0.24793388,0.30991736,0.33471075,0.38016528,0.45867768,0.5123967,0.49586776,0.4876033,0.47933885,0.46694216,0.4752066,0.47933885,0.5206612,0.53305787,0.37603307,0.21900827,0.45867768,0.6363636,0.607438,0.56198347,0.553719,0.5082645,0.45041323,0.36363637,0.2892562,0.38429752,0.5,0.4338843,0.30165288,0.25619835,0.21900827,0.23140496,0.3181818,0.38842976,0.42975205,0.38842976,0.43801653,0.5206612,0.5247934,0.5661157,0.7107438,0.8016529,0.8264463,0.8181818,0.8016529,0.77272725,0.6818182,0.58677685,0.5413223,0.5041322,0.5289256,0.5371901,0.5206612,0.47933885,0.45041323,0.47933885,0.58677685,0.6859504,0.6363636,0.46280992,0.35123968,0.28512397,0.24793388,0.2892562,0.32231405,0.3553719,0.3305785,0.30165288,0.3305785,0.4090909,0.45041323,0.47107437,0.49173555,0.49173555,0.5165289,0.5165289,0.5206612,0.5413223,0.3305785,0.27272728,0.57024795,0.6404959,0.6322314,0.59090906,0.54545456,0.47933885,0.44214877,0.40082645,0.40082645,0.45454547,0.5785124,0.5495868,0.4214876,0.3966942,0.38429752,0.42561984,0.47107437,0.5082645,0.55785125,0.56198347,0.5661157,0.6570248,0.70247936,0.69008267,0.75619835,0.8016529,0.8140496,0.8016529,0.8057851,0.75206614,0.6652893,0.59917355,0.6198347,0.6280992,0.71487606,0.74793386,0.6570248,0.6322314,0.60330576,0.607438,0.6818182,0.7355372,0.70247936,0.62396693,0.5206612,0.5,0.45867768,0.46694216,0.48347107,0.5123967,0.47933885,0.45454547,0.43801653,0.41735536,0.41735536,0.446281,0.5041322,0.5247934,0.5371901,0.5413223,0.5495868,0.55785125,0.28099173,0.30991736,0.58677685,0.6694215,0.6652893,0.6280992,0.56198347,0.5289256,0.5247934,0.5206612,0.5413223,0.553719,0.59090906,0.61570245,0.58264464,0.57024795,0.59090906,0.61570245,0.6363636,0.6198347,0.6363636,0.661157,0.6446281,0.6363636,0.69008267,0.75619835,0.78512394,0.8016529,0.80991733,0.79752064,0.7892562,0.72727275,0.6487603,0.59917355,0.6404959,0.661157,0.661157,0.7107438,0.71900827,0.6652893,0.62396693,0.61570245,0.6280992,0.6487603,0.6570248,0.6528926,0.6363636,0.59917355,0.5785124,0.5785124,0.58264464,0.5785124,0.553719,0.5289256,0.5247934,0.5082645,0.48347107,0.4876033,0.5041322,0.5413223,0.56198347,0.5785124,0.5785124,0.5785124,0.28099173,0.38429752,0.59504133,0.6735537,0.70247936,0.6735537,0.6363636,0.62396693,0.59917355,0.59090906,0.6280992,0.6280992,0.61157024,0.62396693,0.6363636,0.6198347,0.61570245,0.59504133,0.55785125,0.54545456,0.5289256,0.53305787,0.56198347,0.61570245,0.6983471,0.78099173,0.80991733,0.80991733,0.8057851,0.7892562,0.76859504,0.6942149,0.6363636,0.59917355,0.6446281,0.6694215,0.6487603,0.6446281,0.6446281,0.59504133,0.5413223,0.5371901,0.553719,0.57438016,0.59504133,0.61157024,0.6322314,0.6198347,0.61157024,0.59917355,0.58264464,0.54545456,0.5247934,0.5123967,0.5371901,0.553719,0.57024795,0.58264464,0.59917355,0.61157024,0.6322314,0.6446281,0.6198347,0.59504133,0.29338843,0.3966942,0.60330576,0.6735537,0.69008267,0.71487606,0.72727275,0.7231405,0.6735537,0.6198347,0.58264464,0.5785124,0.58264464,0.58264464,0.57024795,0.5495868,0.5082645,0.48347107,0.45041323,0.4876033,0.5289256,0.57438016,0.61570245,0.6570248,0.73140496,0.8140496,0.8181818,0.8140496,0.8057851,0.78099173,0.7355372,0.6652893,0.60330576,0.58677685,0.6528926,0.70247936,0.70247936,0.69008267,0.6735537,0.6570248,0.59917355,0.5495868,0.5165289,0.5165289,0.5082645,0.49173555,0.5082645,0.4752066,0.48347107,0.4876033,0.5082645,0.5289256,0.5661157,0.58264464,0.6280992,0.6322314,0.6363636,0.6652893,0.6652893,0.6735537,0.6859504,0.6818182,0.6528926,0.59917355,0.29338843,0.41322315,0.607438,0.6694215,0.677686,0.73140496,0.7644628,0.72727275,0.6818182,0.6487603,0.6198347,0.59090906,0.553719,0.5123967,0.4752066,0.47933885,0.48347107,0.5123967,0.54545456,0.59917355,0.6528926,0.69008267,0.6942149,0.6983471,0.77272725,0.8264463,0.8305785,0.80991733,0.79752064,0.76033056,0.70247936,0.6487603,0.60330576,0.59504133,0.6363636,0.6942149,0.71487606,0.7231405,0.71900827,0.70247936,0.6818182,0.6570248,0.6363636,0.6280992,0.61570245,0.61157024,0.59504133,0.5785124,0.5661157,0.59504133,0.62396693,0.6528926,0.6859504,0.6942149,0.6818182,0.6735537,0.677686,0.69008267,0.70247936,0.7107438,0.71487606,0.70247936,0.661157,0.59917355,0.34710744,0.45454547,0.61570245,0.6735537,0.70247936,0.75206614,0.78099173,0.75619835,0.75206614,0.73966944,0.7355372,0.72727275,0.71900827,0.72727275,0.6818182,0.6735537,0.6652893,0.6652893,0.69008267,0.71900827,0.74380165,0.73140496,0.69008267,0.73140496,0.8057851,0.8347107,0.8264463,0.8057851,0.78512394,0.72727275,0.6570248,0.61157024,0.59504133,0.59917355,0.61570245,0.6528926,0.69008267,0.72727275,0.74380165,0.76033056,0.7644628,0.73966944,0.73140496,0.71900827,0.7107438,0.71487606,0.7231405,0.71900827,0.71900827,0.71487606,0.7066116,0.70247936,0.6983471,0.7107438,0.71900827,0.7231405,0.7231405,0.71900827,0.71900827,0.7107438,0.7107438,0.6735537,0.6280992,0.58677685,0.3677686,0.46280992,0.6198347,0.7066116,0.74380165,0.77272725,0.7892562,0.77272725,0.7644628,0.75206614,0.74793386,0.74380165,0.73966944,0.71900827,0.72727275,0.71487606,0.73140496,0.73966944,0.75619835,0.76859504,0.75206614,0.69008267,0.6942149,0.7768595,0.8305785,0.838843,0.8140496,0.7892562,0.74793386,0.69008267,0.6322314,0.60330576,0.58677685,0.59090906,0.61157024,0.6404959,0.6818182,0.7107438,0.73140496,0.76033056,0.7768595,0.78099173,0.78512394,0.77272725,0.74793386,0.7355372,0.7355372,0.73140496,0.74380165,0.73966944,0.74380165,0.74793386,0.76859504,0.76033056,0.7644628,0.75619835,0.76033056,0.75206614,0.75206614,0.7231405,0.6942149,0.6652893,0.62396693,0.58677685,0.3429752,0.46694216,0.6280992,0.70247936,0.75619835,0.78099173,0.7892562,0.7892562,0.78512394,0.77272725,0.7644628,0.76033056,0.76033056,0.74793386,0.74793386,0.7644628,0.77272725,0.7768595,0.76859504,0.75206614,0.71900827,0.6942149,0.75206614,0.8181818,0.8347107,0.8347107,0.80991733,0.7644628,0.7231405,0.6694215,0.6280992,0.59917355,0.59504133,0.58677685,0.61157024,0.6363636,0.6570248,0.69008267,0.71487606,0.75206614,0.77272725,0.78512394,0.7933884,0.7933884,0.78512394,0.78099173,0.7768595,0.76859504,0.77272725,0.7644628,0.77272725,0.7768595,0.78512394,0.78099173,0.78512394,0.77272725,0.76859504,0.74793386,0.7355372,0.7231405,0.6942149,0.6528926,0.6198347,0.58264464,0.3305785,0.48347107,0.6280992,0.69008267,0.7355372,0.76859504,0.7892562,0.79752064,0.8057851,0.79752064,0.79752064,0.7933884,0.7933884,0.78512394,0.78512394,0.7933884,0.7892562,0.78099173,0.76033056,0.73966944,0.70247936,0.71900827,0.7933884,0.8347107,0.8347107,0.8264463,0.8057851,0.78099173,0.74380165,0.6735537,0.6280992,0.59090906,0.58677685,0.59090906,0.60330576,0.6198347,0.6363636,0.6735537,0.7107438,0.73966944,0.75619835,0.76859504,0.7768595,0.7933884,0.79752064,0.7892562,0.7892562,0.7933884,0.7892562,0.78099173,0.78512394,0.7892562,0.78512394,0.77272725,0.7644628,0.75619835,0.74793386,0.73140496,0.7066116,0.69008267,0.6859504,0.6322314,0.59090906,0.56198347,0.35123968,0.4752066,0.6198347,0.6859504,0.71900827,0.73140496,0.76033056,0.7768595,0.7892562,0.8057851,0.8016529,0.8057851,0.8057851,0.8016529,0.7933884,0.7892562,0.7768595,0.76859504,0.74380165,0.7231405,0.70247936,0.73966944,0.8016529,0.8347107,0.838843,0.822314,0.8016529,0.7768595,0.73966944,0.677686,0.59917355,0.553719,0.54545456,0.54545456,0.57438016,0.59504133,0.6404959,0.6652893,0.6942149,0.72727275,0.73966944,0.75619835,0.77272725,0.7768595,0.7892562,0.78512394,0.77272725,0.78099173,0.7892562,0.7892562,0.7768595,0.78099173,0.78512394,0.77272725,0.74380165,0.7355372,0.73140496,0.7066116,0.69008267,0.661157,0.6446281,0.607438,0.57024795,0.5495868,0.40495867,0.49173555,0.61570245,0.6652893,0.6859504,0.6859504,0.69008267,0.74380165,0.7644628,0.78099173,0.79752064,0.8057851,0.8016529,0.79752064,0.78099173,0.77272725,0.7644628,0.75206614,0.72727275,0.6942149,0.6942149,0.75619835,0.8140496,0.838843,0.8471074,0.8264463,0.8016529,0.7768595,0.72727275,0.6652893,0.58677685,0.5371901,0.5165289,0.5247934,0.5371901,0.5661157,0.61157024,0.6487603,0.6859504,0.7231405,0.73966944,0.75619835,0.7644628,0.77272725,0.78099173,0.78512394,0.7644628,0.7768595,0.78099173,0.7768595,0.76859504,0.76033056,0.76033056,0.73966944,0.71900827,0.7107438,0.6983471,0.6694215,0.6570248,0.6322314,0.61157024,0.57438016,0.56198347,0.5495868,0.41322315,0.47933885,0.59504133,0.6487603,0.6735537,0.6983471,0.6942149,0.73140496,0.77272725,0.7768595,0.7892562,0.8016529,0.7933884,0.78512394,0.77272725,0.75206614,0.74380165,0.71900827,0.6859504,0.661157,0.70247936,0.76033056,0.8140496,0.8429752,0.838843,0.8181818,0.78512394,0.7644628,0.6983471,0.6280992,0.57024795,0.55785125,0.5661157,0.58264464,0.59504133,0.59504133,0.59504133,0.62396693,0.6818182,0.70247936,0.72727275,0.74793386,0.76033056,0.7644628,0.77272725,0.7768595,0.7768595,0.7644628,0.77272725,0.76033056,0.76859504,0.75206614,0.73140496,0.71900827,0.69008267,0.6694215,0.6694215,0.6446281,0.6322314,0.60330576,0.58264464,0.5661157,0.5289256,0.5371901,0.45041323,0.4876033,0.5785124,0.6446281,0.6859504,0.70247936,0.7107438,0.7231405,0.75619835,0.77272725,0.77272725,0.78099173,0.78099173,0.7644628,0.75619835,0.7355372,0.71900827,0.6942149,0.661157,0.6570248,0.70247936,0.76033056,0.78512394,0.8057851,0.7933884,0.77272725,0.73966944,0.6983471,0.6404959,0.58264464,0.5495868,0.55785125,0.59917355,0.6404959,0.6570248,0.62396693,0.59504133,0.58677685,0.6280992,0.677686,0.70247936,0.72727275,0.72727275,0.74380165,0.75206614,0.76033056,0.76859504,0.76859504,0.7644628,0.76033056,0.75619835,0.74380165,0.72727275,0.71900827,0.6818182,0.6694215,0.6487603,0.62396693,0.61570245,0.59504133,0.57024795,0.553719,0.5371901,0.5165289,0.47107437,0.4876033,0.57024795,0.6198347,0.677686,0.677686,0.7066116,0.7231405,0.7355372,0.74793386,0.75619835,0.76033056,0.75206614,0.7355372,0.73140496,0.6983471,0.6818182,0.661157,0.6528926,0.661157,0.661157,0.70247936,0.72727275,0.73140496,0.69008267,0.6528926,0.60330576,0.55785125,0.5206612,0.4876033,0.49173555,0.5123967,0.57438016,0.6363636,0.6528926,0.59917355,0.5661157,0.54545456,0.58677685,0.6404959,0.6487603,0.677686,0.6818182,0.6942149,0.7066116,0.7355372,0.74793386,0.76033056,0.7644628,0.75619835,0.73966944,0.72727275,0.7066116,0.6694215,0.6404959,0.6570248,0.6528926,0.6198347,0.60330576,0.58677685,0.553719,0.5371901,0.5289256,0.5123967,0.47933885,0.4876033,0.57438016,0.61570245,0.6487603,0.6570248,0.677686,0.7066116,0.71487606,0.7066116,0.72727275,0.73966944,0.72727275,0.70247936,0.69008267,0.6652893,0.6404959,0.6404959,0.6280992,0.59090906,0.5247934,0.55785125,0.607438,0.59917355,0.54545456,0.5,0.43801653,0.41322315,0.36363637,0.37603307,0.3677686,0.4090909,0.47107437,0.5371901,0.54545456,0.5371901,0.5123967,0.49586776,0.54545456,0.61570245,0.6404959,0.6404959,0.6404959,0.677686,0.69008267,0.6983471,0.7107438,0.72727275,0.7355372,0.73140496,0.72727275,0.70247936,0.6859504,0.6487603,0.6280992,0.6404959,0.6280992,0.607438,0.59090906,0.553719,0.53305787,0.5289256,0.5247934,0.5123967,0.5206612,0.5247934,0.59090906,0.61570245,0.6280992,0.6528926,0.661157,0.677686,0.70247936,0.6859504,0.677686,0.6942149,0.6818182,0.6487603,0.6363636,0.62396693,0.6322314,0.6487603,0.5413223,0.4338843,0.3429752,0.3677686,0.42975205,0.42975205,0.3966942,0.37190083,0.3553719,0.30578512,0.26859504,0.23140496,0.2231405,0.23553719,0.27272728,0.35123968,0.3966942,0.42975205,0.42975205,0.45454547,0.5206612,0.607438,0.6528926,0.6487603,0.6280992,0.6363636,0.6446281,0.661157,0.6818182,0.70247936,0.71487606,0.7066116,0.6983471,0.6735537,0.6570248,0.6404959,0.6322314,0.61570245,0.59504133,0.553719,0.54545456,0.5289256,0.5123967,0.5123967,0.5206612,0.4876033,0.5289256,0.5289256,0.60330576,0.59917355,0.60330576,0.6363636,0.6570248,0.6528926,0.6694215,0.6942149,0.6528926,0.6404959,0.6280992,0.59917355,0.60330576,0.60330576,0.6280992,0.6652893,0.58264464,0.43801653,0.30578512,0.25619835,0.28512397,0.30991736,0.30991736,0.30578512,0.30165288,0.27272728,0.24380165,0.24793388,0.23553719,0.23140496,0.23966943,0.2520661,0.29752067,0.3677686,0.39256197,0.45454547,0.5206612,0.59504133,0.661157,0.6652893,0.6570248,0.6404959,0.6280992,0.6322314,0.6570248,0.6735537,0.6859504,0.6818182,0.661157,0.6528926,0.607438,0.61157024,0.61570245,0.60330576,0.57024795,0.5495868,0.5289256,0.5289256,0.5165289,0.5123967,0.5165289,0.4876033,0.5165289,0.5206612,0.5785124,0.59504133,0.5661157,0.59090906,0.6280992,0.6487603,0.6322314,0.6404959,0.6198347,0.58677685,0.5785124,0.57024795,0.58264464,0.61570245,0.6528926,0.6528926,0.6652893,0.553719,0.40495867,0.30165288,0.2892562,0.2603306,0.2768595,0.29752067,0.29752067,0.29338843,0.29338843,0.29338843,0.29752067,0.30991736,0.3140496,0.32231405,0.36363637,0.4214876,0.45454547,0.47933885,0.5123967,0.60330576,0.6404959,0.6652893,0.677686,0.6694215,0.6446281,0.6322314,0.6487603,0.6363636,0.6446281,0.6487603,0.6404959,0.6363636,0.61157024,0.60330576,0.58264464,0.5661157,0.57024795,0.553719,0.53305787,0.5165289,0.53305787,0.5165289,0.5041322,0.48347107,0.53305787,0.53305787,0.57438016,0.58264464,0.56198347,0.57438016,0.59504133,0.61157024,0.59917355,0.59504133,0.59504133,0.553719,0.55785125,0.553719,0.59090906,0.6322314,0.6487603,0.6528926,0.661157,0.61570245,0.5247934,0.44214877,0.41735536,0.3429752,0.30165288,0.30165288,0.29752067,0.30165288,0.3264463,0.33471075,0.338843,0.32231405,0.3305785,0.38016528,0.40082645,0.4338843,0.4752066,0.49586776,0.5495868,0.61157024,0.6363636,0.6652893,0.6735537,0.6694215,0.6652893,0.6694215,0.661157,0.6404959,0.6198347,0.62396693,0.62396693,0.6198347,0.60330576,0.59090906,0.57438016,0.553719,0.54545456,0.5371901,0.5206612,0.5123967,0.5165289,0.5123967,0.4752066,0.4752066,0.5247934,0.5206612,0.55785125,0.58264464,0.57024795,0.5661157,0.57438016,0.59504133,0.59090906,0.59090906,0.59504133,0.55785125,0.55785125,0.5785124,0.61570245,0.6363636,0.6487603,0.6487603,0.6404959,0.6198347,0.58264464,0.5289256,0.5123967,0.46280992,0.4214876,0.38842976,0.34710744,0.34710744,0.37190083,0.37190083,0.37603307,0.35950413,0.3429752,0.35123968,0.38842976,0.40495867,0.45867768,0.5041322,0.5371901,0.59504133,0.6363636,0.6363636,0.6487603,0.6528926,0.6570248,0.6694215,0.6652893,0.6363636,0.61570245,0.61157024,0.59917355,0.59504133,0.58677685,0.57024795,0.5661157,0.5495868,0.5413223,0.53305787,0.5289256,0.5165289,0.5206612,0.5082645,0.4752066,0.46694216,0.5,0.5,0.5289256,0.58264464,0.59090906,0.56198347,0.5785124,0.60330576,0.59504133,0.59504133,0.58677685,0.5413223,0.57438016,0.59504133,0.6404959,0.6322314,0.6322314,0.62396693,0.607438,0.59090906,0.56198347,0.5371901,0.553719,0.5289256,0.4876033,0.46280992,0.4214876,0.4090909,0.42975205,0.42561984,0.41322315,0.40082645,0.38016528,0.38842976,0.41735536,0.41322315,0.44214877,0.47933885,0.5247934,0.5661157,0.59504133,0.58264464,0.607438,0.61157024,0.62396693,0.6363636,0.6363636,0.6322314,0.6322314,0.61570245,0.59090906,0.5785124,0.57438016,0.5661157,0.57024795,0.55785125,0.54545456,0.53305787,0.5413223,0.5165289,0.5082645,0.5,0.46280992,0.45041323,0.48347107,0.47933885,0.49586776,0.553719,0.5661157,0.57438016,0.59504133,0.5661157,0.58264464,0.60330576,0.59504133,0.57024795,0.5785124,0.6198347,0.6198347,0.6198347,0.61157024,0.59917355,0.57024795,0.553719,0.54545456,0.53305787,0.5495868,0.5371901,0.49173555,0.446281,0.41322315,0.446281,0.47933885,0.45867768,0.43801653,0.4214876,0.42561984,0.4214876,0.42975205,0.4338843,0.46280992,0.47933885,0.49173555,0.5371901,0.56198347,0.5495868,0.58677685,0.59090906,0.59090906,0.61570245,0.6198347,0.62396693,0.6322314,0.61570245,0.59504133,0.58264464,0.5785124,0.57024795,0.56198347,0.5661157,0.5371901,0.53305787,0.5371901,0.5289256,0.5082645,0.49173555,0.47107437,0.43801653,0.48347107,0.48347107,0.4876033,0.5041322,0.5371901,0.57438016,0.60330576,0.57438016,0.56198347,0.607438,0.60330576,0.59504133,0.58677685,0.59917355,0.62396693,0.61570245,0.59090906,0.59090906,0.553719,0.5041322,0.4752066,0.48347107,0.5082645,0.5206612,0.47107437,0.42561984,0.4090909,0.42975205,0.45867768,0.446281,0.4214876,0.42975205,0.44214877,0.46280992,0.46694216,0.48347107,0.47933885,0.47933885,0.46694216,0.5,0.53305787,0.5082645,0.5413223,0.57024795,0.55785125,0.57438016,0.59090906,0.61157024,0.60330576,0.60330576,0.59917355,0.58677685,0.58677685,0.58264464,0.55785125,0.5495868,0.5289256,0.5082645,0.49586776,0.49586776,0.49173555,0.48347107,0.46694216,0.40082645,0.46280992,0.45867768,0.45867768,0.48347107,0.5041322,0.5495868,0.59090906,0.60330576,0.59090906,0.607438,0.59504133,0.59090906,0.5661157,0.553719,0.5785124,0.59504133,0.5785124,0.5495868,0.5206612,0.46694216,0.42975205,0.42975205,0.45041323,0.47107437,0.41735536,0.39256197,0.37603307,0.40495867,0.40495867,0.39256197,0.35950413,0.39256197,0.42561984,0.46694216,0.46694216,0.48347107,0.46280992,0.45454547,0.43801653,0.47107437,0.47933885,0.47107437,0.4876033,0.5247934,0.5206612,0.5413223,0.54545456,0.5495868,0.58264464,0.59917355,0.58677685,0.59504133,0.59917355,0.58264464,0.55785125,0.5371901,0.5123967,0.48347107,0.47107437,0.45041323,0.45867768,0.446281,0.42975205,0.37603307,0.42561984,0.42975205,0.42975205,0.446281,0.4752066,0.5206612,0.54545456,0.57438016,0.61570245,0.58677685,0.58264464,0.5413223,0.5206612,0.5206612,0.54545456,0.5495868,0.5206612,0.46280992,0.4338843,0.40082645,0.37190083,0.37190083,0.38842976,0.40495867,0.3677686,0.36363637,0.35950413,0.35123968,0.3264463,0.30578512,0.29338843,0.3181818,0.3677686,0.40495867,0.4214876,0.41735536,0.40495867,0.39256197,0.38842976,0.42975205,0.4338843,0.3966942,0.40495867,0.46694216,0.48347107,0.49586776,0.5123967,0.5041322,0.5495868,0.58677685,0.58677685,0.60330576,0.59917355,0.57438016,0.5413223,0.5041322,0.47107437,0.47107437,0.446281,0.446281,0.41735536,0.40495867,0.39256197,0.3553719,0.4338843,0.42561984,0.4214876,0.39256197,0.4338843,0.47933885,0.47933885,0.5123967,0.57438016,0.57024795,0.5247934,0.47933885,0.45454547,0.43801653,0.446281,0.45041323,0.41735536,0.37190083,0.33471075,0.3181818,0.29752067,0.28512397,0.3140496,0.3140496,0.33471075,0.3305785,0.33471075,0.3140496,0.29338843,0.29338843,0.32231405,0.30578512,0.32231405,0.3305785,0.35123968,0.3305785,0.3264463,0.30578512,0.3264463,0.338843,0.37190083,0.30991736,0.3305785,0.3966942,0.45041323,0.47107437,0.4752066,0.49173555,0.5165289,0.55785125,0.58264464,0.58677685,0.58677685,0.5495868,0.5206612,0.5,0.46694216,0.4338843,0.446281,0.43801653,0.38429752,0.36363637,0.35123968,0.32231405,0.37190083,0.36363637,0.3553719,0.3677686,0.40082645,0.4214876,0.45454547,0.47107437,0.5,0.5041322,0.47107437,0.42561984,0.3966942,0.36363637,0.338843,0.35950413,0.35950413,0.36363637,0.3181818,0.29338843,0.2520661,0.23140496,0.21900827,0.20661157,0.2520661,0.28512397,0.30991736,0.29752067,0.2892562,0.3181818,0.34710744,0.3429752,0.2892562,0.2520661,0.2520661,0.26859504,0.29338843,0.30165288,0.3305785,0.30991736,0.33471075,0.29752067,0.29338843,0.338843,0.37603307,0.41322315,0.44214877,0.446281,0.46694216,0.5123967,0.54545456,0.5413223,0.54545456,0.5165289,0.48347107,0.47107437,0.45041323,0.4214876,0.4090909,0.40495867,0.338843,0.35950413,0.32231405,0.28512397,0.32231405,0.3181818,0.3181818,0.338843,0.37190083,0.4090909,0.41735536,0.41322315,0.43801653,0.45041323,0.41322315,0.37190083,0.35123968,0.338843,0.34710744,0.35123968,0.40082645,0.40495867,0.39256197,0.3553719,0.3305785,0.30165288,0.2768595,0.2644628,0.2768595,0.29752067,0.30578512,0.29338843,0.2768595,0.29752067,0.30165288,0.29338843,0.28512397,0.2768595,0.30165288,0.3140496,0.29752067,0.2892562,0.28512397,0.30165288,0.29752067,0.30165288,0.30165288,0.3264463,0.3429752,0.35950413,0.40495867,0.4338843,0.42975205,0.45867768,0.48347107,0.49173555,0.5082645,0.48347107,0.46694216,0.45041323,0.4338843,0.4090909,0.36363637,0.3553719,0.32231405,0.32231405,0.29752067,0.2603306,0.3429752,0.35123968,0.35950413,0.34710744,0.33471075,0.36363637,0.38016528,0.40495867,0.4090909,0.41735536,0.40082645,0.3677686,0.35950413,0.38429752,0.40495867,0.42561984,0.4876033,0.5165289,0.5165289,0.5,0.4214876,0.41735536,0.446281,0.45867768,0.47933885,0.49173555,0.49173555,0.5247934,0.5289256,0.48347107,0.44214877,0.41735536,0.41322315,0.42975205,0.4214876,0.4090909,0.37190083,0.40082645,0.38016528,0.3677686,0.34710744,0.338843,0.30991736,0.3305785,0.3429752,0.3553719,0.39256197,0.42561984,0.4214876,0.42561984,0.42561984,0.45041323,0.46694216,0.4338843,0.40082645,0.42561984,0.40495867,0.35950413,0.3181818,0.3429752,0.32231405,0.30991736,0.2603306,0.23140496,0.3305785,0.3264463,0.3181818,0.32231405,0.3305785,0.3181818,0.33471075,0.37603307,0.38429752,0.3966942,0.4214876,0.38429752,0.3966942,0.45454547,0.46694216,0.5165289,0.57438016,0.59917355,0.59917355,0.58677685,0.5371901,0.5165289,0.53305787,0.55785125,0.5785124,0.60330576,0.607438,0.6280992,0.6198347,0.59917355,0.5495868,0.5206612,0.5041322,0.5082645,0.49586776,0.47933885,0.45041323,0.47107437,0.46694216,0.45041323,0.42975205,0.37190083,0.35123968,0.30991736,0.35950413,0.39256197,0.41322315,0.42561984,0.40495867,0.3677686,0.37603307,0.38429752,0.4090909,0.37603307,0.3429752,0.36363637,0.35950413,0.338843,0.29752067,0.28099173,0.2892562,0.26859504,0.24793388,0.23553719,0.28099173,0.27272728,0.27272728,0.28099173,0.30578512,0.3181818,0.32231405,0.32231405,0.37190083,0.42561984,0.4338843,0.3966942,0.41735536,0.47107437,0.5,0.56198347,0.61157024,0.6404959,0.6487603,0.661157,0.6446281,0.61157024,0.59917355,0.56198347,0.5495868,0.5413223,0.5413223,0.5413223,0.54545456,0.5495868,0.5371901,0.5123967,0.5165289,0.5289256,0.5165289,0.53305787,0.5289256,0.5413223,0.54545456,0.49586776,0.45454547,0.45454547,0.38016528,0.338843,0.3677686,0.4338843,0.42975205,0.41322315,0.36363637,0.3429752,0.32231405,0.30578512,0.36363637,0.35950413,0.3264463,0.3264463,0.3553719,0.2644628,0.30578512,0.2768595,0.23966943,0.24793388,0.24380165,0.19421488,0.2644628,0.2644628,0.26859504,0.2768595,0.30991736,0.3264463,0.3264463,0.3305785,0.3553719,0.3966942,0.446281,0.42561984,0.3966942,0.38842976,0.43801653,0.5206612,0.57438016,0.59917355,0.607438,0.61157024,0.62396693,0.6280992,0.6280992,0.59504133,0.5785124,0.56198347,0.5661157,0.57024795,0.553719,0.58264464,0.59504133,0.55785125,0.57024795,0.59090906,0.56198347,0.5661157,0.58264464,0.59504133,0.607438,0.54545456,0.45454547,0.45041323,0.42561984,0.37603307,0.36363637,0.42561984,0.46280992,0.44214877,0.3677686,0.3181818,0.2892562,0.2892562,0.33471075,0.33471075,0.30991736,0.3264463,0.3140496,0.28099173,0.2892562,0.2768595,0.2231405,0.24380165,0.24793388,0.17768595,0.27272728,0.26859504,0.26859504,0.26859504,0.29752067,0.30578512,0.3181818,0.33471075,0.3429752,0.42561984,0.4090909,0.35123968,0.3181818,0.32231405,0.35950413,0.4214876,0.48347107,0.5041322,0.53305787,0.5371901,0.54545456,0.553719,0.553719,0.55785125,0.58677685,0.5785124,0.58677685,0.59504133,0.57024795,0.57024795,0.607438,0.6198347,0.6198347,0.6198347,0.57438016,0.53305787,0.57024795,0.5785124,0.5785124,0.55785125,0.47107437,0.43801653,0.43801653,0.39256197,0.38842976,0.38016528,0.4214876,0.4214876,0.3677686,0.3181818,0.27272728,0.28512397,0.29752067,0.3140496,0.30165288,0.29752067,0.2892562,0.26859504,0.2768595,0.2644628,0.21900827,0.23553719,0.24793388,0.20661157,0.24793388,0.24793388,0.24793388,0.24793388,0.27272728,0.28512397,0.3140496,0.2892562,0.3140496,0.38016528,0.37190083,0.2892562,0.2768595,0.3429752,0.37190083,0.41322315,0.44214877,0.46694216,0.47933885,0.5,0.5206612,0.5371901,0.55785125,0.5371901,0.5289256,0.54545456,0.5371901,0.5371901,0.5289256,0.5165289,0.5413223,0.58677685,0.60330576,0.60330576,0.5661157,0.5165289,0.5082645,0.53305787,0.54545456,0.5289256,0.45454547,0.42561984,0.42561984,0.4090909,0.38016528,0.3553719,0.39256197,0.3553719,0.3264463,0.30578512,0.26859504,0.2520661,0.23966943,0.30165288,0.28099173,0.28099173,0.2520661,0.23140496,0.23966943,0.26859504,0.21900827,0.22727273,0.2231405,0.20661157,0.24793388,0.2520661,0.2520661,0.2520661,0.24380165,0.3140496,0.27272728,0.26859504,0.29752067,0.338843,0.3429752,0.30578512,0.36363637,0.4090909,0.4338843,0.4752066,0.47933885,0.48347107,0.5,0.5165289,0.53305787,0.5206612,0.5,0.49173555,0.48347107,0.5,0.5,0.49586776,0.47933885,0.47107437,0.47107437,0.5082645,0.5371901,0.57024795,0.56198347,0.5206612,0.48347107,0.47107437,0.49173555,0.49173555,0.44214877,0.40495867,0.4214876,0.4338843,0.41322315,0.37603307,0.3677686,0.34710744,0.29752067,0.28512397,0.2768595,0.23966943,0.2107438,0.23553719,0.27272728,0.2520661,0.23140496,0.2107438,0.21900827,0.2603306,0.2520661,0.20661157,0.21900827,0.19421488,0.27272728,0.2768595,0.28099173,0.28512397,0.24380165,0.2768595,0.2644628,0.23553719,0.28512397,0.3553719,0.3305785,0.37190083,0.37190083,0.40495867,0.42561984,0.47107437,0.4752066,0.47107437,0.47933885,0.4752066,0.49173555,0.4752066,0.45041323,0.446281,0.43801653,0.4338843,0.46280992,0.45454547,0.46280992,0.48347107,0.48347107,0.49586776,0.5,0.5413223,0.5289256,0.46280992,0.47107437,0.45041323,0.44214877,0.46694216,0.42561984,0.37603307,0.41322315,0.41322315,0.38842976,0.3553719,0.3553719,0.338843,0.29752067,0.27272728,0.28099173,0.27272728,0.2231405,0.22727273,0.23553719,0.2231405,0.18595041,0.1983471,0.24380165,0.24380165,0.23140496,0.20661157,0.20247933,0.18181819,0.26859504,0.2644628,0.2603306,0.2603306,0.2520661,0.24793388,0.24793388,0.26859504,0.29338843,0.3429752,0.38016528,0.36363637,0.3677686,0.37603307,0.42561984,0.44214877,0.42975205,0.42561984,0.4338843,0.4338843,0.45867768,0.45867768,0.45867768,0.44214877,0.43801653,0.43801653,0.45454547,0.446281,0.47107437,0.4876033,0.5082645,0.5082645,0.5041322,0.49173555,0.4752066,0.44214877,0.45454547,0.44214877,0.4214876,0.45041323,0.42561984,0.37603307,0.38016528,0.37603307,0.34710744,0.33471075,0.34710744,0.34710744,0.2892562,0.2603306,0.24793388,0.25619835,0.23553719,0.21900827,0.2231405,0.1983471,0.20247933,0.20247933,0.23140496,0.23140496,0.22727273,0.21900827,0.16528925,0.1694215,0.24793388,0.24380165,0.23966943,0.23553719,0.23553719,0.24380165,0.2644628,0.29752067,0.3305785,0.37603307,0.37603307,0.35950413,0.38429752,0.42975205,0.4752066,0.4876033,0.44214877,0.42561984,0.446281,0.4338843,0.43801653,0.4338843,0.45867768,0.45867768,0.45867768,0.45454547,0.43801653,0.446281,0.47107437,0.48347107,0.5165289,0.5123967,0.49586776,0.46694216,0.44214877,0.43801653,0.42561984,0.41322315,0.4090909,0.4214876,0.4090909,0.38016528,0.3677686,0.35950413,0.3305785,0.3140496,0.32231405,0.3305785,0.29752067,0.26859504,0.2107438,0.20661157,0.21487603,0.19421488,0.22727273,0.20661157,0.19008264,0.19008264,0.22727273,0.21487603,0.20247933,0.19421488,0.1570248,0.1446281,0.21487603,0.21487603,0.21487603,0.21487603,0.2231405,0.23966943,0.25619835,0.28512397,0.3181818,0.33471075,0.34710744,0.3677686,0.42561984,0.46280992,0.47933885,0.45867768,0.4338843,0.4214876,0.4338843,0.41735536,0.40495867,0.4338843,0.43801653,0.47107437,0.46694216,0.4338843,0.42561984,0.42975205,0.46694216,0.4876033,0.5206612,0.5082645,0.4752066,0.45041323,0.42975205,0.40495867,0.37603307,0.37603307,0.39256197,0.37190083,0.3429752,0.36363637,0.36363637,0.35950413,0.3140496,0.29338843,0.2768595,0.3264463,0.3181818,0.30991736,0.19421488,0.20661157,0.22727273,0.2107438,0.21900827,0.2107438,0.18181819,0.1694215,0.2107438,0.20247933,0.19008264,0.16528925,0.1446281,0.14876033,0.22727273,0.23140496,0.23966943,0.24380165,0.24793388,0.2520661,0.28512397,0.2644628,0.27272728,0.2768595,0.2768595,0.3553719,0.40082645,0.42975205,0.446281,0.42975205,0.40082645,0.3966942,0.38016528,0.38016528,0.37190083,0.38429752,0.40495867,0.45454547,0.45867768,0.41735536,0.4090909,0.43801653,0.46280992,0.4752066,0.4876033,0.4752066,0.45041323,0.45454547,0.44214877,0.41322315,0.37603307,0.36363637,0.35950413,0.33471075,0.3264463,0.3553719,0.3677686,0.33471075,0.32231405,0.28512397,0.28512397,0.3305785,0.3305785,0.32231405,0.23553719,0.2107438,0.2107438,0.21900827,0.21487603,0.20247933,0.19008264,0.19421488,0.19421488,0.20247933,0.20661157,0.16115703,0.14876033,0.13636364,0.2644628,0.2644628,0.2603306,0.2603306,0.2603306,0.2644628,0.2768595,0.28099173,0.25619835,0.23553719,0.2231405,0.30578512,0.34710744,0.37603307,0.40082645,0.41735536,0.40495867,0.39256197,0.34710744,0.32231405,0.30165288,0.3429752,0.39256197,0.4214876,0.41322315,0.38842976,0.3966942,0.42975205,0.42975205,0.4090909,0.42975205,0.42561984,0.41735536,0.42975205,0.41735536,0.40082645,0.39256197,0.37603307,0.33471075,0.2892562,0.32231405,0.36363637,0.38429752,0.338843,0.3181818,0.2520661,0.24793388,0.28512397,0.30165288,0.2892562,0.2644628,0.21900827,0.2107438,0.19421488,0.18181819,0.19008264,0.17768595,0.18181819,0.18181819,0.1983471,0.18181819,0.13636364,0.14876033,0.14876033,0.30165288,0.3140496,0.3305785,0.3429752,0.35123968,0.2768595,0.28099173,0.27272728,0.23966943,0.24793388,0.23140496,0.28099173,0.338843,0.338843,0.35950413,0.35950413,0.36363637,0.37190083,0.34710744,0.26859504,0.26859504,0.30165288,0.3429752,0.37603307,0.37190083,0.3677686,0.36363637,0.38842976,0.37603307,0.35950413,0.38842976,0.3966942,0.39256197,0.38429752,0.37603307,0.38016528,0.38016528,0.3429752,0.3181818,0.28099173,0.3140496,0.3429752,0.37190083,0.37603307,0.3305785,0.2768595,0.24380165,0.24793388,0.24793388,0.2603306,0.26859504,0.2231405,0.17355372,0.19008264,0.19008264,0.18595041,0.1694215,0.17768595,0.18181819,0.16528925,0.17355372,0.13636364,0.14876033,0.15289256,0.37190083,0.37190083,0.37190083,0.37603307,0.37603307,0.3305785,0.3181818,0.28512397,0.26859504,0.2644628,0.2768595,0.28099173,0.338843,0.3140496,0.30578512,0.29752067,0.3305785,0.35950413,0.33471075,0.27272728,0.28512397,0.30578512,0.338843,0.338843,0.3305785,0.3553719,0.37190083,0.37190083,0.34710744,0.34710744,0.35950413,0.3677686,0.36363637,0.34710744,0.36363637,0.3429752,0.3264463,0.30991736,0.3264463,0.30165288,0.3305785,0.3264463,0.3264463,0.30991736,0.30165288,0.29338843,0.24793388,0.24380165,0.23553719,0.24793388,0.23553719,0.2107438,0.1694215,0.19008264,0.19421488,0.1694215,0.15289256,0.17768595,0.1694215,0.14876033,0.12809917,0.12809917,0.1570248,0.17355372,0.38842976,0.38842976,0.39256197,0.39256197,0.3966942,0.3553719,0.3305785,0.28512397,0.28512397,0.25619835,0.29338843,0.2892562,0.30991736,0.29338843,0.29338843,0.28512397,0.30578512,0.3305785,0.3181818,0.3181818,0.29752067,0.30578512,0.3429752,0.3429752,0.30991736,0.3429752,0.35123968,0.32231405,0.30991736,0.3305785,0.3305785,0.3264463,0.3264463,0.338843,0.3429752,0.29752067,0.29338843,0.30578512,0.3140496,0.3305785,0.338843,0.30991736,0.30165288,0.28512397,0.23966943,0.23140496,0.23553719,0.21900827,0.24793388,0.24380165,0.1983471,0.1570248,0.17355372,0.16528925,0.18595041,0.1694215,0.17355372,0.17768595,0.14876033,0.14049587,0.1322314,0.12396694,0.16115703,0.21900827,0.4090909,0.41322315,0.41322315,0.41322315,0.4090909,0.37603307,0.33471075,0.27272728,0.23966943,0.23140496,0.25619835,0.2603306,0.27272728,0.2768595,0.2892562,0.26859504,0.2768595,0.26859504,0.2644628,0.2520661,0.24793388,0.2644628,0.3264463,0.3305785,0.3140496,0.32231405,0.29752067,0.2768595,0.2768595,0.30578512,0.30991736,0.2892562,0.27272728,0.29338843,0.3305785,0.2644628,0.2520661,0.27272728,0.30165288,0.30578512,0.26859504,0.26859504,0.25619835,0.2603306,0.2107438,0.19008264,0.2107438,0.18595041,0.23140496,0.21900827,0.17355372,0.13636364,0.16528925,0.16528925,0.17768595,0.16528925,0.18181819,0.15289256,0.13636364,0.14876033,0.13636364,0.12809917,0.15289256,0.23553719,0.40495867,0.4090909,0.41735536,0.4214876,0.42561984,0.37603307,0.3264463,0.29338843,0.21900827,0.21487603,0.2520661,0.2644628,0.2603306,0.28099173,0.29338843,0.29338843,0.23140496,0.23966943,0.23553719,0.20247933,0.20661157,0.23966943,0.28099173,0.28099173,0.2644628,0.2768595,0.27272728,0.2520661,0.25619835,0.2768595,0.2768595,0.2644628,0.2644628,0.28512397,0.25619835,0.24380165,0.23966943,0.2520661,0.25619835,0.2520661,0.21900827,0.23553719,0.24380165,0.2231405,0.19421488,0.19421488,0.20661157,0.1983471,0.20661157,0.19008264,0.18181819,0.14876033,0.16528925,0.1694215,0.17768595,0.1694215,0.18595041,0.15289256,0.13636364,0.14876033,0.14049587,0.12809917,0.14876033,0.23966943,25 +0.607438,0.6652893,0.6983471,0.7355372,0.7231405,0.73140496,0.75206614,0.76033056,0.76033056,0.76859504,0.77272725,0.76859504,0.75619835,0.75619835,0.7644628,0.76859504,0.78512394,0.7933884,0.7933884,0.7933884,0.79752064,0.7933884,0.79752064,0.7933884,0.8057851,0.7933884,0.8057851,0.80991733,0.79752064,0.7933884,0.79752064,0.8016529,0.8016529,0.8016529,0.79752064,0.7892562,0.7933884,0.79752064,0.78512394,0.7768595,0.78099173,0.7768595,0.77272725,0.76033056,0.75619835,0.75619835,0.75619835,0.74380165,0.7107438,0.69008267,0.6735537,0.6694215,0.6652893,0.6528926,0.6570248,0.6528926,0.6198347,0.58677685,0.553719,0.5123967,0.5,0.48347107,0.47933885,0.47107437,0.57024795,0.6363636,0.69008267,0.73966944,0.73140496,0.7355372,0.75206614,0.75619835,0.76033056,0.77272725,0.78512394,0.7892562,0.78099173,0.77272725,0.7644628,0.7644628,0.77272725,0.7768595,0.78099173,0.78099173,0.78099173,0.78099173,0.78512394,0.78512394,0.78512394,0.7933884,0.8016529,0.8016529,0.79752064,0.7933884,0.79752064,0.8057851,0.8140496,0.8016529,0.79752064,0.78512394,0.78512394,0.7892562,0.78512394,0.78099173,0.76859504,0.7644628,0.75206614,0.74380165,0.73966944,0.7107438,0.71900827,0.71900827,0.6942149,0.6859504,0.6859504,0.6859504,0.69008267,0.69008267,0.6818182,0.6694215,0.6280992,0.59090906,0.5495868,0.5165289,0.49586776,0.47107437,0.47933885,0.46280992,0.5413223,0.60330576,0.6652893,0.7066116,0.73140496,0.72727275,0.73966944,0.74380165,0.76859504,0.78099173,0.78099173,0.78099173,0.76859504,0.77272725,0.76033056,0.75619835,0.76859504,0.7768595,0.78512394,0.78099173,0.7768595,0.76859504,0.77272725,0.77272725,0.78512394,0.78512394,0.78512394,0.7768595,0.7892562,0.7892562,0.7892562,0.8016529,0.8057851,0.7892562,0.79752064,0.7892562,0.78099173,0.7768595,0.77272725,0.7768595,0.76859504,0.76033056,0.75206614,0.73966944,0.7231405,0.7231405,0.72727275,0.73966944,0.7066116,0.70247936,0.7107438,0.7107438,0.6983471,0.70247936,0.6735537,0.661157,0.6322314,0.5785124,0.5495868,0.5123967,0.5,0.47107437,0.47107437,0.4752066,0.54545456,0.59917355,0.6570248,0.6983471,0.7231405,0.71900827,0.7355372,0.74380165,0.75206614,0.7644628,0.77272725,0.7768595,0.76859504,0.7892562,0.78512394,0.7933884,0.8057851,0.80991733,0.8181818,0.8181818,0.8140496,0.8140496,0.8140496,0.8181818,0.80991733,0.80991733,0.8016529,0.78512394,0.7933884,0.7892562,0.78099173,0.7892562,0.8016529,0.78512394,0.78512394,0.7892562,0.77272725,0.76859504,0.78099173,0.78512394,0.7892562,0.7892562,0.78512394,0.78099173,0.77272725,0.77272725,0.78099173,0.76859504,0.75619835,0.75619835,0.7644628,0.76859504,0.74380165,0.7231405,0.69008267,0.661157,0.6280992,0.57024795,0.5371901,0.5123967,0.49586776,0.4752066,0.46280992,0.446281,0.5206612,0.5785124,0.6363636,0.6942149,0.71487606,0.71487606,0.7231405,0.73140496,0.7355372,0.76033056,0.7768595,0.7768595,0.78099173,0.8016529,0.8016529,0.8057851,0.8140496,0.8181818,0.8181818,0.8264463,0.8305785,0.8264463,0.8305785,0.8264463,0.822314,0.8181818,0.8140496,0.8016529,0.79752064,0.78512394,0.7892562,0.7892562,0.7892562,0.7892562,0.7768595,0.7768595,0.77272725,0.7768595,0.7892562,0.79752064,0.8016529,0.7933884,0.79752064,0.79752064,0.7933884,0.7892562,0.7892562,0.78099173,0.7768595,0.77272725,0.76033056,0.7644628,0.7644628,0.73140496,0.7107438,0.661157,0.6280992,0.57024795,0.53305787,0.5123967,0.49586776,0.45454547,0.46694216,0.43801653,0.5289256,0.57024795,0.6280992,0.6735537,0.70247936,0.71487606,0.7066116,0.71900827,0.74793386,0.76859504,0.77272725,0.77272725,0.77272725,0.7933884,0.8057851,0.8016529,0.8140496,0.8140496,0.8181818,0.8264463,0.822314,0.8181818,0.822314,0.822314,0.8181818,0.8181818,0.8057851,0.79752064,0.7892562,0.78512394,0.78099173,0.78512394,0.78512394,0.78099173,0.7768595,0.7644628,0.78099173,0.78512394,0.7933884,0.8016529,0.8016529,0.78099173,0.76033056,0.76033056,0.7644628,0.77272725,0.78099173,0.77272725,0.76859504,0.76033056,0.71900827,0.7066116,0.71487606,0.6983471,0.6859504,0.6694215,0.6404959,0.5785124,0.5371901,0.5165289,0.49586776,0.46280992,0.43801653,0.43801653,0.5371901,0.5785124,0.6322314,0.6735537,0.6859504,0.69008267,0.69008267,0.71487606,0.75206614,0.7644628,0.7644628,0.77272725,0.7768595,0.7892562,0.79752064,0.79752064,0.8016529,0.8140496,0.80991733,0.80991733,0.80991733,0.8140496,0.79752064,0.78512394,0.7892562,0.7892562,0.7933884,0.78512394,0.78512394,0.78099173,0.77272725,0.78512394,0.78512394,0.7768595,0.77272725,0.77272725,0.7768595,0.7933884,0.79752064,0.78099173,0.76033056,0.72727275,0.69008267,0.6942149,0.69008267,0.7107438,0.71487606,0.6859504,0.6983471,0.6735537,0.6487603,0.6322314,0.6446281,0.6528926,0.6528926,0.661157,0.6487603,0.59090906,0.5289256,0.5082645,0.48347107,0.46280992,0.446281,0.4338843,0.5289256,0.5785124,0.6404959,0.6694215,0.677686,0.6652893,0.6859504,0.7107438,0.73966944,0.76033056,0.77272725,0.7892562,0.7768595,0.7768595,0.76033056,0.75206614,0.76859504,0.77272725,0.75619835,0.75206614,0.73966944,0.7107438,0.6942149,0.69008267,0.70247936,0.7107438,0.73966944,0.74793386,0.74793386,0.77272725,0.76033056,0.77272725,0.77272725,0.76859504,0.76033056,0.77272725,0.77272725,0.78099173,0.76859504,0.74380165,0.6983471,0.62396693,0.58677685,0.58264464,0.5413223,0.5206612,0.5,0.4876033,0.5041322,0.5165289,0.553719,0.54545456,0.55785125,0.59090906,0.61157024,0.6322314,0.6446281,0.58264464,0.5289256,0.47933885,0.4752066,0.46280992,0.45867768,0.4338843,0.5165289,0.59917355,0.6322314,0.6570248,0.6735537,0.6528926,0.6818182,0.71487606,0.75206614,0.7644628,0.7892562,0.7892562,0.77272725,0.75206614,0.7231405,0.677686,0.6570248,0.6363636,0.61570245,0.59504133,0.56198347,0.5247934,0.5165289,0.5371901,0.57024795,0.59917355,0.6363636,0.677686,0.71487606,0.74380165,0.73966944,0.75619835,0.7644628,0.76033056,0.75619835,0.76033056,0.74380165,0.75619835,0.71900827,0.6818182,0.61570245,0.5413223,0.5082645,0.48347107,0.44214877,0.38842976,0.35950413,0.3553719,0.37190083,0.41322315,0.45867768,0.45041323,0.47107437,0.5082645,0.5413223,0.58264464,0.607438,0.59504133,0.5371901,0.4752066,0.45867768,0.46280992,0.46280992,0.4338843,0.5413223,0.6280992,0.6446281,0.6652893,0.677686,0.661157,0.6818182,0.72727275,0.76859504,0.78099173,0.78099173,0.74380165,0.70247936,0.6404959,0.5785124,0.53305787,0.5,0.47107437,0.45867768,0.45041323,0.42561984,0.4090909,0.42561984,0.45454547,0.4752066,0.49173555,0.5413223,0.60330576,0.6570248,0.6942149,0.7107438,0.7231405,0.73966944,0.74380165,0.7355372,0.7355372,0.7231405,0.6983471,0.6735537,0.62396693,0.5661157,0.5206612,0.49173555,0.47107437,0.43801653,0.37603307,0.38842976,0.38842976,0.4090909,0.446281,0.47107437,0.45867768,0.46280992,0.4752066,0.45454547,0.5,0.5413223,0.55785125,0.5289256,0.48347107,0.45041323,0.45454547,0.46280992,0.42561984,0.56198347,0.6404959,0.6652893,0.677686,0.6818182,0.6859504,0.70247936,0.74380165,0.76859504,0.76859504,0.6983471,0.607438,0.56198347,0.53305787,0.5206612,0.49173555,0.4752066,0.45454547,0.42975205,0.41322315,0.4214876,0.41735536,0.446281,0.45454547,0.49173555,0.48347107,0.5041322,0.5413223,0.60330576,0.6446281,0.6859504,0.6983471,0.7066116,0.70247936,0.6942149,0.6818182,0.6652893,0.6570248,0.6198347,0.57024795,0.53305787,0.49173555,0.48347107,0.46694216,0.42975205,0.42975205,0.44214877,0.45454547,0.47933885,0.49586776,0.5123967,0.5247934,0.5247934,0.5206612,0.49586776,0.46280992,0.47933885,0.49173555,0.5041322,0.47107437,0.45041323,0.45454547,0.46280992,0.446281,0.59090906,0.6404959,0.6652893,0.677686,0.69008267,0.6983471,0.71900827,0.74380165,0.73966944,0.6528926,0.60330576,0.55785125,0.59504133,0.59917355,0.59504133,0.59090906,0.5661157,0.5165289,0.48347107,0.44214877,0.45041323,0.44214877,0.45454547,0.4752066,0.47107437,0.48347107,0.49173555,0.5123967,0.56198347,0.6198347,0.6487603,0.6694215,0.6818182,0.6652893,0.6694215,0.6404959,0.61570245,0.59504133,0.5495868,0.5165289,0.446281,0.446281,0.43801653,0.446281,0.42561984,0.42975205,0.446281,0.45454547,0.5,0.5165289,0.5495868,0.57438016,0.59917355,0.56198347,0.553719,0.53305787,0.4876033,0.46694216,0.46694216,0.45867768,0.45867768,0.45867768,0.46694216,0.4338843,0.6198347,0.6570248,0.661157,0.6818182,0.6942149,0.7231405,0.7107438,0.70247936,0.6570248,0.61157024,0.607438,0.6322314,0.6694215,0.661157,0.6528926,0.6652893,0.6280992,0.5495868,0.49173555,0.43801653,0.43801653,0.42975205,0.43801653,0.45041323,0.45454547,0.446281,0.45041323,0.47933885,0.5247934,0.59504133,0.6280992,0.6570248,0.6735537,0.6694215,0.6528926,0.62396693,0.59917355,0.5413223,0.48347107,0.43801653,0.42975205,0.446281,0.446281,0.45041323,0.4338843,0.4338843,0.4338843,0.45454547,0.4752066,0.49586776,0.5289256,0.59090906,0.6528926,0.6446281,0.5661157,0.57024795,0.5371901,0.4876033,0.45867768,0.44214877,0.45454547,0.47933885,0.48347107,0.45454547,0.6363636,0.661157,0.6694215,0.69008267,0.69008267,0.6983471,0.6694215,0.6322314,0.6322314,0.6363636,0.6694215,0.677686,0.71487606,0.6983471,0.6983471,0.6487603,0.59504133,0.553719,0.5082645,0.45454547,0.42975205,0.4090909,0.41322315,0.42561984,0.45454547,0.446281,0.43801653,0.44214877,0.49586776,0.58677685,0.6404959,0.677686,0.7066116,0.70247936,0.677686,0.6322314,0.57438016,0.5,0.45041323,0.4338843,0.45041323,0.446281,0.45454547,0.44214877,0.46280992,0.5123967,0.5413223,0.59090906,0.553719,0.5413223,0.58677685,0.54545456,0.5413223,0.61570245,0.5785124,0.56198347,0.54545456,0.5082645,0.45454547,0.43801653,0.42561984,0.4752066,0.4876033,0.46694216,0.6652893,0.677686,0.6818182,0.70247936,0.69008267,0.677686,0.661157,0.59504133,0.6487603,0.661157,0.677686,0.6859504,0.6983471,0.6570248,0.62396693,0.56198347,0.54545456,0.5495868,0.56198347,0.5041322,0.5,0.45867768,0.44214877,0.4090909,0.44214877,0.45454547,0.46694216,0.42561984,0.47107437,0.58264464,0.6735537,0.7231405,0.75619835,0.75619835,0.71900827,0.6735537,0.57024795,0.47933885,0.45041323,0.446281,0.45454547,0.45041323,0.44214877,0.45454547,0.46694216,0.47107437,0.45041323,0.39256197,0.3966942,0.43801653,0.5371901,0.53305787,0.5,0.5082645,0.5123967,0.5413223,0.5165289,0.49586776,0.47107437,0.45454547,0.43801653,0.46280992,0.48347107,0.4752066,0.6818182,0.6942149,0.6942149,0.6983471,0.677686,0.6280992,0.61157024,0.607438,0.61157024,0.62396693,0.6280992,0.6198347,0.553719,0.46694216,0.4752066,0.42561984,0.38842976,0.35950413,0.43801653,0.54545456,0.58677685,0.5,0.46694216,0.45867768,0.4338843,0.446281,0.47107437,0.45867768,0.47933885,0.60330576,0.71487606,0.78099173,0.8016529,0.79752064,0.75619835,0.6983471,0.5661157,0.48347107,0.45867768,0.44214877,0.43801653,0.4338843,0.43801653,0.46694216,0.5041322,0.45041323,0.5371901,0.338843,0.35950413,0.40495867,0.553719,0.553719,0.45867768,0.38842976,0.4214876,0.4876033,0.4876033,0.4752066,0.4752066,0.45454547,0.45041323,0.4752066,0.46280992,0.4752066,0.70247936,0.6983471,0.70247936,0.6942149,0.6652893,0.61570245,0.59090906,0.59090906,0.59504133,0.58264464,0.5413223,0.4752066,0.40082645,0.5,0.56198347,0.37603307,0.42975205,0.36363637,0.3966942,0.5785124,0.69008267,0.6942149,0.5123967,0.45041323,0.48347107,0.4752066,0.4752066,0.4876033,0.5495868,0.6363636,0.75206614,0.80991733,0.8264463,0.8181818,0.7892562,0.70247936,0.5495868,0.5082645,0.47107437,0.45867768,0.44214877,0.43801653,0.42975205,0.5371901,0.6322314,0.446281,0.3966942,0.25619835,0.29338843,0.3966942,0.49173555,0.6198347,0.54545456,0.36363637,0.3305785,0.40495867,0.46694216,0.48347107,0.47933885,0.4752066,0.4752066,0.4752066,0.4752066,0.46694216,0.71900827,0.677686,0.70247936,0.6818182,0.661157,0.6363636,0.60330576,0.59090906,0.58264464,0.5371901,0.4752066,0.38429752,0.41735536,0.60330576,0.5,0.3966942,0.27272728,0.23553719,0.29752067,0.5,0.6404959,0.7231405,0.6528926,0.45867768,0.446281,0.5413223,0.59090906,0.57438016,0.6322314,0.69008267,0.7768595,0.8181818,0.8181818,0.8264463,0.7933884,0.6983471,0.5661157,0.5206612,0.5247934,0.5371901,0.47107437,0.4090909,0.46694216,0.6570248,0.6859504,0.5123967,0.3677686,0.2231405,0.27272728,0.39256197,0.48347107,0.58264464,0.5661157,0.45867768,0.35123968,0.38842976,0.43801653,0.46280992,0.49586776,0.49586776,0.49586776,0.4876033,0.48347107,0.4752066,0.70247936,0.7107438,0.6942149,0.6818182,0.6694215,0.6487603,0.61570245,0.59504133,0.57024795,0.5165289,0.4752066,0.4752066,0.5247934,0.6404959,0.57438016,0.42975205,0.40082645,0.30578512,0.39256197,0.5082645,0.6322314,0.70247936,0.6404959,0.5785124,0.5413223,0.62396693,0.7231405,0.71900827,0.7107438,0.73140496,0.78099173,0.8057851,0.80991733,0.8057851,0.79752064,0.71487606,0.5785124,0.55785125,0.58264464,0.6487603,0.62396693,0.5785124,0.58264464,0.6859504,0.75619835,0.62396693,0.5247934,0.42561984,0.4214876,0.48347107,0.57438016,0.6280992,0.59917355,0.5289256,0.45867768,0.42975205,0.4338843,0.46280992,0.5,0.5123967,0.5,0.49586776,0.5,0.47933885,0.6983471,0.70247936,0.69008267,0.6942149,0.69008267,0.677686,0.6570248,0.61570245,0.55785125,0.5495868,0.5785124,0.5371901,0.59917355,0.6652893,0.71487606,0.6322314,0.6363636,0.54545456,0.5495868,0.6198347,0.6942149,0.7107438,0.6528926,0.661157,0.7231405,0.69008267,0.6818182,0.74380165,0.74380165,0.73140496,0.78512394,0.8016529,0.79752064,0.8016529,0.7892562,0.71900827,0.58677685,0.59917355,0.61570245,0.6735537,0.76859504,0.77272725,0.71487606,0.6818182,0.7107438,0.7066116,0.6322314,0.59090906,0.5785124,0.60330576,0.6446281,0.60330576,0.55785125,0.5082645,0.5,0.5,0.45867768,0.49173555,0.5082645,0.5371901,0.53305787,0.5041322,0.49173555,0.48347107,0.6818182,0.6983471,0.69008267,0.7066116,0.71487606,0.7066116,0.69008267,0.6570248,0.60330576,0.6446281,0.6818182,0.59504133,0.59917355,0.6322314,0.6570248,0.677686,0.6818182,0.6735537,0.62396693,0.59504133,0.61157024,0.61570245,0.58677685,0.59917355,0.6322314,0.58264464,0.6363636,0.74793386,0.72727275,0.74380165,0.79752064,0.79752064,0.78512394,0.7933884,0.7768595,0.7066116,0.59090906,0.5785124,0.6404959,0.59917355,0.607438,0.61157024,0.59504133,0.57024795,0.59090906,0.61157024,0.58677685,0.57024795,0.553719,0.54545456,0.553719,0.553719,0.5082645,0.4876033,0.5041322,0.5206612,0.5082645,0.5413223,0.54545456,0.5661157,0.5661157,0.5289256,0.5,0.47933885,0.677686,0.6859504,0.69008267,0.71900827,0.71900827,0.72727275,0.71900827,0.69008267,0.6818182,0.7066116,0.7066116,0.661157,0.6280992,0.61570245,0.61570245,0.61157024,0.58677685,0.59090906,0.59504133,0.57438016,0.53305787,0.5165289,0.5,0.5,0.53305787,0.57438016,0.71487606,0.75619835,0.6942149,0.71900827,0.8016529,0.8016529,0.78512394,0.7892562,0.76859504,0.6942149,0.58677685,0.57024795,0.6404959,0.6694215,0.6446281,0.607438,0.55785125,0.5165289,0.5,0.5247934,0.53305787,0.57024795,0.56198347,0.5371901,0.5123967,0.5082645,0.4876033,0.4876033,0.5289256,0.5371901,0.5495868,0.5661157,0.5785124,0.59090906,0.57438016,0.5371901,0.49586776,0.47107437,0.661157,0.677686,0.6942149,0.73140496,0.6983471,0.71900827,0.71487606,0.7231405,0.7355372,0.73966944,0.72727275,0.71487606,0.6818182,0.62396693,0.59090906,0.59090906,0.5785124,0.57024795,0.553719,0.5289256,0.4876033,0.49586776,0.5289256,0.5661157,0.60330576,0.7107438,0.74793386,0.73140496,0.677686,0.6983471,0.78512394,0.8057851,0.7892562,0.78099173,0.7644628,0.677686,0.57438016,0.5413223,0.59917355,0.69008267,0.6818182,0.661157,0.61157024,0.57438016,0.53305787,0.49173555,0.45454547,0.49173555,0.5247934,0.5123967,0.5082645,0.5,0.5123967,0.553719,0.5785124,0.59090906,0.59090906,0.59504133,0.59504133,0.61570245,0.59504133,0.5413223,0.4876033,0.46694216,0.6363636,0.6652893,0.6983471,0.73140496,0.6983471,0.6942149,0.71900827,0.75206614,0.76859504,0.76033056,0.74380165,0.75206614,0.74380165,0.6735537,0.6322314,0.61157024,0.59917355,0.57438016,0.55785125,0.56198347,0.57024795,0.5785124,0.61570245,0.6570248,0.7231405,0.7644628,0.74793386,0.6983471,0.6694215,0.70247936,0.78512394,0.8057851,0.7933884,0.78099173,0.75206614,0.6528926,0.56198347,0.5289256,0.5495868,0.6487603,0.6735537,0.6983471,0.6735537,0.6322314,0.59917355,0.61157024,0.61157024,0.59504133,0.607438,0.607438,0.61570245,0.61157024,0.607438,0.6280992,0.6322314,0.6198347,0.6404959,0.6404959,0.61570245,0.6198347,0.60330576,0.5413223,0.5,0.46280992,0.61570245,0.6528926,0.69008267,0.7066116,0.6859504,0.6818182,0.73966944,0.77272725,0.7892562,0.7768595,0.7644628,0.75619835,0.76859504,0.77272725,0.75619835,0.74793386,0.7231405,0.70247936,0.6570248,0.6322314,0.6280992,0.62396693,0.6942149,0.74793386,0.76859504,0.7644628,0.72727275,0.6694215,0.6570248,0.7066116,0.7892562,0.8140496,0.7892562,0.7644628,0.73966944,0.6363636,0.54545456,0.5247934,0.5289256,0.59917355,0.6652893,0.71487606,0.7355372,0.7107438,0.6652893,0.6487603,0.6404959,0.6363636,0.6652893,0.6694215,0.6735537,0.6652893,0.6363636,0.6363636,0.661157,0.6487603,0.677686,0.6735537,0.6446281,0.61157024,0.5785124,0.5165289,0.49586776,0.446281,0.6198347,0.6528926,0.6694215,0.6983471,0.6942149,0.7066116,0.76033056,0.78512394,0.79752064,0.78099173,0.78512394,0.77272725,0.76859504,0.76033056,0.75206614,0.73966944,0.71900827,0.69008267,0.6570248,0.6446281,0.6735537,0.71900827,0.78512394,0.7892562,0.76859504,0.74380165,0.6942149,0.661157,0.6446281,0.71900827,0.79752064,0.8181818,0.8016529,0.75619835,0.71900827,0.62396693,0.5413223,0.5206612,0.5247934,0.57438016,0.6280992,0.69008267,0.73966944,0.75206614,0.73966944,0.71487606,0.6735537,0.6487603,0.6487603,0.6570248,0.661157,0.6570248,0.6487603,0.6570248,0.677686,0.6942149,0.70247936,0.6942149,0.661157,0.60330576,0.56198347,0.5206612,0.4876033,0.43801653,0.58677685,0.6404959,0.6487603,0.6859504,0.6983471,0.72727275,0.7644628,0.78512394,0.79752064,0.7892562,0.7768595,0.77272725,0.77272725,0.7644628,0.74793386,0.71487606,0.6983471,0.6818182,0.69008267,0.7231405,0.7644628,0.79752064,0.7933884,0.78099173,0.75206614,0.73140496,0.677686,0.6652893,0.661157,0.75206614,0.8181818,0.822314,0.8016529,0.77272725,0.73140496,0.6528926,0.56198347,0.5165289,0.5165289,0.553719,0.59090906,0.6570248,0.7066116,0.74380165,0.76033056,0.75206614,0.73140496,0.7107438,0.6652893,0.6818182,0.6983471,0.69008267,0.6983471,0.71487606,0.71900827,0.7231405,0.71487606,0.6818182,0.6487603,0.59090906,0.553719,0.5123967,0.4876033,0.4338843,0.59917355,0.6404959,0.6528926,0.6652893,0.6859504,0.71487606,0.75206614,0.78099173,0.78512394,0.7892562,0.78512394,0.77272725,0.77272725,0.76859504,0.75619835,0.7355372,0.7355372,0.73140496,0.75619835,0.7892562,0.8057851,0.8016529,0.78099173,0.7644628,0.7355372,0.71487606,0.6694215,0.6528926,0.6818182,0.75619835,0.8305785,0.8347107,0.80991733,0.78099173,0.75619835,0.6942149,0.59504133,0.5041322,0.5,0.5289256,0.57438016,0.62396693,0.6983471,0.71487606,0.74380165,0.75619835,0.75619835,0.75206614,0.7355372,0.7231405,0.7066116,0.7231405,0.7107438,0.7231405,0.7231405,0.71900827,0.7107438,0.6570248,0.62396693,0.58677685,0.5413223,0.5,0.46694216,0.446281,0.607438,0.6280992,0.6487603,0.6528926,0.6735537,0.6859504,0.72727275,0.74793386,0.76859504,0.7768595,0.7768595,0.76859504,0.7644628,0.77272725,0.75619835,0.76033056,0.77272725,0.77272725,0.8016529,0.8057851,0.79752064,0.78099173,0.7644628,0.75206614,0.73140496,0.6942149,0.6446281,0.6446281,0.69008267,0.76859504,0.838843,0.8429752,0.8181818,0.7892562,0.7644628,0.7231405,0.6404959,0.5165289,0.47933885,0.5123967,0.553719,0.60330576,0.661157,0.6859504,0.7231405,0.73966944,0.75619835,0.75619835,0.76033056,0.75206614,0.73966944,0.7355372,0.7231405,0.7107438,0.69008267,0.6694215,0.6652893,0.6198347,0.56198347,0.5495868,0.5247934,0.5,0.45867768,0.446281,0.6198347,0.62396693,0.61157024,0.6487603,0.6446281,0.6487603,0.6735537,0.7107438,0.73966944,0.74793386,0.75619835,0.77272725,0.76859504,0.77272725,0.77272725,0.78512394,0.7892562,0.7933884,0.79752064,0.79752064,0.78099173,0.7644628,0.75206614,0.74793386,0.6983471,0.661157,0.6280992,0.6528926,0.7066116,0.77272725,0.8471074,0.8512397,0.8181818,0.79752064,0.78099173,0.7355372,0.6322314,0.5371901,0.45867768,0.48347107,0.53305787,0.58677685,0.6446281,0.6652893,0.7066116,0.73140496,0.73140496,0.72727275,0.7231405,0.74380165,0.7355372,0.71487606,0.70247936,0.7066116,0.6652893,0.62396693,0.61157024,0.58264464,0.5495868,0.5371901,0.5082645,0.49173555,0.46694216,0.4338843,0.6280992,0.6404959,0.61157024,0.6280992,0.6404959,0.6404959,0.6487603,0.6694215,0.6859504,0.6983471,0.73140496,0.74380165,0.75206614,0.7644628,0.77272725,0.7768595,0.7933884,0.7933884,0.78512394,0.77272725,0.76033056,0.74793386,0.73966944,0.71487606,0.6652893,0.6363636,0.6322314,0.6652893,0.70247936,0.76033056,0.8347107,0.8347107,0.8016529,0.7892562,0.77272725,0.71487606,0.61570245,0.5165289,0.4876033,0.47933885,0.5082645,0.57024795,0.62396693,0.6652893,0.6859504,0.71900827,0.7231405,0.71487606,0.70247936,0.7107438,0.7231405,0.6983471,0.661157,0.6735537,0.6446281,0.60330576,0.57438016,0.55785125,0.5289256,0.5165289,0.49173555,0.49173555,0.46280992,0.4214876,0.6322314,0.6404959,0.6322314,0.607438,0.62396693,0.62396693,0.62396693,0.62396693,0.6322314,0.62396693,0.6652893,0.6694215,0.70247936,0.72727275,0.74380165,0.7644628,0.78099173,0.7768595,0.7644628,0.75206614,0.74380165,0.7355372,0.71487606,0.6942149,0.6198347,0.6280992,0.6528926,0.6570248,0.6735537,0.71900827,0.7933884,0.8057851,0.76033056,0.73966944,0.6983471,0.6404959,0.55785125,0.48347107,0.5041322,0.5123967,0.47933885,0.5413223,0.607438,0.6570248,0.677686,0.7107438,0.7107438,0.7066116,0.6983471,0.69008267,0.677686,0.6818182,0.6322314,0.62396693,0.5785124,0.5661157,0.5371901,0.5247934,0.5082645,0.49586776,0.47933885,0.47933885,0.45867768,0.42561984,0.62396693,0.6404959,0.6404959,0.61570245,0.61570245,0.6198347,0.6198347,0.59504133,0.60330576,0.59917355,0.59090906,0.6487603,0.6983471,0.7107438,0.72727275,0.75619835,0.7644628,0.76033056,0.75206614,0.73140496,0.72727275,0.7107438,0.69008267,0.6528926,0.60330576,0.6404959,0.6487603,0.60330576,0.59504133,0.62396693,0.7231405,0.73966944,0.6735537,0.6280992,0.57024795,0.5,0.45454547,0.4338843,0.46280992,0.5247934,0.49173555,0.5041322,0.59090906,0.6404959,0.6652893,0.6859504,0.69008267,0.6859504,0.6942149,0.6652893,0.6528926,0.6528926,0.6280992,0.5661157,0.56198347,0.53305787,0.5123967,0.5041322,0.5,0.5,0.48347107,0.4752066,0.44214877,0.41735536,0.60330576,0.6404959,0.6322314,0.6198347,0.6198347,0.61570245,0.61570245,0.607438,0.61570245,0.6198347,0.6322314,0.6363636,0.677686,0.7107438,0.7231405,0.73966944,0.74380165,0.74793386,0.7355372,0.71487606,0.71900827,0.70247936,0.6652893,0.62396693,0.61157024,0.6198347,0.61157024,0.49586776,0.45867768,0.49586776,0.5785124,0.59090906,0.5371901,0.4876033,0.44214877,0.38016528,0.3140496,0.3429752,0.4090909,0.4876033,0.48347107,0.47933885,0.57024795,0.61570245,0.6487603,0.6404959,0.661157,0.6528926,0.6859504,0.6570248,0.6487603,0.62396693,0.59917355,0.56198347,0.53305787,0.5289256,0.5,0.49586776,0.5,0.49173555,0.4876033,0.47107437,0.43801653,0.41322315,0.57024795,0.62396693,0.6280992,0.607438,0.61157024,0.6198347,0.59917355,0.60330576,0.61157024,0.62396693,0.62396693,0.6363636,0.6487603,0.6859504,0.7066116,0.71487606,0.71900827,0.71900827,0.7066116,0.7107438,0.69008267,0.6735537,0.6487603,0.61157024,0.59090906,0.56198347,0.45867768,0.338843,0.23140496,0.3305785,0.4090909,0.42561984,0.3966942,0.35950413,0.3677686,0.27272728,0.16115703,0.17768595,0.30165288,0.4090909,0.45041323,0.45454547,0.553719,0.59504133,0.6198347,0.6280992,0.6280992,0.6363636,0.6570248,0.6487603,0.6198347,0.59504133,0.57438016,0.5165289,0.5,0.5206612,0.5,0.49173555,0.48347107,0.49173555,0.4876033,0.46694216,0.45041323,0.41735536,0.5413223,0.61570245,0.61570245,0.6280992,0.61570245,0.62396693,0.59504133,0.61157024,0.59917355,0.61570245,0.61570245,0.6198347,0.6528926,0.6694215,0.677686,0.69008267,0.71487606,0.70247936,0.6942149,0.69008267,0.6694215,0.6528926,0.6446281,0.61157024,0.5495868,0.45454547,0.35123968,0.21487603,0.14049587,0.2107438,0.30578512,0.3305785,0.338843,0.3305785,0.29338843,0.23553719,0.15289256,0.1570248,0.23140496,0.3429752,0.40495867,0.42975205,0.53305787,0.58677685,0.59504133,0.61157024,0.62396693,0.60330576,0.6198347,0.59917355,0.60330576,0.5661157,0.5495868,0.5082645,0.5,0.5247934,0.49173555,0.4876033,0.47933885,0.48347107,0.4876033,0.44214877,0.4338843,0.40495867,0.5082645,0.58677685,0.61157024,0.6322314,0.6446281,0.62396693,0.61570245,0.61157024,0.59504133,0.58677685,0.607438,0.61157024,0.6446281,0.661157,0.6570248,0.6694215,0.6694215,0.6859504,0.6694215,0.6570248,0.6528926,0.6446281,0.6487603,0.6322314,0.5206612,0.39256197,0.33471075,0.28099173,0.2231405,0.27272728,0.30165288,0.3181818,0.338843,0.338843,0.34710744,0.3264463,0.2768595,0.26859504,0.2768595,0.30991736,0.38016528,0.44214877,0.49586776,0.57024795,0.5785124,0.57024795,0.58264464,0.58264464,0.60330576,0.58677685,0.57438016,0.5495868,0.5289256,0.5123967,0.5082645,0.49586776,0.48347107,0.47107437,0.49586776,0.48347107,0.48347107,0.43801653,0.41735536,0.3677686,0.45867768,0.54545456,0.59504133,0.61570245,0.62396693,0.6322314,0.6198347,0.59917355,0.607438,0.59090906,0.607438,0.6198347,0.6198347,0.6446281,0.6528926,0.6570248,0.6487603,0.6652893,0.6446281,0.6280992,0.6363636,0.6363636,0.6652893,0.6528926,0.59917355,0.43801653,0.3677686,0.3677686,0.37190083,0.37603307,0.35950413,0.35123968,0.35123968,0.3553719,0.3966942,0.39256197,0.3553719,0.33471075,0.34710744,0.38429752,0.4338843,0.46280992,0.49173555,0.5413223,0.55785125,0.54545456,0.553719,0.56198347,0.57438016,0.57438016,0.56198347,0.5289256,0.5123967,0.5123967,0.5082645,0.5041322,0.48347107,0.47933885,0.49586776,0.48347107,0.47107437,0.44214877,0.40082645,0.3305785,0.38842976,0.5289256,0.57024795,0.58677685,0.61157024,0.6198347,0.6198347,0.607438,0.607438,0.607438,0.607438,0.6280992,0.62396693,0.6363636,0.6363636,0.6570248,0.6363636,0.6322314,0.6198347,0.61570245,0.62396693,0.6528926,0.6694215,0.6652893,0.6528926,0.59090906,0.5082645,0.49586776,0.4876033,0.47933885,0.45454547,0.42975205,0.3966942,0.37603307,0.35950413,0.38016528,0.3677686,0.3429752,0.37190083,0.42975205,0.46280992,0.4752066,0.47933885,0.5082645,0.53305787,0.5371901,0.5371901,0.54545456,0.54545456,0.5495868,0.5371901,0.5247934,0.5165289,0.5041322,0.5,0.5123967,0.49173555,0.4876033,0.5041322,0.46694216,0.45454547,0.41735536,0.37190083,0.33471075,0.3553719,0.46280992,0.53305787,0.5661157,0.58677685,0.60330576,0.61570245,0.6198347,0.6198347,0.58677685,0.58264464,0.59504133,0.6280992,0.6322314,0.6280992,0.6404959,0.607438,0.607438,0.60330576,0.60330576,0.6363636,0.6528926,0.6528926,0.6735537,0.6487603,0.6404959,0.59090906,0.55785125,0.5289256,0.56198347,0.5,0.5371901,0.46280992,0.39256197,0.38429752,0.37603307,0.37603307,0.35123968,0.35950413,0.38016528,0.4338843,0.47107437,0.4752066,0.49586776,0.5041322,0.5206612,0.5206612,0.5371901,0.5289256,0.53305787,0.5371901,0.5206612,0.5247934,0.5123967,0.49586776,0.5041322,0.49586776,0.4876033,0.49173555,0.45041323,0.45041323,0.40495867,0.338843,0.29752067,0.32231405,0.40495867,0.5,0.53305787,0.5661157,0.58264464,0.61157024,0.6198347,0.6198347,0.59090906,0.5785124,0.59090906,0.61157024,0.6322314,0.6198347,0.607438,0.59917355,0.59917355,0.59090906,0.59917355,0.6363636,0.6404959,0.6446281,0.6570248,0.6404959,0.62396693,0.553719,0.53305787,0.53305787,0.54545456,0.5371901,0.5247934,0.47933885,0.43801653,0.46694216,0.42561984,0.41322315,0.38016528,0.38842976,0.34710744,0.37190083,0.42561984,0.45867768,0.4752066,0.47933885,0.49586776,0.5165289,0.5206612,0.5206612,0.5206612,0.5082645,0.5247934,0.5165289,0.5247934,0.5041322,0.5041322,0.5,0.4752066,0.47933885,0.42975205,0.41322315,0.3677686,0.30991736,0.2603306,0.33471075,0.39256197,0.47107437,0.5123967,0.5247934,0.5495868,0.58677685,0.6198347,0.61157024,0.61157024,0.59917355,0.60330576,0.607438,0.6198347,0.61570245,0.61157024,0.62396693,0.61157024,0.58677685,0.60330576,0.6322314,0.6363636,0.6280992,0.62396693,0.60330576,0.58677685,0.553719,0.5371901,0.5206612,0.56198347,0.5495868,0.5247934,0.45867768,0.43801653,0.49173555,0.48347107,0.43801653,0.42561984,0.38842976,0.35950413,0.3553719,0.38429752,0.42975205,0.45867768,0.45867768,0.49586776,0.4876033,0.5165289,0.5041322,0.5123967,0.5165289,0.5165289,0.5206612,0.5206612,0.5082645,0.5041322,0.5,0.46694216,0.4752066,0.42975205,0.40082645,0.34710744,0.29752067,0.2603306,0.3553719,0.37603307,0.446281,0.48347107,0.4876033,0.4876033,0.553719,0.59504133,0.61570245,0.61570245,0.61157024,0.607438,0.60330576,0.61570245,0.61157024,0.607438,0.60330576,0.61157024,0.58677685,0.59504133,0.6280992,0.62396693,0.607438,0.59090906,0.55785125,0.5165289,0.5,0.53305787,0.5041322,0.53305787,0.5371901,0.5123967,0.43801653,0.43801653,0.45867768,0.48347107,0.46694216,0.43801653,0.44214877,0.40495867,0.38842976,0.38842976,0.3966942,0.4338843,0.46694216,0.47933885,0.48347107,0.49173555,0.5041322,0.5123967,0.5082645,0.5206612,0.5165289,0.5247934,0.5041322,0.49173555,0.5,0.47107437,0.45867768,0.42561984,0.38429752,0.3264463,0.28512397,0.2603306,0.338843,0.338843,0.41735536,0.43801653,0.46280992,0.45454547,0.5,0.55785125,0.60330576,0.607438,0.60330576,0.60330576,0.607438,0.61157024,0.607438,0.59917355,0.607438,0.59090906,0.58677685,0.60330576,0.61157024,0.60330576,0.59090906,0.56198347,0.5495868,0.5206612,0.45867768,0.48347107,0.46280992,0.4876033,0.5082645,0.47107437,0.39256197,0.42561984,0.44214877,0.46280992,0.41735536,0.37603307,0.41735536,0.45454547,0.41735536,0.41735536,0.3966942,0.40495867,0.45867768,0.45867768,0.4876033,0.48347107,0.49586776,0.5082645,0.5082645,0.5206612,0.5289256,0.5123967,0.5041322,0.47107437,0.46280992,0.42975205,0.42561984,0.41735536,0.3553719,0.29752067,0.26859504,0.25619835,0.3553719,0.338843,0.38016528,0.42561984,0.45454547,0.42561984,0.45867768,0.5165289,0.56198347,0.57024795,0.58264464,0.59504133,0.6322314,0.59917355,0.5785124,0.58677685,0.607438,0.5785124,0.58264464,0.60330576,0.59504133,0.60330576,0.58677685,0.553719,0.5413223,0.5495868,0.48347107,0.42561984,0.4338843,0.4338843,0.45454547,0.42561984,0.35123968,0.36363637,0.40082645,0.37190083,0.338843,0.3140496,0.35950413,0.44214877,0.446281,0.4338843,0.40082645,0.38842976,0.42561984,0.446281,0.45867768,0.4876033,0.48347107,0.5082645,0.5123967,0.5206612,0.5247934,0.5041322,0.47107437,0.46280992,0.42561984,0.40495867,0.3966942,0.38429752,0.33471075,0.28512397,0.2603306,0.23966943,0.34710744,0.29752067,0.33471075,0.3966942,0.42975205,0.4338843,0.446281,0.46694216,0.5041322,0.53305787,0.553719,0.59504133,0.6280992,0.61157024,0.5495868,0.5785124,0.61570245,0.59917355,0.59504133,0.59917355,0.57024795,0.55785125,0.58264464,0.5371901,0.5082645,0.49173555,0.43801653,0.35950413,0.38842976,0.38842976,0.37603307,0.3677686,0.29752067,0.32231405,0.29752067,0.3140496,0.2768595,0.2520661,0.30165288,0.38842976,0.38842976,0.40495867,0.38842976,0.37603307,0.40495867,0.40495867,0.4338843,0.4752066,0.46694216,0.5082645,0.5082645,0.5206612,0.5206612,0.49173555,0.45867768,0.43801653,0.41322315,0.38842976,0.3553719,0.338843,0.3305785,0.2768595,0.26859504,0.25619835,0.32231405,0.28512397,0.30578512,0.33471075,0.4338843,0.4338843,0.41322315,0.42561984,0.45041323,0.49586776,0.5371901,0.5785124,0.62396693,0.61157024,0.59504133,0.59504133,0.59917355,0.607438,0.59504133,0.57438016,0.5082645,0.5289256,0.553719,0.5289256,0.45454547,0.4214876,0.3677686,0.2520661,0.29752067,0.28512397,0.32231405,0.29752067,0.2603306,0.2644628,0.2768595,0.29338843,0.24380165,0.19421488,0.23966943,0.28512397,0.3140496,0.33471075,0.338843,0.37190083,0.39256197,0.36363637,0.38016528,0.446281,0.45867768,0.5082645,0.5041322,0.5123967,0.5082645,0.47933885,0.45867768,0.40495867,0.40082645,0.40082645,0.33471075,0.2892562,0.27272728,0.25619835,0.2644628,0.23553719,0.30165288,0.30578512,0.25619835,0.29338843,0.41322315,0.4214876,0.3677686,0.3966942,0.40495867,0.46694216,0.5123967,0.5495868,0.5785124,0.60330576,0.6198347,0.607438,0.5785124,0.5785124,0.57024795,0.53305787,0.4876033,0.47107437,0.46694216,0.45041323,0.38842976,0.338843,0.30578512,0.20661157,0.19008264,0.18181819,0.21487603,0.20661157,0.16115703,0.14876033,0.17768595,0.23140496,0.17355372,0.12809917,0.17768595,0.23553719,0.2768595,0.2892562,0.30991736,0.37603307,0.38429752,0.35123968,0.35123968,0.40495867,0.45867768,0.48347107,0.5123967,0.5082645,0.49586776,0.45867768,0.45867768,0.4338843,0.38016528,0.40082645,0.3264463,0.25619835,0.21900827,0.23553719,0.24793388,0.23140496,0.27272728,0.30991736,0.23553719,0.29338843,0.40082645,0.40082645,0.35950413,0.3677686,0.38016528,0.43801653,0.47933885,0.5082645,0.5082645,0.55785125,0.59504133,0.59504133,0.58264464,0.553719,0.5082645,0.47107437,0.45041323,0.4214876,0.3966942,0.30165288,0.25619835,0.23966943,0.19421488,0.1694215,0.1570248,0.11983471,0.1322314,0.14049587,0.1322314,0.1322314,0.11983471,0.16115703,0.1570248,0.11570248,0.12809917,0.14049587,0.1694215,0.24380165,0.27272728,0.3553719,0.34710744,0.338843,0.33471075,0.38016528,0.4214876,0.45041323,0.49586776,0.46280992,0.4876033,0.446281,0.41322315,0.44214877,0.40495867,0.3553719,0.2892562,0.2644628,0.21487603,0.2107438,0.22727273,0.23140496,0.25619835,0.29338843,0.2644628,0.3140496,0.38429752,0.38016528,0.35123968,0.35123968,0.32231405,0.38016528,0.45867768,0.45454547,0.45867768,0.5123967,0.5495868,0.5785124,0.58677685,0.53305787,0.4752066,0.4338843,0.4090909,0.40082645,0.34710744,0.18595041,0.09917355,0.12809917,0.12396694,0.15289256,0.1570248,0.15289256,0.16115703,0.16115703,0.1570248,0.15289256,0.1446281,0.16115703,0.17768595,0.16528925,0.17768595,0.14876033,0.09917355,0.12396694,0.18181819,0.26859504,0.30578512,0.3264463,0.3264463,0.35123968,0.3553719,0.41735536,0.45454547,0.43801653,0.446281,0.446281,0.39256197,0.42561984,0.38842976,0.3140496,0.25619835,0.26859504,0.22727273,0.2231405,0.20661157,0.20247933,0.24793388,0.2644628,0.2644628,0.28099173,0.3181818,0.33471075,0.3140496,0.32231405,0.30578512,0.35950413,0.40082645,0.39256197,0.4214876,0.47933885,0.5082645,0.5082645,0.5371901,0.46694216,0.43801653,0.4214876,0.38429752,0.38016528,0.2644628,0.12809917,0.07438017,0.06198347,0.09917355,0.1694215,0.20247933,0.2107438,0.20247933,0.20661157,0.20247933,0.18181819,0.19421488,0.20247933,0.22727273,0.23140496,0.21900827,0.17355372,0.10743801,0.07024793,0.10330579,0.18595041,0.24793388,0.3181818,0.3264463,0.30578512,0.34710744,0.37190083,0.40495867,0.40082645,0.4090909,0.38842976,0.3429752,0.39256197,0.3264463,0.24793388,0.2644628,0.23140496,0.2107438,0.2107438,0.1983471,0.19008264,0.24793388,0.22727273,0.24380165,0.23966943,0.29338843,0.30578512,0.30991736,0.2892562,0.3181818,0.3305785,0.3264463,0.34710744,0.40082645,0.4338843,0.446281,0.45454547,0.4876033,0.45867768,0.41322315,0.41735536,0.38429752,0.34710744,0.2520661,0.1446281,0.08677686,0.053719006,0.09917355,0.17355372,0.21900827,0.24380165,0.26859504,0.24380165,0.2520661,0.25619835,0.23553719,0.26859504,0.29338843,0.26859504,0.23553719,0.16115703,0.09504132,0.08264463,0.10743801,0.1694215,0.2520661,0.2892562,0.3305785,0.3140496,0.3264463,0.34710744,0.3677686,0.3553719,0.37603307,0.35123968,0.3140496,0.3181818,0.3140496,0.23553719,0.24380165,0.2231405,0.18595041,0.19008264,0.18181819,0.17355372,0.2644628,0.22727273,0.2520661,0.23553719,0.2768595,0.2892562,0.30991736,0.30578512,0.2892562,0.3305785,0.30578512,0.3429752,0.37603307,0.37603307,0.40495867,0.4338843,0.42975205,0.41322315,0.40082645,0.38016528,0.35123968,0.30578512,0.338843,0.26859504,0.14049587,0.1446281,0.11570248,0.1446281,0.19421488,0.22727273,0.2520661,0.23553719,0.28512397,0.2892562,0.2768595,0.28512397,0.29338843,0.2520661,0.25619835,0.17768595,0.08677686,0.11570248,0.16528925,0.2603306,0.2603306,0.2892562,0.3264463,0.3264463,0.3264463,0.34710744,0.338843,0.30991736,0.29752067,0.3429752,0.29338843,0.26859504,0.29338843,0.26859504,0.24793388,0.21900827,0.20661157,0.17768595,0.15289256,0.1694215,0.2520661,0.23966943,0.25619835,0.24380165,0.29338843,0.29752067,0.28099173,0.2644628,0.29752067,0.3140496,0.30578512,0.3305785,0.3429752,0.36363637,0.38429752,0.40495867,0.3966942,0.38842976,0.35950413,0.36363637,0.3305785,0.30578512,0.35123968,0.37190083,0.30991736,0.25619835,0.22727273,0.17768595,0.19421488,0.28512397,0.30165288,0.2768595,0.2520661,0.3140496,0.34710744,0.3553719,0.38429752,0.3264463,0.33471075,0.3140496,0.15289256,0.19008264,0.27272728,0.30991736,0.3140496,0.3181818,0.30578512,0.3264463,0.3181818,0.338843,0.338843,0.2644628,0.27272728,0.2892562,0.32231405,0.2644628,0.28099173,0.27272728,0.2603306,0.19008264,0.20661157,0.20247933,0.15289256,0.17355372,0.24380165,0.23140496,0.23966943,0.2603306,0.29338843,0.28512397,0.26859504,0.27272728,0.29338843,0.30165288,0.30578512,0.3140496,0.3305785,0.34710744,0.37190083,0.3966942,0.39256197,0.38016528,0.3553719,0.34710744,0.33471075,0.34710744,0.37190083,0.4090909,0.4090909,0.3677686,0.3677686,0.30991736,0.25619835,0.338843,0.3677686,0.4214876,0.3677686,0.38842976,0.48347107,0.44214877,0.45041323,0.4090909,0.36363637,0.34710744,0.23966943,0.30991736,0.3553719,0.34710744,0.3264463,0.3429752,0.28512397,0.2768595,0.3140496,0.29752067,0.3140496,0.28099173,0.24793388,0.24380165,0.29338843,0.28099173,0.2644628,0.2520661,0.24793388,0.1983471,0.16115703,0.2107438,0.19421488,0.1694215,0.2603306,0.23553719,0.22727273,0.23966943,0.2768595,0.24380165,0.26859504,0.25619835,0.2768595,0.30165288,0.29338843,0.30578512,0.3181818,0.3181818,0.36363637,0.40082645,0.40082645,0.38429752,0.35950413,0.34710744,0.38842976,0.3966942,0.39256197,0.43801653,0.45041323,0.4338843,0.47107437,0.44214877,0.41322315,0.3677686,0.35950413,0.43801653,0.45867768,0.3966942,0.4752066,0.43801653,0.42561984,0.39256197,0.33471075,0.3429752,0.38429752,0.40495867,0.3677686,0.38016528,0.36363637,0.3305785,0.29752067,0.22727273,0.28512397,0.3140496,0.338843,0.32231405,0.2603306,0.22727273,0.22727273,0.2768595,0.24793388,0.22727273,0.2107438,0.24380165,0.18595041,0.19421488,0.18595041,0.17768595,0.2644628,0.23966943,0.23966943,0.2231405,0.24793388,0.2603306,0.2520661,0.24380165,0.25619835,0.2768595,0.2892562,0.30165288,0.3264463,0.3305785,0.38842976,0.3966942,0.37603307,0.36363637,0.35123968,0.38429752,0.41322315,0.45454547,0.446281,0.46694216,0.49173555,0.4876033,0.5247934,0.59504133,0.59504133,0.49173555,0.42975205,0.43801653,0.45041323,0.41735536,0.45041323,0.4214876,0.3966942,0.39256197,0.40495867,0.45454547,0.46280992,0.3966942,0.37190083,0.41735536,0.3966942,0.338843,0.28099173,0.24793388,0.2644628,0.2892562,0.35950413,0.3553719,0.30578512,0.2644628,0.2107438,0.23140496,0.21487603,0.2107438,0.19421488,0.2231405,0.23140496,0.17768595,0.17355372,0.19008264,0.27272728,0.25619835,0.2231405,0.23966943,0.21900827,0.24380165,0.25619835,0.2520661,0.2603306,0.26859504,0.30578512,0.3305785,0.33471075,0.338843,0.3429752,0.36363637,0.40082645,0.37190083,0.38016528,0.40082645,0.45041323,0.48347107,0.5123967,0.5247934,0.54545456,0.553719,0.5289256,0.58677685,0.6404959,0.59090906,0.5371901,0.5082645,0.5247934,0.5289256,0.5041322,0.48347107,0.47107437,0.46694216,0.49173555,0.5082645,0.45867768,0.37190083,0.3966942,0.46280992,0.39256197,0.3429752,0.28099173,0.20247933,0.26859504,0.19421488,0.30578512,0.3181818,0.30165288,0.26859504,0.21487603,0.20247933,0.18595041,0.19008264,0.1570248,0.2107438,0.2231405,0.1983471,0.17768595,0.2107438,0.2603306,0.22727273,0.22727273,0.21487603,0.21900827,0.2644628,0.2892562,0.2768595,0.25619835,0.28099173,0.28512397,0.32231405,0.2768595,0.28512397,0.2892562,0.37603307,0.42975205,0.39256197,0.38429752,0.41322315,0.5041322,0.5123967,0.54545456,0.57024795,0.607438,0.58264464,0.5289256,0.5041322,0.54545456,0.57024795,0.5661157,0.57024795,0.5785124,0.58677685,0.59090906,0.5661157,0.5413223,0.5082645,0.48347107,0.46280992,0.41735536,0.38842976,0.44214877,0.5165289,0.37603307,0.35123968,0.3264463,0.23966943,0.2644628,0.22727273,0.2768595,0.2768595,0.29338843,0.25619835,0.23966943,0.21900827,0.18595041,0.20247933,0.17355372,0.21487603,0.20661157,0.1694215,0.17355372,0.1983471,0.3140496,0.23140496,0.1983471,0.18181819,0.21900827,0.23553719,0.27272728,0.28099173,0.22727273,0.2520661,0.2644628,0.24793388,0.24793388,0.26859504,0.27272728,0.36363637,0.4214876,0.3966942,0.35950413,0.36363637,0.46280992,0.47933885,0.56198347,0.57438016,0.607438,0.607438,0.57438016,0.5165289,0.49173555,0.47933885,0.5,0.5,0.5082645,0.5082645,0.5123967,0.5082645,0.49173555,0.45041323,0.42561984,0.4214876,0.41735536,0.446281,0.48347107,0.5413223,0.446281,0.33471075,0.35123968,0.30578512,0.27272728,0.2892562,0.2892562,0.24793388,0.2520661,0.25619835,0.24793388,0.22727273,0.19421488,0.21487603,0.17768595,0.21900827,0.19421488,0.16115703,0.16115703,0.20661157,0.3140496,0.21487603,0.19421488,0.18181819,0.20247933,0.21900827,0.23966943,0.23140496,0.23140496,0.20247933,0.22727273,0.21487603,0.24793388,0.23966943,0.28099173,0.33471075,0.4090909,0.3305785,0.30991736,0.32231405,0.3677686,0.45454547,0.5495868,0.56198347,0.5785124,0.62396693,0.61157024,0.58264464,0.55785125,0.49586776,0.45867768,0.41322315,0.42561984,0.42975205,0.42561984,0.42561984,0.45454547,0.4338843,0.41322315,0.48347107,0.47933885,0.47933885,0.5041322,0.47933885,0.5206612,0.39256197,0.338843,0.33471075,0.3140496,0.28512397,0.30991736,0.2768595,0.22727273,0.20247933,0.2107438,0.21900827,0.1983471,0.20661157,0.17355372,0.2107438,0.18595041,0.19008264,0.1694215,0.19008264,0.2768595,0.21487603,0.1983471,0.18595041,0.19421488,0.19008264,0.18181819,0.1983471,0.2231405,0.2107438,0.23553719,0.18595041,0.23553719,0.2520661,0.30165288,0.3264463,0.34710744,0.30165288,0.28512397,0.30165288,0.33471075,0.4214876,0.49173555,0.53305787,0.5413223,0.58677685,0.58264464,0.59917355,0.6280992,0.59917355,0.54545456,0.49173555,0.46694216,0.46280992,0.46694216,0.45041323,0.5041322,0.5289256,0.48347107,0.55785125,0.5289256,0.42975205,0.46280992,0.44214877,0.45867768,0.39256197,0.35950413,0.33471075,0.34710744,0.2603306,0.29752067,0.2892562,0.27272728,0.20661157,0.18595041,0.20247933,0.21900827,0.2107438,0.20247933,0.16115703,0.20247933,0.17355372,0.1570248,0.18181819,0.26859504,0.18181819,0.20247933,0.18181819,0.16528925,0.20247933,0.1694215,0.1694215,0.23553719,0.23140496,0.21900827,0.22727273,0.24793388,0.29752067,0.3181818,0.338843,0.3305785,0.28512397,0.29338843,0.3181818,0.35950413,0.38842976,0.4338843,0.44214877,0.47107437,0.5,0.49173555,0.5,0.54545456,0.5413223,0.5123967,0.5,0.4876033,0.53305787,0.5289256,0.5082645,0.5082645,0.57024795,0.5495868,0.5785124,0.5785124,0.42975205,0.38016528,0.37603307,0.40082645,0.38842976,0.37190083,0.3181818,0.35950413,0.29752067,0.28099173,0.29752067,0.30991736,0.2520661,0.20661157,0.2107438,0.21487603,0.1983471,0.21487603,0.1694215,0.16528925,0.15289256,0.1570248,0.1694215,0.26859504,0.1694215,0.2107438,0.20247933,0.12396694,0.23140496,0.19421488,0.20247933,0.20661157,0.25619835,0.25619835,0.27272728,0.26859504,0.34710744,0.34710744,0.34710744,0.37190083,0.35123968,0.33471075,0.34710744,0.37603307,0.40495867,0.4214876,0.4090909,0.4090909,0.4338843,0.4338843,0.446281,0.45041323,0.47107437,0.47107437,0.45041323,0.48347107,0.5289256,0.5041322,0.49173555,0.4752066,0.46694216,0.54545456,0.553719,0.57024795,0.4752066,0.38842976,0.3140496,0.36363637,0.41735536,0.338843,0.2644628,0.3264463,0.28099173,0.2644628,0.24380165,0.29752067,0.3181818,0.24793388,0.21900827,0.20661157,0.1570248,0.1694215,0.1983471,0.1570248,0.14049587,0.14876033,0.17355372,25 +0.78099173,0.7768595,0.77272725,0.76859504,0.7768595,0.7768595,0.78512394,0.78512394,0.7892562,0.78512394,0.78099173,0.77272725,0.77272725,0.77272725,0.7768595,0.77272725,0.76859504,0.76859504,0.76033056,0.76033056,0.75206614,0.75206614,0.76033056,0.76033056,0.76033056,0.75206614,0.75206614,0.74793386,0.73966944,0.74380165,0.73966944,0.74793386,0.75619835,0.74793386,0.74380165,0.72727275,0.71900827,0.71900827,0.71487606,0.70247936,0.6942149,0.677686,0.6528926,0.6363636,0.62396693,0.60330576,0.58677685,0.56198347,0.5495868,0.5413223,0.5247934,0.5371901,0.5,0.45041323,0.39256197,0.29752067,0.3140496,0.37603307,0.41322315,0.42975205,0.42975205,0.42975205,0.42975205,0.42975205,0.76859504,0.76859504,0.76859504,0.76033056,0.76859504,0.77272725,0.78512394,0.78512394,0.8016529,0.79752064,0.79752064,0.78099173,0.77272725,0.78099173,0.78512394,0.7768595,0.7768595,0.78099173,0.7768595,0.7768595,0.77272725,0.77272725,0.78099173,0.77272725,0.7644628,0.7644628,0.7644628,0.75619835,0.75619835,0.75619835,0.75206614,0.75619835,0.7644628,0.76033056,0.75206614,0.7355372,0.7355372,0.7355372,0.73140496,0.71487606,0.7107438,0.70247936,0.677686,0.6694215,0.661157,0.6322314,0.59504133,0.5785124,0.56198347,0.5495868,0.553719,0.54545456,0.5,0.46280992,0.38429752,0.29338843,0.3264463,0.3966942,0.39256197,0.41735536,0.41735536,0.41735536,0.41735536,0.41735536,0.76033056,0.76033056,0.7644628,0.76033056,0.76859504,0.76859504,0.78512394,0.7892562,0.79752064,0.7933884,0.8016529,0.78512394,0.78512394,0.78512394,0.7892562,0.78512394,0.78512394,0.7933884,0.78512394,0.7892562,0.7892562,0.7892562,0.7892562,0.78099173,0.7768595,0.78099173,0.78512394,0.7768595,0.77272725,0.7644628,0.76033056,0.76859504,0.7644628,0.77272725,0.74793386,0.74380165,0.74380165,0.74380165,0.74380165,0.7355372,0.72727275,0.7231405,0.7066116,0.6859504,0.6694215,0.6528926,0.61157024,0.58677685,0.58677685,0.57438016,0.58264464,0.5495868,0.5082645,0.47107437,0.40495867,0.29338843,0.32231405,0.3966942,0.40082645,0.4090909,0.4090909,0.4090909,0.4090909,0.4090909,0.74380165,0.73966944,0.75206614,0.75619835,0.75619835,0.76033056,0.7768595,0.78512394,0.7892562,0.78512394,0.79752064,0.7892562,0.79752064,0.7892562,0.7933884,0.79752064,0.8016529,0.79752064,0.79752064,0.79752064,0.79752064,0.7933884,0.7892562,0.7892562,0.7933884,0.7933884,0.7933884,0.78099173,0.78099173,0.77272725,0.7644628,0.7644628,0.77272725,0.76859504,0.75619835,0.76033056,0.75206614,0.74380165,0.74380165,0.75206614,0.74380165,0.73966944,0.72727275,0.6983471,0.6735537,0.6652893,0.6322314,0.59090906,0.607438,0.59504133,0.5785124,0.55785125,0.5,0.47933885,0.4090909,0.2768595,0.3140496,0.38429752,0.41322315,0.4090909,0.4090909,0.4090909,0.4090909,0.4090909,0.7355372,0.7355372,0.74380165,0.75206614,0.74793386,0.7644628,0.78099173,0.78512394,0.78512394,0.78512394,0.7933884,0.7892562,0.8016529,0.7892562,0.8016529,0.8057851,0.8057851,0.8016529,0.8016529,0.79752064,0.8057851,0.79752064,0.79752064,0.79752064,0.79752064,0.7933884,0.7892562,0.78512394,0.78099173,0.77272725,0.76033056,0.75619835,0.77272725,0.76859504,0.76033056,0.75206614,0.75206614,0.7355372,0.74793386,0.7644628,0.75206614,0.73966944,0.73140496,0.70247936,0.6735537,0.6735537,0.6487603,0.60330576,0.6198347,0.61570245,0.59090906,0.553719,0.5,0.4876033,0.40082645,0.2603306,0.3264463,0.38842976,0.4090909,0.41322315,0.41322315,0.41322315,0.41322315,0.41322315,0.7355372,0.73966944,0.73966944,0.74793386,0.75206614,0.77272725,0.78512394,0.7933884,0.78099173,0.78512394,0.7933884,0.7892562,0.8016529,0.8016529,0.8057851,0.8016529,0.80991733,0.8016529,0.79752064,0.79752064,0.8016529,0.8016529,0.79752064,0.7933884,0.7933884,0.7933884,0.7892562,0.78099173,0.77272725,0.75206614,0.75206614,0.75206614,0.77272725,0.7644628,0.75619835,0.73966944,0.74380165,0.74380165,0.75206614,0.75619835,0.74793386,0.73140496,0.71487606,0.6983471,0.6818182,0.6735537,0.6528926,0.6322314,0.6363636,0.6404959,0.607438,0.553719,0.5082645,0.49173555,0.40495867,0.24793388,0.35950413,0.3966942,0.41322315,0.41735536,0.41735536,0.41735536,0.41735536,0.41735536,0.72727275,0.72727275,0.74380165,0.74380165,0.74793386,0.76859504,0.78512394,0.7768595,0.78099173,0.78512394,0.79752064,0.7933884,0.79752064,0.8016529,0.8057851,0.79752064,0.8016529,0.79752064,0.79752064,0.7933884,0.7892562,0.78512394,0.78099173,0.7768595,0.77272725,0.7768595,0.76859504,0.7644628,0.75206614,0.7355372,0.7231405,0.73140496,0.75206614,0.74793386,0.73966944,0.72727275,0.71487606,0.72727275,0.73966944,0.7355372,0.73140496,0.71487606,0.6942149,0.6942149,0.6942149,0.677686,0.6487603,0.6487603,0.6322314,0.6404959,0.6198347,0.5661157,0.5371901,0.49586776,0.3966942,0.2520661,0.37190083,0.40082645,0.41735536,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.7066116,0.71487606,0.72727275,0.73966944,0.74380165,0.76033056,0.78099173,0.7768595,0.7892562,0.7892562,0.8016529,0.79752064,0.8057851,0.80991733,0.8057851,0.79752064,0.79752064,0.7933884,0.7933884,0.78099173,0.7768595,0.7768595,0.76859504,0.75619835,0.74380165,0.73966944,0.7355372,0.71900827,0.7107438,0.70247936,0.69008267,0.70247936,0.7231405,0.73140496,0.71900827,0.7066116,0.6859504,0.70247936,0.70247936,0.70247936,0.6818182,0.6652893,0.6694215,0.6735537,0.6694215,0.661157,0.6446281,0.6404959,0.6280992,0.6280992,0.607438,0.5785124,0.54545456,0.5206612,0.3966942,0.3181818,0.38429752,0.40495867,0.42561984,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.69008267,0.6942149,0.71900827,0.73966944,0.75206614,0.76033056,0.78099173,0.7892562,0.8016529,0.8016529,0.8140496,0.7933884,0.7892562,0.7892562,0.7768595,0.78099173,0.7768595,0.77272725,0.76033056,0.75206614,0.75206614,0.75206614,0.73966944,0.71487606,0.70247936,0.6818182,0.6652893,0.661157,0.6446281,0.61570245,0.6363636,0.6487603,0.6942149,0.6942149,0.6859504,0.661157,0.6487603,0.6570248,0.6570248,0.6446281,0.6198347,0.607438,0.61570245,0.61570245,0.62396693,0.6198347,0.60330576,0.59917355,0.59504133,0.59917355,0.60330576,0.59917355,0.59090906,0.5247934,0.4214876,0.3429752,0.40495867,0.41322315,0.41322315,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.6983471,0.7107438,0.7355372,0.74793386,0.76033056,0.7768595,0.7933884,0.8016529,0.80991733,0.8057851,0.79752064,0.76859504,0.7644628,0.73966944,0.7107438,0.6735537,0.677686,0.6735537,0.6652893,0.661157,0.661157,0.6446281,0.6198347,0.59504133,0.59504133,0.58677685,0.58264464,0.57438016,0.57438016,0.553719,0.57438016,0.60330576,0.6404959,0.6528926,0.6322314,0.607438,0.58677685,0.59917355,0.59917355,0.58677685,0.56198347,0.5289256,0.5289256,0.54545456,0.5206612,0.5,0.4876033,0.49586776,0.5,0.5247934,0.54545456,0.56198347,0.5495868,0.57024795,0.46280992,0.37190083,0.3966942,0.4214876,0.4090909,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.7107438,0.7231405,0.74380165,0.75206614,0.74793386,0.7644628,0.78099173,0.78099173,0.75206614,0.73966944,0.7066116,0.6859504,0.6322314,0.59917355,0.56198347,0.5289256,0.5123967,0.5041322,0.49586776,0.48347107,0.46280992,0.446281,0.42561984,0.4214876,0.4214876,0.446281,0.47107437,0.47933885,0.5,0.53305787,0.5413223,0.54545456,0.607438,0.60330576,0.59090906,0.5495868,0.553719,0.53305787,0.5371901,0.5123967,0.45867768,0.40495867,0.3966942,0.38842976,0.3677686,0.338843,0.3140496,0.3553719,0.38842976,0.42561984,0.44214877,0.45867768,0.49173555,0.47933885,0.5,0.41322315,0.40082645,0.41735536,0.4214876,0.4090909,0.4090909,0.4090909,0.4090909,0.4090909,0.69008267,0.6983471,0.7231405,0.7355372,0.7355372,0.74380165,0.7066116,0.6570248,0.61570245,0.5785124,0.5495868,0.5371901,0.5413223,0.54545456,0.47933885,0.46280992,0.43801653,0.41322315,0.3966942,0.38016528,0.36363637,0.3429752,0.34710744,0.35950413,0.3677686,0.37603307,0.39256197,0.41322315,0.47107437,0.49586776,0.5247934,0.5413223,0.57024795,0.57438016,0.54545456,0.49586776,0.5041322,0.47933885,0.46694216,0.4338843,0.3966942,0.37190083,0.35950413,0.3181818,0.3181818,0.3305785,0.3553719,0.4090909,0.42975205,0.43801653,0.4338843,0.4214876,0.42561984,0.37603307,0.41735536,0.41735536,0.3966942,0.40495867,0.41322315,0.4090909,0.4090909,0.4090909,0.4090909,0.4090909,0.7066116,0.70247936,0.70247936,0.69008267,0.6528926,0.6322314,0.59090906,0.5495868,0.55785125,0.59504133,0.6198347,0.6487603,0.6404959,0.677686,0.6652893,0.6198347,0.58264464,0.5206612,0.49173555,0.446281,0.41735536,0.3966942,0.39256197,0.39256197,0.39256197,0.39256197,0.38842976,0.4090909,0.43801653,0.48347107,0.5371901,0.57024795,0.59504133,0.5661157,0.5165289,0.49586776,0.46694216,0.4338843,0.40495867,0.38429752,0.38429752,0.40495867,0.41322315,0.4338843,0.47107437,0.5041322,0.53305787,0.553719,0.55785125,0.55785125,0.5123967,0.48347107,0.45454547,0.38016528,0.3677686,0.34710744,0.38842976,0.4090909,0.40495867,0.41322315,0.41322315,0.41322315,0.41322315,0.41322315,0.69008267,0.6570248,0.6198347,0.58677685,0.57024795,0.57024795,0.58264464,0.61157024,0.6528926,0.6983471,0.7355372,0.72727275,0.73140496,0.75619835,0.75619835,0.74380165,0.7066116,0.6570248,0.59090906,0.5289256,0.48347107,0.45454547,0.43801653,0.41735536,0.3966942,0.40495867,0.39256197,0.4090909,0.44214877,0.5165289,0.5785124,0.6198347,0.6446281,0.6198347,0.5413223,0.5,0.44214877,0.40082645,0.3966942,0.42561984,0.446281,0.46694216,0.48347107,0.49173555,0.5041322,0.5123967,0.5371901,0.5661157,0.57438016,0.58677685,0.56198347,0.5289256,0.4876033,0.42975205,0.36363637,0.3181818,0.38842976,0.40082645,0.4090909,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.6198347,0.59917355,0.57438016,0.56198347,0.59504133,0.6363636,0.6570248,0.6818182,0.6983471,0.71487606,0.7107438,0.6694215,0.6652893,0.6198347,0.60330576,0.54545456,0.5206612,0.49586776,0.47107437,0.4214876,0.41322315,0.42561984,0.4338843,0.4214876,0.4090909,0.40082645,0.38842976,0.40495867,0.45867768,0.55785125,0.6487603,0.70247936,0.71487606,0.6942149,0.61570245,0.5041322,0.42975205,0.38429752,0.4338843,0.46280992,0.46694216,0.44214877,0.45454547,0.46694216,0.45454547,0.4338843,0.46280992,0.4752066,0.48347107,0.47933885,0.5082645,0.5,0.49586776,0.4338843,0.37190083,0.29338843,0.3553719,0.40495867,0.40082645,0.4090909,0.4090909,0.4090909,0.4090909,0.4090909,0.58677685,0.5785124,0.58264464,0.60330576,0.6198347,0.6322314,0.6363636,0.6322314,0.60330576,0.58264464,0.57438016,0.5123967,0.49173555,0.45454547,0.4338843,0.38842976,0.3429752,0.33471075,0.34710744,0.32231405,0.3305785,0.3553719,0.38842976,0.40495867,0.40082645,0.3966942,0.37190083,0.4090909,0.48347107,0.62396693,0.72727275,0.74793386,0.78099173,0.75206614,0.677686,0.5413223,0.4214876,0.3966942,0.41735536,0.41735536,0.4214876,0.41735536,0.4338843,0.45867768,0.45454547,0.42975205,0.41322315,0.3966942,0.38016528,0.36363637,0.3677686,0.3553719,0.44214877,0.45041323,0.35123968,0.25619835,0.3305785,0.38429752,0.41735536,0.41735536,0.41735536,0.41735536,0.41735536,0.41735536,0.61570245,0.61570245,0.61570245,0.6198347,0.607438,0.58264464,0.5165289,0.4752066,0.4090909,0.3966942,0.39256197,0.41735536,0.44214877,0.43801653,0.40495867,0.30578512,0.2231405,0.1694215,0.24380165,0.29338843,0.30578512,0.3305785,0.38842976,0.4338843,0.4090909,0.40495867,0.39256197,0.42561984,0.53305787,0.6942149,0.7933884,0.7933884,0.7933884,0.78099173,0.71487606,0.553719,0.4214876,0.4090909,0.38842976,0.35950413,0.3677686,0.3966942,0.4338843,0.45041323,0.42561984,0.3264463,0.21900827,0.17355372,0.20661157,0.22727273,0.2603306,0.2768595,0.37603307,0.45867768,0.38842976,0.17355372,0.29752067,0.3553719,0.41735536,0.41322315,0.41322315,0.41322315,0.41322315,0.41322315,0.6363636,0.6322314,0.61157024,0.5661157,0.5165289,0.46694216,0.4214876,0.40082645,0.38429752,0.4214876,0.4090909,0.46694216,0.49173555,0.4876033,0.44214877,0.3264463,0.2231405,0.1983471,0.29752067,0.3553719,0.3677686,0.37603307,0.41735536,0.5082645,0.5082645,0.4338843,0.42975205,0.4876033,0.61570245,0.73966944,0.8057851,0.80991733,0.7933884,0.7892562,0.74380165,0.59917355,0.48347107,0.46280992,0.41322315,0.35950413,0.3677686,0.41322315,0.48347107,0.5206612,0.48347107,0.3553719,0.1983471,0.15289256,0.19421488,0.25619835,0.24380165,0.25619835,0.35123968,0.46694216,0.42975205,0.16528925,0.1983471,0.338843,0.4090909,0.41322315,0.41322315,0.41322315,0.41322315,0.41322315,0.661157,0.6322314,0.59504133,0.54545456,0.5082645,0.5123967,0.54545456,0.56198347,0.55785125,0.58677685,0.54545456,0.5661157,0.5413223,0.5371901,0.5,0.4338843,0.39256197,0.38842976,0.42975205,0.45041323,0.45867768,0.49173555,0.53305787,0.5413223,0.5289256,0.49586776,0.5165289,0.59090906,0.6735537,0.74380165,0.8016529,0.8057851,0.7933884,0.7768595,0.76033056,0.6652893,0.53305787,0.4876033,0.4752066,0.46694216,0.45041323,0.45454547,0.5041322,0.5371901,0.5041322,0.42975205,0.35123968,0.29338843,0.30165288,0.3429752,0.35950413,0.3677686,0.38429752,0.4752066,0.45867768,0.17768595,0.14049587,0.26859504,0.3966942,0.42561984,0.42561984,0.42561984,0.42561984,0.42561984,0.7107438,0.69008267,0.6735537,0.6694215,0.6694215,0.6694215,0.677686,0.661157,0.6280992,0.6487603,0.6446281,0.6363636,0.607438,0.5785124,0.56198347,0.5495868,0.53305787,0.5165289,0.5082645,0.5,0.5,0.5082645,0.5082645,0.5041322,0.5206612,0.59090906,0.6570248,0.6735537,0.69008267,0.7231405,0.78099173,0.8140496,0.8057851,0.76859504,0.75619835,0.71487606,0.57024795,0.45867768,0.45867768,0.46694216,0.46694216,0.4752066,0.5082645,0.5371901,0.53305787,0.5,0.49173555,0.45454547,0.4338843,0.42975205,0.41322315,0.45867768,0.4338843,0.49173555,0.49173555,0.1983471,0.11570248,0.2107438,0.38016528,0.41735536,0.41735536,0.41735536,0.41735536,0.41735536,0.73140496,0.73966944,0.74380165,0.74380165,0.7355372,0.71900827,0.6983471,0.6735537,0.6363636,0.61570245,0.61570245,0.61570245,0.59917355,0.58677685,0.553719,0.5371901,0.5247934,0.5123967,0.49173555,0.4752066,0.4752066,0.49173555,0.49173555,0.5247934,0.59504133,0.69008267,0.7231405,0.7107438,0.6942149,0.7107438,0.75206614,0.8140496,0.80991733,0.7768595,0.74793386,0.73140496,0.62396693,0.48347107,0.43801653,0.4338843,0.4214876,0.4090909,0.4338843,0.46694216,0.49173555,0.5,0.49586776,0.47107437,0.45867768,0.45867768,0.44214877,0.49173555,0.47933885,0.49173555,0.5123967,0.2520661,0.10330579,0.22727273,0.36363637,0.4090909,0.4090909,0.4090909,0.4090909,0.4090909,0.73966944,0.76033056,0.77272725,0.76859504,0.74793386,0.72727275,0.7231405,0.70247936,0.677686,0.6280992,0.57024795,0.5495868,0.5123967,0.5165289,0.49173555,0.5,0.4876033,0.4876033,0.47933885,0.48347107,0.5041322,0.54545456,0.58264464,0.6404959,0.70247936,0.7355372,0.7355372,0.7066116,0.69008267,0.6983471,0.7231405,0.7933884,0.822314,0.7892562,0.75206614,0.7355372,0.661157,0.5206612,0.48347107,0.5082645,0.46694216,0.42561984,0.4090909,0.41322315,0.4214876,0.44214877,0.446281,0.446281,0.446281,0.4752066,0.47107437,0.5041322,0.5041322,0.5082645,0.5206612,0.28512397,0.11570248,0.29338843,0.37603307,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.75619835,0.76859504,0.7768595,0.7768595,0.7644628,0.75619835,0.76033056,0.75206614,0.74793386,0.72727275,0.677686,0.6404959,0.59090906,0.5661157,0.5165289,0.5165289,0.5123967,0.5289256,0.5371901,0.55785125,0.60330576,0.6528926,0.70247936,0.7355372,0.75206614,0.74380165,0.7231405,0.6983471,0.677686,0.69008267,0.7066116,0.76033056,0.822314,0.80991733,0.76859504,0.75206614,0.6859504,0.5371901,0.5,0.55785125,0.56198347,0.5413223,0.5289256,0.5082645,0.47933885,0.47107437,0.47107437,0.48347107,0.5,0.5082645,0.5041322,0.5165289,0.5165289,0.5165289,0.5165289,0.33471075,0.12809917,0.3305785,0.3966942,0.40082645,0.40082645,0.40082645,0.40082645,0.40082645,0.7768595,0.78512394,0.7933884,0.7933884,0.79752064,0.7892562,0.7933884,0.7892562,0.78512394,0.78099173,0.7768595,0.75206614,0.71487606,0.6859504,0.6446281,0.6280992,0.61570245,0.6322314,0.6404959,0.6652893,0.70247936,0.7355372,0.7644628,0.77272725,0.76033056,0.73966944,0.7107438,0.69008267,0.6735537,0.677686,0.7066116,0.73140496,0.80991733,0.8181818,0.78512394,0.76033056,0.6983471,0.553719,0.49173555,0.5495868,0.59917355,0.62396693,0.6322314,0.61157024,0.59504133,0.5785124,0.5661157,0.57024795,0.58264464,0.55785125,0.55785125,0.56198347,0.5495868,0.53305787,0.5082645,0.3966942,0.16115703,0.3429752,0.39256197,0.4090909,0.4090909,0.4090909,0.4090909,0.4090909,0.78099173,0.7933884,0.79752064,0.8057851,0.8057851,0.8057851,0.8057851,0.7933884,0.7933884,0.78512394,0.78512394,0.7644628,0.74380165,0.7355372,0.7231405,0.7107438,0.7107438,0.71900827,0.73140496,0.73140496,0.73966944,0.76033056,0.77272725,0.76859504,0.76033056,0.7355372,0.7066116,0.6859504,0.677686,0.6818182,0.6983471,0.71487606,0.78512394,0.80991733,0.8057851,0.7768595,0.7066116,0.58264464,0.4876033,0.5165289,0.5785124,0.6280992,0.661157,0.6652893,0.6570248,0.6528926,0.6487603,0.6528926,0.6570248,0.6404959,0.6363636,0.60330576,0.58264464,0.56198347,0.5247934,0.42975205,0.20661157,0.35123968,0.3966942,0.40082645,0.40082645,0.40082645,0.40082645,0.40082645,0.7644628,0.77272725,0.7892562,0.8016529,0.8057851,0.8016529,0.80991733,0.8016529,0.7933884,0.7933884,0.7933884,0.7768595,0.76859504,0.7644628,0.75619835,0.75619835,0.76859504,0.76033056,0.75619835,0.74793386,0.75619835,0.76859504,0.7768595,0.77272725,0.76033056,0.7355372,0.70247936,0.6859504,0.69008267,0.6818182,0.6983471,0.70247936,0.75619835,0.80991733,0.8016529,0.78099173,0.7355372,0.6363636,0.5206612,0.49173555,0.5495868,0.61157024,0.6487603,0.6694215,0.69008267,0.6983471,0.7066116,0.7107438,0.7107438,0.6983471,0.6859504,0.661157,0.6198347,0.58264464,0.53305787,0.46694216,0.24793388,0.3305785,0.40082645,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.7355372,0.74793386,0.7644628,0.76859504,0.7933884,0.7892562,0.7933884,0.79752064,0.7892562,0.7892562,0.8016529,0.7768595,0.78099173,0.7768595,0.77272725,0.7644628,0.7768595,0.76033056,0.75206614,0.76033056,0.76859504,0.78099173,0.78512394,0.7768595,0.75206614,0.7355372,0.70247936,0.6942149,0.6818182,0.6818182,0.6942149,0.6983471,0.74380165,0.8057851,0.8140496,0.78099173,0.75619835,0.6942149,0.61157024,0.5206612,0.5165289,0.5785124,0.62396693,0.6570248,0.6859504,0.7066116,0.7107438,0.7066116,0.7231405,0.72727275,0.6942149,0.677686,0.6570248,0.59090906,0.54545456,0.48347107,0.28512397,0.3140496,0.3966942,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.7107438,0.7107438,0.71487606,0.7231405,0.71900827,0.73140496,0.75619835,0.7768595,0.76859504,0.77272725,0.7768595,0.76859504,0.77272725,0.77272725,0.77272725,0.75619835,0.76033056,0.75619835,0.75619835,0.7644628,0.77272725,0.78099173,0.7768595,0.7644628,0.7231405,0.70247936,0.6859504,0.6818182,0.6735537,0.6735537,0.677686,0.6942149,0.72727275,0.80991733,0.8264463,0.78512394,0.7644628,0.73140496,0.6735537,0.58264464,0.5165289,0.54545456,0.61157024,0.6570248,0.69008267,0.71487606,0.7107438,0.7066116,0.7066116,0.7231405,0.6859504,0.6735537,0.6404959,0.58264464,0.5289256,0.4876033,0.30991736,0.3181818,0.39256197,0.40082645,0.40082645,0.40082645,0.40082645,0.40082645,0.69008267,0.6859504,0.6983471,0.71487606,0.7066116,0.70247936,0.74380165,0.77272725,0.77272725,0.76033056,0.7768595,0.7768595,0.77272725,0.77272725,0.7644628,0.76033056,0.75619835,0.74793386,0.75206614,0.75206614,0.75206614,0.75206614,0.73140496,0.7107438,0.69008267,0.6735537,0.6528926,0.6570248,0.6528926,0.6570248,0.661157,0.677686,0.71900827,0.8016529,0.838843,0.7892562,0.76859504,0.76033056,0.71487606,0.6363636,0.54545456,0.5247934,0.58264464,0.6363636,0.69008267,0.71900827,0.7107438,0.71900827,0.71487606,0.6942149,0.69008267,0.6735537,0.6280992,0.5495868,0.5247934,0.4752066,0.32231405,0.33471075,0.36363637,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.6983471,0.7066116,0.71900827,0.7231405,0.72727275,0.74380165,0.74380165,0.7644628,0.77272725,0.7768595,0.76859504,0.7768595,0.78099173,0.7644628,0.76033056,0.75619835,0.74380165,0.73966944,0.7355372,0.72727275,0.7066116,0.6942149,0.6818182,0.6694215,0.6735537,0.70247936,0.6859504,0.677686,0.6735537,0.6404959,0.661157,0.6694215,0.71487606,0.77272725,0.8181818,0.78099173,0.76859504,0.78099173,0.74380165,0.6818182,0.57438016,0.5,0.5495868,0.61157024,0.6652893,0.70247936,0.7107438,0.7231405,0.71900827,0.6859504,0.69008267,0.6487603,0.60330576,0.553719,0.5082645,0.46280992,0.3264463,0.3140496,0.36363637,0.38429752,0.38429752,0.38429752,0.38429752,0.38429752,0.6983471,0.7066116,0.7231405,0.73140496,0.7231405,0.7355372,0.73966944,0.7644628,0.76033056,0.76033056,0.76859504,0.7644628,0.76859504,0.75619835,0.75206614,0.7355372,0.7231405,0.7107438,0.6818182,0.6528926,0.6404959,0.6280992,0.6570248,0.677686,0.6942149,0.71487606,0.71900827,0.72727275,0.7066116,0.6694215,0.6694215,0.6735537,0.6942149,0.73140496,0.78512394,0.77272725,0.76033056,0.7768595,0.76033056,0.6818182,0.57438016,0.47933885,0.48347107,0.54545456,0.607438,0.6487603,0.6735537,0.6983471,0.70247936,0.70247936,0.6528926,0.62396693,0.58677685,0.5247934,0.48347107,0.4752066,0.3181818,0.2892562,0.36363637,0.36363637,0.36363637,0.36363637,0.36363637,0.36363637,0.69008267,0.6818182,0.69008267,0.7107438,0.70247936,0.7066116,0.73140496,0.75206614,0.74380165,0.74380165,0.75206614,0.74793386,0.75206614,0.73966944,0.7231405,0.7066116,0.6735537,0.6404959,0.607438,0.607438,0.6198347,0.6322314,0.6652893,0.69008267,0.70247936,0.71900827,0.7355372,0.7355372,0.7231405,0.69008267,0.6487603,0.6404959,0.6487603,0.6694215,0.71900827,0.74793386,0.73966944,0.7231405,0.6735537,0.61157024,0.53305787,0.47107437,0.45867768,0.47107437,0.5206612,0.57024795,0.61157024,0.6487603,0.661157,0.6735537,0.6363636,0.59917355,0.56198347,0.47933885,0.49173555,0.45041323,0.30165288,0.2768595,0.35950413,0.35950413,0.35950413,0.35950413,0.35950413,0.35950413,0.6818182,0.6694215,0.6735537,0.6942149,0.6942149,0.6942149,0.7355372,0.74793386,0.72727275,0.71487606,0.7231405,0.7231405,0.71487606,0.7066116,0.6859504,0.6280992,0.60330576,0.59917355,0.59917355,0.6280992,0.6322314,0.60330576,0.62396693,0.6735537,0.6859504,0.69008267,0.7107438,0.7107438,0.6983471,0.661157,0.6198347,0.56198347,0.57024795,0.5785124,0.6322314,0.6735537,0.6942149,0.6322314,0.57024795,0.5041322,0.42975205,0.42561984,0.46280992,0.446281,0.46694216,0.5,0.553719,0.58264464,0.60330576,0.60330576,0.57024795,0.5661157,0.5495868,0.4752066,0.49173555,0.41735536,0.28512397,0.27272728,0.3264463,0.34710744,0.34710744,0.34710744,0.34710744,0.34710744,0.6735537,0.6652893,0.6652893,0.69008267,0.6818182,0.6735537,0.69008267,0.6942149,0.70247936,0.6983471,0.69008267,0.6652893,0.6694215,0.6404959,0.61570245,0.5661157,0.5661157,0.59504133,0.6446281,0.661157,0.62396693,0.55785125,0.5495868,0.59090906,0.59090906,0.57024795,0.53305787,0.5123967,0.5041322,0.4752066,0.4338843,0.42561984,0.40495867,0.4214876,0.47933885,0.5206612,0.54545456,0.49586776,0.41735536,0.3553719,0.30578512,0.3553719,0.44214877,0.47107437,0.43801653,0.43801653,0.46694216,0.5,0.5413223,0.54545456,0.5413223,0.5,0.46694216,0.45867768,0.47933885,0.38016528,0.2768595,0.21487603,0.30165288,0.33471075,0.33471075,0.33471075,0.33471075,0.33471075,0.6528926,0.6487603,0.6528926,0.6652893,0.677686,0.69008267,0.6652893,0.661157,0.661157,0.6652893,0.6528926,0.61570245,0.59504133,0.553719,0.5206612,0.49586776,0.54545456,0.62396693,0.677686,0.677686,0.6487603,0.58264464,0.5,0.446281,0.40082645,0.35123968,0.29752067,0.24380165,0.23966943,0.23966943,0.25619835,0.2644628,0.2603306,0.3140496,0.36363637,0.38429752,0.38016528,0.35123968,0.29752067,0.25619835,0.2892562,0.37603307,0.44214877,0.46280992,0.45867768,0.42975205,0.40495867,0.42561984,0.47107437,0.48347107,0.48347107,0.4752066,0.44214877,0.45041323,0.43801653,0.38016528,0.24793388,0.21487603,0.26859504,0.3305785,0.3305785,0.3305785,0.3305785,0.3305785,0.6280992,0.61570245,0.61157024,0.61570245,0.6280992,0.6487603,0.6404959,0.6280992,0.607438,0.6198347,0.58264464,0.53305787,0.5123967,0.47933885,0.46280992,0.4876033,0.57438016,0.6528926,0.677686,0.6652893,0.661157,0.6570248,0.61570245,0.5082645,0.38842976,0.3264463,0.29752067,0.29752067,0.2768595,0.2892562,0.2603306,0.28512397,0.22727273,0.2603306,0.29338843,0.29752067,0.30578512,0.28099173,0.2644628,0.29338843,0.38016528,0.4338843,0.446281,0.45454547,0.46694216,0.45454547,0.40082645,0.38429752,0.3966942,0.43801653,0.44214877,0.45454547,0.45041323,0.4338843,0.4338843,0.3429752,0.26859504,0.23140496,0.24793388,0.28512397,0.28512397,0.28512397,0.28512397,0.28512397,0.6198347,0.607438,0.59504133,0.59504133,0.59504133,0.59504133,0.58264464,0.5785124,0.5413223,0.53305787,0.49586776,0.46280992,0.45041323,0.42975205,0.45041323,0.5123967,0.61570245,0.661157,0.6735537,0.661157,0.6528926,0.661157,0.6570248,0.61570245,0.5289256,0.41735536,0.36363637,0.338843,0.338843,0.3181818,0.29338843,0.29338843,0.30165288,0.27272728,0.29752067,0.29338843,0.29752067,0.3264463,0.30578512,0.30578512,0.35123968,0.40495867,0.42975205,0.4338843,0.45041323,0.45867768,0.41735536,0.40495867,0.36363637,0.41322315,0.41735536,0.42975205,0.44214877,0.41735536,0.42975205,0.33471075,0.26859504,0.23966943,0.25619835,0.29338843,0.29338843,0.29338843,0.29338843,0.29338843,0.62396693,0.607438,0.59090906,0.57438016,0.5661157,0.55785125,0.53305787,0.53305787,0.49173555,0.47933885,0.45041323,0.42561984,0.41735536,0.4338843,0.46280992,0.553719,0.61157024,0.6280992,0.6322314,0.6280992,0.6198347,0.61157024,0.607438,0.58677685,0.57438016,0.5165289,0.46280992,0.41322315,0.3966942,0.37190083,0.38429752,0.37190083,0.3429752,0.3305785,0.28512397,0.3140496,0.29338843,0.3553719,0.3305785,0.30991736,0.3181818,0.35123968,0.38016528,0.40495867,0.42561984,0.45041323,0.42975205,0.41735536,0.3966942,0.40082645,0.4090909,0.42561984,0.44214877,0.41322315,0.42561984,0.32231405,0.2644628,0.24380165,0.28512397,0.30165288,0.30165288,0.30165288,0.30165288,0.30165288,0.6198347,0.59917355,0.57438016,0.553719,0.553719,0.5371901,0.5082645,0.5,0.46280992,0.45041323,0.42561984,0.4090909,0.41322315,0.446281,0.5041322,0.55785125,0.5785124,0.5785124,0.58677685,0.58264464,0.5661157,0.553719,0.5371901,0.5495868,0.56198347,0.5206612,0.5082645,0.49586776,0.47933885,0.44214877,0.47933885,0.4876033,0.4090909,0.38016528,0.30991736,0.33471075,0.32231405,0.3553719,0.34710744,0.3181818,0.3181818,0.3140496,0.338843,0.36363637,0.39256197,0.4214876,0.43801653,0.42561984,0.41735536,0.41735536,0.4090909,0.44214877,0.42975205,0.41322315,0.40082645,0.338843,0.2603306,0.22727273,0.27272728,0.28512397,0.28512397,0.28512397,0.28512397,0.28512397,0.59504133,0.5785124,0.56198347,0.5661157,0.553719,0.5247934,0.49173555,0.4876033,0.45454547,0.44214877,0.40495867,0.41735536,0.45454547,0.49173555,0.5495868,0.5785124,0.57024795,0.5495868,0.5661157,0.57438016,0.5413223,0.5371901,0.5289256,0.53305787,0.5371901,0.5041322,0.4876033,0.49586776,0.5041322,0.4876033,0.5082645,0.5082645,0.47107437,0.41322315,0.3264463,0.34710744,0.3677686,0.36363637,0.35123968,0.3429752,0.338843,0.3305785,0.3305785,0.3429752,0.36363637,0.3966942,0.42975205,0.43801653,0.42561984,0.4338843,0.4214876,0.45867768,0.4338843,0.37603307,0.3553719,0.32231405,0.25619835,0.23553719,0.24380165,0.2644628,0.2644628,0.2644628,0.2644628,0.2644628,0.5661157,0.5661157,0.57024795,0.58677685,0.5495868,0.49173555,0.47107437,0.47107437,0.45041323,0.42975205,0.42561984,0.46694216,0.5,0.55785125,0.57024795,0.5661157,0.55785125,0.54545456,0.55785125,0.58677685,0.5661157,0.5495868,0.5371901,0.53305787,0.5165289,0.48347107,0.45454547,0.46280992,0.47933885,0.4876033,0.5041322,0.48347107,0.45867768,0.39256197,0.32231405,0.36363637,0.37190083,0.37190083,0.3429752,0.3429752,0.3553719,0.3553719,0.33471075,0.338843,0.338843,0.35123968,0.40082645,0.42561984,0.4338843,0.44214877,0.44214877,0.446281,0.40495867,0.338843,0.3305785,0.29752067,0.24793388,0.22727273,0.23140496,0.26859504,0.26859504,0.26859504,0.26859504,0.26859504,0.54545456,0.553719,0.58264464,0.59504133,0.5495868,0.4876033,0.4752066,0.46694216,0.446281,0.45041323,0.48347107,0.5,0.5165289,0.55785125,0.54545456,0.5082645,0.5247934,0.5495868,0.5495868,0.58264464,0.57024795,0.54545456,0.5247934,0.49586776,0.47933885,0.45454547,0.41322315,0.3966942,0.40082645,0.4090909,0.4338843,0.41322315,0.37603307,0.32231405,0.3181818,0.3553719,0.36363637,0.35950413,0.338843,0.3181818,0.3429752,0.3429752,0.3181818,0.3264463,0.3264463,0.32231405,0.34710744,0.40082645,0.446281,0.44214877,0.446281,0.42975205,0.38429752,0.3140496,0.3181818,0.2768595,0.22727273,0.22727273,0.22727273,0.2644628,0.2644628,0.2644628,0.2644628,0.2644628,0.53305787,0.5413223,0.56198347,0.5661157,0.5413223,0.5206612,0.5041322,0.4876033,0.46694216,0.5082645,0.5123967,0.49586776,0.49586776,0.5206612,0.5123967,0.47107437,0.4752066,0.49173555,0.48347107,0.5,0.5041322,0.4752066,0.45454547,0.42561984,0.40082645,0.38842976,0.36363637,0.3305785,0.35123968,0.37190083,0.38016528,0.37190083,0.3140496,0.29752067,0.3181818,0.34710744,0.3429752,0.3264463,0.28099173,0.2520661,0.28099173,0.30165288,0.30165288,0.32231405,0.30991736,0.2892562,0.30991736,0.37603307,0.43801653,0.43801653,0.42561984,0.43801653,0.35950413,0.3181818,0.32231405,0.28099173,0.21900827,0.22727273,0.23553719,0.2603306,0.2603306,0.2603306,0.2603306,0.2603306,0.5,0.5247934,0.5165289,0.5165289,0.5247934,0.5289256,0.5289256,0.5082645,0.49586776,0.5123967,0.4876033,0.4752066,0.47933885,0.47933885,0.45454547,0.446281,0.4090909,0.3677686,0.33471075,0.36363637,0.40495867,0.3966942,0.3966942,0.38842976,0.338843,0.3305785,0.33471075,0.32231405,0.3553719,0.38429752,0.34710744,0.35123968,0.34710744,0.35123968,0.3429752,0.3305785,0.32231405,0.28099173,0.19008264,0.17355372,0.2231405,0.26859504,0.28512397,0.30578512,0.28512397,0.27272728,0.2892562,0.33471075,0.41322315,0.3966942,0.38842976,0.44214877,0.34710744,0.3429752,0.3140496,0.28512397,0.22727273,0.23966943,0.23966943,0.2520661,0.2520661,0.2520661,0.2520661,0.2520661,0.46694216,0.4876033,0.4752066,0.49173555,0.5123967,0.5165289,0.5041322,0.5,0.49173555,0.48347107,0.46694216,0.46694216,0.446281,0.4090909,0.37190083,0.35950413,0.3140496,0.23553719,0.20661157,0.24380165,0.29752067,0.30578512,0.34710744,0.3677686,0.30991736,0.30165288,0.3553719,0.3677686,0.38842976,0.41322315,0.338843,0.3553719,0.40495867,0.41735536,0.39256197,0.33471075,0.2768595,0.23140496,0.1322314,0.10743801,0.17768595,0.21900827,0.24380165,0.2603306,0.2644628,0.2603306,0.28099173,0.30578512,0.37190083,0.36363637,0.34710744,0.40082645,0.35950413,0.34710744,0.3140496,0.28099173,0.24380165,0.24380165,0.23966943,0.24793388,0.24793388,0.24793388,0.24793388,0.24793388,0.42561984,0.4214876,0.44214877,0.4752066,0.49586776,0.49173555,0.45454547,0.45041323,0.46280992,0.44214877,0.42561984,0.42561984,0.39256197,0.338843,0.32231405,0.3140496,0.3140496,0.2644628,0.23140496,0.22727273,0.24380165,0.24793388,0.29338843,0.32231405,0.28099173,0.2603306,0.36363637,0.4214876,0.41735536,0.4214876,0.3429752,0.35123968,0.41322315,0.42975205,0.38016528,0.29752067,0.21487603,0.1983471,0.1694215,0.16528925,0.21900827,0.21900827,0.22727273,0.23966943,0.25619835,0.2644628,0.27272728,0.29752067,0.34710744,0.3305785,0.32231405,0.35950413,0.29752067,0.3264463,0.30578512,0.2603306,0.23553719,0.23553719,0.23553719,0.24793388,0.24793388,0.24793388,0.24793388,0.24793388,0.37190083,0.38842976,0.41735536,0.44214877,0.45454547,0.45041323,0.41735536,0.42561984,0.4214876,0.38429752,0.3677686,0.3677686,0.33471075,0.3140496,0.338843,0.338843,0.38842976,0.38429752,0.37190083,0.34710744,0.3429752,0.33471075,0.338843,0.338843,0.30165288,0.2520661,0.29338843,0.3264463,0.33471075,0.34710744,0.2768595,0.27272728,0.3140496,0.32231405,0.2892562,0.21487603,0.24380165,0.2768595,0.28512397,0.26859504,0.29338843,0.30991736,0.2644628,0.23553719,0.24380165,0.2644628,0.2768595,0.30578512,0.3181818,0.2892562,0.2768595,0.3264463,0.2603306,0.27272728,0.28512397,0.2107438,0.23553719,0.22727273,0.21900827,0.23966943,0.23966943,0.23966943,0.23966943,0.23966943,0.35950413,0.38429752,0.38429752,0.38429752,0.40495867,0.40082645,0.38429752,0.40082645,0.3966942,0.35950413,0.3181818,0.32231405,0.33471075,0.35123968,0.38016528,0.38842976,0.4214876,0.43801653,0.43801653,0.45041323,0.45867768,0.46694216,0.46280992,0.45041323,0.41735536,0.38429752,0.338843,0.2892562,0.2892562,0.2892562,0.2892562,0.29338843,0.3140496,0.2892562,0.2644628,0.2603306,0.3305785,0.40082645,0.40082645,0.34710744,0.34710744,0.3966942,0.3264463,0.23966943,0.21487603,0.23966943,0.2644628,0.30165288,0.30578512,0.25619835,0.23553719,0.2892562,0.2603306,0.24793388,0.25619835,0.2107438,0.2231405,0.21487603,0.21900827,0.23140496,0.23140496,0.23140496,0.23140496,0.23140496,0.34710744,0.35950413,0.35950413,0.35950413,0.37603307,0.37190083,0.3553719,0.3677686,0.38842976,0.38016528,0.338843,0.33471075,0.35950413,0.4090909,0.40082645,0.42561984,0.46280992,0.49173555,0.4876033,0.5041322,0.5123967,0.5289256,0.54545456,0.5413223,0.5123967,0.49586776,0.46280992,0.43801653,0.446281,0.4338843,0.40495867,0.43801653,0.41735536,0.4338843,0.39256197,0.38429752,0.40495867,0.44214877,0.43801653,0.39256197,0.3966942,0.446281,0.3966942,0.29752067,0.24793388,0.22727273,0.2231405,0.27272728,0.30991736,0.2603306,0.2231405,0.23966943,0.2603306,0.2644628,0.26859504,0.22727273,0.21487603,0.20661157,0.20661157,0.2231405,0.2231405,0.2231405,0.2231405,0.2231405,0.3429752,0.35950413,0.338843,0.33471075,0.35123968,0.3429752,0.34710744,0.36363637,0.4090909,0.40495867,0.38016528,0.3553719,0.38016528,0.43801653,0.43801653,0.4876033,0.5247934,0.54545456,0.56198347,0.57438016,0.56198347,0.5661157,0.59090906,0.58677685,0.57024795,0.553719,0.5206612,0.49173555,0.49173555,0.5165289,0.49173555,0.49586776,0.5,0.48347107,0.4752066,0.4214876,0.41735536,0.4338843,0.4338843,0.41735536,0.44214877,0.48347107,0.41735536,0.32231405,0.28099173,0.2231405,0.21487603,0.23553719,0.2644628,0.29338843,0.2892562,0.21487603,0.23966943,0.25619835,0.26859504,0.2231405,0.1983471,0.1983471,0.1983471,0.1983471,0.1983471,0.1983471,0.1983471,0.1983471,0.338843,0.37190083,0.338843,0.3264463,0.32231405,0.3181818,0.338843,0.38016528,0.4090909,0.3966942,0.42975205,0.4214876,0.40082645,0.38429752,0.41322315,0.43801653,0.43801653,0.46280992,0.53305787,0.57438016,0.56198347,0.55785125,0.59090906,0.58677685,0.5785124,0.57438016,0.5785124,0.53305787,0.5082645,0.5041322,0.49173555,0.4752066,0.46694216,0.47107437,0.45454547,0.44214877,0.4338843,0.43801653,0.45454547,0.45867768,0.46694216,0.46280992,0.43801653,0.3677686,0.30578512,0.2644628,0.23966943,0.23966943,0.2520661,0.2644628,0.2603306,0.21900827,0.20661157,0.22727273,0.23553719,0.20661157,0.19008264,0.19421488,0.1983471,0.18181819,0.18181819,0.18181819,0.18181819,0.18181819,0.32231405,0.3429752,0.3181818,0.30578512,0.30165288,0.2892562,0.28512397,0.3305785,0.338843,0.40495867,0.4090909,0.42561984,0.38429752,0.30991736,0.35123968,0.38016528,0.38842976,0.46280992,0.5082645,0.5495868,0.5413223,0.53305787,0.5495868,0.5413223,0.5289256,0.5371901,0.54545456,0.5413223,0.5123967,0.5165289,0.49586776,0.47933885,0.5123967,0.45454547,0.46694216,0.47933885,0.4752066,0.47107437,0.5041322,0.49586776,0.4752066,0.45867768,0.42975205,0.38429752,0.3305785,0.27272728,0.24380165,0.24793388,0.23553719,0.26859504,0.24793388,0.1983471,0.20247933,0.19421488,0.19008264,0.21900827,0.17768595,0.19008264,0.19008264,0.18181819,0.18181819,0.18181819,0.18181819,0.18181819,0.28099173,0.32231405,0.3140496,0.29338843,0.3140496,0.29752067,0.26859504,0.26859504,0.30578512,0.36363637,0.42561984,0.42975205,0.3553719,0.3181818,0.35950413,0.37603307,0.41322315,0.48347107,0.4752066,0.4876033,0.49586776,0.48347107,0.47107437,0.47107437,0.47933885,0.47107437,0.4876033,0.46280992,0.45867768,0.5082645,0.5165289,0.5165289,0.57024795,0.5289256,0.49586776,0.5123967,0.5289256,0.5289256,0.5247934,0.5123967,0.45867768,0.4338843,0.42975205,0.35123968,0.3264463,0.2892562,0.23966943,0.24380165,0.24793388,0.2520661,0.23966943,0.20247933,0.1983471,0.17768595,0.17768595,0.18595041,0.20247933,0.18595041,0.17768595,0.17768595,0.17768595,0.17768595,0.17768595,0.17768595,0.2768595,0.30578512,0.30991736,0.2892562,0.28099173,0.2892562,0.25619835,0.25619835,0.24380165,0.34710744,0.40082645,0.38429752,0.3553719,0.30578512,0.34710744,0.38016528,0.45867768,0.49586776,0.49173555,0.48347107,0.47107437,0.45454547,0.45041323,0.43801653,0.40495867,0.41735536,0.43801653,0.43801653,0.45867768,0.47107437,0.4338843,0.48347107,0.5123967,0.5123967,0.49173555,0.4752066,0.49586776,0.5206612,0.5247934,0.5165289,0.49173555,0.45867768,0.4090909,0.338843,0.2892562,0.28512397,0.2892562,0.2644628,0.24380165,0.26859504,0.20661157,0.21487603,0.23140496,0.15289256,0.18181819,0.20661157,0.2107438,0.20661157,0.19008264,0.18595041,0.18595041,0.18595041,0.18595041,0.18595041,0.2768595,0.2892562,0.29338843,0.30991736,0.30578512,0.2892562,0.2768595,0.27272728,0.30165288,0.36363637,0.38842976,0.3264463,0.3305785,0.338843,0.34710744,0.4090909,0.4752066,0.5041322,0.5206612,0.5123967,0.5082645,0.5041322,0.49173555,0.48347107,0.46280992,0.46280992,0.44214877,0.4338843,0.46280992,0.4214876,0.40495867,0.42975205,0.41735536,0.446281,0.47107437,0.44214877,0.4338843,0.45041323,0.5,0.5041322,0.5206612,0.5165289,0.41735536,0.3140496,0.28099173,0.28512397,0.26859504,0.2603306,0.28099173,0.24793388,0.23553719,0.2107438,0.19008264,0.1983471,0.19008264,0.1983471,0.18181819,0.19421488,0.19421488,0.20247933,0.20247933,0.20247933,0.20247933,0.20247933,0.23140496,0.21900827,0.22727273,0.24380165,0.26859504,0.2603306,0.23966943,0.32231405,0.3264463,0.3181818,0.34710744,0.3181818,0.3305785,0.36363637,0.38429752,0.42561984,0.45867768,0.49586776,0.5165289,0.5371901,0.5206612,0.5206612,0.5123967,0.5082645,0.49586776,0.46694216,0.45454547,0.44214877,0.4214876,0.40082645,0.37603307,0.3966942,0.42561984,0.44214877,0.46280992,0.42561984,0.4214876,0.40082645,0.4090909,0.44214877,0.45867768,0.45454547,0.3966942,0.3140496,0.28099173,0.30165288,0.30165288,0.23966943,0.2603306,0.2520661,0.2107438,0.2107438,0.17355372,0.19421488,0.19421488,0.19421488,0.17768595,0.19008264,0.18595041,0.18181819,0.18181819,0.18181819,0.18181819,0.18181819,0.21487603,0.23553719,0.24380165,0.23966943,0.24793388,0.2520661,0.28099173,0.3264463,0.32231405,0.30578512,0.3553719,0.36363637,0.37190083,0.338843,0.38016528,0.38429752,0.40082645,0.42561984,0.45041323,0.4876033,0.5082645,0.5041322,0.5,0.5041322,0.4876033,0.46280992,0.45041323,0.42975205,0.41735536,0.4338843,0.40082645,0.39256197,0.45454547,0.46280992,0.4752066,0.42975205,0.43801653,0.42975205,0.4338843,0.42561984,0.4338843,0.4090909,0.35950413,0.3140496,0.28099173,0.28099173,0.29338843,0.2644628,0.24380165,0.28099173,0.25619835,0.22727273,0.20661157,0.19421488,0.1983471,0.19008264,0.17355372,0.16528925,0.18595041,0.14049587,0.14049587,0.14049587,0.14049587,0.14049587,0.21900827,0.23966943,0.2231405,0.2231405,0.2603306,0.29338843,0.30578512,0.338843,0.35123968,0.35123968,0.37603307,0.3677686,0.35950413,0.3305785,0.37190083,0.4090909,0.38429752,0.38429752,0.41735536,0.45867768,0.46280992,0.4752066,0.49173555,0.49586776,0.48347107,0.45867768,0.43801653,0.43801653,0.45041323,0.446281,0.40495867,0.42975205,0.4752066,0.46694216,0.446281,0.43801653,0.4090909,0.3966942,0.446281,0.43801653,0.41735536,0.4090909,0.34710744,0.30578512,0.30578512,0.29752067,0.2644628,0.24380165,0.24380165,0.2603306,0.2768595,0.23140496,0.20247933,0.20247933,0.19008264,0.1983471,0.16115703,0.17768595,0.1694215,0.16115703,0.16115703,0.16115703,0.16115703,0.16115703,0.2231405,0.24793388,0.23966943,0.24793388,0.28099173,0.29752067,0.29752067,0.3181818,0.3140496,0.35123968,0.35950413,0.3429752,0.3264463,0.338843,0.35950413,0.42561984,0.4214876,0.40082645,0.40082645,0.4214876,0.4090909,0.40082645,0.44214877,0.47107437,0.46694216,0.446281,0.43801653,0.446281,0.45041323,0.4214876,0.41322315,0.41735536,0.45041323,0.45867768,0.42561984,0.40082645,0.3966942,0.37190083,0.4338843,0.446281,0.3966942,0.41735536,0.3553719,0.28099173,0.2892562,0.3305785,0.26859504,0.22727273,0.2231405,0.22727273,0.25619835,0.18595041,0.1983471,0.19421488,0.17768595,0.18181819,0.16528925,0.17355372,0.17768595,0.16528925,0.16528925,0.16528925,0.16528925,0.16528925,0.20661157,0.24793388,0.25619835,0.27272728,0.2768595,0.2603306,0.2603306,0.2603306,0.28099173,0.2768595,0.2644628,0.29752067,0.338843,0.3553719,0.3677686,0.40082645,0.42561984,0.40082645,0.40082645,0.40495867,0.3966942,0.38429752,0.40082645,0.4338843,0.43801653,0.41735536,0.4338843,0.45454547,0.4338843,0.4214876,0.41322315,0.43801653,0.43801653,0.4338843,0.3966942,0.38016528,0.35950413,0.38429752,0.45041323,0.4338843,0.38429752,0.40082645,0.36363637,0.30165288,0.2768595,0.3305785,0.29338843,0.21900827,0.20247933,0.24380165,0.22727273,0.19008264,0.18181819,0.18595041,0.17768595,0.16528925,0.18181819,0.1570248,0.18595041,0.16528925,0.16528925,0.16528925,0.16528925,0.16528925,0.19008264,0.23140496,0.2644628,0.27272728,0.27272728,0.2644628,0.24793388,0.25619835,0.24380165,0.2231405,0.1983471,0.23966943,0.28512397,0.338843,0.3553719,0.38016528,0.4090909,0.39256197,0.38016528,0.38429752,0.38016528,0.3553719,0.35950413,0.38429752,0.38842976,0.37190083,0.38016528,0.42975205,0.4090909,0.38429752,0.40495867,0.40495867,0.38429752,0.38429752,0.38016528,0.40495867,0.34710744,0.338843,0.4338843,0.4090909,0.3677686,0.38842976,0.35950413,0.30578512,0.28099173,0.30165288,0.29752067,0.23140496,0.20247933,0.23140496,0.2107438,0.19421488,0.18595041,0.1694215,0.17768595,0.16528925,0.17355372,0.16115703,0.17768595,0.17768595,0.17768595,0.17768595,0.17768595,0.17768595,0.18595041,0.21487603,0.26859504,0.27272728,0.28099173,0.24380165,0.21900827,0.23553719,0.2231405,0.21487603,0.1983471,0.2231405,0.22727273,0.27272728,0.3264463,0.3553719,0.4090909,0.38429752,0.35123968,0.35950413,0.35950413,0.3305785,0.3429752,0.3553719,0.34710744,0.338843,0.30991736,0.3677686,0.39256197,0.3429752,0.35950413,0.33471075,0.338843,0.3429752,0.37603307,0.40495867,0.3264463,0.30578512,0.39256197,0.3677686,0.3305785,0.35123968,0.35950413,0.2892562,0.2520661,0.28099173,0.2768595,0.24380165,0.21900827,0.21487603,0.2107438,0.19008264,0.16115703,0.1694215,0.18181819,0.16528925,0.16528925,0.1694215,0.16528925,0.17768595,0.17768595,0.17768595,0.17768595,0.17768595,0.19421488,0.22727273,0.2520661,0.2520661,0.25619835,0.2231405,0.21900827,0.24793388,0.23140496,0.23140496,0.20661157,0.19421488,0.20661157,0.21900827,0.29338843,0.338843,0.3553719,0.3553719,0.29752067,0.3264463,0.32231405,0.3181818,0.3553719,0.34710744,0.3264463,0.28099173,0.25619835,0.30578512,0.37603307,0.34710744,0.3264463,0.29338843,0.29338843,0.33471075,0.3677686,0.338843,0.28512397,0.3140496,0.37603307,0.34710744,0.30165288,0.30991736,0.338843,0.30578512,0.23553719,0.26859504,0.2520661,0.20661157,0.21900827,0.21487603,0.21900827,0.1983471,0.15289256,0.1694215,0.17355372,0.16115703,0.17355372,0.16115703,0.17355372,0.17355372,0.17355372,0.17355372,0.17355372,0.17355372,0.20247933,0.22727273,0.23966943,0.24380165,0.22727273,0.20247933,0.22727273,0.23966943,0.24793388,0.22727273,0.2107438,0.17768595,0.21900827,0.20247933,0.29338843,0.33471075,0.3181818,0.30991736,0.28512397,0.28512397,0.28099173,0.3140496,0.35123968,0.3429752,0.3140496,0.24380165,0.2644628,0.28512397,0.3429752,0.33471075,0.3181818,0.27272728,0.27272728,0.3677686,0.3677686,0.29752067,0.28512397,0.3181818,0.33471075,0.30578512,0.28099173,0.2892562,0.29338843,0.28099173,0.24793388,0.2520661,0.21900827,0.17768595,0.21900827,0.1983471,0.20247933,0.20247933,0.19421488,0.18181819,0.1694215,0.16115703,0.18181819,0.16115703,0.1694215,0.1694215,0.1694215,0.1694215,0.1694215,0.1694215,25 +0.76033056,0.78099173,0.7644628,0.76859504,0.7768595,0.7768595,0.7892562,0.7892562,0.79752064,0.8016529,0.7933884,0.7892562,0.7768595,0.77272725,0.78099173,0.78099173,0.77272725,0.78099173,0.78099173,0.7768595,0.7768595,0.7768595,0.7892562,0.76859504,0.76859504,0.76859504,0.76033056,0.7644628,0.76033056,0.75206614,0.74793386,0.75206614,0.75619835,0.75619835,0.74380165,0.73140496,0.71900827,0.7355372,0.72727275,0.7066116,0.70247936,0.6942149,0.69008267,0.6528926,0.6446281,0.6198347,0.59504133,0.553719,0.553719,0.54545456,0.5371901,0.5165289,0.47107437,0.38016528,0.338843,0.37603307,0.3966942,0.41735536,0.41735536,0.41735536,0.41735536,0.41735536,0.41735536,0.41735536,0.75206614,0.77272725,0.7644628,0.7644628,0.77272725,0.7768595,0.78512394,0.7892562,0.7892562,0.7933884,0.7892562,0.78512394,0.78512394,0.78512394,0.78512394,0.7892562,0.78512394,0.7892562,0.78512394,0.7933884,0.7892562,0.78512394,0.78512394,0.7768595,0.78512394,0.7768595,0.78099173,0.7768595,0.77272725,0.76859504,0.76033056,0.75206614,0.75619835,0.76033056,0.75619835,0.74793386,0.73140496,0.73140496,0.72727275,0.73966944,0.71900827,0.71900827,0.71487606,0.6735537,0.6528926,0.6404959,0.61157024,0.5661157,0.5661157,0.57024795,0.553719,0.5165289,0.47933885,0.40082645,0.3264463,0.35123968,0.40082645,0.4090909,0.4090909,0.4090909,0.4090909,0.4090909,0.4090909,0.4090909,0.74380165,0.7644628,0.75619835,0.7644628,0.76033056,0.76859504,0.7768595,0.78512394,0.7892562,0.7892562,0.7892562,0.7892562,0.78512394,0.7892562,0.7892562,0.79752064,0.8016529,0.7933884,0.7933884,0.79752064,0.7933884,0.7933884,0.78512394,0.7892562,0.7933884,0.78512394,0.7892562,0.7768595,0.77272725,0.77272725,0.75619835,0.74793386,0.75619835,0.7644628,0.76033056,0.75206614,0.74380165,0.72727275,0.7231405,0.74380165,0.73140496,0.7231405,0.71900827,0.7066116,0.6652893,0.6404959,0.6322314,0.5785124,0.58264464,0.5785124,0.5413223,0.5082645,0.47933885,0.3966942,0.32231405,0.3553719,0.4090909,0.41735536,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.7355372,0.75206614,0.74793386,0.75619835,0.76033056,0.77272725,0.78512394,0.7892562,0.7892562,0.78099173,0.78512394,0.7933884,0.7933884,0.7933884,0.79752064,0.79752064,0.8016529,0.7933884,0.79752064,0.7933884,0.79752064,0.79752064,0.7933884,0.7933884,0.79752064,0.79752064,0.78099173,0.77272725,0.76859504,0.7644628,0.75206614,0.74380165,0.75206614,0.7644628,0.75619835,0.73966944,0.74380165,0.72727275,0.72727275,0.74380165,0.74380165,0.72727275,0.71900827,0.7066116,0.6652893,0.6487603,0.6280992,0.59504133,0.59917355,0.59504133,0.553719,0.5165289,0.49173555,0.41735536,0.33471075,0.35950413,0.41322315,0.40082645,0.41322315,0.41322315,0.41322315,0.41322315,0.41322315,0.41322315,0.7355372,0.7355372,0.74793386,0.74793386,0.76033056,0.7768595,0.78512394,0.7892562,0.7892562,0.7768595,0.78512394,0.7933884,0.7933884,0.7933884,0.79752064,0.79752064,0.79752064,0.7933884,0.7892562,0.7892562,0.79752064,0.7933884,0.7933884,0.7892562,0.78512394,0.7892562,0.7768595,0.7644628,0.76033056,0.75206614,0.7355372,0.7355372,0.74380165,0.75206614,0.75206614,0.7355372,0.7231405,0.7231405,0.73140496,0.73140496,0.73140496,0.71487606,0.70247936,0.6818182,0.677686,0.6487603,0.6322314,0.61570245,0.61570245,0.60330576,0.57438016,0.5371901,0.4876033,0.41322315,0.3553719,0.3677686,0.4090909,0.4090909,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.73140496,0.72727275,0.74793386,0.7355372,0.75206614,0.77272725,0.7768595,0.78099173,0.78512394,0.78512394,0.7933884,0.79752064,0.7933884,0.79752064,0.8016529,0.7933884,0.79752064,0.78512394,0.7892562,0.78099173,0.78099173,0.78512394,0.78099173,0.76859504,0.7644628,0.7644628,0.75619835,0.74380165,0.74380165,0.7231405,0.70247936,0.7107438,0.72727275,0.73140496,0.7231405,0.71487606,0.70247936,0.70247936,0.71487606,0.71900827,0.7107438,0.70247936,0.6818182,0.6570248,0.677686,0.6528926,0.6322314,0.6198347,0.60330576,0.59090906,0.58264464,0.5495868,0.5082645,0.44214877,0.38429752,0.38842976,0.41322315,0.4090909,0.41322315,0.41322315,0.41322315,0.41322315,0.41322315,0.41322315,0.7107438,0.71487606,0.72727275,0.7355372,0.74793386,0.7644628,0.7768595,0.78099173,0.7892562,0.7933884,0.79752064,0.8016529,0.79752064,0.79752064,0.79752064,0.79752064,0.7892562,0.78099173,0.7892562,0.78099173,0.7644628,0.76859504,0.77272725,0.74380165,0.7355372,0.73966944,0.7231405,0.7066116,0.70247936,0.6818182,0.6652893,0.6735537,0.6983471,0.7107438,0.7066116,0.6942149,0.6735537,0.6735537,0.6818182,0.6859504,0.661157,0.6528926,0.6404959,0.6280992,0.661157,0.6363636,0.62396693,0.61570245,0.59504133,0.59090906,0.57438016,0.55785125,0.5289256,0.45454547,0.3966942,0.40495867,0.41322315,0.4090909,0.4214876,0.4214876,0.4214876,0.4214876,0.4214876,0.4214876,0.70247936,0.7231405,0.73140496,0.74793386,0.75619835,0.77272725,0.78099173,0.7933884,0.8057851,0.80991733,0.8057851,0.79752064,0.7892562,0.78099173,0.7768595,0.7644628,0.76033056,0.75206614,0.75206614,0.74793386,0.7355372,0.74380165,0.73140496,0.71487606,0.69008267,0.6818182,0.6570248,0.6404959,0.6363636,0.61157024,0.59917355,0.6198347,0.6446281,0.6694215,0.6694215,0.6528926,0.6363636,0.62396693,0.6363636,0.6404959,0.6198347,0.58677685,0.59090906,0.58264464,0.607438,0.607438,0.58264464,0.57438016,0.5661157,0.55785125,0.57024795,0.57024795,0.54545456,0.4876033,0.41735536,0.3966942,0.41735536,0.41735536,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.7107438,0.7355372,0.74380165,0.75619835,0.76859504,0.7892562,0.7892562,0.79752064,0.8057851,0.8057851,0.7933884,0.7768595,0.75619835,0.73140496,0.70247936,0.677686,0.6652893,0.661157,0.661157,0.6528926,0.6446281,0.6487603,0.61570245,0.58677685,0.57438016,0.57438016,0.57024795,0.56198347,0.553719,0.55785125,0.5495868,0.5661157,0.60330576,0.6280992,0.6322314,0.607438,0.58677685,0.57438016,0.58264464,0.58677685,0.5661157,0.5247934,0.5123967,0.5165289,0.5289256,0.5082645,0.47933885,0.47107437,0.47933885,0.49173555,0.5165289,0.5247934,0.5289256,0.5041322,0.44214877,0.40495867,0.4090909,0.40495867,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.71900827,0.73966944,0.74793386,0.75206614,0.7644628,0.78099173,0.7768595,0.77272725,0.75619835,0.73140496,0.70247936,0.677686,0.6528926,0.62396693,0.58264464,0.5413223,0.5289256,0.5206612,0.5165289,0.5082645,0.49173555,0.4876033,0.45867768,0.43801653,0.42975205,0.45041323,0.46280992,0.4752066,0.48347107,0.5082645,0.5247934,0.5371901,0.5661157,0.59504133,0.59504133,0.57024795,0.5413223,0.5289256,0.5289256,0.5206612,0.4876033,0.44214877,0.4090909,0.41322315,0.4090909,0.37190083,0.3429752,0.35950413,0.38842976,0.41322315,0.42561984,0.44214877,0.46694216,0.47107437,0.44214877,0.4214876,0.4090909,0.40082645,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.71487606,0.7355372,0.7355372,0.7355372,0.74380165,0.73966944,0.7107438,0.677686,0.6487603,0.6198347,0.59090906,0.57438016,0.57024795,0.553719,0.5247934,0.4876033,0.46280992,0.43801653,0.41735536,0.4090909,0.38842976,0.37603307,0.36363637,0.35950413,0.3677686,0.38842976,0.39256197,0.4090909,0.43801653,0.47107437,0.5041322,0.5247934,0.5495868,0.57024795,0.56198347,0.5289256,0.5,0.49586776,0.4752066,0.45454547,0.4090909,0.38842976,0.35950413,0.35123968,0.33471075,0.3305785,0.33471075,0.36363637,0.40082645,0.41735536,0.41735536,0.41735536,0.41322315,0.40082645,0.40082645,0.4090909,0.4090909,0.4090909,0.41322315,0.41322315,0.41322315,0.41322315,0.41322315,0.41322315,0.7066116,0.71487606,0.6983471,0.6942149,0.677686,0.661157,0.61570245,0.58677685,0.5785124,0.5785124,0.59090906,0.60330576,0.61570245,0.62396693,0.61570245,0.59917355,0.553719,0.5123967,0.47933885,0.4338843,0.4090909,0.38842976,0.37190083,0.37190083,0.37190083,0.38016528,0.38429752,0.38842976,0.41735536,0.45867768,0.49173555,0.53305787,0.55785125,0.5661157,0.5495868,0.5041322,0.4752066,0.45867768,0.4214876,0.40082645,0.38016528,0.39256197,0.38429752,0.38842976,0.40082645,0.42975205,0.46280992,0.47933885,0.5,0.49586776,0.4876033,0.46694216,0.41735536,0.37603307,0.35950413,0.37190083,0.40082645,0.4090909,0.4214876,0.4214876,0.4214876,0.4214876,0.4214876,0.4214876,0.6859504,0.661157,0.6322314,0.61570245,0.59917355,0.59504133,0.5785124,0.59504133,0.62396693,0.6528926,0.6859504,0.6983471,0.7066116,0.72727275,0.7231405,0.7107438,0.6859504,0.6280992,0.58677685,0.5082645,0.48347107,0.446281,0.42975205,0.4090909,0.3966942,0.39256197,0.39256197,0.38842976,0.4214876,0.46694216,0.5206612,0.57024795,0.59917355,0.61157024,0.57024795,0.5082645,0.47107437,0.41735536,0.38842976,0.40082645,0.41322315,0.43801653,0.44214877,0.46694216,0.47933885,0.49586776,0.5289256,0.5495868,0.55785125,0.54545456,0.5371901,0.5123967,0.45867768,0.40082645,0.3553719,0.35123968,0.39256197,0.4090909,0.4090909,0.4090909,0.4090909,0.4090909,0.4090909,0.4090909,0.6404959,0.59917355,0.58264464,0.57024795,0.58677685,0.61157024,0.6198347,0.661157,0.6942149,0.71487606,0.72727275,0.71487606,0.6942149,0.69008267,0.6735537,0.6446281,0.6280992,0.59090906,0.5495868,0.48347107,0.47107437,0.43801653,0.446281,0.42561984,0.42561984,0.40495867,0.39256197,0.3966942,0.42975205,0.4876033,0.5661157,0.6280992,0.6694215,0.677686,0.6280992,0.5413223,0.46694216,0.3966942,0.39256197,0.4338843,0.45041323,0.46280992,0.46694216,0.4752066,0.4752066,0.46694216,0.4876033,0.5123967,0.5165289,0.5,0.5082645,0.5082645,0.47933885,0.41322315,0.36363637,0.3677686,0.39256197,0.4090909,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.59504133,0.57438016,0.5785124,0.58677685,0.61570245,0.6446281,0.6487603,0.661157,0.6694215,0.661157,0.6487603,0.61570245,0.5785124,0.5495868,0.5165289,0.46694216,0.43801653,0.42561984,0.40495867,0.38429752,0.37603307,0.37190083,0.4090909,0.42561984,0.4214876,0.4090909,0.38429752,0.3966942,0.4338843,0.5082645,0.61570245,0.69008267,0.72727275,0.73140496,0.69008267,0.58677685,0.46694216,0.39256197,0.40495867,0.4338843,0.4338843,0.42561984,0.43801653,0.44214877,0.44214877,0.43801653,0.41735536,0.42561984,0.41735536,0.40082645,0.40495867,0.42975205,0.45041323,0.4090909,0.35950413,0.37603307,0.40082645,0.4090909,0.41322315,0.41322315,0.41322315,0.41322315,0.41322315,0.41322315,0.59090906,0.58677685,0.59917355,0.607438,0.61570245,0.61570245,0.59090906,0.56198347,0.5289256,0.5123967,0.5,0.4752066,0.45454547,0.4338843,0.40082645,0.33471075,0.29338843,0.26859504,0.29338843,0.3181818,0.32231405,0.3264463,0.38429752,0.41735536,0.4090909,0.40082645,0.38842976,0.3966942,0.45454547,0.56198347,0.6818182,0.75206614,0.77272725,0.77272725,0.7355372,0.62396693,0.4752066,0.38429752,0.39256197,0.40082645,0.3966942,0.40082645,0.42975205,0.446281,0.4090909,0.35950413,0.28512397,0.28512397,0.28512397,0.28099173,0.29752067,0.3140496,0.38429752,0.39256197,0.338843,0.3677686,0.41322315,0.4090909,0.4090909,0.4090909,0.4090909,0.4090909,0.4090909,0.4090909,0.62396693,0.61157024,0.61157024,0.59090906,0.553719,0.5247934,0.47107437,0.4090909,0.3677686,0.38016528,0.40495867,0.4214876,0.44214877,0.4338843,0.37190083,0.2644628,0.18595041,0.17768595,0.25619835,0.3305785,0.33471075,0.29338843,0.39256197,0.4752066,0.45041323,0.42975205,0.41735536,0.4214876,0.5,0.6322314,0.74380165,0.79752064,0.79752064,0.78099173,0.76033056,0.6652893,0.5082645,0.40495867,0.37603307,0.3677686,0.3429752,0.3966942,0.44214877,0.46694216,0.4338843,0.2892562,0.15289256,0.1446281,0.19421488,0.18181819,0.21487603,0.2603306,0.35123968,0.38429752,0.3181818,0.338843,0.41735536,0.41322315,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.6322314,0.61570245,0.5785124,0.5371901,0.46694216,0.42975205,0.41735536,0.4090909,0.4090909,0.42975205,0.44214877,0.47107437,0.49586776,0.4752066,0.40495867,0.29338843,0.23140496,0.24380165,0.32231405,0.38429752,0.40082645,0.35950413,0.4214876,0.5165289,0.553719,0.48347107,0.446281,0.4876033,0.5661157,0.6818182,0.76859504,0.80991733,0.8016529,0.78512394,0.77272725,0.7231405,0.59917355,0.46694216,0.40495867,0.38842976,0.3677686,0.44214877,0.47933885,0.5123967,0.46694216,0.33471075,0.19008264,0.1694215,0.23140496,0.2644628,0.2644628,0.27272728,0.35123968,0.35123968,0.27272728,0.30991736,0.3966942,0.41322315,0.4090909,0.4090909,0.4090909,0.4090909,0.4090909,0.4090909,0.661157,0.6198347,0.59090906,0.5289256,0.5123967,0.553719,0.58264464,0.57024795,0.56198347,0.56198347,0.55785125,0.5495868,0.5495868,0.5413223,0.47933885,0.41735536,0.4090909,0.41735536,0.42561984,0.4752066,0.45454547,0.49586776,0.54545456,0.54545456,0.5289256,0.5123967,0.5123967,0.57024795,0.6322314,0.6983471,0.75206614,0.79752064,0.8016529,0.78512394,0.76859504,0.7355372,0.661157,0.5206612,0.4876033,0.4876033,0.46694216,0.446281,0.4876033,0.53305787,0.49586776,0.4214876,0.35123968,0.29752067,0.32231405,0.34710744,0.36363637,0.36363637,0.41735536,0.3677686,0.21900827,0.23966943,0.38429752,0.4214876,0.4090909,0.4090909,0.4090909,0.4090909,0.4090909,0.4090909,0.7107438,0.6735537,0.6859504,0.6694215,0.6818182,0.6983471,0.6818182,0.6404959,0.6280992,0.6363636,0.6446281,0.6198347,0.58677685,0.55785125,0.5206612,0.5289256,0.5413223,0.5206612,0.48347107,0.49586776,0.4752066,0.4752066,0.49586776,0.4752066,0.5041322,0.5785124,0.6446281,0.677686,0.6859504,0.7107438,0.7355372,0.78099173,0.80991733,0.7933884,0.76859504,0.74793386,0.6983471,0.553719,0.42561984,0.42561984,0.42561984,0.45041323,0.47933885,0.48347107,0.4876033,0.47933885,0.45041323,0.43801653,0.42975205,0.4090909,0.4090909,0.41322315,0.45454547,0.40082645,0.21900827,0.1983471,0.36363637,0.41322315,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.75206614,0.73140496,0.74793386,0.7355372,0.73966944,0.71487606,0.6859504,0.6528926,0.61570245,0.59917355,0.59917355,0.60330576,0.607438,0.58677685,0.55785125,0.5495868,0.5289256,0.5247934,0.5123967,0.46694216,0.45454547,0.45454547,0.46694216,0.47933885,0.57438016,0.677686,0.73140496,0.7355372,0.71487606,0.7066116,0.71487606,0.76033056,0.8057851,0.8057851,0.76859504,0.73966944,0.7066116,0.61157024,0.45867768,0.4090909,0.38429752,0.37190083,0.38429752,0.43801653,0.45867768,0.47933885,0.4752066,0.446281,0.42975205,0.4214876,0.43801653,0.446281,0.4752066,0.42561984,0.23140496,0.17768595,0.34710744,0.4214876,0.41735536,0.41735536,0.41735536,0.41735536,0.41735536,0.41735536,0.75619835,0.76859504,0.76859504,0.78099173,0.75619835,0.74793386,0.7231405,0.69008267,0.6528926,0.59090906,0.5371901,0.5041322,0.49173555,0.49173555,0.47933885,0.48347107,0.47933885,0.45041323,0.45867768,0.47107437,0.49173555,0.49586776,0.5413223,0.59917355,0.6735537,0.73140496,0.75619835,0.7231405,0.71487606,0.6942149,0.6942149,0.73140496,0.78099173,0.8057851,0.7892562,0.75206614,0.7231405,0.6528926,0.5165289,0.46280992,0.45867768,0.4090909,0.38429752,0.34710744,0.37190083,0.38842976,0.39256197,0.39256197,0.4214876,0.45041323,0.45867768,0.46694216,0.4876033,0.43801653,0.28512397,0.23553719,0.3553719,0.40495867,0.40082645,0.40082645,0.40082645,0.40082645,0.40082645,0.40082645,0.76033056,0.78512394,0.7892562,0.78099173,0.76033056,0.7644628,0.75619835,0.74380165,0.74380165,0.71900827,0.6694215,0.6198347,0.57438016,0.53305787,0.5165289,0.5041322,0.5,0.49173555,0.5,0.5289256,0.53305787,0.61157024,0.6570248,0.71900827,0.74380165,0.75619835,0.74380165,0.71900827,0.70247936,0.6859504,0.6942149,0.71900827,0.7644628,0.8057851,0.8016529,0.7768595,0.74793386,0.6818182,0.56198347,0.46280992,0.5206612,0.48347107,0.4876033,0.47933885,0.45867768,0.42975205,0.446281,0.45454547,0.4752066,0.49173555,0.49586776,0.47933885,0.49173555,0.45041323,0.3140496,0.28099173,0.37603307,0.4090909,0.4214876,0.4214876,0.4214876,0.4214876,0.4214876,0.4214876,0.76859504,0.7933884,0.7892562,0.7933884,0.78512394,0.78512394,0.78099173,0.7768595,0.7768595,0.7768595,0.75619835,0.73140496,0.70247936,0.661157,0.62396693,0.58677685,0.56198347,0.55785125,0.5785124,0.60330576,0.6528926,0.7107438,0.73966944,0.7644628,0.77272725,0.75619835,0.7355372,0.71900827,0.6942149,0.6818182,0.69008267,0.71487606,0.74793386,0.7892562,0.8140496,0.79752064,0.77272725,0.7066116,0.59917355,0.4752066,0.5371901,0.55785125,0.57438016,0.55785125,0.5247934,0.5165289,0.5082645,0.5082645,0.5123967,0.5,0.5041322,0.5,0.5041322,0.47107437,0.34710744,0.2892562,0.38429752,0.40082645,0.40082645,0.40082645,0.40082645,0.40082645,0.40082645,0.40082645,0.7892562,0.8057851,0.79752064,0.7933884,0.8016529,0.7933884,0.78512394,0.7768595,0.7768595,0.76859504,0.76033056,0.74380165,0.71487606,0.69008267,0.6735537,0.6570248,0.6404959,0.6528926,0.677686,0.7066116,0.73140496,0.74793386,0.75619835,0.77272725,0.76859504,0.76033056,0.72727275,0.6942149,0.69008267,0.6818182,0.6818182,0.6983471,0.72727275,0.76859504,0.8016529,0.8016529,0.78512394,0.73140496,0.6322314,0.4876033,0.5247934,0.56198347,0.61570245,0.59090906,0.59090906,0.553719,0.55785125,0.55785125,0.5371901,0.53305787,0.53305787,0.5247934,0.5165289,0.48347107,0.38016528,0.3181818,0.38429752,0.40082645,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.7768595,0.79752064,0.7933884,0.8016529,0.79752064,0.8016529,0.78512394,0.78099173,0.7768595,0.76859504,0.75619835,0.74380165,0.72727275,0.71487606,0.71487606,0.70247936,0.7107438,0.7355372,0.75206614,0.75206614,0.74380165,0.75619835,0.7644628,0.7644628,0.76859504,0.7644628,0.71900827,0.6942149,0.6942149,0.6818182,0.6859504,0.6942149,0.7107438,0.74793386,0.7892562,0.8016529,0.78512394,0.74793386,0.677686,0.5413223,0.5041322,0.55785125,0.61157024,0.6322314,0.6198347,0.61570245,0.607438,0.59917355,0.5785124,0.5661157,0.5495868,0.5289256,0.5206612,0.5,0.39256197,0.3264463,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.75206614,0.77272725,0.78512394,0.79752064,0.79752064,0.8016529,0.78512394,0.78512394,0.78099173,0.76859504,0.76033056,0.75619835,0.75206614,0.74793386,0.74380165,0.74793386,0.7644628,0.76859504,0.76859504,0.76033056,0.74793386,0.76859504,0.76859504,0.77272725,0.76859504,0.75619835,0.72727275,0.70247936,0.6859504,0.6859504,0.69008267,0.6942149,0.70247936,0.73140496,0.7768595,0.8016529,0.7892562,0.76033056,0.7107438,0.6322314,0.5413223,0.5289256,0.58677685,0.62396693,0.6404959,0.6404959,0.6446281,0.6363636,0.6198347,0.607438,0.58677685,0.54545456,0.5165289,0.49586776,0.40495867,0.3264463,0.37603307,0.3966942,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.7231405,0.74793386,0.76033056,0.76859504,0.78099173,0.78512394,0.78512394,0.78099173,0.7768595,0.77272725,0.7644628,0.7644628,0.76859504,0.76033056,0.76033056,0.7644628,0.7768595,0.76859504,0.7644628,0.76033056,0.75619835,0.76859504,0.7768595,0.76859504,0.76033056,0.7355372,0.71487606,0.69008267,0.6859504,0.6818182,0.677686,0.677686,0.6859504,0.71487606,0.77272725,0.8181818,0.8016529,0.7644628,0.74793386,0.6983471,0.62396693,0.5206612,0.5495868,0.60330576,0.6363636,0.6446281,0.6363636,0.6487603,0.6487603,0.62396693,0.61157024,0.57438016,0.5289256,0.5041322,0.40495867,0.30578512,0.36363637,0.3966942,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.70247936,0.72727275,0.7231405,0.7231405,0.73966944,0.74793386,0.74793386,0.74793386,0.75206614,0.75619835,0.76033056,0.7644628,0.7644628,0.7644628,0.7644628,0.7644628,0.76033056,0.75619835,0.76033056,0.75619835,0.75619835,0.76033056,0.77272725,0.75206614,0.7355372,0.7107438,0.6859504,0.6652893,0.6652893,0.6652893,0.661157,0.6652893,0.6735537,0.70247936,0.76859504,0.8264463,0.8140496,0.77272725,0.75619835,0.7355372,0.677686,0.57024795,0.53305787,0.58264464,0.6322314,0.6446281,0.6322314,0.6404959,0.6487603,0.6322314,0.60330576,0.57024795,0.5289256,0.4876033,0.40495867,0.3264463,0.35123968,0.38429752,0.38016528,0.38016528,0.38016528,0.38016528,0.38016528,0.38016528,0.6735537,0.69008267,0.6859504,0.69008267,0.69008267,0.6818182,0.70247936,0.72727275,0.74380165,0.73966944,0.74793386,0.76033056,0.76033056,0.7644628,0.76033056,0.75619835,0.74793386,0.73966944,0.74380165,0.74380165,0.74793386,0.73140496,0.7355372,0.70247936,0.6859504,0.6735537,0.6735537,0.6528926,0.6570248,0.6528926,0.6446281,0.6528926,0.6735537,0.6942149,0.75206614,0.822314,0.8140496,0.77272725,0.7644628,0.76033056,0.7107438,0.61570245,0.5371901,0.56198347,0.6280992,0.6487603,0.6404959,0.6363636,0.6363636,0.62396693,0.59917355,0.5495868,0.5041322,0.46694216,0.38842976,0.3181818,0.3429752,0.3677686,0.38016528,0.38016528,0.38016528,0.38016528,0.38016528,0.38016528,0.677686,0.6735537,0.69008267,0.69008267,0.6942149,0.6859504,0.6983471,0.72727275,0.74380165,0.74380165,0.74793386,0.75619835,0.76033056,0.76033056,0.75619835,0.74793386,0.73966944,0.73140496,0.72727275,0.72727275,0.7231405,0.7066116,0.6859504,0.6487603,0.6404959,0.6570248,0.6859504,0.6818182,0.6818182,0.6694215,0.6487603,0.6487603,0.6652893,0.6859504,0.73140496,0.7892562,0.79752064,0.7644628,0.76859504,0.77272725,0.73140496,0.6404959,0.5289256,0.5289256,0.60330576,0.6363636,0.6404959,0.6363636,0.62396693,0.61157024,0.58677685,0.5371901,0.49586776,0.45454547,0.36363637,0.30165288,0.33471075,0.36363637,0.37190083,0.37190083,0.37190083,0.37190083,0.37190083,0.37190083,0.6859504,0.6859504,0.7066116,0.70247936,0.7066116,0.7107438,0.7107438,0.71900827,0.73966944,0.74380165,0.74380165,0.75206614,0.75206614,0.74793386,0.74380165,0.73966944,0.72727275,0.7231405,0.71487606,0.7066116,0.6859504,0.6652893,0.6404959,0.6280992,0.6404959,0.6735537,0.70247936,0.7066116,0.7107438,0.6983471,0.6694215,0.6528926,0.6570248,0.6694215,0.6942149,0.7355372,0.76033056,0.75206614,0.75619835,0.73966944,0.6983471,0.61157024,0.5041322,0.49586776,0.55785125,0.59504133,0.62396693,0.6280992,0.61157024,0.60330576,0.57024795,0.5206612,0.48347107,0.45041323,0.34710744,0.2768595,0.33471075,0.34710744,0.35123968,0.35123968,0.35123968,0.35123968,0.35123968,0.35123968,0.6859504,0.69008267,0.6983471,0.7107438,0.7066116,0.7066116,0.7107438,0.71900827,0.72727275,0.7355372,0.73140496,0.73140496,0.73966944,0.7355372,0.72727275,0.7231405,0.7107438,0.6942149,0.69008267,0.6735537,0.6487603,0.6280992,0.61157024,0.6322314,0.6570248,0.6859504,0.6983471,0.70247936,0.71487606,0.7066116,0.6694215,0.6363636,0.62396693,0.61570245,0.62396693,0.6570248,0.69008267,0.71900827,0.7107438,0.6570248,0.60330576,0.5289256,0.446281,0.47933885,0.5247934,0.553719,0.59504133,0.61157024,0.607438,0.58677685,0.5413223,0.49586776,0.46694216,0.4338843,0.3264463,0.26859504,0.3305785,0.338843,0.34710744,0.34710744,0.34710744,0.34710744,0.34710744,0.34710744,0.6818182,0.6652893,0.677686,0.6942149,0.6942149,0.6859504,0.70247936,0.71900827,0.7231405,0.72727275,0.71487606,0.7066116,0.71900827,0.7231405,0.7066116,0.6942149,0.6859504,0.6570248,0.661157,0.6363636,0.6363636,0.6322314,0.60330576,0.61570245,0.6528926,0.6694215,0.6735537,0.6652893,0.6652893,0.6528926,0.61157024,0.56198347,0.5289256,0.5123967,0.5165289,0.5371901,0.5785124,0.6280992,0.61570245,0.5495868,0.4876033,0.41735536,0.38429752,0.47107437,0.5082645,0.5247934,0.55785125,0.57438016,0.58264464,0.553719,0.5123967,0.4752066,0.46280992,0.40082645,0.29338843,0.27272728,0.3140496,0.338843,0.35123968,0.35123968,0.35123968,0.35123968,0.35123968,0.35123968,0.6818182,0.6570248,0.6694215,0.6652893,0.6818182,0.677686,0.6859504,0.7066116,0.71487606,0.71487606,0.6983471,0.6859504,0.6942149,0.6983471,0.69008267,0.6652893,0.6528926,0.6322314,0.6363636,0.6404959,0.6528926,0.6487603,0.59090906,0.5785124,0.59917355,0.61157024,0.59090906,0.5495868,0.5041322,0.47107437,0.4338843,0.40082645,0.37603307,0.3677686,0.38429752,0.41735536,0.45041323,0.48347107,0.47107437,0.41735536,0.3677686,0.32231405,0.37190083,0.46280992,0.4876033,0.5,0.5247934,0.5413223,0.54545456,0.5247934,0.4876033,0.46694216,0.45867768,0.37190083,0.2644628,0.2520661,0.28512397,0.3305785,0.34710744,0.34710744,0.34710744,0.34710744,0.34710744,0.34710744,0.6859504,0.6694215,0.677686,0.6652893,0.69008267,0.6942149,0.6818182,0.6859504,0.6859504,0.69008267,0.6818182,0.6694215,0.6652893,0.6652893,0.6446281,0.62396693,0.61570245,0.6198347,0.6363636,0.6735537,0.677686,0.6570248,0.60330576,0.54545456,0.5123967,0.5041322,0.45454547,0.38429752,0.3181818,0.27272728,0.2520661,0.2603306,0.26859504,0.2520661,0.28099173,0.338843,0.35123968,0.3553719,0.3429752,0.30165288,0.29338843,0.3181818,0.41322315,0.45454547,0.46694216,0.4752066,0.49586776,0.5123967,0.5206612,0.5123967,0.46694216,0.45867768,0.446281,0.35950413,0.25619835,0.21487603,0.25619835,0.32231405,0.3264463,0.3264463,0.3264463,0.3264463,0.3264463,0.3264463,0.6694215,0.6570248,0.6652893,0.661157,0.677686,0.69008267,0.6859504,0.677686,0.6652893,0.6652893,0.6694215,0.6528926,0.6363636,0.62396693,0.59917355,0.58677685,0.58264464,0.61157024,0.6652893,0.6983471,0.6942149,0.6570248,0.6446281,0.57024795,0.47933885,0.4214876,0.36363637,0.3140496,0.27272728,0.2603306,0.2603306,0.27272728,0.28099173,0.2644628,0.2644628,0.29338843,0.30578512,0.29752067,0.2768595,0.26859504,0.3181818,0.40082645,0.446281,0.45454547,0.45867768,0.46694216,0.47107437,0.47933885,0.49586776,0.4876033,0.47107437,0.45867768,0.42975205,0.3429752,0.24793388,0.2107438,0.23966943,0.30578512,0.30578512,0.30578512,0.30578512,0.30578512,0.30578512,0.30578512,0.6446281,0.6322314,0.6363636,0.6487603,0.6487603,0.6528926,0.6694215,0.6652893,0.6528926,0.6404959,0.6404959,0.6198347,0.59090906,0.5785124,0.5661157,0.57438016,0.59504133,0.6446281,0.6942149,0.70247936,0.69008267,0.6694215,0.677686,0.6570248,0.59090906,0.4876033,0.40082645,0.35950413,0.338843,0.3305785,0.33471075,0.32231405,0.3140496,0.30991736,0.29338843,0.29752067,0.3140496,0.32231405,0.30991736,0.30165288,0.3553719,0.4338843,0.446281,0.45041323,0.45041323,0.46280992,0.46694216,0.45867768,0.46694216,0.47107437,0.4752066,0.45454547,0.41322315,0.3305785,0.2520661,0.22727273,0.2520661,0.29338843,0.30165288,0.30165288,0.30165288,0.30165288,0.30165288,0.30165288,0.6363636,0.6198347,0.6198347,0.6322314,0.6322314,0.6280992,0.6404959,0.6322314,0.62396693,0.607438,0.59504133,0.5785124,0.56198347,0.553719,0.5495868,0.5785124,0.6280992,0.677686,0.70247936,0.6942149,0.6859504,0.6735537,0.6735537,0.6694215,0.6735537,0.62396693,0.5289256,0.46280992,0.41735536,0.39256197,0.38842976,0.37603307,0.37603307,0.36363637,0.338843,0.33471075,0.3264463,0.3305785,0.34710744,0.3140496,0.3264463,0.41322315,0.42975205,0.446281,0.43801653,0.46694216,0.46694216,0.45041323,0.45041323,0.46280992,0.46694216,0.446281,0.4090909,0.3305785,0.25619835,0.23966943,0.24793388,0.28099173,0.29338843,0.29338843,0.29338843,0.29338843,0.29338843,0.29338843,0.6363636,0.6404959,0.6322314,0.6322314,0.6363636,0.6322314,0.61570245,0.607438,0.59504133,0.58264464,0.58264464,0.57438016,0.55785125,0.5495868,0.55785125,0.607438,0.6652893,0.6735537,0.6859504,0.6942149,0.677686,0.6735537,0.6528926,0.6487603,0.6363636,0.61570245,0.57438016,0.53305787,0.5,0.47107437,0.45041323,0.46694216,0.4876033,0.46280992,0.4090909,0.36363637,0.3305785,0.3264463,0.35123968,0.34710744,0.29338843,0.34710744,0.4090909,0.42975205,0.4214876,0.45867768,0.45454547,0.44214877,0.44214877,0.45454547,0.45454547,0.42975205,0.38842976,0.32231405,0.2644628,0.24793388,0.2644628,0.2768595,0.2768595,0.2768595,0.2768595,0.2768595,0.2768595,0.2768595,0.6363636,0.6363636,0.6446281,0.62396693,0.61570245,0.6280992,0.59504133,0.59504133,0.59090906,0.59090906,0.58264464,0.5661157,0.55785125,0.5661157,0.59917355,0.6363636,0.6446281,0.6446281,0.6487603,0.661157,0.6446281,0.62396693,0.6198347,0.58677685,0.57024795,0.5661157,0.55785125,0.5206612,0.5123967,0.5206612,0.5123967,0.5123967,0.5289256,0.5247934,0.45867768,0.39256197,0.38016528,0.36363637,0.3677686,0.35123968,0.3181818,0.29752067,0.3264463,0.39256197,0.39256197,0.4338843,0.45041323,0.45041323,0.43801653,0.45041323,0.45041323,0.42975205,0.3966942,0.338843,0.27272728,0.24793388,0.2768595,0.28099173,0.2603306,0.2603306,0.2603306,0.2603306,0.2603306,0.2603306,0.6570248,0.6280992,0.6322314,0.61157024,0.61570245,0.62396693,0.607438,0.59504133,0.59504133,0.58677685,0.57024795,0.553719,0.553719,0.57438016,0.607438,0.6198347,0.61157024,0.607438,0.59917355,0.59090906,0.59917355,0.59504133,0.553719,0.5413223,0.5289256,0.5495868,0.5413223,0.5206612,0.5082645,0.5289256,0.5413223,0.5413223,0.54545456,0.5289256,0.47933885,0.4214876,0.40495867,0.446281,0.4090909,0.38016528,0.33471075,0.3181818,0.30578512,0.33471075,0.38429752,0.4090909,0.4338843,0.44214877,0.44214877,0.45041323,0.45041323,0.4214876,0.38842976,0.33471075,0.25619835,0.2231405,0.24380165,0.26859504,0.23553719,0.23553719,0.23553719,0.23553719,0.23553719,0.23553719,0.61570245,0.6404959,0.607438,0.62396693,0.6363636,0.62396693,0.5785124,0.5495868,0.5785124,0.59504133,0.5785124,0.553719,0.5495868,0.57024795,0.5785124,0.59504133,0.607438,0.59917355,0.58264464,0.5413223,0.57438016,0.5661157,0.5413223,0.53305787,0.5371901,0.5289256,0.5206612,0.5041322,0.48347107,0.4876033,0.49586776,0.5,0.5082645,0.5082645,0.43801653,0.3677686,0.40082645,0.4338843,0.44214877,0.40495867,0.3429752,0.3553719,0.338843,0.338843,0.33471075,0.38842976,0.41735536,0.42561984,0.446281,0.45041323,0.42975205,0.38016528,0.34710744,0.30578512,0.23966943,0.20661157,0.23140496,0.27272728,0.2768595,0.2768595,0.2768595,0.2768595,0.2768595,0.2768595,0.58677685,0.62396693,0.61570245,0.6404959,0.6446281,0.60330576,0.5371901,0.5413223,0.57438016,0.58677685,0.57438016,0.5495868,0.5495868,0.57024795,0.59090906,0.60330576,0.58677685,0.57438016,0.5495868,0.53305787,0.553719,0.5785124,0.57438016,0.54545456,0.56198347,0.5495868,0.5371901,0.5082645,0.45454547,0.42975205,0.4338843,0.45041323,0.45041323,0.42561984,0.38429752,0.35950413,0.39256197,0.40082645,0.4338843,0.4214876,0.36363637,0.338843,0.38016528,0.3429752,0.30165288,0.37190083,0.38842976,0.4214876,0.44214877,0.446281,0.4090909,0.35950413,0.30578512,0.28099173,0.2603306,0.21487603,0.21900827,0.25619835,0.22727273,0.22727273,0.22727273,0.22727273,0.22727273,0.22727273,0.57024795,0.59917355,0.6198347,0.6446281,0.6487603,0.61570245,0.5785124,0.58264464,0.59917355,0.5785124,0.54545456,0.5371901,0.54545456,0.54545456,0.55785125,0.58677685,0.5661157,0.5289256,0.5247934,0.56198347,0.5495868,0.5661157,0.5785124,0.5495868,0.53305787,0.48347107,0.46694216,0.45867768,0.4090909,0.37190083,0.3677686,0.38429752,0.40082645,0.38429752,0.3305785,0.3140496,0.3677686,0.39256197,0.37190083,0.3429752,0.30991736,0.3140496,0.3429752,0.33471075,0.3264463,0.30991736,0.34710744,0.3966942,0.42561984,0.42561984,0.40082645,0.338843,0.30578512,0.28512397,0.24793388,0.22727273,0.22727273,0.23966943,0.24380165,0.24380165,0.24380165,0.24380165,0.24380165,0.24380165,0.5495868,0.5785124,0.59504133,0.607438,0.6198347,0.6198347,0.59504133,0.59917355,0.58264464,0.553719,0.54545456,0.5413223,0.5371901,0.5289256,0.53305787,0.553719,0.5371901,0.5041322,0.49586776,0.5289256,0.5247934,0.5041322,0.49586776,0.5082645,0.4752066,0.43801653,0.38842976,0.38016528,0.37190083,0.33471075,0.338843,0.3677686,0.37190083,0.35950413,0.30578512,0.2644628,0.30991736,0.33471075,0.29338843,0.24793388,0.23140496,0.28512397,0.3181818,0.338843,0.3264463,0.30578512,0.30165288,0.3677686,0.4090909,0.41322315,0.38016528,0.34710744,0.3264463,0.29752067,0.2520661,0.22727273,0.2231405,0.22727273,0.23140496,0.23140496,0.23140496,0.23140496,0.23140496,0.23140496,0.5082645,0.553719,0.56198347,0.5413223,0.57024795,0.59090906,0.59090906,0.59917355,0.58264464,0.56198347,0.54545456,0.5247934,0.5082645,0.5123967,0.5165289,0.5082645,0.49586776,0.49586776,0.4752066,0.42975205,0.40082645,0.3553719,0.3677686,0.39256197,0.41322315,0.38016528,0.338843,0.3140496,0.3305785,0.3140496,0.30991736,0.32231405,0.3305785,0.3264463,0.29338843,0.23553719,0.20247933,0.2107438,0.2231405,0.2107438,0.2231405,0.25619835,0.28512397,0.3140496,0.3305785,0.25619835,0.2892562,0.34710744,0.35950413,0.3677686,0.38016528,0.3429752,0.32231405,0.29752067,0.24793388,0.23966943,0.24380165,0.22727273,0.21900827,0.21900827,0.21900827,0.21900827,0.21900827,0.21900827,0.47107437,0.5206612,0.49586776,0.5,0.53305787,0.57024795,0.5661157,0.553719,0.5495868,0.5413223,0.5123967,0.48347107,0.47933885,0.5,0.49586776,0.44214877,0.4214876,0.40082645,0.36363637,0.3305785,0.2892562,0.23553719,0.2520661,0.27272728,0.30165288,0.30165288,0.2892562,0.28512397,0.30165288,0.2892562,0.2603306,0.23553719,0.2603306,0.29338843,0.2603306,0.19008264,0.13636364,0.16528925,0.17355372,0.21487603,0.20661157,0.26859504,0.2603306,0.29752067,0.29338843,0.2520661,0.28512397,0.3181818,0.3264463,0.3264463,0.338843,0.3305785,0.3181818,0.29752067,0.2520661,0.23553719,0.24380165,0.2107438,0.20247933,0.20247933,0.20247933,0.20247933,0.20247933,0.20247933,0.43801653,0.446281,0.45454547,0.48347107,0.5165289,0.5413223,0.5289256,0.5041322,0.5041322,0.5041322,0.48347107,0.45041323,0.446281,0.45867768,0.42975205,0.38016528,0.38429752,0.3429752,0.338843,0.3305785,0.30578512,0.27272728,0.29338843,0.28512397,0.30578512,0.26859504,0.23553719,0.23553719,0.23966943,0.23966943,0.21487603,0.18595041,0.20247933,0.23553719,0.22727273,0.1983471,0.1983471,0.24380165,0.23966943,0.24380165,0.23140496,0.2644628,0.23553719,0.2768595,0.2644628,0.26859504,0.29338843,0.29752067,0.32231405,0.30578512,0.29752067,0.28512397,0.29338843,0.28512397,0.24380165,0.23966943,0.23966943,0.20247933,0.20661157,0.20661157,0.20661157,0.20661157,0.20661157,0.20661157,0.3966942,0.3966942,0.4338843,0.46694216,0.4752066,0.48347107,0.47933885,0.44214877,0.45454547,0.45867768,0.42975205,0.41322315,0.41322315,0.4090909,0.37190083,0.35123968,0.37190083,0.3553719,0.38016528,0.38429752,0.3966942,0.39256197,0.40082645,0.40082645,0.4090909,0.36363637,0.3181818,0.29752067,0.2892562,0.2892562,0.28099173,0.2768595,0.29338843,0.3140496,0.30578512,0.2892562,0.30165288,0.338843,0.3305785,0.30165288,0.3264463,0.3264463,0.27272728,0.23553719,0.25619835,0.27272728,0.28512397,0.28512397,0.30578512,0.28512397,0.28099173,0.2520661,0.24793388,0.2603306,0.24380165,0.22727273,0.21900827,0.20247933,0.21487603,0.21487603,0.21487603,0.21487603,0.21487603,0.21487603,0.3677686,0.38429752,0.40495867,0.41735536,0.41735536,0.4214876,0.42975205,0.4090909,0.42561984,0.42975205,0.3966942,0.35950413,0.35950413,0.37603307,0.37190083,0.38016528,0.40495867,0.4090909,0.42561984,0.42561984,0.45454547,0.46694216,0.46280992,0.4752066,0.4752066,0.45867768,0.42975205,0.41322315,0.4090909,0.4090909,0.40082645,0.3966942,0.4090909,0.41735536,0.41322315,0.38842976,0.38016528,0.39256197,0.39256197,0.38016528,0.41735536,0.42975205,0.3553719,0.25619835,0.23553719,0.2520661,0.27272728,0.29338843,0.29752067,0.2768595,0.25619835,0.23553719,0.2231405,0.23140496,0.23140496,0.2107438,0.20247933,0.2107438,0.20247933,0.20247933,0.20247933,0.20247933,0.20247933,0.20247933,0.35123968,0.37603307,0.3677686,0.37190083,0.38429752,0.38842976,0.38429752,0.38016528,0.40495867,0.4090909,0.38016528,0.34710744,0.33471075,0.35950413,0.38842976,0.41735536,0.446281,0.4752066,0.47933885,0.47933885,0.5041322,0.5123967,0.5082645,0.5,0.5082645,0.5082645,0.4752066,0.46280992,0.45454547,0.45041323,0.44214877,0.4338843,0.42975205,0.43801653,0.44214877,0.4214876,0.41322315,0.41322315,0.42975205,0.44214877,0.47107437,0.47933885,0.4090909,0.29752067,0.26859504,0.25619835,0.25619835,0.2603306,0.29752067,0.29752067,0.24793388,0.23553719,0.23140496,0.23553719,0.2231405,0.19421488,0.1983471,0.20661157,0.20247933,0.20247933,0.20247933,0.20247933,0.20247933,0.20247933,0.3429752,0.37603307,0.3429752,0.338843,0.36363637,0.36363637,0.35950413,0.3553719,0.39256197,0.40082645,0.3966942,0.37190083,0.3429752,0.37190083,0.41322315,0.446281,0.4752066,0.5082645,0.5123967,0.5289256,0.5413223,0.5289256,0.53305787,0.5371901,0.54545456,0.56198347,0.5165289,0.47933885,0.46280992,0.44214877,0.43801653,0.43801653,0.4214876,0.41735536,0.42975205,0.4338843,0.42975205,0.43801653,0.46694216,0.47933885,0.4752066,0.46694216,0.42975205,0.33471075,0.28099173,0.27272728,0.24793388,0.22727273,0.26859504,0.28099173,0.2603306,0.23966943,0.23966943,0.23966943,0.20661157,0.19421488,0.20661157,0.19421488,0.18595041,0.18595041,0.18595041,0.18595041,0.18595041,0.18595041,0.3429752,0.38016528,0.3264463,0.3181818,0.338843,0.338843,0.33471075,0.3553719,0.3966942,0.40495867,0.40082645,0.38429752,0.38429752,0.40495867,0.4214876,0.44214877,0.446281,0.45867768,0.4876033,0.5371901,0.5413223,0.5206612,0.5371901,0.553719,0.553719,0.55785125,0.5371901,0.5123967,0.49173555,0.46280992,0.45454547,0.46280992,0.45454547,0.43801653,0.45041323,0.46694216,0.46694216,0.46694216,0.49173555,0.47933885,0.45454547,0.45454547,0.41735536,0.36363637,0.29338843,0.2892562,0.2644628,0.23966943,0.23553719,0.2520661,0.25619835,0.23140496,0.23140496,0.21900827,0.18595041,0.19008264,0.1983471,0.19421488,0.17355372,0.17355372,0.17355372,0.17355372,0.17355372,0.17355372,0.338843,0.3429752,0.3140496,0.3140496,0.3140496,0.3264463,0.30165288,0.338843,0.38016528,0.38429752,0.38842976,0.40082645,0.41322315,0.40495867,0.38842976,0.3966942,0.38842976,0.40495867,0.44214877,0.49586776,0.49586776,0.49173555,0.5082645,0.5041322,0.5041322,0.4876033,0.49586776,0.48347107,0.48347107,0.47107437,0.46280992,0.47933885,0.49173555,0.47933885,0.47107437,0.47933885,0.49173555,0.5041322,0.49173555,0.47107437,0.45041323,0.4338843,0.3966942,0.35950413,0.3305785,0.28099173,0.2603306,0.25619835,0.23140496,0.24793388,0.23553719,0.20661157,0.20247933,0.19008264,0.18181819,0.18181819,0.18595041,0.1983471,0.18595041,0.18595041,0.18595041,0.18595041,0.18595041,0.18595041,0.3181818,0.30165288,0.30165288,0.29752067,0.30578512,0.30578512,0.28512397,0.29752067,0.32231405,0.34710744,0.38842976,0.41322315,0.40495867,0.36363637,0.3305785,0.34710744,0.35950413,0.40495867,0.42561984,0.42975205,0.42561984,0.42975205,0.43801653,0.4338843,0.4214876,0.42561984,0.42975205,0.41735536,0.44214877,0.446281,0.4338843,0.45041323,0.4752066,0.4752066,0.45867768,0.446281,0.45454547,0.49173555,0.48347107,0.47933885,0.47933885,0.43801653,0.38842976,0.30578512,0.32231405,0.28512397,0.24793388,0.25619835,0.24380165,0.24380165,0.22727273,0.1983471,0.17768595,0.1694215,0.17768595,0.18181819,0.17768595,0.20661157,0.18181819,0.18181819,0.18181819,0.18181819,0.18181819,0.18181819,0.2768595,0.3140496,0.30165288,0.2768595,0.30991736,0.2768595,0.2603306,0.26859504,0.28099173,0.3140496,0.36363637,0.38842976,0.38016528,0.3429752,0.30578512,0.3305785,0.3553719,0.41322315,0.4338843,0.41735536,0.40495867,0.39256197,0.4090909,0.41735536,0.39256197,0.40082645,0.3966942,0.41735536,0.42975205,0.42561984,0.3966942,0.4090909,0.4338843,0.4338843,0.4338843,0.4090909,0.3966942,0.4214876,0.45041323,0.46280992,0.5,0.46694216,0.39256197,0.2768595,0.30578512,0.30578512,0.26859504,0.25619835,0.24380165,0.23966943,0.2231405,0.20247933,0.18595041,0.17355372,0.18595041,0.18595041,0.17355372,0.1983471,0.17768595,0.17768595,0.17768595,0.17768595,0.17768595,0.17768595,0.24793388,0.30165288,0.30578512,0.2768595,0.28099173,0.25619835,0.24380165,0.25619835,0.26859504,0.29338843,0.3429752,0.3677686,0.35950413,0.3429752,0.3181818,0.3305785,0.37603307,0.41735536,0.446281,0.44214877,0.43801653,0.4338843,0.45041323,0.446281,0.43801653,0.4214876,0.4214876,0.4214876,0.40082645,0.3966942,0.38016528,0.38842976,0.40495867,0.4090909,0.41735536,0.40082645,0.38429752,0.38429752,0.40082645,0.4214876,0.45454547,0.4214876,0.37603307,0.3181818,0.30991736,0.29338843,0.2644628,0.25619835,0.23553719,0.24380165,0.21900827,0.1983471,0.19008264,0.19008264,0.1983471,0.19008264,0.18181819,0.18595041,0.18595041,0.18595041,0.18595041,0.18595041,0.18595041,0.18595041,0.25619835,0.2603306,0.2892562,0.2892562,0.28512397,0.25619835,0.24793388,0.26859504,0.29338843,0.30578512,0.338843,0.3553719,0.338843,0.3429752,0.35123968,0.35950413,0.38842976,0.4214876,0.4338843,0.45454547,0.45454547,0.43801653,0.446281,0.45454547,0.43801653,0.43801653,0.42975205,0.41322315,0.38429752,0.38842976,0.38016528,0.38429752,0.41322315,0.4214876,0.4090909,0.40082645,0.3966942,0.38429752,0.4090909,0.41735536,0.41735536,0.40495867,0.3305785,0.34710744,0.29338843,0.30578512,0.23966943,0.25619835,0.23553719,0.23966943,0.23553719,0.20247933,0.18181819,0.19421488,0.19008264,0.16528925,0.18181819,0.18595041,0.17355372,0.17355372,0.17355372,0.17355372,0.17355372,0.17355372,0.2231405,0.23140496,0.23553719,0.2520661,0.23553719,0.23966943,0.24793388,0.27272728,0.30165288,0.30578512,0.3140496,0.3305785,0.3305785,0.338843,0.36363637,0.3677686,0.37190083,0.39256197,0.40495867,0.4090909,0.42561984,0.42561984,0.44214877,0.4338843,0.42975205,0.4214876,0.40082645,0.38429752,0.40082645,0.40495867,0.39256197,0.40082645,0.42561984,0.42975205,0.41322315,0.3966942,0.37603307,0.38016528,0.4214876,0.446281,0.40082645,0.4090909,0.3305785,0.29752067,0.27272728,0.29752067,0.24380165,0.2603306,0.24793388,0.24793388,0.23553719,0.2107438,0.17768595,0.17355372,0.17768595,0.17355372,0.1694215,0.16115703,0.19008264,0.19008264,0.19008264,0.19008264,0.19008264,0.19008264,0.21900827,0.23553719,0.2107438,0.2231405,0.23140496,0.2603306,0.28099173,0.29752067,0.30991736,0.3305785,0.338843,0.34710744,0.34710744,0.34710744,0.36363637,0.36363637,0.37603307,0.37603307,0.37190083,0.38429752,0.4214876,0.41322315,0.41322315,0.4338843,0.4338843,0.4214876,0.3966942,0.39256197,0.40082645,0.41735536,0.3966942,0.38842976,0.41735536,0.4338843,0.41322315,0.37190083,0.3429752,0.3677686,0.40082645,0.45041323,0.38842976,0.4090909,0.34710744,0.2520661,0.30991736,0.28512397,0.2603306,0.2520661,0.25619835,0.2520661,0.24380165,0.21900827,0.18595041,0.17768595,0.17768595,0.17768595,0.17768595,0.16528925,0.16528925,0.16528925,0.16528925,0.16528925,0.16528925,0.16528925,0.23966943,0.22727273,0.2231405,0.24380165,0.26859504,0.28099173,0.3264463,0.32231405,0.33471075,0.35950413,0.3677686,0.35950413,0.338843,0.32231405,0.3305785,0.35123968,0.39256197,0.4090909,0.38842976,0.38016528,0.41735536,0.40082645,0.38842976,0.41322315,0.42975205,0.41735536,0.4090909,0.41322315,0.41322315,0.4090909,0.40495867,0.3966942,0.41322315,0.41735536,0.38016528,0.36363637,0.35123968,0.3429752,0.3966942,0.44214877,0.39256197,0.3966942,0.36363637,0.2892562,0.2768595,0.30991736,0.2892562,0.25619835,0.23966943,0.2603306,0.2520661,0.22727273,0.19008264,0.1694215,0.17355372,0.16528925,0.16528925,0.17768595,0.16115703,0.16115703,0.16115703,0.16115703,0.16115703,0.16115703,0.23553719,0.2107438,0.25619835,0.25619835,0.29338843,0.2768595,0.28099173,0.27272728,0.29752067,0.3181818,0.3305785,0.3181818,0.30991736,0.3305785,0.32231405,0.3264463,0.38842976,0.4090909,0.38842976,0.39256197,0.40082645,0.4090909,0.35950413,0.37603307,0.38016528,0.39256197,0.35950413,0.38842976,0.41322315,0.38842976,0.38429752,0.37603307,0.37603307,0.37603307,0.36363637,0.38016528,0.38429752,0.338843,0.37603307,0.40495867,0.3553719,0.3966942,0.3553719,0.32231405,0.2892562,0.30991736,0.28512397,0.2603306,0.23966943,0.23966943,0.21487603,0.19008264,0.17768595,0.17768595,0.17355372,0.16115703,0.17355372,0.18595041,0.16528925,0.16528925,0.16528925,0.16528925,0.16528925,0.16528925,0.23553719,0.2231405,0.23966943,0.2768595,0.2603306,0.22727273,0.22727273,0.2520661,0.25619835,0.24380165,0.23966943,0.24380165,0.28512397,0.3181818,0.30991736,0.35123968,0.38016528,0.38016528,0.37603307,0.3966942,0.38429752,0.40082645,0.3305785,0.3264463,0.36363637,0.36363637,0.33471075,0.32231405,0.3677686,0.36363637,0.3553719,0.3429752,0.32231405,0.32231405,0.35123968,0.38429752,0.36363637,0.30578512,0.35950413,0.38016528,0.35123968,0.32231405,0.36363637,0.3429752,0.26859504,0.28099173,0.28099173,0.2644628,0.24793388,0.2231405,0.18595041,0.18181819,0.1694215,0.16115703,0.1694215,0.16528925,0.17355372,0.17355372,0.16528925,0.16528925,0.16528925,0.16528925,0.16528925,0.16528925,25 +0.45867768,0.54545456,0.59090906,0.6446281,0.661157,0.6652893,0.6859504,0.70247936,0.7107438,0.73140496,0.73966944,0.76859504,0.76859504,0.76033056,0.76859504,0.76859504,0.76859504,0.78512394,0.7933884,0.7933884,0.79752064,0.7892562,0.79752064,0.8016529,0.8057851,0.8140496,0.822314,0.8140496,0.8181818,0.8140496,0.8140496,0.8181818,0.8264463,0.822314,0.8140496,0.8140496,0.8140496,0.8181818,0.8140496,0.8140496,0.8057851,0.8140496,0.80991733,0.8057851,0.8016529,0.79752064,0.7892562,0.78512394,0.7644628,0.7644628,0.76859504,0.77272725,0.77272725,0.77272725,0.75619835,0.74380165,0.73140496,0.69008267,0.6694215,0.6528926,0.6280992,0.6198347,0.607438,0.57438016,0.45041323,0.5206612,0.58264464,0.6198347,0.6528926,0.6570248,0.677686,0.6942149,0.70247936,0.7355372,0.73966944,0.74793386,0.7644628,0.76859504,0.76859504,0.7768595,0.78099173,0.8016529,0.8016529,0.8016529,0.8016529,0.79752064,0.8057851,0.8140496,0.8140496,0.8181818,0.8181818,0.8140496,0.822314,0.8181818,0.8181818,0.822314,0.8305785,0.8181818,0.8140496,0.8181818,0.80991733,0.8057851,0.8181818,0.8140496,0.80991733,0.8181818,0.8140496,0.80991733,0.8140496,0.79752064,0.7933884,0.8016529,0.77272725,0.74793386,0.76859504,0.7892562,0.76859504,0.75206614,0.73966944,0.71900827,0.7066116,0.6942149,0.6735537,0.6528926,0.6322314,0.60330576,0.59504133,0.57438016,0.45454547,0.5206612,0.57438016,0.60330576,0.6322314,0.6487603,0.6735537,0.6942149,0.7066116,0.73140496,0.74380165,0.73966944,0.75619835,0.7768595,0.76859504,0.78512394,0.78099173,0.7933884,0.8016529,0.8057851,0.80991733,0.80991733,0.8181818,0.8181818,0.8181818,0.8181818,0.822314,0.8140496,0.822314,0.80991733,0.8140496,0.822314,0.8305785,0.8181818,0.8140496,0.822314,0.8016529,0.8016529,0.8181818,0.8140496,0.80991733,0.80991733,0.80991733,0.8140496,0.79752064,0.7933884,0.7933884,0.79752064,0.7768595,0.75619835,0.7768595,0.78512394,0.77272725,0.74380165,0.74380165,0.71900827,0.7107438,0.70247936,0.6818182,0.6528926,0.62396693,0.61157024,0.58264464,0.5785124,0.46280992,0.5082645,0.5661157,0.59917355,0.607438,0.6363636,0.6652893,0.6983471,0.71900827,0.73966944,0.74380165,0.74380165,0.74793386,0.7768595,0.77272725,0.76859504,0.7892562,0.7892562,0.7892562,0.8057851,0.8140496,0.80991733,0.80991733,0.8140496,0.8181818,0.822314,0.8264463,0.8140496,0.8016529,0.822314,0.8181818,0.8181818,0.822314,0.8181818,0.80991733,0.80991733,0.8057851,0.8057851,0.8140496,0.8140496,0.80991733,0.8140496,0.8057851,0.80991733,0.8057851,0.7933884,0.7892562,0.78512394,0.78099173,0.76859504,0.78099173,0.78512394,0.7768595,0.76859504,0.75206614,0.73140496,0.72727275,0.7066116,0.6859504,0.6570248,0.6280992,0.60330576,0.5785124,0.57024795,0.49586776,0.5247934,0.56198347,0.59504133,0.59504133,0.61570245,0.6528926,0.6818182,0.71487606,0.73140496,0.7355372,0.74793386,0.7355372,0.76033056,0.76859504,0.76033056,0.78512394,0.7892562,0.7892562,0.8016529,0.8057851,0.8057851,0.8016529,0.8016529,0.8057851,0.8140496,0.8264463,0.8181818,0.8016529,0.8016529,0.8057851,0.80991733,0.80991733,0.8140496,0.8057851,0.79752064,0.79752064,0.79752064,0.8016529,0.8016529,0.8057851,0.8016529,0.7933884,0.7933884,0.8016529,0.8016529,0.7892562,0.78099173,0.78099173,0.7768595,0.77272725,0.7768595,0.77272725,0.76033056,0.75206614,0.7355372,0.73966944,0.7107438,0.6818182,0.661157,0.6363636,0.607438,0.55785125,0.55785125,0.5165289,0.54545456,0.57438016,0.60330576,0.59504133,0.60330576,0.6446281,0.6694215,0.70247936,0.7355372,0.74380165,0.75206614,0.74793386,0.75619835,0.7644628,0.7644628,0.76859504,0.7892562,0.78099173,0.7892562,0.8016529,0.79752064,0.78512394,0.7933884,0.7892562,0.79752064,0.79752064,0.7892562,0.78099173,0.78099173,0.78512394,0.7933884,0.8016529,0.8016529,0.7933884,0.78099173,0.7768595,0.78512394,0.78099173,0.77272725,0.77272725,0.78512394,0.77272725,0.7768595,0.7892562,0.78512394,0.7768595,0.77272725,0.78099173,0.77272725,0.76033056,0.75619835,0.75619835,0.7355372,0.73966944,0.72727275,0.7355372,0.7107438,0.6818182,0.6652893,0.6280992,0.59090906,0.5495868,0.5371901,0.53305787,0.5495868,0.57024795,0.60330576,0.59504133,0.60330576,0.6487603,0.6983471,0.71487606,0.74793386,0.77272725,0.7644628,0.74380165,0.73966944,0.74380165,0.74380165,0.74793386,0.75206614,0.75206614,0.7644628,0.76859504,0.76859504,0.75206614,0.75206614,0.74380165,0.74380165,0.74380165,0.7355372,0.73140496,0.7355372,0.75206614,0.76033056,0.78512394,0.7768595,0.77272725,0.75619835,0.75619835,0.75206614,0.74380165,0.73140496,0.73140496,0.71900827,0.72727275,0.7107438,0.7355372,0.73966944,0.74380165,0.72727275,0.7355372,0.73140496,0.73140496,0.7107438,0.73140496,0.73140496,0.74380165,0.72727275,0.74793386,0.7231405,0.7066116,0.69008267,0.6363636,0.58264464,0.54545456,0.53305787,0.5495868,0.55785125,0.57024795,0.59917355,0.58264464,0.62396693,0.6652893,0.70247936,0.74380165,0.76033056,0.75619835,0.75206614,0.73140496,0.7066116,0.677686,0.6528926,0.6652893,0.6570248,0.6446281,0.6487603,0.6446281,0.6322314,0.62396693,0.6487603,0.6570248,0.661157,0.6818182,0.6735537,0.6818182,0.6942149,0.70247936,0.71900827,0.75206614,0.75619835,0.73966944,0.72727275,0.71900827,0.7066116,0.6942149,0.6859504,0.6363636,0.607438,0.61157024,0.59090906,0.5785124,0.61157024,0.60330576,0.59090906,0.61157024,0.62396693,0.6322314,0.6404959,0.6528926,0.6859504,0.6942149,0.6818182,0.7107438,0.71900827,0.7066116,0.677686,0.6404959,0.57438016,0.5371901,0.5371901,0.56198347,0.5785124,0.5785124,0.59917355,0.59917355,0.6363636,0.6818182,0.7066116,0.73140496,0.6983471,0.6652893,0.6528926,0.6322314,0.59917355,0.55785125,0.5247934,0.5,0.49173555,0.4876033,0.49173555,0.45867768,0.42561984,0.42561984,0.446281,0.49586776,0.53305787,0.5785124,0.61157024,0.6446281,0.6652893,0.6694215,0.677686,0.71487606,0.73140496,0.7066116,0.70247936,0.6818182,0.661157,0.6363636,0.61157024,0.5165289,0.46694216,0.49173555,0.45867768,0.3966942,0.40495867,0.39256197,0.4090909,0.42975205,0.4752066,0.5123967,0.5082645,0.5123967,0.5661157,0.607438,0.61157024,0.6198347,0.6404959,0.6487603,0.6404959,0.61157024,0.56198347,0.5289256,0.5413223,0.57024795,0.58264464,0.58677685,0.59504133,0.61570245,0.62396693,0.6446281,0.6735537,0.6322314,0.5661157,0.54545456,0.5495868,0.5661157,0.57438016,0.56198347,0.5371901,0.4876033,0.46280992,0.43801653,0.41322315,0.37190083,0.39256197,0.40495867,0.42975205,0.42975205,0.446281,0.49173555,0.5413223,0.59504133,0.6363636,0.6570248,0.661157,0.6859504,0.6942149,0.6652893,0.6570248,0.6404959,0.61570245,0.57024795,0.53305787,0.49173555,0.46280992,0.46694216,0.446281,0.39256197,0.38842976,0.41322315,0.45454547,0.5,0.5495868,0.57438016,0.55785125,0.53305787,0.54545456,0.54545456,0.5165289,0.53305787,0.5495868,0.56198347,0.56198347,0.553719,0.54545456,0.5289256,0.5413223,0.58264464,0.58677685,0.59090906,0.59504133,0.60330576,0.58677685,0.5661157,0.5661157,0.5371901,0.5247934,0.55785125,0.607438,0.62396693,0.6735537,0.7107438,0.7231405,0.70247936,0.6859504,0.6570248,0.6198347,0.56198347,0.5206612,0.5,0.49586776,0.47933885,0.46280992,0.46280992,0.4876033,0.5495868,0.6198347,0.6652893,0.6735537,0.69008267,0.6859504,0.6735537,0.6487603,0.6280992,0.57438016,0.5413223,0.5,0.49586776,0.49586776,0.5165289,0.5247934,0.5165289,0.5413223,0.58677685,0.6363636,0.6818182,0.71487606,0.72727275,0.71900827,0.661157,0.6404959,0.61570245,0.55785125,0.5289256,0.5082645,0.4876033,0.48347107,0.49173555,0.5165289,0.5289256,0.5413223,0.59917355,0.60330576,0.60330576,0.58677685,0.56198347,0.5041322,0.49173555,0.49586776,0.53305787,0.57438016,0.59917355,0.6528926,0.6528926,0.7107438,0.76033056,0.76859504,0.77272725,0.77272725,0.75619835,0.69008267,0.6446281,0.62396693,0.5785124,0.56198347,0.5289256,0.5123967,0.47933885,0.45041323,0.49586776,0.61570245,0.70247936,0.71900827,0.74380165,0.74793386,0.71487606,0.6818182,0.6280992,0.56198347,0.5165289,0.49173555,0.5123967,0.5371901,0.55785125,0.57438016,0.59090906,0.58264464,0.6280992,0.6818182,0.74380165,0.75619835,0.76859504,0.75206614,0.71487606,0.6859504,0.661157,0.6322314,0.59917355,0.57438016,0.5,0.46694216,0.446281,0.46694216,0.5247934,0.54545456,0.607438,0.59917355,0.59504133,0.55785125,0.5289256,0.49173555,0.47933885,0.53305787,0.58264464,0.6198347,0.6446281,0.6528926,0.6528926,0.677686,0.7107438,0.71900827,0.72727275,0.7355372,0.71487606,0.677686,0.6198347,0.58264464,0.57024795,0.54545456,0.54545456,0.53305787,0.5247934,0.45454547,0.44214877,0.59917355,0.7355372,0.77272725,0.78512394,0.78512394,0.77272725,0.74380165,0.6570248,0.5495868,0.5123967,0.5123967,0.53305787,0.55785125,0.57024795,0.56198347,0.58264464,0.58677685,0.62396693,0.6859504,0.74793386,0.75206614,0.75206614,0.73966944,0.71487606,0.69008267,0.661157,0.6280992,0.61570245,0.607438,0.55785125,0.5082645,0.46694216,0.45454547,0.5165289,0.553719,0.61570245,0.59504133,0.58677685,0.59917355,0.58264464,0.553719,0.54545456,0.5661157,0.61157024,0.607438,0.6198347,0.61157024,0.607438,0.60330576,0.6404959,0.6446281,0.6446281,0.6446281,0.62396693,0.57024795,0.553719,0.5371901,0.5289256,0.5041322,0.5165289,0.5082645,0.5082645,0.47933885,0.42975205,0.59090906,0.7644628,0.8016529,0.8140496,0.8140496,0.8016529,0.77272725,0.6528926,0.553719,0.5371901,0.5123967,0.5041322,0.5082645,0.5289256,0.53305787,0.5495868,0.55785125,0.58677685,0.59917355,0.62396693,0.6487603,0.6570248,0.6404959,0.6322314,0.6198347,0.61570245,0.61157024,0.607438,0.59917355,0.5785124,0.5495868,0.5289256,0.5206612,0.5289256,0.553719,0.61570245,0.59504133,0.59504133,0.61570245,0.62396693,0.61157024,0.59504133,0.5785124,0.5785124,0.5289256,0.45041323,0.46280992,0.47933885,0.5247934,0.57024795,0.58677685,0.61570245,0.59917355,0.59504133,0.5495868,0.49173555,0.48347107,0.47933885,0.4876033,0.4752066,0.553719,0.61570245,0.53305787,0.45454547,0.60330576,0.78512394,0.8181818,0.8305785,0.822314,0.8057851,0.75619835,0.62396693,0.59090906,0.58677685,0.59917355,0.54545456,0.49173555,0.5041322,0.5041322,0.5247934,0.55785125,0.59917355,0.6652893,0.6487603,0.661157,0.61570245,0.57024795,0.553719,0.5413223,0.5247934,0.5123967,0.5165289,0.5495868,0.56198347,0.54545456,0.58264464,0.60330576,0.59090906,0.58264464,0.61570245,0.59090906,0.6280992,0.6487603,0.6404959,0.6280992,0.58264464,0.5206612,0.4876033,0.48347107,0.41735536,0.42975205,0.43801653,0.45867768,0.5041322,0.45867768,0.446281,0.44214877,0.45867768,0.46280992,0.44214877,0.46280992,0.47107437,0.55785125,0.6280992,0.6322314,0.72727275,0.6570248,0.53305787,0.6528926,0.7933884,0.8264463,0.8305785,0.8305785,0.822314,0.75619835,0.61570245,0.6528926,0.6363636,0.73140496,0.677686,0.58677685,0.5082645,0.41735536,0.4090909,0.4338843,0.49173555,0.53305787,0.5371901,0.5785124,0.553719,0.53305787,0.5206612,0.49173555,0.45041323,0.446281,0.48347107,0.5,0.5206612,0.57024795,0.61157024,0.6322314,0.6322314,0.59917355,0.59090906,0.59090906,0.6735537,0.70247936,0.7066116,0.6859504,0.6280992,0.57024795,0.5289256,0.553719,0.5371901,0.5371901,0.5289256,0.46694216,0.5041322,0.446281,0.42561984,0.46280992,0.5041322,0.5041322,0.5371901,0.56198347,0.5785124,0.62396693,0.677686,0.6280992,0.6280992,0.6735537,0.6322314,0.6942149,0.8016529,0.8140496,0.822314,0.8264463,0.8140496,0.76033056,0.61157024,0.6694215,0.6735537,0.677686,0.6735537,0.661157,0.6280992,0.5495868,0.5206612,0.4752066,0.45454547,0.44214877,0.446281,0.46694216,0.45867768,0.47107437,0.49173555,0.4876033,0.5123967,0.5289256,0.553719,0.553719,0.5371901,0.58264464,0.6322314,0.6818182,0.6652893,0.6280992,0.57024795,0.59090906,0.6859504,0.6942149,0.6859504,0.7066116,0.7107438,0.71900827,0.6818182,0.60330576,0.55785125,0.57024795,0.59090906,0.607438,0.6404959,0.58264464,0.59504133,0.61157024,0.6446281,0.62396693,0.61157024,0.57024795,0.5661157,0.57024795,0.5661157,0.5495868,0.6487603,0.7231405,0.6446281,0.71487606,0.80991733,0.80991733,0.80991733,0.8181818,0.8016529,0.76033056,0.6280992,0.661157,0.71900827,0.6528926,0.6446281,0.58264464,0.56198347,0.59090906,0.59090906,0.59090906,0.59917355,0.58264464,0.5785124,0.5661157,0.5165289,0.54545456,0.55785125,0.5371901,0.55785125,0.55785125,0.56198347,0.58264464,0.61157024,0.6446281,0.6818182,0.6983471,0.6942149,0.6322314,0.553719,0.58677685,0.6859504,0.6735537,0.661157,0.7066116,0.74380165,0.76033056,0.74380165,0.6942149,0.6363636,0.59917355,0.58264464,0.5785124,0.57438016,0.55785125,0.58264464,0.58264464,0.58264464,0.56198347,0.55785125,0.5495868,0.57024795,0.59917355,0.6198347,0.6487603,0.73140496,0.70247936,0.6198347,0.7355372,0.8264463,0.8140496,0.8016529,0.80991733,0.7933884,0.74793386,0.6404959,0.6363636,0.7355372,0.71487606,0.7066116,0.69008267,0.6198347,0.5495868,0.5289256,0.55785125,0.58264464,0.59917355,0.61157024,0.59504133,0.553719,0.5661157,0.5661157,0.5371901,0.5495868,0.58677685,0.6404959,0.677686,0.6818182,0.6735537,0.70247936,0.6983471,0.6859504,0.6280992,0.5371901,0.607438,0.6983471,0.71487606,0.72727275,0.73140496,0.7355372,0.75206614,0.75206614,0.73966944,0.7107438,0.677686,0.6404959,0.607438,0.59090906,0.57024795,0.59090906,0.59504133,0.60330576,0.6198347,0.6487603,0.6652893,0.69008267,0.7231405,0.72727275,0.7355372,0.73140496,0.6363636,0.6198347,0.73140496,0.8305785,0.8140496,0.8016529,0.8057851,0.78512394,0.7231405,0.6322314,0.61570245,0.71487606,0.74793386,0.7355372,0.74793386,0.72727275,0.6818182,0.6363636,0.6198347,0.59090906,0.58264464,0.59504133,0.58677685,0.59090906,0.59504133,0.62396693,0.6363636,0.6859504,0.6818182,0.6735537,0.6859504,0.7066116,0.70247936,0.71487606,0.7066116,0.6735537,0.6404959,0.54545456,0.6280992,0.7107438,0.73966944,0.75206614,0.7644628,0.78099173,0.7768595,0.78099173,0.78099173,0.77272725,0.78512394,0.78512394,0.76859504,0.75206614,0.73140496,0.73140496,0.72727275,0.72727275,0.7231405,0.73966944,0.76859504,0.7768595,0.78099173,0.76033056,0.7355372,0.6859504,0.61157024,0.6280992,0.72727275,0.822314,0.8181818,0.8057851,0.8057851,0.7768595,0.71487606,0.6404959,0.60330576,0.661157,0.71900827,0.71900827,0.75619835,0.77272725,0.76859504,0.75619835,0.7644628,0.7355372,0.71900827,0.71900827,0.7066116,0.7107438,0.71900827,0.71900827,0.7107438,0.7066116,0.71487606,0.7231405,0.7355372,0.7355372,0.73140496,0.73140496,0.7066116,0.677686,0.6404959,0.56198347,0.6404959,0.70247936,0.7231405,0.75619835,0.7768595,0.78512394,0.7933884,0.80991733,0.8181818,0.8016529,0.8057851,0.8140496,0.80991733,0.8016529,0.79752064,0.7892562,0.7892562,0.7892562,0.7768595,0.78512394,0.79752064,0.7892562,0.76033056,0.7355372,0.6983471,0.6528926,0.61157024,0.6322314,0.74380165,0.8264463,0.8181818,0.8016529,0.8016529,0.7644628,0.6859504,0.6280992,0.61157024,0.62396693,0.6859504,0.7107438,0.72727275,0.7768595,0.78099173,0.78099173,0.7892562,0.7768595,0.7768595,0.78099173,0.76859504,0.7644628,0.78512394,0.7768595,0.76859504,0.78512394,0.77272725,0.76859504,0.76859504,0.78099173,0.7644628,0.75206614,0.71900827,0.6818182,0.6528926,0.57438016,0.6363636,0.6694215,0.6942149,0.73140496,0.76859504,0.7933884,0.8016529,0.8057851,0.822314,0.8181818,0.8264463,0.8264463,0.8264463,0.8181818,0.8140496,0.8016529,0.80991733,0.8181818,0.78512394,0.7892562,0.7892562,0.77272725,0.74793386,0.71900827,0.677686,0.6322314,0.6198347,0.6322314,0.74793386,0.8264463,0.8181818,0.7933884,0.79752064,0.73966944,0.6652893,0.6198347,0.607438,0.6198347,0.6694215,0.69008267,0.7107438,0.75619835,0.7768595,0.78512394,0.7892562,0.7892562,0.7933884,0.8016529,0.8016529,0.7933884,0.79752064,0.7933884,0.7933884,0.8016529,0.7933884,0.77272725,0.78099173,0.7892562,0.77272725,0.74793386,0.72727275,0.6818182,0.6404959,0.58677685,0.6280992,0.6694215,0.6983471,0.73140496,0.74380165,0.73966944,0.76859504,0.79752064,0.8057851,0.8140496,0.822314,0.822314,0.822314,0.822314,0.8181818,0.80991733,0.80991733,0.8140496,0.8016529,0.78099173,0.78512394,0.7768595,0.75206614,0.71900827,0.6694215,0.6280992,0.6198347,0.661157,0.75206614,0.822314,0.80991733,0.7768595,0.78099173,0.72727275,0.6570248,0.6198347,0.62396693,0.62396693,0.6528926,0.6694215,0.6983471,0.74380165,0.76033056,0.7768595,0.78099173,0.7892562,0.79752064,0.79752064,0.8057851,0.80991733,0.8057851,0.8016529,0.8016529,0.80991733,0.8140496,0.7892562,0.77272725,0.76859504,0.76859504,0.73966944,0.71900827,0.6818182,0.6280992,0.5785124,0.60330576,0.6404959,0.661157,0.677686,0.7107438,0.69008267,0.71900827,0.78512394,0.7933884,0.79752064,0.8057851,0.8181818,0.8181818,0.822314,0.8181818,0.8016529,0.7933884,0.80991733,0.7892562,0.7892562,0.7892562,0.7768595,0.74380165,0.7066116,0.6570248,0.6280992,0.6280992,0.6942149,0.76859504,0.8181818,0.80991733,0.77272725,0.74793386,0.70247936,0.6652893,0.6322314,0.62396693,0.6280992,0.6363636,0.6446281,0.6859504,0.7231405,0.74793386,0.75206614,0.78512394,0.7892562,0.78512394,0.7933884,0.7892562,0.7892562,0.8016529,0.8181818,0.8057851,0.8016529,0.8057851,0.8016529,0.77272725,0.76033056,0.75619835,0.71900827,0.6942149,0.661157,0.6198347,0.57438016,0.59504133,0.6280992,0.661157,0.6859504,0.7107438,0.71900827,0.71487606,0.76859504,0.7933884,0.7933884,0.79752064,0.8140496,0.8181818,0.8140496,0.80991733,0.8016529,0.7892562,0.79752064,0.7933884,0.78512394,0.78099173,0.75206614,0.7066116,0.677686,0.6404959,0.61157024,0.6363636,0.7231405,0.7933884,0.8264463,0.8140496,0.7768595,0.75619835,0.7231405,0.677686,0.6404959,0.61570245,0.60330576,0.6198347,0.6404959,0.6735537,0.70247936,0.7355372,0.75619835,0.7768595,0.79752064,0.7892562,0.8016529,0.79752064,0.7892562,0.8016529,0.80991733,0.80991733,0.7933884,0.78512394,0.7768595,0.76033056,0.7231405,0.7355372,0.6942149,0.6735537,0.6198347,0.58677685,0.54545456,0.55785125,0.59917355,0.6446281,0.69008267,0.7066116,0.7231405,0.7355372,0.74793386,0.78099173,0.79752064,0.79752064,0.80991733,0.8181818,0.8140496,0.80991733,0.8016529,0.7933884,0.78512394,0.7768595,0.7644628,0.75206614,0.7066116,0.6446281,0.6404959,0.60330576,0.59504133,0.6446281,0.72727275,0.822314,0.8305785,0.8057851,0.79752064,0.78512394,0.74793386,0.6983471,0.6280992,0.59090906,0.57438016,0.59090906,0.61570245,0.6446281,0.69008267,0.7355372,0.74793386,0.77272725,0.7933884,0.79752064,0.8057851,0.8016529,0.8016529,0.8016529,0.79752064,0.79752064,0.79752064,0.78512394,0.75619835,0.74793386,0.72727275,0.6983471,0.661157,0.6404959,0.6198347,0.58264464,0.54545456,0.5413223,0.57438016,0.61570245,0.661157,0.6859504,0.70247936,0.7355372,0.75206614,0.7644628,0.7933884,0.78099173,0.8016529,0.8057851,0.8016529,0.79752064,0.78512394,0.78099173,0.7644628,0.7355372,0.71487606,0.6818182,0.6528926,0.6280992,0.6735537,0.6198347,0.59090906,0.6570248,0.74380165,0.80991733,0.8305785,0.822314,0.8016529,0.7892562,0.75206614,0.71487606,0.6280992,0.57438016,0.58677685,0.61157024,0.61570245,0.6322314,0.677686,0.71487606,0.7355372,0.77272725,0.7768595,0.78099173,0.79752064,0.79752064,0.8016529,0.8016529,0.7933884,0.7933884,0.7892562,0.77272725,0.76033056,0.73966944,0.7107438,0.70247936,0.6528926,0.6280992,0.607438,0.56198347,0.5661157,0.5371901,0.5661157,0.59504133,0.62396693,0.6570248,0.6818182,0.72727275,0.74380165,0.74380165,0.75619835,0.77272725,0.7933884,0.8016529,0.77272725,0.7768595,0.76033056,0.7355372,0.7066116,0.677686,0.6652893,0.6198347,0.6363636,0.677686,0.7231405,0.6404959,0.59917355,0.6694215,0.74380165,0.79752064,0.822314,0.8305785,0.8140496,0.8057851,0.76859504,0.6942149,0.6322314,0.5785124,0.6280992,0.661157,0.661157,0.6198347,0.6280992,0.6818182,0.7066116,0.73966944,0.74380165,0.74793386,0.7644628,0.78099173,0.78512394,0.79752064,0.79752064,0.78512394,0.77272725,0.75619835,0.73966944,0.69008267,0.6528926,0.6735537,0.6570248,0.61157024,0.57438016,0.5413223,0.58264464,0.54545456,0.5413223,0.57438016,0.607438,0.6487603,0.6652893,0.69008267,0.71900827,0.7355372,0.7231405,0.7355372,0.74380165,0.7644628,0.75206614,0.73140496,0.70247936,0.6818182,0.6652893,0.6694215,0.661157,0.61157024,0.6446281,0.6942149,0.73140496,0.61157024,0.59504133,0.6735537,0.74380165,0.78512394,0.8140496,0.8264463,0.8264463,0.7933884,0.76033056,0.6652893,0.60330576,0.5785124,0.6363636,0.6859504,0.69008267,0.6280992,0.57024795,0.6404959,0.677686,0.6942149,0.6983471,0.7066116,0.7355372,0.74380165,0.75206614,0.7644628,0.76859504,0.76033056,0.75619835,0.73966944,0.7107438,0.6694215,0.6446281,0.6528926,0.62396693,0.58677685,0.5495868,0.5165289,0.57024795,0.5371901,0.5206612,0.5413223,0.58264464,0.6363636,0.661157,0.6694215,0.6859504,0.70247936,0.71487606,0.70247936,0.7107438,0.72727275,0.6983471,0.6652893,0.6322314,0.6198347,0.6652893,0.7107438,0.6735537,0.59917355,0.61157024,0.6570248,0.6859504,0.57438016,0.55785125,0.6570248,0.7355372,0.77272725,0.7892562,0.7933884,0.7892562,0.75206614,0.70247936,0.6322314,0.5661157,0.5413223,0.607438,0.6818182,0.6735537,0.61570245,0.5495868,0.6198347,0.69008267,0.6818182,0.6694215,0.6694215,0.6983471,0.6942149,0.70247936,0.72727275,0.7355372,0.7231405,0.7066116,0.6983471,0.6818182,0.6570248,0.6446281,0.61570245,0.58677685,0.5413223,0.54545456,0.5082645,0.55785125,0.5289256,0.5123967,0.5041322,0.5371901,0.58264464,0.6322314,0.6528926,0.6446281,0.6652893,0.6942149,0.6735537,0.6694215,0.6404959,0.60330576,0.5661157,0.553719,0.59090906,0.6818182,0.72727275,0.6818182,0.54545456,0.5041322,0.5247934,0.59090906,0.48347107,0.47933885,0.5661157,0.6818182,0.74793386,0.74380165,0.71487606,0.6859504,0.6404959,0.5785124,0.5371901,0.49173555,0.5,0.5413223,0.59090906,0.5785124,0.53305787,0.53305787,0.607438,0.69008267,0.7066116,0.69008267,0.661157,0.6363636,0.6280992,0.6404959,0.677686,0.6942149,0.6859504,0.6818182,0.6446281,0.61157024,0.59504133,0.607438,0.58677685,0.57024795,0.53305787,0.5206612,0.5165289,0.53305787,0.5123967,0.5,0.4876033,0.5123967,0.5413223,0.5785124,0.60330576,0.60330576,0.61157024,0.62396693,0.59504133,0.57024795,0.5247934,0.5041322,0.49586776,0.5413223,0.6363636,0.6983471,0.7107438,0.677686,0.57438016,0.4090909,0.29338843,0.28512397,0.30165288,0.30991736,0.4090909,0.5289256,0.6652893,0.6404959,0.59504133,0.54545456,0.48347107,0.41735536,0.35123968,0.29752067,0.2768595,0.3429752,0.38016528,0.4338843,0.4752066,0.54545456,0.6280992,0.6818182,0.7066116,0.71487606,0.6942149,0.6446281,0.59504133,0.58264464,0.58264464,0.607438,0.6322314,0.61570245,0.607438,0.59504133,0.5785124,0.56198347,0.5495868,0.5495868,0.5206612,0.5206612,0.5165289,0.49173555,0.49586776,0.5082645,0.4876033,0.49586776,0.5123967,0.5206612,0.54545456,0.553719,0.5495868,0.5371901,0.5165289,0.48347107,0.45867768,0.49173555,0.5041322,0.57024795,0.6652893,0.69008267,0.6942149,0.6818182,0.6528926,0.57024795,0.38842976,0.28099173,0.2107438,0.1570248,0.23966943,0.32231405,0.46694216,0.46694216,0.4338843,0.38842976,0.3429752,0.30578512,0.27272728,0.2768595,0.2768595,0.3305785,0.36363637,0.44214877,0.5247934,0.59917355,0.6363636,0.6652893,0.6859504,0.6983471,0.6942149,0.6859504,0.6363636,0.59504133,0.54545456,0.5413223,0.55785125,0.5785124,0.58677685,0.57438016,0.55785125,0.5413223,0.5289256,0.5289256,0.5165289,0.5247934,0.5041322,0.45041323,0.48347107,0.5289256,0.49586776,0.46694216,0.47933885,0.48347107,0.5,0.5123967,0.5165289,0.5123967,0.47107437,0.446281,0.46280992,0.5289256,0.5289256,0.5661157,0.6404959,0.6404959,0.6404959,0.6528926,0.6404959,0.61157024,0.53305787,0.4338843,0.3140496,0.28512397,0.20661157,0.20661157,0.29752067,0.30578512,0.30991736,0.30578512,0.30578512,0.36363637,0.38016528,0.4090909,0.46280992,0.4876033,0.53305787,0.5495868,0.59090906,0.607438,0.6322314,0.6363636,0.6570248,0.6528926,0.6528926,0.6652893,0.6652893,0.62396693,0.5785124,0.53305787,0.5289256,0.5371901,0.553719,0.553719,0.5413223,0.54545456,0.5289256,0.5247934,0.5371901,0.5165289,0.5041322,0.41322315,0.46694216,0.5041322,0.46280992,0.46280992,0.47933885,0.49586776,0.5123967,0.5082645,0.5165289,0.5206612,0.4752066,0.46280992,0.49586776,0.54545456,0.5785124,0.57024795,0.59090906,0.607438,0.5785124,0.58677685,0.58677685,0.59917355,0.56198347,0.5206612,0.47107437,0.4090909,0.3305785,0.2520661,0.27272728,0.28099173,0.29752067,0.338843,0.3553719,0.4338843,0.43801653,0.4090909,0.42975205,0.46280992,0.47107437,0.49173555,0.53305787,0.57024795,0.59090906,0.59504133,0.61157024,0.607438,0.61157024,0.607438,0.6363636,0.6446281,0.607438,0.59504133,0.5785124,0.5371901,0.5371901,0.55785125,0.54545456,0.55785125,0.5413223,0.5206612,0.5371901,0.5082645,0.49586776,0.4090909,0.45454547,0.47107437,0.4752066,0.45041323,0.48347107,0.5041322,0.5041322,0.48347107,0.53305787,0.54545456,0.5,0.49173555,0.53305787,0.553719,0.57438016,0.56198347,0.57024795,0.60330576,0.59090906,0.5661157,0.57024795,0.57438016,0.5247934,0.54545456,0.54545456,0.5123967,0.46694216,0.4090909,0.35950413,0.37603307,0.39256197,0.42561984,0.42561984,0.46694216,0.4214876,0.38429752,0.4090909,0.42975205,0.41735536,0.44214877,0.48347107,0.5082645,0.5289256,0.5413223,0.5661157,0.58264464,0.60330576,0.58677685,0.59504133,0.62396693,0.6487603,0.6280992,0.6198347,0.59090906,0.57438016,0.5785124,0.5785124,0.5661157,0.5371901,0.5082645,0.49586776,0.46280992,0.446281,0.3966942,0.41322315,0.4338843,0.44214877,0.45041323,0.48347107,0.5082645,0.53305787,0.48347107,0.5165289,0.54545456,0.5082645,0.5041322,0.5289256,0.5247934,0.553719,0.57438016,0.58677685,0.62396693,0.58677685,0.54545456,0.53305787,0.5371901,0.5371901,0.5495868,0.553719,0.55785125,0.53305787,0.49173555,0.45867768,0.42975205,0.41735536,0.46280992,0.446281,0.44214877,0.40082645,0.39256197,0.38429752,0.4214876,0.41735536,0.4090909,0.44214877,0.46280992,0.49586776,0.47933885,0.54545456,0.55785125,0.5371901,0.54545456,0.56198347,0.59917355,0.59917355,0.6280992,0.6363636,0.6280992,0.61157024,0.59504133,0.58677685,0.56198347,0.5247934,0.4876033,0.47107437,0.48347107,0.42975205,0.41322315,0.40082645,0.37603307,0.40082645,0.4338843,0.47933885,0.49586776,0.5289256,0.5247934,0.5165289,0.5413223,0.5082645,0.49586776,0.53305787,0.49173555,0.446281,0.46280992,0.5371901,0.56198347,0.5289256,0.49173555,0.4876033,0.48347107,0.49173555,0.4752066,0.5,0.54545456,0.5247934,0.5165289,0.5123967,0.40495867,0.41322315,0.46694216,0.47107437,0.446281,0.40082645,0.40495867,0.41735536,0.41322315,0.4090909,0.40495867,0.45041323,0.45041323,0.46694216,0.46280992,0.5413223,0.5123967,0.4876033,0.5,0.53305787,0.57438016,0.5413223,0.59504133,0.6652893,0.6570248,0.62396693,0.59917355,0.56198347,0.5247934,0.47107437,0.44214877,0.46280992,0.47933885,0.38842976,0.3966942,0.38016528,0.35123968,0.34710744,0.41735536,0.446281,0.446281,0.45041323,0.5041322,0.5,0.5247934,0.46694216,0.44214877,0.4752066,0.45867768,0.46694216,0.40082645,0.46694216,0.45454547,0.35950413,0.42975205,0.41735536,0.40495867,0.41735536,0.3966942,0.44214877,0.5082645,0.49586776,0.46280992,0.446281,0.4090909,0.40495867,0.40082645,0.446281,0.43801653,0.39256197,0.4090909,0.42561984,0.4214876,0.42561984,0.4338843,0.47107437,0.43801653,0.41735536,0.42561984,0.5,0.45454547,0.42975205,0.4752066,0.5123967,0.53305787,0.5082645,0.5495868,0.6570248,0.661157,0.61570245,0.60330576,0.5289256,0.49586776,0.45454547,0.40495867,0.45041323,0.4338843,0.35950413,0.37603307,0.338843,0.30991736,0.30991736,0.3966942,0.41322315,0.36363637,0.38842976,0.446281,0.446281,0.46694216,0.4338843,0.40495867,0.38429752,0.38429752,0.37190083,0.338843,0.3966942,0.36363637,0.26859504,0.3553719,0.338843,0.33471075,0.37603307,0.38429752,0.42561984,0.45867768,0.4090909,0.38016528,0.4214876,0.4338843,0.38429752,0.39256197,0.38016528,0.34710744,0.4090909,0.4090909,0.3966942,0.41322315,0.41322315,0.4214876,0.4214876,0.3966942,0.3305785,0.38429752,0.46694216,0.42561984,0.3181818,0.4214876,0.47933885,0.47933885,0.46694216,0.53305787,0.61157024,0.607438,0.5661157,0.5785124,0.5123967,0.45867768,0.46280992,0.41322315,0.42561984,0.38429752,0.338843,0.3305785,0.30578512,0.30578512,0.2892562,0.35123968,0.38842976,0.32231405,0.35950413,0.37603307,0.38429752,0.42975205,0.38842976,0.35950413,0.3677686,0.3553719,0.3305785,0.29338843,0.338843,0.34710744,0.29752067,0.2644628,0.2768595,0.2603306,0.29338843,0.30165288,0.3677686,0.35123968,0.33471075,0.38016528,0.40082645,0.42975205,0.4090909,0.35950413,0.3305785,0.33471075,0.42561984,0.40082645,0.36363637,0.38842976,0.37603307,0.37190083,0.37603307,0.3677686,0.30991736,0.37190083,0.46280992,0.4090909,0.3264463,0.36363637,0.42561984,0.44214877,0.42975205,0.5041322,0.5661157,0.5495868,0.5206612,0.53305787,0.5,0.41322315,0.446281,0.39256197,0.37190083,0.3264463,0.3181818,0.2644628,0.2603306,0.28512397,0.29338843,0.30578512,0.33471075,0.30578512,0.3181818,0.32231405,0.3429752,0.39256197,0.338843,0.34710744,0.38016528,0.38842976,0.36363637,0.34710744,0.3677686,0.36363637,0.35950413,0.3140496,0.29338843,0.25619835,0.23966943,0.24793388,0.26859504,0.27272728,0.30991736,0.4090909,0.446281,0.446281,0.35950413,0.3305785,0.36363637,0.38429752,0.42975205,0.41735536,0.3677686,0.34710744,0.3140496,0.3305785,0.3677686,0.3966942,0.37603307,0.33471075,0.42975205,0.38842976,0.3305785,0.3305785,0.38016528,0.39256197,0.41322315,0.46280992,0.5082645,0.5,0.47107437,0.5,0.47107437,0.4214876,0.45867768,0.34710744,0.35950413,0.30578512,0.28099173,0.24380165,0.23553719,0.27272728,0.27272728,0.27272728,0.30991736,0.2768595,0.26859504,0.30578512,0.3429752,0.35123968,0.3553719,0.4214876,0.41735536,0.41735536,0.41735536,0.42561984,0.42975205,0.43801653,0.42561984,0.39256197,0.39256197,0.37603307,0.33471075,0.35123968,0.3677686,0.35950413,0.38016528,0.446281,0.47933885,0.47107437,0.38016528,0.3181818,0.41322315,0.43801653,0.49173555,0.4338843,0.35123968,0.35123968,0.3181818,0.35123968,0.37603307,0.36363637,0.3677686,0.38429752,0.4876033,0.45041323,0.41735536,0.3181818,0.35950413,0.38016528,0.4214876,0.46280992,0.46694216,0.42975205,0.42975205,0.44214877,0.42561984,0.41322315,0.43801653,0.29752067,0.3305785,0.28512397,0.28512397,0.2644628,0.23966943,0.2644628,0.23553719,0.25619835,0.2768595,0.24380165,0.24793388,0.338843,0.30991736,0.3429752,0.39256197,0.42561984,0.42561984,0.42561984,0.4338843,0.45867768,0.47107437,0.4876033,0.5165289,0.5165289,0.5165289,0.5413223,0.5,0.49586776,0.5041322,0.49586776,0.5247934,0.5371901,0.49586776,0.4876033,0.41735536,0.338843,0.38016528,0.4214876,0.5247934,0.5,0.4338843,0.5206612,0.5247934,0.5,0.46280992,0.47107437,0.5289256,0.53305787,0.58264464,0.5206612,0.49586776,0.36363637,0.30578512,0.41322315,0.40082645,0.446281,0.41322315,0.35123968,0.34710744,0.3966942,0.39256197,0.3677686,0.40082645,0.30165288,0.24793388,0.2520661,0.2644628,0.26859504,0.2520661,0.23966943,0.23140496,0.26859504,0.2768595,0.25619835,0.2768595,0.29752067,0.27272728,0.32231405,0.38842976,0.3966942,0.42561984,0.38429752,0.40082645,0.47107437,0.5,0.5247934,0.57438016,0.59090906,0.61157024,0.58677685,0.57024795,0.5165289,0.49173555,0.53305787,0.54545456,0.5785124,0.5661157,0.57438016,0.56198347,0.5206612,0.49586776,0.4876033,0.5082645,0.5289256,0.5413223,0.58677685,0.6198347,0.5785124,0.53305787,0.55785125,0.59090906,0.59090906,0.59504133,0.5247934,0.49173555,0.40495867,0.30578512,0.38429752,0.4338843,0.45041323,0.36363637,0.3181818,0.30991736,0.3305785,0.33471075,0.3140496,0.3264463,0.30165288,0.24793388,0.22727273,0.21487603,0.23966943,0.23140496,0.22727273,0.24793388,0.27272728,0.26859504,0.23553719,0.23553719,0.28512397,0.28099173,0.30991736,0.33471075,0.45041323,0.42561984,0.37603307,0.41735536,0.44214877,0.47933885,0.5371901,0.59090906,0.6280992,0.61157024,0.59504133,0.59504133,0.55785125,0.5371901,0.5371901,0.54545456,0.58677685,0.607438,0.677686,0.7066116,0.677686,0.6570248,0.6570248,0.6404959,0.6570248,0.6363636,0.60330576,0.5785124,0.57438016,0.55785125,0.58677685,0.61157024,0.61157024,0.57024795,0.5041322,0.46280992,0.40495867,0.30991736,0.34710744,0.37603307,0.47933885,0.37603307,0.30578512,0.29752067,0.29338843,0.30578512,0.29338843,0.23966943,0.2892562,0.2768595,0.2231405,0.1694215,0.18595041,0.19008264,0.1983471,0.22727273,0.23966943,0.2231405,0.2231405,0.24793388,0.2892562,0.26859504,0.30165288,0.32231405,0.40082645,0.38016528,0.37190083,0.38429752,0.37190083,0.3966942,0.46694216,0.58264464,0.59090906,0.59504133,0.607438,0.6404959,0.60330576,0.59917355,0.57024795,0.57438016,0.58264464,0.58264464,0.607438,0.6198347,0.607438,0.60330576,0.61157024,0.59504133,0.58264464,0.55785125,0.57024795,0.5661157,0.58264464,0.5785124,0.58264464,0.61157024,0.62396693,0.5371901,0.46280992,0.4338843,0.42975205,0.30578512,0.32231405,0.4090909,0.35123968,0.3553719,0.338843,0.24380165,0.25619835,0.28512397,0.2768595,0.23140496,0.2520661,0.2603306,0.23140496,0.1570248,0.18595041,0.17768595,0.16115703,0.19008264,0.2107438,0.23140496,0.23553719,0.2768595,0.2892562,0.24793388,0.27272728,0.28099173,0.3553719,0.38842976,0.30991736,0.34710744,0.38842976,0.39256197,0.42975205,0.5289256,0.5785124,0.60330576,0.6280992,0.6487603,0.6404959,0.6570248,0.6198347,0.61157024,0.59090906,0.5661157,0.55785125,0.56198347,0.553719,0.553719,0.553719,0.57438016,0.5661157,0.5495868,0.5785124,0.60330576,0.5785124,0.59090906,0.59504133,0.5785124,0.60330576,0.5165289,0.42561984,0.40495867,0.38016528,0.35123968,0.3140496,0.40495867,0.36363637,0.3429752,0.29338843,0.23553719,0.22727273,0.24380165,0.24380165,0.23553719,0.21900827,0.23140496,0.2520661,0.1570248,0.20247933,0.1694215,0.18181819,0.18181819,0.23553719,0.22727273,0.24793388,0.26859504,0.2644628,0.23553719,0.23966943,0.24380165,0.32231405,0.40495867,0.3181818,0.34710744,0.4214876,0.3966942,0.41322315,0.47933885,0.5206612,0.5785124,0.62396693,0.62396693,0.62396693,0.6446281,0.6404959,0.62396693,0.59090906,0.58677685,0.58677685,0.58677685,0.59090906,0.59090906,0.553719,0.5785124,0.60330576,0.55785125,0.57438016,0.6280992,0.57024795,0.553719,0.60330576,0.56198347,0.55785125,0.5082645,0.3966942,0.37190083,0.38842976,0.38016528,0.29752067,0.36363637,0.34710744,0.32231405,0.28512397,0.23553719,0.2231405,0.2107438,0.20661157,0.20247933,0.18595041,0.2231405,0.2603306,0.2107438,0.21900827,0.1983471,0.16528925,0.1983471,0.23553719,0.20247933,0.21900827,0.23553719,0.23553719,0.2231405,0.22727273,0.2520661,0.30165288,0.34710744,0.33471075,0.38429752,0.41322315,0.41322315,0.45041323,0.45867768,0.45041323,0.4752066,0.5289256,0.5495868,0.54545456,0.55785125,0.57024795,0.5661157,0.57024795,0.5785124,0.58264464,0.57024795,0.6198347,0.607438,0.57438016,0.58677685,0.6363636,0.60330576,0.607438,0.61570245,0.61157024,0.5413223,0.54545456,0.5371901,0.5123967,0.45867768,0.40082645,0.38016528,0.40495867,0.3966942,0.35123968,0.36363637,0.3264463,0.3181818,0.2892562,0.23966943,0.24793388,0.19421488,0.1983471,0.1983471,0.17768595,0.20661157,0.23140496,0.20661157,0.19421488,0.18595041,0.2231405,0.19008264,0.22727273,0.16528925,0.19008264,0.22727273,0.23966943,0.2520661,0.23553719,0.2603306,0.30991736,0.30578512,0.38016528,0.37603307,0.41735536,0.40082645,0.45454547,0.49586776,0.47107437,0.43801653,0.46280992,0.5,0.5206612,0.53305787,0.53305787,0.553719,0.57438016,0.5289256,0.5247934,0.5371901,0.5371901,0.5289256,0.5413223,0.53305787,0.57024795,0.607438,0.60330576,0.59090906,0.6198347,0.58677685,0.5206612,0.47933885,0.45454547,0.446281,0.40495867,0.3553719,0.41735536,0.4214876,0.3264463,0.3677686,0.3305785,0.338843,0.26859504,0.2603306,0.24793388,0.2107438,0.18181819,0.19421488,0.1983471,0.19421488,0.1983471,0.18181819,0.1570248,0.16115703,0.19421488,0.18595041,0.20247933,0.1570248,0.19008264,0.2107438,0.21900827,0.26859504,0.2768595,0.28512397,0.3140496,0.338843,0.38016528,0.38429752,0.37603307,0.40082645,0.45041323,0.49173555,0.4876033,0.46280992,0.47933885,0.49586776,0.5,0.5247934,0.5206612,0.5041322,0.4876033,0.4876033,0.49586776,0.49173555,0.5041322,0.49173555,0.5041322,0.5165289,0.5082645,0.553719,0.55785125,0.55785125,0.58677685,0.57024795,0.5413223,0.48347107,0.40495867,0.40082645,0.41735536,0.3553719,0.3429752,0.42561984,0.37190083,0.30165288,0.33471075,0.37190083,0.23966943,0.23140496,0.2520661,0.25619835,0.1694215,0.14876033,0.1983471,0.18595041,0.19421488,0.18595041,0.15289256,0.1570248,0.14876033,0.17768595,0.18595041,0.14876033,0.2107438,0.21900827,0.21487603,0.2520661,0.2644628,0.2644628,0.3181818,0.37190083,0.37190083,0.34710744,0.38016528,0.41322315,0.43801653,0.45867768,0.4338843,0.45041323,0.46280992,0.46694216,0.49173555,0.5165289,0.5247934,0.47107437,0.46280992,0.45454547,0.4338843,0.43801653,0.49173555,0.49586776,0.5206612,0.5371901,0.5247934,0.5165289,0.5495868,0.5165289,0.5041322,0.5206612,0.53305787,0.47933885,0.41322315,0.38842976,0.4338843,0.3677686,0.3181818,0.37603307,0.37190083,0.32231405,0.28512397,0.35123968,0.30578512,0.24380165,0.23140496,0.28099173,0.17355372,0.12809917,0.17768595,0.22727273,0.18181819,0.18181819,0.12396694,0.16528925,0.1983471,0.16115703,0.18595041,0.17768595,0.24380165,0.20661157,0.23140496,0.22727273,0.23140496,0.26859504,0.28512397,0.29752067,0.3264463,0.37190083,0.38842976,0.45867768,0.49173555,0.446281,0.42561984,0.41322315,0.4338843,0.446281,0.46280992,0.4752066,0.48347107,0.48347107,0.47933885,0.46280992,0.43801653,0.45454547,0.4876033,0.5165289,0.55785125,0.55785125,0.553719,0.53305787,0.5165289,0.5,0.49173555,0.48347107,0.5,0.4338843,0.35950413,0.43801653,0.41735536,0.38429752,0.3429752,0.3553719,0.35123968,0.30578512,0.2768595,0.28099173,0.338843,0.32231405,0.22727273,0.23140496,0.20247933,0.17355372,0.18595041,0.20661157,0.1694215,0.19421488,0.11157025,0.2107438,0.28512397,0.21487603,0.17768595,0.19008264,0.22727273,0.1446281,0.30578512,0.24793388,0.20661157,0.1983471,0.20661157,0.2603306,0.29752067,0.38429752,0.40495867,0.45867768,0.45041323,0.41735536,0.41322315,0.40082645,0.41735536,0.45867768,0.45041323,0.446281,0.4876033,0.53305787,0.5041322,0.5123967,0.48347107,0.5082645,0.5123967,0.5413223,0.58264464,0.5413223,0.5371901,0.5123967,0.48347107,0.45867768,0.46694216,0.46694216,0.44214877,0.3966942,0.38429752,0.3553719,0.38842976,0.37190083,0.338843,0.36363637,0.33471075,0.25619835,0.23140496,0.21487603,0.27272728,0.338843,0.3140496,0.2107438,0.17768595,0.22727273,0.2107438,0.1983471,0.17768595,0.18181819,0.12396694,0.2892562,0.3677686,0.2520661,0.2107438,0.17355372,0.18181819,0.19008264,0.30578512,0.2603306,0.23553719,0.1983471,0.21900827,0.21487603,0.25619835,0.3553719,0.41735536,0.41322315,0.4214876,0.3966942,0.37603307,0.38842976,0.4090909,0.39256197,0.4090909,0.44214877,0.46280992,0.53305787,0.5371901,0.5082645,0.5082645,0.53305787,0.5371901,0.53305787,0.59090906,0.53305787,0.5247934,0.5165289,0.4876033,0.43801653,0.42975205,0.41322315,0.3966942,0.35123968,0.38016528,0.30578512,0.35123968,0.38429752,0.3429752,0.32231405,0.3181818,0.28099173,0.2107438,0.19421488,0.27272728,0.2768595,0.24793388,0.25619835,0.2107438,0.20247933,0.18181819,0.18181819,0.17355372,0.17355372,0.1322314,0.3553719,0.3966942,0.2520661,0.22727273,0.17768595,0.18595041,0.2107438,0.2768595,0.2603306,0.2231405,0.22727273,0.21900827,0.2231405,0.2231405,0.30578512,0.38016528,0.37190083,0.38429752,0.36363637,0.35950413,0.32231405,0.40082645,0.38429752,0.38842976,0.40495867,0.45454547,0.48347107,0.5123967,0.4752066,0.5,0.5371901,0.53305787,0.4876033,0.5661157,0.4876033,0.5123967,0.48347107,0.46694216,0.45041323,0.446281,0.37603307,0.39256197,0.37603307,0.3429752,0.3181818,0.3305785,0.3429752,0.39256197,0.3181818,0.32231405,0.3140496,0.2603306,0.23553719,0.29338843,0.22727273,0.19421488,0.21487603,0.2520661,0.1983471,0.16115703,0.1570248,0.16115703,0.17355372,0.15289256,0.39256197,0.38842976,0.2644628,0.2520661,0.2231405,0.14876033,0.2231405,0.24793388,0.26859504,0.23553719,0.23966943,0.20247933,0.2231405,0.23553719,0.29752067,0.32231405,0.32231405,0.338843,0.3181818,0.33471075,0.3553719,0.37190083,0.34710744,0.35950413,0.3553719,0.42975205,0.46280992,0.45041323,0.446281,0.46694216,0.46694216,0.46694216,0.47107437,0.47933885,0.4090909,0.45454547,0.38429752,0.43801653,0.46694216,0.41735536,0.38016528,0.37603307,0.38016528,0.36363637,0.30991736,0.33471075,0.2768595,0.3966942,0.34710744,0.3264463,0.30578512,0.29752067,0.2520661,0.23140496,0.20247933,0.17355372,0.1983471,0.20661157,0.16528925,0.16528925,0.15289256,0.16528925,0.19421488,0.20661157,0.46280992,0.42975205,0.32231405,0.23966943,0.2520661,0.17768595,0.19008264,0.20661157,0.2231405,0.24380165,0.20247933,0.20661157,0.2231405,0.2231405,0.2892562,0.29338843,0.28512397,0.29338843,0.2892562,0.30578512,0.3677686,0.34710744,0.30578512,0.30991736,0.338843,0.36363637,0.38842976,0.39256197,0.41322315,0.41735536,0.37603307,0.41735536,0.4338843,0.38842976,0.35123968,0.40495867,0.35123968,0.41322315,0.4752066,0.35950413,0.37190083,0.34710744,0.3181818,0.3677686,0.3181818,0.35123968,0.27272728,0.3429752,0.3264463,0.29752067,0.22727273,0.25619835,0.2520661,0.21900827,0.2231405,0.1983471,0.1983471,0.17355372,0.15289256,0.17355372,0.14049587,0.19008264,0.21487603,0.2768595,0.5082645,0.45454547,0.34710744,0.2520661,0.23140496,0.19421488,0.1694215,0.19421488,0.21487603,0.18181819,0.1570248,0.2107438,0.23140496,0.22727273,0.2644628,0.2603306,0.29752067,0.29338843,0.27272728,0.2892562,0.38429752,0.338843,0.3264463,0.30578512,0.30991736,0.29752067,0.3677686,0.34710744,0.35123968,0.37190083,0.3677686,0.42561984,0.41735536,0.39256197,0.3264463,0.36363637,0.3429752,0.41735536,0.40495867,0.3553719,0.38842976,0.3264463,0.2768595,0.3677686,0.3429752,0.3677686,0.2892562,0.29338843,0.3140496,0.21487603,0.1694215,0.2231405,0.22727273,0.19008264,0.19421488,0.18181819,0.20247933,0.17768595,0.17355372,0.22727273,0.14049587,0.16528925,0.24793388,0.338843,0.5123967,0.446281,0.3553719,0.2768595,0.24380165,0.21487603,0.18595041,0.17768595,0.19008264,0.2231405,0.12396694,0.1983471,0.23140496,0.21900827,0.21900827,0.22727273,0.2768595,0.29338843,0.2520661,0.2644628,0.37603307,0.338843,0.34710744,0.2892562,0.2768595,0.28099173,0.3553719,0.3264463,0.2768595,0.3264463,0.38429752,0.4338843,0.40082645,0.338843,0.38016528,0.38016528,0.35123968,0.35123968,0.38842976,0.3264463,0.37190083,0.3140496,0.26859504,0.35123968,0.37603307,0.33471075,0.27272728,0.24793388,0.27272728,0.23140496,0.21487603,0.20247933,0.23140496,0.19008264,0.14876033,0.15289256,0.19008264,0.20661157,0.2231405,0.24793388,0.14876033,0.16115703,0.24380165,0.3677686,0.49173555,0.42975205,0.36363637,0.30578512,0.28512397,0.23966943,0.20661157,0.15289256,0.17355372,0.23966943,0.16115703,0.2107438,0.18181819,0.18595041,0.21487603,0.21487603,0.2768595,0.29752067,0.2231405,0.2520661,0.3140496,0.3264463,0.27272728,0.2520661,0.29338843,0.25619835,0.3429752,0.3181818,0.24380165,0.3181818,0.34710744,0.32231405,0.338843,0.35950413,0.39256197,0.30991736,0.28099173,0.27272728,0.3677686,0.3140496,0.3264463,0.28512397,0.28512397,0.30578512,0.3140496,0.26859504,0.23966943,0.23966943,0.27272728,0.19421488,0.2107438,0.20247933,0.17355372,0.1570248,0.15289256,0.16115703,0.20661157,0.24380165,0.2892562,0.26859504,0.1570248,0.18181819,0.23553719,0.38429752,0.5247934,0.45867768,0.40495867,0.338843,0.2892562,0.2520661,0.21487603,0.15289256,0.1446281,0.20661157,0.18181819,0.2107438,0.1322314,0.19008264,0.22727273,0.16528925,0.30991736,0.30991736,0.2768595,0.23966943,0.2603306,0.29752067,0.24793388,0.18595041,0.2892562,0.2231405,0.33471075,0.3140496,0.23553719,0.27272728,0.2520661,0.2768595,0.36363637,0.338843,0.33471075,0.23553719,0.27272728,0.2231405,0.29338843,0.3140496,0.29338843,0.21900827,0.29338843,0.2892562,0.24380165,0.2231405,0.19421488,0.20661157,0.20247933,0.23140496,0.17768595,0.1694215,0.16115703,0.1694215,0.16115703,0.1983471,0.23553719,0.28512397,0.3305785,0.30165288,0.1694215,0.18595041,0.2520661,25 +0.6280992,0.6570248,0.6487603,0.6570248,0.6818182,0.677686,0.72727275,0.74380165,0.7644628,0.76859504,0.76859504,0.76859504,0.7768595,0.78512394,0.78512394,0.79752064,0.8057851,0.8016529,0.79752064,0.8016529,0.8140496,0.822314,0.8181818,0.8140496,0.822314,0.822314,0.8181818,0.822314,0.8264463,0.8305785,0.8305785,0.8305785,0.8181818,0.8305785,0.822314,0.8264463,0.8181818,0.8140496,0.8181818,0.8181818,0.80991733,0.8057851,0.8057851,0.79752064,0.79752064,0.78512394,0.7892562,0.7768595,0.78099173,0.77272725,0.75619835,0.75619835,0.75206614,0.74380165,0.71900827,0.661157,0.6280992,0.6198347,0.59917355,0.56198347,0.5413223,0.553719,0.57438016,0.5495868,0.6363636,0.6487603,0.6528926,0.6652893,0.6818182,0.677686,0.73140496,0.74380165,0.77272725,0.78099173,0.7768595,0.7768595,0.78512394,0.7892562,0.7933884,0.8057851,0.80991733,0.8140496,0.8140496,0.80991733,0.8181818,0.822314,0.822314,0.8181818,0.8305785,0.8305785,0.822314,0.8264463,0.8264463,0.8264463,0.8305785,0.8264463,0.822314,0.8264463,0.8264463,0.8264463,0.8140496,0.8140496,0.8181818,0.8181818,0.8057851,0.8016529,0.79752064,0.7933884,0.79752064,0.7768595,0.78099173,0.77272725,0.7892562,0.77272725,0.75619835,0.76033056,0.76033056,0.74380165,0.7231405,0.69008267,0.6487603,0.61570245,0.607438,0.57438016,0.553719,0.5661157,0.57024795,0.5661157,0.6280992,0.6404959,0.6570248,0.6694215,0.6818182,0.70247936,0.73140496,0.74793386,0.78099173,0.78512394,0.79752064,0.7768595,0.78512394,0.7933884,0.7892562,0.8057851,0.8181818,0.8181818,0.822314,0.8181818,0.822314,0.822314,0.8305785,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.8347107,0.8305785,0.8264463,0.822314,0.8305785,0.8181818,0.8181818,0.8181818,0.8140496,0.8181818,0.8057851,0.80991733,0.8016529,0.8057851,0.7892562,0.78099173,0.7768595,0.77272725,0.7892562,0.78099173,0.7644628,0.76859504,0.76859504,0.75206614,0.7231405,0.7066116,0.6652893,0.61570245,0.607438,0.59504133,0.55785125,0.57024795,0.57024795,0.57024795,0.61157024,0.6280992,0.6652893,0.677686,0.6942149,0.70247936,0.73140496,0.74793386,0.7768595,0.78512394,0.7933884,0.7933884,0.7933884,0.79752064,0.8016529,0.8181818,0.8264463,0.8264463,0.822314,0.8264463,0.8264463,0.8305785,0.8347107,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8347107,0.8305785,0.8305785,0.8264463,0.8140496,0.8181818,0.8264463,0.822314,0.8181818,0.8140496,0.8181818,0.80991733,0.8016529,0.8016529,0.8016529,0.7892562,0.7644628,0.7768595,0.7892562,0.7892562,0.7768595,0.77272725,0.7768595,0.76033056,0.7231405,0.7066116,0.6694215,0.6280992,0.61157024,0.59917355,0.57024795,0.5785124,0.57438016,0.57438016,0.59917355,0.6363636,0.6735537,0.6859504,0.70247936,0.71900827,0.71900827,0.74793386,0.77272725,0.7768595,0.79752064,0.7892562,0.79752064,0.79752064,0.8140496,0.8181818,0.8264463,0.8305785,0.8305785,0.8347107,0.8305785,0.8347107,0.8305785,0.8347107,0.8305785,0.8305785,0.822314,0.8264463,0.8347107,0.8347107,0.8305785,0.822314,0.8181818,0.8305785,0.822314,0.8140496,0.8181818,0.822314,0.822314,0.8140496,0.822314,0.8140496,0.8016529,0.8016529,0.7933884,0.79752064,0.7644628,0.7644628,0.7892562,0.7933884,0.76859504,0.76033056,0.7644628,0.75619835,0.73140496,0.6942149,0.677686,0.6322314,0.62396693,0.59917355,0.57438016,0.5785124,0.57024795,0.56198347,0.5661157,0.6198347,0.6570248,0.677686,0.6983471,0.71900827,0.71900827,0.74793386,0.7768595,0.78099173,0.7892562,0.79752064,0.79752064,0.8016529,0.80991733,0.822314,0.822314,0.8305785,0.8347107,0.8347107,0.8264463,0.8305785,0.8347107,0.8305785,0.8305785,0.8305785,0.8264463,0.8264463,0.8305785,0.8305785,0.8264463,0.8264463,0.822314,0.822314,0.8264463,0.8264463,0.8181818,0.822314,0.822314,0.8181818,0.822314,0.8181818,0.80991733,0.8016529,0.7892562,0.7892562,0.78099173,0.76859504,0.7892562,0.7892562,0.7644628,0.76033056,0.75206614,0.74380165,0.73140496,0.6983471,0.677686,0.6404959,0.62396693,0.61157024,0.57438016,0.5785124,0.5495868,0.5371901,0.55785125,0.62396693,0.6694215,0.6735537,0.6942149,0.71487606,0.7231405,0.75206614,0.78099173,0.78099173,0.7892562,0.7892562,0.7933884,0.79752064,0.8057851,0.8181818,0.822314,0.822314,0.8264463,0.8264463,0.822314,0.8305785,0.8264463,0.8305785,0.822314,0.8181818,0.822314,0.822314,0.8305785,0.8264463,0.8305785,0.8264463,0.822314,0.8181818,0.8264463,0.822314,0.8181818,0.822314,0.8181818,0.8057851,0.8057851,0.80991733,0.8140496,0.80991733,0.7933884,0.79752064,0.7892562,0.77272725,0.7892562,0.7892562,0.7768595,0.77272725,0.76033056,0.74793386,0.73140496,0.70247936,0.6859504,0.6487603,0.6280992,0.6280992,0.58677685,0.57438016,0.553719,0.553719,0.5413223,0.607438,0.6652893,0.6859504,0.6942149,0.71487606,0.72727275,0.75619835,0.7768595,0.78099173,0.78099173,0.7768595,0.78512394,0.7892562,0.79752064,0.8016529,0.79752064,0.79752064,0.7933884,0.7933884,0.78512394,0.8057851,0.8057851,0.80991733,0.8140496,0.80991733,0.8057851,0.80991733,0.8181818,0.822314,0.8305785,0.8305785,0.8181818,0.8181818,0.8181818,0.822314,0.80991733,0.80991733,0.8057851,0.7892562,0.7892562,0.7892562,0.7933884,0.8016529,0.78512394,0.7933884,0.79752064,0.78099173,0.76859504,0.77272725,0.76033056,0.76033056,0.75619835,0.75619835,0.73140496,0.7066116,0.677686,0.6487603,0.6280992,0.6198347,0.5785124,0.58677685,0.53305787,0.5661157,0.5495868,0.607438,0.6570248,0.677686,0.6859504,0.7066116,0.72727275,0.76033056,0.77272725,0.7768595,0.77272725,0.76859504,0.76033056,0.74793386,0.72727275,0.7107438,0.69008267,0.6735537,0.6528926,0.6363636,0.6446281,0.6859504,0.7355372,0.75206614,0.7933884,0.79752064,0.7933884,0.8057851,0.8016529,0.8057851,0.8140496,0.8181818,0.80991733,0.8057851,0.822314,0.79752064,0.7892562,0.7933884,0.75206614,0.71900827,0.71900827,0.70247936,0.7107438,0.71900827,0.6983471,0.7231405,0.7644628,0.75619835,0.73140496,0.74380165,0.73966944,0.73966944,0.73140496,0.73966944,0.7231405,0.7066116,0.6735537,0.6487603,0.6322314,0.60330576,0.5785124,0.57438016,0.5371901,0.54545456,0.5371901,0.59917355,0.6404959,0.6570248,0.6694215,0.69008267,0.7231405,0.75619835,0.7768595,0.7768595,0.74793386,0.7066116,0.6528926,0.6198347,0.5785124,0.55785125,0.55785125,0.55785125,0.5247934,0.5082645,0.5247934,0.5371901,0.61570245,0.6528926,0.71487606,0.7768595,0.7768595,0.7892562,0.7892562,0.7933884,0.8057851,0.8140496,0.8057851,0.8057851,0.8016529,0.7892562,0.77272725,0.75206614,0.6570248,0.61157024,0.6198347,0.57438016,0.5495868,0.54545456,0.5413223,0.57438016,0.6198347,0.661157,0.6528926,0.6694215,0.6942149,0.7107438,0.71900827,0.71900827,0.71900827,0.6983471,0.6694215,0.6694215,0.6363636,0.59917355,0.59090906,0.553719,0.5289256,0.5206612,0.53305787,0.59917355,0.6280992,0.6446281,0.661157,0.6818182,0.7231405,0.75619835,0.73966944,0.7066116,0.661157,0.61570245,0.553719,0.5247934,0.5,0.47107437,0.47933885,0.4752066,0.47933885,0.48347107,0.5413223,0.5413223,0.54545456,0.57438016,0.6446281,0.7355372,0.7644628,0.77272725,0.7768595,0.7768595,0.7892562,0.8016529,0.79752064,0.7933884,0.78512394,0.77272725,0.73966944,0.70247936,0.607438,0.57438016,0.58264464,0.53305787,0.47107437,0.43801653,0.4338843,0.42561984,0.4752066,0.5371901,0.56198347,0.56198347,0.59090906,0.6280992,0.661157,0.6735537,0.6983471,0.6983471,0.6570248,0.6487603,0.6363636,0.58677685,0.58677685,0.54545456,0.5041322,0.5247934,0.5206612,0.58677685,0.62396693,0.6363636,0.6487603,0.6818182,0.7231405,0.71487606,0.6446281,0.6198347,0.6404959,0.6570248,0.6652893,0.6570248,0.6404959,0.6280992,0.61157024,0.57024795,0.5371901,0.5495868,0.58264464,0.59917355,0.607438,0.5785124,0.60330576,0.6694215,0.74380165,0.7644628,0.7768595,0.78099173,0.78099173,0.78099173,0.78099173,0.78099173,0.77272725,0.75619835,0.6983471,0.6818182,0.62396693,0.61570245,0.61157024,0.57024795,0.5123967,0.4876033,0.5082645,0.5247934,0.57024795,0.61570245,0.6198347,0.59504133,0.59917355,0.607438,0.59917355,0.59504133,0.6280992,0.661157,0.6528926,0.6363636,0.62396693,0.57438016,0.5785124,0.55785125,0.5123967,0.5123967,0.5247934,0.5785124,0.62396693,0.6280992,0.6446281,0.6859504,0.677686,0.6322314,0.62396693,0.6570248,0.6983471,0.71900827,0.76033056,0.76859504,0.77272725,0.78512394,0.77272725,0.71900827,0.70247936,0.661157,0.6570248,0.6446281,0.6363636,0.62396693,0.61570245,0.6570248,0.71487606,0.76033056,0.7768595,0.78512394,0.78099173,0.78512394,0.78099173,0.77272725,0.76033056,0.74380165,0.677686,0.6652893,0.6404959,0.6322314,0.6446281,0.6363636,0.6198347,0.6363636,0.6859504,0.71900827,0.7355372,0.73966944,0.7644628,0.78099173,0.7107438,0.69008267,0.6404959,0.5661157,0.553719,0.59504133,0.6198347,0.6198347,0.607438,0.5661157,0.56198347,0.57024795,0.5165289,0.5,0.54545456,0.58677685,0.62396693,0.62396693,0.6363636,0.6528926,0.6363636,0.6280992,0.661157,0.73140496,0.72727275,0.74380165,0.78512394,0.72727275,0.74793386,0.7231405,0.6487603,0.607438,0.6818182,0.70247936,0.6818182,0.677686,0.6528926,0.6363636,0.61570245,0.6280992,0.6942149,0.75206614,0.78512394,0.7933884,0.79752064,0.8016529,0.7892562,0.77272725,0.74793386,0.71900827,0.6570248,0.6404959,0.6322314,0.6487603,0.6859504,0.70247936,0.69008267,0.6983471,0.677686,0.6363636,0.62396693,0.5247934,0.6652893,0.77272725,0.73140496,0.74380165,0.72727275,0.6487603,0.58264464,0.5495868,0.5495868,0.5661157,0.58264464,0.57024795,0.5495868,0.5495868,0.5247934,0.49173555,0.56198347,0.59090906,0.62396693,0.62396693,0.59917355,0.607438,0.6198347,0.661157,0.71487606,0.74793386,0.7355372,0.7066116,0.6652893,0.4338843,0.36363637,0.36363637,0.34710744,0.35123968,0.3966942,0.4752066,0.5495868,0.6322314,0.6818182,0.6652893,0.62396693,0.61157024,0.6487603,0.73140496,0.7933884,0.8057851,0.80991733,0.80991733,0.8057851,0.7892562,0.74380165,0.69008267,0.62396693,0.6363636,0.661157,0.70247936,0.71900827,0.6818182,0.55785125,0.47107437,0.45867768,0.40495867,0.3966942,0.3181818,0.3305785,0.44214877,0.5,0.6404959,0.73140496,0.7066116,0.6652893,0.59917355,0.5371901,0.5206612,0.553719,0.553719,0.5495868,0.53305787,0.5206612,0.48347107,0.55785125,0.59090906,0.61570245,0.61570245,0.5661157,0.59090906,0.661157,0.70247936,0.7066116,0.7066116,0.6528926,0.47933885,0.42561984,0.4752066,0.42561984,0.3677686,0.38016528,0.338843,0.38016528,0.40495867,0.4338843,0.5082645,0.62396693,0.6735537,0.6735537,0.6280992,0.59917355,0.69008267,0.7933884,0.8140496,0.8181818,0.8140496,0.80991733,0.79752064,0.73140496,0.6570248,0.61570245,0.6652893,0.70247936,0.73140496,0.677686,0.58264464,0.53305787,0.5123967,0.5123967,0.45041323,0.3966942,0.33471075,0.3305785,0.32231405,0.30578512,0.4214876,0.61570245,0.6859504,0.6859504,0.6487603,0.57438016,0.5206612,0.5206612,0.53305787,0.54545456,0.5413223,0.5123967,0.4876033,0.5661157,0.58677685,0.607438,0.60330576,0.57438016,0.58264464,0.6570248,0.6859504,0.677686,0.6198347,0.45041323,0.3966942,0.54545456,0.74380165,0.5041322,0.4752066,0.5371901,0.33471075,0.4338843,0.47933885,0.5165289,0.5165289,0.56198347,0.6198347,0.6735537,0.6735537,0.58677685,0.6528926,0.78512394,0.8016529,0.8140496,0.8140496,0.79752064,0.7768595,0.6942149,0.6404959,0.6487603,0.70247936,0.7107438,0.6942149,0.62396693,0.58264464,0.60330576,0.73140496,0.71900827,0.62396693,0.57024795,0.32231405,0.42975205,0.3305785,0.43801653,0.3429752,0.37190083,0.59917355,0.6859504,0.661157,0.607438,0.54545456,0.5,0.5247934,0.5495868,0.5371901,0.5165289,0.5123967,0.57438016,0.61570245,0.607438,0.5661157,0.57438016,0.607438,0.6528926,0.6694215,0.58677685,0.42975205,0.38842976,0.55785125,0.75619835,0.8264463,0.59090906,0.45041323,0.49173555,0.46694216,0.4876033,0.59090906,0.6818182,0.60330576,0.58677685,0.6404959,0.6363636,0.6942149,0.61570245,0.6280992,0.76859504,0.8016529,0.80991733,0.8057851,0.7892562,0.74380165,0.6694215,0.6487603,0.6735537,0.6983471,0.661157,0.6528926,0.61157024,0.58264464,0.6942149,0.8471074,0.838843,0.6570248,0.61157024,0.48347107,0.45454547,0.3966942,0.5,0.57024795,0.28512397,0.446281,0.6528926,0.6528926,0.61157024,0.5785124,0.5206612,0.5123967,0.54545456,0.553719,0.5082645,0.5165289,0.5785124,0.62396693,0.59504133,0.55785125,0.57438016,0.60330576,0.6363636,0.6404959,0.5289256,0.39256197,0.45867768,0.61570245,0.75206614,0.8057851,0.73140496,0.5413223,0.5,0.5661157,0.57024795,0.6570248,0.77272725,0.70247936,0.553719,0.6735537,0.7066116,0.71487606,0.6446281,0.6280992,0.7933884,0.8140496,0.8140496,0.80991733,0.7892562,0.72727275,0.661157,0.6652893,0.6735537,0.7107438,0.72727275,0.6322314,0.6280992,0.6694215,0.75206614,0.822314,0.8512397,0.76859504,0.6322314,0.59090906,0.47933885,0.49173555,0.59917355,0.6859504,0.38842976,0.3305785,0.54545456,0.6322314,0.607438,0.59090906,0.5495868,0.5206612,0.53305787,0.56198347,0.5413223,0.5247934,0.607438,0.61157024,0.59090906,0.5785124,0.59504133,0.60330576,0.6198347,0.59504133,0.49586776,0.46694216,0.5495868,0.61570245,0.6694215,0.71487606,0.70247936,0.661157,0.6322314,0.6487603,0.6570248,0.6818182,0.7066116,0.71900827,0.677686,0.70247936,0.8016529,0.7933884,0.6487603,0.70247936,0.8347107,0.8264463,0.80991733,0.80991733,0.7933884,0.73140496,0.6570248,0.6818182,0.70247936,0.8016529,0.73966944,0.6280992,0.6528926,0.6983471,0.7066116,0.75206614,0.76859504,0.78099173,0.71487606,0.6280992,0.58264464,0.607438,0.6363636,0.6528926,0.56198347,0.41322315,0.4876033,0.59090906,0.60330576,0.59090906,0.58264464,0.54545456,0.53305787,0.56198347,0.553719,0.53305787,0.61570245,0.61157024,0.59504133,0.6280992,0.62396693,0.60330576,0.607438,0.59504133,0.55785125,0.55785125,0.6363636,0.6818182,0.6983471,0.7107438,0.6942149,0.73140496,0.74380165,0.75206614,0.71900827,0.6694215,0.6487603,0.6694215,0.7355372,0.73966944,0.77272725,0.78512394,0.6404959,0.73966944,0.8471074,0.8264463,0.8016529,0.8016529,0.78512394,0.72727275,0.6487603,0.677686,0.7107438,0.79752064,0.77272725,0.7644628,0.71487606,0.6487603,0.6735537,0.6983471,0.71487606,0.75206614,0.7644628,0.7355372,0.70247936,0.70247936,0.677686,0.6528926,0.62396693,0.553719,0.5371901,0.5661157,0.59917355,0.607438,0.62396693,0.57024795,0.553719,0.55785125,0.54545456,0.5495868,0.6198347,0.58677685,0.61570245,0.6404959,0.6528926,0.61570245,0.61157024,0.62396693,0.6280992,0.61570245,0.6487603,0.69008267,0.71487606,0.72727275,0.73966944,0.74380165,0.76033056,0.73966944,0.69008267,0.62396693,0.58677685,0.60330576,0.6446281,0.6570248,0.7066116,0.72727275,0.6322314,0.75206614,0.8512397,0.8305785,0.79752064,0.8016529,0.7768595,0.71487606,0.6363636,0.661157,0.70247936,0.7355372,0.76859504,0.72727275,0.6652893,0.62396693,0.6322314,0.6694215,0.70247936,0.75619835,0.78099173,0.76859504,0.74793386,0.71487606,0.6859504,0.6528926,0.61157024,0.61157024,0.6198347,0.58677685,0.59917355,0.6322314,0.6570248,0.61157024,0.57024795,0.56198347,0.5495868,0.53305787,0.61157024,0.607438,0.6487603,0.6735537,0.6818182,0.6404959,0.6363636,0.661157,0.6652893,0.6528926,0.6528926,0.661157,0.6652893,0.661157,0.677686,0.661157,0.6570248,0.62396693,0.59504133,0.59090906,0.60330576,0.6487603,0.6652893,0.661157,0.70247936,0.6528926,0.6570248,0.76033056,0.8512397,0.8305785,0.79752064,0.78099173,0.7644628,0.69008267,0.6363636,0.6322314,0.6983471,0.71900827,0.73966944,0.72727275,0.6735537,0.6487603,0.607438,0.61157024,0.6487603,0.69008267,0.7231405,0.71900827,0.7107438,0.6694215,0.6404959,0.61570245,0.61157024,0.60330576,0.6363636,0.61570245,0.61157024,0.6446281,0.661157,0.6652893,0.61157024,0.5785124,0.56198347,0.5413223,0.607438,0.6363636,0.6818182,0.71487606,0.71900827,0.677686,0.6942149,0.6983471,0.6942149,0.69008267,0.677686,0.6570248,0.6570248,0.6487603,0.6404959,0.6363636,0.6487603,0.6487603,0.6652893,0.677686,0.7066116,0.7355372,0.7231405,0.71487606,0.6942149,0.62396693,0.6694215,0.76859504,0.8471074,0.8305785,0.78512394,0.77272725,0.7355372,0.6652893,0.6280992,0.62396693,0.677686,0.7355372,0.7355372,0.73966944,0.73140496,0.71487606,0.69008267,0.6735537,0.677686,0.6735537,0.6818182,0.69008267,0.677686,0.6570248,0.62396693,0.6198347,0.62396693,0.6198347,0.6652893,0.6487603,0.6570248,0.6735537,0.6942149,0.7066116,0.6570248,0.58677685,0.5785124,0.56198347,0.607438,0.6570248,0.6942149,0.70247936,0.7231405,0.7231405,0.74793386,0.73140496,0.71487606,0.7231405,0.74380165,0.74793386,0.75619835,0.75619835,0.75206614,0.74793386,0.7768595,0.7644628,0.7768595,0.77272725,0.77272725,0.7768595,0.75619835,0.7355372,0.661157,0.61570245,0.69008267,0.8016529,0.8471074,0.822314,0.78512394,0.75619835,0.71487606,0.6487603,0.62396693,0.6198347,0.6446281,0.7066116,0.73140496,0.75619835,0.75619835,0.75206614,0.74380165,0.7644628,0.76859504,0.75619835,0.7644628,0.75206614,0.7355372,0.74380165,0.75206614,0.71487606,0.71487606,0.71487606,0.7231405,0.69008267,0.7231405,0.7107438,0.7355372,0.74793386,0.6983471,0.607438,0.57024795,0.57438016,0.607438,0.677686,0.6859504,0.6735537,0.71900827,0.75206614,0.7768595,0.75619835,0.75206614,0.76033056,0.78512394,0.8016529,0.8016529,0.8016529,0.8140496,0.8016529,0.79752064,0.79752064,0.80991733,0.8016529,0.7933884,0.7933884,0.76033056,0.7066116,0.6322314,0.6280992,0.72727275,0.8264463,0.8471074,0.822314,0.7892562,0.76859504,0.73140496,0.6570248,0.6198347,0.6198347,0.6322314,0.677686,0.71487606,0.76033056,0.78512394,0.7892562,0.7644628,0.79752064,0.7892562,0.78512394,0.79752064,0.8016529,0.79752064,0.8016529,0.7892562,0.76859504,0.76859504,0.74793386,0.7231405,0.74793386,0.74793386,0.7355372,0.74380165,0.75619835,0.71487606,0.6322314,0.57438016,0.57024795,0.61157024,0.6818182,0.6735537,0.6859504,0.75206614,0.78099173,0.7892562,0.79752064,0.78512394,0.78099173,0.7892562,0.8057851,0.80991733,0.80991733,0.80991733,0.8057851,0.8140496,0.8057851,0.8057851,0.8016529,0.80991733,0.78099173,0.73966944,0.6818182,0.6280992,0.6487603,0.75206614,0.8264463,0.8347107,0.8264463,0.79752064,0.7768595,0.75619835,0.6859504,0.6198347,0.6198347,0.6363636,0.6652893,0.70247936,0.73140496,0.78099173,0.8016529,0.7933884,0.80991733,0.7892562,0.7933884,0.8016529,0.79752064,0.8057851,0.8181818,0.79752064,0.78512394,0.7892562,0.77272725,0.74793386,0.7768595,0.7644628,0.75206614,0.75619835,0.75206614,0.71900827,0.6446281,0.58264464,0.55785125,0.61570245,0.6735537,0.70247936,0.72727275,0.78099173,0.8016529,0.8016529,0.8057851,0.8140496,0.79752064,0.8057851,0.8181818,0.80991733,0.80991733,0.8057851,0.8016529,0.80991733,0.822314,0.8140496,0.8016529,0.79752064,0.76859504,0.73140496,0.6694215,0.6280992,0.6735537,0.7644628,0.8181818,0.8305785,0.8264463,0.8057851,0.78099173,0.76859504,0.7066116,0.6198347,0.58677685,0.6280992,0.661157,0.677686,0.71487606,0.76033056,0.7892562,0.8057851,0.8140496,0.80991733,0.79752064,0.80991733,0.80991733,0.8016529,0.8181818,0.80991733,0.79752064,0.8057851,0.79752064,0.7768595,0.79752064,0.77272725,0.76859504,0.75619835,0.73966944,0.70247936,0.6446281,0.5785124,0.5413223,0.61157024,0.6818182,0.72727275,0.75206614,0.78512394,0.8057851,0.79752064,0.8181818,0.8264463,0.8181818,0.822314,0.8264463,0.8264463,0.822314,0.8181818,0.8181818,0.8264463,0.8264463,0.8181818,0.8016529,0.7892562,0.75619835,0.71900827,0.6570248,0.6280992,0.6859504,0.76859504,0.8140496,0.8264463,0.822314,0.8057851,0.78512394,0.76033056,0.6983471,0.61570245,0.56198347,0.61157024,0.6570248,0.661157,0.70247936,0.74793386,0.7768595,0.7933884,0.8057851,0.80991733,0.8140496,0.8181818,0.8181818,0.8140496,0.8140496,0.8140496,0.8057851,0.80991733,0.79752064,0.78099173,0.8016529,0.78099173,0.7644628,0.74793386,0.73140496,0.6983471,0.6404959,0.5785124,0.53305787,0.61157024,0.677686,0.71487606,0.74380165,0.77272725,0.79752064,0.80991733,0.80991733,0.8264463,0.8181818,0.8305785,0.8264463,0.8264463,0.8305785,0.8264463,0.822314,0.822314,0.8181818,0.80991733,0.79752064,0.78099173,0.74380165,0.69008267,0.6322314,0.62396693,0.6818182,0.7644628,0.822314,0.8264463,0.8264463,0.80991733,0.79752064,0.75619835,0.6818182,0.61570245,0.56198347,0.5785124,0.6363636,0.6818182,0.6983471,0.7231405,0.75206614,0.7768595,0.79752064,0.80991733,0.8181818,0.8181818,0.80991733,0.80991733,0.8181818,0.8140496,0.8057851,0.8181818,0.80991733,0.78512394,0.78512394,0.78099173,0.7644628,0.73140496,0.7231405,0.6942149,0.6528926,0.57438016,0.5165289,0.6280992,0.6859504,0.70247936,0.71900827,0.76033056,0.76859504,0.7644628,0.79752064,0.8016529,0.8181818,0.822314,0.8264463,0.8264463,0.8305785,0.8264463,0.8140496,0.80991733,0.8140496,0.8016529,0.7933884,0.77272725,0.71900827,0.661157,0.6322314,0.6198347,0.6363636,0.71900827,0.8057851,0.8181818,0.80991733,0.8016529,0.74793386,0.6694215,0.6446281,0.59917355,0.58264464,0.59090906,0.61570245,0.6694215,0.6983471,0.72727275,0.7644628,0.76859504,0.78512394,0.80991733,0.80991733,0.822314,0.8140496,0.80991733,0.822314,0.8264463,0.8140496,0.8140496,0.822314,0.8016529,0.7768595,0.7892562,0.76033056,0.71900827,0.7107438,0.6735537,0.6487603,0.58677685,0.5123967,0.6322314,0.677686,0.70247936,0.70247936,0.72727275,0.7355372,0.69008267,0.7768595,0.8140496,0.8181818,0.8140496,0.8264463,0.8264463,0.8264463,0.822314,0.8181818,0.8057851,0.8016529,0.79752064,0.7892562,0.77272725,0.7066116,0.661157,0.661157,0.58677685,0.55785125,0.6322314,0.74380165,0.77272725,0.74793386,0.70247936,0.6404959,0.56198347,0.57438016,0.5785124,0.5785124,0.6280992,0.6446281,0.6487603,0.6983471,0.73966944,0.7644628,0.7768595,0.7933884,0.8016529,0.80991733,0.8181818,0.8140496,0.8181818,0.822314,0.822314,0.8181818,0.8140496,0.80991733,0.79752064,0.7768595,0.78099173,0.75619835,0.71900827,0.7066116,0.661157,0.6280992,0.58264464,0.5165289,0.6198347,0.6652893,0.6859504,0.6694215,0.7107438,0.73140496,0.73966944,0.76033056,0.8057851,0.8140496,0.8181818,0.822314,0.8264463,0.822314,0.822314,0.8140496,0.8057851,0.79752064,0.7892562,0.7892562,0.76033056,0.6859504,0.6818182,0.6528926,0.53305787,0.45867768,0.5206612,0.6322314,0.6694215,0.6363636,0.59504133,0.55785125,0.5123967,0.5123967,0.5165289,0.57024795,0.6446281,0.69008267,0.6363636,0.6528926,0.73966944,0.77272725,0.78099173,0.79752064,0.8016529,0.8016529,0.8140496,0.8140496,0.8264463,0.822314,0.8181818,0.822314,0.8181818,0.8057851,0.7892562,0.7768595,0.76033056,0.7355372,0.7107438,0.69008267,0.6487603,0.6198347,0.57438016,0.5206612,0.60330576,0.6528926,0.677686,0.6818182,0.72727275,0.74380165,0.75619835,0.76859504,0.78512394,0.8057851,0.8181818,0.80991733,0.822314,0.8181818,0.8140496,0.8016529,0.79752064,0.7933884,0.7768595,0.7768595,0.73140496,0.6652893,0.6528926,0.58677685,0.45041323,0.33471075,0.3966942,0.49173555,0.53305787,0.5165289,0.5041322,0.5123967,0.4214876,0.32231405,0.3429752,0.47933885,0.59917355,0.661157,0.62396693,0.59917355,0.6983471,0.7644628,0.7768595,0.7933884,0.7933884,0.7933884,0.8057851,0.8181818,0.822314,0.822314,0.8181818,0.822314,0.80991733,0.80991733,0.7892562,0.78099173,0.76033056,0.71900827,0.6818182,0.6818182,0.6322314,0.607438,0.5785124,0.5123967,0.59090906,0.6363636,0.6652893,0.6859504,0.71900827,0.74793386,0.73140496,0.77272725,0.78512394,0.7933884,0.80991733,0.8016529,0.8181818,0.8140496,0.8016529,0.79752064,0.7892562,0.7768595,0.75619835,0.76859504,0.6942149,0.6280992,0.57438016,0.46280992,0.29338843,0.10743801,0.20247933,0.37190083,0.42975205,0.446281,0.46694216,0.4214876,0.30991736,0.15289256,0.13636364,0.2768595,0.46694216,0.58677685,0.59917355,0.5661157,0.6404959,0.74380165,0.77272725,0.78512394,0.78512394,0.7892562,0.79752064,0.8181818,0.8140496,0.822314,0.8181818,0.8140496,0.80991733,0.8057851,0.78512394,0.74380165,0.75619835,0.71487606,0.677686,0.661157,0.62396693,0.607438,0.57024795,0.5165289,0.5785124,0.61157024,0.6363636,0.6694215,0.6942149,0.73140496,0.71900827,0.77272725,0.78099173,0.78512394,0.7892562,0.7892562,0.8016529,0.8016529,0.79752064,0.7768595,0.75619835,0.76033056,0.75206614,0.73966944,0.6363636,0.5206612,0.49173555,0.4214876,0.30578512,0.13636364,0.1570248,0.27272728,0.38429752,0.43801653,0.46694216,0.3966942,0.40495867,0.35123968,0.2644628,0.33471075,0.40495867,0.48347107,0.5371901,0.53305787,0.60330576,0.71487606,0.76033056,0.76859504,0.7768595,0.78512394,0.8016529,0.79752064,0.8016529,0.8057851,0.8140496,0.8057851,0.80991733,0.79752064,0.7644628,0.71487606,0.73140496,0.7231405,0.6859504,0.661157,0.6198347,0.607438,0.57438016,0.5123967,0.5661157,0.59090906,0.62396693,0.6528926,0.6735537,0.7107438,0.7231405,0.75206614,0.77272725,0.78099173,0.7768595,0.7768595,0.7768595,0.7892562,0.7768595,0.76033056,0.74793386,0.75619835,0.75206614,0.72727275,0.6570248,0.44214877,0.45867768,0.5041322,0.47933885,0.30578512,0.3181818,0.37190083,0.40082645,0.44214877,0.48347107,0.48347107,0.5247934,0.49173555,0.45041323,0.5206612,0.5041322,0.46280992,0.47107437,0.5165289,0.61570245,0.70247936,0.74380165,0.75619835,0.7644628,0.76859504,0.7892562,0.7892562,0.7892562,0.79752064,0.80991733,0.7933884,0.7933884,0.7892562,0.7644628,0.7355372,0.73140496,0.71487606,0.6818182,0.6446281,0.60330576,0.60330576,0.57438016,0.5123967,0.5661157,0.58677685,0.61157024,0.6446281,0.6735537,0.7066116,0.7355372,0.72727275,0.76033056,0.76033056,0.76859504,0.77272725,0.76859504,0.7768595,0.74793386,0.73140496,0.73966944,0.75206614,0.73966944,0.7231405,0.73140496,0.5289256,0.42561984,0.5413223,0.5371901,0.49173555,0.48347107,0.5041322,0.5,0.49586776,0.5247934,0.54545456,0.57024795,0.5123967,0.49586776,0.53305787,0.5413223,0.53305787,0.53305787,0.58264464,0.6446281,0.6942149,0.73140496,0.74380165,0.76033056,0.7644628,0.76033056,0.77272725,0.7768595,0.79752064,0.7933884,0.7892562,0.77272725,0.7644628,0.74380165,0.7355372,0.7355372,0.69008267,0.6570248,0.6363636,0.58264464,0.59917355,0.58264464,0.5165289,0.59090906,0.60330576,0.60330576,0.6404959,0.6652893,0.6942149,0.73140496,0.73966944,0.75619835,0.73966944,0.7644628,0.7768595,0.75206614,0.74380165,0.72727275,0.73140496,0.7355372,0.74380165,0.73966944,0.72727275,0.73966944,0.6942149,0.60330576,0.57438016,0.56198347,0.5661157,0.5413223,0.54545456,0.57024795,0.5661157,0.55785125,0.5247934,0.5165289,0.47107437,0.4752066,0.48347107,0.53305787,0.5785124,0.59917355,0.6322314,0.6528926,0.6859504,0.71900827,0.7355372,0.74793386,0.76859504,0.7644628,0.74793386,0.76859504,0.77272725,0.78099173,0.77272725,0.76033056,0.74380165,0.71487606,0.71900827,0.7231405,0.677686,0.6363636,0.6198347,0.59090906,0.59090906,0.58677685,0.5247934,0.60330576,0.6198347,0.607438,0.62396693,0.6363636,0.6694215,0.7066116,0.73966944,0.76033056,0.72727275,0.74793386,0.74793386,0.7107438,0.71487606,0.71900827,0.7355372,0.74380165,0.73966944,0.73140496,0.7231405,0.71900827,0.69008267,0.6198347,0.58677685,0.56198347,0.553719,0.54545456,0.53305787,0.56198347,0.56198347,0.5495868,0.49173555,0.5,0.46694216,0.44214877,0.46280992,0.5041322,0.5206612,0.553719,0.61157024,0.6487603,0.6942149,0.71900827,0.7355372,0.74380165,0.76033056,0.7644628,0.76859504,0.75619835,0.74793386,0.75619835,0.75206614,0.74380165,0.73966944,0.7231405,0.7107438,0.6983471,0.6694215,0.6528926,0.61570245,0.59917355,0.58264464,0.58677685,0.5123967,0.61157024,0.61157024,0.61157024,0.61157024,0.61570245,0.6570248,0.6942149,0.72727275,0.74380165,0.71900827,0.7107438,0.71487606,0.6983471,0.7107438,0.72727275,0.74380165,0.74380165,0.7355372,0.73140496,0.7066116,0.6942149,0.6487603,0.5785124,0.5785124,0.57438016,0.56198347,0.5371901,0.5413223,0.53305787,0.5165289,0.53305787,0.5082645,0.5041322,0.49173555,0.4338843,0.42975205,0.46280992,0.45454547,0.47933885,0.57438016,0.59090906,0.6487603,0.6942149,0.71487606,0.72727275,0.73966944,0.76033056,0.77272725,0.76859504,0.73966944,0.7355372,0.73966944,0.73966944,0.73966944,0.71900827,0.70247936,0.6735537,0.6570248,0.661157,0.61570245,0.607438,0.59504133,0.58264464,0.5041322,0.61157024,0.61157024,0.62396693,0.61570245,0.6280992,0.6570248,0.6942149,0.71900827,0.7231405,0.7107438,0.72727275,0.7355372,0.72727275,0.7066116,0.73140496,0.74793386,0.73140496,0.71900827,0.70247936,0.6652893,0.6198347,0.59090906,0.6198347,0.58677685,0.5661157,0.56198347,0.55785125,0.5661157,0.5206612,0.49173555,0.5247934,0.53305787,0.5,0.48347107,0.4090909,0.46280992,0.45867768,0.4338843,0.45867768,0.5289256,0.53305787,0.59090906,0.6404959,0.6694215,0.69008267,0.71487606,0.75206614,0.76033056,0.7768595,0.75206614,0.7355372,0.73140496,0.73140496,0.71900827,0.7066116,0.6942149,0.6694215,0.6528926,0.6446281,0.61570245,0.61157024,0.59917355,0.57438016,0.5041322,0.59090906,0.59504133,0.6198347,0.61570245,0.6446281,0.677686,0.69008267,0.71487606,0.7231405,0.71487606,0.72727275,0.73140496,0.73966944,0.7355372,0.75206614,0.73966944,0.70247936,0.6942149,0.6694215,0.61157024,0.57024795,0.5661157,0.61157024,0.5661157,0.53305787,0.55785125,0.59504133,0.55785125,0.5041322,0.49586776,0.5206612,0.5165289,0.47933885,0.45867768,0.42561984,0.45867768,0.41322315,0.46280992,0.46280992,0.49586776,0.5,0.5289256,0.5661157,0.6198347,0.661157,0.6735537,0.7066116,0.75619835,0.76033056,0.76859504,0.75619835,0.73966944,0.72727275,0.7107438,0.6942149,0.6942149,0.6859504,0.6570248,0.6446281,0.61570245,0.61570245,0.57438016,0.553719,0.5082645,0.58264464,0.58677685,0.6322314,0.6280992,0.6528926,0.677686,0.69008267,0.71900827,0.7355372,0.72727275,0.73966944,0.74380165,0.75206614,0.74793386,0.74380165,0.70247936,0.661157,0.6528926,0.6280992,0.57024795,0.56198347,0.53305787,0.5289256,0.5247934,0.5123967,0.5785124,0.60330576,0.5206612,0.4876033,0.5041322,0.5123967,0.48347107,0.4752066,0.5041322,0.45867768,0.47107437,0.46280992,0.48347107,0.5082645,0.47933885,0.4752066,0.4876033,0.5165289,0.5785124,0.6280992,0.6446281,0.6446281,0.7231405,0.75206614,0.77272725,0.76859504,0.75206614,0.72727275,0.71487606,0.6983471,0.6983471,0.6983471,0.6694215,0.6446281,0.6198347,0.59917355,0.57024795,0.5289256,0.5041322,0.59504133,0.5785124,0.6363636,0.6404959,0.6528926,0.69008267,0.71487606,0.71900827,0.7066116,0.73140496,0.74380165,0.7768595,0.74793386,0.72727275,0.6983471,0.6487603,0.61570245,0.6363636,0.6198347,0.5495868,0.53305787,0.5041322,0.48347107,0.47933885,0.5495868,0.5661157,0.54545456,0.47107437,0.47107437,0.4752066,0.4752066,0.45454547,0.4752066,0.5,0.47933885,0.49173555,0.5165289,0.5041322,0.5247934,0.5,0.5041322,0.48347107,0.5082645,0.553719,0.5785124,0.607438,0.59504133,0.6404959,0.7231405,0.76033056,0.76859504,0.76033056,0.73966944,0.72727275,0.71487606,0.71487606,0.7066116,0.6652893,0.6446281,0.6404959,0.5785124,0.5371901,0.54545456,0.49173555,0.5785124,0.5413223,0.6404959,0.6404959,0.6363636,0.6818182,0.7107438,0.71900827,0.661157,0.7107438,0.76033056,0.79752064,0.71900827,0.6735537,0.6487603,0.60330576,0.5661157,0.61570245,0.60330576,0.5206612,0.4876033,0.46280992,0.46694216,0.46694216,0.553719,0.5,0.48347107,0.446281,0.446281,0.42561984,0.42561984,0.4090909,0.4214876,0.45867768,0.47107437,0.4752066,0.49586776,0.5041322,0.5247934,0.5371901,0.5123967,0.4876033,0.5165289,0.5495868,0.5495868,0.57024795,0.55785125,0.56198347,0.6528926,0.71487606,0.75206614,0.7644628,0.75619835,0.73966944,0.7355372,0.72727275,0.7066116,0.6528926,0.6487603,0.6363636,0.57438016,0.54545456,0.47933885,0.48347107,0.5165289,0.5123967,0.61570245,0.6280992,0.6198347,0.6694215,0.7066116,0.71900827,0.6983471,0.7107438,0.74380165,0.7644628,0.661157,0.6280992,0.6198347,0.57438016,0.54545456,0.56198347,0.553719,0.48347107,0.42975205,0.42975205,0.42561984,0.42975205,0.46694216,0.42561984,0.41322315,0.38016528,0.41322315,0.45454547,0.41322315,0.37603307,0.3966942,0.42975205,0.42561984,0.42975205,0.446281,0.45041323,0.47933885,0.48347107,0.4752066,0.48347107,0.5123967,0.5413223,0.5165289,0.5413223,0.54545456,0.5413223,0.57438016,0.6363636,0.7231405,0.75206614,0.7644628,0.7355372,0.73140496,0.7231405,0.6983471,0.6198347,0.61157024,0.6198347,0.553719,0.5206612,0.49173555,0.4338843,0.4752066,0.47933885,0.5785124,0.59504133,0.59917355,0.6570248,0.6983471,0.71487606,0.73966944,0.71487606,0.71487606,0.6942149,0.59504133,0.5785124,0.59917355,0.5495868,0.5165289,0.4876033,0.4876033,0.42561984,0.36363637,0.38429752,0.3429752,0.32231405,0.34710744,0.34710744,0.3264463,0.38842976,0.4214876,0.43801653,0.37190083,0.37603307,0.45867768,0.5206612,0.5082645,0.45454547,0.43801653,0.38429752,0.4214876,0.4338843,0.42975205,0.42561984,0.48347107,0.46694216,0.446281,0.5,0.5413223,0.5661157,0.57024795,0.56198347,0.6446281,0.7231405,0.76033056,0.73966944,0.71487606,0.6983471,0.6818182,0.58677685,0.5661157,0.59090906,0.56198347,0.5206612,0.5082645,0.40082645,0.45454547,0.49173555,0.5371901,0.53305787,0.5661157,0.6446281,0.6528926,0.6818182,0.71900827,0.69008267,0.6694215,0.6404959,0.5785124,0.553719,0.5247934,0.4752066,0.46280992,0.41322315,0.42561984,0.40082645,0.28512397,0.30578512,0.30991736,0.29338843,0.33471075,0.3305785,0.37603307,0.5247934,0.55785125,0.5247934,0.4214876,0.47933885,0.59504133,0.6322314,0.59090906,0.5371901,0.46694216,0.38842976,0.38016528,0.42561984,0.38842976,0.3677686,0.42975205,0.42561984,0.40495867,0.446281,0.49586776,0.5785124,0.59917355,0.5206612,0.57438016,0.72727275,0.74380165,0.71900827,0.69008267,0.661157,0.6198347,0.5661157,0.53305787,0.55785125,0.54545456,0.47933885,0.47107437,0.37190083,0.446281,0.47107437,0.5082645,0.47933885,0.5495868,0.6198347,0.59090906,0.61157024,0.661157,0.6280992,0.60330576,0.56198347,0.5165289,0.5289256,0.46694216,0.44214877,0.45454547,0.40495867,0.3553719,0.38842976,0.30991736,0.3264463,0.37603307,0.45454547,0.44214877,0.4752066,0.5082645,0.5495868,0.59504133,0.58264464,0.5413223,0.55785125,0.60330576,0.59090906,0.5495868,0.5,0.4752066,0.47933885,0.46694216,0.45454547,0.41735536,0.37603307,0.3966942,0.4338843,0.4214876,0.4090909,0.446281,0.5,0.553719,0.49586776,0.5289256,0.7107438,0.6859504,0.6652893,0.6528926,0.6322314,0.59090906,0.553719,0.49173555,0.49173555,0.49586776,0.43801653,0.446281,0.35950413,0.45041323,0.45454547,0.4876033,0.4752066,0.5371901,0.5661157,0.53305787,0.5495868,0.59504133,0.5661157,0.5495868,0.5247934,0.5041322,0.5206612,0.4876033,0.42561984,0.45454547,0.42561984,0.45454547,0.4876033,0.5,0.5206612,0.5413223,0.553719,0.57438016,0.58677685,0.6528926,0.6818182,0.7066116,0.70247936,0.6694215,0.6570248,0.6652893,0.6652893,0.6363636,0.61157024,0.59504133,0.59504133,0.57024795,0.53305787,0.49173555,0.47107437,0.45867768,0.47107437,0.45041323,0.4214876,0.44214877,0.45041323,0.46694216,0.46694216,0.53305787,0.6446281,0.61157024,0.59504133,0.59504133,0.58677685,0.56198347,0.53305787,0.47107437,0.4338843,0.446281,0.3966942,0.41735536,0.338843,0.45867768,0.42561984,0.4214876,0.45041323,0.5041322,0.5289256,0.4752066,0.49173555,0.5247934,0.5289256,0.5495868,0.5041322,0.45867768,0.47107437,0.5247934,0.5082645,0.5206612,0.53305787,0.57024795,0.61570245,0.6528926,0.6859504,0.677686,0.6694215,0.6735537,0.6818182,0.677686,0.73140496,0.73140496,0.73966944,0.7231405,0.70247936,0.71487606,0.71900827,0.71487606,0.6942149,0.6694215,0.6404959,0.62396693,0.60330576,0.59504133,0.59504133,0.59504133,0.58264464,0.5495868,0.49173555,0.45867768,0.46280992,0.45867768,0.4876033,0.5247934,0.5785124,0.56198347,0.53305787,0.55785125,0.5413223,0.5123967,0.5,0.45867768,0.4090909,0.41735536,0.38429752,0.38842976,0.32231405,0.44214877,0.3966942,0.37190083,0.4090909,0.46280992,0.49173555,0.42975205,0.4338843,0.45454547,0.48347107,0.48347107,0.446281,0.4338843,0.45041323,0.5123967,0.53305787,0.5247934,0.57438016,0.61570245,0.6528926,0.70247936,0.7107438,0.70247936,0.71487606,0.72727275,0.7107438,0.6942149,0.7107438,0.6818182,0.6859504,0.677686,0.661157,0.677686,0.677686,0.6983471,0.6818182,0.6735537,0.6652893,0.6735537,0.6363636,0.677686,0.6735537,0.6859504,0.661157,0.60330576,0.56198347,0.49173555,0.4338843,0.46694216,0.4876033,0.5123967,0.5371901,0.5041322,0.5082645,0.5413223,0.5041322,0.4752066,0.46280992,0.45867768,0.42561984,0.39256197,0.38016528,0.35123968,0.30165288,0.38842976,0.37603307,0.35950413,0.39256197,0.4214876,0.44214877,0.38842976,0.38016528,0.42561984,0.45454547,0.45454547,0.47933885,0.4752066,0.4876033,0.5289256,0.54545456,0.55785125,0.59090906,0.59090906,0.59917355,0.6528926,0.69008267,0.70247936,0.71487606,0.71900827,0.70247936,0.6859504,0.6652893,0.6363636,0.6363636,0.6404959,0.6404959,0.6652893,0.6280992,0.6570248,0.6652893,0.6446281,0.6859504,0.6818182,0.6983471,0.70247936,0.72727275,0.71487606,0.69008267,0.6322314,0.58677685,0.5371901,0.43801653,0.4214876,0.44214877,0.47933885,0.5165289,0.47933885,0.46694216,0.5123967,0.4876033,0.43801653,0.44214877,0.446281,0.4338843,0.40495867,0.35950413,0.30991736,0.2892562,0.3264463,0.3264463,0.3677686,0.3677686,0.40082645,0.3966942,0.35950413,0.37190083,0.4090909,0.43801653,0.45867768,0.47933885,0.45867768,0.4876033,0.5206612,0.5041322,0.5247934,0.55785125,0.5247934,0.53305787,0.5785124,0.6280992,0.661157,0.6694215,0.6528926,0.6322314,0.6363636,0.61570245,0.607438,0.62396693,0.61570245,0.6198347,0.6528926,0.60330576,0.6280992,0.6859504,0.6528926,0.6818182,0.69008267,0.69008267,0.70247936,0.7355372,0.71487606,0.6942149,0.59504133,0.5661157,0.5413223,0.49586776,0.4338843,0.41322315,0.43801653,0.47107437,0.446281,0.4338843,0.45454547,0.446281,0.41735536,0.43801653,0.4214876,0.41735536,0.41322315,0.338843,0.26859504,0.2892562,0.2892562,0.30991736,0.35950413,0.37190083,0.36363637,0.35950413,0.32231405,0.37190083,0.3966942,0.41322315,0.45041323,0.48347107,0.48347107,0.45454547,0.45041323,0.44214877,0.45454547,0.5,0.49173555,0.5041322,0.5247934,0.53305787,0.553719,0.5785124,0.58677685,0.59090906,0.58677685,0.59090906,0.58264464,0.57024795,0.57024795,0.55785125,0.57024795,0.5495868,0.56198347,0.6322314,0.6487603,0.6404959,0.6694215,0.6487603,0.6735537,0.7107438,0.69008267,0.6487603,0.54545456,0.49586776,0.46280992,0.46694216,0.4090909,0.40495867,0.446281,0.4090909,0.40495867,0.40495867,0.3966942,0.39256197,0.42561984,0.42561984,0.3966942,0.3677686,0.37190083,0.3264463,0.29338843,0.25619835,0.2892562,0.32231405,0.3305785,0.3181818,0.3429752,0.3305785,0.3181818,0.3677686,0.35950413,0.3677686,0.4214876,0.46694216,0.47107437,0.41735536,0.3553719,0.4090909,0.46280992,0.4876033,0.5289256,0.5495868,0.5495868,0.5289256,0.5289256,0.553719,0.5495868,0.5413223,0.5289256,0.5082645,0.5041322,0.4752066,0.4876033,0.5,0.5082645,0.5041322,0.5082645,0.54545456,0.59090906,0.59917355,0.6363636,0.6694215,0.61570245,0.6363636,0.6528926,0.57438016,0.5041322,0.45041323,0.4338843,0.42561984,0.4090909,0.38842976,0.44214877,0.3966942,0.3677686,0.38016528,0.38016528,0.35123968,0.3966942,0.38842976,0.35950413,0.34710744,0.338843,0.3181818,0.30991736,0.25619835,0.3305785,0.3305785,0.30991736,0.2892562,0.3553719,0.3264463,0.30991736,0.3553719,0.36363637,0.3429752,0.39256197,0.3966942,0.4214876,0.38016528,0.34710744,0.41322315,0.46280992,0.47107437,0.553719,0.58264464,0.553719,0.5661157,0.5495868,0.5413223,0.5289256,0.5371901,0.5289256,0.47107437,0.446281,0.4214876,0.42975205,0.45041323,0.48347107,0.49173555,0.5123967,0.53305787,0.54545456,0.55785125,0.57024795,0.6280992,0.6280992,0.60330576,0.607438,0.53305787,0.5,0.47107437,0.45867768,0.4338843,0.43801653,0.39256197,0.4090909,0.40082645,0.37603307,0.3553719,0.3677686,0.33471075,0.338843,0.35123968,0.33471075,0.33471075,0.3181818,0.30991736,0.2892562,0.2603306,0.3264463,0.3181818,0.2644628,0.30578512,0.33471075,0.30991736,0.28512397,0.338843,0.3305785,0.3181818,0.33471075,0.3553719,0.40082645,0.3966942,0.41322315,0.4214876,0.4338843,0.46694216,0.5661157,0.5785124,0.53305787,0.53305787,0.5247934,0.5082645,0.5041322,0.5123967,0.5371901,0.5,0.47107437,0.45454547,0.446281,0.46694216,0.48347107,0.5413223,0.5661157,0.56198347,0.5247934,0.5165289,0.5041322,0.56198347,0.59917355,0.57024795,0.5413223,0.4876033,0.5041322,0.46694216,0.45041323,0.45041323,0.446281,0.4090909,0.41322315,0.4090909,0.37603307,0.35123968,0.29752067,0.3305785,0.33471075,0.35123968,0.32231405,0.3429752,0.28099173,0.2892562,0.2768595,0.25619835,0.23966943,0.2644628,0.25619835,0.29338843,0.29752067,0.2892562,0.30578512,0.3429752,0.3140496,0.30991736,0.30578512,0.35950413,0.3966942,0.4090909,0.446281,0.4090909,0.41322315,0.46694216,0.57438016,0.5661157,0.5123967,0.4876033,0.49586776,0.5082645,0.5082645,0.5165289,0.53305787,0.5371901,0.5289256,0.5495868,0.5123967,0.5371901,0.553719,0.607438,0.62396693,0.57438016,0.5082645,0.5123967,0.5,0.5289256,0.55785125,0.57024795,0.5,0.44214877,0.5041322,0.45867768,0.3966942,0.43801653,0.43801653,0.4338843,0.4214876,0.3966942,0.38842976,0.3305785,0.25619835,0.3181818,0.32231405,0.33471075,0.30165288,0.32231405,0.29338843,0.23966943,0.25619835,0.2520661,0.23140496,0.19008264,0.23553719,0.2768595,0.28512397,0.30578512,0.3181818,0.35123968,0.3181818,0.28512397,0.30578512,0.3677686,0.40082645,0.39256197,0.4214876,0.41735536,0.446281,0.5082645,0.56198347,0.5247934,0.4752066,0.4752066,0.47933885,0.4876033,0.48347107,0.49586776,0.53305787,0.58677685,0.57024795,0.58264464,0.54545456,0.5785124,0.59917355,0.61157024,0.6198347,0.5785124,0.49586776,0.5247934,0.5206612,0.5082645,0.5206612,0.54545456,0.48347107,0.4338843,0.5165289,0.45454547,0.38842976,0.4090909,0.4090909,0.41735536,0.41735536,0.3966942,0.38842976,0.3429752,0.28512397,0.32231405,0.29338843,0.2603306,0.2644628,0.29752067,0.30165288,0.23140496,0.22727273,0.24793388,0.21487603,0.18181819,0.21900827,0.2768595,0.28512397,0.28099173,0.30991736,0.338843,0.3305785,0.3181818,0.30165288,0.3553719,0.40082645,0.4090909,0.3966942,0.4338843,0.49173555,0.5082645,0.47107437,0.47933885,0.446281,0.45041323,0.4876033,0.46280992,0.4752066,0.5123967,0.553719,0.60330576,0.57024795,0.57438016,0.57438016,0.58677685,0.58264464,0.61157024,0.61570245,0.5785124,0.5289256,0.5247934,0.5206612,0.46694216,0.47107437,0.46280992,0.4338843,0.41735536,0.5,0.45867768,0.42561984,0.4214876,0.38429752,0.3677686,0.35123968,0.38016528,0.34710744,0.30578512,0.30578512,0.2892562,0.2892562,0.21487603,0.25619835,0.26859504,0.2892562,0.23553719,0.1983471,0.23140496,0.21487603,0.19421488,0.22727273,0.2603306,0.2603306,0.25619835,0.26859504,0.2768595,0.3181818,0.34710744,0.3140496,0.3429752,0.38016528,0.38016528,0.41322315,0.46280992,0.4752066,0.47107437,0.5,0.49586776,0.46694216,0.4338843,0.45454547,0.44214877,0.46694216,0.5041322,0.5413223,0.5661157,0.57024795,0.553719,0.59917355,0.6280992,0.56198347,0.59504133,0.59917355,0.5785124,0.53305787,0.49173555,0.53305787,0.46280992,0.4214876,0.4090909,0.41322315,0.38429752,0.45867768,0.46280992,0.3966942,0.41322315,0.37190083,0.35123968,0.3553719,0.38429752,0.36363637,0.3305785,0.29338843,0.30165288,0.26859504,0.24380165,0.25619835,0.25619835,0.29338843,0.24380165,0.18595041,0.19008264,0.2231405,0.21900827,0.22727273,0.24380165,0.24380165,0.23140496,0.23140496,0.24793388,0.30578512,0.32231405,0.30578512,0.3305785,0.34710744,0.3429752,0.40082645,0.42975205,0.42561984,0.446281,0.4752066,0.45454547,0.3966942,0.38016528,0.41735536,0.4214876,0.41735536,0.45454547,0.5041322,0.5206612,0.5206612,0.553719,0.58677685,0.59090906,0.53305787,0.5413223,0.5371901,0.5495868,0.5123967,0.46280992,0.5371901,0.4876033,0.41322315,0.40082645,0.4338843,0.38842976,0.39256197,0.43801653,0.40082645,0.37190083,0.37603307,0.35950413,0.36363637,0.3429752,0.40082645,0.35123968,0.27272728,0.3181818,0.24793388,0.23966943,0.24380165,0.27272728,0.26859504,0.23140496,0.18595041,0.18181819,25 +0.76033056,0.76859504,0.76033056,0.7768595,0.78099173,0.7892562,0.7933884,0.8140496,0.822314,0.822314,0.80991733,0.8057851,0.8140496,0.80991733,0.80991733,0.8140496,0.8140496,0.8181818,0.8181818,0.8181818,0.8057851,0.80991733,0.8057851,0.8057851,0.8057851,0.8016529,0.8016529,0.79752064,0.7933884,0.79752064,0.79752064,0.8016529,0.7933884,0.78099173,0.78512394,0.78512394,0.78099173,0.77272725,0.7644628,0.76859504,0.76033056,0.73966944,0.72727275,0.7231405,0.6942149,0.6735537,0.6652893,0.6570248,0.6404959,0.6280992,0.61570245,0.5661157,0.5041322,0.45867768,0.37190083,0.28099173,0.33471075,0.4090909,0.45454547,0.43801653,0.46694216,0.46694216,0.46694216,0.46694216,0.75619835,0.76033056,0.7768595,0.76859504,0.77272725,0.7933884,0.79752064,0.79752064,0.80991733,0.8057851,0.8181818,0.8140496,0.8140496,0.80991733,0.822314,0.8181818,0.8264463,0.822314,0.8181818,0.8181818,0.822314,0.8181818,0.8140496,0.8140496,0.80991733,0.8140496,0.8057851,0.8016529,0.8016529,0.79752064,0.8016529,0.8057851,0.8016529,0.79752064,0.7892562,0.78099173,0.78512394,0.78099173,0.7768595,0.77272725,0.76859504,0.74380165,0.73140496,0.72727275,0.6983471,0.6735537,0.6694215,0.6694215,0.6528926,0.661157,0.6280992,0.56198347,0.5206612,0.44214877,0.36363637,0.30578512,0.338843,0.4214876,0.44214877,0.45454547,0.46694216,0.46694216,0.46694216,0.46694216,0.74793386,0.75619835,0.76859504,0.7768595,0.7644628,0.7933884,0.7892562,0.8016529,0.79752064,0.80991733,0.8057851,0.80991733,0.8181818,0.8181818,0.822314,0.8181818,0.8264463,0.822314,0.8181818,0.8140496,0.80991733,0.8140496,0.8140496,0.8181818,0.8181818,0.80991733,0.8057851,0.8057851,0.8016529,0.8016529,0.8057851,0.8057851,0.79752064,0.7933884,0.7892562,0.7892562,0.78512394,0.7892562,0.78099173,0.77272725,0.7768595,0.76033056,0.74380165,0.7355372,0.71487606,0.6818182,0.677686,0.69008267,0.677686,0.6487603,0.6280992,0.57438016,0.5165289,0.45454547,0.3305785,0.2768595,0.3553719,0.42975205,0.42975205,0.446281,0.45454547,0.45454547,0.45454547,0.45454547,0.74793386,0.74380165,0.76859504,0.77272725,0.7644628,0.7892562,0.7933884,0.79752064,0.8016529,0.8016529,0.8140496,0.8181818,0.8140496,0.822314,0.8264463,0.822314,0.8181818,0.822314,0.8264463,0.822314,0.8181818,0.822314,0.8264463,0.822314,0.822314,0.8140496,0.8057851,0.8016529,0.8016529,0.79752064,0.79752064,0.8057851,0.79752064,0.7933884,0.7892562,0.78512394,0.78099173,0.78512394,0.78512394,0.7768595,0.7768595,0.75619835,0.74380165,0.7355372,0.7107438,0.69008267,0.6818182,0.6942149,0.6570248,0.6322314,0.60330576,0.57024795,0.5289256,0.46280992,0.30991736,0.25619835,0.36363637,0.446281,0.44214877,0.45041323,0.45454547,0.45454547,0.45454547,0.45454547,0.74793386,0.73966944,0.75619835,0.76033056,0.77272725,0.78512394,0.8016529,0.7892562,0.8016529,0.8057851,0.8057851,0.80991733,0.80991733,0.8181818,0.8264463,0.822314,0.822314,0.822314,0.822314,0.8181818,0.8264463,0.822314,0.8181818,0.8181818,0.8181818,0.80991733,0.8016529,0.79752064,0.7933884,0.7933884,0.8016529,0.8057851,0.7933884,0.7892562,0.78512394,0.78512394,0.78512394,0.7892562,0.78512394,0.7768595,0.77272725,0.75619835,0.74793386,0.73140496,0.71487606,0.6983471,0.69008267,0.6942149,0.6859504,0.6322314,0.61157024,0.57438016,0.5206612,0.4876033,0.25619835,0.2520661,0.37603307,0.43801653,0.45041323,0.44214877,0.45454547,0.45454547,0.45454547,0.45454547,0.7231405,0.7355372,0.75619835,0.74380165,0.76859504,0.78512394,0.8016529,0.7892562,0.79752064,0.8057851,0.8057851,0.8057851,0.80991733,0.8140496,0.8181818,0.8181818,0.822314,0.8181818,0.822314,0.8181818,0.8181818,0.80991733,0.8057851,0.80991733,0.80991733,0.79752064,0.7933884,0.7892562,0.78099173,0.78099173,0.7933884,0.79752064,0.7892562,0.78099173,0.78099173,0.7768595,0.78512394,0.78512394,0.77272725,0.76859504,0.7644628,0.75206614,0.74793386,0.74380165,0.71900827,0.7066116,0.69008267,0.6859504,0.6859504,0.6570248,0.62396693,0.5785124,0.54545456,0.46694216,0.24793388,0.26859504,0.38842976,0.45041323,0.44214877,0.45041323,0.45041323,0.45041323,0.45041323,0.45041323,0.71487606,0.72727275,0.74380165,0.74793386,0.7644628,0.7892562,0.79752064,0.79752064,0.8057851,0.8057851,0.8016529,0.80991733,0.8057851,0.8057851,0.8057851,0.80991733,0.80991733,0.80991733,0.8140496,0.8140496,0.8140496,0.8057851,0.79752064,0.7892562,0.7892562,0.78099173,0.7768595,0.7644628,0.76033056,0.76859504,0.78099173,0.7892562,0.78099173,0.76859504,0.7644628,0.76033056,0.77272725,0.76859504,0.75619835,0.74793386,0.74380165,0.73966944,0.73966944,0.7355372,0.7107438,0.7107438,0.6983471,0.677686,0.6694215,0.6570248,0.6322314,0.59504133,0.55785125,0.45867768,0.21900827,0.2644628,0.41735536,0.44214877,0.46280992,0.45041323,0.446281,0.446281,0.446281,0.446281,0.7107438,0.72727275,0.7355372,0.75619835,0.76859504,0.7892562,0.79752064,0.8057851,0.8140496,0.8057851,0.7933884,0.7892562,0.7768595,0.78099173,0.78099173,0.78099173,0.78512394,0.78099173,0.78099173,0.78099173,0.7768595,0.77272725,0.76033056,0.75619835,0.75206614,0.73966944,0.72727275,0.71487606,0.71900827,0.7355372,0.75619835,0.76859504,0.7644628,0.74793386,0.73966944,0.7355372,0.74380165,0.73966944,0.7231405,0.7066116,0.70247936,0.6983471,0.6983471,0.70247936,0.6942149,0.69008267,0.6859504,0.661157,0.6528926,0.6528926,0.62396693,0.59917355,0.5661157,0.45867768,0.1983471,0.3181818,0.42561984,0.42975205,0.45867768,0.446281,0.45041323,0.45041323,0.45041323,0.45041323,0.7107438,0.7231405,0.74793386,0.77272725,0.77272725,0.8016529,0.7933884,0.79752064,0.7933884,0.7892562,0.76859504,0.74793386,0.71900827,0.69008267,0.677686,0.677686,0.6735537,0.6694215,0.661157,0.6487603,0.6363636,0.6280992,0.6322314,0.6570248,0.6735537,0.6735537,0.6652893,0.6694215,0.677686,0.6942149,0.71900827,0.73966944,0.7355372,0.71487606,0.6983471,0.6942149,0.70247936,0.6983471,0.6735537,0.6404959,0.61157024,0.61157024,0.607438,0.59917355,0.58677685,0.5785124,0.59090906,0.59504133,0.61570245,0.62396693,0.61570245,0.607438,0.58264464,0.45867768,0.2107438,0.35950413,0.4338843,0.43801653,0.45041323,0.446281,0.45041323,0.45041323,0.45041323,0.45041323,0.71900827,0.73140496,0.75619835,0.7644628,0.76033056,0.78099173,0.75619835,0.74380165,0.71900827,0.6942149,0.677686,0.6446281,0.6198347,0.58264464,0.54545456,0.5247934,0.5289256,0.5123967,0.4876033,0.4752066,0.46280992,0.45867768,0.45867768,0.49173555,0.5289256,0.5661157,0.60330576,0.6363636,0.6570248,0.6818182,0.6983471,0.7107438,0.70247936,0.6859504,0.6652893,0.6570248,0.6570248,0.6322314,0.59090906,0.5371901,0.4876033,0.4752066,0.46694216,0.43801653,0.4214876,0.42561984,0.446281,0.47107437,0.5082645,0.5289256,0.54545456,0.5495868,0.57438016,0.47933885,0.24793388,0.37190083,0.4338843,0.446281,0.446281,0.446281,0.45454547,0.45454547,0.45454547,0.45454547,0.7066116,0.71900827,0.73966944,0.72727275,0.72727275,0.70247936,0.677686,0.6363636,0.62396693,0.61157024,0.61570245,0.6363636,0.6322314,0.59917355,0.553719,0.5247934,0.49173555,0.46280992,0.446281,0.42561984,0.42975205,0.45041323,0.46280992,0.4752066,0.48347107,0.5082645,0.553719,0.60330576,0.6446281,0.6735537,0.6942149,0.69008267,0.6735537,0.6528926,0.6322314,0.62396693,0.607438,0.56198347,0.5123967,0.4752066,0.446281,0.4338843,0.3966942,0.37190083,0.37190083,0.39256197,0.4338843,0.46694216,0.45454547,0.47107437,0.47933885,0.4752066,0.4876033,0.47933885,0.35950413,0.40082645,0.45041323,0.446281,0.446281,0.44214877,0.44214877,0.44214877,0.44214877,0.44214877,0.69008267,0.69008267,0.6859504,0.6570248,0.6570248,0.6363636,0.6363636,0.6363636,0.677686,0.6942149,0.71487606,0.74380165,0.75206614,0.76033056,0.7355372,0.71900827,0.677686,0.6487603,0.60330576,0.55785125,0.5206612,0.5247934,0.5206612,0.5123967,0.5206612,0.5247934,0.5495868,0.59504133,0.6528926,0.6942149,0.7107438,0.70247936,0.6735537,0.6446281,0.61157024,0.58677685,0.55785125,0.5206612,0.4876033,0.49586776,0.5123967,0.5082645,0.5123967,0.5371901,0.5661157,0.60330576,0.61157024,0.6198347,0.58677685,0.56198347,0.53305787,0.46280992,0.4338843,0.4090909,0.37190083,0.41322315,0.45041323,0.45041323,0.45454547,0.44214877,0.45041323,0.45041323,0.45041323,0.45041323,0.6570248,0.62396693,0.607438,0.6198347,0.6363636,0.6446281,0.6735537,0.7066116,0.73966944,0.75206614,0.75619835,0.77272725,0.7768595,0.7892562,0.78512394,0.78099173,0.77272725,0.73966944,0.6983471,0.6487603,0.61570245,0.59090906,0.56198347,0.5371901,0.53305787,0.5413223,0.57438016,0.6280992,0.6859504,0.72727275,0.74793386,0.73966944,0.7066116,0.6528926,0.59917355,0.553719,0.5123967,0.5082645,0.5289256,0.57438016,0.607438,0.6280992,0.6528926,0.6859504,0.6983471,0.7066116,0.70247936,0.70247936,0.6818182,0.6322314,0.5785124,0.5247934,0.45041323,0.38016528,0.3140496,0.3966942,0.446281,0.45041323,0.446281,0.43801653,0.45041323,0.45454547,0.45454547,0.45454547,0.6280992,0.61570245,0.59917355,0.6404959,0.69008267,0.7107438,0.7231405,0.7355372,0.75206614,0.75206614,0.74380165,0.74380165,0.73966944,0.7355372,0.71487606,0.69008267,0.6735537,0.6404959,0.60330576,0.57024795,0.57438016,0.58264464,0.57438016,0.56198347,0.5413223,0.5371901,0.57024795,0.6404959,0.71900827,0.7644628,0.78099173,0.78099173,0.75206614,0.6818182,0.59504133,0.5289256,0.5165289,0.5661157,0.607438,0.6280992,0.6322314,0.6363636,0.6280992,0.6322314,0.6404959,0.6570248,0.6818182,0.677686,0.6735537,0.6446281,0.59917355,0.5413223,0.47933885,0.3966942,0.28512397,0.38016528,0.4338843,0.446281,0.43801653,0.44214877,0.46280992,0.46280992,0.46280992,0.46280992,0.62396693,0.6363636,0.6446281,0.6735537,0.6859504,0.6983471,0.6983471,0.6818182,0.6859504,0.6694215,0.6570248,0.6446281,0.6280992,0.60330576,0.57024795,0.5206612,0.46694216,0.46280992,0.446281,0.44214877,0.45867768,0.5041322,0.5371901,0.55785125,0.553719,0.54545456,0.57438016,0.6528926,0.7355372,0.78512394,0.8057851,0.8057851,0.78512394,0.71487606,0.59917355,0.5289256,0.5413223,0.58677685,0.58677685,0.58264464,0.58264464,0.59504133,0.60330576,0.59504133,0.5785124,0.57438016,0.57024795,0.553719,0.5495868,0.55785125,0.55785125,0.5247934,0.47933885,0.40495867,0.28099173,0.35950413,0.41322315,0.45867768,0.446281,0.44214877,0.45454547,0.45454547,0.45454547,0.45454547,0.6694215,0.6735537,0.677686,0.6652893,0.6652893,0.6322314,0.5785124,0.5371901,0.5206612,0.5041322,0.5082645,0.5165289,0.5206612,0.48347107,0.41322315,0.35950413,0.28512397,0.30165288,0.34710744,0.3553719,0.41322315,0.49586776,0.5413223,0.5661157,0.5661157,0.56198347,0.58677685,0.6735537,0.75619835,0.8016529,0.8140496,0.8140496,0.8016529,0.72727275,0.60330576,0.53305787,0.53305787,0.5413223,0.5247934,0.5371901,0.56198347,0.57438016,0.58264464,0.55785125,0.5,0.44214877,0.40082645,0.40495867,0.4090909,0.4090909,0.4214876,0.47107437,0.47933885,0.4338843,0.23966943,0.30578512,0.38016528,0.43801653,0.45454547,0.43801653,0.446281,0.446281,0.446281,0.446281,0.6859504,0.6694215,0.6487603,0.607438,0.58677685,0.5371901,0.49173555,0.43801653,0.45041323,0.45041323,0.4752066,0.5289256,0.56198347,0.5247934,0.4338843,0.34710744,0.3140496,0.3553719,0.4214876,0.4214876,0.43801653,0.5289256,0.6322314,0.6570248,0.6322314,0.60330576,0.62396693,0.69008267,0.76033056,0.8016529,0.8140496,0.8057851,0.79752064,0.7355372,0.6280992,0.57024795,0.56198347,0.5247934,0.4876033,0.4876033,0.5247934,0.57024795,0.58677685,0.5495868,0.4214876,0.2768595,0.1983471,0.22727273,0.23553719,0.2603306,0.3264463,0.4090909,0.48347107,0.47933885,0.23966943,0.21900827,0.3553719,0.40495867,0.45041323,0.446281,0.44214877,0.44214877,0.44214877,0.44214877,0.6942149,0.661157,0.6363636,0.59090906,0.57438016,0.57438016,0.5661157,0.55785125,0.57438016,0.58264464,0.5785124,0.60330576,0.61570245,0.60330576,0.5371901,0.47933885,0.47933885,0.5041322,0.5247934,0.5495868,0.57024795,0.62396693,0.6735537,0.7066116,0.6983471,0.661157,0.661157,0.70247936,0.75619835,0.7892562,0.8016529,0.79752064,0.7892562,0.75619835,0.6694215,0.62396693,0.6198347,0.58264464,0.5495868,0.5413223,0.57024795,0.62396693,0.6570248,0.6363636,0.5247934,0.40495867,0.3140496,0.30578512,0.32231405,0.2892562,0.30165288,0.3966942,0.49173555,0.5165289,0.3140496,0.19421488,0.28099173,0.3677686,0.446281,0.45454547,0.44214877,0.44214877,0.44214877,0.44214877,0.73140496,0.6983471,0.677686,0.6694215,0.6487603,0.677686,0.6735537,0.6735537,0.6942149,0.7231405,0.7107438,0.69008267,0.661157,0.6363636,0.6198347,0.60330576,0.58264464,0.5785124,0.5661157,0.57438016,0.59504133,0.6322314,0.6570248,0.69008267,0.71487606,0.71900827,0.70247936,0.70247936,0.73966944,0.7768595,0.79752064,0.7933884,0.7768595,0.75619835,0.69008267,0.6280992,0.6280992,0.6528926,0.6446281,0.6198347,0.61570245,0.6280992,0.62396693,0.6198347,0.57438016,0.5165289,0.47107437,0.44214877,0.45041323,0.446281,0.41322315,0.4338843,0.5123967,0.5371901,0.38016528,0.19008264,0.19008264,0.32231405,0.43801653,0.45867768,0.43801653,0.4338843,0.4338843,0.4338843,0.75619835,0.75619835,0.75206614,0.74380165,0.71900827,0.71487606,0.6859504,0.6735537,0.6694215,0.6942149,0.71487606,0.73140496,0.72727275,0.6983471,0.6735537,0.6404959,0.607438,0.58264464,0.55785125,0.55785125,0.57024795,0.59917355,0.6322314,0.6942149,0.73966944,0.74793386,0.71900827,0.70247936,0.7231405,0.76859504,0.79752064,0.7892562,0.77272725,0.75206614,0.6983471,0.6198347,0.5661157,0.5495868,0.5495868,0.553719,0.5661157,0.59090906,0.607438,0.59917355,0.59917355,0.58677685,0.553719,0.5289256,0.5082645,0.49586776,0.49173555,0.5,0.5413223,0.58677685,0.39256197,0.16528925,0.1322314,0.23140496,0.4214876,0.46280992,0.45041323,0.45041323,0.45041323,0.45041323,0.76033056,0.78099173,0.7933884,0.78099173,0.77272725,0.76033056,0.73140496,0.7107438,0.6735537,0.6446281,0.6280992,0.62396693,0.6363636,0.6198347,0.6280992,0.61570245,0.60330576,0.58677685,0.58264464,0.60330576,0.6280992,0.661157,0.6983471,0.7355372,0.75619835,0.74793386,0.71487606,0.6942149,0.7066116,0.74793386,0.7892562,0.7933884,0.78099173,0.75619835,0.71487606,0.6404959,0.59090906,0.59090906,0.5785124,0.5371901,0.5041322,0.5041322,0.5371901,0.56198347,0.59504133,0.59917355,0.5661157,0.5371901,0.5123967,0.5123967,0.5413223,0.5495868,0.57024795,0.607438,0.45041323,0.1446281,0.10743801,0.20247933,0.40082645,0.46280992,0.45041323,0.45041323,0.45041323,0.45041323,0.7644628,0.78512394,0.79752064,0.7892562,0.78099173,0.78099173,0.76859504,0.7644628,0.75619835,0.7107438,0.6818182,0.6487603,0.6446281,0.61570245,0.6198347,0.6198347,0.6322314,0.6446281,0.6652893,0.6942149,0.72727275,0.74380165,0.75206614,0.7644628,0.75619835,0.73140496,0.70247936,0.69008267,0.6942149,0.7355372,0.78099173,0.79752064,0.7933884,0.7768595,0.7355372,0.6528926,0.58677685,0.61157024,0.6528926,0.6404959,0.59917355,0.553719,0.5247934,0.5082645,0.5165289,0.5247934,0.53305787,0.5289256,0.5495868,0.5661157,0.59090906,0.59090906,0.58677685,0.61570245,0.47933885,0.15289256,0.1322314,0.24380165,0.39256197,0.45041323,0.45454547,0.45454547,0.45454547,0.45454547,0.7892562,0.7933884,0.8016529,0.8057851,0.8016529,0.8016529,0.79752064,0.8057851,0.80991733,0.8057851,0.8057851,0.7933884,0.7768595,0.75206614,0.73966944,0.73140496,0.7231405,0.73140496,0.74793386,0.7644628,0.78099173,0.78099173,0.77272725,0.7644628,0.74380165,0.71487606,0.6942149,0.69008267,0.6942149,0.7231405,0.76859504,0.7933884,0.79752064,0.78099173,0.74380165,0.661157,0.57024795,0.58264464,0.6528926,0.69008267,0.70247936,0.70247936,0.6859504,0.6570248,0.6404959,0.62396693,0.6280992,0.61157024,0.62396693,0.61570245,0.61157024,0.60330576,0.59917355,0.60330576,0.5041322,0.1694215,0.16528925,0.30165288,0.40495867,0.446281,0.44214877,0.44214877,0.44214877,0.44214877,0.79752064,0.8057851,0.8140496,0.8140496,0.8140496,0.8181818,0.80991733,0.8140496,0.8140496,0.8181818,0.80991733,0.80991733,0.7933884,0.7892562,0.78512394,0.78099173,0.77272725,0.78512394,0.7892562,0.7933884,0.7933884,0.7892562,0.77272725,0.75619835,0.73140496,0.70247936,0.6818182,0.6859504,0.69008267,0.71487606,0.75206614,0.78512394,0.79752064,0.78512394,0.74793386,0.6735537,0.58264464,0.55785125,0.61570245,0.6859504,0.7231405,0.72727275,0.72727275,0.71900827,0.7107438,0.6983471,0.6942149,0.6818182,0.6735537,0.6570248,0.6487603,0.6322314,0.61570245,0.59917355,0.5289256,0.21487603,0.1446281,0.34710744,0.42561984,0.44214877,0.44214877,0.44214877,0.44214877,0.44214877,0.7892562,0.8057851,0.8181818,0.8181818,0.822314,0.8264463,0.8181818,0.8181818,0.822314,0.822314,0.8140496,0.80991733,0.8057851,0.79752064,0.8016529,0.8016529,0.8057851,0.8057851,0.8057851,0.79752064,0.79752064,0.78512394,0.76859504,0.74793386,0.7231405,0.6942149,0.677686,0.677686,0.6818182,0.6983471,0.7355372,0.77272725,0.7892562,0.78512394,0.75619835,0.6859504,0.59917355,0.54545456,0.5785124,0.6528926,0.7107438,0.7355372,0.74380165,0.74793386,0.74793386,0.73966944,0.7355372,0.73140496,0.71900827,0.70247936,0.6818182,0.661157,0.6363636,0.60330576,0.54545456,0.28099173,0.1570248,0.37603307,0.42975205,0.446281,0.44214877,0.44214877,0.44214877,0.44214877,0.7768595,0.79752064,0.8057851,0.8057851,0.8140496,0.8264463,0.8264463,0.822314,0.8264463,0.822314,0.8181818,0.8181818,0.8140496,0.8057851,0.80991733,0.80991733,0.80991733,0.8057851,0.8057851,0.79752064,0.79752064,0.7892562,0.76859504,0.74793386,0.7231405,0.6942149,0.677686,0.677686,0.6818182,0.6942149,0.73140496,0.7768595,0.7892562,0.78512394,0.76859504,0.71900827,0.6446281,0.5661157,0.553719,0.6198347,0.6859504,0.71487606,0.7355372,0.74793386,0.75206614,0.75206614,0.75619835,0.75206614,0.74380165,0.73966944,0.71487606,0.6818182,0.6446281,0.61570245,0.553719,0.338843,0.18595041,0.3677686,0.44214877,0.44214877,0.44214877,0.44214877,0.44214877,0.44214877,0.75619835,0.78099173,0.7768595,0.78099173,0.7933884,0.80991733,0.8181818,0.8181818,0.822314,0.822314,0.8140496,0.8181818,0.8181818,0.8057851,0.80991733,0.8016529,0.8016529,0.8016529,0.8016529,0.79752064,0.79752064,0.78512394,0.7644628,0.7355372,0.7107438,0.6818182,0.6694215,0.6735537,0.6735537,0.6859504,0.72727275,0.7768595,0.79752064,0.79752064,0.78512394,0.75206614,0.70247936,0.6198347,0.56198347,0.59090906,0.6528926,0.6942149,0.7231405,0.74380165,0.74793386,0.74793386,0.75619835,0.75619835,0.75619835,0.75206614,0.72727275,0.7066116,0.661157,0.61157024,0.57024795,0.35950413,0.20247933,0.3553719,0.4338843,0.45041323,0.4338843,0.4338843,0.4338843,0.4338843,0.73140496,0.75206614,0.76033056,0.76033056,0.7644628,0.7892562,0.80991733,0.80991733,0.8181818,0.8140496,0.8140496,0.8181818,0.80991733,0.8016529,0.8016529,0.7933884,0.7933884,0.7933884,0.79752064,0.7933884,0.78512394,0.76859504,0.73966944,0.7107438,0.6859504,0.6652893,0.6528926,0.6528926,0.6570248,0.6735537,0.72727275,0.7768595,0.8016529,0.80991733,0.7933884,0.76859504,0.73966944,0.6694215,0.59504133,0.58264464,0.6280992,0.677686,0.71900827,0.74380165,0.75206614,0.75206614,0.75206614,0.75619835,0.76033056,0.74793386,0.71900827,0.70247936,0.6652893,0.61570245,0.5785124,0.35950413,0.21900827,0.3553719,0.42561984,0.44214877,0.42975205,0.42975205,0.42975205,0.42975205,0.7355372,0.74380165,0.76033056,0.7644628,0.77272725,0.78512394,0.8016529,0.8140496,0.8181818,0.8181818,0.8181818,0.8181818,0.8057851,0.79752064,0.7933884,0.7892562,0.78099173,0.78099173,0.7892562,0.78099173,0.7644628,0.73966944,0.70247936,0.6859504,0.6735537,0.6528926,0.6322314,0.6404959,0.6487603,0.6735537,0.72727275,0.7768595,0.8016529,0.8140496,0.8016529,0.78512394,0.77272725,0.7066116,0.6280992,0.59504133,0.61570245,0.6652893,0.7066116,0.74380165,0.75619835,0.75619835,0.76033056,0.75619835,0.75206614,0.74793386,0.71487606,0.6818182,0.6487603,0.59917355,0.5661157,0.38016528,0.21900827,0.3305785,0.4090909,0.43801653,0.42561984,0.42561984,0.42561984,0.42561984,0.74380165,0.75619835,0.76859504,0.76859504,0.7768595,0.7892562,0.7892562,0.8057851,0.8140496,0.8140496,0.8140496,0.8057851,0.8057851,0.7933884,0.78512394,0.78099173,0.76859504,0.7644628,0.76859504,0.75619835,0.73140496,0.7066116,0.6694215,0.6694215,0.6818182,0.6735537,0.6528926,0.6446281,0.6487603,0.6694215,0.71900827,0.76033056,0.7892562,0.8057851,0.8016529,0.7933884,0.78099173,0.72727275,0.6487603,0.59504133,0.60330576,0.6570248,0.6983471,0.72727275,0.74380165,0.75206614,0.76033056,0.75619835,0.74793386,0.73966944,0.71900827,0.677686,0.6404959,0.59090906,0.553719,0.40082645,0.24793388,0.30578512,0.37190083,0.4338843,0.4214876,0.4214876,0.4214876,0.4214876,0.7231405,0.7355372,0.7644628,0.76033056,0.76033056,0.78512394,0.78512394,0.7892562,0.79752064,0.8016529,0.8016529,0.79752064,0.7933884,0.7768595,0.76859504,0.75619835,0.74793386,0.73966944,0.73966944,0.71900827,0.6942149,0.677686,0.6652893,0.677686,0.70247936,0.6983471,0.6818182,0.6652893,0.6528926,0.661157,0.69008267,0.73140496,0.77272725,0.7933884,0.79752064,0.78099173,0.76033056,0.7066116,0.6280992,0.5785124,0.58264464,0.6280992,0.6694215,0.6983471,0.7107438,0.7355372,0.74380165,0.75206614,0.74380165,0.73140496,0.70247936,0.6652893,0.6198347,0.5785124,0.5371901,0.42975205,0.27272728,0.32231405,0.3677686,0.41735536,0.41322315,0.41322315,0.41322315,0.41322315,0.7107438,0.7066116,0.73966944,0.74793386,0.74793386,0.76859504,0.78099173,0.78099173,0.78512394,0.78099173,0.78099173,0.7892562,0.77272725,0.75619835,0.73966944,0.71900827,0.71487606,0.71487606,0.7231405,0.6983471,0.6735537,0.6570248,0.6652893,0.6818182,0.6983471,0.70247936,0.69008267,0.661157,0.6363636,0.6198347,0.6322314,0.6735537,0.7231405,0.76033056,0.76859504,0.74380165,0.6942149,0.6280992,0.56198347,0.5247934,0.54545456,0.59090906,0.6322314,0.6694215,0.6859504,0.7107438,0.71900827,0.72727275,0.72727275,0.70247936,0.69008267,0.6446281,0.59090906,0.55785125,0.5123967,0.43801653,0.3264463,0.3264463,0.38429752,0.40082645,0.4090909,0.4090909,0.4090909,0.4090909,0.70247936,0.7066116,0.7231405,0.73966944,0.73966944,0.75206614,0.7644628,0.76859504,0.77272725,0.76033056,0.75619835,0.75619835,0.74380165,0.72727275,0.70247936,0.6942149,0.7066116,0.71900827,0.73140496,0.70247936,0.6570248,0.6280992,0.6363636,0.6528926,0.6570248,0.6446281,0.6280992,0.59504133,0.56198347,0.5371901,0.5371901,0.57438016,0.62396693,0.6652893,0.677686,0.6528926,0.58677685,0.5082645,0.45041323,0.446281,0.5041322,0.56198347,0.60330576,0.6363636,0.6570248,0.677686,0.6942149,0.6983471,0.6983471,0.6735537,0.6570248,0.6198347,0.58264464,0.5413223,0.49586776,0.3966942,0.35950413,0.3429752,0.36363637,0.39256197,0.41322315,0.41322315,0.41322315,0.41322315,0.6859504,0.7107438,0.71487606,0.73966944,0.73966944,0.73966944,0.73966944,0.74793386,0.75206614,0.74380165,0.73966944,0.71900827,0.7066116,0.6859504,0.6694215,0.6859504,0.71487606,0.73966944,0.74793386,0.71900827,0.6528926,0.5785124,0.54545456,0.5495868,0.5247934,0.47107437,0.4214876,0.39256197,0.37603307,0.3677686,0.39256197,0.4338843,0.49173555,0.5206612,0.5289256,0.5041322,0.43801653,0.36363637,0.3264463,0.37603307,0.47933885,0.55785125,0.59090906,0.607438,0.62396693,0.6363636,0.661157,0.6694215,0.6652893,0.6487603,0.61570245,0.58264464,0.55785125,0.5206612,0.47107437,0.38016528,0.3264463,0.32231405,0.3677686,0.38842976,0.3966942,0.3966942,0.3966942,0.3966942,0.6570248,0.6859504,0.6859504,0.7107438,0.71900827,0.7355372,0.71900827,0.7231405,0.7231405,0.71900827,0.7066116,0.6818182,0.6652893,0.6446281,0.6528926,0.69008267,0.72727275,0.75206614,0.76033056,0.74793386,0.6983471,0.607438,0.49586776,0.45867768,0.44214877,0.39256197,0.35123968,0.3264463,0.3140496,0.2892562,0.29752067,0.32231405,0.36363637,0.38429752,0.37190083,0.35123968,0.32231405,0.29752067,0.30578512,0.38842976,0.49586776,0.55785125,0.59090906,0.60330576,0.60330576,0.59917355,0.6198347,0.62396693,0.6280992,0.61157024,0.58677685,0.5495868,0.5289256,0.49586776,0.44214877,0.37190083,0.3264463,0.28099173,0.3305785,0.38016528,0.38429752,0.38429752,0.38429752,0.38429752,0.6404959,0.6528926,0.6652893,0.677686,0.6942149,0.7066116,0.6983471,0.6942149,0.6859504,0.6694215,0.661157,0.6322314,0.6322314,0.6404959,0.6735537,0.71487606,0.73966944,0.75206614,0.75619835,0.74793386,0.73966944,0.70247936,0.61157024,0.53305787,0.5,0.47107437,0.46280992,0.45454547,0.4338843,0.40082645,0.3553719,0.3264463,0.32231405,0.3264463,0.32231405,0.3181818,0.3264463,0.35950413,0.40082645,0.46694216,0.5289256,0.56198347,0.58264464,0.59917355,0.60330576,0.59090906,0.59090906,0.58264464,0.58677685,0.5785124,0.56198347,0.5371901,0.5082645,0.4752066,0.41322315,0.3553719,0.33471075,0.29338843,0.2768595,0.35950413,0.38842976,0.38842976,0.38842976,0.38842976,0.6487603,0.6570248,0.661157,0.6652893,0.6735537,0.6735537,0.6735537,0.661157,0.6570248,0.6363636,0.6280992,0.6198347,0.6363636,0.6694215,0.7107438,0.74380165,0.75206614,0.75619835,0.74380165,0.7355372,0.73140496,0.7231405,0.69008267,0.6280992,0.5785124,0.5371901,0.5206612,0.5123967,0.49173555,0.47107437,0.44214877,0.4090909,0.37603307,0.3677686,0.37603307,0.37603307,0.38016528,0.39256197,0.42975205,0.48347107,0.5289256,0.54545456,0.56198347,0.59090906,0.59917355,0.60330576,0.59090906,0.57024795,0.56198347,0.56198347,0.5371901,0.5206612,0.49586776,0.45454547,0.41735536,0.3677686,0.3181818,0.30991736,0.28512397,0.3677686,0.38842976,0.38842976,0.38842976,0.38842976,0.661157,0.6570248,0.661157,0.6528926,0.661157,0.6528926,0.6570248,0.6528926,0.6404959,0.6404959,0.6322314,0.6528926,0.6735537,0.6983471,0.71900827,0.73140496,0.73140496,0.72727275,0.71900827,0.70247936,0.6859504,0.6735537,0.6446281,0.61157024,0.58264464,0.55785125,0.5371901,0.5206612,0.5041322,0.49586776,0.4876033,0.47107437,0.45041323,0.42975205,0.41735536,0.4090909,0.40082645,0.37190083,0.37603307,0.42561984,0.47933885,0.5,0.5165289,0.5495868,0.58677685,0.60330576,0.59917355,0.58264464,0.57024795,0.5413223,0.5247934,0.5082645,0.48347107,0.446281,0.42975205,0.3677686,0.3140496,0.29752067,0.3140496,0.38016528,0.38429752,0.38429752,0.38429752,0.38429752,0.6694215,0.6570248,0.661157,0.6570248,0.6570248,0.6570248,0.6652893,0.6652893,0.6528926,0.6570248,0.6528926,0.6694215,0.6818182,0.69008267,0.69008267,0.6818182,0.6735537,0.6694215,0.661157,0.6446281,0.62396693,0.60330576,0.59090906,0.5661157,0.5495868,0.53305787,0.53305787,0.53305787,0.5165289,0.5123967,0.5041322,0.49173555,0.4752066,0.45867768,0.43801653,0.41322315,0.3966942,0.3677686,0.34710744,0.38016528,0.41735536,0.43801653,0.45867768,0.5082645,0.5495868,0.58264464,0.60330576,0.59917355,0.5785124,0.5371901,0.5247934,0.5041322,0.48347107,0.45454547,0.4214876,0.3553719,0.30578512,0.3140496,0.3429752,0.38016528,0.37603307,0.37603307,0.37603307,0.37603307,0.6446281,0.661157,0.6694215,0.6652893,0.6528926,0.6404959,0.661157,0.677686,0.6859504,0.6818182,0.6652893,0.661157,0.6694215,0.661157,0.6446281,0.6363636,0.6198347,0.61570245,0.61570245,0.59917355,0.5785124,0.56198347,0.5495868,0.5371901,0.5371901,0.53305787,0.5371901,0.54545456,0.5371901,0.5371901,0.5247934,0.5,0.47933885,0.47107437,0.45867768,0.4338843,0.40495867,0.38016528,0.3553719,0.3677686,0.38429752,0.38429752,0.41322315,0.46694216,0.5165289,0.5495868,0.58677685,0.59917355,0.58677685,0.5495868,0.5413223,0.5041322,0.47933885,0.45454547,0.3966942,0.338843,0.29752067,0.3305785,0.3553719,0.38429752,0.37190083,0.37190083,0.37190083,0.37190083,0.62396693,0.6652893,0.6735537,0.6818182,0.6528926,0.6280992,0.6487603,0.6859504,0.7066116,0.6942149,0.6528926,0.6404959,0.6322314,0.62396693,0.61157024,0.59917355,0.59504133,0.59917355,0.60330576,0.58264464,0.57024795,0.55785125,0.5371901,0.5289256,0.5247934,0.53305787,0.5413223,0.5495868,0.5495868,0.5495868,0.53305787,0.5041322,0.4752066,0.47107437,0.47107437,0.45454547,0.42561984,0.3966942,0.35950413,0.3677686,0.37190083,0.37603307,0.38842976,0.4214876,0.46280992,0.49586776,0.5495868,0.5785124,0.58677685,0.55785125,0.5413223,0.49173555,0.45867768,0.45041323,0.40495867,0.29338843,0.2768595,0.3429752,0.35950413,0.35950413,0.35123968,0.35123968,0.35123968,0.35123968,0.61570245,0.6570248,0.6818182,0.6859504,0.6818182,0.6652893,0.6694215,0.6942149,0.69008267,0.6528926,0.61157024,0.59090906,0.58264464,0.58677685,0.57438016,0.56198347,0.57024795,0.59090906,0.60330576,0.60330576,0.5661157,0.5495868,0.53305787,0.5247934,0.5123967,0.5082645,0.5123967,0.53305787,0.5371901,0.5165289,0.49586776,0.46694216,0.446281,0.45041323,0.45454547,0.446281,0.4214876,0.3966942,0.38016528,0.38016528,0.38429752,0.38842976,0.39256197,0.40082645,0.42975205,0.45041323,0.5,0.553719,0.57024795,0.553719,0.5247934,0.47107437,0.40495867,0.4214876,0.38016528,0.27272728,0.25619835,0.3429752,0.3677686,0.338843,0.35950413,0.36363637,0.36363637,0.36363637,0.60330576,0.6322314,0.6280992,0.677686,0.677686,0.6983471,0.6818182,0.6818182,0.6528926,0.61570245,0.5661157,0.553719,0.54545456,0.553719,0.5495868,0.5413223,0.5289256,0.54545456,0.56198347,0.56198347,0.5289256,0.49586776,0.47107437,0.46694216,0.46280992,0.46694216,0.47107437,0.4876033,0.4876033,0.47107437,0.45454547,0.4338843,0.42975205,0.4338843,0.4214876,0.41322315,0.39256197,0.38429752,0.38429752,0.38016528,0.38842976,0.38842976,0.40495867,0.40495867,0.4214876,0.41735536,0.46280992,0.5206612,0.5371901,0.53305787,0.5,0.44214877,0.40495867,0.39256197,0.3305785,0.26859504,0.2603306,0.33471075,0.35950413,0.3553719,0.3677686,0.3677686,0.3677686,0.3677686,0.5661157,0.58264464,0.5785124,0.62396693,0.6363636,0.6818182,0.6652893,0.6528926,0.61157024,0.57024795,0.53305787,0.53305787,0.5165289,0.5289256,0.5247934,0.5041322,0.47107437,0.47107437,0.47107437,0.45867768,0.42975205,0.39256197,0.37190083,0.38016528,0.38842976,0.40082645,0.4214876,0.4214876,0.41322315,0.3966942,0.38842976,0.38429752,0.38842976,0.38842976,0.36363637,0.34710744,0.3305785,0.3264463,0.3264463,0.35123968,0.35950413,0.37603307,0.39256197,0.38842976,0.38429752,0.39256197,0.4338843,0.47933885,0.49586776,0.5,0.48347107,0.43801653,0.39256197,0.37603307,0.29338843,0.25619835,0.2520661,0.32231405,0.3553719,0.36363637,0.35123968,0.35123968,0.35123968,0.35123968,0.5165289,0.5206612,0.5371901,0.56198347,0.59090906,0.6280992,0.61570245,0.607438,0.57024795,0.5289256,0.5206612,0.5165289,0.49586776,0.47107437,0.446281,0.4338843,0.40495867,0.38842976,0.39256197,0.38016528,0.34710744,0.3140496,0.30165288,0.3140496,0.3181818,0.34710744,0.38429752,0.39256197,0.38016528,0.3677686,0.35950413,0.3677686,0.36363637,0.3305785,0.29338843,0.2768595,0.2768595,0.2768595,0.29338843,0.3264463,0.3429752,0.34710744,0.35123968,0.3553719,0.35123968,0.37190083,0.40082645,0.4338843,0.44214877,0.44214877,0.45454547,0.4214876,0.34710744,0.3140496,0.29338843,0.24793388,0.25619835,0.338843,0.3553719,0.34710744,0.34710744,0.34710744,0.34710744,0.34710744,0.4752066,0.46694216,0.4876033,0.5289256,0.54545456,0.57438016,0.5495868,0.5413223,0.5247934,0.49586776,0.47933885,0.4752066,0.45041323,0.42561984,0.4090909,0.41322315,0.4090909,0.4090909,0.41322315,0.40082645,0.3677686,0.3429752,0.338843,0.35950413,0.37603307,0.38429752,0.38429752,0.39256197,0.39256197,0.38016528,0.38429752,0.3966942,0.37603307,0.3429752,0.29752067,0.30165288,0.33471075,0.3264463,0.3181818,0.3181818,0.33471075,0.3305785,0.32231405,0.3429752,0.35123968,0.3677686,0.38842976,0.40082645,0.41322315,0.40495867,0.4214876,0.4214876,0.3429752,0.29338843,0.28099173,0.26859504,0.28099173,0.3429752,0.35123968,0.3429752,0.34710744,0.34710744,0.34710744,0.34710744,0.42975205,0.4338843,0.46694216,0.49173555,0.5,0.49173555,0.49173555,0.47933885,0.46280992,0.46280992,0.43801653,0.42975205,0.42975205,0.43801653,0.45454547,0.46694216,0.47933885,0.48347107,0.49586776,0.4876033,0.48347107,0.48347107,0.4752066,0.49586776,0.5206612,0.5289256,0.5165289,0.4876033,0.46280992,0.45041323,0.45867768,0.4752066,0.4752066,0.46280992,0.4338843,0.4338843,0.45041323,0.4338843,0.41735536,0.4214876,0.4338843,0.41322315,0.37603307,0.3429752,0.34710744,0.3677686,0.39256197,0.39256197,0.38016528,0.38429752,0.3966942,0.39256197,0.34710744,0.29752067,0.2892562,0.2644628,0.30578512,0.35123968,0.34710744,0.338843,0.3429752,0.3429752,0.3429752,0.3429752,0.3966942,0.4090909,0.446281,0.41735536,0.43801653,0.41322315,0.42561984,0.42975205,0.42561984,0.42975205,0.4214876,0.41735536,0.42561984,0.45454547,0.49173555,0.5123967,0.54545456,0.55785125,0.57438016,0.57438016,0.5785124,0.58677685,0.57438016,0.57438016,0.5785124,0.59090906,0.61157024,0.61570245,0.58677685,0.57438016,0.57024795,0.57024795,0.58677685,0.5785124,0.5495868,0.5289256,0.5082645,0.49173555,0.49173555,0.5206612,0.54545456,0.5123967,0.45454547,0.38429752,0.338843,0.338843,0.37603307,0.39256197,0.35950413,0.34710744,0.35123968,0.34710744,0.33471075,0.29752067,0.2644628,0.2768595,0.3264463,0.34710744,0.3429752,0.33471075,0.3429752,0.3429752,0.3429752,0.3429752,0.37603307,0.40082645,0.4090909,0.37603307,0.3677686,0.38016528,0.38842976,0.40495867,0.42975205,0.4338843,0.44214877,0.4338843,0.44214877,0.46694216,0.49586776,0.5206612,0.55785125,0.59504133,0.62396693,0.62396693,0.6198347,0.61570245,0.607438,0.60330576,0.59504133,0.59504133,0.60330576,0.59917355,0.59090906,0.57438016,0.5661157,0.5661157,0.5661157,0.5661157,0.553719,0.5289256,0.5123967,0.5123967,0.53305787,0.57024795,0.59504133,0.5413223,0.47107437,0.41735536,0.38429752,0.3429752,0.3264463,0.35950413,0.37603307,0.36363637,0.30991736,0.28512397,0.28512397,0.2768595,0.2603306,0.30578512,0.3305785,0.338843,0.338843,0.3429752,0.3429752,0.3429752,0.3429752,0.3429752,0.37603307,0.3966942,0.38016528,0.3429752,0.33471075,0.3553719,0.37603307,0.4214876,0.4338843,0.43801653,0.446281,0.42975205,0.45454547,0.46694216,0.4752066,0.5123967,0.5247934,0.553719,0.60330576,0.61157024,0.61570245,0.6198347,0.62396693,0.6363636,0.6322314,0.62396693,0.60330576,0.59090906,0.57438016,0.55785125,0.55785125,0.54545456,0.5371901,0.5413223,0.54545456,0.53305787,0.5413223,0.55785125,0.58264464,0.58677685,0.5785124,0.5371901,0.46694216,0.39256197,0.3677686,0.3553719,0.34710744,0.33471075,0.3181818,0.3181818,0.30165288,0.2768595,0.2644628,0.2520661,0.2603306,0.3264463,0.3264463,0.33471075,0.338843,0.34710744,0.338843,0.338843,0.338843,0.338843,0.36363637,0.38429752,0.37603307,0.338843,0.32231405,0.3181818,0.338843,0.38842976,0.40082645,0.45041323,0.43801653,0.4338843,0.43801653,0.4338843,0.44214877,0.45867768,0.48347107,0.5082645,0.5413223,0.59090906,0.62396693,0.6322314,0.6280992,0.6280992,0.6322314,0.6404959,0.6404959,0.61570245,0.59090906,0.57438016,0.57438016,0.58264464,0.57024795,0.5661157,0.5785124,0.5785124,0.58264464,0.58677685,0.5785124,0.57024795,0.55785125,0.5247934,0.46280992,0.3966942,0.338843,0.32231405,0.3429752,0.338843,0.29752067,0.2644628,0.23966943,0.24793388,0.24380165,0.24380165,0.2768595,0.338843,0.3305785,0.3181818,0.33471075,0.3305785,0.3264463,0.3264463,0.3264463,0.3264463,0.338843,0.33471075,0.33471075,0.30991736,0.30578512,0.3181818,0.3140496,0.34710744,0.38429752,0.4214876,0.4090909,0.42975205,0.41735536,0.42975205,0.446281,0.4752066,0.49586776,0.5,0.5123967,0.5206612,0.56198347,0.57024795,0.58677685,0.5785124,0.5661157,0.54545456,0.54545456,0.55785125,0.5413223,0.5289256,0.5413223,0.5661157,0.57438016,0.57024795,0.57438016,0.60330576,0.60330576,0.58264464,0.5495868,0.5247934,0.5082645,0.4876033,0.45041323,0.39256197,0.32231405,0.2892562,0.30991736,0.3264463,0.2892562,0.2520661,0.22727273,0.23553719,0.21900827,0.2520661,0.2892562,0.3264463,0.338843,0.3264463,0.3181818,0.3181818,0.32231405,0.32231405,0.32231405,0.32231405,0.3264463,0.30578512,0.3140496,0.30165288,0.3140496,0.3264463,0.2892562,0.30165288,0.3264463,0.38016528,0.3966942,0.41735536,0.41322315,0.41322315,0.4338843,0.46694216,0.5123967,0.5165289,0.5206612,0.5,0.48347107,0.47933885,0.5,0.49586776,0.5041322,0.49173555,0.49173555,0.5,0.5,0.49173555,0.49173555,0.5,0.5206612,0.5206612,0.5247934,0.5495868,0.5661157,0.57024795,0.55785125,0.5371901,0.5,0.45454547,0.38842976,0.36363637,0.338843,0.3140496,0.30578512,0.32231405,0.29338843,0.2520661,0.20247933,0.23553719,0.23553719,0.2644628,0.30578512,0.3264463,0.3264463,0.32231405,0.32231405,0.32231405,0.30991736,0.30991736,0.30991736,0.30991736,0.32231405,0.29752067,0.3181818,0.32231405,0.3140496,0.3140496,0.29752067,0.29338843,0.2892562,0.3305785,0.37190083,0.38842976,0.4090909,0.4090909,0.4214876,0.446281,0.4876033,0.5082645,0.54545456,0.55785125,0.53305787,0.5165289,0.5123967,0.5,0.48347107,0.47933885,0.48347107,0.47933885,0.47107437,0.46280992,0.446281,0.44214877,0.45867768,0.46694216,0.46280992,0.46694216,0.4876033,0.5289256,0.5371901,0.5165289,0.47107437,0.42975205,0.38429752,0.3553719,0.3553719,0.3553719,0.33471075,0.338843,0.3140496,0.2603306,0.20247933,0.1983471,0.2107438,0.27272728,0.32231405,0.32231405,0.3264463,0.3181818,0.32231405,0.3181818,0.3181818,0.3181818,0.3181818,0.3181818,0.3140496,0.27272728,0.2768595,0.30991736,0.3181818,0.30578512,0.29752067,0.30578512,0.3140496,0.33471075,0.35950413,0.39256197,0.4090909,0.40082645,0.4090909,0.4338843,0.46280992,0.4876033,0.5082645,0.5206612,0.5289256,0.5206612,0.5123967,0.5206612,0.5206612,0.5165289,0.5041322,0.48347107,0.45454547,0.42975205,0.4090909,0.4090909,0.44214877,0.47107437,0.47107437,0.45867768,0.43801653,0.45041323,0.48347107,0.48347107,0.43801653,0.38429752,0.35950413,0.3553719,0.33471075,0.3305785,0.32231405,0.32231405,0.30578512,0.28099173,0.23966943,0.2231405,0.24380165,0.30165288,0.3264463,0.3305785,0.32231405,0.32231405,0.3140496,0.3181818,0.30578512,0.30578512,0.30578512,0.30578512,0.24793388,0.23140496,0.22727273,0.30165288,0.29338843,0.30578512,0.2892562,0.30578512,0.32231405,0.34710744,0.34710744,0.37603307,0.39256197,0.40495867,0.42561984,0.42561984,0.42975205,0.446281,0.45867768,0.47107437,0.47933885,0.48347107,0.5,0.5165289,0.5165289,0.5206612,0.5,0.48347107,0.47107437,0.43801653,0.42975205,0.44214877,0.47107437,0.49173555,0.4876033,0.46694216,0.446281,0.446281,0.45041323,0.44214877,0.41322315,0.38842976,0.37603307,0.3677686,0.34710744,0.32231405,0.3140496,0.30578512,0.29752067,0.2892562,0.23966943,0.23140496,0.2768595,0.30991736,0.30578512,0.32231405,0.30991736,0.3181818,0.3181818,0.30578512,0.32231405,0.32231405,0.32231405,0.32231405,0.23140496,0.23140496,0.22727273,0.2520661,0.25619835,0.30165288,0.29752067,0.32231405,0.338843,0.3553719,0.37190083,0.37603307,0.3677686,0.38842976,0.41322315,0.4338843,0.44214877,0.44214877,0.43801653,0.44214877,0.43801653,0.4338843,0.45454547,0.48347107,0.5,0.5041322,0.5,0.49586776,0.49173555,0.48347107,0.4752066,0.48347107,0.5082645,0.5206612,0.5082645,0.45867768,0.42975205,0.42975205,0.43801653,0.41735536,0.37603307,0.35123968,0.35123968,0.3677686,0.35123968,0.3264463,0.30991736,0.30578512,0.30991736,0.29338843,0.27272728,0.2644628,0.2892562,0.3140496,0.30578512,0.3264463,0.30165288,0.3181818,0.30991736,0.3140496,0.30165288,0.30165288,0.30165288,0.30165288,0.21487603,0.24793388,0.24380165,0.23553719,0.24793388,0.27272728,0.30991736,0.30165288,0.3264463,0.35950413,0.35950413,0.3966942,0.38429752,0.37603307,0.38429752,0.41735536,0.44214877,0.446281,0.44214877,0.4338843,0.41322315,0.41735536,0.42975205,0.45867768,0.47933885,0.49173555,0.5123967,0.5165289,0.5041322,0.5,0.49586776,0.5,0.5082645,0.5289256,0.5165289,0.46694216,0.42975205,0.42561984,0.4338843,0.41322315,0.37190083,0.338843,0.3305785,0.3305785,0.3181818,0.3305785,0.3429752,0.30165288,0.28512397,0.30991736,0.3305785,0.30165288,0.3140496,0.29752067,0.32231405,0.3181818,0.30165288,0.32231405,0.3140496,0.29752067,0.3181818,0.3181818,0.3181818,0.3181818,0.1983471,0.24793388,0.25619835,0.26859504,0.24380165,0.26859504,0.29752067,0.28099173,0.2892562,0.30165288,0.3140496,0.3429752,0.36363637,0.38429752,0.38842976,0.40495867,0.4214876,0.4214876,0.41735536,0.41322315,0.4090909,0.40082645,0.40082645,0.42561984,0.45041323,0.46694216,0.48347107,0.5,0.5041322,0.5082645,0.5123967,0.5123967,0.5041322,0.5082645,0.49586776,0.45867768,0.4338843,0.4214876,0.42975205,0.4090909,0.37603307,0.338843,0.3429752,0.338843,0.32231405,0.3181818,0.3181818,0.28099173,0.2644628,0.29338843,0.338843,0.3181818,0.30991736,0.30991736,0.3140496,0.30991736,0.29752067,0.3140496,0.30991736,0.30991736,0.30991736,0.30991736,0.30991736,0.30991736,0.19421488,0.2520661,0.28512397,0.28099173,0.27272728,0.2603306,0.2603306,0.2520661,0.27272728,0.2603306,0.23966943,0.2520661,0.29752067,0.3264463,0.3677686,0.3966942,0.4214876,0.4338843,0.4090909,0.4090909,0.40082645,0.39256197,0.3966942,0.38842976,0.40082645,0.42561984,0.45041323,0.46694216,0.47107437,0.47107437,0.46694216,0.47107437,0.47933885,0.4752066,0.45867768,0.43801653,0.40082645,0.40495867,0.42561984,0.4214876,0.40082645,0.3677686,0.33471075,0.3305785,0.3305785,0.34710744,0.3305785,0.29338843,0.25619835,0.29752067,0.30578512,0.3140496,0.30991736,0.3140496,0.30991736,0.30578512,0.3140496,0.30165288,0.30165288,0.3181818,0.30165288,0.30165288,0.30165288,0.30165288,0.17768595,0.20661157,0.24793388,0.2644628,0.28512397,0.30165288,0.28099173,0.24793388,0.24793388,0.25619835,0.26859504,0.2603306,0.27272728,0.30165288,0.35123968,0.35123968,0.38016528,0.38842976,0.37603307,0.3677686,0.3677686,0.37603307,0.37603307,0.3677686,0.37190083,0.38429752,0.40495867,0.42561984,0.43801653,0.43801653,0.42561984,0.4090909,0.4090909,0.40495867,0.40495867,0.3966942,0.3677686,0.38429752,0.40082645,0.41322315,0.4090909,0.36363637,0.3429752,0.3140496,0.33471075,0.3305785,0.30991736,0.28512397,0.27272728,0.28512397,0.30991736,0.3305785,0.30991736,0.3140496,0.32231405,0.29752067,0.3305785,0.29752067,0.3181818,0.29338843,0.3140496,0.3140496,0.3140496,0.3140496,0.16115703,0.18595041,0.25619835,0.2644628,0.27272728,0.2520661,0.26859504,0.27272728,0.27272728,0.27272728,0.26859504,0.23966943,0.23553719,0.2768595,0.3264463,0.36363637,0.35123968,0.35950413,0.35123968,0.33471075,0.3140496,0.3264463,0.3305785,0.338843,0.34710744,0.33471075,0.35123968,0.37603307,0.4090909,0.4090909,0.38016528,0.38016528,0.38429752,0.38429752,0.38429752,0.3677686,0.36363637,0.37603307,0.38429752,0.38429752,0.38016528,0.3677686,0.34710744,0.3181818,0.3181818,0.30991736,0.29338843,0.28099173,0.24793388,0.28099173,0.30991736,0.30991736,0.30991736,0.30991736,0.30991736,0.3140496,0.30578512,0.3181818,0.29338843,0.3140496,0.29752067,0.29752067,0.29752067,0.29752067,0.16115703,0.18595041,0.24380165,0.24793388,0.28512397,0.2644628,0.26859504,0.2768595,0.2892562,0.28099173,0.26859504,0.2644628,0.24380165,0.27272728,0.3181818,0.3677686,0.3429752,0.3264463,0.30578512,0.30991736,0.30991736,0.33471075,0.35950413,0.35123968,0.3305785,0.30165288,0.30991736,0.33471075,0.35950413,0.38429752,0.37603307,0.3677686,0.38842976,0.40082645,0.38429752,0.36363637,0.33471075,0.338843,0.3553719,0.3553719,0.35950413,0.35123968,0.35123968,0.338843,0.30578512,0.29338843,0.23966943,0.24793388,0.2644628,0.28512397,0.3140496,0.29338843,0.30165288,0.3140496,0.29338843,0.3140496,0.3181818,0.30578512,0.3140496,0.2892562,0.30165288,0.30165288,0.30165288,0.30165288,0.16528925,0.1983471,0.20661157,0.23140496,0.24793388,0.23553719,0.24380165,0.25619835,0.27272728,0.2603306,0.2520661,0.2644628,0.26859504,0.28099173,0.30165288,0.30165288,0.2892562,0.2892562,0.27272728,0.26859504,0.30578512,0.3264463,0.34710744,0.3429752,0.32231405,0.29752067,0.2892562,0.30991736,0.3181818,0.33471075,0.3429752,0.35950413,0.38016528,0.3966942,0.3966942,0.35950413,0.3305785,0.30991736,0.3181818,0.32231405,0.30578512,0.3181818,0.3140496,0.30991736,0.28512397,0.24380165,0.23966943,0.24793388,0.25619835,0.2644628,0.2892562,0.2892562,0.30991736,0.30165288,0.3140496,0.29338843,0.30991736,0.30165288,0.30165288,0.2892562,0.29752067,0.29752067,0.29752067,0.29752067,25 +0.6198347,0.6818182,0.6983471,0.7107438,0.7107438,0.71487606,0.71487606,0.73140496,0.74380165,0.75619835,0.75619835,0.74793386,0.74793386,0.75206614,0.75206614,0.75619835,0.75619835,0.77272725,0.7644628,0.76859504,0.7644628,0.7644628,0.76859504,0.78512394,0.78512394,0.7933884,0.7933884,0.7933884,0.8016529,0.8016529,0.7933884,0.7892562,0.8016529,0.8057851,0.8057851,0.7933884,0.7933884,0.7892562,0.7892562,0.78099173,0.78099173,0.76859504,0.7644628,0.74793386,0.74793386,0.73140496,0.73140496,0.71487606,0.7107438,0.7107438,0.70247936,0.69008267,0.6818182,0.6818182,0.6942149,0.677686,0.6528926,0.6198347,0.58264464,0.5661157,0.54545456,0.5206612,0.48347107,0.45454547,0.6363636,0.6735537,0.677686,0.70247936,0.6942149,0.7066116,0.6983471,0.72727275,0.74380165,0.7644628,0.7644628,0.76033056,0.75619835,0.75619835,0.76033056,0.7644628,0.7644628,0.7768595,0.76859504,0.77272725,0.77272725,0.77272725,0.78512394,0.7892562,0.8016529,0.8057851,0.7892562,0.80991733,0.8016529,0.7933884,0.8016529,0.8016529,0.8057851,0.8057851,0.8016529,0.79752064,0.7933884,0.79752064,0.7933884,0.78099173,0.78512394,0.78099173,0.76859504,0.7644628,0.75619835,0.74380165,0.74793386,0.7355372,0.7231405,0.71900827,0.71900827,0.7066116,0.6942149,0.6942149,0.6983471,0.677686,0.6363636,0.61157024,0.58677685,0.5661157,0.55785125,0.5165289,0.4752066,0.41735536,0.61570245,0.6735537,0.6818182,0.6983471,0.6859504,0.70247936,0.6942149,0.71900827,0.7355372,0.75619835,0.76859504,0.78099173,0.77272725,0.76859504,0.77272725,0.7768595,0.77272725,0.78512394,0.78099173,0.78512394,0.7892562,0.78099173,0.8016529,0.7933884,0.8057851,0.8016529,0.8016529,0.8057851,0.80991733,0.79752064,0.80991733,0.8140496,0.80991733,0.80991733,0.8057851,0.8057851,0.79752064,0.8057851,0.8057851,0.78512394,0.7892562,0.7933884,0.7892562,0.78512394,0.76859504,0.7644628,0.7644628,0.74793386,0.72727275,0.71487606,0.7231405,0.71900827,0.71900827,0.7231405,0.7107438,0.69008267,0.6363636,0.607438,0.58264464,0.5661157,0.5495868,0.5206612,0.46280992,0.37603307,0.59504133,0.6570248,0.6735537,0.6942149,0.677686,0.6942149,0.7107438,0.71487606,0.72727275,0.74793386,0.75619835,0.7768595,0.7768595,0.77272725,0.7768595,0.78099173,0.78099173,0.7892562,0.7933884,0.79752064,0.79752064,0.7933884,0.8057851,0.7892562,0.8140496,0.80991733,0.8057851,0.8140496,0.8057851,0.80991733,0.80991733,0.8057851,0.8140496,0.8140496,0.8140496,0.8016529,0.8016529,0.80991733,0.8057851,0.79752064,0.79752064,0.8016529,0.79752064,0.7892562,0.78512394,0.76859504,0.76859504,0.7644628,0.7355372,0.73140496,0.73966944,0.74793386,0.73966944,0.7231405,0.7066116,0.6818182,0.6363636,0.607438,0.58264464,0.5661157,0.5371901,0.5082645,0.45454547,0.3429752,0.5785124,0.6322314,0.6570248,0.6818182,0.661157,0.677686,0.70247936,0.70247936,0.71900827,0.74793386,0.74793386,0.76033056,0.77272725,0.77272725,0.78099173,0.78512394,0.7933884,0.79752064,0.79752064,0.8057851,0.8016529,0.8016529,0.7933884,0.80991733,0.8140496,0.822314,0.822314,0.822314,0.8181818,0.8181818,0.8181818,0.8181818,0.8181818,0.8140496,0.8140496,0.80991733,0.8057851,0.8057851,0.8057851,0.80991733,0.8016529,0.8057851,0.8016529,0.79752064,0.7892562,0.77272725,0.77272725,0.78099173,0.73140496,0.71900827,0.74793386,0.75619835,0.71487606,0.6983471,0.6818182,0.661157,0.6404959,0.6198347,0.59504133,0.5661157,0.5289256,0.5082645,0.44214877,0.3305785,0.58264464,0.61570245,0.6363636,0.6487603,0.6652893,0.6818182,0.6983471,0.70247936,0.7231405,0.75206614,0.75206614,0.75619835,0.76859504,0.7768595,0.7768595,0.78099173,0.7933884,0.79752064,0.8016529,0.80991733,0.8140496,0.80991733,0.80991733,0.8181818,0.8181818,0.8140496,0.8264463,0.80991733,0.80991733,0.822314,0.8016529,0.8140496,0.822314,0.8181818,0.80991733,0.80991733,0.79752064,0.7933884,0.8057851,0.8140496,0.8057851,0.8057851,0.8016529,0.79752064,0.7892562,0.77272725,0.7768595,0.77272725,0.74793386,0.72727275,0.7644628,0.76033056,0.7355372,0.7107438,0.6818182,0.6694215,0.6487603,0.61570245,0.58677685,0.553719,0.5371901,0.5,0.446281,0.29752067,0.56198347,0.61157024,0.6280992,0.6198347,0.6528926,0.6694215,0.69008267,0.7066116,0.73966944,0.75619835,0.74793386,0.75206614,0.76033056,0.77272725,0.78099173,0.78099173,0.79752064,0.7933884,0.8016529,0.8057851,0.8140496,0.8140496,0.80991733,0.8264463,0.8140496,0.8264463,0.8140496,0.8181818,0.8181818,0.80991733,0.8057851,0.80991733,0.8181818,0.8181818,0.8057851,0.8016529,0.79752064,0.7892562,0.79752064,0.8057851,0.8057851,0.8016529,0.79752064,0.7933884,0.78512394,0.77272725,0.7768595,0.76033056,0.76033056,0.74380165,0.76033056,0.76033056,0.73966944,0.72727275,0.6942149,0.6859504,0.6570248,0.61570245,0.58677685,0.553719,0.5247934,0.5,0.43801653,0.28512397,0.57438016,0.61157024,0.6198347,0.6198347,0.6404959,0.661157,0.6859504,0.70247936,0.7355372,0.74793386,0.74380165,0.75619835,0.75619835,0.7644628,0.78099173,0.7768595,0.78512394,0.7892562,0.7892562,0.7933884,0.8016529,0.80991733,0.8016529,0.8057851,0.8016529,0.8181818,0.80991733,0.8181818,0.8140496,0.79752064,0.79752064,0.8057851,0.80991733,0.80991733,0.8057851,0.7933884,0.78512394,0.7892562,0.7933884,0.7933884,0.79752064,0.7892562,0.78512394,0.78099173,0.7892562,0.7768595,0.76859504,0.76033056,0.76033056,0.75206614,0.73966944,0.75619835,0.73140496,0.71900827,0.6942149,0.6942149,0.661157,0.61570245,0.59504133,0.553719,0.5165289,0.5041322,0.44214877,0.2644628,0.58677685,0.61570245,0.6198347,0.6198347,0.6363636,0.6446281,0.6818182,0.6983471,0.73140496,0.74793386,0.75619835,0.7644628,0.7644628,0.77272725,0.78099173,0.7768595,0.78512394,0.7892562,0.7892562,0.7933884,0.7933884,0.79752064,0.7933884,0.7892562,0.7933884,0.79752064,0.8016529,0.7933884,0.78512394,0.7768595,0.76859504,0.7892562,0.79752064,0.79752064,0.79752064,0.78099173,0.76859504,0.77272725,0.78099173,0.77272725,0.76859504,0.76859504,0.7644628,0.76859504,0.77272725,0.76859504,0.76033056,0.75619835,0.77272725,0.76033056,0.73140496,0.73966944,0.72727275,0.7066116,0.70247936,0.6942149,0.6694215,0.6322314,0.58677685,0.54545456,0.5082645,0.5,0.45041323,0.26859504,0.58264464,0.607438,0.61570245,0.61157024,0.6322314,0.6528926,0.6983471,0.71900827,0.73140496,0.7644628,0.77272725,0.7768595,0.76033056,0.76033056,0.76859504,0.7768595,0.78099173,0.78512394,0.78512394,0.78099173,0.78512394,0.7933884,0.78099173,0.77272725,0.76859504,0.76033056,0.76859504,0.75619835,0.7355372,0.73966944,0.73966944,0.76033056,0.77272725,0.78099173,0.7768595,0.75206614,0.73966944,0.74380165,0.74380165,0.7355372,0.72727275,0.73140496,0.72727275,0.7231405,0.72727275,0.74380165,0.75206614,0.73140496,0.75619835,0.72727275,0.71487606,0.7066116,0.71487606,0.71487606,0.7107438,0.70247936,0.6859504,0.6570248,0.607438,0.5413223,0.5,0.5,0.47107437,0.28099173,0.58677685,0.607438,0.6198347,0.59917355,0.6404959,0.677686,0.7066116,0.7355372,0.75619835,0.77272725,0.77272725,0.7768595,0.75619835,0.74380165,0.73966944,0.72727275,0.7355372,0.74380165,0.73140496,0.73140496,0.74380165,0.7355372,0.7231405,0.7107438,0.71487606,0.6983471,0.6983471,0.69008267,0.6694215,0.6859504,0.69008267,0.71487606,0.73966944,0.75619835,0.7355372,0.7231405,0.70247936,0.70247936,0.6942149,0.6859504,0.6735537,0.6487603,0.62396693,0.6280992,0.6280992,0.6198347,0.6363636,0.60330576,0.61570245,0.62396693,0.6322314,0.6487603,0.6280992,0.6652893,0.6570248,0.6487603,0.6570248,0.6446281,0.60330576,0.53305787,0.49586776,0.5082645,0.48347107,0.30578512,0.60330576,0.607438,0.6280992,0.61157024,0.6404959,0.69008267,0.7066116,0.73966944,0.75206614,0.7355372,0.7107438,0.7066116,0.6942149,0.661157,0.6446281,0.6198347,0.607438,0.61570245,0.607438,0.58677685,0.58677685,0.55785125,0.5495868,0.55785125,0.58264464,0.59504133,0.60330576,0.61570245,0.6322314,0.6404959,0.6404959,0.661157,0.69008267,0.71487606,0.70247936,0.6859504,0.6694215,0.6570248,0.6404959,0.6198347,0.5785124,0.5,0.47933885,0.48347107,0.43801653,0.41735536,0.40082645,0.41735536,0.42561984,0.5041322,0.5082645,0.5123967,0.5289256,0.5661157,0.58264464,0.5661157,0.57438016,0.58264464,0.5661157,0.5123967,0.49586776,0.5165289,0.5123967,0.35123968,0.607438,0.60330576,0.61570245,0.6322314,0.6446281,0.6570248,0.6818182,0.6735537,0.6198347,0.60330576,0.553719,0.57438016,0.57438016,0.55785125,0.5206612,0.5,0.47933885,0.45867768,0.45867768,0.45041323,0.4338843,0.40082645,0.39256197,0.41735536,0.44214877,0.45867768,0.5,0.5413223,0.58264464,0.607438,0.61570245,0.6404959,0.6570248,0.6818182,0.661157,0.6446281,0.6322314,0.61157024,0.58677685,0.5413223,0.49173555,0.44214877,0.42975205,0.4214876,0.3553719,0.32231405,0.3429752,0.40495867,0.46694216,0.5413223,0.5661157,0.553719,0.5413223,0.553719,0.54545456,0.5041322,0.49586776,0.5,0.49586776,0.47933885,0.49173555,0.5206612,0.5247934,0.40082645,0.607438,0.607438,0.61157024,0.61157024,0.59090906,0.5785124,0.58677685,0.58264464,0.553719,0.5661157,0.59917355,0.6404959,0.6528926,0.69008267,0.70247936,0.677686,0.6280992,0.57024795,0.5371901,0.47933885,0.446281,0.42975205,0.4338843,0.45454547,0.446281,0.4338843,0.45867768,0.48347107,0.5289256,0.57438016,0.607438,0.6528926,0.661157,0.6694215,0.6363636,0.6280992,0.607438,0.5785124,0.53305787,0.48347107,0.45867768,0.45867768,0.4752066,0.49586776,0.5123967,0.5495868,0.59504133,0.6487603,0.677686,0.6942149,0.6983471,0.69008267,0.6570248,0.6322314,0.607438,0.5495868,0.5123967,0.45867768,0.42975205,0.42975205,0.4752066,0.5165289,0.5206612,0.44214877,0.61570245,0.59917355,0.58264464,0.55785125,0.5289256,0.5041322,0.5413223,0.5413223,0.58677685,0.61157024,0.6735537,0.7107438,0.7066116,0.7355372,0.76033056,0.77272725,0.74793386,0.6942149,0.6363636,0.5785124,0.54545456,0.5082645,0.5123967,0.5206612,0.5041322,0.48347107,0.46694216,0.45867768,0.49173555,0.58264464,0.6363636,0.6983471,0.70247936,0.7066116,0.677686,0.6446281,0.60330576,0.54545456,0.48347107,0.46694216,0.4876033,0.5247934,0.54545456,0.53305787,0.5082645,0.49586776,0.4876033,0.5,0.5,0.5,0.54545456,0.57438016,0.59504133,0.6280992,0.61570245,0.58264464,0.5661157,0.5,0.42975205,0.40495867,0.45454547,0.5123967,0.5165289,0.48347107,0.607438,0.59090906,0.5661157,0.5289256,0.5041322,0.5,0.553719,0.60330576,0.6404959,0.6570248,0.6446281,0.62396693,0.5661157,0.5413223,0.47933885,0.4338843,0.42975205,0.42975205,0.3553719,0.40495867,0.446281,0.42975205,0.45867768,0.49173555,0.5123967,0.5247934,0.5041322,0.45454547,0.4752066,0.5785124,0.69008267,0.75206614,0.76033056,0.7644628,0.74380165,0.6983471,0.61570245,0.5247934,0.48347107,0.5082645,0.5289256,0.5165289,0.46280992,0.44214877,0.40082645,0.30991736,0.24380165,0.37190083,0.2768595,0.21900827,0.30578512,0.38842976,0.39256197,0.45867768,0.5041322,0.5413223,0.5661157,0.5206612,0.46280992,0.43801653,0.46694216,0.5206612,0.5206612,0.49586776,0.59090906,0.59504133,0.607438,0.58264464,0.5495868,0.54545456,0.5661157,0.5785124,0.57438016,0.5123967,0.43801653,0.36363637,0.38016528,0.32231405,0.2520661,0.23553719,0.27272728,0.38016528,0.29752067,0.446281,0.5495868,0.45454547,0.4090909,0.44214877,0.48347107,0.5082645,0.5206612,0.46694216,0.446281,0.5785124,0.72727275,0.7892562,0.8057851,0.8057851,0.78099173,0.75206614,0.62396693,0.5206612,0.5,0.5247934,0.5082645,0.47107437,0.42975205,0.4876033,0.4752066,0.40495867,0.26859504,0.3966942,0.3305785,0.2603306,0.35123968,0.48347107,0.37603307,0.30165288,0.33471075,0.4090909,0.5041322,0.5123967,0.5041322,0.5082645,0.5123967,0.5371901,0.5371901,0.5,0.607438,0.6198347,0.61570245,0.60330576,0.59090906,0.55785125,0.5371901,0.5165289,0.446281,0.37190083,0.3264463,0.32231405,0.45867768,0.45454547,0.32231405,0.338843,0.2644628,0.338843,0.41322315,0.5661157,0.69008267,0.58677685,0.46280992,0.43801653,0.4876033,0.5661157,0.57024795,0.49586776,0.446281,0.607438,0.76033056,0.8181818,0.822314,0.822314,0.8016529,0.75619835,0.59090906,0.56198347,0.55785125,0.58264464,0.5206612,0.46280992,0.46694216,0.59917355,0.61570245,0.4876033,0.4090909,0.3181818,0.3181818,0.34710744,0.48347107,0.5785124,0.48347107,0.36363637,0.35950413,0.38016528,0.4338843,0.49173555,0.5495868,0.57438016,0.56198347,0.5413223,0.5371901,0.49586776,0.6363636,0.661157,0.6528926,0.6446281,0.59917355,0.553719,0.5041322,0.45867768,0.45454547,0.43801653,0.45454547,0.5082645,0.5495868,0.59504133,0.47933885,0.48347107,0.45041323,0.46694216,0.5082645,0.6404959,0.69008267,0.6280992,0.56198347,0.56198347,0.58677685,0.6528926,0.661157,0.5495868,0.49586776,0.6570248,0.78099173,0.8347107,0.822314,0.8347107,0.8057851,0.76033056,0.58677685,0.60330576,0.6735537,0.70247936,0.5785124,0.5785124,0.54545456,0.58264464,0.6487603,0.58677685,0.5247934,0.5,0.46280992,0.46694216,0.58264464,0.5785124,0.5247934,0.5,0.47933885,0.49586776,0.46280992,0.49586776,0.57024795,0.6198347,0.607438,0.55785125,0.53305787,0.48347107,0.6487603,0.6859504,0.6818182,0.6983471,0.6652893,0.61157024,0.55785125,0.5371901,0.55785125,0.553719,0.58677685,0.6322314,0.6446281,0.6528926,0.6570248,0.6322314,0.59504133,0.58264464,0.57438016,0.6363636,0.6404959,0.607438,0.59504133,0.6446281,0.6446281,0.62396693,0.6363636,0.607438,0.5785124,0.6983471,0.78512394,0.8181818,0.822314,0.8181818,0.8181818,0.78512394,0.5785124,0.6198347,0.6363636,0.6859504,0.6818182,0.6570248,0.60330576,0.58677685,0.6363636,0.6528926,0.6363636,0.62396693,0.59917355,0.5785124,0.60330576,0.58677685,0.5661157,0.55785125,0.5371901,0.5413223,0.5371901,0.56198347,0.6198347,0.6652893,0.6446281,0.57024795,0.5165289,0.45041323,0.6652893,0.6859504,0.6694215,0.70247936,0.7107438,0.7066116,0.70247936,0.6818182,0.661157,0.61570245,0.59917355,0.6280992,0.677686,0.6570248,0.661157,0.6404959,0.6404959,0.6487603,0.62396693,0.6280992,0.58264464,0.5495868,0.553719,0.57024795,0.57024795,0.5661157,0.6446281,0.6694215,0.6363636,0.7066116,0.7892562,0.8140496,0.8140496,0.8057851,0.8016529,0.78512394,0.59090906,0.6322314,0.6487603,0.607438,0.58264464,0.54545456,0.5289256,0.53305787,0.56198347,0.58677685,0.59917355,0.62396693,0.6322314,0.61570245,0.59090906,0.58677685,0.553719,0.5247934,0.5413223,0.58677685,0.607438,0.62396693,0.6322314,0.677686,0.6404959,0.5785124,0.5123967,0.41735536,0.661157,0.6859504,0.6487603,0.6570248,0.6942149,0.7355372,0.75619835,0.75206614,0.7231405,0.6735537,0.6280992,0.58264464,0.57438016,0.57024795,0.59504133,0.59090906,0.61570245,0.60330576,0.57024795,0.553719,0.5289256,0.53305787,0.5661157,0.59090906,0.59917355,0.6280992,0.71487606,0.7066116,0.6363636,0.70247936,0.7933884,0.822314,0.8016529,0.79752064,0.8057851,0.76859504,0.61570245,0.59504133,0.6942149,0.6818182,0.6694215,0.6280992,0.56198347,0.5206612,0.5,0.5123967,0.5289256,0.56198347,0.5661157,0.56198347,0.53305787,0.5371901,0.5413223,0.57024795,0.58677685,0.62396693,0.6487603,0.6487603,0.661157,0.6735537,0.6404959,0.57438016,0.5082645,0.40082645,0.6570248,0.677686,0.661157,0.677686,0.71487606,0.74380165,0.75206614,0.7355372,0.71487606,0.6942149,0.6818182,0.661157,0.61570245,0.57024795,0.553719,0.55785125,0.55785125,0.57438016,0.5661157,0.58264464,0.59917355,0.61157024,0.6570248,0.69008267,0.70247936,0.7231405,0.74793386,0.6942149,0.6280992,0.6818182,0.7768595,0.822314,0.79752064,0.78512394,0.79752064,0.75206614,0.6363636,0.55785125,0.69008267,0.7066116,0.71900827,0.71487606,0.6818182,0.6363636,0.607438,0.59504133,0.5661157,0.57024795,0.57024795,0.5661157,0.58264464,0.59504133,0.59917355,0.6446281,0.6487603,0.6570248,0.6694215,0.6570248,0.6694215,0.661157,0.6280992,0.5661157,0.5082645,0.40082645,0.6735537,0.7066116,0.71487606,0.73140496,0.75206614,0.76033056,0.76859504,0.7768595,0.76859504,0.76033056,0.76033056,0.77272725,0.75206614,0.7231405,0.69008267,0.6818182,0.661157,0.6694215,0.6652893,0.6859504,0.6983471,0.7107438,0.75619835,0.7768595,0.76033056,0.74793386,0.71900827,0.661157,0.62396693,0.677686,0.7644628,0.8264463,0.80991733,0.7892562,0.79752064,0.74793386,0.6322314,0.553719,0.6446281,0.6942149,0.6983471,0.75619835,0.76033056,0.72727275,0.73140496,0.7231405,0.6983471,0.69008267,0.6818182,0.677686,0.6942149,0.677686,0.6735537,0.6818182,0.6859504,0.6859504,0.70247936,0.69008267,0.6942149,0.6446281,0.62396693,0.5785124,0.5123967,0.40082645,0.6652893,0.70247936,0.71900827,0.74380165,0.76859504,0.78512394,0.78512394,0.7892562,0.7933884,0.78512394,0.7768595,0.7892562,0.7892562,0.78512394,0.76859504,0.76033056,0.74380165,0.7355372,0.7355372,0.74793386,0.7644628,0.78512394,0.79752064,0.7933884,0.75619835,0.71900827,0.6859504,0.6446281,0.6280992,0.6694215,0.76033056,0.8140496,0.8181818,0.8016529,0.79752064,0.73966944,0.62396693,0.55785125,0.59917355,0.661157,0.677686,0.73140496,0.7644628,0.7644628,0.77272725,0.75619835,0.74380165,0.74793386,0.7355372,0.73140496,0.74793386,0.73966944,0.73140496,0.74380165,0.74380165,0.7355372,0.74380165,0.70247936,0.69008267,0.6652893,0.6280992,0.57438016,0.5247934,0.40082645,0.661157,0.6983471,0.6983471,0.7355372,0.7644628,0.78099173,0.7933884,0.8016529,0.80991733,0.8057851,0.8016529,0.80991733,0.8057851,0.79752064,0.7933884,0.7892562,0.7768595,0.7768595,0.7892562,0.7933884,0.8016529,0.79752064,0.7892562,0.76859504,0.7355372,0.7066116,0.661157,0.6322314,0.6322314,0.6652893,0.75206614,0.8140496,0.8181818,0.79752064,0.78512394,0.71900827,0.59917355,0.57438016,0.5785124,0.6404959,0.6528926,0.6983471,0.74380165,0.75619835,0.76859504,0.76859504,0.76859504,0.7768595,0.77272725,0.76859504,0.77272725,0.7768595,0.77272725,0.78512394,0.7644628,0.74793386,0.76033056,0.7355372,0.677686,0.6487603,0.62396693,0.5661157,0.5247934,0.39256197,0.6528926,0.6735537,0.6859504,0.71900827,0.74793386,0.7644628,0.7768595,0.7933884,0.80991733,0.8181818,0.8140496,0.822314,0.8181818,0.8181818,0.80991733,0.80991733,0.8057851,0.8057851,0.8140496,0.8140496,0.79752064,0.7892562,0.77272725,0.75206614,0.7231405,0.6983471,0.6570248,0.6280992,0.6322314,0.6735537,0.75206614,0.8140496,0.8181818,0.7892562,0.77272725,0.6942149,0.60330576,0.57438016,0.58264464,0.62396693,0.6280992,0.677686,0.73140496,0.74793386,0.75206614,0.75619835,0.77272725,0.78512394,0.78099173,0.78512394,0.7892562,0.78512394,0.78512394,0.79752064,0.7892562,0.7644628,0.73140496,0.73140496,0.69008267,0.6487603,0.6198347,0.5495868,0.5165289,0.38842976,0.6404959,0.6570248,0.6818182,0.6983471,0.71900827,0.7355372,0.73966944,0.75206614,0.7892562,0.8057851,0.80991733,0.822314,0.822314,0.822314,0.8181818,0.8181818,0.8181818,0.8140496,0.8057851,0.79752064,0.7892562,0.78099173,0.7768595,0.76033056,0.73140496,0.69008267,0.6570248,0.6404959,0.6322314,0.677686,0.75619835,0.80991733,0.8181818,0.7768595,0.74793386,0.6942149,0.6198347,0.58264464,0.59090906,0.60330576,0.59917355,0.6694215,0.7066116,0.7231405,0.73966944,0.7644628,0.76859504,0.7768595,0.78099173,0.7768595,0.7892562,0.8016529,0.7892562,0.78099173,0.78099173,0.78512394,0.73966944,0.7355372,0.69008267,0.6280992,0.58677685,0.56198347,0.5082645,0.38429752,0.60330576,0.6322314,0.6652893,0.6735537,0.6818182,0.71487606,0.7107438,0.7107438,0.76859504,0.79752064,0.7933884,0.8057851,0.8181818,0.8181818,0.8181818,0.8140496,0.8057851,0.79752064,0.8057851,0.78512394,0.7892562,0.78099173,0.76859504,0.7355372,0.7066116,0.6694215,0.6487603,0.6363636,0.6404959,0.6859504,0.76859504,0.80991733,0.80991733,0.7933884,0.75206614,0.71487606,0.661157,0.58677685,0.57438016,0.58677685,0.59090906,0.661157,0.6818182,0.71900827,0.74380165,0.7644628,0.76859504,0.78512394,0.78512394,0.78099173,0.78512394,0.7933884,0.7933884,0.76859504,0.76033056,0.74380165,0.7066116,0.6983471,0.661157,0.61570245,0.5785124,0.53305787,0.5123967,0.38429752,0.58677685,0.61157024,0.6570248,0.6694215,0.6818182,0.71900827,0.7231405,0.72727275,0.75619835,0.7892562,0.79752064,0.8016529,0.80991733,0.8140496,0.8181818,0.8016529,0.8057851,0.79752064,0.77272725,0.7892562,0.7768595,0.77272725,0.73966944,0.70247936,0.677686,0.6363636,0.6198347,0.61570245,0.6280992,0.6818182,0.76859504,0.8264463,0.8181818,0.79752064,0.77272725,0.73966944,0.6942149,0.60330576,0.54545456,0.56198347,0.5785124,0.6322314,0.677686,0.71900827,0.73966944,0.76859504,0.78099173,0.7892562,0.7892562,0.78512394,0.7933884,0.78099173,0.7768595,0.7768595,0.75619835,0.7107438,0.7066116,0.6735537,0.6363636,0.60330576,0.5661157,0.5206612,0.5041322,0.40082645,0.57438016,0.58677685,0.6322314,0.661157,0.6942149,0.7231405,0.72727275,0.7355372,0.74793386,0.77272725,0.7892562,0.8016529,0.8016529,0.80991733,0.8016529,0.8057851,0.7933884,0.7892562,0.77272725,0.7644628,0.76033056,0.74380165,0.7066116,0.6404959,0.6198347,0.6487603,0.59917355,0.59090906,0.62396693,0.677686,0.75619835,0.822314,0.822314,0.8057851,0.78512394,0.75206614,0.71900827,0.62396693,0.5413223,0.5661157,0.5661157,0.61570245,0.6694215,0.6942149,0.7355372,0.76033056,0.7644628,0.78099173,0.7892562,0.7892562,0.7892562,0.78099173,0.7768595,0.7644628,0.74793386,0.72727275,0.6983471,0.661157,0.6280992,0.59090906,0.55785125,0.5041322,0.49586776,0.42975205,0.56198347,0.5661157,0.607438,0.6404959,0.6652893,0.70247936,0.7066116,0.7107438,0.75206614,0.7644628,0.7768595,0.7892562,0.78512394,0.79752064,0.7933884,0.7892562,0.76859504,0.77272725,0.75206614,0.7355372,0.72727275,0.6942149,0.6528926,0.61570245,0.6322314,0.6859504,0.6363636,0.58677685,0.6322314,0.6818182,0.76033056,0.80991733,0.8264463,0.822314,0.79752064,0.78099173,0.73140496,0.6446281,0.55785125,0.59917355,0.607438,0.5661157,0.6404959,0.661157,0.6942149,0.72727275,0.7231405,0.73966944,0.75619835,0.76859504,0.78099173,0.78099173,0.7644628,0.75206614,0.73140496,0.7066116,0.6487603,0.6198347,0.6198347,0.5785124,0.5247934,0.49586776,0.4752066,0.46280992,0.5661157,0.54545456,0.59504133,0.62396693,0.6404959,0.6694215,0.6942149,0.6983471,0.73966944,0.75206614,0.75206614,0.76033056,0.76859504,0.7892562,0.7768595,0.76859504,0.76033056,0.73966944,0.7107438,0.6942149,0.69008267,0.6652893,0.607438,0.6280992,0.6735537,0.7107438,0.6694215,0.59504133,0.6280992,0.677686,0.74793386,0.79752064,0.8264463,0.8347107,0.80991733,0.78512394,0.7355372,0.6363636,0.5495868,0.61570245,0.6694215,0.5661157,0.57438016,0.6487603,0.6570248,0.6570248,0.6652893,0.6983471,0.73140496,0.72727275,0.74793386,0.75206614,0.74380165,0.72727275,0.7107438,0.677686,0.6322314,0.61157024,0.60330576,0.5495868,0.5,0.49173555,0.45041323,0.44214877,0.5785124,0.5413223,0.56198347,0.607438,0.62396693,0.661157,0.6859504,0.6735537,0.7066116,0.72727275,0.73140496,0.7231405,0.72727275,0.73966944,0.75206614,0.73966944,0.7066116,0.6818182,0.677686,0.6735537,0.6983471,0.6652893,0.57024795,0.6322314,0.677686,0.7066116,0.661157,0.5785124,0.607438,0.661157,0.7355372,0.78512394,0.8181818,0.8181818,0.79752064,0.7644628,0.70247936,0.59917355,0.5206612,0.59090906,0.6694215,0.58677685,0.5289256,0.6570248,0.6735537,0.6363636,0.62396693,0.6487603,0.6652893,0.6694215,0.6983471,0.7107438,0.70247936,0.6818182,0.6652893,0.6404959,0.61570245,0.607438,0.57024795,0.5165289,0.48347107,0.4876033,0.45454547,0.38429752,0.5661157,0.5413223,0.5413223,0.57438016,0.59504133,0.6280992,0.6694215,0.6694215,0.6735537,0.6859504,0.70247936,0.7107438,0.6983471,0.70247936,0.7107438,0.677686,0.661157,0.6446281,0.661157,0.69008267,0.7231405,0.6694215,0.53305787,0.59917355,0.6322314,0.6528926,0.6280992,0.5413223,0.54545456,0.59917355,0.6942149,0.76033056,0.78099173,0.76033056,0.72727275,0.6859504,0.61570245,0.53305787,0.4752066,0.5371901,0.58677685,0.5371901,0.54545456,0.62396693,0.677686,0.6735537,0.6280992,0.61570245,0.59917355,0.6198347,0.6487603,0.6694215,0.6652893,0.6487603,0.61570245,0.58677685,0.57438016,0.57024795,0.5413223,0.5,0.47933885,0.46694216,0.41735536,0.37603307,0.5495868,0.5495868,0.5413223,0.5289256,0.5413223,0.59504133,0.61157024,0.6528926,0.6570248,0.661157,0.6694215,0.6859504,0.6652893,0.6487603,0.6322314,0.607438,0.59090906,0.59917355,0.6652893,0.7107438,0.73140496,0.70247936,0.5413223,0.49586776,0.49586776,0.47107437,0.46694216,0.41735536,0.41322315,0.46694216,0.58264464,0.677686,0.7107438,0.6570248,0.607438,0.5413223,0.45454547,0.36363637,0.33471075,0.39256197,0.4338843,0.48347107,0.57438016,0.6363636,0.6652893,0.6859504,0.677686,0.6404959,0.58264464,0.56198347,0.5785124,0.59090906,0.61157024,0.61157024,0.59090906,0.57024795,0.5495868,0.5247934,0.5123967,0.48347107,0.47933885,0.45867768,0.39256197,0.3429752,0.5165289,0.55785125,0.5165289,0.5123967,0.53305787,0.55785125,0.5785124,0.59504133,0.61570245,0.6198347,0.60330576,0.607438,0.58677685,0.5661157,0.5495868,0.54545456,0.55785125,0.6198347,0.6859504,0.7066116,0.71487606,0.71487606,0.61570245,0.46280992,0.35950413,0.29752067,0.27272728,0.24380165,0.2520661,0.29752067,0.4090909,0.5165289,0.56198347,0.5082645,0.45041323,0.39256197,0.28099173,0.2231405,0.24793388,0.29338843,0.38016528,0.5289256,0.58677685,0.6198347,0.6404959,0.6652893,0.6694215,0.6818182,0.6322314,0.58677685,0.5413223,0.5413223,0.56198347,0.57438016,0.57024795,0.5495868,0.5289256,0.5082645,0.49173555,0.48347107,0.48347107,0.46694216,0.40082645,0.34710744,0.49586776,0.54545456,0.5247934,0.5247934,0.5206612,0.53305787,0.5413223,0.553719,0.56198347,0.56198347,0.56198347,0.5495868,0.5413223,0.5206612,0.5082645,0.53305787,0.58264464,0.6570248,0.70247936,0.70247936,0.7066116,0.70247936,0.677686,0.59090906,0.446281,0.3677686,0.30578512,0.24380165,0.23140496,0.22727273,0.25619835,0.32231405,0.37190083,0.3429752,0.30991736,0.30578512,0.32231405,0.36363637,0.41322315,0.45867768,0.5123967,0.55785125,0.58677685,0.60330576,0.6363636,0.6198347,0.6280992,0.6363636,0.6652893,0.62396693,0.57438016,0.5495868,0.54545456,0.54545456,0.5413223,0.5289256,0.5247934,0.5082645,0.5,0.4876033,0.4876033,0.45454547,0.38842976,0.32231405,0.46694216,0.5289256,0.5495868,0.53305787,0.5206612,0.5123967,0.5289256,0.53305787,0.5371901,0.55785125,0.553719,0.5413223,0.5165289,0.5041322,0.5165289,0.55785125,0.60330576,0.6446281,0.6694215,0.6694215,0.6652893,0.6735537,0.661157,0.6404959,0.57024795,0.5041322,0.42975205,0.37190083,0.3140496,0.25619835,0.2231405,0.25619835,0.27272728,0.2892562,0.30165288,0.38842976,0.42561984,0.39256197,0.42561984,0.42975205,0.45041323,0.5123967,0.54545456,0.55785125,0.58677685,0.59504133,0.59090906,0.59917355,0.6198347,0.6280992,0.6198347,0.59504133,0.57024795,0.54545456,0.5371901,0.53305787,0.53305787,0.5123967,0.4876033,0.4752066,0.47107437,0.446281,0.37603307,0.3140496,0.45867768,0.5041322,0.5371901,0.5082645,0.5041322,0.53305787,0.5495868,0.553719,0.5413223,0.553719,0.55785125,0.54545456,0.5082645,0.5,0.5371901,0.57024795,0.59917355,0.607438,0.6198347,0.62396693,0.59917355,0.61570245,0.58264464,0.61157024,0.57438016,0.5371901,0.5041322,0.4876033,0.41735536,0.3677686,0.33471075,0.33471075,0.33471075,0.36363637,0.38842976,0.446281,0.45454547,0.37603307,0.38016528,0.40495867,0.4090909,0.45867768,0.47933885,0.4876033,0.5123967,0.5495868,0.57024795,0.59504133,0.56198347,0.61570245,0.6280992,0.62396693,0.59917355,0.57438016,0.55785125,0.56198347,0.54545456,0.5041322,0.46280992,0.45041323,0.43801653,0.4214876,0.34710744,0.2892562,0.44214877,0.47107437,0.49586776,0.48347107,0.49173555,0.5413223,0.553719,0.57438016,0.5123967,0.5413223,0.5785124,0.56198347,0.5247934,0.5247934,0.55785125,0.59504133,0.60330576,0.58677685,0.58677685,0.60330576,0.58677685,0.5785124,0.54545456,0.5785124,0.5661157,0.5247934,0.5495868,0.54545456,0.5165289,0.45867768,0.47933885,0.4338843,0.41322315,0.4338843,0.43801653,0.44214877,0.42975205,0.37603307,0.37190083,0.3966942,0.40082645,0.4214876,0.43801653,0.45041323,0.4752066,0.5289256,0.5165289,0.5495868,0.5289256,0.61157024,0.58264464,0.62396693,0.62396693,0.59504133,0.5785124,0.57024795,0.5289256,0.47933885,0.45041323,0.446281,0.41735536,0.37603307,0.32231405,0.28512397,0.42975205,0.4338843,0.45867768,0.46694216,0.4752066,0.5371901,0.55785125,0.59917355,0.56198347,0.5495868,0.59090906,0.5785124,0.5413223,0.5247934,0.5661157,0.58677685,0.57438016,0.57024795,0.59090906,0.61157024,0.59917355,0.57024795,0.5495868,0.53305787,0.5413223,0.54545456,0.553719,0.5371901,0.55785125,0.53305787,0.49586776,0.47933885,0.41322315,0.41735536,0.4752066,0.47107437,0.43801653,0.40082645,0.40495867,0.40495867,0.39256197,0.40082645,0.41735536,0.42561984,0.446281,0.5,0.47933885,0.4876033,0.49586776,0.57438016,0.5289256,0.59090906,0.6322314,0.60330576,0.5785124,0.5371901,0.48347107,0.41735536,0.4214876,0.45867768,0.38429752,0.33471075,0.32231405,0.26859504,0.40495867,0.40082645,0.40495867,0.4338843,0.46280992,0.5123967,0.5289256,0.5785124,0.58677685,0.5661157,0.58264464,0.56198347,0.54545456,0.5041322,0.53305787,0.5413223,0.5165289,0.5165289,0.55785125,0.59090906,0.5785124,0.55785125,0.53305787,0.49173555,0.48347107,0.5082645,0.49586776,0.48347107,0.553719,0.53305787,0.49173555,0.48347107,0.38016528,0.38016528,0.43801653,0.45867768,0.42975205,0.4090909,0.41322315,0.40495867,0.39256197,0.41735536,0.43801653,0.3966942,0.4090909,0.47933885,0.44214877,0.41735536,0.4752066,0.5413223,0.4876033,0.54545456,0.6280992,0.60330576,0.56198347,0.5206612,0.46280992,0.4090909,0.40082645,0.42561984,0.3305785,0.30165288,0.3181818,0.2603306,0.37603307,0.3553719,0.37190083,0.4090909,0.44214877,0.47107437,0.49173555,0.5,0.5661157,0.5661157,0.553719,0.54545456,0.5,0.47107437,0.49586776,0.49173555,0.46280992,0.46694216,0.47933885,0.5206612,0.49173555,0.45454547,0.45867768,0.4338843,0.42561984,0.42975205,0.4214876,0.43801653,0.5289256,0.5247934,0.43801653,0.40495867,0.38429752,0.38016528,0.38842976,0.40495867,0.38016528,0.40082645,0.4090909,0.38842976,0.38429752,0.40495867,0.41322315,0.34710744,0.3677686,0.45867768,0.3966942,0.3429752,0.46694216,0.4876033,0.446281,0.53305787,0.57438016,0.54545456,0.5165289,0.5123967,0.42975205,0.43801653,0.38842976,0.3677686,0.338843,0.28099173,0.24793388,0.2520661,0.35123968,0.3264463,0.3305785,0.34710744,0.41735536,0.4338843,0.39256197,0.446281,0.5082645,0.5165289,0.48347107,0.5165289,0.45867768,0.43801653,0.43801653,0.44214877,0.42975205,0.40082645,0.40495867,0.43801653,0.40495867,0.33471075,0.35123968,0.37190083,0.36363637,0.39256197,0.3966942,0.4214876,0.47933885,0.45041323,0.36363637,0.37603307,0.41735536,0.39256197,0.38429752,0.3305785,0.338843,0.38842976,0.35950413,0.3264463,0.35950413,0.35123968,0.36363637,0.34710744,0.3677686,0.41322315,0.3677686,0.3181818,0.40495867,0.44214877,0.41322315,0.48347107,0.5495868,0.4752066,0.49586776,0.47933885,0.42561984,0.38842976,0.36363637,0.32231405,0.29338843,0.26859504,0.24793388,0.2520661,0.29752067,0.32231405,0.3140496,0.30578512,0.3966942,0.38842976,0.338843,0.42975205,0.44214877,0.43801653,0.42561984,0.46694216,0.42561984,0.40082645,0.3966942,0.38429752,0.35950413,0.338843,0.35123968,0.38016528,0.34710744,0.2768595,0.2603306,0.28512397,0.28512397,0.30578512,0.29752067,0.3553719,0.38842976,0.39256197,0.34710744,0.338843,0.3677686,0.40082645,0.338843,0.3140496,0.3140496,0.3181818,0.29338843,0.27272728,0.30578512,0.3181818,0.36363637,0.36363637,0.3553719,0.36363637,0.34710744,0.3264463,0.35950413,0.38842976,0.40495867,0.45867768,0.46694216,0.45041323,0.45867768,0.42561984,0.42975205,0.40495867,0.3140496,0.33471075,0.2768595,0.24793388,0.1983471,0.23140496,0.24793388,0.30165288,0.30578512,0.30165288,0.3429752,0.3553719,0.3305785,0.37603307,0.37603307,0.3677686,0.38842976,0.39256197,0.37190083,0.36363637,0.37603307,0.38429752,0.3677686,0.38842976,0.38016528,0.38842976,0.3677686,0.3429752,0.30991736,0.2768595,0.2644628,0.2892562,0.2768595,0.29752067,0.3677686,0.39256197,0.38016528,0.30578512,0.30991736,0.34710744,0.32231405,0.3181818,0.27272728,0.30165288,0.36363637,0.36363637,0.3429752,0.338843,0.40495867,0.42561984,0.40082645,0.41322315,0.38429752,0.30578512,0.35950413,0.37603307,0.42975205,0.446281,0.40495867,0.3677686,0.43801653,0.40495867,0.3966942,0.37603307,0.28512397,0.30991736,0.26859504,0.25619835,0.1983471,0.2107438,0.23553719,0.28512397,0.29752067,0.27272728,0.30578512,0.32231405,0.3181818,0.30165288,0.3140496,0.35950413,0.3677686,0.33471075,0.4090909,0.38429752,0.40495867,0.4214876,0.4214876,0.43801653,0.43801653,0.46280992,0.46280992,0.43801653,0.4214876,0.4214876,0.41322315,0.44214877,0.46280992,0.49173555,0.44214877,0.3966942,0.38429752,0.38016528,0.36363637,0.40082645,0.38842976,0.36363637,0.37603307,0.4338843,0.5041322,0.5,0.45867768,0.45454547,0.5041322,0.5371901,0.5123967,0.47933885,0.46280992,0.3305785,0.3140496,0.39256197,0.3966942,0.44214877,0.34710744,0.28099173,0.34710744,0.40495867,0.3429752,0.35950413,0.25619835,0.24793388,0.23553719,0.23140496,0.19008264,0.21900827,0.2644628,0.26859504,0.2520661,0.24793388,0.30578512,0.30578512,0.2892562,0.25619835,0.3181818,0.3429752,0.3429752,0.37190083,0.42975205,0.41322315,0.4338843,0.41735536,0.42975205,0.46694216,0.47107437,0.5247934,0.553719,0.57024795,0.55785125,0.54545456,0.5247934,0.49586776,0.5041322,0.54545456,0.58264464,0.59090906,0.57438016,0.55785125,0.5661157,0.58264464,0.5661157,0.53305787,0.5413223,0.54545456,0.5495868,0.5247934,0.5165289,0.5413223,0.58677685,0.59917355,0.54545456,0.49173555,0.46280992,0.36363637,0.3264463,0.338843,0.42975205,0.45867768,0.3181818,0.27272728,0.2768595,0.30165288,0.32231405,0.28099173,0.26859504,0.21900827,0.20661157,0.21487603,0.2107438,0.24793388,0.26859504,0.24793388,0.24380165,0.2603306,0.30165288,0.29338843,0.2768595,0.24793388,0.3181818,0.29752067,0.32231405,0.38016528,0.4090909,0.4090909,0.40082645,0.4090909,0.4338843,0.48347107,0.5,0.55785125,0.58677685,0.61157024,0.58677685,0.5661157,0.55785125,0.5289256,0.5123967,0.5123967,0.553719,0.59504133,0.6446281,0.607438,0.62396693,0.6280992,0.60330576,0.58677685,0.57438016,0.5371901,0.54545456,0.53305787,0.55785125,0.57438016,0.59090906,0.607438,0.5371901,0.46280992,0.41322315,0.36363637,0.3305785,0.33471075,0.35950413,0.43801653,0.38842976,0.30165288,0.2603306,0.2644628,0.28512397,0.24380165,0.25619835,0.20661157,0.17355372,0.19421488,0.21487603,0.2644628,0.23140496,0.23553719,0.2520661,0.2644628,0.28512397,0.2768595,0.25619835,0.23553719,0.29338843,0.27272728,0.30991736,0.33471075,0.4090909,0.4338843,0.35950413,0.42561984,0.40495867,0.39256197,0.4338843,0.5082645,0.5785124,0.57438016,0.58264464,0.59504133,0.61570245,0.58264464,0.55785125,0.5495868,0.5289256,0.5206612,0.53305787,0.53305787,0.5289256,0.553719,0.53305787,0.55785125,0.54545456,0.5082645,0.553719,0.57024795,0.5785124,0.58677685,0.57438016,0.58677685,0.5206612,0.42561984,0.37190083,0.37190083,0.3140496,0.32231405,0.38842976,0.3305785,0.28099173,0.3429752,0.21900827,0.24793388,0.25619835,0.23140496,0.23553719,0.2107438,0.14876033,0.18181819,0.23966943,0.2892562,0.1983471,0.20661157,0.23140496,0.23966943,0.2520661,0.24793388,0.23966943,0.25619835,0.30165288,0.2603306,0.30578512,0.30991736,0.38429752,0.40082645,0.3677686,0.3677686,0.3429752,0.38842976,0.40082645,0.4338843,0.5495868,0.58677685,0.59504133,0.607438,0.6363636,0.6363636,0.62396693,0.61157024,0.58677685,0.553719,0.53305787,0.5413223,0.5247934,0.5661157,0.5123967,0.5661157,0.58264464,0.5371901,0.56198347,0.60330576,0.55785125,0.55785125,0.57438016,0.553719,0.5,0.4214876,0.35123968,0.3429752,0.33471075,0.30165288,0.35950413,0.35123968,0.28099173,0.2520661,0.20661157,0.21900827,0.23553719,0.20661157,0.2107438,0.2107438,0.1694215,0.18181819,0.26859504,0.30991736,0.17768595,0.17768595,0.2107438,0.21900827,0.23140496,0.24380165,0.25619835,0.2892562,0.29338843,0.2520661,0.29338843,0.24380165,0.338843,0.4090909,0.37190083,0.3140496,0.39256197,0.40082645,0.40495867,0.41735536,0.48347107,0.5247934,0.58264464,0.61570245,0.6198347,0.61157024,0.59917355,0.60330576,0.59090906,0.553719,0.5661157,0.5413223,0.56198347,0.59917355,0.5413223,0.5495868,0.61157024,0.59917355,0.5661157,0.607438,0.553719,0.48347107,0.5247934,0.5123967,0.47107437,0.40082645,0.3305785,0.3264463,0.3553719,0.2892562,0.30165288,0.3181818,0.2768595,0.20247933,0.23966943,0.1983471,0.16115703,0.18595041,0.20247933,0.2231405,0.19421488,0.2231405,0.29338843,0.3140496,0.1694215,0.18181819,0.21900827,0.22727273,0.24380165,0.2520661,0.24793388,0.27272728,0.27272728,0.23966943,0.27272728,0.2231405,0.2892562,0.3677686,0.41322315,0.33471075,0.40082645,0.4214876,0.4214876,0.446281,0.446281,0.43801653,0.45454547,0.49586776,0.5206612,0.5082645,0.5165289,0.5289256,0.5247934,0.5371901,0.5371901,0.5041322,0.55785125,0.56198347,0.5371901,0.5082645,0.553719,0.59917355,0.57438016,0.57438016,0.58677685,0.5,0.45867768,0.45454547,0.40495867,0.38842976,0.36363637,0.35950413,0.38429752,0.3677686,0.3429752,0.30165288,0.28099173,0.2520661,0.23140496,0.1694215,0.17768595,0.19008264,0.19421488,0.2107438,0.20661157,0.27272728,0.33471075,0.3305785,0.18181819,0.20247933,0.21487603,0.21900827,0.2107438,0.19421488,0.21900827,0.24793388,0.23966943,0.23553719,0.24380165,0.23553719,0.3140496,0.3264463,0.338843,0.37190083,0.41735536,0.41735536,0.4214876,0.47933885,0.49586776,0.45041323,0.4338843,0.45041323,0.47933885,0.4876033,0.5041322,0.5041322,0.5247934,0.53305787,0.4876033,0.49586776,0.5123967,0.49173555,0.49173555,0.5041322,0.4752066,0.5041322,0.553719,0.53305787,0.57024795,0.5165289,0.44214877,0.38016528,0.36363637,0.37603307,0.33471075,0.34710744,0.37603307,0.35950413,0.35123968,0.30991736,0.28099173,0.2768595,0.22727273,0.19421488,0.1570248,0.21487603,0.1694215,0.20247933,0.2107438,0.30578512,0.35123968,0.3429752,0.18595041,0.21487603,0.2107438,0.20661157,0.1983471,0.1694215,0.20661157,0.23553719,0.23966943,0.2603306,0.28099173,0.2644628,0.3140496,0.29752067,0.33471075,0.3966942,0.3677686,0.4090909,0.41735536,0.45041323,0.5,0.4752066,0.45454547,0.45454547,0.47107437,0.49173555,0.5041322,0.49586776,0.4876033,0.45867768,0.45041323,0.45454547,0.44214877,0.46694216,0.48347107,0.5123967,0.5,0.43801653,0.49586776,0.53305787,0.49586776,0.47107437,0.45041323,0.3677686,0.33471075,0.39256197,0.33471075,0.30165288,0.33471075,0.34710744,0.30991736,0.3140496,0.29752067,0.2603306,0.2644628,0.2107438,0.11157025,0.21900827,0.17768595,0.2107438,0.23140496,0.29752067,0.3429752,0.3305785,0.1570248,0.17768595,0.19008264,0.1983471,0.18181819,0.17768595,0.21487603,0.20247933,0.21487603,0.26859504,0.29752067,0.30578512,0.3264463,0.3305785,0.35123968,0.38016528,0.40082645,0.36363637,0.42975205,0.4214876,0.45454547,0.4338843,0.446281,0.43801653,0.446281,0.47933885,0.4876033,0.48347107,0.45867768,0.44214877,0.42975205,0.40082645,0.42561984,0.46694216,0.49586776,0.5413223,0.5371901,0.446281,0.49586776,0.49173555,0.5,0.42561984,0.4214876,0.34710744,0.36363637,0.40082645,0.3677686,0.30578512,0.3264463,0.338843,0.29752067,0.29752067,0.3140496,0.27272728,0.25619835,0.22727273,0.11983471,0.21487603,0.20661157,0.21900827,0.24793388,0.30991736,0.3305785,0.3181818,0.14876033,0.1446281,0.15289256,0.17768595,0.1694215,0.18595041,0.21487603,0.23140496,0.23140496,0.25619835,0.2603306,0.26859504,0.30165288,0.3429752,0.338843,0.338843,0.37603307,0.39256197,0.446281,0.4752066,0.45454547,0.4214876,0.4214876,0.41735536,0.44214877,0.46280992,0.45041323,0.45867768,0.48347107,0.48347107,0.45454547,0.42975205,0.45041323,0.47933885,0.5206612,0.553719,0.5,0.45041323,0.49586776,0.4338843,0.43801653,0.4214876,0.40082645,0.338843,0.338843,0.3677686,0.35123968,0.3264463,0.33471075,0.32231405,0.27272728,0.24793388,0.30991736,0.3140496,0.2603306,0.23140496,0.17355372,0.21900827,0.21487603,0.2231405,0.26859504,0.32231405,0.3264463,0.3264463,0.13636364,0.1322314,0.1446281,0.17355372,0.17768595,0.2107438,0.2520661,0.23966943,0.2231405,0.23553719,0.23966943,0.24380165,0.2644628,0.2768595,0.2768595,0.3181818,0.38429752,0.41322315,0.46280992,0.45041323,0.44214877,0.4090909,0.39256197,0.4090909,0.42975205,0.42975205,0.42975205,0.45454547,0.5,0.5,0.48347107,0.46694216,0.46694216,0.5,0.5413223,0.5661157,0.4752066,0.46280992,0.49586776,0.45041323,0.38842976,0.35123968,0.38016528,0.33471075,0.3264463,0.30578512,0.3677686,0.3264463,0.3553719,0.3140496,0.2231405,0.1983471,0.24793388,0.30991736,0.2644628,0.23553719,0.20661157,0.19008264,0.20661157,0.21900827,0.30578512,0.3305785,0.3181818,0.338843,0.1694215,0.14049587,0.1446281,0.19421488,0.1694215,0.1983471,0.19421488,0.22727273,0.29752067,0.2603306,0.21900827,0.2231405,0.21900827,0.22727273,0.23553719,0.28512397,0.3429752,0.43801653,0.45454547,0.38429752,0.446281,0.38429752,0.35123968,0.39256197,0.41322315,0.38842976,0.41322315,0.4338843,0.45867768,0.4876033,0.47933885,0.47107437,0.4876033,0.5165289,0.5123967,0.54545456,0.42561984,0.49586776,0.446281,0.49586776,0.41735536,0.35950413,0.35123968,0.38016528,0.32231405,0.28099173,0.3429752,0.36363637,0.32231405,0.32231405,0.2520661,0.20661157,0.23140496,0.25619835,0.23140496,0.2603306,0.21487603,0.16528925,0.19008264,0.2603306,0.30991736,0.3553719,0.3305785,0.3264463,0.2231405,0.16115703,0.14876033,0.14876033,0.14876033,0.15289256,0.18181819,0.24793388,0.2892562,0.2520661,0.23140496,0.23966943,0.23966943,0.23140496,0.23140496,0.21487603,0.30578512,0.39256197,0.40495867,0.34710744,0.40082645,0.34710744,0.3553719,0.37190083,0.38842976,0.36363637,0.38016528,0.41322315,0.45041323,0.46280992,0.45041323,0.446281,0.44214877,0.45867768,0.4752066,0.47107437,0.3966942,0.45041323,0.32231405,0.47933885,0.45041323,0.36363637,0.37603307,0.35950413,0.35123968,0.26859504,0.28099173,0.37190083,0.3305785,0.29752067,0.27272728,0.2520661,0.24380165,0.20661157,0.20661157,0.22727273,0.19008264,0.17355372,0.19421488,0.28512397,0.32231405,0.35950413,0.338843,0.3181818,0.26859504,0.17768595,0.16115703,0.1322314,0.12809917,0.14876033,0.18181819,0.23553719,0.2603306,0.24380165,0.2231405,0.2644628,0.2603306,0.24380165,0.23966943,0.1983471,0.30991736,0.338843,0.35123968,0.3140496,0.3429752,0.3264463,0.32231405,0.38842976,0.3264463,0.338843,0.3677686,0.3553719,0.38842976,0.3966942,0.40495867,0.4214876,0.3677686,0.38842976,0.43801653,0.35123968,0.35950413,0.40082645,0.3264463,0.44214877,0.446281,0.29752067,0.4338843,0.27272728,0.36363637,0.3140496,0.29338843,0.33471075,0.338843,0.2603306,0.24380165,0.2603306,0.23553719,0.1983471,0.20661157,0.17768595,0.1570248,0.18595041,0.22727273,0.29338843,0.3429752,0.3553719,0.3264463,0.32231405,0.23966943,0.24380165,0.19008264,0.1446281,0.11570248,0.14049587,0.17355372,0.23553719,0.24793388,0.24380165,0.24380165,0.2520661,0.26859504,0.23966943,0.20661157,0.21487603,0.29752067,0.32231405,0.30578512,0.2892562,0.30165288,0.29338843,0.30578512,0.38429752,0.3181818,0.33471075,0.3429752,0.29338843,0.33471075,0.37190083,0.35950413,0.35950413,0.3677686,0.40495867,0.4090909,0.38842976,0.3305785,0.3553719,0.38429752,0.40082645,0.37603307,0.32231405,0.41735536,0.28512397,0.35123968,0.3553719,0.29752067,0.3140496,0.2892562,0.2231405,0.21487603,0.2231405,0.2107438,0.2107438,0.2107438,0.17355372,0.15289256,0.18181819,0.2520661,0.28099173,0.3264463,0.35950413,0.3305785,0.32231405,0.24793388,0.21900827,0.20661157,0.1446281,0.12809917,0.1322314,0.16115703,0.21487603,0.20661157,0.2107438,0.21487603,0.23140496,0.24380165,0.2231405,0.2231405,0.23553719,0.26859504,0.28512397,0.2520661,0.30991736,0.29752067,0.2520661,0.30578512,0.39256197,0.33471075,0.3429752,0.2892562,0.28099173,0.3305785,0.3305785,0.28512397,0.3140496,0.3677686,0.4214876,0.41322315,0.38842976,0.37603307,0.35123968,0.32231405,0.38016528,0.37190083,0.30165288,0.36363637,0.26859504,0.34710744,0.38429752,0.24793388,0.2768595,0.27272728,0.20661157,0.20661157,0.20247933,0.1983471,0.18181819,0.20247933,0.1694215,0.14876033,0.19008264,0.23553719,0.29338843,0.3264463,0.338843,0.3553719,0.3181818,25 +0.75206614,0.7768595,0.7768595,0.78512394,0.79752064,0.8016529,0.8057851,0.80991733,0.8016529,0.7933884,0.7933884,0.8016529,0.8057851,0.7933884,0.8016529,0.8016529,0.7933884,0.7892562,0.7933884,0.7933884,0.7933884,0.7933884,0.7933884,0.78512394,0.78099173,0.7892562,0.78099173,0.76859504,0.7768595,0.78512394,0.78099173,0.78099173,0.78512394,0.76859504,0.75206614,0.76859504,0.76859504,0.75206614,0.73140496,0.74380165,0.73966944,0.73140496,0.71487606,0.70247936,0.6942149,0.6735537,0.6404959,0.61157024,0.6198347,0.6198347,0.61157024,0.59504133,0.5495868,0.39256197,0.30578512,0.36363637,0.42975205,0.446281,0.44214877,0.45041323,0.45867768,0.446281,0.446281,0.446281,0.75619835,0.7768595,0.77272725,0.7892562,0.79752064,0.7933884,0.79752064,0.8057851,0.8057851,0.8016529,0.79752064,0.79752064,0.8016529,0.79752064,0.8057851,0.8057851,0.8057851,0.79752064,0.8016529,0.8016529,0.79752064,0.8016529,0.79752064,0.78512394,0.79752064,0.79752064,0.78512394,0.78512394,0.78099173,0.78512394,0.78512394,0.78512394,0.78512394,0.7768595,0.76033056,0.7644628,0.77272725,0.76033056,0.75619835,0.75206614,0.75619835,0.74380165,0.73140496,0.71487606,0.7066116,0.69008267,0.6528926,0.62396693,0.6487603,0.6322314,0.61157024,0.58264464,0.5495868,0.40082645,0.29752067,0.3677686,0.43801653,0.45041323,0.44214877,0.44214877,0.45454547,0.45454547,0.45454547,0.45454547,0.76033056,0.7644628,0.7644628,0.78099173,0.7933884,0.78512394,0.7892562,0.79752064,0.8016529,0.8057851,0.8057851,0.79752064,0.8057851,0.80991733,0.80991733,0.80991733,0.80991733,0.8057851,0.8140496,0.80991733,0.8057851,0.80991733,0.8057851,0.8016529,0.8140496,0.8016529,0.7933884,0.79752064,0.7933884,0.7933884,0.78512394,0.7892562,0.78512394,0.78099173,0.7768595,0.77272725,0.7644628,0.7644628,0.76859504,0.76033056,0.76033056,0.75206614,0.73966944,0.71900827,0.71900827,0.71487606,0.6694215,0.6446281,0.6735537,0.6487603,0.607438,0.5661157,0.56198347,0.3966942,0.30991736,0.38429752,0.43801653,0.45454547,0.45041323,0.446281,0.45041323,0.45867768,0.45867768,0.45867768,0.7644628,0.7644628,0.76859504,0.78099173,0.7933884,0.78099173,0.78512394,0.79752064,0.8016529,0.8057851,0.8057851,0.8057851,0.80991733,0.8140496,0.80991733,0.8140496,0.80991733,0.80991733,0.8181818,0.80991733,0.8057851,0.8140496,0.80991733,0.8057851,0.8057851,0.8016529,0.78099173,0.79752064,0.7892562,0.78099173,0.78512394,0.7933884,0.7892562,0.78099173,0.78099173,0.77272725,0.75206614,0.76859504,0.77272725,0.7768595,0.76033056,0.76033056,0.74793386,0.72727275,0.72727275,0.7231405,0.69008267,0.677686,0.70247936,0.6818182,0.62396693,0.57024795,0.553719,0.3966942,0.35123968,0.41322315,0.446281,0.45454547,0.45454547,0.45454547,0.45041323,0.45041323,0.45041323,0.45041323,0.76033056,0.7644628,0.77272725,0.78099173,0.79752064,0.78512394,0.78512394,0.7933884,0.8016529,0.8057851,0.80991733,0.80991733,0.8140496,0.8181818,0.8140496,0.8181818,0.8140496,0.822314,0.8264463,0.822314,0.8140496,0.8181818,0.822314,0.8140496,0.80991733,0.8057851,0.7933884,0.7933884,0.78512394,0.78099173,0.78099173,0.7933884,0.7892562,0.7768595,0.77272725,0.76859504,0.75619835,0.77272725,0.77272725,0.78512394,0.7644628,0.76033056,0.75206614,0.73966944,0.72727275,0.71487606,0.70247936,0.6983471,0.6942149,0.6735537,0.6198347,0.5785124,0.5661157,0.3966942,0.40495867,0.45041323,0.44214877,0.45041323,0.44214877,0.44214877,0.45454547,0.446281,0.446281,0.446281,0.74793386,0.7644628,0.76859504,0.78512394,0.7933884,0.78512394,0.78512394,0.7933884,0.7933884,0.79752064,0.80991733,0.80991733,0.8140496,0.8181818,0.8181818,0.8140496,0.8181818,0.8264463,0.822314,0.822314,0.8140496,0.8181818,0.8181818,0.80991733,0.8057851,0.8057851,0.79752064,0.7892562,0.7768595,0.77272725,0.7768595,0.78512394,0.78512394,0.76859504,0.76033056,0.76033056,0.7644628,0.76859504,0.76859504,0.7768595,0.7644628,0.75206614,0.74793386,0.75619835,0.74380165,0.71900827,0.7107438,0.6983471,0.677686,0.6570248,0.6198347,0.59917355,0.56198347,0.4338843,0.42975205,0.43801653,0.44214877,0.45454547,0.45041323,0.446281,0.45454547,0.45041323,0.45041323,0.45041323,0.73966944,0.75619835,0.7644628,0.78512394,0.7933884,0.78099173,0.7892562,0.79752064,0.7933884,0.7933884,0.8057851,0.80991733,0.8057851,0.8140496,0.80991733,0.8181818,0.8057851,0.8181818,0.8181818,0.8140496,0.80991733,0.8057851,0.8057851,0.79752064,0.7933884,0.7933884,0.78512394,0.77272725,0.76033056,0.76033056,0.77272725,0.77272725,0.77272725,0.76033056,0.74380165,0.74380165,0.75619835,0.7644628,0.7644628,0.76033056,0.75206614,0.73140496,0.73140496,0.7355372,0.7231405,0.7066116,0.6983471,0.69008267,0.6570248,0.6280992,0.6198347,0.607438,0.59090906,0.446281,0.42975205,0.446281,0.45041323,0.45454547,0.446281,0.446281,0.45454547,0.45454547,0.45454547,0.45454547,0.73966944,0.75619835,0.76859504,0.78099173,0.7933884,0.7933884,0.79752064,0.8057851,0.8016529,0.8057851,0.80991733,0.80991733,0.80991733,0.80991733,0.8057851,0.822314,0.8016529,0.8057851,0.80991733,0.80991733,0.8016529,0.7933884,0.7892562,0.78512394,0.7768595,0.77272725,0.75206614,0.74380165,0.73966944,0.7355372,0.76033056,0.76033056,0.7644628,0.75206614,0.72727275,0.72727275,0.74380165,0.75206614,0.74793386,0.7355372,0.71487606,0.7107438,0.6983471,0.6859504,0.6818182,0.6818182,0.6652893,0.6363636,0.59917355,0.5785124,0.59090906,0.59504133,0.57024795,0.47933885,0.446281,0.446281,0.45041323,0.45041323,0.446281,0.446281,0.45041323,0.45041323,0.45454547,0.45454547,0.74793386,0.7644628,0.77272725,0.7768595,0.79752064,0.8057851,0.80991733,0.80991733,0.8057851,0.79752064,0.79752064,0.79752064,0.8016529,0.80991733,0.7933884,0.79752064,0.78512394,0.7892562,0.79752064,0.79752064,0.78512394,0.76859504,0.76033056,0.75206614,0.73966944,0.73140496,0.7107438,0.6983471,0.6983471,0.70247936,0.73140496,0.74380165,0.73966944,0.72727275,0.7107438,0.7107438,0.71900827,0.71487606,0.7066116,0.6942149,0.6652893,0.6487603,0.6322314,0.6198347,0.61157024,0.58677685,0.54545456,0.5206612,0.5123967,0.5082645,0.5247934,0.5413223,0.53305787,0.5206612,0.43801653,0.44214877,0.45041323,0.45454547,0.45041323,0.45041323,0.45041323,0.45041323,0.45041323,0.45041323,0.76033056,0.7768595,0.78512394,0.7933884,0.80991733,0.80991733,0.8057851,0.80991733,0.79752064,0.78099173,0.76859504,0.74793386,0.72727275,0.7355372,0.73140496,0.73140496,0.72727275,0.73140496,0.74380165,0.72727275,0.70247936,0.69008267,0.6983471,0.6942149,0.677686,0.6694215,0.661157,0.6528926,0.6487603,0.6652893,0.69008267,0.71487606,0.70247936,0.69008267,0.677686,0.677686,0.677686,0.6694215,0.6528926,0.6322314,0.58677685,0.5165289,0.5206612,0.5082645,0.45867768,0.4338843,0.4090909,0.41322315,0.41735536,0.42561984,0.44214877,0.45867768,0.45867768,0.46280992,0.44214877,0.4338843,0.45041323,0.45867768,0.45454547,0.45041323,0.45041323,0.446281,0.446281,0.446281,0.75619835,0.76859504,0.78512394,0.78099173,0.7933884,0.7933884,0.77272725,0.76859504,0.75206614,0.72727275,0.6859504,0.6446281,0.6198347,0.6198347,0.61570245,0.59917355,0.60330576,0.5785124,0.5785124,0.56198347,0.5289256,0.53305787,0.55785125,0.5785124,0.59090906,0.59504133,0.60330576,0.607438,0.62396693,0.6363636,0.6570248,0.6818182,0.6818182,0.6652893,0.6446281,0.6404959,0.6322314,0.61157024,0.59090906,0.5371901,0.45867768,0.41735536,0.40495867,0.36363637,0.34710744,0.35123968,0.3677686,0.41322315,0.44214877,0.45867768,0.46280992,0.446281,0.41322315,0.40082645,0.3966942,0.41322315,0.45454547,0.45454547,0.45454547,0.446281,0.446281,0.446281,0.446281,0.446281,0.74380165,0.75619835,0.75619835,0.72727275,0.71900827,0.6652893,0.6280992,0.61157024,0.607438,0.607438,0.5785124,0.53305787,0.5082645,0.5,0.4752066,0.47107437,0.46280992,0.43801653,0.42561984,0.4214876,0.41322315,0.42561984,0.446281,0.46694216,0.49586776,0.5247934,0.553719,0.5785124,0.61570245,0.62396693,0.6404959,0.6446281,0.6446281,0.6322314,0.61570245,0.607438,0.59504133,0.56198347,0.5082645,0.446281,0.40495867,0.41322315,0.41322315,0.40082645,0.45454547,0.5082645,0.53305787,0.56198347,0.5785124,0.57024795,0.54545456,0.5,0.44214877,0.38429752,0.33471075,0.38842976,0.46280992,0.45041323,0.446281,0.446281,0.43801653,0.4338843,0.42975205,0.42975205,0.6983471,0.6942149,0.677686,0.6198347,0.60330576,0.59090906,0.60330576,0.607438,0.61570245,0.6322314,0.6404959,0.61570245,0.58264464,0.5495868,0.5123967,0.49586776,0.47107437,0.43801653,0.40495867,0.40495867,0.4214876,0.4338843,0.446281,0.45041323,0.45454547,0.4876033,0.5289256,0.5661157,0.60330576,0.6322314,0.6363636,0.6404959,0.62396693,0.59917355,0.58677685,0.58264464,0.5413223,0.47933885,0.44214877,0.44214877,0.46280992,0.5041322,0.5247934,0.553719,0.5785124,0.61157024,0.62396693,0.6404959,0.6446281,0.6363636,0.607438,0.553719,0.49586776,0.4090909,0.3140496,0.3677686,0.46280992,0.45041323,0.44214877,0.44214877,0.44214877,0.44214877,0.44214877,0.44214877,0.59917355,0.59917355,0.59917355,0.607438,0.607438,0.6280992,0.6652893,0.6859504,0.70247936,0.71487606,0.7231405,0.72727275,0.71487606,0.6859504,0.6446281,0.61157024,0.58264464,0.53305787,0.4752066,0.47107437,0.47933885,0.47933885,0.4752066,0.47107437,0.47107437,0.49173555,0.5289256,0.57024795,0.61570245,0.6446281,0.6487603,0.6487603,0.6322314,0.59917355,0.58264464,0.53305787,0.47107437,0.46280992,0.49586776,0.5289256,0.553719,0.5661157,0.5785124,0.58677685,0.57438016,0.59504133,0.5785124,0.5661157,0.5495868,0.5495868,0.55785125,0.5413223,0.5041322,0.41735536,0.2892562,0.36363637,0.44214877,0.446281,0.446281,0.45041323,0.45454547,0.45454547,0.45454547,0.45454547,0.5785124,0.61570245,0.6280992,0.6322314,0.6652893,0.69008267,0.7107438,0.73966944,0.71900827,0.71487606,0.71900827,0.7107438,0.6859504,0.6528926,0.607438,0.553719,0.5206612,0.48347107,0.4752066,0.46694216,0.49173555,0.49586776,0.4752066,0.46694216,0.47933885,0.5082645,0.55785125,0.61570245,0.6570248,0.6818182,0.6983471,0.7066116,0.6818182,0.62396693,0.56198347,0.4876033,0.47933885,0.5206612,0.553719,0.56198347,0.57024795,0.57438016,0.5785124,0.5495868,0.5289256,0.53305787,0.43801653,0.38429752,0.35950413,0.3553719,0.38842976,0.446281,0.46694216,0.38429752,0.24380165,0.3429752,0.4338843,0.45041323,0.446281,0.45041323,0.446281,0.44214877,0.44214877,0.44214877,0.607438,0.6404959,0.661157,0.6735537,0.6859504,0.6942149,0.677686,0.677686,0.6198347,0.57438016,0.5785124,0.5785124,0.5413223,0.5,0.4214876,0.30991736,0.27272728,0.29338843,0.33471075,0.338843,0.44214877,0.48347107,0.49586776,0.4876033,0.4876033,0.5206612,0.57438016,0.6322314,0.70247936,0.7355372,0.74793386,0.75619835,0.73140496,0.6528926,0.5289256,0.47933885,0.5041322,0.53305787,0.5413223,0.5371901,0.5495868,0.56198347,0.58264464,0.57024795,0.57024795,0.5247934,0.27272728,0.1983471,0.2231405,0.23553719,0.24793388,0.3264463,0.4338843,0.38016528,0.20247933,0.30991736,0.41322315,0.446281,0.45867768,0.44214877,0.44214877,0.44214877,0.44214877,0.44214877,0.6322314,0.6446281,0.6404959,0.6198347,0.59090906,0.54545456,0.5206612,0.5165289,0.5041322,0.4752066,0.5289256,0.55785125,0.5289256,0.4752066,0.3553719,0.18595041,0.17768595,0.32231405,0.30991736,0.36363637,0.43801653,0.46694216,0.5041322,0.5165289,0.5165289,0.5289256,0.56198347,0.6363636,0.7231405,0.7768595,0.78512394,0.8016529,0.76859504,0.661157,0.5123967,0.4876033,0.5082645,0.5082645,0.49586776,0.5123967,0.553719,0.59504133,0.6322314,0.6570248,0.6818182,0.607438,0.22727273,0.1570248,0.2644628,0.25619835,0.23553719,0.3305785,0.44214877,0.38842976,0.2107438,0.1983471,0.37603307,0.46280992,0.446281,0.446281,0.45041323,0.45041323,0.45041323,0.446281,0.61157024,0.59504133,0.553719,0.49173555,0.446281,0.4090909,0.4214876,0.47107437,0.5041322,0.5413223,0.6487603,0.7066116,0.69008267,0.60330576,0.4214876,0.23553719,0.25619835,0.41322315,0.38429752,0.37190083,0.5661157,0.57024795,0.54545456,0.553719,0.553719,0.5371901,0.56198347,0.6570248,0.75619835,0.8016529,0.8016529,0.8181818,0.8016529,0.6528926,0.5289256,0.54545456,0.5206612,0.48347107,0.4752066,0.5247934,0.60330576,0.6694215,0.7066116,0.7355372,0.74380165,0.6859504,0.34710744,0.2644628,0.35123968,0.3553719,0.30165288,0.37603307,0.47933885,0.38016528,0.15289256,0.16528925,0.3140496,0.45454547,0.45454547,0.446281,0.45041323,0.45041323,0.45041323,0.45041323,0.55785125,0.53305787,0.5082645,0.46694216,0.42975205,0.43801653,0.49173555,0.56198347,0.59090906,0.6322314,0.7066116,0.74380165,0.75619835,0.69008267,0.5247934,0.41322315,0.45041323,0.47933885,0.46694216,0.5041322,0.58264464,0.72727275,0.69008267,0.607438,0.58264464,0.553719,0.5785124,0.6859504,0.78512394,0.8140496,0.8140496,0.8181818,0.8140496,0.6735537,0.57024795,0.6198347,0.59090906,0.5495868,0.5289256,0.5661157,0.6404959,0.6942149,0.71900827,0.73140496,0.7231405,0.6983471,0.47933885,0.38842976,0.41322315,0.45454547,0.39256197,0.42561984,0.5289256,0.41735536,0.1570248,0.1446281,0.27272728,0.446281,0.45041323,0.45041323,0.446281,0.446281,0.446281,0.446281,0.56198347,0.56198347,0.58264464,0.58677685,0.5661157,0.5785124,0.6198347,0.6363636,0.6446281,0.6570248,0.6735537,0.6859504,0.70247936,0.6942149,0.60330576,0.5206612,0.5413223,0.5661157,0.54545456,0.61570245,0.6735537,0.71487606,0.6859504,0.6198347,0.59504133,0.5785124,0.61570245,0.71900827,0.8057851,0.822314,0.8181818,0.8140496,0.8016529,0.73140496,0.58677685,0.6280992,0.6446281,0.6446281,0.61570245,0.58677685,0.59504133,0.6280992,0.6404959,0.6322314,0.61157024,0.60330576,0.53305787,0.5,0.46694216,0.46694216,0.45041323,0.4876033,0.57438016,0.45041323,0.16528925,0.16115703,0.29752067,0.42561984,0.446281,0.45454547,0.4338843,0.42975205,0.42975205,0.4338843,0.6404959,0.661157,0.6859504,0.69008267,0.677686,0.6735537,0.7066116,0.7231405,0.7231405,0.6942149,0.6404959,0.6198347,0.58264464,0.58264464,0.57438016,0.54545456,0.5413223,0.55785125,0.553719,0.58677685,0.62396693,0.62396693,0.6570248,0.6446281,0.6280992,0.61157024,0.6570248,0.73966944,0.7933884,0.8140496,0.8181818,0.8057851,0.78512394,0.7768595,0.61157024,0.5661157,0.59504133,0.59917355,0.57438016,0.54545456,0.5495868,0.57438016,0.56198347,0.54545456,0.5289256,0.5495868,0.53305787,0.5082645,0.5041322,0.48347107,0.5,0.53305787,0.59917355,0.45867768,0.19421488,0.20247933,0.3553719,0.41735536,0.45041323,0.446281,0.43801653,0.4338843,0.4338843,0.4338843,0.71900827,0.72727275,0.7231405,0.71487606,0.6983471,0.6735537,0.677686,0.6942149,0.73966944,0.73966944,0.7231405,0.7231405,0.661157,0.661157,0.6446281,0.60330576,0.56198347,0.53305787,0.53305787,0.553719,0.58264464,0.58677685,0.6528926,0.6818182,0.677686,0.661157,0.6859504,0.73140496,0.7768595,0.80991733,0.8181818,0.8016529,0.78099173,0.78099173,0.6859504,0.5413223,0.5495868,0.5413223,0.5123967,0.48347107,0.4752066,0.5082645,0.5495868,0.55785125,0.59504133,0.59504133,0.5785124,0.5041322,0.45867768,0.5041322,0.5371901,0.55785125,0.61570245,0.4752066,0.20247933,0.1983471,0.41322315,0.4214876,0.45041323,0.44214877,0.446281,0.45041323,0.45041323,0.45041323,0.7644628,0.75206614,0.74380165,0.7355372,0.7231405,0.6942149,0.6652893,0.6446281,0.6363636,0.6198347,0.6363636,0.6363636,0.62396693,0.60330576,0.5785124,0.553719,0.5371901,0.54545456,0.57438016,0.59504133,0.61157024,0.6280992,0.6859504,0.7231405,0.71900827,0.7066116,0.6983471,0.7107438,0.75206614,0.8057851,0.822314,0.79752064,0.77272725,0.76859504,0.71900827,0.57024795,0.57024795,0.59504133,0.57024795,0.5206612,0.46694216,0.43801653,0.446281,0.45867768,0.4752066,0.49586776,0.47933885,0.46694216,0.5082645,0.5495868,0.57024795,0.58264464,0.61570245,0.48347107,0.2231405,0.20247933,0.43801653,0.4338843,0.45041323,0.45041323,0.446281,0.446281,0.446281,0.446281,0.78099173,0.75619835,0.7231405,0.6983471,0.6859504,0.6652893,0.6446281,0.60330576,0.59504133,0.56198347,0.56198347,0.55785125,0.5785124,0.5785124,0.57024795,0.57438016,0.58264464,0.60330576,0.6487603,0.6652893,0.6735537,0.6983471,0.73140496,0.75619835,0.73966944,0.71900827,0.6983471,0.6983471,0.72727275,0.7768595,0.8140496,0.8057851,0.78099173,0.75619835,0.73966944,0.59504133,0.5785124,0.6198347,0.61570245,0.58264464,0.57438016,0.57024795,0.5495868,0.53305787,0.5371901,0.5371901,0.5413223,0.5495868,0.55785125,0.57438016,0.59090906,0.59504133,0.61157024,0.5,0.27272728,0.24380165,0.43801653,0.44214877,0.45041323,0.44214877,0.44214877,0.44214877,0.44214877,0.44214877,0.7933884,0.78099173,0.7768595,0.78512394,0.7768595,0.77272725,0.77272725,0.74793386,0.72727275,0.69008267,0.677686,0.661157,0.6446281,0.6322314,0.6322314,0.6404959,0.6487603,0.677686,0.71900827,0.73140496,0.7355372,0.75206614,0.76859504,0.76033056,0.74380165,0.7107438,0.6942149,0.69008267,0.7107438,0.75619835,0.8016529,0.8181818,0.7933884,0.75619835,0.75206614,0.6280992,0.5413223,0.61570245,0.6570248,0.6446281,0.6404959,0.6322314,0.61570245,0.60330576,0.59917355,0.60330576,0.60330576,0.61157024,0.60330576,0.59917355,0.61570245,0.607438,0.61157024,0.5165289,0.3140496,0.2768595,0.4338843,0.44214877,0.45041323,0.43801653,0.446281,0.446281,0.446281,0.446281,0.80991733,0.8016529,0.7892562,0.78099173,0.78099173,0.78512394,0.7892562,0.7892562,0.7768595,0.75619835,0.73966944,0.72727275,0.6942149,0.6818182,0.677686,0.69008267,0.7107438,0.73966944,0.76859504,0.77272725,0.76859504,0.77272725,0.7768595,0.75206614,0.7355372,0.70247936,0.6818182,0.6859504,0.7107438,0.74380165,0.7933884,0.8181818,0.79752064,0.78099173,0.7644628,0.661157,0.5206612,0.57438016,0.6528926,0.6694215,0.6735537,0.661157,0.6487603,0.6404959,0.6322314,0.62396693,0.6280992,0.6363636,0.6280992,0.6280992,0.6404959,0.6198347,0.61570245,0.5247934,0.33471075,0.29752067,0.4214876,0.446281,0.45454547,0.42975205,0.45454547,0.45454547,0.45454547,0.45454547,0.8057851,0.8140496,0.80991733,0.8057851,0.8016529,0.7933884,0.79752064,0.79752064,0.78099173,0.76033056,0.75206614,0.73966944,0.71900827,0.71900827,0.7231405,0.74380165,0.7644628,0.78099173,0.7892562,0.78512394,0.77272725,0.76859504,0.76859504,0.7355372,0.7066116,0.6983471,0.677686,0.6818182,0.7107438,0.73140496,0.7768595,0.8264463,0.8140496,0.78512394,0.76859504,0.6983471,0.5165289,0.5371901,0.6198347,0.6652893,0.6859504,0.6859504,0.677686,0.6735537,0.6652893,0.6528926,0.6528926,0.661157,0.6487603,0.661157,0.6487603,0.6322314,0.61157024,0.5413223,0.35950413,0.3181818,0.4214876,0.44214877,0.446281,0.44214877,0.43801653,0.43801653,0.43801653,0.43801653,0.822314,0.8181818,0.8181818,0.8140496,0.80991733,0.8057851,0.8057851,0.8016529,0.7892562,0.7768595,0.77272725,0.76033056,0.74793386,0.7644628,0.7768595,0.78512394,0.78512394,0.7892562,0.7892562,0.78099173,0.76859504,0.75619835,0.7644628,0.73966944,0.6818182,0.6859504,0.677686,0.677686,0.70247936,0.7231405,0.76859504,0.8140496,0.8181818,0.79752064,0.77272725,0.7107438,0.5413223,0.5082645,0.59090906,0.6528926,0.677686,0.6859504,0.6942149,0.6983471,0.6983471,0.6942149,0.6859504,0.6859504,0.6818182,0.6818182,0.6528926,0.6280992,0.61570245,0.553719,0.38016528,0.3181818,0.3966942,0.43801653,0.446281,0.42975205,0.42975205,0.42975205,0.42975205,0.42975205,0.822314,0.822314,0.8181818,0.8264463,0.8181818,0.80991733,0.8140496,0.80991733,0.8016529,0.8016529,0.79752064,0.78512394,0.78099173,0.8016529,0.8016529,0.7933884,0.78099173,0.7892562,0.7933884,0.78099173,0.7768595,0.76859504,0.74793386,0.73140496,0.6859504,0.69008267,0.677686,0.6818182,0.6942149,0.71487606,0.75206614,0.79752064,0.8181818,0.8057851,0.78099173,0.71487606,0.5785124,0.49173555,0.57438016,0.6322314,0.661157,0.6818182,0.6942149,0.70247936,0.7066116,0.7066116,0.7107438,0.7066116,0.6942149,0.69008267,0.6818182,0.6280992,0.59917355,0.57024795,0.40495867,0.29752067,0.3553719,0.4338843,0.44214877,0.44214877,0.4338843,0.4338843,0.4338843,0.4338843,0.7933884,0.8057851,0.80991733,0.8181818,0.8140496,0.80991733,0.8181818,0.8181818,0.80991733,0.80991733,0.8057851,0.8016529,0.79752064,0.8016529,0.79752064,0.7892562,0.78099173,0.7892562,0.79752064,0.7892562,0.78512394,0.7768595,0.74793386,0.73140496,0.70247936,0.6942149,0.6859504,0.6983471,0.6942149,0.7066116,0.74380165,0.7933884,0.8181818,0.8057851,0.78512394,0.7355372,0.6446281,0.5247934,0.54545456,0.607438,0.6487603,0.6818182,0.6983471,0.70247936,0.70247936,0.70247936,0.7066116,0.71900827,0.7107438,0.6735537,0.6818182,0.6363636,0.6198347,0.5371901,0.40495867,0.34710744,0.34710744,0.39256197,0.446281,0.44214877,0.44214877,0.44214877,0.43801653,0.43801653,0.76033056,0.74380165,0.7768595,0.79752064,0.8057851,0.8057851,0.80991733,0.8140496,0.80991733,0.8057851,0.8057851,0.8016529,0.7933884,0.78512394,0.78512394,0.78099173,0.78512394,0.7933884,0.7933884,0.78099173,0.76859504,0.76033056,0.73140496,0.71487606,0.69008267,0.6818182,0.6694215,0.677686,0.69008267,0.6942149,0.72727275,0.7892562,0.822314,0.8057851,0.7892562,0.76033056,0.7107438,0.61157024,0.5371901,0.58677685,0.6363636,0.6859504,0.7066116,0.71900827,0.71487606,0.7066116,0.7107438,0.7107438,0.71900827,0.6735537,0.661157,0.61570245,0.55785125,0.5495868,0.40495867,0.33471075,0.37190083,0.41322315,0.42975205,0.44214877,0.43801653,0.43801653,0.43801653,0.43801653,0.74793386,0.7231405,0.74793386,0.7892562,0.8057851,0.8016529,0.8016529,0.8016529,0.8057851,0.8057851,0.8057851,0.79752064,0.78512394,0.76859504,0.78099173,0.78099173,0.78512394,0.7892562,0.78099173,0.76859504,0.74793386,0.72727275,0.70247936,0.6818182,0.6694215,0.6694215,0.661157,0.6570248,0.6652893,0.677686,0.71487606,0.77272725,0.80991733,0.8140496,0.79752064,0.7768595,0.74380165,0.6818182,0.57438016,0.57024795,0.6280992,0.677686,0.70247936,0.71900827,0.7231405,0.71900827,0.7231405,0.7107438,0.70247936,0.69008267,0.6528926,0.61157024,0.59090906,0.5165289,0.4090909,0.3553719,0.38016528,0.4090909,0.4214876,0.44214877,0.43801653,0.43801653,0.43801653,0.43801653,0.75206614,0.74793386,0.75619835,0.78099173,0.8016529,0.8057851,0.8016529,0.8016529,0.8016529,0.8016529,0.8016529,0.7892562,0.7892562,0.7768595,0.7644628,0.7644628,0.76859504,0.76859504,0.7644628,0.7355372,0.70247936,0.6818182,0.6735537,0.677686,0.6570248,0.6487603,0.6487603,0.6363636,0.6528926,0.6694215,0.70247936,0.75619835,0.8016529,0.8140496,0.8016529,0.7892562,0.75619835,0.7107438,0.6363636,0.5661157,0.607438,0.6694215,0.69008267,0.70247936,0.71900827,0.73140496,0.72727275,0.71487606,0.7066116,0.6859504,0.6528926,0.607438,0.5661157,0.5123967,0.41322315,0.35950413,0.38016528,0.41322315,0.42561984,0.4338843,0.43801653,0.43801653,0.43801653,0.43801653,0.7644628,0.76033056,0.76859504,0.7768595,0.78512394,0.79752064,0.8057851,0.8016529,0.7933884,0.79752064,0.8016529,0.7892562,0.7644628,0.76859504,0.75619835,0.75206614,0.75206614,0.74793386,0.7231405,0.6983471,0.6694215,0.6487603,0.661157,0.6942149,0.69008267,0.6735537,0.6487603,0.62396693,0.6487603,0.677686,0.6983471,0.74380165,0.7892562,0.80991733,0.8057851,0.79752064,0.78512394,0.73966944,0.6859504,0.55785125,0.59917355,0.6404959,0.6570248,0.6652893,0.69008267,0.7066116,0.71487606,0.71487606,0.69008267,0.6735537,0.6280992,0.57438016,0.553719,0.5,0.37190083,0.33471075,0.3677686,0.41322315,0.42975205,0.4338843,0.43801653,0.43801653,0.43801653,0.43801653,0.7644628,0.74380165,0.75619835,0.78099173,0.78099173,0.78512394,0.7933884,0.7892562,0.7892562,0.7933884,0.78099173,0.77272725,0.75206614,0.75206614,0.73966944,0.73140496,0.7231405,0.7107438,0.6859504,0.661157,0.6528926,0.6570248,0.677686,0.7107438,0.72727275,0.71900827,0.6735537,0.6322314,0.6446281,0.677686,0.6942149,0.72727275,0.77272725,0.8140496,0.8181818,0.8016529,0.7933884,0.76859504,0.7107438,0.5785124,0.54545456,0.60330576,0.6198347,0.6363636,0.6570248,0.677686,0.69008267,0.69008267,0.677686,0.6487603,0.607438,0.56198347,0.5371901,0.47933885,0.35950413,0.29752067,0.338843,0.40495867,0.42975205,0.42975205,0.43801653,0.43801653,0.43801653,0.43801653,0.74793386,0.71487606,0.74380165,0.77272725,0.7768595,0.77272725,0.7768595,0.7768595,0.7768595,0.78512394,0.77272725,0.75206614,0.74380165,0.7231405,0.6983471,0.6942149,0.70247936,0.7066116,0.677686,0.6404959,0.6404959,0.6735537,0.6983471,0.71487606,0.7355372,0.74380165,0.6983471,0.6570248,0.6404959,0.6570248,0.6859504,0.7107438,0.75206614,0.8057851,0.822314,0.8016529,0.7892562,0.76859504,0.6942149,0.5785124,0.5247934,0.5661157,0.58677685,0.61157024,0.6280992,0.6446281,0.6528926,0.6528926,0.6446281,0.61570245,0.58677685,0.553719,0.5247934,0.42561984,0.35950413,0.30165288,0.30991736,0.38016528,0.42561984,0.42975205,0.42975205,0.42975205,0.42975205,0.42975205,0.72727275,0.71900827,0.72727275,0.7644628,0.7644628,0.76033056,0.75619835,0.75206614,0.74380165,0.75206614,0.75619835,0.73966944,0.7066116,0.6818182,0.6735537,0.6859504,0.7107438,0.7231405,0.6735537,0.607438,0.6198347,0.6735537,0.6942149,0.70247936,0.7231405,0.72727275,0.70247936,0.661157,0.6322314,0.62396693,0.6528926,0.677686,0.7231405,0.78099173,0.80991733,0.7892562,0.73966944,0.6983471,0.6487603,0.5289256,0.5041322,0.56198347,0.5785124,0.58264464,0.59917355,0.61570245,0.6280992,0.6322314,0.61570245,0.58677685,0.55785125,0.53305787,0.5082645,0.38016528,0.338843,0.33471075,0.30991736,0.35950413,0.41735536,0.42561984,0.4214876,0.4214876,0.4214876,0.4214876,0.7231405,0.7355372,0.6983471,0.7231405,0.73966944,0.73966944,0.73966944,0.72727275,0.7231405,0.72727275,0.72727275,0.6983471,0.661157,0.6570248,0.661157,0.70247936,0.7355372,0.7355372,0.6818182,0.57438016,0.58264464,0.6404959,0.6570248,0.6570248,0.6694215,0.6652893,0.6652893,0.62396693,0.58264464,0.553719,0.58264464,0.61157024,0.6487603,0.71487606,0.7644628,0.73966944,0.677686,0.62396693,0.5371901,0.40495867,0.48347107,0.57024795,0.58264464,0.5661157,0.5661157,0.58264464,0.59917355,0.60330576,0.58677685,0.56198347,0.5371901,0.5,0.47107437,0.36363637,0.3140496,0.338843,0.33471075,0.37190083,0.41735536,0.42561984,0.41322315,0.41322315,0.41322315,0.41322315,0.7107438,0.72727275,0.71900827,0.7107438,0.7066116,0.70247936,0.72727275,0.71487606,0.6983471,0.6942149,0.677686,0.6528926,0.6280992,0.6446281,0.6735537,0.7355372,0.75619835,0.7355372,0.7107438,0.58264464,0.5165289,0.5371901,0.55785125,0.5413223,0.5123967,0.49586776,0.49173555,0.4752066,0.45454547,0.42975205,0.44214877,0.47107437,0.5247934,0.59090906,0.6487603,0.6404959,0.57438016,0.49173555,0.37603307,0.3677686,0.5206612,0.5785124,0.58264464,0.57438016,0.5661157,0.5661157,0.5661157,0.57024795,0.56198347,0.5413223,0.5206612,0.4752066,0.43801653,0.3429752,0.3140496,0.32231405,0.3429752,0.38842976,0.41322315,0.41735536,0.4214876,0.4214876,0.4214876,0.4214876,0.6528926,0.6735537,0.6942149,0.7107438,0.677686,0.6818182,0.6983471,0.6818182,0.6528926,0.6404959,0.6280992,0.61157024,0.61570245,0.6487603,0.7107438,0.75206614,0.75619835,0.73966944,0.7355372,0.6570248,0.5165289,0.45041323,0.4214876,0.3677686,0.30991736,0.2603306,0.22727273,0.24380165,0.24380165,0.25619835,0.26859504,0.3429752,0.40495867,0.46280992,0.5041322,0.47933885,0.40082645,0.35123968,0.3677686,0.45041323,0.55785125,0.56198347,0.57024795,0.58264464,0.58264464,0.5661157,0.5495868,0.54545456,0.5413223,0.5206612,0.49173555,0.45454547,0.42561984,0.34710744,0.28099173,0.35950413,0.36363637,0.3966942,0.4090909,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.6322314,0.6446281,0.6652893,0.6652893,0.6570248,0.6528926,0.6446281,0.6322314,0.61570245,0.59504133,0.59090906,0.59917355,0.6280992,0.677686,0.73966944,0.74793386,0.73966944,0.73966944,0.7355372,0.73140496,0.6818182,0.55785125,0.46280992,0.4338843,0.42975205,0.42975205,0.4338843,0.4090909,0.3429752,0.28099173,0.23553719,0.28099173,0.3140496,0.3264463,0.338843,0.3264463,0.30578512,0.3305785,0.41735536,0.5123967,0.553719,0.5371901,0.553719,0.58264464,0.58264464,0.57024795,0.5495868,0.53305787,0.5206612,0.5,0.46694216,0.43801653,0.41322315,0.3677686,0.2768595,0.37190083,0.39256197,0.40495867,0.40495867,0.40082645,0.40082645,0.40082645,0.40082645,0.40082645,0.62396693,0.62396693,0.62396693,0.6322314,0.62396693,0.6198347,0.61570245,0.60330576,0.59504133,0.5785124,0.58264464,0.6198347,0.6652893,0.7066116,0.73966944,0.73966944,0.7355372,0.7231405,0.72727275,0.71487606,0.7231405,0.69008267,0.60330576,0.54545456,0.5041322,0.47107437,0.4876033,0.45867768,0.40495867,0.37603307,0.30165288,0.2892562,0.27272728,0.2644628,0.30578512,0.33471075,0.3264463,0.3429752,0.41322315,0.4876033,0.5165289,0.5082645,0.5206612,0.56198347,0.5661157,0.5661157,0.553719,0.5289256,0.5123967,0.4876033,0.45867768,0.42975205,0.39256197,0.35950413,0.2892562,0.37603307,0.38842976,0.4090909,0.40082645,0.40082645,0.4090909,0.4090909,0.4090909,0.40495867,0.607438,0.61157024,0.607438,0.61157024,0.607438,0.59917355,0.607438,0.59090906,0.5785124,0.57438016,0.60330576,0.6404959,0.6735537,0.6983471,0.7107438,0.7107438,0.6983471,0.7107438,0.6983471,0.69008267,0.677686,0.6487603,0.607438,0.57024795,0.5289256,0.49173555,0.4876033,0.46694216,0.42975205,0.4338843,0.3966942,0.3553719,0.30991736,0.29752067,0.35123968,0.40082645,0.38016528,0.338843,0.36363637,0.41735536,0.45867768,0.47933885,0.46280992,0.5289256,0.54545456,0.55785125,0.553719,0.5289256,0.5,0.4876033,0.45867768,0.4214876,0.4090909,0.32231405,0.28512397,0.37603307,0.38429752,0.38842976,0.40082645,0.40082645,0.3966942,0.3966942,0.3966942,0.3966942,0.607438,0.607438,0.60330576,0.59504133,0.607438,0.59504133,0.60330576,0.57024795,0.57024795,0.58264464,0.61157024,0.6363636,0.6446281,0.6570248,0.661157,0.6528926,0.6446281,0.6487603,0.6322314,0.61570245,0.59504133,0.58677685,0.58677685,0.553719,0.53305787,0.5247934,0.5041322,0.49586776,0.47107437,0.48347107,0.47107437,0.40495867,0.38429752,0.38016528,0.39256197,0.4214876,0.3966942,0.3429752,0.33471075,0.37190083,0.40495867,0.42561984,0.41735536,0.48347107,0.5165289,0.54545456,0.5495868,0.5289256,0.5165289,0.4752066,0.44214877,0.4338843,0.38429752,0.30165288,0.2520661,0.38429752,0.38429752,0.38842976,0.3966942,0.38842976,0.38429752,0.38429752,0.38429752,0.38429752,0.61570245,0.60330576,0.5785124,0.5785124,0.607438,0.607438,0.607438,0.56198347,0.57024795,0.5785124,0.60330576,0.62396693,0.6322314,0.6280992,0.60330576,0.58677685,0.61570245,0.5785124,0.58677685,0.57438016,0.54545456,0.57024795,0.5661157,0.5371901,0.5289256,0.53305787,0.5289256,0.5289256,0.5041322,0.5082645,0.49586776,0.43801653,0.4214876,0.44214877,0.4214876,0.41735536,0.40495867,0.3677686,0.35950413,0.37190083,0.37190083,0.37190083,0.3677686,0.43801653,0.49586776,0.5206612,0.5289256,0.5371901,0.5165289,0.45867768,0.4090909,0.4090909,0.38842976,0.29338843,0.2520661,0.3553719,0.39256197,0.3966942,0.3966942,0.38429752,0.38429752,0.38429752,0.38429752,0.38429752,0.6280992,0.607438,0.553719,0.5785124,0.61570245,0.61570245,0.59090906,0.5661157,0.56198347,0.57438016,0.607438,0.61157024,0.61570245,0.61157024,0.5785124,0.5785124,0.60330576,0.58264464,0.5661157,0.5661157,0.54545456,0.54545456,0.5371901,0.5247934,0.53305787,0.5495868,0.5495868,0.54545456,0.53305787,0.5165289,0.5123967,0.45454547,0.40082645,0.45454547,0.446281,0.42975205,0.41735536,0.39256197,0.37190083,0.3677686,0.37190083,0.37190083,0.3553719,0.40495867,0.46280992,0.47933885,0.5247934,0.5206612,0.49586776,0.42561984,0.37603307,0.39256197,0.38429752,0.2768595,0.27272728,0.35950413,0.38842976,0.39256197,0.3966942,0.38429752,0.38016528,0.38016528,0.38016528,0.38016528,0.6446281,0.6322314,0.58677685,0.59917355,0.62396693,0.60330576,0.553719,0.56198347,0.5413223,0.553719,0.58264464,0.59090906,0.58677685,0.5785124,0.5661157,0.58264464,0.61157024,0.6280992,0.5785124,0.57024795,0.5661157,0.53305787,0.5206612,0.5123967,0.5247934,0.5371901,0.5371901,0.5413223,0.5413223,0.5082645,0.5041322,0.42975205,0.38842976,0.42975205,0.45041323,0.42561984,0.40495867,0.39256197,0.37190083,0.3553719,0.37603307,0.38842976,0.3553719,0.38842976,0.40082645,0.47107437,0.5165289,0.5041322,0.46694216,0.41322315,0.38016528,0.3966942,0.3677686,0.2644628,0.2892562,0.37603307,0.38429752,0.38429752,0.39256197,0.38429752,0.38429752,0.38429752,0.38429752,0.38016528,0.6404959,0.6570248,0.62396693,0.6198347,0.6363636,0.57438016,0.55785125,0.5785124,0.5495868,0.49586776,0.5371901,0.57438016,0.5661157,0.54545456,0.5413223,0.5495868,0.57438016,0.61570245,0.57438016,0.54545456,0.53305787,0.5041322,0.5,0.48347107,0.47933885,0.49173555,0.5041322,0.5123967,0.5165289,0.4752066,0.44214877,0.38842976,0.41322315,0.4090909,0.4338843,0.41322315,0.37190083,0.37190083,0.37190083,0.36363637,0.38429752,0.38842976,0.36363637,0.40495867,0.38429752,0.44214877,0.47933885,0.46280992,0.45041323,0.42975205,0.3677686,0.35123968,0.338843,0.2603306,0.30578512,0.39256197,0.39256197,0.38016528,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.58677685,0.6280992,0.62396693,0.6322314,0.6404959,0.55785125,0.5495868,0.5413223,0.53305787,0.49173555,0.5206612,0.5413223,0.5082645,0.48347107,0.49586776,0.5041322,0.5,0.53305787,0.5165289,0.46280992,0.45454547,0.42561984,0.44214877,0.42975205,0.42975205,0.45041323,0.46280992,0.46694216,0.45867768,0.4214876,0.38429752,0.40082645,0.4214876,0.4090909,0.38842976,0.3429752,0.338843,0.3677686,0.37603307,0.3553719,0.3553719,0.38016528,0.3677686,0.35950413,0.37190083,0.42561984,0.42975205,0.41322315,0.44214877,0.4338843,0.3429752,0.29338843,0.2892562,0.27272728,0.33471075,0.39256197,0.38842976,0.38016528,0.38842976,0.38016528,0.37603307,0.37603307,0.38016528,0.38016528,0.5371901,0.58264464,0.58264464,0.58677685,0.55785125,0.5247934,0.5371901,0.5371901,0.5,0.5041322,0.4752066,0.48347107,0.48347107,0.46280992,0.446281,0.42561984,0.41322315,0.45867768,0.42975205,0.38429752,0.3553719,0.3264463,0.35950413,0.37190083,0.38016528,0.40082645,0.4214876,0.40495867,0.37603307,0.3677686,0.3553719,0.38842976,0.38429752,0.38016528,0.32231405,0.3305785,0.32231405,0.3181818,0.3264463,0.3264463,0.3305785,0.35123968,0.33471075,0.3140496,0.3429752,0.40082645,0.38429752,0.37190083,0.41735536,0.42975205,0.3429752,0.2768595,0.26859504,0.30165288,0.3677686,0.38016528,0.37603307,0.38429752,0.37603307,0.37603307,0.37603307,0.37603307,0.37603307,0.37190083,0.5123967,0.553719,0.553719,0.53305787,0.5206612,0.53305787,0.49586776,0.5,0.5,0.446281,0.42561984,0.41735536,0.4090909,0.4090909,0.3966942,0.37603307,0.37190083,0.40082645,0.36363637,0.32231405,0.28099173,0.27272728,0.30991736,0.3264463,0.32231405,0.33471075,0.3553719,0.3305785,0.30165288,0.3305785,0.3264463,0.33471075,0.28099173,0.21487603,0.23966943,0.27272728,0.24380165,0.23966943,0.28512397,0.30165288,0.2892562,0.2892562,0.30165288,0.3264463,0.35950413,0.38429752,0.35950413,0.36363637,0.38429752,0.3966942,0.35123968,0.29338843,0.28099173,0.3264463,0.38016528,0.37190083,0.3677686,0.38429752,0.35950413,0.38016528,0.38429752,0.38429752,0.38842976,0.38842976,0.4876033,0.49173555,0.5,0.4752066,0.45041323,0.46694216,0.46280992,0.45041323,0.4338843,0.4090909,0.3966942,0.3966942,0.38842976,0.3966942,0.40495867,0.40082645,0.38842976,0.38842976,0.37190083,0.32231405,0.30991736,0.30165288,0.3305785,0.33471075,0.3181818,0.3181818,0.3305785,0.30991736,0.2892562,0.30991736,0.30991736,0.28099173,0.23966943,0.23553719,0.28099173,0.3264463,0.29752067,0.30578512,0.3429752,0.33471075,0.30578512,0.2892562,0.2892562,0.3305785,0.37190083,0.35950413,0.3429752,0.35123968,0.338843,0.3429752,0.33471075,0.29752067,0.29752067,0.33471075,0.36363637,0.3677686,0.36363637,0.37190083,0.38016528,0.35950413,0.35950413,0.35950413,0.35950413,0.35950413,0.42561984,0.4338843,0.43801653,0.42561984,0.41322315,0.4214876,0.41322315,0.3966942,0.37190083,0.3966942,0.40082645,0.4338843,0.45454547,0.46280992,0.46694216,0.46280992,0.45041323,0.45041323,0.45867768,0.42975205,0.4214876,0.40495867,0.46694216,0.5,0.43801653,0.38842976,0.37190083,0.37603307,0.38429752,0.40082645,0.4090909,0.3966942,0.38016528,0.38016528,0.4214876,0.41735536,0.38842976,0.42975205,0.47107437,0.42975205,0.37190083,0.33471075,0.30578512,0.3181818,0.35123968,0.3553719,0.34710744,0.3264463,0.27272728,0.29338843,0.28512397,0.2892562,0.30991736,0.338843,0.3553719,0.35123968,0.3677686,0.37190083,0.37190083,0.36363637,0.36363637,0.36363637,0.36363637,0.36363637,0.37190083,0.36363637,0.36363637,0.37603307,0.38842976,0.40082645,0.4090909,0.39256197,0.38016528,0.40495867,0.41735536,0.46694216,0.5082645,0.5123967,0.5206612,0.5247934,0.5247934,0.53305787,0.5413223,0.54545456,0.5495868,0.53305787,0.5661157,0.6404959,0.6198347,0.57024795,0.5371901,0.5289256,0.5289256,0.5413223,0.5495868,0.5371901,0.5206612,0.49173555,0.5,0.45041323,0.44214877,0.5289256,0.5661157,0.4876033,0.4214876,0.38429752,0.3429752,0.3264463,0.33471075,0.35123968,0.3677686,0.338843,0.2520661,0.2520661,0.24793388,0.25619835,0.30991736,0.35950413,0.35950413,0.35123968,0.36363637,0.3553719,0.36363637,0.37190083,0.37190083,0.37190083,0.37190083,0.37190083,0.32231405,0.3140496,0.34710744,0.35950413,0.37190083,0.41735536,0.4214876,0.41322315,0.4214876,0.40082645,0.4214876,0.46694216,0.49586776,0.5041322,0.5413223,0.5661157,0.5785124,0.58264464,0.57024795,0.57438016,0.57024795,0.57024795,0.5661157,0.57438016,0.59504133,0.58677685,0.5785124,0.55785125,0.54545456,0.5495868,0.56198347,0.56198347,0.54545456,0.5,0.49173555,0.47107437,0.5041322,0.57024795,0.59090906,0.5041322,0.42975205,0.39256197,0.35950413,0.3429752,0.3305785,0.3264463,0.35123968,0.35950413,0.3140496,0.23966943,0.23553719,0.26859504,0.30165288,0.34710744,0.3677686,0.35123968,0.35950413,0.35950413,0.36363637,0.3553719,0.3553719,0.3553719,0.3553719,0.3553719,0.30165288,0.2892562,0.3429752,0.3553719,0.37603307,0.4338843,0.42975205,0.4214876,0.42561984,0.39256197,0.4090909,0.45867768,0.4752066,0.5,0.54545456,0.5785124,0.59917355,0.59917355,0.57024795,0.56198347,0.59504133,0.5785124,0.56198347,0.55785125,0.55785125,0.5413223,0.5247934,0.5206612,0.5165289,0.5123967,0.5165289,0.5289256,0.5247934,0.47933885,0.48347107,0.53305787,0.5661157,0.57024795,0.56198347,0.5165289,0.43801653,0.38016528,0.33471075,0.30991736,0.35123968,0.36363637,0.2892562,0.27272728,0.30165288,0.25619835,0.24380165,0.2603306,0.3181818,0.36363637,0.3677686,0.35950413,0.35123968,0.3553719,0.35123968,0.3429752,0.34710744,0.34710744,0.34710744,0.34710744,0.2892562,0.28099173,0.30991736,0.3264463,0.36363637,0.40495867,0.41735536,0.42561984,0.4090909,0.40495867,0.40082645,0.4214876,0.44214877,0.4752066,0.5,0.5661157,0.59090906,0.57024795,0.5661157,0.5785124,0.61570245,0.59917355,0.59917355,0.58677685,0.55785125,0.5413223,0.5082645,0.5082645,0.5123967,0.5123967,0.5041322,0.5082645,0.53305787,0.5123967,0.5082645,0.59090906,0.59090906,0.54545456,0.5247934,0.5123967,0.45867768,0.39256197,0.32231405,0.2892562,0.3140496,0.3305785,0.3305785,0.24380165,0.21487603,0.23140496,0.2520661,0.27272728,0.338843,0.36363637,0.35950413,0.3553719,0.34710744,0.35123968,0.34710744,0.3429752,0.3429752,0.3429752,0.3429752,0.3429752,0.2892562,0.29338843,0.2768595,0.2892562,0.3305785,0.3553719,0.38429752,0.42561984,0.4090909,0.4090909,0.40495867,0.3553719,0.446281,0.44214877,0.44214877,0.5,0.55785125,0.58677685,0.59917355,0.60330576,0.6198347,0.607438,0.6198347,0.59917355,0.59504133,0.57024795,0.5165289,0.5247934,0.5371901,0.54545456,0.5289256,0.5165289,0.553719,0.5661157,0.5371901,0.59090906,0.57438016,0.49586776,0.5165289,0.4752066,0.45454547,0.40495867,0.3140496,0.28512397,0.30991736,0.2644628,0.28512397,0.24793388,0.19008264,0.2107438,0.23553719,0.30165288,0.3429752,0.35123968,0.3553719,0.34710744,0.3429752,0.3553719,0.34710744,0.3429752,0.3429752,0.3429752,0.3429752,0.3429752,0.28512397,0.30578512,0.2768595,0.27272728,0.30165288,0.33471075,0.37603307,0.41322315,0.40495867,0.41322315,0.37603307,0.39256197,0.5,0.47107437,0.45041323,0.47107437,0.49173555,0.5082645,0.5371901,0.5661157,0.5785124,0.5413223,0.5289256,0.5289256,0.5413223,0.5041322,0.5,0.5,0.5082645,0.5247934,0.53305787,0.5247934,0.5371901,0.5661157,0.553719,0.55785125,0.553719,0.45041323,0.46694216,0.42975205,0.3966942,0.38429752,0.30991736,0.2603306,0.2892562,0.2768595,0.27272728,0.2603306,0.20247933,0.18181819,0.2603306,0.3264463,0.34710744,0.34710744,0.3429752,0.338843,0.338843,0.34710744,0.338843,0.34710744,0.3429752,0.3429752,0.3429752,0.3429752,0.28099173,0.30991736,0.29338843,0.25619835,0.28512397,0.30165288,0.32231405,0.39256197,0.4090909,0.39256197,0.37603307,0.41322315,0.46280992,0.42975205,0.4752066,0.48347107,0.446281,0.42975205,0.45454547,0.4876033,0.49586776,0.47107437,0.47933885,0.47107437,0.47107437,0.45454547,0.5,0.45454547,0.44214877,0.47933885,0.5041322,0.5,0.4876033,0.5041322,0.5371901,0.5371901,0.5371901,0.4876033,0.47933885,0.40495867,0.34710744,0.35123968,0.33471075,0.3181818,0.3140496,0.30165288,0.30165288,0.25619835,0.21900827,0.18595041,0.29338843,0.3305785,0.3429752,0.35123968,0.3429752,0.33471075,0.3429752,0.3429752,0.33471075,0.3429752,0.3429752,0.3429752,0.3429752,0.3429752,0.30991736,0.28512397,0.30165288,0.30578512,0.29338843,0.2768595,0.3181818,0.38842976,0.38429752,0.40082645,0.38016528,0.40495867,0.4338843,0.4338843,0.47933885,0.49173555,0.49586776,0.46694216,0.446281,0.45867768,0.46280992,0.446281,0.4752066,0.45454547,0.45867768,0.45867768,0.49173555,0.4338843,0.41735536,0.45454547,0.4752066,0.47107437,0.45867768,0.44214877,0.46694216,0.49173555,0.5289256,0.48347107,0.45041323,0.3677686,0.35950413,0.338843,0.29338843,0.3264463,0.3264463,0.26859504,0.30165288,0.26859504,0.2644628,0.26859504,0.3181818,0.338843,0.3429752,0.35123968,0.34710744,0.338843,0.338843,0.33471075,0.33471075,0.338843,0.338843,0.338843,0.338843,0.338843,0.30578512,0.2603306,0.2603306,0.30165288,0.29752067,0.30578512,0.3429752,0.3677686,0.35950413,0.3553719,0.38842976,0.38842976,0.4214876,0.42975205,0.45867768,0.4752066,0.5,0.48347107,0.47107437,0.4752066,0.47107437,0.4752066,0.49173555,0.46694216,0.47933885,0.45454547,0.44214877,0.4090909,0.40495867,0.4214876,0.43801653,0.45454547,0.446281,0.4214876,0.4090909,0.4214876,0.49586776,0.5,0.40082645,0.3429752,0.33471075,0.338843,0.2892562,0.2892562,0.30165288,0.28099173,0.29338843,0.2892562,0.30578512,0.29752067,0.3305785,0.3429752,0.338843,0.3429752,0.338843,0.33471075,0.3305785,0.3305785,0.33471075,0.33471075,0.33471075,0.338843,0.338843,0.338843,0.29338843,0.25619835,0.2892562,0.29338843,0.3140496,0.30991736,0.30991736,0.3264463,0.35123968,0.38016528,0.40082645,0.38842976,0.4090909,0.40495867,0.4338843,0.44214877,0.446281,0.45454547,0.47107437,0.47933885,0.48347107,0.5082645,0.5123967,0.4752066,0.47107437,0.446281,0.41735536,0.38016528,0.37603307,0.40495867,0.42561984,0.45041323,0.45041323,0.42975205,0.41735536,0.38429752,0.42561984,0.5,0.42975205,0.33471075,0.338843,0.3305785,0.30578512,0.2892562,0.2892562,0.28099173,0.28099173,0.30991736,0.30165288,0.30991736,0.33471075,0.3305785,0.33471075,0.33471075,0.33471075,0.3305785,0.3305785,0.3305785,0.3305785,0.3305785,0.3305785,0.3305785,0.3305785,0.3305785,0.23553719,0.24380165,0.30165288,0.3140496,0.3181818,0.3305785,0.32231405,0.3429752,0.38016528,0.37190083,0.3677686,0.38016528,0.41322315,0.3966942,0.4214876,0.41735536,0.41322315,0.42561984,0.43801653,0.44214877,0.46280992,0.49173555,0.49173555,0.46694216,0.45454547,0.45041323,0.446281,0.40082645,0.4090909,0.4338843,0.446281,0.45454547,0.45454547,0.40495867,0.36363637,0.41735536,0.446281,0.446281,0.39256197,0.30991736,0.3305785,0.3305785,0.3181818,0.2892562,0.28099173,0.27272728,0.2644628,0.29752067,0.3140496,0.32231405,0.3305785,0.32231405,0.338843,0.3264463,0.33471075,0.3264463,0.3305785,0.3264463,0.3181818,0.3264463,0.32231405,0.32231405,0.32231405,0.32231405,25 +0.41735536,0.47107437,0.59504133,0.7107438,0.7644628,0.76859504,0.7768595,0.8016529,0.8181818,0.822314,0.8181818,0.7933884,0.7768595,0.78099173,0.76859504,0.76033056,0.7892562,0.80991733,0.80991733,0.80991733,0.80991733,0.8016529,0.80991733,0.79752064,0.8057851,0.8057851,0.7933884,0.78512394,0.7644628,0.75206614,0.7644628,0.7644628,0.77272725,0.77272725,0.8016529,0.7892562,0.78099173,0.7768595,0.77272725,0.7644628,0.74793386,0.7644628,0.76033056,0.75206614,0.75206614,0.75206614,0.74380165,0.74380165,0.73140496,0.7355372,0.71900827,0.73966944,0.72727275,0.73966944,0.73966944,0.7107438,0.72727275,0.677686,0.6528926,0.6446281,0.62396693,0.59917355,0.46694216,0.33471075,0.42975205,0.5,0.62396693,0.72727275,0.76033056,0.77272725,0.7933884,0.8181818,0.8347107,0.8264463,0.8140496,0.8057851,0.7933884,0.7933884,0.78512394,0.8016529,0.8057851,0.8140496,0.8140496,0.80991733,0.8181818,0.8181818,0.8140496,0.8057851,0.8181818,0.8181818,0.8016529,0.7892562,0.7768595,0.7644628,0.77272725,0.75619835,0.7768595,0.7892562,0.80991733,0.79752064,0.7933884,0.78512394,0.78099173,0.77272725,0.75619835,0.75206614,0.76859504,0.7644628,0.76033056,0.75619835,0.74793386,0.75206614,0.74793386,0.73140496,0.7231405,0.7355372,0.7355372,0.7355372,0.74793386,0.75206614,0.72727275,0.6983471,0.6694215,0.6404959,0.61570245,0.59090906,0.49173555,0.35950413,0.4090909,0.48347107,0.6322314,0.7355372,0.7644628,0.78512394,0.8057851,0.822314,0.8305785,0.822314,0.8057851,0.79752064,0.8016529,0.79752064,0.8016529,0.8181818,0.8181818,0.822314,0.8181818,0.822314,0.8140496,0.8140496,0.8140496,0.8057851,0.8305785,0.8305785,0.8264463,0.8057851,0.7933884,0.76033056,0.77272725,0.76859504,0.78099173,0.78512394,0.8057851,0.8057851,0.8057851,0.7892562,0.7933884,0.78512394,0.75206614,0.75619835,0.78512394,0.77272725,0.76859504,0.7644628,0.7768595,0.75619835,0.75619835,0.74793386,0.7355372,0.72727275,0.7355372,0.7231405,0.73966944,0.76033056,0.7355372,0.69008267,0.6487603,0.6446281,0.6404959,0.60330576,0.5041322,0.3553719,0.38429752,0.47933885,0.6570248,0.74380165,0.76033056,0.78512394,0.8016529,0.8264463,0.822314,0.8057851,0.78512394,0.7892562,0.79752064,0.7933884,0.8140496,0.8264463,0.8347107,0.8347107,0.8264463,0.8181818,0.8264463,0.8264463,0.8181818,0.8057851,0.8264463,0.8347107,0.8305785,0.8140496,0.80991733,0.78099173,0.78099173,0.78512394,0.7933884,0.78512394,0.8057851,0.822314,0.8057851,0.8057851,0.77272725,0.78099173,0.74793386,0.76033056,0.78512394,0.76859504,0.7768595,0.77272725,0.7892562,0.76859504,0.76033056,0.76033056,0.75206614,0.73140496,0.7355372,0.72727275,0.7355372,0.74380165,0.7355372,0.677686,0.62396693,0.6363636,0.6528926,0.607438,0.5371901,0.37603307,0.3429752,0.49173555,0.70247936,0.74380165,0.76033056,0.7768595,0.8016529,0.8305785,0.822314,0.79752064,0.78512394,0.7892562,0.7933884,0.78512394,0.8140496,0.8181818,0.8347107,0.8347107,0.8347107,0.8264463,0.8181818,0.822314,0.822314,0.80991733,0.8264463,0.8181818,0.838843,0.8305785,0.8264463,0.80991733,0.80991733,0.7933884,0.80991733,0.8016529,0.8264463,0.8347107,0.8057851,0.7892562,0.77272725,0.77272725,0.74793386,0.7644628,0.7768595,0.76033056,0.7892562,0.78512394,0.78099173,0.76859504,0.75619835,0.7644628,0.74793386,0.7355372,0.72727275,0.71487606,0.73140496,0.73140496,0.73966944,0.6818182,0.6322314,0.61157024,0.6363636,0.59090906,0.5661157,0.42561984,0.3181818,0.5785124,0.74380165,0.73966944,0.74793386,0.78099173,0.8016529,0.8264463,0.822314,0.80991733,0.79752064,0.79752064,0.7892562,0.78099173,0.80991733,0.80991733,0.822314,0.8305785,0.838843,0.8429752,0.8140496,0.8305785,0.80991733,0.8181818,0.8181818,0.8140496,0.8429752,0.838843,0.8429752,0.8264463,0.8305785,0.79752064,0.838843,0.80991733,0.8264463,0.8264463,0.7933884,0.7644628,0.76859504,0.76859504,0.75619835,0.76859504,0.76859504,0.75206614,0.7768595,0.7768595,0.77272725,0.76859504,0.76033056,0.76859504,0.75206614,0.74793386,0.73140496,0.71487606,0.71900827,0.7231405,0.7355372,0.69008267,0.6322314,0.58677685,0.59917355,0.58677685,0.55785125,0.46694216,0.34710744,0.6363636,0.74793386,0.74380165,0.7355372,0.76859504,0.8016529,0.8264463,0.8181818,0.80991733,0.8016529,0.8057851,0.79752064,0.78512394,0.7892562,0.78512394,0.8016529,0.8181818,0.8347107,0.8347107,0.822314,0.8264463,0.8181818,0.8140496,0.80991733,0.80991733,0.8305785,0.822314,0.8305785,0.8264463,0.838843,0.8057851,0.838843,0.8057851,0.80991733,0.80991733,0.78512394,0.76033056,0.7644628,0.76033056,0.76033056,0.76033056,0.75206614,0.75619835,0.7644628,0.76033056,0.75619835,0.76033056,0.75619835,0.76859504,0.75206614,0.76033056,0.73966944,0.73140496,0.7355372,0.73140496,0.7231405,0.70247936,0.6322314,0.57024795,0.58264464,0.59917355,0.5495868,0.49173555,0.37603307,0.6735537,0.75619835,0.73140496,0.7231405,0.7644628,0.8057851,0.8305785,0.8181818,0.8140496,0.7933884,0.79752064,0.77272725,0.7644628,0.75619835,0.76033056,0.7644628,0.79752064,0.8057851,0.8181818,0.80991733,0.79752064,0.8016529,0.8016529,0.8016529,0.7933884,0.79752064,0.8057851,0.7892562,0.7933884,0.8140496,0.79752064,0.8057851,0.78512394,0.78099173,0.78099173,0.77272725,0.73966944,0.7644628,0.73140496,0.75206614,0.74380165,0.75206614,0.7355372,0.75206614,0.74380165,0.7355372,0.7231405,0.7355372,0.74793386,0.74380165,0.73966944,0.73966944,0.74380165,0.74380165,0.76033056,0.73966944,0.7231405,0.6280992,0.55785125,0.5785124,0.5785124,0.5495868,0.5165289,0.338843,0.69008267,0.76033056,0.71900827,0.7066116,0.75206614,0.822314,0.8347107,0.822314,0.78512394,0.76033056,0.72727275,0.70247936,0.6859504,0.6859504,0.69008267,0.677686,0.70247936,0.7231405,0.74793386,0.75206614,0.7355372,0.76859504,0.77272725,0.77272725,0.77272725,0.7644628,0.76859504,0.73140496,0.76859504,0.78512394,0.7768595,0.76033056,0.75206614,0.75206614,0.74380165,0.74380165,0.72727275,0.72727275,0.71900827,0.71487606,0.71487606,0.72727275,0.7066116,0.71487606,0.69008267,0.6859504,0.6942149,0.6983471,0.70247936,0.7066116,0.6652893,0.6528926,0.6528926,0.6859504,0.72727275,0.76859504,0.74380165,0.6570248,0.54545456,0.56198347,0.5289256,0.5495868,0.5371901,0.33471075,0.7231405,0.76033056,0.7231405,0.677686,0.7933884,0.8264463,0.8140496,0.78099173,0.7107438,0.6487603,0.59917355,0.59917355,0.58264464,0.58677685,0.5661157,0.53305787,0.55785125,0.57024795,0.59504133,0.607438,0.6198347,0.677686,0.7107438,0.72727275,0.74793386,0.74793386,0.7355372,0.7231405,0.73966944,0.75619835,0.76033056,0.7231405,0.72727275,0.73140496,0.70247936,0.7066116,0.7066116,0.6818182,0.6735537,0.6528926,0.6322314,0.61570245,0.58264464,0.58264464,0.5495868,0.5371901,0.553719,0.58264464,0.59090906,0.60330576,0.58677685,0.553719,0.5495868,0.56198347,0.59090906,0.6859504,0.7231405,0.6735537,0.56198347,0.5247934,0.5289256,0.5495868,0.5495868,0.35123968,0.74380165,0.75206614,0.6983471,0.6694215,0.7355372,0.74380165,0.6942149,0.6528926,0.5785124,0.5289256,0.5206612,0.5289256,0.5206612,0.5041322,0.4752066,0.42975205,0.42975205,0.446281,0.45867768,0.47933885,0.5165289,0.57438016,0.6280992,0.6818182,0.7066116,0.7231405,0.7107438,0.71900827,0.7355372,0.7355372,0.7355372,0.70247936,0.7066116,0.6983471,0.6694215,0.6652893,0.661157,0.6446281,0.60330576,0.5661157,0.5041322,0.45454547,0.40495867,0.40082645,0.37190083,0.38842976,0.38429752,0.45041323,0.4752066,0.5041322,0.5041322,0.48347107,0.4752066,0.46694216,0.4752066,0.5165289,0.53305787,0.59504133,0.56198347,0.5082645,0.53305787,0.5661157,0.5785124,0.3553719,0.76033056,0.74793386,0.69008267,0.6528926,0.6487603,0.6363636,0.55785125,0.53305787,0.49173555,0.48347107,0.4876033,0.46694216,0.4876033,0.4752066,0.4214876,0.39256197,0.40082645,0.4214876,0.43801653,0.446281,0.49586776,0.5289256,0.56198347,0.6322314,0.6818182,0.70247936,0.71900827,0.7107438,0.71487606,0.7066116,0.70247936,0.6859504,0.6983471,0.6859504,0.661157,0.62396693,0.59917355,0.5661157,0.5247934,0.48347107,0.41322315,0.38429752,0.338843,0.2892562,0.28512397,0.28099173,0.3181818,0.3429752,0.38016528,0.43801653,0.42561984,0.42975205,0.41322315,0.3966942,0.4338843,0.42561984,0.43801653,0.46694216,0.5,0.49173555,0.5371901,0.5785124,0.5785124,0.37190083,0.7933884,0.76859504,0.6942149,0.6528926,0.61570245,0.59917355,0.58264464,0.54545456,0.58677685,0.607438,0.62396693,0.59917355,0.60330576,0.59090906,0.56198347,0.5371901,0.54545456,0.5206612,0.5,0.47933885,0.47933885,0.5082645,0.5247934,0.60330576,0.6694215,0.6942149,0.7066116,0.6983471,0.7066116,0.69008267,0.70247936,0.69008267,0.6735537,0.6735537,0.6446281,0.59504133,0.553719,0.5,0.446281,0.40495867,0.3553719,0.3264463,0.3264463,0.34710744,0.37190083,0.41322315,0.45454547,0.42561984,0.45454547,0.48347107,0.5123967,0.5371901,0.5247934,0.47933885,0.446281,0.40082645,0.3966942,0.43801653,0.47933885,0.49586776,0.5289256,0.5661157,0.57438016,0.3553719,0.74380165,0.78512394,0.6942149,0.6652893,0.6528926,0.6198347,0.6735537,0.7107438,0.75619835,0.74380165,0.6859504,0.6198347,0.59504133,0.5495868,0.69008267,0.61157024,0.59917355,0.58264464,0.54545456,0.5289256,0.47933885,0.5123967,0.5041322,0.55785125,0.60330576,0.6198347,0.661157,0.6735537,0.6983471,0.6652893,0.6322314,0.61157024,0.59917355,0.57024795,0.5413223,0.48347107,0.45454547,0.42561984,0.38016528,0.35123968,0.32231405,0.30991736,0.33471075,0.3677686,0.39256197,0.46694216,0.36363637,0.35123968,0.3553719,0.4090909,0.49173555,0.5247934,0.5247934,0.49173555,0.42975205,0.40082645,0.43801653,0.47933885,0.5041322,0.5123967,0.5165289,0.5661157,0.5289256,0.37190083,0.61570245,0.7644628,0.6652893,0.53305787,0.41735536,0.34710744,0.3677686,0.42975205,0.4876033,0.5165289,0.5247934,0.4876033,0.4876033,0.4214876,0.5206612,0.5,0.4338843,0.4752066,0.4338843,0.45041323,0.38429752,0.42561984,0.37603307,0.35123968,0.35950413,0.3140496,0.2892562,0.3553719,0.40495867,0.4752066,0.46280992,0.43801653,0.42975205,0.40495867,0.38842976,0.32231405,0.2603306,0.23966943,0.25619835,0.24793388,0.29752067,0.29338843,0.32231405,0.37190083,0.42975205,0.5247934,0.58264464,0.5785124,0.5413223,0.5041322,0.4752066,0.45454547,0.46694216,0.45041323,0.3966942,0.338843,0.2892562,0.29752067,0.42561984,0.5165289,0.5247934,0.5,0.42975205,0.48347107,0.58264464,0.4214876,0.40495867,0.45867768,0.553719,0.661157,0.7231405,0.76859504,0.7107438,0.59504133,0.5041322,0.446281,0.39256197,0.29752067,0.29338843,0.3429752,0.30578512,0.3429752,0.38429752,0.39256197,0.37190083,0.37190083,0.446281,0.2603306,0.3264463,0.5661157,0.6487603,0.75206614,0.7107438,0.7066116,0.6942149,0.6528926,0.677686,0.6570248,0.57024795,0.44214877,0.21900827,0.37190083,0.3966942,0.3429752,0.3553719,0.30165288,0.34710744,0.37190083,0.338843,0.338843,0.38016528,0.40495867,0.45454547,0.49586776,0.553719,0.60330576,0.6570248,0.6363636,0.58677685,0.5165289,0.47107437,0.44214877,0.3305785,0.338843,0.4214876,0.38842976,0.47933885,0.44214877,0.46280992,0.5041322,0.5785124,0.69008267,0.7107438,0.70247936,0.6983471,0.607438,0.446281,0.41735536,0.3181818,0.5123967,0.5661157,0.24380165,0.1446281,0.3553719,0.20661157,0.30578512,0.38016528,0.3677686,0.33471075,0.3553719,0.3677686,0.48347107,0.28099173,0.4876033,0.6859504,0.8347107,0.8264463,0.7892562,0.7892562,0.74793386,0.8016529,0.75619835,0.61157024,0.3305785,0.5123967,0.40495867,0.2892562,0.2768595,0.32231405,0.30578512,0.33471075,0.38016528,0.2107438,0.30991736,0.28099173,0.16115703,0.20247933,0.30578512,0.29752067,0.338843,0.4338843,0.55785125,0.59917355,0.5413223,0.5247934,0.5289256,0.5082645,0.37190083,0.38016528,0.37190083,0.57024795,0.41322315,0.59090906,0.7107438,0.5247934,0.62396693,0.6735537,0.6570248,0.57438016,0.46694216,0.3966942,0.45454547,0.446281,0.70247936,0.7066116,0.34710744,0.22727273,0.20661157,0.30165288,0.40082645,0.49173555,0.5082645,0.446281,0.38016528,0.41735536,0.5413223,0.57024795,0.30578512,0.6735537,0.8057851,0.75206614,0.5785124,0.5082645,0.55785125,0.6859504,0.6735537,0.49173555,0.42975205,0.5413223,0.34710744,0.3553719,0.41322315,0.3140496,0.3264463,0.5413223,0.661157,0.30991736,0.30991736,0.20661157,0.23553719,0.24793388,0.3553719,0.43801653,0.29338843,0.23553719,0.2603306,0.45041323,0.5123967,0.53305787,0.5289256,0.45454547,0.38842976,0.5371901,0.47933885,0.46694216,0.5289256,0.607438,0.73966944,0.6735537,0.6487603,0.6487603,0.6198347,0.5495868,0.5165289,0.54545456,0.62396693,0.5495868,0.7107438,0.6528926,0.41322315,0.36363637,0.3553719,0.38842976,0.46280992,0.5661157,0.5785124,0.5123967,0.55785125,0.49586776,0.6363636,0.72727275,0.21487603,0.5371901,0.79752064,0.74793386,0.6280992,0.55785125,0.5289256,0.5289256,0.49586776,0.3677686,0.4090909,0.54545456,0.4876033,0.58677685,0.41322315,0.38429752,0.49586776,0.6404959,0.7231405,0.4752066,0.4090909,0.3553719,0.3553719,0.3429752,0.5289256,0.58677685,0.5,0.42561984,0.30165288,0.3429752,0.42561984,0.46694216,0.4752066,0.446281,0.4752066,0.5289256,0.4876033,0.3553719,0.42561984,0.61570245,0.73966944,0.74793386,0.73966944,0.7355372,0.72727275,0.6818182,0.6859504,0.607438,0.6570248,0.661157,0.6198347,0.6363636,0.59090906,0.56198347,0.58264464,0.59917355,0.5785124,0.60330576,0.56198347,0.553719,0.58264464,0.661157,0.75206614,0.73140496,0.35950413,0.661157,0.6446281,0.59917355,0.59090906,0.59090906,0.5661157,0.60330576,0.60330576,0.46280992,0.37603307,0.6198347,0.6818182,0.6280992,0.56198347,0.57024795,0.57024795,0.6280992,0.6694215,0.6363636,0.5785124,0.5661157,0.5082645,0.54545456,0.61570245,0.61157024,0.60330576,0.5247934,0.45454547,0.44214877,0.44214877,0.4876033,0.5289256,0.5495868,0.5289256,0.54545456,0.3429752,0.43801653,0.2644628,0.6818182,0.74380165,0.75206614,0.7644628,0.7892562,0.77272725,0.77272725,0.76859504,0.7107438,0.71900827,0.7107438,0.6404959,0.607438,0.60330576,0.62396693,0.59090906,0.59917355,0.553719,0.56198347,0.54545456,0.5661157,0.61570245,0.677686,0.7066116,0.62396693,0.44214877,0.59917355,0.607438,0.677686,0.6818182,0.6818182,0.61570245,0.49173555,0.48347107,0.59504133,0.338843,0.62396693,0.6570248,0.58677685,0.6528926,0.6528926,0.607438,0.57438016,0.58264464,0.58677685,0.5785124,0.59504133,0.57024795,0.5785124,0.58677685,0.58264464,0.5661157,0.5206612,0.5123967,0.55785125,0.57438016,0.60330576,0.58264464,0.57438016,0.5495868,0.56198347,0.30578512,0.49173555,0.2892562,0.73966944,0.73140496,0.75619835,0.76859504,0.78099173,0.76859504,0.78099173,0.77272725,0.74793386,0.74380165,0.73966944,0.661157,0.6280992,0.58677685,0.56198347,0.55785125,0.5371901,0.5123967,0.5,0.5165289,0.5371901,0.57024795,0.59917355,0.60330576,0.57024795,0.36363637,0.56198347,0.6983471,0.75206614,0.71487606,0.677686,0.6818182,0.5247934,0.3966942,0.5661157,0.3305785,0.58264464,0.59090906,0.4876033,0.5247934,0.5661157,0.54545456,0.48347107,0.46280992,0.45454547,0.49173555,0.49173555,0.5206612,0.5247934,0.5165289,0.5206612,0.53305787,0.5495868,0.607438,0.61570245,0.62396693,0.6363636,0.59504133,0.59090906,0.56198347,0.5785124,0.3140496,0.54545456,0.46694216,0.76033056,0.71487606,0.75619835,0.76033056,0.78099173,0.78099173,0.76859504,0.74380165,0.7355372,0.7107438,0.69008267,0.6363636,0.61157024,0.57438016,0.54545456,0.5289256,0.5165289,0.54545456,0.53305787,0.553719,0.58677685,0.6198347,0.6322314,0.6280992,0.49173555,0.2520661,0.61157024,0.75619835,0.76033056,0.7107438,0.6735537,0.6859504,0.62396693,0.35123968,0.607438,0.19421488,0.5,0.58677685,0.5123967,0.45867768,0.53305787,0.5495868,0.5247934,0.4876033,0.47933885,0.47107437,0.46280992,0.46694216,0.4876033,0.48347107,0.5206612,0.56198347,0.607438,0.6528926,0.6487603,0.6198347,0.61570245,0.59090906,0.61157024,0.5785124,0.5785124,0.3677686,0.5495868,0.677686,0.7231405,0.71487606,0.76033056,0.7644628,0.78099173,0.78099173,0.78512394,0.72727275,0.7644628,0.73140496,0.74380165,0.6942149,0.6694215,0.6322314,0.6198347,0.59917355,0.59917355,0.607438,0.60330576,0.62396693,0.6280992,0.6528926,0.74793386,0.6322314,0.30578512,0.30578512,0.6983471,0.73966944,0.75619835,0.6859504,0.7355372,0.70247936,0.71487606,0.42975205,0.56198347,0.19008264,0.34710744,0.58264464,0.57438016,0.5371901,0.5289256,0.55785125,0.54545456,0.5206612,0.5371901,0.5371901,0.5247934,0.53305787,0.553719,0.55785125,0.59504133,0.61570245,0.6322314,0.6404959,0.6446281,0.6363636,0.59917355,0.6322314,0.6363636,0.58264464,0.5495868,0.47107437,0.5123967,0.75619835,0.6818182,0.7355372,0.7644628,0.7768595,0.7768595,0.78512394,0.79752064,0.74793386,0.7892562,0.7644628,0.76033056,0.73966944,0.71900827,0.7107438,0.677686,0.6446281,0.6322314,0.6404959,0.6363636,0.6942149,0.7066116,0.7355372,0.7933884,0.57024795,0.21900827,0.49586776,0.76033056,0.74380165,0.7644628,0.70247936,0.6983471,0.7066116,0.72727275,0.5785124,0.39256197,0.3264463,0.21900827,0.5371901,0.59917355,0.607438,0.58264464,0.57024795,0.58264464,0.56198347,0.54545456,0.5495868,0.54545456,0.553719,0.5661157,0.59090906,0.59504133,0.6198347,0.6528926,0.6446281,0.6322314,0.661157,0.6404959,0.6528926,0.6404959,0.58264464,0.5289256,0.5661157,0.38842976,0.76033056,0.6818182,0.76033056,0.7644628,0.7768595,0.78099173,0.78099173,0.8140496,0.78099173,0.76859504,0.7644628,0.75206614,0.72727275,0.7107438,0.7107438,0.7107438,0.69008267,0.6652893,0.6694215,0.71487606,0.73966944,0.74380165,0.7933884,0.74793386,0.37190083,0.4876033,0.6694215,0.78099173,0.76859504,0.76033056,0.7231405,0.7107438,0.6942149,0.74380165,0.6446281,0.45454547,0.37603307,0.3264463,0.3429752,0.607438,0.6652893,0.6446281,0.61157024,0.6198347,0.61157024,0.58264464,0.57438016,0.58264464,0.59917355,0.5785124,0.61157024,0.6322314,0.6363636,0.6652893,0.677686,0.6652893,0.6652893,0.661157,0.6528926,0.6487603,0.59917355,0.5247934,0.57024795,0.3181818,0.7107438,0.7066116,0.76033056,0.77272725,0.7768595,0.8016529,0.79752064,0.822314,0.77272725,0.77272725,0.73966944,0.73140496,0.70247936,0.6983471,0.6942149,0.6942149,0.70247936,0.6942149,0.6942149,0.71900827,0.73140496,0.74793386,0.8057851,0.5495868,0.5123967,0.57024795,0.77272725,0.79752064,0.7768595,0.7768595,0.7066116,0.7107438,0.7066116,0.74380165,0.6363636,0.5165289,0.38429752,0.47107437,0.3181818,0.46694216,0.70247936,0.6652893,0.6446281,0.6487603,0.6487603,0.6322314,0.6198347,0.6322314,0.60330576,0.6322314,0.61570245,0.6446281,0.6404959,0.6487603,0.7066116,0.6818182,0.6652893,0.6694215,0.6570248,0.6363636,0.61157024,0.5123967,0.5082645,0.3140496,0.56198347,0.74793386,0.76033056,0.7768595,0.7892562,0.7933884,0.7933884,0.8140496,0.7768595,0.7644628,0.74380165,0.7107438,0.6942149,0.6983471,0.69008267,0.6859504,0.71487606,0.7066116,0.70247936,0.71900827,0.70247936,0.76033056,0.6446281,0.48347107,0.57438016,0.6446281,0.79752064,0.79752064,0.77272725,0.78099173,0.72727275,0.6983471,0.7355372,0.75206614,0.58677685,0.5661157,0.46280992,0.4090909,0.5082645,0.3553719,0.54545456,0.677686,0.6528926,0.6322314,0.6694215,0.6652893,0.6446281,0.6363636,0.607438,0.61157024,0.61570245,0.6404959,0.6280992,0.6363636,0.71487606,0.69008267,0.69008267,0.69008267,0.6859504,0.6280992,0.607438,0.553719,0.43801653,0.3677686,0.38429752,0.74380165,0.74380165,0.78512394,0.80991733,0.7933884,0.8057851,0.8057851,0.7933884,0.76033056,0.74380165,0.6983471,0.7107438,0.6859504,0.677686,0.70247936,0.7231405,0.71487606,0.7107438,0.72727275,0.74793386,0.59504133,0.5082645,0.661157,0.59917355,0.72727275,0.7768595,0.8057851,0.7644628,0.7892562,0.7231405,0.7107438,0.7231405,0.71900827,0.58264464,0.59090906,0.5495868,0.4338843,0.47933885,0.5,0.4338843,0.55785125,0.661157,0.6322314,0.6652893,0.661157,0.6487603,0.6446281,0.6446281,0.6198347,0.6404959,0.607438,0.6446281,0.6446281,0.677686,0.6859504,0.677686,0.6942149,0.69008267,0.6404959,0.6198347,0.5123967,0.44214877,0.47933885,0.55785125,0.48347107,0.71900827,0.78512394,0.8016529,0.7933884,0.822314,0.8140496,0.7933884,0.7768595,0.74380165,0.71900827,0.72727275,0.7231405,0.7231405,0.7355372,0.72727275,0.73140496,0.74380165,0.7231405,0.5247934,0.5,0.7892562,0.6280992,0.62396693,0.76859504,0.78099173,0.8057851,0.76033056,0.80991733,0.7355372,0.7231405,0.71900827,0.71487606,0.60330576,0.60330576,0.59504133,0.47107437,0.43801653,0.5041322,0.57024795,0.4338843,0.49586776,0.6198347,0.6404959,0.6528926,0.6528926,0.6363636,0.6487603,0.6528926,0.6487603,0.6322314,0.6694215,0.6735537,0.6983471,0.7066116,0.71487606,0.6942149,0.69008267,0.6652893,0.5247934,0.3966942,0.56198347,0.49586776,0.7066116,0.4752066,0.56198347,0.7355372,0.8057851,0.8016529,0.8181818,0.8347107,0.822314,0.80991733,0.75619835,0.74793386,0.73966944,0.73140496,0.74380165,0.73966944,0.74380165,0.74793386,0.6735537,0.4752066,0.5495868,0.7107438,0.6735537,0.59917355,0.607438,0.77272725,0.7892562,0.8057851,0.75206614,0.8057851,0.7355372,0.71900827,0.6983471,0.7107438,0.6652893,0.61157024,0.58677685,0.49586776,0.38842976,0.46280992,0.60330576,0.5661157,0.446281,0.44214877,0.5165289,0.6363636,0.6528926,0.6446281,0.6487603,0.6570248,0.661157,0.6859504,0.7107438,0.71900827,0.71900827,0.7066116,0.6942149,0.74380165,0.75619835,0.5247934,0.46694216,0.5785124,0.5495868,0.48347107,0.6859504,0.6487603,0.61570245,0.4876033,0.6363636,0.80991733,0.8305785,0.8347107,0.8347107,0.8016529,0.76859504,0.76859504,0.75619835,0.73140496,0.74793386,0.73140496,0.6652893,0.4876033,0.46280992,0.59504133,0.6404959,0.58677685,0.5785124,0.58677685,0.60330576,0.7768595,0.80991733,0.8016529,0.76859504,0.79752064,0.7355372,0.72727275,0.71487606,0.7107438,0.7066116,0.6322314,0.58264464,0.5247934,0.3966942,0.42975205,0.5495868,0.58677685,0.56198347,0.49586776,0.45041323,0.38429752,0.47107437,0.60330576,0.6528926,0.6570248,0.6694215,0.6818182,0.7107438,0.72727275,0.74793386,0.6280992,0.6694215,0.71900827,0.58677685,0.54545456,0.6363636,0.59090906,0.5123967,0.45454547,0.6735537,0.6446281,0.75619835,0.6983471,0.54545456,0.40495867,0.69008267,0.80991733,0.7892562,0.75206614,0.73966944,0.7231405,0.6570248,0.60330576,0.5082645,0.42975205,0.46280992,0.56198347,0.61570245,0.54545456,0.5247934,0.53305787,0.5661157,0.57024795,0.6983471,0.7768595,0.8057851,0.7768595,0.7644628,0.8016529,0.73966944,0.71900827,0.73140496,0.7107438,0.7066116,0.661157,0.59504133,0.58677685,0.4338843,0.38429752,0.5082645,0.58264464,0.60330576,0.59504133,0.5165289,0.47933885,0.45867768,0.3429752,0.38429752,0.47107437,0.5082645,0.5289256,0.5165289,0.53305787,0.54545456,0.47933885,0.57024795,0.6652893,0.6859504,0.6363636,0.61157024,0.56198347,0.5082645,0.4090909,0.41735536,0.677686,0.74793386,0.7644628,0.7933884,0.7644628,0.58264464,0.7066116,0.7355372,0.6652893,0.607438,0.5661157,0.54545456,0.553719,0.57024795,0.59917355,0.58677685,0.56198347,0.5495868,0.49173555,0.553719,0.60330576,0.57024795,0.6983471,0.78099173,0.77272725,0.80991733,0.76859504,0.8057851,0.8305785,0.72727275,0.6983471,0.7231405,0.73140496,0.6983471,0.69008267,0.61570245,0.61570245,0.5371901,0.38842976,0.49586776,0.59090906,0.62396693,0.62396693,0.61570245,0.553719,0.5,0.5247934,0.49586776,0.49586776,0.46280992,0.48347107,0.5165289,0.57438016,0.6280992,0.6570248,0.6735537,0.661157,0.6446281,0.6198347,0.59090906,0.54545456,0.5123967,0.27272728,0.2892562,0.677686,0.73140496,0.73966944,0.77272725,0.8016529,0.80991733,0.8057851,0.77272725,0.73140496,0.6942149,0.6487603,0.607438,0.58677685,0.57438016,0.5785124,0.5785124,0.59090906,0.59917355,0.57438016,0.61570245,0.6322314,0.6735537,0.7892562,0.74380165,0.7768595,0.8429752,0.7768595,0.838843,0.8471074,0.75206614,0.6694215,0.71900827,0.7644628,0.75619835,0.7066116,0.6363636,0.58264464,0.6404959,0.48347107,0.53305787,0.607438,0.62396693,0.6446281,0.6404959,0.6487603,0.62396693,0.59917355,0.57024795,0.55785125,0.5289256,0.53305787,0.54545456,0.55785125,0.58264464,0.60330576,0.61570245,0.6198347,0.61570245,0.60330576,0.57024795,0.5371901,0.5041322,0.20247933,0.2644628,0.6363636,0.7231405,0.7355372,0.75206614,0.76859504,0.77272725,0.73140496,0.76033056,0.7231405,0.69008267,0.6404959,0.6404959,0.6528926,0.6487603,0.6446281,0.6404959,0.60330576,0.55785125,0.60330576,0.6446281,0.6694215,0.75206614,0.79752064,0.71900827,0.7933884,0.8719008,0.7768595,0.7892562,0.76859504,0.70247936,0.7107438,0.7066116,0.76033056,0.78512394,0.6942149,0.61157024,0.53305787,0.6570248,0.60330576,0.57024795,0.6198347,0.6363636,0.6198347,0.6198347,0.6363636,0.6528926,0.661157,0.677686,0.6694215,0.6446281,0.61157024,0.59504133,0.57438016,0.57438016,0.57024795,0.5785124,0.59090906,0.60330576,0.58677685,0.54545456,0.5371901,0.47933885,0.18595041,0.2603306,0.6280992,0.7066116,0.74380165,0.7355372,0.7644628,0.76859504,0.76859504,0.78099173,0.7768595,0.76033056,0.75206614,0.7231405,0.6983471,0.6859504,0.6322314,0.59504133,0.56198347,0.5413223,0.607438,0.6859504,0.6818182,0.74793386,0.7768595,0.6818182,0.7355372,0.7644628,0.7355372,0.6942149,0.6694215,0.6570248,0.677686,0.6528926,0.6652893,0.6528926,0.57438016,0.5247934,0.47933885,0.61570245,0.59504133,0.5495868,0.6322314,0.62396693,0.59090906,0.58264464,0.60330576,0.6280992,0.6404959,0.661157,0.69008267,0.6735537,0.6735537,0.661157,0.6487603,0.6280992,0.6280992,0.58264464,0.58677685,0.5785124,0.5661157,0.553719,0.5123967,0.46694216,0.17768595,0.2644628,0.6198347,0.70247936,0.73140496,0.76859504,0.77272725,0.78099173,0.78512394,0.7892562,0.76859504,0.7644628,0.7355372,0.6942149,0.6694215,0.6446281,0.58677685,0.5495868,0.5371901,0.5785124,0.6570248,0.73140496,0.7231405,0.6652893,0.6570248,0.6198347,0.58264464,0.55785125,0.6322314,0.6404959,0.59090906,0.57024795,0.59090906,0.56198347,0.5041322,0.46694216,0.45454547,0.44214877,0.4752066,0.5123967,0.49173555,0.43801653,0.607438,0.6404959,0.607438,0.54545456,0.56198347,0.5785124,0.61157024,0.62396693,0.6694215,0.6528926,0.6570248,0.6528926,0.6446281,0.62396693,0.6446281,0.59917355,0.59504133,0.56198347,0.56198347,0.5289256,0.48347107,0.48347107,0.17768595,0.24380165,0.61157024,0.6942149,0.71487606,0.7644628,0.76859504,0.75206614,0.75206614,0.76033056,0.76033056,0.7355372,0.7066116,0.677686,0.6363636,0.60330576,0.55785125,0.54545456,0.57438016,0.6322314,0.7066116,0.74793386,0.76033056,0.69008267,0.5082645,0.45867768,0.5082645,0.5289256,0.5247934,0.5206612,0.48347107,0.43801653,0.45041323,0.41322315,0.40495867,0.38016528,0.30578512,0.23553719,0.27272728,0.41322315,0.4090909,0.3966942,0.61157024,0.677686,0.607438,0.56198347,0.5413223,0.5495868,0.59090906,0.60330576,0.60330576,0.6322314,0.6280992,0.61157024,0.60330576,0.607438,0.6198347,0.58264464,0.55785125,0.553719,0.5495868,0.49173555,0.4876033,0.4876033,0.14876033,0.20247933,0.607438,0.70247936,0.6942149,0.76859504,0.75206614,0.71487606,0.71900827,0.7355372,0.74793386,0.72727275,0.70247936,0.6652893,0.6198347,0.58264464,0.5661157,0.58677685,0.6280992,0.6735537,0.72727275,0.74793386,0.7644628,0.78099173,0.6942149,0.5413223,0.56198347,0.55785125,0.5,0.46694216,0.3677686,0.30165288,0.32231405,0.3264463,0.3966942,0.37603307,0.36363637,0.3553719,0.35950413,0.42561984,0.4090909,0.446281,0.61570245,0.6859504,0.6198347,0.59917355,0.57024795,0.5495868,0.57024795,0.607438,0.60330576,0.6404959,0.6198347,0.59090906,0.57438016,0.5661157,0.5785124,0.55785125,0.53305787,0.5371901,0.5247934,0.47933885,0.5165289,0.44214877,0.10743801,0.18181819,0.58677685,0.7107438,0.70247936,0.74380165,0.74793386,0.6983471,0.6983471,0.7355372,0.75619835,0.73140496,0.71900827,0.6818182,0.6322314,0.59917355,0.59090906,0.607438,0.6528926,0.6942149,0.72727275,0.75206614,0.76033056,0.75619835,0.75206614,0.6652893,0.58264464,0.5371901,0.446281,0.41735536,0.35123968,0.24380165,0.23553719,0.26859504,0.338843,0.38016528,0.446281,0.4752066,0.45867768,0.45454547,0.42561984,0.47933885,0.6198347,0.6818182,0.661157,0.607438,0.58677685,0.55785125,0.5661157,0.59917355,0.61157024,0.6322314,0.6404959,0.59917355,0.5661157,0.5495868,0.53305787,0.53305787,0.5247934,0.5247934,0.49173555,0.4752066,0.5371901,0.36363637,0.09504132,0.11570248,0.53305787,0.7107438,0.7066116,0.74380165,0.73966944,0.69008267,0.6859504,0.74380165,0.77272725,0.74380165,0.71487606,0.6446281,0.6322314,0.61570245,0.5785124,0.61570245,0.6652893,0.69008267,0.73966944,0.75619835,0.73966944,0.73966944,0.75206614,0.6983471,0.62396693,0.5165289,0.42975205,0.3677686,0.26859504,0.2107438,0.16115703,0.17768595,0.27272728,0.2892562,0.4338843,0.42975205,0.46280992,0.46280992,0.43801653,0.5289256,0.6446281,0.6652893,0.6528926,0.62396693,0.59090906,0.553719,0.55785125,0.5785124,0.607438,0.61157024,0.6570248,0.6363636,0.607438,0.56198347,0.5165289,0.5041322,0.5082645,0.5123967,0.48347107,0.47933885,0.5413223,0.27272728,0.10743801,0.09917355,0.46694216,0.71900827,0.6942149,0.73966944,0.7355372,0.6487603,0.7066116,0.75619835,0.76859504,0.7355372,0.7066116,0.6487603,0.6363636,0.57024795,0.5661157,0.6363636,0.6735537,0.7231405,0.74380165,0.74793386,0.7355372,0.75206614,0.7066116,0.6694215,0.6363636,0.55785125,0.4338843,0.3140496,0.24793388,0.19421488,0.18595041,0.16115703,0.21900827,0.28512397,0.40082645,0.3966942,0.43801653,0.45867768,0.46694216,0.54545456,0.661157,0.6652893,0.6446281,0.6198347,0.58677685,0.5413223,0.55785125,0.57024795,0.59090906,0.59504133,0.61157024,0.6280992,0.62396693,0.56198347,0.5,0.5123967,0.5165289,0.5082645,0.46280992,0.4876033,0.5206612,0.20661157,0.11157025,0.12809917,0.29338843,0.74793386,0.6818182,0.72727275,0.73966944,0.6487603,0.677686,0.76033056,0.7644628,0.75206614,0.6983471,0.6652893,0.607438,0.58677685,0.62396693,0.6404959,0.6735537,0.74380165,0.72727275,0.72727275,0.6859504,0.73140496,0.6818182,0.6528926,0.6404959,0.6198347,0.5371901,0.35950413,0.20661157,0.18181819,0.20247933,0.1983471,0.21900827,0.30165288,0.3305785,0.41322315,0.38016528,0.45867768,0.5,0.56198347,0.6363636,0.6363636,0.6322314,0.62396693,0.59504133,0.56198347,0.5206612,0.5413223,0.5661157,0.55785125,0.5661157,0.59917355,0.62396693,0.55785125,0.5123967,0.553719,0.54545456,0.5,0.46694216,0.49586776,0.47107437,0.1694215,0.12396694,0.18595041,0.10743801,0.72727275,0.6942149,0.7231405,0.7231405,0.6859504,0.70247936,0.75619835,0.76033056,0.73966944,0.677686,0.6942149,0.61570245,0.6487603,0.62396693,0.59917355,0.6280992,0.7107438,0.6983471,0.70247936,0.6487603,0.69008267,0.7107438,0.6363636,0.6404959,0.6198347,0.59917355,0.4876033,0.32231405,0.16528925,0.20661157,0.24793388,0.24793388,0.30578512,0.35950413,0.40495867,0.4214876,0.45041323,0.5,0.5661157,0.61157024,0.58677685,0.59917355,0.6198347,0.58677685,0.60330576,0.55785125,0.5289256,0.53305787,0.5371901,0.5495868,0.58264464,0.61157024,0.5495868,0.49173555,0.553719,0.5371901,0.47107437,0.48347107,0.49173555,0.39256197,0.14049587,0.1322314,0.21487603,0.07024793,0.62396693,0.69008267,0.71487606,0.73140496,0.6818182,0.7231405,0.73966944,0.73966944,0.73140496,0.6859504,0.677686,0.59504133,0.6322314,0.5413223,0.5206612,0.57438016,0.661157,0.6487603,0.661157,0.6570248,0.6983471,0.7231405,0.7107438,0.6735537,0.6818182,0.6694215,0.5785124,0.4752066,0.3305785,0.28099173,0.338843,0.37603307,0.37603307,0.4338843,0.46694216,0.47107437,0.49173555,0.5041322,0.5371901,0.54545456,0.57024795,0.553719,0.55785125,0.5495868,0.553719,0.55785125,0.55785125,0.5247934,0.5247934,0.54545456,0.57024795,0.59090906,0.5247934,0.49173555,0.553719,0.5247934,0.45867768,0.49173555,0.47933885,0.3181818,0.10330579,0.13636364,0.2107438,0.12396694,0.36363637,0.6652893,0.6818182,0.7107438,0.6859504,0.7231405,0.7355372,0.74380165,0.73966944,0.6694215,0.6280992,0.58264464,0.5371901,0.49586776,0.4752066,0.5371901,0.61570245,0.6570248,0.7231405,0.75619835,0.75206614,0.71487606,0.70247936,0.6487603,0.6446281,0.677686,0.61570245,0.58264464,0.53305787,0.5041322,0.5371901,0.5495868,0.5247934,0.5495868,0.5785124,0.5495868,0.57438016,0.54545456,0.5371901,0.5082645,0.553719,0.5082645,0.48347107,0.46280992,0.47933885,0.47933885,0.5206612,0.5371901,0.53305787,0.5495868,0.57438016,0.57024795,0.5082645,0.5165289,0.5661157,0.49173555,0.45867768,0.46280992,0.45454547,0.19421488,0.10743801,0.14049587,0.1983471,0.19421488,0.17355372,0.61157024,0.6735537,0.69008267,0.6942149,0.7107438,0.7231405,0.75206614,0.7355372,0.6404959,0.57024795,0.5371901,0.42561984,0.39256197,0.30578512,0.35950413,0.58264464,0.6652893,0.71487606,0.6652893,0.607438,0.5495868,0.5247934,0.5041322,0.46280992,0.5206612,0.553719,0.59917355,0.61570245,0.59917355,0.5785124,0.49173555,0.43801653,0.47107437,0.5165289,0.5247934,0.58677685,0.59917355,0.60330576,0.54545456,0.49586776,0.446281,0.35950413,0.35950413,0.38016528,0.3966942,0.46694216,0.5165289,0.5371901,0.5661157,0.57024795,0.5371901,0.5082645,0.5289256,0.5413223,0.46694216,0.45867768,0.48347107,0.3677686,0.09090909,0.13636364,0.13636364,0.20661157,0.21487603,0.10330579,0.45454547,0.6487603,0.6859504,0.6859504,0.6983471,0.71487606,0.7231405,0.71900827,0.6322314,0.5371901,0.49173555,0.45454547,0.45454547,0.36363637,0.20247933,0.23966943,0.35950413,0.3677686,0.38429752,0.3553719,0.40082645,0.38016528,0.3677686,0.39256197,0.38429752,0.37190083,0.45041323,0.48347107,0.446281,0.36363637,0.30165288,0.30165288,0.30578512,0.30991736,0.30578512,0.35950413,0.39256197,0.45867768,0.45041323,0.42975205,0.37190083,0.1694215,0.22727273,0.29752067,0.37190083,0.446281,0.49586776,0.5413223,0.58677685,0.57024795,0.5206612,0.5,0.53305787,0.5165289,0.42975205,0.45041323,0.446281,0.1694215,0.10743801,0.13636364,0.14049587,0.20661157,0.2107438,0.14876033,0.2231405,0.61157024,0.661157,0.677686,0.677686,0.7107438,0.7066116,0.7107438,0.6322314,0.5371901,0.48347107,0.5206612,0.5413223,0.553719,0.57438016,0.4214876,0.2231405,0.11157025,0.2603306,0.26859504,0.5,0.37603307,0.23553719,0.38429752,0.32231405,0.2603306,0.26859504,0.24793388,0.22727273,0.22727273,0.21900827,0.24380165,0.21487603,0.19008264,0.2231405,0.2107438,0.16528925,0.23140496,0.20661157,0.18595041,0.18595041,0.17768595,0.29752067,0.45041323,0.45041323,0.446281,0.5082645,0.55785125,0.57024795,0.5661157,0.5082645,0.4752066,0.5247934,0.49586776,0.4090909,0.45041323,0.29752067,0.11983471,0.12809917,0.1322314,0.1322314,0.21900827,0.2107438,0.19421488,0.13636364,0.45867768,0.6198347,0.6487603,0.6528926,0.6818182,0.69008267,0.6983471,0.607438,0.5206612,0.4876033,0.5371901,0.5661157,0.62396693,0.6735537,0.6446281,0.4752066,0.3140496,0.29338843,0.15289256,0.53305787,0.49586776,0.3677686,0.54545456,0.4752066,0.3553719,0.30578512,0.24793388,0.23553719,0.2603306,0.2603306,0.28099173,0.2231405,0.2231405,0.3140496,0.20661157,0.10743801,0.20247933,0.11983471,0.14876033,0.33471075,0.5371901,0.5661157,0.553719,0.49586776,0.45041323,0.5041322,0.55785125,0.553719,0.5495868,0.4876033,0.47107437,0.48347107,0.446281,0.41735536,0.40082645,0.18181819,0.10743801,0.14049587,0.1322314,0.1322314,0.21487603,0.20661157,0.21900827,0.1446281,0.23140496,0.59504133,0.61157024,0.6404959,0.6404959,0.661157,0.661157,0.57438016,0.5041322,0.49586776,0.57438016,0.6280992,0.661157,0.69008267,0.6983471,0.6280992,0.5247934,0.4876033,0.38429752,0.27272728,0.36363637,0.3264463,0.5,0.5041322,0.4214876,0.37190083,0.30578512,0.30578512,0.3181818,0.35123968,0.37190083,0.27272728,0.30991736,0.29752067,0.1983471,0.18595041,0.2892562,0.28099173,0.40082645,0.55785125,0.6198347,0.61570245,0.57024795,0.5041322,0.4876033,0.5041322,0.56198347,0.5371901,0.5413223,0.46694216,0.45867768,0.46694216,0.41322315,0.40495867,0.26859504,0.11983471,0.12809917,0.12809917,0.15289256,0.11570248,0.21900827,0.18595041,0.1983471,0.19008264,0.11570248,0.47107437,0.5785124,0.607438,0.6404959,0.6446281,0.6198347,0.58677685,0.49173555,0.5206612,0.58677685,0.6528926,0.6528926,0.6818182,0.7066116,0.71487606,0.61570245,0.553719,0.54545456,0.4876033,0.40082645,0.3264463,0.43801653,0.44214877,0.34710744,0.5,0.38842976,0.26859504,0.3181818,0.37190083,0.3181818,0.33471075,0.36363637,0.3305785,0.3553719,0.43801653,0.45867768,0.49173555,0.53305787,0.57438016,0.58264464,0.60330576,0.5785124,0.5165289,0.5082645,0.5082645,0.5371901,0.53305787,0.48347107,0.446281,0.44214877,0.42561984,0.4090909,0.33471075,0.14049587,0.12396694,0.14049587,0.12809917,0.13636364,0.14049587,0.2107438,0.20247933,0.1983471,0.19008264,0.12809917,0.40495867,0.54545456,0.5413223,0.59917355,0.62396693,0.61157024,0.5661157,0.5289256,0.553719,0.59917355,0.661157,0.6528926,0.6859504,0.70247936,0.72727275,0.677686,0.5785124,0.57438016,0.5785124,0.5661157,0.5082645,0.49586776,0.48347107,0.47933885,0.5041322,0.49586776,0.43801653,0.47107437,0.4752066,0.43801653,0.45867768,0.49586776,0.49586776,0.5,0.5206612,0.47933885,0.5165289,0.5371901,0.5785124,0.58264464,0.59090906,0.5785124,0.5082645,0.5206612,0.5041322,0.5041322,0.5082645,0.44214877,0.4338843,0.41322315,0.40082645,0.37603307,0.17355372,0.11570248,0.13636364,0.1322314,0.13636364,0.14049587,0.12809917,0.21487603,0.20247933,0.19008264,0.19008264,0.1322314,0.4090909,0.5289256,0.49173555,0.56198347,0.59090906,0.59090906,0.57438016,0.57024795,0.57024795,0.59504133,0.6363636,0.6363636,0.6694215,0.6859504,0.6942149,0.6859504,0.6404959,0.59090906,0.57438016,0.59504133,0.59504133,0.57438016,0.57024795,0.54545456,0.5371901,0.5165289,0.5289256,0.56198347,0.5371901,0.5289256,0.47107437,0.5413223,0.5082645,0.5,0.4876033,0.4876033,0.5123967,0.54545456,0.5785124,0.58264464,0.57438016,0.5661157,0.5123967,0.5,0.49586776,0.49173555,0.48347107,0.42975205,0.4090909,0.38842976,0.38016528,0.25619835,0.11570248,0.12396694,0.1322314,0.12396694,0.1322314,0.14049587,0.1322314,0.21487603,0.20247933,0.19421488,0.1983471,0.15289256,0.41735536,0.58677685,0.49173555,0.5247934,0.56198347,0.58677685,0.57438016,0.57024795,0.553719,0.61157024,0.61570245,0.6404959,0.6735537,0.6694215,0.661157,0.6735537,0.6487603,0.6198347,0.57438016,0.5247934,0.5289256,0.5371901,0.5371901,0.5289256,0.53305787,0.49173555,0.5165289,0.5247934,0.5123967,0.49173555,0.446281,0.43801653,0.47107437,0.47107437,0.47107437,0.47107437,0.5165289,0.56198347,0.5785124,0.5661157,0.55785125,0.553719,0.56198347,0.47933885,0.5082645,0.47107437,0.46280992,0.40082645,0.37603307,0.38429752,0.32231405,0.1446281,0.12396694,0.12396694,0.12809917,0.1322314,0.1322314,0.1322314,0.12809917,0.21487603,0.21487603,0.19421488,0.20247933,0.15289256,0.36363637,0.6487603,0.5082645,0.4876033,0.5082645,0.5785124,0.5785124,0.55785125,0.5413223,0.60330576,0.59917355,0.61570245,0.6528926,0.6446281,0.6363636,0.6570248,0.62396693,0.59917355,0.60330576,0.5371901,0.5041322,0.49586776,0.49173555,0.47107437,0.45867768,0.45867768,0.46280992,0.446281,0.4338843,0.39256197,0.4090909,0.42561984,0.4338843,0.4338843,0.42975205,0.49173555,0.5289256,0.58264464,0.57024795,0.553719,0.553719,0.5495868,0.5082645,0.5041322,0.5082645,0.4752066,0.44214877,0.38016528,0.34710744,0.37603307,0.19421488,0.11983471,0.11983471,0.13636364,0.13636364,0.12809917,0.12809917,0.12809917,0.12396694,0.21900827,0.21900827,0.20247933,0.2107438,0.17768595,0.33471075,0.6735537,0.59917355,0.45041323,0.5041322,0.553719,0.57438016,0.5661157,0.553719,0.59917355,0.62396693,0.6198347,0.6280992,0.61157024,0.6363636,0.6487603,0.607438,0.57024795,0.553719,0.49586776,0.46280992,0.4214876,0.40495867,0.38842976,0.39256197,0.42975205,0.40082645,0.40082645,0.37190083,0.37603307,0.35950413,0.36363637,0.37603307,0.3966942,0.446281,0.5123967,0.53305787,0.553719,0.5371901,0.53305787,0.5495868,0.5289256,0.48347107,0.49173555,0.5,0.46694216,0.40495867,0.35950413,0.3677686,0.24380165,0.11983471,0.12396694,0.12809917,0.12809917,0.12809917,0.12809917,0.12396694,0.12396694,0.12809917,0.21900827,0.2231405,0.2107438,0.23140496,0.18595041,0.33471075,0.677686,0.6528926,0.5,0.49173555,0.5247934,0.5495868,0.58677685,0.5785124,0.60330576,0.61157024,0.6198347,0.6198347,0.59917355,0.61570245,0.6198347,0.58264464,0.5661157,0.53305787,0.47107437,0.40082645,0.338843,0.2603306,0.21900827,0.22727273,0.22727273,0.2107438,0.21487603,0.22727273,0.25619835,0.29338843,0.35950413,0.4090909,0.42975205,0.47107437,0.5165289,0.5165289,0.5206612,0.5082645,0.553719,0.55785125,0.5123967,0.4752066,0.46694216,0.47107437,0.446281,0.37190083,0.3264463,0.30991736,0.10743801,0.12809917,0.13636364,0.12809917,0.12809917,0.1322314,0.11570248,0.12396694,0.12396694,0.12396694,0.21900827,0.21487603,0.2107438,0.22727273,0.19421488,0.35123968,0.6942149,0.6487603,0.6404959,0.4338843,0.43801653,0.5247934,0.5785124,0.57438016,0.5785124,0.57024795,0.59917355,0.61157024,0.57024795,0.58264464,0.59090906,0.5661157,0.57024795,0.5413223,0.49173555,0.41735536,0.35950413,0.34710744,0.338843,0.30991736,0.26859504,0.24380165,0.2768595,0.3140496,0.34710744,0.38016528,0.41322315,0.45454547,0.4876033,0.4876033,0.5082645,0.5123967,0.5082645,0.54545456,0.5661157,0.54545456,0.49173555,0.46694216,0.45041323,0.45454547,0.40495867,0.34710744,0.2892562,0.14876033,0.12396694,0.11570248,0.13636364,0.13636364,0.1322314,0.11157025,0.12396694,0.12809917,0.12809917,0.11983471,0.22727273,0.21900827,0.21487603,0.23140496,0.16115703,0.3677686,0.7066116,0.661157,0.6694215,0.56198347,0.38842976,0.46280992,0.5495868,0.55785125,0.56198347,0.57438016,0.61157024,0.6322314,0.59504133,0.57438016,0.58677685,0.58677685,0.58677685,0.56198347,0.5371901,0.5041322,0.46280992,0.42975205,0.42561984,0.41322315,0.40082645,0.40082645,0.39256197,0.42561984,0.42975205,0.46280992,0.46694216,0.47107437,0.49586776,0.47107437,0.49586776,0.5082645,0.5247934,0.5413223,0.5495868,0.5371901,0.46694216,0.45041323,0.446281,0.42975205,0.34710744,0.3305785,0.15289256,0.07024793,0.09504132,0.09917355,0.11157025,0.12396694,0.13636364,0.1322314,0.14049587,0.12809917,0.12396694,0.12809917,0.2231405,0.21900827,0.22727273,0.2107438,0.1446281,0.3966942,0.70247936,0.6818182,0.661157,0.6652893,0.5041322,0.37603307,0.5206612,0.5495868,0.5495868,0.58264464,0.58677685,0.61157024,0.61570245,0.58677685,0.58677685,0.60330576,0.607438,0.60330576,0.5785124,0.5785124,0.553719,0.5165289,0.49173555,0.49586776,0.47933885,0.4876033,0.4752066,0.49586776,0.49173555,0.5123967,0.5082645,0.5123967,0.5165289,0.5123967,0.5123967,0.5123967,0.53305787,0.5371901,0.5247934,0.5,0.43801653,0.42975205,0.42561984,0.3553719,0.338843,0.35950413,0.049586777,0.0661157,0.07024793,0.07024793,0.07024793,0.09917355,0.08264463,0.10743801,0.1322314,0.16528925,0.1322314,0.1322314,0.21487603,0.22727273,0.2107438,0.2231405,0.1322314,0.47107437,0.6983471,0.6859504,0.69008267,0.6528926,0.6570248,0.3966942,0.40495867,0.5247934,0.5661157,0.59504133,0.56198347,0.59504133,0.61157024,0.6198347,0.61570245,0.6280992,0.6322314,0.61570245,0.61157024,0.60330576,0.59917355,0.58677685,0.56198347,0.5785124,0.54545456,0.54545456,0.5371901,0.5206612,0.5371901,0.57024795,0.5413223,0.5495868,0.5413223,0.53305787,0.5413223,0.53305787,0.54545456,0.54545456,0.5,0.45867768,0.42975205,0.4090909,0.3677686,0.29338843,0.42975205,0.30991736,0.03305785,0.0661157,0.0785124,0.0661157,0.0785124,0.07438017,0.0785124,0.08677686,0.12396694,0.1570248,0.16528925,0.16528925,0.20247933,0.22727273,0.2231405,0.23553719,0.14876033,0.5371901,0.6818182,0.6818182,0.7066116,0.677686,0.6818182,0.6280992,0.3553719,0.45867768,0.5413223,0.57024795,0.55785125,0.59917355,0.6198347,0.6322314,0.61157024,0.6363636,0.6487603,0.6446281,0.6363636,0.6280992,0.61570245,0.61157024,0.607438,0.59090906,0.55785125,0.54545456,0.553719,0.54545456,0.553719,0.57024795,0.55785125,0.55785125,0.5661157,0.56198347,0.5413223,0.58677685,0.57024795,0.54545456,0.49173555,0.46694216,0.41322315,0.36363637,0.30991736,0.35950413,0.49173555,0.32231405,0.02892562,0.049586777,0.0661157,0.07438017,0.07438017,0.0785124,0.07438017,0.08677686,0.11157025,0.14876033,0.15289256,0.20661157,26 +0.38842976,0.46280992,0.553719,0.70247936,0.76033056,0.76859504,0.76859504,0.7768595,0.7933884,0.79752064,0.79752064,0.7933884,0.7768595,0.78099173,0.7644628,0.78099173,0.7892562,0.79752064,0.79752064,0.79752064,0.8057851,0.7892562,0.8016529,0.8057851,0.7768595,0.78512394,0.76033056,0.76033056,0.75619835,0.74380165,0.74380165,0.7355372,0.73140496,0.73966944,0.7644628,0.76859504,0.7644628,0.76033056,0.76033056,0.76033056,0.75206614,0.74793386,0.75619835,0.75619835,0.74793386,0.74380165,0.73966944,0.73966944,0.7355372,0.73140496,0.7107438,0.72727275,0.7231405,0.71900827,0.7355372,0.6942149,0.7107438,0.6652893,0.6322314,0.60330576,0.60330576,0.5247934,0.36363637,0.2520661,0.40082645,0.49173555,0.59090906,0.71487606,0.77272725,0.75619835,0.7892562,0.8016529,0.8057851,0.7768595,0.78512394,0.78099173,0.77272725,0.78099173,0.7768595,0.78512394,0.8016529,0.79752064,0.8016529,0.8057851,0.8057851,0.8016529,0.8057851,0.8057851,0.7892562,0.79752064,0.77272725,0.77272725,0.76033056,0.75619835,0.74380165,0.74380165,0.75206614,0.75619835,0.75619835,0.76859504,0.76859504,0.76859504,0.7644628,0.77272725,0.75619835,0.74380165,0.7644628,0.77272725,0.75619835,0.75206614,0.75206614,0.74380165,0.74380165,0.7355372,0.72727275,0.72727275,0.71487606,0.71900827,0.72727275,0.75206614,0.72727275,0.6859504,0.6652893,0.58264464,0.59504133,0.54545456,0.40082645,0.2644628,0.39256197,0.48347107,0.60330576,0.72727275,0.76033056,0.77272725,0.8057851,0.8016529,0.7933884,0.78512394,0.78512394,0.7644628,0.7768595,0.78099173,0.7892562,0.7933884,0.8016529,0.8140496,0.80991733,0.8140496,0.8140496,0.8181818,0.822314,0.8181818,0.8016529,0.8181818,0.79752064,0.76859504,0.7644628,0.7768595,0.74793386,0.75619835,0.76033056,0.75619835,0.7644628,0.7644628,0.76859504,0.76859504,0.75206614,0.76859504,0.77272725,0.74793386,0.7644628,0.77272725,0.76033056,0.76033056,0.77272725,0.75206614,0.7355372,0.73966944,0.73966944,0.7355372,0.71900827,0.71487606,0.72727275,0.73966944,0.7355372,0.6859504,0.661157,0.607438,0.607438,0.55785125,0.4090909,0.28512397,0.40495867,0.4876033,0.6363636,0.73966944,0.75206614,0.77272725,0.80991733,0.8057851,0.79752064,0.7892562,0.7768595,0.77272725,0.76859504,0.77272725,0.7892562,0.7933884,0.8057851,0.80991733,0.8057851,0.8181818,0.8181818,0.822314,0.8264463,0.822314,0.8181818,0.838843,0.8305785,0.8140496,0.7892562,0.7933884,0.7644628,0.78099173,0.77272725,0.7644628,0.75619835,0.7892562,0.8057851,0.78099173,0.7644628,0.78512394,0.77272725,0.75619835,0.77272725,0.7768595,0.76859504,0.78099173,0.77272725,0.7768595,0.74380165,0.75206614,0.74380165,0.73966944,0.7107438,0.7231405,0.71900827,0.7231405,0.71487606,0.69008267,0.6363636,0.62396693,0.61157024,0.57024795,0.4214876,0.28099173,0.37603307,0.47107437,0.70247936,0.76033056,0.75206614,0.78099173,0.8140496,0.80991733,0.8057851,0.79752064,0.78512394,0.7768595,0.7892562,0.78099173,0.76859504,0.8016529,0.8016529,0.8057851,0.8181818,0.8181818,0.8305785,0.822314,0.8264463,0.8140496,0.8264463,0.8347107,0.8429752,0.838843,0.8347107,0.8181818,0.8016529,0.78512394,0.7768595,0.78099173,0.78512394,0.8016529,0.8016529,0.7892562,0.76859504,0.7892562,0.78099173,0.7644628,0.78099173,0.77272725,0.76859504,0.78099173,0.76859504,0.76859504,0.76033056,0.74793386,0.73966944,0.7355372,0.7107438,0.70247936,0.71487606,0.7107438,0.7107438,0.6694215,0.6198347,0.61570245,0.607438,0.5661157,0.47107437,0.2768595,0.34710744,0.57438016,0.76033056,0.75619835,0.75619835,0.77272725,0.80991733,0.80991733,0.80991733,0.8016529,0.78512394,0.78512394,0.78512394,0.78099173,0.7644628,0.78099173,0.77272725,0.7892562,0.80991733,0.822314,0.8181818,0.80991733,0.8140496,0.8181818,0.8264463,0.822314,0.8347107,0.8429752,0.8471074,0.8347107,0.8347107,0.8140496,0.78099173,0.8016529,0.8057851,0.8140496,0.822314,0.7892562,0.77272725,0.76859504,0.78099173,0.7644628,0.76859504,0.76859504,0.75619835,0.77272725,0.76033056,0.76033056,0.75206614,0.75206614,0.74793386,0.74380165,0.72727275,0.6983471,0.71487606,0.7107438,0.6983471,0.6528926,0.62396693,0.5785124,0.58264464,0.5661157,0.5165289,0.29752067,0.35950413,0.6694215,0.73966944,0.75619835,0.76033056,0.77272725,0.7933884,0.80991733,0.79752064,0.7933884,0.77272725,0.7644628,0.75206614,0.75206614,0.74793386,0.73140496,0.75206614,0.74793386,0.7644628,0.78512394,0.79752064,0.7892562,0.7933884,0.7933884,0.8057851,0.80991733,0.80991733,0.8181818,0.8471074,0.8057851,0.822314,0.8347107,0.8016529,0.79752064,0.8057851,0.7933884,0.8140496,0.78512394,0.75619835,0.76033056,0.74380165,0.75619835,0.75619835,0.75619835,0.74793386,0.7644628,0.73966944,0.73140496,0.72727275,0.73140496,0.73966944,0.73966944,0.71900827,0.6983471,0.71900827,0.72727275,0.7107438,0.6570248,0.607438,0.57024795,0.57438016,0.553719,0.5247934,0.33471075,0.3966942,0.70247936,0.76859504,0.73140496,0.74380165,0.76033056,0.78099173,0.8016529,0.7892562,0.74793386,0.69008267,0.6570248,0.6404959,0.6528926,0.6446281,0.6487603,0.6280992,0.6198347,0.6487603,0.6652893,0.70247936,0.71487606,0.73140496,0.75206614,0.77272725,0.78099173,0.78099173,0.78512394,0.78512394,0.77272725,0.8057851,0.8181818,0.7892562,0.7768595,0.77272725,0.75619835,0.76859504,0.75206614,0.74380165,0.73966944,0.72727275,0.71487606,0.73140496,0.7355372,0.71900827,0.7355372,0.7066116,0.6983471,0.7066116,0.71487606,0.7066116,0.6942149,0.6652893,0.6280992,0.661157,0.71900827,0.7107438,0.677686,0.58677685,0.553719,0.57438016,0.553719,0.5495868,0.36363637,0.38016528,0.7231405,0.76859504,0.72727275,0.72727275,0.73140496,0.7644628,0.76033056,0.7231405,0.6735537,0.607438,0.59504133,0.56198347,0.5785124,0.553719,0.5785124,0.5206612,0.5041322,0.5495868,0.5371901,0.55785125,0.57024795,0.6198347,0.6942149,0.71487606,0.75206614,0.7644628,0.75619835,0.75206614,0.75206614,0.76859504,0.78099173,0.76033056,0.73966944,0.74793386,0.7355372,0.7231405,0.7231405,0.71900827,0.7066116,0.6818182,0.6487603,0.6446281,0.60330576,0.59090906,0.57438016,0.56198347,0.55785125,0.59090906,0.6280992,0.61157024,0.62396693,0.59917355,0.553719,0.56198347,0.5785124,0.6570248,0.6818182,0.58677685,0.5371901,0.55785125,0.5413223,0.553719,0.38842976,0.36363637,0.75206614,0.7644628,0.7355372,0.6942149,0.677686,0.6859504,0.6363636,0.6322314,0.553719,0.5247934,0.5123967,0.5123967,0.5289256,0.4876033,0.46694216,0.3966942,0.42561984,0.446281,0.4752066,0.49173555,0.5413223,0.59504133,0.6446281,0.6818182,0.72727275,0.74793386,0.7355372,0.7355372,0.7231405,0.7355372,0.73966944,0.7231405,0.7107438,0.71900827,0.7107438,0.6942149,0.69008267,0.6818182,0.6694215,0.6322314,0.57438016,0.5165289,0.45867768,0.4214876,0.41322315,0.4090909,0.3966942,0.44214877,0.47933885,0.5,0.5371901,0.5206612,0.5041322,0.5123967,0.49173555,0.5247934,0.553719,0.59504133,0.5206612,0.53305787,0.5247934,0.553719,0.4090909,0.45041323,0.76033056,0.74793386,0.73140496,0.661157,0.6446281,0.6322314,0.61570245,0.6198347,0.5495868,0.53305787,0.5247934,0.49586776,0.53305787,0.5165289,0.46694216,0.43801653,0.45041323,0.5082645,0.53305787,0.5413223,0.5785124,0.607438,0.61570245,0.661157,0.7066116,0.7355372,0.7355372,0.73966944,0.7066116,0.70247936,0.7066116,0.6983471,0.69008267,0.6942149,0.70247936,0.6859504,0.6570248,0.6322314,0.61570245,0.5661157,0.5165289,0.4752066,0.4338843,0.38429752,0.3553719,0.3305785,0.3140496,0.35950413,0.36363637,0.4090909,0.45454547,0.45041323,0.45867768,0.47107437,0.46694216,0.48347107,0.45867768,0.5,0.4752066,0.5041322,0.5289256,0.54545456,0.4090909,0.48347107,0.7768595,0.7644628,0.7355372,0.6942149,0.6570248,0.6570248,0.661157,0.61570245,0.6280992,0.6404959,0.6570248,0.6528926,0.62396693,0.6694215,0.6487603,0.5785124,0.56198347,0.553719,0.5495868,0.553719,0.5661157,0.57438016,0.607438,0.6570248,0.71487606,0.7107438,0.7107438,0.7107438,0.70247936,0.6942149,0.6942149,0.6942149,0.6859504,0.677686,0.6818182,0.6528926,0.61570245,0.5661157,0.5413223,0.5,0.46280992,0.446281,0.42561984,0.41322315,0.40082645,0.40495867,0.3966942,0.38429752,0.38016528,0.4090909,0.446281,0.47107437,0.48347107,0.49173555,0.47107437,0.46280992,0.4338843,0.4338843,0.46280992,0.49173555,0.5413223,0.56198347,0.37603307,0.49173555,0.7933884,0.78099173,0.7355372,0.6570248,0.6363636,0.55785125,0.5,0.45454547,0.46280992,0.45041323,0.446281,0.45454547,0.37190083,0.6818182,0.76033056,0.5661157,0.47107437,0.41735536,0.40082645,0.38016528,0.36363637,0.3264463,0.4338843,0.46280992,0.47933885,0.4752066,0.4876033,0.46694216,0.45867768,0.4338843,0.45041323,0.4338843,0.44214877,0.4876033,0.46280992,0.46694216,0.41322315,0.38016528,0.3553719,0.3305785,0.29752067,0.2892562,0.26859504,0.30991736,0.338843,0.3677686,0.46694216,0.37603307,0.38429752,0.37603307,0.35950413,0.3677686,0.36363637,0.4090909,0.44214877,0.4214876,0.446281,0.47933885,0.49586776,0.47933885,0.54545456,0.55785125,0.35950413,0.4338843,0.73966944,0.75619835,0.6404959,0.5,0.5206612,0.5371901,0.57024795,0.6446281,0.73966944,0.76859504,0.71900827,0.6280992,0.553719,0.5495868,0.59504133,0.5495868,0.48347107,0.4338843,0.40495867,0.41735536,0.41735536,0.338843,0.3677686,0.36363637,0.21900827,0.4090909,0.5206612,0.5206612,0.5495868,0.5247934,0.5,0.45454547,0.4338843,0.45867768,0.42561984,0.41735536,0.338843,0.20247933,0.24380165,0.3140496,0.35950413,0.37603307,0.38429752,0.42561984,0.48347107,0.5082645,0.59090906,0.5661157,0.57438016,0.58264464,0.59917355,0.55785125,0.4876033,0.4214876,0.3677686,0.3305785,0.36363637,0.36363637,0.3677686,0.46280992,0.56198347,0.5661157,0.338843,0.4876033,0.5785124,0.5041322,0.5289256,0.60330576,0.6818182,0.6859504,0.73966944,0.77272725,0.75206614,0.6983471,0.6487603,0.59090906,0.5371901,0.48347107,0.45867768,0.4752066,0.45867768,0.43801653,0.40495867,0.37603307,0.36363637,0.37190083,0.40495867,0.47107437,0.41322315,0.2644628,0.70247936,0.76859504,0.8347107,0.80991733,0.79752064,0.74793386,0.74380165,0.71900827,0.6280992,0.5289256,0.30578512,0.4090909,0.46694216,0.3966942,0.38429752,0.38842976,0.40495867,0.45041323,0.4876033,0.53305787,0.553719,0.5206612,0.553719,0.59504133,0.6528926,0.6528926,0.677686,0.61570245,0.5289256,0.47107437,0.46280992,0.45454547,0.39256197,0.21900827,0.44214877,0.4876033,0.27272728,0.55785125,0.446281,0.5247934,0.57438016,0.6983471,0.74793386,0.71487606,0.7231405,0.6735537,0.5371901,0.553719,0.48347107,0.44214877,0.54545456,0.2520661,0.19421488,0.3966942,0.2768595,0.2644628,0.35123968,0.37190083,0.3553719,0.35123968,0.34710744,0.38429752,0.45041323,0.41322315,0.38429752,0.78099173,0.8140496,0.71487606,0.6280992,0.607438,0.6818182,0.74380165,0.6487603,0.5247934,0.29338843,0.48347107,0.38016528,0.3140496,0.30165288,0.35123968,0.37603307,0.41735536,0.33471075,0.36363637,0.38016528,0.35950413,0.37190083,0.42975205,0.46280992,0.5082645,0.58677685,0.61570245,0.57438016,0.49586776,0.5123967,0.5247934,0.5123967,0.45041323,0.3140496,0.37190083,0.3305785,0.56198347,0.56198347,0.74793386,0.5495868,0.59917355,0.6652893,0.6818182,0.62396693,0.5165289,0.45041323,0.47933885,0.37603307,0.57024795,0.8719008,0.3553719,0.25619835,0.2231405,0.2768595,0.33471075,0.4214876,0.47933885,0.38842976,0.3429752,0.40495867,0.46280992,0.49173555,0.5371901,0.23553719,0.7644628,0.7644628,0.60330576,0.5371901,0.47933885,0.46694216,0.47107437,0.53305787,0.38016528,0.36363637,0.44214877,0.33471075,0.3429752,0.3553719,0.3181818,0.38842976,0.5082645,0.1983471,0.27272728,0.18595041,0.19421488,0.2603306,0.38016528,0.3429752,0.3181818,0.38429752,0.4214876,0.5206612,0.5206612,0.53305787,0.54545456,0.48347107,0.40082645,0.3181818,0.4338843,0.30578512,0.553719,0.6859504,0.75619835,0.69008267,0.6652893,0.6652893,0.6404959,0.57024795,0.5495868,0.5289256,0.553719,0.49586776,0.56198347,0.6570248,0.38429752,0.37190083,0.3305785,0.3429752,0.37603307,0.5289256,0.55785125,0.5123967,0.446281,0.43801653,0.5,0.677686,0.56198347,0.28099173,0.7355372,0.75619835,0.6694215,0.6198347,0.58677685,0.62396693,0.61157024,0.5495868,0.17768595,0.4876033,0.46280992,0.5,0.43801653,0.2768595,0.38016528,0.607438,0.6942149,0.29338843,0.3429752,0.23553719,0.32231405,0.26859504,0.446281,0.5165289,0.338843,0.32231405,0.338843,0.4214876,0.5041322,0.53305787,0.5165289,0.4090909,0.46694216,0.28099173,0.3264463,0.36363637,0.4876033,0.6983471,0.73140496,0.75619835,0.74380165,0.74380165,0.7231405,0.6983471,0.72727275,0.677686,0.6528926,0.6404959,0.57024795,0.5785124,0.5123967,0.5495868,0.5123967,0.4752066,0.47933885,0.5206612,0.49586776,0.4876033,0.5,0.5495868,0.59917355,0.6652893,0.5165289,0.45041323,0.6528926,0.62396693,0.6652893,0.677686,0.6404959,0.55785125,0.5,0.661157,0.22727273,0.5371901,0.60330576,0.61157024,0.4338843,0.4752066,0.4876033,0.57438016,0.6322314,0.47107437,0.45041323,0.44214877,0.4338843,0.41735536,0.54545456,0.58264464,0.56198347,0.47933885,0.41735536,0.4338843,0.45041323,0.47107437,0.47107437,0.46280992,0.5247934,0.32231405,0.14876033,0.45867768,0.5413223,0.70247936,0.72727275,0.76859504,0.75619835,0.76859504,0.75619835,0.75206614,0.75206614,0.72727275,0.73966944,0.71900827,0.6528926,0.6198347,0.59090906,0.6404959,0.58677685,0.5785124,0.5289256,0.5247934,0.48347107,0.5082645,0.5123967,0.56198347,0.60330576,0.6198347,0.49586776,0.45454547,0.62396693,0.72727275,0.71487606,0.6983471,0.7066116,0.677686,0.42561984,0.57024795,0.38016528,0.5082645,0.61570245,0.5371901,0.4876033,0.5,0.5123967,0.5082645,0.5495868,0.5371901,0.55785125,0.56198347,0.5289256,0.5413223,0.56198347,0.57438016,0.57024795,0.49173555,0.45041323,0.5,0.5082645,0.5289256,0.5371901,0.5413223,0.5247934,0.34710744,0.09504132,0.5,0.6528926,0.74793386,0.7231405,0.77272725,0.7644628,0.76859504,0.76859504,0.74380165,0.71487606,0.7066116,0.71487606,0.72727275,0.6859504,0.6528926,0.607438,0.58264464,0.56198347,0.553719,0.5247934,0.5165289,0.5,0.5371901,0.5413223,0.59090906,0.62396693,0.6983471,0.46280992,0.35950413,0.69008267,0.8057851,0.74793386,0.69008267,0.6859504,0.74793386,0.5082645,0.4338843,0.3966942,0.37190083,0.6322314,0.5,0.4090909,0.4752066,0.49586776,0.46694216,0.46280992,0.49586776,0.5041322,0.5247934,0.53305787,0.5247934,0.5289256,0.5,0.47933885,0.48347107,0.5247934,0.58677685,0.59917355,0.60330576,0.553719,0.5661157,0.5289256,0.37190083,0.11983471,0.59090906,0.77272725,0.74793386,0.7231405,0.76033056,0.76033056,0.76033056,0.7768595,0.73966944,0.70247936,0.73140496,0.6942149,0.6859504,0.6487603,0.61157024,0.5785124,0.55785125,0.5289256,0.53305787,0.53305787,0.5495868,0.55785125,0.58264464,0.6280992,0.661157,0.7231405,0.55785125,0.23966943,0.40495867,0.75206614,0.78099173,0.74380165,0.70247936,0.6942149,0.74793386,0.5371901,0.45454547,0.338843,0.1983471,0.59917355,0.55785125,0.48347107,0.5082645,0.5289256,0.5165289,0.48347107,0.46280992,0.45867768,0.45867768,0.45867768,0.46280992,0.44214877,0.48347107,0.5289256,0.59504133,0.62396693,0.61157024,0.59917355,0.59917355,0.5661157,0.5785124,0.53305787,0.3553719,0.30165288,0.62396693,0.75206614,0.74793386,0.7231405,0.77272725,0.76859504,0.75206614,0.78512394,0.76033056,0.7231405,0.76859504,0.74380165,0.74380165,0.7355372,0.7107438,0.6942149,0.661157,0.6404959,0.6363636,0.6446281,0.6322314,0.6404959,0.661157,0.6859504,0.74793386,0.7933884,0.37190083,0.23553719,0.61157024,0.74793386,0.76859504,0.73140496,0.6942149,0.7107438,0.75206614,0.6280992,0.47107437,0.3181818,0.19008264,0.5082645,0.61570245,0.59090906,0.5495868,0.55785125,0.5661157,0.54545456,0.5371901,0.54545456,0.54545456,0.53305787,0.56198347,0.5785124,0.607438,0.62396693,0.6363636,0.62396693,0.6322314,0.6198347,0.58677685,0.61157024,0.607438,0.5165289,0.38429752,0.446281,0.4876033,0.6652893,0.72727275,0.75206614,0.77272725,0.7768595,0.78512394,0.77272725,0.7892562,0.7355372,0.74380165,0.7644628,0.74793386,0.73140496,0.7107438,0.71487606,0.70247936,0.6570248,0.6528926,0.6570248,0.6735537,0.7107438,0.71900827,0.76033056,0.7933884,0.59917355,0.35950413,0.5661157,0.72727275,0.76859504,0.77272725,0.7644628,0.7107438,0.70247936,0.7231405,0.7107438,0.53305787,0.35123968,0.2892562,0.28512397,0.6322314,0.6446281,0.607438,0.58677685,0.607438,0.59917355,0.5785124,0.56198347,0.59090906,0.58264464,0.59090906,0.607438,0.61570245,0.6363636,0.6446281,0.6446281,0.6528926,0.6528926,0.6363636,0.6280992,0.59504133,0.5165289,0.45867768,0.49586776,0.3305785,0.5247934,0.71900827,0.76859504,0.76859504,0.78099173,0.8057851,0.78099173,0.7892562,0.75619835,0.73966944,0.73966944,0.72727275,0.6983471,0.71487606,0.70247936,0.71900827,0.71487606,0.7066116,0.6942149,0.71900827,0.74380165,0.74380165,0.7933884,0.78512394,0.4338843,0.553719,0.6694215,0.78512394,0.77272725,0.78512394,0.7644628,0.70247936,0.71900827,0.7231405,0.71487606,0.57024795,0.45454547,0.41735536,0.30991736,0.4214876,0.6818182,0.6570248,0.6404959,0.6570248,0.6570248,0.6363636,0.6198347,0.6322314,0.6322314,0.61570245,0.6198347,0.6570248,0.6528926,0.661157,0.677686,0.6735537,0.677686,0.661157,0.6446281,0.6198347,0.5,0.5123967,0.5041322,0.34710744,0.39256197,0.7231405,0.78512394,0.78099173,0.7892562,0.8016529,0.7768595,0.78512394,0.75619835,0.74380165,0.7231405,0.71487606,0.7066116,0.70247936,0.6942149,0.72727275,0.7231405,0.71487606,0.6983471,0.71900827,0.70247936,0.72727275,0.8347107,0.45867768,0.5247934,0.61570245,0.73966944,0.8016529,0.7768595,0.78099173,0.76859504,0.70247936,0.71487606,0.78099173,0.661157,0.57438016,0.5661157,0.4214876,0.49173555,0.23553719,0.5785124,0.6652893,0.6694215,0.6818182,0.6859504,0.69008267,0.6735537,0.661157,0.62396693,0.6363636,0.6404959,0.677686,0.6322314,0.6652893,0.7107438,0.71900827,0.69008267,0.677686,0.661157,0.6198347,0.5206612,0.5041322,0.42561984,0.46280992,0.44214877,0.60330576,0.7933884,0.8057851,0.80991733,0.8016529,0.78099173,0.77272725,0.7768595,0.76033056,0.71487606,0.70247936,0.7231405,0.70247936,0.6983471,0.73140496,0.73966944,0.7231405,0.7107438,0.7355372,0.71900827,0.6859504,0.553719,0.5661157,0.6198347,0.6694215,0.7644628,0.77272725,0.7892562,0.77272725,0.76033056,0.69008267,0.73966944,0.75619835,0.62396693,0.57438016,0.6198347,0.5082645,0.44214877,0.446281,0.25619835,0.607438,0.6528926,0.6570248,0.6735537,0.6859504,0.6818182,0.6735537,0.6487603,0.6280992,0.6404959,0.677686,0.6528926,0.6404959,0.71487606,0.72727275,0.7066116,0.6859504,0.6694215,0.607438,0.53305787,0.59504133,0.32231405,0.57438016,0.6818182,0.46280992,0.6528926,0.8429752,0.8140496,0.8016529,0.8140496,0.8016529,0.78512394,0.7644628,0.73140496,0.72727275,0.73140496,0.73140496,0.74380165,0.73140496,0.74380165,0.7231405,0.73140496,0.7107438,0.6280992,0.5206612,0.6528926,0.6570248,0.607438,0.76033056,0.77272725,0.7768595,0.7933884,0.77272725,0.7768595,0.6942149,0.74793386,0.71900827,0.6198347,0.57024795,0.6363636,0.61157024,0.45041323,0.5165289,0.4876033,0.3677686,0.55785125,0.6528926,0.6528926,0.677686,0.6818182,0.6570248,0.677686,0.6652893,0.661157,0.6446281,0.6735537,0.6694215,0.70247936,0.7231405,0.74380165,0.69008267,0.6694215,0.61570245,0.61157024,0.38842976,0.4214876,0.607438,0.69008267,0.71487606,0.44214877,0.6528926,0.8429752,0.8264463,0.8181818,0.838843,0.7892562,0.76033056,0.75206614,0.75206614,0.71900827,0.74380165,0.74380165,0.7355372,0.75206614,0.7355372,0.661157,0.57024795,0.5247934,0.59504133,0.6404959,0.6198347,0.62396693,0.78099173,0.76859504,0.7768595,0.7768595,0.77272725,0.77272725,0.7107438,0.75206614,0.6818182,0.6652893,0.59504133,0.59090906,0.61570245,0.47933885,0.446281,0.57024795,0.49586776,0.4090909,0.4752066,0.6363636,0.6446281,0.677686,0.6570248,0.6652893,0.677686,0.6735537,0.677686,0.70247936,0.7107438,0.73140496,0.73966944,0.74380165,0.6942149,0.6818182,0.6198347,0.48347107,0.5082645,0.49173555,0.5785124,0.6818182,0.76859504,0.78512394,0.47107437,0.5785124,0.6735537,0.78512394,0.838843,0.80991733,0.77272725,0.76033056,0.7355372,0.7107438,0.7355372,0.73140496,0.70247936,0.6570248,0.56198347,0.5206612,0.5413223,0.58264464,0.5,0.58677685,0.607438,0.6528926,0.75619835,0.7892562,0.7933884,0.75619835,0.7933884,0.77272725,0.71900827,0.7644628,0.661157,0.6983471,0.6404959,0.55785125,0.607438,0.5,0.40082645,0.5371901,0.607438,0.5041322,0.43801653,0.37190083,0.54545456,0.59090906,0.6363636,0.6694215,0.6859504,0.6942149,0.7107438,0.72727275,0.74793386,0.7355372,0.6983471,0.6983471,0.76033056,0.6652893,0.53305787,0.56198347,0.553719,0.5123967,0.5495868,0.6528926,0.78512394,0.7768595,0.8057851,0.72727275,0.61157024,0.55785125,0.6198347,0.8719008,0.8636364,0.78099173,0.73140496,0.6859504,0.6280992,0.58264464,0.53305787,0.5041322,0.48347107,0.4876033,0.45454547,0.4752066,0.553719,0.60330576,0.6280992,0.71900827,0.74793386,0.7933884,0.78099173,0.74793386,0.7933884,0.76859504,0.71487606,0.7355372,0.6942149,0.6983471,0.6694215,0.57438016,0.61157024,0.53305787,0.38429752,0.49173555,0.59090906,0.6446281,0.58677685,0.49173555,0.40495867,0.3677686,0.4090909,0.43801653,0.5165289,0.5661157,0.6280992,0.6570248,0.6694215,0.661157,0.5247934,0.6404959,0.69008267,0.6198347,0.60330576,0.59504133,0.54545456,0.5371901,0.53305787,0.6487603,0.7892562,0.77272725,0.8016529,0.8429752,0.8264463,0.7933884,0.6983471,0.56198347,0.6818182,0.53305787,0.49173555,0.46694216,0.46280992,0.45041323,0.46694216,0.46280992,0.4752066,0.5,0.5413223,0.6198347,0.6280992,0.6322314,0.7231405,0.77272725,0.7355372,0.8140496,0.7892562,0.77272725,0.8512397,0.7768595,0.7066116,0.72727275,0.73140496,0.71487606,0.6983471,0.60330576,0.60330576,0.59917355,0.4090909,0.4752066,0.59504133,0.6570248,0.69008267,0.6446281,0.57024795,0.46694216,0.40082645,0.35950413,0.37190083,0.40082645,0.3966942,0.42561984,0.49586776,0.5661157,0.5785124,0.6570248,0.661157,0.6446281,0.607438,0.58264464,0.53305787,0.53305787,0.5495868,0.6859504,0.78512394,0.7768595,0.8016529,0.8181818,0.8057851,0.78512394,0.77272725,0.71487606,0.661157,0.58264464,0.5661157,0.56198347,0.56198347,0.5785124,0.59504133,0.607438,0.58677685,0.607438,0.6280992,0.6652893,0.6446281,0.7355372,0.7892562,0.75619835,0.75619835,0.8305785,0.8016529,0.8057851,0.8801653,0.7644628,0.71487606,0.71487606,0.7355372,0.7933884,0.7231405,0.6446281,0.56198347,0.6818182,0.5206612,0.5,0.6363636,0.6859504,0.70247936,0.6942149,0.6735537,0.6487603,0.61570245,0.57024795,0.54545456,0.5413223,0.553719,0.55785125,0.57024795,0.60330576,0.59917355,0.6322314,0.62396693,0.61570245,0.61570245,0.5661157,0.5123967,0.45867768,0.54545456,0.71900827,0.7933884,0.77272725,0.7892562,0.8140496,0.79752064,0.78512394,0.78099173,0.75619835,0.7231405,0.70247936,0.6818182,0.6652893,0.6652893,0.6404959,0.61157024,0.58264464,0.5495868,0.58677685,0.6322314,0.6570248,0.6983471,0.79752064,0.8057851,0.71900827,0.78099173,0.8636364,0.8140496,0.7644628,0.8016529,0.71487606,0.7066116,0.71487606,0.7355372,0.8512397,0.7231405,0.6363636,0.5413223,0.6446281,0.6404959,0.5785124,0.6528926,0.69008267,0.6859504,0.69008267,0.6694215,0.6735537,0.6818182,0.677686,0.6735537,0.661157,0.6487603,0.6363636,0.6280992,0.6198347,0.5785124,0.59090906,0.59090906,0.59917355,0.59504133,0.5661157,0.45454547,0.24793388,0.45041323,0.71900827,0.7768595,0.76859504,0.7768595,0.78512394,0.7644628,0.75619835,0.75619835,0.74793386,0.73140496,0.6983471,0.6528926,0.62396693,0.60330576,0.58264464,0.5413223,0.5247934,0.5371901,0.5785124,0.661157,0.69008267,0.7107438,0.75206614,0.7933884,0.69008267,0.70247936,0.74380165,0.73140496,0.7231405,0.6818182,0.6446281,0.661157,0.661157,0.6487603,0.6694215,0.59090906,0.54545456,0.5082645,0.59917355,0.6446281,0.59504133,0.6446281,0.6694215,0.6322314,0.61570245,0.62396693,0.6404959,0.6446281,0.661157,0.6694215,0.677686,0.6570248,0.6487603,0.6528926,0.6363636,0.6280992,0.60330576,0.59090906,0.57438016,0.57024795,0.5785124,0.4214876,0.07024793,0.20247933,0.73140496,0.75619835,0.76859504,0.7644628,0.72727275,0.6942149,0.6818182,0.6983471,0.7231405,0.6942149,0.6528926,0.6280992,0.58677685,0.5495868,0.5247934,0.5082645,0.53305787,0.5661157,0.6280992,0.6818182,0.71487606,0.6859504,0.59504133,0.6198347,0.607438,0.5785124,0.5413223,0.5661157,0.62396693,0.61157024,0.55785125,0.553719,0.56198347,0.5082645,0.47107437,0.45454547,0.4338843,0.45867768,0.5165289,0.54545456,0.4752066,0.55785125,0.6652893,0.6198347,0.55785125,0.5495868,0.56198347,0.59917355,0.6280992,0.6322314,0.6363636,0.6322314,0.61157024,0.59090906,0.58264464,0.59090906,0.5661157,0.5661157,0.55785125,0.553719,0.57438016,0.42561984,0.07438017,0.11983471,0.75619835,0.75206614,0.7768595,0.74380165,0.6528926,0.59504133,0.61157024,0.6818182,0.71487606,0.7066116,0.6694215,0.62396693,0.56198347,0.5413223,0.5289256,0.54545456,0.5661157,0.62396693,0.6694215,0.7066116,0.71487606,0.72727275,0.6280992,0.42975205,0.5247934,0.5495868,0.5371901,0.5206612,0.5165289,0.47107437,0.42561984,0.40082645,0.41735536,0.38842976,0.38429752,0.30991736,0.23966943,0.22727273,0.33471075,0.44214877,0.37190083,0.5413223,0.6818182,0.6404959,0.5247934,0.5082645,0.5165289,0.5661157,0.59090906,0.60330576,0.60330576,0.59917355,0.5661157,0.5206612,0.5165289,0.5247934,0.5247934,0.48347107,0.5289256,0.54545456,0.56198347,0.40495867,0.08264463,0.13636364,0.78099173,0.76033056,0.78512394,0.7355372,0.62396693,0.5123967,0.60330576,0.71900827,0.76859504,0.75206614,0.6735537,0.62396693,0.5785124,0.57438016,0.5413223,0.55785125,0.59504133,0.661157,0.71487606,0.72727275,0.7066116,0.7066116,0.7231405,0.59917355,0.5495868,0.58264464,0.5495868,0.49586776,0.5041322,0.3966942,0.30165288,0.2768595,0.3429752,0.3553719,0.38016528,0.3305785,0.38016528,0.3553719,0.3677686,0.40082645,0.40082645,0.54545456,0.6652893,0.6735537,0.58677685,0.5371901,0.5165289,0.5289256,0.58677685,0.61570245,0.6363636,0.6322314,0.553719,0.49586776,0.46280992,0.45867768,0.46280992,0.45041323,0.5041322,0.5247934,0.553719,0.34710744,0.07438017,0.14049587,0.79752064,0.7768595,0.7892562,0.73140496,0.607438,0.47107437,0.6446281,0.7768595,0.8057851,0.75619835,0.6652893,0.61570245,0.607438,0.5413223,0.5082645,0.55785125,0.57438016,0.69008267,0.74380165,0.72727275,0.70247936,0.7066116,0.7107438,0.7066116,0.61157024,0.56198347,0.5123967,0.45454547,0.41735536,0.38016528,0.25619835,0.21900827,0.26859504,0.3305785,0.36363637,0.3966942,0.4752066,0.47107437,0.41735536,0.4090909,0.42561984,0.54545456,0.6446281,0.6570248,0.61157024,0.57438016,0.5123967,0.5165289,0.5661157,0.59917355,0.6528926,0.661157,0.61157024,0.53305787,0.45454547,0.41322315,0.42975205,0.46694216,0.5206612,0.5247934,0.5413223,0.24793388,0.09917355,0.1446281,0.78512394,0.76859504,0.78099173,0.74793386,0.5785124,0.46694216,0.6528926,0.8016529,0.8016529,0.7355372,0.661157,0.61570245,0.53305787,0.49586776,0.5,0.5495868,0.6322314,0.75206614,0.75206614,0.7355372,0.71900827,0.74793386,0.7066116,0.69008267,0.6446281,0.6280992,0.5082645,0.41322315,0.34710744,0.30578512,0.2107438,0.1570248,0.17355372,0.25619835,0.30991736,0.38429752,0.4090909,0.446281,0.45867768,0.44214877,0.47107437,0.61157024,0.6694215,0.6404959,0.6198347,0.5785124,0.5247934,0.5,0.5289256,0.5785124,0.6280992,0.6528926,0.6652893,0.60330576,0.5,0.4090909,0.44214877,0.5123967,0.55785125,0.5413223,0.5206612,0.20247933,0.1446281,0.1446281,0.7644628,0.7644628,0.76033056,0.72727275,0.58264464,0.54545456,0.6983471,0.8057851,0.7933884,0.6942149,0.6487603,0.53305787,0.5123967,0.54545456,0.5495868,0.57438016,0.7107438,0.74380165,0.7355372,0.7107438,0.6735537,0.7355372,0.6859504,0.6528926,0.6404959,0.6446281,0.58264464,0.4338843,0.29338843,0.23140496,0.18595041,0.17768595,0.16528925,0.20661157,0.29338843,0.37603307,0.39256197,0.38016528,0.45867768,0.47933885,0.53305787,0.61570245,0.677686,0.62396693,0.6280992,0.59090906,0.5165289,0.46694216,0.4876033,0.5289256,0.58677685,0.607438,0.6322314,0.61157024,0.5413223,0.43801653,0.53305787,0.57438016,0.57438016,0.53305787,0.49586776,0.17355372,0.14876033,0.1322314,0.73966944,0.75619835,0.75206614,0.7107438,0.61157024,0.607438,0.75206614,0.8016529,0.78099173,0.6652893,0.6446281,0.5495868,0.607438,0.5371901,0.5041322,0.54545456,0.6983471,0.7066116,0.71487606,0.6859504,0.661157,0.71487606,0.7107438,0.6570248,0.661157,0.61157024,0.6198347,0.55785125,0.41735536,0.2603306,0.17768595,0.20661157,0.21487603,0.20247933,0.29752067,0.3264463,0.3966942,0.3677686,0.45041323,0.48347107,0.553719,0.6198347,0.6363636,0.59917355,0.6198347,0.62396693,0.56198347,0.5247934,0.46280992,0.46694216,0.53305787,0.5661157,0.59917355,0.59504133,0.5661157,0.44214877,0.59917355,0.61157024,0.58264464,0.5,0.47107437,0.1694215,0.14049587,0.12809917,0.6363636,0.77272725,0.74380165,0.6983471,0.6487603,0.6280992,0.78099173,0.79752064,0.76859504,0.6363636,0.61157024,0.54545456,0.5371901,0.4876033,0.4090909,0.5,0.6322314,0.661157,0.6694215,0.6818182,0.661157,0.72727275,0.72727275,0.6818182,0.6570248,0.6280992,0.6570248,0.61570245,0.5289256,0.4214876,0.28512397,0.22727273,0.2603306,0.23140496,0.30165288,0.35123968,0.40082645,0.4338843,0.46280992,0.5165289,0.56198347,0.57438016,0.58264464,0.57024795,0.5785124,0.55785125,0.55785125,0.553719,0.5371901,0.4876033,0.45454547,0.5289256,0.5661157,0.58264464,0.5495868,0.4876033,0.61570245,0.61570245,0.57438016,0.47107437,0.44214877,0.1322314,0.1322314,0.12809917,0.40495867,0.74380165,0.71900827,0.69008267,0.6528926,0.6942149,0.78512394,0.8016529,0.75619835,0.61570245,0.56198347,0.5289256,0.4214876,0.3553719,0.3264463,0.38016528,0.59504133,0.6735537,0.73140496,0.77272725,0.75206614,0.73966944,0.7107438,0.69008267,0.661157,0.6528926,0.6818182,0.6528926,0.57438016,0.57024795,0.5247934,0.45454547,0.42975205,0.39256197,0.38842976,0.46280992,0.4752066,0.4876033,0.5082645,0.5123967,0.5247934,0.5247934,0.5165289,0.54545456,0.49586776,0.46694216,0.47933885,0.4752066,0.49586776,0.5289256,0.46694216,0.5,0.57024795,0.5785124,0.5247934,0.553719,0.62396693,0.607438,0.5082645,0.5165289,0.338843,0.10330579,0.14876033,0.1322314,0.18595041,0.6983471,0.7107438,0.6818182,0.6652893,0.7107438,0.78099173,0.7768595,0.75206614,0.58264464,0.5247934,0.4752066,0.38429752,0.33471075,0.20247933,0.14049587,0.2892562,0.5206612,0.58264464,0.61570245,0.6198347,0.59504133,0.54545456,0.5206612,0.5165289,0.5,0.55785125,0.57438016,0.58264464,0.59917355,0.61157024,0.59917355,0.553719,0.5,0.45867768,0.5371901,0.5785124,0.59090906,0.59504133,0.58264464,0.57024795,0.553719,0.5123967,0.4876033,0.4214876,0.3553719,0.33471075,0.3677686,0.37190083,0.47107437,0.5123967,0.53305787,0.59917355,0.5785124,0.5082645,0.58264464,0.6198347,0.59090906,0.4876033,0.5289256,0.14876033,0.11570248,0.13636364,0.15289256,0.10743801,0.5123967,0.7066116,0.6818182,0.661157,0.70247936,0.76033056,0.76033056,0.72727275,0.61570245,0.5082645,0.46694216,0.43801653,0.47107437,0.48347107,0.47107437,0.23553719,0.12396694,0.1570248,0.28512397,0.4338843,0.39256197,0.40495867,0.38016528,0.35950413,0.35950413,0.40082645,0.3677686,0.4214876,0.49173555,0.5041322,0.45867768,0.39256197,0.3305785,0.3140496,0.32231405,0.40082645,0.43801653,0.46280992,0.46694216,0.49586776,0.5041322,0.47107437,0.45041323,0.30991736,0.14876033,0.23140496,0.2768595,0.37603307,0.46280992,0.5247934,0.58264464,0.607438,0.55785125,0.5041322,0.5661157,0.59504133,0.53305787,0.48347107,0.38016528,0.08677686,0.13636364,0.1322314,0.14049587,0.14049587,0.20661157,0.6652893,0.6735537,0.6652893,0.6859504,0.72727275,0.74793386,0.7107438,0.59917355,0.5082645,0.44214877,0.46694216,0.49586776,0.5785124,0.59090906,0.5413223,0.37603307,0.2231405,0.11570248,0.45454547,0.38429752,0.5123967,0.60330576,0.34710744,0.30165288,0.4752066,0.3264463,0.30991736,0.28099173,0.24380165,0.21487603,0.23140496,0.23140496,0.22727273,0.1983471,0.22727273,0.2520661,0.23140496,0.27272728,0.30165288,0.23140496,0.17355372,0.09504132,0.11983471,0.16528925,0.3181818,0.45867768,0.47107437,0.4876033,0.553719,0.58677685,0.59504133,0.54545456,0.47933885,0.58677685,0.5785124,0.48347107,0.446281,0.20661157,0.14049587,0.14049587,0.1322314,0.14049587,0.1983471,0.11983471,0.42561984,0.6446281,0.6404959,0.6694215,0.6652893,0.7066116,0.677686,0.57438016,0.48347107,0.45454547,0.49173555,0.5413223,0.59917355,0.607438,0.6735537,0.57438016,0.45454547,0.28099173,0.42561984,0.45867768,0.59917355,0.72727275,0.5413223,0.4090909,0.69008267,0.5495868,0.46694216,0.37190083,0.1983471,0.3429752,0.32231405,0.3264463,0.2892562,0.18181819,0.27272728,0.35123968,0.20247933,0.34710744,0.36363637,0.0785124,0.11570248,0.1694215,0.41735536,0.49586776,0.553719,0.54545456,0.49586776,0.5082645,0.56198347,0.5785124,0.57438016,0.5041322,0.46280992,0.5495868,0.5206612,0.45041323,0.33471075,0.12396694,0.1446281,0.13636364,0.13636364,0.1322314,0.19421488,0.16115703,0.12396694,0.59917355,0.60330576,0.6363636,0.6363636,0.6818182,0.661157,0.5661157,0.49173555,0.48347107,0.49586776,0.57438016,0.6280992,0.6280992,0.7066116,0.72727275,0.58264464,0.5082645,0.44214877,0.4338843,0.5206612,0.74380165,0.6942149,0.6198347,0.8016529,0.7355372,0.6404959,0.56198347,0.44214877,0.5082645,0.5123967,0.5289256,0.46694216,0.3305785,0.446281,0.5123967,0.2603306,0.40082645,0.28099173,0.18181819,0.30578512,0.45041323,0.58677685,0.6198347,0.6280992,0.5413223,0.54545456,0.5413223,0.55785125,0.5785124,0.553719,0.4752066,0.45454547,0.5247934,0.47107437,0.4214876,0.16528925,0.11570248,0.1322314,0.1446281,0.14049587,0.12809917,0.19421488,0.19421488,0.11983471,0.29752067,0.58264464,0.58264464,0.61570245,0.6487603,0.6322314,0.5661157,0.5247934,0.5123967,0.5165289,0.6363636,0.661157,0.6694215,0.71900827,0.76859504,0.70247936,0.5785124,0.553719,0.49173555,0.40495867,0.4752066,0.41735536,0.5,0.71487606,0.6652893,0.6198347,0.5661157,0.5041322,0.5785124,0.59090906,0.59917355,0.48347107,0.42975205,0.46280992,0.40082645,0.2231405,0.36363637,0.40082645,0.42561984,0.5,0.57438016,0.607438,0.6322314,0.6446281,0.553719,0.54545456,0.5495868,0.553719,0.57438016,0.5165289,0.4338843,0.46694216,0.4876033,0.4338843,0.2107438,0.11983471,0.1322314,0.13636364,0.1322314,0.13636364,0.13636364,0.19008264,0.1983471,0.21900827,0.08677686,0.45041323,0.55785125,0.55785125,0.58264464,0.61157024,0.5785124,0.55785125,0.5289256,0.5082645,0.6446281,0.6570248,0.69008267,0.71900827,0.75619835,0.75619835,0.6859504,0.58264464,0.59504133,0.5495868,0.5165289,0.40495867,0.4752066,0.5661157,0.46280992,0.5371901,0.5371901,0.40082645,0.3966942,0.4752066,0.38842976,0.37603307,0.40495867,0.35950413,0.40495867,0.45454547,0.5,0.5082645,0.5289256,0.5661157,0.607438,0.6280992,0.6280992,0.6280992,0.55785125,0.55785125,0.5495868,0.5413223,0.53305787,0.46694216,0.39256197,0.45867768,0.41322315,0.2892562,0.12809917,0.13636364,0.1322314,0.13636364,0.1322314,0.12809917,0.1322314,0.2107438,0.19008264,0.19421488,0.14876033,0.23553719,0.5495868,0.53305787,0.5495868,0.61157024,0.59504133,0.57024795,0.56198347,0.553719,0.6363636,0.6570248,0.7107438,0.72727275,0.73140496,0.74380165,0.74380165,0.6652893,0.61157024,0.61570245,0.59504133,0.57024795,0.55785125,0.5661157,0.5371901,0.55785125,0.5206612,0.5082645,0.4876033,0.5206612,0.48347107,0.47107437,0.49586776,0.5082645,0.5206612,0.5247934,0.5206612,0.5247934,0.553719,0.5785124,0.62396693,0.6363636,0.61157024,0.607438,0.57438016,0.5495868,0.54545456,0.5123967,0.5123967,0.41322315,0.3966942,0.41322315,0.3181818,0.15289256,0.12809917,0.13636364,0.13636364,0.1322314,0.1322314,0.11570248,0.13636364,0.2107438,0.18181819,0.18595041,0.17355372,0.15289256,0.5661157,0.5289256,0.5041322,0.5661157,0.60330576,0.58264464,0.5661157,0.59504133,0.6280992,0.6570248,0.70247936,0.71900827,0.69008267,0.76033056,0.74380165,0.6942149,0.6487603,0.61570245,0.57438016,0.57024795,0.5785124,0.58677685,0.60330576,0.61570245,0.5495868,0.5785124,0.5661157,0.55785125,0.5413223,0.5,0.49173555,0.5082645,0.5,0.5,0.5165289,0.5413223,0.5413223,0.6322314,0.6322314,0.62396693,0.59917355,0.607438,0.607438,0.5661157,0.56198347,0.4876033,0.45867768,0.37603307,0.38842976,0.35950413,0.1694215,0.12396694,0.1322314,0.13636364,0.13636364,0.1322314,0.13636364,0.12809917,0.14049587,0.20247933,0.18595041,0.18595041,0.16115703,0.17355372,0.6570248,0.49173555,0.5082645,0.5123967,0.59504133,0.59090906,0.57024795,0.6280992,0.6404959,0.6735537,0.677686,0.6942149,0.677686,0.7231405,0.71900827,0.6942149,0.6528926,0.6280992,0.56198347,0.5371901,0.5247934,0.5413223,0.5165289,0.5082645,0.5041322,0.54545456,0.5123967,0.49173555,0.46694216,0.43801653,0.45867768,0.45867768,0.48347107,0.47933885,0.49173555,0.5495868,0.56198347,0.6322314,0.61570245,0.59504133,0.59917355,0.59090906,0.5661157,0.553719,0.55785125,0.4876033,0.41735536,0.34710744,0.37190083,0.21900827,0.11157025,0.1322314,0.1322314,0.12396694,0.13636364,0.1322314,0.12809917,0.1322314,0.12809917,0.19421488,0.19421488,0.1983471,0.1570248,0.20661157,0.6818182,0.5413223,0.5123967,0.5247934,0.53305787,0.60330576,0.607438,0.6363636,0.6942149,0.6735537,0.677686,0.6652893,0.6818182,0.7107438,0.69008267,0.677686,0.6570248,0.61570245,0.553719,0.5082645,0.46694216,0.46280992,0.4214876,0.42975205,0.45867768,0.45867768,0.4090909,0.41735536,0.4214876,0.41735536,0.41735536,0.41735536,0.446281,0.47933885,0.5123967,0.5661157,0.58264464,0.59917355,0.58677685,0.57024795,0.61157024,0.58264464,0.54545456,0.5413223,0.53305787,0.45454547,0.3553719,0.35123968,0.2644628,0.1322314,0.12809917,0.1322314,0.1322314,0.1322314,0.1446281,0.11983471,0.13636364,0.1322314,0.12396694,0.1983471,0.2107438,0.19008264,0.1446281,0.2520661,0.6487603,0.61157024,0.5206612,0.5413223,0.48347107,0.59917355,0.6404959,0.6363636,0.6528926,0.6446281,0.6528926,0.6322314,0.6694215,0.6694215,0.6528926,0.6528926,0.6322314,0.61570245,0.5413223,0.49586776,0.44214877,0.38429752,0.36363637,0.36363637,0.35123968,0.30165288,0.30165288,0.30991736,0.3429752,0.35950413,0.4090909,0.45041323,0.48347107,0.4876033,0.5165289,0.5661157,0.5785124,0.553719,0.5413223,0.58677685,0.61157024,0.5785124,0.5289256,0.5123967,0.48347107,0.40082645,0.338843,0.32231405,0.16115703,0.11983471,0.1446281,0.11157025,0.13636364,0.1322314,0.12809917,0.12809917,0.13636364,0.11570248,0.14049587,0.20247933,0.21900827,0.20247933,0.1570248,0.2603306,0.62396693,0.6322314,0.58264464,0.5206612,0.46280992,0.5495868,0.59090906,0.6198347,0.6363636,0.6363636,0.6570248,0.6198347,0.6322314,0.6570248,0.6528926,0.6404959,0.62396693,0.59504133,0.5413223,0.48347107,0.47933885,0.44214877,0.4338843,0.4090909,0.40082645,0.38016528,0.3966942,0.4090909,0.41735536,0.4338843,0.46280992,0.4876033,0.5247934,0.5206612,0.553719,0.553719,0.553719,0.5495868,0.58677685,0.60330576,0.58677685,0.5413223,0.5123967,0.47933885,0.44214877,0.3677686,0.3264463,0.18595041,0.12396694,0.13636364,0.1322314,0.12396694,0.12809917,0.12809917,0.12809917,0.10330579,0.14876033,0.11983471,0.1322314,0.20661157,0.21487603,0.21487603,0.1694215,0.2603306,0.607438,0.6446281,0.62396693,0.553719,0.5,0.45867768,0.58677685,0.59917355,0.6280992,0.62396693,0.6694215,0.6363636,0.61157024,0.6363636,0.6570248,0.6363636,0.6198347,0.59090906,0.5785124,0.49586776,0.5041322,0.5,0.48347107,0.47107437,0.45454547,0.446281,0.446281,0.47933885,0.48347107,0.5123967,0.5206612,0.5165289,0.5206612,0.5413223,0.5413223,0.5371901,0.54545456,0.55785125,0.59504133,0.607438,0.54545456,0.5041322,0.49173555,0.46280992,0.37603307,0.338843,0.2107438,0.11570248,0.12809917,0.13636364,0.14049587,0.12396694,0.1446281,0.12809917,0.12809917,0.11983471,0.14876033,0.12396694,0.12396694,0.21900827,0.21900827,0.20247933,0.2231405,0.2520661,0.6280992,0.6363636,0.61157024,0.61157024,0.53305787,0.45867768,0.5165289,0.5785124,0.6694215,0.6363636,0.6528926,0.6487603,0.61570245,0.61157024,0.6694215,0.661157,0.6404959,0.6198347,0.6322314,0.58264464,0.5413223,0.5082645,0.5123967,0.4876033,0.46694216,0.47933885,0.47107437,0.45867768,0.47933885,0.5123967,0.53305787,0.53305787,0.53305787,0.54545456,0.5371901,0.5371901,0.54545456,0.55785125,0.57438016,0.57438016,0.5123967,0.46280992,0.45041323,0.39256197,0.34710744,0.2231405,0.09504132,0.0785124,0.09917355,0.12396694,0.1322314,0.1446281,0.1322314,0.13636364,0.1322314,0.11570248,0.1446281,0.11983471,0.1322314,0.22727273,0.22727273,0.21487603,0.24380165,0.25619835,0.6446281,0.6322314,0.62396693,0.6280992,0.62396693,0.4752066,0.41735536,0.55785125,0.6322314,0.6198347,0.6528926,0.6446281,0.6280992,0.6198347,0.6652893,0.6818182,0.6694215,0.6570248,0.6528926,0.6322314,0.61157024,0.56198347,0.56198347,0.54545456,0.5206612,0.53305787,0.5247934,0.553719,0.53305787,0.55785125,0.5661157,0.5661157,0.57024795,0.5661157,0.55785125,0.5413223,0.55785125,0.58264464,0.58264464,0.5371901,0.47107437,0.4338843,0.38016528,0.338843,0.25619835,0.0661157,0.0661157,0.0785124,0.07438017,0.08264463,0.09504132,0.11157025,0.11157025,0.13636364,0.1570248,0.14049587,0.12396694,0.12809917,0.11983471,0.2231405,0.2231405,0.21487603,0.22727273,0.2644628,0.6735537,0.6404959,0.6446281,0.6322314,0.6446281,0.6280992,0.40082645,0.4752066,0.59090906,0.607438,0.6694215,0.6652893,0.6528926,0.6404959,0.6280992,0.677686,0.6652893,0.6694215,0.677686,0.6363636,0.6652893,0.62396693,0.62396693,0.6446281,0.59090906,0.60330576,0.5661157,0.58264464,0.5495868,0.59504133,0.58677685,0.58677685,0.59504133,0.58677685,0.5661157,0.55785125,0.607438,0.59917355,0.57438016,0.5041322,0.47107437,0.40495867,0.30991736,0.40082645,0.1983471,0.020661157,0.05785124,0.07438017,0.07438017,0.07438017,0.0785124,0.08677686,0.0785124,0.11983471,0.14049587,0.16115703,0.1446281,0.1446281,0.11570248,0.2231405,0.22727273,0.21900827,0.20247933,0.2768595,0.69008267,0.661157,0.6528926,0.6652893,0.6363636,0.677686,0.57438016,0.3553719,0.5123967,0.58264464,0.6322314,0.677686,0.6363636,0.6363636,0.61570245,0.6570248,0.6570248,0.6652893,0.6735537,0.6652893,0.6694215,0.6694215,0.661157,0.6487603,0.57438016,0.59090906,0.58264464,0.59917355,0.58264464,0.59090906,0.57438016,0.58264464,0.5785124,0.59917355,0.58264464,0.59917355,0.59917355,0.5785124,0.5371901,0.4752066,0.4338843,0.30578512,0.34710744,0.46694216,0.33471075,0.02892562,0.06198347,0.0785124,0.0785124,0.06198347,0.0785124,0.0785124,0.07438017,0.09504132,0.13636364,0.16115703,0.15289256,0.18181819,0.11983471,0.23966943,0.23966943,0.24793388,0.14876033,0.30991736,0.71900827,0.6652893,0.661157,0.6735537,0.6694215,0.6322314,0.6818182,0.5371901,0.38016528,0.553719,0.62396693,0.6322314,0.6363636,0.6280992,0.61570245,0.6446281,0.6487603,0.6404959,0.6694215,0.6487603,0.6570248,0.6446281,0.6363636,0.62396693,0.58264464,0.58264464,0.58264464,0.59504133,0.59917355,0.58264464,0.57438016,0.57438016,0.5495868,0.57024795,0.5785124,0.59504133,0.55785125,0.5082645,0.5,0.41322315,0.32231405,0.338843,0.46280992,0.44214877,0.42975205,0.045454547,0.045454547,0.0661157,0.08264463,0.0661157,0.07438017,0.0785124,0.08264463,0.09090909,0.14049587,0.15289256,0.1570248,0.18181819,0.16528925,0.2520661,0.2231405,0.1983471,0.09917355,0.42561984,0.71900827,0.661157,0.6652893,0.6859504,0.69008267,0.6363636,0.6363636,0.6859504,0.5041322,0.43801653,0.5495868,0.57438016,0.607438,0.59504133,0.59917355,0.62396693,0.6280992,0.62396693,0.6570248,0.6198347,0.6322314,0.6363636,0.59090906,0.59090906,0.59504133,0.57024795,0.56198347,0.56198347,0.56198347,0.54545456,0.5785124,0.57438016,0.5289256,0.553719,0.58677685,0.56198347,0.5371901,0.4752066,0.45867768,0.3305785,0.33471075,0.4876033,0.45867768,0.41735536,0.47107437,0.10743801,0.02892562,0.06198347,0.0661157,0.0785124,0.0785124,0.08677686,0.08264463,0.09504132,0.14049587,0.1446281,0.1570248,0.15289256,0.18181819,26 +0.42975205,0.5165289,0.6735537,0.75206614,0.77272725,0.76859504,0.78099173,0.80991733,0.8057851,0.79752064,0.79752064,0.7892562,0.7768595,0.77272725,0.78099173,0.7933884,0.8057851,0.79752064,0.80991733,0.8057851,0.8057851,0.79752064,0.80991733,0.79752064,0.78512394,0.7768595,0.76859504,0.75619835,0.75619835,0.74380165,0.74380165,0.7355372,0.73966944,0.75206614,0.77272725,0.7644628,0.76859504,0.77272725,0.7644628,0.76859504,0.75619835,0.74793386,0.76033056,0.77272725,0.76033056,0.76859504,0.74793386,0.75206614,0.74793386,0.73966944,0.73140496,0.7231405,0.7231405,0.7231405,0.71900827,0.73966944,0.75619835,0.7231405,0.6942149,0.6446281,0.6198347,0.59504133,0.55785125,0.4214876,0.46280992,0.553719,0.6735537,0.7644628,0.7644628,0.78512394,0.8057851,0.822314,0.79752064,0.7933884,0.78099173,0.78512394,0.78512394,0.78099173,0.7892562,0.8057851,0.8016529,0.8140496,0.80991733,0.8140496,0.8140496,0.8140496,0.80991733,0.8016529,0.7933884,0.79752064,0.78512394,0.7768595,0.76033056,0.75206614,0.73966944,0.75619835,0.75619835,0.76033056,0.76033056,0.78099173,0.77272725,0.7768595,0.76033056,0.7768595,0.7644628,0.75206614,0.76859504,0.78099173,0.77272725,0.7768595,0.7644628,0.77272725,0.75206614,0.74793386,0.74793386,0.72727275,0.73140496,0.7231405,0.72727275,0.73966944,0.7355372,0.72727275,0.69008267,0.6570248,0.6280992,0.61157024,0.57438016,0.44214877,0.446281,0.553719,0.69008267,0.75619835,0.7644628,0.8016529,0.80991733,0.80991733,0.79752064,0.7933884,0.7644628,0.7768595,0.78512394,0.78512394,0.79752064,0.80991733,0.80991733,0.822314,0.80991733,0.8140496,0.822314,0.8264463,0.8264463,0.8181818,0.80991733,0.822314,0.8057851,0.78099173,0.7768595,0.78512394,0.76033056,0.76859504,0.76859504,0.75206614,0.77272725,0.7892562,0.78512394,0.7933884,0.7644628,0.7768595,0.77272725,0.76033056,0.76033056,0.78512394,0.77272725,0.7768595,0.78512394,0.7768595,0.75619835,0.75619835,0.75206614,0.73140496,0.73140496,0.71487606,0.71900827,0.73140496,0.7107438,0.72727275,0.6818182,0.6404959,0.6363636,0.6280992,0.58264464,0.45867768,0.44214877,0.5661157,0.71900827,0.75206614,0.76033056,0.80991733,0.80991733,0.80991733,0.80991733,0.76859504,0.78099173,0.78099173,0.78099173,0.78512394,0.8016529,0.80991733,0.8140496,0.822314,0.8140496,0.838843,0.8140496,0.8264463,0.822314,0.8140496,0.8264463,0.8305785,0.8347107,0.822314,0.7933884,0.8057851,0.78099173,0.7768595,0.7768595,0.78512394,0.77272725,0.8016529,0.8016529,0.79752064,0.7644628,0.7892562,0.7768595,0.7644628,0.78099173,0.77272725,0.78099173,0.78099173,0.77272725,0.7768595,0.7644628,0.76033056,0.75619835,0.73966944,0.7355372,0.70247936,0.7066116,0.71487606,0.71487606,0.70247936,0.677686,0.6404959,0.62396693,0.62396693,0.5785124,0.5247934,0.41735536,0.59917355,0.73966944,0.75206614,0.76033056,0.8057851,0.8140496,0.8181818,0.8140496,0.8016529,0.78512394,0.7892562,0.7933884,0.7768595,0.8016529,0.8016529,0.8016529,0.8264463,0.8264463,0.8347107,0.8264463,0.8264463,0.8181818,0.8181818,0.8305785,0.8264463,0.8429752,0.8512397,0.838843,0.8347107,0.8140496,0.78512394,0.78512394,0.8016529,0.7933884,0.822314,0.8140496,0.8016529,0.78099173,0.78512394,0.77272725,0.77272725,0.7768595,0.76859504,0.76859504,0.77272725,0.76859504,0.76859504,0.75619835,0.76033056,0.75619835,0.75206614,0.75619835,0.7066116,0.71487606,0.71487606,0.71487606,0.6942149,0.6570248,0.6322314,0.59090906,0.58264464,0.57024795,0.55785125,0.4090909,0.6859504,0.76033056,0.74793386,0.75619835,0.79752064,0.822314,0.8140496,0.80991733,0.8057851,0.7892562,0.7892562,0.7892562,0.77272725,0.78099173,0.78512394,0.77272725,0.80991733,0.822314,0.8264463,0.8140496,0.8140496,0.8181818,0.8181818,0.8264463,0.822314,0.8264463,0.838843,0.838843,0.8264463,0.838843,0.8181818,0.80991733,0.8140496,0.80991733,0.8305785,0.822314,0.7892562,0.77272725,0.7644628,0.76033056,0.7644628,0.7644628,0.75206614,0.75619835,0.76033056,0.75619835,0.73140496,0.72727275,0.73140496,0.74793386,0.7355372,0.74380165,0.6942149,0.72727275,0.72727275,0.72727275,0.70247936,0.6694215,0.6198347,0.5785124,0.58677685,0.5661157,0.5495868,0.45041323,0.76859504,0.74793386,0.75206614,0.74380165,0.7892562,0.8181818,0.80991733,0.8016529,0.78512394,0.76033056,0.76033056,0.74380165,0.74380165,0.73140496,0.7355372,0.72727275,0.74380165,0.76033056,0.78512394,0.79752064,0.7768595,0.7933884,0.79752064,0.8057851,0.8016529,0.8016529,0.8140496,0.7933884,0.8181818,0.8264463,0.8347107,0.80991733,0.8016529,0.80991733,0.7768595,0.7892562,0.76859504,0.75206614,0.75619835,0.74380165,0.73966944,0.74380165,0.74380165,0.71900827,0.7355372,0.71900827,0.70247936,0.7107438,0.7107438,0.7066116,0.6983471,0.6652893,0.6280992,0.6198347,0.677686,0.7107438,0.71900827,0.6652893,0.58264464,0.56198347,0.58264464,0.56198347,0.56198347,0.53305787,0.7892562,0.74380165,0.73140496,0.74380165,0.7768595,0.80991733,0.8016529,0.76859504,0.6983471,0.661157,0.6198347,0.6528926,0.6280992,0.6446281,0.6280992,0.59504133,0.6198347,0.6280992,0.6694215,0.6818182,0.6983471,0.73140496,0.75619835,0.78099173,0.7768595,0.7768595,0.7768595,0.76033056,0.7644628,0.7933884,0.80991733,0.7892562,0.76033056,0.76859504,0.74793386,0.7355372,0.73966944,0.7355372,0.71487606,0.71900827,0.70247936,0.6983471,0.6735537,0.62396693,0.6322314,0.58264464,0.5661157,0.57024795,0.61157024,0.607438,0.607438,0.61157024,0.5785124,0.53305787,0.55785125,0.56198347,0.6487603,0.661157,0.57024795,0.5495868,0.56198347,0.5413223,0.55785125,0.553719,0.7768595,0.76033056,0.7107438,0.71900827,0.76033056,0.77272725,0.7355372,0.6983471,0.6280992,0.59504133,0.5661157,0.59090906,0.5495868,0.56198347,0.5371901,0.48347107,0.5165289,0.5165289,0.5289256,0.5495868,0.57024795,0.6528926,0.7066116,0.73140496,0.7644628,0.7644628,0.74793386,0.73966944,0.74793386,0.76033056,0.76033056,0.75619835,0.72727275,0.72727275,0.72727275,0.70247936,0.71487606,0.7066116,0.6942149,0.6652893,0.62396693,0.56198347,0.5,0.45867768,0.43801653,0.41735536,0.40495867,0.4214876,0.45867768,0.4876033,0.5165289,0.5247934,0.5123967,0.5041322,0.5082645,0.49586776,0.5247934,0.5413223,0.57438016,0.5206612,0.5371901,0.5247934,0.55785125,0.56198347,0.78099173,0.74793386,0.71487606,0.6735537,0.677686,0.6528926,0.60330576,0.5785124,0.5495868,0.5165289,0.5,0.5413223,0.5,0.46694216,0.40495867,0.39256197,0.42561984,0.45041323,0.49173555,0.5082645,0.5785124,0.60330576,0.6570248,0.6983471,0.75206614,0.75206614,0.71900827,0.72727275,0.7107438,0.72727275,0.73966944,0.7107438,0.7066116,0.6983471,0.70247936,0.6859504,0.6694215,0.6528926,0.661157,0.60330576,0.57024795,0.5123967,0.446281,0.40495867,0.36363637,0.33471075,0.3140496,0.338843,0.338843,0.38429752,0.4214876,0.446281,0.45041323,0.48347107,0.48347107,0.49173555,0.48347107,0.45454547,0.47933885,0.45867768,0.5206612,0.5371901,0.55785125,0.57024795,0.76859504,0.7355372,0.69008267,0.6363636,0.6404959,0.6280992,0.61157024,0.58677685,0.5371901,0.5123967,0.49173555,0.5165289,0.5206612,0.48347107,0.44214877,0.4338843,0.5041322,0.5165289,0.5371901,0.5495868,0.58677685,0.607438,0.61570245,0.677686,0.71900827,0.73966944,0.7231405,0.71900827,0.70247936,0.7066116,0.7066116,0.69008267,0.6818182,0.6818182,0.69008267,0.6859504,0.6487603,0.62396693,0.60330576,0.55785125,0.5123967,0.47933885,0.44214877,0.4214876,0.37190083,0.38842976,0.34710744,0.37190083,0.35950413,0.39256197,0.4214876,0.42561984,0.46280992,0.4876033,0.5,0.5,0.48347107,0.45041323,0.44214877,0.47107437,0.5,0.5495868,0.5785124,0.5661157,0.7768595,0.76033056,0.70247936,0.6570248,0.6570248,0.6652893,0.6322314,0.61570245,0.6363636,0.6652893,0.6983471,0.71900827,0.6859504,0.6528926,0.6694215,0.59090906,0.59917355,0.5661157,0.57438016,0.5661157,0.55785125,0.58264464,0.61157024,0.6694215,0.69008267,0.6942149,0.69008267,0.677686,0.6818182,0.6818182,0.6818182,0.6652893,0.6735537,0.6694215,0.6487603,0.6198347,0.55785125,0.5371901,0.5123967,0.46694216,0.42975205,0.4214876,0.4090909,0.40495867,0.41322315,0.4338843,0.4752066,0.4338843,0.4214876,0.3966942,0.39256197,0.38842976,0.4090909,0.45454547,0.5289256,0.48347107,0.48347107,0.49586776,0.5082645,0.5041322,0.48347107,0.56198347,0.57024795,0.57024795,0.79752064,0.78099173,0.6942149,0.6322314,0.58264464,0.5123967,0.45454547,0.41322315,0.4090909,0.3966942,0.41322315,0.46694216,0.4752066,0.5661157,0.7107438,0.5495868,0.47107437,0.3966942,0.40082645,0.35123968,0.3429752,0.3181818,0.5371901,0.42561984,0.46694216,0.45867768,0.43801653,0.4090909,0.40082645,0.37603307,0.38842976,0.338843,0.38842976,0.4214876,0.41322315,0.41735536,0.3429752,0.29752067,0.27272728,0.2644628,0.2644628,0.23553719,0.29752067,0.3140496,0.39256197,0.41322315,0.5495868,0.4752066,0.49173555,0.5041322,0.5,0.45867768,0.3677686,0.3264463,0.3140496,0.32231405,0.3677686,0.38842976,0.40495867,0.47107437,0.5041322,0.55785125,0.57024795,0.5247934,0.7892562,0.7355372,0.5247934,0.49586776,0.49173555,0.5371901,0.55785125,0.6528926,0.7355372,0.73140496,0.677686,0.61570245,0.59090906,0.553719,0.58264464,0.5495868,0.5041322,0.48347107,0.45454547,0.44214877,0.4090909,0.3305785,0.43801653,0.33471075,0.27272728,0.47933885,0.5661157,0.6322314,0.6942149,0.6694215,0.6528926,0.59917355,0.553719,0.5661157,0.5165289,0.49173555,0.35123968,0.22727273,0.30578512,0.41322315,0.41735536,0.42975205,0.446281,0.5165289,0.56198347,0.58264464,0.6363636,0.607438,0.60330576,0.6322314,0.6570248,0.6942149,0.6735537,0.6198347,0.5123967,0.46694216,0.42975205,0.42561984,0.40495867,0.30165288,0.3181818,0.5495868,0.553719,0.4876033,0.58677685,0.5371901,0.5413223,0.6322314,0.661157,0.6818182,0.7107438,0.77272725,0.78512394,0.73966944,0.677686,0.6363636,0.61157024,0.58677685,0.58264464,0.57438016,0.5289256,0.45454547,0.41322315,0.3966942,0.38429752,0.38016528,0.44214877,0.46280992,0.38016528,0.3677686,0.6363636,0.7933884,0.8595041,0.8057851,0.78099173,0.76033056,0.7644628,0.78099173,0.6859504,0.53305787,0.2520661,0.4752066,0.45454547,0.40495867,0.3553719,0.38842976,0.41322315,0.4752066,0.48347107,0.5413223,0.62396693,0.5785124,0.5413223,0.57024795,0.58677685,0.6363636,0.6528926,0.6446281,0.60330576,0.5165289,0.5,0.5289256,0.5413223,0.5,0.38429752,0.30578512,0.38842976,0.46694216,0.46694216,0.56198347,0.6570248,0.75206614,0.73140496,0.7231405,0.73140496,0.70247936,0.59090906,0.6528926,0.58677685,0.54545456,0.44214877,0.30991736,0.2231405,0.37603307,0.28099173,0.30165288,0.37190083,0.37190083,0.3553719,0.3553719,0.37603307,0.38016528,0.41322315,0.41735536,0.47107437,0.7768595,0.838843,0.677686,0.58264464,0.56198347,0.6198347,0.73966944,0.70247936,0.4338843,0.37190083,0.4752066,0.38429752,0.30578512,0.3305785,0.36363637,0.37190083,0.38842976,0.34710744,0.3181818,0.3429752,0.3429752,0.37190083,0.42975205,0.4752066,0.54545456,0.57024795,0.5123967,0.5495868,0.553719,0.5206612,0.5413223,0.55785125,0.5,0.4214876,0.41735536,0.3677686,0.3677686,0.6818182,0.61157024,0.55785125,0.6942149,0.7107438,0.71900827,0.6404959,0.5495868,0.4752066,0.47933885,0.38429752,0.5289256,0.6198347,0.30165288,0.1983471,0.17768595,0.2520661,0.29752067,0.41322315,0.42975205,0.35950413,0.36363637,0.41735536,0.49173555,0.5082645,0.47107437,0.3181818,0.74793386,0.8181818,0.6487603,0.59090906,0.553719,0.53305787,0.46694216,0.44214877,0.34710744,0.4214876,0.45867768,0.3264463,0.40082645,0.38016528,0.3181818,0.33471075,0.4876033,0.37603307,0.21900827,0.18595041,0.1570248,0.24380165,0.23553719,0.37603307,0.34710744,0.37190083,0.41322315,0.42975205,0.5041322,0.553719,0.55785125,0.5495868,0.42561984,0.42561984,0.40082645,0.46694216,0.4876033,0.7107438,0.73140496,0.62396693,0.6322314,0.6570248,0.6404959,0.57024795,0.53305787,0.5082645,0.5371901,0.47107437,0.607438,0.5785124,0.3553719,0.3305785,0.30165288,0.3305785,0.38016528,0.5165289,0.54545456,0.47107437,0.59504133,0.42561984,0.5661157,0.70247936,0.5371901,0.338843,0.7066116,0.70247936,0.6487603,0.59090906,0.56198347,0.59917355,0.61570245,0.6198347,0.3305785,0.42975205,0.5082645,0.5082645,0.5206612,0.34710744,0.35123968,0.5289256,0.6528926,0.5661157,0.33471075,0.34710744,0.30165288,0.3677686,0.3140496,0.5041322,0.446281,0.41322315,0.38429752,0.38842976,0.46694216,0.5041322,0.49586776,0.5206612,0.4338843,0.5165289,0.3966942,0.338843,0.45041323,0.76033056,0.74793386,0.73966944,0.73140496,0.7355372,0.677686,0.6652893,0.6570248,0.6198347,0.62396693,0.607438,0.5661157,0.57438016,0.4876033,0.49586776,0.49173555,0.4752066,0.48347107,0.53305787,0.49586776,0.47107437,0.5289256,0.55785125,0.607438,0.7355372,0.5206612,0.446281,0.6652893,0.6363636,0.677686,0.70247936,0.6570248,0.5785124,0.4752066,0.6322314,0.49586776,0.39256197,0.61157024,0.60330576,0.57438016,0.5165289,0.5082645,0.5371901,0.57024795,0.5785124,0.4876033,0.5123967,0.47933885,0.48347107,0.5165289,0.5661157,0.56198347,0.5247934,0.46280992,0.43801653,0.48347107,0.5041322,0.5289256,0.5661157,0.5371901,0.5413223,0.4338843,0.24380165,0.45867768,0.74793386,0.7355372,0.7644628,0.7768595,0.7768595,0.76859504,0.76033056,0.75619835,0.71487606,0.71487606,0.6735537,0.6198347,0.59917355,0.5785124,0.59917355,0.58677685,0.55785125,0.5371901,0.5247934,0.5123967,0.49586776,0.5289256,0.58677685,0.58677685,0.71487606,0.4090909,0.49173555,0.6694215,0.7355372,0.7231405,0.6818182,0.7066116,0.6652893,0.46280992,0.446281,0.607438,0.3264463,0.61570245,0.5165289,0.46280992,0.5082645,0.5371901,0.5123967,0.5041322,0.5247934,0.5289256,0.55785125,0.5495868,0.5371901,0.5495868,0.5413223,0.53305787,0.49586776,0.4752066,0.5206612,0.59504133,0.607438,0.607438,0.58264464,0.5785124,0.5413223,0.47107437,0.23966943,0.5289256,0.73966944,0.73140496,0.7768595,0.78099173,0.7892562,0.76859504,0.7644628,0.74380165,0.7231405,0.7355372,0.7231405,0.6735537,0.661157,0.6198347,0.59090906,0.57024795,0.58264464,0.5371901,0.5206612,0.49173555,0.5206612,0.54545456,0.60330576,0.62396693,0.74793386,0.23966943,0.38842976,0.71900827,0.7933884,0.75206614,0.6735537,0.677686,0.71487606,0.4752066,0.37190083,0.5041322,0.2231405,0.60330576,0.5289256,0.41735536,0.48347107,0.553719,0.5165289,0.4752066,0.46280992,0.46694216,0.48347107,0.5041322,0.5165289,0.5123967,0.49173555,0.5123967,0.5206612,0.57024795,0.6198347,0.6280992,0.6446281,0.6280992,0.5785124,0.60330576,0.5413223,0.49586776,0.27272728,0.62396693,0.73966944,0.72727275,0.76859504,0.7768595,0.78099173,0.7768595,0.76033056,0.73140496,0.7355372,0.7066116,0.69008267,0.6404959,0.6198347,0.57024795,0.5495868,0.5206612,0.5289256,0.5082645,0.5206612,0.5206612,0.60330576,0.6280992,0.6487603,0.69008267,0.553719,0.12396694,0.45041323,0.78099173,0.78512394,0.73140496,0.71900827,0.677686,0.75619835,0.5289256,0.58677685,0.56198347,0.11570248,0.47107437,0.5785124,0.5082645,0.5041322,0.5661157,0.57438016,0.53305787,0.5165289,0.5,0.4876033,0.5,0.5,0.5206612,0.5165289,0.5785124,0.61570245,0.6446281,0.6570248,0.6363636,0.61570245,0.607438,0.60330576,0.61570245,0.5413223,0.5123967,0.33471075,0.73140496,0.73966944,0.73140496,0.77272725,0.77272725,0.77272725,0.7892562,0.78099173,0.7107438,0.7768595,0.74380165,0.74380165,0.71900827,0.70247936,0.6487603,0.6404959,0.6198347,0.61570245,0.61157024,0.62396693,0.6446281,0.6652893,0.6859504,0.72727275,0.75619835,0.38429752,0.23966943,0.6404959,0.7644628,0.7768595,0.72727275,0.7066116,0.6983471,0.7355372,0.6363636,0.4876033,0.35950413,0.20247933,0.32231405,0.59917355,0.59090906,0.5661157,0.56198347,0.58677685,0.56198347,0.57438016,0.57438016,0.5785124,0.58677685,0.59090906,0.6198347,0.607438,0.6570248,0.6570248,0.6652893,0.6487603,0.6735537,0.6363636,0.61157024,0.6322314,0.62396693,0.53305787,0.5165289,0.4214876,0.76859504,0.7355372,0.74793386,0.78099173,0.77272725,0.78099173,0.8016529,0.8140496,0.75619835,0.77272725,0.78099173,0.7644628,0.75619835,0.74793386,0.7355372,0.73140496,0.70247936,0.6652893,0.6818182,0.6735537,0.71487606,0.72727275,0.75206614,0.7933884,0.6363636,0.3677686,0.5289256,0.7355372,0.76859504,0.8016529,0.76033056,0.7231405,0.6983471,0.72727275,0.7231405,0.57024795,0.35950413,0.37603307,0.24380165,0.49586776,0.6487603,0.6570248,0.60330576,0.61570245,0.62396693,0.61570245,0.59504133,0.60330576,0.6198347,0.61570245,0.6487603,0.62396693,0.6446281,0.6735537,0.677686,0.6694215,0.6942149,0.6818182,0.6570248,0.6487603,0.6280992,0.53305787,0.5289256,0.5165289,0.76033056,0.72727275,0.76859504,0.76859504,0.7892562,0.8057851,0.8016529,0.8264463,0.79752064,0.76033056,0.76859504,0.76859504,0.74380165,0.74380165,0.73966944,0.74793386,0.75619835,0.72727275,0.71900827,0.7231405,0.75206614,0.7644628,0.79752064,0.8016529,0.3966942,0.5413223,0.661157,0.78512394,0.78512394,0.79752064,0.76033056,0.72727275,0.71487606,0.73966944,0.73140496,0.60330576,0.47107437,0.3677686,0.48347107,0.29338843,0.6322314,0.7231405,0.6694215,0.6404959,0.677686,0.6694215,0.6487603,0.6446281,0.6570248,0.6363636,0.6363636,0.6570248,0.6735537,0.661157,0.6942149,0.6942149,0.7066116,0.7066116,0.6694215,0.661157,0.6404959,0.54545456,0.5,0.5495868,0.6942149,0.7231405,0.77272725,0.77272725,0.8057851,0.80991733,0.822314,0.822314,0.7892562,0.78512394,0.75206614,0.75619835,0.7355372,0.72727275,0.75206614,0.7231405,0.73966944,0.73140496,0.7231405,0.74380165,0.75206614,0.77272725,0.8016529,0.45041323,0.60330576,0.59504133,0.6983471,0.79752064,0.8016529,0.7933884,0.7892562,0.71900827,0.73966944,0.8181818,0.6528926,0.59090906,0.56198347,0.38842976,0.49173555,0.41735536,0.4214876,0.677686,0.6859504,0.6942149,0.70247936,0.69008267,0.6942149,0.6735537,0.6652893,0.6446281,0.6570248,0.661157,0.6652893,0.6487603,0.6983471,0.72727275,0.72727275,0.7107438,0.6983471,0.6694215,0.6322314,0.553719,0.57438016,0.38842976,0.4338843,0.77272725,0.77272725,0.79752064,0.8181818,0.8016529,0.8140496,0.822314,0.79752064,0.7768595,0.75619835,0.7355372,0.72727275,0.7231405,0.7231405,0.7066116,0.73966944,0.7355372,0.71900827,0.74380165,0.75619835,0.73140496,0.53305787,0.61570245,0.72727275,0.59504133,0.74380165,0.78512394,0.8016529,0.78099173,0.79752064,0.7107438,0.77272725,0.76859504,0.60330576,0.57024795,0.61157024,0.49586776,0.41322315,0.5123967,0.4090909,0.45041323,0.6694215,0.661157,0.6735537,0.6859504,0.6735537,0.6818182,0.6652893,0.6322314,0.6446281,0.6694215,0.6694215,0.61570245,0.6859504,0.72727275,0.72727275,0.72727275,0.71487606,0.6942149,0.62396693,0.60330576,0.48347107,0.3429752,0.2892562,0.6528926,0.78512394,0.80991733,0.8264463,0.80991733,0.822314,0.80991733,0.8016529,0.78099173,0.75206614,0.73140496,0.7231405,0.72727275,0.7066116,0.71900827,0.73966944,0.7355372,0.7355372,0.75619835,0.7644628,0.48347107,0.6322314,0.78512394,0.6694215,0.6446281,0.7768595,0.7768595,0.7892562,0.8016529,0.8181818,0.6942149,0.7644628,0.7231405,0.59917355,0.57024795,0.6322314,0.58677685,0.42975205,0.5123967,0.5661157,0.4214876,0.41735536,0.62396693,0.6652893,0.6652893,0.6735537,0.6652893,0.6735537,0.6735537,0.661157,0.6528926,0.6652893,0.6694215,0.6859504,0.71900827,0.71900827,0.74380165,0.7107438,0.6859504,0.6528926,0.55785125,0.38429752,0.5165289,0.6363636,0.4090909,0.661157,0.8057851,0.8305785,0.8140496,0.8264463,0.838843,0.8057851,0.7892562,0.76033056,0.73966944,0.7355372,0.7355372,0.73140496,0.74793386,0.74793386,0.75619835,0.74793386,0.6280992,0.45454547,0.59917355,0.7644628,0.72727275,0.6280992,0.661157,0.7892562,0.78512394,0.78512394,0.80991733,0.8264463,0.69008267,0.7644628,0.7107438,0.661157,0.58677685,0.60330576,0.61157024,0.46280992,0.46280992,0.58264464,0.553719,0.45454547,0.45454547,0.5041322,0.6198347,0.6735537,0.6570248,0.661157,0.6859504,0.6859504,0.6735537,0.6859504,0.7107438,0.69008267,0.73966944,0.7107438,0.70247936,0.71487606,0.7644628,0.59504133,0.45454547,0.553719,0.5123967,0.6818182,0.69008267,0.5495868,0.553719,0.78512394,0.838843,0.8264463,0.8471074,0.822314,0.8016529,0.76033056,0.75206614,0.74793386,0.7355372,0.75619835,0.78099173,0.74380165,0.6528926,0.5289256,0.5041322,0.62396693,0.6487603,0.6404959,0.6942149,0.58677685,0.6818182,0.78512394,0.8057851,0.77272725,0.8512397,0.8016529,0.69008267,0.78099173,0.7107438,0.7066116,0.6446281,0.57024795,0.57438016,0.49173555,0.3966942,0.5413223,0.58677685,0.5661157,0.5123967,0.4752066,0.42561984,0.45041323,0.59917355,0.6446281,0.6528926,0.6735537,0.69008267,0.71487606,0.7355372,0.72727275,0.7644628,0.6818182,0.77272725,0.8429752,0.59504133,0.5165289,0.60330576,0.57438016,0.5,0.6446281,0.74380165,0.7768595,0.6446281,0.46280992,0.59504133,0.73966944,0.838843,0.8471074,0.80991733,0.76859504,0.78512394,0.75619835,0.71900827,0.6942149,0.607438,0.5247934,0.49586776,0.5661157,0.59917355,0.56198347,0.54545456,0.62396693,0.69008267,0.58264464,0.6818182,0.80991733,0.8016529,0.76033056,0.8595041,0.78099173,0.6859504,0.76033056,0.71900827,0.7066116,0.69008267,0.58677685,0.5495868,0.5,0.40082645,0.47933885,0.5785124,0.6487603,0.661157,0.57438016,0.5289256,0.46280992,0.35950413,0.41735536,0.4752066,0.5123967,0.5082645,0.5082645,0.5247934,0.5371901,0.55785125,0.3677686,0.5413223,0.6322314,0.6446281,0.6322314,0.60330576,0.553719,0.5,0.6404959,0.72727275,0.7768595,0.78512394,0.78099173,0.6487603,0.62396693,0.69008267,0.74380165,0.6446281,0.5123967,0.5082645,0.46694216,0.49173555,0.5165289,0.5371901,0.57024795,0.5785124,0.5495868,0.5371901,0.5289256,0.58677685,0.69008267,0.6528926,0.58264464,0.7107438,0.822314,0.78512394,0.76859504,0.8677686,0.7644628,0.6942149,0.75206614,0.74793386,0.7066116,0.6983471,0.6198347,0.5661157,0.5289256,0.4090909,0.45867768,0.59504133,0.661157,0.74380165,0.74380165,0.6487603,0.5247934,0.5123967,0.46694216,0.45454547,0.4752066,0.5206612,0.5289256,0.57438016,0.5661157,0.6404959,0.677686,0.6818182,0.6694215,0.6487603,0.607438,0.5785124,0.5371901,0.4876033,0.6735537,0.71487606,0.7644628,0.78099173,0.8057851,0.8305785,0.80991733,0.7892562,0.7768595,0.78512394,0.71900827,0.6570248,0.62396693,0.59917355,0.58264464,0.58264464,0.59917355,0.61157024,0.62396693,0.6446281,0.62396693,0.6652893,0.6528926,0.6363636,0.6570248,0.75619835,0.838843,0.7892562,0.8140496,0.87603307,0.7768595,0.677686,0.75619835,0.74793386,0.75206614,0.73140496,0.6570248,0.5785124,0.5661157,0.4338843,0.5,0.60330576,0.6859504,0.73140496,0.76033056,0.73140496,0.6694215,0.6570248,0.61570245,0.59917355,0.57024795,0.5495868,0.5247934,0.5661157,0.5785124,0.59504133,0.62396693,0.6322314,0.6280992,0.62396693,0.607438,0.5661157,0.5247934,0.446281,0.661157,0.7107438,0.74793386,0.76033056,0.7933884,0.8057851,0.8181818,0.78512394,0.76859504,0.73140496,0.6818182,0.6487603,0.6322314,0.6404959,0.6528926,0.6818182,0.71487606,0.74380165,0.71900827,0.70247936,0.6942149,0.7066116,0.6818182,0.6818182,0.73140496,0.7892562,0.8677686,0.7892562,0.8140496,0.8429752,0.75619835,0.71900827,0.7231405,0.7355372,0.80991733,0.78099173,0.6942149,0.5495868,0.607438,0.5206612,0.5495868,0.6735537,0.71900827,0.75206614,0.76033056,0.71487606,0.6859504,0.6942149,0.6942149,0.6983471,0.6818182,0.6694215,0.6363636,0.60330576,0.59090906,0.59090906,0.59917355,0.59504133,0.59090906,0.59917355,0.58677685,0.5371901,0.54545456,0.3429752,0.5289256,0.73140496,0.75619835,0.75619835,0.7933884,0.79752064,0.8016529,0.78099173,0.7892562,0.78512394,0.76033056,0.73140496,0.71900827,0.71900827,0.7107438,0.71487606,0.7231405,0.7231405,0.6983471,0.6942149,0.7107438,0.71900827,0.6942149,0.79752064,0.7231405,0.7892562,0.8677686,0.76859504,0.72727275,0.7066116,0.69008267,0.6942149,0.6859504,0.6859504,0.74380165,0.6983471,0.62396693,0.5165289,0.60330576,0.6198347,0.6198347,0.71487606,0.75619835,0.75206614,0.7355372,0.7066116,0.6942149,0.69008267,0.6859504,0.6859504,0.6859504,0.6652893,0.677686,0.6528926,0.6528926,0.6446281,0.62396693,0.6322314,0.59917355,0.58264464,0.5661157,0.5371901,0.5413223,0.2892562,0.5,0.74380165,0.75206614,0.7644628,0.77272725,0.79752064,0.7933884,0.7892562,0.7892562,0.7768595,0.77272725,0.75206614,0.72727275,0.69008267,0.6942149,0.6942149,0.6818182,0.6694215,0.661157,0.7066116,0.73140496,0.7066116,0.6983471,0.79752064,0.6694215,0.6446281,0.6528926,0.677686,0.661157,0.6363636,0.59917355,0.61157024,0.6280992,0.59090906,0.56198347,0.5082645,0.49586776,0.4752066,0.55785125,0.60330576,0.59504133,0.71487606,0.73140496,0.6859504,0.6694215,0.6652893,0.6694215,0.6528926,0.6694215,0.6735537,0.6694215,0.6528926,0.6528926,0.6363636,0.6363636,0.6404959,0.6322314,0.6280992,0.607438,0.57438016,0.55785125,0.5082645,0.553719,0.26859504,0.5247934,0.75619835,0.7355372,0.7644628,0.7768595,0.77272725,0.75206614,0.75619835,0.75206614,0.75619835,0.75206614,0.7107438,0.6983471,0.69008267,0.6735537,0.6363636,0.61570245,0.6198347,0.6570248,0.7107438,0.75206614,0.73140496,0.7107438,0.6859504,0.59504133,0.45867768,0.5123967,0.54545456,0.55785125,0.5413223,0.49586776,0.5,0.49173555,0.41735536,0.40082645,0.38016528,0.3264463,0.36363637,0.446281,0.553719,0.43801653,0.6694215,0.70247936,0.6652893,0.62396693,0.607438,0.60330576,0.6363636,0.6404959,0.6528926,0.6487603,0.6446281,0.62396693,0.60330576,0.59090906,0.59504133,0.58264464,0.56198347,0.56198347,0.553719,0.54545456,0.49173555,0.553719,0.23966943,0.5247934,0.7644628,0.74380165,0.76033056,0.76859504,0.7231405,0.6859504,0.70247936,0.71487606,0.7355372,0.7355372,0.7231405,0.6942149,0.6694215,0.6280992,0.61157024,0.60330576,0.6487603,0.71487606,0.75206614,0.7644628,0.76859504,0.6942149,0.57438016,0.43801653,0.36363637,0.5247934,0.5371901,0.48347107,0.3966942,0.338843,0.3305785,0.35950413,0.37190083,0.3677686,0.2520661,0.18595041,0.17355372,0.3181818,0.4338843,0.3305785,0.6322314,0.71900827,0.6942149,0.61570245,0.59090906,0.57438016,0.61570245,0.6322314,0.6198347,0.6363636,0.61570245,0.59504133,0.57024795,0.5661157,0.56198347,0.54545456,0.5041322,0.5289256,0.53305787,0.5206612,0.49173555,0.5413223,0.19421488,0.5082645,0.77272725,0.73966944,0.7644628,0.76033056,0.70247936,0.6280992,0.661157,0.70247936,0.75206614,0.7644628,0.73966944,0.7066116,0.6528926,0.6280992,0.61570245,0.6487603,0.6859504,0.73966944,0.78512394,0.78512394,0.78099173,0.7768595,0.7066116,0.5289256,0.48347107,0.61570245,0.54545456,0.47933885,0.38016528,0.23966943,0.2520661,0.3264463,0.37190083,0.3677686,0.3553719,0.35950413,0.27272728,0.32231405,0.30991736,0.4752066,0.6652893,0.71487606,0.6983471,0.6404959,0.61570245,0.59504133,0.59504133,0.6446281,0.6404959,0.6528926,0.6487603,0.59917355,0.56198347,0.53305787,0.5289256,0.5082645,0.49173555,0.5206612,0.5123967,0.48347107,0.5041322,0.5165289,0.1446281,0.4752066,0.77272725,0.74380165,0.76859504,0.76033056,0.70247936,0.59090906,0.6570248,0.7355372,0.7933884,0.7892562,0.76033056,0.6859504,0.661157,0.661157,0.661157,0.6735537,0.7066116,0.75619835,0.7768595,0.77272725,0.77272725,0.78099173,0.7892562,0.7644628,0.6735537,0.62396693,0.5165289,0.40082645,0.37603307,0.2520661,0.1983471,0.26859504,0.338843,0.40495867,0.38842976,0.48347107,0.4214876,0.4090909,0.4090909,0.5495868,0.661157,0.6859504,0.6859504,0.6652893,0.6404959,0.61157024,0.6198347,0.6280992,0.661157,0.6487603,0.6735537,0.6198347,0.58264464,0.5495868,0.5123967,0.5,0.4876033,0.5289256,0.5247934,0.46694216,0.5165289,0.4752066,0.14049587,0.40495867,0.73140496,0.74380165,0.7768595,0.78099173,0.6694215,0.5371901,0.6528926,0.78099173,0.8057851,0.7892562,0.73140496,0.6859504,0.6983471,0.6528926,0.6363636,0.677686,0.69008267,0.74380165,0.7644628,0.7644628,0.7355372,0.75206614,0.74380165,0.74793386,0.73140496,0.6446281,0.4876033,0.38016528,0.27272728,0.21900827,0.18181819,0.2107438,0.29752067,0.35123968,0.37190083,0.42975205,0.43801653,0.41322315,0.45454547,0.57024795,0.6528926,0.6528926,0.6487603,0.6528926,0.6652893,0.61570245,0.61157024,0.6322314,0.6528926,0.6528926,0.6735537,0.6528926,0.61157024,0.5661157,0.5041322,0.5041322,0.5165289,0.5495868,0.5247934,0.45454547,0.5247934,0.42975205,0.1446281,0.35950413,0.7066116,0.74380165,0.76033056,0.76859504,0.6735537,0.5289256,0.677686,0.80991733,0.8016529,0.78099173,0.71900827,0.7066116,0.6322314,0.58264464,0.6198347,0.6735537,0.6735537,0.74793386,0.74380165,0.71900827,0.71900827,0.75619835,0.76033056,0.7107438,0.7066116,0.677686,0.55785125,0.43801653,0.30165288,0.24380165,0.2231405,0.20247933,0.2644628,0.3305785,0.35950413,0.39256197,0.4338843,0.47107437,0.49586776,0.5785124,0.6528926,0.6652893,0.6487603,0.6363636,0.6446281,0.607438,0.60330576,0.6322314,0.6487603,0.6487603,0.6363636,0.62396693,0.6198347,0.57024795,0.5247934,0.56198347,0.59090906,0.5661157,0.5082645,0.46280992,0.5247934,0.38016528,0.12809917,0.24793388,0.6528926,0.73966944,0.75206614,0.76033056,0.69008267,0.60330576,0.74793386,0.7933884,0.8016529,0.7231405,0.6983471,0.6528926,0.5785124,0.607438,0.6404959,0.661157,0.6694215,0.74380165,0.73140496,0.71900827,0.7066116,0.74380165,0.69008267,0.6652893,0.6487603,0.6487603,0.59504133,0.5,0.41322315,0.30991736,0.24793388,0.1983471,0.28099173,0.338843,0.3966942,0.39256197,0.43801653,0.5041322,0.5413223,0.5661157,0.62396693,0.62396693,0.6363636,0.6446281,0.6280992,0.59090906,0.57438016,0.58677685,0.6322314,0.6363636,0.61570245,0.6322314,0.6280992,0.59090906,0.5165289,0.59090906,0.60330576,0.5661157,0.49586776,0.5,0.5041322,0.32231405,0.11570248,0.1983471,0.55785125,0.73966944,0.76033056,0.74793386,0.6983471,0.661157,0.7892562,0.78512394,0.79752064,0.72727275,0.73140496,0.6322314,0.6363636,0.6198347,0.59090906,0.5785124,0.6280992,0.70247936,0.6859504,0.677686,0.6322314,0.71487606,0.6694215,0.6487603,0.62396693,0.6280992,0.62396693,0.54545456,0.49173555,0.41735536,0.38429752,0.30991736,0.38842976,0.4090909,0.43801653,0.47107437,0.42561984,0.5495868,0.553719,0.5785124,0.60330576,0.57438016,0.607438,0.6404959,0.6363636,0.607438,0.5785124,0.5413223,0.58264464,0.60330576,0.58264464,0.61570245,0.6198347,0.57024795,0.5289256,0.61157024,0.59917355,0.553719,0.4876033,0.49173555,0.54545456,0.19421488,0.11157025,0.18181819,0.4338843,0.71487606,0.72727275,0.75619835,0.71487606,0.7107438,0.78099173,0.79752064,0.7933884,0.72727275,0.6818182,0.6322314,0.59504133,0.58264464,0.49173555,0.5206612,0.57438016,0.661157,0.6404959,0.6570248,0.61157024,0.6652893,0.6942149,0.6363636,0.61570245,0.59504133,0.59090906,0.5371901,0.47933885,0.42561984,0.45867768,0.47107437,0.5123967,0.49586776,0.48347107,0.4876033,0.5,0.5082645,0.5371901,0.5413223,0.55785125,0.5495868,0.553719,0.59090906,0.58264464,0.58677685,0.6280992,0.57024795,0.56198347,0.57024795,0.58264464,0.6280992,0.6198347,0.553719,0.54545456,0.62396693,0.60330576,0.5165289,0.47933885,0.49586776,0.47107437,0.09090909,0.12809917,0.18181819,0.26859504,0.6363636,0.73966944,0.7231405,0.7066116,0.72727275,0.77272725,0.8057851,0.7933884,0.6983471,0.62396693,0.607438,0.5289256,0.5041322,0.45867768,0.48347107,0.5289256,0.60330576,0.59504133,0.61570245,0.61570245,0.6487603,0.69008267,0.6735537,0.6198347,0.6280992,0.6363636,0.5495868,0.47107437,0.446281,0.5165289,0.61157024,0.60330576,0.55785125,0.5041322,0.4876033,0.46694216,0.48347107,0.5,0.5041322,0.5165289,0.5247934,0.48347107,0.5,0.5165289,0.53305787,0.5495868,0.5371901,0.5785124,0.5413223,0.57438016,0.6363636,0.6198347,0.53305787,0.5661157,0.607438,0.58677685,0.5,0.46280992,0.48347107,0.30578512,0.08677686,0.1446281,0.20661157,0.15289256,0.49586776,0.71900827,0.7107438,0.7066116,0.72727275,0.7644628,0.77272725,0.78099173,0.6735537,0.57438016,0.5206612,0.4214876,0.36363637,0.35950413,0.29752067,0.3677686,0.59504133,0.677686,0.71487606,0.71900827,0.7107438,0.6983471,0.677686,0.6528926,0.6404959,0.6694215,0.5785124,0.5247934,0.5289256,0.59090906,0.6735537,0.5661157,0.59504133,0.5661157,0.5413223,0.53305787,0.5289256,0.5082645,0.5165289,0.5,0.46694216,0.4338843,0.41735536,0.4214876,0.446281,0.46280992,0.446281,0.5247934,0.5247934,0.58264464,0.6280992,0.61570245,0.5123967,0.56198347,0.59090906,0.54545456,0.4752066,0.46280992,0.42561984,0.1694215,0.12809917,0.14049587,0.21900827,0.1570248,0.3181818,0.6487603,0.70247936,0.70247936,0.71487606,0.73966944,0.76859504,0.74793386,0.6652893,0.57024795,0.49173555,0.45041323,0.45041323,0.45867768,0.4090909,0.4214876,0.3305785,0.48347107,0.59090906,0.61157024,0.59090906,0.55785125,0.5123967,0.53305787,0.48347107,0.5413223,0.54545456,0.57438016,0.61570245,0.607438,0.5413223,0.41322315,0.41735536,0.45454547,0.47107437,0.4876033,0.54545456,0.5661157,0.56198347,0.5247934,0.4876033,0.43801653,0.30165288,0.33471075,0.37190083,0.38429752,0.38016528,0.45454547,0.5206612,0.60330576,0.6280992,0.59090906,0.47933885,0.55785125,0.58264464,0.5247934,0.42975205,0.45867768,0.30578512,0.11983471,0.1322314,0.1322314,0.19421488,0.18595041,0.20247933,0.5041322,0.6652893,0.6859504,0.69008267,0.7066116,0.73140496,0.7231405,0.6198347,0.553719,0.47107437,0.4876033,0.49586776,0.53305787,0.59917355,0.661157,0.607438,0.45867768,0.42561984,0.42561984,0.41322315,0.38842976,0.34710744,0.40495867,0.3181818,0.33471075,0.38842976,0.4752066,0.5041322,0.3966942,0.30991736,0.2603306,0.28099173,0.29338843,0.30578512,0.29338843,0.30578512,0.34710744,0.38016528,0.39256197,0.38429752,0.3677686,0.30991736,0.30991736,0.2768595,0.36363637,0.4090909,0.446281,0.54545456,0.59090906,0.61570245,0.5495868,0.446281,0.54545456,0.5495868,0.4876033,0.4214876,0.42561984,0.1570248,0.11983471,0.1322314,0.14049587,0.19421488,0.19008264,0.16115703,0.30991736,0.59917355,0.6404959,0.6818182,0.6694215,0.677686,0.69008267,0.59917355,0.5165289,0.4752066,0.48347107,0.57024795,0.61570245,0.6404959,0.661157,0.70247936,0.6528926,0.56198347,0.5413223,0.5247934,0.46280992,0.35950413,0.3677686,0.2768595,0.30578512,0.27272728,0.28512397,0.2603306,0.2107438,0.2231405,0.23140496,0.2231405,0.23553719,0.25619835,0.2768595,0.28512397,0.28512397,0.3264463,0.3553719,0.40495867,0.46694216,0.5123967,0.56198347,0.5041322,0.4752066,0.46280992,0.45454547,0.5289256,0.58264464,0.59090906,0.5247934,0.4338843,0.5413223,0.53305787,0.44214877,0.42561984,0.23966943,0.10330579,0.1322314,0.12809917,0.14049587,0.2107438,0.17768595,0.1983471,0.14876033,0.42975205,0.58677685,0.6198347,0.6446281,0.6446281,0.6487603,0.60330576,0.49586776,0.49173555,0.5082645,0.6198347,0.6528926,0.6652893,0.6818182,0.7066116,0.69008267,0.6446281,0.59504133,0.607438,0.62396693,0.59090906,0.5165289,0.4876033,0.45041323,0.42975205,0.37603307,0.34710744,0.37603307,0.42561984,0.42975205,0.4214876,0.4214876,0.45867768,0.46694216,0.47107437,0.4752066,0.4876033,0.4752066,0.47933885,0.47933885,0.5206612,0.5785124,0.59917355,0.53305787,0.49586776,0.5123967,0.5413223,0.57024795,0.56198347,0.47107437,0.446281,0.5413223,0.47107437,0.4214876,0.30165288,0.1322314,0.12396694,0.13636364,0.1322314,0.1322314,0.1983471,0.18595041,0.1983471,0.16528925,0.24380165,0.5289256,0.55785125,0.59504133,0.607438,0.6322314,0.5785124,0.5371901,0.5371901,0.5413223,0.6528926,0.6694215,0.6818182,0.7066116,0.71900827,0.6859504,0.6570248,0.6528926,0.60330576,0.60330576,0.58677685,0.57438016,0.57438016,0.57024795,0.57438016,0.5413223,0.53305787,0.57438016,0.59504133,0.5785124,0.5247934,0.48347107,0.4876033,0.5,0.49173555,0.4876033,0.4752066,0.43801653,0.45041323,0.5123967,0.5785124,0.59090906,0.61157024,0.5661157,0.5371901,0.5495868,0.5247934,0.5495868,0.5082645,0.4338843,0.43801653,0.4752066,0.41735536,0.33471075,0.16528925,0.12809917,0.1570248,0.12809917,0.12809917,0.13636364,0.2107438,0.18181819,0.19008264,0.19008264,0.17768595,0.37603307,0.53305787,0.5371901,0.5661157,0.57438016,0.5785124,0.58677685,0.57024795,0.58677685,0.6528926,0.661157,0.69008267,0.72727275,0.7066116,0.6983471,0.6694215,0.60330576,0.59504133,0.58264464,0.5413223,0.5289256,0.5289256,0.5371901,0.5123967,0.5,0.5123967,0.5165289,0.49586776,0.48347107,0.446281,0.44214877,0.44214877,0.47107437,0.446281,0.42561984,0.40082645,0.43801653,0.53305787,0.59504133,0.61157024,0.59504133,0.59917355,0.57438016,0.5371901,0.54545456,0.5289256,0.5082645,0.46694216,0.3966942,0.42975205,0.4338843,0.36363637,0.20247933,0.12809917,0.12809917,0.12809917,0.14049587,0.14049587,0.14049587,0.21487603,0.19008264,0.17768595,0.18595041,0.1694215,0.2231405,0.4876033,0.5371901,0.5495868,0.5413223,0.59504133,0.58677685,0.59504133,0.61157024,0.6487603,0.6446281,0.6818182,0.7231405,0.6942149,0.6942149,0.6818182,0.62396693,0.54545456,0.5413223,0.47933885,0.45454547,0.45041323,0.446281,0.41322315,0.42975205,0.4338843,0.40495867,0.39256197,0.39256197,0.38429752,0.37190083,0.36363637,0.35950413,0.36363637,0.3966942,0.4876033,0.5247934,0.59917355,0.607438,0.58677685,0.58264464,0.58677685,0.59504133,0.5661157,0.54545456,0.5247934,0.45867768,0.42975205,0.36363637,0.40495867,0.41735536,0.21900827,0.1322314,0.12396694,0.13636364,0.12809917,0.13636364,0.12809917,0.1322314,0.20661157,0.19421488,0.17355372,0.18595041,0.18181819,0.17768595,0.47107437,0.5413223,0.53305787,0.5041322,0.5785124,0.58264464,0.58264464,0.59917355,0.6487603,0.6570248,0.661157,0.69008267,0.661157,0.6818182,0.6735537,0.6280992,0.58677685,0.553719,0.47107437,0.3677686,0.3140496,0.2603306,0.24380165,0.2892562,0.2768595,0.23140496,0.23140496,0.23553719,0.23553719,0.2520661,0.3305785,0.37190083,0.41322315,0.49586776,0.56198347,0.5661157,0.58677685,0.56198347,0.553719,0.57438016,0.58677685,0.57024795,0.54545456,0.553719,0.5247934,0.44214877,0.38429752,0.3429752,0.39256197,0.30165288,0.14049587,0.12809917,0.12809917,0.1322314,0.11983471,0.14049587,0.13636364,0.12396694,0.19421488,0.19421488,0.19008264,0.1694215,0.2107438,0.1694215,0.5041322,0.5247934,0.5371901,0.5247934,0.54545456,0.57438016,0.59090906,0.59917355,0.6446281,0.6528926,0.6570248,0.6570248,0.6404959,0.6446281,0.6487603,0.62396693,0.61157024,0.58264464,0.5123967,0.43801653,0.38842976,0.35123968,0.33471075,0.3181818,0.2892562,0.28099173,0.29338843,0.3140496,0.34710744,0.3677686,0.42975205,0.4752066,0.5082645,0.54545456,0.54545456,0.5495868,0.5206612,0.5123967,0.5495868,0.5785124,0.553719,0.55785125,0.5206612,0.5247934,0.49173555,0.38842976,0.36363637,0.34710744,0.3429752,0.17768595,0.12809917,0.14049587,0.12809917,0.1322314,0.1322314,0.1322314,0.1446281,0.12396694,0.2107438,0.19421488,0.1983471,0.19008264,0.20247933,0.14876033,0.5413223,0.5661157,0.5165289,0.59090906,0.5206612,0.5495868,0.61570245,0.59917355,0.61157024,0.61157024,0.62396693,0.6363636,0.60330576,0.61157024,0.6198347,0.61570245,0.60330576,0.58677685,0.553719,0.5165289,0.47107437,0.44214877,0.42975205,0.40495867,0.3677686,0.3966942,0.3966942,0.41735536,0.45041323,0.4752066,0.48347107,0.5041322,0.53305787,0.5082645,0.5041322,0.5082645,0.5041322,0.53305787,0.56198347,0.54545456,0.53305787,0.5247934,0.49173555,0.47933885,0.44214877,0.35950413,0.34710744,0.34710744,0.23966943,0.12809917,0.1322314,0.1322314,0.11983471,0.1322314,0.13636364,0.13636364,0.11570248,0.13636364,0.2107438,0.2107438,0.20247933,0.19421488,0.2107438,0.13636364,0.57024795,0.6198347,0.5165289,0.55785125,0.5165289,0.5041322,0.5785124,0.58264464,0.5785124,0.58264464,0.59090906,0.61157024,0.6198347,0.59504133,0.60330576,0.607438,0.61157024,0.60330576,0.60330576,0.57438016,0.56198347,0.5123967,0.46280992,0.46694216,0.44214877,0.45867768,0.46694216,0.4752066,0.49586776,0.5247934,0.5165289,0.5165289,0.5289256,0.49586776,0.48347107,0.49586776,0.5,0.53305787,0.53305787,0.5165289,0.4876033,0.4752066,0.4752066,0.45454547,0.40082645,0.35950413,0.35123968,0.28512397,0.14049587,0.12396694,0.1322314,0.12809917,0.13636364,0.12809917,0.12396694,0.12396694,0.1322314,0.1322314,0.2107438,0.21487603,0.21487603,0.1983471,0.2107438,0.09917355,0.58677685,0.6363636,0.57024795,0.5082645,0.5247934,0.48347107,0.5289256,0.5495868,0.57024795,0.59090906,0.58677685,0.59504133,0.62396693,0.6198347,0.59917355,0.60330576,0.6198347,0.6280992,0.61570245,0.607438,0.60330576,0.59504133,0.57438016,0.5785124,0.55785125,0.56198347,0.5371901,0.53305787,0.553719,0.55785125,0.53305787,0.53305787,0.5247934,0.49586776,0.47933885,0.5,0.5082645,0.5165289,0.5041322,0.47933885,0.4338843,0.45867768,0.43801653,0.41322315,0.3553719,0.35950413,0.28512397,0.12396694,0.10743801,0.12396694,0.12809917,0.14049587,0.13636364,0.1322314,0.12809917,0.1322314,0.13636364,0.12809917,0.2107438,0.23140496,0.21487603,0.1983471,0.1983471,0.11983471,0.6363636,0.6322314,0.6280992,0.5413223,0.49173555,0.5247934,0.4752066,0.5289256,0.55785125,0.61570245,0.58264464,0.58677685,0.61570245,0.6363636,0.6322314,0.61570245,0.6322314,0.6487603,0.6404959,0.6446281,0.6363636,0.6322314,0.61570245,0.60330576,0.58264464,0.5785124,0.57024795,0.5661157,0.5785124,0.55785125,0.55785125,0.5495868,0.5413223,0.5371901,0.5289256,0.5495868,0.53305787,0.5165289,0.47107437,0.43801653,0.42561984,0.4338843,0.3966942,0.3305785,0.338843,0.30991736,0.11983471,0.0661157,0.07438017,0.09090909,0.09917355,0.10743801,0.12809917,0.1446281,0.13636364,0.13636364,0.12809917,0.14049587,0.21900827,0.2231405,0.2231405,0.21487603,0.19421488,0.14876033,0.6818182,0.6404959,0.6198347,0.6280992,0.5247934,0.4752066,0.47107437,0.5082645,0.54545456,0.5785124,0.5661157,0.58264464,0.62396693,0.6322314,0.6487603,0.6280992,0.6487603,0.6570248,0.6404959,0.6446281,0.6528926,0.62396693,0.607438,0.58264464,0.5785124,0.56198347,0.57024795,0.5785124,0.59090906,0.58677685,0.59090906,0.5661157,0.55785125,0.54545456,0.553719,0.5413223,0.5123967,0.5082645,0.43801653,0.46280992,0.4338843,0.40082645,0.3264463,0.29752067,0.34710744,0.29338843,0.05785124,0.06198347,0.07438017,0.0661157,0.0785124,0.0785124,0.09917355,0.09504132,0.11157025,0.1322314,0.16528925,0.14049587,0.23140496,0.20661157,0.2231405,0.2231405,0.19008264,0.21900827,0.6735537,0.661157,0.62396693,0.6363636,0.6363636,0.49586776,0.45454547,0.48347107,0.53305787,0.54545456,0.58264464,0.57024795,0.6280992,0.61157024,0.6280992,0.6198347,0.6528926,0.6570248,0.6404959,0.6528926,0.6198347,0.59504133,0.58677685,0.55785125,0.5371901,0.55785125,0.5495868,0.553719,0.56198347,0.57024795,0.59090906,0.55785125,0.553719,0.55785125,0.5413223,0.5206612,0.4876033,0.45454547,0.44214877,0.45867768,0.4214876,0.37190083,0.2892562,0.32231405,0.42561984,0.38016528,0.049586777,0.05785124,0.06198347,0.0785124,0.07438017,0.07438017,0.09090909,0.05785124,0.09090909,0.11983471,0.1570248,0.17355372,0.21900827,0.23553719,0.21900827,0.2231405,0.19421488,0.2644628,0.6652893,0.6859504,0.62396693,0.6280992,0.6363636,0.6446281,0.5082645,0.41735536,0.47107437,0.5247934,0.58677685,0.553719,0.60330576,0.59090906,0.607438,0.58264464,0.61570245,0.6322314,0.6280992,0.60330576,0.59090906,0.55785125,0.55785125,0.5495868,0.553719,0.53305787,0.5495868,0.5371901,0.54545456,0.5495868,0.56198347,0.5495868,0.5289256,0.5206612,0.5165289,0.48347107,0.4752066,0.46694216,0.43801653,0.40495867,0.38429752,0.29338843,0.33471075,0.41322315,0.42561984,0.47933885,0.0785124,0.053719006,0.053719006,0.08677686,0.07024793,0.07438017,0.08264463,0.0785124,0.07024793,0.11983471,0.1446281,0.16115703,0.23966943,0.25619835,0.22727273,0.23553719,0.17768595,0.2644628,0.6570248,0.69008267,0.6363636,0.6198347,0.6363636,0.6446281,0.6404959,0.49173555,0.4338843,0.5,0.5247934,0.553719,0.5661157,0.5495868,0.57024795,0.58264464,0.59090906,0.59917355,0.59504133,0.5661157,0.59917355,0.5495868,0.53305787,0.5371901,0.5206612,0.5371901,0.5247934,0.5247934,0.5206612,0.5495868,0.5206612,0.5289256,0.5,0.49173555,0.48347107,0.44214877,0.446281,0.45454547,0.41735536,0.37190083,0.29338843,0.29338843,0.45867768,0.42975205,0.4214876,0.5289256,0.1694215,0.03305785,0.049586777,0.07438017,0.0661157,0.07438017,0.07438017,0.0785124,0.08677686,0.10743801,0.14049587,0.1570248,26 +0.44214877,0.5785124,0.7066116,0.7768595,0.7892562,0.7768595,0.7892562,0.8016529,0.822314,0.80991733,0.7933884,0.76859504,0.7644628,0.7768595,0.76033056,0.77272725,0.79752064,0.8057851,0.8057851,0.80991733,0.8057851,0.8057851,0.8140496,0.8016529,0.79752064,0.7933884,0.78099173,0.7768595,0.75619835,0.76033056,0.75619835,0.76033056,0.78512394,0.7933884,0.8016529,0.79752064,0.7768595,0.7768595,0.78512394,0.76859504,0.76033056,0.78099173,0.78512394,0.76859504,0.7644628,0.76859504,0.75619835,0.76033056,0.75619835,0.74380165,0.73966944,0.7231405,0.73140496,0.74380165,0.73966944,0.72727275,0.7107438,0.6694215,0.6322314,0.6198347,0.61570245,0.5247934,0.36363637,0.2644628,0.45867768,0.59090906,0.7231405,0.77272725,0.78512394,0.78512394,0.8016529,0.8264463,0.8264463,0.8181818,0.8016529,0.7892562,0.7768595,0.7768595,0.78099173,0.8016529,0.8057851,0.8140496,0.8140496,0.8140496,0.80991733,0.8181818,0.8140496,0.8140496,0.80991733,0.8057851,0.7892562,0.77272725,0.76859504,0.7644628,0.7644628,0.77272725,0.78512394,0.7933884,0.8057851,0.79752064,0.78512394,0.78099173,0.7892562,0.78099173,0.75619835,0.78099173,0.7892562,0.7768595,0.7768595,0.78512394,0.78512394,0.76859504,0.7644628,0.7644628,0.75619835,0.73966944,0.74380165,0.75206614,0.73966944,0.72727275,0.71487606,0.6570248,0.6280992,0.6363636,0.61157024,0.5495868,0.37603307,0.2603306,0.5041322,0.6198347,0.72727275,0.7768595,0.77272725,0.8016529,0.8181818,0.822314,0.8305785,0.8140496,0.79752064,0.7892562,0.7892562,0.78099173,0.8057851,0.8181818,0.8181818,0.8181818,0.8264463,0.8181818,0.8140496,0.8140496,0.8181818,0.8140496,0.8347107,0.8181818,0.80991733,0.7933884,0.7892562,0.77272725,0.77272725,0.78099173,0.79752064,0.78512394,0.8057851,0.80991733,0.7933884,0.78099173,0.78512394,0.78099173,0.7644628,0.7768595,0.7892562,0.7768595,0.7892562,0.79752064,0.7892562,0.7768595,0.76859504,0.7644628,0.75206614,0.73966944,0.7355372,0.73140496,0.74380165,0.73140496,0.7066116,0.6694215,0.61570245,0.61570245,0.59917355,0.57024795,0.46694216,0.22727273,0.49586776,0.61570245,0.72727275,0.77272725,0.7892562,0.8181818,0.822314,0.8264463,0.8181818,0.8057851,0.78512394,0.7933884,0.79752064,0.79752064,0.8140496,0.822314,0.8305785,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.822314,0.8429752,0.8305785,0.8305785,0.80991733,0.8181818,0.78099173,0.7933884,0.7892562,0.7933884,0.79752064,0.8181818,0.8264463,0.8016529,0.78099173,0.7892562,0.78099173,0.76859504,0.7768595,0.7768595,0.78099173,0.78512394,0.7892562,0.78512394,0.7768595,0.77272725,0.78099173,0.76033056,0.76859504,0.73140496,0.72727275,0.73140496,0.71900827,0.6983471,0.6694215,0.59090906,0.58264464,0.58264464,0.5661157,0.5206612,0.21900827,0.47933885,0.6198347,0.74380165,0.76859504,0.7933884,0.8140496,0.822314,0.8264463,0.80991733,0.7933884,0.76859504,0.7892562,0.7933884,0.8016529,0.8140496,0.8264463,0.8347107,0.8264463,0.838843,0.822314,0.8305785,0.8305785,0.822314,0.822314,0.838843,0.822314,0.8512397,0.838843,0.838843,0.80991733,0.80991733,0.8016529,0.8140496,0.8181818,0.8264463,0.8264463,0.8016529,0.7768595,0.78512394,0.77272725,0.77272725,0.7768595,0.7768595,0.76859504,0.7768595,0.77272725,0.77272725,0.7644628,0.77272725,0.76859504,0.76033056,0.76033056,0.73966944,0.74793386,0.73966944,0.74793386,0.7066116,0.6528926,0.58677685,0.553719,0.58264464,0.5661157,0.5371901,0.30165288,0.48347107,0.6652893,0.76033056,0.76033056,0.78512394,0.80991733,0.8264463,0.8305785,0.8140496,0.79752064,0.7892562,0.8016529,0.7933884,0.7933884,0.8140496,0.8181818,0.8347107,0.8347107,0.8347107,0.8347107,0.8264463,0.8305785,0.8140496,0.8181818,0.822314,0.822314,0.8553719,0.8512397,0.8595041,0.8429752,0.8264463,0.8016529,0.8305785,0.8264463,0.8305785,0.8181818,0.8016529,0.76859504,0.76033056,0.76033056,0.76859504,0.7644628,0.7644628,0.76033056,0.7644628,0.75206614,0.73966944,0.73140496,0.73966944,0.74793386,0.74380165,0.7107438,0.6818182,0.6859504,0.71487606,0.73966944,0.72727275,0.6570248,0.5661157,0.54545456,0.59090906,0.5495868,0.5495868,0.3305785,0.5,0.73140496,0.75619835,0.76033056,0.78099173,0.8057851,0.8264463,0.838843,0.8140496,0.8140496,0.8016529,0.79752064,0.8057851,0.78099173,0.8016529,0.8016529,0.8016529,0.838843,0.8305785,0.8347107,0.8181818,0.822314,0.8264463,0.8181818,0.8181818,0.8181818,0.838843,0.8264463,0.8264463,0.8347107,0.8347107,0.8181818,0.822314,0.80991733,0.8016529,0.7933884,0.78512394,0.75206614,0.74793386,0.7355372,0.73966944,0.73140496,0.74793386,0.72727275,0.7355372,0.71900827,0.6983471,0.6983471,0.6983471,0.677686,0.6694215,0.6487603,0.58677685,0.5661157,0.5785124,0.607438,0.6694215,0.677686,0.5785124,0.5413223,0.55785125,0.5289256,0.5495868,0.37603307,0.5247934,0.7644628,0.7644628,0.76033056,0.76033056,0.8016529,0.8181818,0.8347107,0.8140496,0.80991733,0.8016529,0.7933884,0.78512394,0.78512394,0.7768595,0.77272725,0.77272725,0.8016529,0.8057851,0.8264463,0.8016529,0.8016529,0.8016529,0.8016529,0.8016529,0.8016529,0.7892562,0.8140496,0.7644628,0.8016529,0.8140496,0.8016529,0.7768595,0.77272725,0.7768595,0.75619835,0.74793386,0.72727275,0.7355372,0.71487606,0.70247936,0.6859504,0.6859504,0.6363636,0.62396693,0.5785124,0.5289256,0.5206612,0.553719,0.5495868,0.55785125,0.5785124,0.5206612,0.5247934,0.5165289,0.5041322,0.5123967,0.5495868,0.57438016,0.5371901,0.5247934,0.54545456,0.56198347,0.4090909,0.58677685,0.78512394,0.75206614,0.75206614,0.75206614,0.7933884,0.822314,0.8305785,0.8140496,0.7933884,0.77272725,0.76033056,0.76033056,0.71900827,0.7107438,0.6983471,0.6818182,0.70247936,0.70247936,0.75619835,0.73966944,0.73140496,0.75619835,0.76859504,0.7768595,0.77272725,0.77272725,0.75206614,0.73966944,0.75206614,0.78099173,0.7768595,0.75206614,0.73140496,0.75206614,0.71900827,0.7107438,0.7066116,0.69008267,0.661157,0.6322314,0.59090906,0.5165289,0.44214877,0.41735536,0.40082645,0.3677686,0.3677686,0.40495867,0.4090909,0.45041323,0.46280992,0.45041323,0.45867768,0.446281,0.46280992,0.46694216,0.45867768,0.4876033,0.48347107,0.5123967,0.553719,0.59090906,0.4214876,0.61570245,0.79752064,0.75206614,0.7355372,0.74380165,0.7892562,0.8305785,0.8305785,0.7892562,0.7231405,0.661157,0.62396693,0.62396693,0.59917355,0.6198347,0.58264464,0.56198347,0.57438016,0.5495868,0.58677685,0.58677685,0.59917355,0.6735537,0.677686,0.73140496,0.74793386,0.74793386,0.72727275,0.72727275,0.73140496,0.74793386,0.74380165,0.7231405,0.7107438,0.71900827,0.70247936,0.6818182,0.6735537,0.661157,0.6198347,0.5661157,0.5,0.44214877,0.38429752,0.3553719,0.3140496,0.29752067,0.29752067,0.30578512,0.3264463,0.35950413,0.39256197,0.42561984,0.46280992,0.45454547,0.4752066,0.46280992,0.42975205,0.446281,0.47107437,0.5041322,0.5661157,0.59090906,0.41735536,0.6487603,0.79752064,0.76859504,0.72727275,0.72727275,0.7892562,0.8016529,0.77272725,0.7231405,0.62396693,0.56198347,0.56198347,0.54545456,0.5247934,0.5123967,0.4752066,0.43801653,0.446281,0.45041323,0.47107437,0.4876033,0.5289256,0.59504133,0.6322314,0.6859504,0.72727275,0.7231405,0.71900827,0.7107438,0.7066116,0.71900827,0.7107438,0.6983471,0.6859504,0.70247936,0.6942149,0.661157,0.6280992,0.59504133,0.56198347,0.47933885,0.446281,0.4214876,0.37603307,0.36363637,0.35123968,0.3553719,0.37603307,0.40082645,0.4338843,0.46694216,0.46280992,0.446281,0.45041323,0.46280992,0.48347107,0.47933885,0.47933885,0.5,0.5041322,0.4876033,0.5661157,0.5785124,0.42975205,0.6487603,0.7933884,0.76859504,0.71900827,0.6859504,0.6983471,0.6942149,0.60330576,0.553719,0.5041322,0.4876033,0.49586776,0.47107437,0.48347107,0.45454547,0.39256197,0.38016528,0.42975205,0.44214877,0.47107437,0.46280992,0.54545456,0.55785125,0.58264464,0.6404959,0.6983471,0.7107438,0.7231405,0.71900827,0.6859504,0.69008267,0.6983471,0.69008267,0.6818182,0.677686,0.6652893,0.6322314,0.58264464,0.5371901,0.49586776,0.42975205,0.4090909,0.3966942,0.38429752,0.44214877,0.5661157,0.57438016,0.58677685,0.53305787,0.48347107,0.46280992,0.4876033,0.5041322,0.45454547,0.3966942,0.3553719,0.42561984,0.47933885,0.5123967,0.5123967,0.49586776,0.56198347,0.56198347,0.34710744,0.60330576,0.78512394,0.7644628,0.70247936,0.6694215,0.6528926,0.6487603,0.58677685,0.53305787,0.53305787,0.55785125,0.5661157,0.56198347,0.57438016,0.55785125,0.553719,0.53305787,0.5785124,0.5661157,0.5413223,0.5206612,0.5165289,0.5371901,0.5661157,0.6322314,0.6818182,0.6983471,0.69008267,0.69008267,0.6818182,0.6818182,0.677686,0.6570248,0.62396693,0.57438016,0.553719,0.47107437,0.42561984,0.40495867,0.37190083,0.3305785,0.3305785,0.30165288,0.2892562,0.30991736,0.34710744,0.446281,0.4876033,0.47107437,0.47933885,0.46280992,0.46280992,0.446281,0.42561984,0.3966942,0.338843,0.3553719,0.2892562,0.3264463,0.40082645,0.43801653,0.54545456,0.44214877,0.3677686,0.5785124,0.8057851,0.78512394,0.7066116,0.6818182,0.6363636,0.62396693,0.6198347,0.607438,0.70247936,0.7644628,0.7892562,0.71900827,0.607438,0.7107438,0.7231405,0.59090906,0.5661157,0.56198347,0.5413223,0.49173555,0.3966942,0.45867768,0.49586776,0.5,0.49586776,0.48347107,0.45454547,0.42975205,0.37190083,0.34710744,0.36363637,0.38429752,0.42561984,0.40495867,0.38429752,0.32231405,0.23140496,0.2231405,0.29338843,0.32231405,0.34710744,0.40082645,0.48347107,0.5041322,0.5206612,0.59917355,0.61157024,0.5661157,0.58677685,0.6280992,0.6446281,0.661157,0.661157,0.59917355,0.5,0.5041322,0.5082645,0.4752066,0.40495867,0.38429752,0.28099173,0.40495867,0.45867768,0.5041322,0.7892562,0.79752064,0.7066116,0.70247936,0.6446281,0.54545456,0.49173555,0.45041323,0.44214877,0.4090909,0.45454547,0.49586776,0.4338843,0.60330576,0.58677685,0.46280992,0.37603307,0.3264463,0.36363637,0.35950413,0.3553719,0.37190083,0.3181818,0.2520661,0.26859504,0.43801653,0.5413223,0.6652893,0.72727275,0.70247936,0.69008267,0.6404959,0.6735537,0.6652893,0.59090906,0.49586776,0.24793388,0.37603307,0.40082645,0.338843,0.338843,0.3553719,0.42561984,0.45454547,0.45454547,0.5289256,0.5495868,0.53305787,0.5206612,0.5371901,0.58264464,0.6404959,0.553719,0.5785124,0.55785125,0.5247934,0.5371901,0.553719,0.4876033,0.40082645,0.43801653,0.41735536,0.47933885,0.4752066,0.6694215,0.76859504,0.6570248,0.49173555,0.46280992,0.5206612,0.61570245,0.71900827,0.8264463,0.74793386,0.69008267,0.61570245,0.5661157,0.5165289,0.5289256,0.5123967,0.42975205,0.3677686,0.38016528,0.38429752,0.3264463,0.34710744,0.38842976,0.44214877,0.3140496,0.4214876,0.6735537,0.8471074,0.8553719,0.80991733,0.7933884,0.7644628,0.80991733,0.7892562,0.6446281,0.38842976,0.42561984,0.46280992,0.3305785,0.28099173,0.338843,0.38016528,0.37603307,0.40082645,0.27272728,0.23553719,0.18595041,0.20661157,0.2892562,0.34710744,0.3966942,0.43801653,0.47107437,0.4338843,0.5,0.5495868,0.54545456,0.54545456,0.4214876,0.4338843,0.43801653,0.49173555,0.37603307,0.6198347,0.6528926,0.41322315,0.46694216,0.6198347,0.6735537,0.6983471,0.7644628,0.78099173,0.6694215,0.6280992,0.5785124,0.5,0.43801653,0.29338843,0.2107438,0.30991736,0.24380165,0.28512397,0.36363637,0.3140496,0.35123968,0.3677686,0.38429752,0.41735536,0.5041322,0.3553719,0.5413223,0.8347107,0.8057851,0.6446281,0.553719,0.53305787,0.6446281,0.661157,0.5785124,0.3553719,0.47107437,0.38842976,0.3305785,0.43801653,0.37190083,0.33471075,0.47107437,0.58677685,0.338843,0.26859504,0.2231405,0.25619835,0.2520661,0.37190083,0.43801653,0.35123968,0.38842976,0.3966942,0.45041323,0.5,0.5,0.5,0.44214877,0.5165289,0.42975205,0.3429752,0.46694216,0.6280992,0.47107437,0.5495868,0.5785124,0.677686,0.72727275,0.73966944,0.69008267,0.58677685,0.45867768,0.48347107,0.40495867,0.47107437,0.6322314,0.32231405,0.21900827,0.1694215,0.2603306,0.36363637,0.46694216,0.4752066,0.3966942,0.44214877,0.40495867,0.5661157,0.6404959,0.4752066,0.3966942,0.8057851,0.7768595,0.6404959,0.58677685,0.55785125,0.553719,0.5247934,0.53305787,0.24793388,0.5206612,0.4752066,0.56198347,0.47933885,0.4214876,0.446281,0.57438016,0.6363636,0.5371901,0.45041323,0.46694216,0.446281,0.4752066,0.5661157,0.58677685,0.54545456,0.47933885,0.446281,0.49173555,0.47933885,0.5247934,0.55785125,0.55785125,0.5413223,0.4876033,0.2603306,0.4752066,0.4876033,0.6198347,0.77272725,0.6280992,0.61157024,0.6322314,0.6694215,0.5785124,0.5165289,0.5,0.5206612,0.47107437,0.62396693,0.62396693,0.40082645,0.3305785,0.3305785,0.36363637,0.41322315,0.5371901,0.553719,0.4876033,0.53305787,0.5206612,0.62396693,0.7892562,0.5041322,0.33471075,0.7231405,0.6570248,0.61157024,0.59504133,0.5785124,0.57024795,0.58264464,0.71900827,0.14876033,0.58677685,0.62396693,0.6280992,0.59504133,0.6280992,0.6322314,0.6446281,0.6446281,0.59504133,0.59504133,0.5785124,0.54545456,0.57438016,0.58264464,0.5785124,0.553719,0.49173555,0.5,0.58677685,0.59504133,0.61570245,0.59090906,0.59090906,0.54545456,0.53305787,0.28099173,0.42975205,0.59917355,0.69008267,0.76033056,0.7355372,0.74380165,0.7107438,0.69008267,0.6322314,0.6404959,0.6363636,0.6198347,0.6446281,0.58677685,0.6280992,0.5785124,0.5371901,0.5785124,0.5247934,0.55785125,0.57024795,0.56198347,0.54545456,0.607438,0.677686,0.71900827,0.78512394,0.38842976,0.5206612,0.6404959,0.6487603,0.69008267,0.6983471,0.6652893,0.5785124,0.44214877,0.70247936,0.20247933,0.55785125,0.607438,0.57024795,0.553719,0.57438016,0.5661157,0.49173555,0.49586776,0.49586776,0.4876033,0.5082645,0.5289256,0.5371901,0.5289256,0.5206612,0.53305787,0.54545456,0.60330576,0.6280992,0.62396693,0.6363636,0.60330576,0.59917355,0.553719,0.56198347,0.30578512,0.4338843,0.57024795,0.6652893,0.74793386,0.76859504,0.78099173,0.78099173,0.77272725,0.76033056,0.7644628,0.75206614,0.71487606,0.71487606,0.6487603,0.6404959,0.5785124,0.59504133,0.59090906,0.56198347,0.5371901,0.5206612,0.5165289,0.5289256,0.57024795,0.61157024,0.6322314,0.6942149,0.3966942,0.55785125,0.61157024,0.72727275,0.73966944,0.6942149,0.6859504,0.6942149,0.45454547,0.5123967,0.3429752,0.44214877,0.6280992,0.5247934,0.42975205,0.49173555,0.5495868,0.5165289,0.47933885,0.46694216,0.45454547,0.45454547,0.4752066,0.49173555,0.5,0.5206612,0.58264464,0.62396693,0.661157,0.6570248,0.61570245,0.607438,0.61157024,0.6280992,0.57024795,0.59090906,0.33471075,0.46280992,0.5041322,0.677686,0.7644628,0.76859504,0.7933884,0.78512394,0.7892562,0.78512394,0.78099173,0.77272725,0.75206614,0.75619835,0.6983471,0.6570248,0.61157024,0.58264464,0.553719,0.5371901,0.5165289,0.5,0.5123967,0.5495868,0.59090906,0.60330576,0.6487603,0.6570248,0.38429752,0.4214876,0.6983471,0.76859504,0.75206614,0.7066116,0.6570248,0.73966944,0.57024795,0.46694216,0.36363637,0.25619835,0.57438016,0.59917355,0.5082645,0.5082645,0.553719,0.57438016,0.53305787,0.5495868,0.553719,0.5413223,0.53305787,0.56198347,0.57024795,0.59917355,0.6363636,0.6322314,0.6528926,0.6528926,0.6528926,0.61570245,0.6528926,0.6528926,0.5785124,0.553719,0.4338843,0.553719,0.4752066,0.7355372,0.75206614,0.76859504,0.7892562,0.78099173,0.79752064,0.7768595,0.76859504,0.75619835,0.71487606,0.71487606,0.677686,0.6446281,0.60330576,0.58264464,0.5413223,0.53305787,0.54545456,0.5785124,0.59090906,0.60330576,0.6446281,0.6735537,0.75619835,0.5495868,0.24380165,0.45454547,0.74380165,0.73966944,0.74793386,0.70247936,0.6983471,0.73966944,0.6983471,0.446281,0.338843,0.16528925,0.5082645,0.60330576,0.59917355,0.57438016,0.57024795,0.59917355,0.57024795,0.5785124,0.58264464,0.57438016,0.57024795,0.5785124,0.61157024,0.60330576,0.6322314,0.661157,0.6735537,0.661157,0.6818182,0.661157,0.6652893,0.6528926,0.59090906,0.5247934,0.5289256,0.5413223,0.59504133,0.7768595,0.7355372,0.77272725,0.78099173,0.78512394,0.8057851,0.78512394,0.74793386,0.76859504,0.72727275,0.73966944,0.73140496,0.69008267,0.6694215,0.661157,0.6487603,0.6404959,0.6404959,0.6363636,0.6446281,0.6694215,0.7066116,0.74793386,0.8347107,0.47107437,0.23966943,0.59090906,0.75206614,0.74793386,0.76859504,0.70247936,0.6942149,0.73140496,0.7231405,0.5661157,0.3429752,0.29752067,0.3140496,0.5785124,0.6446281,0.6528926,0.61157024,0.62396693,0.59504133,0.60330576,0.58264464,0.59504133,0.607438,0.5785124,0.6280992,0.6363636,0.6528926,0.6652893,0.7107438,0.6818182,0.6942149,0.6735537,0.6652893,0.6487603,0.60330576,0.5082645,0.54545456,0.29752067,0.6404959,0.75206614,0.72727275,0.78099173,0.7933884,0.78512394,0.7892562,0.8057851,0.7768595,0.7768595,0.77272725,0.7644628,0.75619835,0.73140496,0.72727275,0.70247936,0.677686,0.6404959,0.6570248,0.6694215,0.71487606,0.7355372,0.75619835,0.8016529,0.6983471,0.35950413,0.5247934,0.7231405,0.78099173,0.7768595,0.7644628,0.7107438,0.71487606,0.71487606,0.7355372,0.6198347,0.46280992,0.37603307,0.338843,0.3966942,0.6818182,0.7231405,0.6694215,0.6652893,0.6570248,0.661157,0.6363636,0.6363636,0.6404959,0.6280992,0.6404959,0.6446281,0.661157,0.6570248,0.7066116,0.71487606,0.6983471,0.6942149,0.6818182,0.6363636,0.60330576,0.5289256,0.49173555,0.30578512,0.59917355,0.73140496,0.74380165,0.78512394,0.7933884,0.7933884,0.78512394,0.8140496,0.8140496,0.76033056,0.77272725,0.76859504,0.7355372,0.7231405,0.7231405,0.7231405,0.71900827,0.6983471,0.69008267,0.7107438,0.74793386,0.75619835,0.7933884,0.822314,0.5289256,0.5165289,0.6404959,0.8016529,0.79752064,0.78512394,0.78099173,0.70247936,0.7066116,0.73140496,0.73966944,0.607438,0.5785124,0.41322315,0.43801653,0.35950413,0.49173555,0.71487606,0.6694215,0.661157,0.6652893,0.6859504,0.661157,0.6694215,0.6528926,0.6322314,0.6280992,0.6694215,0.661157,0.6280992,0.69008267,0.71900827,0.6983471,0.6983471,0.71487606,0.6363636,0.60330576,0.57024795,0.42975205,0.39256197,0.48347107,0.74793386,0.7644628,0.7933884,0.78512394,0.8016529,0.8057851,0.8057851,0.8305785,0.76859504,0.75619835,0.74380165,0.7231405,0.69008267,0.71900827,0.70247936,0.71487606,0.71900827,0.70247936,0.7066116,0.71487606,0.71487606,0.79752064,0.6570248,0.5082645,0.58677685,0.71487606,0.8181818,0.8057851,0.78099173,0.7892562,0.7231405,0.71487606,0.75206614,0.73140496,0.59504133,0.61570245,0.5371901,0.4214876,0.47107437,0.38429752,0.49173555,0.6942149,0.6570248,0.661157,0.6735537,0.6735537,0.6652893,0.6694215,0.6570248,0.6528926,0.6446281,0.6528926,0.6570248,0.6735537,0.7107438,0.71487606,0.6983471,0.7066116,0.6570248,0.61570245,0.53305787,0.47933885,0.49173555,0.27272728,0.7107438,0.76859504,0.7892562,0.79752064,0.79752064,0.8016529,0.8057851,0.8140496,0.75619835,0.75619835,0.72727275,0.7107438,0.70247936,0.70247936,0.6983471,0.71900827,0.72727275,0.72727275,0.6983471,0.72727275,0.71487606,0.6280992,0.607438,0.6363636,0.6280992,0.77272725,0.7933884,0.8181818,0.76859504,0.8057851,0.7231405,0.7355372,0.7231405,0.7231405,0.60330576,0.6198347,0.6570248,0.4876033,0.4752066,0.5082645,0.45867768,0.39256197,0.6280992,0.6570248,0.6487603,0.6735537,0.6528926,0.661157,0.661157,0.6818182,0.6652893,0.6694215,0.7066116,0.7066116,0.72727275,0.71900827,0.7107438,0.72727275,0.69008267,0.5413223,0.5082645,0.5661157,0.5165289,0.4090909,0.5206612,0.77272725,0.7892562,0.822314,0.80991733,0.8057851,0.8057851,0.8057851,0.7644628,0.75619835,0.7231405,0.7107438,0.71900827,0.6983471,0.71487606,0.73140496,0.73140496,0.72727275,0.72727275,0.71487606,0.5785124,0.59090906,0.7644628,0.58677685,0.70247936,0.80991733,0.8016529,0.8057851,0.75619835,0.8181818,0.73966944,0.73140496,0.71487606,0.71900827,0.6652893,0.61570245,0.6280992,0.5661157,0.4214876,0.49586776,0.5661157,0.553719,0.338843,0.49173555,0.56198347,0.6528926,0.6528926,0.6694215,0.6694215,0.677686,0.6859504,0.6983471,0.73140496,0.73140496,0.7231405,0.6735537,0.7107438,0.76859504,0.61570245,0.553719,0.59917355,0.54545456,0.4876033,0.72727275,0.3677686,0.6198347,0.8016529,0.8181818,0.8140496,0.8140496,0.8181818,0.8057851,0.7933884,0.76033056,0.7355372,0.72727275,0.7355372,0.7355372,0.75206614,0.74380165,0.74793386,0.73966944,0.69008267,0.53305787,0.553719,0.7644628,0.6859504,0.58677685,0.7231405,0.8181818,0.80991733,0.8016529,0.7644628,0.8181818,0.75206614,0.73140496,0.71487606,0.71487606,0.7066116,0.6363636,0.59090906,0.58264464,0.4090909,0.42975205,0.5661157,0.5661157,0.5495868,0.44214877,0.42975205,0.41322315,0.5,0.59504133,0.59504133,0.6280992,0.6404959,0.6694215,0.6983471,0.7107438,0.6735537,0.55785125,0.6487603,0.6859504,0.6404959,0.62396693,0.59504133,0.5289256,0.46280992,0.73966944,0.6859504,0.3677686,0.6487603,0.7892562,0.8264463,0.822314,0.8264463,0.8347107,0.8181818,0.78099173,0.75619835,0.74793386,0.73140496,0.73966944,0.75206614,0.7355372,0.7066116,0.607438,0.5206612,0.61570245,0.6983471,0.6198347,0.6322314,0.607438,0.7107438,0.8181818,0.8305785,0.7933884,0.7768595,0.8140496,0.75206614,0.72727275,0.73140496,0.71487606,0.7231405,0.6735537,0.59917355,0.60330576,0.4752066,0.33471075,0.5,0.58264464,0.59917355,0.57438016,0.4876033,0.47107437,0.41735536,0.38429752,0.43801653,0.4752066,0.42975205,0.41322315,0.4214876,0.5082645,0.553719,0.57438016,0.6487603,0.661157,0.6528926,0.59504133,0.58264464,0.5206612,0.3181818,0.74380165,0.6735537,0.78512394,0.5661157,0.54545456,0.661157,0.80991733,0.838843,0.8429752,0.8264463,0.7892562,0.77272725,0.76033056,0.74380165,0.72727275,0.677686,0.607438,0.5371901,0.54545456,0.6198347,0.59917355,0.53305787,0.5371901,0.59504133,0.6528926,0.74793386,0.80991733,0.80991733,0.78512394,0.7768595,0.8140496,0.76033056,0.7066116,0.74380165,0.72727275,0.71900827,0.70247936,0.6280992,0.6198347,0.5785124,0.3305785,0.49586776,0.57024795,0.62396693,0.6363636,0.61157024,0.5371901,0.5165289,0.5165289,0.49586776,0.5165289,0.5371901,0.553719,0.57024795,0.59504133,0.59504133,0.62396693,0.61570245,0.6198347,0.6198347,0.5785124,0.57024795,0.5206612,0.2107438,0.75619835,0.6652893,0.75206614,0.7892562,0.6859504,0.59090906,0.44214877,0.6528926,0.7644628,0.8016529,0.74380165,0.6942149,0.677686,0.607438,0.54545456,0.5289256,0.5413223,0.553719,0.5495868,0.5123967,0.5,0.55785125,0.58264464,0.62396693,0.74380165,0.78099173,0.8057851,0.8181818,0.7933884,0.8057851,0.8512397,0.76859504,0.6818182,0.74380165,0.74380165,0.74380165,0.72727275,0.6694215,0.5785124,0.6570248,0.4752066,0.49586776,0.59504133,0.6322314,0.6363636,0.6487603,0.6570248,0.6404959,0.6280992,0.6280992,0.57438016,0.5413223,0.5495868,0.5495868,0.54545456,0.5413223,0.56198347,0.58677685,0.59504133,0.59917355,0.57438016,0.553719,0.5289256,0.21487603,0.5495868,0.6942149,0.73966944,0.77272725,0.8057851,0.822314,0.7892562,0.677686,0.6818182,0.75619835,0.6446281,0.55785125,0.54545456,0.53305787,0.53305787,0.5413223,0.5413223,0.5289256,0.54545456,0.5785124,0.5661157,0.62396693,0.62396693,0.72727275,0.80991733,0.76859504,0.80991733,0.8512397,0.79752064,0.8140496,0.8512397,0.76859504,0.7066116,0.73140496,0.74793386,0.80991733,0.77272725,0.6818182,0.53305787,0.6404959,0.61570245,0.55785125,0.6280992,0.6198347,0.62396693,0.6322314,0.6363636,0.6735537,0.6735537,0.69008267,0.6859504,0.6528926,0.6280992,0.6322314,0.60330576,0.59917355,0.5661157,0.5661157,0.58264464,0.57438016,0.57438016,0.53305787,0.54545456,0.1983471,0.16528925,0.6280992,0.7355372,0.74380165,0.78099173,0.79752064,0.8181818,0.80991733,0.7768595,0.7644628,0.7107438,0.661157,0.59917355,0.59504133,0.59090906,0.607438,0.6198347,0.6198347,0.59504133,0.5785124,0.59917355,0.6363636,0.6735537,0.8057851,0.8140496,0.72727275,0.822314,0.8636364,0.7892562,0.77272725,0.75619835,0.7066116,0.7066116,0.69008267,0.69008267,0.7644628,0.6652893,0.58264464,0.5,0.59090906,0.6280992,0.55785125,0.6363636,0.6322314,0.59504133,0.59917355,0.60330576,0.6322314,0.62396693,0.6570248,0.6735537,0.6570248,0.661157,0.6487603,0.62396693,0.6280992,0.61570245,0.58264464,0.58264464,0.553719,0.553719,0.5165289,0.55785125,0.16115703,0.08264463,0.5206612,0.73966944,0.75206614,0.75619835,0.77272725,0.78512394,0.75619835,0.74380165,0.73966944,0.71900827,0.7066116,0.6859504,0.69008267,0.6818182,0.6694215,0.62396693,0.59504133,0.553719,0.5413223,0.60330576,0.661157,0.6859504,0.7644628,0.80991733,0.6528926,0.71487606,0.7231405,0.71900827,0.70247936,0.6570248,0.6198347,0.6363636,0.6363636,0.60330576,0.5413223,0.49173555,0.46694216,0.4752066,0.5206612,0.5247934,0.45041323,0.58264464,0.6487603,0.59504133,0.55785125,0.56198347,0.58264464,0.60330576,0.62396693,0.6280992,0.6280992,0.6280992,0.59090906,0.58677685,0.59090906,0.58677685,0.5661157,0.53305787,0.553719,0.5371901,0.5041322,0.5289256,0.13636364,0.09917355,0.49586776,0.7355372,0.76033056,0.75619835,0.76033056,0.7933884,0.77272725,0.78099173,0.77272725,0.75206614,0.75206614,0.7231405,0.661157,0.6570248,0.6280992,0.57438016,0.5413223,0.5371901,0.56198347,0.6446281,0.72727275,0.70247936,0.6570248,0.6652893,0.6322314,0.55785125,0.54545456,0.57438016,0.59917355,0.57438016,0.5247934,0.5206612,0.49586776,0.45041323,0.40082645,0.36363637,0.29338843,0.2768595,0.38429752,0.4752066,0.38842976,0.5495868,0.69008267,0.61570245,0.5371901,0.54545456,0.5495868,0.59090906,0.607438,0.61157024,0.61157024,0.59504133,0.5661157,0.53305787,0.54545456,0.553719,0.5289256,0.5206612,0.5413223,0.5165289,0.5041322,0.4876033,0.15289256,0.11983471,0.4752066,0.74380165,0.74380165,0.75619835,0.7768595,0.77272725,0.76033056,0.76033056,0.75619835,0.74380165,0.71900827,0.677686,0.6528926,0.6322314,0.57438016,0.54545456,0.5206612,0.57024795,0.6198347,0.6983471,0.74380165,0.75619835,0.6735537,0.5,0.47107437,0.5206612,0.53305787,0.5206612,0.5041322,0.4338843,0.35123968,0.3553719,0.35123968,0.37603307,0.38016528,0.30991736,0.30165288,0.32231405,0.4090909,0.42561984,0.4338843,0.553719,0.6735537,0.6528926,0.57438016,0.5661157,0.5413223,0.57438016,0.59917355,0.62396693,0.6363636,0.61570245,0.56198347,0.5289256,0.5247934,0.5,0.5041322,0.5123967,0.5247934,0.47933885,0.5,0.47933885,0.17355372,0.1446281,0.42561984,0.7355372,0.74793386,0.74793386,0.76859504,0.73140496,0.6983471,0.7107438,0.7231405,0.72727275,0.70247936,0.69008267,0.6487603,0.59917355,0.553719,0.553719,0.57438016,0.61570245,0.6735537,0.7231405,0.75206614,0.76033056,0.78099173,0.6859504,0.57438016,0.58264464,0.57024795,0.5082645,0.48347107,0.38842976,0.2603306,0.24380165,0.2892562,0.35123968,0.40082645,0.40082645,0.4876033,0.46694216,0.45454547,0.44214877,0.446281,0.53305787,0.677686,0.677686,0.6198347,0.58677685,0.5413223,0.55785125,0.59504133,0.6363636,0.62396693,0.6528926,0.60330576,0.5661157,0.5206612,0.5082645,0.49173555,0.5123967,0.53305787,0.47107437,0.5206612,0.46694216,0.15289256,0.1694215,0.35123968,0.73140496,0.71487606,0.75206614,0.7644628,0.71900827,0.661157,0.6859504,0.7066116,0.74793386,0.7231405,0.70247936,0.6570248,0.607438,0.5785124,0.58677685,0.59917355,0.6280992,0.6942149,0.73140496,0.76033056,0.74793386,0.74380165,0.74380165,0.6694215,0.58264464,0.54545456,0.4752066,0.39256197,0.35950413,0.25619835,0.16115703,0.2231405,0.2603306,0.32231405,0.40495867,0.42561984,0.45454547,0.45454547,0.43801653,0.46694216,0.58677685,0.6694215,0.6570248,0.6322314,0.60330576,0.53305787,0.553719,0.57438016,0.61570245,0.61570245,0.6528926,0.6404959,0.59917355,0.54545456,0.5,0.5289256,0.5289256,0.5206612,0.45867768,0.5247934,0.446281,0.09917355,0.20661157,0.2644628,0.7066116,0.72727275,0.77272725,0.74380165,0.7231405,0.6570248,0.6818182,0.74380165,0.78512394,0.75619835,0.7066116,0.6363636,0.61570245,0.61570245,0.5661157,0.59090906,0.6363636,0.7107438,0.73140496,0.76859504,0.74380165,0.75619835,0.75619835,0.71487606,0.6487603,0.57438016,0.42975205,0.38429752,0.27272728,0.22727273,0.1446281,0.1983471,0.1694215,0.30165288,0.38016528,0.38429752,0.4214876,0.46694216,0.45041323,0.47933885,0.60330576,0.6818182,0.6404959,0.6280992,0.58677685,0.5413223,0.5247934,0.553719,0.59504133,0.59917355,0.61157024,0.6280992,0.607438,0.56198347,0.5247934,0.59090906,0.55785125,0.5123967,0.4752066,0.5289256,0.34710744,0.08677686,0.22727273,0.16528925,0.6652893,0.73966944,0.75206614,0.78099173,0.71487606,0.6322314,0.6942149,0.76859504,0.7933884,0.75206614,0.6942149,0.6404959,0.6404959,0.553719,0.5247934,0.59917355,0.6652893,0.74380165,0.74380165,0.75619835,0.73140496,0.76033056,0.69008267,0.677686,0.6322314,0.62396693,0.5,0.3677686,0.23140496,0.18595041,0.17355372,0.19421488,0.18181819,0.2644628,0.34710744,0.38842976,0.34710744,0.45867768,0.45867768,0.5123967,0.59504133,0.6446281,0.61570245,0.6363636,0.61570245,0.56198347,0.5247934,0.47933885,0.5495868,0.5785124,0.59917355,0.61570245,0.61570245,0.5785124,0.5206612,0.5785124,0.58264464,0.5041322,0.48347107,0.5123967,0.24380165,0.10743801,0.2231405,0.09090909,0.60330576,0.73140496,0.74380165,0.7768595,0.7066116,0.61570245,0.6942149,0.7892562,0.78099173,0.7644628,0.69008267,0.6446281,0.5661157,0.5371901,0.59090906,0.6322314,0.6859504,0.74380165,0.73140496,0.7355372,0.677686,0.71487606,0.70247936,0.6528926,0.6528926,0.6322314,0.58677685,0.49173555,0.3264463,0.18595041,0.18181819,0.21900827,0.21487603,0.2768595,0.3264463,0.38429752,0.3966942,0.4214876,0.4752066,0.5082645,0.58677685,0.58677685,0.59917355,0.61570245,0.607438,0.59090906,0.59504133,0.53305787,0.4752066,0.5413223,0.5661157,0.59504133,0.60330576,0.5661157,0.5206612,0.5785124,0.5495868,0.4752066,0.48347107,0.46694216,0.18181819,0.14049587,0.2231405,0.09917355,0.4752066,0.72727275,0.72727275,0.75619835,0.71900827,0.6446281,0.70247936,0.78099173,0.79752064,0.75619835,0.6404959,0.6528926,0.58264464,0.61570245,0.6322314,0.60330576,0.6487603,0.71487606,0.7107438,0.71900827,0.6404959,0.6859504,0.7231405,0.6942149,0.6528926,0.661157,0.6528926,0.58677685,0.46694216,0.33471075,0.24793388,0.27272728,0.32231405,0.29338843,0.37190083,0.41735536,0.43801653,0.46280992,0.48347107,0.5082645,0.553719,0.55785125,0.553719,0.55785125,0.5413223,0.553719,0.5413223,0.5785124,0.5371901,0.5165289,0.5495868,0.59504133,0.607438,0.5247934,0.5371901,0.58264464,0.5289256,0.45867768,0.4752066,0.38842976,0.1322314,0.1322314,0.23140496,0.13636364,0.26859504,0.73140496,0.73966944,0.74380165,0.71487606,0.6570248,0.74793386,0.77272725,0.78099173,0.7231405,0.6322314,0.6694215,0.60330576,0.61570245,0.5289256,0.49586776,0.6198347,0.6694215,0.6652893,0.6652893,0.69008267,0.70247936,0.73966944,0.7355372,0.69008267,0.6735537,0.71487606,0.6528926,0.5785124,0.5413223,0.46694216,0.4752066,0.5082645,0.48347107,0.5206612,0.54545456,0.5495868,0.55785125,0.55785125,0.5289256,0.5289256,0.5247934,0.5123967,0.47933885,0.446281,0.46280992,0.4752066,0.5,0.5247934,0.5413223,0.55785125,0.60330576,0.57438016,0.5206612,0.5371901,0.5661157,0.4876033,0.45454547,0.5041322,0.25619835,0.10743801,0.14049587,0.22727273,0.1983471,0.17355372,0.6363636,0.72727275,0.72727275,0.7231405,0.661157,0.75619835,0.76033056,0.7768595,0.7355372,0.6280992,0.6446281,0.59917355,0.5495868,0.48347107,0.47107437,0.56198347,0.6280992,0.6818182,0.74380165,0.75206614,0.73140496,0.677686,0.6322314,0.61570245,0.553719,0.60330576,0.58677685,0.59090906,0.61157024,0.6198347,0.61570245,0.5413223,0.45454547,0.446281,0.5082645,0.5247934,0.56198347,0.5785124,0.57438016,0.57024795,0.5206612,0.4876033,0.3966942,0.37603307,0.3429752,0.37190083,0.41735536,0.5041322,0.53305787,0.59504133,0.60330576,0.57024795,0.5123967,0.5371901,0.55785125,0.46280992,0.446281,0.41322315,0.12809917,0.12396694,0.13636364,0.1983471,0.21900827,0.11983471,0.40082645,0.7231405,0.7107438,0.6983471,0.6983471,0.7355372,0.75619835,0.7768595,0.7355372,0.6198347,0.59090906,0.53305787,0.44214877,0.38429752,0.29752067,0.29752067,0.59090906,0.6322314,0.6363636,0.58264464,0.5206612,0.46694216,0.42975205,0.4090909,0.3966942,0.40495867,0.4090909,0.45041323,0.5165289,0.5165289,0.42561984,0.34710744,0.30165288,0.29752067,0.30165288,0.30165288,0.3264463,0.35123968,0.38016528,0.41735536,0.42561984,0.3966942,0.27272728,0.2107438,0.28512397,0.36363637,0.4090909,0.48347107,0.54545456,0.59917355,0.59917355,0.56198347,0.49173555,0.5206612,0.5289256,0.446281,0.4338843,0.2644628,0.12396694,0.11983471,0.1446281,0.23553719,0.19421488,0.17768595,0.2107438,0.59917355,0.7231405,0.70247936,0.69008267,0.72727275,0.74793386,0.75619835,0.7066116,0.62396693,0.54545456,0.49586776,0.45867768,0.45454547,0.40082645,0.27272728,0.20247933,0.25619835,0.2644628,0.3305785,0.30165288,0.36363637,0.37190083,0.3264463,0.32231405,0.3677686,0.27272728,0.24380165,0.2768595,0.24380165,0.22727273,0.23140496,0.23140496,0.23966943,0.1983471,0.2231405,0.24380165,0.17355372,0.21900827,0.1694215,0.1322314,0.15289256,0.1983471,0.28512397,0.4090909,0.48347107,0.45867768,0.47107437,0.55785125,0.5785124,0.60330576,0.5413223,0.45867768,0.4876033,0.47933885,0.4214876,0.37603307,0.16115703,0.12396694,0.15289256,0.14049587,0.21900827,0.20247933,0.19421488,0.14876033,0.39256197,0.677686,0.6859504,0.69008267,0.69008267,0.73140496,0.73140496,0.7231405,0.62396693,0.53305787,0.48347107,0.5289256,0.5413223,0.55785125,0.59917355,0.5247934,0.29752067,0.18595041,0.25619835,0.28512397,0.5206612,0.5206612,0.37603307,0.3429752,0.5082645,0.37190083,0.3181818,0.25619835,0.20661157,0.22727273,0.24380165,0.2603306,0.24380165,0.2107438,0.2644628,0.3677686,0.07024793,0.2231405,0.17355372,0.14049587,0.24793388,0.46280992,0.56198347,0.58677685,0.5495868,0.49173555,0.48347107,0.5371901,0.57438016,0.57024795,0.5165289,0.446281,0.47107437,0.45041323,0.41735536,0.21487603,0.12396694,0.1322314,0.14876033,0.12809917,0.2231405,0.20247933,0.19008264,0.18595041,0.20247933,0.5413223,0.6570248,0.677686,0.6694215,0.70247936,0.7066116,0.71487606,0.60330576,0.5082645,0.46694216,0.5247934,0.58264464,0.61570245,0.6694215,0.6983471,0.55785125,0.42975205,0.41322315,0.26859504,0.36363637,0.5,0.47107437,0.41322315,0.61157024,0.49586776,0.41322315,0.37190083,0.2768595,0.3140496,0.3264463,0.3677686,0.3553719,0.30991736,0.2892562,0.25619835,0.07024793,0.21487603,0.30991736,0.34710744,0.47107437,0.5785124,0.607438,0.6322314,0.57438016,0.5123967,0.5289256,0.53305787,0.55785125,0.5413223,0.46694216,0.4214876,0.45041323,0.42561984,0.30578512,0.11983471,0.13636364,0.12809917,0.14049587,0.13636364,0.2231405,0.22727273,0.1983471,0.18595041,0.14876033,0.3181818,0.59917355,0.6363636,0.6570248,0.6487603,0.6652893,0.6694215,0.58677685,0.5,0.4876033,0.55785125,0.6446281,0.661157,0.6652893,0.71487606,0.70247936,0.56198347,0.54545456,0.49173555,0.3966942,0.3677686,0.29752067,0.30991736,0.55785125,0.47933885,0.45454547,0.446281,0.3181818,0.32231405,0.38842976,0.35950413,0.32231405,0.38016528,0.25619835,0.2644628,0.35123968,0.446281,0.4752066,0.49586776,0.54545456,0.57438016,0.61570245,0.607438,0.58264464,0.5413223,0.5289256,0.53305787,0.53305787,0.5041322,0.4338843,0.3966942,0.41735536,0.38016528,0.19421488,0.12396694,0.14049587,0.1322314,0.13636364,0.1322314,0.21900827,0.21900827,0.20661157,0.1983471,0.18595041,0.17355372,0.446281,0.59504133,0.61157024,0.6363636,0.6404959,0.62396693,0.59090906,0.48347107,0.5123967,0.57438016,0.6652893,0.6652893,0.6652893,0.6983471,0.74380165,0.69008267,0.57438016,0.57024795,0.55785125,0.5082645,0.4090909,0.4090909,0.5082645,0.43801653,0.446281,0.5413223,0.45867768,0.3553719,0.47107437,0.4214876,0.40495867,0.45454547,0.46694216,0.47933885,0.49173555,0.5041322,0.5041322,0.5206612,0.553719,0.59504133,0.61570245,0.59090906,0.58264464,0.53305787,0.5413223,0.5206612,0.49586776,0.47107437,0.39256197,0.38842976,0.41735536,0.25619835,0.12396694,0.1322314,0.13636364,0.1322314,0.13636364,0.13636364,0.2107438,0.22727273,0.2231405,0.17355372,0.20661157,0.16115703,0.24793388,0.5247934,0.54545456,0.59504133,0.607438,0.6198347,0.58264464,0.553719,0.55785125,0.59090906,0.6735537,0.6694215,0.677686,0.6942149,0.73140496,0.72727275,0.6570248,0.57024795,0.58677685,0.59504133,0.57024795,0.5413223,0.5289256,0.5082645,0.5041322,0.5082645,0.5123967,0.49173555,0.5495868,0.5165289,0.5041322,0.49586776,0.5206612,0.5082645,0.49173555,0.49173555,0.5,0.5082645,0.56198347,0.59917355,0.61157024,0.57024795,0.58264464,0.57024795,0.5289256,0.5289256,0.46280992,0.446281,0.35950413,0.38429752,0.35950413,0.11570248,0.13636364,0.12809917,0.13636364,0.12809917,0.13636364,0.13636364,0.23140496,0.2231405,0.21900827,0.1983471,0.17768595,0.17768595,0.16115703,0.37603307,0.5247934,0.54545456,0.57024795,0.5661157,0.58264464,0.59090906,0.58264464,0.59917355,0.6487603,0.6446281,0.6735537,0.69008267,0.70247936,0.70247936,0.7107438,0.6280992,0.58264464,0.57438016,0.5785124,0.5661157,0.5661157,0.553719,0.55785125,0.53305787,0.5206612,0.5247934,0.57024795,0.53305787,0.5082645,0.46694216,0.46280992,0.4876033,0.46694216,0.49173555,0.47933885,0.5247934,0.58264464,0.59917355,0.5785124,0.55785125,0.59917355,0.5495868,0.5371901,0.5289256,0.47107437,0.40495867,0.338843,0.3553719,0.2231405,0.11983471,0.14876033,0.12396694,0.1322314,0.13636364,0.1322314,0.12809917,0.23553719,0.22727273,0.1983471,0.19008264,0.19421488,0.17768595,0.1694215,0.30991736,0.5495868,0.5206612,0.553719,0.54545456,0.59504133,0.58264464,0.58264464,0.6198347,0.6322314,0.6404959,0.6652893,0.69008267,0.6570248,0.677686,0.6942149,0.6446281,0.61570245,0.59090906,0.5247934,0.5165289,0.5123967,0.5206612,0.47933885,0.47933885,0.47107437,0.4752066,0.4752066,0.45454547,0.4214876,0.4214876,0.42975205,0.45867768,0.42561984,0.42975205,0.5041322,0.5289256,0.59504133,0.5785124,0.5495868,0.58264464,0.55785125,0.53305787,0.5206612,0.5123967,0.446281,0.35950413,0.34710744,0.28512397,0.14876033,0.12396694,0.1570248,0.11157025,0.11983471,0.1322314,0.12396694,0.1322314,0.21487603,0.21900827,0.20247933,0.18595041,0.19008264,0.19008264,0.1446281,0.2892562,0.59504133,0.5123967,0.5165289,0.5123967,0.59090906,0.58677685,0.57438016,0.61157024,0.6322314,0.6404959,0.6404959,0.6570248,0.6363636,0.661157,0.661157,0.6322314,0.59917355,0.59090906,0.5206612,0.49586776,0.46694216,0.46280992,0.41735536,0.42975205,0.44214877,0.42975205,0.39256197,0.39256197,0.38429752,0.37190083,0.37190083,0.38842976,0.4090909,0.45041323,0.5206612,0.5413223,0.54545456,0.5082645,0.5495868,0.59090906,0.5661157,0.5165289,0.49173555,0.4752066,0.40495867,0.35123968,0.29338843,0.1570248,0.14049587,0.12396694,0.14049587,0.12809917,0.13636364,0.12809917,0.13636364,0.12396694,0.21900827,0.22727273,0.20661157,0.1983471,0.19421488,0.18595041,0.1446281,0.24380165,0.661157,0.5371901,0.5041322,0.5165289,0.553719,0.58677685,0.59917355,0.6198347,0.6528926,0.6446281,0.6487603,0.6280992,0.61570245,0.6487603,0.6198347,0.61157024,0.5785124,0.54545456,0.46694216,0.42975205,0.36363637,0.3140496,0.27272728,0.30165288,0.3264463,0.2768595,0.2644628,0.25619835,0.2603306,0.28512397,0.36363637,0.4214876,0.42975205,0.47107437,0.5165289,0.5247934,0.5165289,0.5289256,0.59090906,0.5785124,0.5413223,0.5,0.46280992,0.44214877,0.3677686,0.33471075,0.15289256,0.08264463,0.09090909,0.12396694,0.11983471,0.14049587,0.1446281,0.12809917,0.1446281,0.1322314,0.22727273,0.22727273,0.21487603,0.21487603,0.1983471,0.2107438,0.1570248,0.2768595,0.6735537,0.6322314,0.5041322,0.5371901,0.5041322,0.56198347,0.6198347,0.62396693,0.62396693,0.6280992,0.6280992,0.61157024,0.58677685,0.61570245,0.59917355,0.58264464,0.57438016,0.53305787,0.46694216,0.4090909,0.36363637,0.30991736,0.27272728,0.2520661,0.25619835,0.23553719,0.27272728,0.30991736,0.3264463,0.37190083,0.4090909,0.44214877,0.48347107,0.48347107,0.5165289,0.5123967,0.5123967,0.56198347,0.58264464,0.553719,0.5,0.46694216,0.44214877,0.3966942,0.35123968,0.21487603,0.06198347,0.07438017,0.07438017,0.08677686,0.08677686,0.09917355,0.11157025,0.11570248,0.1446281,0.15289256,0.21900827,0.21900827,0.21900827,0.23140496,0.20247933,0.20661157,0.16528925,0.3181818,0.6652893,0.6528926,0.5661157,0.49173555,0.46694216,0.5247934,0.58264464,0.59090906,0.58264464,0.60330576,0.62396693,0.6280992,0.57024795,0.5785124,0.61157024,0.58264464,0.58677685,0.5495868,0.5123967,0.45454547,0.42561984,0.41735536,0.4090909,0.4090909,0.37190083,0.38429752,0.39256197,0.41735536,0.43801653,0.45867768,0.47933885,0.4752066,0.5082645,0.49586776,0.49173555,0.5165289,0.5165289,0.553719,0.5661157,0.5413223,0.45041323,0.42975205,0.4090909,0.32231405,0.37603307,0.0661157,0.0661157,0.07024793,0.07438017,0.08677686,0.07438017,0.09090909,0.0785124,0.08677686,0.12809917,0.15289256,0.23140496,0.23140496,0.2231405,0.21487603,0.22727273,0.21487603,0.18181819,0.30578512,0.6487603,0.6404959,0.6322314,0.5495868,0.4752066,0.45867768,0.5785124,0.5661157,0.60330576,0.607438,0.61157024,0.6322314,0.59917355,0.57024795,0.59917355,0.6198347,0.607438,0.59504133,0.5785124,0.57024795,0.5165289,0.4876033,0.46280992,0.46694216,0.446281,0.46280992,0.45867768,0.47933885,0.48347107,0.5165289,0.5206612,0.5247934,0.5371901,0.5371901,0.5247934,0.5123967,0.5413223,0.56198347,0.5413223,0.47933885,0.4214876,0.40495867,0.33471075,0.3181818,0.46694216,0.06198347,0.053719006,0.0661157,0.07024793,0.0785124,0.07438017,0.07024793,0.08677686,0.08677686,0.10330579,0.15289256,0.20661157,0.23553719,0.22727273,0.22727273,0.22727273,0.23140496,0.20247933,0.2768595,0.6446281,0.6487603,0.6404959,0.6404959,0.53305787,0.43801653,0.49586776,0.53305787,0.59917355,0.61157024,0.59090906,0.6198347,0.62396693,0.5785124,0.59504133,0.6322314,0.6322314,0.6280992,0.61157024,0.60330576,0.59504133,0.5661157,0.5495868,0.55785125,0.56198347,0.56198347,0.5206612,0.5495868,0.5371901,0.57024795,0.56198347,0.55785125,0.57024795,0.553719,0.553719,0.54545456,0.61157024,0.56198347,0.5289256,0.46280992,0.41322315,0.35123968,0.30578512,0.4090909,0.49586776,0.14049587,0.03305785,0.05785124,0.07024793,0.07024793,0.09504132,0.06198347,0.08677686,0.08677686,0.11157025,0.11983471,0.2231405,0.20661157,0.22727273,0.22727273,0.2231405,0.21487603,0.21900827,0.19008264,0.6528926,0.6652893,0.6570248,0.6487603,0.6322314,0.5,0.42975205,0.5,0.57438016,0.58264464,0.56198347,0.6198347,0.62396693,0.6322314,0.607438,0.6280992,0.6487603,0.6528926,0.6280992,0.6280992,0.62396693,0.61157024,0.59504133,0.60330576,0.56198347,0.5661157,0.55785125,0.5661157,0.5661157,0.57438016,0.57438016,0.55785125,0.5661157,0.57024795,0.55785125,0.59090906,0.56198347,0.55785125,0.5041322,0.42561984,0.36363637,0.28512397,0.446281,0.45041323,0.4752066,0.28099173,0.041322313,0.045454547,0.07024793,0.0661157,0.0785124,0.0785124,0.08677686,0.09090909,0.11157025,0.13636364,0.22727273,0.21487603,0.21900827,0.21487603,0.2231405,0.21900827,0.22727273,0.14876033,0.6942149,0.677686,0.661157,0.6652893,0.6487603,0.6404959,0.4752066,0.42561984,0.5413223,0.59504133,0.5785124,0.61570245,0.62396693,0.6363636,0.6198347,0.6198347,0.6570248,0.6487603,0.6404959,0.6322314,0.62396693,0.607438,0.60330576,0.59917355,0.57438016,0.55785125,0.5661157,0.57438016,0.5785124,0.5785124,0.57024795,0.56198347,0.5495868,0.5371901,0.56198347,0.57438016,0.5165289,0.5123967,0.47107437,0.35123968,0.27272728,0.41322315,0.48347107,0.446281,0.44214877,0.3553719,0.05785124,0.045454547,0.06198347,0.06198347,0.0785124,0.08264463,0.08677686,0.08264463,0.11570248,0.12396694,0.21900827,0.2107438,0.23966943,0.23553719,0.2520661,0.23553719,0.1983471,0.17768595,0.71900827,0.6818182,0.6570248,0.6652893,0.6818182,0.6446281,0.61570245,0.41735536,0.42975205,0.5247934,0.5661157,0.59917355,0.61157024,0.62396693,0.59917355,0.62396693,0.6446281,0.6322314,0.6446281,0.6363636,0.61157024,0.61157024,0.5785124,0.5661157,0.5661157,0.55785125,0.5495868,0.5413223,0.55785125,0.56198347,0.5661157,0.55785125,0.53305787,0.5495868,0.58264464,0.5289256,0.49586776,0.46694216,0.42975205,0.28099173,0.3264463,0.49173555,0.47933885,0.43801653,0.4214876,0.3264463,0.0661157,0.045454547,0.053719006,0.049586777,0.07024793,0.07438017,0.09504132,0.09504132,0.10743801,0.1322314,26 +0.661157,0.74793386,0.7768595,0.7644628,0.838843,0.8140496,0.822314,0.80991733,0.79752064,0.78512394,0.7768595,0.7933884,0.7892562,0.7933884,0.8057851,0.80991733,0.8305785,0.8305785,0.8264463,0.8305785,0.822314,0.8305785,0.8347107,0.8264463,0.8264463,0.8429752,0.838843,0.8264463,0.8181818,0.80991733,0.79752064,0.78099173,0.78512394,0.7933884,0.79752064,0.8057851,0.822314,0.8057851,0.8016529,0.76859504,0.7892562,0.78512394,0.77272725,0.7768595,0.7933884,0.78512394,0.7892562,0.7933884,0.79752064,0.7768595,0.76859504,0.7768595,0.7644628,0.74380165,0.73966944,0.74380165,0.76033056,0.76033056,0.7355372,0.677686,0.6280992,0.60330576,0.6280992,0.59917355,0.71487606,0.76033056,0.76859504,0.78099173,0.8181818,0.8181818,0.8264463,0.8181818,0.79752064,0.78512394,0.7892562,0.7933884,0.78512394,0.7933884,0.8140496,0.8057851,0.8264463,0.8264463,0.8264463,0.8347107,0.8264463,0.8264463,0.8305785,0.822314,0.8305785,0.8347107,0.8347107,0.8429752,0.8347107,0.8347107,0.8140496,0.8057851,0.78512394,0.80991733,0.7933884,0.8264463,0.8264463,0.8140496,0.7892562,0.7644628,0.7768595,0.7768595,0.75619835,0.78099173,0.78512394,0.78512394,0.7892562,0.79752064,0.7892562,0.78512394,0.7768595,0.7768595,0.74793386,0.74380165,0.73140496,0.7355372,0.74380165,0.75206614,0.72727275,0.6859504,0.6280992,0.5785124,0.61157024,0.58677685,0.77272725,0.76859504,0.7644628,0.78099173,0.8057851,0.8181818,0.822314,0.8264463,0.8057851,0.79752064,0.7933884,0.79752064,0.7933884,0.7892562,0.80991733,0.8057851,0.8057851,0.8347107,0.8305785,0.8305785,0.8305785,0.8264463,0.8264463,0.822314,0.8264463,0.822314,0.8347107,0.8512397,0.8512397,0.8512397,0.8347107,0.822314,0.79752064,0.8264463,0.80991733,0.8347107,0.822314,0.8140496,0.78099173,0.76859504,0.77272725,0.77272725,0.7644628,0.78099173,0.78099173,0.78099173,0.78512394,0.7892562,0.7892562,0.78099173,0.7768595,0.77272725,0.76033056,0.76033056,0.74793386,0.71900827,0.72727275,0.72727275,0.73966944,0.6735537,0.6198347,0.55785125,0.5785124,0.57438016,0.7644628,0.77272725,0.76033056,0.77272725,0.8016529,0.8140496,0.822314,0.8264463,0.8016529,0.8057851,0.8016529,0.8057851,0.7892562,0.78512394,0.7933884,0.78512394,0.7892562,0.8181818,0.8264463,0.8264463,0.822314,0.8181818,0.8181818,0.822314,0.822314,0.8264463,0.822314,0.8347107,0.8305785,0.8347107,0.8347107,0.8264463,0.8016529,0.822314,0.8140496,0.8264463,0.8057851,0.8057851,0.7768595,0.76033056,0.7644628,0.76859504,0.7644628,0.7768595,0.7644628,0.77272725,0.7768595,0.77272725,0.76859504,0.77272725,0.77272725,0.7768595,0.76033056,0.78099173,0.7644628,0.7355372,0.73966944,0.73966944,0.7355372,0.6942149,0.6198347,0.553719,0.56198347,0.58264464,0.76859504,0.76033056,0.75619835,0.76859504,0.7892562,0.8140496,0.8181818,0.8181818,0.8016529,0.79752064,0.7933884,0.78099173,0.76859504,0.7644628,0.75619835,0.76033056,0.76033056,0.7892562,0.7933884,0.8057851,0.8057851,0.79752064,0.79752064,0.8057851,0.8016529,0.8057851,0.8016529,0.8016529,0.80991733,0.78512394,0.8181818,0.8181818,0.80991733,0.8016529,0.7933884,0.8016529,0.7768595,0.78512394,0.76033056,0.75206614,0.75206614,0.74380165,0.74793386,0.75619835,0.75619835,0.7355372,0.7644628,0.75206614,0.74793386,0.7355372,0.74380165,0.75619835,0.74793386,0.76033056,0.75619835,0.74380165,0.75619835,0.76033056,0.74793386,0.7066116,0.6198347,0.5371901,0.56198347,0.57438016,0.78099173,0.75206614,0.74793386,0.75619835,0.7892562,0.8305785,0.8347107,0.8305785,0.7892562,0.7644628,0.7231405,0.6983471,0.6983471,0.6735537,0.677686,0.6694215,0.6652893,0.6983471,0.6942149,0.7355372,0.75206614,0.73966944,0.75619835,0.76859504,0.77272725,0.78099173,0.7768595,0.7644628,0.7768595,0.74380165,0.78512394,0.79752064,0.7892562,0.7644628,0.75619835,0.76859504,0.74380165,0.75619835,0.72727275,0.72727275,0.72727275,0.7231405,0.71487606,0.7231405,0.7231405,0.70247936,0.73966944,0.6983471,0.69008267,0.6983471,0.7066116,0.7066116,0.70247936,0.677686,0.6528926,0.6528926,0.6942149,0.71487606,0.75206614,0.7355372,0.6446281,0.53305787,0.54545456,0.53305787,0.78512394,0.76033056,0.74380165,0.73140496,0.80991733,0.838843,0.8347107,0.8057851,0.72727275,0.6694215,0.607438,0.58677685,0.59917355,0.5661157,0.59090906,0.56198347,0.5165289,0.553719,0.5495868,0.59090906,0.607438,0.59917355,0.661157,0.6942149,0.7231405,0.74793386,0.75619835,0.75206614,0.73966944,0.7231405,0.75206614,0.76859504,0.76033056,0.73966944,0.7355372,0.73966944,0.7107438,0.72727275,0.6942149,0.7066116,0.6818182,0.6694215,0.6404959,0.6280992,0.59917355,0.58677685,0.57438016,0.553719,0.5206612,0.55785125,0.59504133,0.59504133,0.59917355,0.60330576,0.5495868,0.5413223,0.5661157,0.5785124,0.6652893,0.6942149,0.6694215,0.56198347,0.5165289,0.5165289,0.7768595,0.76859504,0.71900827,0.70247936,0.77272725,0.78099173,0.74380165,0.70247936,0.61570245,0.5413223,0.5206612,0.5289256,0.53305787,0.5041322,0.5,0.46694216,0.42561984,0.4338843,0.446281,0.45454547,0.48347107,0.48347107,0.57438016,0.6280992,0.6735537,0.7066116,0.73140496,0.72727275,0.7231405,0.72727275,0.74380165,0.7355372,0.74380165,0.71900827,0.71487606,0.7107438,0.6942149,0.6818182,0.6735537,0.6652893,0.6322314,0.59090906,0.5495868,0.4876033,0.4338843,0.40082645,0.3966942,0.40082645,0.37190083,0.41322315,0.45041323,0.46694216,0.5,0.5041322,0.4752066,0.47107437,0.48347107,0.4752066,0.5247934,0.5495868,0.59504133,0.57438016,0.5123967,0.5289256,0.77272725,0.75619835,0.70247936,0.69008267,0.6983471,0.6735537,0.607438,0.56198347,0.49586776,0.48347107,0.46694216,0.45867768,0.45454547,0.46694216,0.45041323,0.40495867,0.38429752,0.40082645,0.4214876,0.43801653,0.46280992,0.5,0.55785125,0.57438016,0.6404959,0.677686,0.71487606,0.7107438,0.71900827,0.7107438,0.71900827,0.71487606,0.71487606,0.6983471,0.69008267,0.69008267,0.677686,0.6446281,0.61570245,0.58677685,0.57024795,0.5,0.45867768,0.41322315,0.35950413,0.3181818,0.29752067,0.29338843,0.29338843,0.3264463,0.33471075,0.3677686,0.41322315,0.42561984,0.41735536,0.40082645,0.40082645,0.43801653,0.44214877,0.446281,0.47933885,0.5123967,0.5,0.5289256,0.7892562,0.75619835,0.71487606,0.677686,0.6694215,0.6280992,0.58677685,0.53305787,0.5206612,0.54545456,0.56198347,0.5661157,0.5661157,0.57438016,0.57024795,0.53305787,0.5247934,0.5206612,0.5206612,0.48347107,0.47933885,0.49173555,0.5371901,0.54545456,0.607438,0.6694215,0.6983471,0.71487606,0.72727275,0.71487606,0.7066116,0.6983471,0.70247936,0.6942149,0.677686,0.6735537,0.6570248,0.62396693,0.58264464,0.5289256,0.4876033,0.4338843,0.38016528,0.35123968,0.3264463,0.30991736,0.3305785,0.3429752,0.37190083,0.37190083,0.3553719,0.3553719,0.41322315,0.42561984,0.446281,0.42561984,0.40082645,0.3966942,0.3966942,0.37603307,0.4090909,0.4752066,0.48347107,0.5247934,0.8016529,0.75619835,0.71487606,0.70247936,0.6570248,0.59917355,0.58677685,0.57438016,0.6404959,0.7231405,0.76859504,0.75206614,0.6983471,0.74380165,0.7355372,0.6446281,0.59917355,0.6198347,0.6404959,0.61570245,0.5495868,0.4876033,0.48347107,0.5082645,0.57438016,0.6570248,0.69008267,0.7231405,0.6942149,0.677686,0.661157,0.661157,0.6570248,0.6528926,0.661157,0.6446281,0.59090906,0.5413223,0.4876033,0.43801653,0.41735536,0.38016528,0.35123968,0.3305785,0.2892562,0.3264463,0.37603307,0.38842976,0.43801653,0.446281,0.45867768,0.46694216,0.48347107,0.46694216,0.4338843,0.4338843,0.4338843,0.42561984,0.4090909,0.41322315,0.446281,0.49173555,0.4876033,0.5247934,0.77272725,0.7768595,0.7355372,0.6983471,0.6198347,0.5206612,0.47107437,0.46280992,0.45041323,0.41735536,0.42561984,0.44214877,0.5661157,0.7768595,0.6859504,0.56198347,0.47933885,0.3677686,0.3140496,0.38016528,0.38016528,0.38842976,0.34710744,0.36363637,0.338843,0.38016528,0.3305785,0.37603307,0.41322315,0.43801653,0.4090909,0.3966942,0.3553719,0.30165288,0.34710744,0.37603307,0.38429752,0.37190083,0.30578512,0.2520661,0.2520661,0.21900827,0.2231405,0.23966943,0.30165288,0.3553719,0.446281,0.45867768,0.5082645,0.5041322,0.4214876,0.3966942,0.41735536,0.446281,0.42561984,0.4214876,0.34710744,0.28099173,0.2520661,0.3264463,0.3966942,0.41322315,0.4752066,0.5413223,0.61570245,0.6942149,0.5247934,0.45041323,0.46280992,0.5165289,0.58264464,0.6652893,0.74793386,0.7933884,0.76859504,0.6942149,0.6198347,0.6528926,0.6322314,0.61157024,0.59504133,0.5495868,0.5,0.44214877,0.40082645,0.39256197,0.38842976,0.40495867,0.29338843,0.17355372,0.39256197,0.45867768,0.5082645,0.58264464,0.60330576,0.6487603,0.6570248,0.5785124,0.5413223,0.49173555,0.4338843,0.40495867,0.2892562,0.20661157,0.3140496,0.35123968,0.37603307,0.43801653,0.5123967,0.553719,0.61157024,0.62396693,0.6487603,0.6735537,0.6735537,0.6487603,0.6694215,0.6570248,0.6363636,0.62396693,0.5495868,0.49173555,0.42975205,0.39256197,0.38429752,0.37190083,0.3305785,0.43801653,0.44214877,0.3553719,0.53305787,0.6818182,0.70247936,0.72727275,0.75206614,0.78512394,0.8057851,0.7768595,0.73140496,0.6942149,0.6735537,0.6652893,0.6363636,0.607438,0.57024795,0.5,0.45867768,0.42561984,0.41322315,0.3966942,0.40082645,0.42561984,0.49173555,0.3553719,0.3264463,0.6198347,0.78099173,0.8595041,0.8264463,0.8181818,0.8264463,0.7768595,0.8016529,0.7231405,0.5785124,0.4752066,0.25619835,0.4090909,0.3677686,0.33471075,0.41322315,0.46694216,0.5,0.5206612,0.56198347,0.59504133,0.6280992,0.6280992,0.61157024,0.6198347,0.6404959,0.6694215,0.6694215,0.661157,0.607438,0.553719,0.5041322,0.5041322,0.5123967,0.49586776,0.42975205,0.36363637,0.49586776,0.57024795,0.607438,0.6983471,0.70247936,0.7107438,0.7066116,0.6818182,0.6280992,0.6198347,0.6570248,0.607438,0.57024795,0.46694216,0.3966942,0.3677686,0.3677686,0.38842976,0.37190083,0.35950413,0.34710744,0.3677686,0.37190083,0.38016528,0.40082645,0.49173555,0.34710744,0.44214877,0.73966944,0.838843,0.78512394,0.7355372,0.69008267,0.677686,0.7355372,0.6942149,0.6363636,0.30991736,0.42561984,0.43801653,0.26859504,0.3181818,0.37603307,0.38842976,0.3966942,0.41322315,0.47107437,0.55785125,0.57438016,0.5371901,0.5289256,0.5495868,0.5413223,0.56198347,0.59090906,0.6198347,0.59504133,0.54545456,0.5413223,0.553719,0.54545456,0.5041322,0.40495867,0.38842976,0.71900827,0.6942149,0.6404959,0.6735537,0.6652893,0.6322314,0.5785124,0.5371901,0.5123967,0.5123967,0.5082645,0.4338843,0.4214876,0.2644628,0.19008264,0.22727273,0.21900827,0.25619835,0.29752067,0.3140496,0.30165288,0.30578512,0.32231405,0.42561984,0.5165289,0.58264464,0.46694216,0.3181818,0.71487606,0.7644628,0.5123967,0.47933885,0.45867768,0.5123967,0.58264464,0.5082645,0.47933885,0.27272728,0.4752066,0.38429752,0.35950413,0.38842976,0.3553719,0.338843,0.30991736,0.2768595,0.28512397,0.34710744,0.37603307,0.3553719,0.36363637,0.3966942,0.41322315,0.45867768,0.45454547,0.42561984,0.4752066,0.5041322,0.5413223,0.5661157,0.53305787,0.4338843,0.42561984,0.39256197,0.7644628,0.74793386,0.74380165,0.75206614,0.73966944,0.7066116,0.6446281,0.6198347,0.59090906,0.5413223,0.5082645,0.47933885,0.46280992,0.446281,0.40495867,0.40495867,0.38842976,0.38842976,0.43801653,0.45041323,0.44214877,0.48347107,0.46694216,0.46280992,0.61157024,0.71487606,0.57438016,0.29338843,0.61570245,0.78099173,0.7066116,0.6652893,0.59504133,0.5785124,0.607438,0.59090906,0.43801653,0.3305785,0.5041322,0.48347107,0.54545456,0.45454547,0.43801653,0.45454547,0.446281,0.38429752,0.338843,0.3305785,0.3305785,0.30991736,0.3264463,0.37603307,0.3140496,0.33471075,0.40495867,0.3966942,0.4214876,0.45041323,0.4876033,0.49586776,0.48347107,0.41735536,0.5082645,0.446281,0.75619835,0.75619835,0.7768595,0.7768595,0.7933884,0.78099173,0.75619835,0.76859504,0.74380165,0.69008267,0.661157,0.6280992,0.55785125,0.55785125,0.59090906,0.5289256,0.5661157,0.5165289,0.5123967,0.5123967,0.5123967,0.54545456,0.5785124,0.6446281,0.69008267,0.70247936,0.59917355,0.3140496,0.6280992,0.6198347,0.61570245,0.6487603,0.6322314,0.59090906,0.5123967,0.56198347,0.5661157,0.37603307,0.49173555,0.57024795,0.57024795,0.5785124,0.57024795,0.5495868,0.5661157,0.5413223,0.49173555,0.4876033,0.49586776,0.4876033,0.47933885,0.5165289,0.46280992,0.45454547,0.47107437,0.5,0.5041322,0.47933885,0.47107437,0.47933885,0.5289256,0.5247934,0.53305787,0.48347107,0.74380165,0.7644628,0.78512394,0.7933884,0.79752064,0.78099173,0.78099173,0.77272725,0.78512394,0.76033056,0.74380165,0.7107438,0.6363636,0.59917355,0.57438016,0.5495868,0.5413223,0.5165289,0.5,0.4752066,0.46694216,0.4876033,0.5247934,0.5785124,0.62396693,0.7107438,0.59090906,0.3429752,0.6404959,0.6694215,0.7066116,0.71487606,0.6942149,0.6735537,0.5165289,0.3966942,0.58677685,0.40082645,0.446281,0.5495868,0.5123967,0.553719,0.55785125,0.5082645,0.47107437,0.47933885,0.47107437,0.4752066,0.5,0.53305787,0.5289256,0.5413223,0.5123967,0.5206612,0.5123967,0.5289256,0.5495868,0.54545456,0.55785125,0.58264464,0.5785124,0.57024795,0.5413223,0.5165289,0.72727275,0.76859504,0.7892562,0.8057851,0.8057851,0.78099173,0.77272725,0.76033056,0.75619835,0.74793386,0.73140496,0.7107438,0.6570248,0.61157024,0.58264464,0.54545456,0.5082645,0.5041322,0.47933885,0.48347107,0.49586776,0.5165289,0.57024795,0.59504133,0.6280992,0.78099173,0.47933885,0.30991736,0.6570248,0.71487606,0.75206614,0.72727275,0.677686,0.70247936,0.62396693,0.33471075,0.53305787,0.3966942,0.40495867,0.58677685,0.4876033,0.42561984,0.45867768,0.4876033,0.48347107,0.45454547,0.446281,0.44214877,0.46280992,0.49173555,0.5041322,0.5165289,0.5206612,0.5123967,0.5082645,0.5495868,0.58677685,0.59504133,0.61570245,0.6198347,0.58677685,0.58264464,0.5413223,0.553719,0.71900827,0.7768595,0.78099173,0.7933884,0.8016529,0.7892562,0.76033056,0.72727275,0.73140496,0.7066116,0.6942149,0.6859504,0.6528926,0.62396693,0.60330576,0.59090906,0.5661157,0.5495868,0.5413223,0.59090906,0.58677685,0.59504133,0.6404959,0.6735537,0.677686,0.661157,0.24380165,0.3264463,0.71900827,0.75619835,0.75206614,0.72727275,0.6942149,0.6859504,0.73140496,0.3305785,0.59917355,0.2892562,0.30165288,0.60330576,0.57024795,0.45867768,0.46280992,0.53305787,0.54545456,0.5289256,0.5041322,0.5082645,0.49173555,0.4876033,0.49586776,0.4876033,0.5123967,0.54545456,0.55785125,0.59090906,0.6404959,0.6280992,0.60330576,0.59504133,0.60330576,0.59917355,0.553719,0.5661157,0.73140496,0.7892562,0.78512394,0.7892562,0.8016529,0.7892562,0.74793386,0.71487606,0.74380165,0.71487606,0.71900827,0.71900827,0.6983471,0.6818182,0.6694215,0.6570248,0.6487603,0.6363636,0.62396693,0.6280992,0.6570248,0.661157,0.6942149,0.73966944,0.74380165,0.48347107,0.17768595,0.48347107,0.75206614,0.72727275,0.75206614,0.70247936,0.7231405,0.71487606,0.75619835,0.49173555,0.5082645,0.26859504,0.1570248,0.59504133,0.607438,0.5661157,0.55785125,0.5785124,0.5661157,0.553719,0.5371901,0.54545456,0.5289256,0.5413223,0.5661157,0.55785125,0.55785125,0.59504133,0.607438,0.61570245,0.6280992,0.6528926,0.6322314,0.61157024,0.6322314,0.607438,0.553719,0.53305787,0.75206614,0.7892562,0.8016529,0.7933884,0.7892562,0.7892562,0.77272725,0.73966944,0.75206614,0.74380165,0.7355372,0.72727275,0.71900827,0.6983471,0.6942149,0.6652893,0.62396693,0.62396693,0.6487603,0.6818182,0.71900827,0.71487606,0.75206614,0.7892562,0.7644628,0.4090909,0.3429752,0.6404959,0.75206614,0.73966944,0.77272725,0.71900827,0.6942149,0.70247936,0.73966944,0.6446281,0.4090909,0.32231405,0.19421488,0.4752066,0.6570248,0.6404959,0.61157024,0.59090906,0.58677685,0.57438016,0.5495868,0.5371901,0.5661157,0.553719,0.56198347,0.58677685,0.59090906,0.62396693,0.6446281,0.661157,0.6322314,0.6487603,0.6694215,0.6487603,0.6404959,0.61570245,0.54545456,0.53305787,0.77272725,0.7892562,0.79752064,0.79752064,0.7933884,0.7892562,0.7933884,0.7644628,0.7355372,0.74793386,0.74380165,0.7231405,0.72727275,0.7066116,0.71900827,0.71900827,0.7107438,0.6942149,0.6983471,0.73140496,0.74793386,0.75619835,0.78512394,0.822314,0.57024795,0.38842976,0.59917355,0.7355372,0.77272725,0.76859504,0.7644628,0.71487606,0.72727275,0.70247936,0.74380165,0.69008267,0.48347107,0.3553719,0.39256197,0.23140496,0.59090906,0.6859504,0.6322314,0.607438,0.61570245,0.62396693,0.59917355,0.60330576,0.58677685,0.61570245,0.59090906,0.61157024,0.62396693,0.6570248,0.661157,0.677686,0.6818182,0.6694215,0.677686,0.6528926,0.6404959,0.6198347,0.553719,0.47933885,0.77272725,0.7933884,0.78512394,0.7933884,0.80991733,0.7768595,0.8140496,0.74793386,0.74380165,0.7355372,0.72727275,0.7107438,0.7066116,0.72727275,0.70247936,0.72727275,0.7231405,0.7066116,0.71487606,0.71900827,0.7231405,0.74380165,0.838843,0.74380165,0.41735536,0.59504133,0.6652893,0.78099173,0.7892562,0.7768595,0.78099173,0.7107438,0.6983471,0.71900827,0.75206614,0.6694215,0.53305787,0.3966942,0.446281,0.338843,0.37190083,0.6942149,0.6404959,0.6446281,0.6528926,0.6528926,0.6446281,0.6487603,0.6363636,0.6446281,0.6198347,0.661157,0.6446281,0.6735537,0.6528926,0.6859504,0.7066116,0.69008267,0.6694215,0.6694215,0.6487603,0.60330576,0.56198347,0.446281,0.78099173,0.79752064,0.79752064,0.7933884,0.7933884,0.76859504,0.8140496,0.75206614,0.74793386,0.7355372,0.7107438,0.7066116,0.7066116,0.7066116,0.6942149,0.73140496,0.71487606,0.7107438,0.7066116,0.71900827,0.7107438,0.7644628,0.75206614,0.46280992,0.58677685,0.607438,0.72727275,0.79752064,0.8016529,0.77272725,0.7892562,0.74380165,0.6942149,0.73140496,0.77272725,0.61570245,0.553719,0.48347107,0.3966942,0.47107437,0.3181818,0.4876033,0.6859504,0.6570248,0.6446281,0.6404959,0.6652893,0.661157,0.6694215,0.6652893,0.62396693,0.6487603,0.6570248,0.6652893,0.62396693,0.6652893,0.7107438,0.70247936,0.6735537,0.6942149,0.69008267,0.58677685,0.553719,0.4876033,0.8016529,0.7933884,0.8140496,0.8016529,0.79752064,0.78099173,0.79752064,0.76033056,0.74793386,0.73140496,0.70247936,0.7107438,0.7066116,0.69008267,0.70247936,0.72727275,0.7231405,0.7231405,0.7107438,0.72727275,0.73966944,0.6694215,0.5413223,0.607438,0.59090906,0.6859504,0.78099173,0.78099173,0.8016529,0.7768595,0.78512394,0.72727275,0.71900827,0.7355372,0.73966944,0.58677685,0.56198347,0.57024795,0.45041323,0.446281,0.48347107,0.35123968,0.54545456,0.677686,0.6446281,0.6528926,0.6570248,0.6694215,0.677686,0.6859504,0.6528926,0.6570248,0.6446281,0.6528926,0.6487603,0.661157,0.6983471,0.6983471,0.6694215,0.69008267,0.6735537,0.60330576,0.553719,0.5371901,0.6735537,0.80991733,0.822314,0.8057851,0.8016529,0.8016529,0.7933884,0.78512394,0.76859504,0.7355372,0.71487606,0.72727275,0.72727275,0.72727275,0.73140496,0.73140496,0.73966944,0.7355372,0.73966944,0.72727275,0.59504133,0.5165289,0.6859504,0.661157,0.6198347,0.76859504,0.7892562,0.78512394,0.8016529,0.77272725,0.8016529,0.7355372,0.72727275,0.7355372,0.71900827,0.59504133,0.58264464,0.61157024,0.5206612,0.42561984,0.5,0.5413223,0.42975205,0.47107437,0.6528926,0.6528926,0.6363636,0.6694215,0.661157,0.6735537,0.6694215,0.677686,0.6487603,0.6570248,0.6942149,0.6859504,0.7107438,0.7107438,0.6983471,0.69008267,0.6652893,0.61570245,0.57024795,0.4752066,0.40495867,0.6942149,0.8553719,0.822314,0.8140496,0.8181818,0.8181818,0.8057851,0.7892562,0.74380165,0.7644628,0.73140496,0.73966944,0.74793386,0.74380165,0.73966944,0.76033056,0.74380165,0.69008267,0.5165289,0.48347107,0.69008267,0.7107438,0.6280992,0.6404959,0.78099173,0.7933884,0.7892562,0.79752064,0.76859504,0.8016529,0.7355372,0.72727275,0.7231405,0.70247936,0.6694215,0.60330576,0.58677685,0.5413223,0.40082645,0.44214877,0.553719,0.5785124,0.45041323,0.4338843,0.56198347,0.6198347,0.6694215,0.6487603,0.6735537,0.6694215,0.6652893,0.677686,0.70247936,0.7107438,0.71487606,0.72727275,0.71487606,0.6694215,0.6735537,0.6983471,0.61570245,0.5041322,0.4752066,0.6859504,0.47107437,0.56198347,0.7933884,0.80991733,0.8264463,0.8264463,0.822314,0.7892562,0.75619835,0.76859504,0.73966944,0.73140496,0.73966944,0.74793386,0.72727275,0.6694215,0.53305787,0.446281,0.58677685,0.6487603,0.607438,0.59504133,0.6404959,0.6404959,0.76033056,0.8140496,0.7933884,0.8016529,0.76033056,0.80991733,0.71900827,0.7355372,0.74380165,0.7107438,0.70247936,0.6487603,0.5785124,0.553719,0.39256197,0.38842976,0.5247934,0.57438016,0.5661157,0.48347107,0.4338843,0.446281,0.5206612,0.6280992,0.6570248,0.6694215,0.677686,0.677686,0.70247936,0.7231405,0.7107438,0.7355372,0.6487603,0.6528926,0.75619835,0.72727275,0.553719,0.5247934,0.53305787,0.7768595,0.78512394,0.58677685,0.45867768,0.607438,0.6859504,0.8140496,0.838843,0.8140496,0.7892562,0.7644628,0.72727275,0.69008267,0.6404959,0.58264464,0.5165289,0.47933885,0.5413223,0.59090906,0.57438016,0.53305787,0.5082645,0.57024795,0.661157,0.70247936,0.7644628,0.8057851,0.8057851,0.78099173,0.76033056,0.80991733,0.71900827,0.72727275,0.7355372,0.71900827,0.7066116,0.6735537,0.58677685,0.59504133,0.41322315,0.3264463,0.46694216,0.57024795,0.6198347,0.58264464,0.5206612,0.44214877,0.40082645,0.34710744,0.41735536,0.53305787,0.553719,0.5413223,0.553719,0.57024795,0.58264464,0.60330576,0.41322315,0.47933885,0.6322314,0.60330576,0.57024795,0.58677685,0.5247934,0.77272725,0.7892562,0.80991733,0.7933884,0.59917355,0.60330576,0.59917355,0.6528926,0.7107438,0.6570248,0.6363636,0.59917355,0.553719,0.5413223,0.54545456,0.553719,0.5661157,0.53305787,0.48347107,0.49173555,0.5413223,0.5785124,0.6280992,0.71900827,0.7933884,0.77272725,0.8016529,0.8016529,0.7768595,0.7892562,0.80991733,0.7231405,0.7231405,0.73966944,0.74793386,0.71487606,0.6942149,0.61157024,0.62396693,0.5123967,0.28512397,0.47933885,0.57024795,0.6363636,0.6487603,0.607438,0.5413223,0.45867768,0.47933885,0.46694216,0.40495867,0.44214877,0.46694216,0.49586776,0.5041322,0.5247934,0.5413223,0.60330576,0.6280992,0.6446281,0.62396693,0.59090906,0.57024795,0.5041322,0.7644628,0.7768595,0.79752064,0.8264463,0.822314,0.7892562,0.74793386,0.77272725,0.71487606,0.6363636,0.57438016,0.54545456,0.53305787,0.5289256,0.5371901,0.49586776,0.5206612,0.5289256,0.5289256,0.56198347,0.62396693,0.6487603,0.7231405,0.7933884,0.7892562,0.75619835,0.822314,0.8140496,0.7892562,0.8512397,0.8347107,0.73966944,0.6859504,0.73966944,0.75619835,0.76033056,0.7066116,0.6363636,0.58264464,0.6570248,0.39256197,0.47933885,0.607438,0.6652893,0.6570248,0.6528926,0.6404959,0.58677685,0.5371901,0.53305787,0.5289256,0.5165289,0.5371901,0.5289256,0.54545456,0.5661157,0.5785124,0.607438,0.59917355,0.61570245,0.60330576,0.58677685,0.5661157,0.4876033,0.76033056,0.76859504,0.7892562,0.8016529,0.80991733,0.7644628,0.76033056,0.75619835,0.7107438,0.661157,0.59917355,0.60330576,0.59917355,0.59917355,0.607438,0.60330576,0.60330576,0.57438016,0.5785124,0.61570245,0.6487603,0.6942149,0.7892562,0.8140496,0.75206614,0.76033056,0.8429752,0.8347107,0.78512394,0.8553719,0.822314,0.74380165,0.6983471,0.73140496,0.74793386,0.8181818,0.7355372,0.6487603,0.5661157,0.6404959,0.57438016,0.5206612,0.6322314,0.661157,0.6528926,0.6487603,0.6322314,0.6363636,0.6446281,0.6446281,0.6363636,0.57438016,0.57438016,0.5247934,0.5247934,0.5247934,0.5495868,0.56198347,0.57024795,0.58264464,0.59504133,0.56198347,0.553719,0.47107437,0.75619835,0.77272725,0.7768595,0.7892562,0.7892562,0.76859504,0.75619835,0.76033056,0.7355372,0.71900827,0.69008267,0.6859504,0.6859504,0.6735537,0.6404959,0.61157024,0.5785124,0.53305787,0.5661157,0.6322314,0.6694215,0.7107438,0.8016529,0.8305785,0.71487606,0.75206614,0.8429752,0.8347107,0.75619835,0.75206614,0.72727275,0.6859504,0.69008267,0.70247936,0.7066116,0.7644628,0.6694215,0.58677685,0.5247934,0.58264464,0.6280992,0.54545456,0.6404959,0.6487603,0.6198347,0.6198347,0.6280992,0.6446281,0.6528926,0.6652893,0.677686,0.6570248,0.6528926,0.62396693,0.61570245,0.57438016,0.57024795,0.5495868,0.5495868,0.57024795,0.56198347,0.55785125,0.5413223,0.46694216,0.74380165,0.7644628,0.78099173,0.7933884,0.7933884,0.7933884,0.7892562,0.78099173,0.77272725,0.76033056,0.7231405,0.6818182,0.6570248,0.6446281,0.59917355,0.56198347,0.5413223,0.5371901,0.5785124,0.6735537,0.71900827,0.6983471,0.73140496,0.77272725,0.6942149,0.6735537,0.70247936,0.6735537,0.7107438,0.69008267,0.6404959,0.6198347,0.6322314,0.6363636,0.60330576,0.5661157,0.5123967,0.49173555,0.47107437,0.5371901,0.5661157,0.46280992,0.59090906,0.6528926,0.58677685,0.57438016,0.59090906,0.59917355,0.61570245,0.6322314,0.6570248,0.6528926,0.6446281,0.6528926,0.6363636,0.6198347,0.607438,0.58677685,0.56198347,0.553719,0.5495868,0.5413223,0.5289256,0.47107437,0.74380165,0.74380165,0.78512394,0.78099173,0.7644628,0.77272725,0.76033056,0.76859504,0.75619835,0.71900827,0.69008267,0.661157,0.6446281,0.61570245,0.5661157,0.5413223,0.5371901,0.55785125,0.6280992,0.7107438,0.73140496,0.72727275,0.6198347,0.58677685,0.5785124,0.57024795,0.553719,0.5247934,0.59090906,0.59917355,0.5661157,0.5247934,0.5289256,0.5165289,0.446281,0.41735536,0.40082645,0.38016528,0.37190083,0.43801653,0.47107437,0.39256197,0.53305787,0.6570248,0.59917355,0.5495868,0.5495868,0.5495868,0.59504133,0.61570245,0.61570245,0.6198347,0.6280992,0.61157024,0.59504133,0.60330576,0.59090906,0.58264464,0.553719,0.53305787,0.5289256,0.5165289,0.5247934,0.44214877,0.74380165,0.7355372,0.78512394,0.7644628,0.7231405,0.72727275,0.73966944,0.75206614,0.75619835,0.7231405,0.6942149,0.6652893,0.61157024,0.57024795,0.5495868,0.5495868,0.5785124,0.61570245,0.6735537,0.71487606,0.74793386,0.7644628,0.6859504,0.53305787,0.5,0.553719,0.5495868,0.5371901,0.5206612,0.5,0.43801653,0.38842976,0.37603307,0.37603307,0.38429752,0.34710744,0.2892562,0.23966943,0.28099173,0.37603307,0.41735536,0.42561984,0.5206612,0.6570248,0.6198347,0.56198347,0.5413223,0.5371901,0.58264464,0.59917355,0.59090906,0.607438,0.60330576,0.58677685,0.5661157,0.56198347,0.57024795,0.553719,0.53305787,0.5247934,0.5247934,0.5,0.53305787,0.37190083,0.72727275,0.75206614,0.76859504,0.76033056,0.6942149,0.6942149,0.7231405,0.74793386,0.75206614,0.72727275,0.7066116,0.661157,0.61157024,0.5785124,0.57024795,0.57024795,0.59917355,0.6528926,0.70247936,0.72727275,0.73966944,0.76033056,0.75206614,0.6859504,0.5661157,0.57438016,0.58264464,0.5123967,0.49586776,0.46694216,0.3429752,0.28099173,0.2768595,0.32231405,0.36363637,0.3429752,0.38429752,0.38842976,0.4090909,0.4214876,0.41735536,0.43801653,0.5123967,0.6198347,0.6322314,0.58264464,0.5661157,0.5495868,0.5661157,0.61570245,0.61570245,0.62396693,0.62396693,0.58264464,0.553719,0.5495868,0.5247934,0.5206612,0.49586776,0.5165289,0.5082645,0.4752066,0.5289256,0.32231405,0.73140496,0.7644628,0.7644628,0.76033056,0.70247936,0.6735537,0.73966944,0.77272725,0.78512394,0.7644628,0.70247936,0.6446281,0.61157024,0.61157024,0.57024795,0.5661157,0.61570245,0.6652893,0.70247936,0.73966944,0.75206614,0.74793386,0.73140496,0.73966944,0.6818182,0.56198347,0.5289256,0.48347107,0.4214876,0.4090909,0.30578512,0.18181819,0.2107438,0.28512397,0.338843,0.37603307,0.42975205,0.446281,0.41322315,0.41735536,0.38842976,0.43801653,0.5082645,0.61570245,0.6487603,0.607438,0.5785124,0.55785125,0.57024795,0.59090906,0.6322314,0.62396693,0.6404959,0.607438,0.56198347,0.54545456,0.5165289,0.49586776,0.5,0.5206612,0.49173555,0.47107437,0.5041322,0.29752067,0.72727275,0.7644628,0.7768595,0.74380165,0.677686,0.6818182,0.7644628,0.7933884,0.78512394,0.73966944,0.6818182,0.6322314,0.61570245,0.58677685,0.49586776,0.58264464,0.61570245,0.6570248,0.71900827,0.74793386,0.74793386,0.74380165,0.74793386,0.75619835,0.73140496,0.6487603,0.57438016,0.45454547,0.38429752,0.338843,0.2768595,0.1570248,0.18181819,0.19008264,0.3140496,0.3429752,0.38842976,0.4338843,0.45454547,0.42561984,0.4214876,0.45867768,0.53305787,0.61157024,0.6280992,0.61157024,0.59090906,0.55785125,0.56198347,0.59504133,0.61157024,0.61570245,0.6363636,0.6322314,0.59504133,0.5661157,0.5082645,0.4876033,0.4752066,0.5123967,0.48347107,0.46280992,0.5,0.2520661,0.7231405,0.75206614,0.76859504,0.74380165,0.661157,0.6818182,0.7768595,0.79752064,0.7768595,0.74380165,0.6735537,0.6322314,0.57438016,0.5247934,0.53305787,0.60330576,0.6446281,0.70247936,0.74793386,0.74380165,0.73966944,0.73966944,0.75206614,0.6983471,0.6694215,0.661157,0.6404959,0.5165289,0.37603307,0.29752067,0.2520661,0.17768595,0.18595041,0.16528925,0.30165288,0.3677686,0.38016528,0.41322315,0.45041323,0.45041323,0.4214876,0.49586776,0.56198347,0.59917355,0.6322314,0.59917355,0.57438016,0.5495868,0.5661157,0.58264464,0.59917355,0.60330576,0.61570245,0.61157024,0.59917355,0.553719,0.5,0.5082645,0.5289256,0.5082645,0.46694216,0.4752066,0.5123967,0.18181819,0.71900827,0.74380165,0.75619835,0.74380165,0.6735537,0.7107438,0.7768595,0.79752064,0.7892562,0.73140496,0.661157,0.6198347,0.5371901,0.59090906,0.62396693,0.6280992,0.6446281,0.71487606,0.73966944,0.73140496,0.71487606,0.677686,0.73140496,0.70247936,0.6570248,0.6446281,0.6404959,0.60330576,0.47107437,0.32231405,0.21900827,0.18595041,0.1983471,0.20247933,0.30165288,0.3264463,0.40495867,0.3553719,0.44214877,0.45041323,0.43801653,0.48347107,0.55785125,0.58264464,0.6363636,0.61570245,0.57024795,0.5371901,0.5206612,0.5413223,0.5785124,0.58677685,0.58677685,0.59917355,0.58677685,0.553719,0.5123967,0.5495868,0.553719,0.49586776,0.47107437,0.4876033,0.49586776,0.09504132,0.72727275,0.74793386,0.75206614,0.7355372,0.7066116,0.73966944,0.78099173,0.78099173,0.79752064,0.6818182,0.677686,0.6652893,0.61570245,0.6528926,0.62396693,0.59917355,0.61570245,0.6818182,0.7355372,0.7066116,0.71900827,0.6528926,0.70247936,0.7066116,0.661157,0.6487603,0.6322314,0.6198347,0.56198347,0.45041323,0.28512397,0.21900827,0.23966943,0.23553719,0.30578512,0.3264463,0.37190083,0.38842976,0.38016528,0.4214876,0.45041323,0.49173555,0.5413223,0.58264464,0.62396693,0.6280992,0.59504133,0.5661157,0.5413223,0.5041322,0.5371901,0.55785125,0.57438016,0.59917355,0.5785124,0.5661157,0.49586776,0.5495868,0.553719,0.48347107,0.47933885,0.5041322,0.37190083,0.07438017,0.71900827,0.7355372,0.74793386,0.73966944,0.6942149,0.73140496,0.78512394,0.78099173,0.78512394,0.677686,0.677686,0.677686,0.6198347,0.6404959,0.57024795,0.5289256,0.59917355,0.6446281,0.6818182,0.661157,0.6735537,0.6446281,0.6859504,0.7231405,0.6942149,0.6694215,0.6818182,0.6694215,0.6280992,0.5206612,0.40495867,0.36363637,0.38016528,0.37190083,0.34710744,0.3553719,0.35123968,0.3677686,0.40082645,0.4338843,0.45454547,0.47933885,0.5371901,0.54545456,0.58677685,0.57438016,0.5785124,0.5785124,0.58264464,0.553719,0.5247934,0.5371901,0.56198347,0.58677685,0.5785124,0.5289256,0.5,0.5661157,0.5289256,0.46694216,0.4752066,0.49173555,0.2107438,0.12396694,0.6652893,0.71900827,0.7231405,0.7231405,0.70247936,0.73966944,0.7768595,0.7892562,0.78099173,0.6983471,0.6404959,0.6652893,0.62396693,0.5661157,0.5495868,0.5247934,0.5785124,0.61570245,0.6528926,0.677686,0.71487606,0.72727275,0.73140496,0.73966944,0.7231405,0.70247936,0.6942149,0.71487606,0.6446281,0.58264464,0.5289256,0.5289256,0.57438016,0.57024795,0.5247934,0.4876033,0.446281,0.42975205,0.446281,0.45041323,0.47933885,0.4752066,0.53305787,0.5123967,0.5082645,0.49586776,0.5247934,0.5247934,0.5289256,0.57438016,0.5289256,0.5247934,0.57024795,0.58677685,0.57438016,0.5041322,0.53305787,0.57438016,0.5165289,0.446281,0.47107437,0.41322315,0.15289256,0.12809917,0.553719,0.70247936,0.71900827,0.71900827,0.71487606,0.75206614,0.76033056,0.78512394,0.77272725,0.6818182,0.61157024,0.5785124,0.5289256,0.44214877,0.45041323,0.3966942,0.42975205,0.58677685,0.70247936,0.76033056,0.76033056,0.7231405,0.6942149,0.6280992,0.5785124,0.57024795,0.55785125,0.61157024,0.59917355,0.60330576,0.58264464,0.60330576,0.607438,0.58264464,0.53305787,0.57438016,0.553719,0.5413223,0.553719,0.5289256,0.56198347,0.5165289,0.49173555,0.46694216,0.45454547,0.44214877,0.45041323,0.45867768,0.43801653,0.5206612,0.5206612,0.55785125,0.5785124,0.59917355,0.5495868,0.5,0.5371901,0.553719,0.4752066,0.43801653,0.46694216,0.30578512,0.12396694,0.1322314,0.38842976,0.6570248,0.70247936,0.70247936,0.7107438,0.71900827,0.7644628,0.76033056,0.74380165,0.6859504,0.58677685,0.54545456,0.5041322,0.46694216,0.46694216,0.39256197,0.34710744,0.28512397,0.41735536,0.5247934,0.5041322,0.4752066,0.4752066,0.41322315,0.38842976,0.38016528,0.3553719,0.3966942,0.46280992,0.5371901,0.5661157,0.5371901,0.4338843,0.3264463,0.29338843,0.3677686,0.41322315,0.43801653,0.4752066,0.5165289,0.57024795,0.5371901,0.5082645,0.45454547,0.3677686,0.36363637,0.40082645,0.40495867,0.4090909,0.46280992,0.5413223,0.57024795,0.59504133,0.59090906,0.5289256,0.5041322,0.54545456,0.5206612,0.446281,0.44214877,0.4338843,0.19421488,0.11157025,0.13636364,0.22727273,0.55785125,0.6652893,0.6942149,0.6983471,0.6859504,0.75619835,0.73966944,0.73966944,0.6652893,0.58677685,0.5123967,0.53305787,0.5495868,0.5661157,0.57024795,0.61570245,0.49586776,0.29338843,0.2520661,0.23966943,0.18181819,0.42561984,0.41735536,0.28099173,0.21900827,0.36363637,0.33471075,0.32231405,0.38429752,0.3677686,0.28099173,0.24380165,0.18595041,0.19421488,0.20247933,0.2107438,0.23553719,0.2603306,0.2768595,0.32231405,0.37603307,0.35950413,0.338843,0.27272728,0.2520661,0.3305785,0.3966942,0.42561984,0.4752066,0.5206612,0.59090906,0.60330576,0.57438016,0.5123967,0.48347107,0.53305787,0.49586776,0.42975205,0.45041323,0.30578512,0.12396694,0.1322314,0.1322314,0.1446281,0.38429752,0.61157024,0.6528926,0.6735537,0.6694215,0.71900827,0.71487606,0.71900827,0.6404959,0.5495868,0.49586776,0.5289256,0.58264464,0.60330576,0.661157,0.73140496,0.6942149,0.5289256,0.446281,0.3677686,0.21487603,0.3677686,0.48347107,0.42975205,0.18595041,0.5661157,0.42561984,0.3264463,0.30578512,0.24380165,0.19008264,0.21487603,0.2107438,0.23966943,0.19421488,0.16115703,0.19421488,0.16528925,0.11157025,0.12809917,0.18181819,0.24380165,0.2892562,0.41735536,0.43801653,0.47933885,0.5165289,0.4876033,0.48347107,0.5289256,0.59090906,0.59090906,0.553719,0.4752066,0.46694216,0.49173555,0.45454547,0.41735536,0.39256197,0.14876033,0.12396694,0.14049587,0.1322314,0.20661157,0.21900827,0.5247934,0.61157024,0.6363636,0.661157,0.6446281,0.677686,0.6818182,0.62396693,0.5289256,0.5,0.54545456,0.6404959,0.677686,0.69008267,0.7107438,0.7231405,0.661157,0.5371901,0.5289256,0.44214877,0.38016528,0.36363637,0.36363637,0.24793388,0.62396693,0.5,0.41322315,0.3429752,0.27272728,0.24380165,0.26859504,0.26859504,0.30991736,0.1983471,0.18595041,0.21487603,0.19421488,0.1983471,0.29338843,0.35123968,0.40495867,0.47107437,0.57024795,0.59504133,0.60330576,0.553719,0.5041322,0.49586776,0.5289256,0.5785124,0.5661157,0.5413223,0.44214877,0.4752066,0.46694216,0.42975205,0.39256197,0.24380165,0.12396694,0.13636364,0.13636364,0.13636364,0.2107438,0.14049587,0.338843,0.58677685,0.59090906,0.6322314,0.6363636,0.6570248,0.6528926,0.61157024,0.5289256,0.5165289,0.55785125,0.6652893,0.6859504,0.6652893,0.6859504,0.71487606,0.74380165,0.62396693,0.5661157,0.5661157,0.5,0.41322315,0.28512397,0.28099173,0.49173555,0.45867768,0.37190083,0.38429752,0.2892562,0.25619835,0.28512397,0.29338843,0.2892562,0.23553719,0.23140496,0.3181818,0.41322315,0.43801653,0.48347107,0.49173555,0.49586776,0.5165289,0.553719,0.59917355,0.6280992,0.5661157,0.5123967,0.53305787,0.5371901,0.5661157,0.54545456,0.4876033,0.42975205,0.44214877,0.43801653,0.40082645,0.30991736,0.1570248,0.12396694,0.14049587,0.14049587,0.13636364,0.19421488,0.19008264,0.14876033,0.5082645,0.56198347,0.57024795,0.59504133,0.6322314,0.6198347,0.59504133,0.5495868,0.5661157,0.58264464,0.6942149,0.6942149,0.6818182,0.6942149,0.7066116,0.7355372,0.6942149,0.58677685,0.58677685,0.58677685,0.5371901,0.46694216,0.44214877,0.4752066,0.45454547,0.38016528,0.46694216,0.40495867,0.3181818,0.35123968,0.36363637,0.3553719,0.41322315,0.45454547,0.49173555,0.49173555,0.5041322,0.5041322,0.49173555,0.48347107,0.49173555,0.57438016,0.59504133,0.61157024,0.55785125,0.53305787,0.5413223,0.53305787,0.5371901,0.5082645,0.42975205,0.41322315,0.41322315,0.3966942,0.35123968,0.18595041,0.12809917,0.13636364,0.11983471,0.14049587,0.12809917,0.18181819,0.20247933,0.10743801,0.30578512,0.57438016,0.5123967,0.55785125,0.58264464,0.58677685,0.59917355,0.59090906,0.60330576,0.59504133,0.6735537,0.6694215,0.677686,0.69008267,0.69008267,0.6859504,0.6859504,0.6446281,0.5785124,0.58264464,0.59504133,0.58264464,0.553719,0.5289256,0.5041322,0.4876033,0.5082645,0.4876033,0.5082645,0.5289256,0.5123967,0.49586776,0.5,0.5289256,0.5,0.4876033,0.4876033,0.46694216,0.44214877,0.45041323,0.5371901,0.60330576,0.58264464,0.59090906,0.5661157,0.53305787,0.5413223,0.5206612,0.5041322,0.45867768,0.40082645,0.38842976,0.38842976,0.37190083,0.24380165,0.11983471,0.1322314,0.1322314,0.12396694,0.14049587,0.12809917,0.18595041,0.19008264,0.1694215,0.22727273,0.59504133,0.5413223,0.54545456,0.56198347,0.57024795,0.60330576,0.59090906,0.607438,0.62396693,0.661157,0.6404959,0.677686,0.6818182,0.6735537,0.6570248,0.6735537,0.6404959,0.60330576,0.5495868,0.5495868,0.55785125,0.5495868,0.54545456,0.55785125,0.53305787,0.5289256,0.5123967,0.54545456,0.5785124,0.54545456,0.53305787,0.47933885,0.47107437,0.47107437,0.44214877,0.43801653,0.41735536,0.38842976,0.49173555,0.58264464,0.58677685,0.57024795,0.55785125,0.58264464,0.5413223,0.5165289,0.5206612,0.45041323,0.4338843,0.37603307,0.3553719,0.38016528,0.2892562,0.15289256,0.11570248,0.12809917,0.1322314,0.12809917,0.1322314,0.12809917,0.18595041,0.19421488,0.1570248,0.23553719,0.6280992,0.5206612,0.5495868,0.53305787,0.5495868,0.59917355,0.59504133,0.58264464,0.6322314,0.6404959,0.6280992,0.6528926,0.6528926,0.6528926,0.6404959,0.6570248,0.61157024,0.59504133,0.57438016,0.5206612,0.49173555,0.49173555,0.49586776,0.47933885,0.48347107,0.46280992,0.48347107,0.49173555,0.5123967,0.47107437,0.446281,0.40495867,0.40082645,0.41322315,0.39256197,0.37190083,0.39256197,0.41322315,0.5413223,0.57438016,0.54545456,0.5495868,0.55785125,0.5661157,0.5413223,0.5123967,0.5247934,0.43801653,0.3966942,0.34710744,0.3553719,0.3181818,0.18181819,0.12396694,0.14876033,0.11157025,0.13636364,0.12809917,0.12809917,0.12809917,0.19421488,0.1983471,0.15289256,0.23553719,0.61570245,0.5371901,0.5247934,0.5495868,0.5413223,0.57438016,0.59504133,0.58264464,0.62396693,0.6404959,0.6446281,0.6404959,0.6280992,0.61570245,0.6322314,0.6322314,0.60330576,0.5661157,0.553719,0.5,0.45041323,0.45454547,0.44214877,0.41322315,0.4090909,0.40495867,0.4214876,0.41322315,0.40082645,0.37190083,0.338843,0.3429752,0.33471075,0.3264463,0.3140496,0.3429752,0.4338843,0.5206612,0.54545456,0.5495868,0.5206612,0.5495868,0.55785125,0.5413223,0.5082645,0.5123967,0.5,0.4338843,0.35123968,0.33471075,0.3264463,0.2107438,0.12809917,0.12809917,0.13636364,0.11983471,0.13636364,0.11570248,0.12809917,0.12809917,0.20661157,0.20661157,0.14876033,0.2107438,0.58264464,0.62396693,0.5,0.57024795,0.553719,0.5413223,0.59504133,0.61157024,0.6280992,0.6404959,0.6404959,0.6322314,0.6198347,0.58677685,0.607438,0.61157024,0.57438016,0.56198347,0.5165289,0.45454547,0.37603307,0.338843,0.3305785,0.29338843,0.2892562,0.30991736,0.32231405,0.27272728,0.2603306,0.24793388,0.25619835,0.24793388,0.24380165,0.28099173,0.3264463,0.41735536,0.49173555,0.5247934,0.5041322,0.48347107,0.5289256,0.56198347,0.553719,0.5289256,0.4876033,0.47107437,0.45867768,0.3966942,0.3181818,0.33471075,0.23553719,0.12396694,0.1322314,0.12809917,0.1322314,0.12809917,0.13636364,0.11983471,0.1322314,0.11570248,0.19421488,0.2231405,0.17768595,0.21900827,0.553719,0.6652893,0.5371901,0.5289256,0.5495868,0.5,0.58677685,0.62396693,0.61570245,0.607438,0.60330576,0.61570245,0.59917355,0.553719,0.57024795,0.58264464,0.56198347,0.5495868,0.5289256,0.46280992,0.3677686,0.29338843,0.23140496,0.19008264,0.18595041,0.19008264,0.19421488,0.15289256,0.15289256,0.1694215,0.19008264,0.22727273,0.2768595,0.35950413,0.42975205,0.4876033,0.5,0.49173555,0.4876033,0.5082645,0.5661157,0.5661157,0.5371901,0.5082645,0.47107437,0.446281,0.4214876,0.35950413,0.338843,0.24380165,0.08677686,0.0785124,0.10330579,0.11157025,0.11570248,0.12809917,0.12809917,0.13636364,0.14876033,0.12809917,0.20661157,0.21487603,0.19421488,0.20661157,0.553719,0.661157,0.6198347,0.5206612,0.5123967,0.49586776,0.5289256,0.58264464,0.58677685,0.59504133,0.59504133,0.61570245,0.6280992,0.54545456,0.56198347,0.55785125,0.58264464,0.5495868,0.5247934,0.49586776,0.44214877,0.38429752,0.35123968,0.30165288,0.28512397,0.2603306,0.2231405,0.20247933,0.23553719,0.26859504,0.29752067,0.35950413,0.37603307,0.4338843,0.4752066,0.46280992,0.47107437,0.48347107,0.5,0.5289256,0.56198347,0.55785125,0.5041322,0.47933885,0.43801653,0.42561984,0.37603307,0.3553719,0.2603306,0.09504132,0.06198347,0.0661157,0.08264463,0.08677686,0.09090909,0.09090909,0.10330579,0.12809917,0.1446281,0.16115703,0.2231405,0.23553719,0.20247933,0.17355372,0.57438016,0.661157,0.6363636,0.61570245,0.49586776,0.5,0.46280992,0.5785124,0.56198347,0.59917355,0.60330576,0.61570245,0.6198347,0.59090906,0.54545456,0.553719,0.59504133,0.58264464,0.56198347,0.5495868,0.53305787,0.5,0.45454547,0.42975205,0.43801653,0.40082645,0.3966942,0.40082645,0.41322315,0.41735536,0.45041323,0.4752066,0.4752066,0.48347107,0.5,0.49586776,0.48347107,0.4876033,0.5041322,0.5247934,0.5413223,0.5247934,0.47107437,0.4090909,0.42561984,0.37603307,0.33471075,0.3429752,0.15289256,0.053719006,0.0661157,0.0661157,0.07438017,0.07438017,0.0785124,0.08264463,0.07024793,0.09090909,0.11570248,0.15289256,0.22727273,0.21900827,0.21900827,0.12809917,0.60330576,0.6694215,0.6446281,0.661157,0.58264464,0.5,0.44214877,0.54545456,0.5495868,0.62396693,0.607438,0.59090906,0.61570245,0.607438,0.5661157,0.57024795,0.6198347,0.6280992,0.59917355,0.59504133,0.58264464,0.57024795,0.5413223,0.53305787,0.5289256,0.5123967,0.54545456,0.5,0.5165289,0.5123967,0.5289256,0.5413223,0.5289256,0.5371901,0.5206612,0.5247934,0.5165289,0.5082645,0.53305787,0.53305787,0.5206612,0.48347107,0.41735536,0.38429752,0.39256197,0.3264463,0.30578512,0.41322315,0.20247933,0.045454547,0.06198347,0.05785124,0.0785124,0.07438017,0.07024793,0.0785124,0.07438017,0.0785124,0.09917355,0.14049587,0.2231405,0.2231405,0.2231405,0.08264463,0.661157,0.677686,0.6735537,0.6487603,0.6487603,0.5785124,0.44214877,0.4752066,0.5413223,0.58677685,0.58264464,0.5785124,0.6198347,0.6280992,0.607438,0.58264464,0.6198347,0.6280992,0.6198347,0.61570245,0.61157024,0.607438,0.59917355,0.5785124,0.58677685,0.54545456,0.5785124,0.54545456,0.5413223,0.5289256,0.55785125,0.57024795,0.55785125,0.553719,0.553719,0.5371901,0.5495868,0.5495868,0.5661157,0.54545456,0.5082645,0.45867768,0.41735536,0.38016528,0.3305785,0.2892562,0.39256197,0.46280992,0.30578512,0.03305785,0.049586777,0.05785124,0.07024793,0.07024793,0.07438017,0.08677686,0.07438017,0.08264463,0.11157025,0.13636364,0.21900827,0.2231405,0.2107438,0.11157025,0.6818182,0.677686,0.6694215,0.6694215,0.6570248,0.6694215,0.5495868,0.42561984,0.5041322,0.56198347,0.59090906,0.58677685,0.6280992,0.6280992,0.61570245,0.58677685,0.607438,0.6404959,0.6322314,0.6322314,0.6322314,0.6198347,0.6198347,0.61570245,0.607438,0.5661157,0.553719,0.5661157,0.5661157,0.5661157,0.5785124,0.55785125,0.56198347,0.553719,0.57024795,0.553719,0.5413223,0.58677685,0.5289256,0.5371901,0.48347107,0.4338843,0.40082645,0.3305785,0.30578512,0.40495867,0.45867768,0.446281,0.41735536,0.053719006,0.049586777,0.049586777,0.07024793,0.07024793,0.07438017,0.07438017,0.08264463,0.08677686,0.10743801,0.12809917,26 +0.4338843,0.5247934,0.6942149,0.7644628,0.77272725,0.7933884,0.8140496,0.80991733,0.8016529,0.8057851,0.7892562,0.79752064,0.80991733,0.8140496,0.822314,0.8305785,0.8429752,0.838843,0.838843,0.8305785,0.8347107,0.838843,0.8305785,0.8264463,0.8347107,0.8471074,0.8471074,0.8347107,0.8264463,0.7892562,0.7933884,0.7933884,0.79752064,0.80991733,0.8347107,0.8181818,0.8016529,0.77272725,0.78099173,0.76859504,0.77272725,0.8016529,0.7892562,0.7933884,0.7933884,0.7933884,0.7768595,0.78099173,0.76859504,0.75619835,0.7355372,0.73140496,0.71900827,0.71900827,0.73140496,0.71487606,0.6528926,0.607438,0.607438,0.59917355,0.5661157,0.49173555,0.2520661,0.16528925,0.35123968,0.5661157,0.75206614,0.7644628,0.76033056,0.79752064,0.8140496,0.8140496,0.80991733,0.8057851,0.79752064,0.79752064,0.8057851,0.80991733,0.8140496,0.8347107,0.838843,0.838843,0.8429752,0.838843,0.8347107,0.8347107,0.8305785,0.8264463,0.8181818,0.8305785,0.8471074,0.8512397,0.8471074,0.80991733,0.8140496,0.79752064,0.8140496,0.8140496,0.8347107,0.8181818,0.78099173,0.7644628,0.76859504,0.7768595,0.77272725,0.79752064,0.7768595,0.79752064,0.79752064,0.79752064,0.7892562,0.78512394,0.76859504,0.7644628,0.74793386,0.73140496,0.7107438,0.7107438,0.7231405,0.71900827,0.6570248,0.59090906,0.57438016,0.59090906,0.56198347,0.5165289,0.30165288,0.15289256,0.34710744,0.6652893,0.76033056,0.76859504,0.75619835,0.7933884,0.8016529,0.8181818,0.8181818,0.8140496,0.80991733,0.8057851,0.80991733,0.8057851,0.8140496,0.8305785,0.8305785,0.838843,0.8429752,0.8471074,0.8347107,0.8347107,0.8264463,0.8181818,0.8140496,0.8181818,0.8347107,0.8512397,0.8471074,0.8347107,0.8181818,0.80991733,0.8264463,0.8181818,0.822314,0.8057851,0.7768595,0.7644628,0.78099173,0.7644628,0.78099173,0.7892562,0.7644628,0.78512394,0.78099173,0.7892562,0.7892562,0.7933884,0.7892562,0.78512394,0.7644628,0.75206614,0.74793386,0.72727275,0.70247936,0.74793386,0.677686,0.57438016,0.56198347,0.59090906,0.56198347,0.5247934,0.338843,0.17355372,0.40495867,0.7066116,0.7644628,0.76033056,0.74793386,0.78099173,0.7892562,0.8181818,0.8264463,0.822314,0.8181818,0.8181818,0.8181818,0.8181818,0.8140496,0.8140496,0.80991733,0.8305785,0.838843,0.838843,0.8181818,0.822314,0.822314,0.8140496,0.8057851,0.80991733,0.80991733,0.8181818,0.80991733,0.8305785,0.822314,0.8057851,0.822314,0.8057851,0.79752064,0.7892562,0.76859504,0.76033056,0.7644628,0.75206614,0.7644628,0.7644628,0.74380165,0.75619835,0.75206614,0.75206614,0.7768595,0.78512394,0.78099173,0.78099173,0.76033056,0.75206614,0.7644628,0.78512394,0.72727275,0.75619835,0.7066116,0.57024795,0.5413223,0.57438016,0.5371901,0.5371901,0.37190083,0.18181819,0.4338843,0.71487606,0.78099173,0.75206614,0.74380165,0.7644628,0.8016529,0.8347107,0.8305785,0.8347107,0.822314,0.822314,0.822314,0.8140496,0.8016529,0.7933884,0.78512394,0.8057851,0.8057851,0.8140496,0.8057851,0.7933884,0.8057851,0.8057851,0.8016529,0.7892562,0.78512394,0.77272725,0.7644628,0.78512394,0.8016529,0.78512394,0.7892562,0.78099173,0.7644628,0.76859504,0.75206614,0.74793386,0.74380165,0.73966944,0.74380165,0.73966944,0.7355372,0.73966944,0.74380165,0.7355372,0.73966944,0.73140496,0.74793386,0.71900827,0.6983471,0.7066116,0.73966944,0.76033056,0.76033056,0.75619835,0.71487606,0.59090906,0.5165289,0.5371901,0.5289256,0.5413223,0.39256197,0.20247933,0.4090909,0.73966944,0.78099173,0.75206614,0.7355372,0.75619835,0.8347107,0.8429752,0.8471074,0.838843,0.80991733,0.78512394,0.78099173,0.78512394,0.74380165,0.71487606,0.70247936,0.6983471,0.6983471,0.71900827,0.76033056,0.7355372,0.7644628,0.77272725,0.7768595,0.76033056,0.76033056,0.7355372,0.73140496,0.75206614,0.78512394,0.76033056,0.74380165,0.75206614,0.72727275,0.7355372,0.71900827,0.7231405,0.71487606,0.70247936,0.71487606,0.71487606,0.7066116,0.70247936,0.6818182,0.6570248,0.6735537,0.6446281,0.6570248,0.62396693,0.59090906,0.58677685,0.59917355,0.6652893,0.71487606,0.71900827,0.71487606,0.6280992,0.5082645,0.5371901,0.5371901,0.54545456,0.40495867,0.23553719,0.38842976,0.77272725,0.7768595,0.75206614,0.7231405,0.76859504,0.8429752,0.8429752,0.838843,0.80991733,0.7355372,0.6652893,0.61157024,0.61570245,0.59504133,0.5785124,0.58264464,0.553719,0.55785125,0.553719,0.59504133,0.62396693,0.6735537,0.7107438,0.72727275,0.72727275,0.73140496,0.71487606,0.7107438,0.73966944,0.7644628,0.74793386,0.72727275,0.72727275,0.6983471,0.69008267,0.69008267,0.69008267,0.6528926,0.6487603,0.6363636,0.6198347,0.5785124,0.54545456,0.5082645,0.4752066,0.5206612,0.5371901,0.54545456,0.55785125,0.5413223,0.53305787,0.5206612,0.5123967,0.5661157,0.59504133,0.6570248,0.6322314,0.5082645,0.5206612,0.553719,0.56198347,0.4090909,0.2520661,0.37190083,0.7892562,0.7644628,0.74380165,0.71900827,0.75619835,0.79752064,0.78099173,0.73966944,0.71900827,0.6198347,0.56198347,0.55785125,0.5413223,0.5413223,0.4876033,0.47933885,0.4338843,0.42975205,0.42975205,0.43801653,0.48347107,0.57438016,0.6322314,0.6570248,0.6942149,0.70247936,0.6942149,0.71900827,0.74380165,0.76033056,0.74380165,0.71487606,0.71487606,0.6818182,0.62396693,0.62396693,0.61157024,0.58264464,0.56198347,0.5165289,0.45867768,0.38429752,0.34710744,0.35950413,0.3429752,0.37190083,0.42975205,0.45867768,0.4876033,0.45454547,0.47107437,0.4752066,0.46280992,0.45454547,0.45454547,0.5123967,0.56198347,0.5206612,0.5247934,0.56198347,0.57024795,0.4214876,0.20661157,0.35950413,0.79752064,0.7768595,0.74793386,0.71900827,0.7355372,0.7107438,0.6652893,0.607438,0.57024795,0.5041322,0.47107437,0.47933885,0.49173555,0.49173555,0.45867768,0.4090909,0.3677686,0.38842976,0.41322315,0.4090909,0.44214877,0.5,0.553719,0.60330576,0.6404959,0.69008267,0.72727275,0.7355372,0.74793386,0.75206614,0.7355372,0.71487606,0.7231405,0.7231405,0.6363636,0.53305787,0.5041322,0.49173555,0.46280992,0.40495867,0.3429752,0.2892562,0.2768595,0.28512397,0.28099173,0.30578512,0.33471075,0.3966942,0.41735536,0.44214877,0.45041323,0.41735536,0.42975205,0.4090909,0.40082645,0.4338843,0.5123967,0.5206612,0.5206612,0.553719,0.5661157,0.38429752,0.14876033,0.36363637,0.7768595,0.79752064,0.75206614,0.72727275,0.71487606,0.6570248,0.6198347,0.59917355,0.5785124,0.55785125,0.5371901,0.49586776,0.45454547,0.59917355,0.60330576,0.38842976,0.4338843,0.45041323,0.45454547,0.41735536,0.4090909,0.44214877,0.49173555,0.56198347,0.607438,0.6735537,0.6942149,0.6735537,0.6487603,0.6404959,0.6446281,0.62396693,0.6322314,0.6570248,0.60330576,0.47107437,0.37603307,0.35950413,0.3264463,0.27272728,0.24793388,0.24380165,0.28512397,0.29752067,0.30578512,0.33471075,0.30578512,0.29338843,0.2768595,0.29752067,0.36363637,0.38842976,0.35950413,0.3264463,0.32231405,0.36363637,0.4752066,0.5082645,0.5206612,0.54545456,0.5123967,0.32231405,0.21900827,0.3429752,0.6570248,0.78099173,0.76033056,0.72727275,0.6652893,0.553719,0.46694216,0.41322315,0.40495867,0.43801653,0.5,0.5206612,0.45454547,0.6570248,0.7355372,0.44214877,0.4090909,0.35123968,0.41735536,0.38429752,0.34710744,0.32231405,0.3677686,0.37603307,0.37190083,0.37190083,0.39256197,0.46694216,0.42975205,0.4214876,0.38842976,0.3429752,0.3305785,0.35950413,0.38016528,0.338843,0.24380165,0.23966943,0.25619835,0.2520661,0.28099173,0.2892562,0.37603307,0.40495867,0.43801653,0.4876033,0.48347107,0.5,0.5206612,0.5,0.49586776,0.4752066,0.43801653,0.41735536,0.40495867,0.35123968,0.32231405,0.35123968,0.45454547,0.46694216,0.44214877,0.36363637,0.28512397,0.45041323,0.57438016,0.6570248,0.6735537,0.58264464,0.5413223,0.5123967,0.5785124,0.62396693,0.6694215,0.6694215,0.6735537,0.6694215,0.6404959,0.677686,0.71900827,0.6446281,0.6363636,0.553719,0.5289256,0.47933885,0.43801653,0.40495867,0.38842976,0.25619835,0.28512397,0.46280992,0.54545456,0.62396693,0.61570245,0.6404959,0.6446281,0.59917355,0.56198347,0.5247934,0.45867768,0.35950413,0.24793388,0.30991736,0.3264463,0.34710744,0.41322315,0.4752066,0.5413223,0.58264464,0.59504133,0.6280992,0.61570245,0.62396693,0.61157024,0.59917355,0.59090906,0.58264464,0.57024795,0.5495868,0.5,0.47933885,0.5289256,0.45041323,0.3429752,0.3553719,0.4090909,0.4338843,0.2768595,0.49586776,0.70247936,0.5206612,0.446281,0.5371901,0.6487603,0.6652893,0.73966944,0.76859504,0.76859504,0.77272725,0.76859504,0.77272725,0.75619835,0.71487606,0.6983471,0.6652893,0.6652893,0.6280992,0.60330576,0.58677685,0.553719,0.5247934,0.5123967,0.47107437,0.338843,0.46694216,0.7231405,0.8305785,0.822314,0.79752064,0.8140496,0.74793386,0.78099173,0.6859504,0.5371901,0.35950413,0.33471075,0.37190083,0.35950413,0.45041323,0.49586776,0.55785125,0.58677685,0.58677685,0.61570245,0.61157024,0.6198347,0.61157024,0.6198347,0.607438,0.58677685,0.57438016,0.57438016,0.56198347,0.53305787,0.5289256,0.5495868,0.49173555,0.3966942,0.42561984,0.446281,0.44214877,0.27272728,0.47933885,0.59090906,0.5289256,0.5495868,0.6198347,0.71900827,0.7231405,0.7355372,0.75206614,0.77272725,0.78099173,0.7933884,0.79752064,0.76033056,0.71900827,0.6735537,0.6198347,0.58264464,0.54545456,0.5123967,0.49173555,0.48347107,0.44214877,0.45867768,0.4876033,0.446281,0.38016528,0.6363636,0.838843,0.76859504,0.6528926,0.6198347,0.607438,0.73966944,0.62396693,0.57438016,0.29338843,0.45041323,0.38016528,0.38842976,0.446281,0.4752066,0.5123967,0.54545456,0.58264464,0.59090906,0.59917355,0.58264464,0.58264464,0.607438,0.607438,0.59917355,0.57438016,0.57024795,0.55785125,0.5495868,0.5661157,0.553719,0.39256197,0.45454547,0.44214877,0.44214877,0.34710744,0.22727273,0.5661157,0.47933885,0.70247936,0.6818182,0.61570245,0.6446281,0.6570248,0.661157,0.661157,0.6818182,0.6818182,0.70247936,0.6818182,0.59917355,0.5495868,0.5082645,0.49586776,0.47107437,0.44214877,0.42561984,0.38842976,0.33471075,0.3181818,0.32231405,0.446281,0.57438016,0.40082645,0.46694216,0.80991733,0.7355372,0.5785124,0.47933885,0.4752066,0.5371901,0.5,0.42561984,0.25619835,0.5371901,0.43801653,0.38842976,0.3429752,0.34710744,0.35950413,0.44214877,0.49173555,0.5,0.553719,0.57024795,0.5289256,0.553719,0.57438016,0.59090906,0.5661157,0.5371901,0.49586776,0.5,0.5082645,0.48347107,0.4214876,0.5289256,0.44214877,0.24380165,0.47107437,0.16115703,0.677686,0.57024795,0.7644628,0.7355372,0.71900827,0.7066116,0.6818182,0.62396693,0.57024795,0.5495868,0.53305787,0.53305787,0.57438016,0.57438016,0.55785125,0.49173555,0.45867768,0.40495867,0.38016528,0.34710744,0.26859504,0.2892562,0.41322315,0.46694216,0.5495868,0.6859504,0.42975205,0.4214876,0.71900827,0.661157,0.59917355,0.58264464,0.58264464,0.61570245,0.607438,0.446281,0.2603306,0.62396693,0.59090906,0.49586776,0.43801653,0.36363637,0.28512397,0.28512397,0.38016528,0.39256197,0.40082645,0.38842976,0.38842976,0.4090909,0.42561984,0.43801653,0.41322315,0.39256197,0.41735536,0.46694216,0.5082645,0.5123967,0.5123967,0.54545456,0.49173555,0.11157025,0.5123967,0.1983471,0.5495868,0.59504133,0.7644628,0.74380165,0.76859504,0.76859504,0.77272725,0.74380165,0.7107438,0.6735537,0.6404959,0.6198347,0.5082645,0.4090909,0.40495867,0.40082645,0.39256197,0.36363637,0.3677686,0.36363637,0.35950413,0.4214876,0.5371901,0.5785124,0.6280992,0.7355372,0.3677686,0.5371901,0.61570245,0.6487603,0.6735537,0.6818182,0.59917355,0.5123967,0.5247934,0.55785125,0.30165288,0.6198347,0.60330576,0.56198347,0.553719,0.5082645,0.41322315,0.32231405,0.36363637,0.37190083,0.36363637,0.3429752,0.35123968,0.3429752,0.4338843,0.49173555,0.5123967,0.5206612,0.5371901,0.5495868,0.5785124,0.57438016,0.56198347,0.553719,0.5041322,0.18181819,0.47933885,0.32231405,0.5123967,0.6404959,0.75206614,0.74380165,0.78512394,0.7892562,0.7933884,0.78099173,0.7644628,0.76033056,0.75206614,0.73966944,0.61157024,0.5041322,0.45867768,0.37603307,0.45041323,0.42975205,0.42975205,0.41735536,0.446281,0.45454547,0.49173555,0.5206612,0.55785125,0.7107438,0.29752067,0.57024795,0.61570245,0.72727275,0.71487606,0.6859504,0.677686,0.55785125,0.42561984,0.5413223,0.3677686,0.57024795,0.55785125,0.48347107,0.45041323,0.5123967,0.48347107,0.42975205,0.45041323,0.4876033,0.4752066,0.4214876,0.41735536,0.45454547,0.5247934,0.57024795,0.59917355,0.607438,0.6198347,0.61570245,0.61157024,0.58264464,0.5785124,0.5661157,0.5,0.24380165,0.5123967,0.2768595,0.49586776,0.7066116,0.73140496,0.74380165,0.7892562,0.7933884,0.79752064,0.78099173,0.75206614,0.74793386,0.73140496,0.73140496,0.6570248,0.6363636,0.58677685,0.47107437,0.5413223,0.5041322,0.4752066,0.45454547,0.47107437,0.5,0.5289256,0.57438016,0.60330576,0.6528926,0.23966943,0.5,0.6859504,0.7768595,0.72727275,0.6859504,0.6859504,0.6322314,0.43801653,0.47107437,0.3181818,0.48347107,0.60330576,0.48347107,0.446281,0.49586776,0.5165289,0.5,0.49586776,0.49173555,0.5041322,0.49173555,0.49173555,0.53305787,0.56198347,0.59917355,0.6280992,0.6446281,0.6280992,0.61157024,0.607438,0.607438,0.60330576,0.55785125,0.5,0.34710744,0.4876033,0.29338843,0.5371901,0.73966944,0.71487606,0.74380165,0.7768595,0.7892562,0.7892562,0.7933884,0.75619835,0.73140496,0.7066116,0.70247936,0.661157,0.6487603,0.6280992,0.5785124,0.57024795,0.5661157,0.57438016,0.55785125,0.56198347,0.60330576,0.62396693,0.6818182,0.677686,0.5082645,0.24793388,0.54545456,0.7355372,0.76859504,0.6983471,0.72727275,0.6818182,0.70247936,0.53305787,0.446281,0.3305785,0.33471075,0.5785124,0.55785125,0.5413223,0.57024795,0.5247934,0.5289256,0.5289256,0.5165289,0.53305787,0.5413223,0.5413223,0.57438016,0.59504133,0.61570245,0.6404959,0.661157,0.6404959,0.62396693,0.6322314,0.6487603,0.61157024,0.5495868,0.5206612,0.45041323,0.43801653,0.35123968,0.54545456,0.74793386,0.7231405,0.76033056,0.7933884,0.7892562,0.78099173,0.79752064,0.76859504,0.73966944,0.7066116,0.71900827,0.69008267,0.69008267,0.677686,0.6446281,0.6322314,0.6363636,0.61570245,0.59090906,0.6446281,0.6983471,0.71487606,0.75206614,0.73140496,0.4090909,0.2768595,0.6404959,0.7231405,0.76033056,0.7066116,0.71487606,0.69008267,0.75206614,0.61570245,0.37603307,0.2520661,0.2892562,0.5082645,0.607438,0.59504133,0.59504133,0.59504133,0.553719,0.53305787,0.56198347,0.55785125,0.5661157,0.57024795,0.5785124,0.61157024,0.6404959,0.6404959,0.6487603,0.6570248,0.6694215,0.6570248,0.6528926,0.607438,0.55785125,0.5165289,0.5041322,0.446281,0.37190083,0.48347107,0.75619835,0.7231405,0.77272725,0.79752064,0.7933884,0.7892562,0.78512394,0.78512394,0.77272725,0.6942149,0.7066116,0.71900827,0.7066116,0.6859504,0.6735537,0.661157,0.6818182,0.6818182,0.6818182,0.7231405,0.7644628,0.76033056,0.7892562,0.6694215,0.35123968,0.53305787,0.72727275,0.76859504,0.7768595,0.7355372,0.7107438,0.6859504,0.75206614,0.7107438,0.46694216,0.33471075,0.338843,0.37603307,0.607438,0.6404959,0.6198347,0.6322314,0.62396693,0.58677685,0.58677685,0.58677685,0.58264464,0.58677685,0.607438,0.6280992,0.6363636,0.6570248,0.6652893,0.6735537,0.6818182,0.6652893,0.6487603,0.6322314,0.55785125,0.49173555,0.44214877,0.45454547,0.4338843,0.33471075,0.77272725,0.7231405,0.78512394,0.7892562,0.7892562,0.8016529,0.7892562,0.7933884,0.7768595,0.71487606,0.6983471,0.71487606,0.7066116,0.6818182,0.69008267,0.6818182,0.6983471,0.7231405,0.72727275,0.73966944,0.76033056,0.7933884,0.8471074,0.45454547,0.5165289,0.6528926,0.7892562,0.7892562,0.78512394,0.73966944,0.71487606,0.70247936,0.74380165,0.6983471,0.5413223,0.35950413,0.40082645,0.36363637,0.4752066,0.6983471,0.6694215,0.677686,0.6652893,0.6570248,0.6363636,0.62396693,0.6198347,0.62396693,0.6363636,0.6446281,0.6322314,0.6652893,0.6818182,0.69008267,0.677686,0.677686,0.6487603,0.6198347,0.5413223,0.47933885,0.5082645,0.29338843,0.57438016,0.23553719,0.75206614,0.71900827,0.78099173,0.7933884,0.7933884,0.7933884,0.7933884,0.79752064,0.7644628,0.73140496,0.70247936,0.7066116,0.70247936,0.6859504,0.7066116,0.7107438,0.72727275,0.72727275,0.72727275,0.73140496,0.73966944,0.822314,0.607438,0.5,0.58264464,0.71900827,0.822314,0.7933884,0.78512394,0.76859504,0.70247936,0.71487606,0.77272725,0.6528926,0.57438016,0.45867768,0.36363637,0.47107437,0.33471075,0.62396693,0.71487606,0.6818182,0.6735537,0.677686,0.6859504,0.6735537,0.6404959,0.62396693,0.6404959,0.661157,0.61570245,0.6487603,0.69008267,0.69008267,0.6818182,0.6983471,0.6735537,0.60330576,0.5413223,0.5247934,0.46694216,0.32231405,0.58677685,0.38429752,0.62396693,0.7231405,0.78099173,0.8016529,0.8140496,0.79752064,0.7933884,0.7892562,0.76859504,0.73140496,0.71900827,0.7066116,0.70247936,0.7066116,0.69008267,0.7066116,0.73966944,0.72727275,0.7231405,0.72727275,0.75206614,0.6570248,0.553719,0.5785124,0.6198347,0.7933884,0.8140496,0.79752064,0.76859504,0.78099173,0.6983471,0.73140496,0.74793386,0.6363636,0.5785124,0.55785125,0.40495867,0.45867768,0.4876033,0.3181818,0.661157,0.677686,0.6652893,0.6735537,0.6859504,0.6942149,0.677686,0.6446281,0.6528926,0.6446281,0.6322314,0.6404959,0.6859504,0.6859504,0.6735537,0.677686,0.6735537,0.607438,0.553719,0.54545456,0.39256197,0.4876033,0.56198347,0.6528926,0.38016528,0.73140496,0.76859504,0.79752064,0.822314,0.8057851,0.80991733,0.78512394,0.76859504,0.75206614,0.72727275,0.7107438,0.7231405,0.7231405,0.71487606,0.7355372,0.72727275,0.7355372,0.7355372,0.71900827,0.61157024,0.60330576,0.70247936,0.60330576,0.73140496,0.8181818,0.8016529,0.79752064,0.7644628,0.8181818,0.6859504,0.7355372,0.71487606,0.6446281,0.58677685,0.607438,0.49173555,0.43801653,0.5165289,0.57024795,0.34710744,0.5785124,0.6570248,0.6487603,0.6735537,0.6735537,0.6942149,0.69008267,0.661157,0.6528926,0.6694215,0.661157,0.70247936,0.71487606,0.7066116,0.6818182,0.6735537,0.6280992,0.55785125,0.46694216,0.47107437,0.5206612,0.553719,0.78512394,0.45041323,0.5413223,0.77272725,0.8016529,0.822314,0.80991733,0.8264463,0.822314,0.78512394,0.76859504,0.74380165,0.73140496,0.72727275,0.73140496,0.74380165,0.75206614,0.7231405,0.75206614,0.7107438,0.5661157,0.5495868,0.76033056,0.7066116,0.61570245,0.76033056,0.822314,0.79752064,0.7933884,0.76033056,0.822314,0.6694215,0.73966944,0.70247936,0.6818182,0.61570245,0.59917355,0.5289256,0.4214876,0.47933885,0.57438016,0.58264464,0.40495867,0.49586776,0.607438,0.661157,0.6528926,0.6818182,0.677686,0.6735537,0.6818182,0.7066116,0.7066116,0.7231405,0.71900827,0.69008267,0.6528926,0.71900827,0.6280992,0.49173555,0.49586776,0.5123967,0.5289256,0.5371901,0.74380165,0.70247936,0.5082645,0.53305787,0.7644628,0.8264463,0.8305785,0.8305785,0.8347107,0.8181818,0.7768595,0.74380165,0.73966944,0.73140496,0.7231405,0.7355372,0.7231405,0.7066116,0.6404959,0.54545456,0.58677685,0.69008267,0.74380165,0.6487603,0.61157024,0.73140496,0.822314,0.80991733,0.7768595,0.8016529,0.79752064,0.6942149,0.7644628,0.6983471,0.71900827,0.6570248,0.59090906,0.5289256,0.4090909,0.42561984,0.55785125,0.57024795,0.56198347,0.46280992,0.42975205,0.43801653,0.61570245,0.6404959,0.6487603,0.6694215,0.6818182,0.7107438,0.7107438,0.72727275,0.6859504,0.59917355,0.71900827,0.74380165,0.5785124,0.5289256,0.54545456,0.5082645,0.5371901,0.5495868,0.75619835,0.6694215,0.7107438,0.62396693,0.5082645,0.6404959,0.8264463,0.8305785,0.8471074,0.822314,0.7892562,0.75619835,0.74380165,0.7231405,0.71900827,0.70247936,0.6570248,0.57438016,0.5371901,0.57438016,0.6487603,0.61157024,0.60330576,0.61157024,0.61570245,0.72727275,0.8181818,0.80991733,0.7644628,0.8016529,0.78512394,0.6983471,0.76859504,0.7066116,0.7107438,0.69008267,0.607438,0.5413223,0.446281,0.38016528,0.49586776,0.59090906,0.607438,0.5661157,0.47933885,0.45454547,0.34710744,0.4214876,0.5,0.5206612,0.5165289,0.53305787,0.5247934,0.5661157,0.5289256,0.446281,0.58677685,0.61157024,0.57024795,0.5785124,0.5495868,0.47933885,0.44214877,0.5289256,0.661157,0.6942149,0.7107438,0.76859504,0.71900827,0.60330576,0.38842976,0.6735537,0.7768595,0.75619835,0.75206614,0.71487606,0.6983471,0.6363636,0.5661157,0.5,0.48347107,0.5041322,0.5661157,0.56198347,0.5247934,0.5165289,0.58264464,0.61570245,0.6735537,0.7644628,0.80991733,0.7933884,0.7644628,0.79752064,0.7892562,0.71487606,0.7355372,0.7355372,0.7107438,0.6983471,0.6363636,0.5785124,0.5123967,0.36363637,0.47933885,0.5785124,0.6363636,0.6404959,0.5785124,0.48347107,0.5123967,0.46694216,0.43801653,0.46280992,0.48347107,0.5082645,0.5165289,0.5413223,0.5785124,0.61157024,0.62396693,0.61570245,0.59090906,0.5785124,0.5247934,0.45041323,0.23966943,0.41735536,0.3140496,0.7066116,0.69008267,0.75206614,0.76859504,0.79752064,0.7892562,0.6198347,0.6528926,0.71900827,0.6735537,0.58677685,0.53305787,0.5123967,0.5206612,0.53305787,0.5495868,0.5495868,0.54545456,0.5371901,0.5206612,0.61157024,0.6322314,0.661157,0.76859504,0.7768595,0.8181818,0.8016529,0.7933884,0.8471074,0.79752064,0.7066116,0.71900827,0.7355372,0.75206614,0.70247936,0.677686,0.553719,0.607438,0.41735536,0.48347107,0.59504133,0.6363636,0.6446281,0.6652893,0.6198347,0.58264464,0.55785125,0.5413223,0.5247934,0.5206612,0.5165289,0.5371901,0.55785125,0.57438016,0.58264464,0.58677685,0.59504133,0.57438016,0.5413223,0.5371901,0.4214876,0.07438017,0.21900827,0.11983471,0.6694215,0.6818182,0.73966944,0.75206614,0.76859504,0.79752064,0.8016529,0.7768595,0.74793386,0.69008267,0.6404959,0.5785124,0.5413223,0.5413223,0.55785125,0.55785125,0.57438016,0.59090906,0.607438,0.61157024,0.6528926,0.69008267,0.7644628,0.77272725,0.7768595,0.8305785,0.8347107,0.8016529,0.8471074,0.7892562,0.7107438,0.71487606,0.7355372,0.8140496,0.7644628,0.6818182,0.54545456,0.6404959,0.54545456,0.5247934,0.61157024,0.6363636,0.6404959,0.6363636,0.6528926,0.6652893,0.6735537,0.6363636,0.61570245,0.56198347,0.5495868,0.5082645,0.5289256,0.53305787,0.5495868,0.5661157,0.57438016,0.55785125,0.5413223,0.5289256,0.37603307,0.0785124,0.14049587,0.08264463,0.661157,0.6859504,0.74380165,0.73966944,0.74793386,0.75206614,0.74793386,0.72727275,0.71900827,0.6942149,0.6652893,0.6198347,0.61570245,0.6280992,0.6404959,0.62396693,0.61570245,0.59090906,0.58264464,0.6363636,0.6735537,0.7231405,0.80991733,0.74380165,0.7768595,0.8595041,0.8429752,0.77272725,0.7768595,0.71487606,0.69008267,0.6983471,0.71487606,0.78099173,0.7231405,0.6198347,0.5206612,0.60330576,0.62396693,0.553719,0.6363636,0.6363636,0.62396693,0.6280992,0.6487603,0.6570248,0.677686,0.6818182,0.661157,0.6404959,0.6446281,0.58264464,0.58264464,0.55785125,0.5413223,0.553719,0.553719,0.553719,0.5206612,0.5371901,0.3264463,0.12396694,0.13636364,0.10330579,0.6280992,0.6983471,0.7231405,0.75206614,0.7355372,0.74380165,0.74793386,0.74380165,0.75206614,0.75206614,0.75619835,0.73140496,0.69008267,0.6818182,0.6570248,0.6198347,0.59090906,0.5661157,0.59504133,0.6652893,0.70247936,0.7231405,0.78512394,0.71900827,0.6983471,0.7355372,0.73140496,0.7231405,0.677686,0.6363636,0.6363636,0.6446281,0.6322314,0.607438,0.553719,0.5165289,0.4752066,0.5413223,0.58264464,0.45454547,0.6528926,0.6363636,0.59504133,0.59090906,0.607438,0.6198347,0.6363636,0.661157,0.6528926,0.6404959,0.6280992,0.61570245,0.59504133,0.60330576,0.553719,0.5495868,0.5371901,0.5371901,0.5041322,0.5371901,0.3181818,0.1322314,0.1322314,0.1322314,0.5661157,0.7066116,0.7066116,0.75206614,0.77272725,0.7644628,0.75619835,0.76033056,0.76033056,0.75619835,0.74793386,0.71900827,0.677686,0.661157,0.62396693,0.58264464,0.553719,0.54545456,0.6280992,0.71487606,0.75206614,0.71900827,0.661157,0.62396693,0.58264464,0.5413223,0.55785125,0.6280992,0.59917355,0.553719,0.5371901,0.5413223,0.5,0.41735536,0.4090909,0.38842976,0.38429752,0.446281,0.48347107,0.38016528,0.6198347,0.6694215,0.58677685,0.55785125,0.57024795,0.58677685,0.6198347,0.62396693,0.6280992,0.62396693,0.59090906,0.58677685,0.57024795,0.58264464,0.5495868,0.5289256,0.5289256,0.5247934,0.49173555,0.5206612,0.3264463,0.11570248,0.1446281,0.15289256,0.5041322,0.7107438,0.7231405,0.73140496,0.7768595,0.75619835,0.71487606,0.73140496,0.74380165,0.74793386,0.72727275,0.6983471,0.6694215,0.6322314,0.5785124,0.56198347,0.5495868,0.607438,0.677686,0.75206614,0.7768595,0.75619835,0.62396693,0.47107437,0.46694216,0.5289256,0.5206612,0.5165289,0.4876033,0.41735536,0.3966942,0.38016528,0.37190083,0.38429752,0.32231405,0.25619835,0.2644628,0.35950413,0.4090909,0.4090909,0.58677685,0.6983471,0.60330576,0.55785125,0.553719,0.56198347,0.607438,0.607438,0.60330576,0.60330576,0.58264464,0.55785125,0.553719,0.5495868,0.53305787,0.5,0.53305787,0.5082645,0.48347107,0.5041322,0.3264463,0.09504132,0.14876033,0.17355372,0.44214877,0.72727275,0.7066116,0.7355372,0.7644628,0.73966944,0.6859504,0.6983471,0.73140496,0.75206614,0.73140496,0.70247936,0.6694215,0.6198347,0.5785124,0.5661157,0.61157024,0.6570248,0.7231405,0.76033056,0.7768595,0.78512394,0.74793386,0.59917355,0.5247934,0.57024795,0.53305787,0.49173555,0.42975205,0.3140496,0.26859504,0.2892562,0.33471075,0.3677686,0.3305785,0.36363637,0.36363637,0.4090909,0.42561984,0.45041323,0.5661157,0.677686,0.6280992,0.59090906,0.56198347,0.54545456,0.59090906,0.607438,0.62396693,0.61570245,0.57438016,0.54545456,0.5289256,0.5123967,0.5041322,0.5206612,0.5123967,0.4876033,0.46694216,0.5123967,0.29752067,0.09504132,0.14876033,0.18595041,0.3677686,0.74380165,0.7107438,0.74380165,0.75206614,0.7355372,0.6818182,0.7066116,0.7355372,0.77272725,0.74380165,0.7107438,0.661157,0.61570245,0.607438,0.61157024,0.6280992,0.6859504,0.73140496,0.76033056,0.7644628,0.76859504,0.7644628,0.74793386,0.6198347,0.5661157,0.5123967,0.4338843,0.39256197,0.30165288,0.2107438,0.24793388,0.3264463,0.36363637,0.39256197,0.4752066,0.42561984,0.4090909,0.41735536,0.44214877,0.5661157,0.6694215,0.6487603,0.6198347,0.5785124,0.553719,0.58677685,0.61157024,0.61570245,0.62396693,0.59090906,0.56198347,0.5371901,0.5082645,0.49173555,0.5082645,0.5247934,0.45867768,0.47933885,0.5289256,0.2107438,0.11157025,0.14049587,0.19421488,0.26859504,0.7355372,0.7107438,0.7355372,0.76033056,0.72727275,0.6570248,0.6942149,0.75619835,0.7892562,0.7644628,0.7107438,0.6363636,0.6363636,0.6280992,0.59090906,0.6363636,0.69008267,0.71900827,0.76033056,0.75206614,0.73966944,0.75619835,0.71900827,0.6859504,0.58264464,0.4752066,0.3966942,0.32231405,0.23966943,0.1694215,0.1570248,0.2644628,0.3181818,0.38429752,0.42561984,0.43801653,0.42561984,0.41735536,0.46694216,0.57024795,0.6446281,0.6322314,0.6280992,0.5785124,0.5661157,0.5661157,0.59917355,0.61570245,0.6198347,0.6198347,0.58677685,0.5495868,0.5,0.4876033,0.5041322,0.5165289,0.45454547,0.49173555,0.5371901,0.09504132,0.13636364,0.1446281,0.21900827,0.16115703,0.71487606,0.70247936,0.72727275,0.76033056,0.7231405,0.6404959,0.70247936,0.7768595,0.78099173,0.75619835,0.6942149,0.6528926,0.6404959,0.55785125,0.55785125,0.6322314,0.6859504,0.72727275,0.75206614,0.7355372,0.74380165,0.7644628,0.7231405,0.6487603,0.6487603,0.5206612,0.38016528,0.2768595,0.2231405,0.18181819,0.1570248,0.21900827,0.29338843,0.3677686,0.37603307,0.42975205,0.44214877,0.4090909,0.47933885,0.5785124,0.6404959,0.6280992,0.61157024,0.58264464,0.56198347,0.57438016,0.58677685,0.61570245,0.59090906,0.61157024,0.59504133,0.54545456,0.5247934,0.54545456,0.5371901,0.5,0.46694216,0.5,0.446281,0.10330579,0.1322314,0.15289256,0.23140496,0.0785124,0.6694215,0.70247936,0.71900827,0.73966944,0.73140496,0.6487603,0.69008267,0.78512394,0.78512394,0.75206614,0.6818182,0.6528926,0.56198347,0.54545456,0.61157024,0.6528926,0.6983471,0.73140496,0.73140496,0.71900827,0.73140496,0.70247936,0.6694215,0.62396693,0.6363636,0.60330576,0.45041323,0.2892562,0.18181819,0.18595041,0.19008264,0.21487603,0.28512397,0.36363637,0.34710744,0.40082645,0.4214876,0.45041323,0.48347107,0.5785124,0.6198347,0.6280992,0.61570245,0.57438016,0.53305787,0.5371901,0.57438016,0.59504133,0.57438016,0.59917355,0.607438,0.56198347,0.5165289,0.56198347,0.5495868,0.4876033,0.46694216,0.5082645,0.3429752,0.12396694,0.13636364,0.1446281,0.22727273,0.09917355,0.5082645,0.70247936,0.7231405,0.73966944,0.7231405,0.677686,0.7107438,0.78099173,0.7892562,0.7231405,0.6859504,0.6363636,0.59504133,0.6322314,0.6280992,0.61570245,0.6735537,0.71487606,0.70247936,0.6859504,0.6528926,0.6942149,0.6694215,0.6322314,0.607438,0.59917355,0.54545456,0.40495867,0.23140496,0.1983471,0.22727273,0.23966943,0.2892562,0.3429752,0.3677686,0.3677686,0.41322315,0.44214877,0.5165289,0.56198347,0.58677685,0.61570245,0.61157024,0.59090906,0.56198347,0.53305787,0.53305787,0.56198347,0.5661157,0.59090906,0.607438,0.55785125,0.4876033,0.55785125,0.5371901,0.47107437,0.4752066,0.47933885,0.2768595,0.10743801,0.13636364,0.14876033,0.2231405,0.1446281,0.3264463,0.6652893,0.70247936,0.73140496,0.72727275,0.6859504,0.71900827,0.7768595,0.7768595,0.71487606,0.6818182,0.661157,0.6487603,0.6280992,0.5661157,0.553719,0.6198347,0.69008267,0.6735537,0.6735537,0.6404959,0.6818182,0.6859504,0.6487603,0.6280992,0.62396693,0.58677685,0.49173555,0.33471075,0.29752067,0.3264463,0.3264463,0.3305785,0.35950413,0.37190083,0.38842976,0.4214876,0.46280992,0.49586776,0.5371901,0.553719,0.55785125,0.59090906,0.57024795,0.58264464,0.5661157,0.5413223,0.5371901,0.5495868,0.58264464,0.59504133,0.5206612,0.5247934,0.57438016,0.5165289,0.45041323,0.46694216,0.41735536,0.20247933,0.12809917,0.13636364,0.14049587,0.21900827,0.18595041,0.18595041,0.56198347,0.677686,0.7107438,0.71900827,0.6859504,0.7231405,0.77272725,0.7768595,0.71487606,0.6487603,0.6363636,0.607438,0.59090906,0.5247934,0.54545456,0.58264464,0.6404959,0.6280992,0.6280992,0.6652893,0.6942149,0.7107438,0.677686,0.661157,0.6818182,0.6363636,0.5371901,0.49173555,0.47107437,0.5123967,0.5206612,0.46280992,0.47107437,0.4338843,0.4338843,0.45041323,0.47933885,0.47933885,0.5165289,0.5165289,0.49586776,0.4876033,0.5247934,0.5247934,0.5413223,0.56198347,0.5247934,0.553719,0.59090906,0.58264464,0.5247934,0.5371901,0.56198347,0.49173555,0.45041323,0.46280992,0.38016528,0.10743801,0.1322314,0.14049587,0.14049587,0.21900827,0.20247933,0.14049587,0.38842976,0.61570245,0.7107438,0.70247936,0.69008267,0.73140496,0.75619835,0.78099173,0.7107438,0.6280992,0.607438,0.5495868,0.49586776,0.45454547,0.45867768,0.54545456,0.6404959,0.69008267,0.7107438,0.71487606,0.6942149,0.6487603,0.61570245,0.59917355,0.62396693,0.6198347,0.57024795,0.57438016,0.58264464,0.60330576,0.55785125,0.49586776,0.553719,0.54545456,0.5413223,0.53305787,0.53305787,0.5165289,0.49586776,0.46280992,0.446281,0.4090909,0.43801653,0.4752066,0.446281,0.5247934,0.5206612,0.56198347,0.59504133,0.5661157,0.5206612,0.5413223,0.5289256,0.45867768,0.446281,0.4752066,0.1983471,0.10330579,0.1322314,0.13636364,0.14049587,0.2231405,0.20661157,0.16528925,0.25619835,0.5165289,0.677686,0.6983471,0.69008267,0.71900827,0.74793386,0.74793386,0.7066116,0.59917355,0.54545456,0.48347107,0.4338843,0.40495867,0.30578512,0.30578512,0.5123967,0.61570245,0.61570245,0.57438016,0.5206612,0.46694216,0.4214876,0.39256197,0.38429752,0.45867768,0.5206612,0.57024795,0.54545456,0.44214877,0.3264463,0.2644628,0.338843,0.38842976,0.44214877,0.4752066,0.5165289,0.5206612,0.49586776,0.46280992,0.36363637,0.34710744,0.36363637,0.3966942,0.36363637,0.47107437,0.5247934,0.58677685,0.59090906,0.553719,0.5082645,0.5289256,0.5123967,0.4338843,0.44214877,0.3677686,0.09504132,0.12809917,0.13636364,0.1322314,0.1322314,0.21487603,0.2107438,0.18595041,0.16115703,0.36363637,0.6404959,0.6735537,0.6859504,0.69008267,0.73966944,0.73140496,0.6818182,0.607438,0.5165289,0.49586776,0.5082645,0.5041322,0.5041322,0.49173555,0.28099173,0.29338843,0.34710744,0.26859504,0.37603307,0.38016528,0.30578512,0.3264463,0.32231405,0.32231405,0.3677686,0.39256197,0.3305785,0.26859504,0.2520661,0.23966943,0.24793388,0.23553719,0.23553719,0.25619835,0.2892562,0.3181818,0.34710744,0.338843,0.24793388,0.2231405,0.28512397,0.3677686,0.37190083,0.46280992,0.5206612,0.59504133,0.59090906,0.5371901,0.47933885,0.49586776,0.48347107,0.42975205,0.41322315,0.1983471,0.12396694,0.1322314,0.1446281,0.13636364,0.1322314,0.20661157,0.21487603,0.20247933,0.16528925,0.21900827,0.5123967,0.6363636,0.6735537,0.6570248,0.6983471,0.7107438,0.6694215,0.58677685,0.49586776,0.48347107,0.553719,0.5661157,0.6404959,0.6983471,0.58677685,0.44214877,0.38842976,0.23966943,0.29752067,0.41322315,0.3553719,0.26859504,0.38016528,0.29338843,0.2644628,0.23553719,0.1983471,0.18595041,0.1983471,0.2107438,0.19421488,0.19008264,0.18595041,0.1570248,0.11157025,0.18181819,0.17355372,0.20247933,0.29338843,0.36363637,0.38842976,0.446281,0.42975205,0.45041323,0.5413223,0.5785124,0.57438016,0.5123967,0.45454547,0.4752066,0.45454547,0.41735536,0.30165288,0.1446281,0.12809917,0.12809917,0.1446281,0.1322314,0.1446281,0.20247933,0.22727273,0.19421488,0.18181819,0.19008264,0.30991736,0.60330576,0.6363636,0.6446281,0.6528926,0.6694215,0.6363636,0.55785125,0.47933885,0.48347107,0.58264464,0.6404959,0.677686,0.6859504,0.6818182,0.59090906,0.53305787,0.47107437,0.41322315,0.35950413,0.28099173,0.21900827,0.5123967,0.39256197,0.2892562,0.23966943,0.20661157,0.23966943,0.24380165,0.24380165,0.17355372,0.16115703,0.18595041,0.1983471,0.23553719,0.32231405,0.338843,0.4214876,0.5247934,0.57024795,0.56198347,0.5165289,0.46694216,0.47107437,0.5247934,0.5661157,0.54545456,0.4752066,0.44214877,0.45454547,0.4338843,0.37190083,0.1983471,0.12396694,0.13636364,0.13636364,0.1322314,0.1322314,0.1322314,0.20661157,0.2231405,0.20661157,0.18181819,0.1983471,0.1446281,0.5165289,0.58264464,0.61570245,0.6322314,0.6446281,0.6198347,0.54545456,0.5,0.49173555,0.6280992,0.6570248,0.6570248,0.6694215,0.70247936,0.6735537,0.59504133,0.55785125,0.5371901,0.49173555,0.38842976,0.28512397,0.37190083,0.37603307,0.29752067,0.28099173,0.2231405,0.20247933,0.2768595,0.27272728,0.2520661,0.27272728,0.3429752,0.38842976,0.45041323,0.4876033,0.48347107,0.49173555,0.53305787,0.57438016,0.59090906,0.553719,0.5041322,0.5082645,0.5206612,0.5495868,0.5123967,0.43801653,0.4090909,0.4338843,0.38842976,0.28512397,0.11983471,0.1322314,0.14049587,0.1322314,0.13636364,0.14049587,0.12809917,0.22727273,0.23140496,0.20247933,0.18595041,0.19421488,0.1446281,0.30578512,0.57438016,0.55785125,0.59917355,0.61157024,0.59917355,0.5495868,0.5413223,0.5371901,0.62396693,0.677686,0.6528926,0.677686,0.6983471,0.6983471,0.6446281,0.57438016,0.57438016,0.5785124,0.54545456,0.5041322,0.4752066,0.43801653,0.41735536,0.4214876,0.4338843,0.42561984,0.45454547,0.42561984,0.45041323,0.48347107,0.49586776,0.4876033,0.49586776,0.4876033,0.47933885,0.4876033,0.5371901,0.58264464,0.58677685,0.56198347,0.5206612,0.5206612,0.5165289,0.5082645,0.46694216,0.40082645,0.3966942,0.39256197,0.35950413,0.15289256,0.12396694,0.12809917,0.14049587,0.1322314,0.13636364,0.12809917,0.12396694,0.22727273,0.2231405,0.20661157,0.18595041,0.18181819,0.20661157,0.12809917,0.57024795,0.5123967,0.55785125,0.57438016,0.5785124,0.57438016,0.57438016,0.57024795,0.6363636,0.6528926,0.6528926,0.6735537,0.6859504,0.6818182,0.661157,0.61570245,0.57024795,0.58264464,0.59917355,0.57438016,0.5495868,0.5413223,0.5289256,0.5247934,0.4876033,0.5785124,0.5371901,0.5247934,0.4876033,0.5041322,0.5,0.46694216,0.46694216,0.45867768,0.44214877,0.5082645,0.5661157,0.58677685,0.5661157,0.55785125,0.5206612,0.5206612,0.5082645,0.47933885,0.43801653,0.38016528,0.38016528,0.3966942,0.2231405,0.11983471,0.1322314,0.1322314,0.1322314,0.13636364,0.1322314,0.12809917,0.1322314,0.21900827,0.21900827,0.2107438,0.18595041,0.18181819,0.21487603,0.12396694,0.59090906,0.5371901,0.5413223,0.54545456,0.553719,0.58677685,0.57438016,0.59917355,0.6198347,0.6280992,0.6528926,0.6694215,0.6735537,0.6487603,0.6735537,0.61157024,0.607438,0.55785125,0.5371901,0.53305787,0.5371901,0.5247934,0.5206612,0.5082645,0.5082645,0.55785125,0.5082645,0.5247934,0.44214877,0.45454547,0.45454547,0.45041323,0.43801653,0.41735536,0.45041323,0.5413223,0.57024795,0.5661157,0.5495868,0.57024795,0.553719,0.5082645,0.5082645,0.45041323,0.3966942,0.3553719,0.37603307,0.3181818,0.14876033,0.12396694,0.12809917,0.13636364,0.1322314,0.1322314,0.1322314,0.11983471,0.13636364,0.20661157,0.21487603,0.2107438,0.19008264,0.19008264,0.21487603,0.1694215,0.59504133,0.5206612,0.5413223,0.5206612,0.53305787,0.59090906,0.57438016,0.58264464,0.61570245,0.61157024,0.6322314,0.6487603,0.6446281,0.6322314,0.6528926,0.60330576,0.58264464,0.5785124,0.5123967,0.49173555,0.49173555,0.48347107,0.46694216,0.45041323,0.45867768,0.45041323,0.446281,0.4338843,0.39256197,0.41735536,0.4214876,0.39256197,0.37603307,0.42975205,0.5,0.56198347,0.553719,0.5413223,0.553719,0.56198347,0.5289256,0.5123967,0.5165289,0.42975205,0.3677686,0.3553719,0.33471075,0.20247933,0.1322314,0.12809917,0.1322314,0.11983471,0.1322314,0.13636364,0.11983471,0.12809917,0.12396694,0.2231405,0.2231405,0.20661157,0.1983471,0.1983471,0.19008264,0.17768595,0.54545456,0.57024795,0.5165289,0.53305787,0.5247934,0.56198347,0.57438016,0.5661157,0.61570245,0.6322314,0.62396693,0.62396693,0.607438,0.62396693,0.6280992,0.61157024,0.553719,0.5413223,0.46694216,0.44214877,0.41735536,0.41735536,0.3966942,0.3966942,0.40082645,0.36363637,0.35950413,0.35123968,0.3264463,0.30578512,0.30578512,0.3305785,0.3966942,0.49173555,0.5206612,0.53305787,0.5247934,0.5413223,0.57024795,0.5371901,0.5082645,0.5041322,0.49173555,0.40495867,0.3429752,0.3429752,0.28099173,0.1322314,0.13636364,0.1322314,0.13636364,0.12396694,0.1322314,0.1322314,0.12809917,0.1446281,0.10330579,0.22727273,0.22727273,0.1983471,0.20661157,0.2107438,0.20661157,0.20247933,0.5,0.6404959,0.5247934,0.54545456,0.53305787,0.5371901,0.59504133,0.59917355,0.61570245,0.62396693,0.6198347,0.61157024,0.58264464,0.607438,0.59504133,0.57438016,0.55785125,0.5206612,0.4338843,0.36363637,0.28099173,0.21900827,0.21487603,0.2603306,0.2603306,0.22727273,0.22727273,0.2231405,0.21900827,0.2520661,0.3305785,0.38429752,0.47107437,0.5,0.5082645,0.5,0.5165289,0.55785125,0.56198347,0.53305787,0.47933885,0.4752066,0.446281,0.36363637,0.33471075,0.3264463,0.11157025,0.09504132,0.11983471,0.12809917,0.1322314,0.14049587,0.1446281,0.1322314,0.11570248,0.1322314,0.12809917,0.21900827,0.22727273,0.20247933,0.21487603,0.2107438,0.19008264,0.19008264,0.45867768,0.6818182,0.56198347,0.5206612,0.5165289,0.49586776,0.58264464,0.607438,0.59917355,0.59504133,0.59504133,0.607438,0.57438016,0.55785125,0.57024795,0.5661157,0.553719,0.5289256,0.45867768,0.36363637,0.33471075,0.2520661,0.23553719,0.2107438,0.1983471,0.19008264,0.2231405,0.2520661,0.2892562,0.34710744,0.42561984,0.46280992,0.49173555,0.48347107,0.49586776,0.5041322,0.54545456,0.5661157,0.5247934,0.5041322,0.46694216,0.45041323,0.40495867,0.338843,0.37190083,0.16528925,0.045454547,0.0661157,0.09090909,0.09917355,0.10743801,0.11570248,0.12809917,0.1446281,0.1446281,0.13636364,0.12396694,0.22727273,0.2231405,0.22727273,0.21487603,0.21487603,0.20247933,0.19008264,0.45041323,0.6859504,0.61570245,0.53305787,0.5,0.48347107,0.5371901,0.553719,0.58264464,0.59090906,0.5785124,0.61570245,0.59504133,0.54545456,0.5661157,0.58264464,0.5661157,0.54545456,0.5082645,0.46280992,0.41322315,0.39256197,0.37190083,0.35123968,0.3181818,0.32231405,0.3429752,0.37603307,0.42561984,0.446281,0.45867768,0.49173555,0.47107437,0.47933885,0.49173555,0.5082645,0.5371901,0.5371901,0.5041322,0.45454547,0.4338843,0.41322315,0.35950413,0.3553719,0.23966943,0.05785124,0.0661157,0.0661157,0.08264463,0.07438017,0.0785124,0.08264463,0.09504132,0.11983471,0.14876033,0.16528925,0.14049587,0.2231405,0.21487603,0.23140496,0.23140496,0.23966943,0.20247933,0.14876033,0.46280992,0.6859504,0.6487603,0.59917355,0.5123967,0.4752066,0.5,0.53305787,0.5661157,0.59917355,0.5785124,0.60330576,0.59917355,0.57024795,0.553719,0.59090906,0.59917355,0.58264464,0.55785125,0.5413223,0.5041322,0.45867768,0.46280992,0.43801653,0.44214877,0.4338843,0.46694216,0.47933885,0.4876033,0.5,0.49586776,0.5082645,0.49173555,0.4876033,0.49586776,0.5123967,0.5247934,0.5123967,0.46694216,0.41322315,0.4090909,0.36363637,0.30991736,0.38016528,0.16115703,0.049586777,0.0661157,0.07438017,0.07438017,0.0785124,0.07438017,0.07438017,0.08264463,0.10330579,0.14049587,0.16115703,0.17355372,0.21900827,0.21487603,0.2231405,0.2231405,0.22727273,0.23140496,0.07438017,0.5289256,0.6818182,0.6735537,0.6528926,0.58677685,0.47933885,0.4752066,0.49586776,0.55785125,0.59917355,0.5661157,0.58264464,0.61570245,0.59917355,0.57024795,0.59917355,0.62396693,0.60330576,0.59090906,0.5785124,0.57024795,0.53305787,0.5413223,0.5206612,0.5289256,0.5,0.5165289,0.5165289,0.5495868,0.5289256,0.5289256,0.53305787,0.5206612,0.5165289,0.5289256,0.53305787,0.5371901,0.47933885,0.43801653,0.3966942,0.37603307,0.30578512,0.29338843,0.45041323,0.27272728,0.06198347,0.053719006,0.07024793,0.06198347,0.08677686,0.08264463,0.06198347,0.08677686,0.09917355,0.14049587,0.1570248,0.16528925,0.2107438,0.21900827,0.2231405,0.2231405,0.2231405,0.23966943,0.07024793,0.58677685,0.677686,0.677686,0.6694215,0.6404959,0.5661157,0.45454547,0.46694216,0.53305787,0.5661157,0.56198347,0.58677685,0.61570245,0.6322314,0.59917355,0.59504133,0.6446281,0.62396693,0.61570245,0.607438,0.59917355,0.57438016,0.5785124,0.553719,0.5413223,0.53305787,0.5289256,0.5165289,0.56198347,0.5413223,0.54545456,0.5495868,0.5495868,0.5495868,0.57438016,0.553719,0.5289256,0.46694216,0.4338843,0.38016528,0.338843,0.2644628,0.4090909,0.47107437,0.3677686,0.09090909,0.045454547,0.06198347,0.07024793,0.07438017,0.07024793,0.07438017,0.08677686,0.09504132,0.1322314,0.15289256,0.16528925,0.21900827,0.21900827,0.21900827,0.23553719,0.23553719,0.24793388,0.08264463,0.57024795,0.6859504,0.6652893,0.69008267,0.6694215,0.6487603,0.5289256,0.42561984,0.47107437,0.54545456,0.5495868,0.59090906,0.61157024,0.61157024,0.61570245,0.59090906,0.6404959,0.62396693,0.6198347,0.607438,0.59917355,0.58677685,0.57438016,0.5495868,0.5413223,0.5495868,0.553719,0.553719,0.55785125,0.553719,0.553719,0.5413223,0.54545456,0.553719,0.553719,0.5165289,0.49586776,0.42975205,0.40495867,0.35123968,0.2603306,0.41322315,0.4752066,0.44214877,0.42975205,0.13636364,0.037190083,0.05785124,0.06198347,0.07438017,0.08264463,0.07024793,0.09504132,0.10330579,0.12396694,0.1446281,0.16115703,0.21900827,0.23553719,0.24793388,0.25619835,0.23553719,0.21900827,0.10330579,0.5247934,0.6859504,0.6570248,0.6859504,0.6735537,0.6487603,0.6280992,0.4876033,0.40495867,0.5082645,0.54545456,0.5785124,0.59504133,0.59504133,0.59504133,0.59917355,0.6322314,0.6198347,0.62396693,0.607438,0.58264464,0.57438016,0.54545456,0.53305787,0.53305787,0.53305787,0.5289256,0.54545456,0.553719,0.56198347,0.56198347,0.5206612,0.5495868,0.55785125,0.5247934,0.49173555,0.46280992,0.40082645,0.338843,0.2768595,0.38842976,0.47933885,0.46280992,0.41735536,0.446281,0.12396694,0.041322313,0.049586777,0.05785124,0.0661157,0.07024793,0.08677686,0.08677686,0.09917355,0.1322314,0.14049587,0.16115703,0.2603306,0.2768595,0.23553719,0.23140496,0.1983471,0.16528925,0.1446281,0.49586776,0.7107438,0.6859504,0.7107438,0.69008267,0.6570248,0.6570248,0.6363636,0.44214877,0.45454547,0.5165289,0.54545456,0.5661157,0.57024795,0.56198347,0.5785124,0.607438,0.58677685,0.607438,0.58677685,0.56198347,0.55785125,0.5413223,0.53305787,0.5413223,0.5413223,0.5413223,0.5413223,0.5413223,0.5495868,0.553719,0.5082645,0.54545456,0.5289256,0.49586776,0.45867768,0.42561984,0.37190083,0.2644628,0.3181818,0.4752066,0.47933885,0.45867768,0.41735536,0.4090909,0.0661157,0.053719006,0.053719006,0.05785124,0.06198347,0.0785124,0.09090909,0.09090909,0.10330579,0.11983471,0.17355372,0.16528925,26 +0.33471075,0.38842976,0.49173555,0.62396693,0.7355372,0.7644628,0.75619835,0.7644628,0.78099173,0.8016529,0.8016529,0.7933884,0.76033056,0.7644628,0.76859504,0.74380165,0.74793386,0.7892562,0.7892562,0.7933884,0.8057851,0.79752064,0.7933884,0.78512394,0.7892562,0.78512394,0.76859504,0.77272725,0.75619835,0.75206614,0.75206614,0.76033056,0.75206614,0.7644628,0.76033056,0.77272725,0.7768595,0.76859504,0.76859504,0.7644628,0.75619835,0.75619835,0.75206614,0.75206614,0.73966944,0.73966944,0.74380165,0.72727275,0.71487606,0.71900827,0.72727275,0.7231405,0.72727275,0.7066116,0.7231405,0.69008267,0.6983471,0.677686,0.6446281,0.6363636,0.62396693,0.607438,0.5041322,0.34710744,0.3966942,0.41735536,0.5123967,0.661157,0.75206614,0.77272725,0.76859504,0.7768595,0.8016529,0.8140496,0.80991733,0.8057851,0.7768595,0.77272725,0.76859504,0.75619835,0.77272725,0.79752064,0.8057851,0.8057851,0.8140496,0.8057851,0.8057851,0.8016529,0.8016529,0.8016529,0.7892562,0.78099173,0.76859504,0.76033056,0.76033056,0.75206614,0.75619835,0.77272725,0.7768595,0.79752064,0.7768595,0.78099173,0.7644628,0.76859504,0.76859504,0.75206614,0.76033056,0.76033056,0.75206614,0.74793386,0.73966944,0.74793386,0.73966944,0.73140496,0.72727275,0.72727275,0.73140496,0.72727275,0.73966944,0.71487606,0.7107438,0.69008267,0.6652893,0.6487603,0.6280992,0.60330576,0.5247934,0.36363637,0.39256197,0.46694216,0.553719,0.6859504,0.75619835,0.7644628,0.78099173,0.8016529,0.8181818,0.8181818,0.8140496,0.8057851,0.7933884,0.7892562,0.78099173,0.7933884,0.8016529,0.8057851,0.8140496,0.8057851,0.8181818,0.80991733,0.8140496,0.8057851,0.80991733,0.8181818,0.8140496,0.7933884,0.78099173,0.76033056,0.7644628,0.75206614,0.76033056,0.77272725,0.7933884,0.8057851,0.7933884,0.78512394,0.78099173,0.78099173,0.77272725,0.75206614,0.76859504,0.77272725,0.7644628,0.76033056,0.7644628,0.74380165,0.75206614,0.74380165,0.73140496,0.73140496,0.73140496,0.7355372,0.7231405,0.76859504,0.75206614,0.7066116,0.6818182,0.6487603,0.6280992,0.60330576,0.54545456,0.38429752,0.3553719,0.47107437,0.57024795,0.6859504,0.76033056,0.76859504,0.79752064,0.80991733,0.822314,0.8140496,0.8057851,0.8016529,0.78512394,0.79752064,0.7892562,0.80991733,0.8140496,0.8181818,0.822314,0.8140496,0.8181818,0.8181818,0.8181818,0.80991733,0.8181818,0.8264463,0.8305785,0.80991733,0.7933884,0.78512394,0.7644628,0.7644628,0.77272725,0.7892562,0.7768595,0.80991733,0.8057851,0.7933884,0.78099173,0.78512394,0.7768595,0.74380165,0.7768595,0.7768595,0.76859504,0.76859504,0.77272725,0.76859504,0.75206614,0.75619835,0.74380165,0.7355372,0.7355372,0.71900827,0.7231405,0.75619835,0.74380165,0.71487606,0.6652893,0.6404959,0.6363636,0.6198347,0.57024795,0.38842976,0.338843,0.45454547,0.57438016,0.7107438,0.76033056,0.7768595,0.8016529,0.80991733,0.8181818,0.8057851,0.7892562,0.7768595,0.78512394,0.79752064,0.7933884,0.80991733,0.822314,0.8305785,0.8305785,0.822314,0.8181818,0.8305785,0.8181818,0.8181818,0.8181818,0.8305785,0.8305785,0.8305785,0.8057851,0.8140496,0.7892562,0.78512394,0.7892562,0.78512394,0.7933884,0.822314,0.8181818,0.79752064,0.7768595,0.7768595,0.7644628,0.75619835,0.77272725,0.78099173,0.7768595,0.78512394,0.7892562,0.78099173,0.76033056,0.7644628,0.76033056,0.73140496,0.73140496,0.7231405,0.7355372,0.73966944,0.7355372,0.7107438,0.6570248,0.6322314,0.6404959,0.61157024,0.57438016,0.45454547,0.3429752,0.42561984,0.6198347,0.73140496,0.75206614,0.78099173,0.7933884,0.8181818,0.8264463,0.79752064,0.78512394,0.78512394,0.7892562,0.78512394,0.7892562,0.80991733,0.8181818,0.8264463,0.8305785,0.838843,0.8264463,0.822314,0.822314,0.8181818,0.8181818,0.8264463,0.8347107,0.838843,0.8429752,0.8305785,0.822314,0.8057851,0.8057851,0.8016529,0.80991733,0.8264463,0.8181818,0.7892562,0.76859504,0.77272725,0.7644628,0.75619835,0.7768595,0.77272725,0.77272725,0.78512394,0.7768595,0.77272725,0.76859504,0.76033056,0.73966944,0.73966944,0.7231405,0.7107438,0.7107438,0.7231405,0.72727275,0.7107438,0.6528926,0.61570245,0.607438,0.60330576,0.58264464,0.5206612,0.30165288,0.42975205,0.7066116,0.74793386,0.75206614,0.77272725,0.8016529,0.8140496,0.822314,0.80991733,0.79752064,0.79752064,0.79752064,0.7892562,0.7768595,0.8140496,0.8016529,0.8140496,0.8264463,0.8305785,0.8305785,0.8140496,0.822314,0.8181818,0.8181818,0.8181818,0.8347107,0.8264463,0.8636364,0.8305785,0.8471074,0.8181818,0.822314,0.8181818,0.8181818,0.8264463,0.80991733,0.78099173,0.76859504,0.76033056,0.76033056,0.7644628,0.76859504,0.7644628,0.76859504,0.77272725,0.7644628,0.7644628,0.7644628,0.76033056,0.76859504,0.75206614,0.75206614,0.72727275,0.71900827,0.7231405,0.71487606,0.71900827,0.6487603,0.59917355,0.5785124,0.607438,0.553719,0.54545456,0.2644628,0.5413223,0.7644628,0.74793386,0.74793386,0.75619835,0.7933884,0.8140496,0.8264463,0.8057851,0.79752064,0.79752064,0.7892562,0.78512394,0.77272725,0.78099173,0.7644628,0.78512394,0.80991733,0.8181818,0.822314,0.8016529,0.8181818,0.8057851,0.80991733,0.80991733,0.8181818,0.8140496,0.822314,0.8016529,0.8264463,0.8264463,0.8140496,0.8057851,0.79752064,0.8016529,0.79752064,0.77272725,0.75619835,0.75619835,0.75619835,0.76033056,0.76033056,0.74793386,0.75206614,0.76033056,0.73966944,0.7355372,0.7355372,0.74793386,0.76033056,0.72727275,0.75206614,0.73140496,0.73966944,0.74380165,0.73140496,0.73140496,0.661157,0.5661157,0.57024795,0.59917355,0.56198347,0.5495868,0.26859504,0.62396693,0.78512394,0.73140496,0.7355372,0.74380165,0.7892562,0.822314,0.8264463,0.8057851,0.78512394,0.7644628,0.75206614,0.73966944,0.72727275,0.71900827,0.7066116,0.7107438,0.73140496,0.74380165,0.77272725,0.75619835,0.77272725,0.78512394,0.7768595,0.78512394,0.78099173,0.7892562,0.76859504,0.77272725,0.78512394,0.80991733,0.78099173,0.7644628,0.76859504,0.75619835,0.76859504,0.74380165,0.74380165,0.72727275,0.7231405,0.7231405,0.73966944,0.7231405,0.71900827,0.72727275,0.70247936,0.70247936,0.6983471,0.70247936,0.71487606,0.6735537,0.677686,0.661157,0.69008267,0.7231405,0.74793386,0.74380165,0.6983471,0.55785125,0.553719,0.57024795,0.553719,0.5495868,0.26859504,0.6446281,0.78099173,0.73140496,0.71900827,0.73140496,0.8016529,0.8264463,0.8140496,0.76859504,0.69008267,0.6322314,0.61157024,0.607438,0.59504133,0.61570245,0.5661157,0.5661157,0.59090906,0.60330576,0.6280992,0.62396693,0.6652893,0.71487606,0.72727275,0.74793386,0.75619835,0.75619835,0.7355372,0.74793386,0.75619835,0.7768595,0.76033056,0.7355372,0.73966944,0.71900827,0.7231405,0.7066116,0.71900827,0.6818182,0.6652893,0.6446281,0.6363636,0.59917355,0.59090906,0.58264464,0.553719,0.5495868,0.58677685,0.59917355,0.607438,0.60330576,0.58264464,0.553719,0.56198347,0.58677685,0.6694215,0.71487606,0.70247936,0.57438016,0.5289256,0.5413223,0.5413223,0.553719,0.29752067,0.6528926,0.77272725,0.74793386,0.6942149,0.7066116,0.7644628,0.75206614,0.7107438,0.6528926,0.55785125,0.54545456,0.5413223,0.5371901,0.5206612,0.5123967,0.45867768,0.43801653,0.45454547,0.46280992,0.47933885,0.49173555,0.54545456,0.62396693,0.6446281,0.7066116,0.73140496,0.73140496,0.72727275,0.7355372,0.74380165,0.75206614,0.73140496,0.7107438,0.7107438,0.6942149,0.6818182,0.6652893,0.6652893,0.6280992,0.5785124,0.5371901,0.4752066,0.4214876,0.38429752,0.39256197,0.38016528,0.38016528,0.4214876,0.45867768,0.48347107,0.5082645,0.49586776,0.47107437,0.4752066,0.47107437,0.49586776,0.5371901,0.5785124,0.59090906,0.5041322,0.53305787,0.55785125,0.55785125,0.3181818,0.6570248,0.7644628,0.73966944,0.6528926,0.661157,0.6694215,0.6198347,0.56198347,0.5123967,0.47933885,0.49586776,0.47933885,0.5123967,0.49173555,0.46280992,0.4090909,0.40082645,0.43801653,0.446281,0.45041323,0.48347107,0.53305787,0.553719,0.61570245,0.6652893,0.7107438,0.7231405,0.7231405,0.71900827,0.71487606,0.71900827,0.6942149,0.6983471,0.6983471,0.6859504,0.6487603,0.62396693,0.58677685,0.54545456,0.5,0.45041323,0.41735536,0.36363637,0.33471075,0.3140496,0.30991736,0.32231405,0.34710744,0.37190083,0.41322315,0.43801653,0.43801653,0.43801653,0.42975205,0.43801653,0.43801653,0.42975205,0.45454547,0.5041322,0.47933885,0.5165289,0.57024795,0.57438016,0.32231405,0.6528926,0.7768595,0.73140496,0.6694215,0.6446281,0.62396693,0.59917355,0.553719,0.55785125,0.59917355,0.61157024,0.607438,0.60330576,0.59917355,0.61157024,0.57438016,0.5785124,0.58264464,0.5413223,0.5123967,0.49173555,0.5123967,0.5371901,0.58264464,0.6487603,0.70247936,0.71487606,0.72727275,0.71900827,0.6983471,0.6983471,0.6735537,0.6694215,0.6570248,0.6404959,0.59504133,0.57024795,0.5123967,0.46694216,0.41735536,0.37603307,0.33471075,0.3264463,0.33471075,0.35123968,0.37190083,0.39256197,0.38429752,0.40082645,0.46280992,0.48347107,0.5165289,0.5,0.45867768,0.45454547,0.41322315,0.41322315,0.42975205,0.47933885,0.49173555,0.49586776,0.5785124,0.57024795,0.32231405,0.6363636,0.7933884,0.73140496,0.70247936,0.661157,0.61570245,0.56198347,0.57438016,0.62396693,0.6570248,0.6198347,0.58677685,0.54545456,0.5165289,0.6735537,0.60330576,0.4752066,0.47933885,0.5165289,0.47107437,0.446281,0.4090909,0.46694216,0.46280992,0.4752066,0.46280992,0.46694216,0.5,0.53305787,0.54545456,0.5371901,0.48347107,0.4876033,0.47933885,0.4214876,0.40082645,0.3429752,0.3264463,0.30165288,0.2892562,0.28099173,0.30165288,0.3305785,0.37603307,0.4214876,0.45867768,0.5041322,0.4338843,0.38842976,0.37603307,0.39256197,0.43801653,0.44214877,0.42561984,0.4090909,0.3140496,0.29338843,0.37190083,0.48347107,0.5123967,0.5082645,0.56198347,0.553719,0.29752067,0.57438016,0.72727275,0.62396693,0.46694216,0.35950413,0.39256197,0.45041323,0.5123967,0.5785124,0.61157024,0.607438,0.57024795,0.54545456,0.5041322,0.5165289,0.48347107,0.41322315,0.35123968,0.3553719,0.35123968,0.3429752,0.3264463,0.4214876,0.30991736,0.24793388,0.42561984,0.46694216,0.5082645,0.5495868,0.53305787,0.57438016,0.553719,0.5661157,0.56198347,0.5206612,0.45041323,0.3264463,0.23140496,0.3181818,0.338843,0.35123968,0.38016528,0.3677686,0.4090909,0.45867768,0.5082645,0.59917355,0.6322314,0.61570245,0.60330576,0.6280992,0.6404959,0.62396693,0.607438,0.53305787,0.46694216,0.44214877,0.38429752,0.30165288,0.35123968,0.446281,0.5247934,0.45454547,0.34710744,0.5785124,0.42975205,0.49173555,0.60330576,0.6694215,0.6942149,0.73140496,0.7644628,0.73966944,0.6487603,0.54545456,0.48347107,0.4338843,0.34710744,0.28512397,0.36363637,0.338843,0.3140496,0.3429752,0.338843,0.36363637,0.338843,0.35123968,0.45454547,0.3181818,0.39256197,0.6404959,0.80991733,0.8471074,0.8016529,0.79752064,0.7644628,0.7644628,0.78099173,0.6694215,0.5082645,0.3140496,0.4214876,0.3966942,0.32231405,0.30991736,0.3429752,0.3553719,0.38016528,0.34710744,0.30991736,0.36363637,0.28099173,0.33471075,0.38429752,0.446281,0.5041322,0.58264464,0.6487603,0.6280992,0.56198347,0.5,0.5041322,0.5206612,0.41322315,0.3429752,0.3140496,0.46694216,0.38429752,0.45454547,0.5785124,0.57438016,0.6528926,0.7107438,0.7066116,0.6983471,0.6322314,0.49586776,0.44214877,0.3677686,0.45454547,0.76859504,0.3181818,0.19008264,0.27272728,0.25619835,0.29752067,0.38016528,0.4090909,0.37190083,0.3429752,0.38842976,0.40495867,0.4876033,0.338843,0.5413223,0.80991733,0.8264463,0.6859504,0.6198347,0.59090906,0.69008267,0.74380165,0.69008267,0.37190083,0.42561984,0.46694216,0.32231405,0.32231405,0.34710744,0.33471075,0.3305785,0.46280992,0.33471075,0.21900827,0.33471075,0.13636364,0.21900827,0.2644628,0.3553719,0.28512397,0.29752067,0.38016528,0.5371901,0.5413223,0.53305787,0.54545456,0.5206612,0.42561984,0.4338843,0.41322315,0.44214877,0.45867768,0.5371901,0.75619835,0.6198347,0.58677685,0.6570248,0.6570248,0.59917355,0.5041322,0.446281,0.47107437,0.46694216,0.59917355,0.77272725,0.4090909,0.30578512,0.23140496,0.28099173,0.39256197,0.48347107,0.5413223,0.5041322,0.46694216,0.38842976,0.5041322,0.677686,0.4338843,0.40082645,0.77272725,0.8057851,0.6198347,0.553719,0.5082645,0.5041322,0.4752066,0.5371901,0.18181819,0.53305787,0.47107437,0.446281,0.45867768,0.33471075,0.338843,0.57438016,0.6859504,0.5206612,0.34710744,0.29338843,0.24380165,0.30991736,0.33471075,0.5413223,0.45867768,0.34710744,0.25619835,0.32231405,0.45867768,0.5123967,0.5165289,0.47107437,0.40495867,0.4876033,0.4090909,0.44214877,0.5082645,0.53305787,0.76859504,0.7066116,0.6942149,0.69008267,0.6694215,0.61570245,0.59090906,0.57024795,0.57438016,0.607438,0.59504133,0.6694215,0.5289256,0.4214876,0.45041323,0.42561984,0.4752066,0.5661157,0.55785125,0.5413223,0.5123967,0.5785124,0.58677685,0.75619835,0.5041322,0.42975205,0.6735537,0.6446281,0.607438,0.59090906,0.57438016,0.60330576,0.61157024,0.62396693,0.14876033,0.607438,0.60330576,0.62396693,0.53305787,0.4752066,0.49586776,0.58264464,0.6652893,0.6322314,0.5082645,0.4876033,0.43801653,0.446281,0.5495868,0.59504133,0.60330576,0.53305787,0.43801653,0.4090909,0.41322315,0.46694216,0.48347107,0.5123967,0.4876033,0.5371901,0.30991736,0.46694216,0.41735536,0.59504133,0.75619835,0.73140496,0.76033056,0.76033056,0.76033056,0.75619835,0.75206614,0.7107438,0.6818182,0.6859504,0.6363636,0.61570245,0.59090906,0.59504133,0.553719,0.58677685,0.54545456,0.5785124,0.5495868,0.5371901,0.57438016,0.61157024,0.7066116,0.661157,0.5,0.48347107,0.6280992,0.6652893,0.677686,0.6735537,0.6570248,0.55785125,0.47933885,0.677686,0.21487603,0.607438,0.6363636,0.6322314,0.6198347,0.6363636,0.62396693,0.57438016,0.59917355,0.59917355,0.57438016,0.57024795,0.5413223,0.54545456,0.58677685,0.57438016,0.59917355,0.5371901,0.49173555,0.5123967,0.5206612,0.54545456,0.553719,0.5785124,0.5413223,0.5413223,0.34710744,0.4090909,0.40495867,0.6322314,0.73140496,0.74380165,0.77272725,0.76859504,0.78512394,0.7768595,0.77272725,0.76033056,0.74380165,0.74793386,0.6859504,0.6322314,0.60330576,0.60330576,0.59090906,0.58677685,0.5371901,0.5206612,0.5165289,0.53305787,0.57024795,0.607438,0.62396693,0.6487603,0.44214877,0.45041323,0.6570248,0.73966944,0.72727275,0.6735537,0.6818182,0.6322314,0.44214877,0.55785125,0.30165288,0.5413223,0.61157024,0.5206612,0.45454547,0.5247934,0.553719,0.5,0.49173555,0.4752066,0.5,0.5082645,0.5371901,0.553719,0.5371901,0.5289256,0.5247934,0.5206612,0.55785125,0.59917355,0.61157024,0.6322314,0.607438,0.59090906,0.5661157,0.5495868,0.38429752,0.38016528,0.48347107,0.6694215,0.7231405,0.75206614,0.7644628,0.78099173,0.78512394,0.76859504,0.75206614,0.73966944,0.7107438,0.72727275,0.6735537,0.6322314,0.59917355,0.57438016,0.5289256,0.54545456,0.53305787,0.5413223,0.56198347,0.59090906,0.6198347,0.6322314,0.661157,0.6528926,0.2644628,0.42561984,0.7355372,0.7644628,0.73140496,0.677686,0.661157,0.70247936,0.5165289,0.5123967,0.29752067,0.35950413,0.58677685,0.56198347,0.446281,0.4876033,0.55785125,0.5371901,0.5082645,0.47933885,0.4752066,0.46694216,0.46280992,0.48347107,0.48347107,0.49586776,0.5413223,0.58264464,0.6322314,0.6446281,0.61570245,0.6280992,0.59504133,0.607438,0.5661157,0.553719,0.42975205,0.36363637,0.62396693,0.70247936,0.7231405,0.75619835,0.75619835,0.76859504,0.78512394,0.7644628,0.73140496,0.75206614,0.71900827,0.7355372,0.71487606,0.6859504,0.61157024,0.60330576,0.59090906,0.58264464,0.60330576,0.607438,0.62396693,0.6363636,0.6570248,0.6983471,0.74380165,0.42561984,0.1322314,0.57438016,0.74793386,0.75206614,0.71487606,0.7066116,0.6694215,0.73140496,0.61570245,0.45454547,0.29752067,0.21900827,0.49586776,0.59917355,0.54545456,0.5371901,0.56198347,0.57024795,0.54545456,0.5413223,0.55785125,0.54545456,0.53305787,0.55785125,0.56198347,0.57438016,0.61570245,0.6322314,0.6363636,0.6446281,0.6404959,0.59090906,0.61157024,0.6363636,0.57438016,0.553719,0.48347107,0.3966942,0.7355372,0.70247936,0.71900827,0.76033056,0.77272725,0.75206614,0.78099173,0.78512394,0.75619835,0.76859504,0.77272725,0.75206614,0.76033056,0.74793386,0.72727275,0.71900827,0.6735537,0.6570248,0.6652893,0.6528926,0.6859504,0.70247936,0.73140496,0.77272725,0.75206614,0.2644628,0.36363637,0.7231405,0.74793386,0.76033056,0.72727275,0.7066116,0.6818182,0.75206614,0.6942149,0.48347107,0.34710744,0.25619835,0.39256197,0.58677685,0.61157024,0.59917355,0.5785124,0.59090906,0.58677685,0.57024795,0.57438016,0.5661157,0.57024795,0.58264464,0.61157024,0.61570245,0.6322314,0.6570248,0.6570248,0.62396693,0.6694215,0.6446281,0.6446281,0.6404959,0.58264464,0.5371901,0.5206612,0.49173555,0.73966944,0.7066116,0.7355372,0.7644628,0.76859504,0.78099173,0.7768595,0.79752064,0.7892562,0.76033056,0.77272725,0.7644628,0.73966944,0.74380165,0.7355372,0.7231405,0.6983471,0.6818182,0.677686,0.6942149,0.74793386,0.74793386,0.7768595,0.7933884,0.45454547,0.45454547,0.62396693,0.78099173,0.7768595,0.77272725,0.73140496,0.7107438,0.6859504,0.74380165,0.72727275,0.5413223,0.4090909,0.3677686,0.30578512,0.49586776,0.69008267,0.677686,0.6280992,0.6363636,0.6363636,0.60330576,0.60330576,0.60330576,0.6198347,0.60330576,0.6198347,0.6446281,0.6487603,0.677686,0.6818182,0.6694215,0.6818182,0.6735537,0.6528926,0.6487603,0.59090906,0.5123967,0.56198347,0.46280992,0.6198347,0.73140496,0.73966944,0.7644628,0.77272725,0.7933884,0.7892562,0.79752064,0.8016529,0.75619835,0.74793386,0.74380165,0.71487606,0.7107438,0.7231405,0.7066116,0.71487606,0.70247936,0.70247936,0.71900827,0.74380165,0.71900827,0.7933884,0.6363636,0.5,0.57024795,0.71487606,0.79752064,0.78512394,0.7768595,0.76859504,0.7107438,0.71487606,0.7892562,0.6652893,0.56198347,0.47933885,0.40082645,0.42561984,0.338843,0.6570248,0.69008267,0.6735537,0.6652893,0.6735537,0.661157,0.6570248,0.6446281,0.62396693,0.6322314,0.6363636,0.6487603,0.6487603,0.661157,0.7107438,0.6983471,0.6942149,0.6859504,0.6694215,0.6487603,0.60330576,0.5082645,0.6322314,0.23553719,0.3553719,0.74380165,0.73966944,0.77272725,0.7933884,0.7933884,0.7892562,0.7892562,0.80991733,0.75619835,0.75206614,0.7231405,0.7107438,0.7107438,0.6983471,0.6942149,0.71487606,0.7231405,0.7107438,0.7231405,0.73140496,0.71900827,0.6528926,0.55785125,0.607438,0.62396693,0.74380165,0.7892562,0.79752064,0.7644628,0.76033056,0.7066116,0.76033056,0.7768595,0.59090906,0.58264464,0.553719,0.41735536,0.44214877,0.446281,0.37603307,0.6363636,0.6735537,0.6487603,0.6652893,0.6735537,0.6652893,0.6694215,0.6363636,0.6198347,0.62396693,0.6528926,0.6363636,0.6363636,0.6983471,0.7066116,0.6983471,0.70247936,0.71487606,0.6528926,0.58677685,0.607438,0.39256197,0.3677686,0.39256197,0.55785125,0.76033056,0.7892562,0.8057851,0.7933884,0.80991733,0.7933884,0.80991733,0.76859504,0.74380165,0.7231405,0.71900827,0.73140496,0.6942149,0.71487606,0.72727275,0.73140496,0.72727275,0.72727275,0.7107438,0.60330576,0.5785124,0.73966944,0.62396693,0.6818182,0.7644628,0.79752064,0.78099173,0.78512394,0.7933884,0.70247936,0.76033056,0.71487606,0.59504133,0.58677685,0.6198347,0.47933885,0.42975205,0.53305787,0.5041322,0.43801653,0.54545456,0.661157,0.661157,0.661157,0.6652893,0.6652893,0.6735537,0.6570248,0.6528926,0.6280992,0.661157,0.6570248,0.6859504,0.70247936,0.71487606,0.6983471,0.71900827,0.6487603,0.6322314,0.49586776,0.40082645,0.47107437,0.6694215,0.40082645,0.61157024,0.8016529,0.80991733,0.8016529,0.8140496,0.822314,0.8016529,0.7892562,0.77272725,0.7355372,0.73966944,0.74380165,0.7355372,0.74380165,0.73140496,0.74793386,0.72727275,0.661157,0.5495868,0.57024795,0.75619835,0.70247936,0.59090906,0.6942149,0.7892562,0.8016529,0.77272725,0.8181818,0.7933884,0.6983471,0.75619835,0.7066116,0.6446281,0.60330576,0.60330576,0.5082645,0.4090909,0.4876033,0.59090906,0.5413223,0.44214877,0.45867768,0.57024795,0.6735537,0.6570248,0.6528926,0.661157,0.677686,0.6735537,0.6735537,0.70247936,0.6942149,0.7066116,0.71900827,0.71900827,0.677686,0.71900827,0.677686,0.5289256,0.47933885,0.5371901,0.4752066,0.70247936,0.6363636,0.5041322,0.5206612,0.79752064,0.8057851,0.8181818,0.8347107,0.8305785,0.8057851,0.7768595,0.75619835,0.76033056,0.73966944,0.74793386,0.75206614,0.72727275,0.677686,0.59504133,0.5495868,0.58677685,0.6487603,0.62396693,0.661157,0.57024795,0.677686,0.8016529,0.8057851,0.75619835,0.87603307,0.75619835,0.70247936,0.7644628,0.71487606,0.6983471,0.6446281,0.56198347,0.553719,0.37190083,0.4338843,0.5495868,0.58677685,0.553719,0.5041322,0.46694216,0.38842976,0.5785124,0.6280992,0.6404959,0.6694215,0.677686,0.7066116,0.71900827,0.72727275,0.73966944,0.69008267,0.71487606,0.80991733,0.79752064,0.5495868,0.5413223,0.58264464,0.5289256,0.49173555,0.70247936,0.6446281,0.7892562,0.6322314,0.5,0.62396693,0.70247936,0.80991733,0.8512397,0.8181818,0.7892562,0.7892562,0.78512394,0.75619835,0.70247936,0.6404959,0.57438016,0.5495868,0.5495868,0.59090906,0.55785125,0.5289256,0.57024795,0.6280992,0.5289256,0.7107438,0.80991733,0.7933884,0.76859504,0.87603307,0.75619835,0.70247936,0.75206614,0.71900827,0.7066116,0.6694215,0.57438016,0.57438016,0.37190083,0.40082645,0.5123967,0.59917355,0.6570248,0.62396693,0.5289256,0.5206612,0.38016528,0.40495867,0.48347107,0.5123967,0.5206612,0.5413223,0.5495868,0.57024795,0.60330576,0.49173555,0.5041322,0.6487603,0.6280992,0.6198347,0.62396693,0.57024795,0.5,0.5082645,0.71900827,0.6487603,0.74380165,0.77272725,0.77272725,0.6694215,0.6198347,0.6983471,0.73966944,0.661157,0.5289256,0.5371901,0.5,0.49586776,0.5082645,0.5289256,0.5661157,0.59504133,0.5495868,0.5289256,0.5082645,0.5661157,0.607438,0.607438,0.6363636,0.7644628,0.8140496,0.78512394,0.79752064,0.8719008,0.74793386,0.7066116,0.74793386,0.75206614,0.71487606,0.69008267,0.60330576,0.61570245,0.4214876,0.37190083,0.5206612,0.61157024,0.6859504,0.73140496,0.6942149,0.58677685,0.5289256,0.5082645,0.47107437,0.4876033,0.5165289,0.5371901,0.54545456,0.5661157,0.60330576,0.6363636,0.6735537,0.677686,0.661157,0.62396693,0.59504133,0.5495868,0.49173555,0.46280992,0.49173555,0.661157,0.71487606,0.75206614,0.8016529,0.80991733,0.8140496,0.78512394,0.7892562,0.7892562,0.76033056,0.72727275,0.6652893,0.6322314,0.607438,0.60330576,0.61157024,0.6446281,0.6528926,0.6322314,0.6363636,0.6694215,0.6570248,0.677686,0.74793386,0.78099173,0.8347107,0.8016529,0.838843,0.8512397,0.76033056,0.70247936,0.74793386,0.74793386,0.7768595,0.73140496,0.6404959,0.60330576,0.57438016,0.38016528,0.54545456,0.6570248,0.71487606,0.7355372,0.7355372,0.69008267,0.6404959,0.6198347,0.61157024,0.58264464,0.55785125,0.5495868,0.5495868,0.59090906,0.59504133,0.61570245,0.6280992,0.6322314,0.6280992,0.60330576,0.58677685,0.5247934,0.4752066,0.30991736,0.2768595,0.6404959,0.6983471,0.7231405,0.76859504,0.78512394,0.8057851,0.7892562,0.76859504,0.74793386,0.71900827,0.6735537,0.6446281,0.661157,0.6652893,0.677686,0.6818182,0.6983471,0.6487603,0.6487603,0.6859504,0.6983471,0.6942149,0.77272725,0.73140496,0.8140496,0.8677686,0.79752064,0.79752064,0.78512394,0.7231405,0.7231405,0.71487606,0.73140496,0.8140496,0.74380165,0.6404959,0.55785125,0.6528926,0.5413223,0.59090906,0.7231405,0.74793386,0.73140496,0.7107438,0.6818182,0.6735537,0.69008267,0.6983471,0.6859504,0.6694215,0.6322314,0.61570245,0.59090906,0.58677685,0.59090906,0.59504133,0.60330576,0.607438,0.58264464,0.553719,0.5123967,0.4876033,0.18181819,0.21487603,0.6446281,0.70247936,0.7231405,0.74793386,0.7768595,0.8016529,0.7892562,0.7892562,0.7892562,0.7768595,0.75619835,0.7355372,0.7231405,0.71487606,0.7066116,0.6694215,0.6487603,0.6322314,0.6570248,0.74380165,0.73966944,0.7066116,0.78099173,0.6942149,0.75619835,0.78512394,0.74793386,0.7066116,0.6694215,0.6652893,0.6735537,0.6570248,0.6652893,0.6694215,0.607438,0.54545456,0.5165289,0.61157024,0.59917355,0.5661157,0.75619835,0.7231405,0.6694215,0.6528926,0.6570248,0.6652893,0.6652893,0.677686,0.69008267,0.6859504,0.6818182,0.6735537,0.6694215,0.6528926,0.6404959,0.607438,0.59917355,0.58264464,0.56198347,0.53305787,0.4876033,0.49173555,0.12809917,0.18595041,0.6528926,0.6983471,0.71487606,0.74380165,0.77272725,0.79752064,0.7892562,0.79752064,0.7892562,0.7768595,0.75206614,0.73140496,0.70247936,0.69008267,0.6735537,0.62396693,0.607438,0.6280992,0.6942149,0.7644628,0.77272725,0.69008267,0.6694215,0.62396693,0.59504133,0.54545456,0.6198347,0.6363636,0.59090906,0.55785125,0.57438016,0.55785125,0.5041322,0.46694216,0.46280992,0.42975205,0.46280992,0.5123967,0.49173555,0.4338843,0.75206614,0.6859504,0.6322314,0.59504133,0.58677685,0.61570245,0.6404959,0.6363636,0.6652893,0.6652893,0.6694215,0.6487603,0.6528926,0.6363636,0.6528926,0.61157024,0.60330576,0.5661157,0.5495868,0.49586776,0.5165289,0.4876033,0.09504132,0.14049587,0.6652893,0.70247936,0.70247936,0.7355372,0.76859504,0.75206614,0.75619835,0.75619835,0.7644628,0.75206614,0.72727275,0.7066116,0.6983471,0.6735537,0.6363636,0.61570245,0.61570245,0.6859504,0.75619835,0.78099173,0.7933884,0.73140496,0.5082645,0.3966942,0.47933885,0.5289256,0.5206612,0.5165289,0.47107437,0.4214876,0.42561984,0.4214876,0.40082645,0.37603307,0.2603306,0.1983471,0.23966943,0.37603307,0.3677686,0.40495867,0.6942149,0.7066116,0.6322314,0.5785124,0.56198347,0.59090906,0.6198347,0.6322314,0.62396693,0.6404959,0.6404959,0.61570245,0.61157024,0.61570245,0.60330576,0.58264464,0.54545456,0.5495868,0.5289256,0.47107437,0.5371901,0.42975205,0.0785124,0.11983471,0.6818182,0.7107438,0.7066116,0.73140496,0.75619835,0.71487606,0.71487606,0.73140496,0.73966944,0.75206614,0.7355372,0.71900827,0.6983471,0.6570248,0.6487603,0.6528926,0.677686,0.7231405,0.77272725,0.78512394,0.79752064,0.79752064,0.73966944,0.5,0.49586776,0.57438016,0.5165289,0.47107437,0.38016528,0.2892562,0.3140496,0.3429752,0.38842976,0.33471075,0.3677686,0.29752067,0.2644628,0.34710744,0.35950413,0.49173555,0.6735537,0.70247936,0.6487603,0.61157024,0.60330576,0.59504133,0.61570245,0.6446281,0.62396693,0.6528926,0.62396693,0.59504133,0.58264464,0.57024795,0.553719,0.53305787,0.5165289,0.5289256,0.49586776,0.47933885,0.5495868,0.3305785,0.10330579,0.12396694,0.6694215,0.72727275,0.7107438,0.73140496,0.75206614,0.72727275,0.677686,0.72727275,0.74380165,0.77272725,0.7644628,0.74793386,0.71487606,0.6942149,0.677686,0.677686,0.6983471,0.72727275,0.7644628,0.77272725,0.7892562,0.7933884,0.79752064,0.76033056,0.6198347,0.55785125,0.46280992,0.38429752,0.3677686,0.2231405,0.23553719,0.2892562,0.36363637,0.38016528,0.4338843,0.446281,0.38429752,0.39256197,0.4214876,0.553719,0.661157,0.6818182,0.6735537,0.6446281,0.6322314,0.62396693,0.6198347,0.6446281,0.6280992,0.661157,0.6322314,0.58677685,0.56198347,0.5413223,0.5165289,0.5206612,0.5206612,0.5123967,0.47107437,0.49173555,0.5371901,0.2520661,0.11570248,0.1322314,0.62396693,0.71900827,0.71487606,0.73966944,0.76033056,0.7231405,0.6818182,0.73140496,0.7644628,0.78512394,0.77272725,0.7355372,0.7066116,0.6942149,0.6694215,0.6694215,0.6983471,0.7107438,0.74380165,0.76033056,0.76033056,0.75619835,0.7644628,0.7644628,0.70247936,0.57024795,0.446281,0.35123968,0.28099173,0.2231405,0.16115703,0.21900827,0.29752067,0.34710744,0.39256197,0.43801653,0.4214876,0.41322315,0.45454547,0.58264464,0.6528926,0.6652893,0.6487603,0.6694215,0.6322314,0.6280992,0.6280992,0.6363636,0.6404959,0.6528926,0.6528926,0.6322314,0.59504133,0.5413223,0.5206612,0.5041322,0.5206612,0.5123967,0.45454547,0.5041322,0.5,0.23140496,0.12809917,0.1322314,0.5413223,0.7231405,0.6983471,0.73966944,0.7644628,0.71487606,0.6694215,0.73966944,0.7933884,0.78512394,0.77272725,0.7355372,0.7107438,0.6694215,0.6363636,0.6735537,0.7066116,0.7107438,0.7355372,0.74380165,0.7355372,0.73966944,0.7644628,0.71487606,0.6818182,0.6446281,0.53305787,0.38429752,0.26859504,0.2520661,0.2107438,0.20247933,0.27272728,0.35123968,0.37190083,0.39256197,0.45454547,0.43801653,0.48347107,0.59504133,0.6570248,0.6694215,0.6570248,0.6446281,0.6280992,0.61157024,0.6322314,0.6446281,0.62396693,0.61570245,0.6280992,0.61157024,0.59090906,0.5413223,0.5371901,0.5495868,0.5371901,0.4876033,0.46694216,0.5041322,0.46280992,0.18181819,0.11983471,0.1322314,0.4338843,0.7066116,0.6942149,0.72727275,0.7644628,0.73140496,0.71487606,0.75619835,0.7892562,0.7768595,0.76033056,0.73140496,0.7107438,0.6528926,0.6818182,0.6735537,0.6818182,0.7066116,0.73966944,0.73966944,0.7107438,0.71487606,0.71487606,0.6735537,0.6322314,0.6446281,0.61157024,0.5041322,0.35950413,0.2603306,0.2520661,0.2231405,0.30165288,0.3677686,0.38016528,0.38429752,0.46694216,0.49173555,0.5371901,0.59917355,0.6322314,0.6363636,0.661157,0.6487603,0.607438,0.59917355,0.58677685,0.6280992,0.61570245,0.59504133,0.59917355,0.61570245,0.59917355,0.5413223,0.5495868,0.58264464,0.5413223,0.46694216,0.49586776,0.5082645,0.42561984,0.13636364,0.1322314,0.14876033,0.2892562,0.6528926,0.6942149,0.74793386,0.7644628,0.74380165,0.73966944,0.77272725,0.7768595,0.78099173,0.75206614,0.75206614,0.72727275,0.6818182,0.661157,0.62396693,0.607438,0.6404959,0.70247936,0.69008267,0.6818182,0.6570248,0.6983471,0.6570248,0.6363636,0.62396693,0.61570245,0.57024795,0.47933885,0.3677686,0.3429752,0.3429752,0.3966942,0.42975205,0.44214877,0.45041323,0.46694216,0.5123967,0.56198347,0.59504133,0.59917355,0.607438,0.6363636,0.6322314,0.607438,0.6280992,0.57438016,0.58677685,0.60330576,0.57438016,0.59917355,0.61570245,0.59504133,0.5247934,0.55785125,0.58264464,0.5165289,0.47933885,0.47933885,0.5082645,0.35123968,0.09504132,0.13636364,0.18595041,0.1983471,0.5413223,0.677686,0.6942149,0.74793386,0.75206614,0.73140496,0.76859504,0.78099173,0.7892562,0.76033056,0.7107438,0.6942149,0.6487603,0.6280992,0.55785125,0.58264464,0.58264464,0.6694215,0.6446281,0.6446281,0.6198347,0.677686,0.6818182,0.62396693,0.61157024,0.6198347,0.5785124,0.48347107,0.4338843,0.45867768,0.5289256,0.5495868,0.5082645,0.49586776,0.4752066,0.5,0.5165289,0.54545456,0.53305787,0.57024795,0.55785125,0.5661157,0.5785124,0.56198347,0.6280992,0.59504133,0.60330576,0.58264464,0.58264464,0.61570245,0.6198347,0.56198347,0.5289256,0.59090906,0.5785124,0.5,0.47107437,0.4752066,0.5,0.1983471,0.11157025,0.13636364,0.1983471,0.16528925,0.3966942,0.6322314,0.69008267,0.7231405,0.73966944,0.74793386,0.75619835,0.7768595,0.78512394,0.7231405,0.661157,0.6322314,0.59504133,0.56198347,0.5371901,0.5495868,0.56198347,0.6280992,0.6363636,0.6446281,0.661157,0.69008267,0.6983471,0.661157,0.6694215,0.6694215,0.61570245,0.5206612,0.5041322,0.553719,0.677686,0.6198347,0.6198347,0.5413223,0.5206612,0.5041322,0.5165289,0.5206612,0.49586776,0.5371901,0.5,0.5,0.5,0.5247934,0.5165289,0.5165289,0.56198347,0.56198347,0.58264464,0.6280992,0.61570245,0.55785125,0.5371901,0.59090906,0.55785125,0.47933885,0.45867768,0.47933885,0.3677686,0.11157025,0.13636364,0.12809917,0.19008264,0.18181819,0.23140496,0.5413223,0.661157,0.7066116,0.73140496,0.73140496,0.74793386,0.76033056,0.7644628,0.6983471,0.59090906,0.5661157,0.47933885,0.46694216,0.42561984,0.39256197,0.45041323,0.6446281,0.7066116,0.74380165,0.73966944,0.7066116,0.6487603,0.6363636,0.58677685,0.6570248,0.607438,0.5785124,0.5785124,0.6198347,0.6446281,0.5413223,0.5413223,0.54545456,0.5413223,0.553719,0.5661157,0.553719,0.53305787,0.5,0.446281,0.40082645,0.40495867,0.42561984,0.446281,0.446281,0.49586776,0.54545456,0.59090906,0.62396693,0.59504133,0.5371901,0.5289256,0.58677685,0.5123967,0.45454547,0.46280992,0.44214877,0.20661157,0.11983471,0.13636364,0.14049587,0.20247933,0.19421488,0.17355372,0.3966942,0.59917355,0.6735537,0.7107438,0.71487606,0.7231405,0.73966944,0.7355372,0.6942149,0.56198347,0.5495868,0.553719,0.57024795,0.5413223,0.54545456,0.5165289,0.41322315,0.46280992,0.5165289,0.5041322,0.47933885,0.4338843,0.4338843,0.40082645,0.46280992,0.4876033,0.56198347,0.607438,0.5661157,0.42561984,0.3264463,0.29752067,0.37190083,0.37190083,0.3966942,0.42561984,0.45867768,0.47107437,0.45867768,0.41735536,0.29752067,0.3140496,0.35123968,0.4090909,0.42975205,0.46694216,0.53305787,0.59917355,0.61570245,0.5785124,0.5,0.5371901,0.5661157,0.4876033,0.42561984,0.45454547,0.3264463,0.14049587,0.11983471,0.1694215,0.11983471,0.22727273,0.19008264,0.1694215,0.2520661,0.49586776,0.61157024,0.6735537,0.6859504,0.6735537,0.71487606,0.6983471,0.6446281,0.55785125,0.5165289,0.58677685,0.60330576,0.6528926,0.6818182,0.69008267,0.6404959,0.48347107,0.446281,0.42975205,0.42975205,0.39256197,0.3677686,0.3181818,0.33471075,0.3264463,0.40082645,0.3677686,0.29338843,0.2644628,0.25619835,0.2603306,0.27272728,0.28512397,0.28512397,0.27272728,0.2644628,0.29752067,0.3305785,0.38429752,0.42561984,0.446281,0.4214876,0.45867768,0.45454547,0.45867768,0.5371901,0.58264464,0.59090906,0.54545456,0.4752066,0.5082645,0.5082645,0.45041323,0.4090909,0.40082645,0.18595041,0.11983471,0.13636364,0.13636364,0.12809917,0.21487603,0.2107438,0.18181819,0.1694215,0.3429752,0.56198347,0.60330576,0.6570248,0.6487603,0.6487603,0.661157,0.61157024,0.5495868,0.5082645,0.59917355,0.6570248,0.69008267,0.6652893,0.6818182,0.70247936,0.6528926,0.5785124,0.553719,0.57024795,0.5495868,0.5247934,0.46694216,0.40082645,0.38016528,0.30578512,0.24380165,0.30578512,0.35123968,0.38429752,0.3966942,0.4214876,0.45454547,0.4876033,0.49586776,0.5041322,0.47933885,0.4876033,0.5041322,0.54545456,0.58264464,0.58677685,0.54545456,0.48347107,0.4876033,0.5206612,0.59090906,0.55785125,0.5041322,0.45867768,0.48347107,0.46280992,0.4090909,0.42975205,0.23966943,0.11983471,0.12809917,0.14049587,0.1322314,0.1322314,0.21487603,0.21487603,0.19008264,0.17355372,0.21900827,0.46280992,0.553719,0.59090906,0.61570245,0.6198347,0.6322314,0.59504133,0.5495868,0.5247934,0.59504133,0.6859504,0.6818182,0.677686,0.6942149,0.6859504,0.6570248,0.6363636,0.59917355,0.58677685,0.59090906,0.59504133,0.58677685,0.5785124,0.57024795,0.56198347,0.4876033,0.5165289,0.5495868,0.54545456,0.5206612,0.49173555,0.5289256,0.5041322,0.4876033,0.49173555,0.4752066,0.45867768,0.4752066,0.5495868,0.58677685,0.59917355,0.5661157,0.5247934,0.5413223,0.5289256,0.5495868,0.5289256,0.44214877,0.4338843,0.446281,0.40495867,0.40082645,0.3305785,0.08264463,0.1322314,0.13636364,0.12809917,0.13636364,0.12809917,0.21900827,0.20661157,0.19421488,0.19008264,0.17355372,0.3140496,0.5371901,0.5165289,0.57024795,0.57438016,0.59090906,0.58264464,0.58677685,0.5785124,0.6363636,0.6735537,0.6694215,0.69008267,0.6983471,0.6735537,0.6528926,0.62396693,0.607438,0.607438,0.5661157,0.53305787,0.5413223,0.53305787,0.5247934,0.5165289,0.49173555,0.5082645,0.5082645,0.48347107,0.46280992,0.44214877,0.45454547,0.47933885,0.45867768,0.45041323,0.41322315,0.45867768,0.5371901,0.58677685,0.61157024,0.59090906,0.57438016,0.5413223,0.5371901,0.5289256,0.5206612,0.46694216,0.3966942,0.40495867,0.3966942,0.38842976,0.34710744,0.1322314,0.11570248,0.13636364,0.14049587,0.1322314,0.12809917,0.1322314,0.2107438,0.20661157,0.18595041,0.17768595,0.16528925,0.2603306,0.5495868,0.5123967,0.53305787,0.54545456,0.553719,0.59504133,0.60330576,0.61157024,0.6487603,0.6404959,0.6652893,0.677686,0.6859504,0.6528926,0.661157,0.6280992,0.57024795,0.553719,0.5413223,0.5082645,0.47933885,0.45867768,0.44214877,0.43801653,0.446281,0.43801653,0.4214876,0.42975205,0.42561984,0.4090909,0.40082645,0.3966942,0.37190083,0.41735536,0.46694216,0.53305787,0.59504133,0.57438016,0.59090906,0.57024795,0.58264464,0.56198347,0.5371901,0.5206612,0.46694216,0.42561984,0.35950413,0.37603307,0.38842976,0.3553719,0.18181819,0.12809917,0.1322314,0.13636364,0.1322314,0.1322314,0.12809917,0.1322314,0.2107438,0.19421488,0.1983471,0.18595041,0.17768595,0.26859504,0.59504133,0.5289256,0.53305787,0.5165289,0.5123967,0.59504133,0.58677685,0.60330576,0.6446281,0.6363636,0.6446281,0.6363636,0.6528926,0.6198347,0.6487603,0.6363636,0.57438016,0.5247934,0.47933885,0.39256197,0.3553719,0.29752067,0.2644628,0.27272728,0.2892562,0.25619835,0.24793388,0.24380165,0.2603306,0.26859504,0.2892562,0.3305785,0.38016528,0.47933885,0.5371901,0.55785125,0.57438016,0.553719,0.57024795,0.5785124,0.59917355,0.55785125,0.5413223,0.5206612,0.42561984,0.38016528,0.3181818,0.38016528,0.3677686,0.23553719,0.11570248,0.1322314,0.11570248,0.14049587,0.12809917,0.12396694,0.1322314,0.1322314,0.20661157,0.1983471,0.20247933,0.1694215,0.17355372,0.28512397,0.6363636,0.553719,0.5206612,0.5289256,0.5165289,0.553719,0.58264464,0.58677685,0.62396693,0.6404959,0.6363636,0.6280992,0.6198347,0.58264464,0.6198347,0.59090906,0.5661157,0.5371901,0.48347107,0.3966942,0.3181818,0.2644628,0.21900827,0.2107438,0.1694215,0.16115703,0.18181819,0.1983471,0.2231405,0.28099173,0.35123968,0.4214876,0.47933885,0.5123967,0.5123967,0.5206612,0.5041322,0.53305787,0.5785124,0.5785124,0.553719,0.53305787,0.5041322,0.48347107,0.3966942,0.338843,0.3553719,0.35123968,0.28512397,0.14049587,0.12396694,0.1322314,0.12396694,0.13636364,0.12809917,0.13636364,0.1322314,0.12809917,0.21900827,0.20661157,0.20247933,0.20661157,0.14876033,0.30165288,0.6528926,0.607438,0.5247934,0.54545456,0.54545456,0.49173555,0.5661157,0.60330576,0.61570245,0.607438,0.59090906,0.59504133,0.59504133,0.53305787,0.58264464,0.57024795,0.5661157,0.5495868,0.5165289,0.46694216,0.42561984,0.38016528,0.35123968,0.3553719,0.3140496,0.29338843,0.30578512,0.338843,0.37603307,0.41322315,0.446281,0.47933885,0.4752066,0.4876033,0.49173555,0.49173555,0.5247934,0.55785125,0.5661157,0.5495868,0.5289256,0.49586776,0.46694216,0.42975205,0.35950413,0.3305785,0.34710744,0.29338843,0.1446281,0.12396694,0.12809917,0.12809917,0.1322314,0.12809917,0.12809917,0.1322314,0.12809917,0.12396694,0.2107438,0.21900827,0.20661157,0.21487603,0.1570248,0.3553719,0.661157,0.6446281,0.57024795,0.5165289,0.54545456,0.47933885,0.5289256,0.57024795,0.57438016,0.5661157,0.55785125,0.57438016,0.60330576,0.553719,0.55785125,0.553719,0.57024795,0.5661157,0.5495868,0.5371901,0.5206612,0.5041322,0.49173555,0.49173555,0.4752066,0.4752066,0.4752066,0.4876033,0.5041322,0.5041322,0.5,0.5041322,0.4876033,0.46694216,0.49586776,0.4876033,0.5165289,0.53305787,0.5247934,0.49586776,0.46694216,0.45041323,0.4338843,0.38016528,0.35950413,0.35123968,0.2892562,0.1570248,0.1322314,0.12809917,0.13636364,0.1322314,0.12809917,0.1322314,0.11983471,0.14049587,0.11983471,0.1322314,0.21487603,0.21900827,0.20661157,0.22727273,0.1446281,0.4090909,0.6735537,0.6446281,0.607438,0.5371901,0.5123967,0.5165289,0.46280992,0.5495868,0.5413223,0.5661157,0.553719,0.54545456,0.57438016,0.58264464,0.5661157,0.56198347,0.59504133,0.59917355,0.59917355,0.60330576,0.58677685,0.6322314,0.5785124,0.59090906,0.57438016,0.5661157,0.553719,0.5413223,0.5661157,0.5495868,0.5289256,0.5165289,0.49586776,0.48347107,0.48347107,0.49173555,0.49586776,0.49173555,0.47107437,0.42975205,0.4214876,0.4214876,0.39256197,0.338843,0.35950413,0.29338843,0.14876033,0.10743801,0.12396694,0.15289256,0.1322314,0.12396694,0.12809917,0.11983471,0.12396694,0.12396694,0.11983471,0.12809917,0.2231405,0.20661157,0.20661157,0.21900827,0.14876033,0.4338843,0.6694215,0.6652893,0.6198347,0.61570245,0.5206612,0.5206612,0.46280992,0.5289256,0.49586776,0.56198347,0.55785125,0.5289256,0.56198347,0.59090906,0.59504133,0.59504133,0.61157024,0.6363636,0.6363636,0.6404959,0.6446281,0.6363636,0.61570245,0.59917355,0.57438016,0.57438016,0.57438016,0.57024795,0.59090906,0.55785125,0.5661157,0.5495868,0.5371901,0.5247934,0.5247934,0.5247934,0.4876033,0.4752066,0.41735536,0.39256197,0.3966942,0.3553719,0.3305785,0.3305785,0.3677686,0.13636364,0.06198347,0.08677686,0.08264463,0.09917355,0.12809917,0.11157025,0.13636364,0.1322314,0.1322314,0.13636364,0.11570248,0.12396694,0.22727273,0.21487603,0.22727273,0.2231405,0.13636364,0.43801653,0.6694215,0.6735537,0.661157,0.6363636,0.60330576,0.49173555,0.47107437,0.4876033,0.5082645,0.5289256,0.5413223,0.53305787,0.5661157,0.58677685,0.59090906,0.61157024,0.6322314,0.6404959,0.6404959,0.6404959,0.6280992,0.61157024,0.59504133,0.56198347,0.54545456,0.553719,0.5495868,0.5661157,0.5661157,0.58677685,0.60330576,0.5413223,0.55785125,0.5371901,0.5206612,0.5,0.4752066,0.45454547,0.41735536,0.41322315,0.3677686,0.30578512,0.2892562,0.35123968,0.45041323,0.07024793,0.06198347,0.07438017,0.0661157,0.08677686,0.08677686,0.07438017,0.09917355,0.11157025,0.13636364,0.16115703,0.14876033,0.11157025,0.21487603,0.23553719,0.2231405,0.21487603,0.15289256,0.43801653,0.6818182,0.6735537,0.69008267,0.6528926,0.6322314,0.59917355,0.49586776,0.45454547,0.5,0.5123967,0.5371901,0.553719,0.5661157,0.58264464,0.59504133,0.57024795,0.59917355,0.6404959,0.6363636,0.61570245,0.59090906,0.56198347,0.56198347,0.5371901,0.5413223,0.5413223,0.54545456,0.54545456,0.5495868,0.5495868,0.5785124,0.5247934,0.5495868,0.53305787,0.49586776,0.46694216,0.45454547,0.38016528,0.42561984,0.38429752,0.34710744,0.29338843,0.34710744,0.41735536,0.5206612,0.11983471,0.053719006,0.0661157,0.07438017,0.07438017,0.0785124,0.07024793,0.08264463,0.09504132,0.12809917,0.16115703,0.17768595,0.15289256,0.2107438,0.21487603,0.23140496,0.22727273,0.18181819,0.45041323,0.69008267,0.6735537,0.6859504,0.69008267,0.6652893,0.6570248,0.59090906,0.45867768,0.44214877,0.5165289,0.5206612,0.54545456,0.54545456,0.553719,0.56198347,0.56198347,0.59090906,0.607438,0.59917355,0.56198347,0.57438016,0.5413223,0.5206612,0.5413223,0.4876033,0.5371901,0.5206612,0.5206612,0.53305787,0.5289256,0.5289256,0.5165289,0.5,0.49173555,0.45454547,0.446281,0.45454547,0.3966942,0.38842976,0.35123968,0.30578512,0.35950413,0.45041323,0.4338843,0.5206612,0.17355372,0.024793388,0.053719006,0.0785124,0.07024793,0.0785124,0.0785124,0.08677686,0.09090909,0.12396694,0.15289256,0.16115703,0.18181819,0.24380165,0.21487603,0.2231405,0.1983471,0.16528925,0.48347107,0.6983471,0.6652893,0.69008267,0.6983471,0.677686,0.6280992,0.6528926,0.58264464,0.46280992,0.4752066,0.5,0.5082645,0.53305787,0.5206612,0.5371901,0.5661157,0.5661157,0.58677685,0.5495868,0.5247934,0.5495868,0.5413223,0.5206612,0.53305787,0.49173555,0.5041322,0.47933885,0.49586776,0.49173555,0.49586776,0.47933885,0.5,0.446281,0.45454547,0.42561984,0.41322315,0.42975205,0.40082645,0.3264463,0.2768595,0.35123968,0.47107437,0.47933885,0.42975205,0.48347107,0.24380165,0.016528925,0.053719006,0.07024793,0.07438017,0.07438017,0.08264463,0.08677686,0.10743801,0.11157025,0.14049587,0.16528925,0.16115703,0.21487603,0.1983471,0.17355372,0.16115703,0.13636364,0.55785125,0.6859504,0.69008267,0.71487606,0.7231405,0.70247936,0.6570248,0.6446281,0.661157,0.57438016,0.43801653,0.45454547,0.45454547,0.5413223,0.5289256,0.5371901,0.5247934,0.53305787,0.5495868,0.5371901,0.5206612,0.5206612,0.5206612,0.5123967,0.4876033,0.49173555,0.46280992,0.46280992,0.47107437,0.44214877,0.43801653,0.4214876,0.41735536,0.43801653,0.36363637,0.35950413,0.38842976,0.37190083,0.32231405,0.24793388,0.30165288,0.48347107,0.49586776,0.46694216,0.42975205,0.45454547,0.29338843,0.020661157,0.049586777,0.06198347,0.07438017,0.08264463,0.0785124,0.08264463,0.11983471,0.11157025,0.14049587,0.14876033,0.16528925,0.18595041,0.17355372,0.1570248,0.12396694,0.11983471,0.6528926,0.6735537,0.69008267,0.7231405,0.73140496,0.71487606,0.6942149,0.6528926,0.6446281,0.6363636,0.5785124,0.42561984,0.4090909,0.44214877,0.4876033,0.5165289,0.5041322,0.49586776,0.49586776,0.49173555,0.48347107,0.446281,0.4752066,0.47107437,0.43801653,0.45454547,0.4338843,0.4338843,0.4338843,0.40082645,0.38429752,0.35950413,0.338843,0.36363637,0.3181818,0.34710744,0.3181818,0.28099173,0.2603306,0.3305785,0.45454547,0.5041322,0.49173555,0.46694216,0.43801653,0.43801653,0.21487603,0.02892562,0.053719006,0.053719006,0.05785124,0.08264463,0.08677686,0.0785124,0.11157025,0.10743801,0.1446281,0.16115703,0.18595041,26 +0.45454547,0.5289256,0.6446281,0.74793386,0.78099173,0.78099173,0.8016529,0.822314,0.8264463,0.8305785,0.8140496,0.79752064,0.7933884,0.78512394,0.78099173,0.8016529,0.8140496,0.80991733,0.8140496,0.8181818,0.8140496,0.80991733,0.80991733,0.8181818,0.8140496,0.8140496,0.8057851,0.7892562,0.7768595,0.76859504,0.7644628,0.7644628,0.7644628,0.78099173,0.79752064,0.8016529,0.79752064,0.78512394,0.78512394,0.7892562,0.7768595,0.76033056,0.7768595,0.78099173,0.7644628,0.76859504,0.76859504,0.76859504,0.75619835,0.75619835,0.74380165,0.7355372,0.73140496,0.72727275,0.74793386,0.74793386,0.7231405,0.71487606,0.677686,0.6404959,0.607438,0.59504133,0.5206612,0.38842976,0.4338843,0.53305787,0.6487603,0.75619835,0.77272725,0.79752064,0.8181818,0.8305785,0.822314,0.8181818,0.8057851,0.7933884,0.7933884,0.7933884,0.7933884,0.8140496,0.8181818,0.822314,0.8181818,0.8264463,0.8181818,0.8181818,0.8140496,0.822314,0.822314,0.8305785,0.8181818,0.80991733,0.7892562,0.78099173,0.7644628,0.7768595,0.7768595,0.7933884,0.78512394,0.8016529,0.8057851,0.7892562,0.78099173,0.78512394,0.78099173,0.76033056,0.7768595,0.7892562,0.7768595,0.7768595,0.7892562,0.78512394,0.7644628,0.76033056,0.75619835,0.74793386,0.74380165,0.7355372,0.74793386,0.74380165,0.72727275,0.7231405,0.677686,0.62396693,0.6280992,0.61157024,0.5413223,0.3966942,0.43801653,0.5289256,0.6652893,0.75206614,0.76859504,0.8016529,0.8140496,0.8264463,0.822314,0.8057851,0.79752064,0.7768595,0.79752064,0.7933884,0.80991733,0.8181818,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.8305785,0.8264463,0.822314,0.822314,0.8347107,0.8305785,0.822314,0.8057851,0.8057851,0.78099173,0.7892562,0.78512394,0.7892562,0.7933884,0.8140496,0.8181818,0.79752064,0.78512394,0.78099173,0.78099173,0.7644628,0.7768595,0.78512394,0.78099173,0.7933884,0.79752064,0.7933884,0.77272725,0.76859504,0.77272725,0.75619835,0.74380165,0.7355372,0.73966944,0.73966944,0.73140496,0.71487606,0.6652893,0.6198347,0.6322314,0.61570245,0.553719,0.4214876,0.41735536,0.5289256,0.70247936,0.76033056,0.7644628,0.79752064,0.8140496,0.8264463,0.822314,0.8057851,0.7892562,0.78099173,0.79752064,0.7892562,0.80991733,0.8181818,0.8264463,0.8305785,0.8305785,0.838843,0.822314,0.8264463,0.822314,0.8181818,0.8264463,0.838843,0.8305785,0.8429752,0.8305785,0.8264463,0.8057851,0.8016529,0.8016529,0.79752064,0.8140496,0.8305785,0.822314,0.7933884,0.78099173,0.78099173,0.7768595,0.76859504,0.7768595,0.7768595,0.77272725,0.7892562,0.7892562,0.78512394,0.77272725,0.76859504,0.77272725,0.75619835,0.75619835,0.73966944,0.72727275,0.7355372,0.73140496,0.70247936,0.6735537,0.607438,0.59917355,0.60330576,0.5661157,0.48347107,0.40082645,0.57438016,0.76859504,0.75206614,0.76859504,0.7933884,0.8140496,0.8305785,0.822314,0.8181818,0.79752064,0.8016529,0.79752064,0.7933884,0.7933884,0.8181818,0.8140496,0.8305785,0.8305785,0.8429752,0.8305785,0.8264463,0.8264463,0.8140496,0.822314,0.8264463,0.8305785,0.8553719,0.8512397,0.8471074,0.8347107,0.8140496,0.8140496,0.8140496,0.8305785,0.8305785,0.8264463,0.7933884,0.77272725,0.77272725,0.77272725,0.7768595,0.77272725,0.7768595,0.77272725,0.77272725,0.7768595,0.77272725,0.76859504,0.77272725,0.77272725,0.76033056,0.7644628,0.74793386,0.73140496,0.73966944,0.71900827,0.7066116,0.661157,0.59504133,0.57024795,0.59090906,0.55785125,0.5247934,0.35123968,0.70247936,0.76859504,0.7644628,0.76033056,0.78099173,0.80991733,0.8305785,0.8264463,0.8181818,0.8016529,0.8057851,0.7933884,0.79752064,0.78099173,0.79752064,0.7933884,0.80991733,0.8264463,0.8347107,0.8264463,0.8181818,0.8264463,0.8264463,0.8140496,0.8181818,0.822314,0.8429752,0.838843,0.8347107,0.8429752,0.8305785,0.822314,0.8347107,0.8264463,0.8181818,0.8140496,0.7892562,0.75619835,0.75619835,0.75206614,0.7644628,0.76033056,0.7644628,0.76033056,0.7644628,0.75619835,0.74793386,0.74793386,0.75206614,0.75619835,0.74793386,0.74380165,0.72727275,0.73140496,0.74380165,0.73140496,0.71487606,0.6528926,0.58264464,0.56198347,0.58677685,0.56198347,0.553719,0.40082645,0.78099173,0.75619835,0.75206614,0.75619835,0.76859504,0.80991733,0.8264463,0.8264463,0.8140496,0.79752064,0.8016529,0.77272725,0.7768595,0.76033056,0.7644628,0.76033056,0.77272725,0.79752064,0.8057851,0.8181818,0.7933884,0.8016529,0.8057851,0.8057851,0.8016529,0.8057851,0.8057851,0.8140496,0.7933884,0.8264463,0.822314,0.8181818,0.8016529,0.8016529,0.78512394,0.78512394,0.76859504,0.74380165,0.74793386,0.73140496,0.7355372,0.7355372,0.74793386,0.7355372,0.7355372,0.71487606,0.7066116,0.7107438,0.71487606,0.71487606,0.7107438,0.661157,0.6198347,0.6280992,0.6694215,0.70247936,0.71900827,0.6570248,0.5661157,0.553719,0.5661157,0.553719,0.553719,0.42975205,0.76859504,0.7768595,0.7355372,0.74793386,0.7644628,0.8140496,0.8347107,0.8305785,0.7933884,0.7644628,0.7355372,0.71487606,0.7066116,0.677686,0.6983471,0.6652893,0.6735537,0.6983471,0.71487606,0.76033056,0.74380165,0.75206614,0.77272725,0.77272725,0.78099173,0.7768595,0.7768595,0.7644628,0.75619835,0.78099173,0.8057851,0.78512394,0.76033056,0.76859504,0.75619835,0.75206614,0.7355372,0.73140496,0.7231405,0.70247936,0.7066116,0.6983471,0.69008267,0.6487603,0.6487603,0.607438,0.58264464,0.59504133,0.6198347,0.60330576,0.61570245,0.6198347,0.56198347,0.54545456,0.5495868,0.57438016,0.6363636,0.6404959,0.5785124,0.5413223,0.5371901,0.54545456,0.54545456,0.43801653,0.75619835,0.78099173,0.7355372,0.71900827,0.7644628,0.8181818,0.8181818,0.79752064,0.72727275,0.6487603,0.60330576,0.607438,0.59090906,0.5785124,0.59917355,0.553719,0.553719,0.57438016,0.5661157,0.60330576,0.607438,0.6570248,0.70247936,0.7231405,0.75206614,0.75619835,0.75619835,0.72727275,0.7355372,0.74793386,0.76033056,0.76033056,0.7355372,0.7355372,0.73140496,0.71487606,0.7066116,0.7066116,0.6859504,0.6570248,0.62396693,0.59090906,0.53305787,0.4876033,0.46694216,0.446281,0.41735536,0.42975205,0.46280992,0.47933885,0.5247934,0.5206612,0.49586776,0.5,0.49586776,0.49586776,0.5082645,0.54545456,0.55785125,0.5371901,0.5289256,0.5413223,0.553719,0.47933885,0.75206614,0.78099173,0.74380165,0.6859504,0.72727275,0.74793386,0.71900827,0.6983471,0.6198347,0.56198347,0.5413223,0.53305787,0.5247934,0.5082645,0.4876033,0.446281,0.42561984,0.45867768,0.446281,0.48347107,0.5,0.57438016,0.6280992,0.6735537,0.71487606,0.7355372,0.73140496,0.72727275,0.71900827,0.73966944,0.73966944,0.73140496,0.7107438,0.7066116,0.7107438,0.6942149,0.6694215,0.6652893,0.6487603,0.607438,0.55785125,0.49586776,0.42975205,0.38429752,0.35123968,0.33471075,0.30578512,0.3305785,0.35123968,0.36363637,0.4090909,0.42975205,0.44214877,0.45867768,0.44214877,0.4752066,0.47107437,0.45867768,0.48347107,0.48347107,0.5206612,0.5661157,0.55785125,0.47933885,0.74793386,0.77272725,0.73140496,0.6652893,0.6942149,0.6528926,0.6198347,0.56198347,0.5082645,0.5,0.49173555,0.4876033,0.4876033,0.4876033,0.42975205,0.38429752,0.41322315,0.41322315,0.45041323,0.4752066,0.49586776,0.553719,0.5785124,0.62396693,0.677686,0.71487606,0.71487606,0.73140496,0.6983471,0.6942149,0.7066116,0.7066116,0.69008267,0.6859504,0.6983471,0.6859504,0.6528926,0.6198347,0.59090906,0.5413223,0.48347107,0.446281,0.41735536,0.35950413,0.34710744,0.32231405,0.3140496,0.3181818,0.30991736,0.3264463,0.37603307,0.40082645,0.42975205,0.45454547,0.45454547,0.48347107,0.45867768,0.42561984,0.44214877,0.48347107,0.5165289,0.57024795,0.55785125,0.47107437,0.75619835,0.7892562,0.73140496,0.6859504,0.661157,0.6404959,0.6363636,0.55785125,0.553719,0.59917355,0.60330576,0.607438,0.60330576,0.59917355,0.57024795,0.53305787,0.5289256,0.5289256,0.5165289,0.5165289,0.5041322,0.53305787,0.553719,0.59917355,0.661157,0.6983471,0.7107438,0.71487606,0.70247936,0.69008267,0.6983471,0.6942149,0.69008267,0.6735537,0.6735537,0.6446281,0.61570245,0.5785124,0.5247934,0.4752066,0.43801653,0.41322315,0.40082645,0.37603307,0.44214877,0.4876033,0.5165289,0.553719,0.5247934,0.5,0.4876033,0.47933885,0.47107437,0.46694216,0.46694216,0.4876033,0.47107437,0.4876033,0.5082645,0.5,0.5041322,0.57438016,0.553719,0.43801653,0.75206614,0.8016529,0.7355372,0.69008267,0.6652893,0.6198347,0.58677685,0.58677685,0.61157024,0.6570248,0.6528926,0.6363636,0.60330576,0.661157,0.7768595,0.6735537,0.6280992,0.607438,0.5661157,0.5247934,0.49586776,0.46694216,0.5247934,0.5495868,0.61570245,0.6487603,0.6818182,0.677686,0.6570248,0.6280992,0.61157024,0.57438016,0.57438016,0.5661157,0.55785125,0.54545456,0.4876033,0.45867768,0.42975205,0.38429752,0.3553719,0.3429752,0.3181818,0.3264463,0.38429752,0.40495867,0.48347107,0.45041323,0.48347107,0.49173555,0.49586776,0.47933885,0.4214876,0.37190083,0.34710744,0.37603307,0.46280992,0.49173555,0.5041322,0.5082645,0.5041322,0.57024795,0.5371901,0.38842976,0.6818182,0.7933884,0.75619835,0.6818182,0.6198347,0.53305787,0.46694216,0.49586776,0.54545456,0.58264464,0.60330576,0.56198347,0.5165289,0.5082645,0.59917355,0.5206612,0.43801653,0.3677686,0.3966942,0.39256197,0.41735536,0.30165288,0.42561984,0.338843,0.35950413,0.33471075,0.3553719,0.4090909,0.45041323,0.46694216,0.4876033,0.4338843,0.41322315,0.4090909,0.3429752,0.34710744,0.28512397,0.2231405,0.27272728,0.2892562,0.30578512,0.3305785,0.37190083,0.41735536,0.47933885,0.47933885,0.58264464,0.5371901,0.49173555,0.47933885,0.49173555,0.5123967,0.5123967,0.4752066,0.39256197,0.34710744,0.30578512,0.3140496,0.35950413,0.46280992,0.49586776,0.5371901,0.45867768,0.45041323,0.6446281,0.59917355,0.5165289,0.39256197,0.4338843,0.5289256,0.6322314,0.70247936,0.73966944,0.6983471,0.661157,0.59504133,0.57024795,0.5495868,0.5371901,0.5206612,0.45867768,0.39256197,0.37603307,0.38016528,0.34710744,0.32231405,0.41735536,0.38016528,0.20247933,0.40495867,0.5661157,0.62396693,0.677686,0.6694215,0.69008267,0.677686,0.6859504,0.6983471,0.6198347,0.5247934,0.38016528,0.24793388,0.36363637,0.3677686,0.35123968,0.3677686,0.41322315,0.45867768,0.48347107,0.5413223,0.62396693,0.57024795,0.57438016,0.59504133,0.61570245,0.6363636,0.6570248,0.6446281,0.55785125,0.49586776,0.5041322,0.48347107,0.4090909,0.3264463,0.40495867,0.38429752,0.43801653,0.54545456,0.6404959,0.39256197,0.5247934,0.6859504,0.72727275,0.71487606,0.73966944,0.74793386,0.661157,0.62396693,0.62396693,0.5206612,0.5041322,0.3429752,0.30165288,0.3429752,0.3181818,0.32231405,0.34710744,0.3553719,0.34710744,0.34710744,0.35950413,0.37603307,0.45454547,0.2892562,0.5661157,0.77272725,0.8595041,0.8264463,0.8016529,0.7768595,0.78512394,0.8057851,0.6983471,0.57438016,0.23966943,0.46280992,0.4214876,0.3264463,0.30578512,0.36363637,0.40495867,0.43801653,0.41735536,0.42975205,0.47933885,0.446281,0.44214877,0.48347107,0.53305787,0.607438,0.607438,0.55785125,0.5785124,0.5413223,0.5247934,0.5413223,0.5371901,0.43801653,0.4090909,0.3264463,0.5082645,0.5413223,0.46694216,0.677686,0.5785124,0.6363636,0.71487606,0.7107438,0.6818182,0.59917355,0.48347107,0.47933885,0.42561984,0.3264463,0.8595041,0.2603306,0.22727273,0.19008264,0.2107438,0.30991736,0.3553719,0.41735536,0.3677686,0.35123968,0.40495867,0.4338843,0.49173555,0.47107437,0.3553719,0.77272725,0.8471074,0.6859504,0.58677685,0.54545456,0.61570245,0.7066116,0.6735537,0.4338843,0.3966942,0.5,0.3429752,0.3677686,0.37190083,0.3553719,0.33471075,0.38016528,0.2892562,0.22727273,0.20661157,0.18595041,0.25619835,0.2644628,0.4090909,0.38016528,0.45867768,0.45454547,0.46280992,0.53305787,0.5495868,0.5495868,0.5247934,0.3966942,0.4752066,0.42975205,0.48347107,0.54545456,0.6404959,0.7933884,0.6694215,0.6198347,0.661157,0.6570248,0.59917355,0.5289256,0.49586776,0.5165289,0.47107437,0.5785124,0.73966944,0.29338843,0.33471075,0.24793388,0.2892562,0.38842976,0.45454547,0.53305787,0.4752066,0.48347107,0.4214876,0.5247934,0.6570248,0.6322314,0.19421488,0.72727275,0.8471074,0.6818182,0.60330576,0.5661157,0.55785125,0.49586776,0.4876033,0.2768595,0.47933885,0.47933885,0.4214876,0.5041322,0.3677686,0.3140496,0.45041323,0.6280992,0.49586776,0.338843,0.29338843,0.2520661,0.29338843,0.29752067,0.47933885,0.38016528,0.36363637,0.35950413,0.4214876,0.48347107,0.5289256,0.5247934,0.47107437,0.446281,0.5247934,0.3305785,0.49173555,0.553719,0.6818182,0.76033056,0.74793386,0.74793386,0.7231405,0.70247936,0.6487603,0.6363636,0.62396693,0.607438,0.62396693,0.59504133,0.6446281,0.5247934,0.42975205,0.4876033,0.45867768,0.49586776,0.5495868,0.5785124,0.5206612,0.5247934,0.55785125,0.6280992,0.74793386,0.6446281,0.2603306,0.70247936,0.6983471,0.61570245,0.607438,0.5495868,0.57438016,0.6198347,0.6404959,0.3264463,0.4752066,0.58677685,0.59917355,0.58264464,0.5082645,0.5123967,0.55785125,0.6280992,0.58677685,0.5165289,0.5041322,0.45867768,0.47107437,0.5123967,0.58677685,0.57024795,0.5165289,0.45867768,0.45867768,0.47107437,0.49586776,0.5206612,0.5247934,0.5206612,0.55785125,0.30578512,0.38842976,0.49173555,0.6859504,0.74380165,0.76859504,0.78512394,0.78099173,0.7768595,0.75206614,0.75619835,0.7355372,0.7066116,0.6983471,0.6404959,0.6363636,0.60330576,0.59504133,0.59504133,0.54545456,0.55785125,0.5495868,0.55785125,0.5495868,0.59917355,0.6652893,0.7066116,0.74380165,0.5165289,0.47107437,0.6322314,0.6570248,0.6694215,0.6942149,0.6694215,0.58264464,0.47933885,0.61570245,0.4090909,0.44214877,0.6363636,0.6198347,0.6198347,0.661157,0.6694215,0.58677685,0.6363636,0.59917355,0.58264464,0.59504133,0.553719,0.56198347,0.58264464,0.5785124,0.58264464,0.5165289,0.47107437,0.5247934,0.55785125,0.57024795,0.59090906,0.5785124,0.5661157,0.56198347,0.34710744,0.3140496,0.5123967,0.6942149,0.75206614,0.77272725,0.7933884,0.78512394,0.7933884,0.7768595,0.7768595,0.77272725,0.76033056,0.76033056,0.6942149,0.6487603,0.59917355,0.59090906,0.5785124,0.55785125,0.5289256,0.5082645,0.5,0.5289256,0.553719,0.60330576,0.61570245,0.69008267,0.45041323,0.49173555,0.59504133,0.7231405,0.7355372,0.72727275,0.6818182,0.6694215,0.4876033,0.49173555,0.45867768,0.41322315,0.59917355,0.5495868,0.4876033,0.5165289,0.5661157,0.49173555,0.46694216,0.48347107,0.4876033,0.49586776,0.5165289,0.53305787,0.5371901,0.5289256,0.53305787,0.5123967,0.54545456,0.59917355,0.61570245,0.6322314,0.62396693,0.58264464,0.5785124,0.55785125,0.39256197,0.30578512,0.58677685,0.71487606,0.74793386,0.77272725,0.7892562,0.78512394,0.8016529,0.77272725,0.7768595,0.75619835,0.73966944,0.7355372,0.6983471,0.6487603,0.61157024,0.57024795,0.53305787,0.5247934,0.5206612,0.5082645,0.5247934,0.5495868,0.60330576,0.61570245,0.6404959,0.6694215,0.40082645,0.38842976,0.6528926,0.76859504,0.74793386,0.71900827,0.6528926,0.7107438,0.59090906,0.41735536,0.5123967,0.28099173,0.5661157,0.57438016,0.45454547,0.45867768,0.5413223,0.5289256,0.4876033,0.47107437,0.47107437,0.47107437,0.4752066,0.48347107,0.48347107,0.49586776,0.5413223,0.58677685,0.6363636,0.6528926,0.6280992,0.6198347,0.61570245,0.59917355,0.59504133,0.56198347,0.41322315,0.34710744,0.6735537,0.74380165,0.74380165,0.77272725,0.78099173,0.7892562,0.8057851,0.79752064,0.72727275,0.75619835,0.71900827,0.71487606,0.70247936,0.6652893,0.6322314,0.60330576,0.57438016,0.5661157,0.57024795,0.59917355,0.607438,0.607438,0.6570248,0.677686,0.71900827,0.58264464,0.2768595,0.39256197,0.72727275,0.75619835,0.73966944,0.73140496,0.677686,0.71900827,0.6859504,0.4090909,0.49586776,0.1570248,0.446281,0.59090906,0.5495868,0.5206612,0.553719,0.58264464,0.54545456,0.54545456,0.54545456,0.5495868,0.53305787,0.5495868,0.553719,0.56198347,0.607438,0.62396693,0.6487603,0.661157,0.6487603,0.607438,0.6198347,0.6487603,0.61570245,0.5495868,0.48347107,0.40495867,0.72727275,0.74380165,0.74380165,0.78099173,0.7892562,0.78512394,0.7933884,0.8016529,0.74380165,0.78099173,0.7644628,0.75619835,0.75619835,0.7231405,0.7066116,0.6983471,0.6694215,0.6570248,0.661157,0.6487603,0.6570248,0.6694215,0.7107438,0.74380165,0.7768595,0.5165289,0.24793388,0.5371901,0.7355372,0.74380165,0.73966944,0.7107438,0.6942149,0.72727275,0.73140496,0.5165289,0.35123968,0.25619835,0.3140496,0.59917355,0.61157024,0.59504133,0.57438016,0.59090906,0.57024795,0.57438016,0.5785124,0.57438016,0.57024795,0.58264464,0.61157024,0.60330576,0.6280992,0.6487603,0.6570248,0.6487603,0.6652893,0.6528926,0.6487603,0.661157,0.61570245,0.53305787,0.5165289,0.5,0.72727275,0.7355372,0.74793386,0.7892562,0.7933884,0.7933884,0.7892562,0.8181818,0.7892562,0.77272725,0.7768595,0.76859504,0.74793386,0.72727275,0.71900827,0.71900827,0.6818182,0.6487603,0.6487603,0.6735537,0.71900827,0.7355372,0.76033056,0.79752064,0.74793386,0.35950413,0.5082645,0.69008267,0.78099173,0.76859504,0.75619835,0.7231405,0.7066116,0.7066116,0.75206614,0.61570245,0.38842976,0.35950413,0.28099173,0.47933885,0.6363636,0.6570248,0.6280992,0.62396693,0.607438,0.60330576,0.58264464,0.58264464,0.60330576,0.57438016,0.61570245,0.62396693,0.6404959,0.661157,0.677686,0.6735537,0.6818182,0.6735537,0.6694215,0.6570248,0.6322314,0.5289256,0.5,0.54545456,0.6487603,0.73140496,0.76033056,0.7892562,0.7892562,0.8016529,0.8016529,0.822314,0.8057851,0.77272725,0.75206614,0.76859504,0.7231405,0.7107438,0.72727275,0.71487606,0.71900827,0.7107438,0.6983471,0.71487606,0.73966944,0.74793386,0.7892562,0.8595041,0.4876033,0.49586776,0.6280992,0.7768595,0.7933884,0.78099173,0.76033056,0.7231405,0.7107438,0.71900827,0.74380165,0.62396693,0.5206612,0.338843,0.44214877,0.3181818,0.607438,0.7107438,0.6735537,0.6652893,0.6570248,0.6570248,0.6363636,0.61570245,0.6528926,0.59917355,0.6446281,0.6322314,0.6652893,0.661157,0.69008267,0.70247936,0.6942149,0.677686,0.6652893,0.6528926,0.6198347,0.5495868,0.46280992,0.48347107,0.446281,0.73966944,0.77272725,0.7892562,0.7933884,0.8016529,0.8016529,0.8181818,0.7933884,0.77272725,0.74793386,0.73966944,0.7107438,0.6983471,0.71487606,0.6942149,0.71487606,0.71487606,0.7107438,0.71487606,0.71900827,0.7231405,0.822314,0.607438,0.5082645,0.58677685,0.6859504,0.8181818,0.8016529,0.7892562,0.78099173,0.73140496,0.7066116,0.75619835,0.73140496,0.60330576,0.59090906,0.4214876,0.42561984,0.42975205,0.40495867,0.677686,0.677686,0.6570248,0.661157,0.6818182,0.6652893,0.6652893,0.6446281,0.6280992,0.6487603,0.6570248,0.6652893,0.6404959,0.6818182,0.72727275,0.71487606,0.7066116,0.6942149,0.6487603,0.61570245,0.5413223,0.54545456,0.2892562,0.29338843,0.71487606,0.78099173,0.7892562,0.8140496,0.8057851,0.8016529,0.8057851,0.79752064,0.7644628,0.74793386,0.71900827,0.7066116,0.70247936,0.677686,0.70247936,0.72727275,0.72727275,0.71487606,0.7107438,0.7231405,0.7355372,0.6198347,0.5785124,0.61157024,0.61570245,0.7768595,0.79752064,0.80991733,0.7768595,0.7892562,0.73140496,0.71487606,0.75206614,0.70247936,0.59504133,0.61157024,0.553719,0.4214876,0.5123967,0.39256197,0.46280992,0.6652893,0.6570248,0.6652893,0.6735537,0.677686,0.6735537,0.6694215,0.6363636,0.6363636,0.6570248,0.661157,0.6404959,0.6652893,0.7066116,0.6983471,0.7066116,0.71900827,0.6487603,0.607438,0.58677685,0.45454547,0.34710744,0.5041322,0.4752066,0.78512394,0.7933884,0.8181818,0.8140496,0.8140496,0.8057851,0.7933884,0.77272725,0.74793386,0.71487606,0.71900827,0.73140496,0.70247936,0.7231405,0.7355372,0.73140496,0.72727275,0.73140496,0.71487606,0.5661157,0.59504133,0.7231405,0.62396693,0.71487606,0.8140496,0.7892562,0.80991733,0.7644628,0.8181818,0.73140496,0.7231405,0.74380165,0.6983471,0.61570245,0.6198347,0.6487603,0.49173555,0.46280992,0.5371901,0.46280992,0.42561984,0.6198347,0.661157,0.6528926,0.6735537,0.6652893,0.6652893,0.6652893,0.6694215,0.6570248,0.6528926,0.677686,0.6694215,0.7107438,0.71900827,0.7066116,0.70247936,0.6694215,0.6198347,0.55785125,0.46694216,0.47107437,0.73140496,0.43801653,0.54545456,0.79752064,0.8305785,0.822314,0.8181818,0.822314,0.8140496,0.7933884,0.7644628,0.73966944,0.7355372,0.73140496,0.74380165,0.74793386,0.73966944,0.75206614,0.74380165,0.6859504,0.5289256,0.57438016,0.74793386,0.6735537,0.6198347,0.74380165,0.822314,0.79752064,0.8057851,0.76033056,0.822314,0.72727275,0.72727275,0.71900827,0.7066116,0.661157,0.6198347,0.62396693,0.54545456,0.4338843,0.5082645,0.58264464,0.5123967,0.38429752,0.5371901,0.6280992,0.6528926,0.661157,0.6570248,0.6652893,0.6735537,0.6818182,0.6859504,0.7231405,0.7107438,0.73966944,0.7107438,0.7107438,0.7355372,0.6942149,0.55785125,0.5165289,0.5413223,0.5123967,0.70247936,0.73966944,0.53305787,0.56198347,0.73140496,0.822314,0.8264463,0.838843,0.8305785,0.80991733,0.77272725,0.76033056,0.73966944,0.73966944,0.75206614,0.73966944,0.74380165,0.6942149,0.58677685,0.53305787,0.61570245,0.677686,0.6487603,0.6322314,0.6363636,0.72727275,0.822314,0.80991733,0.7933884,0.77272725,0.8181818,0.7355372,0.73966944,0.72727275,0.7066116,0.70247936,0.6322314,0.59504133,0.56198347,0.41735536,0.46280992,0.5785124,0.5661157,0.53305787,0.4090909,0.4214876,0.553719,0.59090906,0.6280992,0.6694215,0.677686,0.6859504,0.70247936,0.72727275,0.7355372,0.71900827,0.6446281,0.70247936,0.76033056,0.6570248,0.5495868,0.5785124,0.54545456,0.5165289,0.6983471,0.6818182,0.7892562,0.6280992,0.5082645,0.62396693,0.6404959,0.8512397,0.8429752,0.822314,0.78099173,0.76859504,0.74793386,0.71900827,0.6859504,0.6446281,0.59917355,0.5413223,0.5661157,0.58677685,0.60330576,0.5371901,0.5413223,0.607438,0.6528926,0.73966944,0.8140496,0.8140496,0.78512394,0.78099173,0.8016529,0.7355372,0.7231405,0.7355372,0.7107438,0.7107438,0.661157,0.59917355,0.59090906,0.44214877,0.40495867,0.5247934,0.59504133,0.59090906,0.5289256,0.46694216,0.38842976,0.44214877,0.47107437,0.4876033,0.5165289,0.553719,0.59917355,0.6363636,0.661157,0.6528926,0.49586776,0.6446281,0.677686,0.6280992,0.607438,0.59504133,0.5289256,0.5041322,0.6983471,0.6942149,0.7644628,0.78099173,0.75206614,0.6487603,0.5785124,0.61570245,0.6983471,0.78512394,0.6983471,0.661157,0.6404959,0.58264464,0.5495868,0.5206612,0.5289256,0.5289256,0.5661157,0.4752066,0.5165289,0.5413223,0.57438016,0.6322314,0.71487606,0.7768595,0.8057851,0.80991733,0.7768595,0.79752064,0.8140496,0.74793386,0.71487606,0.73966944,0.72727275,0.7107438,0.6859504,0.6198347,0.62396693,0.5082645,0.38842976,0.49586776,0.5785124,0.6363636,0.6198347,0.5413223,0.5,0.46280992,0.446281,0.46280992,0.4876033,0.47933885,0.45867768,0.46694216,0.5247934,0.5661157,0.59504133,0.6446281,0.661157,0.6487603,0.60330576,0.58264464,0.5165289,0.42561984,0.48347107,0.7066116,0.75206614,0.7768595,0.7933884,0.8305785,0.78512394,0.76033056,0.74793386,0.7231405,0.607438,0.56198347,0.5495868,0.53305787,0.5413223,0.5495868,0.55785125,0.5495868,0.57024795,0.5413223,0.58264464,0.6280992,0.6198347,0.7066116,0.7892562,0.7768595,0.8140496,0.822314,0.78512394,0.838843,0.8429752,0.7355372,0.71487606,0.73966944,0.74793386,0.74793386,0.71487606,0.6404959,0.607438,0.60330576,0.46280992,0.5041322,0.59090906,0.6322314,0.6404959,0.6363636,0.607438,0.5661157,0.55785125,0.5247934,0.5123967,0.5206612,0.5413223,0.56198347,0.58677685,0.60330576,0.62396693,0.6322314,0.6280992,0.6198347,0.58677685,0.5785124,0.5041322,0.25619835,0.28512397,0.7107438,0.74380165,0.75619835,0.7768595,0.8016529,0.8057851,0.7768595,0.76859504,0.7355372,0.6983471,0.62396693,0.59504133,0.59504133,0.59090906,0.59504133,0.60330576,0.607438,0.59504133,0.58677685,0.59917355,0.6487603,0.6694215,0.8057851,0.78099173,0.76859504,0.8347107,0.8429752,0.8057851,0.8429752,0.80991733,0.73966944,0.71487606,0.7231405,0.7768595,0.80991733,0.73140496,0.6446281,0.5661157,0.6570248,0.57438016,0.54545456,0.61570245,0.62396693,0.6363636,0.6404959,0.6487603,0.661157,0.6528926,0.6652893,0.6198347,0.5661157,0.553719,0.5495868,0.54545456,0.56198347,0.57024795,0.59090906,0.59504133,0.61157024,0.5661157,0.553719,0.5289256,0.17355372,0.21487603,0.70247936,0.74793386,0.76033056,0.75619835,0.7768595,0.77272725,0.73966944,0.74793386,0.7355372,0.71900827,0.677686,0.6735537,0.6652893,0.6570248,0.6446281,0.62396693,0.58677685,0.54545456,0.57438016,0.6280992,0.6528926,0.71900827,0.838843,0.76033056,0.72727275,0.8347107,0.8305785,0.77272725,0.74793386,0.71900827,0.6942149,0.7107438,0.69008267,0.7355372,0.74380165,0.6570248,0.57438016,0.5165289,0.6404959,0.62396693,0.5785124,0.6280992,0.61570245,0.6198347,0.61570245,0.6322314,0.661157,0.6694215,0.6818182,0.6983471,0.6570248,0.6446281,0.6280992,0.59504133,0.59090906,0.57024795,0.57438016,0.5785124,0.58264464,0.57024795,0.5371901,0.54545456,0.13636364,0.17768595,0.71487606,0.74380165,0.76033056,0.76033056,0.7768595,0.78099173,0.78099173,0.7768595,0.76859504,0.75206614,0.74380165,0.6942149,0.6735537,0.6570248,0.61157024,0.5661157,0.54545456,0.5413223,0.5785124,0.6652893,0.6859504,0.69008267,0.7644628,0.7355372,0.6404959,0.6818182,0.6694215,0.6983471,0.6818182,0.6363636,0.62396693,0.6404959,0.6198347,0.59090906,0.5495868,0.5041322,0.4876033,0.47933885,0.57438016,0.55785125,0.49586776,0.6322314,0.6280992,0.59504133,0.58264464,0.59090906,0.6198347,0.62396693,0.6487603,0.6735537,0.6487603,0.6528926,0.6363636,0.6198347,0.61570245,0.607438,0.58677685,0.5785124,0.55785125,0.5661157,0.5165289,0.55785125,0.10330579,0.1694215,0.73140496,0.74380165,0.74380165,0.77272725,0.77272725,0.7644628,0.76033056,0.75206614,0.75206614,0.7355372,0.7107438,0.661157,0.6446281,0.6280992,0.5661157,0.53305787,0.5289256,0.5661157,0.6280992,0.7066116,0.73140496,0.6818182,0.59504133,0.57438016,0.56198347,0.5206612,0.5247934,0.57438016,0.58264464,0.5495868,0.5165289,0.5206612,0.49586776,0.44214877,0.42561984,0.38429752,0.37190083,0.41322315,0.46694216,0.47933885,0.40082645,0.6198347,0.6570248,0.58264464,0.5495868,0.553719,0.58677685,0.61157024,0.62396693,0.6363636,0.6280992,0.6280992,0.59090906,0.59090906,0.59504133,0.58677685,0.5661157,0.5495868,0.5413223,0.54545456,0.5,0.5206612,0.08677686,0.1983471,0.71900827,0.74380165,0.73966944,0.76859504,0.74793386,0.7066116,0.7107438,0.7231405,0.7355372,0.71900827,0.6942149,0.661157,0.6198347,0.5661157,0.5371901,0.54545456,0.57438016,0.62396693,0.6818182,0.73140496,0.76033056,0.75619835,0.6363636,0.5,0.53305787,0.5247934,0.5371901,0.5082645,0.47933885,0.41322315,0.36363637,0.3677686,0.37603307,0.38842976,0.3429752,0.26859504,0.19421488,0.28512397,0.41322315,0.41735536,0.43801653,0.61157024,0.6859504,0.60330576,0.5495868,0.54545456,0.56198347,0.59917355,0.60330576,0.61570245,0.6198347,0.59090906,0.56198347,0.5413223,0.56198347,0.55785125,0.53305787,0.53305787,0.5413223,0.5247934,0.5082645,0.46280992,0.12809917,0.20661157,0.6818182,0.7355372,0.73140496,0.7644628,0.73140496,0.6818182,0.661157,0.7066116,0.7355372,0.72727275,0.7066116,0.677686,0.6363636,0.57024795,0.5661157,0.5785124,0.61570245,0.6487603,0.71900827,0.74380165,0.76033056,0.76859504,0.74380165,0.62396693,0.59917355,0.58264464,0.5413223,0.47933885,0.46280992,0.3429752,0.25619835,0.28512397,0.3264463,0.38016528,0.38429752,0.42561984,0.44214877,0.46280992,0.446281,0.44214877,0.46280992,0.6198347,0.6859504,0.6487603,0.5785124,0.55785125,0.54545456,0.58677685,0.61570245,0.6280992,0.6404959,0.59504133,0.5495868,0.5247934,0.5289256,0.5165289,0.5041322,0.5165289,0.5206612,0.49586776,0.5247934,0.39256197,0.14876033,0.19421488,0.6322314,0.73966944,0.75206614,0.75206614,0.73966944,0.6818182,0.6528926,0.72727275,0.7644628,0.7644628,0.7231405,0.6652893,0.6198347,0.61157024,0.58677685,0.58264464,0.61570245,0.677686,0.7231405,0.75206614,0.75619835,0.74380165,0.74793386,0.71487606,0.62396693,0.56198347,0.5123967,0.4338843,0.38429752,0.3264463,0.1983471,0.1983471,0.26859504,0.3181818,0.38429752,0.44214877,0.45867768,0.45041323,0.44214877,0.4338843,0.4876033,0.6198347,0.6859504,0.661157,0.60330576,0.5661157,0.5413223,0.57438016,0.61157024,0.6280992,0.6487603,0.62396693,0.57438016,0.54545456,0.5041322,0.5123967,0.5,0.5247934,0.5123967,0.48347107,0.53305787,0.35123968,0.14876033,0.18595041,0.5661157,0.73140496,0.75206614,0.7768595,0.7355372,0.6487603,0.6487603,0.7644628,0.78512394,0.76859504,0.71487606,0.6487603,0.6363636,0.61570245,0.54545456,0.57024795,0.6198347,0.6942149,0.73140496,0.76033056,0.75206614,0.74793386,0.7644628,0.7355372,0.6694215,0.60330576,0.48347107,0.41322315,0.30991736,0.2603306,0.18595041,0.14876033,0.19421488,0.2644628,0.3429752,0.40495867,0.41735536,0.45454547,0.45867768,0.4338843,0.5289256,0.6487603,0.661157,0.6446281,0.6198347,0.5785124,0.5371901,0.55785125,0.59504133,0.61570245,0.6363636,0.6404959,0.6198347,0.5785124,0.5165289,0.5041322,0.49173555,0.5206612,0.5206612,0.47107437,0.5206612,0.3140496,0.12396694,0.17768595,0.4876033,0.71900827,0.73966944,0.77272725,0.7355372,0.61570245,0.6528926,0.78099173,0.79752064,0.7644628,0.71487606,0.6652893,0.6280992,0.5413223,0.53305787,0.59504133,0.6446281,0.7231405,0.74793386,0.75206614,0.73966944,0.73140496,0.7355372,0.6694215,0.6528926,0.6322314,0.5413223,0.4214876,0.28099173,0.2107438,0.19421488,0.16528925,0.17768595,0.2231405,0.3305785,0.38429752,0.38842976,0.42975205,0.45867768,0.47107437,0.53305787,0.6570248,0.6487603,0.6528926,0.607438,0.57438016,0.5289256,0.5413223,0.5785124,0.60330576,0.61157024,0.6280992,0.6198347,0.58264464,0.5206612,0.5206612,0.5661157,0.53305787,0.5,0.47107437,0.5041322,0.28512397,0.11157025,0.1694215,0.37603307,0.7066116,0.72727275,0.75619835,0.7231405,0.6404959,0.6735537,0.7768595,0.8016529,0.77272725,0.6859504,0.6363636,0.57024795,0.553719,0.607438,0.61570245,0.6528926,0.72727275,0.71900827,0.74793386,0.6694215,0.6735537,0.7355372,0.6694215,0.6446281,0.6404959,0.59504133,0.5082645,0.35123968,0.2107438,0.18181819,0.21487603,0.1983471,0.23140496,0.30991736,0.35950413,0.39256197,0.39256197,0.446281,0.48347107,0.56198347,0.6280992,0.6198347,0.6280992,0.6363636,0.58677685,0.5371901,0.5041322,0.5289256,0.5785124,0.59504133,0.61157024,0.62396693,0.60330576,0.54545456,0.553719,0.59090906,0.54545456,0.47933885,0.4876033,0.48347107,0.21900827,0.11570248,0.1694215,0.2520661,0.6570248,0.73966944,0.74793386,0.71900827,0.6652893,0.72727275,0.7768595,0.7768595,0.7644628,0.6404959,0.6735537,0.607438,0.61570245,0.60330576,0.57438016,0.6198347,0.7066116,0.70247936,0.7231405,0.6404959,0.6735537,0.71900827,0.7066116,0.6528926,0.6570248,0.6404959,0.59917355,0.47107437,0.30991736,0.18595041,0.20661157,0.2603306,0.2603306,0.32231405,0.36363637,0.41322315,0.4090909,0.46280992,0.5,0.55785125,0.58677685,0.59090906,0.607438,0.61570245,0.59504133,0.58677685,0.553719,0.5,0.5247934,0.56198347,0.58264464,0.60330576,0.60330576,0.5247934,0.5495868,0.58264464,0.53305787,0.47107437,0.49173555,0.46694216,0.1322314,0.12396694,0.20247933,0.1983471,0.5413223,0.72727275,0.7355372,0.7231405,0.6694215,0.73966944,0.76033056,0.77272725,0.75619835,0.6528926,0.6487603,0.61157024,0.59504133,0.54545456,0.5041322,0.5785124,0.6528926,0.661157,0.6528926,0.69008267,0.6818182,0.75206614,0.7231405,0.7107438,0.677686,0.6942149,0.6652893,0.57438016,0.5,0.40082645,0.33471075,0.40082645,0.3677686,0.40495867,0.45867768,0.46694216,0.45867768,0.49173555,0.5041322,0.5289256,0.54545456,0.56198347,0.553719,0.55785125,0.56198347,0.553719,0.56198347,0.5661157,0.5041322,0.5371901,0.5785124,0.59504133,0.57438016,0.5247934,0.5661157,0.57024795,0.49586776,0.47107437,0.5082645,0.3553719,0.08677686,0.15289256,0.21900827,0.1694215,0.35123968,0.6983471,0.71487606,0.7066116,0.6942149,0.73140496,0.76033056,0.7933884,0.74793386,0.6322314,0.61157024,0.58264464,0.5206612,0.4752066,0.45867768,0.5289256,0.607438,0.677686,0.73966944,0.75619835,0.73966944,0.71487606,0.6528926,0.6487603,0.59917355,0.6322314,0.6404959,0.60330576,0.607438,0.5661157,0.54545456,0.553719,0.5,0.5041322,0.55785125,0.57438016,0.5661157,0.5785124,0.5495868,0.53305787,0.5206612,0.5289256,0.49586776,0.46694216,0.47107437,0.49173555,0.49173555,0.5495868,0.5371901,0.53305787,0.58264464,0.60330576,0.553719,0.5289256,0.5661157,0.553719,0.4752066,0.47107437,0.48347107,0.16115703,0.11983471,0.13636364,0.19008264,0.19421488,0.19008264,0.61157024,0.7107438,0.70247936,0.6942149,0.73140496,0.75206614,0.77272725,0.74380165,0.62396693,0.57438016,0.5247934,0.43801653,0.38429752,0.29752067,0.26859504,0.48347107,0.6363636,0.6570248,0.6198347,0.57024795,0.5206612,0.47933885,0.47933885,0.44214877,0.44214877,0.4752066,0.5247934,0.58677685,0.59917355,0.5661157,0.4876033,0.41322315,0.38016528,0.44214877,0.47107437,0.5082645,0.553719,0.59504133,0.57438016,0.5289256,0.49173555,0.4338843,0.38842976,0.38016528,0.3966942,0.40495867,0.49586776,0.53305787,0.553719,0.60330576,0.59090906,0.5413223,0.5289256,0.553719,0.5165289,0.45867768,0.4876033,0.37190083,0.10743801,0.14876033,0.13636364,0.20661157,0.21900827,0.12396694,0.42975205,0.6942149,0.6942149,0.6859504,0.70247936,0.74793386,0.7355372,0.71487606,0.6280992,0.5413223,0.5,0.47933885,0.47933885,0.43801653,0.33471075,0.19421488,0.23140496,0.29338843,0.35123968,0.35123968,0.38842976,0.3677686,0.35950413,0.33471075,0.35950413,0.338843,0.33471075,0.3966942,0.3966942,0.35123968,0.29752067,0.28099173,0.28512397,0.2892562,0.30165288,0.29752067,0.30991736,0.37603307,0.42561984,0.4338843,0.4090909,0.32231405,0.23140496,0.26859504,0.32231405,0.37190083,0.45454547,0.53305787,0.5785124,0.60330576,0.59090906,0.5247934,0.5082645,0.54545456,0.49173555,0.44214877,0.44214877,0.2231405,0.12809917,0.13636364,0.13636364,0.1983471,0.20247933,0.16528925,0.2107438,0.62396693,0.6818182,0.6859504,0.677686,0.71487606,0.7355372,0.6983471,0.62396693,0.5247934,0.4752066,0.5247934,0.5371901,0.5661157,0.59090906,0.553719,0.29338843,0.1570248,0.25619835,0.28512397,0.44214877,0.47933885,0.33471075,0.2768595,0.446281,0.30165288,0.25619835,0.2520661,0.21487603,0.21487603,0.2231405,0.22727273,0.23140496,0.19008264,0.1983471,0.2231405,0.16528925,0.20661157,0.2231405,0.1983471,0.2107438,0.20247933,0.2107438,0.29752067,0.41322315,0.43801653,0.46694216,0.5371901,0.58264464,0.59504133,0.58264464,0.49586776,0.48347107,0.5206612,0.46280992,0.43801653,0.33471075,0.15289256,0.11983471,0.14049587,0.1322314,0.20661157,0.1983471,0.20247933,0.10743801,0.43801653,0.6404959,0.6694215,0.6652893,0.677686,0.7066116,0.677686,0.59504133,0.5041322,0.47107437,0.53305787,0.58677685,0.6198347,0.661157,0.7066116,0.55785125,0.3966942,0.37190083,0.2768595,0.38429752,0.54545456,0.41735536,0.45041323,0.59090906,0.45041323,0.37190083,0.30991736,0.22727273,0.24793388,0.2603306,0.28512397,0.2768595,0.2231405,0.2520661,0.34710744,0.09917355,0.21900827,0.1983471,0.11157025,0.19421488,0.3429752,0.48347107,0.5247934,0.5371901,0.49586776,0.46694216,0.5289256,0.5785124,0.58677685,0.55785125,0.45867768,0.47933885,0.4876033,0.44214877,0.3966942,0.22727273,0.11570248,0.14049587,0.14049587,0.13636364,0.2107438,0.20661157,0.1983471,0.1694215,0.19008264,0.61157024,0.6198347,0.6446281,0.6446281,0.6570248,0.6528926,0.5785124,0.5,0.47933885,0.57024795,0.6487603,0.677686,0.6528926,0.71487606,0.6859504,0.5495868,0.5123967,0.4338843,0.35123968,0.37190083,0.33471075,0.41322315,0.59504133,0.5165289,0.446281,0.40495867,0.28099173,0.3264463,0.33471075,0.36363637,0.35950413,0.3264463,0.3264463,0.30578512,0.1322314,0.2231405,0.28099173,0.28099173,0.3966942,0.5413223,0.60330576,0.6322314,0.5785124,0.5041322,0.5041322,0.5247934,0.5661157,0.57024795,0.5247934,0.446281,0.47107437,0.45867768,0.41735536,0.30578512,0.1322314,0.12809917,0.13636364,0.1446281,0.1322314,0.21900827,0.20661157,0.20247933,0.19008264,0.12396694,0.41735536,0.60330576,0.59504133,0.6280992,0.6363636,0.6280992,0.57024795,0.5165289,0.5082645,0.58677685,0.661157,0.6652893,0.6694215,0.7107438,0.73966944,0.6694215,0.5661157,0.553719,0.5082645,0.44214877,0.3140496,0.37190083,0.5082645,0.42975205,0.46694216,0.4752066,0.34710744,0.30578512,0.39256197,0.3677686,0.29752067,0.3677686,0.2603306,0.22727273,0.29752067,0.39256197,0.44214877,0.45867768,0.5371901,0.5661157,0.61157024,0.61157024,0.607438,0.53305787,0.5289256,0.53305787,0.5495868,0.5413223,0.4752066,0.41735536,0.46280992,0.4090909,0.38429752,0.1570248,0.12396694,0.12809917,0.13636364,0.14049587,0.1322314,0.22727273,0.21487603,0.19008264,0.18181819,0.17355372,0.19008264,0.56198347,0.5289256,0.58677685,0.60330576,0.59917355,0.5785124,0.56198347,0.56198347,0.61157024,0.6735537,0.6694215,0.6818182,0.70247936,0.73966944,0.73140496,0.6280992,0.57024795,0.58677685,0.57024795,0.5123967,0.47107437,0.5041322,0.42561984,0.47107437,0.5165289,0.46280992,0.38842976,0.4752066,0.46280992,0.38429752,0.43801653,0.44214877,0.45454547,0.48347107,0.5,0.5,0.5247934,0.5413223,0.59090906,0.607438,0.60330576,0.59090906,0.5371901,0.5371901,0.5289256,0.5206612,0.5,0.44214877,0.40082645,0.40495867,0.4090909,0.23553719,0.11157025,0.14049587,0.13636364,0.13636364,0.13636364,0.1322314,0.21900827,0.1983471,0.19421488,0.18181819,0.18595041,0.11983471,0.47107437,0.5165289,0.54545456,0.58677685,0.5661157,0.59090906,0.59090906,0.57438016,0.6198347,0.6446281,0.6528926,0.677686,0.6983471,0.71487606,0.7066116,0.70247936,0.59504133,0.57438016,0.59504133,0.59917355,0.57438016,0.5371901,0.53305787,0.5289256,0.5289256,0.5123967,0.5082645,0.5495868,0.5123967,0.49586776,0.48347107,0.5206612,0.5082645,0.49586776,0.49586776,0.5,0.5123967,0.553719,0.59504133,0.6198347,0.5785124,0.59504133,0.5495868,0.5289256,0.5247934,0.5,0.46694216,0.40082645,0.38016528,0.40495867,0.28099173,0.1322314,0.1322314,0.14049587,0.1322314,0.13636364,0.13636364,0.1322314,0.21900827,0.19008264,0.18595041,0.17768595,0.19421488,0.14049587,0.46280992,0.5206612,0.5371901,0.5371901,0.55785125,0.60330576,0.57438016,0.59090906,0.6198347,0.6280992,0.6446281,0.677686,0.6859504,0.6735537,0.7066116,0.6859504,0.6487603,0.59917355,0.55785125,0.553719,0.553719,0.553719,0.5495868,0.53305787,0.5247934,0.5206612,0.54545456,0.56198347,0.553719,0.5082645,0.47107437,0.48347107,0.49173555,0.4752066,0.4876033,0.4876033,0.5123967,0.58264464,0.59504133,0.60330576,0.56198347,0.59090906,0.56198347,0.5289256,0.5289256,0.4876033,0.42975205,0.37190083,0.38429752,0.3677686,0.1694215,0.1322314,0.1322314,0.1322314,0.12809917,0.13636364,0.13636364,0.1322314,0.21900827,0.19421488,0.20247933,0.18181819,0.18595041,0.1446281,0.46694216,0.54545456,0.5123967,0.5041322,0.5371901,0.60330576,0.58677685,0.5785124,0.61570245,0.62396693,0.6363636,0.6570248,0.6570248,0.6528926,0.677686,0.6652893,0.62396693,0.61570245,0.59917355,0.5082645,0.5082645,0.5041322,0.49586776,0.47933885,0.46694216,0.46694216,0.4752066,0.47107437,0.46280992,0.42975205,0.42561984,0.42975205,0.46280992,0.44214877,0.446281,0.5,0.5371901,0.58264464,0.58264464,0.57024795,0.5661157,0.58264464,0.5413223,0.53305787,0.5371901,0.4752066,0.40495867,0.35123968,0.35950413,0.24380165,0.1322314,0.13636364,0.12396694,0.12809917,0.1322314,0.14049587,0.12396694,0.12809917,0.22727273,0.20661157,0.19421488,0.20247933,0.18595041,0.16528925,0.43801653,0.6280992,0.5041322,0.5206612,0.5289256,0.57024795,0.59917355,0.59504133,0.62396693,0.6487603,0.6446281,0.6446281,0.6363636,0.6363636,0.6528926,0.6446281,0.62396693,0.58264464,0.57438016,0.49173555,0.4752066,0.446281,0.446281,0.42561984,0.42975205,0.43801653,0.4338843,0.40082645,0.3966942,0.38429752,0.38429752,0.3966942,0.41322315,0.41322315,0.446281,0.5206612,0.5495868,0.57438016,0.553719,0.553719,0.58677685,0.56198347,0.5247934,0.5165289,0.5165289,0.446281,0.35950413,0.34710744,0.2892562,0.16115703,0.12396694,0.13636364,0.12809917,0.12396694,0.12809917,0.12809917,0.1322314,0.12396694,0.21900827,0.21900827,0.20247933,0.2107438,0.19421488,0.18595041,0.41322315,0.677686,0.56198347,0.5165289,0.5247934,0.5247934,0.59504133,0.6322314,0.61570245,0.6404959,0.6363636,0.6322314,0.61157024,0.6198347,0.6280992,0.607438,0.59504133,0.5661157,0.53305787,0.446281,0.4090909,0.338843,0.2892562,0.26859504,0.30991736,0.3264463,0.29338843,0.2892562,0.30165288,0.30578512,0.3264463,0.37190083,0.41735536,0.41322315,0.46280992,0.5289256,0.5413223,0.5247934,0.5247934,0.57024795,0.58264464,0.55785125,0.5041322,0.49586776,0.47107437,0.41322315,0.338843,0.30991736,0.18181819,0.13636364,0.12396694,0.1322314,0.1322314,0.1322314,0.1322314,0.12396694,0.1322314,0.11983471,0.21487603,0.21900827,0.21900827,0.2107438,0.1983471,0.20661157,0.42975205,0.677686,0.6280992,0.5165289,0.4876033,0.48347107,0.57438016,0.59917355,0.59917355,0.59917355,0.6198347,0.62396693,0.59504133,0.5661157,0.59917355,0.59090906,0.58677685,0.5661157,0.5289256,0.45454547,0.40082645,0.35950413,0.30578512,0.27272728,0.24793388,0.21900827,0.2107438,0.23966943,0.26859504,0.29752067,0.35123968,0.38842976,0.45454547,0.45454547,0.49586776,0.5165289,0.5165289,0.5206612,0.5495868,0.58677685,0.5661157,0.53305787,0.49173555,0.46280992,0.4338843,0.35950413,0.35950413,0.17768595,0.08677686,0.11157025,0.12809917,0.12809917,0.14049587,0.13636364,0.13636364,0.13636364,0.11983471,0.1322314,0.2231405,0.22727273,0.2231405,0.21900827,0.2107438,0.19421488,0.42561984,0.6859504,0.6487603,0.58264464,0.5,0.46280992,0.5247934,0.55785125,0.59504133,0.59917355,0.607438,0.6280992,0.62396693,0.57024795,0.58677685,0.59917355,0.59504133,0.5785124,0.54545456,0.5082645,0.45041323,0.4214876,0.40082645,0.4090909,0.40082645,0.36363637,0.35950413,0.37190083,0.38842976,0.40082645,0.4338843,0.4338843,0.46694216,0.5123967,0.47933885,0.5123967,0.5123967,0.5206612,0.56198347,0.58264464,0.5413223,0.49173555,0.46694216,0.446281,0.38842976,0.35123968,0.22727273,0.049586777,0.0785124,0.0785124,0.09504132,0.09917355,0.11983471,0.12809917,0.1446281,0.14049587,0.1446281,0.13636364,0.22727273,0.22727273,0.22727273,0.23553719,0.22727273,0.16528925,0.45454547,0.6859504,0.6363636,0.6404959,0.57438016,0.46280992,0.4752066,0.53305787,0.57438016,0.61570245,0.59504133,0.61570245,0.61570245,0.59090906,0.57024795,0.60330576,0.61570245,0.61157024,0.59504133,0.5785124,0.5495868,0.5041322,0.46694216,0.46280992,0.44214877,0.4338843,0.446281,0.44214877,0.46694216,0.46694216,0.49173555,0.5041322,0.5041322,0.5165289,0.5041322,0.5082645,0.5123967,0.5289256,0.55785125,0.55785125,0.5082645,0.45041323,0.4214876,0.3966942,0.35950413,0.28512397,0.0785124,0.053719006,0.07438017,0.0785124,0.07438017,0.08264463,0.09090909,0.08264463,0.11157025,0.1322314,0.16115703,0.15289256,0.21900827,0.2231405,0.21900827,0.2231405,0.22727273,0.11157025,0.45867768,0.7066116,0.6446281,0.6570248,0.6322314,0.5371901,0.44214877,0.47933885,0.55785125,0.61570245,0.58264464,0.59917355,0.62396693,0.61570245,0.59090906,0.61157024,0.6363636,0.6322314,0.61570245,0.60330576,0.59917355,0.58264464,0.5413223,0.54545456,0.5289256,0.5289256,0.5206612,0.5123967,0.5289256,0.53305787,0.553719,0.5413223,0.553719,0.5371901,0.5495868,0.5247934,0.5289256,0.55785125,0.56198347,0.5247934,0.46694216,0.41735536,0.40082645,0.32231405,0.37190083,0.29752067,0.09504132,0.053719006,0.07438017,0.0661157,0.08677686,0.07024793,0.09917355,0.0785124,0.09090909,0.11983471,0.14876033,0.1694215,0.21487603,0.21900827,0.21487603,0.2231405,0.23140496,0.10743801,0.5495868,0.6942149,0.661157,0.6528926,0.661157,0.6322314,0.5082645,0.4338843,0.5206612,0.57438016,0.57024795,0.59090906,0.6280992,0.6322314,0.6322314,0.607438,0.6446281,0.6487603,0.6404959,0.6363636,0.6280992,0.61570245,0.59917355,0.59504133,0.58264464,0.5661157,0.57024795,0.54545456,0.54545456,0.56198347,0.58264464,0.57024795,0.57024795,0.56198347,0.56198347,0.5495868,0.57438016,0.58677685,0.57024795,0.5165289,0.45041323,0.41322315,0.33471075,0.3181818,0.4338843,0.38429752,0.1322314,0.041322313,0.06198347,0.07438017,0.07024793,0.08677686,0.0661157,0.0785124,0.09090909,0.11157025,0.14876033,0.1694215,26 +0.6652893,0.7768595,0.7892562,0.8016529,0.8181818,0.8016529,0.7933884,0.79752064,0.7892562,0.8016529,0.7933884,0.80991733,0.8181818,0.8264463,0.8305785,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.8305785,0.8181818,0.8264463,0.8181818,0.8057851,0.8016529,0.78512394,0.76859504,0.77272725,0.7768595,0.7768595,0.7892562,0.79752064,0.7933884,0.78099173,0.79752064,0.79752064,0.78512394,0.7768595,0.79752064,0.7892562,0.78512394,0.78512394,0.78099173,0.75619835,0.76859504,0.75619835,0.7355372,0.73140496,0.72727275,0.72727275,0.72727275,0.73140496,0.71487606,0.677686,0.6694215,0.677686,0.661157,0.60330576,0.4876033,0.3140496,0.24793388,0.23553719,0.29752067,0.6735537,0.78099173,0.8016529,0.8140496,0.822314,0.79752064,0.7933884,0.8016529,0.7933884,0.78512394,0.8016529,0.8057851,0.8181818,0.8264463,0.8305785,0.8305785,0.8347107,0.8305785,0.8347107,0.8305785,0.8347107,0.822314,0.8305785,0.8347107,0.8264463,0.8264463,0.80991733,0.7892562,0.78512394,0.78099173,0.78512394,0.8016529,0.8140496,0.80991733,0.7892562,0.79752064,0.7933884,0.78512394,0.7768595,0.7892562,0.78512394,0.7892562,0.7933884,0.78512394,0.76859504,0.76859504,0.75619835,0.74380165,0.71900827,0.71900827,0.7107438,0.71900827,0.73140496,0.71900827,0.6652893,0.6487603,0.6570248,0.6446281,0.59917355,0.54545456,0.34710744,0.2231405,0.2231405,0.30991736,0.7066116,0.7768595,0.7933884,0.822314,0.8181818,0.79752064,0.8016529,0.79752064,0.79752064,0.79752064,0.8057851,0.80991733,0.80991733,0.8264463,0.8264463,0.8305785,0.8429752,0.838843,0.8264463,0.8347107,0.8181818,0.8264463,0.822314,0.8347107,0.8471074,0.8429752,0.8429752,0.822314,0.7933884,0.79752064,0.8016529,0.7933884,0.8264463,0.822314,0.7892562,0.7892562,0.7892562,0.78099173,0.78512394,0.78099173,0.7892562,0.7892562,0.78512394,0.78512394,0.78099173,0.7768595,0.76033056,0.76033056,0.72727275,0.7066116,0.7107438,0.6983471,0.71900827,0.71487606,0.661157,0.6322314,0.61157024,0.6363636,0.59504133,0.55785125,0.39256197,0.2107438,0.20247933,0.2892562,0.7355372,0.7892562,0.7892562,0.8181818,0.8016529,0.8016529,0.80991733,0.8016529,0.79752064,0.80991733,0.80991733,0.8016529,0.8057851,0.8016529,0.8140496,0.8264463,0.8429752,0.838843,0.8305785,0.8305785,0.8264463,0.8140496,0.8181818,0.822314,0.838843,0.8471074,0.8553719,0.8512397,0.8181818,0.8347107,0.8181818,0.8140496,0.8264463,0.8181818,0.7892562,0.7768595,0.77272725,0.76859504,0.77272725,0.78512394,0.76859504,0.78099173,0.7768595,0.77272725,0.7768595,0.78099173,0.77272725,0.78512394,0.74793386,0.7231405,0.73140496,0.71487606,0.7107438,0.71487606,0.6694215,0.61157024,0.60330576,0.6404959,0.59090906,0.553719,0.45867768,0.23140496,0.17768595,0.25619835,0.75206614,0.78099173,0.78512394,0.7933884,0.7892562,0.80991733,0.80991733,0.80991733,0.8016529,0.8016529,0.8016529,0.7892562,0.7892562,0.7768595,0.7892562,0.8057851,0.8305785,0.8305785,0.822314,0.822314,0.8181818,0.80991733,0.8140496,0.8016529,0.8057851,0.8140496,0.80991733,0.838843,0.8305785,0.8264463,0.8305785,0.8181818,0.80991733,0.8016529,0.7768595,0.76033056,0.75206614,0.7644628,0.75619835,0.7644628,0.76033056,0.7644628,0.76033056,0.74793386,0.75206614,0.7644628,0.75206614,0.77272725,0.73140496,0.75206614,0.75206614,0.76033056,0.74380165,0.7231405,0.69008267,0.60330576,0.5785124,0.6694215,0.56198347,0.5661157,0.4876033,0.27272728,0.1694215,0.22727273,0.7768595,0.7644628,0.78099173,0.75619835,0.80991733,0.8140496,0.8181818,0.80991733,0.7933884,0.7768595,0.76859504,0.76859504,0.76033056,0.74793386,0.74793386,0.74380165,0.77272725,0.78099173,0.78099173,0.7933884,0.79752064,0.8016529,0.7892562,0.78099173,0.78099173,0.76859504,0.7644628,0.7933884,0.8140496,0.8016529,0.7933884,0.7892562,0.76859504,0.7768595,0.75619835,0.75619835,0.74380165,0.73966944,0.74793386,0.74380165,0.7355372,0.74793386,0.72727275,0.71487606,0.72727275,0.7231405,0.72727275,0.7066116,0.661157,0.6404959,0.6942149,0.7231405,0.76033056,0.74793386,0.7107438,0.62396693,0.5661157,0.6446281,0.5206612,0.56198347,0.5082645,0.29752067,0.17355372,0.21487603,0.78512394,0.75619835,0.75619835,0.76033056,0.8305785,0.8305785,0.8347107,0.78099173,0.71900827,0.6735537,0.6694215,0.6570248,0.6652893,0.6570248,0.58264464,0.61157024,0.59504133,0.6404959,0.6652893,0.6983471,0.73966944,0.75619835,0.7644628,0.75619835,0.76859504,0.7231405,0.74380165,0.76033056,0.78512394,0.76859504,0.75206614,0.74793386,0.7231405,0.73140496,0.71487606,0.73966944,0.7107438,0.70247936,0.6983471,0.6859504,0.6528926,0.6322314,0.61570245,0.58264464,0.6198347,0.6322314,0.6280992,0.61157024,0.58264464,0.553719,0.58677685,0.57024795,0.6570248,0.7066116,0.7231405,0.6652893,0.57024795,0.5661157,0.5371901,0.5495868,0.5247934,0.30578512,0.17355372,0.19421488,0.77272725,0.75206614,0.73966944,0.7892562,0.8347107,0.80991733,0.78512394,0.70247936,0.6322314,0.59090906,0.59090906,0.59090906,0.5785124,0.5661157,0.5082645,0.4876033,0.4876033,0.4752066,0.5123967,0.57438016,0.6528926,0.6859504,0.7231405,0.73966944,0.72727275,0.7066116,0.73966944,0.74793386,0.76033056,0.73966944,0.73140496,0.7231405,0.6983471,0.6859504,0.69008267,0.69008267,0.6652893,0.6363636,0.59917355,0.5371901,0.4752066,0.4338843,0.446281,0.43801653,0.42975205,0.5,0.5289256,0.5413223,0.5413223,0.5413223,0.5413223,0.48347107,0.5165289,0.553719,0.6280992,0.6694215,0.57438016,0.5413223,0.553719,0.55785125,0.53305787,0.3140496,0.21487603,0.18181819,0.76033056,0.73966944,0.71900827,0.74793386,0.76859504,0.7066116,0.661157,0.59504133,0.553719,0.5247934,0.5206612,0.5371901,0.48347107,0.44214877,0.38842976,0.43801653,0.45867768,0.44214877,0.44214877,0.5123967,0.5785124,0.6322314,0.6859504,0.71900827,0.6983471,0.7107438,0.73140496,0.7355372,0.74380165,0.71487606,0.7107438,0.71487606,0.6983471,0.6528926,0.6280992,0.6280992,0.59917355,0.55785125,0.49173555,0.4090909,0.35123968,0.30578512,0.3305785,0.3181818,0.32231405,0.39256197,0.44214877,0.46694216,0.47933885,0.5041322,0.5,0.47933885,0.47107437,0.4338843,0.48347107,0.57438016,0.55785125,0.5247934,0.553719,0.57438016,0.5247934,0.3181818,0.21900827,0.2107438,0.75206614,0.7355372,0.71900827,0.73966944,0.677686,0.59917355,0.58677685,0.553719,0.5289256,0.5206612,0.5247934,0.5165289,0.5041322,0.46694216,0.44214877,0.47933885,0.53305787,0.5165289,0.47933885,0.4752066,0.5123967,0.58264464,0.6446281,0.677686,0.6818182,0.6983471,0.71900827,0.7107438,0.72727275,0.7107438,0.6942149,0.7066116,0.71487606,0.6528926,0.5495868,0.5123967,0.4876033,0.446281,0.3677686,0.3181818,0.29338843,0.30578512,0.3305785,0.3140496,0.35950413,0.3181818,0.33471075,0.3553719,0.3677686,0.40082645,0.4338843,0.46280992,0.4338843,0.40082645,0.4090909,0.49586776,0.5413223,0.5289256,0.553719,0.5661157,0.53305787,0.2892562,0.18181819,0.1570248,0.77272725,0.76033056,0.73140496,0.7107438,0.59917355,0.53305787,0.5,0.49173555,0.46694216,0.5,0.5082645,0.5123967,0.5247934,0.59090906,0.54545456,0.45454547,0.4752066,0.45454547,0.45454547,0.3966942,0.41735536,0.5165289,0.5165289,0.5206612,0.5123967,0.5041322,0.5165289,0.49173555,0.4876033,0.4876033,0.45454547,0.47107437,0.49173555,0.46280992,0.4090909,0.32231405,0.30165288,0.29338843,0.24380165,0.24793388,0.2520661,0.29338843,0.34710744,0.3305785,0.47107437,0.3677686,0.39256197,0.4090909,0.43801653,0.42975205,0.40495867,0.36363637,0.29338843,0.29752067,0.3305785,0.3966942,0.44214877,0.49173555,0.55785125,0.57438016,0.4876033,0.21487603,0.1570248,0.1570248,0.78099173,0.72727275,0.59917355,0.5413223,0.45454547,0.45867768,0.47933885,0.49586776,0.53305787,0.55785125,0.56198347,0.553719,0.56198347,0.6198347,0.6198347,0.55785125,0.5413223,0.49586776,0.4214876,0.33471075,0.29338843,0.38842976,0.27272728,0.3305785,0.46280992,0.49586776,0.56198347,0.5413223,0.5123967,0.48347107,0.46280992,0.4752066,0.47107437,0.4338843,0.35123968,0.23140496,0.2768595,0.32231405,0.338843,0.3966942,0.46280992,0.53305787,0.5785124,0.57024795,0.59917355,0.5661157,0.58264464,0.5785124,0.59090906,0.59917355,0.6322314,0.607438,0.5413223,0.4876033,0.42975205,0.40495867,0.38842976,0.35950413,0.41735536,0.49586776,0.38429752,0.28099173,0.25619835,0.17355372,0.6280992,0.5661157,0.5247934,0.57438016,0.59090906,0.6652893,0.7066116,0.74380165,0.7892562,0.7892562,0.75206614,0.7107438,0.7066116,0.6983471,0.6983471,0.677686,0.661157,0.6528926,0.62396693,0.5785124,0.53305787,0.45867768,0.33471075,0.30578512,0.5082645,0.6859504,0.7933884,0.79752064,0.7933884,0.7768595,0.6983471,0.70247936,0.6487603,0.5413223,0.3429752,0.3264463,0.37190083,0.3429752,0.40495867,0.5165289,0.56198347,0.6198347,0.6363636,0.6404959,0.6487603,0.6363636,0.6322314,0.62396693,0.6487603,0.6322314,0.6487603,0.62396693,0.59504133,0.57024795,0.56198347,0.56198347,0.5082645,0.45867768,0.338843,0.29752067,0.446281,0.3553719,0.25619835,0.19421488,0.46694216,0.55785125,0.661157,0.71487606,0.73140496,0.7644628,0.7768595,0.7892562,0.7933884,0.78099173,0.7355372,0.7231405,0.6983471,0.6652893,0.6487603,0.61570245,0.59917355,0.5785124,0.5495868,0.53305787,0.5371901,0.5247934,0.48347107,0.3966942,0.37190083,0.69008267,0.8305785,0.8305785,0.73140496,0.69008267,0.6404959,0.7231405,0.6859504,0.5165289,0.3305785,0.40082645,0.3553719,0.3677686,0.48347107,0.5206612,0.5371901,0.5785124,0.59917355,0.607438,0.607438,0.607438,0.62396693,0.6363636,0.6735537,0.6652893,0.6818182,0.6487603,0.61157024,0.57438016,0.58677685,0.59090906,0.5371901,0.41322315,0.40082645,0.45041323,0.4338843,0.35123968,0.24793388,0.1983471,0.58677685,0.58677685,0.60330576,0.70247936,0.74380165,0.74380165,0.7768595,0.78099173,0.72727275,0.6570248,0.6198347,0.61570245,0.59504133,0.56198347,0.5371901,0.47107437,0.42561984,0.39256197,0.38016528,0.38429752,0.40082645,0.4090909,0.5041322,0.5165289,0.3305785,0.553719,0.8553719,0.74380165,0.59090906,0.5123967,0.5165289,0.59917355,0.5247934,0.41322315,0.3305785,0.446281,0.37603307,0.4090909,0.3966942,0.38429752,0.38429752,0.41735536,0.49586776,0.553719,0.5371901,0.5206612,0.54545456,0.57438016,0.58677685,0.60330576,0.6446281,0.6404959,0.61157024,0.55785125,0.55785125,0.55785125,0.42975205,0.35123968,0.5165289,0.3966942,0.42975205,0.2892562,0.22727273,0.1983471,0.6735537,0.661157,0.57024795,0.59090906,0.6652893,0.6818182,0.677686,0.6280992,0.5123967,0.42975205,0.43801653,0.45454547,0.45454547,0.41322315,0.40082645,0.38842976,0.35123968,0.30165288,0.29752067,0.33471075,0.38016528,0.3966942,0.5041322,0.6280992,0.32231405,0.3966942,0.77272725,0.7644628,0.6859504,0.6198347,0.57024795,0.6198347,0.57024795,0.4090909,0.30991736,0.5206612,0.5,0.45867768,0.3677686,0.38016528,0.3429752,0.30165288,0.33471075,0.40495867,0.4214876,0.37190083,0.35950413,0.3264463,0.3264463,0.3553719,0.3966942,0.47107437,0.5041322,0.45041323,0.45867768,0.446281,0.40082645,0.49173555,0.5661157,0.29338843,0.42561984,0.28099173,0.20247933,0.19008264,0.677686,0.73140496,0.71900827,0.6363636,0.61570245,0.59917355,0.57024795,0.5,0.46694216,0.4214876,0.3429752,0.3429752,0.39256197,0.32231405,0.34710744,0.30165288,0.3677686,0.30991736,0.34710744,0.41735536,0.47107437,0.5206612,0.58264464,0.74380165,0.28099173,0.60330576,0.6859504,0.6446281,0.6487603,0.6404959,0.5785124,0.5371901,0.553719,0.59917355,0.30578512,0.61570245,0.56198347,0.53305787,0.5,0.49173555,0.45041323,0.3429752,0.3677686,0.36363637,0.37603307,0.36363637,0.37603307,0.338843,0.29752067,0.30991736,0.33471075,0.30165288,0.338843,0.35950413,0.45454547,0.49586776,0.5247934,0.5247934,0.5785124,0.2520661,0.36363637,0.38016528,0.14049587,0.29338843,0.6983471,0.7355372,0.75206614,0.74793386,0.7355372,0.71487606,0.6487603,0.57438016,0.553719,0.5289256,0.46694216,0.4338843,0.5041322,0.446281,0.45454547,0.36363637,0.45867768,0.41735536,0.4214876,0.41735536,0.4338843,0.43801653,0.446281,0.73140496,0.12809917,0.6694215,0.6487603,0.6818182,0.6983471,0.6983471,0.6528926,0.5041322,0.42561984,0.71487606,0.30991736,0.57438016,0.46694216,0.42561984,0.44214877,0.44214877,0.42975205,0.40082645,0.4338843,0.42561984,0.46694216,0.46280992,0.446281,0.4338843,0.39256197,0.40082645,0.40082645,0.4214876,0.4876033,0.5289256,0.57438016,0.57438016,0.5661157,0.5289256,0.5785124,0.2644628,0.3140496,0.4338843,0.05785124,0.1570248,0.74380165,0.71900827,0.75619835,0.77272725,0.78099173,0.76859504,0.71900827,0.6570248,0.607438,0.57024795,0.57438016,0.54545456,0.5413223,0.5,0.4876033,0.42975205,0.4338843,0.42975205,0.43801653,0.4338843,0.46280992,0.5,0.5165289,0.7355372,0.11570248,0.5785124,0.7107438,0.74793386,0.72727275,0.70247936,0.6983471,0.58264464,0.3966942,0.607438,0.2603306,0.54545456,0.49586776,0.39256197,0.41735536,0.46280992,0.46694216,0.4214876,0.38016528,0.41735536,0.43801653,0.45454547,0.45041323,0.45041323,0.44214877,0.45041323,0.48347107,0.5413223,0.59090906,0.6404959,0.6363636,0.59090906,0.58264464,0.5371901,0.5785124,0.2892562,0.3677686,0.42561984,0.09504132,0.19421488,0.74380165,0.7066116,0.74793386,0.7768595,0.7768595,0.7768595,0.74380165,0.7066116,0.6652893,0.59917355,0.60330576,0.56198347,0.5247934,0.5206612,0.5,0.49173555,0.5123967,0.5289256,0.57024795,0.56198347,0.59504133,0.6528926,0.6694215,0.5785124,0.11983471,0.57024795,0.7768595,0.7644628,0.72727275,0.70247936,0.6818182,0.6694215,0.40495867,0.5371901,0.1446281,0.42561984,0.5661157,0.5041322,0.5206612,0.5495868,0.5413223,0.53305787,0.5206612,0.5,0.48347107,0.4876033,0.5165289,0.5247934,0.5413223,0.54545456,0.58264464,0.6198347,0.6198347,0.61157024,0.6446281,0.62396693,0.607438,0.5413223,0.57438016,0.3140496,0.43801653,0.3553719,0.15289256,0.33471075,0.72727275,0.7107438,0.7644628,0.78512394,0.7892562,0.78099173,0.7231405,0.6983471,0.7231405,0.6942149,0.6694215,0.661157,0.6280992,0.6322314,0.62396693,0.6280992,0.6652893,0.6859504,0.6735537,0.6942149,0.71487606,0.74793386,0.7107438,0.3677686,0.20661157,0.6487603,0.75619835,0.74380165,0.7107438,0.72727275,0.7355372,0.71487606,0.5082645,0.47107437,0.2107438,0.24380165,0.58264464,0.58264464,0.59504133,0.61157024,0.607438,0.59917355,0.61157024,0.60330576,0.62396693,0.59917355,0.6198347,0.6198347,0.62396693,0.61157024,0.607438,0.6198347,0.677686,0.6818182,0.6487603,0.6280992,0.6198347,0.553719,0.5495868,0.42561984,0.5206612,0.25619835,0.3677686,0.5165289,0.6983471,0.7231405,0.78099173,0.7768595,0.79752064,0.78512394,0.76033056,0.76859504,0.7644628,0.74793386,0.70247936,0.6942149,0.6735537,0.6694215,0.6818182,0.70247936,0.7231405,0.75619835,0.69008267,0.7355372,0.7644628,0.7768595,0.6652893,0.3429752,0.44214877,0.7066116,0.75619835,0.74380165,0.74793386,0.70247936,0.7107438,0.71900827,0.6363636,0.44214877,0.33471075,0.20247933,0.5,0.6322314,0.6446281,0.6363636,0.6694215,0.6487603,0.6570248,0.6528926,0.6487603,0.6487603,0.6570248,0.6735537,0.661157,0.6694215,0.6528926,0.6446281,0.6694215,0.6859504,0.6735537,0.6404959,0.6363636,0.55785125,0.5165289,0.553719,0.49173555,0.3264463,0.54545456,0.60330576,0.7066116,0.73140496,0.77272725,0.7892562,0.8057851,0.7933884,0.78512394,0.78512394,0.76033056,0.74793386,0.71900827,0.6818182,0.6528926,0.6446281,0.6570248,0.7066116,0.73140496,0.7107438,0.7066116,0.74793386,0.7933884,0.7768595,0.5247934,0.446281,0.6446281,0.7644628,0.78099173,0.7644628,0.72727275,0.7107438,0.7107438,0.7107438,0.69008267,0.53305787,0.38429752,0.38842976,0.2520661,0.71487606,0.6694215,0.677686,0.70247936,0.70247936,0.69008267,0.6942149,0.6735537,0.6859504,0.6818182,0.6983471,0.6859504,0.6694215,0.6859504,0.6818182,0.6859504,0.6859504,0.69008267,0.6528926,0.62396693,0.5661157,0.5,0.57024795,0.40495867,0.4214876,0.61570245,0.54545456,0.72727275,0.7355372,0.7644628,0.822314,0.822314,0.8016529,0.79752064,0.7768595,0.7644628,0.75619835,0.73140496,0.6818182,0.6652893,0.6280992,0.6322314,0.69008267,0.7355372,0.6859504,0.7066116,0.75619835,0.80991733,0.6652893,0.45867768,0.59090906,0.71487606,0.80991733,0.7892562,0.7892562,0.75206614,0.677686,0.71900827,0.72727275,0.70247936,0.607438,0.446281,0.42975205,0.37190083,0.38016528,0.69008267,0.71487606,0.71487606,0.71900827,0.71487606,0.7231405,0.6983471,0.6735537,0.6859504,0.6983471,0.69008267,0.6363636,0.6694215,0.6859504,0.6983471,0.70247936,0.7066116,0.6652893,0.62396693,0.5661157,0.5123967,0.5247934,0.3677686,0.5,0.60330576,0.43801653,0.7355372,0.71487606,0.7768595,0.822314,0.8305785,0.822314,0.8140496,0.78099173,0.76859504,0.77272725,0.75619835,0.7107438,0.7066116,0.6652893,0.6570248,0.6735537,0.6942149,0.6818182,0.7231405,0.7644628,0.6983471,0.49173555,0.57024795,0.59917355,0.78099173,0.838843,0.78512394,0.8016529,0.75619835,0.69008267,0.71900827,0.74380165,0.69008267,0.6446281,0.5495868,0.43801653,0.49586776,0.30165288,0.5,0.69008267,0.7231405,0.7231405,0.7231405,0.73140496,0.7231405,0.70247936,0.6983471,0.6859504,0.6652893,0.6694215,0.6570248,0.6818182,0.71487606,0.71487606,0.7231405,0.6818182,0.61570245,0.55785125,0.5413223,0.48347107,0.3553719,0.5661157,0.5371901,0.38016528,0.73140496,0.7355372,0.76859504,0.8140496,0.8305785,0.838843,0.8347107,0.8016529,0.78099173,0.76859504,0.7644628,0.77272725,0.7231405,0.6983471,0.6859504,0.6694215,0.677686,0.6859504,0.72727275,0.6322314,0.5785124,0.6942149,0.5495868,0.6735537,0.822314,0.8305785,0.78512394,0.7933884,0.73966944,0.70247936,0.72727275,0.7107438,0.6818182,0.6528926,0.6404959,0.5041322,0.446281,0.5041322,0.36363637,0.48347107,0.661157,0.6983471,0.7066116,0.71487606,0.70247936,0.7107438,0.6983471,0.6942149,0.6735537,0.69008267,0.6818182,0.7066116,0.73966944,0.70247936,0.71487606,0.69008267,0.62396693,0.5661157,0.553719,0.40495867,0.47107437,0.54545456,0.5,0.3677686,0.60330576,0.76033056,0.76859504,0.7933884,0.8347107,0.8553719,0.8429752,0.822314,0.7892562,0.74793386,0.74380165,0.74793386,0.72727275,0.69008267,0.677686,0.6570248,0.69008267,0.6818182,0.58264464,0.5165289,0.73966944,0.72727275,0.5371901,0.75206614,0.8305785,0.80991733,0.7768595,0.7892562,0.73966944,0.71900827,0.7231405,0.6818182,0.6818182,0.6487603,0.6735537,0.5661157,0.44214877,0.47107437,0.5206612,0.46280992,0.42975205,0.54545456,0.6942149,0.7107438,0.6983471,0.7107438,0.7066116,0.7066116,0.6859504,0.70247936,0.70247936,0.7355372,0.73966944,0.6942149,0.6818182,0.6694215,0.6404959,0.59090906,0.44214877,0.53305787,0.5041322,0.5371901,0.5413223,0.5,0.5,0.6487603,0.75206614,0.77272725,0.8264463,0.8595041,0.8553719,0.8264463,0.79752064,0.74793386,0.71900827,0.6942149,0.6694215,0.6446281,0.6652893,0.6446281,0.6487603,0.5289256,0.5165289,0.6404959,0.74793386,0.677686,0.5371901,0.76033056,0.8429752,0.8016529,0.77272725,0.7933884,0.73966944,0.72727275,0.7231405,0.6859504,0.71487606,0.6818182,0.60330576,0.5661157,0.446281,0.4214876,0.53305787,0.5495868,0.5,0.41322315,0.4214876,0.62396693,0.6487603,0.677686,0.70247936,0.7066116,0.70247936,0.7231405,0.73140496,0.74380165,0.7355372,0.6363636,0.661157,0.7355372,0.6446281,0.5206612,0.5413223,0.58264464,0.47107437,0.54545456,0.5371901,0.5495868,0.677686,0.5495868,0.59504133,0.6818182,0.79752064,0.8471074,0.8553719,0.822314,0.7892562,0.74793386,0.6859504,0.6570248,0.6528926,0.6363636,0.607438,0.5371901,0.5082645,0.5371901,0.59917355,0.59917355,0.6198347,0.6322314,0.56198347,0.74380165,0.8553719,0.79752064,0.76033056,0.79752064,0.73966944,0.71900827,0.7355372,0.69008267,0.70247936,0.7066116,0.5785124,0.5371901,0.45867768,0.38016528,0.5082645,0.61570245,0.58264464,0.5165289,0.49173555,0.3429752,0.4338843,0.5041322,0.54545456,0.59504133,0.6487603,0.6983471,0.7231405,0.74380165,0.75206614,0.5165289,0.6322314,0.6404959,0.58677685,0.58677685,0.5661157,0.55785125,0.4752066,0.57024795,0.5371901,0.5413223,0.6983471,0.7355372,0.59090906,0.55785125,0.57438016,0.71487606,0.8677686,0.838843,0.8057851,0.76033056,0.69008267,0.6280992,0.59504133,0.54545456,0.5123967,0.5082645,0.5247934,0.5495868,0.49173555,0.49586776,0.5661157,0.60330576,0.58677685,0.76033056,0.8264463,0.78099173,0.75206614,0.8016529,0.74380165,0.71487606,0.74380165,0.71900827,0.6983471,0.6942149,0.607438,0.54545456,0.4752066,0.3677686,0.5082645,0.607438,0.677686,0.6528926,0.55785125,0.49586776,0.41735536,0.3553719,0.39256197,0.41735536,0.4090909,0.38429752,0.38016528,0.42975205,0.49586776,0.5,0.5785124,0.61157024,0.59917355,0.59090906,0.5785124,0.5206612,0.4752066,0.54545456,0.54545456,0.55785125,0.6818182,0.74380165,0.75206614,0.71487606,0.6652893,0.59917355,0.61570245,0.677686,0.58264464,0.54545456,0.5123967,0.43801653,0.42975205,0.4338843,0.46280992,0.48347107,0.49173555,0.48347107,0.49173555,0.57024795,0.6363636,0.6322314,0.677686,0.78099173,0.822314,0.78512394,0.77272725,0.8429752,0.76033056,0.6983471,0.7355372,0.73140496,0.6983471,0.6983471,0.6404959,0.5661157,0.5495868,0.34710744,0.5206612,0.61157024,0.6446281,0.69008267,0.6859504,0.61157024,0.5661157,0.5247934,0.49586776,0.45454547,0.46694216,0.5123967,0.54545456,0.55785125,0.57438016,0.5785124,0.59917355,0.59917355,0.58677685,0.5661157,0.56198347,0.5289256,0.3264463,0.4090909,0.5206612,0.5495868,0.6942149,0.73140496,0.75206614,0.75206614,0.75619835,0.71900827,0.69008267,0.6983471,0.6652893,0.59917355,0.5082645,0.46280992,0.46694216,0.48347107,0.4876033,0.5041322,0.5082645,0.5661157,0.61570245,0.6735537,0.6818182,0.7231405,0.74380165,0.78512394,0.838843,0.8016529,0.80991733,0.8512397,0.76033056,0.71900827,0.71487606,0.74793386,0.75619835,0.7355372,0.6859504,0.5413223,0.6528926,0.45041323,0.5413223,0.6198347,0.6446281,0.661157,0.6528926,0.6735537,0.6735537,0.6694215,0.6652893,0.6487603,0.6198347,0.59090906,0.5661157,0.5413223,0.54545456,0.5413223,0.57438016,0.57438016,0.5785124,0.55785125,0.553719,0.5247934,0.19421488,0.19008264,0.35950413,0.446281,0.7231405,0.71900827,0.74380165,0.73966944,0.7231405,0.6942149,0.6818182,0.6983471,0.6942149,0.677686,0.6280992,0.57024795,0.58264464,0.5785124,0.56198347,0.5495868,0.5413223,0.607438,0.6735537,0.6942149,0.70247936,0.78099173,0.7355372,0.7892562,0.8801653,0.8140496,0.7768595,0.822314,0.71900827,0.72727275,0.71487606,0.74793386,0.7892562,0.75206614,0.6652893,0.5371901,0.6487603,0.6280992,0.59090906,0.6652893,0.6487603,0.62396693,0.61570245,0.6363636,0.6528926,0.661157,0.6735537,0.6942149,0.6652893,0.6694215,0.6363636,0.59917355,0.58677685,0.5371901,0.553719,0.56198347,0.5661157,0.553719,0.5413223,0.48347107,0.20661157,0.10330579,0.19008264,0.23553719,0.7231405,0.73140496,0.73140496,0.76859504,0.73966944,0.70247936,0.7231405,0.76033056,0.75619835,0.7355372,0.6859504,0.61157024,0.59090906,0.54545456,0.4876033,0.4876033,0.57024795,0.6363636,0.6983471,0.6859504,0.72727275,0.78099173,0.70247936,0.71900827,0.7933884,0.76859504,0.72727275,0.69008267,0.6487603,0.6735537,0.6735537,0.6735537,0.6735537,0.61157024,0.5495868,0.5041322,0.59504133,0.6404959,0.57024795,0.6694215,0.661157,0.607438,0.57024795,0.57438016,0.58677685,0.607438,0.6404959,0.6735537,0.6570248,0.6487603,0.6280992,0.607438,0.607438,0.57438016,0.553719,0.5413223,0.54545456,0.5413223,0.5206612,0.4752066,0.22727273,0.11983471,0.1446281,0.14049587,0.71900827,0.76033056,0.76859504,0.78512394,0.7644628,0.69008267,0.74380165,0.7768595,0.75619835,0.71487606,0.6487603,0.57438016,0.5206612,0.47107437,0.45867768,0.53305787,0.60330576,0.6735537,0.73140496,0.73140496,0.6859504,0.69008267,0.6570248,0.59917355,0.59090906,0.61157024,0.6446281,0.61570245,0.57024795,0.57438016,0.59504133,0.53305787,0.47107437,0.46280992,0.446281,0.45867768,0.5123967,0.5661157,0.41735536,0.6570248,0.6942149,0.6404959,0.54545456,0.5247934,0.5413223,0.57438016,0.607438,0.61570245,0.6363636,0.6198347,0.60330576,0.5785124,0.59090906,0.58264464,0.56198347,0.57438016,0.5661157,0.5206612,0.5165289,0.48347107,0.23553719,0.11983471,0.14049587,0.14049587,0.73140496,0.73140496,0.76859504,0.80991733,0.74793386,0.6694215,0.73966944,0.7768595,0.74380165,0.6942149,0.60330576,0.5,0.45867768,0.45867768,0.5206612,0.58264464,0.6487603,0.7066116,0.75206614,0.75619835,0.7066116,0.49586776,0.4338843,0.5165289,0.5289256,0.5165289,0.5247934,0.49586776,0.45041323,0.44214877,0.43801653,0.4090909,0.38429752,0.35950413,0.3181818,0.30578512,0.37190083,0.45041323,0.3553719,0.6404959,0.71487606,0.6859504,0.56198347,0.5123967,0.5165289,0.54545456,0.5785124,0.59917355,0.62396693,0.6198347,0.59090906,0.57024795,0.56198347,0.553719,0.553719,0.58264464,0.5661157,0.5082645,0.5,0.5041322,0.2231405,0.12396694,0.13636364,0.14049587,0.73966944,0.75619835,0.78512394,0.7768595,0.73140496,0.6363636,0.74380165,0.7892562,0.7355372,0.661157,0.57024795,0.4876033,0.47933885,0.4876033,0.55785125,0.61157024,0.6859504,0.72727275,0.7355372,0.74380165,0.78099173,0.6446281,0.4876033,0.5661157,0.57438016,0.5206612,0.4876033,0.40495867,0.3140496,0.29752067,0.3264463,0.37190083,0.39256197,0.34710744,0.338843,0.3181818,0.3553719,0.40495867,0.40495867,0.60330576,0.7066116,0.6942149,0.6404959,0.5371901,0.5165289,0.5165289,0.56198347,0.59504133,0.607438,0.6404959,0.59504133,0.5661157,0.5495868,0.5413223,0.56198347,0.58264464,0.57024795,0.49586776,0.4876033,0.5371901,0.17355372,0.12809917,0.14049587,0.13636364,0.73966944,0.75619835,0.78512394,0.7768595,0.6983471,0.59090906,0.76033056,0.7933884,0.7355372,0.6322314,0.5123967,0.5082645,0.5082645,0.5206612,0.58264464,0.6322314,0.7107438,0.73966944,0.71487606,0.7066116,0.71900827,0.73966944,0.6322314,0.58264464,0.5661157,0.49173555,0.44214877,0.40082645,0.28099173,0.24380165,0.2644628,0.3429752,0.3429752,0.42561984,0.446281,0.4752066,0.4338843,0.4214876,0.43801653,0.58677685,0.6652893,0.6818182,0.6528926,0.59504133,0.5371901,0.5123967,0.53305787,0.5785124,0.59504133,0.6446281,0.6322314,0.59917355,0.553719,0.5247934,0.5413223,0.5661157,0.5661157,0.4876033,0.5,0.54545456,0.10743801,0.14049587,0.14049587,0.14049587,0.73140496,0.74793386,0.7768595,0.78099173,0.6570248,0.57024795,0.78099173,0.8057851,0.71487606,0.61157024,0.5495868,0.57438016,0.5206612,0.5413223,0.6198347,0.677686,0.74380165,0.74793386,0.7231405,0.71900827,0.7231405,0.7107438,0.6694215,0.607438,0.5289256,0.4338843,0.39256197,0.32231405,0.24380165,0.16115703,0.17355372,0.24793388,0.2603306,0.3966942,0.4090909,0.44214877,0.446281,0.446281,0.4752066,0.61157024,0.6694215,0.661157,0.6487603,0.61570245,0.57024795,0.5206612,0.53305787,0.5661157,0.59504133,0.6322314,0.6528926,0.6322314,0.5661157,0.5206612,0.5661157,0.5785124,0.5495868,0.4876033,0.5041322,0.49173555,0.08677686,0.12809917,0.15289256,0.13636364,0.7231405,0.74380165,0.7644628,0.76033056,0.6446281,0.57438016,0.7933884,0.79752064,0.71900827,0.6322314,0.59917355,0.57024795,0.5413223,0.58264464,0.6280992,0.7107438,0.74793386,0.74380165,0.72727275,0.71487606,0.71487606,0.6859504,0.6446281,0.6446281,0.5785124,0.40495867,0.3305785,0.2520661,0.2107438,0.1694215,0.1446281,0.18595041,0.23553719,0.3429752,0.38429752,0.39256197,0.42975205,0.46280992,0.5206612,0.60330576,0.6735537,0.6487603,0.6528926,0.61570245,0.58677685,0.53305787,0.5206612,0.55785125,0.58264464,0.60330576,0.62396693,0.6446281,0.58264464,0.5413223,0.59917355,0.59090906,0.5371901,0.49173555,0.5289256,0.38842976,0.09090909,0.14049587,0.1446281,0.1322314,0.6983471,0.74380165,0.7644628,0.74380165,0.6404959,0.6198347,0.7933884,0.7892562,0.73966944,0.61157024,0.61570245,0.57438016,0.59090906,0.59504133,0.60330576,0.6942149,0.7231405,0.76033056,0.677686,0.677686,0.71487606,0.677686,0.6404959,0.6322314,0.61570245,0.5289256,0.3677686,0.20247933,0.19008264,0.1983471,0.19421488,0.1983471,0.23966943,0.29338843,0.37603307,0.37603307,0.3966942,0.49586776,0.54545456,0.61157024,0.6363636,0.6198347,0.6363636,0.6322314,0.59090906,0.57024795,0.5082645,0.5247934,0.5661157,0.58677685,0.61570245,0.6363636,0.61157024,0.5165289,0.59917355,0.59504133,0.53305787,0.48347107,0.5289256,0.30991736,0.11983471,0.13636364,0.1446281,0.13636364,0.6280992,0.74380165,0.75619835,0.73140496,0.6363636,0.6652893,0.7768595,0.7768595,0.73966944,0.5785124,0.6570248,0.59090906,0.59917355,0.5247934,0.5289256,0.6404959,0.6859504,0.71487606,0.6859504,0.6694215,0.71900827,0.7066116,0.661157,0.6322314,0.62396693,0.6280992,0.48347107,0.33471075,0.1983471,0.20247933,0.24380165,0.23140496,0.24380165,0.30165288,0.36363637,0.4214876,0.4214876,0.49586776,0.53305787,0.58264464,0.59504133,0.58264464,0.60330576,0.61157024,0.5785124,0.60330576,0.57024795,0.5,0.5247934,0.56198347,0.607438,0.62396693,0.59917355,0.5041322,0.607438,0.5785124,0.5041322,0.48347107,0.5165289,0.23966943,0.11983471,0.1446281,0.14876033,0.13636364,0.5041322,0.7355372,0.72727275,0.73140496,0.6363636,0.6694215,0.7768595,0.78512394,0.71900827,0.5785124,0.6363636,0.58264464,0.54545456,0.5,0.47933885,0.58264464,0.6446281,0.6983471,0.7107438,0.72727275,0.73966944,0.73140496,0.6983471,0.6735537,0.6735537,0.6942149,0.58677685,0.49173555,0.37190083,0.29338843,0.32231405,0.34710744,0.338843,0.39256197,0.4214876,0.47933885,0.47107437,0.5165289,0.5371901,0.553719,0.54545456,0.56198347,0.54545456,0.53305787,0.553719,0.5206612,0.5495868,0.58677685,0.5041322,0.553719,0.59504133,0.6198347,0.57438016,0.5289256,0.607438,0.58264464,0.47933885,0.48347107,0.45041323,0.2231405,0.11157025,0.1322314,0.1446281,0.13636364,0.2892562,0.7231405,0.72727275,0.6983471,0.6570248,0.69008267,0.77272725,0.78512394,0.7231405,0.58677685,0.58677685,0.56198347,0.4876033,0.45041323,0.41735536,0.49173555,0.62396693,0.72727275,0.7231405,0.72727275,0.6942149,0.6694215,0.661157,0.6570248,0.6446281,0.677686,0.61157024,0.58264464,0.5661157,0.5123967,0.5,0.5041322,0.49173555,0.5247934,0.57024795,0.55785125,0.55785125,0.58264464,0.5495868,0.57024795,0.53305787,0.5165289,0.49173555,0.43801653,0.45454547,0.48347107,0.4752066,0.54545456,0.5206612,0.5371901,0.59917355,0.607438,0.56198347,0.5371901,0.59917355,0.54545456,0.45454547,0.4876033,0.38429752,0.1570248,0.12396694,0.1322314,0.1446281,0.13636364,0.18181819,0.6404959,0.7107438,0.71487606,0.6735537,0.69008267,0.7644628,0.7644628,0.7107438,0.58677685,0.5289256,0.5247934,0.38842976,0.3429752,0.24793388,0.23553719,0.38429752,0.4752066,0.5,0.5041322,0.49173555,0.47107437,0.42561984,0.446281,0.45867768,0.49586776,0.5206612,0.57024795,0.60330576,0.59917355,0.5495868,0.48347107,0.4214876,0.4338843,0.4876033,0.5123967,0.53305787,0.5371901,0.5661157,0.57438016,0.53305787,0.5,0.42975205,0.35950413,0.3553719,0.35950413,0.3966942,0.4876033,0.53305787,0.55785125,0.60330576,0.59090906,0.5495868,0.53305787,0.57438016,0.49586776,0.45454547,0.4876033,0.30578512,0.10330579,0.13636364,0.1322314,0.13636364,0.14049587,0.12396694,0.45867768,0.6942149,0.6942149,0.677686,0.6818182,0.75206614,0.74380165,0.6942149,0.59917355,0.5,0.5,0.446281,0.46694216,0.40082645,0.2892562,0.1983471,0.16115703,0.14049587,0.38842976,0.3553719,0.3677686,0.4090909,0.3677686,0.35950413,0.37603307,0.35123968,0.39256197,0.41735536,0.38016528,0.338843,0.28512397,0.25619835,0.28099173,0.2892562,0.30165288,0.3264463,0.338843,0.3677686,0.39256197,0.39256197,0.38842976,0.28512397,0.18595041,0.2520661,0.33471075,0.40082645,0.45867768,0.5247934,0.58264464,0.607438,0.58264464,0.5206612,0.5413223,0.55785125,0.4876033,0.446281,0.45041323,0.16528925,0.12396694,0.14049587,0.14049587,0.13636364,0.13636364,0.1446281,0.24793388,0.61157024,0.6818182,0.6694215,0.6694215,0.72727275,0.7355372,0.69008267,0.59090906,0.5165289,0.46280992,0.5,0.5247934,0.56198347,0.57438016,0.4338843,0.2603306,0.08677686,0.37190083,0.38842976,0.4214876,0.58677685,0.38842976,0.2768595,0.46280992,0.3677686,0.29752067,0.2603306,0.19008264,0.20661157,0.21900827,0.23966943,0.24380165,0.20661157,0.23966943,0.2603306,0.20661157,0.2768595,0.2107438,0.12809917,0.09090909,0.11157025,0.1983471,0.3264463,0.44214877,0.446281,0.46694216,0.5371901,0.58677685,0.59917355,0.57438016,0.49586776,0.49586776,0.5247934,0.45867768,0.45041323,0.30165288,0.09917355,0.1446281,0.12809917,0.13636364,0.14049587,0.12809917,0.17768595,0.1446281,0.446281,0.6404959,0.6446281,0.6735537,0.6818182,0.7066116,0.6694215,0.5661157,0.4876033,0.446281,0.49586776,0.5289256,0.61157024,0.6570248,0.6363636,0.4752066,0.33471075,0.38842976,0.37190083,0.5247934,0.677686,0.5413223,0.3553719,0.661157,0.5206612,0.4214876,0.33471075,0.2231405,0.29338843,0.30578512,0.3181818,0.3264463,0.20661157,0.3264463,0.3677686,0.23966943,0.3553719,0.1983471,0.07024793,0.13636364,0.30578512,0.5247934,0.553719,0.54545456,0.4876033,0.46694216,0.5413223,0.57024795,0.58264464,0.56198347,0.48347107,0.49586776,0.5,0.446281,0.38016528,0.17355372,0.11157025,0.14876033,0.12809917,0.14049587,0.14049587,0.12809917,0.1983471,0.16528925,0.27272728,0.5661157,0.62396693,0.6487603,0.6528926,0.6735537,0.6404959,0.5495868,0.4752066,0.46280992,0.53305787,0.59090906,0.6487603,0.69008267,0.71487606,0.61157024,0.49586776,0.47107437,0.3677686,0.40082645,0.6198347,0.59504133,0.44214877,0.74793386,0.6446281,0.57024795,0.4876033,0.40082645,0.42561984,0.43801653,0.45454547,0.45454547,0.30578512,0.4214876,0.38842976,0.19008264,0.2644628,0.23140496,0.24793388,0.38016528,0.5413223,0.6198347,0.61570245,0.57438016,0.5123967,0.5,0.5289256,0.57438016,0.5661157,0.5371901,0.46694216,0.4752066,0.4752066,0.4090909,0.24793388,0.14049587,0.14049587,0.13636364,0.12396694,0.15289256,0.1322314,0.1322314,0.1983471,0.19421488,0.17355372,0.40082645,0.59090906,0.59504133,0.6404959,0.6652893,0.6280992,0.5495868,0.4876033,0.47933885,0.5661157,0.6446281,0.6487603,0.677686,0.7355372,0.71487606,0.59917355,0.553719,0.49586776,0.40082645,0.4876033,0.45041323,0.42561984,0.6528926,0.59504133,0.57438016,0.5206612,0.446281,0.46694216,0.5,0.46280992,0.41322315,0.4090909,0.3264463,0.25619835,0.25619835,0.36363637,0.446281,0.46280992,0.53305787,0.58677685,0.61570245,0.6198347,0.59504133,0.5289256,0.5247934,0.5289256,0.56198347,0.55785125,0.4876033,0.446281,0.45454547,0.42975205,0.3181818,0.15289256,0.13636364,0.13636364,0.14049587,0.11983471,0.15289256,0.12809917,0.12809917,0.20661157,0.19008264,0.1694215,0.2231405,0.49586776,0.57024795,0.60330576,0.6280992,0.6198347,0.55785125,0.5206612,0.5206612,0.59917355,0.6735537,0.661157,0.6942149,0.74380165,0.75619835,0.6983471,0.59504133,0.5785124,0.54545456,0.5247934,0.47107437,0.45454547,0.58677685,0.45867768,0.49173555,0.56198347,0.45041323,0.42561984,0.4876033,0.43801653,0.40082645,0.45867768,0.41322315,0.42975205,0.4752066,0.49586776,0.5041322,0.5206612,0.55785125,0.59917355,0.607438,0.61157024,0.607438,0.54545456,0.5413223,0.53305787,0.5371901,0.5206612,0.45867768,0.41735536,0.4338843,0.37603307,0.18595041,0.12396694,0.13636364,0.14049587,0.13636364,0.12809917,0.14049587,0.12809917,0.1322314,0.2107438,0.19008264,0.19421488,0.15289256,0.3553719,0.5289256,0.5785124,0.58677685,0.607438,0.57438016,0.56198347,0.5495868,0.607438,0.661157,0.661157,0.69008267,0.73140496,0.74380165,0.73140496,0.661157,0.59504133,0.59504133,0.60330576,0.5785124,0.54545456,0.5413223,0.5289256,0.53305787,0.56198347,0.5289256,0.5165289,0.5289256,0.5165289,0.4752066,0.49586776,0.5289256,0.5041322,0.5082645,0.5041322,0.5165289,0.5371901,0.57438016,0.59504133,0.61157024,0.59504133,0.59090906,0.5413223,0.53305787,0.53305787,0.5123967,0.5082645,0.42975205,0.40495867,0.4338843,0.24380165,0.10330579,0.13636364,0.1446281,0.13636364,0.1322314,0.13636364,0.13636364,0.11983471,0.14049587,0.20247933,0.17768595,0.19008264,0.16115703,0.22727273,0.4752066,0.56198347,0.55785125,0.61157024,0.59504133,0.56198347,0.57438016,0.61157024,0.6404959,0.6652893,0.6983471,0.71487606,0.71900827,0.73140496,0.70247936,0.6363636,0.59917355,0.58264464,0.57438016,0.57438016,0.57024795,0.57438016,0.55785125,0.54545456,0.5289256,0.55785125,0.553719,0.55785125,0.5165289,0.47107437,0.5,0.49173555,0.4876033,0.49586776,0.5206612,0.5495868,0.58677685,0.59917355,0.61157024,0.58677685,0.5785124,0.59090906,0.53305787,0.5371901,0.5165289,0.48347107,0.39256197,0.40495867,0.32231405,0.11570248,0.1322314,0.1322314,0.1322314,0.1322314,0.13636364,0.14049587,0.1322314,0.11983471,0.13636364,0.1983471,0.17355372,0.19421488,0.16115703,0.19008264,0.45867768,0.5371901,0.5123967,0.59504133,0.60330576,0.57024795,0.553719,0.61570245,0.62396693,0.6487603,0.69008267,0.69008267,0.6859504,0.71900827,0.6859504,0.6528926,0.61570245,0.57438016,0.5289256,0.5247934,0.53305787,0.5123967,0.5123967,0.49586776,0.49586776,0.5123967,0.49586776,0.46280992,0.42975205,0.4338843,0.45041323,0.4752066,0.4752066,0.4876033,0.5289256,0.54545456,0.58264464,0.59504133,0.58677685,0.57438016,0.58264464,0.56198347,0.5413223,0.553719,0.5206612,0.45454547,0.38429752,0.35950413,0.19008264,0.11157025,0.14049587,0.12396694,0.12809917,0.1322314,0.12809917,0.14049587,0.1322314,0.11983471,0.12809917,0.19421488,0.19421488,0.19421488,0.17355372,0.18595041,0.49173555,0.553719,0.49586776,0.55785125,0.58264464,0.58677685,0.54545456,0.62396693,0.6404959,0.6570248,0.6694215,0.6652893,0.6735537,0.6859504,0.6694215,0.6570248,0.607438,0.58264464,0.5289256,0.49173555,0.47933885,0.45867768,0.45041323,0.45041323,0.47107437,0.45454547,0.42561984,0.41735536,0.41322315,0.42561984,0.42975205,0.446281,0.45454547,0.46694216,0.5413223,0.55785125,0.58264464,0.58677685,0.56198347,0.58677685,0.56198347,0.5495868,0.5289256,0.53305787,0.5,0.41735536,0.38016528,0.24793388,0.15289256,0.12396694,0.14049587,0.12809917,0.12396694,0.1322314,0.1322314,0.13636364,0.12809917,0.12396694,0.14049587,0.20247933,0.19421488,0.20247933,0.19421488,0.17355372,0.5247934,0.607438,0.5123967,0.5206612,0.5661157,0.59917355,0.59504133,0.61157024,0.6570248,0.6487603,0.6570248,0.6404959,0.6652893,0.661157,0.6322314,0.61570245,0.59504133,0.54545456,0.4876033,0.44214877,0.38842976,0.338843,0.30991736,0.3429752,0.34710744,0.30165288,0.29338843,0.3305785,0.3429752,0.36363637,0.40082645,0.4338843,0.45454547,0.4752066,0.53305787,0.55785125,0.54545456,0.5289256,0.553719,0.59090906,0.55785125,0.5371901,0.5082645,0.49586776,0.4752066,0.39256197,0.30165288,0.16115703,0.12396694,0.1446281,0.13636364,0.1322314,0.11983471,0.13636364,0.12396694,0.1322314,0.12809917,0.12396694,0.12809917,0.2231405,0.20247933,0.20661157,0.21487603,0.15289256,0.5495868,0.6363636,0.55785125,0.446281,0.5123967,0.59917355,0.60330576,0.59090906,0.6198347,0.6198347,0.6363636,0.607438,0.6198347,0.6198347,0.61157024,0.607438,0.57438016,0.5413223,0.4752066,0.4214876,0.38429752,0.33471075,0.32231405,0.30991736,0.2768595,0.24380165,0.28512397,0.3140496,0.3429752,0.38429752,0.42975205,0.47107437,0.4876033,0.5,0.53305787,0.553719,0.5206612,0.54545456,0.58264464,0.58264464,0.5495868,0.5082645,0.49173555,0.4876033,0.41735536,0.3429752,0.20247933,0.11570248,0.12809917,0.13636364,0.12809917,0.13636364,0.12396694,0.12396694,0.12809917,0.12809917,0.1322314,0.12809917,0.12396694,0.21900827,0.2107438,0.2107438,0.1983471,0.1322314,0.57438016,0.6446281,0.6198347,0.48347107,0.45454547,0.5413223,0.56198347,0.59917355,0.61157024,0.607438,0.6363636,0.6198347,0.59090906,0.61570245,0.61570245,0.61157024,0.58264464,0.54545456,0.5041322,0.45041323,0.43801653,0.4214876,0.41735536,0.41735536,0.4090909,0.4090909,0.41735536,0.42975205,0.42975205,0.45867768,0.47107437,0.4876033,0.5123967,0.5,0.5206612,0.5289256,0.5247934,0.5661157,0.58264464,0.5661157,0.5123967,0.49173555,0.4876033,0.446281,0.37190083,0.21487603,0.07024793,0.09504132,0.11570248,0.12809917,0.12396694,0.13636364,0.12809917,0.12809917,0.11983471,0.12396694,0.12809917,0.11983471,0.1322314,0.2231405,0.2231405,0.21900827,0.21900827,0.11983471,0.607438,0.6446281,0.6363636,0.57438016,0.44214877,0.4876033,0.553719,0.5785124,0.62396693,0.60330576,0.6280992,0.6322314,0.61570245,0.607438,0.62396693,0.6198347,0.60330576,0.58677685,0.5661157,0.5371901,0.49173555,0.46280992,0.45041323,0.44214877,0.42975205,0.45041323,0.44214877,0.47107437,0.46280992,0.5041322,0.5082645,0.5165289,0.5289256,0.5165289,0.5247934,0.5247934,0.5413223,0.5661157,0.57024795,0.5371901,0.47933885,0.45454547,0.45041323,0.3966942,0.28099173,0.053719006,0.05785124,0.08264463,0.08264463,0.09504132,0.10330579,0.11570248,0.12809917,0.14049587,0.1322314,0.13636364,0.12809917,0.12396694,0.12809917,0.23553719,0.2231405,0.2231405,0.21487603,0.11983471,0.6404959,0.6487603,0.6198347,0.6404959,0.5371901,0.4338843,0.49586776,0.5785124,0.6404959,0.607438,0.61157024,0.6487603,0.6198347,0.59917355,0.62396693,0.6446281,0.6363636,0.62396693,0.61157024,0.59917355,0.5661157,0.5165289,0.5247934,0.5082645,0.5041322,0.5041322,0.5165289,0.5123967,0.5247934,0.55785125,0.5371901,0.5495868,0.5495868,0.54545456,0.5371901,0.53305787,0.553719,0.5785124,0.5495868,0.5082645,0.45867768,0.42561984,0.36363637,0.38429752,0.15289256,0.05785124,0.06198347,0.08264463,0.07024793,0.0785124,0.08677686,0.08264463,0.08677686,0.11570248,0.14876033,0.16528925,0.14876033,0.11983471,0.12396694,0.2231405,0.21900827,0.21900827,0.20247933,0.12809917,0.607438,0.6735537,0.61157024,0.6404959,0.6322314,0.49586776,0.42975205,0.5371901,0.58677685,0.59504133,0.61157024,0.6528926,0.6404959,0.6363636,0.62396693,0.6404959,0.6446281,0.6363636,0.6404959,0.607438,0.6363636,0.59917355,0.58677685,0.58677685,0.57438016,0.56198347,0.5661157,0.5371901,0.553719,0.59504133,0.56198347,0.5661157,0.57438016,0.55785125,0.553719,0.57438016,0.58677685,0.5785124,0.5371901,0.48347107,0.44214877,0.37190083,0.30991736,0.45041323,0.24793388,0.0661157,0.053719006,0.07438017,0.0661157,0.07438017,0.07438017,0.08264463,0.0785124,0.09504132,0.14049587,0.15289256,0.19008264,0.14049587,0.11983471,0.21900827,0.23140496,0.22727273,0.20661157,0.20247933,0.60330576,0.6735537,0.62396693,0.6322314,0.6528926,0.6322314,0.47933885,0.42975205,0.5785124,0.58677685,0.6322314,0.6570248,0.6363636,0.6487603,0.61570245,0.6363636,0.6487603,0.6446281,0.6446281,0.6363636,0.6363636,0.61570245,0.607438,0.60330576,0.57024795,0.57024795,0.57438016,0.57024795,0.58264464,0.56198347,0.56198347,0.56198347,0.57024795,0.5661157,0.5661157,0.59504133,0.58677685,0.5495868,0.49173555,0.45454547,0.3966942,0.32231405,0.38842976,0.4752066,0.338843,0.08264463,0.053719006,0.053719006,0.0785124,0.07438017,0.0785124,0.07438017,0.0785124,0.09504132,0.13636364,0.14049587,0.17768595,0.17768595,0.15289256,0.25619835,0.2520661,0.23966943,0.18595041,0.23553719,0.59090906,0.6859504,0.6322314,0.6446281,0.6363636,0.6694215,0.59090906,0.44214877,0.46280992,0.54545456,0.61157024,0.6322314,0.6198347,0.6404959,0.62396693,0.6404959,0.6404959,0.6363636,0.6404959,0.6280992,0.6280992,0.61157024,0.58264464,0.59090906,0.5661157,0.57024795,0.57024795,0.58677685,0.58677685,0.55785125,0.58264464,0.553719,0.5495868,0.55785125,0.5661157,0.57024795,0.5247934,0.5082645,0.446281,0.37603307,0.32231405,0.37190083,0.45454547,0.446281,0.4090909,0.14049587,0.049586777,0.05785124,0.07024793,0.06198347,0.09090909,0.08264463,0.08264463,0.09917355,0.12809917,0.14876033,0.17355372,0.14049587,0.19008264,0.23966943,0.2107438,0.20661157,0.13636364,0.2231405,0.58677685,0.69008267,0.6528926,0.6694215,0.6528926,0.6487603,0.661157,0.61570245,0.45867768,0.47933885,0.57438016,0.58677685,0.61157024,0.60330576,0.60330576,0.6198347,0.6280992,0.6198347,0.6363636,0.61157024,0.61157024,0.61157024,0.5495868,0.5661157,0.57438016,0.56198347,0.5495868,0.55785125,0.553719,0.553719,0.58264464,0.553719,0.5247934,0.56198347,0.5661157,0.5371901,0.5082645,0.47107437,0.40082645,0.2768595,0.3553719,0.4752066,0.45454547,0.41735536,0.44214877,0.20661157,0.049586777,0.049586777,0.07024793,0.0661157,0.0785124,0.09504132,0.08677686,0.10330579,0.12396694,0.15289256,0.14876033,0.1570248,0.19008264,26 +0.38429752,0.5082645,0.6198347,0.7231405,0.7644628,0.7768595,0.79752064,0.8140496,0.8016529,0.79752064,0.78512394,0.7892562,0.78512394,0.78099173,0.7892562,0.8016529,0.8057851,0.8140496,0.80991733,0.8140496,0.80991733,0.8140496,0.8140496,0.8016529,0.79752064,0.79752064,0.78512394,0.76859504,0.76033056,0.75206614,0.7355372,0.75206614,0.75619835,0.75619835,0.77272725,0.77272725,0.77272725,0.76859504,0.7644628,0.77272725,0.7644628,0.75619835,0.7768595,0.7768595,0.77272725,0.77272725,0.76859504,0.76033056,0.74793386,0.75206614,0.73966944,0.72727275,0.7231405,0.7231405,0.7355372,0.7355372,0.73140496,0.6983471,0.6570248,0.6322314,0.61157024,0.58264464,0.44214877,0.32231405,0.38016528,0.49173555,0.62396693,0.73140496,0.7644628,0.78512394,0.80991733,0.80991733,0.8016529,0.79752064,0.7768595,0.7644628,0.7892562,0.78512394,0.79752064,0.8057851,0.80991733,0.822314,0.8140496,0.80991733,0.822314,0.8305785,0.822314,0.8140496,0.80991733,0.8181818,0.8057851,0.7768595,0.78099173,0.7768595,0.76033056,0.76859504,0.76033056,0.75619835,0.77272725,0.7892562,0.78099173,0.7892562,0.76033056,0.78099173,0.76859504,0.76033056,0.7768595,0.78099173,0.77272725,0.78099173,0.78099173,0.7644628,0.75206614,0.75619835,0.74380165,0.73140496,0.7231405,0.71487606,0.73140496,0.71487606,0.7231405,0.6942149,0.6487603,0.6404959,0.6280992,0.59090906,0.45041323,0.30578512,0.39256197,0.4752066,0.6528926,0.74793386,0.76033056,0.78512394,0.80991733,0.8140496,0.8140496,0.78512394,0.78099173,0.7768595,0.78512394,0.78512394,0.79752064,0.8057851,0.8140496,0.822314,0.8140496,0.8347107,0.8140496,0.8264463,0.822314,0.8181818,0.822314,0.8305785,0.8305785,0.8140496,0.7892562,0.8057851,0.77272725,0.7768595,0.7768595,0.7768595,0.78099173,0.8057851,0.79752064,0.7933884,0.76859504,0.78512394,0.7768595,0.76859504,0.7768595,0.7768595,0.78512394,0.7768595,0.77272725,0.76859504,0.75619835,0.75619835,0.7355372,0.73140496,0.71487606,0.7066116,0.71487606,0.71487606,0.71487606,0.6859504,0.6487603,0.6280992,0.6280992,0.59090906,0.5165289,0.29752067,0.37603307,0.47933885,0.69008267,0.75619835,0.74793386,0.7892562,0.8057851,0.8181818,0.8140496,0.8057851,0.78512394,0.7892562,0.7892562,0.7892562,0.78512394,0.80991733,0.8057851,0.822314,0.8264463,0.8347107,0.822314,0.8305785,0.822314,0.8181818,0.8264463,0.8305785,0.8429752,0.8471074,0.8264463,0.8347107,0.7933884,0.78512394,0.78099173,0.79752064,0.79752064,0.8181818,0.80991733,0.79752064,0.7768595,0.78512394,0.77272725,0.7768595,0.77272725,0.77272725,0.77272725,0.7768595,0.7644628,0.77272725,0.75619835,0.7644628,0.75619835,0.74793386,0.7231405,0.7107438,0.71487606,0.71487606,0.7066116,0.6652893,0.6446281,0.60330576,0.58264464,0.5785124,0.553719,0.338843,0.3305785,0.5247934,0.73140496,0.76033056,0.73966944,0.78512394,0.8140496,0.822314,0.8181818,0.8057851,0.7892562,0.7933884,0.7892562,0.7892562,0.76859504,0.7933884,0.78099173,0.8140496,0.8264463,0.8264463,0.8181818,0.8140496,0.822314,0.822314,0.822314,0.822314,0.8347107,0.8471074,0.838843,0.838843,0.8264463,0.80991733,0.7933884,0.8181818,0.80991733,0.8305785,0.8140496,0.7933884,0.7644628,0.76859504,0.76859504,0.76859504,0.76859504,0.76033056,0.76033056,0.7644628,0.75206614,0.7355372,0.73140496,0.75206614,0.74380165,0.73966944,0.72727275,0.7107438,0.7231405,0.73140496,0.7066116,0.677686,0.6363636,0.58264464,0.58677685,0.57024795,0.553719,0.38842976,0.3140496,0.58677685,0.74380165,0.75206614,0.74793386,0.76033056,0.80991733,0.80991733,0.8057851,0.79752064,0.78099173,0.78099173,0.76033056,0.77272725,0.74380165,0.75619835,0.75619835,0.7644628,0.7933884,0.8016529,0.8057851,0.7892562,0.8057851,0.8057851,0.80991733,0.8140496,0.80991733,0.8264463,0.8140496,0.822314,0.8347107,0.8347107,0.8016529,0.8181818,0.80991733,0.8016529,0.79752064,0.76859504,0.75619835,0.75619835,0.74793386,0.75206614,0.75619835,0.74380165,0.73966944,0.74380165,0.72727275,0.7231405,0.7231405,0.72727275,0.71900827,0.7066116,0.677686,0.661157,0.6859504,0.7231405,0.71900827,0.6694215,0.61157024,0.5661157,0.58264464,0.57024795,0.5495868,0.42975205,0.33471075,0.62396693,0.76033056,0.73966944,0.74380165,0.75619835,0.8016529,0.80991733,0.8016529,0.76033056,0.71487606,0.69008267,0.69008267,0.6818182,0.6694215,0.6859504,0.6487603,0.6652893,0.69008267,0.7107438,0.7355372,0.73140496,0.76033056,0.76859504,0.7892562,0.7892562,0.7892562,0.7892562,0.7768595,0.78512394,0.8140496,0.8181818,0.7933884,0.7768595,0.78099173,0.75206614,0.75619835,0.74380165,0.7355372,0.7355372,0.72727275,0.7107438,0.71900827,0.70247936,0.6818182,0.677686,0.6446281,0.6322314,0.6528926,0.661157,0.6446281,0.6487603,0.607438,0.57438016,0.58264464,0.607438,0.69008267,0.70247936,0.59090906,0.54545456,0.5785124,0.553719,0.54545456,0.45041323,0.35123968,0.62396693,0.7768595,0.73140496,0.73140496,0.74793386,0.7933884,0.78099173,0.7644628,0.69008267,0.6280992,0.60330576,0.607438,0.58264464,0.58677685,0.607438,0.5371901,0.5495868,0.57024795,0.5785124,0.60330576,0.6198347,0.6859504,0.7231405,0.74380165,0.77272725,0.76859504,0.76033056,0.74793386,0.75206614,0.77272725,0.7892562,0.75206614,0.74380165,0.73966944,0.7355372,0.71900827,0.7231405,0.71487606,0.6983471,0.6818182,0.6404959,0.607438,0.54545456,0.5165289,0.5,0.47933885,0.4752066,0.5041322,0.5371901,0.5413223,0.5785124,0.54545456,0.5289256,0.5165289,0.5,0.5371901,0.59504133,0.58677685,0.5413223,0.56198347,0.5206612,0.5495868,0.4876033,0.33471075,0.6363636,0.78099173,0.73140496,0.70247936,0.7066116,0.7355372,0.6818182,0.661157,0.61157024,0.55785125,0.5495868,0.5661157,0.5413223,0.5123967,0.5041322,0.4338843,0.45867768,0.47933885,0.49586776,0.5123967,0.5495868,0.61570245,0.677686,0.7107438,0.75619835,0.75619835,0.7355372,0.7355372,0.72727275,0.74380165,0.75206614,0.73140496,0.7107438,0.7107438,0.7066116,0.6942149,0.69008267,0.677686,0.6694215,0.6280992,0.58264464,0.5123967,0.4214876,0.3966942,0.37603307,0.35123968,0.36363637,0.38842976,0.41322315,0.446281,0.49173555,0.47107437,0.49173555,0.5041322,0.49586776,0.5041322,0.49173555,0.5206612,0.5,0.5289256,0.5289256,0.5413223,0.5041322,0.29338843,0.6859504,0.7768595,0.72727275,0.6818182,0.6487603,0.6570248,0.6198347,0.60330576,0.54545456,0.5082645,0.4752066,0.49173555,0.5,0.4752066,0.42561984,0.3966942,0.446281,0.47933885,0.5041322,0.5371901,0.57438016,0.60330576,0.6322314,0.6818182,0.7355372,0.74793386,0.71900827,0.72727275,0.7066116,0.71487606,0.7107438,0.70247936,0.6942149,0.6942149,0.6983471,0.6818182,0.6570248,0.6404959,0.62396693,0.57438016,0.5289256,0.4752066,0.43801653,0.38842976,0.3553719,0.3264463,0.3305785,0.338843,0.34710744,0.3677686,0.40495867,0.40495867,0.45867768,0.4752066,0.4876033,0.4876033,0.45867768,0.45041323,0.46280992,0.5041322,0.5247934,0.5661157,0.5165289,0.29338843,0.70247936,0.76859504,0.7231405,0.6694215,0.6404959,0.6528926,0.6280992,0.607438,0.55785125,0.54545456,0.54545456,0.5495868,0.57438016,0.56198347,0.5413223,0.5123967,0.54545456,0.54545456,0.5495868,0.55785125,0.57024795,0.59504133,0.61157024,0.6694215,0.71900827,0.7355372,0.72727275,0.71487606,0.6983471,0.6983471,0.6942149,0.69008267,0.6652893,0.6818182,0.6818182,0.6652893,0.6322314,0.607438,0.57438016,0.5247934,0.4876033,0.45041323,0.4338843,0.41322315,0.39256197,0.41735536,0.4214876,0.45041323,0.446281,0.46280992,0.446281,0.4752066,0.4752066,0.5041322,0.5165289,0.49586776,0.47933885,0.46694216,0.4752066,0.49586776,0.54545456,0.58264464,0.5247934,0.30578512,0.71900827,0.78099173,0.74793386,0.6818182,0.6528926,0.6570248,0.6446281,0.6404959,0.6404959,0.6322314,0.6322314,0.6280992,0.59504133,0.607438,0.7355372,0.6322314,0.59090906,0.5785124,0.5785124,0.5495868,0.5041322,0.5123967,0.5661157,0.59917355,0.6322314,0.6280992,0.6487603,0.6570248,0.6652893,0.6528926,0.62396693,0.59090906,0.5785124,0.553719,0.553719,0.5247934,0.47107437,0.4752066,0.45867768,0.41735536,0.38429752,0.37190083,0.3677686,0.3553719,0.37190083,0.40495867,0.41322315,0.34710744,0.3429752,0.33471075,0.3677686,0.38429752,0.39256197,0.41735536,0.41735536,0.4214876,0.45867768,0.5247934,0.5206612,0.49586776,0.54545456,0.5661157,0.5413223,0.3264463,0.72727275,0.8016529,0.7644628,0.6528926,0.58264464,0.49173555,0.4090909,0.3966942,0.43801653,0.48347107,0.53305787,0.5371901,0.53305787,0.5289256,0.607438,0.54545456,0.42975205,0.3429752,0.38842976,0.35123968,0.38016528,0.35123968,0.41322315,0.35123968,0.37190083,0.37603307,0.3429752,0.29338843,0.35950413,0.39256197,0.44214877,0.4214876,0.43801653,0.4214876,0.3966942,0.38429752,0.29338843,0.21487603,0.2107438,0.25619835,0.28512397,0.3181818,0.35950413,0.4338843,0.5041322,0.5495868,0.59917355,0.57438016,0.58264464,0.56198347,0.5371901,0.49586776,0.43801653,0.39256197,0.3553719,0.38016528,0.3429752,0.32231405,0.38842976,0.48347107,0.5371901,0.5661157,0.5247934,0.3140496,0.6528926,0.78512394,0.61570245,0.4090909,0.45454547,0.5165289,0.5785124,0.6198347,0.7107438,0.7355372,0.7066116,0.61157024,0.59090906,0.58264464,0.59090906,0.58264464,0.5495868,0.5041322,0.45454547,0.42975205,0.40495867,0.38429752,0.42975205,0.42561984,0.28512397,0.49586776,0.6446281,0.6942149,0.7355372,0.6983471,0.6983471,0.6528926,0.6446281,0.6322314,0.5785124,0.5413223,0.3305785,0.24380165,0.37603307,0.41322315,0.40495867,0.42975205,0.46694216,0.5123967,0.54545456,0.58677685,0.6322314,0.58264464,0.6198347,0.6280992,0.661157,0.6818182,0.6652893,0.58677685,0.49173555,0.47933885,0.46694216,0.45454547,0.37603307,0.30578512,0.4338843,0.5123967,0.4338843,0.3553719,0.5289256,0.5,0.5247934,0.6198347,0.6942149,0.6859504,0.70247936,0.73966944,0.77272725,0.7355372,0.6983471,0.6694215,0.6280992,0.60330576,0.5785124,0.56198347,0.5082645,0.44214877,0.41322315,0.4090909,0.37603307,0.3677686,0.39256197,0.45041323,0.38842976,0.36363637,0.58264464,0.78512394,0.8553719,0.7933884,0.75619835,0.74380165,0.7644628,0.7768595,0.6818182,0.47107437,0.30578512,0.46280992,0.42975205,0.38016528,0.338843,0.38016528,0.42561984,0.47107437,0.49173555,0.5785124,0.60330576,0.53305787,0.5371901,0.5661157,0.59917355,0.6363636,0.6363636,0.6322314,0.55785125,0.49586776,0.5289256,0.54545456,0.5247934,0.446281,0.34710744,0.35950413,0.42561984,0.4090909,0.4338843,0.5041322,0.6198347,0.677686,0.76033056,0.7231405,0.72727275,0.7107438,0.62396693,0.61570245,0.62396693,0.47933885,0.57024795,0.29338843,0.2768595,0.28512397,0.30165288,0.28512397,0.3429752,0.3677686,0.35123968,0.35950413,0.37603307,0.37603307,0.4338843,0.41735536,0.4214876,0.74793386,0.8181818,0.661157,0.5495868,0.5247934,0.607438,0.7107438,0.6983471,0.39256197,0.40495867,0.45867768,0.34710744,0.30991736,0.3429752,0.37190083,0.37190083,0.36363637,0.30165288,0.29338843,0.3140496,0.3181818,0.38016528,0.4214876,0.49173555,0.5495868,0.53305787,0.5206612,0.5495868,0.5371901,0.53305787,0.57438016,0.5247934,0.44214877,0.4090909,0.40082645,0.44214877,0.49586776,0.5123967,0.6735537,0.553719,0.59090906,0.72727275,0.7107438,0.69008267,0.59917355,0.5082645,0.48347107,0.42561984,0.36363637,0.77272725,0.37603307,0.2644628,0.16115703,0.21487603,0.30578512,0.37190083,0.4338843,0.35950413,0.39256197,0.37190083,0.48347107,0.53305787,0.47933885,0.3140496,0.69008267,0.79752064,0.6735537,0.607438,0.55785125,0.55785125,0.45454547,0.42561984,0.3429752,0.42561984,0.44214877,0.34710744,0.4214876,0.3553719,0.30578512,0.38016528,0.47933885,0.3140496,0.2107438,0.16115703,0.18595041,0.22727273,0.28099173,0.41322315,0.33471075,0.38429752,0.41322315,0.46280992,0.5371901,0.553719,0.56198347,0.48347107,0.38429752,0.45041323,0.41735536,0.39256197,0.55785125,0.5661157,0.71900827,0.6859504,0.607438,0.6446281,0.661157,0.61570245,0.5495868,0.5247934,0.5165289,0.49173555,0.5413223,0.6694215,0.40495867,0.3305785,0.3181818,0.29338843,0.37603307,0.45454547,0.5371901,0.42561984,0.7231405,0.38016528,0.4876033,0.70247936,0.5785124,0.30991736,0.6694215,0.71487606,0.6528926,0.59090906,0.5495868,0.57438016,0.6404959,0.57438016,0.34710744,0.4338843,0.49173555,0.53305787,0.45041323,0.36363637,0.35950413,0.5785124,0.6528926,0.4752066,0.33471075,0.3305785,0.3305785,0.30578512,0.4214876,0.5082645,0.41735536,0.41322315,0.37190083,0.42975205,0.49173555,0.5082645,0.5165289,0.45041323,0.46280992,0.5123967,0.3264463,0.40082645,0.5123967,0.5371901,0.71900827,0.74793386,0.73140496,0.7231405,0.71900827,0.6570248,0.661157,0.6363636,0.60330576,0.61157024,0.5785124,0.58264464,0.5413223,0.42975205,0.5041322,0.45454547,0.46694216,0.5041322,0.5165289,0.47107437,0.5206612,0.54545456,0.58264464,0.6942149,0.6363636,0.35123968,0.6818182,0.6487603,0.6818182,0.6983471,0.6652893,0.5661157,0.4752066,0.59504133,0.47933885,0.41322315,0.59090906,0.607438,0.5413223,0.5247934,0.5165289,0.5413223,0.5785124,0.5413223,0.48347107,0.4876033,0.45867768,0.45867768,0.5371901,0.55785125,0.56198347,0.5123967,0.45454547,0.45454547,0.48347107,0.5,0.54545456,0.5371901,0.5247934,0.54545456,0.2768595,0.38016528,0.5041322,0.48347107,0.74380165,0.74793386,0.76859504,0.77272725,0.76859504,0.75206614,0.75619835,0.74793386,0.6983471,0.69008267,0.6322314,0.59917355,0.57024795,0.58264464,0.59504133,0.55785125,0.5371901,0.5247934,0.5123967,0.5,0.5247934,0.57438016,0.607438,0.6322314,0.59504133,0.38842976,0.6652893,0.71900827,0.7231405,0.6859504,0.7107438,0.6735537,0.42975205,0.47107437,0.5661157,0.36363637,0.61157024,0.5123967,0.4752066,0.5206612,0.53305787,0.5165289,0.5206612,0.53305787,0.5413223,0.56198347,0.5413223,0.54545456,0.5495868,0.54545456,0.5247934,0.4752066,0.47107437,0.5413223,0.58264464,0.59917355,0.59090906,0.5785124,0.5371901,0.5785124,0.2644628,0.3553719,0.5041322,0.5206612,0.75619835,0.74380165,0.78099173,0.7768595,0.78099173,0.76859504,0.75206614,0.75206614,0.71900827,0.74380165,0.70247936,0.6652893,0.62396693,0.60330576,0.58677685,0.60330576,0.5661157,0.5495868,0.5165289,0.5082645,0.53305787,0.58264464,0.60330576,0.677686,0.46694216,0.29338843,0.6818182,0.79752064,0.7644628,0.6859504,0.6983471,0.7231405,0.46694216,0.33471075,0.47933885,0.27272728,0.6198347,0.5,0.41735536,0.48347107,0.5371901,0.4876033,0.46694216,0.47933885,0.4876033,0.5,0.5206612,0.5289256,0.5165289,0.49173555,0.5123967,0.49173555,0.58264464,0.61157024,0.6322314,0.6446281,0.60330576,0.58677685,0.5495868,0.57438016,0.26859504,0.38016528,0.5165289,0.6363636,0.76033056,0.7355372,0.7768595,0.7768595,0.78512394,0.7644628,0.75206614,0.73140496,0.71487606,0.71487606,0.6859504,0.6446281,0.59504133,0.56198347,0.5041322,0.5165289,0.49173555,0.49586776,0.49586776,0.5289256,0.60330576,0.6280992,0.6735537,0.6280992,0.24793388,0.28099173,0.78099173,0.7892562,0.75206614,0.69008267,0.6942149,0.73966944,0.49586776,0.57024795,0.6198347,0.14876033,0.49586776,0.57438016,0.49173555,0.5165289,0.57024795,0.54545456,0.5082645,0.49586776,0.4876033,0.4752066,0.46280992,0.46280992,0.47933885,0.5165289,0.57024795,0.59917355,0.6487603,0.6487603,0.62396693,0.6198347,0.59504133,0.60330576,0.5661157,0.58264464,0.28099173,0.5,0.57438016,0.7355372,0.73966944,0.7355372,0.77272725,0.76859504,0.78099173,0.78512394,0.74793386,0.74380165,0.76033056,0.71487606,0.71900827,0.6859504,0.6487603,0.607438,0.59504133,0.57024795,0.55785125,0.5785124,0.59090906,0.6280992,0.661157,0.6942149,0.7768595,0.5247934,0.13636364,0.48347107,0.78512394,0.7644628,0.75619835,0.70247936,0.71900827,0.74793386,0.59504133,0.47933885,0.38429752,0.09504132,0.4214876,0.59504133,0.5785124,0.5413223,0.57024795,0.58677685,0.5371901,0.5661157,0.55785125,0.57438016,0.57024795,0.57438016,0.58264464,0.60330576,0.6363636,0.6528926,0.6570248,0.6528926,0.6446281,0.61157024,0.60330576,0.6363636,0.5785124,0.56198347,0.34710744,0.553719,0.58264464,0.76033056,0.7231405,0.74380165,0.78512394,0.7644628,0.7768595,0.8057851,0.7768595,0.75206614,0.78099173,0.7644628,0.75619835,0.75619835,0.73966944,0.7355372,0.70247936,0.6735537,0.6735537,0.661157,0.677686,0.7066116,0.71900827,0.7644628,0.74793386,0.39256197,0.36363637,0.6735537,0.75206614,0.7892562,0.77272725,0.7066116,0.7066116,0.7355372,0.6942149,0.5495868,0.30991736,0.3181818,0.24380165,0.5785124,0.6446281,0.61157024,0.59917355,0.61157024,0.59504133,0.607438,0.58677685,0.61157024,0.59917355,0.6322314,0.6363636,0.6363636,0.6570248,0.6694215,0.6652893,0.6652893,0.677686,0.6652893,0.6446281,0.6322314,0.5785124,0.53305787,0.49173555,0.44214877,0.5495868,0.74380165,0.7231405,0.7768595,0.77272725,0.78512394,0.79752064,0.80991733,0.8181818,0.77272725,0.76859504,0.78099173,0.76033056,0.74380165,0.74380165,0.73966944,0.74380165,0.7107438,0.6942149,0.6942149,0.74380165,0.74793386,0.7644628,0.80991733,0.61570245,0.3966942,0.60330576,0.73966944,0.7768595,0.8016529,0.7768595,0.71487606,0.7231405,0.7231405,0.73140496,0.607438,0.42975205,0.4090909,0.29752067,0.36363637,0.6983471,0.70247936,0.6446281,0.6363636,0.6570248,0.6446281,0.607438,0.6322314,0.6404959,0.62396693,0.6404959,0.6528926,0.6652893,0.6859504,0.6818182,0.6942149,0.7066116,0.6818182,0.6570248,0.6487603,0.59090906,0.5165289,0.57438016,0.33471075,0.5123967,0.69008267,0.7355372,0.78099173,0.7644628,0.8057851,0.8140496,0.8181818,0.822314,0.78512394,0.76033056,0.75619835,0.76033056,0.71900827,0.74380165,0.73966944,0.74380165,0.73966944,0.73140496,0.7355372,0.75206614,0.7644628,0.8016529,0.80991733,0.4214876,0.57024795,0.6487603,0.77272725,0.79752064,0.79752064,0.8016529,0.71487606,0.7231405,0.76033056,0.71900827,0.60330576,0.5206612,0.3966942,0.4876033,0.26859504,0.57438016,0.76033056,0.677686,0.69008267,0.6983471,0.6942149,0.677686,0.6694215,0.6487603,0.6487603,0.6487603,0.661157,0.6652893,0.677686,0.6983471,0.7107438,0.7066116,0.70247936,0.6818182,0.6446281,0.59917355,0.5371901,0.5123967,0.35950413,0.48347107,0.59090906,0.74380165,0.77272725,0.78512394,0.80991733,0.80991733,0.8181818,0.822314,0.7933884,0.77272725,0.75206614,0.74793386,0.7231405,0.7355372,0.73140496,0.72727275,0.7355372,0.72727275,0.73140496,0.74793386,0.7355372,0.838843,0.46280992,0.58677685,0.6322314,0.661157,0.7933884,0.8016529,0.7892562,0.7933884,0.7066116,0.74380165,0.8016529,0.661157,0.58264464,0.58677685,0.446281,0.45041323,0.46694216,0.25619835,0.6735537,0.6942149,0.6859504,0.6942149,0.69008267,0.69008267,0.6818182,0.6446281,0.6446281,0.6487603,0.6735537,0.6528926,0.6570248,0.71487606,0.73140496,0.72727275,0.71487606,0.7107438,0.6487603,0.60330576,0.56198347,0.446281,0.38429752,0.59090906,0.45867768,0.7231405,0.7768595,0.80991733,0.8181818,0.8140496,0.80991733,0.8140496,0.79752064,0.76033056,0.74380165,0.73140496,0.72727275,0.7231405,0.7066116,0.71900827,0.74793386,0.73140496,0.7355372,0.76033056,0.76859504,0.45867768,0.7066116,0.7231405,0.6487603,0.7107438,0.78099173,0.7892562,0.7933884,0.8057851,0.70247936,0.78099173,0.75206614,0.6322314,0.5661157,0.6198347,0.5413223,0.44214877,0.5165289,0.4876033,0.2768595,0.6528926,0.6694215,0.6694215,0.677686,0.6735537,0.677686,0.6652893,0.6404959,0.6570248,0.6652893,0.6652893,0.6487603,0.70247936,0.7231405,0.71900827,0.7231405,0.71487606,0.6404959,0.62396693,0.5413223,0.36363637,0.4752066,0.71900827,0.5,0.5785124,0.77272725,0.8181818,0.822314,0.8140496,0.8181818,0.80991733,0.7933884,0.78099173,0.75206614,0.72727275,0.73140496,0.7231405,0.71487606,0.73140496,0.73966944,0.74380165,0.74793386,0.71900827,0.46694216,0.6404959,0.8016529,0.6983471,0.6322314,0.76033056,0.77272725,0.7933884,0.79752064,0.8016529,0.7107438,0.7768595,0.71900827,0.6404959,0.57024795,0.6198347,0.60330576,0.46694216,0.5041322,0.55785125,0.5123967,0.3140496,0.5785124,0.6363636,0.6652893,0.6694215,0.6652893,0.6735537,0.6818182,0.6694215,0.6322314,0.6818182,0.6859504,0.6942149,0.7231405,0.7231405,0.73140496,0.7066116,0.677686,0.62396693,0.3966942,0.5123967,0.5,0.74380165,0.6528926,0.53305787,0.61570245,0.7933884,0.8305785,0.822314,0.8305785,0.8471074,0.8016529,0.78512394,0.75206614,0.73966944,0.73966944,0.7355372,0.73966944,0.75619835,0.76033056,0.74793386,0.6280992,0.47107437,0.60330576,0.73140496,0.70247936,0.6735537,0.59917355,0.7768595,0.7768595,0.79752064,0.79752064,0.80991733,0.71900827,0.7644628,0.6983471,0.7066116,0.60330576,0.59090906,0.59504133,0.49586776,0.44214877,0.57438016,0.553719,0.5123967,0.41735536,0.48347107,0.553719,0.6446281,0.6570248,0.6694215,0.6818182,0.6818182,0.6859504,0.71900827,0.72727275,0.71487606,0.7355372,0.7107438,0.74793386,0.80991733,0.59504133,0.45454547,0.59504133,0.553719,0.49173555,0.73966944,0.6694215,0.6942149,0.58677685,0.54545456,0.73966944,0.8264463,0.838843,0.8347107,0.822314,0.7933884,0.76033056,0.75619835,0.74380165,0.75206614,0.76859504,0.76033056,0.6487603,0.4752066,0.47933885,0.61157024,0.6322314,0.607438,0.677686,0.6322314,0.59917355,0.78512394,0.8016529,0.7892562,0.79752064,0.8347107,0.7231405,0.77272725,0.7066116,0.72727275,0.6570248,0.58677685,0.553719,0.5082645,0.4090909,0.5082645,0.58264464,0.58264464,0.5495868,0.47107437,0.47107437,0.42561984,0.5082645,0.6198347,0.661157,0.6652893,0.677686,0.6983471,0.71900827,0.71487606,0.6818182,0.58677685,0.6818182,0.6363636,0.58264464,0.6198347,0.59504133,0.53305787,0.5,0.77272725,0.6322314,0.7355372,0.75619835,0.6694215,0.49586776,0.47107437,0.76033056,0.8264463,0.8471074,0.78099173,0.7355372,0.73966944,0.677686,0.6280992,0.553719,0.47107437,0.446281,0.61157024,0.607438,0.5785124,0.54545456,0.58677685,0.6859504,0.607438,0.6198347,0.7933884,0.8057851,0.7644628,0.79752064,0.8347107,0.7107438,0.75206614,0.72727275,0.7107438,0.6942149,0.607438,0.5413223,0.5165289,0.4090909,0.46694216,0.57438016,0.6652893,0.6652893,0.6198347,0.5165289,0.45041323,0.40495867,0.34710744,0.39256197,0.48347107,0.5247934,0.5413223,0.55785125,0.5495868,0.5661157,0.553719,0.6652893,0.69008267,0.6528926,0.61570245,0.58264464,0.5123967,0.5082645,0.8140496,0.60330576,0.73966944,0.7768595,0.7892562,0.8305785,0.70247936,0.61157024,0.7107438,0.79752064,0.677686,0.58677685,0.5785124,0.553719,0.57024795,0.59917355,0.6280992,0.59917355,0.57024795,0.5495868,0.5371901,0.5661157,0.6363636,0.6694215,0.58264464,0.6487603,0.8016529,0.8016529,0.74380165,0.8512397,0.8264463,0.70247936,0.7355372,0.74793386,0.71487606,0.6983471,0.6363636,0.57438016,0.553719,0.41322315,0.45867768,0.5785124,0.6735537,0.7355372,0.74380165,0.6694215,0.553719,0.49586776,0.49586776,0.5,0.4876033,0.46694216,0.49586776,0.5371901,0.553719,0.6280992,0.6652893,0.6735537,0.6570248,0.6363636,0.59504133,0.56198347,0.49586776,0.4876033,0.74380165,0.6322314,0.71900827,0.7644628,0.78099173,0.8140496,0.8347107,0.8181818,0.7768595,0.73140496,0.6818182,0.6198347,0.59090906,0.57438016,0.5413223,0.53305787,0.553719,0.58677685,0.607438,0.6404959,0.6363636,0.6363636,0.6694215,0.6404959,0.6446281,0.73140496,0.8181818,0.8140496,0.76859504,0.89669424,0.8140496,0.7066116,0.71900827,0.74380165,0.75206614,0.73140496,0.677686,0.5785124,0.58677685,0.44214877,0.4876033,0.61157024,0.6859504,0.73140496,0.76033056,0.72727275,0.677686,0.6735537,0.61157024,0.59090906,0.58264464,0.57024795,0.55785125,0.57024795,0.57438016,0.59917355,0.61157024,0.6322314,0.62396693,0.61570245,0.58677685,0.553719,0.49586776,0.37190083,0.37603307,0.6487603,0.70247936,0.75619835,0.76033056,0.7933884,0.80991733,0.80991733,0.78512394,0.7644628,0.72727275,0.6859504,0.6363636,0.6363636,0.6570248,0.677686,0.7107438,0.73140496,0.7231405,0.6983471,0.6983471,0.6818182,0.7066116,0.677686,0.71487606,0.76033056,0.8429752,0.8305785,0.78099173,0.8471074,0.77272725,0.7231405,0.7231405,0.73966944,0.80991733,0.7933884,0.7066116,0.57024795,0.62396693,0.5206612,0.5413223,0.6652893,0.73140496,0.75619835,0.76033056,0.7066116,0.6859504,0.6942149,0.70247936,0.6818182,0.6694215,0.6487603,0.6363636,0.59917355,0.59090906,0.58677685,0.59090906,0.59917355,0.59504133,0.60330576,0.57024795,0.553719,0.46694216,0.19421488,0.14876033,0.55785125,0.71900827,0.7644628,0.75206614,0.7933884,0.79752064,0.79752064,0.78512394,0.7933884,0.7768595,0.76859504,0.70247936,0.71900827,0.71487606,0.7066116,0.71487606,0.7231405,0.71487606,0.69008267,0.7066116,0.7231405,0.71487606,0.7231405,0.77272725,0.74380165,0.8264463,0.8016529,0.73966944,0.71487606,0.7066116,0.69008267,0.6942149,0.6983471,0.74793386,0.7231405,0.6404959,0.53305787,0.60330576,0.61570245,0.59917355,0.7066116,0.75619835,0.7644628,0.73966944,0.7066116,0.69008267,0.6818182,0.6983471,0.6859504,0.6859504,0.6652893,0.6652893,0.6652893,0.661157,0.6404959,0.6198347,0.61570245,0.58264464,0.58677685,0.5495868,0.5413223,0.42561984,0.1570248,0.1446281,0.5165289,0.71900827,0.76033056,0.76033056,0.78099173,0.79752064,0.7933884,0.7892562,0.7933884,0.7768595,0.76859504,0.75206614,0.71900827,0.6983471,0.70247936,0.69008267,0.6818182,0.6694215,0.6818182,0.71487606,0.73966944,0.6652893,0.74380165,0.75206614,0.6528926,0.6694215,0.6735537,0.6818182,0.6570248,0.59917355,0.62396693,0.6404959,0.61157024,0.58264464,0.54545456,0.5165289,0.4876033,0.5495868,0.607438,0.5661157,0.73140496,0.75206614,0.70247936,0.677686,0.6735537,0.6735537,0.6570248,0.6694215,0.6818182,0.6735537,0.6528926,0.6528926,0.6404959,0.6446281,0.6446281,0.62396693,0.6198347,0.59090906,0.5785124,0.5413223,0.5206612,0.4214876,0.1570248,0.17355372,0.48347107,0.7355372,0.74380165,0.7644628,0.7768595,0.77272725,0.7644628,0.76033056,0.76033056,0.76033056,0.74380165,0.7231405,0.70247936,0.6818182,0.6652893,0.6404959,0.61570245,0.6280992,0.6694215,0.7231405,0.75619835,0.6942149,0.71487606,0.6570248,0.5206612,0.5206612,0.5495868,0.5661157,0.57438016,0.5247934,0.5206612,0.5247934,0.47933885,0.42975205,0.41322315,0.36363637,0.38016528,0.45867768,0.5495868,0.38842976,0.75206614,0.6983471,0.6735537,0.6322314,0.61570245,0.61570245,0.6363636,0.6528926,0.6487603,0.661157,0.6280992,0.6280992,0.607438,0.59917355,0.59917355,0.58677685,0.5661157,0.57024795,0.55785125,0.5247934,0.5041322,0.43801653,0.1570248,0.17355372,0.44214877,0.74793386,0.73966944,0.7644628,0.76859504,0.73140496,0.69008267,0.7107438,0.7231405,0.74380165,0.7355372,0.70247936,0.6942149,0.661157,0.62396693,0.607438,0.59917355,0.661157,0.71900827,0.75619835,0.77272725,0.74380165,0.6487603,0.5289256,0.3966942,0.4338843,0.5371901,0.5082645,0.446281,0.38842976,0.3677686,0.38429752,0.37603307,0.37190083,0.28512397,0.20661157,0.17768595,0.30991736,0.42975205,0.29338843,0.6818182,0.70247936,0.69008267,0.62396693,0.59090906,0.5785124,0.6198347,0.6363636,0.6280992,0.6280992,0.62396693,0.59917355,0.57024795,0.57024795,0.5661157,0.5495868,0.5082645,0.54545456,0.5413223,0.5165289,0.49173555,0.45454547,0.1446281,0.17768595,0.4090909,0.75206614,0.73966944,0.7644628,0.7644628,0.6942149,0.6404959,0.6735537,0.7107438,0.75206614,0.75206614,0.72727275,0.6942149,0.6404959,0.6198347,0.607438,0.6528926,0.6942149,0.76033056,0.78099173,0.78099173,0.7768595,0.72727275,0.58264464,0.40495867,0.5495868,0.58677685,0.5,0.4214876,0.29752067,0.25619835,0.3181818,0.3553719,0.38842976,0.30578512,0.3264463,0.22727273,0.28512397,0.3264463,0.40495867,0.6694215,0.7066116,0.7107438,0.6322314,0.60330576,0.58677685,0.60330576,0.6404959,0.6404959,0.6570248,0.6322314,0.59090906,0.553719,0.53305787,0.5289256,0.5123967,0.49586776,0.5247934,0.5,0.5,0.5041322,0.45454547,0.11983471,0.17768595,0.3677686,0.75619835,0.75206614,0.7644628,0.75619835,0.6942149,0.59917355,0.6694215,0.73140496,0.78099173,0.7768595,0.73966944,0.6818182,0.6528926,0.6487603,0.6570248,0.6859504,0.71487606,0.76859504,0.78099173,0.78099173,0.78099173,0.7768595,0.76859504,0.62396693,0.6198347,0.59090906,0.46280992,0.40082645,0.3140496,0.2231405,0.27272728,0.33471075,0.40082645,0.38016528,0.45867768,0.4090909,0.38016528,0.3966942,0.5082645,0.661157,0.69008267,0.6983471,0.6652893,0.6322314,0.607438,0.61157024,0.6404959,0.6487603,0.6652893,0.6652893,0.59504133,0.57024795,0.5371901,0.5123967,0.5,0.5041322,0.5247934,0.5,0.4752066,0.5413223,0.41735536,0.09090909,0.1694215,0.3140496,0.74380165,0.74793386,0.77272725,0.76859504,0.677686,0.553719,0.6859504,0.77272725,0.80991733,0.78512394,0.73140496,0.6818182,0.6818182,0.6570248,0.6487603,0.69008267,0.71900827,0.75206614,0.77272725,0.76033056,0.75619835,0.76033056,0.76859504,0.7644628,0.6818182,0.5495868,0.4214876,0.3264463,0.25619835,0.19008264,0.20247933,0.30165288,0.35123968,0.39256197,0.446281,0.45454547,0.40082645,0.4338843,0.5413223,0.6446281,0.661157,0.6694215,0.661157,0.6570248,0.61157024,0.61157024,0.6322314,0.6487603,0.6652893,0.677686,0.6322314,0.59917355,0.55785125,0.5,0.49586776,0.5,0.54545456,0.5,0.4876033,0.5495868,0.34710744,0.08677686,0.17355372,0.2520661,0.73140496,0.73966944,0.77272725,0.76859504,0.661157,0.53305787,0.70247936,0.79752064,0.80991733,0.7768595,0.71900827,0.6983471,0.6570248,0.59917355,0.6363636,0.6652893,0.71487606,0.7355372,0.75619835,0.7355372,0.73966944,0.75619835,0.74380165,0.72727275,0.7066116,0.58264464,0.45867768,0.3429752,0.22727273,0.21900827,0.20247933,0.2644628,0.29752067,0.36363637,0.37603307,0.42975205,0.446281,0.46694216,0.55785125,0.6404959,0.6528926,0.6528926,0.6322314,0.661157,0.6198347,0.607438,0.6404959,0.6487603,0.6570248,0.6570248,0.6404959,0.6198347,0.5495868,0.5247934,0.5413223,0.57024795,0.5495868,0.49173555,0.4876033,0.5413223,0.2603306,0.11157025,0.20661157,0.15289256,0.73140496,0.73140496,0.7644628,0.75619835,0.6818182,0.57024795,0.71900827,0.8016529,0.8057851,0.74380165,0.6859504,0.6570248,0.58264464,0.59504133,0.6446281,0.6652893,0.7107438,0.74793386,0.73140496,0.71487606,0.72727275,0.7355372,0.7066116,0.677686,0.6818182,0.6280992,0.5247934,0.41322315,0.28512397,0.24793388,0.20247933,0.23553719,0.30991736,0.38016528,0.38016528,0.41322315,0.48347107,0.5041322,0.56198347,0.6198347,0.6487603,0.6487603,0.6404959,0.62396693,0.59917355,0.59090906,0.61157024,0.6404959,0.6404959,0.6322314,0.6280992,0.6280992,0.5785124,0.5123967,0.59917355,0.59504133,0.553719,0.49173555,0.49586776,0.5082645,0.20247933,0.13636364,0.2231405,0.0785124,0.69008267,0.73966944,0.76033056,0.74793386,0.6942149,0.6570248,0.75206614,0.7933884,0.8057851,0.6859504,0.7355372,0.62396693,0.60330576,0.6280992,0.6280992,0.62396693,0.6942149,0.7107438,0.71900827,0.6859504,0.69008267,0.7066116,0.6570248,0.6363636,0.6363636,0.6280992,0.5661157,0.49586776,0.3966942,0.32231405,0.26859504,0.27272728,0.3429752,0.40082645,0.42561984,0.42561984,0.5206612,0.5413223,0.5785124,0.607438,0.607438,0.61570245,0.6487603,0.6363636,0.59917355,0.57438016,0.553719,0.61570245,0.6198347,0.607438,0.61157024,0.6280992,0.5661157,0.5165289,0.60330576,0.59917355,0.54545456,0.48347107,0.5082645,0.446281,0.17355372,0.1322314,0.23553719,0.0785124,0.5495868,0.7355372,0.75619835,0.74380165,0.7066116,0.6983471,0.76859504,0.79752064,0.7892562,0.71487606,0.73966944,0.6280992,0.62396693,0.59504133,0.553719,0.5661157,0.6528926,0.6735537,0.7066116,0.6528926,0.6280992,0.70247936,0.6652893,0.6363636,0.61570245,0.61157024,0.5661157,0.5289256,0.45041323,0.4338843,0.41322315,0.4090909,0.44214877,0.44214877,0.47933885,0.46280992,0.5206612,0.5371901,0.56198347,0.57438016,0.57438016,0.59090906,0.62396693,0.62396693,0.60330576,0.60330576,0.5413223,0.55785125,0.60330576,0.59504133,0.607438,0.62396693,0.5413223,0.5495868,0.6198347,0.59090906,0.5247934,0.4752066,0.5082645,0.38429752,0.1446281,0.13636364,0.22727273,0.12809917,0.38429752,0.70247936,0.7355372,0.73140496,0.7066116,0.71900827,0.7768595,0.8057851,0.78512394,0.6942149,0.6735537,0.61570245,0.57024795,0.54545456,0.49173555,0.5247934,0.58677685,0.607438,0.6322314,0.6198347,0.61570245,0.6735537,0.6735537,0.6280992,0.61157024,0.60330576,0.55785125,0.5165289,0.38429752,0.44214877,0.5,0.53305787,0.5289256,0.49586776,0.48347107,0.47933885,0.5,0.5206612,0.553719,0.5247934,0.54545456,0.5371901,0.56198347,0.5661157,0.57024795,0.59504133,0.5661157,0.58264464,0.55785125,0.58264464,0.62396693,0.61157024,0.5371901,0.5661157,0.61570245,0.58677685,0.4876033,0.47107437,0.4876033,0.32231405,0.11570248,0.1322314,0.2107438,0.17355372,0.21900827,0.607438,0.73140496,0.71487606,0.7107438,0.72727275,0.78099173,0.7933884,0.7768595,0.6694215,0.6198347,0.57438016,0.4752066,0.43801653,0.42975205,0.47107437,0.5413223,0.59504133,0.607438,0.6280992,0.6363636,0.677686,0.6942149,0.6570248,0.6280992,0.6446281,0.6198347,0.5165289,0.446281,0.49586776,0.59504133,0.6280992,0.5785124,0.54545456,0.5,0.47933885,0.47107437,0.47933885,0.4876033,0.49173555,0.5165289,0.47933885,0.47933885,0.49173555,0.5041322,0.5247934,0.5247934,0.5661157,0.5495868,0.57024795,0.6322314,0.60330576,0.53305787,0.57024795,0.59504133,0.55785125,0.4752066,0.46694216,0.45041323,0.2107438,0.11570248,0.14049587,0.20661157,0.1983471,0.1322314,0.45454547,0.6983471,0.71487606,0.70247936,0.7231405,0.76033056,0.76859504,0.75619835,0.6570248,0.5661157,0.5082645,0.4090909,0.37603307,0.3140496,0.22727273,0.38016528,0.59504133,0.6694215,0.6942149,0.70247936,0.69008267,0.6735537,0.6652893,0.6363636,0.6652893,0.6404959,0.553719,0.53305787,0.58677685,0.6280992,0.61157024,0.54545456,0.57024795,0.57024795,0.553719,0.553719,0.5289256,0.5247934,0.5165289,0.48347107,0.45041323,0.4090909,0.4090909,0.42975205,0.4338843,0.4338843,0.5,0.5289256,0.58264464,0.6322314,0.59504133,0.5165289,0.57024795,0.58677685,0.5289256,0.46280992,0.4876033,0.3966942,0.09917355,0.1322314,0.13636364,0.20661157,0.1983471,0.1446281,0.28512397,0.61157024,0.70247936,0.7066116,0.7066116,0.7355372,0.76033056,0.7355372,0.661157,0.5495868,0.49173555,0.45867768,0.4752066,0.4752066,0.45454547,0.42561984,0.4090909,0.5,0.54545456,0.553719,0.53305787,0.49173555,0.47933885,0.45867768,0.47933885,0.5206612,0.5413223,0.58264464,0.59090906,0.5247934,0.4214876,0.35123968,0.3966942,0.4338843,0.46694216,0.5082645,0.5371901,0.53305787,0.5247934,0.47107437,0.43801653,0.3140496,0.29752067,0.35950413,0.37603307,0.38842976,0.44214877,0.5289256,0.60330576,0.62396693,0.5785124,0.4876033,0.56198347,0.57024795,0.5082645,0.4338843,0.48347107,0.17355372,0.12396694,0.1322314,0.13636364,0.21487603,0.19421488,0.18181819,0.18181819,0.46694216,0.6487603,0.677686,0.6983471,0.6983471,0.7231405,0.7107438,0.6322314,0.5289256,0.47107437,0.49586776,0.49173555,0.553719,0.61157024,0.6528926,0.59504133,0.47107437,0.45041323,0.4338843,0.40082645,0.38016528,0.3553719,0.35123968,0.3140496,0.34710744,0.40082645,0.47107437,0.41322315,0.3264463,0.2644628,0.26859504,0.27272728,0.28512397,0.28512397,0.29338843,0.3264463,0.35123968,0.37190083,0.3677686,0.35123968,0.338843,0.30991736,0.2644628,0.34710744,0.4090909,0.45454547,0.53305787,0.59917355,0.60330576,0.56198347,0.45867768,0.553719,0.54545456,0.47107437,0.44214877,0.33471075,0.12809917,0.12396694,0.13636364,0.14049587,0.2107438,0.19421488,0.19008264,0.16115703,0.29752067,0.553719,0.6363636,0.6735537,0.661157,0.677686,0.6818182,0.60330576,0.5165289,0.47107437,0.49586776,0.5785124,0.62396693,0.6280992,0.6735537,0.6983471,0.6363636,0.55785125,0.553719,0.5123967,0.43801653,0.34710744,0.338843,0.30578512,0.30578512,0.2644628,0.27272728,0.22727273,0.2107438,0.22727273,0.22727273,0.21900827,0.27272728,0.28099173,0.30165288,0.30165288,0.3305785,0.35950413,0.40495867,0.46280992,0.5123967,0.5661157,0.5206612,0.4752066,0.46280992,0.46694216,0.5247934,0.58677685,0.59090906,0.53305787,0.446281,0.5413223,0.5247934,0.43801653,0.39256197,0.19421488,0.13636364,0.11983471,0.1322314,0.13636364,0.2231405,0.20247933,0.1983471,0.18181819,0.15289256,0.40082645,0.58264464,0.6198347,0.6363636,0.6528926,0.6446281,0.59504133,0.5165289,0.49173555,0.5247934,0.62396693,0.661157,0.6570248,0.6942149,0.7066116,0.6859504,0.6280992,0.59917355,0.6198347,0.607438,0.57024795,0.49173555,0.45867768,0.45041323,0.3966942,0.36363637,0.3553719,0.3966942,0.42975205,0.41735536,0.4090909,0.44214877,0.45867768,0.46280992,0.47107437,0.47933885,0.47933885,0.4752066,0.4752066,0.5082645,0.57024795,0.59917355,0.5371901,0.5,0.5041322,0.5371901,0.5785124,0.5661157,0.47107437,0.43801653,0.5371901,0.46280992,0.41322315,0.2768595,0.14049587,0.13636364,0.1322314,0.13636364,0.1322314,0.23140496,0.19421488,0.19008264,0.19421488,0.16115703,0.23966943,0.5,0.57024795,0.59090906,0.6198347,0.6363636,0.58677685,0.5371901,0.5206612,0.55785125,0.6528926,0.6694215,0.6859504,0.7066116,0.7231405,0.6735537,0.6570248,0.6322314,0.607438,0.59504133,0.58677685,0.58264464,0.56198347,0.58264464,0.553719,0.5289256,0.5371901,0.5785124,0.59504133,0.56198347,0.49173555,0.49586776,0.5082645,0.49586776,0.49173555,0.48347107,0.45867768,0.446281,0.48347107,0.57024795,0.59090906,0.61157024,0.57438016,0.5371901,0.5413223,0.5371901,0.54545456,0.5165289,0.44214877,0.42561984,0.47933885,0.41322315,0.33471075,0.17355372,0.1322314,0.14049587,0.1322314,0.1322314,0.14049587,0.2107438,0.23553719,0.17355372,0.19008264,0.18595041,0.18181819,0.35950413,0.53305787,0.5495868,0.56198347,0.58264464,0.59504133,0.57024795,0.5661157,0.59504133,0.6528926,0.6652893,0.6942149,0.7231405,0.70247936,0.69008267,0.6570248,0.59917355,0.60330576,0.57024795,0.5371901,0.5413223,0.5371901,0.5371901,0.5206612,0.5082645,0.5247934,0.5165289,0.5,0.47107437,0.44214877,0.446281,0.46694216,0.46694216,0.4338843,0.42561984,0.41322315,0.49173555,0.5785124,0.607438,0.60330576,0.59917355,0.58264464,0.5371901,0.54545456,0.53305787,0.5165289,0.47107437,0.40495867,0.43801653,0.42975205,0.37190083,0.2107438,0.12396694,0.13636364,0.13636364,0.14049587,0.1322314,0.14049587,0.2231405,0.2107438,0.1983471,0.18181819,0.19008264,0.1694215,0.23140496,0.46694216,0.5371901,0.54545456,0.55785125,0.61157024,0.58677685,0.59090906,0.61570245,0.6487603,0.6528926,0.6859504,0.7231405,0.6859504,0.70247936,0.6694215,0.60330576,0.553719,0.5371901,0.48347107,0.46280992,0.47107437,0.44214877,0.45041323,0.46694216,0.45041323,0.42975205,0.41322315,0.3966942,0.39256197,0.38429752,0.38429752,0.39256197,0.37190083,0.43801653,0.5041322,0.57438016,0.61157024,0.59917355,0.59090906,0.58677685,0.59504133,0.5661157,0.53305787,0.53305787,0.47107437,0.42561984,0.38016528,0.4090909,0.4214876,0.25619835,0.12809917,0.12809917,0.1322314,0.1322314,0.12809917,0.13636364,0.13636364,0.21900827,0.20661157,0.1983471,0.17768595,0.18595041,0.17355372,0.18595041,0.4214876,0.553719,0.5289256,0.5123967,0.59090906,0.57024795,0.59504133,0.60330576,0.6487603,0.6528926,0.6652893,0.69008267,0.6735537,0.6983471,0.6735537,0.61570245,0.57024795,0.5206612,0.44214877,0.3677686,0.3140496,0.24380165,0.26859504,0.3305785,0.30578512,0.26859504,0.28099173,0.28099173,0.28512397,0.3140496,0.34710744,0.37603307,0.43801653,0.5371901,0.57438016,0.58264464,0.59504133,0.56198347,0.57438016,0.58264464,0.58264464,0.5495868,0.56198347,0.5413223,0.45867768,0.38842976,0.36363637,0.38842976,0.338843,0.1570248,0.11983471,0.1322314,0.1322314,0.12396694,0.1322314,0.12396694,0.12809917,0.21900827,0.19421488,0.20247933,0.18595041,0.18181819,0.19008264,0.17355372,0.44214877,0.53305787,0.5206612,0.5206612,0.55785125,0.5785124,0.59917355,0.59504133,0.6487603,0.661157,0.6694215,0.6694215,0.6404959,0.6735537,0.6487603,0.62396693,0.60330576,0.55785125,0.4752066,0.39256197,0.35123968,0.2892562,0.28512397,0.24380165,0.23140496,0.23553719,0.2603306,0.28512397,0.3181818,0.3677686,0.43801653,0.47933885,0.53305787,0.55785125,0.5661157,0.54545456,0.53305787,0.54545456,0.57438016,0.5661157,0.56198347,0.53305787,0.5371901,0.5165289,0.42975205,0.35950413,0.35950413,0.3553719,0.21487603,0.13636364,0.1322314,0.12809917,0.12396694,0.13636364,0.13636364,0.1322314,0.12809917,0.21487603,0.20247933,0.1983471,0.1983471,0.19008264,0.19008264,0.14876033,0.4752066,0.58264464,0.5206612,0.553719,0.5289256,0.5661157,0.6198347,0.60330576,0.62396693,0.62396693,0.6363636,0.6404959,0.61570245,0.6280992,0.6280992,0.6198347,0.59917355,0.57438016,0.5206612,0.47107437,0.42975205,0.42975205,0.41322315,0.37603307,0.338843,0.37603307,0.3677686,0.40082645,0.4338843,0.45867768,0.48347107,0.5206612,0.53305787,0.5165289,0.5206612,0.5165289,0.5206612,0.5495868,0.56198347,0.5495868,0.5371901,0.5,0.5123967,0.46694216,0.38429752,0.3429752,0.35123968,0.2768595,0.14876033,0.1322314,0.12809917,0.12396694,0.12396694,0.14876033,0.12809917,0.12809917,0.12809917,0.21900827,0.2107438,0.1983471,0.20247933,0.1983471,0.1983471,0.09917355,0.5165289,0.61570245,0.5289256,0.5495868,0.5165289,0.5371901,0.59504133,0.59090906,0.58264464,0.58677685,0.60330576,0.6198347,0.60330576,0.61157024,0.607438,0.6198347,0.607438,0.59090906,0.5785124,0.55785125,0.5041322,0.47107437,0.446281,0.41735536,0.41322315,0.42975205,0.44214877,0.45867768,0.49586776,0.5041322,0.5082645,0.5247934,0.5082645,0.4876033,0.5,0.49586776,0.5289256,0.54545456,0.5289256,0.5123967,0.49586776,0.48347107,0.46694216,0.4214876,0.35950413,0.35123968,0.3181818,0.19008264,0.11983471,0.13636364,0.13636364,0.12809917,0.11570248,0.14876033,0.11983471,0.1322314,0.12396694,0.2231405,0.21487603,0.2107438,0.20661157,0.20247933,0.20661157,0.11570248,0.5495868,0.6322314,0.57438016,0.5123967,0.5123967,0.49586776,0.54545456,0.5661157,0.5785124,0.58677685,0.58677685,0.607438,0.61570245,0.61157024,0.59504133,0.607438,0.61570245,0.62396693,0.61157024,0.59504133,0.58264464,0.54545456,0.5247934,0.5165289,0.53305787,0.49586776,0.5247934,0.5289256,0.54545456,0.5413223,0.5289256,0.5247934,0.5082645,0.48347107,0.4876033,0.49173555,0.5165289,0.5247934,0.5123967,0.47107437,0.46280992,0.46280992,0.446281,0.37603307,0.3553719,0.35950413,0.20661157,0.12396694,0.1322314,0.12396694,0.12396694,0.1446281,0.11983471,0.12809917,0.1322314,0.1322314,0.12396694,0.22727273,0.21900827,0.2107438,0.2231405,0.20247933,0.2107438,0.09917355,0.57438016,0.62396693,0.62396693,0.5371901,0.5041322,0.48347107,0.5247934,0.5289256,0.56198347,0.59917355,0.5785124,0.58677685,0.6198347,0.62396693,0.61157024,0.61157024,0.62396693,0.6322314,0.61157024,0.6280992,0.6198347,0.61157024,0.59917355,0.58264464,0.58264464,0.57024795,0.553719,0.5371901,0.58264464,0.54545456,0.54545456,0.53305787,0.5206612,0.5082645,0.5165289,0.5165289,0.5247934,0.4876033,0.47107437,0.42975205,0.4338843,0.43801653,0.38429752,0.3429752,0.3677686,0.2231405,0.07438017,0.08677686,0.10743801,0.12396694,0.1322314,0.13636364,0.1322314,0.12809917,0.14876033,0.11570248,0.12809917,0.22727273,0.22727273,0.2107438,0.2231405,0.2107438,0.21487603,0.11157025,0.5785124,0.6322314,0.61570245,0.60330576,0.5041322,0.4876033,0.49173555,0.5165289,0.553719,0.59504133,0.57024795,0.5785124,0.6322314,0.6404959,0.6404959,0.62396693,0.6487603,0.6570248,0.6404959,0.6528926,0.6404959,0.6280992,0.607438,0.59504133,0.5785124,0.5785124,0.57438016,0.58264464,0.58264464,0.5661157,0.57438016,0.553719,0.5495868,0.5413223,0.553719,0.5495868,0.53305787,0.4876033,0.44214877,0.44214877,0.4214876,0.39256197,0.3181818,0.3429752,0.28099173,0.09504132,0.05785124,0.07024793,0.07438017,0.08677686,0.09917355,0.11157025,0.11570248,0.1322314,0.14876033,0.12809917,0.14049587,0.19008264,0.23966943,0.2107438,0.2231405,0.2231405,0.2107438,0.14049587,0.56198347,0.6570248,0.61157024,0.6404959,0.59090906,0.48347107,0.47107437,0.5,0.5413223,0.5661157,0.56198347,0.5785124,0.6198347,0.6280992,0.6404959,0.6363636,0.6528926,0.6528926,0.6404959,0.6570248,0.6280992,0.61570245,0.59917355,0.55785125,0.55785125,0.5661157,0.55785125,0.57438016,0.58677685,0.58264464,0.59090906,0.54545456,0.55785125,0.5495868,0.5371901,0.5165289,0.4876033,0.446281,0.47107437,0.43801653,0.3966942,0.3429752,0.28512397,0.39256197,0.29338843,0.08264463,0.05785124,0.0785124,0.06198347,0.0785124,0.07438017,0.09090909,0.08264463,0.09917355,0.13636364,0.1694215,0.1446281,26 +0.61157024,0.6446281,0.6570248,0.6694215,0.6735537,0.7107438,0.7355372,0.75619835,0.76033056,0.76859504,0.77272725,0.78512394,0.7933884,0.7892562,0.78099173,0.79752064,0.80991733,0.8181818,0.8181818,0.8140496,0.822314,0.8264463,0.8181818,0.822314,0.8264463,0.8305785,0.8305785,0.8264463,0.822314,0.822314,0.822314,0.822314,0.8264463,0.8347107,0.8305785,0.8264463,0.822314,0.8264463,0.8181818,0.80991733,0.8016529,0.8016529,0.8016529,0.79752064,0.8057851,0.7933884,0.78512394,0.78099173,0.76859504,0.7892562,0.7768595,0.7768595,0.7644628,0.73966944,0.7355372,0.73140496,0.6942149,0.6198347,0.59917355,0.58264464,0.53305787,0.5165289,0.42561984,0.28512397,0.60330576,0.6280992,0.6570248,0.677686,0.6735537,0.7107438,0.73140496,0.75619835,0.75619835,0.77272725,0.7768595,0.78512394,0.79752064,0.7933884,0.78512394,0.7933884,0.8016529,0.80991733,0.8181818,0.8140496,0.8181818,0.822314,0.8140496,0.8140496,0.8264463,0.8264463,0.8305785,0.8264463,0.8264463,0.8305785,0.822314,0.8140496,0.822314,0.8305785,0.8305785,0.8264463,0.822314,0.822314,0.8181818,0.8016529,0.79752064,0.79752064,0.79752064,0.7892562,0.7933884,0.7892562,0.77272725,0.76033056,0.75619835,0.77272725,0.78099173,0.77272725,0.76859504,0.75619835,0.73966944,0.7355372,0.6942149,0.6363636,0.60330576,0.58677685,0.5413223,0.5,0.42561984,0.3181818,0.59504133,0.62396693,0.6570248,0.6694215,0.677686,0.7107438,0.73140496,0.76033056,0.75619835,0.76859504,0.7768595,0.78099173,0.78512394,0.78099173,0.7768595,0.7933884,0.7768595,0.79752064,0.8057851,0.8016529,0.8140496,0.8181818,0.8057851,0.8057851,0.8181818,0.822314,0.8264463,0.822314,0.8264463,0.8305785,0.8264463,0.8181818,0.8140496,0.8305785,0.8305785,0.822314,0.8140496,0.8181818,0.80991733,0.7933884,0.78512394,0.7933884,0.78512394,0.77272725,0.77272725,0.76859504,0.75206614,0.72727275,0.73140496,0.74793386,0.76033056,0.76033056,0.74793386,0.74793386,0.7355372,0.72727275,0.677686,0.6487603,0.59504133,0.58264464,0.5413223,0.5,0.42561984,0.27272728,0.5785124,0.6198347,0.6363636,0.6694215,0.6735537,0.7066116,0.73966944,0.7644628,0.73966944,0.7355372,0.74793386,0.74380165,0.76033056,0.7355372,0.7355372,0.75619835,0.7355372,0.7644628,0.76033056,0.7768595,0.78512394,0.7892562,0.78512394,0.77272725,0.7933884,0.8140496,0.822314,0.822314,0.8264463,0.8305785,0.822314,0.8140496,0.8140496,0.8347107,0.8264463,0.8181818,0.80991733,0.8140496,0.8057851,0.78512394,0.7644628,0.76859504,0.75206614,0.73140496,0.73966944,0.7231405,0.7107438,0.6818182,0.69008267,0.7231405,0.71900827,0.71487606,0.71487606,0.7066116,0.70247936,0.71487606,0.69008267,0.6528926,0.607438,0.57438016,0.5413223,0.5165289,0.3966942,0.2644628,0.59090906,0.61570245,0.6363636,0.661157,0.6652893,0.6942149,0.7355372,0.71487606,0.6652893,0.6818182,0.6859504,0.71487606,0.7231405,0.72727275,0.6942149,0.7231405,0.6570248,0.6570248,0.6652893,0.69008267,0.7231405,0.73140496,0.75619835,0.71487606,0.7066116,0.7892562,0.8140496,0.822314,0.8181818,0.8181818,0.8181818,0.80991733,0.7933884,0.8305785,0.822314,0.8140496,0.8057851,0.80991733,0.7933884,0.76033056,0.7107438,0.69008267,0.677686,0.6446281,0.6280992,0.62396693,0.60330576,0.607438,0.61570245,0.6404959,0.6322314,0.59917355,0.607438,0.61570245,0.59090906,0.6487603,0.69008267,0.6487603,0.60330576,0.57024795,0.5413223,0.5165289,0.39256197,0.27272728,0.58264464,0.6198347,0.6322314,0.6487603,0.6528926,0.6942149,0.677686,0.62396693,0.57024795,0.57024795,0.54545456,0.57438016,0.57438016,0.58264464,0.5495868,0.55785125,0.5413223,0.5289256,0.5206612,0.47933885,0.553719,0.59917355,0.6652893,0.677686,0.5785124,0.73140496,0.8016529,0.8140496,0.80991733,0.80991733,0.822314,0.79752064,0.78099173,0.822314,0.8140496,0.8016529,0.78512394,0.7933884,0.76859504,0.7107438,0.61570245,0.57438016,0.5165289,0.446281,0.40495867,0.40495867,0.38842976,0.4214876,0.46280992,0.46694216,0.4752066,0.45041323,0.446281,0.47107437,0.44214877,0.5082645,0.6363636,0.6363636,0.59090906,0.5661157,0.5413223,0.5165289,0.40082645,0.2768595,0.58264464,0.61157024,0.62396693,0.62396693,0.6322314,0.6570248,0.553719,0.4876033,0.45454547,0.45867768,0.47107437,0.4338843,0.40495867,0.41735536,0.42561984,0.42561984,0.3553719,0.35123968,0.35950413,0.30991736,0.338843,0.42975205,0.5123967,0.59090906,0.5247934,0.6322314,0.76859504,0.7892562,0.8016529,0.8057851,0.8057851,0.7892562,0.76859504,0.8057851,0.8016529,0.7892562,0.77272725,0.76033056,0.71900827,0.6446281,0.5082645,0.4338843,0.38842976,0.33471075,0.3140496,0.2892562,0.27272728,0.26859504,0.28099173,0.28512397,0.30165288,0.3181818,0.3181818,0.33471075,0.3264463,0.35123968,0.49586776,0.61157024,0.58677685,0.5495868,0.53305787,0.5082645,0.4338843,0.28512397,0.58264464,0.6198347,0.61157024,0.59504133,0.607438,0.5661157,0.4214876,0.35123968,0.3264463,0.3305785,0.3553719,0.3305785,0.2768595,0.2892562,0.28099173,0.30578512,0.32231405,0.28099173,0.27272728,0.2644628,0.2768595,0.35123968,0.4090909,0.4752066,0.5413223,0.58677685,0.6818182,0.7644628,0.78099173,0.7892562,0.79752064,0.77272725,0.75206614,0.7933884,0.78099173,0.7768595,0.7355372,0.71900827,0.6570248,0.58264464,0.44214877,0.33471075,0.28512397,0.20661157,0.1570248,0.11983471,0.19008264,0.2231405,0.19421488,0.20247933,0.21487603,0.21487603,0.24793388,0.26859504,0.2644628,0.27272728,0.3305785,0.4752066,0.5413223,0.5413223,0.5289256,0.5082645,0.46280992,0.30165288,0.58264464,0.61570245,0.607438,0.59090906,0.59090906,0.48347107,0.33471075,0.27272728,0.24793388,0.2603306,0.27272728,0.23553719,0.18181819,0.17355372,0.17355372,0.18595041,0.24793388,0.28099173,0.2892562,0.28099173,0.2644628,0.30991736,0.35123968,0.41735536,0.5165289,0.59504133,0.6280992,0.71487606,0.7644628,0.7644628,0.7933884,0.75619835,0.7355372,0.7768595,0.76859504,0.75619835,0.677686,0.6446281,0.54545456,0.5661157,0.5247934,0.38016528,0.35950413,0.4214876,0.59090906,0.7231405,0.76859504,0.55785125,0.36363637,0.35123968,0.36363637,0.30991736,0.30991736,0.3181818,0.32231405,0.30165288,0.2768595,0.34710744,0.446281,0.5289256,0.53305787,0.5165289,0.47933885,0.3305785,0.59917355,0.61157024,0.607438,0.57024795,0.5247934,0.38842976,0.2644628,0.2231405,0.2603306,0.3264463,0.4090909,0.38016528,0.29338843,0.30578512,0.28512397,0.3553719,0.46280992,0.53305787,0.58264464,0.49586776,0.38842976,0.38429752,0.40082645,0.45454547,0.5123967,0.55785125,0.5785124,0.6735537,0.73966944,0.73966944,0.75206614,0.74380165,0.7355372,0.75619835,0.74793386,0.72727275,0.62396693,0.57438016,0.44214877,0.7066116,0.74793386,0.4876033,0.40495867,0.37603307,0.41322315,0.44214877,0.59504133,0.6280992,0.60330576,0.55785125,0.56198347,0.5,0.47933885,0.42975205,0.38842976,0.35123968,0.32231405,0.3305785,0.47107437,0.5041322,0.5206612,0.5206612,0.5041322,0.38429752,0.61157024,0.607438,0.60330576,0.5371901,0.44214877,0.32231405,0.29752067,0.41322315,0.5371901,0.59917355,0.69008267,0.69008267,0.5785124,0.5247934,0.5206612,0.5289256,0.59917355,0.6983471,0.72727275,0.6528926,0.55785125,0.5165289,0.4876033,0.49586776,0.5082645,0.54545456,0.57438016,0.607438,0.6983471,0.73966944,0.74380165,0.74380165,0.76033056,0.74793386,0.72727275,0.6859504,0.5785124,0.4752066,0.40495867,0.54545456,0.56198347,0.45041323,0.46280992,0.49173555,0.5371901,0.56198347,0.59090906,0.59504133,0.62396693,0.61570245,0.61157024,0.58264464,0.57438016,0.5289256,0.42561984,0.3553719,0.3264463,0.28512397,0.38016528,0.43801653,0.46280992,0.53305787,0.54545456,0.45041323,0.6363636,0.60330576,0.59090906,0.5041322,0.37190083,0.3140496,0.36363637,0.5041322,0.59917355,0.6280992,0.6528926,0.6859504,0.6942149,0.6859504,0.6859504,0.661157,0.6280992,0.59917355,0.59090906,0.56198347,0.5495868,0.5247934,0.48347107,0.46280992,0.43801653,0.45041323,0.4876033,0.5123967,0.677686,0.75619835,0.76033056,0.7644628,0.78512394,0.76033056,0.6942149,0.6570248,0.5413223,0.40082645,0.39256197,0.39256197,0.4214876,0.4214876,0.44214877,0.47107437,0.4876033,0.49173555,0.54545456,0.553719,0.5785124,0.61157024,0.6198347,0.60330576,0.59504133,0.55785125,0.46280992,0.38842976,0.338843,0.26859504,0.30165288,0.33471075,0.29752067,0.45041323,0.57438016,0.5041322,0.661157,0.60330576,0.57438016,0.47107437,0.3429752,0.36363637,0.42975205,0.5247934,0.59090906,0.6363636,0.6528926,0.6694215,0.6859504,0.6859504,0.6652893,0.661157,0.6322314,0.59504133,0.57438016,0.56198347,0.5413223,0.5082645,0.47933885,0.45454547,0.4214876,0.41322315,0.44214877,0.40495867,0.6280992,0.78512394,0.74380165,0.78099173,0.80991733,0.72727275,0.6528926,0.6404959,0.553719,0.40082645,0.3966942,0.42561984,0.45867768,0.5165289,0.55785125,0.607438,0.6694215,0.6859504,0.71900827,0.72727275,0.71900827,0.7355372,0.72727275,0.6859504,0.6528926,0.607438,0.5289256,0.45041323,0.37603307,0.29752067,0.2892562,0.25619835,0.3264463,0.29338843,0.61157024,0.5289256,0.677686,0.61570245,0.56198347,0.41735536,0.37190083,0.41322315,0.47107437,0.54545456,0.57024795,0.58264464,0.61570245,0.6528926,0.6735537,0.73140496,0.76033056,0.7644628,0.75206614,0.71487606,0.6570248,0.6198347,0.58677685,0.55785125,0.55785125,0.5413223,0.4876033,0.45454547,0.45041323,0.41322315,0.57024795,0.7107438,0.5165289,0.5785124,0.71900827,0.6322314,0.59504133,0.59090906,0.5206612,0.4214876,0.446281,0.5165289,0.553719,0.61157024,0.6487603,0.6446281,0.661157,0.6735537,0.6859504,0.6818182,0.677686,0.7107438,0.74380165,0.7231405,0.7107438,0.661157,0.6280992,0.5413223,0.446281,0.33471075,0.29338843,0.23140496,0.3264463,0.2644628,0.55785125,0.5371901,0.6983471,0.61570245,0.553719,0.35950413,0.42975205,0.41322315,0.47107437,0.5165289,0.57438016,0.6280992,0.6942149,0.73966944,0.73140496,0.69008267,0.62396693,0.5413223,0.5041322,0.49586776,0.47107437,0.49586776,0.5165289,0.5206612,0.5247934,0.54545456,0.56198347,0.5165289,0.45867768,0.38842976,0.36363637,0.4338843,0.45041323,0.45867768,0.5495868,0.58677685,0.5495868,0.54545456,0.44214877,0.446281,0.53305787,0.5785124,0.58677685,0.553719,0.5,0.446281,0.40495867,0.34710744,0.338843,0.38842976,0.37190083,0.44214877,0.5082645,0.553719,0.607438,0.6280992,0.6487603,0.59504133,0.5206612,0.39256197,0.30578512,0.24793388,0.3264463,0.29338843,0.46694216,0.5123967,0.71900827,0.62396693,0.53305787,0.338843,0.4338843,0.42561984,0.47933885,0.53305787,0.6280992,0.7107438,0.7066116,0.607438,0.46694216,0.40495867,0.34710744,0.30991736,0.3181818,0.40082645,0.30991736,0.338843,0.3966942,0.47107437,0.47107437,0.48347107,0.48347107,0.49173555,0.5,0.45454547,0.47933885,0.5661157,0.70247936,0.76859504,0.77272725,0.7768595,0.6404959,0.5289256,0.4214876,0.47933885,0.5661157,0.56198347,0.5123967,0.45867768,0.44214877,0.46280992,0.44214877,0.30165288,0.23140496,0.39256197,0.23140496,0.2107438,0.22727273,0.33471075,0.37603307,0.43801653,0.5413223,0.6198347,0.57024795,0.47107437,0.3429752,0.2768595,0.30991736,0.34710744,0.28099173,0.3966942,0.677686,0.6404959,0.42975205,0.39256197,0.4214876,0.46694216,0.5123967,0.60330576,0.677686,0.6735537,0.49173555,0.37190083,0.41322315,0.45867768,0.36363637,0.33471075,0.32231405,0.42561984,0.30165288,0.3140496,0.3966942,0.56198347,0.48347107,0.43801653,0.49173555,0.5,0.46280992,0.44214877,0.45454547,0.607438,0.7892562,0.8347107,0.822314,0.822314,0.7768595,0.5371901,0.36363637,0.49173555,0.55785125,0.5206612,0.4752066,0.42975205,0.4752066,0.60330576,0.60330576,0.35950413,0.30578512,0.27272728,0.22727273,0.23966943,0.23140496,0.3677686,0.338843,0.30165288,0.38016528,0.49586776,0.60330576,0.54545456,0.42975205,0.3305785,0.3553719,0.39256197,0.20661157,0.29752067,0.4338843,0.59917355,0.3140496,0.4338843,0.45041323,0.5206612,0.58264464,0.6652893,0.6404959,0.45041323,0.338843,0.42561984,0.56198347,0.62396693,0.4876033,0.38016528,0.37190083,0.3181818,0.3264463,0.38842976,0.5247934,0.6818182,0.57024795,0.47933885,0.4752066,0.56198347,0.58677685,0.47933885,0.38429752,0.5785124,0.8264463,0.8347107,0.822314,0.8057851,0.8016529,0.58264464,0.338843,0.46280992,0.59504133,0.5413223,0.49586776,0.54545456,0.58264464,0.6694215,0.73140496,0.46694216,0.37603307,0.35950413,0.2892562,0.29752067,0.36363637,0.49173555,0.446281,0.38842976,0.37603307,0.4090909,0.49586776,0.5785124,0.5371901,0.40082645,0.42975205,0.33471075,0.35950413,0.45867768,0.23966943,0.4876033,0.37603307,0.41322315,0.5041322,0.58264464,0.661157,0.6363636,0.5123967,0.38016528,0.49173555,0.58264464,0.6198347,0.71900827,0.6818182,0.45454547,0.446281,0.45867768,0.43801653,0.5041322,0.661157,0.7066116,0.62396693,0.57438016,0.55785125,0.58264464,0.7355372,0.57438016,0.3140496,0.61570245,0.8347107,0.8305785,0.822314,0.8057851,0.8016529,0.6198347,0.3553719,0.45867768,0.62396693,0.61570245,0.59090906,0.607438,0.6280992,0.6735537,0.7231405,0.6487603,0.5123967,0.45454547,0.44214877,0.446281,0.54545456,0.61157024,0.57438016,0.5165289,0.47107437,0.46280992,0.45041323,0.5123967,0.57438016,0.4876033,0.45041323,0.30991736,0.44214877,0.56198347,0.38842976,0.44214877,0.44214877,0.46280992,0.5413223,0.6322314,0.6487603,0.553719,0.47933885,0.45454547,0.60330576,0.6818182,0.74793386,0.76033056,0.74380165,0.6487603,0.57024795,0.6487603,0.607438,0.6487603,0.7107438,0.6942149,0.6446281,0.6404959,0.6818182,0.71900827,0.76859504,0.57438016,0.2520661,0.6983471,0.8347107,0.822314,0.8181818,0.80991733,0.79752064,0.661157,0.38842976,0.41735536,0.61570245,0.661157,0.661157,0.6735537,0.6735537,0.677686,0.7107438,0.71900827,0.70247936,0.6818182,0.6446281,0.6322314,0.661157,0.6694215,0.6404959,0.5785124,0.53305787,0.5041322,0.49586776,0.45454547,0.49586776,0.5,0.46694216,0.3264463,0.43801653,0.5371901,0.59917355,0.5082645,0.44214877,0.5289256,0.61570245,0.6322314,0.5785124,0.5371901,0.553719,0.59917355,0.60330576,0.6652893,0.69008267,0.71900827,0.7107438,0.70247936,0.7066116,0.75619835,0.71487606,0.6983471,0.6942149,0.6694215,0.661157,0.6570248,0.70247936,0.73140496,0.78099173,0.5495868,0.30991736,0.74793386,0.822314,0.8264463,0.8181818,0.8057851,0.7933884,0.677686,0.46694216,0.4090909,0.60330576,0.661157,0.661157,0.6528926,0.661157,0.6694215,0.6735537,0.6818182,0.6942149,0.7066116,0.7066116,0.69008267,0.6818182,0.6694215,0.6363636,0.59917355,0.60330576,0.5785124,0.53305787,0.5082645,0.5082645,0.5165289,0.5371901,0.36363637,0.42561984,0.5165289,0.6363636,0.5661157,0.42561984,0.5413223,0.6570248,0.62396693,0.5785124,0.6280992,0.6859504,0.73140496,0.7066116,0.6818182,0.6859504,0.71487606,0.7355372,0.74380165,0.75206614,0.75206614,0.70247936,0.6859504,0.661157,0.6570248,0.6528926,0.6735537,0.69008267,0.7231405,0.72727275,0.5165289,0.48347107,0.74380165,0.8140496,0.8305785,0.822314,0.8057851,0.79752064,0.677686,0.54545456,0.45041323,0.6198347,0.6570248,0.6652893,0.661157,0.6280992,0.6198347,0.6280992,0.6528926,0.6818182,0.70247936,0.71900827,0.7107438,0.6859504,0.661157,0.6363636,0.6280992,0.6570248,0.6487603,0.60330576,0.55785125,0.553719,0.59090906,0.607438,0.3966942,0.41735536,0.5082645,0.6363636,0.607438,0.4338843,0.5289256,0.677686,0.6652893,0.6528926,0.7066116,0.76033056,0.7892562,0.7933884,0.74380165,0.71487606,0.72727275,0.73966944,0.74380165,0.74380165,0.72727275,0.69008267,0.677686,0.661157,0.6487603,0.6487603,0.6446281,0.6487603,0.6942149,0.6694215,0.4876033,0.59504133,0.71487606,0.8016529,0.8347107,0.8264463,0.8016529,0.79752064,0.6735537,0.57438016,0.5,0.59917355,0.69008267,0.6818182,0.6735537,0.6652893,0.6198347,0.59917355,0.6198347,0.6446281,0.6694215,0.6818182,0.6735537,0.661157,0.6487603,0.6487603,0.6859504,0.71900827,0.70247936,0.6487603,0.6280992,0.6280992,0.6652893,0.6280992,0.42561984,0.42561984,0.49586776,0.61157024,0.62396693,0.4876033,0.5165289,0.6942149,0.7355372,0.72727275,0.7355372,0.75619835,0.76859504,0.78099173,0.75619835,0.7231405,0.7107438,0.7231405,0.71487606,0.7107438,0.6983471,0.69008267,0.677686,0.677686,0.6570248,0.6570248,0.6487603,0.6735537,0.7355372,0.58677685,0.5371901,0.6446281,0.6942149,0.8016529,0.8471074,0.822314,0.80991733,0.7933884,0.661157,0.59504133,0.5495868,0.553719,0.7355372,0.6942149,0.6859504,0.6694215,0.661157,0.6446281,0.6570248,0.6528926,0.6528926,0.6528926,0.6652893,0.6652893,0.6446281,0.6404959,0.6694215,0.6735537,0.677686,0.6487603,0.6446281,0.7107438,0.7355372,0.60330576,0.42561984,0.45454547,0.49173555,0.58264464,0.62396693,0.5495868,0.49173555,0.6652893,0.78512394,0.76859504,0.7644628,0.77272725,0.77272725,0.74793386,0.7066116,0.677686,0.6942149,0.7107438,0.7231405,0.7231405,0.7066116,0.7066116,0.6983471,0.69008267,0.69008267,0.70247936,0.7066116,0.78099173,0.75619835,0.53305787,0.6280992,0.6404959,0.69008267,0.8057851,0.8553719,0.80991733,0.8140496,0.8016529,0.6652893,0.59090906,0.59090906,0.4752066,0.74793386,0.6942149,0.7355372,0.7107438,0.7066116,0.69008267,0.70247936,0.70247936,0.69008267,0.677686,0.6818182,0.69008267,0.6735537,0.6735537,0.6942149,0.70247936,0.6818182,0.6528926,0.70247936,0.74380165,0.76033056,0.57024795,0.42561984,0.5165289,0.4876033,0.5661157,0.61570245,0.62396693,0.48347107,0.57024795,0.8057851,0.7892562,0.7892562,0.78099173,0.75206614,0.73140496,0.7231405,0.71900827,0.7231405,0.73140496,0.73966944,0.74380165,0.7355372,0.73966944,0.7231405,0.7231405,0.73140496,0.7644628,0.7933884,0.8471074,0.6528926,0.57438016,0.6652893,0.6528926,0.6983471,0.8016529,0.8471074,0.8181818,0.8140496,0.7933884,0.6859504,0.58264464,0.5661157,0.553719,0.55785125,0.7107438,0.7768595,0.7644628,0.74380165,0.74793386,0.74793386,0.73966944,0.7355372,0.71900827,0.70247936,0.7107438,0.70247936,0.7107438,0.71487606,0.71487606,0.72727275,0.72727275,0.7355372,0.74793386,0.70247936,0.48347107,0.45454547,0.5661157,0.5,0.56198347,0.61157024,0.6735537,0.5413223,0.45867768,0.74793386,0.8057851,0.79752064,0.78512394,0.78099173,0.7644628,0.75206614,0.74380165,0.74793386,0.7644628,0.7768595,0.7768595,0.76859504,0.77272725,0.77272725,0.78099173,0.8016529,0.822314,0.838843,0.75206614,0.58264464,0.6487603,0.677686,0.69008267,0.71900827,0.7892562,0.8347107,0.8181818,0.8140496,0.78512394,0.6818182,0.6198347,0.5413223,0.6446281,0.5041322,0.57024795,0.7066116,0.7892562,0.78099173,0.76033056,0.76033056,0.75206614,0.75206614,0.75619835,0.73966944,0.73966944,0.7355372,0.73140496,0.7066116,0.73966944,0.74793386,0.73966944,0.74793386,0.7355372,0.59090906,0.4214876,0.54545456,0.5661157,0.5123967,0.57024795,0.6198347,0.6735537,0.62396693,0.446281,0.5289256,0.7768595,0.7933884,0.79752064,0.7892562,0.76033056,0.75206614,0.75206614,0.76033056,0.77272725,0.78512394,0.7933884,0.79752064,0.8057851,0.8140496,0.8264463,0.838843,0.8429752,0.78512394,0.61570245,0.6280992,0.6942149,0.69008267,0.70247936,0.73140496,0.78512394,0.8305785,0.822314,0.8140496,0.7768595,0.6942149,0.6652893,0.56198347,0.661157,0.6652893,0.45454547,0.6818182,0.6570248,0.76859504,0.7768595,0.77272725,0.76033056,0.78099173,0.7768595,0.77272725,0.7644628,0.75206614,0.75619835,0.72727275,0.76859504,0.78099173,0.75206614,0.70247936,0.677686,0.4876033,0.5123967,0.58264464,0.5661157,0.5165289,0.5785124,0.62396693,0.6652893,0.6487603,0.54545456,0.41735536,0.553719,0.7644628,0.78512394,0.7644628,0.73966944,0.74793386,0.7644628,0.7768595,0.78512394,0.7933884,0.80991733,0.822314,0.8305785,0.8347107,0.838843,0.8347107,0.78512394,0.6446281,0.59917355,0.6818182,0.6818182,0.69008267,0.71900827,0.73966944,0.78099173,0.8305785,0.8305785,0.80991733,0.76859504,0.71487606,0.7107438,0.61157024,0.607438,0.6652893,0.6198347,0.48347107,0.5123967,0.59504133,0.6570248,0.6818182,0.6818182,0.6983471,0.70247936,0.70247936,0.6983471,0.6652893,0.6322314,0.58264464,0.55785125,0.5247934,0.4876033,0.5661157,0.61570245,0.57024795,0.5413223,0.58677685,0.5785124,0.5289256,0.57438016,0.6322314,0.661157,0.6446281,0.607438,0.5371901,0.5123967,0.56198347,0.75206614,0.6859504,0.6942149,0.7107438,0.7355372,0.75619835,0.7644628,0.77272725,0.78512394,0.79752064,0.8057851,0.8057851,0.7892562,0.7231405,0.59917355,0.58264464,0.7066116,0.70247936,0.6446281,0.6735537,0.71487606,0.74380165,0.78099173,0.8264463,0.8305785,0.8057851,0.76033056,0.7231405,0.7231405,0.6570248,0.56198347,0.59504133,0.6487603,0.6280992,0.5082645,0.4338843,0.446281,0.47933885,0.5206612,0.5661157,0.58677685,0.59090906,0.58264464,0.57024795,0.56198347,0.5413223,0.55785125,0.607438,0.6404959,0.62396693,0.59917355,0.54545456,0.55785125,0.60330576,0.58264464,0.5371901,0.57024795,0.62396693,0.6570248,0.6404959,0.6198347,0.57438016,0.56198347,0.5661157,0.45454547,0.42561984,0.44214877,0.5041322,0.58677685,0.6363636,0.6446281,0.6446281,0.6528926,0.6363636,0.61157024,0.59917355,0.607438,0.6280992,0.6528926,0.72727275,0.76033056,0.6818182,0.6322314,0.6694215,0.7107438,0.74380165,0.78099173,0.8181818,0.8305785,0.8016529,0.77272725,0.74793386,0.73966944,0.6818182,0.59090906,0.54545456,0.607438,0.6652893,0.677686,0.6322314,0.59504133,0.59090906,0.59504133,0.61157024,0.6322314,0.6363636,0.6446281,0.6363636,0.661157,0.62396693,0.6404959,0.6280992,0.6198347,0.5661157,0.5785124,0.57024795,0.58677685,0.61157024,0.5785124,0.5413223,0.57438016,0.607438,0.6570248,0.6528926,0.6363636,0.59917355,0.57438016,0.56198347,0.45454547,0.41322315,0.4876033,0.5495868,0.5785124,0.55785125,0.553719,0.5661157,0.58264464,0.59917355,0.61157024,0.6446281,0.6942149,0.73966944,0.76033056,0.75619835,0.73966944,0.6983471,0.661157,0.6570248,0.6942149,0.7355372,0.76859504,0.8057851,0.8264463,0.8016529,0.7768595,0.7644628,0.74793386,0.69008267,0.6322314,0.5661157,0.5785124,0.6322314,0.6942149,0.7066116,0.69008267,0.6859504,0.677686,0.69008267,0.7066116,0.7066116,0.7107438,0.69008267,0.70247936,0.69008267,0.7066116,0.73140496,0.7107438,0.6570248,0.6528926,0.6528926,0.59504133,0.59504133,0.58677685,0.5495868,0.57024795,0.59504133,0.6528926,0.6570248,0.6652893,0.6528926,0.61570245,0.59090906,0.5289256,0.5,0.57024795,0.6280992,0.6446281,0.6363636,0.6446281,0.6735537,0.6942149,0.71900827,0.73966944,0.7644628,0.78099173,0.78512394,0.7768595,0.73966944,0.7231405,0.73140496,0.6818182,0.6528926,0.6983471,0.73140496,0.7644628,0.8016529,0.8181818,0.8057851,0.78512394,0.76859504,0.75619835,0.6983471,0.6363636,0.6322314,0.62396693,0.59917355,0.6363636,0.70247936,0.72727275,0.73140496,0.71487606,0.7231405,0.73140496,0.73140496,0.7355372,0.7231405,0.7066116,0.6735537,0.6983471,0.71487606,0.7107438,0.6818182,0.6859504,0.6694215,0.6198347,0.59504133,0.5785124,0.56198347,0.57024795,0.58677685,0.6446281,0.6487603,0.6818182,0.6818182,0.6942149,0.6652893,0.6446281,0.59090906,0.6198347,0.6735537,0.6942149,0.71900827,0.75206614,0.7768595,0.78099173,0.7933884,0.7933884,0.7933884,0.79752064,0.76033056,0.73140496,0.6859504,0.72727275,0.75619835,0.6983471,0.6528926,0.7066116,0.7355372,0.76859504,0.79752064,0.8140496,0.8016529,0.7892562,0.78099173,0.76033056,0.71900827,0.6404959,0.6446281,0.6983471,0.6404959,0.59917355,0.6528926,0.71487606,0.73140496,0.73140496,0.7355372,0.74380165,0.74793386,0.74793386,0.74380165,0.7231405,0.6859504,0.6859504,0.6818182,0.6652893,0.661157,0.6570248,0.6528926,0.6404959,0.607438,0.5785124,0.56198347,0.57438016,0.58677685,0.6363636,0.6528926,0.6818182,0.6942149,0.7107438,0.70247936,0.6652893,0.61570245,0.6694215,0.70247936,0.75619835,0.7768595,0.8016529,0.8057851,0.8016529,0.8016529,0.8016529,0.7892562,0.7644628,0.7231405,0.6487603,0.6652893,0.75206614,0.7355372,0.6983471,0.6570248,0.6942149,0.73966944,0.76033056,0.7892562,0.80991733,0.79752064,0.7892562,0.78099173,0.76033056,0.71487606,0.6363636,0.61157024,0.6942149,0.69008267,0.59917355,0.61570245,0.677686,0.6942149,0.71487606,0.73140496,0.75206614,0.75619835,0.75206614,0.75206614,0.73966944,0.7066116,0.6818182,0.6694215,0.6487603,0.6322314,0.6280992,0.61157024,0.6198347,0.60330576,0.59090906,0.55785125,0.58264464,0.59090906,0.62396693,0.6694215,0.6570248,0.69008267,0.6983471,0.6983471,0.6818182,0.677686,0.73140496,0.74793386,0.77272725,0.7892562,0.7933884,0.8057851,0.79752064,0.7933884,0.7933884,0.75619835,0.7107438,0.661157,0.60330576,0.6942149,0.7644628,0.71900827,0.69008267,0.661157,0.6694215,0.73966944,0.76033056,0.7768595,0.79752064,0.8016529,0.7892562,0.76859504,0.73140496,0.661157,0.59504133,0.5785124,0.62396693,0.6570248,0.61570245,0.607438,0.6487603,0.6694215,0.69008267,0.7231405,0.73966944,0.74793386,0.74793386,0.75206614,0.74793386,0.71900827,0.69008267,0.661157,0.6446281,0.6280992,0.61570245,0.59917355,0.59090906,0.59090906,0.59917355,0.5661157,0.58264464,0.59917355,0.62396693,0.6570248,0.6570248,0.6735537,0.6983471,0.6859504,0.6983471,0.7066116,0.74793386,0.75619835,0.76033056,0.78512394,0.7768595,0.7933884,0.7933884,0.7768595,0.77272725,0.71900827,0.6363636,0.6198347,0.6487603,0.7066116,0.71900827,0.6694215,0.661157,0.6322314,0.607438,0.6983471,0.7355372,0.75206614,0.76859504,0.7768595,0.76033056,0.71900827,0.6487603,0.5661157,0.5206612,0.53305787,0.55785125,0.5785124,0.57438016,0.58264464,0.6322314,0.6528926,0.677686,0.7066116,0.71900827,0.72727275,0.7355372,0.74793386,0.73966944,0.70247936,0.6735537,0.6446281,0.6446281,0.6280992,0.59090906,0.58677685,0.57438016,0.58264464,0.58677685,0.57438016,0.5661157,0.59090906,0.6198347,0.6363636,0.6528926,0.6735537,0.70247936,0.6859504,0.69008267,0.71900827,0.7355372,0.7355372,0.74793386,0.7644628,0.76859504,0.77272725,0.78099173,0.76033056,0.73966944,0.6652893,0.61157024,0.6404959,0.6735537,0.6446281,0.61157024,0.54545456,0.5371901,0.5123967,0.5041322,0.57024795,0.6363636,0.6735537,0.7107438,0.7107438,0.6859504,0.6322314,0.5495868,0.4752066,0.41322315,0.40495867,0.446281,0.4876033,0.5206612,0.57438016,0.6487603,0.6570248,0.6694215,0.6859504,0.6983471,0.7066116,0.72727275,0.73966944,0.73140496,0.70247936,0.6859504,0.6694215,0.6528926,0.6280992,0.58677685,0.56198347,0.5661157,0.57438016,0.5661157,0.56198347,0.553719,0.58264464,0.61157024,0.6363636,0.6487603,0.6487603,0.6652893,0.6570248,0.6735537,0.70247936,0.71900827,0.7231405,0.74380165,0.75206614,0.75206614,0.7644628,0.76033056,0.73140496,0.6818182,0.6280992,0.607438,0.6859504,0.7231405,0.54545456,0.45454547,0.40495867,0.33471075,0.30991736,0.32231405,0.41322315,0.5165289,0.55785125,0.61157024,0.607438,0.58677685,0.5413223,0.45041323,0.30991736,0.18595041,0.24793388,0.3181818,0.4090909,0.47107437,0.59917355,0.6735537,0.6652893,0.6570248,0.6694215,0.6818182,0.70247936,0.7231405,0.7355372,0.7231405,0.7066116,0.6983471,0.6735537,0.6487603,0.62396693,0.58677685,0.553719,0.5495868,0.57024795,0.56198347,0.5495868,0.54545456,0.58264464,0.60330576,0.6363636,0.6446281,0.6652893,0.661157,0.6570248,0.6694215,0.6818182,0.6983471,0.71487606,0.7355372,0.7355372,0.73140496,0.7231405,0.7107438,0.6818182,0.6487603,0.607438,0.6570248,0.73140496,0.75619835,0.6446281,0.41322315,0.338843,0.30165288,0.2644628,0.21487603,0.2520661,0.36363637,0.45041323,0.48347107,0.4752066,0.46280992,0.4214876,0.27272728,0.2107438,0.23553719,0.28099173,0.3305785,0.42561984,0.5041322,0.6363636,0.6570248,0.6735537,0.6735537,0.6652893,0.69008267,0.6983471,0.7066116,0.71900827,0.71900827,0.70247936,0.69008267,0.6859504,0.6570248,0.61570245,0.5785124,0.553719,0.5413223,0.55785125,0.56198347,0.5413223,0.53305787,0.55785125,0.58264464,0.6446281,0.6528926,0.6487603,0.6570248,0.6528926,0.6735537,0.6859504,0.6818182,0.6983471,0.71487606,0.7231405,0.72727275,0.6942149,0.6652893,0.6446281,0.62396693,0.62396693,0.7107438,0.76033056,0.78099173,0.74793386,0.54545456,0.35950413,0.35123968,0.35123968,0.29338843,0.2231405,0.21900827,0.32231405,0.38016528,0.3677686,0.35123968,0.2768595,0.23553719,0.2768595,0.3429752,0.41322315,0.5,0.56198347,0.5785124,0.6487603,0.6446281,0.677686,0.71900827,0.661157,0.6570248,0.69008267,0.6859504,0.69008267,0.6859504,0.6694215,0.677686,0.6735537,0.6446281,0.607438,0.5785124,0.55785125,0.54545456,0.553719,0.5495868,0.5206612,0.5082645,0.5289256,0.553719,0.62396693,0.6487603,0.6446281,0.6404959,0.6446281,0.6570248,0.6694215,0.677686,0.6942149,0.70247936,0.71487606,0.71900827,0.6942149,0.6528926,0.62396693,0.6280992,0.677686,0.75206614,0.7768595,0.78099173,0.78512394,0.73140496,0.553719,0.46694216,0.42975205,0.34710744,0.27272728,0.21487603,0.23966943,0.30991736,0.33471075,0.30991736,0.2644628,0.34710744,0.338843,0.40495867,0.49173555,0.57024795,0.57024795,0.59917355,0.6363636,0.6487603,0.6652893,0.7066116,0.6694215,0.6322314,0.6570248,0.6859504,0.6818182,0.6983471,0.677686,0.6652893,0.6404959,0.61570245,0.59504133,0.5785124,0.56198347,0.553719,0.553719,0.5413223,0.5041322,0.47933885,0.5165289,0.53305787,0.60330576,0.6404959,0.6487603,0.6528926,0.6570248,0.661157,0.6735537,0.677686,0.6942149,0.7066116,0.7066116,0.7107438,0.69008267,0.6570248,0.6322314,0.6487603,0.7107438,0.76033056,0.7768595,0.76859504,0.75619835,0.76033056,0.677686,0.54545456,0.49173555,0.39256197,0.3305785,0.30578512,0.30165288,0.3305785,0.34710744,0.37190083,0.36363637,0.3677686,0.38429752,0.3264463,0.39256197,0.46280992,0.4876033,0.5495868,0.6198347,0.6404959,0.6528926,0.661157,0.6694215,0.6363636,0.60330576,0.6446281,0.661157,0.6859504,0.6694215,0.6404959,0.6280992,0.607438,0.58264464,0.57438016,0.56198347,0.553719,0.5413223,0.5206612,0.49173555,0.4338843,0.5041322,0.5165289,0.5661157,0.6198347,0.6487603,0.6528926,0.6528926,0.6570248,0.6735537,0.6859504,0.6942149,0.6942149,0.6983471,0.6983471,0.6818182,0.6570248,0.6322314,0.6735537,0.74380165,0.7644628,0.7644628,0.76033056,0.74380165,0.71487606,0.661157,0.5289256,0.45454547,0.38842976,0.3677686,0.39256197,0.39256197,0.39256197,0.4090909,0.42975205,0.38016528,0.38016528,0.39256197,0.37603307,0.33471075,0.40495867,0.42975205,0.46694216,0.607438,0.59504133,0.6280992,0.6322314,0.6570248,0.59504133,0.6198347,0.607438,0.661157,0.6859504,0.661157,0.6322314,0.607438,0.59090906,0.5785124,0.57024795,0.55785125,0.5495868,0.5247934,0.5,0.47107437,0.42561984,0.4876033,0.49586776,0.55785125,0.59917355,0.6322314,0.6446281,0.6404959,0.6487603,0.6694215,0.677686,0.6859504,0.6859504,0.6735537,0.6735537,0.6652893,0.6404959,0.6487603,0.6942149,0.71487606,0.73140496,0.7066116,0.73140496,0.71487606,0.62396693,0.55785125,0.49586776,0.40082645,0.37190083,0.36363637,0.4214876,0.42975205,0.40082645,0.38842976,0.37603307,0.39256197,0.35950413,0.41735536,0.35123968,0.35123968,0.38429752,0.40082645,0.4338843,0.5495868,0.53305787,0.5785124,0.58677685,0.59504133,0.553719,0.6570248,0.5785124,0.6528926,0.6528926,0.661157,0.61157024,0.607438,0.59090906,0.58677685,0.553719,0.55785125,0.54545456,0.5165289,0.4876033,0.45454547,0.38842976,0.5,0.4876033,0.54545456,0.58264464,0.62396693,0.6322314,0.6322314,0.6528926,0.6694215,0.6404959,0.6487603,0.6735537,0.6652893,0.6570248,0.6363636,0.61570245,0.6528926,0.69008267,0.6570248,0.6694215,0.6818182,0.6818182,0.6322314,0.5495868,0.49586776,0.446281,0.39256197,0.39256197,0.37603307,0.42975205,0.44214877,0.42975205,0.41322315,0.34710744,0.40082645,0.37603307,0.40495867,0.37603307,0.34710744,0.37190083,0.35950413,0.38016528,0.45041323,0.45867768,0.5041322,0.5247934,0.5371901,0.4752066,0.57024795,0.60330576,0.58264464,0.661157,0.6528926,0.6487603,0.6280992,0.59090906,0.58677685,0.55785125,0.5495868,0.5289256,0.5041322,0.47933885,0.4338843,0.30578512,0.49173555,0.48347107,0.53305787,0.5495868,0.60330576,0.607438,0.6198347,0.6322314,0.6570248,0.62396693,0.61570245,0.6487603,0.6528926,0.6280992,0.6198347,0.61157024,0.61157024,0.6198347,0.59504133,0.5661157,0.61157024,0.61157024,0.553719,0.5082645,0.45041323,0.41735536,0.3966942,0.39256197,0.3966942,0.41735536,0.4214876,0.42561984,0.4214876,0.3305785,0.36363637,0.4090909,0.38429752,0.38429752,0.3429752,0.3553719,0.3264463,0.32231405,0.38016528,0.3966942,0.41322315,0.44214877,0.47933885,0.45454547,0.45454547,0.5206612,0.553719,0.6404959,0.6528926,0.6487603,0.6322314,0.58677685,0.57024795,0.55785125,0.5371901,0.5082645,0.48347107,0.47107437,0.4090909,0.28099173,0.4338843,0.46694216,0.5123967,0.5495868,0.58677685,0.59504133,0.61157024,0.6322314,0.6404959,0.60330576,0.59504133,0.6280992,0.6198347,0.61157024,0.607438,0.5661157,0.54545456,0.5289256,0.49586776,0.46280992,0.49173555,0.5,0.47107437,0.45041323,0.4090909,0.3966942,0.38429752,0.38842976,0.40082645,0.37603307,0.38016528,0.39256197,0.35950413,0.32231405,0.3305785,0.37190083,0.37603307,0.3677686,0.3429752,0.3305785,0.30578512,0.2892562,0.34710744,0.37190083,0.36363637,0.35950413,0.4090909,0.3966942,0.4090909,0.41322315,0.48347107,0.58264464,0.6446281,0.59917355,0.60330576,0.57438016,0.56198347,0.54545456,0.5413223,0.4752066,0.4752066,0.45041323,0.38429752,0.2644628,0.3429752,0.43801653,0.49586776,0.5495868,0.57438016,0.58264464,0.61157024,0.6404959,0.6404959,0.607438,0.58264464,0.61157024,0.6280992,0.6198347,0.54545456,0.5413223,0.5123967,0.41322315,0.4338843,0.3966942,0.41322315,0.45041323,0.41735536,0.38016528,0.3677686,0.34710744,0.338843,0.35123968,0.36363637,0.3429752,0.32231405,0.3181818,0.30991736,0.30991736,0.3264463,0.33471075,0.3553719,0.3305785,0.3181818,0.30165288,0.28512397,0.28099173,0.2892562,0.3429752,0.3305785,0.2892562,0.3181818,0.3181818,0.338843,0.37603307,0.39256197,0.5082645,0.6446281,0.58264464,0.58677685,0.553719,0.54545456,0.5371901,0.5495868,0.46694216,0.42975205,0.3677686,0.3553719,0.21487603,0.3264463,0.35950413,0.45867768,0.5413223,0.5661157,0.5661157,0.6198347,0.6280992,0.6322314,0.62396693,0.57438016,0.5785124,0.6528926,0.59917355,0.4752066,0.5206612,0.44214877,0.338843,0.36363637,0.3429752,0.37190083,0.40495867,0.38429752,0.35950413,0.35123968,0.30991736,0.3305785,0.29752067,0.2892562,0.3429752,0.3140496,0.30991736,0.30991736,0.30991736,0.32231405,0.3140496,0.3140496,0.30578512,0.26859504,0.2603306,0.25619835,0.27272728,0.2644628,0.29752067,0.30991736,0.24380165,0.2520661,0.2768595,0.2892562,0.3305785,0.3264463,0.40082645,0.59090906,0.5661157,0.54545456,0.5289256,0.5247934,0.5123967,0.5413223,0.45454547,0.3677686,0.33471075,0.2768595,0.2520661,0.2520661,0.29752067,0.37603307,0.46694216,0.53305787,0.55785125,0.59090906,0.6280992,0.59504133,0.61157024,0.57438016,0.58264464,0.6198347,0.5289256,0.4338843,0.45867768,0.37190083,0.26859504,0.2644628,0.29338843,0.34710744,0.34710744,0.338843,0.34710744,0.3429752,0.2892562,0.3305785,0.28099173,0.23966943,0.3264463,0.30991736,0.3429752,0.35950413,0.34710744,0.37603307,0.35123968,0.32231405,0.32231405,0.27272728,0.24380165,0.23140496,0.24793388,0.2644628,0.2768595,0.2892562,0.2231405,0.22727273,0.24793388,0.23553719,0.25619835,0.30165288,0.3140496,0.47107437,0.5413223,0.5123967,0.48347107,0.5123967,0.46694216,0.5,0.4090909,0.3181818,0.29752067,0.24380165,0.30165288,0.24380165,0.2520661,0.27272728,0.38429752,0.4338843,0.5123967,0.5413223,0.6280992,0.5495868,0.59090906,0.56198347,0.59090906,0.5661157,0.45454547,0.3966942,0.41322315,0.3305785,0.23966943,0.17768595,0.22727273,0.28512397,0.28512397,0.29752067,0.29752067,0.29752067,0.29752067,0.30991736,0.26859504,0.23966943,0.27272728,0.30165288,0.37190083,0.41735536,0.4214876,0.39256197,0.34710744,0.3305785,0.32231405,0.2644628,0.23966943,0.2520661,0.2520661,0.2520661,0.2603306,0.24793388,0.20247933,0.19421488,0.2231405,0.20661157,0.20661157,0.27272728,0.32231405,0.37603307,0.45454547,0.46280992,0.4214876,0.46694216,0.4090909,0.41735536,0.338843,0.2644628,0.2603306,0.22727273,0.2644628,0.2520661,0.24380165,0.23140496,0.29752067,0.30578512,0.44214877,0.49173555,0.5661157,0.5289256,0.55785125,0.5371901,0.57024795,0.49586776,0.38842976,0.34710744,0.34710744,0.2603306,0.23553719,0.20247933,0.2231405,0.24793388,0.2603306,0.24380165,0.28512397,0.25619835,0.28512397,0.26859504,0.23140496,0.2520661,0.23553719,0.26859504,0.29752067,0.29752067,0.3140496,0.30991736,0.3264463,0.32231405,0.338843,0.3305785,0.3140496,0.3553719,0.3677686,0.3429752,0.3429752,0.36363637,0.35950413,0.29752067,0.28099173,0.28099173,0.2644628,0.2892562,0.32231405,0.32231405,0.37603307,0.4090909,0.35950413,0.39256197,0.3553719,0.338843,0.2768595,0.22727273,0.2231405,0.20661157,0.23553719,0.23966943,0.23966943,0.20661157,0.24793388,0.25619835,0.35123968,0.42561984,0.4752066,0.4752066,0.5,0.5289256,0.5123967,0.40495867,0.32231405,0.3429752,0.29752067,0.2603306,0.26859504,0.28099173,0.3305785,0.37190083,0.34710744,0.3429752,0.38429752,0.36363637,0.33471075,0.3181818,0.3305785,0.3429752,0.38016528,0.43801653,0.49173555,0.47107437,0.4752066,0.5041322,0.5289256,0.53305787,0.5247934,0.5165289,0.48347107,0.5,0.5165289,0.49173555,0.48347107,0.5,0.5165289,0.46280992,0.39256197,0.3677686,0.30578512,0.30165288,0.30991736,0.29752067,0.33471075,0.35123968,0.32231405,0.3264463,0.30578512,0.28512397,0.23966943,0.1983471,0.19421488,0.18595041,0.18181819,0.21900827,0.23140496,0.17768595,0.18595041,0.2520661,0.2892562,0.33471075,0.4090909,0.4338843,0.45454547,0.47933885,0.46280992,0.35123968,0.29338843,0.30578512,0.2603306,0.29338843,0.38842976,0.45454547,0.45041323,0.49173555,0.5206612,0.49173555,0.54545456,0.5495868,0.4876033,0.446281,0.4876033,0.49586776,0.57438016,0.59917355,0.6198347,0.6198347,0.59917355,0.6280992,0.6487603,0.6528926,0.61157024,0.59504133,0.57438016,0.57024795,0.5785124,0.55785125,0.5495868,0.56198347,0.58264464,0.54545456,0.4752066,0.38842976,0.2892562,0.2768595,0.32231405,0.3140496,0.30991736,0.29752067,0.28099173,0.28099173,0.2520661,0.23140496,0.20661157,0.16115703,0.1570248,0.1694215,0.17355372,0.16528925,0.17355372,0.16528925,0.18181819,0.24380165,0.25619835,0.2644628,0.3181818,0.37190083,0.4090909,0.40495867,0.42975205,0.36363637,0.3305785,0.30165288,0.2644628,0.33471075,0.49586776,0.57438016,0.5495868,0.553719,0.59917355,0.57024795,0.59090906,0.61157024,0.58677685,0.5661157,0.57024795,0.58677685,0.61157024,0.6363636,0.661157,0.6652893,0.6570248,0.661157,0.6694215,0.6694215,0.6280992,0.6198347,0.59504133,0.58677685,0.58264464,0.55785125,0.56198347,0.59917355,0.607438,0.5785124,0.54545456,0.40082645,0.24380165,0.2603306,0.3181818,0.3305785,0.29752067,0.25619835,0.24380165,0.2520661,0.23553719,0.18595041,0.1694215,0.14049587,0.13636364,0.14876033,0.1983471,0.15289256,0.1570248,0.18181819,0.19421488,0.21487603,0.21487603,0.24380165,0.27272728,0.30991736,0.35950413,0.338843,0.36363637,0.3966942,0.33471075,0.3264463,0.27272728,0.35950413,0.5495868,0.6198347,0.607438,0.6280992,0.6322314,0.6280992,0.61570245,0.60330576,0.58677685,0.58264464,0.58264464,0.59090906,0.59504133,0.61570245,0.6322314,0.61570245,0.6404959,0.6404959,0.62396693,0.61570245,0.61570245,0.59917355,0.57024795,0.5785124,0.55785125,0.53305787,0.57438016,0.61157024,0.59504133,0.58264464,0.57024795,0.446281,0.2768595,0.2231405,0.30165288,0.3140496,0.2768595,0.24380165,0.21900827,0.22727273,0.22727273,0.18595041,0.15289256,0.1322314,0.12396694,0.15289256,0.18595041,0.14876033,0.15289256,0.18595041,0.18595041,0.17355372,0.18181819,0.23140496,0.2603306,0.2768595,0.32231405,0.30578512,0.3429752,0.3966942,0.3305785,0.29338843,0.28512397,0.3677686,0.5165289,0.6322314,0.6735537,0.6942149,0.6818182,0.6652893,0.6446281,0.6198347,0.57438016,0.54545456,0.553719,0.57024795,0.5371901,0.54545456,0.53305787,0.54545456,0.5289256,0.5495868,0.5206612,0.5247934,0.5661157,0.553719,0.5413223,0.5413223,0.5495868,0.5123967,0.5661157,0.59917355,0.57438016,0.57438016,0.5289256,0.46280992,0.27272728,0.21487603,0.26859504,0.30578512,0.2603306,0.23966943,0.2107438,0.2107438,0.20661157,0.18595041,0.15289256,0.12809917,0.10743801,0.12809917,0.1694215,0.17768595,0.17355372,0.17768595,0.17355372,0.14876033,0.16115703,0.23966943,0.25619835,0.23966943,0.28512397,0.26859504,0.30991736,0.34710744,0.29752067,0.28512397,0.29752067,0.38429752,0.5082645,0.6198347,0.6942149,0.7107438,0.70247936,0.6859504,0.6528926,0.6322314,0.58677685,0.5289256,0.5123967,0.5289256,0.5123967,0.4752066,0.45041323,0.5206612,0.5041322,0.4876033,0.45867768,0.46694216,0.5206612,0.5,0.5206612,0.4752066,0.5289256,0.5165289,0.54545456,0.59504133,0.57438016,0.5413223,0.49173555,0.4214876,0.34710744,0.1694215,0.21487603,0.2768595,0.2520661,0.2107438,0.20247933,0.19008264,0.17768595,0.1570248,0.1446281,0.15289256,0.10743801,0.14049587,0.1570248,0.1694215,0.1694215,0.17355372,0.1694215,0.13636364,0.15289256,0.2107438,0.2520661,0.23140496,0.2520661,0.2231405,0.2520661,0.27272728,0.2520661,0.2520661,0.30165288,0.41735536,0.5082645,0.59504133,0.6818182,0.7066116,0.6942149,0.6818182,0.6570248,0.6280992,0.59504133,0.53305787,0.48347107,0.46280992,0.46694216,0.40495867,0.41735536,0.5,0.49173555,0.4752066,0.46280992,0.41322315,0.43801653,0.41735536,0.4876033,0.44214877,0.4876033,0.5206612,0.5413223,0.59504133,0.5495868,0.5082645,0.47933885,0.3553719,0.3264463,0.2644628,0.15289256,0.23140496,0.2107438,0.17355372,0.20661157,0.18595041,0.17355372,0.15289256,0.14876033,0.14049587,0.13636364,0.14876033,0.1570248,0.17355372,0.15289256,0.14876033,0.1570248,0.14876033,0.13636364,0.17355372,0.23966943,0.21487603,0.23553719,0.19008264,0.22727273,0.24380165,0.24380165,0.24380165,0.28512397,0.3966942,0.49586776,0.58264464,0.6487603,0.6859504,0.6735537,0.6528926,0.6446281,0.6198347,0.59090906,0.5206612,0.46694216,0.4090909,0.4214876,0.37603307,0.41735536,0.4214876,0.45454547,0.42975205,0.46694216,0.38842976,0.38429752,0.3677686,0.42975205,0.42561984,0.47933885,0.5165289,0.553719,0.5785124,0.553719,0.45867768,0.37190083,0.41735536,0.33471075,0.2768595,0.15289256,0.2107438,0.18595041,0.14876033,0.17768595,0.20661157,0.16528925,0.13636364,0.14049587,0.12396694,0.15289256,0.19008264,0.16115703,0.15289256,0.16528925,0.1446281,0.1322314,0.1570248,0.16115703,0.13636364,0.23553719,0.18595041,0.2107438,0.16528925,0.19008264,0.23140496,0.25619835,0.24793388,0.25619835,0.338843,0.4338843,0.5495868,0.61157024,0.6404959,0.6322314,0.61570245,0.62396693,0.62396693,0.59090906,0.5289256,0.4876033,0.42561984,0.41322315,0.4090909,0.40082645,0.35950413,0.40495867,0.36363637,0.3966942,0.40495867,0.37190083,0.35950413,0.3966942,0.4214876,0.48347107,0.5165289,0.5495868,0.5371901,0.5082645,0.4214876,0.30165288,0.30991736,0.30165288,0.26859504,0.19421488,0.19008264,0.17768595,0.1570248,0.12809917,0.20247933,0.1570248,0.11983471,0.11157025,0.14049587,0.1570248,0.2107438,0.16115703,0.1570248,0.13636364,0.1446281,0.12809917,0.16528925,0.1694215,0.11983471,0.20661157,0.2107438,0.1694215,0.15289256,0.17355372,0.24380165,0.23553719,0.21487603,0.24793388,0.29752067,0.40495867,0.4752066,0.5123967,0.55785125,0.5661157,0.58264464,0.62396693,0.62396693,0.59504133,0.56198347,0.5371901,0.49586776,0.45867768,0.4214876,0.42561984,0.37603307,0.3553719,0.3181818,0.3181818,0.446281,0.40495867,0.35123968,0.3966942,0.46280992,0.5123967,0.5123967,0.54545456,0.5165289,0.4090909,0.37603307,0.33471075,0.27272728,0.23140496,0.2892562,0.22727273,0.1983471,0.17355372,0.16115703,0.10330579,0.16115703,0.12809917,0.10743801,0.12809917,0.1570248,0.17768595,0.1983471,0.15289256,0.1570248,0.14876033,0.12809917,0.1446281,0.16115703,0.16528925,0.14876033,0.1322314,0.24380165,0.14876033,0.1322314,0.1694215,0.2520661,0.21900827,0.20247933,0.24793388,0.2520661,0.3305785,0.38429752,0.41735536,0.48347107,0.47933885,0.5289256,0.6570248,0.6487603,0.6404959,0.6487603,0.661157,0.6322314,0.57438016,0.45454547,0.40082645,0.41735536,0.35123968,0.30991736,0.29752067,0.38429752,0.446281,0.4090909,0.4214876,0.4876033,0.553719,0.5206612,0.5041322,0.48347107,0.3553719,0.35950413,0.3264463,0.24793388,0.2107438,0.20247933,0.2107438,0.18181819,0.1983471,0.15289256,0.10743801,0.11983471,0.1322314,0.11157025,0.13636364,0.17768595,0.2107438,0.2231405,27 +0.59504133,0.6404959,0.61570245,0.6446281,0.6859504,0.7231405,0.73140496,0.7066116,0.76033056,0.76033056,0.75619835,0.74380165,0.77272725,0.78512394,0.76859504,0.78099173,0.76859504,0.7768595,0.7644628,0.7644628,0.75206614,0.7644628,0.7644628,0.74380165,0.73140496,0.7231405,0.6859504,0.6694215,0.6983471,0.6859504,0.6859504,0.6942149,0.7066116,0.7066116,0.6942149,0.6735537,0.6528926,0.6528926,0.6652893,0.677686,0.6735537,0.6694215,0.6652893,0.677686,0.69008267,0.6859504,0.7066116,0.69008267,0.6859504,0.677686,0.6859504,0.6570248,0.6652893,0.6694215,0.6652893,0.60330576,0.56198347,0.46280992,0.39256197,0.2768595,0.2644628,0.20247933,0.38842976,0.42561984,0.6198347,0.6487603,0.6487603,0.6487603,0.71487606,0.74380165,0.74793386,0.7231405,0.7933884,0.76859504,0.7644628,0.7644628,0.7768595,0.7892562,0.78512394,0.78099173,0.77272725,0.76859504,0.7644628,0.78099173,0.7644628,0.7644628,0.7644628,0.7644628,0.75206614,0.72727275,0.7066116,0.677686,0.6859504,0.6735537,0.6652893,0.6694215,0.70247936,0.70247936,0.677686,0.6694215,0.6652893,0.661157,0.661157,0.6735537,0.6694215,0.6735537,0.661157,0.6859504,0.70247936,0.6942149,0.7231405,0.70247936,0.6983471,0.6942149,0.6735537,0.677686,0.71487606,0.6942149,0.71487606,0.62396693,0.59504133,0.5289256,0.4752066,0.30578512,0.32231405,0.21487603,0.42975205,0.41322315,0.6404959,0.6859504,0.6652893,0.6735537,0.7355372,0.7644628,0.76033056,0.74793386,0.7933884,0.7644628,0.77272725,0.78099173,0.8016529,0.7892562,0.7933884,0.78512394,0.78099173,0.7768595,0.76033056,0.7768595,0.77272725,0.76859504,0.74380165,0.77272725,0.7644628,0.75206614,0.7231405,0.71487606,0.6859504,0.6818182,0.6528926,0.6528926,0.6859504,0.7107438,0.6818182,0.677686,0.6818182,0.6735537,0.661157,0.677686,0.6735537,0.6694215,0.70247936,0.7066116,0.7066116,0.7107438,0.72727275,0.7107438,0.6818182,0.6983471,0.6652893,0.6818182,0.7355372,0.7231405,0.74793386,0.69008267,0.59090906,0.5785124,0.5082645,0.39256197,0.30165288,0.3305785,0.37603307,0.41735536,0.6528926,0.6942149,0.69008267,0.71487606,0.74380165,0.7768595,0.78099173,0.76859504,0.78099173,0.78099173,0.78099173,0.77272725,0.78099173,0.7768595,0.77272725,0.7892562,0.78512394,0.78099173,0.77272725,0.7768595,0.7768595,0.7644628,0.7644628,0.76033056,0.76859504,0.76033056,0.74380165,0.71487606,0.70247936,0.6983471,0.6694215,0.6487603,0.7066116,0.72727275,0.6859504,0.6818182,0.6942149,0.6859504,0.6735537,0.6694215,0.661157,0.6528926,0.6528926,0.6818182,0.677686,0.69008267,0.7066116,0.69008267,0.6694215,0.677686,0.6818182,0.677686,0.7231405,0.70247936,0.73966944,0.71487606,0.62396693,0.6363636,0.5495868,0.446281,0.3181818,0.37190083,0.3305785,0.39256197,0.6652893,0.7066116,0.7107438,0.74380165,0.76859504,0.7933884,0.7933884,0.7768595,0.76033056,0.78099173,0.76859504,0.75619835,0.76033056,0.76859504,0.73140496,0.75206614,0.7355372,0.76033056,0.7768595,0.75206614,0.74380165,0.73140496,0.74793386,0.75206614,0.73966944,0.7644628,0.77272725,0.74380165,0.71900827,0.7231405,0.6694215,0.6528926,0.72727275,0.74793386,0.70247936,0.6818182,0.6983471,0.6818182,0.6983471,0.6570248,0.6446281,0.6322314,0.61570245,0.6404959,0.6363636,0.6322314,0.6487603,0.6363636,0.62396693,0.6487603,0.6528926,0.661157,0.6694215,0.6942149,0.7355372,0.74380165,0.6570248,0.6942149,0.60330576,0.47933885,0.40082645,0.3264463,0.41735536,0.41735536,0.6570248,0.71487606,0.73966944,0.75619835,0.78099173,0.79752064,0.7933884,0.7644628,0.75619835,0.7355372,0.71900827,0.6983471,0.6983471,0.6942149,0.6363636,0.56198347,0.56198347,0.58677685,0.6280992,0.61157024,0.61570245,0.59917355,0.61570245,0.6942149,0.6528926,0.71487606,0.76859504,0.75206614,0.7644628,0.71487606,0.70247936,0.6528926,0.72727275,0.74793386,0.72727275,0.6818182,0.71900827,0.6859504,0.6528926,0.6198347,0.59090906,0.56198347,0.5413223,0.53305787,0.54545456,0.5371901,0.5661157,0.5495868,0.53305787,0.54545456,0.5785124,0.60330576,0.61157024,0.6487603,0.7107438,0.75619835,0.70247936,0.6983471,0.6487603,0.4876033,0.4214876,0.3429752,0.43801653,0.47933885,0.6198347,0.73966944,0.75619835,0.7768595,0.78512394,0.78099173,0.76033056,0.7231405,0.6694215,0.607438,0.57024795,0.60330576,0.607438,0.57438016,0.45867768,0.4090909,0.44214877,0.38429752,0.37603307,0.42975205,0.4214876,0.42975205,0.43801653,0.5247934,0.6280992,0.58264464,0.75206614,0.76033056,0.78099173,0.7355372,0.7107438,0.6487603,0.7231405,0.75206614,0.7355372,0.677686,0.7066116,0.6528926,0.5785124,0.5,0.49586776,0.446281,0.38429752,0.37190083,0.36363637,0.32231405,0.3677686,0.3553719,0.37603307,0.4214876,0.45867768,0.4876033,0.5041322,0.5206612,0.6404959,0.7231405,0.74380165,0.72727275,0.6694215,0.5206612,0.4214876,0.3553719,0.45867768,0.4338843,0.59504133,0.74380165,0.7768595,0.77272725,0.78099173,0.75206614,0.6942149,0.61157024,0.54545456,0.47933885,0.41322315,0.49173555,0.4876033,0.41735536,0.38429752,0.30165288,0.34710744,0.29338843,0.2520661,0.28512397,0.28099173,0.3305785,0.37603307,0.38842976,0.5247934,0.54545456,0.6363636,0.74380165,0.75206614,0.7231405,0.7107438,0.6487603,0.6942149,0.76033056,0.71487606,0.6487603,0.6694215,0.607438,0.5165289,0.42561984,0.38842976,0.35950413,0.2644628,0.2231405,0.23553719,0.2644628,0.2107438,0.23553719,0.25619835,0.2603306,0.2892562,0.3264463,0.38016528,0.4214876,0.5,0.661157,0.75619835,0.73966944,0.6983471,0.5495868,0.4214876,0.338843,0.45454547,0.4090909,0.59917355,0.74380165,0.7768595,0.76033056,0.75206614,0.7107438,0.6570248,0.5041322,0.46694216,0.44214877,0.42561984,0.44214877,0.37190083,0.30578512,0.2892562,0.2603306,0.28099173,0.23553719,0.23966943,0.2644628,0.28099173,0.32231405,0.45867768,0.42561984,0.45454547,0.53305787,0.553719,0.6859504,0.71487606,0.7355372,0.6818182,0.6363636,0.6818182,0.7231405,0.6942149,0.6322314,0.59917355,0.56198347,0.5123967,0.41322315,0.30578512,0.29752067,0.24793388,0.2520661,0.2231405,0.24380165,0.17768595,0.1983471,0.22727273,0.19008264,0.2231405,0.23140496,0.32231405,0.3140496,0.38016528,0.56198347,0.7355372,0.75206614,0.7066116,0.59917355,0.4090909,0.338843,0.4090909,0.40082645,0.62396693,0.7231405,0.75619835,0.76033056,0.73140496,0.6859504,0.57024795,0.41322315,0.39256197,0.40082645,0.3966942,0.34710744,0.4338843,0.446281,0.47107437,0.35123968,0.3181818,0.3181818,0.26859504,0.30165288,0.34710744,0.38429752,0.43801653,0.45454547,0.5041322,0.5413223,0.59917355,0.6570248,0.6942149,0.6942149,0.6528926,0.6446281,0.6694215,0.6818182,0.6694215,0.61157024,0.5289256,0.38842976,0.54545456,0.59090906,0.4090909,0.42975205,0.37190083,0.37190083,0.34710744,0.35123968,0.37190083,0.40082645,0.38842976,0.3305785,0.33471075,0.28099173,0.30578512,0.30578512,0.28099173,0.37190083,0.5041322,0.6528926,0.72727275,0.6446281,0.40495867,0.30165288,0.4214876,0.41322315,0.6446281,0.70247936,0.74380165,0.76033056,0.71487606,0.607438,0.4752066,0.44214877,0.38842976,0.41735536,0.38429752,0.446281,0.8140496,0.8305785,0.76859504,0.54545456,0.5495868,0.5247934,0.4752066,0.46280992,0.45041323,0.47107437,0.46280992,0.41322315,0.39256197,0.46280992,0.62396693,0.677686,0.6859504,0.6983471,0.6735537,0.6735537,0.6652893,0.6694215,0.69008267,0.6198347,0.5165289,0.6446281,0.90495867,0.75206614,0.5123967,0.5289256,0.5,0.5206612,0.5413223,0.54545456,0.5785124,0.58677685,0.5413223,0.47107437,0.45041323,0.42975205,0.4214876,0.40495867,0.3305785,0.38429752,0.4090909,0.3677686,0.49173555,0.6280992,0.44214877,0.25619835,0.40082645,0.42561984,0.6818182,0.6983471,0.75619835,0.73966944,0.6570248,0.49586776,0.47107437,0.45867768,0.5082645,0.5785124,0.5495868,0.59504133,0.7231405,0.8057851,0.74793386,0.6652893,0.6528926,0.58677685,0.55785125,0.54545456,0.53305787,0.5413223,0.5206612,0.49586776,0.46694216,0.40082645,0.37190083,0.59504133,0.7231405,0.71900827,0.7066116,0.7107438,0.6859504,0.70247936,0.7355372,0.6404959,0.77272725,0.6322314,0.6818182,0.57024795,0.54545456,0.5289256,0.5123967,0.48347107,0.46280992,0.46280992,0.46280992,0.46694216,0.4876033,0.47933885,0.49173555,0.5247934,0.46280992,0.446281,0.42975205,0.43801653,0.446281,0.43801653,0.446281,0.4214876,0.46280992,0.2768595,0.37603307,0.45454547,0.7107438,0.7107438,0.76033056,0.71900827,0.56198347,0.4876033,0.5371901,0.553719,0.6280992,0.6652893,0.62396693,0.607438,0.6528926,0.6528926,0.6280992,0.59504133,0.57438016,0.5495868,0.5247934,0.5082645,0.46694216,0.46280992,0.4214876,0.42561984,0.3966942,0.41322315,0.3966942,0.30578512,0.8057851,0.8264463,0.7933884,0.6859504,0.61570245,0.6528926,0.6652893,0.6983471,0.677686,0.4338843,0.53305787,0.4876033,0.45867768,0.45454547,0.5082645,0.607438,0.6363636,0.6363636,0.59090906,0.58264464,0.59504133,0.60330576,0.61570245,0.6487603,0.6280992,0.5661157,0.5206612,0.43801653,0.446281,0.4338843,0.55785125,0.41735536,0.43801653,0.28099173,0.40495867,0.4338843,0.74380165,0.71900827,0.7768595,0.57024795,0.4338843,0.5661157,0.6446281,0.6652893,0.677686,0.6487603,0.6280992,0.6818182,0.72727275,0.73966944,0.73966944,0.70247936,0.6735537,0.6280992,0.61157024,0.58264464,0.55785125,0.5413223,0.5247934,0.5123967,0.4752066,0.42975205,0.4090909,0.4214876,0.91735536,0.892562,0.7066116,0.40495867,0.37603307,0.35950413,0.3429752,0.41322315,0.5082645,0.45867768,0.4338843,0.4090909,0.5082645,0.59090906,0.6280992,0.62396693,0.6570248,0.6528926,0.62396693,0.61570245,0.6528926,0.6818182,0.69008267,0.71900827,0.7355372,0.7644628,0.6942149,0.5495868,0.46280992,0.41322315,0.5123967,0.5247934,0.5247934,0.27272728,0.43801653,0.38842976,0.74793386,0.74380165,0.78099173,0.34710744,0.53305787,0.58677685,0.6363636,0.6570248,0.6818182,0.74380165,0.75619835,0.7644628,0.72727275,0.661157,0.60330576,0.5289256,0.49586776,0.46694216,0.44214877,0.45041323,0.43801653,0.45454547,0.47933885,0.5123967,0.5371901,0.5413223,0.4876033,0.45454547,0.3181818,0.42975205,0.5661157,0.58264464,0.5661157,0.5041322,0.5123967,0.37603307,0.46694216,0.3966942,0.30165288,0.4214876,0.49586776,0.5,0.5041322,0.46694216,0.4752066,0.5041322,0.446281,0.43801653,0.446281,0.5123967,0.61157024,0.677686,0.71900827,0.7644628,0.73966944,0.607438,0.5289256,0.41735536,0.45867768,0.59504133,0.4338843,0.1322314,0.46694216,0.6363636,0.7355372,0.6942149,0.6446281,0.38016528,0.607438,0.6198347,0.607438,0.6487603,0.7231405,0.7644628,0.71487606,0.57024795,0.4752066,0.4090909,0.35123968,0.28512397,0.5082645,0.2603306,0.2603306,0.2892562,0.4090909,0.41735536,0.42975205,0.49173555,0.48347107,0.4876033,0.57024795,0.5206612,0.3305785,0.6652893,0.73140496,0.6942149,0.6404959,0.59917355,0.59090906,0.49173555,0.34710744,0.28099173,0.30578512,0.41735536,0.4338843,0.46694216,0.5082645,0.35123968,0.27272728,0.45867768,0.2231405,0.19008264,0.21900827,0.29752067,0.35950413,0.4214876,0.5371901,0.6694215,0.6570248,0.5371901,0.48347107,0.4090909,0.38016528,0.5123967,0.34710744,0.07438017,0.5785124,0.77272725,0.6363636,0.45041323,0.8181818,0.5041322,0.49586776,0.49173555,0.49173555,0.6198347,0.69008267,0.6198347,0.40082645,0.3264463,0.4214876,0.44214877,0.27272728,0.28512397,0.3553719,0.22727273,0.29338843,0.25619835,0.5495868,0.49173555,0.4214876,0.45041323,0.58677685,0.5785124,0.6322314,0.44214877,0.5041322,0.7933884,0.73140496,0.6735537,0.6363636,0.6322314,0.6528926,0.4090909,0.35123968,0.2603306,0.3181818,0.38016528,0.3966942,0.53305787,0.71900827,0.35123968,0.2892562,0.28099173,0.1570248,0.2231405,0.18595041,0.39256197,0.38429752,0.2520661,0.3429752,0.42561984,0.5785124,0.49173555,0.43801653,0.38016528,0.30578512,0.35123968,0.33471075,0.23140496,0.38016528,0.41735536,0.9214876,0.30165288,0.2768595,0.3966942,0.446281,0.41735536,0.5495868,0.661157,0.56198347,0.40495867,0.4214876,0.5,0.59917355,0.59917355,0.45867768,0.42561984,0.42561984,0.3677686,0.42975205,0.46280992,0.6404959,0.59917355,0.5495868,0.58677685,0.56198347,0.73966944,0.7355372,0.45454547,0.6322314,0.80991733,0.6983471,0.6446281,0.6198347,0.6446281,0.74793386,0.41322315,0.28512397,0.32231405,0.338843,0.44214877,0.5206612,0.607438,0.6983471,0.56198347,0.446281,0.42561984,0.35123968,0.37190083,0.3966942,0.553719,0.53305787,0.43801653,0.4090909,0.37190083,0.4338843,0.59090906,0.5661157,0.5165289,0.48347107,0.54545456,0.35123968,0.32231405,0.29338843,0.338843,0.6818182,0.4214876,0.46694216,0.42561984,0.59090906,0.58677685,0.74793386,0.6528926,0.47107437,0.61570245,0.76859504,0.74380165,0.76859504,0.73966944,0.6859504,0.661157,0.57024795,0.61570245,0.61157024,0.61157024,0.60330576,0.59504133,0.58677685,0.62396693,0.6859504,0.7644628,0.6983471,0.46280992,0.69008267,0.75619835,0.7066116,0.6652893,0.62396693,0.6404959,0.75619835,0.6652893,0.20247933,0.44214877,0.4338843,0.6280992,0.6322314,0.6983471,0.73140496,0.70247936,0.661157,0.58264464,0.59090906,0.5661157,0.607438,0.6735537,0.6859504,0.73966944,0.6652893,0.4876033,0.42561984,0.553719,0.71487606,0.71900827,0.71900827,0.838843,0.3429752,0.39256197,0.17355372,0.338843,0.677686,0.6818182,0.75619835,0.47933885,0.7066116,0.70247936,0.73140496,0.59504133,0.61157024,0.76033056,0.8057851,0.8181818,0.8016529,0.7933884,0.76033056,0.7231405,0.6280992,0.6528926,0.61570245,0.60330576,0.5785124,0.57438016,0.5785124,0.62396693,0.71900827,0.74793386,0.6363636,0.44214877,0.76859504,0.71487606,0.70247936,0.6694215,0.6570248,0.6280992,0.71487606,0.80991733,0.3305785,0.34710744,0.40495867,0.58677685,0.61157024,0.6363636,0.6570248,0.6694215,0.677686,0.6570248,0.677686,0.6735537,0.6735537,0.6942149,0.72727275,0.7892562,0.76033056,0.661157,0.5495868,0.55785125,0.6446281,0.7231405,0.7644628,0.8553719,0.24380165,0.60330576,0.14049587,0.2520661,0.73140496,0.7355372,0.8553719,0.36363637,0.7231405,0.6859504,0.6859504,0.6528926,0.74380165,0.8016529,0.8057851,0.8305785,0.8264463,0.8140496,0.80991733,0.78099173,0.6859504,0.6363636,0.58264464,0.5495868,0.5495868,0.55785125,0.6280992,0.6694215,0.677686,0.7107438,0.47107437,0.6363636,0.76859504,0.71487606,0.70247936,0.6735537,0.6652893,0.6570248,0.7107438,0.7933884,0.62396693,0.26859504,0.38842976,0.5041322,0.58677685,0.5661157,0.57024795,0.59504133,0.6280992,0.6446281,0.6735537,0.69008267,0.69008267,0.6859504,0.71900827,0.7892562,0.76859504,0.76859504,0.69008267,0.6487603,0.72727275,0.73140496,0.78099173,0.75619835,0.2644628,0.7231405,0.17768595,0.23553719,0.74793386,0.7066116,0.8181818,0.23140496,0.677686,0.6652893,0.7355372,0.76859504,0.8016529,0.8140496,0.8057851,0.8264463,0.78512394,0.7933884,0.74380165,0.6818182,0.62396693,0.607438,0.59090906,0.59917355,0.6280992,0.6404959,0.6859504,0.7066116,0.71900827,0.6570248,0.46280992,0.77272725,0.75619835,0.73140496,0.71487606,0.6942149,0.6694215,0.6859504,0.75206614,0.7892562,0.75206614,0.3140496,0.36363637,0.553719,0.59917355,0.61570245,0.607438,0.59090906,0.5785124,0.55785125,0.57024795,0.58677685,0.61570245,0.6446281,0.6694215,0.72727275,0.74380165,0.78512394,0.7892562,0.7355372,0.75619835,0.76033056,0.8057851,0.5785124,0.553719,0.78512394,0.23140496,0.24793388,0.74793386,0.7231405,0.80991733,0.11157025,0.677686,0.69008267,0.7768595,0.7933884,0.8181818,0.8429752,0.8181818,0.7768595,0.73966944,0.73966944,0.71900827,0.7107438,0.7066116,0.7231405,0.7066116,0.70247936,0.71900827,0.71900827,0.7355372,0.76859504,0.76033056,0.57438016,0.6280992,0.76859504,0.76033056,0.74380165,0.72727275,0.7066116,0.6818182,0.71487606,0.76859504,0.7644628,0.76859504,0.5,0.2644628,0.60330576,0.7107438,0.69008267,0.6983471,0.7107438,0.71487606,0.69008267,0.6694215,0.6735537,0.70247936,0.72727275,0.7355372,0.76033056,0.7892562,0.75619835,0.77272725,0.76859504,0.7933884,0.78099173,0.7933884,0.49586776,0.69008267,0.822314,0.338843,0.2603306,0.7644628,0.75206614,0.8264463,0.2107438,0.6694215,0.7107438,0.78512394,0.79752064,0.8181818,0.80991733,0.80991733,0.8140496,0.8264463,0.8140496,0.79752064,0.7933884,0.8057851,0.7892562,0.76859504,0.75619835,0.76033056,0.77272725,0.76859504,0.74793386,0.6859504,0.57438016,0.74380165,0.7644628,0.77272725,0.75206614,0.74380165,0.7231405,0.6942149,0.70247936,0.75619835,0.7355372,0.75619835,0.6404959,0.3181818,0.4090909,0.75206614,0.76033056,0.74793386,0.74380165,0.74793386,0.7355372,0.7355372,0.75619835,0.76033056,0.76859504,0.7644628,0.77272725,0.7644628,0.76859504,0.76859504,0.77272725,0.7933884,0.79752064,0.71900827,0.49586776,0.73140496,0.8057851,0.40082645,0.30165288,0.7644628,0.78099173,0.8429752,0.5082645,0.4752066,0.7355372,0.7892562,0.78512394,0.79752064,0.80991733,0.8181818,0.8140496,0.8057851,0.78099173,0.7892562,0.76859504,0.78512394,0.7768595,0.76033056,0.74380165,0.7644628,0.75206614,0.7107438,0.74380165,0.5206612,0.7066116,0.7768595,0.76033056,0.77272725,0.7355372,0.75619835,0.74793386,0.70247936,0.6983471,0.7107438,0.7231405,0.7231405,0.7355372,0.42561984,0.42975205,0.5289256,0.7231405,0.77272725,0.74793386,0.75619835,0.73966944,0.73140496,0.75206614,0.75206614,0.73966944,0.75206614,0.75619835,0.76033056,0.76859504,0.77272725,0.7933884,0.7768595,0.6404959,0.5206612,0.73966944,0.74793386,0.7768595,0.4338843,0.3429752,0.76033056,0.78512394,0.80991733,0.8595041,0.2107438,0.69008267,0.7933884,0.79752064,0.8140496,0.8181818,0.822314,0.80991733,0.7933884,0.7768595,0.75619835,0.74380165,0.7644628,0.7644628,0.7355372,0.7107438,0.72727275,0.72727275,0.6942149,0.5247934,0.59504133,0.8512397,0.76859504,0.77272725,0.77272725,0.75206614,0.77272725,0.75619835,0.7066116,0.70247936,0.6983471,0.71487606,0.71487606,0.7231405,0.47107437,0.5413223,0.5371901,0.4752066,0.62396693,0.71487606,0.75206614,0.76033056,0.74380165,0.74793386,0.73966944,0.7355372,0.74380165,0.75206614,0.75206614,0.71487606,0.6322314,0.5289256,0.45454547,0.553719,0.79752064,0.8181818,0.73966944,0.75206614,0.5206612,0.34710744,0.7355372,0.7892562,0.8140496,0.8347107,0.6487603,0.39256197,0.58264464,0.7107438,0.8140496,0.8305785,0.8140496,0.8057851,0.7933884,0.78099173,0.76033056,0.72727275,0.7107438,0.7066116,0.6983471,0.6983471,0.76033056,0.6983471,0.49586776,0.57024795,0.8264463,0.8264463,0.76033056,0.78099173,0.78512394,0.79752064,0.78512394,0.7768595,0.7107438,0.6859504,0.69008267,0.71487606,0.73140496,0.71900827,0.53305787,0.49586776,0.6983471,0.5785124,0.42561984,0.3553719,0.44214877,0.53305787,0.57438016,0.5785124,0.57438016,0.5413223,0.5123967,0.5041322,0.49173555,0.5165289,0.57438016,0.677686,0.77272725,0.822314,0.8305785,0.80991733,0.7355372,0.7355372,0.58677685,0.3181818,0.74380165,0.7892562,0.8181818,0.8305785,0.7644628,0.6404959,0.57438016,0.61570245,0.6322314,0.7231405,0.78099173,0.78512394,0.74793386,0.7107438,0.69008267,0.70247936,0.6570248,0.59504133,0.5785124,0.56198347,0.62396693,0.58264464,0.60330576,0.74793386,0.80991733,0.8016529,0.76033056,0.7892562,0.79752064,0.80991733,0.80991733,0.8016529,0.74380165,0.7066116,0.70247936,0.7066116,0.7231405,0.74380165,0.62396693,0.5495868,0.6446281,0.70247936,0.6404959,0.54545456,0.4876033,0.4338843,0.42561984,0.4214876,0.46280992,0.5206612,0.553719,0.6570248,0.7355372,0.7933884,0.822314,0.8057851,0.8057851,0.8264463,0.8181818,0.80991733,0.74380165,0.7355372,0.61157024,0.3305785,0.75619835,0.79752064,0.8181818,0.8305785,0.8181818,0.72727275,0.6942149,0.70247936,0.677686,0.61157024,0.53305787,0.57438016,0.57024795,0.61570245,0.61570245,0.6280992,0.59917355,0.60330576,0.6404959,0.71900827,0.73966944,0.7355372,0.73140496,0.76033056,0.77272725,0.78099173,0.77272725,0.7892562,0.7892562,0.80991733,0.8057851,0.8016529,0.75206614,0.71900827,0.6983471,0.70247936,0.75619835,0.7892562,0.7231405,0.6322314,0.6652893,0.62396693,0.6652893,0.677686,0.6652893,0.62396693,0.6198347,0.6198347,0.607438,0.6446281,0.62396693,0.6322314,0.7231405,0.7644628,0.8057851,0.7892562,0.78512394,0.7892562,0.7892562,0.7768595,0.74380165,0.72727275,0.6528926,0.3553719,0.75206614,0.7933884,0.8264463,0.8347107,0.8305785,0.79752064,0.76033056,0.73140496,0.73140496,0.7355372,0.73966944,0.73966944,0.74793386,0.76033056,0.75619835,0.7768595,0.76859504,0.7933884,0.7933884,0.78099173,0.7231405,0.6735537,0.6859504,0.75619835,0.76859504,0.78099173,0.78512394,0.822314,0.8057851,0.78512394,0.8057851,0.79752064,0.76859504,0.71900827,0.6859504,0.70247936,0.7768595,0.8264463,0.76033056,0.70247936,0.73140496,0.62396693,0.58677685,0.6528926,0.677686,0.69008267,0.7107438,0.72727275,0.73140496,0.75206614,0.76033056,0.74793386,0.78099173,0.8057851,0.8305785,0.79752064,0.7933884,0.76033056,0.75619835,0.75206614,0.73966944,0.7355372,0.6570248,0.39256197,0.76033056,0.78512394,0.8181818,0.8347107,0.8347107,0.822314,0.8264463,0.822314,0.8140496,0.80991733,0.8140496,0.79752064,0.80991733,0.8016529,0.7933884,0.79752064,0.7768595,0.78512394,0.75619835,0.6942149,0.6322314,0.59917355,0.6942149,0.78512394,0.78099173,0.8016529,0.80991733,0.8181818,0.8057851,0.78512394,0.77272725,0.7768595,0.7355372,0.69008267,0.6652893,0.661157,0.7107438,0.6735537,0.71487606,0.75619835,0.76859504,0.6983471,0.5413223,0.607438,0.6280992,0.6528926,0.6652893,0.6983471,0.7107438,0.74380165,0.7355372,0.74793386,0.7892562,0.8305785,0.838843,0.8347107,0.80991733,0.7768595,0.75619835,0.74793386,0.73140496,0.73966944,0.6652893,0.4338843,0.76033056,0.7768595,0.79752064,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.8347107,0.822314,0.8347107,0.8057851,0.80991733,0.8016529,0.78512394,0.77272725,0.7768595,0.7355372,0.6735537,0.61157024,0.59090906,0.6446281,0.7768595,0.8057851,0.8016529,0.78099173,0.75206614,0.73966944,0.7355372,0.72727275,0.69008267,0.72727275,0.661157,0.6198347,0.59504133,0.5785124,0.57438016,0.5123967,0.5661157,0.6487603,0.71900827,0.76859504,0.43801653,0.5785124,0.59090906,0.6198347,0.6446281,0.6528926,0.6859504,0.7107438,0.7066116,0.74380165,0.76033056,0.8057851,0.822314,0.8347107,0.8057851,0.77272725,0.75619835,0.75206614,0.74380165,0.72727275,0.6528926,0.44214877,0.75619835,0.77272725,0.8140496,0.8181818,0.8264463,0.822314,0.8264463,0.822314,0.8347107,0.8264463,0.822314,0.8057851,0.8057851,0.78512394,0.7768595,0.75619835,0.74380165,0.661157,0.607438,0.58264464,0.607438,0.6859504,0.7644628,0.77272725,0.6818182,0.5413223,0.45454547,0.42975205,0.58677685,0.677686,0.6487603,0.6363636,0.553719,0.5,0.5,0.48347107,0.37603307,0.24793388,0.2892562,0.42975205,0.59917355,0.6404959,0.30165288,0.56198347,0.57438016,0.607438,0.6280992,0.61570245,0.6404959,0.6735537,0.6942149,0.73140496,0.7355372,0.77272725,0.80991733,0.8264463,0.78099173,0.77272725,0.76033056,0.7768595,0.75206614,0.73966944,0.6735537,0.41735536,0.76859504,0.78512394,0.8181818,0.80991733,0.822314,0.822314,0.822314,0.80991733,0.8264463,0.8264463,0.8181818,0.80991733,0.79752064,0.77272725,0.78099173,0.74380165,0.677686,0.59917355,0.5785124,0.5661157,0.6652893,0.73140496,0.6818182,0.61570245,0.5,0.3553719,0.3553719,0.2892562,0.338843,0.4752066,0.58264464,0.5165289,0.40495867,0.38842976,0.46280992,0.3553719,0.23966943,0.23140496,0.17768595,0.29752067,0.5165289,0.41735536,0.33471075,0.55785125,0.55785125,0.58264464,0.60330576,0.607438,0.6280992,0.6446281,0.6942149,0.7066116,0.74793386,0.7644628,0.7933884,0.7933884,0.7892562,0.7355372,0.74380165,0.7768595,0.75619835,0.7231405,0.6694215,0.38842976,0.75619835,0.78512394,0.80991733,0.8181818,0.8140496,0.80991733,0.80991733,0.8181818,0.8305785,0.8057851,0.80991733,0.79752064,0.7768595,0.75619835,0.75206614,0.6735537,0.61570245,0.58677685,0.5495868,0.6363636,0.7231405,0.7644628,0.73140496,0.57024795,0.49586776,0.54545456,0.6280992,0.6404959,0.5413223,0.42975205,0.5082645,0.45454547,0.33471075,0.4214876,0.446281,0.40082645,0.45041323,0.6487603,0.4752066,0.46694216,0.5289256,0.5206612,0.5247934,0.59504133,0.54545456,0.56198347,0.59504133,0.607438,0.607438,0.61157024,0.6487603,0.6735537,0.70247936,0.74793386,0.78099173,0.77272725,0.76859504,0.7066116,0.75206614,0.75619835,0.74380165,0.72727275,0.60330576,0.34710744,0.76033056,0.77272725,0.8181818,0.8181818,0.8016529,0.8140496,0.8057851,0.8181818,0.80991733,0.80991733,0.79752064,0.78099173,0.75619835,0.75206614,0.70247936,0.6363636,0.59090906,0.5661157,0.57438016,0.71487606,0.75206614,0.78099173,0.80991733,0.7644628,0.6694215,0.7355372,0.71487606,0.6818182,0.5413223,0.5,0.48347107,0.40495867,0.30165288,0.29338843,0.2644628,0.3305785,0.39256197,0.47933885,0.46694216,0.5247934,0.59917355,0.6487603,0.677686,0.72727275,0.58264464,0.53305787,0.553719,0.607438,0.59504133,0.60330576,0.60330576,0.62396693,0.6818182,0.6983471,0.75206614,0.76033056,0.73966944,0.7355372,0.7355372,0.7355372,0.7231405,0.7066116,0.5082645,0.3429752,0.74380165,0.7355372,0.79752064,0.8057851,0.8140496,0.8140496,0.8140496,0.8181818,0.80991733,0.8016529,0.7933884,0.7892562,0.75206614,0.7231405,0.677686,0.61157024,0.57438016,0.57024795,0.6570248,0.75206614,0.78512394,0.79752064,0.7933884,0.8057851,0.6818182,0.7107438,0.62396693,0.5206612,0.4876033,0.45454547,0.47933885,0.43801653,0.338843,0.30578512,0.28512397,0.37603307,0.41322315,0.42975205,0.39256197,0.4752066,0.57438016,0.6735537,0.7066116,0.7933884,0.7107438,0.54545456,0.5123967,0.56198347,0.59090906,0.59917355,0.59504133,0.57438016,0.6528926,0.6487603,0.6983471,0.75619835,0.71487606,0.75206614,0.72727275,0.71487606,0.6983471,0.677686,0.41322315,0.40495867,0.73140496,0.6487603,0.77272725,0.80991733,0.80991733,0.79752064,0.8140496,0.822314,0.8181818,0.7892562,0.79752064,0.7644628,0.7355372,0.6983471,0.6528926,0.59504133,0.57438016,0.59917355,0.7231405,0.7933884,0.7933884,0.7892562,0.7768595,0.7231405,0.7231405,0.6735537,0.54545456,0.45867768,0.5123967,0.46694216,0.46694216,0.47107437,0.4214876,0.44214877,0.38016528,0.46280992,0.45867768,0.49586776,0.3429752,0.45454547,0.48347107,0.553719,0.6528926,0.74793386,0.74793386,0.6446281,0.5123967,0.5082645,0.56198347,0.58264464,0.59917355,0.553719,0.59504133,0.6446281,0.6652893,0.73966944,0.71900827,0.7231405,0.7355372,0.70247936,0.6694215,0.6528926,0.3966942,0.38429752,0.6983471,0.62396693,0.76033056,0.7892562,0.8140496,0.78512394,0.8140496,0.80991733,0.8140496,0.80991733,0.78099173,0.74380165,0.7066116,0.661157,0.62396693,0.5785124,0.57024795,0.6942149,0.75206614,0.78099173,0.76033056,0.7644628,0.70247936,0.6322314,0.70247936,0.5661157,0.49586776,0.44214877,0.4876033,0.47107437,0.45041323,0.38842976,0.42975205,0.45454547,0.3966942,0.46280992,0.41322315,0.49173555,0.34710744,0.4214876,0.4090909,0.47107437,0.5082645,0.5661157,0.6859504,0.6570248,0.553719,0.46694216,0.5206612,0.59090906,0.58677685,0.553719,0.5785124,0.6280992,0.6198347,0.7066116,0.71487606,0.7066116,0.72727275,0.6983471,0.6363636,0.6198347,0.40495867,0.35123968,0.70247936,0.62396693,0.75619835,0.7933884,0.79752064,0.80991733,0.8181818,0.8057851,0.8140496,0.79752064,0.73140496,0.7231405,0.69008267,0.6570248,0.59090906,0.54545456,0.61157024,0.73140496,0.71487606,0.69008267,0.661157,0.7231405,0.56198347,0.60330576,0.59090906,0.5413223,0.34710744,0.446281,0.46280992,0.45867768,0.37190083,0.3966942,0.39256197,0.45454547,0.40495867,0.3677686,0.37190083,0.48347107,0.4214876,0.40495867,0.35950413,0.41322315,0.49173555,0.48347107,0.553719,0.6322314,0.5082645,0.47933885,0.45041323,0.57024795,0.5785124,0.55785125,0.57024795,0.62396693,0.6198347,0.69008267,0.70247936,0.6859504,0.6735537,0.6818182,0.61570245,0.58264464,0.3966942,0.338843,0.69008267,0.6570248,0.7355372,0.77272725,0.7892562,0.7933884,0.822314,0.78512394,0.8016529,0.78099173,0.72727275,0.6859504,0.661157,0.6404959,0.55785125,0.56198347,0.61157024,0.6446281,0.60330576,0.58677685,0.53305787,0.661157,0.49173555,0.5289256,0.5082645,0.37603307,0.39256197,0.38429752,0.4338843,0.41735536,0.34710744,0.37603307,0.37190083,0.4214876,0.37190083,0.3429752,0.38429752,0.37190083,0.42975205,0.42975205,0.35950413,0.37603307,0.446281,0.45041323,0.46280992,0.49586776,0.42975205,0.4876033,0.4338843,0.47933885,0.60330576,0.57438016,0.5785124,0.60330576,0.6322314,0.6570248,0.71487606,0.6859504,0.6446281,0.6446281,0.607438,0.55785125,0.35950413,0.38016528,0.6487603,0.661157,0.74793386,0.75206614,0.76033056,0.77272725,0.7892562,0.78099173,0.76033056,0.75206614,0.70247936,0.6446281,0.6487603,0.57024795,0.5413223,0.5123967,0.55785125,0.5123967,0.47933885,0.47933885,0.48347107,0.5123967,0.446281,0.49586776,0.45041323,0.38429752,0.3966942,0.3553719,0.41735536,0.4338843,0.2892562,0.35950413,0.37603307,0.37190083,0.38429752,0.33471075,0.3677686,0.30991736,0.34710744,0.38842976,0.41735536,0.30991736,0.34710744,0.43801653,0.4090909,0.37603307,0.41322315,0.41322315,0.43801653,0.3966942,0.59090906,0.5785124,0.5413223,0.59504133,0.6446281,0.6487603,0.6942149,0.6818182,0.62396693,0.6322314,0.59917355,0.55785125,0.3264463,0.3429752,0.6694215,0.6859504,0.6983471,0.73140496,0.75206614,0.74380165,0.77272725,0.8016529,0.74793386,0.71487606,0.6446281,0.61157024,0.6322314,0.59917355,0.5082645,0.47933885,0.46280992,0.42975205,0.38016528,0.38842976,0.46280992,0.4090909,0.46694216,0.45454547,0.42975205,0.43801653,0.35123968,0.37603307,0.3305785,0.35123968,0.29752067,0.3181818,0.30578512,0.36363637,0.37603307,0.32231405,0.33471075,0.29338843,0.36363637,0.32231405,0.3966942,0.33471075,0.3181818,0.3966942,0.35123968,0.30165288,0.38429752,0.338843,0.40082645,0.3429752,0.49586776,0.607438,0.54545456,0.54545456,0.6404959,0.661157,0.6404959,0.71487606,0.59917355,0.6322314,0.59917355,0.446281,0.2603306,0.3553719,0.553719,0.6280992,0.6694215,0.71900827,0.75619835,0.74380165,0.76033056,0.79752064,0.7355372,0.71900827,0.6404959,0.58677685,0.6694215,0.6694215,0.45041323,0.47107437,0.3966942,0.3140496,0.37190083,0.3140496,0.38429752,0.4090909,0.5247934,0.45867768,0.45454547,0.42561984,0.4338843,0.36363637,0.30165288,0.30578512,0.33471075,0.2768595,0.35123968,0.38842976,0.37190083,0.35950413,0.3264463,0.35123968,0.3305785,0.28099173,0.25619835,0.30165288,0.3429752,0.32231405,0.26859504,0.21487603,0.27272728,0.20247933,0.3181818,0.338843,0.4090909,0.59090906,0.5082645,0.5289256,0.61157024,0.6363636,0.57438016,0.73140496,0.55785125,0.60330576,0.53305787,0.33471075,0.2644628,0.2768595,0.45454547,0.54545456,0.60330576,0.661157,0.7231405,0.6859504,0.73140496,0.74793386,0.7066116,0.71487606,0.6280992,0.60330576,0.73966944,0.61157024,0.35950413,0.40495867,0.35123968,0.2107438,0.2603306,0.24380165,0.3305785,0.38016528,0.45454547,0.38429752,0.37603307,0.2768595,0.338843,0.2603306,0.30165288,0.28512397,0.28099173,0.2603306,0.23553719,0.33471075,0.2768595,0.25619835,0.2107438,0.19421488,0.23966943,0.12809917,0.16115703,0.17355372,0.21487603,0.17355372,0.20247933,0.18181819,0.17355372,0.20661157,0.29338843,0.35950413,0.37603307,0.5371901,0.49586776,0.5165289,0.56198347,0.5785124,0.5165289,0.58264464,0.5206612,0.5247934,0.45454547,0.30578512,0.3429752,0.2603306,0.38016528,0.47107437,0.5041322,0.6280992,0.6404959,0.661157,0.7355372,0.74793386,0.6859504,0.6818182,0.58677685,0.61570245,0.73140496,0.4876033,0.38016528,0.37603307,0.3305785,0.21487603,0.13636364,0.16115703,0.1694215,0.16528925,0.16115703,0.17768595,0.13636364,0.16115703,0.22727273,0.19421488,0.26859504,0.2892562,0.24380165,0.2107438,0.11157025,0.2892562,0.23966943,0.24793388,0.19421488,0.15289256,0.18181819,0.12809917,0.11157025,0.12396694,0.10743801,0.10330579,0.10743801,0.1446281,0.23140496,0.338843,0.35123968,0.37603307,0.37603307,0.46280992,0.45867768,0.4752066,0.4876033,0.5165289,0.5041322,0.4752066,0.41735536,0.41735536,0.3553719,0.38429752,0.23966943,0.3140496,0.3429752,0.3553719,0.42975205,0.53305787,0.56198347,0.59504133,0.6363636,0.7107438,0.6198347,0.62396693,0.5082645,0.60330576,0.661157,0.48347107,0.3140496,0.32231405,0.30578512,0.19421488,0.2892562,0.29338843,0.33471075,0.28099173,0.2231405,0.2231405,0.20661157,0.2892562,0.2892562,0.33471075,0.38429752,0.3140496,0.3677686,0.37190083,0.3429752,0.37190083,0.30165288,0.30578512,0.3305785,0.2768595,0.32231405,0.37603307,0.4214876,0.42561984,0.3181818,0.2603306,0.2520661,0.21900827,0.3305785,0.41322315,0.38842976,0.36363637,0.38016528,0.41735536,0.45867768,0.4338843,0.40082645,0.45041323,0.45867768,0.4090909,0.3966942,0.3553719,0.29752067,0.37603307,0.25619835,0.2520661,0.33471075,0.3140496,0.40082645,0.43801653,0.5123967,0.5371901,0.5123967,0.54545456,0.5289256,0.5289256,0.44214877,0.59090906,0.607438,0.47107437,0.30578512,0.3305785,0.27272728,0.3264463,0.5247934,0.57024795,0.5206612,0.5413223,0.58264464,0.59090906,0.53305787,0.5413223,0.5,0.47107437,0.5041322,0.4338843,0.4752066,0.5247934,0.47933885,0.5413223,0.49173555,0.446281,0.5,0.5123967,0.553719,0.6280992,0.71900827,0.6735537,0.58677685,0.46694216,0.47107437,0.37190083,0.42561984,0.39256197,0.30991736,0.4090909,0.3140496,0.3966942,0.45867768,0.4338843,0.3553719,0.37603307,0.3966942,0.338843,0.41322315,0.34710744,0.24793388,0.2644628,0.27272728,0.23140496,0.30578512,0.29752067,0.3305785,0.3429752,0.4214876,0.41735536,0.42975205,0.43801653,0.45041323,0.45041323,0.39256197,0.55785125,0.57438016,0.45041323,0.3305785,0.29338843,0.3140496,0.4090909,0.6198347,0.61570245,0.61570245,0.6404959,0.677686,0.6983471,0.71487606,0.677686,0.6694215,0.6198347,0.59917355,0.58677685,0.58264464,0.59917355,0.59090906,0.59917355,0.61570245,0.58264464,0.59504133,0.6322314,0.6363636,0.661157,0.74380165,0.72727275,0.6859504,0.5247934,0.5165289,0.45454547,0.45867768,0.37190083,0.34710744,0.37190083,0.2892562,0.38842976,0.38016528,0.42975205,0.3264463,0.33471075,0.35950413,0.30578512,0.32231405,0.30578512,0.2231405,0.21900827,0.2107438,0.21487603,0.27272728,0.33471075,0.27272728,0.29752067,0.4090909,0.37190083,0.35123968,0.37603307,0.4214876,0.3966942,0.39256197,0.46694216,0.5123967,0.42561984,0.34710744,0.23553719,0.4090909,0.4876033,0.6198347,0.6280992,0.661157,0.69008267,0.73140496,0.74380165,0.73966944,0.6942149,0.6942149,0.6694215,0.661157,0.6652893,0.661157,0.62396693,0.61570245,0.62396693,0.6404959,0.59917355,0.57024795,0.60330576,0.6198347,0.6198347,0.661157,0.6528926,0.6322314,0.5413223,0.5041322,0.48347107,0.5,0.38842976,0.33471075,0.37190083,0.28512397,0.37603307,0.36363637,0.40495867,0.3264463,0.29752067,0.30578512,0.2892562,0.22727273,0.37190083,0.23553719,0.2520661,0.21487603,0.20661157,0.2603306,0.338843,0.24380165,0.2644628,0.3305785,0.35950413,0.3181818,0.30578512,0.37603307,0.36363637,0.41322315,0.3305785,0.44214877,0.37603307,0.29752067,0.22727273,0.446281,0.59917355,0.62396693,0.6322314,0.6818182,0.7231405,0.6983471,0.6942149,0.7066116,0.6983471,0.6942149,0.6528926,0.6487603,0.6446281,0.6528926,0.607438,0.6404959,0.57438016,0.57024795,0.55785125,0.5495868,0.5785124,0.59504133,0.5785124,0.58264464,0.61570245,0.61157024,0.607438,0.5082645,0.48347107,0.43801653,0.40495867,0.29338843,0.3305785,0.33471075,0.3677686,0.3181818,0.35950413,0.29752067,0.21900827,0.30165288,0.24793388,0.2107438,0.29338843,0.23553719,0.2603306,0.25619835,0.1983471,0.28099173,0.26859504,0.24380165,0.24793388,0.27272728,0.3181818,0.2603306,0.2644628,0.37190083,0.3305785,0.35123968,0.3553719,0.446281,0.3553719,0.33471075,0.2231405,0.4338843,0.6280992,0.6280992,0.6446281,0.71487606,0.6983471,0.7107438,0.6983471,0.69008267,0.6198347,0.6404959,0.6322314,0.59917355,0.59917355,0.55785125,0.5041322,0.5247934,0.5206612,0.48347107,0.48347107,0.45867768,0.5371901,0.553719,0.58264464,0.55785125,0.55785125,0.57438016,0.54545456,0.49173555,0.49586776,0.3966942,0.35123968,0.30165288,0.26859504,0.23140496,0.34710744,0.2892562,0.2768595,0.2603306,0.19421488,0.3181818,0.23966943,0.21487603,0.22727273,0.21487603,0.1983471,0.23140496,0.19008264,0.25619835,0.28099173,0.2231405,0.23966943,0.2520661,0.23966943,0.22727273,0.2768595,0.3677686,0.2892562,0.29338843,0.30578512,0.40495867,0.2892562,0.29752067,0.28099173,0.41322315,0.59917355,0.6363636,0.6570248,0.6983471,0.7107438,0.72727275,0.6818182,0.6487603,0.59504133,0.61570245,0.62396693,0.57024795,0.54545456,0.5082645,0.45867768,0.5123967,0.47107437,0.45867768,0.45867768,0.44214877,0.553719,0.5413223,0.5206612,0.49173555,0.5,0.5165289,0.5,0.4876033,0.47107437,0.41322315,0.30991736,0.30578512,0.2644628,0.20661157,0.22727273,0.3181818,0.26859504,0.23553719,0.20661157,0.28099173,0.21487603,0.1983471,0.18181819,0.19421488,0.25619835,0.21900827,0.19008264,0.2520661,0.28512397,0.20661157,0.2520661,0.21900827,0.19008264,0.2892562,0.2768595,0.3305785,0.2520661,0.2603306,0.2644628,0.3181818,0.28512397,0.2520661,0.29338843,0.45867768,0.5165289,0.59917355,0.6404959,0.6652893,0.6859504,0.6818182,0.6322314,0.6322314,0.58264464,0.60330576,0.54545456,0.5165289,0.4876033,0.47933885,0.446281,0.43801653,0.45041323,0.43801653,0.40082645,0.49173555,0.43801653,0.47933885,0.42561984,0.44214877,0.45041323,0.49173555,0.49586776,0.49173555,0.43801653,0.4214876,0.30578512,0.27272728,0.2231405,0.2603306,0.22727273,0.2107438,0.24793388,0.2231405,0.17355372,0.21900827,0.19421488,0.19421488,0.23966943,0.20661157,0.2644628,0.24380165,0.18595041,0.21900827,0.23966943,0.20661157,0.2520661,0.18595041,0.24793388,0.28512397,0.30991736,0.23966943,0.21900827,0.23140496,0.23140496,0.2231405,0.30578512,0.20247933,0.32231405,0.4090909,0.49173555,0.5165289,0.6198347,0.6198347,0.61570245,0.6487603,0.59504133,0.61157024,0.5661157,0.59917355,0.5041322,0.45454547,0.446281,0.43801653,0.4338843,0.29752067,0.42561984,0.3305785,0.35950413,0.37190083,0.40082645,0.42975205,0.40082645,0.38429752,0.42975205,0.49586776,0.4752066,0.46694216,0.43801653,0.39256197,0.28512397,0.22727273,0.19008264,0.20661157,0.24380165,0.1694215,0.2107438,0.21487603,0.21487603,0.1446281,0.16115703,0.23553719,0.20247933,0.2231405,0.26859504,0.24380165,0.16528925,0.21487603,0.24380165,0.23966943,0.2520661,0.2768595,0.24380165,0.2603306,0.28099173,0.18181819,0.2231405,0.20247933,0.20661157,0.2231405,0.2520661,0.23553719,0.3140496,0.35950413,0.40082645,0.45867768,0.5206612,0.5495868,0.56198347,0.59090906,0.58677685,0.61570245,0.553719,0.55785125,0.5247934,0.45041323,0.40495867,0.3966942,0.42561984,0.27272728,0.3140496,0.2892562,0.3140496,0.3264463,0.35123968,0.3140496,0.38016528,0.41322315,0.44214877,0.5165289,0.46694216,0.41322315,0.41735536,0.3305785,0.26859504,0.28099173,0.19008264,0.16528925,0.17355372,0.20661157,0.17355372,0.2107438,0.17355372,0.13636364,0.24380165,0.19421488,0.20661157,0.21900827,0.23553719,0.2107438,0.14876033,0.2107438,0.23553719,0.27272728,0.28099173,0.2768595,0.23140496,0.23553719,0.24380165,0.20661157,0.17768595,0.2231405,0.22727273,0.2603306,0.20247933,0.30165288,0.3181818,0.30991736,0.30578512,0.37603307,0.5289256,0.446281,0.5165289,0.56198347,0.57024795,0.59090906,0.58677685,0.58677685,0.57438016,0.5495868,0.48347107,0.46694216,0.42561984,0.40495867,0.38429752,0.338843,0.34710744,0.35950413,0.42975205,0.41735536,0.38429752,0.47933885,0.5041322,0.5371901,0.5495868,0.44214877,0.39256197,0.2768595,0.2231405,0.29338843,0.17768595,0.15289256,0.16115703,0.17768595,0.20661157,0.20247933,0.1694215,0.14049587,0.1570248,0.1446281,0.20247933,0.20661157,0.2231405,0.17355372,0.17355372,0.26859504,0.22727273,0.2603306,0.22727273,0.22727273,0.2520661,0.2107438,0.20661157,0.21900827,0.23140496,0.17768595,0.23966943,0.2231405,0.18181819,0.2231405,0.30165288,0.2892562,0.2603306,0.3966942,0.49586776,0.35123968,0.4876033,0.5082645,0.5,0.5206612,0.58264464,0.6198347,0.607438,0.55785125,0.57438016,0.5495868,0.46280992,0.45041323,0.4752066,0.47933885,0.47107437,0.4876033,0.48347107,0.5371901,0.4876033,0.5,0.5371901,0.47933885,0.42561984,0.45867768,0.36363637,0.28512397,0.3264463,0.2231405,0.2603306,0.14049587,0.17768595,0.20661157,0.19421488,0.21900827,0.14876033,0.14049587,0.15289256,0.12809917,0.17768595,0.20661157,0.19008264,0.1570248,0.16528925,0.28099173,0.21900827,0.21487603,0.20661157,0.19421488,0.19421488,0.24380165,0.18181819,0.20247933,0.19008264,0.18595041,0.20661157,0.20247933,0.18595041,0.19421488,0.24793388,0.23553719,0.2603306,0.33471075,0.37190083,0.3140496,0.43801653,0.39256197,0.38842976,0.49173555,0.5495868,0.5495868,0.6322314,0.56198347,0.607438,0.5785124,0.5495868,0.46694216,0.47933885,0.5247934,0.57438016,0.55785125,0.54545456,0.5123967,0.5289256,0.42561984,0.46280992,0.4338843,0.3140496,0.446281,0.39256197,0.21487603,0.38429752,0.18595041,0.24793388,0.19008264,0.21900827,0.20661157,0.22727273,0.24793388,0.12396694,0.16115703,0.19421488,0.23966943,0.1570248,0.24380165,0.17355372,0.16115703,0.16115703,0.2107438,0.23553719,0.23966943,0.24380165,0.16115703,0.2107438,0.19421488,0.22727273,0.21900827,0.16115703,0.19421488,0.18595041,0.18595041,0.20247933,0.2107438,0.19008264,0.23553719,0.26859504,0.2768595,0.29338843,0.36363637,0.36363637,0.338843,0.33471075,0.46694216,0.47933885,0.47107437,0.58264464,0.53305787,0.5371901,0.59504133,0.5785124,0.5041322,0.46280992,0.4752066,0.5041322,0.5123967,0.55785125,0.4752066,0.5041322,0.38016528,0.41322315,0.39256197,0.38016528,0.4214876,0.39256197,0.27272728,0.36363637,0.23140496,0.22727273,0.12809917,0.1570248,0.17768595,0.17768595,0.17768595,0.14049587,0.14876033,0.23966943,0.24380165,0.16528925,0.19008264,0.17768595,0.16115703,0.14876033,0.2231405,0.24380165,0.21487603,0.22727273,0.1694215,0.2231405,0.17768595,0.23140496,0.1983471,0.16115703,0.18181819,0.17355372,0.22727273,0.1983471,0.21487603,0.16528925,0.21487603,0.2644628,0.30165288,0.30578512,0.338843,0.3140496,0.3181818,0.35123968,0.38429752,0.4338843,0.47107437,0.5371901,0.4752066,0.4752066,0.5495868,0.5041322,0.49173555,0.47933885,0.4338843,0.46694216,0.45867768,0.45867768,0.446281,0.38016528,0.33471075,0.4090909,0.40495867,0.338843,0.4338843,0.47933885,0.2603306,0.3264463,0.2644628,0.22727273,0.17355372,0.1322314,0.16115703,0.13636364,0.19421488,0.1322314,0.14049587,0.21487603,0.1983471,0.16528925,0.19421488,0.17768595,0.14876033,0.14876033,0.2520661,0.19421488,0.20661157,0.24380165,0.17355372,0.20661157,0.20247933,0.2107438,0.1570248,0.16115703,0.16115703,0.17355372,0.22727273,0.16528925,0.15289256,0.19421488,0.19008264,0.27272728,0.32231405,0.2520661,0.29338843,0.30165288,0.338843,0.29752067,0.29752067,0.37603307,0.39256197,0.46694216,0.42975205,0.38842976,0.45454547,0.38842976,0.42561984,0.40082645,0.38842976,0.38842976,0.3966942,0.44214877,0.36363637,0.30991736,0.2231405,0.37603307,0.40082645,0.30991736,0.446281,0.34710744,0.32231405,0.24793388,0.20661157,0.25619835,0.13636364,0.13636364,0.1322314,0.14049587,0.1570248,0.15289256,0.1694215,0.18181819,0.1694215,0.1694215,0.17355372,0.18181819,0.1570248,0.1446281,0.23140496,0.21900827,0.21487603,0.32231405,0.17768595,0.19008264,0.21900827,0.2603306,0.1570248,0.20247933,0.19008264,0.1694215,0.2231405,0.17355372,0.16115703,0.2107438,0.21487603,0.2231405,0.33471075,0.2768595,0.32231405,0.24380165,0.3553719,0.27272728,0.30165288,0.3181818,0.32231405,0.35950413,0.37603307,0.35950413,0.45454547,0.30165288,0.3553719,0.3429752,0.3264463,0.37190083,0.35123968,0.37603307,0.3429752,0.3140496,0.2892562,0.37190083,0.43801653,0.30991736,0.42975205,0.3140496,0.21900827,0.3181818,0.20661157,0.24793388,0.17768595,0.11157025,0.11983471,0.1570248,0.14876033,0.1694215,0.2768595,0.17768595,0.15289256,0.1694215,0.1694215,0.1694215,0.16115703,0.14049587,0.2520661,0.2231405,0.18181819,0.3264463,0.19008264,0.21487603,0.22727273,0.2644628,0.1983471,0.2107438,0.23966943,0.18181819,0.2107438,0.1570248,0.1983471,0.22727273,0.27272728,0.1983471,0.2644628,0.3553719,0.29752067,0.21900827,0.38429752,0.22727273,0.29752067,0.2768595,0.24380165,0.3264463,0.3264463,0.3140496,0.3677686,0.2768595,0.23966943,0.3305785,0.28099173,0.2768595,0.3140496,0.2644628,0.2520661,0.24793388,0.2892562,0.3966942,0.4338843,0.35123968,0.3305785,0.2603306,0.20247933,0.35123968,0.2644628,0.2107438,0.14049587,0.1694215,0.12396694,0.17355372,0.20661157,0.1322314,0.2107438,0.338843,0.21487603,0.21487603,0.21900827,0.23140496,0.2107438,0.18595041,27 +0.39256197,0.57438016,0.59917355,0.62396693,0.6735537,0.7107438,0.7355372,0.74380165,0.75619835,0.76033056,0.7644628,0.7644628,0.77272725,0.7933884,0.8016529,0.8057851,0.8016529,0.8057851,0.80991733,0.8057851,0.8140496,0.822314,0.822314,0.8264463,0.8264463,0.8264463,0.8305785,0.8305785,0.8264463,0.8140496,0.8264463,0.8347107,0.8264463,0.8305785,0.8264463,0.8305785,0.822314,0.8140496,0.8057851,0.80991733,0.8016529,0.8016529,0.80991733,0.8057851,0.7933884,0.78512394,0.78512394,0.7892562,0.79752064,0.7892562,0.7892562,0.79752064,0.77272725,0.77272725,0.7644628,0.76859504,0.74793386,0.7107438,0.6735537,0.6570248,0.6487603,0.6280992,0.60330576,0.57438016,0.37603307,0.57438016,0.60330576,0.6322314,0.6694215,0.7107438,0.72727275,0.74380165,0.76033056,0.77272725,0.7644628,0.76859504,0.76859504,0.7768595,0.7933884,0.79752064,0.8016529,0.8057851,0.8016529,0.8057851,0.80991733,0.8140496,0.822314,0.8264463,0.822314,0.822314,0.8305785,0.8305785,0.8264463,0.8140496,0.822314,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.8140496,0.8057851,0.8140496,0.8057851,0.7933884,0.7933884,0.7933884,0.7933884,0.78099173,0.7644628,0.77272725,0.78512394,0.7933884,0.7933884,0.7892562,0.78512394,0.78099173,0.7768595,0.76859504,0.77272725,0.74380165,0.71487606,0.6694215,0.6528926,0.6446281,0.6198347,0.59090906,0.57438016,0.35950413,0.5785124,0.60330576,0.6322314,0.6735537,0.7107438,0.73966944,0.74793386,0.76033056,0.76859504,0.75206614,0.76033056,0.76033056,0.76033056,0.7768595,0.78099173,0.7933884,0.8057851,0.7933884,0.78512394,0.79752064,0.8057851,0.8181818,0.8264463,0.822314,0.8264463,0.8305785,0.8347107,0.822314,0.8181818,0.822314,0.8264463,0.8264463,0.822314,0.822314,0.8264463,0.80991733,0.79752064,0.8016529,0.7933884,0.77272725,0.7768595,0.7768595,0.7644628,0.75619835,0.72727275,0.73140496,0.7644628,0.76033056,0.7768595,0.7644628,0.76033056,0.7644628,0.76033056,0.7644628,0.76033056,0.72727275,0.70247936,0.677686,0.6528926,0.6446281,0.6198347,0.5785124,0.5661157,0.3429752,0.5785124,0.60330576,0.6446281,0.6818182,0.72727275,0.72727275,0.7231405,0.73966944,0.74793386,0.7231405,0.71487606,0.71900827,0.7231405,0.73140496,0.74380165,0.75619835,0.77272725,0.7768595,0.7644628,0.74793386,0.7892562,0.8057851,0.822314,0.8181818,0.822314,0.8264463,0.8305785,0.80991733,0.8181818,0.822314,0.822314,0.822314,0.8181818,0.8181818,0.8140496,0.7933884,0.7644628,0.76859504,0.76859504,0.72727275,0.71487606,0.72727275,0.70247936,0.6859504,0.6942149,0.69008267,0.72727275,0.73140496,0.71900827,0.72727275,0.71487606,0.7107438,0.7107438,0.74380165,0.75206614,0.7355372,0.7107438,0.6818182,0.6528926,0.62396693,0.59917355,0.57024795,0.55785125,0.338843,0.57438016,0.59504133,0.6322314,0.6818182,0.6983471,0.677686,0.6694215,0.6859504,0.6942149,0.6735537,0.6528926,0.6487603,0.6446281,0.6280992,0.6322314,0.6694215,0.7107438,0.72727275,0.71487606,0.6528926,0.7355372,0.78512394,0.8140496,0.8140496,0.80991733,0.822314,0.8264463,0.8057851,0.8057851,0.8181818,0.8181818,0.80991733,0.80991733,0.80991733,0.8016529,0.76033056,0.6983471,0.6859504,0.6859504,0.6198347,0.58264464,0.59090906,0.55785125,0.5247934,0.58677685,0.59917355,0.61157024,0.6198347,0.58677685,0.58264464,0.61157024,0.59504133,0.59090906,0.6570248,0.7231405,0.72727275,0.6983471,0.6652893,0.6404959,0.61570245,0.59504133,0.58677685,0.55785125,0.35950413,0.57024795,0.58677685,0.61570245,0.6446281,0.61157024,0.58677685,0.5785124,0.60330576,0.60330576,0.58264464,0.55785125,0.53305787,0.5,0.47107437,0.45867768,0.47107437,0.5495868,0.59504133,0.6735537,0.57024795,0.6280992,0.75206614,0.79752064,0.8016529,0.8057851,0.80991733,0.8264463,0.7933884,0.7892562,0.8057851,0.80991733,0.8016529,0.79752064,0.78512394,0.7644628,0.7066116,0.57438016,0.5371901,0.44214877,0.39256197,0.36363637,0.3677686,0.3677686,0.3553719,0.40495867,0.4214876,0.4338843,0.446281,0.4338843,0.41735536,0.45041323,0.446281,0.4338843,0.5165289,0.6446281,0.70247936,0.6859504,0.6487603,0.62396693,0.607438,0.59504133,0.58264464,0.553719,0.37190083,0.553719,0.57024795,0.57024795,0.5413223,0.49173555,0.48347107,0.48347107,0.446281,0.4214876,0.4214876,0.41735536,0.40082645,0.36363637,0.33471075,0.3429752,0.32231405,0.37603307,0.44214877,0.53305787,0.5247934,0.55785125,0.6859504,0.7644628,0.78512394,0.79752064,0.8016529,0.80991733,0.78512394,0.77272725,0.7933884,0.8057851,0.7933884,0.76859504,0.74793386,0.70247936,0.6404959,0.4752066,0.40495867,0.37190083,0.32231405,0.30578512,0.26859504,0.2644628,0.25619835,0.27272728,0.25619835,0.2603306,0.27272728,0.28512397,0.29752067,0.32231405,0.3429752,0.35123968,0.38016528,0.5041322,0.6363636,0.6735537,0.6322314,0.59504133,0.59917355,0.59917355,0.57024795,0.5495868,0.37190083,0.5371901,0.54545456,0.5041322,0.42561984,0.35950413,0.3553719,0.38016528,0.3553719,0.29338843,0.2768595,0.27272728,0.28099173,0.28512397,0.2768595,0.27272728,0.2520661,0.29752067,0.36363637,0.43801653,0.48347107,0.54545456,0.607438,0.7066116,0.7644628,0.78099173,0.7892562,0.7933884,0.77272725,0.76033056,0.78512394,0.7933884,0.76859504,0.7231405,0.6983471,0.6446281,0.57438016,0.41322315,0.338843,0.29752067,0.2892562,0.3305785,0.3305785,0.3181818,0.3305785,0.338843,0.2768595,0.24380165,0.24793388,0.24380165,0.21900827,0.2107438,0.28099173,0.30578512,0.29338843,0.3553719,0.48347107,0.59090906,0.61570245,0.5785124,0.59504133,0.59090906,0.5661157,0.5247934,0.37190083,0.5413223,0.5289256,0.43801653,0.3264463,0.24793388,0.22727273,0.21900827,0.17768595,0.11983471,0.15289256,0.23140496,0.32231405,0.3181818,0.3429752,0.30165288,0.2520661,0.24793388,0.26859504,0.32231405,0.42975205,0.56198347,0.5785124,0.6528926,0.7355372,0.7644628,0.76859504,0.7768595,0.76033056,0.75206614,0.7644628,0.76859504,0.73966944,0.6735537,0.6280992,0.59504133,0.55785125,0.5371901,0.71487606,0.75206614,0.8016529,0.8719008,0.74793386,0.5785124,0.53305787,0.5165289,0.47107437,0.41735536,0.446281,0.61157024,0.77272725,0.76033056,0.5206612,0.28099173,0.2892562,0.28099173,0.3677686,0.42975205,0.5495868,0.56198347,0.57438016,0.58677685,0.57438016,0.5289256,0.37190083,0.54545456,0.5,0.36363637,0.25619835,0.23140496,0.2768595,0.42561984,0.6280992,0.73966944,0.7644628,0.73966944,0.76033056,0.5413223,0.5123967,0.47933885,0.4338843,0.43801653,0.3966942,0.553719,0.6983471,0.58264464,0.53305787,0.60330576,0.6942149,0.73966944,0.74793386,0.75206614,0.75206614,0.75206614,0.74380165,0.74793386,0.7231405,0.6280992,0.54545456,0.5082645,0.4752066,0.47107437,0.5165289,0.47933885,0.42975205,0.44214877,0.4752066,0.5041322,0.5371901,0.57438016,0.59090906,0.55785125,0.5413223,0.5785124,0.59504133,0.553719,0.49586776,0.38016528,0.3181818,0.2892562,0.34710744,0.44214877,0.44214877,0.5413223,0.55785125,0.58264464,0.57024795,0.5495868,0.37190083,0.5371901,0.43801653,0.3181818,0.28512397,0.3305785,0.38429752,0.48347107,0.59504133,0.62396693,0.61570245,0.6363636,0.6694215,0.6570248,0.62396693,0.59917355,0.5495868,0.5165289,0.42975205,0.40495867,0.553719,0.62396693,0.5247934,0.5413223,0.6487603,0.71487606,0.75206614,0.74793386,0.75619835,0.78099173,0.75206614,0.73140496,0.69008267,0.5495868,0.46694216,0.41322315,0.3966942,0.38429752,0.3966942,0.41735536,0.44214877,0.47107437,0.49586776,0.5247934,0.56198347,0.59504133,0.607438,0.61570245,0.61157024,0.59917355,0.59504133,0.59090906,0.53305787,0.42975205,0.37603307,0.3553719,0.32231405,0.47933885,0.3966942,0.4876033,0.5371901,0.55785125,0.55785125,0.553719,0.36363637,0.47107437,0.3553719,0.3264463,0.37190083,0.42975205,0.4876033,0.5289256,0.59917355,0.607438,0.6198347,0.6487603,0.6322314,0.607438,0.59917355,0.58264464,0.5413223,0.5082645,0.46694216,0.4338843,0.4338843,0.41735536,0.45454547,0.53305787,0.607438,0.6983471,0.77272725,0.7768595,0.76033056,0.74793386,0.6859504,0.677686,0.6570248,0.45454547,0.42975205,0.4090909,0.4090909,0.40495867,0.4338843,0.46280992,0.4876033,0.5289256,0.5661157,0.60330576,0.6404959,0.6694215,0.6818182,0.70247936,0.71900827,0.6942149,0.6570248,0.6280992,0.56198347,0.43801653,0.39256197,0.37603307,0.3181818,0.3966942,0.35123968,0.41322315,0.5123967,0.54545456,0.5413223,0.553719,0.29752067,0.37603307,0.32231405,0.3429752,0.41322315,0.4752066,0.553719,0.5785124,0.60330576,0.6363636,0.6694215,0.6818182,0.6859504,0.6735537,0.661157,0.6487603,0.6280992,0.607438,0.57438016,0.5123967,0.45867768,0.42975205,0.41322315,0.41735536,0.49173555,0.6280992,0.71900827,0.76033056,0.73966944,0.69008267,0.62396693,0.8140496,0.8016529,0.446281,0.3966942,0.42975205,0.45867768,0.49173555,0.5413223,0.59504133,0.6404959,0.6859504,0.7355372,0.76859504,0.7644628,0.76859504,0.7768595,0.7768595,0.78512394,0.7644628,0.72727275,0.7231405,0.661157,0.553719,0.46694216,0.41322315,0.34710744,0.35123968,0.3140496,0.338843,0.45454547,0.5289256,0.5371901,0.56198347,0.3429752,0.36363637,0.28099173,0.34710744,0.446281,0.5041322,0.56198347,0.6198347,0.661157,0.70247936,0.7355372,0.75619835,0.78099173,0.7768595,0.74793386,0.71900827,0.69008267,0.6570248,0.62396693,0.60330576,0.57024795,0.5082645,0.4338843,0.38429752,0.446281,0.5082645,0.5289256,0.59917355,0.5785124,0.5206612,0.42561984,0.5247934,0.62396693,0.49173555,0.44214877,0.49586776,0.54545456,0.58677685,0.6280992,0.6694215,0.69008267,0.661157,0.6487603,0.6570248,0.677686,0.6652893,0.6652893,0.6694215,0.7066116,0.75206614,0.74793386,0.72727275,0.6983471,0.6652893,0.57438016,0.47933885,0.39256197,0.33471075,0.30578512,0.3264463,0.41735536,0.5041322,0.5413223,0.55785125,0.4090909,0.3140496,0.29752067,0.3305785,0.46280992,0.5289256,0.59504133,0.6694215,0.71487606,0.71900827,0.70247936,0.6652893,0.61157024,0.553719,0.5,0.47933885,0.49173555,0.48347107,0.49586776,0.5123967,0.5082645,0.5206612,0.49173555,0.41322315,0.40495867,0.5413223,0.47933885,0.56198347,0.60330576,0.6280992,0.5661157,0.5165289,0.48347107,0.46694216,0.5082645,0.553719,0.59090906,0.6198347,0.62396693,0.59917355,0.5495868,0.49173555,0.446281,0.40082645,0.32231405,0.2892562,0.30578512,0.45454547,0.4338843,0.49173555,0.5413223,0.61570245,0.6528926,0.6487603,0.6198347,0.553719,0.45867768,0.35950413,0.30578512,0.37603307,0.56198347,0.5495868,0.45041323,0.40082645,0.43801653,0.30578512,0.30991736,0.36363637,0.49173555,0.58677685,0.661157,0.6859504,0.6446281,0.5495868,0.47107437,0.44214877,0.4214876,0.33471075,0.23966943,0.28099173,0.3966942,0.30991736,0.30991736,0.3677686,0.43801653,0.446281,0.4338843,0.38842976,0.46280992,0.55785125,0.6528926,0.75619835,0.78099173,0.79752064,0.7768595,0.6487603,0.5041322,0.47107437,0.5247934,0.5785124,0.59917355,0.60330576,0.55785125,0.5082645,0.45867768,0.446281,0.45867768,0.53305787,0.4338843,0.28099173,0.2231405,0.37603307,0.22727273,0.23140496,0.29338843,0.37190083,0.46280992,0.57024795,0.62396693,0.60330576,0.5413223,0.4214876,0.30578512,0.338843,0.5,0.46280992,0.28099173,0.23140496,0.4090909,0.3305785,0.33471075,0.4214876,0.5371901,0.6198347,0.661157,0.59504133,0.46694216,0.3966942,0.42975205,0.5165289,0.5661157,0.46280992,0.2768595,0.3264463,0.5082645,0.29338843,0.2603306,0.3140496,0.4876033,0.36363637,0.5165289,0.40495867,0.338843,0.48347107,0.73140496,0.822314,0.8264463,0.822314,0.8305785,0.7355372,0.5206612,0.42975205,0.55785125,0.61570245,0.59090906,0.55785125,0.5041322,0.47933885,0.45041323,0.48347107,0.59090906,0.7066116,0.5289256,0.34710744,0.26859504,0.2644628,0.23140496,0.22727273,0.26859504,0.32231405,0.3305785,0.3677686,0.5123967,0.6198347,0.58264464,0.46694216,0.3264463,0.29752067,0.30578512,0.42975205,0.2892562,0.30991736,0.40495867,0.35950413,0.38016528,0.47107437,0.57438016,0.6363636,0.58677685,0.45041323,0.34710744,0.38429752,0.53305787,0.6446281,0.6694215,0.5371901,0.33471075,0.3305785,0.2892562,0.29338843,0.32231405,0.3966942,0.607438,0.47933885,0.446281,0.5123967,0.3264463,0.47107437,0.73966944,0.8264463,0.8264463,0.80991733,0.80991733,0.75619835,0.5495868,0.3966942,0.54545456,0.6363636,0.59917355,0.56198347,0.4876033,0.5123967,0.48347107,0.5371901,0.6818182,0.77272725,0.661157,0.38016528,0.3677686,0.34710744,0.29338843,0.30991736,0.39256197,0.45041323,0.4090909,0.37603307,0.39256197,0.446281,0.58264464,0.5785124,0.45041323,0.38842976,0.3264463,0.4876033,0.4214876,0.41735536,0.4090909,0.40082645,0.446281,0.53305787,0.62396693,0.62396693,0.47933885,0.37603307,0.4090909,0.49173555,0.61157024,0.6859504,0.7107438,0.6818182,0.40495867,0.40082645,0.4214876,0.4214876,0.4214876,0.5206612,0.6363636,0.59917355,0.5289256,0.5289256,0.35123968,0.5165289,0.76859504,0.8264463,0.822314,0.80991733,0.8016529,0.75619835,0.5661157,0.37190083,0.58677685,0.6280992,0.661157,0.6942149,0.5247934,0.59917355,0.58264464,0.607438,0.677686,0.72727275,0.7107438,0.5371901,0.43801653,0.44214877,0.44214877,0.47107437,0.553719,0.59504133,0.54545456,0.48347107,0.446281,0.4214876,0.46280992,0.5661157,0.5289256,0.4214876,0.38016528,0.5,0.47933885,0.46694216,0.446281,0.48347107,0.5165289,0.5785124,0.6404959,0.57024795,0.4338843,0.4214876,0.5206612,0.59090906,0.6404959,0.6528926,0.6363636,0.677686,0.6322314,0.5371901,0.5661157,0.60330576,0.60330576,0.60330576,0.6280992,0.6570248,0.6818182,0.553719,0.4090909,0.59917355,0.80991733,0.8181818,0.8181818,0.80991733,0.7933884,0.74380165,0.59504133,0.37603307,0.5041322,0.6280992,0.7066116,0.74793386,0.73140496,0.677686,0.6404959,0.6322314,0.6446281,0.677686,0.7066116,0.6983471,0.70247936,0.6818182,0.6652893,0.6818182,0.6942149,0.6694215,0.6322314,0.57438016,0.55785125,0.53305787,0.5,0.5041322,0.5,0.45041323,0.42975205,0.5041322,0.49173555,0.4752066,0.5082645,0.57024795,0.58677685,0.59090906,0.58677685,0.5123967,0.45867768,0.48347107,0.5165289,0.58677685,0.6446281,0.6446281,0.6280992,0.6570248,0.6942149,0.6694215,0.661157,0.6735537,0.69008267,0.6487603,0.6446281,0.69008267,0.72727275,0.57438016,0.4876033,0.6818182,0.8181818,0.8140496,0.80991733,0.8057851,0.77272725,0.71900827,0.6404959,0.4214876,0.43801653,0.5,0.6446281,0.7066116,0.6735537,0.6280992,0.61570245,0.61570245,0.6322314,0.6694215,0.70247936,0.71487606,0.72727275,0.73966944,0.71900827,0.7107438,0.7107438,0.6983471,0.6735537,0.6446281,0.661157,0.6280992,0.58264464,0.5371901,0.46280992,0.446281,0.446281,0.49173555,0.49586776,0.4876033,0.5661157,0.6528926,0.6652893,0.607438,0.53305787,0.5123967,0.57024795,0.59917355,0.53305787,0.553719,0.6528926,0.69008267,0.70247936,0.7066116,0.70247936,0.6942149,0.6694215,0.6570248,0.6528926,0.6570248,0.6694215,0.70247936,0.71900827,0.607438,0.54545456,0.71487606,0.8181818,0.8264463,0.822314,0.80991733,0.7644628,0.6942149,0.661157,0.5413223,0.44214877,0.49586776,0.59504133,0.6404959,0.6528926,0.62396693,0.61570245,0.607438,0.61570245,0.6528926,0.6983471,0.73140496,0.75619835,0.77272725,0.76033056,0.74793386,0.72727275,0.7231405,0.70247936,0.69008267,0.70247936,0.677686,0.6446281,0.607438,0.56198347,0.4752066,0.45041323,0.4876033,0.5082645,0.5165289,0.57438016,0.69008267,0.6818182,0.61157024,0.5495868,0.607438,0.7066116,0.71487606,0.62396693,0.58264464,0.6859504,0.73966944,0.74793386,0.73966944,0.7107438,0.69008267,0.6818182,0.6652893,0.6652893,0.677686,0.6859504,0.71487606,0.71487606,0.6280992,0.5785124,0.73966944,0.8181818,0.8264463,0.822314,0.8057851,0.74380165,0.6818182,0.6528926,0.6322314,0.49173555,0.5041322,0.58264464,0.59917355,0.607438,0.62396693,0.6322314,0.6198347,0.61570245,0.6363636,0.6652893,0.69008267,0.71487606,0.74793386,0.76033056,0.74793386,0.7231405,0.73140496,0.73140496,0.7355372,0.72727275,0.69008267,0.69008267,0.6735537,0.6404959,0.49173555,0.46280992,0.5371901,0.55785125,0.5661157,0.553719,0.71900827,0.71487606,0.6528926,0.6404959,0.677686,0.7107438,0.7107438,0.7066116,0.677686,0.71900827,0.75619835,0.74793386,0.73140496,0.71900827,0.6942149,0.677686,0.6735537,0.6735537,0.6818182,0.6983471,0.73966944,0.7231405,0.61570245,0.607438,0.74793386,0.8264463,0.8347107,0.8140496,0.8016529,0.71900827,0.661157,0.6446281,0.661157,0.5495868,0.5247934,0.5785124,0.61570245,0.6198347,0.6363636,0.6694215,0.677686,0.6694215,0.677686,0.6942149,0.6983471,0.6942149,0.70247936,0.6983471,0.6983471,0.7066116,0.73140496,0.74793386,0.74793386,0.73140496,0.7107438,0.70247936,0.71487606,0.6983471,0.5289256,0.5123967,0.6487603,0.6404959,0.6198347,0.5165289,0.74380165,0.75619835,0.7107438,0.71900827,0.71900827,0.6859504,0.6859504,0.6983471,0.69008267,0.70247936,0.71900827,0.71900827,0.71487606,0.71487606,0.7066116,0.7107438,0.71900827,0.7231405,0.7231405,0.74793386,0.78512394,0.73140496,0.57438016,0.6363636,0.76859504,0.8347107,0.8264463,0.8181818,0.8057851,0.73140496,0.6528926,0.6322314,0.6652893,0.61157024,0.58677685,0.62396693,0.6735537,0.70247936,0.6983471,0.72727275,0.73966944,0.74380165,0.74793386,0.75619835,0.74380165,0.7355372,0.7231405,0.72727275,0.75619835,0.75206614,0.75619835,0.75206614,0.74793386,0.74380165,0.7231405,0.71900827,0.7644628,0.6859504,0.5123967,0.57438016,0.72727275,0.69008267,0.6363636,0.42975205,0.7355372,0.76859504,0.7355372,0.76033056,0.74380165,0.69008267,0.6487603,0.6570248,0.6735537,0.6859504,0.7066116,0.7231405,0.73140496,0.73966944,0.75206614,0.75206614,0.76033056,0.7768595,0.8057851,0.8181818,0.822314,0.6818182,0.57024795,0.6694215,0.78099173,0.8429752,0.8305785,0.8140496,0.7933884,0.7355372,0.6528926,0.6280992,0.6404959,0.6446281,0.6280992,0.6198347,0.6942149,0.73966944,0.75206614,0.76033056,0.77272725,0.78099173,0.7892562,0.79752064,0.7933884,0.79752064,0.7892562,0.7892562,0.79752064,0.7933884,0.7892562,0.78512394,0.78099173,0.7768595,0.7644628,0.76859504,0.78512394,0.6322314,0.4338843,0.6694215,0.74793386,0.71487606,0.6404959,0.34710744,0.6487603,0.74793386,0.74793386,0.7768595,0.76859504,0.6983471,0.661157,0.7066116,0.75206614,0.77272725,0.78512394,0.7892562,0.7892562,0.7933884,0.8057851,0.8140496,0.822314,0.838843,0.838843,0.8429752,0.78512394,0.59090906,0.6198347,0.6942149,0.78512394,0.838843,0.8264463,0.80991733,0.78512394,0.7231405,0.6652893,0.6363636,0.6280992,0.6528926,0.677686,0.61570245,0.59917355,0.71487606,0.77272725,0.78099173,0.79752064,0.8057851,0.80991733,0.822314,0.822314,0.8264463,0.822314,0.822314,0.822314,0.8181818,0.8140496,0.8016529,0.79752064,0.79752064,0.7933884,0.7892562,0.6942149,0.49173555,0.53305787,0.69008267,0.73966944,0.7066116,0.6446281,0.3966942,0.45867768,0.677686,0.73966944,0.7644628,0.74793386,0.7066116,0.7107438,0.75206614,0.78512394,0.8016529,0.8181818,0.8305785,0.8347107,0.8347107,0.838843,0.8429752,0.838843,0.8429752,0.8347107,0.78512394,0.6818182,0.60330576,0.6570248,0.7066116,0.78512394,0.8347107,0.8264463,0.8057851,0.7768595,0.73140496,0.6859504,0.661157,0.6404959,0.661157,0.72727275,0.6859504,0.55785125,0.6446281,0.74380165,0.78099173,0.8140496,0.8181818,0.80991733,0.822314,0.8305785,0.8305785,0.8347107,0.8305785,0.8264463,0.8264463,0.80991733,0.7933884,0.78512394,0.76033056,0.72727275,0.6942149,0.59917355,0.55785125,0.6322314,0.6942149,0.7107438,0.6942149,0.61570245,0.53305787,0.4214876,0.5413223,0.6404959,0.7107438,0.71900827,0.7107438,0.74380165,0.78512394,0.8140496,0.8264463,0.8347107,0.8347107,0.8429752,0.8471074,0.8471074,0.8471074,0.8264463,0.8016529,0.71900827,0.62396693,0.59917355,0.6404959,0.6818182,0.71487606,0.7933884,0.8347107,0.8264463,0.8016529,0.77272725,0.73966944,0.71900827,0.69008267,0.6363636,0.6404959,0.7231405,0.71900827,0.6446281,0.5785124,0.45867768,0.59504133,0.79752064,0.8181818,0.8181818,0.822314,0.8264463,0.8305785,0.8264463,0.8181818,0.80991733,0.79752064,0.78099173,0.72727275,0.6859504,0.677686,0.661157,0.6735537,0.6404959,0.6363636,0.661157,0.7107438,0.7066116,0.6859504,0.62396693,0.5165289,0.57438016,0.49586776,0.5123967,0.553719,0.5785124,0.6404959,0.71487606,0.7768595,0.8140496,0.80991733,0.8057851,0.8140496,0.80991733,0.8140496,0.7892562,0.74793386,0.6818182,0.57438016,0.5082645,0.553719,0.6404959,0.6487603,0.6818182,0.72727275,0.7933884,0.8305785,0.822314,0.79752064,0.76859504,0.74793386,0.74380165,0.71487606,0.6363636,0.59917355,0.6570248,0.6694215,0.6942149,0.661157,0.5413223,0.37603307,0.56198347,0.7231405,0.7644628,0.74793386,0.7355372,0.73140496,0.70247936,0.6735537,0.6322314,0.57438016,0.5413223,0.57438016,0.61570245,0.677686,0.7066116,0.71487606,0.6942149,0.6735537,0.6942149,0.71487606,0.7107438,0.6818182,0.6280992,0.5289256,0.57438016,0.57438016,0.5371901,0.4876033,0.44214877,0.42975205,0.46694216,0.45867768,0.4752066,0.5289256,0.6322314,0.6859504,0.6652893,0.6404959,0.59504133,0.54545456,0.54545456,0.53305787,0.60330576,0.7107438,0.6859504,0.6404959,0.677686,0.73966944,0.78512394,0.822314,0.822314,0.79752064,0.7768595,0.77272725,0.76033056,0.7231405,0.6487603,0.59917355,0.60330576,0.61570245,0.6735537,0.70247936,0.6694215,0.57024795,0.4876033,0.46694216,0.5247934,0.57438016,0.61157024,0.6280992,0.6322314,0.6404959,0.6528926,0.6818182,0.71900827,0.74793386,0.75206614,0.73966944,0.7355372,0.71487606,0.70247936,0.72727275,0.73140496,0.73140496,0.72727275,0.6859504,0.6446281,0.5289256,0.5661157,0.5785124,0.57438016,0.53305787,0.4338843,0.38842976,0.54545456,0.62396693,0.6198347,0.5206612,0.41735536,0.5041322,0.5041322,0.5206612,0.5413223,0.57438016,0.6404959,0.69008267,0.71900827,0.73140496,0.6735537,0.6280992,0.6735537,0.7355372,0.7768595,0.8140496,0.822314,0.79752064,0.78099173,0.7768595,0.7644628,0.73140496,0.6694215,0.62396693,0.6198347,0.607438,0.6487603,0.6818182,0.71487606,0.71487606,0.7066116,0.6859504,0.6487603,0.6404959,0.6487603,0.6570248,0.6735537,0.6818182,0.6652893,0.6694215,0.6942149,0.7066116,0.75619835,0.75619835,0.74380165,0.7355372,0.7355372,0.76033056,0.75206614,0.7231405,0.7107438,0.6859504,0.6446281,0.5165289,0.55785125,0.5785124,0.5785124,0.54545456,0.47107437,0.4338843,0.59504133,0.6446281,0.61157024,0.57438016,0.57438016,0.6198347,0.6404959,0.677686,0.70247936,0.72727275,0.75619835,0.77272725,0.74793386,0.7107438,0.661157,0.6280992,0.677686,0.73140496,0.77272725,0.8016529,0.8181818,0.8016529,0.7892562,0.76859504,0.76859504,0.73140496,0.6818182,0.6446281,0.6446281,0.6446281,0.6528926,0.6528926,0.6859504,0.73140496,0.75619835,0.75619835,0.74380165,0.72727275,0.72727275,0.72727275,0.7231405,0.7231405,0.70247936,0.6735537,0.6859504,0.6735537,0.7231405,0.74793386,0.74793386,0.74793386,0.74380165,0.75206614,0.74380165,0.7066116,0.6859504,0.677686,0.6570248,0.5247934,0.56198347,0.59504133,0.61570245,0.59504133,0.5371901,0.49173555,0.58264464,0.6363636,0.6528926,0.6859504,0.71900827,0.75206614,0.7644628,0.77272725,0.78099173,0.78512394,0.7768595,0.7644628,0.7231405,0.6818182,0.6570248,0.6404959,0.6859504,0.7355372,0.7768595,0.79752064,0.8057851,0.8016529,0.79752064,0.77272725,0.76033056,0.73140496,0.6818182,0.6818182,0.6735537,0.6818182,0.6818182,0.6570248,0.6404959,0.677686,0.73966944,0.77272725,0.7768595,0.76859504,0.75619835,0.75206614,0.75206614,0.76859504,0.75206614,0.73140496,0.71487606,0.6818182,0.7107438,0.7066116,0.6983471,0.6983471,0.7107438,0.71487606,0.71487606,0.7066116,0.6859504,0.6652893,0.6570248,0.53305787,0.5785124,0.61157024,0.6528926,0.6487603,0.60330576,0.57438016,0.6280992,0.6859504,0.73140496,0.7644628,0.78512394,0.79752064,0.7892562,0.78512394,0.7892562,0.78099173,0.7644628,0.7231405,0.677686,0.6735537,0.6652893,0.6404959,0.6859504,0.7355372,0.76859504,0.8016529,0.79752064,0.8016529,0.8016529,0.7768595,0.75206614,0.71487606,0.677686,0.6818182,0.6942149,0.6983471,0.70247936,0.6694215,0.6280992,0.6363636,0.70247936,0.7355372,0.74380165,0.76859504,0.76859504,0.7768595,0.78512394,0.7892562,0.78099173,0.76859504,0.75206614,0.71900827,0.7107438,0.6983471,0.677686,0.6652893,0.6694215,0.6735537,0.677686,0.677686,0.6735537,0.6652893,0.6528926,0.5289256,0.58264464,0.607438,0.6652893,0.6652893,0.6363636,0.6363636,0.6942149,0.7231405,0.76033056,0.76859504,0.7892562,0.79752064,0.78512394,0.78099173,0.7768595,0.75206614,0.71900827,0.677686,0.6570248,0.6859504,0.6570248,0.6363636,0.6983471,0.73966944,0.76033056,0.7933884,0.8016529,0.79752064,0.7892562,0.76033056,0.7066116,0.6570248,0.6404959,0.6528926,0.6735537,0.6859504,0.6859504,0.6652893,0.6280992,0.61157024,0.6942149,0.7107438,0.71900827,0.74380165,0.76033056,0.76859504,0.78512394,0.78512394,0.7892562,0.78512394,0.77272725,0.74793386,0.72727275,0.71487606,0.6859504,0.661157,0.6528926,0.6487603,0.6446281,0.6446281,0.6446281,0.6446281,0.6528926,0.5247934,0.5785124,0.6280992,0.6487603,0.6528926,0.6570248,0.6735537,0.71900827,0.7355372,0.75619835,0.7644628,0.7768595,0.7892562,0.7768595,0.77272725,0.76033056,0.71487606,0.6694215,0.6528926,0.6404959,0.6528926,0.6363636,0.58264464,0.6652893,0.71900827,0.74380165,0.7644628,0.78099173,0.76859504,0.73966944,0.6942149,0.62396693,0.58264464,0.58677685,0.60330576,0.62396693,0.6363636,0.6280992,0.62396693,0.61157024,0.5785124,0.6735537,0.6942149,0.6942149,0.70247936,0.74793386,0.75619835,0.76033056,0.77272725,0.77272725,0.78099173,0.76859504,0.74793386,0.72727275,0.7107438,0.6942149,0.6735537,0.6487603,0.6404959,0.6322314,0.62396693,0.6198347,0.6322314,0.6528926,0.5413223,0.58264464,0.607438,0.6363636,0.6404959,0.6487603,0.677686,0.7107438,0.7231405,0.74380165,0.75619835,0.76033056,0.77272725,0.7768595,0.76859504,0.74380165,0.6942149,0.6487603,0.6487603,0.59504133,0.5495868,0.5247934,0.49586776,0.5371901,0.6198347,0.6694215,0.70247936,0.7231405,0.7066116,0.6570248,0.59917355,0.5413223,0.5,0.4752066,0.47933885,0.49586776,0.5123967,0.5413223,0.56198347,0.57024795,0.553719,0.6694215,0.7066116,0.6942149,0.6983471,0.71487606,0.72727275,0.73966944,0.76033056,0.76859504,0.76859504,0.75206614,0.73140496,0.71900827,0.7107438,0.7066116,0.6983471,0.6570248,0.62396693,0.6198347,0.61570245,0.61157024,0.6363636,0.6322314,0.5165289,0.58264464,0.60330576,0.6322314,0.6404959,0.6404959,0.6652893,0.6942149,0.7107438,0.72727275,0.74380165,0.75206614,0.7644628,0.75619835,0.74380165,0.6983471,0.661157,0.6487603,0.6652893,0.553719,0.4338843,0.36363637,0.30578512,0.38429752,0.4752066,0.54545456,0.607438,0.62396693,0.607438,0.5661157,0.5123967,0.44214877,0.3264463,0.2107438,0.1694215,0.19421488,0.30991736,0.4338843,0.47933885,0.5,0.57438016,0.6859504,0.73140496,0.70247936,0.6942149,0.6983471,0.7066116,0.7231405,0.74793386,0.76859504,0.76859504,0.74793386,0.7355372,0.73140496,0.71900827,0.6983471,0.69008267,0.6528926,0.62396693,0.59917355,0.59917355,0.607438,0.62396693,0.607438,0.49586776,0.5785124,0.59917355,0.6198347,0.61570245,0.62396693,0.6528926,0.677686,0.70247936,0.71900827,0.7355372,0.7355372,0.74380165,0.73966944,0.7066116,0.6652893,0.6322314,0.661157,0.6983471,0.61157024,0.43801653,0.32231405,0.2768595,0.23553719,0.3181818,0.42561984,0.47933885,0.5,0.49173555,0.46694216,0.4090909,0.32231405,0.23966943,0.21487603,0.24380165,0.2644628,0.30578512,0.3677686,0.42975205,0.47933885,0.62396693,0.6942149,0.72727275,0.7231405,0.6983471,0.6942149,0.7066116,0.71900827,0.74380165,0.76033056,0.76033056,0.75206614,0.7355372,0.73140496,0.7231405,0.6983471,0.69008267,0.6570248,0.6404959,0.59090906,0.58677685,0.607438,0.61157024,0.60330576,0.48347107,0.57438016,0.607438,0.62396693,0.6198347,0.61570245,0.6404959,0.6652893,0.6859504,0.7107438,0.7231405,0.7107438,0.69008267,0.6818182,0.677686,0.6570248,0.6363636,0.70247936,0.72727275,0.7066116,0.5371901,0.35950413,0.29338843,0.26859504,0.2520661,0.2644628,0.33471075,0.38429752,0.38429752,0.37190083,0.3264463,0.2892562,0.28512397,0.3429752,0.38842976,0.44214877,0.4338843,0.45867768,0.5082645,0.56198347,0.661157,0.69008267,0.7107438,0.7355372,0.7231405,0.7066116,0.7107438,0.71487606,0.7231405,0.73966944,0.73966944,0.7355372,0.72727275,0.7355372,0.73140496,0.6983471,0.6735537,0.6487603,0.6198347,0.607438,0.59917355,0.607438,0.61157024,0.607438,0.45454547,0.553719,0.60330576,0.61570245,0.61157024,0.6198347,0.6446281,0.661157,0.6694215,0.6942149,0.7107438,0.7107438,0.69008267,0.661157,0.6404959,0.6446281,0.661157,0.72727275,0.75619835,0.74793386,0.6528926,0.4752066,0.37190083,0.32231405,0.2644628,0.21487603,0.21900827,0.2892562,0.3305785,0.35123968,0.338843,0.35123968,0.39256197,0.40495867,0.45454547,0.5165289,0.57024795,0.59504133,0.61570245,0.62396693,0.661157,0.6859504,0.7066116,0.73966944,0.75619835,0.71900827,0.677686,0.69008267,0.7066116,0.71900827,0.71900827,0.71900827,0.73140496,0.72727275,0.71487606,0.69008267,0.6694215,0.6528926,0.607438,0.60330576,0.60330576,0.59917355,0.60330576,0.59917355,0.41735536,0.53305787,0.59917355,0.6198347,0.59917355,0.6198347,0.6322314,0.6446281,0.6735537,0.69008267,0.7107438,0.7107438,0.6983471,0.6652893,0.6363636,0.6570248,0.7066116,0.73966944,0.76033056,0.75619835,0.71487606,0.607438,0.49173555,0.40082645,0.30991736,0.2520661,0.2231405,0.2644628,0.338843,0.38842976,0.41322315,0.40495867,0.41735536,0.4090909,0.3966942,0.46694216,0.5165289,0.5413223,0.55785125,0.61570245,0.6487603,0.6694215,0.7066116,0.72727275,0.7355372,0.71900827,0.69008267,0.6570248,0.7066116,0.7066116,0.71900827,0.71487606,0.7231405,0.7066116,0.6818182,0.6735537,0.6570248,0.6363636,0.61570245,0.61157024,0.61157024,0.60330576,0.60330576,0.59090906,0.38429752,0.5123967,0.5785124,0.61570245,0.6198347,0.6198347,0.6363636,0.661157,0.6735537,0.6818182,0.7107438,0.70247936,0.6942149,0.6735537,0.6446281,0.6570248,0.71487606,0.74793386,0.74793386,0.7355372,0.6942149,0.6198347,0.5082645,0.41322315,0.36363637,0.34710744,0.35950413,0.38016528,0.42975205,0.446281,0.45867768,0.40082645,0.40082645,0.3966942,0.38016528,0.36363637,0.42975205,0.45454547,0.46694216,0.58264464,0.6363636,0.6404959,0.6942149,0.71900827,0.71487606,0.7107438,0.69008267,0.6446281,0.6528926,0.6818182,0.7066116,0.7107438,0.70247936,0.6859504,0.6735537,0.661157,0.6446281,0.6280992,0.6198347,0.61570245,0.61157024,0.59504133,0.59090906,0.58264464,0.3553719,0.48347107,0.55785125,0.607438,0.61157024,0.61570245,0.6280992,0.6735537,0.6818182,0.6694215,0.69008267,0.69008267,0.677686,0.661157,0.6528926,0.6735537,0.7231405,0.7355372,0.72727275,0.71487606,0.6404959,0.5495868,0.46280992,0.38016528,0.35950413,0.41735536,0.4338843,0.40082645,0.43801653,0.41735536,0.42975205,0.3677686,0.3966942,0.39256197,0.37603307,0.3677686,0.39256197,0.42975205,0.45867768,0.5413223,0.6198347,0.61157024,0.6487603,0.6859504,0.69008267,0.6859504,0.6528926,0.6652893,0.62396693,0.6694215,0.70247936,0.7066116,0.6983471,0.6694215,0.661157,0.6487603,0.6363636,0.6322314,0.6198347,0.607438,0.59504133,0.5785124,0.57024795,0.55785125,0.3305785,0.46280992,0.5371901,0.59504133,0.61157024,0.607438,0.6322314,0.6363636,0.661157,0.677686,0.6735537,0.6694215,0.6528926,0.6404959,0.6528926,0.6570248,0.6652893,0.6818182,0.661157,0.6363636,0.54545456,0.47933885,0.42561984,0.3966942,0.37603307,0.41735536,0.46694216,0.40495867,0.4214876,0.3677686,0.3966942,0.38429752,0.39256197,0.39256197,0.38429752,0.38429752,0.3677686,0.39256197,0.4338843,0.47107437,0.56198347,0.57438016,0.5785124,0.6198347,0.6280992,0.6404959,0.59917355,0.6735537,0.6735537,0.6404959,0.677686,0.6942149,0.69008267,0.661157,0.6570248,0.6487603,0.6363636,0.62396693,0.607438,0.607438,0.607438,0.58264464,0.56198347,0.5371901,0.28512397,0.45041323,0.5165289,0.57438016,0.59504133,0.59504133,0.6280992,0.61570245,0.6280992,0.661157,0.6652893,0.6487603,0.6322314,0.61570245,0.62396693,0.6280992,0.607438,0.6363636,0.6280992,0.57024795,0.48347107,0.45454547,0.40082645,0.40495867,0.3966942,0.42975205,0.446281,0.4338843,0.47933885,0.37603307,0.38429752,0.40495867,0.40082645,0.40082645,0.3966942,0.37603307,0.3553719,0.36363637,0.38016528,0.40082645,0.446281,0.49173555,0.5041322,0.5413223,0.56198347,0.57438016,0.5247934,0.5785124,0.6652893,0.6198347,0.6363636,0.6818182,0.6983471,0.6818182,0.6735537,0.661157,0.6446281,0.62396693,0.607438,0.60330576,0.59090906,0.5785124,0.55785125,0.5247934,0.19008264,0.42561984,0.5,0.54545456,0.58264464,0.58677685,0.61157024,0.59917355,0.60330576,0.6322314,0.6404959,0.6280992,0.61570245,0.5785124,0.5495868,0.55785125,0.53305787,0.53305787,0.553719,0.5123967,0.4338843,0.4214876,0.39256197,0.40495867,0.3966942,0.39256197,0.3966942,0.41735536,0.4338843,0.35950413,0.35123968,0.39256197,0.40082645,0.40082645,0.40082645,0.37603307,0.338843,0.338843,0.3140496,0.3677686,0.40495867,0.4214876,0.4338843,0.45454547,0.49586776,0.49586776,0.4752066,0.5041322,0.5413223,0.58264464,0.61570245,0.6652893,0.6983471,0.6942149,0.6735537,0.6528926,0.6322314,0.61157024,0.59917355,0.59090906,0.58264464,0.55785125,0.5413223,0.5165289,0.20247933,0.37603307,0.47933885,0.5289256,0.5661157,0.58677685,0.607438,0.59090906,0.58677685,0.61570245,0.61570245,0.60330576,0.58677685,0.53305787,0.47933885,0.47933885,0.45454547,0.446281,0.46694216,0.42561984,0.40082645,0.34710744,0.3429752,0.38429752,0.37603307,0.34710744,0.35123968,0.36363637,0.35950413,0.3305785,0.3305785,0.3553719,0.37190083,0.38842976,0.38429752,0.3677686,0.338843,0.32231405,0.30578512,0.338843,0.3553719,0.39256197,0.3966942,0.3677686,0.41322315,0.41735536,0.41322315,0.43801653,0.4752066,0.5123967,0.5495868,0.62396693,0.6735537,0.6652893,0.6528926,0.6404959,0.6280992,0.61157024,0.58677685,0.58677685,0.553719,0.5206612,0.53305787,0.5123967,0.20661157,0.3140496,0.45041323,0.5206612,0.553719,0.58264464,0.61157024,0.60330576,0.58677685,0.59917355,0.61570245,0.59090906,0.5371901,0.49586776,0.4214876,0.4090909,0.39256197,0.35950413,0.42561984,0.38842976,0.37190083,0.30165288,0.30991736,0.32231405,0.33471075,0.33471075,0.33471075,0.3264463,0.3305785,0.33471075,0.33471075,0.338843,0.3305785,0.3677686,0.34710744,0.3264463,0.30991736,0.3140496,0.32231405,0.30165288,0.2892562,0.37603307,0.37190083,0.3181818,0.338843,0.34710744,0.338843,0.36363637,0.40495867,0.4338843,0.47933885,0.58264464,0.6570248,0.6528926,0.6363636,0.6322314,0.60330576,0.60330576,0.58677685,0.59090906,0.56198347,0.47933885,0.5123967,0.49173555,0.20661157,0.2603306,0.3966942,0.5,0.54545456,0.5785124,0.607438,0.607438,0.58264464,0.553719,0.5785124,0.54545456,0.47933885,0.45867768,0.34710744,0.3264463,0.35950413,0.30991736,0.35950413,0.37603307,0.3677686,0.28099173,0.29752067,0.29338843,0.2892562,0.3181818,0.3305785,0.3264463,0.338843,0.3429752,0.34710744,0.34710744,0.3305785,0.3429752,0.338843,0.30991736,0.2644628,0.2892562,0.29338843,0.32231405,0.26859504,0.3429752,0.35950413,0.30165288,0.29338843,0.29752067,0.29752067,0.29752067,0.33471075,0.37603307,0.40082645,0.5082645,0.6280992,0.6363636,0.59090906,0.607438,0.57438016,0.59090906,0.5661157,0.5785124,0.58677685,0.44214877,0.46280992,0.43801653,0.21487603,0.2231405,0.30578512,0.4338843,0.5082645,0.553719,0.58677685,0.57438016,0.58677685,0.5495868,0.5495868,0.5,0.45867768,0.41735536,0.28099173,0.25619835,0.28512397,0.2768595,0.2892562,0.3181818,0.3305785,0.30578512,0.30578512,0.29338843,0.26859504,0.28512397,0.30991736,0.3264463,0.37603307,0.41735536,0.37603307,0.39256197,0.3677686,0.35123968,0.3553719,0.32231405,0.26859504,0.27272728,0.2644628,0.2892562,0.28512397,0.35950413,0.35950413,0.30991736,0.26859504,0.2644628,0.26859504,0.23966943,0.2520661,0.3181818,0.35950413,0.39256197,0.55785125,0.61570245,0.56198347,0.55785125,0.56198347,0.5785124,0.5206612,0.5495868,0.54545456,0.43801653,0.40082645,0.39256197,0.25619835,0.21487603,0.23553719,0.33471075,0.41322315,0.5165289,0.57024795,0.553719,0.57438016,0.53305787,0.5082645,0.46694216,0.39256197,0.37190083,0.2520661,0.22727273,0.24380165,0.23553719,0.22727273,0.2603306,0.28512397,0.30578512,0.29338843,0.2644628,0.25619835,0.2603306,0.27272728,0.2892562,0.34710744,0.4214876,0.41322315,0.41322315,0.37190083,0.3553719,0.3429752,0.30578512,0.2892562,0.2892562,0.28099173,0.28099173,0.2603306,0.2892562,0.30165288,0.29338843,0.26859504,0.24380165,0.23140496,0.22727273,0.22727273,0.2644628,0.35950413,0.34710744,0.4214876,0.56198347,0.5289256,0.5,0.5165289,0.54545456,0.45867768,0.5,0.47933885,0.3966942,0.34710744,0.35123968,0.24793388,0.23553719,0.21487603,0.2520661,0.30165288,0.46694216,0.5041322,0.5082645,0.53305787,0.5247934,0.45867768,0.3966942,0.35123968,0.30991736,0.23140496,0.22727273,0.24793388,0.23966943,0.22727273,0.21487603,0.22727273,0.24380165,0.23140496,0.23553719,0.2520661,0.25619835,0.29338843,0.3305785,0.3553719,0.37190083,0.34710744,0.3429752,0.35123968,0.36363637,0.38842976,0.37603307,0.37603307,0.40495867,0.4338843,0.42975205,0.4090909,0.41735536,0.42975205,0.40082645,0.36363637,0.30991736,0.28099173,0.28512397,0.27272728,0.2768595,0.36363637,0.3140496,0.3140496,0.5041322,0.45867768,0.42975205,0.446281,0.4876033,0.40495867,0.42561984,0.41322315,0.34710744,0.30578512,0.29338843,0.24793388,0.2520661,0.19008264,0.20247933,0.24380165,0.38842976,0.44214877,0.446281,0.47933885,0.5041322,0.37190083,0.3140496,0.3181818,0.28512397,0.2520661,0.2644628,0.29752067,0.3181818,0.3305785,0.3264463,0.338843,0.37190083,0.34710744,0.338843,0.35123968,0.35123968,0.4214876,0.48347107,0.49586776,0.5165289,0.5041322,0.5289256,0.57438016,0.59917355,0.59090906,0.5661157,0.5413223,0.5413223,0.5661157,0.5661157,0.5495868,0.54545456,0.5495868,0.55785125,0.5371901,0.49173555,0.42975205,0.38016528,0.3429752,0.29752067,0.3429752,0.30165288,0.28099173,0.40495867,0.4090909,0.37190083,0.39256197,0.40082645,0.35950413,0.36363637,0.34710744,0.29752067,0.28099173,0.2603306,0.2107438,0.23553719,0.17355372,0.18181819,0.2520661,0.2768595,0.37603307,0.40495867,0.4338843,0.44214877,0.3264463,0.30578512,0.2892562,0.2768595,0.2768595,0.3264463,0.40082645,0.4338843,0.45454547,0.47107437,0.48347107,0.5247934,0.5247934,0.47933885,0.49173555,0.5165289,0.5661157,0.59917355,0.62396693,0.6446281,0.6404959,0.661157,0.6983471,0.7231405,0.70247936,0.6652893,0.6322314,0.61570245,0.62396693,0.6198347,0.607438,0.607438,0.60330576,0.61157024,0.62396693,0.59917355,0.5371901,0.46694216,0.38016528,0.28512397,0.33471075,0.3305785,0.29752067,0.35123968,0.34710744,0.3305785,0.3553719,0.338843,0.3140496,0.3181818,0.30165288,0.24793388,0.21487603,0.21900827,0.21487603,0.17768595,0.14876033,0.2107438,0.24793388,0.21487603,0.30578512,0.35123968,0.37603307,0.38429752,0.34710744,0.338843,0.3140496,0.2892562,0.29752067,0.38842976,0.5041322,0.54545456,0.5495868,0.55785125,0.57024795,0.57438016,0.58677685,0.59090906,0.57024795,0.57024795,0.59917355,0.6363636,0.6652893,0.6942149,0.71487606,0.72727275,0.73966944,0.74793386,0.72727275,0.70247936,0.6735537,0.6487603,0.6363636,0.61570245,0.60330576,0.607438,0.61570245,0.6363636,0.6446281,0.61570245,0.59090906,0.5289256,0.37190083,0.28099173,0.3181818,0.3429752,0.338843,0.3140496,0.32231405,0.30578512,0.28512397,0.29338843,0.28512397,0.26859504,0.2644628,0.2107438,0.15289256,0.16528925,0.27272728,0.16115703,0.17768595,0.20661157,0.20247933,0.21487603,0.28099173,0.30165288,0.30991736,0.338843,0.37190083,0.338843,0.3181818,0.30578512,0.30165288,0.42975205,0.5661157,0.62396693,0.62396693,0.60330576,0.6198347,0.60330576,0.58677685,0.5661157,0.58264464,0.58264464,0.59917355,0.6198347,0.6322314,0.6363636,0.6487603,0.6570248,0.6570248,0.6487603,0.6404959,0.6446281,0.6322314,0.6198347,0.61570245,0.58677685,0.58264464,0.59917355,0.6322314,0.6570248,0.6404959,0.62396693,0.6322314,0.5785124,0.3966942,0.2892562,0.29338843,0.33471075,0.34710744,0.30991736,0.29752067,0.28099173,0.23966943,0.2603306,0.28099173,0.23553719,0.22727273,0.18181819,0.13636364,0.14049587,0.2768595,0.18595041,0.19421488,0.18181819,0.18181819,0.2107438,0.2603306,0.27272728,0.2768595,0.32231405,0.35123968,0.32231405,0.30578512,0.28099173,0.28512397,0.4338843,0.57438016,0.6735537,0.6859504,0.6446281,0.6487603,0.6198347,0.60330576,0.54545456,0.5247934,0.55785125,0.553719,0.5495868,0.553719,0.56198347,0.57438016,0.57024795,0.5495868,0.55785125,0.5785124,0.58264464,0.5785124,0.57024795,0.5785124,0.5785124,0.56198347,0.59504133,0.6280992,0.6446281,0.6322314,0.6198347,0.60330576,0.57024795,0.4338843,0.30165288,0.2768595,0.3264463,0.3305785,0.29752067,0.30578512,0.30578512,0.24793388,0.23966943,0.27272728,0.21900827,0.21487603,0.1570248,0.12809917,0.1322314,0.27272728,0.22727273,0.18181819,0.1570248,0.14049587,0.23553719,0.26859504,0.24793388,0.24793388,0.2768595,0.30578512,0.29338843,0.29338843,0.28099173,0.32231405,0.44214877,0.56198347,0.677686,0.7066116,0.6694215,0.6694215,0.6404959,0.61157024,0.56198347,0.5165289,0.5165289,0.5165289,0.49586776,0.48347107,0.5123967,0.5413223,0.5206612,0.48347107,0.48347107,0.5247934,0.55785125,0.5413223,0.5289256,0.5165289,0.5785124,0.55785125,0.58677685,0.6198347,0.6404959,0.6198347,0.59504133,0.553719,0.5206612,0.44214877,0.3140496,0.25619835,0.2892562,0.30991736,0.2892562,0.2603306,0.25619835,0.23553719,0.21900827,0.23140496,0.1983471,0.21487603,0.15289256,0.12396694,0.10743801,0.29338843,0.2644628,0.18181819,0.1570248,0.14876033,0.2231405,0.2603306,0.23140496,0.21487603,0.21487603,0.24380165,0.2603306,0.2768595,0.2768595,0.3305785,0.4752066,0.5495868,0.6528926,0.6859504,0.6694215,0.661157,0.6363636,0.61570245,0.5661157,0.5,0.46694216,0.46280992,0.4338843,0.4338843,0.48347107,0.5165289,0.5041322,0.4876033,0.47107437,0.44214877,0.45867768,0.4752066,0.5123967,0.47107437,0.5413223,0.553719,0.5785124,0.61157024,0.6280992,0.59917355,0.57024795,0.5206612,0.45867768,0.42975205,0.35123968,0.2520661,0.24793388,0.2603306,0.2603306,0.22727273,0.23966943,0.2231405,0.20247933,0.20661157,0.1570248,0.19008264,0.17355372,0.1322314,0.11157025,0.29338843,0.2768595,0.1983471,0.15289256,0.14049587,0.17768595,0.24793388,0.23140496,0.20247933,0.18181819,0.20247933,0.24793388,0.26859504,0.24793388,0.3181818,0.45454547,0.553719,0.61157024,0.661157,0.6570248,0.6404959,0.6280992,0.62396693,0.56198347,0.48347107,0.43801653,0.4090909,0.40082645,0.42975205,0.45867768,0.46280992,0.4752066,0.42561984,0.47107437,0.4090909,0.40082645,0.42561984,0.45454547,0.46694216,0.5123967,0.5371901,0.5785124,0.60330576,0.62396693,0.60330576,0.54545456,0.5041322,0.46694216,0.44214877,0.38429752,0.25619835,0.21900827,0.21487603,0.2107438,0.2231405,0.23140496,0.23140496,0.21900827,0.18181819,0.15289256,0.1694215,0.1694215,0.1446281,0.12396694,0.29338843,0.2892562,0.23553719,0.18595041,0.1570248,0.16528925,0.2520661,0.20661157,0.20247933,0.18181819,0.19421488,0.24380165,0.26859504,0.23553719,0.28099173,0.39256197,0.5123967,0.58264464,0.62396693,0.6280992,0.61570245,0.6198347,0.6198347,0.57438016,0.5165289,0.46694216,0.41322315,0.4090909,0.4214876,0.41735536,0.38842976,0.4338843,0.3429752,0.47933885,0.4090909,0.38429752,0.4090909,0.4214876,0.45041323,0.5082645,0.53305787,0.57438016,0.59090906,0.59504133,0.5785124,0.5041322,0.40495867,0.38842976,0.42975205,0.38842976,0.2603306,0.20661157,0.1983471,0.19008264,0.18595041,0.17355372,0.21487603,0.20661157,0.15289256,0.12809917,0.14876033,0.13636364,0.14049587,0.1322314,0.30578512,0.30578512,0.2520661,0.1983471,0.17768595,0.13636364,0.23140496,0.20247933,0.16528925,0.17768595,0.21487603,0.2107438,0.23553719,0.21900827,0.27272728,0.37603307,0.44214877,0.5041322,0.5413223,0.55785125,0.58677685,0.62396693,0.62396693,0.59090906,0.55785125,0.5165289,0.46280992,0.4214876,0.4214876,0.42561984,0.3677686,0.3677686,0.29752067,0.43801653,0.47107437,0.37603307,0.37603307,0.4090909,0.46694216,0.53305787,0.5495868,0.56198347,0.58264464,0.56198347,0.5123967,0.45454547,0.39256197,0.35123968,0.35950413,0.338843,0.28512397,0.22727273,0.1983471,0.2107438,0.16528925,0.1322314,0.18595041,0.19008264,0.1446281,0.11570248,0.11570248,0.11983471,0.12809917,0.12809917,27 +0.24380165,0.1983471,0.56198347,0.677686,0.74380165,0.77272725,0.79752064,0.8057851,0.8140496,0.8181818,0.8181818,0.8264463,0.8016529,0.7933884,0.78512394,0.7933884,0.78512394,0.76033056,0.7644628,0.76033056,0.75619835,0.74793386,0.7355372,0.7231405,0.7107438,0.71487606,0.70247936,0.69008267,0.71487606,0.7355372,0.73966944,0.72727275,0.7231405,0.7107438,0.71487606,0.6942149,0.6983471,0.69008267,0.677686,0.6859504,0.6859504,0.6818182,0.6942149,0.6859504,0.6735537,0.6694215,0.6652893,0.6652893,0.6652893,0.6528926,0.62396693,0.6446281,0.6404959,0.6446281,0.6570248,0.6446281,0.61570245,0.5371901,0.5495868,0.57024795,0.5413223,0.446281,0.44214877,0.49173555,0.1983471,0.2768595,0.6363636,0.71487606,0.77272725,0.79752064,0.8140496,0.8140496,0.8264463,0.8264463,0.8305785,0.8305785,0.80991733,0.80991733,0.8057851,0.7933884,0.7892562,0.7768595,0.7644628,0.7644628,0.7644628,0.75619835,0.74793386,0.73966944,0.71900827,0.7231405,0.70247936,0.69008267,0.7107438,0.72727275,0.74380165,0.73966944,0.7355372,0.7231405,0.74380165,0.7066116,0.7066116,0.6818182,0.69008267,0.6942149,0.6942149,0.6859504,0.6942149,0.69008267,0.6735537,0.661157,0.6487603,0.6570248,0.6570248,0.6652893,0.6404959,0.6404959,0.6487603,0.661157,0.661157,0.6487603,0.6446281,0.58264464,0.553719,0.58264464,0.56198347,0.5,0.44214877,0.53305787,0.20661157,0.39256197,0.6528926,0.73140496,0.79752064,0.80991733,0.822314,0.822314,0.822314,0.8264463,0.822314,0.8181818,0.822314,0.80991733,0.8016529,0.79752064,0.7892562,0.77272725,0.77272725,0.76859504,0.77272725,0.76033056,0.75619835,0.73966944,0.72727275,0.7355372,0.7107438,0.7066116,0.7107438,0.72727275,0.74793386,0.7355372,0.73140496,0.74793386,0.75619835,0.74380165,0.71900827,0.6735537,0.6859504,0.677686,0.6735537,0.6694215,0.6694215,0.6735537,0.6528926,0.6446281,0.6322314,0.6404959,0.6404959,0.661157,0.6446281,0.6487603,0.6487603,0.6652893,0.6528926,0.6487603,0.6528926,0.61157024,0.5495868,0.58264464,0.57024795,0.55785125,0.5123967,0.48347107,0.27272728,0.446281,0.6818182,0.75206614,0.8181818,0.8181818,0.822314,0.8264463,0.8016529,0.8057851,0.8016529,0.76859504,0.78512394,0.78512394,0.79752064,0.77272725,0.75619835,0.73966944,0.73966944,0.75206614,0.76033056,0.76033056,0.76033056,0.75619835,0.75206614,0.73966944,0.73140496,0.73140496,0.7107438,0.73966944,0.7644628,0.74380165,0.74793386,0.7644628,0.74380165,0.77272725,0.72727275,0.69008267,0.6735537,0.661157,0.6404959,0.6363636,0.61157024,0.59917355,0.59504133,0.59917355,0.58677685,0.59504133,0.59917355,0.6198347,0.6404959,0.6198347,0.62396693,0.6363636,0.6528926,0.661157,0.6652893,0.6446281,0.5785124,0.56198347,0.59504133,0.607438,0.54545456,0.4876033,0.33471075,0.49173555,0.7107438,0.7892562,0.8305785,0.8181818,0.8016529,0.7892562,0.77272725,0.76859504,0.73140496,0.6446281,0.6280992,0.6570248,0.677686,0.6570248,0.62396693,0.61570245,0.6404959,0.6652893,0.661157,0.71900827,0.74380165,0.77272725,0.76033056,0.75619835,0.7644628,0.74793386,0.7107438,0.74793386,0.76859504,0.77272725,0.76033056,0.78512394,0.75619835,0.74380165,0.7066116,0.6404959,0.6322314,0.58677685,0.553719,0.5413223,0.5,0.49173555,0.49173555,0.5123967,0.5041322,0.5206612,0.5206612,0.5247934,0.55785125,0.56198347,0.5785124,0.58264464,0.61570245,0.6446281,0.6487603,0.6652893,0.61570245,0.57438016,0.60330576,0.6198347,0.59090906,0.49586776,0.34710744,0.5247934,0.73140496,0.8057851,0.8181818,0.78512394,0.74380165,0.6983471,0.6818182,0.6818182,0.5785124,0.5,0.47107437,0.45867768,0.45867768,0.46280992,0.43801653,0.46280992,0.48347107,0.5785124,0.58677685,0.62396693,0.73140496,0.7644628,0.78099173,0.7768595,0.78099173,0.76033056,0.7107438,0.76033056,0.7768595,0.7933884,0.76033056,0.78099173,0.75619835,0.69008267,0.61570245,0.553719,0.5661157,0.45454547,0.3966942,0.38429752,0.35123968,0.35950413,0.34710744,0.37603307,0.38429752,0.40082645,0.41735536,0.42975205,0.45454547,0.48347107,0.4876033,0.49586776,0.55785125,0.61570245,0.6198347,0.6528926,0.6528926,0.61157024,0.607438,0.6280992,0.59504133,0.553719,0.35123968,0.5413223,0.73966944,0.7892562,0.7355372,0.6446281,0.54545456,0.5123967,0.57438016,0.5495868,0.446281,0.4090909,0.40082645,0.35123968,0.3305785,0.33471075,0.3305785,0.37603307,0.3966942,0.46280992,0.5495868,0.5495868,0.6652893,0.76033056,0.7768595,0.78099173,0.76859504,0.75619835,0.7066116,0.7644628,0.7933884,0.7933884,0.73966944,0.75619835,0.73140496,0.62396693,0.5495868,0.5,0.42561984,0.3429752,0.2644628,0.25619835,0.2644628,0.2768595,0.2520661,0.20661157,0.24793388,0.25619835,0.2603306,0.2644628,0.30578512,0.3429752,0.37603307,0.4090909,0.41322315,0.553719,0.60330576,0.6280992,0.6652893,0.6198347,0.6363636,0.6404959,0.60330576,0.6198347,0.36363637,0.5413223,0.72727275,0.7107438,0.57024795,0.5206612,0.46280992,0.47933885,0.47933885,0.42975205,0.35950413,0.37603307,0.338843,0.28099173,0.29338843,0.29752067,0.30578512,0.36363637,0.4214876,0.41322315,0.5082645,0.5495868,0.58677685,0.73140496,0.75619835,0.7768595,0.76859504,0.7355372,0.6942149,0.76033056,0.7892562,0.7768595,0.7066116,0.7066116,0.6487603,0.6198347,0.5289256,0.43801653,0.37190083,0.28512397,0.23553719,0.28099173,0.35123968,0.446281,0.4752066,0.36363637,0.41322315,0.5123967,0.46694216,0.42561984,0.4214876,0.338843,0.30578512,0.3264463,0.35950413,0.446281,0.59504133,0.6280992,0.6280992,0.6363636,0.6404959,0.6446281,0.6198347,0.6363636,0.36363637,0.54545456,0.7066116,0.6322314,0.5,0.47933885,0.49586776,0.47107437,0.42561984,0.3181818,0.28512397,0.28099173,0.26859504,0.25619835,0.3264463,0.3429752,0.37603307,0.40082645,0.47107437,0.4090909,0.46694216,0.5371901,0.57024795,0.6859504,0.74380165,0.7644628,0.7355372,0.7107438,0.6859504,0.74793386,0.7768595,0.7355372,0.6652893,0.6487603,0.61157024,0.60330576,0.5247934,0.54545456,0.6528926,0.7066116,0.7107438,0.72727275,0.6983471,0.6694215,0.6322314,0.5123967,0.58264464,0.8553719,0.838843,0.8264463,0.79752064,0.5661157,0.43801653,0.41322315,0.3305785,0.30991736,0.49173555,0.60330576,0.6198347,0.6404959,0.6528926,0.6322314,0.6322314,0.6280992,0.36363637,0.57024795,0.70247936,0.5247934,0.40082645,0.37190083,0.42975205,0.3966942,0.3966942,0.40082645,0.607438,0.6528926,0.6652893,0.6694215,0.6652893,0.6487603,0.6652893,0.5785124,0.59504133,0.5247934,0.59917355,0.5785124,0.58677685,0.6363636,0.6942149,0.7107438,0.70247936,0.6859504,0.6859504,0.7107438,0.7355372,0.7107438,0.6570248,0.6322314,0.53305787,0.4752066,0.5206612,0.6404959,0.69008267,0.6528926,0.59090906,0.553719,0.54545456,0.59090906,0.6198347,0.6280992,0.6363636,0.838843,0.90082645,0.91322315,0.8264463,0.56198347,0.5,0.47107437,0.41322315,0.2644628,0.30991736,0.4338843,0.59917355,0.6363636,0.6528926,0.6322314,0.6363636,0.6363636,0.36363637,0.49586776,0.5206612,0.40082645,0.37603307,0.40495867,0.41735536,0.49173555,0.5041322,0.56198347,0.6404959,0.677686,0.6983471,0.7107438,0.6983471,0.71900827,0.71487606,0.6859504,0.6983471,0.7768595,0.8347107,0.78099173,0.6859504,0.6198347,0.6363636,0.6652893,0.6818182,0.6942149,0.70247936,0.7231405,0.69008267,0.71900827,0.70247936,0.5041322,0.46694216,0.5289256,0.57438016,0.58677685,0.607438,0.62396693,0.60330576,0.59090906,0.59504133,0.58677685,0.5785124,0.5413223,0.5206612,0.59090906,0.75206614,0.73966944,0.62396693,0.5289256,0.5041322,0.45867768,0.4214876,0.35123968,0.3966942,0.25619835,0.41322315,0.62396693,0.6404959,0.6487603,0.6446281,0.6652893,0.28099173,0.41322315,0.4876033,0.46694216,0.45041323,0.5661157,0.59917355,0.6280992,0.6322314,0.6735537,0.6694215,0.6652893,0.6487603,0.6404959,0.62396693,0.62396693,0.607438,0.6322314,0.6322314,0.72727275,0.8429752,0.8553719,0.8264463,0.7107438,0.6487603,0.6487603,0.6735537,0.6694215,0.661157,0.6487603,0.58677685,0.6859504,0.6528926,0.45454547,0.5371901,0.5413223,0.5123967,0.47933885,0.5082645,0.55785125,0.56198347,0.5785124,0.58677685,0.61570245,0.62396693,0.59504133,0.6652893,0.6322314,0.6528926,0.61570245,0.55785125,0.5165289,0.47107437,0.446281,0.42975205,0.37190083,0.41322315,0.37603307,0.28512397,0.5123967,0.6280992,0.6446281,0.6652893,0.6818182,0.446281,0.5371901,0.53305787,0.5165289,0.5165289,0.6528926,0.7107438,0.70247936,0.7066116,0.69008267,0.6652893,0.6570248,0.6570248,0.6528926,0.6528926,0.6404959,0.62396693,0.607438,0.57024795,0.54545456,0.607438,0.6404959,0.6859504,0.73966944,0.61570245,0.45454547,0.6446281,0.7355372,0.7644628,0.72727275,0.74793386,0.8057851,0.72727275,0.47933885,0.49586776,0.46694216,0.46694216,0.49586776,0.553719,0.6446281,0.6570248,0.7066116,0.73966944,0.76859504,0.76033056,0.74793386,0.7644628,0.77272725,0.74380165,0.70247936,0.661157,0.6198347,0.57438016,0.5371901,0.45454547,0.41735536,0.38842976,0.38842976,0.32231405,0.38429752,0.6363636,0.6528926,0.6818182,0.677686,0.6280992,0.5041322,0.5165289,0.56198347,0.6404959,0.71900827,0.7892562,0.79752064,0.7933884,0.73966944,0.73140496,0.7355372,0.7231405,0.71487606,0.7231405,0.6859504,0.70247936,0.6735537,0.6446281,0.59504133,0.553719,0.5165289,0.47933885,0.72727275,0.38842976,0.22727273,0.56198347,0.70247936,0.70247936,0.661157,0.76859504,0.8719008,0.6983471,0.42561984,0.45041323,0.49586776,0.55785125,0.61157024,0.6487603,0.7107438,0.6818182,0.661157,0.6652893,0.69008267,0.6818182,0.6983471,0.72727275,0.75619835,0.76033056,0.7231405,0.70247936,0.69008267,0.6818182,0.6363636,0.57024795,0.5165289,0.43801653,0.3966942,0.3264463,0.4338843,0.5785124,0.55785125,0.607438,0.6528926,0.59504133,0.47933885,0.5413223,0.6322314,0.73966944,0.7933884,0.8471074,0.838843,0.8057851,0.71900827,0.6859504,0.677686,0.6404959,0.6198347,0.58264464,0.5661157,0.57024795,0.56198347,0.5247934,0.5082645,0.49586776,0.4876033,0.3305785,0.75206614,0.2768595,0.38016528,0.61570245,0.6652893,0.6322314,0.553719,0.5206612,0.57438016,0.5041322,0.39256197,0.47107437,0.59090906,0.6280992,0.6280992,0.6404959,0.59917355,0.5661157,0.55785125,0.5371901,0.54545456,0.5289256,0.5247934,0.553719,0.5495868,0.5495868,0.59917355,0.6487603,0.6735537,0.677686,0.6322314,0.61570245,0.5785124,0.49586776,0.40495867,0.35123968,0.59917355,0.553719,0.21900827,0.4338843,0.44214877,0.53305787,0.46280992,0.553719,0.6528926,0.77272725,0.8347107,0.8553719,0.8305785,0.71487606,0.5785124,0.5413223,0.5123967,0.49173555,0.44214877,0.39256197,0.38429752,0.49173555,0.38842976,0.4214876,0.446281,0.46694216,0.4752066,0.30578512,0.75619835,0.24793388,0.6983471,0.78512394,0.71900827,0.6735537,0.6652893,0.661157,0.57438016,0.48347107,0.43801653,0.5247934,0.62396693,0.59917355,0.58264464,0.5371901,0.5247934,0.5123967,0.49586776,0.47933885,0.49586776,0.45041323,0.3429752,0.41735536,0.38016528,0.28512397,0.30165288,0.34710744,0.446281,0.5371901,0.59917355,0.62396693,0.59504133,0.53305787,0.43801653,0.37190083,0.41322315,0.29752067,0.14876033,0.7107438,0.27272728,0.5041322,0.49586776,0.62396693,0.7066116,0.7892562,0.822314,0.822314,0.6528926,0.446281,0.41322315,0.45041323,0.47107437,0.53305787,0.29338843,0.30991736,0.35950413,0.5247934,0.20661157,0.26859504,0.30991736,0.3966942,0.45041323,0.49586776,0.61157024,0.45867768,0.88842976,0.75619835,0.677686,0.6446281,0.6487603,0.6528926,0.59917355,0.57024795,0.5,0.53305787,0.6322314,0.553719,0.56198347,0.5495868,0.46694216,0.42975205,0.46280992,0.5371901,0.5785124,0.4214876,0.26859504,0.39256197,0.3181818,0.19008264,0.18181819,0.30578512,0.28512397,0.33471075,0.45041323,0.59504133,0.6570248,0.62396693,0.56198347,0.49586776,0.33471075,0.27272728,0.30165288,0.6322314,0.36363637,0.49586776,0.53305787,0.59917355,0.661157,0.7231405,0.74793386,0.59504133,0.38429752,0.32231405,0.45867768,0.5247934,0.5413223,0.6363636,0.35950413,0.3140496,0.338843,0.30991736,0.3181818,0.36363637,0.40495867,0.5413223,0.4338843,0.45041323,0.46694216,0.79752064,0.8305785,0.6983471,0.6446281,0.6322314,0.6404959,0.6487603,0.57438016,0.49173555,0.5785124,0.553719,0.59504133,0.6735537,0.61157024,0.40495867,0.46694216,0.4752066,0.5495868,0.6570248,0.6942149,0.49586776,0.338843,0.3429752,0.24793388,0.21900827,0.2520661,0.41322315,0.48347107,0.30165288,0.3553719,0.446281,0.55785125,0.6983471,0.6983471,0.661157,0.40082645,0.43801653,0.3966942,0.49173555,0.42975205,0.45867768,0.49586776,0.5041322,0.5661157,0.6446281,0.59090906,0.38429752,0.41735536,0.5165289,0.56198347,0.57438016,0.5661157,0.607438,0.5123967,0.46694216,0.47933885,0.49586776,0.5413223,0.54545456,0.553719,0.60330576,0.5785124,0.53305787,0.5289256,0.87603307,0.7644628,0.6818182,0.6280992,0.6322314,0.6404959,0.6528926,0.61570245,0.42975205,0.55785125,0.59917355,0.57438016,0.73140496,0.5661157,0.59090906,0.61570245,0.607438,0.62396693,0.6570248,0.69008267,0.61157024,0.5123967,0.5247934,0.5247934,0.42975205,0.48347107,0.5413223,0.57024795,0.5371901,0.5041322,0.446281,0.45867768,0.58677685,0.72727275,0.7768595,0.45041323,0.60330576,0.5165289,0.59917355,0.57438016,0.41322315,0.48347107,0.5041322,0.59504133,0.6322314,0.5123967,0.45454547,0.57438016,0.6735537,0.6735537,0.6404959,0.61157024,0.61570245,0.59090906,0.59090906,0.607438,0.6363636,0.6570248,0.6570248,0.6487603,0.6570248,0.69008267,0.6280992,0.6404959,0.80991733,0.7231405,0.6942149,0.6404959,0.61570245,0.6322314,0.661157,0.6487603,0.48347107,0.43801653,0.70247936,0.5785124,0.60330576,0.6652893,0.69008267,0.6363636,0.6446281,0.6487603,0.6404959,0.69008267,0.6652893,0.6446281,0.7066116,0.6983471,0.6570248,0.6818182,0.7066116,0.70247936,0.7066116,0.6818182,0.59504133,0.5,0.49173555,0.59917355,0.7768595,0.5082645,0.6735537,0.55785125,0.6652893,0.6859504,0.5785124,0.6570248,0.6694215,0.70247936,0.6528926,0.5661157,0.6363636,0.72727275,0.7892562,0.76859504,0.6859504,0.6487603,0.6528926,0.6404959,0.6198347,0.61570245,0.61570245,0.607438,0.62396693,0.6322314,0.6528926,0.6983471,0.5661157,0.72727275,0.74380165,0.7107438,0.6818182,0.6652893,0.6280992,0.6487603,0.677686,0.6404959,0.57024795,0.46280992,0.4876033,0.5165289,0.553719,0.6280992,0.6528926,0.59917355,0.607438,0.61570245,0.62396693,0.6694215,0.69008267,0.6942149,0.74793386,0.7231405,0.71900827,0.71900827,0.71900827,0.7355372,0.76033056,0.74380165,0.69008267,0.61570245,0.5495868,0.54545456,0.6363636,0.48347107,0.57438016,0.5661157,0.6859504,0.6859504,0.77272725,0.8057851,0.8016529,0.76859504,0.6983471,0.6983471,0.76859504,0.8057851,0.8181818,0.8140496,0.74793386,0.70247936,0.677686,0.6404959,0.607438,0.58677685,0.57024795,0.57024795,0.59504133,0.60330576,0.6404959,0.6652893,0.53305787,0.77272725,0.72727275,0.71487606,0.6859504,0.661157,0.6694215,0.69008267,0.6942149,0.6652893,0.61157024,0.5289256,0.39256197,0.5495868,0.55785125,0.57438016,0.61157024,0.61570245,0.58677685,0.54545456,0.553719,0.61570245,0.6322314,0.661157,0.73140496,0.72727275,0.72727275,0.72727275,0.71487606,0.74380165,0.75619835,0.74380165,0.74380165,0.73140496,0.661157,0.59917355,0.6983471,0.42975205,0.5123967,0.5661157,0.6570248,0.6818182,0.8347107,0.8264463,0.8140496,0.77272725,0.76033056,0.79752064,0.8305785,0.8140496,0.838843,0.79752064,0.74793386,0.6694215,0.6322314,0.607438,0.58677685,0.5785124,0.59090906,0.62396693,0.6363636,0.6404959,0.6363636,0.61570245,0.55785125,0.7768595,0.73966944,0.71900827,0.6983471,0.6859504,0.6983471,0.6983471,0.7066116,0.70247936,0.6280992,0.5785124,0.446281,0.45041323,0.58264464,0.607438,0.61157024,0.6446281,0.6487603,0.61157024,0.59090906,0.59917355,0.59090906,0.57438016,0.59504133,0.60330576,0.6280992,0.6528926,0.661157,0.6983471,0.72727275,0.74380165,0.75206614,0.74793386,0.74380165,0.6983471,0.7644628,0.36363637,0.5,0.54545456,0.61570245,0.6859504,0.8512397,0.8305785,0.80991733,0.7892562,0.8140496,0.8305785,0.838843,0.838843,0.838843,0.7644628,0.7355372,0.677686,0.6446281,0.6363636,0.6528926,0.6694215,0.677686,0.6818182,0.6735537,0.661157,0.6735537,0.57024795,0.6528926,0.78512394,0.74793386,0.7231405,0.6983471,0.69008267,0.6983471,0.677686,0.6983471,0.7066116,0.6528926,0.59917355,0.5123967,0.4090909,0.5041322,0.6735537,0.6859504,0.677686,0.677686,0.6859504,0.71900827,0.73966944,0.7644628,0.73140496,0.70247936,0.6942149,0.69008267,0.7066116,0.71487606,0.73140496,0.7355372,0.74380165,0.7355372,0.73966944,0.74793386,0.71487606,0.78512394,0.30578512,0.59504133,0.553719,0.60330576,0.677686,0.8636364,0.8305785,0.8140496,0.80991733,0.822314,0.8429752,0.838843,0.8347107,0.8305785,0.822314,0.80991733,0.7933884,0.77272725,0.7644628,0.74793386,0.7355372,0.7355372,0.70247936,0.6983471,0.71487606,0.69008267,0.5371901,0.76033056,0.77272725,0.75619835,0.73966944,0.71487606,0.6818182,0.6859504,0.6735537,0.6983471,0.6859504,0.6942149,0.61570245,0.553719,0.4752066,0.4214876,0.6363636,0.74793386,0.7231405,0.71487606,0.70247936,0.7231405,0.75619835,0.76859504,0.76033056,0.75619835,0.76859504,0.76859504,0.7644628,0.77272725,0.76033056,0.7644628,0.76859504,0.75619835,0.7355372,0.74793386,0.75619835,0.61157024,0.32231405,0.6818182,0.5289256,0.61570245,0.7107438,0.822314,0.838843,0.8140496,0.8181818,0.8181818,0.8347107,0.8264463,0.8347107,0.8429752,0.8264463,0.79752064,0.77272725,0.7644628,0.76033056,0.73140496,0.71487606,0.7107438,0.7066116,0.71900827,0.76033056,0.57024795,0.6280992,0.7933884,0.76859504,0.76033056,0.73966944,0.71487606,0.677686,0.6570248,0.6694215,0.6983471,0.677686,0.6983471,0.6652893,0.58677685,0.5371901,0.49173555,0.5289256,0.70247936,0.74380165,0.7355372,0.72727275,0.72727275,0.7355372,0.72727275,0.73140496,0.72727275,0.74380165,0.74380165,0.74380165,0.75619835,0.73966944,0.76033056,0.7644628,0.75619835,0.75206614,0.74793386,0.6487603,0.43801653,0.59090906,0.6570248,0.5413223,0.6280992,0.75619835,0.6528926,0.8471074,0.8140496,0.822314,0.8140496,0.822314,0.8347107,0.838843,0.8140496,0.77272725,0.7355372,0.71487606,0.7107438,0.71900827,0.6859504,0.70247936,0.7107438,0.71900827,0.76033056,0.6487603,0.45867768,0.7644628,0.8057851,0.78512394,0.76859504,0.74380165,0.71487606,0.6859504,0.6694215,0.6694215,0.69008267,0.6735537,0.6735537,0.6652893,0.5785124,0.5495868,0.59504133,0.58264464,0.55785125,0.6363636,0.71900827,0.72727275,0.72727275,0.71487606,0.71900827,0.7231405,0.7355372,0.72727275,0.72727275,0.71487606,0.71487606,0.71487606,0.73140496,0.76859504,0.78099173,0.70247936,0.5661157,0.5289256,0.607438,0.71900827,0.607438,0.56198347,0.6487603,0.74793386,0.5165289,0.6446281,0.78512394,0.8347107,0.8181818,0.8347107,0.8429752,0.8347107,0.7768595,0.71487606,0.69008267,0.6818182,0.6818182,0.6942149,0.6942149,0.6983471,0.7231405,0.73140496,0.60330576,0.42975205,0.6322314,0.8181818,0.8181818,0.80991733,0.7892562,0.75206614,0.7231405,0.70247936,0.6818182,0.6694215,0.6818182,0.6652893,0.6652893,0.6528926,0.56198347,0.5495868,0.6363636,0.7066116,0.57438016,0.42975205,0.60330576,0.69008267,0.78099173,0.76033056,0.7644628,0.7355372,0.71900827,0.6818182,0.6818182,0.73140496,0.78099173,0.78099173,0.75619835,0.7644628,0.7107438,0.6404959,0.61157024,0.69008267,0.7355372,0.6652893,0.57024795,0.5785124,0.677686,0.75206614,0.6652893,0.5247934,0.43801653,0.5123967,0.6322314,0.73140496,0.77272725,0.78512394,0.7231405,0.6694215,0.6446281,0.6363636,0.6198347,0.62396693,0.62396693,0.59917355,0.5661157,0.45041323,0.41735536,0.6487603,0.8016529,0.80991733,0.8264463,0.8140496,0.79752064,0.77272725,0.74793386,0.7355372,0.6859504,0.677686,0.6652893,0.6694215,0.6818182,0.6694215,0.6280992,0.61157024,0.677686,0.71487606,0.6983471,0.5661157,0.47933885,0.47107437,0.5785124,0.6198347,0.6570248,0.6446281,0.6363636,0.62396693,0.661157,0.6652893,0.6570248,0.6570248,0.70247936,0.73140496,0.72727275,0.71487606,0.72727275,0.71487606,0.6694215,0.59504133,0.56198347,0.61157024,0.70247936,0.75619835,0.73140496,0.78512394,0.78512394,0.6694215,0.59504133,0.5165289,0.5165289,0.5123967,0.49586776,0.47933885,0.46694216,0.48347107,0.4876033,0.5165289,0.5041322,0.5,0.53305787,0.6280992,0.71900827,0.79752064,0.7892562,0.8057851,0.8305785,0.8140496,0.7933884,0.7644628,0.75619835,0.7644628,0.72727275,0.6818182,0.6652893,0.6942149,0.6983471,0.6735537,0.6528926,0.6446281,0.6818182,0.70247936,0.6859504,0.70247936,0.6404959,0.58264464,0.54545456,0.5123967,0.47933885,0.47933885,0.4752066,0.4752066,0.4876033,0.46694216,0.4752066,0.49586776,0.5123967,0.5661157,0.59917355,0.59917355,0.59917355,0.59504133,0.5785124,0.5661157,0.60330576,0.661157,0.73140496,0.77272725,0.73966944,0.78512394,0.822314,0.8264463,0.8347107,0.8264463,0.7933884,0.74380165,0.7107438,0.677686,0.6446281,0.6404959,0.6404959,0.6694215,0.6859504,0.74793386,0.78099173,0.7768595,0.7768595,0.7892562,0.79752064,0.822314,0.8264463,0.80991733,0.8057851,0.7892562,0.76859504,0.7892562,0.7231405,0.70247936,0.6859504,0.73140496,0.73140496,0.7066116,0.6735537,0.6570248,0.6652893,0.677686,0.6570248,0.6363636,0.6818182,0.7066116,0.7231405,0.7107438,0.6735537,0.6694215,0.6487603,0.6363636,0.6322314,0.6198347,0.607438,0.58677685,0.5785124,0.61157024,0.59504133,0.59917355,0.59504133,0.59917355,0.607438,0.6280992,0.6694215,0.7231405,0.74793386,0.78512394,0.74380165,0.78512394,0.80991733,0.8181818,0.8140496,0.8140496,0.80991733,0.8181818,0.822314,0.8140496,0.79752064,0.8016529,0.7933884,0.80991733,0.80991733,0.8140496,0.77272725,0.7231405,0.74793386,0.7933884,0.79752064,0.8347107,0.838843,0.8181818,0.8016529,0.78099173,0.75206614,0.73966944,0.6735537,0.6859504,0.677686,0.71487606,0.74380165,0.74793386,0.71900827,0.70247936,0.6942149,0.69008267,0.6528926,0.59917355,0.6363636,0.69008267,0.7066116,0.73966944,0.75206614,0.76033056,0.76859504,0.76033056,0.7644628,0.76033056,0.73966944,0.72727275,0.6942149,0.73140496,0.7066116,0.71487606,0.71900827,0.71487606,0.7107438,0.6983471,0.7231405,0.75619835,0.75619835,0.76859504,0.75206614,0.7933884,0.8140496,0.80991733,0.8347107,0.838843,0.8429752,0.838843,0.838843,0.822314,0.822314,0.822314,0.8140496,0.8057851,0.8016529,0.76033056,0.6983471,0.6652893,0.77272725,0.8057851,0.76859504,0.75619835,0.77272725,0.75619835,0.75619835,0.73140496,0.677686,0.6570248,0.6280992,0.6280992,0.6322314,0.6363636,0.661157,0.7066116,0.72727275,0.73140496,0.7355372,0.71487606,0.71900827,0.59090906,0.61570245,0.6652893,0.6818182,0.6983471,0.7107438,0.73140496,0.75619835,0.7644628,0.76859504,0.76033056,0.73140496,0.7231405,0.72727275,0.7355372,0.73140496,0.7355372,0.7355372,0.74793386,0.74380165,0.7231405,0.75619835,0.76033056,0.76033056,0.76859504,0.75206614,0.7933884,0.822314,0.8305785,0.8347107,0.838843,0.8471074,0.8471074,0.8429752,0.8347107,0.8181818,0.822314,0.80991733,0.79752064,0.74793386,0.6818182,0.62396693,0.6694215,0.7933884,0.76859504,0.6735537,0.62396693,0.6942149,0.677686,0.70247936,0.6652893,0.59917355,0.58264464,0.57024795,0.58264464,0.57438016,0.5123967,0.46694216,0.4876033,0.57024795,0.6446281,0.70247936,0.72727275,0.76033056,0.61157024,0.56198347,0.6446281,0.6570248,0.6570248,0.677686,0.7066116,0.71487606,0.73966944,0.75619835,0.73966944,0.74380165,0.7231405,0.71900827,0.72727275,0.7355372,0.73966944,0.74793386,0.75206614,0.74793386,0.73966944,0.7644628,0.75619835,0.7644628,0.7768595,0.75206614,0.79752064,0.822314,0.8264463,0.822314,0.8347107,0.8512397,0.8512397,0.8512397,0.8305785,0.8140496,0.79752064,0.8057851,0.75206614,0.6859504,0.6363636,0.60330576,0.6570248,0.74793386,0.6528926,0.45867768,0.36363637,0.5123967,0.607438,0.6198347,0.553719,0.49586776,0.4752066,0.49586776,0.49586776,0.38429752,0.24793388,0.19421488,0.20247933,0.26859504,0.3677686,0.5371901,0.6404959,0.71487606,0.55785125,0.5289256,0.6322314,0.6363636,0.6487603,0.6652893,0.6694215,0.677686,0.7107438,0.72727275,0.71900827,0.71900827,0.71900827,0.7066116,0.71487606,0.7231405,0.7355372,0.75619835,0.73140496,0.7355372,0.73140496,0.75619835,0.76033056,0.7644628,0.7768595,0.76859504,0.8057851,0.8140496,0.8181818,0.80991733,0.8264463,0.8471074,0.8553719,0.8429752,0.8140496,0.8347107,0.8057851,0.7644628,0.6859504,0.62396693,0.607438,0.61157024,0.6363636,0.6859504,0.57024795,0.3429752,0.2644628,0.35123968,0.4876033,0.54545456,0.47107437,0.36363637,0.37603307,0.46694216,0.45454547,0.37190083,0.21900827,0.16115703,0.17768595,0.21487603,0.21487603,0.37603307,0.5,0.5123967,0.40495867,0.57024795,0.6652893,0.6528926,0.6322314,0.6363636,0.6404959,0.6570248,0.677686,0.7066116,0.70247936,0.71900827,0.71487606,0.7107438,0.71487606,0.7231405,0.7355372,0.75206614,0.74380165,0.73140496,0.75206614,0.7644628,0.7231405,0.78099173,0.76859504,0.76859504,0.8140496,0.80991733,0.8057851,0.8057851,0.822314,0.838843,0.8512397,0.822314,0.8057851,0.8264463,0.76033056,0.6735537,0.6487603,0.61570245,0.60330576,0.6446281,0.7107438,0.7066116,0.60330576,0.5082645,0.45454547,0.59090906,0.607438,0.5247934,0.5165289,0.38842976,0.37190083,0.46280992,0.4338843,0.38016528,0.3305785,0.35123968,0.41322315,0.45041323,0.44214877,0.3966942,0.41735536,0.38842976,0.44214877,0.6446281,0.6652893,0.6528926,0.6528926,0.6280992,0.61157024,0.6280992,0.6570248,0.677686,0.6818182,0.71900827,0.71487606,0.7107438,0.71487606,0.7107438,0.72727275,0.75206614,0.7355372,0.75619835,0.75206614,0.75206614,0.75206614,0.76859504,0.77272725,0.77272725,0.80991733,0.8140496,0.7933884,0.8057851,0.8181818,0.8305785,0.8347107,0.8016529,0.8016529,0.78512394,0.7107438,0.6570248,0.6322314,0.60330576,0.60330576,0.71487606,0.8057851,0.78512394,0.7107438,0.6322314,0.62396693,0.6652893,0.6404959,0.55785125,0.5371901,0.47107437,0.37190083,0.3429752,0.338843,0.38016528,0.47107437,0.446281,0.47107437,0.5785124,0.553719,0.55785125,0.5495868,0.5247934,0.5785124,0.6446281,0.6528926,0.6363636,0.6735537,0.6487603,0.6198347,0.6322314,0.6404959,0.6404959,0.6694215,0.69008267,0.6735537,0.6942149,0.70247936,0.7066116,0.73140496,0.75206614,0.7355372,0.7644628,0.74793386,0.76859504,0.73140496,0.75619835,0.75619835,0.76033056,0.80991733,0.80991733,0.8016529,0.8057851,0.80991733,0.8264463,0.8305785,0.8016529,0.79752064,0.75619835,0.6983471,0.6528926,0.61570245,0.59090906,0.677686,0.8016529,0.8553719,0.8305785,0.80991733,0.6818182,0.6363636,0.56198347,0.4876033,0.47933885,0.47107437,0.45041323,0.3966942,0.40495867,0.47933885,0.47933885,0.5247934,0.43801653,0.42975205,0.47933885,0.49173555,0.5123967,0.607438,0.61570245,0.6198347,0.6280992,0.6487603,0.6404959,0.6818182,0.6446281,0.59504133,0.61570245,0.6198347,0.6322314,0.6487603,0.6487603,0.661157,0.677686,0.69008267,0.69008267,0.7355372,0.74380165,0.7355372,0.76859504,0.7644628,0.7355372,0.7066116,0.7644628,0.7644628,0.73966944,0.8016529,0.80991733,0.79752064,0.8140496,0.8057851,0.8264463,0.8264463,0.8057851,0.78099173,0.74380165,0.6859504,0.6487603,0.59917355,0.6528926,0.7768595,0.8429752,0.8595041,0.8264463,0.80991733,0.71487606,0.607438,0.5041322,0.46694216,0.47933885,0.47107437,0.4752066,0.45454547,0.5206612,0.5371901,0.5082645,0.5123967,0.5,0.4338843,0.41322315,0.4338843,0.4338843,0.5,0.56198347,0.6446281,0.62396693,0.6404959,0.6570248,0.6363636,0.61570245,0.6198347,0.607438,0.59090906,0.62396693,0.6404959,0.6570248,0.6404959,0.6363636,0.6694215,0.661157,0.7231405,0.74380165,0.75619835,0.74380165,0.74380165,0.74793386,0.7107438,0.71487606,0.74380165,0.6983471,0.7892562,0.8057851,0.7933884,0.80991733,0.8016529,0.8347107,0.8140496,0.78512394,0.75206614,0.71900827,0.6735537,0.6322314,0.607438,0.73966944,0.8347107,0.8512397,0.822314,0.8347107,0.73966944,0.7107438,0.57024795,0.48347107,0.4752066,0.5041322,0.4876033,0.46280992,0.43801653,0.5041322,0.46694216,0.4876033,0.47933885,0.49173555,0.5371901,0.35123968,0.37190083,0.40495867,0.41322315,0.47933885,0.57438016,0.57438016,0.61157024,0.6487603,0.60330576,0.58264464,0.61570245,0.59504133,0.59090906,0.58677685,0.61570245,0.6528926,0.6322314,0.6198347,0.6487603,0.6735537,0.69008267,0.73140496,0.7644628,0.74380165,0.73140496,0.75619835,0.7231405,0.73966944,0.75619835,0.661157,0.77272725,0.7933884,0.7933884,0.8140496,0.80991733,0.8264463,0.7892562,0.77272725,0.73140496,0.70247936,0.6570248,0.607438,0.6859504,0.8057851,0.8057851,0.79752064,0.7933884,0.72727275,0.6652893,0.6280992,0.5247934,0.45454547,0.47933885,0.49586776,0.45041323,0.42561984,0.44214877,0.5165289,0.45454547,0.45454547,0.40495867,0.44214877,0.45041323,0.40495867,0.38016528,0.37603307,0.36363637,0.40082645,0.4876033,0.49586776,0.5041322,0.60330576,0.59504133,0.5371901,0.58264464,0.5371901,0.59917355,0.5785124,0.59504133,0.6198347,0.6363636,0.59090906,0.6404959,0.6694215,0.6363636,0.70247936,0.74793386,0.74793386,0.7231405,0.75206614,0.74793386,0.76033056,0.73966944,0.6487603,0.76033056,0.8016529,0.7933884,0.79752064,0.8347107,0.7933884,0.76033056,0.75206614,0.72727275,0.6983471,0.6280992,0.62396693,0.74793386,0.78099173,0.74793386,0.6983471,0.69008267,0.57438016,0.6363636,0.5495868,0.45867768,0.45041323,0.49586776,0.45454547,0.42975205,0.42561984,0.40495867,0.49173555,0.45041323,0.4338843,0.38429752,0.41735536,0.45867768,0.42561984,0.38842976,0.338843,0.3677686,0.3966942,0.42561984,0.45041323,0.43801653,0.5371901,0.5371901,0.53305787,0.4876033,0.5082645,0.553719,0.58264464,0.57438016,0.607438,0.61570245,0.60330576,0.607438,0.6735537,0.61570245,0.6652893,0.72727275,0.74793386,0.72727275,0.7355372,0.75206614,0.76033056,0.74793386,0.62396693,0.75206614,0.78512394,0.79752064,0.78099173,0.822314,0.79752064,0.74793386,0.7355372,0.71900827,0.6652893,0.61157024,0.6280992,0.6942149,0.677686,0.6363636,0.57438016,0.58264464,0.54545456,0.5785124,0.45454547,0.40082645,0.41735536,0.48347107,0.46694216,0.4090909,0.39256197,0.40495867,0.45041323,0.42975205,0.42561984,0.38429752,0.39256197,0.41735536,0.41735536,0.39256197,0.3305785,0.3677686,0.37603307,0.3553719,0.41322315,0.40495867,0.45867768,0.4338843,0.45867768,0.4090909,0.45041323,0.4752066,0.5247934,0.5413223,0.5785124,0.62396693,0.6322314,0.6280992,0.62396693,0.6363636,0.6694215,0.71900827,0.74380165,0.73966944,0.7231405,0.72727275,0.7355372,0.75619835,0.607438,0.73140496,0.76033056,0.7768595,0.76859504,0.78099173,0.78099173,0.7355372,0.6983471,0.6487603,0.6363636,0.57438016,0.57438016,0.59917355,0.5413223,0.49173555,0.4876033,0.49586776,0.49586776,0.4876033,0.45041323,0.41735536,0.41735536,0.47107437,0.49173555,0.35123968,0.38842976,0.44214877,0.39256197,0.46280992,0.38842976,0.34710744,0.38842976,0.36363637,0.36363637,0.38016528,0.38842976,0.33471075,0.38016528,0.3140496,0.40082645,0.37190083,0.45041323,0.37190083,0.37603307,0.3677686,0.37603307,0.4214876,0.45867768,0.5082645,0.5495868,0.61570245,0.62396693,0.61570245,0.62396693,0.6280992,0.6735537,0.69008267,0.7355372,0.73966944,0.7107438,0.7066116,0.7066116,0.71487606,0.59504133,0.70247936,0.73966944,0.73966944,0.77272725,0.75619835,0.74380165,0.6983471,0.6694215,0.661157,0.677686,0.5371901,0.5165289,0.4876033,0.46280992,0.42561984,0.4090909,0.41322315,0.45867768,0.4876033,0.44214877,0.40082645,0.4214876,0.37603307,0.41322315,0.35123968,0.3553719,0.3966942,0.35123968,0.45041323,0.338843,0.32231405,0.34710744,0.37603307,0.38429752,0.38429752,0.37603307,0.34710744,0.35950413,0.32231405,0.4090909,0.38016528,0.41735536,0.32231405,0.3305785,0.3429752,0.29752067,0.3677686,0.3966942,0.47107437,0.5,0.58677685,0.62396693,0.58264464,0.6198347,0.6446281,0.6859504,0.6859504,0.7066116,0.73966944,0.71487606,0.6859504,0.69008267,0.6983471,0.58264464,0.69008267,0.7355372,0.73140496,0.7768595,0.7644628,0.7355372,0.677686,0.6322314,0.6942149,0.6859504,0.5165289,0.5165289,0.41322315,0.39256197,0.4090909,0.3553719,0.40082645,0.46280992,0.4876033,0.44214877,0.4090909,0.4090909,0.3553719,0.3553719,0.35950413,0.3264463,0.3677686,0.40082645,0.42975205,0.39256197,0.4090909,0.3677686,0.3966942,0.40495867,0.39256197,0.29752067,0.29338843,0.3429752,0.41322315,0.3553719,0.3677686,0.3677686,0.27272728,0.30165288,0.29752067,0.23140496,0.32231405,0.32231405,0.4090909,0.46694216,0.5041322,0.6363636,0.59504133,0.5661157,0.61570245,0.6652893,0.6818182,0.6942149,0.72727275,0.7355372,0.6652893,0.677686,0.6983471,0.5371901,0.6363636,0.7107438,0.71900827,0.74793386,0.74793386,0.73966944,0.6735537,0.6652893,0.75619835,0.59504133,0.42561984,0.4876033,0.338843,0.26859504,0.3181818,0.28512397,0.3966942,0.46694216,0.4876033,0.44214877,0.41322315,0.37190083,0.35123968,0.29752067,0.3429752,0.3181818,0.32231405,0.40082645,0.41735536,0.38842976,0.38016528,0.30991736,0.32231405,0.29338843,0.2892562,0.23140496,0.2231405,0.27272728,0.3181818,0.3140496,0.29338843,0.3677686,0.32231405,0.28099173,0.24380165,0.21900827,0.23553719,0.2603306,0.35123968,0.42975205,0.47107437,0.6487603,0.57024795,0.53305787,0.59917355,0.6404959,0.6694215,0.6280992,0.6983471,0.73966944,0.6404959,0.61570245,0.6983471,0.45454547,0.58264464,0.6652893,0.6983471,0.73966944,0.73140496,0.7231405,0.6528926,0.6983471,0.75619835,0.5123967,0.47933885,0.42975205,0.38429752,0.24380165,0.2231405,0.22727273,0.30578512,0.35123968,0.34710744,0.30991736,0.2768595,0.23140496,0.2231405,0.2107438,0.2231405,0.25619835,0.23553719,0.2520661,0.24793388,0.23140496,0.2644628,0.25619835,0.2603306,0.20661157,0.18595041,0.17355372,0.17355372,0.18595041,0.20661157,0.2231405,0.21487603,0.23553719,0.24380165,0.2520661,0.21487603,0.23140496,0.2520661,0.28512397,0.338843,0.38016528,0.44214877,0.6487603,0.5371901,0.5289256,0.55785125,0.59090906,0.61157024,0.59504133,0.60330576,0.6983471,0.56198347,0.5661157,0.6570248,0.40495867,0.5041322,0.58677685,0.6652893,0.7355372,0.7107438,0.677686,0.61570245,0.6942149,0.6818182,0.5082645,0.37190083,0.4338843,0.35950413,0.2892562,0.17355372,0.14876033,0.1983471,0.25619835,0.3264463,0.3677686,0.3553719,0.3140496,0.32231405,0.2603306,0.3181818,0.3264463,0.29338843,0.28512397,0.25619835,0.2231405,0.2892562,0.3181818,0.2892562,0.29338843,0.3181818,0.338843,0.35950413,0.3553719,0.34710744,0.3264463,0.30578512,0.2603306,0.24380165,0.23553719,0.2107438,0.25619835,0.3553719,0.35950413,0.3677686,0.39256197,0.40495867,0.54545456,0.5165289,0.5165289,0.49586776,0.5289256,0.5661157,0.53305787,0.5123967,0.58264464,0.4876033,0.5289256,0.5371901,0.338843,0.40495867,0.53305787,0.59504133,0.6652893,0.6446281,0.60330576,0.56198347,0.6694215,0.6528926,0.45867768,0.3264463,0.42561984,0.36363637,0.2892562,0.21900827,0.29752067,0.40495867,0.5,0.56198347,0.6322314,0.6528926,0.6280992,0.62396693,0.5289256,0.5289256,0.5123967,0.49586776,0.5041322,0.53305787,0.5371901,0.5371901,0.5371901,0.54545456,0.5165289,0.56198347,0.5165289,0.57024795,0.55785125,0.53305787,0.5,0.5041322,0.4876033,0.4752066,0.47933885,0.45867768,0.45041323,0.4338843,0.37603307,0.41322315,0.3677686,0.40495867,0.446281,0.5041322,0.5041322,0.41322315,0.46694216,0.48347107,0.4752066,0.46694216,0.5,0.45867768,0.41322315,0.43801653,0.30991736,0.37603307,0.47933885,0.53305787,0.5123967,0.5206612,0.5247934,0.5247934,0.6363636,0.61157024,0.4338843,0.38016528,0.38842976,0.3429752,0.38429752,0.40082645,0.47107437,0.61570245,0.7107438,0.7107438,0.73140496,0.75619835,0.73966944,0.75619835,0.6694215,0.6528926,0.6570248,0.6487603,0.6404959,0.6487603,0.6652893,0.677686,0.6694215,0.6528926,0.55785125,0.59917355,0.57024795,0.60330576,0.607438,0.59090906,0.5495868,0.5495868,0.5495868,0.53305787,0.5495868,0.553719,0.5413223,0.5206612,0.32231405,0.34710744,0.40495867,0.35123968,0.41322315,0.48347107,0.5206612,0.37603307,0.4090909,0.41322315,0.46280992,0.40495867,0.39256197,0.48347107,0.3966942,0.338843,0.2892562,0.3429752,0.38016528,0.41735536,0.43801653,0.48347107,0.446281,0.43801653,0.60330576,0.5661157,0.45454547,0.41322315,0.3677686,0.3553719,0.41735536,0.5247934,0.57024795,0.6735537,0.75619835,0.76033056,0.77272725,0.7768595,0.76033056,0.76033056,0.6942149,0.6735537,0.6735537,0.6735537,0.661157,0.6528926,0.6652893,0.69008267,0.6570248,0.61157024,0.59504133,0.62396693,0.6198347,0.6280992,0.6322314,0.62396693,0.59090906,0.57438016,0.57024795,0.55785125,0.5785124,0.57438016,0.55785125,0.5413223,0.35950413,0.2768595,0.36363637,0.3429752,0.39256197,0.42561984,0.5041322,0.4214876,0.33471075,0.3553719,0.38016528,0.35950413,0.338843,0.39256197,0.38429752,0.3429752,0.28099173,0.338843,0.36363637,0.35123968,0.3677686,0.41322315,0.40495867,0.4090909,0.49586776,0.4876033,0.45454547,0.38429752,0.35123968,0.38842976,0.45454547,0.58264464,0.6198347,0.73140496,0.7768595,0.71900827,0.7066116,0.76033056,0.72727275,0.72727275,0.69008267,0.6694215,0.661157,0.6446281,0.6363636,0.6363636,0.6404959,0.6446281,0.61570245,0.60330576,0.607438,0.61570245,0.607438,0.61570245,0.61157024,0.60330576,0.58264464,0.57024795,0.56198347,0.57438016,0.59504133,0.5661157,0.59090906,0.57438016,0.39256197,0.2520661,0.338843,0.3305785,0.39256197,0.3966942,0.446281,0.46280992,0.3305785,0.3429752,0.30991736,0.33471075,0.29338843,0.37190083,0.3305785,0.37190083,0.2644628,0.3181818,0.35123968,0.30578512,0.3429752,0.37190083,0.39256197,0.40495867,0.38016528,0.4338843,0.4338843,0.36363637,0.3264463,0.39256197,0.49173555,0.57438016,0.677686,0.78512394,0.76859504,0.76859504,0.7231405,0.7107438,0.6280992,0.677686,0.6694215,0.6570248,0.6280992,0.57438016,0.5661157,0.5785124,0.56198347,0.55785125,0.5289256,0.5413223,0.5495868,0.5785124,0.58677685,0.553719,0.5661157,0.57438016,0.57438016,0.57024795,0.5661157,0.59090906,0.58677685,0.56198347,0.553719,0.54545456,0.42975205,0.28099173,0.33471075,0.37190083,0.38016528,0.37603307,0.3677686,0.41735536,0.30165288,0.338843,0.2520661,0.2892562,0.27272728,0.34710744,0.30578512,0.33471075,0.26859504,0.26859504,0.30165288,0.29338843,0.3140496,0.40082645,0.35950413,0.40495867,0.32231405,0.41322315,0.4090909,0.38429752,0.30991736,0.37190083,0.5123967,0.57438016,0.7231405,0.8016529,0.7768595,0.78512394,0.71487606,0.6983471,0.6363636,0.6694215,0.6694215,0.61157024,0.57438016,0.53305787,0.5371901,0.5082645,0.5371901,0.5,0.49173555,0.5123967,0.5206612,0.5165289,0.55785125,0.53305787,0.53305787,0.5495868,0.54545456,0.5289256,0.5785124,0.59917355,0.56198347,0.553719,0.49586776,0.47107437,0.446281,0.29338843,0.3140496,0.38016528,0.35950413,0.3429752,0.29752067,0.33471075,0.30991736,0.26859504,0.2603306,0.2603306,0.25619835,0.26859504,0.2644628,0.29338843,0.24380165,0.2231405,0.2520661,0.2603306,0.30165288,0.40082645,0.30578512,0.35950413,0.30991736,0.36363637,0.34710744,0.37603307,0.3264463,0.38016528,0.49586776,0.56198347,0.73966944,0.79752064,0.78099173,0.75619835,0.69008267,0.6983471,0.6528926,0.6322314,0.62396693,0.5661157,0.5289256,0.5041322,0.5165289,0.4752066,0.49586776,0.5123967,0.45041323,0.4752066,0.49586776,0.4752066,0.47933885,0.49173555,0.49586776,0.5289256,0.5289256,0.53305787,0.57438016,0.59504133,0.5413223,0.553719,0.47933885,0.40495867,0.42561984,0.3264463,0.2603306,0.2768595,0.33471075,0.338843,0.30165288,0.2644628,0.2892562,0.2644628,0.30578512,0.22727273,0.23966943,0.21487603,0.23553719,0.26859504,0.23553719,0.2107438,0.2107438,0.23140496,0.3264463,0.3181818,0.26859504,0.2768595,0.2892562,0.30578512,0.32231405,0.35123968,0.3264463,0.4090909,0.49586776,0.5247934,0.70247936,0.78099173,0.74380165,0.7107438,0.6528926,0.6818182,0.6570248,0.61157024,0.5661157,0.5289256,0.4876033,0.5165289,0.45867768,0.43801653,0.4214876,0.48347107,0.4338843,0.42561984,0.4338843,0.4214876,0.43801653,0.45867768,0.446281,0.49173555,0.5247934,0.55785125,0.5661157,0.58677685,0.54545456,0.5371901,0.49586776,0.40082645,0.40495867,0.35950413,0.2603306,0.20661157,0.30991736,0.36363637,0.2644628,0.24380165,0.22727273,0.2603306,0.26859504,0.24380165,0.21900827,0.2107438,0.21487603,0.21487603,0.25619835,0.23966943,0.18595041,0.23553719,0.33471075,0.30991736,0.22727273,0.26859504,0.23553719,0.28099173,0.3181818,0.3140496,0.2892562,0.40082645,0.4752066,0.5082645,0.6363636,0.73140496,0.6818182,0.6487603,0.661157,0.6446281,0.61570245,0.60330576,0.54545456,0.5041322,0.45041323,0.5206612,0.4338843,0.3966942,0.38842976,0.39256197,0.3966942,0.3553719,0.35950413,0.37190083,0.41322315,0.46280992,0.4338843,0.49173555,0.5247934,0.55785125,0.553719,0.57438016,0.53305787,0.49173555,0.49586776,0.40495867,0.37190083,0.3305785,0.2520661,0.2603306,0.25619835,0.2768595,0.27272728,0.22727273,0.2520661,0.23966943,0.23553719,0.2107438,0.21487603,0.2107438,0.21900827,0.2107438,0.28099173,0.23140496,0.19421488,0.2892562,0.29338843,0.2892562,0.20247933,0.23140496,0.2107438,0.24380165,0.2892562,0.28099173,0.2520661,0.33471075,0.42975205,0.47933885,0.5413223,0.6198347,0.6322314,0.61570245,0.6404959,0.6363636,0.61570245,0.60330576,0.5413223,0.5165289,0.4338843,0.53305787,0.4090909,0.37190083,0.34710744,0.34710744,0.33471075,0.29752067,0.30165288,0.3305785,0.3677686,0.446281,0.47933885,0.5082645,0.53305787,0.553719,0.5785124,0.49586776,0.49586776,0.46694216,0.42975205,0.4090909,0.33471075,0.2603306,0.23553719,0.25619835,0.2644628,0.23140496,0.23553719,0.21487603,0.25619835,0.19008264,0.1694215,0.20247933,0.22727273,0.21900827,0.2107438,0.25619835,0.29752067,0.19421488,0.2644628,0.30578512,0.26859504,0.2603306,0.2107438,0.2107438,0.23553719,0.25619835,0.2892562,0.29338843,0.23140496,0.338843,0.3181818,0.41735536,0.45867768,0.5289256,0.57438016,0.58264464,0.607438,0.6198347,0.6570248,0.6198347,0.59090906,0.59504133,0.58264464,0.5495868,0.42561984,0.4752066,0.45041323,0.40082645,0.36363637,0.33471075,0.338843,0.38842976,0.4090909,0.45867768,0.5289256,0.55785125,0.5206612,0.57024795,0.59090906,0.48347107,0.44214877,0.446281,0.38016528,0.35123968,0.3264463,0.23966943,0.23966943,0.2107438,0.21487603,0.2107438,0.1983471,0.24793388,0.2231405,0.17355372,0.1570248,0.14049587,0.21900827,0.2231405,0.1446281,0.25619835,0.21900827,0.23553719,0.29752067,0.2520661,0.25619835,0.24380165,0.20247933,0.21487603,0.24380165,0.25619835,0.23966943,0.24380165,0.2768595,0.2768595,0.2644628,0.37190083,0.43801653,0.4338843,0.53305787,0.56198347,0.54545456,0.55785125,0.6528926,0.6859504,0.661157,0.6487603,0.6818182,0.62396693,0.47107437,0.5041322,0.54545456,0.5041322,0.47107437,0.47933885,0.446281,0.48347107,0.5123967,0.5206612,0.5495868,0.607438,0.5661157,0.58677685,0.59090906,0.53305787,0.45041323,0.40495867,0.35123968,0.2768595,0.28099173,0.23140496,0.2107438,0.19421488,0.1570248,0.2107438,0.1570248,0.23553719,0.2107438,0.15289256,0.16528925,0.17355372,0.16528925,0.20661157,0.14876033,0.23553719,0.20247933,0.23140496,0.27272728,0.27272728,0.28512397,0.21487603,0.19421488,0.23553719,0.21900827,0.21900827,0.20247933,0.17768595,0.3181818,0.23140496,0.26859504,0.37190083,0.4214876,0.35950413,0.45454547,0.46280992,0.43801653,0.5041322,0.58677685,0.6322314,0.677686,0.5785124,0.6735537,0.62396693,0.55785125,0.5165289,0.57438016,0.59090906,0.5495868,0.55785125,0.53305787,0.5123967,0.53305787,0.5165289,0.5041322,0.55785125,0.57438016,0.5495868,0.48347107,0.5082645,0.446281,0.3966942,0.3966942,0.3181818,0.28512397,0.22727273,0.17768595,0.16115703,0.19008264,0.18595041,0.17768595,0.21900827,0.17355372,0.1322314,0.1446281,0.1570248,0.1694215,0.18595041,0.1983471,0.20661157,0.2107438,0.21900827,0.25619835,0.24380165,0.24793388,0.22727273,0.2107438,0.23140496,0.19008264,0.20247933,0.19008264,0.19421488,0.23966943,0.22727273,0.29752067,0.29338843,0.3305785,0.34710744,0.37190083,0.3677686,0.39256197,0.5041322,0.49586776,0.5785124,0.6487603,0.5206612,0.62396693,0.59090906,0.5495868,0.53305787,0.49173555,0.5413223,0.57438016,0.553719,0.59090906,0.48347107,0.5371901,0.48347107,0.446281,0.47107437,0.5041322,0.46280992,0.40495867,0.446281,0.40082645,0.32231405,0.37190083,0.38842976,0.25619835,0.25619835,0.23553719,0.17768595,0.1983471,0.17355372,0.20661157,0.21487603,0.17768595,0.13636364,0.14876033,0.14049587,0.14876033,0.13636364,0.16528925,0.1694215,27 +0.6528926,0.6652893,0.6735537,0.71900827,0.75206614,0.7644628,0.73966944,0.7768595,0.78512394,0.77272725,0.75619835,0.77272725,0.7892562,0.7933884,0.78099173,0.77272725,0.7768595,0.76033056,0.78099173,0.76859504,0.7644628,0.76859504,0.77272725,0.76033056,0.74793386,0.74380165,0.71900827,0.70247936,0.7107438,0.7107438,0.6983471,0.7066116,0.7107438,0.7355372,0.71900827,0.70247936,0.6859504,0.6694215,0.6818182,0.6694215,0.677686,0.6694215,0.6694215,0.6694215,0.6818182,0.6818182,0.6818182,0.6859504,0.6942149,0.677686,0.661157,0.661157,0.6528926,0.6487603,0.6487603,0.6652893,0.661157,0.58677685,0.56198347,0.4876033,0.46694216,0.41735536,0.27272728,0.23140496,0.6859504,0.6818182,0.6942149,0.74380165,0.77272725,0.78099173,0.75619835,0.7892562,0.7892562,0.7644628,0.78099173,0.8016529,0.8016529,0.8057851,0.78512394,0.78512394,0.78512394,0.7768595,0.78099173,0.78512394,0.77272725,0.76859504,0.77272725,0.77272725,0.7768595,0.7644628,0.72727275,0.72727275,0.7107438,0.6983471,0.6859504,0.677686,0.69008267,0.73140496,0.71487606,0.6983471,0.6942149,0.6859504,0.6735537,0.661157,0.6859504,0.6694215,0.677686,0.677686,0.6818182,0.70247936,0.6859504,0.6983471,0.7066116,0.6818182,0.6694215,0.6694215,0.6487603,0.6694215,0.69008267,0.6735537,0.6942149,0.6280992,0.5661157,0.5495868,0.46280992,0.5,0.30165288,0.27272728,0.70247936,0.7066116,0.71900827,0.75206614,0.7892562,0.7892562,0.78099173,0.78512394,0.78512394,0.7768595,0.78512394,0.78099173,0.8016529,0.7933884,0.79752064,0.7933884,0.7892562,0.78512394,0.77272725,0.78512394,0.7768595,0.7768595,0.7644628,0.77272725,0.7768595,0.76859504,0.75619835,0.73966944,0.71900827,0.7066116,0.6818182,0.6694215,0.661157,0.73140496,0.7231405,0.7066116,0.70247936,0.71487606,0.6942149,0.6652893,0.6859504,0.6735537,0.6735537,0.6818182,0.69008267,0.70247936,0.6859504,0.7066116,0.6983471,0.6652893,0.6652893,0.6735537,0.6363636,0.6859504,0.70247936,0.6735537,0.7066116,0.677686,0.58264464,0.59090906,0.5123967,0.5041322,0.35950413,0.32231405,0.71487606,0.72727275,0.74793386,0.78512394,0.8057851,0.8181818,0.7933884,0.78512394,0.7892562,0.78512394,0.77272725,0.7644628,0.7892562,0.76859504,0.78099173,0.78512394,0.78099173,0.78512394,0.78099173,0.78099173,0.77272725,0.7768595,0.7768595,0.76859504,0.77272725,0.7768595,0.76859504,0.74793386,0.72727275,0.7231405,0.6942149,0.6859504,0.6446281,0.78099173,0.74380165,0.71487606,0.7066116,0.71487606,0.7066116,0.6818182,0.6694215,0.6570248,0.6570248,0.6528926,0.6652893,0.6652893,0.6694215,0.6735537,0.677686,0.6487603,0.6487603,0.6652893,0.6528926,0.6652893,0.6859504,0.6735537,0.7066116,0.70247936,0.60330576,0.6404959,0.57438016,0.5041322,0.4214876,0.34710744,0.7231405,0.74380165,0.76859504,0.7933884,0.8140496,0.822314,0.7768595,0.78099173,0.77272725,0.7644628,0.75619835,0.73966944,0.75619835,0.73966944,0.7107438,0.6942149,0.6942149,0.73140496,0.75206614,0.72727275,0.72727275,0.71487606,0.7355372,0.74380165,0.7355372,0.77272725,0.7933884,0.77272725,0.75619835,0.74793386,0.7107438,0.6818182,0.6652893,0.7933884,0.76033056,0.71900827,0.7107438,0.7231405,0.70247936,0.6942149,0.6652893,0.6446281,0.6322314,0.61570245,0.62396693,0.6198347,0.607438,0.6198347,0.607438,0.59504133,0.59917355,0.61570245,0.62396693,0.6404959,0.6404959,0.677686,0.6983471,0.73140496,0.6363636,0.6570248,0.6322314,0.5,0.4752066,0.33471075,0.7355372,0.76033056,0.78099173,0.8016529,0.8057851,0.80991733,0.7644628,0.75619835,0.7231405,0.6942149,0.6859504,0.6735537,0.6859504,0.6446281,0.5661157,0.54545456,0.5165289,0.55785125,0.58264464,0.58264464,0.58264464,0.5785124,0.61157024,0.6818182,0.6363636,0.7107438,0.7768595,0.77272725,0.77272725,0.76033056,0.73966944,0.69008267,0.6487603,0.8016529,0.74793386,0.73140496,0.7107438,0.73140496,0.69008267,0.6528926,0.61570245,0.58677685,0.55785125,0.5371901,0.5247934,0.53305787,0.49173555,0.53305787,0.5247934,0.5082645,0.5289256,0.53305787,0.553719,0.57438016,0.5785124,0.6280992,0.6735537,0.71487606,0.677686,0.6694215,0.661157,0.5247934,0.48347107,0.3553719,0.74380165,0.78099173,0.7933884,0.79752064,0.79752064,0.7768595,0.6983471,0.6570248,0.58264464,0.5289256,0.5495868,0.5785124,0.57438016,0.49586776,0.4214876,0.40495867,0.40495867,0.35123968,0.3553719,0.42561984,0.40082645,0.4090909,0.44214877,0.5289256,0.61157024,0.57438016,0.72727275,0.7768595,0.77272725,0.7768595,0.74793386,0.6859504,0.6570248,0.79752064,0.75619835,0.73140496,0.7066116,0.7231405,0.6487603,0.58677685,0.49173555,0.5123967,0.45454547,0.38842976,0.3677686,0.3553719,0.3264463,0.33471075,0.3305785,0.32231405,0.35950413,0.3966942,0.43801653,0.46694216,0.47933885,0.49173555,0.59917355,0.6818182,0.71487606,0.70247936,0.677686,0.57438016,0.46694216,0.37190083,0.74793386,0.7892562,0.7933884,0.7933884,0.76033056,0.71487606,0.59917355,0.5289256,0.5206612,0.42975205,0.45867768,0.4876033,0.446281,0.37190083,0.36363637,0.3181818,0.3181818,0.25619835,0.23140496,0.2892562,0.27272728,0.3264463,0.37190083,0.38842976,0.5206612,0.5371901,0.60330576,0.75206614,0.74793386,0.75619835,0.73140496,0.677686,0.6404959,0.78099173,0.74793386,0.7066116,0.677686,0.677686,0.61157024,0.5206612,0.4214876,0.4090909,0.3677686,0.29752067,0.23553719,0.23140496,0.2644628,0.23140496,0.1694215,0.25619835,0.24380165,0.24380165,0.28099173,0.30991736,0.40495867,0.38842976,0.4876033,0.62396693,0.71487606,0.71900827,0.6859504,0.6198347,0.48347107,0.35950413,0.73140496,0.78099173,0.78099173,0.76859504,0.71900827,0.6983471,0.5165289,0.45454547,0.43801653,0.4338843,0.446281,0.42561984,0.32231405,0.30165288,0.28512397,0.25619835,0.25619835,0.21487603,0.2644628,0.2644628,0.2892562,0.36363637,0.4338843,0.41322315,0.45041323,0.53305787,0.54545456,0.6735537,0.71487606,0.72727275,0.71900827,0.6652893,0.6446281,0.73966944,0.71487606,0.6818182,0.6363636,0.607438,0.56198347,0.5289256,0.4090909,0.3140496,0.28099173,0.23140496,0.23553719,0.22727273,0.24793388,0.19421488,0.16115703,0.2107438,0.2231405,0.20661157,0.21487603,0.22727273,0.3429752,0.2892562,0.38429752,0.5495868,0.69008267,0.71900827,0.677686,0.6528926,0.5206612,0.3429752,0.69008267,0.77272725,0.7768595,0.75206614,0.6983471,0.60330576,0.44214877,0.3677686,0.38842976,0.4090909,0.38016528,0.28099173,0.23140496,0.39256197,0.41322315,0.40495867,0.3305785,0.29338843,0.30991736,0.30991736,0.3181818,0.38842976,0.4338843,0.45454547,0.4876033,0.5495868,0.58677685,0.6446281,0.6942149,0.70247936,0.6818182,0.6446281,0.6570248,0.6859504,0.6859504,0.6735537,0.6198347,0.57024795,0.46694216,0.42975205,0.45867768,0.58264464,0.5082645,0.47933885,0.42975205,0.338843,0.3140496,0.30165288,0.3140496,0.32231405,0.30578512,0.28512397,0.28099173,0.26859504,0.30578512,0.28099173,0.25619835,0.37190083,0.5413223,0.6942149,0.6818182,0.6942149,0.53305787,0.3305785,0.6570248,0.76859504,0.76859504,0.74380165,0.61570245,0.5041322,0.47107437,0.39256197,0.40082645,0.3966942,0.45041323,0.41322315,0.60330576,0.87603307,0.822314,0.78099173,0.62396693,0.5413223,0.5165289,0.46280992,0.4338843,0.45041323,0.43801653,0.40495867,0.41322315,0.48347107,0.6280992,0.6652893,0.677686,0.6983471,0.677686,0.6652893,0.6735537,0.661157,0.6818182,0.677686,0.6198347,0.57024795,0.5,0.7892562,0.8677686,0.8140496,0.59090906,0.54545456,0.5206612,0.5371901,0.5495868,0.56198347,0.58677685,0.5661157,0.5371901,0.47933885,0.4752066,0.43801653,0.40082645,0.36363637,0.29338843,0.3429752,0.36363637,0.41735536,0.59917355,0.71900827,0.553719,0.35123968,0.69008267,0.77272725,0.76033056,0.677686,0.5041322,0.45454547,0.44214877,0.48347107,0.5289256,0.55785125,0.56198347,0.61157024,0.6735537,0.7644628,0.7231405,0.6818182,0.6363636,0.607438,0.59917355,0.5661157,0.5785124,0.57024795,0.5495868,0.49173555,0.46280992,0.4090909,0.37190083,0.6198347,0.73140496,0.72727275,0.71487606,0.71487606,0.7107438,0.6942149,0.6942149,0.71487606,0.677686,0.6322314,0.5289256,0.5661157,0.607438,0.59090906,0.59917355,0.60330576,0.58264464,0.57438016,0.54545456,0.5247934,0.5247934,0.5082645,0.5041322,0.49586776,0.5289256,0.53305787,0.4876033,0.446281,0.40082645,0.4090909,0.40082645,0.40495867,0.32231405,0.54545456,0.61157024,0.38842976,0.6983471,0.7768595,0.75206614,0.53305787,0.42975205,0.48347107,0.5371901,0.6198347,0.6735537,0.6694215,0.6198347,0.6487603,0.6404959,0.6280992,0.59090906,0.56198347,0.5371901,0.5082645,0.4876033,0.46694216,0.47107437,0.47107437,0.47933885,0.46280992,0.43801653,0.42561984,0.41735536,0.27272728,0.7355372,0.7644628,0.76859504,0.76033056,0.6942149,0.6735537,0.677686,0.7107438,0.7231405,0.6404959,0.44214877,0.5041322,0.5165289,0.5371901,0.5247934,0.5206612,0.5247934,0.54545456,0.5495868,0.53305787,0.5165289,0.5165289,0.5123967,0.5206612,0.5371901,0.56198347,0.53305787,0.5247934,0.47933885,0.41322315,0.42561984,0.44214877,0.5082645,0.28512397,0.6404959,0.38842976,0.73140496,0.7768595,0.6528926,0.3966942,0.5,0.59917355,0.6528926,0.6818182,0.6694215,0.661157,0.6404959,0.677686,0.6818182,0.6942149,0.7107438,0.6859504,0.6404959,0.607438,0.5661157,0.53305787,0.49173555,0.49173555,0.45454547,0.4338843,0.40082645,0.3553719,0.38016528,0.28512397,0.6652893,0.76033056,0.8471074,0.74793386,0.5247934,0.47107437,0.45867768,0.42561984,0.5413223,0.5123967,0.42561984,0.46280992,0.4338843,0.46280992,0.5123967,0.5413223,0.57438016,0.61570245,0.6446281,0.6570248,0.6487603,0.6570248,0.6528926,0.6487603,0.6570248,0.6652893,0.6570248,0.69008267,0.61157024,0.5165289,0.43801653,0.41735536,0.5041322,0.4214876,0.47107437,0.49173555,0.75206614,0.77272725,0.5041322,0.4214876,0.55785125,0.6198347,0.6818182,0.6818182,0.7066116,0.73966944,0.74793386,0.75619835,0.71900827,0.6652893,0.59504133,0.5289256,0.5041322,0.46280992,0.45867768,0.44214877,0.42561984,0.4338843,0.45867768,0.4876033,0.4752066,0.44214877,0.3966942,0.36363637,0.5165289,0.4338843,0.6198347,0.59504133,0.4876033,0.46280992,0.42561984,0.33471075,0.35950413,0.45454547,0.40082645,0.35950413,0.41322315,0.46280992,0.49586776,0.47933885,0.5,0.5289256,0.553719,0.5495868,0.5,0.5289256,0.5495868,0.607438,0.6694215,0.69008267,0.6983471,0.74793386,0.6983471,0.57438016,0.5,0.42561984,0.44214877,0.5413223,0.3966942,0.45041323,0.78099173,0.78512394,0.4214876,0.54545456,0.6280992,0.6404959,0.661157,0.72727275,0.78512394,0.7933884,0.7231405,0.55785125,0.4338843,0.40082645,0.3305785,0.30991736,0.43801653,0.2603306,0.2644628,0.30578512,0.40082645,0.41735536,0.42561984,0.44214877,0.48347107,0.48347107,0.48347107,0.4876033,0.35123968,0.3966942,0.6363636,0.6983471,0.6694215,0.62396693,0.58677685,0.59504133,0.29752067,0.4090909,0.29338843,0.3140496,0.40495867,0.4338843,0.5082645,0.4876033,0.45867768,0.338843,0.4338843,0.4214876,0.25619835,0.29338843,0.28099173,0.36363637,0.4338843,0.5247934,0.61570245,0.6570248,0.6487603,0.5289256,0.45454547,0.3966942,0.3677686,0.49173555,0.33471075,0.1983471,0.60330576,0.62396693,0.45041323,0.55785125,0.57438016,0.57024795,0.6363636,0.7107438,0.7355372,0.60330576,0.38016528,0.3181818,0.37190083,0.41735536,0.24380165,0.29752067,0.3305785,0.20247933,0.25619835,0.2603306,0.47107437,0.45867768,0.41735536,0.46280992,0.5082645,0.54545456,0.56198347,0.5371901,0.28512397,0.59090906,0.75619835,0.73140496,0.6859504,0.6198347,0.62396693,0.57024795,0.38429752,0.3181818,0.22727273,0.35950413,0.45041323,0.39256197,0.39256197,0.5371901,0.4876033,0.23553719,0.338843,0.26859504,0.11983471,0.23140496,0.16528925,0.40082645,0.35123968,0.28512397,0.40082645,0.5,0.5785124,0.49173555,0.4214876,0.36363637,0.29752067,0.3264463,0.28099173,0.17355372,0.21900827,0.18181819,0.36363637,0.46280992,0.40082645,0.47107437,0.59090906,0.6487603,0.5247934,0.3553719,0.36363637,0.4752066,0.53305787,0.57438016,0.3677686,0.3677686,0.3677686,0.30578512,0.37603307,0.4090909,0.607438,0.59504133,0.49586776,0.54545456,0.5371901,0.6404959,0.7231405,0.54545456,0.2603306,0.79752064,0.7768595,0.7066116,0.6694215,0.6363636,0.6694215,0.60330576,0.3264463,0.29752067,0.30165288,0.38429752,0.4090909,0.42561984,0.53305787,0.72727275,0.6652893,0.38842976,0.35123968,0.29338843,0.22727273,0.3140496,0.28512397,0.5413223,0.46280992,0.3264463,0.3677686,0.37603307,0.5082645,0.59090906,0.5289256,0.48347107,0.4214876,0.43801653,0.30165288,0.5041322,0.20247933,0.4338843,0.3966942,0.47933885,0.46280992,0.5785124,0.6570248,0.5,0.4338843,0.55785125,0.6528926,0.6818182,0.677686,0.6942149,0.60330576,0.5661157,0.5413223,0.55785125,0.5661157,0.58264464,0.6322314,0.61570245,0.58677685,0.62396693,0.6694215,0.7231405,0.8016529,0.5041322,0.44214877,0.8719008,0.75206614,0.6859504,0.6446281,0.6198347,0.6735537,0.71487606,0.3429752,0.29338843,0.3966942,0.45867768,0.5661157,0.60330576,0.6570248,0.7231405,0.70247936,0.61570245,0.5371901,0.5123967,0.48347107,0.49173555,0.5371901,0.6404959,0.61570245,0.62396693,0.56198347,0.4214876,0.4214876,0.62396693,0.70247936,0.6694215,0.6363636,0.6983471,0.32231405,0.77272725,0.61570245,0.838843,0.48347107,0.62396693,0.6446281,0.7231405,0.6404959,0.5123967,0.61157024,0.75619835,0.7892562,0.7933884,0.77272725,0.78099173,0.7107438,0.7066116,0.61570245,0.6528926,0.62396693,0.6322314,0.61570245,0.61570245,0.59504133,0.61157024,0.6859504,0.76033056,0.71900827,0.37190083,0.6404959,0.7933884,0.73140496,0.7066116,0.6570248,0.6404959,0.6735537,0.76033056,0.5413223,0.24793388,0.48347107,0.5041322,0.6570248,0.6487603,0.6942149,0.71900827,0.71487606,0.6942149,0.6363636,0.6322314,0.6363636,0.6198347,0.6528926,0.69008267,0.71487606,0.77272725,0.71900827,0.57438016,0.5,0.4876033,0.6983471,0.7644628,0.7644628,0.8140496,0.3140496,0.8057851,0.76859504,0.78099173,0.41735536,0.6942149,0.70247936,0.71900827,0.6280992,0.661157,0.74380165,0.8140496,0.8140496,0.8181818,0.8016529,0.8016529,0.7768595,0.76033056,0.6859504,0.6528926,0.60330576,0.58264464,0.55785125,0.56198347,0.53305787,0.61570245,0.6652893,0.73140496,0.61157024,0.44214877,0.74793386,0.75206614,0.7107438,0.7066116,0.6818182,0.6528926,0.6280992,0.74380165,0.71487606,0.33471075,0.35950413,0.47107437,0.58264464,0.59504133,0.607438,0.6198347,0.6528926,0.677686,0.69008267,0.70247936,0.71487606,0.71487606,0.71487606,0.7231405,0.78099173,0.8016529,0.76033056,0.71900827,0.59090906,0.6198347,0.6198347,0.6818182,0.73140496,0.8016529,0.30991736,0.7892562,0.75619835,0.7231405,0.33471075,0.69008267,0.6942149,0.71900827,0.72727275,0.77272725,0.8016529,0.7933884,0.7933884,0.822314,0.8181818,0.8016529,0.7644628,0.7107438,0.62396693,0.58677685,0.5413223,0.5371901,0.553719,0.57438016,0.6446281,0.6983471,0.6818182,0.70247936,0.5247934,0.57024795,0.7644628,0.74380165,0.71487606,0.7066116,0.6859504,0.6735537,0.6570248,0.73966944,0.7644628,0.54545456,0.26859504,0.47107437,0.5371901,0.59504133,0.59504133,0.55785125,0.56198347,0.59090906,0.59504133,0.6198347,0.6570248,0.6652893,0.6942149,0.677686,0.7107438,0.75619835,0.74793386,0.7644628,0.71900827,0.6735537,0.7231405,0.72727275,0.76859504,0.7768595,0.40082645,0.76859504,0.7231405,0.75619835,0.2892562,0.6652893,0.70247936,0.7644628,0.7933884,0.8057851,0.8305785,0.822314,0.822314,0.78099173,0.7107438,0.71487606,0.6735537,0.6404959,0.62396693,0.6198347,0.6280992,0.6528926,0.6818182,0.677686,0.7107438,0.73140496,0.74380165,0.6983471,0.48347107,0.6652893,0.76859504,0.76033056,0.7231405,0.7231405,0.6983471,0.6859504,0.7107438,0.75206614,0.77272725,0.6818182,0.3553719,0.3966942,0.6363636,0.62396693,0.6570248,0.6528926,0.6404959,0.61570245,0.58264464,0.55785125,0.56198347,0.58264464,0.62396693,0.6280992,0.6694215,0.71900827,0.75206614,0.76859504,0.7644628,0.73966944,0.75619835,0.75206614,0.78099173,0.6570248,0.49173555,0.77272725,0.71487606,0.8471074,0.2520661,0.6363636,0.73140496,0.7892562,0.8016529,0.8181818,0.838843,0.8305785,0.79752064,0.7892562,0.78099173,0.77272725,0.74793386,0.76033056,0.7644628,0.76859504,0.75206614,0.7355372,0.73966944,0.74380165,0.7644628,0.7768595,0.7892562,0.6363636,0.53305787,0.74380165,0.76859504,0.7644628,0.74793386,0.71900827,0.70247936,0.70247936,0.73140496,0.75619835,0.75206614,0.73140496,0.47107437,0.28512397,0.6280992,0.74380165,0.71487606,0.7107438,0.7355372,0.74380165,0.73140496,0.7066116,0.6983471,0.70247936,0.73140496,0.73966944,0.75619835,0.75619835,0.75619835,0.75206614,0.75619835,0.74793386,0.7768595,0.77272725,0.78512394,0.54545456,0.5661157,0.7768595,0.73140496,0.8553719,0.42561984,0.56198347,0.76859504,0.7892562,0.8016529,0.8057851,0.80991733,0.80991733,0.822314,0.8264463,0.8264463,0.80991733,0.79752064,0.8057851,0.8140496,0.79752064,0.77272725,0.7644628,0.77272725,0.78512394,0.7768595,0.76033056,0.7355372,0.5,0.69008267,0.7768595,0.7768595,0.7644628,0.76859504,0.73140496,0.73140496,0.6942149,0.7355372,0.75619835,0.71900827,0.76033056,0.607438,0.33471075,0.44214877,0.7355372,0.76859504,0.75206614,0.74793386,0.75206614,0.7355372,0.73966944,0.74793386,0.76859504,0.76859504,0.76859504,0.74793386,0.75619835,0.7644628,0.75206614,0.76033056,0.75619835,0.77272725,0.7933884,0.72727275,0.4876033,0.677686,0.7644628,0.76033056,0.8057851,0.71900827,0.3429752,0.76033056,0.8057851,0.7933884,0.8016529,0.8181818,0.8181818,0.8264463,0.8181818,0.8016529,0.7933884,0.7768595,0.78099173,0.7933884,0.7933884,0.76033056,0.7644628,0.76033056,0.7644628,0.71900827,0.75619835,0.5247934,0.59917355,0.8016529,0.7644628,0.77272725,0.76033056,0.76033056,0.7644628,0.7355372,0.7066116,0.7066116,0.72727275,0.7107438,0.71900827,0.7107438,0.46280992,0.4090909,0.53305787,0.72727275,0.76033056,0.75206614,0.74380165,0.7355372,0.73966944,0.74380165,0.75619835,0.74793386,0.74793386,0.74793386,0.74793386,0.75619835,0.74793386,0.76033056,0.78099173,0.7933884,0.74380165,0.59090906,0.6404959,0.78099173,0.7355372,0.77272725,0.7933884,0.8595041,0.45041323,0.5371901,0.76033056,0.8016529,0.8181818,0.8264463,0.8264463,0.8264463,0.8140496,0.7933884,0.78512394,0.76033056,0.75619835,0.75619835,0.78099173,0.7355372,0.73966944,0.73140496,0.73140496,0.71900827,0.60330576,0.42561984,0.8264463,0.7892562,0.77272725,0.7892562,0.76033056,0.7768595,0.77272725,0.74793386,0.7066116,0.69008267,0.6983471,0.71487606,0.6859504,0.71487606,0.55785125,0.5041322,0.5041322,0.4876033,0.62396693,0.71487606,0.73966944,0.75206614,0.75206614,0.74793386,0.75619835,0.7355372,0.75619835,0.74793386,0.76033056,0.78099173,0.77272725,0.73966944,0.6570248,0.5371901,0.45454547,0.69008267,0.8347107,0.76859504,0.71900827,0.7768595,0.80991733,0.8264463,0.74793386,0.4752066,0.5495868,0.6859504,0.8181818,0.8347107,0.8264463,0.8181818,0.79752064,0.7768595,0.74380165,0.6942149,0.6735537,0.6694215,0.6942149,0.7066116,0.73966944,0.7355372,0.6570248,0.5413223,0.47933885,0.75206614,0.8264463,0.78512394,0.78512394,0.7933884,0.79752064,0.7768595,0.8016529,0.74793386,0.70247936,0.6983471,0.6942149,0.71900827,0.70247936,0.69008267,0.5785124,0.5206612,0.6487603,0.53305787,0.4338843,0.42561984,0.4752066,0.5495868,0.58264464,0.607438,0.6404959,0.6280992,0.61157024,0.59090906,0.55785125,0.5041322,0.4752066,0.48347107,0.5371901,0.661157,0.7933884,0.8264463,0.8181818,0.77272725,0.7107438,0.78512394,0.80991733,0.8305785,0.78512394,0.70247936,0.6322314,0.6570248,0.6818182,0.6983471,0.72727275,0.7644628,0.80991733,0.8057851,0.7644628,0.72727275,0.71487606,0.72727275,0.75206614,0.76033056,0.75619835,0.6198347,0.5,0.5661157,0.7355372,0.7933884,0.8016529,0.7768595,0.79752064,0.80991733,0.8140496,0.7933884,0.8140496,0.78099173,0.7066116,0.7066116,0.70247936,0.7107438,0.7066116,0.7231405,0.62396693,0.56198347,0.6570248,0.69008267,0.59917355,0.4876033,0.42975205,0.40082645,0.37190083,0.38016528,0.3966942,0.43801653,0.43801653,0.48347107,0.56198347,0.6322314,0.7107438,0.77272725,0.7892562,0.7933884,0.80991733,0.8305785,0.80991733,0.77272725,0.7231405,0.7768595,0.80991733,0.8264463,0.8181818,0.75206614,0.73140496,0.71900827,0.7107438,0.6652893,0.57024795,0.5289256,0.49586776,0.47933885,0.46694216,0.47107437,0.5,0.5247934,0.5413223,0.61157024,0.661157,0.6818182,0.71487606,0.71900827,0.76033056,0.7644628,0.78512394,0.78099173,0.79752064,0.8057851,0.8140496,0.80991733,0.8140496,0.7892562,0.7231405,0.71900827,0.70247936,0.6942149,0.7107438,0.75619835,0.661157,0.6404959,0.677686,0.661157,0.6735537,0.6694215,0.6198347,0.56198347,0.5123967,0.5082645,0.5041322,0.5371901,0.55785125,0.56198347,0.61157024,0.677686,0.7231405,0.75619835,0.7644628,0.77272725,0.7768595,0.79752064,0.78099173,0.75619835,0.7231405,0.7768595,0.80991733,0.8264463,0.8347107,0.7933884,0.75619835,0.75206614,0.74793386,0.73140496,0.74380165,0.7355372,0.74380165,0.76033056,0.7644628,0.75619835,0.7644628,0.76033056,0.7768595,0.78512394,0.78099173,0.73966944,0.6859504,0.6735537,0.74380165,0.77272725,0.7892562,0.7892562,0.80991733,0.80991733,0.79752064,0.8016529,0.8016529,0.8016529,0.7355372,0.73140496,0.7066116,0.7107438,0.78099173,0.8057851,0.7231405,0.6652893,0.6983471,0.6446281,0.59917355,0.6652893,0.677686,0.7107438,0.6942149,0.70247936,0.69008267,0.6942149,0.7107438,0.6859504,0.6942149,0.7231405,0.75206614,0.7768595,0.7644628,0.77272725,0.75206614,0.75619835,0.75206614,0.74380165,0.7231405,0.7644628,0.7933884,0.822314,0.8305785,0.8181818,0.8140496,0.8264463,0.822314,0.8140496,0.822314,0.8057851,0.79752064,0.8057851,0.79752064,0.7933884,0.7933884,0.78099173,0.78512394,0.75206614,0.71487606,0.6446281,0.58677685,0.6735537,0.7768595,0.78099173,0.8016529,0.8057851,0.8264463,0.8305785,0.8016529,0.79752064,0.79752064,0.7768595,0.75206614,0.70247936,0.6818182,0.71487606,0.76859504,0.77272725,0.75619835,0.73140496,0.7355372,0.677686,0.58677685,0.61157024,0.6322314,0.6528926,0.677686,0.69008267,0.7107438,0.7231405,0.73966944,0.7355372,0.7355372,0.76859504,0.8057851,0.8181818,0.8140496,0.8016529,0.7644628,0.75619835,0.75206614,0.73966944,0.72727275,0.76859504,0.7892562,0.8181818,0.8181818,0.8305785,0.8264463,0.8305785,0.8347107,0.8305785,0.8305785,0.8305785,0.8016529,0.8057851,0.7933884,0.78099173,0.77272725,0.7644628,0.72727275,0.677686,0.607438,0.5785124,0.59504133,0.73140496,0.8057851,0.8057851,0.8140496,0.8057851,0.78512394,0.76859504,0.77272725,0.7231405,0.76859504,0.72727275,0.6942149,0.661157,0.6446281,0.6487603,0.6404959,0.6280992,0.6942149,0.71900827,0.76033056,0.7107438,0.5661157,0.56198347,0.60330576,0.61570245,0.6487603,0.6652893,0.6818182,0.7107438,0.71900827,0.71487606,0.73966944,0.76033056,0.8057851,0.822314,0.822314,0.8140496,0.78512394,0.77272725,0.75206614,0.74380165,0.73140496,0.76859504,0.8057851,0.8140496,0.8140496,0.822314,0.822314,0.8264463,0.8264463,0.8305785,0.8305785,0.822314,0.8016529,0.7933884,0.76859504,0.75619835,0.74793386,0.73140496,0.6570248,0.607438,0.5785124,0.56198347,0.6404959,0.76033056,0.8057851,0.7768595,0.73966944,0.69008267,0.6652893,0.661157,0.69008267,0.6652893,0.6735537,0.6404959,0.61157024,0.57438016,0.5661157,0.56198347,0.5041322,0.44214877,0.47933885,0.5785124,0.6652893,0.6694215,0.49173555,0.5289256,0.57438016,0.60330576,0.6280992,0.6363636,0.6363636,0.6694215,0.6859504,0.69008267,0.7355372,0.73140496,0.7644628,0.80991733,0.8347107,0.7933884,0.7768595,0.75619835,0.76859504,0.7644628,0.74380165,0.77272725,0.80991733,0.80991733,0.80991733,0.8140496,0.80991733,0.8181818,0.8181818,0.8305785,0.8305785,0.80991733,0.79752064,0.78099173,0.76859504,0.7768595,0.7355372,0.6694215,0.59917355,0.56198347,0.5371901,0.59917355,0.6694215,0.6859504,0.70247936,0.58264464,0.41735536,0.3305785,0.338843,0.446281,0.58264464,0.61157024,0.59090906,0.5495868,0.47107437,0.46280992,0.49173555,0.4214876,0.2892562,0.2231405,0.21900827,0.3553719,0.5247934,0.5206612,0.38842976,0.5371901,0.5495868,0.58677685,0.58677685,0.62396693,0.6280992,0.6446281,0.6652893,0.7066116,0.7231405,0.72727275,0.7644628,0.78512394,0.822314,0.79752064,0.77272725,0.74793386,0.77272725,0.78512394,0.74793386,0.7768595,0.8016529,0.8140496,0.80991733,0.8057851,0.78512394,0.8140496,0.822314,0.8181818,0.8140496,0.7892562,0.79752064,0.74380165,0.75206614,0.73966944,0.6652893,0.61157024,0.58677685,0.5289256,0.57438016,0.6735537,0.71487606,0.6404959,0.5495868,0.4752066,0.3553719,0.41322315,0.42975205,0.41322315,0.4338843,0.5165289,0.5247934,0.40495867,0.33471075,0.44214877,0.47933885,0.35950413,0.36363637,0.47107437,0.3181818,0.3553719,0.4752066,0.43801653,0.40495867,0.5289256,0.5661157,0.553719,0.58264464,0.59917355,0.6198347,0.61570245,0.62396693,0.6735537,0.6818182,0.7231405,0.74380165,0.7768595,0.79752064,0.7892562,0.75206614,0.73140496,0.77272725,0.7768595,0.74793386,0.76859504,0.80991733,0.8140496,0.8016529,0.8057851,0.79752064,0.80991733,0.822314,0.8140496,0.79752064,0.78099173,0.75619835,0.7231405,0.72727275,0.677686,0.60330576,0.5785124,0.553719,0.5206612,0.661157,0.7107438,0.7355372,0.74793386,0.6404959,0.5495868,0.59090906,0.6446281,0.6446281,0.58264464,0.47107437,0.47107437,0.48347107,0.35123968,0.3305785,0.40082645,0.36363637,0.3553719,0.4214876,0.58264464,0.4752066,0.5082645,0.5165289,0.57024795,0.5785124,0.61570245,0.58264464,0.55785125,0.553719,0.59917355,0.59917355,0.59917355,0.61157024,0.62396693,0.6487603,0.6859504,0.7107438,0.7644628,0.78512394,0.76859504,0.74793386,0.7355372,0.76859504,0.76859504,0.73966944,0.72727275,0.78099173,0.8057851,0.80991733,0.8140496,0.8057851,0.8181818,0.80991733,0.7892562,0.7892562,0.7768595,0.74380165,0.73140496,0.7066116,0.6446281,0.58677685,0.553719,0.5371901,0.59504133,0.6983471,0.73140496,0.77272725,0.79752064,0.7892562,0.6859504,0.7107438,0.6942149,0.60330576,0.5371901,0.46694216,0.45041323,0.3966942,0.29752067,0.2603306,0.24380165,0.24793388,0.29752067,0.3553719,0.40495867,0.41735536,0.48347107,0.59504133,0.6404959,0.6735537,0.71487606,0.6570248,0.58677685,0.5041322,0.553719,0.5785124,0.59504133,0.59917355,0.59090906,0.59504133,0.6570248,0.677686,0.71900827,0.77272725,0.75206614,0.74793386,0.75206614,0.7231405,0.74793386,0.71900827,0.6652893,0.76033056,0.80991733,0.80991733,0.79752064,0.8057851,0.8140496,0.822314,0.7933884,0.78099173,0.76859504,0.74793386,0.71487606,0.6735537,0.6280992,0.57438016,0.54545456,0.5661157,0.6570248,0.7355372,0.78099173,0.7892562,0.7892562,0.78512394,0.71487606,0.7066116,0.6322314,0.5,0.45867768,0.46694216,0.43801653,0.45041323,0.3264463,0.23553719,0.2892562,0.29752067,0.39256197,0.41322315,0.38842976,0.3966942,0.44214877,0.5289256,0.607438,0.69008267,0.7231405,0.73966944,0.62396693,0.5289256,0.5165289,0.5413223,0.5785124,0.59504133,0.58677685,0.5661157,0.60330576,0.6528926,0.677686,0.76033056,0.74380165,0.7355372,0.76033056,0.7355372,0.73966944,0.71487606,0.6446281,0.73140496,0.7892562,0.8057851,0.7892562,0.8057851,0.80991733,0.80991733,0.7933884,0.78512394,0.74793386,0.7231405,0.677686,0.6363636,0.59504133,0.5661157,0.5371901,0.6198347,0.7107438,0.76859504,0.8016529,0.78099173,0.78099173,0.71487606,0.7355372,0.70247936,0.54545456,0.4338843,0.4752066,0.5,0.46694216,0.5,0.35950413,0.42561984,0.37190083,0.3966942,0.4752066,0.446281,0.49586776,0.32231405,0.44214877,0.44214877,0.5123967,0.59090906,0.6280992,0.7066116,0.661157,0.58677685,0.49173555,0.5,0.54545456,0.58264464,0.58677685,0.55785125,0.57438016,0.6363636,0.6570248,0.71487606,0.75206614,0.7066116,0.74793386,0.76859504,0.7066116,0.677686,0.6404959,0.7355372,0.78512394,0.79752064,0.8016529,0.8057851,0.80991733,0.79752064,0.79752064,0.7644628,0.71900827,0.70247936,0.6446281,0.61570245,0.5661157,0.5371901,0.58264464,0.69008267,0.7231405,0.76859504,0.7355372,0.75619835,0.677686,0.6280992,0.6652893,0.58264464,0.49586776,0.42975205,0.47933885,0.48347107,0.45454547,0.40495867,0.38016528,0.5041322,0.4090909,0.40495867,0.41735536,0.4338843,0.49586776,0.33471075,0.41322315,0.38842976,0.4338843,0.49173555,0.5123967,0.58677685,0.6404959,0.58264464,0.49586776,0.4876033,0.5123967,0.5661157,0.5661157,0.5495868,0.5206612,0.6528926,0.60330576,0.6694215,0.71900827,0.71487606,0.7231405,0.72727275,0.6859504,0.6322314,0.661157,0.7231405,0.77272725,0.78512394,0.8016529,0.8181818,0.7892562,0.7933884,0.78512394,0.74380165,0.69008267,0.6652893,0.6322314,0.61570245,0.5371901,0.5371901,0.6280992,0.6983471,0.6735537,0.6570248,0.59090906,0.7066116,0.54545456,0.58264464,0.59504133,0.53305787,0.3677686,0.44214877,0.45867768,0.47933885,0.41322315,0.38429752,0.35950413,0.47933885,0.43801653,0.38429752,0.35950413,0.4090909,0.44214877,0.41735536,0.40082645,0.3305785,0.4090909,0.45454547,0.47107437,0.53305787,0.5495868,0.5123967,0.46694216,0.4752066,0.46280992,0.5206612,0.57438016,0.57438016,0.553719,0.607438,0.6363636,0.6694215,0.7107438,0.7231405,0.677686,0.6818182,0.677686,0.6198347,0.6570248,0.71900827,0.75206614,0.7644628,0.7768595,0.7892562,0.77272725,0.76859504,0.76033056,0.73140496,0.661157,0.6363636,0.61157024,0.553719,0.5371901,0.5247934,0.55785125,0.57438016,0.58677685,0.56198347,0.5,0.59917355,0.49586776,0.5247934,0.5247934,0.41322315,0.3677686,0.40082645,0.40495867,0.45041323,0.37190083,0.35950413,0.38016528,0.39256197,0.4338843,0.3429752,0.3429752,0.37603307,0.3553719,0.43801653,0.41735536,0.33471075,0.38016528,0.41322315,0.42561984,0.46280992,0.43801653,0.41735536,0.38429752,0.5041322,0.4214876,0.45454547,0.5661157,0.59090906,0.5661157,0.59504133,0.61570245,0.661157,0.70247936,0.7231405,0.6652893,0.6570248,0.6528926,0.61570245,0.677686,0.6983471,0.7355372,0.74380165,0.75206614,0.75206614,0.7892562,0.74793386,0.72727275,0.6818182,0.62396693,0.60330576,0.55785125,0.5495868,0.49586776,0.47933885,0.5289256,0.48347107,0.46280992,0.45867768,0.4752066,0.49173555,0.45041323,0.49586776,0.43801653,0.41322315,0.38842976,0.3553719,0.40495867,0.42561984,0.37190083,0.29338843,0.39256197,0.3429752,0.41735536,0.36363637,0.33471075,0.3305785,0.3140496,0.32231405,0.38429752,0.42975205,0.3429752,0.30991736,0.42561984,0.41322315,0.3966942,0.35123968,0.4214876,0.37603307,0.43801653,0.4090909,0.5206612,0.58677685,0.54545456,0.56198347,0.6363636,0.661157,0.6818182,0.71487606,0.661157,0.6404959,0.6487603,0.60330576,0.6446281,0.6694215,0.73140496,0.7355372,0.74380165,0.75619835,0.79752064,0.75206614,0.71487606,0.6487603,0.58677685,0.57024795,0.6280992,0.61157024,0.41735536,0.49173555,0.45041323,0.40082645,0.37190083,0.37190083,0.446281,0.40495867,0.42975205,0.46280992,0.41735536,0.446281,0.37190083,0.33471075,0.36363637,0.3181818,0.35950413,0.28099173,0.32231405,0.3429752,0.3429752,0.3553719,0.2768595,0.2768595,0.3429752,0.35123968,0.3305785,0.40082645,0.35123968,0.3140496,0.39256197,0.35123968,0.32231405,0.3140496,0.33471075,0.29338843,0.38842976,0.36363637,0.446281,0.58677685,0.5371901,0.5206612,0.6198347,0.6652893,0.661157,0.70247936,0.6652893,0.607438,0.6528926,0.60330576,0.607438,0.61570245,0.6735537,0.71487606,0.71900827,0.7231405,0.7768595,0.7231405,0.71487606,0.661157,0.59090906,0.607438,0.70247936,0.553719,0.38016528,0.45867768,0.38016528,0.3140496,0.30991736,0.30578512,0.3553719,0.39256197,0.4338843,0.47107437,0.43801653,0.42561984,0.4338843,0.35123968,0.3181818,0.2768595,0.3264463,0.28512397,0.32231405,0.39256197,0.38429752,0.41322315,0.3553719,0.33471075,0.338843,0.3140496,0.2768595,0.24793388,0.30578512,0.3305785,0.3140496,0.2768595,0.22727273,0.26859504,0.19008264,0.23140496,0.3140496,0.338843,0.40495867,0.55785125,0.5206612,0.5082645,0.59917355,0.6198347,0.61570245,0.6528926,0.6363636,0.553719,0.6404959,0.5041322,0.5041322,0.553719,0.6280992,0.6694215,0.6735537,0.72727275,0.74793386,0.6942149,0.6859504,0.6446281,0.56198347,0.6652893,0.70247936,0.45867768,0.35950413,0.4090909,0.32231405,0.23966943,0.21487603,0.23140496,0.3181818,0.34710744,0.38016528,0.40082645,0.3429752,0.2768595,0.3181818,0.28099173,0.21487603,0.2520661,0.24380165,0.2520661,0.2644628,0.30165288,0.3305785,0.29338843,0.2644628,0.23966943,0.21900827,0.1983471,0.1694215,0.15289256,0.19421488,0.20661157,0.19008264,0.18595041,0.19008264,0.15289256,0.18181819,0.24380165,0.30578512,0.3429752,0.37603307,0.5041322,0.49586776,0.5041322,0.54545456,0.57024795,0.56198347,0.5413223,0.53305787,0.5247934,0.5082645,0.46694216,0.38842976,0.45454547,0.56198347,0.59504133,0.61570245,0.6942149,0.74380165,0.6859504,0.6363636,0.59090906,0.553719,0.6735537,0.6322314,0.4338843,0.3305785,0.37603307,0.32231405,0.20247933,0.1446281,0.18595041,0.2520661,0.23966943,0.23966943,0.2603306,0.2231405,0.18181819,0.19008264,0.19008264,0.14876033,0.28099173,0.24380165,0.23966943,0.1983471,0.19008264,0.26859504,0.23140496,0.23553719,0.23140496,0.1983471,0.22727273,0.26859504,0.28512397,0.2892562,0.23140496,0.18181819,0.1570248,0.1694215,0.16528925,0.2231405,0.39256197,0.35123968,0.3677686,0.39256197,0.446281,0.46694216,0.46694216,0.4338843,0.5371901,0.4876033,0.49586776,0.44214877,0.4338843,0.40495867,0.2892562,0.29752067,0.41735536,0.4876033,0.5289256,0.5495868,0.58677685,0.6404959,0.59917355,0.57024795,0.5123967,0.5413223,0.6404959,0.56198347,0.43801653,0.2231405,0.3677686,0.30165288,0.1983471,0.3181818,0.4214876,0.45041323,0.4752066,0.5247934,0.61157024,0.58677685,0.54545456,0.5165289,0.43801653,0.37190083,0.39256197,0.35123968,0.3677686,0.3429752,0.3677686,0.40082645,0.37603307,0.38842976,0.4338843,0.45041323,0.47933885,0.56198347,0.6280992,0.5661157,0.45041323,0.39256197,0.35123968,0.32231405,0.30991736,0.37603307,0.39256197,0.38842976,0.3305785,0.37603307,0.40495867,0.45454547,0.44214877,0.35950413,0.47107437,0.43801653,0.446281,0.40495867,0.3966942,0.33471075,0.2603306,0.28512397,0.36363637,0.41735536,0.4338843,0.49173555,0.47933885,0.5041322,0.4876033,0.49586776,0.45041323,0.5123967,0.6198347,0.5289256,0.40082645,0.29752067,0.338843,0.23553719,0.36363637,0.54545456,0.57438016,0.60330576,0.6528926,0.6735537,0.6983471,0.71900827,0.6983471,0.6859504,0.6404959,0.607438,0.59917355,0.59090906,0.59090906,0.5785124,0.59917355,0.58677685,0.607438,0.5785124,0.59090906,0.59504133,0.61570245,0.6404959,0.71900827,0.69008267,0.677686,0.59917355,0.5041322,0.49586776,0.4090909,0.4876033,0.35123968,0.2892562,0.37603307,0.338843,0.38016528,0.45041323,0.45041323,0.3553719,0.37603307,0.3966942,0.38429752,0.36363637,0.39256197,0.3264463,0.22727273,0.30165288,0.32231405,0.3305785,0.37190083,0.42561984,0.3966942,0.40495867,0.41735536,0.4752066,0.40082645,0.446281,0.59917355,0.49173555,0.40495867,0.30991736,0.29752067,0.3305785,0.45867768,0.6280992,0.6198347,0.6363636,0.6818182,0.7355372,0.74793386,0.72727275,0.71900827,0.7066116,0.6652893,0.6694215,0.6652893,0.661157,0.6487603,0.6280992,0.6198347,0.6198347,0.6404959,0.58264464,0.59090906,0.607438,0.6322314,0.6528926,0.7066116,0.6859504,0.69008267,0.61157024,0.5247934,0.5,0.46694216,0.47933885,0.3305785,0.3305785,0.35123968,0.29752067,0.3677686,0.37603307,0.4338843,0.3553719,0.30578512,0.37603307,0.3264463,0.30991736,0.3305785,0.29752067,0.22727273,0.3553719,0.24793388,0.29752067,0.37603307,0.38429752,0.35950413,0.3264463,0.42561984,0.3966942,0.37603307,0.41322315,0.47933885,0.446281,0.40495867,0.30165288,0.2603306,0.42975205,0.5123967,0.6280992,0.6363636,0.6735537,0.69008267,0.6983471,0.6983471,0.7066116,0.71487606,0.6942149,0.6735537,0.661157,0.6570248,0.6487603,0.6487603,0.6446281,0.6198347,0.59090906,0.59504133,0.5785124,0.59504133,0.607438,0.6322314,0.61157024,0.6280992,0.6280992,0.6363636,0.60330576,0.54545456,0.5082645,0.5041322,0.49173555,0.34710744,0.3305785,0.3429752,0.30578512,0.3553719,0.35950413,0.39256197,0.35950413,0.28099173,0.3305785,0.29752067,0.25619835,0.29752067,0.3181818,0.23140496,0.2603306,0.28512397,0.23140496,0.2892562,0.34710744,0.3264463,0.29338843,0.35950413,0.3305785,0.38016528,0.38429752,0.38429752,0.40082645,0.38429752,0.24793388,0.2644628,0.46280992,0.58264464,0.6280992,0.661157,0.7107438,0.7231405,0.70247936,0.7066116,0.6859504,0.6570248,0.61570245,0.6363636,0.61570245,0.61157024,0.60330576,0.57438016,0.53305787,0.55785125,0.5371901,0.5247934,0.49586776,0.5082645,0.5413223,0.5785124,0.5785124,0.59504133,0.57024795,0.6363636,0.57438016,0.5785124,0.5041322,0.45454547,0.42975205,0.39256197,0.2644628,0.3264463,0.3305785,0.35950413,0.3181818,0.35950413,0.33471075,0.21900827,0.28099173,0.28512397,0.21900827,0.2520661,0.29338843,0.2768595,0.2520661,0.24793388,0.21900827,0.2644628,0.28512397,0.2768595,0.2603306,0.34710744,0.338843,0.3181818,0.34710744,0.35950413,0.37603307,0.3677686,0.30578512,0.20661157,0.4752066,0.58264464,0.6198347,0.6694215,0.72727275,0.72727275,0.71900827,0.73140496,0.6652893,0.6404959,0.59090906,0.6363636,0.61570245,0.5785124,0.54545456,0.5165289,0.4876033,0.5289256,0.5041322,0.4752066,0.49586776,0.47933885,0.5413223,0.5495868,0.55785125,0.54545456,0.5247934,0.5661157,0.53305787,0.5413223,0.49586776,0.446281,0.37603307,0.3553719,0.27272728,0.2644628,0.26859504,0.3305785,0.2892562,0.30991736,0.2520661,0.2107438,0.30991736,0.24380165,0.21900827,0.23140496,0.2231405,0.24793388,0.2768595,0.2231405,0.20247933,0.24793388,0.21900827,0.2231405,0.24380165,0.3305785,0.32231405,0.24380165,0.30578512,0.3140496,0.32231405,0.28099173,0.30991736,0.26859504,0.45041323,0.553719,0.58677685,0.6528926,0.70247936,0.7066116,0.7231405,0.6528926,0.6322314,0.6322314,0.5785124,0.58677685,0.5413223,0.54545456,0.46694216,0.48347107,0.46694216,0.47107437,0.45041323,0.46694216,0.41735536,0.49173555,0.5123967,0.5123967,0.49173555,0.47107437,0.47933885,0.5123967,0.5165289,0.5206612,0.4752066,0.45454547,0.3553719,0.3181818,0.30165288,0.2644628,0.2107438,0.2603306,0.3140496,0.2644628,0.24380165,0.20661157,0.2768595,0.25619835,0.2231405,0.19421488,0.2107438,0.20247933,0.28099173,0.20661157,0.21900827,0.2231405,0.17768595,0.23966943,0.28512397,0.3140496,0.24380165,0.22727273,0.26859504,0.2520661,0.28512397,0.26859504,0.23140496,0.3181818,0.45867768,0.5247934,0.5495868,0.6322314,0.6652893,0.6446281,0.6528926,0.607438,0.61157024,0.61157024,0.57438016,0.5785124,0.5,0.47933885,0.44214877,0.46280992,0.4214876,0.41322315,0.40082645,0.446281,0.37190083,0.45041323,0.446281,0.446281,0.446281,0.4090909,0.44214877,0.49173555,0.5041322,0.5165289,0.47107437,0.44214877,0.35950413,0.3181818,0.2603306,0.2231405,0.2520661,0.23140496,0.2520661,0.22727273,0.24793388,0.17768595,0.2520661,0.20247933,0.19421488,0.20247933,0.2231405,0.21900827,0.23966943,0.2107438,0.2231405,0.21900827,0.21487603,0.28099173,0.28099173,0.29752067,0.19421488,0.20661157,0.2231405,0.20247933,0.2520661,0.24793388,0.21487603,0.32231405,0.40082645,0.45454547,0.5082645,0.55785125,0.59504133,0.57024795,0.57438016,0.58677685,0.57024795,0.57438016,0.53305787,0.55785125,0.47933885,0.45454547,0.35950413,0.47107437,0.3677686,0.34710744,0.33471075,0.34710744,0.338843,0.338843,0.37603307,0.38842976,0.4090909,0.40082645,0.4338843,0.49586776,0.5,0.46280992,0.45867768,0.4214876,0.3553719,0.27272728,0.19008264,0.2231405,0.20247933,0.23140496,0.19008264,0.1983471,0.23553719,0.17768595,0.18181819,0.1694215,0.2107438,0.2107438,0.21900827,0.24380165,0.22727273,0.21487603,0.24793388,0.2644628,0.23140496,0.2520661,0.26859504,0.23140496,0.18595041,0.1983471,0.19421488,0.21900827,0.2231405,0.22727273,0.2644628,0.2603306,0.3677686,0.36363637,0.42975205,0.48347107,0.5082645,0.5165289,0.5371901,0.553719,0.5785124,0.56198347,0.5413223,0.5495868,0.5289256,0.4752066,0.39256197,0.45454547,0.39256197,0.3429752,0.32231405,0.3181818,0.28099173,0.28512397,0.38016528,0.30165288,0.3553719,0.44214877,0.45867768,0.5082645,0.5123967,0.41322315,0.4338843,0.3677686,0.30165288,0.3140496,0.23140496,0.18595041,0.18181819,0.18181819,0.18595041,0.19421488,0.2107438,0.19421488,0.15289256,0.17768595,0.22727273,0.1983471,0.1983471,0.24380165,0.22727273,0.2231405,0.27272728,0.27272728,0.24380165,0.23553719,0.23553719,0.21487603,0.17355372,0.1983471,0.20247933,0.22727273,0.23140496,0.23140496,0.29338843,0.3140496,0.2603306,0.29752067,0.37190083,0.46280992,0.42975205,0.47107437,0.53305787,0.5206612,0.5495868,0.55785125,0.61157024,0.59917355,0.58677685,0.53305787,0.5413223,0.49173555,0.41322315,0.446281,0.4214876,0.3966942,0.38842976,0.3677686,0.46694216,0.46694216,0.42561984,0.47933885,0.5206612,0.5371901,0.553719,0.4752066,0.43801653,0.3264463,0.2603306,0.2644628,0.23966943,0.14876033,0.17355372,0.1446281,0.17768595,0.20247933,0.20661157,0.17355372,0.14876033,0.1570248,0.1983471,0.19008264,0.20661157,0.23140496,0.24380165,0.21900827,0.2603306,0.20247933,0.23140496,0.20247933,0.2107438,0.20661157,0.1983471,0.20661157,0.14876033,0.25619835,0.1983471,0.19008264,0.23140496,0.30165288,0.23553719,0.27272728,0.37603307,0.42561984,0.35950413,0.4338843,0.46280992,0.4752066,0.4876033,0.5165289,0.61157024,0.62396693,0.59090906,0.58264464,0.59504133,0.5785124,0.4752066,0.4752066,0.5289256,0.4876033,0.5082645,0.5123967,0.47933885,0.53305787,0.5165289,0.49586776,0.54545456,0.5206612,0.43801653,0.46694216,0.40495867,0.3181818,0.30578512,0.27272728,0.24793388,0.18595041,0.14049587,0.16528925,0.17768595,0.21900827,0.20247933,0.15289256,0.16115703,0.10743801,0.13636364,0.1694215,0.20247933,0.20247933,0.24793388,0.2107438,0.24793388,0.18181819,0.19421488,0.21487603,0.20661157,0.1983471,0.21487603,0.17355372,0.18181819,0.2107438,0.18595041,0.18181819,0.2107438,0.2231405,0.21487603,0.2892562,0.32231405,0.3305785,0.32231405,0.38429752,0.37603307,0.34710744,0.446281,0.5247934,0.54545456,0.5661157,0.6280992,0.5785124,0.60330576,0.58677685,0.5289256,0.4876033,0.5123967,0.5661157,0.5413223,0.57024795,0.5413223,0.48347107,0.5371901,0.446281,0.47107437,0.45041323,0.35950413,0.38842976,0.4214876,0.2892562,0.32231405,0.2892562,0.25619835,0.18181819,0.22727273,0.1983471,0.21487603,0.2520661,0.19421488,0.12809917,0.14876033,0.17355372,0.14876033,0.1570248,0.1983471,0.18595041,0.20661157,0.21487603,0.2644628,0.19008264,0.1694215,0.18595041,0.19008264,0.2107438,0.20661157,0.15289256,0.19421488,0.18181819,0.19008264,0.1983471,0.21900827,0.18181819,0.20247933,0.30165288,0.26859504,0.29338843,0.35950413,0.3305785,0.33471075,0.338843,0.37190083,0.5289256,0.43801653,0.5371901,0.553719,0.5,0.5785124,0.5661157,0.553719,0.49173555,0.45867768,0.48347107,0.5165289,0.5247934,0.59090906,0.42561984,0.5247934,0.38842976,0.4214876,0.4090909,0.37190083,0.38016528,0.4214876,0.30991736,0.30991736,0.30991736,0.23553719,0.1570248,0.1570248,0.1694215,0.19421488,0.23140496,0.19008264,0.15289256,0.11983471,0.2107438,0.22727273,0.18181819,0.18181819,0.1983471,0.21487603,0.22727273,0.27272728,0.16528925,0.16528925,0.19008264,0.19008264,0.21487603,0.17355372,0.14049587,0.19008264,0.16115703,0.22727273,0.19008264,0.1983471,0.16528925,0.19421488,0.28099173,0.29338843,0.338843,0.3264463,0.30165288,0.3140496,0.36363637,0.30165288,0.43801653,0.44214877,0.5123967,0.5,0.44214877,0.5206612,0.5165289,0.5123967,0.49586776,0.45454547,0.43801653,0.46694216,0.45454547,0.4876033,0.40495867,0.43801653,0.3677686,0.3966942,0.4338843,0.3429752,0.38429752,0.47933885,0.338843,0.28512397,0.35950413,0.24380165,0.19008264,0.1322314,0.12809917,0.17768595,0.14876033,0.1570248,0.14049587,0.14049587,0.19421488,0.2520661,0.17355372,0.14876033,0.17355372,0.23553719,0.19008264,0.24380165,0.18181819,0.1570248,0.1983471,0.18595041,0.19421488,0.13636364,0.15289256,0.16115703,0.16115703,0.21900827,0.16115703,0.1570248,0.17768595,0.17768595,0.25619835,0.29338843,0.3140496,0.2520661,0.2892562,0.3264463,0.30165288,0.2520661,0.36363637,0.38842976,0.42975205,0.45867768,0.39256197,0.42561984,0.45041323,0.41322315,0.41322315,0.40495867,0.40082645,0.38016528,0.446281,0.41322315,0.3677686,0.3140496,0.28512397,0.34710744,0.42561984,0.27272728,0.42561984,0.44214877,0.33471075,0.338843,0.20661157,0.24793388,0.1983471,0.19008264,0.09917355,0.1570248,0.14876033,0.1694215,0.14049587,0.16115703,0.1694215,0.23140496,0.1446281,0.15289256,0.1694215,27 +0.60330576,0.6322314,0.6528926,0.6735537,0.677686,0.6983471,0.73140496,0.74380165,0.75206614,0.7768595,0.78099173,0.7892562,0.7933884,0.7892562,0.78512394,0.7933884,0.79752064,0.8140496,0.8140496,0.8181818,0.822314,0.8181818,0.822314,0.8181818,0.8305785,0.8264463,0.8347107,0.8264463,0.822314,0.8264463,0.822314,0.8181818,0.8181818,0.8305785,0.8347107,0.8305785,0.822314,0.822314,0.8181818,0.8057851,0.8016529,0.79752064,0.8016529,0.79752064,0.7933884,0.7933884,0.7892562,0.77272725,0.76033056,0.7768595,0.7768595,0.77272725,0.7644628,0.73966944,0.7231405,0.71487606,0.6942149,0.6363636,0.59090906,0.5785124,0.55785125,0.5165289,0.43801653,0.30991736,0.59090906,0.6198347,0.6487603,0.6735537,0.6735537,0.6983471,0.72727275,0.74793386,0.7644628,0.76859504,0.7768595,0.78099173,0.7892562,0.78099173,0.78099173,0.7892562,0.78512394,0.79752064,0.8140496,0.8057851,0.8181818,0.822314,0.80991733,0.80991733,0.8264463,0.822314,0.8305785,0.822314,0.822314,0.8305785,0.8305785,0.8181818,0.8140496,0.8305785,0.8347107,0.822314,0.8181818,0.8264463,0.8181818,0.79752064,0.79752064,0.79752064,0.79752064,0.78512394,0.78512394,0.78512394,0.7768595,0.75619835,0.74793386,0.76859504,0.7768595,0.7768595,0.76033056,0.75206614,0.73966944,0.72727275,0.6983471,0.6363636,0.59917355,0.57438016,0.5413223,0.5082645,0.43801653,0.3140496,0.5785124,0.61570245,0.6446281,0.6652893,0.6694215,0.70247936,0.72727275,0.76033056,0.7644628,0.74380165,0.75619835,0.7644628,0.76859504,0.75619835,0.74793386,0.76859504,0.75206614,0.7768595,0.7892562,0.78512394,0.8016529,0.80991733,0.79752064,0.7892562,0.8057851,0.822314,0.8181818,0.822314,0.8264463,0.8264463,0.8264463,0.822314,0.80991733,0.8264463,0.8305785,0.8140496,0.8057851,0.8181818,0.8140496,0.78512394,0.7933884,0.7892562,0.78099173,0.7644628,0.7644628,0.76033056,0.74793386,0.71900827,0.7231405,0.74380165,0.75619835,0.76033056,0.75206614,0.74380165,0.73140496,0.7231405,0.6859504,0.6404959,0.607438,0.57438016,0.5495868,0.5041322,0.4338843,0.30991736,0.5661157,0.61570245,0.6404959,0.6694215,0.6652893,0.69008267,0.71900827,0.73966944,0.7066116,0.6983471,0.7066116,0.71487606,0.7231405,0.73140496,0.70247936,0.7231405,0.6983471,0.70247936,0.70247936,0.7355372,0.76859504,0.76859504,0.76859504,0.76859504,0.76859504,0.8057851,0.8181818,0.8264463,0.822314,0.822314,0.8181818,0.8181818,0.8016529,0.822314,0.8305785,0.8181818,0.8057851,0.8140496,0.8057851,0.7768595,0.7644628,0.7644628,0.74380165,0.7231405,0.7231405,0.7107438,0.6983471,0.6818182,0.6735537,0.7066116,0.71900827,0.71487606,0.7231405,0.71487606,0.7066116,0.71487606,0.69008267,0.6404959,0.61157024,0.57024795,0.54545456,0.5082645,0.42561984,0.28512397,0.56198347,0.6198347,0.6363636,0.6570248,0.6570248,0.6859504,0.71487606,0.6735537,0.58677685,0.60330576,0.59090906,0.62396693,0.6528926,0.661157,0.60330576,0.6280992,0.60330576,0.58264464,0.57438016,0.5785124,0.6322314,0.6735537,0.71900827,0.71900827,0.6363636,0.75206614,0.8016529,0.8140496,0.8140496,0.8140496,0.8181818,0.8057851,0.7933884,0.8181818,0.822314,0.8140496,0.8016529,0.80991733,0.79752064,0.75619835,0.71487606,0.6859504,0.677686,0.6404959,0.61157024,0.59090906,0.5785124,0.5785124,0.59090906,0.61570245,0.62396693,0.59090906,0.59917355,0.6198347,0.59917355,0.6363636,0.6859504,0.6487603,0.60330576,0.5661157,0.5413223,0.5123967,0.4214876,0.2644628,0.55785125,0.61570245,0.6280992,0.6322314,0.6363636,0.6652893,0.62396693,0.5165289,0.5,0.47933885,0.47933885,0.46280992,0.44214877,0.48347107,0.45454547,0.4752066,0.446281,0.42561984,0.4338843,0.3966942,0.40495867,0.5,0.57438016,0.661157,0.55785125,0.6487603,0.77272725,0.8016529,0.8057851,0.80991733,0.80991733,0.7933884,0.78099173,0.8057851,0.8140496,0.8016529,0.78512394,0.7892562,0.78099173,0.7231405,0.62396693,0.56198347,0.5206612,0.446281,0.3966942,0.40082645,0.39256197,0.3966942,0.4338843,0.45454547,0.45867768,0.45867768,0.44214877,0.45454547,0.46694216,0.46694216,0.607438,0.6446281,0.59090906,0.55785125,0.5371901,0.5123967,0.42975205,0.26859504,0.57024795,0.61157024,0.62396693,0.61157024,0.61570245,0.6198347,0.4876033,0.37603307,0.37190083,0.33471075,0.42561984,0.38016528,0.32231405,0.3429752,0.3429752,0.35123968,0.3553719,0.30991736,0.30991736,0.30165288,0.29752067,0.3553719,0.43801653,0.5123967,0.5289256,0.57438016,0.7066116,0.7768595,0.7933884,0.8016529,0.7933884,0.78099173,0.76859504,0.7892562,0.8016529,0.7892562,0.77272725,0.75206614,0.72727275,0.6446281,0.5206612,0.4214876,0.36363637,0.32231405,0.29338843,0.28099173,0.2644628,0.2644628,0.26859504,0.2768595,0.28512397,0.30578512,0.30165288,0.3264463,0.34710744,0.33471075,0.47107437,0.6280992,0.59090906,0.5413223,0.5413223,0.5,0.446281,0.28099173,0.5785124,0.607438,0.6198347,0.59090906,0.6198347,0.54545456,0.35950413,0.28099173,0.26859504,0.24793388,0.26859504,0.28099173,0.20661157,0.20247933,0.2107438,0.2231405,0.2520661,0.22727273,0.2107438,0.23966943,0.24793388,0.30578512,0.37603307,0.4338843,0.5247934,0.58264464,0.6404959,0.7231405,0.76859504,0.78099173,0.78099173,0.7644628,0.75619835,0.77272725,0.7892562,0.7768595,0.73966944,0.70247936,0.6694215,0.58264464,0.46694216,0.35123968,0.28512397,0.2603306,0.2603306,0.2892562,0.30578512,0.2603306,0.19008264,0.20247933,0.21487603,0.2107438,0.22727273,0.25619835,0.2603306,0.2603306,0.29752067,0.47933885,0.5661157,0.5371901,0.5289256,0.4876033,0.48347107,0.28099173,0.59090906,0.607438,0.61157024,0.58264464,0.57024795,0.43801653,0.2892562,0.2231405,0.20247933,0.23553719,0.23966943,0.23140496,0.18595041,0.20247933,0.20247933,0.23553719,0.3181818,0.39256197,0.45041323,0.3677686,0.30991736,0.32231405,0.3429752,0.39256197,0.48347107,0.5661157,0.6198347,0.6859504,0.74380165,0.7644628,0.76859504,0.74793386,0.73966944,0.75619835,0.77272725,0.75206614,0.6942149,0.61570245,0.5413223,0.5165289,0.45867768,0.35950413,0.338843,0.39256197,0.47107437,0.56198347,0.60330576,0.47107437,0.33471075,0.36363637,0.36363637,0.30578512,0.3140496,0.30165288,0.33471075,0.28099173,0.24793388,0.32231405,0.45454547,0.5206612,0.5247934,0.49173555,0.5165289,0.29752067,0.59917355,0.61157024,0.607438,0.57024795,0.47933885,0.34710744,0.2768595,0.35123968,0.4876033,0.6280992,0.73140496,0.59917355,0.46694216,0.45041323,0.42561984,0.5041322,0.59917355,0.6859504,0.7107438,0.57438016,0.48347107,0.46694216,0.45867768,0.49173555,0.5413223,0.54545456,0.5661157,0.6363636,0.70247936,0.73966944,0.73966944,0.73966944,0.74380165,0.74380165,0.74793386,0.7231405,0.6487603,0.553719,0.5123967,0.6983471,0.8057851,0.60330576,0.41735536,0.4214876,0.46694216,0.553719,0.6652893,0.6694215,0.58264464,0.57438016,0.5661157,0.49586776,0.48347107,0.42561984,0.39256197,0.35950413,0.3429752,0.30165288,0.41735536,0.49173555,0.5165289,0.49173555,0.5371901,0.338843,0.6198347,0.607438,0.59504133,0.5413223,0.3966942,0.3140496,0.30578512,0.5,0.61157024,0.6735537,0.69008267,0.6818182,0.6487603,0.6280992,0.61157024,0.59504133,0.60330576,0.6446281,0.6528926,0.60330576,0.5661157,0.5413223,0.5041322,0.48347107,0.48347107,0.5289256,0.57438016,0.58264464,0.6652893,0.7355372,0.75206614,0.74380165,0.76033056,0.75619835,0.7231405,0.69008267,0.59090906,0.47933885,0.42975205,0.4752066,0.5041322,0.45454547,0.45867768,0.4876033,0.5,0.54545456,0.5661157,0.58264464,0.61570245,0.607438,0.61157024,0.57024795,0.5785124,0.5413223,0.42975205,0.3553719,0.30991736,0.30165288,0.40082645,0.49173555,0.45867768,0.49586776,0.5495868,0.40495867,0.6446281,0.607438,0.59504133,0.49586776,0.33471075,0.34710744,0.4214876,0.53305787,0.61157024,0.6735537,0.6942149,0.7066116,0.7231405,0.7066116,0.69008267,0.677686,0.6446281,0.607438,0.5785124,0.5495868,0.5247934,0.5,0.4752066,0.45041323,0.4214876,0.4214876,0.42975205,0.47933885,0.607438,0.7644628,0.7768595,0.7768595,0.7892562,0.76859504,0.6942149,0.6652893,0.56198347,0.446281,0.39256197,0.39256197,0.41322315,0.42561984,0.42975205,0.4752066,0.5123967,0.5206612,0.56198347,0.5785124,0.59090906,0.62396693,0.6198347,0.59504133,0.59090906,0.55785125,0.46694216,0.38842976,0.3264463,0.23966943,0.3140496,0.3264463,0.2892562,0.47107437,0.5661157,0.47107437,0.6694215,0.61570245,0.58677685,0.43801653,0.3677686,0.40082645,0.4752066,0.553719,0.58677685,0.59504133,0.6198347,0.6322314,0.6652893,0.6942149,0.70247936,0.7107438,0.7066116,0.6735537,0.6363636,0.60330576,0.57438016,0.54545456,0.5082645,0.4752066,0.446281,0.41322315,0.4214876,0.43801653,0.5289256,0.75619835,0.71487606,0.7107438,0.7892562,0.7231405,0.6487603,0.6528926,0.607438,0.45454547,0.38016528,0.40495867,0.45454547,0.49173555,0.54545456,0.58264464,0.6446281,0.6735537,0.6983471,0.72727275,0.70247936,0.7231405,0.7107438,0.6818182,0.6528926,0.61157024,0.5082645,0.45041323,0.36363637,0.3140496,0.2644628,0.28099173,0.26859504,0.3553719,0.553719,0.5165289,0.6818182,0.6322314,0.54545456,0.40082645,0.40082645,0.43801653,0.47933885,0.5247934,0.553719,0.59090906,0.6404959,0.6859504,0.71900827,0.73140496,0.7231405,0.6942149,0.677686,0.6570248,0.6280992,0.59917355,0.57438016,0.5661157,0.5785124,0.57024795,0.54545456,0.47933885,0.44214877,0.4338843,0.45454547,0.57024795,0.47933885,0.42561984,0.661157,0.607438,0.5661157,0.60330576,0.5247934,0.4338843,0.4338843,0.5041322,0.553719,0.62396693,0.677686,0.6694215,0.6735537,0.6859504,0.6859504,0.70247936,0.6983471,0.73140496,0.75619835,0.73966944,0.7107438,0.6652893,0.61570245,0.5371901,0.4338843,0.338843,0.29338843,0.23553719,0.30578512,0.28512397,0.5206612,0.5247934,0.6818182,0.6528926,0.5041322,0.38842976,0.4090909,0.446281,0.4752066,0.5206612,0.59504133,0.6818182,0.7355372,0.73140496,0.6570248,0.57024795,0.5,0.43801653,0.41322315,0.4338843,0.3966942,0.42561984,0.47107437,0.5041322,0.49586776,0.5082645,0.54545456,0.56198347,0.5041322,0.4338843,0.38429752,0.47933885,0.54545456,0.57024795,0.607438,0.6280992,0.57024795,0.5082645,0.47107437,0.4090909,0.5206612,0.5785124,0.59504133,0.5495868,0.5206612,0.446281,0.4214876,0.41322315,0.4090909,0.46280992,0.45041323,0.5123967,0.56198347,0.61157024,0.6570248,0.6570248,0.6446281,0.59917355,0.5082645,0.38842976,0.29752067,0.24380165,0.30165288,0.29752067,0.47107437,0.5,0.6363636,0.6570248,0.46694216,0.39256197,0.42975205,0.46280992,0.5041322,0.5661157,0.6528926,0.7066116,0.6363636,0.4752066,0.3966942,0.37190083,0.32231405,0.2892562,0.29338843,0.33471075,0.2768595,0.32231405,0.40495867,0.49173555,0.45867768,0.47933885,0.49173555,0.48347107,0.5123967,0.47933885,0.48347107,0.553719,0.7231405,0.80991733,0.79752064,0.79752064,0.73966944,0.4752066,0.4338843,0.45041323,0.56198347,0.5661157,0.5041322,0.45041323,0.45454547,0.45454547,0.42561984,0.3140496,0.23966943,0.3305785,0.23966943,0.2603306,0.28512397,0.37603307,0.4338843,0.5,0.59504133,0.61570245,0.55785125,0.45041323,0.33471075,0.27272728,0.29338843,0.3264463,0.36363637,0.41735536,0.45041323,0.59090906,0.4090909,0.39256197,0.46280992,0.5041322,0.5661157,0.6322314,0.6694215,0.5661157,0.3966942,0.38429752,0.4876033,0.5206612,0.41735536,0.34710744,0.3305785,0.30991736,0.32231405,0.35123968,0.45041323,0.60330576,0.5165289,0.4338843,0.49586776,0.53305787,0.4876033,0.446281,0.41322315,0.5495868,0.822314,0.8347107,0.8264463,0.80991733,0.822314,0.58677685,0.29752067,0.47933885,0.56198347,0.5206612,0.47933885,0.42561984,0.45041323,0.55785125,0.57024795,0.3140496,0.28512397,0.2603306,0.21900827,0.23966943,0.23553719,0.3181818,0.3181818,0.3429752,0.41322315,0.54545456,0.59090906,0.5165289,0.41322315,0.3140496,0.3264463,0.3264463,0.2603306,0.2603306,0.28099173,0.42975205,0.4214876,0.38842976,0.5082645,0.5661157,0.6322314,0.6570248,0.57438016,0.43801653,0.40495867,0.49173555,0.58264464,0.6570248,0.59090906,0.3966942,0.42975205,0.3966942,0.37603307,0.41735536,0.59504133,0.6983471,0.58677685,0.49173555,0.46694216,0.57438016,0.6570248,0.5495868,0.28099173,0.59917355,0.8264463,0.838843,0.822314,0.8016529,0.8057851,0.6652893,0.2603306,0.45454547,0.59917355,0.5371901,0.48347107,0.5495868,0.553719,0.6570248,0.73140496,0.41735536,0.37190083,0.3677686,0.2892562,0.2892562,0.338843,0.42561984,0.38842976,0.33471075,0.34710744,0.40495867,0.5,0.55785125,0.4876033,0.38429752,0.38842976,0.35123968,0.30578512,0.3677686,0.40495867,0.3966942,0.48347107,0.42975205,0.5413223,0.61570245,0.661157,0.61157024,0.49586776,0.446281,0.53305787,0.6446281,0.6859504,0.73966944,0.7231405,0.5041322,0.45041323,0.5041322,0.4752066,0.54545456,0.6942149,0.7107438,0.6363636,0.59917355,0.59917355,0.62396693,0.7933884,0.6322314,0.23140496,0.661157,0.822314,0.8305785,0.8181818,0.8057851,0.8016529,0.69008267,0.28099173,0.44214877,0.61157024,0.61570245,0.59504133,0.6280992,0.6404959,0.6694215,0.7107438,0.62396693,0.4876033,0.4214876,0.3966942,0.40082645,0.5,0.55785125,0.5123967,0.45041323,0.4214876,0.4214876,0.44214877,0.5206612,0.553719,0.47933885,0.42561984,0.35950413,0.36363637,0.55785125,0.5785124,0.45867768,0.46280992,0.45867768,0.59917355,0.6280992,0.607438,0.5495868,0.5123967,0.54545456,0.59090906,0.6652893,0.7107438,0.75619835,0.7231405,0.6735537,0.6404959,0.6942149,0.6404959,0.6735537,0.6942149,0.69008267,0.6404959,0.6322314,0.6652893,0.7107438,0.7933884,0.5,0.27272728,0.6983471,0.822314,0.8347107,0.80991733,0.8057851,0.79752064,0.71900827,0.3264463,0.42561984,0.58677685,0.6446281,0.6487603,0.6694215,0.661157,0.677686,0.6983471,0.6983471,0.6818182,0.6487603,0.607438,0.59090906,0.6363636,0.6528926,0.61157024,0.5495868,0.5041322,0.4876033,0.47107437,0.46694216,0.5041322,0.5206612,0.45454547,0.37603307,0.36363637,0.57024795,0.6322314,0.5413223,0.45867768,0.49173555,0.6528926,0.6280992,0.57438016,0.58264464,0.6280992,0.6818182,0.6528926,0.661157,0.6859504,0.7066116,0.7066116,0.7107438,0.6983471,0.71487606,0.6818182,0.677686,0.661157,0.6528926,0.6487603,0.6528926,0.6859504,0.72727275,0.75619835,0.446281,0.446281,0.72727275,0.8181818,0.8264463,0.8140496,0.8016529,0.7892562,0.7066116,0.42975205,0.4338843,0.57024795,0.6363636,0.6487603,0.6528926,0.6570248,0.6528926,0.6652893,0.677686,0.6818182,0.69008267,0.6859504,0.6694215,0.6735537,0.6652893,0.6363636,0.59090906,0.56198347,0.553719,0.5,0.4876033,0.4876033,0.5,0.48347107,0.4090909,0.34710744,0.54545456,0.6404959,0.60330576,0.45867768,0.48347107,0.6942149,0.6446281,0.61157024,0.6694215,0.7355372,0.77272725,0.75619835,0.69008267,0.6735537,0.6942149,0.7231405,0.74380165,0.74380165,0.7231405,0.6859504,0.6694215,0.6528926,0.6363636,0.6487603,0.6652893,0.6694215,0.71487606,0.6983471,0.4752066,0.55785125,0.7231405,0.8057851,0.8347107,0.8181818,0.8057851,0.7892562,0.69008267,0.5289256,0.47107437,0.56198347,0.6280992,0.6446281,0.6487603,0.6280992,0.61157024,0.6280992,0.661157,0.69008267,0.7066116,0.7107438,0.7066116,0.6818182,0.6570248,0.6363636,0.61570245,0.62396693,0.6280992,0.57024795,0.5289256,0.5247934,0.57438016,0.5785124,0.43801653,0.3429752,0.5206612,0.61570245,0.6280992,0.5082645,0.45454547,0.73140496,0.6983471,0.6818182,0.7231405,0.7644628,0.78099173,0.7892562,0.76033056,0.71900827,0.72727275,0.74793386,0.73966944,0.7355372,0.71487606,0.69008267,0.677686,0.661157,0.6446281,0.6446281,0.6528926,0.6528926,0.70247936,0.6404959,0.5289256,0.61157024,0.71487606,0.7933884,0.8264463,0.822314,0.80991733,0.7768595,0.6735537,0.58264464,0.5082645,0.56198347,0.6652893,0.6694215,0.6652893,0.6570248,0.62396693,0.59917355,0.61157024,0.6404959,0.6694215,0.6859504,0.6859504,0.661157,0.6446281,0.6363636,0.661157,0.6942149,0.6859504,0.6363636,0.59504133,0.58264464,0.62396693,0.6487603,0.40082645,0.38429752,0.48347107,0.59090906,0.6404959,0.5661157,0.4214876,0.74793386,0.75206614,0.74793386,0.75206614,0.76859504,0.78099173,0.7644628,0.73966944,0.6983471,0.7066116,0.71487606,0.71487606,0.71487606,0.7066116,0.69008267,0.6818182,0.6735537,0.6694215,0.6735537,0.6694215,0.71487606,0.7231405,0.5785124,0.5785124,0.6487603,0.6983471,0.78512394,0.8305785,0.822314,0.8181818,0.77272725,0.6652893,0.59504133,0.53305787,0.5661157,0.70247936,0.69008267,0.6859504,0.677686,0.661157,0.6446281,0.661157,0.6528926,0.6487603,0.6446281,0.6528926,0.6446281,0.6363636,0.6446281,0.6735537,0.6983471,0.6942149,0.6570248,0.6280992,0.6694215,0.6942149,0.6735537,0.3553719,0.45867768,0.46280992,0.57024795,0.6322314,0.6528926,0.4090909,0.6983471,0.7768595,0.78099173,0.77272725,0.7768595,0.7644628,0.72727275,0.7107438,0.6859504,0.69008267,0.7066116,0.71900827,0.72727275,0.71900827,0.71487606,0.7107438,0.7066116,0.7107438,0.72727275,0.74380165,0.7933884,0.6983471,0.57438016,0.61570245,0.6570248,0.70247936,0.79752064,0.8429752,0.8181818,0.80991733,0.78099173,0.677686,0.59504133,0.54545456,0.5495868,0.6652893,0.7231405,0.7231405,0.7066116,0.6983471,0.69008267,0.69008267,0.6983471,0.6859504,0.677686,0.677686,0.6859504,0.661157,0.6652893,0.677686,0.6942149,0.6694215,0.6322314,0.6694215,0.72727275,0.7355372,0.6198347,0.3264463,0.5123967,0.45454547,0.57024795,0.62396693,0.7231405,0.4338843,0.57024795,0.76859504,0.7933884,0.7933884,0.78512394,0.7644628,0.74793386,0.74380165,0.73966944,0.74380165,0.7644628,0.7644628,0.76033056,0.76033056,0.75206614,0.74380165,0.74380165,0.7644628,0.78512394,0.8140496,0.7933884,0.6404959,0.59090906,0.6652893,0.6694215,0.7066116,0.7933884,0.8429752,0.8264463,0.80991733,0.78099173,0.69008267,0.59504133,0.553719,0.54545456,0.5661157,0.7231405,0.73966944,0.75619835,0.73966944,0.7355372,0.74380165,0.74380165,0.7355372,0.71900827,0.6942149,0.70247936,0.69008267,0.6983471,0.6983471,0.71900827,0.6942149,0.6735537,0.6983471,0.73966944,0.7892562,0.40082645,0.45041323,0.5413223,0.45867768,0.57024795,0.6528926,0.7107438,0.5661157,0.4338843,0.6859504,0.78099173,0.79752064,0.79752064,0.78099173,0.75619835,0.74380165,0.74380165,0.74793386,0.77272725,0.7933884,0.7892562,0.7768595,0.7892562,0.7933884,0.8016529,0.8140496,0.8305785,0.822314,0.7107438,0.60330576,0.6487603,0.69008267,0.69008267,0.7231405,0.78099173,0.8347107,0.8264463,0.8016529,0.77272725,0.6818182,0.61157024,0.5661157,0.5785124,0.5495868,0.58264464,0.72727275,0.77272725,0.77272725,0.76033056,0.75619835,0.75619835,0.75206614,0.73966944,0.72727275,0.7107438,0.71900827,0.7066116,0.6983471,0.73140496,0.71900827,0.71900827,0.73140496,0.73966944,0.60330576,0.38016528,0.5371901,0.5413223,0.4876033,0.58677685,0.6570248,0.6818182,0.677686,0.45867768,0.49173555,0.6818182,0.7892562,0.8016529,0.7768595,0.74793386,0.74380165,0.75206614,0.7644628,0.78099173,0.79752064,0.80991733,0.80991733,0.8181818,0.8264463,0.8347107,0.838843,0.8305785,0.74380165,0.6198347,0.6446281,0.6942149,0.6859504,0.7107438,0.7355372,0.78099173,0.8305785,0.822314,0.8016529,0.77272725,0.6983471,0.6528926,0.59504133,0.59917355,0.6446281,0.5082645,0.62396693,0.6942149,0.7768595,0.78099173,0.77272725,0.76033056,0.7768595,0.7644628,0.7644628,0.74380165,0.74793386,0.71487606,0.7107438,0.73966944,0.73966944,0.6983471,0.6942149,0.71487606,0.46694216,0.5,0.553719,0.53305787,0.49586776,0.59090906,0.6528926,0.6735537,0.6570248,0.59504133,0.46280992,0.54545456,0.6983471,0.7644628,0.75206614,0.73966944,0.75206614,0.77272725,0.7892562,0.7933884,0.7933884,0.8140496,0.8264463,0.838843,0.8347107,0.8181818,0.79752064,0.7231405,0.6322314,0.6404959,0.70247936,0.6735537,0.6818182,0.7231405,0.74793386,0.78512394,0.8347107,0.838843,0.8016529,0.76033056,0.7107438,0.6942149,0.62396693,0.57438016,0.677686,0.5785124,0.5371901,0.48347107,0.60330576,0.6487603,0.72727275,0.75206614,0.76859504,0.7644628,0.7355372,0.7355372,0.6983471,0.661157,0.6198347,0.60330576,0.59917355,0.56198347,0.59504133,0.6363636,0.5495868,0.5289256,0.55785125,0.5495868,0.5082645,0.59504133,0.6528926,0.6735537,0.6528926,0.61570245,0.59917355,0.553719,0.58264464,0.59090906,0.56198347,0.58264464,0.61157024,0.6694215,0.71900827,0.73966944,0.7644628,0.77272725,0.77272725,0.7644628,0.7355372,0.71487606,0.69008267,0.61157024,0.6363636,0.73140496,0.7066116,0.6404959,0.6859504,0.71900827,0.75206614,0.7768595,0.8429752,0.8305785,0.8016529,0.75619835,0.7231405,0.71487606,0.6652893,0.5495868,0.59917355,0.6363636,0.607438,0.5,0.45454547,0.45454547,0.45041323,0.41735536,0.4338843,0.5082645,0.5495868,0.57438016,0.57024795,0.54545456,0.5247934,0.5289256,0.57024795,0.58264464,0.59504133,0.59090906,0.5371901,0.5413223,0.5661157,0.553719,0.5289256,0.59090906,0.6487603,0.6735537,0.661157,0.6322314,0.59917355,0.58677685,0.55785125,0.47933885,0.43801653,0.47933885,0.5289256,0.57438016,0.59504133,0.57024795,0.57024795,0.5785124,0.57024795,0.55785125,0.5661157,0.61157024,0.661157,0.6694215,0.7355372,0.75619835,0.6859504,0.6363636,0.6735537,0.7066116,0.75206614,0.7933884,0.8264463,0.8264463,0.8016529,0.76859504,0.74380165,0.7355372,0.6818182,0.57024795,0.5413223,0.61570245,0.6528926,0.6528926,0.59917355,0.58677685,0.5785124,0.6280992,0.661157,0.6570248,0.6570248,0.6404959,0.62396693,0.6322314,0.61570245,0.62396693,0.6363636,0.62396693,0.58677685,0.57024795,0.5413223,0.5661157,0.58677685,0.553719,0.5247934,0.58264464,0.6363636,0.6694215,0.6694215,0.6652893,0.6363636,0.607438,0.57438016,0.5123967,0.47107437,0.5206612,0.58677685,0.607438,0.59917355,0.58677685,0.58264464,0.59504133,0.6198347,0.6570248,0.70247936,0.74380165,0.76859504,0.76033056,0.75619835,0.72727275,0.71487606,0.6570248,0.6570248,0.71487606,0.74380165,0.7644628,0.8057851,0.822314,0.7933884,0.77272725,0.76859504,0.74793386,0.677686,0.61157024,0.56198347,0.59090906,0.62396693,0.6942149,0.70247936,0.6818182,0.6694215,0.6859504,0.69008267,0.6983471,0.69008267,0.6818182,0.677686,0.6818182,0.661157,0.6694215,0.6652893,0.6487603,0.6198347,0.6198347,0.59504133,0.58677685,0.58264464,0.55785125,0.5371901,0.59090906,0.62396693,0.6528926,0.6735537,0.6942149,0.6859504,0.661157,0.6363636,0.59504133,0.55785125,0.59917355,0.6487603,0.6652893,0.6735537,0.70247936,0.73966944,0.75206614,0.7768595,0.78099173,0.7933884,0.8016529,0.7892562,0.7644628,0.7231405,0.71900827,0.75619835,0.6694215,0.6487603,0.7231405,0.73966944,0.7768595,0.80991733,0.8140496,0.8016529,0.78512394,0.76859504,0.76033056,0.6818182,0.6198347,0.61157024,0.61570245,0.58677685,0.6487603,0.7066116,0.72727275,0.71900827,0.7066116,0.7107438,0.71487606,0.7066116,0.71487606,0.6942149,0.6859504,0.677686,0.6942149,0.7107438,0.69008267,0.6694215,0.6570248,0.6322314,0.59504133,0.57438016,0.56198347,0.5495868,0.58264464,0.61157024,0.6528926,0.6735537,0.6983471,0.70247936,0.70247936,0.6942149,0.661157,0.62396693,0.6528926,0.6983471,0.7231405,0.76033056,0.7933884,0.79752064,0.80991733,0.8140496,0.8016529,0.8016529,0.7933884,0.75619835,0.7066116,0.6818182,0.74380165,0.75206614,0.6818182,0.6363636,0.72727275,0.74380165,0.77272725,0.8057851,0.8057851,0.7933884,0.7933884,0.7768595,0.75619835,0.7107438,0.61570245,0.6363636,0.6735537,0.59917355,0.60330576,0.6735537,0.71900827,0.7355372,0.7355372,0.73966944,0.74380165,0.73966944,0.73966944,0.72727275,0.6942149,0.6694215,0.6818182,0.6859504,0.6694215,0.6570248,0.6487603,0.6404959,0.62396693,0.58264464,0.553719,0.54545456,0.58677685,0.61157024,0.6528926,0.6735537,0.6859504,0.7066116,0.7107438,0.7107438,0.69008267,0.6652893,0.7107438,0.7355372,0.78099173,0.78512394,0.80991733,0.8140496,0.7933884,0.80991733,0.79752064,0.78099173,0.75206614,0.70247936,0.6280992,0.6942149,0.75619835,0.72727275,0.6859504,0.6487603,0.71487606,0.74380165,0.76033056,0.8016529,0.8140496,0.79752064,0.78512394,0.78099173,0.74380165,0.6983471,0.60330576,0.61570245,0.69008267,0.6487603,0.59090906,0.6322314,0.6818182,0.70247936,0.72727275,0.73966944,0.76033056,0.75619835,0.75619835,0.74380165,0.71487606,0.69008267,0.677686,0.661157,0.6363636,0.6280992,0.62396693,0.6198347,0.61570245,0.58677685,0.57024795,0.54545456,0.59090906,0.607438,0.6487603,0.6735537,0.6652893,0.6983471,0.6983471,0.7066116,0.70247936,0.7066116,0.75206614,0.75206614,0.78512394,0.7892562,0.8016529,0.80991733,0.7933884,0.7933884,0.7933884,0.73966944,0.6983471,0.6528926,0.61570245,0.71900827,0.73966944,0.7107438,0.6818182,0.6487603,0.6859504,0.74793386,0.7644628,0.78512394,0.8057851,0.79752064,0.7768595,0.75206614,0.70247936,0.6322314,0.5661157,0.57438016,0.6446281,0.6446281,0.59090906,0.61157024,0.6528926,0.6694215,0.6983471,0.7231405,0.73966944,0.74793386,0.75206614,0.75619835,0.73140496,0.6983471,0.6735537,0.6487603,0.6280992,0.61570245,0.607438,0.58677685,0.58264464,0.57438016,0.5785124,0.553719,0.59504133,0.61157024,0.6404959,0.661157,0.6652893,0.6818182,0.70247936,0.69008267,0.7066116,0.71900827,0.75206614,0.74793386,0.77272725,0.78099173,0.7768595,0.79752064,0.7892562,0.78099173,0.7644628,0.677686,0.6322314,0.6487603,0.6570248,0.6983471,0.6859504,0.661157,0.6404959,0.61157024,0.61157024,0.69008267,0.71900827,0.75619835,0.77272725,0.77272725,0.75206614,0.6942149,0.6280992,0.5413223,0.5082645,0.5289256,0.5661157,0.58677685,0.57024795,0.59090906,0.6363636,0.6570248,0.6859504,0.71900827,0.72727275,0.72727275,0.73966944,0.74380165,0.72727275,0.6983471,0.6652893,0.6446281,0.6280992,0.61157024,0.59090906,0.57438016,0.5661157,0.5785124,0.58264464,0.55785125,0.58264464,0.607438,0.6404959,0.6487603,0.661157,0.677686,0.7066116,0.6652893,0.7066116,0.71900827,0.73966944,0.73140496,0.76033056,0.7644628,0.7644628,0.78512394,0.76859504,0.7644628,0.7066116,0.661157,0.61157024,0.6818182,0.6694215,0.6198347,0.57024795,0.5289256,0.4876033,0.46694216,0.49173555,0.5661157,0.61157024,0.6652893,0.70247936,0.70247936,0.6735537,0.60330576,0.5206612,0.42975205,0.38842976,0.41322315,0.45867768,0.5,0.53305787,0.59917355,0.6487603,0.6528926,0.6735537,0.6859504,0.6983471,0.7066116,0.7231405,0.7355372,0.71900827,0.6859504,0.6652893,0.6528926,0.6280992,0.60330576,0.57024795,0.553719,0.56198347,0.57438016,0.56198347,0.5661157,0.5785124,0.59504133,0.6322314,0.6446281,0.6446281,0.6694215,0.677686,0.661157,0.6818182,0.70247936,0.72727275,0.7231405,0.74793386,0.75206614,0.75619835,0.78512394,0.74380165,0.71900827,0.661157,0.6280992,0.6446281,0.7231405,0.70247936,0.553719,0.446281,0.38842976,0.3305785,0.2892562,0.30165288,0.41735536,0.5082645,0.5495868,0.59090906,0.59504133,0.56198347,0.5041322,0.4090909,0.28512397,0.23553719,0.28099173,0.3553719,0.42561984,0.5041322,0.61570245,0.6652893,0.6528926,0.6528926,0.6694215,0.6859504,0.7107438,0.7231405,0.7355372,0.71487606,0.6859504,0.6859504,0.6570248,0.6280992,0.59504133,0.56198347,0.53305787,0.5495868,0.553719,0.5413223,0.553719,0.58677685,0.5785124,0.62396693,0.6652893,0.6528926,0.6735537,0.6735537,0.6528926,0.677686,0.6942149,0.7066116,0.71900827,0.7355372,0.7355372,0.73140496,0.71487606,0.6983471,0.677686,0.6363636,0.6322314,0.6983471,0.76033056,0.75619835,0.6280992,0.42561984,0.32231405,0.29752067,0.2768595,0.23966943,0.25619835,0.35950413,0.446281,0.47107437,0.46694216,0.446281,0.37190083,0.26859504,0.22727273,0.24380165,0.29338843,0.3553719,0.44214877,0.53305787,0.6363636,0.6570248,0.6652893,0.6570248,0.6652893,0.6942149,0.6983471,0.7066116,0.71900827,0.71487606,0.6818182,0.6859504,0.661157,0.6363636,0.59090906,0.56198347,0.53305787,0.54545456,0.55785125,0.54545456,0.53305787,0.553719,0.5371901,0.60330576,0.6694215,0.6487603,0.661157,0.6652893,0.6570248,0.677686,0.6818182,0.6983471,0.70247936,0.71487606,0.72727275,0.72727275,0.6859504,0.6570248,0.6528926,0.6198347,0.661157,0.73966944,0.77272725,0.78099173,0.73140496,0.5495868,0.40495867,0.37190083,0.35123968,0.29752067,0.23966943,0.23966943,0.3181818,0.36363637,0.34710744,0.30578512,0.24380165,0.23553719,0.2892562,0.3429752,0.41322315,0.48347107,0.5371901,0.58677685,0.6446281,0.6487603,0.6818182,0.6942149,0.6404959,0.6942149,0.6942149,0.6859504,0.70247936,0.6859504,0.6694215,0.6694215,0.661157,0.6322314,0.59504133,0.553719,0.5289256,0.54545456,0.553719,0.5289256,0.5123967,0.5289256,0.5165289,0.58677685,0.6446281,0.661157,0.6363636,0.6570248,0.6528926,0.6694215,0.6694215,0.6942149,0.70247936,0.7066116,0.71487606,0.71900827,0.69008267,0.6487603,0.6322314,0.6570248,0.7231405,0.76859504,0.7768595,0.78512394,0.78099173,0.7107438,0.58264464,0.4876033,0.42975205,0.35123968,0.2603306,0.23553719,0.2603306,0.30578512,0.3181818,0.2892562,0.28512397,0.33471075,0.3429752,0.40082645,0.5041322,0.553719,0.57024795,0.607438,0.6404959,0.6487603,0.6694215,0.7066116,0.6363636,0.6322314,0.677686,0.6735537,0.6859504,0.6694215,0.6652893,0.6652893,0.6322314,0.61570245,0.59090906,0.5495868,0.53305787,0.5495868,0.553719,0.5165289,0.5082645,0.5082645,0.5123967,0.5661157,0.61570245,0.6487603,0.6528926,0.661157,0.6652893,0.6694215,0.677686,0.69008267,0.70247936,0.7066116,0.7107438,0.7066116,0.6859504,0.661157,0.6446281,0.6859504,0.74380165,0.77272725,0.78512394,0.76859504,0.76033056,0.73966944,0.6528926,0.54545456,0.46694216,0.39256197,0.3305785,0.32231405,0.33471075,0.338843,0.34710744,0.36363637,0.35950413,0.37603307,0.36363637,0.34710744,0.42561984,0.48347107,0.49586776,0.59090906,0.61157024,0.6528926,0.6487603,0.6735537,0.661157,0.61157024,0.6694215,0.6652893,0.6859504,0.677686,0.6570248,0.6322314,0.607438,0.58677685,0.57024795,0.55785125,0.5413223,0.5413223,0.5371901,0.5041322,0.47107437,0.47933885,0.5,0.54545456,0.58677685,0.6322314,0.6528926,0.661157,0.6528926,0.661157,0.6818182,0.6942149,0.6942149,0.6942149,0.6983471,0.6983471,0.6818182,0.661157,0.6570248,0.7066116,0.75619835,0.76859504,0.76859504,0.75619835,0.73966944,0.6859504,0.607438,0.5123967,0.42561984,0.37190083,0.3677686,0.4090909,0.4090909,0.40082645,0.43801653,0.4214876,0.38429752,0.36363637,0.38842976,0.338843,0.35123968,0.41735536,0.4338843,0.5371901,0.59090906,0.61157024,0.6280992,0.6404959,0.62396693,0.60330576,0.59090906,0.6322314,0.6735537,0.6652893,0.6487603,0.61570245,0.607438,0.5661157,0.5661157,0.553719,0.5413223,0.5206612,0.5165289,0.48347107,0.46694216,0.4752066,0.4876033,0.53305787,0.57438016,0.6198347,0.6363636,0.6446281,0.6446281,0.661157,0.6735537,0.677686,0.6859504,0.6818182,0.677686,0.677686,0.661157,0.6487603,0.677686,0.71487606,0.71900827,0.7231405,0.71487606,0.7231405,0.6818182,0.58264464,0.5289256,0.45867768,0.38429752,0.37190083,0.36363637,0.43801653,0.4214876,0.38842976,0.38429752,0.36363637,0.37603307,0.3553719,0.4338843,0.3264463,0.35123968,0.37603307,0.3966942,0.46694216,0.56198347,0.5413223,0.58677685,0.59504133,0.59090906,0.58677685,0.61570245,0.62396693,0.661157,0.661157,0.6404959,0.59917355,0.59504133,0.56198347,0.5661157,0.5413223,0.54545456,0.5165289,0.5041322,0.47107437,0.446281,0.45454547,0.49173555,0.5165289,0.56198347,0.60330576,0.6280992,0.62396693,0.6322314,0.661157,0.6570248,0.6404959,0.661157,0.6735537,0.661157,0.6487603,0.6322314,0.6363636,0.677686,0.6818182,0.6404959,0.6735537,0.677686,0.6570248,0.59504133,0.5206612,0.46280992,0.42975205,0.37603307,0.3966942,0.37603307,0.4338843,0.446281,0.40082645,0.43801653,0.3140496,0.42975205,0.3677686,0.41735536,0.36363637,0.33471075,0.35950413,0.35123968,0.3966942,0.47933885,0.45867768,0.5206612,0.5413223,0.5165289,0.5165289,0.6198347,0.5785124,0.6404959,0.6446281,0.6322314,0.607438,0.60330576,0.57438016,0.553719,0.5371901,0.53305787,0.5165289,0.4876033,0.45867768,0.42975205,0.4090909,0.48347107,0.5123967,0.54545456,0.5785124,0.59917355,0.607438,0.6198347,0.6446281,0.6404959,0.61157024,0.6280992,0.6487603,0.6404959,0.6280992,0.6198347,0.61157024,0.59917355,0.607438,0.57024795,0.57024795,0.60330576,0.5785124,0.5247934,0.48347107,0.40082645,0.4214876,0.38016528,0.39256197,0.40495867,0.3966942,0.42975205,0.40082645,0.446281,0.28099173,0.41322315,0.3966942,0.3677686,0.39256197,0.3264463,0.34710744,0.30991736,0.33471075,0.40495867,0.38429752,0.446281,0.46280992,0.47933885,0.45454547,0.5123967,0.5495868,0.61157024,0.6446281,0.6487603,0.6322314,0.60330576,0.5785124,0.5495868,0.5289256,0.5206612,0.5,0.47107437,0.446281,0.3966942,0.34710744,0.4338843,0.49586776,0.5371901,0.57024795,0.59090906,0.607438,0.61570245,0.6322314,0.6280992,0.59090906,0.607438,0.62396693,0.6198347,0.6198347,0.58677685,0.56198347,0.5289256,0.5082645,0.48347107,0.446281,0.5082645,0.49173555,0.45454547,0.4214876,0.3677686,0.38429752,0.37190083,0.37603307,0.40082645,0.35950413,0.38016528,0.37603307,0.35123968,0.3181818,0.33471075,0.37190083,0.36363637,0.37603307,0.3181818,0.32231405,0.2892562,0.30165288,0.3553719,0.3553719,0.37603307,0.38429752,0.4090909,0.41322315,0.40495867,0.47107437,0.54545456,0.62396693,0.6198347,0.59917355,0.58264464,0.55785125,0.5371901,0.5247934,0.5041322,0.4752066,0.46280992,0.4214876,0.36363637,0.29752067,0.39256197,0.46694216,0.5289256,0.5661157,0.5785124,0.59504133,0.6198347,0.6280992,0.6322314,0.59504133,0.58677685,0.61570245,0.6322314,0.60330576,0.5082645,0.56198347,0.446281,0.40495867,0.41735536,0.37603307,0.43801653,0.45454547,0.40082645,0.36363637,0.34710744,0.3140496,0.3553719,0.3140496,0.38429752,0.32231405,0.32231405,0.3140496,0.29338843,0.338843,0.32231405,0.3305785,0.3553719,0.3264463,0.30578512,0.29752067,0.28099173,0.28099173,0.30578512,0.35950413,0.3140496,0.30578512,0.338843,0.34710744,0.3677686,0.39256197,0.45867768,0.59917355,0.61157024,0.5785124,0.56198347,0.54545456,0.5289256,0.5247934,0.49173555,0.45867768,0.4338843,0.38842976,0.32231405,0.2644628,0.338843,0.40082645,0.49173555,0.56198347,0.57024795,0.58677685,0.6280992,0.62396693,0.62396693,0.607438,0.56198347,0.607438,0.6322314,0.5371901,0.47107437,0.5082645,0.38429752,0.3181818,0.338843,0.36363637,0.3429752,0.42561984,0.36363637,0.37190083,0.3305785,0.29338843,0.3429752,0.24793388,0.338843,0.3181818,0.30991736,0.30991736,0.30165288,0.3181818,0.3181818,0.29338843,0.32231405,0.29752067,0.2520661,0.2644628,0.2644628,0.26859504,0.2644628,0.32231405,0.2768595,0.24793388,0.26859504,0.30165288,0.3264463,0.3429752,0.38429752,0.54545456,0.60330576,0.55785125,0.5413223,0.5247934,0.5123967,0.5247934,0.49173555,0.42975205,0.37603307,0.32231405,0.28512397,0.27272728,0.2644628,0.3181818,0.39256197,0.4876033,0.53305787,0.5661157,0.59504133,0.61570245,0.58264464,0.60330576,0.5495868,0.61570245,0.57438016,0.46280992,0.43801653,0.446281,0.30165288,0.2644628,0.22727273,0.35950413,0.30991736,0.3553719,0.33471075,0.35123968,0.3264463,0.30578512,0.3264463,0.24380165,0.29338843,0.30991736,0.32231405,0.35950413,0.338843,0.37603307,0.38016528,0.338843,0.33471075,0.3181818,0.2520661,0.23140496,0.22727273,0.26859504,0.2603306,0.28512397,0.27272728,0.21487603,0.22727273,0.2520661,0.2644628,0.3140496,0.29338843,0.41735536,0.57024795,0.5289256,0.5,0.5041322,0.49586776,0.49586776,0.48347107,0.38016528,0.32231405,0.28512397,0.23140496,0.28099173,0.24380165,0.26859504,0.29338843,0.3966942,0.44214877,0.5371901,0.55785125,0.61570245,0.5495868,0.58677685,0.5413223,0.59917355,0.5041322,0.3966942,0.38842976,0.4090909,0.2520661,0.22727273,0.17768595,0.26859504,0.2644628,0.29338843,0.30991736,0.29752067,0.2892562,0.30991736,0.29338843,0.23966943,0.26859504,0.2768595,0.33471075,0.40082645,0.42561984,0.4090909,0.38016528,0.34710744,0.3553719,0.29338843,0.24380165,0.24380165,0.24380165,0.24380165,0.2520661,0.25619835,0.23966943,0.17768595,0.1983471,0.2231405,0.1983471,0.23553719,0.29752067,0.3677686,0.446281,0.5041322,0.46280992,0.45454547,0.46694216,0.42975205,0.43801653,0.3181818,0.2768595,0.2644628,0.1983471,0.29338843,0.23966943,0.2520661,0.24380165,0.3140496,0.3181818,0.5,0.49173555,0.56198347,0.5247934,0.55785125,0.54545456,0.54545456,0.4338843,0.3305785,0.36363637,0.3264463,0.23140496,0.21900827,0.19008264,0.24380165,0.23553719,0.23140496,0.25619835,0.2768595,0.2520661,0.2768595,0.2603306,0.23553719,0.25619835,0.2644628,0.3140496,0.3264463,0.3429752,0.3305785,0.3140496,0.30578512,0.30578512,0.30165288,0.28099173,0.30165288,0.3305785,0.30991736,0.2892562,0.29752067,0.30165288,0.25619835,0.23553719,0.2520661,0.23966943,0.24793388,0.30165288,0.3429752,0.338843,0.44214877,0.39256197,0.3966942,0.41322315,0.3429752,0.36363637,0.25619835,0.24793388,0.23553719,0.17768595,0.28099173,0.23966943,0.22727273,0.19008264,0.2603306,0.29338843,0.39256197,0.4338843,0.49586776,0.46280992,0.5082645,0.53305787,0.46694216,0.35123968,0.29752067,0.3305785,0.27272728,0.2644628,0.29338843,0.32231405,0.37190083,0.39256197,0.35950413,0.38429752,0.4090909,0.3553719,0.3305785,0.3264463,0.33471075,0.37190083,0.40082645,0.446281,0.45041323,0.45454547,0.4752066,0.49586776,0.5082645,0.5123967,0.5165289,0.4752066,0.45454547,0.49173555,0.48347107,0.43801653,0.4338843,0.45867768,0.42975205,0.35950413,0.3264463,0.30578512,0.28099173,0.29752067,0.29752067,0.30578512,0.38016528,0.34710744,0.35123968,0.338843,0.29338843,0.2892562,0.2107438,0.21487603,0.20661157,0.16528925,0.1983471,0.21487603,0.2107438,0.12809917,0.2107438,0.26859504,0.29338843,0.33471075,0.46280992,0.42561984,0.46280992,0.47107437,0.42561984,0.30165288,0.30165288,0.30578512,0.24793388,0.3429752,0.43801653,0.4752066,0.47107437,0.5206612,0.5165289,0.5413223,0.57438016,0.53305787,0.47933885,0.4752066,0.49173555,0.5371901,0.57438016,0.60330576,0.607438,0.58677685,0.59917355,0.6280992,0.6363636,0.62396693,0.59917355,0.5785124,0.55785125,0.56198347,0.56198347,0.5371901,0.5289256,0.5495868,0.5413223,0.47107437,0.38429752,0.33471075,0.2768595,0.30165288,0.30578512,0.2892562,0.32231405,0.29752067,0.30165288,0.28099173,0.26859504,0.23553719,0.18595041,0.17768595,0.19008264,0.16528925,0.14876033,0.17768595,0.1983471,0.14049587,0.24793388,0.23966943,0.2644628,0.29338843,0.3264463,0.39256197,0.3966942,0.39256197,0.42975205,0.3305785,0.30578512,0.30165288,0.24793388,0.42561984,0.55785125,0.56198347,0.54545456,0.59090906,0.59090906,0.58264464,0.61157024,0.61570245,0.59504133,0.5785124,0.58264464,0.60330576,0.6322314,0.6487603,0.6528926,0.6570248,0.6652893,0.6652893,0.6694215,0.6652893,0.6363636,0.61570245,0.59090906,0.5785124,0.56198347,0.5495868,0.5661157,0.58264464,0.5785124,0.5371901,0.4338843,0.29338843,0.24793388,0.3140496,0.30991736,0.30991736,0.28099173,0.2603306,0.2603306,0.23966943,0.21900827,0.1983471,0.16115703,0.13636364,0.16528925,0.1570248,0.14049587,0.14876033,0.17768595,0.18181819,0.2107438,0.19421488,0.23966943,0.28099173,0.26859504,0.3553719,0.34710744,0.3181818,0.42561984,0.37190083,0.30991736,0.30991736,0.28099173,0.45454547,0.59504133,0.61157024,0.6198347,0.6363636,0.6363636,0.6198347,0.61157024,0.60330576,0.59090906,0.59504133,0.60330576,0.59504133,0.60330576,0.6280992,0.6280992,0.62396693,0.6280992,0.6280992,0.6280992,0.6198347,0.607438,0.59090906,0.57024795,0.56198347,0.5413223,0.5413223,0.58264464,0.59917355,0.5785124,0.5661157,0.48347107,0.29338843,0.2231405,0.2768595,0.3181818,0.30165288,0.23966943,0.2107438,0.22727273,0.24380165,0.19421488,0.16528925,0.14876033,0.10743801,0.14876033,0.1446281,0.16528925,0.1570248,0.1694215,0.1983471,0.18181819,0.18181819,0.2231405,0.28099173,0.24793388,0.30165288,0.30578512,0.29752067,0.40082645,0.36363637,0.3140496,0.29752067,0.30578512,0.45454547,0.58264464,0.6446281,0.6735537,0.6859504,0.6859504,0.661157,0.6363636,0.60330576,0.5661157,0.5495868,0.5661157,0.5661157,0.553719,0.55785125,0.553719,0.553719,0.5495868,0.5289256,0.5413223,0.553719,0.55785125,0.57024795,0.5413223,0.553719,0.5289256,0.5247934,0.59090906,0.58677685,0.5661157,0.56198347,0.49173555,0.3264463,0.2107438,0.2520661,0.3181818,0.26859504,0.23966943,0.21487603,0.21900827,0.21900827,0.1983471,0.15289256,0.14049587,0.10743801,0.14049587,0.14049587,0.17355372,0.1694215,0.18181819,0.17355372,0.14876033,0.14876033,0.22727273,0.2644628,0.23966943,0.27272728,0.28099173,0.2892562,0.338843,0.3140496,0.29338843,0.2768595,0.338843,0.47107437,0.57024795,0.6570248,0.6983471,0.6983471,0.6942149,0.6735537,0.6446281,0.61157024,0.56198347,0.5206612,0.5289256,0.5289256,0.5041322,0.46694216,0.49586776,0.5289256,0.5041322,0.47107437,0.46694216,0.5082645,0.53305787,0.5206612,0.49586776,0.5041322,0.53305787,0.5206612,0.57024795,0.57438016,0.5413223,0.53305787,0.45041323,0.3553719,0.17768595,0.2107438,0.29338843,0.26859504,0.2231405,0.21487603,0.1983471,0.20247933,0.19008264,0.15289256,0.1322314,0.10743801,0.12396694,0.1322314,0.17355372,0.16528925,0.16528925,0.18181819,0.1570248,0.1322314,0.2107438,0.23966943,0.23553719,0.24793388,0.23966943,0.23966943,0.27272728,0.2603306,0.2603306,0.2644628,0.3553719,0.47933885,0.553719,0.6363636,0.6942149,0.6942149,0.6818182,0.6694215,0.6404959,0.61157024,0.5785124,0.5041322,0.47933885,0.47107437,0.46280992,0.39256197,0.47933885,0.5,0.4876033,0.47933885,0.42975205,0.43801653,0.43801653,0.45867768,0.46694216,0.45867768,0.5165289,0.5247934,0.5661157,0.57438016,0.5206612,0.49586776,0.3966942,0.338843,0.2520661,0.17768595,0.2107438,0.2520661,0.18595041,0.20247933,0.19008264,0.1694215,0.15289256,0.1446281,0.14049587,0.11570248,0.1322314,0.13636364,0.16528925,0.16528925,0.15289256,0.15289256,0.16115703,0.13636364,0.15289256,0.2107438,0.23966943,0.23966943,0.20247933,0.20661157,0.23553719,0.24380165,0.2520661,0.25619835,0.338843,0.45867768,0.54545456,0.62396693,0.6735537,0.6818182,0.6735537,0.6528926,0.6322314,0.59917355,0.57024795,0.48347107,0.446281,0.4090909,0.4338843,0.3677686,0.44214877,0.4338843,0.47107437,0.42975205,0.4338843,0.38016528,0.37190083,0.41322315,0.44214877,0.45041323,0.5,0.5247934,0.56198347,0.5661157,0.5,0.4214876,0.40495867,0.3181818,0.29338843,0.14049587,0.2231405,0.18181819,0.17768595,0.20247933,0.19421488,0.17355372,0.13636364,0.1446281,0.13636364,0.12809917,0.14876033,0.15289256,0.15289256,0.16115703,0.14876033,0.13636364,0.1694215,0.16115703,0.14876033,0.1983471,0.2231405,0.1983471,0.18181819,0.17355372,0.21487603,0.24793388,0.23966943,0.24793388,0.30165288,0.41322315,0.5123967,0.59917355,0.6322314,0.6404959,0.6198347,0.62396693,0.6363636,0.607438,0.5661157,0.49173555,0.47107437,0.3966942,0.42561984,0.38842976,0.38842976,0.36363637,0.42975205,0.338843,0.45867768,0.35950413,0.37190083,0.3966942,0.3966942,0.446281,0.5082645,0.5371901,0.54545456,0.5413223,0.46694216,0.34710744,0.35123968,0.30991736,0.28099173,0.16528925,0.17768595,0.17355372,0.14876033,0.1694215,0.19008264,0.1570248,0.11983471,0.1322314,0.11983471,0.12809917,0.17355372,0.1694215,0.1570248,0.15289256,0.13636364,0.13636364,0.1694215,0.1694215,0.11983471,0.18181819,0.23553719,0.1570248,0.16528925,0.16115703,0.22727273,0.24380165,0.2107438,0.23966943,0.27272728,0.35950413,0.44214877,0.49586776,0.54545456,0.5661157,0.5785124,0.6198347,0.6322314,0.60330576,0.5785124,0.54545456,0.5247934,0.46694216,0.44214877,0.40495867,0.4090909,0.3553719,0.3553719,0.28512397,0.42561984,0.45454547,0.3181818,0.3553719,0.42561984,0.48347107,0.5,0.5247934,0.5371901,0.46280992,0.41322315,0.3264463,0.29338843,0.2603306,0.2768595,0.2107438,0.1983471,0.16115703,0.16528925,0.13636364,0.1694215,0.1570248,0.11983471,0.11983471,0.12396694,0.1446281,0.18595041,0.18181819,0.1570248,0.1446281,0.1322314,0.14876033,0.16115703,0.16115703,0.15289256,0.14876033,0.19008264,0.20661157,0.13636364,0.16115703,0.24380165,0.22727273,0.18595041,0.23553719,0.23966943,0.30578512,0.3677686,0.40082645,0.47107437,0.4876033,0.49586776,0.6652893,0.6528926,0.6363636,0.6487603,0.6446281,0.6404959,0.59917355,0.49173555,0.38842976,0.4214876,0.37603307,0.2892562,0.3264463,0.3140496,0.48347107,0.38842976,0.38842976,0.47933885,0.5371901,0.5165289,0.5206612,0.5082645,0.4090909,0.35123968,0.33471075,0.27272728,0.21900827,0.21900827,0.22727273,0.19008264,0.19008264,0.1570248,0.11983471,0.13636364,0.11983471,0.11570248,0.12396694,0.14049587,0.17355372,0.1983471,0.1983471,27 +0.7066116,0.70247936,0.7355372,0.78099173,0.7892562,0.77272725,0.7892562,0.7892562,0.7892562,0.7768595,0.7644628,0.79752064,0.8016529,0.7892562,0.7892562,0.77272725,0.7768595,0.7768595,0.77272725,0.76859504,0.78099173,0.7933884,0.7644628,0.77272725,0.75619835,0.75206614,0.7231405,0.7231405,0.73140496,0.73966944,0.7231405,0.7355372,0.74793386,0.75619835,0.73966944,0.7066116,0.6983471,0.6983471,0.69008267,0.6942149,0.6735537,0.69008267,0.6818182,0.6818182,0.69008267,0.6859504,0.6859504,0.6983471,0.677686,0.6652893,0.677686,0.661157,0.6570248,0.677686,0.6694215,0.6735537,0.677686,0.5661157,0.5165289,0.5,0.49586776,0.3429752,0.3305785,0.24793388,0.73140496,0.71487606,0.77272725,0.8057851,0.8057851,0.7644628,0.80991733,0.8264463,0.79752064,0.78099173,0.78512394,0.8057851,0.79752064,0.8057851,0.78512394,0.7768595,0.78099173,0.78512394,0.7892562,0.77272725,0.78512394,0.7768595,0.7892562,0.78512394,0.78512394,0.7644628,0.74793386,0.7231405,0.73966944,0.71900827,0.70247936,0.7107438,0.73966944,0.73966944,0.7355372,0.71487606,0.7231405,0.6983471,0.69008267,0.6983471,0.6859504,0.6818182,0.70247936,0.6859504,0.7066116,0.70247936,0.6983471,0.71487606,0.677686,0.6528926,0.6818182,0.6528926,0.6528926,0.69008267,0.6735537,0.6735537,0.72727275,0.59504133,0.5495868,0.56198347,0.5,0.42561984,0.30991736,0.3429752,0.73966944,0.73140496,0.78099173,0.8140496,0.822314,0.79752064,0.8016529,0.822314,0.7933884,0.78099173,0.79752064,0.80991733,0.80991733,0.80991733,0.78099173,0.8016529,0.7933884,0.7892562,0.7892562,0.78099173,0.7892562,0.76859504,0.78512394,0.7892562,0.78512394,0.7768595,0.76859504,0.74380165,0.73966944,0.71900827,0.6942149,0.69008267,0.71487606,0.75206614,0.7355372,0.72727275,0.72727275,0.72727275,0.70247936,0.69008267,0.6859504,0.69008267,0.69008267,0.6942149,0.70247936,0.6983471,0.6983471,0.6942149,0.6652893,0.661157,0.6735537,0.6652893,0.661157,0.677686,0.6735537,0.6694215,0.7231405,0.62396693,0.5661157,0.60330576,0.5165289,0.46694216,0.37190083,0.29752067,0.76033056,0.7644628,0.7933884,0.822314,0.8305785,0.8140496,0.79752064,0.80991733,0.8016529,0.78512394,0.7933884,0.79752064,0.7933884,0.79752064,0.8057851,0.8016529,0.7933884,0.7892562,0.7933884,0.78512394,0.78512394,0.76859504,0.7768595,0.7768595,0.7892562,0.78512394,0.77272725,0.75206614,0.74793386,0.74380165,0.7066116,0.6818182,0.72727275,0.7768595,0.74793386,0.73140496,0.7231405,0.74380165,0.71487606,0.6942149,0.6735537,0.677686,0.677686,0.661157,0.6735537,0.6694215,0.6694215,0.6694215,0.6446281,0.6446281,0.6446281,0.6487603,0.6446281,0.6487603,0.661157,0.6694215,0.71487606,0.69008267,0.59504133,0.6280992,0.5495868,0.47933885,0.39256197,0.2644628,0.7768595,0.78099173,0.80991733,0.8305785,0.838843,0.822314,0.8016529,0.7892562,0.79752064,0.7892562,0.78099173,0.78099173,0.78099173,0.76859504,0.7892562,0.76859504,0.78512394,0.78512394,0.78512394,0.7768595,0.77272725,0.75619835,0.7768595,0.76859504,0.7768595,0.7892562,0.78512394,0.76033056,0.76033056,0.76033056,0.72727275,0.6818182,0.73966944,0.79752064,0.76033056,0.7231405,0.72727275,0.73966944,0.71900827,0.6983471,0.677686,0.6487603,0.6404959,0.62396693,0.6280992,0.61570245,0.607438,0.607438,0.5785124,0.59090906,0.5785124,0.59917355,0.60330576,0.607438,0.61570245,0.6528926,0.6694215,0.6983471,0.6446281,0.6404959,0.5785124,0.48347107,0.39256197,0.28512397,0.78512394,0.7933884,0.8140496,0.8305785,0.838843,0.8181818,0.79752064,0.78099173,0.77272725,0.7644628,0.74793386,0.74380165,0.74380165,0.7107438,0.69008267,0.6570248,0.6818182,0.7231405,0.7107438,0.6942149,0.677686,0.6818182,0.7066116,0.71487606,0.7066116,0.7644628,0.7892562,0.7768595,0.7768595,0.76859504,0.74380165,0.677686,0.71900827,0.78512394,0.76859504,0.71487606,0.7231405,0.74793386,0.6983471,0.677686,0.6446281,0.58264464,0.57438016,0.5413223,0.53305787,0.5165289,0.5041322,0.5206612,0.49173555,0.48347107,0.5082645,0.5247934,0.5371901,0.5413223,0.5413223,0.58677685,0.6198347,0.69008267,0.6818182,0.6570248,0.61157024,0.5165289,0.39256197,0.32231405,0.79752064,0.8057851,0.8181818,0.8305785,0.8305785,0.79752064,0.7768595,0.74793386,0.7066116,0.6859504,0.677686,0.677686,0.6818182,0.58264464,0.5413223,0.5123967,0.48347107,0.5165289,0.53305787,0.53305787,0.5123967,0.5661157,0.5661157,0.6528926,0.6280992,0.661157,0.76033056,0.7768595,0.7892562,0.78099173,0.73966944,0.6818182,0.7066116,0.78512394,0.76859504,0.7066116,0.70247936,0.73140496,0.6404959,0.57024795,0.5123967,0.5123967,0.46280992,0.39256197,0.38016528,0.34710744,0.32231405,0.32231405,0.3264463,0.29752067,0.3553719,0.38842976,0.4090909,0.42561984,0.43801653,0.45454547,0.57024795,0.6446281,0.6942149,0.6694215,0.6363636,0.5495868,0.39256197,0.3264463,0.8140496,0.80991733,0.822314,0.822314,0.8181818,0.76859504,0.71900827,0.59090906,0.54545456,0.5206612,0.5495868,0.58264464,0.553719,0.45041323,0.38016528,0.3966942,0.36363637,0.3181818,0.338843,0.37190083,0.3429752,0.38842976,0.39256197,0.446281,0.57024795,0.5661157,0.6859504,0.7768595,0.75206614,0.7644628,0.7231405,0.677686,0.6818182,0.7644628,0.73966944,0.6942149,0.6694215,0.677686,0.59917355,0.5041322,0.45867768,0.3966942,0.36363637,0.2768595,0.24380165,0.23966943,0.2603306,0.21900827,0.18181819,0.30578512,0.21487603,0.23140496,0.25619835,0.2892562,0.338843,0.35950413,0.44214877,0.6363636,0.6652893,0.6694215,0.6404959,0.58264464,0.4214876,0.2644628,0.80991733,0.80991733,0.80991733,0.80991733,0.7768595,0.70247936,0.56198347,0.5495868,0.49173555,0.41322315,0.45867768,0.47107437,0.4090909,0.36363637,0.3305785,0.2768595,0.28512397,0.23140496,0.24380165,0.2768595,0.2603306,0.35950413,0.36363637,0.33471075,0.49173555,0.5247934,0.58677685,0.71487606,0.71900827,0.71900827,0.71900827,0.661157,0.6652893,0.73966944,0.71900827,0.6818182,0.6363636,0.607438,0.55785125,0.49173555,0.3677686,0.3181818,0.3305785,0.2520661,0.2520661,0.24380165,0.2603306,0.16528925,0.17355372,0.23966943,0.20661157,0.2231405,0.23140496,0.24380165,0.3140496,0.2603306,0.3140496,0.5123967,0.6198347,0.6652893,0.6652893,0.607438,0.4752066,0.22727273,0.8140496,0.8016529,0.80991733,0.78099173,0.75206614,0.6694215,0.5,0.49173555,0.4338843,0.4338843,0.4338843,0.38842976,0.3140496,0.2520661,0.23966943,0.20661157,0.2107438,0.20661157,0.23553719,0.2603306,0.28099173,0.3677686,0.42975205,0.40495867,0.446281,0.5082645,0.56198347,0.6570248,0.70247936,0.6983471,0.7066116,0.6446281,0.6570248,0.69008267,0.69008267,0.6652893,0.607438,0.57024795,0.5413223,0.4752066,0.40495867,0.4752066,0.5206612,0.49586776,0.44214877,0.3677686,0.3181818,0.28512397,0.3140496,0.3305785,0.30165288,0.2892562,0.28099173,0.26859504,0.28099173,0.26859504,0.2231405,0.36363637,0.4338843,0.58264464,0.6570248,0.6363636,0.5082645,0.26859504,0.8140496,0.79752064,0.8140496,0.76859504,0.73140496,0.5785124,0.46694216,0.38429752,0.40082645,0.40082645,0.38016528,0.34710744,0.2520661,0.3553719,0.45041323,0.42561984,0.4214876,0.32231405,0.3140496,0.30991736,0.30991736,0.37190083,0.40082645,0.4090909,0.47107437,0.53305787,0.60330576,0.6570248,0.6983471,0.6983471,0.6694215,0.6528926,0.6652893,0.661157,0.6735537,0.6735537,0.59917355,0.56198347,0.5413223,0.446281,0.661157,0.7892562,0.74793386,0.59090906,0.5371901,0.5413223,0.55785125,0.57438016,0.59917355,0.5785124,0.5371901,0.4876033,0.4876033,0.46280992,0.41322315,0.38016528,0.3264463,0.3553719,0.32231405,0.38842976,0.47933885,0.61570245,0.5413223,0.30165288,0.78099173,0.80991733,0.79752064,0.74793386,0.61570245,0.53305787,0.45867768,0.38842976,0.39256197,0.35950413,0.37603307,0.40495867,0.36363637,0.59917355,0.78512394,0.75619835,0.7066116,0.55785125,0.5289256,0.47933885,0.45041323,0.45454547,0.4338843,0.39256197,0.41322315,0.4338843,0.54545456,0.6942149,0.71900827,0.71900827,0.6859504,0.6983471,0.69008267,0.6735537,0.6694215,0.7107438,0.6363636,0.5661157,0.4876033,0.40082645,0.5123967,0.60330576,0.59090906,0.61157024,0.61157024,0.607438,0.58264464,0.55785125,0.5371901,0.5247934,0.5123967,0.5,0.5413223,0.5495868,0.5041322,0.45454547,0.4338843,0.3966942,0.3966942,0.40082645,0.3966942,0.4090909,0.59504133,0.338843,0.74793386,0.80991733,0.78512394,0.69008267,0.5123967,0.47933885,0.41322315,0.42561984,0.49173555,0.5206612,0.5413223,0.607438,0.6322314,0.69008267,0.7231405,0.69008267,0.6487603,0.60330576,0.607438,0.58264464,0.59917355,0.58677685,0.57024795,0.5082645,0.45454547,0.42561984,0.37603307,0.4876033,0.8057851,0.7644628,0.73140496,0.72727275,0.7231405,0.70247936,0.6818182,0.74793386,0.71487606,0.5041322,0.38429752,0.4338843,0.5123967,0.5785124,0.5413223,0.5165289,0.49173555,0.49173555,0.49586776,0.4876033,0.48347107,0.4876033,0.47933885,0.49173555,0.5206612,0.553719,0.553719,0.57024795,0.54545456,0.446281,0.40495867,0.3966942,0.47107437,0.35123968,0.49586776,0.44214877,0.72727275,0.8140496,0.7933884,0.59090906,0.36363637,0.43801653,0.5,0.553719,0.6363636,0.6694215,0.6487603,0.661157,0.6446281,0.59917355,0.553719,0.5041322,0.48347107,0.46280992,0.45454547,0.44214877,0.45867768,0.47107437,0.48347107,0.48347107,0.4752066,0.42975205,0.41322315,0.23553719,0.71900827,0.8140496,0.7892562,0.8347107,0.7355372,0.60330576,0.5785124,0.59917355,0.6198347,0.41735536,0.40495867,0.49173555,0.46694216,0.42561984,0.4214876,0.4338843,0.46280992,0.5206612,0.5661157,0.59917355,0.59917355,0.61570245,0.61570245,0.62396693,0.607438,0.61157024,0.607438,0.6652893,0.61157024,0.5289256,0.446281,0.3966942,0.4338843,0.4876033,0.38429752,0.53305787,0.76033056,0.80991733,0.76033056,0.38842976,0.42561984,0.5661157,0.62396693,0.6942149,0.677686,0.6694215,0.61157024,0.607438,0.59504133,0.59917355,0.61157024,0.58264464,0.5206612,0.47107437,0.42561984,0.3966942,0.36363637,0.38016528,0.3677686,0.38429752,0.38429752,0.3553719,0.34710744,0.2768595,0.53305787,0.57438016,0.57024795,0.7231405,0.42975205,0.3181818,0.2892562,0.2231405,0.26859504,0.4214876,0.446281,0.40082645,0.34710744,0.37190083,0.37603307,0.39256197,0.4214876,0.43801653,0.42561984,0.4214876,0.35123968,0.38842976,0.42561984,0.5165289,0.59504133,0.6280992,0.62396693,0.62396693,0.58677685,0.4752066,0.38842976,0.34710744,0.32231405,0.40495867,0.3677686,0.40495867,0.7768595,0.7892562,0.6446281,0.36363637,0.55785125,0.61570245,0.7107438,0.6942149,0.6983471,0.6942149,0.6735537,0.6694215,0.6280992,0.55785125,0.46280992,0.37190083,0.38842976,0.30991736,0.30165288,0.34710744,0.3553719,0.35950413,0.3429752,0.35123968,0.37190083,0.36363637,0.338843,0.33471075,0.40082645,0.26859504,0.40082645,0.5785124,0.59504133,0.57438016,0.5082645,0.46694216,0.25619835,0.42561984,0.338843,0.30578512,0.33471075,0.34710744,0.39256197,0.446281,0.42975205,0.29338843,0.3140496,0.42975205,0.12809917,0.21487603,0.18181819,0.28512397,0.33471075,0.37603307,0.4752066,0.553719,0.5495868,0.4338843,0.35950413,0.3140496,0.2520661,0.27272728,0.3140496,0.13636364,0.80991733,0.76859504,0.5785124,0.44214877,0.607438,0.661157,0.7066116,0.71900827,0.75619835,0.7355372,0.6487603,0.4876033,0.38016528,0.3181818,0.2644628,0.26859504,0.3966942,0.2644628,0.1983471,0.23966943,0.38429752,0.40495867,0.3966942,0.40082645,0.42975205,0.41322315,0.40495867,0.41322315,0.38429752,0.36363637,0.6487603,0.71900827,0.71487606,0.677686,0.6446281,0.607438,0.4090909,0.30578512,0.2603306,0.3181818,0.38016528,0.36363637,0.38016528,0.5371901,0.57438016,0.3140496,0.28512397,0.2603306,0.11157025,0.27272728,0.19008264,0.5082645,0.5206612,0.24793388,0.30991736,0.39256197,0.54545456,0.57438016,0.5041322,0.46280992,0.4090909,0.4214876,0.37190083,0.35950413,0.74793386,0.69008267,0.59090906,0.5206612,0.6363636,0.6487603,0.69008267,0.7355372,0.74380165,0.58264464,0.37603307,0.3181818,0.37603307,0.4338843,0.2603306,0.30165288,0.28512397,0.21487603,0.29338843,0.30165288,0.54545456,0.5661157,0.4338843,0.5082645,0.5123967,0.53305787,0.57438016,0.57024795,0.2603306,0.5041322,0.74793386,0.73140496,0.7107438,0.6652893,0.6487603,0.6528926,0.46280992,0.25619835,0.30165288,0.40082645,0.38842976,0.41735536,0.5206612,0.6859504,0.6983471,0.47933885,0.38842976,0.3553719,0.29752067,0.3305785,0.3305785,0.5661157,0.59917355,0.43801653,0.46280992,0.37190083,0.41322315,0.6280992,0.6694215,0.6322314,0.58677685,0.62396693,0.46280992,0.61570245,0.5661157,0.36363637,0.40495867,0.5,0.5165289,0.5371901,0.6322314,0.661157,0.5371901,0.3553719,0.3966942,0.48347107,0.5413223,0.59504133,0.43801653,0.41322315,0.41322315,0.3966942,0.43801653,0.4752066,0.6528926,0.6404959,0.54545456,0.6363636,0.59917355,0.61157024,0.7355372,0.70247936,0.1983471,0.607438,0.80991733,0.72727275,0.6942149,0.661157,0.6570248,0.71487606,0.5206612,0.23553719,0.37190083,0.47107437,0.57024795,0.62396693,0.6570248,0.72727275,0.7231405,0.661157,0.59090906,0.55785125,0.5413223,0.5,0.58677685,0.6652893,0.6735537,0.6942149,0.6942149,0.553719,0.44214877,0.5247934,0.6652893,0.73140496,0.7107438,0.75206614,0.57438016,0.5495868,0.25619835,0.19421488,0.26859504,0.4752066,0.42561984,0.5082645,0.607438,0.47107437,0.4090909,0.47107437,0.60330576,0.6528926,0.6735537,0.7107438,0.6404959,0.6322314,0.57024795,0.61157024,0.607438,0.6198347,0.6570248,0.6198347,0.59504133,0.62396693,0.6570248,0.7066116,0.7768595,0.6942149,0.21900827,0.76033056,0.8057851,0.7231405,0.6818182,0.6528926,0.6528926,0.71487606,0.6735537,0.2768595,0.38429752,0.55785125,0.6570248,0.6528926,0.677686,0.72727275,0.71900827,0.69008267,0.6528926,0.6570248,0.661157,0.6404959,0.6735537,0.70247936,0.72727275,0.7892562,0.77272725,0.6859504,0.59917355,0.55785125,0.60330576,0.6735537,0.70247936,0.76859504,0.6198347,0.4752066,0.6363636,0.6446281,0.4214876,0.54545456,0.56198347,0.62396693,0.54545456,0.4752066,0.5413223,0.6487603,0.6942149,0.73140496,0.73140496,0.75206614,0.6983471,0.70247936,0.6363636,0.6487603,0.6280992,0.62396693,0.6322314,0.5785124,0.59504133,0.59504133,0.6404959,0.73966944,0.74793386,0.61157024,0.28099173,0.8181818,0.7644628,0.7231405,0.6983471,0.6652893,0.6528926,0.6983471,0.73966944,0.45867768,0.3181818,0.5041322,0.59504133,0.58677685,0.60330576,0.61157024,0.6446281,0.6570248,0.677686,0.7066116,0.7066116,0.72727275,0.71900827,0.73140496,0.75206614,0.78099173,0.74380165,0.73140496,0.72727275,0.6694215,0.6694215,0.70247936,0.71900827,0.7933884,0.59917355,0.446281,0.79752064,0.80991733,0.45867768,0.6487603,0.71487606,0.6983471,0.60330576,0.60330576,0.7107438,0.76859504,0.7933884,0.8016529,0.78099173,0.76859504,0.75206614,0.73966944,0.7107438,0.6528926,0.59917355,0.57438016,0.5371901,0.5413223,0.5371901,0.60330576,0.661157,0.677686,0.70247936,0.40495867,0.57438016,0.8057851,0.75619835,0.7231405,0.71487606,0.6983471,0.6404959,0.6198347,0.75206614,0.6404959,0.3429752,0.41735536,0.5495868,0.58677685,0.607438,0.5495868,0.54545456,0.5661157,0.58264464,0.59504133,0.6280992,0.661157,0.6528926,0.661157,0.6652893,0.72727275,0.76033056,0.7768595,0.76859504,0.74380165,0.73140496,0.73966944,0.74380165,0.80991733,0.49586776,0.5041322,0.7933884,0.80991733,0.47107437,0.59917355,0.6983471,0.7066116,0.7107438,0.7644628,0.8140496,0.80991733,0.78512394,0.8057851,0.8057851,0.79752064,0.7644628,0.7107438,0.6404959,0.59917355,0.55785125,0.5495868,0.55785125,0.59090906,0.61570245,0.6818182,0.69008267,0.6859504,0.6859504,0.35950413,0.73966944,0.7768595,0.75619835,0.7231405,0.71487606,0.7066116,0.677686,0.6570248,0.75619835,0.7355372,0.46694216,0.35950413,0.59504133,0.6446281,0.6487603,0.661157,0.6280992,0.61570245,0.58677685,0.57024795,0.5413223,0.5661157,0.61157024,0.6528926,0.6859504,0.7066116,0.71900827,0.72727275,0.7768595,0.75206614,0.75619835,0.7644628,0.74380165,0.8264463,0.37190083,0.6528926,0.7768595,0.8057851,0.5289256,0.5413223,0.71487606,0.76859504,0.7933884,0.8016529,0.8181818,0.822314,0.8140496,0.8057851,0.73966944,0.7231405,0.70247936,0.6446281,0.6280992,0.61570245,0.6280992,0.6404959,0.6818182,0.6818182,0.6859504,0.7231405,0.73966944,0.78099173,0.57438016,0.49173555,0.79752064,0.76859504,0.77272725,0.72727275,0.72727275,0.6983471,0.6859504,0.7231405,0.76033056,0.74793386,0.6322314,0.30578512,0.5,0.73140496,0.7231405,0.7231405,0.71900827,0.73966944,0.74380165,0.73140496,0.7066116,0.71900827,0.7231405,0.73966944,0.75619835,0.76033056,0.78099173,0.7644628,0.76033056,0.75206614,0.75619835,0.76859504,0.76859504,0.73966944,0.29752067,0.78099173,0.75619835,0.78099173,0.61570245,0.45454547,0.75619835,0.78512394,0.7933884,0.822314,0.8305785,0.8347107,0.8140496,0.78099173,0.76859504,0.75619835,0.73966944,0.73140496,0.74380165,0.74793386,0.74793386,0.72727275,0.7355372,0.7355372,0.77272725,0.7768595,0.79752064,0.78512394,0.47933885,0.661157,0.7768595,0.77272725,0.7768595,0.74380165,0.7355372,0.7107438,0.70247936,0.73966944,0.75619835,0.73140496,0.71487606,0.4752066,0.29338843,0.6694215,0.76859504,0.75206614,0.74793386,0.75206614,0.75206614,0.75206614,0.74793386,0.76033056,0.7768595,0.77272725,0.7644628,0.75619835,0.7644628,0.75619835,0.75206614,0.7768595,0.76033056,0.77272725,0.79752064,0.5495868,0.54545456,0.74793386,0.74793386,0.7644628,0.7066116,0.42561984,0.73966944,0.7933884,0.8016529,0.8057851,0.80991733,0.8140496,0.8181818,0.8264463,0.8305785,0.8305785,0.79752064,0.8016529,0.80991733,0.80991733,0.7892562,0.77272725,0.78099173,0.78512394,0.80991733,0.7933884,0.8016529,0.61157024,0.5371901,0.7644628,0.7768595,0.78512394,0.78099173,0.75619835,0.74793386,0.7231405,0.70247936,0.7231405,0.74793386,0.71487606,0.72727275,0.6487603,0.37603307,0.36363637,0.71487606,0.7644628,0.74793386,0.75206614,0.73966944,0.74380165,0.73966944,0.74793386,0.76033056,0.74380165,0.74793386,0.73966944,0.75206614,0.76033056,0.74793386,0.78099173,0.77272725,0.71900827,0.6446281,0.5661157,0.7644628,0.7066116,0.73140496,0.76033056,0.75206614,0.47933885,0.6446281,0.8140496,0.8016529,0.7892562,0.80991733,0.822314,0.8264463,0.8264463,0.822314,0.8016529,0.7933884,0.7892562,0.8016529,0.80991733,0.79752064,0.77272725,0.7892562,0.7892562,0.7892562,0.76033056,0.7066116,0.48347107,0.6818182,0.7933884,0.77272725,0.79752064,0.7768595,0.76033056,0.77272725,0.73966944,0.7066116,0.69008267,0.7107438,0.7107438,0.7066116,0.72727275,0.5206612,0.4338843,0.39256197,0.6198347,0.7355372,0.74793386,0.73966944,0.75619835,0.7355372,0.75619835,0.74793386,0.73966944,0.74793386,0.75206614,0.7644628,0.75619835,0.74793386,0.6487603,0.55785125,0.53305787,0.6446281,0.7768595,0.8016529,0.6983471,0.72727275,0.75619835,0.79752064,0.62396693,0.47107437,0.76859504,0.80991733,0.8016529,0.822314,0.8305785,0.8305785,0.8264463,0.8140496,0.79752064,0.7892562,0.76859504,0.78512394,0.78512394,0.78512394,0.76859504,0.76033056,0.75619835,0.7644628,0.7107438,0.5082645,0.5082645,0.7644628,0.7768595,0.7892562,0.80991733,0.7768595,0.7768595,0.78099173,0.75206614,0.71900827,0.6694215,0.69008267,0.7066116,0.6859504,0.7107438,0.5785124,0.53305787,0.5495868,0.38016528,0.42975205,0.5247934,0.61157024,0.69008267,0.6859504,0.7107438,0.70247936,0.6694215,0.62396693,0.59090906,0.5289256,0.47107437,0.5082645,0.553719,0.6487603,0.74380165,0.8016529,0.8140496,0.7933884,0.7066116,0.71900827,0.77272725,0.8016529,0.78512394,0.5082645,0.44214877,0.7644628,0.822314,0.8305785,0.8305785,0.8264463,0.8181818,0.8016529,0.78512394,0.78512394,0.76033056,0.75619835,0.75206614,0.74380165,0.7355372,0.7355372,0.71487606,0.6694215,0.5165289,0.48347107,0.677686,0.76033056,0.78099173,0.8016529,0.8181818,0.79752064,0.78512394,0.7933884,0.7355372,0.70247936,0.69008267,0.6818182,0.70247936,0.69008267,0.677686,0.62396693,0.54545456,0.677686,0.62396693,0.46694216,0.37603307,0.35123968,0.35123968,0.35123968,0.35950413,0.38842976,0.40495867,0.43801653,0.5123967,0.59917355,0.69008267,0.76033056,0.8016529,0.78512394,0.78512394,0.80991733,0.8016529,0.7768595,0.72727275,0.75619835,0.78099173,0.80991733,0.8016529,0.74380165,0.607438,0.47933885,0.59504133,0.8057851,0.80991733,0.77272725,0.77272725,0.75619835,0.75619835,0.73966944,0.70247936,0.6818182,0.6818182,0.7107438,0.74380165,0.6694215,0.5041322,0.446281,0.5371901,0.6818182,0.71487606,0.7644628,0.76859504,0.8016529,0.838843,0.822314,0.7933884,0.79752064,0.7768595,0.7066116,0.6983471,0.6818182,0.7066116,0.6942149,0.6735537,0.6570248,0.6570248,0.6694215,0.70247936,0.6404959,0.56198347,0.5165289,0.4752066,0.46280992,0.46694216,0.46694216,0.5041322,0.5247934,0.5289256,0.59917355,0.6487603,0.677686,0.73140496,0.73966944,0.75619835,0.7644628,0.7644628,0.74793386,0.7231405,0.75206614,0.7768595,0.8140496,0.8016529,0.78512394,0.7644628,0.76033056,0.7231405,0.6528926,0.6528926,0.57438016,0.58264464,0.59504133,0.6198347,0.59917355,0.57438016,0.58264464,0.58677685,0.59917355,0.54545456,0.56198347,0.61570245,0.6942149,0.70247936,0.71900827,0.73966944,0.78099173,0.78099173,0.80991733,0.8264463,0.8181818,0.8016529,0.8016529,0.7933884,0.71487606,0.7107438,0.6942149,0.6859504,0.6983471,0.69008267,0.661157,0.661157,0.71900827,0.6570248,0.6404959,0.677686,0.6818182,0.6652893,0.661157,0.6528926,0.6570248,0.661157,0.6859504,0.6735537,0.6694215,0.71487606,0.6942149,0.75206614,0.75619835,0.73966944,0.7355372,0.7355372,0.7231405,0.7066116,0.73966944,0.77272725,0.8057851,0.8140496,0.7933884,0.75619835,0.75619835,0.77272725,0.7768595,0.75206614,0.71900827,0.6942149,0.6694215,0.661157,0.6652893,0.6487603,0.6859504,0.6983471,0.72727275,0.75206614,0.76859504,0.71900827,0.677686,0.661157,0.7231405,0.7644628,0.7933884,0.7933884,0.79752064,0.8305785,0.8016529,0.7933884,0.7933884,0.7892562,0.7355372,0.71487606,0.6942149,0.7066116,0.75206614,0.74793386,0.7066116,0.6652893,0.6983471,0.69008267,0.60330576,0.62396693,0.6446281,0.6694215,0.69008267,0.6983471,0.7231405,0.71900827,0.74793386,0.73140496,0.72727275,0.78099173,0.78512394,0.79752064,0.79752064,0.77272725,0.75206614,0.73966944,0.72727275,0.7107438,0.73140496,0.76859504,0.7892562,0.8181818,0.80991733,0.78099173,0.7892562,0.8016529,0.8057851,0.79752064,0.8016529,0.7933884,0.78099173,0.79752064,0.7892562,0.78512394,0.7892562,0.77272725,0.7768595,0.76033056,0.71900827,0.6570248,0.59090906,0.6363636,0.77272725,0.78512394,0.8057851,0.80991733,0.8057851,0.838843,0.79752064,0.78099173,0.78099173,0.77272725,0.73966944,0.70247936,0.6818182,0.6942149,0.75619835,0.74793386,0.74793386,0.7231405,0.73966944,0.7231405,0.61157024,0.57438016,0.60330576,0.6280992,0.661157,0.6735537,0.6859504,0.7107438,0.72727275,0.7231405,0.7355372,0.77272725,0.80991733,0.79752064,0.8181818,0.7892562,0.76033056,0.74793386,0.73140496,0.74380165,0.74380165,0.7644628,0.7768595,0.80991733,0.8181818,0.80991733,0.8181818,0.8264463,0.8305785,0.838843,0.8305785,0.8264463,0.79752064,0.8057851,0.7933884,0.78099173,0.76859504,0.75206614,0.73966944,0.6942149,0.61157024,0.59504133,0.57024795,0.70247936,0.80991733,0.80991733,0.8181818,0.8057851,0.7892562,0.7892562,0.77272725,0.75206614,0.74793386,0.72727275,0.70247936,0.6652893,0.6487603,0.6446281,0.6487603,0.62396693,0.6652893,0.6735537,0.6983471,0.72727275,0.61157024,0.5247934,0.5785124,0.60330576,0.6446281,0.6446281,0.6363636,0.6818182,0.6942149,0.7066116,0.74380165,0.74793386,0.7768595,0.7933884,0.8264463,0.7892562,0.76859504,0.75619835,0.7644628,0.76859504,0.75619835,0.74793386,0.7892562,0.8016529,0.8016529,0.8140496,0.8181818,0.8305785,0.8264463,0.838843,0.8264463,0.8264463,0.78512394,0.7933884,0.78099173,0.73140496,0.73140496,0.73140496,0.6818182,0.6280992,0.59090906,0.5495868,0.607438,0.76033056,0.8016529,0.75619835,0.73140496,0.71900827,0.70247936,0.6859504,0.677686,0.6652893,0.661157,0.6487603,0.6198347,0.59504133,0.59504133,0.57024795,0.553719,0.46694216,0.42975205,0.45867768,0.5247934,0.6404959,0.5289256,0.5123967,0.57438016,0.58677685,0.59917355,0.6322314,0.6198347,0.6487603,0.677686,0.7066116,0.72727275,0.73966944,0.7644628,0.7892562,0.8057851,0.78512394,0.75206614,0.7355372,0.76859504,0.77272725,0.7768595,0.75206614,0.7933884,0.8016529,0.8057851,0.8057851,0.8016529,0.8181818,0.80991733,0.8264463,0.822314,0.8057851,0.7892562,0.7768595,0.72727275,0.73140496,0.74793386,0.6818182,0.62396693,0.5785124,0.55785125,0.5371901,0.6487603,0.6694215,0.6818182,0.54545456,0.40495867,0.3264463,0.3181818,0.41735536,0.59504133,0.607438,0.57438016,0.553719,0.5082645,0.4752066,0.49586776,0.5,0.3429752,0.17355372,0.15289256,0.19421488,0.37603307,0.53305787,0.38429752,0.5165289,0.57438016,0.55785125,0.57438016,0.59917355,0.61570245,0.6198347,0.6280992,0.6818182,0.7066116,0.73140496,0.75619835,0.77272725,0.8016529,0.77272725,0.73966944,0.73140496,0.7644628,0.7355372,0.72727275,0.7644628,0.7768595,0.79752064,0.7933884,0.7892562,0.79752064,0.79752064,0.8140496,0.80991733,0.80991733,0.78512394,0.7768595,0.76033056,0.7355372,0.76033056,0.7107438,0.62396693,0.59090906,0.5495868,0.5495868,0.607438,0.7066116,0.59917355,0.5,0.41735536,0.27272728,0.3181818,0.29752067,0.3140496,0.38429752,0.48347107,0.5123967,0.41735536,0.34710744,0.3966942,0.4752066,0.45454547,0.38016528,0.53305787,0.43801653,0.338843,0.46694216,0.4752066,0.45041323,0.57438016,0.60330576,0.57024795,0.5661157,0.58677685,0.59504133,0.59504133,0.607438,0.6280992,0.6487603,0.69008267,0.7107438,0.78512394,0.7768595,0.76033056,0.73140496,0.73140496,0.73140496,0.72727275,0.73140496,0.75206614,0.78099173,0.8057851,0.79752064,0.7933884,0.78099173,0.8016529,0.80991733,0.8057851,0.78512394,0.76859504,0.76033056,0.71487606,0.71487606,0.6942149,0.6280992,0.5785124,0.57024795,0.5371901,0.58264464,0.6859504,0.7066116,0.661157,0.5206612,0.5289256,0.5206612,0.57024795,0.58677685,0.607438,0.4752066,0.446281,0.47933885,0.3553719,0.29752067,0.40082645,0.36363637,0.3429752,0.3677686,0.46694216,0.4752066,0.47107437,0.49586776,0.58264464,0.58677685,0.677686,0.6694215,0.61570245,0.5371901,0.55785125,0.55785125,0.58677685,0.59090906,0.59917355,0.59917355,0.661157,0.70247936,0.7066116,0.76859504,0.74380165,0.72727275,0.73966944,0.6942149,0.70247936,0.73966944,0.71900827,0.76033056,0.79752064,0.7892562,0.7933884,0.7933884,0.78512394,0.8140496,0.78512394,0.78099173,0.76859504,0.73140496,0.7066116,0.6983471,0.6570248,0.59504133,0.5661157,0.54545456,0.55785125,0.6363636,0.7066116,0.7231405,0.75206614,0.73966944,0.6942149,0.6942149,0.7066116,0.6528926,0.57024795,0.47107437,0.446281,0.40495867,0.3181818,0.2644628,0.2603306,0.2107438,0.26859504,0.3181818,0.35123968,0.3677686,0.4338843,0.5206612,0.59917355,0.661157,0.7066116,0.7231405,0.6652893,0.59090906,0.5165289,0.5289256,0.55785125,0.5785124,0.59504133,0.5661157,0.59917355,0.6818182,0.6735537,0.74793386,0.75206614,0.7107438,0.7355372,0.71900827,0.677686,0.74380165,0.6694215,0.7066116,0.78099173,0.7892562,0.7933884,0.7892562,0.79752064,0.8016529,0.78512394,0.76859504,0.7644628,0.7355372,0.7107438,0.6735537,0.6446281,0.57438016,0.56198347,0.54545456,0.59090906,0.6694215,0.7355372,0.75619835,0.7768595,0.77272725,0.74380165,0.71487606,0.6735537,0.61157024,0.45041323,0.46694216,0.42975205,0.38842976,0.30991736,0.22727273,0.21900827,0.23966943,0.34710744,0.38429752,0.41322315,0.3429752,0.41322315,0.45454547,0.5165289,0.6198347,0.6487603,0.70247936,0.6818182,0.6528926,0.5495868,0.5041322,0.5206612,0.56198347,0.5785124,0.56198347,0.56198347,0.6528926,0.6528926,0.6942149,0.73966944,0.6983471,0.71900827,0.71900827,0.6528926,0.74380165,0.6363636,0.6528926,0.75619835,0.77272725,0.77272725,0.7892562,0.78512394,0.79752064,0.7768595,0.7644628,0.75206614,0.71487606,0.6859504,0.6322314,0.607438,0.5661157,0.553719,0.553719,0.6280992,0.7066116,0.76859504,0.77272725,0.7768595,0.77272725,0.71487606,0.73140496,0.6280992,0.5082645,0.4090909,0.49173555,0.46280992,0.446281,0.40495867,0.30165288,0.30578512,0.29338843,0.4338843,0.4338843,0.48347107,0.35123968,0.38016528,0.40495867,0.44214877,0.5041322,0.5247934,0.58677685,0.6404959,0.60330576,0.607438,0.5082645,0.5123967,0.5289256,0.56198347,0.55785125,0.53305787,0.6322314,0.6404959,0.6487603,0.7107438,0.6983471,0.6818182,0.6859504,0.6570248,0.7107438,0.6322314,0.6322314,0.73140496,0.75206614,0.76859504,0.7768595,0.7768595,0.7768595,0.77272725,0.76859504,0.72727275,0.6942149,0.6528926,0.60330576,0.5785124,0.5495868,0.53305787,0.59504133,0.69008267,0.7066116,0.75619835,0.73966944,0.75619835,0.677686,0.6487603,0.6652893,0.57024795,0.45454547,0.4214876,0.49173555,0.4876033,0.42975205,0.37190083,0.42975205,0.42975205,0.3553719,0.446281,0.42561984,0.45041323,0.37603307,0.34710744,0.38842976,0.38016528,0.41735536,0.46694216,0.5041322,0.5661157,0.5661157,0.42975205,0.5661157,0.5,0.4876033,0.5495868,0.57024795,0.57024795,0.59504133,0.6363636,0.6570248,0.69008267,0.70247936,0.6487603,0.6487603,0.6322314,0.6694215,0.6487603,0.6363636,0.71900827,0.7355372,0.75619835,0.77272725,0.7892562,0.7644628,0.7768595,0.73966944,0.677686,0.6652893,0.607438,0.6198347,0.54545456,0.5247934,0.5413223,0.6528926,0.6859504,0.6652893,0.661157,0.6570248,0.69008267,0.5413223,0.61157024,0.57024795,0.53305787,0.36363637,0.46694216,0.48347107,0.47933885,0.40495867,0.35950413,0.40082645,0.46694216,0.41322315,0.3429752,0.35123968,0.43801653,0.40082645,0.42561984,0.32231405,0.338843,0.41322315,0.41735536,0.48347107,0.46694216,0.46280992,0.3677686,0.4876033,0.5,0.4214876,0.5206612,0.57024795,0.553719,0.60330576,0.61570245,0.6363636,0.6694215,0.6942149,0.6322314,0.6446281,0.6322314,0.5289256,0.6694215,0.6487603,0.6942149,0.71487606,0.73966944,0.75619835,0.77272725,0.73966944,0.74793386,0.72727275,0.661157,0.607438,0.58677685,0.5785124,0.5206612,0.5165289,0.5289256,0.58677685,0.57024795,0.5785124,0.56198347,0.5123967,0.57438016,0.48347107,0.57438016,0.49173555,0.40082645,0.36363637,0.41735536,0.4338843,0.42561984,0.3677686,0.338843,0.39256197,0.41735536,0.38429752,0.30991736,0.35123968,0.35123968,0.3429752,0.49173555,0.29752067,0.37603307,0.3553719,0.3677686,0.41322315,0.39256197,0.3966942,0.35950413,0.37603307,0.45867768,0.45041323,0.46280992,0.56198347,0.54545456,0.5165289,0.62396693,0.661157,0.6652893,0.69008267,0.6322314,0.61157024,0.6280992,0.49173555,0.6652893,0.6528926,0.677686,0.69008267,0.6942149,0.71900827,0.72727275,0.7231405,0.6983471,0.6983471,0.6363636,0.57024795,0.57024795,0.5165289,0.5289256,0.47933885,0.49586776,0.5206612,0.4752066,0.4752066,0.45454547,0.4752066,0.48347107,0.45867768,0.5041322,0.45454547,0.35950413,0.40082645,0.33471075,0.40082645,0.45454547,0.3305785,0.32231405,0.37190083,0.37190083,0.37603307,0.32231405,0.3264463,0.33471075,0.28512397,0.3966942,0.35950413,0.4090909,0.3181818,0.3553719,0.40082645,0.35950413,0.3140496,0.39256197,0.30165288,0.34710744,0.40495867,0.39256197,0.53305787,0.57438016,0.4876033,0.57024795,0.6446281,0.6404959,0.6735537,0.6363636,0.5661157,0.6528926,0.4752066,0.6363636,0.6446281,0.6570248,0.677686,0.677686,0.6942149,0.70247936,0.7355372,0.69008267,0.661157,0.60330576,0.5371901,0.553719,0.5661157,0.5661157,0.42975205,0.48347107,0.44214877,0.40495867,0.3677686,0.38842976,0.43801653,0.38429752,0.42561984,0.45454547,0.4090909,0.42975205,0.338843,0.34710744,0.35950413,0.37603307,0.29338843,0.2892562,0.3181818,0.3553719,0.3677686,0.338843,0.30165288,0.30578512,0.3677686,0.3553719,0.3305785,0.37190083,0.35123968,0.38016528,0.37603307,0.30578512,0.21487603,0.35950413,0.17768595,0.27272728,0.34710744,0.3553719,0.5,0.5495868,0.46280992,0.56198347,0.61570245,0.59090906,0.61570245,0.59504133,0.5289256,0.58677685,0.47107437,0.5123967,0.59917355,0.6198347,0.6570248,0.6694215,0.6818182,0.6942149,0.72727275,0.6818182,0.6528926,0.59504133,0.5247934,0.57024795,0.6694215,0.5371901,0.4214876,0.43801653,0.36363637,0.3264463,0.30578512,0.32231405,0.35123968,0.36363637,0.40082645,0.44214877,0.41322315,0.42561984,0.38429752,0.3305785,0.28512397,0.2892562,0.29752067,0.28099173,0.32231405,0.38429752,0.36363637,0.38429752,0.3181818,0.3140496,0.32231405,0.29752067,0.2107438,0.23966943,0.2603306,0.29752067,0.2768595,0.22727273,0.17768595,0.18595041,0.19008264,0.2603306,0.33471075,0.34710744,0.446281,0.5082645,0.49173555,0.5082645,0.57024795,0.54545456,0.5371901,0.48347107,0.47107437,0.45867768,0.46694216,0.4338843,0.5289256,0.55785125,0.6198347,0.6404959,0.6446281,0.677686,0.69008267,0.6446281,0.6487603,0.60330576,0.5247934,0.6280992,0.73140496,0.45867768,0.36363637,0.3966942,0.29752067,0.23140496,0.2231405,0.23140496,0.28512397,0.33471075,0.35950413,0.39256197,0.34710744,0.30991736,0.35950413,0.27272728,0.23553719,0.23966943,0.2520661,0.23553719,0.27272728,0.2892562,0.32231405,0.29752067,0.28099173,0.23966943,0.20661157,0.17355372,0.11570248,0.10743801,0.11983471,0.1322314,0.13636364,0.1322314,0.13636364,0.12809917,0.26859504,0.3429752,0.33471075,0.37190083,0.3966942,0.45454547,0.446281,0.45867768,0.48347107,0.48347107,0.48347107,0.42975205,0.38016528,0.38016528,0.4214876,0.38429752,0.42561984,0.46280992,0.5661157,0.57438016,0.62396693,0.6694215,0.70247936,0.6487603,0.6446281,0.57024795,0.53305787,0.661157,0.6983471,0.38429752,0.35950413,0.36363637,0.29752067,0.18181819,0.12809917,0.14049587,0.19008264,0.1570248,0.16528925,0.17355372,0.1446281,0.1694215,0.1983471,0.16115703,0.19421488,0.23140496,0.23140496,0.22727273,0.1983471,0.17768595,0.2768595,0.23966943,0.24793388,0.20661157,0.1446281,0.14876033,0.2107438,0.24793388,0.2520661,0.23140496,0.21487603,0.23140496,0.23966943,0.25619835,0.33471075,0.3553719,0.3264463,0.3264463,0.40082645,0.40495867,0.48347107,0.38429752,0.40082645,0.4214876,0.4338843,0.37190083,0.37603307,0.37603307,0.40495867,0.36363637,0.3264463,0.38842976,0.47933885,0.5165289,0.5371901,0.56198347,0.69008267,0.61570245,0.5785124,0.5123967,0.5206612,0.6363636,0.60330576,0.3966942,0.2768595,0.30991736,0.2520661,0.14049587,0.21487603,0.28512397,0.30578512,0.28512397,0.28099173,0.28099173,0.24380165,0.29752067,0.32231405,0.17355372,0.27272728,0.2520661,0.21487603,0.2768595,0.20661157,0.24380165,0.30991736,0.2644628,0.2603306,0.3181818,0.338843,0.46694216,0.55785125,0.56198347,0.5041322,0.47107437,0.45041323,0.3966942,0.40082645,0.3966942,0.3966942,0.28512397,0.3140496,0.3305785,0.34710744,0.42561984,0.47933885,0.38016528,0.338843,0.37603307,0.3429752,0.32231405,0.35123968,0.37190083,0.36363637,0.30991736,0.3140496,0.35950413,0.4338843,0.45867768,0.5082645,0.4752066,0.5495868,0.5289256,0.5041322,0.46280992,0.5123967,0.59504133,0.5495868,0.40082645,0.28512397,0.30165288,0.24793388,0.3140496,0.446281,0.49586776,0.5247934,0.5206612,0.57024795,0.6322314,0.6198347,0.61570245,0.5785124,0.5082645,0.4752066,0.4876033,0.45867768,0.4876033,0.47933885,0.5413223,0.5289256,0.53305787,0.5247934,0.55785125,0.58677685,0.58264464,0.6859504,0.71900827,0.6570248,0.6446281,0.5495868,0.5,0.48347107,0.47107437,0.44214877,0.30165288,0.33471075,0.30578512,0.3305785,0.37603307,0.3553719,0.44214877,0.2892562,0.33471075,0.33471075,0.2768595,0.27272728,0.33471075,0.2892562,0.22727273,0.30165288,0.30991736,0.338843,0.3553719,0.44214877,0.40082645,0.43801653,0.4338843,0.45454547,0.41322315,0.45041323,0.58264464,0.5165289,0.40495867,0.3181818,0.30165288,0.28099173,0.42975205,0.57438016,0.59090906,0.5661157,0.62396693,0.6818182,0.71487606,0.73966944,0.71487606,0.6818182,0.6570248,0.6198347,0.6404959,0.61570245,0.6322314,0.58677685,0.6404959,0.62396693,0.6446281,0.6198347,0.59090906,0.62396693,0.6198347,0.6652893,0.69008267,0.6859504,0.6528926,0.553719,0.5082645,0.48347107,0.5495868,0.46694216,0.33471075,0.32231405,0.2892562,0.30991736,0.3553719,0.35123968,0.38842976,0.29752067,0.30991736,0.29752067,0.25619835,0.23140496,0.3677686,0.26859504,0.2231405,0.29752067,0.29752067,0.2892562,0.3429752,0.40082645,0.3181818,0.38429752,0.36363637,0.4338843,0.3677686,0.40082645,0.5041322,0.48347107,0.35950413,0.338843,0.2768595,0.3553719,0.4876033,0.60330576,0.59504133,0.59504133,0.61570245,0.6735537,0.6983471,0.71487606,0.6983471,0.69008267,0.6652893,0.6363636,0.6528926,0.6528926,0.6446281,0.6280992,0.62396693,0.6280992,0.62396693,0.59090906,0.57438016,0.60330576,0.61570245,0.6198347,0.62396693,0.6198347,0.62396693,0.58677685,0.5206612,0.5,0.5041322,0.45454547,0.37603307,0.28099173,0.3305785,0.33471075,0.33471075,0.32231405,0.3553719,0.26859504,0.2603306,0.2768595,0.23553719,0.19421488,0.32231405,0.2520661,0.25619835,0.26859504,0.2644628,0.24793388,0.30991736,0.35950413,0.3140496,0.32231405,0.3181818,0.37190083,0.35950413,0.38842976,0.37190083,0.45041323,0.3305785,0.3305785,0.24793388,0.3966942,0.5371901,0.607438,0.607438,0.62396693,0.6363636,0.6570248,0.6280992,0.6652893,0.6570248,0.6528926,0.62396693,0.607438,0.607438,0.60330576,0.58677685,0.59090906,0.55785125,0.56198347,0.5371901,0.5247934,0.5082645,0.5661157,0.5661157,0.56198347,0.5785124,0.58264464,0.59917355,0.5785124,0.5165289,0.5041322,0.46280992,0.39256197,0.36363637,0.25619835,0.2644628,0.30165288,0.3181818,0.2603306,0.32231405,0.23553719,0.24793388,0.26859504,0.23553719,0.23553719,0.21900827,0.30991736,0.23966943,0.23966943,0.23553719,0.2231405,0.25619835,0.28512397,0.3140496,0.26859504,0.2892562,0.3429752,0.3429752,0.35950413,0.33471075,0.4090909,0.3264463,0.36363637,0.22727273,0.37190083,0.5495868,0.59917355,0.61570245,0.6363636,0.661157,0.661157,0.6487603,0.6487603,0.61570245,0.5413223,0.58264464,0.5785124,0.53305787,0.5495868,0.48347107,0.4752066,0.4876033,0.5,0.46694216,0.45867768,0.446281,0.53305787,0.5371901,0.54545456,0.5661157,0.5289256,0.54545456,0.5289256,0.5082645,0.4876033,0.47107437,0.3305785,0.33471075,0.2768595,0.23966943,0.2231405,0.28099173,0.30578512,0.26859504,0.21900827,0.2520661,0.25619835,0.21487603,0.21487603,0.20661157,0.30991736,0.20661157,0.25619835,0.23140496,0.1983471,0.22727273,0.23140496,0.24380165,0.23140496,0.2644628,0.34710744,0.28512397,0.3181818,0.29752067,0.35950413,0.26859504,0.32231405,0.30165288,0.36363637,0.5206612,0.5785124,0.61157024,0.6363636,0.6652893,0.6735537,0.677686,0.6322314,0.61157024,0.5165289,0.607438,0.57438016,0.5165289,0.48347107,0.45867768,0.45041323,0.49173555,0.4214876,0.45454547,0.42561984,0.4338843,0.5413223,0.5247934,0.5082645,0.45867768,0.46280992,0.49586776,0.5041322,0.5041322,0.46280992,0.46280992,0.34710744,0.3264463,0.28099173,0.23553719,0.24793388,0.2231405,0.29338843,0.23140496,0.2231405,0.1983471,0.22727273,0.18595041,0.21487603,0.21900827,0.2644628,0.23553719,0.2603306,0.23553719,0.18181819,0.22727273,0.19421488,0.16115703,0.21900827,0.26859504,0.30578512,0.24793388,0.2644628,0.2520661,0.30165288,0.23966943,0.2768595,0.27272728,0.38016528,0.4876033,0.5289256,0.5785124,0.607438,0.6280992,0.6446281,0.61570245,0.56198347,0.59090906,0.5123967,0.5495868,0.5082645,0.5,0.43801653,0.45454547,0.43801653,0.4090909,0.40082645,0.41322315,0.40495867,0.42975205,0.43801653,0.45867768,0.41322315,0.42561984,0.446281,0.4876033,0.49586776,0.5082645,0.42975205,0.45454547,0.3305785,0.29338843,0.22727273,0.2107438,0.23553719,0.23966943,0.15289256,0.23140496,0.21487603,0.1983471,0.1570248,0.17768595,0.24793388,0.12809917,0.38429752,0.2107438,0.24793388,0.2231405,0.19008264,0.2107438,0.13636364,0.2107438,0.30578512,0.29752067,0.26859504,0.19008264,0.2231405,0.21487603,0.23966943,0.28099173,0.2520661,0.24793388,0.38016528,0.45454547,0.49173555,0.553719,0.59090906,0.5661157,0.57024795,0.57024795,0.54545456,0.5785124,0.48347107,0.5123967,0.46694216,0.44214877,0.40495867,0.4214876,0.38016528,0.28099173,0.38842976,0.30578512,0.3677686,0.34710744,0.40082645,0.4090909,0.4214876,0.38842976,0.4214876,0.47933885,0.47933885,0.45041323,0.446281,0.40495867,0.34710744,0.27272728,0.23140496,0.19421488,0.1694215,0.2644628,0.1322314,0.21900827,0.23140496,0.18181819,0.16528925,0.20247933,0.23553719,0.17768595,0.3429752,0.19008264,0.21900827,0.20247933,0.20247933,0.2231405,0.17768595,0.27272728,0.2520661,0.27272728,0.22727273,0.18595041,0.19421488,0.21487603,0.20247933,0.24793388,0.21487603,0.25619835,0.3264463,0.38016528,0.42975205,0.4752066,0.5206612,0.5206612,0.5206612,0.5289256,0.5413223,0.5371901,0.46280992,0.48347107,0.46694216,0.4214876,0.3677686,0.4090909,0.3553719,0.28512397,0.3264463,0.28099173,0.30578512,0.30165288,0.3553719,0.3264463,0.38016528,0.41735536,0.4338843,0.4876033,0.49173555,0.4338843,0.45041323,0.3429752,0.26859504,0.28512397,0.26859504,0.19008264,0.1570248,0.16528925,0.18181819,0.18181819,0.21900827,0.19421488,0.15289256,0.17355372,0.16115703,0.2107438,0.2520661,0.19008264,0.21487603,0.20661157,0.20661157,0.2603306,0.21900827,0.24793388,0.2231405,0.2520661,0.19008264,0.18181819,0.18595041,0.22727273,0.20661157,0.23553719,0.23966943,0.28512397,0.29338843,0.30165288,0.3429752,0.41735536,0.46694216,0.45454547,0.5041322,0.5123967,0.53305787,0.53305787,0.5123967,0.5371901,0.5,0.4876033,0.45454547,0.45867768,0.38016528,0.37190083,0.37190083,0.3305785,0.3305785,0.3429752,0.41322315,0.4214876,0.41735536,0.47107437,0.5041322,0.5247934,0.5165289,0.45867768,0.45867768,0.3429752,0.23966943,0.2520661,0.23966943,0.17355372,0.15289256,0.16528925,0.16528925,0.21487603,0.2231405,0.16528925,0.16115703,0.14876033,0.1446281,0.16528925,0.2107438,0.21487603,0.21487603,0.20661157,0.23553719,0.2520661,0.23140496,0.22727273,0.20661157,0.2231405,0.19421488,0.18181819,0.19008264,0.20661157,0.22727273,0.20247933,0.21900827,0.2892562,0.28099173,0.23553719,0.28099173,0.4090909,0.42561984,0.37190083,0.5,0.5082645,0.5,0.5082645,0.56198347,0.6280992,0.5785124,0.553719,0.553719,0.5371901,0.446281,0.4338843,0.4876033,0.44214877,0.446281,0.45867768,0.45454547,0.5,0.5165289,0.47933885,0.5247934,0.5206612,0.4338843,0.41735536,0.41322315,0.3181818,0.26859504,0.3305785,0.23553719,0.21487603,0.20661157,0.19421488,0.1983471,0.2107438,0.23553719,0.14876033,0.15289256,0.1983471,0.1983471,0.17768595,0.20247933,0.23553719,0.23140496,0.19421488,0.21487603,0.23966943,0.18181819,0.24793388,0.17355372,0.20661157,0.1983471,0.19421488,0.1694215,0.18595041,0.20247933,0.17355372,0.17768595,0.2231405,0.2644628,0.22727273,0.2603306,0.40495867,0.33471075,0.33471075,0.42561984,0.41735536,0.42975205,0.49586776,0.58677685,0.57438016,0.61570245,0.58677685,0.58264464,0.58264464,0.5247934,0.45867768,0.5123967,0.5123967,0.5495868,0.53305787,0.5165289,0.47933885,0.53305787,0.4338843,0.45041323,0.43801653,0.37603307,0.35950413,0.35123968,0.41322315,0.23140496,0.38429752,0.2107438,0.19421488,0.18595041,0.19421488,0.17355372,0.20661157,0.2107438,0.16115703,0.1446281,0.19008264,0.23140496,0.21900827,0.19008264,0.21900827,0.2107438,0.19421488,0.1983471,0.2107438,0.17355372,0.17355372,0.1983471,0.17768595,0.2107438,0.19421488,0.14049587,0.17355372,0.15289256,0.1983471,0.16528925,0.19421488,0.2231405,0.21900827,0.28099173,0.2768595,0.28512397,0.3181818,0.3553719,0.3305785,0.3553719,0.4876033,0.5,0.47933885,0.59504133,0.5785124,0.54545456,0.57024795,0.57438016,0.4752066,0.47933885,0.45867768,0.5165289,0.5165289,0.57024795,0.43801653,0.53305787,0.42561984,0.38842976,0.42561984,0.3966942,0.3677686,0.34710744,0.45041323,0.23140496,0.3677686,0.2520661,0.18181819,0.13636364,0.13636364,0.19421488,0.14049587,0.18181819,0.14049587,0.15289256,0.14876033,0.2520661,0.23553719,0.17768595,0.18181819,0.20247933,0.2231405,0.24380165,0.2107438,0.17355372,0.16115703,0.1694215,0.18595041,0.23140496,0.16115703,0.1446281,0.19008264,0.15289256,0.17768595,0.1983471,0.18595041,0.18181819,0.20661157,0.27272728,0.2231405,0.3140496,0.35950413,0.30165288,0.3264463,0.3264463,0.45041323,0.42561984,0.47107437,0.5413223,0.46694216,0.48347107,0.54545456,0.553719,0.5,0.5,0.42561984,0.47107437,0.46694216,0.49173555,0.4214876,0.5041322,0.38842976,0.38429752,0.4090909,0.37190083,0.37190083,0.41735536,0.47107437,0.24793388,0.3264463,0.28099173,0.2107438,0.20247933,0.14049587,0.15289256,0.16115703,0.14876033,0.18181819,0.2107438,0.15289256,0.17768595,0.10743801,27 +0.71900827,0.7355372,0.7355372,0.74793386,0.76033056,0.7644628,0.7768595,0.7892562,0.7892562,0.79752064,0.8016529,0.8057851,0.8181818,0.8181818,0.8140496,0.80991733,0.80991733,0.8140496,0.8181818,0.822314,0.8264463,0.822314,0.8181818,0.8140496,0.822314,0.8140496,0.822314,0.822314,0.8140496,0.8140496,0.80991733,0.8140496,0.8140496,0.8057851,0.8057851,0.822314,0.822314,0.8140496,0.8057851,0.8057851,0.8016529,0.7933884,0.7892562,0.78512394,0.78512394,0.78512394,0.78099173,0.77272725,0.75206614,0.73966944,0.74793386,0.74380165,0.71487606,0.6942149,0.6859504,0.6322314,0.5661157,0.5165289,0.30165288,0.20247933,0.24793388,0.21900827,0.23966943,0.29752067,0.71487606,0.73140496,0.7355372,0.74380165,0.75619835,0.7644628,0.7768595,0.78512394,0.7892562,0.79752064,0.8016529,0.8057851,0.8181818,0.8181818,0.80991733,0.80991733,0.8016529,0.8057851,0.8057851,0.8140496,0.8140496,0.8140496,0.8181818,0.8140496,0.8140496,0.8016529,0.8140496,0.8140496,0.80991733,0.80991733,0.80991733,0.8181818,0.8140496,0.8016529,0.8016529,0.8140496,0.822314,0.8057851,0.7933884,0.8057851,0.79752064,0.7892562,0.7768595,0.78099173,0.78099173,0.77272725,0.76859504,0.76859504,0.73966944,0.73140496,0.75206614,0.75619835,0.72727275,0.6983471,0.6818182,0.6528926,0.58677685,0.53305787,0.338843,0.1983471,0.24380165,0.24793388,0.2231405,0.2603306,0.7107438,0.72727275,0.7355372,0.73966944,0.75619835,0.76859504,0.7768595,0.7892562,0.7933884,0.7933884,0.7933884,0.7933884,0.8016529,0.8057851,0.7892562,0.78512394,0.78512394,0.7892562,0.7768595,0.78099173,0.7892562,0.7933884,0.79752064,0.79752064,0.7933884,0.7892562,0.7933884,0.8016529,0.80991733,0.80991733,0.80991733,0.8140496,0.80991733,0.79752064,0.8016529,0.8140496,0.822314,0.8016529,0.78512394,0.79752064,0.7933884,0.78099173,0.76859504,0.76859504,0.7644628,0.75206614,0.74793386,0.74793386,0.7231405,0.7066116,0.73140496,0.74793386,0.72727275,0.7107438,0.69008267,0.6652893,0.59917355,0.54545456,0.36363637,0.21487603,0.22727273,0.2644628,0.23553719,0.21900827,0.7066116,0.72727275,0.73140496,0.7355372,0.74793386,0.76033056,0.76859504,0.78512394,0.77272725,0.75619835,0.76033056,0.7644628,0.76859504,0.7768595,0.76859504,0.75206614,0.74793386,0.74380165,0.73140496,0.71900827,0.7107438,0.7107438,0.73140496,0.74380165,0.76033056,0.75206614,0.74380165,0.75206614,0.7933884,0.8057851,0.8140496,0.8057851,0.8057851,0.79752064,0.7892562,0.8140496,0.822314,0.8016529,0.78099173,0.7892562,0.7892562,0.7644628,0.74793386,0.73140496,0.71900827,0.70247936,0.70247936,0.70247936,0.6735537,0.6570248,0.677686,0.7066116,0.6983471,0.69008267,0.677686,0.6570248,0.607438,0.56198347,0.3677686,0.21487603,0.20661157,0.26859504,0.26859504,0.20661157,0.6983471,0.71900827,0.72727275,0.72727275,0.73966944,0.74793386,0.76033056,0.74793386,0.6983471,0.6570248,0.6652893,0.6652893,0.6735537,0.69008267,0.6859504,0.6652893,0.6528926,0.6404959,0.6322314,0.60330576,0.58677685,0.55785125,0.56198347,0.59504133,0.6570248,0.6859504,0.677686,0.661157,0.74793386,0.7892562,0.8016529,0.8016529,0.8057851,0.7933884,0.77272725,0.79752064,0.822314,0.8016529,0.77272725,0.78512394,0.7768595,0.74380165,0.6983471,0.6570248,0.62396693,0.59917355,0.57438016,0.5661157,0.5495868,0.55785125,0.58677685,0.6198347,0.61570245,0.61570245,0.61157024,0.61157024,0.60330576,0.5661157,0.38429752,0.2107438,0.18595041,0.23966943,0.28099173,0.24380165,0.6942149,0.7066116,0.71487606,0.71900827,0.71900827,0.72727275,0.71900827,0.6570248,0.5661157,0.5247934,0.5289256,0.5247934,0.53305787,0.5413223,0.5289256,0.5123967,0.5041322,0.49586776,0.4752066,0.45454547,0.44214877,0.40495867,0.37603307,0.41322315,0.5041322,0.57024795,0.58677685,0.58677685,0.6818182,0.7644628,0.78512394,0.7933884,0.79752064,0.78512394,0.7644628,0.78512394,0.8140496,0.79752064,0.7644628,0.77272725,0.75206614,0.7066116,0.6322314,0.54545456,0.5,0.45041323,0.40082645,0.39256197,0.38016528,0.40082645,0.4338843,0.46694216,0.4752066,0.47933885,0.48347107,0.5041322,0.5495868,0.56198347,0.40495867,0.21487603,0.17355372,0.20247933,0.2644628,0.27272728,0.6983471,0.6983471,0.6942149,0.6942149,0.6942149,0.6859504,0.6198347,0.5123967,0.42975205,0.40495867,0.41322315,0.42975205,0.4338843,0.41322315,0.37603307,0.3677686,0.37190083,0.38016528,0.36363637,0.3305785,0.32231405,0.30991736,0.30165288,0.3305785,0.3966942,0.45867768,0.5123967,0.5661157,0.6280992,0.7066116,0.7644628,0.78512394,0.78512394,0.77272725,0.75206614,0.76859504,0.79752064,0.78099173,0.75619835,0.74380165,0.7107438,0.6404959,0.54545456,0.43801653,0.38842976,0.3305785,0.30991736,0.2892562,0.26859504,0.2644628,0.2644628,0.28512397,0.3140496,0.3264463,0.3429752,0.36363637,0.42975205,0.5206612,0.4214876,0.23553719,0.17768595,0.19421488,0.23966943,0.2768595,0.6983471,0.6859504,0.6735537,0.677686,0.6735537,0.62396693,0.5082645,0.3966942,0.338843,0.30578512,0.29338843,0.32231405,0.33471075,0.30991736,0.27272728,0.2768595,0.29338843,0.30165288,0.32231405,0.3140496,0.30578512,0.28512397,0.29752067,0.32231405,0.35123968,0.42975205,0.49586776,0.56198347,0.61157024,0.6446281,0.7355372,0.76859504,0.77272725,0.7644628,0.7355372,0.74793386,0.7768595,0.76033056,0.72727275,0.69008267,0.6528926,0.58677685,0.4752066,0.36363637,0.3181818,0.29752067,0.27272728,0.2603306,0.28099173,0.2644628,0.21487603,0.1983471,0.21487603,0.23966943,0.27272728,0.29338843,0.3305785,0.43801653,0.4214876,0.2603306,0.18595041,0.18595041,0.21487603,0.2644628,0.6942149,0.6735537,0.661157,0.6570248,0.62396693,0.5289256,0.4090909,0.32231405,0.29338843,0.29752067,0.36363637,0.446281,0.446281,0.38016528,0.29752067,0.34710744,0.3553719,0.3553719,0.40495867,0.44214877,0.44214877,0.38016528,0.3553719,0.37190083,0.38016528,0.45454547,0.54545456,0.58264464,0.58264464,0.61570245,0.70247936,0.74793386,0.75206614,0.74793386,0.7231405,0.7231405,0.74793386,0.7355372,0.6735537,0.57438016,0.5495868,0.5785124,0.48347107,0.37190083,0.36363637,0.35950413,0.338843,0.37190083,0.4090909,0.40495867,0.3429752,0.3140496,0.30165288,0.29752067,0.3429752,0.38016528,0.37190083,0.40082645,0.38429752,0.27272728,0.19421488,0.20661157,0.2107438,0.23553719,0.69008267,0.6694215,0.6446281,0.61570245,0.5413223,0.42975205,0.35950413,0.36363637,0.39256197,0.46280992,0.62396693,0.73966944,0.6983471,0.607438,0.48347107,0.5413223,0.54545456,0.53305787,0.5661157,0.59504133,0.58264464,0.5289256,0.4876033,0.47933885,0.46280992,0.4876033,0.56198347,0.56198347,0.5206612,0.57024795,0.6652893,0.71900827,0.72727275,0.73140496,0.7231405,0.7231405,0.7231405,0.7066116,0.6280992,0.45041323,0.55785125,0.7107438,0.607438,0.4214876,0.45867768,0.4752066,0.46280992,0.4876033,0.5123967,0.5247934,0.5041322,0.47933885,0.45041323,0.41735536,0.4214876,0.43801653,0.4214876,0.38842976,0.3305785,0.2644628,0.24793388,0.26859504,0.22727273,0.20661157,0.6859504,0.661157,0.62396693,0.55785125,0.45867768,0.35950413,0.36363637,0.47933885,0.55785125,0.58677685,0.62396693,0.6487603,0.6322314,0.61570245,0.607438,0.61570245,0.6198347,0.60330576,0.58677685,0.57438016,0.5495868,0.53305787,0.5247934,0.5165289,0.48347107,0.47107437,0.46280992,0.44214877,0.45041323,0.47933885,0.59090906,0.7066116,0.75206614,0.75619835,0.73966944,0.74380165,0.71487606,0.6652893,0.57438016,0.446281,0.6487603,0.74793386,0.607438,0.4090909,0.4338843,0.48347107,0.47933885,0.5123967,0.5289256,0.5413223,0.5495868,0.53305787,0.5082645,0.47107437,0.43801653,0.35950413,0.29338843,0.2768595,0.26859504,0.26859504,0.3264463,0.3181818,0.24380165,0.20661157,0.6818182,0.661157,0.59917355,0.5041322,0.40082645,0.33471075,0.35950413,0.48347107,0.55785125,0.58264464,0.61570245,0.62396693,0.6487603,0.6652893,0.6652893,0.661157,0.6528926,0.6487603,0.62396693,0.59917355,0.57024795,0.553719,0.5371901,0.5123967,0.49586776,0.4876033,0.4752066,0.446281,0.446281,0.4090909,0.49586776,0.7107438,0.7933884,0.75206614,0.75206614,0.73966944,0.6735537,0.6404959,0.5661157,0.46694216,0.49173555,0.446281,0.41735536,0.44214877,0.48347107,0.5247934,0.5495868,0.5661157,0.57438016,0.57024795,0.57024795,0.57024795,0.5495868,0.5247934,0.49586776,0.3966942,0.29338843,0.24793388,0.23553719,0.2768595,0.37190083,0.3305785,0.23966943,0.21900827,0.677686,0.6528926,0.5661157,0.45867768,0.35950413,0.3305785,0.40495867,0.5247934,0.58264464,0.607438,0.6322314,0.6528926,0.69008267,0.72727275,0.74793386,0.76033056,0.7644628,0.76033056,0.74793386,0.71487606,0.6859504,0.661157,0.6404959,0.61157024,0.5785124,0.56198347,0.53305787,0.5041322,0.47933885,0.42561984,0.43801653,0.76033056,0.8181818,0.661157,0.7107438,0.6570248,0.5371901,0.59504133,0.62396693,0.47933885,0.43801653,0.43801653,0.4876033,0.54545456,0.58264464,0.6322314,0.6652893,0.6859504,0.6942149,0.677686,0.6735537,0.6859504,0.6570248,0.6280992,0.59090906,0.4876033,0.3677686,0.26859504,0.2231405,0.23553719,0.37190083,0.4090909,0.27272728,0.20661157,0.661157,0.62396693,0.5371901,0.4214876,0.3264463,0.34710744,0.46280992,0.5495868,0.5785124,0.60330576,0.6528926,0.6983471,0.7355372,0.75206614,0.73966944,0.71900827,0.70247936,0.6694215,0.6528926,0.6322314,0.62396693,0.61570245,0.61157024,0.6280992,0.6404959,0.6363636,0.61157024,0.56198347,0.5371901,0.4876033,0.446281,0.70247936,0.7231405,0.5413223,0.61570245,0.54545456,0.44214877,0.46694216,0.49586776,0.42561984,0.43801653,0.49586776,0.56198347,0.59504133,0.59917355,0.607438,0.6198347,0.6446281,0.6570248,0.661157,0.6652893,0.6818182,0.6694215,0.6570248,0.6404959,0.59090906,0.49173555,0.35950413,0.23553719,0.2107438,0.34710744,0.44214877,0.30578512,0.20247933,0.6404959,0.59504133,0.5206612,0.4090909,0.338843,0.38429752,0.48347107,0.56198347,0.607438,0.6652893,0.71487606,0.71900827,0.6942149,0.6322314,0.56198347,0.49173555,0.4876033,0.43801653,0.4090909,0.43801653,0.4752066,0.4876033,0.49173555,0.5165289,0.5661157,0.59090906,0.59917355,0.59504133,0.56198347,0.5123967,0.4338843,0.47933885,0.5661157,0.6322314,0.6818182,0.6942149,0.6363636,0.5247934,0.42561984,0.3966942,0.45867768,0.5165289,0.5165289,0.49173555,0.45454547,0.40495867,0.40495867,0.41735536,0.4214876,0.44214877,0.5,0.553719,0.57024795,0.59090906,0.59917355,0.60330576,0.5495868,0.43801653,0.28512397,0.2107438,0.3305785,0.46280992,0.338843,0.2107438,0.53305787,0.5123967,0.5206612,0.4876033,0.41322315,0.41735536,0.5165289,0.60330576,0.6694215,0.7066116,0.6859504,0.59917355,0.5123967,0.41735536,0.338843,0.3181818,0.42561984,0.41322315,0.3264463,0.38842976,0.48347107,0.5247934,0.48347107,0.4752066,0.47933885,0.5041322,0.5289256,0.5661157,0.57438016,0.55785125,0.47107437,0.46694216,0.6570248,0.80991733,0.822314,0.8140496,0.8016529,0.677686,0.43801653,0.39256197,0.46694216,0.46280992,0.4214876,0.41322315,0.36363637,0.26859504,0.3181818,0.32231405,0.2520661,0.20661157,0.28099173,0.3553719,0.38016528,0.4338843,0.5,0.54545456,0.54545456,0.47107437,0.338843,0.23966943,0.32231405,0.45041323,0.3553719,0.24793388,0.2603306,0.34710744,0.5247934,0.58264464,0.45867768,0.40495867,0.56198347,0.6570248,0.6735537,0.6322314,0.5247934,0.42561984,0.4338843,0.41322315,0.3429752,0.3264463,0.35950413,0.35950413,0.35950413,0.43801653,0.57438016,0.6487603,0.54545456,0.4752066,0.5,0.5165289,0.5041322,0.5165289,0.56198347,0.5785124,0.46694216,0.46280992,0.7107438,0.838843,0.8305785,0.822314,0.8140496,0.74793386,0.49586776,0.37190083,0.45867768,0.42975205,0.446281,0.49173555,0.35950413,0.23966943,0.30578512,0.3264463,0.27272728,0.22727273,0.338843,0.4338843,0.33471075,0.2603306,0.32231405,0.45454547,0.5413223,0.5,0.37603307,0.27272728,0.3264463,0.40495867,0.32231405,0.21900827,0.2603306,0.27272728,0.3553719,0.38016528,0.3677686,0.47107437,0.62396693,0.6694215,0.60330576,0.5,0.44214877,0.47933885,0.55785125,0.553719,0.46694216,0.44214877,0.41735536,0.38429752,0.42975205,0.5123967,0.6652893,0.71900827,0.6198347,0.5371901,0.5371901,0.5247934,0.57438016,0.59090906,0.59917355,0.59917355,0.46694216,0.5123967,0.74380165,0.838843,0.8305785,0.8181818,0.8140496,0.7892562,0.5785124,0.3553719,0.42975205,0.45867768,0.5413223,0.59504133,0.43801653,0.32231405,0.29338843,0.2603306,0.27272728,0.29338843,0.42561984,0.5082645,0.4214876,0.2768595,0.25619835,0.34710744,0.49173555,0.5206612,0.4214876,0.338843,0.3429752,0.37190083,0.32231405,0.2231405,0.57024795,0.54545456,0.53305787,0.5082645,0.47107437,0.54545456,0.6322314,0.59504133,0.4876033,0.47933885,0.56198347,0.6528926,0.71487606,0.7231405,0.6652893,0.58264464,0.5413223,0.49586776,0.53305787,0.607438,0.7066116,0.6942149,0.6322314,0.61157024,0.62396693,0.57438016,0.6198347,0.70247936,0.69008267,0.6404959,0.5082645,0.5289256,0.7644628,0.8305785,0.8264463,0.8181818,0.8140496,0.822314,0.6942149,0.3677686,0.43801653,0.5247934,0.57024795,0.61157024,0.55785125,0.46280992,0.4338843,0.38842976,0.35123968,0.40495867,0.53305787,0.56198347,0.5,0.38842976,0.3264463,0.3264463,0.42561984,0.5082645,0.47107437,0.41735536,0.3553719,0.37603307,0.38429752,0.24793388,0.5785124,0.62396693,0.6404959,0.59917355,0.5041322,0.5082645,0.55785125,0.54545456,0.5247934,0.57024795,0.6363636,0.69008267,0.73966944,0.7768595,0.8016529,0.78512394,0.73140496,0.69008267,0.6942149,0.6983471,0.6735537,0.6446281,0.6198347,0.59917355,0.59917355,0.6404959,0.6859504,0.74380165,0.71487606,0.6528926,0.53305787,0.57024795,0.75619835,0.822314,0.822314,0.8181818,0.8057851,0.8181818,0.75619835,0.45454547,0.49173555,0.59504133,0.6322314,0.6487603,0.6694215,0.677686,0.6404959,0.59090906,0.54545456,0.59090906,0.6198347,0.62396693,0.60330576,0.53305787,0.42975205,0.38016528,0.4090909,0.47933885,0.5,0.46694216,0.41322315,0.42975205,0.446281,0.29338843,0.5165289,0.60330576,0.6528926,0.61570245,0.5041322,0.4752066,0.5495868,0.607438,0.6487603,0.69008267,0.7107438,0.7066116,0.71900827,0.7355372,0.75619835,0.75619835,0.7355372,0.71487606,0.70247936,0.677686,0.6487603,0.61570245,0.59090906,0.58264464,0.58677685,0.6198347,0.6735537,0.71900827,0.6818182,0.5661157,0.45867768,0.60330576,0.74380165,0.79752064,0.822314,0.822314,0.8016529,0.8140496,0.78099173,0.553719,0.45041323,0.57024795,0.6198347,0.6363636,0.6487603,0.6528926,0.6528926,0.6404959,0.6404959,0.6322314,0.6322314,0.6363636,0.61570245,0.553719,0.48347107,0.44214877,0.41322315,0.4214876,0.47107437,0.5,0.49586776,0.49586776,0.4752066,0.33471075,0.49586776,0.5247934,0.58677685,0.58264464,0.5165289,0.53305787,0.6487603,0.72727275,0.76033056,0.78512394,0.78512394,0.76859504,0.74793386,0.73966944,0.74380165,0.75619835,0.7355372,0.71487606,0.6735537,0.6570248,0.62396693,0.60330576,0.5785124,0.59090906,0.59504133,0.6198347,0.6652893,0.6859504,0.6528926,0.5413223,0.5206612,0.6570248,0.71900827,0.7768595,0.80991733,0.8305785,0.8140496,0.8057851,0.8016529,0.6280992,0.45041323,0.5371901,0.5785124,0.59090906,0.58677685,0.61157024,0.6404959,0.6487603,0.677686,0.677686,0.6818182,0.6652893,0.62396693,0.56198347,0.5371901,0.5123967,0.45867768,0.4214876,0.46694216,0.5413223,0.5785124,0.553719,0.47107437,0.3181818,0.58264464,0.5247934,0.5495868,0.56198347,0.5289256,0.59504133,0.71900827,0.77272725,0.7768595,0.7933884,0.8016529,0.7933884,0.7768595,0.76033056,0.74380165,0.73966944,0.71487606,0.6859504,0.661157,0.6446281,0.62396693,0.607438,0.59090906,0.59090906,0.59917355,0.607438,0.6446281,0.661157,0.6198347,0.5371901,0.607438,0.6983471,0.6983471,0.75619835,0.8057851,0.8264463,0.8140496,0.8057851,0.7933884,0.6694215,0.47107437,0.5123967,0.60330576,0.59917355,0.5495868,0.5495868,0.5785124,0.6198347,0.6570248,0.6735537,0.6859504,0.6694215,0.6280992,0.59090906,0.58677685,0.5785124,0.5041322,0.46694216,0.53305787,0.61157024,0.6198347,0.5785124,0.46694216,0.28512397,0.6735537,0.607438,0.57024795,0.55785125,0.5413223,0.607438,0.7355372,0.78099173,0.77272725,0.78099173,0.7892562,0.77272725,0.75619835,0.73966944,0.7231405,0.7066116,0.7066116,0.6859504,0.6694215,0.6570248,0.6446281,0.6322314,0.61157024,0.607438,0.62396693,0.6487603,0.6818182,0.6859504,0.59090906,0.57438016,0.6983471,0.7066116,0.6859504,0.74380165,0.8016529,0.8347107,0.8140496,0.8016529,0.79752064,0.70247936,0.5082645,0.47933885,0.60330576,0.6487603,0.6280992,0.607438,0.59090906,0.59090906,0.58264464,0.59917355,0.61157024,0.60330576,0.60330576,0.607438,0.62396693,0.607438,0.55785125,0.55785125,0.61157024,0.6570248,0.6570248,0.60330576,0.446281,0.21900827,0.75206614,0.72727275,0.6859504,0.6198347,0.553719,0.607438,0.73966944,0.8016529,0.7892562,0.7892562,0.76859504,0.74380165,0.73140496,0.71487606,0.6983471,0.6942149,0.70247936,0.69008267,0.6942149,0.6818182,0.677686,0.6694215,0.661157,0.6528926,0.6859504,0.73140496,0.7644628,0.6942149,0.58264464,0.6528926,0.7231405,0.6983471,0.6942149,0.74793386,0.8016529,0.8305785,0.822314,0.8057851,0.7933884,0.71900827,0.5495868,0.446281,0.57024795,0.6735537,0.677686,0.6735537,0.6694215,0.6570248,0.6528926,0.6404959,0.6570248,0.6528926,0.6322314,0.607438,0.58677685,0.58264464,0.59090906,0.6487603,0.677686,0.6859504,0.6859504,0.6280992,0.38842976,0.15289256,0.77272725,0.7768595,0.75619835,0.6859504,0.57438016,0.5661157,0.7107438,0.8057851,0.7933884,0.7892562,0.7933884,0.79752064,0.7933884,0.78099173,0.77272725,0.77272725,0.76859504,0.74793386,0.73140496,0.7355372,0.7231405,0.7066116,0.71487606,0.72727275,0.76859504,0.80991733,0.7892562,0.6404959,0.60330576,0.7231405,0.7355372,0.71487606,0.7231405,0.75206614,0.7892562,0.8181818,0.822314,0.8057851,0.79752064,0.7231405,0.58677685,0.446281,0.49173555,0.6322314,0.6983471,0.7231405,0.73140496,0.7231405,0.71900827,0.6983471,0.70247936,0.6942149,0.6818182,0.6652893,0.6528926,0.62396693,0.6363636,0.6942149,0.7066116,0.6942149,0.6818182,0.58677685,0.29752067,0.09504132,0.7768595,0.79752064,0.78512394,0.73966944,0.6280992,0.553719,0.6404959,0.7768595,0.8264463,0.822314,0.8181818,0.80991733,0.79752064,0.7892562,0.7892562,0.7892562,0.78512394,0.77272725,0.7644628,0.76033056,0.75206614,0.76033056,0.76859504,0.8016529,0.8305785,0.8264463,0.71900827,0.59917355,0.70247936,0.75619835,0.7355372,0.73140496,0.72727275,0.76033056,0.78512394,0.8140496,0.822314,0.8057851,0.7892562,0.73966944,0.62396693,0.5165289,0.46280992,0.5413223,0.6694215,0.72727275,0.74380165,0.73966944,0.75619835,0.74793386,0.73966944,0.73140496,0.71487606,0.6942149,0.677686,0.6694215,0.69008267,0.7107438,0.70247936,0.6818182,0.6528926,0.49173555,0.20247933,0.08264463,0.77272725,0.7933884,0.7933884,0.76859504,0.6942149,0.58677685,0.55785125,0.6735537,0.79752064,0.822314,0.8140496,0.79752064,0.7933884,0.78512394,0.7768595,0.78099173,0.78512394,0.7892562,0.78512394,0.78512394,0.7892562,0.8057851,0.822314,0.8305785,0.8429752,0.8181818,0.6570248,0.677686,0.7644628,0.7355372,0.73140496,0.74380165,0.74380165,0.7644628,0.7892562,0.8181818,0.822314,0.80991733,0.7933884,0.75206614,0.6652893,0.57024795,0.5041322,0.45041323,0.53305787,0.677686,0.73140496,0.74380165,0.75619835,0.7644628,0.75619835,0.74793386,0.72727275,0.6983471,0.6942149,0.69008267,0.6983471,0.70247936,0.6694215,0.59090906,0.45867768,0.2520661,0.13636364,0.14049587,0.7644628,0.78099173,0.78512394,0.77272725,0.71900827,0.6528926,0.59504133,0.57438016,0.62396693,0.6818182,0.73140496,0.7644628,0.76859504,0.76859504,0.76859504,0.7644628,0.76033056,0.76859504,0.7768595,0.78099173,0.7892562,0.7892562,0.77272725,0.78512394,0.78099173,0.75206614,0.6694215,0.75619835,0.75206614,0.6983471,0.7066116,0.7231405,0.73140496,0.77272725,0.78099173,0.8140496,0.822314,0.8181818,0.7933884,0.7644628,0.6818182,0.61157024,0.5495868,0.5123967,0.46280992,0.4752066,0.59504133,0.6942149,0.73140496,0.74793386,0.7355372,0.71900827,0.7107438,0.6942149,0.661157,0.61157024,0.5661157,0.5289256,0.4752066,0.47107437,0.45041323,0.24380165,0.12396694,0.15289256,0.75206614,0.7644628,0.77272725,0.7768595,0.74380165,0.69008267,0.6570248,0.6363636,0.60330576,0.5661157,0.5413223,0.55785125,0.56198347,0.57438016,0.60330576,0.6198347,0.607438,0.61570245,0.59504133,0.58677685,0.56198347,0.53305787,0.5165289,0.553719,0.59504133,0.6983471,0.7644628,0.77272725,0.7107438,0.6694215,0.69008267,0.7231405,0.71900827,0.76033056,0.78099173,0.80991733,0.8181818,0.8057851,0.78512394,0.7644628,0.7231405,0.6487603,0.5785124,0.5785124,0.56198347,0.5041322,0.47107437,0.48347107,0.5,0.5041322,0.47933885,0.4752066,0.4752066,0.45867768,0.45041323,0.446281,0.4876033,0.54545456,0.5661157,0.57438016,0.5247934,0.28512397,0.14876033,0.18181819,0.7355372,0.74793386,0.76859504,0.7768595,0.76033056,0.7231405,0.6735537,0.6322314,0.57438016,0.5247934,0.49173555,0.46280992,0.45867768,0.46280992,0.45454547,0.45454547,0.42561984,0.41735536,0.41322315,0.43801653,0.5,0.5661157,0.6487603,0.6942149,0.7355372,0.78099173,0.76859504,0.74380165,0.70247936,0.6983471,0.7107438,0.6983471,0.71487606,0.74793386,0.7768595,0.78099173,0.80991733,0.79752064,0.78512394,0.77272725,0.76033056,0.70247936,0.59917355,0.59504133,0.62396693,0.6280992,0.58677685,0.5661157,0.56198347,0.56198347,0.5785124,0.59917355,0.61157024,0.62396693,0.5785124,0.5289256,0.54545456,0.57024795,0.5495868,0.5247934,0.5206612,0.338843,0.17355372,0.1983471,0.73140496,0.74380165,0.75206614,0.76859504,0.7768595,0.7644628,0.74793386,0.71487606,0.6528926,0.59917355,0.56198347,0.57024795,0.59504133,0.62396693,0.6280992,0.6404959,0.6570248,0.6818182,0.70247936,0.7231405,0.74793386,0.7644628,0.7768595,0.7933884,0.78099173,0.77272725,0.74380165,0.7768595,0.78512394,0.75619835,0.70247936,0.69008267,0.7107438,0.74793386,0.76859504,0.7892562,0.80991733,0.8057851,0.7933884,0.77272725,0.75619835,0.71900827,0.6280992,0.59504133,0.6322314,0.6694215,0.6694215,0.661157,0.677686,0.677686,0.677686,0.6735537,0.661157,0.6487603,0.6322314,0.59917355,0.57024795,0.5413223,0.5289256,0.5123967,0.5123967,0.3966942,0.23140496,0.19421488,0.71900827,0.73140496,0.73966944,0.75619835,0.7644628,0.76033056,0.75619835,0.75619835,0.7355372,0.6983471,0.677686,0.6818182,0.6983471,0.71487606,0.72727275,0.73966944,0.75206614,0.76859504,0.7768595,0.78099173,0.7892562,0.79752064,0.8057851,0.7768595,0.75619835,0.7355372,0.7355372,0.7933884,0.7933884,0.77272725,0.71900827,0.6983471,0.7066116,0.75206614,0.76859504,0.78512394,0.80991733,0.79752064,0.7933884,0.77272725,0.76033056,0.73966944,0.6694215,0.59504133,0.59917355,0.661157,0.6859504,0.6818182,0.6983471,0.70247936,0.7066116,0.71900827,0.7107438,0.6859504,0.6694215,0.6735537,0.6570248,0.6198347,0.5785124,0.5371901,0.5206612,0.45454547,0.28512397,0.20661157,0.70247936,0.71900827,0.73140496,0.74380165,0.75206614,0.75206614,0.75206614,0.7644628,0.75206614,0.71900827,0.6942149,0.6983471,0.7231405,0.75619835,0.7768595,0.7892562,0.8016529,0.80991733,0.8057851,0.80991733,0.8057851,0.8057851,0.7892562,0.73966944,0.7066116,0.7107438,0.74793386,0.78512394,0.78512394,0.7644628,0.7107438,0.7107438,0.70247936,0.74380165,0.75619835,0.78099173,0.79752064,0.8016529,0.7892562,0.7768595,0.7644628,0.75206614,0.6942149,0.61570245,0.59504133,0.6363636,0.6694215,0.6859504,0.7066116,0.7066116,0.71487606,0.71900827,0.71487606,0.6818182,0.6652893,0.6528926,0.6404959,0.6280992,0.607438,0.55785125,0.53305787,0.5041322,0.338843,0.20661157,0.7066116,0.71487606,0.71900827,0.7355372,0.74793386,0.74793386,0.75619835,0.76033056,0.75619835,0.74380165,0.73966944,0.75206614,0.7768595,0.79752064,0.8016529,0.8140496,0.8181818,0.80991733,0.8057851,0.80991733,0.80991733,0.7768595,0.73140496,0.6735537,0.6487603,0.70247936,0.76033056,0.78099173,0.75206614,0.7355372,0.72727275,0.7231405,0.7066116,0.72727275,0.7644628,0.78099173,0.7892562,0.8016529,0.7892562,0.78512394,0.75619835,0.71487606,0.6446281,0.59504133,0.59090906,0.61570245,0.6446281,0.6652893,0.6983471,0.71487606,0.7231405,0.7231405,0.7107438,0.6818182,0.6694215,0.6446281,0.6198347,0.59917355,0.59090906,0.5785124,0.54545456,0.5206612,0.38016528,0.23966943,0.7066116,0.71900827,0.71487606,0.71900827,0.7355372,0.7355372,0.74380165,0.75619835,0.75619835,0.75619835,0.7644628,0.78099173,0.7892562,0.8016529,0.8057851,0.80991733,0.8140496,0.80991733,0.8016529,0.79752064,0.77272725,0.7107438,0.6652893,0.6363636,0.6404959,0.70247936,0.74380165,0.74380165,0.72727275,0.71900827,0.6942149,0.70247936,0.6694215,0.6818182,0.72727275,0.7355372,0.7768595,0.7768595,0.7768595,0.76033056,0.7231405,0.6528926,0.5785124,0.54545456,0.55785125,0.57438016,0.607438,0.6363636,0.6859504,0.7107438,0.71487606,0.71900827,0.71900827,0.6942149,0.6694215,0.6363636,0.607438,0.59504133,0.5785124,0.5495868,0.5413223,0.53305787,0.38842976,0.24793388,0.6942149,0.7066116,0.7107438,0.71487606,0.71900827,0.72727275,0.7355372,0.7355372,0.74793386,0.75619835,0.77272725,0.78099173,0.7768595,0.7933884,0.79752064,0.7933884,0.79752064,0.7933884,0.7933884,0.7768595,0.7355372,0.6694215,0.6404959,0.6446281,0.6570248,0.677686,0.7107438,0.69008267,0.6694215,0.6322314,0.61157024,0.59917355,0.58677685,0.58264464,0.607438,0.6487603,0.6859504,0.6983471,0.7066116,0.6942149,0.6404959,0.55785125,0.48347107,0.46280992,0.49173555,0.553719,0.59090906,0.6280992,0.677686,0.69008267,0.6942149,0.7107438,0.7107438,0.6983471,0.6570248,0.62396693,0.59917355,0.58264464,0.56198347,0.5413223,0.5371901,0.5413223,0.38842976,0.24380165,0.6942149,0.6942149,0.70247936,0.71487606,0.7231405,0.72727275,0.72727275,0.72727275,0.73966944,0.75206614,0.76033056,0.7644628,0.76859504,0.78099173,0.78099173,0.78512394,0.7892562,0.78099173,0.78099173,0.75206614,0.6818182,0.6322314,0.6404959,0.6818182,0.6694215,0.61157024,0.5785124,0.5495868,0.47107437,0.39256197,0.32231405,0.3140496,0.37603307,0.446281,0.5,0.54545456,0.57438016,0.60330576,0.61157024,0.59090906,0.53305787,0.446281,0.3553719,0.3429752,0.4338843,0.5371901,0.58677685,0.61570245,0.6487603,0.6652893,0.677686,0.6942149,0.7066116,0.69008267,0.6487603,0.62396693,0.60330576,0.5785124,0.54545456,0.5371901,0.54545456,0.5371901,0.40495867,0.24380165,0.69008267,0.70247936,0.6983471,0.70247936,0.7107438,0.7107438,0.7107438,0.71487606,0.71900827,0.7355372,0.74793386,0.75619835,0.7644628,0.76859504,0.77272725,0.78099173,0.78099173,0.77272725,0.74380165,0.70247936,0.6363636,0.6280992,0.6818182,0.74380165,0.72727275,0.59090906,0.45867768,0.41735536,0.3553719,0.28512397,0.23553719,0.19421488,0.19421488,0.2603306,0.35950413,0.446281,0.4876033,0.5082645,0.49586776,0.4752066,0.40082645,0.30165288,0.24793388,0.3181818,0.42561984,0.5413223,0.58677685,0.59504133,0.62396693,0.6570248,0.6694215,0.6983471,0.7066116,0.6818182,0.661157,0.6446281,0.61570245,0.57438016,0.53305787,0.5206612,0.53305787,0.53305787,0.40495867,0.23553719,0.6859504,0.70247936,0.6983471,0.6983471,0.7066116,0.7066116,0.70247936,0.7066116,0.71487606,0.7231405,0.72727275,0.7355372,0.75619835,0.76033056,0.74793386,0.75206614,0.73966944,0.7066116,0.69008267,0.6570248,0.6198347,0.6694215,0.75206614,0.78512394,0.7644628,0.677686,0.5082645,0.41322315,0.41322315,0.42975205,0.40495867,0.3677686,0.3140496,0.24793388,0.28099173,0.3264463,0.37603307,0.40495867,0.35950413,0.3305785,0.2644628,0.2520661,0.30165288,0.40082645,0.49586776,0.57024795,0.59090906,0.59504133,0.6198347,0.6570248,0.6652893,0.677686,0.69008267,0.6818182,0.661157,0.6487603,0.61570245,0.5785124,0.5289256,0.5165289,0.53305787,0.5289256,0.3677686,0.21900827,0.677686,0.6983471,0.70247936,0.6983471,0.7066116,0.7066116,0.6983471,0.70247936,0.7107438,0.7231405,0.7231405,0.7355372,0.73966944,0.74380165,0.74793386,0.74380165,0.71487606,0.6735537,0.6570248,0.6322314,0.6404959,0.7231405,0.78099173,0.7933884,0.79752064,0.77272725,0.677686,0.57024795,0.5123967,0.5165289,0.49586776,0.47107437,0.4214876,0.3429752,0.30578512,0.3181818,0.3429752,0.32231405,0.29752067,0.25619835,0.2520661,0.3140496,0.41322315,0.49586776,0.55785125,0.59090906,0.607438,0.607438,0.61157024,0.6363636,0.6528926,0.6652893,0.6652893,0.6446281,0.6446281,0.6446281,0.61570245,0.57438016,0.5289256,0.5123967,0.5289256,0.5082645,0.3264463,0.19008264,0.661157,0.6983471,0.70247936,0.6983471,0.6942149,0.6942149,0.6983471,0.70247936,0.7066116,0.7066116,0.7107438,0.72727275,0.74380165,0.73966944,0.74380165,0.7355372,0.71487606,0.6694215,0.6487603,0.6404959,0.69008267,0.7644628,0.7892562,0.79752064,0.8016529,0.7892562,0.77272725,0.7107438,0.6280992,0.5661157,0.5206612,0.47107437,0.41322315,0.37603307,0.37190083,0.35950413,0.3677686,0.3429752,0.3181818,0.30578512,0.29752067,0.34710744,0.4214876,0.48347107,0.5495868,0.60330576,0.6280992,0.62396693,0.59504133,0.59917355,0.6322314,0.661157,0.6570248,0.6528926,0.6404959,0.6198347,0.59090906,0.55785125,0.5289256,0.5165289,0.5206612,0.49173555,0.29338843,0.15289256,0.6446281,0.677686,0.6859504,0.6942149,0.6983471,0.6983471,0.70247936,0.7066116,0.70247936,0.7066116,0.71487606,0.72727275,0.7355372,0.74380165,0.7355372,0.73140496,0.71487606,0.677686,0.6487603,0.6735537,0.73140496,0.78512394,0.7933884,0.8016529,0.78099173,0.77272725,0.77272725,0.75206614,0.6735537,0.59504133,0.5123967,0.4752066,0.40082645,0.41322315,0.4214876,0.43801653,0.42975205,0.42561984,0.39256197,0.3677686,0.36363637,0.34710744,0.35123968,0.41735536,0.47107437,0.553719,0.6198347,0.61157024,0.58677685,0.58264464,0.607438,0.62396693,0.6446281,0.6404959,0.6280992,0.59917355,0.57024795,0.54545456,0.5289256,0.5247934,0.5289256,0.46694216,0.2603306,0.15289256,0.6198347,0.6487603,0.6694215,0.69008267,0.6983471,0.6983471,0.70247936,0.70247936,0.6983471,0.71487606,0.72727275,0.71900827,0.72727275,0.7231405,0.7107438,0.7107438,0.6942149,0.6694215,0.6652893,0.7107438,0.75206614,0.77272725,0.78099173,0.7768595,0.76859504,0.76033056,0.7231405,0.677686,0.59917355,0.5247934,0.45041323,0.40495867,0.36363637,0.4090909,0.41322315,0.42561984,0.40495867,0.4214876,0.39256197,0.38842976,0.38842976,0.38429752,0.37190083,0.38016528,0.446281,0.5165289,0.57438016,0.59090906,0.59090906,0.5495868,0.553719,0.59917355,0.6363636,0.6322314,0.61157024,0.58677685,0.55785125,0.54545456,0.5206612,0.5123967,0.5082645,0.42975205,0.23553719,0.14876033,0.61157024,0.6363636,0.6570248,0.6818182,0.6942149,0.6942149,0.69008267,0.69008267,0.6983471,0.7107438,0.71487606,0.7107438,0.71900827,0.7107438,0.6983471,0.6942149,0.6735537,0.6528926,0.677686,0.7231405,0.73140496,0.7355372,0.72727275,0.7355372,0.73966944,0.7231405,0.6735537,0.59504133,0.53305787,0.47107437,0.40082645,0.37190083,0.36363637,0.41322315,0.4214876,0.42975205,0.41322315,0.3966942,0.37190083,0.39256197,0.40495867,0.4090909,0.38842976,0.37603307,0.41322315,0.46280992,0.5041322,0.5413223,0.553719,0.5371901,0.5371901,0.58264464,0.6198347,0.6198347,0.59917355,0.57024795,0.553719,0.5413223,0.5247934,0.5041322,0.49173555,0.38429752,0.2107438,0.16115703,0.60330576,0.6280992,0.6446281,0.6735537,0.6859504,0.6818182,0.6818182,0.6818182,0.6983471,0.6983471,0.69008267,0.6818182,0.70247936,0.70247936,0.6859504,0.6735537,0.6528926,0.6487603,0.6859504,0.7107438,0.69008267,0.677686,0.6818182,0.70247936,0.69008267,0.6446281,0.60330576,0.5371901,0.48347107,0.4214876,0.38429752,0.37190083,0.38016528,0.40495867,0.42561984,0.4338843,0.446281,0.42975205,0.38429752,0.3966942,0.4090909,0.39256197,0.38429752,0.3677686,0.37190083,0.39256197,0.40082645,0.446281,0.49586776,0.5,0.5041322,0.5413223,0.59917355,0.6198347,0.607438,0.58677685,0.57024795,0.5495868,0.5247934,0.5,0.4752066,0.3264463,0.18181819,0.16115703,0.59090906,0.61157024,0.6322314,0.6570248,0.6652893,0.6652893,0.6652893,0.6694215,0.6859504,0.6818182,0.6570248,0.6528926,0.6694215,0.677686,0.6652893,0.6446281,0.6363636,0.6322314,0.6322314,0.6322314,0.61157024,0.58677685,0.58677685,0.607438,0.59090906,0.55785125,0.5206612,0.47933885,0.42975205,0.39256197,0.37190083,0.38016528,0.38016528,0.39256197,0.38842976,0.37603307,0.4090909,0.39256197,0.3677686,0.38016528,0.38016528,0.37190083,0.3553719,0.3429752,0.3305785,0.338843,0.34710744,0.37603307,0.42975205,0.43801653,0.44214877,0.48347107,0.5661157,0.61570245,0.62396693,0.59504133,0.5661157,0.54545456,0.5206612,0.49173555,0.45041323,0.28512397,0.15289256,0.1570248,0.58264464,0.607438,0.6198347,0.6404959,0.6528926,0.6528926,0.661157,0.6735537,0.6818182,0.6652893,0.6446281,0.6280992,0.6487603,0.6528926,0.6322314,0.6322314,0.61157024,0.58264464,0.57024795,0.5413223,0.5206612,0.49586776,0.47933885,0.5,0.49173555,0.48347107,0.44214877,0.41322315,0.38016528,0.33471075,0.34710744,0.34710744,0.3677686,0.3677686,0.35950413,0.338843,0.3429752,0.33471075,0.32231405,0.3553719,0.35123968,0.33471075,0.32231405,0.29752067,0.29752067,0.29338843,0.3181818,0.3429752,0.3553719,0.36363637,0.38016528,0.41322315,0.5206612,0.59917355,0.59917355,0.5785124,0.553719,0.53305787,0.5082645,0.47933885,0.41735536,0.24380165,0.14876033,0.19008264,0.57438016,0.60330576,0.61570245,0.6322314,0.6446281,0.6446281,0.661157,0.6735537,0.677686,0.661157,0.6446281,0.6280992,0.6404959,0.6570248,0.6487603,0.61157024,0.5661157,0.53305787,0.5165289,0.46280992,0.43801653,0.41735536,0.4090909,0.42975205,0.45041323,0.44214877,0.39256197,0.38016528,0.35950413,0.3264463,0.3305785,0.3181818,0.3264463,0.32231405,0.338843,0.30991736,0.30578512,0.30578512,0.30165288,0.3140496,0.3264463,0.29338843,0.2768595,0.2644628,0.27272728,0.2768595,0.29338843,0.29752067,0.30165288,0.30578512,0.3305785,0.3429752,0.446281,0.55785125,0.57438016,0.55785125,0.5371901,0.5206612,0.5,0.46694216,0.3677686,0.19421488,0.1570248,0.23553719,0.56198347,0.59504133,0.61570245,0.6322314,0.6363636,0.6487603,0.6735537,0.6818182,0.677686,0.6652893,0.6446281,0.61157024,0.6280992,0.6570248,0.6487603,0.57438016,0.5123967,0.5041322,0.45454547,0.39256197,0.35950413,0.37190083,0.37603307,0.38429752,0.41735536,0.41322315,0.38429752,0.36363637,0.34710744,0.3140496,0.3181818,0.2892562,0.2892562,0.28512397,0.3264463,0.30991736,0.30991736,0.3140496,0.3305785,0.32231405,0.32231405,0.29752067,0.2644628,0.23553719,0.2520661,0.26859504,0.26859504,0.25619835,0.23966943,0.2520661,0.28512397,0.30991736,0.35950413,0.4752066,0.5371901,0.5289256,0.5123967,0.5041322,0.49586776,0.43801653,0.3140496,0.18181819,0.1570248,0.24380165,0.5123967,0.55785125,0.59504133,0.61157024,0.6198347,0.6363636,0.6528926,0.6652893,0.661157,0.6487603,0.6363636,0.61157024,0.6280992,0.6528926,0.59917355,0.5082645,0.45041323,0.43801653,0.38842976,0.3264463,0.29338843,0.30578512,0.3264463,0.35123968,0.38016528,0.38842976,0.35950413,0.33471075,0.3181818,0.30578512,0.32231405,0.29338843,0.28512397,0.26859504,0.32231405,0.3553719,0.38016528,0.37190083,0.38016528,0.34710744,0.3305785,0.3140496,0.25619835,0.22727273,0.23140496,0.2603306,0.2603306,0.24380165,0.20247933,0.20661157,0.23140496,0.2644628,0.28512397,0.38842976,0.48347107,0.49586776,0.47933885,0.47933885,0.48347107,0.3966942,0.27272728,0.20661157,0.16115703,0.2231405,0.42975205,0.48347107,0.5247934,0.553719,0.58677685,0.607438,0.6280992,0.6570248,0.6404959,0.62396693,0.62396693,0.60330576,0.6198347,0.6198347,0.5413223,0.44214877,0.40495867,0.38016528,0.3429752,0.28099173,0.23966943,0.24793388,0.28512397,0.32231405,0.338843,0.34710744,0.3181818,0.30165288,0.28099173,0.29338843,0.29338843,0.27272728,0.26859504,0.2603306,0.30991736,0.35950413,0.40082645,0.3677686,0.3553719,0.30165288,0.2892562,0.2644628,0.23553719,0.2231405,0.22727273,0.2107438,0.20247933,0.20247933,0.19421488,0.20247933,0.20661157,0.2231405,0.2520661,0.33471075,0.41322315,0.43801653,0.43801653,0.43801653,0.42975205,0.34710744,0.25619835,0.19008264,0.1570248,0.23140496,0.35950413,0.40082645,0.4338843,0.46694216,0.5289256,0.57024795,0.59090906,0.6198347,0.60330576,0.59090906,0.59917355,0.59090906,0.59090906,0.55785125,0.46694216,0.37603307,0.35950413,0.33471075,0.28512397,0.24380165,0.23140496,0.24793388,0.2768595,0.30991736,0.3264463,0.338843,0.3181818,0.30991736,0.28512397,0.2892562,0.26859504,0.28512397,0.2644628,0.2892562,0.30991736,0.3429752,0.37190083,0.36363637,0.38016528,0.3553719,0.35950413,0.33471075,0.3305785,0.3140496,0.30578512,0.26859504,0.22727273,0.21900827,0.23553719,0.24793388,0.23553719,0.24380165,0.2520661,0.30165288,0.35950413,0.37190083,0.38016528,0.37603307,0.338843,0.28512397,0.23140496,0.16528925,0.18181819,0.27272728,0.3140496,0.33471075,0.3553719,0.38842976,0.45041323,0.5082645,0.53305787,0.54545456,0.5413223,0.5413223,0.56198347,0.5661157,0.5371901,0.47933885,0.40082645,0.3429752,0.338843,0.30578512,0.2892562,0.30578512,0.35123968,0.38016528,0.3966942,0.40495867,0.42561984,0.45867768,0.46280992,0.47107437,0.41735536,0.40495867,0.3966942,0.41735536,0.42561984,0.45867768,0.46280992,0.4876033,0.48347107,0.5082645,0.5289256,0.5206612,0.5082645,0.49586776,0.47933885,0.45041323,0.43801653,0.4090909,0.37190083,0.3553719,0.35123968,0.33471075,0.29752067,0.28099173,0.2768595,0.2892562,0.30578512,0.32231405,0.33471075,0.3181818,0.2644628,0.23553719,0.20661157,0.16528925,0.2231405,0.30578512,0.2603306,0.2768595,0.30578512,0.3429752,0.38429752,0.42561984,0.47107437,0.5041322,0.5082645,0.5082645,0.5206612,0.5165289,0.47933885,0.41322315,0.34710744,0.30991736,0.3140496,0.3264463,0.38429752,0.45867768,0.5041322,0.5206612,0.5247934,0.54545456,0.56198347,0.59504133,0.6198347,0.6363636,0.59090906,0.54545456,0.5495868,0.57024795,0.59917355,0.6280992,0.61570245,0.60330576,0.59090906,0.60330576,0.61570245,0.60330576,0.59090906,0.57438016,0.57024795,0.5413223,0.5206612,0.5,0.4876033,0.4752066,0.43801653,0.37190083,0.30165288,0.28512397,0.29338843,0.2892562,0.28512397,0.29338843,0.29338843,0.2644628,0.21900827,0.20247933,0.19008264,0.19008264,0.25619835,0.3181818,0.20661157,0.22727273,0.26859504,0.3181818,0.3305785,0.34710744,0.38842976,0.4338843,0.45454547,0.46694216,0.46280992,0.45454547,0.446281,0.3966942,0.3305785,0.30578512,0.29752067,0.3677686,0.49173555,0.5785124,0.59917355,0.59504133,0.59917355,0.6198347,0.6198347,0.62396693,0.6487603,0.661157,0.6570248,0.6280992,0.6363636,0.6404959,0.6487603,0.6694215,0.6570248,0.6404959,0.6280992,0.61570245,0.6322314,0.61157024,0.607438,0.59504133,0.5785124,0.56198347,0.53305787,0.5247934,0.5371901,0.5289256,0.4876033,0.37603307,0.26859504,0.24793388,0.28099173,0.29338843,0.28099173,0.25619835,0.24380165,0.22727273,0.18595041,0.1694215,0.1694215,0.19008264,0.2603306,0.32231405,0.19421488,0.20247933,0.23553719,0.2892562,0.29338843,0.29752067,0.33471075,0.3553719,0.38842976,0.4214876,0.41735536,0.40082645,0.42975205,0.41322315,0.3553719,0.3181818,0.30991736,0.41322315,0.553719,0.6322314,0.6404959,0.6446281,0.6570248,0.661157,0.6570248,0.6404959,0.6404959,0.6322314,0.6280992,0.6280992,0.6280992,0.6280992,0.61570245,0.62396693,0.61570245,0.61157024,0.59504133,0.57438016,0.59090906,0.57024795,0.57438016,0.57024795,0.57024795,0.56198347,0.53305787,0.53305787,0.5495868,0.54545456,0.5165289,0.3966942,0.2603306,0.2231405,0.2644628,0.28512397,0.28099173,0.22727273,0.2107438,0.20661157,0.17355372,0.15289256,0.15289256,0.18595041,0.27272728,0.338843,0.19421488,0.20247933,0.20661157,0.23553719,0.24793388,0.2768595,0.30991736,0.3140496,0.3305785,0.37190083,0.37190083,0.36363637,0.40082645,0.4214876,0.37190083,0.3181818,0.3181818,0.42975205,0.55785125,0.6446281,0.6694215,0.6942149,0.6983471,0.70247936,0.6942149,0.6694215,0.6446281,0.61570245,0.59504133,0.58264464,0.58677685,0.59090906,0.57438016,0.5661157,0.54545456,0.5413223,0.5371901,0.5165289,0.5289256,0.5165289,0.5371901,0.5371901,0.5495868,0.5371901,0.5206612,0.5247934,0.5371901,0.5371901,0.5123967,0.41735536,0.2892562,0.21900827,0.24793388,0.2768595,0.27272728,0.22727273,0.2107438,0.1983471,0.17355372,0.14876033,0.1446281,0.19421488,0.28512397,0.34710744,0.19421488,0.19008264,0.18595041,0.1983471,0.2107438,0.2520661,0.28512397,0.28099173,0.29338843,0.3181818,0.3181818,0.32231405,0.36363637,0.3677686,0.3429752,0.30991736,0.33471075,0.4338843,0.5495868,0.6404959,0.69008267,0.71900827,0.72727275,0.72727275,0.7107438,0.6942149,0.6570248,0.6322314,0.59917355,0.553719,0.54545456,0.5371901,0.5371901,0.49586776,0.47107437,0.4876033,0.5,0.4876033,0.47933885,0.46694216,0.4752066,0.49173555,0.5,0.5,0.5,0.5165289,0.5289256,0.5289256,0.49173555,0.40495867,0.29752067,0.22727273,0.21900827,0.23966943,0.2603306,0.2231405,0.19008264,0.18181819,0.1694215,0.1446281,0.14876033,0.21487603,0.28512397,0.33471075,0.18595041,0.1694215,0.16528925,0.17768595,0.1983471,0.24380165,0.2768595,0.26859504,0.26859504,0.28099173,0.27272728,0.28512397,0.3181818,0.30991736,0.29752067,0.2892562,0.34710744,0.45454547,0.5413223,0.61570245,0.69008267,0.71900827,0.72727275,0.71900827,0.7066116,0.6942149,0.661157,0.6404959,0.60330576,0.53305787,0.5041322,0.4752066,0.4752066,0.43801653,0.42975205,0.45454547,0.4752066,0.46694216,0.45041323,0.43801653,0.41735536,0.43801653,0.44214877,0.46694216,0.48347107,0.5082645,0.53305787,0.5165289,0.47107437,0.38016528,0.2892562,0.24380165,0.19008264,0.20661157,0.22727273,0.1983471,0.17768595,0.1694215,0.1570248,0.14876033,0.18595041,0.2520661,0.29338843,0.32231405,0.18181819,0.16115703,0.15289256,0.16115703,0.17768595,0.21487603,0.2644628,0.2768595,0.2644628,0.2520661,0.24380165,0.2603306,0.2892562,0.28512397,0.2603306,0.27272728,0.34710744,0.45867768,0.53305787,0.60330576,0.6694215,0.7066116,0.71487606,0.70247936,0.6983471,0.6818182,0.6570248,0.6322314,0.58677685,0.5165289,0.47933885,0.4338843,0.4214876,0.42561984,0.4090909,0.41322315,0.4338843,0.4338843,0.42561984,0.41735536,0.3966942,0.3966942,0.41322315,0.44214877,0.47933885,0.5123967,0.5289256,0.49586776,0.42975205,0.35950413,0.2892562,0.2520661,0.19008264,0.18181819,0.19421488,0.17355372,0.1694215,0.1694215,0.15289256,0.17355372,0.23140496,0.2768595,0.30165288,0.32231405,0.1694215,0.16528925,0.1570248,0.1570248,0.16528925,0.18595041,0.23553719,0.2603306,0.2520661,0.2231405,0.2107438,0.2231405,0.25619835,0.26859504,0.26859504,0.2768595,0.33471075,0.42561984,0.5165289,0.59504133,0.6446281,0.6694215,0.6818182,0.6652893,0.6652893,0.6652893,0.6446281,0.62396693,0.5785124,0.5289256,0.48347107,0.43801653,0.41322315,0.42561984,0.4090909,0.38016528,0.38429752,0.38842976,0.39256197,0.40495867,0.39256197,0.37190083,0.3966942,0.42975205,0.47933885,0.5082645,0.5082645,0.45041323,0.37190083,0.3140496,0.26859504,0.23966943,0.2107438,0.18181819,0.17768595,0.1570248,0.16115703,0.17355372,0.16528925,0.20661157,0.25619835,0.2768595,0.29752067,0.3264463,0.1570248,0.16115703,0.16115703,0.16528925,0.16528925,0.17355372,0.2107438,0.23140496,0.21900827,0.19008264,0.17768595,0.1983471,0.23140496,0.2603306,0.2644628,0.2603306,0.3181818,0.38842976,0.46694216,0.53305787,0.5785124,0.59504133,0.61157024,0.61157024,0.6322314,0.6570248,0.6404959,0.61570245,0.59090906,0.56198347,0.5413223,0.5041322,0.46280992,0.41735536,0.4214876,0.3966942,0.37603307,0.35123968,0.338843,0.3966942,0.40082645,0.38016528,0.38429752,0.43801653,0.48347107,0.49586776,0.46280992,0.39256197,0.3181818,0.26859504,0.2231405,0.21487603,0.21900827,0.21487603,0.18595041,0.1570248,0.1570248,0.1694215,0.17768595,0.2231405,0.26859504,0.28512397,0.30165288,0.3140496,0.15289256,0.1570248,0.15289256,0.1694215,0.16528925,0.15289256,0.18181819,0.21900827,0.20661157,0.1694215,0.16115703,0.1983471,0.23553719,0.2520661,0.23966943,0.24380165,0.29338843,0.338843,0.3966942,0.44214877,0.47933885,0.5041322,0.5289256,0.553719,0.6198347,0.6652893,0.6528926,0.6487603,0.6446281,0.6404959,0.6446281,0.61570245,0.553719,0.446281,0.4090909,0.40495867,0.37603307,0.338843,0.3181818,0.36363637,0.3966942,0.41322315,0.4214876,0.45454547,0.47933885,0.47107437,0.4214876,0.35123968,0.30165288,0.2520661,0.21487603,0.20661157,0.20247933,0.21487603,0.19421488,0.1570248,0.1446281,0.14876033,0.17768595,0.23553719,0.2768595,0.2892562,0.30578512,0.3140496,27 +0.76859504,0.7355372,0.7644628,0.7933884,0.8057851,0.7892562,0.7892562,0.74793386,0.7892562,0.78512394,0.7644628,0.77272725,0.76859504,0.7768595,0.78099173,0.7892562,0.7892562,0.7892562,0.7892562,0.78512394,0.79752064,0.8016529,0.7892562,0.78512394,0.78512394,0.76033056,0.76859504,0.74793386,0.72727275,0.6942149,0.70247936,0.6983471,0.6942149,0.7107438,0.70247936,0.72727275,0.7231405,0.6983471,0.677686,0.6652893,0.677686,0.6859504,0.69008267,0.69008267,0.6942149,0.6983471,0.71900827,0.71900827,0.73140496,0.74793386,0.73966944,0.74380165,0.74380165,0.71900827,0.71900827,0.73140496,0.6942149,0.58264464,0.5,0.34710744,0.2603306,0.30578512,0.3677686,0.30991736,0.7892562,0.76859504,0.78512394,0.79752064,0.8140496,0.8057851,0.79752064,0.76859504,0.7892562,0.78512394,0.7644628,0.7768595,0.7768595,0.7892562,0.7892562,0.8016529,0.78099173,0.7933884,0.7933884,0.78099173,0.8016529,0.8057851,0.7892562,0.8016529,0.7768595,0.78512394,0.78512394,0.75619835,0.73140496,0.6983471,0.6942149,0.70247936,0.6859504,0.69008267,0.6859504,0.76033056,0.71487606,0.6942149,0.6818182,0.6735537,0.677686,0.6818182,0.6942149,0.6983471,0.6942149,0.6818182,0.72727275,0.73966944,0.73966944,0.75619835,0.75619835,0.7355372,0.77272725,0.7231405,0.77272725,0.74793386,0.75206614,0.5785124,0.57438016,0.35123968,0.2603306,0.29338843,0.37603307,0.4214876,0.78512394,0.78512394,0.8016529,0.8140496,0.8181818,0.8140496,0.8140496,0.78099173,0.7892562,0.78512394,0.78512394,0.7768595,0.77272725,0.78512394,0.78512394,0.7933884,0.7892562,0.7933884,0.7892562,0.7933884,0.7892562,0.79752064,0.8016529,0.7892562,0.76033056,0.80991733,0.7933884,0.76859504,0.7231405,0.71487606,0.70247936,0.7066116,0.6818182,0.677686,0.6528926,0.7933884,0.7107438,0.6942149,0.69008267,0.6818182,0.6735537,0.677686,0.69008267,0.69008267,0.69008267,0.6983471,0.7355372,0.74793386,0.76033056,0.77272725,0.73966944,0.73966944,0.76859504,0.7107438,0.78512394,0.7644628,0.75619835,0.6446281,0.60330576,0.38016528,0.29752067,0.338843,0.40495867,0.46694216,0.79752064,0.79752064,0.80991733,0.80991733,0.822314,0.822314,0.822314,0.78512394,0.77272725,0.78512394,0.7892562,0.78512394,0.7644628,0.78512394,0.78099173,0.78099173,0.7933884,0.7933884,0.7892562,0.7892562,0.79752064,0.8016529,0.7933884,0.7768595,0.78512394,0.7892562,0.8057851,0.76859504,0.7355372,0.7231405,0.7066116,0.7107438,0.677686,0.6694215,0.6363636,0.79752064,0.7231405,0.6859504,0.69008267,0.6942149,0.6735537,0.677686,0.6983471,0.6983471,0.6942149,0.73140496,0.73140496,0.74380165,0.75206614,0.75206614,0.7066116,0.72727275,0.75619835,0.7355372,0.7644628,0.75619835,0.78099173,0.6694215,0.661157,0.40495867,0.34710744,0.38016528,0.42975205,0.5041322,0.8140496,0.8016529,0.8181818,0.8057851,0.8181818,0.8264463,0.8057851,0.78099173,0.77272725,0.78099173,0.78512394,0.7768595,0.75619835,0.76859504,0.76859504,0.75206614,0.76859504,0.76033056,0.76859504,0.78512394,0.79752064,0.7892562,0.7933884,0.7644628,0.7768595,0.7892562,0.78512394,0.76033056,0.75206614,0.72727275,0.7231405,0.73966944,0.6983471,0.6735537,0.6446281,0.8057851,0.72727275,0.69008267,0.6818182,0.69008267,0.6735537,0.6694215,0.7066116,0.677686,0.6818182,0.6983471,0.7231405,0.70247936,0.75206614,0.73140496,0.7107438,0.7107438,0.7231405,0.7066116,0.71900827,0.75206614,0.79752064,0.73140496,0.6859504,0.42561984,0.35950413,0.40495867,0.4338843,0.5082645,0.8140496,0.80991733,0.8181818,0.8181818,0.80991733,0.8140496,0.78512394,0.76859504,0.7644628,0.75619835,0.72727275,0.72727275,0.7107438,0.72727275,0.7231405,0.6983471,0.677686,0.6363636,0.6694215,0.71900827,0.75206614,0.7355372,0.73966944,0.70247936,0.71487606,0.76033056,0.73966944,0.75206614,0.75619835,0.7355372,0.7355372,0.7355372,0.70247936,0.677686,0.6528926,0.7933884,0.75206614,0.677686,0.6735537,0.6818182,0.6694215,0.6859504,0.677686,0.6570248,0.6528926,0.661157,0.6818182,0.677686,0.6859504,0.677686,0.6487603,0.6446281,0.6694215,0.6528926,0.6694215,0.70247936,0.77272725,0.77272725,0.70247936,0.46694216,0.35123968,0.37603307,0.44214877,0.49173555,0.80991733,0.8181818,0.8140496,0.822314,0.80991733,0.7933884,0.7644628,0.74380165,0.7107438,0.6280992,0.607438,0.60330576,0.6280992,0.6487603,0.6404959,0.57438016,0.5289256,0.47933885,0.5041322,0.5041322,0.5785124,0.59917355,0.59090906,0.59504133,0.61157024,0.6570248,0.6694215,0.6694215,0.7355372,0.71487606,0.7644628,0.73966944,0.70247936,0.677686,0.6487603,0.7892562,0.7231405,0.6859504,0.6818182,0.6818182,0.6528926,0.6694215,0.6446281,0.60330576,0.59917355,0.59090906,0.59090906,0.59504133,0.59504133,0.58677685,0.55785125,0.55785125,0.57024795,0.59504133,0.60330576,0.607438,0.6983471,0.78512394,0.7231405,0.53305787,0.32231405,0.338843,0.4214876,0.43801653,0.8140496,0.7933884,0.8140496,0.8264463,0.8016529,0.7644628,0.73966944,0.677686,0.55785125,0.5206612,0.4752066,0.44214877,0.4876033,0.54545456,0.5,0.4214876,0.37603307,0.3553719,0.3305785,0.28099173,0.3264463,0.40082645,0.40082645,0.4214876,0.42975205,0.45041323,0.607438,0.59504133,0.6570248,0.69008267,0.74793386,0.7355372,0.6983471,0.6694215,0.6487603,0.7768595,0.6983471,0.6859504,0.6652893,0.6694215,0.61157024,0.58264464,0.53305787,0.5123967,0.47933885,0.446281,0.44214877,0.41735536,0.40495867,0.4090909,0.38842976,0.40495867,0.44214877,0.49586776,0.4876033,0.49586776,0.5661157,0.75206614,0.75206614,0.5413223,0.3140496,0.35950413,0.4090909,0.38016528,0.79752064,0.7933884,0.8140496,0.822314,0.7768595,0.75619835,0.72727275,0.56198347,0.446281,0.45454547,0.4090909,0.4090909,0.44214877,0.4214876,0.39256197,0.3181818,0.24793388,0.25619835,0.28099173,0.16115703,0.21487603,0.22727273,0.23553719,0.30165288,0.38842976,0.3140496,0.46280992,0.54545456,0.5785124,0.677686,0.6942149,0.71900827,0.6818182,0.6528926,0.6322314,0.73140496,0.69008267,0.6694215,0.6446281,0.6280992,0.5661157,0.4876033,0.41735536,0.40082645,0.37190083,0.28512397,0.26859504,0.2644628,0.24380165,0.23966943,0.2768595,0.26859504,0.26859504,0.3553719,0.3429752,0.40082645,0.47933885,0.6570248,0.74380165,0.553719,0.26859504,0.37603307,0.44214877,0.35123968,0.7892562,0.80991733,0.79752064,0.8140496,0.77272725,0.72727275,0.6198347,0.45454547,0.41322315,0.3553719,0.41322315,0.42561984,0.39256197,0.3264463,0.26859504,0.24380165,0.23140496,0.19421488,0.23966943,0.1446281,0.23140496,0.23966943,0.23140496,0.3181818,0.43801653,0.39256197,0.41735536,0.4752066,0.5247934,0.61157024,0.6818182,0.677686,0.6735537,0.6363636,0.61570245,0.6859504,0.6735537,0.6446281,0.61157024,0.57024795,0.5165289,0.446281,0.3264463,0.3181818,0.29338843,0.21487603,0.18595041,0.19421488,0.23966943,0.14876033,0.2603306,0.27272728,0.2603306,0.2644628,0.29338843,0.38429752,0.39256197,0.53305787,0.6735537,0.58264464,0.2892562,0.38429752,0.43801653,0.35950413,0.7933884,0.8181818,0.7933884,0.78512394,0.77272725,0.6322314,0.5,0.45867768,0.36363637,0.3677686,0.338843,0.3553719,0.3181818,0.28099173,0.2768595,0.29752067,0.3264463,0.2644628,0.24380165,0.19421488,0.2107438,0.2603306,0.29752067,0.36363637,0.4214876,0.45454547,0.4752066,0.4876033,0.54545456,0.59090906,0.677686,0.6528926,0.6528926,0.61570245,0.61157024,0.6363636,0.6363636,0.6363636,0.57438016,0.5082645,0.5123967,0.47933885,0.34710744,0.29338843,0.2644628,0.23140496,0.20661157,0.2107438,0.18181819,0.17768595,0.20661157,0.23553719,0.2644628,0.2520661,0.25619835,0.3181818,0.33471075,0.4214876,0.5495868,0.6363636,0.29752067,0.41735536,0.4090909,0.40495867,0.7892562,0.8264463,0.78099173,0.8016529,0.6735537,0.49586776,0.49586776,0.45041323,0.37190083,0.30165288,0.4090909,0.5041322,0.42561984,0.35123968,0.37603307,0.40082645,0.41322315,0.37190083,0.338843,0.30578512,0.30165288,0.3140496,0.32231405,0.338843,0.34710744,0.35123968,0.42975205,0.5082645,0.59917355,0.6446281,0.6652893,0.6652893,0.6322314,0.6198347,0.61570245,0.60330576,0.6280992,0.6280992,0.5206612,0.43801653,0.5,0.5123967,0.3677686,0.30578512,0.3181818,0.30991736,0.3264463,0.3429752,0.35123968,0.36363637,0.37190083,0.37190083,0.36363637,0.37603307,0.338843,0.3181818,0.29338843,0.30165288,0.34710744,0.49586776,0.2768595,0.42561984,0.38016528,0.42975205,0.7933884,0.8057851,0.7933884,0.7768595,0.60330576,0.5041322,0.49173555,0.4214876,0.38842976,0.43801653,0.75619835,0.74380165,0.6404959,0.54545456,0.59504133,0.59090906,0.59504133,0.5785124,0.56198347,0.5495868,0.5495868,0.553719,0.553719,0.5289256,0.5,0.446281,0.37190083,0.33471075,0.4214876,0.6363636,0.72727275,0.72727275,0.6818182,0.677686,0.6528926,0.6363636,0.6280992,0.7066116,0.54545456,0.4090909,0.59917355,0.59917355,0.36363637,0.4338843,0.5371901,0.59090906,0.607438,0.607438,0.58677685,0.58677685,0.59090906,0.5785124,0.57438016,0.6198347,0.6198347,0.5247934,0.446281,0.41735536,0.3966942,0.37190083,0.2768595,0.29752067,0.3305785,0.4338843,0.7892562,0.7933884,0.80991733,0.7355372,0.5371901,0.40082645,0.41322315,0.4876033,0.53305787,0.607438,0.6528926,0.6818182,0.6818182,0.677686,0.6694215,0.61157024,0.5661157,0.5206612,0.5041322,0.4876033,0.5041322,0.5247934,0.5661157,0.5661157,0.57024795,0.553719,0.49586776,0.4338843,0.34710744,0.37190083,0.7644628,0.80991733,0.76033056,0.73140496,0.6942149,0.661157,0.6652893,0.7768595,0.57438016,0.43801653,0.4876033,0.5,0.54545456,0.61157024,0.6280992,0.6198347,0.56198347,0.5165289,0.4876033,0.4752066,0.5123967,0.5495868,0.59090906,0.6528926,0.73966944,0.6818182,0.5785124,0.45867768,0.4214876,0.40495867,0.56198347,0.5041322,0.3140496,0.41735536,0.78512394,0.7892562,0.8057851,0.6528926,0.4338843,0.30578512,0.5495868,0.677686,0.6983471,0.71487606,0.6694215,0.62396693,0.55785125,0.5,0.4214876,0.36363637,0.29752067,0.25619835,0.24793388,0.23140496,0.2603306,0.29338843,0.3181818,0.3677686,0.41735536,0.446281,0.45041323,0.42975205,0.4090909,0.26859504,0.7107438,0.838843,0.6446281,0.58677685,0.5371901,0.49586776,0.5371901,0.60330576,0.4876033,0.38429752,0.4752066,0.5206612,0.5206612,0.45454547,0.36363637,0.3305785,0.30165288,0.26859504,0.27272728,0.30991736,0.37603307,0.45867768,0.5289256,0.59917355,0.6818182,0.76859504,0.7107438,0.56198347,0.45041323,0.38429752,0.5413223,0.607438,0.3966942,0.42975205,0.76859504,0.76033056,0.71487606,0.553719,0.38429752,0.41735536,0.70247936,0.74380165,0.72727275,0.661157,0.5495868,0.44214877,0.32231405,0.2520661,0.15289256,0.1983471,0.23140496,0.12809917,0.1446281,0.16528925,0.17355372,0.24793388,0.23140496,0.23553719,0.27272728,0.30165288,0.3264463,0.3553719,0.3553719,0.2768595,0.5247934,0.53305787,0.32231405,0.3429752,0.34710744,0.30578512,0.29338843,0.24793388,0.2892562,0.4338843,0.45041323,0.38016528,0.2768595,0.25619835,0.1983471,0.1570248,0.20247933,0.12396694,0.1322314,0.15289256,0.21900827,0.29338843,0.35950413,0.49173555,0.56198347,0.6735537,0.6735537,0.5785124,0.47933885,0.38429752,0.41735536,0.42975205,0.30991736,0.4338843,0.61157024,0.57438016,0.5495868,0.49173555,0.49586776,0.53305787,0.677686,0.6818182,0.59090906,0.45867768,0.32231405,0.21900827,0.23140496,0.29752067,0.18595041,0.19008264,0.19421488,0.15289256,0.19421488,0.2107438,0.28512397,0.40082645,0.29752067,0.2603306,0.28099173,0.338843,0.29338843,0.3305785,0.36363637,0.39256197,0.28512397,0.30165288,0.5247934,0.6322314,0.62396693,0.56198347,0.47933885,0.41322315,0.22727273,0.43801653,0.4214876,0.28099173,0.23553719,0.33471075,0.18595041,0.18595041,0.1983471,0.11983471,0.16115703,0.1694215,0.27272728,0.3429752,0.2231405,0.24793388,0.338843,0.5041322,0.5785124,0.49173555,0.40495867,0.3181818,0.2644628,0.3553719,0.47933885,0.40082645,0.338843,0.5041322,0.61570245,0.19008264,0.4876033,0.56198347,0.56198347,0.48347107,0.36363637,0.2768595,0.3140496,0.38429752,0.47107437,0.5289256,0.5041322,0.3429752,0.35123968,0.30578512,0.33471075,0.35950413,0.5371901,0.553719,0.45867768,0.40495867,0.40495867,0.40082645,0.5123967,0.5165289,0.5495868,0.5165289,0.27272728,0.5206612,0.7066116,0.73140496,0.6983471,0.6652893,0.6528926,0.53305787,0.1446281,0.5165289,0.3553719,0.24793388,0.338843,0.4090909,0.33471075,0.29338843,0.2768595,0.24380165,0.23966943,0.2603306,0.41322315,0.49173555,0.35950413,0.29338843,0.28512397,0.3140496,0.45041323,0.44214877,0.41735536,0.41735536,0.42975205,0.58264464,0.6983471,0.3553719,0.42975205,0.607438,0.42561984,0.05785124,0.37603307,0.7066116,0.55785125,0.38016528,0.26859504,0.4090909,0.59090906,0.6404959,0.7107438,0.7355372,0.7933884,0.61157024,0.59090906,0.5082645,0.5371901,0.553719,0.607438,0.59090906,0.5495868,0.5413223,0.5661157,0.5661157,0.661157,0.73966944,0.70247936,0.53305787,0.3553719,0.6446281,0.71900827,0.7066116,0.6983471,0.6528926,0.7231405,0.6363636,0.2520661,0.45041323,0.29752067,0.26859504,0.4214876,0.5371901,0.57438016,0.53305787,0.49586776,0.46280992,0.42561984,0.47107437,0.5661157,0.58264464,0.59917355,0.56198347,0.47933885,0.2768595,0.38016528,0.553719,0.61570245,0.6652893,0.6570248,0.6694215,0.7231405,0.37190083,0.6570248,0.58264464,0.49173555,0.34710744,0.42975205,0.7066116,0.4876033,0.35950413,0.446281,0.661157,0.74380165,0.75206614,0.76033056,0.76859504,0.8057851,0.6859504,0.6859504,0.59090906,0.59504133,0.55785125,0.56198347,0.55785125,0.5289256,0.553719,0.58264464,0.5785124,0.71900827,0.7644628,0.72727275,0.5413223,0.4338843,0.7107438,0.7231405,0.7066116,0.6983471,0.6446281,0.6942149,0.8595041,0.26859504,0.41735536,0.29338843,0.30578512,0.5289256,0.6446281,0.6446281,0.59504133,0.58677685,0.5495868,0.5785124,0.57438016,0.59504133,0.6570248,0.71900827,0.75206614,0.6487603,0.45867768,0.4214876,0.59090906,0.71900827,0.74380165,0.71900827,0.6859504,0.6942149,0.38016528,0.76033056,0.8057851,0.822314,0.5371901,0.45454547,0.62396693,0.49586776,0.5165289,0.6694215,0.7933884,0.77272725,0.79752064,0.7933884,0.78099173,0.7768595,0.7355372,0.71900827,0.6363636,0.59090906,0.55785125,0.53305787,0.5123967,0.5,0.5247934,0.553719,0.59917355,0.7107438,0.7066116,0.7066116,0.4876033,0.5165289,0.7355372,0.72727275,0.72727275,0.6983471,0.6404959,0.6528926,0.8801653,0.44214877,0.338843,0.3140496,0.29338843,0.5082645,0.57438016,0.59504133,0.60330576,0.61157024,0.6198347,0.661157,0.6694215,0.6652893,0.6983471,0.78099173,0.77272725,0.73966944,0.661157,0.5661157,0.6363636,0.69008267,0.71487606,0.73966944,0.6942149,0.6859504,0.3305785,0.74793386,0.76859504,0.8471074,0.446281,0.5082645,0.6280992,0.54545456,0.59504133,0.72727275,0.76859504,0.6983471,0.7933884,0.8016529,0.7933884,0.78099173,0.7107438,0.6694215,0.58677685,0.53305787,0.49586776,0.4876033,0.4876033,0.5041322,0.553719,0.58677685,0.6487603,0.6942149,0.6942149,0.6322314,0.4338843,0.6404959,0.76033056,0.73140496,0.71900827,0.71487606,0.661157,0.6446281,0.8140496,0.8347107,0.2520661,0.30991736,0.2892562,0.4876033,0.5,0.5123967,0.53305787,0.5661157,0.58677685,0.60330576,0.6363636,0.6446281,0.6694215,0.7066116,0.73140496,0.76859504,0.75619835,0.6818182,0.6942149,0.7107438,0.7355372,0.75206614,0.677686,0.6735537,0.2603306,0.77272725,0.72727275,0.78099173,0.4090909,0.5123967,0.58264464,0.59090906,0.7066116,0.8016529,0.8181818,0.79752064,0.7892562,0.72727275,0.6942149,0.70247936,0.607438,0.58264464,0.5495868,0.54545456,0.5371901,0.57438016,0.59090906,0.59917355,0.6363636,0.6859504,0.71487606,0.6942149,0.74793386,0.4876033,0.5165289,0.7355372,0.77272725,0.73140496,0.72727275,0.7231405,0.6983471,0.6363636,0.72727275,0.9214876,0.38016528,0.35123968,0.4090909,0.5247934,0.5371901,0.5165289,0.5082645,0.5041322,0.49173555,0.5,0.5371901,0.59090906,0.62396693,0.6652893,0.71900827,0.74793386,0.76859504,0.76033056,0.76859504,0.74380165,0.77272725,0.7892562,0.7066116,0.59917355,0.2107438,0.80991733,0.73966944,0.7231405,0.4752066,0.38842976,0.59504133,0.60330576,0.72727275,0.7933884,0.7933884,0.7644628,0.76033056,0.75619835,0.74793386,0.7231405,0.69008267,0.69008267,0.6694215,0.677686,0.6528926,0.6735537,0.677686,0.6983471,0.7355372,0.76033056,0.7768595,0.76859504,0.7066116,0.39256197,0.6487603,0.75619835,0.7892562,0.7231405,0.75619835,0.7355372,0.6942149,0.6735537,0.74793386,0.8264463,0.6818182,0.2892562,0.5661157,0.6280992,0.6446281,0.6404959,0.6570248,0.6363636,0.6198347,0.60330576,0.61570245,0.661157,0.6859504,0.71900827,0.75619835,0.7644628,0.75619835,0.7644628,0.8016529,0.7933884,0.78099173,0.7933884,0.78099173,0.45454547,0.2107438,0.8181818,0.7644628,0.7107438,0.57024795,0.3140496,0.59917355,0.61157024,0.7355372,0.78099173,0.78512394,0.8181818,0.80991733,0.8140496,0.8181818,0.8057851,0.78512394,0.8016529,0.7892562,0.76859504,0.75206614,0.76033056,0.75206614,0.7892562,0.8057851,0.79752064,0.8057851,0.8140496,0.446281,0.54545456,0.73966944,0.7768595,0.78099173,0.76033056,0.74793386,0.75206614,0.69008267,0.677686,0.80991733,0.76859504,0.8264463,0.34710744,0.5,0.7231405,0.7355372,0.73140496,0.75206614,0.71900827,0.71900827,0.73140496,0.74793386,0.75619835,0.76033056,0.76033056,0.7768595,0.76859504,0.7933884,0.7933884,0.7933884,0.80991733,0.8016529,0.7933884,0.7768595,0.20247933,0.27272728,0.8140496,0.78099173,0.73966944,0.73966944,0.24380165,0.6198347,0.6528926,0.76859504,0.79752064,0.80991733,0.8181818,0.822314,0.8140496,0.8057851,0.8016529,0.77272725,0.8016529,0.79752064,0.79752064,0.77272725,0.78512394,0.78512394,0.8016529,0.8016529,0.7892562,0.8016529,0.58264464,0.45454547,0.7107438,0.77272725,0.77272725,0.78099173,0.75619835,0.76859504,0.75619835,0.6983471,0.70247936,0.8264463,0.76859504,0.79752064,0.5123967,0.32231405,0.6942149,0.75619835,0.76859504,0.7644628,0.7355372,0.74380165,0.75619835,0.77272725,0.76033056,0.78099173,0.75619835,0.78099173,0.7933884,0.77272725,0.8181818,0.8181818,0.8016529,0.8057851,0.8181818,0.49173555,0.20661157,0.3553719,0.80991733,0.8057851,0.7892562,0.8264463,0.46694216,0.4214876,0.71487606,0.79752064,0.8057851,0.822314,0.8305785,0.8305785,0.822314,0.8057851,0.7933884,0.76859504,0.78099173,0.78512394,0.79752064,0.7768595,0.77272725,0.77272725,0.78099173,0.7768595,0.76033056,0.6818182,0.45867768,0.6570248,0.7933884,0.7768595,0.78099173,0.7892562,0.75619835,0.78099173,0.76859504,0.71487606,0.6983471,0.8181818,0.78512394,0.73966944,0.6570248,0.32231405,0.5041322,0.7107438,0.75206614,0.74380165,0.74793386,0.74793386,0.75619835,0.7644628,0.75619835,0.76033056,0.7644628,0.7892562,0.79752064,0.78512394,0.8140496,0.80991733,0.8016529,0.73140496,0.6570248,0.3553719,0.29338843,0.3553719,0.80991733,0.8140496,0.8140496,0.8181818,0.76859504,0.3429752,0.46694216,0.79752064,0.8140496,0.8140496,0.8264463,0.8140496,0.8140496,0.78512394,0.78099173,0.76033056,0.76859504,0.74793386,0.7768595,0.75619835,0.74793386,0.7231405,0.73140496,0.74793386,0.6363636,0.5123967,0.5785124,0.74380165,0.8016529,0.76859504,0.78099173,0.7933884,0.76859504,0.7768595,0.7933884,0.73140496,0.70247936,0.78099173,0.78512394,0.70247936,0.71900827,0.46280992,0.35950413,0.46280992,0.6570248,0.70247936,0.7231405,0.74380165,0.73966944,0.75206614,0.7644628,0.76033056,0.78099173,0.78099173,0.78512394,0.76859504,0.72727275,0.6570248,0.58677685,0.55785125,0.59917355,0.5371901,0.25619835,0.3429752,0.8016529,0.822314,0.822314,0.8264463,0.80991733,0.6528926,0.46694216,0.38842976,0.5661157,0.677686,0.7231405,0.73966944,0.7355372,0.7355372,0.74793386,0.73140496,0.71487606,0.6942149,0.7066116,0.6942149,0.6735537,0.58677685,0.6446281,0.69008267,0.4876033,0.60330576,0.6404959,0.6983471,0.78099173,0.78099173,0.8016529,0.79752064,0.7644628,0.77272725,0.822314,0.71900827,0.6942149,0.73140496,0.76033056,0.74380165,0.70247936,0.47933885,0.47933885,0.40082645,0.35950413,0.46694216,0.5371901,0.58677685,0.58677685,0.60330576,0.61570245,0.59090906,0.59917355,0.5661157,0.56198347,0.5785124,0.58264464,0.607438,0.6652893,0.70247936,0.6983471,0.59917355,0.2768595,0.3553719,0.79752064,0.80991733,0.8264463,0.8264463,0.80991733,0.7355372,0.6528926,0.661157,0.59504133,0.49586776,0.47107437,0.4752066,0.49586776,0.5,0.5165289,0.49586776,0.4752066,0.45454547,0.45041323,0.46280992,0.47107437,0.446281,0.55785125,0.62396693,0.6198347,0.6652893,0.6528926,0.7066116,0.77272725,0.79752064,0.8057851,0.7892562,0.78512394,0.7892562,0.8512397,0.70247936,0.6859504,0.7107438,0.76033056,0.77272725,0.73140496,0.5165289,0.49173555,0.5247934,0.43801653,0.38429752,0.39256197,0.40495867,0.43801653,0.45867768,0.49173555,0.5371901,0.57024795,0.6198347,0.71487606,0.76033056,0.7644628,0.7644628,0.7768595,0.74793386,0.71900827,0.6198347,0.37603307,0.37190083,0.7892562,0.79752064,0.8181818,0.8181818,0.8140496,0.7644628,0.6983471,0.69008267,0.6983471,0.677686,0.6363636,0.5785124,0.5495868,0.54545456,0.55785125,0.5495868,0.55785125,0.56198347,0.59917355,0.6487603,0.6735537,0.6652893,0.6487603,0.6404959,0.6404959,0.677686,0.7107438,0.76033056,0.7768595,0.7933884,0.8140496,0.79752064,0.79752064,0.7892562,0.8016529,0.72727275,0.677686,0.6818182,0.74793386,0.7768595,0.76859504,0.6363636,0.55785125,0.5247934,0.5495868,0.55785125,0.553719,0.5206612,0.5206612,0.5289256,0.54545456,0.6280992,0.6694215,0.7066116,0.79752064,0.8016529,0.79752064,0.7644628,0.74380165,0.7355372,0.71487606,0.6528926,0.44214877,0.38016528,0.7933884,0.7892562,0.80991733,0.8016529,0.80991733,0.79752064,0.7768595,0.76033056,0.7644628,0.75619835,0.76033056,0.75206614,0.73966944,0.75619835,0.7644628,0.73966944,0.76033056,0.71900827,0.73966944,0.71487606,0.6942149,0.6404959,0.60330576,0.54545456,0.6322314,0.73966944,0.73966944,0.76859504,0.78099173,0.7892562,0.80991733,0.79752064,0.7933884,0.7933884,0.77272725,0.74380165,0.6735537,0.6735537,0.7231405,0.75206614,0.8057851,0.7066116,0.6652893,0.55785125,0.53305787,0.57438016,0.60330576,0.62396693,0.6528926,0.6735537,0.677686,0.71900827,0.7107438,0.74793386,0.7892562,0.8057851,0.76033056,0.7355372,0.6859504,0.70247936,0.7107438,0.661157,0.38842976,0.35950413,0.7933884,0.8016529,0.79752064,0.78099173,0.8057851,0.8016529,0.8057851,0.8057851,0.8140496,0.8057851,0.8016529,0.79752064,0.76859504,0.77272725,0.75619835,0.7355372,0.73140496,0.71487606,0.69008267,0.6859504,0.61570245,0.55785125,0.5247934,0.49173555,0.71900827,0.7768595,0.76033056,0.78512394,0.7933884,0.79752064,0.8140496,0.7892562,0.78099173,0.7768595,0.76033056,0.75206614,0.661157,0.6694215,0.6735537,0.7644628,0.8471074,0.74793386,0.70247936,0.6570248,0.5082645,0.5206612,0.5495868,0.58677685,0.61157024,0.6487603,0.677686,0.71900827,0.72727275,0.75206614,0.78099173,0.8016529,0.76033056,0.71900827,0.6818182,0.6859504,0.7107438,0.6694215,0.38429752,0.34710744,0.78512394,0.80991733,0.7892562,0.78099173,0.79752064,0.78099173,0.8016529,0.80991733,0.80991733,0.8016529,0.7933884,0.78099173,0.7355372,0.74380165,0.73140496,0.6942149,0.6735537,0.6652893,0.6404959,0.59504133,0.5413223,0.4876033,0.56198347,0.54545456,0.7933884,0.79752064,0.7933884,0.7892562,0.8057851,0.7933884,0.8057851,0.7933884,0.76859504,0.75619835,0.74793386,0.73140496,0.6694215,0.6652893,0.6528926,0.7355372,0.80991733,0.6942149,0.7066116,0.7107438,0.4876033,0.47933885,0.5123967,0.55785125,0.5661157,0.59504133,0.6446281,0.6694215,0.6694215,0.71900827,0.72727275,0.7768595,0.7768595,0.7066116,0.6859504,0.6859504,0.71487606,0.6487603,0.38842976,0.33471075,0.78099173,0.79752064,0.7933884,0.7768595,0.78512394,0.77272725,0.7933884,0.7892562,0.7892562,0.7892562,0.77272725,0.75206614,0.7355372,0.7231405,0.70247936,0.677686,0.6570248,0.6404959,0.59504133,0.5289256,0.4876033,0.5082645,0.59917355,0.59917355,0.79752064,0.79752064,0.78512394,0.7644628,0.76859504,0.74793386,0.7355372,0.72727275,0.73140496,0.71487606,0.69008267,0.6859504,0.6404959,0.62396693,0.61157024,0.6570248,0.62396693,0.59917355,0.6363636,0.6528926,0.45454547,0.45454547,0.5082645,0.5247934,0.5371901,0.5495868,0.59090906,0.6404959,0.6528926,0.69008267,0.71900827,0.75619835,0.74793386,0.7107438,0.661157,0.6859504,0.70247936,0.59090906,0.3181818,0.2768595,0.7892562,0.8016529,0.7892562,0.77272725,0.77272725,0.77272725,0.7768595,0.8016529,0.7892562,0.76859504,0.74793386,0.73140496,0.72727275,0.6942149,0.6818182,0.6859504,0.6404959,0.5785124,0.54545456,0.47933885,0.4752066,0.58677685,0.661157,0.6735537,0.6363636,0.70247936,0.6280992,0.57024795,0.5661157,0.5785124,0.60330576,0.61570245,0.6322314,0.607438,0.60330576,0.61157024,0.553719,0.5495868,0.54545456,0.5413223,0.47107437,0.4876033,0.553719,0.59090906,0.45867768,0.44214877,0.4752066,0.5041322,0.5206612,0.53305787,0.553719,0.60330576,0.6570248,0.6570248,0.70247936,0.72727275,0.73140496,0.6983471,0.661157,0.70247936,0.7066116,0.54545456,0.29752067,0.30991736,0.74380165,0.7892562,0.7768595,0.7644628,0.77272725,0.78512394,0.7768595,0.78512394,0.77272725,0.74793386,0.73140496,0.7066116,0.70247936,0.6528926,0.6528926,0.6280992,0.56198347,0.5165289,0.5082645,0.45041323,0.5371901,0.6735537,0.69008267,0.73966944,0.54545456,0.40082645,0.38429752,0.338843,0.338843,0.3264463,0.33471075,0.49173555,0.53305787,0.53305787,0.5123967,0.49586776,0.44214877,0.43801653,0.5123967,0.5371901,0.45041323,0.49173555,0.59090906,0.6363636,0.5661157,0.4752066,0.45867768,0.49173555,0.5165289,0.5165289,0.5289256,0.5661157,0.59917355,0.6322314,0.6652893,0.72727275,0.70247936,0.6694215,0.6859504,0.677686,0.6735537,0.49173555,0.29752067,0.2892562,0.6859504,0.77272725,0.7644628,0.76859504,0.77272725,0.78099173,0.78099173,0.7768595,0.7644628,0.7355372,0.71487606,0.71487606,0.661157,0.6446281,0.6280992,0.58264464,0.5289256,0.49586776,0.45041323,0.49173555,0.6322314,0.6983471,0.71900827,0.7355372,0.74380165,0.49586776,0.44214877,0.5165289,0.5123967,0.5082645,0.39256197,0.4214876,0.3966942,0.46694216,0.42561984,0.3553719,0.338843,0.38429752,0.5,0.53305787,0.5082645,0.57438016,0.6198347,0.6694215,0.661157,0.59917355,0.4876033,0.41735536,0.49173555,0.5041322,0.5206612,0.5289256,0.5413223,0.60330576,0.6570248,0.6528926,0.6942149,0.6652893,0.6983471,0.6652893,0.661157,0.47107437,0.26859504,0.2520661,0.6735537,0.73140496,0.73966944,0.75619835,0.75206614,0.76859504,0.76859504,0.7933884,0.76033056,0.72727275,0.7066116,0.70247936,0.677686,0.6446281,0.59504133,0.56198347,0.5165289,0.47107437,0.47107437,0.58677685,0.6818182,0.7066116,0.72727275,0.71487606,0.76859504,0.71487606,0.62396693,0.6528926,0.59504133,0.553719,0.42975205,0.40082645,0.3553719,0.34710744,0.30578512,0.2768595,0.23553719,0.3140496,0.39256197,0.38842976,0.3966942,0.46694216,0.5371901,0.6322314,0.661157,0.72727275,0.59504133,0.4338843,0.4338843,0.5,0.5082645,0.5247934,0.5123967,0.5495868,0.6198347,0.6322314,0.6859504,0.6570248,0.6735537,0.6818182,0.61157024,0.42561984,0.2644628,0.23966943,0.661157,0.74793386,0.7355372,0.74380165,0.7644628,0.76033056,0.76033056,0.76033056,0.74380165,0.7231405,0.71487606,0.6694215,0.6322314,0.59504133,0.56198347,0.53305787,0.49586776,0.4752066,0.5413223,0.6446281,0.677686,0.7107438,0.7355372,0.7231405,0.76859504,0.70247936,0.6487603,0.6694215,0.5785124,0.49173555,0.39256197,0.45041323,0.38429752,0.32231405,0.2231405,0.18181819,0.20661157,0.24380165,0.3181818,0.3264463,0.29338843,0.39256197,0.44214877,0.53305787,0.6322314,0.6942149,0.69008267,0.5371901,0.38842976,0.45454547,0.5041322,0.5123967,0.49586776,0.5206612,0.59917355,0.607438,0.661157,0.6570248,0.6570248,0.6652893,0.60330576,0.36363637,0.2768595,0.2520661,0.677686,0.70247936,0.71487606,0.72727275,0.75206614,0.7644628,0.7644628,0.75206614,0.73966944,0.7231405,0.6818182,0.6322314,0.607438,0.56198347,0.5247934,0.5041322,0.47107437,0.5123967,0.61570245,0.6446281,0.6446281,0.70247936,0.71900827,0.74380165,0.69008267,0.6198347,0.6983471,0.6528926,0.5082645,0.39256197,0.44214877,0.45867768,0.41322315,0.43801653,0.30991736,0.1983471,0.18181819,0.30991736,0.35123968,0.30165288,0.3305785,0.35123968,0.38842976,0.45867768,0.5082645,0.5785124,0.6404959,0.5785124,0.45454547,0.41322315,0.4876033,0.5,0.49586776,0.48347107,0.60330576,0.59504133,0.6404959,0.661157,0.62396693,0.62396693,0.57438016,0.29752067,0.2768595,0.27272728,0.677686,0.6942149,0.7066116,0.71487606,0.73140496,0.74793386,0.7355372,0.7355372,0.71487606,0.6983471,0.6363636,0.59090906,0.57024795,0.5371901,0.5123967,0.4752066,0.47933885,0.5413223,0.6446281,0.57438016,0.6198347,0.6280992,0.6694215,0.6570248,0.56198347,0.58677685,0.6363636,0.5247934,0.44214877,0.38016528,0.46280992,0.446281,0.4090909,0.42561984,0.37603307,0.3305785,0.21487603,0.38842976,0.35950413,0.35123968,0.36363637,0.33471075,0.3966942,0.38016528,0.47107437,0.4752066,0.5785124,0.44214877,0.57024795,0.40495867,0.43801653,0.5206612,0.5082645,0.5371901,0.55785125,0.59917355,0.6446281,0.661157,0.607438,0.61570245,0.57438016,0.23966943,0.2603306,0.26859504,0.6570248,0.6818182,0.6694215,0.7066116,0.6818182,0.7066116,0.70247936,0.7107438,0.6528926,0.6652893,0.607438,0.553719,0.53305787,0.5,0.47933885,0.47107437,0.4752066,0.5082645,0.54545456,0.48347107,0.59504133,0.5289256,0.5661157,0.5661157,0.4752066,0.57438016,0.57438016,0.43801653,0.38429752,0.4090909,0.42975205,0.47933885,0.42975205,0.38429752,0.3429752,0.3966942,0.3305785,0.37190083,0.3429752,0.3966942,0.4090909,0.40495867,0.3553719,0.37190083,0.43801653,0.43801653,0.47933885,0.37190083,0.47107437,0.43801653,0.3677686,0.49586776,0.5082645,0.49586776,0.5785124,0.607438,0.6280992,0.6652893,0.58264464,0.6198347,0.49173555,0.20247933,0.2603306,0.30991736,0.6198347,0.661157,0.661157,0.70247936,0.6652893,0.6942149,0.6983471,0.71487606,0.6363636,0.6322314,0.54545456,0.5123967,0.5041322,0.4876033,0.5,0.41735536,0.446281,0.5,0.446281,0.4338843,0.446281,0.45041323,0.46694216,0.4752066,0.44214877,0.48347107,0.47933885,0.38016528,0.35950413,0.35950413,0.3677686,0.42561984,0.37603307,0.338843,0.30165288,0.3305785,0.3305785,0.32231405,0.30578512,0.3264463,0.37603307,0.47107437,0.34710744,0.3677686,0.40495867,0.4214876,0.37603307,0.3966942,0.35123968,0.41322315,0.35950413,0.46694216,0.5247934,0.4752066,0.5495868,0.62396693,0.6198347,0.661157,0.58677685,0.61570245,0.38016528,0.22727273,0.21900827,0.2644628,0.56198347,0.60330576,0.6363636,0.6694215,0.6570248,0.677686,0.6942149,0.70247936,0.6322314,0.59917355,0.5371901,0.47933885,0.49586776,0.5661157,0.5206612,0.38842976,0.42561984,0.4090909,0.37190083,0.35123968,0.38429752,0.35123968,0.40082645,0.39256197,0.4214876,0.446281,0.41735536,0.40495867,0.35123968,0.3140496,0.30991736,0.42561984,0.35123968,0.25619835,0.33471075,0.28099173,0.29752067,0.3264463,0.29752067,0.30991736,0.2892562,0.3305785,0.40082645,0.35950413,0.3429752,0.38429752,0.3181818,0.34710744,0.29752067,0.30165288,0.3429752,0.39256197,0.5165289,0.45454547,0.5247934,0.60330576,0.59090906,0.62396693,0.56198347,0.54545456,0.30991736,0.2892562,0.25619835,0.2644628,0.46280992,0.5413223,0.62396693,0.6570248,0.59090906,0.661157,0.6694215,0.6363636,0.59917355,0.59917355,0.5371901,0.48347107,0.55785125,0.59090906,0.4876033,0.3677686,0.39256197,0.3264463,0.25619835,0.33471075,0.2644628,0.32231405,0.3429752,0.35950413,0.40495867,0.41322315,0.38429752,0.4214876,0.3264463,0.28099173,0.26859504,0.2892562,0.28512397,0.22727273,0.26859504,0.25619835,0.2768595,0.2892562,0.2231405,0.30165288,0.28099173,0.2520661,0.30991736,0.37190083,0.2892562,0.26859504,0.19421488,0.2603306,0.1570248,0.28099173,0.3305785,0.3677686,0.48347107,0.45041323,0.5289256,0.5661157,0.5371901,0.53305787,0.47107437,0.40495867,0.30578512,0.30991736,0.23553719,0.23140496,0.37190083,0.45041323,0.56198347,0.5289256,0.5785124,0.6280992,0.6652893,0.6363636,0.59090906,0.59090906,0.5,0.5041322,0.59090906,0.58264464,0.4090909,0.30165288,0.35123968,0.24793388,0.16115703,0.21900827,0.16528925,0.27272728,0.2892562,0.3181818,0.3677686,0.38842976,0.30991736,0.37603307,0.35123968,0.29338843,0.22727273,0.22727273,0.24380165,0.26859504,0.23966943,0.2892562,0.29338843,0.28099173,0.22727273,0.27272728,0.24793388,0.21487603,0.23140496,0.2520661,0.18181819,0.16115703,0.11983471,0.1446281,0.18181819,0.28099173,0.30165288,0.35123968,0.42561984,0.4338843,0.45867768,0.5206612,0.47107437,0.4752066,0.40082645,0.3140496,0.34710744,0.338843,0.20247933,0.19421488,0.35123968,0.446281,0.47107437,0.46280992,0.5289256,0.5206612,0.59504133,0.59504133,0.5206612,0.58264464,0.42975205,0.5123967,0.58677685,0.53305787,0.36363637,0.28512397,0.28512397,0.18595041,0.13636364,0.1694215,0.1694215,0.21487603,0.19421488,0.16528925,0.17355372,0.1570248,0.21900827,0.15289256,0.2107438,0.21487603,0.1983471,0.15289256,0.18595041,0.17768595,0.19008264,0.24793388,0.21900827,0.17355372,0.13636364,0.16115703,0.22727273,0.29752067,0.38016528,0.33471075,0.16528925,0.1570248,0.10330579,0.15289256,0.23553719,0.34710744,0.27272728,0.35950413,0.38016528,0.41322315,0.40495867,0.42561984,0.446281,0.4338843,0.3553719,0.30578512,0.3140496,0.2231405,0.21900827,0.18181819,0.33471075,0.3553719,0.36363637,0.40495867,0.4876033,0.45867768,0.4752066,0.5041322,0.42561984,0.5165289,0.40082645,0.5165289,0.56198347,0.47107437,0.37603307,0.20661157,0.24793388,0.16528925,0.2644628,0.41322315,0.37190083,0.40082645,0.41322315,0.44214877,0.42561984,0.38016528,0.35123968,0.25619835,0.24380165,0.2107438,0.18595041,0.19008264,0.20247933,0.18595041,0.2107438,0.23966943,0.21487603,0.22727273,0.2892562,0.3305785,0.4338843,0.54545456,0.61157024,0.55785125,0.38429752,0.2768595,0.15289256,0.18595041,0.21900827,0.30578512,0.2892562,0.3140496,0.40082645,0.4338843,0.37603307,0.3429752,0.3677686,0.35123968,0.30991736,0.33471075,0.2231405,0.19008264,0.18181819,0.17768595,0.32231405,0.3140496,0.29338843,0.37190083,0.41322315,0.36363637,0.41322315,0.4090909,0.3966942,0.41322315,0.39256197,0.47933885,0.5289256,0.41322315,0.41322315,0.20247933,0.23966943,0.23140496,0.46694216,0.56198347,0.5247934,0.58264464,0.5289256,0.58677685,0.607438,0.61157024,0.59090906,0.5206612,0.5082645,0.44214877,0.39256197,0.40495867,0.42561984,0.4214876,0.42975205,0.45041323,0.45454547,0.4876033,0.5206612,0.58264464,0.60330576,0.6322314,0.6859504,0.7107438,0.5289256,0.37190083,0.23553719,0.21487603,0.23140496,0.27272728,0.37603307,0.2892562,0.3677686,0.40082645,0.38842976,0.26859504,0.338843,0.33471075,0.2603306,0.29338843,0.21900827,0.23966943,0.17355372,0.1570248,0.28099173,0.28512397,0.2768595,0.30578512,0.37190083,0.30991736,0.3553719,0.30991736,0.4214876,0.35950413,0.3429752,0.43801653,0.47933885,0.3966942,0.36363637,0.24793388,0.25619835,0.3429752,0.5165289,0.59090906,0.58677685,0.58677685,0.5495868,0.62396693,0.6528926,0.6652893,0.6487603,0.57438016,0.607438,0.58677685,0.5413223,0.57024795,0.59090906,0.57438016,0.58677685,0.57438016,0.56198347,0.56198347,0.5413223,0.58677685,0.59090906,0.661157,0.6859504,0.661157,0.56198347,0.41735536,0.3264463,0.27272728,0.26859504,0.28512397,0.34710744,0.26859504,0.33471075,0.35950413,0.38016528,0.25619835,0.29338843,0.30165288,0.22727273,0.26859504,0.23140496,0.27272728,0.23140496,0.16115703,0.2520661,0.23140496,0.21900827,0.2768595,0.3140496,0.30991736,0.2892562,0.2603306,0.3305785,0.3140496,0.36363637,0.3677686,0.39256197,0.35123968,0.30165288,0.20247933,0.27272728,0.45454547,0.553719,0.5661157,0.61570245,0.57024795,0.56198347,0.58677685,0.607438,0.6404959,0.6363636,0.6198347,0.60330576,0.57438016,0.53305787,0.5495868,0.56198347,0.57024795,0.57438016,0.57024795,0.54545456,0.54545456,0.55785125,0.60330576,0.60330576,0.59504133,0.59090906,0.61570245,0.59504133,0.46280992,0.3677686,0.3429752,0.30991736,0.2520661,0.3264463,0.2892562,0.32231405,0.338843,0.38016528,0.23553719,0.23966943,0.29338843,0.21900827,0.22727273,0.2107438,0.18181819,0.21487603,0.17355372,0.23553719,0.22727273,0.19421488,0.23966943,0.28099173,0.2603306,0.24380165,0.2231405,0.3305785,0.2520661,0.37190083,0.32231405,0.338843,0.29752067,0.30165288,0.15289256,0.26859504,0.5165289,0.58677685,0.56198347,0.62396693,0.57024795,0.59090906,0.553719,0.5785124,0.6404959,0.56198347,0.60330576,0.57024795,0.56198347,0.5495868,0.53305787,0.5123967,0.5165289,0.5165289,0.5247934,0.5,0.49173555,0.5,0.56198347,0.56198347,0.5661157,0.5661157,0.61157024,0.5661157,0.48347107,0.38429752,0.3305785,0.3305785,0.19008264,0.28099173,0.28512397,0.30165288,0.28099173,0.29752067,0.23966943,0.19008264,0.26859504,0.2107438,0.21900827,0.16115703,0.22727273,0.19421488,0.16528925,0.1983471,0.1983471,0.19421488,0.22727273,0.18595041,0.20661157,0.23553719,0.21487603,0.3305785,0.2231405,0.28099173,0.29752067,0.29338843,0.2603306,0.29752067,0.20247933,0.25619835,0.5082645,0.57438016,0.57024795,0.59504133,0.59090906,0.54545456,0.58264464,0.59090906,0.59090906,0.5289256,0.49586776,0.553719,0.5289256,0.49586776,0.5123967,0.4338843,0.4338843,0.45454547,0.46694216,0.44214877,0.43801653,0.42975205,0.5785124,0.5247934,0.5413223,0.5123967,0.5289256,0.49586776,0.4338843,0.3966942,0.3181818,0.28512397,0.25619835,0.19421488,0.20661157,0.25619835,0.27272728,0.24380165,0.2107438,0.23553719,0.2231405,0.20247933,0.19008264,0.21487603,0.2231405,0.18595041,0.1694215,0.18595041,0.1983471,0.21487603,0.20247933,0.13636364,0.2107438,0.2603306,0.23966943,0.29338843,0.16528925,0.24793388,0.23966943,0.23140496,0.2231405,0.24380165,0.2107438,0.3181818,0.49586776,0.5,0.5495868,0.56198347,0.553719,0.553719,0.5661157,0.5495868,0.5289256,0.5041322,0.4752066,0.5661157,0.5041322,0.4752066,0.43801653,0.45041323,0.40495867,0.446281,0.41322315,0.41735536,0.42975205,0.446281,0.5206612,0.48347107,0.46694216,0.43801653,0.4752066,0.42561984,0.41735536,0.38842976,0.3305785,0.23966943,0.23553719,0.17355372,0.23140496,0.18181819,0.2603306,0.2107438,0.19421488,0.1983471,0.20661157,0.19008264,0.20661157,0.2603306,0.21900827,0.18181819,0.1570248,0.18595041,0.2107438,0.22727273,0.19008264,0.18181819,0.25619835,0.24793388,0.2644628,0.22727273,0.17355372,0.20661157,0.20247933,0.17355372,0.24380165,0.20661157,0.2231405,0.32231405,0.4214876,0.46694216,0.5165289,0.5413223,0.5206612,0.5041322,0.5206612,0.4876033,0.49586776,0.48347107,0.42561984,0.5165289,0.4090909,0.4214876,0.40082645,0.3966942,0.38429752,0.35950413,0.3677686,0.38016528,0.37603307,0.41735536,0.43801653,0.4090909,0.37603307,0.37603307,0.4214876,0.4214876,0.4090909,0.3966942,0.29752067,0.21487603,0.17768595,0.16115703,0.20247933,0.1983471,0.17355372,0.1983471,0.2107438,0.1694215,0.18181819,0.1983471,0.21487603,0.21487603,0.21487603,0.15289256,0.16115703,0.20661157,0.1983471,0.25619835,0.19008264,0.2231405,0.21487603,0.20247933,0.24380165,0.19421488,0.1694215,0.14049587,0.20247933,0.17355372,0.21487603,0.19421488,0.21487603,0.3264463,0.34710744,0.40082645,0.45041323,0.47933885,0.4752066,0.45041323,0.49173555,0.46694216,0.47933885,0.4338843,0.4090909,0.4752066,0.38429752,0.34710744,0.3677686,0.33471075,0.3264463,0.26859504,0.30165288,0.29338843,0.3140496,0.34710744,0.3677686,0.39256197,0.338843,0.338843,0.41735536,0.34710744,0.4214876,0.36363637,0.2768595,0.23553719,0.21900827,0.13636364,0.1694215,0.1694215,0.16528925,0.21487603,0.18181819,0.18181819,0.14876033,0.17768595,0.21487603,0.20247933,0.20247933,0.14049587,0.16115703,0.2520661,0.19421488,0.21487603,0.19008264,0.23553719,0.1983471,0.1983471,0.2107438,0.16528925,0.17355372,0.15289256,0.21900827,0.17768595,0.18595041,0.23140496,0.26859504,0.29338843,0.2520661,0.30578512,0.4090909,0.43801653,0.38842976,0.44214877,0.45454547,0.45867768,0.4752066,0.4090909,0.43801653,0.42975205,0.44214877,0.35123968,0.33471075,0.3305785,0.3264463,0.2231405,0.2892562,0.28512397,0.28512397,0.35123968,0.3264463,0.30165288,0.33471075,0.37603307,0.47107437,0.39256197,0.44214877,0.29752067,0.21900827,0.2520661,0.24380165,0.13636364,0.14876033,0.14049587,0.19421488,0.23140496,0.1694215,0.1446281,0.12396694,0.16115703,0.2107438,0.18595041,0.1983471,0.1322314,0.14876033,0.28099173,0.1983471,0.19421488,0.19008264,0.23140496,0.18595041,0.1694215,0.19421488,0.20247933,0.16115703,0.18181819,0.20661157,0.17355372,0.1694215,0.20661157,0.24380165,0.2603306,0.2107438,0.2603306,0.3966942,0.37190083,0.338843,0.4752066,0.46694216,0.44214877,0.46280992,0.47933885,0.58264464,0.4876033,0.5123967,0.45867768,0.43801653,0.38016528,0.38429752,0.38842976,0.35123968,0.37603307,0.38842976,0.42975205,0.5,0.37190083,0.3966942,0.47107437,0.45454547,0.42975205,0.40495867,0.3181818,0.24793388,0.24793388,0.24380165,0.17768595,0.13636364,0.1694215,0.19008264,0.24380165,0.16115703,0.13636364,0.18595041,0.18595041,0.20247933,0.1983471,0.1694215,0.16115703,0.1446281,0.30578512,0.18595041,0.1570248,0.16528925,0.18595041,0.19421488,0.1570248,0.19008264,0.21900827,0.15289256,0.15289256,0.14049587,0.17768595,0.16115703,0.18181819,0.19008264,0.23553719,0.21900827,0.24380165,0.3305785,0.29752067,0.338843,0.40082645,0.38429752,0.41322315,0.43801653,0.5123967,0.5413223,0.53305787,0.53305787,0.5041322,0.5206612,0.4876033,0.38016528,0.45867768,0.45041323,0.47933885,0.5041322,0.46694216,0.5123967,0.4752066,0.40495867,0.43801653,0.37603307,0.30165288,0.3966942,0.338843,0.2231405,0.3140496,0.2644628,0.17355372,0.23553719,0.1983471,0.23140496,0.24380165,0.16528925,0.18595041,0.17768595,0.19421488,0.18181819,0.19008264,0.17768595,0.1446281,0.14876033,0.30991736,0.18595041,0.16528925,0.18181819,0.1694215,0.17355372,0.16115703,0.2107438,0.18595041,0.12809917,0.1570248,0.13636364,0.16115703,0.15289256,0.16528925,0.1983471,0.19421488,0.1983471,0.24793388,0.23553719,0.25619835,0.3181818,0.33471075,0.3181818,0.3305785,0.4090909,0.5082645,0.45041323,0.5413223,0.58677685,0.5,0.54545456,0.5371901,0.45454547,0.45041323,0.45454547,0.5,0.5289256,0.5289256,0.49173555,0.47933885,0.39256197,0.37190083,0.39256197,0.3264463,0.35950413,0.36363637,0.2603306,0.3429752,0.25619835,0.11157025,0.1570248,0.17355372,0.17768595,0.18181819,0.1570248,0.18595041,0.17768595,0.17768595,0.17355372,0.17355372,0.17355372,0.14049587,0.14876033,0.25619835,0.18181819,0.18595041,0.19008264,0.1694215,0.15289256,0.1694215,0.17355372,0.1446281,0.1322314,0.1570248,0.11983471,0.17768595,0.18595041,0.1570248,0.20661157,0.13636364,0.17355372,0.24380165,0.24793388,0.2892562,0.30991736,0.2603306,0.29752067,0.3429752,0.35123968,0.44214877,0.41735536,0.5371901,0.5165289,0.446281,0.5123967,0.53305787,0.47933885,0.45867768,0.4090909,0.446281,0.4752066,0.47933885,0.46280992,0.5,0.4214876,0.3553719,0.40082645,0.35123968,0.40082645,0.4214876,0.28099173,0.35123968,0.25619835,0.14876033,0.1446281,0.14876033,0.16115703,0.14876033,0.1983471,0.18595041,0.1694215,0.16115703,0.16528925,0.16528925,0.16115703,0.14049587,0.14049587,0.29752067,0.19421488,0.21487603,0.20247933,0.11570248,0.2107438,0.18595041,0.13636364,0.12809917,0.1322314,0.15289256,0.1322314,0.19008264,0.16528925,0.11983471,0.16528925,0.13636364,0.20661157,0.23553719,0.25619835,0.2603306,0.2768595,0.25619835,0.3140496,0.28512397,0.2768595,0.35123968,0.37603307,0.45867768,0.49173555,0.3966942,0.42561984,0.46694216,0.40495867,0.45041323,0.40082645,0.3553719,0.3966942,0.39256197,0.38016528,0.4090909,0.28099173,0.30578512,0.41735536,0.28512397,0.41322315,0.42561984,0.3181818,0.29338843,0.21487603,0.19008264,0.1446281,0.11570248,0.16528925,0.12396694,0.2231405,0.29752067,0.2892562,0.26859504,0.26859504,0.2603306,0.20247933,0.16115703,0.15289256,0.39256197,0.2603306,0.20247933,0.23966943,0.18595041,0.20661157,0.2107438,0.1570248,0.12809917,0.17355372,0.15289256,0.17768595,0.19421488,0.1446281,0.11983471,0.1570248,0.1570248,0.22727273,0.21487603,0.2603306,0.2231405,0.25619835,0.2520661,0.30578512,0.2644628,0.24380165,0.29338843,0.29752067,0.35950413,0.40495867,0.35950413,0.3305785,0.38429752,0.32231405,0.3181818,0.34710744,0.32231405,0.30578512,0.41735536,0.37190083,0.338843,0.23966943,0.27272728,0.42975205,0.3140496,0.446281,0.36363637,0.30578512,0.29752067,0.1694215,0.23966943,0.12809917,0.12809917,0.1570248,0.11983471,0.19421488,0.39256197,0.33471075,0.32231405,0.3429752,0.37190083,0.30165288,0.3140496,0.37190083,27 +0.36363637,0.29752067,0.25619835,0.2107438,0.2644628,0.57438016,0.6735537,0.6983471,0.71487606,0.72727275,0.73140496,0.74793386,0.75206614,0.78099173,0.78512394,0.7892562,0.7933884,0.79752064,0.79752064,0.79752064,0.80991733,0.8181818,0.822314,0.822314,0.8264463,0.822314,0.822314,0.822314,0.8181818,0.8181818,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.822314,0.8181818,0.8140496,0.8181818,0.822314,0.8140496,0.8140496,0.8016529,0.79752064,0.8016529,0.80991733,0.8057851,0.79752064,0.8057851,0.79752064,0.7892562,0.7933884,0.78512394,0.7892562,0.78512394,0.76033056,0.74380165,0.71487606,0.6859504,0.6942149,0.7066116,0.6983471,0.338843,0.2520661,0.2603306,0.15289256,0.3305785,0.59917355,0.6694215,0.7107438,0.71487606,0.74380165,0.73966944,0.73966944,0.74793386,0.77272725,0.78099173,0.78512394,0.7892562,0.79752064,0.7933884,0.79752064,0.8057851,0.8181818,0.8264463,0.8264463,0.822314,0.8305785,0.8305785,0.8264463,0.8140496,0.8140496,0.822314,0.8264463,0.8305785,0.8305785,0.8305785,0.822314,0.822314,0.822314,0.8181818,0.80991733,0.80991733,0.8140496,0.80991733,0.8016529,0.7933884,0.7892562,0.7933884,0.8016529,0.8016529,0.79752064,0.79752064,0.79752064,0.7933884,0.7933884,0.78512394,0.78512394,0.78512394,0.76033056,0.74793386,0.7107438,0.6942149,0.6942149,0.6859504,0.6652893,0.28512397,0.27272728,0.2603306,0.17355372,0.38429752,0.60330576,0.6735537,0.7107438,0.72727275,0.74793386,0.74793386,0.74380165,0.73966944,0.75206614,0.77272725,0.76859504,0.79752064,0.7892562,0.78099173,0.7892562,0.8057851,0.8140496,0.8181818,0.8140496,0.822314,0.8264463,0.8347107,0.822314,0.8140496,0.80991733,0.8181818,0.822314,0.822314,0.8264463,0.822314,0.8140496,0.8140496,0.8057851,0.8057851,0.7933884,0.7933884,0.7933884,0.7892562,0.77272725,0.76033056,0.7644628,0.78099173,0.78512394,0.78512394,0.7892562,0.78099173,0.7768595,0.78512394,0.7892562,0.78099173,0.7892562,0.76859504,0.74793386,0.73966944,0.71487606,0.69008267,0.6942149,0.6942149,0.6570248,0.27272728,0.26859504,0.26859504,0.21487603,0.41735536,0.61570245,0.6818182,0.7107438,0.71900827,0.7231405,0.7066116,0.71900827,0.7066116,0.7231405,0.73966944,0.75206614,0.7768595,0.76859504,0.74793386,0.76033056,0.7933884,0.80991733,0.8264463,0.8181818,0.822314,0.8305785,0.8347107,0.8140496,0.8140496,0.8140496,0.8181818,0.822314,0.8140496,0.8140496,0.8181818,0.7933884,0.78099173,0.79752064,0.78099173,0.76033056,0.77272725,0.76033056,0.7355372,0.7355372,0.7355372,0.71900827,0.75619835,0.75206614,0.73966944,0.75619835,0.75206614,0.74793386,0.75206614,0.76033056,0.77272725,0.7768595,0.75619835,0.73966944,0.73140496,0.72727275,0.6983471,0.6818182,0.677686,0.6404959,0.25619835,0.2644628,0.25619835,0.24380165,0.42561984,0.62396693,0.6694215,0.6652893,0.6735537,0.677686,0.6487603,0.6570248,0.6404959,0.6198347,0.6487603,0.6818182,0.7066116,0.7231405,0.6735537,0.6942149,0.74793386,0.8016529,0.80991733,0.80991733,0.8140496,0.822314,0.8264463,0.8016529,0.80991733,0.80991733,0.8181818,0.822314,0.8140496,0.8057851,0.8016529,0.73966944,0.71900827,0.74380165,0.70247936,0.6735537,0.6859504,0.6528926,0.61157024,0.6280992,0.6570248,0.6652893,0.6735537,0.7107438,0.6570248,0.6404959,0.6735537,0.661157,0.6404959,0.6859504,0.7644628,0.7644628,0.75619835,0.74793386,0.7231405,0.70247936,0.6983471,0.677686,0.6446281,0.62396693,0.23966943,0.2520661,0.2520661,0.23966943,0.4214876,0.59504133,0.60330576,0.60330576,0.61157024,0.59090906,0.553719,0.5289256,0.49173555,0.45867768,0.45867768,0.5082645,0.55785125,0.6487603,0.59090906,0.58677685,0.6942149,0.76859504,0.8016529,0.79752064,0.8016529,0.8181818,0.822314,0.7892562,0.79752064,0.8057851,0.8181818,0.7933884,0.79752064,0.78512394,0.76033056,0.6404959,0.59917355,0.5041322,0.41735536,0.41735536,0.3966942,0.41322315,0.4338843,0.46280992,0.47933885,0.5,0.5123967,0.54545456,0.49586776,0.46280992,0.5165289,0.53305787,0.4876033,0.5165289,0.6983471,0.75206614,0.73966944,0.73140496,0.7066116,0.677686,0.6859504,0.6694215,0.6446281,0.6322314,0.25619835,0.25619835,0.26859504,0.24793388,0.38842976,0.48347107,0.49586776,0.4876033,0.43801653,0.4090909,0.40082645,0.37190083,0.3305785,0.3181818,0.32231405,0.32231405,0.4090909,0.5082645,0.5247934,0.5165289,0.6198347,0.72727275,0.78099173,0.79752064,0.79752064,0.8057851,0.8140496,0.78099173,0.78512394,0.79752064,0.8016529,0.7933884,0.76033056,0.73966944,0.6818182,0.5413223,0.46280992,0.38429752,0.35123968,0.3181818,0.28099173,0.25619835,0.28512397,0.30578512,0.30991736,0.30578512,0.3140496,0.3181818,0.3429752,0.3553719,0.3553719,0.41322315,0.3677686,0.39256197,0.5165289,0.69008267,0.7231405,0.71487606,0.6859504,0.6570248,0.6487603,0.6570248,0.6404959,0.6404959,0.28512397,0.26859504,0.2768595,0.26859504,0.338843,0.37190083,0.35950413,0.40495867,0.3305785,0.2644628,0.26859504,0.26859504,0.2892562,0.27272728,0.27272728,0.26859504,0.32231405,0.3966942,0.45041323,0.5041322,0.5661157,0.6528926,0.75206614,0.7768595,0.78099173,0.7933884,0.7933884,0.7644628,0.77272725,0.79752064,0.78512394,0.75619835,0.71900827,0.6859504,0.6280992,0.5,0.40082645,0.35123968,0.29752067,0.26859504,0.29752067,0.3140496,0.33471075,0.39256197,0.38429752,0.2520661,0.2107438,0.2768595,0.26859504,0.3140496,0.30991736,0.32231405,0.34710744,0.29752067,0.36363637,0.5206612,0.6322314,0.677686,0.6652893,0.6404959,0.6198347,0.6528926,0.6280992,0.6322314,0.28512397,0.2892562,0.28512397,0.2768595,0.28512397,0.2520661,0.21900827,0.23966943,0.23553719,0.2107438,0.23553719,0.3140496,0.37190083,0.3429752,0.28512397,0.2107438,0.2768595,0.3305785,0.3966942,0.49173555,0.5661157,0.6198347,0.71487606,0.75619835,0.7644628,0.78099173,0.77272725,0.75619835,0.75619835,0.7768595,0.75619835,0.7107438,0.6570248,0.6198347,0.58677685,0.49173555,0.4338843,0.42975205,0.42561984,0.42975205,0.5123967,0.5247934,0.49586776,0.553719,0.6363636,0.56198347,0.4214876,0.45867768,0.42561984,0.40495867,0.40495867,0.3181818,0.3553719,0.3305785,0.2768595,0.3677686,0.45041323,0.57438016,0.6322314,0.6280992,0.59917355,0.6280992,0.6404959,0.6487603,0.2768595,0.28099173,0.2603306,0.28099173,0.26859504,0.20661157,0.23553719,0.29338843,0.30165288,0.33471075,0.41322315,0.5082645,0.58677685,0.6280992,0.6859504,0.71900827,0.54545456,0.34710744,0.43801653,0.4752066,0.5165289,0.57024795,0.661157,0.71900827,0.73966944,0.74793386,0.76033056,0.75619835,0.74793386,0.7644628,0.74380165,0.6735537,0.57438016,0.5082645,0.5,0.45867768,0.45041323,0.45041323,0.42975205,0.3966942,0.3966942,0.45454547,0.5,0.55785125,0.61157024,0.61157024,0.5661157,0.58677685,0.60330576,0.5661157,0.54545456,0.45867768,0.41322315,0.59504133,0.45867768,0.33471075,0.35123968,0.41735536,0.5371901,0.60330576,0.59090906,0.607438,0.6198347,0.6404959,0.26859504,0.2644628,0.2603306,0.28099173,0.30165288,0.338843,0.39256197,0.45454547,0.47933885,0.5206612,0.57024795,0.59504133,0.59504133,0.57024795,0.5289256,0.53305787,0.5495868,0.47107437,0.5123967,0.37190083,0.553719,0.7066116,0.54545456,0.677686,0.74793386,0.74380165,0.75206614,0.7768595,0.76033056,0.73966944,0.7231405,0.61570245,0.46280992,0.4090909,0.4338843,0.41735536,0.42561984,0.42975205,0.45454547,0.47933885,0.47933885,0.49586776,0.5247934,0.57024795,0.60330576,0.6363636,0.6652893,0.6859504,0.677686,0.661157,0.6446281,0.55785125,0.45041323,0.4338843,0.54545456,0.48347107,0.36363637,0.30991736,0.41735536,0.5495868,0.57438016,0.59504133,0.61157024,0.6198347,0.25619835,0.2892562,0.2768595,0.27272728,0.30991736,0.40082645,0.46694216,0.5371901,0.5661157,0.58264464,0.6280992,0.6280992,0.61157024,0.5785124,0.55785125,0.5495868,0.54545456,0.5247934,0.49173555,0.35950413,0.3966942,0.661157,0.607438,0.61570245,0.75206614,0.75619835,0.7644628,0.79752064,0.76859504,0.7107438,0.7231405,0.5371901,0.42561984,0.3966942,0.42975205,0.4214876,0.41735536,0.42975205,0.42975205,0.47107437,0.5289256,0.59504133,0.6528926,0.7066116,0.71487606,0.73140496,0.74380165,0.73140496,0.7066116,0.6859504,0.6694215,0.58677685,0.49173555,0.42561984,0.4214876,0.45454547,0.40082645,0.2892562,0.33471075,0.47933885,0.553719,0.57438016,0.59090906,0.60330576,0.30991736,0.3677686,0.29752067,0.28099173,0.35123968,0.45454547,0.5413223,0.57024795,0.61570245,0.6528926,0.6859504,0.7107438,0.7231405,0.71900827,0.7231405,0.6983471,0.6652893,0.6280992,0.5495868,0.4752066,0.42975205,0.42561984,0.55785125,0.59090906,0.6694215,0.6404959,0.6735537,0.7107438,0.7231405,0.75619835,0.8305785,0.4090909,0.45867768,0.45867768,0.4876033,0.5082645,0.5289256,0.607438,0.6528926,0.677686,0.71487606,0.75206614,0.7644628,0.77272725,0.7644628,0.77272725,0.78099173,0.78512394,0.76859504,0.74380165,0.71900827,0.6570248,0.57438016,0.48347107,0.45041323,0.42975205,0.36363637,0.24793388,0.30578512,0.41735536,0.5206612,0.5661157,0.57438016,0.58677685,0.37603307,0.3966942,0.28512397,0.28512397,0.38429752,0.48347107,0.553719,0.6280992,0.69008267,0.7231405,0.73966944,0.74793386,0.74380165,0.73140496,0.7355372,0.71900827,0.69008267,0.661157,0.61570245,0.57438016,0.5165289,0.45867768,0.40082645,0.40495867,0.446281,0.46280992,0.5165289,0.5371901,0.47933885,0.45041323,0.6652893,0.53305787,0.5206612,0.55785125,0.57024795,0.59090906,0.62396693,0.6694215,0.7355372,0.7066116,0.6570248,0.6363636,0.6363636,0.6363636,0.6652893,0.71900827,0.7355372,0.7355372,0.75206614,0.77272725,0.76033056,0.71900827,0.6818182,0.59504133,0.48347107,0.44214877,0.41735536,0.20661157,0.30165288,0.40082645,0.45867768,0.5371901,0.553719,0.57438016,0.40495867,0.4090909,0.27272728,0.2768595,0.40495867,0.5247934,0.61157024,0.6818182,0.6942149,0.6528926,0.61157024,0.5495868,0.4876033,0.43801653,0.38842976,0.39256197,0.4338843,0.46280992,0.46280992,0.47107437,0.45867768,0.46280992,0.40082645,0.40495867,0.49586776,0.58677685,0.6322314,0.6652893,0.6280992,0.49173555,0.42975205,0.49586776,0.5495868,0.58264464,0.60330576,0.62396693,0.6694215,0.6652893,0.6404959,0.553719,0.4752066,0.44214877,0.45454547,0.44214877,0.41322315,0.2603306,0.37190083,0.5206612,0.53305787,0.57438016,0.6528926,0.70247936,0.6942149,0.6487603,0.56198347,0.4338843,0.446281,0.3181818,0.4090909,0.6280992,0.40082645,0.446281,0.4752066,0.47933885,0.46694216,0.4214876,0.27272728,0.28512397,0.43801653,0.5661157,0.6528926,0.6528926,0.5661157,0.45041323,0.44214877,0.46694216,0.5041322,0.47107437,0.29752067,0.23553719,0.3264463,0.41735536,0.28099173,0.3181818,0.3677686,0.37190083,0.40082645,0.47933885,0.6280992,0.77272725,0.79752064,0.8140496,0.822314,0.6694215,0.46694216,0.47107437,0.553719,0.59917355,0.62396693,0.6363636,0.6280992,0.56198347,0.4752066,0.45867768,0.45454547,0.45041323,0.5,0.58677685,0.5289256,0.29338843,0.18181819,0.42561984,0.25619835,0.25619835,0.36363637,0.44214877,0.59504133,0.6446281,0.6280992,0.4876033,0.45867768,0.3264463,0.3305785,0.55785125,0.30165288,0.25619835,0.1694215,0.18595041,0.5,0.43801653,0.27272728,0.30991736,0.47933885,0.57438016,0.6446281,0.5123967,0.35950413,0.33471075,0.46694216,0.59090906,0.6487603,0.61157024,0.38429752,0.3553719,0.36363637,0.45454547,0.2644628,0.28512397,0.30991736,0.36363637,0.37190083,0.40495867,0.7107438,0.822314,0.822314,0.822314,0.8347107,0.77272725,0.5413223,0.4338843,0.5413223,0.6404959,0.661157,0.6280992,0.55785125,0.5123967,0.49173555,0.47107437,0.47933885,0.5495868,0.6404959,0.74380165,0.60330576,0.38842976,0.27272728,0.3181818,0.26859504,0.23553719,0.24380165,0.30165288,0.30578512,0.5041322,0.6322314,0.55785125,0.48347107,0.23140496,0.3429752,0.45454547,0.27272728,0.2520661,0.27272728,0.24793388,0.46280992,0.43801653,0.3264463,0.37190083,0.5247934,0.61157024,0.553719,0.37190083,0.29752067,0.38842976,0.5661157,0.6942149,0.7355372,0.6983471,0.37603307,0.3677686,0.29752067,0.3140496,0.33471075,0.3429752,0.41322315,0.49586776,0.3677686,0.49173555,0.78099173,0.822314,0.8181818,0.80991733,0.8181818,0.76033056,0.55785125,0.42561984,0.5082645,0.6528926,0.6818182,0.6363636,0.58677685,0.5206612,0.4876033,0.5,0.5289256,0.61157024,0.71487606,0.7933884,0.6942149,0.43801653,0.36363637,0.35950413,0.30991736,0.30578512,0.3140496,0.4090909,0.4090909,0.3429752,0.4214876,0.5371901,0.5495868,0.2768595,0.40495867,0.5,0.45867768,0.49173555,0.48347107,0.45454547,0.42975205,0.446281,0.39256197,0.42561984,0.55785125,0.59917355,0.446281,0.3553719,0.42975205,0.5165289,0.607438,0.69008267,0.7107438,0.7768595,0.5495868,0.42561984,0.4876033,0.5,0.5082645,0.5165289,0.5495868,0.5247934,0.37603307,0.6818182,0.80991733,0.822314,0.8140496,0.80991733,0.8016529,0.76033056,0.5661157,0.43801653,0.5082645,0.6528926,0.6694215,0.70247936,0.7066116,0.57438016,0.57024795,0.59090906,0.59917355,0.6570248,0.7231405,0.76033056,0.74380165,0.607438,0.45041323,0.46280992,0.49173555,0.49586776,0.5289256,0.57024795,0.5413223,0.49173555,0.4338843,0.44214877,0.49586776,0.33471075,0.42561984,0.553719,0.5247934,0.5,0.4752066,0.44214877,0.3966942,0.46694216,0.46694216,0.49173555,0.59917355,0.59090906,0.4214876,0.40495867,0.53305787,0.6322314,0.6570248,0.6652893,0.6942149,0.74793386,0.73966944,0.6694215,0.6528926,0.6694215,0.6528926,0.6528926,0.7231405,0.5206612,0.5123967,0.7768595,0.8057851,0.8181818,0.80991733,0.8016529,0.78099173,0.73966944,0.5785124,0.45454547,0.45454547,0.57438016,0.6322314,0.73140496,0.72727275,0.6818182,0.6446281,0.6404959,0.661157,0.6859504,0.71487606,0.75619835,0.76033056,0.78099173,0.73966944,0.70247936,0.7066116,0.70247936,0.6818182,0.6446281,0.59504133,0.57024795,0.5495868,0.49173555,0.45454547,0.38842976,0.41735536,0.5123967,0.49173555,0.45867768,0.46694216,0.47107437,0.41322315,0.5,0.5495868,0.5661157,0.57024795,0.49586776,0.45041323,0.45041323,0.5206612,0.6363636,0.6942149,0.7066116,0.7107438,0.71487606,0.7066116,0.6859504,0.661157,0.6528926,0.6652893,0.677686,0.73966944,0.56198347,0.6652893,0.78099173,0.8057851,0.8181818,0.80991733,0.78099173,0.74380165,0.7231405,0.6404959,0.45867768,0.47107437,0.46694216,0.59504133,0.6942149,0.6983471,0.661157,0.60330576,0.6404959,0.661157,0.6859504,0.7066116,0.73966944,0.74380165,0.74793386,0.76859504,0.75619835,0.75619835,0.74793386,0.7231405,0.6735537,0.6528926,0.6280992,0.6363636,0.57438016,0.49173555,0.44214877,0.38842976,0.42975205,0.46280992,0.46694216,0.5206612,0.56198347,0.45454547,0.53305787,0.6198347,0.6404959,0.5785124,0.49173555,0.5371901,0.553719,0.5495868,0.62396693,0.71487606,0.75206614,0.75619835,0.7355372,0.6983471,0.677686,0.6487603,0.6280992,0.6570248,0.6983471,0.7066116,0.6198347,0.7107438,0.79752064,0.8181818,0.8181818,0.8016529,0.76859504,0.71487606,0.6942149,0.6983471,0.5413223,0.5041322,0.5123967,0.58677685,0.6487603,0.6446281,0.6363636,0.6363636,0.6404959,0.6280992,0.6487603,0.6818182,0.73966944,0.77272725,0.7892562,0.8016529,0.7892562,0.77272725,0.76033056,0.74380165,0.69008267,0.6818182,0.7107438,0.7107438,0.6570248,0.56198347,0.5082645,0.41322315,0.44214877,0.5123967,0.56198347,0.60330576,0.6446281,0.48347107,0.53305787,0.6487603,0.6652893,0.60330576,0.54545456,0.58264464,0.6404959,0.6528926,0.6859504,0.73140496,0.74380165,0.7231405,0.69008267,0.661157,0.6570248,0.6570248,0.6528926,0.677686,0.7231405,0.6652893,0.6280992,0.74793386,0.8181818,0.8305785,0.8140496,0.7768595,0.73966944,0.7066116,0.69008267,0.71487606,0.6528926,0.5247934,0.53305787,0.58677685,0.6446281,0.6322314,0.6280992,0.6735537,0.6942149,0.6446281,0.62396693,0.6404959,0.677686,0.6818182,0.74380165,0.76033056,0.7644628,0.75619835,0.7644628,0.74793386,0.74380165,0.73140496,0.74380165,0.72727275,0.7107438,0.6487603,0.54545456,0.47933885,0.56198347,0.59504133,0.661157,0.6942149,0.6983471,0.5289256,0.54545456,0.6735537,0.70247936,0.6487603,0.6198347,0.5661157,0.6487603,0.71900827,0.71900827,0.72727275,0.7231405,0.71487606,0.6983471,0.677686,0.6694215,0.677686,0.6942149,0.71487606,0.74793386,0.6570248,0.62396693,0.7768595,0.8264463,0.8347107,0.8140496,0.7768595,0.72727275,0.6859504,0.6942149,0.7066116,0.70247936,0.59917355,0.53305787,0.5661157,0.6570248,0.6694215,0.69008267,0.71900827,0.7355372,0.71900827,0.69008267,0.6983471,0.7066116,0.6735537,0.677686,0.70247936,0.7231405,0.73140496,0.7355372,0.73140496,0.74380165,0.74793386,0.77272725,0.76859504,0.75619835,0.71487606,0.5247934,0.6198347,0.6859504,0.7066116,0.7355372,0.76033056,0.74793386,0.5785124,0.5661157,0.677686,0.72727275,0.71487606,0.6280992,0.55785125,0.6404959,0.6859504,0.661157,0.6652893,0.6487603,0.6652893,0.6983471,0.7107438,0.7231405,0.74380165,0.7644628,0.7933884,0.7892562,0.6322314,0.6735537,0.8057851,0.8347107,0.8264463,0.8140496,0.78099173,0.71900827,0.6694215,0.677686,0.6942149,0.70247936,0.6735537,0.57438016,0.5371901,0.6487603,0.71487606,0.7355372,0.7644628,0.7768595,0.7768595,0.76859504,0.7768595,0.7892562,0.7933884,0.76033056,0.75619835,0.76859504,0.77272725,0.77272725,0.78512394,0.7933884,0.7892562,0.78099173,0.7644628,0.7933884,0.6983471,0.5371901,0.71900827,0.74380165,0.74793386,0.74380165,0.7644628,0.75206614,0.55785125,0.61570245,0.6652893,0.71900827,0.73140496,0.6446281,0.5785124,0.6280992,0.6983471,0.7231405,0.74380165,0.75619835,0.77272725,0.78099173,0.7933884,0.79752064,0.79752064,0.8140496,0.8305785,0.76033056,0.62396693,0.72727275,0.8264463,0.838843,0.8181818,0.8057851,0.76033056,0.7066116,0.677686,0.6694215,0.677686,0.6859504,0.7107438,0.6487603,0.53305787,0.6280992,0.7355372,0.75619835,0.78512394,0.8016529,0.80991733,0.8140496,0.8181818,0.8305785,0.8347107,0.8305785,0.8264463,0.8181818,0.8181818,0.822314,0.822314,0.8140496,0.8140496,0.8264463,0.8264463,0.8181818,0.6280992,0.58677685,0.74793386,0.76033056,0.75619835,0.74793386,0.74793386,0.73140496,0.4338843,0.6280992,0.6487603,0.69008267,0.71487606,0.6446281,0.6280992,0.71900827,0.78512394,0.8057851,0.8181818,0.8264463,0.838843,0.8347107,0.8305785,0.8305785,0.8181818,0.8181818,0.77272725,0.6446281,0.6404959,0.76033056,0.8305785,0.8347107,0.80991733,0.8016529,0.74380165,0.7107438,0.6859504,0.6818182,0.677686,0.677686,0.7355372,0.71487606,0.59090906,0.5165289,0.73140496,0.75619835,0.76859504,0.8057851,0.822314,0.8264463,0.8347107,0.838843,0.8429752,0.8429752,0.8429752,0.838843,0.8347107,0.838843,0.8347107,0.8347107,0.838843,0.8264463,0.8140496,0.74380165,0.6280992,0.677686,0.76033056,0.77272725,0.76033056,0.75619835,0.74380165,0.7066116,0.27272728,0.4752066,0.61157024,0.6652893,0.6652893,0.661157,0.7231405,0.7892562,0.8181818,0.8264463,0.8264463,0.8347107,0.8512397,0.8512397,0.8347107,0.8181818,0.8016529,0.73140496,0.5413223,0.57024795,0.6818182,0.78099173,0.838843,0.8305785,0.79752064,0.79752064,0.74793386,0.73140496,0.73966944,0.69008267,0.6694215,0.69008267,0.74380165,0.75206614,0.71900827,0.5247934,0.61157024,0.7644628,0.69008267,0.78512394,0.8181818,0.8181818,0.822314,0.8347107,0.838843,0.8429752,0.8347107,0.838843,0.8347107,0.838843,0.838843,0.8305785,0.80991733,0.76859504,0.71900827,0.6735537,0.69008267,0.74380165,0.78099173,0.7892562,0.7644628,0.75206614,0.73140496,0.6859504,0.2231405,0.24793388,0.43801653,0.62396693,0.6280992,0.6446281,0.7355372,0.7933884,0.8181818,0.822314,0.822314,0.80991733,0.8140496,0.8057851,0.7644628,0.7066116,0.6404959,0.5289256,0.46694216,0.607438,0.7107438,0.7933884,0.838843,0.8264463,0.79752064,0.78099173,0.7644628,0.74380165,0.73966944,0.6818182,0.6528926,0.6570248,0.70247936,0.73140496,0.73140496,0.71487606,0.47107437,0.59917355,0.5,0.60330576,0.6735537,0.7107438,0.75206614,0.79752064,0.8140496,0.7892562,0.76033056,0.73966944,0.7107438,0.6694215,0.6280992,0.59504133,0.6280992,0.69008267,0.73140496,0.74380165,0.74380165,0.76859504,0.79752064,0.79752064,0.78099173,0.75206614,0.72727275,0.69008267,0.23966943,0.18595041,0.40082645,0.5247934,0.45867768,0.446281,0.57024795,0.6404959,0.6198347,0.60330576,0.61157024,0.607438,0.60330576,0.58264464,0.5495868,0.5123967,0.4876033,0.5123967,0.5785124,0.6528926,0.7355372,0.79752064,0.8305785,0.8264463,0.7933884,0.78099173,0.78099173,0.76033056,0.72727275,0.6818182,0.6363636,0.6322314,0.6528926,0.6570248,0.6942149,0.7355372,0.7231405,0.6322314,0.4752066,0.44214877,0.48347107,0.5123967,0.5123967,0.4876033,0.5123967,0.57438016,0.59504133,0.60330576,0.6198347,0.6363636,0.6652893,0.7231405,0.75619835,0.7768595,0.77272725,0.76033056,0.76859504,0.7933884,0.8016529,0.7933884,0.78099173,0.75619835,0.72727275,0.69008267,0.24380165,0.1694215,0.45041323,0.56198347,0.47107437,0.39256197,0.47933885,0.5,0.45041323,0.41735536,0.4214876,0.40082645,0.38429752,0.4214876,0.47933885,0.5413223,0.607438,0.6652893,0.6528926,0.6570248,0.71900827,0.7892562,0.8264463,0.8181818,0.79752064,0.78512394,0.7892562,0.76859504,0.73140496,0.6859504,0.6528926,0.6363636,0.6446281,0.6363636,0.6694215,0.72727275,0.74380165,0.75206614,0.71487606,0.6363636,0.59504133,0.56198347,0.5495868,0.553719,0.5661157,0.59917355,0.607438,0.61157024,0.6198347,0.6446281,0.6818182,0.6942149,0.6942149,0.71900827,0.74793386,0.7644628,0.7892562,0.8057851,0.8057851,0.78099173,0.7892562,0.76859504,0.7355372,0.69008267,0.23553719,0.16115703,0.46694216,0.57438016,0.4752066,0.38016528,0.5371901,0.5785124,0.5165289,0.4876033,0.53305787,0.5661157,0.61570245,0.6528926,0.6942149,0.7231405,0.75619835,0.74380165,0.6528926,0.6528926,0.7355372,0.78512394,0.8140496,0.8181818,0.8016529,0.7892562,0.7892562,0.77272725,0.7355372,0.6942149,0.661157,0.6570248,0.6652893,0.6652893,0.677686,0.70247936,0.71900827,0.74380165,0.7768595,0.76859504,0.75206614,0.71900827,0.7107438,0.71487606,0.7107438,0.6859504,0.6735537,0.6735537,0.661157,0.6859504,0.6983471,0.73140496,0.74380165,0.75206614,0.75619835,0.76033056,0.7768595,0.79752064,0.79752064,0.78099173,0.76859504,0.75619835,0.7355372,0.6859504,0.2520661,0.1446281,0.48347107,0.58677685,0.5082645,0.39256197,0.5041322,0.57438016,0.607438,0.6570248,0.7066116,0.74380165,0.76859504,0.76859504,0.77272725,0.76859504,0.75619835,0.7355372,0.6322314,0.6859504,0.74793386,0.78512394,0.8057851,0.80991733,0.80991733,0.79752064,0.7768595,0.7768595,0.74793386,0.6942149,0.677686,0.677686,0.6735537,0.69008267,0.70247936,0.70247936,0.6735537,0.6942149,0.74380165,0.77272725,0.78099173,0.78099173,0.7768595,0.76859504,0.7644628,0.75619835,0.75619835,0.75619835,0.72727275,0.7107438,0.69008267,0.70247936,0.71900827,0.73140496,0.73140496,0.7231405,0.72727275,0.74793386,0.76033056,0.75619835,0.72727275,0.72727275,0.7107438,0.677686,0.23966943,0.15289256,0.46694216,0.59090906,0.57438016,0.5082645,0.5785124,0.6694215,0.71487606,0.75206614,0.7768595,0.78512394,0.78099173,0.7768595,0.77272725,0.76033056,0.73140496,0.6694215,0.6198347,0.6942149,0.74793386,0.7892562,0.8016529,0.8057851,0.8140496,0.8057851,0.7768595,0.7768595,0.7355372,0.6942149,0.69008267,0.69008267,0.6859504,0.7066116,0.71900827,0.7066116,0.6570248,0.6487603,0.7066116,0.73966944,0.7644628,0.77272725,0.78099173,0.78099173,0.79752064,0.79752064,0.7892562,0.7933884,0.78512394,0.77272725,0.7355372,0.72727275,0.72727275,0.7066116,0.6983471,0.69008267,0.6818182,0.6983471,0.69008267,0.6942149,0.7066116,0.7066116,0.69008267,0.6818182,0.20661157,0.18595041,0.45867768,0.60330576,0.59917355,0.59090906,0.6570248,0.71487606,0.74380165,0.75619835,0.7892562,0.77272725,0.77272725,0.7644628,0.75619835,0.72727275,0.6983471,0.61157024,0.6404959,0.71487606,0.74380165,0.7892562,0.8016529,0.79752064,0.79752064,0.7933884,0.75619835,0.7066116,0.6818182,0.6570248,0.6818182,0.6694215,0.69008267,0.70247936,0.7066116,0.70247936,0.6694215,0.59917355,0.6859504,0.7231405,0.73966944,0.74793386,0.76859504,0.76859504,0.7892562,0.8016529,0.79752064,0.8016529,0.8057851,0.7933884,0.78099173,0.76859504,0.74793386,0.71900827,0.6983471,0.6818182,0.6694215,0.6735537,0.661157,0.6652893,0.6818182,0.6735537,0.6818182,0.6818182,0.19421488,0.22727273,0.46280992,0.61157024,0.60330576,0.62396693,0.6859504,0.7107438,0.7355372,0.74793386,0.77272725,0.77272725,0.76033056,0.75619835,0.7231405,0.69008267,0.6528926,0.57024795,0.59917355,0.6859504,0.7355372,0.75619835,0.78099173,0.7768595,0.74793386,0.72727275,0.6942149,0.61157024,0.6198347,0.62396693,0.6404959,0.6363636,0.6735537,0.6694215,0.6652893,0.6735537,0.677686,0.553719,0.661157,0.72727275,0.7107438,0.71487606,0.7355372,0.76033056,0.77272725,0.78099173,0.7892562,0.79752064,0.8016529,0.7892562,0.78099173,0.78099173,0.75619835,0.73966944,0.7231405,0.6983471,0.677686,0.6694215,0.6528926,0.6487603,0.6446281,0.6404959,0.6570248,0.6652893,0.19008264,0.24380165,0.4752066,0.59090906,0.607438,0.6322314,0.6735537,0.6983471,0.7231405,0.73966944,0.75206614,0.76033056,0.75206614,0.74793386,0.70247936,0.6694215,0.59504133,0.5,0.47107437,0.56198347,0.661157,0.6983471,0.71487606,0.71900827,0.6818182,0.6280992,0.58677685,0.5289256,0.5165289,0.5041322,0.48347107,0.5041322,0.5495868,0.5785124,0.58677685,0.62396693,0.6404959,0.5082645,0.61157024,0.7355372,0.7066116,0.7066116,0.7231405,0.74793386,0.7644628,0.76033056,0.7768595,0.78512394,0.7892562,0.78512394,0.7644628,0.7644628,0.75206614,0.73140496,0.74380165,0.71487606,0.6859504,0.6694215,0.6652893,0.6404959,0.6280992,0.6363636,0.6446281,0.6487603,0.1983471,0.22727273,0.47933885,0.59504133,0.59504133,0.6198347,0.661157,0.69008267,0.7107438,0.72727275,0.74380165,0.74793386,0.73140496,0.7107438,0.677686,0.6570248,0.5661157,0.40495867,0.3305785,0.40082645,0.5123967,0.59090906,0.607438,0.61157024,0.58264464,0.5413223,0.5123967,0.41322315,0.32231405,0.28099173,0.24793388,0.26859504,0.29752067,0.40082645,0.5082645,0.57024795,0.5495868,0.5041322,0.61570245,0.74793386,0.74793386,0.7107438,0.7231405,0.71487606,0.7355372,0.74793386,0.76859504,0.78099173,0.7892562,0.7768595,0.75206614,0.74793386,0.74793386,0.71900827,0.74793386,0.7231405,0.69008267,0.6735537,0.6528926,0.6487603,0.6363636,0.6487603,0.6446281,0.6363636,0.1983471,0.21487603,0.46694216,0.59504133,0.58264464,0.607438,0.6487603,0.6818182,0.7066116,0.71900827,0.7231405,0.7355372,0.70247936,0.677686,0.6528926,0.6487603,0.61157024,0.5289256,0.35123968,0.24380165,0.35123968,0.446281,0.48347107,0.49173555,0.47933885,0.446281,0.35950413,0.24380165,0.2231405,0.23553719,0.2231405,0.2644628,0.2892562,0.3305785,0.3966942,0.43801653,0.46280992,0.5495868,0.6570248,0.75619835,0.76859504,0.7355372,0.70247936,0.6942149,0.71900827,0.7355372,0.76033056,0.77272725,0.78512394,0.77272725,0.75619835,0.76859504,0.76033056,0.71487606,0.73966944,0.7231405,0.69008267,0.677686,0.62396693,0.6363636,0.6404959,0.6487603,0.6446281,0.62396693,0.23553719,0.19008264,0.47933885,0.61157024,0.5785124,0.59917355,0.6280992,0.6652893,0.69008267,0.7107438,0.6735537,0.6652893,0.677686,0.6570248,0.6446281,0.661157,0.661157,0.6280992,0.47107437,0.23966943,0.2520661,0.30165288,0.338843,0.38016528,0.38842976,0.3677686,0.3181818,0.30165288,0.3305785,0.3677686,0.4090909,0.43801653,0.47107437,0.47107437,0.45041323,0.47933885,0.54545456,0.6322314,0.6983471,0.74380165,0.7644628,0.7644628,0.73140496,0.7107438,0.7107438,0.73140496,0.74793386,0.76033056,0.7768595,0.7644628,0.7644628,0.74793386,0.7644628,0.72727275,0.72727275,0.7107438,0.6694215,0.6859504,0.6363636,0.62396693,0.6363636,0.6487603,0.6570248,0.6280992,0.27272728,0.1694215,0.4876033,0.60330576,0.5661157,0.59917355,0.6280992,0.661157,0.677686,0.70247936,0.6942149,0.661157,0.6487603,0.6363636,0.661157,0.6983471,0.6942149,0.677686,0.5495868,0.3181818,0.28099173,0.21487603,0.2107438,0.2603306,0.3264463,0.3677686,0.3677686,0.4214876,0.45041323,0.44214877,0.47933885,0.5123967,0.5495868,0.5785124,0.58677685,0.62396693,0.6446281,0.661157,0.70247936,0.74380165,0.76033056,0.78099173,0.78099173,0.71900827,0.70247936,0.72727275,0.73140496,0.73966944,0.74380165,0.74380165,0.74380165,0.75619835,0.75619835,0.73966944,0.71900827,0.7107438,0.6735537,0.6652893,0.6652893,0.6404959,0.6322314,0.6404959,0.6652893,0.6363636,0.29752067,0.19008264,0.446281,0.58677685,0.57438016,0.59917355,0.62396693,0.6694215,0.6818182,0.70247936,0.6859504,0.6694215,0.6446281,0.6322314,0.6859504,0.73140496,0.7231405,0.69008267,0.60330576,0.45454547,0.3305785,0.24793388,0.2231405,0.2603306,0.34710744,0.4338843,0.45867768,0.43801653,0.43801653,0.43801653,0.4214876,0.446281,0.5206612,0.553719,0.56198347,0.58264464,0.6570248,0.677686,0.69008267,0.75206614,0.76859504,0.7768595,0.78512394,0.74793386,0.6942149,0.6983471,0.7231405,0.73140496,0.73966944,0.74793386,0.74793386,0.75206614,0.7355372,0.71900827,0.7066116,0.6983471,0.6735537,0.6528926,0.6404959,0.6487603,0.6487603,0.6404959,0.6570248,0.6322314,0.29752067,0.21487603,0.40495867,0.57024795,0.5785124,0.59917355,0.6280992,0.6570248,0.677686,0.6942149,0.6859504,0.677686,0.6528926,0.6404959,0.6942149,0.73140496,0.73140496,0.6487603,0.61570245,0.41322315,0.37603307,0.36363637,0.3264463,0.34710744,0.3966942,0.47933885,0.46280992,0.38842976,0.41322315,0.40082645,0.41322315,0.35950413,0.41735536,0.5123967,0.4752066,0.49173555,0.6528926,0.7066116,0.6735537,0.74793386,0.7768595,0.76033056,0.75206614,0.75619835,0.71900827,0.6735537,0.6983471,0.7107438,0.73140496,0.73966944,0.7231405,0.7231405,0.71487606,0.70247936,0.6942149,0.6818182,0.6652893,0.661157,0.6446281,0.6446281,0.6528926,0.6446281,0.6487603,0.6280992,0.3140496,0.24380165,0.34710744,0.5413223,0.5785124,0.59504133,0.6322314,0.6487603,0.6694215,0.677686,0.6735537,0.6570248,0.6363636,0.6404959,0.69008267,0.69008267,0.6735537,0.59090906,0.47933885,0.37603307,0.36363637,0.4338843,0.42975205,0.40082645,0.40495867,0.38429752,0.45454547,0.34710744,0.40082645,0.40082645,0.40082645,0.3966942,0.36363637,0.46694216,0.53305787,0.40082645,0.6198347,0.71900827,0.661157,0.70247936,0.76033056,0.73966944,0.73966944,0.7355372,0.6942149,0.69008267,0.6694215,0.6942149,0.71900827,0.73966944,0.71900827,0.71487606,0.7107438,0.70247936,0.677686,0.677686,0.6694215,0.6570248,0.6487603,0.6404959,0.6404959,0.6322314,0.6280992,0.61157024,0.3305785,0.2520661,0.2892562,0.5165289,0.5785124,0.59504133,0.61157024,0.6322314,0.661157,0.6652893,0.6446281,0.6322314,0.6322314,0.61570245,0.6363636,0.6363636,0.59917355,0.49173555,0.4214876,0.43801653,0.39256197,0.42975205,0.46280992,0.41735536,0.43801653,0.3677686,0.46694216,0.38429752,0.40495867,0.42975205,0.41322315,0.40495867,0.38016528,0.38842976,0.5041322,0.38842976,0.5123967,0.70247936,0.6198347,0.6404959,0.6942149,0.6694215,0.7066116,0.6859504,0.6404959,0.72727275,0.70247936,0.661157,0.7107438,0.72727275,0.7231405,0.69008267,0.6942149,0.6942149,0.6652893,0.6818182,0.6735537,0.6528926,0.6446281,0.6404959,0.6280992,0.607438,0.60330576,0.58677685,0.30578512,0.24793388,0.22727273,0.4876033,0.56198347,0.58677685,0.59090906,0.60330576,0.6446281,0.6528926,0.6280992,0.59504133,0.59090906,0.5661157,0.5661157,0.58264464,0.5247934,0.44214877,0.3677686,0.4090909,0.41322315,0.41735536,0.42975205,0.43801653,0.45454547,0.35950413,0.4090909,0.42561984,0.4214876,0.42561984,0.46280992,0.36363637,0.3677686,0.37190083,0.39256197,0.4090909,0.39256197,0.57438016,0.53305787,0.54545456,0.607438,0.59090906,0.59917355,0.59090906,0.55785125,0.6942149,0.7355372,0.6404959,0.6694215,0.7107438,0.7231405,0.7066116,0.6942149,0.6942149,0.6735537,0.6735537,0.6652893,0.6446281,0.6487603,0.6487603,0.6280992,0.607438,0.58677685,0.57024795,0.29752067,0.2644628,0.16115703,0.44214877,0.553719,0.5785124,0.57438016,0.58264464,0.62396693,0.6198347,0.607438,0.56198347,0.5041322,0.5,0.48347107,0.49586776,0.44214877,0.35950413,0.338843,0.40495867,0.37603307,0.37190083,0.3966942,0.4090909,0.40082645,0.35950413,0.3677686,0.40082645,0.4090909,0.4214876,0.45867768,0.37603307,0.3553719,0.338843,0.3181818,0.38429752,0.37603307,0.42561984,0.45867768,0.45454547,0.49586776,0.5371901,0.5247934,0.5371901,0.5041322,0.58677685,0.6446281,0.6446281,0.6322314,0.71487606,0.71900827,0.73140496,0.71487606,0.6983471,0.677686,0.6652893,0.6570248,0.6363636,0.6446281,0.6322314,0.61570245,0.59917355,0.57438016,0.55785125,0.28099173,0.26859504,0.16115703,0.4338843,0.5371901,0.58264464,0.57438016,0.5661157,0.607438,0.59917355,0.5661157,0.5,0.42975205,0.4214876,0.40495867,0.42561984,0.38842976,0.32231405,0.26859504,0.3677686,0.33471075,0.3140496,0.34710744,0.33471075,0.3429752,0.3305785,0.3305785,0.37190083,0.37603307,0.39256197,0.4090909,0.38016528,0.36363637,0.34710744,0.32231405,0.3429752,0.3553719,0.35950413,0.40082645,0.41735536,0.40495867,0.45041323,0.45454547,0.43801653,0.47933885,0.49586776,0.5247934,0.5785124,0.61157024,0.6652893,0.7066116,0.6983471,0.7066116,0.6818182,0.6735537,0.661157,0.6322314,0.6446281,0.607438,0.61157024,0.59090906,0.5661157,0.5661157,0.5495868,0.27272728,0.27272728,0.17768595,0.39256197,0.53305787,0.57024795,0.60330576,0.5413223,0.55785125,0.58264464,0.49586776,0.45867768,0.39256197,0.37603307,0.33471075,0.38016528,0.38016528,0.2768595,0.30991736,0.3181818,0.30578512,0.3181818,0.3140496,0.30578512,0.338843,0.32231405,0.30991736,0.35123968,0.3429752,0.37190083,0.35950413,0.338843,0.34710744,0.37603307,0.3305785,0.3305785,0.3140496,0.33471075,0.38016528,0.38842976,0.35950413,0.36363637,0.38429752,0.37603307,0.3966942,0.4338843,0.46280992,0.46694216,0.54545456,0.6280992,0.6859504,0.6694215,0.6818182,0.6694215,0.6528926,0.661157,0.6404959,0.6280992,0.61157024,0.58677685,0.5495868,0.55785125,0.55785125,0.53305787,0.24793388,0.24380165,0.1983471,0.33471075,0.5041322,0.553719,0.5785124,0.54545456,0.5289256,0.5041322,0.5123967,0.3966942,0.3140496,0.33471075,0.2644628,0.30578512,0.34710744,0.30165288,0.30991736,0.29752067,0.2603306,0.33471075,0.2892562,0.3181818,0.35123968,0.35123968,0.33471075,0.36363637,0.34710744,0.3553719,0.36363637,0.34710744,0.2768595,0.29338843,0.30991736,0.33471075,0.30578512,0.30991736,0.38842976,0.38842976,0.3429752,0.3140496,0.3429752,0.33471075,0.30578512,0.34710744,0.4090909,0.40082645,0.45867768,0.5785124,0.6694215,0.6570248,0.6446281,0.6570248,0.62396693,0.6363636,0.6404959,0.61157024,0.6280992,0.61570245,0.5123967,0.5165289,0.5413223,0.49173555,0.25619835,0.2603306,0.21487603,0.23966943,0.41322315,0.5289256,0.5495868,0.5289256,0.5082645,0.47107437,0.46694216,0.338843,0.26859504,0.2603306,0.24793388,0.2107438,0.2892562,0.338843,0.28512397,0.27272728,0.2603306,0.30165288,0.26859504,0.30578512,0.37603307,0.46694216,0.4090909,0.41735536,0.38016528,0.35950413,0.37190083,0.34710744,0.32231405,0.28512397,0.28512397,0.28099173,0.30991736,0.30991736,0.37603307,0.41322315,0.35950413,0.30991736,0.30991736,0.2768595,0.26859504,0.2644628,0.3305785,0.3553719,0.38016528,0.46694216,0.6363636,0.6446281,0.60330576,0.61570245,0.59917355,0.6198347,0.62396693,0.5785124,0.61157024,0.61157024,0.5041322,0.45454547,0.4752066,0.45454547,0.2892562,0.29338843,0.26859504,0.2107438,0.30165288,0.46280992,0.5247934,0.5082645,0.4752066,0.4214876,0.37603307,0.30165288,0.2231405,0.23140496,0.2644628,0.17768595,0.21900827,0.2644628,0.23966943,0.2231405,0.23966943,0.24793388,0.23553719,0.28099173,0.2892562,0.3677686,0.39256197,0.41322315,0.36363637,0.3429752,0.3553719,0.29338843,0.29752067,0.30578512,0.27272728,0.29338843,0.32231405,0.32231405,0.36363637,0.36363637,0.32231405,0.27272728,0.2768595,0.22727273,0.22727273,0.23966943,0.25619835,0.32231405,0.37190083,0.3429752,0.5247934,0.59917355,0.57024795,0.5661157,0.55785125,0.59090906,0.57024795,0.5289256,0.5785124,0.553719,0.47933885,0.42561984,0.40495867,0.4214876,0.26859504,0.2644628,0.2603306,0.19421488,0.23140496,0.38429752,0.45041323,0.4752066,0.42975205,0.3553719,0.3140496,0.26859504,0.23966943,0.24380165,0.26859504,0.21900827,0.21487603,0.2231405,0.2520661,0.24380165,0.24793388,0.2644628,0.28099173,0.35950413,0.38016528,0.34710744,0.36363637,0.39256197,0.40495867,0.44214877,0.46694216,0.43801653,0.4338843,0.4338843,0.47933885,0.47107437,0.46694216,0.42561984,0.4876033,0.4752066,0.446281,0.40495867,0.3264463,0.338843,0.26859504,0.28099173,0.25619835,0.35123968,0.338843,0.29752067,0.41735536,0.53305787,0.5082645,0.49173555,0.47933885,0.5413223,0.53305787,0.446281,0.53305787,0.49173555,0.42975205,0.38429752,0.3429752,0.37190083,0.30991736,0.3181818,0.26859504,0.17768595,0.20661157,0.30991736,0.39256197,0.44214877,0.38429752,0.28512397,0.29338843,0.2603306,0.27272728,0.26859504,0.29338843,0.29752067,0.30578512,0.3429752,0.39256197,0.38842976,0.37190083,0.38842976,0.446281,0.5165289,0.553719,0.59917355,0.59917355,0.59090906,0.61157024,0.661157,0.6735537,0.6363636,0.6198347,0.61570245,0.6363636,0.6363636,0.61157024,0.58264464,0.5785124,0.58264464,0.57438016,0.5661157,0.5247934,0.5371901,0.4338843,0.38842976,0.3181818,0.3305785,0.30991736,0.30578512,0.30991736,0.45867768,0.46280992,0.4214876,0.4214876,0.48347107,0.45041323,0.35950413,0.45041323,0.4214876,0.38016528,0.3429752,0.30165288,0.28512397,0.21900827,0.20247933,0.1983471,0.19421488,0.21900827,0.2520661,0.32231405,0.38016528,0.3553719,0.2892562,0.29752067,0.28512397,0.2892562,0.2892562,0.37603307,0.44214877,0.45041323,0.47933885,0.5247934,0.5289256,0.5082645,0.5123967,0.55785125,0.60330576,0.6446281,0.71487606,0.72727275,0.71900827,0.73140496,0.75619835,0.75206614,0.71900827,0.6818182,0.6735537,0.6652893,0.6570248,0.6487603,0.6446281,0.6280992,0.6363636,0.62396693,0.6487603,0.6198347,0.6322314,0.5495868,0.48347107,0.37603307,0.29752067,0.35123968,0.3181818,0.3181818,0.37603307,0.4214876,0.3677686,0.38016528,0.446281,0.38842976,0.35123968,0.4090909,0.3553719,0.32231405,0.2892562,0.2520661,0.2520661,0.19008264,0.19008264,0.1983471,0.20661157,0.22727273,0.25619835,0.2644628,0.29338843,0.36363637,0.338843,0.32231405,0.33471075,0.2768595,0.30991736,0.48347107,0.56198347,0.55785125,0.55785125,0.59090906,0.5661157,0.5661157,0.56198347,0.59504133,0.6363636,0.677686,0.7066116,0.71487606,0.71900827,0.7231405,0.72727275,0.7355372,0.73140496,0.73140496,0.71487606,0.69008267,0.6735537,0.6487603,0.6446281,0.6363636,0.6446281,0.661157,0.677686,0.6487603,0.6404959,0.61157024,0.54545456,0.35123968,0.30578512,0.3429752,0.36363637,0.36363637,0.3305785,0.38016528,0.3305785,0.3264463,0.338843,0.38016528,0.3264463,0.34710744,0.3181818,0.26859504,0.21487603,0.18595041,0.23966943,0.23966943,0.24380165,0.2520661,0.18181819,0.18595041,0.2644628,0.2603306,0.2603306,0.35950413,0.30991736,0.30991736,0.32231405,0.25619835,0.3181818,0.53305787,0.6363636,0.62396693,0.607438,0.61570245,0.5785124,0.553719,0.5371901,0.5785124,0.58677685,0.60330576,0.61157024,0.607438,0.6280992,0.62396693,0.6404959,0.6404959,0.6363636,0.6363636,0.6363636,0.6404959,0.6404959,0.62396693,0.6322314,0.6404959,0.6652893,0.6859504,0.677686,0.661157,0.6694215,0.6570248,0.59917355,0.38842976,0.30165288,0.30165288,0.35950413,0.37603307,0.3181818,0.3553719,0.30578512,0.2520661,0.26859504,0.35123968,0.3181818,0.28512397,0.2768595,0.2231405,0.1694215,0.15289256,0.1694215,0.2892562,0.29338843,0.2892562,0.18181819,0.16115703,0.24793388,0.2520661,0.2768595,0.2644628,0.29338843,0.2892562,0.30578512,0.24793388,0.338843,0.5413223,0.6570248,0.677686,0.6404959,0.6322314,0.60330576,0.553719,0.49173555,0.54545456,0.553719,0.53305787,0.53305787,0.55785125,0.5495868,0.5123967,0.553719,0.5661157,0.58264464,0.58264464,0.57438016,0.57024795,0.62396693,0.61157024,0.61570245,0.6363636,0.6652893,0.69008267,0.677686,0.6570248,0.6570248,0.6487603,0.59917355,0.44214877,0.30578512,0.30991736,0.3305785,0.3305785,0.3140496,0.34710744,0.3140496,0.24380165,0.2603306,0.32231405,0.30165288,0.2768595,0.22727273,0.18595041,0.16115703,0.14049587,0.15289256,0.2768595,0.2768595,0.28099173,0.20661157,0.18181819,0.22727273,0.23140496,0.20661157,0.21900827,0.2644628,0.28512397,0.2892562,0.2520661,0.3966942,0.5247934,0.6363636,0.661157,0.6487603,0.6280992,0.607438,0.55785125,0.46694216,0.49173555,0.4752066,0.40495867,0.49173555,0.5495868,0.54545456,0.4752066,0.5,0.4876033,0.5123967,0.56198347,0.5413223,0.5041322,0.57024795,0.59917355,0.60330576,0.62396693,0.6528926,0.6818182,0.6652893,0.6446281,0.6198347,0.59917355,0.55785125,0.47107437,0.30991736,0.2644628,0.3181818,0.30991736,0.29338843,0.30578512,0.2892562,0.2603306,0.26859504,0.28099173,0.2603306,0.27272728,0.22727273,0.16115703,0.1446281,0.12396694,0.16115703,0.2892562,0.29338843,0.29752067,0.24380165,0.20661157,0.2231405,0.2107438,0.17355372,0.19008264,0.22727273,0.27272728,0.2603306,0.2520661,0.40082645,0.5289256,0.60330576,0.6446281,0.6404959,0.607438,0.61570245,0.54545456,0.45867768,0.4338843,0.42561984,0.40495867,0.47933885,0.49173555,0.53305787,0.43801653,0.49173555,0.45041323,0.4338843,0.4214876,0.5082645,0.4752066,0.5041322,0.57024795,0.58677685,0.61570245,0.6363636,0.6735537,0.6652893,0.62396693,0.59504133,0.55785125,0.49586776,0.46694216,0.37603307,0.24380165,0.24793388,0.2644628,0.2603306,0.27272728,0.2603306,0.23140496,0.24380165,0.23966943,0.2231405,0.2231405,0.23140496,0.17768595,0.12396694,0.11983471,0.11157025,0.32231405,0.32231405,0.3264463,0.2892562,0.23966943,0.2231405,0.22727273,0.1983471,0.16528925,0.23966943,0.2644628,0.23553719,0.25619835,0.35123968,0.49173555,0.5785124,0.6322314,0.6198347,0.60330576,0.61157024,0.553719,0.4876033,0.42975205,0.4090909,0.42975205,0.446281,0.41735536,0.4752066,0.3553719,0.47933885,0.42561984,0.4090909,0.40082645,0.46280992,0.446281,0.5041322,0.5495868,0.56198347,0.61570245,0.6322314,0.661157,0.6694215,0.607438,0.5206612,0.5082645,0.5206612,0.5041322,0.38429752,0.22727273,0.2520661,0.20661157,0.21487603,0.25619835,0.24793388,0.24793388,0.23966943,0.2107438,0.1983471,0.17768595,0.20661157,0.19421488,0.1322314,0.1322314,0.12396694,0.33471075,0.338843,0.338843,0.3305785,0.28099173,0.22727273,0.21900827,0.19008264,0.19008264,0.2107438,0.23140496,0.22727273,0.2644628,0.3140496,0.4214876,0.5123967,0.553719,0.57024795,0.59504133,0.61157024,0.58264464,0.5371901,0.47107437,0.41322315,0.44214877,0.4338843,0.39256197,0.41322315,0.28099173,0.45041323,0.4214876,0.3966942,0.38429752,0.41735536,0.43801653,0.49586776,0.5495868,0.5661157,0.59090906,0.62396693,0.6198347,0.6322314,0.59504133,0.45041323,0.39256197,0.4876033,0.46280992,0.36363637,0.23140496,0.21487603,0.19008264,0.18181819,0.2231405,0.20247933,0.23966943,0.23140496,0.19008264,0.1694215,0.1446281,0.16528925,0.17355372,0.1446281,0.14049587,0.13636364,0.35950413,0.3553719,0.35123968,0.3429752,0.30165288,0.23140496,0.23553719,0.15289256,0.17768595,0.21900827,0.2107438,0.2107438,0.25619835,0.29752067,0.3305785,0.41735536,0.47107437,0.5165289,0.607438,0.6363636,0.61570245,0.61157024,0.57024795,0.47933885,0.44214877,0.42975205,0.39256197,0.35123968,0.2892562,0.40082645,0.4752066,0.42561984,0.38016528,0.41735536,0.4876033,0.54545456,0.59090906,0.5785124,0.58264464,0.61570245,0.607438,0.5247934,0.5165289,0.44214877,0.3553719,0.3966942,0.37603307,0.35950413,0.27272728,0.22727273,0.19421488,0.1983471,0.17355372,0.1570248,0.21900827,0.22727273,0.19421488,0.1446281,0.11983471,0.11570248,0.14049587,0.12396694,0.1570248,0.16115703,0.3305785,0.3305785,0.3264463,0.3264463,0.338843,0.24380165,0.18595041,0.18181819,0.18595041,0.2231405,0.20661157,0.19421488,0.23966943,0.26859504,0.29338843,0.35950413,0.40495867,0.44214877,0.58677685,0.6859504,0.6652893,0.6652893,0.6446281,0.553719,0.45867768,0.40495867,0.37603307,0.33471075,0.35123968,0.38429752,0.45454547,0.49173555,0.42975205,0.45041323,0.5123967,0.61157024,0.6528926,0.6322314,0.59917355,0.61157024,0.60330576,0.48347107,0.45867768,0.45041323,0.35950413,0.32231405,0.3181818,0.2892562,0.2768595,0.22727273,0.2231405,0.20247933,0.16115703,0.11983471,0.18181819,0.1694215,0.14876033,0.16115703,0.14876033,0.10743801,0.11157025,0.11983471,0.1322314,0.13636364,27 +0.18595041,0.12809917,0.11570248,0.1322314,0.18595041,0.26859504,0.4338843,0.5413223,0.57024795,0.58677685,0.58677685,0.57438016,0.5661157,0.54545456,0.5206612,0.47933885,0.4338843,0.40082645,0.3966942,0.36363637,0.35123968,0.30991736,0.30165288,0.32231405,0.34710744,0.37603307,0.40082645,0.40082645,0.39256197,0.38842976,0.38016528,0.41322315,0.43801653,0.45041323,0.42975205,0.41735536,0.3966942,0.40082645,0.4090909,0.42561984,0.43801653,0.45454547,0.45867768,0.45041323,0.46280992,0.5206612,0.5123967,0.5206612,0.5165289,0.5,0.48347107,0.45454547,0.40082645,0.34710744,0.30578512,0.24793388,0.2107438,0.17355372,0.16528925,0.1694215,0.13636364,0.1694215,0.18181819,0.15289256,0.18595041,0.18595041,0.11570248,0.14049587,0.17768595,0.2768595,0.4338843,0.53305787,0.5661157,0.60330576,0.60330576,0.58677685,0.58264464,0.57024795,0.5413223,0.5123967,0.45454547,0.42975205,0.3966942,0.40495867,0.37603307,0.3429752,0.3181818,0.32231405,0.3553719,0.3677686,0.37603307,0.38429752,0.38429752,0.40495867,0.42561984,0.44214877,0.45454547,0.48347107,0.49586776,0.4752066,0.4752066,0.45454547,0.46694216,0.47933885,0.48347107,0.4876033,0.4876033,0.4876033,0.49173555,0.5123967,0.5165289,0.5206612,0.53305787,0.5247934,0.5123967,0.48347107,0.45041323,0.37603307,0.30991736,0.2603306,0.2231405,0.1983471,0.16115703,0.17355372,0.12809917,0.15289256,0.1570248,0.1446281,0.23553719,0.17768595,0.1446281,0.1570248,0.18181819,0.28512397,0.44214877,0.5247934,0.57438016,0.607438,0.61157024,0.607438,0.59917355,0.58677685,0.553719,0.5289256,0.47933885,0.45867768,0.4214876,0.4090909,0.41322315,0.39256197,0.35123968,0.35123968,0.37190083,0.38016528,0.40495867,0.41322315,0.38429752,0.40495867,0.446281,0.47933885,0.49173555,0.5165289,0.5247934,0.5289256,0.5289256,0.5206612,0.5206612,0.5123967,0.5206612,0.5165289,0.5123967,0.5082645,0.5247934,0.5165289,0.5206612,0.5123967,0.5206612,0.5123967,0.5123967,0.48347107,0.4752066,0.40495867,0.338843,0.25619835,0.23966943,0.2231405,0.19008264,0.16528925,0.12809917,0.11570248,0.16115703,0.11157025,0.27272728,0.21487603,0.17355372,0.18181819,0.18181819,0.28512397,0.44214877,0.5289256,0.57438016,0.60330576,0.62396693,0.6280992,0.607438,0.59504133,0.57438016,0.5371901,0.5041322,0.46694216,0.45041323,0.4214876,0.4338843,0.446281,0.41735536,0.40495867,0.3966942,0.41735536,0.4090909,0.43801653,0.42561984,0.43801653,0.46694216,0.5041322,0.53305787,0.55785125,0.57024795,0.57438016,0.5661157,0.56198347,0.55785125,0.5413223,0.5413223,0.53305787,0.5371901,0.53305787,0.5289256,0.5289256,0.5247934,0.5123967,0.5165289,0.5,0.5082645,0.48347107,0.47107437,0.4338843,0.37190083,0.29752067,0.2644628,0.22727273,0.2231405,0.1570248,0.1322314,0.11983471,0.13636364,0.11983471,0.2603306,0.2644628,0.23140496,0.2107438,0.21487603,0.28512397,0.42975205,0.5206612,0.5785124,0.61157024,0.6404959,0.6404959,0.6280992,0.61157024,0.59504133,0.57024795,0.53305787,0.49173555,0.4752066,0.43801653,0.4338843,0.44214877,0.44214877,0.446281,0.44214877,0.45041323,0.45867768,0.47107437,0.46694216,0.46280992,0.5,0.5206612,0.55785125,0.59504133,0.62396693,0.6322314,0.61157024,0.59504133,0.5785124,0.57438016,0.57024795,0.553719,0.553719,0.5495868,0.5371901,0.5413223,0.5371901,0.53305787,0.5247934,0.5082645,0.5,0.49173555,0.46280992,0.45041323,0.39256197,0.35123968,0.30165288,0.26859504,0.24793388,0.17768595,0.1322314,0.13636364,0.12396694,0.12809917,0.23966943,0.24380165,0.25619835,0.24793388,0.2520661,0.30578512,0.41322315,0.5123967,0.58264464,0.6198347,0.6487603,0.6528926,0.6363636,0.6404959,0.61570245,0.60330576,0.57438016,0.5495868,0.5123967,0.45041323,0.45041323,0.45041323,0.45454547,0.45454547,0.47107437,0.47933885,0.49173555,0.5,0.5041322,0.5041322,0.5165289,0.5206612,0.55785125,0.60330576,0.6404959,0.661157,0.661157,0.6280992,0.6198347,0.60330576,0.58677685,0.58677685,0.57438016,0.57438016,0.56198347,0.5495868,0.5661157,0.54545456,0.5413223,0.5371901,0.5123967,0.49586776,0.46694216,0.45867768,0.42561984,0.37190083,0.35123968,0.29752067,0.26859504,0.19008264,0.13636364,0.1322314,0.1322314,0.1322314,0.18181819,0.20661157,0.2107438,0.22727273,0.23553719,0.30165288,0.40082645,0.5041322,0.59504133,0.6280992,0.6570248,0.661157,0.6404959,0.6446281,0.6363636,0.62396693,0.61157024,0.58264464,0.5413223,0.5041322,0.47107437,0.46694216,0.47107437,0.47107437,0.4752066,0.48347107,0.49173555,0.5082645,0.5206612,0.5289256,0.5371901,0.5413223,0.56198347,0.59504133,0.62396693,0.6528926,0.6694215,0.6528926,0.6363636,0.6280992,0.61570245,0.59917355,0.59504133,0.59504133,0.59504133,0.57024795,0.57438016,0.54545456,0.5413223,0.5371901,0.5165289,0.5,0.4752066,0.46280992,0.446281,0.4090909,0.3553719,0.338843,0.30578512,0.22727273,0.15289256,0.12396694,0.11983471,0.11570248,0.13636364,0.17355372,0.18595041,0.16528925,0.21900827,0.28099173,0.38842976,0.49586776,0.58264464,0.607438,0.6280992,0.6280992,0.61157024,0.607438,0.60330576,0.607438,0.60330576,0.58264464,0.55785125,0.5371901,0.5082645,0.4876033,0.48347107,0.48347107,0.47933885,0.48347107,0.49586776,0.5041322,0.5206612,0.5371901,0.5371901,0.5413223,0.56198347,0.58677685,0.607438,0.6322314,0.6446281,0.6446281,0.6280992,0.62396693,0.6322314,0.6198347,0.59917355,0.5785124,0.5661157,0.5413223,0.5289256,0.4752066,0.47933885,0.46280992,0.446281,0.44214877,0.43801653,0.4214876,0.42975205,0.42561984,0.39256197,0.35950413,0.34710744,0.26859504,0.1694215,0.1322314,0.11570248,0.11157025,0.11570248,0.1322314,0.12809917,0.1694215,0.2231405,0.3181818,0.38016528,0.46280992,0.5206612,0.5123967,0.5165289,0.5082645,0.5,0.5206612,0.5289256,0.5371901,0.5371901,0.53305787,0.5123967,0.5123967,0.49586776,0.49173555,0.4876033,0.4876033,0.4876033,0.49173555,0.5,0.5,0.5165289,0.5289256,0.5165289,0.53305787,0.5495868,0.57438016,0.58677685,0.61157024,0.59917355,0.59504133,0.5785124,0.5785124,0.56198347,0.553719,0.5289256,0.49586776,0.4752066,0.45454547,0.4338843,0.40495867,0.40082645,0.38429752,0.37603307,0.3677686,0.38429752,0.38016528,0.3677686,0.38016528,0.40082645,0.38429752,0.36363637,0.30991736,0.19421488,0.1322314,0.11570248,0.10330579,0.11157025,0.10743801,0.12396694,0.1446281,0.23140496,0.30578512,0.3553719,0.4090909,0.42975205,0.41735536,0.38429752,0.3553719,0.35123968,0.38016528,0.40495867,0.4090909,0.4090909,0.41322315,0.4214876,0.446281,0.42561984,0.47107437,0.4876033,0.4876033,0.47933885,0.5082645,0.5123967,0.5041322,0.5165289,0.5165289,0.49173555,0.5123967,0.5247934,0.5495868,0.55785125,0.57438016,0.5495868,0.5413223,0.5206612,0.49586776,0.446281,0.42975205,0.41735536,0.38842976,0.3677686,0.35950413,0.34710744,0.3429752,0.34710744,0.3305785,0.3429752,0.35123968,0.35950413,0.36363637,0.3429752,0.3429752,0.3553719,0.36363637,0.3677686,0.3264463,0.22727273,0.14049587,0.10743801,0.10330579,0.09504132,0.08677686,0.11157025,0.17355372,0.23966943,0.28512397,0.3305785,0.38016528,0.38016528,0.34710744,0.33471075,0.30991736,0.27272728,0.27272728,0.2892562,0.29338843,0.2892562,0.28512397,0.30165288,0.338843,0.3553719,0.38016528,0.44214877,0.46280992,0.46694216,0.4876033,0.5123967,0.5123967,0.5123967,0.5041322,0.46280992,0.4876033,0.5123967,0.5247934,0.5247934,0.53305787,0.49586776,0.4752066,0.44214877,0.4090909,0.3677686,0.33471075,0.32231405,0.2892562,0.28099173,0.28512397,0.2892562,0.29752067,0.3181818,0.35123968,0.36363637,0.37190083,0.3677686,0.36363637,0.3429752,0.3305785,0.34710744,0.3181818,0.33471075,0.33471075,0.2644628,0.1694215,0.10743801,0.08677686,0.09917355,0.06198347,0.11570248,0.20661157,0.24380165,0.27272728,0.3181818,0.3553719,0.35950413,0.3429752,0.34710744,0.35123968,0.3140496,0.30165288,0.2644628,0.2603306,0.24380165,0.22727273,0.24793388,0.2644628,0.30578512,0.33471075,0.36363637,0.40082645,0.42975205,0.45867768,0.5,0.49586776,0.49586776,0.4752066,0.45867768,0.46280992,0.47933885,0.4876033,0.49173555,0.47933885,0.446281,0.40082645,0.38429752,0.32231405,0.30991736,0.28099173,0.26859504,0.24380165,0.24380165,0.25619835,0.29338843,0.3429752,0.37190083,0.42975205,0.4338843,0.43801653,0.41322315,0.38842976,0.36363637,0.36363637,0.35123968,0.36363637,0.32231405,0.338843,0.30991736,0.21900827,0.12809917,0.08264463,0.09090909,0.06198347,0.11570248,0.22727273,0.23966943,0.2768595,0.33471075,0.3553719,0.3677686,0.3677686,0.38429752,0.40082645,0.39256197,0.38429752,0.3305785,0.32231405,0.29752067,0.2603306,0.24380165,0.2603306,0.28512397,0.29752067,0.32231405,0.33471075,0.37190083,0.4090909,0.45041323,0.47933885,0.4876033,0.48347107,0.46280992,0.46694216,0.46280992,0.46694216,0.45041323,0.41735536,0.39256197,0.34710744,0.32231405,0.29752067,0.2768595,0.26859504,0.26859504,0.26859504,0.28099173,0.30991736,0.36363637,0.38842976,0.43801653,0.46694216,0.4752066,0.4752066,0.45454547,0.4338843,0.3966942,0.38016528,0.37603307,0.3966942,0.3677686,0.33471075,0.338843,0.27272728,0.16115703,0.09090909,0.08677686,0.06198347,0.10330579,0.23553719,0.2520661,0.29338843,0.3553719,0.3677686,0.38842976,0.42975205,0.45867768,0.4752066,0.47107437,0.45867768,0.42561984,0.40082645,0.38842976,0.3553719,0.3140496,0.29752067,0.29752067,0.2892562,0.29338843,0.3140496,0.30991736,0.3429752,0.38842976,0.446281,0.49173555,0.5082645,0.5,0.5,0.48347107,0.46280992,0.4214876,0.3677686,0.33471075,0.29338843,0.2768595,0.28512397,0.2768595,0.28512397,0.2892562,0.2892562,0.30165288,0.3305785,0.3553719,0.40082645,0.41735536,0.45867768,0.46694216,0.47107437,0.45454547,0.44214877,0.42561984,0.38429752,0.38429752,0.4090909,0.3966942,0.35950413,0.3553719,0.33471075,0.20247933,0.09917355,0.07438017,0.05785124,0.09504132,0.27272728,0.29338843,0.3140496,0.36363637,0.37603307,0.42561984,0.47107437,0.4876033,0.5041322,0.4876033,0.4752066,0.45454547,0.4214876,0.38842976,0.3553719,0.33471075,0.3181818,0.30578512,0.29338843,0.29752067,0.2892562,0.2768595,0.2892562,0.3305785,0.4214876,0.5123967,0.5785124,0.57024795,0.55785125,0.5495868,0.5,0.41322315,0.3305785,0.28512397,0.2603306,0.2644628,0.2603306,0.2892562,0.27272728,0.28099173,0.29752067,0.28512397,0.2603306,0.24793388,0.2768595,0.2892562,0.3181818,0.34710744,0.38429752,0.40495867,0.41322315,0.4090909,0.4090909,0.3966942,0.42561984,0.42561984,0.39256197,0.36363637,0.3677686,0.26859504,0.1322314,0.0785124,0.06198347,0.10743801,0.3305785,0.3429752,0.35123968,0.38016528,0.39256197,0.43801653,0.45454547,0.446281,0.4338843,0.4214876,0.38429752,0.3264463,0.2892562,0.2520661,0.2231405,0.23140496,0.2603306,0.28512397,0.28099173,0.29338843,0.28512397,0.2768595,0.25619835,0.26859504,0.3677686,0.5206612,0.6404959,0.661157,0.6322314,0.6198347,0.5495868,0.4090909,0.30165288,0.25619835,0.25619835,0.27272728,0.2644628,0.27272728,0.27272728,0.29338843,0.26859504,0.2768595,0.1983471,0.16115703,0.16528925,0.18181819,0.15289256,0.2231405,0.29338843,0.35950413,0.36363637,0.338843,0.38429752,0.40495867,0.4338843,0.4338843,0.4214876,0.39256197,0.38842976,0.32231405,0.17768595,0.08264463,0.053719006,0.16115703,0.37603307,0.40495867,0.40495867,0.3966942,0.41322315,0.3966942,0.3553719,0.38429752,0.3966942,0.37190083,0.3140496,0.21900827,0.18181819,0.16528925,0.14049587,0.1694215,0.2603306,0.2892562,0.28512397,0.28099173,0.2892562,0.28512397,0.2644628,0.23553719,0.3181818,0.5206612,0.6694215,0.72727275,0.6983471,0.677686,0.58677685,0.42561984,0.32231405,0.26859504,0.28099173,0.29752067,0.2892562,0.30165288,0.2768595,0.28099173,0.30991736,0.3429752,0.23966943,0.15289256,0.14049587,0.12396694,0.15289256,0.21900827,0.27272728,0.29752067,0.3264463,0.3140496,0.338843,0.40495867,0.42561984,0.43801653,0.4338843,0.42561984,0.41322315,0.36363637,0.23140496,0.09917355,0.07438017,0.23140496,0.41322315,0.43801653,0.44214877,0.41735536,0.40495867,0.33471075,0.30578512,0.36363637,0.3553719,0.37603307,0.3305785,0.21900827,0.16115703,0.13636364,0.1322314,0.19008264,0.3305785,0.35123968,0.3181818,0.28512397,0.28099173,0.3181818,0.30991736,0.2603306,0.33471075,0.5206612,0.6652893,0.75206614,0.7355372,0.7107438,0.61570245,0.43801653,0.35123968,0.3140496,0.3429752,0.3429752,0.3305785,0.2892562,0.2892562,0.30991736,0.34710744,0.39256197,0.33471075,0.21487603,0.16115703,0.13636364,0.2107438,0.30165288,0.3181818,0.3305785,0.32231405,0.32231405,0.3429752,0.39256197,0.41735536,0.44214877,0.446281,0.43801653,0.43801653,0.40082645,0.2892562,0.10743801,0.08264463,0.25619835,0.446281,0.46694216,0.47107437,0.446281,0.4090909,0.35123968,0.338843,0.38842976,0.3966942,0.41322315,0.40495867,0.29752067,0.21900827,0.16528925,0.19008264,0.28512397,0.39256197,0.39256197,0.3429752,0.3181818,0.30578512,0.3429752,0.35950413,0.338843,0.42561984,0.56198347,0.6735537,0.73966944,0.73966944,0.7107438,0.6322314,0.48347107,0.40082645,0.37190083,0.3966942,0.4090909,0.35950413,0.3264463,0.3181818,0.338843,0.3677686,0.40495867,0.41735536,0.34710744,0.26859504,0.2644628,0.3181818,0.3677686,0.37603307,0.38016528,0.36363637,0.37190083,0.38842976,0.40495867,0.4214876,0.45867768,0.46280992,0.45041323,0.446281,0.4338843,0.338843,0.10743801,0.09504132,0.28099173,0.4752066,0.5123967,0.5082645,0.49586776,0.45867768,0.44214877,0.45041323,0.44214877,0.45041323,0.46694216,0.48347107,0.4338843,0.37190083,0.3429752,0.36363637,0.41735536,0.45867768,0.43801653,0.3966942,0.40082645,0.41322315,0.42975205,0.40082645,0.45041323,0.5165289,0.607438,0.6983471,0.74380165,0.7355372,0.71487606,0.661157,0.5123967,0.44214877,0.42975205,0.42561984,0.44214877,0.41735536,0.4090909,0.40495867,0.3966942,0.3966942,0.4214876,0.43801653,0.4214876,0.38842976,0.40082645,0.38842976,0.38016528,0.40495867,0.38842976,0.40082645,0.42975205,0.4338843,0.4338843,0.44214877,0.4752066,0.47107437,0.47107437,0.46694216,0.4338843,0.38842976,0.10743801,0.11157025,0.30578512,0.49586776,0.5413223,0.5495868,0.5413223,0.53305787,0.5413223,0.5413223,0.4876033,0.446281,0.47107437,0.5082645,0.5,0.49173555,0.47933885,0.4752066,0.47933885,0.46694216,0.44214877,0.41735536,0.42561984,0.43801653,0.45041323,0.48347107,0.5206612,0.56198347,0.6322314,0.73140496,0.74793386,0.73140496,0.7107438,0.6694215,0.5371901,0.45454547,0.47107437,0.47933885,0.46280992,0.44214877,0.44214877,0.42975205,0.4214876,0.40082645,0.40495867,0.41322315,0.41735536,0.40082645,0.41322315,0.4090909,0.3966942,0.41735536,0.4214876,0.45041323,0.46280992,0.46280992,0.45867768,0.46694216,0.48347107,0.48347107,0.4876033,0.4752066,0.446281,0.41322315,0.09917355,0.12809917,0.32231405,0.5041322,0.55785125,0.5785124,0.58677685,0.59504133,0.59917355,0.5785124,0.5495868,0.47933885,0.45867768,0.46694216,0.46694216,0.46694216,0.45041323,0.4338843,0.42975205,0.4214876,0.4214876,0.42561984,0.42975205,0.46280992,0.5041322,0.55785125,0.55785125,0.5785124,0.6487603,0.75206614,0.76033056,0.71900827,0.71487606,0.6983471,0.5206612,0.45867768,0.4876033,0.53305787,0.53305787,0.5165289,0.4876033,0.48347107,0.45041323,0.43801653,0.42561984,0.41735536,0.41322315,0.40495867,0.41735536,0.4214876,0.4214876,0.43801653,0.45041323,0.4752066,0.48347107,0.47933885,0.49586776,0.5,0.5,0.5041322,0.49173555,0.4752066,0.44214877,0.42975205,0.10330579,0.12809917,0.3264463,0.5041322,0.5661157,0.5785124,0.62396693,0.6404959,0.6487603,0.61157024,0.5785124,0.5247934,0.4876033,0.45454547,0.45454547,0.42975205,0.42561984,0.42561984,0.4338843,0.46694216,0.47933885,0.48347107,0.4876033,0.5413223,0.59090906,0.59504133,0.57438016,0.58677685,0.6487603,0.76033056,0.76859504,0.71900827,0.71487606,0.6735537,0.5165289,0.45454547,0.4876033,0.5495868,0.58264464,0.59090906,0.55785125,0.5413223,0.5165289,0.5041322,0.4876033,0.4876033,0.48347107,0.4752066,0.47107437,0.4876033,0.4876033,0.5,0.49173555,0.5041322,0.5041322,0.5041322,0.5123967,0.5165289,0.5123967,0.5165289,0.49173555,0.4752066,0.43801653,0.41735536,0.11983471,0.12809917,0.30578512,0.5,0.56198347,0.58264464,0.6404959,0.6694215,0.661157,0.6322314,0.60330576,0.5661157,0.5371901,0.5247934,0.5413223,0.5206612,0.5,0.49586776,0.49586776,0.5,0.5,0.5123967,0.5371901,0.59917355,0.60330576,0.59090906,0.56198347,0.59090906,0.6404959,0.75206614,0.7768595,0.73140496,0.7066116,0.6404959,0.5082645,0.46280992,0.4876033,0.5371901,0.57438016,0.607438,0.607438,0.57438016,0.5661157,0.54545456,0.54545456,0.5289256,0.55785125,0.55785125,0.55785125,0.5661157,0.56198347,0.54545456,0.54545456,0.53305787,0.5123967,0.5206612,0.53305787,0.5371901,0.5289256,0.5123967,0.49586776,0.47107437,0.4338843,0.40495867,0.12809917,0.12809917,0.2892562,0.48347107,0.5495868,0.58264464,0.6404959,0.6652893,0.6735537,0.6528926,0.6322314,0.61157024,0.59090906,0.59504133,0.59917355,0.57024795,0.5413223,0.5206612,0.5082645,0.5041322,0.5165289,0.5661157,0.607438,0.61157024,0.59090906,0.5661157,0.55785125,0.58264464,0.6280992,0.73966944,0.77272725,0.73140496,0.6942149,0.6198347,0.5082645,0.48347107,0.4752066,0.5041322,0.5413223,0.58677685,0.61157024,0.61157024,0.59090906,0.57024795,0.57024795,0.5413223,0.56198347,0.58677685,0.59504133,0.61157024,0.59504133,0.57024795,0.56198347,0.5495868,0.5247934,0.5413223,0.54545456,0.54545456,0.5371901,0.5123967,0.48347107,0.46694216,0.4338843,0.3966942,0.11983471,0.12809917,0.24380165,0.45454547,0.5413223,0.57438016,0.61570245,0.6652893,0.6694215,0.6652893,0.6570248,0.6487603,0.6322314,0.6363636,0.6198347,0.59917355,0.56198347,0.5289256,0.5206612,0.53305787,0.5661157,0.6198347,0.6322314,0.59917355,0.57438016,0.553719,0.5495868,0.57024795,0.62396693,0.72727275,0.76033056,0.71900827,0.6735537,0.60330576,0.5165289,0.48347107,0.45867768,0.48347107,0.5123967,0.5495868,0.58677685,0.60330576,0.607438,0.607438,0.59090906,0.57024795,0.55785125,0.57024795,0.5785124,0.59090906,0.59504133,0.57024795,0.5495868,0.553719,0.5289256,0.5495868,0.54545456,0.5495868,0.53305787,0.5082645,0.4752066,0.45867768,0.42975205,0.39256197,0.11983471,0.14049587,0.22727273,0.42561984,0.5123967,0.55785125,0.58677685,0.6198347,0.6280992,0.61570245,0.61570245,0.6198347,0.60330576,0.59917355,0.58264464,0.5661157,0.5413223,0.54545456,0.5495868,0.58677685,0.61570245,0.6280992,0.61157024,0.58264464,0.5495868,0.5495868,0.553719,0.57024795,0.62396693,0.72727275,0.76033056,0.7107438,0.6652893,0.59917355,0.5165289,0.4876033,0.45867768,0.46280992,0.47933885,0.5206612,0.553719,0.57024795,0.58264464,0.61157024,0.6322314,0.61157024,0.59504133,0.58264464,0.5661157,0.5661157,0.5661157,0.5495868,0.5289256,0.5413223,0.5371901,0.5495868,0.5495868,0.53305787,0.5206612,0.4876033,0.45454547,0.44214877,0.41735536,0.38016528,0.1446281,0.1446281,0.1983471,0.3966942,0.4876033,0.5247934,0.56198347,0.58677685,0.58677685,0.5785124,0.57438016,0.5661157,0.5661157,0.5661157,0.5495868,0.54545456,0.5495868,0.57438016,0.59090906,0.62396693,0.62396693,0.61157024,0.59090906,0.57024795,0.54545456,0.5413223,0.5661157,0.59917355,0.6446281,0.7355372,0.7644628,0.7231405,0.6570248,0.61570245,0.5495868,0.5123967,0.45867768,0.45454547,0.45867768,0.4876033,0.5206612,0.5413223,0.55785125,0.58264464,0.61157024,0.6280992,0.6198347,0.60330576,0.5785124,0.57438016,0.5495868,0.5289256,0.5206612,0.53305787,0.53305787,0.53305787,0.53305787,0.5123967,0.4876033,0.46280992,0.446281,0.4214876,0.40082645,0.39256197,0.21900827,0.16115703,0.17355372,0.36363637,0.46280992,0.5,0.5289256,0.5495868,0.5495868,0.553719,0.5413223,0.5413223,0.54545456,0.54545456,0.5413223,0.553719,0.5661157,0.59917355,0.61570245,0.61570245,0.61157024,0.58677685,0.57438016,0.54545456,0.5247934,0.5413223,0.59090906,0.6198347,0.6818182,0.75206614,0.76859504,0.71487606,0.661157,0.6363636,0.59090906,0.54545456,0.446281,0.446281,0.44214877,0.46694216,0.49586776,0.5123967,0.5413223,0.57024795,0.59504133,0.62396693,0.62396693,0.6198347,0.59917355,0.5785124,0.55785125,0.5413223,0.53305787,0.5289256,0.5247934,0.5123967,0.5,0.4876033,0.45454547,0.446281,0.42975205,0.42561984,0.40082645,0.38429752,0.338843,0.2520661,0.2107438,0.3264463,0.446281,0.47933885,0.5041322,0.5082645,0.5123967,0.5206612,0.5082645,0.5206612,0.53305787,0.5413223,0.553719,0.57024795,0.58264464,0.60330576,0.61157024,0.607438,0.59504133,0.58264464,0.5661157,0.5247934,0.49173555,0.5495868,0.61157024,0.6404959,0.6859504,0.75619835,0.77272725,0.71487606,0.6694215,0.6446281,0.61157024,0.55785125,0.44214877,0.42975205,0.4214876,0.43801653,0.47107437,0.5082645,0.5413223,0.56198347,0.59090906,0.6198347,0.62396693,0.62396693,0.607438,0.58677685,0.5785124,0.553719,0.53305787,0.5165289,0.4876033,0.47107437,0.46694216,0.45454547,0.44214877,0.4338843,0.4214876,0.41735536,0.41322315,0.38016528,0.39256197,0.4338843,0.37190083,0.3305785,0.4338843,0.46694216,0.4752066,0.4752066,0.48347107,0.49173555,0.49586776,0.49586776,0.5165289,0.5371901,0.55785125,0.5785124,0.58677685,0.61570245,0.59917355,0.61157024,0.58677685,0.5661157,0.553719,0.49586776,0.4752066,0.553719,0.6280992,0.6322314,0.7066116,0.76033056,0.76859504,0.7107438,0.677686,0.6487603,0.61570245,0.56198347,0.45867768,0.42975205,0.4090909,0.41322315,0.446281,0.5,0.5413223,0.56198347,0.5785124,0.61157024,0.59917355,0.59090906,0.56198347,0.57438016,0.5661157,0.53305787,0.5082645,0.47107437,0.45041323,0.45041323,0.4338843,0.4338843,0.43801653,0.43801653,0.41735536,0.41735536,0.4090909,0.38429752,0.43801653,0.5495868,0.5661157,0.40082645,0.41735536,0.45867768,0.45454547,0.45041323,0.46694216,0.4752066,0.4876033,0.5041322,0.5082645,0.5371901,0.55785125,0.58264464,0.59504133,0.61570245,0.60330576,0.60330576,0.58264464,0.56198347,0.53305787,0.4876033,0.5,0.58264464,0.61570245,0.6363636,0.6942149,0.74380165,0.73966944,0.69008267,0.6652893,0.6446281,0.60330576,0.54545456,0.46280992,0.45041323,0.4214876,0.38842976,0.4214876,0.48347107,0.53305787,0.553719,0.5661157,0.59090906,0.59090906,0.58264464,0.553719,0.5495868,0.5495868,0.5082645,0.46694216,0.45041323,0.4214876,0.43801653,0.42561984,0.42561984,0.42561984,0.42561984,0.42975205,0.41322315,0.41322315,0.38429752,0.57024795,0.62396693,0.60330576,0.45454547,0.40495867,0.45454547,0.446281,0.44214877,0.446281,0.446281,0.46694216,0.4752066,0.49173555,0.5247934,0.5413223,0.57024795,0.59504133,0.59090906,0.60330576,0.59504133,0.5785124,0.55785125,0.5206612,0.5041322,0.5289256,0.58264464,0.607438,0.6404959,0.6735537,0.70247936,0.6983471,0.6570248,0.6404959,0.6198347,0.57438016,0.5289256,0.45454547,0.4752066,0.48347107,0.38842976,0.3966942,0.47107437,0.5165289,0.553719,0.5661157,0.57024795,0.57024795,0.56198347,0.54545456,0.53305787,0.5206612,0.5,0.46280992,0.4338843,0.42975205,0.4214876,0.42561984,0.41735536,0.41322315,0.42561984,0.4338843,0.4214876,0.40495867,0.38842976,0.6280992,0.6735537,0.62396693,0.47933885,0.4090909,0.45041323,0.45041323,0.45041323,0.43801653,0.41735536,0.4214876,0.45041323,0.45867768,0.5,0.5206612,0.5413223,0.5661157,0.5661157,0.59090906,0.59090906,0.59090906,0.56198347,0.53305787,0.5289256,0.54545456,0.57438016,0.59504133,0.6322314,0.6363636,0.6446281,0.6446281,0.6198347,0.59504133,0.57438016,0.5413223,0.49586776,0.45867768,0.47933885,0.5165289,0.4338843,0.39256197,0.446281,0.5082645,0.5371901,0.553719,0.57438016,0.553719,0.55785125,0.53305787,0.5123967,0.49586776,0.46694216,0.4338843,0.4090909,0.4214876,0.4090909,0.4214876,0.41322315,0.41322315,0.42561984,0.42975205,0.42561984,0.3966942,0.3966942,0.60330576,0.607438,0.59090906,0.5,0.42975205,0.45454547,0.46280992,0.446281,0.45454547,0.42975205,0.41735536,0.446281,0.446281,0.4752066,0.5,0.5247934,0.553719,0.57024795,0.57438016,0.58677685,0.59504133,0.57024795,0.553719,0.53305787,0.5247934,0.53305787,0.55785125,0.59504133,0.59504133,0.58264464,0.57438016,0.5661157,0.54545456,0.5247934,0.49586776,0.45867768,0.44214877,0.46280992,0.4876033,0.45454547,0.40082645,0.45454547,0.5,0.5289256,0.5495868,0.56198347,0.55785125,0.5413223,0.5165289,0.49173555,0.46694216,0.44214877,0.41735536,0.40495867,0.40495867,0.40495867,0.41322315,0.41735536,0.41322315,0.42975205,0.42975205,0.42975205,0.40082645,0.38842976,0.6570248,0.6198347,0.61157024,0.54545456,0.4876033,0.45867768,0.45867768,0.45454547,0.45867768,0.43801653,0.45041323,0.45041323,0.45454547,0.47107437,0.5041322,0.5289256,0.55785125,0.57438016,0.59090906,0.58264464,0.59090906,0.5785124,0.5785124,0.5289256,0.47107437,0.45454547,0.48347107,0.5165289,0.5165289,0.5041322,0.49173555,0.47933885,0.46694216,0.44214877,0.41735536,0.40495867,0.4090909,0.42561984,0.44214877,0.44214877,0.41322315,0.45867768,0.5041322,0.5289256,0.5495868,0.5495868,0.5413223,0.53305787,0.49586776,0.47107437,0.446281,0.42561984,0.4090909,0.40495867,0.40082645,0.40495867,0.4090909,0.4090909,0.41322315,0.4214876,0.41735536,0.4090909,0.4090909,0.38016528,0.71487606,0.6859504,0.661157,0.6322314,0.5289256,0.46694216,0.45867768,0.45454547,0.446281,0.446281,0.46280992,0.46694216,0.48347107,0.49586776,0.5206612,0.5413223,0.5661157,0.5785124,0.59504133,0.59504133,0.58677685,0.58677685,0.59917355,0.5247934,0.4214876,0.3677686,0.3677686,0.40082645,0.4090909,0.40495867,0.40495867,0.3677686,0.3553719,0.35123968,0.3429752,0.34710744,0.35950413,0.3677686,0.41322315,0.40495867,0.4214876,0.46694216,0.5041322,0.5289256,0.5413223,0.5413223,0.5289256,0.5289256,0.49173555,0.46280992,0.44214877,0.4214876,0.41322315,0.41322315,0.41735536,0.3966942,0.40495867,0.41322315,0.40495867,0.41735536,0.41322315,0.41322315,0.41735536,0.3677686,0.6818182,0.6652893,0.6528926,0.6404959,0.553719,0.45867768,0.45454547,0.45454547,0.43801653,0.43801653,0.45454547,0.48347107,0.5041322,0.5247934,0.5371901,0.553719,0.57024795,0.5785124,0.58677685,0.59504133,0.58264464,0.59504133,0.61157024,0.58264464,0.446281,0.3140496,0.24380165,0.29752067,0.338843,0.3553719,0.35123968,0.33471075,0.3181818,0.30165288,0.2644628,0.23553719,0.2644628,0.3181818,0.37603307,0.40082645,0.42975205,0.47933885,0.5165289,0.5247934,0.5413223,0.5371901,0.53305787,0.5206612,0.49173555,0.47107437,0.44214877,0.42561984,0.42561984,0.41322315,0.42975205,0.41735536,0.38016528,0.41735536,0.40495867,0.3966942,0.40082645,0.40495867,0.40495867,0.338843,0.58677685,0.59504133,0.60330576,0.58677685,0.49586776,0.42561984,0.45454547,0.45041323,0.446281,0.4338843,0.45041323,0.48347107,0.5123967,0.54545456,0.5495868,0.56198347,0.5661157,0.57438016,0.58264464,0.59917355,0.58264464,0.61157024,0.607438,0.6280992,0.55785125,0.36363637,0.22727273,0.2231405,0.28512397,0.30578512,0.3140496,0.29752067,0.28512397,0.26859504,0.23966943,0.20247933,0.21487603,0.30165288,0.38016528,0.4090909,0.44214877,0.4752066,0.5165289,0.53305787,0.5289256,0.53305787,0.53305787,0.5247934,0.5082645,0.47107437,0.45867768,0.4338843,0.42975205,0.4214876,0.4214876,0.4090909,0.3966942,0.38842976,0.40082645,0.40082645,0.40495867,0.40495867,0.40082645,0.30991736,0.48347107,0.49586776,0.5041322,0.49586776,0.41735536,0.38429752,0.45041323,0.45867768,0.45041323,0.44214877,0.446281,0.48347107,0.5165289,0.5371901,0.553719,0.553719,0.57024795,0.58677685,0.58264464,0.59090906,0.58677685,0.607438,0.61157024,0.61157024,0.59090906,0.41322315,0.28099173,0.27272728,0.26859504,0.2768595,0.2768595,0.2768595,0.27272728,0.28099173,0.27272728,0.2644628,0.28099173,0.3553719,0.42561984,0.44214877,0.44214877,0.46694216,0.5041322,0.5289256,0.5206612,0.5206612,0.5165289,0.5206612,0.5,0.47933885,0.45867768,0.44214877,0.4338843,0.43801653,0.4214876,0.3966942,0.3966942,0.38429752,0.40082645,0.4090909,0.40495867,0.40495867,0.38429752,0.2768595,0.3966942,0.41735536,0.41735536,0.41735536,0.39256197,0.37190083,0.446281,0.4752066,0.46280992,0.45454547,0.45454547,0.47933885,0.5123967,0.5247934,0.55785125,0.55785125,0.5785124,0.59090906,0.58677685,0.58677685,0.58677685,0.607438,0.62396693,0.62396693,0.607438,0.49173555,0.3553719,0.30578512,0.29752067,0.30165288,0.28512397,0.2892562,0.30165288,0.32231405,0.33471075,0.338843,0.38016528,0.4090909,0.45041323,0.45867768,0.45454547,0.46280992,0.49586776,0.5206612,0.5247934,0.5082645,0.4876033,0.48347107,0.48347107,0.4752066,0.45041323,0.44214877,0.4338843,0.4338843,0.41735536,0.40082645,0.3677686,0.38429752,0.3966942,0.40082645,0.4090909,0.40495867,0.35950413,0.24793388,0.38842976,0.38842976,0.39256197,0.38842976,0.3966942,0.37603307,0.41735536,0.46280992,0.45867768,0.45867768,0.47107437,0.46694216,0.5123967,0.5165289,0.5495868,0.553719,0.57438016,0.58264464,0.58677685,0.58264464,0.58264464,0.61157024,0.62396693,0.61570245,0.607438,0.5495868,0.43801653,0.37190083,0.32231405,0.3305785,0.3140496,0.3140496,0.3305785,0.3553719,0.37190083,0.39256197,0.41735536,0.42975205,0.44214877,0.446281,0.446281,0.45454547,0.4876033,0.5247934,0.5413223,0.5041322,0.45041323,0.44214877,0.43801653,0.46694216,0.45041323,0.44214877,0.4338843,0.42975205,0.4214876,0.3966942,0.3677686,0.38429752,0.40082645,0.40082645,0.4090909,0.40082645,0.3264463,0.21900827,0.38842976,0.38429752,0.38842976,0.39256197,0.38429752,0.38429752,0.40495867,0.45454547,0.45454547,0.46694216,0.47933885,0.47107437,0.4876033,0.5041322,0.5413223,0.5495868,0.553719,0.57024795,0.5785124,0.58677685,0.58677685,0.59504133,0.60330576,0.59090906,0.5785124,0.56198347,0.49586776,0.44214877,0.37190083,0.3553719,0.33471075,0.3264463,0.3305785,0.35123968,0.37190083,0.38842976,0.40082645,0.4090909,0.41322315,0.41735536,0.4338843,0.42975205,0.46694216,0.5165289,0.5371901,0.5082645,0.4752066,0.4338843,0.42975205,0.44214877,0.4338843,0.44214877,0.42975205,0.42975205,0.4214876,0.39256197,0.37603307,0.39256197,0.40495867,0.40082645,0.40082645,0.38842976,0.2892562,0.21487603,0.38842976,0.38429752,0.38429752,0.38842976,0.39256197,0.38842976,0.40082645,0.41735536,0.45454547,0.46280992,0.4752066,0.4752066,0.49173555,0.5041322,0.5165289,0.5371901,0.5371901,0.5495868,0.55785125,0.5661157,0.57438016,0.57024795,0.57024795,0.553719,0.5413223,0.5289256,0.5082645,0.4752066,0.42561984,0.3966942,0.3553719,0.35123968,0.3140496,0.3264463,0.35123968,0.37603307,0.39256197,0.39256197,0.38429752,0.38842976,0.40495867,0.40082645,0.41735536,0.46280992,0.48347107,0.46694216,0.45041323,0.42975205,0.41322315,0.42561984,0.42975205,0.43801653,0.42561984,0.42561984,0.41322315,0.40082645,0.39256197,0.39256197,0.40082645,0.3966942,0.38842976,0.3553719,0.25619835,0.20661157,0.38842976,0.38429752,0.38016528,0.40082645,0.38016528,0.38842976,0.38429752,0.39256197,0.4338843,0.45041323,0.4752066,0.47933885,0.49173555,0.49586776,0.5,0.5123967,0.5123967,0.5165289,0.5289256,0.5247934,0.53305787,0.5247934,0.53305787,0.5123967,0.5041322,0.5,0.5082645,0.5,0.48347107,0.45454547,0.4090909,0.37603307,0.3264463,0.3181818,0.36363637,0.38016528,0.38429752,0.38429752,0.37603307,0.38429752,0.38429752,0.39256197,0.39256197,0.4090909,0.4090909,0.40495867,0.41322315,0.40495867,0.40082645,0.40495867,0.41322315,0.42561984,0.42561984,0.4214876,0.41322315,0.40495867,0.40495867,0.40082645,0.39256197,0.37603307,0.35123968,0.29338843,0.2231405,0.21900827,0.38429752,0.38842976,0.39256197,0.40082645,0.39256197,0.38842976,0.3966942,0.38429752,0.40495867,0.446281,0.46694216,0.4752066,0.48347107,0.49586776,0.49173555,0.5,0.4876033,0.4752066,0.4752066,0.4752066,0.47107437,0.47107437,0.4752066,0.45867768,0.47933885,0.5041322,0.5206612,0.5206612,0.5206612,0.5041322,0.45867768,0.42975205,0.38016528,0.35950413,0.36363637,0.3966942,0.3966942,0.39256197,0.39256197,0.37603307,0.37190083,0.37190083,0.38016528,0.37190083,0.37190083,0.38016528,0.39256197,0.39256197,0.39256197,0.40082645,0.40495867,0.41322315,0.42561984,0.42561984,0.41322315,0.41322315,0.40495867,0.40495867,0.38016528,0.3553719,0.30578512,0.23553719,0.2107438,0.21900827,0.38016528,0.38429752,0.38016528,0.3966942,0.3966942,0.38842976,0.3966942,0.38842976,0.38429752,0.42975205,0.46280992,0.4752066,0.47933885,0.49173555,0.49173555,0.49586776,0.46280992,0.44214877,0.41735536,0.40082645,0.3966942,0.40082645,0.41322315,0.40082645,0.4338843,0.446281,0.45454547,0.42975205,0.41322315,0.4090909,0.41735536,0.42975205,0.40495867,0.35123968,0.3305785,0.338843,0.3429752,0.3677686,0.37190083,0.35950413,0.3429752,0.3553719,0.3553719,0.35123968,0.35123968,0.36363637,0.38016528,0.3966942,0.39256197,0.3966942,0.40495867,0.4090909,0.41735536,0.4214876,0.41735536,0.40082645,0.3966942,0.38842976,0.3677686,0.2892562,0.24793388,0.20247933,0.21900827,0.21487603,0.38842976,0.38429752,0.38842976,0.3966942,0.3966942,0.39256197,0.38842976,0.3966942,0.38429752,0.39256197,0.44214877,0.47107437,0.4752066,0.48347107,0.49586776,0.49173555,0.45867768,0.4214876,0.35950413,0.3305785,0.30165288,0.2768595,0.28512397,0.28512397,0.29338843,0.29752067,0.29338843,0.28512397,0.26859504,0.25619835,0.29338843,0.3264463,0.32231405,0.2768595,0.2520661,0.2603306,0.27272728,0.28512397,0.29338843,0.2892562,0.27272728,0.28512397,0.2768595,0.2892562,0.30165288,0.32231405,0.35123968,0.37190083,0.38429752,0.3966942,0.40495867,0.41322315,0.40082645,0.42561984,0.4214876,0.40082645,0.40082645,0.38016528,0.28512397,0.2231405,0.21487603,0.2107438,0.2107438,0.21487603,0.38429752,0.39256197,0.38429752,0.38842976,0.39256197,0.38842976,0.38842976,0.3966942,0.39256197,0.38842976,0.4214876,0.46694216,0.47107437,0.47107437,0.4752066,0.47107437,0.45867768,0.40082645,0.34710744,0.29752067,0.27272728,0.2644628,0.24380165,0.21487603,0.22727273,0.23553719,0.24793388,0.2603306,0.2603306,0.24793388,0.2644628,0.26859504,0.25619835,0.2231405,0.2231405,0.21900827,0.22727273,0.22727273,0.23553719,0.23553719,0.21487603,0.23553719,0.2603306,0.27272728,0.28512397,0.30165288,0.3264463,0.35123968,0.38429752,0.39256197,0.3966942,0.41322315,0.40082645,0.4214876,0.4214876,0.40495867,0.40495867,0.37190083,0.24793388,0.1983471,0.21900827,0.21487603,0.21487603,0.21487603,0.38429752,0.39256197,0.38429752,0.38842976,0.39256197,0.39256197,0.39256197,0.3966942,0.39256197,0.39256197,0.3966942,0.45041323,0.46694216,0.46280992,0.44214877,0.45867768,0.44214877,0.39256197,0.3677686,0.35123968,0.33471075,0.38429752,0.3966942,0.36363637,0.34710744,0.3305785,0.32231405,0.338843,0.35123968,0.33471075,0.32231405,0.2892562,0.2644628,0.23966943,0.24793388,0.23966943,0.2520661,0.2644628,0.2644628,0.25619835,0.26859504,0.2892562,0.32231405,0.35123968,0.338843,0.338843,0.3305785,0.338843,0.38429752,0.38842976,0.4090909,0.40495867,0.40495867,0.41735536,0.4214876,0.40082645,0.40082645,0.38016528,0.2107438,0.2107438,0.20661157,0.21900827,0.2107438,0.21487603,0.38842976,0.38842976,0.39256197,0.38842976,0.40495867,0.38016528,0.40495867,0.38842976,0.38842976,0.40082645,0.38429752,0.42561984,0.46694216,0.45867768,0.42561984,0.44214877,0.4214876,0.40495867,0.4090909,0.42561984,0.41735536,0.4338843,0.47107437,0.46694216,0.45867768,0.4338843,0.4090909,0.40495867,0.42975205,0.4338843,0.4214876,0.38429752,0.338843,0.30165288,0.3181818,0.30991736,0.29752067,0.2892562,0.28512397,0.29752067,0.30578512,0.338843,0.3677686,0.35950413,0.37190083,0.36363637,0.3553719,0.35950413,0.3677686,0.39256197,0.39256197,0.40082645,0.40082645,0.4214876,0.41322315,0.39256197,0.40495867,0.35950413,0.21487603,0.2107438,0.21900827,0.2107438,0.2107438,0.21900827,0.38842976,0.38429752,0.38842976,0.38016528,0.3966942,0.3966942,0.39256197,0.39256197,0.39256197,0.40082645,0.39256197,0.40495867,0.4338843,0.45454547,0.4338843,0.41322315,0.38429752,0.40082645,0.4338843,0.44214877,0.44214877,0.42561984,0.4338843,0.4214876,0.44214877,0.446281,0.42561984,0.39256197,0.38429752,0.38429752,0.38429752,0.37603307,0.35123968,0.3264463,0.29752067,0.29752067,0.28099173,0.2768595,0.30991736,0.33471075,0.34710744,0.35950413,0.37603307,0.35123968,0.36363637,0.37190083,0.3677686,0.3677686,0.36363637,0.38016528,0.38842976,0.3966942,0.40082645,0.41735536,0.40495867,0.3966942,0.41735536,0.3553719,0.21487603,0.21487603,0.2107438,0.21487603,0.21487603,0.21487603,0.38842976,0.38429752,0.38429752,0.38429752,0.39256197,0.38429752,0.38842976,0.39256197,0.38842976,0.39256197,0.39256197,0.38842976,0.4090909,0.446281,0.446281,0.40082645,0.38842976,0.41322315,0.446281,0.446281,0.4338843,0.41322315,0.37603307,0.35950413,0.36363637,0.38842976,0.40082645,0.40495867,0.40082645,0.38016528,0.35950413,0.338843,0.35123968,0.30991736,0.29752067,0.28512397,0.30991736,0.3181818,0.338843,0.35123968,0.3553719,0.36363637,0.35950413,0.34710744,0.3677686,0.37603307,0.38016528,0.38016528,0.37190083,0.3677686,0.38429752,0.3966942,0.40082645,0.40495867,0.40082645,0.40082645,0.41735536,0.34710744,0.21487603,0.2107438,0.20661157,0.21900827,0.20661157,0.21487603,0.38016528,0.38842976,0.38429752,0.3966942,0.38429752,0.38842976,0.38429752,0.38842976,0.3966942,0.3966942,0.39256197,0.39256197,0.3966942,0.42561984,0.446281,0.41735536,0.40495867,0.41735536,0.446281,0.44214877,0.42561984,0.3966942,0.3553719,0.34710744,0.3181818,0.3181818,0.3140496,0.34710744,0.35123968,0.35123968,0.3305785,0.32231405,0.3305785,0.30991736,0.3181818,0.30165288,0.3181818,0.33471075,0.3305785,0.33471075,0.3429752,0.338843,0.35950413,0.3429752,0.36363637,0.38016528,0.38016528,0.37603307,0.37603307,0.36363637,0.38842976,0.39256197,0.40082645,0.39256197,0.39256197,0.3966942,0.41735536,0.3264463,0.21487603,0.20661157,0.21487603,0.2107438,0.21487603,0.21487603,0.38429752,0.38429752,0.38842976,0.39256197,0.38016528,0.38842976,0.3966942,0.38842976,0.40082645,0.38842976,0.39256197,0.39256197,0.38842976,0.4214876,0.44214877,0.4338843,0.42975205,0.4214876,0.42975205,0.42975205,0.41735536,0.38842976,0.38016528,0.37190083,0.3429752,0.32231405,0.28512397,0.29338843,0.27272728,0.25619835,0.24380165,0.24380165,0.24380165,0.26859504,0.23966943,0.2520661,0.27272728,0.2768595,0.2892562,0.30991736,0.338843,0.3429752,0.3429752,0.34710744,0.36363637,0.38016528,0.38842976,0.37603307,0.38429752,0.37190083,0.39256197,0.3966942,0.38842976,0.3966942,0.3966942,0.3966942,0.41322315,0.32231405,0.20247933,0.2107438,0.21900827,0.1983471,0.21487603,0.20247933,0.37190083,0.38842976,0.38429752,0.38016528,0.38429752,0.39256197,0.3966942,0.38429752,0.3966942,0.3966942,0.39256197,0.38842976,0.40082645,0.43801653,0.43801653,0.42975205,0.45041323,0.43801653,0.446281,0.446281,0.43801653,0.4338843,0.44214877,0.44214877,0.3966942,0.38016528,0.3553719,0.3305785,0.3181818,0.26859504,0.2644628,0.2520661,0.2520661,0.2603306,0.2644628,0.27272728,0.30578512,0.30991736,0.30578512,0.3181818,0.3429752,0.3553719,0.36363637,0.36363637,0.37190083,0.39256197,0.38842976,0.38429752,0.38016528,0.38016528,0.40082645,0.3966942,0.38842976,0.40082645,0.40082645,0.3966942,0.40495867,0.32231405,0.21900827,0.2107438,0.2231405,0.21487603,0.21487603,0.2107438,0.38429752,0.38016528,0.38842976,0.37603307,0.38429752,0.38842976,0.38429752,0.38842976,0.3966942,0.3966942,0.39256197,0.38429752,0.40082645,0.45454547,0.45041323,0.42561984,0.446281,0.45041323,0.45454547,0.46694216,0.4752066,0.49173555,0.49586776,0.4876033,0.46280992,0.4876033,0.49173555,0.45867768,0.41322315,0.3677686,0.33471075,0.3181818,0.32231405,0.33471075,0.34710744,0.3677686,0.38429752,0.3966942,0.37603307,0.36363637,0.3553719,0.37190083,0.38016528,0.3966942,0.38016528,0.3966942,0.39256197,0.3966942,0.39256197,0.39256197,0.39256197,0.39256197,0.40082645,0.40082645,0.40082645,0.38842976,0.40495867,0.3140496,0.21900827,0.20661157,0.21900827,0.1983471,0.2107438,0.20661157,0.38842976,0.38429752,0.38016528,0.38016528,0.38016528,0.38429752,0.39256197,0.3966942,0.38842976,0.39256197,0.38842976,0.39256197,0.40495867,0.45867768,0.46694216,0.42975205,0.4338843,0.45041323,0.45041323,0.4752066,0.4876033,0.5206612,0.5289256,0.5082645,0.4876033,0.4876033,0.5123967,0.5165289,0.4876033,0.46694216,0.42975205,0.39256197,0.38842976,0.38842976,0.37603307,0.40082645,0.40082645,0.41735536,0.40495867,0.39256197,0.37603307,0.39256197,0.4090909,0.4090909,0.3966942,0.3966942,0.40495867,0.40082645,0.39256197,0.39256197,0.38842976,0.3966942,0.40495867,0.40082645,0.38842976,0.3966942,0.4090909,0.30165288,0.20661157,0.1983471,0.2231405,0.20661157,0.21900827,0.20661157,0.39256197,0.38842976,0.38016528,0.38429752,0.38842976,0.38842976,0.38429752,0.40082645,0.37603307,0.39256197,0.38842976,0.38842976,0.40082645,0.47107437,0.46694216,0.45041323,0.41322315,0.44214877,0.44214877,0.47107437,0.49586776,0.5289256,0.5371901,0.5165289,0.4876033,0.45454547,0.47107437,0.5082645,0.49586776,0.4876033,0.47107437,0.45041323,0.42561984,0.41322315,0.40495867,0.4090909,0.4090909,0.4090909,0.3966942,0.39256197,0.39256197,0.41322315,0.42561984,0.41322315,0.40495867,0.39256197,0.40495867,0.40082645,0.39256197,0.38016528,0.3966942,0.40495867,0.4090909,0.40082645,0.40495867,0.40082645,0.40082645,0.30165288,0.20661157,0.2107438,0.2107438,0.21900827,0.2107438,0.20661157,0.38429752,0.38842976,0.38016528,0.38429752,0.39256197,0.38016528,0.38429752,0.3966942,0.38016528,0.39256197,0.38842976,0.38016528,0.41322315,0.4752066,0.48347107,0.45867768,0.41735536,0.42561984,0.4338843,0.45867768,0.48347107,0.5123967,0.5206612,0.5,0.48347107,0.44214877,0.4214876,0.45867768,0.45454547,0.45041323,0.43801653,0.43801653,0.41322315,0.41322315,0.41735536,0.41322315,0.41735536,0.40082645,0.38429752,0.38016528,0.38842976,0.4090909,0.4214876,0.4214876,0.41322315,0.4090909,0.40082645,0.40082645,0.38842976,0.39256197,0.3966942,0.41322315,0.40495867,0.4090909,0.41322315,0.40495867,0.40495867,0.35123968,0.21900827,0.21487603,0.20661157,0.21900827,0.2107438,0.20247933,0.38842976,0.38016528,0.38016528,0.38429752,0.39256197,0.38429752,0.40082645,0.38429752,0.38016528,0.40082645,0.38429752,0.38016528,0.40082645,0.47933885,0.49586776,0.47107437,0.446281,0.4214876,0.41735536,0.4338843,0.45041323,0.4752066,0.49173555,0.4876033,0.48347107,0.46280992,0.4090909,0.40495867,0.4090909,0.41735536,0.40495867,0.40082645,0.38429752,0.39256197,0.4090909,0.39256197,0.40082645,0.38016528,0.3677686,0.35950413,0.37603307,0.3966942,0.40495867,0.41735536,0.41322315,0.39256197,0.40082645,0.3966942,0.40082645,0.3966942,0.40495867,0.40495867,0.40082645,0.41322315,0.41322315,0.4090909,0.40082645,0.45041323,0.3181818,0.20661157,0.20661157,0.20661157,0.20661157,0.20247933,0.38842976,0.38016528,0.38429752,0.38016528,0.38429752,0.38842976,0.37603307,0.3966942,0.37190083,0.39256197,0.38842976,0.38842976,0.42975205,0.48347107,0.5041322,0.48347107,0.46280992,0.42975205,0.40495867,0.41322315,0.4214876,0.44214877,0.45454547,0.46694216,0.46694216,0.45867768,0.42561984,0.37603307,0.35950413,0.35950413,0.35123968,0.34710744,0.3553719,0.35123968,0.37190083,0.35950413,0.35123968,0.35123968,0.3429752,0.3677686,0.37190083,0.38016528,0.38429752,0.39256197,0.3966942,0.40082645,0.3966942,0.4090909,0.4090909,0.40495867,0.40495867,0.40495867,0.40082645,0.4090909,0.4090909,0.4090909,0.38429752,0.40495867,0.45041323,0.25619835,0.1983471,0.21487603,0.21487603,0.20661157,0.37190083,0.39256197,0.38016528,0.37603307,0.38429752,0.38842976,0.38429752,0.38842976,0.38429752,0.38016528,0.38842976,0.38429752,0.5041322,0.5123967,0.5041322,0.49173555,0.47107437,0.44214877,0.4214876,0.40082645,0.40082645,0.4090909,0.41735536,0.42561984,0.41735536,0.3966942,0.39256197,0.35950413,0.33471075,0.3264463,0.3140496,0.3181818,0.3305785,0.3140496,0.32231405,0.3140496,0.3429752,0.3305785,0.3429752,0.35123968,0.36363637,0.36363637,0.38429752,0.38429752,0.39256197,0.3966942,0.4090909,0.40495867,0.40495867,0.40082645,0.40082645,0.3966942,0.38842976,0.3966942,0.41322315,0.40082645,0.39256197,0.3264463,0.4752066,0.36363637,0.2107438,0.2107438,0.1983471,0.21900827,0.37190083,0.38842976,0.3677686,0.38429752,0.38429752,0.38429752,0.38842976,0.38429752,0.38842976,0.38842976,0.38429752,0.41322315,0.607438,0.5289256,0.5082645,0.49586776,0.47933885,0.45454547,0.43801653,0.40495867,0.39256197,0.39256197,0.40082645,0.39256197,0.3677686,0.35950413,0.3305785,0.33471075,0.32231405,0.3181818,0.30165288,0.30165288,0.30578512,0.30991736,0.30578512,0.30165288,0.32231405,0.3181818,0.3264463,0.3429752,0.34710744,0.3553719,0.37190083,0.38016528,0.38842976,0.40495867,0.4090909,0.40495867,0.3966942,0.39256197,0.40082645,0.40082645,0.39256197,0.3966942,0.40082645,0.3966942,0.4090909,0.30165288,0.4214876,0.46280992,0.24793388,0.19008264,0.2107438,0.2107438,28 +0.21900827,0.17768595,0.18181819,0.19421488,0.25619835,0.38429752,0.5,0.57024795,0.60330576,0.62396693,0.62396693,0.607438,0.59504133,0.58264464,0.5785124,0.5413223,0.5206612,0.46694216,0.42561984,0.4090909,0.3966942,0.38429752,0.36363637,0.32231405,0.29338843,0.3140496,0.35123968,0.3553719,0.38429752,0.38842976,0.38842976,0.38016528,0.36363637,0.40082645,0.40495867,0.38842976,0.3677686,0.35950413,0.34710744,0.36363637,0.38842976,0.39256197,0.4090909,0.42561984,0.42975205,0.45454547,0.47933885,0.4752066,0.4752066,0.46280992,0.44214877,0.41322315,0.3553719,0.28099173,0.23140496,0.17355372,0.1446281,0.12809917,0.15289256,0.17768595,0.16115703,0.16528925,0.19008264,0.22727273,0.2603306,0.2231405,0.1694215,0.20661157,0.26859504,0.40495867,0.5041322,0.56198347,0.60330576,0.6280992,0.6322314,0.6280992,0.6198347,0.60330576,0.59504133,0.55785125,0.53305787,0.4876033,0.45041323,0.42561984,0.41322315,0.4090909,0.3966942,0.35123968,0.32231405,0.3140496,0.3553719,0.35950413,0.37603307,0.38842976,0.3966942,0.41322315,0.41322315,0.41735536,0.44214877,0.43801653,0.4338843,0.42975205,0.4090909,0.4214876,0.446281,0.44214877,0.45454547,0.45041323,0.45454547,0.46280992,0.4876033,0.4876033,0.5,0.4876033,0.45454547,0.44214877,0.3966942,0.30991736,0.25619835,0.19008264,0.14049587,0.12809917,0.14876033,0.1694215,0.1446281,0.17355372,0.17355372,0.2107438,0.23966943,0.24380165,0.1983471,0.20661157,0.2892562,0.4090909,0.5041322,0.5661157,0.59504133,0.6280992,0.6446281,0.6487603,0.6404959,0.6280992,0.607438,0.5785124,0.5495868,0.5123967,0.4752066,0.446281,0.4214876,0.42561984,0.42975205,0.3966942,0.35950413,0.35123968,0.37603307,0.38842976,0.40082645,0.40495867,0.39256197,0.41735536,0.45041323,0.45867768,0.46280992,0.49173555,0.4876033,0.49173555,0.49173555,0.47933885,0.49173555,0.48347107,0.49586776,0.4876033,0.4876033,0.4876033,0.48347107,0.5041322,0.5082645,0.4876033,0.49586776,0.45454547,0.42561984,0.34710744,0.26859504,0.2107438,0.14876033,0.12809917,0.14049587,0.1694215,0.11157025,0.18181819,0.16528925,0.1694215,0.22727273,0.25619835,0.25619835,0.22727273,0.26859504,0.37603307,0.49586776,0.553719,0.59504133,0.6363636,0.6570248,0.6528926,0.6528926,0.6446281,0.6198347,0.59504133,0.57024795,0.5247934,0.49586776,0.45867768,0.45041323,0.4338843,0.446281,0.43801653,0.40495867,0.4090909,0.40495867,0.42561984,0.4338843,0.446281,0.4338843,0.43801653,0.47933885,0.5082645,0.5206612,0.53305787,0.5495868,0.54545456,0.553719,0.5413223,0.53305787,0.5247934,0.5289256,0.5165289,0.5165289,0.5165289,0.5041322,0.5165289,0.5041322,0.5041322,0.49586776,0.4752066,0.446281,0.39256197,0.28512397,0.21900827,0.17768595,0.1446281,0.14049587,0.16528925,0.10330579,0.15289256,0.15289256,0.1322314,0.20247933,0.23553719,0.27272728,0.2644628,0.29338843,0.35950413,0.47933885,0.56198347,0.607438,0.6446281,0.6570248,0.6652893,0.6652893,0.6652893,0.6404959,0.61157024,0.59504133,0.55785125,0.5247934,0.47933885,0.45867768,0.446281,0.44214877,0.43801653,0.446281,0.45454547,0.45867768,0.46694216,0.46694216,0.47933885,0.4752066,0.4752066,0.49586776,0.5371901,0.5495868,0.58677685,0.58677685,0.57438016,0.57024795,0.57024795,0.56198347,0.553719,0.5495868,0.5371901,0.53305787,0.5289256,0.5289256,0.5165289,0.5082645,0.49586776,0.49586776,0.47933885,0.45454547,0.40495867,0.3181818,0.23966943,0.1983471,0.15289256,0.16115703,0.1570248,0.09504132,0.1446281,0.12809917,0.11570248,0.17355372,0.20661157,0.21487603,0.22727273,0.28099173,0.37603307,0.45454547,0.56198347,0.61570245,0.6528926,0.661157,0.6694215,0.6694215,0.6652893,0.6487603,0.6322314,0.61157024,0.58677685,0.55785125,0.5082645,0.4752066,0.45454547,0.446281,0.45867768,0.47107437,0.4752066,0.4876033,0.49586776,0.5041322,0.5041322,0.5041322,0.5,0.5123967,0.5289256,0.57024795,0.59917355,0.6198347,0.61157024,0.60330576,0.59090906,0.57438016,0.57024795,0.56198347,0.55785125,0.54545456,0.54545456,0.5413223,0.5289256,0.5206612,0.5041322,0.4876033,0.4752066,0.45454547,0.4214876,0.35123968,0.2768595,0.2231405,0.1694215,0.16528925,0.1446281,0.11157025,0.1322314,0.11157025,0.11157025,0.14876033,0.18181819,0.19421488,0.20661157,0.27272728,0.36363637,0.45454547,0.5661157,0.62396693,0.6363636,0.6446281,0.6528926,0.6487603,0.6404959,0.6280992,0.6280992,0.61570245,0.60330576,0.57438016,0.54545456,0.5123967,0.47933885,0.46694216,0.4752066,0.4752066,0.4752066,0.4876033,0.49173555,0.5123967,0.5289256,0.5165289,0.5165289,0.5165289,0.53305787,0.553719,0.59917355,0.6280992,0.6446281,0.6280992,0.61157024,0.59504133,0.5785124,0.5661157,0.5661157,0.56198347,0.55785125,0.5495868,0.5413223,0.53305787,0.5206612,0.5,0.4752066,0.45867768,0.44214877,0.3677686,0.3264463,0.25619835,0.20247933,0.16115703,0.11983471,0.12396694,0.11983471,0.10743801,0.10743801,0.1446281,0.18181819,0.20661157,0.24380165,0.30578512,0.36363637,0.44214877,0.5206612,0.55785125,0.56198347,0.553719,0.5495868,0.5495868,0.56198347,0.57024795,0.58677685,0.58677685,0.5785124,0.5661157,0.5413223,0.5289256,0.5041322,0.48347107,0.47933885,0.48347107,0.48347107,0.48347107,0.49173555,0.5041322,0.5206612,0.5206612,0.5165289,0.5289256,0.53305787,0.5495868,0.59090906,0.61570245,0.6363636,0.6322314,0.6198347,0.607438,0.59917355,0.58264464,0.57438016,0.57024795,0.57024795,0.5495868,0.5413223,0.5247934,0.5123967,0.5,0.48347107,0.46280992,0.43801653,0.40495867,0.3429752,0.30578512,0.24380165,0.14049587,0.11157025,0.11570248,0.12396694,0.10743801,0.10330579,0.1570248,0.19421488,0.22727273,0.27272728,0.29752067,0.3429752,0.40082645,0.4338843,0.44214877,0.44214877,0.42561984,0.40495867,0.39256197,0.41735536,0.45454547,0.48347107,0.49586776,0.49173555,0.5,0.49173555,0.48347107,0.4876033,0.47933885,0.47933885,0.47933885,0.48347107,0.49173555,0.49173555,0.49173555,0.5,0.5206612,0.5,0.5206612,0.5289256,0.54545456,0.57024795,0.59917355,0.61157024,0.61157024,0.607438,0.60330576,0.607438,0.59504133,0.57024795,0.55785125,0.54545456,0.5206612,0.5,0.46280992,0.45041323,0.446281,0.4338843,0.4214876,0.41735536,0.40495867,0.3553719,0.3429752,0.26859504,0.14876033,0.09917355,0.11570248,0.12396694,0.11570248,0.09917355,0.17768595,0.2231405,0.24793388,0.2603306,0.28512397,0.3140496,0.37603307,0.3966942,0.38842976,0.36363637,0.35950413,0.32231405,0.28099173,0.2892562,0.32231405,0.3553719,0.36363637,0.3677686,0.3677686,0.40082645,0.41735536,0.4214876,0.446281,0.47107437,0.46280992,0.46694216,0.49586776,0.49173555,0.48347107,0.5041322,0.5041322,0.48347107,0.5082645,0.5041322,0.53305787,0.54545456,0.57024795,0.57024795,0.56198347,0.553719,0.5495868,0.53305787,0.5247934,0.5041322,0.47933885,0.45454547,0.4338843,0.40495867,0.38016528,0.37190083,0.37603307,0.35950413,0.36363637,0.37190083,0.3429752,0.3429752,0.35123968,0.29752067,0.1570248,0.10330579,0.11157025,0.11570248,0.11570248,0.11983471,0.2107438,0.25619835,0.25619835,0.25619835,0.2768595,0.30165288,0.35123968,0.37190083,0.36363637,0.3553719,0.3553719,0.3429752,0.29752067,0.2603306,0.23966943,0.28099173,0.25619835,0.2768595,0.2644628,0.30165288,0.3305785,0.35123968,0.38842976,0.4338843,0.45041323,0.46280992,0.49173555,0.49586776,0.4876033,0.5041322,0.4876033,0.46280992,0.48347107,0.49173555,0.5165289,0.5206612,0.53305787,0.5206612,0.5,0.49586776,0.45867768,0.42975205,0.40495867,0.41322315,0.39256197,0.38016528,0.36363637,0.338843,0.3264463,0.3264463,0.3305785,0.34710744,0.3429752,0.3429752,0.3264463,0.30991736,0.3264463,0.3181818,0.17768595,0.09917355,0.09917355,0.09504132,0.11157025,0.12809917,0.23553719,0.2768595,0.26859504,0.24793388,0.2892562,0.3181818,0.3553719,0.37190083,0.3677686,0.37603307,0.39256197,0.3966942,0.37603307,0.3429752,0.28099173,0.28099173,0.25619835,0.24380165,0.22727273,0.2520661,0.27272728,0.30165288,0.338843,0.3677686,0.4090909,0.4338843,0.45867768,0.47933885,0.4876033,0.48347107,0.45454547,0.45041323,0.446281,0.47933885,0.48347107,0.49173555,0.49586776,0.45867768,0.4338843,0.42561984,0.37603307,0.35123968,0.3305785,0.30991736,0.3140496,0.28099173,0.29752067,0.2892562,0.29338843,0.32231405,0.3553719,0.37603307,0.35123968,0.34710744,0.3305785,0.3140496,0.30165288,0.28099173,0.21487603,0.09504132,0.09504132,0.09917355,0.10330579,0.1322314,0.2644628,0.28512397,0.2768595,0.2603306,0.30991736,0.34710744,0.37190083,0.38429752,0.40495867,0.42975205,0.446281,0.45041323,0.43801653,0.4090909,0.37190083,0.34710744,0.32231405,0.29338843,0.25619835,0.25619835,0.27272728,0.28099173,0.30991736,0.33471075,0.3553719,0.38429752,0.41735536,0.46694216,0.46694216,0.4752066,0.45041323,0.45041323,0.44214877,0.45041323,0.45867768,0.45454547,0.43801653,0.4090909,0.38016528,0.35123968,0.30578512,0.2892562,0.2603306,0.25619835,0.23966943,0.24793388,0.24793388,0.2892562,0.34710744,0.38842976,0.41735536,0.4214876,0.3966942,0.38842976,0.35123968,0.3264463,0.3140496,0.28099173,0.23966943,0.12396694,0.07438017,0.09504132,0.09917355,0.12809917,0.29752067,0.33471075,0.30991736,0.30165288,0.338843,0.36363637,0.38842976,0.41322315,0.446281,0.46694216,0.4752066,0.46280992,0.446281,0.42561984,0.40495867,0.38429752,0.37190083,0.34710744,0.30578512,0.28512397,0.28512397,0.2892562,0.29752067,0.30578512,0.3140496,0.338843,0.3677686,0.42561984,0.47107437,0.4752066,0.47107437,0.46280992,0.45867768,0.45041323,0.44214877,0.41322315,0.38842976,0.35123968,0.32231405,0.30165288,0.28512397,0.26859504,0.2644628,0.25619835,0.2603306,0.28512397,0.30578512,0.36363637,0.41322315,0.45041323,0.45867768,0.46280992,0.44214877,0.42975205,0.39256197,0.3553719,0.35950413,0.3140496,0.23553719,0.1322314,0.0785124,0.08264463,0.10330579,0.11157025,0.38016528,0.38842976,0.36363637,0.35123968,0.3677686,0.38016528,0.38842976,0.4214876,0.42561984,0.41322315,0.3966942,0.37603307,0.35123968,0.3181818,0.26859504,0.23140496,0.2107438,0.21487603,0.21487603,0.24380165,0.27272728,0.27272728,0.2768595,0.2768595,0.28512397,0.29338843,0.30991736,0.38842976,0.45867768,0.5165289,0.5206612,0.5,0.49586776,0.47107437,0.4338843,0.37603307,0.3429752,0.2892562,0.27272728,0.2768595,0.27272728,0.2644628,0.2644628,0.26859504,0.26859504,0.26859504,0.2768595,0.29752067,0.3305785,0.37190083,0.4090909,0.44214877,0.44214877,0.43801653,0.41735536,0.38016528,0.38842976,0.34710744,0.2644628,0.14049587,0.0785124,0.0785124,0.09917355,0.11570248,0.4338843,0.4338843,0.4090909,0.40082645,0.39256197,0.40082645,0.40495867,0.37603307,0.3429752,0.338843,0.3140496,0.30578512,0.33471075,0.28099173,0.18595041,0.17768595,0.12809917,0.13636364,0.15289256,0.21900827,0.25619835,0.25619835,0.27272728,0.2603306,0.2644628,0.25619835,0.27272728,0.32231405,0.46694216,0.553719,0.607438,0.57438016,0.56198347,0.53305787,0.45041323,0.35123968,0.2768595,0.24380165,0.26859504,0.2603306,0.2520661,0.27272728,0.2603306,0.2603306,0.2644628,0.24793388,0.20247933,0.1570248,0.19008264,0.18595041,0.21900827,0.3140496,0.3553719,0.38842976,0.41735536,0.40495867,0.40495867,0.37190083,0.30991736,0.16528925,0.0785124,0.08264463,0.0785124,0.11570248,0.48347107,0.45867768,0.45041323,0.44214877,0.4214876,0.4090909,0.38429752,0.30578512,0.29338843,0.3181818,0.3305785,0.35950413,0.42561984,0.338843,0.18595041,0.15289256,0.13636364,0.11570248,0.1446281,0.25619835,0.28512397,0.2603306,0.28099173,0.2768595,0.2768595,0.26859504,0.23966943,0.28512397,0.45041323,0.58677685,0.6818182,0.6735537,0.6363636,0.58677685,0.46280992,0.33471075,0.24380165,0.2520661,0.2603306,0.2768595,0.2644628,0.2768595,0.2768595,0.30165288,0.34710744,0.30165288,0.2231405,0.14049587,0.20247933,0.16115703,0.20661157,0.24380165,0.2603306,0.30578512,0.3553719,0.41735536,0.4214876,0.40495867,0.35123968,0.2107438,0.09504132,0.07438017,0.08264463,0.09090909,0.5041322,0.49173555,0.47933885,0.47107437,0.446281,0.4090909,0.35123968,0.3140496,0.32231405,0.39256197,0.40495867,0.42975205,0.47107437,0.41322315,0.2520661,0.16115703,0.13636364,0.12809917,0.2107438,0.338843,0.35123968,0.29752067,0.24793388,0.29752067,0.3305785,0.28099173,0.24793388,0.29752067,0.45867768,0.607438,0.71487606,0.7355372,0.6983471,0.6404959,0.48347107,0.34710744,0.24793388,0.30991736,0.2892562,0.3264463,0.28512397,0.30991736,0.3305785,0.36363637,0.42975205,0.34710744,0.2107438,0.1446281,0.12809917,0.11570248,0.20661157,0.3140496,0.25619835,0.2603306,0.30578512,0.4090909,0.42561984,0.41735536,0.38429752,0.2603306,0.11983471,0.07438017,0.08264463,0.08677686,0.5165289,0.5206612,0.5165289,0.49586776,0.4752066,0.42561984,0.38842976,0.40082645,0.3966942,0.46280992,0.49173555,0.5,0.4876033,0.45454547,0.34710744,0.24380165,0.1983471,0.22727273,0.32231405,0.40495867,0.35950413,0.30991736,0.30578512,0.2892562,0.3553719,0.3264463,0.28512397,0.37603307,0.5,0.61570245,0.71900827,0.74793386,0.72727275,0.6735537,0.5247934,0.3677686,0.3140496,0.36363637,0.35950413,0.3305785,0.30991736,0.3264463,0.35950413,0.40082645,0.44214877,0.40082645,0.23966943,0.1570248,0.12396694,0.1322314,0.2768595,0.34710744,0.34710744,0.30165288,0.29338843,0.38429752,0.42561984,0.42975205,0.41322315,0.32231405,0.16115703,0.07438017,0.0785124,0.09504132,0.53305787,0.5495868,0.5495868,0.5371901,0.5206612,0.49173555,0.47933885,0.5165289,0.4752066,0.4338843,0.48347107,0.5413223,0.55785125,0.553719,0.5,0.42975205,0.38842976,0.40495867,0.446281,0.45041323,0.40495867,0.38429752,0.3677686,0.37190083,0.38429752,0.37190083,0.39256197,0.48347107,0.56198347,0.6404959,0.71900827,0.74380165,0.72727275,0.6942149,0.57438016,0.41735536,0.3553719,0.42561984,0.41322315,0.35950413,0.3429752,0.3429752,0.37190083,0.41322315,0.43801653,0.45041323,0.338843,0.23553719,0.21487603,0.28099173,0.36363637,0.3966942,0.38016528,0.35123968,0.3429752,0.39256197,0.42975205,0.4338843,0.4338843,0.38016528,0.1983471,0.10330579,0.0785124,0.08677686,0.53305787,0.57024795,0.5785124,0.5785124,0.57024795,0.57024795,0.553719,0.57438016,0.54545456,0.48347107,0.446281,0.46280992,0.5206612,0.553719,0.5413223,0.5247934,0.5041322,0.49586776,0.49173555,0.4752066,0.43801653,0.4214876,0.40495867,0.41322315,0.41322315,0.43801653,0.49586776,0.553719,0.58264464,0.661157,0.7355372,0.73966944,0.73140496,0.7066116,0.6322314,0.46280992,0.41322315,0.4214876,0.4338843,0.4214876,0.41735536,0.40495867,0.3966942,0.42561984,0.4338843,0.45867768,0.42561984,0.36363637,0.37190083,0.37603307,0.4090909,0.41322315,0.39256197,0.3966942,0.39256197,0.40495867,0.4338843,0.45454547,0.43801653,0.43801653,0.24793388,0.12809917,0.09504132,0.0785124,0.5371901,0.5785124,0.59504133,0.59917355,0.61157024,0.61570245,0.61570245,0.59504133,0.58264464,0.5495868,0.47933885,0.43801653,0.45041323,0.4752066,0.47107437,0.4752066,0.46280992,0.446281,0.446281,0.446281,0.42975205,0.42975205,0.42975205,0.446281,0.47933885,0.5247934,0.56198347,0.57438016,0.58677685,0.677686,0.76033056,0.74380165,0.7231405,0.71487606,0.661157,0.5,0.45041323,0.45454547,0.44214877,0.4214876,0.41322315,0.40082645,0.38842976,0.39256197,0.41322315,0.42561984,0.41322315,0.3966942,0.41735536,0.39256197,0.3966942,0.40495867,0.41735536,0.43801653,0.446281,0.42561984,0.45867768,0.46694216,0.46280992,0.45454547,0.30165288,0.15289256,0.10330579,0.09090909,0.5371901,0.5785124,0.59504133,0.60330576,0.6363636,0.661157,0.661157,0.6198347,0.58677685,0.5661157,0.5289256,0.4752066,0.45867768,0.43801653,0.43801653,0.43801653,0.43801653,0.446281,0.46280992,0.45867768,0.4752066,0.4752066,0.4876033,0.5247934,0.55785125,0.58264464,0.59090906,0.58677685,0.58677685,0.6859504,0.78099173,0.76033056,0.6983471,0.71487606,0.661157,0.5123967,0.47107437,0.5082645,0.5,0.47107437,0.45041323,0.42975205,0.40495867,0.38016528,0.38016528,0.39256197,0.38842976,0.39256197,0.4090909,0.40495867,0.41322315,0.42561984,0.446281,0.47107437,0.47107437,0.46694216,0.47107437,0.4752066,0.4876033,0.446281,0.35950413,0.16115703,0.10743801,0.09504132,0.5289256,0.57024795,0.58264464,0.60330576,0.6446281,0.6818182,0.677686,0.6528926,0.607438,0.5785124,0.56198347,0.53305787,0.5289256,0.53305787,0.5165289,0.49586776,0.49173555,0.4876033,0.5,0.49173555,0.5082645,0.5289256,0.56198347,0.59504133,0.607438,0.58677685,0.5785124,0.59090906,0.59090906,0.6818182,0.80991733,0.78099173,0.6983471,0.7066116,0.6363636,0.49173555,0.47107437,0.53305787,0.56198347,0.5413223,0.5123967,0.4876033,0.46280992,0.44214877,0.446281,0.42561984,0.41735536,0.42561984,0.42975205,0.44214877,0.45041323,0.46280992,0.47107437,0.4876033,0.4876033,0.49586776,0.4752066,0.49586776,0.47107437,0.45454547,0.37190083,0.1694215,0.10743801,0.09090909,0.5041322,0.553719,0.5785124,0.59504133,0.6487603,0.6818182,0.6735537,0.6735537,0.6404959,0.61570245,0.59917355,0.58264464,0.58264464,0.58264464,0.55785125,0.53305787,0.5165289,0.5082645,0.49173555,0.5123967,0.5371901,0.59090906,0.61570245,0.6198347,0.59917355,0.5785124,0.5661157,0.5785124,0.58677685,0.6528926,0.7933884,0.78099173,0.71900827,0.6983471,0.61157024,0.4876033,0.46694216,0.5165289,0.57438016,0.58677685,0.5661157,0.54545456,0.5123967,0.5041322,0.49173555,0.49586776,0.5041322,0.49586776,0.5,0.5041322,0.5,0.5,0.4876033,0.5041322,0.5,0.5123967,0.49586776,0.5041322,0.47933885,0.45041323,0.3677686,0.1694215,0.09090909,0.09504132,0.4752066,0.53305787,0.56198347,0.58677685,0.6280992,0.6487603,0.661157,0.6570248,0.6528926,0.6446281,0.62396693,0.61570245,0.6198347,0.61570245,0.58677685,0.553719,0.5206612,0.5041322,0.5082645,0.5413223,0.607438,0.6363636,0.6280992,0.60330576,0.58677685,0.57024795,0.55785125,0.57024795,0.58677685,0.6363636,0.75619835,0.77272725,0.72727275,0.69008267,0.61157024,0.5,0.46694216,0.4876033,0.5413223,0.58264464,0.59504133,0.5785124,0.54545456,0.5371901,0.5165289,0.5206612,0.5371901,0.55785125,0.55785125,0.55785125,0.5371901,0.5247934,0.5082645,0.5165289,0.5082645,0.5206612,0.5082645,0.5082645,0.47107437,0.446281,0.34710744,0.1570248,0.08677686,0.11570248,0.45867768,0.5041322,0.5413223,0.56198347,0.59917355,0.61157024,0.6198347,0.6198347,0.61570245,0.61570245,0.607438,0.59504133,0.59090906,0.58264464,0.5661157,0.53305787,0.54545456,0.5206612,0.57024795,0.61157024,0.6487603,0.6404959,0.607438,0.58264464,0.57024795,0.56198347,0.55785125,0.56198347,0.57024795,0.6363636,0.73966944,0.76859504,0.7231405,0.677686,0.59917355,0.5082645,0.4752066,0.47107437,0.5041322,0.56198347,0.5785124,0.59504133,0.58264464,0.55785125,0.54545456,0.5289256,0.53305787,0.553719,0.5661157,0.5661157,0.54545456,0.5289256,0.5206612,0.5206612,0.5247934,0.5206612,0.5082645,0.5,0.46694216,0.43801653,0.32231405,0.14049587,0.09090909,0.14049587,0.45041323,0.4876033,0.5165289,0.5289256,0.5661157,0.57438016,0.57438016,0.57438016,0.5785124,0.57438016,0.57024795,0.56198347,0.5661157,0.553719,0.553719,0.5495868,0.57024795,0.58677685,0.6322314,0.6322314,0.62396693,0.61570245,0.59504133,0.57024795,0.55785125,0.553719,0.56198347,0.57024795,0.59090906,0.6487603,0.74380165,0.75619835,0.7107438,0.6694215,0.59504133,0.5206612,0.4752066,0.45867768,0.4752066,0.5206612,0.54545456,0.57438016,0.5785124,0.60330576,0.58677685,0.56198347,0.54545456,0.5413223,0.5495868,0.54545456,0.54545456,0.5206612,0.5247934,0.5289256,0.5371901,0.5206612,0.5165289,0.49173555,0.45867768,0.42561984,0.2768595,0.12809917,0.11157025,0.17355372,0.446281,0.46694216,0.5041322,0.5123967,0.5289256,0.5413223,0.54545456,0.5371901,0.5413223,0.5413223,0.5495868,0.54545456,0.5413223,0.54545456,0.56198347,0.5785124,0.59504133,0.6322314,0.6280992,0.62396693,0.59917355,0.59917355,0.5785124,0.5661157,0.54545456,0.5413223,0.5661157,0.59504133,0.607438,0.6735537,0.74793386,0.75206614,0.71487606,0.6694215,0.61157024,0.553719,0.49173555,0.45454547,0.45454547,0.49173555,0.5206612,0.5371901,0.56198347,0.59917355,0.607438,0.59917355,0.58264464,0.56198347,0.5495868,0.53305787,0.5165289,0.5123967,0.5165289,0.5247934,0.53305787,0.5289256,0.5041322,0.4752066,0.45041323,0.3966942,0.22727273,0.1322314,0.14876033,0.20661157,0.446281,0.47107437,0.4876033,0.48347107,0.49586776,0.5082645,0.5165289,0.5123967,0.5041322,0.5123967,0.5247934,0.5371901,0.53305787,0.5495868,0.5661157,0.59090906,0.607438,0.62396693,0.607438,0.60330576,0.59090906,0.58677685,0.553719,0.53305787,0.5165289,0.5247934,0.57438016,0.61157024,0.6322314,0.6942149,0.76033056,0.75619835,0.7231405,0.6735537,0.6280992,0.58677685,0.5082645,0.43801653,0.446281,0.47107437,0.5,0.5206612,0.5495868,0.58264464,0.59504133,0.59917355,0.59504133,0.57024795,0.55785125,0.53305787,0.5082645,0.5,0.5123967,0.5165289,0.5165289,0.5082645,0.4752066,0.45454547,0.43801653,0.35950413,0.19421488,0.20247933,0.21900827,0.2107438,0.46280992,0.46694216,0.4876033,0.45454547,0.47933885,0.46694216,0.47933885,0.4876033,0.47933885,0.4876033,0.5,0.5206612,0.54545456,0.56198347,0.5785124,0.59504133,0.607438,0.60330576,0.59504133,0.58677685,0.5785124,0.5661157,0.53305787,0.49586776,0.49173555,0.53305787,0.5785124,0.6280992,0.6528926,0.70247936,0.76033056,0.76033056,0.71487606,0.677686,0.6446281,0.61157024,0.5247934,0.446281,0.4214876,0.446281,0.49586776,0.5082645,0.5413223,0.5661157,0.59504133,0.607438,0.60330576,0.58264464,0.55785125,0.54545456,0.5206612,0.5123967,0.5,0.5,0.4876033,0.4752066,0.45041323,0.43801653,0.4214876,0.35123968,0.2768595,0.32231405,0.2644628,0.19421488,0.46694216,0.48347107,0.46694216,0.46280992,0.45454547,0.45867768,0.45867768,0.47107437,0.4752066,0.49173555,0.5041322,0.5206612,0.5413223,0.5661157,0.5785124,0.60330576,0.61157024,0.60330576,0.59504133,0.58264464,0.5661157,0.5495868,0.5123967,0.46694216,0.5,0.5413223,0.59504133,0.6280992,0.6652893,0.71900827,0.76033056,0.74793386,0.7066116,0.6818182,0.6528926,0.61570245,0.5371901,0.45454547,0.40495867,0.42975205,0.4752066,0.5082645,0.54545456,0.56198347,0.59090906,0.59917355,0.58677685,0.57438016,0.56198347,0.5495868,0.5247934,0.5082645,0.47933885,0.47107437,0.45867768,0.45041323,0.43801653,0.4338843,0.4090909,0.38842976,0.4090909,0.38842976,0.25619835,0.19421488,0.46694216,0.4876033,0.47107437,0.46694216,0.45041323,0.45041323,0.446281,0.45454547,0.45867768,0.46694216,0.49586776,0.5082645,0.5289256,0.55785125,0.57438016,0.59917355,0.59917355,0.59504133,0.59090906,0.57438016,0.55785125,0.5289256,0.4876033,0.4876033,0.5289256,0.57024795,0.60330576,0.6280992,0.6570248,0.71487606,0.73966944,0.7231405,0.69008267,0.677686,0.6363636,0.607438,0.5289256,0.4752066,0.3966942,0.3966942,0.446281,0.5041322,0.54545456,0.55785125,0.57438016,0.58264464,0.57024795,0.54545456,0.5495868,0.53305787,0.5,0.46694216,0.44214877,0.43801653,0.4338843,0.42975205,0.4214876,0.42561984,0.4090909,0.40082645,0.42975205,0.3966942,0.2520661,0.27272728,0.47933885,0.48347107,0.46694216,0.46280992,0.45041323,0.44214877,0.4338843,0.42975205,0.4214876,0.42975205,0.45454547,0.47933885,0.5123967,0.5289256,0.553719,0.57024795,0.57438016,0.5785124,0.59090906,0.5785124,0.55785125,0.5206612,0.48347107,0.5247934,0.5495868,0.5661157,0.59504133,0.6280992,0.6528926,0.6942149,0.6983471,0.6859504,0.6570248,0.6528926,0.61570245,0.57024795,0.5165289,0.47107437,0.44214877,0.38842976,0.4338843,0.49173555,0.5289256,0.5495868,0.56198347,0.57438016,0.553719,0.5289256,0.53305787,0.5123967,0.47107437,0.43801653,0.42561984,0.42561984,0.4338843,0.42561984,0.42561984,0.4214876,0.4090909,0.41322315,0.38016528,0.35123968,0.3429752,0.3966942,0.48347107,0.47933885,0.4752066,0.46694216,0.45041323,0.44214877,0.42975205,0.4090909,0.41322315,0.41322315,0.42975205,0.45454547,0.49173555,0.5041322,0.5371901,0.553719,0.5661157,0.5785124,0.59090906,0.58264464,0.56198347,0.5247934,0.5123967,0.5495868,0.55785125,0.5495868,0.57024795,0.59917355,0.6280992,0.6528926,0.6446281,0.6322314,0.61570245,0.61157024,0.58264464,0.5371901,0.5041322,0.45867768,0.47107437,0.41322315,0.41735536,0.4752066,0.5247934,0.5495868,0.56198347,0.553719,0.5413223,0.5123967,0.5123967,0.47933885,0.46280992,0.42561984,0.41735536,0.41735536,0.42561984,0.41735536,0.41735536,0.41735536,0.4090909,0.41735536,0.41322315,0.38842976,0.446281,0.43801653,0.47933885,0.47933885,0.4752066,0.45867768,0.45041323,0.44214877,0.42975205,0.42561984,0.40495867,0.4214876,0.4214876,0.44214877,0.4752066,0.5041322,0.5289256,0.55785125,0.57024795,0.5785124,0.58677685,0.5785124,0.56198347,0.56198347,0.53305787,0.5247934,0.5247934,0.5,0.5247934,0.5495868,0.5785124,0.59504133,0.58677685,0.5661157,0.55785125,0.5495868,0.5289256,0.49173555,0.45867768,0.45454547,0.45867768,0.43801653,0.41322315,0.46280992,0.5041322,0.53305787,0.5495868,0.54545456,0.5247934,0.5041322,0.4876033,0.45454547,0.4338843,0.4090909,0.40495867,0.4090909,0.4090909,0.41322315,0.42561984,0.42561984,0.40495867,0.3966942,0.4214876,0.43801653,0.44214877,0.44214877,0.45041323,0.47933885,0.47107437,0.45041323,0.43801653,0.4338843,0.42975205,0.4338843,0.42561984,0.44214877,0.43801653,0.46694216,0.49173555,0.5123967,0.5413223,0.55785125,0.5785124,0.58677685,0.58677685,0.57438016,0.57438016,0.59090906,0.5495868,0.49173555,0.45867768,0.41735536,0.42975205,0.45867768,0.48347107,0.49586776,0.5082645,0.48347107,0.47107437,0.45867768,0.44214877,0.42975205,0.4090909,0.42561984,0.43801653,0.43801653,0.42561984,0.46280992,0.5,0.53305787,0.53305787,0.5289256,0.5123967,0.4876033,0.45867768,0.4338843,0.40495867,0.40495867,0.3966942,0.40495867,0.4090909,0.41735536,0.4338843,0.42975205,0.40495867,0.40495867,0.38016528,0.41735536,0.42561984,0.45867768,0.43801653,0.4752066,0.46694216,0.45867768,0.4338843,0.42561984,0.4214876,0.43801653,0.43801653,0.45454547,0.4752066,0.49586776,0.5289256,0.5413223,0.553719,0.57024795,0.5785124,0.59917355,0.59917355,0.5785124,0.59504133,0.607438,0.58677685,0.4752066,0.38842976,0.3264463,0.3181818,0.34710744,0.37603307,0.39256197,0.3966942,0.3966942,0.38016528,0.37603307,0.35123968,0.35950413,0.35950413,0.38429752,0.4090909,0.41735536,0.42975205,0.46694216,0.5,0.5206612,0.5289256,0.5082645,0.49173555,0.46280992,0.446281,0.41322315,0.40495867,0.3966942,0.39256197,0.40082645,0.4090909,0.4090909,0.42561984,0.42561984,0.40495867,0.4214876,0.4214876,0.42975205,0.446281,0.45041323,0.41735536,0.46280992,0.46280992,0.46280992,0.4338843,0.4214876,0.42561984,0.4338843,0.45041323,0.47107437,0.49586776,0.5206612,0.54545456,0.553719,0.56198347,0.57024795,0.58264464,0.59504133,0.59917355,0.59090906,0.607438,0.607438,0.6280992,0.5289256,0.36363637,0.26859504,0.2231405,0.25619835,0.30991736,0.338843,0.338843,0.33471075,0.33471075,0.33471075,0.28099173,0.25619835,0.27272728,0.33471075,0.38016528,0.4090909,0.43801653,0.47107437,0.49586776,0.5247934,0.5165289,0.5041322,0.48347107,0.45041323,0.42975205,0.4214876,0.4090909,0.40495867,0.39256197,0.39256197,0.41322315,0.40082645,0.42561984,0.4090909,0.39256197,0.41735536,0.42975205,0.43801653,0.45041323,0.45454547,0.40082645,0.45041323,0.4752066,0.46694216,0.43801653,0.42975205,0.42975205,0.446281,0.45454547,0.4752066,0.5165289,0.53305787,0.5413223,0.55785125,0.5661157,0.57024795,0.5785124,0.59090906,0.60330576,0.607438,0.6198347,0.61570245,0.6322314,0.58677685,0.39256197,0.2520661,0.22727273,0.2520661,0.2644628,0.29338843,0.30991736,0.2892562,0.29752067,0.26859504,0.23966943,0.21900827,0.23966943,0.3305785,0.39256197,0.41735536,0.45041323,0.47933885,0.5,0.5123967,0.5165289,0.5041322,0.48347107,0.45867768,0.4338843,0.4214876,0.41322315,0.40495867,0.40082645,0.39256197,0.41322315,0.3966942,0.41322315,0.40495867,0.38842976,0.38842976,0.4214876,0.4214876,0.42561984,0.41735536,0.40495867,0.45454547,0.46694216,0.46694216,0.45041323,0.446281,0.42561984,0.45867768,0.46694216,0.47933885,0.5206612,0.53305787,0.5413223,0.55785125,0.57438016,0.58677685,0.59090906,0.59917355,0.59917355,0.607438,0.6280992,0.6280992,0.6280992,0.59917355,0.446281,0.29752067,0.26859504,0.28512397,0.28512397,0.2768595,0.27272728,0.27272728,0.27272728,0.26859504,0.25619835,0.24793388,0.29338843,0.38842976,0.42561984,0.4338843,0.446281,0.48347107,0.5041322,0.5,0.5123967,0.5041322,0.48347107,0.45867768,0.44214877,0.42561984,0.42975205,0.4090909,0.40082645,0.38842976,0.40082645,0.39256197,0.4090909,0.40495867,0.36363637,0.338843,0.38429752,0.38842976,0.37190083,0.3305785,0.39256197,0.43801653,0.45867768,0.45867768,0.45041323,0.45454547,0.45041323,0.46280992,0.4752066,0.49173555,0.5206612,0.53305787,0.553719,0.55785125,0.5785124,0.58677685,0.59504133,0.59504133,0.607438,0.61570245,0.6404959,0.6446281,0.6363636,0.6198347,0.5165289,0.38842976,0.3181818,0.30991736,0.30578512,0.30165288,0.30165288,0.2892562,0.30991736,0.3140496,0.33471075,0.33471075,0.38016528,0.4338843,0.446281,0.44214877,0.446281,0.4752066,0.5041322,0.5041322,0.5,0.49586776,0.4752066,0.46280992,0.44214877,0.4338843,0.42561984,0.40495867,0.39256197,0.38429752,0.38842976,0.4090909,0.40082645,0.40082645,0.338843,0.27272728,0.30991736,0.30578512,0.28512397,0.23966943,0.39256197,0.41735536,0.446281,0.45867768,0.45454547,0.45454547,0.46694216,0.4752066,0.47933885,0.49173555,0.5041322,0.5289256,0.5413223,0.553719,0.5661157,0.58264464,0.58264464,0.59504133,0.60330576,0.61157024,0.6280992,0.6404959,0.62396693,0.61157024,0.5661157,0.47107437,0.3966942,0.36363637,0.32231405,0.33471075,0.338843,0.3181818,0.3553719,0.3677686,0.39256197,0.40495867,0.42975205,0.446281,0.44214877,0.45041323,0.45454547,0.48347107,0.5041322,0.5082645,0.49173555,0.4752066,0.46694216,0.45454547,0.446281,0.43801653,0.42561984,0.40495867,0.37603307,0.38016528,0.38429752,0.41322315,0.40495867,0.38842976,0.29752067,0.21900827,0.23553719,0.23553719,0.23140496,0.21487603,0.38429752,0.40082645,0.42975205,0.45041323,0.44214877,0.46694216,0.46694216,0.4876033,0.47933885,0.4876033,0.49173555,0.5165289,0.5247934,0.553719,0.55785125,0.57024795,0.57024795,0.58264464,0.59504133,0.59504133,0.60330576,0.60330576,0.59090906,0.5785124,0.55785125,0.5123967,0.45867768,0.41735536,0.3553719,0.35950413,0.3553719,0.338843,0.3553719,0.38429752,0.39256197,0.40495867,0.4214876,0.42975205,0.4338843,0.42975205,0.46280992,0.46694216,0.5041322,0.5082645,0.4876033,0.45041323,0.446281,0.446281,0.43801653,0.42975205,0.42975205,0.3966942,0.38016528,0.3677686,0.40082645,0.3966942,0.40495867,0.37603307,0.2520661,0.2107438,0.21900827,0.2231405,0.2231405,0.21900827,0.3966942,0.38429752,0.40495867,0.42561984,0.4338843,0.45454547,0.47107437,0.49586776,0.49173555,0.49586776,0.49173555,0.5041322,0.5082645,0.5371901,0.53305787,0.5413223,0.56198347,0.55785125,0.56198347,0.5661157,0.57438016,0.57024795,0.55785125,0.5495868,0.53305787,0.5165289,0.5,0.46280992,0.41735536,0.39256197,0.36363637,0.34710744,0.33471075,0.3677686,0.38842976,0.40082645,0.4090909,0.41735536,0.3966942,0.42561984,0.43801653,0.43801653,0.4876033,0.5,0.48347107,0.446281,0.42975205,0.4338843,0.4338843,0.4338843,0.4338843,0.38429752,0.37190083,0.38842976,0.40082645,0.40495867,0.40082645,0.338843,0.21900827,0.2107438,0.22727273,0.21487603,0.22727273,0.21487603,0.40082645,0.38429752,0.39256197,0.3966942,0.4214876,0.44214877,0.4752066,0.49586776,0.5,0.5,0.5,0.49586776,0.49586776,0.5165289,0.5123967,0.5123967,0.5289256,0.53305787,0.5206612,0.5247934,0.5247934,0.5247934,0.5123967,0.5082645,0.5206612,0.5371901,0.5247934,0.5289256,0.49173555,0.43801653,0.38842976,0.3677686,0.34710744,0.37190083,0.40082645,0.40495867,0.40495867,0.40082645,0.40082645,0.41322315,0.4090909,0.41735536,0.43801653,0.446281,0.45454547,0.43801653,0.4214876,0.41735536,0.42975205,0.4214876,0.4214876,0.39256197,0.38429752,0.39256197,0.40495867,0.39256197,0.38016528,0.2892562,0.2107438,0.21487603,0.2231405,0.21487603,0.21487603,0.2231405,0.39256197,0.40495867,0.38429752,0.38016528,0.40495867,0.43801653,0.47107437,0.49586776,0.5,0.5,0.5,0.5041322,0.49586776,0.5041322,0.49173555,0.48347107,0.48347107,0.48347107,0.47107437,0.46694216,0.47107437,0.46694216,0.46694216,0.49173555,0.5247934,0.5413223,0.5413223,0.54545456,0.53305787,0.4876033,0.446281,0.40495867,0.37603307,0.38429752,0.40495867,0.42561984,0.41735536,0.3966942,0.39256197,0.3966942,0.3966942,0.38842976,0.38842976,0.41322315,0.41322315,0.4214876,0.41322315,0.41322315,0.42561984,0.4214876,0.41735536,0.39256197,0.40082645,0.40082645,0.40082645,0.37190083,0.30165288,0.22727273,0.21487603,0.21487603,0.21487603,0.21487603,0.21487603,0.2231405,0.3966942,0.40082645,0.3966942,0.37603307,0.38016528,0.42561984,0.47107437,0.49586776,0.5041322,0.5041322,0.5041322,0.5082645,0.5082645,0.4752066,0.4752066,0.44214877,0.42561984,0.40082645,0.38016528,0.38429752,0.39256197,0.3966942,0.40495867,0.42975205,0.45041323,0.45454547,0.4090909,0.3966942,0.42561984,0.43801653,0.45454547,0.42975205,0.38016528,0.35123968,0.36363637,0.3966942,0.4090909,0.40082645,0.38842976,0.38842976,0.38429752,0.38842976,0.37190083,0.38842976,0.40082645,0.4090909,0.4090909,0.41322315,0.41735536,0.4214876,0.4214876,0.40082645,0.41735536,0.3966942,0.38016528,0.3181818,0.23553719,0.2107438,0.21487603,0.20661157,0.22727273,0.21900827,0.2107438,0.21900827,0.40495867,0.38842976,0.40082645,0.37603307,0.35950413,0.3966942,0.45041323,0.49173555,0.5041322,0.49586776,0.5041322,0.49586776,0.49586776,0.49173555,0.45454547,0.40495867,0.37190083,0.33471075,0.2892562,0.2768595,0.2768595,0.28099173,0.28099173,0.28512397,0.29338843,0.27272728,0.27272728,0.2644628,0.24793388,0.2768595,0.33471075,0.34710744,0.30578512,0.28099173,0.2892562,0.3140496,0.33471075,0.3553719,0.34710744,0.35950413,0.35123968,0.3553719,0.35950413,0.38016528,0.40495867,0.41322315,0.3966942,0.41322315,0.41322315,0.41322315,0.42975205,0.40495867,0.41322315,0.38016528,0.3264463,0.2520661,0.2107438,0.21487603,0.2231405,0.2231405,0.21487603,0.22727273,0.20247933,0.2231405,0.40495867,0.40495867,0.40495867,0.38842976,0.3429752,0.36363637,0.4338843,0.48347107,0.5041322,0.4876033,0.49173555,0.46694216,0.4876033,0.4752066,0.4338843,0.38842976,0.33471075,0.29752067,0.28512397,0.28512397,0.2644628,0.23140496,0.23140496,0.2231405,0.23966943,0.22727273,0.23966943,0.22727273,0.23140496,0.23966943,0.2603306,0.2520661,0.24380165,0.23553719,0.23553719,0.23966943,0.23966943,0.2644628,0.25619835,0.27272728,0.28099173,0.29752067,0.32231405,0.3429752,0.38429752,0.3966942,0.4090909,0.4090909,0.40495867,0.4214876,0.4214876,0.41322315,0.39256197,0.3264463,0.2520661,0.2231405,0.21487603,0.21487603,0.21900827,0.21900827,0.21900827,0.2231405,0.21900827,0.21487603,0.40495867,0.40082645,0.3966942,0.38429752,0.3553719,0.3429752,0.40082645,0.46694216,0.49173555,0.49173555,0.4752066,0.46694216,0.46280992,0.446281,0.41735536,0.37190083,0.34710744,0.34710744,0.36363637,0.39256197,0.3966942,0.36363637,0.3429752,0.30991736,0.30991736,0.3181818,0.30991736,0.2892562,0.2603306,0.24793388,0.2231405,0.2107438,0.1983471,0.20247933,0.19421488,0.21487603,0.22727273,0.24380165,0.21900827,0.24380165,0.2644628,0.2768595,0.29338843,0.32231405,0.35950413,0.38842976,0.3966942,0.3966942,0.40495867,0.42561984,0.4214876,0.4090909,0.35950413,0.24793388,0.2107438,0.21487603,0.21900827,0.2107438,0.20247933,0.2231405,0.21900827,0.23140496,0.20247933,0.21900827,0.3966942,0.3966942,0.40082645,0.38842976,0.36363637,0.3429752,0.37190083,0.44214877,0.4752066,0.48347107,0.46694216,0.45041323,0.44214877,0.42561984,0.40495867,0.39256197,0.40082645,0.41735536,0.43801653,0.45454547,0.46694216,0.47107437,0.45454547,0.4214876,0.41322315,0.4214876,0.4338843,0.446281,0.4214876,0.37190083,0.3305785,0.29752067,0.2892562,0.28099173,0.2768595,0.30991736,0.30165288,0.2892562,0.28099173,0.3140496,0.3429752,0.3429752,0.338843,0.3429752,0.36363637,0.3677686,0.40495867,0.40495867,0.4214876,0.41735536,0.4214876,0.3966942,0.2892562,0.20661157,0.2107438,0.21487603,0.21487603,0.21900827,0.20661157,0.21900827,0.20661157,0.2107438,0.21900827,0.21487603,0.3966942,0.40495867,0.39256197,0.39256197,0.3677686,0.3429752,0.3677686,0.4090909,0.46280992,0.46694216,0.46694216,0.446281,0.42975205,0.40495867,0.3966942,0.40495867,0.4214876,0.42975205,0.43801653,0.43801653,0.43801653,0.446281,0.446281,0.44214877,0.42561984,0.40495867,0.3966942,0.4214876,0.4338843,0.41735536,0.38842976,0.35950413,0.3305785,0.3429752,0.3264463,0.30991736,0.3140496,0.3181818,0.33471075,0.36363637,0.37603307,0.37190083,0.36363637,0.35950413,0.3677686,0.37603307,0.4090909,0.3966942,0.41735536,0.4214876,0.4214876,0.338843,0.22727273,0.20661157,0.21900827,0.2107438,0.21900827,0.21900827,0.21900827,0.21487603,0.21487603,0.21487603,0.21900827,0.21487603,0.3966942,0.3966942,0.40495867,0.38429752,0.36363637,0.3553719,0.38016528,0.38842976,0.42975205,0.45867768,0.46280992,0.446281,0.42561984,0.40082645,0.4090909,0.4214876,0.4214876,0.4214876,0.39256197,0.38429752,0.38429752,0.37190083,0.37190083,0.38842976,0.39256197,0.39256197,0.38016528,0.37190083,0.36363637,0.338843,0.35950413,0.338843,0.30578512,0.29752067,0.28512397,0.2892562,0.32231405,0.34710744,0.35123968,0.37190083,0.37190083,0.37190083,0.3677686,0.36363637,0.37190083,0.37190083,0.39256197,0.40082645,0.41735536,0.41322315,0.38429752,0.26859504,0.2107438,0.2107438,0.21900827,0.21900827,0.20661157,0.2231405,0.21900827,0.2107438,0.21487603,0.21487603,0.21900827,0.2231405,0.3966942,0.39256197,0.39256197,0.38429752,0.36363637,0.3677686,0.40495867,0.40082645,0.4090909,0.44214877,0.45041323,0.446281,0.42975205,0.4214876,0.41735536,0.42561984,0.42561984,0.40495867,0.37190083,0.34710744,0.35123968,0.29338843,0.3140496,0.32231405,0.32231405,0.34710744,0.35950413,0.34710744,0.3264463,0.3181818,0.3305785,0.32231405,0.30165288,0.28099173,0.3140496,0.3264463,0.34710744,0.36363637,0.35123968,0.35950413,0.3553719,0.37190083,0.36363637,0.3677686,0.37603307,0.37603307,0.38842976,0.3966942,0.41735536,0.4090909,0.3140496,0.23140496,0.20247933,0.2107438,0.21487603,0.2231405,0.1983471,0.22727273,0.2107438,0.21900827,0.20661157,0.21900827,0.21487603,0.22727273,0.3966942,0.39256197,0.3966942,0.38429752,0.36363637,0.38016528,0.4090909,0.4214876,0.40082645,0.41735536,0.43801653,0.446281,0.43801653,0.4338843,0.42561984,0.41322315,0.41735536,0.40495867,0.36363637,0.3553719,0.33471075,0.3140496,0.30991736,0.29752067,0.2892562,0.28512397,0.2892562,0.28512397,0.27272728,0.27272728,0.2892562,0.28512397,0.28099173,0.28099173,0.29338843,0.30578512,0.3264463,0.3429752,0.3429752,0.338843,0.34710744,0.3677686,0.35950413,0.37190083,0.38842976,0.38016528,0.38429752,0.3966942,0.41735536,0.3677686,0.23966943,0.2107438,0.21900827,0.21487603,0.21900827,0.21487603,0.2107438,0.21900827,0.21900827,0.2107438,0.2107438,0.21487603,0.21487603,0.21900827,0.3966942,0.3966942,0.39256197,0.39256197,0.36363637,0.41322315,0.4090909,0.4338843,0.41735536,0.39256197,0.4214876,0.4338843,0.446281,0.44214877,0.43801653,0.42561984,0.4338843,0.41735536,0.39256197,0.38016528,0.38016528,0.36363637,0.3429752,0.30578512,0.29752067,0.2768595,0.27272728,0.2603306,0.24793388,0.23966943,0.2603306,0.2520661,0.24380165,0.2644628,0.28099173,0.2768595,0.29752067,0.32231405,0.33471075,0.34710744,0.35123968,0.37190083,0.3677686,0.38429752,0.39256197,0.38016528,0.38842976,0.3966942,0.4090909,0.3305785,0.21487603,0.2107438,0.2231405,0.2107438,0.1983471,0.23553719,0.1983471,0.2231405,0.21487603,0.2107438,0.21900827,0.21900827,0.21900827,0.21900827,0.39256197,0.3966942,0.39256197,0.38842976,0.38842976,0.4090909,0.42975205,0.42561984,0.42975205,0.39256197,0.40495867,0.42561984,0.44214877,0.45041323,0.45454547,0.46280992,0.46694216,0.45454547,0.45867768,0.45454547,0.45041323,0.4214876,0.3966942,0.3966942,0.36363637,0.3429752,0.3140496,0.29752067,0.29338843,0.28512397,0.3140496,0.30578512,0.3140496,0.33471075,0.3305785,0.3181818,0.3264463,0.338843,0.35123968,0.35123968,0.35950413,0.36363637,0.3966942,0.38016528,0.3966942,0.38016528,0.39256197,0.39256197,0.40495867,0.3140496,0.20661157,0.21487603,0.2107438,0.2107438,0.21900827,0.21900827,0.2107438,0.22727273,0.21487603,0.21487603,0.21487603,0.21487603,0.21487603,0.21900827,0.39256197,0.3966942,0.38842976,0.38842976,0.3966942,0.41735536,0.44214877,0.446281,0.42561984,0.4090909,0.38429752,0.40082645,0.4338843,0.45041323,0.45867768,0.47107437,0.48347107,0.4876033,0.49586776,0.5,0.47933885,0.46280992,0.46694216,0.4752066,0.46694216,0.42561984,0.38016528,0.35950413,0.3429752,0.338843,0.37190083,0.37190083,0.37190083,0.40082645,0.40495867,0.39256197,0.37603307,0.3677686,0.38429752,0.38429752,0.37603307,0.40495867,0.3966942,0.3966942,0.40082645,0.38429752,0.3966942,0.3966942,0.41735536,0.2892562,0.20247933,0.2107438,0.21487603,0.20247933,0.2231405,0.19421488,0.23140496,0.20247933,0.2231405,0.21487603,0.21900827,0.21487603,0.21487603,0.21487603,0.38842976,0.38842976,0.39256197,0.38842976,0.41735536,0.43801653,0.446281,0.446281,0.4338843,0.41735536,0.38429752,0.38016528,0.41322315,0.43801653,0.446281,0.46280992,0.4876033,0.5041322,0.5165289,0.5165289,0.49173555,0.47933885,0.4752066,0.49173555,0.5041322,0.4876033,0.47107437,0.446281,0.41735536,0.37603307,0.39256197,0.40082645,0.39256197,0.41735536,0.4214876,0.41735536,0.40495867,0.38842976,0.39256197,0.41322315,0.40495867,0.40495867,0.4090909,0.4090909,0.4090909,0.38842976,0.3966942,0.40082645,0.4090909,0.2768595,0.20247933,0.21487603,0.20661157,0.2107438,0.21900827,0.2107438,0.2231405,0.20661157,0.21900827,0.21487603,0.2107438,0.21487603,0.21900827,0.2107438,0.38842976,0.38429752,0.39256197,0.3966942,0.42561984,0.446281,0.45867768,0.45867768,0.43801653,0.4214876,0.4090909,0.38016528,0.38842976,0.4214876,0.41735536,0.45867768,0.47933885,0.49586776,0.5247934,0.5206612,0.5,0.47933885,0.45867768,0.46694216,0.48347107,0.5041322,0.49173555,0.45454547,0.45867768,0.41322315,0.40082645,0.40495867,0.40082645,0.41735536,0.41735536,0.41322315,0.4090909,0.40495867,0.4214876,0.4338843,0.4214876,0.41735536,0.41735536,0.4090909,0.39256197,0.3966942,0.39256197,0.4090909,0.40495867,0.24793388,0.1983471,0.21487603,0.20661157,0.21487603,0.21487603,0.2107438,0.21487603,0.2107438,0.21900827,0.21487603,0.21900827,0.21487603,0.21487603,0.21900827,0.38429752,0.38842976,0.37603307,0.4752066,0.44214877,0.45454547,0.47107437,0.4752066,0.45454547,0.44214877,0.41322315,0.39256197,0.3677686,0.37603307,0.42975205,0.42975205,0.46280992,0.4752066,0.5123967,0.5082645,0.49586776,0.4752066,0.45454547,0.44214877,0.45454547,0.46694216,0.45867768,0.44214877,0.4338843,0.4090909,0.40082645,0.40495867,0.4090909,0.4090909,0.40082645,0.4090909,0.38842976,0.40082645,0.42561984,0.4214876,0.43801653,0.41322315,0.4090909,0.40082645,0.40495867,0.40082645,0.40082645,0.4214876,0.38429752,0.2231405,0.20247933,0.21900827,0.2107438,0.2107438,0.2107438,0.2107438,0.21487603,0.2107438,0.2231405,0.21487603,0.2107438,0.20661157,0.21900827,0.21900827,0.38429752,0.3677686,0.44214877,0.56198347,0.46694216,0.46280992,0.4752066,0.48347107,0.46280992,0.45041323,0.4214876,0.3966942,0.38016528,0.3677686,0.3677686,0.41735536,0.4214876,0.43801653,0.47107437,0.47933885,0.48347107,0.4752066,0.46280992,0.42975205,0.42561984,0.4214876,0.446281,0.42975205,0.4090909,0.3966942,0.3966942,0.3966942,0.40082645,0.40495867,0.39256197,0.38016528,0.37190083,0.38842976,0.40082645,0.4214876,0.4214876,0.4090909,0.3966942,0.40495867,0.4090909,0.40495867,0.41322315,0.42561984,0.37603307,0.1983471,0.20661157,0.21900827,0.20661157,0.20661157,0.20247933,0.2107438,0.21487603,0.21487603,0.21487603,0.21900827,0.2107438,0.21900827,0.2107438,0.21900827,0.39256197,0.35123968,0.56198347,0.5785124,0.47107437,0.46280992,0.47933885,0.48347107,0.47107437,0.45454547,0.4214876,0.41735536,0.38016528,0.37190083,0.3553719,0.37603307,0.4090909,0.41322315,0.42561984,0.44214877,0.45041323,0.45454547,0.45867768,0.42975205,0.41322315,0.38016528,0.39256197,0.38842976,0.38016528,0.38016528,0.3677686,0.38016528,0.38016528,0.38016528,0.3553719,0.36363637,0.36363637,0.38842976,0.38842976,0.39256197,0.40082645,0.40082645,0.40495867,0.40495867,0.4090909,0.4090909,0.40495867,0.41735536,0.40495867,0.2107438,0.21900827,0.20661157,0.21487603,0.20661157,0.20661157,0.21487603,0.20661157,0.2107438,0.21487603,0.2231405,0.21487603,0.20661157,0.21900827,0.2231405,28 +0.3140496,0.29752067,0.2768595,0.22727273,0.19421488,0.16115703,0.13636364,0.12809917,0.1694215,0.3264463,0.48347107,0.5413223,0.57024795,0.58677685,0.58264464,0.57024795,0.54545456,0.5206612,0.46280992,0.42975205,0.4090909,0.41322315,0.3677686,0.33471075,0.3140496,0.338843,0.36363637,0.38842976,0.38842976,0.3966942,0.41735536,0.4090909,0.42561984,0.45867768,0.47933885,0.49586776,0.5041322,0.5,0.48347107,0.47107437,0.47933885,0.4876033,0.48347107,0.49586776,0.5,0.5,0.5,0.5082645,0.5289256,0.53305787,0.5413223,0.5371901,0.5289256,0.5123967,0.47933885,0.43801653,0.39256197,0.34710744,0.29338843,0.2768595,0.24793388,0.21487603,0.17768595,0.16528925,0.29338843,0.2892562,0.27272728,0.2603306,0.22727273,0.17768595,0.17355372,0.1322314,0.17768595,0.3181818,0.4876033,0.5413223,0.57438016,0.59917355,0.59917355,0.58264464,0.55785125,0.53305787,0.47933885,0.45867768,0.42975205,0.41322315,0.4090909,0.38429752,0.36363637,0.35123968,0.38016528,0.38842976,0.40495867,0.40495867,0.4090909,0.41322315,0.446281,0.47933885,0.5,0.5165289,0.5289256,0.5371901,0.53305787,0.5247934,0.5247934,0.5206612,0.5123967,0.5247934,0.5206612,0.5206612,0.5289256,0.5289256,0.53305787,0.53305787,0.53305787,0.5289256,0.53305787,0.5165289,0.5,0.4752066,0.41735536,0.35950413,0.30578512,0.28512397,0.2520661,0.23140496,0.19421488,0.16528925,0.23553719,0.2603306,0.27272728,0.2603306,0.24793388,0.22727273,0.19421488,0.18595041,0.20247933,0.32231405,0.47933885,0.5413223,0.58677685,0.607438,0.607438,0.59917355,0.57438016,0.5413223,0.5082645,0.47933885,0.43801653,0.42975205,0.42975205,0.4214876,0.40495867,0.38429752,0.40082645,0.4214876,0.42561984,0.4338843,0.4338843,0.42975205,0.47933885,0.5082645,0.53305787,0.54545456,0.56198347,0.57438016,0.57024795,0.5661157,0.56198347,0.5495868,0.53305787,0.54545456,0.5289256,0.53305787,0.5413223,0.5371901,0.5413223,0.5371901,0.53305787,0.5165289,0.5247934,0.5206612,0.5041322,0.48347107,0.4338843,0.37603307,0.3429752,0.30165288,0.27272728,0.27272728,0.18181819,0.17355372,0.19421488,0.20661157,0.2231405,0.24793388,0.2603306,0.27272728,0.23140496,0.23553719,0.2603306,0.33471075,0.4752066,0.55785125,0.59917355,0.61157024,0.61570245,0.607438,0.59090906,0.553719,0.5247934,0.49586776,0.46694216,0.43801653,0.4338843,0.42975205,0.42975205,0.4338843,0.42561984,0.42561984,0.45041323,0.45041323,0.45041323,0.46280992,0.49173555,0.5206612,0.5495868,0.58264464,0.607438,0.61157024,0.59917355,0.59504133,0.58264464,0.57438016,0.5495868,0.55785125,0.5371901,0.5413223,0.5371901,0.54545456,0.5371901,0.5413223,0.5413223,0.5247934,0.5165289,0.5123967,0.5041322,0.4876033,0.46280992,0.40082645,0.36363637,0.3264463,0.30165288,0.27272728,0.22727273,0.16528925,0.17355372,0.17768595,0.16528925,0.20247933,0.21487603,0.2520661,0.24793388,0.23966943,0.25619835,0.33471075,0.46694216,0.5661157,0.607438,0.6280992,0.62396693,0.61157024,0.59917355,0.5785124,0.5495868,0.5206612,0.4876033,0.44214877,0.4338843,0.44214877,0.44214877,0.45041323,0.45454547,0.446281,0.46694216,0.46694216,0.48347107,0.48347107,0.5082645,0.5289256,0.55785125,0.59917355,0.6322314,0.6487603,0.6322314,0.6198347,0.60330576,0.59917355,0.57438016,0.57438016,0.55785125,0.5495868,0.55785125,0.553719,0.5495868,0.553719,0.56198347,0.5495868,0.54545456,0.5289256,0.5082645,0.49586776,0.47933885,0.4338843,0.39256197,0.35950413,0.3181818,0.30991736,0.24793388,0.20661157,0.19008264,0.1694215,0.1322314,0.16528925,0.17768595,0.18181819,0.1983471,0.20247933,0.2231405,0.3305785,0.46280992,0.5661157,0.61157024,0.6322314,0.62396693,0.61157024,0.60330576,0.58677685,0.5785124,0.5495868,0.5165289,0.47933885,0.45454547,0.446281,0.45041323,0.45454547,0.46694216,0.46694216,0.47933885,0.48347107,0.5082645,0.5165289,0.5289256,0.53305787,0.553719,0.59504133,0.6322314,0.6570248,0.6570248,0.6446281,0.6280992,0.6198347,0.59917355,0.59504133,0.5785124,0.57438016,0.58264464,0.5661157,0.5661157,0.5661157,0.57024795,0.56198347,0.55785125,0.54545456,0.5206612,0.5,0.49173555,0.4752066,0.42561984,0.38016528,0.35123968,0.33471075,0.28512397,0.24793388,0.18595041,0.1570248,0.14876033,0.13636364,0.1446281,0.1446281,0.1570248,0.16528925,0.21900827,0.34710744,0.45041323,0.53305787,0.56198347,0.5785124,0.58264464,0.5785124,0.57438016,0.57438016,0.5661157,0.5495868,0.5247934,0.49586776,0.49173555,0.46694216,0.446281,0.45454547,0.46694216,0.4752066,0.4876033,0.49586776,0.5123967,0.5247934,0.53305787,0.5413223,0.553719,0.58677685,0.6198347,0.6404959,0.6528926,0.6487603,0.6363636,0.62396693,0.62396693,0.60330576,0.60330576,0.58264464,0.58264464,0.5661157,0.56198347,0.5413223,0.5413223,0.5289256,0.5206612,0.5165289,0.5123967,0.49586776,0.48347107,0.48347107,0.46694216,0.41322315,0.37603307,0.35950413,0.33471075,0.2892562,0.1694215,0.1694215,0.14049587,0.13636364,0.11983471,0.11570248,0.12396694,0.15289256,0.23553719,0.33471075,0.41322315,0.47107437,0.47107437,0.47107437,0.47107437,0.4876033,0.49586776,0.5082645,0.5206612,0.5165289,0.5,0.48347107,0.47933885,0.47107437,0.45867768,0.46694216,0.45867768,0.45867768,0.48347107,0.49173555,0.5082645,0.5206612,0.5206612,0.5371901,0.54545456,0.57438016,0.60330576,0.6198347,0.6280992,0.6280992,0.607438,0.60330576,0.60330576,0.59090906,0.58677685,0.5371901,0.5371901,0.5041322,0.5082645,0.47107437,0.43801653,0.43801653,0.42561984,0.4090909,0.42561984,0.4214876,0.41322315,0.42561984,0.45454547,0.45454547,0.4090909,0.38016528,0.36363637,0.33471075,0.14876033,0.18181819,0.13636364,0.1322314,0.10330579,0.10330579,0.08677686,0.15289256,0.24380165,0.30578512,0.37603307,0.39256197,0.38429752,0.34710744,0.3264463,0.35950413,0.38016528,0.38842976,0.38842976,0.3966942,0.4090909,0.41735536,0.42975205,0.45867768,0.45454547,0.45041323,0.46280992,0.4752066,0.47933885,0.5,0.49173555,0.5123967,0.5,0.5206612,0.53305787,0.55785125,0.5785124,0.59504133,0.58677685,0.57438016,0.55785125,0.5371901,0.5206612,0.5041322,0.49173555,0.446281,0.43801653,0.41735536,0.38429752,0.39256197,0.3677686,0.36363637,0.3677686,0.35123968,0.3677686,0.38842976,0.38429752,0.38016528,0.38842976,0.41322315,0.4338843,0.40082645,0.3677686,0.35950413,0.17355372,0.1983471,0.1446281,0.12396694,0.09504132,0.09504132,0.07438017,0.15289256,0.2231405,0.2892562,0.35950413,0.34710744,0.3429752,0.3140496,0.28099173,0.27272728,0.28099173,0.2892562,0.29752067,0.28512397,0.29752067,0.338843,0.35123968,0.39256197,0.43801653,0.43801653,0.45041323,0.4752066,0.49586776,0.5,0.4876033,0.5,0.48347107,0.49586776,0.5165289,0.53305787,0.5495868,0.553719,0.5371901,0.5206612,0.5,0.46694216,0.4214876,0.39256197,0.38842976,0.35950413,0.34710744,0.3264463,0.3429752,0.3305785,0.338843,0.3305785,0.3553719,0.35950413,0.3677686,0.37603307,0.3677686,0.35950413,0.36363637,0.3677686,0.40082645,0.40082645,0.37603307,0.3677686,0.21900827,0.21487603,0.16528925,0.11983471,0.09090909,0.09504132,0.08264463,0.14876033,0.2107438,0.29338843,0.3553719,0.33471075,0.34710744,0.35123968,0.3429752,0.30165288,0.2644628,0.25619835,0.2520661,0.23966943,0.23966943,0.27272728,0.30165288,0.32231405,0.39256197,0.3966942,0.42561984,0.446281,0.5,0.49586776,0.48347107,0.4752066,0.46694216,0.46694216,0.4876033,0.5,0.5123967,0.5123967,0.47933885,0.45454547,0.4214876,0.38016528,0.3429752,0.3140496,0.2892562,0.27272728,0.25619835,0.25619835,0.2644628,0.27272728,0.30165288,0.3305785,0.38842976,0.3966942,0.40082645,0.39256197,0.38429752,0.35950413,0.34710744,0.34710744,0.36363637,0.37603307,0.36363637,0.3677686,0.24793388,0.23966943,0.19008264,0.11983471,0.08677686,0.08677686,0.08677686,0.11157025,0.19421488,0.3305785,0.35123968,0.3553719,0.3677686,0.38842976,0.3966942,0.38842976,0.35123968,0.30991736,0.2768595,0.24793388,0.23553719,0.2520661,0.2768595,0.30578512,0.33471075,0.3429752,0.38429752,0.41322315,0.46280992,0.47933885,0.47107437,0.46280992,0.46280992,0.45454547,0.45867768,0.47933885,0.4752066,0.45867768,0.4214876,0.38842976,0.3553719,0.3264463,0.29752067,0.26859504,0.2644628,0.22727273,0.23140496,0.24793388,0.2768595,0.3305785,0.3677686,0.3966942,0.44214877,0.45041323,0.45454547,0.44214877,0.41735536,0.3966942,0.37190083,0.3677686,0.37603307,0.37190083,0.35950413,0.35950413,0.25619835,0.23140496,0.19421488,0.12396694,0.08677686,0.0785124,0.07024793,0.09917355,0.21900827,0.338843,0.35950413,0.37190083,0.41322315,0.45454547,0.45041323,0.44214877,0.4214876,0.38016528,0.36363637,0.33471075,0.29752067,0.2892562,0.2892562,0.2892562,0.30578512,0.3140496,0.33471075,0.35950413,0.40082645,0.45041323,0.46694216,0.4752066,0.46694216,0.46280992,0.45454547,0.45867768,0.44214877,0.40082645,0.37603307,0.3429752,0.30578512,0.28512397,0.27272728,0.2644628,0.2603306,0.24793388,0.28099173,0.28512397,0.3305785,0.3677686,0.42561984,0.42975205,0.46694216,0.48347107,0.48347107,0.47107437,0.446281,0.42561984,0.3966942,0.39256197,0.39256197,0.38842976,0.3677686,0.36363637,0.25619835,0.2231405,0.20247933,0.13636364,0.08677686,0.08677686,0.06198347,0.09090909,0.2520661,0.338843,0.37190083,0.40082645,0.46280992,0.4752066,0.4752066,0.45454547,0.42561984,0.38429752,0.3677686,0.35123968,0.33471075,0.3140496,0.30578512,0.30578512,0.30165288,0.30578512,0.29752067,0.29752067,0.3429752,0.41735536,0.47933885,0.5206612,0.49173555,0.5041322,0.4876033,0.47107437,0.42561984,0.35950413,0.3264463,0.29752067,0.2644628,0.2520661,0.2603306,0.2520661,0.2520661,0.24793388,0.2768595,0.27272728,0.29752067,0.3429752,0.39256197,0.4090909,0.43801653,0.46280992,0.47107437,0.45867768,0.45041323,0.43801653,0.41735536,0.4090909,0.4090909,0.41322315,0.3966942,0.38429752,0.27272728,0.2107438,0.2107438,0.1446281,0.09090909,0.08677686,0.06198347,0.11983471,0.29752067,0.36363637,0.38429752,0.40082645,0.3966942,0.38429752,0.3677686,0.3264463,0.28512397,0.27272728,0.2768595,0.29752067,0.3140496,0.30578512,0.29752067,0.30165288,0.29752067,0.30578512,0.28099173,0.2768595,0.26859504,0.36363637,0.49586776,0.58677685,0.58264464,0.5785124,0.55785125,0.5165289,0.4338843,0.3305785,0.29338843,0.2644628,0.24380165,0.24380165,0.23966943,0.23140496,0.24380165,0.23140496,0.21487603,0.17355372,0.19008264,0.21487603,0.28099173,0.3429752,0.36363637,0.37603307,0.40495867,0.4214876,0.41322315,0.40495867,0.4214876,0.42561984,0.4214876,0.42975205,0.4214876,0.4090909,0.29338843,0.17768595,0.1983471,0.17355372,0.10743801,0.08677686,0.06198347,0.19008264,0.3553719,0.39256197,0.39256197,0.37603307,0.30578512,0.34710744,0.30991736,0.2520661,0.18181819,0.1694215,0.20661157,0.29338843,0.35123968,0.32231405,0.2892562,0.29752067,0.28512397,0.29338843,0.28099173,0.28099173,0.22727273,0.28099173,0.5,0.6198347,0.6859504,0.6528926,0.6322314,0.57024795,0.43801653,0.3140496,0.2644628,0.2520661,0.2520661,0.2644628,0.2603306,0.24793388,0.24793388,0.2231405,0.15289256,0.12809917,0.14049587,0.13636364,0.2231405,0.3553719,0.38016528,0.34710744,0.3305785,0.36363637,0.37603307,0.33471075,0.37190083,0.41322315,0.42975205,0.4338843,0.44214877,0.42975205,0.2892562,0.16528925,0.17355372,0.17768595,0.12396694,0.10330579,0.0661157,0.23553719,0.40082645,0.41735536,0.40495867,0.3429752,0.30165288,0.3429752,0.3140496,0.23140496,0.14049587,0.12809917,0.16115703,0.3140496,0.42561984,0.38429752,0.338843,0.3264463,0.30991736,0.30165288,0.30578512,0.29338843,0.24793388,0.24380165,0.4876033,0.6528926,0.75206614,0.71900827,0.6983471,0.61570245,0.46280992,0.3181818,0.26859504,0.25619835,0.28512397,0.30578512,0.28099173,0.25619835,0.2520661,0.22727273,0.17768595,0.11570248,0.11983471,0.11983471,0.1983471,0.3677686,0.4214876,0.38842976,0.30991736,0.32231405,0.35123968,0.3140496,0.32231405,0.37603307,0.42561984,0.42975205,0.446281,0.44214877,0.30165288,0.18595041,0.18181819,0.17768595,0.1322314,0.11570248,0.053719006,0.28099173,0.4338843,0.45041323,0.42561984,0.35123968,0.33471075,0.38016528,0.37603307,0.2768595,0.16528925,0.11570248,0.17355372,0.3264463,0.446281,0.44214877,0.3966942,0.35950413,0.32231405,0.30578512,0.32231405,0.3305785,0.28099173,0.28512397,0.5,0.6652893,0.7644628,0.75619835,0.71487606,0.6280992,0.4876033,0.36363637,0.29338843,0.28512397,0.3305785,0.35123968,0.29752067,0.2603306,0.25619835,0.25619835,0.21487603,0.1446281,0.11983471,0.12809917,0.21487603,0.37190083,0.40495867,0.4090909,0.35950413,0.34710744,0.3553719,0.3305785,0.338843,0.3677686,0.4090909,0.42975205,0.45041323,0.45867768,0.3264463,0.21487603,0.20247933,0.18181819,0.14049587,0.11570248,0.05785124,0.3140496,0.46694216,0.49173555,0.45041323,0.4338843,0.4338843,0.4214876,0.45041323,0.3966942,0.2768595,0.1983471,0.24793388,0.37190083,0.45041323,0.46280992,0.42975205,0.38429752,0.36363637,0.3553719,0.3677686,0.3677686,0.34710744,0.40082645,0.5495868,0.677686,0.75206614,0.73966944,0.71487606,0.6404959,0.5,0.4090909,0.35950413,0.3305785,0.38429752,0.37603307,0.3305785,0.30165288,0.2892562,0.2892562,0.2768595,0.21900827,0.18181819,0.1983471,0.28512397,0.38842976,0.38842976,0.40495867,0.41322315,0.39256197,0.3677686,0.37603307,0.3966942,0.3966942,0.40082645,0.4338843,0.46280992,0.4752066,0.35950413,0.28099173,0.25619835,0.21900827,0.1446281,0.09917355,0.07024793,0.35123968,0.5041322,0.5206612,0.5123967,0.5123967,0.5371901,0.47107437,0.45454547,0.47933885,0.44214877,0.36363637,0.3966942,0.45041323,0.48347107,0.49173555,0.46280992,0.41735536,0.40495867,0.4090909,0.41735536,0.4090909,0.42561984,0.49586776,0.607438,0.7107438,0.75619835,0.74380165,0.7107438,0.6570248,0.5165289,0.45867768,0.44214877,0.41322315,0.40082645,0.40082645,0.39256197,0.38429752,0.3677686,0.35123968,0.35123968,0.3305785,0.3140496,0.3305785,0.38842976,0.4090909,0.3966942,0.4090909,0.41735536,0.40082645,0.38016528,0.42561984,0.44214877,0.42975205,0.42561984,0.45041323,0.4876033,0.49173555,0.39256197,0.35123968,0.338843,0.24793388,0.15289256,0.10330579,0.10330579,0.36363637,0.5247934,0.5495868,0.5785124,0.57438016,0.5785124,0.5495868,0.45867768,0.45041323,0.4876033,0.446281,0.45041323,0.46280992,0.46694216,0.46280992,0.4338843,0.40495867,0.40495867,0.41322315,0.42975205,0.46280992,0.5041322,0.5495868,0.6570248,0.7355372,0.7644628,0.74380165,0.6983471,0.6446281,0.5206612,0.46280992,0.4876033,0.4752066,0.45041323,0.42975205,0.42561984,0.41735536,0.40495867,0.38842976,0.38429752,0.40082645,0.3966942,0.3966942,0.41322315,0.41735536,0.4090909,0.40495867,0.4090909,0.4090909,0.42561984,0.46280992,0.46280992,0.45454547,0.45041323,0.48347107,0.49173555,0.49586776,0.39256197,0.40082645,0.4214876,0.3140496,0.16115703,0.11570248,0.09917355,0.3553719,0.5289256,0.57438016,0.61570245,0.62396693,0.61570245,0.59917355,0.5165289,0.44214877,0.45041323,0.42975205,0.42561984,0.4214876,0.41322315,0.41322315,0.4214876,0.42561984,0.42975205,0.43801653,0.4752066,0.5289256,0.5495868,0.5785124,0.6859504,0.75619835,0.76033056,0.73966944,0.71487606,0.6198347,0.5165289,0.44214877,0.5123967,0.53305787,0.5289256,0.5,0.47933885,0.45867768,0.446281,0.4338843,0.41735536,0.41322315,0.40495867,0.3966942,0.3966942,0.41322315,0.41735536,0.41322315,0.42561984,0.44214877,0.45454547,0.4752066,0.46280992,0.47933885,0.49173555,0.5041322,0.5165289,0.5123967,0.38842976,0.38842976,0.45867768,0.38429752,0.19421488,0.11570248,0.09917355,0.33471075,0.53305787,0.58264464,0.6363636,0.6528926,0.6446281,0.6198347,0.55785125,0.5082645,0.4876033,0.48347107,0.45454547,0.446281,0.43801653,0.45454547,0.45867768,0.46280992,0.46280992,0.4876033,0.5413223,0.57438016,0.57024795,0.59090906,0.6983471,0.76859504,0.7644628,0.71900827,0.7231405,0.61157024,0.5,0.446281,0.5,0.5661157,0.59090906,0.58264464,0.56198347,0.5247934,0.5123967,0.49586776,0.47933885,0.46694216,0.45041323,0.44214877,0.42975205,0.45041323,0.45454547,0.45454547,0.45867768,0.47107437,0.4752066,0.4876033,0.47933885,0.49173555,0.5082645,0.5247934,0.5247934,0.5123967,0.38429752,0.38842976,0.4876033,0.45867768,0.2603306,0.1322314,0.09504132,0.30165288,0.5165289,0.58677685,0.6404959,0.6652893,0.6528926,0.6280992,0.59504133,0.57024795,0.57024795,0.5661157,0.5247934,0.5082645,0.49173555,0.4876033,0.4752066,0.48347107,0.5082645,0.553719,0.58677685,0.5785124,0.5661157,0.59917355,0.70247936,0.78099173,0.76859504,0.73140496,0.6983471,0.58264464,0.47933885,0.46280992,0.5,0.553719,0.59504133,0.6198347,0.61570245,0.59090906,0.5661157,0.5413223,0.5289256,0.5165289,0.5082645,0.5165289,0.5082645,0.5123967,0.5206612,0.5082645,0.5123967,0.5082645,0.49173555,0.49586776,0.5082645,0.5206612,0.53305787,0.5413223,0.5371901,0.5165289,0.40082645,0.38016528,0.4876033,0.5661157,0.35950413,0.17355372,0.09917355,0.2520661,0.49173555,0.58264464,0.6322314,0.6570248,0.6528926,0.6446281,0.62396693,0.60330576,0.62396693,0.607438,0.56198347,0.5371901,0.5041322,0.49586776,0.48347107,0.5123967,0.57024795,0.607438,0.60330576,0.5661157,0.56198347,0.61157024,0.6983471,0.7768595,0.7644628,0.7355372,0.6694215,0.56198347,0.48347107,0.47933885,0.4876033,0.5206612,0.56198347,0.607438,0.62396693,0.62396693,0.59917355,0.57438016,0.56198347,0.5413223,0.5371901,0.553719,0.5661157,0.57024795,0.57438016,0.57024795,0.5371901,0.5413223,0.5206612,0.5206612,0.5247934,0.54545456,0.553719,0.54545456,0.54545456,0.5165289,0.40082645,0.37190083,0.49173555,0.62396693,0.46694216,0.24380165,0.11570248,0.20247933,0.446281,0.56198347,0.607438,0.6322314,0.6322314,0.6280992,0.61570245,0.61157024,0.61157024,0.59917355,0.56198347,0.5371901,0.5,0.49586776,0.5123967,0.57438016,0.61570245,0.61157024,0.58264464,0.553719,0.55785125,0.59917355,0.6859504,0.76033056,0.74793386,0.7231405,0.6570248,0.56198347,0.49586776,0.47933885,0.49173555,0.48347107,0.5371901,0.5661157,0.607438,0.61570245,0.6198347,0.607438,0.58677685,0.56198347,0.54545456,0.5495868,0.5661157,0.58677685,0.59090906,0.59090906,0.55785125,0.553719,0.54545456,0.5371901,0.54545456,0.55785125,0.56198347,0.5495868,0.5413223,0.5123967,0.39256197,0.36363637,0.49173555,0.6446281,0.5661157,0.35950413,0.16115703,0.16528925,0.38016528,0.53305787,0.5661157,0.59090906,0.58677685,0.58264464,0.58264464,0.5785124,0.57024795,0.55785125,0.53305787,0.5289256,0.5165289,0.54545456,0.58677685,0.61570245,0.61157024,0.59090906,0.56198347,0.54545456,0.55785125,0.59917355,0.6942149,0.75619835,0.7355372,0.70247936,0.6404959,0.56198347,0.5041322,0.48347107,0.48347107,0.4752066,0.5,0.53305787,0.57438016,0.59090906,0.60330576,0.61570245,0.61570245,0.607438,0.5785124,0.56198347,0.56198347,0.5661157,0.57438016,0.5785124,0.5661157,0.5495868,0.54545456,0.5495868,0.56198347,0.55785125,0.55785125,0.5495868,0.5247934,0.49173555,0.38842976,0.36363637,0.49173555,0.6280992,0.61157024,0.4752066,0.2644628,0.17355372,0.32231405,0.5041322,0.53305787,0.553719,0.553719,0.5495868,0.54545456,0.5495868,0.5413223,0.54545456,0.5371901,0.5413223,0.56198347,0.59504133,0.61570245,0.607438,0.59090906,0.5785124,0.553719,0.55785125,0.57024795,0.607438,0.7066116,0.75619835,0.73140496,0.6859504,0.62396693,0.57024795,0.5165289,0.49173555,0.46694216,0.4752066,0.47107437,0.5123967,0.5413223,0.55785125,0.57024795,0.59090906,0.6198347,0.6363636,0.6198347,0.59917355,0.58677685,0.57024795,0.5661157,0.56198347,0.5413223,0.5289256,0.53305787,0.5413223,0.553719,0.5495868,0.553719,0.5247934,0.49586776,0.47107437,0.3966942,0.3553719,0.49586776,0.607438,0.607438,0.553719,0.38429752,0.2644628,0.3140496,0.46694216,0.5041322,0.5206612,0.5289256,0.5247934,0.5206612,0.5206612,0.5247934,0.54545456,0.5371901,0.553719,0.59917355,0.607438,0.607438,0.59504133,0.58677685,0.57024795,0.5413223,0.55785125,0.59504133,0.6363636,0.7231405,0.76033056,0.73140496,0.677686,0.6280992,0.59504133,0.5413223,0.5041322,0.45867768,0.46694216,0.45867768,0.4876033,0.5123967,0.5289256,0.5495868,0.57024795,0.59504133,0.62396693,0.6198347,0.607438,0.59917355,0.58264464,0.56198347,0.5413223,0.5247934,0.5165289,0.5289256,0.5371901,0.53305787,0.53305787,0.5082645,0.49173555,0.47107437,0.46280992,0.3966942,0.35123968,0.48347107,0.60330576,0.58677685,0.61157024,0.47107437,0.40495867,0.42561984,0.45454547,0.4752066,0.49173555,0.49586776,0.4876033,0.49586776,0.5041322,0.53305787,0.5371901,0.553719,0.57438016,0.59090906,0.607438,0.59917355,0.59090906,0.57024795,0.5371901,0.5247934,0.57024795,0.6198347,0.6694215,0.7355372,0.76033056,0.7231405,0.6735537,0.6404959,0.6198347,0.5661157,0.49586776,0.446281,0.44214877,0.45041323,0.46280992,0.49586776,0.5123967,0.5413223,0.55785125,0.58264464,0.61570245,0.62396693,0.62396693,0.61157024,0.58264464,0.56198347,0.553719,0.5247934,0.53305787,0.5165289,0.5206612,0.5123967,0.5,0.48347107,0.45867768,0.446281,0.446281,0.39256197,0.3553719,0.44214877,0.6198347,0.5661157,0.61570245,0.5785124,0.5371901,0.53305787,0.46694216,0.45454547,0.46694216,0.4752066,0.4752066,0.47933885,0.4876033,0.53305787,0.53305787,0.57024795,0.57024795,0.60330576,0.59917355,0.58677685,0.57024795,0.55785125,0.5247934,0.5206612,0.59090906,0.6363636,0.6818182,0.74380165,0.76859504,0.72727275,0.6818182,0.6487603,0.6322314,0.58677685,0.4876033,0.43801653,0.41322315,0.42975205,0.43801653,0.47933885,0.5123967,0.5371901,0.553719,0.5785124,0.60330576,0.6322314,0.6280992,0.61570245,0.59917355,0.5785124,0.5661157,0.5413223,0.53305787,0.5123967,0.49586776,0.47933885,0.46694216,0.45867768,0.43801653,0.4338843,0.4338843,0.38429752,0.38016528,0.37603307,0.61157024,0.60330576,0.5495868,0.6198347,0.6404959,0.57438016,0.4752066,0.44214877,0.446281,0.45867768,0.46694216,0.4876033,0.5,0.5165289,0.54545456,0.57024795,0.57438016,0.6280992,0.59090906,0.59090906,0.56198347,0.5495868,0.5123967,0.5413223,0.607438,0.6446281,0.6859504,0.73966944,0.7644628,0.7231405,0.69008267,0.661157,0.6363636,0.58264464,0.4876033,0.45041323,0.41322315,0.40495867,0.41322315,0.446281,0.5082645,0.53305787,0.5495868,0.57024795,0.59504133,0.60330576,0.607438,0.58264464,0.57024795,0.57024795,0.56198347,0.5289256,0.5041322,0.47107437,0.45867768,0.446281,0.4338843,0.43801653,0.4214876,0.43801653,0.42561984,0.38429752,0.40082645,0.338843,0.5413223,0.661157,0.59917355,0.59504133,0.6363636,0.57024795,0.48347107,0.446281,0.4338843,0.42561984,0.44214877,0.446281,0.4752066,0.5123967,0.5289256,0.5661157,0.59504133,0.59090906,0.59090906,0.58264464,0.55785125,0.5413223,0.5041322,0.5661157,0.61157024,0.6446281,0.6818182,0.73140496,0.74793386,0.70247936,0.6735537,0.6528926,0.62396693,0.57438016,0.48347107,0.46694216,0.45454547,0.41322315,0.38842976,0.41735536,0.49586776,0.53305787,0.553719,0.56198347,0.5785124,0.59090906,0.59504133,0.5661157,0.54545456,0.54545456,0.5371901,0.49173555,0.46280992,0.446281,0.42975205,0.42561984,0.41735536,0.42975205,0.41322315,0.4338843,0.4214876,0.38429752,0.40495867,0.3429752,0.45454547,0.661157,0.6942149,0.6363636,0.59090906,0.5495868,0.4752066,0.45041323,0.43801653,0.41322315,0.41735536,0.4214876,0.446281,0.47107437,0.5123967,0.53305787,0.57024795,0.57024795,0.5785124,0.5785124,0.5661157,0.53305787,0.5206612,0.5785124,0.607438,0.6404959,0.6694215,0.6983471,0.7066116,0.6694215,0.6404959,0.6198347,0.59504133,0.553719,0.4752066,0.47933885,0.5206612,0.46280992,0.38842976,0.38842976,0.48347107,0.5123967,0.5495868,0.55785125,0.57438016,0.58264464,0.57024795,0.553719,0.5371901,0.5289256,0.5123967,0.47933885,0.45041323,0.4338843,0.41322315,0.41322315,0.41322315,0.41322315,0.40495867,0.4214876,0.42561984,0.39256197,0.40082645,0.38016528,0.35950413,0.59504133,0.71900827,0.7066116,0.6363636,0.59090906,0.5123967,0.45867768,0.43801653,0.4214876,0.40495867,0.3966942,0.41735536,0.446281,0.47933885,0.5041322,0.5495868,0.553719,0.5661157,0.58677685,0.57024795,0.5371901,0.5413223,0.5661157,0.60330576,0.6322314,0.6404959,0.6528926,0.661157,0.6322314,0.607438,0.58677685,0.55785125,0.5247934,0.46694216,0.47933885,0.5413223,0.5041322,0.41322315,0.38429752,0.45454547,0.5041322,0.5413223,0.5495868,0.57024795,0.5661157,0.55785125,0.54545456,0.5247934,0.5082645,0.48347107,0.45454547,0.42975205,0.41735536,0.40082645,0.40495867,0.40495867,0.40082645,0.4090909,0.4214876,0.4338843,0.3966942,0.39256197,0.38842976,0.3429752,0.47933885,0.69008267,0.7107438,0.69008267,0.6487603,0.58264464,0.48347107,0.4338843,0.4214876,0.40082645,0.40495867,0.4090909,0.42975205,0.47107437,0.5082645,0.54545456,0.55785125,0.5661157,0.57438016,0.5785124,0.553719,0.5289256,0.5413223,0.57438016,0.61157024,0.60330576,0.60330576,0.607438,0.59090906,0.57438016,0.553719,0.5165289,0.49586776,0.45867768,0.4752066,0.5123967,0.5206612,0.4090909,0.3966942,0.44214877,0.49173555,0.5247934,0.5413223,0.553719,0.55785125,0.54545456,0.53305787,0.5123967,0.47933885,0.45867768,0.42561984,0.4090909,0.40495867,0.39256197,0.3966942,0.40082645,0.40082645,0.41322315,0.42561984,0.42561984,0.39256197,0.38016528,0.40082645,0.36363637,0.3677686,0.6363636,0.6735537,0.677686,0.6528926,0.61157024,0.49586776,0.4338843,0.41735536,0.41322315,0.41735536,0.4214876,0.446281,0.47933885,0.5165289,0.5413223,0.5661157,0.57438016,0.57438016,0.58677685,0.55785125,0.49173555,0.47933885,0.5206612,0.55785125,0.553719,0.5495868,0.5413223,0.5289256,0.5165289,0.49173555,0.46694216,0.446281,0.4338843,0.446281,0.47107437,0.4876033,0.41735536,0.39256197,0.46694216,0.4876033,0.5289256,0.54545456,0.54545456,0.5495868,0.5289256,0.5123967,0.49173555,0.45867768,0.43801653,0.4090909,0.3966942,0.3966942,0.38429752,0.38429752,0.38842976,0.40082645,0.41322315,0.41322315,0.41735536,0.38429752,0.39256197,0.39256197,0.38429752,0.338843,0.49173555,0.5785124,0.58677685,0.60330576,0.57024795,0.4876033,0.4338843,0.41735536,0.41735536,0.42561984,0.446281,0.4752066,0.5,0.53305787,0.54545456,0.57024795,0.58264464,0.58264464,0.58264464,0.5785124,0.47107437,0.4090909,0.43801653,0.46280992,0.46694216,0.45867768,0.45041323,0.42975205,0.41735536,0.40495867,0.3966942,0.39256197,0.3966942,0.40082645,0.41735536,0.44214877,0.4090909,0.39256197,0.46694216,0.5,0.5247934,0.5371901,0.5371901,0.53305787,0.5165289,0.5,0.47107437,0.446281,0.42561984,0.40495867,0.40082645,0.40082645,0.39256197,0.38429752,0.38429752,0.40082645,0.41322315,0.4090909,0.41735536,0.39256197,0.38842976,0.38842976,0.38842976,0.38016528,0.36363637,0.45041323,0.4752066,0.5123967,0.48347107,0.45454547,0.43801653,0.4214876,0.41322315,0.42561984,0.45454547,0.49173555,0.5206612,0.5371901,0.5495868,0.5661157,0.58264464,0.58677685,0.58264464,0.60330576,0.5247934,0.4090909,0.338843,0.36363637,0.38016528,0.38842976,0.38016528,0.34710744,0.3429752,0.33471075,0.3305785,0.32231405,0.3305785,0.35123968,0.38429752,0.4090909,0.39256197,0.40495867,0.46694216,0.5206612,0.5247934,0.54545456,0.5371901,0.5206612,0.5165289,0.5,0.46694216,0.44214877,0.42561984,0.41322315,0.41322315,0.40495867,0.40495867,0.40082645,0.39256197,0.39256197,0.40495867,0.40082645,0.41735536,0.39256197,0.38016528,0.38842976,0.38842976,0.38842976,0.37603307,0.3966942,0.40082645,0.42975205,0.41735536,0.41322315,0.45041323,0.4338843,0.4214876,0.42561984,0.45867768,0.5,0.5289256,0.5413223,0.55785125,0.5661157,0.5785124,0.59090906,0.59504133,0.607438,0.607438,0.5123967,0.3181818,0.27272728,0.32231405,0.35123968,0.3429752,0.3181818,0.30991736,0.2892562,0.25619835,0.23553719,0.21487603,0.2644628,0.338843,0.38842976,0.38842976,0.4090909,0.47933885,0.5247934,0.5371901,0.5289256,0.5289256,0.5289256,0.5165289,0.5082645,0.47933885,0.446281,0.4338843,0.42561984,0.4214876,0.41735536,0.41322315,0.40495867,0.39256197,0.38842976,0.3966942,0.40082645,0.3966942,0.38842976,0.38842976,0.38429752,0.38842976,0.3966942,0.38016528,0.40082645,0.38016528,0.38842976,0.38842976,0.3966942,0.44214877,0.44214877,0.43801653,0.43801653,0.46280992,0.49173555,0.5289256,0.54545456,0.5661157,0.57438016,0.5785124,0.58677685,0.61157024,0.607438,0.62396693,0.5785124,0.38429752,0.23966943,0.28512397,0.28512397,0.30578512,0.2892562,0.27272728,0.26859504,0.24793388,0.24793388,0.21487603,0.23553719,0.3305785,0.40082645,0.41322315,0.42561984,0.4752066,0.5165289,0.54545456,0.5289256,0.5247934,0.5247934,0.5165289,0.5123967,0.47933885,0.45867768,0.446281,0.4338843,0.42975205,0.42975205,0.4214876,0.40082645,0.38429752,0.38842976,0.39256197,0.38842976,0.40082645,0.38842976,0.37603307,0.39256197,0.38016528,0.40082645,0.38016528,0.40082645,0.39256197,0.38429752,0.38842976,0.38842976,0.4214876,0.44214877,0.446281,0.45041323,0.46280992,0.49173555,0.5289256,0.54545456,0.57024795,0.58264464,0.5785124,0.59090906,0.607438,0.6198347,0.6322314,0.59090906,0.42561984,0.2892562,0.2892562,0.26859504,0.2768595,0.27272728,0.2644628,0.2768595,0.26859504,0.27272728,0.2768595,0.32231405,0.38429752,0.42561984,0.44214877,0.446281,0.46280992,0.5082645,0.54545456,0.53305787,0.5247934,0.5206612,0.5082645,0.5082645,0.4752066,0.46694216,0.446281,0.4338843,0.43801653,0.42975205,0.4214876,0.39256197,0.38429752,0.3677686,0.38016528,0.39256197,0.40082645,0.38842976,0.38842976,0.38429752,0.38842976,0.38429752,0.38842976,0.39256197,0.38429752,0.39256197,0.3966942,0.3966942,0.3966942,0.45041323,0.45041323,0.46280992,0.46280992,0.48347107,0.5165289,0.5371901,0.56198347,0.58264464,0.58264464,0.59090906,0.60330576,0.61570245,0.6198347,0.60330576,0.48347107,0.338843,0.32231405,0.30578512,0.29752067,0.29338843,0.28099173,0.30165288,0.32231405,0.338843,0.36363637,0.3966942,0.41735536,0.43801653,0.446281,0.45454547,0.45454547,0.5082645,0.54545456,0.5495868,0.5289256,0.5041322,0.4876033,0.48347107,0.47107437,0.46280992,0.446281,0.43801653,0.44214877,0.43801653,0.4214876,0.38842976,0.37190083,0.3677686,0.38016528,0.3966942,0.40082645,0.38016528,0.3966942,0.38842976,0.38842976,0.38842976,0.38842976,0.39256197,0.38016528,0.3966942,0.38842976,0.3966942,0.38429752,0.42975205,0.45454547,0.46694216,0.4752066,0.48347107,0.5,0.53305787,0.553719,0.5661157,0.57024795,0.59090906,0.59090906,0.59504133,0.59917355,0.58677685,0.5289256,0.4338843,0.34710744,0.3140496,0.3181818,0.3181818,0.30165288,0.3181818,0.36363637,0.37603307,0.3966942,0.41735536,0.42975205,0.42561984,0.42975205,0.43801653,0.45454547,0.5,0.54545456,0.5661157,0.53305787,0.49586776,0.45867768,0.45867768,0.46694216,0.45041323,0.43801653,0.44214877,0.42561984,0.43801653,0.41735536,0.38842976,0.36363637,0.37190083,0.38842976,0.3966942,0.40082645,0.38842976,0.39256197,0.38842976,0.39256197,0.3966942,0.38016528,0.3966942,0.38842976,0.38842976,0.38842976,0.3966942,0.38429752,0.40495867,0.43801653,0.47107437,0.47933885,0.48347107,0.4876033,0.5165289,0.5371901,0.553719,0.553719,0.57024795,0.5785124,0.5785124,0.57438016,0.553719,0.5413223,0.46694216,0.40495867,0.35123968,0.3264463,0.3264463,0.30165288,0.3140496,0.3553719,0.37603307,0.3966942,0.3966942,0.40082645,0.4090909,0.40495867,0.4214876,0.42975205,0.47107437,0.5289256,0.553719,0.5289256,0.49586776,0.45867768,0.45454547,0.45041323,0.45041323,0.43801653,0.4338843,0.42561984,0.43801653,0.4214876,0.3966942,0.3677686,0.37190083,0.39256197,0.40495867,0.3966942,0.38842976,0.39256197,0.3966942,0.38429752,0.39256197,0.38842976,0.39256197,0.38842976,0.40082645,0.38842976,0.4090909,0.39256197,0.38429752,0.4214876,0.47107437,0.48347107,0.4876033,0.49173555,0.49586776,0.5123967,0.53305787,0.53305787,0.5413223,0.54545456,0.54545456,0.5371901,0.53305787,0.5206612,0.5,0.45041323,0.40082645,0.37603307,0.35123968,0.3181818,0.30578512,0.338843,0.37190083,0.38842976,0.38429752,0.38429752,0.38842976,0.38429752,0.40082645,0.40495867,0.4214876,0.4752066,0.48347107,0.48347107,0.4752066,0.46280992,0.4338843,0.43801653,0.4338843,0.42975205,0.446281,0.42561984,0.41322315,0.4214876,0.40495867,0.40082645,0.3966942,0.3966942,0.40082645,0.39256197,0.38429752,0.38429752,0.38842976,0.38429752,0.38429752,0.38842976,0.38429752,0.38429752,0.3966942,0.39256197,0.40495867,0.39256197,0.38016528,0.3966942,0.45454547,0.4876033,0.49173555,0.48347107,0.4876033,0.48347107,0.49173555,0.5,0.49173555,0.49173555,0.49173555,0.47933885,0.5041322,0.5206612,0.53305787,0.5123967,0.47933885,0.446281,0.38842976,0.3429752,0.3181818,0.34710744,0.38429752,0.3966942,0.39256197,0.3966942,0.38016528,0.38016528,0.38429752,0.39256197,0.3966942,0.41322315,0.41735536,0.42561984,0.446281,0.42561984,0.4214876,0.41322315,0.4214876,0.41735536,0.4338843,0.4338843,0.41735536,0.42561984,0.41735536,0.4090909,0.40082645,0.3966942,0.40082645,0.38429752,0.38842976,0.39256197,0.38429752,0.38842976,0.38429752,0.39256197,0.38016528,0.39256197,0.38842976,0.3966942,0.40082645,0.38429752,0.3966942,0.38016528,0.42561984,0.47933885,0.4876033,0.4876033,0.4876033,0.47107437,0.45041323,0.43801653,0.42975205,0.42975205,0.43801653,0.44214877,0.47933885,0.5082645,0.5082645,0.48347107,0.47933885,0.45454547,0.42975205,0.3966942,0.34710744,0.36363637,0.37603307,0.38429752,0.40495867,0.40082645,0.38429752,0.38016528,0.37603307,0.38016528,0.38016528,0.38429752,0.38429752,0.39256197,0.4090909,0.4090909,0.3966942,0.4090909,0.41322315,0.41735536,0.42975205,0.42561984,0.4338843,0.42561984,0.41735536,0.4090909,0.40082645,0.3966942,0.39256197,0.37603307,0.39256197,0.39256197,0.38429752,0.39256197,0.38429752,0.38842976,0.38429752,0.39256197,0.3966942,0.39256197,0.40082645,0.38842976,0.3966942,0.38429752,0.39256197,0.4752066,0.49173555,0.47933885,0.49173555,0.46280992,0.4214876,0.37603307,0.35123968,0.34710744,0.34710744,0.3677686,0.37603307,0.39256197,0.37603307,0.35123968,0.3553719,0.3677686,0.39256197,0.39256197,0.3305785,0.3181818,0.30991736,0.32231405,0.35950413,0.3677686,0.3677686,0.3553719,0.35950413,0.35950413,0.35950413,0.36363637,0.35123968,0.37190083,0.39256197,0.3966942,0.39256197,0.3966942,0.41322315,0.41322315,0.41735536,0.42975205,0.42975205,0.4338843,0.42975205,0.40495867,0.40082645,0.38842976,0.37603307,0.37603307,0.38842976,0.38842976,0.38429752,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.39256197,0.39256197,0.3966942,0.39256197,0.3966942,0.38842976,0.38429752,0.45454547,0.49586776,0.46280992,0.48347107,0.46280992,0.40082645,0.338843,0.30165288,0.25619835,0.24380165,0.2520661,0.2603306,0.2520661,0.2644628,0.24380165,0.25619835,0.24380165,0.28512397,0.30991736,0.2520661,0.2520661,0.23966943,0.2520661,0.26859504,0.28099173,0.29338843,0.29752067,0.29752067,0.30165288,0.29752067,0.30165288,0.30578512,0.338843,0.3677686,0.38429752,0.40082645,0.3966942,0.41735536,0.40495867,0.4214876,0.41735536,0.43801653,0.43801653,0.4338843,0.4090909,0.3966942,0.38429752,0.37603307,0.38016528,0.39256197,0.38842976,0.38842976,0.38842976,0.38842976,0.39256197,0.3966942,0.39256197,0.3966942,0.39256197,0.39256197,0.40082645,0.39256197,0.39256197,0.38842976,0.4214876,0.48347107,0.46694216,0.45454547,0.45454547,0.3966942,0.3429752,0.3140496,0.30991736,0.30991736,0.28099173,0.2603306,0.24380165,0.2520661,0.24380165,0.24793388,0.23553719,0.23553719,0.23966943,0.21487603,0.2107438,0.20661157,0.20661157,0.1983471,0.20661157,0.2107438,0.2231405,0.21487603,0.20661157,0.21900827,0.23140496,0.2520661,0.2892562,0.33471075,0.35123968,0.39256197,0.38842976,0.3966942,0.41735536,0.40495867,0.4214876,0.42561984,0.44214877,0.42975205,0.41322315,0.39256197,0.38016528,0.38842976,0.3966942,0.38429752,0.38429752,0.39256197,0.38429752,0.39256197,0.39256197,0.38842976,0.3966942,0.39256197,0.38429752,0.39256197,0.3966942,0.38842976,0.38429752,0.38842976,0.4090909,0.46694216,0.46694216,0.44214877,0.42561984,0.39256197,0.36363637,0.37190083,0.40082645,0.42975205,0.42561984,0.39256197,0.36363637,0.33471075,0.34710744,0.33471075,0.3181818,0.28099173,0.23966943,0.22727273,0.21487603,0.2231405,0.2107438,0.23140496,0.24380165,0.25619835,0.2520661,0.2520661,0.27272728,0.30165288,0.3181818,0.3181818,0.3181818,0.3181818,0.3429752,0.3677686,0.39256197,0.4090909,0.4090909,0.41735536,0.4090909,0.42975205,0.4338843,0.42561984,0.41735536,0.38016528,0.38842976,0.40495867,0.3966942,0.38429752,0.38429752,0.39256197,0.38842976,0.39256197,0.38842976,0.38429752,0.38429752,0.38429752,0.38842976,0.38429752,0.38429752,0.4090909,0.3677686,0.40495867,0.37603307,0.42975205,0.46694216,0.44214877,0.4214876,0.39256197,0.40495867,0.41735536,0.42975205,0.45454547,0.47107437,0.46694216,0.4338843,0.4090909,0.41735536,0.42561984,0.4214876,0.38842976,0.3305785,0.29752067,0.2768595,0.29338843,0.26859504,0.30165288,0.29338843,0.29752067,0.28512397,0.29338843,0.3264463,0.3553719,0.37603307,0.36363637,0.34710744,0.33471075,0.34710744,0.35950413,0.38016528,0.39256197,0.41322315,0.40495867,0.41735536,0.42975205,0.42561984,0.42561984,0.40082645,0.38429752,0.39256197,0.4090909,0.3966942,0.38429752,0.38429752,0.38842976,0.38429752,0.38842976,0.38842976,0.38842976,0.38429752,0.38429752,0.39256197,0.38842976,0.39256197,0.39256197,0.39256197,0.38429752,0.40495867,0.3966942,0.446281,0.45867768,0.4214876,0.3966942,0.41322315,0.41735536,0.41322315,0.41322315,0.41735536,0.42561984,0.42561984,0.4090909,0.38842976,0.38842976,0.38842976,0.38842976,0.35950413,0.3305785,0.30165288,0.30578512,0.29338843,0.28099173,0.28099173,0.29338843,0.30991736,0.3305785,0.338843,0.36363637,0.37603307,0.35950413,0.35950413,0.338843,0.34710744,0.35123968,0.37603307,0.38429752,0.40495867,0.40495867,0.40495867,0.4214876,0.41735536,0.41322315,0.39256197,0.3966942,0.40082645,0.4090909,0.39256197,0.38842976,0.38016528,0.38016528,0.38842976,0.38429752,0.39256197,0.39256197,0.38429752,0.39256197,0.39256197,0.38016528,0.39256197,0.38429752,0.3966942,0.39256197,0.39256197,0.37603307,0.4338843,0.45454547,0.42975205,0.4090909,0.41735536,0.41735536,0.39256197,0.38016528,0.3677686,0.35950413,0.37603307,0.38429752,0.38429752,0.37190083,0.3553719,0.33471075,0.338843,0.3181818,0.29338843,0.2768595,0.2768595,0.28099173,0.2892562,0.3140496,0.33471075,0.34710744,0.35123968,0.35123968,0.35123968,0.3553719,0.35950413,0.35950413,0.35950413,0.3553719,0.37190083,0.37603307,0.3966942,0.40082645,0.4090909,0.41322315,0.41322315,0.3966942,0.39256197,0.40082645,0.40495867,0.41322315,0.39256197,0.3966942,0.38016528,0.37603307,0.38429752,0.38016528,0.38016528,0.38842976,0.38842976,0.38429752,0.38429752,0.38429752,0.38429752,0.40082645,0.38842976,0.3966942,0.39256197,0.38842976,0.39256197,0.44214877,0.446281,0.4214876,0.42561984,0.41322315,0.39256197,0.35950413,0.3429752,0.33471075,0.3264463,0.3305785,0.35123968,0.3553719,0.3429752,0.3140496,0.3264463,0.3140496,0.29338843,0.29338843,0.29752067,0.29338843,0.3140496,0.3305785,0.3305785,0.338843,0.338843,0.33471075,0.34710744,0.34710744,0.35123968,0.36363637,0.36363637,0.35950413,0.3677686,0.37190083,0.39256197,0.3966942,0.41322315,0.40082645,0.40495867,0.38842976,0.4090909,0.40495867,0.40082645,0.4214876,0.38842976,0.38842976,0.38429752,0.38016528,0.38016528,0.38429752,0.37603307,0.38429752,0.38842976,0.38842976,0.38429752,0.38429752,0.38429752,0.40495867,0.38429752,0.3966942,0.38842976,0.40082645,0.37190083,0.42561984,0.43801653,0.4338843,0.4214876,0.4214876,0.40495867,0.37190083,0.35950413,0.34710744,0.32231405,0.30578512,0.29752067,0.29338843,0.28099173,0.2644628,0.26859504,0.2520661,0.2644628,0.2520661,0.2520661,0.2768595,0.28512397,0.28512397,0.30578512,0.3140496,0.3264463,0.3264463,0.3264463,0.3429752,0.35123968,0.3677686,0.3677686,0.37190083,0.37603307,0.3677686,0.39256197,0.39256197,0.4090909,0.38842976,0.38842976,0.39256197,0.41322315,0.4090909,0.3966942,0.41322315,0.38842976,0.38842976,0.38842976,0.37603307,0.38429752,0.38016528,0.38429752,0.38842976,0.38016528,0.38429752,0.38429752,0.38429752,0.39256197,0.39256197,0.38842976,0.3966942,0.38842976,0.3966942,0.38429752,0.42561984,0.45041323,0.44214877,0.44214877,0.45041323,0.4338843,0.41735536,0.41735536,0.40082645,0.3677686,0.338843,0.30165288,0.2768595,0.2644628,0.2520661,0.2520661,0.23966943,0.2520661,0.24380165,0.25619835,0.2644628,0.2644628,0.2768595,0.30165288,0.3181818,0.33471075,0.3305785,0.3305785,0.35123968,0.35950413,0.37190083,0.3677686,0.38016528,0.37603307,0.37603307,0.38842976,0.3966942,0.3966942,0.38842976,0.38842976,0.40082645,0.40082645,0.4090909,0.38842976,0.41735536,0.38429752,0.38429752,0.38429752,0.37603307,0.37603307,0.37603307,0.38429752,0.38016528,0.38429752,0.38842976,0.38429752,0.39256197,0.39256197,0.39256197,0.38429752,0.38429752,0.3966942,0.38842976,0.37190083,0.45041323,0.4752066,0.43801653,0.45454547,0.47107437,0.46694216,0.47933885,0.47933885,0.45454547,0.42975205,0.41322315,0.38016528,0.3305785,0.30165288,0.28099173,0.27272728,0.2892562,0.30578512,0.30165288,0.3429752,0.33471075,0.3553719,0.33471075,0.34710744,0.3264463,0.3553719,0.34710744,0.35950413,0.3677686,0.37603307,0.38429752,0.38016528,0.38016528,0.38016528,0.38842976,0.38842976,0.3966942,0.39256197,0.38842976,0.3966942,0.40495867,0.40082645,0.40082645,0.39256197,0.41322315,0.38429752,0.37603307,0.38429752,0.37603307,0.37603307,0.38429752,0.38016528,0.38842976,0.38429752,0.38842976,0.38842976,0.39256197,0.39256197,0.38842976,0.38429752,0.3966942,0.39256197,0.39256197,0.38016528,0.43801653,0.5041322,0.45454547,0.44214877,0.47107437,0.48347107,0.5041322,0.5041322,0.47933885,0.47107437,0.47107437,0.45041323,0.41322315,0.3677686,0.32231405,0.30165288,0.3305785,0.3429752,0.3553719,0.37190083,0.38842976,0.3966942,0.40495867,0.37190083,0.3677686,0.3553719,0.37603307,0.38842976,0.38842976,0.38842976,0.3966942,0.3966942,0.39256197,0.39256197,0.3966942,0.38842976,0.38842976,0.39256197,0.3966942,0.40082645,0.4090909,0.40495867,0.4090909,0.39256197,0.41322315,0.37603307,0.38429752,0.37603307,0.38016528,0.38842976,0.38429752,0.38429752,0.38429752,0.38429752,0.38842976,0.38429752,0.38429752,0.38842976,0.38842976,0.38429752,0.3966942,0.38842976,0.40082645,0.37190083,0.43801653,0.5165289,0.4752066,0.43801653,0.45454547,0.48347107,0.5082645,0.5123967,0.49173555,0.47107437,0.46694216,0.48347107,0.47933885,0.446281,0.40082645,0.37603307,0.36363637,0.38016528,0.37603307,0.40495867,0.38842976,0.41322315,0.4090909,0.37603307,0.39256197,0.38842976,0.3966942,0.41322315,0.40495867,0.3966942,0.40495867,0.4090909,0.3966942,0.39256197,0.39256197,0.38016528,0.38429752,0.3966942,0.40495867,0.40495867,0.40495867,0.40082645,0.4090909,0.40082645,0.40495867,0.38429752,0.38429752,0.37603307,0.38429752,0.38016528,0.38842976,0.38429752,0.38842976,0.37603307,0.38429752,0.3966942,0.38842976,0.38842976,0.38429752,0.38842976,0.38429752,0.39256197,0.39256197,0.35950413,0.43801653,0.5165289,0.4876033,0.46280992,0.44214877,0.4752066,0.5041322,0.5206612,0.49586776,0.46694216,0.446281,0.47107437,0.49173555,0.46280992,0.43801653,0.41322315,0.3966942,0.38016528,0.39256197,0.3966942,0.4090909,0.40495867,0.3966942,0.36363637,0.38842976,0.3966942,0.4090909,0.42975205,0.41735536,0.40495867,0.40082645,0.40495867,0.39256197,0.38429752,0.38016528,0.38429752,0.38429752,0.3966942,0.40082645,0.40495867,0.40082645,0.40495867,0.40495867,0.41322315,0.37603307,0.47107437,0.37190083,0.38429752,0.38429752,0.38429752,0.38842976,0.38016528,0.38016528,0.38016528,0.38429752,0.39256197,0.38016528,0.38429752,0.38842976,0.38429752,0.38429752,0.39256197,0.38842976,0.35950413,0.45454547,0.5165289,0.5,0.4752066,0.44214877,0.45867768,0.47107437,0.5,0.4876033,0.47107437,0.42975205,0.44214877,0.46280992,0.45867768,0.43801653,0.4090909,0.40082645,0.38842976,0.40495867,0.41735536,0.41322315,0.3966942,0.39256197,0.36363637,0.3677686,0.38842976,0.4090909,0.4214876,0.41735536,0.4090909,0.3966942,0.3966942,0.38842976,0.37603307,0.37603307,0.38016528,0.3966942,0.39256197,0.40082645,0.40495867,0.4090909,0.40082645,0.3966942,0.43801653,0.38429752,0.3966942,0.36363637,0.38016528,0.38016528,0.38429752,0.38429752,0.38842976,0.38842976,0.38842976,0.38016528,0.38429752,0.38016528,0.38842976,0.38842976,0.38429752,0.38842976,0.38842976,0.38842976,0.37603307,0.47107437,0.5206612,0.5041322,0.49173555,0.446281,0.4338843,0.44214877,0.47107437,0.47107437,0.47107437,0.45041323,0.4338843,0.42561984,0.43801653,0.42561984,0.40495867,0.38842976,0.37603307,0.4090909,0.40082645,0.40495867,0.39256197,0.37603307,0.35123968,0.3677686,0.37190083,0.39256197,0.39256197,0.40495867,0.40082645,0.3966942,0.38429752,0.38016528,0.38016528,0.38842976,0.39256197,0.40495867,0.3966942,0.40082645,0.4090909,0.4090909,0.40082645,0.41322315,0.4214876,0.40495867,0.3140496,28 +0.3305785,0.35950413,0.2603306,0.19008264,0.1983471,0.2520661,0.29752067,0.36363637,0.46694216,0.553719,0.62396693,0.6446281,0.661157,0.6363636,0.607438,0.56198347,0.5289256,0.49173555,0.47933885,0.45041323,0.46694216,0.46280992,0.4214876,0.4090909,0.3264463,0.40495867,0.43801653,0.446281,0.446281,0.44214877,0.45454547,0.49173555,0.40495867,0.5041322,0.5206612,0.5041322,0.4876033,0.4752066,0.47933885,0.45454547,0.446281,0.45867768,0.49173555,0.5289256,0.57438016,0.5661157,0.61157024,0.6198347,0.6322314,0.6322314,0.62396693,0.607438,0.5661157,0.5123967,0.4876033,0.4214876,0.30165288,0.1570248,0.1446281,0.24380165,0.2107438,0.19008264,0.20247933,0.23966943,0.32231405,0.33471075,0.29752067,0.1983471,0.20247933,0.25619835,0.29338843,0.36363637,0.46280992,0.5495868,0.61570245,0.6487603,0.6694215,0.6570248,0.6487603,0.6280992,0.60330576,0.54545456,0.5206612,0.47107437,0.446281,0.44214877,0.45041323,0.4338843,0.38842976,0.32231405,0.3966942,0.42975205,0.43801653,0.45454547,0.45041323,0.5371901,0.5123967,0.5495868,0.607438,0.59504133,0.5785124,0.553719,0.56198347,0.553719,0.553719,0.553719,0.57024795,0.57024795,0.59090906,0.6198347,0.607438,0.6280992,0.6528926,0.6487603,0.6280992,0.61157024,0.58677685,0.5247934,0.49586776,0.43801653,0.30578512,0.18181819,0.1446281,0.23553719,0.19421488,0.1694215,0.20247933,0.2231405,0.32231405,0.30578512,0.3181818,0.26859504,0.21900827,0.22727273,0.2768595,0.35950413,0.47107437,0.5495868,0.607438,0.6487603,0.6694215,0.6735537,0.677686,0.677686,0.6487603,0.62396693,0.59090906,0.5371901,0.5041322,0.45041323,0.45454547,0.44214877,0.40082645,0.3966942,0.40082645,0.45041323,0.47933885,0.47933885,0.446281,0.5165289,0.5785124,0.59917355,0.6280992,0.6322314,0.6404959,0.6198347,0.6198347,0.6198347,0.6280992,0.62396693,0.6198347,0.61157024,0.59504133,0.6198347,0.6363636,0.62396693,0.6446281,0.6528926,0.6446281,0.607438,0.607438,0.5495868,0.49586776,0.43801653,0.34710744,0.20661157,0.12396694,0.2231405,0.18595041,0.15289256,0.20247933,0.19421488,0.29752067,0.28512397,0.30165288,0.30578512,0.2520661,0.24380165,0.26859504,0.35123968,0.46280992,0.54545456,0.60330576,0.6363636,0.677686,0.6859504,0.6859504,0.6983471,0.661157,0.6652893,0.6404959,0.59917355,0.5661157,0.5247934,0.49173555,0.47933885,0.45041323,0.42561984,0.4338843,0.47107437,0.5082645,0.54545456,0.5413223,0.49586776,0.58264464,0.6487603,0.6528926,0.6652893,0.677686,0.661157,0.6694215,0.6735537,0.6694215,0.6694215,0.661157,0.6487603,0.6404959,0.6363636,0.6363636,0.6363636,0.6404959,0.6363636,0.6446281,0.6198347,0.59504133,0.57438016,0.49173555,0.42975205,0.38016528,0.2520661,0.14049587,0.20247933,0.1694215,0.14049587,0.18181819,0.1446281,0.21487603,0.2768595,0.2520661,0.2892562,0.33471075,0.25619835,0.2644628,0.33471075,0.45041323,0.5289256,0.607438,0.6322314,0.6818182,0.69008267,0.6942149,0.7107438,0.6735537,0.6818182,0.6694215,0.6404959,0.61570245,0.59090906,0.56198347,0.53305787,0.5247934,0.5082645,0.5165289,0.53305787,0.553719,0.5661157,0.607438,0.57438016,0.607438,0.6570248,0.6818182,0.6859504,0.70247936,0.6942149,0.69008267,0.6983471,0.69008267,0.69008267,0.6818182,0.6652893,0.677686,0.661157,0.6570248,0.6570248,0.6404959,0.6322314,0.6280992,0.6198347,0.59917355,0.57024795,0.5041322,0.4338843,0.38016528,0.29338843,0.1446281,0.23140496,0.1446281,0.1322314,0.15289256,0.11570248,0.15289256,0.18595041,0.23966943,0.2644628,0.2644628,0.30578512,0.32231405,0.36363637,0.41735536,0.553719,0.607438,0.6528926,0.6735537,0.6859504,0.6983471,0.71487606,0.7107438,0.6942149,0.6942149,0.677686,0.6652893,0.6404959,0.607438,0.607438,0.58264464,0.59090906,0.607438,0.61157024,0.6322314,0.6280992,0.62396693,0.60330576,0.6487603,0.677686,0.69008267,0.7066116,0.7231405,0.71900827,0.7107438,0.7066116,0.70247936,0.6983471,0.69008267,0.69008267,0.677686,0.6694215,0.6652893,0.661157,0.6446281,0.6446281,0.61570245,0.6198347,0.59090906,0.5661157,0.5123967,0.45867768,0.41735536,0.3140496,0.1446281,0.2231405,0.14876033,0.13636364,0.1322314,0.10743801,0.14049587,0.11157025,0.19421488,0.2231405,0.21900827,0.22727273,0.2768595,0.32231405,0.43801653,0.5371901,0.62396693,0.6487603,0.6735537,0.6859504,0.69008267,0.70247936,0.6983471,0.7107438,0.7107438,0.7066116,0.6942149,0.677686,0.6528926,0.6487603,0.661157,0.6652893,0.6694215,0.6735537,0.677686,0.6818182,0.6818182,0.6570248,0.6818182,0.69008267,0.6942149,0.7107438,0.7355372,0.76033056,0.75206614,0.73966944,0.72727275,0.71900827,0.71487606,0.70247936,0.6983471,0.677686,0.6652893,0.6694215,0.6570248,0.6528926,0.6363636,0.60330576,0.58677685,0.55785125,0.5206612,0.4752066,0.44214877,0.36363637,0.17768595,0.19008264,0.1446281,0.1446281,0.13636364,0.10743801,0.11983471,0.10330579,0.13636364,0.1694215,0.19421488,0.2107438,0.23966943,0.3264463,0.42561984,0.5289256,0.60330576,0.61570245,0.6322314,0.6570248,0.6735537,0.6818182,0.6735537,0.69008267,0.7066116,0.6983471,0.6983471,0.69008267,0.6859504,0.6652893,0.6859504,0.6983471,0.7066116,0.7066116,0.7107438,0.6942149,0.6942149,0.71900827,0.71487606,0.7107438,0.7107438,0.71900827,0.73140496,0.76033056,0.7644628,0.76033056,0.74793386,0.73966944,0.7231405,0.7107438,0.6983471,0.6942149,0.6818182,0.6735537,0.6528926,0.6404959,0.6363636,0.607438,0.58264464,0.5495868,0.5247934,0.47107437,0.446281,0.3966942,0.24380165,0.16115703,0.13636364,0.14876033,0.13636364,0.11570248,0.11157025,0.10743801,0.11570248,0.12809917,0.18595041,0.22727273,0.2603306,0.35123968,0.40082645,0.46694216,0.49586776,0.5123967,0.5041322,0.5206612,0.53305787,0.58264464,0.59504133,0.6322314,0.6487603,0.6322314,0.6363636,0.6446281,0.6487603,0.6446281,0.6570248,0.6818182,0.6983471,0.6983471,0.7107438,0.7107438,0.71487606,0.73966944,0.71900827,0.7231405,0.71487606,0.71487606,0.73966944,0.74380165,0.75206614,0.74380165,0.73140496,0.72727275,0.7107438,0.7107438,0.6859504,0.6570248,0.6570248,0.6322314,0.59090906,0.57438016,0.54545456,0.5165289,0.5289256,0.5082645,0.5123967,0.4752066,0.44214877,0.40495867,0.30991736,0.18595041,0.14049587,0.14049587,0.1322314,0.12809917,0.10330579,0.10743801,0.09090909,0.12809917,0.1983471,0.23140496,0.26859504,0.3140496,0.35123968,0.39256197,0.39256197,0.41322315,0.4090909,0.38016528,0.33471075,0.37603307,0.43801653,0.46280992,0.47933885,0.47107437,0.5041322,0.5123967,0.5206612,0.57024795,0.59917355,0.58677685,0.62396693,0.661157,0.69008267,0.6694215,0.6818182,0.7066116,0.69008267,0.69008267,0.6942149,0.6983471,0.7107438,0.71900827,0.70247936,0.6818182,0.6694215,0.6570248,0.6363636,0.6280992,0.59917355,0.5371901,0.5247934,0.5041322,0.45454547,0.4338843,0.4214876,0.40495867,0.39256197,0.40495867,0.3966942,0.42561984,0.4338843,0.40495867,0.36363637,0.23553719,0.15289256,0.12809917,0.1322314,0.1322314,0.11157025,0.08264463,0.0785124,0.1446281,0.2231405,0.24380165,0.2520661,0.28099173,0.30991736,0.37190083,0.38016528,0.38016528,0.38016528,0.36363637,0.30165288,0.28512397,0.30578512,0.32231405,0.3264463,0.3181818,0.3264463,0.38842976,0.42975205,0.46694216,0.5413223,0.57438016,0.5785124,0.6280992,0.6528926,0.661157,0.661157,0.6818182,0.6363636,0.6363636,0.6652893,0.6570248,0.6570248,0.6652893,0.6280992,0.61157024,0.59504133,0.5371901,0.47933885,0.47107437,0.446281,0.4090909,0.3966942,0.38842976,0.37603307,0.37190083,0.38429752,0.37603307,0.38842976,0.3966942,0.38016528,0.35950413,0.3553719,0.3677686,0.39256197,0.2644628,0.1446281,0.13636364,0.11157025,0.13636364,0.10330579,0.08264463,0.08264463,0.1570248,0.25619835,0.24793388,0.2520661,0.2768595,0.3264463,0.37603307,0.40495867,0.4214876,0.446281,0.46280992,0.42561984,0.36363637,0.2892562,0.2892562,0.27272728,0.25619835,0.27272728,0.29338843,0.35950413,0.3966942,0.4338843,0.5247934,0.55785125,0.58264464,0.6280992,0.6404959,0.6322314,0.6198347,0.59090906,0.59917355,0.6404959,0.6198347,0.607438,0.6322314,0.553719,0.5371901,0.5206612,0.45041323,0.38429752,0.35123968,0.33471075,0.3181818,0.32231405,0.3264463,0.3429752,0.37190083,0.41322315,0.46694216,0.4752066,0.46280992,0.4214876,0.36363637,0.3264463,0.2892562,0.3966942,0.3264463,0.16115703,0.11157025,0.11983471,0.12396694,0.09504132,0.08677686,0.09090909,0.1694215,0.26859504,0.23966943,0.20247933,0.29752067,0.37190083,0.4214876,0.47107437,0.5041322,0.5289256,0.55785125,0.57024795,0.5289256,0.45867768,0.40082645,0.35123968,0.29752067,0.2892562,0.30165288,0.338843,0.35950413,0.41735536,0.446281,0.49173555,0.54545456,0.59917355,0.6280992,0.61570245,0.59090906,0.58677685,0.59090906,0.607438,0.61157024,0.60330576,0.58677685,0.5247934,0.47107437,0.43801653,0.38016528,0.3305785,0.29752067,0.2768595,0.2644628,0.29338843,0.35950413,0.4338843,0.5,0.54545456,0.5785124,0.553719,0.53305787,0.49586776,0.41735536,0.37190083,0.29338843,0.338843,0.36363637,0.19421488,0.09917355,0.11157025,0.11983471,0.09504132,0.08677686,0.09090909,0.17355372,0.2768595,0.24793388,0.23553719,0.33471075,0.40495867,0.43801653,0.4876033,0.54545456,0.58677685,0.59504133,0.61570245,0.58677685,0.5661157,0.5289256,0.49173555,0.44214877,0.40495867,0.38842976,0.37603307,0.36363637,0.38016528,0.38842976,0.41322315,0.48347107,0.5413223,0.59504133,0.62396693,0.61570245,0.60330576,0.607438,0.59504133,0.60330576,0.5661157,0.5123967,0.46694216,0.4214876,0.37603307,0.3553719,0.32231405,0.3181818,0.34710744,0.38016528,0.4338843,0.5165289,0.58264464,0.59504133,0.61157024,0.61157024,0.59504133,0.57024795,0.5371901,0.47107437,0.45041323,0.38429752,0.30578512,0.38429752,0.2231405,0.09917355,0.09917355,0.12396694,0.09504132,0.09504132,0.0785124,0.1983471,0.3140496,0.29338843,0.29338843,0.36363637,0.40495867,0.44214877,0.4876033,0.5041322,0.5041322,0.45867768,0.41322315,0.34710744,0.30578512,0.29752067,0.30578512,0.3677686,0.3966942,0.4214876,0.4214876,0.3966942,0.38842976,0.37190083,0.34710744,0.40082645,0.4752066,0.57024795,0.6322314,0.6528926,0.6198347,0.6404959,0.6280992,0.59504133,0.5165289,0.45041323,0.40495867,0.38429752,0.37603307,0.37190083,0.36363637,0.36363637,0.38429752,0.35123968,0.27272728,0.2768595,0.30578512,0.38429752,0.44214877,0.49586776,0.5413223,0.5495868,0.5247934,0.47107437,0.4876033,0.44214877,0.338843,0.38842976,0.24380165,0.09504132,0.10743801,0.09504132,0.09917355,0.09504132,0.08264463,0.2520661,0.35950413,0.34710744,0.37603307,0.39256197,0.41322315,0.446281,0.41735536,0.37603307,0.3677686,0.35950413,0.34710744,0.2107438,0.16528925,0.25619835,0.23140496,0.3264463,0.5206612,0.38842976,0.4338843,0.45867768,0.41735536,0.40495867,0.35950413,0.3264463,0.3553719,0.5123967,0.6404959,0.70247936,0.6735537,0.6859504,0.677686,0.60330576,0.46694216,0.41322315,0.3966942,0.4090909,0.4214876,0.42561984,0.4214876,0.4338843,0.4338843,0.30578512,0.17768595,0.23966943,0.23140496,0.23140496,0.44214877,0.35123968,0.40082645,0.45454547,0.46280992,0.47933885,0.49586776,0.49173555,0.38842976,0.3966942,0.2768595,0.11157025,0.09504132,0.10330579,0.09917355,0.08264463,0.11983471,0.3305785,0.40082645,0.38842976,0.4338843,0.42975205,0.4090909,0.446281,0.36363637,0.32231405,0.338843,0.40082645,0.41322315,0.24380165,0.1570248,0.24380165,0.30991736,0.3140496,0.62396693,0.55785125,0.45454547,0.45454547,0.48347107,0.5,0.48347107,0.37603307,0.32231405,0.42561984,0.62396693,0.7231405,0.7355372,0.73140496,0.6983471,0.59917355,0.44214877,0.4214876,0.446281,0.47107437,0.4876033,0.4752066,0.45041323,0.45041323,0.54545456,0.33471075,0.17355372,0.4752066,0.29752067,0.17768595,0.43801653,0.5165289,0.338843,0.338843,0.3553719,0.45041323,0.5165289,0.5123967,0.45041323,0.42561984,0.3264463,0.1446281,0.10330579,0.09504132,0.09917355,0.09917355,0.14876033,0.38842976,0.44214877,0.42975205,0.47107437,0.45867768,0.4214876,0.4338843,0.3553719,0.3429752,0.41735536,0.46694216,0.4876033,0.32231405,0.21900827,0.18595041,0.2231405,0.41735536,0.677686,0.6694215,0.5661157,0.5289256,0.45867768,0.5247934,0.59917355,0.4752066,0.338843,0.41322315,0.59917355,0.7355372,0.77272725,0.76033056,0.71487606,0.58264464,0.46280992,0.45041323,0.5206612,0.56198347,0.5123967,0.5082645,0.5,0.5371901,0.61570245,0.40082645,0.2107438,0.21900827,0.23966943,0.22727273,0.46280992,0.553719,0.45041323,0.3429752,0.3305785,0.42561984,0.5041322,0.5123967,0.4752066,0.45041323,0.38016528,0.20247933,0.11570248,0.08264463,0.12396694,0.11157025,0.18595041,0.4214876,0.47933885,0.49173555,0.49586776,0.5082645,0.45867768,0.42975205,0.40082645,0.37190083,0.5041322,0.553719,0.57024795,0.48347107,0.35950413,0.3264463,0.38842976,0.59504133,0.6983471,0.661157,0.59504133,0.57024795,0.5371901,0.5371901,0.6280992,0.5123967,0.40082645,0.47933885,0.59090906,0.70247936,0.7644628,0.75206614,0.7231405,0.58677685,0.4876033,0.47107437,0.58677685,0.61157024,0.47933885,0.58677685,0.5413223,0.53305787,0.61570245,0.54545456,0.34710744,0.2520661,0.28512397,0.41322315,0.553719,0.5371901,0.5206612,0.4214876,0.34710744,0.42975205,0.5041322,0.5123967,0.5041322,0.47933885,0.4338843,0.2520661,0.14049587,0.09917355,0.12396694,0.11570248,0.24793388,0.446281,0.5041322,0.53305787,0.5371901,0.5495868,0.5371901,0.5041322,0.5123967,0.45041323,0.44214877,0.5289256,0.6280992,0.6404959,0.60330576,0.5785124,0.61570245,0.677686,0.70247936,0.6404959,0.59917355,0.60330576,0.61570245,0.6363636,0.58677685,0.5165289,0.5165289,0.5413223,0.6280992,0.71900827,0.75619835,0.75619835,0.73966944,0.6322314,0.5206612,0.5082645,0.57024795,0.6446281,0.61157024,0.60330576,0.57024795,0.54545456,0.59090906,0.62396693,0.57438016,0.49586776,0.5,0.57438016,0.57024795,0.53305787,0.5165289,0.43801653,0.42561984,0.4338843,0.5082645,0.5206612,0.5206612,0.5,0.48347107,0.30165288,0.15289256,0.11983471,0.13636364,0.1322314,0.2892562,0.45454547,0.5165289,0.55785125,0.59504133,0.59917355,0.59504133,0.58677685,0.5661157,0.553719,0.45454547,0.45041323,0.5123967,0.54545456,0.553719,0.5661157,0.58264464,0.607438,0.61157024,0.5785124,0.56198347,0.57438016,0.60330576,0.61570245,0.5495868,0.5413223,0.56198347,0.56198347,0.6528926,0.74380165,0.76033056,0.76033056,0.74793386,0.6652893,0.5371901,0.5413223,0.5413223,0.58264464,0.61157024,0.61157024,0.57024795,0.5495868,0.5661157,0.59090906,0.58264464,0.5495868,0.55785125,0.55785125,0.5123967,0.5041322,0.49173555,0.48347107,0.5165289,0.4752066,0.5206612,0.553719,0.54545456,0.53305787,0.5082645,0.39256197,0.17355372,0.11570248,0.14876033,0.16115703,0.30991736,0.45867768,0.5123967,0.5661157,0.60330576,0.6322314,0.6487603,0.6446281,0.59504133,0.58264464,0.57024795,0.5206612,0.5041322,0.5165289,0.5123967,0.5247934,0.5206612,0.5206612,0.53305787,0.553719,0.553719,0.57438016,0.59917355,0.59504133,0.59504133,0.58677685,0.57438016,0.57024795,0.6652893,0.77272725,0.76859504,0.75206614,0.75619835,0.6818182,0.5495868,0.55785125,0.58264464,0.56198347,0.5785124,0.57438016,0.553719,0.53305787,0.5206612,0.5206612,0.5247934,0.5289256,0.5371901,0.53305787,0.5247934,0.5165289,0.5247934,0.54545456,0.5371901,0.5371901,0.56198347,0.57438016,0.56198347,0.54545456,0.5165289,0.4338843,0.19421488,0.12396694,0.1570248,0.17355372,0.30578512,0.45041323,0.5082645,0.5661157,0.58677685,0.6528926,0.6942149,0.69008267,0.6446281,0.61570245,0.61157024,0.59090906,0.5785124,0.5785124,0.57438016,0.56198347,0.5661157,0.57438016,0.58677685,0.58264464,0.59090906,0.60330576,0.6322314,0.6363636,0.62396693,0.59090906,0.57024795,0.57438016,0.6735537,0.7933884,0.7768595,0.74380165,0.75206614,0.6859504,0.54545456,0.55785125,0.6198347,0.6322314,0.6280992,0.5785124,0.60330576,0.58677685,0.57024795,0.55785125,0.54545456,0.5371901,0.553719,0.55785125,0.56198347,0.56198347,0.57438016,0.5661157,0.553719,0.5661157,0.59504133,0.59917355,0.5785124,0.5495868,0.5123967,0.46280992,0.21487603,0.11983471,0.17768595,0.19008264,0.2892562,0.4214876,0.5,0.5495868,0.58264464,0.6570248,0.70247936,0.7066116,0.6859504,0.6487603,0.6446281,0.6363636,0.6404959,0.6487603,0.6363636,0.61570245,0.607438,0.59917355,0.59917355,0.59504133,0.61157024,0.6446281,0.6694215,0.6322314,0.607438,0.5661157,0.553719,0.5785124,0.6694215,0.78512394,0.7892562,0.73966944,0.75206614,0.661157,0.54545456,0.5495868,0.61570245,0.6570248,0.6694215,0.6322314,0.62396693,0.6404959,0.6280992,0.61157024,0.60330576,0.607438,0.61157024,0.6198347,0.62396693,0.61157024,0.59504133,0.58677685,0.5785124,0.60330576,0.61157024,0.61157024,0.58264464,0.553719,0.5041322,0.46280992,0.21900827,0.11157025,0.17768595,0.1983471,0.25619835,0.3677686,0.4876033,0.5413223,0.5661157,0.6404959,0.6942149,0.7066116,0.70247936,0.6942149,0.6942149,0.6818182,0.677686,0.6818182,0.6570248,0.6363636,0.61157024,0.60330576,0.60330576,0.61570245,0.661157,0.69008267,0.6735537,0.60330576,0.5785124,0.5413223,0.54545456,0.5785124,0.6528926,0.76859504,0.78099173,0.75619835,0.73966944,0.6528926,0.553719,0.553719,0.58677685,0.6280992,0.661157,0.6735537,0.6404959,0.6446281,0.6404959,0.6280992,0.6322314,0.6528926,0.6570248,0.6570248,0.6487603,0.6322314,0.6198347,0.60330576,0.60330576,0.6322314,0.6280992,0.607438,0.58677685,0.553719,0.5082645,0.42561984,0.2107438,0.10743801,0.1694215,0.1983471,0.23966943,0.34710744,0.44214877,0.5206612,0.56198347,0.61157024,0.6570248,0.6818182,0.6694215,0.6983471,0.6983471,0.677686,0.6735537,0.6735537,0.6487603,0.6404959,0.62396693,0.6280992,0.6487603,0.6735537,0.71487606,0.6983471,0.6487603,0.58264464,0.553719,0.5413223,0.5371901,0.57024795,0.6404959,0.74793386,0.76859504,0.76859504,0.7231405,0.6446281,0.55785125,0.55785125,0.57024795,0.58677685,0.6487603,0.6818182,0.6652893,0.6570248,0.6487603,0.6404959,0.6322314,0.6446281,0.6570248,0.6735537,0.661157,0.6446281,0.6322314,0.62396693,0.6198347,0.6487603,0.6363636,0.61570245,0.58264464,0.5413223,0.5041322,0.38016528,0.20247933,0.11570248,0.1570248,0.20247933,0.22727273,0.3264463,0.40495867,0.4876033,0.53305787,0.57438016,0.6198347,0.6404959,0.6363636,0.6446281,0.6528926,0.6528926,0.6528926,0.661157,0.6446281,0.6487603,0.6528926,0.6735537,0.6942149,0.7066116,0.7066116,0.677686,0.6322314,0.5661157,0.53305787,0.5413223,0.5371901,0.58264464,0.6570248,0.75206614,0.76859504,0.76859504,0.7066116,0.6322314,0.57024795,0.54545456,0.5495868,0.56198347,0.6280992,0.6570248,0.661157,0.6735537,0.6859504,0.677686,0.6735537,0.6528926,0.6528926,0.6694215,0.661157,0.6404959,0.6322314,0.6363636,0.6446281,0.6652893,0.6322314,0.61157024,0.55785125,0.5289256,0.49173555,0.3140496,0.17768595,0.12809917,0.17768595,0.19008264,0.21487603,0.33471075,0.37603307,0.44214877,0.5041322,0.5495868,0.58264464,0.607438,0.60330576,0.6198347,0.6280992,0.62396693,0.6322314,0.6487603,0.6570248,0.6652893,0.677686,0.70247936,0.70247936,0.6983471,0.69008267,0.661157,0.6280992,0.55785125,0.5206612,0.5289256,0.56198347,0.61570245,0.677686,0.76033056,0.77272725,0.76033056,0.70247936,0.6404959,0.58677685,0.5413223,0.5413223,0.54545456,0.58677685,0.6322314,0.6446281,0.661157,0.6942149,0.6818182,0.6942149,0.6942149,0.6652893,0.6694215,0.6404959,0.62396693,0.6280992,0.6404959,0.6528926,0.6487603,0.6280992,0.59504133,0.53305787,0.5082645,0.46694216,0.25619835,0.1446281,0.2231405,0.3181818,0.2231405,0.19421488,0.3429752,0.3677686,0.42975205,0.46694216,0.5082645,0.54545456,0.5785124,0.58677685,0.58677685,0.607438,0.6280992,0.62396693,0.6363636,0.6570248,0.6694215,0.6818182,0.7107438,0.6942149,0.69008267,0.6859504,0.6446281,0.60330576,0.553719,0.4876033,0.5247934,0.59090906,0.6528926,0.7066116,0.77272725,0.78099173,0.74793386,0.6983471,0.6528926,0.61570245,0.54545456,0.53305787,0.54545456,0.55785125,0.62396693,0.6363636,0.661157,0.677686,0.6818182,0.6942149,0.6942149,0.6735537,0.6652893,0.6363636,0.6198347,0.6280992,0.6487603,0.6198347,0.62396693,0.60330576,0.56198347,0.5247934,0.49586776,0.43801653,0.2107438,0.2107438,0.41322315,0.46694216,0.3553719,0.2231405,0.3181818,0.40495867,0.40495867,0.446281,0.48347107,0.5082645,0.5413223,0.5661157,0.56198347,0.5785124,0.59917355,0.62396693,0.6487603,0.6652893,0.6735537,0.6818182,0.70247936,0.6859504,0.6694215,0.6735537,0.6446281,0.59090906,0.5041322,0.45867768,0.5413223,0.62396693,0.661157,0.71900827,0.78099173,0.7892562,0.74380165,0.70247936,0.6735537,0.6363636,0.54545456,0.5,0.5247934,0.553719,0.60330576,0.6363636,0.6570248,0.677686,0.69008267,0.71487606,0.6942149,0.6735537,0.6528926,0.6363636,0.6363636,0.6363636,0.607438,0.607438,0.59504133,0.57024795,0.5371901,0.5165289,0.46694216,0.39256197,0.2892562,0.41322315,0.53305787,0.5247934,0.46694216,0.30165288,0.3181818,0.4214876,0.40082645,0.42561984,0.46280992,0.47933885,0.5123967,0.5495868,0.56198347,0.5785124,0.59917355,0.6198347,0.6404959,0.6570248,0.6735537,0.677686,0.6983471,0.6859504,0.677686,0.661157,0.6487603,0.57438016,0.49173555,0.45454547,0.5661157,0.6404959,0.6818182,0.73966944,0.78512394,0.77272725,0.75619835,0.71900827,0.6942149,0.6446281,0.55785125,0.49173555,0.5041322,0.54545456,0.59504133,0.6404959,0.6652893,0.6735537,0.69008267,0.70247936,0.6652893,0.6570248,0.6652893,0.6487603,0.6322314,0.60330576,0.57438016,0.57438016,0.553719,0.54545456,0.5247934,0.49173555,0.44214877,0.37603307,0.4338843,0.5082645,0.57024795,0.6322314,0.5041322,0.3553719,0.3140496,0.42561984,0.4090909,0.4214876,0.45041323,0.46280992,0.48347107,0.5082645,0.54545456,0.55785125,0.58677685,0.61570245,0.6280992,0.6570248,0.6694215,0.6694215,0.6942149,0.6859504,0.677686,0.6570248,0.6363636,0.57024795,0.4876033,0.5041322,0.58264464,0.6363636,0.677686,0.74380165,0.77272725,0.77272725,0.76859504,0.7231405,0.6818182,0.6404959,0.5661157,0.5041322,0.49173555,0.53305787,0.59090906,0.6404959,0.6652893,0.6735537,0.677686,0.6983471,0.6528926,0.62396693,0.6487603,0.6280992,0.59090906,0.56198347,0.553719,0.54545456,0.53305787,0.5206612,0.5082645,0.46280992,0.4338843,0.37603307,0.5206612,0.5,0.5041322,0.7231405,0.6363636,0.4338843,0.30165288,0.42561984,0.4214876,0.42561984,0.45867768,0.46694216,0.46280992,0.47107437,0.5041322,0.5165289,0.54545456,0.58264464,0.59504133,0.61570245,0.6404959,0.6487603,0.6694215,0.69008267,0.677686,0.6570248,0.6280992,0.5495868,0.5165289,0.5123967,0.58264464,0.6363636,0.6859504,0.7231405,0.7355372,0.77272725,0.8057851,0.73140496,0.6694215,0.62396693,0.5785124,0.5,0.53305787,0.5082645,0.58677685,0.6322314,0.6652893,0.6652893,0.677686,0.6735537,0.6446281,0.62396693,0.6280992,0.60330576,0.5661157,0.5413223,0.5371901,0.5289256,0.5289256,0.5041322,0.48347107,0.46280992,0.4090909,0.41735536,0.553719,0.46694216,0.5165289,0.62396693,0.61157024,0.4752066,0.30991736,0.4090909,0.4214876,0.4338843,0.45867768,0.47107437,0.46280992,0.47107437,0.48347107,0.48347107,0.5082645,0.54545456,0.57024795,0.58677685,0.6280992,0.6363636,0.6570248,0.6859504,0.6818182,0.6652893,0.6198347,0.5247934,0.5206612,0.5082645,0.5661157,0.6280992,0.6859504,0.70247936,0.7066116,0.75206614,0.7933884,0.72727275,0.661157,0.607438,0.5785124,0.49586776,0.56198347,0.5206612,0.5661157,0.62396693,0.661157,0.661157,0.6859504,0.6528926,0.6322314,0.61157024,0.60330576,0.5785124,0.5495868,0.5247934,0.5123967,0.5123967,0.5082645,0.49586776,0.47933885,0.47107437,0.39256197,0.47107437,0.58677685,0.58264464,0.59504133,0.6404959,0.6487603,0.5289256,0.40495867,0.37190083,0.42561984,0.4338843,0.46280992,0.48347107,0.48347107,0.49173555,0.4876033,0.48347107,0.4876033,0.5165289,0.553719,0.58264464,0.6280992,0.6280992,0.6570248,0.6735537,0.677686,0.6735537,0.60330576,0.4876033,0.48347107,0.48347107,0.5206612,0.58264464,0.6446281,0.6735537,0.6735537,0.677686,0.6942149,0.6652893,0.6280992,0.58264464,0.54545456,0.5165289,0.5371901,0.5289256,0.5661157,0.61570245,0.6487603,0.6487603,0.6735537,0.6446281,0.6198347,0.59504133,0.57438016,0.5495868,0.5206612,0.5,0.5082645,0.5041322,0.5,0.5,0.49586776,0.46694216,0.37603307,0.5247934,0.57438016,0.5495868,0.55785125,0.70247936,0.7107438,0.6363636,0.4876033,0.3429752,0.41322315,0.42975205,0.45867768,0.47933885,0.49586776,0.48347107,0.5165289,0.5041322,0.49586776,0.5206612,0.5495868,0.58264464,0.607438,0.6363636,0.661157,0.6735537,0.6694215,0.6652893,0.5785124,0.45867768,0.42561984,0.4214876,0.42975205,0.47933885,0.5413223,0.58264464,0.59917355,0.59090906,0.5785124,0.553719,0.5371901,0.5123967,0.49586776,0.5,0.5082645,0.5123967,0.57438016,0.61157024,0.6363636,0.6570248,0.6528926,0.6322314,0.607438,0.5785124,0.553719,0.5289256,0.49586776,0.49586776,0.5082645,0.5041322,0.5123967,0.5082645,0.49586776,0.45867768,0.37190083,0.57024795,0.59504133,0.57438016,0.57438016,0.6942149,0.6983471,0.6652893,0.53305787,0.3140496,0.4090909,0.43801653,0.46280992,0.47933885,0.48347107,0.49173555,0.5165289,0.5165289,0.5206612,0.5371901,0.553719,0.58264464,0.61157024,0.6280992,0.6528926,0.677686,0.661157,0.6570248,0.5785124,0.4752066,0.38842976,0.34710744,0.28512397,0.3264463,0.41322315,0.46280992,0.4876033,0.49173555,0.4752066,0.446281,0.42561984,0.40082645,0.4090909,0.46280992,0.47933885,0.5082645,0.5785124,0.60330576,0.6322314,0.6404959,0.6363636,0.6198347,0.60330576,0.55785125,0.5413223,0.5123967,0.4876033,0.5082645,0.5082645,0.5082645,0.5165289,0.5123967,0.49173555,0.45041323,0.37603307,0.55785125,0.60330576,0.59090906,0.59090906,0.6363636,0.6487603,0.6404959,0.4876033,0.29338843,0.3966942,0.44214877,0.46280992,0.47933885,0.4752066,0.49586776,0.5041322,0.5165289,0.5247934,0.5371901,0.56198347,0.58264464,0.607438,0.6198347,0.6528926,0.661157,0.6652893,0.6694215,0.58264464,0.5289256,0.43801653,0.30578512,0.19421488,0.2107438,0.28099173,0.37603307,0.38016528,0.39256197,0.38842976,0.3553719,0.30991736,0.24380165,0.2644628,0.40495867,0.446281,0.5371901,0.59917355,0.60330576,0.6198347,0.6446281,0.6280992,0.61570245,0.59504133,0.553719,0.53305787,0.5082645,0.5123967,0.5082645,0.5165289,0.5165289,0.5165289,0.5041322,0.49173555,0.45454547,0.38016528,0.5041322,0.5785124,0.57438016,0.57024795,0.5082645,0.5495868,0.5206612,0.41322315,0.26859504,0.38016528,0.43801653,0.4752066,0.4876033,0.48347107,0.49586776,0.5041322,0.5123967,0.5247934,0.5289256,0.56198347,0.5785124,0.60330576,0.62396693,0.6528926,0.661157,0.661157,0.6818182,0.6487603,0.5785124,0.53305787,0.3181818,0.21900827,0.2603306,0.24793388,0.2520661,0.30578512,0.30991736,0.32231405,0.3677686,0.37190083,0.30991736,0.2520661,0.38016528,0.48347107,0.57438016,0.60330576,0.61157024,0.62396693,0.61157024,0.6322314,0.61570245,0.59090906,0.553719,0.5289256,0.5206612,0.5206612,0.5165289,0.5165289,0.5206612,0.5082645,0.49173555,0.4752066,0.45454547,0.3553719,0.38429752,0.5289256,0.53305787,0.5206612,0.30165288,0.37190083,0.35950413,0.3264463,0.2768595,0.36363637,0.43801653,0.48347107,0.5082645,0.5041322,0.5,0.5123967,0.5082645,0.5206612,0.53305787,0.55785125,0.58677685,0.61157024,0.6404959,0.6528926,0.6570248,0.661157,0.6859504,0.6942149,0.6652893,0.6280992,0.48347107,0.38016528,0.33471075,0.37603307,0.3677686,0.40082645,0.40495867,0.446281,0.5,0.4876033,0.45454547,0.47933885,0.5289256,0.5785124,0.60330576,0.60330576,0.607438,0.62396693,0.61157024,0.6198347,0.61157024,0.58677685,0.553719,0.53305787,0.5289256,0.5165289,0.5165289,0.5123967,0.5082645,0.49586776,0.48347107,0.4752066,0.47107437,0.3140496,0.19421488,0.36363637,0.41322315,0.37603307,0.28512397,0.30578512,0.2892562,0.30165288,0.2892562,0.3264463,0.41735536,0.47107437,0.5082645,0.5041322,0.5082645,0.5082645,0.5,0.5123967,0.53305787,0.553719,0.5785124,0.61157024,0.6404959,0.6528926,0.661157,0.6652893,0.6859504,0.6983471,0.6818182,0.6694215,0.59090906,0.5165289,0.45867768,0.4876033,0.5041322,0.5123967,0.5041322,0.5247934,0.5495868,0.54545456,0.5371901,0.57024795,0.59504133,0.59504133,0.61157024,0.61157024,0.61570245,0.6280992,0.6198347,0.59504133,0.60330576,0.5785124,0.553719,0.5247934,0.5247934,0.5123967,0.5082645,0.5041322,0.49586776,0.4876033,0.4876033,0.4752066,0.45867768,0.25619835,0.18181819,0.27272728,0.29338843,0.30578512,0.29752067,0.29338843,0.29752067,0.30165288,0.28512397,0.30578512,0.39256197,0.46280992,0.5,0.5123967,0.5206612,0.5123967,0.49173555,0.48347107,0.5206612,0.5371901,0.56198347,0.60330576,0.6198347,0.6446281,0.6528926,0.6570248,0.661157,0.6735537,0.6570248,0.6528926,0.62396693,0.58264464,0.5206612,0.5247934,0.5413223,0.53305787,0.5206612,0.5371901,0.56198347,0.5661157,0.55785125,0.58677685,0.59090906,0.59090906,0.607438,0.61570245,0.6198347,0.62396693,0.62396693,0.57024795,0.553719,0.56198347,0.553719,0.5206612,0.5206612,0.5123967,0.5,0.49586776,0.4876033,0.4876033,0.49586776,0.47933885,0.4214876,0.1983471,0.21900827,0.2768595,0.29752067,0.30991736,0.29752067,0.30165288,0.30165288,0.30165288,0.29338843,0.2892562,0.3677686,0.42975205,0.49586776,0.5041322,0.5247934,0.5082645,0.5082645,0.49173555,0.4876033,0.5371901,0.56198347,0.58677685,0.61157024,0.6280992,0.6280992,0.6363636,0.6528926,0.6528926,0.6363636,0.6363636,0.62396693,0.60330576,0.5661157,0.57024795,0.57024795,0.5495868,0.53305787,0.5165289,0.5495868,0.57024795,0.553719,0.56198347,0.58264464,0.57024795,0.59090906,0.59917355,0.607438,0.6322314,0.607438,0.58677685,0.55785125,0.55785125,0.5413223,0.5206612,0.4876033,0.5041322,0.5082645,0.4876033,0.4752066,0.49173555,0.49173555,0.4876033,0.34710744,0.1694215,0.23553719,0.28099173,0.30165288,0.30991736,0.29752067,0.29338843,0.30578512,0.29338843,0.30165288,0.29338843,0.3181818,0.40495867,0.47107437,0.49586776,0.5165289,0.5165289,0.5123967,0.49586776,0.49586776,0.5082645,0.5413223,0.55785125,0.58264464,0.61157024,0.60330576,0.60330576,0.6198347,0.6322314,0.6198347,0.62396693,0.6322314,0.62396693,0.61570245,0.6363636,0.6280992,0.5785124,0.56198347,0.5206612,0.5495868,0.58677685,0.5661157,0.5661157,0.57438016,0.56198347,0.57024795,0.57438016,0.58677685,0.58264464,0.5661157,0.57438016,0.55785125,0.5495868,0.53305787,0.5247934,0.47107437,0.5,0.5041322,0.4752066,0.4752066,0.49586776,0.4752066,0.47107437,0.25619835,0.18181819,0.2520661,0.2892562,0.29752067,0.30991736,0.29338843,0.2892562,0.30165288,0.29752067,0.30165288,0.30165288,0.28099173,0.3553719,0.44214877,0.49173555,0.5041322,0.5165289,0.5082645,0.49586776,0.49586776,0.5,0.5289256,0.53305787,0.553719,0.58677685,0.58677685,0.59090906,0.60330576,0.59090906,0.58677685,0.6322314,0.6652893,0.6446281,0.6404959,0.6942149,0.6818182,0.6280992,0.59917355,0.57438016,0.59090906,0.59504133,0.59917355,0.58264464,0.59090906,0.57024795,0.5661157,0.56198347,0.5661157,0.5413223,0.5247934,0.5413223,0.5413223,0.53305787,0.5247934,0.5041322,0.46280992,0.49586776,0.49586776,0.49173555,0.49586776,0.49586776,0.4752066,0.38842976,0.17768595,0.2107438,0.2603306,0.29338843,0.29752067,0.30991736,0.29752067,0.2892562,0.29752067,0.29752067,0.29752067,0.30578512,0.2892562,0.29752067,0.39256197,0.47933885,0.49586776,0.5082645,0.5041322,0.49586776,0.5041322,0.5041322,0.5123967,0.5206612,0.5289256,0.5371901,0.5371901,0.53305787,0.53305787,0.5413223,0.5413223,0.54545456,0.54545456,0.5165289,0.45041323,0.47933885,0.57438016,0.6280992,0.6363636,0.59504133,0.5289256,0.5123967,0.5413223,0.57438016,0.58264464,0.56198347,0.56198347,0.55785125,0.5413223,0.5371901,0.5165289,0.5289256,0.5206612,0.5206612,0.5247934,0.48347107,0.4752066,0.49586776,0.49586776,0.5,0.49586776,0.4876033,0.43801653,0.23966943,0.17768595,0.23140496,0.26859504,0.29752067,0.30165288,0.3181818,0.29338843,0.29338843,0.30578512,0.30991736,0.29752067,0.29752067,0.29338843,0.28512397,0.3181818,0.4338843,0.48347107,0.5082645,0.49586776,0.5,0.5,0.5123967,0.5165289,0.5082645,0.5041322,0.48347107,0.45041323,0.4090909,0.41735536,0.3966942,0.38842976,0.3677686,0.35950413,0.3677686,0.3553719,0.3553719,0.37603307,0.43801653,0.47933885,0.42975205,0.39256197,0.40495867,0.40082645,0.43801653,0.4876033,0.5082645,0.5247934,0.53305787,0.5082645,0.5206612,0.5206612,0.53305787,0.5206612,0.5206612,0.5082645,0.47933885,0.46694216,0.5,0.5,0.5,0.4876033,0.45041323,0.33471075,0.1570248,0.20661157,0.23553719,0.28099173,0.28512397,0.30165288,0.3140496,0.29752067,0.28512397,0.29752067,0.29752067,0.29752067,0.30165288,0.30165288,0.29752067,0.2644628,0.37603307,0.46694216,0.5041322,0.5,0.48347107,0.49586776,0.49173555,0.5206612,0.5041322,0.48347107,0.45041323,0.40082645,0.40082645,0.3966942,0.3305785,0.30578512,0.29752067,0.28512397,0.3181818,0.30165288,0.3140496,0.3305785,0.3429752,0.35123968,0.35950413,0.3429752,0.36363637,0.338843,0.32231405,0.33471075,0.35950413,0.39256197,0.41735536,0.446281,0.45867768,0.5,0.5206612,0.5206612,0.5082645,0.49586776,0.4752066,0.46694216,0.49586776,0.5041322,0.48347107,0.47107437,0.34710744,0.18181819,0.19421488,0.2231405,0.24793388,0.2892562,0.29338843,0.30578512,0.33471075,0.30165288,0.2892562,0.30165288,0.30165288,0.30165288,0.30165288,0.30578512,0.30165288,0.28099173,0.3140496,0.42975205,0.4876033,0.49173555,0.46694216,0.46694216,0.47933885,0.5041322,0.5041322,0.47933885,0.4752066,0.45041323,0.5123967,0.5165289,0.46694216,0.42975205,0.42975205,0.39256197,0.4214876,0.4338843,0.37603307,0.36363637,0.35123968,0.338843,0.32231405,0.30165288,0.32231405,0.29752067,0.28099173,0.30165288,0.2892562,0.30165288,0.3429752,0.37603307,0.38429752,0.45867768,0.5,0.5082645,0.5041322,0.49173555,0.47107437,0.4752066,0.49173555,0.49173555,0.47933885,0.38842976,0.20661157,0.18595041,0.20247933,0.22727273,0.2603306,0.28512397,0.30578512,0.30991736,0.32231405,0.30165288,0.29338843,0.29752067,0.29752067,0.30578512,0.30165288,0.29752067,0.30991736,0.2892562,0.30991736,0.38016528,0.46280992,0.49586776,0.46694216,0.45041323,0.45867768,0.49173555,0.5041322,0.5041322,0.5165289,0.5123967,0.5123967,0.5413223,0.54545456,0.5206612,0.5,0.4752066,0.5413223,0.56198347,0.55785125,0.53305787,0.49586776,0.46694216,0.46694216,0.42975205,0.446281,0.4214876,0.4090909,0.42561984,0.42561984,0.45867768,0.5082645,0.5,0.45867768,0.47933885,0.49173555,0.5082645,0.5082645,0.47933885,0.46694216,0.48347107,0.49173555,0.4876033,0.41322315,0.22727273,0.18181819,0.20661157,0.20661157,0.24793388,0.2768595,0.29338843,0.30991736,0.30991736,0.3181818,0.29338843,0.29752067,0.29752067,0.30165288,0.30578512,0.29752067,0.29752067,0.30578512,0.30165288,0.3140496,0.3553719,0.42561984,0.4752066,0.48347107,0.47107437,0.4338843,0.46280992,0.48347107,0.5041322,0.5,0.5,0.47933885,0.4876033,0.4876033,0.5165289,0.5041322,0.45867768,0.46694216,0.5,0.53305787,0.54545456,0.53305787,0.5206612,0.5247934,0.49586776,0.47107437,0.446281,0.42975205,0.43801653,0.43801653,0.4752066,0.5,0.4752066,0.5041322,0.5041322,0.5082645,0.5041322,0.5,0.46280992,0.47933885,0.4752066,0.49173555,0.47107437,0.2892562,0.17355372,0.20247933,0.20247933,0.2231405,0.2644628,0.28512397,0.29338843,0.30991736,0.3140496,0.3181818,0.29338843,0.30165288,0.29338843,0.29752067,0.30165288,0.29338843,0.30165288,0.30165288,0.29752067,0.338843,0.37190083,0.38842976,0.446281,0.47933885,0.47107437,0.45041323,0.44214877,0.47107437,0.49586776,0.4876033,0.46694216,0.45041323,0.42561984,0.41735536,0.3966942,0.44214877,0.48347107,0.44214877,0.42561984,0.446281,0.44214877,0.45867768,0.45454547,0.43801653,0.43801653,0.42561984,0.41322315,0.42975205,0.446281,0.44214877,0.46280992,0.47107437,0.47107437,0.5,0.5041322,0.5,0.4876033,0.4876033,0.45867768,0.48347107,0.47933885,0.4752066,0.41735536,0.2107438,0.1983471,0.2107438,0.20247933,0.24380165,0.2768595,0.29338843,0.30165288,0.30991736,0.3181818,0.3264463,0.30165288,0.29338843,0.29338843,0.29338843,0.30165288,0.29338843,0.30578512,0.29752067,0.2892562,0.35123968,0.3966942,0.38016528,0.4090909,0.46280992,0.46694216,0.45867768,0.45041323,0.4752066,0.49173555,0.5,0.44214877,0.4338843,0.4090909,0.38842976,0.38016528,0.3429752,0.36363637,0.40495867,0.446281,0.42975205,0.42975205,0.446281,0.42975205,0.4090909,0.3966942,0.41322315,0.4090909,0.4090909,0.41735536,0.4338843,0.446281,0.45454547,0.46694216,0.4876033,0.49586776,0.49173555,0.47933885,0.45867768,0.45867768,0.47107437,0.47107437,0.446281,0.38016528,0.1983471,0.1983471,0.20661157,0.23140496,0.2644628,0.28512397,0.29752067,0.30578512,0.30165288,0.30578512,0.3264463,0.28099173,0.29338843,0.29338843,0.29338843,0.30165288,0.29752067,0.30165288,0.29338843,0.29752067,0.3677686,0.41322315,0.40082645,0.36363637,0.42975205,0.46280992,0.46694216,0.46280992,0.46280992,0.4752066,0.49586776,0.47107437,0.45041323,0.4214876,0.41322315,0.41322315,0.38842976,0.34710744,0.30165288,0.2892562,0.2892562,0.29752067,0.32231405,0.30165288,0.28099173,0.2892562,0.3140496,0.3429752,0.37190083,0.41322315,0.4214876,0.43801653,0.45041323,0.46694216,0.48347107,0.49173555,0.48347107,0.47107437,0.45041323,0.46280992,0.46694216,0.43801653,0.42975205,0.37190083,0.18595041,0.20661157,0.2231405,0.24793388,0.28099173,0.2892562,0.30165288,0.3140496,0.3264463,0.3140496,0.3264463,0.2892562,0.29752067,0.29338843,0.29752067,0.29752067,0.29752067,0.29338843,0.29752067,0.3140496,0.3966942,0.4338843,0.41735536,0.35950413,0.3677686,0.446281,0.46694216,0.47107437,0.4752066,0.49586776,0.5041322,0.5041322,0.49586776,0.48347107,0.4752066,0.46280992,0.446281,0.44214877,0.41322315,0.38016528,0.36363637,0.35123968,0.35123968,0.38842976,0.37190083,0.3966942,0.41322315,0.42561984,0.4338843,0.44214877,0.45041323,0.45454547,0.45454547,0.5,0.5041322,0.5,0.48347107,0.46694216,0.45867768,0.45867768,0.44214877,0.40495867,0.45454547,0.36363637,0.18595041,0.21900827,0.24380165,0.26859504,0.2892562,0.29752067,0.30165288,0.30991736,0.3305785,0.29752067,0.3264463,0.29752067,0.29338843,0.29752067,0.29338843,0.29338843,0.28099173,0.29752067,0.30165288,0.30165288,0.40495867,0.4338843,0.41322315,0.3966942,0.338843,0.40082645,0.45454547,0.47107437,0.49586776,0.5289256,0.54545456,0.55785125,0.553719,0.54545456,0.5413223,0.5247934,0.5165289,0.5123967,0.49173555,0.48347107,0.49173555,0.5041322,0.5206612,0.54545456,0.5413223,0.54545456,0.5495868,0.553719,0.5123967,0.49586776,0.5,0.5041322,0.5247934,0.5289256,0.5206612,0.5123967,0.4876033,0.45867768,0.46280992,0.45041323,0.40495867,0.4214876,0.47107437,0.35123968,0.19421488,0.24380165,0.2644628,0.28099173,0.29338843,0.30165288,0.30578512,0.3181818,0.3181818,0.3140496,0.3181818,0.29338843,0.29338843,0.29338843,0.2892562,0.29338843,0.30165288,0.29338843,0.28099173,0.3140496,0.40495867,0.43801653,0.4214876,0.40082645,0.36363637,0.3553719,0.41735536,0.446281,0.48347107,0.53305787,0.54545456,0.58677685,0.59090906,0.5785124,0.57024795,0.5661157,0.56198347,0.5661157,0.5289256,0.5,0.5041322,0.5165289,0.5413223,0.5661157,0.553719,0.553719,0.57024795,0.57024795,0.5371901,0.5289256,0.53305787,0.5413223,0.553719,0.55785125,0.5371901,0.5123967,0.4876033,0.4752066,0.446281,0.40082645,0.4090909,0.45041323,0.47933885,0.3305785,0.2231405,0.2644628,0.29338843,0.2892562,0.30165288,0.30578512,0.30991736,0.3181818,0.30991736,0.32231405,0.32231405,0.28512397,0.29752067,0.29338843,0.2892562,0.29338843,0.29752067,0.29752067,0.28512397,0.3264463,0.42561984,0.42975205,0.4338843,0.38842976,0.38842976,0.35950413,0.37190083,0.4214876,0.45454547,0.5,0.55785125,0.5785124,0.607438,0.59504133,0.57438016,0.54545456,0.54545456,0.5661157,0.5785124,0.5371901,0.5206612,0.53305787,0.53305787,0.5495868,0.55785125,0.56198347,0.57024795,0.553719,0.5289256,0.5371901,0.553719,0.57438016,0.5785124,0.5495868,0.5371901,0.5082645,0.47933885,0.44214877,0.3966942,0.39256197,0.45041323,0.45867768,0.47107437,0.30991736,0.2520661,0.28099173,0.30578512,0.29752067,0.30165288,0.30578512,0.30991736,0.3181818,0.30991736,0.32231405,0.3264463,0.2892562,0.29338843,0.2892562,0.29338843,0.29338843,0.28512397,0.30165288,0.28512397,0.3264463,0.4338843,0.45041323,0.43801653,0.4090909,0.39256197,0.38016528,0.35123968,0.37190083,0.41735536,0.47933885,0.5206612,0.57024795,0.59504133,0.59504133,0.56198347,0.53305787,0.5041322,0.5082645,0.57024795,0.54545456,0.5289256,0.5247934,0.5165289,0.5165289,0.5495868,0.553719,0.55785125,0.53305787,0.5041322,0.5082645,0.55785125,0.59090906,0.57438016,0.54545456,0.5247934,0.4876033,0.44214877,0.39256197,0.38429752,0.44214877,0.46694216,0.4752066,0.47107437,0.28099173,0.28099173,0.2892562,0.29752067,0.30578512,0.30578512,0.3140496,0.3140496,0.30991736,0.32231405,0.32231405,0.3305785,0.2892562,0.29752067,0.2892562,0.29338843,0.29338843,0.2892562,0.29338843,0.28512397,0.3553719,0.44214877,0.45867768,0.43801653,0.4214876,0.3966942,0.38842976,0.37190083,0.3429752,0.37603307,0.43801653,0.47933885,0.5206612,0.55785125,0.57438016,0.56198347,0.5371901,0.49173555,0.47107437,0.5206612,0.54545456,0.5371901,0.5206612,0.5082645,0.49586776,0.5371901,0.5413223,0.5289256,0.5165289,0.4876033,0.47933885,0.5413223,0.57024795,0.54545456,0.5247934,0.49173555,0.43801653,0.38429752,0.37190083,0.4338843,0.47107437,0.47933885,0.4876033,0.45041323,0.29338843,0.28512397,0.29752067,0.3140496,0.30165288,0.3140496,0.30991736,0.3140496,0.30578512,0.3305785,0.3140496,0.3305785,0.2892562,0.2892562,0.29338843,0.2892562,0.30578512,0.28512397,0.28099173,0.30578512,0.44214877,0.45454547,0.45041323,0.45454547,0.4338843,0.41322315,0.39256197,0.38016528,0.35950413,0.33471075,0.37603307,0.42561984,0.46694216,0.5041322,0.5413223,0.553719,0.5371901,0.5165289,0.47107437,0.4752066,0.49173555,0.5123967,0.5,0.49173555,0.5,0.5041322,0.5206612,0.5082645,0.4752066,0.48347107,0.49173555,0.5289256,0.5289256,0.5082645,0.4876033,0.43801653,0.38016528,0.37603307,0.42975205,0.45867768,0.48347107,0.49173555,0.48347107,0.45454547,0.28512397,0.29752067,0.30991736,0.30991736,0.30991736,0.3140496,0.3140496,0.3140496,0.3181818,0.3181818,0.3264463,0.3264463,0.2892562,0.2892562,0.29338843,0.30165288,0.29752067,0.29338843,0.2603306,0.4090909,0.5247934,0.446281,0.45454547,0.45041323,0.44214877,0.41735536,0.40082645,0.38429752,0.37190083,0.3429752,0.3305785,0.35123968,0.41322315,0.446281,0.48347107,0.5123967,0.5123967,0.5041322,0.48347107,0.46694216,0.46280992,0.47933885,0.4752066,0.47107437,0.46694216,0.4752066,0.4876033,0.4752066,0.46694216,0.47107437,0.48347107,0.49173555,0.4752066,0.45867768,0.42561984,0.37603307,0.38016528,0.42975205,0.47107437,0.4876033,0.5,0.49173555,0.45454547,0.5123967,0.3140496,0.2892562,0.30578512,0.30578512,0.3140496,0.3181818,0.32231405,0.3140496,0.3181818,0.32231405,0.3140496,0.3181818,0.2892562,0.29338843,0.29752067,0.29752067,0.2892562,0.28099173,0.27272728,0.53305787,0.5041322,0.44214877,0.46694216,0.44214877,0.45041323,0.4338843,0.4090909,0.38842976,0.37603307,0.35123968,0.33471075,0.3264463,0.34710744,0.38842976,0.42561984,0.46280992,0.44214877,0.45454547,0.43801653,0.43801653,0.4338843,0.43801653,0.45041323,0.446281,0.43801653,0.45041323,0.44214877,0.44214877,0.43801653,0.446281,0.44214877,0.45454547,0.4338843,0.40082645,0.37190083,0.38016528,0.4338843,0.47107437,0.47933885,0.5082645,0.49586776,0.49173555,0.43801653,0.5247934,0.54545456,0.23140496,0.30578512,0.3140496,0.3140496,0.3140496,0.3181818,0.30991736,0.3264463,0.3140496,0.32231405,0.3181818,0.2892562,0.2892562,0.2892562,0.29752067,0.28512397,0.27272728,0.3264463,0.6322314,0.4752066,0.446281,0.46694216,0.45867768,0.45454547,0.42975205,0.41735536,0.39256197,0.37190083,0.36363637,0.3429752,0.3429752,0.32231405,0.3181818,0.3429752,0.3966942,0.40082645,0.40082645,0.40495867,0.3966942,0.3966942,0.40082645,0.40495867,0.3966942,0.4090909,0.4090909,0.4090909,0.40495867,0.3966942,0.41322315,0.39256197,0.3966942,0.37190083,0.36363637,0.38429752,0.42975205,0.45867768,0.46694216,0.49173555,0.5041322,0.49173555,0.48347107,0.46280992,0.37190083,0.76859504,0.29338843,0.29752067,0.3181818,0.3140496,0.3181818,0.3140496,0.3140496,0.32231405,0.3181818,0.3181818,0.32231405,28 +0.3553719,0.338843,0.16115703,0.1570248,0.14876033,0.13636364,0.19008264,0.30578512,0.43801653,0.5289256,0.553719,0.60330576,0.6198347,0.59090906,0.59917355,0.55785125,0.5082645,0.47107437,0.45041323,0.42975205,0.45041323,0.4214876,0.4090909,0.33471075,0.40495867,0.45041323,0.44214877,0.45867768,0.44214877,0.5082645,0.5413223,0.55785125,0.607438,0.62396693,0.6280992,0.6198347,0.607438,0.61157024,0.58677685,0.61570245,0.59090906,0.61157024,0.607438,0.607438,0.6280992,0.6446281,0.6487603,0.6735537,0.6983471,0.6859504,0.6570248,0.6322314,0.6198347,0.57024795,0.53305787,0.5082645,0.44214877,0.33471075,0.20661157,0.27272728,0.23553719,0.2107438,0.18595041,0.1694215,0.3264463,0.35123968,0.23553719,0.1694215,0.1694215,0.16115703,0.1983471,0.30991736,0.45041323,0.5123967,0.57024795,0.61157024,0.6446281,0.62396693,0.6322314,0.61157024,0.57024795,0.5371901,0.5041322,0.46280992,0.446281,0.44214877,0.41735536,0.3966942,0.41322315,0.446281,0.5165289,0.5082645,0.47933885,0.4876033,0.56198347,0.61157024,0.62396693,0.6322314,0.6363636,0.6363636,0.6322314,0.6363636,0.6198347,0.6280992,0.6280992,0.61570245,0.61570245,0.60330576,0.607438,0.6280992,0.6363636,0.6487603,0.6652893,0.6818182,0.6652893,0.6446281,0.62396693,0.58677685,0.53305787,0.5041322,0.45454547,0.35950413,0.22727273,0.23966943,0.2231405,0.16528925,0.20247933,0.1570248,0.28512397,0.3429752,0.3181818,0.20661157,0.16528925,0.17768595,0.1983471,0.29752067,0.44214877,0.5165289,0.55785125,0.6280992,0.6528926,0.6528926,0.6322314,0.6363636,0.61157024,0.57438016,0.54545456,0.5123967,0.4876033,0.47933885,0.46280992,0.446281,0.42975205,0.4876033,0.49586776,0.5371901,0.553719,0.5247934,0.55785125,0.6363636,0.6528926,0.6570248,0.6694215,0.6652893,0.6570248,0.661157,0.6652893,0.6528926,0.6570248,0.6528926,0.6404959,0.6363636,0.6280992,0.62396693,0.6280992,0.6363636,0.6363636,0.6446281,0.6570248,0.6528926,0.6280992,0.607438,0.553719,0.5041322,0.4752066,0.38842976,0.22727273,0.23140496,0.23140496,0.12809917,0.20661157,0.17355372,0.30991736,0.2892562,0.338843,0.2768595,0.19008264,0.19008264,0.1983471,0.29752067,0.44214877,0.5123967,0.5661157,0.6404959,0.661157,0.6694215,0.6528926,0.6487603,0.6446281,0.6322314,0.60330576,0.57438016,0.54545456,0.5289256,0.5123967,0.5165289,0.49173555,0.53305787,0.57024795,0.55785125,0.59090906,0.58264464,0.59504133,0.6446281,0.661157,0.6818182,0.6983471,0.7107438,0.70247936,0.6859504,0.69008267,0.6818182,0.6818182,0.677686,0.6652893,0.6570248,0.6528926,0.6404959,0.6404959,0.6404959,0.6404959,0.6198347,0.6363636,0.6446281,0.6198347,0.61570245,0.55785125,0.5041322,0.47107437,0.41735536,0.2603306,0.23140496,0.2231405,0.11157025,0.20247933,0.17768595,0.3305785,0.27272728,0.30578512,0.3181818,0.2603306,0.2231405,0.2231405,0.2892562,0.4338843,0.5123967,0.57438016,0.6404959,0.6570248,0.6652893,0.677686,0.661157,0.6694215,0.6818182,0.6735537,0.6487603,0.6198347,0.59090906,0.57438016,0.5785124,0.57438016,0.5785124,0.62396693,0.6198347,0.6322314,0.61157024,0.6322314,0.661157,0.661157,0.6942149,0.72727275,0.75206614,0.75206614,0.7355372,0.7355372,0.7231405,0.7231405,0.71900827,0.71487606,0.6942149,0.69008267,0.6735537,0.6694215,0.6570248,0.661157,0.6363636,0.62396693,0.6322314,0.6198347,0.59917355,0.5661157,0.5123967,0.47107437,0.42561984,0.30165288,0.24380165,0.20247933,0.11157025,0.17355372,0.18181819,0.23140496,0.28512397,0.2892562,0.2892562,0.29752067,0.26859504,0.2644628,0.30991736,0.4214876,0.5165289,0.5785124,0.6363636,0.6487603,0.6570248,0.6570248,0.6735537,0.677686,0.6983471,0.6983471,0.69008267,0.6735537,0.6528926,0.6446281,0.6487603,0.6322314,0.6446281,0.6446281,0.6487603,0.6652893,0.661157,0.6818182,0.69008267,0.6859504,0.7066116,0.7355372,0.76033056,0.77272725,0.7644628,0.7644628,0.76033056,0.75619835,0.75206614,0.74380165,0.72727275,0.72727275,0.7066116,0.6942149,0.6818182,0.6735537,0.6652893,0.6446281,0.62396693,0.61157024,0.58677685,0.57024795,0.5206612,0.4876033,0.44214877,0.3140496,0.23553719,0.1983471,0.13636364,0.15289256,0.19008264,0.15289256,0.2231405,0.26859504,0.24380165,0.24380165,0.2644628,0.28512397,0.3264463,0.41735536,0.5165289,0.56198347,0.59504133,0.6280992,0.62396693,0.62396693,0.6363636,0.661157,0.6652893,0.661157,0.6694215,0.6818182,0.6735537,0.6818182,0.6942149,0.6942149,0.6818182,0.6735537,0.6818182,0.69008267,0.7066116,0.71487606,0.71900827,0.71900827,0.72727275,0.73966944,0.75206614,0.76859504,0.77272725,0.78099173,0.77272725,0.77272725,0.7644628,0.74793386,0.7355372,0.73140496,0.71900827,0.7066116,0.6859504,0.677686,0.6652893,0.661157,0.6198347,0.61570245,0.58677685,0.57024795,0.5289256,0.5,0.47107437,0.35123968,0.24793388,0.20661157,0.17355372,0.1446281,0.19421488,0.14049587,0.1570248,0.2107438,0.2231405,0.2107438,0.21900827,0.24380165,0.30991736,0.40495867,0.4876033,0.5041322,0.4752066,0.49586776,0.5,0.54545456,0.553719,0.5785124,0.5785124,0.58677685,0.58264464,0.59917355,0.62396693,0.6570248,0.6570248,0.6983471,0.70247936,0.6859504,0.70247936,0.7107438,0.73140496,0.7231405,0.71900827,0.7231405,0.73140496,0.73966944,0.75206614,0.76859504,0.76859504,0.7644628,0.74793386,0.75619835,0.74793386,0.7355372,0.7107438,0.6694215,0.661157,0.6570248,0.6280992,0.60330576,0.59917355,0.57438016,0.55785125,0.59090906,0.55785125,0.56198347,0.5289256,0.5041322,0.48347107,0.4090909,0.29338843,0.22727273,0.18595041,0.18181819,0.1694215,0.11157025,0.15289256,0.1446281,0.17355372,0.19421488,0.20247933,0.2231405,0.29752067,0.35123968,0.39256197,0.4214876,0.37603307,0.3429752,0.338843,0.4090909,0.4214876,0.4214876,0.4214876,0.446281,0.4752066,0.49586776,0.53305787,0.607438,0.607438,0.62396693,0.69008267,0.6983471,0.7231405,0.7107438,0.72727275,0.7107438,0.7107438,0.71487606,0.72727275,0.71900827,0.73966944,0.74380165,0.7231405,0.7066116,0.70247936,0.6652893,0.6198347,0.61157024,0.57024795,0.5206612,0.5082645,0.5165289,0.4876033,0.45454547,0.48347107,0.45867768,0.42561984,0.46694216,0.45867768,0.49173555,0.5041322,0.5041322,0.4752066,0.44214877,0.35123968,0.2603306,0.20247933,0.17355372,0.17768595,0.10330579,0.14049587,0.10743801,0.12809917,0.1446281,0.16115703,0.21900827,0.27272728,0.30991736,0.34710744,0.35950413,0.37190083,0.32231405,0.28512397,0.28512397,0.3264463,0.30578512,0.30578512,0.3429752,0.36363637,0.40495867,0.42975205,0.5247934,0.5785124,0.59504133,0.6322314,0.6942149,0.71487606,0.71487606,0.7231405,0.6983471,0.69008267,0.7066116,0.71900827,0.6818182,0.7107438,0.6859504,0.6652893,0.6528926,0.6446281,0.553719,0.47107437,0.45041323,0.42975205,0.40082645,0.38016528,0.40495867,0.38842976,0.39256197,0.3966942,0.38842976,0.3966942,0.41322315,0.4214876,0.4090909,0.41735536,0.45867768,0.47107437,0.45454547,0.39256197,0.3181818,0.2231405,0.18181819,0.17768595,0.11983471,0.13636364,0.09090909,0.11157025,0.10743801,0.14049587,0.21900827,0.24793388,0.30578512,0.36363637,0.3677686,0.4090909,0.41322315,0.35950413,0.2768595,0.2768595,0.27272728,0.2520661,0.28099173,0.3181818,0.338843,0.3966942,0.446281,0.5289256,0.57438016,0.60330576,0.6528926,0.6942149,0.7066116,0.69008267,0.677686,0.661157,0.69008267,0.6859504,0.6570248,0.6859504,0.6487603,0.59090906,0.59917355,0.57024795,0.46694216,0.40495867,0.35123968,0.34710744,0.3305785,0.3181818,0.33471075,0.34710744,0.34710744,0.3553719,0.4214876,0.4752066,0.4752066,0.45454547,0.41322315,0.38016528,0.38429752,0.446281,0.45454547,0.42561984,0.38429752,0.28099173,0.18181819,0.16528925,0.12396694,0.11983471,0.09917355,0.09917355,0.11157025,0.15289256,0.20247933,0.24380165,0.3305785,0.40082645,0.446281,0.49586776,0.5495868,0.5289256,0.45454547,0.38842976,0.3305785,0.28099173,0.2644628,0.30578512,0.338843,0.3677686,0.42975205,0.46280992,0.5165289,0.59504133,0.61570245,0.6983471,0.6735537,0.6446281,0.6487603,0.6446281,0.661157,0.6694215,0.6487603,0.661157,0.6487603,0.553719,0.56198347,0.4876033,0.44214877,0.38842976,0.338843,0.3140496,0.28099173,0.2768595,0.3140496,0.37190083,0.44214877,0.5371901,0.59504133,0.59504133,0.5661157,0.5371901,0.5041322,0.42561984,0.37190083,0.3677686,0.4338843,0.45041323,0.44214877,0.3305785,0.20247933,0.1570248,0.12809917,0.10743801,0.10743801,0.08264463,0.11157025,0.16528925,0.1983471,0.2603306,0.39256197,0.4752066,0.5289256,0.56198347,0.60330576,0.59090906,0.56198347,0.5123967,0.4752066,0.42561984,0.38842976,0.37603307,0.38016528,0.38016528,0.41322315,0.45454547,0.45867768,0.53305787,0.59090906,0.6446281,0.6694215,0.6487603,0.6528926,0.6322314,0.6363636,0.6652893,0.6652893,0.6404959,0.59090906,0.54545456,0.53305787,0.46694216,0.45041323,0.38842976,0.3553719,0.338843,0.3429752,0.35950413,0.4214876,0.4876033,0.553719,0.61157024,0.6446281,0.6322314,0.61570245,0.58677685,0.5661157,0.49586776,0.42975205,0.35950413,0.36363637,0.4338843,0.45867768,0.35123968,0.23553719,0.18181819,0.12396694,0.09504132,0.11570248,0.0785124,0.09504132,0.14876033,0.19421488,0.29752067,0.42975205,0.5123967,0.553719,0.58264464,0.553719,0.5082645,0.44214877,0.38429752,0.3677686,0.36363637,0.38429752,0.39256197,0.4214876,0.4338843,0.42975205,0.42975205,0.4338843,0.48347107,0.53305787,0.62396693,0.661157,0.661157,0.6487603,0.6528926,0.6280992,0.6363636,0.6404959,0.607438,0.553719,0.5371901,0.5082645,0.47933885,0.46280992,0.42975205,0.41735536,0.40082645,0.38016528,0.3429752,0.3305785,0.34710744,0.36363637,0.4214876,0.5041322,0.58677685,0.607438,0.61157024,0.60330576,0.56198347,0.5,0.43801653,0.338843,0.38429752,0.46280992,0.40082645,0.23553719,0.17768595,0.12809917,0.10743801,0.10330579,0.0785124,0.08677686,0.14049587,0.1983471,0.3264463,0.44214877,0.5123967,0.5371901,0.5041322,0.41322315,0.30991736,0.3181818,0.28512397,0.23553719,0.2231405,0.29752067,0.3429752,0.3429752,0.37603307,0.42561984,0.42561984,0.3966942,0.4090909,0.46694216,0.553719,0.6404959,0.6859504,0.6652893,0.661157,0.6818182,0.6694215,0.6363636,0.5785124,0.5247934,0.49173555,0.45867768,0.46694216,0.46694216,0.44214877,0.41735536,0.4214876,0.40082645,0.38842976,0.3429752,0.27272728,0.23140496,0.3264463,0.3966942,0.32231405,0.4214876,0.54545456,0.58264464,0.5661157,0.54545456,0.5247934,0.40082645,0.3429752,0.446281,0.4214876,0.33471075,0.18181819,0.11570248,0.11570248,0.09090909,0.08264463,0.0785124,0.1322314,0.2107438,0.3305785,0.44214877,0.49586776,0.49586776,0.39256197,0.30165288,0.37603307,0.45454547,0.2603306,0.2603306,0.23553719,0.23966943,0.446281,0.49586776,0.4214876,0.40495867,0.40495867,0.41322315,0.37190083,0.39256197,0.43801653,0.59917355,0.6818182,0.70247936,0.6735537,0.7107438,0.7107438,0.6363636,0.553719,0.49173555,0.46280992,0.45454547,0.47933885,0.45867768,0.43801653,0.46280992,0.4752066,0.5082645,0.44214877,0.30165288,0.2107438,0.21900827,0.24793388,0.5289256,0.4876033,0.3305785,0.38842976,0.5041322,0.553719,0.5413223,0.53305787,0.45041323,0.35950413,0.41735536,0.45041323,0.37603307,0.23966943,0.1446281,0.10330579,0.10330579,0.08264463,0.07438017,0.12396694,0.23966943,0.3429752,0.44214877,0.49173555,0.40495867,0.3305785,0.35123968,0.55785125,0.49173555,0.2231405,0.2768595,0.34710744,0.24793388,0.42561984,0.6528926,0.553719,0.4876033,0.4752066,0.4338843,0.4214876,0.36363637,0.338843,0.5123967,0.6694215,0.73140496,0.71900827,0.73140496,0.7231405,0.6280992,0.5206612,0.48347107,0.47107437,0.47107437,0.47933885,0.46694216,0.49586776,0.49586776,0.5041322,0.59917355,0.40495867,0.22727273,0.2644628,0.27272728,0.29752067,0.41735536,0.6528926,0.5206612,0.34710744,0.37190083,0.5041322,0.5289256,0.5289256,0.49173555,0.40495867,0.40082645,0.46694216,0.4090909,0.26859504,0.1446281,0.11157025,0.10330579,0.08264463,0.0661157,0.1322314,0.2768595,0.37190083,0.45867768,0.4752066,0.3140496,0.40495867,0.446281,0.61570245,0.49173555,0.29752067,0.2107438,0.4090909,0.48347107,0.5,0.72727275,0.6363636,0.607438,0.5,0.5495868,0.5371901,0.4338843,0.3140496,0.42561984,0.6363636,0.73966944,0.74793386,0.73966944,0.71487606,0.60330576,0.5247934,0.5041322,0.4752066,0.5206612,0.5041322,0.55785125,0.5371901,0.5123967,0.553719,0.6363636,0.46694216,0.21900827,0.38842976,0.42561984,0.26859504,0.45041323,0.6528926,0.62396693,0.45041323,0.34710744,0.3966942,0.5247934,0.5371901,0.5247934,0.45041323,0.40082645,0.46280992,0.43801653,0.27272728,0.13636364,0.11157025,0.09504132,0.08264463,0.07438017,0.15289256,0.3305785,0.40495867,0.45454547,0.45454547,0.30165288,0.48347107,0.4876033,0.59917355,0.58677685,0.38842976,0.30578512,0.3429752,0.5413223,0.6818182,0.78099173,0.6859504,0.73140496,0.5289256,0.5123967,0.6280992,0.54545456,0.3429752,0.42561984,0.607438,0.72727275,0.75206614,0.73966944,0.6942149,0.58264464,0.5371901,0.5206612,0.5,0.58264464,0.57438016,0.59090906,0.55785125,0.5371901,0.59090906,0.6652893,0.59504133,0.38429752,0.3264463,0.39256197,0.40082645,0.6198347,0.6404959,0.6198347,0.5413223,0.40495867,0.35950413,0.49586776,0.54545456,0.5413223,0.49586776,0.42561984,0.45041323,0.46280992,0.2892562,0.15289256,0.10743801,0.09917355,0.08677686,0.07024793,0.1983471,0.38016528,0.44214877,0.43801653,0.45041323,0.3429752,0.49586776,0.5661157,0.59917355,0.6735537,0.59504133,0.54545456,0.5785124,0.6942149,0.78512394,0.78512394,0.71487606,0.7355372,0.58677685,0.5165289,0.6446281,0.6487603,0.4338843,0.48347107,0.6198347,0.7231405,0.74793386,0.73966944,0.69008267,0.57438016,0.55785125,0.53305787,0.5041322,0.6322314,0.6404959,0.5495868,0.60330576,0.553719,0.62396693,0.71487606,0.75206614,0.661157,0.57438016,0.56198347,0.6528926,0.71487606,0.6363636,0.6198347,0.57438016,0.43801653,0.38842976,0.48347107,0.54545456,0.54545456,0.5289256,0.46280992,0.45041323,0.48347107,0.3305785,0.18181819,0.11157025,0.09504132,0.09090909,0.08264463,0.25619835,0.41735536,0.47107437,0.446281,0.446281,0.39256197,0.43801653,0.58264464,0.6280992,0.677686,0.6818182,0.6983471,0.72727275,0.76033056,0.76859504,0.75206614,0.6983471,0.72727275,0.6487603,0.6528926,0.6942149,0.6735537,0.5123967,0.5413223,0.661157,0.73966944,0.74793386,0.73966944,0.70247936,0.58677685,0.57024795,0.55785125,0.5165289,0.6694215,0.6859504,0.59917355,0.6446281,0.60330576,0.6363636,0.7107438,0.73966944,0.75619835,0.72727275,0.71487606,0.71900827,0.6818182,0.61570245,0.61157024,0.5289256,0.43801653,0.42561984,0.49173555,0.53305787,0.54545456,0.5413223,0.5041322,0.46280992,0.49173555,0.38429752,0.2107438,0.11157025,0.09917355,0.09504132,0.11983471,0.3305785,0.45041323,0.49586776,0.4876033,0.47107437,0.47107437,0.41322315,0.48347107,0.57024795,0.59090906,0.607438,0.6280992,0.6570248,0.6983471,0.6983471,0.677686,0.6404959,0.6652893,0.677686,0.7066116,0.7107438,0.61157024,0.54545456,0.58677685,0.70247936,0.75206614,0.74793386,0.74793386,0.70247936,0.60330576,0.5661157,0.59504133,0.553719,0.6198347,0.69008267,0.6528926,0.6570248,0.6280992,0.607438,0.6404959,0.661157,0.6818182,0.661157,0.6487603,0.6446281,0.59504133,0.553719,0.5495868,0.4876033,0.4752066,0.49173555,0.49173555,0.5289256,0.5495868,0.553719,0.5289256,0.49586776,0.5123967,0.43801653,0.21487603,0.11570248,0.10743801,0.09917355,0.13636364,0.38429752,0.49173555,0.5247934,0.5413223,0.5247934,0.5206612,0.47933885,0.45454547,0.5082645,0.5247934,0.53305787,0.553719,0.55785125,0.57438016,0.57438016,0.5661157,0.5661157,0.58677685,0.6198347,0.6652893,0.661157,0.59090906,0.553719,0.6198347,0.73140496,0.75619835,0.73966944,0.74380165,0.7107438,0.61157024,0.55785125,0.61157024,0.59917355,0.59090906,0.6487603,0.6446281,0.61570245,0.59090906,0.56198347,0.55785125,0.57438016,0.59504133,0.59504133,0.59504133,0.59917355,0.5661157,0.5661157,0.5371901,0.5247934,0.54545456,0.5495868,0.5247934,0.5371901,0.56198347,0.56198347,0.5495868,0.5165289,0.5206612,0.47933885,0.18595041,0.11157025,0.11983471,0.09504132,0.1570248,0.42975205,0.5289256,0.553719,0.58677685,0.57438016,0.5247934,0.553719,0.5165289,0.5206612,0.54545456,0.5495868,0.54545456,0.5371901,0.5206612,0.53305787,0.55785125,0.5661157,0.58677685,0.6322314,0.6528926,0.6404959,0.5785124,0.54545456,0.6280992,0.73966944,0.7644628,0.74793386,0.74793386,0.70247936,0.59917355,0.55785125,0.607438,0.6446281,0.62396693,0.6363636,0.6487603,0.6280992,0.59917355,0.5661157,0.5495868,0.5371901,0.54545456,0.5661157,0.58677685,0.59917355,0.59504133,0.58677685,0.57024795,0.5661157,0.57438016,0.57438016,0.55785125,0.57024795,0.58677685,0.59504133,0.57438016,0.5495868,0.5206612,0.5082645,0.14876033,0.14049587,0.11983471,0.09090909,0.18181819,0.46694216,0.5413223,0.58264464,0.6280992,0.6198347,0.553719,0.5661157,0.57438016,0.5661157,0.58264464,0.57024795,0.5661157,0.56198347,0.57024795,0.58264464,0.58677685,0.58677685,0.60330576,0.6446281,0.6652893,0.62396693,0.54545456,0.53305787,0.6280992,0.73140496,0.7644628,0.74793386,0.74380165,0.6859504,0.59917355,0.58677685,0.59090906,0.6652893,0.6694215,0.677686,0.6570248,0.6528926,0.6528926,0.62396693,0.61570245,0.61570245,0.59504133,0.59090906,0.59090906,0.61570245,0.6198347,0.607438,0.61157024,0.60330576,0.59504133,0.5785124,0.59504133,0.61157024,0.62396693,0.61157024,0.59504133,0.57024795,0.5289256,0.5123967,0.1322314,0.1322314,0.12809917,0.12396694,0.2231405,0.47107437,0.5413223,0.58677685,0.6528926,0.6487603,0.58677685,0.5785124,0.59504133,0.59504133,0.6198347,0.607438,0.59917355,0.59504133,0.59504133,0.59917355,0.59504133,0.59504133,0.62396693,0.6652893,0.6363636,0.5661157,0.5206612,0.5371901,0.6322314,0.71900827,0.76033056,0.74793386,0.7355372,0.6735537,0.60330576,0.58264464,0.59504133,0.6363636,0.6735537,0.6859504,0.69008267,0.6446281,0.6735537,0.6652893,0.6487603,0.6528926,0.661157,0.6487603,0.6446281,0.6570248,0.6446281,0.6487603,0.6487603,0.6280992,0.61570245,0.59917355,0.62396693,0.6322314,0.6446281,0.6280992,0.607438,0.57438016,0.54545456,0.5123967,0.1322314,0.1322314,0.14049587,0.1446281,0.23553719,0.4752066,0.5371901,0.59090906,0.661157,0.6735537,0.6363636,0.607438,0.62396693,0.6363636,0.6404959,0.6198347,0.61157024,0.59504133,0.59090906,0.58264464,0.59090906,0.61570245,0.677686,0.677686,0.61157024,0.53305787,0.5041322,0.5371901,0.6280992,0.7231405,0.75619835,0.75206614,0.7231405,0.6652893,0.607438,0.5785124,0.59917355,0.61157024,0.6404959,0.6859504,0.7066116,0.677686,0.6694215,0.6859504,0.6735537,0.661157,0.677686,0.6983471,0.69008267,0.6983471,0.6818182,0.6694215,0.6570248,0.6363636,0.62396693,0.6363636,0.6652893,0.677686,0.661157,0.6487603,0.61157024,0.59090906,0.5371901,0.5123967,0.14876033,0.14049587,0.15289256,0.14049587,0.23140496,0.46694216,0.5247934,0.59504133,0.6570248,0.677686,0.6652893,0.661157,0.6570248,0.6652893,0.6652893,0.6528926,0.62396693,0.59917355,0.59917355,0.59090906,0.6280992,0.6859504,0.70247936,0.661157,0.56198347,0.5247934,0.5041322,0.57438016,0.6528926,0.73140496,0.76859504,0.74380165,0.70247936,0.6528926,0.60330576,0.58264464,0.59504133,0.59917355,0.6198347,0.677686,0.7107438,0.7066116,0.6859504,0.6859504,0.69008267,0.6735537,0.6859504,0.6983471,0.71487606,0.71487606,0.6942149,0.6818182,0.6694215,0.6652893,0.6528926,0.6735537,0.6983471,0.6983471,0.6735537,0.6528926,0.61157024,0.58677685,0.5413223,0.49586776,0.1694215,0.14876033,0.15289256,0.1446281,0.2107438,0.45041323,0.5165289,0.5785124,0.6404959,0.6735537,0.6570248,0.6859504,0.6735537,0.661157,0.6652893,0.6487603,0.6363636,0.6280992,0.6363636,0.6528926,0.6818182,0.70247936,0.6942149,0.6446281,0.5413223,0.5041322,0.5289256,0.607438,0.6735537,0.74793386,0.76033056,0.7355372,0.69008267,0.6528926,0.607438,0.5785124,0.5785124,0.58677685,0.59504133,0.6570248,0.6983471,0.71487606,0.70247936,0.70247936,0.71900827,0.7066116,0.70247936,0.69008267,0.70247936,0.7355372,0.7231405,0.69008267,0.6983471,0.6859504,0.6859504,0.6942149,0.7107438,0.7107438,0.6859504,0.6487603,0.607438,0.5785124,0.5289256,0.48347107,0.22727273,0.17768595,0.14876033,0.16115703,0.19008264,0.41322315,0.5041322,0.55785125,0.61157024,0.6446281,0.6280992,0.6528926,0.661157,0.6404959,0.6694215,0.6528926,0.6446281,0.6570248,0.6735537,0.69008267,0.70247936,0.69008267,0.6694215,0.6322314,0.5206612,0.48347107,0.57024795,0.6446281,0.70247936,0.76033056,0.75619835,0.71900827,0.677686,0.661157,0.6280992,0.57438016,0.5661157,0.58264464,0.5785124,0.6322314,0.6735537,0.6983471,0.7066116,0.7107438,0.72727275,0.7231405,0.72727275,0.71487606,0.7107438,0.72727275,0.71900827,0.69008267,0.6983471,0.6942149,0.7066116,0.71487606,0.71487606,0.7066116,0.69008267,0.6404959,0.59504133,0.56198347,0.5247934,0.47107437,0.3553719,0.23966943,0.1322314,0.16528925,0.16528925,0.37603307,0.47933885,0.53305787,0.59504133,0.61570245,0.607438,0.6280992,0.6404959,0.6446281,0.6446281,0.661157,0.6570248,0.677686,0.6859504,0.6983471,0.6983471,0.6859504,0.6570248,0.61570245,0.49586776,0.5123967,0.61570245,0.6528926,0.7107438,0.77272725,0.76859504,0.71900827,0.69008267,0.677686,0.6363636,0.57024795,0.5371901,0.57024795,0.57438016,0.61157024,0.661157,0.6818182,0.7066116,0.7107438,0.73140496,0.7231405,0.7355372,0.73140496,0.7231405,0.72727275,0.69008267,0.6735537,0.6859504,0.6859504,0.7107438,0.7107438,0.7066116,0.6983471,0.6735537,0.6198347,0.5661157,0.5661157,0.49173555,0.45454547,0.48347107,0.3305785,0.13636364,0.16528925,0.16115703,0.338843,0.45454547,0.5,0.55785125,0.59090906,0.59504133,0.60330576,0.6280992,0.6404959,0.6404959,0.6570248,0.6694215,0.677686,0.69008267,0.6942149,0.6859504,0.6818182,0.6570248,0.59504133,0.46694216,0.5495868,0.6404959,0.6694215,0.7355372,0.7933884,0.78512394,0.72727275,0.70247936,0.6859504,0.6487603,0.57024795,0.5123967,0.5413223,0.57024795,0.60330576,0.6446281,0.677686,0.7066116,0.71487606,0.73140496,0.72727275,0.7355372,0.7355372,0.7231405,0.72727275,0.69008267,0.6735537,0.6735537,0.6859504,0.70247936,0.6942149,0.6942149,0.6735537,0.6404959,0.59917355,0.553719,0.553719,0.46280992,0.446281,0.5371901,0.43801653,0.1570248,0.16115703,0.15289256,0.30165288,0.4338843,0.4752066,0.5206612,0.56198347,0.58264464,0.58677685,0.60330576,0.6280992,0.6363636,0.6570248,0.6694215,0.677686,0.6859504,0.6859504,0.677686,0.6694215,0.6528926,0.553719,0.46694216,0.58264464,0.6446281,0.6942149,0.75206614,0.80991733,0.78512394,0.73140496,0.6983471,0.677686,0.6528926,0.57024795,0.5041322,0.5247934,0.5495868,0.59917355,0.6363636,0.677686,0.7066116,0.7107438,0.72727275,0.7355372,0.73966944,0.72727275,0.72727275,0.7107438,0.70247936,0.6859504,0.6818182,0.6818182,0.6735537,0.6735537,0.6652893,0.6446281,0.60330576,0.5785124,0.553719,0.5289256,0.446281,0.43801653,0.5371901,0.4876033,0.21487603,0.15289256,0.15289256,0.26859504,0.41322315,0.46280992,0.49173555,0.53305787,0.5661157,0.57024795,0.59090906,0.607438,0.6363636,0.6528926,0.661157,0.6694215,0.69008267,0.6859504,0.6818182,0.661157,0.6363636,0.5041322,0.5,0.59917355,0.6528926,0.7066116,0.74380165,0.78512394,0.7768595,0.74380165,0.7107438,0.6694215,0.6487603,0.57024795,0.5082645,0.53305787,0.5206612,0.5785124,0.6322314,0.6694215,0.71487606,0.71487606,0.73140496,0.7355372,0.7355372,0.6942149,0.6942149,0.7107438,0.70247936,0.69008267,0.6694215,0.6570248,0.6487603,0.6404959,0.6280992,0.61157024,0.57438016,0.56198347,0.54545456,0.5,0.44214877,0.446281,0.5247934,0.47933885,0.29752067,0.17768595,0.16115703,0.22727273,0.40082645,0.446281,0.47107437,0.5082645,0.5495868,0.56198347,0.59504133,0.61157024,0.6198347,0.6487603,0.6570248,0.6652893,0.6859504,0.6859504,0.677686,0.6652893,0.60330576,0.48347107,0.5165289,0.58677685,0.6735537,0.70247936,0.72727275,0.7355372,0.7768595,0.78099173,0.72727275,0.6694215,0.6404959,0.58264464,0.5165289,0.58677685,0.5289256,0.553719,0.6280992,0.677686,0.7107438,0.7231405,0.7231405,0.72727275,0.73966944,0.69008267,0.677686,0.6942149,0.6942149,0.6528926,0.6322314,0.6198347,0.61157024,0.607438,0.59504133,0.58677685,0.5661157,0.5495868,0.5371901,0.49173555,0.45041323,0.46280992,0.5413223,0.45867768,0.3264463,0.26859504,0.21487603,0.20661157,0.38429752,0.446281,0.45867768,0.48347107,0.5206612,0.5495868,0.56198347,0.59504133,0.61157024,0.6280992,0.6446281,0.661157,0.6694215,0.6859504,0.6818182,0.6570248,0.5785124,0.4752066,0.5,0.57024795,0.6487603,0.6859504,0.6983471,0.6942149,0.73140496,0.74380165,0.6983471,0.6528926,0.6198347,0.58264464,0.5371901,0.59917355,0.57438016,0.5165289,0.61157024,0.677686,0.70247936,0.71900827,0.71487606,0.7231405,0.7231405,0.6859504,0.677686,0.6818182,0.677686,0.6280992,0.607438,0.59090906,0.59090906,0.58264464,0.5785124,0.5661157,0.55785125,0.54545456,0.5206612,0.49586776,0.46694216,0.46694216,0.55785125,0.45867768,0.33471075,0.3181818,0.3677686,0.2644628,0.35950413,0.446281,0.45454547,0.46694216,0.49173555,0.5,0.53305787,0.54545456,0.59090906,0.59504133,0.61570245,0.6404959,0.6446281,0.677686,0.69008267,0.6404959,0.5495868,0.45867768,0.44214877,0.5041322,0.59090906,0.6363636,0.6528926,0.6528926,0.6570248,0.6446281,0.62396693,0.60330576,0.5785124,0.5661157,0.54545456,0.5785124,0.57438016,0.49173555,0.59504133,0.6694215,0.6983471,0.71487606,0.71487606,0.71900827,0.6983471,0.6818182,0.6570248,0.6652893,0.6404959,0.6363636,0.60330576,0.58264464,0.57438016,0.57024795,0.5661157,0.55785125,0.54545456,0.5413223,0.5289256,0.5041322,0.4752066,0.45867768,0.57024795,0.53305787,0.3305785,0.338843,0.4752066,0.38842976,0.3429752,0.43801653,0.47107437,0.47107437,0.47933885,0.48347107,0.49586776,0.5247934,0.5495868,0.56198347,0.58677685,0.62396693,0.6363636,0.661157,0.6818182,0.6198347,0.5165289,0.4338843,0.37603307,0.3966942,0.446281,0.5206612,0.56198347,0.56198347,0.5371901,0.5165289,0.5123967,0.5123967,0.5082645,0.5247934,0.53305787,0.54545456,0.55785125,0.5082645,0.59090906,0.6694215,0.6983471,0.69008267,0.70247936,0.7107438,0.6942149,0.677686,0.6487603,0.6487603,0.6280992,0.59917355,0.58264464,0.553719,0.5495868,0.553719,0.553719,0.5495868,0.5371901,0.53305787,0.5289256,0.5082645,0.4752066,0.44214877,0.5082645,0.6446281,0.3966942,0.3966942,0.49586776,0.4338843,0.34710744,0.42975205,0.47107437,0.47933885,0.47933885,0.47107437,0.49173555,0.47933885,0.5165289,0.5661157,0.58264464,0.62396693,0.6404959,0.6652893,0.6694215,0.59504133,0.5123967,0.3966942,0.37190083,0.3140496,0.30991736,0.42975205,0.46694216,0.47933885,0.47107437,0.45041323,0.446281,0.43801653,0.44214877,0.46280992,0.5,0.53305787,0.5371901,0.5165289,0.59504133,0.6652893,0.6859504,0.6983471,0.7066116,0.7066116,0.6859504,0.6694215,0.6404959,0.61157024,0.59504133,0.57024795,0.5495868,0.5371901,0.5495868,0.54545456,0.54545456,0.5495868,0.5495868,0.54545456,0.5413223,0.5206612,0.46280992,0.43801653,0.5123967,0.60330576,0.5413223,0.54545456,0.5,0.38842976,0.35950413,0.41735536,0.46280992,0.47933885,0.48347107,0.5,0.49173555,0.4752066,0.5041322,0.5495868,0.57024795,0.61157024,0.6363636,0.661157,0.6570248,0.5785124,0.5165289,0.40495867,0.37190083,0.2231405,0.11570248,0.3181818,0.39256197,0.40495867,0.41735536,0.41322315,0.37603307,0.30578512,0.25619835,0.29752067,0.44214877,0.5082645,0.5,0.5165289,0.59917355,0.6528926,0.677686,0.6942149,0.6983471,0.69008267,0.6735537,0.6570248,0.62396693,0.59917355,0.5785124,0.5495868,0.5247934,0.5247934,0.5371901,0.5371901,0.54545456,0.553719,0.5495868,0.5495868,0.54545456,0.5165289,0.46694216,0.4338843,0.661157,0.5082645,0.5165289,0.58677685,0.54545456,0.42561984,0.37190083,0.41735536,0.46280992,0.47933885,0.4876033,0.5041322,0.49586776,0.49173555,0.5041322,0.55785125,0.57024795,0.607438,0.6363636,0.6652893,0.6528926,0.58264464,0.53305787,0.49173555,0.40495867,0.25619835,0.16528925,0.23140496,0.29752067,0.3429752,0.36363637,0.35950413,0.3677686,0.38842976,0.35123968,0.2107438,0.34710744,0.43801653,0.45867768,0.5495868,0.6280992,0.6446281,0.6735537,0.677686,0.69008267,0.6735537,0.6652893,0.6446281,0.60330576,0.59504133,0.5661157,0.5413223,0.5206612,0.5289256,0.5289256,0.5289256,0.5495868,0.5661157,0.56198347,0.553719,0.54545456,0.5206612,0.47107437,0.4214876,0.7355372,0.6198347,0.5123967,0.5413223,0.5206612,0.45454547,0.40495867,0.41322315,0.45454547,0.4752066,0.47933885,0.5,0.5041322,0.5041322,0.5041322,0.5495868,0.57438016,0.60330576,0.6280992,0.6570248,0.6487603,0.6198347,0.57438016,0.5661157,0.4752066,0.26859504,0.21487603,0.30165288,0.3140496,0.35123968,0.38016528,0.41735536,0.48347107,0.5082645,0.48347107,0.38429752,0.3264463,0.40082645,0.47933885,0.58677685,0.6198347,0.6528926,0.6694215,0.6735537,0.69008267,0.6694215,0.6652893,0.6446281,0.59917355,0.58677685,0.55785125,0.5371901,0.5247934,0.53305787,0.5247934,0.5289256,0.5495868,0.55785125,0.56198347,0.5495868,0.5371901,0.5082645,0.47107437,0.42561984,0.677686,0.6942149,0.6446281,0.5661157,0.5661157,0.5123967,0.45454547,0.42561984,0.45454547,0.47933885,0.4752066,0.4876033,0.5082645,0.49173555,0.5082645,0.5371901,0.57438016,0.60330576,0.62396693,0.6528926,0.6487603,0.6487603,0.6446281,0.6198347,0.56198347,0.38016528,0.32231405,0.3677686,0.44214877,0.47933885,0.4876033,0.49586776,0.54545456,0.55785125,0.5165289,0.48347107,0.446281,0.49586776,0.57438016,0.607438,0.62396693,0.6487603,0.6694215,0.6694215,0.6735537,0.6652893,0.6570248,0.6363636,0.60330576,0.57024795,0.5495868,0.5413223,0.5289256,0.53305787,0.5371901,0.5413223,0.553719,0.56198347,0.56198347,0.5495868,0.53305787,0.5,0.4752066,0.41735536,0.5206612,0.69008267,0.6859504,0.6487603,0.6198347,0.57024795,0.4876033,0.4214876,0.45041323,0.4752066,0.47933885,0.48347107,0.49586776,0.5,0.5,0.5413223,0.5661157,0.60330576,0.6363636,0.6446281,0.6446281,0.661157,0.677686,0.661157,0.62396693,0.5165289,0.4752066,0.43801653,0.5082645,0.5413223,0.5495868,0.53305787,0.5661157,0.59090906,0.57024795,0.5661157,0.5785124,0.607438,0.62396693,0.6280992,0.6280992,0.6363636,0.6570248,0.6735537,0.6694215,0.6652893,0.6570248,0.6363636,0.60330576,0.58264464,0.55785125,0.5495868,0.53305787,0.5371901,0.5413223,0.5495868,0.553719,0.55785125,0.553719,0.5413223,0.5289256,0.5041322,0.4876033,0.4090909,0.32231405,0.6363636,0.677686,0.6694215,0.6322314,0.5661157,0.4876033,0.4214876,0.45041323,0.48347107,0.4876033,0.49586776,0.4876033,0.49586776,0.49586776,0.5371901,0.5661157,0.607438,0.6404959,0.6446281,0.6446281,0.6652893,0.6735537,0.6652893,0.6446281,0.60330576,0.553719,0.5041322,0.54545456,0.57024795,0.5661157,0.54545456,0.5785124,0.60330576,0.59917355,0.59090906,0.61157024,0.62396693,0.6280992,0.6322314,0.6322314,0.6404959,0.6570248,0.6694215,0.6652893,0.6570248,0.6487603,0.6322314,0.607438,0.5785124,0.55785125,0.54545456,0.5413223,0.5413223,0.54545456,0.54545456,0.54545456,0.5495868,0.54545456,0.5289256,0.5206612,0.49586776,0.4876033,0.41322315,0.24793388,0.46694216,0.61157024,0.6322314,0.59917355,0.5247934,0.44214877,0.40082645,0.45867768,0.49586776,0.5,0.5,0.49173555,0.48347107,0.4876033,0.5371901,0.55785125,0.59917355,0.6280992,0.6404959,0.6446281,0.6487603,0.6528926,0.6487603,0.6363636,0.62396693,0.59917355,0.56198347,0.59504133,0.59090906,0.5785124,0.5413223,0.55785125,0.59504133,0.60330576,0.58677685,0.607438,0.607438,0.61570245,0.61570245,0.6322314,0.6446281,0.661157,0.6694215,0.661157,0.6322314,0.61570245,0.607438,0.60330576,0.5785124,0.5495868,0.5413223,0.5413223,0.5371901,0.5413223,0.5371901,0.5371901,0.5413223,0.53305787,0.5289256,0.5247934,0.49173555,0.4876033,0.40495867,0.2644628,0.29752067,0.45454547,0.5413223,0.53305787,0.45867768,0.3677686,0.3677686,0.45041323,0.49586776,0.5041322,0.5082645,0.5041322,0.46280992,0.4752066,0.5289256,0.5413223,0.59090906,0.61570245,0.62396693,0.6322314,0.6363636,0.6322314,0.6322314,0.6363636,0.6280992,0.60330576,0.59917355,0.6446281,0.6198347,0.59504133,0.54545456,0.5247934,0.58264464,0.60330576,0.59090906,0.59917355,0.59504133,0.59917355,0.59504133,0.6280992,0.6322314,0.6652893,0.677686,0.6528926,0.62396693,0.59504133,0.59504133,0.59090906,0.5785124,0.54545456,0.5413223,0.54545456,0.53305787,0.5371901,0.53305787,0.5289256,0.5289256,0.53305787,0.53305787,0.5165289,0.49586776,0.4876033,0.40082645,0.27272728,0.28512397,0.30165288,0.3553719,0.3966942,0.37603307,0.3140496,0.3264463,0.42975205,0.49173555,0.5123967,0.5082645,0.5123967,0.45867768,0.45041323,0.5082645,0.5289256,0.57438016,0.60330576,0.60330576,0.61157024,0.6280992,0.6280992,0.6198347,0.6404959,0.6446281,0.6198347,0.6528926,0.70247936,0.677686,0.6280992,0.58264464,0.5413223,0.607438,0.62396693,0.607438,0.59090906,0.607438,0.59090906,0.59090906,0.61157024,0.61570245,0.6487603,0.6363636,0.62396693,0.62396693,0.607438,0.59917355,0.58264464,0.57438016,0.5413223,0.53305787,0.53305787,0.5413223,0.5371901,0.5289256,0.5289256,0.5289256,0.5371901,0.53305787,0.5123967,0.49586776,0.4752066,0.38842976,0.28512397,0.2892562,0.28099173,0.2892562,0.30165288,0.30578512,0.2892562,0.29338843,0.40082645,0.48347107,0.5,0.5247934,0.5123967,0.48347107,0.44214877,0.4876033,0.5206612,0.553719,0.58264464,0.59504133,0.60330576,0.61570245,0.61570245,0.60330576,0.6446281,0.6570248,0.6280992,0.6363636,0.71900827,0.7107438,0.677686,0.6363636,0.607438,0.6404959,0.6446281,0.6322314,0.6198347,0.6198347,0.607438,0.59504133,0.61157024,0.607438,0.61570245,0.58677685,0.58677685,0.60330576,0.59917355,0.59504133,0.57438016,0.56198347,0.5413223,0.5082645,0.5289256,0.5413223,0.53305787,0.5247934,0.5206612,0.5413223,0.5371901,0.5289256,0.5123967,0.47933885,0.49173555,0.28512397,0.29338843,0.28512397,0.2892562,0.28512397,0.28099173,0.28099173,0.2892562,0.28099173,0.36363637,0.45867768,0.5,0.5123967,0.5206612,0.49586776,0.45454547,0.46694216,0.5041322,0.5289256,0.55785125,0.58677685,0.58677685,0.59090906,0.59504133,0.5785124,0.607438,0.58677685,0.53305787,0.45867768,0.55785125,0.6363636,0.6942149,0.6818182,0.62396693,0.5785124,0.57024795,0.607438,0.6404959,0.6198347,0.61157024,0.607438,0.61157024,0.59917355,0.59090906,0.5661157,0.55785125,0.57438016,0.58264464,0.58264464,0.55785125,0.54545456,0.5371901,0.5123967,0.5289256,0.5495868,0.5413223,0.5165289,0.5123967,0.54545456,0.5371901,0.5206612,0.5041322,0.4752066,0.4752066,0.16528925,0.29752067,0.2892562,0.2892562,0.29338843,0.28512397,0.28512397,0.2892562,0.26859504,0.3181818,0.4214876,0.4752066,0.5165289,0.5123967,0.5,0.46280992,0.47107437,0.48347107,0.5165289,0.53305787,0.5495868,0.54545456,0.5371901,0.5371901,0.49173555,0.43801653,0.4214876,0.40495867,0.40082645,0.38429752,0.41322315,0.5082645,0.5082645,0.446281,0.42975205,0.4214876,0.44214877,0.5289256,0.57438016,0.58677685,0.59917355,0.60330576,0.59504133,0.59090906,0.5785124,0.56198347,0.57024795,0.56198347,0.55785125,0.553719,0.5371901,0.5165289,0.5082645,0.5289256,0.53305787,0.553719,0.5495868,0.54545456,0.5495868,0.53305787,0.5,0.4752066,0.4876033,0.38842976,0.11570248,0.2892562,0.28099173,0.29338843,0.2892562,0.29338843,0.28512397,0.29338843,0.2892562,0.2892562,0.37190083,0.46694216,0.4876033,0.5123967,0.5,0.47107437,0.47933885,0.48347107,0.5,0.5082645,0.49173555,0.45867768,0.42975205,0.40082645,0.3553719,0.32231405,0.3305785,0.3553719,0.35123968,0.3677686,0.3677686,0.40082645,0.40495867,0.39256197,0.40495867,0.41322315,0.39256197,0.38016528,0.4338843,0.47933885,0.54545456,0.55785125,0.5661157,0.55785125,0.56198347,0.57024795,0.58264464,0.553719,0.56198347,0.5413223,0.5371901,0.5123967,0.5041322,0.5413223,0.5247934,0.5495868,0.553719,0.553719,0.54545456,0.5206612,0.47933885,0.45867768,0.46694216,0.2520661,0.16115703,0.29338843,0.28099173,0.2892562,0.29338843,0.28099173,0.2892562,0.2892562,0.29338843,0.27272728,0.3305785,0.42975205,0.4752066,0.5041322,0.48347107,0.47107437,0.47933885,0.49173555,0.49586776,0.4876033,0.45454547,0.38842976,0.3553719,0.3140496,0.25619835,0.2644628,0.24793388,0.28099173,0.26859504,0.28099173,0.3264463,0.3553719,0.35123968,0.34710744,0.3429752,0.338843,0.35123968,0.3264463,0.3264463,0.35123968,0.38016528,0.43801653,0.47933885,0.5041322,0.53305787,0.553719,0.5661157,0.553719,0.55785125,0.54545456,0.53305787,0.5123967,0.49586776,0.53305787,0.5495868,0.56198347,0.55785125,0.5495868,0.53305787,0.49586776,0.45454547,0.446281,0.37603307,0.1694215,0.18595041,0.28099173,0.29338843,0.28512397,0.28512397,0.28512397,0.28512397,0.2892562,0.29752067,0.28512397,0.2768595,0.3677686,0.46280992,0.5,0.4876033,0.47107437,0.47107437,0.5041322,0.5,0.48347107,0.45867768,0.45041323,0.5041322,0.46280992,0.39256197,0.42561984,0.38842976,0.4090909,0.446281,0.4214876,0.40082645,0.38429752,0.3553719,0.34710744,0.33471075,0.33471075,0.34710744,0.2768595,0.33471075,0.3264463,0.2768595,0.3181818,0.35123968,0.39256197,0.45041323,0.5082645,0.5413223,0.5495868,0.5413223,0.5371901,0.53305787,0.5123967,0.5,0.5289256,0.56198347,0.55785125,0.54545456,0.53305787,0.5082645,0.46694216,0.42561984,0.38429752,0.2231405,0.17355372,0.19421488,0.2892562,0.28512397,0.29338843,0.2768595,0.2892562,0.29752067,0.2892562,0.29338843,0.2892562,0.28099173,0.30578512,0.4214876,0.49586776,0.49173555,0.45867768,0.47107437,0.49173555,0.5041322,0.5041322,0.49586776,0.5,0.5371901,0.5495868,0.49586776,0.5123967,0.46694216,0.5165289,0.5413223,0.57024795,0.57024795,0.53305787,0.5082645,0.5165289,0.48347107,0.47107437,0.46694216,0.4338843,0.4338843,0.446281,0.40082645,0.42975205,0.46280992,0.47107437,0.45454547,0.49173555,0.5206612,0.5371901,0.5413223,0.5371901,0.5413223,0.5041322,0.5,0.5371901,0.553719,0.553719,0.5413223,0.5123967,0.48347107,0.4338843,0.38016528,0.26859504,0.16528925,0.19008264,0.19008264,0.28512397,0.2892562,0.29338843,0.28512397,0.29338843,0.29338843,0.2892562,0.2892562,0.2892562,0.29338843,0.2644628,0.37603307,0.47107437,0.49586776,0.45454547,0.45454547,0.47933885,0.5041322,0.5206612,0.5206612,0.5082645,0.5123967,0.5289256,0.5123967,0.5082645,0.45867768,0.49586776,0.5041322,0.55785125,0.5785124,0.5785124,0.56198347,0.5785124,0.57024795,0.5495868,0.5206612,0.4876033,0.46280992,0.4752066,0.45867768,0.49586776,0.5371901,0.53305787,0.5123967,0.5247934,0.53305787,0.5371901,0.5495868,0.5413223,0.53305787,0.5041322,0.5123967,0.54545456,0.5495868,0.5495868,0.53305787,0.5,0.44214877,0.4090909,0.29752067,0.17355372,0.16528925,0.19008264,0.1983471,0.28099173,0.29338843,0.28512397,0.29752067,0.2892562,0.2892562,0.2892562,0.29338843,0.29338843,0.2892562,0.26859504,0.30165288,0.45041323,0.48347107,0.46280992,0.43801653,0.45454547,0.49586776,0.5206612,0.5165289,0.49586776,0.47933885,0.46280992,0.45867768,0.4752066,0.4752066,0.44214877,0.44214877,0.48347107,0.49586776,0.5123967,0.49586776,0.47933885,0.5,0.5,0.46694216,0.45867768,0.48347107,0.48347107,0.47933885,0.5123967,0.5289256,0.5247934,0.5206612,0.5413223,0.5371901,0.54545456,0.54545456,0.5413223,0.5206612,0.5041322,0.5289256,0.5413223,0.5371901,0.5495868,0.5123967,0.47107437,0.39256197,0.37603307,0.24793388,0.1694215,0.17768595,0.19008264,0.20247933,0.28099173,0.29338843,0.28099173,0.2892562,0.2892562,0.2892562,0.2892562,0.29338843,0.29338843,0.2892562,0.2892562,0.26859504,0.3966942,0.47107437,0.47107437,0.45041323,0.446281,0.47933885,0.5165289,0.5041322,0.48347107,0.45867768,0.42975205,0.39256197,0.39256197,0.4214876,0.44214877,0.44214877,0.45454547,0.45041323,0.47107437,0.45867768,0.4338843,0.4338843,0.446281,0.446281,0.46280992,0.48347107,0.46694216,0.48347107,0.5,0.5082645,0.5165289,0.5247934,0.53305787,0.5371901,0.5371901,0.53305787,0.53305787,0.5165289,0.5165289,0.53305787,0.53305787,0.53305787,0.53305787,0.49173555,0.4214876,0.35123968,0.3677686,0.23553719,0.16528925,0.18181819,0.1983471,0.20247933,0.28099173,0.29338843,0.28512397,0.28512397,0.28099173,0.2892562,0.28099173,0.29338843,0.28512397,0.29338843,0.2892562,0.27272728,0.33471075,0.44214877,0.46694216,0.46694216,0.45041323,0.47107437,0.5123967,0.5041322,0.47933885,0.45454547,0.42561984,0.40495867,0.37603307,0.3553719,0.35123968,0.38842976,0.38016528,0.38429752,0.40495867,0.40495867,0.38429752,0.38429752,0.40495867,0.41322315,0.4214876,0.44214877,0.446281,0.4876033,0.4876033,0.49173555,0.5041322,0.5123967,0.5247934,0.5371901,0.5289256,0.5247934,0.5165289,0.5123967,0.5123967,0.5289256,0.5206612,0.5247934,0.5165289,0.45454547,0.37603307,0.36363637,0.38429752,0.21900827,0.16528925,0.18595041,0.1983471,0.1983471,0.2768595,0.29338843,0.28512397,0.28099173,0.2892562,0.2892562,0.28099173,0.2892562,0.28099173,0.29752067,0.2892562,0.28512397,0.2768595,0.3966942,0.45454547,0.45867768,0.45041323,0.46280992,0.5,0.5123967,0.49173555,0.46694216,0.43801653,0.4338843,0.4214876,0.3966942,0.3429752,0.3264463,0.30165288,0.29338843,0.29752067,0.30991736,0.30578512,0.30578512,0.33471075,0.35950413,0.38842976,0.4214876,0.45454547,0.47107437,0.47933885,0.48347107,0.49173555,0.5041322,0.5206612,0.5289256,0.5247934,0.5123967,0.5,0.5041322,0.5082645,0.5247934,0.5123967,0.5082645,0.49173555,0.4090909,0.37190083,0.41322315,0.39256197,0.20247933,0.16115703,0.19421488,0.20247933,0.1983471,0.28099173,0.2892562,0.2892562,0.28099173,0.29338843,0.2892562,0.28512397,0.2892562,0.2892562,0.29752067,0.2892562,0.29752067,0.2644628,0.3181818,0.43801653,0.45454547,0.45867768,0.45867768,0.47933885,0.5041322,0.5041322,0.49586776,0.4752066,0.4752066,0.48347107,0.45041323,0.44214877,0.42561984,0.42975205,0.42975205,0.4338843,0.45041323,0.46280992,0.45867768,0.47107437,0.46694216,0.45454547,0.46694216,0.47933885,0.48347107,0.4876033,0.47933885,0.49173555,0.5165289,0.5289256,0.5247934,0.5206612,0.5123967,0.49586776,0.49586776,0.5041322,0.5165289,0.49586776,0.47933885,0.42975205,0.38016528,0.41735536,0.45867768,0.38016528,0.19008264,0.17355372,0.19008264,0.21487603,0.20661157,0.2768595,0.29338843,0.28512397,0.2892562,0.28512397,0.28512397,0.2892562,0.2892562,0.2892562,0.29338843,0.29752067,0.29338843,0.28099173,0.27272728,0.39256197,0.43801653,0.45867768,0.45867768,0.4876033,0.5123967,0.5247934,0.5289256,0.5165289,0.5289256,0.5165289,0.5082645,0.5123967,0.49586776,0.5041322,0.5082645,0.5206612,0.5413223,0.5661157,0.57024795,0.58264464,0.5785124,0.55785125,0.5289256,0.5041322,0.5082645,0.5165289,0.5041322,0.5123967,0.5371901,0.5413223,0.53305787,0.5247934,0.5206612,0.49586776,0.49586776,0.5123967,0.5041322,0.48347107,0.42975205,0.39256197,0.4090909,0.45454547,0.4876033,0.3677686,0.18595041,0.19008264,0.19421488,0.20247933,0.22727273,0.28512397,0.29338843,0.27272728,0.2892562,0.28512397,0.28512397,0.28512397,0.29752067,0.29338843,0.29338843,0.29338843,0.29338843,0.27272728,0.27272728,0.38842976,0.40495867,0.45041323,0.47107437,0.5041322,0.5371901,0.553719,0.56198347,0.5661157,0.57024795,0.54545456,0.58677685,0.57438016,0.53305787,0.5206612,0.5123967,0.5371901,0.5661157,0.58264464,0.58264464,0.58677685,0.59504133,0.61157024,0.57438016,0.5413223,0.5413223,0.5495868,0.55785125,0.55785125,0.56198347,0.56198347,0.5413223,0.5289256,0.5165289,0.4876033,0.49586776,0.5041322,0.4876033,0.45041323,0.38016528,0.41322315,0.446281,0.47107437,0.4876033,0.34710744,0.19008264,0.18595041,0.1983471,0.2231405,0.24380165,0.28099173,0.29338843,0.26859504,0.2892562,0.28512397,0.28099173,0.28512397,0.28512397,0.29752067,0.2892562,0.29338843,0.28512397,0.28512397,0.2768595,0.3966942,0.3966942,0.41735536,0.45454547,0.5082645,0.54545456,0.5785124,0.59090906,0.58677685,0.58677685,0.58264464,0.59917355,0.61157024,0.5785124,0.55785125,0.57438016,0.58264464,0.59090906,0.61157024,0.60330576,0.60330576,0.59917355,0.607438,0.5785124,0.57024795,0.5661157,0.5661157,0.57438016,0.58264464,0.58677685,0.5785124,0.55785125,0.5289256,0.5123967,0.5,0.48347107,0.48347107,0.46280992,0.37603307,0.38842976,0.45041323,0.46694216,0.46694216,0.49173555,0.3305785,0.1694215,0.20247933,0.20247933,0.22727273,0.2520661,28 +0.34710744,0.2892562,0.19008264,0.18181819,0.19008264,0.23553719,0.36363637,0.5041322,0.54545456,0.58677685,0.6404959,0.6735537,0.6859504,0.6694215,0.6652893,0.6487603,0.61570245,0.58677685,0.553719,0.5082645,0.49586776,0.48347107,0.46280992,0.45454547,0.43801653,0.49586776,0.5041322,0.54545456,0.5413223,0.5247934,0.58677685,0.6363636,0.6446281,0.6487603,0.661157,0.6528926,0.6404959,0.6363636,0.6404959,0.6363636,0.6322314,0.61570245,0.61570245,0.60330576,0.61157024,0.62396693,0.6363636,0.6528926,0.6487603,0.6652893,0.6528926,0.6198347,0.58264464,0.5289256,0.49586776,0.42975205,0.338843,0.18595041,0.2231405,0.2892562,0.1570248,0.20661157,0.19008264,0.23140496,0.30165288,0.33471075,0.24793388,0.17768595,0.21900827,0.23966943,0.35123968,0.5082645,0.54545456,0.59504133,0.6487603,0.677686,0.6942149,0.6859504,0.6694215,0.6694215,0.6528926,0.6322314,0.60330576,0.5661157,0.5413223,0.5206612,0.5041322,0.5206612,0.5041322,0.5495868,0.57024795,0.57024795,0.58677685,0.57024795,0.60330576,0.6446281,0.6570248,0.6735537,0.6983471,0.6983471,0.6859504,0.6735537,0.6694215,0.6694215,0.6652893,0.6528926,0.6322314,0.6280992,0.61570245,0.6198347,0.6280992,0.6363636,0.6198347,0.6446281,0.6487603,0.61157024,0.59917355,0.54545456,0.49586776,0.446281,0.35950413,0.20661157,0.1983471,0.27272728,0.1446281,0.18595041,0.19008264,0.2107438,0.27272728,0.32231405,0.30578512,0.23140496,0.20661157,0.2520661,0.34710744,0.49586776,0.54545456,0.59917355,0.6487603,0.6694215,0.6942149,0.6942149,0.6983471,0.677686,0.69008267,0.6942149,0.677686,0.6363636,0.61157024,0.59090906,0.55785125,0.55785125,0.5661157,0.58677685,0.62396693,0.6198347,0.61570245,0.59504133,0.6404959,0.6487603,0.661157,0.6942149,0.72727275,0.74380165,0.73966944,0.71900827,0.7107438,0.7107438,0.6983471,0.7066116,0.6818182,0.6694215,0.6446281,0.6404959,0.6404959,0.6322314,0.61157024,0.62396693,0.62396693,0.61157024,0.59917355,0.553719,0.49173555,0.45041323,0.40082645,0.2107438,0.2231405,0.22727273,0.14049587,0.1694215,0.18181819,0.16115703,0.3140496,0.28512397,0.3181818,0.29752067,0.23140496,0.23553719,0.32231405,0.47107437,0.5371901,0.59504133,0.6487603,0.6652893,0.6818182,0.6694215,0.6942149,0.6983471,0.71487606,0.72727275,0.73140496,0.7231405,0.6859504,0.677686,0.6652893,0.6404959,0.6404959,0.6363636,0.6487603,0.6570248,0.6652893,0.6570248,0.6859504,0.677686,0.6818182,0.71900827,0.73966944,0.7644628,0.7644628,0.74793386,0.75206614,0.75206614,0.73966944,0.75206614,0.7231405,0.71900827,0.6942149,0.677686,0.6735537,0.6570248,0.6528926,0.62396693,0.6198347,0.61157024,0.59504133,0.55785125,0.5041322,0.446281,0.4214876,0.24793388,0.2231405,0.19008264,0.11983471,0.15289256,0.1694215,0.11983471,0.26859504,0.28512397,0.2520661,0.27272728,0.29752067,0.30165288,0.35123968,0.44214877,0.54545456,0.59504133,0.62396693,0.6570248,0.6528926,0.6404959,0.6528926,0.6735537,0.69008267,0.6818182,0.69008267,0.71487606,0.6983471,0.6983471,0.7107438,0.7107438,0.69008267,0.6652893,0.6694215,0.6818182,0.69008267,0.70247936,0.7107438,0.71487606,0.72727275,0.7355372,0.74793386,0.76033056,0.77272725,0.76859504,0.76859504,0.76859504,0.76033056,0.76033056,0.7355372,0.72727275,0.7231405,0.7066116,0.6983471,0.6818182,0.6652893,0.6570248,0.61570245,0.607438,0.5785124,0.56198347,0.5206612,0.46694216,0.4214876,0.27272728,0.21900827,0.18595041,0.12809917,0.14876033,0.16528925,0.10743801,0.18181819,0.23553719,0.25619835,0.2107438,0.22727273,0.28099173,0.3677686,0.43801653,0.5206612,0.56198347,0.5289256,0.53305787,0.5661157,0.57438016,0.57438016,0.59504133,0.59090906,0.60330576,0.59090906,0.58264464,0.62396693,0.6528926,0.6652893,0.6859504,0.7107438,0.69008267,0.6942149,0.7066116,0.71487606,0.7066116,0.7066116,0.7066116,0.73140496,0.7355372,0.75206614,0.75619835,0.76859504,0.76859504,0.7644628,0.74793386,0.75619835,0.73140496,0.73140496,0.6942149,0.6942149,0.6942149,0.677686,0.6487603,0.6446281,0.6652893,0.6280992,0.59917355,0.58264464,0.55785125,0.5165289,0.48347107,0.45867768,0.30578512,0.21900827,0.1983471,0.15289256,0.14049587,0.16115703,0.11570248,0.1570248,0.18595041,0.21487603,0.20247933,0.2107438,0.23553719,0.3181818,0.40495867,0.42561984,0.45041323,0.41322315,0.3553719,0.3553719,0.4090909,0.42975205,0.4090909,0.4090909,0.4214876,0.446281,0.47933885,0.5,0.57024795,0.6322314,0.61570245,0.661157,0.70247936,0.71487606,0.7231405,0.73140496,0.71900827,0.69008267,0.71487606,0.6983471,0.74380165,0.71900827,0.75206614,0.74793386,0.72727275,0.71900827,0.71487606,0.6735537,0.6487603,0.6198347,0.5785124,0.5371901,0.54545456,0.5495868,0.5123967,0.5041322,0.5165289,0.49586776,0.5206612,0.5165289,0.5165289,0.5123967,0.48347107,0.4752066,0.3677686,0.2520661,0.18595041,0.18595041,0.16528925,0.17355372,0.1322314,0.14049587,0.1322314,0.16528925,0.18595041,0.19008264,0.23553719,0.29752067,0.3305785,0.35123968,0.37603307,0.38016528,0.3553719,0.30578512,0.29752067,0.3264463,0.3140496,0.30578512,0.3429752,0.338843,0.38429752,0.42561984,0.46694216,0.58677685,0.59504133,0.6198347,0.677686,0.71900827,0.73140496,0.7355372,0.73140496,0.6652893,0.71900827,0.6983471,0.73966944,0.69008267,0.71900827,0.6859504,0.6652893,0.661157,0.62396693,0.5123967,0.49173555,0.45454547,0.43801653,0.40495867,0.41735536,0.4214876,0.4090909,0.41322315,0.42561984,0.39256197,0.40495867,0.41735536,0.4338843,0.45867768,0.47107437,0.46280992,0.42561984,0.30165288,0.18595041,0.18181819,0.18595041,0.1694215,0.14049587,0.12396694,0.11983471,0.11570248,0.13636364,0.1570248,0.25619835,0.28512397,0.30991736,0.37603307,0.38429752,0.4090909,0.42561984,0.38016528,0.30165288,0.28512397,0.30578512,0.2644628,0.27272728,0.3181818,0.33471075,0.38429752,0.43801653,0.5041322,0.55785125,0.61157024,0.6363636,0.70247936,0.7231405,0.71487606,0.7231405,0.6570248,0.71900827,0.69008267,0.7066116,0.6652893,0.6859504,0.6322314,0.59917355,0.60330576,0.5371901,0.45041323,0.39256197,0.37603307,0.35123968,0.33471075,0.3429752,0.3677686,0.3677686,0.37190083,0.3966942,0.4090909,0.4338843,0.4214876,0.3966942,0.37190083,0.40082645,0.446281,0.44214877,0.36363637,0.21487603,0.19421488,0.18181819,0.18181819,0.15289256,0.11983471,0.11157025,0.10743801,0.10743801,0.17768595,0.23966943,0.2603306,0.32231405,0.40082645,0.446281,0.47933885,0.5289256,0.5165289,0.45454547,0.3966942,0.3677686,0.33471075,0.30165288,0.32231405,0.36363637,0.38842976,0.42975205,0.4752066,0.5082645,0.55785125,0.6280992,0.6735537,0.70247936,0.6818182,0.6818182,0.661157,0.6694215,0.677686,0.6942149,0.6694215,0.6652893,0.61157024,0.57024795,0.53305787,0.47107437,0.4338843,0.36363637,0.34710744,0.30578512,0.30991736,0.30991736,0.34710744,0.38429752,0.4214876,0.47933885,0.5165289,0.5123967,0.4876033,0.45454547,0.39256197,0.34710744,0.38429752,0.446281,0.38842976,0.29752067,0.20247933,0.19421488,0.18181819,0.16115703,0.11570248,0.10743801,0.11570248,0.11570248,0.2107438,0.21487603,0.2644628,0.38842976,0.4752066,0.5206612,0.5495868,0.58677685,0.607438,0.58264464,0.5413223,0.5,0.4752066,0.42975205,0.4090909,0.42561984,0.42561984,0.42975205,0.47107437,0.4876033,0.5165289,0.59090906,0.6404959,0.6735537,0.677686,0.6652893,0.661157,0.6363636,0.6528926,0.6818182,0.6652893,0.6198347,0.5785124,0.553719,0.5041322,0.47107437,0.4338843,0.3677686,0.36363637,0.34710744,0.36363637,0.39256197,0.46694216,0.5206612,0.57024795,0.607438,0.59917355,0.5785124,0.553719,0.5206612,0.45454547,0.39256197,0.3305785,0.40082645,0.41735536,0.37603307,0.23966943,0.17768595,0.16528925,0.16115703,0.11570248,0.09917355,0.10743801,0.14049587,0.20661157,0.18595041,0.3181818,0.446281,0.53305787,0.56198347,0.58264464,0.61157024,0.6446281,0.6404959,0.6198347,0.59090906,0.57024795,0.5413223,0.5123967,0.49173555,0.47107437,0.45041323,0.45041323,0.45867768,0.47933885,0.5495868,0.59917355,0.6570248,0.6818182,0.6694215,0.6487603,0.6570248,0.6280992,0.6570248,0.6404959,0.59090906,0.553719,0.53305787,0.49586776,0.47933885,0.45041323,0.41735536,0.446281,0.46694216,0.5041322,0.5413223,0.59917355,0.62396693,0.6322314,0.6446281,0.6404959,0.61570245,0.58677685,0.57438016,0.5289256,0.47107437,0.35950413,0.3140496,0.42561984,0.42975205,0.2644628,0.19421488,0.1446281,0.14876033,0.11983471,0.09504132,0.09090909,0.16115703,0.1983471,0.17355372,0.38429752,0.4876033,0.53305787,0.55785125,0.58677685,0.6198347,0.6487603,0.6570248,0.6818182,0.6487603,0.6363636,0.607438,0.5785124,0.55785125,0.5123967,0.47107437,0.44214877,0.42561984,0.42975205,0.47933885,0.5371901,0.6198347,0.6859504,0.6818182,0.6446281,0.677686,0.6652893,0.6652893,0.61157024,0.553719,0.5206612,0.49173555,0.47107437,0.46280992,0.46694216,0.49586776,0.5247934,0.56198347,0.59090906,0.61157024,0.6404959,0.6404959,0.6404959,0.6363636,0.6363636,0.61157024,0.59504133,0.5785124,0.56198347,0.53305787,0.4752066,0.30991736,0.37190083,0.45867768,0.2892562,0.18595041,0.17768595,0.1322314,0.11157025,0.09090909,0.09090909,0.14876033,0.20661157,0.20661157,0.40082645,0.4876033,0.5206612,0.54545456,0.59090906,0.6280992,0.6487603,0.6528926,0.6446281,0.6694215,0.6570248,0.6198347,0.5785124,0.57438016,0.5371901,0.5247934,0.4752066,0.42975205,0.40082645,0.38842976,0.43801653,0.5495868,0.6652893,0.7231405,0.6404959,0.6818182,0.71900827,0.69008267,0.59090906,0.5247934,0.4752066,0.46280992,0.47107437,0.49586776,0.5082645,0.56198347,0.5495868,0.54545456,0.56198347,0.58264464,0.607438,0.6322314,0.6404959,0.6528926,0.6487603,0.62396693,0.59917355,0.55785125,0.5371901,0.54545456,0.5413223,0.38429752,0.3140496,0.45454547,0.3429752,0.20247933,0.16115703,0.1570248,0.10330579,0.09090909,0.08264463,0.14876033,0.21487603,0.2231405,0.40082645,0.46694216,0.5082645,0.5413223,0.5785124,0.5785124,0.59090906,0.59504133,0.57438016,0.60330576,0.58264464,0.56198347,0.54545456,0.5495868,0.5165289,0.5123967,0.5123967,0.47933885,0.4214876,0.38842976,0.3429752,0.45041323,0.6280992,0.71900827,0.71487606,0.7066116,0.72727275,0.677686,0.56198347,0.4876033,0.47107437,0.47107437,0.48347107,0.5165289,0.5206612,0.5082645,0.49173555,0.5247934,0.5206612,0.4752066,0.47933885,0.5206612,0.5495868,0.56198347,0.58264464,0.59504133,0.60330576,0.55785125,0.5041322,0.53305787,0.5371901,0.4338843,0.3305785,0.42561984,0.39256197,0.2520661,0.14049587,0.1570248,0.09917355,0.09504132,0.07024793,0.14876033,0.21900827,0.29752067,0.40495867,0.47933885,0.5123967,0.5041322,0.5,0.5206612,0.5165289,0.43801653,0.3553719,0.2644628,0.34710744,0.27272728,0.3429752,0.45454547,0.5165289,0.5123967,0.5041322,0.5165289,0.5082645,0.42975205,0.35950413,0.37603307,0.5495868,0.6942149,0.74793386,0.72727275,0.71900827,0.6652893,0.5413223,0.49173555,0.4876033,0.48347107,0.49586776,0.5041322,0.4876033,0.4876033,0.49173555,0.4752066,0.42561984,0.3264463,0.25619835,0.2520661,0.28099173,0.30578512,0.45454547,0.5371901,0.5289256,0.5165289,0.5082645,0.5123967,0.5495868,0.47933885,0.35950413,0.40082645,0.4214876,0.2892562,0.17355372,0.1446281,0.10743801,0.09917355,0.06198347,0.1446281,0.2603306,0.35950413,0.44214877,0.47933885,0.5082645,0.4338843,0.43801653,0.42561984,0.39256197,0.42561984,0.30991736,0.19421488,0.29338843,0.3677686,0.2768595,0.45041323,0.5,0.4752066,0.49173555,0.5247934,0.5661157,0.5206612,0.40082645,0.3966942,0.5165289,0.6652893,0.74380165,0.7355372,0.71487606,0.6363636,0.53305787,0.5082645,0.5,0.5123967,0.5082645,0.5165289,0.5082645,0.4876033,0.44214877,0.48347107,0.5289256,0.29338843,0.25619835,0.38016528,0.24793388,0.2107438,0.38842976,0.38842976,0.46280992,0.446281,0.47107437,0.5206612,0.5495868,0.5165289,0.4214876,0.37190083,0.446281,0.32231405,0.17768595,0.14876033,0.11157025,0.10330579,0.06198347,0.16115703,0.32231405,0.41322315,0.47933885,0.47933885,0.4876033,0.3966942,0.37190083,0.3264463,0.44214877,0.5247934,0.3181818,0.24380165,0.2107438,0.3429752,0.28512397,0.5082645,0.6280992,0.5413223,0.49586776,0.46694216,0.607438,0.6280992,0.48347107,0.45041323,0.54545456,0.661157,0.7355372,0.73140496,0.71900827,0.6363636,0.53305787,0.5206612,0.5123967,0.57024795,0.56198347,0.57024795,0.49586776,0.49586776,0.5,0.60330576,0.6280992,0.3553719,0.21900827,0.40495867,0.2107438,0.21900827,0.44214877,0.42561984,0.3305785,0.39256197,0.4338843,0.5082645,0.55785125,0.5371901,0.47933885,0.38429752,0.43801653,0.34710744,0.18595041,0.1570248,0.11570248,0.10743801,0.05785124,0.20247933,0.3553719,0.45041323,0.49586776,0.47933885,0.4752066,0.37603307,0.36363637,0.39256197,0.48347107,0.57024795,0.40495867,0.26859504,0.2231405,0.23966943,0.36363637,0.59504133,0.6818182,0.59504133,0.6198347,0.49173555,0.59090906,0.6942149,0.5661157,0.5165289,0.59504133,0.6942149,0.7355372,0.73966944,0.72727275,0.6652893,0.553719,0.5413223,0.5165289,0.61570245,0.60330576,0.55785125,0.5247934,0.5413223,0.55785125,0.6363636,0.6735537,0.44214877,0.26859504,0.24793388,0.23966943,0.3429752,0.5165289,0.5,0.38842976,0.3429752,0.4214876,0.5041322,0.5495868,0.5371901,0.5165289,0.41322315,0.4338843,0.37603307,0.18181819,0.1570248,0.11983471,0.10330579,0.06198347,0.2520661,0.40082645,0.47933885,0.5082645,0.4876033,0.45867768,0.40082645,0.39256197,0.49586776,0.53305787,0.58264464,0.5495868,0.3966942,0.3553719,0.38016528,0.5371901,0.6694215,0.677686,0.6280992,0.6818182,0.6528926,0.6942149,0.6652893,0.5785124,0.5413223,0.6280992,0.72727275,0.7355372,0.73140496,0.73140496,0.6735537,0.5661157,0.553719,0.55785125,0.6280992,0.661157,0.6322314,0.6322314,0.607438,0.59090906,0.6487603,0.6983471,0.61157024,0.42975205,0.35123968,0.38842976,0.5123967,0.57438016,0.5495868,0.4752066,0.38016528,0.41322315,0.5,0.54545456,0.5413223,0.5289256,0.45867768,0.43801653,0.40495867,0.2107438,0.1446281,0.11570248,0.09504132,0.08677686,0.3140496,0.446281,0.49586776,0.53305787,0.5165289,0.4752066,0.49586776,0.43801653,0.46280992,0.53305787,0.60330576,0.62396693,0.58264464,0.56198347,0.5785124,0.6652893,0.677686,0.6487603,0.62396693,0.6570248,0.6942149,0.6983471,0.6198347,0.5661157,0.5495868,0.661157,0.74793386,0.73966944,0.72727275,0.73140496,0.6983471,0.5661157,0.553719,0.58677685,0.59504133,0.661157,0.70247936,0.6859504,0.661157,0.6363636,0.6528926,0.6859504,0.6818182,0.61157024,0.56198347,0.58264464,0.57024795,0.5661157,0.55785125,0.46694216,0.45454547,0.47107437,0.4876033,0.5413223,0.553719,0.5371901,0.49586776,0.46280992,0.4338843,0.25619835,0.16115703,0.11157025,0.10330579,0.11157025,0.36363637,0.4876033,0.5206612,0.55785125,0.56198347,0.5413223,0.56198347,0.5371901,0.46694216,0.48347107,0.53305787,0.5413223,0.5371901,0.55785125,0.57438016,0.59090906,0.58677685,0.5785124,0.58677685,0.62396693,0.6404959,0.6446281,0.60330576,0.55785125,0.56198347,0.6694215,0.74793386,0.74793386,0.7355372,0.74380165,0.69008267,0.56198347,0.55785125,0.61570245,0.6198347,0.60330576,0.6363636,0.6570248,0.6280992,0.59504133,0.58677685,0.61157024,0.6280992,0.59504133,0.59090906,0.58677685,0.55785125,0.5413223,0.5289256,0.5123967,0.5413223,0.5495868,0.5165289,0.5413223,0.56198347,0.55785125,0.5165289,0.49586776,0.46694216,0.29338843,0.17355372,0.11983471,0.10743801,0.14049587,0.40495867,0.5206612,0.56198347,0.58677685,0.61570245,0.59917355,0.5785124,0.58677685,0.57024795,0.53305787,0.5371901,0.5413223,0.54545456,0.553719,0.5413223,0.553719,0.5785124,0.61570245,0.6198347,0.6652893,0.6694215,0.6363636,0.59504133,0.53305787,0.5661157,0.661157,0.73140496,0.75206614,0.73140496,0.74380165,0.661157,0.57438016,0.56198347,0.607438,0.6487603,0.6487603,0.6322314,0.6280992,0.6487603,0.61157024,0.59504133,0.58264464,0.58264464,0.58677685,0.59917355,0.59504133,0.58677685,0.5785124,0.58264464,0.59090906,0.59090906,0.58264464,0.58264464,0.55785125,0.59090906,0.57024795,0.553719,0.5082645,0.49173555,0.3429752,0.20661157,0.12396694,0.09917355,0.18181819,0.4338843,0.5165289,0.57024795,0.61570245,0.6487603,0.6446281,0.61570245,0.61157024,0.607438,0.59504133,0.58677685,0.59504133,0.58264464,0.59917355,0.61157024,0.6198347,0.6322314,0.6487603,0.6528926,0.6859504,0.661157,0.61570245,0.54545456,0.5206612,0.56198347,0.661157,0.71900827,0.75206614,0.73140496,0.73966944,0.6487603,0.5785124,0.57438016,0.59504133,0.6404959,0.6859504,0.661157,0.6198347,0.6363636,0.6446281,0.6446281,0.6446281,0.6322314,0.6280992,0.62396693,0.6198347,0.6280992,0.62396693,0.6322314,0.6280992,0.61157024,0.59090906,0.61157024,0.60330576,0.6198347,0.60330576,0.5661157,0.54545456,0.5082645,0.3966942,0.23966943,0.1322314,0.10743801,0.2520661,0.45041323,0.5247934,0.56198347,0.6280992,0.677686,0.6735537,0.6528926,0.6446281,0.6570248,0.6735537,0.6983471,0.70247936,0.6859504,0.661157,0.6528926,0.6404959,0.6363636,0.6487603,0.677686,0.6942149,0.6446281,0.5785124,0.5247934,0.5123967,0.5661157,0.661157,0.73140496,0.75206614,0.7355372,0.70247936,0.6446281,0.5785124,0.57024795,0.58264464,0.607438,0.6570248,0.6942149,0.6652893,0.6446281,0.6735537,0.677686,0.69008267,0.6942149,0.6983471,0.6983471,0.71900827,0.71900827,0.70247936,0.6859504,0.6735537,0.6570248,0.6280992,0.6280992,0.6280992,0.6363636,0.6198347,0.5785124,0.5495868,0.5206612,0.45041323,0.2768595,0.1446281,0.12396694,0.28512397,0.45867768,0.5289256,0.5495868,0.6322314,0.6818182,0.69008267,0.6818182,0.6735537,0.6859504,0.6942149,0.7107438,0.71900827,0.6859504,0.6694215,0.6528926,0.6322314,0.6446281,0.6735537,0.6942149,0.70247936,0.61570245,0.54545456,0.5206612,0.5289256,0.59504133,0.6735537,0.73140496,0.74380165,0.7355372,0.677686,0.6404959,0.58264464,0.5661157,0.57438016,0.59090906,0.6363636,0.69008267,0.70247936,0.6652893,0.6735537,0.6818182,0.6859504,0.6983471,0.7107438,0.7231405,0.7355372,0.73140496,0.7231405,0.6942149,0.69008267,0.661157,0.6570248,0.6570248,0.6487603,0.6487603,0.6404959,0.59090906,0.56198347,0.5206612,0.47107437,0.32231405,0.16115703,0.14876033,0.29338843,0.446281,0.5289256,0.54545456,0.6322314,0.6694215,0.69008267,0.6942149,0.70247936,0.6983471,0.70247936,0.70247936,0.7066116,0.6735537,0.6735537,0.6570248,0.661157,0.677686,0.7066116,0.7107438,0.677686,0.59504133,0.5206612,0.5165289,0.5661157,0.6280992,0.70247936,0.74793386,0.73966944,0.7231405,0.6694215,0.6446281,0.59090906,0.553719,0.55785125,0.57024795,0.6198347,0.677686,0.6983471,0.6983471,0.6818182,0.6942149,0.69008267,0.6942149,0.70247936,0.7066116,0.73140496,0.73140496,0.7107438,0.69008267,0.6983471,0.677686,0.6818182,0.6818182,0.6818182,0.661157,0.6487603,0.59090906,0.5661157,0.5206612,0.48347107,0.3429752,0.17768595,0.15289256,0.27272728,0.4338843,0.5247934,0.53305787,0.61570245,0.6528926,0.6735537,0.6735537,0.6859504,0.69008267,0.677686,0.6859504,0.677686,0.661157,0.6694215,0.6859504,0.6983471,0.7066116,0.7107438,0.6942149,0.661157,0.59090906,0.5082645,0.5247934,0.59504133,0.6487603,0.7107438,0.76033056,0.74380165,0.7107438,0.6818182,0.6570248,0.607438,0.5495868,0.5495868,0.5661157,0.59917355,0.6528926,0.677686,0.70247936,0.6983471,0.71487606,0.71900827,0.7107438,0.7066116,0.70247936,0.7107438,0.7231405,0.70247936,0.6859504,0.69008267,0.69008267,0.6942149,0.70247936,0.69008267,0.6694215,0.6363636,0.59504133,0.55785125,0.5123967,0.47107437,0.34710744,0.17355372,0.16528925,0.24793388,0.41322315,0.5,0.53305787,0.58677685,0.6322314,0.6487603,0.6446281,0.6570248,0.6694215,0.661157,0.6735537,0.6735537,0.6694215,0.6818182,0.7066116,0.7066116,0.7107438,0.6983471,0.6818182,0.6446281,0.5785124,0.4876033,0.5495868,0.6280992,0.6694215,0.73140496,0.77272725,0.76033056,0.7107438,0.70247936,0.677686,0.6198347,0.54545456,0.5289256,0.553719,0.58677685,0.6322314,0.661157,0.6983471,0.70247936,0.71900827,0.7231405,0.71900827,0.72727275,0.71487606,0.7066116,0.71487606,0.677686,0.6735537,0.6818182,0.6942149,0.7107438,0.7066116,0.69008267,0.6735537,0.61570245,0.5785124,0.54545456,0.5,0.46280992,0.33471075,0.17355372,0.17768595,0.21900827,0.37190083,0.4752066,0.5206612,0.56198347,0.60330576,0.62396693,0.62396693,0.6363636,0.6446281,0.661157,0.6528926,0.677686,0.6818182,0.6859504,0.7107438,0.7066116,0.70247936,0.6942149,0.677686,0.6322314,0.5371901,0.47933885,0.58264464,0.6446281,0.69008267,0.76033056,0.8057851,0.7644628,0.71900827,0.6942149,0.6735537,0.6363636,0.5495868,0.5041322,0.5371901,0.5785124,0.6198347,0.6570248,0.6942149,0.7066116,0.71900827,0.72727275,0.71900827,0.72727275,0.72727275,0.7066116,0.70247936,0.661157,0.6652893,0.6818182,0.6983471,0.70247936,0.6983471,0.6818182,0.661157,0.59504133,0.5413223,0.5413223,0.4752066,0.446281,0.3140496,0.16115703,0.17768595,0.20661157,0.35123968,0.43801653,0.5041322,0.5413223,0.57438016,0.61157024,0.607438,0.6198347,0.6322314,0.6694215,0.6446281,0.6859504,0.6818182,0.69008267,0.70247936,0.70247936,0.69008267,0.677686,0.6818182,0.6363636,0.49173555,0.5,0.607438,0.6570248,0.7107438,0.78512394,0.8181818,0.76859504,0.71487606,0.70247936,0.6570248,0.6404959,0.56198347,0.5,0.5206612,0.56198347,0.607438,0.6487603,0.7066116,0.70247936,0.7107438,0.73140496,0.72727275,0.72727275,0.72727275,0.7066116,0.70247936,0.6735537,0.6735537,0.6818182,0.6818182,0.6735537,0.6818182,0.6570248,0.62396693,0.58264464,0.5371901,0.5247934,0.45867768,0.42561984,0.30165288,0.16115703,0.17355372,0.19421488,0.338843,0.41322315,0.4752066,0.5165289,0.5413223,0.58264464,0.59090906,0.59504133,0.607438,0.62396693,0.6528926,0.6818182,0.6818182,0.6859504,0.6983471,0.6983471,0.6983471,0.6859504,0.6735537,0.62396693,0.46694216,0.5247934,0.6198347,0.6694215,0.7231405,0.75619835,0.76859504,0.78512394,0.73966944,0.7231405,0.677686,0.62396693,0.57024795,0.5041322,0.5165289,0.5413223,0.59504133,0.6487603,0.70247936,0.71487606,0.71900827,0.7355372,0.73140496,0.71487606,0.6942149,0.70247936,0.71487606,0.69008267,0.6694215,0.677686,0.6652893,0.661157,0.6528926,0.6363636,0.5785124,0.57024795,0.5413223,0.5082645,0.4338843,0.4090909,0.2892562,0.16115703,0.18181819,0.17768595,0.3181818,0.40495867,0.46280992,0.5082645,0.5165289,0.55785125,0.58264464,0.58677685,0.607438,0.62396693,0.6528926,0.677686,0.6735537,0.677686,0.70247936,0.6983471,0.70247936,0.6859504,0.661157,0.58264464,0.47933885,0.5247934,0.59917355,0.6570248,0.7107438,0.7231405,0.71900827,0.78512394,0.78512394,0.70247936,0.6735537,0.62396693,0.57438016,0.53305787,0.54545456,0.5289256,0.5785124,0.661157,0.7107438,0.7231405,0.7231405,0.7231405,0.72727275,0.6983471,0.6570248,0.6859504,0.7107438,0.6942149,0.661157,0.6446281,0.6280992,0.6322314,0.6198347,0.59504133,0.55785125,0.56198347,0.5247934,0.48347107,0.42561984,0.39256197,0.24793388,0.18181819,0.1694215,0.17355372,0.2892562,0.40082645,0.45867768,0.47933885,0.5041322,0.5371901,0.57438016,0.58677685,0.61570245,0.6280992,0.6446281,0.6570248,0.677686,0.677686,0.6818182,0.6983471,0.6983471,0.6818182,0.6446281,0.5413223,0.48347107,0.49586776,0.5495868,0.61570245,0.6570248,0.677686,0.6735537,0.6735537,0.6818182,0.6363636,0.6280992,0.58677685,0.56198347,0.5413223,0.57024795,0.5289256,0.57438016,0.6446281,0.69008267,0.7107438,0.71900827,0.71487606,0.7231405,0.7066116,0.677686,0.6652893,0.6942149,0.6487603,0.607438,0.61157024,0.59504133,0.59090906,0.58677685,0.5661157,0.5661157,0.5413223,0.5206612,0.47107437,0.43801653,0.38016528,0.2107438,0.23966943,0.1983471,0.17768595,0.27272728,0.3966942,0.446281,0.4752066,0.49586776,0.5165289,0.5371901,0.55785125,0.5785124,0.607438,0.61157024,0.6322314,0.6446281,0.661157,0.6694215,0.6859504,0.6983471,0.6859504,0.6198347,0.49173555,0.46694216,0.4338843,0.446281,0.5041322,0.56198347,0.59917355,0.60330576,0.58677685,0.56198347,0.5495868,0.5413223,0.53305787,0.5289256,0.5413223,0.553719,0.5247934,0.54545456,0.6528926,0.6942149,0.7066116,0.71900827,0.71900827,0.7107438,0.69008267,0.6694215,0.6652893,0.6694215,0.6487603,0.59917355,0.59090906,0.5785124,0.5785124,0.5785124,0.56198347,0.553719,0.5413223,0.5123967,0.47107437,0.446281,0.37190083,0.20661157,0.29338843,0.28099173,0.20661157,0.23966943,0.3966942,0.43801653,0.48347107,0.49586776,0.5,0.5123967,0.53305787,0.54545456,0.5661157,0.59090906,0.59504133,0.6198347,0.6446281,0.6570248,0.6735537,0.70247936,0.6818182,0.59917355,0.46694216,0.4338843,0.3966942,0.35123968,0.38016528,0.45454547,0.5,0.5165289,0.5041322,0.48347107,0.46694216,0.46280992,0.46694216,0.4876033,0.5165289,0.5371901,0.5165289,0.5413223,0.6404959,0.6983471,0.6983471,0.6983471,0.71900827,0.70247936,0.6818182,0.6652893,0.6446281,0.6446281,0.6198347,0.59504133,0.57438016,0.55785125,0.5661157,0.5661157,0.55785125,0.5371901,0.53305787,0.5165289,0.47933885,0.45041323,0.38842976,0.30578512,0.3140496,0.39256197,0.3140496,0.25619835,0.38842976,0.42561984,0.4876033,0.5041322,0.5082645,0.5041322,0.5123967,0.5247934,0.5247934,0.5661157,0.58264464,0.61570245,0.6363636,0.6528926,0.6694215,0.6859504,0.6694215,0.5785124,0.47107437,0.39256197,0.38429752,0.23966943,0.23140496,0.34710744,0.4214876,0.43801653,0.45454547,0.446281,0.39256197,0.35123968,0.30991736,0.39256197,0.49586776,0.5206612,0.5041322,0.54545456,0.6363636,0.6859504,0.69008267,0.6942149,0.7107438,0.6942149,0.6735537,0.6570248,0.6280992,0.62396693,0.59090906,0.5661157,0.54545456,0.54545456,0.5495868,0.5495868,0.5495868,0.5413223,0.5413223,0.5165289,0.49173555,0.44214877,0.4090909,0.4338843,0.3305785,0.4752066,0.45454547,0.29752067,0.37603307,0.42975205,0.49173555,0.5041322,0.5123967,0.5165289,0.5123967,0.5165289,0.5,0.5413223,0.57024795,0.607438,0.6280992,0.6528926,0.6694215,0.6818182,0.661157,0.56198347,0.5165289,0.38429752,0.40495867,0.21900827,0.16115703,0.24793388,0.34710744,0.38429752,0.40495867,0.38016528,0.35123968,0.34710744,0.24793388,0.2603306,0.42975205,0.48347107,0.4876033,0.5661157,0.6198347,0.6735537,0.6818182,0.6983471,0.6983471,0.677686,0.6652893,0.6446281,0.607438,0.59090906,0.57024795,0.53305787,0.5289256,0.5413223,0.5413223,0.5413223,0.55785125,0.5495868,0.5413223,0.53305787,0.49586776,0.42975205,0.41322315,0.5082645,0.38016528,0.5082645,0.5206612,0.34710744,0.37603307,0.42975205,0.47933885,0.5165289,0.5165289,0.5247934,0.5247934,0.5289256,0.5,0.5371901,0.56198347,0.59504133,0.6198347,0.6446281,0.677686,0.6818182,0.6570248,0.58677685,0.5371901,0.4752066,0.38016528,0.28512397,0.23966943,0.29752067,0.3181818,0.3553719,0.37190083,0.4090909,0.44214877,0.4876033,0.4214876,0.3264463,0.35950413,0.41735536,0.5,0.58677685,0.61570245,0.6694215,0.6735537,0.6942149,0.6859504,0.661157,0.6528926,0.62396693,0.59504133,0.5785124,0.5495868,0.5082645,0.5289256,0.53305787,0.5413223,0.553719,0.55785125,0.55785125,0.553719,0.5289256,0.49586776,0.42975205,0.42561984,0.55785125,0.5289256,0.58264464,0.5123967,0.40082645,0.37603307,0.4338843,0.47107437,0.5082645,0.5123967,0.5247934,0.5371901,0.53305787,0.5206612,0.5371901,0.5785124,0.58677685,0.6198347,0.6446281,0.6694215,0.6694215,0.661157,0.6363636,0.59090906,0.57438016,0.3966942,0.29752067,0.29752067,0.40082645,0.42975205,0.45041323,0.44214877,0.49173555,0.5413223,0.5206612,0.48347107,0.39256197,0.35123968,0.4214876,0.5413223,0.61157024,0.61157024,0.6694215,0.6570248,0.6818182,0.677686,0.661157,0.6487603,0.607438,0.58677685,0.55785125,0.5413223,0.5082645,0.53305787,0.5206612,0.5371901,0.55785125,0.55785125,0.56198347,0.553719,0.5289256,0.49586776,0.4338843,0.43801653,0.5785124,0.61570245,0.6735537,0.57024795,0.45041323,0.38842976,0.42561984,0.46280992,0.5123967,0.5123967,0.5165289,0.53305787,0.53305787,0.53305787,0.53305787,0.55785125,0.59504133,0.60330576,0.6363636,0.661157,0.661157,0.6652893,0.6735537,0.6570248,0.6570248,0.53305787,0.45454547,0.41322315,0.46280992,0.5041322,0.54545456,0.53305787,0.54545456,0.58677685,0.57438016,0.5289256,0.5041322,0.5247934,0.56198347,0.59504133,0.60330576,0.62396693,0.6446281,0.6694215,0.661157,0.6694215,0.6652893,0.6404959,0.61157024,0.58264464,0.5495868,0.5413223,0.53305787,0.5289256,0.5289256,0.5413223,0.55785125,0.553719,0.5661157,0.5413223,0.5289256,0.48347107,0.43801653,0.45454547,0.59504133,0.55785125,0.62396693,0.55785125,0.4876033,0.4090909,0.4090909,0.4752066,0.5,0.5165289,0.5165289,0.5289256,0.5371901,0.5247934,0.5371901,0.55785125,0.58677685,0.61570245,0.6446281,0.6570248,0.6528926,0.6694215,0.677686,0.677686,0.6652893,0.62396693,0.553719,0.5123967,0.5289256,0.55785125,0.5785124,0.55785125,0.55785125,0.607438,0.61157024,0.5785124,0.5785124,0.59917355,0.61157024,0.6280992,0.6198347,0.62396693,0.6280992,0.6528926,0.6570248,0.6694215,0.6528926,0.6446281,0.61157024,0.57438016,0.56198347,0.5413223,0.5371901,0.53305787,0.5371901,0.55785125,0.57024795,0.55785125,0.5661157,0.54545456,0.5206612,0.47933885,0.4338843,0.47107437,0.59090906,0.59090906,0.6446281,0.607438,0.54545456,0.43801653,0.40495867,0.4752066,0.5041322,0.5123967,0.5165289,0.5206612,0.5206612,0.5165289,0.5206612,0.5495868,0.58264464,0.61570245,0.6446281,0.6487603,0.6487603,0.6652893,0.6818182,0.6694215,0.661157,0.6446281,0.6280992,0.59090906,0.59504133,0.61157024,0.59917355,0.57024795,0.55785125,0.60330576,0.61157024,0.59504133,0.59917355,0.61157024,0.61157024,0.6198347,0.6322314,0.6198347,0.6363636,0.6404959,0.6528926,0.6570248,0.6487603,0.6322314,0.60330576,0.5661157,0.553719,0.54545456,0.5371901,0.5371901,0.54545456,0.56198347,0.55785125,0.55785125,0.5495868,0.5371901,0.5165289,0.47933885,0.44214877,0.49173555,0.607438,0.6818182,0.70247936,0.6735537,0.60330576,0.45867768,0.3966942,0.47933885,0.5041322,0.5123967,0.5206612,0.5247934,0.5165289,0.5206612,0.5206612,0.55785125,0.58264464,0.61157024,0.6404959,0.6487603,0.6528926,0.6528926,0.6570248,0.6446281,0.6528926,0.6446281,0.6322314,0.6198347,0.6322314,0.6446281,0.61570245,0.58677685,0.5413223,0.58264464,0.59917355,0.60330576,0.59504133,0.59917355,0.59917355,0.60330576,0.6198347,0.6280992,0.6446281,0.6446281,0.6528926,0.6404959,0.6198347,0.61157024,0.607438,0.57024795,0.553719,0.5413223,0.5289256,0.5413223,0.5413223,0.5495868,0.54545456,0.54545456,0.54545456,0.5289256,0.5123967,0.48347107,0.43801653,0.5082645,0.62396693,0.6983471,0.70247936,0.6694215,0.60330576,0.46694216,0.38842976,0.4752066,0.5247934,0.5247934,0.5247934,0.53305787,0.5123967,0.5165289,0.5165289,0.5495868,0.57024795,0.59917355,0.62396693,0.6363636,0.6446281,0.6404959,0.6487603,0.62396693,0.6528926,0.6487603,0.6363636,0.6322314,0.6652893,0.6859504,0.6528926,0.6280992,0.5495868,0.553719,0.6198347,0.61157024,0.59090906,0.59504133,0.58677685,0.59090906,0.61570245,0.61157024,0.6404959,0.6570248,0.6446281,0.6322314,0.59090906,0.58677685,0.59504133,0.5785124,0.5413223,0.5413223,0.5289256,0.53305787,0.5413223,0.5413223,0.54545456,0.54545456,0.53305787,0.5289256,0.5123967,0.48347107,0.43801653,0.48347107,0.61570245,0.661157,0.6652893,0.6404959,0.56198347,0.40495867,0.38429752,0.46694216,0.5206612,0.5289256,0.5371901,0.5371901,0.5123967,0.49586776,0.5082645,0.5413223,0.55785125,0.59090906,0.61570245,0.61570245,0.62396693,0.62396693,0.6363636,0.6322314,0.6404959,0.6652893,0.6570248,0.6487603,0.70247936,0.71900827,0.69008267,0.6570248,0.607438,0.59504133,0.661157,0.6322314,0.61157024,0.60330576,0.59504133,0.59090906,0.607438,0.59504133,0.6280992,0.6528926,0.607438,0.62396693,0.607438,0.59090906,0.58264464,0.57024795,0.53305787,0.5371901,0.5289256,0.5371901,0.5413223,0.5413223,0.5371901,0.5371901,0.53305787,0.53305787,0.5041322,0.4876033,0.42561984,0.4338843,0.5785124,0.55785125,0.59090906,0.57438016,0.5,0.3305785,0.33471075,0.45454547,0.5123967,0.53305787,0.5371901,0.5371901,0.5247934,0.49586776,0.49586776,0.5165289,0.54545456,0.57438016,0.59504133,0.607438,0.607438,0.6198347,0.6280992,0.6198347,0.6280992,0.6652893,0.6363636,0.59917355,0.6404959,0.6942149,0.7107438,0.70247936,0.677686,0.6570248,0.6528926,0.6404959,0.6404959,0.6363636,0.61570245,0.607438,0.61570245,0.59917355,0.6198347,0.60330576,0.5785124,0.59504133,0.60330576,0.59090906,0.5785124,0.553719,0.5371901,0.5165289,0.5247934,0.5495868,0.5413223,0.5371901,0.5289256,0.5371901,0.5371901,0.53305787,0.5,0.47933885,0.40495867,0.30578512,0.5123967,0.3677686,0.42561984,0.45454547,0.41322315,0.2892562,0.2892562,0.4338843,0.5,0.5247934,0.5371901,0.5371901,0.5371901,0.5,0.4876033,0.49173555,0.53305787,0.54545456,0.5785124,0.60330576,0.59917355,0.60330576,0.607438,0.59917355,0.5785124,0.5785124,0.5247934,0.4752066,0.45867768,0.5082645,0.59917355,0.6652893,0.61157024,0.553719,0.5123967,0.5289256,0.58264464,0.6322314,0.6198347,0.607438,0.61570245,0.60330576,0.61157024,0.58264464,0.56198347,0.55785125,0.58264464,0.5785124,0.5661157,0.5371901,0.5413223,0.49586776,0.5247934,0.553719,0.5371901,0.5247934,0.5289256,0.54545456,0.53305787,0.5206612,0.5,0.4752066,0.37190083,0.17355372,0.3553719,0.28512397,0.29338843,0.3181818,0.30991736,0.2892562,0.2768595,0.38842976,0.47933885,0.5165289,0.5371901,0.5413223,0.5371901,0.5041322,0.49173555,0.4876033,0.5247934,0.53305787,0.553719,0.5785124,0.58264464,0.57024795,0.56198347,0.5289256,0.46694216,0.42975205,0.4214876,0.42561984,0.41735536,0.40495867,0.43801653,0.49586776,0.45867768,0.43801653,0.43801653,0.4338843,0.446281,0.5123967,0.56198347,0.59504133,0.607438,0.607438,0.59917355,0.58677685,0.57024795,0.55785125,0.56198347,0.55785125,0.553719,0.5371901,0.5206612,0.49173555,0.53305787,0.5495868,0.5413223,0.5247934,0.5289256,0.5413223,0.5289256,0.5041322,0.5,0.45867768,0.338843,0.1446281,0.2107438,0.2892562,0.28512397,0.28099173,0.29338843,0.28099173,0.26859504,0.3305785,0.45041323,0.49173555,0.5247934,0.5413223,0.5289256,0.5123967,0.5041322,0.5082645,0.5123967,0.5123967,0.5413223,0.5289256,0.5041322,0.4752066,0.42975205,0.38016528,0.3429752,0.3264463,0.35123968,0.33471075,0.3429752,0.37190083,0.37603307,0.3966942,0.37603307,0.3966942,0.40082645,0.40082645,0.38429752,0.37603307,0.41322315,0.4876033,0.5413223,0.58264464,0.5661157,0.5661157,0.56198347,0.58677685,0.56198347,0.553719,0.5495868,0.53305787,0.5206612,0.5,0.54545456,0.53305787,0.553719,0.553719,0.553719,0.5413223,0.5289256,0.4876033,0.48347107,0.45041323,0.2520661,0.16528925,0.20247933,0.29338843,0.28512397,0.28512397,0.28099173,0.29752067,0.26859504,0.30578512,0.3966942,0.47933885,0.5082645,0.53305787,0.5206612,0.5247934,0.5,0.5165289,0.5165289,0.5206612,0.5206612,0.4876033,0.42561984,0.37190083,0.3429752,0.2892562,0.28099173,0.27272728,0.26859504,0.29338843,0.26859504,0.29338843,0.34710744,0.34710744,0.3305785,0.3181818,0.3264463,0.338843,0.3264463,0.3181818,0.3305785,0.3429752,0.3966942,0.4752066,0.5165289,0.53305787,0.5495868,0.57438016,0.56198347,0.5495868,0.5413223,0.5289256,0.5041322,0.49173555,0.54545456,0.53305787,0.5495868,0.55785125,0.553719,0.53305787,0.5082645,0.4752066,0.45454547,0.40495867,0.16528925,0.17768595,0.2107438,0.29338843,0.28512397,0.2892562,0.2892562,0.29338843,0.28099173,0.2768595,0.3429752,0.44214877,0.49586776,0.5206612,0.5165289,0.5123967,0.5041322,0.5123967,0.5289256,0.5206612,0.5041322,0.47107437,0.45867768,0.5,0.45867768,0.37190083,0.41735536,0.4338843,0.40495867,0.46694216,0.46280992,0.4338843,0.4338843,0.38842976,0.38842976,0.36363637,0.35950413,0.3677686,0.3264463,0.30991736,0.3305785,0.2892562,0.28512397,0.3264463,0.38016528,0.44214877,0.5123967,0.5495868,0.5495868,0.54545456,0.53305787,0.5289256,0.5123967,0.4876033,0.5371901,0.553719,0.553719,0.5495868,0.5413223,0.5206612,0.4752066,0.44214877,0.44214877,0.28099173,0.14049587,0.20247933,0.20661157,0.28512397,0.28512397,0.28512397,0.2892562,0.29338843,0.2892562,0.28099173,0.30165288,0.38842976,0.46280992,0.5082645,0.5165289,0.5082645,0.5082645,0.49586776,0.5289256,0.5289256,0.5247934,0.5123967,0.5123967,0.5661157,0.57024795,0.5206612,0.5041322,0.5165289,0.5,0.553719,0.57438016,0.59504133,0.58264464,0.5289256,0.56198347,0.53305787,0.49173555,0.5,0.46694216,0.45041323,0.46280992,0.41735536,0.41735536,0.446281,0.46694216,0.446281,0.48347107,0.53305787,0.5371901,0.5413223,0.5371901,0.5289256,0.5082645,0.5,0.53305787,0.553719,0.553719,0.5371901,0.5289256,0.4876033,0.446281,0.41735536,0.35123968,0.18181819,0.17768595,0.1983471,0.20661157,0.28512397,0.28099173,0.28099173,0.28512397,0.29752067,0.28512397,0.28512397,0.2768595,0.3305785,0.4214876,0.49586776,0.5123967,0.5,0.5,0.4876033,0.5247934,0.5371901,0.5371901,0.5413223,0.5247934,0.53305787,0.5495868,0.54545456,0.5041322,0.49586776,0.48347107,0.5206612,0.54545456,0.5785124,0.59504133,0.55785125,0.57024795,0.5785124,0.5661157,0.54545456,0.5123967,0.4876033,0.48347107,0.46694216,0.48347107,0.5247934,0.5495868,0.5041322,0.5123967,0.5371901,0.5413223,0.54545456,0.54545456,0.5289256,0.5082645,0.5082645,0.5371901,0.5495868,0.5495868,0.53305787,0.5,0.45867768,0.4090909,0.36363637,0.21487603,0.16528925,0.19421488,0.20247933,0.21900827,0.28512397,0.28099173,0.28512397,0.28099173,0.29338843,0.29338843,0.2892562,0.28512397,0.28512397,0.3677686,0.47107437,0.5041322,0.49586776,0.48347107,0.47933885,0.5123967,0.53305787,0.54545456,0.5413223,0.5165289,0.5,0.5,0.49173555,0.47933885,0.4876033,0.46280992,0.45867768,0.4752066,0.49586776,0.5123967,0.5123967,0.47933885,0.4752066,0.5041322,0.49173555,0.45867768,0.47107437,0.49173555,0.4876033,0.49586776,0.53305787,0.53305787,0.5165289,0.5371901,0.54545456,0.5495868,0.54545456,0.54545456,0.5289256,0.5041322,0.5165289,0.5371901,0.5495868,0.5413223,0.5206612,0.47933885,0.42561984,0.35123968,0.21900827,0.15289256,0.19008264,0.19421488,0.20661157,0.23140496,0.28099173,0.2892562,0.2892562,0.28512397,0.28512397,0.29338843,0.28512397,0.29338843,0.26859504,0.3140496,0.43801653,0.49173555,0.5,0.48347107,0.46694216,0.49586776,0.5206612,0.5371901,0.5206612,0.5082645,0.4752066,0.47107437,0.42975205,0.41322315,0.41735536,0.446281,0.45867768,0.46280992,0.45454547,0.4752066,0.47933885,0.45454547,0.44214877,0.45041323,0.45867768,0.45454547,0.4752066,0.4752066,0.4752066,0.49173555,0.5041322,0.5165289,0.5247934,0.5413223,0.5413223,0.54545456,0.53305787,0.5289256,0.5247934,0.5041322,0.5289256,0.5289256,0.5371901,0.53305787,0.5,0.4338843,0.40082645,0.23553719,0.1322314,0.1694215,0.20247933,0.19421488,0.20247933,0.23966943,0.28512397,0.2892562,0.2892562,0.2892562,0.28512397,0.2892562,0.28512397,0.29338843,0.28099173,0.28099173,0.37603307,0.46694216,0.49586776,0.49586776,0.47933885,0.47933885,0.5041322,0.5289256,0.5165289,0.49586776,0.45867768,0.45041323,0.41322315,0.40495867,0.3677686,0.36363637,0.37190083,0.38016528,0.37190083,0.38842976,0.4090909,0.38016528,0.38842976,0.38842976,0.4090909,0.41735536,0.43801653,0.45041323,0.47107437,0.4876033,0.49173555,0.5041322,0.5165289,0.5247934,0.5413223,0.5413223,0.5247934,0.5247934,0.5123967,0.5082645,0.5289256,0.5206612,0.5371901,0.5206612,0.46280992,0.38016528,0.37190083,0.18595041,0.1446281,0.19008264,0.1983471,0.19421488,0.21487603,0.2520661,0.28512397,0.2892562,0.28512397,0.2892562,0.29338843,0.28099173,0.29338843,0.29338843,0.28512397,0.2644628,0.32231405,0.42975205,0.4876033,0.47933885,0.49586776,0.47107437,0.5041322,0.5371901,0.5289256,0.49586776,0.47933885,0.446281,0.44214877,0.43801653,0.42975205,0.3966942,0.3553719,0.3264463,0.29752067,0.2892562,0.30165288,0.3140496,0.30578512,0.3181818,0.35123968,0.37190083,0.41322315,0.45454547,0.46694216,0.48347107,0.48347107,0.49173555,0.5041322,0.5165289,0.53305787,0.5289256,0.5165289,0.5082645,0.5082645,0.5165289,0.5165289,0.5165289,0.5206612,0.5,0.41735536,0.34710744,0.36363637,0.18595041,0.1570248,0.19421488,0.1983471,0.1983471,0.21487603,0.25619835,0.28099173,0.28512397,0.28512397,0.28099173,0.28512397,0.2892562,0.28512397,0.30165288,0.2892562,0.28099173,0.2768595,0.37190083,0.46280992,0.48347107,0.4752066,0.4876033,0.49173555,0.5206612,0.53305787,0.5247934,0.5,0.48347107,0.47933885,0.5041322,0.4752066,0.4752066,0.47107437,0.47107437,0.4752066,0.46694216,0.47107437,0.47107437,0.4752066,0.46280992,0.47933885,0.46694216,0.47107437,0.49586776,0.4752066,0.47933885,0.49173555,0.4876033,0.5123967,0.5206612,0.5247934,0.5247934,0.5082645,0.49586776,0.5041322,0.5041322,0.5165289,0.5165289,0.5,0.446281,0.3677686,0.38016528,0.36363637,0.14876033,0.18595041,0.19008264,0.2107438,0.19421488,0.23140496,0.2644628,0.28099173,0.28512397,0.28512397,0.28099173,0.28099173,0.2768595,0.29338843,0.28512397,0.2892562,0.2892562,0.2644628,0.33471075,0.4214876,0.47107437,0.4752066,0.49173555,0.48347107,0.5206612,0.5289256,0.5371901,0.5289256,0.5371901,0.5247934,0.5413223,0.5247934,0.53305787,0.5165289,0.5123967,0.5289256,0.5289256,0.5495868,0.5785124,0.5785124,0.59090906,0.58677685,0.55785125,0.5289256,0.5082645,0.5041322,0.5123967,0.5,0.5082645,0.5289256,0.5371901,0.5371901,0.5289256,0.5165289,0.5,0.5041322,0.5,0.5206612,0.49173555,0.45867768,0.39256197,0.37190083,0.44214877,0.3429752,0.14876033,0.19008264,0.19421488,0.1983471,0.2107438,0.24380165,0.2768595,0.28512397,0.2768595,0.2892562,0.28099173,0.28512397,0.28512397,0.2892562,0.29338843,0.28512397,0.2892562,0.2768595,0.3305785,0.37190083,0.43801653,0.4752066,0.4876033,0.49586776,0.5289256,0.5495868,0.56198347,0.5661157,0.57024795,0.57438016,0.5661157,0.5785124,0.59917355,0.5661157,0.5413223,0.5413223,0.54545456,0.57024795,0.59504133,0.59917355,0.58677685,0.59917355,0.59917355,0.58677685,0.5413223,0.5371901,0.54545456,0.5371901,0.53305787,0.553719,0.553719,0.5495868,0.53305787,0.5206612,0.5,0.5,0.5041322,0.5082645,0.46280992,0.40495867,0.37603307,0.42975205,0.47933885,0.3181818,0.1446281,0.18595041,0.20661157,0.19008264,0.21487603,0.2603306,0.28099173,0.28512397,0.2768595,0.28099173,0.28512397,0.2768595,0.29338843,0.28099173,0.30165288,0.2892562,0.28512397,0.2768595,0.338843,0.37190083,0.38842976,0.446281,0.4752066,0.5082645,0.54545456,0.57438016,0.59504133,0.59917355,0.59504133,0.59917355,0.60330576,0.59917355,0.6322314,0.59504133,0.58264464,0.59504133,0.59917355,0.607438,0.6280992,0.61157024,0.60330576,0.607438,0.59917355,0.59504133,0.56198347,0.553719,0.57024795,0.5661157,0.58264464,0.57438016,0.57024795,0.55785125,0.5371901,0.5165289,0.5,0.49586776,0.49586776,0.47933885,0.40495867,0.38429752,0.41322315,0.46280992,0.5041322,0.28099173,0.15289256,0.20247933,0.1983471,0.21487603,0.23553719,0.27272728,0.28512397,0.28099173,0.28099173,0.2768595,0.2892562,0.28512397,0.28512397,0.2892562,0.29338843,0.28512397,0.28099173,0.28512397,0.34710744,0.39256197,0.36363637,0.4214876,0.45867768,0.4876033,0.53305787,0.57024795,0.607438,0.6198347,0.61157024,0.60330576,0.607438,0.57438016,0.6198347,0.61157024,0.60330576,0.59504133,0.6280992,0.6280992,0.6363636,0.6404959,0.6280992,0.6446281,0.6198347,0.58264464,0.56198347,0.57438016,0.58677685,0.59504133,0.60330576,0.59090906,0.58264464,0.56198347,0.5371901,0.5165289,0.5,0.49586776,0.47107437,0.42561984,0.37603307,0.41322315,0.446281,0.46694216,0.49586776,0.2644628,0.1694215,0.20661157,0.20247933,0.2231405,0.2520661,0.28099173,0.29338843,0.28512397,0.28512397,0.27272728,0.2768595,0.29338843,0.28512397,0.28512397,0.2892562,0.2892562,0.28099173,0.2768595,0.36363637,0.40082645,0.37190083,0.37190083,0.4338843,0.45454547,0.5082645,0.553719,0.60330576,0.62396693,0.6280992,0.59917355,0.58677685,0.5413223,0.5785124,0.59917355,0.60330576,0.58264464,0.59917355,0.607438,0.59504133,0.6363636,0.6404959,0.6487603,0.62396693,0.5785124,0.5495868,0.57438016,0.60330576,0.6198347,0.6198347,0.59504133,0.58264464,0.56198347,0.53305787,0.5123967,0.4876033,0.4752066,0.4214876,0.3677686,0.40082645,0.44214877,0.46280992,0.4752066,0.49173555,0.23966943,0.1694215,0.21487603,0.2107438,0.23553719,0.26859504,0.28099173,0.29338843,28 +0.28099173,0.19008264,0.19008264,0.1983471,0.24793388,0.32231405,0.44214877,0.53305787,0.58264464,0.62396693,0.6570248,0.6652893,0.6652893,0.6487603,0.6446281,0.59504133,0.56198347,0.5289256,0.49173555,0.46694216,0.46280992,0.45041323,0.41322315,0.3966942,0.41735536,0.4752066,0.5041322,0.5123967,0.49173555,0.5041322,0.58677685,0.6363636,0.6363636,0.6487603,0.6528926,0.6487603,0.6487603,0.6404959,0.6487603,0.6446281,0.6363636,0.6363636,0.6280992,0.61570245,0.6280992,0.6404959,0.6404959,0.6528926,0.6528926,0.6735537,0.6528926,0.6322314,0.61570245,0.56198347,0.5,0.45454547,0.38842976,0.22727273,0.14049587,0.2603306,0.17355372,0.14049587,0.20661157,0.16528925,0.32231405,0.25619835,0.19008264,0.2107438,0.23553719,0.30578512,0.446281,0.5289256,0.5785124,0.6280992,0.6694215,0.677686,0.677686,0.6694215,0.6528926,0.6404959,0.607438,0.5785124,0.5495868,0.5206612,0.5,0.5,0.46694216,0.46280992,0.45454547,0.5082645,0.5206612,0.553719,0.5661157,0.5371901,0.58677685,0.6652893,0.6694215,0.6735537,0.6859504,0.6818182,0.677686,0.677686,0.677686,0.6735537,0.6735537,0.6570248,0.661157,0.6487603,0.6487603,0.6487603,0.6528926,0.6487603,0.6363636,0.6446281,0.6487603,0.6322314,0.61157024,0.5785124,0.5041322,0.446281,0.41735536,0.2892562,0.14876033,0.24793388,0.16115703,0.11983471,0.19421488,0.1322314,0.30578512,0.30165288,0.24380165,0.2231405,0.23140496,0.30165288,0.43801653,0.5247934,0.57438016,0.62396693,0.677686,0.6859504,0.6818182,0.69008267,0.6652893,0.6652893,0.6528926,0.6280992,0.59917355,0.58264464,0.54545456,0.5371901,0.5247934,0.5289256,0.5371901,0.56198347,0.58677685,0.58264464,0.607438,0.58264464,0.62396693,0.661157,0.6818182,0.6983471,0.71900827,0.7231405,0.71487606,0.7107438,0.70247936,0.6983471,0.69008267,0.6983471,0.6818182,0.677686,0.6735537,0.6652893,0.661157,0.6528926,0.6363636,0.62396693,0.6363636,0.6280992,0.607438,0.5785124,0.5165289,0.45867768,0.4214876,0.3181818,0.17355372,0.23966943,0.1446281,0.11157025,0.17768595,0.12396694,0.27272728,0.3181818,0.30578512,0.24793388,0.24380165,0.2768595,0.4214876,0.5165289,0.58264464,0.62396693,0.6694215,0.6818182,0.69008267,0.6983471,0.70247936,0.6818182,0.69008267,0.6818182,0.661157,0.6322314,0.60330576,0.58677685,0.59090906,0.57438016,0.59917355,0.61157024,0.6363636,0.6487603,0.6404959,0.62396693,0.6570248,0.6694215,0.6818182,0.70247936,0.73966944,0.76033056,0.75619835,0.74793386,0.7355372,0.73140496,0.7107438,0.72727275,0.7107438,0.70247936,0.6859504,0.677686,0.677686,0.6652893,0.661157,0.6404959,0.6198347,0.61570245,0.59090906,0.57024795,0.53305787,0.4876033,0.45454547,0.34710744,0.20247933,0.22727273,0.14876033,0.14049587,0.16528925,0.12809917,0.26859504,0.2520661,0.2768595,0.3140496,0.30991736,0.3429752,0.3966942,0.5123967,0.59090906,0.62396693,0.6570248,0.6818182,0.6942149,0.70247936,0.71900827,0.7107438,0.71900827,0.7107438,0.7107438,0.6818182,0.6487603,0.6528926,0.6694215,0.6528926,0.661157,0.6652893,0.6735537,0.677686,0.6735537,0.677686,0.6983471,0.69008267,0.6983471,0.71487606,0.7355372,0.76033056,0.77272725,0.7644628,0.7644628,0.7644628,0.75206614,0.75206614,0.73140496,0.7231405,0.71900827,0.70247936,0.6942149,0.6818182,0.6694215,0.677686,0.6487603,0.607438,0.59090906,0.57438016,0.53305787,0.5,0.46280992,0.41322315,0.25619835,0.20661157,0.16115703,0.1694215,0.14876033,0.14049587,0.20661157,0.23140496,0.2231405,0.22727273,0.2768595,0.30165288,0.40495867,0.49173555,0.58264464,0.6198347,0.6528926,0.6735537,0.677686,0.677686,0.6983471,0.70247936,0.73140496,0.72727275,0.7231405,0.7231405,0.7066116,0.69008267,0.70247936,0.6983471,0.6983471,0.6942149,0.6983471,0.6983471,0.7066116,0.72727275,0.7231405,0.7107438,0.72727275,0.73140496,0.74793386,0.75619835,0.7644628,0.7768595,0.78099173,0.7644628,0.7644628,0.75619835,0.73966944,0.73140496,0.7231405,0.71487606,0.70247936,0.6859504,0.6652893,0.6652893,0.6280992,0.62396693,0.59090906,0.56198347,0.5371901,0.4876033,0.45867768,0.446281,0.3305785,0.20661157,0.17355372,0.1570248,0.15289256,0.15289256,0.14876033,0.19421488,0.1983471,0.20247933,0.21487603,0.27272728,0.3966942,0.48347107,0.5661157,0.5785124,0.58677685,0.60330576,0.62396693,0.6322314,0.6322314,0.661157,0.6735537,0.661157,0.661157,0.6652893,0.677686,0.6694215,0.6859504,0.6983471,0.7107438,0.7066116,0.7107438,0.7231405,0.72727275,0.74793386,0.73140496,0.72727275,0.72727275,0.72727275,0.74380165,0.7644628,0.76033056,0.76033056,0.75206614,0.74380165,0.73966944,0.7355372,0.71900827,0.6942149,0.6487603,0.6446281,0.6322314,0.58264464,0.5495868,0.54545456,0.5082645,0.5041322,0.5247934,0.5,0.5123967,0.49586776,0.446281,0.45041323,0.3677686,0.25619835,0.18595041,0.16115703,0.15289256,0.15289256,0.11570248,0.1322314,0.1694215,0.18181819,0.21487603,0.29338843,0.38016528,0.42561984,0.46694216,0.4752066,0.46280992,0.45041323,0.45041323,0.48347107,0.5247934,0.54545456,0.54545456,0.5413223,0.5495868,0.5495868,0.57024795,0.59504133,0.6446281,0.6198347,0.6446281,0.69008267,0.7066116,0.71900827,0.71900827,0.7355372,0.7107438,0.71900827,0.7107438,0.72727275,0.7231405,0.7355372,0.73140496,0.6983471,0.677686,0.6859504,0.6446281,0.61157024,0.59917355,0.55785125,0.49173555,0.48347107,0.47107437,0.45454547,0.4090909,0.43801653,0.4090909,0.40082645,0.41322315,0.40495867,0.4090909,0.44214877,0.4338843,0.45041323,0.39256197,0.3429752,0.21900827,0.1570248,0.15289256,0.14876033,0.10743801,0.10743801,0.1322314,0.16528925,0.22727273,0.28512397,0.3264463,0.36363637,0.38429752,0.39256197,0.3966942,0.3553719,0.30578512,0.3264463,0.36363637,0.37603307,0.3677686,0.35123968,0.3677686,0.4338843,0.45454547,0.48347107,0.57024795,0.59504133,0.58677685,0.6404959,0.6818182,0.6983471,0.6942149,0.71487606,0.661157,0.6570248,0.6735537,0.7107438,0.6735537,0.69008267,0.6694215,0.6198347,0.61570245,0.59504133,0.5082645,0.43801653,0.42975205,0.41322315,0.37603307,0.37603307,0.36363637,0.37190083,0.3677686,0.38842976,0.40082645,0.4214876,0.42975205,0.4214876,0.3966942,0.37190083,0.38016528,0.4214876,0.40082645,0.4090909,0.2644628,0.17355372,0.14049587,0.14049587,0.09917355,0.09504132,0.12809917,0.17768595,0.22727273,0.25619835,0.29752067,0.3553719,0.37603307,0.37190083,0.38842976,0.38016528,0.3305785,0.28512397,0.27272728,0.29752067,0.2892562,0.27272728,0.30578512,0.3264463,0.36363637,0.41322315,0.47107437,0.5371901,0.57438016,0.59504133,0.6404959,0.677686,0.6735537,0.6694215,0.6363636,0.61570245,0.6528926,0.677686,0.6363636,0.6570248,0.6322314,0.56198347,0.55785125,0.5165289,0.44214877,0.38016528,0.35123968,0.3305785,0.30578512,0.3140496,0.32231405,0.35123968,0.38429752,0.43801653,0.5041322,0.5165289,0.5,0.47933885,0.43801653,0.38429752,0.3553719,0.33471075,0.39256197,0.42975205,0.30991736,0.18181819,0.14049587,0.1322314,0.09917355,0.0785124,0.1322314,0.2107438,0.22727273,0.24380165,0.30165288,0.35950413,0.39256197,0.41735536,0.446281,0.4752066,0.47107437,0.41322315,0.3305785,0.3264463,0.29338843,0.2603306,0.26859504,0.30165288,0.32231405,0.37603307,0.42561984,0.46280992,0.5,0.56198347,0.60330576,0.6487603,0.6528926,0.6322314,0.6280992,0.607438,0.6280992,0.6404959,0.6363636,0.6280992,0.59090906,0.5371901,0.5123967,0.45454547,0.40495867,0.3553719,0.3140496,0.30165288,0.30578512,0.3264463,0.39256197,0.47107437,0.5371901,0.58677685,0.61157024,0.59504133,0.5661157,0.54545456,0.5041322,0.45041323,0.4090909,0.32231405,0.3264463,0.44214877,0.3677686,0.2231405,0.12396694,0.13636364,0.09504132,0.08264463,0.13636364,0.23140496,0.21487603,0.23966943,0.34710744,0.40495867,0.45041323,0.47933885,0.5165289,0.553719,0.58264464,0.57024795,0.5123967,0.48347107,0.4338843,0.38842976,0.35950413,0.3677686,0.35950413,0.35950413,0.38429752,0.42975205,0.43801653,0.5,0.55785125,0.607438,0.6404959,0.6404959,0.6280992,0.6363636,0.61157024,0.6198347,0.62396693,0.58677685,0.53305787,0.5,0.46694216,0.41322315,0.38842976,0.37190083,0.3677686,0.38429752,0.4338843,0.47107437,0.5413223,0.60330576,0.6280992,0.6322314,0.6404959,0.6280992,0.60330576,0.57438016,0.5371901,0.49586776,0.49173555,0.4090909,0.29752067,0.39256197,0.4090909,0.27272728,0.1322314,0.12809917,0.09090909,0.0785124,0.14049587,0.21900827,0.19008264,0.24793388,0.38016528,0.41735536,0.45454547,0.5041322,0.5661157,0.60330576,0.62396693,0.6322314,0.6198347,0.58677685,0.5785124,0.55785125,0.5289256,0.5041322,0.46694216,0.42975205,0.38842976,0.38842976,0.37603307,0.4214876,0.49586776,0.56198347,0.6322314,0.6694215,0.6363636,0.661157,0.6528926,0.6404959,0.61157024,0.5495868,0.49173555,0.44214877,0.42561984,0.40495867,0.42561984,0.45454547,0.49586776,0.5165289,0.55785125,0.57438016,0.61157024,0.6404959,0.6446281,0.6404959,0.6446281,0.61570245,0.60330576,0.57024795,0.5206612,0.5082645,0.5206612,0.48347107,0.34710744,0.35123968,0.4338843,0.3181818,0.1446281,0.11570248,0.09504132,0.07438017,0.12396694,0.21900827,0.2231405,0.26859504,0.40082645,0.42561984,0.46280992,0.5289256,0.5785124,0.61157024,0.6404959,0.6446281,0.6570248,0.6322314,0.6198347,0.59504133,0.5785124,0.57024795,0.5413223,0.5206612,0.47107437,0.41322315,0.36363637,0.33471075,0.38842976,0.4876033,0.59917355,0.70247936,0.6818182,0.6487603,0.71487606,0.69008267,0.61157024,0.5165289,0.44214877,0.41735536,0.42975205,0.46694216,0.49586776,0.5,0.5,0.5,0.5165289,0.53305787,0.5785124,0.61570245,0.62396693,0.61570245,0.60330576,0.58264464,0.59504133,0.5785124,0.5247934,0.48347107,0.5123967,0.5247934,0.4338843,0.33471075,0.43801653,0.36363637,0.1570248,0.11983471,0.08677686,0.07438017,0.11570248,0.24380165,0.2520661,0.30165288,0.40082645,0.41322315,0.45454547,0.5206612,0.55785125,0.5661157,0.56198347,0.55785125,0.56198347,0.60330576,0.58677685,0.553719,0.5413223,0.5041322,0.4876033,0.4752066,0.4876033,0.47933885,0.4338843,0.37190083,0.30578512,0.36363637,0.54545456,0.6735537,0.73966944,0.71487606,0.72727275,0.7066116,0.59917355,0.4752066,0.44214877,0.446281,0.45041323,0.47933885,0.46280992,0.45041323,0.46694216,0.4876033,0.47933885,0.44214877,0.35123968,0.37190083,0.41735536,0.40082645,0.45454547,0.5289256,0.5247934,0.48347107,0.49173555,0.4876033,0.53305787,0.553719,0.48347107,0.38842976,0.41735536,0.38429752,0.17355372,0.12809917,0.08677686,0.06198347,0.11983471,0.2768595,0.30578512,0.38016528,0.41322315,0.42975205,0.45454547,0.43801653,0.45454547,0.5,0.5206612,0.49586776,0.41322315,0.3429752,0.30991736,0.35123968,0.3181818,0.4090909,0.47107437,0.46694216,0.4752066,0.47933885,0.5041322,0.47933885,0.35950413,0.32231405,0.4752066,0.6446281,0.74793386,0.75206614,0.74380165,0.7107438,0.59090906,0.47933885,0.45454547,0.47107437,0.4752066,0.48347107,0.47933885,0.46694216,0.45041323,0.42975205,0.46280992,0.40082645,0.20661157,0.3181818,0.30165288,0.1983471,0.25619835,0.38429752,0.446281,0.46280992,0.40082645,0.45454547,0.5247934,0.5495868,0.5123967,0.45041323,0.41735536,0.4214876,0.23140496,0.1322314,0.09504132,0.07024793,0.15289256,0.338843,0.35123968,0.4338843,0.43801653,0.4338843,0.42975205,0.3305785,0.4090909,0.43801653,0.41322315,0.39256197,0.28512397,0.21900827,0.1983471,0.338843,0.21900827,0.37190083,0.49586776,0.46694216,0.46280992,0.43801653,0.5413223,0.57438016,0.446281,0.3553719,0.45867768,0.6198347,0.73966944,0.76033056,0.75206614,0.7066116,0.58264464,0.49586776,0.47933885,0.5247934,0.5661157,0.5247934,0.5041322,0.446281,0.46280992,0.48347107,0.56198347,0.43801653,0.23140496,0.18595041,0.19008264,0.1983471,0.23966943,0.38842976,0.3305785,0.37190083,0.40082645,0.43801653,0.5206612,0.53305787,0.5206612,0.4876033,0.43801653,0.45041323,0.2892562,0.14876033,0.09917355,0.07438017,0.22727273,0.38429752,0.3966942,0.46280992,0.47107437,0.43801653,0.41322315,0.3264463,0.36363637,0.36363637,0.38429752,0.42561984,0.2892562,0.2231405,0.16115703,0.1694215,0.23553719,0.4338843,0.59917355,0.5495868,0.54545456,0.446281,0.49586776,0.59504133,0.5041322,0.446281,0.5123967,0.6322314,0.72727275,0.76033056,0.74793386,0.71487606,0.60330576,0.5206612,0.49586776,0.5413223,0.6446281,0.5371901,0.5165289,0.4752066,0.5123967,0.5247934,0.60330576,0.5123967,0.30165288,0.20661157,0.17768595,0.21900827,0.35950413,0.46280992,0.41322315,0.35950413,0.37190083,0.44214877,0.5206612,0.53305787,0.53305787,0.5123967,0.47933885,0.4752066,0.35123968,0.19421488,0.10743801,0.08677686,0.27272728,0.42561984,0.44214877,0.48347107,0.5,0.46280992,0.4338843,0.37603307,0.3677686,0.43801653,0.446281,0.5,0.41322315,0.2644628,0.22727273,0.2231405,0.3429752,0.5413223,0.6198347,0.5785124,0.57024795,0.57024795,0.58677685,0.57438016,0.5413223,0.5123967,0.553719,0.6694215,0.73966944,0.75619835,0.75619835,0.72727275,0.6363636,0.5371901,0.53305787,0.5495868,0.6363636,0.60330576,0.59090906,0.56198347,0.53305787,0.54545456,0.59917355,0.58264464,0.45041323,0.3264463,0.30578512,0.36363637,0.49586776,0.53305787,0.4752066,0.41322315,0.42561984,0.46694216,0.5082645,0.5413223,0.54545456,0.5413223,0.5082645,0.5,0.4090909,0.23966943,0.11157025,0.09917355,0.3140496,0.45454547,0.49586776,0.5123967,0.54545456,0.5165289,0.49173555,0.47933885,0.41735536,0.45041323,0.5041322,0.59090906,0.59090906,0.47933885,0.44214877,0.45867768,0.54545456,0.6404959,0.6280992,0.59090906,0.59917355,0.6363636,0.6280992,0.58264464,0.553719,0.5413223,0.5661157,0.6983471,0.76033056,0.74793386,0.75206614,0.73966944,0.6570248,0.5413223,0.5661157,0.5661157,0.58264464,0.61157024,0.6280992,0.607438,0.57024795,0.57024795,0.59917355,0.6198347,0.58264464,0.5123967,0.49586776,0.5206612,0.5041322,0.5371901,0.4876033,0.48347107,0.5247934,0.5371901,0.53305787,0.5495868,0.5785124,0.553719,0.5413223,0.5123967,0.46280992,0.29752067,0.11570248,0.11983471,0.34710744,0.48347107,0.53305787,0.56198347,0.58264464,0.58264464,0.5661157,0.5495868,0.5165289,0.46694216,0.45454547,0.5495868,0.57024795,0.553719,0.54545456,0.56198347,0.59090906,0.59917355,0.5661157,0.5661157,0.59090906,0.61570245,0.61157024,0.59917355,0.57024795,0.5413223,0.57438016,0.7231405,0.78099173,0.74793386,0.74380165,0.74793386,0.6694215,0.54545456,0.57024795,0.61570245,0.61157024,0.59504133,0.59917355,0.60330576,0.58264464,0.5661157,0.5495868,0.57024795,0.57024795,0.56198347,0.57024795,0.55785125,0.5289256,0.53305787,0.54545456,0.55785125,0.58264464,0.58264464,0.5785124,0.57024795,0.59917355,0.58264464,0.55785125,0.5289256,0.49173555,0.35950413,0.11570248,0.1570248,0.38016528,0.49586776,0.5371901,0.59090906,0.61570245,0.6280992,0.61570245,0.58264464,0.58264464,0.553719,0.5,0.5123967,0.5123967,0.5165289,0.5206612,0.5206612,0.5289256,0.55785125,0.59090906,0.607438,0.62396693,0.6446281,0.6404959,0.61157024,0.56198347,0.5413223,0.59090906,0.71487606,0.78512394,0.7644628,0.73966944,0.74793386,0.6446281,0.54545456,0.56198347,0.6280992,0.6487603,0.6652893,0.62396693,0.60330576,0.6322314,0.61570245,0.59090906,0.59090906,0.58264464,0.5661157,0.5661157,0.57024795,0.5661157,0.5785124,0.60330576,0.607438,0.61570245,0.607438,0.607438,0.59917355,0.61570245,0.58677685,0.57024795,0.5371901,0.5082645,0.39256197,0.14049587,0.19008264,0.39256197,0.48347107,0.54545456,0.57438016,0.6404959,0.677686,0.6694215,0.6446281,0.6322314,0.61157024,0.59090906,0.57024795,0.5785124,0.57438016,0.58264464,0.59090906,0.60330576,0.607438,0.6363636,0.6322314,0.6322314,0.6694215,0.6404959,0.58264464,0.54545456,0.53305787,0.58264464,0.6942149,0.78512394,0.75619835,0.75206614,0.74380165,0.6446281,0.5661157,0.56198347,0.60330576,0.6570248,0.6818182,0.6694215,0.6322314,0.6528926,0.677686,0.6652893,0.6694215,0.6694215,0.6570248,0.6570248,0.6942149,0.6694215,0.6694215,0.661157,0.661157,0.6404959,0.6280992,0.62396693,0.6280992,0.6363636,0.607438,0.56198347,0.5371901,0.5082645,0.41735536,0.14049587,0.17768595,0.38429752,0.48347107,0.5371901,0.5785124,0.6487603,0.6942149,0.677686,0.6652893,0.661157,0.6652893,0.6652893,0.6818182,0.69008267,0.6694215,0.6528926,0.6404959,0.62396693,0.61157024,0.6198347,0.6363636,0.6942149,0.6652893,0.61157024,0.55785125,0.5206612,0.5289256,0.5785124,0.6818182,0.76859504,0.7644628,0.74380165,0.7355372,0.6363636,0.57024795,0.5661157,0.58264464,0.6198347,0.6570248,0.6942149,0.6859504,0.6528926,0.677686,0.677686,0.677686,0.6983471,0.7066116,0.7107438,0.71900827,0.7066116,0.6983471,0.661157,0.6652893,0.6487603,0.6487603,0.6528926,0.661157,0.6363636,0.6198347,0.55785125,0.5413223,0.4876033,0.4214876,0.1570248,0.17768595,0.36363637,0.47933885,0.5247934,0.55785125,0.6446281,0.677686,0.6983471,0.6859504,0.6859504,0.69008267,0.6942149,0.70247936,0.7107438,0.6735537,0.6570248,0.6404959,0.6198347,0.6198347,0.6487603,0.6859504,0.7107438,0.6528926,0.5785124,0.53305787,0.5123967,0.5247934,0.5785124,0.6859504,0.7644628,0.76859504,0.74793386,0.7066116,0.6404959,0.5785124,0.57024795,0.58264464,0.59090906,0.6363636,0.69008267,0.6942149,0.6735537,0.6694215,0.6735537,0.6652893,0.6818182,0.6942149,0.6942149,0.72727275,0.6983471,0.69008267,0.661157,0.6652893,0.6570248,0.6570248,0.6694215,0.6694215,0.6322314,0.61157024,0.55785125,0.5289256,0.47933885,0.39256197,0.17355372,0.18181819,0.3264463,0.45041323,0.5165289,0.5495868,0.6198347,0.661157,0.6859504,0.677686,0.6983471,0.6983471,0.6735537,0.69008267,0.6818182,0.6570248,0.6528926,0.6446281,0.6487603,0.6652893,0.69008267,0.71900827,0.69008267,0.6322314,0.55785125,0.5247934,0.5165289,0.54545456,0.607438,0.6942149,0.77272725,0.76859504,0.74793386,0.6859504,0.6363636,0.58264464,0.56198347,0.56198347,0.57024795,0.6198347,0.6652893,0.69008267,0.6818182,0.69008267,0.7066116,0.6942149,0.6942149,0.6859504,0.6735537,0.70247936,0.6942149,0.677686,0.6652893,0.6694215,0.6735537,0.6818182,0.6694215,0.661157,0.6404959,0.59090906,0.553719,0.5206612,0.46280992,0.3677686,0.18181819,0.17355372,0.28099173,0.4090909,0.49586776,0.53305787,0.58677685,0.6280992,0.6487603,0.6404959,0.6528926,0.661157,0.6528926,0.6652893,0.6652893,0.6446281,0.6528926,0.6735537,0.69008267,0.70247936,0.7066116,0.6983471,0.6694215,0.62396693,0.54545456,0.5123967,0.5247934,0.58677685,0.6446281,0.71900827,0.7768595,0.76033056,0.73966944,0.677686,0.6446281,0.60330576,0.553719,0.553719,0.55785125,0.59504133,0.6446281,0.661157,0.677686,0.6859504,0.71487606,0.7107438,0.71487606,0.7066116,0.6983471,0.6942149,0.6859504,0.661157,0.661157,0.661157,0.677686,0.69008267,0.6735537,0.661157,0.6280992,0.55785125,0.5413223,0.5082645,0.43801653,0.3429752,0.18181819,0.17768595,0.2520661,0.37190083,0.46280992,0.5123967,0.553719,0.59504133,0.6198347,0.61157024,0.62396693,0.6322314,0.6363636,0.6446281,0.6570248,0.6570248,0.6652893,0.6818182,0.6983471,0.70247936,0.6983471,0.6942149,0.6570248,0.61157024,0.5413223,0.4876033,0.5371901,0.61570245,0.661157,0.73140496,0.7892562,0.7644628,0.73140496,0.6818182,0.661157,0.62396693,0.5495868,0.53305787,0.553719,0.57024795,0.6280992,0.6446281,0.6652893,0.6942149,0.7066116,0.7107438,0.71487606,0.7107438,0.7066116,0.69008267,0.6735537,0.6487603,0.6570248,0.6652893,0.6694215,0.6694215,0.6652893,0.6404959,0.59917355,0.5495868,0.53305787,0.4876033,0.41322315,0.30991736,0.17355372,0.18181819,0.22727273,0.3553719,0.41735536,0.4876033,0.5206612,0.55785125,0.59504133,0.59504133,0.60330576,0.6198347,0.6363636,0.6363636,0.6446281,0.6694215,0.6735537,0.6859504,0.70247936,0.6942149,0.6859504,0.6818182,0.6570248,0.59504133,0.5082645,0.46694216,0.5661157,0.6446281,0.6735537,0.74380165,0.8016529,0.77272725,0.73140496,0.7066116,0.6818182,0.6363636,0.5495868,0.5082645,0.5371901,0.5661157,0.60330576,0.6404959,0.6735537,0.6942149,0.70247936,0.71487606,0.7231405,0.7107438,0.7066116,0.6859504,0.6818182,0.6570248,0.6570248,0.661157,0.6487603,0.6446281,0.6322314,0.60330576,0.5495868,0.5495868,0.5206612,0.46280992,0.40495867,0.2644628,0.16528925,0.1694215,0.20661157,0.3553719,0.3966942,0.47107437,0.49173555,0.5206612,0.55785125,0.57438016,0.58264464,0.59090906,0.61570245,0.6322314,0.6487603,0.6694215,0.6735537,0.677686,0.69008267,0.6859504,0.6694215,0.6694215,0.6528926,0.59090906,0.46694216,0.4752066,0.59504133,0.6528926,0.69008267,0.7644628,0.8057851,0.7768595,0.7355372,0.7107438,0.6818182,0.6446281,0.55785125,0.5041322,0.5165289,0.5495868,0.59504133,0.6280992,0.69008267,0.6859504,0.70247936,0.71487606,0.71900827,0.6983471,0.6818182,0.69008267,0.69008267,0.6694215,0.6487603,0.6363636,0.61570245,0.61570245,0.59090906,0.5785124,0.5413223,0.5371901,0.49586776,0.45041323,0.41322315,0.2603306,0.2231405,0.19008264,0.17355372,0.338843,0.3966942,0.45041323,0.47107437,0.49173555,0.5206612,0.56198347,0.57024795,0.58264464,0.60330576,0.6322314,0.6446281,0.661157,0.6694215,0.6818182,0.6942149,0.69008267,0.6735537,0.6652893,0.6528926,0.57024795,0.45454547,0.5165289,0.60330576,0.6487603,0.70247936,0.75619835,0.78512394,0.77272725,0.73966944,0.71900827,0.6735537,0.6446281,0.56198347,0.5123967,0.5041322,0.5165289,0.58264464,0.6363636,0.6942149,0.6983471,0.70247936,0.6983471,0.7107438,0.677686,0.6404959,0.6735537,0.6859504,0.6446281,0.607438,0.59917355,0.58677685,0.58264464,0.5661157,0.553719,0.5495868,0.5206612,0.4876033,0.45454547,0.4214876,0.3429752,0.3553719,0.338843,0.19421488,0.30991736,0.39256197,0.42975205,0.46280992,0.4752066,0.5,0.53305787,0.55785125,0.58264464,0.60330576,0.6198347,0.6363636,0.6528926,0.6694215,0.6735537,0.6859504,0.6859504,0.6818182,0.6570248,0.6404959,0.54545456,0.47933885,0.5289256,0.607438,0.6694215,0.7107438,0.7355372,0.74793386,0.7892562,0.7933884,0.71900827,0.677686,0.62396693,0.5661157,0.5247934,0.56198347,0.5123967,0.5495868,0.6404959,0.677686,0.6818182,0.6942149,0.6942149,0.7107438,0.69008267,0.6487603,0.6570248,0.6652893,0.607438,0.5785124,0.57024795,0.5661157,0.553719,0.5495868,0.5413223,0.5289256,0.5206612,0.48347107,0.46280992,0.41322315,0.45867768,0.4214876,0.49586776,0.30165288,0.30991736,0.39256197,0.41735536,0.46694216,0.46280992,0.48347107,0.5041322,0.5247934,0.5371901,0.57438016,0.607438,0.607438,0.6280992,0.6570248,0.6528926,0.6694215,0.69008267,0.6818182,0.6652893,0.6363636,0.5247934,0.48347107,0.5247934,0.58677685,0.6570248,0.70247936,0.7107438,0.70247936,0.75619835,0.7933884,0.7066116,0.6570248,0.61570245,0.57438016,0.5289256,0.5785124,0.5289256,0.5289256,0.62396693,0.661157,0.6942149,0.6942149,0.6942149,0.6859504,0.6652893,0.6363636,0.6404959,0.62396693,0.59917355,0.58264464,0.55785125,0.54545456,0.54545456,0.5413223,0.5371901,0.5165289,0.5082645,0.5041322,0.45454547,0.4090909,0.5082645,0.46694216,0.5247934,0.38842976,0.3181818,0.39256197,0.41735536,0.46280992,0.47107437,0.47107437,0.48347107,0.4876033,0.5082645,0.5206612,0.5785124,0.57438016,0.58677685,0.61570245,0.6322314,0.6487603,0.6818182,0.6859504,0.6652893,0.60330576,0.5,0.46280992,0.49173555,0.5371901,0.607438,0.6570248,0.6694215,0.6735537,0.6694215,0.6694215,0.6446281,0.61157024,0.57438016,0.5495868,0.53305787,0.553719,0.5413223,0.5165289,0.61157024,0.661157,0.6735537,0.6818182,0.6859504,0.6735537,0.6570248,0.6363636,0.6280992,0.59504133,0.58264464,0.553719,0.5289256,0.5289256,0.53305787,0.5289256,0.5289256,0.5289256,0.5165289,0.5,0.45867768,0.4090909,0.5247934,0.57438016,0.54545456,0.42975205,0.3181818,0.3966942,0.41322315,0.45041323,0.48347107,0.47933885,0.48347107,0.48347107,0.4876033,0.49173555,0.53305787,0.553719,0.57438016,0.61157024,0.6322314,0.6487603,0.6694215,0.677686,0.661157,0.57438016,0.45867768,0.42975205,0.40082645,0.42975205,0.49586776,0.5495868,0.57438016,0.59090906,0.57024795,0.5495868,0.5289256,0.5206612,0.5041322,0.5041322,0.5123967,0.5289256,0.5206612,0.5247934,0.6198347,0.6570248,0.6652893,0.6735537,0.6818182,0.6694215,0.6528926,0.6198347,0.59504133,0.5785124,0.54545456,0.5206612,0.5165289,0.5165289,0.5247934,0.5289256,0.5371901,0.5289256,0.5289256,0.5082645,0.45867768,0.41735536,0.5413223,0.6363636,0.607438,0.4752066,0.338843,0.38842976,0.41735536,0.44214877,0.48347107,0.4876033,0.49586776,0.49173555,0.49586776,0.47933885,0.5041322,0.5413223,0.56198347,0.60330576,0.62396693,0.6487603,0.661157,0.6735537,0.6528926,0.553719,0.446281,0.38842976,0.3553719,0.30578512,0.3429752,0.42561984,0.47107437,0.48347107,0.47933885,0.45867768,0.43801653,0.41735536,0.3966942,0.4214876,0.46280992,0.5,0.49586776,0.54545456,0.6198347,0.6446281,0.661157,0.6735537,0.6694215,0.6528926,0.6404959,0.607438,0.5785124,0.553719,0.5289256,0.5041322,0.5082645,0.5123967,0.5206612,0.5371901,0.5413223,0.5413223,0.5206612,0.5041322,0.45041323,0.42975205,0.55785125,0.58677685,0.59504133,0.49173555,0.38842976,0.38016528,0.41322315,0.43801653,0.47933885,0.4876033,0.49586776,0.5041322,0.5041322,0.49173555,0.5041322,0.5413223,0.56198347,0.59504133,0.6198347,0.6528926,0.6735537,0.6694215,0.6363636,0.5495868,0.48347107,0.40082645,0.32231405,0.20661157,0.20661157,0.30578512,0.37603307,0.3966942,0.40082645,0.40082645,0.37190083,0.3264463,0.28099173,0.27272728,0.38016528,0.45867768,0.47933885,0.5785124,0.61157024,0.6363636,0.6487603,0.6735537,0.6570248,0.6446281,0.6280992,0.59504133,0.5661157,0.5495868,0.5165289,0.5082645,0.5082645,0.5165289,0.5206612,0.5413223,0.5371901,0.5371901,0.5247934,0.5,0.44214877,0.44214877,0.58677685,0.6198347,0.6404959,0.57024795,0.47107437,0.38842976,0.40495867,0.44214877,0.47107437,0.4876033,0.49586776,0.5082645,0.5123967,0.5165289,0.5165289,0.54545456,0.57024795,0.59090906,0.61570245,0.6446281,0.6694215,0.6652893,0.6446281,0.58264464,0.5371901,0.4876033,0.32231405,0.2107438,0.21487603,0.2520661,0.29752067,0.3305785,0.3429752,0.35950413,0.3966942,0.40495867,0.35950413,0.27272728,0.3140496,0.4090909,0.5123967,0.61157024,0.61570245,0.6404959,0.6446281,0.6570248,0.6570248,0.6404959,0.6280992,0.58677685,0.55785125,0.5413223,0.5206612,0.5206612,0.5165289,0.5206612,0.5289256,0.54545456,0.5371901,0.5371901,0.5206612,0.4876033,0.446281,0.446281,0.59090906,0.6859504,0.6942149,0.6404959,0.5413223,0.40495867,0.40082645,0.43801653,0.4752066,0.48347107,0.4876033,0.5041322,0.5165289,0.5206612,0.5206612,0.5413223,0.57024795,0.58264464,0.61157024,0.6404959,0.6570248,0.6570248,0.6652893,0.6487603,0.59090906,0.58264464,0.40082645,0.2892562,0.29338843,0.33471075,0.36363637,0.40495867,0.4090909,0.42561984,0.5082645,0.5165289,0.46280992,0.4090909,0.41322315,0.49173555,0.57438016,0.61157024,0.61157024,0.6363636,0.6446281,0.6446281,0.6487603,0.6404959,0.62396693,0.59090906,0.56198347,0.5413223,0.5289256,0.5165289,0.5247934,0.53305787,0.5371901,0.53305787,0.5289256,0.5289256,0.5041322,0.48347107,0.45454547,0.4338843,0.56198347,0.6942149,0.69008267,0.6487603,0.5495868,0.40495867,0.38429752,0.446281,0.4752066,0.47933885,0.49586776,0.5041322,0.5,0.5165289,0.5123967,0.53305787,0.55785125,0.5785124,0.61570245,0.6446281,0.6528926,0.6446281,0.6735537,0.6735537,0.661157,0.6487603,0.53305787,0.43801653,0.40495867,0.446281,0.48347107,0.5165289,0.5,0.5206612,0.55785125,0.57024795,0.53305787,0.5289256,0.5661157,0.59090906,0.61570245,0.6198347,0.62396693,0.62396693,0.6487603,0.6363636,0.6404959,0.6363636,0.6198347,0.59090906,0.5661157,0.5413223,0.5289256,0.5247934,0.5289256,0.53305787,0.53305787,0.53305787,0.5247934,0.5123967,0.5082645,0.47933885,0.46280992,0.4090909,0.5,0.6404959,0.6404959,0.6198347,0.5082645,0.3429752,0.35950413,0.446281,0.4876033,0.49173555,0.49586776,0.5082645,0.5,0.5123967,0.5041322,0.5371901,0.553719,0.58677685,0.6198347,0.6404959,0.6487603,0.6528926,0.6735537,0.70247936,0.6570248,0.6694215,0.62396693,0.55785125,0.5,0.5,0.54545456,0.55785125,0.5413223,0.53305787,0.59504133,0.59504133,0.5785124,0.58677685,0.60330576,0.61570245,0.61157024,0.62396693,0.6322314,0.61570245,0.6404959,0.6446281,0.62396693,0.62396693,0.607438,0.59504133,0.5495868,0.5495868,0.5289256,0.5206612,0.5206612,0.5206612,0.5206612,0.5247934,0.5082645,0.5123967,0.5,0.4876033,0.45867768,0.3305785,0.3305785,0.5,0.5413223,0.5371901,0.42561984,0.2892562,0.3429752,0.446281,0.4876033,0.5082645,0.5123967,0.5123967,0.5,0.5041322,0.49173555,0.5413223,0.54545456,0.58677685,0.61570245,0.6322314,0.6528926,0.6446281,0.6570248,0.6694215,0.6528926,0.6446281,0.6446281,0.607438,0.55785125,0.553719,0.56198347,0.5785124,0.553719,0.5206612,0.5785124,0.58677685,0.59090906,0.5785124,0.58677685,0.60330576,0.59090906,0.6198347,0.6280992,0.6280992,0.6363636,0.6528926,0.61157024,0.57024795,0.5785124,0.58264464,0.5661157,0.53305787,0.5247934,0.5206612,0.5206612,0.5247934,0.5206612,0.5123967,0.5206612,0.5206612,0.5041322,0.47933885,0.446281,0.2892562,0.18595041,0.3140496,0.36363637,0.39256197,0.3553719,0.2768595,0.30578512,0.42561984,0.47107437,0.5123967,0.5165289,0.5206612,0.5082645,0.49173555,0.4876033,0.5247934,0.53305787,0.57438016,0.59917355,0.62396693,0.6363636,0.6446281,0.6363636,0.6528926,0.6363636,0.6363636,0.6363636,0.61570245,0.59504133,0.60330576,0.6198347,0.58677685,0.58677685,0.5123967,0.5289256,0.58677685,0.59090906,0.5785124,0.5785124,0.59090906,0.56198347,0.61157024,0.607438,0.61157024,0.6487603,0.6404959,0.61157024,0.58264464,0.57438016,0.57024795,0.5495868,0.5371901,0.5082645,0.5247934,0.5247934,0.5247934,0.5165289,0.5123967,0.5247934,0.5289256,0.49586776,0.47933885,0.42975205,0.24793388,0.17768595,0.2892562,0.28512397,0.28512397,0.29752067,0.28512397,0.28099173,0.38429752,0.45867768,0.5041322,0.5247934,0.5247934,0.5206612,0.49173555,0.46280992,0.5082645,0.5206612,0.55785125,0.58677685,0.61570245,0.61157024,0.62396693,0.6280992,0.6446281,0.6280992,0.6322314,0.6446281,0.6322314,0.6322314,0.6528926,0.6735537,0.6363636,0.60330576,0.553719,0.5206612,0.607438,0.607438,0.59090906,0.58677685,0.59090906,0.57024795,0.59504133,0.59504133,0.59090906,0.61570245,0.59090906,0.59090906,0.59090906,0.58264464,0.57024795,0.5371901,0.5247934,0.49586776,0.5123967,0.53305787,0.5247934,0.5,0.5165289,0.5289256,0.5041322,0.49586776,0.47107437,0.38842976,0.1983471,0.1983471,0.29752067,0.2892562,0.28099173,0.29752067,0.29338843,0.28512397,0.33471075,0.42975205,0.49173555,0.5123967,0.5247934,0.5165289,0.5123967,0.48347107,0.47933885,0.5041322,0.5371901,0.553719,0.59090906,0.59504133,0.60330576,0.607438,0.6198347,0.59917355,0.61570245,0.6528926,0.6404959,0.6322314,0.6652893,0.6983471,0.6818182,0.6446281,0.607438,0.57438016,0.61570245,0.61157024,0.61157024,0.61157024,0.607438,0.58677685,0.58677685,0.59917355,0.5785124,0.5785124,0.553719,0.55785125,0.57024795,0.55785125,0.553719,0.5247934,0.5247934,0.49173555,0.5123967,0.5289256,0.5247934,0.5165289,0.5247934,0.5247934,0.5,0.46694216,0.43801653,0.30578512,0.17768595,0.21487603,0.29338843,0.29338843,0.2892562,0.29338843,0.29338843,0.29338843,0.30165288,0.38429752,0.46694216,0.5,0.5165289,0.5206612,0.5123967,0.4876033,0.48347107,0.4876033,0.5247934,0.53305787,0.56198347,0.5785124,0.5785124,0.58677685,0.59090906,0.57438016,0.57438016,0.59504133,0.5495868,0.5041322,0.5,0.55785125,0.6198347,0.6570248,0.61570245,0.55785125,0.5206612,0.5123967,0.553719,0.59917355,0.59504133,0.59090906,0.58677685,0.59504133,0.57024795,0.57024795,0.5495868,0.54545456,0.553719,0.5413223,0.5371901,0.5247934,0.5082645,0.48347107,0.5206612,0.5206612,0.53305787,0.5371901,0.53305787,0.5165289,0.47933885,0.44214877,0.38429752,0.2231405,0.18595041,0.2231405,0.2892562,0.2892562,0.2892562,0.2892562,0.29338843,0.29752067,0.28512397,0.3305785,0.42561984,0.48347107,0.5082645,0.5165289,0.5123967,0.49173555,0.4876033,0.4876033,0.5082645,0.5165289,0.5289256,0.5413223,0.5247934,0.5247934,0.5082645,0.4876033,0.45454547,0.4214876,0.40495867,0.38842976,0.38016528,0.38429752,0.45041323,0.5165289,0.49173555,0.4338843,0.41322315,0.41322315,0.42975205,0.46694216,0.5,0.53305787,0.55785125,0.57438016,0.553719,0.55785125,0.5495868,0.553719,0.5495868,0.53305787,0.5371901,0.5165289,0.5,0.4876033,0.5289256,0.5289256,0.5371901,0.53305787,0.5289256,0.49586776,0.44214877,0.3966942,0.2768595,0.18181819,0.20247933,0.23140496,0.28512397,0.28512397,0.28512397,0.29752067,0.29338843,0.29752067,0.28512397,0.29338843,0.37603307,0.45867768,0.5,0.5123967,0.5041322,0.5082645,0.48347107,0.5041322,0.5,0.5041322,0.5,0.48347107,0.4214876,0.40495867,0.38016528,0.3305785,0.30991736,0.29338843,0.30165288,0.30991736,0.30165288,0.32231405,0.35123968,0.38429752,0.37190083,0.36363637,0.36363637,0.36363637,0.35123968,0.34710744,0.3677686,0.3966942,0.43801653,0.47107437,0.5,0.5082645,0.5247934,0.54545456,0.54545456,0.5371901,0.53305787,0.5123967,0.5041322,0.48347107,0.5165289,0.5371901,0.5371901,0.5206612,0.5082645,0.45454547,0.3966942,0.28512397,0.19008264,0.19421488,0.2107438,0.23966943,0.2892562,0.29338843,0.2892562,0.2892562,0.28512397,0.30165288,0.29338843,0.28512397,0.3181818,0.40495867,0.4876033,0.5123967,0.49173555,0.5,0.49173555,0.5041322,0.5165289,0.49586776,0.4752066,0.45041323,0.40082645,0.42975205,0.37603307,0.2892562,0.2892562,0.30165288,0.2892562,0.30165288,0.28512397,0.27272728,0.30991736,0.30165288,0.30578512,0.2892562,0.2892562,0.29338843,0.2892562,0.2644628,0.29752067,0.2603306,0.27272728,0.3140496,0.35950413,0.40495867,0.46694216,0.5165289,0.53305787,0.53305787,0.5206612,0.5206612,0.49586776,0.47933885,0.5165289,0.5413223,0.53305787,0.5123967,0.48347107,0.4090909,0.28512397,0.17768595,0.18181819,0.1983471,0.21487603,0.25619835,0.2892562,0.2892562,0.28099173,0.29338843,0.2892562,0.3140496,0.29338843,0.29752067,0.28512397,0.34710744,0.446281,0.5082645,0.5,0.47933885,0.49173555,0.4876033,0.5123967,0.5041322,0.4876033,0.46280992,0.46694216,0.5495868,0.5371901,0.46280992,0.46280992,0.4876033,0.45454547,0.5041322,0.5123967,0.47933885,0.47107437,0.41735536,0.41322315,0.41322315,0.38842976,0.40495867,0.38842976,0.38842976,0.4338843,0.40495867,0.4090909,0.446281,0.5,0.46694216,0.446281,0.49173555,0.5123967,0.5247934,0.53305787,0.5123967,0.49586776,0.49173555,0.5165289,0.5371901,0.5289256,0.5041322,0.46280992,0.28099173,0.15289256,0.19421488,0.19421488,0.20247933,0.2231405,0.2603306,0.29338843,0.28512397,0.2892562,0.28512397,0.29752067,0.29338843,0.29338843,0.29338843,0.28512397,0.30165288,0.40082645,0.47933885,0.5,0.46694216,0.47933885,0.47107437,0.5082645,0.5123967,0.5082645,0.5165289,0.5082645,0.54545456,0.54545456,0.5495868,0.5,0.5041322,0.5,0.54545456,0.58264464,0.59504133,0.60330576,0.55785125,0.5495868,0.5661157,0.5247934,0.49586776,0.4876033,0.46280992,0.45867768,0.446281,0.4338843,0.49586776,0.53305787,0.5082645,0.49586776,0.5082645,0.5206612,0.5289256,0.5289256,0.5123967,0.49586776,0.5,0.5206612,0.53305787,0.5123967,0.47933885,0.41735536,0.18181819,0.16115703,0.20247933,0.20247933,0.2107438,0.23140496,0.2768595,0.2892562,0.2892562,0.29752067,0.28512397,0.30165288,0.28512397,0.29338843,0.30165288,0.29338843,0.27272728,0.34710744,0.45041323,0.5041322,0.4752066,0.46280992,0.45454547,0.4876033,0.5165289,0.5165289,0.5165289,0.5,0.49173555,0.49173555,0.5,0.5,0.4752066,0.45041323,0.46694216,0.49173555,0.5165289,0.553719,0.5289256,0.5247934,0.5206612,0.53305787,0.5123967,0.46694216,0.44214877,0.45041323,0.45041323,0.45867768,0.5,0.5082645,0.5,0.5165289,0.5123967,0.5247934,0.5247934,0.5206612,0.49173555,0.49586776,0.5041322,0.5082645,0.5165289,0.49173555,0.43801653,0.36363637,0.1694215,0.17768595,0.1983471,0.20247933,0.21487603,0.24793388,0.2768595,0.2892562,0.2892562,0.28512397,0.2892562,0.2892562,0.29752067,0.2892562,0.30165288,0.29338843,0.28512397,0.29338843,0.40495867,0.47933885,0.47933885,0.47107437,0.45454547,0.45867768,0.49586776,0.5123967,0.5,0.49173555,0.45867768,0.43801653,0.4214876,0.4090909,0.44214877,0.44214877,0.42561984,0.42975205,0.43801653,0.45041323,0.46280992,0.45041323,0.41735536,0.4214876,0.42975205,0.41322315,0.42975205,0.45454547,0.45041323,0.45454547,0.47107437,0.4876033,0.5,0.5082645,0.5123967,0.5206612,0.5123967,0.5082645,0.49586776,0.49173555,0.5123967,0.5123967,0.5041322,0.45867768,0.41322315,0.35950413,0.1570248,0.18181819,0.20661157,0.20661157,0.21900827,0.2644628,0.28512397,0.2892562,0.2892562,0.28512397,0.29338843,0.29338843,0.29338843,0.29752067,0.2892562,0.29338843,0.29338843,0.29338843,0.3553719,0.43801653,0.47107437,0.4752066,0.45867768,0.45454547,0.4876033,0.5123967,0.49173555,0.46694216,0.446281,0.41735536,0.40495867,0.37603307,0.35950413,0.3677686,0.38842976,0.39256197,0.39256197,0.39256197,0.4214876,0.40495867,0.37603307,0.38429752,0.38842976,0.40082645,0.4090909,0.41735536,0.4338843,0.45454547,0.46694216,0.47107437,0.49173555,0.5,0.5082645,0.5165289,0.5041322,0.49586776,0.47933885,0.4876033,0.5041322,0.5,0.47107437,0.4214876,0.43801653,0.36363637,0.16115703,0.1983471,0.20247933,0.21487603,0.23966943,0.2768595,0.2892562,0.2892562,0.2892562,0.28512397,0.29338843,0.29338843,0.2892562,0.29752067,0.2892562,0.29752067,0.29338843,0.30165288,0.34710744,0.39256197,0.45454547,0.4752066,0.45867768,0.45867768,0.47933885,0.5123967,0.5041322,0.4752066,0.45867768,0.42561984,0.4090909,0.41322315,0.38429752,0.35123968,0.3264463,0.30991736,0.29752067,0.29338843,0.30578512,0.32231405,0.30578512,0.32231405,0.34710744,0.3677686,0.38429752,0.41735536,0.44214877,0.44214877,0.45867768,0.46280992,0.47933885,0.5,0.5082645,0.5082645,0.5,0.4876033,0.47107437,0.49173555,0.49173555,0.47107437,0.4214876,0.41322315,0.46694216,0.3429752,0.1694215,0.19421488,0.2107438,0.2231405,0.2603306,0.28099173,0.29752067,0.28512397,0.2892562,0.2768595,0.30165288,0.28512397,0.30165288,0.2892562,0.29338843,0.29752067,0.2768595,0.30991736,0.37190083,0.37603307,0.41322315,0.45867768,0.46280992,0.45867768,0.46694216,0.49586776,0.5082645,0.5041322,0.49173555,0.4752066,0.45454547,0.46280992,0.446281,0.4338843,0.40082645,0.38842976,0.38842976,0.38429752,0.38016528,0.42975205,0.42975205,0.44214877,0.47107437,0.47107437,0.45867768,0.46280992,0.46694216,0.47107437,0.47107437,0.47933885,0.5,0.5165289,0.5165289,0.5082645,0.5041322,0.48347107,0.47107437,0.4876033,0.47933885,0.4338843,0.40495867,0.44214877,0.4876033,0.30991736,0.17355372,0.20247933,0.2107438,0.24380165,0.26859504,0.2892562,0.30165288,0.28512397,0.2892562,0.28099173,0.29338843,0.28099173,0.29338843,0.29338843,0.29338843,0.29752067,0.2768595,0.3140496,0.38842976,0.38842976,0.38429752,0.41735536,0.46280992,0.46280992,0.47107437,0.5082645,0.5206612,0.5289256,0.5289256,0.5289256,0.5206612,0.5165289,0.5082645,0.5082645,0.49173555,0.48347107,0.49586776,0.5,0.5123967,0.54545456,0.553719,0.5661157,0.57024795,0.57024795,0.553719,0.5123967,0.5,0.5165289,0.5206612,0.5165289,0.53305787,0.5371901,0.5289256,0.5165289,0.5,0.47933885,0.4752066,0.4752066,0.45454547,0.39256197,0.42561984,0.46694216,0.49173555,0.2892562,0.18595041,0.21487603,0.2231405,0.2644628,0.28099173,0.29338843,0.29752067,0.2892562,0.28512397,0.28099173,0.2892562,0.29338843,0.2892562,0.29752067,0.2892562,0.29752067,0.27272728,0.32231405,0.3966942,0.41322315,0.38016528,0.37190083,0.44214877,0.46280992,0.4876033,0.5247934,0.5495868,0.5661157,0.57024795,0.57024795,0.5661157,0.5661157,0.57438016,0.5785124,0.5371901,0.5,0.5,0.5289256,0.5371901,0.58264464,0.5785124,0.58264464,0.58264464,0.59090906,0.58677685,0.5495868,0.5206612,0.5413223,0.5495868,0.553719,0.5661157,0.5495868,0.5371901,0.5206612,0.49586776,0.47933885,0.4752066,0.45454547,0.39256197,0.4090909,0.45867768,0.47107437,0.49586776,0.2768595,0.19008264,0.2231405,0.25619835,0.2644628,0.2892562,0.29752067,0.30578512,0.2892562,0.2892562,0.29338843,0.2892562,0.29752067,0.2892562,0.29752067,0.29338843,0.29338843,0.2768595,0.3140496,0.41322315,0.4090909,0.4090909,0.34710744,0.39256197,0.43801653,0.47107437,0.5082645,0.5413223,0.58264464,0.59917355,0.59504133,0.5785124,0.58677685,0.5785124,0.59504133,0.59090906,0.55785125,0.54545456,0.55785125,0.553719,0.57438016,0.59504133,0.57438016,0.59504133,0.59090906,0.57438016,0.5495868,0.56198347,0.553719,0.58677685,0.58264464,0.57438016,0.55785125,0.5413223,0.5247934,0.49173555,0.4876033,0.44214877,0.38842976,0.37603307,0.45041323,0.4752066,0.46694216,0.47107437,0.27272728,0.20247933,0.23140496,0.2768595,0.2892562,0.2892562,0.29752067,0.30578512,0.2892562,0.28512397,0.29338843,0.2768595,0.2892562,0.29338843,0.2892562,0.2892562,0.29338843,0.27272728,0.3181818,0.41322315,0.41322315,0.40495867,0.37603307,0.34710744,0.4090909,0.43801653,0.4876033,0.5247934,0.57438016,0.607438,0.61157024,0.58264464,0.56198347,0.53305787,0.56198347,0.59090906,0.58264464,0.55785125,0.553719,0.56198347,0.53305787,0.5661157,0.57438016,0.59090906,0.5785124,0.55785125,0.5289256,0.5289256,0.5661157,0.60330576,0.60330576,0.58677685,0.55785125,0.53305787,0.5041322,0.47933885,0.446281,0.38016528,0.38429752,0.42975205,0.47107437,0.47107437,0.46280992,0.48347107,0.2603306,0.22727273,0.2768595,0.2768595,0.28512397,0.29752067,0.29338843,0.30578512,0.28099173,0.28512397,0.29338843,0.28512397,0.29338843,0.28512397,0.2892562,0.29752067,0.29338843,0.26859504,0.32231405,0.42561984,0.4214876,0.40495867,0.3966942,0.35123968,0.36363637,0.4090909,0.45041323,0.49586776,0.54545456,0.59917355,0.61157024,0.5785124,0.5495868,0.5206612,0.5165289,0.5413223,0.56198347,0.56198347,0.5495868,0.5495868,0.5206612,0.5413223,0.58264464,0.5785124,0.56198347,0.54545456,0.5289256,0.5041322,0.5495868,0.607438,0.59090906,0.5661157,0.5413223,0.5082645,0.47933885,0.4338843,0.38842976,0.3677686,0.42561984,0.46280992,0.47933885,0.47107437,0.47107437,0.45041323,0.2644628,0.2520661,0.28512397,0.30165288,0.2892562,0.30165288,0.30165288,0.30165288,0.28512397,0.2892562,0.2892562,0.2892562,0.2892562,0.2768595,0.2892562,0.2892562,0.28099173,0.26859504,0.3264463,0.4338843,0.4338843,0.40495867,0.3966942,0.37603307,0.3677686,0.36363637,0.41735536,0.45867768,0.5082645,0.553719,0.58677685,0.5785124,0.5495868,0.5206612,0.49586776,0.5,0.53305787,0.553719,0.5371901,0.5371901,0.5123967,0.5206612,0.56198347,0.56198347,0.5495868,0.5206612,0.5041322,0.49173555,0.5371901,0.5661157,0.5495868,0.5413223,0.5123967,0.47933885,0.42561984,0.37190083,0.36363637,0.41735536,0.46694216,0.47933885,0.47933885,0.4752066,0.4752066,0.4338843,0.27272728,0.27272728,0.29752067,0.2892562,0.30165288,0.29752067,0.30991736,0.30991736,0.28512397,0.28512397,0.28512397,0.28512397,0.29338843,0.2892562,0.2892562,0.29338843,0.28512397,0.26859504,0.3264463,0.4338843,0.45041323,0.41735536,0.40082645,0.38842976,0.38429752,0.35950413,0.36363637,0.41735536,0.45454547,0.49173555,0.53305787,0.5661157,0.553719,0.5289256,0.5082645,0.48347107,0.48347107,0.5082645,0.5165289,0.5082645,0.49173555,0.5082645,0.5165289,0.53305787,0.5247934,0.49586776,0.5041322,0.49586776,0.5371901,0.5247934,0.5165289,0.49586776,0.47107437,0.4214876,0.37190083,0.37603307,0.41735536,0.45041323,0.4752066,0.48347107,0.4876033,0.4752066,0.47933885,0.4214876,0.28099173,0.2892562,0.29338843,0.30578512,0.30165288,0.30165288,0.30578512,0.3140496,0.28512397,0.28512397,0.29338843,0.28512397,0.28512397,0.2892562,0.28512397,0.29338843,0.28512397,0.2603306,0.33471075,0.43801653,0.45454547,0.4338843,0.41735536,0.3966942,0.38842976,0.37603307,0.34710744,0.3553719,0.41322315,0.446281,0.46694216,0.5206612,0.5289256,0.5082645,0.5,0.47933885,0.46694216,0.4752066,0.49173555,0.5,0.46694216,0.4876033,0.4876033,0.49173555,0.49173555,0.47933885,0.4752066,0.48347107,0.49586776,0.4876033,0.46694216,0.44214877,0.40495867,0.37190083,0.37603307,0.4214876,0.45454547,0.4752066,0.48347107,0.49173555,0.49586776,0.48347107,0.46694216,0.45454547,0.29752067,0.29338843,0.29752067,0.3140496,0.30165288,0.30578512,0.3181818,0.3181818,28 +0.33471075,0.3305785,0.3429752,0.2892562,0.23553719,0.1983471,0.1322314,0.14049587,0.14049587,0.15289256,0.30165288,0.45454547,0.5206612,0.5495868,0.54545456,0.5289256,0.5165289,0.46694216,0.47933885,0.446281,0.46280992,0.42975205,0.4090909,0.3677686,0.38842976,0.42975205,0.45867768,0.47933885,0.45867768,0.49586776,0.53305787,0.5247934,0.61570245,0.6198347,0.6322314,0.62396693,0.6363636,0.6322314,0.6198347,0.61570245,0.6198347,0.61570245,0.6198347,0.6198347,0.6404959,0.6198347,0.6570248,0.661157,0.6818182,0.7066116,0.7107438,0.7066116,0.7066116,0.6859504,0.6570248,0.6363636,0.61570245,0.56198347,0.5206612,0.5123967,0.39256197,0.2644628,0.25619835,0.2107438,0.32231405,0.32231405,0.3305785,0.338843,0.2644628,0.1983471,0.1694215,0.1322314,0.11983471,0.1446281,0.30991736,0.46280992,0.5289256,0.58264464,0.58264464,0.5785124,0.55785125,0.5289256,0.48347107,0.47107437,0.4338843,0.45041323,0.42975205,0.4090909,0.4090909,0.446281,0.4876033,0.5082645,0.49173555,0.5,0.5371901,0.59090906,0.6404959,0.6446281,0.6528926,0.6528926,0.661157,0.6570248,0.6570248,0.661157,0.6570248,0.6694215,0.6652893,0.6404959,0.6570248,0.6446281,0.6446281,0.6735537,0.6652893,0.677686,0.69008267,0.69008267,0.6942149,0.6942149,0.6694215,0.661157,0.61570245,0.56198347,0.53305787,0.5123967,0.4338843,0.29752067,0.2603306,0.21487603,0.34710744,0.34710744,0.30991736,0.30991736,0.30165288,0.2644628,0.20247933,0.19008264,0.1322314,0.11983471,0.30578512,0.47933885,0.54545456,0.607438,0.61157024,0.607438,0.59917355,0.58264464,0.5371901,0.5082645,0.4876033,0.45454547,0.45454547,0.446281,0.45041323,0.46280992,0.5123967,0.53305787,0.553719,0.55785125,0.54545456,0.607438,0.6735537,0.6652893,0.6735537,0.6735537,0.6818182,0.677686,0.6818182,0.69008267,0.69008267,0.69008267,0.6983471,0.677686,0.6735537,0.677686,0.6694215,0.6735537,0.6942149,0.677686,0.6859504,0.6735537,0.6818182,0.69008267,0.6694215,0.6652893,0.62396693,0.57024795,0.5371901,0.49586776,0.446281,0.32231405,0.28099173,0.21900827,0.29338843,0.29338843,0.28099173,0.2768595,0.3181818,0.30991736,0.2644628,0.2520661,0.21487603,0.15289256,0.3181818,0.49173555,0.553719,0.60330576,0.62396693,0.6280992,0.62396693,0.62396693,0.59090906,0.5785124,0.5413223,0.5247934,0.49586776,0.5,0.5,0.5123967,0.54545456,0.57438016,0.59090906,0.59504133,0.59090906,0.6280992,0.6735537,0.6652893,0.6859504,0.71487606,0.7231405,0.72727275,0.71487606,0.70247936,0.70247936,0.7107438,0.7066116,0.6983471,0.6942149,0.6942149,0.6942149,0.6859504,0.70247936,0.6859504,0.6859504,0.6694215,0.677686,0.6818182,0.6694215,0.6570248,0.6322314,0.57024795,0.5495868,0.5123967,0.45867768,0.3429752,0.2892562,0.2231405,0.19008264,0.18595041,0.20247933,0.24380165,0.2603306,0.32231405,0.32231405,0.2644628,0.29752067,0.2520661,0.32231405,0.49173555,0.57438016,0.61157024,0.6322314,0.6528926,0.6528926,0.6487603,0.6446281,0.6404959,0.61157024,0.58677685,0.55785125,0.5661157,0.5661157,0.5785124,0.59504133,0.61570245,0.6363636,0.6363636,0.6322314,0.6694215,0.6818182,0.6735537,0.6983471,0.74380165,0.75619835,0.76859504,0.75619835,0.75206614,0.74793386,0.74380165,0.73966944,0.74380165,0.73140496,0.7231405,0.7107438,0.7066116,0.7231405,0.70247936,0.70247936,0.6942149,0.677686,0.677686,0.6652893,0.6487603,0.6404959,0.58264464,0.5495868,0.5289256,0.49173555,0.38842976,0.3140496,0.23966943,0.16115703,0.16115703,0.1570248,0.17355372,0.22727273,0.23553719,0.24793388,0.2520661,0.27272728,0.18595041,0.3305785,0.49586776,0.57438016,0.61570245,0.6404959,0.6487603,0.6735537,0.677686,0.6818182,0.6735537,0.6652893,0.6363636,0.6198347,0.61570245,0.6322314,0.6404959,0.6487603,0.6570248,0.6694215,0.6818182,0.6818182,0.71487606,0.7107438,0.69008267,0.7107438,0.73966944,0.75619835,0.7768595,0.77272725,0.7768595,0.77272725,0.7644628,0.7644628,0.75619835,0.74380165,0.75619835,0.73140496,0.7231405,0.73966944,0.7231405,0.71900827,0.71487606,0.70247936,0.6859504,0.6652893,0.6487603,0.6404959,0.59917355,0.54545456,0.5413223,0.5123967,0.4214876,0.3429752,0.2768595,0.15289256,0.15289256,0.1570248,0.12809917,0.1694215,0.20247933,0.19421488,0.21487603,0.20247933,0.1694215,0.34710744,0.48347107,0.553719,0.58264464,0.6198347,0.6280992,0.6446281,0.6694215,0.6818182,0.6652893,0.677686,0.6694215,0.6735537,0.6446281,0.6735537,0.6818182,0.677686,0.6735537,0.6818182,0.7066116,0.73140496,0.74380165,0.71487606,0.7231405,0.71487606,0.7355372,0.74793386,0.76033056,0.77272725,0.78512394,0.78099173,0.7768595,0.7768595,0.7644628,0.74380165,0.76033056,0.75619835,0.73966944,0.74380165,0.7231405,0.7231405,0.7107438,0.6942149,0.6859504,0.6652893,0.6363636,0.6404959,0.61570245,0.5661157,0.5413223,0.5123967,0.46280992,0.38429752,0.34710744,0.1446281,0.1446281,0.14876033,0.1570248,0.12809917,0.14876033,0.14876033,0.1694215,0.17355372,0.20247933,0.35950413,0.446281,0.4876033,0.4876033,0.5206612,0.55785125,0.58677685,0.61570245,0.6280992,0.61157024,0.61570245,0.6363636,0.6446281,0.6363636,0.6694215,0.677686,0.6735537,0.6694215,0.6942149,0.71900827,0.7355372,0.73966944,0.7107438,0.71487606,0.73140496,0.7355372,0.75206614,0.75206614,0.7644628,0.76033056,0.76033056,0.76033056,0.76859504,0.75619835,0.74793386,0.71900827,0.7066116,0.7107438,0.6942149,0.6446281,0.6322314,0.6280992,0.58677685,0.58677685,0.60330576,0.57438016,0.59917355,0.6198347,0.60330576,0.53305787,0.49173555,0.5041322,0.41735536,0.41322315,0.1322314,0.1322314,0.14049587,0.1446281,0.11983471,0.11983471,0.11157025,0.14049587,0.17355372,0.22727273,0.32231405,0.38016528,0.40495867,0.35950413,0.3553719,0.4214876,0.4752066,0.48347107,0.47933885,0.49173555,0.5206612,0.5165289,0.5661157,0.59090906,0.60330576,0.61570245,0.6570248,0.6694215,0.69008267,0.6983471,0.7107438,0.6942149,0.7066116,0.69008267,0.71900827,0.71900827,0.7231405,0.73140496,0.72727275,0.7066116,0.7066116,0.6942149,0.6859504,0.6735537,0.6570248,0.59090906,0.5661157,0.56198347,0.553719,0.4876033,0.46694216,0.47933885,0.45041323,0.42975205,0.4338843,0.44214877,0.45041323,0.49173555,0.58677685,0.5785124,0.4876033,0.5082645,0.446281,0.45454547,0.11157025,0.11157025,0.1322314,0.15289256,0.11570248,0.10743801,0.09090909,0.11570248,0.18181819,0.2107438,0.32231405,0.3429752,0.34710744,0.3264463,0.2768595,0.30578512,0.35123968,0.3553719,0.35950413,0.338843,0.39256197,0.45041323,0.41735536,0.5495868,0.58264464,0.56198347,0.60330576,0.6570248,0.6735537,0.6694215,0.6818182,0.6570248,0.6652893,0.661157,0.7107438,0.6694215,0.6942149,0.6818182,0.6652893,0.6487603,0.6363636,0.57438016,0.5206612,0.5041322,0.4876033,0.43801653,0.4214876,0.41322315,0.4090909,0.38429752,0.3966942,0.3966942,0.38842976,0.3966942,0.42975205,0.44214877,0.4214876,0.40495867,0.4214876,0.5289256,0.5247934,0.47933885,0.47107437,0.45867768,0.09504132,0.09504132,0.12809917,0.16528925,0.11570248,0.10330579,0.09504132,0.11157025,0.16528925,0.20247933,0.32231405,0.3305785,0.338843,0.37190083,0.3305785,0.2892562,0.27272728,0.28099173,0.27272728,0.26859504,0.2892562,0.33471075,0.37190083,0.3966942,0.53305787,0.5371901,0.57024795,0.6198347,0.6570248,0.6570248,0.6570248,0.62396693,0.6280992,0.6487603,0.6735537,0.62396693,0.6694215,0.6446281,0.59504133,0.60330576,0.57438016,0.49173555,0.41735536,0.38016528,0.35950413,0.338843,0.33471075,0.35950413,0.338843,0.338843,0.35123968,0.38016528,0.46280992,0.5,0.48347107,0.4752066,0.44214877,0.41322315,0.38842976,0.4214876,0.47107437,0.48347107,0.446281,0.45867768,0.10330579,0.10330579,0.13636364,0.18181819,0.12396694,0.09917355,0.09090909,0.11570248,0.13636364,0.22727273,0.338843,0.35950413,0.41322315,0.44214877,0.446281,0.3966942,0.3264463,0.29338843,0.25619835,0.2520661,0.2603306,0.30165288,0.3264463,0.38429752,0.42975205,0.4876033,0.5206612,0.57024795,0.6322314,0.6404959,0.6198347,0.607438,0.607438,0.61157024,0.6363636,0.6198347,0.6404959,0.6280992,0.5413223,0.5495868,0.5041322,0.42561984,0.37603307,0.33471075,0.30578512,0.2768595,0.26859504,0.29338843,0.30578512,0.3677686,0.45867768,0.553719,0.61570245,0.607438,0.5785124,0.5661157,0.5413223,0.47933885,0.4338843,0.40495867,0.38429752,0.446281,0.43801653,0.45454547,0.1570248,0.16115703,0.17768595,0.20661157,0.14876033,0.09504132,0.08677686,0.09917355,0.09917355,0.23140496,0.3429752,0.38429752,0.46280992,0.5082645,0.5413223,0.5371901,0.4876033,0.44214877,0.37603307,0.33471075,0.30991736,0.3305785,0.32231405,0.35123968,0.38429752,0.40082645,0.45041323,0.5247934,0.57024795,0.6198347,0.6198347,0.62396693,0.61157024,0.59917355,0.61157024,0.62396693,0.61157024,0.55785125,0.5165289,0.5082645,0.45454547,0.4090909,0.37190083,0.32231405,0.30578512,0.3140496,0.3264463,0.38429752,0.4752066,0.5413223,0.60330576,0.6528926,0.6570248,0.6487603,0.6280992,0.61157024,0.607438,0.55785125,0.5,0.4752066,0.42561984,0.4090909,0.3966942,0.4338843,0.2231405,0.22727273,0.22727273,0.21900827,0.16528925,0.08677686,0.09090909,0.0785124,0.07024793,0.2107438,0.3429752,0.40495867,0.5,0.55785125,0.57024795,0.59090906,0.56198347,0.5247934,0.5,0.4752066,0.446281,0.4214876,0.40082645,0.39256197,0.3677686,0.3677686,0.3677686,0.42975205,0.5082645,0.59090906,0.6404959,0.6322314,0.6322314,0.62396693,0.6198347,0.6198347,0.5785124,0.5082645,0.4876033,0.46694216,0.41322315,0.38429752,0.37603307,0.35950413,0.35123968,0.39256197,0.42975205,0.46280992,0.5247934,0.58677685,0.60330576,0.6280992,0.6404959,0.6487603,0.6363636,0.6198347,0.607438,0.57438016,0.54545456,0.53305787,0.5082645,0.45867768,0.40082645,0.4090909,0.26859504,0.26859504,0.2520661,0.20247933,0.1694215,0.08677686,0.09090909,0.07024793,0.049586777,0.1983471,0.338843,0.4090909,0.46280992,0.42975205,0.39256197,0.3553719,0.30991736,0.2892562,0.3264463,0.40082645,0.42975205,0.4752066,0.45041323,0.44214877,0.4090909,0.38842976,0.34710744,0.3305785,0.3966942,0.5371901,0.6446281,0.6570248,0.6528926,0.6859504,0.6818182,0.6446281,0.56198347,0.49586776,0.44214877,0.41735536,0.41322315,0.41322315,0.3966942,0.3677686,0.35950413,0.3966942,0.3553719,0.28099173,0.2603306,0.30991736,0.41322315,0.4876033,0.5082645,0.5413223,0.57438016,0.58264464,0.57438016,0.55785125,0.5371901,0.5247934,0.54545456,0.5123967,0.46280992,0.4214876,0.26859504,0.26859504,0.24793388,0.18181819,0.19008264,0.08264463,0.0785124,0.07438017,0.053719006,0.23966943,0.35123968,0.4214876,0.35950413,0.3140496,0.29338843,0.24793388,0.18595041,0.15289256,0.22727273,0.46694216,0.5661157,0.6570248,0.5371901,0.42975205,0.43801653,0.45041323,0.4214876,0.3305785,0.28512397,0.42561984,0.6322314,0.69008267,0.70247936,0.73140496,0.7355372,0.6652893,0.5495868,0.47107437,0.4338843,0.45454547,0.42975205,0.4338843,0.4214876,0.41735536,0.42975205,0.39256197,0.27272728,0.18181819,0.17768595,0.29752067,0.36363637,0.58677685,0.5165289,0.4338843,0.4338843,0.49173555,0.49586776,0.49586776,0.5247934,0.5289256,0.55785125,0.553719,0.5123967,0.45867768,0.28099173,0.28099173,0.2603306,0.1694215,0.20247933,0.10743801,0.07438017,0.0661157,0.0661157,0.26859504,0.3677686,0.41735536,0.32231405,0.3140496,0.29338843,0.2520661,0.17355372,0.10330579,0.18181819,0.46694216,0.69008267,0.72727275,0.6280992,0.5123967,0.46280992,0.44214877,0.5165289,0.46280992,0.30165288,0.29338843,0.59504133,0.7107438,0.74793386,0.76033056,0.75619835,0.6735537,0.5371901,0.47933885,0.48347107,0.47107437,0.46694216,0.46280992,0.4752066,0.45867768,0.41735536,0.38842976,0.2768595,0.18181819,0.09090909,0.5165289,0.3677686,0.6322314,0.6735537,0.53305787,0.40495867,0.3966942,0.42561984,0.41735536,0.46694216,0.5289256,0.5495868,0.5661157,0.5413223,0.5206612,0.29752067,0.29752067,0.2768595,0.14049587,0.18181819,0.15289256,0.08264463,0.07024793,0.09090909,0.30991736,0.3966942,0.40082645,0.32231405,0.30991736,0.38429752,0.2892562,0.20661157,0.11157025,0.1446281,0.40082645,0.6942149,0.7107438,0.6322314,0.6322314,0.53305787,0.4338843,0.46280992,0.59504133,0.41735536,0.2520661,0.57438016,0.72727275,0.7768595,0.77272725,0.74380165,0.6528926,0.53305787,0.5206612,0.49586776,0.46694216,0.5661157,0.53305787,0.5247934,0.45041323,0.41735536,0.45454547,0.3305785,0.17768595,0.10330579,0.3305785,0.35123968,0.5785124,0.677686,0.607438,0.5082645,0.41735536,0.40082645,0.38842976,0.42975205,0.5082645,0.5413223,0.553719,0.55785125,0.5495868,0.30578512,0.30578512,0.2892562,0.11570248,0.15289256,0.16528925,0.09917355,0.07438017,0.1322314,0.34710744,0.4338843,0.38842976,0.30165288,0.3553719,0.5123967,0.41322315,0.27272728,0.1983471,0.23140496,0.4752066,0.6818182,0.7066116,0.6652893,0.6528926,0.56198347,0.4752066,0.46694216,0.57024795,0.5289256,0.3429752,0.59090906,0.7231405,0.76859504,0.7644628,0.73140496,0.6280992,0.53305787,0.55785125,0.5,0.46694216,0.61570245,0.60330576,0.5165289,0.5082645,0.46280992,0.47933885,0.38429752,0.2644628,0.18181819,0.24380165,0.36363637,0.6363636,0.61570245,0.59917355,0.58264464,0.5082645,0.446281,0.38016528,0.4338843,0.49586776,0.5371901,0.5495868,0.57024795,0.56198347,0.3140496,0.3140496,0.30578512,0.13636364,0.1446281,0.15289256,0.11157025,0.07024793,0.16528925,0.3966942,0.46694216,0.42975205,0.41735536,0.3677686,0.5,0.57024795,0.43801653,0.3677686,0.40082645,0.57024795,0.6694215,0.677686,0.6652893,0.6404959,0.607438,0.59917355,0.6322314,0.59504133,0.5206612,0.4752066,0.6528926,0.73966944,0.7644628,0.75206614,0.7231405,0.6322314,0.54545456,0.59504133,0.53305787,0.4876033,0.6404959,0.6363636,0.55785125,0.56198347,0.5082645,0.5041322,0.48347107,0.3966942,0.32231405,0.36363637,0.53305787,0.6694215,0.59504133,0.59090906,0.61157024,0.53305787,0.45867768,0.42975205,0.45867768,0.49173555,0.5371901,0.56198347,0.5785124,0.57438016,0.3181818,0.3181818,0.3140496,0.15289256,0.15289256,0.15289256,0.11157025,0.07438017,0.19421488,0.446281,0.5,0.5,0.5206612,0.446281,0.3966942,0.5247934,0.553719,0.5123967,0.5413223,0.59917355,0.6322314,0.6280992,0.60330576,0.5785124,0.59504133,0.61157024,0.6280992,0.5785124,0.5082645,0.5495868,0.7107438,0.75619835,0.7644628,0.75619835,0.71487606,0.6363636,0.5661157,0.61157024,0.59090906,0.54545456,0.58264464,0.6404959,0.6322314,0.59917355,0.57024795,0.5413223,0.56198347,0.553719,0.5123967,0.5495868,0.6198347,0.677686,0.57024795,0.57438016,0.58264464,0.5,0.4752066,0.5206612,0.53305787,0.5165289,0.5289256,0.57438016,0.59090906,0.59090906,0.32231405,0.32231405,0.32231405,0.2107438,0.1983471,0.1570248,0.11157025,0.09090909,0.23966943,0.47933885,0.5413223,0.57438016,0.56198347,0.5247934,0.44214877,0.4338843,0.49173555,0.4876033,0.5123967,0.5206612,0.53305787,0.5247934,0.5165289,0.5165289,0.5371901,0.5661157,0.58264464,0.56198347,0.5,0.61570245,0.74380165,0.7644628,0.76859504,0.75206614,0.7066116,0.62396693,0.56198347,0.59917355,0.6322314,0.59917355,0.59090906,0.59504133,0.607438,0.59504133,0.57438016,0.5495868,0.54545456,0.56198347,0.553719,0.55785125,0.5785124,0.61157024,0.54545456,0.5413223,0.56198347,0.5371901,0.56198347,0.59090906,0.5785124,0.5661157,0.57024795,0.59504133,0.6280992,0.61157024,0.3181818,0.3181818,0.3181818,0.2520661,0.2603306,0.18595041,0.10330579,0.10743801,0.25619835,0.49586776,0.57024795,0.61570245,0.59917355,0.5661157,0.53305787,0.49586776,0.4752066,0.49173555,0.5041322,0.5,0.5,0.5082645,0.5413223,0.553719,0.57438016,0.59090906,0.60330576,0.5661157,0.49173555,0.6528926,0.75619835,0.76859504,0.76859504,0.75619835,0.7107438,0.61157024,0.57024795,0.59090906,0.6528926,0.6487603,0.6570248,0.6280992,0.6198347,0.61157024,0.607438,0.5785124,0.55785125,0.54545456,0.5371901,0.5495868,0.57024795,0.58264464,0.57438016,0.58264464,0.59504133,0.59504133,0.60330576,0.607438,0.59090906,0.59917355,0.6198347,0.6280992,0.6404959,0.62396693,0.3140496,0.3140496,0.3140496,0.2768595,0.3140496,0.2231405,0.09917355,0.11157025,0.2520661,0.5041322,0.58677685,0.6404959,0.62396693,0.60330576,0.58264464,0.57024795,0.59090906,0.59090906,0.58264464,0.57438016,0.5785124,0.5661157,0.5661157,0.57438016,0.5785124,0.607438,0.607438,0.53305787,0.5041322,0.6818182,0.7644628,0.78512394,0.76033056,0.75619835,0.69008267,0.59917355,0.5785124,0.59090906,0.6487603,0.677686,0.6859504,0.6983471,0.661157,0.6322314,0.6570248,0.6322314,0.6198347,0.607438,0.607438,0.607438,0.607438,0.61157024,0.6280992,0.62396693,0.6322314,0.6322314,0.6280992,0.6198347,0.607438,0.6280992,0.6487603,0.6528926,0.6528926,0.6322314,0.30578512,0.30578512,0.30578512,0.29338843,0.338843,0.25619835,0.09917355,0.11570248,0.23553719,0.5041322,0.59090906,0.6446281,0.6487603,0.6280992,0.62396693,0.6280992,0.6363636,0.6404959,0.62396693,0.59504133,0.58264464,0.5785124,0.5661157,0.58264464,0.61570245,0.6280992,0.5661157,0.49173555,0.5289256,0.69008267,0.76859504,0.78512394,0.7644628,0.75206614,0.6694215,0.607438,0.59504133,0.607438,0.6322314,0.6570248,0.6983471,0.7107438,0.7066116,0.6652893,0.677686,0.677686,0.6735537,0.6652893,0.6735537,0.677686,0.6694215,0.6818182,0.6859504,0.6694215,0.6652893,0.6652893,0.6446281,0.6363636,0.6363636,0.661157,0.6694215,0.6735537,0.6735537,0.6487603,0.30578512,0.30578512,0.30578512,0.28512397,0.3429752,0.3181818,0.09917355,0.11570248,0.19421488,0.49173555,0.58264464,0.6404959,0.6570248,0.661157,0.6570248,0.6694215,0.677686,0.6652893,0.6363636,0.59090906,0.58677685,0.57438016,0.58677685,0.6322314,0.6570248,0.6198347,0.5371901,0.47933885,0.55785125,0.6859504,0.77272725,0.7892562,0.76859504,0.73966944,0.661157,0.61157024,0.60330576,0.61570245,0.62396693,0.6322314,0.6859504,0.7107438,0.72727275,0.7107438,0.6983471,0.6983471,0.6859504,0.6818182,0.69008267,0.71487606,0.7231405,0.7231405,0.71487606,0.6983471,0.6735537,0.6818182,0.661157,0.661157,0.677686,0.6942149,0.6942149,0.69008267,0.6818182,0.6528926,0.3140496,0.3140496,0.3140496,0.2603306,0.3305785,0.42561984,0.13636364,0.12809917,0.15289256,0.46280992,0.5661157,0.61570245,0.6280992,0.6528926,0.6528926,0.6487603,0.6404959,0.6404959,0.6280992,0.61157024,0.60330576,0.61157024,0.6363636,0.6735537,0.6652893,0.58264464,0.5082645,0.4876033,0.5785124,0.6942149,0.78099173,0.7892562,0.76033056,0.7231405,0.6570248,0.61570245,0.60330576,0.61157024,0.61570245,0.61570245,0.6528926,0.7066116,0.7355372,0.73140496,0.71900827,0.70247936,0.6983471,0.6818182,0.69008267,0.6983471,0.71900827,0.7355372,0.72727275,0.71487606,0.6859504,0.6983471,0.6818182,0.69008267,0.6983471,0.7107438,0.7066116,0.6942149,0.6818182,0.6487603,0.30578512,0.30578512,0.30165288,0.2603306,0.30578512,0.55785125,0.2520661,0.09090909,0.11570248,0.40495867,0.53305787,0.58264464,0.58677685,0.59917355,0.61157024,0.61157024,0.6280992,0.6198347,0.60330576,0.62396693,0.6404959,0.6570248,0.661157,0.6652893,0.6404959,0.553719,0.49173555,0.5206612,0.607438,0.7107438,0.7933884,0.78512394,0.75206614,0.6942149,0.6570248,0.62396693,0.59917355,0.59917355,0.60330576,0.59504133,0.6322314,0.69008267,0.7066116,0.73140496,0.72727275,0.72727275,0.73140496,0.71900827,0.7066116,0.6942149,0.69008267,0.71487606,0.7231405,0.71487606,0.6942149,0.6983471,0.6983471,0.7066116,0.71487606,0.71900827,0.7066116,0.6942149,0.6694215,0.6280992,0.30165288,0.30578512,0.30578512,0.2520661,0.30165288,0.60330576,0.40082645,0.1446281,0.08677686,0.33471075,0.5165289,0.5495868,0.57024795,0.58677685,0.59090906,0.60330576,0.607438,0.61157024,0.6280992,0.6363636,0.6570248,0.6694215,0.6652893,0.6528926,0.6198347,0.5371901,0.5,0.57024795,0.6446281,0.74380165,0.7892562,0.77272725,0.73140496,0.677686,0.661157,0.62396693,0.59504133,0.58677685,0.60330576,0.59090906,0.607438,0.661157,0.6694215,0.71487606,0.7066116,0.73140496,0.75206614,0.74380165,0.7355372,0.73140496,0.71900827,0.71487606,0.7107438,0.6942149,0.6859504,0.6859504,0.6983471,0.7107438,0.71487606,0.71487606,0.6983471,0.6818182,0.6404959,0.59504133,0.30991736,0.30991736,0.30991736,0.24380165,0.34710744,0.553719,0.5165289,0.3181818,0.11983471,0.23140496,0.48347107,0.5082645,0.5495868,0.55785125,0.57438016,0.59504133,0.59090906,0.61570245,0.6363636,0.6446281,0.6652893,0.6694215,0.661157,0.6487603,0.60330576,0.5123967,0.5289256,0.61570245,0.6818182,0.76859504,0.78512394,0.76033056,0.71900827,0.6652893,0.6859504,0.6322314,0.58264464,0.58264464,0.58677685,0.58677685,0.607438,0.6363636,0.6652893,0.69008267,0.7066116,0.7231405,0.73966944,0.73966944,0.73140496,0.73966944,0.72727275,0.71900827,0.70247936,0.6735537,0.6735537,0.677686,0.6983471,0.6942149,0.69008267,0.70247936,0.6735537,0.6487603,0.61570245,0.5785124,0.30165288,0.30165288,0.30165288,0.24793388,0.37603307,0.5247934,0.5206612,0.43801653,0.23966943,0.21487603,0.42975205,0.46694216,0.5206612,0.5371901,0.5495868,0.58264464,0.59090906,0.61157024,0.6363636,0.6404959,0.6570248,0.661157,0.6446281,0.6363636,0.5785124,0.5082645,0.57024795,0.6404959,0.69008267,0.77272725,0.8016529,0.74380165,0.7231405,0.6735537,0.677686,0.6322314,0.5661157,0.5413223,0.553719,0.57024795,0.59504133,0.6198347,0.661157,0.6818182,0.7107438,0.71900827,0.73966944,0.74380165,0.74380165,0.73966944,0.72727275,0.71487606,0.7066116,0.6818182,0.677686,0.6859504,0.6818182,0.6735537,0.6694215,0.677686,0.6404959,0.607438,0.59090906,0.57024795,0.30578512,0.30578512,0.30578512,0.22727273,0.40495867,0.49173555,0.5041322,0.5,0.3140496,0.28099173,0.38842976,0.4338843,0.4876033,0.5206612,0.5371901,0.56198347,0.59090906,0.607438,0.6322314,0.6322314,0.6570248,0.6570248,0.6446281,0.62396693,0.5495868,0.5206612,0.61157024,0.6652893,0.7107438,0.77272725,0.8181818,0.73966944,0.74793386,0.7066116,0.677686,0.6446281,0.5495868,0.5247934,0.5371901,0.5495868,0.57438016,0.607438,0.6404959,0.69008267,0.71487606,0.71487606,0.73966944,0.74380165,0.74793386,0.72727275,0.71487606,0.7107438,0.7066116,0.6942149,0.6818182,0.6735537,0.6487603,0.6446281,0.6528926,0.6198347,0.607438,0.58264464,0.56198347,0.55785125,0.30578512,0.30578512,0.30578512,0.23966943,0.37190083,0.5371901,0.44214877,0.55785125,0.38842976,0.36363637,0.39256197,0.40082645,0.45041323,0.5,0.5289256,0.56198347,0.58264464,0.59504133,0.6322314,0.6198347,0.6570248,0.6570248,0.6570248,0.60330576,0.5206612,0.5289256,0.62396693,0.6735537,0.7066116,0.7644628,0.79752064,0.76033056,0.71900827,0.7066116,0.6694215,0.6322314,0.54545456,0.5289256,0.5495868,0.5289256,0.553719,0.59504133,0.6322314,0.69008267,0.71900827,0.7107438,0.7355372,0.73140496,0.74380165,0.71487606,0.677686,0.6983471,0.70247936,0.677686,0.6528926,0.6446281,0.607438,0.61570245,0.607438,0.58264464,0.58677685,0.56198347,0.56198347,0.5413223,0.30165288,0.30165288,0.30165288,0.2520661,0.32231405,0.5785124,0.45454547,0.46694216,0.53305787,0.47107437,0.3966942,0.38429752,0.41735536,0.45867768,0.48347107,0.5247934,0.55785125,0.5785124,0.607438,0.62396693,0.6280992,0.6570248,0.6404959,0.58677685,0.5,0.5495868,0.6404959,0.69008267,0.6983471,0.73966944,0.76859504,0.7933884,0.73140496,0.6942149,0.6652893,0.6322314,0.5371901,0.5413223,0.58677685,0.54545456,0.53305787,0.57024795,0.6280992,0.6818182,0.7066116,0.71487606,0.71487606,0.7231405,0.73966944,0.7107438,0.6735537,0.6818182,0.6818182,0.6487603,0.61157024,0.60330576,0.59090906,0.58264464,0.57024795,0.58264464,0.57438016,0.5495868,0.5495868,0.5289256,0.2892562,0.2892562,0.2892562,0.27272728,0.2520661,0.54545456,0.55785125,0.41322315,0.5206612,0.5082645,0.40495867,0.38429752,0.40495867,0.4214876,0.44214877,0.47933885,0.5206612,0.5413223,0.56198347,0.61157024,0.60330576,0.6487603,0.6446281,0.553719,0.47933885,0.55785125,0.661157,0.69008267,0.69008267,0.71487606,0.74380165,0.78099173,0.7644628,0.6694215,0.6446281,0.62396693,0.5413223,0.55785125,0.61570245,0.58677685,0.5206612,0.54545456,0.61570245,0.6652893,0.6859504,0.71487606,0.70247936,0.71900827,0.7107438,0.6859504,0.6694215,0.6652893,0.6570248,0.6363636,0.59917355,0.60330576,0.56198347,0.57438016,0.57024795,0.56198347,0.55785125,0.5371901,0.5247934,0.5289256,0.29752067,0.29752067,0.29752067,0.2892562,0.23140496,0.45041323,0.607438,0.53305787,0.5,0.46280992,0.4090909,0.3966942,0.41735536,0.42561984,0.42975205,0.44214877,0.4752066,0.5165289,0.553719,0.59090906,0.60330576,0.6280992,0.61570245,0.5247934,0.45867768,0.5247934,0.6280992,0.677686,0.6735537,0.6735537,0.70247936,0.73140496,0.73140496,0.6528926,0.6280992,0.61157024,0.56198347,0.5661157,0.607438,0.60330576,0.5165289,0.5289256,0.60330576,0.6570248,0.677686,0.6983471,0.6983471,0.71487606,0.6942149,0.6859504,0.6652893,0.6487603,0.6404959,0.61570245,0.59504133,0.57438016,0.5495868,0.54545456,0.5495868,0.5495868,0.54545456,0.5371901,0.53305787,0.53305787,0.2892562,0.2892562,0.2892562,0.2892562,0.2520661,0.3429752,0.5661157,0.61157024,0.5495868,0.47933885,0.45041323,0.3966942,0.4214876,0.43801653,0.45041323,0.43801653,0.45041323,0.49586776,0.5371901,0.57438016,0.61157024,0.61570245,0.57024795,0.5082645,0.41322315,0.446281,0.55785125,0.62396693,0.6322314,0.6363636,0.6322314,0.6446281,0.6404959,0.61157024,0.58264464,0.57024795,0.5661157,0.57024795,0.58677685,0.58264464,0.5247934,0.5206612,0.61157024,0.661157,0.6694215,0.6818182,0.6983471,0.70247936,0.69008267,0.6735537,0.6404959,0.6322314,0.61157024,0.5785124,0.55785125,0.5371901,0.5371901,0.5413223,0.53305787,0.5413223,0.5495868,0.54545456,0.54545456,0.54545456,0.28512397,0.28512397,0.28512397,0.2892562,0.2892562,0.24793388,0.49586776,0.607438,0.58264464,0.553719,0.5247934,0.41735536,0.4090909,0.44214877,0.46694216,0.45041323,0.45454547,0.49173555,0.5289256,0.57024795,0.60330576,0.61157024,0.54545456,0.49173555,0.3966942,0.35123968,0.42975205,0.5123967,0.5495868,0.55785125,0.54545456,0.5289256,0.5247934,0.5206612,0.5082645,0.5041322,0.5247934,0.5371901,0.553719,0.553719,0.5123967,0.5371901,0.62396693,0.661157,0.661157,0.677686,0.70247936,0.677686,0.677686,0.6652893,0.6322314,0.607438,0.58677685,0.56198347,0.5371901,0.5206612,0.5289256,0.54545456,0.5289256,0.54545456,0.55785125,0.54545456,0.5495868,0.54545456,0.28512397,0.28512397,0.28512397,0.2892562,0.2892562,0.23140496,0.4214876,0.58677685,0.57438016,0.56198347,0.55785125,0.43801653,0.40495867,0.43801653,0.46694216,0.47107437,0.47107437,0.49173555,0.53305787,0.5785124,0.59090906,0.6198347,0.5165289,0.48347107,0.446281,0.3429752,0.29338843,0.35950413,0.446281,0.46280992,0.45867768,0.44214877,0.4338843,0.41735536,0.40082645,0.40082645,0.42561984,0.48347107,0.5206612,0.5247934,0.5041322,0.55785125,0.6280992,0.661157,0.6652893,0.6818182,0.6983471,0.6528926,0.6652893,0.6570248,0.62396693,0.59504133,0.5785124,0.5495868,0.5247934,0.5247934,0.53305787,0.53305787,0.5289256,0.5495868,0.55785125,0.5495868,0.553719,0.54545456,0.28099173,0.28099173,0.28099173,0.2892562,0.29338843,0.25619835,0.30578512,0.5123967,0.53305787,0.5206612,0.5165289,0.44214877,0.40495867,0.42975205,0.45041323,0.46694216,0.46694216,0.49173555,0.53305787,0.56198347,0.59090906,0.59917355,0.5165289,0.49173555,0.5,0.4338843,0.27272728,0.21900827,0.3305785,0.3677686,0.38842976,0.38429752,0.35950413,0.3140496,0.3140496,0.28512397,0.23966943,0.33471075,0.46280992,0.47107437,0.5123967,0.59504133,0.6404959,0.677686,0.6652893,0.677686,0.70247936,0.6446281,0.6652893,0.6528926,0.61157024,0.58677685,0.57438016,0.553719,0.5413223,0.5371901,0.53305787,0.5413223,0.5371901,0.553719,0.553719,0.553719,0.553719,0.5371901,0.2892562,0.2892562,0.2892562,0.2892562,0.28512397,0.28099173,0.2644628,0.3429752,0.46694216,0.46280992,0.45867768,0.3966942,0.41322315,0.4338843,0.45041323,0.45867768,0.46280992,0.48347107,0.5165289,0.55785125,0.59090906,0.59917355,0.5289256,0.5165289,0.5165289,0.5082645,0.33471075,0.18595041,0.24380165,0.2768595,0.3181818,0.338843,0.36363637,0.3966942,0.42561984,0.41322315,0.3264463,0.2603306,0.35950413,0.45041323,0.5661157,0.6198347,0.6528926,0.6859504,0.677686,0.6570248,0.677686,0.661157,0.6570248,0.6570248,0.61157024,0.59090906,0.5661157,0.55785125,0.553719,0.5495868,0.54545456,0.553719,0.5495868,0.55785125,0.54545456,0.553719,0.5495868,0.53305787,0.28512397,0.28512397,0.28512397,0.2892562,0.29338843,0.28512397,0.28099173,0.28099173,0.3181818,0.36363637,0.37603307,0.3264463,0.42561984,0.446281,0.44214877,0.45041323,0.45867768,0.48347107,0.5206612,0.57024795,0.59917355,0.59917355,0.55785125,0.553719,0.54545456,0.5206612,0.38429752,0.23966943,0.27272728,0.3305785,0.38016528,0.41322315,0.4338843,0.49586776,0.5165289,0.5041322,0.46694216,0.43801653,0.4876033,0.56198347,0.6198347,0.62396693,0.6404959,0.6652893,0.6859504,0.6735537,0.661157,0.6694215,0.6570248,0.6570248,0.6198347,0.59090906,0.5785124,0.56198347,0.55785125,0.553719,0.553719,0.553719,0.553719,0.54545456,0.5413223,0.54545456,0.53305787,0.53305787,0.28512397,0.28512397,0.28512397,0.2892562,0.29338843,0.28512397,0.29338843,0.28512397,0.2892562,0.29338843,0.30578512,0.2768595,0.39256197,0.45867768,0.45041323,0.44214877,0.45041323,0.47933885,0.5206612,0.57024795,0.59917355,0.60330576,0.59090906,0.59917355,0.59090906,0.5661157,0.47107437,0.36363637,0.35950413,0.42975205,0.4876033,0.5041322,0.4876033,0.5371901,0.56198347,0.56198347,0.5495868,0.59090906,0.60330576,0.6280992,0.6280992,0.6363636,0.6404959,0.661157,0.6735537,0.6735537,0.661157,0.661157,0.6528926,0.6446281,0.6198347,0.59090906,0.58264464,0.5661157,0.56198347,0.56198347,0.553719,0.55785125,0.54545456,0.5371901,0.5371901,0.5371901,0.5247934,0.53305787,0.28099173,0.28099173,0.28099173,0.28099173,0.28512397,0.2892562,0.2892562,0.29752067,0.28512397,0.29338843,0.28512397,0.2644628,0.3553719,0.45867768,0.46694216,0.44214877,0.4338843,0.46694216,0.5123967,0.56198347,0.59504133,0.61157024,0.60330576,0.61570245,0.61570245,0.60330576,0.57024795,0.4876033,0.446281,0.49173555,0.53305787,0.5289256,0.5,0.5495868,0.58264464,0.607438,0.57024795,0.61570245,0.6198347,0.6198347,0.6280992,0.6280992,0.6446281,0.6694215,0.6735537,0.6735537,0.6652893,0.6322314,0.6280992,0.6198347,0.6280992,0.59504133,0.58264464,0.5661157,0.56198347,0.55785125,0.55785125,0.5495868,0.5371901,0.5371901,0.53305787,0.5247934,0.5371901,0.53305787,0.29338843,0.29338843,0.29338843,0.29338843,0.28512397,0.2892562,0.29338843,0.2892562,0.28512397,0.29338843,0.29752067,0.26859504,0.30578512,0.45041323,0.4752066,0.45867768,0.42975205,0.44214877,0.5041322,0.55785125,0.59090906,0.59504133,0.61157024,0.61157024,0.61570245,0.60330576,0.60330576,0.54545456,0.5,0.5289256,0.5413223,0.5495868,0.5,0.53305787,0.5661157,0.607438,0.58264464,0.58264464,0.60330576,0.607438,0.60330576,0.6198347,0.6404959,0.6652893,0.6859504,0.6859504,0.6735537,0.6198347,0.58677685,0.59504133,0.6198347,0.58264464,0.58677685,0.56198347,0.55785125,0.553719,0.553719,0.54545456,0.53305787,0.5289256,0.5082645,0.5289256,0.54545456,0.53305787,0.29338843,0.29338843,0.2892562,0.2892562,0.2892562,0.2892562,0.29338843,0.29338843,0.28512397,0.28512397,0.28512397,0.2892562,0.28099173,0.40495867,0.47107437,0.46280992,0.44214877,0.42975205,0.47933885,0.5371901,0.58264464,0.57438016,0.59504133,0.607438,0.60330576,0.607438,0.607438,0.57024795,0.54545456,0.5785124,0.58264464,0.57024795,0.5165289,0.48347107,0.553719,0.59917355,0.58264464,0.5785124,0.59090906,0.59090906,0.5785124,0.61157024,0.6198347,0.6446281,0.6859504,0.6652893,0.6528926,0.6446281,0.59090906,0.60330576,0.61157024,0.5785124,0.57438016,0.553719,0.5371901,0.54545456,0.553719,0.553719,0.5289256,0.5123967,0.5123967,0.5413223,0.5289256,0.5289256,0.2768595,0.28099173,0.28099173,0.28512397,0.2892562,0.2892562,0.29338843,0.28512397,0.29338843,0.2892562,0.2892562,0.29752067,0.26859504,0.34710744,0.45041323,0.46694216,0.446281,0.42561984,0.46280992,0.5041322,0.54545456,0.57024795,0.57438016,0.57438016,0.57438016,0.5785124,0.61157024,0.607438,0.6198347,0.661157,0.6570248,0.59917355,0.553719,0.5041322,0.57438016,0.61570245,0.61157024,0.59504133,0.59504133,0.58677685,0.58264464,0.59504133,0.60330576,0.6198347,0.6363636,0.61570245,0.61570245,0.6280992,0.59504133,0.60330576,0.59917355,0.57024795,0.57024795,0.5495868,0.5289256,0.53305787,0.553719,0.553719,0.5371901,0.5,0.5247934,0.53305787,0.53305787,0.5206612,0.2892562,0.2892562,0.2892562,0.2892562,0.2892562,0.28512397,0.2892562,0.28512397,0.2892562,0.29752067,0.29338843,0.30165288,0.28512397,0.28512397,0.4338843,0.46280992,0.446281,0.42975205,0.446281,0.47933885,0.5165289,0.5413223,0.5371901,0.54545456,0.5413223,0.57024795,0.61570245,0.58264464,0.57438016,0.6528926,0.6735537,0.6363636,0.59504133,0.56198347,0.58677685,0.607438,0.6280992,0.62396693,0.6198347,0.59917355,0.58677685,0.59090906,0.59917355,0.59917355,0.59090906,0.58264464,0.57024795,0.59090906,0.58264464,0.58677685,0.58264464,0.5495868,0.553719,0.54545456,0.5247934,0.53305787,0.553719,0.5495868,0.5495868,0.53305787,0.5413223,0.53305787,0.5371901,0.5082645,0.29752067,0.29752067,0.29752067,0.29338843,0.28512397,0.2892562,0.29338843,0.2892562,0.28512397,0.2892562,0.29338843,0.2892562,0.29752067,0.2520661,0.37190083,0.45867768,0.446281,0.43801653,0.44214877,0.46280992,0.4876033,0.49586776,0.4876033,0.4876033,0.5,0.48347107,0.46694216,0.45454547,0.38429752,0.45454547,0.54545456,0.607438,0.59504133,0.5371901,0.5,0.5,0.5371901,0.5785124,0.61570245,0.58677685,0.59917355,0.59090906,0.58677685,0.58264464,0.58264464,0.5661157,0.56198347,0.5785124,0.56198347,0.56198347,0.57438016,0.553719,0.55785125,0.5247934,0.5206612,0.54545456,0.54545456,0.5371901,0.54545456,0.54545456,0.5413223,0.5413223,0.5165289,0.48347107,0.30165288,0.30165288,0.30165288,0.29752067,0.2892562,0.29338843,0.29338843,0.2892562,0.29338843,0.2892562,0.29338843,0.29338843,0.29338843,0.2603306,0.30578512,0.44214877,0.45454547,0.43801653,0.45454547,0.45867768,0.45454547,0.43801653,0.38016528,0.36363637,0.35123968,0.3305785,0.30165288,0.32231405,0.3264463,0.3264463,0.36363637,0.44214877,0.45867768,0.4090909,0.38842976,0.3966942,0.40495867,0.42561984,0.4876033,0.5082645,0.5495868,0.56198347,0.57024795,0.55785125,0.55785125,0.5495868,0.56198347,0.58677685,0.55785125,0.56198347,0.57024795,0.5413223,0.5495868,0.5247934,0.5247934,0.5413223,0.553719,0.553719,0.54545456,0.5413223,0.54545456,0.5206612,0.5041322,0.45454547,0.29752067,0.30165288,0.30165288,0.29752067,0.2892562,0.29338843,0.2892562,0.2892562,0.29338843,0.2892562,0.29752067,0.29338843,0.2892562,0.29752067,0.24380165,0.40082645,0.45867768,0.42975205,0.44214877,0.46280992,0.446281,0.4214876,0.3677686,0.33471075,0.28512397,0.24793388,0.23966943,0.25619835,0.2603306,0.27272728,0.29752067,0.32231405,0.35123968,0.338843,0.33471075,0.3429752,0.338843,0.32231405,0.35123968,0.35950413,0.3966942,0.4338843,0.47107437,0.49586776,0.5,0.5123967,0.5413223,0.56198347,0.5661157,0.57024795,0.553719,0.53305787,0.53305787,0.5247934,0.5206612,0.5247934,0.553719,0.55785125,0.54545456,0.53305787,0.5289256,0.5041322,0.47107437,0.4214876,0.29338843,0.29338843,0.29338843,0.2892562,0.2892562,0.2892562,0.28512397,0.28512397,0.2892562,0.28099173,0.29338843,0.2892562,0.30165288,0.29338843,0.24793388,0.34710744,0.45867768,0.42975205,0.4338843,0.46694216,0.46280992,0.4338843,0.4338843,0.4752066,0.4214876,0.3553719,0.3553719,0.3140496,0.33471075,0.3264463,0.3264463,0.3181818,0.30991736,0.30991736,0.30165288,0.29752067,0.30991736,0.29752067,0.2644628,0.30991736,0.30165288,0.2644628,0.29752067,0.32231405,0.36363637,0.40495867,0.4752066,0.5206612,0.5371901,0.5371901,0.553719,0.5371901,0.5495868,0.5206612,0.5165289,0.5247934,0.553719,0.55785125,0.5495868,0.53305787,0.5123967,0.4876033,0.42975205,0.37190083,0.2892562,0.2892562,0.2892562,0.2892562,0.2892562,0.28512397,0.29752067,0.2892562,0.29338843,0.29338843,0.28512397,0.29338843,0.29752067,0.28512397,0.2768595,0.28512397,0.43801653,0.42561984,0.4090909,0.45867768,0.4752066,0.47933885,0.47107437,0.49586776,0.5165289,0.4876033,0.4752066,0.446281,0.49586776,0.5123967,0.5082645,0.46694216,0.4214876,0.4090909,0.4090909,0.39256197,0.4090909,0.4090909,0.38429752,0.42975205,0.41735536,0.3966942,0.42975205,0.46694216,0.49586776,0.45454547,0.45454547,0.49173555,0.5123967,0.53305787,0.55785125,0.5413223,0.5371901,0.5206612,0.5165289,0.53305787,0.553719,0.553719,0.5495868,0.5289256,0.5,0.45454547,0.3677686,0.35123968,0.28512397,0.28512397,0.28512397,0.28512397,0.29338843,0.28512397,0.2892562,0.28512397,0.28512397,0.2892562,0.28512397,0.2892562,0.28512397,0.30165288,0.29338843,0.2603306,0.39256197,0.44214877,0.3966942,0.42975205,0.47933885,0.49173555,0.4752066,0.45454547,0.47107437,0.49586776,0.47107437,0.44214877,0.5,0.5247934,0.5661157,0.5661157,0.5289256,0.5289256,0.553719,0.5206612,0.5123967,0.5165289,0.47933885,0.45454547,0.45867768,0.45041323,0.4876033,0.5371901,0.5495868,0.5165289,0.5123967,0.5041322,0.5082645,0.5289256,0.54545456,0.5413223,0.5289256,0.5165289,0.5206612,0.5413223,0.54545456,0.5495868,0.5371901,0.5123967,0.46694216,0.38842976,0.34710744,0.38016528,0.30578512,0.30578512,0.30578512,0.30578512,0.28512397,0.29338843,0.2892562,0.29752067,0.28512397,0.2892562,0.28512397,0.2892562,0.2892562,0.29338843,0.29338843,0.26859504,0.30578512,0.4338843,0.40495867,0.3966942,0.45454547,0.47933885,0.46280992,0.42975205,0.4090909,0.41735536,0.45041323,0.42975205,0.4214876,0.44214877,0.48347107,0.5123967,0.5082645,0.4752066,0.47933885,0.4876033,0.48347107,0.45041323,0.446281,0.45454547,0.47107437,0.46280992,0.49586776,0.5289256,0.5247934,0.5206612,0.5289256,0.5123967,0.5123967,0.5247934,0.5247934,0.5289256,0.5165289,0.5206612,0.5247934,0.5413223,0.53305787,0.5413223,0.5247934,0.49173555,0.41735536,0.36363637,0.38429752,0.446281,0.2892562,0.2892562,0.28512397,0.28512397,0.2892562,0.2892562,0.28512397,0.28512397,0.29338843,0.29338843,0.2892562,0.29752067,0.2892562,0.28512397,0.29752067,0.28512397,0.25619835,0.3966942,0.41735536,0.39256197,0.4338843,0.47933885,0.45041323,0.41322315,0.38842976,0.34710744,0.37603307,0.40082645,0.4090909,0.4090909,0.41322315,0.43801653,0.43801653,0.41322315,0.40495867,0.41735536,0.41322315,0.41735536,0.446281,0.45867768,0.46694216,0.45867768,0.4752066,0.49586776,0.5041322,0.5206612,0.5165289,0.5123967,0.5206612,0.5165289,0.5123967,0.5165289,0.5123967,0.5123967,0.5247934,0.5289256,0.5289256,0.5289256,0.5082645,0.45041323,0.38429752,0.3966942,0.4338843,0.47107437,0.28099173,0.28099173,0.28099173,0.28099173,0.29338843,0.2892562,0.28512397,0.28099173,0.2892562,0.29338843,0.28512397,0.2892562,0.28099173,0.29338843,0.2892562,0.29338843,0.2520661,0.338843,0.41735536,0.41322315,0.41735536,0.47107437,0.46280992,0.42561984,0.38842976,0.35123968,0.33471075,0.30578512,0.3677686,0.3553719,0.38842976,0.40082645,0.42975205,0.40082645,0.3966942,0.3966942,0.4090909,0.41322315,0.4090909,0.4090909,0.42975205,0.45454547,0.46694216,0.47933885,0.48347107,0.5,0.5041322,0.5123967,0.5165289,0.5123967,0.5082645,0.5,0.5041322,0.5082645,0.5123967,0.5247934,0.5123967,0.5041322,0.45867768,0.38842976,0.3966942,0.4338843,0.46694216,0.4752066,0.29338843,0.29338843,0.29338843,0.29338843,0.28099173,0.29338843,0.28512397,0.28512397,0.2892562,0.2892562,0.2892562,0.28099173,0.28512397,0.29752067,0.2892562,0.29338843,0.28512397,0.27272728,0.38016528,0.4214876,0.4090909,0.446281,0.46694216,0.45454547,0.4214876,0.38842976,0.36363637,0.3140496,0.29752067,0.24793388,0.21487603,0.22727273,0.24380165,0.2520661,0.24793388,0.27272728,0.30578512,0.33471075,0.3553719,0.37603307,0.41735536,0.446281,0.45041323,0.45454547,0.46280992,0.4752066,0.49586776,0.5123967,0.5165289,0.5082645,0.5041322,0.49173555,0.49173555,0.5041322,0.5123967,0.5082645,0.49173555,0.46694216,0.3966942,0.37603307,0.446281,0.46694216,0.47933885,0.47933885,0.2892562,0.2892562,0.2892562,0.28512397,0.28099173,0.29338843,0.28512397,0.28512397,0.28512397,0.2892562,0.28512397,0.28512397,0.2892562,0.2892562,0.29338843,0.29338843,0.29752067,0.27272728,0.30991736,0.4090909,0.4214876,0.45867768,0.48347107,0.48347107,0.46694216,0.45041323,0.44214877,0.38842976,0.338843,0.3264463,0.33471075,0.3429752,0.36363637,0.38429752,0.40082645,0.4214876,0.446281,0.46694216,0.46280992,0.45867768,0.45041323,0.46694216,0.46280992,0.46694216,0.46694216,0.47933885,0.5082645,0.5206612,0.5165289,0.5123967,0.5041322,0.49173555,0.4876033,0.5,0.5082645,0.49173555,0.46280992,0.4090909,0.37603307,0.42975205,0.46694216,0.4752066,0.4876033,0.48347107,0.2768595,0.2768595,0.2768595,0.2768595,0.28099173,0.29338843,0.28099173,0.28512397,0.28512397,0.28099173,0.2768595,0.28099173,0.2892562,0.2892562,0.29338843,0.29338843,0.29338843,0.28512397,0.2644628,0.37603307,0.41322315,0.47107437,0.5082645,0.53305787,0.5247934,0.5206612,0.5165289,0.4876033,0.4752066,0.44214877,0.45041323,0.45867768,0.49586776,0.5123967,0.5371901,0.5495868,0.5661157,0.5785124,0.5785124,0.5661157,0.5247934,0.49173555,0.5123967,0.5165289,0.5206612,0.5165289,0.53305787,0.5371901,0.5289256,0.5206612,0.5082645,0.48347107,0.48347107,0.49173555,0.5,0.47107437,0.40495867,0.3677686,0.41735536,0.45454547,0.48347107,0.49173555,0.4876033,0.47107437,0.28099173,0.28099173,0.28099173,0.28099173,0.28512397,0.2892562,0.28099173,0.28512397,0.28512397,0.28512397,0.28099173,0.28512397,0.28512397,0.29338843,0.28512397,0.28512397,0.29752067,0.2892562,0.25619835,0.36363637,0.41735536,0.44214877,0.5082645,0.5495868,0.5661157,0.553719,0.553719,0.5413223,0.5495868,0.49173555,0.47107437,0.4752066,0.5082645,0.5289256,0.55785125,0.56198347,0.57438016,0.59090906,0.59917355,0.59090906,0.5661157,0.53305787,0.5495868,0.5495868,0.56198347,0.55785125,0.55785125,0.55785125,0.5371901,0.5247934,0.5082645,0.49586776,0.49173555,0.48347107,0.46694216,0.4090909,0.36363637,0.40082645,0.45041323,0.46280992,0.4876033,0.49173555,0.48347107,0.46280992,0.28099173,0.28099173,0.28512397,0.28512397,0.28512397,0.28512397,0.2892562,0.28512397,0.2892562,0.28512397,0.28512397,0.2892562,0.28512397,0.28512397,0.2892562,0.28099173,0.29752067,0.29752067,0.23966943,0.38842976,0.41735536,0.40495867,0.49586776,0.54545456,0.58264464,0.57024795,0.54545456,0.5165289,0.5495868,0.54545456,0.5247934,0.49173555,0.5206612,0.5247934,0.5495868,0.57024795,0.58264464,0.59504133,0.59090906,0.57438016,0.553719,0.57024795,0.5661157,0.58264464,0.59090906,0.57438016,0.5785124,0.57024795,0.55785125,0.5371901,0.5165289,0.5041322,0.48347107,0.45867768,0.4090909,0.3677686,0.3966942,0.42975205,0.47107437,0.47933885,0.4876033,0.4876033,0.47933885,0.46280992,0.29338843,0.29338843,0.29338843,0.2892562,0.28512397,0.28099173,0.2892562,0.2892562,0.2892562,0.28099173,0.29338843,0.28512397,0.28512397,0.28512397,0.29338843,0.28512397,0.29338843,0.29338843,0.24793388,0.38016528,0.44214877,0.3966942,0.45867768,0.5206612,0.5785124,0.57438016,0.53305787,0.4876033,0.5082645,0.54545456,0.5495868,0.5123967,0.5289256,0.5165289,0.5206612,0.5661157,0.58264464,0.58677685,0.57438016,0.55785125,0.53305787,0.5495868,0.57438016,0.60330576,0.62396693,0.59917355,0.5785124,0.5661157,0.54545456,0.5206612,0.5,0.4752066,0.44214877,0.39256197,0.3677686,0.3966942,0.44214877,0.46280992,0.47933885,0.4876033,0.4876033,0.48347107,0.47107437,0.46280992,0.2892562,0.2892562,0.2892562,0.2892562,0.29338843,0.28512397,0.28099173,0.29338843,0.2768595,0.28512397,0.2892562,0.28512397,0.29338843,0.2768595,0.2892562,0.29752067,0.28512397,0.29752067,0.24793388,0.40495867,0.46694216,0.4090909,0.4214876,0.48347107,0.5413223,0.55785125,0.5289256,0.49586776,0.46694216,0.5,0.5289256,0.5289256,0.5165289,0.5165289,0.5,0.5495868,0.5785124,0.5661157,0.5661157,0.54545456,0.5247934,0.5123967,0.55785125,0.607438,0.61157024,0.59917355,0.57024795,0.54545456,0.5123967,0.49173555,0.46694216,0.42561984,0.38016528,0.3677686,0.38842976,0.4214876,0.45454547,0.4752066,0.4876033,0.4876033,0.4876033,0.47933885,0.4752066,0.47107437,28 +0.2520661,0.2520661,0.2520661,0.2520661,0.25619835,0.23966943,0.23553719,0.23553719,0.17768595,0.21487603,0.40082645,0.5123967,0.553719,0.553719,0.5206612,0.49173555,0.46694216,0.42975205,0.40082645,0.40082645,0.37603307,0.35950413,0.3677686,0.38016528,0.40082645,0.41322315,0.42561984,0.43801653,0.4338843,0.48347107,0.49586776,0.5082645,0.5247934,0.5206612,0.5413223,0.5371901,0.553719,0.54545456,0.5413223,0.5247934,0.53305787,0.5206612,0.5247934,0.5289256,0.5247934,0.53305787,0.53305787,0.5371901,0.5413223,0.5413223,0.5247934,0.5247934,0.5123967,0.5041322,0.47107437,0.43801653,0.40495867,0.38429752,0.36363637,0.33471075,0.32231405,0.29752067,0.24380165,0.20661157,0.2768595,0.2768595,0.2768595,0.2768595,0.28099173,0.2644628,0.24793388,0.24793388,0.19008264,0.22727273,0.41735536,0.53305787,0.55785125,0.55785125,0.5206612,0.49173555,0.47933885,0.446281,0.41322315,0.41735536,0.38842976,0.39256197,0.38842976,0.38842976,0.41322315,0.42561984,0.44214877,0.45454547,0.45454547,0.5041322,0.5165289,0.5206612,0.5413223,0.54545456,0.553719,0.5495868,0.56198347,0.56198347,0.553719,0.553719,0.5371901,0.5289256,0.5289256,0.5247934,0.5289256,0.5289256,0.5371901,0.53305787,0.54545456,0.5413223,0.5206612,0.5413223,0.53305787,0.5247934,0.5,0.46280992,0.4214876,0.39256197,0.37603307,0.3553719,0.3305785,0.30991736,0.26859504,0.2231405,0.23553719,0.23553719,0.23140496,0.22727273,0.22727273,0.21900827,0.21900827,0.2107438,0.15289256,0.21487603,0.4338843,0.5495868,0.5661157,0.55785125,0.5371901,0.5165289,0.48347107,0.45454547,0.43801653,0.41735536,0.4090909,0.4090909,0.41735536,0.38842976,0.4214876,0.42561984,0.44214877,0.45041323,0.47107437,0.5082645,0.5123967,0.5371901,0.553719,0.5785124,0.5785124,0.58264464,0.5785124,0.58264464,0.55785125,0.56198347,0.54545456,0.5371901,0.53305787,0.5371901,0.5289256,0.53305787,0.5289256,0.5371901,0.5413223,0.553719,0.5495868,0.56198347,0.553719,0.5413223,0.5289256,0.49586776,0.45867768,0.4214876,0.39256197,0.37603307,0.3553719,0.3264463,0.29338843,0.2520661,0.20247933,0.20247933,0.20247933,0.20247933,0.20247933,0.19008264,0.17768595,0.18181819,0.1446281,0.23966943,0.44214877,0.5413223,0.56198347,0.553719,0.53305787,0.5165289,0.49586776,0.4752066,0.446281,0.4214876,0.40495867,0.41322315,0.42561984,0.41735536,0.42561984,0.42975205,0.446281,0.45867768,0.4752066,0.5,0.5082645,0.5413223,0.5661157,0.59917355,0.60330576,0.61570245,0.61157024,0.607438,0.58264464,0.5785124,0.57024795,0.55785125,0.553719,0.5495868,0.5495868,0.54545456,0.56198347,0.55785125,0.5661157,0.5661157,0.58264464,0.58677685,0.58264464,0.57024795,0.56198347,0.5413223,0.5123967,0.47107437,0.42561984,0.40082645,0.38842976,0.35950413,0.32231405,0.29338843,0.23140496,0.23140496,0.23140496,0.23553719,0.23553719,0.20247933,0.16528925,0.18595041,0.21900827,0.29338843,0.42561984,0.49586776,0.5165289,0.5206612,0.5082645,0.5082645,0.49586776,0.47107437,0.45041323,0.4338843,0.41735536,0.41322315,0.42561984,0.42561984,0.42975205,0.43801653,0.446281,0.46694216,0.47933885,0.5041322,0.5123967,0.5495868,0.57438016,0.61570245,0.6280992,0.6322314,0.6446281,0.62396693,0.6198347,0.59917355,0.59917355,0.5785124,0.57438016,0.57438016,0.5785124,0.5661157,0.58677685,0.5785124,0.58677685,0.58264464,0.58677685,0.59917355,0.59917355,0.59917355,0.57438016,0.56198347,0.55785125,0.5247934,0.4876033,0.446281,0.41735536,0.38842976,0.36363637,0.3429752,0.28099173,0.28099173,0.28099173,0.28512397,0.28512397,0.23966943,0.18181819,0.2107438,0.25619835,0.3264463,0.38842976,0.4090909,0.41322315,0.42975205,0.45041323,0.45454547,0.45041323,0.44214877,0.42975205,0.4214876,0.41735536,0.41735536,0.4090909,0.42561984,0.42561984,0.446281,0.45867768,0.47107437,0.4876033,0.5165289,0.5123967,0.54545456,0.57438016,0.60330576,0.6322314,0.62396693,0.6363636,0.6280992,0.62396693,0.61570245,0.61570245,0.607438,0.59504133,0.59504133,0.57024795,0.57024795,0.58264464,0.56198347,0.55785125,0.5495868,0.54545456,0.5371901,0.5413223,0.56198347,0.55785125,0.5289256,0.55785125,0.5495868,0.5413223,0.5082645,0.45867768,0.41735536,0.3966942,0.37603307,0.3429752,0.3429752,0.34710744,0.34710744,0.35123968,0.29752067,0.20247933,0.1983471,0.24793388,0.30991736,0.34710744,0.3140496,0.3140496,0.3429752,0.34710744,0.3553719,0.35950413,0.3553719,0.36363637,0.38016528,0.38842976,0.40082645,0.40495867,0.4090909,0.4214876,0.446281,0.45867768,0.4752066,0.49173555,0.5082645,0.5082645,0.53305787,0.55785125,0.5785124,0.61570245,0.607438,0.61570245,0.59917355,0.59504133,0.60330576,0.59917355,0.58264464,0.58677685,0.553719,0.5247934,0.5041322,0.5082645,0.49173555,0.46280992,0.45454547,0.45454547,0.44214877,0.44214877,0.45867768,0.48347107,0.45041323,0.48347107,0.5,0.5289256,0.53305787,0.5123967,0.46694216,0.42561984,0.40082645,0.39256197,0.39256197,0.39256197,0.39256197,0.3966942,0.34710744,0.22727273,0.17768595,0.20661157,0.28512397,0.32231405,0.3181818,0.29338843,0.28099173,0.28099173,0.2768595,0.2644628,0.2768595,0.29338843,0.3140496,0.3429752,0.37603307,0.40082645,0.40082645,0.42561984,0.44214877,0.45867768,0.46694216,0.4752066,0.48347107,0.4876033,0.5165289,0.54545456,0.55785125,0.5785124,0.57438016,0.58264464,0.55785125,0.5495868,0.5082645,0.5041322,0.49586776,0.4752066,0.46280992,0.4090909,0.41322315,0.41322315,0.38429752,0.37603307,0.35950413,0.35950413,0.3553719,0.36363637,0.37603307,0.39256197,0.3966942,0.4090909,0.41735536,0.45867768,0.4876033,0.5041322,0.49173555,0.45454547,0.41735536,0.4214876,0.4214876,0.4214876,0.4214876,0.42561984,0.38429752,0.2520661,0.13636364,0.16528925,0.28099173,0.3264463,0.33471075,0.338843,0.3181818,0.28099173,0.24380165,0.2231405,0.23140496,0.2520661,0.27272728,0.2892562,0.3305785,0.3677686,0.38429752,0.41735536,0.44214877,0.45454547,0.45867768,0.45867768,0.45041323,0.46694216,0.4876033,0.5165289,0.5289256,0.5413223,0.5289256,0.5247934,0.5082645,0.48347107,0.42561984,0.39256197,0.38429752,0.3553719,0.34710744,0.3305785,0.30991736,0.338843,0.30165288,0.30991736,0.3264463,0.3305785,0.35950413,0.34710744,0.3677686,0.3677686,0.38016528,0.38429752,0.37190083,0.39256197,0.41735536,0.45041323,0.46280992,0.45041323,0.42561984,0.4338843,0.4338843,0.4338843,0.4338843,0.4338843,0.4090909,0.30165288,0.14049587,0.11157025,0.24793388,0.3305785,0.36363637,0.38016528,0.38429752,0.35950413,0.3140496,0.27272728,0.24380165,0.23966943,0.2520661,0.2644628,0.29338843,0.3140496,0.3429752,0.38016528,0.4214876,0.44214877,0.446281,0.446281,0.4338843,0.446281,0.45454547,0.47933885,0.49173555,0.5,0.4876033,0.45867768,0.44214877,0.40082645,0.37603307,0.32231405,0.30165288,0.27272728,0.25619835,0.2603306,0.2603306,0.2892562,0.2603306,0.28512397,0.3140496,0.3429752,0.39256197,0.38429752,0.38429752,0.38429752,0.38429752,0.3677686,0.35950413,0.36363637,0.36363637,0.4090909,0.4214876,0.42561984,0.4090909,0.42561984,0.42561984,0.42561984,0.42561984,0.42561984,0.41735536,0.3553719,0.1983471,0.0785124,0.16528925,0.338843,0.37603307,0.42561984,0.4338843,0.4090909,0.38429752,0.35950413,0.3264463,0.29338843,0.2768595,0.26859504,0.28099173,0.2892562,0.30578512,0.338843,0.37603307,0.40495867,0.4338843,0.44214877,0.4338843,0.44214877,0.44214877,0.45041323,0.45867768,0.45454547,0.42975205,0.39256197,0.38016528,0.3553719,0.3140496,0.29752067,0.25619835,0.24793388,0.23966943,0.21900827,0.23966943,0.25619835,0.28512397,0.32231405,0.38016528,0.40495867,0.43801653,0.44214877,0.44214877,0.42975205,0.42561984,0.3966942,0.38429752,0.3677686,0.35123968,0.38842976,0.40082645,0.40495867,0.38842976,0.41322315,0.41322315,0.41322315,0.41322315,0.41322315,0.41735536,0.40082645,0.2644628,0.12396694,0.11157025,0.3305785,0.40495867,0.45041323,0.46280992,0.446281,0.4214876,0.3966942,0.37603307,0.3553719,0.3305785,0.30991736,0.29752067,0.2892562,0.2892562,0.30165288,0.3140496,0.35123968,0.41322315,0.45867768,0.45454547,0.45454547,0.45867768,0.45454547,0.446281,0.41735536,0.38016528,0.3553719,0.3305785,0.30578512,0.28099173,0.27272728,0.2603306,0.2644628,0.2644628,0.27272728,0.28512397,0.3140496,0.3429752,0.38429752,0.42975205,0.44214877,0.47107437,0.48347107,0.48347107,0.47933885,0.45867768,0.4338843,0.40082645,0.38429752,0.37190083,0.38842976,0.40082645,0.41322315,0.40082645,0.41322315,0.41322315,0.41322315,0.41322315,0.41322315,0.41322315,0.40495867,0.3140496,0.14049587,0.11570248,0.32231405,0.3966942,0.41322315,0.43801653,0.4338843,0.42975205,0.40082645,0.38016528,0.3553719,0.3429752,0.32231405,0.30578512,0.29338843,0.2892562,0.28099173,0.27272728,0.28512397,0.3677686,0.4752066,0.49586776,0.5,0.5123967,0.5,0.47107437,0.41322315,0.35950413,0.3264463,0.28512397,0.2644628,0.2644628,0.24793388,0.2644628,0.25619835,0.2644628,0.26859504,0.30165288,0.3305785,0.3677686,0.4090909,0.44214877,0.45454547,0.47933885,0.48347107,0.4876033,0.4876033,0.4752066,0.45454547,0.4214876,0.4090909,0.38429752,0.3966942,0.4090909,0.42561984,0.42561984,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.41735536,0.338843,0.16115703,0.10330579,0.30578512,0.3553719,0.34710744,0.4214876,0.41322315,0.39256197,0.37603307,0.33471075,0.32231405,0.3305785,0.3181818,0.29752067,0.2892562,0.28099173,0.2768595,0.26859504,0.23553719,0.29752067,0.46694216,0.55785125,0.58264464,0.59090906,0.57438016,0.5247934,0.4338843,0.3429752,0.29338843,0.26859504,0.24793388,0.23966943,0.23553719,0.23966943,0.22727273,0.23553719,0.25619835,0.29338843,0.32231405,0.35950413,0.41322315,0.42975205,0.45867768,0.46280992,0.4752066,0.48347107,0.4752066,0.47107437,0.45454547,0.44214877,0.4338843,0.41322315,0.4090909,0.41735536,0.44214877,0.44214877,0.41322315,0.41322315,0.41322315,0.41322315,0.41322315,0.41322315,0.40495867,0.35123968,0.17355372,0.10330579,0.32231405,0.35123968,0.3429752,0.34710744,0.34710744,0.2892562,0.24380165,0.21487603,0.25619835,0.3264463,0.32231405,0.30165288,0.30165288,0.28099173,0.2644628,0.27272728,0.23553719,0.25619835,0.45867768,0.61570245,0.6694215,0.6694215,0.6404959,0.57438016,0.45041323,0.3305785,0.28512397,0.26859504,0.25619835,0.26859504,0.2520661,0.2603306,0.25619835,0.23553719,0.25619835,0.2520661,0.25619835,0.2768595,0.35123968,0.37190083,0.41735536,0.4214876,0.44214877,0.446281,0.44214877,0.42975205,0.4214876,0.3966942,0.40082645,0.4214876,0.42975205,0.41735536,0.446281,0.45041323,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.36363637,0.18181819,0.12396694,0.38429752,0.38016528,0.3553719,0.36363637,0.3264463,0.2644628,0.17355372,0.14049587,0.20661157,0.3305785,0.35123968,0.3264463,0.32231405,0.28512397,0.2520661,0.2644628,0.25619835,0.2768595,0.48347107,0.6694215,0.73140496,0.73140496,0.6942149,0.60330576,0.46694216,0.34710744,0.29752067,0.28099173,0.2603306,0.29338843,0.30991736,0.29752067,0.25619835,0.21900827,0.21487603,0.1983471,0.1694215,0.16115703,0.2107438,0.2520661,0.34710744,0.38429752,0.40495867,0.40082645,0.40495867,0.39256197,0.37190083,0.3429752,0.3429752,0.38016528,0.41322315,0.4214876,0.42975205,0.446281,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.41735536,0.3553719,0.1694215,0.11983471,0.42561984,0.45041323,0.42561984,0.40495867,0.3677686,0.30578512,0.19008264,0.15289256,0.21900827,0.3429752,0.38016528,0.3553719,0.338843,0.30991736,0.2892562,0.29338843,0.29338843,0.33471075,0.53305787,0.70247936,0.75619835,0.75619835,0.7066116,0.62396693,0.48347107,0.38016528,0.3429752,0.29752067,0.28512397,0.3264463,0.34710744,0.29752067,0.2603306,0.23553719,0.2231405,0.20661157,0.16528925,0.1322314,0.14049587,0.17768595,0.27272728,0.3429752,0.35950413,0.34710744,0.34710744,0.36363637,0.35123968,0.338843,0.32231405,0.3553719,0.38429752,0.41322315,0.42975205,0.446281,0.40495867,0.40495867,0.4090909,0.4090909,0.4090909,0.4090909,0.40495867,0.38016528,0.12809917,0.1322314,0.4876033,0.5123967,0.5206612,0.45867768,0.41735536,0.38842976,0.29338843,0.24793388,0.28099173,0.3677686,0.3966942,0.37190083,0.3553719,0.34710744,0.3553719,0.35123968,0.3429752,0.42975205,0.607438,0.71900827,0.75619835,0.73966944,0.6942149,0.61570245,0.5082645,0.446281,0.4214876,0.3677686,0.3264463,0.34710744,0.3677686,0.3305785,0.29338843,0.28099173,0.25619835,0.24793388,0.1983471,0.16115703,0.1446281,0.17768595,0.2644628,0.33471075,0.34710744,0.338843,0.3429752,0.35950413,0.35123968,0.35950413,0.37190083,0.38429752,0.39256197,0.4214876,0.4338843,0.46280992,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.4090909,0.3966942,0.1570248,0.14876033,0.5165289,0.57024795,0.5661157,0.53305787,0.45041323,0.41735536,0.39256197,0.34710744,0.35950413,0.38429752,0.40495867,0.3677686,0.35950413,0.36363637,0.38429752,0.37603307,0.40082645,0.5371901,0.6735537,0.7355372,0.75619835,0.7355372,0.6859504,0.61570245,0.5289256,0.4876033,0.4876033,0.45867768,0.41735536,0.37603307,0.3677686,0.36363637,0.3553719,0.338843,0.3140496,0.30991736,0.2892562,0.24793388,0.21487603,0.2520661,0.32231405,0.37190083,0.38429752,0.3677686,0.37190083,0.37190083,0.37190083,0.3966942,0.4338843,0.44214877,0.4338843,0.4338843,0.45454547,0.49173555,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.39256197,0.43801653,0.1570248,0.1570248,0.56198347,0.607438,0.61157024,0.58264464,0.49586776,0.42561984,0.4214876,0.39256197,0.38016528,0.37603307,0.38429752,0.37603307,0.38429752,0.39256197,0.40495867,0.4214876,0.47933885,0.6198347,0.71900827,0.74793386,0.74793386,0.7231405,0.6694215,0.59917355,0.5247934,0.5,0.5247934,0.53305787,0.5041322,0.46280992,0.41322315,0.38429752,0.38429752,0.37190083,0.35123968,0.35950413,0.3677686,0.3553719,0.3264463,0.3429752,0.37603307,0.39256197,0.4090909,0.3966942,0.40495867,0.3966942,0.4090909,0.446281,0.46280992,0.47107437,0.4752066,0.47933885,0.49173555,0.5082645,0.3966942,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.41322315,0.44214877,0.20661157,0.17768595,0.58264464,0.62396693,0.6322314,0.607438,0.5413223,0.5041322,0.46694216,0.43801653,0.41322315,0.40495867,0.41322315,0.42561984,0.42975205,0.42975205,0.446281,0.49173555,0.553719,0.6570248,0.74380165,0.76859504,0.75619835,0.71900827,0.6404959,0.5661157,0.5165289,0.5082645,0.5413223,0.5785124,0.58264464,0.56198347,0.5123967,0.47107437,0.45867768,0.44214877,0.41735536,0.40495867,0.40082645,0.38016528,0.36363637,0.37603307,0.38842976,0.39256197,0.3966942,0.41322315,0.4214876,0.42561984,0.44214877,0.47107437,0.48347107,0.4876033,0.5,0.5082645,0.5165289,0.5289256,0.40082645,0.40082645,0.40082645,0.40082645,0.40082645,0.40082645,0.40082645,0.42561984,0.30578512,0.2231405,0.58677685,0.6280992,0.6404959,0.607438,0.58264464,0.57438016,0.5661157,0.5165289,0.4876033,0.46280992,0.46694216,0.45867768,0.45041323,0.46280992,0.5123967,0.53305787,0.59090906,0.6818182,0.75619835,0.7768595,0.75619835,0.7107438,0.6280992,0.5371901,0.5082645,0.5082645,0.54545456,0.59917355,0.61570245,0.6280992,0.607438,0.56198347,0.5371901,0.5165289,0.49586776,0.4752066,0.46280992,0.42975205,0.4090909,0.40495867,0.41735536,0.42561984,0.42561984,0.44214877,0.45867768,0.45867768,0.4752066,0.5,0.49586776,0.5041322,0.5206612,0.5371901,0.5413223,0.553719,0.4090909,0.4090909,0.4090909,0.4090909,0.4090909,0.4090909,0.39256197,0.41735536,0.3553719,0.29338843,0.56198347,0.6198347,0.62396693,0.61157024,0.59504133,0.59090906,0.5785124,0.54545456,0.5165289,0.48347107,0.4752066,0.46280992,0.47933885,0.5247934,0.5661157,0.5495868,0.61157024,0.6942149,0.77272725,0.78099173,0.75206614,0.677686,0.57024795,0.5123967,0.5,0.5123967,0.5371901,0.59090906,0.6280992,0.6446281,0.6528926,0.6322314,0.59090906,0.5661157,0.5413223,0.5289256,0.5165289,0.5041322,0.49173555,0.47933885,0.49173555,0.5,0.5,0.5041322,0.5123967,0.5123967,0.5165289,0.5206612,0.5247934,0.53305787,0.54545456,0.5661157,0.57438016,0.57438016,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.40082645,0.4090909,0.36363637,0.4090909,0.5247934,0.58677685,0.5661157,0.5785124,0.57024795,0.5661157,0.55785125,0.5289256,0.5082645,0.4876033,0.47933885,0.48347107,0.5413223,0.5785124,0.57438016,0.553719,0.6198347,0.7066116,0.78512394,0.77272725,0.73140496,0.6487603,0.55785125,0.5123967,0.5,0.5165289,0.53305787,0.55785125,0.58677685,0.62396693,0.6446281,0.6528926,0.6363636,0.607438,0.57438016,0.553719,0.5413223,0.53305787,0.53305787,0.54545456,0.56198347,0.5661157,0.5661157,0.55785125,0.553719,0.5495868,0.54545456,0.53305787,0.5413223,0.55785125,0.5661157,0.58677685,0.58677685,0.5785124,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.38842976,0.41322315,0.3429752,0.47933885,0.5371901,0.54545456,0.5371901,0.5289256,0.53305787,0.53305787,0.53305787,0.5082645,0.5,0.5041322,0.5165289,0.5371901,0.58264464,0.59090906,0.553719,0.55785125,0.61570245,0.7107438,0.78512394,0.75206614,0.70247936,0.62396693,0.5495868,0.5123967,0.49173555,0.5082645,0.5206612,0.53305787,0.5495868,0.58677685,0.61157024,0.6280992,0.6363636,0.6322314,0.61570245,0.5785124,0.5661157,0.54545456,0.5371901,0.553719,0.57024795,0.58677685,0.59090906,0.57438016,0.56198347,0.553719,0.5495868,0.5413223,0.553719,0.57438016,0.5785124,0.59090906,0.59090906,0.59090906,0.37603307,0.37603307,0.37603307,0.37603307,0.37603307,0.37603307,0.39256197,0.40495867,0.3429752,0.49586776,0.5413223,0.5165289,0.5206612,0.5082645,0.5123967,0.5123967,0.5165289,0.5123967,0.5165289,0.5371901,0.55785125,0.57438016,0.58677685,0.57438016,0.5495868,0.5661157,0.62396693,0.71900827,0.76859504,0.7231405,0.6735537,0.607438,0.54545456,0.5082645,0.49586776,0.49586776,0.5041322,0.5082645,0.5289256,0.553719,0.58264464,0.59504133,0.61157024,0.62396693,0.6363636,0.6280992,0.61157024,0.58264464,0.5661157,0.56198347,0.55785125,0.57438016,0.58677685,0.57024795,0.56198347,0.5495868,0.5495868,0.54545456,0.56198347,0.57438016,0.5785124,0.58677685,0.58264464,0.553719,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.39256197,0.40082645,0.34710744,0.45454547,0.56198347,0.49586776,0.48347107,0.48347107,0.49173555,0.5,0.5041322,0.5206612,0.5247934,0.57024795,0.58264464,0.58264464,0.58264464,0.55785125,0.5413223,0.58264464,0.6487603,0.7355372,0.75206614,0.6942149,0.6487603,0.60330576,0.5495868,0.5206612,0.49586776,0.48347107,0.48347107,0.49173555,0.5041322,0.5247934,0.54545456,0.553719,0.57438016,0.59090906,0.6198347,0.6404959,0.6404959,0.62396693,0.607438,0.59090906,0.57024795,0.5661157,0.5661157,0.553719,0.54545456,0.5413223,0.5413223,0.5413223,0.55785125,0.57438016,0.57024795,0.57024795,0.55785125,0.53305787,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.3966942,0.40082645,0.3677686,0.38842976,0.58677685,0.5,0.46280992,0.46280992,0.46694216,0.49173555,0.5041322,0.5289256,0.5371901,0.57438016,0.58264464,0.5785124,0.57024795,0.5413223,0.56198347,0.60330576,0.6652893,0.75619835,0.73966944,0.6818182,0.6487603,0.60330576,0.55785125,0.5413223,0.5041322,0.4876033,0.47107437,0.4752066,0.4876033,0.5041322,0.5289256,0.5371901,0.54545456,0.5661157,0.59090906,0.61570245,0.6322314,0.6280992,0.6198347,0.607438,0.58677685,0.57438016,0.55785125,0.5413223,0.5247934,0.5247934,0.53305787,0.5413223,0.54545456,0.553719,0.54545456,0.5289256,0.5165289,0.5,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.39256197,0.39256197,0.39256197,0.3429752,0.58677685,0.53305787,0.45867768,0.446281,0.45867768,0.4876033,0.5041322,0.5289256,0.553719,0.58264464,0.58264464,0.5785124,0.54545456,0.5495868,0.59917355,0.6363636,0.6983471,0.76033056,0.74380165,0.6652893,0.6404959,0.62396693,0.59090906,0.54545456,0.49586776,0.46694216,0.45454547,0.46694216,0.4752066,0.48347107,0.5,0.5247934,0.5289256,0.55785125,0.57438016,0.59917355,0.6198347,0.6280992,0.6280992,0.6198347,0.60330576,0.5785124,0.5661157,0.54545456,0.5289256,0.5289256,0.53305787,0.5289256,0.5206612,0.5165289,0.5123967,0.5041322,0.47933885,0.45454547,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.38842976,0.40082645,0.40082645,0.32231405,0.5495868,0.5785124,0.46280992,0.42561984,0.44214877,0.4752066,0.5,0.5289256,0.553719,0.58264464,0.5785124,0.57024795,0.54545456,0.57438016,0.61570245,0.6528926,0.7231405,0.7644628,0.7355372,0.6735537,0.6528926,0.6322314,0.607438,0.5495868,0.46280992,0.44214877,0.4338843,0.42975205,0.43801653,0.45454547,0.4876033,0.5041322,0.53305787,0.5495868,0.56198347,0.59090906,0.61570245,0.6322314,0.6322314,0.62396693,0.61157024,0.58677685,0.5785124,0.56198347,0.5371901,0.5371901,0.5247934,0.5082645,0.49586776,0.48347107,0.47107437,0.46280992,0.45041323,0.44214877,0.38016528,0.38016528,0.38016528,0.38016528,0.38016528,0.38016528,0.38842976,0.38842976,0.3966942,0.3429752,0.49173555,0.6280992,0.4876033,0.4090909,0.40495867,0.44214877,0.4752066,0.5165289,0.5413223,0.57024795,0.57024795,0.553719,0.5495868,0.59504133,0.6322314,0.6570248,0.71900827,0.7644628,0.74380165,0.6818182,0.6735537,0.6487603,0.607438,0.5413223,0.45454547,0.42975205,0.42561984,0.41735536,0.41322315,0.4214876,0.46280992,0.47933885,0.5289256,0.5495868,0.56198347,0.58264464,0.59917355,0.61570245,0.61570245,0.59917355,0.58677685,0.59090906,0.58264464,0.56198347,0.5371901,0.5165289,0.49173555,0.47933885,0.46280992,0.446281,0.44214877,0.43801653,0.4214876,0.4338843,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.39256197,0.39256197,0.40082645,0.3553719,0.45454547,0.6280992,0.5289256,0.41735536,0.38016528,0.40082645,0.446281,0.48347107,0.5289256,0.5413223,0.5661157,0.553719,0.5661157,0.61157024,0.6280992,0.6652893,0.7066116,0.75206614,0.7107438,0.6859504,0.6652893,0.6404959,0.60330576,0.53305787,0.45454547,0.43801653,0.4752066,0.41735536,0.40495867,0.3966942,0.4338843,0.46694216,0.5082645,0.5495868,0.55785125,0.57438016,0.58264464,0.59504133,0.60330576,0.58264464,0.57024795,0.5661157,0.56198347,0.5413223,0.5,0.4752066,0.45867768,0.446281,0.43801653,0.42975205,0.42561984,0.4214876,0.41322315,0.4214876,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.39256197,0.3966942,0.38016528,0.40495867,0.55785125,0.5413223,0.42561984,0.37603307,0.38429752,0.4214876,0.46694216,0.5082645,0.5371901,0.55785125,0.56198347,0.5785124,0.607438,0.62396693,0.6487603,0.677686,0.7107438,0.6818182,0.6446281,0.6280992,0.6404959,0.5785124,0.5165289,0.4338843,0.5,0.5371901,0.4876033,0.43801653,0.39256197,0.40495867,0.446281,0.49586776,0.53305787,0.5495868,0.5661157,0.5785124,0.59090906,0.59090906,0.5785124,0.55785125,0.54545456,0.5371901,0.5165289,0.4876033,0.45867768,0.446281,0.42561984,0.4214876,0.41735536,0.41735536,0.4214876,0.41735536,0.41322315,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.39256197,0.38842976,0.39256197,0.37190083,0.446281,0.49173555,0.42561984,0.38429752,0.38429752,0.41322315,0.45867768,0.5082645,0.5413223,0.5661157,0.5495868,0.57438016,0.60330576,0.62396693,0.6280992,0.6487603,0.6570248,0.6446281,0.60330576,0.59090906,0.59090906,0.57024795,0.49586776,0.446281,0.5247934,0.5661157,0.55785125,0.47933885,0.40495867,0.3966942,0.43801653,0.48347107,0.5123967,0.54545456,0.5661157,0.57024795,0.58264464,0.5661157,0.5661157,0.5413223,0.5289256,0.5165289,0.49173555,0.47107437,0.43801653,0.4214876,0.41322315,0.40082645,0.41322315,0.4090909,0.40495867,0.4090909,0.4090909,0.40082645,0.40082645,0.40082645,0.40082645,0.40082645,0.40082645,0.39256197,0.39256197,0.39256197,0.3966942,0.38429752,0.38429752,0.42561984,0.41735536,0.39256197,0.38842976,0.42561984,0.47107437,0.5123967,0.54545456,0.57438016,0.53305787,0.56198347,0.59504133,0.60330576,0.59917355,0.61570245,0.62396693,0.60330576,0.59504133,0.55785125,0.553719,0.5413223,0.48347107,0.46280992,0.5206612,0.56198347,0.57438016,0.5,0.40082645,0.38429752,0.43801653,0.48347107,0.5041322,0.53305787,0.553719,0.5661157,0.5661157,0.553719,0.54545456,0.53305787,0.5123967,0.49586776,0.45867768,0.44214877,0.41322315,0.40082645,0.39256197,0.40495867,0.39256197,0.3966942,0.3966942,0.4090909,0.41322315,0.40082645,0.40082645,0.40082645,0.40082645,0.3966942,0.3966942,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.38429752,0.39256197,0.40495867,0.3966942,0.38429752,0.42975205,0.4876033,0.5247934,0.5413223,0.5785124,0.53305787,0.5247934,0.55785125,0.5661157,0.55785125,0.5661157,0.57438016,0.55785125,0.5495868,0.5289256,0.5082645,0.48347107,0.47107437,0.46280992,0.49586776,0.5247934,0.53305787,0.5041322,0.41322315,0.36363637,0.45041323,0.5,0.5082645,0.5247934,0.54545456,0.56198347,0.553719,0.54545456,0.53305787,0.5165289,0.4876033,0.46694216,0.4338843,0.41322315,0.39256197,0.39256197,0.38429752,0.39256197,0.38842976,0.38429752,0.40495867,0.41322315,0.41322315,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.38429752,0.38842976,0.39256197,0.38842976,0.39256197,0.39256197,0.38429752,0.40495867,0.40495867,0.38842976,0.42975205,0.49173555,0.5289256,0.5413223,0.57438016,0.553719,0.5082645,0.5,0.5082645,0.5,0.49586776,0.49586776,0.49173555,0.47933885,0.45867768,0.45041323,0.41735536,0.42975205,0.43801653,0.45454547,0.46280992,0.4752066,0.4752066,0.41735536,0.35950413,0.46280992,0.5165289,0.5289256,0.5247934,0.54545456,0.553719,0.54545456,0.5289256,0.5247934,0.5,0.47107437,0.45867768,0.41735536,0.40495867,0.39256197,0.3966942,0.40082645,0.38842976,0.38429752,0.38842976,0.39256197,0.40082645,0.4090909,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.39256197,0.38842976,0.3966942,0.38842976,0.38842976,0.40082645,0.38842976,0.3966942,0.41322315,0.40495867,0.42975205,0.4876033,0.5289256,0.553719,0.57024795,0.5785124,0.55785125,0.5,0.45041323,0.4214876,0.4090909,0.40495867,0.38842976,0.39256197,0.38016528,0.38842976,0.35950413,0.38016528,0.37603307,0.39256197,0.41322315,0.42975205,0.4338843,0.38429752,0.37603307,0.47933885,0.5289256,0.5495868,0.5289256,0.54545456,0.54545456,0.5371901,0.5289256,0.5206612,0.48347107,0.47107437,0.446281,0.42561984,0.40495867,0.40082645,0.41322315,0.40495867,0.3966942,0.38842976,0.38842976,0.38842976,0.40082645,0.40495867,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.39256197,0.38842976,0.39256197,0.39256197,0.39256197,0.40082645,0.3966942,0.38842976,0.40495867,0.4214876,0.43801653,0.4876033,0.5371901,0.56198347,0.57024795,0.5785124,0.59504133,0.58677685,0.4876033,0.41322315,0.3677686,0.34710744,0.3429752,0.34710744,0.3264463,0.30991736,0.30991736,0.29752067,0.30165288,0.32231405,0.3553719,0.38016528,0.40082645,0.3553719,0.39256197,0.49173555,0.5495868,0.55785125,0.54545456,0.5371901,0.54545456,0.5371901,0.53305787,0.5123967,0.48347107,0.47933885,0.44214877,0.4338843,0.4214876,0.4214876,0.4090909,0.41735536,0.41735536,0.39256197,0.3966942,0.38429752,0.38429752,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.38842976,0.39256197,0.39256197,0.3966942,0.3966942,0.3966942,0.38842976,0.3966942,0.42561984,0.43801653,0.48347107,0.53305787,0.55785125,0.57024795,0.5785124,0.59917355,0.6198347,0.5413223,0.39256197,0.3264463,0.3264463,0.3140496,0.30991736,0.2768595,0.25619835,0.26859504,0.2520661,0.22727273,0.24380165,0.29338843,0.3553719,0.38016528,0.3677686,0.4090909,0.4876033,0.553719,0.57024795,0.5661157,0.5289256,0.5371901,0.5371901,0.5289256,0.5165289,0.5,0.49586776,0.45454547,0.446281,0.4338843,0.4338843,0.41735536,0.42975205,0.42975205,0.40082645,0.39256197,0.38429752,0.37603307,0.38429752,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.39256197,0.39256197,0.38842976,0.39256197,0.3966942,0.39256197,0.38842976,0.38429752,0.4090909,0.44214877,0.4752066,0.5206612,0.56198347,0.5785124,0.5785124,0.59504133,0.6280992,0.56198347,0.39256197,0.29752067,0.26859504,0.28512397,0.2768595,0.26859504,0.2603306,0.26859504,0.2644628,0.24793388,0.2520661,0.2892562,0.36363637,0.39256197,0.4090909,0.4214876,0.47933885,0.5413223,0.5661157,0.57438016,0.5413223,0.53305787,0.5289256,0.5206612,0.5206612,0.5,0.5041322,0.46694216,0.45454547,0.43801653,0.42561984,0.42975205,0.42561984,0.41322315,0.40082645,0.37603307,0.3677686,0.37190083,0.38429752,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.39256197,0.38842976,0.39256197,0.38842976,0.39256197,0.3966942,0.40082645,0.39256197,0.38016528,0.40082645,0.42975205,0.47933885,0.5165289,0.5495868,0.5661157,0.5785124,0.58677685,0.60330576,0.56198347,0.4214876,0.30991736,0.2768595,0.26859504,0.28099173,0.2644628,0.2768595,0.2892562,0.29338843,0.30991736,0.338843,0.3677686,0.3966942,0.42561984,0.42561984,0.43801653,0.47107437,0.5247934,0.57438016,0.5785124,0.56198347,0.53305787,0.5206612,0.5123967,0.5082645,0.49586776,0.49173555,0.4752066,0.45867768,0.446281,0.45041323,0.42975205,0.44214877,0.42975205,0.3966942,0.38429752,0.37190083,0.3677686,0.37603307,0.39256197,0.39256197,0.39256197,0.38842976,0.38842976,0.38842976,0.38842976,0.38429752,0.39256197,0.38429752,0.38842976,0.39256197,0.3966942,0.3966942,0.38429752,0.38842976,0.41735536,0.47107437,0.5,0.5371901,0.553719,0.56198347,0.57438016,0.58264464,0.54545456,0.45041323,0.338843,0.29338843,0.2892562,0.29752067,0.2768595,0.29338843,0.30165288,0.338843,0.3553719,0.38429752,0.39256197,0.4090909,0.42561984,0.4214876,0.41735536,0.46280992,0.5165289,0.58264464,0.59090906,0.5785124,0.55785125,0.5041322,0.49173555,0.47107437,0.4876033,0.47933885,0.4752066,0.46280992,0.43801653,0.43801653,0.4338843,0.42561984,0.42561984,0.4090909,0.39256197,0.35950413,0.35950413,0.37190083,0.38429752,0.38429752,0.38429752,0.38429752,0.38429752,0.38429752,0.38429752,0.38429752,0.39256197,0.38429752,0.38429752,0.3966942,0.38842976,0.3966942,0.38842976,0.38842976,0.40495867,0.45454547,0.48347107,0.5082645,0.5289256,0.53305787,0.5495868,0.553719,0.5289256,0.47107437,0.38016528,0.32231405,0.30578512,0.30578512,0.29338843,0.29338843,0.30991736,0.34710744,0.3677686,0.38429752,0.38842976,0.40082645,0.40082645,0.39256197,0.40495867,0.446281,0.49173555,0.56198347,0.59504133,0.58264464,0.55785125,0.5082645,0.48347107,0.45867768,0.4752066,0.47107437,0.45454547,0.45454547,0.45454547,0.44214877,0.4214876,0.4338843,0.4338843,0.41735536,0.38429752,0.37190083,0.3677686,0.38016528,0.38842976,0.38842976,0.39256197,0.39256197,0.39256197,0.39256197,0.38842976,0.38842976,0.3966942,0.39256197,0.38842976,0.39256197,0.38842976,0.3966942,0.3966942,0.39256197,0.39256197,0.4338843,0.47107437,0.47107437,0.49173555,0.49173555,0.49586776,0.5041322,0.5082645,0.49173555,0.4338843,0.36363637,0.3140496,0.3140496,0.3140496,0.28099173,0.29752067,0.338843,0.3677686,0.37190083,0.37603307,0.38429752,0.38016528,0.3677686,0.39256197,0.42561984,0.45867768,0.5123967,0.55785125,0.54545456,0.5165289,0.5041322,0.48347107,0.46280992,0.45454547,0.45867768,0.446281,0.446281,0.44214877,0.42975205,0.43801653,0.42561984,0.42975205,0.41322315,0.40495867,0.38429752,0.38842976,0.38842976,0.3966942,0.3966942,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.38429752,0.38842976,0.40082645,0.38429752,0.38842976,0.39256197,0.39256197,0.39256197,0.39256197,0.38842976,0.41322315,0.45867768,0.45041323,0.43801653,0.4338843,0.44214877,0.45041323,0.4876033,0.5041322,0.46694216,0.41322315,0.3677686,0.35123968,0.3305785,0.29338843,0.30165288,0.3429752,0.37603307,0.38016528,0.37603307,0.37603307,0.37603307,0.3677686,0.37603307,0.40082645,0.42561984,0.45454547,0.47107437,0.4752066,0.45867768,0.46280992,0.45454547,0.4338843,0.42975205,0.42975205,0.42561984,0.42975205,0.43801653,0.4338843,0.43801653,0.4214876,0.41322315,0.4090909,0.4090909,0.39256197,0.4090909,0.38429752,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.38429752,0.39256197,0.39256197,0.38016528,0.39256197,0.3966942,0.3966942,0.38842976,0.39256197,0.38842976,0.40082645,0.45867768,0.42561984,0.38842976,0.37603307,0.3677686,0.40082645,0.45454547,0.49173555,0.45867768,0.42561984,0.3966942,0.37603307,0.3553719,0.32231405,0.3181818,0.35123968,0.38016528,0.38842976,0.38016528,0.38016528,0.37603307,0.3677686,0.3677686,0.38429752,0.3966942,0.40495867,0.40082645,0.40495867,0.40082645,0.41322315,0.42975205,0.3966942,0.4090909,0.41735536,0.4090909,0.41322315,0.42975205,0.44214877,0.4214876,0.44214877,0.41322315,0.43801653,0.4090909,0.40082645,0.40495867,0.39256197,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.39256197,0.38016528,0.39256197,0.38842976,0.38429752,0.38842976,0.39256197,0.39256197,0.3966942,0.39256197,0.39256197,0.3966942,0.42975205,0.44214877,0.37190083,0.3305785,0.2892562,0.2768595,0.3140496,0.3553719,0.3429752,0.3305785,0.338843,0.33471075,0.34710744,0.33471075,0.3181818,0.32231405,0.33471075,0.3553719,0.35950413,0.3677686,0.37190083,0.36363637,0.35950413,0.36363637,0.36363637,0.36363637,0.3677686,0.3677686,0.3677686,0.39256197,0.39256197,0.38842976,0.39256197,0.4090909,0.40082645,0.4214876,0.41735536,0.42561984,0.41735536,0.42975205,0.42561984,0.4338843,0.4214876,0.41322315,0.3966942,0.40082645,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.38429752,0.38429752,0.38429752,0.3966942,0.38842976,0.39256197,0.38842976,0.39256197,0.3966942,0.39256197,0.39256197,0.3966942,0.41322315,0.4338843,0.37603307,0.33471075,0.29338843,0.26859504,0.23140496,0.23966943,0.2603306,0.25619835,0.2603306,0.26859504,0.28512397,0.28512397,0.2644628,0.25619835,0.2644628,0.2768595,0.29338843,0.30165288,0.30991736,0.3181818,0.32231405,0.3181818,0.3181818,0.30991736,0.3181818,0.3264463,0.3305785,0.3677686,0.3677686,0.38842976,0.38429752,0.3966942,0.39256197,0.4090909,0.41322315,0.42561984,0.41322315,0.42561984,0.42975205,0.43801653,0.4214876,0.4214876,0.4090909,0.3966942,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.38016528,0.38016528,0.40082645,0.38842976,0.39256197,0.38429752,0.39256197,0.39256197,0.38842976,0.38429752,0.3966942,0.40495867,0.4338843,0.38842976,0.3553719,0.3429752,0.3677686,0.33471075,0.26859504,0.24793388,0.23140496,0.22727273,0.23553719,0.23966943,0.22727273,0.21900827,0.21487603,0.2107438,0.2107438,0.21900827,0.2231405,0.22727273,0.23140496,0.24380165,0.23140496,0.23140496,0.22727273,0.23553719,0.24793388,0.27272728,0.3140496,0.338843,0.36363637,0.37603307,0.38842976,0.3966942,0.4090909,0.41322315,0.41322315,0.4090909,0.42561984,0.42561984,0.42975205,0.42975205,0.41735536,0.41735536,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.38429752,0.38842976,0.3966942,0.39256197,0.40082645,0.38429752,0.3966942,0.39256197,0.38842976,0.38842976,0.40082645,0.39256197,0.4214876,0.3966942,0.38429752,0.38016528,0.41322315,0.45041323,0.4090909,0.3553719,0.338843,0.29752067,0.2603306,0.23966943,0.21900827,0.20661157,0.19421488,0.19008264,0.19421488,0.19421488,0.2107438,0.22727273,0.2231405,0.23140496,0.22727273,0.22727273,0.24380165,0.2644628,0.27272728,0.27272728,0.30165288,0.3140496,0.3429752,0.36363637,0.37603307,0.39256197,0.40495867,0.41322315,0.4090909,0.4214876,0.41735536,0.43801653,0.42975205,0.42975205,0.41735536,0.41735536,0.39256197,0.39256197,0.39256197,0.39256197,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.3966942,0.38429752,0.3966942,0.3966942,0.39256197,0.38429752,0.40082645,0.38429752,0.40082645,0.39256197,0.39256197,0.4090909,0.40495867,0.39256197,0.39256197,0.3966942,0.41735536,0.45041323,0.4214876,0.38429752,0.38016528,0.338843,0.30991736,0.2768595,0.23966943,0.23140496,0.23966943,0.23966943,0.23553719,0.2644628,0.28099173,0.26859504,0.26859504,0.26859504,0.28512397,0.32231405,0.338843,0.338843,0.3264463,0.30991736,0.3181818,0.3264463,0.338843,0.36363637,0.38429752,0.40082645,0.39256197,0.41735536,0.42975205,0.41735536,0.42561984,0.42975205,0.42561984,0.41735536,0.41322315,0.38842976,0.38429752,0.38429752,0.38429752,0.38429752,0.38429752,0.38429752,0.38842976,0.38842976,0.39256197,0.38016528,0.3966942,0.38429752,0.39256197,0.38429752,0.40082645,0.38016528,0.41322315,0.39256197,0.38842976,0.40082645,0.41322315,0.40495867,0.40495867,0.38016528,0.37603307,0.39256197,0.41322315,0.38842976,0.36363637,0.3429752,0.33471075,0.3140496,0.2768595,0.2603306,0.26859504,0.2644628,0.2644628,0.28099173,0.28512397,0.28512397,0.30165288,0.30578512,0.3264463,0.3553719,0.35950413,0.36363637,0.35123968,0.338843,0.33471075,0.3264463,0.3429752,0.34710744,0.37603307,0.3966942,0.3966942,0.41322315,0.4090909,0.4090909,0.41735536,0.4214876,0.4214876,0.41735536,0.40082645,0.39256197,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.38429752,0.38842976,0.38429752,0.38842976,0.38016528,0.38842976,0.39256197,0.39256197,0.39256197,0.41322315,0.38016528,0.41322315,0.37603307,0.40495867,0.42975205,0.3966942,0.38842976,0.35950413,0.3429752,0.3677686,0.39256197,0.35950413,0.32231405,0.30578512,0.29752067,0.28099173,0.25619835,0.2520661,0.25619835,0.26859504,0.27272728,0.28512397,0.30578512,0.3264463,0.3264463,0.33471075,0.34710744,0.3429752,0.35123968,0.3553719,0.3429752,0.338843,0.338843,0.338843,0.34710744,0.35950413,0.38429752,0.39256197,0.40495867,0.39256197,0.41322315,0.41322315,0.41322315,0.4090909,0.4090909,0.38842976,0.38429752,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.38842976,0.38842976,0.38016528,0.39256197,0.38842976,0.38429752,0.38842976,0.38842976,0.38842976,0.38016528,0.39256197,0.40082645,0.38016528,0.40082645,0.38842976,0.40082645,0.4214876,0.4090909,0.3966942,0.3677686,0.3553719,0.34710744,0.3429752,0.3553719,0.33471075,0.30578512,0.29752067,0.29752067,0.27272728,0.2644628,0.2644628,0.28512397,0.29338843,0.30165288,0.3140496,0.32231405,0.3181818,0.3264463,0.3264463,0.3264463,0.33471075,0.338843,0.34710744,0.3429752,0.3429752,0.35123968,0.3553719,0.35123968,0.3677686,0.38842976,0.39256197,0.39256197,0.40495867,0.4090909,0.3966942,0.39256197,0.3966942,0.38842976,0.39256197,0.38429752,0.38429752,0.38429752,0.38429752,0.38429752,0.38429752,0.38429752,0.37190083,0.3966942,0.38429752,0.37603307,0.39256197,0.38429752,0.38842976,0.38842976,0.37603307,0.41322315,0.38429752,0.40082645,0.38842976,0.39256197,0.40082645,0.44214877,0.42561984,0.4090909,0.38842976,0.37603307,0.338843,0.30991736,0.29752067,0.29338843,0.26859504,0.28099173,0.2603306,0.2603306,0.25619835,0.2603306,0.26859504,0.2768595,0.28512397,0.29338843,0.30165288,0.3140496,0.3140496,0.3181818,0.3181818,0.3305785,0.338843,0.3429752,0.35123968,0.3553719,0.35950413,0.35950413,0.36363637,0.37603307,0.38842976,0.3966942,0.3966942,0.40082645,0.38429752,0.38016528,0.38842976,0.38842976,0.3966942,0.38842976,0.38842976,0.38842976,0.38842976,0.39256197,0.39256197,0.39256197,0.37190083,0.38429752,0.38429752,0.38429752,0.38429752,0.38429752,0.39256197,0.38429752,0.40495867,0.38429752,0.39256197,0.3966942,0.3966942,0.38016528,0.39256197,0.45041323,0.45454547,0.46280992,0.45041323,0.42975205,0.38429752,0.32231405,0.28099173,0.27272728,0.23553719,0.23966943,0.24380165,0.24380165,0.24793388,0.24793388,0.2520661,0.2644628,0.2768595,0.28512397,0.29338843,0.3140496,0.32231405,0.32231405,0.32231405,0.3305785,0.33471075,0.35123968,0.3553719,0.35950413,0.37190083,0.3677686,0.3677686,0.38016528,0.39256197,0.39256197,0.3966942,0.3966942,0.38016528,0.38016528,0.38842976,0.3966942,0.3966942,0.38842976,0.38842976,0.38842976,0.38842976,0.38429752,0.38429752,0.38429752,0.37603307,0.38016528,0.38842976,0.38842976,0.39256197,0.38429752,0.38842976,0.38429752,0.38842976,0.37190083,0.40082645,0.38429752,0.39256197,0.39256197,0.37190083,0.4214876,0.45454547,0.4876033,0.4876033,0.45454547,0.4338843,0.3966942,0.33471075,0.29338843,0.2644628,0.27272728,0.2768595,0.27272728,0.2892562,0.29752067,0.30578512,0.30991736,0.3305785,0.3264463,0.32231405,0.3181818,0.338843,0.35123968,0.3429752,0.3429752,0.3553719,0.35950413,0.37190083,0.37603307,0.37190083,0.37190083,0.3677686,0.38016528,0.39256197,0.3966942,0.39256197,0.37603307,0.38016528,0.38842976,0.38842976,0.40495867,0.40082645,0.38016528,0.38016528,0.38016528,0.38016528,0.38016528,0.38016528,0.38016528,0.38016528,0.38429752,0.38842976,0.38429752,0.38842976,0.38842976,0.38429752,0.39256197,0.38842976,0.38016528,0.38429752,0.3966942,0.38016528,0.39256197,0.40495867,0.3677686,0.45041323,0.49586776,0.5082645,0.46694216,0.45454547,0.45041323,0.40495867,0.3429752,0.30578512,0.2892562,0.30991736,0.30578512,0.33471075,0.3429752,0.35950413,0.35950413,0.38429752,0.37603307,0.36363637,0.3553719,0.35123968,0.36363637,0.3677686,0.37190083,0.37603307,0.38016528,0.39256197,0.38842976,0.38016528,0.38842976,0.3966942,0.39256197,0.38842976,0.38429752,0.37603307,0.36363637,0.38429752,0.38429752,0.38429752,0.40495867,0.4090909,0.38429752,0.38429752,0.38429752,0.38429752,0.38429752,0.38429752,0.38429752,0.38429752,0.38842976,0.38429752,0.39256197,0.38429752,0.38429752,0.38842976,0.38842976,0.38429752,0.3966942,0.38429752,0.38429752,0.38842976,0.3966942,0.3966942,0.3677686,0.4214876,0.47107437,0.5165289,0.47107437,0.446281,0.45041323,0.45454547,0.41322315,0.3553719,0.32231405,0.3305785,0.3305785,0.3553719,0.3677686,0.38429752,0.38016528,0.39256197,0.38842976,0.37603307,0.37603307,0.3677686,0.38429752,0.3966942,0.40082645,0.39256197,0.40082645,0.40082645,0.39256197,0.39256197,0.39256197,0.38842976,0.38842976,0.37603307,0.37190083,0.37190083,0.3677686,0.38016528,0.38842976,0.38842976,0.40082645,0.41322315,0.38429752,0.38429752,0.38016528,0.38016528,0.38016528,0.38016528,0.38016528,0.38429752,0.38016528,0.38016528,0.38842976,0.39256197,0.38016528,0.38429752,0.39256197,0.38429752,0.38842976,0.40082645,0.38429752,0.38016528,0.38842976,0.38016528,0.38429752,0.38842976,0.45867768,0.49586776,0.47107437,0.46280992,0.42975205,0.45454547,0.43801653,0.3966942,0.36363637,0.3429752,0.338843,0.36363637,0.37603307,0.39256197,0.38016528,0.38842976,0.38016528,0.3677686,0.37603307,0.38016528,0.41322315,0.41322315,0.4214876,0.4090909,0.40082645,0.40082645,0.38842976,0.38429752,0.39256197,0.38016528,0.37190083,0.36363637,0.3553719,0.3677686,0.37190083,0.38016528,0.39256197,0.3966942,0.3966942,0.40495867,0.38429752,0.38429752,0.38429752,0.38429752,0.38429752,0.38842976,0.38842976,0.37603307,0.38016528,0.38016528,0.38016528,0.38842976,0.39256197,0.39256197,0.38016528,0.38429752,0.40082645,0.38016528,0.39256197,0.38016528,0.3966942,0.38016528,0.38842976,0.39256197,0.47107437,0.4876033,0.46280992,0.45867768,0.42561984,0.43801653,0.42975205,0.41735536,0.3966942,0.3553719,0.3429752,0.37190083,0.37603307,0.39256197,0.38429752,0.38842976,0.38016528,0.35950413,0.35123968,0.38016528,0.40495867,0.41735536,0.41735536,0.4090909,0.40082645,0.40082645,0.38842976,0.38842976,0.37603307,0.3677686,0.34710744,0.35950413,0.35950413,0.37603307,0.38429752,0.38842976,0.40082645,0.3966942,0.40082645,0.40495867,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.37190083,0.38429752,0.38429752,0.37603307,0.38842976,0.38842976,0.38429752,0.38429752,0.39256197,0.38429752,0.38429752,0.40082645,0.38429752,0.39256197,0.38016528,0.34710744,0.446281,0.607438,0.49586776,0.446281,0.446281,0.42975205,0.42561984,0.41322315,0.3966942,0.40082645,0.36363637,0.34710744,0.37603307,0.38016528,0.38016528,0.37603307,0.37603307,0.36363637,0.35123968,0.34710744,0.37190083,0.38842976,0.38842976,0.40082645,0.3966942,0.3966942,0.3966942,0.37190083,0.37190083,0.3553719,0.3553719,0.35123968,0.35950413,0.37190083,0.39256197,0.40082645,0.40495867,0.40495867,0.40495867,0.41322315,0.41322315,0.38016528,0.37603307,0.37603307,0.37603307,0.37603307,0.37603307,0.37603307,0.37190083,0.38842976,0.38842976,0.38016528,0.39256197,0.38429752,0.38429752,0.38842976,0.38842976,0.38842976,0.38429752,0.38842976,0.40082645,0.38842976,0.39256197,0.30991736,0.5413223,0.72727275,0.54545456,0.45041323,0.4214876,0.41322315,0.42561984,0.38429752,0.37603307,0.38016528,0.3553719,0.34710744,0.35123968,0.36363637,0.35950413,0.35950413,0.35123968,0.338843,0.34710744,0.34710744,0.35950413,0.37603307,0.36363637,0.37190083,0.38842976,0.37190083,0.3677686,0.35950413,0.3429752,0.3429752,0.3553719,0.3677686,0.38016528,0.38842976,0.40082645,0.40495867,0.40495867,0.40495867,0.40495867,0.4090909,0.40495867,28 +0.17768595,0.14049587,0.11570248,0.13636364,0.17768595,0.3181818,0.47107437,0.54545456,0.57024795,0.57438016,0.58264464,0.55785125,0.55785125,0.5413223,0.5082645,0.46694216,0.41322315,0.40495867,0.38842976,0.36363637,0.3429752,0.29338843,0.3140496,0.33471075,0.35123968,0.38016528,0.39256197,0.38016528,0.39256197,0.35123968,0.37190083,0.40495867,0.42975205,0.40495867,0.38842976,0.37603307,0.37190083,0.37190083,0.38429752,0.40082645,0.42975205,0.4338843,0.4338843,0.45454547,0.46280992,0.5123967,0.5041322,0.5041322,0.4876033,0.47107437,0.45454547,0.41735536,0.36363637,0.3140496,0.28512397,0.23140496,0.19421488,0.17355372,0.17768595,0.19421488,0.16115703,0.17768595,0.1694215,0.21900827,0.1983471,0.16528925,0.1322314,0.1446281,0.18595041,0.33471075,0.48347107,0.5413223,0.57024795,0.59090906,0.59504133,0.58264464,0.5785124,0.55785125,0.53305787,0.49173555,0.45041323,0.41322315,0.39256197,0.40495867,0.36363637,0.338843,0.29752067,0.32231405,0.35123968,0.3677686,0.38842976,0.39256197,0.4090909,0.3966942,0.41322315,0.4338843,0.46694216,0.46280992,0.45867768,0.44214877,0.4338843,0.4338843,0.44214877,0.45454547,0.47107437,0.4752066,0.47107437,0.46694216,0.48347107,0.5082645,0.5247934,0.5413223,0.5206612,0.5082645,0.48347107,0.45041323,0.40082645,0.34710744,0.29338843,0.24793388,0.20247933,0.18595041,0.16115703,0.19008264,0.14876033,0.16528925,0.1694215,0.19008264,0.23966943,0.17768595,0.14876033,0.16115703,0.18181819,0.3429752,0.4876033,0.5413223,0.57438016,0.59917355,0.607438,0.60330576,0.59917355,0.57438016,0.5495868,0.5082645,0.47107437,0.42975205,0.41735536,0.41322315,0.41322315,0.37190083,0.35123968,0.3429752,0.3677686,0.38429752,0.38842976,0.40082645,0.3966942,0.41735536,0.45454547,0.46694216,0.49173555,0.5,0.5165289,0.5041322,0.5,0.49586776,0.49586776,0.5,0.5,0.5041322,0.5041322,0.49586776,0.5165289,0.5041322,0.5206612,0.5371901,0.5413223,0.53305787,0.5082645,0.49173555,0.42561984,0.3677686,0.3140496,0.2603306,0.21900827,0.19008264,0.1570248,0.16528925,0.13636364,0.16115703,0.17355372,0.1570248,0.2520661,0.2107438,0.18181819,0.16528925,0.20247933,0.34710744,0.49173555,0.5289256,0.5785124,0.607438,0.6198347,0.6198347,0.61157024,0.58677685,0.56198347,0.5247934,0.49586776,0.45454547,0.43801653,0.42561984,0.44214877,0.4214876,0.39256197,0.38429752,0.38429752,0.4090909,0.41735536,0.42561984,0.4214876,0.42975205,0.47933885,0.49586776,0.5289256,0.53305787,0.553719,0.5495868,0.5495868,0.5413223,0.5371901,0.5289256,0.5165289,0.5247934,0.5123967,0.5123967,0.5123967,0.5123967,0.5165289,0.5165289,0.5247934,0.5289256,0.5165289,0.5,0.46694216,0.40082645,0.3181818,0.2603306,0.23966943,0.20247933,0.16528925,0.15289256,0.12809917,0.1446281,0.16115703,0.12396694,0.24793388,0.25619835,0.23966943,0.19008264,0.21487603,0.33471075,0.46694216,0.5247934,0.58677685,0.61570245,0.6280992,0.6322314,0.6198347,0.59917355,0.57438016,0.5413223,0.5206612,0.49173555,0.45454547,0.44214877,0.446281,0.45454547,0.43801653,0.43801653,0.42561984,0.44214877,0.45041323,0.46280992,0.46280992,0.4752066,0.49586776,0.5206612,0.5495868,0.59090906,0.59917355,0.59090906,0.5785124,0.5661157,0.56198347,0.56198347,0.5495868,0.5495868,0.5371901,0.5371901,0.5247934,0.5206612,0.5206612,0.5165289,0.5123967,0.5123967,0.5041322,0.49586776,0.46694216,0.41735536,0.338843,0.28512397,0.23966943,0.21900827,0.1983471,0.16115703,0.12809917,0.12396694,0.1446281,0.11570248,0.23553719,0.24793388,0.27272728,0.24380165,0.23553719,0.34710744,0.44214877,0.5371901,0.59917355,0.6280992,0.6363636,0.6322314,0.6280992,0.61157024,0.59090906,0.57024795,0.5495868,0.5206612,0.48347107,0.45454547,0.45041323,0.45867768,0.45454547,0.45867768,0.45867768,0.46694216,0.4752066,0.5041322,0.49173555,0.5,0.5206612,0.5247934,0.5661157,0.6198347,0.6404959,0.6446281,0.6280992,0.61157024,0.59504133,0.59090906,0.58677685,0.57438016,0.5661157,0.5661157,0.553719,0.5371901,0.5371901,0.5289256,0.5289256,0.5082645,0.49586776,0.4876033,0.46694216,0.4338843,0.35950413,0.32231405,0.28099173,0.21900827,0.2107438,0.16528925,0.1322314,0.11570248,0.13636364,0.10743801,0.19008264,0.2107438,0.2107438,0.22727273,0.24793388,0.338843,0.42975205,0.5289256,0.59090906,0.6198347,0.6322314,0.62396693,0.61157024,0.59504133,0.59090906,0.57438016,0.57438016,0.5289256,0.5041322,0.48347107,0.45867768,0.46694216,0.46694216,0.47107437,0.46694216,0.4752066,0.4876033,0.5123967,0.5165289,0.53305787,0.5289256,0.53305787,0.57024795,0.62396693,0.6570248,0.6694215,0.6694215,0.6528926,0.6404959,0.62396693,0.6280992,0.60330576,0.59090906,0.58677685,0.58677685,0.57024795,0.55785125,0.5495868,0.5413223,0.5247934,0.5082645,0.4876033,0.46694216,0.44214877,0.40495867,0.35123968,0.30578512,0.2644628,0.23553719,0.1570248,0.12396694,0.12396694,0.12809917,0.11570248,0.16115703,0.16528925,0.16528925,0.17768595,0.23140496,0.3305785,0.42561984,0.5041322,0.5495868,0.5495868,0.54545456,0.54545456,0.5413223,0.5371901,0.5495868,0.54545456,0.5413223,0.5206612,0.49173555,0.47933885,0.45867768,0.45867768,0.45867768,0.47107437,0.47107437,0.47933885,0.49586776,0.5082645,0.53305787,0.53305787,0.5413223,0.55785125,0.57438016,0.61157024,0.6487603,0.661157,0.6652893,0.6570248,0.6487603,0.6487603,0.6404959,0.61570245,0.59917355,0.58264464,0.58264464,0.5661157,0.5495868,0.5371901,0.5289256,0.5206612,0.5,0.49173555,0.46694216,0.45454547,0.42561984,0.36363637,0.35123968,0.30165288,0.25619835,0.16528925,0.12809917,0.12809917,0.12809917,0.11983471,0.11570248,0.15289256,0.16528925,0.19008264,0.2520661,0.3305785,0.37603307,0.4338843,0.46280992,0.44214877,0.40495867,0.38842976,0.3966942,0.42975205,0.43801653,0.4338843,0.43801653,0.446281,0.44214877,0.4338843,0.42975205,0.45454547,0.45041323,0.45454547,0.46694216,0.47107437,0.49586776,0.5082645,0.53305787,0.53305787,0.5495868,0.55785125,0.57024795,0.58677685,0.62396693,0.6322314,0.6322314,0.6198347,0.61157024,0.60330576,0.59090906,0.57438016,0.553719,0.5289256,0.5165289,0.5041322,0.4876033,0.46694216,0.45454547,0.45041323,0.43801653,0.43801653,0.44214877,0.41735536,0.43801653,0.38429752,0.3677686,0.34710744,0.28099173,0.19008264,0.13636364,0.12809917,0.11983471,0.1322314,0.11983471,0.10743801,0.1322314,0.17768595,0.25619835,0.29752067,0.3429752,0.37603307,0.38842976,0.3677686,0.338843,0.2892562,0.2768595,0.29338843,0.3305785,0.3140496,0.30578512,0.338843,0.34710744,0.36363637,0.38016528,0.42561984,0.45041323,0.45041323,0.46694216,0.4876033,0.49586776,0.5123967,0.5206612,0.5247934,0.5247934,0.54545456,0.553719,0.57438016,0.59504133,0.59917355,0.58264464,0.57024795,0.553719,0.5165289,0.49173555,0.4752066,0.446281,0.44214877,0.41735536,0.41322315,0.40082645,0.3966942,0.39256197,0.38016528,0.37603307,0.38429752,0.40495867,0.38842976,0.37190083,0.37603307,0.38016528,0.37603307,0.3264463,0.22727273,0.14876033,0.12809917,0.11570248,0.11983471,0.10330579,0.11157025,0.11983471,0.19008264,0.24380165,0.2768595,0.3264463,0.38429752,0.37190083,0.36363637,0.35950413,0.3305785,0.26859504,0.2520661,0.27272728,0.2603306,0.22727273,0.28512397,0.2768595,0.30578512,0.338843,0.38016528,0.42561984,0.45041323,0.46694216,0.5041322,0.5123967,0.5247934,0.5165289,0.5165289,0.49586776,0.5247934,0.5371901,0.5495868,0.55785125,0.55785125,0.53305787,0.5041322,0.48347107,0.45867768,0.38842976,0.35950413,0.34710744,0.338843,0.3264463,0.338843,0.33471075,0.33471075,0.33471075,0.338843,0.37603307,0.38016528,0.38429752,0.38842976,0.3429752,0.3553719,0.37603307,0.37603307,0.3553719,0.26859504,0.16115703,0.13636364,0.11157025,0.11983471,0.08677686,0.09504132,0.1322314,0.20247933,0.23966943,0.2644628,0.3305785,0.37190083,0.38016528,0.38429752,0.40495867,0.38842976,0.3553719,0.30578512,0.28099173,0.2768595,0.23553719,0.23553719,0.25619835,0.28512397,0.30578512,0.34710744,0.39256197,0.4214876,0.45454547,0.5,0.5247934,0.53305787,0.5123967,0.5041322,0.49173555,0.5082645,0.5289256,0.53305787,0.53305787,0.5165289,0.47933885,0.45454547,0.41322315,0.38016528,0.3264463,0.29752067,0.26859504,0.2603306,0.2520661,0.25619835,0.28512397,0.29752067,0.3429752,0.37190083,0.4090909,0.4090909,0.39256197,0.3966942,0.35123968,0.3553719,0.36363637,0.35123968,0.36363637,0.29338843,0.17768595,0.14049587,0.10743801,0.11157025,0.07024793,0.07438017,0.16115703,0.21487603,0.23140496,0.29752067,0.35950413,0.40495867,0.42975205,0.4338843,0.43801653,0.4338843,0.3966942,0.38429752,0.338843,0.3305785,0.29338843,0.2644628,0.2768595,0.29338843,0.30578512,0.338843,0.3677686,0.38429752,0.42561984,0.47107437,0.5041322,0.5289256,0.5082645,0.5,0.49173555,0.4876033,0.5123967,0.5206612,0.5,0.46280992,0.4338843,0.4090909,0.36363637,0.3305785,0.30578512,0.2603306,0.26859504,0.24380165,0.2520661,0.2603306,0.29752067,0.3553719,0.38842976,0.4338843,0.45041323,0.44214877,0.4214876,0.42561984,0.38842976,0.3677686,0.36363637,0.338843,0.35123968,0.3181818,0.20661157,0.13636364,0.09504132,0.11570248,0.07438017,0.05785124,0.17768595,0.21487603,0.23553719,0.3305785,0.38016528,0.42975205,0.45041323,0.45454547,0.42975205,0.3966942,0.3181818,0.30991736,0.26859504,0.2520661,0.23553719,0.25619835,0.25619835,0.28099173,0.30165288,0.3264463,0.3429752,0.338843,0.38429752,0.42561984,0.47107437,0.5247934,0.5206612,0.5082645,0.49173555,0.4876033,0.49173555,0.49586776,0.45867768,0.4214876,0.38842976,0.3553719,0.33471075,0.3140496,0.29752067,0.28512397,0.28099173,0.25619835,0.23966943,0.23553719,0.23966943,0.2603306,0.28512397,0.35123968,0.3966942,0.43801653,0.45454547,0.45041323,0.4338843,0.3966942,0.39256197,0.3677686,0.3264463,0.3264463,0.25619835,0.1570248,0.09090909,0.11157025,0.07438017,0.05785124,0.17355372,0.23553719,0.2603306,0.34710744,0.3966942,0.43801653,0.4338843,0.40082645,0.338843,0.2768595,0.26859504,0.27272728,0.20661157,0.19008264,0.1446281,0.1694215,0.18181819,0.23140496,0.27272728,0.29338843,0.3181818,0.32231405,0.33471075,0.37190083,0.42975205,0.5123967,0.54545456,0.53305787,0.5123967,0.5082645,0.49173555,0.4752066,0.42561984,0.38842976,0.3429752,0.3140496,0.30991736,0.29752067,0.29338843,0.2644628,0.24793388,0.23553719,0.23140496,0.23553719,0.1983471,0.14876033,0.16115703,0.18181819,0.24793388,0.2603306,0.3677686,0.4214876,0.44214877,0.4214876,0.4214876,0.38842976,0.3429752,0.3429752,0.29752067,0.18595041,0.09917355,0.09917355,0.08264463,0.05785124,0.17355372,0.26859504,0.30165288,0.3553719,0.4090909,0.4214876,0.38016528,0.3181818,0.2520661,0.28099173,0.39256197,0.39256197,0.18595041,0.24793388,0.14876033,0.11570248,0.14876033,0.22727273,0.2603306,0.2603306,0.2644628,0.29338843,0.2768595,0.32231405,0.3553719,0.49173555,0.57438016,0.58677685,0.56198347,0.56198347,0.5371901,0.47933885,0.40495867,0.3429752,0.30578512,0.2892562,0.29338843,0.28099173,0.27272728,0.2644628,0.2603306,0.2768595,0.3264463,0.26859504,0.20661157,0.11983471,0.16115703,0.1446281,0.23140496,0.2520661,0.23553719,0.30165288,0.41735536,0.4214876,0.4214876,0.40082645,0.3677686,0.34710744,0.3429752,0.21487603,0.11157025,0.09090909,0.0785124,0.049586777,0.20661157,0.3140496,0.338843,0.38016528,0.42561984,0.40495867,0.3264463,0.28512397,0.28099173,0.41322315,0.54545456,0.47933885,0.23966943,0.24380165,0.1983471,0.12809917,0.1570248,0.2644628,0.30578512,0.29752067,0.2768595,0.27272728,0.2892562,0.26859504,0.29338843,0.44214877,0.60330576,0.6652893,0.6446281,0.6322314,0.59090906,0.49586776,0.3966942,0.3140496,0.29338843,0.2892562,0.29338843,0.28512397,0.30165288,0.30165288,0.30578512,0.36363637,0.42561984,0.3181818,0.24793388,0.1694215,0.23966943,0.21900827,0.2107438,0.35123968,0.2644628,0.23966943,0.30578512,0.41735536,0.42561984,0.42561984,0.39256197,0.36363637,0.37190083,0.2892562,0.11157025,0.08264463,0.09090909,0.049586777,0.2603306,0.36363637,0.38429752,0.4090909,0.42561984,0.37603307,0.29752067,0.338843,0.39256197,0.5123967,0.59917355,0.5371901,0.35123968,0.23140496,0.20247933,0.16115703,0.21900827,0.338843,0.37190083,0.30165288,0.29752067,0.3140496,0.30165288,0.2768595,0.26859504,0.38429752,0.60330576,0.7107438,0.71900827,0.69008267,0.6446281,0.5165289,0.3966942,0.3264463,0.29752067,0.3181818,0.32231405,0.338843,0.3429752,0.3429752,0.36363637,0.4090909,0.46694216,0.38842976,0.25619835,0.20661157,0.1694215,0.20247933,0.24380165,0.41735536,0.35950413,0.30165288,0.25619835,0.36363637,0.4338843,0.44214877,0.42975205,0.38429752,0.37190083,0.3429752,0.16115703,0.08677686,0.09090909,0.07024793,0.3264463,0.40495867,0.42975205,0.4338843,0.41735536,0.36363637,0.3140496,0.42975205,0.4876033,0.553719,0.59090906,0.59090906,0.4752066,0.34710744,0.28512397,0.28099173,0.3677686,0.44214877,0.42561984,0.35950413,0.29752067,0.32231405,0.35950413,0.3140496,0.28099173,0.4214876,0.60330576,0.7231405,0.75619835,0.72727275,0.661157,0.5247934,0.41322315,0.35950413,0.35123968,0.3553719,0.38016528,0.36363637,0.39256197,0.37603307,0.40082645,0.44214877,0.49173555,0.4876033,0.37603307,0.2768595,0.21900827,0.27272728,0.37603307,0.43801653,0.4338843,0.36363637,0.2892562,0.32231405,0.4214876,0.446281,0.43801653,0.41322315,0.38016528,0.3966942,0.19008264,0.10743801,0.08264463,0.10330579,0.39256197,0.45454547,0.46280992,0.45867768,0.4090909,0.38429752,0.37603307,0.46280992,0.5495868,0.58264464,0.59090906,0.607438,0.5661157,0.49586776,0.45867768,0.45867768,0.5041322,0.5041322,0.45867768,0.41735536,0.37190083,0.35123968,0.446281,0.39256197,0.38016528,0.5,0.60330576,0.71487606,0.74793386,0.72727275,0.6735537,0.5661157,0.4338843,0.39256197,0.38842976,0.42975205,0.4214876,0.37603307,0.40495867,0.38842976,0.4214876,0.48347107,0.5247934,0.5495868,0.5165289,0.4214876,0.38016528,0.41735536,0.48347107,0.4752066,0.47107437,0.40495867,0.338843,0.3429752,0.40495867,0.43801653,0.45041323,0.42561984,0.42561984,0.41322315,0.28099173,0.12396694,0.09090909,0.11983471,0.43801653,0.4876033,0.49586776,0.49173555,0.45867768,0.45454547,0.4876033,0.45041323,0.5082645,0.59504133,0.6363636,0.6322314,0.6404959,0.6198347,0.61570245,0.607438,0.58677685,0.5495868,0.49586776,0.4876033,0.45867768,0.47107437,0.49173555,0.48347107,0.5,0.56198347,0.6487603,0.7231405,0.75206614,0.72727275,0.69008267,0.5785124,0.4876033,0.43801653,0.42975205,0.46280992,0.45867768,0.45041323,0.47107437,0.46280992,0.47933885,0.5289256,0.55785125,0.5661157,0.5661157,0.5371901,0.5165289,0.5041322,0.5123967,0.5,0.47107437,0.4090909,0.38016528,0.38016528,0.40495867,0.4338843,0.45454547,0.446281,0.44214877,0.4338843,0.3429752,0.18595041,0.08264463,0.17768595,0.4752066,0.5165289,0.53305787,0.5371901,0.5247934,0.5165289,0.5495868,0.4876033,0.45041323,0.49173555,0.56198347,0.57024795,0.59504133,0.58677685,0.59917355,0.58677685,0.55785125,0.5206612,0.48347107,0.49586776,0.4876033,0.5206612,0.53305787,0.5495868,0.55785125,0.59504133,0.677686,0.74380165,0.75206614,0.7355372,0.6983471,0.607438,0.49586776,0.49173555,0.45867768,0.47107437,0.4752066,0.4752066,0.49173555,0.4876033,0.49173555,0.5165289,0.53305787,0.5371901,0.5247934,0.5165289,0.5,0.5,0.46280992,0.45454547,0.42975205,0.4214876,0.4338843,0.42561984,0.41735536,0.446281,0.45867768,0.46694216,0.45454547,0.45041323,0.38842976,0.24380165,0.09504132,0.21900827,0.4876033,0.5413223,0.57024795,0.5785124,0.58264464,0.5785124,0.58264464,0.5495868,0.4752066,0.45867768,0.47107437,0.4752066,0.47933885,0.47933885,0.47933885,0.46280992,0.45454547,0.446281,0.446281,0.46280992,0.48347107,0.53305787,0.58264464,0.59090906,0.5785124,0.61157024,0.7066116,0.76033056,0.75206614,0.72727275,0.7066116,0.61570245,0.5082645,0.5082645,0.5123967,0.5206612,0.5,0.49586776,0.48347107,0.46280992,0.446281,0.44214877,0.45041323,0.45454547,0.45454547,0.446281,0.45454547,0.45041323,0.4338843,0.4338843,0.4338843,0.45041323,0.46694216,0.45867768,0.45041323,0.47107437,0.47107437,0.4876033,0.47107437,0.46280992,0.41735536,0.30165288,0.09504132,0.26859504,0.5,0.54545456,0.58677685,0.607438,0.6322314,0.62396693,0.58677685,0.58677685,0.5495868,0.5,0.47107437,0.46280992,0.43801653,0.42975205,0.41322315,0.42561984,0.446281,0.45867768,0.46280992,0.48347107,0.5206612,0.58677685,0.6280992,0.60330576,0.58677685,0.6198347,0.72727275,0.7768595,0.74380165,0.7231405,0.7107438,0.61570245,0.5041322,0.5082645,0.553719,0.57438016,0.5661157,0.55785125,0.5289256,0.49586776,0.46280992,0.446281,0.42975205,0.40082645,0.4090909,0.41735536,0.4338843,0.4214876,0.45041323,0.446281,0.46280992,0.47107437,0.47933885,0.47933885,0.48347107,0.49586776,0.49586776,0.5,0.47933885,0.46280992,0.42975205,0.3429752,0.11570248,0.2768595,0.5,0.553719,0.59090906,0.61570245,0.661157,0.6570248,0.62396693,0.57024795,0.55785125,0.5206612,0.5123967,0.4876033,0.4752066,0.46280992,0.47107437,0.47933885,0.4752066,0.4876033,0.4876033,0.5,0.58264464,0.6280992,0.62396693,0.59090906,0.58264464,0.62396693,0.7231405,0.78099173,0.74793386,0.72727275,0.6942149,0.58677685,0.49173555,0.49173555,0.55785125,0.59917355,0.6198347,0.61157024,0.58677685,0.5495868,0.5165289,0.5041322,0.48347107,0.47933885,0.46280992,0.45041323,0.446281,0.47107437,0.4752066,0.4752066,0.49173555,0.49586776,0.5,0.5041322,0.5041322,0.5165289,0.5165289,0.5,0.4876033,0.45867768,0.44214877,0.3677686,0.11983471,0.2603306,0.49173555,0.553719,0.58264464,0.62396693,0.6694215,0.6694215,0.6446281,0.58264464,0.57438016,0.553719,0.5495868,0.53305787,0.5206612,0.5082645,0.5041322,0.5,0.48347107,0.49173555,0.5082645,0.5661157,0.62396693,0.6280992,0.59504133,0.57438016,0.57024795,0.61157024,0.7107438,0.7768595,0.74793386,0.7231405,0.6735537,0.57438016,0.47933885,0.49173555,0.54545456,0.58677685,0.6198347,0.6322314,0.61157024,0.58264464,0.55785125,0.5371901,0.5165289,0.5123967,0.53305787,0.5206612,0.5165289,0.5247934,0.5165289,0.5082645,0.5082645,0.5082645,0.5123967,0.5289256,0.53305787,0.5371901,0.5371901,0.5041322,0.4876033,0.46694216,0.44214877,0.37190083,0.11983471,0.23966943,0.47107437,0.5413223,0.5785124,0.6363636,0.6570248,0.677686,0.6652893,0.6280992,0.61570245,0.59504133,0.58677685,0.58264464,0.5495868,0.5206612,0.5,0.49586776,0.47933885,0.5123967,0.58677685,0.6322314,0.6280992,0.61157024,0.5661157,0.55785125,0.5661157,0.61157024,0.70247936,0.76859504,0.74380165,0.71900827,0.661157,0.57024795,0.49173555,0.49586776,0.5123967,0.553719,0.59504133,0.6322314,0.6280992,0.61157024,0.59090906,0.57438016,0.54545456,0.5289256,0.57024795,0.57438016,0.57438016,0.5785124,0.56198347,0.5413223,0.5371901,0.5247934,0.5371901,0.5661157,0.5661157,0.55785125,0.54545456,0.5082645,0.4876033,0.46694216,0.4338843,0.35950413,0.11983471,0.21900827,0.42561984,0.5247934,0.5661157,0.61570245,0.6404959,0.6528926,0.6528926,0.6280992,0.6198347,0.607438,0.59917355,0.58677685,0.56198347,0.53305787,0.5123967,0.5123967,0.5165289,0.5785124,0.6363636,0.6363636,0.62396693,0.5785124,0.56198347,0.553719,0.56198347,0.61157024,0.7066116,0.7644628,0.73966944,0.7066116,0.6446281,0.5661157,0.5041322,0.48347107,0.49586776,0.5247934,0.55785125,0.607438,0.6198347,0.6198347,0.61570245,0.607438,0.57024795,0.56198347,0.57024795,0.59917355,0.59917355,0.607438,0.60330576,0.5785124,0.5661157,0.553719,0.57024795,0.58264464,0.59090906,0.57024795,0.553719,0.5165289,0.48347107,0.45867768,0.4214876,0.3305785,0.12396694,0.20247933,0.38842976,0.5041322,0.5413223,0.58264464,0.61157024,0.61570245,0.61570245,0.59504133,0.59917355,0.59504133,0.58264464,0.5785124,0.55785125,0.5495868,0.5371901,0.56198347,0.59090906,0.6280992,0.6363636,0.62396693,0.59917355,0.5661157,0.5495868,0.55785125,0.5785124,0.62396693,0.7107438,0.76859504,0.7355372,0.69008267,0.6363636,0.57024795,0.5165289,0.48347107,0.47933885,0.5041322,0.53305787,0.57438016,0.59504133,0.607438,0.62396693,0.6404959,0.62396693,0.59917355,0.58677685,0.59090906,0.59504133,0.607438,0.607438,0.58677685,0.5785124,0.58264464,0.58677685,0.60330576,0.60330576,0.57438016,0.5495868,0.5,0.47107437,0.446281,0.41322315,0.30578512,0.1322314,0.19008264,0.3553719,0.47107437,0.5206612,0.54545456,0.57438016,0.57438016,0.57438016,0.5661157,0.5661157,0.5661157,0.5661157,0.5661157,0.55785125,0.56198347,0.5785124,0.607438,0.62396693,0.6363636,0.61570245,0.59090906,0.58677685,0.553719,0.5413223,0.57438016,0.607438,0.6570248,0.7355372,0.76859504,0.7355372,0.677686,0.6322314,0.607438,0.5289256,0.49173555,0.47107437,0.47933885,0.5041322,0.5413223,0.5661157,0.58264464,0.607438,0.6363636,0.6487603,0.6322314,0.61157024,0.59917355,0.59504133,0.59090906,0.5785124,0.5661157,0.56198347,0.57438016,0.58677685,0.59090906,0.58677685,0.55785125,0.5247934,0.4752066,0.45867768,0.4338843,0.39256197,0.28512397,0.14049587,0.18181819,0.33471075,0.45041323,0.49586776,0.5123967,0.5413223,0.5371901,0.553719,0.5371901,0.5413223,0.54545456,0.5495868,0.553719,0.55785125,0.5661157,0.60330576,0.6280992,0.61570245,0.6198347,0.6198347,0.5785124,0.5661157,0.53305787,0.53305787,0.59504133,0.62396693,0.6694215,0.74380165,0.77272725,0.73140496,0.6694215,0.6446281,0.6280992,0.55785125,0.49173555,0.45454547,0.45454547,0.47933885,0.5165289,0.5371901,0.5661157,0.59090906,0.61570245,0.6446281,0.6363636,0.6280992,0.61570245,0.59504133,0.5785124,0.5495868,0.54545456,0.553719,0.57024795,0.5661157,0.5785124,0.5413223,0.5247934,0.5,0.446281,0.446281,0.42561984,0.38016528,0.25619835,0.20661157,0.17768595,0.30578512,0.43801653,0.47107437,0.49586776,0.5041322,0.5082645,0.5247934,0.5041322,0.5123967,0.5289256,0.5371901,0.553719,0.57024795,0.5785124,0.61157024,0.62396693,0.61570245,0.59917355,0.59504133,0.57438016,0.5495868,0.5041322,0.54545456,0.607438,0.6363636,0.6818182,0.75206614,0.78512394,0.7355372,0.677686,0.661157,0.6363636,0.57438016,0.49173555,0.446281,0.4338843,0.46280992,0.5,0.5206612,0.56198347,0.57438016,0.60330576,0.6446281,0.6446281,0.6363636,0.6198347,0.59917355,0.58264464,0.56198347,0.5495868,0.553719,0.5495868,0.5371901,0.54545456,0.5165289,0.4876033,0.46694216,0.44214877,0.4338843,0.4090909,0.37603307,0.2231405,0.34710744,0.2603306,0.30165288,0.42975205,0.46694216,0.4752066,0.47107437,0.4876033,0.5041322,0.49586776,0.5041322,0.5165289,0.5289256,0.56198347,0.58264464,0.59090906,0.61570245,0.6198347,0.61570245,0.59090906,0.57438016,0.55785125,0.5206612,0.49173555,0.56198347,0.61570245,0.6487603,0.6983471,0.7644628,0.7768595,0.7355372,0.677686,0.6652893,0.6363636,0.57024795,0.49173555,0.44214877,0.42975205,0.43801653,0.4752066,0.5123967,0.56198347,0.5661157,0.60330576,0.6322314,0.6363636,0.62396693,0.607438,0.59917355,0.59090906,0.57024795,0.553719,0.5371901,0.5165289,0.5041322,0.5,0.48347107,0.45041323,0.446281,0.43801653,0.42975205,0.41735536,0.37190083,0.2644628,0.5,0.45454547,0.3305785,0.42561984,0.45867768,0.45867768,0.45041323,0.46694216,0.48347107,0.4876033,0.5,0.5206612,0.5289256,0.55785125,0.58264464,0.59917355,0.62396693,0.61570245,0.607438,0.59090906,0.57438016,0.5371901,0.5123967,0.5082645,0.5785124,0.61157024,0.6446281,0.6983471,0.75206614,0.75206614,0.7066116,0.6528926,0.6652893,0.61157024,0.57024795,0.5041322,0.45867768,0.42975205,0.41322315,0.45041323,0.5123967,0.55785125,0.57024795,0.58677685,0.6198347,0.61157024,0.60330576,0.5785124,0.5785124,0.58264464,0.55785125,0.5247934,0.5,0.47933885,0.47107437,0.45867768,0.45041323,0.45454547,0.44214877,0.4338843,0.42561984,0.41322315,0.38842976,0.37190083,0.5661157,0.56198347,0.40495867,0.4338843,0.46694216,0.45454547,0.45041323,0.446281,0.45041323,0.46280992,0.47107437,0.49586776,0.5165289,0.5413223,0.57438016,0.59090906,0.59917355,0.607438,0.59917355,0.59917355,0.5661157,0.5371901,0.5247934,0.5413223,0.58264464,0.61157024,0.6404959,0.6735537,0.70247936,0.70247936,0.6694215,0.6322314,0.6446281,0.59917355,0.54545456,0.4876033,0.49173555,0.47933885,0.41735536,0.43801653,0.5041322,0.5289256,0.58264464,0.57024795,0.607438,0.60330576,0.59917355,0.5785124,0.5661157,0.56198347,0.53305787,0.4876033,0.46694216,0.45867768,0.446281,0.44214877,0.43801653,0.43801653,0.43801653,0.42975205,0.42561984,0.4214876,0.39256197,0.40495867,0.61570245,0.59090906,0.43801653,0.42975205,0.46280992,0.46694216,0.45041323,0.43801653,0.4214876,0.43801653,0.43801653,0.46280992,0.5,0.5082645,0.5413223,0.5661157,0.5785124,0.58264464,0.59090906,0.60330576,0.57024795,0.54545456,0.53305787,0.54545456,0.56198347,0.59090906,0.62396693,0.6404959,0.6404959,0.6404959,0.6363636,0.59090906,0.60330576,0.55785125,0.5206612,0.48347107,0.4876033,0.5289256,0.43801653,0.4214876,0.48347107,0.53305787,0.5785124,0.57024795,0.607438,0.58677685,0.5785124,0.5661157,0.5495868,0.5371901,0.5123967,0.47933885,0.45041323,0.4338843,0.4338843,0.4338843,0.42561984,0.42975205,0.4338843,0.4338843,0.4338843,0.4214876,0.40082645,0.41322315,0.6446281,0.59504133,0.45867768,0.42561984,0.45867768,0.46694216,0.45454547,0.43801653,0.4338843,0.41735536,0.4214876,0.44214877,0.46694216,0.49173555,0.5289256,0.55785125,0.57438016,0.57438016,0.59090906,0.59917355,0.57438016,0.55785125,0.5289256,0.5123967,0.5165289,0.54545456,0.57438016,0.58677685,0.58677685,0.57438016,0.57024795,0.5495868,0.53305787,0.5041322,0.47107437,0.45454547,0.4752066,0.5123967,0.45867768,0.42561984,0.4752066,0.53305787,0.55785125,0.57438016,0.59090906,0.57438016,0.56198347,0.56198347,0.5371901,0.5082645,0.48347107,0.45867768,0.43801653,0.4090909,0.42975205,0.42975205,0.4214876,0.42975205,0.4338843,0.44214877,0.43801653,0.4214876,0.3966942,0.41322315,0.61157024,0.57438016,0.48347107,0.4338843,0.46694216,0.46280992,0.45041323,0.44214877,0.4338843,0.42561984,0.4214876,0.4214876,0.44214877,0.4876033,0.5247934,0.54545456,0.58264464,0.58677685,0.59917355,0.59917355,0.58677685,0.57438016,0.5123967,0.446281,0.4338843,0.45454547,0.48347107,0.48347107,0.5,0.49173555,0.46694216,0.45867768,0.43801653,0.42975205,0.4090909,0.41735536,0.44214877,0.4752066,0.45041323,0.4214876,0.4752066,0.5413223,0.54545456,0.57438016,0.5785124,0.5661157,0.553719,0.5371901,0.5165289,0.48347107,0.45867768,0.42975205,0.40495867,0.41322315,0.41322315,0.41735536,0.42561984,0.42975205,0.44214877,0.45454547,0.4338843,0.4214876,0.39256197,0.40495867,0.62396693,0.59504133,0.53305787,0.47933885,0.46280992,0.45867768,0.43801653,0.44214877,0.42975205,0.4338843,0.43801653,0.43801653,0.46280992,0.5,0.53305787,0.553719,0.58677685,0.58264464,0.59090906,0.59917355,0.59504133,0.59090906,0.5,0.40082645,0.3553719,0.3429752,0.38429752,0.38842976,0.4090909,0.40082645,0.37603307,0.36363637,0.35950413,0.3553719,0.34710744,0.3677686,0.40495867,0.42975205,0.42975205,0.42975205,0.4876033,0.5206612,0.55785125,0.56198347,0.57024795,0.55785125,0.5371901,0.5247934,0.4876033,0.45867768,0.42975205,0.41322315,0.3966942,0.41322315,0.4214876,0.41322315,0.42975205,0.42975205,0.43801653,0.44214877,0.4338843,0.41735536,0.38842976,0.41322315,0.6735537,0.6528926,0.62396693,0.5371901,0.45867768,0.46280992,0.43801653,0.43801653,0.4214876,0.43801653,0.45041323,0.47107437,0.49173555,0.5247934,0.5495868,0.5661157,0.5661157,0.59504133,0.60330576,0.607438,0.59917355,0.61570245,0.5413223,0.4090909,0.29338843,0.21900827,0.28512397,0.338843,0.34710744,0.35123968,0.3429752,0.30991736,0.30165288,0.27272728,0.2520661,0.28512397,0.34710744,0.40082645,0.40495867,0.4338843,0.49586776,0.5371901,0.5495868,0.56198347,0.55785125,0.5413223,0.53305787,0.5041322,0.4752066,0.45041323,0.42561984,0.41735536,0.4090909,0.4090909,0.39256197,0.41322315,0.42561984,0.4338843,0.42975205,0.4338843,0.4214876,0.41322315,0.39256197,0.4338843,0.6735537,0.6694215,0.6528926,0.57024795,0.46280992,0.46280992,0.446281,0.42975205,0.42561984,0.4338843,0.46280992,0.48347107,0.5123967,0.5413223,0.553719,0.56198347,0.5785124,0.59917355,0.60330576,0.61157024,0.6198347,0.62396693,0.62396693,0.5,0.32231405,0.21900827,0.23966943,0.28512397,0.30578512,0.3140496,0.3140496,0.28512397,0.2644628,0.24380165,0.2107438,0.2231405,0.29338843,0.37603307,0.40495867,0.44214877,0.49586776,0.54545456,0.54545456,0.553719,0.55785125,0.5413223,0.53305787,0.5082645,0.47107437,0.44214877,0.4338843,0.42561984,0.4214876,0.3966942,0.4090909,0.40495867,0.42561984,0.4214876,0.42975205,0.42561984,0.4214876,0.41735536,0.38429752,0.42561984,0.61157024,0.62396693,0.61157024,0.5247934,0.45041323,0.46280992,0.45041323,0.42561984,0.42975205,0.42975205,0.46280992,0.49173555,0.5206612,0.5371901,0.55785125,0.57438016,0.59090906,0.59090906,0.60330576,0.607438,0.6198347,0.6280992,0.6322314,0.5413223,0.34710744,0.2520661,0.27272728,0.28512397,0.27272728,0.28512397,0.28512397,0.27272728,0.2768595,0.26859504,0.24793388,0.24380165,0.32231405,0.39256197,0.42561984,0.45041323,0.49173555,0.5413223,0.55785125,0.54545456,0.55785125,0.5371901,0.53305787,0.5041322,0.47933885,0.45041323,0.4338843,0.43801653,0.42561984,0.41735536,0.4090909,0.40495867,0.4214876,0.41322315,0.4214876,0.41322315,0.4214876,0.41735536,0.35950413,0.38429752,0.5165289,0.53305787,0.5082645,0.42561984,0.42975205,0.45867768,0.45454547,0.44214877,0.43801653,0.44214877,0.46280992,0.49586776,0.5247934,0.5371901,0.56198347,0.5785124,0.59917355,0.60330576,0.61157024,0.61157024,0.6322314,0.6363636,0.6322314,0.57024795,0.40495867,0.32231405,0.29338843,0.30578512,0.30578512,0.29752067,0.29752067,0.29338843,0.32231405,0.3264463,0.3181818,0.34710744,0.3966942,0.43801653,0.45041323,0.46280992,0.48347107,0.5371901,0.55785125,0.55785125,0.5495868,0.5413223,0.5289256,0.5041322,0.4876033,0.45041323,0.44214877,0.43801653,0.4338843,0.4214876,0.4090909,0.40495867,0.40495867,0.40495867,0.4090909,0.41322315,0.41322315,0.4090909,0.3305785,0.3305785,0.4214876,0.4338843,0.41735536,0.38016528,0.4090909,0.45454547,0.46694216,0.45867768,0.45041323,0.45454547,0.47107437,0.49586776,0.5247934,0.5413223,0.553719,0.5785124,0.60330576,0.59917355,0.607438,0.61570245,0.6322314,0.6446281,0.6363636,0.607438,0.49586776,0.40495867,0.33471075,0.3264463,0.3305785,0.3429752,0.3305785,0.338843,0.37603307,0.38842976,0.3966942,0.41735536,0.44214877,0.45454547,0.46694216,0.46280992,0.47107437,0.5289256,0.553719,0.56198347,0.54545456,0.5289256,0.5165289,0.5041322,0.47933885,0.45454547,0.43801653,0.446281,0.42975205,0.42561984,0.3966942,0.39256197,0.40495867,0.4090909,0.41322315,0.41322315,0.4214876,0.40495867,0.28099173,0.2520661,0.3966942,0.3966942,0.38842976,0.38429752,0.38842976,0.44214877,0.46694216,0.45867768,0.46280992,0.47107437,0.4752066,0.4876033,0.5123967,0.5371901,0.5495868,0.5785124,0.59090906,0.59504133,0.607438,0.607438,0.6198347,0.62396693,0.61570245,0.60330576,0.54545456,0.47107437,0.3966942,0.3677686,0.34710744,0.36363637,0.3429752,0.3429752,0.37190083,0.3966942,0.41735536,0.4338843,0.446281,0.45041323,0.446281,0.46694216,0.47107437,0.5165289,0.553719,0.56198347,0.5413223,0.5041322,0.49173555,0.48347107,0.47107437,0.46280992,0.44214877,0.44214877,0.43801653,0.4090909,0.38842976,0.38842976,0.3966942,0.40495867,0.41322315,0.41322315,0.4090909,0.38842976,0.23553719,0.2107438,0.3677686,0.3966942,0.39256197,0.38842976,0.37190083,0.41735536,0.446281,0.45867768,0.47107437,0.48347107,0.48347107,0.47933885,0.5,0.5247934,0.5495868,0.56198347,0.5785124,0.58264464,0.59090906,0.59917355,0.59917355,0.59917355,0.59090906,0.5785124,0.55785125,0.5165289,0.46694216,0.42561984,0.37603307,0.37603307,0.34710744,0.338843,0.36363637,0.40495867,0.40495867,0.41322315,0.42561984,0.42975205,0.41322315,0.45041323,0.45454547,0.5082645,0.55785125,0.56198347,0.5413223,0.5,0.4752066,0.4752066,0.46280992,0.45041323,0.44214877,0.43801653,0.43801653,0.41735536,0.38842976,0.38429752,0.3966942,0.4090909,0.41735536,0.4214876,0.41735536,0.35123968,0.2107438,0.22727273,0.38016528,0.37603307,0.39256197,0.38429752,0.38429752,0.38842976,0.4338843,0.45041323,0.4752066,0.49173555,0.49586776,0.5,0.48347107,0.5165289,0.53305787,0.5371901,0.55785125,0.56198347,0.56198347,0.57024795,0.57438016,0.5661157,0.56198347,0.553719,0.553719,0.53305787,0.5165289,0.49173555,0.446281,0.4090909,0.35950413,0.3305785,0.3553719,0.39256197,0.40082645,0.41322315,0.40495867,0.41322315,0.40495867,0.4338843,0.4214876,0.4752066,0.5165289,0.5206612,0.5082645,0.5,0.47107437,0.46694216,0.45041323,0.45041323,0.43801653,0.4338843,0.43801653,0.41735536,0.38429752,0.38429752,0.40082645,0.4090909,0.4090909,0.41735536,0.40082645,0.30578512,0.20661157,0.22727273,0.38842976,0.38842976,0.38429752,0.38842976,0.3966942,0.38842976,0.39256197,0.446281,0.47107437,0.5,0.5,0.5041322,0.49173555,0.5,0.5123967,0.5206612,0.5206612,0.53305787,0.5289256,0.53305787,0.5289256,0.5247934,0.5206612,0.5371901,0.553719,0.553719,0.553719,0.553719,0.5082645,0.45454547,0.40082645,0.35950413,0.37190083,0.41322315,0.41735536,0.4214876,0.41735536,0.41322315,0.3966942,0.41735536,0.41735536,0.4338843,0.45454547,0.45454547,0.46280992,0.47107437,0.446281,0.446281,0.43801653,0.44214877,0.42975205,0.4338843,0.44214877,0.41735536,0.3966942,0.40082645,0.40495867,0.4090909,0.40082645,0.40495867,0.38016528,0.2603306,0.20247933,0.22727273,0.38016528,0.38842976,0.38842976,0.3966942,0.39256197,0.38842976,0.38429752,0.4090909,0.46280992,0.4876033,0.5082645,0.5041322,0.4876033,0.5082645,0.49173555,0.49586776,0.4876033,0.49173555,0.4752066,0.4752066,0.47107437,0.4752066,0.48347107,0.5082645,0.5289256,0.5165289,0.49173555,0.5123967,0.5,0.47933885,0.45041323,0.40082645,0.38016528,0.3966942,0.41735536,0.4214876,0.42975205,0.4090909,0.3966942,0.40495867,0.40082645,0.4090909,0.41322315,0.41322315,0.4214876,0.44214877,0.42561984,0.4338843,0.42975205,0.42975205,0.42561984,0.42975205,0.4338843,0.4214876,0.41735536,0.41735536,0.41735536,0.40495867,0.3966942,0.38842976,0.32231405,0.21487603,0.2107438,0.2231405,0.38842976,0.38429752,0.39256197,0.39256197,0.39256197,0.39256197,0.38016528,0.3966942,0.45454547,0.49586776,0.5082645,0.5041322,0.5041322,0.5123967,0.49586776,0.47107437,0.45867768,0.42561984,0.40082645,0.39256197,0.39256197,0.39256197,0.40082645,0.40082645,0.3966942,0.38429752,0.34710744,0.34710744,0.37603307,0.4090909,0.42561984,0.37190083,0.3264463,0.3181818,0.338843,0.36363637,0.38842976,0.38429752,0.39256197,0.37603307,0.39256197,0.38429752,0.3966942,0.3966942,0.40495867,0.41735536,0.41322315,0.41735536,0.42975205,0.42561984,0.43801653,0.42975205,0.43801653,0.42561984,0.4214876,0.41735536,0.4090909,0.40495867,0.38016528,0.3429752,0.24793388,0.2107438,0.2107438,0.2231405,0.38842976,0.38016528,0.38842976,0.38016528,0.39256197,0.39256197,0.38429752,0.37603307,0.4214876,0.47933885,0.5123967,0.5,0.5041322,0.49586776,0.49586776,0.46694216,0.42561984,0.37190083,0.32231405,0.28099173,0.2768595,0.26859504,0.2768595,0.2644628,0.2644628,0.27272728,0.2520661,0.25619835,0.27272728,0.30165288,0.3140496,0.2768595,0.25619835,0.24793388,0.26859504,0.2603306,0.30578512,0.30578512,0.33471075,0.32231405,0.34710744,0.33471075,0.3553719,0.3677686,0.39256197,0.41735536,0.41735536,0.41735536,0.41735536,0.41735536,0.4338843,0.42975205,0.44214877,0.4338843,0.4214876,0.41322315,0.3966942,0.38016528,0.338843,0.26859504,0.21487603,0.21900827,0.2107438,0.21487603,0.39256197,0.37603307,0.38429752,0.38429752,0.38842976,0.39256197,0.39256197,0.38429752,0.38842976,0.45454547,0.5082645,0.5123967,0.4876033,0.4876033,0.49173555,0.46280992,0.39256197,0.3429752,0.30991736,0.28512397,0.28099173,0.23966943,0.23553719,0.2231405,0.23140496,0.23140496,0.23553719,0.23553719,0.23966943,0.24380165,0.23966943,0.22727273,0.21900827,0.2107438,0.2231405,0.20661157,0.23140496,0.22727273,0.24793388,0.23140496,0.2603306,0.25619835,0.29338843,0.3264463,0.34710744,0.38429752,0.4090909,0.41322315,0.42561984,0.42975205,0.42561984,0.4338843,0.45041323,0.4338843,0.42561984,0.41322315,0.39256197,0.33471075,0.2768595,0.21900827,0.21487603,0.21900827,0.21900827,0.2107438,0.38842976,0.37603307,0.38429752,0.39256197,0.38842976,0.38842976,0.3966942,0.40495867,0.37603307,0.42975205,0.5041322,0.5041322,0.48347107,0.46280992,0.4752066,0.44214877,0.3966942,0.35950413,0.35123968,0.38429752,0.41322315,0.3966942,0.37603307,0.338843,0.35123968,0.36363637,0.38016528,0.35950413,0.3305785,0.2892562,0.2520661,0.23553719,0.23140496,0.21900827,0.2231405,0.23140496,0.24380165,0.23966943,0.24380165,0.23966943,0.25619835,0.28099173,0.29338843,0.30578512,0.32231405,0.37190083,0.39256197,0.4090909,0.4214876,0.42561984,0.41322315,0.4338843,0.44214877,0.44214877,0.4214876,0.41322315,0.3553719,0.2603306,0.2231405,0.2107438,0.2107438,0.21900827,0.2107438,0.21487603,0.38016528,0.38429752,0.38429752,0.39256197,0.39256197,0.38429752,0.39256197,0.39256197,0.38842976,0.39256197,0.48347107,0.49586776,0.4752066,0.45454547,0.45041323,0.42975205,0.41735536,0.40495867,0.42975205,0.44214877,0.48347107,0.4752066,0.49173555,0.45041323,0.42561984,0.41735536,0.45867768,0.47107437,0.46694216,0.4338843,0.37603307,0.3429752,0.3305785,0.33471075,0.3181818,0.30578512,0.30578512,0.29338843,0.30578512,0.30165288,0.33471075,0.3677686,0.36363637,0.35123968,0.3429752,0.37190083,0.38429752,0.4090909,0.41322315,0.41735536,0.42561984,0.43801653,0.44214877,0.43801653,0.41735536,0.40495867,0.33471075,0.2231405,0.20661157,0.21900827,0.19421488,0.23140496,0.1983471,0.2231405,0.38429752,0.38429752,0.38016528,0.38429752,0.39256197,0.38842976,0.38842976,0.3966942,0.3966942,0.38016528,0.43801653,0.48347107,0.47933885,0.45041323,0.42561984,0.41322315,0.41735536,0.42561984,0.44214877,0.446281,0.43801653,0.4338843,0.43801653,0.45041323,0.43801653,0.39256197,0.38016528,0.40495867,0.4090909,0.41735536,0.40495867,0.37190083,0.35950413,0.36363637,0.3305785,0.3181818,0.30578512,0.32231405,0.33471075,0.33471075,0.3677686,0.38429752,0.38016528,0.3677686,0.36363637,0.3677686,0.38016528,0.3966942,0.4090909,0.41735536,0.42975205,0.43801653,0.43801653,0.42975205,0.41322315,0.41322315,0.3181818,0.20247933,0.2107438,0.2231405,0.1983471,0.23140496,0.1983471,0.21487603,0.38429752,0.38842976,0.38429752,0.38429752,0.39256197,0.38429752,0.38842976,0.39256197,0.40082645,0.38016528,0.38016528,0.46694216,0.46694216,0.45454547,0.4214876,0.40495867,0.41735536,0.42561984,0.42561984,0.41322315,0.40082645,0.38429752,0.38016528,0.37603307,0.3966942,0.3966942,0.38429752,0.3677686,0.35950413,0.3553719,0.35950413,0.36363637,0.32231405,0.3264463,0.30991736,0.32231405,0.3140496,0.34710744,0.35123968,0.3553719,0.3677686,0.37603307,0.37190083,0.3677686,0.36363637,0.37603307,0.38016528,0.38429752,0.40495867,0.41322315,0.42975205,0.4338843,0.43801653,0.41735536,0.40082645,0.40495867,0.29338843,0.20247933,0.20661157,0.21487603,0.19008264,0.23553719,0.21487603,0.20661157,0.38016528,0.38429752,0.38429752,0.38842976,0.39256197,0.38842976,0.38842976,0.38842976,0.39256197,0.3966942,0.36363637,0.4338843,0.45454547,0.45041323,0.42975205,0.41735536,0.42975205,0.42975205,0.4214876,0.39256197,0.3677686,0.35123968,0.3140496,0.33471075,0.3305785,0.35123968,0.37190083,0.3677686,0.34710744,0.34710744,0.36363637,0.3429752,0.338843,0.32231405,0.3181818,0.33471075,0.33471075,0.35123968,0.34710744,0.35123968,0.35950413,0.35950413,0.35950413,0.37190083,0.3677686,0.38016528,0.37603307,0.38429752,0.3966942,0.4090909,0.42561984,0.4214876,0.42975205,0.4090909,0.40495867,0.4090909,0.26859504,0.20661157,0.21900827,0.1983471,0.21487603,0.22727273,0.20661157,0.21900827,0.38016528,0.38429752,0.38842976,0.38842976,0.39256197,0.38842976,0.38429752,0.38842976,0.38842976,0.3966942,0.3677686,0.42561984,0.446281,0.45041323,0.4338843,0.42561984,0.42561984,0.42561984,0.4214876,0.39256197,0.36363637,0.3553719,0.34710744,0.33471075,0.30991736,0.29752067,0.29752067,0.28512397,0.2768595,0.27272728,0.28099173,0.28512397,0.2768595,0.28099173,0.28512397,0.30165288,0.30165288,0.3264463,0.33471075,0.34710744,0.34710744,0.35123968,0.3553719,0.37603307,0.37603307,0.38842976,0.38016528,0.38016528,0.38842976,0.40495867,0.4214876,0.41322315,0.4090909,0.40082645,0.4090909,0.40495867,0.25619835,0.19421488,0.21487603,0.2107438,0.2231405,0.21487603,0.2231405,0.20661157,0.38016528,0.38429752,0.38429752,0.38429752,0.3966942,0.3966942,0.38429752,0.3966942,0.38016528,0.38842976,0.39256197,0.42975205,0.4338843,0.446281,0.446281,0.43801653,0.42975205,0.42561984,0.42561984,0.40495867,0.38842976,0.3966942,0.3966942,0.36363637,0.338843,0.30165288,0.28099173,0.25619835,0.24793388,0.23553719,0.23140496,0.23966943,0.2231405,0.2603306,0.2603306,0.2644628,0.28512397,0.3140496,0.3264463,0.34710744,0.3429752,0.34710744,0.3677686,0.38429752,0.38429752,0.39256197,0.38842976,0.38842976,0.39256197,0.40495867,0.41322315,0.40082645,0.3966942,0.40082645,0.41322315,0.39256197,0.24380165,0.19421488,0.2231405,0.20247933,0.21900827,0.2107438,0.21487603,0.2107438,0.38016528,0.37603307,0.38429752,0.38842976,0.38429752,0.38842976,0.39256197,0.3966942,0.39256197,0.38016528,0.40082645,0.45454547,0.44214877,0.43801653,0.446281,0.45041323,0.45454547,0.45867768,0.45867768,0.45041323,0.45041323,0.45867768,0.446281,0.41322315,0.3966942,0.36363637,0.3264463,0.29752067,0.2892562,0.28099173,0.28512397,0.30991736,0.29752067,0.3181818,0.338843,0.33471075,0.3264463,0.33471075,0.33471075,0.35950413,0.3553719,0.35950413,0.37603307,0.38842976,0.38842976,0.3966942,0.39256197,0.38842976,0.3966942,0.4090909,0.40082645,0.3966942,0.40082645,0.40082645,0.41735536,0.37190083,0.23553719,0.20661157,0.21487603,0.20661157,0.2107438,0.2107438,0.21487603,0.21900827,0.38016528,0.37603307,0.38429752,0.39256197,0.39256197,0.38429752,0.39256197,0.40082645,0.37190083,0.39256197,0.41735536,0.45867768,0.44214877,0.41735536,0.4338843,0.45041323,0.46280992,0.48347107,0.5041322,0.49173555,0.5082645,0.49173555,0.4876033,0.45867768,0.46280992,0.45454547,0.40495867,0.36363637,0.338843,0.3264463,0.35123968,0.3553719,0.38016528,0.37603307,0.39256197,0.3966942,0.38842976,0.37190083,0.3553719,0.37190083,0.38842976,0.39256197,0.38842976,0.3966942,0.40495867,0.3966942,0.39256197,0.39256197,0.3966942,0.40082645,0.3966942,0.40082645,0.40495867,0.3966942,0.41735536,0.35950413,0.2231405,0.20661157,0.2107438,0.2107438,0.2107438,0.21487603,0.2107438,0.20661157,0.38016528,0.38016528,0.38016528,0.38429752,0.38429752,0.39256197,0.38842976,0.38429752,0.38429752,0.38429752,0.4338843,0.46694216,0.45041323,0.42561984,0.4090909,0.43801653,0.45867768,0.47933885,0.5041322,0.5082645,0.5371901,0.5123967,0.49173555,0.4876033,0.49173555,0.5,0.4752066,0.45041323,0.42975205,0.3966942,0.40082645,0.3966942,0.41322315,0.39256197,0.41322315,0.41735536,0.41322315,0.3966942,0.38842976,0.40082645,0.40495867,0.41735536,0.4090909,0.41322315,0.4090909,0.40495867,0.41735536,0.40495867,0.40082645,0.39256197,0.3966942,0.4090909,0.40082645,0.39256197,0.41735536,0.3429752,0.2107438,0.20247933,0.21487603,0.21487603,0.2107438,0.21900827,0.2107438,0.20661157,0.38016528,0.38429752,0.38429752,0.38842976,0.38842976,0.38429752,0.38842976,0.39256197,0.38429752,0.38429752,0.43801653,0.4752066,0.46694216,0.43801653,0.40495867,0.41322315,0.44214877,0.46280992,0.5041322,0.5165289,0.5413223,0.5206612,0.4876033,0.4752066,0.47933885,0.5041322,0.5082645,0.49586776,0.46694216,0.45454547,0.42975205,0.4214876,0.4214876,0.41735536,0.43801653,0.42561984,0.41735536,0.41322315,0.40495867,0.41735536,0.42561984,0.43801653,0.4338843,0.42561984,0.42975205,0.41735536,0.41735536,0.39256197,0.40082645,0.3966942,0.40495867,0.4090909,0.3966942,0.3966942,0.42561984,0.338843,0.20247933,0.20661157,0.2107438,0.21487603,0.21487603,0.20661157,0.2107438,0.2107438,0.38429752,0.38016528,0.38429752,0.38429752,0.38842976,0.38016528,0.38842976,0.39256197,0.38016528,0.39256197,0.446281,0.4752066,0.46694216,0.44214877,0.41322315,0.4090909,0.42975205,0.45041323,0.4752066,0.5082645,0.5413223,0.5123967,0.4876033,0.46280992,0.45867768,0.47933885,0.49173555,0.49173555,0.46280992,0.45867768,0.43801653,0.4338843,0.42975205,0.45454547,0.446281,0.4338843,0.41735536,0.40082645,0.40495867,0.42975205,0.44214877,0.43801653,0.42561984,0.4214876,0.41322315,0.40082645,0.39256197,0.39256197,0.38842976,0.40495867,0.41322315,0.40495867,0.40495867,0.40495867,0.42975205,0.3181818,0.18181819,0.2107438,0.21487603,0.20661157,0.21487603,0.20247933,0.2107438,0.21487603,28 +0.43801653,0.47933885,0.5123967,0.553719,0.57438016,0.59504133,0.62396693,0.6322314,0.6528926,0.6735537,0.6859504,0.6859504,0.6942149,0.6652893,0.677686,0.6818182,0.6818182,0.70247936,0.70247936,0.71900827,0.6942149,0.7066116,0.71487606,0.71487606,0.7066116,0.7066116,0.6983471,0.70247936,0.6942149,0.6528926,0.6652893,0.6735537,0.6570248,0.6487603,0.59504133,0.48347107,0.5165289,0.5371901,0.5495868,0.58264464,0.60330576,0.6404959,0.6363636,0.6363636,0.6363636,0.6322314,0.61570245,0.5661157,0.57024795,0.58264464,0.54545456,0.5371901,0.56198347,0.5495868,0.54545456,0.5165289,0.5289256,0.5413223,0.5247934,0.49586776,0.47107437,0.42975205,0.37603307,0.2768595,0.4214876,0.46694216,0.5082645,0.5495868,0.57438016,0.58677685,0.61157024,0.62396693,0.6528926,0.6694215,0.6859504,0.69008267,0.6942149,0.6818182,0.69008267,0.7066116,0.7066116,0.72727275,0.72727275,0.7355372,0.7107438,0.72727275,0.72727275,0.73140496,0.71900827,0.71487606,0.7107438,0.7066116,0.7107438,0.69008267,0.677686,0.6404959,0.62396693,0.62396693,0.5289256,0.5041322,0.56198347,0.57438016,0.58264464,0.60330576,0.6404959,0.6487603,0.6446281,0.6280992,0.6487603,0.62396693,0.56198347,0.5785124,0.60330576,0.6280992,0.56198347,0.54545456,0.58677685,0.5785124,0.55785125,0.54545456,0.53305787,0.5371901,0.5206612,0.49173555,0.45867768,0.41322315,0.35123968,0.2520661,0.43801653,0.47933885,0.5165289,0.5495868,0.5785124,0.59504133,0.59504133,0.61157024,0.6446281,0.677686,0.6818182,0.6942149,0.70247936,0.7107438,0.72727275,0.72727275,0.72727275,0.73966944,0.71900827,0.73140496,0.76033056,0.73966944,0.73140496,0.76033056,0.76033056,0.73966944,0.72727275,0.71900827,0.70247936,0.7107438,0.6859504,0.6446281,0.6198347,0.6198347,0.55785125,0.59090906,0.6322314,0.6363636,0.6198347,0.6404959,0.677686,0.6652893,0.6859504,0.6652893,0.6694215,0.6528926,0.56198347,0.59504133,0.6322314,0.6322314,0.5785124,0.5661157,0.60330576,0.607438,0.58264464,0.57438016,0.553719,0.54545456,0.5247934,0.48347107,0.446281,0.40082645,0.3264463,0.2231405,0.45867768,0.4876033,0.5247934,0.553719,0.58677685,0.59090906,0.58677685,0.59917355,0.6322314,0.6652893,0.6735537,0.6942149,0.7066116,0.71487606,0.74380165,0.74380165,0.73140496,0.75206614,0.74380165,0.75206614,0.7644628,0.75619835,0.75619835,0.74380165,0.76033056,0.75206614,0.74793386,0.74793386,0.73140496,0.73140496,0.6983471,0.6735537,0.6652893,0.661157,0.61570245,0.6404959,0.677686,0.677686,0.6652893,0.6818182,0.6818182,0.6735537,0.6983471,0.6735537,0.6487603,0.6363636,0.6198347,0.6322314,0.6487603,0.6322314,0.58677685,0.5785124,0.61570245,0.59504133,0.59504133,0.59504133,0.57024795,0.5495868,0.5247934,0.47107437,0.42975205,0.38429752,0.3140496,0.20661157,0.5165289,0.5247934,0.5413223,0.56198347,0.58677685,0.58264464,0.59504133,0.61157024,0.62396693,0.6652893,0.6818182,0.6942149,0.7066116,0.7107438,0.73140496,0.74793386,0.74380165,0.75206614,0.75206614,0.75619835,0.7644628,0.75619835,0.75619835,0.72727275,0.74380165,0.75619835,0.76033056,0.75619835,0.74380165,0.73140496,0.6818182,0.6859504,0.6942149,0.69008267,0.69008267,0.6735537,0.70247936,0.71487606,0.71487606,0.7107438,0.70247936,0.69008267,0.6942149,0.69008267,0.6528926,0.6487603,0.661157,0.6735537,0.6528926,0.6528926,0.62396693,0.59917355,0.60330576,0.57024795,0.5785124,0.59917355,0.5661157,0.5413223,0.5206612,0.46280992,0.41322315,0.37190083,0.30165288,0.20247933,0.55785125,0.55785125,0.5661157,0.5785124,0.58677685,0.59504133,0.59090906,0.62396693,0.6446281,0.6694215,0.6859504,0.6983471,0.7107438,0.7231405,0.72727275,0.73966944,0.74380165,0.74793386,0.75206614,0.73966944,0.75206614,0.75206614,0.75619835,0.73966944,0.74380165,0.75619835,0.75619835,0.74793386,0.73966944,0.7355372,0.6983471,0.70247936,0.71900827,0.6859504,0.70247936,0.6983471,0.70247936,0.72727275,0.73140496,0.71487606,0.6983471,0.69008267,0.69008267,0.6983471,0.6404959,0.6528926,0.6818182,0.6818182,0.6652893,0.6694215,0.6652893,0.6487603,0.61570245,0.58264464,0.58264464,0.59090906,0.56198347,0.5413223,0.5206612,0.46694216,0.40495867,0.3677686,0.2892562,0.19421488,0.58264464,0.58264464,0.5785124,0.58264464,0.58677685,0.59504133,0.61157024,0.6404959,0.6570248,0.6694215,0.6735537,0.677686,0.6942149,0.7107438,0.7107438,0.7107438,0.71487606,0.7231405,0.72727275,0.71487606,0.7355372,0.73140496,0.74793386,0.71487606,0.73140496,0.72727275,0.7107438,0.70247936,0.71900827,0.72727275,0.71900827,0.7107438,0.7231405,0.70247936,0.677686,0.69008267,0.6818182,0.6983471,0.71900827,0.7107438,0.70247936,0.70247936,0.6983471,0.69008267,0.6404959,0.6570248,0.6735537,0.6859504,0.6694215,0.677686,0.6694215,0.6570248,0.6363636,0.61157024,0.59917355,0.58677685,0.56198347,0.5495868,0.5206612,0.46694216,0.40495867,0.38429752,0.2892562,0.1983471,0.58677685,0.58677685,0.5785124,0.5785124,0.59090906,0.60330576,0.6363636,0.6404959,0.6487603,0.6404959,0.60330576,0.61570245,0.6404959,0.6528926,0.6528926,0.6487603,0.661157,0.661157,0.6735537,0.6735537,0.6942149,0.70247936,0.6735537,0.6694215,0.6983471,0.6735537,0.60330576,0.58677685,0.6570248,0.7066116,0.7107438,0.70247936,0.70247936,0.6570248,0.661157,0.661157,0.6570248,0.677686,0.677686,0.677686,0.6859504,0.6859504,0.6859504,0.677686,0.661157,0.6652893,0.6570248,0.6818182,0.661157,0.6528926,0.6487603,0.6322314,0.62396693,0.607438,0.59504133,0.57438016,0.55785125,0.5413223,0.5165289,0.48347107,0.40495867,0.38842976,0.3181818,0.19421488,0.58264464,0.5785124,0.57438016,0.58677685,0.60330576,0.59504133,0.61570245,0.59090906,0.5661157,0.5495868,0.5206612,0.5206612,0.5413223,0.54545456,0.5247934,0.5206612,0.54545456,0.55785125,0.56198347,0.57438016,0.5785124,0.60330576,0.58264464,0.553719,0.6322314,0.59504133,0.553719,0.55785125,0.61570245,0.6570248,0.677686,0.6735537,0.6528926,0.6363636,0.6487603,0.6363636,0.6487603,0.6735537,0.6570248,0.6528926,0.6487603,0.661157,0.661157,0.6528926,0.6487603,0.6404959,0.6322314,0.6487603,0.6404959,0.62396693,0.6198347,0.607438,0.59917355,0.58677685,0.5661157,0.5495868,0.54545456,0.53305787,0.5123967,0.4752066,0.4090909,0.39256197,0.34710744,0.18181819,0.57024795,0.5495868,0.56198347,0.57438016,0.56198347,0.5247934,0.5,0.4752066,0.45041323,0.43801653,0.41735536,0.41735536,0.39256197,0.40082645,0.39256197,0.38842976,0.39256197,0.40495867,0.39256197,0.38429752,0.41322315,0.44214877,0.47107437,0.46694216,0.5206612,0.49586776,0.45041323,0.5206612,0.5661157,0.59917355,0.61157024,0.6280992,0.61570245,0.60330576,0.62396693,0.6446281,0.6404959,0.661157,0.6446281,0.61570245,0.59917355,0.61570245,0.61570245,0.607438,0.58264464,0.5785124,0.57024795,0.57438016,0.57024795,0.57024795,0.55785125,0.55785125,0.5413223,0.5247934,0.5165289,0.47933885,0.46694216,0.46280992,0.45454547,0.49173555,0.40495867,0.39256197,0.38429752,0.16528925,0.553719,0.5371901,0.5206612,0.47933885,0.42975205,0.38842976,0.3677686,0.35950413,0.35123968,0.3305785,0.33471075,0.338843,0.30578512,0.30165288,0.29338843,0.2892562,0.2768595,0.28512397,0.2768595,0.27272728,0.27272728,0.3181818,0.34710744,0.38429752,0.40082645,0.4338843,0.44214877,0.46280992,0.5041322,0.5082645,0.5413223,0.58677685,0.59504133,0.607438,0.6198347,0.62396693,0.6487603,0.6322314,0.607438,0.58677685,0.58677685,0.58264464,0.55785125,0.53305787,0.4876033,0.4876033,0.45867768,0.42561984,0.39256197,0.40082645,0.38842976,0.38429752,0.36363637,0.35950413,0.37603307,0.37190083,0.3553719,0.34710744,0.32231405,0.40082645,0.41735536,0.37603307,0.3966942,0.1694215,0.5495868,0.49586776,0.42975205,0.3677686,0.3264463,0.29752067,0.2892562,0.29338843,0.30578512,0.2892562,0.29752067,0.28099173,0.25619835,0.24793388,0.22727273,0.2231405,0.2231405,0.21900827,0.20661157,0.20247933,0.2231405,0.23140496,0.24793388,0.30578512,0.32231405,0.3966942,0.42561984,0.4338843,0.446281,0.46280992,0.53305787,0.58677685,0.60330576,0.6198347,0.6322314,0.58677685,0.62396693,0.58264464,0.54545456,0.55785125,0.5413223,0.5206612,0.49173555,0.44214877,0.40495867,0.4090909,0.34710744,0.28512397,0.24380165,0.24380165,0.22727273,0.1983471,0.2107438,0.20661157,0.21900827,0.23553719,0.2520661,0.23966943,0.25619835,0.26859504,0.3264463,0.3140496,0.38842976,0.19008264,0.553719,0.46694216,0.36363637,0.3264463,0.3181818,0.3181818,0.3264463,0.3429752,0.35950413,0.3677686,0.38842976,0.37603307,0.3553719,0.338843,0.35123968,0.3140496,0.30165288,0.29338843,0.28512397,0.26859504,0.2603306,0.25619835,0.25619835,0.30165288,0.30991736,0.37190083,0.3966942,0.41735536,0.41735536,0.43801653,0.5123967,0.56198347,0.58264464,0.57438016,0.607438,0.55785125,0.58264464,0.5371901,0.5041322,0.5289256,0.5082645,0.45454547,0.41322315,0.36363637,0.33471075,0.3429752,0.2644628,0.20661157,0.18181819,0.17355372,0.16115703,0.17355372,0.18181819,0.18595041,0.18595041,0.19008264,0.20661157,0.20247933,0.21900827,0.22727273,0.2231405,0.2231405,0.3305785,0.21487603,0.57024795,0.47107437,0.39256197,0.37190083,0.38016528,0.39256197,0.4090909,0.44214877,0.446281,0.43801653,0.45867768,0.446281,0.42975205,0.42561984,0.4090909,0.37190083,0.3429752,0.32231405,0.29752067,0.2892562,0.28099173,0.2768595,0.28512397,0.30991736,0.3264463,0.3429752,0.37190083,0.38016528,0.4090909,0.446281,0.4752066,0.5123967,0.54545456,0.57024795,0.59917355,0.55785125,0.57438016,0.5413223,0.5289256,0.5123967,0.47933885,0.42561984,0.35950413,0.3140496,0.29338843,0.27272728,0.23966943,0.2107438,0.19421488,0.18595041,0.19008264,0.20247933,0.20247933,0.20247933,0.1983471,0.1983471,0.20247933,0.20661157,0.21487603,0.20661157,0.1983471,0.1983471,0.2644628,0.21900827,0.59090906,0.5165289,0.46280992,0.42561984,0.42975205,0.42561984,0.42561984,0.43801653,0.4338843,0.39256197,0.3677686,0.33471075,0.27272728,0.26859504,0.21900827,0.19008264,0.20247933,0.24380165,0.2107438,0.24380165,0.2603306,0.24380165,0.24793388,0.27272728,0.29338843,0.30578512,0.3264463,0.3429752,0.37603307,0.42561984,0.46280992,0.5041322,0.5661157,0.6322314,0.6528926,0.62396693,0.61570245,0.58264464,0.5413223,0.48347107,0.4090909,0.34710744,0.28512397,0.24380165,0.21900827,0.20247933,0.19421488,0.1983471,0.20247933,0.19008264,0.21900827,0.23140496,0.2603306,0.2644628,0.26859504,0.28512397,0.28099173,0.28099173,0.28512397,0.27272728,0.22727273,0.2107438,0.30165288,0.19421488,0.59504133,0.58264464,0.5371901,0.48347107,0.45867768,0.4214876,0.40495867,0.39256197,0.35123968,0.29752067,0.26859504,0.22727273,0.22727273,0.2107438,0.16115703,0.21487603,0.18595041,0.2603306,0.22727273,0.2768595,0.35950413,0.338843,0.30165288,0.30578512,0.3264463,0.3140496,0.33471075,0.32231405,0.3429752,0.40082645,0.45454547,0.5206612,0.59917355,0.677686,0.6735537,0.661157,0.6570248,0.6363636,0.5371901,0.44214877,0.3305785,0.23553719,0.2107438,0.21487603,0.22727273,0.1983471,0.16528925,0.18595041,0.23553719,0.16115703,0.1570248,0.2107438,0.2107438,0.23553719,0.24793388,0.28512397,0.32231405,0.35123968,0.35123968,0.3305785,0.28099173,0.2644628,0.38016528,0.20247933,0.6198347,0.6198347,0.607438,0.54545456,0.4876033,0.44214877,0.40495867,0.38842976,0.35950413,0.29338843,0.21487603,0.18181819,0.28099173,0.38842976,0.24793388,0.27272728,0.2520661,0.22727273,0.2892562,0.38016528,0.5206612,0.46694216,0.34710744,0.33471075,0.36363637,0.40495867,0.45454547,0.38842976,0.3553719,0.40082645,0.446281,0.5123967,0.6198347,0.6983471,0.7107438,0.70247936,0.70247936,0.6446281,0.5165289,0.38842976,0.2520661,0.30578512,0.3140496,0.29752067,0.33471075,0.2520661,0.20247933,0.21487603,0.38429752,0.22727273,0.11157025,0.24793388,0.23553719,0.18595041,0.20247933,0.21900827,0.2603306,0.32231405,0.3553719,0.35950413,0.3305785,0.3305785,0.4214876,0.21900827,0.61157024,0.6363636,0.61570245,0.59917355,0.55785125,0.5082645,0.46694216,0.4338843,0.38016528,0.32231405,0.2892562,0.27272728,0.33471075,0.48347107,0.42561984,0.30578512,0.33471075,0.3264463,0.38016528,0.48347107,0.5413223,0.4876033,0.40495867,0.40082645,0.37603307,0.3966942,0.5495868,0.48347107,0.4214876,0.42561984,0.46280992,0.5413223,0.6404959,0.70247936,0.73140496,0.73140496,0.7231405,0.62396693,0.4876033,0.3305785,0.338843,0.446281,0.3677686,0.38429752,0.47933885,0.36363637,0.2644628,0.24380165,0.22727273,0.2892562,0.19008264,0.36363637,0.35123968,0.1983471,0.17768595,0.2107438,0.2520661,0.30991736,0.3429752,0.37190083,0.38429752,0.3966942,0.446281,0.18595041,0.6404959,0.6694215,0.6280992,0.62396693,0.59917355,0.57438016,0.55785125,0.5123967,0.46694216,0.42561984,0.41735536,0.40082645,0.41322315,0.46694216,0.49173555,0.44214877,0.3966942,0.41322315,0.446281,0.4876033,0.4876033,0.46280992,0.4338843,0.45454547,0.46280992,0.47107437,0.53305787,0.49586776,0.46694216,0.46280992,0.5,0.5785124,0.6487603,0.6818182,0.7355372,0.72727275,0.71487606,0.6363636,0.45454547,0.36363637,0.40495867,0.41322315,0.40082645,0.446281,0.46694216,0.45041323,0.35123968,0.32231405,0.3140496,0.32231405,0.3553719,0.47933885,0.40495867,0.28099173,0.22727273,0.21900827,0.24793388,0.32231405,0.36363637,0.40082645,0.42975205,0.4338843,0.46280992,0.18181819,0.6404959,0.6570248,0.6528926,0.6487603,0.6404959,0.6446281,0.6404959,0.61157024,0.5785124,0.55785125,0.5413223,0.5165289,0.49586776,0.49586776,0.4876033,0.5082645,0.46694216,0.47933885,0.46280992,0.46694216,0.46694216,0.45867768,0.446281,0.46280992,0.4876033,0.5289256,0.53305787,0.48347107,0.4752066,0.5206612,0.54545456,0.59917355,0.6363636,0.6735537,0.72727275,0.73966944,0.71487606,0.6446281,0.48347107,0.3966942,0.40082645,0.46694216,0.45867768,0.4338843,0.4338843,0.46280992,0.45867768,0.41322315,0.38842976,0.40082645,0.45041323,0.4752066,0.41322315,0.3264463,0.2892562,0.2644628,0.30165288,0.37190083,0.41322315,0.45867768,0.46280992,0.45041323,0.45867768,0.29338843,0.6570248,0.6487603,0.661157,0.6570248,0.6652893,0.6652893,0.6652893,0.6570248,0.6363636,0.61570245,0.59504133,0.57438016,0.55785125,0.553719,0.53305787,0.53305787,0.5123967,0.5082645,0.5,0.5,0.49173555,0.4752066,0.4752066,0.47933885,0.4876033,0.5165289,0.5123967,0.49586776,0.55785125,0.59917355,0.607438,0.6198347,0.6404959,0.6818182,0.73140496,0.75206614,0.72727275,0.6942149,0.5206612,0.4090909,0.42561984,0.47107437,0.49586776,0.47107437,0.45454547,0.46694216,0.46694216,0.45867768,0.42975205,0.42561984,0.4338843,0.4214876,0.40495867,0.38016528,0.37603307,0.37190083,0.40082645,0.446281,0.47107437,0.48347107,0.49173555,0.46694216,0.44214877,0.37190083,0.6322314,0.6322314,0.6528926,0.6652893,0.6735537,0.69008267,0.677686,0.6818182,0.661157,0.6487603,0.6280992,0.607438,0.59504133,0.5785124,0.5785124,0.57024795,0.57438016,0.5495868,0.55785125,0.5495868,0.53305787,0.5247934,0.5082645,0.5123967,0.53305787,0.5413223,0.54545456,0.58264464,0.6404959,0.6363636,0.6404959,0.6404959,0.6487603,0.6818182,0.7355372,0.77272725,0.73966944,0.7107438,0.57024795,0.42561984,0.45454547,0.45867768,0.47933885,0.4876033,0.4752066,0.46280992,0.46694216,0.46694216,0.45867768,0.45454547,0.45041323,0.446281,0.45041323,0.45041323,0.46280992,0.47107437,0.4876033,0.5165289,0.5165289,0.5247934,0.5041322,0.47107437,0.4214876,0.45454547,0.6322314,0.6363636,0.6404959,0.6694215,0.6818182,0.69008267,0.6859504,0.6983471,0.6818182,0.677686,0.6735537,0.661157,0.6487603,0.6280992,0.607438,0.6280992,0.62396693,0.59504133,0.59504133,0.58264464,0.55785125,0.553719,0.5785124,0.607438,0.60330576,0.607438,0.6322314,0.6570248,0.6652893,0.6322314,0.6363636,0.6528926,0.661157,0.6818182,0.73966944,0.77272725,0.75206614,0.7107438,0.59090906,0.45041323,0.46694216,0.4876033,0.47107437,0.49173555,0.49586776,0.49173555,0.5,0.5041322,0.49586776,0.49586776,0.49173555,0.48347107,0.5,0.49173555,0.5041322,0.5206612,0.5371901,0.5495868,0.5413223,0.5289256,0.5123967,0.4752066,0.4214876,0.47933885,0.6198347,0.62396693,0.6446281,0.6735537,0.6818182,0.6859504,0.6983471,0.7066116,0.69008267,0.6942149,0.6983471,0.69008267,0.6859504,0.6652893,0.6446281,0.6404959,0.6363636,0.62396693,0.607438,0.6198347,0.6280992,0.6528926,0.6818182,0.6818182,0.6570248,0.6652893,0.6528926,0.6528926,0.6570248,0.6322314,0.6404959,0.6487603,0.661157,0.6859504,0.75619835,0.77272725,0.75206614,0.7066116,0.59917355,0.48347107,0.46694216,0.49586776,0.5041322,0.49586776,0.5082645,0.5082645,0.5082645,0.5289256,0.5371901,0.5371901,0.5289256,0.5247934,0.54545456,0.5413223,0.5413223,0.56198347,0.57024795,0.56198347,0.553719,0.5289256,0.5041322,0.47107437,0.43801653,0.47107437,0.61157024,0.61570245,0.6280992,0.661157,0.6528926,0.6735537,0.6942149,0.70247936,0.6942149,0.6942149,0.70247936,0.6859504,0.6859504,0.6735537,0.6570248,0.6363636,0.6570248,0.6446281,0.6570248,0.69008267,0.6983471,0.7066116,0.7107438,0.70247936,0.6818182,0.69008267,0.69008267,0.661157,0.661157,0.6528926,0.6528926,0.6487603,0.6694215,0.6983471,0.7644628,0.77272725,0.75206614,0.7066116,0.61157024,0.5165289,0.4752066,0.47933885,0.5165289,0.5206612,0.5247934,0.5371901,0.5289256,0.5289256,0.5413223,0.5371901,0.5413223,0.5371901,0.553719,0.56198347,0.5661157,0.58264464,0.5785124,0.55785125,0.5495868,0.5206612,0.49173555,0.46280992,0.45867768,0.46280992,0.607438,0.59504133,0.6198347,0.6198347,0.6363636,0.6487603,0.677686,0.69008267,0.69008267,0.6983471,0.6942149,0.6859504,0.6859504,0.6735537,0.6694215,0.6818182,0.6983471,0.7066116,0.69008267,0.7066116,0.6942149,0.69008267,0.7107438,0.7066116,0.6942149,0.6983471,0.6818182,0.6694215,0.6652893,0.6652893,0.661157,0.6570248,0.677686,0.71487606,0.7644628,0.76859504,0.74380165,0.70247936,0.6280992,0.5413223,0.4876033,0.47107437,0.5082645,0.5413223,0.5495868,0.5413223,0.5371901,0.5661157,0.553719,0.54545456,0.53305787,0.54545456,0.5495868,0.57024795,0.57438016,0.5785124,0.57438016,0.56198347,0.5413223,0.5123967,0.4752066,0.46694216,0.4876033,0.47107437,0.59917355,0.5785124,0.61570245,0.61570245,0.6198347,0.6404959,0.6528926,0.6652893,0.6735537,0.6859504,0.677686,0.6859504,0.6942149,0.69008267,0.7066116,0.7066116,0.7066116,0.71487606,0.69008267,0.70247936,0.6983471,0.677686,0.7066116,0.70247936,0.6859504,0.6859504,0.661157,0.6446281,0.6487603,0.6528926,0.6694215,0.6652893,0.69008267,0.7231405,0.7644628,0.76033056,0.74380165,0.7066116,0.6528926,0.57438016,0.5082645,0.48347107,0.5082645,0.5495868,0.56198347,0.5661157,0.5495868,0.56198347,0.5785124,0.57024795,0.5661157,0.5661157,0.56198347,0.57438016,0.5785124,0.58264464,0.5661157,0.553719,0.5289256,0.5,0.45867768,0.45867768,0.49586776,0.4752066,0.5785124,0.5785124,0.59917355,0.61157024,0.61570245,0.6198347,0.6363636,0.6446281,0.6570248,0.6735537,0.6694215,0.677686,0.6942149,0.6983471,0.7066116,0.71900827,0.7107438,0.70247936,0.7066116,0.6942149,0.7107438,0.6983471,0.6983471,0.69008267,0.661157,0.6404959,0.61157024,0.59090906,0.62396693,0.6363636,0.6652893,0.6694215,0.70247936,0.72727275,0.7644628,0.76033056,0.74793386,0.7231405,0.6694215,0.607438,0.5247934,0.46694216,0.5,0.5495868,0.58677685,0.58677685,0.58264464,0.5661157,0.58264464,0.58677685,0.59504133,0.58677685,0.56198347,0.56198347,0.56198347,0.5785124,0.55785125,0.53305787,0.5082645,0.48347107,0.446281,0.45454547,0.46280992,0.47107437,0.553719,0.57024795,0.59090906,0.59090906,0.607438,0.607438,0.62396693,0.6363636,0.6528926,0.6652893,0.6694215,0.661157,0.6859504,0.6983471,0.7107438,0.7107438,0.7066116,0.6983471,0.6942149,0.6942149,0.7066116,0.7066116,0.69008267,0.6570248,0.607438,0.57024795,0.5785124,0.58264464,0.61570245,0.6280992,0.6446281,0.6735537,0.7066116,0.7355372,0.7644628,0.75206614,0.74793386,0.73140496,0.677686,0.61570245,0.54545456,0.45867768,0.45867768,0.5247934,0.58677685,0.59917355,0.59917355,0.58264464,0.58264464,0.5785124,0.59090906,0.59090906,0.5661157,0.55785125,0.5495868,0.55785125,0.5289256,0.5123967,0.48347107,0.47107437,0.44214877,0.44214877,0.4338843,0.47107437,0.54545456,0.5413223,0.56198347,0.58264464,0.58677685,0.59917355,0.61157024,0.6446281,0.6528926,0.6652893,0.6570248,0.6652893,0.6818182,0.6983471,0.7107438,0.70247936,0.6983471,0.6983471,0.6859504,0.6818182,0.6735537,0.69008267,0.6570248,0.60330576,0.54545456,0.5413223,0.58677685,0.62396693,0.6198347,0.6198347,0.6570248,0.6859504,0.71487606,0.73966944,0.75619835,0.75206614,0.75619835,0.73140496,0.6818182,0.6363636,0.5495868,0.48347107,0.45454547,0.4876033,0.57438016,0.59090906,0.59090906,0.59090906,0.57438016,0.5661157,0.58264464,0.58264464,0.57438016,0.553719,0.54545456,0.5247934,0.5123967,0.49586776,0.4752066,0.45454547,0.42561984,0.44214877,0.45454547,0.46694216,0.5371901,0.5371901,0.5371901,0.57438016,0.58677685,0.59504133,0.607438,0.61157024,0.6280992,0.6446281,0.6446281,0.6528926,0.677686,0.69008267,0.70247936,0.6942149,0.6983471,0.6983471,0.69008267,0.6570248,0.6528926,0.6487603,0.607438,0.55785125,0.5206612,0.5413223,0.59504133,0.6322314,0.6198347,0.62396693,0.6735537,0.69008267,0.7107438,0.74793386,0.75619835,0.7644628,0.75619835,0.72727275,0.677686,0.6363636,0.56198347,0.5,0.48347107,0.46280992,0.55785125,0.57438016,0.58264464,0.58264464,0.55785125,0.553719,0.57024795,0.57438016,0.57024795,0.54545456,0.53305787,0.5082645,0.5041322,0.48347107,0.48347107,0.4338843,0.4214876,0.47107437,0.47933885,0.4338843,0.5371901,0.5413223,0.5413223,0.56198347,0.59090906,0.58677685,0.59090906,0.61570245,0.59504133,0.6198347,0.6363636,0.6487603,0.6694215,0.6818182,0.69008267,0.69008267,0.6942149,0.6818182,0.6735537,0.62396693,0.61157024,0.59917355,0.56198347,0.5413223,0.5,0.5495868,0.59504133,0.61157024,0.58264464,0.6322314,0.677686,0.6859504,0.6983471,0.71487606,0.73966944,0.76033056,0.76033056,0.7107438,0.6694215,0.6322314,0.5495868,0.47933885,0.49173555,0.45041323,0.5082645,0.5495868,0.57024795,0.57438016,0.553719,0.54545456,0.55785125,0.5661157,0.5661157,0.553719,0.5371901,0.5082645,0.4876033,0.47107437,0.46280992,0.41322315,0.43801653,0.49586776,0.47933885,0.38842976,0.5289256,0.5413223,0.5413223,0.54545456,0.57024795,0.58264464,0.58677685,0.59917355,0.59504133,0.61570245,0.6280992,0.6363636,0.661157,0.6859504,0.6818182,0.6818182,0.677686,0.6652893,0.6404959,0.607438,0.57024795,0.5785124,0.5785124,0.5661157,0.5082645,0.54545456,0.58677685,0.59504133,0.58264464,0.607438,0.62396693,0.6735537,0.6694215,0.677686,0.6942149,0.72727275,0.71900827,0.677686,0.62396693,0.58677685,0.5082645,0.45454547,0.47107437,0.45867768,0.48347107,0.5206612,0.553719,0.55785125,0.57024795,0.56198347,0.553719,0.5661157,0.56198347,0.553719,0.5371901,0.49173555,0.47933885,0.46280992,0.4338843,0.40082645,0.47933885,0.5247934,0.45041323,0.35950413,0.5289256,0.5495868,0.54545456,0.54545456,0.57024795,0.57024795,0.5785124,0.58677685,0.59917355,0.607438,0.6198347,0.6363636,0.6570248,0.6818182,0.6694215,0.6652893,0.6487603,0.6363636,0.607438,0.5785124,0.553719,0.607438,0.62396693,0.607438,0.5041322,0.5123967,0.5413223,0.55785125,0.54545456,0.5247934,0.5413223,0.59504133,0.60330576,0.62396693,0.6446281,0.6528926,0.6363636,0.607438,0.55785125,0.5,0.446281,0.4338843,0.4338843,0.48347107,0.5,0.5,0.5247934,0.5371901,0.5661157,0.57024795,0.5413223,0.5495868,0.54545456,0.5247934,0.5041322,0.47933885,0.45867768,0.45867768,0.38842976,0.42561984,0.49173555,0.48347107,0.39256197,0.338843,0.5289256,0.5413223,0.5413223,0.5495868,0.55785125,0.5661157,0.57024795,0.58677685,0.607438,0.607438,0.6363636,0.6446281,0.6446281,0.6652893,0.661157,0.6570248,0.6280992,0.61157024,0.57438016,0.5495868,0.59917355,0.661157,0.677686,0.661157,0.53305787,0.45867768,0.46694216,0.47107437,0.446281,0.40082645,0.4214876,0.4876033,0.5247934,0.5495868,0.55785125,0.5661157,0.553719,0.5206612,0.45454547,0.38842976,0.38016528,0.38429752,0.42975205,0.5206612,0.5247934,0.5123967,0.5041322,0.53305787,0.54545456,0.553719,0.5371901,0.5289256,0.5247934,0.5123967,0.48347107,0.4752066,0.46280992,0.42975205,0.37603307,0.43801653,0.45454547,0.4090909,0.3429752,0.338843,0.5247934,0.5371901,0.5495868,0.55785125,0.553719,0.56198347,0.5785124,0.58264464,0.59917355,0.6198347,0.6404959,0.6404959,0.6322314,0.6570248,0.6487603,0.6363636,0.61157024,0.59504133,0.59917355,0.60330576,0.677686,0.70247936,0.7066116,0.6818182,0.60330576,0.5,0.39256197,0.338843,0.30578512,0.25619835,0.2644628,0.36363637,0.4338843,0.4752066,0.4876033,0.47933885,0.46280992,0.41735536,0.30991736,0.24793388,0.30991736,0.3677686,0.45867768,0.553719,0.5413223,0.5495868,0.5082645,0.5247934,0.5206612,0.5289256,0.5413223,0.5289256,0.5165289,0.5123967,0.49586776,0.45867768,0.43801653,0.4214876,0.3553719,0.39256197,0.3677686,0.33471075,0.33471075,0.34710744,0.5289256,0.5371901,0.5371901,0.5495868,0.5495868,0.55785125,0.5661157,0.58264464,0.59090906,0.59917355,0.6322314,0.6487603,0.6487603,0.6570248,0.6528926,0.6446281,0.6363636,0.6322314,0.6404959,0.6735537,0.70247936,0.6983471,0.7107438,0.7107438,0.6735537,0.59917355,0.47107437,0.34710744,0.338843,0.35123968,0.3181818,0.28512397,0.34710744,0.38016528,0.39256197,0.38016528,0.34710744,0.30165288,0.24380165,0.23553719,0.3181818,0.41735536,0.5123967,0.56198347,0.5495868,0.55785125,0.53305787,0.5247934,0.5123967,0.5041322,0.5413223,0.5289256,0.5082645,0.49173555,0.47107437,0.45454547,0.4338843,0.42561984,0.3264463,0.3181818,0.3264463,0.33471075,0.338843,0.338843,0.53305787,0.53305787,0.5413223,0.5289256,0.5495868,0.553719,0.553719,0.57024795,0.59090906,0.58677685,0.62396693,0.6446281,0.6570248,0.661157,0.6487603,0.6487603,0.6570248,0.6652893,0.69008267,0.6818182,0.69008267,0.70247936,0.69008267,0.70247936,0.69008267,0.6652893,0.59917355,0.5,0.46280992,0.45041323,0.40082645,0.3429752,0.30578512,0.30991736,0.30165288,0.30578512,0.30991736,0.30991736,0.33471075,0.37190083,0.42975205,0.4876033,0.5413223,0.56198347,0.56198347,0.5661157,0.53305787,0.5247934,0.5371901,0.5123967,0.5371901,0.5165289,0.49586776,0.49586776,0.4752066,0.43801653,0.42561984,0.40495867,0.3181818,0.3181818,0.33471075,0.3305785,0.33471075,0.338843,0.5289256,0.53305787,0.54545456,0.5371901,0.5371901,0.553719,0.54545456,0.56198347,0.58264464,0.60330576,0.59917355,0.61570245,0.6487603,0.6570248,0.6528926,0.661157,0.6735537,0.6735537,0.6818182,0.6652893,0.6735537,0.6942149,0.6735537,0.6528926,0.6652893,0.6652893,0.6570248,0.59917355,0.54545456,0.5206612,0.5,0.446281,0.38016528,0.35950413,0.3429752,0.34710744,0.38842976,0.44214877,0.47933885,0.49173555,0.5123967,0.5206612,0.5289256,0.553719,0.55785125,0.553719,0.55785125,0.553719,0.5289256,0.5413223,0.5206612,0.5041322,0.49586776,0.48347107,0.45454547,0.43801653,0.42561984,0.39256197,0.3140496,0.3181818,0.3264463,0.3264463,0.3429752,0.33471075,0.5247934,0.53305787,0.5495868,0.5495868,0.5413223,0.5495868,0.5413223,0.553719,0.5785124,0.59504133,0.607438,0.59917355,0.6487603,0.6528926,0.6735537,0.677686,0.6652893,0.677686,0.6735537,0.6570248,0.6735537,0.6859504,0.6652893,0.6404959,0.6528926,0.677686,0.6818182,0.6446281,0.59504133,0.56198347,0.55785125,0.5165289,0.4752066,0.4752066,0.46694216,0.47107437,0.49586776,0.5371901,0.553719,0.54545456,0.53305787,0.5289256,0.5413223,0.5495868,0.5413223,0.5495868,0.553719,0.5371901,0.5371901,0.5289256,0.5247934,0.5082645,0.49586776,0.47107437,0.446281,0.42561984,0.4214876,0.36363637,0.30991736,0.32231405,0.3305785,0.3264463,0.3429752,0.338843,0.5247934,0.5289256,0.54545456,0.54545456,0.5495868,0.56198347,0.553719,0.55785125,0.57024795,0.59917355,0.6280992,0.6446281,0.6487603,0.661157,0.6694215,0.6652893,0.6322314,0.6446281,0.6694215,0.661157,0.6694215,0.6859504,0.6694215,0.6528926,0.6652893,0.6859504,0.6942149,0.6652893,0.6404959,0.61570245,0.57438016,0.5123967,0.5165289,0.54545456,0.5371901,0.55785125,0.5785124,0.57024795,0.55785125,0.56198347,0.5661157,0.5661157,0.5661157,0.56198347,0.54545456,0.553719,0.5495868,0.5495868,0.5247934,0.5289256,0.5289256,0.5123967,0.4876033,0.46694216,0.45041323,0.42561984,0.41735536,0.338843,0.3140496,0.3264463,0.3181818,0.3305785,0.33471075,0.338843,0.5206612,0.5247934,0.5371901,0.5413223,0.54545456,0.5495868,0.55785125,0.56198347,0.58264464,0.607438,0.6363636,0.6446281,0.6528926,0.6570248,0.6570248,0.6570248,0.6363636,0.6198347,0.6570248,0.6694215,0.6446281,0.661157,0.661157,0.6528926,0.661157,0.6818182,0.69008267,0.6694215,0.6694215,0.6818182,0.6363636,0.57024795,0.58264464,0.5785124,0.58677685,0.60330576,0.58677685,0.59504133,0.56198347,0.57024795,0.5661157,0.5661157,0.55785125,0.55785125,0.553719,0.5413223,0.5289256,0.54545456,0.5289256,0.5289256,0.5289256,0.5082645,0.48347107,0.47107437,0.45041323,0.4338843,0.40082645,0.32231405,0.30991736,0.32231405,0.3181818,0.3305785,0.3264463,0.33471075,0.5247934,0.5206612,0.53305787,0.5289256,0.54545456,0.54545456,0.55785125,0.57024795,0.59090906,0.59917355,0.6404959,0.6363636,0.661157,0.6487603,0.6652893,0.661157,0.6363636,0.61157024,0.62396693,0.6363636,0.607438,0.61570245,0.6363636,0.6363636,0.6404959,0.6322314,0.62396693,0.61570245,0.6198347,0.6446281,0.6446281,0.6198347,0.6322314,0.6363636,0.6280992,0.6280992,0.58264464,0.5661157,0.5289256,0.5206612,0.5247934,0.53305787,0.5371901,0.5371901,0.5289256,0.5123967,0.5123967,0.5289256,0.5289256,0.53305787,0.5247934,0.5041322,0.4752066,0.46694216,0.45041323,0.42975205,0.37603307,0.30578512,0.30165288,0.32231405,0.3264463,0.3181818,0.3305785,0.3305785,0.5123967,0.5206612,0.5413223,0.5289256,0.5247934,0.54545456,0.553719,0.58264464,0.59504133,0.59090906,0.6363636,0.6322314,0.6528926,0.6404959,0.661157,0.6528926,0.61570245,0.58264464,0.55785125,0.55785125,0.55785125,0.5661157,0.57438016,0.55785125,0.5247934,0.5041322,0.47107437,0.44214877,0.45454547,0.446281,0.446281,0.47107437,0.5123967,0.57024795,0.57024795,0.5206612,0.45454547,0.42975205,0.42975205,0.4338843,0.446281,0.45454547,0.45867768,0.4752066,0.4752066,0.4752066,0.4876033,0.5123967,0.5413223,0.5371901,0.5165289,0.5082645,0.47107437,0.46280992,0.45041323,0.42561984,0.3429752,0.29752067,0.30578512,0.3140496,0.3140496,0.3264463,0.3264463,0.33471075,0.49586776,0.5123967,0.54545456,0.5413223,0.5289256,0.553719,0.553719,0.56198347,0.5785124,0.58264464,0.6280992,0.6363636,0.6404959,0.6404959,0.6446281,0.6198347,0.58264464,0.5371901,0.45454547,0.41322315,0.4338843,0.45041323,0.44214877,0.41322315,0.35123968,0.3181818,0.32231405,0.30991736,0.30165288,0.33471075,0.3264463,0.33471075,0.34710744,0.36363637,0.37190083,0.3429752,0.30991736,0.33471075,0.34710744,0.32231405,0.338843,0.35123968,0.35123968,0.3677686,0.37190083,0.41322315,0.47107437,0.5082645,0.53305787,0.5289256,0.5041322,0.5041322,0.47107437,0.45454547,0.446281,0.40082645,0.3140496,0.29752067,0.30991736,0.30991736,0.30991736,0.3264463,0.3140496,0.3305785,0.4752066,0.49173555,0.5289256,0.5413223,0.5413223,0.553719,0.55785125,0.553719,0.5495868,0.553719,0.607438,0.6363636,0.6446281,0.6280992,0.6198347,0.59090906,0.56198347,0.5289256,0.446281,0.3305785,0.29338843,0.28099173,0.2520661,0.21487603,0.16528925,0.13636364,0.1983471,0.17355372,0.16115703,0.3181818,0.3305785,0.2892562,0.25619835,0.29752067,0.30991736,0.3140496,0.22727273,0.21487603,0.2231405,0.1694215,0.17768595,0.21487603,0.23966943,0.2644628,0.28512397,0.38016528,0.48347107,0.5041322,0.5206612,0.5289256,0.5041322,0.49173555,0.46694216,0.45454547,0.44214877,0.37190083,0.29338843,0.29752067,0.30991736,0.3181818,0.30578512,0.3305785,0.3264463,0.3264463,0.47933885,0.47933885,0.5206612,0.54545456,0.55785125,0.553719,0.56198347,0.5661157,0.5289256,0.5413223,0.58677685,0.6198347,0.6322314,0.607438,0.58677685,0.5785124,0.5785124,0.57438016,0.57438016,0.5165289,0.45454547,0.38842976,0.35123968,0.3140496,0.30578512,0.32231405,0.3181818,0.27272728,0.21900827,0.28512397,0.3181818,0.30578512,0.2644628,0.3140496,0.3429752,0.34710744,0.25619835,0.21900827,0.24380165,0.2231405,0.20661157,0.2107438,0.24793388,0.30165288,0.37603307,0.45867768,0.5165289,0.5082645,0.5,0.5206612,0.5041322,0.49173555,0.45867768,0.45041323,0.4338843,0.33471075,0.27272728,0.29752067,0.30165288,0.30578512,0.3140496,0.30578512,0.32231405,0.30578512,0.5,0.45454547,0.5041322,0.5371901,0.55785125,0.5495868,0.56198347,0.57024795,0.54545456,0.54545456,0.57438016,0.60330576,0.6198347,0.60330576,0.57024795,0.58264464,0.61157024,0.62396693,0.661157,0.6528926,0.60330576,0.5413223,0.5289256,0.5123967,0.5206612,0.59504133,0.59504133,0.5785124,0.5495868,0.5289256,0.5041322,0.49173555,0.48347107,0.46280992,0.4752066,0.45454547,0.42975205,0.4214876,0.44214877,0.43801653,0.42561984,0.3966942,0.3966942,0.42975205,0.4876033,0.5247934,0.5247934,0.5206612,0.5,0.5165289,0.5,0.4752066,0.45041323,0.43801653,0.39256197,0.2892562,0.28099173,0.29752067,0.30165288,0.30165288,0.30578512,0.3140496,0.3140496,0.3140496,0.5413223,0.45867768,0.46694216,0.5165289,0.54545456,0.55785125,0.55785125,0.5661157,0.55785125,0.55785125,0.57438016,0.59504133,0.59090906,0.5785124,0.59090906,0.59917355,0.61570245,0.6363636,0.6694215,0.69008267,0.6487603,0.5785124,0.56198347,0.5371901,0.5206612,0.57438016,0.58264464,0.6280992,0.6280992,0.6363636,0.62396693,0.61570245,0.61157024,0.59504133,0.59090906,0.5785124,0.5661157,0.5495868,0.5413223,0.5165289,0.49173555,0.446281,0.43801653,0.47107437,0.5206612,0.5495868,0.5206612,0.5165289,0.5082645,0.5,0.48347107,0.46280992,0.45041323,0.43801653,0.3553719,0.2520661,0.28099173,0.30165288,0.30165288,0.29752067,0.30578512,0.30991736,0.3140496,0.3140496,0.5495868,0.5165289,0.45454547,0.47933885,0.5247934,0.5413223,0.54545456,0.55785125,0.5495868,0.56198347,0.57024795,0.58264464,0.57438016,0.59090906,0.61570245,0.60330576,0.6198347,0.6446281,0.6694215,0.6818182,0.6818182,0.6280992,0.57024795,0.5247934,0.5082645,0.5247934,0.5413223,0.5413223,0.55785125,0.57024795,0.56198347,0.55785125,0.56198347,0.5785124,0.5661157,0.53305787,0.5413223,0.5206612,0.5041322,0.47933885,0.45867768,0.4338843,0.446281,0.48347107,0.5289256,0.5371901,0.5165289,0.5123967,0.49586776,0.47933885,0.48347107,0.45041323,0.43801653,0.40495867,0.26859504,0.25619835,0.28512397,0.29752067,0.30165288,0.30165288,0.30578512,0.3140496,0.30991736,0.30991736,0.5371901,0.54545456,0.4752066,0.45454547,0.49586776,0.5123967,0.5371901,0.54545456,0.5413223,0.55785125,0.553719,0.5661157,0.58677685,0.59504133,0.59917355,0.607438,0.61157024,0.62396693,0.6487603,0.6735537,0.6735537,0.6694215,0.6198347,0.57438016,0.54545456,0.5371901,0.53305787,0.5082645,0.5082645,0.5,0.4752066,0.45454547,0.45454547,0.47107437,0.45867768,0.42975205,0.446281,0.45454547,0.446281,0.446281,0.44214877,0.45454547,0.47107437,0.5082645,0.5165289,0.49586776,0.5082645,0.5041322,0.49586776,0.49173555,0.44214877,0.446281,0.45041323,0.30578512,0.23966943,0.2644628,0.28099173,0.29338843,0.30165288,0.30165288,0.30165288,0.30991736,0.30991736,0.30578512,0.5082645,0.5289256,0.49173555,0.44214877,0.46694216,0.49173555,0.5247934,0.53305787,0.53305787,0.55785125,0.553719,0.56198347,0.59504133,0.61157024,0.61570245,0.6363636,0.6322314,0.59090906,0.6198347,0.6528926,0.6446281,0.6528926,0.6363636,0.60330576,0.5495868,0.553719,0.54545456,0.5165289,0.48347107,0.47933885,0.46280992,0.4214876,0.40495867,0.3966942,0.3966942,0.41322315,0.4214876,0.44214877,0.446281,0.45041323,0.46280992,0.4752066,0.48347107,0.5165289,0.5123967,0.4876033,0.5041322,0.5165289,0.49586776,0.47933885,0.446281,0.44214877,0.40082645,0.23140496,0.24793388,0.26859504,0.28512397,0.29338843,0.29338843,0.30165288,0.30165288,0.30578512,0.30578512,0.30578512,0.5082645,0.5,0.49586776,0.44214877,0.44214877,0.45867768,0.49173555,0.5206612,0.5165289,0.53305787,0.553719,0.5413223,0.56198347,0.60330576,0.6280992,0.6487603,0.6652893,0.6322314,0.6322314,0.6528926,0.6404959,0.6446281,0.6363636,0.6198347,0.57024795,0.56198347,0.5289256,0.5082645,0.48347107,0.4752066,0.47107437,0.446281,0.4338843,0.41735536,0.41735536,0.44214877,0.446281,0.46280992,0.45867768,0.46694216,0.47107437,0.47933885,0.5,0.5041322,0.5165289,0.47933885,0.49173555,0.49173555,0.48347107,0.45454547,0.4338843,0.42561984,0.29338843,0.21487603,0.2520661,0.26859504,0.28512397,0.2892562,0.29338843,0.30165288,0.30165288,0.30165288,0.30165288,0.30165288,0.5206612,0.49586776,0.4876033,0.46280992,0.42561984,0.42561984,0.45041323,0.48347107,0.5041322,0.5247934,0.5413223,0.54545456,0.5413223,0.58264464,0.61157024,0.6198347,0.6487603,0.6280992,0.6363636,0.6446281,0.6487603,0.6363636,0.6446281,0.6322314,0.59090906,0.59090906,0.57438016,0.5661157,0.5371901,0.5289256,0.5206612,0.5041322,0.4876033,0.47933885,0.4752066,0.49173555,0.5041322,0.5041322,0.48347107,0.4876033,0.5123967,0.5247934,0.5247934,0.5165289,0.5082645,0.5041322,0.5041322,0.4876033,0.47107437,0.44214877,0.43801653,0.33471075,0.23966943,0.23966943,0.25619835,0.27272728,0.2892562,0.2892562,0.29338843,0.29752067,0.30165288,0.29752067,0.30165288,0.29752067,0.5082645,0.49586776,0.5082645,0.45867768,0.42975205,0.41322315,0.4090909,0.45454547,0.46694216,0.4876033,0.5123967,0.5206612,0.53305787,0.57024795,0.59090906,0.60330576,0.607438,0.62396693,0.6404959,0.6198347,0.62396693,0.62396693,0.6487603,0.6446281,0.6322314,0.6280992,0.61570245,0.6404959,0.6280992,0.62396693,0.62396693,0.59090906,0.55785125,0.5413223,0.55785125,0.55785125,0.54545456,0.5413223,0.54545456,0.5289256,0.5371901,0.57438016,0.55785125,0.5371901,0.5165289,0.5041322,0.5082645,0.48347107,0.46280992,0.44214877,0.38016528,0.25619835,0.24793388,0.24793388,0.25619835,0.2768595,0.2892562,0.2892562,0.29338843,0.29752067,0.30165288,0.29338843,0.30165288,0.30165288,0.53305787,0.47107437,0.5041322,0.46694216,0.45867768,0.446281,0.4090909,0.42561984,0.45041323,0.45454547,0.48347107,0.5,0.5289256,0.55785125,0.5785124,0.59504133,0.59917355,0.61157024,0.6446281,0.6404959,0.62396693,0.6404959,0.6446281,0.6528926,0.677686,0.6818182,0.6735537,0.6818182,0.6859504,0.6735537,0.6859504,0.6652893,0.6446281,0.607438,0.60330576,0.61570245,0.59917355,0.58677685,0.59090906,0.58264464,0.5785124,0.5661157,0.57438016,0.54545456,0.5289256,0.5206612,0.5041322,0.47933885,0.44214877,0.42561984,0.30578512,0.23140496,0.2520661,0.24793388,0.2603306,0.2768595,0.28512397,0.2892562,0.29338843,0.29752067,0.29752067,0.29338843,0.29752067,0.30165288,0.5495868,0.49586776,0.48347107,0.5082645,0.4876033,0.46280992,0.42561984,0.3966942,0.40082645,0.43801653,0.45454547,0.47933885,0.5041322,0.5289256,0.55785125,0.58677685,0.59090906,0.60330576,0.6363636,0.6487603,0.62396693,0.6446281,0.6487603,0.6487603,0.6818182,0.677686,0.6694215,0.6942149,0.69008267,0.7066116,0.6859504,0.69008267,0.661157,0.6404959,0.6322314,0.6363636,0.6528926,0.6487603,0.6198347,0.6198347,0.6198347,0.60330576,0.58677685,0.553719,0.5247934,0.5206612,0.4876033,0.45867768,0.41322315,0.40082645,0.2768595,0.23140496,0.24380165,0.2603306,0.2644628,0.2892562,0.2768595,0.2892562,0.29338843,0.2892562,0.29752067,0.29338843,0.29338843,0.29752067,0.54545456,0.53305787,0.5041322,0.5165289,0.5,0.4752066,0.44214877,0.4090909,0.38016528,0.3966942,0.42975205,0.446281,0.4752066,0.5,0.5289256,0.56198347,0.56198347,0.5661157,0.59917355,0.62396693,0.607438,0.62396693,0.6528926,0.6694215,0.6694215,0.6652893,0.661157,0.6818182,0.677686,0.6859504,0.6859504,0.6694215,0.6570248,0.661157,0.6570248,0.6487603,0.6446281,0.6446281,0.6198347,0.6404959,0.6280992,0.607438,0.58677685,0.56198347,0.5289256,0.49586776,0.46694216,0.42561984,0.37603307,0.38842976,0.28099173,0.23140496,0.23966943,0.26859504,0.27272728,0.2892562,0.2768595,0.2892562,0.29338843,0.29752067,0.30165288,0.29338843,0.29338843,0.29752067,0.5413223,0.54545456,0.5206612,0.5082645,0.49586776,0.48347107,0.47107437,0.42975205,0.40495867,0.38842976,0.38842976,0.41322315,0.44214877,0.45867768,0.4876033,0.53305787,0.5413223,0.54545456,0.5661157,0.58264464,0.58264464,0.60330576,0.6404959,0.6404959,0.6528926,0.6528926,0.6652893,0.6694215,0.677686,0.6818182,0.6652893,0.6528926,0.6528926,0.6570248,0.6570248,0.661157,0.6487603,0.62396693,0.61157024,0.6280992,0.6198347,0.59504133,0.57024795,0.5495868,0.5123967,0.47107437,0.44214877,0.38842976,0.35950413,0.3966942,0.28512397,0.23966943,0.25619835,0.28099173,0.2768595,0.29338843,0.2768595,0.2892562,0.28512397,0.29338843,0.2892562,0.29338843,0.29752067,0.29752067,0.57438016,0.5495868,0.5206612,0.5123967,0.5,0.49173555,0.49173555,0.45454547,0.43801653,0.40495867,0.3966942,0.3966942,0.40495867,0.42975205,0.446281,0.47933885,0.5165289,0.53305787,0.5371901,0.5495868,0.57024795,0.59090906,0.607438,0.58264464,0.59917355,0.6322314,0.6570248,0.6570248,0.6570248,0.6528926,0.661157,0.6322314,0.6363636,0.6322314,0.62396693,0.6280992,0.6198347,0.61157024,0.61157024,0.607438,0.59917355,0.57024795,0.54545456,0.5165289,0.49173555,0.45454547,0.3966942,0.34710744,0.37190083,0.40082645,0.28099173,0.23966943,0.25619835,0.27272728,0.28512397,0.2892562,0.28099173,0.29338843,0.2892562,0.2892562,0.29338843,0.2892562,0.29752067,0.29338843,0.58264464,0.5661157,0.53305787,0.5123967,0.5206612,0.49173555,0.49586776,0.47933885,0.45041323,0.4338843,0.41735536,0.39256197,0.38842976,0.4090909,0.41322315,0.4338843,0.4752066,0.5041322,0.5123967,0.53305787,0.5495868,0.56198347,0.5661157,0.5371901,0.55785125,0.61570245,0.6404959,0.6487603,0.6280992,0.62396693,0.62396693,0.61157024,0.607438,0.607438,0.59917355,0.59504133,0.59090906,0.59090906,0.58677685,0.5785124,0.55785125,0.5371901,0.5123967,0.4876033,0.46694216,0.41322315,0.3429752,0.35950413,0.3966942,0.4090909,0.2892562,0.23966943,0.2644628,0.2768595,0.28512397,0.28512397,0.2892562,0.28512397,0.29338843,0.29338843,0.29338843,0.2892562,0.29338843,0.2892562,0.58677685,0.5785124,0.55785125,0.5206612,0.53305787,0.5165289,0.5,0.48347107,0.45454547,0.45867768,0.44214877,0.41322315,0.39256197,0.40495867,0.4090909,0.38016528,0.41735536,0.45867768,0.48347107,0.47933885,0.5165289,0.5247934,0.5289256,0.5371901,0.56198347,0.58677685,0.59504133,0.60330576,0.58677685,0.58264464,0.59090906,0.5785124,0.5785124,0.5785124,0.57438016,0.58264464,0.5785124,0.5661157,0.553719,0.5371901,0.5082645,0.5,0.47933885,0.45454547,0.4090909,0.35123968,0.3429752,0.38842976,0.41322315,0.42561984,0.3305785,0.28099173,0.29338843,0.2892562,0.2892562,0.28512397,0.2892562,0.29338843,0.28512397,0.29338843,0.29338843,0.29752067,0.2892562,0.2892562,0.59090906,0.5785124,0.57438016,0.5371901,0.53305787,0.5371901,0.5,0.49173555,0.4752066,0.46280992,0.45454547,0.44214877,0.41735536,0.4090909,0.40082645,0.38842976,0.38842976,0.37603307,0.42975205,0.46280992,0.48347107,0.47933885,0.49173555,0.4876033,0.5082645,0.54545456,0.5413223,0.55785125,0.553719,0.53305787,0.56198347,0.5413223,0.553719,0.53305787,0.54545456,0.5661157,0.553719,0.5371901,0.5247934,0.5041322,0.47107437,0.46694216,0.446281,0.41322315,0.3305785,0.338843,0.38016528,0.40495867,0.43801653,0.4338843,0.4214876,0.42975205,0.46694216,0.46280992,0.37603307,0.3305785,0.29752067,0.2892562,0.28512397,0.29338843,0.2892562,0.29338843,0.2892562,0.2892562,0.59917355,0.58677685,0.59090906,0.56198347,0.54545456,0.5371901,0.5165289,0.5,0.5,0.47107437,0.46694216,0.45867768,0.446281,0.42561984,0.41322315,0.40495867,0.39256197,0.38016528,0.35123968,0.40082645,0.43801653,0.45454547,0.47107437,0.45454547,0.46280992,0.49173555,0.49173555,0.5082645,0.5082645,0.5,0.5041322,0.5123967,0.5123967,0.49173555,0.5041322,0.5247934,0.5,0.49586776,0.47933885,0.47107437,0.45041323,0.43801653,0.40082645,0.34710744,0.3181818,0.37190083,0.40082645,0.42561984,0.45454547,0.43801653,0.42561984,0.446281,0.45454547,0.44214877,0.56198347,0.5661157,0.446281,0.338843,0.2892562,0.28512397,0.28512397,0.29338843,0.28512397,0.2892562,29 +0.4338843,0.47933885,0.5206612,0.5661157,0.59090906,0.607438,0.62396693,0.6322314,0.6487603,0.6446281,0.6487603,0.6322314,0.61570245,0.6198347,0.62396693,0.6280992,0.6446281,0.6322314,0.61570245,0.6446281,0.6487603,0.6363636,0.6487603,0.6404959,0.6363636,0.6280992,0.59917355,0.57438016,0.57024795,0.54545456,0.5413223,0.49173555,0.446281,0.5082645,0.5082645,0.5,0.5123967,0.5123967,0.5247934,0.53305787,0.53305787,0.54545456,0.5495868,0.5165289,0.4876033,0.5371901,0.553719,0.53305787,0.5,0.5247934,0.5165289,0.5082645,0.4876033,0.49173555,0.49173555,0.49173555,0.49586776,0.47107437,0.45041323,0.4338843,0.4090909,0.38016528,0.3140496,0.24380165,0.41735536,0.46280992,0.5123967,0.55785125,0.5785124,0.59917355,0.61570245,0.62396693,0.6528926,0.6528926,0.6528926,0.6404959,0.6363636,0.6487603,0.6528926,0.6652893,0.6818182,0.6735537,0.6652893,0.6694215,0.6652893,0.677686,0.6652893,0.661157,0.6528926,0.6404959,0.62396693,0.59504133,0.5661157,0.5289256,0.5247934,0.49173555,0.5041322,0.5495868,0.56198347,0.54545456,0.5206612,0.5413223,0.54545456,0.5495868,0.57438016,0.56198347,0.5661157,0.5206612,0.49586776,0.56198347,0.5661157,0.5413223,0.5123967,0.5371901,0.5371901,0.5289256,0.5082645,0.5082645,0.5123967,0.5,0.49173555,0.47933885,0.45041323,0.42975205,0.41322315,0.37603307,0.29752067,0.22727273,0.4214876,0.47107437,0.5082645,0.55785125,0.58264464,0.59090906,0.607438,0.6198347,0.6404959,0.661157,0.6487603,0.677686,0.677686,0.677686,0.677686,0.6818182,0.6694215,0.6859504,0.70247936,0.6818182,0.6859504,0.71900827,0.7107438,0.677686,0.6652893,0.6446281,0.6198347,0.61157024,0.57438016,0.553719,0.5495868,0.553719,0.55785125,0.58264464,0.59090906,0.58677685,0.5495868,0.56198347,0.56198347,0.57024795,0.59090906,0.55785125,0.54545456,0.54545456,0.55785125,0.5661157,0.5661157,0.5495868,0.49586776,0.5495868,0.5495868,0.5289256,0.5289256,0.5289256,0.5206612,0.5,0.49586776,0.4752066,0.45041323,0.42975205,0.4090909,0.36363637,0.29752067,0.21900827,0.43801653,0.47933885,0.5206612,0.55785125,0.59090906,0.58677685,0.59917355,0.61157024,0.6363636,0.6528926,0.6735537,0.677686,0.6942149,0.7107438,0.6983471,0.7107438,0.71900827,0.7231405,0.72727275,0.72727275,0.71487606,0.70247936,0.71487606,0.6859504,0.6818182,0.6694215,0.6528926,0.6322314,0.59090906,0.58264464,0.59504133,0.60330576,0.57024795,0.59917355,0.59917355,0.59917355,0.58264464,0.58677685,0.58677685,0.59090906,0.607438,0.5785124,0.57438016,0.5785124,0.60330576,0.57024795,0.57438016,0.5785124,0.553719,0.5495868,0.55785125,0.5289256,0.5371901,0.5495868,0.5289256,0.5082645,0.49586776,0.4752066,0.45041323,0.42561984,0.41322315,0.35123968,0.30578512,0.2231405,0.5041322,0.5165289,0.5289256,0.55785125,0.5785124,0.58677685,0.607438,0.60330576,0.6446281,0.661157,0.6859504,0.677686,0.69008267,0.71487606,0.71900827,0.71900827,0.72727275,0.72727275,0.74380165,0.72727275,0.71900827,0.6859504,0.7107438,0.7066116,0.6859504,0.661157,0.661157,0.6322314,0.60330576,0.61157024,0.61157024,0.607438,0.607438,0.607438,0.61157024,0.6198347,0.61157024,0.607438,0.59917355,0.59504133,0.607438,0.59090906,0.57024795,0.59504133,0.59917355,0.59917355,0.59917355,0.59504133,0.59504133,0.57438016,0.553719,0.5413223,0.5371901,0.553719,0.5371901,0.5206612,0.5,0.4752066,0.45041323,0.42561984,0.41735536,0.35950413,0.29752067,0.2231405,0.55785125,0.55785125,0.56198347,0.57438016,0.58264464,0.58677685,0.60330576,0.6363636,0.6487603,0.6694215,0.6818182,0.6859504,0.69008267,0.7107438,0.7107438,0.7107438,0.71900827,0.7107438,0.7231405,0.72727275,0.7231405,0.7066116,0.7107438,0.7066116,0.677686,0.6487603,0.6446281,0.6363636,0.62396693,0.6322314,0.6280992,0.60330576,0.61570245,0.607438,0.59917355,0.62396693,0.6280992,0.6280992,0.61157024,0.607438,0.607438,0.59090906,0.5661157,0.59504133,0.607438,0.607438,0.607438,0.61157024,0.59917355,0.59090906,0.57438016,0.5661157,0.5495868,0.5495868,0.5371901,0.5247934,0.5123967,0.4876033,0.45867768,0.42975205,0.4090909,0.38429752,0.3181818,0.24380165,0.58677685,0.58677685,0.5785124,0.58264464,0.59090906,0.60330576,0.6198347,0.6487603,0.6487603,0.6487603,0.6528926,0.6652893,0.6735537,0.6735537,0.6735537,0.6818182,0.69008267,0.6818182,0.6859504,0.6983471,0.69008267,0.6818182,0.6818182,0.6694215,0.6198347,0.60330576,0.6322314,0.6487603,0.6363636,0.6363636,0.6404959,0.59504133,0.59917355,0.58677685,0.553719,0.607438,0.59504133,0.607438,0.61157024,0.61570245,0.607438,0.59504133,0.58264464,0.58677685,0.59504133,0.607438,0.59090906,0.59504133,0.58677685,0.57024795,0.5661157,0.56198347,0.5495868,0.5371901,0.5289256,0.5247934,0.5082645,0.49173555,0.47107437,0.42561984,0.4214876,0.3966942,0.36363637,0.2768595,0.59504133,0.59917355,0.59917355,0.59090906,0.59090906,0.6198347,0.6404959,0.6363636,0.6198347,0.58264464,0.59090906,0.61157024,0.61570245,0.59917355,0.607438,0.6198347,0.62396693,0.62396693,0.6322314,0.6446281,0.61157024,0.6280992,0.6404959,0.61157024,0.5206612,0.5289256,0.59504133,0.6198347,0.62396693,0.61570245,0.607438,0.57024795,0.58677685,0.5661157,0.5661157,0.58264464,0.5661157,0.57438016,0.58677685,0.59090906,0.58677685,0.58264464,0.58264464,0.57438016,0.5785124,0.58677685,0.5785124,0.5661157,0.55785125,0.54545456,0.5413223,0.53305787,0.5165289,0.5,0.5,0.5041322,0.5,0.5,0.47933885,0.43801653,0.42561984,0.4214876,0.4090909,0.32231405,0.59917355,0.59504133,0.59090906,0.59917355,0.607438,0.61157024,0.607438,0.56198347,0.5289256,0.5082645,0.49586776,0.5082645,0.5,0.4752066,0.4876033,0.5082645,0.5082645,0.5082645,0.5123967,0.5371901,0.5123967,0.5206612,0.57024795,0.5082645,0.47933885,0.5041322,0.5495868,0.58677685,0.59504133,0.59090906,0.5785124,0.553719,0.57024795,0.5495868,0.57024795,0.57438016,0.56198347,0.5495868,0.54545456,0.56198347,0.55785125,0.5495868,0.5371901,0.5289256,0.5289256,0.53305787,0.5371901,0.5247934,0.5123967,0.49586776,0.4876033,0.46694216,0.46280992,0.44214877,0.42561984,0.4338843,0.42561984,0.45867768,0.49173555,0.45454547,0.4338843,0.41322315,0.42561984,0.37603307,0.607438,0.58264464,0.58677685,0.59504133,0.5661157,0.5289256,0.4876033,0.45867768,0.41735536,0.41322315,0.38016528,0.37190083,0.37190083,0.3553719,0.35950413,0.3677686,0.36363637,0.34710744,0.35123968,0.38842976,0.40495867,0.42561984,0.446281,0.42975205,0.3966942,0.46280992,0.4752066,0.5165289,0.5206612,0.5495868,0.5371901,0.5247934,0.54545456,0.5661157,0.55785125,0.57024795,0.5371901,0.5247934,0.5123967,0.5165289,0.5082645,0.4876033,0.45867768,0.45867768,0.4338843,0.4214876,0.4090909,0.40082645,0.38429752,0.3677686,0.35950413,0.3429752,0.338843,0.33471075,0.3264463,0.3181818,0.32231405,0.33471075,0.41735536,0.46694216,0.4090909,0.41735536,0.4090909,0.4090909,0.6198347,0.57438016,0.55785125,0.5206612,0.43801653,0.3966942,0.3677686,0.3553719,0.3264463,0.3264463,0.3140496,0.28099173,0.27272728,0.2644628,0.25619835,0.2603306,0.2520661,0.24793388,0.24380165,0.25619835,0.30991736,0.3181818,0.3264463,0.38016528,0.38016528,0.3966942,0.4214876,0.4338843,0.46694216,0.5123967,0.5206612,0.5413223,0.5413223,0.55785125,0.55785125,0.53305787,0.5041322,0.49586776,0.4876033,0.47107437,0.446281,0.4090909,0.37190083,0.37603307,0.338843,0.2892562,0.2603306,0.24793388,0.21900827,0.2107438,0.1983471,0.20661157,0.20661157,0.20247933,0.21900827,0.22727273,0.23966943,0.2603306,0.30165288,0.32231405,0.35123968,0.3966942,0.41735536,0.42561984,0.62396693,0.56198347,0.49586776,0.40082645,0.3264463,0.30165288,0.29338843,0.29752067,0.2892562,0.2892562,0.2603306,0.23966943,0.23140496,0.21900827,0.20661157,0.21487603,0.20247933,0.18595041,0.20247933,0.1983471,0.2231405,0.25619835,0.28099173,0.338843,0.36363637,0.37190083,0.38016528,0.38429752,0.45454547,0.49586776,0.5165289,0.53305787,0.5371901,0.5247934,0.5289256,0.4876033,0.446281,0.46694216,0.45041323,0.41322315,0.37603307,0.338843,0.30991736,0.32231405,0.27272728,0.21487603,0.19008264,0.16528925,0.16528925,0.14876033,0.1570248,0.16528925,0.16528925,0.18181819,0.18595041,0.1983471,0.2107438,0.22727273,0.23140496,0.23553719,0.24380165,0.29338843,0.40082645,0.45041323,0.61570245,0.57024795,0.41735536,0.338843,0.32231405,0.3140496,0.3264463,0.338843,0.35950413,0.3677686,0.34710744,0.338843,0.3429752,0.338843,0.30991736,0.3140496,0.32231405,0.30165288,0.2892562,0.2768595,0.2520661,0.2768595,0.29752067,0.3305785,0.35950413,0.38429752,0.3677686,0.3966942,0.4338843,0.46694216,0.4876033,0.4876033,0.5123967,0.49586776,0.49586776,0.45867768,0.42975205,0.44214877,0.42561984,0.38429752,0.338843,0.30991736,0.28099173,0.28099173,0.24793388,0.20661157,0.17768595,0.1694215,0.1694215,0.18595041,0.17355372,0.17768595,0.18595041,0.18595041,0.19421488,0.19421488,0.1983471,0.2107438,0.2107438,0.2231405,0.23140496,0.24380165,0.33471075,0.46280992,0.61570245,0.57024795,0.43801653,0.38016528,0.38429752,0.3966942,0.41735536,0.42561984,0.41322315,0.42561984,0.4090909,0.38842976,0.38016528,0.35123968,0.29752067,0.2768595,0.2603306,0.25619835,0.24793388,0.2520661,0.2644628,0.2768595,0.29752067,0.3264463,0.3429752,0.3553719,0.37603307,0.4090909,0.4214876,0.4338843,0.46280992,0.49586776,0.5247934,0.5082645,0.5,0.47933885,0.45454547,0.42975205,0.38842976,0.35950413,0.30991736,0.2892562,0.2644628,0.24793388,0.21487603,0.2107438,0.19421488,0.19008264,0.18181819,0.1983471,0.22727273,0.23966943,0.25619835,0.27272728,0.28512397,0.28099173,0.27272728,0.28512397,0.2892562,0.28099173,0.26859504,0.27272728,0.3429752,0.45867768,0.6198347,0.59917355,0.5082645,0.44214877,0.43801653,0.43801653,0.4338843,0.4338843,0.4214876,0.38016528,0.3264463,0.28512397,0.2603306,0.21900827,0.16115703,0.16528925,0.17768595,0.1694215,0.18181819,0.21487603,0.23140496,0.21900827,0.23140496,0.2644628,0.29338843,0.30991736,0.33471075,0.37190083,0.40495867,0.42561984,0.4752066,0.5413223,0.5661157,0.5495868,0.5289256,0.5165289,0.47107437,0.41322315,0.36363637,0.30165288,0.2603306,0.22727273,0.1983471,0.1983471,0.20247933,0.17768595,0.16115703,0.1570248,0.1446281,0.1446281,0.1446281,0.18181819,0.19008264,0.2231405,0.25619835,0.29338843,0.30991736,0.3305785,0.33471075,0.3429752,0.3305785,0.338843,0.38429752,0.45867768,0.607438,0.61570245,0.57024795,0.49173555,0.46280992,0.44214877,0.41735536,0.3966942,0.35123968,0.28512397,0.24380165,0.2107438,0.18181819,0.27272728,0.18595041,0.21487603,0.17355372,0.13636364,0.19008264,0.2603306,0.30991736,0.27272728,0.23966943,0.2520661,0.2768595,0.2892562,0.3140496,0.3305785,0.38842976,0.4338843,0.5,0.58677685,0.6198347,0.59917355,0.59090906,0.58264464,0.5,0.41735536,0.30578512,0.23553719,0.21487603,0.2107438,0.2107438,0.22727273,0.24793388,0.19421488,0.20661157,0.1694215,0.16528925,0.1694215,0.14049587,0.25619835,0.15289256,0.15289256,0.17768595,0.2231405,0.27272728,0.3140496,0.3429752,0.37190083,0.37603307,0.40495867,0.41735536,0.46280992,0.59917355,0.6198347,0.61157024,0.553719,0.4876033,0.446281,0.4090909,0.37190083,0.3264463,0.26859504,0.18595041,0.18595041,0.3181818,0.42561984,0.2520661,0.22727273,0.15289256,0.14876033,0.2107438,0.30578512,0.41322315,0.3553719,0.26859504,0.26859504,0.29752067,0.32231405,0.34710744,0.33471075,0.37190083,0.4338843,0.5165289,0.6280992,0.6818182,0.6694215,0.6652893,0.61570245,0.49586776,0.41735536,0.24793388,0.21487603,0.25619835,0.23966943,0.2231405,0.30165288,0.338843,0.22727273,0.19421488,0.17768595,0.16115703,0.20247933,0.17355372,0.3553719,0.25619835,0.16115703,0.16528925,0.18595041,0.23966943,0.2892562,0.33471075,0.38016528,0.40495867,0.43801653,0.43801653,0.45454547,0.60330576,0.61157024,0.6322314,0.59917355,0.5371901,0.47933885,0.42975205,0.38016528,0.3264463,0.28099173,0.2520661,0.24380165,0.3429752,0.4876033,0.3553719,0.25619835,0.2231405,0.20661157,0.2644628,0.34710744,0.40495867,0.3553719,0.30165288,0.29752067,0.2892562,0.38429752,0.38429752,0.38016528,0.38016528,0.446281,0.553719,0.6528926,0.70247936,0.7107438,0.6859504,0.62396693,0.49586776,0.39256197,0.27272728,0.23140496,0.2892562,0.24793388,0.2520661,0.28512397,0.3677686,0.30165288,0.22727273,0.21900827,0.20247933,0.23553719,0.29338843,0.3966942,0.30165288,0.2231405,0.20247933,0.19421488,0.23966943,0.2892562,0.3429752,0.38842976,0.42561984,0.446281,0.43801653,0.45041323,0.6198347,0.6446281,0.6363636,0.6198347,0.5785124,0.5247934,0.49173555,0.45867768,0.41322315,0.38016528,0.37190083,0.34710744,0.36363637,0.4338843,0.47107437,0.3553719,0.3140496,0.29338843,0.32231405,0.3553719,0.35950413,0.3305785,0.3140496,0.33471075,0.3553719,0.40495867,0.4214876,0.41735536,0.41322315,0.47933885,0.59504133,0.6487603,0.6983471,0.71900827,0.6818182,0.62396693,0.5082645,0.38842976,0.3181818,0.29752067,0.30165288,0.28099173,0.28512397,0.2768595,0.3181818,0.34710744,0.30165288,0.2768595,0.27272728,0.30991736,0.3966942,0.37603307,0.3181818,0.2644628,0.2644628,0.26859504,0.30991736,0.34710744,0.37603307,0.4214876,0.45454547,0.45454547,0.446281,0.45041323,0.6280992,0.6446281,0.6446281,0.6363636,0.61570245,0.59504133,0.59090906,0.55785125,0.5206612,0.5041322,0.49173555,0.45867768,0.45454547,0.45041323,0.47933885,0.46694216,0.40082645,0.38016528,0.37190083,0.3677686,0.3553719,0.338843,0.3305785,0.3429752,0.38842976,0.41322315,0.42975205,0.4338843,0.47933885,0.5495868,0.59917355,0.6487603,0.6983471,0.7355372,0.6942149,0.61570245,0.5041322,0.3966942,0.3553719,0.35123968,0.35123968,0.36363637,0.3429752,0.3305785,0.3429752,0.35950413,0.3677686,0.35123968,0.34710744,0.3677686,0.3966942,0.35950413,0.3553719,0.338843,0.35950413,0.37190083,0.40495867,0.42975205,0.42975205,0.45041323,0.46694216,0.46694216,0.46280992,0.446281,0.61157024,0.6487603,0.6446281,0.6487603,0.6446281,0.6446281,0.6404959,0.62396693,0.59917355,0.57438016,0.5495868,0.5165289,0.5123967,0.49586776,0.48347107,0.48347107,0.45041323,0.42561984,0.41735536,0.40082645,0.38016528,0.3553719,0.3553719,0.36363637,0.38842976,0.41322315,0.45454547,0.5206612,0.58677685,0.59917355,0.6198347,0.6487603,0.6942149,0.74380165,0.71900827,0.6487603,0.53305787,0.40495867,0.38842976,0.38016528,0.36363637,0.36363637,0.34710744,0.3429752,0.338843,0.35950413,0.38016528,0.38016528,0.38842976,0.38842976,0.39256197,0.3966942,0.39256197,0.40495867,0.4090909,0.45454547,0.46280992,0.47107437,0.4752066,0.4752066,0.4876033,0.47933885,0.46694216,0.45041323,0.607438,0.6446281,0.6363636,0.661157,0.6528926,0.6652893,0.6570248,0.6487603,0.6363636,0.61157024,0.5785124,0.5413223,0.5247934,0.5165289,0.49173555,0.4876033,0.47107437,0.44214877,0.45041323,0.45041323,0.42975205,0.42975205,0.41735536,0.41322315,0.43801653,0.47933885,0.5413223,0.6198347,0.6322314,0.62396693,0.62396693,0.6570248,0.7066116,0.76859504,0.73966944,0.6694215,0.5661157,0.42561984,0.41322315,0.4338843,0.40495867,0.38842976,0.37190083,0.37603307,0.37603307,0.37603307,0.38842976,0.38842976,0.39256197,0.40082645,0.38429752,0.4090909,0.4090909,0.43801653,0.45454547,0.48347107,0.4876033,0.5041322,0.5041322,0.49173555,0.4876033,0.47107437,0.46694216,0.4752066,0.607438,0.6322314,0.6322314,0.6570248,0.6570248,0.6694215,0.6694215,0.661157,0.6570248,0.6363636,0.6280992,0.60330576,0.5785124,0.57024795,0.54545456,0.553719,0.553719,0.5247934,0.5206612,0.5,0.47107437,0.46280992,0.4876033,0.5247934,0.5495868,0.58677685,0.6363636,0.6363636,0.62396693,0.6280992,0.6322314,0.6570248,0.7066116,0.78512394,0.76033056,0.6859504,0.58677685,0.45454547,0.41322315,0.46280992,0.46694216,0.446281,0.4214876,0.4090909,0.41735536,0.4214876,0.42975205,0.43801653,0.44214877,0.43801653,0.43801653,0.45041323,0.46280992,0.4876033,0.48347107,0.5165289,0.5123967,0.5123967,0.5041322,0.49586776,0.49173555,0.4752066,0.47107437,0.47933885,0.61157024,0.6280992,0.6322314,0.6446281,0.661157,0.6694215,0.6735537,0.6818182,0.6652893,0.6528926,0.6652893,0.6446281,0.6322314,0.6198347,0.59917355,0.59917355,0.59090906,0.5661157,0.54545456,0.54545456,0.5495868,0.59504133,0.6322314,0.6322314,0.61570245,0.6322314,0.6363636,0.62396693,0.61570245,0.6198347,0.6363636,0.6570248,0.71900827,0.78512394,0.74793386,0.6818182,0.58677685,0.48347107,0.42975205,0.446281,0.47107437,0.4876033,0.47933885,0.46280992,0.46280992,0.45867768,0.45454547,0.46280992,0.47107437,0.46694216,0.47933885,0.4752066,0.5,0.5082645,0.5206612,0.5165289,0.5165289,0.5123967,0.5082645,0.49173555,0.47933885,0.47107437,0.47107437,0.47933885,0.61157024,0.62396693,0.6198347,0.6322314,0.6487603,0.6570248,0.6652893,0.6818182,0.6735537,0.661157,0.6694215,0.6528926,0.6363636,0.6198347,0.60330576,0.58677685,0.58264464,0.58677685,0.58264464,0.6363636,0.6694215,0.6818182,0.6859504,0.6652893,0.6446281,0.6652893,0.6363636,0.6280992,0.6363636,0.62396693,0.6404959,0.6570248,0.72727275,0.7768595,0.7355372,0.677686,0.59504133,0.5165289,0.45867768,0.43801653,0.45454547,0.49173555,0.5123967,0.5165289,0.5082645,0.49173555,0.49173555,0.4876033,0.47933885,0.46280992,0.46694216,0.4752066,0.4876033,0.5041322,0.5247934,0.5165289,0.5123967,0.5041322,0.5041322,0.47933885,0.46280992,0.46280992,0.46694216,0.47933885,0.60330576,0.61570245,0.60330576,0.6198347,0.62396693,0.6322314,0.6528926,0.6735537,0.6694215,0.6570248,0.6570248,0.6570248,0.6363636,0.6198347,0.61157024,0.62396693,0.6404959,0.661157,0.6652893,0.6818182,0.6694215,0.6735537,0.6859504,0.6694215,0.6652893,0.6652893,0.6528926,0.6404959,0.6487603,0.6280992,0.6528926,0.6735537,0.73140496,0.76859504,0.72727275,0.677686,0.61570245,0.54545456,0.48347107,0.46280992,0.44214877,0.49586776,0.5165289,0.5413223,0.5413223,0.5247934,0.5206612,0.5289256,0.5123967,0.5,0.4876033,0.48347107,0.4876033,0.5041322,0.5123967,0.5247934,0.5123967,0.5,0.49173555,0.4752066,0.45454547,0.446281,0.45454547,0.45454547,0.58264464,0.61570245,0.58677685,0.6198347,0.59917355,0.61570245,0.6322314,0.6363636,0.6487603,0.6528926,0.6487603,0.6487603,0.6404959,0.6404959,0.6694215,0.6694215,0.6859504,0.69008267,0.6735537,0.677686,0.6652893,0.6652893,0.6859504,0.6694215,0.6570248,0.6528926,0.6487603,0.6446281,0.6528926,0.6487603,0.6570248,0.677686,0.75206614,0.76859504,0.73140496,0.6818182,0.6363636,0.5785124,0.5247934,0.4752066,0.446281,0.48347107,0.5206612,0.56198347,0.57024795,0.57024795,0.56198347,0.5413223,0.5495868,0.5413223,0.53305787,0.5165289,0.49586776,0.5041322,0.4876033,0.5082645,0.49586776,0.49173555,0.46694216,0.46694216,0.45041323,0.446281,0.446281,0.43801653,0.5661157,0.60330576,0.58677685,0.61570245,0.60330576,0.607438,0.61570245,0.6198347,0.6322314,0.6322314,0.62396693,0.6322314,0.6446281,0.6570248,0.6818182,0.6859504,0.6818182,0.6859504,0.6818182,0.6694215,0.6735537,0.6652893,0.6652893,0.6404959,0.62396693,0.607438,0.60330576,0.62396693,0.6528926,0.6570248,0.6652893,0.69008267,0.76033056,0.77272725,0.72727275,0.6942149,0.6528926,0.607438,0.55785125,0.4752066,0.4338843,0.43801653,0.47933885,0.5495868,0.5661157,0.58677685,0.59504133,0.57438016,0.57024795,0.54545456,0.54545456,0.5371901,0.5041322,0.5123967,0.49173555,0.49173555,0.4876033,0.4752066,0.446281,0.45867768,0.45041323,0.44214877,0.43801653,0.446281,0.553719,0.58264464,0.58264464,0.59917355,0.59504133,0.61157024,0.60330576,0.607438,0.6198347,0.6363636,0.6280992,0.6198347,0.6446281,0.661157,0.6818182,0.6818182,0.6859504,0.677686,0.6694215,0.6694215,0.6818182,0.6652893,0.6363636,0.59090906,0.56198347,0.56198347,0.58677685,0.61570245,0.6322314,0.6528926,0.6694215,0.70247936,0.76033056,0.75619835,0.71900827,0.6942149,0.661157,0.61570245,0.5785124,0.47933885,0.446281,0.40495867,0.41322315,0.5,0.54545456,0.55785125,0.5785124,0.57438016,0.5661157,0.553719,0.5495868,0.54545456,0.5289256,0.5165289,0.5041322,0.47933885,0.4752066,0.45867768,0.45041323,0.446281,0.43801653,0.42561984,0.446281,0.45867768,0.5413223,0.57438016,0.5661157,0.57438016,0.58264464,0.58677685,0.58677685,0.6198347,0.6363636,0.6322314,0.6322314,0.6322314,0.6363636,0.6570248,0.6735537,0.6694215,0.6859504,0.6694215,0.6570248,0.6487603,0.6280992,0.6322314,0.58264464,0.5165289,0.5165289,0.57024795,0.607438,0.61157024,0.6322314,0.6570248,0.6735537,0.7066116,0.73140496,0.70247936,0.71487606,0.69008267,0.6487603,0.61157024,0.57024795,0.49173555,0.49586776,0.48347107,0.37603307,0.42561984,0.5041322,0.5247934,0.553719,0.56198347,0.5495868,0.553719,0.5495868,0.5413223,0.53305787,0.5165289,0.5082645,0.47933885,0.46694216,0.45041323,0.45454547,0.446281,0.42561984,0.42561984,0.45454547,0.45041323,0.5371901,0.55785125,0.55785125,0.53305787,0.58264464,0.58677685,0.58677685,0.60330576,0.6198347,0.6198347,0.6198347,0.62396693,0.6404959,0.6528926,0.6652893,0.661157,0.6735537,0.6652893,0.6446281,0.61570245,0.58264464,0.57024795,0.5082645,0.4752066,0.5206612,0.59090906,0.6280992,0.6198347,0.6363636,0.6735537,0.6818182,0.7231405,0.7231405,0.6983471,0.6942149,0.6735537,0.6363636,0.61157024,0.56198347,0.49586776,0.5082645,0.5289256,0.37190083,0.3677686,0.42975205,0.4752066,0.5082645,0.53305787,0.5247934,0.53305787,0.5371901,0.53305787,0.53305787,0.5206612,0.5206612,0.48347107,0.46694216,0.45041323,0.44214877,0.42975205,0.41322315,0.43801653,0.4752066,0.48347107,0.553719,0.54545456,0.553719,0.5371901,0.57024795,0.57438016,0.58677685,0.59917355,0.59504133,0.59504133,0.607438,0.6198347,0.6446281,0.6528926,0.6652893,0.661157,0.6570248,0.6404959,0.61157024,0.55785125,0.53305787,0.49173555,0.46280992,0.46694216,0.53305787,0.59504133,0.607438,0.607438,0.6446281,0.6652893,0.6570248,0.71487606,0.6818182,0.6942149,0.6735537,0.661157,0.6280992,0.59504133,0.54545456,0.48347107,0.47933885,0.5206612,0.38842976,0.3429752,0.37603307,0.41735536,0.46694216,0.49586776,0.5206612,0.5371901,0.5371901,0.5289256,0.53305787,0.5165289,0.5041322,0.4876033,0.45867768,0.44214877,0.4338843,0.41735536,0.4090909,0.44214877,0.48347107,0.48347107,0.58264464,0.5495868,0.553719,0.56198347,0.553719,0.58264464,0.59090906,0.58677685,0.59090906,0.59090906,0.60330576,0.61570245,0.6363636,0.6528926,0.6570248,0.6528926,0.6404959,0.60330576,0.5661157,0.5206612,0.4752066,0.46280992,0.48347107,0.49586776,0.54545456,0.58264464,0.58677685,0.58677685,0.62396693,0.6404959,0.6570248,0.6528926,0.6404959,0.6570248,0.6487603,0.6322314,0.59090906,0.553719,0.5041322,0.446281,0.446281,0.47933885,0.38842976,0.338843,0.38429752,0.3677686,0.42561984,0.45454547,0.49173555,0.5247934,0.5289256,0.5206612,0.5165289,0.49586776,0.4752066,0.46694216,0.45041323,0.4338843,0.4338843,0.40495867,0.4090909,0.42975205,0.45867768,0.45454547,0.58677685,0.5495868,0.56198347,0.56198347,0.56198347,0.5661157,0.57438016,0.5785124,0.58677685,0.58677685,0.59917355,0.61570245,0.62396693,0.6446281,0.6404959,0.6280992,0.60330576,0.5661157,0.5247934,0.48347107,0.446281,0.5082645,0.5413223,0.5413223,0.5371901,0.553719,0.5661157,0.56198347,0.55785125,0.59090906,0.60330576,0.59917355,0.607438,0.61157024,0.59917355,0.57438016,0.53305787,0.47933885,0.4338843,0.4090909,0.4090909,0.42561984,0.38842976,0.38016528,0.41322315,0.38842976,0.38842976,0.4338843,0.45867768,0.4876033,0.5,0.5082645,0.5041322,0.4876033,0.46694216,0.446281,0.45454547,0.4338843,0.42561984,0.41735536,0.4090909,0.39256197,0.39256197,0.39256197,0.57438016,0.57024795,0.57438016,0.57024795,0.5661157,0.57024795,0.57024795,0.57024795,0.58677685,0.59504133,0.60330576,0.62396693,0.6280992,0.6404959,0.6280992,0.61570245,0.57438016,0.53305787,0.48347107,0.45454547,0.49173555,0.57438016,0.607438,0.59504133,0.53305787,0.49586776,0.5,0.48347107,0.4752066,0.5082645,0.5247934,0.5289256,0.53305787,0.5413223,0.5289256,0.49173555,0.46280992,0.3966942,0.3553719,0.36363637,0.37190083,0.38429752,0.40082645,0.4090909,0.42975205,0.45454547,0.40082645,0.4090909,0.44214877,0.45454547,0.47107437,0.49586776,0.5041322,0.47933885,0.4752066,0.446281,0.45041323,0.4338843,0.41735536,0.41322315,0.41322315,0.3429752,0.3429752,0.35123968,0.49586776,0.57438016,0.58264464,0.5785124,0.57438016,0.57024795,0.5661157,0.57024795,0.57024795,0.60330576,0.607438,0.6280992,0.6198347,0.6280992,0.6198347,0.59090906,0.54545456,0.5041322,0.47933885,0.5,0.58264464,0.6322314,0.6446281,0.6198347,0.59917355,0.47107437,0.41322315,0.3553719,0.338843,0.38016528,0.44214877,0.45454547,0.47107437,0.45454547,0.45454547,0.41735536,0.38016528,0.30991736,0.25619835,0.2892562,0.34710744,0.38016528,0.41322315,0.41322315,0.43801653,0.4752066,0.46280992,0.4214876,0.42561984,0.4338843,0.45041323,0.4876033,0.49173555,0.4752066,0.46280992,0.446281,0.446281,0.41322315,0.42975205,0.41735536,0.41322315,0.3264463,0.33471075,0.338843,0.42975205,0.5661157,0.58264464,0.58264464,0.57024795,0.5661157,0.56198347,0.57438016,0.5661157,0.59504133,0.59917355,0.6280992,0.6280992,0.6198347,0.607438,0.5785124,0.54545456,0.53305787,0.5371901,0.58264464,0.6528926,0.6487603,0.661157,0.6487603,0.6446281,0.5495868,0.38016528,0.29752067,0.30578512,0.30991736,0.3553719,0.39256197,0.4090909,0.4090909,0.38429752,0.35123968,0.32231405,0.2520661,0.23553719,0.29338843,0.37190083,0.40082645,0.4214876,0.4214876,0.44214877,0.4752066,0.49586776,0.45454547,0.43801653,0.4338843,0.446281,0.47933885,0.47933885,0.46694216,0.45867768,0.45041323,0.4338843,0.42975205,0.41322315,0.42975205,0.3966942,0.3181818,0.33471075,0.338843,0.40082645,0.5371901,0.58677685,0.58677685,0.56198347,0.56198347,0.55785125,0.553719,0.5661157,0.58264464,0.5785124,0.62396693,0.6363636,0.62396693,0.59917355,0.57438016,0.55785125,0.5785124,0.6198347,0.6363636,0.6487603,0.6652893,0.6487603,0.6446281,0.6487603,0.59504133,0.45041323,0.3553719,0.35950413,0.3553719,0.33471075,0.338843,0.3429752,0.34710744,0.3305785,0.29752067,0.30578512,0.28512397,0.3140496,0.3677686,0.40495867,0.4090909,0.41735536,0.4338843,0.446281,0.46694216,0.49586776,0.5082645,0.45867768,0.45454547,0.46694216,0.46280992,0.46694216,0.47107437,0.45867768,0.446281,0.42561984,0.41735536,0.42561984,0.4338843,0.37603307,0.3140496,0.338843,0.33471075,0.39256197,0.5041322,0.58677685,0.58264464,0.56198347,0.55785125,0.56198347,0.5495868,0.56198347,0.57438016,0.59917355,0.59917355,0.6198347,0.61157024,0.59917355,0.59090906,0.59917355,0.6198347,0.6404959,0.6322314,0.6322314,0.6528926,0.6280992,0.62396693,0.6280992,0.61157024,0.54545456,0.43801653,0.3966942,0.38429752,0.37190083,0.3553719,0.3429752,0.3305785,0.32231405,0.30991736,0.33471075,0.35950413,0.3966942,0.4090909,0.42561984,0.42561984,0.43801653,0.45867768,0.45041323,0.47107437,0.5041322,0.5123967,0.48347107,0.45867768,0.4752066,0.46694216,0.47107437,0.47107437,0.46280992,0.446281,0.41735536,0.4214876,0.42561984,0.42975205,0.35950413,0.30991736,0.33471075,0.33471075,0.38842976,0.47107437,0.58264464,0.58264464,0.57438016,0.56198347,0.56198347,0.553719,0.56198347,0.58264464,0.61157024,0.58677685,0.59090906,0.61157024,0.61157024,0.62396693,0.62396693,0.62396693,0.6446281,0.62396693,0.6322314,0.6363636,0.62396693,0.59917355,0.61570245,0.6322314,0.607438,0.5289256,0.45867768,0.42561984,0.4090909,0.38429752,0.38429752,0.3966942,0.38016528,0.36363637,0.38429752,0.41735536,0.44214877,0.446281,0.45454547,0.46694216,0.4752066,0.4752066,0.46280992,0.4752066,0.49586776,0.5123967,0.5165289,0.4752066,0.47107437,0.47933885,0.4752066,0.46694216,0.45867768,0.446281,0.42975205,0.42975205,0.42561984,0.42975205,0.33471075,0.30578512,0.3305785,0.3305785,0.38842976,0.42975205,0.57024795,0.5785124,0.57024795,0.57024795,0.57024795,0.553719,0.57438016,0.58677685,0.60330576,0.61157024,0.61157024,0.607438,0.62396693,0.6363636,0.61157024,0.61157024,0.6322314,0.6322314,0.6280992,0.6322314,0.6280992,0.607438,0.61570245,0.6363636,0.6322314,0.59090906,0.5413223,0.4876033,0.446281,0.38842976,0.3966942,0.42561984,0.4090909,0.4338843,0.43801653,0.44214877,0.45041323,0.47107437,0.4752066,0.47933885,0.47933885,0.47933885,0.47933885,0.46694216,0.4876033,0.48347107,0.5206612,0.49173555,0.4876033,0.4876033,0.47933885,0.4752066,0.46280992,0.45454547,0.44214877,0.4338843,0.42975205,0.41322315,0.3181818,0.30991736,0.32231405,0.32231405,0.38842976,0.40082645,0.54545456,0.5661157,0.57024795,0.56198347,0.5785124,0.553719,0.5785124,0.58677685,0.60330576,0.6198347,0.62396693,0.6198347,0.6322314,0.6322314,0.6198347,0.59504133,0.61157024,0.6363636,0.61570245,0.6198347,0.62396693,0.6198347,0.62396693,0.6446281,0.6446281,0.61570245,0.59917355,0.57438016,0.5082645,0.45041323,0.43801653,0.43801653,0.44214877,0.47107437,0.46280992,0.47107437,0.47107437,0.48347107,0.47107437,0.4752066,0.4752066,0.47107437,0.4752066,0.45454547,0.46280992,0.47107437,0.49173555,0.5,0.49173555,0.5041322,0.4876033,0.47933885,0.46280992,0.45867768,0.44214877,0.4338843,0.42975205,0.39256197,0.29752067,0.3181818,0.3181818,0.32231405,0.39256197,0.38842976,0.5041322,0.56198347,0.5661157,0.55785125,0.55785125,0.553719,0.57438016,0.59917355,0.6198347,0.6280992,0.62396693,0.6322314,0.6446281,0.6363636,0.62396693,0.59504133,0.58677685,0.59917355,0.59090906,0.58677685,0.61570245,0.61570245,0.6198347,0.6322314,0.61570245,0.607438,0.607438,0.6198347,0.59504133,0.54545456,0.5289256,0.4876033,0.48347107,0.47933885,0.46694216,0.45454547,0.42975205,0.4214876,0.42561984,0.42561984,0.42975205,0.43801653,0.446281,0.42561984,0.41735536,0.42561984,0.46280992,0.5,0.49173555,0.5041322,0.4876033,0.48347107,0.46694216,0.45454547,0.44214877,0.43801653,0.4338843,0.3677686,0.30578512,0.32231405,0.3140496,0.3140496,0.3966942,0.38429752,0.47107437,0.56198347,0.553719,0.5495868,0.5495868,0.5661157,0.59090906,0.607438,0.61157024,0.6198347,0.62396693,0.6404959,0.6322314,0.6322314,0.607438,0.56198347,0.5371901,0.5289256,0.5413223,0.5495868,0.5785124,0.5661157,0.56198347,0.5371901,0.49173555,0.47107437,0.46694216,0.46694216,0.47107437,0.47933885,0.49173555,0.49173555,0.4752066,0.4214876,0.37603307,0.338843,0.3305785,0.3264463,0.3305785,0.3305785,0.3264463,0.338843,0.3553719,0.35123968,0.34710744,0.40082645,0.45041323,0.47933885,0.47933885,0.49173555,0.48347107,0.48347107,0.46694216,0.446281,0.4338843,0.42975205,0.4214876,0.33471075,0.3140496,0.3140496,0.30991736,0.3264463,0.40495867,0.38842976,0.41322315,0.5495868,0.57024795,0.5495868,0.5495868,0.56198347,0.58264464,0.60330576,0.59917355,0.6198347,0.6322314,0.6363636,0.6280992,0.61570245,0.57024795,0.5165289,0.46280992,0.40495867,0.4338843,0.46694216,0.46694216,0.4338843,0.3966942,0.35123968,0.338843,0.33471075,0.30991736,0.3181818,0.3429752,0.33471075,0.3181818,0.33471075,0.3305785,0.3305785,0.30578512,0.2520661,0.3140496,0.2892562,0.2520661,0.25619835,0.2231405,0.2231405,0.21900827,0.20661157,0.2644628,0.3966942,0.43801653,0.45867768,0.47107437,0.48347107,0.48347107,0.4752066,0.46694216,0.446281,0.4338843,0.4338843,0.40082645,0.30991736,0.30165288,0.30165288,0.30578512,0.3140496,0.39256197,0.40495867,0.38429752,0.5041322,0.56198347,0.553719,0.5495868,0.5661157,0.57438016,0.5785124,0.58264464,0.607438,0.6446281,0.6322314,0.62396693,0.58677685,0.5495868,0.5041322,0.45454547,0.32231405,0.27272728,0.28512397,0.27272728,0.24380165,0.23966943,0.16115703,0.26859504,0.30578512,0.2520661,0.33471075,0.41735536,0.3966942,0.30991736,0.3264463,0.37190083,0.39256197,0.34710744,0.27272728,0.3429752,0.30578512,0.22727273,0.23140496,0.15289256,0.12809917,0.15289256,0.19008264,0.28512397,0.41322315,0.45867768,0.43801653,0.46694216,0.4876033,0.4752066,0.47933885,0.46280992,0.44214877,0.43801653,0.43801653,0.3677686,0.30165288,0.30165288,0.30991736,0.30165288,0.30578512,0.3966942,0.4090909,0.38016528,0.45041323,0.553719,0.553719,0.55785125,0.5661157,0.5785124,0.553719,0.55785125,0.59090906,0.6363636,0.6280992,0.59090906,0.56198347,0.5495868,0.5371901,0.5413223,0.47933885,0.40082645,0.33471075,0.24793388,0.18595041,0.19008264,0.12809917,0.27272728,0.2892562,0.19008264,0.36363637,0.3966942,0.39256197,0.34710744,0.3677686,0.41735536,0.37603307,0.37603307,0.338843,0.28512397,0.338843,0.23140496,0.23140496,0.19421488,0.18595041,0.2520661,0.32231405,0.3966942,0.446281,0.46694216,0.45041323,0.446281,0.47933885,0.47107437,0.4752066,0.45867768,0.42975205,0.42975205,0.42561984,0.3305785,0.28512397,0.29752067,0.30165288,0.30578512,0.30991736,0.39256197,0.40082645,0.38842976,0.41322315,0.54545456,0.5495868,0.55785125,0.55785125,0.5785124,0.56198347,0.5495868,0.58677685,0.61570245,0.6198347,0.57438016,0.5495868,0.56198347,0.57438016,0.61157024,0.6198347,0.58264464,0.5206612,0.47107437,0.41735536,0.37190083,0.3140496,0.38429752,0.35950413,0.2644628,0.38429752,0.33471075,0.32231405,0.34710744,0.3305785,0.4090909,0.3181818,0.36363637,0.4090909,0.22727273,0.39256197,0.30991736,0.2644628,0.30165288,0.338843,0.37603307,0.4090909,0.45454547,0.4752066,0.46280992,0.47107437,0.45454547,0.45867768,0.45041323,0.46280992,0.45041323,0.4338843,0.43801653,0.38842976,0.30578512,0.28512397,0.30991736,0.29338843,0.30165288,0.30991736,0.40495867,0.40495867,0.39256197,0.4090909,0.5661157,0.5371901,0.5495868,0.55785125,0.57438016,0.57438016,0.5661157,0.58677685,0.59504133,0.59090906,0.56198347,0.57024795,0.5785124,0.59090906,0.62396693,0.6570248,0.6404959,0.5785124,0.5413223,0.553719,0.5082645,0.54545456,0.5661157,0.55785125,0.49586776,0.46280992,0.42561984,0.40082645,0.41322315,0.38429752,0.42561984,0.38016528,0.38842976,0.42561984,0.30991736,0.39256197,0.37603307,0.37603307,0.4090909,0.4214876,0.41322315,0.4214876,0.46280992,0.47933885,0.45867768,0.46694216,0.45867768,0.42561984,0.46280992,0.45454547,0.44214877,0.4338843,0.4214876,0.34710744,0.29338843,0.28512397,0.29752067,0.29752067,0.30165288,0.29752067,0.39256197,0.40495867,0.38842976,0.40082645,0.58677685,0.553719,0.5289256,0.5495868,0.56198347,0.5661157,0.57024795,0.58264464,0.59090906,0.57438016,0.5661157,0.58677685,0.59917355,0.60330576,0.6280992,0.6570248,0.6487603,0.60330576,0.55785125,0.5413223,0.5,0.5041322,0.57024795,0.59090906,0.60330576,0.59090906,0.58264464,0.553719,0.5289256,0.5247934,0.5041322,0.5123967,0.5,0.4876033,0.46694216,0.46694216,0.45454547,0.46694216,0.42975205,0.3966942,0.38429752,0.4214876,0.46280992,0.45454547,0.47107437,0.446281,0.46280992,0.42975205,0.44214877,0.45041323,0.43801653,0.42561984,0.37603307,0.29752067,0.29338843,0.29338843,0.29752067,0.29338843,0.30165288,0.29752067,0.38842976,0.40495867,0.38842976,0.40082645,0.60330576,0.59090906,0.5247934,0.5247934,0.5413223,0.54545456,0.55785125,0.5661157,0.57438016,0.5785124,0.57438016,0.59504133,0.58264464,0.61157024,0.6322314,0.6404959,0.6404959,0.6404959,0.59504133,0.553719,0.49586776,0.49173555,0.49586776,0.5,0.5289256,0.54545456,0.5661157,0.5661157,0.5495868,0.553719,0.553719,0.56198347,0.55785125,0.5371901,0.5123967,0.5041322,0.45041323,0.4214876,0.37603307,0.3677686,0.38016528,0.4214876,0.44214877,0.45041323,0.45867768,0.45867768,0.446281,0.446281,0.42975205,0.44214877,0.4338843,0.4090909,0.30578512,0.28512397,0.30165288,0.29752067,0.29752067,0.28512397,0.29338843,0.2892562,0.39256197,0.40082645,0.38842976,0.40082645,0.607438,0.59504133,0.5495868,0.5082645,0.5247934,0.5289256,0.553719,0.55785125,0.56198347,0.58264464,0.59917355,0.58677685,0.59917355,0.607438,0.59917355,0.62396693,0.6363636,0.6446281,0.61157024,0.57024795,0.53305787,0.5123967,0.49173555,0.47107437,0.46280992,0.45867768,0.46694216,0.45454547,0.45454547,0.46280992,0.47933885,0.46694216,0.45454547,0.44214877,0.42561984,0.40495867,0.37603307,0.3553719,0.3429752,0.37603307,0.38842976,0.4214876,0.446281,0.43801653,0.45041323,0.45454547,0.45041323,0.44214877,0.43801653,0.4338843,0.42975205,0.3429752,0.28099173,0.29752067,0.29338843,0.29338843,0.2892562,0.2892562,0.2892562,0.28512397,0.3966942,0.3966942,0.37190083,0.4214876,0.60330576,0.59090906,0.55785125,0.5123967,0.5,0.5165289,0.53305787,0.56198347,0.5495868,0.56198347,0.59504133,0.607438,0.6322314,0.6280992,0.60330576,0.62396693,0.6280992,0.6322314,0.607438,0.5785124,0.5371901,0.5123967,0.5082645,0.47933885,0.43801653,0.41735536,0.41322315,0.38842976,0.37190083,0.37603307,0.38842976,0.3677686,0.35123968,0.34710744,0.338843,0.3429752,0.338843,0.35950413,0.3553719,0.38429752,0.38842976,0.42975205,0.45041323,0.44214877,0.45454547,0.446281,0.43801653,0.42561984,0.4338843,0.4214876,0.41735536,0.28512397,0.28512397,0.29752067,0.28099173,0.2892562,0.28512397,0.2892562,0.2892562,0.28099173,0.39256197,0.41322315,0.3553719,0.4338843,0.59917355,0.58264464,0.5661157,0.5206612,0.48347107,0.49173555,0.5123967,0.53305787,0.53305787,0.54545456,0.57438016,0.60330576,0.61157024,0.62396693,0.61157024,0.6280992,0.6363636,0.6363636,0.62396693,0.59090906,0.5495868,0.5206612,0.5,0.46694216,0.44214877,0.40082645,0.3966942,0.38016528,0.35950413,0.34710744,0.338843,0.3305785,0.33471075,0.3429752,0.33471075,0.35123968,0.3677686,0.36363637,0.37603307,0.38429752,0.41322315,0.44214877,0.45454547,0.45454547,0.47107437,0.45454547,0.43801653,0.42975205,0.4214876,0.41322315,0.41322315,0.2644628,0.2892562,0.29752067,0.28512397,0.28512397,0.28512397,0.28512397,0.2892562,0.28099173,0.40082645,0.40082645,0.3553719,0.45454547,0.61157024,0.58264464,0.56198347,0.54545456,0.4876033,0.46694216,0.4876033,0.5,0.5289256,0.5289256,0.55785125,0.59504133,0.59090906,0.59917355,0.61157024,0.61157024,0.6198347,0.6198347,0.62396693,0.607438,0.55785125,0.5413223,0.5165289,0.4876033,0.4752066,0.4338843,0.4090909,0.3966942,0.38429752,0.37603307,0.3677686,0.35950413,0.35950413,0.37190083,0.38842976,0.39256197,0.39256197,0.38429752,0.41322315,0.42975205,0.45041323,0.4752066,0.46694216,0.46280992,0.45867768,0.45454547,0.43801653,0.43801653,0.40082645,0.4090909,0.42561984,0.25619835,0.2892562,0.28512397,0.28512397,0.2768595,0.28512397,0.28099173,0.28099173,0.2768595,0.40082645,0.4090909,0.3429752,0.4876033,0.61157024,0.60330576,0.54545456,0.5413223,0.5206612,0.48347107,0.46694216,0.46694216,0.49586776,0.5165289,0.5371901,0.57438016,0.5785124,0.58264464,0.60330576,0.607438,0.59090906,0.60330576,0.61570245,0.6198347,0.59090906,0.5785124,0.55785125,0.5413223,0.54545456,0.5165289,0.5,0.47107437,0.45454547,0.4338843,0.44214877,0.4338843,0.4338843,0.43801653,0.446281,0.4338843,0.44214877,0.4338843,0.44214877,0.45867768,0.4752066,0.5,0.4752066,0.47933885,0.45867768,0.45041323,0.42975205,0.4214876,0.38016528,0.41322315,0.4338843,0.2520661,0.2892562,0.28099173,0.28099173,0.2768595,0.28512397,0.28099173,0.28099173,0.28099173,0.39256197,0.39256197,0.35123968,0.5289256,0.60330576,0.607438,0.57024795,0.5413223,0.553719,0.5247934,0.47933885,0.446281,0.46694216,0.4876033,0.5165289,0.54545456,0.5785124,0.57024795,0.59917355,0.61570245,0.59917355,0.607438,0.61157024,0.6198347,0.6280992,0.6198347,0.61157024,0.61157024,0.61157024,0.59917355,0.59917355,0.58264464,0.5661157,0.5495868,0.5371901,0.5289256,0.5206612,0.5041322,0.49586776,0.48347107,0.5,0.49173555,0.4752066,0.49173555,0.5123967,0.5206612,0.4876033,0.4752066,0.45454547,0.42975205,0.41735536,0.3966942,0.38429752,0.4338843,0.4338843,0.2520661,0.28512397,0.28512397,0.27272728,0.2768595,0.27272728,0.28099173,0.2768595,0.2768595,0.38429752,0.39256197,0.3677686,0.55785125,0.607438,0.59090906,0.59090906,0.56198347,0.56198347,0.5413223,0.5082645,0.45454547,0.43801653,0.45867768,0.48347107,0.5165289,0.55785125,0.553719,0.5661157,0.60330576,0.60330576,0.59504133,0.61570245,0.61570245,0.6322314,0.6404959,0.6280992,0.6280992,0.6322314,0.6404959,0.62396693,0.6570248,0.6404959,0.62396693,0.60330576,0.58264464,0.59090906,0.5785124,0.5785124,0.57438016,0.55785125,0.5371901,0.53305787,0.5371901,0.553719,0.5289256,0.49586776,0.45867768,0.43801653,0.41735536,0.40082645,0.3966942,0.40495867,0.43801653,0.4338843,0.24380165,0.2892562,0.28512397,0.2768595,0.28099173,0.28099173,0.2768595,0.28099173,0.26859504,0.4214876,0.42561984,0.43801653,0.57438016,0.61570245,0.59090906,0.58264464,0.57024795,0.55785125,0.5413223,0.5247934,0.4876033,0.45041323,0.4338843,0.45041323,0.48347107,0.5206612,0.53305787,0.5413223,0.5661157,0.57438016,0.57438016,0.61570245,0.6363636,0.6322314,0.6322314,0.61570245,0.6404959,0.6322314,0.6322314,0.6487603,0.6363636,0.6404959,0.61570245,0.607438,0.59504133,0.60330576,0.59917355,0.60330576,0.607438,0.57024795,0.5661157,0.5785124,0.55785125,0.55785125,0.5247934,0.48347107,0.45041323,0.4214876,0.4090909,0.39256197,0.39256197,0.41735536,0.45041323,0.41735536,0.24380165,0.28512397,0.28099173,0.2892562,0.27272728,0.28099173,0.2768595,0.2768595,0.27272728,0.6198347,0.62396693,0.56198347,0.58264464,0.61157024,0.61570245,0.58677685,0.57024795,0.55785125,0.54545456,0.5289256,0.5082645,0.47933885,0.446281,0.43801653,0.4338843,0.47933885,0.5082645,0.5206612,0.53305787,0.5413223,0.5661157,0.59504133,0.60330576,0.607438,0.61157024,0.607438,0.59917355,0.60330576,0.61157024,0.6280992,0.6198347,0.61157024,0.607438,0.607438,0.60330576,0.59917355,0.59504133,0.58264464,0.5785124,0.54545456,0.56198347,0.57438016,0.55785125,0.5289256,0.5041322,0.45454547,0.4338843,0.40495867,0.39256197,0.39256197,0.40082645,0.4214876,0.45041323,0.4214876,0.23140496,0.29338843,0.2768595,0.28512397,0.28099173,0.27272728,0.2768595,0.27272728,0.2768595,0.6694215,0.60330576,0.57024795,0.58264464,0.607438,0.61570245,0.59090906,0.58264464,0.55785125,0.55785125,0.5413223,0.5247934,0.49586776,0.47107437,0.45454547,0.4338843,0.42975205,0.45454547,0.5,0.5,0.5247934,0.5495868,0.5661157,0.56198347,0.56198347,0.59090906,0.58264464,0.5785124,0.58677685,0.59090906,0.59917355,0.58677685,0.58264464,0.58264464,0.5785124,0.57024795,0.5661157,0.5661157,0.55785125,0.5495868,0.5165289,0.5371901,0.5413223,0.54545456,0.5,0.45454547,0.43801653,0.4090909,0.39256197,0.39256197,0.40082645,0.4214876,0.43801653,0.43801653,0.44214877,0.35950413,0.28099173,0.30991736,0.29752067,0.2892562,0.2768595,0.26859504,0.27272728,0.27272728,0.61157024,0.607438,0.58677685,0.59504133,0.607438,0.61570245,0.59504133,0.58264464,0.5661157,0.56198347,0.55785125,0.5247934,0.5,0.4876033,0.47107437,0.46280992,0.446281,0.41322315,0.45867768,0.4752066,0.5,0.5165289,0.5289256,0.5,0.5,0.55785125,0.57438016,0.57438016,0.57024795,0.56198347,0.55785125,0.5495868,0.5371901,0.5413223,0.54545456,0.5289256,0.5247934,0.5123967,0.5041322,0.49586776,0.47933885,0.5082645,0.5165289,0.5,0.45454547,0.4214876,0.4214876,0.38842976,0.38429752,0.40082645,0.4214876,0.42561984,0.4338843,0.44214877,0.43801653,0.45041323,0.4338843,0.45041323,0.41735536,0.36363637,0.3264463,0.29338843,0.27272728,0.27272728,0.62396693,0.6198347,0.59504133,0.60330576,0.607438,0.6198347,0.60330576,0.58264464,0.5785124,0.56198347,0.56198347,0.53305787,0.5165289,0.5,0.47933885,0.45867768,0.45867768,0.45454547,0.41322315,0.45041323,0.46280992,0.47933885,0.4876033,0.5,0.5041322,0.5289256,0.5495868,0.5495868,0.5413223,0.5082645,0.5165289,0.5165289,0.5,0.5041322,0.5082645,0.5041322,0.49586776,0.47933885,0.47107437,0.45454547,0.446281,0.47933885,0.47107437,0.4338843,0.41322315,0.3966942,0.3966942,0.39256197,0.39256197,0.40495867,0.4214876,0.42561984,0.44214877,0.44214877,0.44214877,0.43801653,0.45041323,0.45867768,0.4338843,0.43801653,0.5041322,0.446281,0.338843,0.28099173,0.6280992,0.6280992,0.59917355,0.60330576,0.607438,0.62396693,0.60330576,0.59917355,0.58677685,0.5661157,0.57438016,0.5495868,0.5289256,0.5165289,0.5041322,0.48347107,0.46694216,0.4752066,0.44214877,0.45454547,0.44214877,0.45454547,0.45867768,0.45867768,0.46694216,0.49173555,0.5,0.49173555,0.48347107,0.46280992,0.46280992,0.47933885,0.45454547,0.46694216,0.45454547,0.45867768,0.4752066,0.4752066,0.45867768,0.44214877,0.43801653,0.44214877,0.4090909,0.39256197,0.39256197,0.3966942,0.40495867,0.4090909,0.40082645,0.41735536,0.4214876,0.42975205,0.44214877,0.446281,0.44214877,0.446281,0.45454547,0.46280992,0.46694216,0.40082645,0.5206612,0.661157,0.55785125,0.44214877,29 +0.48347107,0.5247934,0.553719,0.58264464,0.607438,0.62396693,0.6404959,0.661157,0.6694215,0.6735537,0.6983471,0.6983471,0.7066116,0.7066116,0.6735537,0.6859504,0.6942149,0.70247936,0.70247936,0.7066116,0.71487606,0.6859504,0.70247936,0.71487606,0.71487606,0.7066116,0.71487606,0.6983471,0.6652893,0.6694215,0.6487603,0.6280992,0.6652893,0.6363636,0.61570245,0.6198347,0.6198347,0.5495868,0.46280992,0.49173555,0.5123967,0.5165289,0.5495868,0.57438016,0.58264464,0.59917355,0.60330576,0.58264464,0.58677685,0.55785125,0.5289256,0.5371901,0.5206612,0.4876033,0.47933885,0.5082645,0.49173555,0.46694216,0.47933885,0.48347107,0.47107437,0.4338843,0.38016528,0.2603306,0.48347107,0.5289256,0.55785125,0.58264464,0.60330576,0.6198347,0.6322314,0.6487603,0.6694215,0.677686,0.6983471,0.7066116,0.7066116,0.7107438,0.6942149,0.70247936,0.7107438,0.7066116,0.7231405,0.72727275,0.73140496,0.7066116,0.71900827,0.72727275,0.73140496,0.71487606,0.6983471,0.6983471,0.6818182,0.6652893,0.6735537,0.6528926,0.6528926,0.6322314,0.607438,0.62396693,0.59504133,0.49586776,0.49173555,0.5289256,0.5289256,0.5371901,0.57024795,0.59917355,0.607438,0.60330576,0.59917355,0.58264464,0.57024795,0.5495868,0.5371901,0.55785125,0.5371901,0.49173555,0.49586776,0.5123967,0.4876033,0.4876033,0.47933885,0.47933885,0.45454547,0.41735536,0.35950413,0.23553719,0.5041322,0.5413223,0.5661157,0.59504133,0.6198347,0.62396693,0.6280992,0.6322314,0.6570248,0.677686,0.6983471,0.7066116,0.7066116,0.7231405,0.72727275,0.7355372,0.74380165,0.73966944,0.74380165,0.73966944,0.73966944,0.73966944,0.74380165,0.73140496,0.73966944,0.75206614,0.73140496,0.7066116,0.6942149,0.6652893,0.677686,0.677686,0.6528926,0.6198347,0.59504133,0.58677685,0.5165289,0.5041322,0.54545456,0.57438016,0.55785125,0.55785125,0.62396693,0.6198347,0.6363636,0.6280992,0.61157024,0.59917355,0.56198347,0.553719,0.55785125,0.59090906,0.54545456,0.5082645,0.5289256,0.53305787,0.5041322,0.5082645,0.5,0.47933885,0.446281,0.4090909,0.3264463,0.20247933,0.53305787,0.55785125,0.56198347,0.59917355,0.62396693,0.61570245,0.6198347,0.6322314,0.6487603,0.6694215,0.69008267,0.70247936,0.71487606,0.73140496,0.7355372,0.75206614,0.75206614,0.74380165,0.75206614,0.75206614,0.74793386,0.75619835,0.76033056,0.75206614,0.74793386,0.7644628,0.74380165,0.71900827,0.71900827,0.6942149,0.6818182,0.69008267,0.6570248,0.6322314,0.62396693,0.61570245,0.5785124,0.59504133,0.6198347,0.6198347,0.59090906,0.61157024,0.6446281,0.6404959,0.6652893,0.6363636,0.61157024,0.62396693,0.57024795,0.55785125,0.59090906,0.60330576,0.5371901,0.5247934,0.55785125,0.5371901,0.5413223,0.53305787,0.5082645,0.48347107,0.4338843,0.39256197,0.30165288,0.17768595,0.5661157,0.58264464,0.58264464,0.59917355,0.61570245,0.61157024,0.61570245,0.6363636,0.6446281,0.6652893,0.69008267,0.7066116,0.71900827,0.73140496,0.72727275,0.74793386,0.75619835,0.75619835,0.76033056,0.76033056,0.76859504,0.7644628,0.7644628,0.75619835,0.72727275,0.71900827,0.7355372,0.73966944,0.7355372,0.7231405,0.71487606,0.70247936,0.6652893,0.6528926,0.6652893,0.6528926,0.6198347,0.6322314,0.6487603,0.661157,0.6446281,0.6652893,0.6652893,0.6528926,0.6735537,0.6404959,0.6198347,0.6198347,0.61157024,0.59504133,0.60330576,0.61157024,0.55785125,0.5247934,0.5785124,0.5289256,0.5495868,0.54545456,0.5123967,0.4752066,0.42975205,0.37190083,0.28099173,0.1694215,0.59917355,0.61157024,0.60330576,0.61570245,0.6198347,0.61570245,0.62396693,0.6487603,0.6694215,0.677686,0.70247936,0.71487606,0.72727275,0.7355372,0.7355372,0.74793386,0.76033056,0.76033056,0.75619835,0.76033056,0.7644628,0.75619835,0.7644628,0.76033056,0.74380165,0.7355372,0.7355372,0.74793386,0.73966944,0.71900827,0.71487606,0.6983471,0.6570248,0.6652893,0.677686,0.6735537,0.677686,0.6694215,0.6735537,0.6942149,0.6942149,0.69008267,0.6818182,0.661157,0.6694215,0.661157,0.6322314,0.6322314,0.6363636,0.62396693,0.61570245,0.6198347,0.60330576,0.5661157,0.553719,0.5206612,0.54545456,0.5371901,0.5082645,0.4752066,0.4214876,0.3553719,0.2603306,0.16528925,0.61570245,0.62396693,0.61157024,0.61570245,0.6198347,0.6322314,0.6404959,0.6528926,0.6942149,0.6859504,0.6983471,0.70247936,0.71487606,0.7231405,0.73140496,0.73966944,0.73966944,0.7355372,0.7355372,0.75206614,0.73966944,0.72727275,0.74380165,0.74793386,0.73966944,0.73966944,0.7355372,0.73966944,0.7231405,0.70247936,0.70247936,0.6983471,0.6694215,0.6735537,0.6859504,0.6694215,0.6694215,0.6652893,0.6652893,0.69008267,0.70247936,0.6942149,0.69008267,0.677686,0.6694215,0.6570248,0.59917355,0.62396693,0.6487603,0.6363636,0.6363636,0.6322314,0.6280992,0.61570245,0.58264464,0.5495868,0.5495868,0.5289256,0.5123967,0.47933885,0.41322315,0.34710744,0.23966943,0.15289256,0.6198347,0.61157024,0.6198347,0.61570245,0.6322314,0.6363636,0.6694215,0.6652893,0.6818182,0.677686,0.6487603,0.6363636,0.661157,0.69008267,0.6983471,0.69008267,0.6818182,0.6942149,0.69008267,0.70247936,0.7066116,0.6983471,0.71487606,0.71900827,0.7107438,0.7107438,0.7107438,0.6818182,0.6446281,0.6446281,0.6735537,0.6942149,0.6818182,0.677686,0.6818182,0.6487603,0.6487603,0.6487603,0.6404959,0.6652893,0.6818182,0.6818182,0.6859504,0.6818182,0.6694215,0.6570248,0.62396693,0.62396693,0.6404959,0.6363636,0.6322314,0.62396693,0.6198347,0.61157024,0.59090906,0.5661157,0.54545456,0.5289256,0.5041322,0.47933885,0.4090909,0.35123968,0.21900827,0.14049587,0.607438,0.61570245,0.62396693,0.6363636,0.6570248,0.6363636,0.6528926,0.6446281,0.607438,0.59917355,0.5661157,0.553719,0.56198347,0.59504133,0.59090906,0.58677685,0.5785124,0.60330576,0.607438,0.60330576,0.6363636,0.6280992,0.6446281,0.6528926,0.59917355,0.6694215,0.6570248,0.607438,0.54545456,0.5785124,0.6322314,0.6652893,0.6652893,0.6570248,0.6363636,0.6198347,0.62396693,0.62396693,0.6363636,0.6487603,0.6446281,0.6570248,0.6694215,0.661157,0.6487603,0.6363636,0.6280992,0.6280992,0.62396693,0.6280992,0.6198347,0.607438,0.59917355,0.58264464,0.57024795,0.55785125,0.5371901,0.5165289,0.5,0.46694216,0.41735536,0.3553719,0.1983471,0.1446281,0.58264464,0.60330576,0.6198347,0.62396693,0.6198347,0.5785124,0.5661157,0.5413223,0.49586776,0.49173555,0.46280992,0.46694216,0.45041323,0.45867768,0.45041323,0.42975205,0.42561984,0.46280992,0.4752066,0.45867768,0.47107437,0.48347107,0.5041322,0.53305787,0.5,0.5661157,0.58264464,0.5247934,0.5041322,0.553719,0.59090906,0.62396693,0.6280992,0.6322314,0.607438,0.60330576,0.6198347,0.60330576,0.6322314,0.6446281,0.6280992,0.6198347,0.61570245,0.6280992,0.61570245,0.61157024,0.60330576,0.59090906,0.59090906,0.59504133,0.58677685,0.58264464,0.57024795,0.553719,0.5413223,0.53305787,0.5,0.4876033,0.47107437,0.45454547,0.42561984,0.34710744,0.18181819,0.18595041,0.57438016,0.57024795,0.5495868,0.5247934,0.47933885,0.44214877,0.4214876,0.40082645,0.3966942,0.39256197,0.37190083,0.37603307,0.35123968,0.34710744,0.3429752,0.34710744,0.3305785,0.33471075,0.3305785,0.32231405,0.30991736,0.338843,0.3677686,0.40495867,0.4214876,0.47107437,0.46694216,0.45041323,0.44214877,0.5165289,0.5371901,0.55785125,0.55785125,0.59504133,0.5785124,0.57024795,0.59504133,0.62396693,0.61570245,0.6198347,0.60330576,0.58264464,0.58677685,0.58264464,0.57024795,0.5661157,0.5289256,0.5247934,0.5165289,0.5123967,0.5041322,0.5041322,0.49586776,0.48347107,0.45454547,0.45454547,0.42975205,0.40082645,0.38842976,0.38429752,0.40495867,0.3429752,0.19008264,0.23966943,0.5371901,0.48347107,0.44214877,0.38429752,0.3429752,0.3264463,0.33471075,0.32231405,0.32231405,0.32231405,0.30991736,0.30165288,0.29338843,0.28099173,0.2520661,0.25619835,0.25619835,0.2520661,0.23553719,0.23966943,0.23140496,0.2520661,0.2603306,0.29752067,0.33471075,0.35950413,0.40495867,0.43801653,0.42561984,0.45454547,0.4752066,0.49586776,0.5413223,0.58264464,0.59090906,0.607438,0.59090906,0.61570245,0.59917355,0.58264464,0.5661157,0.553719,0.56198347,0.5371901,0.5082645,0.48347107,0.42975205,0.4214876,0.39256197,0.35950413,0.33471075,0.338843,0.32231405,0.30578512,0.28099173,0.29338843,0.30578512,0.30165288,0.2768595,0.2768595,0.3181818,0.30578512,0.2107438,0.27272728,0.5082645,0.40495867,0.36363637,0.3264463,0.32231405,0.30578512,0.30165288,0.3181818,0.3305785,0.3429752,0.34710744,0.33471075,0.30578512,0.2768595,0.26859504,0.2603306,0.24380165,0.24793388,0.23966943,0.24380165,0.23553719,0.24380165,0.23966943,0.24380165,0.2892562,0.30991736,0.3677686,0.40495867,0.41735536,0.41735536,0.4214876,0.48347107,0.553719,0.58264464,0.59504133,0.61570245,0.58677685,0.5785124,0.5661157,0.5206612,0.5247934,0.5289256,0.49586776,0.46280992,0.44214877,0.3677686,0.36363637,0.338843,0.27272728,0.23553719,0.2107438,0.20247933,0.19421488,0.19008264,0.18595041,0.19008264,0.17768595,0.19421488,0.2107438,0.21487603,0.24380165,0.23553719,0.2107438,0.29752067,0.5,0.42561984,0.38016528,0.38016528,0.38016528,0.38842976,0.40495867,0.41735536,0.42561984,0.41735536,0.4338843,0.43801653,0.42561984,0.40495867,0.40082645,0.35950413,0.30578512,0.29338843,0.28099173,0.27272728,0.2644628,0.27272728,0.28512397,0.29338843,0.32231405,0.3429752,0.35950413,0.38016528,0.40495867,0.4090909,0.42561984,0.4752066,0.5247934,0.55785125,0.55785125,0.57438016,0.553719,0.53305787,0.53305787,0.49173555,0.49173555,0.49173555,0.45867768,0.38429752,0.35123968,0.28099173,0.29752067,0.2603306,0.21487603,0.17768595,0.17355372,0.17355372,0.16528925,0.17355372,0.16115703,0.16528925,0.16528925,0.18595041,0.19008264,0.1983471,0.20247933,0.18595041,0.19421488,0.29338843,0.5413223,0.4876033,0.44214877,0.446281,0.44214877,0.4338843,0.44214877,0.45454547,0.446281,0.41322315,0.38842976,0.37603307,0.3429752,0.3264463,0.29752067,0.2644628,0.23966943,0.24380165,0.22727273,0.23553719,0.24380165,0.23966943,0.23140496,0.25619835,0.30165288,0.3264463,0.34710744,0.35950413,0.38016528,0.4090909,0.43801653,0.46694216,0.4876033,0.5289256,0.55785125,0.57438016,0.553719,0.5413223,0.53305787,0.5041322,0.4752066,0.446281,0.3966942,0.3140496,0.29338843,0.25619835,0.24380165,0.20661157,0.19421488,0.17768595,0.17355372,0.1983471,0.20247933,0.2231405,0.20247933,0.20247933,0.18181819,0.17768595,0.19008264,0.1983471,0.19008264,0.16528925,0.19421488,0.30578512,0.60330576,0.55785125,0.5,0.4876033,0.45454547,0.4338843,0.4214876,0.41322315,0.37603307,0.3264463,0.28099173,0.2603306,0.21900827,0.17355372,0.16528925,0.16528925,0.16115703,0.2107438,0.20661157,0.25619835,0.3181818,0.25619835,0.2603306,0.2603306,0.2603306,0.2892562,0.3140496,0.3264463,0.35123968,0.39256197,0.4338843,0.4752066,0.5123967,0.56198347,0.6280992,0.6487603,0.61570245,0.58264464,0.55785125,0.5082645,0.44214877,0.35950413,0.2892562,0.22727273,0.1983471,0.18181819,0.17355372,0.18595041,0.17768595,0.1570248,0.15289256,0.17355372,0.19008264,0.21487603,0.23966943,0.28099173,0.28099173,0.28099173,0.2520661,0.2603306,0.23140496,0.19008264,0.22727273,0.338843,0.6446281,0.61157024,0.54545456,0.5123967,0.47107437,0.42975205,0.3966942,0.38016528,0.33471075,0.27272728,0.20661157,0.21900827,0.3140496,0.22727273,0.21487603,0.21900827,0.1570248,0.23966943,0.26859504,0.37190083,0.49173555,0.3966942,0.29752067,0.2892562,0.34710744,0.338843,0.3429752,0.338843,0.3429752,0.39256197,0.4338843,0.4752066,0.5371901,0.607438,0.6694215,0.6735537,0.6446281,0.6198347,0.58264464,0.5,0.3677686,0.2603306,0.20661157,0.19421488,0.19421488,0.16528925,0.13636364,0.20661157,0.21900827,0.1570248,0.12809917,0.19421488,0.1570248,0.1694215,0.18181819,0.19008264,0.28099173,0.30578512,0.3181818,0.30165288,0.2768595,0.24380165,0.2768595,0.34710744,0.6528926,0.6280992,0.60330576,0.5495868,0.5165289,0.4752066,0.43801653,0.40082645,0.3553719,0.29752067,0.23553719,0.25619835,0.40495867,0.42561984,0.2644628,0.3140496,0.27272728,0.3140496,0.3553719,0.5041322,0.57024795,0.48347107,0.38842976,0.35123968,0.3429752,0.40082645,0.45041323,0.44214877,0.38842976,0.41735536,0.446281,0.47933885,0.5413223,0.62396693,0.7066116,0.7107438,0.6818182,0.661157,0.59917355,0.47107437,0.30991736,0.25619835,0.2603306,0.2892562,0.30991736,0.2231405,0.19008264,0.2107438,0.2644628,0.23553719,0.1694215,0.2768595,0.2644628,0.1570248,0.1570248,0.18595041,0.20661157,0.28099173,0.3140496,0.30991736,0.3140496,0.30578512,0.3140496,0.3429752,0.6652893,0.6404959,0.62396693,0.607438,0.57438016,0.5495868,0.5123967,0.47107437,0.4338843,0.38429752,0.3677686,0.3677686,0.40495867,0.5041322,0.41322315,0.3429752,0.338843,0.38016528,0.45041323,0.5247934,0.5165289,0.45454547,0.38016528,0.446281,0.3966942,0.38429752,0.5206612,0.5206612,0.46280992,0.45041323,0.46694216,0.5,0.5785124,0.661157,0.7231405,0.7355372,0.71900827,0.6859504,0.59504133,0.4338843,0.30991736,0.3264463,0.3305785,0.37603307,0.44214877,0.33471075,0.25619835,0.24380165,0.2520661,0.27272728,0.28099173,0.37603307,0.3553719,0.23553719,0.1570248,0.17768595,0.2231405,0.26859504,0.30578512,0.32231405,0.34710744,0.338843,0.3305785,0.34710744,0.6694215,0.6694215,0.6487603,0.6363636,0.6322314,0.62396693,0.59504133,0.5661157,0.5371901,0.5206612,0.49586776,0.47107437,0.46280992,0.4876033,0.5247934,0.4876033,0.43801653,0.45867768,0.46280992,0.4752066,0.45867768,0.45041323,0.42561984,0.4338843,0.47107437,0.48347107,0.5289256,0.5206612,0.5,0.4876033,0.49586776,0.5413223,0.6198347,0.6694215,0.7066116,0.73966944,0.73140496,0.6942149,0.61157024,0.43801653,0.3264463,0.37190083,0.3677686,0.37190083,0.41322315,0.41735536,0.3429752,0.30578512,0.30991736,0.338843,0.3966942,0.45454547,0.40082645,0.2892562,0.22727273,0.19421488,0.21900827,0.28512397,0.33471075,0.3677686,0.38429752,0.3553719,0.3305785,0.34710744,0.6694215,0.6694215,0.6694215,0.6694215,0.6735537,0.661157,0.6487603,0.6322314,0.61157024,0.59917355,0.5785124,0.56198347,0.5371901,0.5082645,0.5165289,0.5082645,0.46280992,0.4876033,0.46694216,0.46694216,0.45867768,0.43801653,0.42975205,0.45041323,0.46694216,0.5123967,0.5371901,0.5,0.5041322,0.54545456,0.5371901,0.58677685,0.6322314,0.661157,0.7107438,0.73140496,0.74380165,0.7066116,0.6446281,0.46694216,0.338843,0.4090909,0.446281,0.42561984,0.42975205,0.45041323,0.44214877,0.4090909,0.38429752,0.40082645,0.4338843,0.42561984,0.39256197,0.338843,0.2768595,0.24793388,0.28512397,0.34710744,0.40082645,0.42561984,0.41735536,0.3677686,0.3305785,0.3429752,0.661157,0.6735537,0.677686,0.6818182,0.6859504,0.6818182,0.6735537,0.661157,0.6446281,0.6280992,0.60330576,0.58677685,0.57438016,0.5661157,0.553719,0.5413223,0.5206612,0.5165289,0.5,0.5,0.47933885,0.46694216,0.46694216,0.46694216,0.47107437,0.5165289,0.5247934,0.5165289,0.553719,0.607438,0.61157024,0.6280992,0.6487603,0.661157,0.7066116,0.73966944,0.75206614,0.71900827,0.6818182,0.5206612,0.36363637,0.41322315,0.46280992,0.446281,0.42561984,0.41735536,0.43801653,0.42975205,0.4214876,0.40495867,0.41322315,0.4090909,0.39256197,0.3677686,0.3553719,0.35123968,0.37603307,0.42561984,0.45041323,0.45867768,0.43801653,0.38016528,0.33471075,0.34710744,0.6570248,0.6652893,0.6818182,0.69008267,0.6942149,0.6942149,0.6859504,0.6818182,0.6694215,0.6570248,0.6446281,0.61570245,0.58677685,0.57024795,0.57024795,0.57438016,0.56198347,0.553719,0.5495868,0.5371901,0.5165289,0.5165289,0.5,0.5165289,0.5413223,0.55785125,0.56198347,0.59090906,0.6363636,0.661157,0.6570248,0.661157,0.661157,0.6528926,0.71487606,0.74380165,0.7644628,0.74380165,0.7066116,0.5785124,0.39256197,0.40495867,0.45041323,0.46694216,0.45867768,0.43801653,0.446281,0.44214877,0.44214877,0.42561984,0.42975205,0.4338843,0.42561984,0.41735536,0.42975205,0.4338843,0.45454547,0.48347107,0.4876033,0.47933885,0.446281,0.38429752,0.3305785,0.35123968,0.661157,0.677686,0.6942149,0.6942149,0.6942149,0.6983471,0.6942149,0.69008267,0.6859504,0.6859504,0.6859504,0.677686,0.661157,0.6280992,0.6198347,0.6198347,0.61157024,0.59504133,0.58264464,0.5661157,0.54545456,0.5661157,0.5785124,0.61157024,0.6198347,0.62396693,0.6363636,0.661157,0.677686,0.6694215,0.6570248,0.6652893,0.6735537,0.6859504,0.70247936,0.73966944,0.76033056,0.74793386,0.71487606,0.59504133,0.41322315,0.4338843,0.446281,0.45454547,0.47107437,0.46280992,0.46694216,0.47107437,0.4752066,0.46694216,0.46694216,0.45041323,0.46280992,0.45454547,0.46694216,0.47933885,0.5,0.5165289,0.5082645,0.48347107,0.45041323,0.38429752,0.32231405,0.3553719,0.6528926,0.6652893,0.69008267,0.69008267,0.6983471,0.6983471,0.70247936,0.6983471,0.69008267,0.6983471,0.6983471,0.6859504,0.69008267,0.661157,0.6404959,0.6363636,0.6322314,0.61570245,0.61570245,0.62396693,0.6363636,0.6694215,0.6859504,0.6983471,0.6818182,0.677686,0.6818182,0.6859504,0.6818182,0.6652893,0.6570248,0.6652893,0.6735537,0.6735537,0.70247936,0.75206614,0.7644628,0.74380165,0.71900827,0.60330576,0.446281,0.42975205,0.45867768,0.45454547,0.47933885,0.47933885,0.4752066,0.49173555,0.5,0.5041322,0.5,0.47933885,0.5,0.5041322,0.5041322,0.5247934,0.5289256,0.5206612,0.5082645,0.48347107,0.45454547,0.37603307,0.3305785,0.3553719,0.6363636,0.6446281,0.661157,0.6652893,0.6818182,0.69008267,0.6983471,0.70247936,0.6942149,0.6942149,0.6983471,0.6694215,0.677686,0.6694215,0.6487603,0.6446281,0.661157,0.6570248,0.6694215,0.69008267,0.6942149,0.71487606,0.72727275,0.71900827,0.70247936,0.70247936,0.7107438,0.6942149,0.6818182,0.677686,0.6694215,0.6694215,0.6735537,0.677686,0.7066116,0.75619835,0.7644628,0.74793386,0.71487606,0.60330576,0.48347107,0.43801653,0.45454547,0.4752066,0.48347107,0.5,0.49173555,0.5,0.5082645,0.5082645,0.5041322,0.5,0.5123967,0.5247934,0.5371901,0.5413223,0.5413223,0.5206612,0.5,0.46694216,0.45041323,0.3429752,0.3429752,0.34710744,0.61570245,0.6404959,0.6280992,0.6570248,0.6694215,0.6735537,0.6859504,0.6942149,0.6983471,0.69008267,0.6942149,0.69008267,0.6735537,0.677686,0.6818182,0.6859504,0.70247936,0.7066116,0.70247936,0.71487606,0.70247936,0.6942149,0.7231405,0.71900827,0.71487606,0.71487606,0.7107438,0.6983471,0.6942149,0.69008267,0.6818182,0.6735537,0.677686,0.6942149,0.72727275,0.7644628,0.76033056,0.74380165,0.7066116,0.61570245,0.5165289,0.45454547,0.446281,0.48347107,0.5041322,0.5,0.5041322,0.5123967,0.5165289,0.5123967,0.5041322,0.5041322,0.5165289,0.53305787,0.5413223,0.5371901,0.5371901,0.5206612,0.49173555,0.45041323,0.42975205,0.3264463,0.338843,0.3429752,0.59917355,0.6570248,0.6280992,0.6322314,0.6487603,0.6570248,0.677686,0.677686,0.6942149,0.6735537,0.6983471,0.6859504,0.6942149,0.7066116,0.71487606,0.7107438,0.71900827,0.7231405,0.7066116,0.7107438,0.70247936,0.6983471,0.71900827,0.7107438,0.7066116,0.6983471,0.6942149,0.6818182,0.6859504,0.6818182,0.677686,0.69008267,0.69008267,0.70247936,0.73140496,0.76033056,0.75619835,0.73966944,0.6983471,0.6280992,0.5413223,0.46694216,0.45454547,0.4876033,0.5206612,0.5165289,0.5041322,0.5123967,0.5247934,0.5371901,0.53305787,0.5289256,0.5289256,0.53305787,0.54545456,0.5413223,0.5289256,0.5082645,0.4752066,0.45041323,0.38842976,0.3181818,0.34710744,0.3429752,0.607438,0.6280992,0.6322314,0.6280992,0.6404959,0.6487603,0.6570248,0.6652893,0.69008267,0.6652893,0.6735537,0.6942149,0.70247936,0.7107438,0.71487606,0.71900827,0.71487606,0.71487606,0.7107438,0.71487606,0.73140496,0.7066116,0.7107438,0.6983471,0.6818182,0.661157,0.6487603,0.6280992,0.6363636,0.6570248,0.6735537,0.6983471,0.69008267,0.7231405,0.74380165,0.75206614,0.74793386,0.7355372,0.7066116,0.6528926,0.57438016,0.49173555,0.45041323,0.47933885,0.5206612,0.5371901,0.5247934,0.5165289,0.5289256,0.54545456,0.55785125,0.54545456,0.5247934,0.5165289,0.5247934,0.5247934,0.5123967,0.48347107,0.45454547,0.44214877,0.3553719,0.32231405,0.34710744,0.3429752,0.59917355,0.61157024,0.60330576,0.62396693,0.6280992,0.6404959,0.6570248,0.6694215,0.6859504,0.6694215,0.6735537,0.6818182,0.7066116,0.70247936,0.71487606,0.7107438,0.7231405,0.6859504,0.7066116,0.70247936,0.71900827,0.71900827,0.6942149,0.6528926,0.62396693,0.59917355,0.59504133,0.607438,0.61157024,0.6570248,0.6652893,0.677686,0.6942149,0.71900827,0.74380165,0.76033056,0.74380165,0.73966944,0.7231405,0.6694215,0.59504133,0.5165289,0.42975205,0.45454547,0.5206612,0.54545456,0.54545456,0.53305787,0.53305787,0.5371901,0.5495868,0.54545456,0.5247934,0.5165289,0.5123967,0.5041322,0.49586776,0.45867768,0.43801653,0.41735536,0.3429752,0.3305785,0.34710744,0.35123968,0.56198347,0.59090906,0.59917355,0.61157024,0.62396693,0.6322314,0.6528926,0.6652893,0.6735537,0.6528926,0.6818182,0.6818182,0.7066116,0.71487606,0.7107438,0.70247936,0.7231405,0.69008267,0.6983471,0.6818182,0.6735537,0.6942149,0.6404959,0.59504133,0.53305787,0.5661157,0.58264464,0.6322314,0.6363636,0.6363636,0.6487603,0.6735537,0.6983471,0.7231405,0.73966944,0.75619835,0.74380165,0.74380165,0.73140496,0.6735537,0.607438,0.53305787,0.44214877,0.4338843,0.5,0.54545456,0.5413223,0.5413223,0.53305787,0.53305787,0.5413223,0.5413223,0.53305787,0.5206612,0.5,0.48347107,0.47107437,0.45041323,0.42561984,0.38429752,0.3264463,0.3305785,0.35123968,0.3429752,0.553719,0.57438016,0.59917355,0.60330576,0.61570245,0.62396693,0.6322314,0.6363636,0.6528926,0.6487603,0.6652893,0.6859504,0.6983471,0.7066116,0.7107438,0.70247936,0.7107438,0.6983471,0.6735537,0.6570248,0.6487603,0.6322314,0.57024795,0.5289256,0.5123967,0.5785124,0.5785124,0.6487603,0.6694215,0.6404959,0.6363636,0.6942149,0.7107438,0.7231405,0.7355372,0.74793386,0.75619835,0.74793386,0.72727275,0.661157,0.61157024,0.553719,0.46280992,0.44214877,0.47933885,0.53305787,0.53305787,0.5413223,0.5206612,0.5165289,0.5289256,0.5289256,0.5206612,0.5082645,0.49173555,0.47107437,0.45454547,0.446281,0.4090909,0.3553719,0.3181818,0.3264463,0.338843,0.3429752,0.55785125,0.5661157,0.59090906,0.607438,0.607438,0.6198347,0.62396693,0.62396693,0.6363636,0.6487603,0.661157,0.6735537,0.6942149,0.70247936,0.7066116,0.70247936,0.6942149,0.677686,0.6404959,0.60330576,0.58677685,0.54545456,0.5413223,0.5,0.5123967,0.57438016,0.58677685,0.6528926,0.6487603,0.6198347,0.6528926,0.70247936,0.71487606,0.7066116,0.74380165,0.74380165,0.76859504,0.73966944,0.71487606,0.6487603,0.61157024,0.54545456,0.46694216,0.44214877,0.45041323,0.5041322,0.5206612,0.5413223,0.5289256,0.5041322,0.5123967,0.5289256,0.5289256,0.5082645,0.4876033,0.45867768,0.44214877,0.42975205,0.38429752,0.3305785,0.30991736,0.3305785,0.338843,0.338843,0.5661157,0.57024795,0.57438016,0.59504133,0.60330576,0.607438,0.61157024,0.6198347,0.6322314,0.6404959,0.6570248,0.677686,0.6983471,0.6942149,0.6859504,0.6859504,0.6735537,0.6404959,0.607438,0.57438016,0.5495868,0.54545456,0.5661157,0.5289256,0.5123967,0.56198347,0.59090906,0.6363636,0.61570245,0.59504133,0.6404959,0.6942149,0.6942149,0.6942149,0.70247936,0.7107438,0.73966944,0.71900827,0.6859504,0.62396693,0.60330576,0.53305787,0.42975205,0.45454547,0.43801653,0.4752066,0.5082645,0.5247934,0.5413223,0.5247934,0.5082645,0.5247934,0.53305787,0.5165289,0.47933885,0.446281,0.4338843,0.3966942,0.35123968,0.3140496,0.3181818,0.3305785,0.338843,0.33471075,0.5661157,0.57438016,0.5785124,0.58264464,0.59090906,0.60330576,0.61157024,0.62396693,0.62396693,0.6404959,0.6570248,0.6694215,0.69008267,0.6818182,0.6694215,0.661157,0.6404959,0.60330576,0.5661157,0.54545456,0.55785125,0.59504133,0.61570245,0.57438016,0.5123967,0.5371901,0.57024795,0.60330576,0.59917355,0.58264464,0.59917355,0.6198347,0.6528926,0.6694215,0.661157,0.6652893,0.677686,0.677686,0.6487603,0.59504133,0.5495868,0.48347107,0.4090909,0.42975205,0.47107437,0.45867768,0.49173555,0.5,0.53305787,0.53305787,0.5,0.5082645,0.5165289,0.47107437,0.46694216,0.4338843,0.4090909,0.36363637,0.3181818,0.3140496,0.3305785,0.3305785,0.3305785,0.3305785,0.5785124,0.58264464,0.58264464,0.58264464,0.59090906,0.59917355,0.607438,0.62396693,0.62396693,0.661157,0.661157,0.6694215,0.6859504,0.6735537,0.661157,0.6404959,0.607438,0.5785124,0.5495868,0.5661157,0.61157024,0.6528926,0.6735537,0.6322314,0.5289256,0.49173555,0.5123967,0.53305787,0.53305787,0.5165289,0.5165289,0.5289256,0.5785124,0.59504133,0.59917355,0.61570245,0.61570245,0.60330576,0.58264464,0.5247934,0.46280992,0.3966942,0.37190083,0.44214877,0.5,0.4752066,0.47933885,0.49586776,0.5082645,0.5247934,0.5082645,0.4876033,0.5041322,0.45454547,0.45041323,0.42975205,0.39256197,0.3264463,0.30165288,0.3181818,0.3264463,0.33471075,0.3305785,0.338843,0.59917355,0.57438016,0.58264464,0.58264464,0.59504133,0.59917355,0.60330576,0.6322314,0.6404959,0.661157,0.661157,0.6446281,0.6818182,0.661157,0.6487603,0.6198347,0.60330576,0.59090906,0.59090906,0.6363636,0.6859504,0.6942149,0.69008267,0.6694215,0.59090906,0.48347107,0.42561984,0.41322315,0.3966942,0.35123968,0.338843,0.4090909,0.47107437,0.5123967,0.5289256,0.5371901,0.5371901,0.5289256,0.4876033,0.41322315,0.3553719,0.3429752,0.35123968,0.47107437,0.5247934,0.5041322,0.48347107,0.49173555,0.4876033,0.5041322,0.5041322,0.4876033,0.48347107,0.45041323,0.44214877,0.42975205,0.37603307,0.29338843,0.30991736,0.32231405,0.3181818,0.3429752,0.32231405,0.3305785,0.58264464,0.5785124,0.58264464,0.57024795,0.58677685,0.59917355,0.60330576,0.61157024,0.6280992,0.661157,0.6735537,0.6694215,0.6694215,0.6652893,0.6446281,0.6322314,0.6322314,0.6404959,0.6570248,0.69008267,0.6983471,0.6983471,0.7066116,0.6983471,0.6570248,0.56198347,0.43801653,0.3429752,0.3264463,0.3264463,0.28512397,0.2768595,0.34710744,0.4214876,0.45041323,0.46280992,0.45867768,0.4338843,0.36363637,0.27272728,0.2644628,0.3264463,0.39256197,0.49173555,0.5413223,0.5289256,0.5,0.49586776,0.47933885,0.49173555,0.5041322,0.4876033,0.47107437,0.446281,0.42975205,0.41322315,0.3429752,0.30165288,0.3140496,0.33471075,0.3181818,0.33471075,0.3181818,0.338843,0.57024795,0.56198347,0.59090906,0.5785124,0.5661157,0.59090906,0.607438,0.607438,0.62396693,0.6528926,0.6694215,0.677686,0.6694215,0.6652893,0.6570248,0.661157,0.6694215,0.69008267,0.6942149,0.69008267,0.70247936,0.6983471,0.70247936,0.6983471,0.6818182,0.6404959,0.56198347,0.45041323,0.41322315,0.4090909,0.3677686,0.3140496,0.29338843,0.3181818,0.3553719,0.36363637,0.35123968,0.3140496,0.24380165,0.22727273,0.29752067,0.3677686,0.44214877,0.5123967,0.5371901,0.53305787,0.5123967,0.5041322,0.49586776,0.5,0.49586776,0.4752066,0.45867768,0.45041323,0.4214876,0.39256197,0.3140496,0.30578512,0.3140496,0.32231405,0.3264463,0.32231405,0.3264463,0.3305785,0.58264464,0.5661157,0.57438016,0.59090906,0.57024795,0.58264464,0.60330576,0.61157024,0.6280992,0.61570245,0.6487603,0.6694215,0.6735537,0.6694215,0.6818182,0.6859504,0.6818182,0.70247936,0.6818182,0.6570248,0.69008267,0.6942149,0.6652893,0.6818182,0.6694215,0.6694215,0.6446281,0.57438016,0.5247934,0.5041322,0.47107437,0.3966942,0.3181818,0.2892562,0.28512397,0.2892562,0.2768595,0.2768595,0.26859504,0.3181818,0.39256197,0.42975205,0.48347107,0.5289256,0.5371901,0.5371901,0.5247934,0.5082645,0.5082645,0.5,0.48347107,0.46280992,0.45454547,0.42975205,0.4090909,0.3677686,0.30991736,0.30578512,0.3140496,0.3181818,0.3181818,0.33471075,0.3264463,0.3305785,0.59090906,0.58264464,0.57438016,0.59090906,0.57438016,0.58264464,0.60330576,0.61157024,0.6322314,0.59917355,0.6363636,0.6652893,0.677686,0.6859504,0.6983471,0.677686,0.6859504,0.7107438,0.6652893,0.6818182,0.6818182,0.69008267,0.6570248,0.661157,0.6652893,0.6818182,0.677686,0.6280992,0.57438016,0.5371901,0.54545456,0.4876033,0.40495867,0.35950413,0.338843,0.3264463,0.3181818,0.36363637,0.40495867,0.44214877,0.4752066,0.4876033,0.5123967,0.5289256,0.5247934,0.53305787,0.53305787,0.5123967,0.5,0.5041322,0.48347107,0.46280992,0.446281,0.41735536,0.40082645,0.34710744,0.30578512,0.3140496,0.3181818,0.3181818,0.3264463,0.3264463,0.3264463,0.32231405,0.58264464,0.58264464,0.58677685,0.59504133,0.58264464,0.58677685,0.60330576,0.6198347,0.6404959,0.6487603,0.661157,0.6694215,0.6735537,0.6942149,0.6942149,0.6487603,0.6694215,0.6983471,0.677686,0.677686,0.6983471,0.6942149,0.6652893,0.6694215,0.6735537,0.6983471,0.6983471,0.661157,0.6198347,0.56198347,0.553719,0.5123967,0.46694216,0.45867768,0.446281,0.44214877,0.45454547,0.48347107,0.5041322,0.5247934,0.5206612,0.53305787,0.5371901,0.5289256,0.53305787,0.5289256,0.5371901,0.5123967,0.49586776,0.5041322,0.48347107,0.45867768,0.43801653,0.41735536,0.38842976,0.3305785,0.30165288,0.30991736,0.3140496,0.3140496,0.3140496,0.32231405,0.32231405,0.32231405,0.5785124,0.58264464,0.58264464,0.59504133,0.58677685,0.59504133,0.607438,0.62396693,0.6487603,0.661157,0.661157,0.6694215,0.677686,0.69008267,0.69008267,0.6570248,0.6487603,0.6859504,0.70247936,0.6859504,0.69008267,0.70247936,0.677686,0.6818182,0.677686,0.7066116,0.70247936,0.6652893,0.6652893,0.6487603,0.5661157,0.47107437,0.49586776,0.5289256,0.5413223,0.55785125,0.55785125,0.56198347,0.5413223,0.54545456,0.553719,0.5371901,0.5495868,0.5371901,0.53305787,0.5165289,0.5247934,0.5206612,0.49173555,0.5,0.4876033,0.45454547,0.4338843,0.41322315,0.38016528,0.30991736,0.29752067,0.30578512,0.30991736,0.30991736,0.3140496,0.3181818,0.32231405,0.3264463,0.57024795,0.57438016,0.58264464,0.58264464,0.59090906,0.60330576,0.6198347,0.6280992,0.6446281,0.661157,0.6652893,0.6735537,0.6818182,0.6942149,0.6859504,0.6652893,0.6487603,0.661157,0.6818182,0.6652893,0.6528926,0.677686,0.6735537,0.677686,0.6652893,0.6859504,0.677686,0.661157,0.6694215,0.69008267,0.6404959,0.553719,0.57024795,0.5785124,0.59917355,0.6198347,0.5785124,0.5785124,0.5289256,0.5289256,0.5247934,0.5247934,0.5247934,0.5247934,0.5123967,0.49586776,0.5082645,0.5123967,0.49586776,0.49586776,0.4752066,0.446281,0.4338843,0.4090909,0.36363637,0.29338843,0.30165288,0.30578512,0.30578512,0.30578512,0.3181818,0.3140496,0.3181818,0.3181818,0.553719,0.5661157,0.5785124,0.5785124,0.59504133,0.61570245,0.62396693,0.6280992,0.6446281,0.661157,0.6652893,0.6652893,0.6735537,0.6859504,0.6694215,0.6404959,0.61157024,0.607438,0.61157024,0.61570245,0.6198347,0.6280992,0.6280992,0.6198347,0.59917355,0.58264464,0.54545456,0.53305787,0.53305787,0.553719,0.5785124,0.56198347,0.57024795,0.59090906,0.59504133,0.58677685,0.5206612,0.49173555,0.46694216,0.45454547,0.46694216,0.46694216,0.4752066,0.4876033,0.46694216,0.45867768,0.47933885,0.5041322,0.5,0.49586776,0.4752066,0.42975205,0.4338843,0.3966942,0.338843,0.28512397,0.30991736,0.30578512,0.30165288,0.30165288,0.3140496,0.30991736,0.3140496,0.3181818,0.57024795,0.55785125,0.58264464,0.59090906,0.59090906,0.607438,0.6198347,0.62396693,0.6446281,0.6652893,0.6652893,0.6570248,0.661157,0.661157,0.6280992,0.59504133,0.5413223,0.4876033,0.4876033,0.5289256,0.5413223,0.5289256,0.5082645,0.46280992,0.4214876,0.39256197,0.3677686,0.3553719,0.35950413,0.35123968,0.3553719,0.38429752,0.41735536,0.46694216,0.46694216,0.4214876,0.37603307,0.35950413,0.3677686,0.36363637,0.38016528,0.3677686,0.38016528,0.38429752,0.38016528,0.42975205,0.47107437,0.5,0.49586776,0.48347107,0.4752066,0.43801653,0.42561984,0.38842976,0.29752067,0.28512397,0.30578512,0.30165288,0.30165288,0.30578512,0.30991736,0.30991736,0.3140496,0.3140496,0.5661157,0.57024795,0.58264464,0.59504133,0.59090906,0.59090906,0.59504133,0.59504133,0.6322314,0.6694215,0.6694215,0.661157,0.6528926,0.62396693,0.59090906,0.56198347,0.5082645,0.39256197,0.30165288,0.34710744,0.38016528,0.37603307,0.35123968,0.29752067,0.2520661,0.23966943,0.22727273,0.21487603,0.28512397,0.3305785,0.30991736,0.27272728,0.29752067,0.33471075,0.3305785,0.28099173,0.24793388,0.24380165,0.20661157,0.18181819,0.24380165,0.2644628,0.29752067,0.28512397,0.3181818,0.42561984,0.47107437,0.47933885,0.48347107,0.47107437,0.46280992,0.42561984,0.41322315,0.34710744,0.26859504,0.29338843,0.30165288,0.30165288,0.30578512,0.30578512,0.30991736,0.3140496,0.30991736,0.3140496,0.5661157,0.57438016,0.58264464,0.59090906,0.59504133,0.59504133,0.5371901,0.57438016,0.61157024,0.6570248,0.661157,0.6404959,0.6198347,0.59504133,0.58677685,0.5785124,0.58677685,0.58677685,0.53305787,0.45867768,0.38842976,0.38016528,0.37190083,0.3553719,0.3429752,0.33471075,0.2520661,0.20247933,0.29752067,0.3553719,0.3264463,0.2603306,0.27272728,0.32231405,0.32231405,0.2603306,0.20661157,0.20661157,0.18181819,0.1694215,0.18181819,0.20661157,0.25619835,0.30991736,0.38429752,0.47107437,0.4752066,0.4752066,0.48347107,0.4752066,0.446281,0.42975205,0.4090909,0.30165288,0.2768595,0.2892562,0.30165288,0.29752067,0.30991736,0.30165288,0.30165288,0.3140496,0.30578512,0.30991736,0.5785124,0.57024795,0.57438016,0.59090906,0.59917355,0.61157024,0.5495868,0.57024795,0.607438,0.6322314,0.6487603,0.62396693,0.59090906,0.58264464,0.59917355,0.61570245,0.6487603,0.6942149,0.6818182,0.6198347,0.55785125,0.54545456,0.53305787,0.5123967,0.5413223,0.5661157,0.5,0.42975205,0.39256197,0.35950413,0.35123968,0.3181818,0.3264463,0.35950413,0.3677686,0.33471075,0.3140496,0.35123968,0.38016528,0.40495867,0.40082645,0.37190083,0.37603307,0.44214877,0.47933885,0.49173555,0.47933885,0.4752066,0.48347107,0.4752066,0.43801653,0.4214876,0.35950413,0.28099173,0.28512397,0.28512397,0.30165288,0.30165288,0.30165288,0.30578512,0.30578512,0.30578512,0.30578512,0.30578512,0.55785125,0.57438016,0.57024795,0.59090906,0.59504133,0.59917355,0.58264464,0.58677685,0.607438,0.61157024,0.61570245,0.59917355,0.59917355,0.60330576,0.60330576,0.6363636,0.6528926,0.6942149,0.7066116,0.6363636,0.5785124,0.5495868,0.54545456,0.5206612,0.58264464,0.6280992,0.6404959,0.6198347,0.59504133,0.56198347,0.5123967,0.5041322,0.48347107,0.47933885,0.49173555,0.47933885,0.47933885,0.49586776,0.5082645,0.49586776,0.45454547,0.4090909,0.41735536,0.47933885,0.5041322,0.48347107,0.48347107,0.4752066,0.47107437,0.45041323,0.42561984,0.3966942,0.30165288,0.26859504,0.2892562,0.2892562,0.29752067,0.29338843,0.30165288,0.30165288,0.30165288,0.30578512,0.30578512,0.30578512,0.5289256,0.55785125,0.56198347,0.58264464,0.5785124,0.58677685,0.58677685,0.59504133,0.607438,0.59917355,0.59504133,0.57438016,0.607438,0.61570245,0.60330576,0.6322314,0.6735537,0.6818182,0.677686,0.6735537,0.60330576,0.54545456,0.5247934,0.49173555,0.5371901,0.56198347,0.59090906,0.61570245,0.6322314,0.6280992,0.61157024,0.59504133,0.59917355,0.58677685,0.59090906,0.58264464,0.56198347,0.553719,0.5123967,0.4752066,0.41735536,0.40082645,0.4338843,0.4876033,0.49586776,0.47933885,0.47933885,0.46694216,0.45454547,0.44214877,0.41735536,0.35123968,0.2644628,0.2644628,0.29338843,0.2892562,0.29338843,0.29338843,0.30165288,0.29338843,0.30578512,0.29752067,0.30165288,0.30578512,0.49173555,0.5289256,0.5413223,0.56198347,0.56198347,0.5785124,0.57438016,0.5785124,0.58264464,0.59090906,0.59504133,0.59917355,0.61570245,0.61570245,0.61157024,0.61157024,0.6487603,0.6735537,0.6735537,0.6859504,0.6528926,0.5785124,0.5247934,0.5082645,0.5082645,0.5,0.5082645,0.5289256,0.5371901,0.54545456,0.5413223,0.5371901,0.553719,0.56198347,0.5289256,0.5247934,0.5041322,0.47933885,0.45041323,0.41322315,0.3966942,0.41322315,0.45041323,0.4876033,0.46694216,0.46694216,0.4752066,0.46694216,0.44214877,0.4214876,0.38842976,0.2892562,0.24380165,0.27272728,0.28512397,0.29338843,0.29338843,0.2892562,0.30165288,0.29752067,0.29338843,0.30165288,0.29338843,0.29752067,0.46694216,0.49586776,0.5206612,0.54545456,0.553719,0.55785125,0.57024795,0.5785124,0.5661157,0.58264464,0.607438,0.61570245,0.6280992,0.6322314,0.6363636,0.59917355,0.61570245,0.6570248,0.6487603,0.677686,0.6570248,0.61570245,0.5495868,0.5206612,0.53305787,0.5082645,0.47933885,0.46694216,0.45454547,0.446281,0.41735536,0.42561984,0.45454547,0.45041323,0.41735536,0.41735536,0.4214876,0.40495867,0.41322315,0.39256197,0.40495867,0.42975205,0.47107437,0.48347107,0.44214877,0.46694216,0.47933885,0.45867768,0.4338843,0.41735536,0.34710744,0.23553719,0.25619835,0.27272728,0.28099173,0.2892562,0.2892562,0.2892562,0.29752067,0.29338843,0.2892562,0.29338843,0.29752067,0.29338843,0.43801653,0.46280992,0.49586776,0.5247934,0.5413223,0.5413223,0.55785125,0.58264464,0.57438016,0.57438016,0.60330576,0.62396693,0.6404959,0.6570248,0.6694215,0.6404959,0.6322314,0.6528926,0.6404959,0.6735537,0.6652893,0.6363636,0.58677685,0.5371901,0.5206612,0.5082645,0.4876033,0.45041323,0.45454547,0.41322315,0.38842976,0.36363637,0.38429752,0.37603307,0.38842976,0.38842976,0.40495867,0.40082645,0.4338843,0.4214876,0.44214877,0.44214877,0.49173555,0.4876033,0.446281,0.46280992,0.47107437,0.45041323,0.4214876,0.38016528,0.2644628,0.24380165,0.2603306,0.2768595,0.28099173,0.2892562,0.28512397,0.28099173,0.29338843,0.29338843,0.2892562,0.2892562,0.29752067,0.29338843,0.42561984,0.42561984,0.45454547,0.48347107,0.5123967,0.5247934,0.54545456,0.55785125,0.57024795,0.5661157,0.5785124,0.61157024,0.6322314,0.6528926,0.6694215,0.6528926,0.6404959,0.6694215,0.6694215,0.6694215,0.6694215,0.661157,0.61570245,0.59090906,0.55785125,0.5165289,0.49173555,0.45454547,0.45041323,0.43801653,0.4214876,0.40082645,0.38429752,0.40082645,0.42561984,0.42975205,0.446281,0.44214877,0.44214877,0.446281,0.45867768,0.47933885,0.5123967,0.47933885,0.47107437,0.47107437,0.46280992,0.42975205,0.4090909,0.29752067,0.2231405,0.2520661,0.2644628,0.2768595,0.28512397,0.28512397,0.2892562,0.28099173,0.29338843,0.2892562,0.29338843,0.2892562,0.29338843,0.29338843,0.44214877,0.41735536,0.41735536,0.446281,0.47933885,0.49586776,0.5165289,0.5371901,0.553719,0.55785125,0.57024795,0.59504133,0.6198347,0.6280992,0.6322314,0.6446281,0.6487603,0.6363636,0.6487603,0.6487603,0.661157,0.6570248,0.62396693,0.6198347,0.61157024,0.59504133,0.57024795,0.53305787,0.5,0.49173555,0.47933885,0.4752066,0.46694216,0.4752066,0.49586776,0.5041322,0.5041322,0.47933885,0.47933885,0.49586776,0.5123967,0.5289256,0.5206612,0.4876033,0.4752066,0.48347107,0.45867768,0.4338843,0.35123968,0.21900827,0.23553719,0.25619835,0.26859504,0.2768595,0.28099173,0.28512397,0.2892562,0.28512397,0.29338843,0.28512397,0.29338843,0.28512397,0.29752067,0.2892562,0.46694216,0.446281,0.42561984,0.40082645,0.4338843,0.47107437,0.46280992,0.5041322,0.53305787,0.53305787,0.56198347,0.58264464,0.607438,0.6198347,0.6198347,0.6322314,0.6570248,0.6363636,0.62396693,0.6446281,0.661157,0.6652893,0.6570248,0.6487603,0.6404959,0.6404959,0.6322314,0.62396693,0.59917355,0.57438016,0.553719,0.5371901,0.54545456,0.55785125,0.56198347,0.55785125,0.54545456,0.5495868,0.53305787,0.5371901,0.5495868,0.56198347,0.5289256,0.5082645,0.48347107,0.4752066,0.45454547,0.37603307,0.25619835,0.23553719,0.24380165,0.2603306,0.26859504,0.2768595,0.28512397,0.2768595,0.2892562,0.2892562,0.2892562,0.29752067,0.28099173,0.29752067,0.29338843,0.28512397,0.49586776,0.47107437,0.45041323,0.40082645,0.38016528,0.4090909,0.46280992,0.46694216,0.5,0.5165289,0.54545456,0.5661157,0.59504133,0.61157024,0.6198347,0.6322314,0.661157,0.6652893,0.6487603,0.6652893,0.6652893,0.6735537,0.6859504,0.6818182,0.6818182,0.69008267,0.677686,0.6735537,0.6652893,0.6487603,0.6280992,0.59917355,0.59090906,0.60330576,0.607438,0.59917355,0.58264464,0.58264464,0.5785124,0.57438016,0.56198347,0.57024795,0.53305787,0.5123967,0.4876033,0.46694216,0.42561984,0.28512397,0.23553719,0.24380165,0.25619835,0.2603306,0.27272728,0.2768595,0.2892562,0.27272728,0.28099173,0.28512397,0.2892562,0.28512397,0.2892562,0.29338843,0.2892562,0.28512397,0.5,0.48347107,0.46694216,0.42561984,0.40495867,0.37603307,0.3966942,0.45867768,0.46280992,0.4876033,0.5206612,0.53305787,0.57024795,0.59504133,0.59504133,0.59504133,0.6404959,0.6528926,0.6322314,0.6570248,0.6652893,0.661157,0.69008267,0.6859504,0.677686,0.6942149,0.69008267,0.6983471,0.6942149,0.69008267,0.677686,0.6528926,0.6280992,0.62396693,0.6280992,0.6322314,0.6322314,0.61157024,0.607438,0.60330576,0.59917355,0.5785124,0.5371901,0.5,0.47107437,0.45041323,0.34710744,0.24380165,0.23553719,0.23553719,0.25619835,0.2644628,0.2768595,0.28099173,0.28099173,0.28512397,0.28099173,0.28099173,0.29338843,0.28099173,0.28512397,0.2892562,0.28512397,0.28099173,0.49586776,0.49173555,0.47933885,0.45454547,0.4338843,0.40495867,0.36363637,0.40082645,0.42975205,0.46694216,0.4752066,0.5041322,0.5371901,0.57438016,0.57024795,0.57438016,0.59090906,0.6404959,0.607438,0.6487603,0.6694215,0.677686,0.677686,0.677686,0.677686,0.6818182,0.69008267,0.6942149,0.6942149,0.6859504,0.677686,0.661157,0.6570248,0.6487603,0.6487603,0.6404959,0.6322314,0.61157024,0.61570245,0.61570245,0.59917355,0.57438016,0.53305787,0.4876033,0.446281,0.41322315,0.30991736,0.23553719,0.23966943,0.23966943,0.2520661,0.2644628,0.26859504,0.28099173,0.2768595,0.28099173,0.2768595,0.28099173,0.28099173,0.2892562,0.28099173,0.28512397,0.2892562,0.2768595,0.49586776,0.4876033,0.47933885,0.4752066,0.45454547,0.42975205,0.3966942,0.3966942,0.38842976,0.4090909,0.44214877,0.46280992,0.49173555,0.5495868,0.5413223,0.55785125,0.56198347,0.59090906,0.58677685,0.61570245,0.6570248,0.661157,0.661157,0.6735537,0.6652893,0.6735537,0.6818182,0.6735537,0.6818182,0.6694215,0.6570248,0.661157,0.661157,0.6570248,0.6528926,0.6487603,0.6280992,0.60330576,0.60330576,0.607438,0.58264464,0.5495868,0.5082645,0.4752066,0.4214876,0.37603307,0.30578512,0.23966943,0.24380165,0.25619835,0.2603306,0.2644628,0.27272728,0.28099173,0.28099173,0.2768595,0.28099173,0.2768595,0.28099173,0.28099173,0.28099173,0.28099173,0.28512397,0.28099173,0.5041322,0.49586776,0.4876033,0.47933885,0.46694216,0.44214877,0.44214877,0.40495867,0.40495867,0.37603307,0.4214876,0.4214876,0.45041323,0.49173555,0.5165289,0.5289256,0.5413223,0.5495868,0.58677685,0.607438,0.6363636,0.59090906,0.6198347,0.6570248,0.6487603,0.6735537,0.6528926,0.6818182,0.6694215,0.6487603,0.6280992,0.6528926,0.6363636,0.6280992,0.6280992,0.6280992,0.61157024,0.59504133,0.59504133,0.58677685,0.553719,0.5123967,0.4752066,0.446281,0.39256197,0.35950413,0.34710744,0.3264463,0.35123968,0.3429752,0.3264463,0.30991736,0.28099173,0.28099173,0.28099173,0.28099173,0.28099173,0.28512397,0.28099173,0.28099173,0.28099173,0.28099173,0.28099173,0.28512397,0.5206612,0.5165289,0.5,0.4876033,0.45867768,0.45454547,0.45867768,0.44214877,0.41322315,0.38842976,0.4090909,0.3966942,0.40082645,0.4338843,0.47107437,0.49586776,0.5123967,0.5413223,0.55785125,0.56198347,0.59090906,0.54545456,0.5785124,0.62396693,0.6528926,0.6570248,0.6446281,0.6363636,0.6363636,0.6198347,0.60330576,0.61570245,0.61157024,0.59917355,0.59090906,0.5785124,0.58677685,0.56198347,0.56198347,0.54545456,0.5123967,0.47933885,0.44214877,0.3966942,0.35950413,0.37603307,0.3677686,0.37603307,0.38842976,0.42975205,0.48347107,0.4876033,0.4338843,0.34710744,0.27272728,0.2768595,0.28512397,0.28512397,0.28099173,0.28099173,0.28099173,0.28099173,0.28099173,0.28099173,0.5206612,0.5247934,0.5082645,0.4876033,0.4752066,0.46694216,0.46280992,0.45867768,0.4338843,0.41322315,0.41322315,0.40082645,0.3966942,0.3966942,0.4090909,0.446281,0.46280992,0.49586776,0.5165289,0.5247934,0.5413223,0.5413223,0.56198347,0.59917355,0.61157024,0.62396693,0.6280992,0.59504133,0.59504133,0.59090906,0.58264464,0.5661157,0.59090906,0.57024795,0.56198347,0.5661157,0.56198347,0.5247934,0.5247934,0.5041322,0.46694216,0.446281,0.40495867,0.35123968,0.36363637,0.39256197,0.38842976,0.38842976,0.41322315,0.42561984,0.4090909,0.59504133,0.6818182,0.58677685,0.48347107,0.35123968,0.25619835,0.2768595,0.2768595,0.28512397,0.28099173,0.2768595,0.28099173,0.28099173,29 +0.38429752,0.2231405,0.2231405,0.30578512,0.42975205,0.5082645,0.55785125,0.58677685,0.61570245,0.62396693,0.6322314,0.60330576,0.59504133,0.61157024,0.6363636,0.6528926,0.6280992,0.62396693,0.6528926,0.661157,0.6570248,0.6652893,0.6818182,0.661157,0.6363636,0.59090906,0.57024795,0.55785125,0.5123967,0.5,0.53305787,0.55785125,0.56198347,0.553719,0.54545456,0.55785125,0.58677685,0.57024795,0.57438016,0.59090906,0.58264464,0.553719,0.55785125,0.5785124,0.59504133,0.5495868,0.5413223,0.56198347,0.5661157,0.5661157,0.55785125,0.54545456,0.53305787,0.54545456,0.5495868,0.5371901,0.53305787,0.5206612,0.5,0.4752066,0.46694216,0.45454547,0.42975205,0.4214876,0.41735536,0.26859504,0.2231405,0.30165288,0.4338843,0.5041322,0.54545456,0.5785124,0.607438,0.6280992,0.6322314,0.6280992,0.62396693,0.6446281,0.6528926,0.6570248,0.6570248,0.661157,0.661157,0.6859504,0.7066116,0.6735537,0.6859504,0.6652893,0.62396693,0.61570245,0.59504133,0.5661157,0.56198347,0.58264464,0.60330576,0.607438,0.61570245,0.59090906,0.5661157,0.5785124,0.60330576,0.59917355,0.607438,0.61570245,0.5785124,0.57438016,0.59917355,0.59090906,0.59504133,0.57024795,0.53305787,0.5495868,0.57438016,0.57438016,0.56198347,0.553719,0.553719,0.5661157,0.5495868,0.5371901,0.5413223,0.5165289,0.5,0.4752066,0.46694216,0.44214877,0.42975205,0.42561984,0.45454547,0.32231405,0.21900827,0.3140496,0.446281,0.5082645,0.54545456,0.5661157,0.59917355,0.62396693,0.6404959,0.6487603,0.6570248,0.6652893,0.6652893,0.6694215,0.677686,0.6983471,0.6859504,0.70247936,0.73140496,0.6859504,0.69008267,0.6983471,0.6528926,0.6487603,0.62396693,0.59917355,0.61570245,0.61157024,0.61570245,0.61157024,0.6280992,0.6198347,0.59917355,0.607438,0.61570245,0.59917355,0.6280992,0.62396693,0.58264464,0.59917355,0.6198347,0.6198347,0.58677685,0.58264464,0.5661157,0.54545456,0.553719,0.57024795,0.553719,0.5495868,0.57438016,0.5785124,0.55785125,0.5413223,0.5289256,0.5247934,0.5,0.47933885,0.46280992,0.45041323,0.42975205,0.41735536,0.45041323,0.38016528,0.20661157,0.35123968,0.46694216,0.5041322,0.54545456,0.55785125,0.59504133,0.6198347,0.6487603,0.6487603,0.6735537,0.677686,0.6818182,0.69008267,0.70247936,0.7066116,0.7066116,0.6570248,0.6818182,0.6983471,0.6983471,0.70247936,0.69008267,0.6694215,0.6404959,0.6322314,0.6363636,0.6322314,0.6280992,0.6198347,0.6363636,0.6446281,0.6363636,0.62396693,0.62396693,0.607438,0.62396693,0.6404959,0.60330576,0.61157024,0.6280992,0.62396693,0.607438,0.59504133,0.607438,0.58677685,0.57024795,0.553719,0.5495868,0.5413223,0.57024795,0.58677685,0.57024795,0.55785125,0.5371901,0.53305787,0.5041322,0.4876033,0.46694216,0.45454547,0.43801653,0.4214876,0.446281,0.43801653,0.19421488,0.4090909,0.5041322,0.5165289,0.5413223,0.56198347,0.60330576,0.6280992,0.661157,0.6570248,0.6859504,0.6942149,0.6942149,0.70247936,0.70247936,0.7066116,0.70247936,0.677686,0.6818182,0.6942149,0.7107438,0.69008267,0.6818182,0.661157,0.6322314,0.6487603,0.6570248,0.62396693,0.62396693,0.6363636,0.6322314,0.6404959,0.6487603,0.6322314,0.6280992,0.607438,0.6363636,0.6446281,0.59917355,0.60330576,0.6322314,0.6322314,0.6198347,0.6280992,0.61570245,0.607438,0.59090906,0.58264464,0.58264464,0.57438016,0.57438016,0.57024795,0.57024795,0.553719,0.55785125,0.5371901,0.5165289,0.5,0.47933885,0.45867768,0.45041323,0.42975205,0.44214877,0.45454547,0.19008264,0.45041323,0.5371901,0.5289256,0.5413223,0.5785124,0.61157024,0.6363636,0.6487603,0.6735537,0.6735537,0.6735537,0.6735537,0.69008267,0.677686,0.69008267,0.69008267,0.6694215,0.6859504,0.677686,0.677686,0.661157,0.6652893,0.6735537,0.6652893,0.661157,0.6694215,0.62396693,0.607438,0.61157024,0.59917355,0.61570245,0.62396693,0.61570245,0.62396693,0.6280992,0.6404959,0.6404959,0.62396693,0.61157024,0.6198347,0.6198347,0.6198347,0.61157024,0.61157024,0.59917355,0.59090906,0.57438016,0.58264464,0.5785124,0.5785124,0.56198347,0.57024795,0.57024795,0.55785125,0.5495868,0.5289256,0.5123967,0.4876033,0.46280992,0.45041323,0.44214877,0.446281,0.46280992,0.20247933,0.47107437,0.553719,0.5371901,0.5495868,0.59917355,0.62396693,0.61157024,0.6198347,0.6363636,0.6404959,0.6446281,0.6404959,0.6528926,0.6528926,0.661157,0.6528926,0.6363636,0.6404959,0.6404959,0.59090906,0.58264464,0.62396693,0.6487603,0.661157,0.6404959,0.6570248,0.607438,0.59090906,0.59090906,0.5785124,0.58677685,0.58677685,0.59917355,0.607438,0.60330576,0.61570245,0.62396693,0.61570245,0.6198347,0.607438,0.61157024,0.60330576,0.59504133,0.59504133,0.5785124,0.57438016,0.5661157,0.5661157,0.56198347,0.55785125,0.5413223,0.55785125,0.56198347,0.53305787,0.5495868,0.53305787,0.5165289,0.5041322,0.4752066,0.45867768,0.45454547,0.43801653,0.45454547,0.21900827,0.4876033,0.55785125,0.5371901,0.55785125,0.57438016,0.55785125,0.5289256,0.5495868,0.57438016,0.56198347,0.55785125,0.57438016,0.5785124,0.58677685,0.59917355,0.58264464,0.56198347,0.59090906,0.5785124,0.5206612,0.5165289,0.5661157,0.607438,0.6280992,0.6198347,0.61157024,0.58264464,0.58264464,0.5785124,0.5661157,0.58677685,0.58677685,0.57024795,0.58264464,0.57438016,0.60330576,0.58677685,0.59090906,0.58677685,0.58264464,0.58264464,0.57438016,0.57438016,0.5785124,0.5495868,0.5495868,0.5413223,0.5289256,0.5165289,0.5082645,0.48347107,0.4876033,0.5082645,0.47933885,0.49173555,0.5247934,0.5289256,0.5165289,0.49173555,0.46280992,0.45454547,0.4338843,0.45867768,0.23966943,0.5082645,0.5495868,0.5206612,0.5165289,0.4876033,0.45867768,0.45454547,0.4338843,0.44214877,0.4214876,0.41735536,0.446281,0.45454547,0.45041323,0.46280992,0.46694216,0.45041323,0.5082645,0.47933885,0.45454547,0.47107437,0.5123967,0.5495868,0.56198347,0.58264464,0.57438016,0.54545456,0.5495868,0.57024795,0.59090906,0.58677685,0.57438016,0.5495868,0.5289256,0.5413223,0.5413223,0.54545456,0.5123967,0.5123967,0.5123967,0.49586776,0.49173555,0.49173555,0.4876033,0.46694216,0.45867768,0.45041323,0.43801653,0.41735536,0.41322315,0.40082645,0.38016528,0.3966942,0.40082645,0.38842976,0.446281,0.5,0.5165289,0.5,0.47933885,0.46280992,0.4338843,0.53305787,0.30165288,0.5041322,0.5413223,0.41322315,0.38842976,0.38429752,0.35123968,0.35123968,0.3140496,0.30991736,0.30165288,0.29338843,0.30578512,0.3181818,0.30991736,0.30578512,0.33471075,0.3429752,0.38016528,0.38429752,0.39256197,0.4090909,0.45041323,0.46694216,0.4876033,0.5165289,0.5371901,0.5495868,0.56198347,0.56198347,0.58264464,0.5785124,0.5495868,0.5123967,0.5123967,0.5041322,0.4876033,0.4752066,0.41735536,0.42975205,0.41735536,0.37190083,0.3429752,0.33471075,0.3305785,0.30991736,0.29338843,0.28099173,0.2892562,0.2768595,0.28099173,0.28512397,0.27272728,0.28512397,0.30578512,0.30991736,0.3429752,0.3677686,0.38842976,0.41322315,0.446281,0.446281,0.446281,0.5785124,0.35950413,0.5206612,0.46280992,0.3181818,0.30165288,0.28512397,0.28099173,0.2768595,0.2520661,0.23966943,0.22727273,0.21487603,0.21487603,0.23140496,0.21900827,0.23140496,0.23553719,0.25619835,0.26859504,0.30165288,0.3553719,0.36363637,0.3966942,0.3966942,0.4338843,0.4876033,0.5289256,0.5413223,0.59504133,0.54545456,0.5661157,0.54545456,0.5082645,0.4752066,0.4752066,0.46694216,0.43801653,0.40082645,0.34710744,0.3553719,0.3553719,0.29338843,0.23966943,0.2231405,0.20661157,0.18181819,0.18181819,0.18595041,0.19008264,0.19421488,0.1983471,0.21900827,0.2231405,0.2231405,0.24380165,0.27272728,0.2644628,0.28099173,0.2520661,0.28512397,0.3429752,0.35950413,0.43801653,0.46694216,0.42561984,0.5413223,0.40082645,0.27272728,0.27272728,0.2768595,0.29752067,0.29752067,0.2768595,0.26859504,0.26859504,0.2520661,0.23553719,0.24380165,0.24380165,0.23966943,0.23966943,0.23140496,0.2520661,0.26859504,0.30578512,0.35123968,0.37190083,0.36363637,0.40082645,0.45867768,0.5,0.5,0.5247934,0.5123967,0.5123967,0.5123967,0.46280992,0.45041323,0.45867768,0.42561984,0.39256197,0.3553719,0.32231405,0.30578512,0.3140496,0.27272728,0.21900827,0.20661157,0.19008264,0.16528925,0.18181819,0.17355372,0.17768595,0.18181819,0.17768595,0.18595041,0.1983471,0.20247933,0.2107438,0.21900827,0.21900827,0.23553719,0.23966943,0.2603306,0.2768595,0.2768595,0.45041323,0.3966942,0.3140496,0.56198347,0.46280992,0.34710744,0.33471075,0.36363637,0.38016528,0.39256197,0.38842976,0.38016528,0.37603307,0.3677686,0.34710744,0.338843,0.338843,0.3305785,0.30578512,0.30991736,0.29752067,0.30578512,0.3181818,0.32231405,0.3429752,0.35950413,0.3966942,0.4214876,0.446281,0.47107437,0.5082645,0.5247934,0.5165289,0.5082645,0.49173555,0.46694216,0.446281,0.41322315,0.38842976,0.3429752,0.3140496,0.2892562,0.28099173,0.25619835,0.23140496,0.21900827,0.21900827,0.23140496,0.2603306,0.27272728,0.2768595,0.28512397,0.2768595,0.2892562,0.2892562,0.29752067,0.28512397,0.29338843,0.30578512,0.30165288,0.29338843,0.30578512,0.30578512,0.29752067,0.446281,0.47933885,0.27272728,0.5371901,0.59090906,0.45454547,0.40495867,0.4214876,0.4214876,0.41322315,0.4090909,0.3677686,0.3553719,0.3305785,0.29752067,0.28512397,0.28512397,0.28099173,0.2644628,0.2644628,0.25619835,0.23966943,0.25619835,0.25619835,0.28512397,0.29752067,0.3305785,0.3677686,0.40495867,0.45867768,0.553719,0.57024795,0.56198347,0.553719,0.53305787,0.49173555,0.43801653,0.3966942,0.36363637,0.3140496,0.27272728,0.24380165,0.22727273,0.20661157,0.20247933,0.19421488,0.20661157,0.21487603,0.24380165,0.26859504,0.2768595,0.2892562,0.30578512,0.30991736,0.3181818,0.3264463,0.33471075,0.3305785,0.35123968,0.3429752,0.34710744,0.34710744,0.3677686,0.36363637,0.43801653,0.553719,0.38429752,0.53305787,0.61157024,0.5289256,0.43801653,0.4214876,0.40495867,0.3677686,0.3140496,0.25619835,0.2520661,0.19421488,0.16528925,0.16115703,0.16528925,0.17768595,0.23553719,0.30165288,0.30578512,0.29338843,0.27272728,0.23966943,0.2644628,0.26859504,0.2892562,0.3181818,0.38016528,0.4752066,0.59917355,0.607438,0.607438,0.61570245,0.59504133,0.53305787,0.45041323,0.38016528,0.3181818,0.2603306,0.22727273,0.23553719,0.23140496,0.20247933,0.1983471,0.17768595,0.1694215,0.17355372,0.17355372,0.18181819,0.1983471,0.2520661,0.2644628,0.24793388,0.24380165,0.23966943,0.2644628,0.2768595,0.32231405,0.3305785,0.35950413,0.36363637,0.39256197,0.3966942,0.41322315,0.58264464,0.553719,0.56198347,0.59090906,0.58677685,0.49173555,0.42975205,0.38842976,0.3429752,0.2768595,0.2231405,0.16528925,0.1983471,0.19008264,0.19008264,0.11570248,0.1322314,0.23140496,0.3677686,0.4090909,0.38016528,0.3140496,0.24793388,0.2892562,0.30165288,0.3264463,0.3181818,0.35123968,0.4752066,0.6322314,0.661157,0.677686,0.69008267,0.6446281,0.553719,0.45041323,0.36363637,0.2892562,0.22727273,0.24793388,0.28512397,0.2603306,0.20247933,0.23966943,0.21487603,0.17355372,0.15289256,0.13636364,0.19008264,0.18595041,0.2768595,0.2644628,0.23140496,0.2107438,0.19008264,0.19421488,0.2231405,0.26859504,0.30165288,0.338843,0.35950413,0.3966942,0.41735536,0.40495867,0.5371901,0.6446281,0.59090906,0.58264464,0.61157024,0.5495868,0.46280992,0.41322315,0.3553719,0.28512397,0.23553719,0.21900827,0.23966943,0.24793388,0.23553719,0.17768595,0.18181819,0.2520661,0.38016528,0.44214877,0.39256197,0.32231405,0.2644628,0.29338843,0.30991736,0.38429752,0.3677686,0.3677686,0.5041322,0.6322314,0.6859504,0.72727275,0.70247936,0.6404959,0.54545456,0.44214877,0.35123968,0.2892562,0.25619835,0.2892562,0.29338843,0.24793388,0.23966943,0.25619835,0.24380165,0.20247933,0.17768595,0.17355372,0.23140496,0.23140496,0.37603307,0.34710744,0.27272728,0.22727273,0.20661157,0.19421488,0.21900827,0.28099173,0.30991736,0.3305785,0.38016528,0.41322315,0.44214877,0.4090909,0.49173555,0.58677685,0.58677685,0.60330576,0.6280992,0.58677685,0.5165289,0.4752066,0.42561984,0.36363637,0.33471075,0.30578512,0.30991736,0.3264463,0.29338843,0.28099173,0.2892562,0.3140496,0.37190083,0.3966942,0.35950413,0.32231405,0.3181818,0.3429752,0.36363637,0.40495867,0.38842976,0.41322315,0.5371901,0.6280992,0.7066116,0.72727275,0.6859504,0.6322314,0.54545456,0.43801653,0.38429752,0.3305785,0.30578512,0.29752067,0.30991736,0.30165288,0.28512397,0.27272728,0.28512397,0.27272728,0.25619835,0.2520661,0.2520661,0.3181818,0.40082645,0.3677686,0.3181818,0.28512397,0.28099173,0.27272728,0.28512397,0.33471075,0.37603307,0.38842976,0.4090909,0.45041323,0.46694216,0.41735536,0.45867768,0.5247934,0.57024795,0.60330576,0.6198347,0.62396693,0.5785124,0.55785125,0.5206612,0.4752066,0.446281,0.41322315,0.40082645,0.39256197,0.41322315,0.36363637,0.37190083,0.37603307,0.38016528,0.38016528,0.3553719,0.338843,0.3264463,0.3553719,0.38429752,0.4090909,0.42561984,0.4876033,0.57024795,0.6404959,0.71487606,0.7355372,0.6652893,0.58677685,0.5165289,0.43801653,0.41322315,0.3966942,0.3553719,0.3264463,0.3429752,0.37603307,0.3429752,0.3305785,0.3429752,0.3677686,0.35123968,0.3264463,0.3305785,0.37190083,0.39256197,0.3677686,0.36363637,0.36363637,0.36363637,0.37190083,0.38429752,0.41322315,0.45867768,0.45454547,0.46280992,0.4876033,0.48347107,0.3966942,0.45041323,0.5289256,0.5661157,0.60330576,0.62396693,0.6280992,0.6322314,0.61570245,0.59917355,0.56198347,0.5206612,0.4752066,0.47107437,0.43801653,0.44214877,0.42561984,0.40495867,0.40495867,0.3966942,0.38842976,0.3677686,0.34710744,0.3677686,0.38429752,0.3966942,0.43801653,0.5123967,0.57024795,0.60330576,0.6487603,0.73140496,0.75619835,0.6818182,0.59090906,0.5,0.42975205,0.446281,0.45867768,0.42561984,0.38429752,0.338843,0.3553719,0.36363637,0.3553719,0.3553719,0.37190083,0.38842976,0.37190083,0.38842976,0.3966942,0.40495867,0.3966942,0.4090909,0.4090909,0.41735536,0.4338843,0.45454547,0.4752066,0.48347107,0.49173555,0.49586776,0.5082645,0.49586776,0.40495867,0.446281,0.5247934,0.553719,0.58677685,0.61570245,0.6198347,0.6446281,0.6404959,0.6363636,0.61157024,0.58264464,0.5413223,0.5206612,0.47933885,0.46280992,0.45454547,0.4338843,0.42561984,0.43801653,0.44214877,0.4338843,0.42975205,0.42975205,0.43801653,0.47933885,0.5371901,0.59090906,0.59504133,0.6198347,0.6570248,0.7644628,0.78099173,0.69008267,0.59504133,0.49173555,0.4338843,0.46280992,0.5,0.49173555,0.46694216,0.4214876,0.37603307,0.38842976,0.40082645,0.40082645,0.40082645,0.40495867,0.3966942,0.40495867,0.4090909,0.40495867,0.41735536,0.42975205,0.43801653,0.45454547,0.47933885,0.5,0.5123967,0.5165289,0.5165289,0.5123967,0.5165289,0.5041322,0.4090909,0.4338843,0.5247934,0.5495868,0.58264464,0.61157024,0.6280992,0.6404959,0.6528926,0.6528926,0.6404959,0.6322314,0.61570245,0.60330576,0.57438016,0.53305787,0.54545456,0.5371901,0.5206612,0.5165289,0.5041322,0.49586776,0.5123967,0.53305787,0.5495868,0.57024795,0.60330576,0.59917355,0.60330576,0.62396693,0.6735537,0.78512394,0.79752064,0.6942149,0.59090906,0.4876033,0.43801653,0.47107437,0.5,0.5123967,0.5165289,0.5041322,0.46694216,0.44214877,0.45041323,0.45454547,0.45041323,0.45867768,0.46280992,0.46280992,0.47107437,0.45454547,0.46694216,0.48347107,0.5041322,0.5041322,0.5165289,0.5247934,0.5289256,0.5247934,0.5289256,0.5165289,0.5041322,0.5041322,0.4090909,0.41735536,0.5371901,0.553719,0.58264464,0.60330576,0.6280992,0.6404959,0.6570248,0.6652893,0.6528926,0.6528926,0.6404959,0.6404959,0.6198347,0.59090906,0.59090906,0.58264464,0.5661157,0.55785125,0.58264464,0.59090906,0.61570245,0.62396693,0.61157024,0.61157024,0.61157024,0.59917355,0.607438,0.6280992,0.7066116,0.78099173,0.76033056,0.6652893,0.58264464,0.5,0.45041323,0.47107437,0.4876033,0.5041322,0.5165289,0.5289256,0.5371901,0.5206612,0.5123967,0.5123967,0.5082645,0.49586776,0.49586776,0.5082645,0.5041322,0.49173555,0.5082645,0.5165289,0.5247934,0.5247934,0.53305787,0.5371901,0.5371901,0.5165289,0.5371901,0.5247934,0.5041322,0.49173555,0.4090909,0.40495867,0.5289256,0.5661157,0.5785124,0.59090906,0.60330576,0.6198347,0.6446281,0.661157,0.6570248,0.6446281,0.6487603,0.6363636,0.62396693,0.607438,0.59504133,0.61570245,0.61157024,0.62396693,0.6404959,0.6446281,0.6570248,0.6404959,0.6404959,0.6363636,0.61570245,0.607438,0.61570245,0.6363636,0.7231405,0.7644628,0.73140496,0.661157,0.58677685,0.5041322,0.46694216,0.46280992,0.47933885,0.48347107,0.5123967,0.5247934,0.553719,0.56198347,0.57438016,0.55785125,0.54545456,0.55785125,0.5413223,0.53305787,0.5247934,0.5165289,0.5165289,0.5289256,0.5289256,0.5413223,0.54545456,0.54545456,0.5413223,0.5247934,0.5371901,0.5082645,0.5,0.48347107,0.4214876,0.3966942,0.5165289,0.5785124,0.57438016,0.58264464,0.58264464,0.60330576,0.6280992,0.6528926,0.6528926,0.6446281,0.6404959,0.6446281,0.61570245,0.62396693,0.6487603,0.661157,0.661157,0.6528926,0.6404959,0.6322314,0.6570248,0.6487603,0.6487603,0.6404959,0.6322314,0.607438,0.62396693,0.6570248,0.72727275,0.76033056,0.7107438,0.6818182,0.58677685,0.5289256,0.4876033,0.46694216,0.47107437,0.4752066,0.49173555,0.5413223,0.55785125,0.57024795,0.59090906,0.5785124,0.5661157,0.56198347,0.5785124,0.56198347,0.5661157,0.553719,0.5413223,0.5371901,0.5289256,0.54545456,0.553719,0.553719,0.5413223,0.5247934,0.5247934,0.49173555,0.49586776,0.4752066,0.41735536,0.40082645,0.47933885,0.60330576,0.59090906,0.57438016,0.58677685,0.57438016,0.61157024,0.61570245,0.6198347,0.62396693,0.62396693,0.6363636,0.6404959,0.6694215,0.6652893,0.6694215,0.661157,0.6446281,0.6363636,0.6322314,0.6528926,0.6446281,0.6322314,0.6198347,0.6322314,0.62396693,0.6363636,0.6818182,0.74380165,0.77272725,0.71900827,0.677686,0.62396693,0.54545456,0.5165289,0.49173555,0.47107437,0.47107437,0.4876033,0.5289256,0.5495868,0.59090906,0.59917355,0.59504133,0.59917355,0.5785124,0.58677685,0.57438016,0.5785124,0.5785124,0.58677685,0.5495868,0.5371901,0.54545456,0.5371901,0.53305787,0.5289256,0.5082645,0.4876033,0.4876033,0.4876033,0.46694216,0.42561984,0.3966942,0.43801653,0.61157024,0.6404959,0.57438016,0.58264464,0.58677685,0.59504133,0.607438,0.6198347,0.6198347,0.61157024,0.6322314,0.6446281,0.6735537,0.6652893,0.6652893,0.6570248,0.6446281,0.6528926,0.6487603,0.6404959,0.61157024,0.57438016,0.57024795,0.62396693,0.62396693,0.6446281,0.7066116,0.76033056,0.77272725,0.72727275,0.6818182,0.6322314,0.58264464,0.53305787,0.4876033,0.45041323,0.446281,0.46280992,0.49173555,0.53305787,0.5785124,0.58264464,0.61157024,0.607438,0.59504133,0.59917355,0.58677685,0.5785124,0.57438016,0.58677685,0.57024795,0.54545456,0.5495868,0.53305787,0.5206612,0.5041322,0.49586776,0.47107437,0.46280992,0.4752066,0.46280992,0.41322315,0.40495867,0.39256197,0.56198347,0.6570248,0.58264464,0.55785125,0.57438016,0.5785124,0.60330576,0.62396693,0.62396693,0.61157024,0.62396693,0.6404959,0.6694215,0.6570248,0.6652893,0.6363636,0.6363636,0.6404959,0.6446281,0.61157024,0.5495868,0.5289256,0.57438016,0.607438,0.6404959,0.6528926,0.7066116,0.75206614,0.74380165,0.71487606,0.6818182,0.6322314,0.60330576,0.553719,0.49173555,0.43801653,0.43801653,0.4338843,0.4338843,0.48347107,0.553719,0.55785125,0.60330576,0.59917355,0.59917355,0.59917355,0.58677685,0.58677685,0.58264464,0.5661157,0.57438016,0.56198347,0.553719,0.5371901,0.5123967,0.5041322,0.5,0.48347107,0.47107437,0.46280992,0.45867768,0.4214876,0.41322315,0.39256197,0.45454547,0.6280992,0.59917355,0.5371901,0.55785125,0.57438016,0.60330576,0.61570245,0.6198347,0.607438,0.62396693,0.6404959,0.6570248,0.6446281,0.6570248,0.6322314,0.6198347,0.607438,0.61157024,0.5661157,0.48347107,0.5289256,0.59090906,0.62396693,0.6404959,0.6694215,0.6859504,0.72727275,0.73966944,0.6983471,0.677686,0.6404959,0.60330576,0.56198347,0.4876033,0.45454547,0.49173555,0.46280992,0.4090909,0.42975205,0.5082645,0.5371901,0.57024795,0.58264464,0.59090906,0.58264464,0.57438016,0.57438016,0.58264464,0.55785125,0.5661157,0.56198347,0.5413223,0.5371901,0.5165289,0.5082645,0.49586776,0.47933885,0.46694216,0.47107437,0.45041323,0.41322315,0.41735536,0.40082645,0.39256197,0.53305787,0.60330576,0.53305787,0.5413223,0.57024795,0.58264464,0.59090906,0.59917355,0.60330576,0.6198347,0.6322314,0.6487603,0.6322314,0.6404959,0.6322314,0.59504133,0.5785124,0.56198347,0.5041322,0.4752066,0.57438016,0.59504133,0.6446281,0.6570248,0.69008267,0.6983471,0.7107438,0.71487606,0.6859504,0.661157,0.6446281,0.60330576,0.5661157,0.49173555,0.49173555,0.53305787,0.49586776,0.41322315,0.3966942,0.45454547,0.5041322,0.5247934,0.553719,0.5661157,0.55785125,0.56198347,0.57024795,0.56198347,0.57024795,0.57438016,0.55785125,0.5661157,0.553719,0.5206612,0.5082645,0.4876033,0.47933885,0.45454547,0.45867768,0.42975205,0.4214876,0.4214876,0.40495867,0.39256197,0.4338843,0.54545456,0.54545456,0.5371901,0.57024795,0.57438016,0.5785124,0.5785124,0.59917355,0.61157024,0.6280992,0.6487603,0.6363636,0.6363636,0.59917355,0.56198347,0.5206612,0.5,0.45041323,0.5123967,0.57438016,0.607438,0.6322314,0.6404959,0.6818182,0.6983471,0.6983471,0.6942149,0.661157,0.6528926,0.6280992,0.59504133,0.5413223,0.48347107,0.49173555,0.5289256,0.5041322,0.42561984,0.37190083,0.4090909,0.43801653,0.47933885,0.5123967,0.5371901,0.5495868,0.57024795,0.57438016,0.57024795,0.5785124,0.5661157,0.5661157,0.553719,0.5495868,0.5247934,0.5,0.47107437,0.45867768,0.44214877,0.4338843,0.41735536,0.42561984,0.41322315,0.40495867,0.4090909,0.3966942,0.43801653,0.5289256,0.5289256,0.5495868,0.5661157,0.5661157,0.57438016,0.58264464,0.607438,0.6322314,0.6280992,0.6198347,0.61157024,0.56198347,0.5371901,0.5,0.46694216,0.49173555,0.5371901,0.553719,0.58677685,0.60330576,0.6322314,0.62396693,0.661157,0.677686,0.6652893,0.6363636,0.6198347,0.59504133,0.5371901,0.49173555,0.446281,0.46694216,0.49173555,0.47107437,0.42561984,0.35950413,0.39256197,0.42561984,0.44214877,0.46694216,0.49173555,0.5289256,0.56198347,0.57438016,0.57438016,0.55785125,0.55785125,0.54545456,0.5165289,0.5041322,0.49173555,0.4876033,0.46280992,0.446281,0.43801653,0.4214876,0.4090909,0.4214876,0.4090909,0.4090909,0.41322315,0.40495867,0.38842976,0.48347107,0.5371901,0.5413223,0.553719,0.56198347,0.57024795,0.58677685,0.59504133,0.6198347,0.61570245,0.607438,0.5785124,0.5495868,0.5123967,0.47107437,0.48347107,0.5495868,0.553719,0.53305787,0.5289256,0.57024795,0.58677685,0.59090906,0.61157024,0.6280992,0.61157024,0.58677685,0.5495868,0.5123967,0.45867768,0.43801653,0.42561984,0.42975205,0.44214877,0.4338843,0.40495867,0.3677686,0.41322315,0.46694216,0.43801653,0.4338843,0.46280992,0.49586776,0.5247934,0.54545456,0.5413223,0.5413223,0.54545456,0.5206612,0.5082645,0.5082645,0.47107437,0.46694216,0.45454547,0.446281,0.43801653,0.41322315,0.4214876,0.42561984,0.41322315,0.41322315,0.40495867,0.4090909,0.38429752,0.446281,0.5413223,0.54545456,0.53305787,0.54545456,0.5661157,0.58677685,0.60330576,0.61570245,0.61157024,0.59917355,0.55785125,0.5289256,0.4876033,0.48347107,0.553719,0.607438,0.57438016,0.5041322,0.45454547,0.47933885,0.5123967,0.53305787,0.5371901,0.553719,0.5289256,0.5082645,0.46694216,0.4214876,0.38429752,0.39256197,0.37603307,0.39256197,0.3966942,0.38842976,0.39256197,0.40082645,0.44214877,0.49586776,0.49586776,0.46694216,0.45041323,0.47107437,0.49173555,0.5041322,0.5206612,0.53305787,0.5413223,0.5247934,0.49586776,0.49586776,0.4752066,0.45867768,0.45041323,0.4338843,0.42975205,0.4214876,0.4214876,0.41735536,0.41322315,0.4090909,0.4090909,0.41735536,0.38842976,0.4090909,0.53305787,0.5495868,0.54545456,0.53305787,0.5661157,0.58677685,0.59504133,0.607438,0.61157024,0.58677685,0.5495868,0.5247934,0.5247934,0.54545456,0.61570245,0.6404959,0.6280992,0.55785125,0.43801653,0.33471075,0.4090909,0.4752066,0.47107437,0.4752066,0.45867768,0.43801653,0.40082645,0.35123968,0.2892562,0.2644628,0.2644628,0.30578512,0.3305785,0.3553719,0.39256197,0.4090909,0.45454547,0.5123967,0.5371901,0.5495868,0.49173555,0.46280992,0.47107437,0.47933885,0.49586776,0.5289256,0.5289256,0.5165289,0.4876033,0.4752066,0.47107437,0.45454547,0.43801653,0.42561984,0.42975205,0.42561984,0.42975205,0.4214876,0.41322315,0.40495867,0.41322315,0.4090909,0.40495867,0.38842976,0.5123967,0.5495868,0.5247934,0.5289256,0.5495868,0.56198347,0.59917355,0.61570245,0.60330576,0.58677685,0.57024795,0.56198347,0.58677685,0.61570245,0.6446281,0.6446281,0.6528926,0.6280992,0.4876033,0.3181818,0.32231405,0.39256197,0.41322315,0.42561984,0.40495867,0.37603307,0.33471075,0.28512397,0.2644628,0.25619835,0.2231405,0.2520661,0.3305785,0.37603307,0.40495867,0.42561984,0.45454547,0.5123967,0.53305787,0.5661157,0.5371901,0.5,0.48347107,0.47933885,0.49173555,0.5123967,0.5082645,0.49173555,0.4876033,0.47107437,0.45454547,0.446281,0.4214876,0.4214876,0.42975205,0.42975205,0.42561984,0.41322315,0.4090909,0.3966942,0.4214876,0.4090909,0.40495867,0.37603307,0.49173555,0.54545456,0.53305787,0.5206612,0.5371901,0.55785125,0.59090906,0.61157024,0.60330576,0.58677685,0.58677685,0.60330576,0.62396693,0.62396693,0.6404959,0.6363636,0.6446281,0.6322314,0.5206612,0.38016528,0.3677686,0.3677686,0.34710744,0.3553719,0.34710744,0.3181818,0.29752067,0.29752067,0.30165288,0.3140496,0.30578512,0.34710744,0.38429752,0.40495867,0.42561984,0.44214877,0.45041323,0.5,0.5247934,0.54545456,0.5495868,0.53305787,0.5082645,0.49586776,0.5041322,0.49586776,0.48347107,0.4876033,0.4876033,0.4752066,0.45041323,0.43801653,0.41322315,0.4090909,0.42975205,0.4338843,0.41735536,0.41735536,0.40082645,0.41322315,0.4090909,0.40495867,0.40495867,0.37603307,0.45867768,0.553719,0.5371901,0.5206612,0.53305787,0.57024795,0.5785124,0.59090906,0.60330576,0.607438,0.607438,0.6198347,0.6363636,0.61157024,0.6322314,0.6280992,0.61570245,0.61157024,0.57024795,0.45867768,0.3966942,0.39256197,0.38429752,0.35950413,0.3429752,0.33471075,0.3305785,0.33471075,0.35950413,0.37190083,0.40495867,0.40082645,0.42975205,0.42561984,0.4338843,0.43801653,0.45867768,0.4876033,0.5123967,0.53305787,0.5413223,0.5371901,0.5247934,0.5,0.5082645,0.5041322,0.5,0.4876033,0.4752066,0.47107437,0.46280992,0.4338843,0.42975205,0.4214876,0.42975205,0.43801653,0.44214877,0.4214876,0.40082645,0.40495867,0.4090909,0.40082645,0.40495867,0.38429752,0.42975205,0.54545456,0.5413223,0.53305787,0.53305787,0.5661157,0.58677685,0.59090906,0.607438,0.62396693,0.60330576,0.61570245,0.6404959,0.61570245,0.6198347,0.61570245,0.59504133,0.60330576,0.61570245,0.54545456,0.45454547,0.42975205,0.42975205,0.4090909,0.39256197,0.3966942,0.38016528,0.37603307,0.39256197,0.41735536,0.446281,0.43801653,0.45041323,0.45041323,0.45867768,0.46280992,0.47107437,0.49586776,0.5165289,0.53305787,0.5413223,0.5371901,0.5289256,0.5082645,0.49586776,0.5082645,0.5,0.5082645,0.47933885,0.47107437,0.46280992,0.45041323,0.44214877,0.4338843,0.43801653,0.43801653,0.4338843,0.41322315,0.4090909,0.40082645,0.41322315,0.4090909,0.4090909,0.3966942,0.40082645,0.5165289,0.54545456,0.53305787,0.5413223,0.56198347,0.59504133,0.60330576,0.607438,0.6198347,0.60330576,0.59090906,0.6322314,0.61570245,0.6280992,0.62396693,0.607438,0.61157024,0.62396693,0.59090906,0.5371901,0.47933885,0.446281,0.40495867,0.40082645,0.42561984,0.4214876,0.4214876,0.43801653,0.44214877,0.45867768,0.45454547,0.47107437,0.47933885,0.47933885,0.4876033,0.4876033,0.5,0.5123967,0.5165289,0.5123967,0.5206612,0.5371901,0.5082645,0.49173555,0.5165289,0.5165289,0.5,0.48347107,0.4876033,0.45454547,0.46280992,0.45041323,0.446281,0.44214877,0.44214877,0.42975205,0.40495867,0.41322315,0.3966942,0.41322315,0.4090909,0.40495867,0.40082645,0.38016528,0.4752066,0.54545456,0.5247934,0.5413223,0.5785124,0.59917355,0.61157024,0.61157024,0.62396693,0.6198347,0.59090906,0.62396693,0.61157024,0.60330576,0.60330576,0.60330576,0.61570245,0.6363636,0.59917355,0.59917355,0.58264464,0.5,0.44214877,0.44214877,0.43801653,0.446281,0.45867768,0.46280992,0.46280992,0.46280992,0.47107437,0.46694216,0.49173555,0.4752066,0.48347107,0.47933885,0.49586776,0.49173555,0.4876033,0.47933885,0.4876033,0.5123967,0.5041322,0.5,0.5082645,0.5206612,0.5082645,0.5,0.4876033,0.46694216,0.46280992,0.45867768,0.45454547,0.45041323,0.43801653,0.42975205,0.40082645,0.41322315,0.3966942,0.4090909,0.4090909,0.40495867,0.40495867,0.37603307,0.43801653,0.5413223,0.53305787,0.5413223,0.58264464,0.59090906,0.607438,0.61157024,0.62396693,0.61570245,0.5785124,0.58264464,0.57024795,0.57024795,0.5785124,0.59090906,0.59504133,0.59504133,0.5785124,0.59090906,0.607438,0.57438016,0.53305787,0.5123967,0.4752066,0.47933885,0.48347107,0.47107437,0.46280992,0.45041323,0.446281,0.44214877,0.47933885,0.46280992,0.47933885,0.47933885,0.4752066,0.46280992,0.45867768,0.42975205,0.4338843,0.46280992,0.49586776,0.49586776,0.5041322,0.5082645,0.5082645,0.5041322,0.4876033,0.47933885,0.45867768,0.45041323,0.45041323,0.446281,0.4338843,0.42561984,0.40082645,0.4090909,0.39256197,0.40495867,0.4090909,0.40495867,0.40495867,0.38842976,0.3966942,0.5247934,0.5413223,0.5413223,0.58677685,0.58677685,0.59917355,0.60330576,0.61157024,0.59917355,0.5495868,0.5206612,0.5082645,0.5165289,0.5289256,0.53305787,0.5123967,0.48347107,0.46280992,0.45867768,0.46694216,0.48347107,0.48347107,0.4876033,0.4876033,0.46280992,0.43801653,0.4090909,0.38016528,0.36363637,0.3677686,0.36363637,0.38429752,0.38016528,0.38842976,0.40082645,0.40495867,0.41322315,0.38842976,0.3677686,0.4090909,0.44214877,0.47933885,0.4876033,0.5,0.5041322,0.5041322,0.5041322,0.49173555,0.48347107,0.46280992,0.45041323,0.45041323,0.446281,0.43801653,0.42561984,0.40082645,0.41322315,0.3966942,0.41322315,0.40082645,0.3966942,0.40082645,0.3966942,0.38016528,0.4752066,0.54545456,0.5413223,0.553719,0.56198347,0.60330576,0.607438,0.59504133,0.5661157,0.5289256,0.47933885,0.4090909,0.39256197,0.41735536,0.41735536,0.38429752,0.338843,0.30991736,0.3181818,0.29338843,0.3305785,0.3553719,0.35123968,0.3677686,0.3429752,0.3140496,0.30165288,0.30991736,0.30991736,0.30578512,0.29752067,0.2892562,0.2892562,0.27272728,0.28512397,0.28099173,0.2768595,0.2644628,0.2644628,0.36363637,0.4338843,0.46280992,0.4752066,0.4876033,0.5041322,0.49586776,0.49586776,0.49173555,0.47933885,0.46694216,0.45041323,0.446281,0.45041323,0.44214877,0.41735536,0.39256197,0.40495867,0.40082645,0.39256197,0.4090909,0.40082645,0.40082645,0.40495867,0.37190083,0.4214876,0.5371901,0.56198347,0.54545456,0.5413223,0.58677685,0.59504133,0.57024795,0.54545456,0.5289256,0.5082645,0.44214877,0.3429752,0.3181818,0.30991736,0.30165288,0.22727273,0.14876033,0.1694215,0.14876033,0.21487603,0.32231405,0.3264463,0.30991736,0.2644628,0.3140496,0.3264463,0.3305785,0.2644628,0.26859504,0.23553719,0.22727273,0.18595041,0.17355372,0.19008264,0.19421488,0.21487603,0.21487603,0.2520661,0.35123968,0.446281,0.4752066,0.45454547,0.46694216,0.49173555,0.49173555,0.4876033,0.4876033,0.4876033,0.44214877,0.446281,0.446281,0.43801653,0.43801653,0.41322315,0.40495867,0.40082645,0.40082645,0.40082645,0.41322315,0.40082645,0.3966942,0.4090909,0.40082645,0.38429752,0.5,0.55785125,0.55785125,0.53305787,0.5661157,0.58677685,0.553719,0.53305787,0.5371901,0.5495868,0.56198347,0.5082645,0.4338843,0.35950413,0.338843,0.30578512,0.22727273,0.20247933,0.1983471,0.1446281,0.29338843,0.2520661,0.26859504,0.25619835,0.2892562,0.32231405,0.28512397,0.2644628,0.30991736,0.21487603,0.25619835,0.2520661,0.16115703,0.20247933,0.24793388,0.30165288,0.3140496,0.37190083,0.42561984,0.46694216,0.46694216,0.45867768,0.45867768,0.47107437,0.47933885,0.4752066,0.4752066,0.4752066,0.45454547,0.446281,0.45041323,0.446281,0.42975205,0.40082645,0.3966942,0.40495867,0.3966942,0.40082645,0.40082645,0.40495867,0.3966942,0.40495867,0.40082645,0.37603307,0.43801653,0.5495868,0.55785125,0.55785125,0.56198347,0.5661157,0.54545456,0.5371901,0.54545456,0.57024795,0.607438,0.61570245,0.5371901,0.48347107,0.47933885,0.44214877,0.446281,0.45454547,0.4090909,0.3305785,0.3305785,0.2603306,0.26859504,0.32231405,0.27272728,0.3181818,0.2892562,0.27272728,0.3429752,0.24793388,0.29338843,0.3264463,0.29752067,0.3305785,0.38016528,0.3966942,0.40495867,0.4338843,0.47107437,0.48347107,0.46280992,0.45454547,0.45867768,0.45041323,0.46280992,0.47107437,0.4752066,0.46280992,0.45867768,0.45454547,0.43801653,0.44214877,0.4214876,0.4090909,0.39256197,0.40082645,0.40082645,0.40082645,0.40495867,0.39256197,0.40495867,0.40082645,0.3966942,0.3966942,0.38429752,0.49586776,0.553719,0.553719,0.57024795,0.56198347,0.54545456,0.54545456,0.553719,0.5661157,0.607438,0.6280992,0.58264464,0.5247934,0.5165289,0.4876033,0.5123967,0.5661157,0.58677685,0.5785124,0.56198347,0.5206612,0.47107437,0.46694216,0.42975205,0.41322315,0.4090909,0.38842976,0.38842976,0.37190083,0.40495867,0.4090909,0.44214877,0.42561984,0.42975205,0.41735536,0.43801653,0.45041323,0.48347107,0.49586776,0.46280992,0.446281,0.45041323,0.446281,0.45454547,0.46280992,0.46280992,0.45867768,0.45454547,0.45454547,0.4338843,0.42561984,0.4090909,0.41735536,0.3966942,0.40082645,0.40082645,0.40495867,0.40082645,0.40495867,0.3966942,0.3966942,0.40082645,0.40082645,0.38429752,0.41322315,0.5371901,0.54545456,0.55785125,0.54545456,0.553719,0.56198347,0.5495868,0.5661157,0.59504133,0.607438,0.607438,0.54545456,0.5165289,0.46694216,0.47933885,0.5041322,0.53305787,0.57438016,0.59917355,0.6198347,0.59504133,0.5785124,0.55785125,0.5413223,0.5289256,0.5082645,0.4876033,0.4752066,0.47933885,0.446281,0.45454547,0.4090909,0.40495867,0.3966942,0.42561984,0.45454547,0.4876033,0.46694216,0.45867768,0.446281,0.44214877,0.45867768,0.46280992,0.45454547,0.45454547,0.446281,0.446281,0.446281,0.4338843,0.4090909,0.3966942,0.41735536,0.40082645,0.40495867,0.40082645,0.40082645,0.40082645,0.3966942,0.39256197,0.40082645,0.40495867,0.40082645,0.39256197,0.36363637,0.49586776,0.5371901,0.56198347,0.53305787,0.57438016,0.55785125,0.5661157,0.55785125,0.57024795,0.59090906,0.61157024,0.59090906,0.553719,0.49586776,0.48347107,0.4752066,0.4752066,0.48347107,0.5,0.5206612,0.5289256,0.5041322,0.5289256,0.5123967,0.49586776,0.4876033,0.46694216,0.44214877,0.43801653,0.4090909,0.39256197,0.39256197,0.38016528,0.3966942,0.41735536,0.46280992,0.46280992,0.446281,0.45454547,0.46280992,0.47933885,0.46694216,0.47107437,0.45454547,0.45454547,0.45041323,0.43801653,0.43801653,0.4214876,0.40082645,0.3966942,0.41735536,0.40495867,0.40495867,0.40082645,0.3966942,0.40082645,0.39256197,0.40082645,0.40495867,0.4090909,0.40082645,0.4090909,0.37603307,0.43801653,0.5289256,0.5495868,0.54545456,0.5495868,0.59090906,0.60330576,0.58677685,0.56198347,0.5785124,0.59090906,0.59090906,0.57024795,0.5289256,0.5041322,0.4876033,0.45454547,0.43801653,0.4338843,0.4214876,0.41322315,0.40495867,0.43801653,0.41735536,0.38842976,0.3966942,0.38016528,0.37190083,0.37190083,0.38016528,0.37190083,0.3677686,0.38842976,0.4090909,0.42561984,0.46280992,0.46280992,0.42561984,0.45454547,0.45867768,0.4752066,0.46280992,0.45867768,0.446281,0.44214877,0.44214877,0.42975205,0.4214876,0.38842976,0.40082645,0.39256197,0.41322315,0.4090909,0.40082645,0.38842976,0.3966942,0.40495867,0.38842976,0.41322315,0.3966942,0.3966942,0.39256197,0.40495867,0.3677686,0.45041323,0.55785125,0.5041322,0.5289256,0.5289256,0.57438016,0.59504133,0.59917355,0.58677685,0.59090906,0.59504133,0.59504133,0.57024795,0.5371901,0.5123967,0.49173555,0.46280992,0.42975205,0.4090909,0.40082645,0.3677686,0.3553719,0.3677686,0.35123968,0.3429752,0.34710744,0.34710744,0.3553719,0.36363637,0.38429752,0.40082645,0.38842976,0.41322315,0.4090909,0.41735536,0.45454547,0.46694216,0.44214877,0.47933885,0.49173555,0.4752066,0.46280992,0.45454547,0.446281,0.43801653,0.42561984,0.41322315,0.40082645,0.38842976,0.40082645,0.3966942,0.4214876,0.3966942,0.40082645,0.40082645,0.40495867,0.3966942,0.40495867,0.40082645,0.3966942,0.40082645,0.3966942,0.40495867,0.3677686,0.45454547,0.59917355,0.5123967,0.5082645,0.5247934,0.55785125,0.5785124,0.58264464,0.58677685,0.58677685,0.59090906,0.59917355,0.59504133,0.5495868,0.5206612,0.5,0.4752066,0.45041323,0.42561984,0.41322315,0.38429752,0.38016528,0.3553719,0.35950413,0.34710744,0.3677686,0.37190083,0.38016528,0.40082645,0.40082645,0.40495867,0.4090909,0.4090909,0.4214876,0.43801653,0.47107437,0.4752066,0.46694216,0.5,0.5123967,0.48347107,0.46694216,0.45454547,0.44214877,0.4214876,0.41322315,0.3966942,0.37603307,0.38842976,0.39256197,0.40495867,0.43801653,0.3966942,0.39256197,0.3966942,0.40082645,0.38842976,0.40082645,0.40082645,0.40082645,0.3966942,0.4090909,0.3966942,0.3553719,0.4752066,0.607438,0.56198347,0.49173555,0.5041322,0.5371901,0.5661157,0.57024795,0.59090906,0.58264464,0.5785124,0.59090906,0.61570245,0.58677685,0.57024795,0.54545456,0.5371901,0.5247934,0.5,0.47933885,0.45041323,0.4214876,0.40082645,0.41322315,0.40082645,0.41735536,0.42975205,0.43801653,0.4338843,0.4338843,0.42975205,0.45041323,0.45041323,0.47107437,0.49586776,0.5,0.5041322,0.5,0.5041322,0.49173555,0.4752066,0.45867768,0.43801653,0.42975205,0.41322315,0.3966942,0.38429752,0.37603307,0.37603307,0.39256197,0.4090909,0.446281,0.39256197,0.3966942,0.3966942,0.40082645,0.40082645,0.39256197,0.40495867,0.3966942,0.3966942,0.3966942,0.3966942,0.35950413,0.5,0.607438,0.59090906,0.53305787,0.5082645,0.5123967,0.553719,0.57024795,0.59090906,0.59917355,0.59504133,0.59917355,0.60330576,0.62396693,0.6280992,0.607438,0.59917355,0.607438,0.59917355,0.59917355,0.57438016,0.53305787,0.5123967,0.5041322,0.5123967,0.5082645,0.5041322,0.49586776,0.4876033,0.5041322,0.49173555,0.4876033,0.5123967,0.5206612,0.5413223,0.5247934,0.5206612,0.5206612,0.5041322,0.47107437,0.45867768,0.4338843,0.41322315,0.4090909,0.40495867,0.38842976,0.39256197,0.39256197,0.38016528,0.3966942,0.42561984,0.446281,0.38429752,0.38842976,0.3966942,0.39256197,0.3966942,0.3966942,0.40082645,0.3966942,0.39256197,0.3966942,0.40495867,0.40495867,0.5289256,0.607438,0.59504133,0.55785125,0.5289256,0.49173555,0.5247934,0.54545456,0.5661157,0.59504133,0.59504133,0.60330576,0.59504133,0.6280992,0.6487603,0.6322314,0.6363636,0.6363636,0.6322314,0.6404959,0.6446281,0.6280992,0.62396693,0.5785124,0.59090906,0.59504133,0.58677685,0.58264464,0.5661157,0.57438016,0.57024795,0.553719,0.57024795,0.57438016,0.5661157,0.54545456,0.5247934,0.5,0.47933885,0.44214877,0.44214877,0.41322315,0.40495867,0.38842976,0.3966942,0.3966942,0.4090909,0.40082645,0.4090909,0.4090909,0.42975205,0.44214877,0.39256197,0.3966942,0.39256197,0.39256197,0.39256197,0.3966942,0.39256197,0.39256197,0.41735536,0.4876033,0.5785124,0.57024795,0.58264464,0.61157024,0.59917355,0.55785125,0.5289256,0.5,0.5,0.5247934,0.5413223,0.5661157,0.5661157,0.59917355,0.6280992,0.6280992,0.6363636,0.61570245,0.6404959,0.6446281,0.6528926,0.6487603,0.6528926,0.6280992,0.6363636,0.60330576,0.61570245,0.62396693,0.6198347,0.6280992,0.607438,0.60330576,0.61157024,0.60330576,0.59090906,0.59504133,0.5661157,0.54545456,0.5123967,0.4752066,0.45454547,0.42561984,0.41322315,0.3966942,0.38842976,0.37603307,0.40082645,0.40082645,0.3966942,0.38429752,0.4090909,0.42561984,0.43801653,0.446281,0.40495867,0.40082645,0.39256197,0.38842976,0.39256197,0.38429752,0.39256197,0.5,0.6446281,0.6983471,0.677686,0.61570245,0.59504133,0.61157024,0.59917355,0.57438016,0.5413223,0.5123967,0.49173555,0.5,0.5206612,0.5289256,0.5413223,0.57438016,0.59090906,0.61570245,0.61570245,0.61570245,0.61570245,0.6322314,0.6363636,0.6404959,0.6280992,0.61570245,0.62396693,0.6198347,0.6198347,0.6198347,0.61570245,0.607438,0.59090906,0.58264464,0.60330576,0.59917355,0.5785124,0.55785125,0.54545456,0.5165289,0.47933885,0.45454547,0.4214876,0.4090909,0.38842976,0.37603307,0.38842976,0.39256197,0.3966942,0.3966942,0.3966942,0.38842976,0.4214876,0.4338843,0.44214877,0.44214877,0.3966942,0.3966942,0.39256197,0.38016528,0.38429752,0.4752066,0.61570245,0.75206614,0.838843,0.71900827,0.6280992,0.59917355,0.59090906,0.61570245,0.607438,0.59917355,0.5413223,0.5495868,0.5123967,0.49173555,0.49173555,0.5123967,0.53305787,0.55785125,0.553719,0.5661157,0.59504133,0.607438,0.60330576,0.60330576,0.61570245,0.6198347,0.59917355,0.607438,0.60330576,0.59917355,0.59504133,0.60330576,0.59917355,0.58677685,0.57024795,0.57438016,0.58677685,0.5785124,0.54545456,0.53305787,0.5,0.46280992,0.45454547,0.42975205,0.40495867,0.38429752,0.3677686,0.40082645,0.3966942,0.3966942,0.39256197,0.38842976,0.40082645,0.41735536,0.4338843,0.4338843,0.446281,0.44214877,0.38842976,0.38842976,0.39256197,0.38842976,0.5371901,0.74380165,0.80991733,0.8471074,0.8347107,0.6487603,0.62396693,0.60330576,0.59504133,0.607438,0.61157024,0.59090906,0.57024795,0.5289256,0.5371901,0.49173555,0.47933885,0.4876033,0.5082645,0.5289256,0.5041322,0.5082645,0.56198347,0.59504133,0.59504133,0.58264464,0.58264464,0.58264464,0.57024795,0.57024795,0.57438016,0.57024795,0.553719,0.55785125,0.5371901,0.54545456,0.5371901,0.5495868,0.553719,0.53305787,0.5082645,0.47933885,0.446281,0.44214877,0.4214876,0.3966942,0.38429752,0.38016528,0.39256197,0.3966942,0.40495867,0.38842976,0.38842976,0.39256197,0.41735536,0.42561984,0.42561984,0.43801653,0.45454547,0.45454547,0.38429752,0.40495867,0.5206612,0.6404959,0.78099173,0.8429752,0.838843,0.87603307,0.78099173,0.6487603,0.6280992,0.61157024,0.59917355,0.607438,0.61570245,0.607438,0.59090906,0.54545456,0.5413223,0.5041322,0.48347107,0.4752066,0.48347107,0.49586776,0.49586776,0.5,0.5371901,0.55785125,0.55785125,0.553719,0.5413223,0.5495868,0.54545456,0.53305787,0.5413223,0.5413223,0.5289256,0.5165289,0.5123967,0.5082645,0.5,0.5041322,0.5082645,0.46694216,0.45041323,0.446281,0.40495867,0.40495867,0.40495867,0.39256197,0.39256197,0.38842976,0.40082645,0.40495867,0.40082645,0.3966942,0.3966942,0.40495867,0.42561984,0.4214876,0.42975205,0.45041323,0.45041323,0.46280992,0.62396693,0.6528926,0.7768595,0.8181818,0.838843,0.838843,0.8347107,0.8801653,0.7644628,0.6487603,0.6363636,0.61570245,0.59917355,0.61157024,0.61570245,0.607438,0.60330576,0.56198347,0.553719,0.53305787,0.5082645,0.49173555,0.47933885,0.4752066,0.46694216,0.47107437,0.5,0.5123967,0.5082645,0.5082645,0.49586776,0.5041322,0.5,0.5041322,0.49586776,0.49173555,0.5,0.5082645,0.5082645,0.47933885,0.47107437,0.4752066,0.45041323,0.41322315,0.4090909,0.40495867,0.39256197,0.38842976,0.40082645,0.40495867,0.40082645,0.38842976,0.4090909,0.41735536,0.40495867,0.4090909,0.4090909,0.41735536,0.42561984,0.42975205,0.43801653,0.446281,0.45454547,0.46280992,0.8140496,0.822314,0.8347107,0.838843,0.8471074,0.8429752,0.838843,0.87603307,0.76859504,0.6528926,0.6363636,0.6198347,0.60330576,0.61570245,0.61570245,0.61157024,0.61157024,0.59504133,0.5661157,0.54545456,0.53305787,0.5165289,0.49586776,0.47933885,0.4752066,0.45867768,0.45041323,0.46280992,0.45867768,0.46694216,0.45867768,0.45867768,0.45867768,0.45867768,0.43801653,0.43801653,0.46694216,0.47107437,0.45867768,0.44214877,0.44214877,0.43801653,0.4214876,0.39256197,0.39256197,0.40082645,0.3966942,0.40082645,0.40082645,0.40495867,0.40082645,0.3966942,0.4090909,0.4338843,0.41322315,0.41322315,0.41735536,0.4214876,0.42975205,0.4338843,0.45041323,0.45041323,0.45867768,0.46280992,0.8347107,0.8347107,0.8347107,0.8471074,0.8512397,0.8512397,0.838843,0.8636364,0.8057851,0.6570248,0.6404959,0.6280992,0.61157024,0.62396693,0.62396693,0.61570245,0.607438,0.61157024,0.58677685,0.5495868,0.5495868,0.5247934,0.5123967,0.49586776,0.4876033,0.4752066,0.45867768,0.44214877,0.42975205,0.42561984,0.41735536,0.4090909,0.4090909,0.41322315,0.41735536,0.40495867,0.41735536,0.42975205,0.40495867,0.40082645,0.40082645,0.40082645,0.3966942,0.38842976,0.3966942,0.39256197,0.40495867,0.40082645,0.39256197,0.40495867,0.40495867,0.40495867,0.41735536,0.42561984,0.4214876,0.4214876,0.41735536,0.41735536,0.4338843,0.43801653,0.45454547,0.45454547,0.46280992,0.45867768,29 +0.45454547,0.3677686,0.23966943,0.23553719,0.36363637,0.5165289,0.5661157,0.58677685,0.6198347,0.6198347,0.61157024,0.59090906,0.59917355,0.61157024,0.6363636,0.61157024,0.59504133,0.61570245,0.6363636,0.62396693,0.661157,0.6735537,0.6570248,0.6322314,0.59917355,0.58264464,0.56198347,0.5123967,0.5165289,0.5247934,0.5495868,0.57024795,0.5495868,0.553719,0.56198347,0.58264464,0.57438016,0.57024795,0.5785124,0.5661157,0.54545456,0.55785125,0.58264464,0.55785125,0.5371901,0.54545456,0.5661157,0.5495868,0.553719,0.5495868,0.53305787,0.5165289,0.53305787,0.5289256,0.53305787,0.5289256,0.5082645,0.49173555,0.4752066,0.45867768,0.446281,0.42561984,0.4090909,0.40082645,0.45454547,0.40082645,0.2768595,0.22727273,0.35950413,0.49173555,0.55785125,0.58264464,0.62396693,0.62396693,0.6322314,0.61570245,0.6280992,0.6404959,0.6487603,0.6446281,0.6487603,0.6528926,0.6694215,0.6694215,0.6652893,0.6735537,0.6570248,0.61570245,0.60330576,0.5661157,0.5289256,0.5123967,0.5495868,0.57438016,0.59917355,0.60330576,0.5785124,0.5785124,0.58264464,0.60330576,0.59917355,0.607438,0.60330576,0.56198347,0.57024795,0.59090906,0.59090906,0.57024795,0.5413223,0.53305787,0.55785125,0.57024795,0.5661157,0.553719,0.54545456,0.5495868,0.553719,0.5413223,0.53305787,0.5247934,0.5041322,0.49586776,0.46694216,0.45867768,0.43801653,0.42975205,0.4090909,0.3966942,0.446281,0.4338843,0.3140496,0.23966943,0.36363637,0.49173555,0.5495868,0.57024795,0.61157024,0.62396693,0.6446281,0.6487603,0.6570248,0.6652893,0.6652893,0.6735537,0.69008267,0.6818182,0.69008267,0.7107438,0.6694215,0.6983471,0.6942149,0.6404959,0.6280992,0.61157024,0.58264464,0.59917355,0.60330576,0.60330576,0.61157024,0.62396693,0.60330576,0.59504133,0.607438,0.61157024,0.59504133,0.62396693,0.60330576,0.57024795,0.59917355,0.6198347,0.61157024,0.58264464,0.57438016,0.53305787,0.553719,0.57024795,0.5661157,0.5495868,0.5413223,0.56198347,0.56198347,0.5495868,0.5371901,0.5289256,0.5123967,0.49173555,0.46694216,0.45867768,0.4338843,0.4338843,0.40495867,0.38429752,0.446281,0.45041323,0.35950413,0.25619835,0.38016528,0.49586776,0.5413223,0.5661157,0.59917355,0.6363636,0.6487603,0.661157,0.677686,0.677686,0.69008267,0.70247936,0.7066116,0.7066116,0.6859504,0.6942149,0.69008267,0.70247936,0.7107438,0.6859504,0.6570248,0.6322314,0.61157024,0.62396693,0.62396693,0.61570245,0.6198347,0.6363636,0.6322314,0.62396693,0.6198347,0.6280992,0.59917355,0.6280992,0.6280992,0.59090906,0.61570245,0.6280992,0.62396693,0.607438,0.59917355,0.60330576,0.57438016,0.553719,0.57024795,0.56198347,0.5371901,0.57024795,0.57438016,0.56198347,0.5495868,0.5413223,0.5206612,0.5,0.4752066,0.46280992,0.43801653,0.43801653,0.41322315,0.39256197,0.45041323,0.45454547,0.39256197,0.2768595,0.41322315,0.5123967,0.5413223,0.56198347,0.60330576,0.6446281,0.6528926,0.677686,0.6942149,0.6983471,0.6983471,0.71487606,0.71487606,0.71487606,0.6983471,0.6983471,0.71487606,0.71487606,0.69008267,0.6735537,0.6487603,0.62396693,0.6363636,0.6322314,0.62396693,0.6280992,0.6322314,0.6322314,0.6404959,0.6404959,0.6198347,0.61157024,0.60330576,0.6280992,0.6446281,0.59504133,0.6198347,0.6322314,0.6404959,0.6280992,0.6280992,0.6198347,0.61570245,0.57438016,0.58677685,0.5785124,0.5661157,0.57438016,0.5785124,0.56198347,0.55785125,0.5495868,0.5247934,0.5082645,0.4876033,0.46694216,0.45041323,0.4338843,0.42561984,0.4090909,0.44214877,0.446281,0.4338843,0.27272728,0.45041323,0.5371901,0.54545456,0.57438016,0.607438,0.6363636,0.6570248,0.6652893,0.677686,0.69008267,0.6859504,0.6942149,0.70247936,0.7066116,0.6983471,0.70247936,0.70247936,0.69008267,0.6652893,0.6652893,0.6694215,0.6570248,0.6570248,0.6528926,0.6198347,0.607438,0.607438,0.59917355,0.6198347,0.6198347,0.61570245,0.6198347,0.62396693,0.6487603,0.6404959,0.6198347,0.6322314,0.6280992,0.6404959,0.6322314,0.6280992,0.61157024,0.60330576,0.58677685,0.59090906,0.58677685,0.5785124,0.57438016,0.57024795,0.54545456,0.55785125,0.5495868,0.53305787,0.5165289,0.5,0.46694216,0.45867768,0.44214877,0.42561984,0.41735536,0.446281,0.446281,0.446281,0.26859504,0.4876033,0.54545456,0.54545456,0.5785124,0.59504133,0.59917355,0.6198347,0.6280992,0.6363636,0.6446281,0.6528926,0.6528926,0.6694215,0.6694215,0.6652893,0.6652893,0.6487603,0.59504133,0.59504133,0.6404959,0.661157,0.661157,0.6446281,0.6528926,0.60330576,0.59917355,0.59504133,0.5785124,0.58677685,0.59504133,0.59917355,0.61157024,0.61570245,0.6322314,0.6363636,0.6363636,0.6487603,0.62396693,0.62396693,0.61157024,0.59917355,0.59090906,0.58264464,0.57438016,0.5661157,0.5661157,0.5661157,0.5495868,0.5495868,0.553719,0.55785125,0.5413223,0.53305787,0.5165289,0.5082645,0.48347107,0.46694216,0.446281,0.43801653,0.42561984,0.4338843,0.45041323,0.47933885,0.25619835,0.5082645,0.5495868,0.53305787,0.5413223,0.5371901,0.53305787,0.553719,0.553719,0.54545456,0.56198347,0.56198347,0.5785124,0.59917355,0.58677685,0.57024795,0.59917355,0.58677685,0.5289256,0.5289256,0.58677685,0.6198347,0.6363636,0.6198347,0.6198347,0.59090906,0.60330576,0.57024795,0.5785124,0.58677685,0.58677685,0.5785124,0.59090906,0.59917355,0.607438,0.61157024,0.607438,0.60330576,0.59090906,0.58677685,0.5785124,0.5785124,0.5661157,0.56198347,0.5495868,0.5413223,0.5289256,0.5206612,0.5123967,0.47933885,0.5041322,0.5041322,0.49173555,0.5041322,0.5206612,0.5206612,0.5,0.48347107,0.46280992,0.446281,0.44214877,0.446281,0.45041323,0.47107437,0.25619835,0.53305787,0.5289256,0.4876033,0.47107437,0.446281,0.44214877,0.42561984,0.40495867,0.40082645,0.42975205,0.42561984,0.446281,0.44214877,0.46694216,0.46280992,0.5041322,0.48347107,0.47107437,0.49173555,0.5413223,0.57024795,0.57438016,0.58677685,0.58264464,0.553719,0.5661157,0.59090906,0.5785124,0.58677685,0.58264464,0.5495868,0.553719,0.56198347,0.56198347,0.5413223,0.53305787,0.5206612,0.5041322,0.5,0.49173555,0.49586776,0.47933885,0.47107437,0.46280992,0.45454547,0.44214877,0.42975205,0.4214876,0.40082645,0.39256197,0.4214876,0.40082645,0.41322315,0.46694216,0.5123967,0.5165289,0.49586776,0.46694216,0.446281,0.446281,0.44214877,0.44214877,0.45867768,0.30165288,0.5206612,0.4338843,0.38429752,0.36363637,0.3305785,0.3140496,0.2892562,0.28512397,0.2768595,0.28512397,0.30578512,0.30165288,0.29338843,0.34710744,0.35123968,0.38842976,0.40082645,0.40082645,0.42975205,0.47107437,0.4876033,0.5082645,0.5413223,0.553719,0.55785125,0.57024795,0.57438016,0.58677685,0.58677685,0.54545456,0.5206612,0.53305787,0.5289256,0.5082645,0.45867768,0.4338843,0.43801653,0.40082645,0.35950413,0.33471075,0.33471075,0.32231405,0.30165288,0.2892562,0.28099173,0.28512397,0.29752067,0.29752067,0.30165288,0.28099173,0.30991736,0.3140496,0.3264463,0.3553719,0.3966942,0.4214876,0.44214877,0.45867768,0.45041323,0.44214877,0.44214877,0.43801653,0.46280992,0.38429752,0.4338843,0.3264463,0.30165288,0.2644628,0.2768595,0.2644628,0.24380165,0.2231405,0.2107438,0.2107438,0.2231405,0.21487603,0.22727273,0.24380165,0.25619835,0.2644628,0.3305785,0.37190083,0.39256197,0.4090909,0.41322315,0.46280992,0.5165289,0.5413223,0.5661157,0.58677685,0.56198347,0.56198347,0.55785125,0.5041322,0.49586776,0.49586776,0.47933885,0.446281,0.38842976,0.35950413,0.38429752,0.35123968,0.2768595,0.23553719,0.22727273,0.20247933,0.18595041,0.18595041,0.18595041,0.1983471,0.1983471,0.20661157,0.2231405,0.2231405,0.23966943,0.26859504,0.26859504,0.2768595,0.2892562,0.2768595,0.30991736,0.3677686,0.37603307,0.3966942,0.4338843,0.4338843,0.46280992,0.44214877,0.36363637,0.2603306,0.24793388,0.2603306,0.28099173,0.28099173,0.26859504,0.26859504,0.26859504,0.2603306,0.2644628,0.2603306,0.2520661,0.23140496,0.2231405,0.23966943,0.2892562,0.3429752,0.37603307,0.38429752,0.38842976,0.44214877,0.4876033,0.5165289,0.5206612,0.5413223,0.5247934,0.53305787,0.5123967,0.4752066,0.4752066,0.47107437,0.44214877,0.39256197,0.34710744,0.3181818,0.338843,0.32231405,0.26859504,0.2231405,0.20661157,0.19421488,0.18181819,0.17355372,0.18595041,0.17768595,0.18181819,0.20247933,0.2107438,0.21900827,0.21900827,0.23140496,0.23553719,0.23140496,0.22727273,0.23553719,0.2603306,0.2892562,0.29338843,0.32231405,0.42975205,0.42561984,0.446281,0.43801653,0.38016528,0.32231405,0.33471075,0.37190083,0.38429752,0.41322315,0.39256197,0.38429752,0.38842976,0.3677686,0.36363637,0.36363637,0.35950413,0.34710744,0.3181818,0.30165288,0.30578512,0.33471075,0.3553719,0.3553719,0.38429752,0.42561984,0.45041323,0.48347107,0.49173555,0.5289256,0.5289256,0.5289256,0.5041322,0.49586776,0.48347107,0.45454547,0.4338843,0.39256197,0.35950413,0.33471075,0.30991736,0.30165288,0.27272728,0.24793388,0.23140496,0.22727273,0.24793388,0.2603306,0.28099173,0.27272728,0.2520661,0.26859504,0.26859504,0.28099173,0.2768595,0.28099173,0.29338843,0.2892562,0.29752067,0.28099173,0.2892562,0.29752067,0.28512397,0.30578512,0.42975205,0.42561984,0.43801653,0.46280992,0.5082645,0.45041323,0.4214876,0.43801653,0.4338843,0.4338843,0.4090909,0.38842976,0.3677686,0.35123968,0.34710744,0.34710744,0.33471075,0.30165288,0.2892562,0.2892562,0.28099173,0.29752067,0.30165288,0.30165288,0.3264463,0.36363637,0.39256197,0.42561984,0.48347107,0.553719,0.56198347,0.55785125,0.54545456,0.5247934,0.49586776,0.4338843,0.41735536,0.38429752,0.3305785,0.29752067,0.27272728,0.25619835,0.23553719,0.21487603,0.21487603,0.2107438,0.2520661,0.2520661,0.28512397,0.29338843,0.29752067,0.3181818,0.3140496,0.32231405,0.33471075,0.34710744,0.3553719,0.34710744,0.3553719,0.3429752,0.338843,0.35950413,0.338843,0.33471075,0.44214877,0.43801653,0.42975205,0.4876033,0.5785124,0.54545456,0.45867768,0.42975205,0.42561984,0.40082645,0.33471075,0.3140496,0.30165288,0.27272728,0.2520661,0.24793388,0.2603306,0.25619835,0.27272728,0.2892562,0.2768595,0.27272728,0.26859504,0.27272728,0.2768595,0.29338843,0.3140496,0.39256197,0.49586776,0.59090906,0.61157024,0.60330576,0.60330576,0.57024795,0.5,0.446281,0.3677686,0.33471075,0.28099173,0.24793388,0.23553719,0.23140496,0.21900827,0.20661157,0.19008264,0.17355372,0.1983471,0.21487603,0.20661157,0.2231405,0.2520661,0.2768595,0.26859504,0.25619835,0.27272728,0.28099173,0.30991736,0.338843,0.3553719,0.36363637,0.35123968,0.39256197,0.38429752,0.38842976,0.44214877,0.4338843,0.4090909,0.5165289,0.6198347,0.58677685,0.5041322,0.42975205,0.40495867,0.3677686,0.2892562,0.2603306,0.20247933,0.20247933,0.15289256,0.1694215,0.13636364,0.16528925,0.24380165,0.3305785,0.3553719,0.3305785,0.26859504,0.28512397,0.29752067,0.3181818,0.3181818,0.338843,0.49173555,0.62396693,0.661157,0.661157,0.6694215,0.6198347,0.5247934,0.44214877,0.34710744,0.29752067,0.24380165,0.25619835,0.2768595,0.25619835,0.22727273,0.24793388,0.23140496,0.19421488,0.16115703,0.16115703,0.1694215,0.18595041,0.23553719,0.25619835,0.23553719,0.20661157,0.20247933,0.21487603,0.23553719,0.28099173,0.3264463,0.3553719,0.36363637,0.3966942,0.40082645,0.42975205,0.44214877,0.43801653,0.40082645,0.49173555,0.6280992,0.607438,0.55785125,0.47107437,0.41735536,0.36363637,0.2768595,0.23966943,0.1694215,0.28099173,0.22727273,0.21487603,0.1322314,0.19421488,0.2768595,0.3966942,0.4338843,0.38429752,0.29752067,0.2768595,0.3140496,0.37603307,0.38016528,0.3429752,0.49586776,0.6487603,0.6942149,0.71487606,0.6983471,0.6280992,0.5165289,0.42561984,0.338843,0.28512397,0.2520661,0.28512397,0.3140496,0.26859504,0.2520661,0.2768595,0.28512397,0.2231405,0.17768595,0.17355372,0.2107438,0.23553719,0.3429752,0.3140496,0.25619835,0.20247933,0.19008264,0.17355372,0.21487603,0.26859504,0.30991736,0.338843,0.3677686,0.4090909,0.42975205,0.45454547,0.44214877,0.44214877,0.40495867,0.446281,0.6198347,0.6198347,0.59504133,0.5206612,0.47107437,0.41322315,0.3305785,0.28099173,0.2603306,0.30578512,0.29752067,0.26859504,0.23553719,0.2603306,0.3181818,0.38842976,0.3966942,0.35123968,0.30165288,0.30991736,0.30991736,0.39256197,0.4090909,0.37603307,0.5371901,0.6487603,0.7066116,0.71900827,0.6818182,0.6198347,0.5206612,0.42561984,0.3553719,0.30991736,0.29752067,0.30578512,0.3305785,0.28512397,0.28512397,0.2603306,0.28512397,0.2644628,0.23966943,0.23553719,0.24380165,0.29752067,0.38842976,0.3553719,0.29752067,0.2603306,0.2603306,0.23553719,0.25619835,0.3140496,0.35123968,0.3677686,0.38842976,0.42975205,0.45041323,0.48347107,0.43801653,0.43801653,0.41322315,0.4090909,0.61157024,0.6280992,0.6198347,0.57438016,0.5495868,0.5123967,0.45454547,0.41322315,0.37603307,0.38016528,0.40495867,0.37190083,0.338843,0.37190083,0.38842976,0.38842976,0.38016528,0.3677686,0.35123968,0.36363637,0.39256197,0.41735536,0.42975205,0.45867768,0.57024795,0.6528926,0.71487606,0.7107438,0.6528926,0.59090906,0.5041322,0.4338843,0.40082645,0.35950413,0.3305785,0.3305785,0.35950413,0.3677686,0.3553719,0.35123968,0.34710744,0.36363637,0.34710744,0.3181818,0.3181818,0.3553719,0.38842976,0.3677686,0.3553719,0.33471075,0.35123968,0.3429752,0.3553719,0.38429752,0.41322315,0.42975205,0.44214877,0.46280992,0.47107437,0.49173555,0.42561984,0.42561984,0.4090909,0.40495867,0.607438,0.6280992,0.62396693,0.6198347,0.61570245,0.59504133,0.55785125,0.5082645,0.47933885,0.45041323,0.446281,0.44214877,0.4090909,0.4214876,0.41735536,0.41735536,0.39256197,0.36363637,0.3553719,0.37603307,0.40082645,0.44214877,0.4876033,0.5413223,0.59504133,0.6652893,0.7355372,0.7231405,0.6363636,0.553719,0.4752066,0.4338843,0.43801653,0.42975205,0.39256197,0.35123968,0.338843,0.36363637,0.35123968,0.35950413,0.3553719,0.38016528,0.39256197,0.38429752,0.39256197,0.40082645,0.4090909,0.4090909,0.41322315,0.41322315,0.41735536,0.4214876,0.42975205,0.45041323,0.46694216,0.47933885,0.4876033,0.5,0.49173555,0.49586776,0.43801653,0.43801653,0.41735536,0.41322315,0.58677685,0.6198347,0.6280992,0.6404959,0.6446281,0.6404959,0.607438,0.5661157,0.5289256,0.5082645,0.48347107,0.46280992,0.446281,0.4338843,0.42561984,0.4338843,0.41322315,0.41322315,0.4214876,0.43801653,0.46280992,0.5123967,0.5661157,0.58264464,0.6198347,0.6859504,0.7768595,0.7355372,0.6528926,0.553719,0.45454547,0.4338843,0.46694216,0.49173555,0.4752066,0.42975205,0.3677686,0.3677686,0.39256197,0.39256197,0.38842976,0.4090909,0.4090909,0.41322315,0.41322315,0.4214876,0.41322315,0.42561984,0.4338843,0.4338843,0.446281,0.46694216,0.4876033,0.49173555,0.5082645,0.5082645,0.5082645,0.5123967,0.5,0.49173555,0.4338843,0.42975205,0.41322315,0.41322315,0.57024795,0.6198347,0.6280992,0.6446281,0.6652893,0.6528926,0.6446281,0.61570245,0.59504133,0.56198347,0.53305787,0.5165289,0.5165289,0.5,0.5,0.5165289,0.5041322,0.4876033,0.5082645,0.5289256,0.5495868,0.58677685,0.59917355,0.60330576,0.62396693,0.70247936,0.8264463,0.7355372,0.661157,0.5289256,0.45041323,0.43801653,0.4752066,0.5082645,0.5206612,0.5123967,0.48347107,0.4338843,0.43801653,0.44214877,0.45454547,0.45041323,0.45454547,0.45867768,0.45867768,0.46280992,0.45867768,0.45867768,0.4752066,0.48347107,0.49173555,0.5123967,0.5165289,0.5247934,0.5247934,0.5247934,0.5206612,0.5082645,0.5041322,0.49173555,0.42561984,0.4214876,0.41322315,0.41322315,0.55785125,0.61157024,0.6446281,0.6570248,0.6570248,0.6652893,0.6570248,0.6487603,0.6446281,0.6280992,0.607438,0.58677685,0.59504133,0.5785124,0.56198347,0.5661157,0.56198347,0.58677685,0.61570245,0.61570245,0.607438,0.61157024,0.60330576,0.61157024,0.6487603,0.7355372,0.8140496,0.7231405,0.6363636,0.5289256,0.45454547,0.45041323,0.47933885,0.49586776,0.5123967,0.5247934,0.5371901,0.5289256,0.5041322,0.5123967,0.5041322,0.5123967,0.49586776,0.5041322,0.5082645,0.5123967,0.5165289,0.5206612,0.5247934,0.53305787,0.53305787,0.5371901,0.53305787,0.5413223,0.5289256,0.5247934,0.5289256,0.49586776,0.49173555,0.48347107,0.41322315,0.41322315,0.4090909,0.41322315,0.5413223,0.61157024,0.62396693,0.6404959,0.6652893,0.6694215,0.6652893,0.661157,0.6528926,0.6404959,0.6322314,0.61157024,0.607438,0.607438,0.59917355,0.6280992,0.6446281,0.661157,0.6570248,0.6322314,0.6280992,0.61157024,0.607438,0.61157024,0.6694215,0.75619835,0.7644628,0.6983471,0.62396693,0.53305787,0.46694216,0.45867768,0.47107437,0.48347107,0.5,0.5206612,0.5371901,0.553719,0.56198347,0.56198347,0.553719,0.5661157,0.553719,0.5495868,0.54545456,0.5247934,0.5206612,0.53305787,0.5413223,0.54545456,0.55785125,0.55785125,0.5495868,0.54545456,0.53305787,0.54545456,0.5165289,0.49586776,0.47933885,0.46694216,0.41735536,0.4214876,0.41322315,0.41322315,0.5289256,0.59917355,0.60330576,0.61570245,0.6528926,0.6735537,0.6570248,0.6570248,0.6528926,0.6322314,0.6280992,0.62396693,0.6404959,0.6528926,0.6528926,0.6528926,0.6487603,0.6570248,0.661157,0.6446281,0.6404959,0.6280992,0.61570245,0.6280992,0.69008267,0.76033056,0.75206614,0.6942149,0.61570245,0.5413223,0.49586776,0.45454547,0.47107437,0.46694216,0.4752066,0.5,0.5371901,0.55785125,0.5785124,0.58264464,0.5785124,0.5661157,0.58677685,0.59090906,0.58264464,0.5661157,0.54545456,0.553719,0.553719,0.553719,0.56198347,0.57024795,0.55785125,0.553719,0.5413223,0.53305787,0.5082645,0.49173555,0.47107437,0.45454547,0.42561984,0.4214876,0.41735536,0.4214876,0.5165289,0.59917355,0.58677685,0.59917355,0.6322314,0.6487603,0.6487603,0.6404959,0.6404959,0.6404959,0.6404959,0.661157,0.6652893,0.6694215,0.661157,0.6487603,0.6322314,0.6570248,0.6528926,0.6446281,0.6322314,0.6322314,0.61570245,0.6404959,0.7066116,0.7644628,0.74793386,0.69008267,0.6280992,0.553719,0.5041322,0.48347107,0.46280992,0.47933885,0.4752066,0.5,0.5371901,0.55785125,0.58264464,0.58677685,0.59090906,0.5785124,0.58264464,0.59504133,0.58264464,0.59917355,0.58677685,0.58264464,0.56198347,0.55785125,0.55785125,0.553719,0.553719,0.5413223,0.5206612,0.5,0.49173555,0.47933885,0.46280992,0.45454547,0.4214876,0.4214876,0.41735536,0.40082645,0.47933885,0.59504133,0.58677685,0.59504133,0.60330576,0.6198347,0.6322314,0.62396693,0.6280992,0.6446281,0.6652893,0.6735537,0.6735537,0.661157,0.6570248,0.6446281,0.6446281,0.6528926,0.6404959,0.6198347,0.60330576,0.62396693,0.6280992,0.6570248,0.7355372,0.77272725,0.75206614,0.6942149,0.6404959,0.57438016,0.5206612,0.5,0.46694216,0.45041323,0.46694216,0.4876033,0.5247934,0.5495868,0.58264464,0.59090906,0.59917355,0.59090906,0.57438016,0.59090906,0.58677685,0.58677685,0.59917355,0.60330576,0.5661157,0.55785125,0.55785125,0.5371901,0.53305787,0.5123967,0.49586776,0.47933885,0.4752066,0.46694216,0.46280992,0.43801653,0.4090909,0.4090909,0.4090909,0.41322315,0.43801653,0.58264464,0.58677685,0.58677685,0.59504133,0.61157024,0.62396693,0.62396693,0.61157024,0.6446281,0.6528926,0.6735537,0.6694215,0.661157,0.6487603,0.6487603,0.6528926,0.6322314,0.59504133,0.55785125,0.5661157,0.62396693,0.6322314,0.6694215,0.74793386,0.77272725,0.73966944,0.69008267,0.6446281,0.59504133,0.54545456,0.49173555,0.43801653,0.42561984,0.4338843,0.43801653,0.4752066,0.5247934,0.5661157,0.5785124,0.59504133,0.59090906,0.59090906,0.59090906,0.58677685,0.58677685,0.59090906,0.59090906,0.5785124,0.57024795,0.5661157,0.5413223,0.5247934,0.5082645,0.49173555,0.46694216,0.46694216,0.46694216,0.446281,0.42975205,0.41735536,0.41735536,0.4214876,0.40495867,0.40082645,0.5495868,0.57024795,0.57438016,0.58677685,0.61570245,0.6280992,0.62396693,0.6198347,0.6363636,0.6570248,0.6652893,0.661157,0.6487603,0.6363636,0.62396693,0.6363636,0.607438,0.53305787,0.5289256,0.58677685,0.62396693,0.6487603,0.6735537,0.73966944,0.76033056,0.7231405,0.6818182,0.6446281,0.59917355,0.553719,0.4876033,0.42561984,0.446281,0.45454547,0.4090909,0.41735536,0.48347107,0.5413223,0.57024795,0.58264464,0.59090906,0.59090906,0.57024795,0.57438016,0.5785124,0.5785124,0.57438016,0.58264464,0.57438016,0.54545456,0.5495868,0.5206612,0.5041322,0.49586776,0.47933885,0.47107437,0.46280992,0.43801653,0.4214876,0.4214876,0.4214876,0.4214876,0.41735536,0.38429752,0.4752066,0.553719,0.5661157,0.5785124,0.59917355,0.6198347,0.607438,0.6198347,0.6404959,0.661157,0.6528926,0.6570248,0.6487603,0.6198347,0.59917355,0.59504133,0.553719,0.5,0.553719,0.61157024,0.6363636,0.6694215,0.69008267,0.71900827,0.74380165,0.7066116,0.6694215,0.6404959,0.60330576,0.553719,0.49173555,0.446281,0.49173555,0.49586776,0.42561984,0.38429752,0.446281,0.5082645,0.54545456,0.553719,0.5785124,0.57438016,0.56198347,0.5661157,0.5661157,0.57024795,0.5785124,0.57024795,0.5661157,0.55785125,0.54545456,0.5206612,0.5082645,0.4876033,0.47107437,0.45867768,0.45041323,0.42561984,0.4090909,0.4214876,0.4214876,0.4214876,0.41735536,0.40495867,0.3966942,0.5413223,0.55785125,0.5785124,0.58677685,0.59090906,0.59504133,0.61570245,0.6363636,0.6528926,0.6528926,0.6446281,0.6280992,0.59917355,0.55785125,0.5413223,0.4876033,0.5041322,0.59917355,0.6280992,0.6446281,0.6818182,0.7066116,0.71900827,0.71487606,0.6859504,0.6528926,0.6363636,0.59090906,0.54545456,0.4876033,0.46694216,0.5,0.49586776,0.43801653,0.36363637,0.3966942,0.45867768,0.4752066,0.5206612,0.5495868,0.56198347,0.553719,0.57024795,0.5661157,0.57024795,0.5785124,0.57438016,0.57024795,0.5785124,0.5495868,0.5371901,0.5,0.4752066,0.46280992,0.44214877,0.42561984,0.41322315,0.41322315,0.41735536,0.41735536,0.41735536,0.41322315,0.41322315,0.3677686,0.5082645,0.55785125,0.56198347,0.58264464,0.58264464,0.59504133,0.61157024,0.6363636,0.6446281,0.6446281,0.6404959,0.60330576,0.57024795,0.5289256,0.49586776,0.4752066,0.53305787,0.59090906,0.6198347,0.6322314,0.6487603,0.6735537,0.7066116,0.6942149,0.6652893,0.6446281,0.6322314,0.57438016,0.5206612,0.46280992,0.446281,0.48347107,0.47933885,0.43801653,0.3553719,0.37190083,0.41735536,0.42975205,0.48347107,0.5165289,0.5371901,0.55785125,0.5785124,0.5785124,0.57024795,0.56198347,0.57024795,0.5661157,0.53305787,0.5165289,0.5082645,0.4876033,0.45867768,0.446281,0.4338843,0.4090909,0.3966942,0.4090909,0.41735536,0.41735536,0.41735536,0.41322315,0.41735536,0.38016528,0.46280992,0.55785125,0.55785125,0.56198347,0.57438016,0.59090906,0.59504133,0.6280992,0.6404959,0.62396693,0.61157024,0.5785124,0.5413223,0.4876033,0.47107437,0.5206612,0.55785125,0.5661157,0.58677685,0.607438,0.61570245,0.6404959,0.6694215,0.661157,0.6280992,0.59090906,0.55785125,0.5247934,0.45867768,0.4338843,0.4214876,0.44214877,0.43801653,0.4090909,0.3553719,0.35123968,0.42561984,0.44214877,0.446281,0.4752066,0.5,0.53305787,0.55785125,0.56198347,0.5495868,0.54545456,0.5413223,0.53305787,0.5206612,0.49173555,0.47933885,0.48347107,0.446281,0.43801653,0.42561984,0.40495867,0.40082645,0.40082645,0.41322315,0.41322315,0.41322315,0.41322315,0.41735536,0.39256197,0.4214876,0.56198347,0.5495868,0.55785125,0.57438016,0.58677685,0.60330576,0.62396693,0.6280992,0.61570245,0.58264464,0.553719,0.5082645,0.47107437,0.5082645,0.59917355,0.56198347,0.5206612,0.5165289,0.553719,0.57438016,0.58677685,0.60330576,0.58677685,0.57438016,0.5206612,0.4752066,0.42975205,0.4090909,0.40495867,0.3966942,0.40082645,0.40082645,0.38429752,0.3677686,0.38429752,0.446281,0.48347107,0.47107437,0.45867768,0.48347107,0.5082645,0.5206612,0.53305787,0.5413223,0.5495868,0.54545456,0.5206612,0.5123967,0.49586776,0.4752066,0.46280992,0.44214877,0.4214876,0.41322315,0.40495867,0.39256197,0.40082645,0.41322315,0.41735536,0.41735536,0.41322315,0.41322315,0.40495867,0.38429752,0.53305787,0.5495868,0.54545456,0.553719,0.59090906,0.61157024,0.61570245,0.6198347,0.60330576,0.56198347,0.5289256,0.49586776,0.5041322,0.58264464,0.6487603,0.61570245,0.5,0.42561984,0.43801653,0.5123967,0.5123967,0.5123967,0.5,0.47107437,0.43801653,0.3966942,0.3429752,0.3305785,0.32231405,0.338843,0.35950413,0.35123968,0.35950413,0.38429752,0.41735536,0.4752066,0.5165289,0.5206612,0.49586776,0.47933885,0.4876033,0.49173555,0.5,0.53305787,0.5371901,0.53305787,0.5165289,0.49586776,0.4876033,0.46280992,0.446281,0.43801653,0.40495867,0.4090909,0.40495867,0.40495867,0.39256197,0.4214876,0.4214876,0.4214876,0.41735536,0.4090909,0.41322315,0.37603307,0.4876033,0.54545456,0.5495868,0.5495868,0.5785124,0.60330576,0.61570245,0.61570245,0.59504133,0.5661157,0.5495868,0.553719,0.59917355,0.6322314,0.6487603,0.6528926,0.61157024,0.43801653,0.3140496,0.41322315,0.46280992,0.46280992,0.43801653,0.41735536,0.37603307,0.3305785,0.28099173,0.25619835,0.24793388,0.24793388,0.28099173,0.3429752,0.38016528,0.40495867,0.42975205,0.4752066,0.5165289,0.5495868,0.5413223,0.5123967,0.49586776,0.4876033,0.47107437,0.5289256,0.5371901,0.5289256,0.49586776,0.48347107,0.46694216,0.45454547,0.44214877,0.41322315,0.40495867,0.41735536,0.4090909,0.4090909,0.40082645,0.4214876,0.4214876,0.4214876,0.41735536,0.40495867,0.4090909,0.38429752,0.44214877,0.5413223,0.5413223,0.53305787,0.553719,0.59090906,0.62396693,0.6198347,0.59090906,0.57438016,0.58264464,0.607438,0.6363636,0.6446281,0.6404959,0.6404959,0.6528926,0.49586776,0.34710744,0.35123968,0.38842976,0.3966942,0.3966942,0.35950413,0.32231405,0.29752067,0.2892562,0.2768595,0.2603306,0.2768595,0.32231405,0.37603307,0.41322315,0.42975205,0.446281,0.46694216,0.5041322,0.5413223,0.553719,0.54545456,0.5247934,0.5123967,0.5041322,0.5247934,0.5082645,0.5041322,0.4876033,0.48347107,0.45867768,0.45041323,0.42975205,0.40495867,0.40495867,0.4214876,0.4090909,0.40495867,0.41735536,0.41322315,0.4090909,0.4090909,0.4090909,0.41322315,0.41322315,0.39256197,0.41735536,0.5247934,0.5495868,0.5247934,0.55785125,0.57024795,0.61157024,0.607438,0.59917355,0.60330576,0.6198347,0.62396693,0.6198347,0.6322314,0.62396693,0.6198347,0.62396693,0.5413223,0.42561984,0.38016528,0.38429752,0.35950413,0.34710744,0.3264463,0.30991736,0.3140496,0.3264463,0.33471075,0.3429752,0.36363637,0.38429752,0.41322315,0.41735536,0.42975205,0.446281,0.46694216,0.49586776,0.5206612,0.5413223,0.5495868,0.5413223,0.5165289,0.5206612,0.5206612,0.5,0.49586776,0.47933885,0.4752066,0.45867768,0.44214877,0.42561984,0.40082645,0.40495867,0.4214876,0.41735536,0.40495867,0.4090909,0.41322315,0.41322315,0.41735536,0.41735536,0.4090909,0.41735536,0.3966942,0.39256197,0.5041322,0.56198347,0.5289256,0.5495868,0.57438016,0.59504133,0.60330576,0.62396693,0.6198347,0.61570245,0.6322314,0.61570245,0.62396693,0.607438,0.59917355,0.61570245,0.59090906,0.5,0.42975205,0.42561984,0.40495867,0.38842976,0.37603307,0.36363637,0.35950413,0.36363637,0.39256197,0.4214876,0.42561984,0.42975205,0.42975205,0.43801653,0.4338843,0.45041323,0.47107437,0.49173555,0.5123967,0.53305787,0.5371901,0.5413223,0.5206612,0.5123967,0.5247934,0.5206612,0.5,0.48347107,0.46694216,0.45867768,0.446281,0.42975205,0.42561984,0.4214876,0.4214876,0.4214876,0.41322315,0.3966942,0.41735536,0.41735536,0.41735536,0.41735536,0.40495867,0.40082645,0.40495867,0.38429752,0.45454547,0.5661157,0.5413223,0.5495868,0.58677685,0.59917355,0.607438,0.6322314,0.61157024,0.59504133,0.6280992,0.61570245,0.61570245,0.60330576,0.59504133,0.6198347,0.61570245,0.56198347,0.49173555,0.48347107,0.42561984,0.40082645,0.42561984,0.4090909,0.4090909,0.41735536,0.4338843,0.45041323,0.45041323,0.45041323,0.446281,0.46280992,0.46280992,0.46280992,0.48347107,0.49586776,0.5123967,0.5247934,0.53305787,0.5371901,0.5289256,0.5041322,0.5165289,0.5206612,0.5041322,0.49586776,0.47933885,0.45867768,0.446281,0.44214877,0.43801653,0.42975205,0.42561984,0.4214876,0.4090909,0.3966942,0.41322315,0.41322315,0.41322315,0.41322315,0.3966942,0.40082645,0.40495867,0.39256197,0.41322315,0.553719,0.54545456,0.5495868,0.59504133,0.607438,0.607438,0.62396693,0.61570245,0.58264464,0.61570245,0.61570245,0.607438,0.60330576,0.59917355,0.6280992,0.61570245,0.59504133,0.5661157,0.5206612,0.446281,0.41735536,0.446281,0.4338843,0.44214877,0.45454547,0.45454547,0.45454547,0.46280992,0.46694216,0.47107437,0.4752066,0.48347107,0.47107437,0.4876033,0.49586776,0.5,0.49586776,0.5,0.5165289,0.5123967,0.49586776,0.5123967,0.5247934,0.5082645,0.4876033,0.4752066,0.46694216,0.45041323,0.45041323,0.44214877,0.4338843,0.42975205,0.42561984,0.41322315,0.39256197,0.41322315,0.41322315,0.41322315,0.41322315,0.40082645,0.4090909,0.41322315,0.3966942,0.38429752,0.53305787,0.5495868,0.55785125,0.59504133,0.607438,0.61570245,0.6322314,0.62396693,0.5785124,0.59090906,0.58677685,0.5785124,0.59090906,0.59917355,0.6198347,0.61570245,0.60330576,0.62396693,0.59090906,0.5371901,0.5123967,0.4876033,0.46694216,0.47107437,0.46694216,0.46694216,0.46694216,0.45867768,0.46280992,0.46694216,0.46280992,0.4752066,0.4752066,0.4752066,0.47933885,0.46280992,0.46694216,0.46280992,0.4752066,0.49586776,0.5,0.5082645,0.5206612,0.5082645,0.49586776,0.4876033,0.46694216,0.45454547,0.44214877,0.446281,0.42975205,0.42975205,0.4214876,0.4090909,0.3966942,0.41322315,0.41322315,0.41322315,0.41322315,0.40495867,0.4090909,0.40495867,0.4090909,0.37190083,0.48347107,0.55785125,0.55785125,0.58677685,0.60330576,0.607438,0.6198347,0.61570245,0.5661157,0.53305787,0.5289256,0.5371901,0.553719,0.57024795,0.55785125,0.53305787,0.53305787,0.553719,0.5661157,0.553719,0.553719,0.5413223,0.5123967,0.4876033,0.45454547,0.43801653,0.4214876,0.41322315,0.41735536,0.42561984,0.42561984,0.4338843,0.43801653,0.44214877,0.446281,0.41735536,0.40082645,0.4090909,0.43801653,0.47933885,0.49586776,0.5041322,0.5041322,0.49586776,0.49173555,0.48347107,0.47107437,0.46280992,0.43801653,0.44214877,0.42975205,0.4338843,0.4214876,0.40495867,0.38842976,0.40082645,0.40082645,0.40082645,0.40082645,0.4090909,0.40495867,0.40082645,0.41322315,0.38016528,0.40495867,0.5661157,0.55785125,0.5785124,0.59917355,0.61157024,0.61157024,0.59090906,0.5495868,0.47933885,0.4090909,0.45454547,0.47107437,0.44214877,0.4090909,0.36363637,0.3553719,0.37190083,0.39256197,0.41322315,0.42975205,0.45454547,0.42975205,0.38842976,0.3429752,0.338843,0.338843,0.338843,0.338843,0.3429752,0.3429752,0.33471075,0.338843,0.3429752,0.34710744,0.338843,0.29338843,0.3553719,0.43801653,0.46280992,0.4876033,0.4876033,0.49586776,0.49173555,0.47933885,0.4752066,0.46280992,0.46694216,0.44214877,0.44214877,0.4338843,0.4338843,0.42561984,0.4090909,0.37603307,0.4090909,0.4090909,0.4090909,0.40495867,0.4090909,0.40082645,0.4090909,0.4090909,0.40495867,0.338843,0.553719,0.553719,0.55785125,0.5785124,0.61157024,0.60330576,0.57024795,0.54545456,0.5206612,0.41322315,0.27272728,0.30991736,0.32231405,0.2644628,0.20661157,0.1983471,0.2231405,0.24793388,0.28512397,0.338843,0.33471075,0.30165288,0.2892562,0.29752067,0.32231405,0.3181818,0.2644628,0.2603306,0.2520661,0.21900827,0.2107438,0.22727273,0.21900827,0.20661157,0.19421488,0.2107438,0.32231405,0.45454547,0.47107437,0.4752066,0.4876033,0.49586776,0.48347107,0.47933885,0.4752066,0.46280992,0.45041323,0.446281,0.43801653,0.4338843,0.4338843,0.42561984,0.40495867,0.38429752,0.40082645,0.40082645,0.40495867,0.40495867,0.40082645,0.40082645,0.40082645,0.40082645,0.4090909,0.3429752,0.4752066,0.58677685,0.54545456,0.553719,0.59917355,0.58264464,0.553719,0.553719,0.55785125,0.5661157,0.5082645,0.35950413,0.27272728,0.21900827,0.14876033,0.16528925,0.16115703,0.20661157,0.2107438,0.30578512,0.32231405,0.28099173,0.26859504,0.30578512,0.3264463,0.29752067,0.20247933,0.2231405,0.19008264,0.19008264,0.16115703,0.15289256,0.18181819,0.21900827,0.28512397,0.34710744,0.40495867,0.47107437,0.48347107,0.45867768,0.47933885,0.4876033,0.48347107,0.47107437,0.46694216,0.46280992,0.446281,0.43801653,0.42975205,0.43801653,0.42975205,0.41735536,0.40495867,0.37603307,0.4090909,0.4090909,0.4090909,0.4090909,0.40495867,0.40082645,0.40495867,0.40082645,0.40495867,0.36363637,0.40495867,0.5661157,0.57438016,0.553719,0.5785124,0.5785124,0.54545456,0.5661157,0.59090906,0.6280992,0.6322314,0.5413223,0.446281,0.39256197,0.3677686,0.38016528,0.35123968,0.3140496,0.2603306,0.2768595,0.26859504,0.2603306,0.27272728,0.28512397,0.29752067,0.27272728,0.2603306,0.28512397,0.2892562,0.30578512,0.3264463,0.33471075,0.338843,0.37190083,0.4090909,0.45454547,0.47933885,0.48347107,0.4752066,0.49586776,0.46694216,0.46694216,0.46694216,0.45454547,0.46280992,0.45454547,0.446281,0.44214877,0.42975205,0.44214877,0.4214876,0.4090909,0.37603307,0.38429752,0.40495867,0.40495867,0.40495867,0.4090909,0.40495867,0.40082645,0.40495867,0.4090909,0.41322315,0.41322315,0.35123968,0.5165289,0.57438016,0.5661157,0.57024795,0.56198347,0.55785125,0.57438016,0.58677685,0.6322314,0.6694215,0.59504133,0.5289256,0.4876033,0.5082645,0.5413223,0.553719,0.5371901,0.5165289,0.47933885,0.4752066,0.45041323,0.42561984,0.4338843,0.4338843,0.4214876,0.42561984,0.42975205,0.446281,0.43801653,0.4338843,0.4214876,0.4090909,0.4338843,0.45454547,0.48347107,0.5,0.49173555,0.47107437,0.4752066,0.47933885,0.43801653,0.45867768,0.45041323,0.45454547,0.45041323,0.44214877,0.43801653,0.42561984,0.42975205,0.4214876,0.38842976,0.38842976,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.40082645,0.3966942,0.40082645,0.38016528,0.41322315,0.55785125,0.5661157,0.57438016,0.56198347,0.57438016,0.57438016,0.58677685,0.6198347,0.6487603,0.61570245,0.5495868,0.48347107,0.5041322,0.5247934,0.55785125,0.60330576,0.6363636,0.6322314,0.61157024,0.59090906,0.57024795,0.57438016,0.55785125,0.5371901,0.5082645,0.48347107,0.47107437,0.44214877,0.41735536,0.4214876,0.4214876,0.446281,0.47107437,0.48347107,0.48347107,0.48347107,0.4752066,0.47107437,0.46280992,0.446281,0.44214877,0.43801653,0.44214877,0.43801653,0.4338843,0.4338843,0.42561984,0.4090909,0.40082645,0.38016528,0.38429752,0.40082645,0.40495867,0.40495867,0.4090909,0.4090909,0.4090909,0.3966942,0.40082645,0.40082645,0.3966942,0.3966942,0.39256197,0.36363637,0.5,0.5661157,0.55785125,0.5661157,0.58264464,0.57024795,0.5785124,0.59917355,0.62396693,0.6322314,0.59090906,0.5082645,0.4876033,0.47933885,0.4876033,0.5041322,0.5165289,0.5371901,0.53305787,0.54545456,0.53305787,0.5123967,0.5041322,0.47933885,0.45041323,0.4338843,0.4090909,0.3966942,0.3966942,0.40495867,0.4214876,0.45454547,0.47933885,0.47107437,0.45867768,0.47107437,0.48347107,0.46694216,0.46280992,0.45454547,0.45041323,0.4214876,0.44214877,0.4338843,0.42975205,0.42975205,0.4214876,0.40495867,0.38429752,0.38016528,0.38016528,0.3966942,0.41322315,0.4090909,0.4090909,0.4090909,0.4090909,0.40082645,0.39256197,0.3966942,0.3966942,0.3966942,0.40082645,0.37190083,0.41735536,0.5247934,0.5661157,0.56198347,0.59917355,0.59504133,0.58677685,0.56198347,0.60330576,0.61157024,0.607438,0.5495868,0.5082645,0.47933885,0.45041323,0.44214877,0.42561984,0.41322315,0.41322315,0.44214877,0.42975205,0.3966942,0.40082645,0.3966942,0.37603307,0.38016528,0.38429752,0.38429752,0.40082645,0.41322315,0.42975205,0.46280992,0.4752066,0.4752066,0.45041323,0.45454547,0.4752066,0.4752066,0.46280992,0.446281,0.44214877,0.42561984,0.44214877,0.42975205,0.42975205,0.40495867,0.40495867,0.38842976,0.38842976,0.38842976,0.37603307,0.38842976,0.3966942,0.3966942,0.39256197,0.39256197,0.38842976,0.40082645,0.3966942,0.3966942,0.3966942,0.40082645,0.40082645,0.39256197,0.37603307,0.46280992,0.5413223,0.5413223,0.58264464,0.59090906,0.61570245,0.57438016,0.59504133,0.59917355,0.607438,0.5661157,0.5206612,0.49586776,0.46694216,0.42975205,0.4090909,0.38016528,0.35950413,0.3677686,0.36363637,0.34710744,0.3553719,0.3553719,0.37190083,0.37603307,0.38842976,0.40495867,0.41735536,0.4214876,0.43801653,0.46694216,0.4752066,0.47933885,0.446281,0.45041323,0.46280992,0.45454547,0.45041323,0.4338843,0.42975205,0.42975205,0.4338843,0.41735536,0.42561984,0.3966942,0.38842976,0.37603307,0.38429752,0.38842976,0.38016528,0.3966942,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.40082645,0.39256197,0.40495867,0.3966942,0.40082645,0.40082645,0.39256197,0.38842976,0.39256197,0.48347107,0.53305787,0.553719,0.58677685,0.59504133,0.58677685,0.59090906,0.60330576,0.607438,0.58677685,0.54545456,0.5123967,0.4752066,0.4338843,0.41735536,0.40082645,0.3677686,0.3553719,0.35123968,0.338843,0.3553719,0.3677686,0.38429752,0.3966942,0.3966942,0.4090909,0.4338843,0.43801653,0.46280992,0.47933885,0.48347107,0.47107437,0.46694216,0.47933885,0.47933885,0.46280992,0.45041323,0.4338843,0.4338843,0.42975205,0.4214876,0.4090909,0.4090909,0.39256197,0.38429752,0.36363637,0.37190083,0.38016528,0.38429752,0.41322315,0.38842976,0.38842976,0.38842976,0.38842976,0.38842976,0.40082645,0.3966942,0.40082645,0.3966942,0.39256197,0.40082645,0.3966942,0.40082645,0.38429752,0.45454547,0.5206612,0.5371901,0.57024795,0.57438016,0.59504133,0.57438016,0.58677685,0.59504133,0.59917355,0.56198347,0.5371901,0.5206612,0.49586776,0.47107437,0.45454547,0.42561984,0.3966942,0.38842976,0.37190083,0.37603307,0.3966942,0.4214876,0.42561984,0.42561984,0.43801653,0.45867768,0.4752066,0.49586776,0.5082645,0.49586776,0.49586776,0.47933885,0.47107437,0.4752066,0.46280992,0.446281,0.42975205,0.42975205,0.4214876,0.4090909,0.40082645,0.38842976,0.38016528,0.38429752,0.36363637,0.37190083,0.38429752,0.3966942,0.41735536,0.3966942,0.40082645,0.40082645,0.40082645,0.40082645,0.39256197,0.3966942,0.3966942,0.39256197,0.3966942,0.3966942,0.40082645,0.40082645,0.38016528,0.4752066,0.5661157,0.5289256,0.54545456,0.5661157,0.59917355,0.5785124,0.58264464,0.59090906,0.607438,0.60330576,0.59090906,0.57024795,0.57024795,0.55785125,0.54545456,0.5206612,0.48347107,0.46280992,0.46280992,0.46280992,0.47107437,0.4752066,0.4752066,0.4876033,0.48347107,0.49586776,0.5082645,0.5165289,0.53305787,0.5041322,0.5082645,0.5123967,0.4876033,0.47107437,0.45454547,0.44214877,0.4214876,0.41322315,0.4090909,0.40082645,0.39256197,0.38429752,0.38429752,0.39256197,0.38429752,0.38016528,0.40082645,0.4090909,0.4214876,0.3966942,0.3966942,0.3966942,0.3966942,0.3966942,0.39256197,0.39256197,0.40495867,0.39256197,0.3966942,0.40082645,0.38842976,0.38429752,0.38842976,0.4876033,0.607438,0.54545456,0.53305787,0.553719,0.58677685,0.59504133,0.59090906,0.59917355,0.58264464,0.6322314,0.6198347,0.6198347,0.6198347,0.61570245,0.61570245,0.61157024,0.60330576,0.58677685,0.56198347,0.57024795,0.553719,0.55785125,0.553719,0.553719,0.553719,0.5495868,0.5661157,0.5661157,0.55785125,0.53305787,0.5,0.5041322,0.4876033,0.46280992,0.42975205,0.4214876,0.41322315,0.40495867,0.39256197,0.39256197,0.38429752,0.38842976,0.39256197,0.38842976,0.38842976,0.39256197,0.4090909,0.41322315,0.42975205,0.40495867,0.40495867,0.40082645,0.40082645,0.40082645,0.40082645,0.3966942,0.3966942,0.39256197,0.39256197,0.3966942,0.39256197,0.3966942,0.3966942,0.5165289,0.61570245,0.57438016,0.53305787,0.53305787,0.55785125,0.58264464,0.57438016,0.60330576,0.60330576,0.6198347,0.6198347,0.62396693,0.6322314,0.6446281,0.6404959,0.6487603,0.6280992,0.6198347,0.59504133,0.607438,0.60330576,0.6198347,0.61157024,0.59504133,0.59504133,0.60330576,0.59504133,0.59504133,0.5785124,0.5495868,0.5206612,0.4876033,0.46280992,0.446281,0.4214876,0.4090909,0.40495867,0.3966942,0.38016528,0.38016528,0.38429752,0.39256197,0.39256197,0.39256197,0.3677686,0.3966942,0.4214876,0.4214876,0.4338843,0.38842976,0.38842976,0.38842976,0.38429752,0.38429752,0.39256197,0.3966942,0.39256197,0.38842976,0.38429752,0.38016528,0.41322315,0.4876033,0.49173555,0.553719,0.6198347,0.59917355,0.5495868,0.5206612,0.53305787,0.5495868,0.54545456,0.59504133,0.6198347,0.61157024,0.61570245,0.607438,0.62396693,0.6363636,0.6322314,0.6363636,0.6280992,0.6198347,0.61157024,0.61570245,0.61157024,0.61157024,0.61157024,0.58264464,0.59917355,0.6198347,0.59090906,0.58677685,0.5661157,0.53305787,0.5,0.47107437,0.44214877,0.42561984,0.4214876,0.40082645,0.39256197,0.38016528,0.38016528,0.38429752,0.39256197,0.39256197,0.38842976,0.38842976,0.38429752,0.4090909,0.42561984,0.4338843,0.4338843,0.38429752,0.38429752,0.38842976,0.38842976,0.39256197,0.3966942,0.39256197,0.38429752,0.38016528,0.42561984,0.553719,0.72727275,0.71900827,0.6528926,0.58677685,0.61570245,0.60330576,0.57438016,0.5289256,0.5165289,0.5247934,0.5495868,0.57024795,0.57438016,0.59090906,0.60330576,0.59504133,0.607438,0.6198347,0.6198347,0.61157024,0.607438,0.607438,0.60330576,0.61157024,0.61157024,0.60330576,0.59504133,0.5661157,0.59090906,0.59504133,0.57024795,0.54545456,0.5247934,0.49586776,0.46694216,0.45041323,0.42975205,0.41322315,0.40082645,0.38842976,0.37190083,0.37603307,0.39256197,0.3966942,0.3966942,0.39256197,0.38016528,0.38842976,0.40082645,0.41735536,0.42975205,0.41735536,0.446281,0.40495867,0.40495867,0.40495867,0.40495867,0.40082645,0.3966942,0.37603307,0.40082645,0.5371901,0.75206614,0.822314,0.6983471,0.62396693,0.59917355,0.58677685,0.61570245,0.607438,0.58264464,0.5495868,0.5289256,0.5123967,0.53305787,0.5413223,0.5206612,0.54545456,0.59917355,0.59504133,0.59090906,0.59504133,0.59504133,0.58677685,0.58677685,0.58677685,0.57438016,0.5785124,0.5785124,0.57024795,0.5661157,0.55785125,0.57024795,0.5785124,0.5413223,0.5165289,0.47933885,0.45454547,0.44214877,0.42561984,0.4090909,0.3966942,0.38429752,0.3677686,0.3966942,0.38429752,0.40082645,0.40495867,0.40082645,0.38842976,0.38842976,0.40082645,0.41735536,0.4214876,0.42561984,0.43801653,0.45041323,0.39256197,0.39256197,0.38842976,0.38842976,0.38429752,0.38429752,0.45867768,0.70247936,0.822314,0.8553719,0.78099173,0.661157,0.6322314,0.607438,0.59504133,0.6198347,0.61570245,0.59917355,0.57024795,0.53305787,0.5123967,0.5123967,0.5123967,0.49586776,0.5247934,0.57024795,0.58677685,0.57438016,0.5785124,0.57024795,0.56198347,0.5495868,0.553719,0.5495868,0.54545456,0.5413223,0.53305787,0.53305787,0.5247934,0.5413223,0.5247934,0.49586776,0.47107437,0.44214877,0.41735536,0.4090909,0.40082645,0.37603307,0.36363637,0.37603307,0.38429752,0.41322315,0.3966942,0.40082645,0.4214876,0.3966942,0.38842976,0.3966942,0.4090909,0.4214876,0.42561984,0.42561984,0.44214877,0.45041323,0.41735536,0.42561984,0.43801653,0.45041323,0.45867768,0.49173555,0.76033056,0.8512397,0.8471074,0.8553719,0.7644628,0.6487603,0.6363636,0.61157024,0.607438,0.61157024,0.61570245,0.61570245,0.59504133,0.5495868,0.5247934,0.5123967,0.49586776,0.4876033,0.5082645,0.53305787,0.5413223,0.5289256,0.5289256,0.5247934,0.5371901,0.5123967,0.5206612,0.5165289,0.5206612,0.5247934,0.5206612,0.5041322,0.5,0.49173555,0.4752066,0.4338843,0.42561984,0.4090909,0.3966942,0.38429752,0.3677686,0.36363637,0.37603307,0.40082645,0.41322315,0.4090909,0.4090909,0.41322315,0.42975205,0.40082645,0.40495867,0.40495867,0.4214876,0.4214876,0.42975205,0.4338843,0.44214877,0.446281,0.62396693,0.6570248,0.6859504,0.71487606,0.74793386,0.7768595,0.8553719,0.8347107,0.8471074,0.8512397,0.76859504,0.6487603,0.6446281,0.61570245,0.607438,0.61570245,0.61157024,0.61570245,0.60330576,0.57438016,0.5495868,0.5289256,0.5165289,0.47933885,0.47107437,0.4876033,0.5,0.5041322,0.48347107,0.47933885,0.49173555,0.47933885,0.4752066,0.47107437,0.48347107,0.5,0.4876033,0.47107437,0.46694216,0.45867768,0.4214876,0.3966942,0.40082645,0.39256197,0.38016528,0.3677686,0.36363637,0.38016528,0.3966942,0.40495867,0.4090909,0.40495867,0.41322315,0.4214876,0.42975205,0.4090909,0.41735536,0.4090909,0.42561984,0.4338843,0.4338843,0.44214877,0.45041323,0.45041323,0.8264463,0.8264463,0.8305785,0.8347107,0.8347107,0.838843,0.8471074,0.838843,0.8429752,0.8512397,0.7892562,0.6528926,0.6487603,0.6198347,0.61570245,0.6198347,0.6198347,0.61570245,0.607438,0.60330576,0.5661157,0.54545456,0.5371901,0.5,0.47107437,0.45867768,0.446281,0.446281,0.446281,0.44214877,0.44214877,0.44214877,0.4338843,0.42561984,0.42975205,0.44214877,0.42975205,0.41735536,0.41322315,0.41735536,0.40495867,0.3966942,0.39256197,0.38429752,0.3677686,0.37190083,0.38429752,0.40082645,0.40495867,0.4090909,0.41322315,0.41322315,0.41735536,0.42561984,0.42561984,0.41735536,0.42561984,0.4214876,0.41735536,0.42975205,0.43801653,0.446281,0.45041323,0.45454547,29 +0.32231405,0.41322315,0.446281,0.49173555,0.53305787,0.55785125,0.58677685,0.61157024,0.6487603,0.6446281,0.6652893,0.6404959,0.6446281,0.6570248,0.6694215,0.69008267,0.70247936,0.6735537,0.6942149,0.7107438,0.7107438,0.71487606,0.71900827,0.73140496,0.72727275,0.70247936,0.677686,0.6735537,0.6570248,0.6322314,0.55785125,0.5123967,0.57024795,0.59917355,0.62396693,0.61570245,0.6735537,0.6818182,0.6694215,0.6570248,0.6652893,0.6735537,0.61570245,0.607438,0.6694215,0.6735537,0.6280992,0.607438,0.6404959,0.6528926,0.6487603,0.6280992,0.61157024,0.6198347,0.60330576,0.59917355,0.5785124,0.553719,0.5206612,0.48347107,0.446281,0.4338843,0.37603307,0.3140496,0.30991736,0.3677686,0.44214877,0.49586776,0.5165289,0.5413223,0.58264464,0.60330576,0.6446281,0.661157,0.6652893,0.6487603,0.6570248,0.6694215,0.6942149,0.6942149,0.6983471,0.7066116,0.71900827,0.71487606,0.73966944,0.7355372,0.73966944,0.73966944,0.7355372,0.7231405,0.7107438,0.6570248,0.6487603,0.607438,0.5785124,0.59504133,0.6322314,0.6735537,0.6735537,0.6280992,0.6983471,0.70247936,0.6818182,0.6942149,0.69008267,0.6735537,0.6198347,0.6487603,0.6942149,0.6859504,0.6570248,0.61157024,0.6487603,0.677686,0.6652893,0.6487603,0.6322314,0.6404959,0.61570245,0.60330576,0.57438016,0.54545456,0.5082645,0.47107437,0.44214877,0.40495867,0.35123968,0.28512397,0.3140496,0.37190083,0.43801653,0.48347107,0.5289256,0.5371901,0.5661157,0.59917355,0.6363636,0.6528926,0.6652893,0.677686,0.69008267,0.6983471,0.7066116,0.7107438,0.7066116,0.7355372,0.7355372,0.73966944,0.75619835,0.76033056,0.74793386,0.74793386,0.74793386,0.73140496,0.7231405,0.6983471,0.677686,0.6570248,0.6528926,0.6694215,0.6859504,0.71487606,0.70247936,0.6735537,0.71487606,0.6983471,0.6942149,0.71900827,0.6859504,0.6446281,0.6652893,0.70247936,0.7066116,0.6983471,0.6652893,0.62396693,0.6404959,0.6735537,0.6487603,0.6446281,0.661157,0.6487603,0.62396693,0.607438,0.5785124,0.5371901,0.49586776,0.46694216,0.446281,0.40082645,0.33471075,0.27272728,0.3429752,0.38016528,0.44214877,0.49173555,0.5289256,0.5289256,0.5495868,0.59090906,0.62396693,0.6446281,0.6652893,0.677686,0.7066116,0.7107438,0.7107438,0.72727275,0.7355372,0.74380165,0.74380165,0.74793386,0.7231405,0.73966944,0.74793386,0.75206614,0.75619835,0.75206614,0.73966944,0.7107438,0.71900827,0.71900827,0.7107438,0.6942149,0.7107438,0.72727275,0.7231405,0.72727275,0.71487606,0.71487606,0.71487606,0.72727275,0.70247936,0.6818182,0.6983471,0.73140496,0.72727275,0.6942149,0.69008267,0.677686,0.6528926,0.6446281,0.6198347,0.6198347,0.6570248,0.6570248,0.6198347,0.60330576,0.58264464,0.5371901,0.49173555,0.46280992,0.43801653,0.40082645,0.33471075,0.2644628,0.38429752,0.41735536,0.46694216,0.49586776,0.53305787,0.5247934,0.553719,0.57438016,0.62396693,0.6487603,0.6694215,0.677686,0.6983471,0.7231405,0.7231405,0.7355372,0.75206614,0.74380165,0.75206614,0.74380165,0.73140496,0.7355372,0.75206614,0.75619835,0.75206614,0.75619835,0.75206614,0.7231405,0.74380165,0.74793386,0.72727275,0.7231405,0.71900827,0.7231405,0.7355372,0.73966944,0.71487606,0.7066116,0.70247936,0.71487606,0.70247936,0.6652893,0.70247936,0.71900827,0.72727275,0.7107438,0.71900827,0.7066116,0.70247936,0.6818182,0.6528926,0.6363636,0.6570248,0.6528926,0.62396693,0.60330576,0.58264464,0.53305787,0.4876033,0.45867768,0.4338843,0.3966942,0.34710744,0.2603306,0.446281,0.4752066,0.4876033,0.5082645,0.53305787,0.5289256,0.56198347,0.59090906,0.62396693,0.6528926,0.6694215,0.6818182,0.6942149,0.7066116,0.7107438,0.72727275,0.71487606,0.71487606,0.73140496,0.7355372,0.7231405,0.73140496,0.74380165,0.7355372,0.72727275,0.75206614,0.75206614,0.75206614,0.74380165,0.76033056,0.73966944,0.71487606,0.7107438,0.6983471,0.72727275,0.71900827,0.71487606,0.7066116,0.71900827,0.7231405,0.71487606,0.6942149,0.71487606,0.7107438,0.73966944,0.7107438,0.71900827,0.7066116,0.6942149,0.6859504,0.6694215,0.661157,0.6528926,0.6404959,0.6198347,0.61157024,0.5785124,0.5371901,0.49173555,0.46280992,0.446281,0.40495867,0.3429752,0.2520661,0.4752066,0.5,0.5082645,0.5165289,0.5289256,0.5413223,0.57024795,0.607438,0.61570245,0.6198347,0.6446281,0.6652893,0.6694215,0.6735537,0.6818182,0.6942149,0.6942149,0.6983471,0.7107438,0.7107438,0.6983471,0.6942149,0.69008267,0.6363636,0.6322314,0.7066116,0.7355372,0.74793386,0.73966944,0.74380165,0.7107438,0.69008267,0.6859504,0.6942149,0.70247936,0.69008267,0.6942149,0.6983471,0.70247936,0.7066116,0.70247936,0.7066116,0.71487606,0.7107438,0.71900827,0.7066116,0.6942149,0.6818182,0.6652893,0.661157,0.6528926,0.6570248,0.6322314,0.6198347,0.61570245,0.59917355,0.57438016,0.5413223,0.49173555,0.47107437,0.45454547,0.42975205,0.37190083,0.28099173,0.5,0.5165289,0.5247934,0.5206612,0.5289256,0.5495868,0.57438016,0.59090906,0.57024795,0.55785125,0.5785124,0.59917355,0.60330576,0.59504133,0.61570245,0.61570245,0.6322314,0.6322314,0.6446281,0.6280992,0.61570245,0.6446281,0.6322314,0.5661157,0.55785125,0.6404959,0.6942149,0.70247936,0.7107438,0.70247936,0.677686,0.677686,0.661157,0.6818182,0.6983471,0.6818182,0.6735537,0.661157,0.6735537,0.677686,0.677686,0.677686,0.6818182,0.6694215,0.6859504,0.6694215,0.6652893,0.6528926,0.6404959,0.6322314,0.61570245,0.59504133,0.59090906,0.5661157,0.5785124,0.57438016,0.5661157,0.5495868,0.49173555,0.46280992,0.46280992,0.43801653,0.41735536,0.338843,0.5206612,0.5206612,0.5165289,0.5247934,0.53305787,0.54545456,0.5247934,0.5041322,0.48347107,0.47107437,0.4752066,0.47107437,0.46280992,0.45041323,0.4752066,0.47933885,0.48347107,0.48347107,0.5,0.5082645,0.49586776,0.5371901,0.5247934,0.49173555,0.5371901,0.57438016,0.6446281,0.6363636,0.6570248,0.6528926,0.6322314,0.6487603,0.6652893,0.677686,0.6818182,0.677686,0.6446281,0.6198347,0.6322314,0.6322314,0.6280992,0.59090906,0.59917355,0.59090906,0.57438016,0.55785125,0.553719,0.5495868,0.5413223,0.5247934,0.5123967,0.5082645,0.49586776,0.4752066,0.46280992,0.4752066,0.46694216,0.5247934,0.5247934,0.46694216,0.45867768,0.446281,0.44214877,0.40495867,0.53305787,0.5247934,0.5082645,0.5165289,0.47933885,0.42975205,0.4214876,0.40082645,0.37603307,0.36363637,0.35123968,0.338843,0.3429752,0.3264463,0.32231405,0.3264463,0.3305785,0.32231405,0.34710744,0.38016528,0.39256197,0.4214876,0.4338843,0.42975205,0.47107437,0.5206612,0.5413223,0.5495868,0.59917355,0.6198347,0.6322314,0.6404959,0.6487603,0.6818182,0.661157,0.6404959,0.607438,0.607438,0.60330576,0.5785124,0.54545456,0.49173555,0.5041322,0.48347107,0.41735536,0.38016528,0.35950413,0.3553719,0.338843,0.3264463,0.33471075,0.338843,0.34710744,0.35123968,0.3429752,0.3429752,0.34710744,0.39256197,0.4752066,0.46280992,0.446281,0.43801653,0.43801653,0.43801653,0.54545456,0.53305787,0.49173555,0.4338843,0.3553719,0.32231405,0.30991736,0.30165288,0.28099173,0.28512397,0.2768595,0.25619835,0.23966943,0.23140496,0.21900827,0.23966943,0.23553719,0.23966943,0.24793388,0.2768595,0.29338843,0.3140496,0.3677686,0.41322315,0.4214876,0.46694216,0.46694216,0.5165289,0.58677685,0.62396693,0.6363636,0.6570248,0.6198347,0.6487603,0.6280992,0.58264464,0.5785124,0.5495868,0.5371901,0.5123967,0.46280992,0.4214876,0.44214877,0.4090909,0.30991736,0.2520661,0.23140496,0.21900827,0.1983471,0.2107438,0.23553719,0.23553719,0.23140496,0.2520661,0.2603306,0.2644628,0.28099173,0.30165288,0.3181818,0.34710744,0.37190083,0.42975205,0.42975205,0.44214877,0.54545456,0.5289256,0.44214877,0.32231405,0.2644628,0.2520661,0.24380165,0.2644628,0.27272728,0.2644628,0.2520661,0.24380165,0.24793388,0.24380165,0.23140496,0.23553719,0.23966943,0.24380165,0.24380165,0.24793388,0.25619835,0.28512397,0.3305785,0.37190083,0.3966942,0.42561984,0.41735536,0.49173555,0.553719,0.59504133,0.59090906,0.607438,0.58677685,0.59504133,0.58264464,0.53305787,0.5495868,0.5371901,0.49173555,0.4338843,0.40495867,0.3553719,0.37603307,0.3305785,0.24793388,0.2107438,0.1983471,0.18181819,0.18181819,0.19421488,0.20247933,0.20661157,0.20661157,0.21487603,0.2231405,0.23553719,0.24793388,0.24380165,0.24793388,0.23966943,0.27272728,0.3429752,0.44214877,0.45867768,0.5413223,0.5247934,0.38016528,0.2892562,0.2768595,0.28512397,0.30991736,0.35123968,0.37603307,0.40082645,0.40082645,0.39256197,0.39256197,0.38842976,0.3677686,0.3553719,0.34710744,0.3264463,0.30165288,0.29338843,0.2768595,0.30165288,0.3264463,0.34710744,0.36363637,0.38842976,0.41735536,0.46694216,0.49586776,0.53305787,0.55785125,0.59090906,0.60330576,0.59504133,0.59090906,0.5785124,0.553719,0.53305787,0.4876033,0.42975205,0.38842976,0.33471075,0.3305785,0.29752067,0.2603306,0.24380165,0.23553719,0.23966943,0.2520661,0.2603306,0.26859504,0.2644628,0.2644628,0.2603306,0.2644628,0.26859504,0.2768595,0.27272728,0.2520661,0.24380165,0.24380165,0.24793388,0.3966942,0.45867768,0.5371901,0.5247934,0.40495867,0.33471075,0.338843,0.37190083,0.4090909,0.4338843,0.4338843,0.43801653,0.42975205,0.4090909,0.40082645,0.37190083,0.33471075,0.32231405,0.30991736,0.30165288,0.29752067,0.2768595,0.2520661,0.2520661,0.2768595,0.2892562,0.32231405,0.3305785,0.37190083,0.41322315,0.45454547,0.5082645,0.5785124,0.6404959,0.6487603,0.6487603,0.6446281,0.61570245,0.5661157,0.5082645,0.45454547,0.38842976,0.33471075,0.29338843,0.2768595,0.2520661,0.2231405,0.23140496,0.2520661,0.2892562,0.32231405,0.3140496,0.29752067,0.3264463,0.338843,0.3677686,0.38016528,0.38429752,0.38429752,0.38016528,0.35123968,0.32231405,0.28099173,0.2520661,0.36363637,0.45454547,0.5371901,0.53305787,0.46694216,0.3966942,0.38842976,0.38842976,0.40495867,0.41735536,0.40495867,0.35950413,0.3181818,0.28099173,0.27272728,0.24793388,0.17768595,0.20661157,0.19008264,0.2892562,0.21900827,0.24380165,0.28512397,0.30991736,0.30165288,0.28099173,0.29752067,0.29338843,0.3181818,0.3553719,0.4214876,0.5041322,0.61157024,0.6818182,0.6735537,0.69008267,0.69008267,0.6487603,0.57024795,0.49173555,0.40495867,0.3181818,0.2892562,0.2892562,0.28512397,0.27272728,0.2892562,0.2603306,0.2231405,0.2520661,0.24793388,0.2520661,0.30578512,0.33471075,0.28099173,0.28099173,0.3264463,0.38842976,0.40495867,0.4214876,0.40082645,0.39256197,0.34710744,0.30165288,0.38429752,0.45454547,0.53305787,0.5371901,0.5206612,0.46280992,0.42975205,0.3966942,0.38429752,0.38429752,0.35123968,0.28512397,0.25619835,0.23140496,0.21900827,0.28512397,0.17768595,0.25619835,0.18595041,0.18595041,0.2603306,0.30165288,0.4214876,0.3305785,0.30578512,0.37603307,0.38429752,0.38016528,0.32231405,0.3264463,0.3966942,0.48347107,0.6198347,0.6983471,0.70247936,0.72727275,0.71900827,0.6570248,0.55785125,0.46280992,0.3553719,0.33471075,0.37190083,0.35950413,0.33471075,0.35123968,0.3677686,0.2644628,0.21487603,0.30578512,0.3305785,0.1694215,0.14049587,0.22727273,0.2520661,0.2892562,0.26859504,0.28099173,0.34710744,0.40082645,0.4090909,0.41735536,0.41322315,0.37190083,0.4214876,0.45867768,0.5413223,0.54545456,0.56198347,0.5413223,0.48347107,0.42975205,0.3966942,0.38016528,0.34710744,0.27272728,0.2231405,0.20661157,0.26859504,0.446281,0.3553719,0.29338843,0.30165288,0.2768595,0.30165288,0.38842976,0.54545456,0.5123967,0.34710744,0.32231405,0.41322315,0.5123967,0.43801653,0.36363637,0.38842976,0.5,0.6198347,0.677686,0.7231405,0.73140496,0.7107438,0.6322314,0.5247934,0.43801653,0.35950413,0.45041323,0.47107437,0.4214876,0.3553719,0.43801653,0.5041322,0.3429752,0.28099173,0.22727273,0.2644628,0.24380165,0.2107438,0.35950413,0.23553719,0.1983471,0.2603306,0.30991736,0.32231405,0.38016528,0.3966942,0.4338843,0.446281,0.45454547,0.45454547,0.46280992,0.5413223,0.55785125,0.58264464,0.5785124,0.54545456,0.49173555,0.45454547,0.42561984,0.37190083,0.30991736,0.2892562,0.29338843,0.3429752,0.45454547,0.47933885,0.35950413,0.33471075,0.3429752,0.38429752,0.46694216,0.49586776,0.45454547,0.42561984,0.42561984,0.3966942,0.49586776,0.48347107,0.42975205,0.4338843,0.5247934,0.61157024,0.661157,0.7231405,0.73140496,0.6983471,0.6198347,0.5165289,0.446281,0.41735536,0.47933885,0.46280992,0.4338843,0.4090909,0.446281,0.5082645,0.45041323,0.3553719,0.3305785,0.32231405,0.3140496,0.38842976,0.446281,0.34710744,0.26859504,0.23553719,0.2768595,0.3553719,0.38016528,0.40495867,0.45867768,0.47933885,0.49173555,0.4752066,0.46280992,0.553719,0.5785124,0.59917355,0.607438,0.58264464,0.55785125,0.5371901,0.5041322,0.45867768,0.42975205,0.42561984,0.4214876,0.4338843,0.446281,0.4752066,0.45454547,0.41735536,0.44214877,0.45041323,0.46694216,0.46280992,0.45867768,0.446281,0.4752066,0.5082645,0.5041322,0.46694216,0.45867768,0.49586776,0.5495868,0.61570245,0.6570248,0.7355372,0.73966944,0.6942149,0.60330576,0.5123967,0.4752066,0.45041323,0.46694216,0.5123967,0.5123967,0.46280992,0.45041323,0.47933885,0.49173555,0.45867768,0.41322315,0.37190083,0.4338843,0.48347107,0.45041323,0.37603307,0.3429752,0.32231405,0.32231405,0.3966942,0.4338843,0.45041323,0.49586776,0.5165289,0.5082645,0.4876033,0.47933885,0.54545456,0.57438016,0.607438,0.6198347,0.607438,0.61157024,0.61157024,0.59504133,0.5661157,0.54545456,0.5206612,0.5206612,0.5165289,0.5123967,0.5,0.4876033,0.4752066,0.47933885,0.48347107,0.4876033,0.4752066,0.45454547,0.45867768,0.49173555,0.5165289,0.5041322,0.4876033,0.5247934,0.55785125,0.57024795,0.6280992,0.6735537,0.73966944,0.75619835,0.7066116,0.6446281,0.5206612,0.4876033,0.4752066,0.46280992,0.5123967,0.53305787,0.5041322,0.47933885,0.4752066,0.4752066,0.4876033,0.46694216,0.446281,0.46280992,0.46694216,0.446281,0.4338843,0.4214876,0.42975205,0.4338843,0.47933885,0.5082645,0.5041322,0.5289256,0.54545456,0.5247934,0.5,0.4876033,0.5371901,0.57024795,0.60330576,0.61570245,0.61570245,0.6363636,0.6404959,0.6446281,0.6198347,0.59917355,0.57024795,0.54545456,0.56198347,0.5495868,0.5413223,0.5413223,0.5371901,0.5289256,0.5371901,0.5289256,0.5165289,0.5,0.5082645,0.5289256,0.5371901,0.5289256,0.5495868,0.58677685,0.59090906,0.58677685,0.6280992,0.6735537,0.75619835,0.7768595,0.7231405,0.6570248,0.53305787,0.49586776,0.53305787,0.5,0.4752066,0.5247934,0.5206612,0.5082645,0.49586776,0.5041322,0.5082645,0.49586776,0.49586776,0.4876033,0.48347107,0.49586776,0.5041322,0.5041322,0.5165289,0.5206612,0.54545456,0.553719,0.5495868,0.56198347,0.55785125,0.53305787,0.5123967,0.49173555,0.53305787,0.553719,0.59090906,0.59917355,0.6198347,0.6404959,0.661157,0.661157,0.661157,0.6487603,0.62396693,0.61570245,0.59917355,0.58677685,0.58677685,0.59504133,0.59504133,0.5785124,0.58264464,0.5661157,0.5495868,0.55785125,0.5661157,0.5785124,0.57438016,0.58677685,0.59917355,0.59917355,0.59917355,0.607438,0.6322314,0.69008267,0.76859504,0.78512394,0.73140496,0.661157,0.553719,0.5082645,0.54545456,0.553719,0.5371901,0.5123967,0.5247934,0.53305787,0.5289256,0.53305787,0.54545456,0.54545456,0.5413223,0.5371901,0.5289256,0.5413223,0.5495868,0.5495868,0.55785125,0.57438016,0.58264464,0.58677685,0.5785124,0.57024795,0.56198347,0.54545456,0.5123967,0.49173555,0.5289256,0.553719,0.58677685,0.59504133,0.6322314,0.6404959,0.6652893,0.6694215,0.6694215,0.6652893,0.6735537,0.661157,0.661157,0.6404959,0.6280992,0.6322314,0.6280992,0.61157024,0.61157024,0.60330576,0.607438,0.6404959,0.6404959,0.6280992,0.61570245,0.61570245,0.607438,0.607438,0.60330576,0.607438,0.6322314,0.71487606,0.78512394,0.7768595,0.7355372,0.661157,0.5785124,0.5247934,0.5371901,0.54545456,0.57438016,0.55785125,0.5495868,0.553719,0.553719,0.553719,0.5785124,0.58264464,0.59504133,0.58264464,0.57024795,0.58264464,0.59090906,0.59504133,0.60330576,0.607438,0.61157024,0.59504133,0.59090906,0.5661157,0.5495868,0.5289256,0.5123967,0.49173555,0.5123967,0.553719,0.57024795,0.59504133,0.6280992,0.6363636,0.6570248,0.6735537,0.677686,0.6735537,0.6859504,0.661157,0.6735537,0.6570248,0.6487603,0.6322314,0.6322314,0.6322314,0.6528926,0.6694215,0.6694215,0.6735537,0.6694215,0.6487603,0.6446281,0.6363636,0.6198347,0.61570245,0.61157024,0.61157024,0.6570248,0.73140496,0.78099173,0.7644628,0.72727275,0.6652893,0.59504133,0.5495868,0.5413223,0.5289256,0.553719,0.58264464,0.59090906,0.59090906,0.59090906,0.59090906,0.5785124,0.59504133,0.60330576,0.59917355,0.59504133,0.59917355,0.61157024,0.61570245,0.62396693,0.6198347,0.62396693,0.59917355,0.59504133,0.5661157,0.5371901,0.5247934,0.5165289,0.48347107,0.5,0.5495868,0.55785125,0.5785124,0.59504133,0.61570245,0.6363636,0.661157,0.677686,0.6694215,0.6818182,0.6694215,0.6652893,0.6694215,0.661157,0.6652893,0.677686,0.677686,0.6859504,0.677686,0.6570248,0.6735537,0.6818182,0.6694215,0.6570248,0.6404959,0.62396693,0.61570245,0.62396693,0.6198347,0.677686,0.73966944,0.7768595,0.75619835,0.71900827,0.6818182,0.6198347,0.5785124,0.54545456,0.5289256,0.54545456,0.58677685,0.607438,0.6198347,0.61157024,0.607438,0.6198347,0.607438,0.61157024,0.60330576,0.60330576,0.61570245,0.61570245,0.6280992,0.6363636,0.62396693,0.6280992,0.607438,0.59504133,0.55785125,0.5289256,0.5082645,0.5082645,0.47107437,0.49173555,0.5371901,0.553719,0.5661157,0.58264464,0.59917355,0.62396693,0.6404959,0.661157,0.6694215,0.6694215,0.6735537,0.677686,0.677686,0.6942149,0.6942149,0.6983471,0.6942149,0.677686,0.677686,0.6404959,0.677686,0.6735537,0.6528926,0.6363636,0.61157024,0.59917355,0.61157024,0.6280992,0.6404959,0.6859504,0.74380165,0.77272725,0.76033056,0.72727275,0.6983471,0.6446281,0.59917355,0.5413223,0.5289256,0.5495868,0.59090906,0.61570245,0.6322314,0.6322314,0.61570245,0.6322314,0.6404959,0.6322314,0.6363636,0.6280992,0.6280992,0.62396693,0.6280992,0.6363636,0.6363636,0.6280992,0.607438,0.5785124,0.5495868,0.5206612,0.5,0.4876033,0.446281,0.4876033,0.5082645,0.553719,0.5413223,0.58264464,0.58677685,0.59917355,0.6198347,0.6404959,0.6570248,0.6528926,0.6652893,0.6818182,0.69008267,0.70247936,0.6983471,0.6859504,0.69008267,0.6694215,0.6859504,0.6735537,0.6694215,0.6694215,0.6363636,0.59090906,0.54545456,0.56198347,0.59917355,0.6280992,0.661157,0.6942149,0.75206614,0.7768595,0.7644628,0.73966944,0.70247936,0.6570248,0.62396693,0.5371901,0.5041322,0.53305787,0.57438016,0.6198347,0.6446281,0.6528926,0.6487603,0.6280992,0.6446281,0.6446281,0.6528926,0.6570248,0.6363636,0.62396693,0.6198347,0.61157024,0.6280992,0.60330576,0.58677685,0.55785125,0.5371901,0.5082645,0.5,0.4752066,0.42975205,0.4752066,0.4876033,0.5371901,0.54545456,0.57024795,0.5785124,0.59090906,0.59504133,0.62396693,0.6446281,0.6528926,0.6487603,0.6735537,0.69008267,0.6983471,0.6942149,0.69008267,0.677686,0.6694215,0.6735537,0.69008267,0.6694215,0.6446281,0.58677685,0.5413223,0.54545456,0.57024795,0.60330576,0.6280992,0.661157,0.7107438,0.74380165,0.76033056,0.7644628,0.73966944,0.7107438,0.6735537,0.6198347,0.53305787,0.5,0.5165289,0.53305787,0.59917355,0.6363636,0.6487603,0.6570248,0.6363636,0.6363636,0.6404959,0.6404959,0.6528926,0.6404959,0.6198347,0.61570245,0.61157024,0.607438,0.58264464,0.56198347,0.53305787,0.5289256,0.5082645,0.49586776,0.46280992,0.42561984,0.46280992,0.49173555,0.49586776,0.53305787,0.5495868,0.55785125,0.57438016,0.60330576,0.62396693,0.6446281,0.6446281,0.6528926,0.6652893,0.6859504,0.6942149,0.6859504,0.6859504,0.677686,0.6735537,0.6487603,0.6694215,0.661157,0.607438,0.5289256,0.5289256,0.58264464,0.57438016,0.61157024,0.6528926,0.677686,0.73140496,0.74793386,0.75619835,0.76033056,0.74380165,0.71487606,0.677686,0.6322314,0.5495868,0.53305787,0.5413223,0.5041322,0.5661157,0.6322314,0.6363636,0.6528926,0.6446281,0.62396693,0.6322314,0.6404959,0.6404959,0.6404959,0.6280992,0.61570245,0.607438,0.58264464,0.5661157,0.5413223,0.5206612,0.5206612,0.5,0.47107437,0.42975205,0.42975205,0.5123967,0.45454547,0.5041322,0.49173555,0.5247934,0.55785125,0.5785124,0.5785124,0.60330576,0.6322314,0.62396693,0.6363636,0.661157,0.6735537,0.6818182,0.6735537,0.677686,0.677686,0.6570248,0.6363636,0.6446281,0.61570245,0.56198347,0.5041322,0.5413223,0.58264464,0.57438016,0.62396693,0.6487603,0.677686,0.71900827,0.7355372,0.75619835,0.7644628,0.7355372,0.71487606,0.6735537,0.61157024,0.5413223,0.5413223,0.553719,0.49173555,0.53305787,0.59917355,0.61570245,0.6322314,0.6322314,0.60330576,0.607438,0.6280992,0.6280992,0.6404959,0.62396693,0.60330576,0.60330576,0.57024795,0.55785125,0.5371901,0.53305787,0.5165289,0.47933885,0.45454547,0.40495867,0.45454547,0.55785125,0.45867768,0.4876033,0.49173555,0.5041322,0.54545456,0.55785125,0.57438016,0.58677685,0.59090906,0.61157024,0.6280992,0.6404959,0.6694215,0.677686,0.6735537,0.6818182,0.6694215,0.6446281,0.607438,0.60330576,0.58677685,0.5495868,0.5041322,0.54545456,0.56198347,0.55785125,0.607438,0.6363636,0.661157,0.677686,0.7066116,0.73966944,0.75206614,0.71900827,0.6859504,0.6570248,0.58677685,0.5165289,0.5247934,0.553719,0.4876033,0.49586776,0.5495868,0.59504133,0.61570245,0.6487603,0.62396693,0.61570245,0.6198347,0.6280992,0.6446281,0.6363636,0.6280992,0.61157024,0.57438016,0.553719,0.5289256,0.5206612,0.49173555,0.46280992,0.446281,0.38842976,0.5041322,0.61570245,0.4876033,0.47933885,0.49586776,0.5082645,0.5289256,0.5495868,0.5661157,0.5785124,0.58264464,0.607438,0.61157024,0.6404959,0.6570248,0.6652893,0.6570248,0.6570248,0.6404959,0.6198347,0.60330576,0.58264464,0.59917355,0.56198347,0.5082645,0.5247934,0.54545456,0.5289256,0.5289256,0.58677685,0.61570245,0.6363636,0.6652893,0.6859504,0.69008267,0.6652893,0.61570245,0.5785124,0.5165289,0.4876033,0.5,0.5041322,0.46694216,0.49586776,0.53305787,0.56198347,0.60330576,0.607438,0.6322314,0.6446281,0.6446281,0.62396693,0.6322314,0.6363636,0.59917355,0.59917355,0.57024795,0.5371901,0.5165289,0.5,0.47107437,0.45041323,0.42561984,0.4090909,0.5413223,0.6363636,0.5123967,0.4752066,0.5,0.5082645,0.5206612,0.5413223,0.55785125,0.55785125,0.58264464,0.59090906,0.60330576,0.62396693,0.6487603,0.6528926,0.6404959,0.6322314,0.62396693,0.607438,0.5785124,0.59504133,0.6322314,0.59504133,0.5041322,0.47107437,0.49173555,0.4752066,0.42561984,0.49173555,0.5371901,0.57438016,0.59090906,0.607438,0.59917355,0.5785124,0.5289256,0.46280992,0.4338843,0.446281,0.47107437,0.46694216,0.46694216,0.5165289,0.55785125,0.55785125,0.57024795,0.59090906,0.61570245,0.6404959,0.62396693,0.607438,0.61157024,0.61157024,0.57024795,0.57438016,0.5495868,0.5247934,0.5082645,0.48347107,0.45867768,0.44214877,0.3966942,0.45867768,0.58677685,0.58264464,0.53305787,0.4752066,0.5041322,0.5123967,0.5206612,0.53305787,0.5495868,0.55785125,0.58264464,0.58677685,0.61157024,0.61570245,0.6363636,0.6404959,0.6322314,0.6198347,0.59917355,0.5785124,0.59090906,0.6363636,0.6694215,0.6322314,0.5413223,0.45041323,0.41322315,0.36363637,0.28099173,0.3264463,0.4338843,0.49173555,0.5123967,0.5206612,0.5082645,0.48347107,0.4214876,0.33471075,0.2892562,0.35950413,0.40495867,0.42975205,0.5082645,0.56198347,0.59090906,0.607438,0.5785124,0.59090906,0.59917355,0.61157024,0.61157024,0.61157024,0.607438,0.58677685,0.58677685,0.553719,0.53305787,0.5206612,0.5,0.4752066,0.45454547,0.43801653,0.38429752,0.48347107,0.60330576,0.46280992,0.5082645,0.4876033,0.5041322,0.5165289,0.5247934,0.5247934,0.54545456,0.54545456,0.57438016,0.58677685,0.60330576,0.607438,0.62396693,0.6280992,0.62396693,0.607438,0.61157024,0.61570245,0.6446281,0.6859504,0.6983471,0.6570248,0.59504133,0.5123967,0.35950413,0.26859504,0.28099173,0.28512397,0.32231405,0.39256197,0.42975205,0.4338843,0.41322315,0.37190083,0.3264463,0.2768595,0.22727273,0.27272728,0.36363637,0.45454547,0.55785125,0.58677685,0.61157024,0.6446281,0.6280992,0.59504133,0.59504133,0.58264464,0.59504133,0.61157024,0.60330576,0.58677685,0.5661157,0.5661157,0.5289256,0.5041322,0.4876033,0.47107437,0.446281,0.42561984,0.3966942,0.48347107,0.5289256,0.3181818,0.37190083,0.49586776,0.5041322,0.5123967,0.5206612,0.5247934,0.5289256,0.54545456,0.55785125,0.57024795,0.59504133,0.61570245,0.6280992,0.62396693,0.62396693,0.6363636,0.6487603,0.661157,0.69008267,0.6983471,0.6983471,0.69008267,0.6528926,0.58677685,0.45454547,0.338843,0.33471075,0.34710744,0.30991736,0.30991736,0.3305785,0.33471075,0.3181818,0.3305785,0.38016528,0.38842976,0.36363637,0.38016528,0.45041323,0.5289256,0.59090906,0.59504133,0.61157024,0.6446281,0.6570248,0.6198347,0.60330576,0.58264464,0.58264464,0.607438,0.59504133,0.57024795,0.56198347,0.54545456,0.5206612,0.49586776,0.46694216,0.45867768,0.43801653,0.42975205,0.40495867,0.37603307,0.41322315,0.3181818,0.29338843,0.47933885,0.5082645,0.5082645,0.5123967,0.5206612,0.5289256,0.5371901,0.5495868,0.55785125,0.58264464,0.61157024,0.6280992,0.6280992,0.6280992,0.661157,0.6694215,0.6818182,0.6818182,0.6859504,0.69008267,0.677686,0.6652893,0.6404959,0.5785124,0.47933885,0.42975205,0.41735536,0.37603307,0.34710744,0.338843,0.33471075,0.3677686,0.42975205,0.49173555,0.49173555,0.49586776,0.5041322,0.53305787,0.553719,0.58264464,0.59504133,0.607438,0.6322314,0.6528926,0.6363636,0.6280992,0.61157024,0.59504133,0.59090906,0.5785124,0.5495868,0.55785125,0.53305787,0.5123967,0.4876033,0.47107437,0.46280992,0.42975205,0.45041323,0.37190083,0.30991736,0.33471075,0.3140496,0.29338843,0.42561984,0.5123967,0.5123967,0.5123967,0.5123967,0.5371901,0.5247934,0.54545456,0.55785125,0.5661157,0.58677685,0.6198347,0.6322314,0.6487603,0.6652893,0.6694215,0.6859504,0.6694215,0.677686,0.6694215,0.6446281,0.6363636,0.6528926,0.6528926,0.59090906,0.5289256,0.5,0.5,0.46694216,0.45867768,0.45867768,0.4752066,0.49173555,0.5289256,0.55785125,0.5661157,0.553719,0.553719,0.553719,0.55785125,0.59090906,0.58677685,0.61157024,0.6363636,0.6446281,0.6404959,0.61157024,0.60330576,0.58264464,0.5661157,0.5495868,0.5413223,0.5247934,0.5,0.47933885,0.47107437,0.45867768,0.4338843,0.45454547,0.3429752,0.3140496,0.32231405,0.32231405,0.29752067,0.38429752,0.5082645,0.5082645,0.5247934,0.5206612,0.5247934,0.5206612,0.5413223,0.55785125,0.57024795,0.59090906,0.6198347,0.6363636,0.661157,0.6280992,0.6570248,0.677686,0.6652893,0.6694215,0.6652893,0.6404959,0.6322314,0.6652893,0.6818182,0.6528926,0.60330576,0.5785124,0.5661157,0.5289256,0.53305787,0.5495868,0.5413223,0.5413223,0.57024795,0.59504133,0.59504133,0.58677685,0.5661157,0.58264464,0.58264464,0.59504133,0.59504133,0.607438,0.6322314,0.6446281,0.6363636,0.607438,0.59504133,0.58677685,0.57024795,0.54545456,0.53305787,0.5289256,0.5,0.47933885,0.46694216,0.45454547,0.4338843,0.446281,0.30991736,0.30991736,0.33471075,0.3264463,0.30165288,0.34710744,0.49173555,0.5082645,0.5206612,0.5206612,0.53305787,0.5289256,0.5371901,0.55785125,0.59504133,0.61570245,0.6198347,0.6280992,0.6446281,0.6198347,0.62396693,0.6694215,0.6652893,0.661157,0.6652893,0.6487603,0.6404959,0.6735537,0.69008267,0.661157,0.661157,0.6528926,0.60330576,0.5495868,0.56198347,0.56198347,0.55785125,0.58264464,0.59504133,0.59090906,0.59090906,0.60330576,0.60330576,0.61157024,0.61157024,0.61157024,0.62396693,0.6198347,0.6198347,0.6322314,0.6322314,0.61157024,0.58677685,0.58264464,0.5661157,0.553719,0.5371901,0.5247934,0.5041322,0.4876033,0.4752066,0.46280992,0.43801653,0.44214877,0.28512397,0.30578512,0.32231405,0.3181818,0.29752067,0.3305785,0.46694216,0.5041322,0.5123967,0.5165289,0.53305787,0.53305787,0.5413223,0.56198347,0.60330576,0.6198347,0.61570245,0.6404959,0.6446281,0.6446281,0.61570245,0.6404959,0.6528926,0.6322314,0.6404959,0.6487603,0.6446281,0.6570248,0.6694215,0.6570248,0.6735537,0.6942149,0.661157,0.6198347,0.61570245,0.58677685,0.58677685,0.58677685,0.59090906,0.59504133,0.58264464,0.58264464,0.58677685,0.58264464,0.59917355,0.59504133,0.6198347,0.61157024,0.607438,0.60330576,0.61157024,0.59917355,0.58677685,0.58677685,0.57438016,0.5495868,0.5371901,0.5206612,0.5123967,0.49173555,0.47933885,0.45867768,0.44214877,0.41322315,0.26859504,0.30991736,0.3264463,0.3181818,0.30991736,0.30991736,0.43801653,0.5,0.5041322,0.5082645,0.5206612,0.5206612,0.5495868,0.57024795,0.607438,0.62396693,0.61570245,0.6363636,0.6570248,0.62396693,0.60330576,0.59917355,0.59917355,0.59504133,0.60330576,0.607438,0.61157024,0.59090906,0.56198347,0.54545456,0.5371901,0.5495868,0.55785125,0.58264464,0.60330576,0.6198347,0.59090906,0.55785125,0.5289256,0.5165289,0.5082645,0.5206612,0.5371901,0.54545456,0.56198347,0.58264464,0.58677685,0.57438016,0.5661157,0.5661157,0.56198347,0.58677685,0.59090906,0.5785124,0.57024795,0.553719,0.53305787,0.5206612,0.5123967,0.49586776,0.47933885,0.45454547,0.44214877,0.36363637,0.27272728,0.30578512,0.3264463,0.32231405,0.32231405,0.2892562,0.40082645,0.49173555,0.5082645,0.5,0.5206612,0.5289256,0.5495868,0.57024795,0.60330576,0.61570245,0.607438,0.6198347,0.6322314,0.61157024,0.57024795,0.5165289,0.49173555,0.5082645,0.5289256,0.5247934,0.47933885,0.43801653,0.4090909,0.39256197,0.3966942,0.38429752,0.38016528,0.4090909,0.44214877,0.48347107,0.45454547,0.42975205,0.40495867,0.4090909,0.41735536,0.4214876,0.43801653,0.44214877,0.46280992,0.47107437,0.5,0.5,0.48347107,0.49586776,0.5289256,0.57024795,0.5785124,0.57024795,0.5661157,0.5495868,0.5289256,0.5165289,0.5082645,0.5,0.48347107,0.45454547,0.46280992,0.28099173,0.28512397,0.30991736,0.3181818,0.3140496,0.3181818,0.2892562,0.338843,0.4876033,0.5123967,0.5082645,0.5082645,0.53305787,0.53305787,0.5495868,0.58264464,0.61570245,0.61570245,0.61157024,0.59504133,0.5785124,0.5371901,0.47107437,0.36363637,0.35123968,0.38016528,0.37190083,0.34710744,0.29752067,0.24380165,0.20247933,0.21900827,0.21900827,0.2892562,0.3305785,0.338843,0.30991736,0.3181818,0.33471075,0.3181818,0.29338843,0.2768595,0.27272728,0.30578512,0.33471075,0.338843,0.35123968,0.35950413,0.3677686,0.37603307,0.44214877,0.5123967,0.5413223,0.55785125,0.56198347,0.5495868,0.553719,0.5289256,0.5123967,0.49586776,0.4876033,0.46694216,0.45041323,0.42561984,0.27272728,0.2768595,0.30991736,0.3181818,0.3140496,0.3181818,0.30991736,0.28512397,0.45454547,0.5041322,0.5082645,0.5123967,0.5289256,0.5247934,0.5206612,0.553719,0.59917355,0.60330576,0.59090906,0.57438016,0.58677685,0.5785124,0.5785124,0.5123967,0.41735536,0.34710744,0.3305785,0.3305785,0.36363637,0.38016528,0.3264463,0.24380165,0.18595041,0.28099173,0.32231405,0.3181818,0.22727273,0.30578512,0.3553719,0.338843,0.2768595,0.2520661,0.28512397,0.3305785,0.37190083,0.35950413,0.35123968,0.35950413,0.38842976,0.42561984,0.47933885,0.5247934,0.5289256,0.5413223,0.5661157,0.553719,0.5413223,0.5247934,0.5165289,0.5082645,0.49586776,0.4752066,0.45041323,0.38429752,0.24380165,0.29752067,0.30991736,0.30991736,0.3181818,0.3181818,0.3140496,0.27272728,0.38842976,0.4876033,0.5041322,0.5206612,0.5289256,0.5289256,0.5082645,0.5289256,0.57438016,0.59504133,0.57024795,0.56198347,0.59090906,0.61157024,0.6446281,0.661157,0.6198347,0.5247934,0.49586776,0.4752066,0.5165289,0.5785124,0.5785124,0.54545456,0.4876033,0.44214877,0.41322315,0.40495867,0.3553719,0.3966942,0.4214876,0.42561984,0.42561984,0.43801653,0.46694216,0.48347107,0.5041322,0.47107437,0.43801653,0.46694216,0.5041322,0.553719,0.553719,0.54545456,0.5371901,0.53305787,0.56198347,0.5495868,0.5371901,0.5206612,0.5041322,0.49586776,0.48347107,0.4752066,0.42975205,0.29338843,0.26859504,0.30165288,0.30578512,0.30991736,0.3140496,0.3140496,0.3181818,0.32231405,0.2768595,0.47933885,0.5041322,0.5206612,0.5247934,0.53305787,0.5247934,0.5289256,0.553719,0.5661157,0.55785125,0.5661157,0.59504133,0.61570245,0.6528926,0.6735537,0.6570248,0.58264464,0.53305787,0.5,0.5123967,0.5661157,0.607438,0.6404959,0.6446281,0.6363636,0.61570245,0.62396693,0.59504133,0.59504133,0.607438,0.60330576,0.59504133,0.59090906,0.58264464,0.553719,0.5,0.47107437,0.46694216,0.5041322,0.5413223,0.5785124,0.57024795,0.5371901,0.5495868,0.54545456,0.5371901,0.54545456,0.5165289,0.5082645,0.49173555,0.4752066,0.4752066,0.45867768,0.38842976,0.24793388,0.2768595,0.30165288,0.30578512,0.30165288,0.3181818,0.32231405,0.3181818,0.3140496,0.25619835,0.45041323,0.49173555,0.5082645,0.5289256,0.5289256,0.5289256,0.53305787,0.5371901,0.54545456,0.54545456,0.58264464,0.58677685,0.59504133,0.6363636,0.6570248,0.661157,0.6322314,0.5495868,0.5,0.4876033,0.5123967,0.53305787,0.56198347,0.59504133,0.607438,0.61570245,0.62396693,0.6363636,0.6198347,0.61570245,0.62396693,0.607438,0.58264464,0.5413223,0.5041322,0.47107437,0.46694216,0.47933885,0.5165289,0.5661157,0.57438016,0.5495868,0.5413223,0.54545456,0.54545456,0.5123967,0.5289256,0.5082645,0.49586776,0.4876033,0.47107437,0.46694216,0.43801653,0.30991736,0.23966943,0.2768595,0.30165288,0.30578512,0.30165288,0.3140496,0.3181818,0.3181818,0.3264463,0.23553719,0.48347107,0.5,0.47933885,0.5123967,0.5165289,0.5206612,0.5247934,0.5206612,0.5371901,0.54545456,0.5785124,0.58264464,0.57024795,0.59504133,0.6322314,0.6487603,0.6570248,0.59504133,0.5289256,0.5041322,0.5041322,0.5,0.49586776,0.5082645,0.5,0.5,0.5,0.5371901,0.5289256,0.5,0.5,0.49586776,0.47933885,0.4752066,0.46280992,0.45454547,0.48347107,0.5082645,0.5413223,0.5661157,0.5371901,0.5206612,0.54545456,0.5413223,0.5413223,0.5123967,0.5041322,0.49586776,0.48347107,0.47933885,0.46280992,0.45867768,0.37603307,0.24793388,0.25619835,0.2768595,0.29752067,0.30165288,0.30578512,0.3140496,0.3140496,0.3181818,0.3264463,0.23140496,0.4876033,0.5289256,0.46694216,0.4752066,0.5,0.5082645,0.5206612,0.5082645,0.53305787,0.56198347,0.58677685,0.61157024,0.58264464,0.57438016,0.61570245,0.6280992,0.6528926,0.6280992,0.57438016,0.5165289,0.5123967,0.5082645,0.48347107,0.47933885,0.45454547,0.43801653,0.41322315,0.43801653,0.4338843,0.41735536,0.41735536,0.43801653,0.44214877,0.46280992,0.4752066,0.47933885,0.5165289,0.5247934,0.54545456,0.55785125,0.5289256,0.5123967,0.5371901,0.55785125,0.5206612,0.5206612,0.49173555,0.47933885,0.4752066,0.4752066,0.45454547,0.4090909,0.2768595,0.23966943,0.2603306,0.2768595,0.29338843,0.30165288,0.30578512,0.3140496,0.3140496,0.3140496,0.3264463,0.23140496,0.5041322,0.5371901,0.4876033,0.46280992,0.4876033,0.49173555,0.5165289,0.5247934,0.5082645,0.5371901,0.58264464,0.607438,0.607438,0.59090906,0.6322314,0.62396693,0.6528926,0.6528926,0.61570245,0.55785125,0.5206612,0.5,0.48347107,0.4752066,0.46694216,0.46280992,0.41735536,0.41322315,0.40495867,0.41322315,0.42561984,0.44214877,0.46280992,0.48347107,0.5,0.5041322,0.5289256,0.5371901,0.54545456,0.56198347,0.5413223,0.5247934,0.53305787,0.53305787,0.5206612,0.5082645,0.48347107,0.47933885,0.4752066,0.46280992,0.43801653,0.338843,0.21900827,0.2520661,0.2603306,0.2768595,0.29338843,0.29752067,0.29752067,0.3140496,0.3140496,0.3140496,0.3264463,0.2520661,0.5123967,0.53305787,0.49173555,0.45041323,0.45454547,0.4752066,0.4876033,0.5165289,0.5123967,0.5123967,0.56198347,0.59504133,0.59504133,0.60330576,0.607438,0.6446281,0.6280992,0.661157,0.6487603,0.59090906,0.5785124,0.553719,0.5247934,0.5082645,0.5041322,0.5041322,0.48347107,0.4752066,0.46280992,0.46280992,0.4752066,0.49586776,0.5082645,0.5165289,0.5165289,0.54545456,0.56198347,0.57438016,0.58264464,0.5785124,0.55785125,0.553719,0.553719,0.5289256,0.5123967,0.4876033,0.47933885,0.4752066,0.47107437,0.4214876,0.4090909,0.29752067,0.21900827,0.25619835,0.2520661,0.28099173,0.29338843,0.29752067,0.29338843,0.3181818,0.32231405,0.30991736,0.3264463,0.26859504,0.5165289,0.5289256,0.5,0.45454547,0.4338843,0.44214877,0.46280992,0.49173555,0.5082645,0.5123967,0.5413223,0.56198347,0.57024795,0.60330576,0.59917355,0.61570245,0.60330576,0.6487603,0.6570248,0.6280992,0.61570245,0.61570245,0.61570245,0.59917355,0.60330576,0.58677685,0.56198347,0.5413223,0.5495868,0.5495868,0.55785125,0.57438016,0.57024795,0.57438016,0.5785124,0.58677685,0.60330576,0.61570245,0.61570245,0.59504133,0.58264464,0.553719,0.55785125,0.5371901,0.5082645,0.5,0.4752066,0.46694216,0.43801653,0.38842976,0.3966942,0.27272728,0.23966943,0.2603306,0.2644628,0.2892562,0.29338843,0.29752067,0.30165288,0.3181818,0.3181818,0.3181818,0.30578512,0.29752067,0.5247934,0.5206612,0.5,0.47107437,0.41735536,0.40495867,0.4338843,0.45867768,0.47933885,0.5,0.5247934,0.56198347,0.5785124,0.59917355,0.61570245,0.61157024,0.6363636,0.6528926,0.6818182,0.6859504,0.6859504,0.6735537,0.6818182,0.6735537,0.6983471,0.6859504,0.6487603,0.6280992,0.6198347,0.6322314,0.6404959,0.6404959,0.62396693,0.62396693,0.6404959,0.6280992,0.6363636,0.6404959,0.6446281,0.61157024,0.59917355,0.57024795,0.553719,0.5371901,0.5041322,0.48347107,0.46280992,0.44214877,0.39256197,0.3553719,0.41322315,0.2603306,0.23966943,0.24793388,0.27272728,0.28512397,0.29338843,0.29338843,0.29338843,0.3181818,0.32231405,0.3140496,0.30991736,0.3305785,0.53305787,0.5289256,0.49173555,0.47107437,0.43801653,0.39256197,0.3966942,0.43801653,0.45454547,0.47933885,0.5082645,0.5413223,0.5661157,0.5785124,0.6198347,0.61157024,0.6363636,0.6446281,0.661157,0.70247936,0.70247936,0.70247936,0.7066116,0.7107438,0.7066116,0.71487606,0.7107438,0.6942149,0.6735537,0.6735537,0.6942149,0.70247936,0.70247936,0.6818182,0.677686,0.6818182,0.6735537,0.677686,0.6652893,0.6363636,0.59504133,0.5661157,0.5495868,0.5123967,0.4876033,0.46280992,0.43801653,0.38842976,0.35950413,0.3677686,0.42975205,0.2520661,0.23966943,0.2644628,0.2768595,0.28512397,0.29338843,0.29338843,0.29752067,0.32231405,0.3140496,0.3140496,0.2768595,0.38016528,0.5371901,0.5371901,0.5041322,0.47107437,0.45454547,0.42975205,0.40082645,0.37603307,0.42975205,0.45867768,0.47933885,0.5123967,0.53305787,0.54545456,0.58677685,0.58677685,0.607438,0.6570248,0.6735537,0.6859504,0.677686,0.69008267,0.70247936,0.6983471,0.7107438,0.7066116,0.71487606,0.6983471,0.69008267,0.69008267,0.69008267,0.69008267,0.7066116,0.69008267,0.6818182,0.7066116,0.69008267,0.69008267,0.6694215,0.6363636,0.59090906,0.54545456,0.5247934,0.48347107,0.46694216,0.43801653,0.38016528,0.3429752,0.3553719,0.40495867,0.45454547,0.24380165,0.23966943,0.27272728,0.28512397,0.2892562,0.29338843,0.29752067,0.30165288,0.30991736,0.3181818,0.30991736,0.2768595,0.446281,0.5371901,0.5371901,0.5206612,0.49173555,0.4752066,0.45454547,0.41735536,0.38429752,0.37603307,0.41322315,0.45041323,0.47933885,0.5,0.5289256,0.54545456,0.553719,0.59090906,0.6404959,0.661157,0.6694215,0.6694215,0.6735537,0.6818182,0.6859504,0.7066116,0.70247936,0.6983471,0.6983471,0.6983471,0.7107438,0.7066116,0.70247936,0.6942149,0.661157,0.661157,0.6818182,0.677686,0.6735537,0.6446281,0.61570245,0.57438016,0.5289256,0.5,0.46694216,0.42975205,0.39256197,0.3429752,0.34710744,0.38429752,0.42975205,0.45454547,0.23140496,0.24380165,0.2768595,0.28512397,0.2892562,0.2892562,0.29338843,0.29338843,0.33471075,0.38016528,0.36363637,0.3553719,0.5,0.5413223,0.5289256,0.5165289,0.5041322,0.48347107,0.45867768,0.43801653,0.4090909,0.38016528,0.38429752,0.3966942,0.446281,0.47107437,0.49586776,0.5123967,0.5247934,0.5785124,0.59917355,0.60330576,0.6280992,0.6528926,0.6694215,0.6652893,0.6652893,0.6942149,0.69008267,0.677686,0.69008267,0.6818182,0.6818182,0.6859504,0.6859504,0.6942149,0.6694215,0.6570248,0.6735537,0.6735537,0.6487603,0.61157024,0.57024795,0.5371901,0.5,0.46280992,0.42561984,0.38016528,0.3553719,0.35950413,0.38842976,0.4338843,0.45041323,0.45041323,0.23966943,0.2603306,0.28099173,0.28512397,0.28099173,0.29338843,0.2892562,0.29338843,0.5165289,0.54545456,0.5123967,0.47933885,0.5206612,0.54545456,0.5413223,0.5289256,0.5041322,0.4876033,0.46280992,0.446281,0.42975205,0.4090909,0.39256197,0.38429752,0.3966942,0.42561984,0.46280992,0.48347107,0.5,0.54545456,0.56198347,0.5495868,0.58264464,0.6363636,0.661157,0.6570248,0.6322314,0.6652893,0.6487603,0.6487603,0.6570248,0.661157,0.6487603,0.6487603,0.6446281,0.6446281,0.6446281,0.6363636,0.6528926,0.6363636,0.61570245,0.57438016,0.53305787,0.5165289,0.46694216,0.4214876,0.37190083,0.3553719,0.36363637,0.38016528,0.4214876,0.45041323,0.45867768,0.45041323,0.24793388,0.26859504,0.28099173,0.28512397,0.28512397,0.29338843,0.2892562,0.29752067,0.6198347,0.5413223,0.5206612,0.5041322,0.5289256,0.553719,0.54545456,0.53305787,0.5165289,0.48347107,0.4752066,0.45454547,0.44214877,0.42561984,0.4090909,0.40495867,0.39256197,0.37603307,0.41735536,0.45041323,0.46694216,0.49586776,0.5206612,0.5371901,0.5661157,0.60330576,0.6280992,0.6363636,0.607438,0.62396693,0.6198347,0.62396693,0.6198347,0.62396693,0.62396693,0.6198347,0.6198347,0.62396693,0.61570245,0.60330576,0.61157024,0.58677685,0.57024795,0.53305787,0.5,0.46280992,0.4090909,0.3553719,0.338843,0.3553719,0.38016528,0.40082645,0.43801653,0.46280992,0.47107437,0.42561984,0.24793388,0.27272728,0.28512397,0.29338843,0.29338843,0.29338843,0.29338843,0.29338843,0.553719,0.53305787,0.5371901,0.5206612,0.5371901,0.553719,0.553719,0.5413223,0.5289256,0.49173555,0.48347107,0.47933885,0.45454547,0.4338843,0.4090909,0.41322315,0.4090909,0.39256197,0.38842976,0.40082645,0.4338843,0.45041323,0.46694216,0.47933885,0.5165289,0.5661157,0.57438016,0.59090906,0.58264464,0.57438016,0.5785124,0.58264464,0.58264464,0.5785124,0.58264464,0.59090906,0.59504133,0.60330576,0.5785124,0.5785124,0.5661157,0.5289256,0.5123967,0.4876033,0.45454547,0.3966942,0.3553719,0.3429752,0.3553719,0.36363637,0.40495867,0.44214877,0.46694216,0.47107437,0.47933885,0.41735536,0.23553719,0.28512397,0.28512397,0.29338843,0.2892562,0.29338843,0.29338843,0.29338843,0.5495868,0.54545456,0.553719,0.5371901,0.54545456,0.553719,0.56198347,0.5495868,0.53305787,0.5082645,0.48347107,0.48347107,0.45867768,0.446281,0.42975205,0.41322315,0.41735536,0.41322315,0.41735536,0.3966942,0.38842976,0.41735536,0.4338843,0.43801653,0.45454547,0.49586776,0.5206612,0.53305787,0.5495868,0.5413223,0.54545456,0.5371901,0.53305787,0.5247934,0.53305787,0.54545456,0.5371901,0.553719,0.5289256,0.5289256,0.5206612,0.4876033,0.46280992,0.446281,0.40082645,0.35123968,0.3553719,0.35950413,0.37190083,0.40082645,0.44214877,0.46694216,0.4752066,0.4752066,0.46694216,0.41735536,0.26859504,0.27272728,0.2892562,0.28512397,0.2892562,0.2892562,0.29338843,0.2892562,0.56198347,0.5661157,0.57024795,0.5413223,0.55785125,0.56198347,0.5661157,0.55785125,0.5413223,0.5289256,0.49586776,0.4876033,0.47107437,0.45041323,0.44214877,0.42975205,0.4214876,0.4214876,0.44214877,0.40495867,0.42561984,0.38842976,0.40495867,0.42561984,0.4214876,0.44214877,0.46694216,0.48347107,0.47933885,0.48347107,0.47933885,0.47933885,0.4876033,0.48347107,0.4752066,0.49173555,0.49586776,0.4876033,0.48347107,0.4752066,0.46280992,0.43801653,0.4214876,0.39256197,0.34710744,0.3553719,0.37190083,0.38016528,0.40082645,0.43801653,0.46694216,0.4752066,0.4752066,0.4752066,0.45867768,0.4338843,0.3966942,0.30991736,0.30578512,0.29752067,0.29338843,0.2892562,0.29338843,0.29338843,0.5785124,0.58264464,0.58264464,0.5495868,0.5661157,0.57024795,0.57024795,0.56198347,0.5495868,0.5413223,0.5165289,0.49586776,0.48347107,0.46280992,0.45454547,0.45041323,0.43801653,0.44214877,0.4338843,0.43801653,0.43801653,0.41735536,0.40082645,0.3966942,0.4090909,0.41322315,0.4338843,0.45041323,0.446281,0.46280992,0.446281,0.45454547,0.45867768,0.45867768,0.45041323,0.45867768,0.45867768,0.45454547,0.45041323,0.42975205,0.4090909,0.38842976,0.37603307,0.35950413,0.35123968,0.38016528,0.38016528,0.41735536,0.44214877,0.46280992,0.4752066,0.4752066,0.47933885,0.47933885,0.47107437,0.4338843,0.45454547,0.42975205,0.45454547,0.45867768,0.38842976,0.3181818,0.2892562,0.30578512,29 +0.3181818,0.41735536,0.47107437,0.5206612,0.5661157,0.58677685,0.61570245,0.607438,0.60330576,0.61570245,0.61157024,0.607438,0.58264464,0.58264464,0.59504133,0.60330576,0.61570245,0.6198347,0.61570245,0.61570245,0.61157024,0.61570245,0.61570245,0.607438,0.57024795,0.5661157,0.55785125,0.5371901,0.5,0.45454547,0.4876033,0.48347107,0.47107437,0.5,0.5,0.5165289,0.53305787,0.5247934,0.5289256,0.54545456,0.54545456,0.53305787,0.5041322,0.5289256,0.5247934,0.5082645,0.5206612,0.5371901,0.5247934,0.53305787,0.5206612,0.5,0.5165289,0.5247934,0.5289256,0.5289256,0.5,0.48347107,0.4752066,0.43801653,0.43801653,0.41735536,0.3677686,0.30165288,0.30991736,0.40082645,0.46280992,0.5082645,0.553719,0.57438016,0.59504133,0.60330576,0.607438,0.61157024,0.59504133,0.59504133,0.5785124,0.59504133,0.60330576,0.60330576,0.59504133,0.61157024,0.6198347,0.6280992,0.6404959,0.6487603,0.6404959,0.61570245,0.5661157,0.553719,0.55785125,0.54545456,0.49586776,0.47933885,0.5041322,0.49173555,0.5082645,0.5165289,0.5165289,0.5371901,0.5413223,0.53305787,0.53305787,0.56198347,0.553719,0.5165289,0.5247934,0.5495868,0.5371901,0.5247934,0.53305787,0.54545456,0.53305787,0.54545456,0.5165289,0.5165289,0.5206612,0.5289256,0.53305787,0.5206612,0.49173555,0.47933885,0.4752066,0.4338843,0.42561984,0.3966942,0.338843,0.28099173,0.30578512,0.39256197,0.45454547,0.5041322,0.54545456,0.5661157,0.59090906,0.61570245,0.62396693,0.61570245,0.58264464,0.58677685,0.58264464,0.62396693,0.62396693,0.6198347,0.607438,0.6280992,0.6404959,0.6404959,0.6570248,0.6652893,0.6570248,0.6322314,0.59917355,0.57024795,0.5495868,0.53305787,0.47933885,0.4876033,0.5247934,0.53305787,0.5413223,0.53305787,0.53305787,0.553719,0.5495868,0.553719,0.553719,0.58264464,0.5413223,0.5165289,0.55785125,0.57438016,0.5495868,0.53305787,0.553719,0.55785125,0.55785125,0.553719,0.5289256,0.53305787,0.5413223,0.53305787,0.53305787,0.5247934,0.5041322,0.47107437,0.47107437,0.44214877,0.42561984,0.40082645,0.3305785,0.2768595,0.3264463,0.39256197,0.45867768,0.5041322,0.5371901,0.553719,0.5785124,0.61157024,0.61570245,0.6198347,0.61157024,0.6280992,0.6280992,0.6404959,0.6363636,0.6322314,0.6446281,0.6404959,0.661157,0.677686,0.6694215,0.661157,0.6570248,0.62396693,0.59504133,0.5785124,0.5495868,0.5206612,0.5371901,0.55785125,0.57438016,0.59090906,0.57438016,0.5495868,0.553719,0.5785124,0.57438016,0.58264464,0.58677685,0.57438016,0.5495868,0.55785125,0.5785124,0.5785124,0.55785125,0.5289256,0.5495868,0.57438016,0.5661157,0.55785125,0.5495868,0.553719,0.5495868,0.5371901,0.5289256,0.5206612,0.49586776,0.4752066,0.46694216,0.44214877,0.4214876,0.3966942,0.338843,0.2644628,0.35123968,0.4090909,0.4752066,0.5082645,0.53305787,0.5495868,0.57024795,0.59504133,0.61157024,0.6363636,0.6363636,0.6570248,0.6528926,0.6570248,0.6735537,0.6652893,0.677686,0.69008267,0.6942149,0.7066116,0.6859504,0.6652893,0.6735537,0.6404959,0.6198347,0.60330576,0.58264464,0.58264464,0.60330576,0.58677685,0.58264464,0.59917355,0.59504133,0.57438016,0.58264464,0.59917355,0.59504133,0.607438,0.60330576,0.56198347,0.57438016,0.59917355,0.60330576,0.58264464,0.5785124,0.55785125,0.54545456,0.5661157,0.57438016,0.54545456,0.553719,0.5785124,0.5661157,0.54545456,0.53305787,0.5289256,0.49586776,0.47933885,0.45867768,0.44214877,0.41735536,0.39256197,0.34710744,0.2768595,0.40495867,0.47933885,0.48347107,0.5123967,0.5371901,0.54545456,0.5661157,0.59917355,0.6198347,0.6446281,0.6404959,0.677686,0.6818182,0.69008267,0.6983471,0.6983471,0.7066116,0.7107438,0.6694215,0.6694215,0.69008267,0.6859504,0.6859504,0.6652893,0.6487603,0.6198347,0.60330576,0.61157024,0.62396693,0.59917355,0.607438,0.61570245,0.61570245,0.60330576,0.61157024,0.61157024,0.607438,0.61157024,0.6280992,0.59504133,0.59504133,0.6198347,0.61570245,0.59917355,0.59090906,0.59090906,0.58677685,0.55785125,0.55785125,0.55785125,0.553719,0.58677685,0.5785124,0.55785125,0.54545456,0.53305787,0.5123967,0.4876033,0.46280992,0.45041323,0.42975205,0.3966942,0.34710744,0.2892562,0.47107437,0.5247934,0.5123967,0.5247934,0.5371901,0.553719,0.58264464,0.61570245,0.6363636,0.6528926,0.661157,0.677686,0.69008267,0.69008267,0.6942149,0.6983471,0.7066116,0.7066116,0.70247936,0.69008267,0.6983471,0.6859504,0.6818182,0.6570248,0.6570248,0.6280992,0.6198347,0.6322314,0.61570245,0.61157024,0.6198347,0.62396693,0.61570245,0.6198347,0.62396693,0.61570245,0.61570245,0.62396693,0.6322314,0.59090906,0.59090906,0.62396693,0.6198347,0.6198347,0.61157024,0.60330576,0.61157024,0.58677685,0.58264464,0.58264464,0.58264464,0.58264464,0.57438016,0.57024795,0.56198347,0.5371901,0.5206612,0.49586776,0.46694216,0.45454547,0.44214877,0.4214876,0.38842976,0.3553719,0.5123967,0.5371901,0.5289256,0.5289256,0.5371901,0.5661157,0.60330576,0.62396693,0.6404959,0.6404959,0.6570248,0.661157,0.6652893,0.6694215,0.677686,0.6652893,0.6694215,0.6818182,0.677686,0.6652893,0.677686,0.6652893,0.6404959,0.6322314,0.6404959,0.6487603,0.6322314,0.6446281,0.6280992,0.59090906,0.60330576,0.59504133,0.59917355,0.61157024,0.607438,0.61157024,0.61157024,0.62396693,0.62396693,0.607438,0.60330576,0.607438,0.61570245,0.61570245,0.60330576,0.59917355,0.59504133,0.58677685,0.58264464,0.58677685,0.5785124,0.57024795,0.5661157,0.57438016,0.553719,0.54545456,0.5247934,0.5082645,0.47107437,0.45867768,0.45454547,0.44214877,0.42975205,0.41322315,0.5495868,0.5495868,0.5413223,0.5371901,0.553719,0.58264464,0.61157024,0.60330576,0.58264464,0.60330576,0.61570245,0.6198347,0.61157024,0.61570245,0.6280992,0.6280992,0.6404959,0.6404959,0.6280992,0.62396693,0.6322314,0.59504133,0.5371901,0.57024795,0.60330576,0.6363636,0.6322314,0.62396693,0.61570245,0.5661157,0.57024795,0.5661157,0.57024795,0.5785124,0.57024795,0.58264464,0.58677685,0.59917355,0.607438,0.607438,0.61570245,0.59917355,0.60330576,0.59504133,0.59090906,0.57438016,0.57438016,0.5661157,0.55785125,0.56198347,0.553719,0.5371901,0.54545456,0.55785125,0.5413223,0.53305787,0.5371901,0.5165289,0.49173555,0.46694216,0.46280992,0.446281,0.45454547,0.446281,0.5661157,0.56198347,0.5413223,0.5413223,0.55785125,0.57024795,0.54545456,0.5247934,0.49586776,0.5165289,0.5206612,0.5082645,0.5,0.5165289,0.53305787,0.5371901,0.54545456,0.55785125,0.5289256,0.54545456,0.55785125,0.5247934,0.49173555,0.5247934,0.57024795,0.59504133,0.59917355,0.59917355,0.5785124,0.5495868,0.553719,0.55785125,0.57024795,0.57024795,0.5495868,0.54545456,0.55785125,0.57438016,0.57024795,0.57438016,0.57438016,0.55785125,0.5661157,0.56198347,0.553719,0.54545456,0.5371901,0.5247934,0.5123967,0.5,0.4876033,0.46280992,0.45041323,0.46694216,0.46694216,0.45867768,0.5123967,0.5371901,0.5082645,0.47107437,0.46280992,0.44214877,0.42561984,0.45454547,0.57024795,0.5785124,0.5371901,0.5123967,0.48347107,0.46280992,0.44214877,0.4090909,0.40495867,0.38429752,0.36363637,0.3553719,0.35123968,0.37190083,0.38429752,0.38429752,0.38016528,0.4090909,0.41322315,0.42975205,0.45041323,0.42561984,0.4338843,0.47107437,0.5041322,0.5247934,0.53305787,0.55785125,0.5289256,0.5247934,0.54545456,0.5661157,0.57024795,0.56198347,0.5289256,0.5041322,0.5206612,0.5165289,0.5165289,0.5,0.4876033,0.47933885,0.46694216,0.44214877,0.43801653,0.4338843,0.41322315,0.3966942,0.38429752,0.3677686,0.36363637,0.3553719,0.3429752,0.338843,0.3553719,0.35123968,0.39256197,0.45867768,0.49173555,0.47933885,0.46280992,0.45041323,0.4214876,0.45867768,0.57024795,0.58264464,0.5123967,0.41735536,0.3553719,0.3429752,0.3305785,0.30578512,0.30991736,0.28099173,0.27272728,0.2644628,0.2603306,0.24793388,0.2644628,0.25619835,0.2603306,0.26859504,0.29338843,0.3181818,0.338843,0.36363637,0.38016528,0.4090909,0.4338843,0.44214877,0.46694216,0.5082645,0.5165289,0.53305787,0.54545456,0.56198347,0.55785125,0.5289256,0.5,0.48347107,0.4876033,0.47107437,0.45041323,0.4090909,0.38842976,0.38842976,0.338843,0.29338843,0.2768595,0.2644628,0.24793388,0.23140496,0.23140496,0.23140496,0.24380165,0.23553719,0.24793388,0.24380165,0.2520661,0.28099173,0.30991736,0.3140496,0.32231405,0.3553719,0.39256197,0.42975205,0.45454547,0.45041323,0.57438016,0.58677685,0.46280992,0.32231405,0.28512397,0.28099173,0.27272728,0.28099173,0.2768595,0.2644628,0.23966943,0.21487603,0.20247933,0.19008264,0.1983471,0.20247933,0.20661157,0.21487603,0.2231405,0.23966943,0.27272728,0.3181818,0.35123968,0.37190083,0.37190083,0.38842976,0.44214877,0.48347107,0.5165289,0.5289256,0.5289256,0.5289256,0.5289256,0.47933885,0.45867768,0.45454547,0.44214877,0.41322315,0.38016528,0.338843,0.32231405,0.338843,0.27272728,0.21900827,0.19421488,0.17768595,0.1570248,0.16115703,0.1694215,0.1694215,0.18181819,0.18181819,0.19421488,0.2107438,0.21487603,0.23553719,0.24793388,0.24793388,0.2520661,0.26859504,0.3181818,0.30578512,0.42561984,0.43801653,0.5661157,0.58677685,0.46694216,0.33471075,0.30578512,0.3181818,0.3305785,0.338843,0.3429752,0.3305785,0.3181818,0.3140496,0.29752067,0.2644628,0.28512397,0.28512397,0.25619835,0.23966943,0.23966943,0.24380165,0.26859504,0.30165288,0.3264463,0.35123968,0.34710744,0.38016528,0.4214876,0.45041323,0.47933885,0.48347107,0.5,0.5,0.49173555,0.46694216,0.446281,0.44214877,0.41735536,0.38429752,0.3429752,0.30991736,0.30165288,0.2892562,0.24793388,0.20661157,0.19008264,0.18181819,0.17768595,0.18595041,0.20247933,0.19421488,0.2107438,0.20661157,0.23553719,0.23553719,0.23553719,0.24793388,0.2520661,0.25619835,0.26859504,0.2768595,0.26859504,0.29752067,0.38016528,0.446281,0.56198347,0.59504133,0.5371901,0.42561984,0.38842976,0.39256197,0.41322315,0.41322315,0.40082645,0.38016528,0.3553719,0.3305785,0.29338843,0.2520661,0.20247933,0.20247933,0.17768595,0.16528925,0.19008264,0.20247933,0.22727273,0.24380165,0.26859504,0.30165288,0.3181818,0.3553719,0.38842976,0.4090909,0.43801653,0.4752066,0.5082645,0.5041322,0.49586776,0.49586776,0.47107437,0.43801653,0.3966942,0.3677686,0.3264463,0.2892562,0.2768595,0.23553719,0.2231405,0.20247933,0.20247933,0.18595041,0.16528925,0.1570248,0.16528925,0.16115703,0.20247933,0.2231405,0.2644628,0.28512397,0.29338843,0.3140496,0.32231405,0.33471075,0.3305785,0.338843,0.3429752,0.3429752,0.39256197,0.45454547,0.55785125,0.58264464,0.58677685,0.49586776,0.42975205,0.4214876,0.4090909,0.3966942,0.3553719,0.29752067,0.25619835,0.20661157,0.20661157,0.24793388,0.17355372,0.18595041,0.16528925,0.11570248,0.1694215,0.21487603,0.24380165,0.23140496,0.2231405,0.24793388,0.2644628,0.2892562,0.3305785,0.38016528,0.4338843,0.5123967,0.56198347,0.57024795,0.54545456,0.5495868,0.5,0.45041323,0.38842976,0.33471075,0.27272728,0.24380165,0.23140496,0.20661157,0.2107438,0.23966943,0.24793388,0.17768595,0.16528925,0.1322314,0.1446281,0.1322314,0.14049587,0.1694215,0.1694215,0.2107438,0.24380165,0.2892562,0.3264463,0.3553719,0.36363637,0.38842976,0.39256197,0.4090909,0.446281,0.45867768,0.57024795,0.58677685,0.58677685,0.553719,0.46280992,0.42561984,0.39256197,0.35950413,0.30991736,0.23553719,0.17768595,0.17355372,0.2892562,0.4090909,0.24793388,0.21900827,0.1570248,0.14876033,0.18595041,0.28512397,0.37190083,0.30165288,0.2231405,0.26859504,0.27272728,0.30165288,0.30165288,0.3553719,0.43801653,0.54545456,0.60330576,0.61570245,0.607438,0.61570245,0.56198347,0.47107437,0.38429752,0.28512397,0.23966943,0.24793388,0.2520661,0.2231405,0.24380165,0.33471075,0.338843,0.21487603,0.19421488,0.16115703,0.17355372,0.18181819,0.18595041,0.2768595,0.19008264,0.14876033,0.18595041,0.23553719,0.28512397,0.3305785,0.3677686,0.40495867,0.41735536,0.446281,0.47107437,0.46280992,0.57438016,0.5785124,0.59504133,0.59504133,0.5206612,0.45041323,0.40495867,0.3677686,0.29752067,0.23966943,0.21900827,0.22727273,0.3429752,0.47107437,0.38429752,0.27272728,0.2231405,0.2231405,0.2520661,0.35123968,0.40082645,0.3305785,0.29338843,0.29338843,0.32231405,0.35950413,0.3429752,0.35123968,0.43801653,0.57024795,0.6570248,0.6818182,0.69008267,0.661157,0.57024795,0.46280992,0.37190083,0.27272728,0.24380165,0.30578512,0.27272728,0.2603306,0.26859504,0.3553719,0.4090909,0.32231405,0.24380165,0.2107438,0.2231405,0.22727273,0.30165288,0.3677686,0.28099173,0.1983471,0.17768595,0.21900827,0.28512397,0.30991736,0.3677686,0.4090909,0.4338843,0.46694216,0.47107437,0.47107437,0.57024795,0.58677685,0.60330576,0.61570245,0.5661157,0.49586776,0.4338843,0.40495867,0.34710744,0.3140496,0.3140496,0.30991736,0.34710744,0.41322315,0.4338843,0.34710744,0.30165288,0.29338843,0.33471075,0.35950413,0.338843,0.2892562,0.29338843,0.3140496,0.35950413,0.39256197,0.38842976,0.37190083,0.46694216,0.59504133,0.661157,0.71900827,0.7107438,0.6652893,0.5785124,0.45867768,0.38016528,0.3264463,0.29338843,0.3264463,0.28512397,0.2768595,0.28512397,0.30578512,0.37190083,0.3966942,0.3305785,0.2892562,0.26859504,0.3305785,0.40082645,0.37190083,0.30165288,0.2768595,0.2603306,0.28512397,0.3305785,0.3553719,0.38842976,0.4338843,0.45867768,0.48347107,0.47933885,0.48347107,0.55785125,0.5785124,0.59917355,0.61570245,0.607438,0.553719,0.5165289,0.4876033,0.446281,0.4214876,0.4214876,0.40495867,0.39256197,0.3966942,0.40495867,0.38016528,0.3677686,0.35950413,0.36363637,0.34710744,0.3429752,0.32231405,0.32231405,0.36363637,0.40082645,0.40495867,0.38429752,0.4090909,0.5165289,0.61157024,0.6528926,0.73140496,0.7107438,0.6528926,0.57024795,0.46280992,0.4090909,0.38842976,0.34710744,0.35123968,0.38016528,0.3677686,0.3429752,0.33471075,0.3677686,0.38016528,0.37603307,0.35123968,0.3429752,0.3966942,0.38429752,0.37603307,0.35123968,0.3429752,0.3677686,0.3966942,0.4338843,0.45041323,0.446281,0.46280992,0.47933885,0.49173555,0.4876033,0.48347107,0.5413223,0.57438016,0.59917355,0.607438,0.6198347,0.60330576,0.58677685,0.553719,0.5247934,0.5,0.47933885,0.47107437,0.46694216,0.45454547,0.446281,0.4214876,0.40495867,0.39256197,0.38842976,0.36363637,0.35123968,0.33471075,0.3429752,0.3677686,0.38842976,0.40495867,0.42975205,0.49173555,0.5661157,0.62396693,0.6570248,0.75206614,0.73966944,0.6570248,0.55785125,0.46280992,0.42975205,0.42975205,0.38429752,0.38429752,0.3677686,0.3677686,0.35950413,0.34710744,0.36363637,0.38016528,0.3966942,0.38429752,0.38429752,0.40082645,0.3966942,0.40082645,0.40495867,0.4214876,0.45041323,0.47107437,0.4752066,0.49586776,0.49173555,0.5,0.5,0.5,0.49586776,0.4876033,0.5247934,0.57438016,0.59090906,0.607438,0.6198347,0.6280992,0.6322314,0.61570245,0.58677685,0.5495868,0.5247934,0.4876033,0.49173555,0.46280992,0.46280992,0.45454547,0.44214877,0.42561984,0.4214876,0.4090909,0.38842976,0.38016528,0.38429752,0.40495867,0.42561984,0.46694216,0.5289256,0.58264464,0.58677685,0.6446281,0.6735537,0.76859504,0.7644628,0.677686,0.5785124,0.46280992,0.45041323,0.48347107,0.45041323,0.41735536,0.3966942,0.38842976,0.38842976,0.38016528,0.37190083,0.38016528,0.40495867,0.3966942,0.40082645,0.4090909,0.4090909,0.4214876,0.4338843,0.45041323,0.4876033,0.5041322,0.5123967,0.5165289,0.5165289,0.5165289,0.5082645,0.5041322,0.48347107,0.49586776,0.5413223,0.55785125,0.58264464,0.60330576,0.61570245,0.6363636,0.6404959,0.6363636,0.62396693,0.59917355,0.5785124,0.553719,0.5371901,0.5082645,0.5,0.5082645,0.49586776,0.47933885,0.46694216,0.45454547,0.42975205,0.44214877,0.45867768,0.47933885,0.5123967,0.5661157,0.59504133,0.60330576,0.60330576,0.6280992,0.6818182,0.78099173,0.7892562,0.6983471,0.58677685,0.46694216,0.45867768,0.5123967,0.5041322,0.48347107,0.45867768,0.42975205,0.41735536,0.42561984,0.42561984,0.42975205,0.42561984,0.4338843,0.4338843,0.43801653,0.44214877,0.46280992,0.47933885,0.49173555,0.5206612,0.5247934,0.5289256,0.5247934,0.5206612,0.5123967,0.5082645,0.5,0.49173555,0.49586776,0.59504133,0.5371901,0.59090906,0.59917355,0.61570245,0.6322314,0.6404959,0.6487603,0.6487603,0.6280992,0.62396693,0.607438,0.59090906,0.57024795,0.55785125,0.5495868,0.53305787,0.5041322,0.49586776,0.49173555,0.5041322,0.54545456,0.56198347,0.5661157,0.58677685,0.61570245,0.59917355,0.59917355,0.61157024,0.6446281,0.69008267,0.77272725,0.76859504,0.6983471,0.59090906,0.47933885,0.46694216,0.49586776,0.5082645,0.5123967,0.5082645,0.49586776,0.4752066,0.47107437,0.45041323,0.46280992,0.45867768,0.46694216,0.47107437,0.47107437,0.47933885,0.49586776,0.5041322,0.5206612,0.5247934,0.53305787,0.5289256,0.5206612,0.5289256,0.5123967,0.5041322,0.5,0.49586776,0.49586776,0.69008267,0.58264464,0.57438016,0.5785124,0.59504133,0.60330576,0.6198347,0.6404959,0.6570248,0.6363636,0.6363636,0.6322314,0.607438,0.59090906,0.57438016,0.5495868,0.5495868,0.53305787,0.54545456,0.58264464,0.60330576,0.6198347,0.6198347,0.61570245,0.6280992,0.61570245,0.59917355,0.607438,0.61157024,0.6363636,0.71487606,0.75619835,0.73140496,0.6735537,0.58677685,0.5,0.45867768,0.48347107,0.48347107,0.5,0.5289256,0.5289256,0.53305787,0.5247934,0.5082645,0.49586776,0.49173555,0.48347107,0.47933885,0.47107437,0.48347107,0.49586776,0.5082645,0.53305787,0.5247934,0.5289256,0.5247934,0.5247934,0.5247934,0.5082645,0.48347107,0.48347107,0.4752066,0.47933885,0.661157,0.6694215,0.553719,0.5785124,0.5785124,0.58264464,0.607438,0.6198347,0.6404959,0.6322314,0.6363636,0.6363636,0.62396693,0.607438,0.60330576,0.59917355,0.61570245,0.6198347,0.6280992,0.6363636,0.6280992,0.6446281,0.6446281,0.6446281,0.6404959,0.6280992,0.607438,0.61570245,0.6198347,0.6528926,0.71487606,0.74793386,0.71900827,0.677686,0.61157024,0.53305787,0.47933885,0.4752066,0.46694216,0.48347107,0.53305787,0.5495868,0.5661157,0.55785125,0.5413223,0.5289256,0.5495868,0.5247934,0.5165289,0.5123967,0.5041322,0.5,0.5165289,0.5206612,0.5413223,0.53305787,0.5247934,0.5165289,0.5041322,0.5041322,0.47933885,0.46694216,0.48347107,0.47107437,0.6280992,0.677686,0.56198347,0.55785125,0.57438016,0.57438016,0.58677685,0.59504133,0.61570245,0.6198347,0.6198347,0.62396693,0.6280992,0.6280992,0.6487603,0.6528926,0.6652893,0.6570248,0.6487603,0.6404959,0.62396693,0.6404959,0.6487603,0.6322314,0.62396693,0.62396693,0.61570245,0.62396693,0.6280992,0.6652893,0.71900827,0.75619835,0.71900827,0.6818182,0.6363636,0.5495868,0.5123967,0.47933885,0.47107437,0.4752066,0.5289256,0.5495868,0.58264464,0.58264464,0.58264464,0.5661157,0.55785125,0.5495868,0.54545456,0.5495868,0.5371901,0.5165289,0.5206612,0.5206612,0.5206612,0.53305787,0.5206612,0.5041322,0.49173555,0.49173555,0.4752066,0.47107437,0.4876033,0.45867768,0.661157,0.6487603,0.59504133,0.5413223,0.5661157,0.57024795,0.5785124,0.58264464,0.58677685,0.60330576,0.607438,0.60330576,0.6198347,0.6363636,0.6528926,0.661157,0.6570248,0.6528926,0.6446281,0.6363636,0.6363636,0.6363636,0.6322314,0.607438,0.5785124,0.58264464,0.61157024,0.6322314,0.6363636,0.677686,0.73966944,0.7644628,0.72727275,0.69008267,0.6528926,0.59090906,0.553719,0.5,0.46280992,0.47107437,0.5,0.5371901,0.5785124,0.59090906,0.61570245,0.59504133,0.5785124,0.57438016,0.56198347,0.55785125,0.55785125,0.53305787,0.5206612,0.5289256,0.5165289,0.5123967,0.49586776,0.4876033,0.4752066,0.47933885,0.47107437,0.46280992,0.46694216,0.45041323,0.677686,0.69008267,0.6322314,0.53305787,0.553719,0.5495868,0.57024795,0.5661157,0.59090906,0.61157024,0.607438,0.59917355,0.607438,0.6322314,0.6404959,0.6570248,0.6487603,0.6528926,0.6322314,0.6322314,0.6363636,0.6322314,0.59504133,0.5413223,0.5289256,0.55785125,0.61157024,0.6322314,0.6487603,0.6859504,0.73966944,0.75206614,0.7231405,0.6983471,0.6528926,0.6198347,0.5785124,0.5082645,0.46280992,0.45454547,0.446281,0.49586776,0.553719,0.5785124,0.60330576,0.60330576,0.59504133,0.58264464,0.57438016,0.5661157,0.55785125,0.54545456,0.5413223,0.53305787,0.5247934,0.5082645,0.5,0.49586776,0.47933885,0.4752066,0.46280992,0.446281,0.45454547,0.44214877,0.6404959,0.69008267,0.6652893,0.5371901,0.5206612,0.53305787,0.5413223,0.56198347,0.58677685,0.60330576,0.607438,0.60330576,0.60330576,0.6198347,0.6404959,0.6487603,0.6404959,0.6404959,0.62396693,0.61157024,0.61157024,0.60330576,0.5495868,0.4752066,0.54545456,0.59090906,0.60330576,0.62396693,0.6570248,0.6818182,0.71487606,0.7355372,0.71487606,0.6942149,0.6528926,0.6280992,0.58677685,0.5123967,0.49586776,0.49173555,0.4214876,0.45867768,0.5247934,0.553719,0.58677685,0.59504133,0.59504133,0.57438016,0.57438016,0.5661157,0.55785125,0.5495868,0.54545456,0.5289256,0.5165289,0.5082645,0.5,0.4876033,0.4752066,0.47933885,0.45454547,0.4338843,0.45867768,0.44214877,0.5123967,0.62396693,0.661157,0.553719,0.5082645,0.5165289,0.5371901,0.553719,0.56198347,0.57024795,0.58264464,0.58264464,0.59917355,0.6198347,0.6280992,0.6404959,0.62396693,0.6363636,0.6198347,0.58677685,0.5785124,0.56198347,0.5,0.46694216,0.58677685,0.59917355,0.61157024,0.6363636,0.6652893,0.69008267,0.6942149,0.71900827,0.6983471,0.677686,0.6487603,0.6280992,0.58677685,0.5247934,0.5371901,0.553719,0.43801653,0.42561984,0.49173555,0.5206612,0.5495868,0.5661157,0.5661157,0.553719,0.5661157,0.553719,0.56198347,0.55785125,0.5495868,0.54545456,0.5289256,0.5123967,0.49173555,0.4752066,0.46280992,0.46694216,0.4338843,0.43801653,0.45041323,0.44214877,0.39256197,0.49173555,0.58677685,0.5661157,0.5165289,0.5123967,0.53305787,0.54545456,0.553719,0.553719,0.55785125,0.57438016,0.59090906,0.607438,0.6280992,0.6363636,0.6322314,0.62396693,0.59504133,0.55785125,0.5413223,0.5082645,0.4752066,0.5,0.59090906,0.58677685,0.62396693,0.6363636,0.661157,0.6942149,0.6942149,0.69008267,0.69008267,0.6570248,0.6446281,0.61570245,0.57024795,0.5165289,0.53305787,0.56198347,0.45867768,0.3966942,0.45454547,0.4752066,0.5082645,0.5413223,0.553719,0.57024795,0.5785124,0.57024795,0.57024795,0.5661157,0.553719,0.5413223,0.5247934,0.5041322,0.48347107,0.46694216,0.45867768,0.44214877,0.42975205,0.43801653,0.44214877,0.44214877,0.40495867,0.40495867,0.4090909,0.49586776,0.5495868,0.5165289,0.5165289,0.5289256,0.5413223,0.54545456,0.5495868,0.5661157,0.5785124,0.59504133,0.6280992,0.61570245,0.6198347,0.60330576,0.57438016,0.5495868,0.5082645,0.5,0.5123967,0.53305787,0.57024795,0.56198347,0.60330576,0.6198347,0.6322314,0.6404959,0.6735537,0.6694215,0.661157,0.6404959,0.62396693,0.58677685,0.53305787,0.47933885,0.49173555,0.5247934,0.47107437,0.37603307,0.4338843,0.46280992,0.47107437,0.49586776,0.5206612,0.5661157,0.5785124,0.5661157,0.56198347,0.5495868,0.5371901,0.5165289,0.49173555,0.48347107,0.4752066,0.46280992,0.45041323,0.4338843,0.4338843,0.4338843,0.44214877,0.446281,0.4090909,0.40495867,0.40495867,0.3677686,0.57024795,0.5371901,0.5123967,0.53305787,0.53305787,0.54545456,0.553719,0.56198347,0.5785124,0.59504133,0.6280992,0.59917355,0.607438,0.58264464,0.5495868,0.5247934,0.4876033,0.5413223,0.57024795,0.53305787,0.5413223,0.53305787,0.5413223,0.57438016,0.58677685,0.59504133,0.6198347,0.6280992,0.61157024,0.58677685,0.54545456,0.5,0.46694216,0.44214877,0.45041323,0.4752066,0.43801653,0.38016528,0.44214877,0.47933885,0.46694216,0.46694216,0.49173555,0.5247934,0.54545456,0.5495868,0.5371901,0.553719,0.5206612,0.5123967,0.48347107,0.4752066,0.4752066,0.45867768,0.45041323,0.43801653,0.42975205,0.42975205,0.446281,0.42975205,0.4090909,0.4090909,0.40495867,0.35950413,0.5371901,0.5413223,0.5289256,0.5289256,0.5289256,0.5371901,0.553719,0.57024795,0.59917355,0.58677685,0.61570245,0.60330576,0.59504133,0.56198347,0.5371901,0.5123967,0.5247934,0.59090906,0.6363636,0.553719,0.47107437,0.46694216,0.45454547,0.49173555,0.5165289,0.5247934,0.553719,0.54545456,0.5247934,0.5082645,0.46280992,0.4214876,0.40495867,0.3966942,0.41322315,0.4214876,0.4090909,0.41322315,0.47107437,0.5165289,0.5041322,0.47933885,0.47933885,0.49586776,0.5041322,0.5289256,0.54545456,0.54545456,0.5289256,0.5,0.4876033,0.46280992,0.47107437,0.44214877,0.44214877,0.4338843,0.42975205,0.42561984,0.45454547,0.40495867,0.40495867,0.3966942,0.40495867,0.38016528,0.4752066,0.56198347,0.5247934,0.5206612,0.5247934,0.53305787,0.5495868,0.57438016,0.59090906,0.59090906,0.60330576,0.607438,0.58264464,0.5495868,0.5371901,0.53305787,0.59504133,0.6404959,0.6570248,0.6280992,0.4876033,0.38842976,0.3140496,0.36363637,0.4338843,0.45867768,0.46694216,0.46694216,0.446281,0.4214876,0.38842976,0.33471075,0.28099173,0.2892562,0.338843,0.3677686,0.40082645,0.4338843,0.4876033,0.5495868,0.553719,0.5247934,0.5,0.48347107,0.4876033,0.5,0.5413223,0.5371901,0.5165289,0.49586776,0.47107437,0.46694216,0.45867768,0.4338843,0.446281,0.4338843,0.4338843,0.42975205,0.45867768,0.38429752,0.40082645,0.4090909,0.4090909,0.40082645,0.42561984,0.553719,0.5289256,0.5123967,0.5082645,0.5206612,0.53305787,0.5495868,0.58677685,0.61570245,0.61157024,0.607438,0.58264464,0.5785124,0.59090906,0.607438,0.6487603,0.661157,0.6570248,0.6528926,0.5785124,0.40082645,0.29338843,0.3264463,0.35123968,0.39256197,0.41322315,0.4090909,0.39256197,0.36363637,0.32231405,0.26859504,0.23553719,0.23553719,0.338843,0.39256197,0.41735536,0.446281,0.49173555,0.5495868,0.57024795,0.5661157,0.5289256,0.5082645,0.4876033,0.5,0.5247934,0.5247934,0.5123967,0.49173555,0.4752066,0.46280992,0.43801653,0.4338843,0.446281,0.43801653,0.4338843,0.4338843,0.45041323,0.3553719,0.40495867,0.41322315,0.40495867,0.40082645,0.41322315,0.5289256,0.53305787,0.5123967,0.5165289,0.5123967,0.53305787,0.5495868,0.5785124,0.60330576,0.61157024,0.607438,0.59504133,0.60330576,0.6280992,0.6404959,0.6446281,0.6487603,0.6487603,0.6528926,0.59917355,0.45454547,0.3677686,0.36363637,0.3553719,0.3429752,0.34710744,0.3429752,0.33471075,0.3140496,0.3140496,0.32231405,0.30578512,0.36363637,0.40082645,0.42561984,0.45454547,0.45867768,0.49173555,0.5371901,0.56198347,0.58264464,0.56198347,0.5495868,0.5,0.5165289,0.5082645,0.5041322,0.5041322,0.5041322,0.4752066,0.45454547,0.43801653,0.42561984,0.44214877,0.446281,0.42975205,0.43801653,0.43801653,0.33471075,0.4090909,0.41322315,0.40495867,0.40082645,0.40495867,0.49586776,0.5495868,0.5289256,0.5206612,0.5082645,0.5289256,0.553719,0.5661157,0.57438016,0.60330576,0.61157024,0.61570245,0.6198347,0.6404959,0.62396693,0.61570245,0.6446281,0.6322314,0.6198347,0.60330576,0.5082645,0.41735536,0.38016528,0.40082645,0.37603307,0.35950413,0.34710744,0.33471075,0.33471075,0.35123968,0.37190083,0.38429752,0.4090909,0.42561984,0.44214877,0.43801653,0.45041323,0.47933885,0.5247934,0.5371901,0.58264464,0.56198347,0.56198347,0.5206612,0.5165289,0.5165289,0.5082645,0.5041322,0.4876033,0.4752066,0.45454547,0.45041323,0.43801653,0.44214877,0.44214877,0.42561984,0.43801653,0.42561984,0.32231405,0.40082645,0.4090909,0.4090909,0.40495867,0.40082645,0.47107437,0.5413223,0.5371901,0.5289256,0.5289256,0.5289256,0.5495868,0.5785124,0.59504133,0.60330576,0.6198347,0.6280992,0.607438,0.6363636,0.62396693,0.61570245,0.6363636,0.61570245,0.59504133,0.60330576,0.5785124,0.5041322,0.4214876,0.40495867,0.4214876,0.40495867,0.3966942,0.38842976,0.37603307,0.37603307,0.3966942,0.446281,0.43801653,0.45041323,0.45454547,0.45454547,0.46694216,0.48347107,0.5206612,0.5371901,0.5785124,0.56198347,0.55785125,0.54545456,0.5123967,0.5165289,0.5165289,0.5123967,0.48347107,0.47933885,0.45867768,0.46694216,0.45041323,0.45041323,0.43801653,0.42561984,0.46280992,0.38016528,0.3140496,0.4090909,0.40495867,0.40495867,0.4090909,0.38842976,0.43801653,0.5289256,0.5413223,0.5289256,0.5247934,0.5289256,0.55785125,0.58264464,0.59917355,0.607438,0.61570245,0.61570245,0.58677685,0.61570245,0.6280992,0.6198347,0.6322314,0.61157024,0.59504133,0.607438,0.61157024,0.5661157,0.49586776,0.446281,0.44214877,0.4090909,0.40495867,0.41322315,0.4090909,0.4214876,0.4338843,0.45867768,0.45867768,0.46694216,0.47107437,0.47933885,0.49173555,0.49173555,0.5206612,0.53305787,0.54545456,0.5413223,0.55785125,0.5413223,0.5165289,0.5206612,0.5206612,0.5082645,0.49173555,0.47933885,0.46280992,0.46694216,0.45041323,0.45041323,0.44214877,0.4214876,0.45041323,0.34710744,0.3181818,0.40495867,0.4090909,0.4090909,0.4090909,0.38842976,0.3966942,0.5165289,0.54545456,0.5289256,0.5206612,0.53305787,0.56198347,0.58264464,0.59917355,0.607438,0.62396693,0.62396693,0.607438,0.59504133,0.6280992,0.6198347,0.61157024,0.60330576,0.59917355,0.61157024,0.6198347,0.58264464,0.56198347,0.53305787,0.4752066,0.41322315,0.41322315,0.4214876,0.44214877,0.45041323,0.46694216,0.46694216,0.47107437,0.4752066,0.48347107,0.48347107,0.49173555,0.4876033,0.5123967,0.5082645,0.5,0.49586776,0.5123967,0.5165289,0.5123967,0.5206612,0.5247934,0.5082645,0.49586776,0.47933885,0.46694216,0.46280992,0.46280992,0.45041323,0.43801653,0.43801653,0.446281,0.30165288,0.3305785,0.40082645,0.40495867,0.40082645,0.4090909,0.40495867,0.38016528,0.4752066,0.553719,0.5289256,0.5206612,0.5371901,0.56198347,0.5785124,0.59090906,0.59917355,0.6198347,0.61570245,0.59504133,0.57024795,0.58677685,0.58677685,0.58264464,0.58677685,0.59504133,0.59090906,0.607438,0.58264464,0.57438016,0.58264464,0.5495868,0.4876033,0.47107437,0.45454547,0.4752066,0.4876033,0.46694216,0.46280992,0.45454547,0.45454547,0.46694216,0.46694216,0.4752066,0.47933885,0.4752066,0.46694216,0.446281,0.42975205,0.446281,0.4876033,0.5,0.5082645,0.5082645,0.49173555,0.5,0.47933885,0.46694216,0.45867768,0.46280992,0.446281,0.4338843,0.4338843,0.41322315,0.29338843,0.338843,0.40082645,0.40495867,0.4090909,0.40495867,0.40495867,0.40082645,0.4090909,0.5413223,0.53305787,0.5247934,0.53305787,0.5413223,0.56198347,0.58264464,0.59504133,0.59917355,0.59917355,0.55785125,0.5247934,0.5206612,0.5289256,0.54545456,0.5495868,0.54545456,0.5413223,0.5247934,0.5,0.4876033,0.49586776,0.49173555,0.4752066,0.47107437,0.47107437,0.46694216,0.46280992,0.42561984,0.3966942,0.37603307,0.38429752,0.39256197,0.40082645,0.40082645,0.40495867,0.3966942,0.3966942,0.3553719,0.35950413,0.41322315,0.45454547,0.48347107,0.4876033,0.4876033,0.49586776,0.49586776,0.48347107,0.46694216,0.46280992,0.45867768,0.45454547,0.44214877,0.42561984,0.34710744,0.30991736,0.3305785,0.40082645,0.40495867,0.4090909,0.40495867,0.40495867,0.40495867,0.3677686,0.49173555,0.5371901,0.54545456,0.5371901,0.5289256,0.53305787,0.5785124,0.59090906,0.58677685,0.55785125,0.5123967,0.48347107,0.4338843,0.41322315,0.44214877,0.45041323,0.4214876,0.39256197,0.37603307,0.3553719,0.338843,0.33471075,0.30991736,0.32231405,0.34710744,0.38429752,0.36363637,0.32231405,0.30578512,0.28099173,0.29338843,0.29752067,0.30165288,0.30165288,0.28512397,0.30578512,0.28512397,0.28512397,0.28512397,0.3305785,0.40495867,0.43801653,0.45041323,0.4752066,0.4876033,0.48347107,0.49173555,0.47933885,0.46694216,0.45454547,0.45454547,0.45454547,0.44214877,0.40495867,0.30165288,0.32231405,0.3264463,0.4090909,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.38842976,0.41322315,0.5371901,0.54545456,0.53305787,0.5371901,0.5165289,0.5495868,0.57024795,0.55785125,0.5289256,0.5,0.48347107,0.45041323,0.38016528,0.3429752,0.32231405,0.29338843,0.28512397,0.3140496,0.338843,0.3264463,0.30165288,0.2603306,0.2520661,0.29338843,0.3181818,0.28099173,0.28099173,0.2644628,0.25619835,0.27272728,0.30165288,0.3181818,0.32231405,0.30991736,0.3140496,0.3140496,0.3305785,0.37190083,0.40082645,0.43801653,0.44214877,0.43801653,0.46280992,0.4752066,0.47933885,0.49173555,0.4752066,0.45867768,0.45454547,0.45454547,0.45041323,0.44214877,0.34710744,0.29752067,0.3264463,0.32231405,0.40495867,0.40495867,0.40495867,0.40495867,0.4090909,0.41322315,0.40495867,0.38429752,0.49586776,0.553719,0.5413223,0.5413223,0.5289256,0.5371901,0.5495868,0.5371901,0.5123967,0.5,0.5082645,0.5289256,0.53305787,0.48347107,0.40082645,0.40495867,0.40495867,0.446281,0.5,0.49586776,0.47933885,0.45867768,0.446281,0.4338843,0.4214876,0.38429752,0.39256197,0.38429752,0.38429752,0.40082645,0.4214876,0.42561984,0.40495867,0.40495867,0.38016528,0.40495867,0.41735536,0.45454547,0.46280992,0.45041323,0.44214877,0.45041323,0.43801653,0.45041323,0.46694216,0.47107437,0.46280992,0.45867768,0.45041323,0.446281,0.45454547,0.40495867,0.30165288,0.30991736,0.3140496,0.3181818,0.40495867,0.40495867,0.40495867,0.41322315,0.40495867,0.41322315,0.40495867,0.38842976,0.5165289,0.5413223,0.5289256,0.5413223,0.53305787,0.5413223,0.54545456,0.5165289,0.5041322,0.5082645,0.5123967,0.5413223,0.5785124,0.57024795,0.5082645,0.49173555,0.46280992,0.46280992,0.5041322,0.5247934,0.553719,0.57438016,0.58264464,0.53305787,0.5247934,0.5041322,0.47933885,0.46280992,0.45041323,0.45041323,0.43801653,0.42561984,0.40495867,0.40082645,0.41735536,0.44214877,0.46694216,0.4752066,0.48347107,0.45867768,0.446281,0.45867768,0.42561984,0.43801653,0.46694216,0.46694216,0.45867768,0.45454547,0.44214877,0.446281,0.446281,0.3264463,0.30578512,0.30578512,0.30578512,0.30991736,0.40495867,0.40495867,0.4090909,0.4090909,0.3966942,0.4090909,0.3966942,0.40082645,0.53305787,0.553719,0.5041322,0.5206612,0.5247934,0.5289256,0.5289256,0.5123967,0.5289256,0.5247934,0.5123967,0.5371901,0.56198347,0.56198347,0.5495868,0.49586776,0.45867768,0.44214877,0.45867768,0.46280992,0.46694216,0.47933885,0.45867768,0.4752066,0.46280992,0.4752066,0.43801653,0.42561984,0.41322315,0.4090909,0.3966942,0.39256197,0.39256197,0.41735536,0.42561984,0.446281,0.47107437,0.47933885,0.45867768,0.46694216,0.45867768,0.46280992,0.43801653,0.446281,0.45454547,0.45867768,0.45454547,0.45041323,0.4338843,0.4338843,0.41735536,0.28512397,0.30165288,0.30991736,0.30991736,0.30578512,0.3966942,0.4090909,0.40495867,0.4090909,0.40082645,0.41322315,0.3966942,0.4090909,0.54545456,0.57024795,0.5123967,0.5123967,0.5165289,0.53305787,0.5165289,0.53305787,0.5371901,0.5371901,0.5289256,0.5165289,0.5413223,0.54545456,0.5661157,0.5371901,0.5,0.45454547,0.44214877,0.42561984,0.41735536,0.40082645,0.37603307,0.35950413,0.38429752,0.38842976,0.35950413,0.3553719,0.36363637,0.36363637,0.38016528,0.40082645,0.40082645,0.4214876,0.43801653,0.45867768,0.47107437,0.46694216,0.45041323,0.48347107,0.4752066,0.48347107,0.45041323,0.45454547,0.44214877,0.45454547,0.45041323,0.446281,0.42561984,0.4214876,0.41322315,0.28099173,0.30165288,0.30578512,0.30578512,0.30578512,0.4090909,0.3966942,0.41322315,0.40495867,0.40082645,0.4090909,0.38429752,0.4214876,0.55785125,0.57024795,0.5247934,0.5,0.5,0.5206612,0.53305787,0.5206612,0.5495868,0.57024795,0.59090906,0.55785125,0.5413223,0.55785125,0.55785125,0.553719,0.5289256,0.4752066,0.45041323,0.42561984,0.3966942,0.38016528,0.38016528,0.34710744,0.3264463,0.32231405,0.3181818,0.33471075,0.34710744,0.35950413,0.38429752,0.40082645,0.4090909,0.42561984,0.43801653,0.45041323,0.4752066,0.47107437,0.446281,0.47107437,0.46694216,0.47107437,0.45041323,0.446281,0.44214877,0.446281,0.446281,0.4338843,0.40495867,0.42561984,0.38429752,0.28512397,0.29752067,0.30165288,0.30165288,0.30578512,0.40495867,0.3966942,0.40495867,0.3966942,0.40495867,0.40495867,0.38429752,0.446281,0.58264464,0.57024795,0.5247934,0.49173555,0.4876033,0.49586776,0.5165289,0.5123967,0.5371901,0.5661157,0.58677685,0.59090906,0.56198347,0.57438016,0.57024795,0.55785125,0.553719,0.5123967,0.4752066,0.446281,0.4214876,0.40495867,0.38429752,0.37603307,0.35950413,0.35123968,0.34710744,0.3553719,0.37190083,0.38842976,0.40495867,0.40082645,0.41735536,0.42975205,0.45041323,0.46280992,0.47933885,0.47107437,0.4752066,0.49586776,0.5,0.46694216,0.45454547,0.446281,0.45041323,0.44214877,0.42561984,0.4214876,0.39256197,0.42975205,0.37603307,0.28099173,0.30165288,0.29752067,0.30165288,0.29338843,0.40082645,0.3966942,0.40082645,0.39256197,0.40082645,0.40495867,0.39256197,0.47933885,0.59504133,0.59090906,0.5247934,0.5123967,0.4876033,0.47933885,0.49586776,0.5123967,0.5206612,0.553719,0.56198347,0.5661157,0.58264464,0.5661157,0.56198347,0.5495868,0.5661157,0.5371901,0.5165289,0.5,0.49173555,0.46694216,0.45454547,0.43801653,0.4090909,0.4090909,0.4090909,0.41322315,0.42975205,0.4338843,0.42561984,0.42975205,0.4338843,0.45867768,0.48347107,0.49586776,0.4876033,0.49173555,0.4876033,0.49586776,0.5,0.47107437,0.45041323,0.45454547,0.45041323,0.43801653,0.41322315,0.3966942,0.3966942,0.45041323,0.3677686,0.2768595,0.29752067,0.29338843,0.30165288,0.29752067,0.3966942,0.40082645,0.40082645,0.4214876,0.46694216,0.5413223,0.5661157,0.57438016,0.59090906,0.58677685,0.553719,0.5289256,0.5041322,0.47107437,0.47107437,0.49586776,0.5082645,0.5413223,0.5495868,0.5495868,0.58264464,0.57438016,0.55785125,0.57024795,0.58264464,0.58677685,0.5785124,0.56198347,0.5785124,0.55785125,0.54545456,0.5289256,0.49586776,0.4752066,0.47933885,0.47933885,0.47933885,0.45867768,0.47107437,0.48347107,0.48347107,0.49586776,0.5082645,0.5206612,0.5082645,0.5041322,0.5082645,0.5041322,0.49173555,0.46694216,0.446281,0.446281,0.4338843,0.42561984,0.39256197,0.38842976,0.40495867,0.45867768,0.3553719,0.2768595,0.29338843,0.2892562,0.29752067,0.29338843,0.40082645,0.45041323,0.54545456,0.6652893,0.7355372,0.70247936,0.6198347,0.58264464,0.607438,0.58264464,0.5785124,0.53305787,0.5123967,0.47933885,0.45454547,0.47107437,0.5,0.5247934,0.553719,0.5495868,0.58264464,0.58677685,0.57438016,0.58264464,0.57438016,0.61570245,0.6322314,0.607438,0.62396693,0.61570245,0.61157024,0.59917355,0.5785124,0.55785125,0.5371901,0.5413223,0.553719,0.55785125,0.54545456,0.54545456,0.5413223,0.54545456,0.54545456,0.5495868,0.5289256,0.5123967,0.5082645,0.5041322,0.47107437,0.45867768,0.446281,0.4338843,0.4214876,0.41322315,0.3966942,0.4090909,0.4338843,0.45867768,0.34710744,0.2768595,0.2892562,0.2892562,0.29338843,0.29338843,0.62396693,0.6983471,0.7933884,0.8264463,0.71487606,0.61570245,0.5785124,0.59090906,0.607438,0.60330576,0.57438016,0.5371901,0.5082645,0.49586776,0.46694216,0.446281,0.48347107,0.5041322,0.5413223,0.5289256,0.5495868,0.57438016,0.57024795,0.59090906,0.59917355,0.6198347,0.6363636,0.59504133,0.6322314,0.6280992,0.6280992,0.61570245,0.59917355,0.59090906,0.5785124,0.58264464,0.58677685,0.60330576,0.58677685,0.57438016,0.58677685,0.5785124,0.57438016,0.5661157,0.5495868,0.5247934,0.49586776,0.48347107,0.45454547,0.44214877,0.4338843,0.42561984,0.41322315,0.4090909,0.40495867,0.44214877,0.446281,0.45454547,0.338843,0.27272728,0.28512397,0.2892562,0.2892562,0.28512397,0.822314,0.8347107,0.8471074,0.7933884,0.6487603,0.61570245,0.58677685,0.59504133,0.60330576,0.60330576,0.59090906,0.553719,0.5206612,0.5,0.48347107,0.45454547,0.45041323,0.47107437,0.5123967,0.5206612,0.5289256,0.54545456,0.553719,0.57438016,0.60330576,0.60330576,0.61157024,0.61157024,0.60330576,0.61570245,0.61570245,0.607438,0.59504133,0.59504133,0.59504133,0.60330576,0.60330576,0.60330576,0.58264464,0.57438016,0.59917355,0.58264464,0.5661157,0.5495868,0.5413223,0.5123967,0.49586776,0.45867768,0.446281,0.4338843,0.4214876,0.4090909,0.41322315,0.3966942,0.40495867,0.43801653,0.45041323,0.44214877,0.32231405,0.2644628,0.28512397,0.28099173,0.2892562,0.28099173,0.8347107,0.8429752,0.8471074,0.75619835,0.6363636,0.62396693,0.59504133,0.59917355,0.61157024,0.60330576,0.58677685,0.55785125,0.54545456,0.5206612,0.5,0.46694216,0.44214877,0.44214877,0.4752066,0.49586776,0.5123967,0.5165289,0.5371901,0.55785125,0.55785125,0.5661157,0.59090906,0.60330576,0.59917355,0.61157024,0.61157024,0.59504133,0.58264464,0.58264464,0.5785124,0.58677685,0.59090906,0.59090906,0.58264464,0.5785124,0.58677685,0.57024795,0.5413223,0.5247934,0.5123967,0.48347107,0.47107437,0.43801653,0.42975205,0.42561984,0.41322315,0.39256197,0.40495867,0.4090909,0.4214876,0.44214877,0.45454547,0.43801653,0.3264463,0.28099173,0.2768595,0.2892562,0.2892562,0.2768595,0.8347107,0.8429752,0.8471074,0.73140496,0.6404959,0.6280992,0.60330576,0.60330576,0.607438,0.61157024,0.59504133,0.57024795,0.5495868,0.53305787,0.5041322,0.49173555,0.45867768,0.45041323,0.45041323,0.46694216,0.4876033,0.5,0.5165289,0.5289256,0.5165289,0.5123967,0.56198347,0.59090906,0.59090906,0.5785124,0.5785124,0.57438016,0.5661157,0.56198347,0.54545456,0.55785125,0.553719,0.553719,0.56198347,0.56198347,0.56198347,0.53305787,0.5123967,0.4876033,0.46694216,0.46280992,0.446281,0.4338843,0.4214876,0.4090909,0.40495867,0.38842976,0.4090909,0.42561984,0.4338843,0.446281,0.45454547,0.45454547,0.40082645,0.32231405,0.28099173,0.29752067,0.2892562,0.2768595,0.838843,0.8429752,0.8471074,0.72727275,0.6487603,0.6322314,0.60330576,0.61157024,0.607438,0.61157024,0.59917355,0.58677685,0.55785125,0.5413223,0.5123967,0.5,0.48347107,0.446281,0.45454547,0.446281,0.46280992,0.4752066,0.49173555,0.49586776,0.49173555,0.49586776,0.53305787,0.56198347,0.56198347,0.553719,0.5495868,0.553719,0.54545456,0.5371901,0.5247934,0.5371901,0.5247934,0.53305787,0.5247934,0.5206612,0.5165289,0.47933885,0.46694216,0.45454547,0.44214877,0.41735536,0.42561984,0.4214876,0.41735536,0.3966942,0.39256197,0.3966942,0.4214876,0.43801653,0.4338843,0.45041323,0.45454547,0.446281,0.46280992,0.4338843,0.35950413,0.35950413,0.3264463,0.29338843,0.838843,0.838843,0.8595041,0.74380165,0.6487603,0.6363636,0.607438,0.6198347,0.61157024,0.607438,0.60330576,0.60330576,0.5785124,0.55785125,0.53305787,0.5206612,0.49586776,0.48347107,0.47107437,0.46694216,0.45454547,0.45867768,0.47107437,0.47107437,0.46280992,0.47107437,0.5,0.5082645,0.5082645,0.5041322,0.5041322,0.5082645,0.49586776,0.5123967,0.49173555,0.5,0.5165289,0.5123967,0.49173555,0.4876033,0.46694216,0.4338843,0.42561984,0.42561984,0.40495867,0.40495867,0.41322315,0.41735536,0.40495867,0.4090909,0.40495867,0.41735536,0.42561984,0.44214877,0.43801653,0.45454547,0.45867768,0.45041323,0.46280992,0.46694216,0.45867768,0.48347107,0.45867768,0.42561984,0.838843,0.8347107,0.8636364,0.7644628,0.6487603,0.6363636,0.6198347,0.61570245,0.6198347,0.607438,0.607438,0.607438,0.60330576,0.57438016,0.54545456,0.5413223,0.5206612,0.5041322,0.4876033,0.4752066,0.4752066,0.46694216,0.46280992,0.45867768,0.45867768,0.4338843,0.45041323,0.45454547,0.46280992,0.46694216,0.45041323,0.46280992,0.45454547,0.46694216,0.44214877,0.45867768,0.46694216,0.46280992,0.44214877,0.44214877,0.42975205,0.41322315,0.40495867,0.40082645,0.40495867,0.4090909,0.41322315,0.4214876,0.41735536,0.41322315,0.4214876,0.41735536,0.42975205,0.43801653,0.44214877,0.45454547,0.46694216,0.45454547,0.46280992,0.46694216,0.47933885,0.4752066,0.45867768,0.43801653,0.838843,0.8305785,0.8595041,0.8016529,0.661157,0.62396693,0.6363636,0.6198347,0.6198347,0.62396693,0.6198347,0.60330576,0.59917355,0.5785124,0.5661157,0.553719,0.5247934,0.5206612,0.5041322,0.48347107,0.47933885,0.48347107,0.46280992,0.46694216,0.45867768,0.45454547,0.43801653,0.42975205,0.42975205,0.4214876,0.41735536,0.40495867,0.4214876,0.42975205,0.40495867,0.4090909,0.42561984,0.40495867,0.41735536,0.41322315,0.40082645,0.3966942,0.3966942,0.40495867,0.41735536,0.41322315,0.4214876,0.42975205,0.42561984,0.42561984,0.4214876,0.42975205,0.43801653,0.45041323,0.45454547,0.45867768,0.46694216,0.45041323,0.46694216,0.48347107,0.4752066,0.4876033,0.49586776,0.43801653,0.838843,0.8305785,0.8636364,0.7933884,0.6528926,0.62396693,0.6322314,0.6198347,0.62396693,0.6280992,0.6198347,0.60330576,0.59504133,0.58264464,0.5785124,0.55785125,0.5289256,0.5289256,0.5206612,0.5,0.4876033,0.4876033,0.47933885,0.46694216,0.45454547,0.45041323,0.446281,0.446281,0.44214877,0.42561984,0.41735536,0.40495867,0.4090909,0.4090909,0.40495867,0.40495867,0.4090909,0.40082645,0.40082645,0.39256197,0.3966942,0.4090909,0.4090909,0.41322315,0.4214876,0.41735536,0.42975205,0.42561984,0.42561984,0.42561984,0.4214876,0.42975205,0.44214877,0.45041323,0.45867768,0.46280992,0.46694216,0.45041323,0.47107437,0.4876033,0.47933885,0.49586776,0.5082645,0.45041323,29 +0.23553719,0.35123968,0.446281,0.4876033,0.5413223,0.5785124,0.58677685,0.61157024,0.607438,0.61570245,0.61157024,0.59504133,0.59917355,0.59504133,0.607438,0.6198347,0.60330576,0.607438,0.6198347,0.6404959,0.6446281,0.6570248,0.661157,0.6487603,0.61570245,0.57024795,0.5661157,0.5661157,0.55785125,0.5,0.5,0.5165289,0.5289256,0.5371901,0.5206612,0.53305787,0.56198347,0.55785125,0.5495868,0.55785125,0.57438016,0.55785125,0.5206612,0.553719,0.5661157,0.5661157,0.5289256,0.54545456,0.55785125,0.5495868,0.5495868,0.53305787,0.5247934,0.54545456,0.5206612,0.5413223,0.53305787,0.5165289,0.49173555,0.4752066,0.46280992,0.42975205,0.42975205,0.38429752,0.24380165,0.33471075,0.4214876,0.47933885,0.5289256,0.56198347,0.58677685,0.60330576,0.6280992,0.6280992,0.6198347,0.58677685,0.59917355,0.607438,0.6363636,0.6446281,0.62396693,0.6280992,0.6404959,0.661157,0.661157,0.6694215,0.6735537,0.6652893,0.6322314,0.59090906,0.57438016,0.5495868,0.5371901,0.5,0.5206612,0.5661157,0.57438016,0.5661157,0.5371901,0.5495868,0.58264464,0.5785124,0.57438016,0.59917355,0.59090906,0.5495868,0.553719,0.57438016,0.5785124,0.5785124,0.5371901,0.54545456,0.57024795,0.57438016,0.5661157,0.54545456,0.553719,0.56198347,0.5413223,0.54545456,0.5289256,0.5123967,0.4876033,0.46694216,0.45867768,0.44214877,0.4214876,0.3966942,0.2520661,0.32231405,0.4090909,0.47933885,0.5247934,0.5495868,0.57438016,0.59504133,0.6322314,0.62396693,0.62396693,0.61570245,0.6280992,0.6404959,0.6528926,0.6404959,0.6570248,0.661157,0.6570248,0.6859504,0.70247936,0.677686,0.6694215,0.6694215,0.6280992,0.61157024,0.59917355,0.57024795,0.57438016,0.58264464,0.58677685,0.60330576,0.61157024,0.60330576,0.553719,0.57024795,0.61157024,0.58264464,0.61157024,0.61157024,0.57438016,0.57024795,0.59090906,0.60330576,0.5785124,0.5785124,0.57024795,0.5371901,0.5661157,0.57438016,0.55785125,0.5495868,0.57438016,0.5785124,0.56198347,0.5413223,0.5371901,0.5123967,0.49173555,0.46694216,0.45454547,0.43801653,0.41735536,0.38842976,0.24380165,0.34710744,0.4090909,0.4752066,0.5289256,0.5413223,0.553719,0.59090906,0.61570245,0.6280992,0.6404959,0.6528926,0.6652893,0.6528926,0.6735537,0.6735537,0.6859504,0.6983471,0.70247936,0.6983471,0.71487606,0.69008267,0.6859504,0.6942149,0.661157,0.6487603,0.6280992,0.59504133,0.61570245,0.62396693,0.60330576,0.607438,0.61570245,0.6198347,0.60330576,0.60330576,0.6198347,0.61157024,0.61157024,0.6280992,0.59917355,0.60330576,0.61570245,0.6322314,0.59917355,0.5785124,0.59504133,0.57438016,0.56198347,0.56198347,0.54545456,0.5495868,0.57438016,0.59917355,0.57024795,0.553719,0.5413223,0.5165289,0.49586776,0.4752066,0.45454547,0.446281,0.41322315,0.3966942,0.24793388,0.37603307,0.43801653,0.48347107,0.5247934,0.5371901,0.55785125,0.5785124,0.60330576,0.6363636,0.6487603,0.6487603,0.6735537,0.677686,0.6859504,0.6942149,0.7066116,0.71487606,0.70247936,0.677686,0.6735537,0.6983471,0.70247936,0.6942149,0.677686,0.6652893,0.62396693,0.61570245,0.6404959,0.6322314,0.6198347,0.6280992,0.6322314,0.6280992,0.6363636,0.62396693,0.62396693,0.6198347,0.61570245,0.6446281,0.61157024,0.59917355,0.62396693,0.6363636,0.6198347,0.61157024,0.6198347,0.607438,0.59504133,0.58264464,0.58677685,0.57024795,0.58677685,0.59504133,0.57438016,0.5661157,0.553719,0.5247934,0.5082645,0.48347107,0.45867768,0.45454547,0.42561984,0.4090909,0.24793388,0.4338843,0.48347107,0.49586776,0.5247934,0.5371901,0.56198347,0.5785124,0.6280992,0.6446281,0.6652893,0.661157,0.6818182,0.6983471,0.6983471,0.70247936,0.7066116,0.7107438,0.71487606,0.6983471,0.69008267,0.7066116,0.7066116,0.6818182,0.6652893,0.6694215,0.6446281,0.6404959,0.6570248,0.6322314,0.6198347,0.6280992,0.6198347,0.6198347,0.6404959,0.6322314,0.62396693,0.6280992,0.6322314,0.6404959,0.61570245,0.59917355,0.6198347,0.6322314,0.6363636,0.61570245,0.6198347,0.60330576,0.59504133,0.59504133,0.59504133,0.58677685,0.58677685,0.5785124,0.5785124,0.57024795,0.55785125,0.53305787,0.5247934,0.49173555,0.46694216,0.45454547,0.44214877,0.4214876,0.26859504,0.48347107,0.5165289,0.5165289,0.5289256,0.54545456,0.57024795,0.607438,0.6280992,0.6487603,0.6570248,0.6652893,0.6652893,0.6652893,0.6735537,0.6818182,0.6694215,0.6735537,0.69008267,0.6735537,0.6735537,0.6818182,0.6652893,0.6363636,0.6404959,0.661157,0.6652893,0.6446281,0.6694215,0.6404959,0.607438,0.60330576,0.58677685,0.5785124,0.61157024,0.59504133,0.6198347,0.61570245,0.6280992,0.6280992,0.62396693,0.61157024,0.61157024,0.61157024,0.62396693,0.59917355,0.59917355,0.58264464,0.58264464,0.57438016,0.57438016,0.5785124,0.57438016,0.56198347,0.5661157,0.57024795,0.55785125,0.54545456,0.5289256,0.5041322,0.4752066,0.46280992,0.45041323,0.44214877,0.28099173,0.5123967,0.5371901,0.53305787,0.53305787,0.553719,0.59504133,0.61570245,0.61157024,0.59917355,0.6198347,0.6322314,0.62396693,0.6280992,0.6280992,0.6404959,0.6322314,0.6446281,0.6487603,0.6280992,0.6280992,0.6280992,0.5661157,0.5206612,0.5785124,0.6198347,0.6404959,0.6363636,0.6404959,0.607438,0.5785124,0.58264464,0.55785125,0.58264464,0.58264464,0.58264464,0.58264464,0.59504133,0.59917355,0.59917355,0.59917355,0.60330576,0.58677685,0.59504133,0.59090906,0.5785124,0.58264464,0.5661157,0.56198347,0.54545456,0.5371901,0.5289256,0.5247934,0.49586776,0.5,0.5206612,0.5041322,0.5165289,0.5413223,0.5206612,0.49586776,0.46694216,0.45867768,0.45454547,0.29338843,0.5247934,0.553719,0.53305787,0.5413223,0.56198347,0.58677685,0.57024795,0.5413223,0.5206612,0.5413223,0.5413223,0.5289256,0.5247934,0.5371901,0.5413223,0.5371901,0.5495868,0.553719,0.5206612,0.54545456,0.553719,0.5165289,0.48347107,0.5206612,0.58677685,0.59090906,0.59917355,0.607438,0.5785124,0.56198347,0.57024795,0.55785125,0.5785124,0.5785124,0.57024795,0.5371901,0.54545456,0.55785125,0.55785125,0.5495868,0.5371901,0.5247934,0.5289256,0.5123967,0.5082645,0.5082645,0.49173555,0.47933885,0.46694216,0.45041323,0.43801653,0.42561984,0.41322315,0.39256197,0.4090909,0.4090909,0.41735536,0.48347107,0.5371901,0.5206612,0.4752066,0.45454547,0.446281,0.2892562,0.5413223,0.553719,0.53305787,0.5413223,0.5371901,0.5041322,0.48347107,0.43801653,0.4338843,0.41322315,0.3966942,0.38842976,0.38016528,0.40495867,0.39256197,0.38842976,0.3966942,0.41322315,0.41322315,0.42975205,0.446281,0.4214876,0.4214876,0.46694216,0.5082645,0.5206612,0.5371901,0.56198347,0.5371901,0.53305787,0.55785125,0.57438016,0.58264464,0.57438016,0.5371901,0.5082645,0.5289256,0.5082645,0.5041322,0.47107437,0.44214877,0.43801653,0.42561984,0.38016528,0.36363637,0.35123968,0.33471075,0.30991736,0.30578512,0.30578512,0.29338843,0.29338843,0.2892562,0.28099173,0.2892562,0.30991736,0.32231405,0.3553719,0.40082645,0.42975205,0.45454547,0.45041323,0.45454547,0.2892562,0.5495868,0.56198347,0.5247934,0.45867768,0.40495867,0.38842976,0.35950413,0.32231405,0.3264463,0.30165288,0.28512397,0.28512397,0.2644628,0.26859504,0.2768595,0.2644628,0.2644628,0.28512397,0.30165288,0.3181818,0.338843,0.37190083,0.37190083,0.41322315,0.4214876,0.4338843,0.4752066,0.5165289,0.5371901,0.553719,0.56198347,0.5661157,0.56198347,0.5371901,0.5,0.47933885,0.48347107,0.47107437,0.44214877,0.39256197,0.3553719,0.37190083,0.35123968,0.26859504,0.23140496,0.2231405,0.20247933,0.18595041,0.18595041,0.19421488,0.19008264,0.20661157,0.21487603,0.21487603,0.22727273,0.24793388,0.2603306,0.27272728,0.28099173,0.27272728,0.32231405,0.37190083,0.39256197,0.29338843,0.5495868,0.57024795,0.45867768,0.3305785,0.3140496,0.29338843,0.2768595,0.27272728,0.2603306,0.23966943,0.21487603,0.20661157,0.20247933,0.1983471,0.20661157,0.20661157,0.20247933,0.22727273,0.22727273,0.24380165,0.26859504,0.3264463,0.35123968,0.38429752,0.3677686,0.38016528,0.45454547,0.49586776,0.5165289,0.53305787,0.5371901,0.5123967,0.54545456,0.48347107,0.45454547,0.45867768,0.446281,0.40495867,0.37603307,0.33471075,0.30165288,0.3140496,0.28512397,0.22727273,0.19008264,0.17768595,0.17355372,0.1694215,0.17355372,0.18181819,0.18181819,0.18595041,0.1983471,0.20661157,0.21487603,0.21900827,0.23140496,0.23966943,0.23966943,0.23966943,0.27272728,0.28512397,0.30991736,0.3181818,0.5413223,0.57438016,0.40495867,0.29752067,0.2603306,0.25619835,0.29338843,0.29338843,0.29752067,0.28512397,0.28512397,0.29752067,0.2768595,0.26859504,0.2768595,0.29338843,0.27272728,0.2768595,0.2644628,0.2603306,0.2768595,0.3181818,0.3305785,0.36363637,0.3553719,0.38429752,0.4214876,0.45867768,0.4752066,0.47933885,0.5247934,0.49586776,0.5082645,0.48347107,0.45454547,0.45041323,0.42975205,0.4090909,0.36363637,0.33471075,0.29338843,0.29338843,0.28099173,0.2520661,0.23966943,0.22727273,0.23553719,0.24793388,0.2603306,0.2603306,0.26859504,0.2644628,0.26859504,0.27272728,0.27272728,0.26859504,0.2768595,0.2892562,0.28512397,0.2892562,0.29752067,0.29338843,0.30578512,0.3677686,0.53305787,0.58264464,0.42975205,0.34710744,0.32231405,0.3677686,0.38429752,0.38842976,0.40495867,0.40082645,0.3966942,0.39256197,0.38429752,0.3553719,0.34710744,0.34710744,0.30578512,0.2892562,0.2768595,0.2644628,0.2644628,0.29338843,0.29338843,0.3181818,0.33471075,0.3677686,0.38842976,0.4090909,0.43801653,0.48347107,0.54545456,0.53305787,0.5289256,0.5206612,0.5,0.45867768,0.4090909,0.38429752,0.338843,0.30578512,0.2603306,0.2603306,0.2231405,0.20661157,0.19421488,0.21900827,0.23966943,0.2603306,0.28099173,0.2892562,0.29752067,0.30165288,0.3140496,0.30991736,0.3181818,0.3305785,0.3305785,0.3429752,0.3429752,0.35123968,0.35950413,0.3553719,0.35123968,0.4214876,0.5371901,0.59917355,0.5247934,0.41735536,0.3966942,0.41735536,0.4214876,0.4214876,0.40082645,0.37190083,0.34710744,0.33471075,0.3140496,0.2892562,0.2768595,0.2768595,0.26859504,0.26859504,0.2644628,0.2520661,0.23553719,0.24380165,0.24793388,0.2644628,0.28099173,0.29752067,0.3305785,0.38429752,0.44214877,0.5289256,0.59090906,0.5785124,0.58677685,0.5785124,0.5495868,0.48347107,0.41322315,0.3553719,0.28099173,0.24793388,0.2231405,0.21487603,0.1983471,0.20661157,0.19008264,0.18595041,0.18595041,0.19421488,0.21487603,0.23140496,0.2892562,0.28512397,0.2644628,0.24793388,0.25619835,0.28099173,0.30578512,0.338843,0.36363637,0.35950413,0.40082645,0.40082645,0.41322315,0.45041323,0.5495868,0.58677685,0.58677685,0.48347107,0.4338843,0.42561984,0.40082645,0.39256197,0.3429752,0.28099173,0.2520661,0.23140496,0.21487603,0.16115703,0.16115703,0.13636364,0.1446281,0.18595041,0.2603306,0.29338843,0.2644628,0.26859504,0.25619835,0.27272728,0.26859504,0.2892562,0.29338843,0.35123968,0.42975205,0.5495868,0.6404959,0.6280992,0.6570248,0.6487603,0.59504133,0.5041322,0.41322315,0.3264463,0.23553719,0.22727273,0.25619835,0.23140496,0.2107438,0.23553719,0.18595041,0.16528925,0.1446281,0.1322314,0.17768595,0.12396694,0.2107438,0.2231405,0.2231405,0.22727273,0.23140496,0.23966943,0.25619835,0.29338843,0.3264463,0.3677686,0.40082645,0.42975205,0.446281,0.5,0.5661157,0.58677685,0.59504133,0.55785125,0.46694216,0.4214876,0.3966942,0.36363637,0.30165288,0.23553719,0.20661157,0.1694215,0.24380165,0.19421488,0.20247933,0.1446281,0.17355372,0.22727273,0.34710744,0.41735536,0.36363637,0.2892562,0.23966943,0.28512397,0.3181818,0.34710744,0.338843,0.338843,0.4338843,0.57438016,0.6694215,0.69008267,0.71487606,0.6818182,0.60330576,0.49173555,0.40082645,0.32231405,0.24793388,0.27272728,0.28099173,0.23966943,0.2231405,0.28099173,0.24793388,0.20661157,0.1983471,0.19421488,0.22727273,0.20247933,0.3553719,0.2892562,0.21900827,0.19008264,0.18595041,0.20247933,0.23966943,0.29752067,0.32231405,0.3677686,0.41322315,0.446281,0.46694216,0.55785125,0.57438016,0.58264464,0.59917355,0.60330576,0.5123967,0.45867768,0.41322315,0.37603307,0.3140496,0.24793388,0.23966943,0.21487603,0.29338843,0.30165288,0.23966943,0.23140496,0.23140496,0.2892562,0.38842976,0.40495867,0.35950413,0.28099173,0.2768595,0.29338843,0.30578512,0.39256197,0.38842976,0.3677686,0.46694216,0.59504133,0.6487603,0.7107438,0.71900827,0.677686,0.61157024,0.49173555,0.40495867,0.34710744,0.3140496,0.3181818,0.30165288,0.28099173,0.26859504,0.28099173,0.29752067,0.2768595,0.2603306,0.24380165,0.2603306,0.33471075,0.41322315,0.35950413,0.28099173,0.24380165,0.23966943,0.23140496,0.2768595,0.35123968,0.36363637,0.3966942,0.4338843,0.46694216,0.48347107,0.60330576,0.5785124,0.59090906,0.61157024,0.6198347,0.5661157,0.5041322,0.45867768,0.4338843,0.38429752,0.35123968,0.3429752,0.3181818,0.3264463,0.3553719,0.338843,0.30578512,0.3140496,0.34710744,0.36363637,0.3553719,0.34710744,0.32231405,0.3264463,0.36363637,0.39256197,0.40495867,0.3966942,0.4090909,0.5082645,0.59917355,0.6404959,0.71900827,0.71487606,0.6570248,0.58264464,0.4876033,0.41735536,0.39256197,0.3677686,0.34710744,0.3553719,0.3553719,0.33471075,0.3181818,0.3264463,0.35123968,0.3429752,0.3181818,0.3429752,0.38016528,0.38429752,0.35950413,0.3429752,0.3305785,0.3429752,0.35950413,0.38429752,0.42561984,0.45041323,0.446281,0.47107437,0.48347107,0.5,0.59090906,0.5785124,0.58264464,0.607438,0.62396693,0.61157024,0.57024795,0.54545456,0.5206612,0.48347107,0.45867768,0.44214877,0.4214876,0.41735536,0.40495867,0.4090909,0.39256197,0.38429752,0.38016528,0.38016528,0.37190083,0.3553719,0.338843,0.3429752,0.3677686,0.39256197,0.4090909,0.4338843,0.5,0.56198347,0.61570245,0.6446281,0.7355372,0.74793386,0.6652893,0.58264464,0.47933885,0.42975205,0.43801653,0.41735536,0.38429752,0.37190083,0.36363637,0.35950413,0.3553719,0.35123968,0.37603307,0.38842976,0.37190083,0.38429752,0.3966942,0.3966942,0.3966942,0.40082645,0.40495867,0.42561984,0.44214877,0.45454547,0.47933885,0.4876033,0.49173555,0.49586776,0.5,0.5041322,0.57438016,0.57024795,0.56198347,0.61157024,0.6198347,0.6198347,0.6198347,0.61157024,0.58677685,0.55785125,0.53305787,0.5041322,0.4752066,0.47933885,0.46280992,0.45041323,0.44214877,0.42561984,0.41735536,0.41735536,0.40082645,0.38429752,0.37603307,0.38016528,0.40082645,0.4214876,0.46280992,0.53305787,0.58677685,0.5785124,0.6404959,0.6570248,0.74793386,0.77272725,0.6818182,0.607438,0.4876033,0.43801653,0.48347107,0.4876033,0.45454547,0.40495867,0.38429752,0.38016528,0.39256197,0.38842976,0.39256197,0.3966942,0.40495867,0.4090909,0.41322315,0.4214876,0.42561984,0.4338843,0.446281,0.46280992,0.4876033,0.49586776,0.5123967,0.5123967,0.5165289,0.5123967,0.5082645,0.5082645,0.5661157,0.5495868,0.56198347,0.59917355,0.60330576,0.62396693,0.6363636,0.6446281,0.6363636,0.61570245,0.59090906,0.553719,0.53305787,0.5082645,0.49173555,0.47933885,0.48347107,0.47107437,0.46694216,0.47933885,0.45454547,0.43801653,0.44214877,0.45454547,0.48347107,0.5082645,0.56198347,0.59090906,0.60330576,0.59504133,0.6363636,0.661157,0.7644628,0.8016529,0.7066116,0.61570245,0.5041322,0.44214877,0.48347107,0.5123967,0.5165289,0.49586776,0.45867768,0.42561984,0.42975205,0.43801653,0.43801653,0.446281,0.45041323,0.45454547,0.45454547,0.45454547,0.46694216,0.47933885,0.49173555,0.49586776,0.5247934,0.5289256,0.53305787,0.5289256,0.5247934,0.5165289,0.5165289,0.5082645,0.5785124,0.5289256,0.57024795,0.58677685,0.61157024,0.6198347,0.6363636,0.6528926,0.6528926,0.6446281,0.6322314,0.6198347,0.61570245,0.59504133,0.57438016,0.55785125,0.55785125,0.5495868,0.5247934,0.53305787,0.5082645,0.5082645,0.5495868,0.5661157,0.57438016,0.59090906,0.607438,0.59917355,0.60330576,0.60330576,0.6322314,0.6735537,0.7768595,0.78099173,0.70247936,0.61157024,0.5289256,0.45867768,0.48347107,0.5,0.5165289,0.5289256,0.5247934,0.5041322,0.4876033,0.49173555,0.49173555,0.46694216,0.49586776,0.49173555,0.49586776,0.49173555,0.5,0.5123967,0.5247934,0.5289256,0.5371901,0.5371901,0.5371901,0.53305787,0.53305787,0.5165289,0.5082645,0.5,0.60330576,0.5413223,0.56198347,0.59090906,0.59504133,0.62396693,0.6404959,0.6487603,0.6652893,0.6652893,0.6528926,0.6404959,0.6487603,0.6322314,0.61570245,0.60330576,0.59504133,0.58264464,0.56198347,0.57024795,0.59917355,0.61570245,0.6280992,0.6404959,0.62396693,0.6322314,0.61570245,0.607438,0.607438,0.61157024,0.6198347,0.6983471,0.7768595,0.75206614,0.6983471,0.62396693,0.5495868,0.4876033,0.4876033,0.4876033,0.5082645,0.5247934,0.5413223,0.553719,0.553719,0.54545456,0.53305787,0.53305787,0.5165289,0.5247934,0.5123967,0.5,0.5123967,0.5289256,0.5289256,0.54545456,0.553719,0.54545456,0.54545456,0.53305787,0.53305787,0.5165289,0.49586776,0.48347107,0.6404959,0.61157024,0.54545456,0.59090906,0.58264464,0.59917355,0.61157024,0.6280992,0.6570248,0.6652893,0.6404959,0.6528926,0.6487603,0.6322314,0.62396693,0.61157024,0.607438,0.6198347,0.6198347,0.6404959,0.6487603,0.6404959,0.6570248,0.6528926,0.6487603,0.6446281,0.6280992,0.6280992,0.607438,0.61570245,0.6322314,0.7066116,0.7644628,0.74380165,0.6983471,0.6363636,0.57438016,0.5247934,0.5,0.4876033,0.5,0.5206612,0.5495868,0.57438016,0.58677685,0.58264464,0.5495868,0.55785125,0.56198347,0.54545456,0.54545456,0.5289256,0.5371901,0.53305787,0.5289256,0.54545456,0.55785125,0.56198347,0.54545456,0.53305787,0.5206612,0.5082645,0.49173555,0.46694216,0.57024795,0.677686,0.60330576,0.57024795,0.5785124,0.57438016,0.58677685,0.61157024,0.6322314,0.6446281,0.6404959,0.6322314,0.6404959,0.6322314,0.6322314,0.6404959,0.6487603,0.6735537,0.661157,0.661157,0.6528926,0.6198347,0.6570248,0.661157,0.6487603,0.6322314,0.6363636,0.6363636,0.62396693,0.6280992,0.6528926,0.73140496,0.76859504,0.75206614,0.6942149,0.6528926,0.607438,0.56198347,0.5247934,0.5041322,0.5041322,0.5206612,0.55785125,0.58264464,0.60330576,0.607438,0.59917355,0.58677685,0.5785124,0.5785124,0.57024795,0.5661157,0.56198347,0.5413223,0.5289256,0.5371901,0.53305787,0.553719,0.5247934,0.5165289,0.49586776,0.49586776,0.47933885,0.46280992,0.5,0.59917355,0.6983471,0.55785125,0.57024795,0.57438016,0.58264464,0.59090906,0.607438,0.61570245,0.6280992,0.61157024,0.6280992,0.6363636,0.6487603,0.6652893,0.661157,0.6652893,0.6652893,0.6487603,0.6487603,0.6322314,0.6570248,0.6363636,0.61570245,0.59917355,0.59504133,0.6198347,0.6280992,0.6363636,0.661157,0.74793386,0.7768595,0.76033056,0.7107438,0.6735537,0.6363636,0.59917355,0.5495868,0.49586776,0.4752066,0.49173555,0.5247934,0.57024795,0.59917355,0.61570245,0.62396693,0.61570245,0.58677685,0.59504133,0.5785124,0.57438016,0.57438016,0.5495868,0.5289256,0.5495868,0.5206612,0.5206612,0.49586776,0.49586776,0.47933885,0.4752066,0.46694216,0.46280992,0.59504133,0.5785124,0.7066116,0.58264464,0.553719,0.56198347,0.5785124,0.57024795,0.58677685,0.59504133,0.607438,0.607438,0.607438,0.62396693,0.6487603,0.6652893,0.6652893,0.661157,0.6528926,0.6404959,0.6528926,0.6487603,0.6404959,0.607438,0.56198347,0.53305787,0.57024795,0.61157024,0.6322314,0.6487603,0.6735537,0.73966944,0.76859504,0.7355372,0.7066116,0.6652893,0.6322314,0.61570245,0.5495868,0.47933885,0.48347107,0.47107437,0.45454547,0.5123967,0.57024795,0.59090906,0.61570245,0.61157024,0.607438,0.59917355,0.58264464,0.58264464,0.5661157,0.553719,0.5413223,0.5413223,0.5289256,0.5082645,0.5082645,0.4876033,0.47107437,0.46694216,0.46280992,0.43801653,0.6570248,0.6652893,0.6363636,0.61157024,0.53305787,0.553719,0.55785125,0.55785125,0.57024795,0.59917355,0.61157024,0.607438,0.60330576,0.61570245,0.6363636,0.6570248,0.6528926,0.6570248,0.6322314,0.6363636,0.61570245,0.6404959,0.61157024,0.5413223,0.49586776,0.54545456,0.58677685,0.61157024,0.6404959,0.6528926,0.6859504,0.7066116,0.73140496,0.72727275,0.6983471,0.6735537,0.6446281,0.607438,0.56198347,0.5,0.5495868,0.5247934,0.42975205,0.446281,0.5247934,0.5495868,0.58677685,0.59504133,0.60330576,0.58264464,0.58677685,0.58264464,0.5661157,0.55785125,0.5495868,0.5289256,0.5165289,0.5041322,0.49173555,0.48347107,0.47107437,0.4752066,0.45867768,0.42975205,0.61570245,0.6818182,0.6859504,0.6652893,0.5413223,0.5165289,0.5371901,0.553719,0.56198347,0.59090906,0.60330576,0.607438,0.59090906,0.607438,0.6322314,0.6446281,0.6363636,0.6528926,0.6363636,0.6280992,0.58677685,0.59504133,0.553719,0.47933885,0.4876033,0.58264464,0.59090906,0.61570245,0.6446281,0.6652893,0.6983471,0.7066116,0.7107438,0.7066116,0.6735537,0.6652893,0.6363636,0.607438,0.56198347,0.5206612,0.57024795,0.553719,0.446281,0.40082645,0.45454547,0.49173555,0.5247934,0.56198347,0.57024795,0.5661157,0.57024795,0.57024795,0.5661157,0.553719,0.553719,0.5371901,0.5206612,0.5041322,0.4876033,0.47107437,0.45867768,0.45867768,0.446281,0.4214876,0.4876033,0.6363636,0.6859504,0.6983471,0.57438016,0.5041322,0.5206612,0.54545456,0.553719,0.55785125,0.57438016,0.5785124,0.58264464,0.59917355,0.6198347,0.6404959,0.6404959,0.6404959,0.62396693,0.59917355,0.54545456,0.53305787,0.4876033,0.45041323,0.5082645,0.58264464,0.58264464,0.6280992,0.6363636,0.661157,0.6859504,0.6983471,0.6942149,0.6942149,0.6570248,0.6570248,0.62396693,0.58264464,0.53305787,0.49586776,0.54545456,0.5495868,0.46694216,0.37190083,0.40082645,0.42975205,0.47107437,0.5206612,0.5413223,0.55785125,0.57438016,0.57438016,0.5785124,0.55785125,0.56198347,0.53305787,0.5206612,0.5,0.4752066,0.46280992,0.45041323,0.4338843,0.42561984,0.42975205,0.38429752,0.5165289,0.61157024,0.6694215,0.607438,0.5123967,0.5123967,0.5413223,0.54545456,0.553719,0.553719,0.55785125,0.58264464,0.59917355,0.6198347,0.6322314,0.6404959,0.6280992,0.60330576,0.55785125,0.5123967,0.47933885,0.46280992,0.47933885,0.53305787,0.5661157,0.56198347,0.60330576,0.61570245,0.6280992,0.6363636,0.6570248,0.6652893,0.661157,0.6280992,0.61157024,0.5785124,0.5289256,0.47933885,0.45454547,0.49586776,0.5041322,0.44214877,0.3553719,0.39256197,0.41322315,0.4214876,0.47107437,0.49586776,0.5413223,0.5661157,0.57024795,0.57024795,0.55785125,0.5495868,0.5082645,0.49586776,0.47933885,0.46694216,0.45041323,0.44214877,0.42561984,0.4214876,0.42975205,0.38842976,0.40082645,0.49586776,0.5785124,0.58677685,0.53305787,0.5123967,0.5165289,0.5413223,0.5371901,0.5495868,0.553719,0.57024795,0.58677685,0.61570245,0.6198347,0.61157024,0.59504133,0.57024795,0.5206612,0.49173555,0.45867768,0.49586776,0.5289256,0.5289256,0.5413223,0.53305787,0.5247934,0.5661157,0.58264464,0.58677685,0.607438,0.61157024,0.59917355,0.57438016,0.53305787,0.49173555,0.446281,0.42975205,0.42561984,0.446281,0.43801653,0.4090909,0.3677686,0.42975205,0.46280992,0.4338843,0.4338843,0.4752066,0.5041322,0.53305787,0.54545456,0.5413223,0.56198347,0.5206612,0.5082645,0.4876033,0.46280992,0.46280992,0.45041323,0.43801653,0.42561984,0.4214876,0.41322315,0.40495867,0.3966942,0.40495867,0.43801653,0.47933885,0.5371901,0.5206612,0.5123967,0.53305787,0.5289256,0.5413223,0.5495868,0.5661157,0.58677685,0.607438,0.61157024,0.59917355,0.57438016,0.5413223,0.5,0.46694216,0.49173555,0.5661157,0.607438,0.53305787,0.4876033,0.46694216,0.44214877,0.4752066,0.5041322,0.5165289,0.5289256,0.53305787,0.5123967,0.49173555,0.45041323,0.40495867,0.36363637,0.35950413,0.3677686,0.38429752,0.39256197,0.3966942,0.40495867,0.45867768,0.5041322,0.49173555,0.45867768,0.45454547,0.47107437,0.49173555,0.5165289,0.5413223,0.54545456,0.5289256,0.5041322,0.4876033,0.46694216,0.45867768,0.44214877,0.42975205,0.4338843,0.4214876,0.4090909,0.40495867,0.3966942,0.40082645,0.39256197,0.3966942,0.5041322,0.5371901,0.5165289,0.5247934,0.5247934,0.53305787,0.5495868,0.5785124,0.59090906,0.60330576,0.607438,0.59090906,0.5495868,0.5165289,0.4876033,0.48347107,0.56198347,0.6198347,0.6280992,0.61157024,0.49586776,0.41322315,0.30165288,0.32231405,0.41735536,0.45454547,0.46280992,0.46280992,0.44214877,0.4214876,0.38429752,0.30991736,0.27272728,0.25619835,0.28512397,0.3429752,0.37190083,0.40082645,0.42561984,0.46280992,0.5247934,0.5371901,0.53305787,0.47107437,0.45867768,0.46280992,0.47933885,0.5289256,0.5247934,0.5247934,0.5,0.47933885,0.46694216,0.446281,0.44214877,0.42975205,0.42561984,0.41735536,0.40495867,0.40495867,0.4090909,0.40082645,0.4090909,0.37603307,0.47107437,0.5371901,0.5247934,0.5123967,0.5206612,0.5247934,0.5495868,0.57024795,0.59504133,0.59917355,0.59917355,0.57438016,0.54545456,0.5206612,0.53305787,0.56198347,0.61570245,0.6363636,0.6363636,0.6446281,0.61157024,0.40495867,0.2892562,0.2892562,0.32231405,0.3677686,0.4090909,0.41322315,0.38429752,0.35950413,0.30991736,0.28512397,0.26859504,0.2520661,0.30578512,0.3677686,0.3966942,0.42561984,0.44214877,0.45454547,0.5247934,0.5371901,0.56198347,0.5206612,0.48347107,0.46280992,0.47107437,0.5082645,0.5247934,0.5165289,0.49586776,0.47933885,0.46694216,0.44214877,0.42561984,0.4338843,0.42561984,0.42975205,0.4214876,0.4090909,0.40082645,0.40495867,0.4090909,0.37603307,0.42561984,0.5371901,0.5289256,0.5,0.5123967,0.5082645,0.53305787,0.5495868,0.58677685,0.61157024,0.59917355,0.57438016,0.54545456,0.56198347,0.58677685,0.61157024,0.6322314,0.6363636,0.6363636,0.6404959,0.6280992,0.45454547,0.36363637,0.34710744,0.36363637,0.33471075,0.32231405,0.32231405,0.30991736,0.29338843,0.30578512,0.3305785,0.3305785,0.3429752,0.38429752,0.41735536,0.42975205,0.43801653,0.446281,0.47107437,0.5082645,0.53305787,0.5495868,0.5413223,0.5165289,0.48347107,0.49173555,0.49173555,0.49586776,0.5,0.5,0.48347107,0.45867768,0.4338843,0.42561984,0.4338843,0.42561984,0.4214876,0.41735536,0.40082645,0.40082645,0.3966942,0.41322315,0.3966942,0.38842976,0.53305787,0.53305787,0.5,0.5082645,0.5082645,0.5165289,0.5495868,0.57438016,0.59504133,0.59090906,0.5785124,0.56198347,0.58677685,0.61157024,0.61570245,0.61570245,0.6322314,0.6198347,0.61157024,0.61157024,0.54545456,0.44214877,0.38842976,0.38429752,0.38842976,0.37603307,0.35950413,0.338843,0.35123968,0.33471075,0.34710744,0.38429752,0.41735536,0.42975205,0.446281,0.446281,0.45041323,0.446281,0.47107437,0.5082645,0.53305787,0.54545456,0.5495868,0.5371901,0.49586776,0.49586776,0.5,0.49173555,0.49586776,0.49586776,0.47933885,0.46280992,0.43801653,0.4214876,0.4338843,0.43801653,0.42561984,0.40082645,0.40082645,0.40082645,0.40495867,0.40082645,0.4090909,0.3677686,0.49586776,0.54545456,0.5289256,0.5041322,0.5041322,0.5123967,0.55785125,0.553719,0.5785124,0.58264464,0.58677685,0.59504133,0.59090906,0.6198347,0.607438,0.61157024,0.62396693,0.59504133,0.59090906,0.61157024,0.607438,0.5413223,0.45867768,0.41735536,0.4214876,0.40495867,0.40495867,0.41735536,0.40082645,0.38842976,0.39256197,0.42975205,0.45867768,0.46694216,0.47107437,0.4752066,0.4876033,0.49173555,0.48347107,0.5082645,0.53305787,0.54545456,0.54545456,0.5413223,0.5206612,0.4876033,0.5123967,0.49586776,0.5,0.49173555,0.4752066,0.45867768,0.446281,0.4338843,0.44214877,0.4338843,0.4214876,0.41322315,0.3966942,0.40495867,0.40082645,0.40082645,0.4090909,0.37190083,0.44214877,0.5413223,0.5289256,0.5082645,0.5165289,0.5165289,0.54545456,0.5661157,0.5785124,0.58264464,0.58677685,0.607438,0.5661157,0.61157024,0.61157024,0.61157024,0.6198347,0.59917355,0.59504133,0.6198347,0.6322314,0.59504133,0.553719,0.5,0.45867768,0.40082645,0.41322315,0.4338843,0.42561984,0.44214877,0.44214877,0.45041323,0.46280992,0.47107437,0.4876033,0.49173555,0.49586776,0.5082645,0.49586776,0.5165289,0.5247934,0.5165289,0.5206612,0.53305787,0.5289256,0.47933885,0.5165289,0.5,0.5,0.4876033,0.47933885,0.46280992,0.45867768,0.446281,0.43801653,0.43801653,0.41735536,0.41322315,0.40082645,0.4090909,0.40082645,0.40082645,0.40495867,0.3966942,0.38016528,0.5371901,0.53305787,0.5206612,0.5165289,0.5206612,0.5413223,0.58264464,0.57438016,0.59504133,0.58677685,0.59917355,0.57438016,0.57438016,0.607438,0.59917355,0.60330576,0.59504133,0.59917355,0.6198347,0.6322314,0.61570245,0.61157024,0.60330576,0.5413223,0.46280992,0.45867768,0.44214877,0.45041323,0.47107437,0.46694216,0.46694216,0.47107437,0.4752066,0.47107437,0.4876033,0.4876033,0.49173555,0.5,0.5041322,0.49586776,0.48347107,0.49586776,0.5041322,0.5082645,0.5,0.5041322,0.5123967,0.5,0.4876033,0.47933885,0.46694216,0.46280992,0.45454547,0.45041323,0.42975205,0.4090909,0.4214876,0.40495867,0.40082645,0.40082645,0.40495867,0.40495867,0.40495867,0.3553719,0.49173555,0.5413223,0.5206612,0.5082645,0.5206612,0.54545456,0.57438016,0.59090906,0.58677685,0.59917355,0.60330576,0.58264464,0.56198347,0.58264464,0.5661157,0.57438016,0.58264464,0.59090906,0.60330576,0.5785124,0.57438016,0.5661157,0.5785124,0.56198347,0.5206612,0.49586776,0.47107437,0.45867768,0.47107437,0.446281,0.43801653,0.41735536,0.41322315,0.41322315,0.44214877,0.4338843,0.45454547,0.47107437,0.47107437,0.45454547,0.44214877,0.43801653,0.45041323,0.49173555,0.5,0.5082645,0.49586776,0.49586776,0.49586776,0.47933885,0.46694216,0.45454547,0.45041323,0.45454547,0.42561984,0.41322315,0.4214876,0.40495867,0.40082645,0.40082645,0.40495867,0.40495867,0.40082645,0.38842976,0.41735536,0.5371901,0.5289256,0.5123967,0.5165289,0.5495868,0.56198347,0.58677685,0.58677685,0.59090906,0.59504133,0.57024795,0.53305787,0.5247934,0.5165289,0.5289256,0.5371901,0.5206612,0.49173555,0.44214877,0.41735536,0.40495867,0.39256197,0.40082645,0.41735536,0.41322315,0.4214876,0.40082645,0.38429752,0.36363637,0.35123968,0.3264463,0.3264463,0.338843,0.33471075,0.33471075,0.3429752,0.3553719,0.3677686,0.38016528,0.36363637,0.38429752,0.43801653,0.46694216,0.4876033,0.49586776,0.49586776,0.49586776,0.49586776,0.48347107,0.47107437,0.446281,0.45454547,0.43801653,0.44214877,0.41322315,0.4090909,0.40495867,0.40082645,0.40082645,0.40495867,0.40495867,0.3966942,0.40495867,0.38016528,0.49586776,0.54545456,0.5289256,0.5206612,0.5413223,0.5495868,0.58264464,0.58264464,0.58677685,0.58264464,0.54545456,0.49586776,0.45454547,0.42975205,0.4338843,0.42975205,0.39256197,0.338843,0.28099173,0.2520661,0.30991736,0.28512397,0.29752067,0.37603307,0.37603307,0.35950413,0.29752067,0.3429752,0.3677686,0.3553719,0.29338843,0.29752067,0.32231405,0.2520661,0.2231405,0.23966943,0.23966943,0.22727273,0.21900827,0.2231405,0.3264463,0.41735536,0.45454547,0.47107437,0.4752066,0.4876033,0.49173555,0.4876033,0.47933885,0.4752066,0.45454547,0.45867768,0.45041323,0.43801653,0.41322315,0.38842976,0.3966942,0.3966942,0.3966942,0.4090909,0.40082645,0.40495867,0.4090909,0.38842976,0.4338843,0.5371901,0.5371901,0.5289256,0.5371901,0.5206612,0.5661157,0.59090906,0.58677685,0.56198347,0.5165289,0.47933885,0.43801653,0.33471075,0.26859504,0.27272728,0.21900827,0.15289256,0.1322314,0.12396694,0.20247933,0.1570248,0.23966943,0.3966942,0.40495867,0.39256197,0.29338843,0.38429752,0.40082645,0.3966942,0.26859504,0.23553719,0.24793388,0.19008264,0.15289256,0.16528925,0.14049587,0.11570248,0.13636364,0.19008264,0.32231405,0.43801653,0.45867768,0.45041323,0.48347107,0.4876033,0.48347107,0.49173555,0.48347107,0.46280992,0.45041323,0.44214877,0.45867768,0.42975205,0.41735536,0.36363637,0.3966942,0.3966942,0.40082645,0.41322315,0.3966942,0.3966942,0.40495867,0.40495867,0.3966942,0.5041322,0.553719,0.5371901,0.5413223,0.5082645,0.5413223,0.5785124,0.57438016,0.54545456,0.5123967,0.5,0.49586776,0.446281,0.3264463,0.27272728,0.18595041,0.1322314,0.1322314,0.12396694,0.16528925,0.15289256,0.12396694,0.22727273,0.23966943,0.21487603,0.16528925,0.2520661,0.2603306,0.22727273,0.20247933,0.22727273,0.20247933,0.23966943,0.17355372,0.17768595,0.16528925,0.17355372,0.24380165,0.3264463,0.4090909,0.45867768,0.46694216,0.446281,0.47107437,0.47107437,0.4752066,0.47933885,0.47933885,0.45867768,0.44214877,0.45454547,0.446281,0.42975205,0.40082645,0.3305785,0.3966942,0.40082645,0.3966942,0.40082645,0.4090909,0.3966942,0.40082645,0.39256197,0.39256197,0.43801653,0.54545456,0.5495868,0.5495868,0.53305787,0.5289256,0.55785125,0.56198347,0.5289256,0.5123967,0.5247934,0.5413223,0.5661157,0.5371901,0.45041323,0.3553719,0.29752067,0.25619835,0.20661157,0.27272728,0.26859504,0.2231405,0.35123968,0.2768595,0.25619835,0.27272728,0.2603306,0.30991736,0.2768595,0.32231405,0.38429752,0.2603306,0.3553719,0.2892562,0.23553719,0.28512397,0.3305785,0.37190083,0.42975205,0.47933885,0.4752066,0.46694216,0.47107437,0.46694216,0.45454547,0.46694216,0.47107437,0.46280992,0.45867768,0.44214877,0.45041323,0.42975205,0.42975205,0.37190083,0.2892562,0.40082645,0.40082645,0.40082645,0.39256197,0.40495867,0.40082645,0.3966942,0.40495867,0.38016528,0.4338843,0.53305787,0.5495868,0.55785125,0.5413223,0.53305787,0.54545456,0.5413223,0.5289256,0.5247934,0.54545456,0.56198347,0.59917355,0.61570245,0.55785125,0.47933885,0.45041323,0.42561984,0.4090909,0.42561984,0.3966942,0.3305785,0.40495867,0.34710744,0.3264463,0.40082645,0.338843,0.40495867,0.3305785,0.338843,0.41735536,0.28512397,0.3305785,0.35123968,0.38016528,0.4214876,0.42975205,0.4338843,0.45867768,0.5,0.49586776,0.47107437,0.47107437,0.46280992,0.446281,0.46694216,0.47107437,0.45867768,0.45867768,0.45041323,0.4338843,0.43801653,0.41735536,0.36363637,0.28099173,0.40082645,0.40495867,0.3966942,0.40082645,0.40082645,0.4090909,0.3966942,0.4090909,0.38429752,0.446281,0.5495868,0.5206612,0.5289256,0.5371901,0.5413223,0.5371901,0.53305787,0.53305787,0.54545456,0.5413223,0.5661157,0.60330576,0.6198347,0.58677685,0.5206612,0.5,0.48347107,0.5082645,0.55785125,0.57024795,0.5413223,0.5289256,0.4876033,0.45867768,0.46694216,0.42975205,0.41735536,0.4090909,0.39256197,0.3966942,0.3966942,0.4338843,0.47107437,0.45041323,0.4338843,0.42561984,0.45041323,0.47107437,0.5,0.47933885,0.49173555,0.46694216,0.46280992,0.45454547,0.45867768,0.45867768,0.45454547,0.446281,0.45041323,0.42975205,0.4090909,0.42561984,0.3429752,0.28512397,0.40082645,0.3966942,0.3966942,0.40495867,0.39256197,0.41322315,0.40495867,0.40495867,0.38016528,0.446281,0.57438016,0.5289256,0.5165289,0.5289256,0.5371901,0.53305787,0.5289256,0.54545456,0.5495868,0.5371901,0.56198347,0.59090906,0.60330576,0.59917355,0.5661157,0.5082645,0.46280992,0.47107437,0.49586776,0.5371901,0.56198347,0.59504133,0.60330576,0.5785124,0.57438016,0.55785125,0.54545456,0.5495868,0.5247934,0.5082645,0.5165289,0.4752066,0.46280992,0.4090909,0.40495867,0.4090909,0.44214877,0.4752066,0.4752066,0.4752066,0.49173555,0.49173555,0.4752066,0.46694216,0.45454547,0.45454547,0.45041323,0.44214877,0.446281,0.40495867,0.41322315,0.4214876,0.32231405,0.28512397,0.40082645,0.3966942,0.40495867,0.40082645,0.3966942,0.40082645,0.40082645,0.40495867,0.37190083,0.45041323,0.5785124,0.5371901,0.5,0.5289256,0.5206612,0.5413223,0.5289256,0.56198347,0.56198347,0.5661157,0.56198347,0.55785125,0.59917355,0.59090906,0.59504133,0.5371901,0.48347107,0.45867768,0.44214877,0.45041323,0.46694216,0.5,0.5041322,0.5082645,0.5082645,0.5206612,0.5123967,0.5041322,0.48347107,0.46280992,0.44214877,0.41735536,0.38842976,0.3677686,0.38429752,0.4090909,0.43801653,0.4752066,0.4876033,0.45867768,0.47933885,0.47933885,0.46280992,0.45041323,0.45041323,0.45454547,0.44214877,0.43801653,0.42561984,0.3966942,0.41735536,0.4090909,0.30578512,0.28512397,0.3966942,0.3966942,0.40495867,0.39256197,0.40495867,0.40495867,0.40495867,0.40495867,0.37190083,0.4752066,0.57438016,0.55785125,0.5,0.49586776,0.5082645,0.5206612,0.5247934,0.5371901,0.5661157,0.59504133,0.59917355,0.56198347,0.59917355,0.5785124,0.59504133,0.553719,0.5082645,0.46694216,0.446281,0.42561984,0.41735536,0.4090909,0.40495867,0.38842976,0.3966942,0.41735536,0.40495867,0.38016528,0.38016528,0.37603307,0.35123968,0.36363637,0.35950413,0.36363637,0.39256197,0.41322315,0.4338843,0.46694216,0.49586776,0.45454547,0.47933885,0.47933885,0.45454547,0.446281,0.45041323,0.45041323,0.43801653,0.42975205,0.40495867,0.40082645,0.40495867,0.40495867,0.29752067,0.28099173,0.40082645,0.3966942,0.40082645,0.40495867,0.3966942,0.40082645,0.40082645,0.40082645,0.3677686,0.5041322,0.59090906,0.553719,0.5206612,0.47933885,0.4876033,0.5082645,0.5206612,0.5206612,0.553719,0.5785124,0.58677685,0.57438016,0.59504133,0.59504133,0.607438,0.59090906,0.5495868,0.49173555,0.45454547,0.42561984,0.3966942,0.37603307,0.38016528,0.34710744,0.33471075,0.338843,0.3181818,0.32231405,0.32231405,0.3305785,0.3305785,0.34710744,0.36363637,0.38016528,0.40082645,0.41735536,0.44214877,0.48347107,0.4876033,0.47933885,0.49586776,0.49173555,0.45867768,0.45041323,0.45041323,0.4338843,0.43801653,0.3966942,0.40495867,0.40082645,0.41735536,0.39256197,0.2892562,0.28512397,0.3966942,0.40082645,0.3966942,0.3966942,0.40082645,0.40082645,0.40082645,0.39256197,0.38429752,0.5289256,0.607438,0.5495868,0.5247934,0.5041322,0.47933885,0.48347107,0.5,0.5123967,0.5413223,0.56198347,0.55785125,0.58264464,0.5785124,0.59090906,0.5785124,0.59504133,0.57024795,0.5247934,0.5082645,0.45867768,0.4214876,0.40082645,0.38429752,0.37190083,0.3429752,0.33471075,0.3181818,0.3264463,0.3264463,0.34710744,0.35950413,0.37603307,0.38429752,0.40082645,0.42561984,0.446281,0.47933885,0.49586776,0.49586776,0.49173555,0.4876033,0.47933885,0.46280992,0.446281,0.43801653,0.43801653,0.4090909,0.38842976,0.39256197,0.39256197,0.43801653,0.39256197,0.28099173,0.28099173,0.39256197,0.3966942,0.40082645,0.3966942,0.39256197,0.3966942,0.3966942,0.39256197,0.41735536,0.55785125,0.59917355,0.5785124,0.5371901,0.5371901,0.49586776,0.47107437,0.47933885,0.5,0.5247934,0.54545456,0.553719,0.57438016,0.58264464,0.56198347,0.5661157,0.59090906,0.58677685,0.5661157,0.5495868,0.5289256,0.5123967,0.47107437,0.44214877,0.41735536,0.3966942,0.38842976,0.38842976,0.39256197,0.38842976,0.40495867,0.4090909,0.4214876,0.42975205,0.42975205,0.446281,0.46694216,0.5082645,0.5165289,0.5082645,0.5123967,0.4876033,0.46694216,0.45454547,0.4338843,0.42975205,0.41735536,0.41322315,0.38429752,0.38429752,0.40082645,0.446281,0.38842976,0.28099173,0.27272728,0.40082645,0.39256197,0.3966942,0.38842976,0.3966942,0.4214876,0.53305787,0.6322314,0.59504133,0.59090906,0.59504133,0.5785124,0.56198347,0.553719,0.5165289,0.47933885,0.46280992,0.47933885,0.5082645,0.5413223,0.553719,0.5661157,0.59090906,0.57024795,0.5785124,0.58264464,0.59917355,0.60330576,0.59917355,0.58264464,0.58677685,0.57024795,0.5413223,0.5082645,0.48347107,0.45867768,0.44214877,0.46280992,0.45867768,0.45454547,0.45454547,0.45867768,0.47107437,0.47107437,0.47933885,0.5041322,0.5371901,0.54545456,0.5123967,0.5041322,0.48347107,0.45454547,0.4338843,0.42975205,0.41735536,0.40495867,0.41322315,0.40495867,0.3966942,0.4214876,0.45454547,0.38429752,0.28099173,0.2768595,0.38429752,0.38429752,0.4090909,0.446281,0.62396693,0.75619835,0.75619835,0.6363636,0.57438016,0.59504133,0.61157024,0.59090906,0.55785125,0.5495868,0.5206612,0.5,0.46280992,0.45041323,0.4876033,0.5206612,0.53305787,0.54545456,0.5785124,0.5785124,0.57438016,0.58677685,0.59504133,0.6198347,0.61157024,0.61570245,0.6322314,0.6198347,0.61570245,0.607438,0.59504133,0.5661157,0.5371901,0.5123967,0.5206612,0.5165289,0.53305787,0.5289256,0.5247934,0.5289256,0.5371901,0.55785125,0.5661157,0.56198347,0.5247934,0.49586776,0.46694216,0.44214877,0.42561984,0.4214876,0.4090909,0.40495867,0.41735536,0.3966942,0.41735536,0.4338843,0.45867768,0.37603307,0.26859504,0.2892562,0.38429752,0.48347107,0.6363636,0.76859504,0.8429752,0.7892562,0.6446281,0.59504133,0.58264464,0.59917355,0.62396693,0.58264464,0.57024795,0.5371901,0.5247934,0.5123967,0.49173555,0.45867768,0.44214877,0.48347107,0.5247934,0.5247934,0.54545456,0.553719,0.56198347,0.59504133,0.607438,0.607438,0.60330576,0.59504133,0.6280992,0.62396693,0.6280992,0.6322314,0.6280992,0.607438,0.59504133,0.57438016,0.59090906,0.5661157,0.5785124,0.57024795,0.553719,0.57438016,0.56198347,0.58264464,0.5661157,0.56198347,0.5082645,0.48347107,0.45041323,0.42975205,0.4214876,0.4090909,0.40082645,0.40495867,0.40495867,0.39256197,0.4214876,0.44214877,0.46280992,0.35950413,0.26859504,0.28099173,0.55785125,0.76859504,0.838843,0.838843,0.8471074,0.73140496,0.6198347,0.607438,0.58677685,0.607438,0.60330576,0.60330576,0.5785124,0.553719,0.5495868,0.5247934,0.5082645,0.47933885,0.45041323,0.43801653,0.4876033,0.5082645,0.5123967,0.5247934,0.553719,0.57438016,0.58264464,0.59090906,0.59917355,0.59090906,0.59917355,0.607438,0.61570245,0.61157024,0.607438,0.59917355,0.60330576,0.60330576,0.607438,0.60330576,0.59090906,0.57024795,0.56198347,0.57024795,0.5661157,0.56198347,0.5289256,0.5289256,0.4752066,0.45867768,0.4338843,0.4214876,0.4090909,0.4090909,0.39256197,0.40082645,0.40082645,0.4090909,0.43801653,0.44214877,0.45867768,0.38016528,0.28099173,0.2768595,0.8057851,0.8429752,0.838843,0.8429752,0.8471074,0.6983471,0.6198347,0.61570245,0.59504133,0.60330576,0.61570245,0.60330576,0.58677685,0.5661157,0.553719,0.5413223,0.5123967,0.49586776,0.45041323,0.45454547,0.45041323,0.4876033,0.49173555,0.5123967,0.53305787,0.54545456,0.5165289,0.5495868,0.58264464,0.59504133,0.58264464,0.58677685,0.59504133,0.58677685,0.5785124,0.5785124,0.58677685,0.5785124,0.57024795,0.58264464,0.5785124,0.5661157,0.553719,0.5661157,0.57024795,0.5413223,0.5206612,0.45454547,0.45041323,0.4338843,0.42561984,0.41322315,0.4090909,0.40495867,0.38429752,0.4090909,0.4214876,0.42561984,0.43801653,0.44214877,0.45041323,0.4338843,0.37190083,0.3181818,0.8471074,0.838843,0.838843,0.8429752,0.838843,0.6818182,0.6322314,0.62396693,0.59917355,0.59917355,0.6198347,0.607438,0.59917355,0.5785124,0.55785125,0.5495868,0.5247934,0.5082645,0.47933885,0.45454547,0.45454547,0.446281,0.46694216,0.4876033,0.49586776,0.5165289,0.4876033,0.5206612,0.55785125,0.58677685,0.57438016,0.5661157,0.56198347,0.55785125,0.5495868,0.54545456,0.55785125,0.5413223,0.5371901,0.5413223,0.5247934,0.5206612,0.5206612,0.5413223,0.5247934,0.5,0.46280992,0.42561984,0.42561984,0.4214876,0.40495867,0.4090909,0.40495867,0.39256197,0.3966942,0.41322315,0.42975205,0.42975205,0.44214877,0.45454547,0.446281,0.44214877,0.44214877,0.41735536,0.8512397,0.8347107,0.8429752,0.8429752,0.8305785,0.69008267,0.6363636,0.6280992,0.60330576,0.607438,0.61157024,0.61570245,0.607438,0.59504133,0.57438016,0.56198347,0.5413223,0.5206612,0.5041322,0.4876033,0.46694216,0.45867768,0.45867768,0.46280992,0.46694216,0.4752066,0.47107437,0.5,0.53305787,0.5413223,0.53305787,0.5247934,0.5165289,0.5247934,0.5165289,0.5165289,0.5165289,0.5206612,0.5041322,0.5041322,0.5,0.4876033,0.4876033,0.5,0.47107437,0.446281,0.4338843,0.39256197,0.4090909,0.40082645,0.40495867,0.40495867,0.4090909,0.4090909,0.40082645,0.4214876,0.42975205,0.43801653,0.446281,0.45867768,0.45041323,0.45041323,0.45041323,0.46280992,0.8553719,0.8347107,0.8471074,0.838843,0.838843,0.7066116,0.6363636,0.6322314,0.607438,0.6198347,0.61570245,0.61157024,0.607438,0.60330576,0.59504133,0.5785124,0.55785125,0.5495868,0.5289256,0.5165289,0.4752066,0.47107437,0.46280992,0.46694216,0.46280992,0.45867768,0.44214877,0.446281,0.4876033,0.4876033,0.49173555,0.48347107,0.46694216,0.4752066,0.46694216,0.4752066,0.47107437,0.46694216,0.48347107,0.49173555,0.4752066,0.45867768,0.45867768,0.446281,0.41735536,0.3966942,0.41322315,0.3966942,0.40495867,0.40495867,0.41735536,0.4214876,0.41735536,0.41322315,0.41735536,0.42561984,0.4338843,0.4338843,0.45041323,0.45454547,0.446281,0.45041323,0.45041323,0.46694216,0.8512397,0.8471074,0.8429752,0.838843,0.8512397,0.7355372,0.6363636,0.6363636,0.61570245,0.62396693,0.62396693,0.61570245,0.61157024,0.607438,0.607438,0.59090906,0.57024795,0.56198347,0.53305787,0.5371901,0.5082645,0.48347107,0.4752066,0.47933885,0.46280992,0.46280992,0.45041323,0.446281,0.4338843,0.4338843,0.42975205,0.4338843,0.42561984,0.42975205,0.4214876,0.42975205,0.41322315,0.4090909,0.4338843,0.4338843,0.4214876,0.4090909,0.41735536,0.40495867,0.3966942,0.38429752,0.40495867,0.41735536,0.4090909,0.4090909,0.42561984,0.42561984,0.41735536,0.41735536,0.4214876,0.42975205,0.43801653,0.446281,0.45041323,0.45867768,0.446281,0.45454547,0.45867768,0.46280992,29 +0.42975205,0.45041323,0.49586776,0.5289256,0.57024795,0.59090906,0.59917355,0.59917355,0.62396693,0.6363636,0.61570245,0.61570245,0.6198347,0.6363636,0.6528926,0.6694215,0.6694215,0.6404959,0.6735537,0.6818182,0.677686,0.6818182,0.6694215,0.6404959,0.6694215,0.6694215,0.60330576,0.57024795,0.5206612,0.55785125,0.53305787,0.5661157,0.59504133,0.6322314,0.6652893,0.661157,0.6446281,0.6280992,0.6570248,0.6446281,0.5785124,0.6446281,0.6487603,0.6198347,0.6198347,0.6487603,0.6487603,0.6487603,0.6404959,0.61157024,0.6322314,0.62396693,0.6280992,0.62396693,0.60330576,0.57024795,0.5371901,0.5041322,0.46694216,0.446281,0.40495867,0.35123968,0.29752067,0.24793388,0.40082645,0.45867768,0.48347107,0.5247934,0.56198347,0.58264464,0.59504133,0.60330576,0.61570245,0.61570245,0.6280992,0.61570245,0.6322314,0.6404959,0.661157,0.6404959,0.6404959,0.661157,0.69008267,0.69008267,0.7066116,0.70247936,0.69008267,0.6487603,0.6694215,0.6652893,0.60330576,0.553719,0.5289256,0.56198347,0.58264464,0.607438,0.607438,0.6528926,0.6735537,0.6487603,0.6487603,0.6570248,0.6735537,0.61157024,0.607438,0.6859504,0.677686,0.6446281,0.62396693,0.6570248,0.6818182,0.6694215,0.6652893,0.6322314,0.6487603,0.6404959,0.6363636,0.61570245,0.59917355,0.57024795,0.5289256,0.5,0.47107437,0.45454547,0.39256197,0.338843,0.28512397,0.2107438,0.38016528,0.4338843,0.47933885,0.5123967,0.54545456,0.57024795,0.60330576,0.6198347,0.62396693,0.59917355,0.62396693,0.61570245,0.6528926,0.6528926,0.6570248,0.6322314,0.661157,0.6818182,0.6818182,0.6942149,0.71487606,0.71487606,0.6942149,0.677686,0.6570248,0.6528926,0.59917355,0.55785125,0.55785125,0.607438,0.6528926,0.6487603,0.6280992,0.677686,0.6942149,0.6652893,0.69008267,0.69008267,0.661157,0.62396693,0.6694215,0.70247936,0.6859504,0.661157,0.62396693,0.6404959,0.6818182,0.6818182,0.6528926,0.6652893,0.6694215,0.6528926,0.6363636,0.61570245,0.59504133,0.5661157,0.5289256,0.49173555,0.47107437,0.45454547,0.4090909,0.3429752,0.28099173,0.20247933,0.3553719,0.42561984,0.46694216,0.5,0.53305787,0.5661157,0.60330576,0.61570245,0.6322314,0.61157024,0.6322314,0.6404959,0.6694215,0.6652893,0.6735537,0.677686,0.6859504,0.6983471,0.71900827,0.72727275,0.71487606,0.72727275,0.6983471,0.6859504,0.6818182,0.6694215,0.6322314,0.6280992,0.6404959,0.6570248,0.69008267,0.6859504,0.6570248,0.6859504,0.6942149,0.6735537,0.70247936,0.6983471,0.6446281,0.661157,0.7107438,0.71487606,0.6942149,0.6694215,0.6487603,0.6446281,0.6528926,0.6652893,0.6198347,0.6487603,0.677686,0.6570248,0.6322314,0.61570245,0.59917355,0.56198347,0.5247934,0.49586776,0.4752066,0.44214877,0.41735536,0.3553719,0.28099173,0.21487603,0.34710744,0.4214876,0.46280992,0.49173555,0.5165289,0.5495868,0.59504133,0.60330576,0.6280992,0.6363636,0.6652893,0.661157,0.677686,0.6735537,0.6818182,0.7066116,0.7107438,0.7231405,0.7355372,0.7231405,0.7231405,0.74793386,0.7355372,0.71900827,0.71487606,0.6983471,0.6859504,0.69008267,0.6859504,0.69008267,0.7066116,0.6942149,0.6942149,0.70247936,0.7066116,0.70247936,0.6983471,0.71900827,0.677686,0.6942149,0.7231405,0.7231405,0.7066116,0.6942149,0.69008267,0.6818182,0.6528926,0.6487603,0.6280992,0.6363636,0.6735537,0.661157,0.6404959,0.62396693,0.60330576,0.57024795,0.5289256,0.49586776,0.4876033,0.45041323,0.41735536,0.36363637,0.29338843,0.24380165,0.3553719,0.4214876,0.46694216,0.49173555,0.5,0.53305787,0.57438016,0.60330576,0.62396693,0.6446281,0.677686,0.6818182,0.6859504,0.70247936,0.71487606,0.71900827,0.72727275,0.7066116,0.6983471,0.71487606,0.72727275,0.73140496,0.73140496,0.73140496,0.71900827,0.7107438,0.73140496,0.71900827,0.7066116,0.7107438,0.71487606,0.7066116,0.71487606,0.70247936,0.6942149,0.6859504,0.69008267,0.7107438,0.6735537,0.677686,0.7231405,0.72727275,0.7107438,0.71487606,0.70247936,0.7066116,0.6942149,0.677686,0.6735537,0.6652893,0.6694215,0.6528926,0.6404959,0.6363636,0.61157024,0.5785124,0.53305787,0.5,0.4876033,0.46694216,0.43801653,0.39256197,0.33471075,0.26859504,0.38842976,0.42975205,0.46694216,0.48347107,0.49586776,0.5206612,0.57024795,0.59504133,0.6363636,0.6404959,0.677686,0.6942149,0.6983471,0.7107438,0.7231405,0.71900827,0.72727275,0.71487606,0.70247936,0.72727275,0.72727275,0.7355372,0.73140496,0.73966944,0.74380165,0.73966944,0.75206614,0.73966944,0.71487606,0.71487606,0.6983471,0.6983471,0.7066116,0.70247936,0.69008267,0.6942149,0.70247936,0.71487606,0.70247936,0.6942149,0.71487606,0.71487606,0.71487606,0.7107438,0.6983471,0.69008267,0.6818182,0.677686,0.677686,0.6652893,0.661157,0.6487603,0.6404959,0.6280992,0.607438,0.59090906,0.5413223,0.5,0.4876033,0.48347107,0.46280992,0.43801653,0.3966942,0.3140496,0.4338843,0.45041323,0.47107437,0.48347107,0.5041322,0.5289256,0.5661157,0.61570245,0.6322314,0.6570248,0.6652893,0.6818182,0.6859504,0.6942149,0.6983471,0.6983471,0.7107438,0.7107438,0.6942149,0.7107438,0.7066116,0.6818182,0.6859504,0.73140496,0.73966944,0.74380165,0.74793386,0.73966944,0.70247936,0.69008267,0.6818182,0.677686,0.6859504,0.6735537,0.6735537,0.677686,0.6859504,0.69008267,0.6983471,0.7066116,0.7066116,0.7066116,0.7066116,0.6942149,0.6942149,0.677686,0.6694215,0.6652893,0.661157,0.6487603,0.6322314,0.6198347,0.62396693,0.60330576,0.59917355,0.59090906,0.55785125,0.5206612,0.4876033,0.49173555,0.47933885,0.46694216,0.446281,0.38016528,0.45454547,0.46694216,0.47107437,0.48347107,0.5041322,0.5495868,0.57438016,0.59917355,0.607438,0.6404959,0.6570248,0.6570248,0.661157,0.6694215,0.6694215,0.6735537,0.69008267,0.677686,0.661157,0.6735537,0.6570248,0.59090906,0.60330576,0.6818182,0.6983471,0.71487606,0.71487606,0.7066116,0.6652893,0.6735537,0.6487603,0.6694215,0.6694215,0.6652893,0.6487603,0.6487603,0.6570248,0.6694215,0.677686,0.677686,0.6694215,0.677686,0.6694215,0.677686,0.6652893,0.6487603,0.6404959,0.62396693,0.607438,0.59504133,0.5661157,0.5371901,0.53305787,0.5289256,0.5165289,0.553719,0.58264464,0.53305787,0.49173555,0.4876033,0.47107437,0.46280992,0.47107437,0.43801653,0.47107437,0.4752066,0.47107437,0.47933885,0.5165289,0.5495868,0.553719,0.54545456,0.553719,0.58264464,0.59090906,0.58677685,0.59090906,0.59504133,0.60330576,0.60330576,0.62396693,0.59504133,0.5661157,0.61570245,0.5785124,0.5289256,0.5495868,0.61570245,0.6528926,0.6735537,0.6735537,0.6652893,0.6322314,0.6446281,0.6446281,0.661157,0.6652893,0.661157,0.61157024,0.607438,0.6198347,0.62396693,0.61570245,0.59917355,0.59090906,0.58677685,0.5661157,0.553719,0.5495868,0.5247934,0.5206612,0.4876033,0.4752066,0.46694216,0.45041323,0.42975205,0.41322315,0.41322315,0.3966942,0.4214876,0.5082645,0.5371901,0.5,0.47933885,0.46694216,0.45041323,0.46694216,0.46280992,0.48347107,0.48347107,0.47107437,0.49586776,0.5206612,0.5,0.5,0.46280992,0.47107437,0.47933885,0.46280992,0.44214877,0.45867768,0.4752066,0.46280992,0.45867768,0.47933885,0.47107437,0.45041323,0.5247934,0.4752066,0.46694216,0.5041322,0.553719,0.58264464,0.59090906,0.6198347,0.61570245,0.607438,0.61570245,0.6487603,0.6570248,0.6652893,0.6322314,0.59090906,0.59504133,0.58677685,0.57438016,0.5289256,0.5,0.5041322,0.47107437,0.40082645,0.35950413,0.3305785,0.32231405,0.30991736,0.2892562,0.30578512,0.3140496,0.3140496,0.3140496,0.30991736,0.30578512,0.32231405,0.3264463,0.35123968,0.35950413,0.38429752,0.4214876,0.44214877,0.46694216,0.47107437,0.4752066,0.49173555,0.47933885,0.47107437,0.46694216,0.43801653,0.4214876,0.40495867,0.3677686,0.36363637,0.3429752,0.3305785,0.3181818,0.30578512,0.3140496,0.3181818,0.30578512,0.3305785,0.3553719,0.35950413,0.38429752,0.38842976,0.41735536,0.446281,0.4876033,0.49586776,0.5247934,0.5785124,0.59917355,0.61570245,0.6570248,0.6198347,0.6363636,0.6322314,0.58677685,0.57024795,0.55785125,0.54545456,0.5206612,0.45041323,0.4214876,0.44214877,0.40082645,0.28512397,0.2520661,0.2231405,0.18595041,0.19421488,0.20247933,0.2231405,0.23140496,0.23553719,0.23553719,0.25619835,0.2603306,0.2603306,0.28099173,0.26859504,0.26859504,0.27272728,0.3181818,0.3429752,0.45041323,0.47107437,0.47933885,0.5123967,0.47933885,0.446281,0.3553719,0.3264463,0.3264463,0.29752067,0.28512397,0.27272728,0.25619835,0.25619835,0.23966943,0.21487603,0.2231405,0.23966943,0.2231405,0.23140496,0.2603306,0.2644628,0.28099173,0.3140496,0.37190083,0.4090909,0.4338843,0.42561984,0.49173555,0.553719,0.59504133,0.59090906,0.6280992,0.5785124,0.59090906,0.5785124,0.53305787,0.5371901,0.53305787,0.5041322,0.45867768,0.41322315,0.3677686,0.38842976,0.3553719,0.25619835,0.21487603,0.1983471,0.17768595,0.19008264,0.19421488,0.2107438,0.20661157,0.21900827,0.21487603,0.23966943,0.2520661,0.24380165,0.2768595,0.2603306,0.2603306,0.27272728,0.2644628,0.2644628,0.38016528,0.446281,0.47107437,0.5289256,0.45867768,0.3305785,0.2644628,0.24793388,0.24793388,0.2520661,0.25619835,0.2520661,0.24380165,0.22727273,0.21900827,0.21487603,0.21487603,0.2107438,0.20661157,0.21900827,0.23140496,0.24380165,0.2644628,0.29338843,0.33471075,0.37603307,0.38429752,0.38842976,0.45867768,0.5041322,0.5413223,0.5495868,0.56198347,0.5785124,0.5661157,0.56198347,0.553719,0.553719,0.5371901,0.49586776,0.43801653,0.40082645,0.3429752,0.338843,0.30578512,0.2520661,0.23140496,0.22727273,0.21900827,0.2231405,0.23966943,0.2520661,0.2603306,0.27272728,0.29338843,0.3140496,0.3305785,0.338843,0.3677686,0.36363637,0.35123968,0.33471075,0.3140496,0.2892562,0.3677686,0.45454547,0.47933885,0.5371901,0.43801653,0.2603306,0.2520661,0.24380165,0.26859504,0.30991736,0.33471075,0.34710744,0.338843,0.33471075,0.3429752,0.30991736,0.29752067,0.30165288,0.29752067,0.28099173,0.27272728,0.26859504,0.26859504,0.2892562,0.30991736,0.3264463,0.33471075,0.35950413,0.40495867,0.43801653,0.4752066,0.5123967,0.5661157,0.60330576,0.60330576,0.6322314,0.61570245,0.57438016,0.5206612,0.48347107,0.42975205,0.36363637,0.30578512,0.28512397,0.2520661,0.23966943,0.22727273,0.20661157,0.18595041,0.19008264,0.19008264,0.15289256,0.19008264,0.2231405,0.25619835,0.2892562,0.3140496,0.35950413,0.38842976,0.41322315,0.41322315,0.40495867,0.39256197,0.36363637,0.41322315,0.46280992,0.47933885,0.5165289,0.45454547,0.30165288,0.29752067,0.3305785,0.37190083,0.40082645,0.40495867,0.4214876,0.39256197,0.3677686,0.34710744,0.30578512,0.24380165,0.23553719,0.21900827,0.20661157,0.20661157,0.2107438,0.2231405,0.21900827,0.23140496,0.2520661,0.27272728,0.29752067,0.3181818,0.37190083,0.4338843,0.5206612,0.61157024,0.6487603,0.6652893,0.677686,0.6570248,0.607438,0.54545456,0.46280992,0.38842976,0.30991736,0.28099173,0.30578512,0.2768595,0.28099173,0.3140496,0.2520661,0.1983471,0.23140496,0.27272728,0.19008264,0.1570248,0.2231405,0.18595041,0.21487603,0.2603306,0.2768595,0.3264463,0.38842976,0.41322315,0.42975205,0.446281,0.44214877,0.47107437,0.4752066,0.49586776,0.5123967,0.5,0.39256197,0.35123968,0.3677686,0.38842976,0.40495867,0.40082645,0.36363637,0.30578512,0.27272728,0.21900827,0.22727273,0.17768595,0.19008264,0.2107438,0.23553719,0.26859504,0.2231405,0.30165288,0.29338843,0.28099173,0.28512397,0.28512397,0.29338843,0.2603306,0.3181818,0.38429752,0.5041322,0.62396693,0.6570248,0.6818182,0.72727275,0.7107438,0.6363636,0.54545456,0.45454547,0.338843,0.3553719,0.38842976,0.37190083,0.3305785,0.38429752,0.46280992,0.3429752,0.26859504,0.22727273,0.24793388,0.2603306,0.1694215,0.38842976,0.30578512,0.19008264,0.20661157,0.26859504,0.3264463,0.3677686,0.3966942,0.43801653,0.47107437,0.4876033,0.5041322,0.5,0.48347107,0.5041322,0.5041322,0.46280992,0.39256197,0.38429752,0.37603307,0.37603307,0.35123968,0.29752067,0.24380165,0.18181819,0.17768595,0.3140496,0.30991736,0.2520661,0.2520661,0.18595041,0.27272728,0.29338843,0.45454547,0.4876033,0.3181818,0.29338843,0.40082645,0.4214876,0.3429752,0.29752067,0.35950413,0.48347107,0.61570245,0.6694215,0.71900827,0.73966944,0.70247936,0.61570245,0.5206612,0.44214877,0.37603307,0.46280992,0.49586776,0.4338843,0.41322315,0.43801653,0.53305787,0.45867768,0.35950413,0.30991736,0.29338843,0.3181818,0.30578512,0.47107437,0.4090909,0.3264463,0.28099173,0.26859504,0.3305785,0.38429752,0.41322315,0.46694216,0.5,0.5206612,0.5206612,0.5,0.5,0.5082645,0.5,0.5,0.45454547,0.40495867,0.37603307,0.36363637,0.3429752,0.28099173,0.1983471,0.19421488,0.24380165,0.4090909,0.45041323,0.3264463,0.30578512,0.27272728,0.30578512,0.37190083,0.5123967,0.5371901,0.4214876,0.38842976,0.3264463,0.47933885,0.446281,0.3553719,0.37190083,0.4876033,0.607438,0.6694215,0.72727275,0.73140496,0.69008267,0.61570245,0.5041322,0.46280992,0.446281,0.47933885,0.48347107,0.42975205,0.42561984,0.41735536,0.47933885,0.49586776,0.446281,0.38429752,0.35950413,0.37603307,0.47933885,0.49586776,0.4090909,0.35950413,0.33471075,0.3305785,0.40495867,0.446281,0.46280992,0.5,0.5289256,0.5495868,0.5371901,0.5082645,0.5206612,0.5082645,0.5123967,0.53305787,0.5165289,0.46280992,0.41322315,0.40082645,0.35950413,0.2768595,0.2520661,0.28099173,0.3264463,0.41735536,0.46694216,0.41735536,0.35123968,0.34710744,0.3677686,0.44214877,0.47933885,0.45867768,0.4214876,0.43801653,0.45454547,0.4876033,0.45867768,0.3966942,0.4090909,0.5082645,0.59917355,0.6652893,0.72727275,0.73140496,0.677686,0.61157024,0.5041322,0.4876033,0.4752066,0.47933885,0.5371901,0.5371901,0.48347107,0.446281,0.45454547,0.47107437,0.47933885,0.46694216,0.446281,0.45867768,0.48347107,0.45867768,0.4338843,0.4214876,0.43801653,0.45867768,0.4876033,0.5247934,0.5289256,0.5495868,0.553719,0.56198347,0.553719,0.5247934,0.5165289,0.5041322,0.5289256,0.55785125,0.55785125,0.5165289,0.46694216,0.446281,0.40495867,0.3553719,0.38429752,0.38842976,0.40495867,0.4214876,0.43801653,0.43801653,0.41322315,0.4214876,0.4338843,0.45867768,0.45867768,0.45041323,0.4338843,0.45454547,0.5041322,0.5082645,0.45454547,0.42975205,0.4752066,0.5371901,0.59917355,0.6735537,0.73966944,0.73966944,0.69008267,0.61570245,0.5082645,0.5247934,0.5082645,0.4876033,0.5123967,0.5123967,0.49586776,0.47107437,0.45867768,0.4752066,0.47933885,0.49173555,0.4752066,0.48347107,0.47933885,0.4752066,0.48347107,0.5,0.5165289,0.5289256,0.54545456,0.5661157,0.57024795,0.5785124,0.5785124,0.5661157,0.55785125,0.5247934,0.5123967,0.5041322,0.53305787,0.57024795,0.58264464,0.55785125,0.5371901,0.5206612,0.4876033,0.46694216,0.47107437,0.47107437,0.47933885,0.47933885,0.47107437,0.46694216,0.46280992,0.46280992,0.46280992,0.4752066,0.46280992,0.446281,0.45041323,0.4876033,0.5123967,0.49173555,0.46694216,0.5041322,0.5413223,0.55785125,0.607438,0.6735537,0.77272725,0.76033056,0.7066116,0.6404959,0.5247934,0.5371901,0.56198347,0.53305787,0.5165289,0.5165289,0.5041322,0.5,0.5,0.49586776,0.5082645,0.5123967,0.5041322,0.5123967,0.5082645,0.5165289,0.5289256,0.5371901,0.553719,0.57438016,0.59090906,0.59917355,0.59090906,0.59917355,0.57438016,0.57438016,0.55785125,0.5206612,0.5206612,0.5,0.5247934,0.5661157,0.58677685,0.58677685,0.59090906,0.59090906,0.5661157,0.54545456,0.5165289,0.5165289,0.5123967,0.5165289,0.5,0.5082645,0.5041322,0.5041322,0.5082645,0.5123967,0.5,0.4876033,0.49586776,0.5206612,0.5247934,0.5082645,0.5289256,0.57438016,0.5661157,0.57438016,0.61570245,0.677686,0.7892562,0.78512394,0.7107438,0.6570248,0.5495868,0.53305787,0.58264464,0.58264464,0.5661157,0.5413223,0.5289256,0.5289256,0.53305787,0.53305787,0.5495868,0.56198347,0.55785125,0.56198347,0.553719,0.55785125,0.57438016,0.58677685,0.59504133,0.61570245,0.6198347,0.61157024,0.59504133,0.59504133,0.57438016,0.56198347,0.54545456,0.53305787,0.5206612,0.49586776,0.5123967,0.553719,0.5785124,0.59504133,0.61570245,0.62396693,0.62396693,0.60330576,0.5661157,0.5661157,0.553719,0.5413223,0.5371901,0.54545456,0.56198347,0.55785125,0.56198347,0.55785125,0.5413223,0.53305787,0.55785125,0.56198347,0.55785125,0.5661157,0.58264464,0.57438016,0.57438016,0.58264464,0.61570245,0.6942149,0.7892562,0.77272725,0.73140496,0.661157,0.5785124,0.5495868,0.57438016,0.58677685,0.59504133,0.59090906,0.5785124,0.57438016,0.57438016,0.57024795,0.5661157,0.5785124,0.58677685,0.59917355,0.58677685,0.59090906,0.61157024,0.61570245,0.62396693,0.6322314,0.62396693,0.6198347,0.59917355,0.607438,0.5785124,0.5495868,0.5413223,0.53305787,0.5165289,0.48347107,0.5123967,0.5413223,0.57438016,0.59917355,0.6280992,0.62396693,0.6487603,0.6322314,0.61570245,0.62396693,0.6198347,0.61570245,0.60330576,0.59917355,0.61157024,0.59504133,0.58677685,0.59090906,0.58264464,0.59090906,0.6198347,0.61157024,0.60330576,0.60330576,0.59090906,0.5785124,0.5785124,0.58264464,0.6198347,0.71900827,0.78512394,0.77272725,0.7355372,0.6735537,0.60330576,0.57024795,0.57024795,0.57438016,0.59090906,0.607438,0.6198347,0.6280992,0.61570245,0.6198347,0.60330576,0.607438,0.60330576,0.59917355,0.59090906,0.59917355,0.61570245,0.62396693,0.6363636,0.6363636,0.6404959,0.62396693,0.607438,0.607438,0.5661157,0.5495868,0.5206612,0.5206612,0.5041322,0.45454547,0.5041322,0.53305787,0.5661157,0.59917355,0.6198347,0.6280992,0.6528926,0.6528926,0.6446281,0.6487603,0.6404959,0.6404959,0.6280992,0.62396693,0.61157024,0.61157024,0.60330576,0.6363636,0.6363636,0.6404959,0.6528926,0.6446281,0.6280992,0.62396693,0.59917355,0.59504133,0.58677685,0.59917355,0.6404959,0.71900827,0.7768595,0.76033056,0.7355372,0.6818182,0.62396693,0.59504133,0.58264464,0.57438016,0.59090906,0.62396693,0.6363636,0.6570248,0.6528926,0.62396693,0.62396693,0.6404959,0.6322314,0.6198347,0.6198347,0.62396693,0.62396693,0.6198347,0.6363636,0.6404959,0.6487603,0.6198347,0.61157024,0.58677685,0.5661157,0.5413223,0.5206612,0.5082645,0.49586776,0.45867768,0.49586776,0.5206612,0.5495868,0.57438016,0.59917355,0.6198347,0.6404959,0.6528926,0.6487603,0.661157,0.6528926,0.6487603,0.6446281,0.6404959,0.6363636,0.661157,0.661157,0.6652893,0.6487603,0.6322314,0.661157,0.6570248,0.6363636,0.6198347,0.59917355,0.59504133,0.59917355,0.61157024,0.6528926,0.73140496,0.78099173,0.76859504,0.71900827,0.70247936,0.6487603,0.61570245,0.59090906,0.5785124,0.59090906,0.6322314,0.6404959,0.6694215,0.6735537,0.661157,0.6528926,0.6404959,0.6528926,0.6446281,0.6570248,0.6570248,0.6363636,0.6198347,0.6322314,0.6198347,0.6404959,0.607438,0.59504133,0.57024795,0.55785125,0.5371901,0.5247934,0.5123967,0.4752066,0.4752066,0.4876033,0.5165289,0.5247934,0.553719,0.57024795,0.59917355,0.61570245,0.6363636,0.6487603,0.6570248,0.6570248,0.6570248,0.6570248,0.6735537,0.677686,0.6859504,0.6694215,0.6570248,0.6404959,0.6322314,0.661157,0.6446281,0.6322314,0.59504133,0.5661157,0.58677685,0.607438,0.62396693,0.6652893,0.73966944,0.78099173,0.76859504,0.7355372,0.71487606,0.6735537,0.6363636,0.59504133,0.553719,0.5661157,0.59917355,0.6280992,0.6735537,0.677686,0.6818182,0.6735537,0.6528926,0.6652893,0.661157,0.6652893,0.6694215,0.6446281,0.6198347,0.6322314,0.61570245,0.61157024,0.59504133,0.5785124,0.553719,0.54545456,0.5371901,0.5206612,0.5,0.45867768,0.5123967,0.47933885,0.5082645,0.5165289,0.55785125,0.56198347,0.57438016,0.59917355,0.61570245,0.6322314,0.6404959,0.6404959,0.661157,0.6735537,0.6818182,0.6859504,0.6694215,0.6694215,0.6528926,0.6570248,0.6528926,0.6570248,0.6404959,0.59917355,0.53305787,0.53305787,0.5785124,0.60330576,0.6280992,0.6735537,0.73966944,0.7768595,0.76859504,0.74793386,0.7107438,0.677686,0.6570248,0.58677685,0.5413223,0.5495868,0.54545456,0.57438016,0.6446281,0.6735537,0.677686,0.6818182,0.6694215,0.661157,0.661157,0.6652893,0.6694215,0.661157,0.6528926,0.6363636,0.62396693,0.607438,0.59090906,0.57024795,0.55785125,0.5495868,0.5289256,0.5,0.48347107,0.446281,0.57438016,0.49173555,0.4876033,0.5165289,0.5289256,0.553719,0.56198347,0.57438016,0.59504133,0.6198347,0.6280992,0.6280992,0.6570248,0.677686,0.6818182,0.6818182,0.6735537,0.6652893,0.6570248,0.6652893,0.6694215,0.6487603,0.607438,0.5289256,0.5123967,0.53305787,0.57024795,0.607438,0.6363636,0.6818182,0.71487606,0.76033056,0.76859504,0.75206614,0.71900827,0.69008267,0.6570248,0.58677685,0.5495868,0.60330576,0.5413223,0.5206612,0.59917355,0.6487603,0.661157,0.6735537,0.6694215,0.6528926,0.6570248,0.661157,0.6694215,0.6570248,0.6735537,0.6280992,0.62396693,0.607438,0.59504133,0.5661157,0.553719,0.5495868,0.5206612,0.49173555,0.47933885,0.42975205,0.58677685,0.55785125,0.46280992,0.49173555,0.5165289,0.5413223,0.5495868,0.57024795,0.59917355,0.6198347,0.6280992,0.6363636,0.6487603,0.677686,0.6735537,0.6694215,0.6694215,0.6570248,0.6404959,0.6404959,0.6446281,0.6322314,0.5661157,0.48347107,0.54545456,0.553719,0.5785124,0.6322314,0.6487603,0.70247936,0.71900827,0.75206614,0.7644628,0.75206614,0.73140496,0.6983471,0.661157,0.59504133,0.56198347,0.6280992,0.56198347,0.49173555,0.5413223,0.59504133,0.61570245,0.6446281,0.6570248,0.6487603,0.6487603,0.6528926,0.6652893,0.6652893,0.677686,0.6735537,0.6694215,0.6280992,0.60330576,0.57438016,0.553719,0.5413223,0.5041322,0.49173555,0.4752066,0.41735536,0.5413223,0.57024795,0.47107437,0.47107437,0.49586776,0.5206612,0.5371901,0.55785125,0.58264464,0.61157024,0.62396693,0.61570245,0.6487603,0.661157,0.6694215,0.6652893,0.6652893,0.6694215,0.6446281,0.62396693,0.62396693,0.60330576,0.5206612,0.4752066,0.553719,0.553719,0.59090906,0.6280992,0.6446281,0.6983471,0.71900827,0.73966944,0.76033056,0.75206614,0.73140496,0.6942149,0.6446281,0.58677685,0.53305787,0.61157024,0.5785124,0.48347107,0.5,0.54545456,0.57438016,0.61157024,0.6322314,0.6487603,0.6652893,0.6652893,0.677686,0.6694215,0.6735537,0.6694215,0.6446281,0.62396693,0.59504133,0.56198347,0.5413223,0.5247934,0.49586776,0.48347107,0.47107437,0.3966942,0.54545456,0.5785124,0.5206612,0.47107437,0.4752066,0.5041322,0.53305787,0.54545456,0.5661157,0.57438016,0.59504133,0.59917355,0.6404959,0.6487603,0.6694215,0.6652893,0.661157,0.6570248,0.6280992,0.59917355,0.58677685,0.5661157,0.5041322,0.46694216,0.5495868,0.5165289,0.58264464,0.607438,0.6280992,0.6570248,0.69008267,0.72727275,0.74380165,0.73140496,0.7066116,0.6694215,0.60330576,0.5413223,0.5165289,0.57024795,0.5495868,0.47107437,0.48347107,0.5371901,0.5495868,0.5661157,0.58264464,0.62396693,0.6652893,0.6694215,0.6694215,0.6528926,0.661157,0.6446281,0.6198347,0.60330576,0.58264464,0.553719,0.5371901,0.5165289,0.49173555,0.47933885,0.46280992,0.40082645,0.5661157,0.59504133,0.5785124,0.47107437,0.47107437,0.49586776,0.5247934,0.54545456,0.56198347,0.5661157,0.58264464,0.59917355,0.62396693,0.6446281,0.661157,0.6528926,0.6528926,0.6404959,0.61157024,0.58264464,0.5661157,0.57024795,0.5123967,0.47107437,0.53305787,0.5123967,0.5247934,0.5661157,0.59917355,0.61570245,0.6528926,0.6818182,0.6859504,0.677686,0.6363636,0.58677685,0.53305787,0.49586776,0.5041322,0.5165289,0.49586776,0.47933885,0.5206612,0.57438016,0.57438016,0.5495868,0.56198347,0.59090906,0.6322314,0.6446281,0.6528926,0.6363636,0.6528926,0.6363636,0.6198347,0.59090906,0.57438016,0.55785125,0.53305787,0.5123967,0.49173555,0.4752066,0.45041323,0.41322315,0.53305787,0.57024795,0.58264464,0.49173555,0.46694216,0.4876033,0.5123967,0.53305787,0.5413223,0.55785125,0.58264464,0.5785124,0.60330576,0.6322314,0.6446281,0.6404959,0.6322314,0.6198347,0.59504133,0.5661157,0.5661157,0.59917355,0.5371901,0.4752066,0.47107437,0.4876033,0.45041323,0.4752066,0.5247934,0.553719,0.58264464,0.60330576,0.60330576,0.59090906,0.5495868,0.49586776,0.42975205,0.41322315,0.446281,0.45867768,0.45454547,0.5041322,0.58264464,0.61570245,0.62396693,0.59917355,0.56198347,0.57024795,0.59504133,0.59917355,0.6280992,0.6363636,0.6487603,0.6322314,0.607438,0.59090906,0.57024795,0.54545456,0.5371901,0.5082645,0.5041322,0.46280992,0.45041323,0.42561984,0.4214876,0.5,0.5371901,0.5,0.4752066,0.4876033,0.5041322,0.5247934,0.53305787,0.55785125,0.5785124,0.58677685,0.61157024,0.6198347,0.6363636,0.6322314,0.61570245,0.60330576,0.5785124,0.56198347,0.59917355,0.6404959,0.5785124,0.5165289,0.45041323,0.4214876,0.37190083,0.3429752,0.4090909,0.4752066,0.5041322,0.5247934,0.5206612,0.5041322,0.45867768,0.38429752,0.30165288,0.28512397,0.338843,0.38842976,0.446281,0.553719,0.59504133,0.6363636,0.6528926,0.6652893,0.6280992,0.58264464,0.58677685,0.57024795,0.59917355,0.6363636,0.6280992,0.61570245,0.59504133,0.5785124,0.56198347,0.5413223,0.5123967,0.49586776,0.5,0.45454547,0.446281,0.4214876,0.3181818,0.3677686,0.41322315,0.45867768,0.49173555,0.49173555,0.5082645,0.5165289,0.5371901,0.5413223,0.57438016,0.58677685,0.60330576,0.59917355,0.6198347,0.61570245,0.607438,0.59504133,0.58677685,0.59090906,0.6446281,0.6694215,0.61570245,0.553719,0.5,0.37603307,0.28512397,0.24793388,0.29752067,0.3677686,0.4214876,0.446281,0.4338843,0.41322315,0.3553719,0.32231405,0.30165288,0.29338843,0.32231405,0.41735536,0.5041322,0.5785124,0.59504133,0.6280992,0.6570248,0.6694215,0.6570248,0.59917355,0.60330576,0.58264464,0.59917355,0.62396693,0.607438,0.59504133,0.58264464,0.57024795,0.5495868,0.5247934,0.5082645,0.5,0.49173555,0.46280992,0.45041323,0.40495867,0.32231405,0.3264463,0.30991736,0.37603307,0.47933885,0.49173555,0.5041322,0.5082645,0.53305787,0.5289256,0.56198347,0.5661157,0.59917355,0.607438,0.6198347,0.61570245,0.62396693,0.61570245,0.62396693,0.6363636,0.6735537,0.6694215,0.6446281,0.59090906,0.5495868,0.40495867,0.29752067,0.28512397,0.30165288,0.30165288,0.30991736,0.3305785,0.3305785,0.3181818,0.3553719,0.41322315,0.42975205,0.42975205,0.45454547,0.5082645,0.5495868,0.57438016,0.58677685,0.61570245,0.6528926,0.6528926,0.6694215,0.6487603,0.6363636,0.60330576,0.61157024,0.607438,0.59090906,0.58264464,0.57438016,0.55785125,0.5371901,0.5123967,0.5041322,0.5,0.48347107,0.46280992,0.446281,0.38842976,0.3140496,0.32231405,0.30165288,0.32231405,0.47107437,0.49173555,0.4876033,0.5123967,0.5165289,0.5289256,0.5413223,0.54545456,0.59504133,0.6198347,0.62396693,0.6198347,0.62396693,0.6404959,0.6528926,0.6570248,0.6528926,0.6652893,0.6570248,0.6280992,0.59090906,0.49173555,0.3966942,0.35123968,0.3429752,0.338843,0.3181818,0.3181818,0.3140496,0.37190083,0.43801653,0.48347107,0.5082645,0.5247934,0.5371901,0.553719,0.55785125,0.56198347,0.57024795,0.607438,0.6280992,0.6363636,0.6487603,0.6446281,0.6404959,0.61570245,0.607438,0.61157024,0.59917355,0.58677685,0.5661157,0.54545456,0.53305787,0.5123967,0.5041322,0.49586776,0.47933885,0.45867768,0.43801653,0.36363637,0.32231405,0.3181818,0.32231405,0.2768595,0.4338843,0.5,0.48347107,0.5041322,0.5123967,0.5165289,0.53305787,0.54545456,0.57438016,0.60330576,0.6198347,0.6322314,0.6404959,0.6404959,0.6528926,0.6487603,0.6446281,0.6652893,0.6404959,0.6198347,0.61157024,0.59090906,0.5206612,0.44214877,0.40495867,0.42561984,0.4214876,0.4214876,0.45867768,0.47933885,0.48347107,0.5082645,0.54545456,0.57024795,0.57024795,0.57438016,0.57438016,0.58677685,0.59090906,0.60330576,0.61570245,0.62396693,0.6363636,0.6322314,0.6322314,0.6280992,0.60330576,0.607438,0.60330576,0.59090906,0.5661157,0.5413223,0.5371901,0.5206612,0.5123967,0.5,0.47933885,0.45454547,0.42975205,0.3553719,0.32231405,0.3264463,0.3305785,0.28512397,0.3966942,0.4876033,0.5,0.5,0.5123967,0.5041322,0.5247934,0.54545456,0.55785125,0.59090906,0.61570245,0.6446281,0.6404959,0.6198347,0.6652893,0.6446281,0.6322314,0.6446281,0.6280992,0.61157024,0.62396693,0.6404959,0.61157024,0.54545456,0.5,0.5165289,0.49173555,0.5041322,0.5495868,0.54545456,0.5289256,0.56198347,0.57438016,0.57438016,0.58677685,0.59917355,0.59917355,0.60330576,0.61157024,0.59917355,0.61570245,0.607438,0.607438,0.60330576,0.61157024,0.607438,0.607438,0.61157024,0.60330576,0.59090906,0.57024795,0.54545456,0.53305787,0.53305787,0.5165289,0.5,0.4752066,0.45454547,0.41735536,0.3305785,0.32231405,0.3264463,0.3181818,0.30578512,0.30991736,0.5165289,0.5082645,0.49586776,0.5165289,0.5123967,0.5165289,0.5413223,0.58264464,0.59917355,0.61157024,0.6363636,0.62396693,0.58677685,0.62396693,0.6363636,0.6280992,0.6280992,0.62396693,0.61157024,0.6280992,0.6570248,0.6404959,0.61570245,0.607438,0.58264464,0.5041322,0.5413223,0.5661157,0.56198347,0.55785125,0.58677685,0.59504133,0.59090906,0.59090906,0.59090906,0.59917355,0.59090906,0.607438,0.59504133,0.59504133,0.57024795,0.55785125,0.55785125,0.5661157,0.59090906,0.60330576,0.61157024,0.61157024,0.59090906,0.57024795,0.5371901,0.5247934,0.53305787,0.5206612,0.5041322,0.47933885,0.45041323,0.3966942,0.3181818,0.3181818,0.32231405,0.3181818,0.3264463,0.2520661,0.4752066,0.4876033,0.49586776,0.5123967,0.5165289,0.5165289,0.54545456,0.59090906,0.59917355,0.61157024,0.6280992,0.6280992,0.607438,0.58264464,0.6198347,0.60330576,0.58677685,0.59917355,0.59917355,0.61570245,0.6404959,0.6446281,0.6280992,0.6652893,0.6570248,0.5785124,0.58677685,0.58677685,0.57024795,0.58264464,0.58264464,0.58677685,0.56198347,0.5495868,0.553719,0.55785125,0.5495868,0.5661157,0.56198347,0.5495868,0.5247934,0.48347107,0.47107437,0.49586776,0.553719,0.58264464,0.59917355,0.607438,0.58677685,0.5785124,0.5371901,0.5289256,0.5247934,0.5165289,0.5,0.47107437,0.446281,0.36363637,0.3140496,0.32231405,0.3140496,0.3305785,0.32231405,0.27272728,0.41322315,0.49173555,0.48347107,0.5,0.5082645,0.5247934,0.54545456,0.58677685,0.59917355,0.607438,0.62396693,0.6363636,0.59917355,0.5661157,0.55785125,0.54545456,0.5413223,0.5661157,0.57438016,0.5785124,0.5661157,0.54545456,0.5371901,0.5495868,0.553719,0.54545456,0.5495868,0.55785125,0.553719,0.5413223,0.5206612,0.48347107,0.46280992,0.446281,0.46280992,0.45867768,0.45867768,0.446281,0.45454547,0.44214877,0.41735536,0.3677686,0.37190083,0.446281,0.5082645,0.5495868,0.57438016,0.58677685,0.5785124,0.57024795,0.5413223,0.5247934,0.5123967,0.5082645,0.4876033,0.46280992,0.43801653,0.338843,0.30578512,0.32231405,0.3181818,0.32231405,0.3140496,0.3264463,0.30991736,0.47933885,0.48347107,0.4876033,0.5041322,0.5247934,0.5413223,0.58677685,0.58677685,0.59504133,0.61570245,0.62396693,0.57438016,0.5247934,0.4752066,0.44214877,0.46280992,0.49173555,0.4876033,0.45867768,0.42561984,0.3966942,0.40495867,0.40082645,0.39256197,0.40082645,0.4214876,0.4338843,0.44214877,0.4214876,0.40495867,0.40495867,0.4090909,0.40495867,0.37190083,0.3553719,0.36363637,0.35123968,0.34710744,0.35950413,0.3677686,0.3966942,0.4214876,0.4752066,0.5041322,0.5206612,0.5661157,0.59504133,0.58677685,0.5495868,0.5247934,0.5165289,0.5165289,0.5041322,0.4876033,0.46280992,0.40495867,0.3140496,0.30578512,0.3181818,0.3181818,0.3181818,0.3140496,0.3181818,0.30165288,0.42561984,0.48347107,0.48347107,0.5,0.5123967,0.5247934,0.56198347,0.59090906,0.59917355,0.607438,0.59504133,0.553719,0.5123967,0.45041323,0.35950413,0.3429752,0.3677686,0.35123968,0.30991736,0.3305785,0.3553719,0.3966942,0.42561984,0.43801653,0.44214877,0.43801653,0.42975205,0.42975205,0.4214876,0.42975205,0.43801653,0.42561984,0.446281,0.45454547,0.46694216,0.4752066,0.45867768,0.446281,0.44214877,0.46280992,0.5082645,0.54545456,0.553719,0.5413223,0.5371901,0.57024795,0.59090906,0.57438016,0.54545456,0.5206612,0.5041322,0.5041322,0.49586776,0.4752066,0.45454547,0.35950413,0.29752067,0.30991736,0.32231405,0.3140496,0.3140496,0.3140496,0.3181818,0.29752067,0.3677686,0.47933885,0.48347107,0.49586776,0.49586776,0.5,0.5289256,0.58264464,0.58677685,0.59090906,0.57024795,0.56198347,0.54545456,0.54545456,0.4876033,0.4090909,0.38429752,0.3966942,0.40495867,0.49586776,0.53305787,0.56198347,0.59504133,0.59504133,0.59917355,0.59090906,0.57024795,0.56198347,0.5495868,0.54545456,0.5495868,0.54545456,0.54545456,0.5495868,0.53305787,0.5206612,0.5,0.49173555,0.5041322,0.5206612,0.553719,0.5785124,0.5785124,0.5661157,0.59090906,0.57438016,0.57438016,0.55785125,0.5247934,0.5082645,0.5,0.49173555,0.4876033,0.47107437,0.4338843,0.30991736,0.2892562,0.3181818,0.3181818,0.3181818,0.3181818,0.3140496,0.32231405,0.30578512,0.32231405,0.43801653,0.49586776,0.49586776,0.5082645,0.46694216,0.49586776,0.53305787,0.59090906,0.5661157,0.55785125,0.58264464,0.59917355,0.6198347,0.6280992,0.5785124,0.5165289,0.49586776,0.47107437,0.5,0.5247934,0.5413223,0.55785125,0.57438016,0.57438016,0.57438016,0.5661157,0.5785124,0.57024795,0.5413223,0.5247934,0.5289256,0.5165289,0.5082645,0.5041322,0.47933885,0.49586776,0.5,0.5247934,0.56198347,0.58677685,0.58264464,0.58677685,0.58677685,0.61570245,0.59090906,0.5413223,0.54545456,0.5123967,0.5,0.49173555,0.49173555,0.4752066,0.45867768,0.37603307,0.2768595,0.30165288,0.3140496,0.30991736,0.32231405,0.3181818,0.32231405,0.32231405,0.3140496,0.2892562,0.41322315,0.49173555,0.49173555,0.49586776,0.4876033,0.4752066,0.5206612,0.55785125,0.55785125,0.56198347,0.59504133,0.6198347,0.6363636,0.6487603,0.6322314,0.57024795,0.5289256,0.48347107,0.49173555,0.5082645,0.5123967,0.5123967,0.5247934,0.5165289,0.5041322,0.4876033,0.49586776,0.49586776,0.4752066,0.46280992,0.47933885,0.47933885,0.4876033,0.5,0.49173555,0.5082645,0.5289256,0.553719,0.59090906,0.57438016,0.5661157,0.58677685,0.61157024,0.60330576,0.59090906,0.53305787,0.5247934,0.49586776,0.49173555,0.49173555,0.48347107,0.46280992,0.45041323,0.28512397,0.2644628,0.30991736,0.3140496,0.3140496,0.3264463,0.3181818,0.32231405,0.32231405,0.3140496,0.2768595,0.42975205,0.49173555,0.4876033,0.49173555,0.5041322,0.4752066,0.5,0.5165289,0.53305787,0.57024795,0.59917355,0.60330576,0.6198347,0.6404959,0.6322314,0.6198347,0.57024795,0.54545456,0.5206612,0.5247934,0.5289256,0.5206612,0.5082645,0.5041322,0.4876033,0.45454547,0.44214877,0.4338843,0.43801653,0.45041323,0.47107437,0.4752066,0.5041322,0.5165289,0.5206612,0.5371901,0.5495868,0.56198347,0.58264464,0.59917355,0.5495868,0.58264464,0.61570245,0.607438,0.58264464,0.5413223,0.5041322,0.48347107,0.4876033,0.49173555,0.47107437,0.45041323,0.36363637,0.23966943,0.29338843,0.29752067,0.30991736,0.3181818,0.3181818,0.3181818,0.3140496,0.3140496,0.3181818,0.27272728,0.45454547,0.5082645,0.4752066,0.47933885,0.49173555,0.47933885,0.49586776,0.49586776,0.5206612,0.5661157,0.59917355,0.59504133,0.58677685,0.61570245,0.61157024,0.61570245,0.58264464,0.58677685,0.5371901,0.53305787,0.5206612,0.5041322,0.49173555,0.4876033,0.49173555,0.46694216,0.45041323,0.44214877,0.44214877,0.46694216,0.4876033,0.5041322,0.5206612,0.5206612,0.53305787,0.5495868,0.56198347,0.5661157,0.58677685,0.59504133,0.55785125,0.58677685,0.59504133,0.59504133,0.57438016,0.53305787,0.49586776,0.48347107,0.4876033,0.48347107,0.45454547,0.42561984,0.2768595,0.2603306,0.29338843,0.29338843,0.30991736,0.3140496,0.3140496,0.3181818,0.3140496,0.3181818,0.3140496,0.27272728,0.48347107,0.5247934,0.47107437,0.45454547,0.4752066,0.47933885,0.47933885,0.47933885,0.5082645,0.55785125,0.60330576,0.61570245,0.59504133,0.58677685,0.61157024,0.60330576,0.59504133,0.59504133,0.57024795,0.5413223,0.5371901,0.5247934,0.5247934,0.5206612,0.53305787,0.5247934,0.5123967,0.5082645,0.5041322,0.5289256,0.5413223,0.5495868,0.5495868,0.5495868,0.56198347,0.5785124,0.59917355,0.60330576,0.59917355,0.57438016,0.58677685,0.607438,0.59090906,0.57024795,0.553719,0.5082645,0.4876033,0.48347107,0.48347107,0.45867768,0.41735536,0.40495867,0.23966943,0.27272728,0.29338843,0.30165288,0.30578512,0.3140496,0.3181818,0.3181818,0.3181818,0.3140496,0.30991736,0.2768595,0.5041322,0.5247934,0.4752066,0.45041323,0.45454547,0.4752066,0.4752066,0.4752066,0.4876033,0.53305787,0.58677685,0.61570245,0.61570245,0.58677685,0.607438,0.61157024,0.58677685,0.60330576,0.59090906,0.57438016,0.58264464,0.59917355,0.61157024,0.6198347,0.6487603,0.6404959,0.607438,0.59090906,0.59090906,0.6198347,0.607438,0.60330576,0.60330576,0.607438,0.59917355,0.607438,0.6198347,0.62396693,0.60330576,0.60330576,0.5785124,0.59504133,0.60330576,0.55785125,0.54545456,0.5123967,0.49586776,0.49173555,0.4752066,0.41735536,0.39256197,0.40495867,0.23140496,0.2768595,0.28512397,0.30165288,0.30578512,0.3181818,0.3140496,0.3140496,0.3264463,0.3181818,0.29752067,0.29752067,0.5165289,0.5289256,0.48347107,0.446281,0.42561984,0.45867768,0.47107437,0.4752066,0.47107437,0.5,0.56198347,0.58264464,0.58677685,0.59917355,0.59090906,0.58264464,0.57024795,0.59504133,0.61157024,0.61570245,0.6322314,0.6528926,0.6818182,0.6942149,0.7066116,0.7107438,0.6859504,0.6735537,0.6404959,0.661157,0.6694215,0.677686,0.661157,0.6487603,0.6363636,0.6322314,0.62396693,0.6280992,0.607438,0.61157024,0.607438,0.59504133,0.58677685,0.57024795,0.53305787,0.5041322,0.49173555,0.4752066,0.45041323,0.3677686,0.38842976,0.41322315,0.21487603,0.29338843,0.28512397,0.30165288,0.29752067,0.3140496,0.3140496,0.3140496,0.3181818,0.32231405,0.29752067,0.3264463,0.53305787,0.5165289,0.4876033,0.45041323,0.40495867,0.4214876,0.45454547,0.45867768,0.47107437,0.47933885,0.5289256,0.553719,0.55785125,0.57024795,0.607438,0.5785124,0.58677685,0.58677685,0.59090906,0.62396693,0.6446281,0.6528926,0.6735537,0.6942149,0.7066116,0.6983471,0.6983471,0.6735537,0.6735537,0.6694215,0.677686,0.69008267,0.6735537,0.6570248,0.6570248,0.6487603,0.6363636,0.6446281,0.61570245,0.61157024,0.607438,0.59504133,0.5785124,0.553719,0.5123967,0.49173555,0.4752066,0.43801653,0.38429752,0.35950413,0.4090909,0.4090909,0.2231405,0.2892562,0.29752067,0.29338843,0.29752067,0.3140496,0.3140496,0.32231405,0.3140496,0.3140496,0.28512397,0.3677686,0.54545456,0.5206612,0.4876033,0.45867768,0.41735536,0.38429752,0.41735536,0.43801653,0.45454547,0.46694216,0.5082645,0.5289256,0.5661157,0.57438016,0.59917355,0.607438,0.59090906,0.59917355,0.59090906,0.607438,0.62396693,0.6322314,0.6487603,0.6735537,0.69008267,0.69008267,0.6859504,0.6818182,0.6859504,0.69008267,0.6942149,0.6818182,0.6404959,0.6528926,0.661157,0.6446281,0.6446281,0.6487603,0.6280992,0.607438,0.58677685,0.5785124,0.5495868,0.5247934,0.49586776,0.47107437,0.446281,0.37603307,0.33471075,0.38842976,0.43801653,0.39256197,0.23966943,0.2892562,0.29752067,0.29338843,0.29752067,0.3140496,0.30991736,0.30991736,0.3264463,0.33471075,0.28099173,0.43801653,0.5413223,0.5247934,0.4876033,0.45867768,0.44214877,0.40082645,0.38842976,0.40495867,0.43801653,0.446281,0.47933885,0.5082645,0.553719,0.5371901,0.57024795,0.59504133,0.5785124,0.58264464,0.607438,0.607438,0.607438,0.6198347,0.6280992,0.661157,0.6694215,0.677686,0.6652893,0.6735537,0.6652893,0.661157,0.6694215,0.6694215,0.6446281,0.6487603,0.6570248,0.6280992,0.62396693,0.6363636,0.61157024,0.60330576,0.5785124,0.55785125,0.5289256,0.5,0.47107437,0.446281,0.38016528,0.3305785,0.3677686,0.40495867,0.45454547,0.38842976,0.25619835,0.29752067,0.29338843,0.30165288,0.30165288,0.30991736,0.338843,0.38429752,0.4338843,0.43801653,0.38842976,0.49173555,0.5371901,0.5289256,0.5041322,0.47107437,0.46280992,0.43801653,0.39256197,0.3677686,0.40082645,0.4214876,0.46280992,0.4752066,0.5165289,0.5247934,0.53305787,0.56198347,0.55785125,0.5661157,0.59090906,0.5785124,0.5785124,0.607438,0.6198347,0.6322314,0.6446281,0.6570248,0.6446281,0.6446281,0.6363636,0.62396693,0.6280992,0.6280992,0.6198347,0.6487603,0.62396693,0.61157024,0.6198347,0.607438,0.58677685,0.58677685,0.56198347,0.5371901,0.5041322,0.47107437,0.43801653,0.38842976,0.35123968,0.35123968,0.41735536,0.42975205,0.46280992,0.37603307,0.2603306,0.29338843,0.29338843,0.29752067,0.30165288,0.45041323,0.56198347,0.59917355,0.5785124,0.5371901,0.49586776,0.5206612,0.53305787,0.5206612,0.5123967,0.49173555,0.47107437,0.45041323,0.41322315,0.38016528,0.3677686,0.38429752,0.42561984,0.45041323,0.48347107,0.5041322,0.5206612,0.53305787,0.5413223,0.55785125,0.56198347,0.5206612,0.5495868,0.59090906,0.59917355,0.607438,0.607438,0.6280992,0.6280992,0.62396693,0.6280992,0.61157024,0.61157024,0.62396693,0.607438,0.61570245,0.59504133,0.58677685,0.60330576,0.58677685,0.5785124,0.56198347,0.5371901,0.5041322,0.46694216,0.42561984,0.38016528,0.3553719,0.37603307,0.40082645,0.4338843,0.45041323,0.46694216,0.3677686,0.2644628,0.29338843,0.29752067,0.29338843,0.30165288,0.7066116,0.77272725,0.6487603,0.5247934,0.5123967,0.5082645,0.53305787,0.54545456,0.5371901,0.5165289,0.49586776,0.48347107,0.45867768,0.42975205,0.40082645,0.38429752,0.37190083,0.38016528,0.41322315,0.45041323,0.47933885,0.49173555,0.5041322,0.5247934,0.5371901,0.5371901,0.5289256,0.5413223,0.56198347,0.55785125,0.5661157,0.57024795,0.59917355,0.60330576,0.61157024,0.60330576,0.60330576,0.61570245,0.61157024,0.59504133,0.59090906,0.57024795,0.553719,0.5785124,0.5661157,0.5371901,0.5206612,0.49586776,0.46694216,0.41322315,0.3677686,0.3553719,0.37190083,0.40495867,0.41735536,0.45454547,0.45867768,0.45867768,0.338843,0.2644628,0.29752067,0.30165288,0.2892562,0.29752067,0.8016529,0.7892562,0.5661157,0.53305787,0.5289256,0.5165289,0.5413223,0.553719,0.54545456,0.5247934,0.5,0.4752066,0.45867768,0.44214877,0.42561984,0.3966942,0.38016528,0.38016528,0.38016528,0.4090909,0.4338843,0.46280992,0.47933885,0.5,0.5123967,0.5123967,0.49586776,0.5165289,0.53305787,0.53305787,0.5413223,0.54545456,0.5661157,0.5785124,0.58264464,0.57024795,0.58264464,0.59090906,0.58677685,0.57438016,0.55785125,0.5413223,0.5247934,0.553719,0.53305787,0.5,0.47933885,0.446281,0.41322315,0.35950413,0.35123968,0.36363637,0.39256197,0.42975205,0.4338843,0.46694216,0.47107437,0.446281,0.3264463,0.28099173,0.29338843,0.29752067,0.29338843,0.29338843,0.8305785,0.76859504,0.53305787,0.5495868,0.5495868,0.5289256,0.54545456,0.56198347,0.5495868,0.5371901,0.5123967,0.48347107,0.47933885,0.45041323,0.45041323,0.41322315,0.3966942,0.39256197,0.38842976,0.37603307,0.38842976,0.4214876,0.44214877,0.46694216,0.48347107,0.49586776,0.47933885,0.46280992,0.5041322,0.5041322,0.5206612,0.5206612,0.5289256,0.5413223,0.54545456,0.5289256,0.54545456,0.5495868,0.5413223,0.5206612,0.5247934,0.5247934,0.5123967,0.5206612,0.5,0.48347107,0.45454547,0.3966942,0.3677686,0.35123968,0.37190083,0.37603307,0.42975205,0.44214877,0.46694216,0.47107437,0.4752066,0.4338843,0.3140496,0.2768595,0.29338843,0.30165288,0.30578512,0.29338843,0.8429752,0.7768595,0.5495868,0.56198347,0.56198347,0.5413223,0.55785125,0.57024795,0.56198347,0.5413223,0.5247934,0.49586776,0.49586776,0.47107437,0.45454547,0.4214876,0.40082645,0.3966942,0.40495867,0.38842976,0.38429752,0.39256197,0.40082645,0.42975205,0.46280992,0.47107437,0.48347107,0.446281,0.45454547,0.47933885,0.5041322,0.5082645,0.5082645,0.5082645,0.5165289,0.5041322,0.5082645,0.5165289,0.49173555,0.5041322,0.49586776,0.47933885,0.4876033,0.4752066,0.46280992,0.4338843,0.38016528,0.34710744,0.35123968,0.37603307,0.38842976,0.4090909,0.45867768,0.45867768,0.48347107,0.47107437,0.47933885,0.41735536,0.30578512,0.2892562,0.29752067,0.29752067,0.30578512,0.29338843,0.8471074,0.78512394,0.58264464,0.57438016,0.57024795,0.5495868,0.57024795,0.57438016,0.57438016,0.553719,0.54545456,0.5123967,0.49173555,0.48347107,0.446281,0.44214877,0.42561984,0.40495867,0.4090909,0.40495867,0.40082645,0.39256197,0.38842976,0.38016528,0.40495867,0.42975205,0.45454547,0.446281,0.44214877,0.446281,0.46280992,0.47107437,0.47107437,0.4752066,0.4752066,0.4752066,0.4752066,0.4876033,0.46694216,0.46694216,0.45454547,0.45041323,0.446281,0.42975205,0.41322315,0.37190083,0.35950413,0.35123968,0.37603307,0.40082645,0.42561984,0.44214877,0.46694216,0.48347107,0.48347107,0.47933885,0.4752066,0.4214876,0.32231405,0.2892562,0.29338843,0.30578512,0.2892562,0.3140496,29 +0.40495867,0.45454547,0.5,0.53305787,0.57024795,0.59090906,0.61157024,0.6280992,0.6528926,0.661157,0.6694215,0.6652893,0.6570248,0.6818182,0.6818182,0.677686,0.6859504,0.6942149,0.6942149,0.6942149,0.70247936,0.7107438,0.69008267,0.71487606,0.7107438,0.7066116,0.70247936,0.6570248,0.661157,0.677686,0.6528926,0.6570248,0.58264464,0.48347107,0.53305787,0.5413223,0.553719,0.59504133,0.60330576,0.6363636,0.6446281,0.6404959,0.6363636,0.6487603,0.6280992,0.59504133,0.58264464,0.59917355,0.56198347,0.5495868,0.5785124,0.5661157,0.5661157,0.553719,0.53305787,0.54545456,0.5495868,0.54545456,0.5495868,0.5123967,0.4752066,0.446281,0.42561984,0.38016528,0.38429752,0.43801653,0.49586776,0.5247934,0.5661157,0.5785124,0.607438,0.6363636,0.6487603,0.677686,0.6859504,0.6694215,0.6570248,0.677686,0.677686,0.70247936,0.7107438,0.7107438,0.6983471,0.70247936,0.71900827,0.71487606,0.6983471,0.71487606,0.72727275,0.71487606,0.7107438,0.6942149,0.6694215,0.661157,0.6404959,0.6322314,0.5206612,0.49586776,0.5661157,0.58264464,0.58677685,0.60330576,0.6322314,0.6570248,0.6528926,0.6404959,0.6487603,0.6652893,0.60330576,0.57438016,0.61570245,0.6446281,0.58264464,0.5495868,0.60330576,0.59504133,0.59090906,0.57024795,0.55785125,0.5495868,0.553719,0.5371901,0.5371901,0.49586776,0.47107437,0.4338843,0.40082645,0.35950413,0.3966942,0.446281,0.49586776,0.53305787,0.56198347,0.58264464,0.58264464,0.6280992,0.6487603,0.6694215,0.677686,0.6859504,0.69008267,0.7066116,0.70247936,0.71900827,0.7107438,0.7066116,0.73140496,0.72727275,0.71487606,0.74793386,0.73966944,0.73140496,0.73966944,0.71900827,0.7107438,0.71487606,0.6818182,0.6487603,0.62396693,0.61157024,0.5413223,0.59090906,0.61570245,0.6404959,0.6322314,0.6280992,0.6694215,0.6694215,0.6652893,0.677686,0.661157,0.6652893,0.59504133,0.59917355,0.6570248,0.6652893,0.607438,0.57438016,0.607438,0.6363636,0.62396693,0.59504133,0.57024795,0.57438016,0.5661157,0.5495868,0.5247934,0.49586776,0.46280992,0.4214876,0.38842976,0.3305785,0.41322315,0.45867768,0.5041322,0.5413223,0.57024795,0.5661157,0.57438016,0.62396693,0.6446281,0.661157,0.677686,0.69008267,0.7107438,0.72727275,0.7066116,0.72727275,0.72727275,0.72727275,0.74380165,0.74380165,0.74380165,0.75619835,0.76859504,0.73966944,0.74380165,0.75206614,0.72727275,0.7231405,0.7107438,0.677686,0.6528926,0.6404959,0.607438,0.6446281,0.6694215,0.6859504,0.6735537,0.6694215,0.6942149,0.6859504,0.6942149,0.6983471,0.6652893,0.6446281,0.6280992,0.6487603,0.6652893,0.661157,0.62396693,0.57438016,0.6280992,0.6280992,0.62396693,0.60330576,0.59917355,0.58677685,0.5661157,0.5495868,0.5206612,0.47933885,0.45041323,0.4090909,0.38016528,0.3181818,0.46694216,0.48347107,0.5123967,0.54545456,0.5661157,0.56198347,0.58264464,0.607438,0.6404959,0.6652893,0.6818182,0.69008267,0.7066116,0.73140496,0.7231405,0.7355372,0.74380165,0.75206614,0.74380165,0.75619835,0.73966944,0.7231405,0.74380165,0.74793386,0.75206614,0.75206614,0.75206614,0.74380165,0.7066116,0.6942149,0.6983471,0.69008267,0.6818182,0.6652893,0.7107438,0.6942149,0.7066116,0.7107438,0.7066116,0.6942149,0.70247936,0.71487606,0.6735537,0.6487603,0.6694215,0.6942149,0.677686,0.661157,0.6446281,0.61157024,0.59917355,0.6322314,0.59090906,0.59917355,0.61570245,0.58677685,0.56198347,0.54545456,0.5123967,0.47107437,0.43801653,0.40082645,0.36363637,0.32231405,0.5247934,0.5247934,0.53305787,0.5495868,0.56198347,0.57024795,0.59090906,0.61570245,0.6446281,0.677686,0.69008267,0.6942149,0.7066116,0.73140496,0.7355372,0.7355372,0.73966944,0.75206614,0.74380165,0.75206614,0.74380165,0.73140496,0.73140496,0.74380165,0.75619835,0.74793386,0.74793386,0.74380165,0.6983471,0.70247936,0.7231405,0.70247936,0.7107438,0.7066116,0.7066116,0.71900827,0.7355372,0.72727275,0.7107438,0.6983471,0.6983471,0.71900827,0.6652893,0.6487603,0.69008267,0.6983471,0.6859504,0.6818182,0.6735537,0.6694215,0.6322314,0.61570245,0.57438016,0.58677685,0.61570245,0.58264464,0.56198347,0.5495868,0.5165289,0.4752066,0.42975205,0.41322315,0.3553719,0.3181818,0.56198347,0.5495868,0.5495868,0.553719,0.5661157,0.58264464,0.60330576,0.6363636,0.6446281,0.6694215,0.677686,0.6983471,0.70247936,0.71487606,0.71487606,0.7231405,0.73140496,0.71487606,0.7231405,0.7355372,0.7355372,0.7231405,0.7231405,0.7231405,0.71900827,0.71487606,0.7355372,0.75206614,0.72727275,0.7231405,0.7355372,0.7231405,0.70247936,0.7107438,0.6859504,0.7107438,0.71900827,0.7107438,0.7107438,0.70247936,0.7066116,0.71487606,0.6735537,0.661157,0.6942149,0.70247936,0.69008267,0.6818182,0.6818182,0.6735537,0.6694215,0.6487603,0.61157024,0.60330576,0.607438,0.58264464,0.5661157,0.553719,0.5165289,0.47107437,0.42561984,0.41735536,0.37603307,0.29338843,0.5661157,0.56198347,0.55785125,0.55785125,0.5661157,0.59917355,0.607438,0.6363636,0.6198347,0.61157024,0.6363636,0.6570248,0.6694215,0.6652893,0.6652893,0.6735537,0.69008267,0.6818182,0.69008267,0.70247936,0.6942149,0.6859504,0.6942149,0.677686,0.61157024,0.607438,0.69008267,0.71487606,0.7231405,0.71900827,0.71487606,0.70247936,0.677686,0.6818182,0.6694215,0.6818182,0.69008267,0.677686,0.6942149,0.6818182,0.6859504,0.6942149,0.69008267,0.677686,0.677686,0.677686,0.677686,0.6694215,0.6735537,0.6528926,0.6487603,0.6404959,0.6280992,0.61570245,0.59090906,0.57438016,0.56198347,0.54545456,0.5206612,0.47933885,0.43801653,0.40495867,0.40082645,0.32231405,0.55785125,0.56198347,0.553719,0.5661157,0.5785124,0.59504133,0.5785124,0.55785125,0.5413223,0.5206612,0.5495868,0.5661157,0.5661157,0.553719,0.5661157,0.58264464,0.58264464,0.59090906,0.61157024,0.6198347,0.60330576,0.58677685,0.6322314,0.61157024,0.55785125,0.56198347,0.62396693,0.6694215,0.6818182,0.69008267,0.6652893,0.6528926,0.6487603,0.6487603,0.6570248,0.677686,0.6694215,0.6528926,0.6570248,0.6735537,0.6735537,0.677686,0.6694215,0.6735537,0.6652893,0.6570248,0.661157,0.6487603,0.6487603,0.6322314,0.62396693,0.61570245,0.607438,0.58677685,0.5785124,0.57024795,0.55785125,0.5413223,0.5247934,0.4752066,0.42975205,0.41322315,0.3966942,0.37603307,0.55785125,0.53305787,0.5495868,0.5413223,0.5206612,0.5,0.47107437,0.47107437,0.4338843,0.45041323,0.4214876,0.42561984,0.41322315,0.40495867,0.40495867,0.42561984,0.42975205,0.41735536,0.44214877,0.46694216,0.46694216,0.49173555,0.53305787,0.5,0.47933885,0.5289256,0.57438016,0.61570245,0.61157024,0.6446281,0.6322314,0.61570245,0.62396693,0.6446281,0.6528926,0.6694215,0.6528926,0.6446281,0.59090906,0.6198347,0.62396693,0.6280992,0.61570245,0.607438,0.607438,0.60330576,0.59917355,0.607438,0.60330576,0.59504133,0.5785124,0.5661157,0.553719,0.54545456,0.5082645,0.48347107,0.5041322,0.4876033,0.5,0.49173555,0.43801653,0.4090909,0.40082645,0.41322315,0.5495868,0.5247934,0.5041322,0.4338843,0.39256197,0.37190083,0.35950413,0.33471075,0.3264463,0.338843,0.29752067,0.30578512,0.29338843,0.29752067,0.28099173,0.2892562,0.2892562,0.2768595,0.29752067,0.3181818,0.35950413,0.36363637,0.40495867,0.4214876,0.4338843,0.46280992,0.5082645,0.53305787,0.53305787,0.59504133,0.60330576,0.607438,0.62396693,0.6404959,0.6446281,0.6487603,0.6280992,0.57438016,0.607438,0.58677685,0.5661157,0.55785125,0.5165289,0.5123967,0.5,0.47107437,0.45454547,0.446281,0.446281,0.43801653,0.42561984,0.41322315,0.41735536,0.4090909,0.41735536,0.37190083,0.38842976,0.37190083,0.39256197,0.46280992,0.446281,0.40082645,0.39256197,0.41735536,0.5371901,0.46280992,0.37603307,0.30165288,0.2644628,0.2768595,0.28099173,0.2768595,0.28099173,0.29338843,0.2644628,0.2644628,0.22727273,0.2231405,0.2107438,0.21900827,0.2107438,0.20661157,0.21900827,0.23553719,0.23966943,0.2892562,0.30165288,0.37603307,0.41735536,0.42975205,0.446281,0.45041323,0.53305787,0.58264464,0.60330576,0.61157024,0.6404959,0.6198347,0.61570245,0.60330576,0.57024795,0.553719,0.5661157,0.5495868,0.5123967,0.4752066,0.42975205,0.42975205,0.40495867,0.3264463,0.29338843,0.2644628,0.25619835,0.23966943,0.23966943,0.24793388,0.24793388,0.24793388,0.27272728,0.28099173,0.2603306,0.2768595,0.29752067,0.33471075,0.35123968,0.35950413,0.38842976,0.41322315,0.5495868,0.40082645,0.29338843,0.29338843,0.2768595,0.2768595,0.30165288,0.3264463,0.33471075,0.3429752,0.32231405,0.3264463,0.30991736,0.30578512,0.28512397,0.28512397,0.28512397,0.27272728,0.2644628,0.24793388,0.23553719,0.27272728,0.29338843,0.3429752,0.38016528,0.4090909,0.40082645,0.42561984,0.5,0.5495868,0.58677685,0.5661157,0.59090906,0.5785124,0.57024795,0.5495868,0.5123967,0.5289256,0.5206612,0.47933885,0.4338843,0.40495867,0.35950413,0.35950413,0.3264463,0.2520661,0.1983471,0.18595041,0.17355372,0.1694215,0.18595041,0.1983471,0.20247933,0.19421488,0.20661157,0.2231405,0.2231405,0.22727273,0.24793388,0.24380165,0.23966943,0.2603306,0.3264463,0.4214876,0.5371901,0.44214877,0.34710744,0.35950413,0.3553719,0.38842976,0.41322315,0.41735536,0.42561984,0.4338843,0.41322315,0.4090909,0.39256197,0.37603307,0.34710744,0.3305785,0.32231405,0.29338843,0.28099173,0.2768595,0.26859504,0.28099173,0.30165288,0.33471075,0.35123968,0.3677686,0.38016528,0.4214876,0.45867768,0.4876033,0.5247934,0.5495868,0.5661157,0.57438016,0.56198347,0.553719,0.54545456,0.5206612,0.49586776,0.45867768,0.38429752,0.35123968,0.3140496,0.29752067,0.2768595,0.23553719,0.20661157,0.1983471,0.18181819,0.1983471,0.20247933,0.20661157,0.20661157,0.20661157,0.20247933,0.21900827,0.21487603,0.23553719,0.23140496,0.2107438,0.2107438,0.21487603,0.23553719,0.38429752,0.55785125,0.5,0.41735536,0.4090909,0.40495867,0.40495867,0.42561984,0.42561984,0.39256197,0.35950413,0.3264463,0.30991736,0.27272728,0.23140496,0.20661157,0.18595041,0.22727273,0.21487603,0.2231405,0.25619835,0.22727273,0.25619835,0.25619835,0.28512397,0.30165288,0.3181818,0.338843,0.38429752,0.42975205,0.47107437,0.5289256,0.6198347,0.6487603,0.6404959,0.62396693,0.60330576,0.56198347,0.5082645,0.45454547,0.40082645,0.3181818,0.28099173,0.2520661,0.22727273,0.2107438,0.20247933,0.20661157,0.19008264,0.1983471,0.21900827,0.21900827,0.23553719,0.25619835,0.2603306,0.27272728,0.29338843,0.29338843,0.30991736,0.30165288,0.2644628,0.23966943,0.22727273,0.23553719,0.3677686,0.5661157,0.553719,0.49586776,0.45041323,0.42561984,0.40082645,0.38842976,0.37603307,0.3140496,0.26859504,0.23966943,0.21900827,0.23140496,0.19008264,0.19008264,0.20247933,0.16528925,0.23553719,0.22727273,0.3140496,0.3429752,0.29338843,0.27272728,0.3181818,0.3140496,0.3140496,0.30578512,0.338843,0.39256197,0.4752066,0.56198347,0.661157,0.69008267,0.661157,0.6694215,0.6487603,0.58264464,0.5,0.4090909,0.30991736,0.2603306,0.24793388,0.23966943,0.22727273,0.23966943,0.1983471,0.17768595,0.17768595,0.22727273,0.16528925,0.14049587,0.18595041,0.21487603,0.23966943,0.2520661,0.2892562,0.338843,0.36363637,0.3677686,0.338843,0.30991736,0.28099173,0.29338843,0.39256197,0.58677685,0.59917355,0.5661157,0.5041322,0.46280992,0.41735536,0.38016528,0.36363637,0.2892562,0.2231405,0.18595041,0.23140496,0.3966942,0.35123968,0.23966943,0.30165288,0.21900827,0.2644628,0.3140496,0.446281,0.5,0.38429752,0.3181818,0.3429752,0.4090909,0.43801653,0.38016528,0.34710744,0.38016528,0.45867768,0.56198347,0.6859504,0.7231405,0.69008267,0.7107438,0.6735537,0.58264464,0.4752066,0.3553719,0.29752067,0.36363637,0.3553719,0.29338843,0.32231405,0.38429752,0.29338843,0.23553719,0.20247933,0.28099173,0.2231405,0.13636364,0.2231405,0.21900827,0.17768595,0.20661157,0.21900827,0.2603306,0.3305785,0.3677686,0.35950413,0.37190083,0.3429752,0.36363637,0.42561984,0.59917355,0.6198347,0.60330576,0.56198347,0.5247934,0.4876033,0.45041323,0.4090909,0.3305785,0.2892562,0.28512397,0.29752067,0.4214876,0.5041322,0.3429752,0.33471075,0.32231405,0.35123968,0.40495867,0.4876033,0.49586776,0.41735536,0.40495867,0.4090909,0.37190083,0.5123967,0.47933885,0.41322315,0.41322315,0.4876033,0.59090906,0.677686,0.7231405,0.7231405,0.71900827,0.6652893,0.5495868,0.43801653,0.3553719,0.38016528,0.46694216,0.4090909,0.3264463,0.43801653,0.5165289,0.42561984,0.29338843,0.26859504,0.24793388,0.2892562,0.2231405,0.35123968,0.3181818,0.20247933,0.17768595,0.2107438,0.2644628,0.30578512,0.3429752,0.36363637,0.4090909,0.40495867,0.42975205,0.4338843,0.6198347,0.6322314,0.6198347,0.59917355,0.5785124,0.58264464,0.553719,0.49173555,0.45041323,0.44214877,0.42975205,0.42975205,0.45454547,0.49173555,0.5,0.40495867,0.42561984,0.42561984,0.45041323,0.46694216,0.46280992,0.44214877,0.446281,0.4876033,0.5,0.5123967,0.47933885,0.45867768,0.46280992,0.53305787,0.61157024,0.661157,0.71487606,0.7355372,0.7107438,0.6487603,0.54545456,0.43801653,0.39256197,0.41322315,0.42975205,0.41322315,0.41735536,0.40082645,0.48347107,0.49586776,0.40082645,0.3429752,0.3181818,0.338843,0.40082645,0.45454547,0.37190083,0.27272728,0.24793388,0.2231405,0.28099173,0.34710744,0.36363637,0.41735536,0.446281,0.45041323,0.45041323,0.446281,0.62396693,0.6363636,0.6322314,0.6322314,0.6280992,0.6322314,0.6198347,0.59090906,0.5661157,0.54545456,0.53305787,0.5206612,0.5082645,0.5041322,0.5123967,0.46694216,0.47933885,0.47107437,0.47107437,0.47107437,0.446281,0.43801653,0.45041323,0.47933885,0.5206612,0.5165289,0.4752066,0.5041322,0.5289256,0.5661157,0.61570245,0.661157,0.71487606,0.74793386,0.71487606,0.6487603,0.5206612,0.446281,0.42975205,0.42561984,0.4876033,0.5082645,0.47107437,0.43801653,0.45867768,0.48347107,0.47933885,0.45454547,0.41322315,0.41322315,0.45454547,0.43801653,0.40495867,0.33471075,0.3140496,0.30578512,0.35123968,0.41322315,0.4214876,0.46694216,0.49173555,0.4876033,0.45867768,0.45867768,0.61570245,0.62396693,0.6363636,0.6446281,0.6570248,0.6570248,0.6487603,0.6322314,0.607438,0.59090906,0.56198347,0.5495868,0.5413223,0.5289256,0.5206612,0.5123967,0.5,0.49586776,0.49586776,0.49173555,0.4752066,0.48347107,0.4876033,0.5082645,0.5247934,0.5082645,0.5247934,0.58677685,0.59090906,0.59917355,0.6280992,0.6694215,0.7231405,0.7644628,0.71900827,0.6735537,0.54545456,0.45454547,0.45041323,0.45041323,0.46694216,0.49586776,0.47933885,0.46694216,0.45041323,0.4752066,0.4752066,0.47107437,0.45454547,0.45454547,0.446281,0.45041323,0.4338843,0.43801653,0.4338843,0.42975205,0.446281,0.4876033,0.49173555,0.5041322,0.5123967,0.5082645,0.47107437,0.46694216,0.61157024,0.6198347,0.62396693,0.6487603,0.6694215,0.661157,0.6735537,0.6570248,0.6363636,0.62396693,0.607438,0.59090906,0.57438016,0.55785125,0.55785125,0.5661157,0.5495868,0.5495868,0.553719,0.5495868,0.5413223,0.5371901,0.54545456,0.55785125,0.5661157,0.5785124,0.607438,0.6198347,0.61570245,0.61570245,0.6363636,0.6694215,0.73966944,0.78099173,0.73966944,0.69008267,0.56198347,0.446281,0.4752066,0.4876033,0.47107437,0.4876033,0.5041322,0.49586776,0.48347107,0.4752066,0.47933885,0.47933885,0.48347107,0.48347107,0.47933885,0.47933885,0.48347107,0.47933885,0.49173555,0.5123967,0.5206612,0.53305787,0.5371901,0.5371901,0.5247934,0.5206612,0.46694216,0.46280992,0.59917355,0.61570245,0.6404959,0.6528926,0.661157,0.6694215,0.6818182,0.6735537,0.6652893,0.6694215,0.6570248,0.6570248,0.6446281,0.6280992,0.62396693,0.6322314,0.61157024,0.607438,0.60330576,0.59090906,0.59917355,0.6198347,0.6280992,0.61570245,0.62396693,0.6322314,0.6404959,0.61570245,0.61157024,0.6280992,0.6528926,0.69008267,0.75619835,0.78099173,0.75206614,0.6983471,0.57024795,0.47107437,0.4752066,0.5123967,0.5123967,0.5041322,0.5123967,0.5165289,0.5206612,0.5247934,0.5247934,0.5247934,0.5165289,0.5123967,0.5,0.5041322,0.5206612,0.5206612,0.53305787,0.55785125,0.56198347,0.55785125,0.55785125,0.54545456,0.53305787,0.5041322,0.4752066,0.46694216,0.607438,0.607438,0.6322314,0.6528926,0.661157,0.6694215,0.69008267,0.6818182,0.6652893,0.69008267,0.6735537,0.6735537,0.6694215,0.6528926,0.6363636,0.6363636,0.6280992,0.6446281,0.6570248,0.6694215,0.677686,0.69008267,0.6735537,0.661157,0.6652893,0.6570248,0.6322314,0.62396693,0.6322314,0.6280992,0.6404959,0.69008267,0.77272725,0.7768595,0.75619835,0.6942149,0.58677685,0.5,0.47933885,0.5041322,0.5289256,0.5413223,0.54545456,0.5371901,0.553719,0.553719,0.5495868,0.5661157,0.5661157,0.5661157,0.5495868,0.54545456,0.57024795,0.56198347,0.5661157,0.58677685,0.58264464,0.5661157,0.55785125,0.5371901,0.5123967,0.5,0.4752066,0.45867768,0.59504133,0.59917355,0.61157024,0.6280992,0.6404959,0.661157,0.6735537,0.677686,0.677686,0.69008267,0.677686,0.6735537,0.661157,0.6487603,0.661157,0.6818182,0.677686,0.6818182,0.6859504,0.677686,0.6859504,0.6942149,0.6942149,0.69008267,0.6818182,0.6652893,0.6487603,0.6446281,0.6363636,0.6404959,0.6694215,0.72727275,0.78099173,0.76859504,0.75206614,0.69008267,0.59090906,0.5247934,0.5,0.49173555,0.5123967,0.5495868,0.57024795,0.58264464,0.57438016,0.54545456,0.58264464,0.5661157,0.57024795,0.55785125,0.55785125,0.56198347,0.57438016,0.5785124,0.58677685,0.58677685,0.58264464,0.57024795,0.553719,0.5289256,0.49586776,0.4876033,0.47933885,0.44214877,0.59504133,0.58264464,0.61157024,0.61570245,0.6322314,0.6446281,0.6570248,0.6694215,0.6818182,0.6818182,0.6735537,0.69008267,0.69008267,0.7066116,0.7066116,0.7107438,0.7066116,0.69008267,0.6942149,0.6652893,0.6818182,0.70247936,0.69008267,0.6859504,0.6652893,0.6570248,0.6487603,0.6446281,0.6404959,0.6570248,0.677686,0.7355372,0.7768595,0.7644628,0.73140496,0.6942149,0.61157024,0.5495868,0.5206612,0.49586776,0.5082645,0.55785125,0.58677685,0.58677685,0.58677685,0.57438016,0.55785125,0.58677685,0.58677685,0.59090906,0.5785124,0.5785124,0.57438016,0.58677685,0.59504133,0.59504133,0.58677685,0.5661157,0.54545456,0.5165289,0.49173555,0.47107437,0.45867768,0.42975205,0.5785124,0.57438016,0.6198347,0.61570245,0.6198347,0.6322314,0.6487603,0.6652893,0.6694215,0.6735537,0.6735537,0.6859504,0.70247936,0.7066116,0.7066116,0.70247936,0.6983471,0.6859504,0.70247936,0.6942149,0.6942149,0.69008267,0.677686,0.661157,0.6322314,0.607438,0.61157024,0.6487603,0.6528926,0.6694215,0.6942149,0.74380165,0.78099173,0.76033056,0.73140496,0.6983471,0.6322314,0.58264464,0.53305787,0.48347107,0.5082645,0.5495868,0.58677685,0.607438,0.61157024,0.61157024,0.58264464,0.58677685,0.59504133,0.61157024,0.61157024,0.60330576,0.58264464,0.58264464,0.5785124,0.59917355,0.57024795,0.55785125,0.5289256,0.5082645,0.4876033,0.45867768,0.44214877,0.42561984,0.553719,0.57024795,0.59917355,0.60330576,0.61570245,0.6280992,0.6404959,0.6570248,0.677686,0.677686,0.661157,0.6942149,0.7066116,0.70247936,0.70247936,0.6983471,0.6859504,0.6859504,0.69008267,0.6983471,0.70247936,0.6652893,0.6280992,0.58677685,0.553719,0.56198347,0.59090906,0.6280992,0.6570248,0.6735537,0.6983471,0.75206614,0.7768595,0.76033056,0.73966944,0.7107438,0.6404959,0.61157024,0.5413223,0.46694216,0.45867768,0.5082645,0.5661157,0.61157024,0.62396693,0.6280992,0.607438,0.60330576,0.607438,0.60330576,0.61570245,0.61570245,0.58264464,0.58677685,0.57438016,0.58264464,0.55785125,0.54545456,0.5165289,0.5041322,0.48347107,0.45867768,0.41735536,0.44214877,0.5247934,0.54545456,0.57024795,0.59504133,0.60330576,0.61570245,0.6528926,0.6652893,0.6735537,0.6735537,0.677686,0.69008267,0.7066116,0.70247936,0.6983471,0.6942149,0.69008267,0.6859504,0.6652893,0.6818182,0.6735537,0.62396693,0.553719,0.5165289,0.553719,0.59917355,0.607438,0.6198347,0.6528926,0.677686,0.70247936,0.74380165,0.75206614,0.7644628,0.75206614,0.71900827,0.6446281,0.61157024,0.5413223,0.4752066,0.47933885,0.46280992,0.5165289,0.58677685,0.61157024,0.6198347,0.6198347,0.62396693,0.59090906,0.60330576,0.61157024,0.61157024,0.60330576,0.59504133,0.5785124,0.5661157,0.5413223,0.5247934,0.5,0.5,0.47107437,0.4338843,0.41735536,0.49586776,0.5165289,0.5165289,0.54545456,0.5785124,0.60330576,0.60330576,0.6198347,0.6404959,0.6570248,0.6570248,0.6694215,0.69008267,0.7066116,0.6983471,0.69008267,0.6942149,0.6859504,0.6735537,0.6528926,0.6446281,0.62396693,0.553719,0.5,0.5165289,0.58677685,0.6322314,0.61157024,0.6322314,0.6694215,0.6859504,0.7231405,0.74380165,0.74793386,0.7768595,0.75619835,0.70247936,0.661157,0.6198347,0.53305787,0.49586776,0.5371901,0.45454547,0.4752066,0.5495868,0.58677685,0.60330576,0.6198347,0.60330576,0.5785124,0.58677685,0.59504133,0.60330576,0.60330576,0.59504133,0.58264464,0.55785125,0.5413223,0.5165289,0.5082645,0.49173555,0.446281,0.40495867,0.45041323,0.5247934,0.5082645,0.5123967,0.5206612,0.5661157,0.59090906,0.59917355,0.61570245,0.61570245,0.6280992,0.6487603,0.6570248,0.677686,0.6983471,0.6942149,0.69008267,0.69008267,0.6694215,0.6404959,0.607438,0.59090906,0.55785125,0.5495868,0.47933885,0.5289256,0.59090906,0.61570245,0.60330576,0.6446281,0.6735537,0.677686,0.7231405,0.7355372,0.75619835,0.77272725,0.74380165,0.6859504,0.6487603,0.59917355,0.5289256,0.49586776,0.5495868,0.46694216,0.44214877,0.49586776,0.5371901,0.57438016,0.59917355,0.607438,0.58677685,0.57438016,0.58264464,0.59504133,0.61157024,0.60330576,0.58264464,0.553719,0.5371901,0.5123967,0.5,0.47933885,0.4090909,0.40495867,0.46694216,0.5082645,0.5123967,0.5206612,0.5123967,0.5413223,0.5661157,0.59504133,0.59504133,0.61157024,0.6198347,0.6363636,0.6487603,0.6694215,0.6942149,0.6694215,0.677686,0.6735537,0.6446281,0.62396693,0.59504133,0.5661157,0.58264464,0.59917355,0.5082645,0.53305787,0.58264464,0.58264464,0.5785124,0.6322314,0.6528926,0.6652893,0.6735537,0.6983471,0.73140496,0.73966944,0.7107438,0.6652893,0.6363636,0.5785124,0.5,0.4752066,0.53305787,0.46694216,0.43801653,0.48347107,0.49586776,0.5371901,0.5661157,0.58264464,0.61157024,0.58677685,0.58264464,0.59090906,0.607438,0.59917355,0.58677685,0.553719,0.5206612,0.5041322,0.46694216,0.44214877,0.38016528,0.44214877,0.5206612,0.5123967,0.5206612,0.5289256,0.5165289,0.5206612,0.5413223,0.57438016,0.5785124,0.59917355,0.6198347,0.6322314,0.6404959,0.6570248,0.677686,0.6652893,0.6694215,0.6446281,0.6198347,0.59917355,0.57438016,0.59090906,0.6446281,0.661157,0.53305787,0.5082645,0.54545456,0.5661157,0.54545456,0.57024795,0.61157024,0.6322314,0.6322314,0.6694215,0.6859504,0.677686,0.661157,0.61157024,0.57438016,0.5165289,0.46694216,0.45454547,0.47933885,0.45041323,0.4876033,0.53305787,0.5041322,0.5,0.53305787,0.5661157,0.60330576,0.58677685,0.56198347,0.57024795,0.58264464,0.5661157,0.553719,0.5371901,0.5,0.48347107,0.44214877,0.40082645,0.38016528,0.49586776,0.54545456,0.5206612,0.5247934,0.5371901,0.53305787,0.5289256,0.53305787,0.553719,0.56198347,0.59504133,0.61157024,0.6363636,0.6404959,0.6487603,0.6652893,0.6570248,0.6570248,0.6280992,0.607438,0.59504133,0.59504133,0.6446281,0.6942149,0.6983471,0.5661157,0.47107437,0.46694216,0.49173555,0.46280992,0.47107437,0.5247934,0.553719,0.5785124,0.59504133,0.6198347,0.59504133,0.5785124,0.5413223,0.4752066,0.42561984,0.41735536,0.4214876,0.41322315,0.47107437,0.55785125,0.57024795,0.5661157,0.5289256,0.5289256,0.5495868,0.56198347,0.5661157,0.553719,0.553719,0.55785125,0.55785125,0.53305787,0.5123967,0.4876033,0.45454547,0.41735536,0.3966942,0.36363637,0.5123967,0.5289256,0.4876033,0.5289256,0.5413223,0.54545456,0.5371901,0.5289256,0.5495868,0.553719,0.5785124,0.60330576,0.6280992,0.6363636,0.6322314,0.6528926,0.6570248,0.6487603,0.62396693,0.6363636,0.6404959,0.6528926,0.6942149,0.71487606,0.7107438,0.6198347,0.5123967,0.38842976,0.34710744,0.3181818,0.30165288,0.38429752,0.45867768,0.49586776,0.5082645,0.5247934,0.5123967,0.4876033,0.42975205,0.34710744,0.28099173,0.3140496,0.3553719,0.3677686,0.5247934,0.58264464,0.59504133,0.59504133,0.59090906,0.54545456,0.5495868,0.53305787,0.54545456,0.56198347,0.5413223,0.5495868,0.54545456,0.5247934,0.49586776,0.45867768,0.4338843,0.3966942,0.38842976,0.3677686,0.446281,0.44214877,0.40495867,0.5289256,0.54545456,0.5495868,0.5413223,0.53305787,0.5371901,0.54545456,0.56198347,0.5785124,0.59917355,0.6322314,0.6487603,0.661157,0.661157,0.6570248,0.6735537,0.677686,0.6942149,0.70247936,0.7066116,0.71487606,0.71487606,0.6735537,0.60330576,0.43801653,0.30991736,0.28099173,0.30165288,0.2892562,0.35123968,0.40495867,0.4338843,0.4338843,0.41322315,0.38016528,0.3181818,0.24380165,0.20247933,0.24380165,0.3305785,0.4338843,0.5661157,0.57024795,0.58677685,0.59504133,0.6198347,0.58677685,0.5661157,0.5371901,0.53305787,0.56198347,0.53305787,0.53305787,0.5206612,0.5041322,0.4752066,0.43801653,0.41322315,0.4090909,0.40495867,0.2768595,0.3264463,0.33471075,0.3305785,0.5371901,0.54545456,0.5495868,0.5371901,0.5371901,0.54545456,0.5371901,0.55785125,0.57024795,0.58264464,0.61157024,0.6404959,0.661157,0.661157,0.661157,0.6859504,0.6983471,0.7107438,0.6942149,0.6942149,0.6983471,0.6942149,0.677686,0.661157,0.59917355,0.46694216,0.3966942,0.36363637,0.33471075,0.30165288,0.3140496,0.338843,0.33471075,0.3140496,0.30165288,0.30165288,0.3181818,0.338843,0.40082645,0.46694216,0.5123967,0.54545456,0.57438016,0.59090906,0.58264464,0.61157024,0.60330576,0.58264464,0.56198347,0.5495868,0.5413223,0.5206612,0.5165289,0.5041322,0.49173555,0.45454547,0.4214876,0.40495867,0.41322315,0.38842976,0.25619835,0.29752067,0.3181818,0.3181818,0.5371901,0.5413223,0.553719,0.553719,0.54545456,0.553719,0.5413223,0.5495868,0.57024795,0.59504133,0.58677685,0.61570245,0.6487603,0.661157,0.677686,0.6818182,0.6983471,0.69008267,0.6859504,0.6942149,0.69008267,0.6570248,0.6487603,0.661157,0.6694215,0.607438,0.5371901,0.45454547,0.41322315,0.34710744,0.3140496,0.3140496,0.3181818,0.3181818,0.338843,0.42975205,0.5,0.5247934,0.5289256,0.53305787,0.5371901,0.5413223,0.57024795,0.5785124,0.57438016,0.61157024,0.61157024,0.58677685,0.57024795,0.5495868,0.5247934,0.5165289,0.5165289,0.49586776,0.45867768,0.43801653,0.42975205,0.42561984,0.42561984,0.35950413,0.25619835,0.28512397,0.3181818,0.3140496,0.53305787,0.54545456,0.56198347,0.57438016,0.55785125,0.55785125,0.54545456,0.553719,0.5785124,0.59917355,0.59917355,0.62396693,0.6446281,0.6528926,0.6652893,0.6487603,0.6942149,0.6942149,0.6818182,0.69008267,0.6818182,0.6446281,0.6446281,0.6735537,0.6859504,0.6694215,0.6198347,0.55785125,0.5123967,0.45454547,0.37603307,0.40082645,0.42561984,0.44214877,0.49586776,0.5495868,0.5785124,0.59504133,0.5661157,0.55785125,0.56198347,0.57438016,0.58677685,0.5785124,0.57438016,0.61570245,0.607438,0.58677685,0.5495868,0.5413223,0.53305787,0.5123967,0.5041322,0.47107437,0.45454547,0.42975205,0.4214876,0.4214876,0.41735536,0.32231405,0.2644628,0.2892562,0.30578512,0.3181818,0.5289256,0.5413223,0.5495868,0.55785125,0.56198347,0.57024795,0.5661157,0.57024795,0.5785124,0.60330576,0.62396693,0.6404959,0.6404959,0.6404959,0.6487603,0.6363636,0.6694215,0.6983471,0.6818182,0.6859504,0.6942149,0.6694215,0.6694215,0.6942149,0.7066116,0.6818182,0.6694215,0.6404959,0.60330576,0.5289256,0.46280992,0.5082645,0.5371901,0.553719,0.57438016,0.59504133,0.5661157,0.607438,0.58677685,0.58677685,0.59504133,0.607438,0.607438,0.607438,0.59090906,0.60330576,0.59504133,0.5785124,0.54545456,0.5289256,0.5247934,0.5165289,0.49173555,0.4752066,0.45867768,0.44214877,0.42975205,0.42975205,0.40082645,0.30165288,0.2603306,0.29338843,0.30165288,0.30991736,0.5247934,0.5247934,0.5495868,0.553719,0.553719,0.5661157,0.57024795,0.5785124,0.58264464,0.607438,0.6322314,0.6487603,0.6363636,0.6363636,0.6487603,0.6570248,0.6570248,0.69008267,0.6859504,0.6694215,0.6859504,0.69008267,0.6859504,0.6983471,0.70247936,0.6859504,0.677686,0.677686,0.677686,0.60330576,0.54545456,0.553719,0.553719,0.57024795,0.56198347,0.57438016,0.5661157,0.57438016,0.57024795,0.5785124,0.58677685,0.59090906,0.607438,0.61157024,0.58677685,0.58677685,0.58264464,0.55785125,0.5206612,0.5247934,0.5289256,0.5082645,0.49173555,0.4876033,0.45867768,0.45041323,0.43801653,0.42975205,0.38429752,0.27272728,0.25619835,0.2892562,0.30165288,0.30991736,0.5165289,0.5165289,0.55785125,0.54545456,0.553719,0.55785125,0.5661157,0.58264464,0.59917355,0.607438,0.6446281,0.6487603,0.6363636,0.6280992,0.6446281,0.6487603,0.6363636,0.6363636,0.6404959,0.6404959,0.661157,0.6694215,0.6487603,0.6363636,0.61157024,0.5785124,0.5785124,0.5661157,0.5785124,0.58264464,0.59090906,0.61157024,0.59917355,0.58264464,0.5495868,0.5206612,0.5082645,0.5,0.5165289,0.5247934,0.53305787,0.5413223,0.55785125,0.5785124,0.553719,0.5495868,0.54545456,0.53305787,0.5206612,0.5247934,0.5247934,0.5082645,0.48347107,0.48347107,0.46694216,0.45041323,0.44214877,0.4214876,0.3553719,0.24380165,0.2603306,0.28512397,0.30578512,0.30165288,0.47933885,0.5165289,0.553719,0.5495868,0.5495868,0.5661157,0.57438016,0.58264464,0.59917355,0.607438,0.6446281,0.6570248,0.6446281,0.6198347,0.62396693,0.61157024,0.59504133,0.54545456,0.5371901,0.56198347,0.58677685,0.56198347,0.5206612,0.47933885,0.43801653,0.40082645,0.38842976,0.37190083,0.3677686,0.38429752,0.4214876,0.46694216,0.49586776,0.45867768,0.4090909,0.3677686,0.38016528,0.37190083,0.38429752,0.4214876,0.44214877,0.446281,0.46280992,0.4752066,0.46280992,0.4876033,0.5247934,0.5289256,0.5123967,0.5123967,0.5247934,0.5082645,0.4876033,0.47107437,0.46694216,0.45867768,0.4338843,0.4214876,0.30578512,0.23553719,0.26859504,0.28099173,0.30165288,0.30578512,0.4214876,0.5082645,0.5413223,0.55785125,0.5495868,0.56198347,0.57024795,0.57024795,0.58264464,0.58264464,0.6280992,0.661157,0.6487603,0.61570245,0.58264464,0.58677685,0.57024795,0.47933885,0.39256197,0.41322315,0.4338843,0.40495867,0.37603307,0.3553719,0.3181818,0.2231405,0.18181819,0.20247933,0.29752067,0.3305785,0.30165288,0.29338843,0.3429752,0.34710744,0.32231405,0.24793388,0.25619835,0.22727273,0.19008264,0.30991736,0.35950413,0.3553719,0.36363637,0.338843,0.3429752,0.45041323,0.5165289,0.49586776,0.5082645,0.5082645,0.5206612,0.5082645,0.48347107,0.47107437,0.46280992,0.45867768,0.42561984,0.40495867,0.2520661,0.24793388,0.26859504,0.28099173,0.29752067,0.30578512,0.35123968,0.49173555,0.5247934,0.54545456,0.553719,0.5661157,0.57438016,0.57438016,0.54545456,0.55785125,0.60330576,0.6528926,0.6404959,0.59917355,0.57438016,0.58264464,0.58677685,0.58264464,0.49173555,0.4214876,0.37603307,0.36363637,0.38016528,0.43801653,0.46280992,0.38016528,0.23966943,0.24380165,0.3140496,0.32231405,0.30578512,0.23553719,0.338843,0.38016528,0.35950413,0.2644628,0.23966943,0.2603306,0.28512397,0.3677686,0.41735536,0.3553719,0.3181818,0.34710744,0.41322315,0.48347107,0.5041322,0.47933885,0.5165289,0.5165289,0.5206612,0.5,0.47933885,0.47107437,0.46694216,0.45867768,0.42975205,0.35950413,0.21487603,0.2644628,0.27272728,0.28512397,0.29338843,0.30578512,0.29752067,0.45454547,0.5123967,0.53305787,0.56198347,0.5495868,0.5661157,0.5785124,0.5495868,0.553719,0.59917355,0.6198347,0.6322314,0.58677685,0.57024795,0.58264464,0.59504133,0.62396693,0.6322314,0.5661157,0.48347107,0.4876033,0.48347107,0.5413223,0.62396693,0.607438,0.5413223,0.47933885,0.4338843,0.40495867,0.39256197,0.36363637,0.4214876,0.43801653,0.42975205,0.38842976,0.3966942,0.43801653,0.4752066,0.48347107,0.5,0.45454547,0.42975205,0.46694216,0.5041322,0.49586776,0.5,0.48347107,0.5165289,0.5165289,0.5082645,0.49173555,0.47107437,0.45867768,0.45454547,0.45041323,0.41322315,0.2603306,0.23553719,0.25619835,0.2768595,0.28099173,0.29752067,0.30165288,0.2892562,0.44214877,0.49586776,0.5247934,0.553719,0.5661157,0.57024795,0.57438016,0.57438016,0.57024795,0.59090906,0.60330576,0.60330576,0.58264464,0.59090906,0.59504133,0.59090906,0.61570245,0.6322314,0.58677685,0.49586776,0.49586776,0.49173555,0.5123967,0.59504133,0.6322314,0.6446281,0.6404959,0.607438,0.5661157,0.5661157,0.5661157,0.5495868,0.57438016,0.5785124,0.56198347,0.5661157,0.58264464,0.57438016,0.5289256,0.48347107,0.4338843,0.43801653,0.47933885,0.5082645,0.4876033,0.49586776,0.5,0.49586776,0.5123967,0.49586776,0.48347107,0.45867768,0.45041323,0.446281,0.44214877,0.3305785,0.23553719,0.2520661,0.25619835,0.2768595,0.28512397,0.29338843,0.30165288,0.29338843,0.45867768,0.49586776,0.49586776,0.5371901,0.553719,0.5661157,0.5661157,0.5661157,0.5785124,0.58264464,0.59090906,0.58264464,0.58677685,0.61157024,0.59090906,0.58264464,0.61570245,0.6280992,0.60330576,0.5371901,0.44214877,0.4338843,0.45867768,0.5082645,0.53305787,0.57438016,0.59917355,0.61570245,0.607438,0.59504133,0.6198347,0.607438,0.62396693,0.6280992,0.6198347,0.6198347,0.5785124,0.5289256,0.4752066,0.4214876,0.41735536,0.43801653,0.48347107,0.4876033,0.47933885,0.49586776,0.5082645,0.4752066,0.5123967,0.47933885,0.47933885,0.45041323,0.446281,0.43801653,0.40082645,0.2644628,0.23553719,0.24793388,0.25619835,0.26859504,0.2892562,0.29338843,0.29338843,0.29338843,0.45867768,0.5371901,0.46694216,0.5,0.5247934,0.5413223,0.5495868,0.54545456,0.56198347,0.56198347,0.58264464,0.58677685,0.59917355,0.59917355,0.59090906,0.57438016,0.59090906,0.62396693,0.62396693,0.61157024,0.53305787,0.43801653,0.42561984,0.446281,0.45041323,0.46280992,0.47933885,0.49173555,0.4876033,0.47933885,0.5123967,0.5413223,0.5247934,0.5123967,0.5165289,0.4876033,0.46694216,0.43801653,0.41322315,0.41735536,0.4090909,0.45867768,0.48347107,0.46280992,0.47933885,0.49173555,0.5,0.49586776,0.47107437,0.47107437,0.45041323,0.45041323,0.42975205,0.4090909,0.3181818,0.23553719,0.24380165,0.24793388,0.24793388,0.2644628,0.2892562,0.29338843,0.2892562,0.29338843,0.45867768,0.553719,0.5082645,0.47107437,0.5,0.5165289,0.53305787,0.53305787,0.55785125,0.553719,0.5661157,0.59504133,0.61157024,0.61570245,0.6198347,0.57438016,0.56198347,0.61157024,0.61570245,0.6280992,0.60330576,0.5289256,0.43801653,0.42561984,0.41322315,0.4090909,0.40495867,0.3966942,0.37603307,0.3553719,0.39256197,0.4090909,0.38429752,0.37190083,0.3966942,0.39256197,0.40082645,0.40495867,0.39256197,0.41322315,0.4214876,0.5,0.49586776,0.446281,0.47107437,0.5041322,0.5,0.5041322,0.4752066,0.45454547,0.446281,0.43801653,0.4214876,0.338843,0.24380165,0.23553719,0.24793388,0.24793388,0.24380165,0.2603306,0.2892562,0.2892562,0.2892562,0.28512397,0.47107437,0.5413223,0.5206612,0.47107437,0.46280992,0.49586776,0.5165289,0.5206612,0.5371901,0.5495868,0.5495868,0.57438016,0.607438,0.6198347,0.6363636,0.607438,0.58677685,0.61570245,0.6198347,0.6404959,0.6363636,0.61157024,0.53305787,0.4876033,0.43801653,0.42561984,0.41322315,0.40495867,0.3966942,0.35123968,0.3305785,0.3264463,0.35950413,0.36363637,0.37603307,0.38429752,0.38429752,0.4090909,0.41322315,0.44214877,0.46694216,0.5247934,0.5041322,0.45454547,0.4752066,0.49586776,0.5,0.4876033,0.46280992,0.446281,0.43801653,0.42561984,0.38429752,0.25619835,0.23553719,0.24380165,0.24380165,0.24793388,0.2603306,0.27272728,0.28512397,0.29338843,0.29338843,0.2892562,0.4876033,0.5371901,0.5082645,0.4876033,0.446281,0.45454547,0.5,0.49586776,0.5165289,0.53305787,0.5413223,0.55785125,0.59090906,0.6198347,0.61570245,0.61570245,0.59504133,0.607438,0.61570245,0.62396693,0.6363636,0.61157024,0.58264464,0.57438016,0.55785125,0.5413223,0.5123967,0.5082645,0.5,0.48347107,0.4752066,0.45867768,0.45867768,0.46694216,0.47107437,0.46280992,0.45454547,0.46280992,0.4876033,0.5123967,0.5289256,0.5289256,0.5082645,0.47933885,0.5206612,0.5165289,0.5,0.4752066,0.446281,0.44214877,0.4214876,0.38429752,0.34710744,0.21487603,0.23966943,0.23966943,0.24793388,0.2520661,0.25619835,0.2768595,0.2768595,0.2892562,0.29338843,0.29752067,0.5,0.5289256,0.5123967,0.5,0.46280992,0.4214876,0.47107437,0.46694216,0.4876033,0.5041322,0.5123967,0.54545456,0.5785124,0.59090906,0.58677685,0.60330576,0.61157024,0.59090906,0.607438,0.61570245,0.6446281,0.62396693,0.62396693,0.61570245,0.6280992,0.6404959,0.607438,0.61570245,0.58677685,0.55785125,0.5495868,0.56198347,0.57024795,0.57438016,0.57438016,0.5371901,0.54545456,0.5371901,0.5371901,0.5495868,0.57024795,0.553719,0.5289256,0.49173555,0.5206612,0.5247934,0.49173555,0.47107437,0.44214877,0.42561984,0.38429752,0.34710744,0.338843,0.21487603,0.23553719,0.23966943,0.23966943,0.2520661,0.26859504,0.27272728,0.29338843,0.28512397,0.29752067,0.3264463,0.5247934,0.53305787,0.5,0.5,0.4876033,0.42975205,0.4214876,0.45454547,0.45041323,0.48347107,0.5,0.53305787,0.57024795,0.58677685,0.59504133,0.59504133,0.62396693,0.61157024,0.6198347,0.6280992,0.6528926,0.6694215,0.677686,0.6818182,0.6983471,0.7107438,0.6859504,0.6818182,0.6570248,0.6322314,0.60330576,0.59917355,0.6198347,0.61570245,0.6280992,0.58677685,0.58677685,0.58264464,0.57438016,0.57438016,0.59090906,0.5661157,0.5413223,0.5289256,0.53305787,0.5165289,0.4876033,0.45041323,0.4214876,0.38016528,0.3305785,0.37603307,0.34710744,0.20661157,0.23553719,0.23966943,0.23966943,0.24793388,0.2603306,0.28099173,0.28512397,0.28512397,0.2892562,0.3553719,0.5413223,0.5413223,0.5041322,0.48347107,0.49173555,0.46694216,0.44214877,0.3966942,0.44214877,0.45454547,0.4752066,0.5082645,0.5371901,0.57438016,0.57438016,0.58677685,0.6198347,0.62396693,0.61570245,0.6446281,0.6487603,0.6818182,0.6859504,0.69008267,0.70247936,0.7107438,0.71487606,0.7066116,0.70247936,0.6818182,0.6652893,0.6446281,0.6487603,0.6363636,0.6735537,0.6528926,0.6322314,0.6198347,0.6198347,0.6198347,0.61157024,0.5785124,0.54545456,0.5247934,0.5289256,0.48347107,0.46280992,0.42561984,0.38016528,0.33471075,0.3181818,0.39256197,0.34710744,0.20661157,0.24380165,0.24380165,0.24380165,0.25619835,0.27272728,0.28099173,0.28512397,0.28512397,0.2892562,0.41735536,0.553719,0.5413223,0.5289256,0.4876033,0.5,0.49586776,0.4752066,0.41735536,0.36363637,0.4214876,0.45041323,0.47933885,0.5165289,0.553719,0.55785125,0.55785125,0.58677685,0.60330576,0.59917355,0.6446281,0.677686,0.6818182,0.6818182,0.6735537,0.69008267,0.6983471,0.6983471,0.70247936,0.6983471,0.69008267,0.6859504,0.69008267,0.6818182,0.677686,0.6694215,0.6652893,0.6487603,0.6446281,0.6487603,0.6446281,0.6198347,0.59090906,0.553719,0.5123967,0.5041322,0.45867768,0.43801653,0.38429752,0.33471075,0.32231405,0.34710744,0.4214876,0.35123968,0.1983471,0.24380165,0.24380165,0.2520661,0.2603306,0.27272728,0.2768595,0.28512397,0.28099173,0.28099173,0.49173555,0.553719,0.5371901,0.5165289,0.5123967,0.49586776,0.49173555,0.47107437,0.45454547,0.40082645,0.38429752,0.3966942,0.446281,0.4752066,0.5206612,0.5413223,0.5495868,0.55785125,0.5785124,0.58264464,0.6363636,0.6363636,0.6487603,0.6652893,0.677686,0.6735537,0.6818182,0.6983471,0.69008267,0.6859504,0.6859504,0.6859504,0.6818182,0.6818182,0.677686,0.6818182,0.6446281,0.6322314,0.6528926,0.6570248,0.6404959,0.61157024,0.57438016,0.53305787,0.5082645,0.47107437,0.4338843,0.38842976,0.3429752,0.3305785,0.3429752,0.37603307,0.44214877,0.34710744,0.21487603,0.24380165,0.24380165,0.2520661,0.2644628,0.2768595,0.28099173,0.2892562,0.28099173,0.2892562,0.5165289,0.55785125,0.55785125,0.5289256,0.5123967,0.49586776,0.49173555,0.4752066,0.4752066,0.44214877,0.41735536,0.37190083,0.3966942,0.4338843,0.4752066,0.5041322,0.5247934,0.5247934,0.54545456,0.58677685,0.60330576,0.59090906,0.59917355,0.6446281,0.6735537,0.6694215,0.6570248,0.6735537,0.6694215,0.661157,0.6570248,0.661157,0.6528926,0.6446281,0.6487603,0.6487603,0.6322314,0.62396693,0.6487603,0.6363636,0.61570245,0.58264464,0.5371901,0.5082645,0.48347107,0.4338843,0.38842976,0.338843,0.3264463,0.33471075,0.37190083,0.40082645,0.45041323,0.33471075,0.22727273,0.24380165,0.2520661,0.2603306,0.26859504,0.28512397,0.28099173,0.2892562,0.28512397,0.28512397,0.5371901,0.553719,0.56198347,0.54545456,0.5206612,0.5,0.49173555,0.47933885,0.4752066,0.46280992,0.44214877,0.40495867,0.40082645,0.3966942,0.41322315,0.45867768,0.49173555,0.5082645,0.5289256,0.553719,0.5661157,0.54545456,0.55785125,0.61570245,0.6528926,0.6528926,0.6404959,0.6404959,0.6322314,0.6322314,0.6198347,0.6280992,0.6404959,0.62396693,0.607438,0.61570245,0.607438,0.607438,0.62396693,0.59917355,0.57024795,0.5413223,0.5082645,0.47933885,0.44214877,0.37190083,0.3181818,0.32231405,0.34710744,0.35123968,0.4090909,0.4338843,0.446281,0.3553719,0.25619835,0.27272728,0.27272728,0.27272728,0.27272728,0.28099173,0.28099173,0.28099173,0.2892562,0.29338843,0.5371901,0.553719,0.5661157,0.553719,0.5289256,0.5123967,0.5,0.5,0.48347107,0.47107437,0.44214877,0.4338843,0.4214876,0.4090909,0.38842976,0.3966942,0.45041323,0.47107437,0.5,0.5123967,0.5206612,0.5289256,0.553719,0.58677685,0.60330576,0.60330576,0.59917355,0.59090906,0.607438,0.59504133,0.60330576,0.60330576,0.59917355,0.60330576,0.60330576,0.59917355,0.58264464,0.5785124,0.5785124,0.54545456,0.5206612,0.5041322,0.46694216,0.42975205,0.37190083,0.338843,0.30991736,0.3305785,0.36363637,0.40082645,0.43801653,0.446281,0.43801653,0.41735536,0.35950413,0.38429752,0.41322315,0.41322315,0.3140496,0.28099173,0.28099173,0.28512397,0.2892562,0.28512397,0.54545456,0.553719,0.57438016,0.5495868,0.5413223,0.5206612,0.5041322,0.5082645,0.49586776,0.4752066,0.45867768,0.43801653,0.44214877,0.4214876,0.4090909,0.3966942,0.40495867,0.42975205,0.45867768,0.47933885,0.4876033,0.4752066,0.5123967,0.5413223,0.5495868,0.56198347,0.57438016,0.55785125,0.58264464,0.56198347,0.57438016,0.553719,0.553719,0.57438016,0.5785124,0.56198347,0.5495868,0.54545456,0.5206612,0.4876033,0.47933885,0.45867768,0.4214876,0.37190083,0.33471075,0.3181818,0.33471075,0.35123968,0.4090909,0.4338843,0.45041323,0.45867768,0.44214877,0.4214876,0.4338843,0.45041323,0.45867768,0.44214877,0.59917355,0.49173555,0.3305785,0.28512397,0.29338843,0.28512397,0.55785125,0.57024795,0.58677685,0.56198347,0.55785125,0.53305787,0.5165289,0.5082645,0.5,0.4752066,0.4752066,0.45867768,0.446281,0.43801653,0.41735536,0.41735536,0.4090909,0.41322315,0.41735536,0.44214877,0.46280992,0.46280992,0.45454547,0.49586776,0.5041322,0.5082645,0.5123967,0.5165289,0.5165289,0.5206612,0.5206612,0.5082645,0.5082645,0.5289256,0.5206612,0.5082645,0.49586776,0.49586776,0.4876033,0.45041323,0.43801653,0.40495867,0.37190083,0.34710744,0.3264463,0.33471075,0.3553719,0.39256197,0.4338843,0.446281,0.46280992,0.46694216,0.446281,0.4214876,0.44214877,0.45867768,0.47107437,0.42975205,0.5,0.75206614,0.6735537,0.49173555,0.3553719,0.29752067,0.56198347,0.5785124,0.58677685,0.58264464,0.55785125,0.5495868,0.53305787,0.5123967,0.5082645,0.49586776,0.48347107,0.47933885,0.46280992,0.46694216,0.44214877,0.42561984,0.42561984,0.42975205,0.4090909,0.41735536,0.42561984,0.446281,0.44214877,0.44214877,0.47107437,0.4752066,0.4876033,0.47933885,0.47107437,0.4752066,0.48347107,0.47107437,0.46694216,0.48347107,0.4752066,0.45867768,0.45867768,0.44214877,0.43801653,0.41735536,0.3966942,0.35950413,0.34710744,0.34710744,0.34710744,0.36363637,0.38842976,0.4338843,0.45041323,0.45454547,0.46694216,0.46694216,0.446281,0.4338843,0.45041323,0.46280992,0.4752066,0.49173555,0.4090909,0.76033056,0.74793386,0.73140496,0.6528926,0.46280992,0.5661157,0.58264464,0.58677685,0.58264464,0.58264464,0.55785125,0.5495868,0.5289256,0.5247934,0.5165289,0.5082645,0.5,0.48347107,0.4752066,0.46694216,0.43801653,0.44214877,0.42975205,0.42561984,0.4214876,0.41735536,0.41735536,0.40082645,0.4214876,0.43801653,0.44214877,0.43801653,0.4338843,0.43801653,0.45041323,0.43801653,0.44214877,0.446281,0.446281,0.446281,0.42975205,0.4214876,0.40495867,0.39256197,0.38016528,0.34710744,0.3553719,0.3553719,0.35950413,0.37190083,0.39256197,0.42561984,0.45867768,0.46694216,0.45867768,0.4752066,0.46694216,0.45454547,0.42975205,0.45867768,0.46694216,0.47933885,0.47107437,0.48347107,0.77272725,0.75206614,0.74380165,0.73140496,0.70247936,29 +0.47107437,0.5082645,0.5123967,0.5206612,0.53305787,0.5495868,0.55785125,0.5661157,0.58264464,0.5785124,0.607438,0.6280992,0.6363636,0.6487603,0.6694215,0.6859504,0.6859504,0.7066116,0.6983471,0.70247936,0.71487606,0.71900827,0.7355372,0.74793386,0.74380165,0.74793386,0.74793386,0.76033056,0.76033056,0.76033056,0.77272725,0.77272725,0.78099173,0.77272725,0.76859504,0.76859504,0.76033056,0.76033056,0.74793386,0.7355372,0.7355372,0.73966944,0.73140496,0.7107438,0.7066116,0.70247936,0.69008267,0.6818182,0.6570248,0.6528926,0.6528926,0.6404959,0.6322314,0.6280992,0.61157024,0.59504133,0.58677685,0.57438016,0.5661157,0.5661157,0.56198347,0.54545456,0.5289256,0.53305787,0.46694216,0.5082645,0.5165289,0.5247934,0.5289256,0.54545456,0.553719,0.57024795,0.58677685,0.59090906,0.607438,0.6322314,0.6363636,0.6404959,0.661157,0.6818182,0.6818182,0.70247936,0.6983471,0.7066116,0.71487606,0.71487606,0.7231405,0.7355372,0.7355372,0.73966944,0.74380165,0.75206614,0.75206614,0.75206614,0.76033056,0.7644628,0.76859504,0.76033056,0.74793386,0.75206614,0.75619835,0.75619835,0.75206614,0.7355372,0.73140496,0.7355372,0.7355372,0.7231405,0.7107438,0.70247936,0.69008267,0.6818182,0.661157,0.6570248,0.661157,0.6528926,0.6322314,0.6280992,0.61157024,0.58677685,0.5785124,0.57024795,0.56198347,0.55785125,0.553719,0.5371901,0.5289256,0.53305787,0.46694216,0.5041322,0.5206612,0.5289256,0.5289256,0.53305787,0.53305787,0.56198347,0.59504133,0.61570245,0.607438,0.6363636,0.6528926,0.6528926,0.6528926,0.677686,0.6859504,0.6983471,0.6983471,0.70247936,0.7107438,0.71487606,0.7231405,0.73140496,0.73140496,0.73966944,0.75619835,0.75206614,0.74793386,0.74380165,0.75619835,0.76033056,0.74793386,0.75206614,0.74380165,0.74793386,0.76033056,0.75206614,0.74793386,0.73966944,0.73140496,0.72727275,0.72727275,0.72727275,0.71487606,0.70247936,0.6983471,0.6859504,0.6652893,0.6694215,0.6694215,0.6570248,0.6280992,0.6280992,0.59917355,0.57438016,0.57024795,0.57024795,0.553719,0.55785125,0.5495868,0.53305787,0.5289256,0.5247934,0.46280992,0.49586776,0.5206612,0.53305787,0.5247934,0.5165289,0.5041322,0.54545456,0.59090906,0.62396693,0.61157024,0.62396693,0.6487603,0.6652893,0.661157,0.6818182,0.69008267,0.70247936,0.6983471,0.6942149,0.70247936,0.71900827,0.73140496,0.7355372,0.7355372,0.74380165,0.76033056,0.75619835,0.74380165,0.74793386,0.75619835,0.74793386,0.73966944,0.75206614,0.75206614,0.75206614,0.75619835,0.75206614,0.74380165,0.7355372,0.71900827,0.71900827,0.71900827,0.7231405,0.7231405,0.70247936,0.6942149,0.6859504,0.6735537,0.677686,0.6735537,0.6487603,0.61570245,0.61157024,0.58677685,0.57438016,0.57024795,0.57024795,0.553719,0.55785125,0.5495868,0.5371901,0.5247934,0.5165289,0.446281,0.48347107,0.5165289,0.5247934,0.5123967,0.5123967,0.5123967,0.5413223,0.58264464,0.61570245,0.61157024,0.6198347,0.6363636,0.661157,0.6818182,0.677686,0.69008267,0.70247936,0.70247936,0.6818182,0.6942149,0.71487606,0.72727275,0.7355372,0.73140496,0.74380165,0.75619835,0.76033056,0.75619835,0.75619835,0.75206614,0.75206614,0.74380165,0.75619835,0.75619835,0.7644628,0.75619835,0.76033056,0.74793386,0.73966944,0.72727275,0.73140496,0.72727275,0.72727275,0.73140496,0.70247936,0.6859504,0.69008267,0.6942149,0.6942149,0.677686,0.6528926,0.62396693,0.59090906,0.59504133,0.5785124,0.5661157,0.5661157,0.56198347,0.553719,0.54545456,0.53305787,0.5123967,0.5,0.45041323,0.4752066,0.5082645,0.5082645,0.5082645,0.5165289,0.5247934,0.53305787,0.5661157,0.59504133,0.60330576,0.6280992,0.6404959,0.6528926,0.6859504,0.69008267,0.6983471,0.71487606,0.7066116,0.6942149,0.7066116,0.73140496,0.73966944,0.7355372,0.73140496,0.74793386,0.75619835,0.76033056,0.75206614,0.76033056,0.74793386,0.75619835,0.75619835,0.74793386,0.75619835,0.75619835,0.7644628,0.7644628,0.75619835,0.74793386,0.74793386,0.73966944,0.73140496,0.73140496,0.73966944,0.71900827,0.70247936,0.6983471,0.7107438,0.6983471,0.677686,0.6652893,0.6446281,0.59917355,0.607438,0.58264464,0.5785124,0.5661157,0.553719,0.553719,0.5371901,0.5289256,0.5041322,0.47933885,0.4338843,0.47107437,0.49173555,0.49586776,0.5082645,0.5082645,0.5247934,0.5289256,0.5785124,0.5785124,0.59917355,0.62396693,0.6446281,0.6487603,0.6694215,0.6983471,0.6942149,0.6942149,0.7107438,0.7066116,0.71900827,0.7355372,0.74380165,0.73966944,0.74380165,0.7644628,0.77272725,0.7644628,0.75206614,0.75619835,0.75206614,0.7355372,0.75206614,0.73966944,0.75206614,0.75206614,0.76033056,0.75619835,0.75619835,0.75619835,0.75206614,0.75206614,0.74793386,0.74380165,0.74793386,0.73140496,0.7107438,0.70247936,0.7107438,0.69008267,0.6942149,0.6694215,0.6487603,0.6404959,0.6198347,0.60330576,0.59917355,0.58264464,0.57024795,0.5661157,0.53305787,0.5206612,0.49586776,0.48347107,0.41735536,0.45041323,0.46694216,0.4752066,0.5041322,0.5206612,0.5206612,0.54545456,0.5785124,0.59090906,0.59917355,0.6280992,0.6528926,0.6528926,0.6818182,0.7066116,0.7066116,0.6942149,0.7066116,0.7066116,0.71487606,0.72727275,0.73966944,0.71900827,0.6859504,0.7107438,0.76033056,0.76033056,0.75619835,0.76033056,0.75206614,0.74380165,0.75619835,0.73140496,0.7355372,0.7355372,0.7355372,0.72727275,0.72727275,0.73140496,0.74380165,0.75619835,0.74793386,0.73966944,0.7355372,0.71900827,0.7066116,0.6983471,0.69008267,0.677686,0.6694215,0.6322314,0.6363636,0.6322314,0.61157024,0.607438,0.607438,0.59504133,0.59090906,0.57024795,0.5413223,0.5165289,0.5,0.49173555,0.4090909,0.4338843,0.45041323,0.45454547,0.4876033,0.5206612,0.5495868,0.57024795,0.58264464,0.59504133,0.62396693,0.6322314,0.6363636,0.6652893,0.677686,0.69008267,0.6983471,0.7066116,0.7066116,0.70247936,0.70247936,0.7066116,0.7066116,0.6983471,0.62396693,0.62396693,0.70247936,0.73966944,0.74793386,0.75206614,0.74793386,0.7355372,0.74793386,0.73966944,0.71900827,0.7231405,0.7107438,0.7107438,0.7231405,0.7231405,0.72727275,0.73140496,0.72727275,0.71487606,0.6942149,0.6818182,0.6652893,0.6446281,0.6198347,0.60330576,0.5785124,0.5661157,0.57024795,0.5247934,0.5413223,0.5289256,0.5041322,0.5165289,0.5371901,0.5413223,0.5165289,0.5041322,0.5041322,0.5,0.4090909,0.4214876,0.45041323,0.46694216,0.5,0.5206612,0.5289256,0.5413223,0.5495868,0.57024795,0.62396693,0.62396693,0.6322314,0.6570248,0.6652893,0.6735537,0.6818182,0.6942149,0.6983471,0.6983471,0.677686,0.677686,0.6859504,0.6818182,0.6528926,0.6570248,0.6983471,0.7107438,0.72727275,0.73140496,0.7355372,0.73140496,0.7231405,0.71487606,0.7107438,0.6942149,0.6735537,0.677686,0.6818182,0.6694215,0.6652893,0.661157,0.6446281,0.59504133,0.54545456,0.5247934,0.5123967,0.47107437,0.45454547,0.45454547,0.46280992,0.4876033,0.46280992,0.49173555,0.5165289,0.49586776,0.4752066,0.49173555,0.49586776,0.5,0.48347107,0.49586776,0.5123967,0.5123967,0.40082645,0.40495867,0.4338843,0.45867768,0.4752066,0.45867768,0.43801653,0.46280992,0.45454547,0.46694216,0.49173555,0.5165289,0.5371901,0.5413223,0.553719,0.553719,0.553719,0.56198347,0.60330576,0.6322314,0.6322314,0.6280992,0.6363636,0.6487603,0.6487603,0.6694215,0.6942149,0.6983471,0.70247936,0.71900827,0.70247936,0.6983471,0.677686,0.6694215,0.6694215,0.6487603,0.62396693,0.59504133,0.61157024,0.5785124,0.5413223,0.49586776,0.446281,0.41735536,0.38429752,0.36363637,0.35950413,0.3677686,0.4214876,0.48347107,0.5082645,0.5247934,0.5247934,0.5413223,0.5371901,0.5123967,0.5206612,0.5041322,0.5,0.49586776,0.47933885,0.48347107,0.49586776,0.5082645,0.40495867,0.38016528,0.38842976,0.40082645,0.39256197,0.3677686,0.34710744,0.39256197,0.40082645,0.3966942,0.38429752,0.38016528,0.38429752,0.3553719,0.38429752,0.37603307,0.36363637,0.37603307,0.42561984,0.46280992,0.5,0.5289256,0.5495868,0.58264464,0.607438,0.62396693,0.6487603,0.661157,0.6694215,0.6694215,0.6818182,0.6694215,0.6570248,0.6363636,0.61570245,0.60330576,0.55785125,0.49586776,0.5041322,0.48347107,0.446281,0.41735536,0.35950413,0.35123968,0.3553719,0.38842976,0.44214877,0.5,0.5247934,0.5371901,0.54545456,0.5785124,0.58264464,0.56198347,0.5495868,0.5289256,0.5206612,0.5,0.4752066,0.4752066,0.46280992,0.46694216,0.47107437,0.5,0.4090909,0.37190083,0.3553719,0.37603307,0.35950413,0.33471075,0.3553719,0.37603307,0.4090909,0.4338843,0.44214877,0.44214877,0.4090909,0.38016528,0.35123968,0.3305785,0.3181818,0.338843,0.3966942,0.40495867,0.4214876,0.46280992,0.5,0.53305787,0.55785125,0.58677685,0.607438,0.6198347,0.6322314,0.6280992,0.6404959,0.61570245,0.6363636,0.607438,0.58264464,0.56198347,0.54545456,0.5082645,0.5123967,0.5289256,0.5289256,0.5413223,0.53305787,0.55785125,0.5123967,0.45041323,0.47933885,0.43801653,0.4338843,0.43801653,0.45454547,0.6446281,0.6694215,0.55785125,0.5041322,0.44214877,0.44214877,0.47107437,0.43801653,0.43801653,0.44214877,0.46280992,0.4752066,0.5,0.37603307,0.37603307,0.34710744,0.338843,0.3429752,0.33471075,0.37190083,0.38842976,0.42561984,0.46694216,0.4752066,0.49586776,0.5247934,0.5247934,0.48347107,0.4338843,0.40082645,0.46694216,0.59504133,0.5041322,0.47107437,0.47933885,0.45867768,0.45867768,0.46280992,0.5123967,0.5165289,0.5413223,0.5082645,0.5206612,0.49586776,0.4876033,0.5289256,0.5,0.4752066,0.45454547,0.45867768,0.44214877,0.42561984,0.46280992,0.46694216,0.47933885,0.49586776,0.5123967,0.5206612,0.5165289,0.5206612,0.5165289,0.5123967,0.5206612,0.5082645,0.49586776,0.47933885,0.48347107,0.4876033,0.47933885,0.46280992,0.446281,0.40082645,0.3677686,0.39256197,0.446281,0.45867768,0.46694216,0.35123968,0.38429752,0.338843,0.32231405,0.3181818,0.30578512,0.33471075,0.37603307,0.38016528,0.42561984,0.42561984,0.44214877,0.45454547,0.446281,0.45041323,0.4338843,0.42561984,0.40082645,0.4090909,0.38842976,0.36363637,0.38429752,0.38842976,0.3966942,0.4214876,0.46280992,0.44214877,0.46280992,0.4876033,0.5,0.5,0.5,0.5123967,0.49173555,0.45041323,0.40495867,0.41735536,0.46280992,0.45867768,0.47107437,0.4752066,0.46694216,0.4752066,0.4752066,0.45867768,0.44214877,0.43801653,0.43801653,0.446281,0.45041323,0.446281,0.446281,0.4214876,0.4090909,0.446281,0.47107437,0.49586776,0.4876033,0.4752066,0.46694216,0.43801653,0.38842976,0.4090909,0.45041323,0.33471075,0.37190083,0.3140496,0.30165288,0.3305785,0.34710744,0.37190083,0.38842976,0.3966942,0.37603307,0.37603307,0.3553719,0.3553719,0.34710744,0.34710744,0.3264463,0.3181818,0.3305785,0.34710744,0.35950413,0.35950413,0.36363637,0.37190083,0.3677686,0.34710744,0.4338843,0.45041323,0.4338843,0.5165289,0.58264464,0.607438,0.61570245,0.6363636,0.59504133,0.5082645,0.446281,0.46280992,0.446281,0.46280992,0.46280992,0.45867768,0.446281,0.42561984,0.4090909,0.3966942,0.39256197,0.39256197,0.3966942,0.40082645,0.3966942,0.42561984,0.43801653,0.41735536,0.42561984,0.38016528,0.41735536,0.45867768,0.45867768,0.4338843,0.45867768,0.49173555,0.47933885,0.4090909,0.4090909,0.29338843,0.30578512,0.35950413,0.37190083,0.34710744,0.34710744,0.3429752,0.33471075,0.30578512,0.29338843,0.29752067,0.29338843,0.3181818,0.33471075,0.3140496,0.28099173,0.30991736,0.30165288,0.29752067,0.3264463,0.338843,0.34710744,0.35950413,0.36363637,0.37190083,0.3677686,0.45454547,0.49586776,0.5495868,0.6487603,0.70247936,0.6983471,0.72727275,0.7066116,0.58264464,0.5082645,0.48347107,0.4752066,0.46694216,0.45454547,0.446281,0.4090909,0.38016528,0.40082645,0.44214877,0.41735536,0.35950413,0.40495867,0.39256197,0.36363637,0.40082645,0.4752066,0.38429752,0.3966942,0.4214876,0.42975205,0.43801653,0.44214877,0.42561984,0.45041323,0.47933885,0.47933885,0.46694216,0.45041323,0.25619835,0.30578512,0.3966942,0.42561984,0.3677686,0.32231405,0.30991736,0.28512397,0.21900827,0.28099173,0.30165288,0.3305785,0.3966942,0.40082645,0.34710744,0.3181818,0.4090909,0.40082645,0.34710744,0.4090909,0.4090909,0.35123968,0.35950413,0.38842976,0.38842976,0.38016528,0.39256197,0.49586776,0.5165289,0.59917355,0.6942149,0.6735537,0.71487606,0.75206614,0.553719,0.47107437,0.5041322,0.5,0.46694216,0.45867768,0.446281,0.3966942,0.39256197,0.45041323,0.53305787,0.4876033,0.39256197,0.37190083,0.37190083,0.338843,0.3677686,0.5371901,0.5041322,0.4214876,0.4090909,0.42975205,0.45867768,0.45454547,0.4752066,0.4876033,0.5,0.48347107,0.45867768,0.4338843,0.2892562,0.30165288,0.39256197,0.45867768,0.44214877,0.3677686,0.3140496,0.26859504,0.2107438,0.20661157,0.3140496,0.40082645,0.49586776,0.48347107,0.42975205,0.4090909,0.39256197,0.41322315,0.43801653,0.5289256,0.5206612,0.43801653,0.3966942,0.4214876,0.4214876,0.40082645,0.38429752,0.47933885,0.45041323,0.4752066,0.5495868,0.59090906,0.59090906,0.60330576,0.46694216,0.41735536,0.5165289,0.53305787,0.49586776,0.5082645,0.48347107,0.42975205,0.45041323,0.49586776,0.57024795,0.54545456,0.446281,0.3677686,0.33471075,0.34710744,0.42975205,0.5289256,0.5247934,0.46280992,0.44214877,0.45867768,0.47933885,0.46694216,0.47933885,0.5041322,0.5289256,0.5289256,0.48347107,0.4090909,0.3181818,0.29752067,0.38016528,0.45867768,0.49173555,0.44214877,0.3553719,0.29338843,0.2520661,0.18595041,0.34710744,0.45041323,0.5289256,0.56198347,0.5,0.47933885,0.45867768,0.47933885,0.5206612,0.59090906,0.56198347,0.5041322,0.45454547,0.46694216,0.48347107,0.46280992,0.41735536,0.5413223,0.49173555,0.54545456,0.661157,0.71487606,0.72727275,0.69008267,0.53305787,0.41735536,0.5,0.54545456,0.5289256,0.53305787,0.5082645,0.46280992,0.47107437,0.47107437,0.5,0.5289256,0.49586776,0.47107437,0.45867768,0.4752066,0.5247934,0.5289256,0.5,0.45454547,0.446281,0.47107437,0.48347107,0.45867768,0.45867768,0.49586776,0.5371901,0.56198347,0.49586776,0.40082645,0.30578512,0.29752067,0.3677686,0.43801653,0.5,0.49173555,0.42975205,0.3677686,0.338843,0.2644628,0.29752067,0.38842976,0.45454547,0.5247934,0.5123967,0.4876033,0.4752066,0.49586776,0.5165289,0.5413223,0.5206612,0.5206612,0.5247934,0.5082645,0.5206612,0.5165289,0.45867768,0.5165289,0.46280992,0.58264464,0.7066116,0.74380165,0.7644628,0.7231405,0.61157024,0.41735536,0.46280992,0.5,0.5247934,0.5289256,0.5082645,0.48347107,0.47933885,0.46280992,0.46694216,0.4876033,0.5082645,0.5247934,0.5371901,0.5371901,0.53305787,0.5247934,0.47933885,0.45454547,0.44214877,0.45867768,0.45454547,0.43801653,0.44214877,0.47107437,0.5247934,0.55785125,0.49173555,0.4090909,0.30165288,0.2892562,0.3553719,0.4090909,0.4752066,0.5041322,0.48347107,0.44214877,0.42561984,0.3677686,0.3181818,0.3264463,0.36363637,0.4090909,0.4338843,0.4338843,0.42975205,0.446281,0.47107437,0.5041322,0.5247934,0.5495868,0.5661157,0.553719,0.56198347,0.5247934,0.46280992,0.45041323,0.45454547,0.6363636,0.7231405,0.7644628,0.7644628,0.7355372,0.6652893,0.46694216,0.40082645,0.4338843,0.48347107,0.53305787,0.55785125,0.5123967,0.48347107,0.4752066,0.48347107,0.5041322,0.5206612,0.5289256,0.53305787,0.5247934,0.5123967,0.5082645,0.46280992,0.446281,0.446281,0.45041323,0.43801653,0.44214877,0.46280992,0.4876033,0.5082645,0.5289256,0.4876033,0.42975205,0.32231405,0.2892562,0.35123968,0.38016528,0.446281,0.49586776,0.5123967,0.48347107,0.45867768,0.42975205,0.38842976,0.38016528,0.38842976,0.40082645,0.42975205,0.4338843,0.43801653,0.44214877,0.46694216,0.5082645,0.55785125,0.58264464,0.5785124,0.58677685,0.57024795,0.5371901,0.47933885,0.3553719,0.4876033,0.6570248,0.73140496,0.76033056,0.74793386,0.72727275,0.6983471,0.5661157,0.35950413,0.41322315,0.53305787,0.49586776,0.5785124,0.5785124,0.5247934,0.49586776,0.4876033,0.5,0.5206612,0.53305787,0.5371901,0.5082645,0.48347107,0.4876033,0.48347107,0.4752066,0.47107437,0.46694216,0.4752066,0.4876033,0.5082645,0.5206612,0.5082645,0.5082645,0.5,0.47107437,0.34710744,0.29338843,0.35123968,0.3677686,0.42561984,0.49586776,0.5289256,0.5247934,0.49173555,0.46694216,0.43801653,0.4338843,0.36363637,0.446281,0.4752066,0.47107437,0.47933885,0.4752066,0.47107437,0.4752066,0.5123967,0.5495868,0.5661157,0.60330576,0.5123967,0.5041322,0.49173555,0.30991736,0.5206612,0.661157,0.7355372,0.75619835,0.73140496,0.7231405,0.6983471,0.6322314,0.41322315,0.36363637,0.4752066,0.45454547,0.5289256,0.61570245,0.60330576,0.553719,0.5165289,0.5082645,0.49173555,0.48347107,0.49173555,0.4876033,0.47933885,0.49586776,0.5041322,0.5165289,0.5041322,0.5165289,0.53305787,0.5371901,0.5289256,0.53305787,0.5206612,0.5082645,0.5165289,0.5123967,0.3677686,0.29338843,0.3429752,0.3677686,0.40495867,0.4876033,0.53305787,0.5413223,0.5247934,0.5,0.4876033,0.46280992,0.36363637,0.44214877,0.49586776,0.49586776,0.49173555,0.47933885,0.46280992,0.46280992,0.5,0.54545456,0.57438016,0.60330576,0.49586776,0.42975205,0.4090909,0.35123968,0.5371901,0.6528926,0.7355372,0.76033056,0.7355372,0.71900827,0.6983471,0.6487603,0.5413223,0.38016528,0.4090909,0.4338843,0.49586776,0.58677685,0.6363636,0.59090906,0.55785125,0.553719,0.5247934,0.5,0.49173555,0.49173555,0.5,0.53305787,0.54545456,0.55785125,0.56198347,0.57438016,0.57024795,0.57024795,0.55785125,0.5495868,0.5371901,0.5165289,0.5206612,0.5371901,0.38016528,0.30165288,0.3264463,0.37603307,0.40082645,0.47107437,0.5123967,0.5371901,0.5495868,0.5413223,0.5289256,0.5165289,0.47107437,0.47933885,0.48347107,0.47933885,0.47933885,0.47933885,0.4876033,0.5247934,0.55785125,0.57438016,0.59917355,0.5785124,0.48347107,0.41322315,0.40082645,0.44214877,0.5371901,0.6404959,0.73966944,0.76859504,0.75619835,0.7107438,0.6859504,0.6404959,0.60330576,0.5,0.42975205,0.43801653,0.47933885,0.5495868,0.6280992,0.60330576,0.58264464,0.58677685,0.57438016,0.553719,0.5495868,0.5495868,0.55785125,0.58264464,0.59090906,0.59090906,0.59917355,0.607438,0.607438,0.59917355,0.58264464,0.5785124,0.5495868,0.5206612,0.5123967,0.53305787,0.3677686,0.35123968,0.3305785,0.35950413,0.40082645,0.45454547,0.5,0.5247934,0.54545456,0.57024795,0.57438016,0.5785124,0.553719,0.5495868,0.5165289,0.49173555,0.5,0.5247934,0.5495868,0.5785124,0.59090906,0.58264464,0.58264464,0.5413223,0.46694216,0.40082645,0.45041323,0.5082645,0.5371901,0.61157024,0.7231405,0.7644628,0.7644628,0.71900827,0.6652893,0.6322314,0.61570245,0.58677685,0.5247934,0.43801653,0.45867768,0.5289256,0.60330576,0.61570245,0.607438,0.61157024,0.59917355,0.58677685,0.59917355,0.59090906,0.59917355,0.607438,0.59504133,0.6198347,0.60330576,0.62396693,0.62396693,0.60330576,0.58677685,0.5785124,0.55785125,0.5247934,0.5082645,0.5247934,0.3264463,0.4338843,0.39256197,0.3553719,0.3966942,0.42975205,0.47107437,0.5,0.5247934,0.5495868,0.57024795,0.59090906,0.5661157,0.58677685,0.58264464,0.58264464,0.57438016,0.59090906,0.59917355,0.60330576,0.58677685,0.5495868,0.54545456,0.5041322,0.41322315,0.4214876,0.5082645,0.5165289,0.54545456,0.60330576,0.71900827,0.7644628,0.75619835,0.73140496,0.677686,0.6280992,0.61570245,0.61157024,0.59504133,0.49586776,0.42975205,0.5041322,0.58264464,0.607438,0.6198347,0.61570245,0.6198347,0.607438,0.6198347,0.61570245,0.607438,0.61570245,0.59917355,0.61157024,0.59917355,0.61570245,0.61570245,0.59504133,0.5785124,0.57024795,0.5413223,0.53305787,0.53305787,0.5,0.2768595,0.40082645,0.5082645,0.44214877,0.38842976,0.40495867,0.45041323,0.48347107,0.5041322,0.5371901,0.54545456,0.57024795,0.5785124,0.59504133,0.61157024,0.6446281,0.6198347,0.61570245,0.6280992,0.6198347,0.5661157,0.5123967,0.5413223,0.49173555,0.3677686,0.45041323,0.5247934,0.5165289,0.55785125,0.61570245,0.70247936,0.76033056,0.76033056,0.73140496,0.6983471,0.6528926,0.6198347,0.607438,0.59090906,0.5661157,0.46280992,0.45041323,0.5495868,0.58677685,0.607438,0.61570245,0.6363636,0.6363636,0.6322314,0.6322314,0.6198347,0.62396693,0.61157024,0.60330576,0.59090906,0.59090906,0.5785124,0.5785124,0.5785124,0.57024795,0.56198347,0.56198347,0.5123967,0.47107437,0.2892562,0.30578512,0.3966942,0.54545456,0.49173555,0.41322315,0.446281,0.48347107,0.5206612,0.5247934,0.56198347,0.5785124,0.57438016,0.59504133,0.61157024,0.6322314,0.607438,0.59917355,0.61570245,0.61157024,0.553719,0.49173555,0.5123967,0.42975205,0.36363637,0.45041323,0.5082645,0.5206612,0.57024795,0.607438,0.6694215,0.76033056,0.76859504,0.7355372,0.7066116,0.6528926,0.6322314,0.607438,0.60330576,0.59504133,0.5661157,0.47107437,0.45041323,0.5289256,0.56198347,0.58264464,0.60330576,0.59504133,0.61570245,0.61157024,0.61570245,0.61570245,0.607438,0.62396693,0.58677685,0.59090906,0.5785124,0.60330576,0.6528926,0.661157,0.59504133,0.5,0.46694216,0.46694216,0.26859504,0.3181818,0.3181818,0.36363637,0.5165289,0.58677685,0.5165289,0.5041322,0.5247934,0.5371901,0.5371901,0.57438016,0.553719,0.57024795,0.5785124,0.60330576,0.58264464,0.57024795,0.58677685,0.59504133,0.5495868,0.4752066,0.4214876,0.3677686,0.38429752,0.46280992,0.4876033,0.5371901,0.5785124,0.60330576,0.6487603,0.74380165,0.7933884,0.75206614,0.7066116,0.6446281,0.6198347,0.607438,0.61157024,0.58677685,0.59504133,0.5785124,0.45454547,0.3966942,0.4752066,0.55785125,0.59917355,0.607438,0.61570245,0.6198347,0.6322314,0.6404959,0.6363636,0.6735537,0.6652893,0.6859504,0.6859504,0.6652893,0.69008267,0.58677685,0.45867768,0.43801653,0.47933885,0.49586776,0.26859504,0.30991736,0.3264463,0.35123968,0.3429752,0.5289256,0.7644628,0.6735537,0.59504133,0.56198347,0.5413223,0.5661157,0.55785125,0.55785125,0.57438016,0.5785124,0.57024795,0.57024795,0.57024795,0.57024795,0.5206612,0.42561984,0.4214876,0.40082645,0.41735536,0.47933885,0.5041322,0.5413223,0.5785124,0.607438,0.6280992,0.72727275,0.8057851,0.75619835,0.6983471,0.6363636,0.6198347,0.59504133,0.60330576,0.57438016,0.5661157,0.61157024,0.55785125,0.40082645,0.3429752,0.3966942,0.5041322,0.57024795,0.5785124,0.59504133,0.6735537,0.6859504,0.6570248,0.6280992,0.56198347,0.49586776,0.46280992,0.42561984,0.4338843,0.44214877,0.45454547,0.49586776,0.5206612,0.5082645,0.2520661,0.30165288,0.33471075,0.3305785,0.33471075,0.34710744,0.39256197,0.45867768,0.5082645,0.5082645,0.5165289,0.5123967,0.5413223,0.53305787,0.5206612,0.5289256,0.48347107,0.47933885,0.46694216,0.44214877,0.44214877,0.4876033,0.5206612,0.45454547,0.46280992,0.5,0.5206612,0.53305787,0.58264464,0.59917355,0.6322314,0.71487606,0.8057851,0.77272725,0.70247936,0.6404959,0.6280992,0.61570245,0.61157024,0.5785124,0.58677685,0.61157024,0.60330576,0.5041322,0.45454547,0.45454547,0.43801653,0.43801653,0.43801653,0.4338843,0.45041323,0.46280992,0.446281,0.4752066,0.48347107,0.47933885,0.49173555,0.5041322,0.5165289,0.5123967,0.5165289,0.5371901,0.5206612,0.49586776,0.24793388,0.30165288,0.338843,0.3429752,0.338843,0.37190083,0.38429752,0.37603307,0.4090909,0.39256197,0.40082645,0.3966942,0.41322315,0.4338843,0.4338843,0.45041323,0.446281,0.47107437,0.5082645,0.5413223,0.55785125,0.57024795,0.54545456,0.46280992,0.49173555,0.5206612,0.54545456,0.5495868,0.55785125,0.607438,0.6446281,0.7066116,0.7892562,0.79752064,0.71900827,0.6446281,0.6280992,0.6322314,0.6446281,0.61157024,0.59090906,0.60330576,0.58677685,0.5165289,0.4876033,0.5165289,0.5123967,0.5247934,0.5289256,0.5495868,0.56198347,0.57024795,0.5495868,0.58264464,0.58264464,0.55785125,0.5413223,0.5495868,0.55785125,0.5247934,0.5041322,0.5247934,0.5041322,0.4876033,0.23966943,0.28512397,0.33471075,0.3429752,0.3553719,0.40495867,0.40082645,0.41322315,0.42975205,0.45454547,0.46694216,0.5082645,0.49586776,0.5247934,0.5371901,0.53305787,0.53305787,0.5413223,0.54545456,0.56198347,0.55785125,0.5661157,0.5247934,0.46280992,0.49586776,0.5123967,0.55785125,0.553719,0.56198347,0.60330576,0.6735537,0.6859504,0.76859504,0.8305785,0.75619835,0.677686,0.6363636,0.6322314,0.6322314,0.61157024,0.5661157,0.55785125,0.53305787,0.4876033,0.5082645,0.55785125,0.5289256,0.4876033,0.4752066,0.5206612,0.5371901,0.5495868,0.55785125,0.5785124,0.57438016,0.553719,0.5165289,0.5165289,0.5371901,0.5082645,0.49173555,0.5,0.49173555,0.48347107,0.24793388,0.2644628,0.3140496,0.3553719,0.36363637,0.40082645,0.4090909,0.40082645,0.44214877,0.45041323,0.49173555,0.5,0.5206612,0.5371901,0.553719,0.553719,0.553719,0.553719,0.5495868,0.553719,0.5247934,0.5165289,0.5,0.42975205,0.446281,0.45041323,0.49586776,0.53305787,0.5371901,0.61157024,0.661157,0.6652893,0.7066116,0.76033056,0.71900827,0.6652893,0.61157024,0.5785124,0.55785125,0.5247934,0.5,0.49173555,0.45454547,0.46280992,0.53305787,0.57438016,0.56198347,0.5206612,0.46694216,0.47933885,0.49586776,0.5206612,0.53305787,0.53305787,0.5371901,0.5082645,0.5165289,0.5165289,0.5082645,0.5041322,0.4876033,0.48347107,0.47933885,0.47933885,0.24793388,0.2603306,0.30991736,0.3429752,0.37190083,0.39256197,0.3966942,0.38429752,0.40082645,0.45041323,0.4876033,0.5,0.53305787,0.5413223,0.5413223,0.54545456,0.5371901,0.5413223,0.5371901,0.53305787,0.5082645,0.5123967,0.5123967,0.4338843,0.39256197,0.3677686,0.36363637,0.42561984,0.47107437,0.5495868,0.6198347,0.6198347,0.61570245,0.62396693,0.6446281,0.60330576,0.5413223,0.5,0.45041323,0.41322315,0.38842976,0.36363637,0.38842976,0.47107437,0.5371901,0.553719,0.5661157,0.55785125,0.5165289,0.46694216,0.45867768,0.4876033,0.5041322,0.5041322,0.5165289,0.5123967,0.5165289,0.5082645,0.49586776,0.4752066,0.47107437,0.47933885,0.47933885,0.47107437,0.2520661,0.24793388,0.29752067,0.3305785,0.36363637,0.38016528,0.38429752,0.37190083,0.39256197,0.43801653,0.46280992,0.4876033,0.5165289,0.5123967,0.5206612,0.5165289,0.5123967,0.5123967,0.5123967,0.5082645,0.5,0.5165289,0.53305787,0.4752066,0.4214876,0.33471075,0.2520661,0.2644628,0.3305785,0.42975205,0.5206612,0.5413223,0.5289256,0.53305787,0.553719,0.5247934,0.46280992,0.38842976,0.3429752,0.3181818,0.3305785,0.38016528,0.4752066,0.5123967,0.5247934,0.5371901,0.5661157,0.59090906,0.5661157,0.5165289,0.45454547,0.44214877,0.4752066,0.49173555,0.5041322,0.5,0.49586776,0.48347107,0.4752066,0.44214877,0.45867768,0.47107437,0.47107437,0.4752066,0.24793388,0.23966943,0.2768595,0.3140496,0.34710744,0.37190083,0.37603307,0.37603307,0.38842976,0.41735536,0.44214877,0.45867768,0.4752066,0.4752066,0.47933885,0.48347107,0.46694216,0.4752066,0.48347107,0.4876033,0.5123967,0.54545456,0.5495868,0.5165289,0.48347107,0.38016528,0.24793388,0.19008264,0.21487603,0.30165288,0.40495867,0.44214877,0.446281,0.46280992,0.45867768,0.4338843,0.36363637,0.33471075,0.3677686,0.4090909,0.446281,0.5,0.5371901,0.53305787,0.5247934,0.5413223,0.57438016,0.59090906,0.58264464,0.553719,0.49586776,0.43801653,0.43801653,0.45867768,0.4752066,0.4876033,0.4752066,0.47107437,0.46694216,0.446281,0.45867768,0.47107437,0.46694216,0.48347107,0.2520661,0.24793388,0.2603306,0.29338843,0.33471075,0.3677686,0.38842976,0.38016528,0.38429752,0.40082645,0.41735536,0.4338843,0.43801653,0.42975205,0.446281,0.46280992,0.44214877,0.446281,0.47107437,0.49173555,0.5247934,0.553719,0.56198347,0.53305787,0.5123967,0.46694216,0.3429752,0.23966943,0.19421488,0.21487603,0.2768595,0.3140496,0.3264463,0.34710744,0.35123968,0.3264463,0.32231405,0.41322315,0.47933885,0.5041322,0.5165289,0.5289256,0.53305787,0.5289256,0.5165289,0.53305787,0.56198347,0.5661157,0.56198347,0.5495868,0.5247934,0.47933885,0.42975205,0.4214876,0.45867768,0.47933885,0.47107437,0.46694216,0.47107437,0.46280992,0.47933885,0.47107437,0.47107437,0.4876033,0.2520661,0.24793388,0.24793388,0.27272728,0.3305785,0.36363637,0.3966942,0.3966942,0.38016528,0.38842976,0.40082645,0.4090909,0.4090909,0.40495867,0.4338843,0.446281,0.43801653,0.43801653,0.46694216,0.49173555,0.5165289,0.54545456,0.553719,0.53305787,0.5206612,0.5206612,0.45041323,0.32231405,0.23553719,0.24380165,0.23140496,0.2231405,0.24793388,0.2644628,0.28099173,0.32231405,0.40082645,0.49586776,0.53305787,0.5495868,0.5495868,0.5371901,0.5371901,0.5289256,0.5165289,0.5247934,0.54545456,0.553719,0.5371901,0.5413223,0.5371901,0.5165289,0.45867768,0.4090909,0.446281,0.46280992,0.4752066,0.47107437,0.46694216,0.46694216,0.48347107,0.48347107,0.48347107,0.4876033,0.2520661,0.24793388,0.23966943,0.2603306,0.3140496,0.3553719,0.38429752,0.40495867,0.4090909,0.3966942,0.39256197,0.3966942,0.3966942,0.3966942,0.42561984,0.446281,0.42975205,0.4214876,0.46280992,0.4876033,0.5041322,0.5247934,0.5289256,0.5289256,0.5247934,0.5413223,0.5206612,0.4338843,0.338843,0.3264463,0.29752067,0.2892562,0.30165288,0.3305785,0.3677686,0.42975205,0.4752066,0.5123967,0.5495868,0.5661157,0.5661157,0.56198347,0.553719,0.5371901,0.53305787,0.5247934,0.53305787,0.5247934,0.5206612,0.53305787,0.5371901,0.5247934,0.47933885,0.42975205,0.45041323,0.4752066,0.47933885,0.47107437,0.46694216,0.47933885,0.48347107,0.49173555,0.4876033,0.4876033,0.2520661,0.24380165,0.23966943,0.24380165,0.2892562,0.3429752,0.3677686,0.40082645,0.41322315,0.41735536,0.41735536,0.40082645,0.41322315,0.4090909,0.42975205,0.45041323,0.42975205,0.4090909,0.45867768,0.48347107,0.49173555,0.4876033,0.49586776,0.5041322,0.5165289,0.5289256,0.54545456,0.5247934,0.46280992,0.4338843,0.4090909,0.41735536,0.4338843,0.47107437,0.5,0.5206612,0.5206612,0.5165289,0.54545456,0.5661157,0.57024795,0.5661157,0.553719,0.54545456,0.54545456,0.5289256,0.5206612,0.5,0.49173555,0.4876033,0.5082645,0.5082645,0.5,0.46280992,0.47933885,0.5041322,0.49173555,0.47107437,0.4752066,0.47933885,0.47933885,0.48347107,0.48347107,0.48347107,0.2520661,0.24793388,0.24380165,0.24380165,0.2768595,0.3181818,0.35123968,0.38429752,0.4090909,0.42975205,0.4338843,0.42975205,0.4338843,0.446281,0.45041323,0.46694216,0.4338843,0.4214876,0.446281,0.46280992,0.45454547,0.4338843,0.43801653,0.47107437,0.49586776,0.5082645,0.5371901,0.5495868,0.53305787,0.5,0.47933885,0.49586776,0.5289256,0.56198347,0.57438016,0.56198347,0.553719,0.5495868,0.53305787,0.53305787,0.53305787,0.53305787,0.5247934,0.5206612,0.5206612,0.5,0.4876033,0.45454547,0.40082645,0.36363637,0.42561984,0.4752066,0.49173555,0.49586776,0.5,0.5165289,0.5,0.4752066,0.4752066,0.47933885,0.48347107,0.47933885,0.47933885,0.4752066,0.24793388,0.24793388,0.24793388,0.29752067,0.3966942,0.3429752,0.3264463,0.3553719,0.38429752,0.4214876,0.446281,0.446281,0.45454547,0.47933885,0.4876033,0.49586776,0.46694216,0.45041323,0.45867768,0.43801653,0.3966942,0.338843,0.3305785,0.38429752,0.44214877,0.46280992,0.4876033,0.5041322,0.5041322,0.47933885,0.45041323,0.45454547,0.5,0.5371901,0.5495868,0.54545456,0.5247934,0.5123967,0.4876033,0.45041323,0.446281,0.45041323,0.44214877,0.42561984,0.4090909,0.38842976,0.34710744,0.3181818,0.34710744,0.34710744,0.38842976,0.45867768,0.49173555,0.5082645,0.5082645,0.5247934,0.5165289,0.48347107,0.4752066,0.4752066,0.49173555,0.47933885,0.4752066,0.46280992,0.24793388,0.28099173,0.35950413,0.47107437,0.5495868,0.4090909,0.30991736,0.3264463,0.35950413,0.40082645,0.44214877,0.45041323,0.45454547,0.47933885,0.5165289,0.5206612,0.49173555,0.47933885,0.46694216,0.42975205,0.3966942,0.34710744,0.27272728,0.2603306,0.29752067,0.3264463,0.34710744,0.3677686,0.38429752,0.38842976,0.38842976,0.37190083,0.3966942,0.42975205,0.4338843,0.45867768,0.4338843,0.4090909,0.40082645,0.36363637,0.3305785,0.30578512,0.29338843,0.28512397,0.30991736,0.3305785,0.30578512,0.3429752,0.446281,0.47933885,0.45454547,0.46694216,0.5041322,0.5123967,0.5082645,0.5165289,0.5165289,0.49586776,0.47933885,0.4752066,0.47933885,0.4752066,0.47107437,0.45867768,0.3305785,0.4338843,0.5206612,0.59090906,0.5495868,0.45454547,0.35950413,0.3140496,0.3305785,0.3677686,0.42561984,0.42975205,0.45454547,0.4752066,0.5123967,0.53305787,0.5165289,0.5041322,0.49586776,0.47933885,0.48347107,0.4876033,0.42561984,0.33471075,0.3140496,0.32231405,0.29338843,0.27272728,0.24380165,0.23966943,0.25619835,0.2768595,0.27272728,0.29338843,0.2892562,0.29752067,0.2892562,0.28099173,0.2768595,0.2644628,0.23966943,0.23140496,0.27272728,0.33471075,0.38429752,0.38429752,0.38016528,0.45041323,0.5247934,0.54545456,0.5165289,0.5082645,0.5082645,0.53305787,0.5165289,0.5123967,0.5041322,0.49586776,0.47933885,0.4752066,0.46694216,0.45867768,0.45867768,0.45454547,0.5041322,0.553719,0.5785124,0.60330576,0.48347107,0.45041323,0.43801653,0.3305785,0.30165288,0.3429752,0.3966942,0.42561984,0.44214877,0.45454547,0.49173555,0.5247934,0.5206612,0.5289256,0.5289256,0.5371901,0.5661157,0.58677685,0.5495868,0.46694216,0.40082645,0.4214876,0.44214877,0.4090909,0.3264463,0.27272728,0.23140496,0.2231405,0.21487603,0.22727273,0.2231405,0.2107438,0.2231405,0.23553719,0.25619835,0.29338843,0.3264463,0.35950413,0.3966942,0.42561984,0.42975205,0.41735536,0.45454547,0.5,0.54545456,0.5661157,0.56198347,0.5371901,0.5206612,0.553719,0.5413223,0.5206612,0.49586776,0.4876033,0.47107437,0.47107437,0.45867768,0.446281,0.446281,0.43801653,0.58677685,0.5785124,0.59090906,0.58264464,0.43801653,0.44214877,0.45867768,0.40082645,0.30165288,0.3181818,0.35950413,0.39256197,0.42561984,0.44214877,0.47107437,0.5041322,0.5206612,0.5206612,0.5413223,0.56198347,0.58677685,0.61570245,0.57438016,0.5165289,0.446281,0.4338843,0.4876033,0.5123967,0.49586776,0.46694216,0.43801653,0.40495867,0.3966942,0.38842976,0.37190083,0.36363637,0.38429752,0.40082645,0.4090909,0.41322315,0.44214877,0.45041323,0.43801653,0.4214876,0.42975205,0.45454547,0.49173555,0.5165289,0.5413223,0.57024795,0.56198347,0.54545456,0.5247934,0.56198347,0.53305787,0.5165289,0.49586776,0.47933885,0.46280992,0.46280992,0.45041323,0.446281,0.44214877,0.42975205,0.61157024,0.59504133,0.607438,0.553719,0.41735536,0.45041323,0.46280992,0.45867768,0.3181818,0.27272728,0.338843,0.37190083,0.39256197,0.41322315,0.45867768,0.49173555,0.5165289,0.5041322,0.5247934,0.56198347,0.58264464,0.59917355,0.57438016,0.5247934,0.49173555,0.4338843,0.46280992,0.46694216,0.5041322,0.5785124,0.57438016,0.5413223,0.57438016,0.553719,0.54545456,0.5082645,0.5082645,0.5206612,0.5165289,0.49586776,0.49173555,0.45454547,0.4338843,0.4214876,0.446281,0.47933885,0.5041322,0.5123967,0.53305787,0.5495868,0.5371901,0.5206612,0.5123967,0.53305787,0.5165289,0.5,0.47933885,0.46694216,0.446281,0.45454547,0.446281,0.4338843,0.42561984,0.41735536,0.61570245,0.59504133,0.61157024,0.53305787,0.4090909,0.446281,0.46280992,0.49173555,0.3305785,0.2520661,0.29752067,0.338843,0.36363637,0.3966942,0.4338843,0.47933885,0.5041322,0.49173555,0.5041322,0.5371901,0.56198347,0.58264464,0.58264464,0.5371901,0.4876033,0.45867768,0.43801653,0.4214876,0.446281,0.4876033,0.57024795,0.5289256,0.57438016,0.5785124,0.59917355,0.54545456,0.53305787,0.53305787,0.5165289,0.48347107,0.44214877,0.42975205,0.4338843,0.446281,0.46694216,0.4876033,0.5165289,0.5247934,0.5413223,0.54545456,0.5247934,0.5,0.49173555,0.49173555,0.48347107,0.47933885,0.47107437,0.45454547,0.45041323,0.44214877,0.4338843,0.41735536,0.41322315,0.37190083,0.6280992,0.607438,0.6280992,0.5413223,0.4090909,0.45041323,0.45454547,0.49586776,0.38429752,0.2520661,0.29752067,0.29752067,0.3264463,0.37190083,0.40082645,0.4338843,0.47933885,0.49173555,0.49586776,0.5082645,0.5289256,0.55785125,0.57438016,0.55785125,0.5,0.45454547,0.4214876,0.41735536,0.41322315,0.41322315,0.47933885,0.49586776,0.49586776,0.5123967,0.5413223,0.5123967,0.49173555,0.48347107,0.45454547,0.44214877,0.4214876,0.41322315,0.4338843,0.45454547,0.4752066,0.5,0.5247934,0.5413223,0.5413223,0.54545456,0.49586776,0.4876033,0.49173555,0.45454547,0.45867768,0.46280992,0.45867768,0.44214877,0.42561984,0.42561984,0.41735536,0.40495867,0.37603307,0.29338843,0.6446281,0.61157024,0.62396693,0.5247934,0.44214877,0.46694216,0.48347107,0.4752066,0.43801653,0.29752067,0.25619835,0.27272728,0.29752067,0.32231405,0.3553719,0.40495867,0.44214877,0.47107437,0.49173555,0.5041322,0.5165289,0.5371901,0.56198347,0.55785125,0.5371901,0.48347107,0.41322315,0.38016528,0.37190083,0.38016528,0.41735536,0.42975205,0.42561984,0.42561984,0.45454547,0.42561984,0.42975205,0.42561984,0.41322315,0.3966942,0.39256197,0.41322315,0.43801653,0.46280992,0.5041322,0.5289256,0.53305787,0.5371901,0.53305787,0.5289256,0.49586776,0.47933885,0.5,0.46694216,0.45867768,0.45454547,0.43801653,0.43801653,0.41322315,0.41322315,0.3966942,0.38016528,0.30165288,0.23140496,0.6652893,0.6404959,0.6487603,0.5082645,0.45867768,0.49173555,0.4876033,0.49586776,0.46694216,0.32231405,0.3181818,0.1983471,0.28099173,0.30578512,0.30578512,0.3677686,0.40495867,0.43801653,0.45867768,0.49586776,0.5041322,0.5247934,0.54545456,0.5661157,0.55785125,0.5413223,0.5041322,0.4338843,0.38016528,0.3429752,0.3305785,0.35123968,0.32231405,0.30991736,0.30165288,0.29752067,0.30165288,0.3264463,0.338843,0.38429752,0.4090909,0.44214877,0.4752066,0.5082645,0.53305787,0.54545456,0.53305787,0.5123967,0.5206612,0.5247934,0.48347107,0.47107437,0.46694216,0.45867768,0.446281,0.4752066,0.4338843,0.40495867,0.40082645,0.39256197,0.3677686,0.29752067,0.22727273,0.24793388,0.6694215,0.6487603,0.6363636,0.49586776,0.43801653,0.49586776,0.48347107,0.5123967,0.5041322,0.30578512,0.38429752,0.20661157,0.21900827,0.26859504,0.30578512,0.33471075,0.37603307,0.41735536,0.42975205,0.45867768,0.4752066,0.4876033,0.5206612,0.5495868,0.5661157,0.55785125,0.5495868,0.5247934,0.47933885,0.43801653,0.4090909,0.40082645,0.38016528,0.38016528,0.38016528,0.3966942,0.4090909,0.42561984,0.43801653,0.45041323,0.46694216,0.49173555,0.5082645,0.5289256,0.5371901,0.53305787,0.53305787,0.5123967,0.5082645,0.49586776,0.4876033,0.46694216,0.45867768,0.45041323,0.4214876,0.44214877,0.41322315,0.38842976,0.38016528,0.36363637,0.30165288,0.22727273,0.23966943,0.2892562,0.6694215,0.6446281,0.6198347,0.49173555,0.45454547,0.5206612,0.5082645,0.5123967,0.56198347,0.3140496,0.40495867,0.25619835,0.2231405,0.17768595,0.28512397,0.30991736,0.33471075,0.37603307,0.39256197,0.40495867,0.44214877,0.46280992,0.4876033,0.5289256,0.553719,0.58264464,0.5785124,0.54545456,0.53305787,0.5289256,0.49586776,0.47107437,0.47107437,0.46280992,0.4752066,0.46694216,0.49586776,0.5123967,0.5123967,0.5123967,0.5289256,0.53305787,0.5413223,0.553719,0.5371901,0.5247934,0.5413223,0.5206612,0.49586776,0.4876033,0.4752066,0.45454547,0.44214877,0.42975205,0.4214876,0.40495867,0.38429752,0.3553719,0.338843,0.28099173,0.2231405,0.23140496,0.28099173,0.3264463,0.6983471,0.6652893,0.607438,0.5,0.4752066,0.54545456,0.5165289,0.5165289,0.58677685,0.42561984,0.3553719,0.3677686,0.1983471,0.20661157,0.1983471,0.2644628,0.30578512,0.3264463,0.35123968,0.36363637,0.4090909,0.44214877,0.4752066,0.5082645,0.5247934,0.57438016,0.58677685,0.5785124,0.57438016,0.58677685,0.5785124,0.5495868,0.5289256,0.54545456,0.53305787,0.5413223,0.5495868,0.56198347,0.5661157,0.56198347,0.57024795,0.57024795,0.56198347,0.553719,0.53305787,0.5165289,0.5289256,0.5165289,0.47933885,0.46694216,0.46280992,0.44214877,0.4214876,0.40495867,0.38016528,0.37190083,0.35123968,0.3305785,0.26859504,0.21487603,0.23140496,0.26859504,0.3181818,0.3553719,0.71900827,0.69008267,0.6198347,0.5082645,0.47933885,0.58264464,0.5413223,0.5495868,0.59504133,0.5371901,0.30991736,0.4338843,0.1983471,0.25619835,0.19421488,0.19421488,0.2644628,0.2892562,0.30165288,0.3305785,0.37603307,0.41735536,0.44214877,0.47107437,0.49586776,0.553719,0.5785124,0.607438,0.607438,0.61570245,0.6322314,0.59917355,0.58677685,0.61157024,0.59504133,0.607438,0.59090906,0.58264464,0.57024795,0.57438016,0.58677685,0.59090906,0.57438016,0.55785125,0.5289256,0.5123967,0.5041322,0.5041322,0.46280992,0.45454547,0.45041323,0.4214876,0.38842976,0.38429752,0.34710744,0.338843,0.30991736,0.2644628,0.20247933,0.21487603,0.26859504,0.30165288,0.3429752,0.35950413,0.7107438,0.70247936,0.6363636,0.5371901,0.47107437,0.59917355,0.57438016,0.607438,0.59504133,0.61570245,0.38016528,0.41735536,0.2603306,0.24380165,0.2644628,0.19008264,0.19008264,0.23553719,0.2768595,0.2892562,0.3140496,0.37190083,0.40495867,0.42975205,0.46280992,0.5165289,0.54545456,0.5785124,0.58677685,0.60330576,0.61570245,0.60330576,0.61570245,0.62396693,0.6363636,0.6404959,0.6280992,0.60330576,0.5661157,0.57438016,0.59917355,0.58264464,0.5495868,0.5247934,0.5082645,0.5,0.48347107,0.46694216,0.45041323,0.44214877,0.4214876,0.38842976,0.34710744,0.35123968,0.32231405,0.3140496,0.24380165,0.20247933,0.21900827,0.24380165,0.28099173,0.338843,0.3677686,0.3553719,0.661157,0.6942149,0.62396693,0.553719,0.47933885,0.607438,0.59504133,0.661157,0.59504133,0.6694215,0.49586776,0.40082645,0.3181818,0.20247933,0.2892562,0.23553719,0.17355372,0.17768595,0.2107438,0.25619835,0.2768595,0.32231405,0.3553719,0.38429752,0.4338843,0.4752066,0.49586776,0.5082645,0.5413223,0.553719,0.57024795,0.5661157,0.58677685,0.5785124,0.59917355,0.61570245,0.61157024,0.60330576,0.5785124,0.58264464,0.5785124,0.55785125,0.5206612,0.4876033,0.4752066,0.46694216,0.45454547,0.43801653,0.4214876,0.3966942,0.36363637,0.3305785,0.3140496,0.3305785,0.29338843,0.24793388,0.1983471,0.21487603,0.24380165,0.2644628,0.3181818,0.36363637,0.37603307,0.338843,0.61570245,0.661157,0.607438,0.553719,0.47933885,0.61157024,0.61157024,0.6735537,0.6280992,0.6859504,0.57024795,0.46280992,0.39256197,0.23553719,0.2644628,0.26859504,0.2107438,0.1694215,0.1694215,0.18181819,0.23140496,0.27272728,0.30165288,0.3305785,0.38842976,0.4214876,0.45867768,0.4752066,0.5041322,0.5082645,0.5247934,0.5495868,0.5371901,0.5495868,0.57024795,0.57438016,0.5785124,0.5661157,0.553719,0.56198347,0.5413223,0.5165289,0.49173555,0.45867768,0.44214877,0.4338843,0.4214876,0.41322315,0.38429752,0.3305785,0.3140496,0.30991736,0.30991736,0.28099173,0.22727273,0.19008264,0.20661157,0.23553719,0.26859504,0.30165288,0.35123968,0.3553719,0.3677686,0.35123968,0.6528926,0.6528926,0.59504133,0.5289256,0.47107437,0.58677685,0.6404959,0.6652893,0.677686,0.6859504,0.6363636,0.53305787,0.46280992,0.35950413,0.2603306,0.24793388,0.27272728,0.19008264,0.16115703,0.15289256,0.1694215,0.20661157,0.23966943,0.28099173,0.32231405,0.36363637,0.4090909,0.46280992,0.46694216,0.46694216,0.48347107,0.5206612,0.5123967,0.5123967,0.53305787,0.5371901,0.5289256,0.5206612,0.5082645,0.5123967,0.5,0.47933885,0.45867768,0.4338843,0.41735536,0.40495867,0.38842976,0.36363637,0.32231405,0.2892562,0.30165288,0.29752067,0.2603306,0.1983471,0.19008264,0.20247933,0.23140496,0.2644628,0.30578512,0.338843,0.35950413,0.38016528,0.4338843,0.47107437,0.69008267,0.6818182,0.59090906,0.5,0.47933885,0.55785125,0.6694215,0.6528926,0.73966944,0.69008267,0.6735537,0.58677685,0.5,0.47107437,0.28512397,0.27272728,0.2644628,0.24380165,0.18181819,0.14876033,0.15289256,0.1570248,0.17768595,0.2107438,0.24793388,0.29752067,0.33471075,0.40082645,0.40495867,0.4214876,0.4338843,0.446281,0.45041323,0.45454547,0.47107437,0.4752066,0.47107437,0.47107437,0.45867768,0.45454547,0.45454547,0.43801653,0.41322315,0.39256197,0.37603307,0.35123968,0.3305785,0.30165288,0.2892562,0.2892562,0.26859504,0.2231405,0.19421488,0.18595041,0.1983471,0.23553719,0.2644628,0.29752067,0.34710744,0.38842976,0.41735536,0.4752066,0.5289256,0.55785125,0.6570248,0.6859504,0.607438,0.48347107,0.5082645,0.5289256,0.6818182,0.661157,0.77272725,0.6859504,0.71900827,0.58264464,0.56198347,0.53305787,0.34710744,0.32231405,0.28099173,0.2644628,0.23553719,0.1694215,0.13636364,0.14876033,0.1570248,0.14876033,0.17768595,0.21487603,0.24793388,0.3140496,0.3305785,0.3677686,0.37603307,0.37190083,0.38429752,0.3966942,0.3966942,0.40495867,0.40495867,0.4090909,0.40082645,0.3966942,0.39256197,0.38429752,0.35950413,0.338843,0.32231405,0.30165288,0.2892562,0.27272728,0.2644628,0.23966943,0.20661157,0.19008264,0.19421488,0.20247933,0.21900827,0.27272728,0.30165288,0.34710744,0.38842976,0.4090909,0.45041323,0.4752066,0.45041323,0.4338843,30 +0.6983471,0.78099173,0.8057851,0.78512394,0.78512394,0.79752064,0.7933884,0.7933884,0.7892562,0.7768595,0.7231405,0.6983471,0.6446281,0.61570245,0.61157024,0.59090906,0.57024795,0.58264464,0.57438016,0.57438016,0.57438016,0.56198347,0.58264464,0.5785124,0.54545456,0.5661157,0.5661157,0.5495868,0.57024795,0.58677685,0.59090906,0.57438016,0.59504133,0.57024795,0.57438016,0.57438016,0.57024795,0.55785125,0.54545456,0.5247934,0.5123967,0.5,0.5041322,0.5,0.4876033,0.47933885,0.4752066,0.4752066,0.4876033,0.5041322,0.5082645,0.4876033,0.4876033,0.5082645,0.5289256,0.5123967,0.54545456,0.56198347,0.5413223,0.5289256,0.5371901,0.58264464,0.6198347,0.5206612,0.72727275,0.8057851,0.8016529,0.8016529,0.78512394,0.8016529,0.8057851,0.7892562,0.78512394,0.79752064,0.73966944,0.6983471,0.6570248,0.6198347,0.61570245,0.59504133,0.58264464,0.59090906,0.58264464,0.57438016,0.57438016,0.5785124,0.58264464,0.57024795,0.57024795,0.59090906,0.58677685,0.5661157,0.5661157,0.5785124,0.58264464,0.57024795,0.59090906,0.57438016,0.57024795,0.57438016,0.57024795,0.57024795,0.5495868,0.5247934,0.5247934,0.5123967,0.5041322,0.5041322,0.4876033,0.4752066,0.48347107,0.4876033,0.4876033,0.5041322,0.5041322,0.5041322,0.49586776,0.5165289,0.5371901,0.53305787,0.553719,0.57438016,0.56198347,0.54545456,0.553719,0.59090906,0.6363636,0.553719,0.78512394,0.8181818,0.822314,0.8264463,0.8140496,0.80991733,0.8016529,0.78512394,0.78099173,0.79752064,0.75619835,0.70247936,0.6859504,0.62396693,0.61570245,0.607438,0.59917355,0.59917355,0.58677685,0.59090906,0.58264464,0.58264464,0.56198347,0.57438016,0.5785124,0.5785124,0.5661157,0.57438016,0.57024795,0.5661157,0.5785124,0.57438016,0.5785124,0.59090906,0.5661157,0.57438016,0.5785124,0.57024795,0.55785125,0.5289256,0.5371901,0.5247934,0.5206612,0.5,0.5,0.49586776,0.4876033,0.49586776,0.5041322,0.5082645,0.5247934,0.5289256,0.5165289,0.5413223,0.56198347,0.58264464,0.56198347,0.5785124,0.57438016,0.56198347,0.58264464,0.59917355,0.6446281,0.58264464,0.7892562,0.822314,0.8347107,0.8429752,0.8347107,0.822314,0.8016529,0.7933884,0.78099173,0.7933884,0.7768595,0.73140496,0.7231405,0.6487603,0.6322314,0.6198347,0.59504133,0.59917355,0.607438,0.59917355,0.59090906,0.59090906,0.58264464,0.58264464,0.60330576,0.59504133,0.58264464,0.5661157,0.53305787,0.5413223,0.5661157,0.5785124,0.58677685,0.59504133,0.553719,0.59917355,0.58264464,0.57438016,0.553719,0.5247934,0.5495868,0.54545456,0.5371901,0.5123967,0.5165289,0.5082645,0.5082645,0.5123967,0.5123967,0.5289256,0.53305787,0.54545456,0.54545456,0.56198347,0.58264464,0.59917355,0.5785124,0.59504133,0.59504133,0.57024795,0.58677685,0.59917355,0.6363636,0.59917355,0.8140496,0.8264463,0.8471074,0.8512397,0.8347107,0.8264463,0.8140496,0.7933884,0.7892562,0.78512394,0.78099173,0.76859504,0.73966944,0.69008267,0.6487603,0.6280992,0.607438,0.59504133,0.59917355,0.607438,0.59917355,0.60330576,0.59090906,0.59504133,0.60330576,0.59917355,0.59504133,0.57438016,0.4752066,0.5082645,0.553719,0.57438016,0.58677685,0.59090906,0.55785125,0.58677685,0.59090906,0.59090906,0.5413223,0.54545456,0.5371901,0.56198347,0.5413223,0.5247934,0.5206612,0.5123967,0.5165289,0.5371901,0.5247934,0.5413223,0.54545456,0.5661157,0.56198347,0.5785124,0.58677685,0.59917355,0.58677685,0.61157024,0.607438,0.59917355,0.59917355,0.61570245,0.6446281,0.6404959,0.8264463,0.822314,0.838843,0.8512397,0.822314,0.8305785,0.80991733,0.79752064,0.7892562,0.7892562,0.76859504,0.7355372,0.72727275,0.6983471,0.6487603,0.6280992,0.6198347,0.59090906,0.59504133,0.60330576,0.59917355,0.61570245,0.59917355,0.58677685,0.58677685,0.59090906,0.5785124,0.56198347,0.47107437,0.5165289,0.57438016,0.57024795,0.59090906,0.58264464,0.57024795,0.58264464,0.5785124,0.5785124,0.55785125,0.54545456,0.5413223,0.56198347,0.53305787,0.5371901,0.53305787,0.53305787,0.5289256,0.5371901,0.5247934,0.5206612,0.5371901,0.56198347,0.5371901,0.5495868,0.55785125,0.5785124,0.59504133,0.6446281,0.6198347,0.6446281,0.6652893,0.6487603,0.6446281,0.6487603,0.822314,0.8264463,0.8264463,0.8512397,0.8057851,0.8264463,0.8140496,0.79752064,0.77272725,0.75206614,0.6983471,0.661157,0.6528926,0.6280992,0.61570245,0.60330576,0.59090906,0.59090906,0.59090906,0.5661157,0.56198347,0.553719,0.59504133,0.55785125,0.56198347,0.58264464,0.57024795,0.553719,0.5289256,0.5413223,0.5661157,0.58264464,0.58677685,0.5661157,0.57024795,0.57024795,0.553719,0.56198347,0.5413223,0.53305787,0.5289256,0.53305787,0.5247934,0.5371901,0.5289256,0.5165289,0.5082645,0.5082645,0.47933885,0.46280992,0.4752066,0.47933885,0.47933885,0.49586776,0.5041322,0.5413223,0.57024795,0.60330576,0.62396693,0.6363636,0.6735537,0.6983471,0.6570248,0.6280992,0.8181818,0.8181818,0.8347107,0.838843,0.8347107,0.8140496,0.8181818,0.7644628,0.6859504,0.6528926,0.6280992,0.59090906,0.56198347,0.5082645,0.49586776,0.4876033,0.46280992,0.46280992,0.45454547,0.42975205,0.44214877,0.45867768,0.5165289,0.5289256,0.5371901,0.54545456,0.54545456,0.5413223,0.54545456,0.5413223,0.54545456,0.5495868,0.5661157,0.553719,0.5371901,0.54545456,0.5371901,0.5371901,0.5082645,0.5123967,0.49173555,0.5,0.48347107,0.48347107,0.42561984,0.42561984,0.4090909,0.38429752,0.38016528,0.37190083,0.38429752,0.3966942,0.42975205,0.45041323,0.47107437,0.48347107,0.5041322,0.5495868,0.59090906,0.6446281,0.69008267,0.7107438,0.6404959,0.6322314,0.8181818,0.8016529,0.8305785,0.8057851,0.8305785,0.8057851,0.76859504,0.6942149,0.62396693,0.56198347,0.5495868,0.53305787,0.49586776,0.46280992,0.4214876,0.38016528,0.36363637,0.34710744,0.3264463,0.32231405,0.36363637,0.38429752,0.41322315,0.4338843,0.47933885,0.5082645,0.5165289,0.5247934,0.5247934,0.53305787,0.5495868,0.5247934,0.5371901,0.5413223,0.5206612,0.5289256,0.5165289,0.5206612,0.49586776,0.46694216,0.45867768,0.46280992,0.39256197,0.37190083,0.338843,0.33471075,0.32231405,0.3140496,0.33471075,0.3677686,0.39256197,0.4338843,0.446281,0.46280992,0.47107437,0.49173555,0.48347107,0.5165289,0.5661157,0.61570245,0.6983471,0.71900827,0.6198347,0.6280992,0.822314,0.8140496,0.80991733,0.79752064,0.822314,0.74793386,0.74793386,0.72727275,0.6735537,0.61157024,0.57024795,0.5413223,0.5206612,0.45454547,0.4214876,0.37603307,0.40495867,0.49586776,0.40082645,0.3140496,0.39256197,0.43801653,0.4214876,0.4338843,0.45041323,0.4876033,0.49586776,0.5165289,0.5289256,0.5165289,0.5247934,0.5165289,0.5206612,0.5041322,0.4876033,0.5,0.47933885,0.47107437,0.46694216,0.38842976,0.3553719,0.36363637,0.33471075,0.3264463,0.3140496,0.3140496,0.30578512,0.2603306,0.30991736,0.30991736,0.3305785,0.338843,0.37190083,0.41322315,0.446281,0.5123967,0.56198347,0.6446281,0.62396693,0.6322314,0.7066116,0.7107438,0.6404959,0.6363636,0.822314,0.8057851,0.8016529,0.79752064,0.7768595,0.76033056,0.73140496,0.6570248,0.5661157,0.5082645,0.45867768,0.45454547,0.45867768,0.4338843,0.4090909,0.3553719,0.35950413,0.59090906,0.57024795,0.3553719,0.40082645,0.45454547,0.4090909,0.41735536,0.36363637,0.32231405,0.338843,0.338843,0.48347107,0.47107437,0.446281,0.5123967,0.45454547,0.44214877,0.42561984,0.46280992,0.3966942,0.40082645,0.42561984,0.3264463,0.1983471,0.27272728,0.33471075,0.338843,0.3553719,0.35950413,0.36363637,0.34710744,0.37190083,0.3677686,0.37603307,0.39256197,0.4214876,0.43801653,0.45454547,0.46280992,0.446281,0.45454547,0.48347107,0.53305787,0.61570245,0.6859504,0.6735537,0.6570248,0.8347107,0.80991733,0.8057851,0.79752064,0.72727275,0.56198347,0.5289256,0.5206612,0.60330576,0.677686,0.6694215,0.60330576,0.57438016,0.553719,0.5165289,0.48347107,0.55785125,0.8677686,0.946281,0.60330576,0.46694216,0.446281,0.44214877,0.45041323,0.45867768,0.45041323,0.3553719,0.32231405,0.446281,0.46694216,0.47107437,0.47107437,0.43801653,0.41735536,0.41735536,0.446281,0.446281,0.446281,0.46694216,0.3553719,0.3181818,0.41735536,0.4090909,0.41735536,0.446281,0.46280992,0.43801653,0.41322315,0.40495867,0.40082645,0.40495867,0.41735536,0.43801653,0.46280992,0.56198347,0.6280992,0.6363636,0.6404959,0.59917355,0.54545456,0.4876033,0.5082645,0.55785125,0.6446281,0.8512397,0.8181818,0.8140496,0.7107438,0.47107437,0.58677685,0.661157,0.661157,0.6859504,0.75206614,0.7231405,0.61570245,0.53305787,0.4876033,0.45867768,0.40082645,0.42975205,0.6363636,0.77272725,0.55785125,0.38842976,0.35123968,0.34710744,0.35123968,0.38016528,0.44214877,0.45041323,0.38842976,0.3264463,0.45041323,0.5041322,0.46694216,0.47933885,0.43801653,0.4338843,0.45041323,0.47107437,0.46280992,0.39256197,0.36363637,0.446281,0.49173555,0.35950413,0.5371901,0.8347107,0.677686,0.41735536,0.36363637,0.3677686,0.34710744,0.35123968,0.3677686,0.39256197,0.40495867,0.5082645,0.57024795,0.55785125,0.6280992,0.6570248,0.6983471,0.6198347,0.5661157,0.3429752,0.46280992,0.79752064,0.822314,0.72727275,0.47933885,0.6487603,0.677686,0.661157,0.6363636,0.661157,0.677686,0.59504133,0.5041322,0.45454547,0.40082645,0.38842976,0.3305785,0.35950413,0.40082645,0.46694216,0.38429752,0.26859504,0.2520661,0.2768595,0.28512397,0.30165288,0.3677686,0.45041323,0.45454547,0.45041323,0.3966942,0.6198347,0.6280992,0.6280992,0.55785125,0.5289256,0.5371901,0.5206612,0.47107437,0.36363637,0.3966942,0.4338843,0.45041323,0.32231405,0.6859504,0.88842976,0.75619835,0.36363637,0.3140496,0.32231405,0.30165288,0.29752067,0.30165288,0.32231405,0.34710744,0.43801653,0.45867768,0.45041323,0.46280992,0.5413223,0.6735537,0.661157,0.607438,0.28512397,0.3181818,0.607438,0.59504133,0.40495867,0.59917355,0.6198347,0.58264464,0.57024795,0.5371901,0.57438016,0.47107437,0.446281,0.5661157,0.4752066,0.38016528,0.3429752,0.2603306,0.30991736,0.29338843,0.3305785,0.3181818,0.24793388,0.20247933,0.21900827,0.2768595,0.27272728,0.29338843,0.3966942,0.49586776,0.5661157,0.5,0.607438,0.61157024,0.7892562,0.61570245,0.43801653,0.49173555,0.446281,0.45454547,0.4090909,0.37603307,0.35950413,0.35123968,0.30578512,0.42975205,0.62396693,0.5247934,0.35950413,0.3429752,0.30991736,0.30991736,0.3264463,0.34710744,0.36363637,0.3429752,0.38842976,0.45867768,0.446281,0.44214877,0.45867768,0.5247934,0.47107437,0.55785125,0.2768595,0.30165288,0.3677686,0.3966942,0.5785124,0.60330576,0.5082645,0.47107437,0.4090909,0.42561984,0.42975205,0.3553719,0.45867768,0.46280992,0.30991736,0.34710744,0.21900827,0.15289256,0.20247933,0.20247933,0.22727273,0.2768595,0.24380165,0.2231405,0.1983471,0.23553719,0.2768595,0.29338843,0.35123968,0.47107437,0.5785124,0.553719,0.57024795,0.5289256,0.76033056,0.58264464,0.4214876,0.5165289,0.5,0.41735536,0.44214877,0.36363637,0.35123968,0.2892562,0.26859504,0.3181818,0.34710744,0.30578512,0.27272728,0.2603306,0.17768595,0.17768595,0.29338843,0.38016528,0.4090909,0.5123967,0.45041323,0.48347107,0.53305787,0.5123967,0.553719,0.6198347,0.5371901,0.59090906,0.2892562,0.2892562,0.21900827,0.45041323,0.80991733,0.7892562,0.6363636,0.5165289,0.5082645,0.47933885,0.4214876,0.3966942,0.34710744,0.2892562,0.3429752,0.46280992,0.22727273,0.19421488,0.1694215,0.19008264,0.23553719,0.34710744,0.30991736,0.22727273,0.25619835,0.23553719,0.30578512,0.3677686,0.39256197,0.5,0.59090906,0.5206612,0.607438,0.5785124,0.553719,0.46280992,0.46694216,0.54545456,0.56198347,0.4090909,0.41322315,0.35123968,0.36363637,0.25619835,0.2520661,0.26859504,0.4090909,0.24793388,0.2231405,0.2107438,0.16115703,0.12396694,0.61157024,0.5785124,0.24793388,0.40495867,0.49173555,0.5206612,0.55785125,0.5495868,0.5785124,0.69008267,0.6983471,0.75206614,0.30165288,0.21900827,0.6322314,0.58264464,0.8140496,0.8140496,0.677686,0.5785124,0.55785125,0.57024795,0.5247934,0.5247934,0.4876033,0.43801653,0.3966942,0.45041323,0.3140496,0.23966943,0.24793388,0.2603306,0.28512397,0.35950413,0.30991736,0.2768595,0.3181818,0.32231405,0.3305785,0.40495867,0.43801653,0.5413223,0.6322314,0.46694216,0.62396693,0.61157024,0.57438016,0.5,0.49586776,0.5495868,0.58264464,0.3966942,0.39256197,0.36363637,0.34710744,0.2768595,0.2892562,0.30991736,0.43801653,0.29338843,0.24793388,0.20247933,0.2107438,0.14049587,0.59917355,0.56198347,0.28512397,0.39256197,0.47933885,0.54545456,0.53305787,0.553719,0.5371901,0.6652893,0.74380165,0.8140496,0.28099173,0.1694215,0.59504133,0.57024795,0.8057851,0.8140496,0.6694215,0.58677685,0.5371901,0.59917355,0.61570245,0.6280992,0.6322314,0.61157024,0.4752066,0.41322315,0.3553719,0.30165288,0.30991736,0.30578512,0.30165288,0.3140496,0.3140496,0.3140496,0.37190083,0.42561984,0.36363637,0.4090909,0.4876033,0.57438016,0.59917355,0.4338843,0.61570245,0.57024795,0.5413223,0.4876033,0.4752066,0.4876033,0.57024795,0.40082645,0.40495867,0.4090909,0.3305785,0.3429752,0.34710744,0.3429752,0.37603307,0.3264463,0.3264463,0.30165288,0.29338843,0.29338843,0.40082645,0.45867768,0.58264464,0.553719,0.5,0.5123967,0.53305787,0.46694216,0.4876033,0.59917355,0.7107438,0.79752064,0.3140496,0.1694215,0.55785125,0.5495868,0.7933884,0.79752064,0.661157,0.58264464,0.5495868,0.57024795,0.61157024,0.6446281,0.6818182,0.6198347,0.53305787,0.45454547,0.4090909,0.36363637,0.37190083,0.3677686,0.35950413,0.33471075,0.34710744,0.34710744,0.3677686,0.40495867,0.44214877,0.4752066,0.5041322,0.6818182,0.45454547,0.45041323,0.5495868,0.5247934,0.49586776,0.47107437,0.46694216,0.43801653,0.44214877,0.4338843,0.3966942,0.46280992,0.44214877,0.36363637,0.35950413,0.37190083,0.3305785,0.3305785,0.2892562,0.2768595,0.3140496,0.3140496,0.40495867,0.5041322,0.59504133,0.5785124,0.5289256,0.5041322,0.5082645,0.446281,0.49173555,0.57438016,0.7066116,0.7355372,0.38016528,0.2107438,0.5495868,0.5289256,0.7933884,0.7933884,0.6735537,0.59504133,0.57024795,0.5495868,0.58677685,0.62396693,0.6528926,0.61157024,0.58264464,0.44214877,0.41735536,0.41735536,0.4214876,0.40082645,0.38016528,0.37603307,0.37603307,0.35950413,0.4090909,0.49586776,0.5495868,0.53305787,0.553719,0.7107438,0.3181818,0.46694216,0.5247934,0.5123967,0.48347107,0.4752066,0.46694216,0.45041323,0.4090909,0.3966942,0.3264463,0.45454547,0.5,0.49173555,0.38842976,0.39256197,0.36363637,0.33471075,0.3429752,0.30991736,0.3264463,0.35123968,0.3966942,0.47107437,0.5495868,0.553719,0.5413223,0.4876033,0.47933885,0.46694216,0.5,0.5661157,0.7066116,0.6859504,0.38842976,0.2107438,0.57438016,0.5123967,0.78512394,0.7933884,0.6652893,0.6198347,0.607438,0.55785125,0.5495868,0.5661157,0.6280992,0.61157024,0.60330576,0.40082645,0.38429752,0.43801653,0.43801653,0.41322315,0.40082645,0.39256197,0.39256197,0.4338843,0.5165289,0.58677685,0.60330576,0.56198347,0.6446281,0.6404959,0.17768595,0.4752066,0.5495868,0.5371901,0.49173555,0.47933885,0.47107437,0.46280992,0.44214877,0.3264463,0.23553719,0.46694216,0.47107437,0.5289256,0.49173555,0.446281,0.38842976,0.37190083,0.36363637,0.3553719,0.36363637,0.37603307,0.3966942,0.43801653,0.49173555,0.5,0.4876033,0.45454547,0.48347107,0.4876033,0.5123967,0.55785125,0.6983471,0.6280992,0.2892562,0.18181819,0.61157024,0.4752066,0.78099173,0.7933884,0.6818182,0.6818182,0.6487603,0.61157024,0.5495868,0.53305787,0.55785125,0.5661157,0.5206612,0.46694216,0.446281,0.43801653,0.4338843,0.4214876,0.4214876,0.45041323,0.48347107,0.5413223,0.59090906,0.61570245,0.6322314,0.58264464,0.5495868,0.45867768,0.3264463,0.553719,0.55785125,0.55785125,0.5247934,0.48347107,0.48347107,0.47933885,0.4752066,0.39256197,0.2892562,0.39256197,0.446281,0.5206612,0.5082645,0.5082645,0.46694216,0.41322315,0.38429752,0.38429752,0.38016528,0.37190083,0.40495867,0.42975205,0.446281,0.45041323,0.45867768,0.45867768,0.5082645,0.5206612,0.54545456,0.5785124,0.6818182,0.6446281,0.12809917,0.18595041,0.6694215,0.45454547,0.77272725,0.79752064,0.7231405,0.7066116,0.6694215,0.6694215,0.6198347,0.57438016,0.55785125,0.5371901,0.49586776,0.4752066,0.47933885,0.43801653,0.45041323,0.4752066,0.5,0.5165289,0.53305787,0.5661157,0.55785125,0.5661157,0.6322314,0.57024795,0.57438016,0.47107437,0.4876033,0.57024795,0.59917355,0.58264464,0.5495868,0.5,0.49173555,0.5,0.5,0.47107437,0.3677686,0.36363637,0.446281,0.49586776,0.49173555,0.49586776,0.5041322,0.4752066,0.42975205,0.40495867,0.41322315,0.3966942,0.4090909,0.41735536,0.42975205,0.43801653,0.4876033,0.5082645,0.5247934,0.553719,0.56198347,0.60330576,0.6818182,0.6446281,0.12809917,0.2107438,0.70247936,0.47933885,0.7066116,0.8016529,0.76859504,0.73966944,0.7231405,0.71900827,0.6652893,0.61570245,0.57438016,0.5371901,0.5206612,0.4876033,0.48347107,0.49586776,0.5165289,0.5247934,0.5371901,0.53305787,0.54545456,0.607438,0.5123967,0.53305787,0.56198347,0.62396693,0.5165289,0.48347107,0.553719,0.62396693,0.62396693,0.59917355,0.5661157,0.5206612,0.49586776,0.5082645,0.5123967,0.5123967,0.446281,0.37190083,0.39256197,0.47107437,0.48347107,0.4876033,0.48347107,0.46694216,0.46694216,0.44214877,0.43801653,0.42561984,0.42561984,0.41735536,0.42975205,0.45867768,0.5082645,0.5165289,0.5371901,0.57024795,0.5785124,0.6404959,0.7066116,0.6694215,0.1694215,0.30991736,0.70247936,0.57438016,0.5206612,0.8181818,0.79752064,0.76033056,0.73966944,0.73140496,0.677686,0.6322314,0.59917355,0.57438016,0.553719,0.5247934,0.5247934,0.53305787,0.5413223,0.5371901,0.56198347,0.5495868,0.5785124,0.6363636,0.5247934,0.553719,0.5785124,0.56198347,0.446281,0.5371901,0.6404959,0.6818182,0.6652893,0.61157024,0.5661157,0.54545456,0.49173555,0.5123967,0.5123967,0.5495868,0.5041322,0.4090909,0.34710744,0.4214876,0.4876033,0.49173555,0.47933885,0.4752066,0.4752066,0.46280992,0.45867768,0.45454547,0.44214877,0.4338843,0.44214877,0.46280992,0.5041322,0.5123967,0.5495868,0.5785124,0.60330576,0.6735537,0.73140496,0.6859504,0.2231405,0.6859504,0.70247936,0.75619835,0.5,0.6363636,0.80991733,0.7768595,0.74380165,0.73140496,0.7066116,0.6694215,0.6363636,0.60330576,0.57024795,0.55785125,0.5495868,0.553719,0.55785125,0.5495868,0.55785125,0.57024795,0.56198347,0.607438,0.5123967,0.59917355,0.6528926,0.45454547,0.47107437,0.59504133,0.69008267,0.7231405,0.70247936,0.6487603,0.59090906,0.5661157,0.5041322,0.5082645,0.5206612,0.5785124,0.54545456,0.47933885,0.40082645,0.3677686,0.47107437,0.5247934,0.48347107,0.48347107,0.47107437,0.47107437,0.46280992,0.45454547,0.47107437,0.446281,0.45454547,0.46694216,0.5041322,0.5082645,0.5413223,0.59504133,0.6528926,0.7066116,0.76859504,0.6652893,0.6487603,0.6404959,0.7066116,0.7644628,0.75619835,0.56198347,0.58677685,0.75619835,0.77272725,0.73966944,0.75619835,0.70247936,0.6363636,0.60330576,0.57024795,0.57438016,0.56198347,0.57438016,0.5661157,0.53305787,0.5413223,0.5495868,0.53305787,0.5041322,0.4876033,0.56198347,0.5247934,0.5247934,0.53305787,0.6570248,0.72727275,0.73140496,0.7107438,0.6570248,0.59504133,0.58264464,0.5413223,0.5123967,0.5413223,0.5785124,0.57024795,0.553719,0.43801653,0.40495867,0.35950413,0.47107437,0.47107437,0.49173555,0.4752066,0.48347107,0.47933885,0.46694216,0.46694216,0.4752066,0.4752066,0.47107437,0.5165289,0.53305787,0.57024795,0.6198347,0.6818182,0.74380165,0.7768595,0.7231405,0.6446281,0.607438,0.71900827,0.74380165,0.77272725,0.7933884,0.6818182,0.49173555,0.71487606,0.78512394,0.7892562,0.69008267,0.6404959,0.59917355,0.57438016,0.57024795,0.57438016,0.5661157,0.54545456,0.5123967,0.5206612,0.5041322,0.49173555,0.48347107,0.45041323,0.43801653,0.553719,0.5165289,0.61157024,0.6818182,0.74793386,0.7231405,0.71900827,0.6652893,0.59504133,0.59090906,0.5495868,0.5123967,0.5371901,0.5661157,0.5785124,0.55785125,0.5041322,0.43801653,0.40495867,0.29338843,0.43801653,0.5082645,0.47933885,0.5041322,0.49586776,0.47107437,0.46694216,0.47933885,0.49173555,0.4876033,0.5413223,0.55785125,0.59504133,0.6446281,0.6942149,0.71487606,0.74380165,0.661157,0.6859504,0.677686,0.7355372,0.73140496,0.75619835,0.7768595,0.822314,0.73140496,0.5206612,0.73966944,0.71487606,0.69008267,0.6487603,0.61157024,0.58677685,0.58677685,0.58264464,0.553719,0.5413223,0.5123967,0.5082645,0.48347107,0.46694216,0.4214876,0.35950413,0.4214876,0.55785125,0.61570245,0.6694215,0.6818182,0.73966944,0.74793386,0.7231405,0.6570248,0.59917355,0.6487603,0.56198347,0.5,0.5247934,0.55785125,0.5661157,0.55785125,0.54545456,0.54545456,0.49173555,0.27272728,0.2603306,0.40495867,0.446281,0.49586776,0.49173555,0.49586776,0.4876033,0.47933885,0.5,0.5041322,0.5289256,0.5123967,0.5082645,0.49586776,0.5247934,0.58264464,0.6859504,0.7355372,0.73140496,0.6735537,0.74793386,0.71900827,0.76033056,0.75619835,0.7892562,0.7933884,0.76859504,0.71900827,0.5247934,0.57438016,0.56198347,0.5206612,0.5082645,0.49586776,0.49586776,0.46694216,0.45454547,0.43801653,0.4090909,0.39256197,0.3677686,0.35950413,0.30578512,0.43801653,0.70247936,0.6983471,0.73140496,0.7355372,0.73966944,0.75206614,0.74380165,0.6280992,0.6446281,0.677686,0.57438016,0.5082645,0.53305787,0.607438,0.59504133,0.59090906,0.61157024,0.58264464,0.59917355,0.4214876,0.2644628,0.26859504,0.30165288,0.3181818,0.3305785,0.33471075,0.32231405,0.3264463,0.338843,0.3553719,0.37603307,0.4338843,0.48347107,0.57438016,0.6322314,0.71900827,0.71487606,0.73966944,0.7231405,0.6942149,0.74793386,0.73140496,0.75206614,0.75206614,0.77272725,0.76033056,0.77272725,0.73140496,0.6404959,0.62396693,0.553719,0.4752066,0.4338843,0.38842976,0.35950413,0.3264463,0.29752067,0.29752067,0.28512397,0.2603306,0.23553719,0.29338843,0.3553719,0.5123967,0.7066116,0.6983471,0.6942149,0.6942149,0.7231405,0.80991733,0.75206614,0.5785124,0.5785124,0.57438016,0.5371901,0.5123967,0.5165289,0.6983471,0.7107438,0.6322314,0.6363636,0.6528926,0.71487606,0.5,0.2892562,0.3429752,0.35950413,0.37190083,0.3677686,0.38429752,0.37603307,0.3553719,0.38016528,0.41322315,0.46280992,0.5289256,0.55785125,0.59917355,0.71900827,0.71487606,0.70247936,0.73140496,0.7107438,0.69008267,0.75619835,0.73966944,0.75206614,0.75619835,0.7355372,0.74380165,0.73966944,0.7231405,0.6942149,0.69008267,0.6322314,0.5661157,0.53305787,0.5123967,0.45041323,0.42975205,0.40495867,0.38842976,0.34710744,0.2892562,0.3305785,0.3966942,0.44214877,0.44214877,0.57438016,0.5785124,0.55785125,0.553719,0.59504133,0.6487603,0.59917355,0.53305787,0.49173555,0.49586776,0.4752066,0.48347107,0.48347107,0.55785125,0.607438,0.5289256,0.54545456,0.55785125,0.6652893,0.3677686,0.2644628,0.38016528,0.38016528,0.4214876,0.45867768,0.4752066,0.4876033,0.48347107,0.48347107,0.49173555,0.5371901,0.5661157,0.62396693,0.661157,0.71487606,0.73966944,0.6983471,0.71487606,0.71487606,0.6818182,0.7644628,0.73140496,0.73140496,0.75206614,0.73140496,0.72727275,0.7231405,0.7107438,0.6818182,0.6487603,0.59504133,0.5413223,0.5082645,0.4752066,0.45454547,0.44214877,0.41322315,0.3966942,0.35123968,0.35950413,0.4214876,0.44214877,0.45867768,0.43801653,0.41322315,0.42561984,0.38429752,0.35123968,0.4214876,0.5371901,0.5495868,0.5123967,0.446281,0.43801653,0.4214876,0.45454547,0.4752066,0.5082645,0.5123967,0.42561984,0.41735536,0.44214877,0.37603307,0.17768595,0.29752067,0.38429752,0.37603307,0.38016528,0.43801653,0.46694216,0.4752066,0.46694216,0.47107437,0.4876033,0.5,0.55785125,0.59504133,0.69008267,0.72727275,0.74380165,0.7231405,0.71487606,0.71900827,0.6859504,0.74793386,0.74380165,0.7066116,0.74793386,0.7107438,0.7107438,0.70247936,0.661157,0.6404959,0.6280992,0.57024795,0.5206612,0.4876033,0.446281,0.446281,0.41735536,0.40082645,0.36363637,0.36363637,0.4338843,0.46280992,0.43801653,0.4752066,0.4752066,0.43801653,0.40495867,0.40082645,0.33471075,0.37190083,0.34710744,0.43801653,0.4752066,0.3966942,0.37190083,0.3553719,0.42561984,0.45867768,0.46280992,0.45454547,0.446281,0.46694216,0.38016528,0.29752067,0.24793388,0.3181818,0.3677686,0.40082645,0.38016528,0.40495867,0.446281,0.45867768,0.43801653,0.45041323,0.46280992,0.5123967,0.54545456,0.5785124,0.6528926,0.69008267,0.71900827,0.73140496,0.71487606,0.7107438,0.70247936,0.73966944,0.72727275,0.7107438,0.7231405,0.70247936,0.6694215,0.6818182,0.661157,0.6322314,0.59090906,0.553719,0.5,0.45867768,0.42975205,0.4338843,0.4090909,0.38429752,0.37190083,0.4090909,0.45867768,0.45454547,0.43801653,0.4752066,0.5041322,0.5289256,0.53305787,0.5082645,0.446281,0.446281,0.40495867,0.28099173,0.30991736,0.29752067,0.28099173,0.30165288,0.3429752,0.35123968,0.35123968,0.3677686,0.4090909,0.44214877,0.41735536,0.40495867,0.3553719,0.36363637,0.38016528,0.40082645,0.39256197,0.38842976,0.4214876,0.44214877,0.41735536,0.44214877,0.45454547,0.5,0.5289256,0.58677685,0.61157024,0.661157,0.69008267,0.6942149,0.70247936,0.7107438,0.7107438,0.73140496,0.71487606,0.7107438,0.7066116,0.6859504,0.677686,0.6528926,0.6446281,0.62396693,0.5661157,0.54545456,0.49173555,0.43801653,0.44214877,0.41322315,0.41322315,0.39256197,0.41322315,0.42975205,0.45867768,0.446281,0.446281,0.49586776,0.5661157,0.56198347,0.57438016,0.54545456,0.49173555,0.5206612,0.5,0.34710744,0.23553719,0.19421488,0.18181819,0.20661157,0.20247933,0.24380165,0.29752067,0.34710744,0.39256197,0.44214877,0.46694216,0.5041322,0.43801653,0.39256197,0.38842976,0.3966942,0.40495867,0.3966942,0.3966942,0.41322315,0.4090909,0.41735536,0.45041323,0.5,0.48347107,0.5785124,0.60330576,0.6487603,0.6652893,0.6694215,0.70247936,0.71487606,0.6983471,0.7231405,0.71487606,0.7066116,0.6942149,0.6818182,0.6818182,0.6446281,0.62396693,0.61157024,0.553719,0.5413223,0.4752066,0.44214877,0.41322315,0.40495867,0.37603307,0.38842976,0.4214876,0.43801653,0.45041323,0.45041323,0.48347107,0.55785125,0.58677685,0.58264464,0.5785124,0.56198347,0.5413223,0.5495868,0.5371901,0.45041323,0.30165288,0.2107438,0.19421488,0.17355372,0.1694215,0.19008264,0.2644628,0.37603307,0.44214877,0.4752066,0.4876033,0.5413223,0.5041322,0.45454547,0.40495867,0.39256197,0.38842976,0.3966942,0.39256197,0.40495867,0.4090909,0.41735536,0.45041323,0.47933885,0.5165289,0.58264464,0.61157024,0.6363636,0.6570248,0.661157,0.6942149,0.71487606,0.70247936,0.71900827,0.7355372,0.6983471,0.6694215,0.677686,0.6735537,0.6570248,0.6363636,0.61157024,0.5413223,0.5247934,0.48347107,0.45041323,0.42561984,0.41322315,0.39256197,0.3966942,0.42561984,0.44214877,0.46694216,0.5,0.5661157,0.59504133,0.607438,0.607438,0.57024795,0.60330576,0.5495868,0.54545456,0.53305787,0.47933885,0.41735536,0.35950413,0.2892562,0.27272728,0.25619835,0.29338843,0.35123968,0.4338843,0.47933885,0.49173555,0.49173555,0.54545456,0.553719,0.5247934,0.4752066,0.40082645,0.38842976,0.38016528,0.38842976,0.4090909,0.4090909,0.41735536,0.446281,0.47107437,0.5206612,0.58677685,0.61157024,0.6198347,0.661157,0.677686,0.6735537,0.6942149,0.7066116,0.6983471,0.72727275,0.7107438,0.6818182,0.6694215,0.6735537,0.6487603,0.6198347,0.60330576,0.5495868,0.5413223,0.5,0.45867768,0.4214876,0.4214876,0.40082645,0.3966942,0.40495867,0.45041323,0.5082645,0.5413223,0.61570245,0.6363636,0.6363636,0.6363636,0.58677685,0.58677685,0.56198347,0.53305787,0.5247934,0.46280992,0.41735536,0.45454547,0.41322315,0.41735536,0.40495867,0.44214877,0.4338843,0.45041323,0.49173555,0.5041322,0.5123967,0.5495868,0.59090906,0.5785124,0.54545456,0.46694216,0.3966942,0.36363637,0.38429752,0.3966942,0.4214876,0.40495867,0.446281,0.5,0.5,0.5785124,0.60330576,0.62396693,0.6528926,0.6818182,0.677686,0.69008267,0.6859504,0.7107438,0.6818182,0.71487606,0.6942149,0.6694215,0.6528926,0.6322314,0.607438,0.59917355,0.55785125,0.5495868,0.5123967,0.46280992,0.44214877,0.40495867,0.4090909,0.40082645,0.41735536,0.5123967,0.5,0.5371901,0.607438,0.6528926,0.6280992,0.6198347,0.553719,0.5247934,0.5165289,0.47933885,0.46694216,0.446281,0.45454547,0.47107437,0.43801653,0.45867768,0.45041323,0.45041323,0.41735536,0.42975205,0.46280992,0.49173555,0.5165289,0.56198347,0.59090906,0.6322314,0.57024795,0.5123967,0.42561984,0.38429752,0.35950413,0.38842976,0.41735536,0.41735536,0.45041323,0.5,0.54545456,0.56198347,0.607438,0.61157024,0.6280992,0.6859504,0.69008267,0.6983471,0.6859504,0.70247936,0.661157,0.7066116,0.677686,0.6694215,0.6404959,0.6363636,0.61157024,0.61570245,0.57438016,0.55785125,0.53305787,0.49173555,0.44214877,0.4090909,0.4214876,0.42561984,0.47107437,0.47933885,0.4876033,0.5165289,0.57024795,0.56198347,0.5206612,0.4876033,0.44214877,0.4214876,0.40495867,0.40082645,0.38016528,0.38016528,0.41322315,0.41735536,0.41322315,0.4214876,0.37603307,0.3966942,0.35950413,0.3677686,0.37190083,0.41322315,0.4338843,0.49586776,0.5661157,0.61570245,0.57438016,0.5041322,0.41735536,0.4090909,0.3677686,0.38842976,0.4338843,0.42975205,0.45041323,0.5041322,0.55785125,0.58264464,0.6363636,0.6198347,0.6322314,0.6735537,0.6859504,0.6694215,0.6942149,0.69008267,0.677686,0.6735537,0.6735537,0.6570248,0.6322314,0.6322314,0.61570245,0.61570245,0.58677685,0.58264464,0.5165289,0.49586776,0.44214877,0.41735536,0.4338843,0.46280992,0.49173555,0.44214877,0.41735536,0.38842976,0.4090909,0.3677686,0.3553719,0.3305785,0.28512397,0.2892562,0.26859504,0.28512397,0.2892562,0.28512397,0.3140496,0.32231405,0.34710744,0.3140496,0.30578512,0.3181818,0.3140496,0.29752067,0.28512397,0.30991736,0.3264463,0.3553719,0.41322315,0.47933885,0.48347107,0.4214876,0.39256197,0.41322315,0.38016528,0.3966942,0.4338843,0.4338843,0.446281,0.5,0.5413223,0.5661157,0.61157024,0.6404959,0.6363636,0.6528926,0.6570248,0.6528926,0.6983471,0.6198347,0.6942149,0.6404959,0.6694215,0.6487603,0.6363636,0.62396693,0.607438,0.60330576,0.5661157,0.58677685,0.5206612,0.48347107,0.446281,0.44214877,0.41735536,0.47933885,0.45867768,0.4090909,0.338843,0.28099173,0.22727273,0.2603306,0.338843,0.27272728,0.18181819,0.14876033,0.12396694,0.23140496,0.26859504,0.2520661,0.24380165,0.21900827,0.19421488,0.23140496,0.23553719,0.24793388,0.27272728,0.23966943,0.19008264,0.19008264,0.17768595,0.20661157,0.29338843,0.25619835,0.23966943,0.25619835,0.33471075,0.4090909,0.3966942,0.40495867,0.42975205,0.45454547,0.4752066,0.5041322,0.5495868,0.58264464,0.59090906,0.6198347,0.6322314,0.6446281,0.6528926,0.6528926,0.70247936,0.49173555,0.6735537,0.61570245,0.6487603,0.6404959,0.6404959,0.6198347,0.59917355,0.59090906,0.57438016,0.5785124,0.55785125,0.47933885,0.4338843,0.45454547,0.43801653,0.46694216,0.45867768,0.43801653,0.4214876,0.49173555,0.4214876,0.4876033,0.56198347,0.49173555,0.4090909,0.35123968,0.19421488,0.29338843,0.40495867,0.3553719,0.38016528,0.19421488,0.09504132,0.21487603,0.21900827,0.25619835,0.33471075,0.21487603,0.1322314,0.2107438,0.25619835,0.3140496,0.42561984,0.24380165,0.23966943,0.3181818,0.36363637,0.40495867,0.40082645,0.41735536,0.4338843,0.44214877,0.49173555,0.5289256,0.57438016,0.58677685,0.59504133,0.6322314,0.62396693,0.6446281,0.6528926,0.6528926,0.59917355,0.48347107,0.6528926,0.62396693,0.6322314,0.62396693,0.6363636,0.61157024,0.59917355,0.60330576,0.58677685,0.59504133,0.57024795,0.5289256,0.46694216,0.45041323,0.45041323,0.48347107,0.47107437,0.5041322,0.53305787,0.58264464,0.607438,0.57024795,0.59504133,0.55785125,0.5041322,0.44214877,0.4214876,0.37603307,0.3966942,0.35950413,0.3966942,0.29338843,0.24793388,0.29338843,0.2892562,0.22727273,0.3264463,0.28099173,0.26859504,0.3264463,0.42561984,0.45867768,0.49173555,0.39256197,0.4338843,0.42561984,0.4214876,0.40495867,0.3966942,0.4338843,0.43801653,0.43801653,0.49586776,0.5247934,0.56198347,0.58677685,0.59090906,0.607438,0.6198347,0.6363636,0.661157,0.6446281,0.41735536,0.7644628,0.607438,0.6363636,0.6363636,0.61157024,0.61570245,0.62396693,0.59504133,0.58677685,0.57024795,0.5785124,0.553719,0.5206612,0.47933885,0.46280992,0.46694216,0.5082645,0.5082645,0.553719,0.5661157,0.59090906,0.6487603,0.6652893,0.61157024,0.54545456,0.5247934,0.5247934,0.5123967,0.4752066,0.42975205,0.41735536,0.446281,0.40082645,0.42561984,0.4214876,0.3966942,0.3966942,0.38016528,0.39256197,0.38429752,0.4338843,0.46694216,0.49173555,0.49586776,0.5123967,0.55785125,0.47933885,0.42975205,0.40495867,0.40495867,0.42975205,0.43801653,0.4214876,0.5123967,0.5247934,0.56198347,0.57438016,0.59504133,0.607438,0.6280992,0.6198347,0.6487603,0.61157024,0.25619835,0.7644628,0.49173555,0.6363636,0.6363636,0.6198347,0.62396693,0.61157024,0.59917355,0.58677685,0.57438016,0.57024795,0.54545456,0.5206612,0.49586776,0.47933885,0.5082645,0.5123967,0.53305787,0.58677685,0.5661157,0.57438016,0.61570245,0.6446281,0.61570245,0.5785124,0.5371901,0.5082645,0.49173555,0.49173555,0.44214877,0.45041323,0.4752066,0.44214877,0.45041323,0.45454547,0.42561984,0.42975205,0.42561984,0.41322315,0.4338843,0.4752066,0.49586776,0.5123967,0.553719,0.58264464,0.5661157,0.5165289,0.4752066,0.4338843,0.3966942,0.4338843,0.44214877,0.4338843,0.5165289,0.5371901,0.5661157,0.5785124,0.5661157,0.59917355,0.61570245,0.607438,0.6528926,0.48347107,0.1322314,0.70247936,0.39256197,0.5661157,0.6446281,0.62396693,0.61157024,0.60330576,0.59504133,0.5785124,0.57024795,0.57438016,0.5289256,0.5413223,0.5206612,0.5041322,0.5289256,0.5082645,0.53305787,0.57024795,0.58677685,0.56198347,0.59504133,0.58677685,0.57024795,0.5785124,0.57024795,0.5206612,0.49173555,0.47107437,0.45041323,0.46694216,0.45041323,0.45867768,0.446281,0.446281,0.42975205,0.40495867,0.4214876,0.41735536,0.41735536,0.45867768,0.49173555,0.5206612,0.56198347,0.5413223,0.53305787,0.5371901,0.5165289,0.46694216,0.41322315,0.42975205,0.4214876,0.45041323,0.5123967,0.5413223,0.5495868,0.5495868,0.5661157,0.59504133,0.59090906,0.62396693,0.6652893,0.23553719,0.13636364,0.6694215,0.39256197,0.3553719,0.6487603,0.6198347,0.61157024,0.59504133,0.59090906,0.57438016,0.5661157,0.5661157,0.5413223,0.54545456,0.5413223,0.5123967,0.5247934,0.5413223,0.54545456,0.5661157,0.5661157,0.57438016,0.58677685,0.57024795,0.5289256,0.5289256,0.53305787,0.5123967,0.49586776,0.46280992,0.45041323,0.4214876,0.3966942,0.39256197,0.3966942,0.4090909,0.39256197,0.39256197,0.39256197,0.41322315,0.42561984,0.446281,0.47933885,0.5041322,0.5123967,0.5,0.5206612,0.5371901,0.5289256,0.47933885,0.41735536,0.4338843,0.42561984,0.4752066,0.5082645,0.53305787,0.53305787,0.5371901,0.5661157,0.5785124,0.5785124,0.6322314,0.59504133,0.10743801,0.16115703,0.6942149,0.5247934,0.15289256,0.607438,0.62396693,0.6198347,0.59504133,0.57438016,0.55785125,0.55785125,0.553719,0.54545456,0.5495868,0.5413223,0.5289256,0.54545456,0.5495868,0.553719,0.5495868,0.55785125,0.5785124,0.55785125,0.54545456,0.53305787,0.5165289,0.5,0.4752066,0.45867768,0.40495867,0.40495867,0.36363637,0.3305785,0.33471075,0.3181818,0.3264463,0.3264463,0.338843,0.34710744,0.3677686,0.38842976,0.42975205,0.446281,0.45867768,0.49173555,0.4876033,0.5289256,0.5247934,0.5165289,0.4876033,0.43801653,0.43801653,0.44214877,0.4876033,0.5082645,0.53305787,0.5247934,0.53305787,0.5495868,0.5661157,0.58677685,0.5247934,0.76033056,0.24380165,0.13636364,0.72727275,0.6280992,0.17355372,0.39256197,0.62396693,0.60330576,0.61157024,0.5785124,0.5413223,0.5413223,0.5413223,0.5495868,0.5495868,0.55785125,0.5371901,0.553719,0.54545456,0.56198347,0.5413223,0.55785125,0.5661157,0.53305787,0.5289256,0.5289256,0.5165289,0.49586776,0.46280992,0.41735536,0.35123968,0.3305785,0.27272728,0.24380165,0.24793388,0.2231405,0.2231405,0.24380165,0.2520661,0.2644628,0.30991736,0.35950413,0.39256197,0.4338843,0.47107437,0.48347107,0.47933885,0.5123967,0.5082645,0.5,0.47107437,0.46280992,0.4338843,0.45867768,0.49173555,0.5123967,0.5206612,0.5165289,0.53305787,0.5371901,0.59090906,0.57024795,0.41322315,0.59090906,0.75619835,0.2231405,0.73140496,0.60330576,0.2892562,0.1446281,0.5371901,0.59504133,0.607438,0.57438016,0.5413223,0.53305787,0.5413223,0.5413223,0.5495868,0.56198347,0.56198347,0.5495868,0.54545456,0.54545456,0.5289256,0.553719,0.53305787,0.5206612,0.5289256,0.53305787,0.5041322,0.4876033,0.46694216,0.4338843,0.39256197,0.3677686,0.34710744,0.34710744,0.30578512,0.3181818,0.30578512,0.3181818,0.30578512,0.3181818,0.3429752,0.37190083,0.3966942,0.4338843,0.4752066,0.48347107,0.47107437,0.5165289,0.49586776,0.5,0.45454547,0.46280992,0.45041323,0.46694216,0.48347107,0.5165289,0.5123967,0.5041322,0.5289256,0.55785125,0.59504133,0.41735536,0.37603307,0.47933885,0.8057851,0.607438,0.73966944,0.5371901,0.40082645,0.11570248,0.29752067,0.56198347,0.59090906,0.5661157,0.5495868,0.5289256,0.5206612,0.53305787,0.5413223,0.55785125,0.55785125,0.5371901,0.5289256,0.5165289,0.5247934,0.53305787,0.5247934,0.5289256,0.5247934,0.5206612,0.5082645,0.4752066,0.46280992,0.446281,0.44214877,0.42975205,0.42561984,0.42561984,0.3966942,0.39256197,0.39256197,0.3966942,0.38842976,0.39256197,0.40082645,0.40082645,0.42561984,0.43801653,0.4752066,0.48347107,0.47933885,0.49173555,0.5165289,0.49173555,0.45867768,0.47107437,0.45041323,0.49173555,0.5,0.5041322,0.5,0.5123967,0.5289256,0.56198347,0.55785125,0.20661157,0.42561984,0.47107437,0.6363636,0.78512394,0.7231405,0.5371901,0.45041323,0.30165288,0.12809917,0.41322315,0.57438016,0.5661157,0.56198347,0.53305787,0.5123967,0.49586776,0.5289256,0.5495868,0.55785125,0.54545456,0.53305787,0.5123967,0.5247934,0.5289256,0.5247934,0.5495868,0.5289256,0.5082645,0.5165289,0.49173555,0.49173555,0.5,0.5165289,0.49173555,0.4876033,0.46694216,0.45867768,0.45454547,0.45041323,0.45867768,0.45867768,0.45041323,0.44214877,0.44214877,0.45041323,0.45454547,0.46280992,0.48347107,0.5041322,0.4876033,0.5041322,0.4752066,0.46694216,0.47933885,0.47107437,0.48347107,0.5041322,0.48347107,0.48347107,0.5165289,0.5289256,0.6404959,0.29338843,0.0785124,0.46694216,0.5371901,0.47933885,0.75619835,0.661157,0.4876033,0.42975205,0.47107437,0.11570248,0.24793388,0.45867768,0.5495868,0.553719,0.5413223,0.5165289,0.45867768,0.47933885,0.5247934,0.5247934,0.5206612,0.5413223,0.5082645,0.53305787,0.53305787,0.5289256,0.5495868,0.53305787,0.4876033,0.53305787,0.5082645,0.53305787,0.5289256,0.5289256,0.5123967,0.5082645,0.4876033,0.49586776,0.47107437,0.46280992,0.46694216,0.48347107,0.45867768,0.4752066,0.46694216,0.46694216,0.46280992,0.4752066,0.4876033,0.5,0.5041322,0.49586776,0.47933885,0.4876033,0.47107437,0.46280992,0.48347107,0.48347107,0.47933885,0.47933885,0.5165289,0.5413223,0.6280992,0.06198347,0.08677686,0.45454547,0.607438,0.38016528,0.661157,0.7107438,0.47933885,0.45454547,0.5123967,0.18181819,0.20661157,0.29338843,0.47933885,0.5289256,0.5289256,0.5206612,0.48347107,0.43801653,0.4752066,0.5123967,0.5041322,0.5371901,0.5,0.5289256,0.5247934,0.5495868,0.5206612,0.5206612,0.5165289,0.5082645,0.5123967,0.5247934,0.53305787,0.5082645,0.5041322,0.5165289,0.48347107,0.48347107,0.46280992,0.46280992,0.45867768,0.47107437,0.46694216,0.4752066,0.48347107,0.4752066,0.46694216,0.4876033,0.49586776,0.49586776,0.5,0.5082645,0.4752066,0.47933885,0.45867768,0.47107437,0.4752066,0.46280992,0.48347107,0.4752066,0.5082645,0.58264464,0.4338843,0.03305785,0.1322314,0.38016528,0.6404959,0.37603307,0.5165289,0.72727275,0.4752066,0.47107437,0.5123967,0.27272728,0.1983471,0.24793388,0.30165288,0.4752066,0.5206612,0.5041322,0.5123967,0.5,0.47933885,0.48347107,0.49173555,0.49586776,0.5041322,0.5247934,0.5123967,0.5289256,0.5206612,0.5206612,0.5123967,0.47933885,0.5041322,0.5041322,0.5206612,0.5,0.4876033,0.4876033,0.45867768,0.46280992,0.446281,0.446281,0.46694216,0.46280992,0.46694216,0.47107437,0.47933885,0.46280992,0.47933885,0.47933885,0.5165289,0.49586776,0.5082645,0.48347107,0.46280992,0.45454547,0.43801653,0.45041323,0.45454547,0.45041323,0.4752066,0.4876033,0.5247934,0.56198347,0.2231405,0.03305785,0.20247933,0.30165288,0.59917355,0.46694216,0.45041323,0.6652893,0.46694216,0.4876033,0.49173555,0.3553719,0.2107438,0.2603306,0.25619835,0.3140496,0.45041323,0.4876033,0.5,0.5,0.5082645,0.4752066,0.46280992,0.47107437,0.48347107,0.5041322,0.5,0.5,0.5082645,0.5123967,0.49586776,0.49173555,0.49173555,0.5041322,0.4876033,0.47107437,0.46280992,0.45867768,0.4338843,0.44214877,0.43801653,0.4338843,0.44214877,0.45454547,0.46694216,0.48347107,0.47107437,0.45454547,0.45454547,0.47107437,0.48347107,0.47107437,0.49586776,0.46280992,0.446281,0.44214877,0.44214877,0.42975205,0.446281,0.45041323,0.47933885,0.5082645,0.54545456,0.41322315,0.09090909,0.11983471,0.2603306,0.24793388,0.5495868,0.57438016,0.46694216,0.6198347,0.4752066,0.5082645,0.48347107,0.37603307,0.27272728,0.26859504,0.27272728,0.27272728,0.32231405,0.4338843,0.46280992,0.46694216,0.47933885,0.47107437,0.45867768,0.4338843,0.4338843,0.446281,0.4752066,0.48347107,0.5,0.48347107,0.4752066,0.48347107,0.4752066,0.46280992,0.45041323,0.45867768,0.446281,0.41322315,0.41735536,0.4214876,0.41322315,0.4214876,0.40495867,0.4214876,0.446281,0.446281,0.45454547,0.45041323,0.43801653,0.45867768,0.46280992,0.45867768,0.46694216,0.42561984,0.4214876,0.4214876,0.42975205,0.42975205,0.45454547,0.47107437,0.4752066,0.5371901,0.5,0.2107438,0.049586777,0.20661157,0.30991736,0.22727273,0.553719,0.61570245,0.59504133,0.57024795,0.49586776,0.5247934,0.4752066,0.37603307,0.35123968,0.26859504,0.30578512,0.2892562,0.27272728,0.3305785,0.3966942,0.44214877,0.45041323,0.45867768,0.45454547,0.42561984,0.40082645,0.38429752,0.4338843,0.45454547,0.4752066,0.4752066,0.45454547,0.45867768,0.45041323,0.4214876,0.42561984,0.41735536,0.38429752,0.37190083,0.39256197,0.40082645,0.38429752,0.39256197,0.38842976,0.38016528,0.4214876,0.41322315,0.41735536,0.41735536,0.42561984,0.42975205,0.4338843,0.44214877,0.42561984,0.40082645,0.3966942,0.40495867,0.42561984,0.4752066,0.45041323,0.46694216,0.49586776,0.54545456,0.32231405,0.09090909,0.07438017,0.2603306,0.35123968,0.3181818,0.5123967,0.6446281,0.6652893,0.5123967,0.5041322,0.54545456,0.47107437,0.38842976,0.4214876,0.27272728,0.3264463,0.3305785,0.2892562,0.28099173,0.3140496,0.36363637,0.4214876,0.42975205,0.42975205,0.42561984,0.41735536,0.38016528,0.37603307,0.40495867,0.4214876,0.4338843,0.42975205,0.42561984,0.3966942,0.40082645,0.4090909,0.3677686,0.36363637,0.37190083,0.36363637,0.35950413,0.36363637,0.35950413,0.36363637,0.3553719,0.38842976,0.38016528,0.38842976,0.38842976,0.40495867,0.38016528,0.42561984,0.40495867,0.3553719,0.38016528,0.40082645,0.4214876,0.44214877,0.45454547,0.4338843,0.47107437,0.49586776,0.36363637,0.16528925,0.0785124,0.09090909,0.32231405,0.42561984,0.46280992,0.446281,0.6528926,0.62396693,0.5,0.5206612,0.553719,0.46280992,0.3966942,0.46280992,0.29338843,0.3140496,0.35950413,0.3553719,0.28512397,0.28512397,0.30991736,0.338843,0.38016528,0.38842976,0.40082645,0.40495867,0.3966942,0.37603307,0.36363637,0.338843,0.3677686,0.38429752,0.37190083,0.38016528,0.35950413,0.36363637,0.33471075,0.3553719,0.3429752,0.34710744,0.338843,0.3264463,0.3305785,0.3264463,0.34710744,0.338843,0.35950413,0.35950413,0.36363637,0.37190083,0.37603307,0.3553719,0.3429752,0.33471075,0.4090909,0.4090909,0.42561984,0.4214876,0.40495867,0.40495867,0.44214877,0.38842976,0.1983471,0.12396694,0.07438017,0.1570248,0.38429752,0.5123967,0.5495868,0.42561984,0.59917355,0.59917355,0.5,0.5495868,0.57024795,0.446281,0.4214876,0.49586776,0.338843,0.29338843,0.35950413,0.38429752,0.34710744,0.30165288,0.2892562,0.29338843,0.32231405,0.3305785,0.34710744,0.3553719,0.38016528,0.38842976,0.37190083,0.30578512,0.30991736,0.3140496,0.30578512,0.3305785,0.30991736,0.30991736,0.30578512,0.30165288,0.30991736,0.30991736,0.30991736,0.30578512,0.30165288,0.2892562,0.30991736,0.30991736,0.3305785,0.3264463,0.3305785,0.338843,0.3305785,0.32231405,0.34710744,0.38016528,0.3966942,0.40082645,0.37603307,0.3677686,0.38842976,0.40082645,0.35950413,0.2520661,0.14876033,0.11157025,0.10743801,0.30578512,0.3966942,0.58264464,0.5495868,0.47933885,0.5,0.677686,30 +0.7107438,0.74793386,0.76859504,0.7768595,0.7768595,0.7768595,0.7933884,0.80991733,0.79752064,0.7892562,0.73140496,0.69008267,0.6487603,0.6322314,0.6198347,0.607438,0.59504133,0.607438,0.58264464,0.59090906,0.58677685,0.59090906,0.59504133,0.5785124,0.5785124,0.61157024,0.58264464,0.59090906,0.61570245,0.59504133,0.59504133,0.58264464,0.61570245,0.59090906,0.60330576,0.59917355,0.59090906,0.5785124,0.553719,0.5413223,0.5289256,0.5289256,0.5247934,0.5123967,0.49173555,0.4876033,0.47933885,0.48347107,0.4876033,0.49173555,0.47933885,0.46280992,0.48347107,0.49586776,0.5,0.5,0.5247934,0.5247934,0.5123967,0.5,0.5082645,0.53305787,0.553719,0.53305787,0.70247936,0.76033056,0.78099173,0.7933884,0.79752064,0.79752064,0.80991733,0.8016529,0.8057851,0.8264463,0.76033056,0.6983471,0.6735537,0.62396693,0.6198347,0.6198347,0.607438,0.60330576,0.59504133,0.59504133,0.59504133,0.60330576,0.57438016,0.59504133,0.58264464,0.58264464,0.58264464,0.5785124,0.59504133,0.5785124,0.59504133,0.59917355,0.6198347,0.60330576,0.59504133,0.6198347,0.59090906,0.59504133,0.56198347,0.55785125,0.5371901,0.53305787,0.5247934,0.5123967,0.5041322,0.4876033,0.5041322,0.4876033,0.49586776,0.49586776,0.48347107,0.48347107,0.4876033,0.5,0.5082645,0.5082645,0.5247934,0.53305787,0.5495868,0.5082645,0.5247934,0.553719,0.58677685,0.5661157,0.74380165,0.78512394,0.8016529,0.822314,0.822314,0.8181818,0.8057851,0.8016529,0.8057851,0.8305785,0.7892562,0.7231405,0.7107438,0.6363636,0.62396693,0.62396693,0.607438,0.60330576,0.62396693,0.61570245,0.607438,0.61157024,0.58677685,0.607438,0.607438,0.61570245,0.59504133,0.5495868,0.5247934,0.56198347,0.58264464,0.59917355,0.6198347,0.61157024,0.607438,0.6280992,0.61157024,0.59917355,0.53305787,0.553719,0.54545456,0.5495868,0.5206612,0.5165289,0.5123967,0.5041322,0.5165289,0.49586776,0.5082645,0.49586776,0.5041322,0.49173555,0.5041322,0.5123967,0.5247934,0.5495868,0.53305787,0.5495868,0.5495868,0.5247934,0.5371901,0.57024795,0.59917355,0.59917355,0.76033056,0.7892562,0.8057851,0.8347107,0.8512397,0.8429752,0.8181818,0.80991733,0.8057851,0.822314,0.8057851,0.76859504,0.74793386,0.661157,0.6570248,0.6322314,0.61157024,0.60330576,0.6322314,0.62396693,0.6198347,0.6280992,0.60330576,0.62396693,0.6198347,0.6198347,0.61157024,0.54545456,0.46694216,0.5371901,0.57438016,0.607438,0.60330576,0.6198347,0.607438,0.61157024,0.6363636,0.6198347,0.5495868,0.5661157,0.5371901,0.5661157,0.5206612,0.5206612,0.5206612,0.5123967,0.5206612,0.5082645,0.5041322,0.5165289,0.5082645,0.5123967,0.5165289,0.5289256,0.553719,0.56198347,0.5413223,0.56198347,0.55785125,0.5413223,0.553719,0.57024795,0.61157024,0.607438,0.7933884,0.7892562,0.8140496,0.8471074,0.8553719,0.8512397,0.8429752,0.822314,0.8181818,0.80991733,0.7892562,0.7768595,0.75206614,0.6942149,0.661157,0.6404959,0.6280992,0.59917355,0.62396693,0.62396693,0.6280992,0.6404959,0.6322314,0.61157024,0.61570245,0.6198347,0.6198347,0.56198347,0.48347107,0.5661157,0.61157024,0.59504133,0.607438,0.60330576,0.6570248,0.59090906,0.62396693,0.62396693,0.5785124,0.57438016,0.57024795,0.57438016,0.5289256,0.5289256,0.5247934,0.5206612,0.5247934,0.5247934,0.5165289,0.5247934,0.5206612,0.53305787,0.5206612,0.54545456,0.553719,0.5785124,0.5413223,0.5785124,0.57024795,0.55785125,0.57024795,0.57024795,0.59917355,0.6322314,0.8181818,0.78512394,0.8181818,0.8347107,0.8471074,0.8595041,0.8347107,0.8181818,0.8057851,0.78512394,0.74793386,0.71487606,0.71487606,0.6818182,0.6652893,0.6404959,0.6322314,0.61570245,0.61157024,0.607438,0.59917355,0.61570245,0.6322314,0.58677685,0.59917355,0.61570245,0.59917355,0.59090906,0.5661157,0.58264464,0.6280992,0.61570245,0.6404959,0.59917355,0.6404959,0.59917355,0.59917355,0.59504133,0.5785124,0.55785125,0.57024795,0.55785125,0.5413223,0.5413223,0.53305787,0.5289256,0.5371901,0.5247934,0.5123967,0.5082645,0.5206612,0.5289256,0.5206612,0.5247934,0.5371901,0.57438016,0.57024795,0.61570245,0.59090906,0.6198347,0.6446281,0.61570245,0.59917355,0.62396693,0.80991733,0.79752064,0.8181818,0.822314,0.8305785,0.8429752,0.8347107,0.80991733,0.76033056,0.71900827,0.69008267,0.6487603,0.6198347,0.58264464,0.5785124,0.55785125,0.5371901,0.5371901,0.5165289,0.5,0.49586776,0.5123967,0.57438016,0.56198347,0.57024795,0.58264464,0.553719,0.57438016,0.56198347,0.56198347,0.58677685,0.607438,0.6363636,0.59504133,0.60330576,0.58264464,0.57438016,0.5661157,0.5247934,0.54545456,0.5371901,0.5206612,0.53305787,0.5206612,0.49173555,0.4876033,0.47933885,0.48347107,0.46280992,0.45867768,0.47107437,0.4876033,0.45867768,0.47933885,0.48347107,0.5206612,0.55785125,0.58677685,0.59917355,0.6198347,0.6528926,0.6528926,0.61570245,0.59090906,0.8057851,0.7933884,0.8264463,0.80991733,0.8347107,0.838843,0.8181818,0.76033056,0.6694215,0.6487603,0.6363636,0.59504133,0.5289256,0.5123967,0.446281,0.41735536,0.40082645,0.40082645,0.40495867,0.3677686,0.40495867,0.3966942,0.42975205,0.46280992,0.49173555,0.5165289,0.5082645,0.53305787,0.5289256,0.553719,0.57024795,0.56198347,0.59504133,0.5661157,0.5661157,0.553719,0.53305787,0.5247934,0.49173555,0.4752066,0.49173555,0.4752066,0.42975205,0.3966942,0.38842976,0.38016528,0.35950413,0.35123968,0.33471075,0.3553719,0.35123968,0.3677686,0.4214876,0.43801653,0.446281,0.47107437,0.49173555,0.5371901,0.5661157,0.62396693,0.6487603,0.6694215,0.61570245,0.59504133,0.8016529,0.80991733,0.8181818,0.78512394,0.8305785,0.8057851,0.75619835,0.70247936,0.6487603,0.58677685,0.54545456,0.5413223,0.5247934,0.46694216,0.4214876,0.39256197,0.33471075,0.35950413,0.5082645,0.44214877,0.40495867,0.45867768,0.6322314,0.6528926,0.6404959,0.69008267,0.6487603,0.6942149,0.6859504,0.59090906,0.607438,0.607438,0.55785125,0.54545456,0.55785125,0.48347107,0.5165289,0.45867768,0.46694216,0.3553719,0.35950413,0.3677686,0.33471075,0.3305785,0.36363637,0.3305785,0.29752067,0.28099173,0.29752067,0.30991736,0.30991736,0.338843,0.35123968,0.35950413,0.35950413,0.38842976,0.38016528,0.4214876,0.49586776,0.58677685,0.6570248,0.6735537,0.59917355,0.59090906,0.7933884,0.8016529,0.8016529,0.77272725,0.8016529,0.76859504,0.74380165,0.70247936,0.6363636,0.5785124,0.5123967,0.5206612,0.5082645,0.47933885,0.47933885,0.4752066,0.47933885,0.7107438,0.8181818,0.8016529,0.58264464,0.4876033,0.6280992,0.57438016,0.45867768,0.45454547,0.45454547,0.5495868,0.553719,0.54545456,0.5247934,0.55785125,0.446281,0.42561984,0.43801653,0.40082645,0.3966942,0.35950413,0.4214876,0.28099173,0.2231405,0.32231405,0.35950413,0.3553719,0.38429752,0.3677686,0.35950413,0.3677686,0.38016528,0.38842976,0.40082645,0.41322315,0.4214876,0.43801653,0.4338843,0.45867768,0.42561984,0.41735536,0.41322315,0.40495867,0.5206612,0.6528926,0.61570245,0.58677685,0.7933884,0.7933884,0.78512394,0.7644628,0.74793386,0.661157,0.607438,0.62396693,0.6322314,0.6694215,0.6859504,0.6735537,0.6446281,0.6280992,0.6446281,0.59090906,0.6280992,0.8347107,0.90909094,0.91735536,0.7355372,0.59504133,0.5785124,0.5,0.46280992,0.43801653,0.3429752,0.36363637,0.4214876,0.45041323,0.446281,0.42975205,0.41322315,0.39256197,0.38429752,0.42561984,0.39256197,0.40082645,0.41322315,0.37603307,0.36363637,0.45041323,0.46694216,0.46280992,0.45041323,0.41322315,0.3677686,0.38016528,0.36363637,0.37603307,0.38016528,0.41735536,0.42561984,0.45867768,0.48347107,0.5413223,0.6198347,0.5785124,0.54545456,0.5495868,0.48347107,0.42975205,0.5041322,0.59090906,0.8016529,0.78512394,0.7933884,0.7107438,0.54545456,0.59090906,0.72727275,0.73140496,0.72727275,0.78512394,0.79752064,0.74793386,0.6652893,0.62396693,0.59917355,0.5041322,0.5247934,0.8057851,0.91322315,0.91322315,0.69008267,0.5371901,0.45867768,0.47107437,0.5,0.5041322,0.46694216,0.38016528,0.35950413,0.5123967,0.5289256,0.48347107,0.49173555,0.4752066,0.47107437,0.49586776,0.5,0.46694216,0.43801653,0.46694216,0.44214877,0.5082645,0.5,0.48347107,0.46280992,0.45867768,0.40082645,0.3966942,0.37603307,0.37603307,0.37190083,0.38016528,0.3553719,0.3966942,0.446281,0.5247934,0.61570245,0.61157024,0.59090906,0.59090906,0.59090906,0.54545456,0.40495867,0.41735536,0.8016529,0.8140496,0.78099173,0.46280992,0.6487603,0.78512394,0.76859504,0.7066116,0.69008267,0.75206614,0.7892562,0.6942149,0.57438016,0.55785125,0.5082645,0.47107437,0.45454547,0.6363636,0.88842976,0.90909094,0.6487603,0.4214876,0.35950413,0.38842976,0.43801653,0.5041322,0.5123967,0.49173555,0.40495867,0.4752066,0.59090906,0.45454547,0.54545456,0.5123967,0.53305787,0.553719,0.57438016,0.47933885,0.47107437,0.5206612,0.45867768,0.49173555,0.47107437,0.29338843,0.53305787,0.607438,0.4338843,0.38429752,0.39256197,0.38016528,0.37603307,0.38842976,0.3677686,0.38842976,0.41322315,0.46280992,0.4752066,0.5082645,0.54545456,0.57438016,0.57438016,0.61570245,0.44214877,0.29752067,0.76859504,0.8553719,0.4214876,0.6446281,0.78099173,0.7644628,0.7231405,0.6652893,0.6446281,0.6983471,0.71487606,0.5785124,0.47933885,0.46280992,0.44214877,0.4214876,0.39256197,0.4214876,0.6487603,0.6942149,0.48347107,0.35950413,0.3181818,0.338843,0.33471075,0.42975205,0.47933885,0.5495868,0.5661157,0.7066116,0.7231405,0.6735537,0.90082645,0.6570248,0.4214876,0.45867768,0.42561984,0.46694216,0.44214877,0.49586776,0.4752066,0.5041322,0.48347107,0.37603307,0.9586777,0.8719008,0.5,0.3181818,0.3429752,0.3305785,0.3264463,0.3305785,0.35950413,0.40082645,0.47107437,0.5123967,0.45041323,0.42561984,0.4214876,0.45867768,0.48347107,0.57024795,0.46694216,0.2520661,0.5495868,0.5206612,0.49586776,0.72727275,0.70247936,0.6652893,0.6363636,0.5495868,0.553719,0.5785124,0.49586776,0.49173555,0.49586776,0.45867768,0.42561984,0.4090909,0.42561984,0.3966942,0.42561984,0.42975205,0.32231405,0.2520661,0.25619835,0.29752067,0.30991736,0.3264463,0.3966942,0.5123967,0.58677685,0.57438016,0.61157024,0.5289256,0.79752064,0.6528926,0.41322315,0.45867768,0.4214876,0.45041323,0.41735536,0.446281,0.41322315,0.4214876,0.3553719,0.2768595,0.6363636,0.72727275,0.446281,0.34710744,0.35123968,0.3181818,0.32231405,0.3264463,0.34710744,0.33471075,0.446281,0.5495868,0.5289256,0.5206612,0.5123967,0.5495868,0.5247934,0.42561984,0.4214876,0.2520661,0.24793388,0.30578512,0.58677685,0.5495868,0.5289256,0.5,0.4214876,0.39256197,0.45041323,0.4214876,0.42561984,0.57024795,0.5082645,0.40495867,0.3429752,0.25619835,0.30165288,0.27272728,0.2892562,0.29752067,0.29752067,0.2520661,0.2231405,0.24793388,0.28099173,0.30991736,0.35123968,0.45454547,0.59917355,0.55785125,0.6322314,0.5206612,0.553719,0.5123967,0.48347107,0.5371901,0.5,0.43801653,0.40495867,0.37603307,0.38016528,0.33471075,0.28512397,0.30578512,0.38016528,0.4090909,0.338843,0.338843,0.2644628,0.26859504,0.29338843,0.37603307,0.40495867,0.47933885,0.45867768,0.49173555,0.5413223,0.5661157,0.56198347,0.6280992,0.71487606,0.58677685,0.47933885,0.28512397,0.5661157,0.49173555,0.73966944,0.71487606,0.6694215,0.5289256,0.46694216,0.45454547,0.45867768,0.43801653,0.43801653,0.39256197,0.3181818,0.4214876,0.29338843,0.16115703,0.18595041,0.1694215,0.21900827,0.23966943,0.29338843,0.21900827,0.22727273,0.23553719,0.2768595,0.37190083,0.38016528,0.47933885,0.57438016,0.5165289,0.6652893,0.61570245,0.57438016,0.5,0.5041322,0.56198347,0.5123967,0.42561984,0.38429752,0.3305785,0.40495867,0.2768595,0.2644628,0.27272728,0.30165288,0.28099173,0.20661157,0.27272728,0.14876033,0.1570248,0.338843,0.53305787,0.30578512,0.46694216,0.5082645,0.5,0.5371901,0.57438016,0.5413223,0.58264464,0.7107438,0.6735537,0.59917355,0.3264463,0.6363636,0.5495868,0.72727275,0.7892562,0.76033056,0.59090906,0.54545456,0.56198347,0.5247934,0.5165289,0.4214876,0.34710744,0.3677686,0.5123967,0.33471075,0.16528925,0.2107438,0.18595041,0.24380165,0.29752067,0.33471075,0.23966943,0.28512397,0.2768595,0.30991736,0.40495867,0.4338843,0.5247934,0.553719,0.45867768,0.6198347,0.57024795,0.5289256,0.5041322,0.46280992,0.5041322,0.5,0.38842976,0.3966942,0.35950413,0.40082645,0.28099173,0.2644628,0.26859504,0.35123968,0.32231405,0.22727273,0.1983471,0.18595041,0.1570248,0.3966942,0.6735537,0.2520661,0.30991736,0.4090909,0.5082645,0.5206612,0.5371901,0.5165289,0.5165289,0.6404959,0.661157,0.61570245,0.28512397,0.607438,0.5247934,0.6942149,0.7933884,0.73966944,0.58677685,0.5247934,0.60330576,0.59504133,0.58264464,0.5206612,0.5661157,0.446281,0.446281,0.37603307,0.28512397,0.29752067,0.30165288,0.30991736,0.30991736,0.30578512,0.29338843,0.33471075,0.39256197,0.37603307,0.42561984,0.4876033,0.58264464,0.44214877,0.44214877,0.54545456,0.53305787,0.5,0.47933885,0.45454547,0.43801653,0.39256197,0.39256197,0.3966942,0.40495867,0.38016528,0.32231405,0.338843,0.3264463,0.34710744,0.338843,0.3140496,0.29338843,0.29338843,0.2768595,0.33471075,0.42975205,0.45454547,0.5165289,0.46280992,0.47933885,0.5082645,0.5041322,0.46280992,0.46694216,0.55785125,0.6363636,0.61570245,0.24793388,0.59917355,0.5206612,0.6859504,0.76859504,0.7066116,0.58677685,0.5165289,0.59090906,0.59504133,0.60330576,0.59917355,0.6404959,0.5247934,0.446281,0.37190083,0.33471075,0.30991736,0.3264463,0.32231405,0.338843,0.3264463,0.3305785,0.3553719,0.39256197,0.42975205,0.5041322,0.5123967,0.6280992,0.3429752,0.45867768,0.49586776,0.5206612,0.48347107,0.46694216,0.45454547,0.446281,0.3181818,0.3553719,0.338843,0.41322315,0.45041323,0.40082645,0.35123968,0.3553719,0.3553719,0.32231405,0.30991736,0.28512397,0.29752067,0.3305785,0.36363637,0.44214877,0.54545456,0.57438016,0.53305787,0.48347107,0.48347107,0.4752066,0.42975205,0.45867768,0.5371901,0.6322314,0.6487603,0.21900827,0.59090906,0.5,0.6818182,0.76859504,0.6983471,0.60330576,0.55785125,0.55785125,0.57438016,0.61570245,0.6487603,0.6404959,0.59090906,0.47933885,0.44214877,0.4338843,0.41322315,0.38842976,0.37603307,0.35950413,0.35950413,0.338843,0.38429752,0.4876033,0.54545456,0.5123967,0.607438,0.5785124,0.2231405,0.41735536,0.5371901,0.5289256,0.48347107,0.47107437,0.46280992,0.4876033,0.28512397,0.5289256,0.2231405,0.5,0.4752066,0.5041322,0.4214876,0.38016528,0.3677686,0.3305785,0.33471075,0.32231405,0.30991736,0.34710744,0.37603307,0.42561984,0.47933885,0.53305787,0.5041322,0.45454547,0.42975205,0.43801653,0.446281,0.46280992,0.5247934,0.61157024,0.677686,0.20661157,0.6198347,0.45454547,0.6859504,0.76033056,0.6859504,0.6198347,0.61157024,0.55785125,0.5495868,0.56198347,0.61157024,0.61570245,0.59504133,0.40495867,0.39256197,0.446281,0.42975205,0.4090909,0.3966942,0.37603307,0.38842976,0.41735536,0.5123967,0.58264464,0.60330576,0.5165289,0.53305787,0.43801653,0.22727273,0.48347107,0.59917355,0.5785124,0.5123967,0.48347107,0.47107437,0.47107437,0.45867768,0.34710744,0.26859504,0.37190083,0.42975205,0.5165289,0.4752066,0.45454547,0.4090909,0.3553719,0.36363637,0.35123968,0.35123968,0.35950413,0.38016528,0.40082645,0.42561984,0.45454547,0.40495867,0.41322315,0.4090909,0.45454547,0.47107437,0.4876033,0.5123967,0.6198347,0.661157,0.16528925,0.677686,0.446281,0.6818182,0.74793386,0.6983471,0.6735537,0.6528926,0.60330576,0.54545456,0.5206612,0.5289256,0.553719,0.53305787,0.43801653,0.42561984,0.45041323,0.43801653,0.41735536,0.41735536,0.42975205,0.46694216,0.5495868,0.6280992,0.62396693,0.60330576,0.5041322,0.5371901,0.4338843,0.39256197,0.57438016,0.6363636,0.58264464,0.53305787,0.4876033,0.47933885,0.47933885,0.49173555,0.4214876,0.3181818,0.36363637,0.4214876,0.5123967,0.4876033,0.46694216,0.4752066,0.41322315,0.39256197,0.37603307,0.38016528,0.35950413,0.38016528,0.39256197,0.40082645,0.40082645,0.39256197,0.42975205,0.45041323,0.49173555,0.4876033,0.5247934,0.5413223,0.6404959,0.62396693,0.16115703,0.71487606,0.42975205,0.661157,0.76859504,0.7231405,0.7107438,0.6818182,0.6694215,0.607438,0.57024795,0.53305787,0.5206612,0.48347107,0.4752066,0.4752066,0.47107437,0.45041323,0.45867768,0.47933885,0.5041322,0.54545456,0.58677685,0.6198347,0.6280992,0.57438016,0.5371901,0.49586776,0.45454547,0.5,0.62396693,0.6404959,0.59504133,0.553719,0.5041322,0.4876033,0.5,0.5,0.4876033,0.38429752,0.37190083,0.38016528,0.4752066,0.4876033,0.46280992,0.47107437,0.45867768,0.42975205,0.4090909,0.4090909,0.40495867,0.40495867,0.4090909,0.3966942,0.40082645,0.4214876,0.45041323,0.47933885,0.5,0.5082645,0.5495868,0.55785125,0.6735537,0.61157024,0.2107438,0.72727275,0.47933885,0.5785124,0.78512394,0.76033056,0.75206614,0.7355372,0.71487606,0.6652893,0.59917355,0.5661157,0.5413223,0.5,0.4752066,0.4752066,0.4752066,0.48347107,0.5082645,0.5123967,0.5289256,0.53305787,0.6322314,0.57024795,0.58264464,0.57438016,0.553719,0.4338843,0.4876033,0.59504133,0.6528926,0.6363636,0.607438,0.56198347,0.5289256,0.49586776,0.5041322,0.5,0.5123967,0.46694216,0.38429752,0.35950413,0.41735536,0.46694216,0.46694216,0.45867768,0.45041323,0.446281,0.44214877,0.4338843,0.4338843,0.43801653,0.42561984,0.42975205,0.41735536,0.44214877,0.46280992,0.47933885,0.5165289,0.5206612,0.56198347,0.59090906,0.7231405,0.57438016,0.42975205,0.73966944,0.6404959,0.4214876,0.75206614,0.80991733,0.78099173,0.7644628,0.7644628,0.677686,0.6280992,0.5785124,0.55785125,0.53305787,0.5082645,0.5,0.5,0.5082645,0.5206612,0.5247934,0.53305787,0.53305787,0.677686,0.56198347,0.59090906,0.62396693,0.4338843,0.46280992,0.5785124,0.6570248,0.6983471,0.69008267,0.6280992,0.57438016,0.55785125,0.49586776,0.5,0.5041322,0.5206612,0.5247934,0.44214877,0.38842976,0.30165288,0.446281,0.4752066,0.46280992,0.45867768,0.45454547,0.46280992,0.46280992,0.46694216,0.446281,0.44214877,0.44214877,0.44214877,0.44214877,0.46694216,0.47933885,0.5206612,0.5041322,0.58677685,0.6446281,0.73966944,0.6942149,0.60330576,0.73966944,0.71487606,0.61570245,0.5041322,0.74380165,0.8057851,0.7768595,0.7644628,0.71487606,0.6570248,0.61570245,0.58264464,0.5413223,0.53305787,0.5289256,0.5289256,0.54545456,0.5247934,0.5289256,0.5371901,0.5206612,0.661157,0.55785125,0.61570245,0.48347107,0.54545456,0.5082645,0.6363636,0.677686,0.7768595,0.73966944,0.6735537,0.59917355,0.58264464,0.5165289,0.5041322,0.5041322,0.5413223,0.5371901,0.5123967,0.4338843,0.34710744,0.35123968,0.46280992,0.47933885,0.46280992,0.48347107,0.4876033,0.5041322,0.47107437,0.45454547,0.4752066,0.45454547,0.446281,0.46280992,0.46694216,0.49173555,0.5165289,0.5247934,0.607438,0.6942149,0.76033056,0.62396693,0.5495868,0.7768595,0.7066116,0.75619835,0.6942149,0.56198347,0.6652893,0.8016529,0.7892562,0.76033056,0.677686,0.61157024,0.59090906,0.5371901,0.553719,0.553719,0.553719,0.54545456,0.5413223,0.5165289,0.5413223,0.5495868,0.55785125,0.5495868,0.446281,0.56198347,0.54545456,0.55785125,0.6818182,0.75619835,0.78099173,0.74380165,0.6818182,0.59917355,0.6280992,0.56198347,0.5041322,0.5247934,0.54545456,0.5371901,0.5495868,0.5,0.41322315,0.3305785,0.32231405,0.45867768,0.49586776,0.5,0.49173555,0.5247934,0.46280992,0.47933885,0.48347107,0.4876033,0.47107437,0.45041323,0.4752066,0.5082645,0.54545456,0.5785124,0.6487603,0.7066116,0.677686,0.60330576,0.7066116,0.78099173,0.71487606,0.71487606,0.7768595,0.7768595,0.6198347,0.6528926,0.7933884,0.78512394,0.6859504,0.61157024,0.59090906,0.56198347,0.57024795,0.56198347,0.55785125,0.553719,0.5123967,0.5082645,0.5247934,0.5413223,0.5123967,0.4338843,0.446281,0.61157024,0.5082645,0.6198347,0.7066116,0.7933884,0.76033056,0.76859504,0.6942149,0.61570245,0.6322314,0.58677685,0.5,0.5206612,0.5289256,0.5495868,0.54545456,0.5123967,0.5,0.4338843,0.2520661,0.27272728,0.45041323,0.5247934,0.5041322,0.5289256,0.4876033,0.5082645,0.48347107,0.47933885,0.5,0.4752066,0.48347107,0.5,0.49173555,0.5082645,0.5371901,0.62396693,0.677686,0.7066116,0.6942149,0.7768595,0.74380165,0.72727275,0.73140496,0.78512394,0.8140496,0.78512394,0.6322314,0.59090906,0.6198347,0.60330576,0.56198347,0.55785125,0.5413223,0.54545456,0.5371901,0.5247934,0.49173555,0.47107437,0.47933885,0.45867768,0.42975205,0.35123968,0.42561984,0.57024795,0.58677685,0.677686,0.7066116,0.78099173,0.78099173,0.78099173,0.71487606,0.6322314,0.6446281,0.62396693,0.5247934,0.5123967,0.53305787,0.53305787,0.5413223,0.5413223,0.5413223,0.5247934,0.41322315,0.2603306,0.27272728,0.3181818,0.3677686,0.41322315,0.40082645,0.40082645,0.38429752,0.38429752,0.38429752,0.38016528,0.37190083,0.40495867,0.4338843,0.49586776,0.59917355,0.6818182,0.7231405,0.7107438,0.69008267,0.7892562,0.75206614,0.74380165,0.7231405,0.76033056,0.7933884,0.822314,0.7768595,0.61570245,0.5,0.5041322,0.446281,0.43801653,0.42561984,0.40495867,0.3966942,0.38016528,0.3677686,0.3429752,0.36363637,0.3429752,0.36363637,0.38429752,0.41735536,0.6280992,0.6818182,0.74380165,0.73140496,0.75206614,0.78099173,0.7768595,0.70247936,0.6528926,0.6487603,0.6280992,0.53305787,0.5247934,0.54545456,0.57024795,0.5785124,0.607438,0.59504133,0.58264464,0.553719,0.33471075,0.3429752,0.3264463,0.3429752,0.36363637,0.36363637,0.3677686,0.36363637,0.35950413,0.37603307,0.38842976,0.41322315,0.45867768,0.5041322,0.59917355,0.6818182,0.73140496,0.7231405,0.7066116,0.6859504,0.7933884,0.76859504,0.74793386,0.73140496,0.74380165,0.77272725,0.8016529,0.77272725,0.69008267,0.6280992,0.607438,0.5206612,0.5,0.4752066,0.45454547,0.4338843,0.41322315,0.4090909,0.38429752,0.40495867,0.42975205,0.46280992,0.45867768,0.48347107,0.72727275,0.74380165,0.72727275,0.73140496,0.72727275,0.8016529,0.77272725,0.661157,0.62396693,0.59504133,0.57024795,0.5371901,0.5206612,0.607438,0.6942149,0.6404959,0.6322314,0.6322314,0.661157,0.6487603,0.35123968,0.35950413,0.37603307,0.41322315,0.45867768,0.4752066,0.5041322,0.5,0.48347107,0.4876033,0.48347107,0.5123967,0.5413223,0.5661157,0.59504133,0.7355372,0.76859504,0.71900827,0.69008267,0.6983471,0.78512394,0.78099173,0.76033056,0.73966944,0.7231405,0.74380165,0.7644628,0.73140496,0.7066116,0.69008267,0.6363636,0.58264464,0.5413223,0.5413223,0.5289256,0.49586776,0.49586776,0.47107437,0.45867768,0.45041323,0.45041323,0.49173555,0.4752066,0.5123967,0.677686,0.6735537,0.62396693,0.607438,0.6280992,0.6942149,0.6818182,0.58677685,0.5289256,0.5082645,0.5041322,0.49586776,0.49586776,0.55785125,0.6528926,0.5661157,0.5413223,0.55785125,0.56198347,0.57024795,0.27272728,0.37603307,0.38429752,0.3677686,0.42975205,0.46694216,0.48347107,0.5,0.49173555,0.49173555,0.4752066,0.5,0.5206612,0.5785124,0.6280992,0.70247936,0.73966944,0.69008267,0.69008267,0.70247936,0.8016529,0.78099173,0.76859504,0.75619835,0.73140496,0.7066116,0.7107438,0.6983471,0.6818182,0.6694215,0.61570245,0.55785125,0.53305787,0.5247934,0.49173555,0.4752066,0.47933885,0.446281,0.44214877,0.4338843,0.44214877,0.49586776,0.5041322,0.49586776,0.5247934,0.5165289,0.4214876,0.40082645,0.47933885,0.57438016,0.55785125,0.53305787,0.47107437,0.45454547,0.46694216,0.45454547,0.47107437,0.5,0.5371901,0.446281,0.35950413,0.37190083,0.42561984,0.28512397,0.2231405,0.37603307,0.40082645,0.37603307,0.37190083,0.41735536,0.46280992,0.46694216,0.46280992,0.46280992,0.45454547,0.47107437,0.5041322,0.5413223,0.6446281,0.6652893,0.7107438,0.6694215,0.6942149,0.7231405,0.78099173,0.78512394,0.75206614,0.74380165,0.75206614,0.6942149,0.7066116,0.6818182,0.6487603,0.6280992,0.58677685,0.5371901,0.5041322,0.47933885,0.45867768,0.446281,0.43801653,0.42561984,0.4090909,0.4214876,0.46694216,0.49586776,0.5247934,0.5289256,0.4876033,0.42561984,0.3140496,0.24793388,0.26859504,0.30991736,0.5082645,0.5206612,0.45454547,0.40495867,0.3966942,0.42561984,0.47107437,0.5,0.49586776,0.38016528,0.35950413,0.40082645,0.30991736,0.28512397,0.33471075,0.38016528,0.37190083,0.40495867,0.38016528,0.36363637,0.4214876,0.45454547,0.44214877,0.45454547,0.43801653,0.48347107,0.5206612,0.53305787,0.60330576,0.6322314,0.6652893,0.6652893,0.6859504,0.71900827,0.78099173,0.77272725,0.76033056,0.75206614,0.74793386,0.69008267,0.69008267,0.6570248,0.6280992,0.61570245,0.5661157,0.5206612,0.48347107,0.43801653,0.45041323,0.41735536,0.40495867,0.38429752,0.40082645,0.43801653,0.48347107,0.5,0.5206612,0.59917355,0.62396693,0.56198347,0.5041322,0.45041323,0.4338843,0.38429752,0.24793388,0.3429752,0.37603307,0.3264463,0.338843,0.38842976,0.4090909,0.37603307,0.32231405,0.29752067,0.36363637,0.41735536,0.41322315,0.446281,0.4214876,0.39256197,0.37190083,0.41322315,0.39256197,0.35123968,0.38842976,0.4338843,0.42975205,0.4338843,0.44214877,0.47933885,0.5289256,0.55785125,0.57024795,0.6280992,0.6322314,0.6446281,0.6942149,0.7231405,0.76859504,0.75206614,0.75619835,0.7644628,0.74380165,0.70247936,0.6818182,0.6570248,0.6363636,0.59090906,0.56198347,0.5165289,0.45867768,0.44214877,0.4214876,0.40082645,0.38016528,0.37603307,0.4214876,0.4752066,0.5,0.53305787,0.5785124,0.6198347,0.62396693,0.60330576,0.60330576,0.5495868,0.5165289,0.49173555,0.3677686,0.24380165,0.23966943,0.2231405,0.21487603,0.2520661,0.23553719,0.23140496,0.24793388,0.3264463,0.4214876,0.46694216,0.4752066,0.5041322,0.49173555,0.42975205,0.41322315,0.40495867,0.40082645,0.37603307,0.3553719,0.39256197,0.4090909,0.41322315,0.4338843,0.4876033,0.5,0.56198347,0.58264464,0.62396693,0.6280992,0.6528926,0.70247936,0.73140496,0.76859504,0.7355372,0.74793386,0.7768595,0.7355372,0.7107438,0.7066116,0.6404959,0.62396693,0.607438,0.56198347,0.5082645,0.44214877,0.4214876,0.3966942,0.37603307,0.36363637,0.40495867,0.45454547,0.49173555,0.53305787,0.5785124,0.59504133,0.6198347,0.6198347,0.61157024,0.61570245,0.5371901,0.5247934,0.55785125,0.5289256,0.37190083,0.24793388,0.19421488,0.18181819,0.16528925,0.1570248,0.20247933,0.29338843,0.45454547,0.46280992,0.49586776,0.49173555,0.53305787,0.5413223,0.4876033,0.46280992,0.41322315,0.41322315,0.3966942,0.35950413,0.3677686,0.38429752,0.41322315,0.44214877,0.46280992,0.5289256,0.5785124,0.59917355,0.6280992,0.6404959,0.6694215,0.70247936,0.73966944,0.77272725,0.7066116,0.74380165,0.76033056,0.71900827,0.7231405,0.7107438,0.6528926,0.6446281,0.59504133,0.56198347,0.5,0.4338843,0.3966942,0.3677686,0.33471075,0.37190083,0.4338843,0.49173555,0.55785125,0.5495868,0.61157024,0.61570245,0.6198347,0.6198347,0.61570245,0.61157024,0.5289256,0.5495868,0.5785124,0.54545456,0.47933885,0.3966942,0.3264463,0.27272728,0.2603306,0.26859504,0.338843,0.4090909,0.4752066,0.49173555,0.5165289,0.5,0.553719,0.54545456,0.5123967,0.5247934,0.47107437,0.4338843,0.38429752,0.3677686,0.37190083,0.38429752,0.41735536,0.43801653,0.46694216,0.53305787,0.58677685,0.61157024,0.6280992,0.661157,0.69008267,0.70247936,0.72727275,0.74380165,0.7066116,0.73140496,0.7355372,0.69008267,0.72727275,0.7231405,0.6694215,0.6528926,0.59504133,0.56198347,0.4876033,0.42975205,0.38842976,0.35123968,0.30578512,0.39256197,0.46280992,0.59090906,0.59504133,0.57024795,0.6280992,0.6322314,0.6198347,0.607438,0.61157024,0.59090906,0.5661157,0.55785125,0.553719,0.5206612,0.48347107,0.45454547,0.45454547,0.42975205,0.40495867,0.42561984,0.45867768,0.44214877,0.46694216,0.5082645,0.5206612,0.5041322,0.5413223,0.57438016,0.553719,0.5785124,0.5289256,0.5206612,0.40495867,0.3677686,0.35950413,0.39256197,0.41322315,0.41735536,0.4876033,0.5289256,0.57438016,0.607438,0.6487603,0.6652893,0.6983471,0.7107438,0.73140496,0.7107438,0.6983471,0.71487606,0.74380165,0.6818182,0.71900827,0.71900827,0.661157,0.6487603,0.59504133,0.59090906,0.5,0.42975205,0.38016528,0.34710744,0.34710744,0.43801653,0.5661157,0.6322314,0.58677685,0.59917355,0.6363636,0.60330576,0.59090906,0.5785124,0.5785124,0.5413223,0.57024795,0.5371901,0.5247934,0.5123967,0.47933885,0.446281,0.47107437,0.42561984,0.45454547,0.47107437,0.4752066,0.44214877,0.47107437,0.5206612,0.5041322,0.5082645,0.5495868,0.57024795,0.61570245,0.6487603,0.59504133,0.58677685,0.4876033,0.37190083,0.3429752,0.39256197,0.42561984,0.4338843,0.47933885,0.5495868,0.57024795,0.59917355,0.6322314,0.6570248,0.70247936,0.7231405,0.72727275,0.6487603,0.71487606,0.69008267,0.73140496,0.6859504,0.69008267,0.70247936,0.661157,0.6363636,0.59090906,0.59917355,0.5082645,0.4338843,0.40082645,0.338843,0.38016528,0.5,0.61157024,0.62396693,0.56198347,0.57438016,0.60330576,0.60330576,0.57438016,0.55785125,0.57438016,0.5413223,0.5413223,0.5495868,0.5247934,0.49586776,0.46694216,0.45454547,0.4876033,0.44214877,0.45867768,0.47107437,0.44214877,0.41322315,0.42561984,0.5041322,0.48347107,0.5082645,0.5413223,0.56198347,0.60330576,0.6363636,0.6404959,0.5371901,0.54545456,0.40082645,0.3264463,0.41322315,0.45041323,0.446281,0.48347107,0.5661157,0.58677685,0.61570245,0.6487603,0.6694215,0.69008267,0.71487606,0.7107438,0.54545456,0.7231405,0.677686,0.6942149,0.677686,0.6694215,0.70247936,0.661157,0.6570248,0.59917355,0.61570245,0.5165289,0.45454547,0.4090909,0.35123968,0.40495867,0.54545456,0.58677685,0.54545456,0.5041322,0.55785125,0.59090906,0.58677685,0.5785124,0.5661157,0.5661157,0.5247934,0.5041322,0.5041322,0.44214877,0.40495867,0.38016528,0.38016528,0.41735536,0.42561984,0.41322315,0.35950413,0.3429752,0.30165288,0.3264463,0.35123968,0.38842976,0.4090909,0.45867768,0.49586776,0.54545456,0.59917355,0.6280992,0.553719,0.5206612,0.44214877,0.3140496,0.42975205,0.47107437,0.446281,0.4876033,0.5289256,0.5661157,0.60330576,0.6404959,0.6818182,0.677686,0.69008267,0.6735537,0.42975205,0.71487606,0.6735537,0.6859504,0.677686,0.6570248,0.6859504,0.6652893,0.6404959,0.59090906,0.62396693,0.5206612,0.46694216,0.4090909,0.38429752,0.4338843,0.5785124,0.56198347,0.5247934,0.5413223,0.56198347,0.5661157,0.54545456,0.49586776,0.46694216,0.45454547,0.41322315,0.37603307,0.36363637,0.3305785,0.30165288,0.2892562,0.29338843,0.30578512,0.3305785,0.3181818,0.2892562,0.2768595,0.22727273,0.21487603,0.23966943,0.27272728,0.3140496,0.33471075,0.3677686,0.40495867,0.47933885,0.5041322,0.56198347,0.5247934,0.46694216,0.33471075,0.45041323,0.47933885,0.45454547,0.4876033,0.5165289,0.57438016,0.5785124,0.607438,0.6570248,0.6652893,0.677686,0.6570248,0.27272728,0.6818182,0.6735537,0.6652893,0.6694215,0.6652893,0.6859504,0.6487603,0.6198347,0.55785125,0.62396693,0.5247934,0.46280992,0.43801653,0.38429752,0.49586776,0.59917355,0.5289256,0.4876033,0.45867768,0.40495867,0.46280992,0.5289256,0.47933885,0.42561984,0.40495867,0.37190083,0.3181818,0.26859504,0.2231405,0.22727273,0.23140496,0.23553719,0.18595041,0.23553719,0.24380165,0.21900827,0.23140496,0.20661157,0.2231405,0.28099173,0.3181818,0.35950413,0.41735536,0.39256197,0.2768595,0.26859504,0.3264463,0.40082645,0.48347107,0.48347107,0.3553719,0.46694216,0.49586776,0.48347107,0.49586776,0.553719,0.58677685,0.5661157,0.607438,0.6487603,0.6570248,0.6735537,0.6528926,0.17355372,0.59090906,0.6735537,0.6363636,0.6570248,0.6735537,0.677686,0.6363636,0.60330576,0.57024795,0.5785124,0.553719,0.45041323,0.44214877,0.39256197,0.5206612,0.54545456,0.44214877,0.4090909,0.5123967,0.5206612,0.5123967,0.5371901,0.5371901,0.47933885,0.45867768,0.45454547,0.45454547,0.3677686,0.30165288,0.30991736,0.3181818,0.3264463,0.2603306,0.27272728,0.29752067,0.3181818,0.2892562,0.338843,0.35950413,0.39256197,0.40082645,0.4338843,0.4752066,0.4752066,0.4090909,0.4338843,0.446281,0.35950413,0.4338843,0.446281,0.38842976,0.46694216,0.49586776,0.48347107,0.5165289,0.5661157,0.58677685,0.5661157,0.58677685,0.6446281,0.6322314,0.6652893,0.6570248,0.1322314,0.41322315,0.7107438,0.6280992,0.6446281,0.6570248,0.6528926,0.62396693,0.60330576,0.5661157,0.59090906,0.5785124,0.4752066,0.45041323,0.4214876,0.53305787,0.5413223,0.5247934,0.56198347,0.6487603,0.6859504,0.6487603,0.57024795,0.5206612,0.48347107,0.47107437,0.45867768,0.45041323,0.46280992,0.4090909,0.42975205,0.42561984,0.42975205,0.44214877,0.42561984,0.41322315,0.44214877,0.39256197,0.41735536,0.37190083,0.4090909,0.42975205,0.47933885,0.48347107,0.48347107,0.5289256,0.5661157,0.5495868,0.47107437,0.45454547,0.41735536,0.4090909,0.46280992,0.49173555,0.49173555,0.5247934,0.57024795,0.553719,0.5661157,0.59090906,0.6198347,0.62396693,0.6528926,0.69008267,0.18181819,0.2231405,0.6652893,0.6487603,0.62396693,0.6363636,0.6363636,0.61570245,0.58677685,0.53305787,0.5785124,0.55785125,0.5,0.45867768,0.43801653,0.55785125,0.607438,0.6446281,0.6280992,0.6528926,0.6446281,0.6446281,0.59917355,0.57438016,0.54545456,0.47933885,0.45867768,0.446281,0.4338843,0.44214877,0.47107437,0.46694216,0.5,0.45867768,0.45454547,0.4214876,0.43801653,0.41735536,0.38842976,0.37190083,0.41735536,0.42561984,0.45454547,0.5,0.53305787,0.5123967,0.5289256,0.56198347,0.53305787,0.48347107,0.4090909,0.4338843,0.49586776,0.46280992,0.5123967,0.53305787,0.5661157,0.5661157,0.55785125,0.59504133,0.61570245,0.62396693,0.6404959,0.61157024,0.2107438,0.12809917,0.4752066,0.6694215,0.6322314,0.6280992,0.6280992,0.607438,0.57438016,0.5371901,0.5371901,0.53305787,0.49586776,0.446281,0.4752066,0.5785124,0.6404959,0.661157,0.6404959,0.6322314,0.607438,0.57024795,0.5413223,0.53305787,0.56198347,0.5165289,0.49586776,0.4752066,0.45041323,0.45041323,0.45041323,0.42975205,0.45041323,0.4338843,0.42975205,0.41735536,0.4090909,0.4090909,0.4090909,0.4090909,0.42561984,0.4338843,0.47107437,0.5,0.49173555,0.45867768,0.5289256,0.56198347,0.59917355,0.5247934,0.45041323,0.46280992,0.46280992,0.47933885,0.5082645,0.5165289,0.5289256,0.54545456,0.5413223,0.57438016,0.59504133,0.59090906,0.6363636,0.45041323,0.21487603,0.12396694,0.4214876,0.6446281,0.6280992,0.6322314,0.60330576,0.607438,0.55785125,0.5206612,0.49173555,0.5123967,0.5082645,0.44214877,0.5123967,0.60330576,0.6322314,0.6363636,0.59504133,0.607438,0.5785124,0.55785125,0.5082645,0.5123967,0.5041322,0.4876033,0.47933885,0.47107437,0.43801653,0.4338843,0.38429752,0.3553719,0.34710744,0.338843,0.34710744,0.3553719,0.36363637,0.3677686,0.38842976,0.40495867,0.44214877,0.42975205,0.46280992,0.46694216,0.49586776,0.49173555,0.5413223,0.57024795,0.57024795,0.5165289,0.4876033,0.44214877,0.45041323,0.46694216,0.4876033,0.49173555,0.5,0.5289256,0.5413223,0.5661157,0.5785124,0.607438,0.61157024,0.27272728,0.17355372,0.32231405,0.7644628,0.5371901,0.61157024,0.61157024,0.607438,0.58677685,0.5413223,0.5123967,0.48347107,0.48347107,0.5165289,0.47107437,0.54545456,0.6322314,0.6280992,0.607438,0.5785124,0.5785124,0.5495868,0.5247934,0.5123967,0.5206612,0.48347107,0.47107437,0.43801653,0.40082645,0.37603307,0.35123968,0.30578512,0.29338843,0.2892562,0.28099173,0.28099173,0.29338843,0.29752067,0.30991736,0.338843,0.37603307,0.40495867,0.41735536,0.45454547,0.46280992,0.4876033,0.4876033,0.5413223,0.553719,0.553719,0.5206612,0.5,0.47107437,0.46280992,0.46280992,0.47107437,0.47107437,0.4876033,0.5165289,0.5206612,0.54545456,0.5785124,0.6446281,0.47107437,0.1446281,0.21487603,0.6942149,0.80991733,0.35950413,0.54545456,0.6280992,0.607438,0.58264464,0.5413223,0.5123967,0.48347107,0.46280992,0.5123967,0.5082645,0.57024795,0.6404959,0.62396693,0.59917355,0.5661157,0.55785125,0.5206612,0.49586776,0.5,0.5041322,0.48347107,0.47107437,0.42975205,0.39256197,0.38842976,0.35123968,0.35123968,0.3429752,0.35123968,0.3305785,0.3264463,0.338843,0.33471075,0.3305785,0.35123968,0.38016528,0.4090909,0.42975205,0.4752066,0.47107437,0.46280992,0.47933885,0.5082645,0.5247934,0.5082645,0.54545456,0.5,0.5041322,0.47107437,0.47933885,0.45867768,0.46280992,0.47933885,0.5041322,0.53305787,0.54545456,0.57438016,0.6652893,0.23553719,0.13636364,0.5165289,0.87603307,0.73966944,0.3553719,0.38016528,0.62396693,0.61157024,0.58677685,0.5371901,0.5123967,0.4876033,0.46694216,0.5,0.5413223,0.59090906,0.62396693,0.62396693,0.58264464,0.54545456,0.5371901,0.48347107,0.48347107,0.49586776,0.4876033,0.4752066,0.47933885,0.45041323,0.41322315,0.4214876,0.38842976,0.38842976,0.37190083,0.36363637,0.34710744,0.36363637,0.38429752,0.37603307,0.38016528,0.3966942,0.40495867,0.42561984,0.42975205,0.46694216,0.46280992,0.446281,0.46694216,0.4876033,0.5206612,0.5082645,0.5247934,0.5165289,0.5082645,0.49173555,0.46694216,0.446281,0.46280992,0.47933885,0.5165289,0.5495868,0.5661157,0.55785125,0.57024795,0.3429752,0.14876033,0.8429752,0.8471074,0.6818182,0.49586776,0.21487603,0.55785125,0.61570245,0.60330576,0.53305787,0.5123967,0.5082645,0.4752066,0.5165289,0.56198347,0.61570245,0.6198347,0.59090906,0.5413223,0.53305787,0.5,0.48347107,0.49173555,0.49586776,0.4876033,0.4876033,0.47933885,0.46694216,0.45867768,0.45041323,0.44214877,0.44214877,0.41735536,0.40495867,0.38842976,0.40082645,0.41735536,0.4090909,0.4214876,0.4214876,0.42975205,0.42561984,0.44214877,0.47107437,0.45041323,0.45041323,0.45041323,0.49173555,0.5041322,0.49586776,0.5041322,0.5082645,0.5371901,0.4876033,0.46280992,0.45454547,0.47107437,0.49173555,0.5165289,0.5495868,0.58264464,0.48347107,0.25619835,0.6322314,0.37603307,0.91322315,0.76859504,0.69008267,0.55785125,0.16528925,0.5165289,0.60330576,0.58677685,0.5661157,0.5247934,0.5082645,0.5206612,0.5289256,0.5661157,0.6198347,0.61157024,0.56198347,0.53305787,0.5371901,0.5082645,0.5165289,0.5041322,0.5082645,0.49173555,0.5082645,0.5,0.5123967,0.5247934,0.5,0.5,0.48347107,0.45867768,0.46280992,0.45041323,0.446281,0.45454547,0.46694216,0.446281,0.45041323,0.45867768,0.446281,0.44214877,0.45041323,0.45454547,0.46694216,0.45041323,0.47107437,0.47933885,0.49586776,0.5289256,0.5123967,0.5371901,0.5,0.446281,0.46694216,0.48347107,0.5041322,0.5289256,0.5495868,0.5661157,0.2892562,0.12396694,0.46694216,0.69008267,0.8801653,0.71487606,0.74380165,0.61570245,0.19421488,0.45454547,0.59090906,0.58677685,0.55785125,0.5413223,0.5082645,0.5041322,0.5123967,0.57024795,0.607438,0.5785124,0.55785125,0.5371901,0.54545456,0.5247934,0.5206612,0.5371901,0.5165289,0.5,0.5413223,0.5289256,0.5495868,0.5371901,0.5289256,0.5123967,0.49173555,0.47107437,0.45867768,0.45867768,0.45867768,0.45867768,0.47933885,0.46694216,0.47107437,0.47107437,0.46280992,0.45454547,0.45867768,0.45867768,0.48347107,0.45454547,0.4752066,0.48347107,0.5041322,0.5041322,0.5206612,0.5165289,0.49173555,0.45454547,0.47107437,0.5,0.5289256,0.53305787,0.553719,0.5413223,0.17768595,0.07438017,0.4876033,0.6570248,0.838843,0.661157,0.76033056,0.60330576,0.24793388,0.3181818,0.57438016,0.53305787,0.57024795,0.56198347,0.5371901,0.49173555,0.5,0.5495868,0.58264464,0.553719,0.53305787,0.5247934,0.53305787,0.54545456,0.54545456,0.5247934,0.5206612,0.5165289,0.5247934,0.53305787,0.553719,0.5413223,0.5165289,0.5123967,0.4876033,0.45867768,0.47933885,0.45041323,0.46280992,0.46280992,0.47107437,0.46694216,0.47933885,0.48347107,0.47933885,0.46280992,0.47933885,0.46694216,0.47933885,0.46280992,0.48347107,0.5,0.5041322,0.5,0.5041322,0.5,0.4752066,0.4876033,0.47933885,0.5041322,0.53305787,0.5371901,0.5165289,0.5495868,0.1570248,0.10743801,0.553719,0.5289256,0.76033056,0.6528926,0.74793386,0.54545456,0.3553719,0.2231405,0.5289256,0.5082645,0.5371901,0.54545456,0.5413223,0.5082645,0.42975205,0.5123967,0.56198347,0.54545456,0.5371901,0.5206612,0.5247934,0.5289256,0.5371901,0.5206612,0.5247934,0.5041322,0.5,0.5289256,0.5206612,0.5289256,0.5,0.49173555,0.47107437,0.45041323,0.4752066,0.43801653,0.45867768,0.47107437,0.47107437,0.4752066,0.47107437,0.4752066,0.4752066,0.45867768,0.5,0.49586776,0.48347107,0.46280992,0.5041322,0.4752066,0.48347107,0.4876033,0.5041322,0.49173555,0.47933885,0.49586776,0.4876033,0.5041322,0.5371901,0.5082645,0.5123967,0.54545456,0.10743801,0.14049587,0.6198347,0.46280992,0.7066116,0.69008267,0.74380165,0.4752066,0.40495867,0.2107438,0.3677686,0.5661157,0.45454547,0.5041322,0.5289256,0.5289256,0.49173555,0.4876033,0.53305787,0.5413223,0.5247934,0.5247934,0.5289256,0.5247934,0.5123967,0.5123967,0.5247934,0.5082645,0.5247934,0.5082645,0.5082645,0.49173555,0.46694216,0.45867768,0.45041323,0.42975205,0.45867768,0.42561984,0.42975205,0.446281,0.45041323,0.5,0.48347107,0.46694216,0.45867768,0.46694216,0.49586776,0.47933885,0.46694216,0.4876033,0.4752066,0.47933885,0.49586776,0.49173555,0.47933885,0.49586776,0.47933885,0.49173555,0.49586776,0.5165289,0.5082645,0.49173555,0.57024795,0.48347107,0.045454547,0.13636364,0.6735537,0.4752066,0.6528926,0.71487606,0.7231405,0.48347107,0.42975205,0.3305785,0.22727273,0.5041322,0.5247934,0.46280992,0.4876033,0.5,0.5206612,0.5289256,0.5206612,0.5123967,0.5371901,0.5123967,0.5082645,0.5123967,0.49173555,0.5082645,0.5,0.5,0.5041322,0.5082645,0.46280992,0.45454547,0.446281,0.40082645,0.41322315,0.4338843,0.42561984,0.4214876,0.41322315,0.41322315,0.44214877,0.43801653,0.45041323,0.46280992,0.45454547,0.45867768,0.48347107,0.45867768,0.46280992,0.47933885,0.46280992,0.47107437,0.49173555,0.49586776,0.47107437,0.4876033,0.4876033,0.48347107,0.5165289,0.4876033,0.47107437,0.5082645,0.6280992,0.39256197,0.024793388,0.1694215,0.6404959,0.5413223,0.61570245,0.75206614,0.6983471,0.42561984,0.446281,0.42561984,0.1983471,0.36363637,0.54545456,0.5,0.45041323,0.45867768,0.5041322,0.5123967,0.5123967,0.5041322,0.5082645,0.4876033,0.46694216,0.49586776,0.47933885,0.5082645,0.4876033,0.4876033,0.49173555,0.46280992,0.42561984,0.42975205,0.4214876,0.38016528,0.38842976,0.4090909,0.3966942,0.39256197,0.40082645,0.38842976,0.4090909,0.4214876,0.4214876,0.42975205,0.45454547,0.45041323,0.45454547,0.45041323,0.45041323,0.45041323,0.44214877,0.46694216,0.4876033,0.49173555,0.46694216,0.4876033,0.49173555,0.49173555,0.46694216,0.45454547,0.47933885,0.54545456,0.607438,0.23140496,0.06198347,0.19421488,0.56198347,0.6363636,0.6280992,0.78512394,0.71900827,0.4214876,0.4752066,0.47107437,0.23966943,0.26859504,0.4214876,0.5123967,0.47107437,0.42975205,0.4338843,0.47107437,0.4876033,0.4876033,0.5,0.45041323,0.46280992,0.47933885,0.47107437,0.46280992,0.47933885,0.45867768,0.45454547,0.4090909,0.41322315,0.4090909,0.39256197,0.38016528,0.38016528,0.37603307,0.3677686,0.38016528,0.3677686,0.37603307,0.37603307,0.40082645,0.40082645,0.39256197,0.4214876,0.4214876,0.41735536,0.45041323,0.45041323,0.42561984,0.45867768,0.46694216,0.47107437,0.46694216,0.49586776,0.49173555,0.48347107,0.44214877,0.44214877,0.4752066,0.5206612,0.57438016,0.5123967,0.05785124,0.10330579,0.2231405,0.5247934,0.70247936,0.70247936,0.7644628,0.70247936,0.42561984,0.5041322,0.4876033,0.28099173,0.26859504,0.3140496,0.44214877,0.48347107,0.43801653,0.41735536,0.41735536,0.446281,0.46694216,0.45867768,0.45454547,0.446281,0.45041323,0.46694216,0.42561984,0.45867768,0.43801653,0.4090909,0.3966942,0.38016528,0.37190083,0.36363637,0.3677686,0.37603307,0.35950413,0.35950413,0.33471075,0.338843,0.35123968,0.36363637,0.35123968,0.38842976,0.37603307,0.3966942,0.39256197,0.40082645,0.42975205,0.4214876,0.40495867,0.42975205,0.4752066,0.46694216,0.46694216,0.46694216,0.45867768,0.41322315,0.40495867,0.45454547,0.5041322,0.5495868,0.57438016,0.30578512,0.020661157,0.1983471,0.28512397,0.5123967,0.71900827,0.77272725,0.7355372,0.6404959,0.43801653,0.5041322,0.4752066,0.33471075,0.2644628,0.3181818,0.37603307,0.43801653,0.44214877,0.43801653,0.3966942,0.40082645,0.4214876,0.4214876,0.446281,0.43801653,0.4338843,0.43801653,0.38842976,0.41322315,0.39256197,0.37190083,0.36363637,0.34710744,0.3429752,0.3305785,0.3429752,0.338843,0.33471075,0.3305785,0.32231405,0.30578512,0.32231405,0.3305785,0.3140496,0.35950413,0.36363637,0.35950413,0.38842976,0.4090909,0.38842976,0.38016528,0.40082645,0.42975205,0.46694216,0.45867768,0.45454547,0.41322315,0.37190083,0.3677686,0.4214876,0.5041322,0.5123967,0.55785125,0.46694216,0.14049587,0.03305785,0.338843,0.39256197,0.47933885,0.7107438,30 +0.61157024,0.72727275,0.74380165,0.7644628,0.7644628,0.77272725,0.77272725,0.79752064,0.8016529,0.7892562,0.75206614,0.6942149,0.661157,0.6280992,0.6198347,0.61157024,0.59504133,0.59504133,0.59090906,0.58677685,0.59504133,0.58677685,0.59917355,0.59917355,0.58264464,0.60330576,0.58677685,0.5785124,0.607438,0.59917355,0.59090906,0.59917355,0.6198347,0.59917355,0.59917355,0.59090906,0.59090906,0.57438016,0.55785125,0.55785125,0.53305787,0.5289256,0.5247934,0.5082645,0.49173555,0.4876033,0.47933885,0.47933885,0.48347107,0.48347107,0.47933885,0.46280992,0.47933885,0.5,0.4876033,0.5082645,0.5165289,0.5123967,0.4876033,0.49173555,0.5082645,0.53305787,0.5413223,0.49586776,0.6404959,0.73140496,0.75206614,0.78512394,0.78099173,0.78512394,0.78512394,0.8140496,0.8016529,0.8305785,0.7768595,0.7107438,0.6735537,0.6280992,0.6280992,0.61570245,0.607438,0.60330576,0.59504133,0.58677685,0.59090906,0.59504133,0.58677685,0.5785124,0.58677685,0.59504133,0.58677685,0.5785124,0.59917355,0.59090906,0.59504133,0.59917355,0.61157024,0.61157024,0.60330576,0.607438,0.59090906,0.59090906,0.553719,0.5661157,0.5289256,0.5289256,0.5206612,0.5123967,0.49586776,0.49173555,0.49173555,0.49586776,0.49173555,0.4876033,0.47933885,0.48347107,0.4876033,0.5082645,0.49173555,0.5206612,0.5289256,0.5371901,0.5165289,0.49586776,0.5206612,0.5495868,0.5785124,0.5165289,0.6487603,0.75619835,0.7644628,0.822314,0.8016529,0.8057851,0.8057851,0.8016529,0.7933884,0.822314,0.80991733,0.73966944,0.7066116,0.6487603,0.6280992,0.6198347,0.61157024,0.59917355,0.61157024,0.607438,0.60330576,0.59917355,0.59090906,0.59504133,0.607438,0.59917355,0.59504133,0.56198347,0.55785125,0.57024795,0.58677685,0.59917355,0.6322314,0.607438,0.61157024,0.6280992,0.58677685,0.59917355,0.553719,0.57024795,0.5413223,0.5371901,0.5206612,0.5165289,0.5082645,0.5,0.5082645,0.49586776,0.5,0.49586776,0.5,0.4876033,0.5,0.5082645,0.5247934,0.5289256,0.5371901,0.5495868,0.5371901,0.5123967,0.5413223,0.57438016,0.59917355,0.553719,0.70247936,0.78512394,0.7892562,0.8305785,0.8347107,0.838843,0.8057851,0.8057851,0.79752064,0.822314,0.8140496,0.77272725,0.7355372,0.69008267,0.6446281,0.6322314,0.61157024,0.61157024,0.61570245,0.6198347,0.61570245,0.6198347,0.607438,0.61570245,0.62396693,0.61570245,0.60330576,0.54545456,0.47107437,0.5247934,0.57438016,0.60330576,0.59917355,0.62396693,0.607438,0.6198347,0.6280992,0.59917355,0.5495868,0.553719,0.54545456,0.553719,0.5247934,0.5165289,0.5165289,0.5165289,0.5123967,0.5082645,0.5041322,0.5123967,0.5165289,0.5041322,0.5123967,0.5206612,0.55785125,0.54545456,0.5371901,0.56198347,0.53305787,0.5289256,0.54545456,0.57438016,0.61157024,0.5661157,0.7355372,0.78512394,0.7933884,0.838843,0.8512397,0.8471074,0.838843,0.8264463,0.80991733,0.822314,0.8016529,0.7892562,0.7644628,0.7231405,0.661157,0.6528926,0.6280992,0.607438,0.61157024,0.61570245,0.6322314,0.6280992,0.62396693,0.62396693,0.62396693,0.62396693,0.61570245,0.5661157,0.45454547,0.5371901,0.58677685,0.61570245,0.60330576,0.61157024,0.6280992,0.60330576,0.6363636,0.607438,0.5785124,0.57024795,0.56198347,0.56198347,0.5247934,0.5413223,0.5165289,0.5165289,0.5289256,0.5123967,0.5247934,0.5247934,0.5123967,0.53305787,0.5289256,0.5495868,0.56198347,0.56198347,0.55785125,0.57024795,0.553719,0.54545456,0.5495868,0.5785124,0.61157024,0.59917355,0.76859504,0.79752064,0.7933884,0.8471074,0.8471074,0.8553719,0.8471074,0.822314,0.8140496,0.8016529,0.7892562,0.7644628,0.74380165,0.71487606,0.6694215,0.6487603,0.6280992,0.62396693,0.59917355,0.61570245,0.6198347,0.6198347,0.6363636,0.60330576,0.607438,0.61157024,0.61157024,0.58677685,0.5289256,0.5785124,0.61157024,0.62396693,0.6487603,0.607438,0.61570245,0.59504133,0.607438,0.607438,0.5785124,0.57024795,0.58264464,0.5785124,0.5371901,0.5371901,0.5289256,0.53305787,0.5371901,0.5247934,0.5206612,0.5165289,0.5247934,0.5247934,0.5247934,0.5289256,0.553719,0.55785125,0.58264464,0.59504133,0.55785125,0.60330576,0.61157024,0.5785124,0.60330576,0.6198347,0.79752064,0.79752064,0.8057851,0.8181818,0.8471074,0.8429752,0.8429752,0.8181818,0.79752064,0.76033056,0.71900827,0.6735537,0.661157,0.6322314,0.61157024,0.60330576,0.57438016,0.57024795,0.5495868,0.53305787,0.53305787,0.5206612,0.59090906,0.5785124,0.58677685,0.58264464,0.5785124,0.58677685,0.57024795,0.56198347,0.59090906,0.61570245,0.6404959,0.61157024,0.59917355,0.59090906,0.58677685,0.57438016,0.54545456,0.5413223,0.5495868,0.5371901,0.5371901,0.5247934,0.5165289,0.5041322,0.5,0.49586776,0.47107437,0.47107437,0.48347107,0.49173555,0.48347107,0.48347107,0.5206612,0.5371901,0.5785124,0.59504133,0.59917355,0.61570245,0.6528926,0.6280992,0.59917355,0.60330576,0.80991733,0.7933884,0.8181818,0.8057851,0.838843,0.8347107,0.8429752,0.8057851,0.7355372,0.6735537,0.6528926,0.6280992,0.57438016,0.53305787,0.49586776,0.45041323,0.43801653,0.42561984,0.44214877,0.3966942,0.41735536,0.42561984,0.45041323,0.5,0.53305787,0.5371901,0.53305787,0.54545456,0.5495868,0.553719,0.5661157,0.58264464,0.607438,0.59090906,0.5661157,0.553719,0.54545456,0.5289256,0.5123967,0.49173555,0.5123967,0.49586776,0.45454547,0.41322315,0.4214876,0.40495867,0.38842976,0.38429752,0.3553719,0.38842976,0.36363637,0.41322315,0.44214877,0.45867768,0.45454547,0.48347107,0.5123967,0.55785125,0.5785124,0.62396693,0.6570248,0.6487603,0.59917355,0.59504133,0.8016529,0.79752064,0.8140496,0.80991733,0.80991733,0.838843,0.8140496,0.7231405,0.677686,0.59917355,0.5785124,0.54545456,0.54545456,0.49173555,0.45867768,0.4090909,0.3677686,0.3305785,0.3966942,0.3966942,0.37190083,0.446281,0.45041323,0.53305787,0.55785125,0.61570245,0.61157024,0.6198347,0.6446281,0.5785124,0.58677685,0.58677685,0.56198347,0.56198347,0.5371901,0.5206612,0.5247934,0.48347107,0.46694216,0.3966942,0.42561984,0.40082645,0.3429752,0.3429752,0.37190083,0.3264463,0.29338843,0.27272728,0.29338843,0.30578512,0.30991736,0.34710744,0.35950413,0.37603307,0.3966942,0.4090909,0.42561984,0.47933885,0.5371901,0.6198347,0.6694215,0.6446281,0.57438016,0.59917355,0.7933884,0.7892562,0.8057851,0.7933884,0.78512394,0.8057851,0.76859504,0.7231405,0.7107438,0.6198347,0.55785125,0.5041322,0.5165289,0.46694216,0.4338843,0.4338843,0.39256197,0.46280992,0.7066116,0.73140496,0.5206612,0.5123967,0.54545456,0.62396693,0.5371901,0.5082645,0.5413223,0.57024795,0.59090906,0.5413223,0.57438016,0.5495868,0.446281,0.5123967,0.42561984,0.40495867,0.45454547,0.33471075,0.40082645,0.25619835,0.20247933,0.28512397,0.32231405,0.338843,0.35950413,0.35123968,0.3429752,0.34710744,0.35950413,0.3677686,0.38016528,0.40082645,0.39256197,0.4090909,0.4214876,0.41322315,0.4090909,0.41322315,0.41322315,0.46694216,0.6322314,0.6652893,0.58264464,0.59090906,0.7768595,0.78512394,0.7892562,0.78512394,0.77272725,0.7644628,0.6652893,0.6735537,0.59504133,0.59504133,0.61157024,0.607438,0.61570245,0.59504133,0.61157024,0.59090906,0.5785124,0.74793386,0.9338843,0.91322315,0.75619835,0.58677685,0.58677685,0.5165289,0.45454547,0.4214876,0.34710744,0.36363637,0.4214876,0.42975205,0.45454547,0.4338843,0.38842976,0.4090909,0.3677686,0.3966942,0.38842976,0.3966942,0.4090909,0.35123968,0.338843,0.44214877,0.45454547,0.446281,0.43801653,0.39256197,0.38016528,0.38429752,0.3677686,0.38429752,0.40495867,0.4338843,0.4338843,0.47107437,0.49173555,0.57024795,0.58677685,0.5413223,0.54545456,0.5165289,0.41322315,0.48347107,0.59504133,0.61570245,0.7768595,0.7892562,0.7768595,0.79752064,0.6859504,0.55785125,0.61157024,0.71900827,0.6942149,0.74380165,0.78512394,0.77272725,0.69008267,0.6487603,0.62396693,0.553719,0.49586776,0.7066116,0.946281,0.90495867,0.7231405,0.58264464,0.4752066,0.4752066,0.49586776,0.49586776,0.45454547,0.3677686,0.3553719,0.5123967,0.5041322,0.4876033,0.46280992,0.45867768,0.45041323,0.4752066,0.49173555,0.45454547,0.42975205,0.43801653,0.44214877,0.5082645,0.5041322,0.47107437,0.4752066,0.45454547,0.3966942,0.38429752,0.3677686,0.36363637,0.3677686,0.3677686,0.37603307,0.41322315,0.47933885,0.58264464,0.61157024,0.59917355,0.58264464,0.607438,0.5785124,0.44214877,0.3553719,0.54545456,0.74380165,0.8057851,0.8140496,0.6859504,0.46280992,0.70247936,0.78099173,0.7355372,0.6983471,0.7066116,0.7768595,0.75206614,0.61157024,0.56198347,0.54545456,0.47933885,0.46280992,0.54545456,0.892562,0.90495867,0.72727275,0.45867768,0.3677686,0.38842976,0.43801653,0.5,0.5165289,0.4876033,0.36363637,0.48347107,0.59090906,0.4876033,0.49586776,0.5082645,0.53305787,0.5495868,0.57438016,0.45867768,0.47107437,0.49586776,0.46694216,0.4876033,0.46694216,0.3140496,0.6280992,0.59504133,0.41322315,0.38016528,0.3966942,0.38429752,0.38016528,0.38429752,0.37190083,0.39256197,0.4338843,0.47933885,0.4876033,0.5371901,0.5495868,0.59504133,0.60330576,0.5495868,0.26859504,0.36363637,0.56198347,0.8512397,0.73140496,0.3966942,0.7355372,0.7892562,0.74380165,0.7107438,0.6446281,0.6735537,0.72727275,0.6818182,0.54545456,0.4876033,0.48347107,0.42975205,0.4214876,0.39256197,0.60330576,0.72727275,0.55785125,0.39256197,0.32231405,0.3181818,0.3429752,0.41735536,0.49173555,0.5289256,0.5,0.69008267,0.71900827,0.661157,0.8595041,0.71900827,0.40495867,0.45867768,0.45867768,0.47933885,0.44214877,0.49586776,0.4876033,0.5206612,0.45454547,0.49173555,0.9214876,0.8471074,0.44214877,0.3264463,0.37190083,0.34710744,0.34710744,0.3677686,0.38016528,0.4214876,0.4876033,0.48347107,0.43801653,0.44214877,0.446281,0.48347107,0.5247934,0.5661157,0.21900827,0.33471075,0.38016528,0.6694215,0.47107437,0.6570248,0.74793386,0.7066116,0.6652893,0.61157024,0.553719,0.58677685,0.59504133,0.49586776,0.49586776,0.446281,0.45041323,0.40495867,0.41322315,0.3966942,0.4214876,0.45867768,0.3677686,0.27272728,0.26859504,0.29338843,0.29338843,0.3140496,0.3966942,0.49586776,0.60330576,0.56198347,0.6363636,0.607438,0.79752064,0.7355372,0.35950413,0.4214876,0.40495867,0.45867768,0.4214876,0.4338843,0.4214876,0.4338843,0.3553719,0.38016528,0.73140496,0.72727275,0.40082645,0.3429752,0.3429752,0.3181818,0.3264463,0.3429752,0.35123968,0.39256197,0.53305787,0.5413223,0.5247934,0.5082645,0.5123967,0.55785125,0.4752066,0.45867768,0.2520661,0.29338843,0.5041322,0.21900827,0.40495867,0.56198347,0.5413223,0.5247934,0.47107437,0.40495867,0.43801653,0.4752066,0.4214876,0.5041322,0.5785124,0.4876033,0.4338843,0.338843,0.36363637,0.3553719,0.3181818,0.3181818,0.30165288,0.26859504,0.21900827,0.24793388,0.26859504,0.29752067,0.3264463,0.44214877,0.61157024,0.4876033,0.6528926,0.553719,0.5785124,0.5123967,0.45867768,0.5082645,0.4752066,0.41322315,0.40495867,0.36363637,0.38016528,0.3264463,0.28512397,0.3140496,0.4090909,0.42561984,0.38016528,0.35950413,0.33471075,0.2892562,0.3429752,0.38016528,0.42561984,0.45454547,0.46280992,0.53305787,0.55785125,0.55785125,0.57024795,0.6570248,0.677686,0.5413223,0.32231405,0.2603306,0.5371901,0.5371901,0.5247934,0.69008267,0.69008267,0.5785124,0.46280992,0.43801653,0.45041323,0.4338843,0.4338843,0.4752066,0.4090909,0.3553719,0.3553719,0.18595041,0.1983471,0.1694215,0.2107438,0.22727273,0.26859504,0.23966943,0.20247933,0.23966943,0.2603306,0.3553719,0.33471075,0.446281,0.5661157,0.4752066,0.72727275,0.6322314,0.57438016,0.5123967,0.5082645,0.5413223,0.49586776,0.4090909,0.38429752,0.3429752,0.36363637,0.2520661,0.2644628,0.27272728,0.3181818,0.2644628,0.23553719,0.17768595,0.2107438,0.17768595,0.3966942,0.39256197,0.42561984,0.5247934,0.5082645,0.5123967,0.57438016,0.55785125,0.5289256,0.62396693,0.7231405,0.6446281,0.41735536,0.23966943,0.61570245,0.6487603,0.59090906,0.73966944,0.8140496,0.6694215,0.5413223,0.553719,0.53305787,0.5165289,0.46280992,0.4090909,0.2644628,0.38429752,0.41322315,0.1446281,0.19421488,0.1570248,0.2231405,0.23140496,0.30578512,0.22727273,0.2768595,0.2520661,0.2768595,0.3966942,0.4090909,0.4752066,0.5247934,0.47107437,0.661157,0.57438016,0.5371901,0.5,0.47107437,0.49173555,0.4876033,0.38429752,0.38842976,0.3553719,0.3677686,0.25619835,0.2520661,0.2603306,0.3429752,0.2603306,0.2107438,0.17355372,0.17768595,0.14049587,0.47933885,0.40495867,0.22727273,0.3677686,0.43801653,0.5206612,0.5165289,0.5247934,0.48347107,0.54545456,0.661157,0.6528926,0.40082645,0.19008264,0.76859504,0.5,0.58264464,0.73966944,0.79752064,0.6487603,0.5413223,0.56198347,0.607438,0.5785124,0.5371901,0.53305787,0.4752066,0.4090909,0.39256197,0.29752067,0.29752067,0.3140496,0.30578512,0.30991736,0.29338843,0.28512397,0.3140496,0.3677686,0.38016528,0.40082645,0.47933885,0.5289256,0.46280992,0.45867768,0.5785124,0.5123967,0.5041322,0.47933885,0.45867768,0.43801653,0.40495867,0.39256197,0.38842976,0.40082645,0.36363637,0.3264463,0.338843,0.32231405,0.338843,0.3181818,0.30165288,0.29752067,0.29338843,0.28099173,0.3553719,0.3966942,0.47933885,0.49586776,0.45867768,0.5,0.49586776,0.48347107,0.4338843,0.5,0.59917355,0.6487603,0.3677686,0.17355372,0.80991733,0.42975205,0.58677685,0.7231405,0.76033056,0.6322314,0.54545456,0.5495868,0.59090906,0.59917355,0.59917355,0.61157024,0.58264464,0.47107437,0.41735536,0.33471075,0.32231405,0.32231405,0.3305785,0.32231405,0.3140496,0.3264463,0.33471075,0.38429752,0.42561984,0.47933885,0.5082645,0.5785124,0.446281,0.42975205,0.5,0.5041322,0.4876033,0.46694216,0.45454547,0.43801653,0.36363637,0.3429752,0.3305785,0.41322315,0.44214877,0.3966942,0.35123968,0.35950413,0.3429752,0.3264463,0.30991736,0.29338843,0.30991736,0.33471075,0.38016528,0.45867768,0.5495868,0.5495868,0.5123967,0.47933885,0.47933885,0.45867768,0.42561984,0.47933885,0.5785124,0.661157,0.36363637,0.18181819,0.8016529,0.41322315,0.56198347,0.73966944,0.73966944,0.6322314,0.57438016,0.55785125,0.55785125,0.60330576,0.6363636,0.6528926,0.59917355,0.5082645,0.43801653,0.45041323,0.41735536,0.38842976,0.38842976,0.34710744,0.35123968,0.35123968,0.3677686,0.45867768,0.5413223,0.5041322,0.55785125,0.6942149,0.29752067,0.40082645,0.54545456,0.5247934,0.5,0.46694216,0.45867768,0.45454547,0.38016528,0.46694216,0.17768595,0.446281,0.49586776,0.4876033,0.41322315,0.38016528,0.3677686,0.33471075,0.338843,0.3140496,0.3140496,0.3553719,0.38016528,0.42975205,0.48347107,0.5165289,0.47107437,0.4338843,0.42975205,0.43801653,0.45041323,0.4752066,0.5495868,0.6652893,0.37190083,0.1570248,0.78099173,0.46694216,0.5206612,0.74380165,0.7231405,0.6446281,0.607438,0.58264464,0.55785125,0.5495868,0.59504133,0.61570245,0.61570245,0.45867768,0.3677686,0.44214877,0.43801653,0.40495867,0.40495867,0.38429752,0.37190083,0.4090909,0.49173555,0.5785124,0.5785124,0.5206612,0.5082645,0.48347107,0.28099173,0.46280992,0.59504133,0.57438016,0.5247934,0.47933885,0.47107437,0.46280992,0.45454547,0.3553719,0.24380165,0.39256197,0.45041323,0.49586776,0.4752066,0.43801653,0.3966942,0.35950413,0.37190083,0.35123968,0.3553719,0.36363637,0.37190083,0.40082645,0.42561984,0.42561984,0.40495867,0.4090909,0.4214876,0.46280992,0.4752066,0.5,0.5289256,0.6652893,0.35950413,0.14049587,0.74793386,0.56198347,0.45454547,0.74793386,0.71900827,0.6818182,0.6570248,0.6322314,0.5661157,0.5289256,0.5371901,0.5495868,0.5289256,0.4876033,0.44214877,0.45041323,0.446281,0.4214876,0.42561984,0.43801653,0.4752066,0.5289256,0.59504133,0.60330576,0.59504133,0.5206612,0.59504133,0.41322315,0.40495867,0.5495868,0.6446281,0.58677685,0.5371901,0.4876033,0.48347107,0.4752066,0.49173555,0.41735536,0.30165288,0.38016528,0.4214876,0.5165289,0.47107437,0.4752066,0.45867768,0.4090909,0.39256197,0.38016528,0.3677686,0.37190083,0.37190083,0.39256197,0.39256197,0.40495867,0.4090909,0.44214877,0.46694216,0.49586776,0.5082645,0.5247934,0.54545456,0.6570248,0.3553719,0.1983471,0.71900827,0.7066116,0.38016528,0.75206614,0.73966944,0.7107438,0.69008267,0.6735537,0.6363636,0.59504133,0.56198347,0.53305787,0.5,0.4752066,0.48347107,0.46694216,0.46694216,0.47933885,0.4876033,0.5165289,0.5123967,0.56198347,0.57024795,0.57024795,0.58264464,0.56198347,0.5041322,0.43801653,0.5,0.61157024,0.6446281,0.60330576,0.553719,0.5082645,0.48347107,0.49586776,0.5082645,0.49586776,0.36363637,0.36363637,0.39256197,0.47107437,0.49586776,0.45867768,0.46280992,0.45041323,0.42561984,0.4090909,0.4090909,0.41322315,0.41322315,0.41735536,0.40495867,0.4090909,0.43801653,0.46694216,0.48347107,0.5041322,0.5247934,0.553719,0.57438016,0.6859504,0.36363637,0.46280992,0.71487606,0.7892562,0.3677686,0.677686,0.7768595,0.76033056,0.74380165,0.73140496,0.69008267,0.6280992,0.58677685,0.55785125,0.5289256,0.49173555,0.48347107,0.49173555,0.5041322,0.5165289,0.5206612,0.5371901,0.5206612,0.59917355,0.5289256,0.53305787,0.56198347,0.553719,0.4214876,0.46694216,0.59090906,0.6528926,0.6280992,0.60330576,0.57024795,0.5206612,0.48347107,0.49173555,0.5082645,0.5082645,0.4876033,0.38016528,0.3677686,0.41322315,0.46694216,0.46280992,0.45867768,0.46280992,0.42975205,0.45454547,0.4214876,0.45041323,0.4338843,0.42561984,0.43801653,0.4338843,0.44214877,0.47107437,0.4752066,0.5247934,0.5247934,0.5661157,0.59917355,0.71487606,0.54545456,0.59917355,0.76033056,0.6528926,0.6198347,0.5,0.7892562,0.7933884,0.76859504,0.76859504,0.7107438,0.6528926,0.61157024,0.5785124,0.5371901,0.5289256,0.5165289,0.5206612,0.53305787,0.53305787,0.5371901,0.5495868,0.53305787,0.6322314,0.55785125,0.5495868,0.6198347,0.446281,0.4338843,0.59090906,0.6570248,0.6942149,0.70247936,0.6446281,0.58677685,0.5371901,0.49586776,0.5,0.5041322,0.5289256,0.5206612,0.46280992,0.38016528,0.3305785,0.44214877,0.47933885,0.46280992,0.46280992,0.45454547,0.46694216,0.46694216,0.46694216,0.45041323,0.45041323,0.446281,0.446281,0.446281,0.4752066,0.48347107,0.5165289,0.5289256,0.59504133,0.677686,0.74793386,0.6694215,0.5413223,0.78512394,0.6487603,0.73966944,0.607438,0.55785125,0.8057851,0.79752064,0.78099173,0.74793386,0.6942149,0.6363636,0.59090906,0.5495868,0.553719,0.55785125,0.57438016,0.5661157,0.5413223,0.553719,0.5661157,0.55785125,0.61570245,0.54545456,0.57024795,0.5785124,0.42975205,0.5123967,0.6404959,0.6859504,0.73140496,0.71487606,0.661157,0.59504133,0.5661157,0.5206612,0.49586776,0.5082645,0.5413223,0.5371901,0.5206612,0.45041323,0.3677686,0.29752067,0.47933885,0.48347107,0.45454547,0.49586776,0.49173555,0.5165289,0.46280992,0.46280992,0.47107437,0.45867768,0.446281,0.46280992,0.47933885,0.4876033,0.5289256,0.55785125,0.6322314,0.72727275,0.6983471,0.58677685,0.6570248,0.8016529,0.6859504,0.71900827,0.77272725,0.70247936,0.41322315,0.79752064,0.8140496,0.7768595,0.70247936,0.6198347,0.58677685,0.56198347,0.5661157,0.5661157,0.57438016,0.5661157,0.5371901,0.54545456,0.55785125,0.5661157,0.553719,0.5247934,0.46694216,0.5247934,0.5082645,0.59090906,0.6652893,0.7355372,0.75206614,0.7355372,0.6528926,0.59917355,0.59504133,0.5495868,0.4876033,0.53305787,0.5413223,0.5371901,0.54545456,0.5041322,0.446281,0.30165288,0.3181818,0.44214877,0.4752066,0.49586776,0.48347107,0.5165289,0.46694216,0.47933885,0.4752066,0.4752066,0.4876033,0.45454547,0.4876033,0.49586776,0.553719,0.5785124,0.6487603,0.7107438,0.6322314,0.6694215,0.6942149,0.7892562,0.6859504,0.71487606,0.73966944,0.8057851,0.75619835,0.553719,0.75619835,0.75206614,0.6942149,0.6322314,0.58677685,0.57024795,0.5661157,0.5661157,0.57024795,0.553719,0.5082645,0.5247934,0.53305787,0.5371901,0.5206612,0.40495867,0.42975205,0.553719,0.56198347,0.6280992,0.6735537,0.76033056,0.77272725,0.74380165,0.6652893,0.59917355,0.59917355,0.553719,0.49586776,0.5206612,0.5289256,0.5371901,0.54545456,0.5123967,0.5123967,0.45867768,0.30165288,0.2768595,0.3966942,0.45867768,0.4876033,0.5206612,0.4876033,0.5082645,0.49586776,0.49173555,0.5082645,0.5,0.4876033,0.49173555,0.44214877,0.45041323,0.5082645,0.6322314,0.7066116,0.7107438,0.6983471,0.7768595,0.6942149,0.72727275,0.72727275,0.78099173,0.822314,0.8057851,0.75619835,0.59504133,0.5413223,0.54545456,0.5413223,0.54545456,0.55785125,0.56198347,0.5661157,0.5371901,0.5165289,0.5041322,0.48347107,0.4338843,0.37190083,0.30578512,0.4214876,0.58264464,0.6446281,0.6983471,0.677686,0.74793386,0.7644628,0.74793386,0.6446281,0.6363636,0.6280992,0.59917355,0.5165289,0.5123967,0.5289256,0.53305787,0.5371901,0.553719,0.553719,0.5289256,0.47107437,0.30165288,0.28512397,0.2644628,0.29338843,0.3140496,0.3264463,0.33471075,0.338843,0.3181818,0.3140496,0.3264463,0.3181818,0.338843,0.41322315,0.4876033,0.6404959,0.71487606,0.73140496,0.7107438,0.6942149,0.76859504,0.7107438,0.72727275,0.73140496,0.75619835,0.78512394,0.8347107,0.8057851,0.6446281,0.58677685,0.5041322,0.40495867,0.35950413,0.32231405,0.32231405,0.3264463,0.30578512,0.3140496,0.30991736,0.30991736,0.3140496,0.3181818,0.34710744,0.446281,0.7066116,0.73140496,0.73966944,0.74793386,0.7355372,0.7892562,0.77272725,0.6280992,0.6404959,0.6363636,0.62396693,0.5289256,0.5247934,0.5661157,0.58677685,0.61157024,0.62396693,0.60330576,0.5785124,0.59917355,0.35123968,0.3553719,0.3553719,0.3553719,0.35950413,0.35123968,0.35123968,0.3553719,0.35123968,0.39256197,0.39256197,0.43801653,0.46694216,0.49586776,0.553719,0.6859504,0.7644628,0.75206614,0.6942149,0.69008267,0.76859504,0.7107438,0.73140496,0.71900827,0.74793386,0.77272725,0.79752064,0.7644628,0.71487606,0.6528926,0.61570245,0.5413223,0.5123967,0.48347107,0.45867768,0.42975205,0.41322315,0.38842976,0.38842976,0.37603307,0.36363637,0.4090909,0.4090909,0.5082645,0.74380165,0.73140496,0.6983471,0.6859504,0.677686,0.7644628,0.73966944,0.60330576,0.553719,0.5495868,0.54545456,0.5247934,0.5082645,0.6280992,0.74380165,0.62396693,0.61570245,0.6363636,0.6735537,0.6694215,0.338843,0.338843,0.35950413,0.40082645,0.43801653,0.45867768,0.47107437,0.4752066,0.47107437,0.4752066,0.47107437,0.48347107,0.5123967,0.553719,0.58677685,0.6859504,0.76859504,0.74380165,0.6735537,0.7066116,0.76033056,0.73966944,0.73140496,0.7355372,0.7107438,0.73966944,0.74380165,0.71900827,0.6983471,0.6528926,0.6198347,0.55785125,0.5247934,0.5165289,0.49173555,0.4752066,0.45867768,0.43801653,0.4214876,0.38429752,0.38016528,0.42561984,0.43801653,0.46694216,0.61570245,0.61157024,0.57024795,0.56198347,0.57024795,0.60330576,0.57024795,0.5495868,0.48347107,0.4752066,0.47933885,0.49173555,0.4752066,0.5247934,0.57024795,0.5041322,0.47933885,0.4752066,0.5413223,0.5371901,0.24380165,0.35123968,0.35123968,0.35950413,0.38842976,0.43801653,0.45867768,0.4752066,0.47107437,0.4752066,0.47933885,0.45867768,0.4876033,0.5371901,0.6280992,0.677686,0.7355372,0.7066116,0.6528926,0.7107438,0.76033056,0.74793386,0.72727275,0.74380165,0.71900827,0.71487606,0.6983471,0.69008267,0.6570248,0.61570245,0.58264464,0.5123967,0.49586776,0.47933885,0.45454547,0.44214877,0.42561984,0.40495867,0.38016528,0.3429752,0.40082645,0.446281,0.45867768,0.45041323,0.45041323,0.45454547,0.35950413,0.3305785,0.38842976,0.47933885,0.5206612,0.5247934,0.45867768,0.42561984,0.4338843,0.44214877,0.47107437,0.5123967,0.5371901,0.43801653,0.37190083,0.40495867,0.44214877,0.3140496,0.26859504,0.35123968,0.34710744,0.37190083,0.3429752,0.37190083,0.41735536,0.45041323,0.44214877,0.43801653,0.42975205,0.45041323,0.48347107,0.5,0.5785124,0.677686,0.6859504,0.6735537,0.6487603,0.70247936,0.74380165,0.75206614,0.72727275,0.72727275,0.7231405,0.6942149,0.6859504,0.6528926,0.59504133,0.60330576,0.5289256,0.5,0.45867768,0.446281,0.42975205,0.40082645,0.38429752,0.36363637,0.3429752,0.38842976,0.42975205,0.44214877,0.46280992,0.4876033,0.5165289,0.46694216,0.41735536,0.37603307,0.3966942,0.37603307,0.36363637,0.446281,0.4338843,0.3677686,0.3677686,0.41322315,0.4752066,0.47933885,0.4752066,0.43801653,0.4214876,0.49173555,0.4090909,0.38016528,0.36363637,0.35123968,0.3305785,0.38016528,0.35950413,0.32231405,0.37190083,0.4338843,0.4214876,0.43801653,0.4214876,0.45041323,0.4876033,0.5371901,0.57024795,0.6198347,0.6363636,0.6404959,0.6570248,0.6983471,0.73966944,0.74380165,0.74380165,0.7231405,0.7231405,0.6694215,0.6735537,0.6363636,0.60330576,0.57024795,0.5165289,0.48347107,0.43801653,0.41322315,0.41322315,0.38016528,0.35123968,0.3181818,0.36363637,0.42561984,0.43801653,0.43801653,0.4752066,0.5206612,0.57024795,0.54545456,0.5495868,0.49173555,0.5,0.42975205,0.3140496,0.26859504,0.3181818,0.28512397,0.30578512,0.37190083,0.35123968,0.338843,0.35123968,0.36363637,0.41735536,0.48347107,0.4752066,0.4876033,0.446281,0.38016528,0.3429752,0.38016528,0.3677686,0.34710744,0.3181818,0.37603307,0.40082645,0.40495867,0.4214876,0.45041323,0.4752066,0.53305787,0.57438016,0.59504133,0.6280992,0.62396693,0.6570248,0.7107438,0.74793386,0.72727275,0.75206614,0.73140496,0.7107438,0.677686,0.6446281,0.61570245,0.59917355,0.54545456,0.5165289,0.46280992,0.41322315,0.40495867,0.38429752,0.3553719,0.32231405,0.33471075,0.4090909,0.4338843,0.42975205,0.44214877,0.5041322,0.59504133,0.59917355,0.60330576,0.58677685,0.5123967,0.53305787,0.5123967,0.41322315,0.2892562,0.21487603,0.1983471,0.18595041,0.19421488,0.21487603,0.26859504,0.3140496,0.37603307,0.45454547,0.47933885,0.4876033,0.5,0.53305787,0.4338843,0.38016528,0.36363637,0.3677686,0.36363637,0.3553719,0.29752067,0.3553719,0.38842976,0.40495867,0.45041323,0.47107437,0.54545456,0.57438016,0.62396693,0.6363636,0.6322314,0.6735537,0.6983471,0.76033056,0.7231405,0.73140496,0.72727275,0.70247936,0.6942149,0.6363636,0.607438,0.59090906,0.5413223,0.5123967,0.45041323,0.3966942,0.37190083,0.3553719,0.32231405,0.3264463,0.39256197,0.4090909,0.4214876,0.41322315,0.5165289,0.59090906,0.6363636,0.59504133,0.6322314,0.5785124,0.53305787,0.56198347,0.5495868,0.5082645,0.3966942,0.2892562,0.21900827,0.2107438,0.17768595,0.18595041,0.23966943,0.338843,0.43801653,0.46694216,0.48347107,0.4876033,0.5041322,0.55785125,0.5123967,0.446281,0.38429752,0.3429752,0.36363637,0.37603307,0.3181818,0.33471075,0.38016528,0.40495867,0.4338843,0.46694216,0.54545456,0.61570245,0.607438,0.6446281,0.6652893,0.677686,0.6859504,0.74793386,0.7231405,0.72727275,0.70247936,0.69008267,0.6983471,0.661157,0.62396693,0.59504133,0.5289256,0.5041322,0.43801653,0.3966942,0.38016528,0.3305785,0.30991736,0.37190083,0.40495867,0.41735536,0.42561984,0.48347107,0.59917355,0.62396693,0.6198347,0.61570245,0.61570245,0.59504133,0.5661157,0.56198347,0.54545456,0.5165289,0.45867768,0.43801653,0.37603307,0.33471075,0.30165288,0.30165288,0.37190083,0.41322315,0.446281,0.46694216,0.4876033,0.5,0.5206612,0.553719,0.56198347,0.553719,0.4752066,0.3677686,0.36363637,0.3429752,0.338843,0.3429752,0.37603307,0.4090909,0.41322315,0.4752066,0.5247934,0.607438,0.607438,0.6404959,0.69008267,0.677686,0.69008267,0.71900827,0.7355372,0.7107438,0.7107438,0.6694215,0.6859504,0.6446281,0.60330576,0.58677685,0.54545456,0.5082645,0.45454547,0.40082645,0.38842976,0.3305785,0.34710744,0.38016528,0.39256197,0.4214876,0.47107437,0.57024795,0.6322314,0.62396693,0.62396693,0.6280992,0.59504133,0.60330576,0.58264464,0.5495868,0.54545456,0.5123967,0.45041323,0.48347107,0.4876033,0.42975205,0.446281,0.45867768,0.47107437,0.446281,0.45041323,0.46280992,0.5041322,0.5206612,0.5371901,0.5785124,0.6198347,0.60330576,0.57438016,0.4338843,0.36363637,0.3264463,0.33471075,0.3553719,0.37603307,0.41322315,0.40495867,0.48347107,0.5371901,0.58677685,0.607438,0.6280992,0.6735537,0.6983471,0.70247936,0.6446281,0.71487606,0.71900827,0.71487606,0.6735537,0.677686,0.6322314,0.607438,0.5785124,0.54545456,0.53305787,0.47107437,0.41322315,0.38016528,0.3305785,0.37190083,0.37190083,0.38016528,0.4338843,0.5082645,0.59090906,0.6404959,0.661157,0.6570248,0.6570248,0.62396693,0.58677685,0.58264464,0.53305787,0.5165289,0.49586776,0.47107437,0.49586776,0.4876033,0.446281,0.47107437,0.45454547,0.45454547,0.43801653,0.42975205,0.4338843,0.4876033,0.5165289,0.5495868,0.5785124,0.6280992,0.6322314,0.607438,0.49173555,0.3429752,0.338843,0.34710744,0.35950413,0.40495867,0.42975205,0.40495867,0.4752066,0.56198347,0.58264464,0.6363636,0.6446281,0.677686,0.6818182,0.6983471,0.5,0.7066116,0.6983471,0.6735537,0.6735537,0.6570248,0.6280992,0.61157024,0.59090906,0.56198347,0.54545456,0.4752066,0.42561984,0.38429752,0.35950413,0.40082645,0.38842976,0.40495867,0.4214876,0.5289256,0.59917355,0.6363636,0.6404959,0.6322314,0.61570245,0.54545456,0.5247934,0.5,0.45867768,0.4338843,0.43801653,0.42975205,0.446281,0.45041323,0.4214876,0.42975205,0.38429752,0.40082645,0.39256197,0.37190083,0.37603307,0.41735536,0.44214877,0.47933885,0.5289256,0.58264464,0.59917355,0.59917355,0.5041322,0.35123968,0.35950413,0.35123968,0.35950413,0.41322315,0.446281,0.41735536,0.46694216,0.5247934,0.57024795,0.61157024,0.6446281,0.6694215,0.6570248,0.6652893,0.2768595,0.6859504,0.6818182,0.6694215,0.6652893,0.6446281,0.6322314,0.61570245,0.59090906,0.56198347,0.55785125,0.48347107,0.44214877,0.38429752,0.38016528,0.4214876,0.41735536,0.41735536,0.44214877,0.5206612,0.5165289,0.5041322,0.46280992,0.45454547,0.4338843,0.41322315,0.38429752,0.35950413,0.3429752,0.338843,0.32231405,0.3264463,0.338843,0.35123968,0.3677686,0.34710744,0.3181818,0.3264463,0.3305785,0.30991736,0.30165288,0.34710744,0.32231405,0.33471075,0.3140496,0.34710744,0.35123968,0.39256197,0.35123968,0.3181818,0.3677686,0.35123968,0.37603307,0.42561984,0.45867768,0.42975205,0.45867768,0.5165289,0.57438016,0.56198347,0.62396693,0.6487603,0.661157,0.6528926,0.1570248,0.61157024,0.6694215,0.6859504,0.6404959,0.6322314,0.62396693,0.59504133,0.58264464,0.54545456,0.5495868,0.4876033,0.44214877,0.40495867,0.40082645,0.42975205,0.42975205,0.40082645,0.39256197,0.34710744,0.24793388,0.20247933,0.16115703,0.20247933,0.23966943,0.21900827,0.2892562,0.24793388,0.26859504,0.37603307,0.34710744,0.32231405,0.3140496,0.18595041,0.23966943,0.30165288,0.30578512,0.3553719,0.46694216,0.34710744,0.35950413,0.5123967,0.30991736,0.2520661,0.12396694,0.12396694,0.12809917,0.15289256,0.19008264,0.28512397,0.35950413,0.38016528,0.37603307,0.4338843,0.46280992,0.45867768,0.46280992,0.5371901,0.5785124,0.57024795,0.6280992,0.6528926,0.6363636,0.6652893,0.1322314,0.4338843,0.6652893,0.6487603,0.6404959,0.6363636,0.62396693,0.59504133,0.57024795,0.54545456,0.553719,0.5206612,0.42561984,0.4214876,0.42561984,0.4338843,0.4214876,0.40495867,0.3677686,0.35950413,0.3181818,0.2107438,0.1322314,0.11157025,0.23553719,0.17355372,0.23966943,0.27272728,0.30578512,0.59504133,0.5289256,0.5,0.5123967,0.13636364,0.2231405,0.44214877,0.446281,0.4876033,0.58264464,0.3181818,0.4214876,0.446281,0.26859504,0.19421488,0.09504132,0.0785124,0.1322314,0.23966943,0.32231405,0.3677686,0.37190083,0.40495867,0.3966942,0.45454547,0.46694216,0.45867768,0.45867768,0.54545456,0.59090906,0.57024795,0.61157024,0.6363636,0.6280992,0.6694215,0.19008264,0.2603306,0.6280992,0.6446281,0.6363636,0.6322314,0.6198347,0.59090906,0.59917355,0.5661157,0.58677685,0.54545456,0.46694216,0.44214877,0.45041323,0.46280992,0.42975205,0.4338843,0.42975205,0.5041322,0.446281,0.43801653,0.40495867,0.3140496,0.29338843,0.24380165,0.15289256,0.3966942,0.30165288,0.4338843,0.41735536,0.3966942,0.38016528,0.11157025,0.14876033,0.3264463,0.3553719,0.39256197,0.37190083,0.13636364,0.2768595,0.1694215,0.1570248,0.13636364,0.11570248,0.10743801,0.26859504,0.3429752,0.37603307,0.39256197,0.40495867,0.38016528,0.4214876,0.45041323,0.46280992,0.46280992,0.4752066,0.5495868,0.5785124,0.57024795,0.61157024,0.62396693,0.62396693,0.661157,0.2107438,0.1694215,0.5041322,0.6570248,0.61570245,0.62396693,0.61570245,0.59504133,0.58264464,0.553719,0.57438016,0.55785125,0.49173555,0.45041323,0.446281,0.46280992,0.446281,0.47933885,0.5123967,0.57438016,0.5785124,0.5289256,0.57024795,0.47933885,0.41735536,0.36363637,0.27272728,0.5661157,0.5041322,0.49173555,0.4876033,0.30165288,0.33471075,0.2231405,0.20661157,0.2603306,0.1694215,0.2892562,0.34710744,0.30578512,0.5413223,0.28099173,0.26859504,0.20247933,0.2231405,0.30991736,0.40495867,0.39256197,0.44214877,0.40082645,0.41322315,0.3966942,0.42561984,0.46694216,0.46280992,0.4752066,0.5,0.553719,0.58677685,0.5661157,0.59504133,0.62396693,0.61157024,0.6528926,0.20661157,0.18595041,0.33471075,0.6363636,0.6198347,0.62396693,0.6198347,0.59504133,0.58677685,0.55785125,0.5661157,0.54545456,0.5041322,0.46280992,0.45041323,0.4752066,0.47933885,0.53305787,0.5661157,0.59090906,0.6652893,0.6198347,0.607438,0.5785124,0.46694216,0.44214877,0.39256197,0.41735536,0.45867768,0.5661157,0.6404959,0.4876033,0.59090906,0.5785124,0.43801653,0.55785125,0.42975205,0.5041322,0.55785125,0.4876033,0.5413223,0.37190083,0.3264463,0.338843,0.3429752,0.4214876,0.45867768,0.4876033,0.4876033,0.41735536,0.40495867,0.41322315,0.4338843,0.4876033,0.46280992,0.47933885,0.5206612,0.5495868,0.55785125,0.5785124,0.5785124,0.59917355,0.59504133,0.6735537,0.2107438,0.19421488,0.1983471,0.5785124,0.6322314,0.62396693,0.61157024,0.59917355,0.58264464,0.56198347,0.553719,0.553719,0.5289256,0.46694216,0.46280992,0.47107437,0.5165289,0.57024795,0.58264464,0.58677685,0.6404959,0.6942149,0.6198347,0.59090906,0.53305787,0.49586776,0.47933885,0.446281,0.44214877,0.42561984,0.48347107,0.47107437,0.5165289,0.5206612,0.46694216,0.5206612,0.46280992,0.5041322,0.5041322,0.45454547,0.41735536,0.37603307,0.35950413,0.38429752,0.4090909,0.46280992,0.5289256,0.58264464,0.5,0.43801653,0.4214876,0.3966942,0.44214877,0.45041323,0.45041323,0.4752066,0.5247934,0.53305787,0.5413223,0.56198347,0.58677685,0.5785124,0.60330576,0.6983471,0.21900827,0.20247933,0.338843,0.6487603,0.58677685,0.607438,0.59917355,0.58677685,0.56198347,0.55785125,0.54545456,0.57024795,0.54545456,0.47933885,0.46280992,0.49173555,0.54545456,0.57024795,0.58677685,0.58264464,0.61157024,0.6528926,0.6404959,0.60330576,0.57438016,0.5247934,0.4876033,0.46280992,0.46280992,0.446281,0.45454547,0.46694216,0.45867768,0.446281,0.48347107,0.46694216,0.4338843,0.4752066,0.44214877,0.42975205,0.4214876,0.38016528,0.42561984,0.45041323,0.49586776,0.55785125,0.59504133,0.5661157,0.48347107,0.4876033,0.42975205,0.37603307,0.42561984,0.44214877,0.446281,0.4876033,0.5247934,0.5206612,0.5371901,0.553719,0.553719,0.57438016,0.6363636,0.42975205,0.2231405,0.16115703,0.71900827,0.677686,0.5,0.61157024,0.59504133,0.58677685,0.5661157,0.54545456,0.54545456,0.55785125,0.5495868,0.4876033,0.49173555,0.5371901,0.55785125,0.5661157,0.58264464,0.5785124,0.59504133,0.59504133,0.58264464,0.59917355,0.60330576,0.5371901,0.5123967,0.47107437,0.43801653,0.4338843,0.46280992,0.44214877,0.48347107,0.44214877,0.48347107,0.45867768,0.43801653,0.4338843,0.42975205,0.4338843,0.40082645,0.38842976,0.45041323,0.4876033,0.5123967,0.56198347,0.58677685,0.5123967,0.48347107,0.5289256,0.43801653,0.40495867,0.40495867,0.4338843,0.43801653,0.5041322,0.5289256,0.5123967,0.5247934,0.54545456,0.54545456,0.59504133,0.5371901,0.15289256,0.16115703,0.5661157,0.87603307,0.61157024,0.35123968,0.59917355,0.59917355,0.58264464,0.5413223,0.53305787,0.53305787,0.5495868,0.5661157,0.5123967,0.5206612,0.5495868,0.57024795,0.55785125,0.56198347,0.59090906,0.57024795,0.56198347,0.53305787,0.5785124,0.5785124,0.54545456,0.5289256,0.5041322,0.46280992,0.44214877,0.44214877,0.3966942,0.40082645,0.38429752,0.42975205,0.4090909,0.40495867,0.3966942,0.3966942,0.41735536,0.41322315,0.40495867,0.45454547,0.47933885,0.5247934,0.5413223,0.5247934,0.4876033,0.5041322,0.5082645,0.45454547,0.446281,0.38842976,0.4338843,0.446281,0.5206612,0.5,0.5,0.5123967,0.5413223,0.55785125,0.60330576,0.3305785,0.13636364,0.446281,0.90495867,0.80991733,0.6198347,0.21487603,0.49173555,0.61570245,0.59504133,0.5165289,0.5165289,0.5206612,0.5413223,0.56198347,0.54545456,0.5371901,0.5495868,0.58677685,0.56198347,0.55785125,0.58264464,0.5371901,0.5371901,0.5413223,0.56198347,0.54545456,0.5289256,0.5041322,0.4876033,0.44214877,0.4338843,0.40495867,0.35950413,0.35123968,0.3429752,0.3553719,0.3305785,0.3429752,0.35123968,0.35123968,0.38016528,0.40082645,0.40495867,0.45867768,0.48347107,0.5041322,0.49586776,0.46694216,0.4752066,0.5123967,0.49586776,0.47107437,0.46694216,0.41735536,0.42975205,0.45867768,0.5082645,0.5206612,0.4876033,0.5082645,0.5371901,0.57024795,0.5413223,0.40495867,0.14049587,0.8057851,0.91735536,0.73140496,0.6322314,0.30991736,0.24793388,0.6280992,0.59917355,0.5413223,0.5206612,0.5165289,0.5289256,0.57024795,0.553719,0.553719,0.5661157,0.5495868,0.5495868,0.553719,0.56198347,0.5247934,0.5247934,0.5371901,0.5289256,0.5371901,0.5289256,0.49586776,0.4752066,0.4338843,0.4090909,0.37603307,0.35123968,0.3429752,0.33471075,0.32231405,0.30165288,0.30165288,0.30578512,0.3264463,0.3305785,0.38016528,0.40082645,0.4214876,0.44214877,0.47933885,0.4752066,0.4752066,0.47107437,0.49586776,0.53305787,0.48347107,0.46280992,0.4338843,0.446281,0.48347107,0.5041322,0.49173555,0.49173555,0.5165289,0.55785125,0.5247934,0.3140496,0.6363636,0.338843,0.89669424,0.87603307,0.6818182,0.6818182,0.44214877,0.18181819,0.5785124,0.58677685,0.55785125,0.5371901,0.5,0.5,0.54545456,0.56198347,0.57024795,0.553719,0.5413223,0.5247934,0.55785125,0.53305787,0.53305787,0.53305787,0.5247934,0.5041322,0.5247934,0.53305787,0.5082645,0.46694216,0.45867768,0.43801653,0.42561984,0.3966942,0.3966942,0.40495867,0.3966942,0.37190083,0.38016528,0.38429752,0.38016528,0.38842976,0.40495867,0.4090909,0.43801653,0.446281,0.4752066,0.47107437,0.49173555,0.4876033,0.5165289,0.5165289,0.47933885,0.48347107,0.44214877,0.46280992,0.5,0.49173555,0.4752066,0.48347107,0.5247934,0.5785124,0.23553719,0.19421488,0.57438016,0.8264463,0.90909094,0.8016529,0.6446281,0.7231405,0.49586776,0.15289256,0.46694216,0.5785124,0.5661157,0.5495868,0.5206612,0.4752066,0.5,0.54545456,0.55785125,0.53305787,0.5495868,0.5413223,0.55785125,0.53305787,0.55785125,0.53305787,0.5206612,0.5206612,0.5041322,0.5165289,0.5206612,0.5247934,0.5041322,0.49586776,0.4752066,0.46694216,0.45041323,0.4338843,0.4338843,0.42975205,0.43801653,0.45454547,0.43801653,0.44214877,0.45454547,0.45041323,0.45867768,0.46280992,0.4752066,0.47933885,0.5,0.5082645,0.5206612,0.48347107,0.49173555,0.49586776,0.45041323,0.47107437,0.4876033,0.46694216,0.45867768,0.5041322,0.5661157,0.35950413,0.053719006,0.2520661,0.5206612,0.74793386,0.892562,0.70247936,0.6487603,0.71487606,0.49173555,0.22727273,0.2892562,0.5661157,0.5413223,0.5413223,0.5371901,0.4876033,0.41735536,0.5247934,0.5206612,0.5247934,0.5495868,0.54545456,0.57024795,0.553719,0.5413223,0.55785125,0.5371901,0.5082645,0.5247934,0.5289256,0.55785125,0.5495868,0.5413223,0.5289256,0.5289256,0.48347107,0.49173555,0.48347107,0.48347107,0.46280992,0.46280992,0.4752066,0.46694216,0.47933885,0.4876033,0.47933885,0.47933885,0.47933885,0.4752066,0.48347107,0.5041322,0.53305787,0.5247934,0.5082645,0.5165289,0.48347107,0.45041323,0.47107437,0.46694216,0.46694216,0.48347107,0.5123967,0.55785125,0.2644628,0.07024793,0.29752067,0.53305787,0.59917355,0.8595041,0.6446281,0.71487606,0.6859504,0.43801653,0.38016528,0.16115703,0.49173555,0.49586776,0.5165289,0.5206612,0.5206612,0.45041323,0.45867768,0.5,0.5165289,0.5289256,0.5247934,0.57024795,0.57438016,0.5495868,0.56198347,0.5371901,0.5206612,0.5413223,0.5413223,0.553719,0.553719,0.5371901,0.5247934,0.5247934,0.5123967,0.49173555,0.5041322,0.49173555,0.4876033,0.46280992,0.46694216,0.46280992,0.48347107,0.49586776,0.5041322,0.5,0.49173555,0.49586776,0.49173555,0.5123967,0.5165289,0.5289256,0.4876033,0.4876033,0.45454547,0.45454547,0.45454547,0.45454547,0.47107437,0.49586776,0.5,0.553719,0.21487603,0.06198347,0.29752067,0.59090906,0.49586776,0.8057851,0.6198347,0.76033056,0.6694215,0.42975205,0.4752066,0.21487603,0.3305785,0.5289256,0.4752066,0.49173555,0.5082645,0.5,0.49173555,0.47933885,0.49586776,0.5041322,0.5206612,0.55785125,0.55785125,0.56198347,0.553719,0.54545456,0.53305787,0.5206612,0.53305787,0.5413223,0.5413223,0.5289256,0.5165289,0.5165289,0.5247934,0.4752066,0.49586776,0.46694216,0.47107437,0.46280992,0.46280992,0.45867768,0.46280992,0.4876033,0.5082645,0.5041322,0.49586776,0.5041322,0.5247934,0.5082645,0.5165289,0.5165289,0.47107437,0.45867768,0.43801653,0.4338843,0.45454547,0.46280992,0.48347107,0.49173555,0.5041322,0.55785125,0.16528925,0.049586777,0.3305785,0.6322314,0.43801653,0.74380165,0.6446281,0.76859504,0.6487603,0.40495867,0.5,0.3181818,0.20661157,0.47107437,0.5123967,0.45867768,0.46694216,0.49586776,0.5165289,0.49586776,0.4752066,0.48347107,0.49586776,0.53305787,0.54545456,0.54545456,0.54545456,0.55785125,0.5247934,0.5,0.5165289,0.5123967,0.5289256,0.5165289,0.5041322,0.5,0.4876033,0.47107437,0.48347107,0.45041323,0.45867768,0.45867768,0.45867768,0.45041323,0.46280992,0.47107437,0.47933885,0.4752066,0.5123967,0.5,0.5206612,0.49586776,0.5,0.4876033,0.45867768,0.4338843,0.4338843,0.446281,0.446281,0.47107437,0.4752066,0.47107437,0.5495868,0.5,0.11157025,0.09917355,0.29338843,0.62396693,0.45041323,0.6818182,0.71487606,0.73966944,0.6818182,0.4214876,0.5041322,0.41735536,0.19008264,0.3181818,0.5082645,0.4876033,0.4338843,0.44214877,0.47933885,0.4752066,0.4752066,0.46280992,0.45041323,0.46280992,0.5041322,0.5289256,0.5206612,0.5371901,0.5123967,0.5041322,0.5206612,0.5123967,0.5041322,0.49586776,0.4876033,0.4752066,0.46694216,0.45454547,0.45867768,0.44214877,0.45867768,0.4338843,0.44214877,0.45454547,0.446281,0.46694216,0.45454547,0.45867768,0.46694216,0.5,0.47933885,0.4876033,0.48347107,0.44214877,0.41322315,0.42561984,0.43801653,0.45454547,0.46280992,0.46280992,0.46280992,0.5206612,0.60330576,0.35123968,0.06198347,0.1694215,0.23140496,0.58677685,0.5165289,0.6528926,0.77272725,0.69008267,0.6652893,0.4338843,0.5041322,0.446281,0.23553719,0.2644628,0.39256197,0.4876033,0.44214877,0.3966942,0.4214876,0.446281,0.46280992,0.46280992,0.44214877,0.4090909,0.43801653,0.5,0.49586776,0.5123967,0.47933885,0.47107437,0.5041322,0.48347107,0.45867768,0.47933885,0.46694216,0.42975205,0.43801653,0.43801653,0.42975205,0.42561984,0.43801653,0.41735536,0.4214876,0.45041323,0.41735536,0.44214877,0.43801653,0.45454547,0.45041323,0.4752066,0.46694216,0.43801653,0.42561984,0.38842976,0.40495867,0.41322315,0.45041323,0.46694216,0.42975205,0.41735536,0.49586776,0.553719,0.60330576,0.1570248,0.07438017,0.23553719,0.19421488,0.553719,0.6198347,0.6363636,0.78099173,0.69008267,0.59504133,0.45454547,0.5082645,0.446281,0.2892562,0.27272728,0.338843,0.41735536,0.4338843,0.42975205,0.38016528,0.39256197,0.41735536,0.446281,0.42975205,0.41735536,0.38429752,0.41735536,0.45041323,0.4752066,0.45041323,0.43801653,0.45454547,0.4214876,0.4338843,0.41735536,0.40495867,0.39256197,0.38842976,0.40495867,0.40082645,0.38842976,0.41322315,0.38429752,0.38842976,0.40082645,0.40495867,0.40082645,0.3966942,0.42561984,0.41735536,0.42975205,0.4338843,0.3553719,0.35123968,0.39256197,0.42561984,0.43801653,0.45041323,0.3966942,0.38016528,0.49173555,0.5206612,0.5785124,0.41322315,0.03305785,0.14049587,0.29338843,0.24380165,0.5371901,0.6818182,0.6528926,0.78099173,0.73966944,0.56198347,0.47933885,0.5082645,0.4338843,0.3553719,0.27272728,0.33471075,0.37190083,0.4090909,0.43801653,0.4090909,0.36363637,0.3677686,0.3677686,0.41735536,0.41322315,0.40082645,0.3677686,0.38016528,0.38842976,0.41735536,0.3966942,0.40082645,0.39256197,0.4090909,0.38016528,0.36363637,0.37190083,0.37190083,0.37190083,0.36363637,0.36363637,0.36363637,0.3553719,0.3553719,0.3677686,0.36363637,0.38016528,0.37603307,0.38842976,0.39256197,0.37603307,0.34710744,0.3181818,0.36363637,0.40495867,0.42975205,0.41735536,0.35950413,0.33471075,0.42561984,0.5082645,0.53305787,0.5,0.20247933,0.03305785,0.20247933,0.40082645,0.37190083,0.47933885,0.6694215,30 +0.70247936,0.74380165,0.77272725,0.77272725,0.7644628,0.77272725,0.7933884,0.8057851,0.7892562,0.7933884,0.73140496,0.6818182,0.6528926,0.6280992,0.61570245,0.607438,0.60330576,0.58677685,0.59504133,0.58264464,0.59090906,0.58264464,0.58677685,0.5785124,0.57024795,0.59090906,0.57438016,0.5661157,0.59504133,0.58264464,0.5785124,0.58264464,0.60330576,0.607438,0.58677685,0.59504133,0.5785124,0.58264464,0.55785125,0.54545456,0.5247934,0.53305787,0.5206612,0.5041322,0.49586776,0.48347107,0.49586776,0.4752066,0.49173555,0.49173555,0.47107437,0.48347107,0.47107437,0.4876033,0.49586776,0.5,0.5165289,0.53305787,0.5247934,0.5041322,0.49586776,0.5289256,0.553719,0.553719,0.70247936,0.76859504,0.78512394,0.7933884,0.7892562,0.78512394,0.80991733,0.7892562,0.7892562,0.8140496,0.76033056,0.6942149,0.6818182,0.6322314,0.61157024,0.61157024,0.6198347,0.58677685,0.60330576,0.59917355,0.59917355,0.59090906,0.58264464,0.58264464,0.59504133,0.5785124,0.57438016,0.57438016,0.5661157,0.58677685,0.57438016,0.59090906,0.59917355,0.61570245,0.5661157,0.61157024,0.59090906,0.58677685,0.57438016,0.5495868,0.54545456,0.5289256,0.5206612,0.5206612,0.49586776,0.49586776,0.5,0.49173555,0.49586776,0.49586776,0.4876033,0.49586776,0.4876033,0.49586776,0.5165289,0.5165289,0.5289256,0.5413223,0.5371901,0.5289256,0.5082645,0.5371901,0.55785125,0.60330576,0.73966944,0.79752064,0.8016529,0.8181818,0.8181818,0.8181818,0.79752064,0.79752064,0.7892562,0.8181818,0.78512394,0.7231405,0.71900827,0.6363636,0.6322314,0.61157024,0.59504133,0.6198347,0.61157024,0.61570245,0.607438,0.607438,0.59504133,0.59504133,0.61157024,0.60330576,0.59917355,0.56198347,0.5082645,0.5289256,0.57024795,0.58264464,0.607438,0.61570245,0.57438016,0.61157024,0.61157024,0.60330576,0.54545456,0.5413223,0.5495868,0.5413223,0.53305787,0.5165289,0.5123967,0.5041322,0.5082645,0.5082645,0.49586776,0.5041322,0.5041322,0.5041322,0.5041322,0.5041322,0.5289256,0.5289256,0.53305787,0.54545456,0.553719,0.5289256,0.53305787,0.553719,0.5785124,0.607438,0.75619835,0.7933884,0.8057851,0.8429752,0.838843,0.838843,0.822314,0.80991733,0.7933884,0.8181818,0.7933884,0.7644628,0.72727275,0.6859504,0.6446281,0.6322314,0.6198347,0.59917355,0.61570245,0.6198347,0.6198347,0.6322314,0.61157024,0.61570245,0.6198347,0.6198347,0.61157024,0.5661157,0.46694216,0.5,0.56198347,0.58264464,0.59917355,0.61157024,0.60330576,0.59917355,0.61570245,0.61570245,0.56198347,0.56198347,0.53305787,0.5495868,0.5413223,0.5206612,0.5206612,0.5082645,0.5123967,0.5165289,0.5082645,0.5165289,0.5123967,0.5247934,0.5082645,0.5247934,0.5495868,0.553719,0.5495868,0.5495868,0.56198347,0.5371901,0.5371901,0.54545456,0.58264464,0.61157024,0.7892562,0.78512394,0.8140496,0.8512397,0.8471074,0.8553719,0.8347107,0.8140496,0.8057851,0.80991733,0.78099173,0.7644628,0.7355372,0.7066116,0.6570248,0.6363636,0.6280992,0.59917355,0.61157024,0.6198347,0.6280992,0.6322314,0.6280992,0.607438,0.60330576,0.6198347,0.607438,0.57438016,0.4876033,0.5206612,0.59504133,0.59917355,0.61157024,0.58677685,0.6322314,0.59917355,0.59917355,0.61157024,0.58264464,0.55785125,0.55785125,0.5661157,0.54545456,0.5206612,0.5165289,0.5206612,0.5206612,0.53305787,0.5123967,0.5123967,0.5247934,0.5289256,0.5206612,0.53305787,0.54545456,0.5661157,0.553719,0.56198347,0.57024795,0.56198347,0.5661157,0.56198347,0.57438016,0.61570245,0.8016529,0.7768595,0.8140496,0.8429752,0.8429752,0.8512397,0.8264463,0.8057851,0.79752064,0.78512394,0.74793386,0.7066116,0.6942149,0.677686,0.6446281,0.6322314,0.62396693,0.59917355,0.61157024,0.59504133,0.60330576,0.5785124,0.6322314,0.59090906,0.59090906,0.59504133,0.607438,0.57024795,0.56198347,0.56198347,0.59917355,0.607438,0.62396693,0.60330576,0.59504133,0.607438,0.5785124,0.59917355,0.5661157,0.54545456,0.553719,0.55785125,0.5413223,0.5371901,0.53305787,0.5289256,0.5206612,0.5289256,0.5165289,0.5,0.5123967,0.5247934,0.5,0.5082645,0.5206612,0.553719,0.553719,0.59504133,0.59917355,0.5785124,0.6322314,0.6363636,0.59917355,0.59504133,0.7933884,0.7933884,0.80991733,0.838843,0.8347107,0.8347107,0.8305785,0.8016529,0.7644628,0.71487606,0.677686,0.6363636,0.61570245,0.57024795,0.5661157,0.553719,0.53305787,0.5206612,0.5123967,0.4876033,0.49173555,0.4876033,0.54545456,0.5661157,0.5661157,0.5661157,0.56198347,0.55785125,0.5661157,0.54545456,0.57438016,0.58677685,0.61157024,0.607438,0.56198347,0.58677685,0.56198347,0.5661157,0.5247934,0.5206612,0.5289256,0.5165289,0.5123967,0.5082645,0.48347107,0.47107437,0.46280992,0.47107437,0.44214877,0.4338843,0.446281,0.42975205,0.46694216,0.46694216,0.47107437,0.49586776,0.5206612,0.56198347,0.58264464,0.59917355,0.61570245,0.6487603,0.62396693,0.58677685,0.7892562,0.79752064,0.8140496,0.822314,0.8471074,0.822314,0.8264463,0.75619835,0.6859504,0.62396693,0.6198347,0.59504133,0.5247934,0.5041322,0.45041323,0.41735536,0.3966942,0.38429752,0.3966942,0.3553719,0.38842976,0.4090909,0.41735536,0.46280992,0.49173555,0.5247934,0.5206612,0.5289256,0.53305787,0.553719,0.553719,0.56198347,0.5785124,0.58264464,0.54545456,0.5495868,0.53305787,0.53305787,0.5041322,0.47933885,0.47107437,0.4876033,0.4338843,0.38429752,0.37603307,0.38016528,0.35123968,0.3553719,0.33471075,0.338843,0.3553719,0.34710744,0.40495867,0.42975205,0.44214877,0.45454547,0.47107437,0.5082645,0.5413223,0.58264464,0.6280992,0.661157,0.6322314,0.57438016,0.7892562,0.7933884,0.8181818,0.7892562,0.8347107,0.8057851,0.75619835,0.6942149,0.6446281,0.57438016,0.553719,0.5371901,0.5247934,0.47107437,0.43801653,0.40495867,0.34710744,0.3429752,0.46694216,0.3677686,0.3677686,0.45454547,0.4214876,0.57438016,0.5371901,0.54545456,0.5289256,0.5206612,0.58264464,0.55785125,0.5495868,0.57024795,0.56198347,0.5495868,0.5247934,0.5123967,0.5041322,0.4876033,0.4752066,0.41322315,0.35950413,0.37603307,0.34710744,0.3140496,0.3305785,0.32231405,0.30578512,0.28099173,0.28099173,0.29752067,0.30991736,0.32231405,0.35123968,0.34710744,0.35950413,0.3677686,0.38429752,0.3966942,0.46694216,0.54545456,0.6198347,0.6694215,0.6280992,0.5661157,0.78099173,0.79752064,0.8057851,0.77272725,0.8057851,0.77272725,0.74793386,0.7355372,0.6694215,0.58677685,0.5165289,0.5041322,0.49173555,0.446281,0.43801653,0.4338843,0.38842976,0.5371901,0.7768595,0.6694215,0.42975205,0.5041322,0.46694216,0.58677685,0.5082645,0.41735536,0.45041323,0.35950413,0.56198347,0.5041322,0.5206612,0.47933885,0.48347107,0.45454547,0.39256197,0.47107437,0.38016528,0.3677686,0.40495867,0.37603307,0.21900827,0.2603306,0.32231405,0.33471075,0.3553719,0.35950413,0.338843,0.35123968,0.37190083,0.3677686,0.39256197,0.38842976,0.41735536,0.42561984,0.4338843,0.44214877,0.42561984,0.4090909,0.38429752,0.37603307,0.4752066,0.6322314,0.6322314,0.58677685,0.7768595,0.7933884,0.78099173,0.76859504,0.7768595,0.75206614,0.6363636,0.60330576,0.58677685,0.5785124,0.6280992,0.6198347,0.607438,0.60330576,0.6322314,0.5785124,0.6198347,0.8181818,0.9214876,0.8801653,0.6859504,0.60330576,0.5371901,0.49173555,0.45867768,0.42975205,0.35950413,0.30991736,0.44214877,0.4338843,0.47933885,0.41322315,0.42975205,0.3966942,0.38016528,0.40082645,0.40082645,0.38842976,0.4090909,0.4090909,0.3264463,0.38842976,0.45454547,0.46280992,0.45041323,0.42561984,0.37603307,0.38016528,0.38429752,0.38016528,0.3966942,0.41735536,0.42561984,0.46280992,0.47933885,0.5165289,0.59090906,0.59090906,0.53305787,0.5495868,0.5041322,0.41735536,0.46694216,0.55785125,0.78512394,0.77272725,0.78512394,0.76859504,0.6446281,0.5,0.6198347,0.6942149,0.6983471,0.7644628,0.7892562,0.75206614,0.6818182,0.6487603,0.6198347,0.5289256,0.5289256,0.8016529,0.91322315,0.90909094,0.6694215,0.5123967,0.42561984,0.43801653,0.45454547,0.46694216,0.46280992,0.38016528,0.3264463,0.44214877,0.5082645,0.47107437,0.46280992,0.45041323,0.446281,0.45041323,0.46694216,0.46280992,0.41322315,0.43801653,0.4338843,0.4752066,0.5041322,0.46694216,0.46694216,0.45454547,0.38842976,0.38429752,0.36363637,0.3553719,0.35950413,0.36363637,0.36363637,0.3966942,0.42975205,0.5041322,0.59917355,0.61157024,0.59504133,0.58264464,0.59090906,0.55785125,0.43801653,0.3553719,0.8016529,0.78099173,0.8057851,0.6404959,0.48347107,0.71487606,0.75619835,0.7066116,0.6735537,0.74380165,0.77272725,0.71487606,0.59917355,0.55785125,0.5165289,0.46694216,0.4338843,0.6363636,0.88842976,0.90495867,0.6446281,0.39256197,0.35123968,0.35950413,0.41322315,0.47107437,0.5,0.47107437,0.40495867,0.40495867,0.60330576,0.54545456,0.54545456,0.53305787,0.5247934,0.5247934,0.5495868,0.5123967,0.45041323,0.5041322,0.46280992,0.46694216,0.5,0.35123968,0.44214877,0.6404959,0.45867768,0.38842976,0.38429752,0.37190083,0.3677686,0.37190083,0.36363637,0.38016528,0.39256197,0.45454547,0.47933885,0.49586776,0.5495868,0.57438016,0.58677685,0.59504133,0.4876033,0.27272728,0.78099173,0.8429752,0.661157,0.47933885,0.72727275,0.74380165,0.7231405,0.6735537,0.6404959,0.6942149,0.73966944,0.6198347,0.5041322,0.47933885,0.44214877,0.42561984,0.38842976,0.42975205,0.6487603,0.72727275,0.49586776,0.35950413,0.30578512,0.33471075,0.3305785,0.3966942,0.4752066,0.49586776,0.5123967,0.5082645,0.6322314,0.4338843,0.6280992,0.607438,0.45867768,0.4876033,0.47933885,0.4752066,0.44214877,0.47933885,0.49173555,0.5,0.5413223,0.30578512,0.7892562,0.90082645,0.57024795,0.34710744,0.3264463,0.33471075,0.32231405,0.32231405,0.3429752,0.38429752,0.4338843,0.4876033,0.446281,0.42975205,0.42975205,0.45041323,0.5165289,0.55785125,0.5123967,0.2107438,0.677686,0.73966944,0.40082645,0.6983471,0.75206614,0.6942149,0.677686,0.61157024,0.57438016,0.61570245,0.56198347,0.4752066,0.46280992,0.45454547,0.42975205,0.4090909,0.41735536,0.4090909,0.46280992,0.4876033,0.35123968,0.2603306,0.2644628,0.29752067,0.29752067,0.30991736,0.38842976,0.47107437,0.5661157,0.6198347,0.6818182,0.57438016,0.80991733,0.79752064,0.4338843,0.40495867,0.42561984,0.41735536,0.4338843,0.4214876,0.446281,0.4338843,0.41735536,0.2768595,0.61570245,0.8305785,0.5495868,0.33471075,0.35950413,0.3140496,0.3140496,0.3140496,0.3140496,0.3264463,0.41322315,0.5371901,0.5082645,0.5,0.4876033,0.5082645,0.5123967,0.4338843,0.45454547,0.24380165,0.38016528,0.3305785,0.46280992,0.59090906,0.5661157,0.54545456,0.46694216,0.45867768,0.4876033,0.4752066,0.39256197,0.5661157,0.56198347,0.45041323,0.40495867,0.32231405,0.3140496,0.3264463,0.3181818,0.3305785,0.30991736,0.2603306,0.2231405,0.23553719,0.27272728,0.29338843,0.30991736,0.4214876,0.553719,0.57024795,0.57024795,0.56198347,0.53305787,0.58264464,0.45454547,0.5041322,0.5247934,0.44214877,0.42561984,0.38429752,0.38842976,0.3677686,0.30991736,0.28099173,0.3966942,0.45041323,0.39256197,0.34710744,0.3264463,0.28099173,0.28512397,0.34710744,0.37603307,0.45041323,0.4338843,0.47107437,0.5289256,0.55785125,0.553719,0.60330576,0.6859504,0.61157024,0.47107437,0.28099173,0.39256197,0.29338843,0.661157,0.6198347,0.56198347,0.49173555,0.40495867,0.38842976,0.41735536,0.3966942,0.4214876,0.46694216,0.38016528,0.3553719,0.29752067,0.1694215,0.19421488,0.22727273,0.20661157,0.21900827,0.28512397,0.23966943,0.2107438,0.22727273,0.25619835,0.3305785,0.338843,0.4214876,0.5413223,0.53305787,0.59917355,0.6446281,0.58264464,0.5289256,0.49173555,0.53305787,0.55785125,0.446281,0.4090909,0.34710744,0.35950413,0.3264463,0.26859504,0.27272728,0.29752067,0.3181818,0.2231405,0.27272728,0.23553719,0.13636364,0.18595041,0.46280992,0.34710744,0.44214877,0.5082645,0.48347107,0.5082645,0.57024795,0.55785125,0.58677685,0.7066116,0.7107438,0.59917355,0.33471075,0.73140496,0.53305787,0.7355372,0.7644628,0.75206614,0.59504133,0.5206612,0.5165289,0.4752066,0.45867768,0.40495867,0.3140496,0.33471075,0.45041323,0.3677686,0.14876033,0.19421488,0.1694215,0.23140496,0.24793388,0.33471075,0.24380165,0.23553719,0.2603306,0.2603306,0.37190083,0.4090909,0.47107437,0.5495868,0.47933885,0.57438016,0.61570245,0.56198347,0.5206612,0.48347107,0.49586776,0.55785125,0.4338843,0.40495867,0.3429752,0.3966942,0.3140496,0.2520661,0.24793388,0.29752067,0.37190083,0.22727273,0.20661157,0.17768595,0.16528925,0.24380165,0.7644628,0.42561984,0.2603306,0.3553719,0.47933885,0.5165289,0.56198347,0.5495868,0.5371901,0.6528926,0.6694215,0.6404959,0.3264463,0.6694215,0.5123967,0.71487606,0.7768595,0.76033056,0.6363636,0.5495868,0.57024795,0.553719,0.5413223,0.4752066,0.45041323,0.41322315,0.42561984,0.38429752,0.23966943,0.27272728,0.27272728,0.28099173,0.30165288,0.30991736,0.27272728,0.28512397,0.34710744,0.35950413,0.38429752,0.446281,0.5082645,0.553719,0.42975205,0.5495868,0.56198347,0.5123967,0.5,0.46694216,0.446281,0.47107437,0.42561984,0.3966942,0.38842976,0.37603307,0.3140496,0.30991736,0.30578512,0.3264463,0.38016528,0.30578512,0.28512397,0.23966943,0.23553719,0.24793388,0.446281,0.40082645,0.40082645,0.42561984,0.46280992,0.5371901,0.49586776,0.5041322,0.46694216,0.57438016,0.6322314,0.6446281,0.3140496,0.6446281,0.5082645,0.6859504,0.78512394,0.73966944,0.6363636,0.5247934,0.59504133,0.61570245,0.59504133,0.57024795,0.6198347,0.59090906,0.45041323,0.38842976,0.33471075,0.3140496,0.32231405,0.30991736,0.30991736,0.3140496,0.30578512,0.3264463,0.38429752,0.39256197,0.42975205,0.48347107,0.5289256,0.56198347,0.3677686,0.5041322,0.5165289,0.49586776,0.47933885,0.45867768,0.45041323,0.38429752,0.38842976,0.37190083,0.40495867,0.42561984,0.38016528,0.3429752,0.35123968,0.35123968,0.3305785,0.3140496,0.3140496,0.30165288,0.3553719,0.3305785,0.4090909,0.5082645,0.607438,0.5247934,0.49173555,0.49173555,0.5041322,0.45041323,0.446281,0.5247934,0.61570245,0.6652893,0.3264463,0.62396693,0.48347107,0.677686,0.76033056,0.7066116,0.6198347,0.55785125,0.5661157,0.58264464,0.61157024,0.6404959,0.6446281,0.55785125,0.47933885,0.42975205,0.38429752,0.3677686,0.3677686,0.35950413,0.34710744,0.338843,0.3305785,0.3429752,0.38429752,0.46280992,0.5123967,0.53305787,0.6404959,0.446281,0.3305785,0.5041322,0.5123967,0.4876033,0.4752066,0.45454547,0.45867768,0.37603307,0.4090909,0.3181818,0.338843,0.46694216,0.46694216,0.41322315,0.36363637,0.3553719,0.3305785,0.3181818,0.30165288,0.30165288,0.30991736,0.3553719,0.40082645,0.49173555,0.55785125,0.553719,0.5082645,0.48347107,0.46280992,0.446281,0.446281,0.5123967,0.60330576,0.677686,0.36363637,0.6446281,0.45454547,0.6818182,0.76033056,0.7107438,0.6280992,0.58677685,0.56198347,0.57438016,0.59504133,0.6322314,0.6363636,0.60330576,0.48347107,0.40495867,0.4338843,0.4090909,0.39256197,0.38429752,0.37603307,0.3553719,0.37190083,0.3966942,0.4876033,0.57024795,0.553719,0.5123967,0.661157,0.29752067,0.26859504,0.5495868,0.553719,0.5247934,0.48347107,0.46694216,0.46694216,0.42975205,0.45454547,0.3140496,0.32231405,0.47107437,0.4752066,0.47933885,0.43801653,0.39256197,0.36363637,0.338843,0.3429752,0.3305785,0.338843,0.3553719,0.38842976,0.44214877,0.49173555,0.47933885,0.45867768,0.42975205,0.42975205,0.45454547,0.46280992,0.5041322,0.57438016,0.6942149,0.3264463,0.677686,0.446281,0.6652893,0.75619835,0.6983471,0.6446281,0.6198347,0.59504133,0.55785125,0.5495868,0.58264464,0.59917355,0.5785124,0.446281,0.36363637,0.42561984,0.41322315,0.41322315,0.40082645,0.38842976,0.4090909,0.45041323,0.5247934,0.60330576,0.59090906,0.56198347,0.5041322,0.4876033,0.30165288,0.3966942,0.59090906,0.58677685,0.56198347,0.5041322,0.47107437,0.4752066,0.4752066,0.45867768,0.30578512,0.32231405,0.38016528,0.47933885,0.5,0.4752066,0.47107437,0.40495867,0.3677686,0.37190083,0.36363637,0.38016528,0.35950413,0.38429752,0.4090909,0.42975205,0.41322315,0.41322315,0.41322315,0.45867768,0.46694216,0.49173555,0.5123967,0.57024795,0.71900827,0.24380165,0.71487606,0.45454547,0.6322314,0.75206614,0.70247936,0.6818182,0.6570248,0.6446281,0.5661157,0.5371901,0.5371901,0.54545456,0.5247934,0.4876033,0.45867768,0.446281,0.446281,0.42975205,0.43801653,0.46694216,0.49586776,0.5413223,0.61570245,0.62396693,0.61570245,0.5247934,0.55785125,0.45867768,0.42975205,0.49586776,0.6198347,0.607438,0.5661157,0.5206612,0.47933885,0.49173555,0.49173555,0.5,0.40495867,0.34710744,0.34710744,0.47107437,0.49586776,0.47107437,0.47933885,0.5,0.42561984,0.40495867,0.39256197,0.38842976,0.38016528,0.39256197,0.3966942,0.3966942,0.3966942,0.42975205,0.45454547,0.47933885,0.5,0.5206612,0.5371901,0.59090906,0.7231405,0.2107438,0.72727275,0.49173555,0.57024795,0.77272725,0.7231405,0.70247936,0.69008267,0.6818182,0.6198347,0.58264464,0.55785125,0.53305787,0.49586776,0.48347107,0.48347107,0.47933885,0.446281,0.48347107,0.49586776,0.5165289,0.5289256,0.58677685,0.59090906,0.57024795,0.59090906,0.53305787,0.5413223,0.43801653,0.4752066,0.58264464,0.6404959,0.6198347,0.5785124,0.5289256,0.49586776,0.49173555,0.5123967,0.5041322,0.47107437,0.38842976,0.3553719,0.4090909,0.48347107,0.46694216,0.47107437,0.45041323,0.45867768,0.4338843,0.40495867,0.42561984,0.4090909,0.41322315,0.41322315,0.3966942,0.4214876,0.45041323,0.46694216,0.5,0.5123967,0.5371901,0.553719,0.6198347,0.7644628,0.23553719,0.71487606,0.58677685,0.47933885,0.7892562,0.7644628,0.74380165,0.7231405,0.71900827,0.677686,0.6280992,0.58677685,0.5495868,0.53305787,0.49586776,0.4876033,0.49173555,0.49586776,0.5165289,0.5289256,0.54545456,0.53305787,0.6363636,0.57024795,0.5289256,0.55785125,0.57438016,0.44214877,0.45041323,0.5661157,0.6363636,0.6570248,0.60330576,0.57438016,0.553719,0.5165289,0.49173555,0.49586776,0.5123967,0.5082645,0.44214877,0.3966942,0.30991736,0.42975205,0.46694216,0.4752066,0.45454547,0.45454547,0.45041323,0.43801653,0.4338843,0.4338843,0.42975205,0.42975205,0.42975205,0.42975205,0.45454547,0.47107437,0.5082645,0.5165289,0.5413223,0.58264464,0.6528926,0.7644628,0.3553719,0.6859504,0.6942149,0.4752066,0.61157024,0.79752064,0.78512394,0.76033056,0.74793386,0.6983471,0.6446281,0.59917355,0.5661157,0.55785125,0.5206612,0.5206612,0.5082645,0.5247934,0.53305787,0.5495868,0.5495868,0.55785125,0.6694215,0.57438016,0.5371901,0.6487603,0.4752066,0.42975205,0.5206612,0.6404959,0.6694215,0.7066116,0.6818182,0.61157024,0.5661157,0.5289256,0.5,0.49586776,0.5082645,0.5371901,0.5041322,0.42561984,0.3677686,0.34710744,0.47107437,0.49173555,0.46694216,0.45867768,0.46280992,0.45454547,0.45867768,0.45041323,0.4338843,0.43801653,0.4338843,0.44214877,0.45041323,0.4752066,0.5041322,0.5123967,0.5495868,0.6198347,0.7066116,0.72727275,0.6363636,0.7066116,0.6983471,0.7107438,0.5123967,0.62396693,0.8016529,0.7644628,0.7644628,0.7107438,0.6694215,0.6280992,0.59504133,0.57438016,0.5371901,0.54545456,0.54545456,0.55785125,0.54545456,0.55785125,0.55785125,0.57438016,0.6280992,0.58677685,0.5413223,0.58677685,0.47107437,0.48347107,0.5785124,0.6570248,0.7107438,0.7355372,0.6818182,0.61570245,0.58264464,0.56198347,0.5123967,0.5041322,0.5165289,0.5495868,0.5371901,0.5041322,0.41735536,0.3429752,0.37190083,0.49586776,0.47107437,0.46280992,0.4752066,0.47933885,0.4876033,0.45454547,0.45041323,0.45454547,0.44214877,0.45041323,0.45041323,0.49173555,0.5082645,0.5082645,0.59504133,0.6570248,0.7355372,0.6942149,0.553719,0.73140496,0.6859504,0.75619835,0.7768595,0.61570245,0.5495868,0.7892562,0.77272725,0.76859504,0.6983471,0.6528926,0.59090906,0.57438016,0.55785125,0.56198347,0.56198347,0.5661157,0.54545456,0.5413223,0.55785125,0.57438016,0.56198347,0.553719,0.4752066,0.5082645,0.59917355,0.5,0.6363636,0.6983471,0.76859504,0.73140496,0.7066116,0.61157024,0.59504133,0.58264464,0.5206612,0.5041322,0.5247934,0.5371901,0.54545456,0.5041322,0.49586776,0.40082645,0.30578512,0.37190083,0.46694216,0.47933885,0.47933885,0.47933885,0.5,0.44214877,0.46280992,0.46694216,0.47107437,0.45041323,0.46280992,0.5041322,0.5371901,0.55785125,0.607438,0.6446281,0.6942149,0.59090906,0.677686,0.7231405,0.6859504,0.7231405,0.77272725,0.822314,0.6487603,0.5206612,0.74793386,0.76859504,0.71487606,0.6404959,0.59504133,0.5785124,0.57024795,0.55785125,0.56198347,0.5661157,0.5247934,0.5165289,0.53305787,0.5413223,0.54545456,0.45454547,0.3966942,0.58264464,0.553719,0.57024795,0.6487603,0.71487606,0.78512394,0.7355372,0.71900827,0.6322314,0.58677685,0.59504133,0.5289256,0.5041322,0.5041322,0.5289256,0.5413223,0.5289256,0.5041322,0.5041322,0.4090909,0.2644628,0.30991736,0.4338843,0.46280992,0.48347107,0.4876033,0.48347107,0.48347107,0.4752066,0.47933885,0.47933885,0.48347107,0.49173555,0.4752066,0.47107437,0.46694216,0.5371901,0.6487603,0.6818182,0.71900827,0.7355372,0.70247936,0.72727275,0.74793386,0.79752064,0.8181818,0.72727275,0.71900827,0.607438,0.60330576,0.59090906,0.5785124,0.56198347,0.56198347,0.55785125,0.56198347,0.5413223,0.5165289,0.49586776,0.5,0.4752066,0.42561984,0.3305785,0.38429752,0.553719,0.58677685,0.6528926,0.6859504,0.6983471,0.77272725,0.75206614,0.71900827,0.6404959,0.61570245,0.62396693,0.57024795,0.5123967,0.5206612,0.53305787,0.5413223,0.54545456,0.553719,0.5413223,0.5165289,0.37603307,0.24793388,0.28512397,0.30165288,0.3264463,0.3429752,0.35950413,0.3429752,0.35123968,0.34710744,0.3305785,0.35123968,0.3553719,0.39256197,0.44214877,0.57438016,0.6487603,0.70247936,0.70247936,0.7066116,0.74380165,0.7066116,0.72727275,0.73966944,0.77272725,0.8057851,0.8057851,0.78512394,0.6528926,0.53305787,0.5247934,0.45867768,0.43801653,0.41735536,0.40495867,0.3966942,0.37190083,0.35950413,0.33471075,0.33471075,0.30578512,0.3181818,0.3429752,0.38842976,0.57438016,0.70247936,0.7066116,0.73966944,0.7231405,0.75619835,0.77272725,0.71487606,0.62396693,0.6570248,0.6198347,0.59504133,0.5247934,0.5206612,0.58264464,0.59917355,0.61157024,0.6280992,0.58264464,0.59504133,0.4752066,0.29752067,0.338843,0.3305785,0.3264463,0.3305785,0.3140496,0.32231405,0.3140496,0.3264463,0.33471075,0.40495867,0.41322315,0.48347107,0.5123967,0.6404959,0.6942149,0.72727275,0.7107438,0.70247936,0.75206614,0.7107438,0.72727275,0.73966944,0.76033056,0.78099173,0.78512394,0.7892562,0.6983471,0.60330576,0.59917355,0.5165289,0.45454547,0.43801653,0.41735536,0.38842976,0.3677686,0.35950413,0.3429752,0.36363637,0.3553719,0.40082645,0.42561984,0.43801653,0.6280992,0.73966944,0.70247936,0.70247936,0.6859504,0.71900827,0.78512394,0.6859504,0.57438016,0.57024795,0.54545456,0.5495868,0.5123967,0.5,0.6942149,0.71487606,0.61157024,0.6198347,0.6322314,0.6859504,0.5413223,0.30165288,0.3553719,0.37190083,0.42975205,0.446281,0.446281,0.47107437,0.45867768,0.45867768,0.47107437,0.47107437,0.5165289,0.5413223,0.57438016,0.6446281,0.75619835,0.75619835,0.6942149,0.7107438,0.75619835,0.72727275,0.7231405,0.7355372,0.72727275,0.7644628,0.7768595,0.73966944,0.7066116,0.6487603,0.6404959,0.59917355,0.5413223,0.5206612,0.5123967,0.49173555,0.46280992,0.45867768,0.44214877,0.42975205,0.40495867,0.41735536,0.43801653,0.45867768,0.5785124,0.6446281,0.61157024,0.5785124,0.57438016,0.607438,0.6280992,0.57438016,0.5165289,0.4876033,0.49173555,0.4876033,0.4752066,0.49586776,0.5413223,0.5785124,0.5206612,0.5123967,0.5082645,0.57438016,0.39256197,0.27272728,0.36363637,0.34710744,0.38016528,0.42975205,0.45041323,0.47933885,0.47107437,0.4752066,0.4752066,0.47107437,0.5,0.5371901,0.60330576,0.6280992,0.72727275,0.7355372,0.677686,0.7231405,0.76033056,0.73966944,0.7355372,0.74380165,0.73966944,0.71487606,0.73140496,0.6983471,0.677686,0.6570248,0.62396693,0.58677685,0.5206612,0.5247934,0.5041322,0.4752066,0.46694216,0.44214877,0.4338843,0.4090909,0.38016528,0.42975205,0.45041323,0.47933885,0.47933885,0.5247934,0.44214877,0.35123968,0.3677686,0.47107437,0.5495868,0.53305787,0.5,0.446281,0.43801653,0.43801653,0.45454547,0.4876033,0.5206612,0.5206612,0.4214876,0.38842976,0.42975205,0.4338843,0.2520661,0.28512397,0.3553719,0.34710744,0.3553719,0.38429752,0.4214876,0.46694216,0.45041323,0.45867768,0.45867768,0.45867768,0.47107437,0.5206612,0.59090906,0.6735537,0.6942149,0.7107438,0.6652893,0.71900827,0.75619835,0.74380165,0.72727275,0.73966944,0.74380165,0.7066116,0.7107438,0.6818182,0.6528926,0.6322314,0.59090906,0.5495868,0.5,0.49173555,0.45867768,0.446281,0.43801653,0.4214876,0.41322315,0.38842976,0.39256197,0.45041323,0.45867768,0.4876033,0.5123967,0.47107437,0.4214876,0.3264463,0.29338843,0.3264463,0.3553719,0.44214877,0.47107437,0.4090909,0.37603307,0.38016528,0.4338843,0.48347107,0.49586776,0.48347107,0.43801653,0.446281,0.47107437,0.36363637,0.30991736,0.3264463,0.338843,0.35123968,0.36363637,0.3553719,0.38429752,0.4338843,0.446281,0.44214877,0.41322315,0.45041323,0.47933885,0.5123967,0.5371901,0.6404959,0.6528926,0.6818182,0.6652893,0.7066116,0.74793386,0.74793386,0.7231405,0.7231405,0.74793386,0.6818182,0.70247936,0.6735537,0.59917355,0.61157024,0.57438016,0.53305787,0.49173555,0.45867768,0.45041323,0.43801653,0.40495867,0.40495867,0.37603307,0.40082645,0.44214877,0.446281,0.47933885,0.5123967,0.58264464,0.56198347,0.5165289,0.48347107,0.446281,0.4338843,0.3677686,0.2892562,0.3305785,0.3305785,0.29338843,0.33471075,0.38842976,0.3966942,0.37190083,0.38842976,0.3966942,0.44214877,0.47933885,0.44214877,0.44214877,0.37603307,0.3429752,0.34710744,0.38016528,0.35123968,0.3553719,0.41322315,0.42561984,0.42561984,0.43801653,0.43801653,0.49173555,0.5165289,0.553719,0.59917355,0.6322314,0.6404959,0.6487603,0.70247936,0.73140496,0.74380165,0.7231405,0.71900827,0.73140496,0.677686,0.6652893,0.6528926,0.6322314,0.5785124,0.55785125,0.5082645,0.47933885,0.43801653,0.4214876,0.42561984,0.40082645,0.38429752,0.37190083,0.42561984,0.45867768,0.45867768,0.5082645,0.5495868,0.59917355,0.59090906,0.5785124,0.56198347,0.5041322,0.5041322,0.46694216,0.3264463,0.2520661,0.21900827,0.18595041,0.2107438,0.22727273,0.2768595,0.29338843,0.3429752,0.39256197,0.45041323,0.4752066,0.4752066,0.5041322,0.44214877,0.37603307,0.35123968,0.37603307,0.38016528,0.3429752,0.3677686,0.40082645,0.4090909,0.41735536,0.43801653,0.48347107,0.5041322,0.55785125,0.59090906,0.6363636,0.6280992,0.6487603,0.7107438,0.73140496,0.71900827,0.72727275,0.72727275,0.7066116,0.6818182,0.6652893,0.6363636,0.61570245,0.58264464,0.54545456,0.5206612,0.46694216,0.4338843,0.4214876,0.41322315,0.39256197,0.38016528,0.40495867,0.44214877,0.46280992,0.47933885,0.5661157,0.59090906,0.6280992,0.60330576,0.61157024,0.5661157,0.49173555,0.5371901,0.56198347,0.47107437,0.3140496,0.21900827,0.19421488,0.18181819,0.17768595,0.19421488,0.23966943,0.35950413,0.44214877,0.46694216,0.49173555,0.46694216,0.5247934,0.5,0.44214877,0.3677686,0.3677686,0.39256197,0.3677686,0.35123968,0.3677686,0.3966942,0.41322315,0.42561984,0.4752066,0.5247934,0.5785124,0.60330576,0.6446281,0.6322314,0.661157,0.6942149,0.75206614,0.70247936,0.72727275,0.71900827,0.69008267,0.6942149,0.6652893,0.62396693,0.61157024,0.58264464,0.5413223,0.5206612,0.45454547,0.4338843,0.41322315,0.38429752,0.38429752,0.39256197,0.42975205,0.446281,0.47933885,0.5247934,0.62396693,0.62396693,0.6404959,0.60330576,0.6280992,0.5785124,0.5371901,0.56198347,0.553719,0.5082645,0.42975205,0.34710744,0.2892562,0.25619835,0.23553719,0.2520661,0.3140496,0.40495867,0.45867768,0.47933885,0.5,0.47933885,0.5371901,0.5247934,0.5082645,0.45867768,0.3553719,0.37190083,0.37190083,0.36363637,0.35950413,0.40082645,0.4214876,0.45041323,0.45454547,0.5371901,0.58677685,0.61570245,0.6363636,0.661157,0.6735537,0.6859504,0.73966944,0.70247936,0.71900827,0.6942149,0.6859504,0.6983471,0.6735537,0.6404959,0.6280992,0.58264464,0.5289256,0.5041322,0.46694216,0.42561984,0.40495867,0.37190083,0.3677686,0.41322315,0.42561984,0.46694216,0.5413223,0.57024795,0.6404959,0.6198347,0.6198347,0.607438,0.61570245,0.58677685,0.57024795,0.56198347,0.5371901,0.5123967,0.45454547,0.43801653,0.41322315,0.38842976,0.38842976,0.41322315,0.446281,0.42975205,0.46280992,0.4876033,0.5123967,0.5082645,0.5413223,0.5785124,0.5495868,0.553719,0.4338843,0.37190083,0.34710744,0.38429752,0.36363637,0.40495867,0.41322315,0.42561984,0.48347107,0.5123967,0.59504133,0.6198347,0.6528926,0.6652893,0.677686,0.69008267,0.71900827,0.7066116,0.71900827,0.6942149,0.6652893,0.6859504,0.677686,0.62396693,0.61157024,0.58677685,0.5495868,0.5165289,0.47107437,0.42561984,0.4338843,0.39256197,0.3966942,0.4214876,0.45867768,0.53305787,0.58264464,0.6198347,0.6404959,0.62396693,0.62396693,0.62396693,0.60330576,0.58677685,0.59504133,0.55785125,0.53305787,0.5123967,0.46280992,0.45867768,0.45041323,0.41735536,0.45454547,0.45867768,0.45454547,0.43801653,0.45867768,0.49173555,0.5041322,0.5413223,0.5413223,0.57024795,0.607438,0.61157024,0.5413223,0.41735536,0.338843,0.36363637,0.38016528,0.4090909,0.41322315,0.42561984,0.48347107,0.5289256,0.58677685,0.607438,0.6528926,0.6528926,0.6818182,0.69008267,0.70247936,0.677686,0.71487606,0.71900827,0.6694215,0.6818182,0.6694215,0.6198347,0.61157024,0.57438016,0.5495868,0.5371901,0.4876033,0.43801653,0.41322315,0.40495867,0.4090909,0.42561984,0.5123967,0.5785124,0.59090906,0.6198347,0.6652893,0.6528926,0.6404959,0.6363636,0.61570245,0.5785124,0.5785124,0.5289256,0.48347107,0.4752066,0.45041323,0.47107437,0.47107437,0.45454547,0.45454547,0.44214877,0.44214877,0.39256197,0.40082645,0.44214877,0.47107437,0.5082645,0.53305787,0.57438016,0.61157024,0.6363636,0.59917355,0.48347107,0.36363637,0.34710744,0.38429752,0.42975205,0.4338843,0.43801653,0.4752066,0.5661157,0.59917355,0.6280992,0.6528926,0.661157,0.6818182,0.6942149,0.6487603,0.6859504,0.6983471,0.6942149,0.6694215,0.6570248,0.6570248,0.62396693,0.61570245,0.58264464,0.56198347,0.5495868,0.48347107,0.45454547,0.40082645,0.40495867,0.41322315,0.446281,0.53305787,0.57438016,0.553719,0.61570245,0.6735537,0.6652893,0.6528926,0.6280992,0.553719,0.49586776,0.49173555,0.44214877,0.4090909,0.40082645,0.38842976,0.40495867,0.4090909,0.41322315,0.3966942,0.35950413,0.37190083,0.34710744,0.3305785,0.3429752,0.38016528,0.41322315,0.45041323,0.5,0.55785125,0.6280992,0.62396693,0.5123967,0.3966942,0.34710744,0.39256197,0.45867768,0.43801653,0.42975205,0.4876033,0.5371901,0.59090906,0.6363636,0.6570248,0.661157,0.6446281,0.6652893,0.55785125,0.6818182,0.6735537,0.6818182,0.6652893,0.6404959,0.6487603,0.6198347,0.6198347,0.58677685,0.5785124,0.5495868,0.5,0.46694216,0.40495867,0.4090909,0.43801653,0.49173555,0.55785125,0.53305787,0.56198347,0.6446281,0.6528926,0.58264464,0.5289256,0.49173555,0.4338843,0.38842976,0.35950413,0.3305785,0.3140496,0.30165288,0.2892562,0.30578512,0.29752067,0.3429752,0.3181818,0.28512397,0.3140496,0.28512397,0.24380165,0.24380165,0.24793388,0.2644628,0.30578512,0.37190083,0.41322315,0.5123967,0.60330576,0.5495868,0.43801653,0.3429752,0.41735536,0.45454547,0.45041323,0.42975205,0.48347107,0.5206612,0.5661157,0.59504133,0.6363636,0.6570248,0.6404959,0.6528926,0.45867768,0.69008267,0.6487603,0.677686,0.6570248,0.6280992,0.6446281,0.6280992,0.61157024,0.57438016,0.58677685,0.5289256,0.49173555,0.45867768,0.4214876,0.41322315,0.47933885,0.53305787,0.5371901,0.53305787,0.59504133,0.59090906,0.5082645,0.41735536,0.3677686,0.32231405,0.28099173,0.2520661,0.1983471,0.24380165,0.2768595,0.26859504,0.28099173,0.22727273,0.1446281,0.26859504,0.2520661,0.26859504,0.35123968,0.33471075,0.20661157,0.28099173,0.22727273,0.14876033,0.11983471,0.20661157,0.2644628,0.3264463,0.43801653,0.46280992,0.4338843,0.37603307,0.41322315,0.45867768,0.45454547,0.45454547,0.4752066,0.5413223,0.57438016,0.58677685,0.62396693,0.6280992,0.6363636,0.6487603,0.29752067,0.6652893,0.6404959,0.6487603,0.6487603,0.6363636,0.6404959,0.607438,0.59504133,0.56198347,0.55785125,0.54545456,0.5,0.45454547,0.44214877,0.41735536,0.5247934,0.53305787,0.48347107,0.49173555,0.45867768,0.37190083,0.30165288,0.338843,0.35950413,0.21900827,0.10743801,0.17768595,0.11157025,0.29752067,0.43801653,0.42975205,0.46280992,0.3140496,0.11157025,0.38842976,0.3677686,0.40082645,0.48347107,0.43801653,0.18595041,0.3140496,0.19421488,0.12809917,0.09917355,0.23553719,0.23966943,0.23553719,0.34710744,0.3966942,0.40495867,0.38429752,0.4214876,0.45867768,0.46280992,0.45454547,0.5041322,0.55785125,0.58264464,0.5785124,0.59917355,0.6528926,0.6322314,0.6487603,0.20247933,0.5785124,0.6280992,0.6322314,0.6404959,0.6280992,0.6280992,0.607438,0.59504133,0.57438016,0.5661157,0.57024795,0.5165289,0.44214877,0.45454547,0.45041323,0.5206612,0.49586776,0.45454547,0.4338843,0.42975205,0.3429752,0.4090909,0.553719,0.5082645,0.38016528,0.19008264,0.23966943,0.23140496,0.27272728,0.37603307,0.35950413,0.4090909,0.3140496,0.2520661,0.33471075,0.3264463,0.37190083,0.41322315,0.29338843,0.2603306,0.1983471,0.16528925,0.17355372,0.2603306,0.42561984,0.39256197,0.37190083,0.43801653,0.40495867,0.3966942,0.3966942,0.44214877,0.45867768,0.46694216,0.47107437,0.5206612,0.54545456,0.5785124,0.57438016,0.59504133,0.61157024,0.62396693,0.6446281,0.16115703,0.4214876,0.6528926,0.6280992,0.62396693,0.62396693,0.61570245,0.607438,0.59917355,0.5785124,0.58264464,0.59504133,0.54545456,0.4752066,0.45867768,0.5041322,0.5247934,0.48347107,0.4876033,0.5082645,0.59090906,0.5247934,0.5371901,0.60330576,0.54545456,0.446281,0.38016528,0.36363637,0.35950413,0.42975205,0.446281,0.32231405,0.45041323,0.42975205,0.40082645,0.4214876,0.37190083,0.3305785,0.4214876,0.33471075,0.4090909,0.2892562,0.29338843,0.3305785,0.42561984,0.5041322,0.45454547,0.4752066,0.54545456,0.4338843,0.38842976,0.38429752,0.45041323,0.44214877,0.45867768,0.4876033,0.5165289,0.5661157,0.5661157,0.5661157,0.59090906,0.62396693,0.607438,0.6446281,0.18181819,0.24793388,0.6404959,0.6446281,0.61157024,0.6198347,0.61157024,0.61157024,0.58677685,0.5661157,0.5661157,0.5785124,0.5495868,0.4876033,0.47933885,0.5123967,0.5247934,0.5082645,0.5495868,0.59917355,0.6446281,0.6652893,0.59504133,0.59917355,0.553719,0.47933885,0.4214876,0.41735536,0.3966942,0.4214876,0.47933885,0.41322315,0.5785124,0.5413223,0.4752066,0.553719,0.49173555,0.43801653,0.53305787,0.41735536,0.37603307,0.3305785,0.38016528,0.39256197,0.446281,0.5041322,0.47107437,0.5661157,0.54545456,0.46694216,0.40082645,0.3966942,0.45867768,0.46694216,0.45454547,0.5,0.5247934,0.5661157,0.56198347,0.56198347,0.58264464,0.607438,0.59504133,0.6404959,0.1694215,0.2520661,0.60330576,0.6198347,0.61570245,0.6198347,0.60330576,0.607438,0.58677685,0.5785124,0.57024795,0.553719,0.54545456,0.5082645,0.5041322,0.5413223,0.5247934,0.5495868,0.59504133,0.60330576,0.61570245,0.6735537,0.6652893,0.607438,0.5247934,0.49586776,0.45867768,0.45867768,0.46280992,0.4338843,0.4090909,0.38842976,0.46280992,0.43801653,0.42975205,0.45867768,0.42561984,0.4214876,0.4338843,0.39256197,0.37603307,0.38429752,0.40082645,0.4214876,0.47933885,0.5082645,0.5495868,0.55785125,0.5289256,0.49586776,0.44214877,0.41735536,0.446281,0.45867768,0.45867768,0.5082645,0.5247934,0.553719,0.54545456,0.5661157,0.58677685,0.58264464,0.58677685,0.6280992,0.21900827,0.6487603,0.59090906,0.5413223,0.6280992,0.61570245,0.59504133,0.59917355,0.57438016,0.5661157,0.56198347,0.5289256,0.553719,0.5247934,0.53305787,0.5289256,0.53305787,0.57438016,0.59504133,0.59090906,0.59504133,0.62396693,0.6363636,0.607438,0.5661157,0.5123967,0.48347107,0.46280992,0.4338843,0.4752066,0.41735536,0.4214876,0.4338843,0.44214877,0.45454547,0.46280992,0.41322315,0.446281,0.41735536,0.41735536,0.41322315,0.38016528,0.44214877,0.45041323,0.5041322,0.53305787,0.55785125,0.5123967,0.5289256,0.5165289,0.47107437,0.42975205,0.4338843,0.41322315,0.48347107,0.5123967,0.5206612,0.5247934,0.54545456,0.55785125,0.57438016,0.56198347,0.59504133,0.53305787,0.5123967,0.8347107,0.5206612,0.36363637,0.6198347,0.607438,0.59090906,0.59917355,0.553719,0.55785125,0.5495868,0.5371901,0.5661157,0.54545456,0.53305787,0.54545456,0.55785125,0.57024795,0.59504133,0.5785124,0.58264464,0.58677685,0.57438016,0.553719,0.5661157,0.5495868,0.4876033,0.47107437,0.4338843,0.446281,0.42975205,0.45454547,0.4338843,0.46280992,0.45041323,0.46280992,0.42561984,0.41735536,0.42561984,0.40082645,0.39256197,0.39256197,0.446281,0.46280992,0.5041322,0.553719,0.5041322,0.5,0.5371901,0.5165289,0.47933885,0.4214876,0.4338843,0.43801653,0.47933885,0.5247934,0.5082645,0.5247934,0.53305787,0.5371901,0.54545456,0.5661157,0.6198347,0.3429752,0.8553719,0.79752064,0.56198347,0.17355372,0.53305787,0.6198347,0.58677685,0.58677685,0.5413223,0.553719,0.5371901,0.5247934,0.5661157,0.5495868,0.553719,0.5785124,0.57438016,0.57024795,0.5661157,0.5785124,0.57024795,0.5661157,0.54545456,0.49586776,0.5247934,0.5247934,0.49586776,0.4752066,0.446281,0.42975205,0.41322315,0.4090909,0.38429752,0.41735536,0.41322315,0.42975205,0.41322315,0.3966942,0.40082645,0.4090909,0.39256197,0.40082645,0.446281,0.46694216,0.5,0.49586776,0.4876033,0.5,0.5289256,0.5165289,0.47933885,0.45454547,0.45867768,0.42975205,0.49586776,0.5247934,0.5123967,0.5123967,0.5206612,0.5413223,0.5495868,0.59504133,0.5289256,0.14049587,0.90495867,0.71487606,0.59504133,0.21900827,0.3264463,0.6322314,0.607438,0.57438016,0.5371901,0.54545456,0.5165289,0.54545456,0.5495868,0.5661157,0.56198347,0.57438016,0.58264464,0.57438016,0.5495868,0.5785124,0.553719,0.5371901,0.5247934,0.5041322,0.5,0.48347107,0.47107437,0.446281,0.41322315,0.40082645,0.40082645,0.37603307,0.38842976,0.3553719,0.37190083,0.36363637,0.36363637,0.38016528,0.36363637,0.37603307,0.39256197,0.38429752,0.42975205,0.446281,0.45867768,0.47107437,0.46694216,0.5041322,0.5,0.5,0.46694216,0.47107437,0.45454547,0.47107437,0.49586776,0.5165289,0.5,0.5041322,0.5206612,0.54545456,0.5661157,0.5247934,0.6322314,0.14876033,0.8347107,0.677686,0.607438,0.35123968,0.12809917,0.57438016,0.61157024,0.59504133,0.5289256,0.5247934,0.5165289,0.5413223,0.54545456,0.57438016,0.57024795,0.56198347,0.5785124,0.58264464,0.5495868,0.57438016,0.5371901,0.5082645,0.5082645,0.5041322,0.4876033,0.46694216,0.45041323,0.4090909,0.37603307,0.32231405,0.30165288,0.2644628,0.24380165,0.2603306,0.23966943,0.23553719,0.25619835,0.27272728,0.26859504,0.29752067,0.32231405,0.3677686,0.4090909,0.43801653,0.46280992,0.4752066,0.45041323,0.4876033,0.5041322,0.49586776,0.47107437,0.4752066,0.46694216,0.5,0.49586776,0.49586776,0.49586776,0.5041322,0.5123967,0.5371901,0.59090906,0.30578512,0.58677685,0.59090906,0.7644628,0.6859504,0.6446281,0.4338843,0.12396694,0.46280992,0.59917355,0.58264464,0.553719,0.5289256,0.5165289,0.5247934,0.5495868,0.5661157,0.58677685,0.5661157,0.55785125,0.5413223,0.5247934,0.553719,0.5,0.5041322,0.5,0.49173555,0.45041323,0.47107437,0.45454547,0.41735536,0.3966942,0.38016528,0.34710744,0.32231405,0.30165288,0.30991736,0.28512397,0.28099173,0.29752067,0.30165288,0.30578512,0.33471075,0.36363637,0.38842976,0.41735536,0.446281,0.45454547,0.47933885,0.46280992,0.49586776,0.5041322,0.4752066,0.48347107,0.4752066,0.46694216,0.5247934,0.5,0.4876033,0.48347107,0.5041322,0.5289256,0.553719,0.47107437,0.1983471,0.47107437,0.71900827,0.677686,0.6859504,0.6570248,0.45454547,0.1446281,0.3140496,0.57438016,0.57024795,0.5495868,0.5371901,0.5082645,0.5041322,0.5206612,0.553719,0.58264464,0.56198347,0.54545456,0.5247934,0.53305787,0.5289256,0.5247934,0.5082645,0.49586776,0.48347107,0.45867768,0.47107437,0.46280992,0.446281,0.43801653,0.43801653,0.42975205,0.41735536,0.40495867,0.39256197,0.38842976,0.3966942,0.4090909,0.41322315,0.3966942,0.4090909,0.41735536,0.42561984,0.4338843,0.45454547,0.45867768,0.4752066,0.48347107,0.49173555,0.4876033,0.47933885,0.4752066,0.49173555,0.48347107,0.5082645,0.5041322,0.46694216,0.47933885,0.5165289,0.5247934,0.5495868,0.24380165,0.2107438,0.5041322,0.58677685,0.61570245,0.6983471,0.6322314,0.45041323,0.23140496,0.14876033,0.5123967,0.553719,0.5413223,0.5495868,0.5289256,0.4876033,0.48347107,0.5247934,0.54545456,0.5371901,0.5371901,0.53305787,0.5413223,0.5247934,0.5371901,0.5289256,0.5,0.48347107,0.47933885,0.46694216,0.47933885,0.49586776,0.48347107,0.5,0.4876033,0.45867768,0.47107437,0.4338843,0.45041323,0.45454547,0.446281,0.4752066,0.45867768,0.47107437,0.46280992,0.45867768,0.46280992,0.46280992,0.46694216,0.4876033,0.5041322,0.49586776,0.49173555,0.49173555,0.5041322,0.48347107,0.47933885,0.4876033,0.46694216,0.46694216,0.4876033,0.5123967,0.5661157,0.45867768,0.08264463,0.2603306,0.54545456,0.46694216,0.6198347,0.74793386,0.59090906,0.42561984,0.39256197,0.10330579,0.37603307,0.5371901,0.5165289,0.5289256,0.53305787,0.4876033,0.44214877,0.49173555,0.5123967,0.5247934,0.5289256,0.5206612,0.5413223,0.53305787,0.5247934,0.5495868,0.5206612,0.4752066,0.49173555,0.47933885,0.5123967,0.5289256,0.53305787,0.5123967,0.5041322,0.4752066,0.4876033,0.47933885,0.48347107,0.46694216,0.46694216,0.4752066,0.47107437,0.48347107,0.47933885,0.48347107,0.47107437,0.4752066,0.47107437,0.49173555,0.5082645,0.5041322,0.5,0.49586776,0.49586776,0.46694216,0.4752066,0.4752066,0.46280992,0.4752066,0.49586776,0.5123967,0.5785124,0.37603307,0.041322313,0.24380165,0.6404959,0.4090909,0.6570248,0.7355372,0.57438016,0.40495867,0.5041322,0.15289256,0.22727273,0.49173555,0.5165289,0.49586776,0.5123967,0.5,0.46280992,0.45041323,0.49586776,0.5123967,0.5082645,0.5123967,0.5371901,0.5413223,0.5289256,0.53305787,0.5247934,0.49586776,0.5082645,0.5,0.5206612,0.5206612,0.5247934,0.5041322,0.5082645,0.49173555,0.47933885,0.49173555,0.4752066,0.46280992,0.45454547,0.47933885,0.45041323,0.4752066,0.48347107,0.4876033,0.47107437,0.48347107,0.4876033,0.5041322,0.5041322,0.5041322,0.5,0.4752066,0.4752066,0.45454547,0.45454547,0.45867768,0.46280992,0.4876033,0.5041322,0.49173555,0.60330576,0.25619835,0.03305785,0.23966943,0.661157,0.446281,0.7231405,0.71900827,0.553719,0.3966942,0.5289256,0.2644628,0.17768595,0.3677686,0.5206612,0.5,0.47933885,0.49173555,0.47933885,0.5082645,0.4752066,0.48347107,0.49586776,0.4876033,0.53305787,0.53305787,0.53305787,0.53305787,0.5123967,0.5165289,0.4752066,0.49586776,0.49586776,0.5165289,0.5082645,0.4876033,0.5,0.48347107,0.46280992,0.48347107,0.446281,0.45454547,0.45867768,0.45867768,0.45041323,0.46280992,0.4752066,0.47107437,0.47933885,0.4752066,0.5082645,0.5289256,0.48347107,0.5082645,0.48347107,0.46280992,0.46280992,0.45454547,0.446281,0.45867768,0.46694216,0.47933885,0.48347107,0.5,0.607438,0.11983471,0.07438017,0.22727273,0.61570245,0.5041322,0.7933884,0.71487606,0.5661157,0.4214876,0.5082645,0.36363637,0.18595041,0.2603306,0.44214877,0.5041322,0.47107437,0.45454547,0.48347107,0.5082645,0.5,0.4752066,0.47107437,0.46694216,0.5082645,0.5206612,0.5206612,0.5165289,0.5165289,0.5041322,0.4752066,0.49586776,0.47107437,0.5123967,0.4876033,0.47933885,0.47933885,0.45867768,0.446281,0.46694216,0.4214876,0.44214877,0.45454547,0.45041323,0.45041323,0.45454547,0.446281,0.4338843,0.46694216,0.46694216,0.4876033,0.47933885,0.47933885,0.48347107,0.45867768,0.44214877,0.446281,0.44214877,0.44214877,0.46280992,0.47933885,0.46280992,0.47107437,0.55785125,0.4876033,0.02892562,0.11570248,0.2231405,0.5247934,0.60330576,0.8016529,0.7066116,0.5495868,0.43801653,0.5082645,0.40495867,0.2231405,0.2603306,0.30165288,0.46694216,0.47107437,0.4338843,0.446281,0.45867768,0.46694216,0.46280992,0.45867768,0.42561984,0.44214877,0.4752066,0.4876033,0.5082645,0.5,0.48347107,0.4752066,0.4876033,0.4752066,0.48347107,0.45454547,0.45867768,0.45454547,0.446281,0.42975205,0.42561984,0.42975205,0.4214876,0.4214876,0.4214876,0.44214877,0.44214877,0.4338843,0.42975205,0.4338843,0.45041323,0.48347107,0.45454547,0.46694216,0.46280992,0.4214876,0.4214876,0.42975205,0.44214877,0.46694216,0.47107437,0.446281,0.446281,0.5123967,0.57438016,0.29752067,0.012396694,0.19421488,0.21900827,0.45867768,0.6363636,30 +0.4214876,0.4752066,0.5371901,0.5495868,0.54545456,0.55785125,0.57024795,0.59504133,0.59090906,0.59917355,0.60330576,0.607438,0.6322314,0.6404959,0.6528926,0.6694215,0.677686,0.6942149,0.7107438,0.71900827,0.7107438,0.7231405,0.73140496,0.73140496,0.73966944,0.74380165,0.74380165,0.76033056,0.75619835,0.75206614,0.7355372,0.76033056,0.7644628,0.76859504,0.76033056,0.76859504,0.75619835,0.76033056,0.75206614,0.74793386,0.73966944,0.73140496,0.71900827,0.7107438,0.6942149,0.677686,0.661157,0.6528926,0.6363636,0.6280992,0.607438,0.60330576,0.59090906,0.58677685,0.58264464,0.5661157,0.54545456,0.5289256,0.5371901,0.5371901,0.5371901,0.53305787,0.5041322,0.5,0.41322315,0.49586776,0.5371901,0.553719,0.553719,0.55785125,0.57438016,0.59504133,0.59090906,0.60330576,0.60330576,0.61157024,0.62396693,0.6446281,0.6322314,0.6570248,0.6694215,0.6818182,0.6983471,0.7107438,0.70247936,0.7066116,0.7107438,0.7107438,0.7231405,0.7355372,0.73140496,0.74380165,0.73966944,0.73966944,0.74793386,0.74380165,0.76033056,0.77272725,0.75206614,0.74793386,0.75206614,0.74793386,0.7355372,0.73140496,0.71900827,0.7107438,0.70247936,0.6859504,0.677686,0.6694215,0.6528926,0.6487603,0.6404959,0.61570245,0.60330576,0.607438,0.59917355,0.59090906,0.58264464,0.55785125,0.553719,0.5371901,0.5413223,0.5247934,0.5289256,0.5247934,0.49173555,0.4876033,0.41322315,0.49173555,0.5289256,0.56198347,0.5661157,0.55785125,0.57438016,0.58264464,0.58677685,0.59504133,0.6198347,0.6198347,0.6322314,0.6487603,0.6528926,0.6487603,0.661157,0.677686,0.70247936,0.7107438,0.7066116,0.71487606,0.71487606,0.7066116,0.7107438,0.71900827,0.73140496,0.73966944,0.72727275,0.73140496,0.74380165,0.73140496,0.74380165,0.76033056,0.75206614,0.73966944,0.7355372,0.7355372,0.73140496,0.73140496,0.7107438,0.7066116,0.6983471,0.70247936,0.6942149,0.6859504,0.6652893,0.661157,0.6487603,0.62396693,0.61570245,0.6198347,0.60330576,0.59504133,0.5785124,0.5661157,0.54545456,0.5413223,0.53305787,0.5289256,0.5206612,0.5123967,0.49586776,0.49173555,0.42561984,0.4876033,0.5247934,0.56198347,0.5661157,0.57024795,0.5661157,0.5661157,0.54545456,0.59917355,0.62396693,0.6404959,0.6446281,0.661157,0.6652893,0.677686,0.6652893,0.677686,0.70247936,0.7066116,0.6983471,0.7107438,0.7231405,0.71487606,0.71900827,0.7231405,0.7231405,0.7355372,0.73966944,0.73966944,0.73966944,0.73140496,0.7355372,0.74793386,0.73966944,0.73140496,0.7231405,0.7231405,0.73140496,0.7231405,0.7107438,0.7107438,0.7107438,0.6983471,0.6942149,0.6942149,0.6694215,0.661157,0.6528926,0.6322314,0.62396693,0.6280992,0.6198347,0.59917355,0.58677685,0.55785125,0.5413223,0.5206612,0.53305787,0.5206612,0.5165289,0.5041322,0.49173555,0.4876033,0.43801653,0.47933885,0.5206612,0.553719,0.57438016,0.56198347,0.56198347,0.5413223,0.53305787,0.57438016,0.6198347,0.6404959,0.6446281,0.6487603,0.6652893,0.6859504,0.6859504,0.6859504,0.7066116,0.7066116,0.6983471,0.6942149,0.70247936,0.71900827,0.7231405,0.71487606,0.73140496,0.73966944,0.74793386,0.74380165,0.74380165,0.73966944,0.7355372,0.73140496,0.7231405,0.72727275,0.73140496,0.7355372,0.7355372,0.71900827,0.7107438,0.70247936,0.6983471,0.6859504,0.6983471,0.7107438,0.6735537,0.6652893,0.661157,0.6322314,0.6404959,0.6487603,0.62396693,0.59917355,0.58677685,0.55785125,0.5371901,0.5371901,0.5247934,0.5206612,0.5206612,0.5041322,0.49586776,0.47107437,0.44214877,0.4876033,0.5165289,0.5413223,0.56198347,0.54545456,0.54545456,0.5495868,0.55785125,0.58264464,0.61570245,0.6363636,0.6404959,0.6446281,0.6528926,0.6859504,0.6983471,0.6818182,0.7107438,0.7107438,0.6983471,0.69008267,0.6942149,0.70247936,0.73140496,0.73140496,0.72727275,0.73966944,0.74380165,0.74793386,0.74793386,0.74793386,0.7355372,0.7355372,0.72727275,0.73966944,0.73966944,0.73140496,0.7355372,0.7231405,0.7107438,0.70247936,0.6983471,0.6942149,0.6942149,0.7066116,0.677686,0.661157,0.661157,0.6487603,0.6487603,0.6570248,0.61157024,0.58677685,0.57024795,0.5495868,0.5371901,0.5371901,0.5289256,0.5165289,0.5165289,0.5,0.48347107,0.46694216,0.446281,0.45867768,0.5082645,0.5371901,0.5371901,0.5413223,0.54545456,0.553719,0.5661157,0.58264464,0.61157024,0.6198347,0.6363636,0.6570248,0.6652893,0.6694215,0.6942149,0.7107438,0.7107438,0.7107438,0.6983471,0.6983471,0.7107438,0.71900827,0.72727275,0.71900827,0.7231405,0.73966944,0.73966944,0.73966944,0.74380165,0.74793386,0.7355372,0.74380165,0.73140496,0.7355372,0.7355372,0.73140496,0.73966944,0.72727275,0.7107438,0.7066116,0.7107438,0.70247936,0.6983471,0.7107438,0.677686,0.6694215,0.6652893,0.6735537,0.6694215,0.6528926,0.6280992,0.59917355,0.58264464,0.55785125,0.54545456,0.53305787,0.5247934,0.5165289,0.5123967,0.49586776,0.47107437,0.446281,0.4338843,0.446281,0.48347107,0.5206612,0.5247934,0.5371901,0.5413223,0.553719,0.57438016,0.59090906,0.6198347,0.6198347,0.6280992,0.6528926,0.661157,0.661157,0.6818182,0.7066116,0.6942149,0.6942149,0.7107438,0.71487606,0.71487606,0.73140496,0.73966944,0.73140496,0.7355372,0.75619835,0.74793386,0.7355372,0.73140496,0.7355372,0.72727275,0.7231405,0.72727275,0.72727275,0.73140496,0.7355372,0.73140496,0.72727275,0.7107438,0.7107438,0.7107438,0.6942149,0.7066116,0.7066116,0.6942149,0.6859504,0.6818182,0.677686,0.6652893,0.6570248,0.6404959,0.61157024,0.60330576,0.5785124,0.56198347,0.5495868,0.53305787,0.5289256,0.5123967,0.4876033,0.46694216,0.44214877,0.44214877,0.44214877,0.46694216,0.5082645,0.5041322,0.5247934,0.5495868,0.57024795,0.59504133,0.607438,0.6198347,0.6363636,0.6404959,0.6528926,0.6652893,0.677686,0.69008267,0.7107438,0.6942149,0.6942149,0.70247936,0.7107438,0.71487606,0.71900827,0.7231405,0.7066116,0.6652893,0.7066116,0.7355372,0.73140496,0.73140496,0.7355372,0.7231405,0.72727275,0.73140496,0.71487606,0.71900827,0.71900827,0.7107438,0.6942149,0.70247936,0.6983471,0.7107438,0.70247936,0.6942149,0.7107438,0.69008267,0.677686,0.6694215,0.6570248,0.6487603,0.6404959,0.6280992,0.59917355,0.59504133,0.5785124,0.5661157,0.5661157,0.5495868,0.54545456,0.5165289,0.48347107,0.46694216,0.45454547,0.45041323,0.446281,0.45867768,0.5,0.5041322,0.53305787,0.553719,0.5785124,0.60330576,0.61157024,0.607438,0.6487603,0.6570248,0.6528926,0.6570248,0.6818182,0.6859504,0.6859504,0.7066116,0.7066116,0.6983471,0.69008267,0.69008267,0.6983471,0.69008267,0.677686,0.58677685,0.61570245,0.6942149,0.71487606,0.73140496,0.72727275,0.7107438,0.7107438,0.71487606,0.6942149,0.6942149,0.6859504,0.6818182,0.677686,0.6859504,0.6942149,0.69008267,0.69008267,0.6859504,0.6694215,0.6528926,0.6446281,0.62396693,0.60330576,0.59090906,0.57438016,0.553719,0.5371901,0.5165289,0.5165289,0.5,0.47933885,0.5,0.5123967,0.47933885,0.4752066,0.47107437,0.46280992,0.45454547,0.44214877,0.43801653,0.4752066,0.49173555,0.5247934,0.5206612,0.5082645,0.5206612,0.5247934,0.53305787,0.57024795,0.59917355,0.61157024,0.6198347,0.6322314,0.6322314,0.6322314,0.6528926,0.6652893,0.6735537,0.6694215,0.6528926,0.661157,0.6735537,0.6570248,0.6322314,0.6487603,0.6818182,0.6942149,0.7066116,0.70247936,0.6983471,0.69008267,0.69008267,0.6694215,0.6694215,0.6528926,0.6528926,0.6570248,0.6446281,0.6446281,0.6404959,0.6280992,0.59504133,0.5495868,0.5371901,0.5165289,0.4876033,0.46694216,0.46280992,0.47107437,0.46280992,0.45041323,0.47107437,0.4752066,0.44214877,0.43801653,0.446281,0.45041323,0.446281,0.45867768,0.46694216,0.46694216,0.45454547,0.45041323,0.41735536,0.43801653,0.44214877,0.43801653,0.42561984,0.40495867,0.42975205,0.446281,0.45041323,0.45041323,0.446281,0.47107437,0.4752066,0.4752066,0.47933885,0.47107437,0.47107437,0.5,0.553719,0.59504133,0.59504133,0.58677685,0.607438,0.61570245,0.6280992,0.6487603,0.6652893,0.6694215,0.677686,0.677686,0.6652893,0.6570248,0.6404959,0.6322314,0.6198347,0.59090906,0.57438016,0.59504133,0.5495868,0.5206612,0.49173555,0.45454547,0.41735536,0.38842976,0.37190083,0.36363637,0.37603307,0.40495867,0.45041323,0.47933885,0.49586776,0.5041322,0.49173555,0.5,0.47933885,0.46694216,0.45454547,0.446281,0.42975205,0.44214877,0.44214877,0.46280992,0.42975205,0.45041323,0.41322315,0.40495867,0.40495867,0.40082645,0.36363637,0.38016528,0.3966942,0.42975205,0.446281,0.446281,0.42975205,0.4090909,0.38016528,0.35123968,0.3305785,0.32231405,0.32231405,0.35123968,0.38016528,0.41735536,0.47933885,0.49173555,0.53305787,0.5495868,0.58264464,0.59504133,0.61570245,0.62396693,0.6280992,0.6363636,0.62396693,0.62396693,0.59504133,0.5785124,0.5661157,0.53305787,0.4876033,0.4876033,0.4752066,0.44214877,0.41322315,0.37190083,0.36363637,0.3553719,0.37603307,0.4214876,0.46694216,0.5082645,0.5247934,0.5247934,0.5289256,0.5289256,0.5082645,0.5082645,0.4876033,0.46694216,0.44214877,0.4214876,0.42561984,0.42975205,0.42975205,0.46280992,0.36363637,0.45454547,0.41322315,0.38016528,0.37603307,0.38842976,0.37603307,0.4090909,0.45041323,0.47933885,0.5165289,0.5371901,0.53305787,0.5413223,0.5123967,0.47933885,0.4214876,0.38016528,0.3966942,0.45041323,0.42561984,0.42561984,0.43801653,0.45041323,0.48347107,0.49586776,0.5206612,0.5247934,0.5371901,0.55785125,0.57438016,0.58264464,0.58677685,0.59090906,0.61570245,0.59917355,0.57438016,0.56198347,0.5289256,0.5123967,0.5,0.5,0.4876033,0.49173555,0.53305787,0.5041322,0.4090909,0.49586776,0.4876033,0.5123967,0.5371901,0.4876033,0.5123967,0.45867768,0.43801653,0.446281,0.42975205,0.42561984,0.4214876,0.40082645,0.41322315,0.4338843,0.43801653,0.446281,0.3140496,0.446281,0.42561984,0.38842976,0.37603307,0.36363637,0.3677686,0.38842976,0.43801653,0.45454547,0.4752066,0.49173555,0.4876033,0.5082645,0.5,0.46280992,0.42975205,0.40495867,0.39256197,0.47107437,0.46280992,0.46280992,0.446281,0.4214876,0.4214876,0.5041322,0.5041322,0.44214877,0.4214876,0.46280992,0.46694216,0.45867768,0.46694216,0.4876033,0.48347107,0.44214877,0.446281,0.49173555,0.5413223,0.5371901,0.4752066,0.48347107,0.48347107,0.4876033,0.5082645,0.5123967,0.49173555,0.4752066,0.4752066,0.45867768,0.45041323,0.45041323,0.4752066,0.45454547,0.45454547,0.4338843,0.40082645,0.4090909,0.3966942,0.38016528,0.3553719,0.3966942,0.43801653,0.42975205,0.3264463,0.43801653,0.43801653,0.37603307,0.33471075,0.35123968,0.3677686,0.37190083,0.3966942,0.41322315,0.41735536,0.42561984,0.4338843,0.43801653,0.45867768,0.42561984,0.41735536,0.41735536,0.40495867,0.40495867,0.38429752,0.37190083,0.38429752,0.38429752,0.38842976,0.44214877,0.54545456,0.46280992,0.35123968,0.41735536,0.47933885,0.47933885,0.4876033,0.5,0.47933885,0.41735536,0.38016528,0.45867768,0.53305787,0.49173555,0.44214877,0.44214877,0.44214877,0.4338843,0.43801653,0.42975205,0.41322315,0.40082645,0.3966942,0.38842976,0.38429752,0.4090909,0.42975205,0.42975205,0.446281,0.43801653,0.40082645,0.42561984,0.38842976,0.3966942,0.4338843,0.37190083,0.3140496,0.4090909,0.33471075,0.40082645,0.38429752,0.37603307,0.38842976,0.38016528,0.37603307,0.3553719,0.34710744,0.37603307,0.35950413,0.35123968,0.338843,0.35123968,0.338843,0.3140496,0.34710744,0.38429752,0.3553719,0.37603307,0.38016528,0.36363637,0.3677686,0.38016528,0.39256197,0.38842976,0.3966942,0.5123967,0.46694216,0.5289256,0.59504133,0.62396693,0.6363636,0.6198347,0.57438016,0.47107437,0.4214876,0.46694216,0.45041323,0.43801653,0.42975205,0.4214876,0.40495867,0.3966942,0.4090909,0.38429752,0.338843,0.3429752,0.3181818,0.28099173,0.37603307,0.45454547,0.4090909,0.3966942,0.41735536,0.37190083,0.33471075,0.38842976,0.3966942,0.4090909,0.43801653,0.45867768,0.4090909,0.2892562,0.39256197,0.30578512,0.3677686,0.45041323,0.46694216,0.4090909,0.3429752,0.30991736,0.2644628,0.3264463,0.34710744,0.32231405,0.37603307,0.43801653,0.39256197,0.35950413,0.3677686,0.4214876,0.37603307,0.4214876,0.44214877,0.40082645,0.37603307,0.40082645,0.40495867,0.40082645,0.38016528,0.4090909,0.5247934,0.5495868,0.6694215,0.69008267,0.7107438,0.7644628,0.6818182,0.5041322,0.5082645,0.45867768,0.44214877,0.446281,0.42975205,0.3966942,0.3677686,0.39256197,0.46694216,0.40495867,0.2892562,0.3181818,0.33471075,0.3140496,0.3966942,0.5247934,0.46694216,0.38842976,0.3553719,0.35950413,0.35950413,0.39256197,0.44214877,0.4752066,0.47107437,0.45867768,0.45041323,0.40495867,0.5,0.3429752,0.39256197,0.4752066,0.49173555,0.46694216,0.3966942,0.3140496,0.23140496,0.28512397,0.34710744,0.38842976,0.45867768,0.5371901,0.4876033,0.446281,0.4338843,0.43801653,0.45867768,0.5495868,0.57024795,0.48347107,0.40082645,0.42561984,0.45867768,0.4338843,0.41322315,0.40082645,0.47107437,0.5123967,0.59090906,0.607438,0.62396693,0.6735537,0.59504133,0.4338843,0.41735536,0.46280992,0.45454547,0.45454547,0.43801653,0.35950413,0.3677686,0.4090909,0.5165289,0.5041322,0.39256197,0.3677686,0.37190083,0.39256197,0.47933885,0.5495868,0.47933885,0.4090909,0.37190083,0.38842976,0.39256197,0.4214876,0.45867768,0.49173555,0.48347107,0.47107437,0.45867768,0.4090909,0.3429752,0.40082645,0.41322315,0.46694216,0.5206612,0.5165289,0.47107437,0.38016528,0.3264463,0.30165288,0.35123968,0.4338843,0.5,0.553719,0.5495868,0.48347107,0.45454547,0.46694216,0.5206612,0.5495868,0.5247934,0.49173555,0.4876033,0.47107437,0.5082645,0.47933885,0.44214877,0.43801653,0.5,0.48347107,0.54545456,0.62396693,0.6652893,0.6404959,0.5661157,0.4090909,0.40495867,0.48347107,0.4752066,0.4752066,0.47107437,0.41322315,0.43801653,0.45041323,0.5082645,0.56198347,0.5289256,0.5082645,0.49586776,0.5041322,0.5247934,0.49173555,0.42975205,0.36363637,0.35950413,0.3966942,0.41735536,0.42561984,0.46280992,0.46280992,0.49586776,0.5206612,0.47933885,0.38842976,0.34710744,0.3677686,0.446281,0.45041323,0.49173555,0.5289256,0.5123967,0.47107437,0.4214876,0.39256197,0.3429752,0.3429752,0.4090909,0.45867768,0.49586776,0.49173555,0.49173555,0.49586776,0.5206612,0.5165289,0.5289256,0.54545456,0.59090906,0.5495868,0.5,0.49173555,0.46694216,0.45867768,0.5082645,0.5041322,0.59504133,0.6942149,0.73140496,0.71487606,0.6528926,0.4752066,0.3966942,0.48347107,0.5041322,0.5,0.4876033,0.47933885,0.5,0.49173555,0.5,0.5082645,0.5123967,0.5123967,0.5289256,0.5,0.4338843,0.38842976,0.37190083,0.3677686,0.38429752,0.4214876,0.42975205,0.4214876,0.42561984,0.42975205,0.49173555,0.5495868,0.4752066,0.38842976,0.38842976,0.37190083,0.43801653,0.4338843,0.44214877,0.4876033,0.5206612,0.5082645,0.4752066,0.45454547,0.4090909,0.37603307,0.38429752,0.38016528,0.38429752,0.38429752,0.3677686,0.446281,0.5165289,0.5413223,0.55785125,0.56198347,0.553719,0.5289256,0.49586776,0.5082645,0.45454547,0.41735536,0.46280992,0.5165289,0.6735537,0.76033056,0.76859504,0.74380165,0.6942149,0.5165289,0.3677686,0.44214877,0.43801653,0.5206612,0.5289256,0.49173555,0.5,0.5,0.49586776,0.5123967,0.5082645,0.47107437,0.446281,0.42561984,0.41735536,0.44214877,0.40495867,0.41735536,0.4214876,0.44214877,0.4338843,0.42975205,0.4214876,0.45041323,0.4752066,0.5123967,0.46280992,0.3966942,0.40082645,0.38429752,0.4214876,0.44214877,0.42561984,0.46280992,0.5206612,0.5371901,0.5123967,0.48347107,0.45454547,0.43801653,0.4338843,0.4338843,0.43801653,0.45041323,0.45454547,0.44214877,0.49173555,0.5247934,0.5247934,0.5165289,0.5082645,0.5247934,0.5495868,0.5247934,0.42975205,0.3677686,0.41322315,0.5661157,0.7231405,0.7644628,0.75619835,0.7355372,0.71900827,0.607438,0.37190083,0.38016528,0.46280992,0.47933885,0.56198347,0.56198347,0.5123967,0.49173555,0.46280992,0.45041323,0.4752066,0.446281,0.4338843,0.42975205,0.4338843,0.45041323,0.45454547,0.45041323,0.45867768,0.46694216,0.45041323,0.43801653,0.46280992,0.46694216,0.4876033,0.48347107,0.45454547,0.41322315,0.40495867,0.39256197,0.41735536,0.45454547,0.42975205,0.45454547,0.5206612,0.56198347,0.5413223,0.5165289,0.49586776,0.49173555,0.42561984,0.41322315,0.48347107,0.5,0.5,0.4752066,0.48347107,0.4752066,0.46694216,0.49173555,0.5371901,0.59504133,0.61570245,0.4876033,0.56198347,0.43801653,0.3966942,0.59504133,0.71900827,0.76033056,0.73966944,0.71487606,0.7066116,0.6528926,0.44214877,0.30578512,0.5206612,0.45454547,0.5,0.607438,0.5785124,0.53305787,0.49173555,0.45454547,0.43801653,0.4338843,0.45041323,0.45454547,0.46280992,0.47107437,0.48347107,0.49586776,0.4876033,0.49586776,0.47933885,0.46280992,0.5,0.5,0.48347107,0.4752066,0.44214877,0.42561984,0.40082645,0.3966942,0.40082645,0.45454547,0.43801653,0.44214877,0.5,0.553719,0.5661157,0.5495868,0.54545456,0.5289256,0.46280992,0.41322315,0.4876033,0.5082645,0.5082645,0.47933885,0.47107437,0.4752066,0.5082645,0.54545456,0.58677685,0.61570245,0.58677685,0.43801653,0.37603307,0.36363637,0.45454547,0.61157024,0.70247936,0.76033056,0.7355372,0.71487606,0.70247936,0.6570248,0.54545456,0.34710744,0.37603307,0.38016528,0.45454547,0.57438016,0.61157024,0.57024795,0.5371901,0.5206612,0.49586776,0.46280992,0.46694216,0.47107437,0.47933885,0.5,0.5206612,0.53305787,0.53305787,0.5123967,0.5,0.5123967,0.5206612,0.5,0.4876033,0.45454547,0.44214877,0.446281,0.38842976,0.40082645,0.38842976,0.43801653,0.44214877,0.446281,0.47933885,0.5206612,0.57024795,0.59090906,0.58677685,0.57024795,0.5495868,0.5165289,0.5,0.48347107,0.48347107,0.48347107,0.49173555,0.5371901,0.58264464,0.59090906,0.61157024,0.6198347,0.5371901,0.45867768,0.40082645,0.4090909,0.5082645,0.59504133,0.69008267,0.75619835,0.74793386,0.71487606,0.69008267,0.6363636,0.5785124,0.4876033,0.40082645,0.3966942,0.44214877,0.53305787,0.607438,0.57438016,0.553719,0.553719,0.5495868,0.5247934,0.5247934,0.5247934,0.5371901,0.553719,0.55785125,0.5371901,0.5661157,0.553719,0.5495868,0.5495868,0.54545456,0.5289256,0.4876033,0.45867768,0.44214877,0.46694216,0.37603307,0.41322315,0.3966942,0.41735536,0.4338843,0.45041323,0.45867768,0.5082645,0.5413223,0.58264464,0.60330576,0.61570245,0.59504133,0.5785124,0.57024795,0.5413223,0.5371901,0.5495868,0.56198347,0.59917355,0.61157024,0.58677685,0.59504133,0.57438016,0.5123967,0.42975205,0.41322315,0.5082645,0.553719,0.58264464,0.6735537,0.75619835,0.74793386,0.72727275,0.677686,0.607438,0.57024795,0.55785125,0.48347107,0.3966942,0.4214876,0.49173555,0.5785124,0.58677685,0.57438016,0.57438016,0.56198347,0.56198347,0.57024795,0.5661157,0.5785124,0.5661157,0.57024795,0.56198347,0.57024795,0.58677685,0.58264464,0.57438016,0.55785125,0.5413223,0.5123967,0.45041323,0.45041323,0.4876033,0.38429752,0.38016528,0.45867768,0.43801653,0.45041323,0.44214877,0.45454547,0.4752066,0.5123967,0.553719,0.57438016,0.60330576,0.59917355,0.59504133,0.6198347,0.6404959,0.6322314,0.6322314,0.6280992,0.6280992,0.59917355,0.55785125,0.5495868,0.5371901,0.46694216,0.40082645,0.49586776,0.55785125,0.553719,0.59090906,0.661157,0.74380165,0.75206614,0.71900827,0.6983471,0.61570245,0.5661157,0.56198347,0.57438016,0.4338843,0.39256197,0.4752066,0.5495868,0.5785124,0.58264464,0.5785124,0.57438016,0.58264464,0.5785124,0.59090906,0.59090906,0.58264464,0.57438016,0.5785124,0.57024795,0.59504133,0.58677685,0.5785124,0.55785125,0.5371901,0.5041322,0.46280992,0.5082645,0.4876033,0.38429752,0.3553719,0.4338843,0.5123967,0.4752066,0.43801653,0.446281,0.4752066,0.5123967,0.56198347,0.58264464,0.607438,0.607438,0.6280992,0.6404959,0.6570248,0.6487603,0.6322314,0.6404959,0.6363636,0.59090906,0.5165289,0.5289256,0.5289256,0.40495867,0.41735536,0.5413223,0.553719,0.55785125,0.607438,0.6652893,0.73966944,0.75206614,0.73140496,0.70247936,0.6570248,0.58264464,0.56198347,0.55785125,0.5247934,0.40082645,0.41735536,0.5206612,0.56198347,0.57024795,0.5785124,0.59090906,0.58264464,0.58677685,0.59917355,0.58677685,0.58677685,0.58264464,0.57438016,0.57438016,0.55785125,0.553719,0.55785125,0.553719,0.53305787,0.5247934,0.57438016,0.49586776,0.40082645,0.36363637,0.3677686,0.3677686,0.446281,0.5165289,0.5082645,0.4752066,0.4876033,0.53305787,0.56198347,0.58677685,0.61157024,0.60330576,0.607438,0.6280992,0.6280992,0.62396693,0.59917355,0.61157024,0.61157024,0.58264464,0.4876033,0.48347107,0.45454547,0.37603307,0.446281,0.5165289,0.5495868,0.57024795,0.61157024,0.6487603,0.71900827,0.76033056,0.73966944,0.70247936,0.661157,0.59504133,0.5661157,0.553719,0.553719,0.5247934,0.39256197,0.42561984,0.5206612,0.5206612,0.5413223,0.55785125,0.5413223,0.56198347,0.57024795,0.5661157,0.5661157,0.5785124,0.5661157,0.55785125,0.5495868,0.5289256,0.5785124,0.62396693,0.6280992,0.61570245,0.47933885,0.38016528,0.41322315,0.34710744,0.37190083,0.37603307,0.40495867,0.44214877,0.46694216,0.6652893,0.6404959,0.5661157,0.57024795,0.5661157,0.57438016,0.59090906,0.57438016,0.59504133,0.59504133,0.59504133,0.5785124,0.57438016,0.58264464,0.59090906,0.48347107,0.40082645,0.38016528,0.38429752,0.47107437,0.5082645,0.54545456,0.58264464,0.60330576,0.6322314,0.7066116,0.76859504,0.74793386,0.71900827,0.6446281,0.58677685,0.57438016,0.57438016,0.54545456,0.55785125,0.55785125,0.38429752,0.3677686,0.4752066,0.5247934,0.5371901,0.5495868,0.553719,0.5785124,0.57438016,0.57438016,0.58677685,0.59917355,0.59504133,0.607438,0.6363636,0.7107438,0.78512394,0.6280992,0.4338843,0.4090909,0.41322315,0.41735536,0.33471075,0.38429752,0.37190083,0.4090909,0.41735536,0.4090909,0.48347107,0.69008267,0.6694215,0.6570248,0.6322314,0.59917355,0.58264464,0.57024795,0.57024795,0.58264464,0.57024795,0.553719,0.53305787,0.5123967,0.47933885,0.42975205,0.4338843,0.42561984,0.42561984,0.5041322,0.53305787,0.5413223,0.58677685,0.61157024,0.62396693,0.6818182,0.76859504,0.7768595,0.70247936,0.6322314,0.5785124,0.57438016,0.57438016,0.54545456,0.53305787,0.60330576,0.553719,0.3264463,0.3140496,0.4214876,0.4876033,0.5041322,0.5082645,0.553719,0.58677685,0.57438016,0.5661157,0.553719,0.5123967,0.48347107,0.42975205,0.4214876,0.44214877,0.4090909,0.41735536,0.43801653,0.44214877,0.44214877,0.3264463,0.39256197,0.38016528,0.40082645,0.41322315,0.40495867,0.42975205,0.40082645,0.42561984,0.4338843,0.44214877,0.46280992,0.5082645,0.5041322,0.49586776,0.5082645,0.4752066,0.4752066,0.47107437,0.47107437,0.48347107,0.5041322,0.54545456,0.45867768,0.47107437,0.53305787,0.5413223,0.5495868,0.5785124,0.6198347,0.62396693,0.6735537,0.7644628,0.78512394,0.7066116,0.6322314,0.58264464,0.58677685,0.58677685,0.55785125,0.5495868,0.59504133,0.58677685,0.45041323,0.39256197,0.39256197,0.4090909,0.4338843,0.446281,0.46280992,0.47933885,0.47107437,0.45454547,0.45041323,0.4214876,0.42975205,0.41322315,0.45041323,0.45454547,0.45454547,0.48347107,0.47107437,0.45041323,0.45867768,0.3181818,0.38016528,0.39256197,0.40082645,0.41735536,0.446281,0.446281,0.43801653,0.446281,0.43801653,0.45454547,0.46694216,0.4752066,0.4876033,0.5041322,0.5165289,0.5041322,0.5123967,0.5247934,0.5413223,0.55785125,0.5661157,0.56198347,0.47107437,0.5041322,0.5495868,0.55785125,0.57024795,0.57024795,0.61570245,0.6280992,0.69008267,0.76033056,0.7933884,0.72727275,0.6322314,0.59090906,0.59504133,0.61157024,0.5785124,0.553719,0.55785125,0.553719,0.46694216,0.46280992,0.49173555,0.47107437,0.46280992,0.48347107,0.5041322,0.5289256,0.5289256,0.5413223,0.553719,0.5371901,0.5082645,0.49586776,0.5206612,0.5,0.47107437,0.48347107,0.46694216,0.45454547,0.45867768,0.29338843,0.38016528,0.38016528,0.41735536,0.4338843,0.45867768,0.46694216,0.46280992,0.46694216,0.4752066,0.5123967,0.5206612,0.5289256,0.553719,0.55785125,0.57024795,0.56198347,0.54545456,0.54545456,0.54545456,0.5247934,0.5289256,0.5495868,0.45454547,0.5,0.5247934,0.5495868,0.5785124,0.57438016,0.60330576,0.6363636,0.6859504,0.73966944,0.7768595,0.73966944,0.677686,0.607438,0.59504133,0.59504133,0.5661157,0.5289256,0.5082645,0.47933885,0.43801653,0.5,0.5206612,0.49586776,0.45867768,0.45867768,0.47933885,0.5206612,0.5,0.5247934,0.5371901,0.5165289,0.49173555,0.4876033,0.5,0.48347107,0.46694216,0.46280992,0.45454547,0.45867768,0.45454547,0.29338843,0.3553719,0.38016528,0.4090909,0.44214877,0.45041323,0.45454547,0.45041323,0.446281,0.47933885,0.5123967,0.5247934,0.54545456,0.56198347,0.57024795,0.56198347,0.56198347,0.5495868,0.53305787,0.5206612,0.49586776,0.5123967,0.54545456,0.45454547,0.4338843,0.45454547,0.4752066,0.53305787,0.5495868,0.59504133,0.6446281,0.661157,0.677686,0.6983471,0.69008267,0.661157,0.5785124,0.54545456,0.5206612,0.47933885,0.45041323,0.42561984,0.39256197,0.44214877,0.5165289,0.5206612,0.5123967,0.47933885,0.43801653,0.44214877,0.4752066,0.4876033,0.49173555,0.5041322,0.49173555,0.48347107,0.4876033,0.47107437,0.47107437,0.446281,0.45041323,0.446281,0.446281,0.46280992,0.25619835,0.3553719,0.38429752,0.39256197,0.42975205,0.43801653,0.446281,0.4338843,0.42561984,0.46694216,0.5,0.5165289,0.5413223,0.5413223,0.5495868,0.54545456,0.5289256,0.5247934,0.5041322,0.5,0.5,0.5289256,0.57438016,0.49586776,0.41735536,0.36363637,0.33471075,0.39256197,0.46280992,0.5289256,0.58677685,0.607438,0.60330576,0.59504133,0.60330576,0.58677685,0.5165289,0.46694216,0.40495867,0.34710744,0.32231405,0.32231405,0.38429752,0.46694216,0.5,0.5041322,0.53305787,0.5247934,0.47107437,0.41322315,0.4214876,0.45454547,0.46694216,0.48347107,0.47933885,0.4752066,0.45867768,0.44214877,0.42975205,0.42975205,0.43801653,0.446281,0.45454547,0.46280992,0.26859504,0.30991736,0.38016528,0.38429752,0.4090909,0.42561984,0.43801653,0.4338843,0.42975205,0.446281,0.47933885,0.49173555,0.49586776,0.49586776,0.5,0.5041322,0.47107437,0.47933885,0.46694216,0.4876033,0.5206612,0.56198347,0.5785124,0.5495868,0.46280992,0.38016528,0.23140496,0.19421488,0.2892562,0.38429752,0.47107437,0.5123967,0.5123967,0.5041322,0.5123967,0.5,0.42561984,0.3553719,0.2768595,0.28099173,0.33471075,0.4090909,0.48347107,0.5,0.5123967,0.5247934,0.553719,0.5371901,0.5041322,0.45041323,0.39256197,0.3966942,0.4338843,0.45867768,0.45867768,0.45867768,0.45041323,0.43801653,0.39256197,0.42561984,0.43801653,0.43801653,0.45867768,0.46280992,0.26859504,0.2768595,0.35950413,0.37190083,0.4090909,0.4338843,0.43801653,0.42561984,0.42561984,0.446281,0.446281,0.46280992,0.45041323,0.45454547,0.46694216,0.46694216,0.4338843,0.45041323,0.45867768,0.5041322,0.553719,0.58264464,0.57438016,0.57024795,0.5371901,0.47107437,0.32231405,0.2107438,0.19008264,0.2603306,0.34710744,0.40495867,0.4214876,0.42561984,0.4214876,0.39256197,0.3181818,0.28512397,0.34710744,0.40082645,0.45867768,0.49586776,0.5123967,0.49586776,0.5082645,0.5289256,0.53305787,0.5165289,0.5082645,0.4752066,0.4338843,0.3677686,0.38842976,0.42975205,0.45454547,0.45041323,0.446281,0.43801653,0.446281,0.446281,0.45041323,0.45454547,0.47107437,0.46280992,0.2768595,0.2644628,0.3181818,0.38016528,0.40495867,0.42975205,0.45454547,0.446281,0.42561984,0.42975205,0.44214877,0.42975205,0.42975205,0.43801653,0.45041323,0.446281,0.42975205,0.42561984,0.47933885,0.5041322,0.55785125,0.58264464,0.5785124,0.5413223,0.5371901,0.5661157,0.46280992,0.32231405,0.23966943,0.2107438,0.23966943,0.2644628,0.2892562,0.29338843,0.2892562,0.27272728,0.30165288,0.38429752,0.4876033,0.5041322,0.5123967,0.5082645,0.5041322,0.5,0.5,0.5206612,0.5206612,0.5041322,0.5,0.4876033,0.46694216,0.4090909,0.3553719,0.42975205,0.45454547,0.446281,0.45041323,0.43801653,0.45041323,0.446281,0.46280992,0.46280992,0.47107437,0.46280992,0.26859504,0.28512397,0.3305785,0.36363637,0.40495867,0.4090909,0.446281,0.45867768,0.45041323,0.4338843,0.43801653,0.42561984,0.42975205,0.42975205,0.446281,0.43801653,0.41735536,0.4338843,0.5,0.5,0.5413223,0.553719,0.553719,0.553719,0.5495868,0.5785124,0.5371901,0.44214877,0.3429752,0.2892562,0.25619835,0.23966943,0.23140496,0.2520661,0.2603306,0.29752067,0.38842976,0.4752066,0.5206612,0.53305787,0.5289256,0.5289256,0.5165289,0.5,0.5,0.5041322,0.5,0.4876033,0.49586776,0.5041322,0.4752066,0.42975205,0.38429752,0.42975205,0.45454547,0.45454547,0.45867768,0.45041323,0.45867768,0.45867768,0.46694216,0.46280992,0.47107437,0.45454547,0.2603306,0.30165288,0.40495867,0.3429752,0.35950413,0.41322315,0.4338843,0.45454547,0.45454547,0.45867768,0.45041323,0.42975205,0.44214877,0.43801653,0.44214877,0.43801653,0.4090909,0.45041323,0.49586776,0.5082645,0.5041322,0.5041322,0.5165289,0.5247934,0.5371901,0.553719,0.57024795,0.5289256,0.4752066,0.41735536,0.3553719,0.32231405,0.3305785,0.3181818,0.3553719,0.41322315,0.46694216,0.5123967,0.5289256,0.53305787,0.5371901,0.5413223,0.5206612,0.5165289,0.5082645,0.49173555,0.4752066,0.46694216,0.446281,0.47107437,0.47933885,0.45041323,0.42975205,0.46694216,0.4752066,0.46280992,0.45867768,0.46280992,0.46280992,0.45867768,0.46280992,0.45454547,0.45867768,0.45454547,0.32231405,0.35123968,0.446281,0.3305785,0.32231405,0.39256197,0.41735536,0.43801653,0.45867768,0.47107437,0.46694216,0.45041323,0.46694216,0.46280992,0.45867768,0.45041323,0.42975205,0.446281,0.46694216,0.47107437,0.45867768,0.45041323,0.4752066,0.5082645,0.5247934,0.5371901,0.5661157,0.5661157,0.553719,0.5165289,0.48347107,0.46280992,0.47107437,0.5,0.5041322,0.5206612,0.5289256,0.5206612,0.5165289,0.5123967,0.5082645,0.5123967,0.5123967,0.5082645,0.49586776,0.47933885,0.45041323,0.38016528,0.338843,0.39256197,0.45454547,0.45867768,0.46694216,0.47933885,0.4876033,0.46694216,0.45454547,0.45867768,0.45867768,0.45041323,0.45867768,0.44214877,0.45454547,0.44214877,0.5247934,0.43801653,0.45454547,0.2768595,0.2768595,0.38016528,0.40082645,0.40495867,0.44214877,0.46694216,0.4752066,0.46280992,0.49173555,0.5082645,0.5041322,0.5,0.47107437,0.46280992,0.44214877,0.41322315,0.3553719,0.3305785,0.38016528,0.446281,0.5,0.5082645,0.5289256,0.5413223,0.53305787,0.5123967,0.4876033,0.4876033,0.5247934,0.5413223,0.5495868,0.53305787,0.5247934,0.5,0.45867768,0.43801653,0.4338843,0.42975205,0.41735536,0.40082645,0.38016528,0.33471075,0.27272728,0.2768595,0.33471075,0.38429752,0.43801653,0.46694216,0.47933885,0.4876033,0.5,0.47933885,0.46280992,0.45454547,0.45867768,0.45867768,0.45041323,0.446281,0.43801653,0.42561984,0.553719,0.44214877,0.47107437,0.27272728,0.17768595,0.338843,0.38016528,0.39256197,0.41735536,0.45454547,0.46694216,0.47933885,0.5,0.5206612,0.54545456,0.5289256,0.49586776,0.4752066,0.44214877,0.40082645,0.3677686,0.30991736,0.25619835,0.2768595,0.3264463,0.3553719,0.38429752,0.3966942,0.41735536,0.40495867,0.3966942,0.3966942,0.4214876,0.45041323,0.45867768,0.45454547,0.42975205,0.4090909,0.3677686,0.338843,0.32231405,0.3140496,0.26859504,0.25619835,0.27272728,0.2644628,0.33471075,0.45867768,0.5,0.45867768,0.46280992,0.47933885,0.48347107,0.4876033,0.5041322,0.4876033,0.4752066,0.46280992,0.45454547,0.45041323,0.446281,0.4338843,0.4338843,0.41735536,0.49586776,0.45867768,0.4752066,0.3140496,0.12396694,0.23553719,0.37603307,0.37603307,0.38429752,0.42561984,0.45454547,0.4752066,0.4876033,0.5082645,0.54545456,0.54545456,0.5289256,0.5082645,0.49173555,0.5,0.5165289,0.5,0.3966942,0.338843,0.3181818,0.26859504,0.2520661,0.24793388,0.2603306,0.2768595,0.28099173,0.28099173,0.28512397,0.30165288,0.30991736,0.3140496,0.29338843,0.26859504,0.25619835,0.1983471,0.16115703,0.17768595,0.2768595,0.338843,0.38016528,0.37603307,0.446281,0.5206612,0.5413223,0.49586776,0.4876033,0.49586776,0.5041322,0.49586776,0.49173555,0.47933885,0.46280992,0.45454547,0.45041323,0.42975205,0.4338843,0.42975205,0.41735536,0.40495867,0.4338843,0.5041322,0.47933885,0.36363637,0.14876033,0.14049587,0.338843,0.35950413,0.37190083,0.4090909,0.44214877,0.45867768,0.46280992,0.48347107,0.5206612,0.54545456,0.54545456,0.5371901,0.5413223,0.5661157,0.607438,0.58677685,0.5247934,0.43801653,0.43801653,0.45867768,0.42561984,0.3264463,0.24380165,0.22727273,0.20661157,0.1983471,0.19421488,0.20247933,0.19421488,0.17768595,0.19008264,0.16528925,0.21900827,0.28512397,0.3264463,0.38016528,0.41735536,0.4214876,0.40082645,0.4338843,0.49173555,0.5289256,0.5413223,0.5289256,0.5123967,0.5082645,0.5206612,0.5123967,0.47933885,0.47107437,0.446281,0.45867768,0.4338843,0.42561984,0.41735536,0.41322315,0.3966942,0.3429752,0.4214876,0.53305787,0.4876033,0.4090909,0.18181819,0.1570248,0.338843,0.32231405,0.35950413,0.38842976,0.41322315,0.4338843,0.446281,0.4752066,0.5123967,0.53305787,0.5371901,0.54545456,0.57024795,0.58677685,0.61157024,0.60330576,0.54545456,0.4752066,0.42561984,0.46694216,0.5165289,0.5206612,0.47107437,0.44214877,0.40495867,0.38016528,0.37190083,0.36363637,0.35123968,0.36363637,0.38842976,0.3966942,0.4090909,0.41735536,0.43801653,0.43801653,0.39256197,0.40495867,0.42561984,0.46280992,0.49586776,0.5206612,0.5206612,0.5206612,0.5041322,0.5123967,0.5082645,0.49173555,0.47107437,0.45454547,0.43801653,0.4338843,0.42975205,0.41735536,0.4090909,0.40082645,0.35123968,0.25619835,0.46694216,0.553719,0.5165289,0.44214877,0.21900827,0.18595041,0.32231405,0.28099173,0.3429752,0.35950413,0.39256197,0.41322315,0.42975205,0.46280992,0.5082645,0.5247934,0.5165289,0.5289256,0.56198347,0.5785124,0.59090906,0.607438,0.54545456,0.5082645,0.47107437,0.45041323,0.46694216,0.5,0.54545456,0.59504133,0.5661157,0.5661157,0.57024795,0.57024795,0.5495868,0.5082645,0.5082645,0.5082645,0.4876033,0.47107437,0.4338843,0.41322315,0.38842976,0.4090909,0.45454547,0.4752066,0.49173555,0.5123967,0.5,0.4876033,0.47107437,0.47933885,0.48347107,0.46694216,0.45867768,0.43801653,0.4214876,0.42561984,0.4214876,0.40495867,0.39256197,0.3677686,0.2644628,0.23140496,0.5247934,0.55785125,0.5413223,0.49586776,0.29338843,0.23140496,0.28512397,0.2768595,0.3305785,0.338843,0.35950413,0.38429752,0.41322315,0.4338843,0.48347107,0.5123967,0.5123967,0.5082645,0.53305787,0.54545456,0.57438016,0.59917355,0.57438016,0.5165289,0.4876033,0.45454547,0.43801653,0.4338843,0.46694216,0.5495868,0.5661157,0.56198347,0.59090906,0.59917355,0.58264464,0.5413223,0.53305787,0.5082645,0.47933885,0.43801653,0.40495867,0.3966942,0.4090909,0.4338843,0.45867768,0.4876033,0.5041322,0.5165289,0.5,0.46694216,0.45454547,0.45041323,0.446281,0.45041323,0.446281,0.42975205,0.4090909,0.41322315,0.40082645,0.39256197,0.36363637,0.28099173,0.23140496,0.21900827,0.55785125,0.56198347,0.5495868,0.5206612,0.36363637,0.28512397,0.24380165,0.28512397,0.3140496,0.30991736,0.33471075,0.34710744,0.38016528,0.41735536,0.44214877,0.47107437,0.5,0.5123967,0.5123967,0.5247934,0.55785125,0.5785124,0.58677685,0.5413223,0.48347107,0.446281,0.42975205,0.4214876,0.4090909,0.45041323,0.49586776,0.4752066,0.5,0.5289256,0.5165289,0.48347107,0.47933885,0.446281,0.42975205,0.40495867,0.38842976,0.3966942,0.4090909,0.45041323,0.47933885,0.5041322,0.5123967,0.5123967,0.47933885,0.45041323,0.45454547,0.446281,0.42561984,0.4338843,0.42975205,0.4090909,0.3966942,0.4090909,0.37603307,0.35950413,0.2892562,0.21900827,0.22727273,0.1983471,0.59504133,0.59504133,0.59090906,0.53305787,0.42975205,0.3305785,0.24380165,0.28512397,0.28512397,0.29338843,0.3181818,0.3305785,0.3429752,0.38429752,0.41735536,0.45454547,0.47107437,0.5082645,0.5165289,0.5165289,0.5371901,0.56198347,0.57024795,0.56198347,0.5165289,0.46280992,0.40495867,0.37603307,0.37603307,0.39256197,0.4214876,0.40495867,0.4090909,0.4214876,0.4090909,0.39256197,0.40495867,0.37603307,0.37190083,0.36363637,0.38429752,0.41735536,0.4338843,0.4752066,0.5041322,0.5041322,0.49586776,0.49173555,0.46694216,0.446281,0.44214877,0.44214877,0.43801653,0.4338843,0.41322315,0.38429752,0.38429752,0.38016528,0.35950413,0.28512397,0.21900827,0.22727273,0.21900827,0.17768595,0.59504133,0.59090906,0.6528926,0.57438016,0.46280992,0.37190083,0.2892562,0.2520661,0.28099173,0.28512397,0.30578512,0.30991736,0.32231405,0.35123968,0.38842976,0.4338843,0.45041323,0.47933885,0.49586776,0.5041322,0.5206612,0.54545456,0.56198347,0.57438016,0.56198347,0.5371901,0.4752066,0.42561984,0.3677686,0.34710744,0.3553719,0.3305785,0.3264463,0.3181818,0.3140496,0.3140496,0.33471075,0.34710744,0.3553719,0.40082645,0.42975205,0.45041323,0.47933885,0.5123967,0.5206612,0.5,0.48347107,0.4752066,0.46280992,0.43801653,0.42975205,0.42975205,0.41322315,0.41735536,0.39256197,0.3677686,0.36363637,0.3429752,0.30165288,0.2107438,0.23140496,0.22727273,0.20661157,0.19008264,0.59504133,0.60330576,0.6735537,0.6322314,0.53305787,0.37603307,0.4090909,0.30165288,0.2603306,0.28512397,0.30578512,0.30578512,0.30578512,0.3181818,0.3553719,0.3966942,0.4214876,0.4338843,0.45454547,0.48347107,0.4876033,0.5165289,0.5495868,0.5661157,0.58264464,0.553719,0.5371901,0.5041322,0.46280992,0.42975205,0.39256197,0.38016528,0.38016528,0.37603307,0.38429752,0.40082645,0.4214876,0.42561984,0.43801653,0.46694216,0.48347107,0.5082645,0.5165289,0.5165289,0.5206612,0.5041322,0.47933885,0.46694216,0.45454547,0.43801653,0.4214876,0.41735536,0.40495867,0.38842976,0.35950413,0.3429752,0.33471075,0.26859504,0.2107438,0.22727273,0.23966943,0.2107438,0.20661157,0.25619835,0.59504133,0.6322314,0.6652893,0.6570248,0.6694215,0.40082645,0.45867768,0.3140496,0.27272728,0.2644628,0.30991736,0.30165288,0.2892562,0.29752067,0.3181818,0.34710744,0.38016528,0.40495867,0.4090909,0.45867768,0.47107437,0.5,0.5289256,0.553719,0.58677685,0.5785124,0.553719,0.5495868,0.54545456,0.5247934,0.49173555,0.47933885,0.48347107,0.47107437,0.47933885,0.5,0.5082645,0.5082645,0.5,0.5247934,0.5247934,0.5413223,0.5289256,0.5082645,0.5123967,0.5082645,0.46280992,0.45041323,0.43801653,0.42561984,0.4090909,0.37603307,0.3677686,0.3553719,0.3429752,0.30578512,0.2644628,0.21900827,0.21900827,0.23553719,0.23966943,0.20247933,0.2231405,0.30578512,0.59090906,0.6528926,0.6818182,0.6652893,0.78099173,0.46280992,0.49586776,0.37190083,0.3140496,0.2644628,0.2892562,0.30991736,0.29338843,0.28512397,0.29752067,0.30578512,0.30991736,0.3553719,0.3966942,0.44214877,0.45867768,0.4876033,0.5082645,0.5247934,0.57438016,0.58264464,0.59504133,0.59917355,0.607438,0.59917355,0.5785124,0.57024795,0.55785125,0.553719,0.553719,0.55785125,0.553719,0.553719,0.5495868,0.5661157,0.55785125,0.5495868,0.5289256,0.5,0.48347107,0.49173555,0.45867768,0.42975205,0.4338843,0.4090909,0.37603307,0.36363637,0.32231405,0.3305785,0.30165288,0.24793388,0.2107438,0.23140496,0.23553719,0.23553719,0.21487603,0.21900827,0.26859504,0.3305785,0.55785125,0.6694215,0.6983471,0.6942149,0.79752064,0.57024795,0.49173555,0.42975205,0.35950413,0.34710744,0.26859504,0.29752067,0.29752067,0.28512397,0.2644628,0.28512397,0.29338843,0.30578512,0.33471075,0.38842976,0.42975205,0.45454547,0.47933885,0.5,0.54545456,0.57024795,0.59917355,0.607438,0.61570245,0.6280992,0.62396693,0.62396693,0.6487603,0.6280992,0.61570245,0.59917355,0.57438016,0.54545456,0.56198347,0.5785124,0.553719,0.5371901,0.5165289,0.49173555,0.4752066,0.46280992,0.44214877,0.4214876,0.41735536,0.37190083,0.338843,0.3264463,0.30578512,0.30578512,0.23553719,0.20247933,0.20661157,0.23140496,0.23553719,0.23140496,0.21487603,0.2520661,0.37190083,0.39256197,0.553719,0.6818182,0.6983471,0.71900827,0.8016529,0.6694215,0.54545456,0.4752066,0.3553719,0.41322315,0.3553719,0.25619835,0.2892562,0.30165288,0.2768595,0.25619835,0.27272728,0.2892562,0.30578512,0.3264463,0.38429752,0.41735536,0.44214877,0.4752066,0.5041322,0.5165289,0.5495868,0.57438016,0.58677685,0.58677685,0.60330576,0.60330576,0.59917355,0.62396693,0.6322314,0.61157024,0.58677685,0.56198347,0.5661157,0.57024795,0.5495868,0.4876033,0.47107437,0.47107437,0.45454547,0.42975205,0.40495867,0.40495867,0.35950413,0.32231405,0.30578512,0.30165288,0.2768595,0.23966943,0.1983471,0.1983471,0.21900827,0.23966943,0.23966943,0.21900827,0.24380165,0.40082645,0.42975205,0.4338843,0.54545456,0.6818182,0.6818182,0.7107438,0.7644628,0.7355372,0.62396693,0.5413223,0.4090909,0.38842976,0.446281,0.3140496,0.24380165,0.28099173,0.2892562,0.26859504,0.25619835,0.2603306,0.28512397,0.2768595,0.3305785,0.37190083,0.40495867,0.44214877,0.46280992,0.4876033,0.49173555,0.5206612,0.5413223,0.5495868,0.5661157,0.57024795,0.56198347,0.58264464,0.58677685,0.5785124,0.57024795,0.56198347,0.54545456,0.5371901,0.5165289,0.46694216,0.42975205,0.4214876,0.41322315,0.39256197,0.37603307,0.3429752,0.30165288,0.30165288,0.2892562,0.24793388,0.20661157,0.18595041,0.1983471,0.19008264,0.23140496,0.2644628,0.27272728,0.29752067,0.4338843,0.49173555,0.446281,0.3305785,0.5247934,0.6735537,0.6735537,0.7231405,0.71487606,0.75619835,0.6735537,0.59504133,0.5495868,0.41735536,0.4338843,0.43801653,0.28099173,0.24380165,0.26859504,0.2768595,0.27272728,0.24380165,0.23553719,0.23553719,0.28512397,0.3140496,0.34710744,0.38429752,0.42561984,0.47933885,0.5041322,0.49586776,0.5,0.5165289,0.5289256,0.5247934,0.5371901,0.54545456,0.5371901,0.5371901,0.5165289,0.5247934,0.5206612,0.48347107,0.46280992,0.44214877,0.41322315,0.40082645,0.38842976,0.36363637,0.32231405,0.2768595,0.28512397,0.2768595,0.22727273,0.18181819,0.1694215,0.19421488,0.20247933,0.24793388,0.38016528,0.5,0.57438016,0.5413223,0.5247934,0.42561984,0.3305785,0.38429752,0.5165289,0.661157,0.6818182,0.73140496,0.70247936,0.75619835,0.6859504,0.6446281,0.61157024,0.5082645,0.44214877,0.46694216,0.42975205,0.26859504,0.23553719,0.25619835,0.2644628,0.2520661,0.23140496,0.2107438,0.20661157,0.2644628,0.29338843,0.3181818,0.36363637,0.4090909,0.45041323,0.44214877,0.45454547,0.46280992,0.47107437,0.4752066,0.4876033,0.49173555,0.49173555,0.48347107,0.46694216,0.46280992,0.46694216,0.45454547,0.4214876,0.38429752,0.39256197,0.36363637,0.33471075,0.30578512,0.28512397,0.2768595,0.23966943,0.20247933,0.1694215,0.1694215,0.18595041,0.24380165,0.34710744,0.45041323,0.5123967,0.5206612,0.5165289,0.45041323,0.3553719,0.338843,0.4214876,0.5289256,0.5247934,0.6198347,0.70247936,0.7355372,0.7107438,0.74793386,0.61570245,0.6404959,0.6322314,0.53305787,0.48347107,0.48347107,0.47107437,0.44214877,0.2768595,0.21900827,0.23966943,0.24380165,0.23966943,0.23553719,0.1983471,0.19008264,0.2231405,0.26859504,0.28512397,0.3305785,0.36363637,0.38016528,0.40082645,0.40082645,0.3966942,0.40082645,0.4090909,0.41322315,0.42975205,0.42975205,0.41735536,0.40495867,0.40495867,0.40082645,0.3677686,0.34710744,0.338843,0.30991736,0.28512397,0.27272728,0.24793388,0.20661157,0.18181819,0.1694215,0.16115703,0.17768595,0.29338843,0.38842976,0.41322315,0.42975205,0.4214876,0.37190083,0.36363637,0.35123968,0.35950413,0.49586776,0.57024795,0.57024795,0.5495868,0.553719,0.72727275,0.74380165,0.74380165,0.76859504,0.6652893,0.6198347,0.6487603,0.59917355,0.5165289,0.5413223,0.4752066,0.4876033,0.45041323,0.26859504,0.19421488,0.21900827,0.23140496,0.2231405,0.20661157,0.20661157,0.1983471,0.19421488,0.2231405,0.24793388,0.27272728,0.3181818,0.338843,0.3429752,0.338843,0.35123968,0.3553719,0.36363637,0.34710744,0.34710744,0.35950413,0.3553719,0.3429752,0.3264463,0.3181818,0.30165288,0.29338843,0.2644628,0.23966943,0.21487603,0.17768595,0.17355372,0.17355372,0.1570248,0.1570248,0.2520661,0.40495867,0.4214876,0.38429752,0.38016528,0.34710744,0.3966942,0.46280992,0.5123967,0.5495868,0.57024795,0.59504133,0.59917355,0.6404959,0.43801653,0.71900827,0.71487606,0.75619835,0.76033056,0.7231405,0.6528926,0.6363636,0.6322314,0.55785125,0.553719,0.5371901,0.4752066,0.5082645,0.44214877,0.2603306,0.1983471,0.1983471,0.2107438,0.20661157,0.20247933,0.20247933,0.19421488,0.18595041,0.19421488,0.19008264,0.20661157,0.2520661,0.28099173,0.2892562,0.30165288,0.30991736,0.3140496,0.30578512,0.29338843,0.30165288,0.30165288,0.29338843,0.26859504,0.2603306,0.22727273,0.21487603,0.1983471,0.18595041,0.18181819,0.18181819,0.16528925,0.1694215,0.17355372,0.2892562,0.42561984,0.41735536,0.41322315,0.45041323,0.46280992,0.4752066,0.5495868,0.61570245,0.62396693,0.59917355,0.5661157,0.59917355,0.61157024,30 +0.47933885,0.53305787,0.5661157,0.59090906,0.59090906,0.59090906,0.60330576,0.607438,0.61570245,0.62396693,0.6280992,0.6322314,0.6404959,0.6446281,0.6528926,0.6694215,0.6652893,0.6694215,0.6859504,0.6942149,0.7066116,0.7231405,0.71900827,0.7231405,0.7231405,0.71487606,0.71487606,0.71900827,0.71900827,0.71900827,0.71900827,0.7231405,0.73140496,0.72727275,0.72727275,0.72727275,0.73966944,0.7231405,0.71900827,0.7107438,0.6983471,0.6859504,0.677686,0.661157,0.6446281,0.6487603,0.6363636,0.62396693,0.61570245,0.59917355,0.57438016,0.56198347,0.5495868,0.5413223,0.53305787,0.5289256,0.5041322,0.49586776,0.47933885,0.46280992,0.46280992,0.46280992,0.44214877,0.43801653,0.4876033,0.5371901,0.57024795,0.59504133,0.59504133,0.59504133,0.61157024,0.61157024,0.61570245,0.61570245,0.62396693,0.6363636,0.6570248,0.6570248,0.6652893,0.677686,0.6735537,0.6818182,0.69008267,0.69008267,0.7066116,0.71900827,0.71900827,0.71487606,0.71487606,0.71487606,0.7066116,0.7066116,0.7107438,0.71487606,0.71900827,0.71900827,0.71487606,0.71900827,0.71487606,0.71900827,0.7231405,0.7107438,0.6983471,0.6942149,0.6859504,0.6818182,0.677686,0.6652893,0.6570248,0.6528926,0.6446281,0.6280992,0.6198347,0.60330576,0.58677685,0.5661157,0.55785125,0.5495868,0.5371901,0.5206612,0.5082645,0.48347107,0.4752066,0.47107437,0.46280992,0.45454547,0.45454547,0.42975205,0.5,0.5413223,0.5661157,0.59504133,0.59917355,0.59917355,0.61157024,0.60330576,0.59504133,0.59917355,0.607438,0.6280992,0.6570248,0.6694215,0.6694215,0.677686,0.6859504,0.6942149,0.6942149,0.6983471,0.70247936,0.71487606,0.7107438,0.70247936,0.70247936,0.7107438,0.7066116,0.7066116,0.71487606,0.71900827,0.72727275,0.7231405,0.72727275,0.71487606,0.71487606,0.7107438,0.7107438,0.7066116,0.6942149,0.6942149,0.69008267,0.6818182,0.677686,0.661157,0.6570248,0.6446281,0.6446281,0.6280992,0.6280992,0.61570245,0.58264464,0.5785124,0.56198347,0.55785125,0.54545456,0.5289256,0.5123967,0.47933885,0.46694216,0.46280992,0.45867768,0.446281,0.43801653,0.42561984,0.5165289,0.54545456,0.56198347,0.59090906,0.59917355,0.59917355,0.59917355,0.60330576,0.59504133,0.59504133,0.61157024,0.6404959,0.6528926,0.6652893,0.6652893,0.6694215,0.6818182,0.6942149,0.7066116,0.7107438,0.7107438,0.71487606,0.7066116,0.6983471,0.6983471,0.7066116,0.7066116,0.71487606,0.7231405,0.72727275,0.71900827,0.7355372,0.7231405,0.7231405,0.71900827,0.7107438,0.7066116,0.7066116,0.6983471,0.70247936,0.6983471,0.677686,0.6735537,0.6570248,0.6446281,0.6363636,0.6404959,0.6363636,0.6280992,0.61157024,0.58264464,0.58264464,0.5661157,0.56198347,0.5413223,0.5247934,0.5082645,0.47933885,0.47107437,0.46280992,0.45867768,0.446281,0.43801653,0.4214876,0.5247934,0.54545456,0.56198347,0.5785124,0.58677685,0.58677685,0.59090906,0.59504133,0.607438,0.607438,0.6198347,0.6280992,0.6487603,0.6652893,0.6570248,0.6735537,0.677686,0.6942149,0.70247936,0.71900827,0.71487606,0.71900827,0.7066116,0.6983471,0.7066116,0.7107438,0.7107438,0.7231405,0.7231405,0.7231405,0.72727275,0.73140496,0.7231405,0.7231405,0.72727275,0.7066116,0.71487606,0.71487606,0.7066116,0.70247936,0.70247936,0.69008267,0.6735537,0.6652893,0.6528926,0.6363636,0.6363636,0.6363636,0.6198347,0.61157024,0.58264464,0.58677685,0.5785124,0.56198347,0.5371901,0.5165289,0.5,0.4752066,0.4752066,0.45867768,0.45867768,0.45041323,0.4338843,0.41322315,0.5165289,0.5371901,0.5495868,0.5661157,0.58264464,0.58677685,0.59504133,0.60330576,0.60330576,0.61157024,0.62396693,0.6322314,0.6404959,0.661157,0.661157,0.6735537,0.6859504,0.6859504,0.7107438,0.71487606,0.71487606,0.71487606,0.71487606,0.71487606,0.71900827,0.7231405,0.72727275,0.73140496,0.73140496,0.7231405,0.71900827,0.71487606,0.7066116,0.71487606,0.71900827,0.7107438,0.6983471,0.71900827,0.6983471,0.70247936,0.70247936,0.6859504,0.6735537,0.6694215,0.6487603,0.6446281,0.6363636,0.6363636,0.6280992,0.62396693,0.607438,0.607438,0.59504133,0.57024795,0.5495868,0.5247934,0.5,0.4876033,0.47107437,0.46280992,0.45867768,0.43801653,0.4214876,0.38842976,0.5123967,0.5289256,0.53305787,0.553719,0.57024795,0.5785124,0.59504133,0.60330576,0.607438,0.61570245,0.6280992,0.6404959,0.6487603,0.661157,0.6652893,0.6735537,0.6818182,0.6942149,0.6983471,0.7107438,0.7066116,0.7066116,0.71487606,0.72727275,0.72727275,0.73966944,0.73140496,0.73140496,0.72727275,0.7231405,0.71487606,0.71487606,0.7107438,0.7066116,0.70247936,0.6983471,0.6942149,0.7066116,0.6942149,0.6983471,0.69008267,0.677686,0.6694215,0.6694215,0.6528926,0.6528926,0.6446281,0.6446281,0.6404959,0.6322314,0.61570245,0.607438,0.60330576,0.58264464,0.56198347,0.54545456,0.5165289,0.5041322,0.4876033,0.4752066,0.47107437,0.43801653,0.41735536,0.38429752,0.5082645,0.5247934,0.53305787,0.5495868,0.56198347,0.58264464,0.58677685,0.61157024,0.62396693,0.6363636,0.6487603,0.6487603,0.6570248,0.6652893,0.6735537,0.677686,0.6859504,0.6942149,0.70247936,0.7107438,0.7066116,0.7107438,0.7066116,0.7107438,0.7066116,0.71900827,0.7066116,0.677686,0.6528926,0.6198347,0.6528926,0.6983471,0.7066116,0.70247936,0.70247936,0.6983471,0.6942149,0.69008267,0.6859504,0.6818182,0.6735537,0.6570248,0.6487603,0.6528926,0.6570248,0.6570248,0.6487603,0.6404959,0.6363636,0.62396693,0.60330576,0.59090906,0.58264464,0.5661157,0.54545456,0.5289256,0.5123967,0.49586776,0.48347107,0.47933885,0.47107437,0.446281,0.41735536,0.38842976,0.5123967,0.5165289,0.53305787,0.5495868,0.57024795,0.58677685,0.58677685,0.607438,0.607438,0.61570245,0.6280992,0.6280992,0.6404959,0.6528926,0.661157,0.6652893,0.677686,0.6818182,0.677686,0.6859504,0.69008267,0.6942149,0.70247936,0.69008267,0.6735537,0.6818182,0.6735537,0.6528926,0.6280992,0.62396693,0.6446281,0.677686,0.69008267,0.69008267,0.6818182,0.6859504,0.6735537,0.6694215,0.661157,0.6528926,0.6446281,0.6404959,0.6404959,0.6446281,0.6404959,0.6363636,0.62396693,0.61157024,0.59917355,0.57438016,0.5495868,0.5247934,0.5041322,0.4876033,0.46280992,0.45454547,0.45041323,0.4338843,0.41735536,0.4214876,0.4214876,0.4214876,0.40495867,0.39256197,0.5041322,0.5041322,0.5247934,0.54545456,0.56198347,0.55785125,0.5413223,0.5413223,0.5206612,0.54545456,0.5247934,0.54545456,0.5413223,0.553719,0.57024795,0.57438016,0.59917355,0.59504133,0.58677685,0.58264464,0.58677685,0.61570245,0.6446281,0.6487603,0.6363636,0.6363636,0.6404959,0.6322314,0.6446281,0.6487603,0.6528926,0.6735537,0.6735537,0.6735537,0.661157,0.6570248,0.6404959,0.6363636,0.6280992,0.61570245,0.60330576,0.59917355,0.59090906,0.57438016,0.55785125,0.53305787,0.5123967,0.46694216,0.45454547,0.4338843,0.41735536,0.40082645,0.40082645,0.40082645,0.38429752,0.3966942,0.40495867,0.38842976,0.38429752,0.37603307,0.37603307,0.38429752,0.38842976,0.39256197,0.5041322,0.5,0.5,0.49586776,0.49173555,0.47933885,0.46280992,0.45041323,0.44214877,0.446281,0.46694216,0.46694216,0.45867768,0.45454547,0.4338843,0.4090909,0.38842976,0.40082645,0.40082645,0.3966942,0.4214876,0.45454547,0.49173555,0.53305787,0.54545456,0.5661157,0.5785124,0.59090906,0.61570245,0.6363636,0.6280992,0.6446281,0.6404959,0.6446281,0.6280992,0.6198347,0.607438,0.58677685,0.57438016,0.54545456,0.5206612,0.5041322,0.47933885,0.45454547,0.41735536,0.38429752,0.35950413,0.33471075,0.3181818,0.338843,0.36363637,0.39256197,0.42561984,0.43801653,0.446281,0.43801653,0.43801653,0.4090909,0.40082645,0.37603307,0.36363637,0.37190083,0.38016528,0.3966942,0.5041322,0.49586776,0.4752066,0.46694216,0.46694216,0.45454547,0.45041323,0.45041323,0.45867768,0.47933885,0.49173555,0.5041322,0.49586776,0.4876033,0.46280992,0.4214876,0.3553719,0.35950413,0.3677686,0.3553719,0.36363637,0.37603307,0.38842976,0.45867768,0.5,0.53305787,0.5413223,0.54545456,0.5495868,0.58264464,0.61157024,0.6322314,0.6322314,0.61157024,0.59917355,0.5785124,0.5785124,0.5413223,0.5371901,0.5041322,0.47107437,0.42975205,0.41322315,0.4090909,0.40495867,0.39256197,0.37603307,0.3553719,0.3677686,0.38842976,0.4090909,0.4214876,0.42975205,0.45454547,0.45454547,0.45041323,0.42975205,0.41322315,0.40495867,0.38016528,0.35123968,0.36363637,0.37190083,0.38016528,0.5041322,0.49173555,0.46694216,0.45454547,0.45867768,0.45041323,0.46694216,0.48347107,0.5165289,0.54545456,0.54545456,0.5289256,0.5123967,0.49173555,0.47933885,0.49173555,0.49173555,0.5,0.47107437,0.42561984,0.48347107,0.57438016,0.61570245,0.57024795,0.5289256,0.5289256,0.57024795,0.6198347,0.6570248,0.6528926,0.6487603,0.6322314,0.61570245,0.59917355,0.58677685,0.5661157,0.5495868,0.49586776,0.45867768,0.44214877,0.45867768,0.46280992,0.45041323,0.43801653,0.45454547,0.46280992,0.47107437,0.45454547,0.4338843,0.4214876,0.41735536,0.4090909,0.38842976,0.3677686,0.3677686,0.38842976,0.38842976,0.36363637,0.3553719,0.37190083,0.3677686,0.3553719,0.36363637,0.35123968,0.5041322,0.4876033,0.47933885,0.45454547,0.446281,0.42561984,0.44214877,0.45867768,0.47933885,0.48347107,0.47107437,0.47107437,0.47107437,0.46694216,0.4752066,0.47933885,0.45041323,0.43801653,0.42975205,0.4214876,0.43801653,0.43801653,0.41322315,0.4338843,0.42975205,0.4214876,0.47107437,0.5,0.5371901,0.553719,0.5413223,0.5289256,0.5247934,0.5041322,0.4876033,0.4876033,0.46694216,0.4090909,0.40082645,0.45454547,0.5041322,0.48347107,0.43801653,0.42975205,0.45454547,0.47933885,0.49173555,0.47107437,0.446281,0.41735536,0.39256197,0.38429752,0.3966942,0.41322315,0.4090909,0.39256197,0.37190083,0.3553719,0.3553719,0.36363637,0.35123968,0.34710744,0.338843,0.30578512,0.4876033,0.4876033,0.46694216,0.43801653,0.40495867,0.4090909,0.4338843,0.44214877,0.43801653,0.43801653,0.41322315,0.39256197,0.3553719,0.32231405,0.30578512,0.29752067,0.30578512,0.30165288,0.30578512,0.3140496,0.33471075,0.35123968,0.35950413,0.37603307,0.37603307,0.37190083,0.39256197,0.4338843,0.446281,0.46694216,0.4752066,0.5082645,0.5413223,0.5371901,0.5082645,0.47933885,0.4338843,0.38842976,0.40082645,0.45041323,0.46280992,0.44214877,0.42975205,0.42975205,0.42975205,0.43801653,0.4214876,0.40495867,0.3677686,0.35123968,0.35123968,0.3429752,0.30578512,0.28512397,0.2892562,0.29752067,0.30991736,0.32231405,0.3305785,0.34710744,0.37190083,0.37603307,0.35950413,0.32231405,0.46280992,0.4752066,0.446281,0.3966942,0.40082645,0.41322315,0.41735536,0.38842976,0.37603307,0.3429752,0.3305785,0.3305785,0.3140496,0.30165288,0.2768595,0.2644628,0.2768595,0.2768595,0.2644628,0.28099173,0.30578512,0.3264463,0.35123968,0.37603307,0.38016528,0.39256197,0.40495867,0.4090909,0.44214877,0.48347107,0.553719,0.59504133,0.6322314,0.6487603,0.6280992,0.57024795,0.5,0.45041323,0.44214877,0.4338843,0.40495867,0.3966942,0.40495867,0.40082645,0.40082645,0.39256197,0.36363637,0.36363637,0.37603307,0.35950413,0.37603307,0.3553719,0.2892562,0.24793388,0.23553719,0.23553719,0.2520661,0.2768595,0.32231405,0.35123968,0.38016528,0.38842976,0.38016528,0.36363637,0.45867768,0.45041323,0.42975205,0.44214877,0.45041323,0.42561984,0.4090909,0.38429752,0.39256197,0.3677686,0.36363637,0.38842976,0.4090909,0.41735536,0.36363637,0.38429752,0.39256197,0.38429752,0.3677686,0.38842976,0.3966942,0.37190083,0.34710744,0.36363637,0.37603307,0.38842976,0.3966942,0.4214876,0.446281,0.47107437,0.55785125,0.6322314,0.7355372,0.7644628,0.69008267,0.5785124,0.47107437,0.4338843,0.42975205,0.42975205,0.41735536,0.40495867,0.3966942,0.4090909,0.4338843,0.40495867,0.36363637,0.38429752,0.38429752,0.37190083,0.3966942,0.41322315,0.41322315,0.32231405,0.23553719,0.2231405,0.24793388,0.29338843,0.3429752,0.3966942,0.41322315,0.4090909,0.38016528,0.36363637,0.40082645,0.45867768,0.49586776,0.49586776,0.49173555,0.46694216,0.44214877,0.4090909,0.3966942,0.38429752,0.41322315,0.4752066,0.5247934,0.5206612,0.45867768,0.4090909,0.4214876,0.42561984,0.48347107,0.53305787,0.53305787,0.48347107,0.41735536,0.40082645,0.39256197,0.40495867,0.4090909,0.42975205,0.45454547,0.47107437,0.49586776,0.5082645,0.5206612,0.5661157,0.55785125,0.5041322,0.40495867,0.39256197,0.42975205,0.43801653,0.446281,0.42561984,0.40495867,0.42561984,0.46694216,0.46280992,0.41735536,0.38429752,0.37190083,0.38016528,0.41322315,0.42975205,0.4338843,0.38842976,0.29752067,0.2520661,0.28099173,0.3429752,0.39256197,0.4338843,0.4338843,0.4338843,0.38842976,0.3677686,0.3429752,0.38842976,0.47933885,0.5041322,0.5082645,0.49586776,0.47107437,0.45867768,0.4338843,0.43801653,0.48347107,0.5413223,0.59090906,0.60330576,0.553719,0.5,0.47933885,0.4876033,0.53305787,0.5661157,0.553719,0.5371901,0.49586776,0.46694216,0.45041323,0.45454547,0.45867768,0.46694216,0.48347107,0.49586776,0.5123967,0.56198347,0.6363636,0.661157,0.61157024,0.5165289,0.44214877,0.4090909,0.43801653,0.45867768,0.46280992,0.45454547,0.44214877,0.44214877,0.47933885,0.49173555,0.48347107,0.45867768,0.44214877,0.44214877,0.45454547,0.446281,0.40082645,0.35123968,0.3181818,0.30578512,0.3429752,0.37190083,0.39256197,0.42561984,0.446281,0.446281,0.41735536,0.3677686,0.43801653,0.45867768,0.49173555,0.49173555,0.49173555,0.5041322,0.5123967,0.53305787,0.5,0.47107437,0.47933885,0.4876033,0.5123967,0.553719,0.56198347,0.5413223,0.5123967,0.5206612,0.5247934,0.54545456,0.553719,0.553719,0.53305787,0.5165289,0.5082645,0.5082645,0.5123967,0.5041322,0.4876033,0.49173555,0.5413223,0.6280992,0.6983471,0.7107438,0.6735537,0.58677685,0.47933885,0.41322315,0.43801653,0.47933885,0.49586776,0.5082645,0.5041322,0.5041322,0.5206612,0.5123967,0.5041322,0.47933885,0.45867768,0.4214876,0.38429752,0.34710744,0.338843,0.33471075,0.34710744,0.3553719,0.38429752,0.3966942,0.39256197,0.3966942,0.4214876,0.41735536,0.40495867,0.38429752,0.45041323,0.4752066,0.49173555,0.47933885,0.46694216,0.49173555,0.5123967,0.5123967,0.5041322,0.4752066,0.46280992,0.45041323,0.4338843,0.4214876,0.45454547,0.5041322,0.53305787,0.5495868,0.55785125,0.55785125,0.53305787,0.5123967,0.5165289,0.5206612,0.5495868,0.55785125,0.5289256,0.46280992,0.4338843,0.46280992,0.57438016,0.6859504,0.74380165,0.73966944,0.6983471,0.62396693,0.5082645,0.4090909,0.4090909,0.49173555,0.54545456,0.55785125,0.5413223,0.5247934,0.5082645,0.47933885,0.42561984,0.41735536,0.40082645,0.38429752,0.37603307,0.37190083,0.3677686,0.37190083,0.38842976,0.3966942,0.41735536,0.42975205,0.41322315,0.40082645,0.40495867,0.40082645,0.38429752,0.38016528,0.45454547,0.4876033,0.5041322,0.4876033,0.46280992,0.48347107,0.5165289,0.5371901,0.5165289,0.49586776,0.48347107,0.4752066,0.47107437,0.47933885,0.5165289,0.54545456,0.57024795,0.57024795,0.55785125,0.5123967,0.48347107,0.47107437,0.5082645,0.55785125,0.59917355,0.56198347,0.5041322,0.43801653,0.4090909,0.45867768,0.61570245,0.72727275,0.74793386,0.71487606,0.6859504,0.6404959,0.5371901,0.41735536,0.38842976,0.47933885,0.553719,0.5661157,0.55785125,0.5247934,0.4876033,0.46280992,0.42975205,0.40495867,0.40082645,0.3966942,0.41322315,0.4090909,0.41322315,0.42561984,0.4338843,0.44214877,0.44214877,0.42975205,0.41735536,0.41322315,0.4090909,0.3966942,0.37190083,0.37190083,0.46694216,0.5,0.5206612,0.5082645,0.47933885,0.49586776,0.5123967,0.5413223,0.53305787,0.5247934,0.5041322,0.4752066,0.43801653,0.45041323,0.5082645,0.5413223,0.5495868,0.53305787,0.5123967,0.48347107,0.47933885,0.5082645,0.57438016,0.6198347,0.61157024,0.57438016,0.5123967,0.44214877,0.4338843,0.5,0.6404959,0.7231405,0.71487606,0.70247936,0.6694215,0.6487603,0.55785125,0.4214876,0.41322315,0.45041323,0.5206612,0.53305787,0.5413223,0.5206612,0.48347107,0.45454547,0.42561984,0.41322315,0.41735536,0.42561984,0.43801653,0.44214877,0.45867768,0.46694216,0.48347107,0.47107437,0.45454547,0.42975205,0.42561984,0.42975205,0.4214876,0.40082645,0.37603307,0.37190083,0.47107437,0.5,0.5289256,0.5247934,0.5041322,0.49586776,0.5165289,0.5413223,0.553719,0.55785125,0.553719,0.5041322,0.45867768,0.46694216,0.5,0.5206612,0.5123967,0.49586776,0.47107437,0.4876033,0.5206612,0.57024795,0.61570245,0.62396693,0.58264464,0.5082645,0.43801653,0.3966942,0.43801653,0.53305787,0.6322314,0.7066116,0.71900827,0.6983471,0.677686,0.6487603,0.58677685,0.46280992,0.36363637,0.34710744,0.42975205,0.5,0.54545456,0.54545456,0.5165289,0.49173555,0.46694216,0.45041323,0.43801653,0.44214877,0.44214877,0.46280992,0.4876033,0.49173555,0.5082645,0.5,0.47933885,0.45041323,0.446281,0.45041323,0.43801653,0.4090909,0.3677686,0.37603307,0.47933885,0.49586776,0.5289256,0.5371901,0.5165289,0.49586776,0.5123967,0.54545456,0.57438016,0.59504133,0.60330576,0.58264464,0.57024795,0.5371901,0.5165289,0.5041322,0.5041322,0.5,0.5289256,0.57438016,0.58677685,0.61157024,0.61570245,0.59917355,0.55785125,0.49586776,0.45454547,0.45454547,0.5041322,0.57438016,0.6404959,0.6942149,0.7231405,0.71487606,0.6859504,0.6404959,0.5785124,0.49173555,0.4214876,0.38016528,0.40082645,0.4752066,0.53305787,0.5413223,0.5289256,0.5123967,0.5041322,0.49173555,0.49173555,0.4876033,0.49586776,0.5082645,0.5041322,0.5082645,0.5123967,0.5082645,0.49173555,0.47933885,0.4752066,0.47107437,0.45454547,0.41322315,0.38842976,0.4090909,0.46694216,0.49173555,0.5206612,0.5413223,0.53305787,0.5123967,0.5206612,0.5371901,0.57024795,0.61157024,0.6363636,0.6322314,0.61157024,0.59090906,0.57024795,0.56198347,0.57438016,0.58677685,0.607438,0.61570245,0.59917355,0.59917355,0.58264464,0.55785125,0.5206612,0.47107437,0.47107437,0.5206612,0.57024795,0.59917355,0.6322314,0.69008267,0.7231405,0.71900827,0.6942149,0.6404959,0.57438016,0.5041322,0.45454547,0.41322315,0.39256197,0.44214877,0.5,0.5371901,0.54545456,0.5371901,0.5289256,0.5247934,0.53305787,0.53305787,0.5247934,0.5206612,0.5206612,0.5165289,0.5123967,0.5123967,0.5123967,0.49586776,0.4876033,0.4752066,0.45867768,0.42975205,0.41735536,0.46280992,0.45867768,0.47933885,0.5041322,0.5413223,0.5413223,0.5371901,0.5247934,0.5371901,0.55785125,0.59504133,0.61157024,0.61157024,0.61570245,0.62396693,0.6322314,0.6322314,0.6404959,0.6363636,0.6322314,0.62396693,0.58264464,0.55785125,0.5495868,0.5371901,0.48347107,0.45454547,0.5,0.57024795,0.59090906,0.59917355,0.6322314,0.6859504,0.72727275,0.71900827,0.6983471,0.6446281,0.58264464,0.5247934,0.48347107,0.4338843,0.40082645,0.41735536,0.48347107,0.5206612,0.5413223,0.54545456,0.54545456,0.54545456,0.5495868,0.5495868,0.54545456,0.5371901,0.5289256,0.5206612,0.5123967,0.5123967,0.5123967,0.5,0.4876033,0.47107437,0.46280992,0.47107437,0.5165289,0.5123967,0.47107437,0.4752066,0.49173555,0.5123967,0.5371901,0.53305787,0.53305787,0.5495868,0.5661157,0.59504133,0.6280992,0.6280992,0.6363636,0.6404959,0.6487603,0.6446281,0.6487603,0.6363636,0.6322314,0.61570245,0.5661157,0.53305787,0.5413223,0.5247934,0.46280992,0.47107437,0.53305787,0.58677685,0.59090906,0.60330576,0.6404959,0.69008267,0.72727275,0.72727275,0.70247936,0.661157,0.607438,0.54545456,0.49586776,0.45454547,0.41322315,0.4090909,0.45867768,0.5041322,0.5289256,0.5371901,0.5413223,0.5413223,0.553719,0.54545456,0.54545456,0.5413223,0.5371901,0.5289256,0.5123967,0.5,0.48347107,0.48347107,0.49586776,0.5123967,0.5495868,0.58264464,0.5371901,0.446281,0.46694216,0.4752066,0.4876033,0.5,0.5247934,0.5413223,0.55785125,0.5785124,0.58677685,0.60330576,0.61570245,0.6280992,0.62396693,0.6363636,0.6404959,0.6363636,0.6363636,0.6198347,0.61570245,0.59917355,0.55785125,0.5206612,0.5,0.45867768,0.43801653,0.49173555,0.54545456,0.5661157,0.58677685,0.60330576,0.6322314,0.6735537,0.72727275,0.73140496,0.71487606,0.6735537,0.607438,0.54545456,0.5041322,0.47933885,0.446281,0.4090909,0.4090909,0.45867768,0.5041322,0.5206612,0.5289256,0.5289256,0.5247934,0.5247934,0.5247934,0.5247934,0.5247934,0.5165289,0.5041322,0.47933885,0.4876033,0.5123967,0.58677685,0.6404959,0.6404959,0.54545456,0.41735536,0.3553719,0.46694216,0.48347107,0.49173555,0.5041322,0.5206612,0.54545456,0.59090906,0.62396693,0.62396693,0.60330576,0.61157024,0.6198347,0.61570245,0.6198347,0.6198347,0.61157024,0.61157024,0.607438,0.60330576,0.59090906,0.54545456,0.47933885,0.41735536,0.3966942,0.44214877,0.5041322,0.5495868,0.55785125,0.59090906,0.607438,0.6322314,0.661157,0.71900827,0.73140496,0.73140496,0.6859504,0.60330576,0.5413223,0.5041322,0.48347107,0.47933885,0.44214877,0.3966942,0.3966942,0.4338843,0.48347107,0.5123967,0.5206612,0.5165289,0.5123967,0.5123967,0.5206612,0.5206612,0.5165289,0.5082645,0.49586776,0.5041322,0.5206612,0.56198347,0.5371901,0.45454547,0.36363637,0.34710744,0.338843,0.47107437,0.4876033,0.5,0.5123967,0.5165289,0.53305787,0.5661157,0.607438,0.6528926,0.6735537,0.6735537,0.62396693,0.607438,0.61157024,0.61570245,0.6280992,0.61570245,0.59090906,0.55785125,0.5289256,0.48347107,0.44214877,0.43801653,0.43801653,0.47107437,0.5247934,0.56198347,0.5661157,0.58264464,0.607438,0.6322314,0.6528926,0.70247936,0.73140496,0.7355372,0.677686,0.59090906,0.53305787,0.5123967,0.49173555,0.4876033,0.4752066,0.43801653,0.37190083,0.3553719,0.39256197,0.4090909,0.43801653,0.47933885,0.4876033,0.4752066,0.46694216,0.46280992,0.46280992,0.46280992,0.446281,0.42561984,0.40082645,0.3966942,0.38842976,0.35123968,0.35950413,0.3553719,0.34710744,0.48347107,0.4876033,0.5,0.5082645,0.5041322,0.5041322,0.49586776,0.49586776,0.47933885,0.45454547,0.47933885,0.5247934,0.53305787,0.5206612,0.5041322,0.46694216,0.43801653,0.46280992,0.47933885,0.49173555,0.5082645,0.5165289,0.5082645,0.48347107,0.49586776,0.54545456,0.57024795,0.57438016,0.59090906,0.61157024,0.6280992,0.6528926,0.70247936,0.73966944,0.74380165,0.6859504,0.59917355,0.54545456,0.5206612,0.5123967,0.5,0.49586776,0.47933885,0.43801653,0.40495867,0.41322315,0.42561984,0.41735536,0.3966942,0.4090909,0.42975205,0.446281,0.45041323,0.42975205,0.3966942,0.38842976,0.38429752,0.38429752,0.3966942,0.4214876,0.39256197,0.38016528,0.36363637,0.3677686,0.48347107,0.49586776,0.5165289,0.5289256,0.5413223,0.53305787,0.5165289,0.5041322,0.49173555,0.5041322,0.5041322,0.5165289,0.5123967,0.5247934,0.5413223,0.5371901,0.5371901,0.53305787,0.5371901,0.5495868,0.5661157,0.55785125,0.5247934,0.5123967,0.5247934,0.55785125,0.58264464,0.58677685,0.59917355,0.61157024,0.62396693,0.6570248,0.71487606,0.75619835,0.74793386,0.6983471,0.61570245,0.55785125,0.5371901,0.5247934,0.5123967,0.48347107,0.4752066,0.44214877,0.44214877,0.47107437,0.45867768,0.48347107,0.49173555,0.5,0.49586776,0.49173555,0.49586776,0.49586776,0.47933885,0.45867768,0.45041323,0.43801653,0.42561984,0.4090909,0.40495867,0.38842976,0.38016528,0.38429752,0.47933885,0.5,0.5082645,0.5247934,0.5371901,0.5413223,0.5413223,0.5413223,0.54545456,0.55785125,0.57024795,0.58677685,0.59090906,0.59504133,0.59504133,0.58677685,0.57024795,0.553719,0.5413223,0.54545456,0.55785125,0.55785125,0.553719,0.53305787,0.5247934,0.54545456,0.57024795,0.58264464,0.607438,0.61157024,0.6280992,0.6528926,0.70247936,0.73966944,0.7355372,0.6859504,0.62396693,0.5661157,0.53305787,0.5041322,0.48347107,0.45454547,0.42561984,0.4214876,0.43801653,0.46694216,0.45454547,0.446281,0.46280992,0.48347107,0.48347107,0.49173555,0.48347107,0.49173555,0.46694216,0.44214877,0.44214877,0.4338843,0.41735536,0.40495867,0.38842976,0.38429752,0.39256197,0.38842976,0.47933885,0.49586776,0.5041322,0.5165289,0.5165289,0.5247934,0.5289256,0.5495868,0.5661157,0.57438016,0.5785124,0.59917355,0.59917355,0.59504133,0.58677685,0.5785124,0.56198347,0.5413223,0.5247934,0.5247934,0.5495868,0.57438016,0.57438016,0.5371901,0.49586776,0.48347107,0.5041322,0.5289256,0.5661157,0.57438016,0.60330576,0.6280992,0.6570248,0.6528926,0.6528926,0.6322314,0.59090906,0.53305787,0.47933885,0.4338843,0.4090909,0.37603307,0.3677686,0.39256197,0.43801653,0.47107437,0.45454547,0.44214877,0.42561984,0.446281,0.45454547,0.46694216,0.46280992,0.45867768,0.446281,0.4338843,0.42975205,0.41322315,0.3966942,0.38429752,0.37603307,0.38842976,0.3966942,0.38842976,0.47933885,0.4876033,0.49173555,0.49586776,0.5,0.5041322,0.5082645,0.5206612,0.5413223,0.5495868,0.55785125,0.56198347,0.56198347,0.56198347,0.5495868,0.53305787,0.5206612,0.5,0.5082645,0.5289256,0.57024795,0.60330576,0.60330576,0.55785125,0.4752066,0.40082645,0.37603307,0.40495867,0.44214877,0.48347107,0.5247934,0.55785125,0.58264464,0.5661157,0.55785125,0.53305787,0.5123967,0.45041323,0.38429752,0.30991736,0.2603306,0.2892562,0.338843,0.3966942,0.446281,0.47107437,0.4752066,0.446281,0.41735536,0.40495867,0.4090909,0.42975205,0.446281,0.446281,0.4214876,0.4214876,0.40495867,0.37603307,0.37190083,0.36363637,0.37603307,0.38842976,0.39256197,0.38842976,0.47107437,0.47107437,0.47933885,0.4876033,0.48347107,0.4876033,0.49586776,0.5041322,0.5082645,0.5247934,0.5206612,0.5082645,0.5,0.5082645,0.4876033,0.47107437,0.46280992,0.4752066,0.5082645,0.56198347,0.60330576,0.6322314,0.61570245,0.58677685,0.5206612,0.41735536,0.2892562,0.21487603,0.2768595,0.35123968,0.41735536,0.46280992,0.49586776,0.49173555,0.47933885,0.45867768,0.42561984,0.3429752,0.28099173,0.2520661,0.27272728,0.338843,0.39256197,0.42975205,0.47107437,0.4876033,0.49173555,0.46280992,0.4214876,0.38429752,0.37603307,0.39256197,0.41735536,0.4214876,0.4090909,0.40495867,0.3966942,0.37190083,0.35950413,0.37603307,0.39256197,0.3966942,0.38842976,0.38842976,0.46694216,0.47107437,0.48347107,0.4876033,0.4876033,0.48347107,0.48347107,0.48347107,0.4876033,0.48347107,0.47933885,0.46694216,0.46280992,0.45867768,0.446281,0.4214876,0.44214877,0.47933885,0.553719,0.59917355,0.6198347,0.61157024,0.607438,0.59917355,0.58264464,0.5165289,0.4214876,0.30165288,0.24793388,0.25619835,0.29752067,0.3429752,0.38429752,0.3966942,0.38842976,0.3677686,0.32231405,0.2603306,0.26859504,0.3181818,0.38842976,0.4214876,0.45041323,0.45041323,0.4752066,0.4752066,0.46694216,0.45041323,0.42975205,0.3966942,0.37190083,0.3677686,0.38016528,0.40495867,0.4090909,0.40082645,0.40082645,0.37603307,0.39256197,0.38842976,0.40082645,0.40082645,0.38842976,0.37603307,0.46280992,0.4752066,0.49586776,0.49173555,0.5,0.48347107,0.47933885,0.47107437,0.4752066,0.45867768,0.45454547,0.45041323,0.446281,0.44214877,0.4214876,0.42561984,0.45867768,0.5041322,0.5661157,0.59090906,0.59917355,0.59090906,0.57438016,0.58264464,0.59917355,0.58264464,0.5247934,0.46280992,0.38842976,0.30991736,0.2603306,0.23966943,0.23966943,0.25619835,0.26859504,0.25619835,0.2644628,0.29338843,0.3677686,0.4338843,0.44214877,0.45454547,0.45454547,0.45454547,0.46694216,0.46694216,0.46280992,0.45454547,0.4338843,0.41322315,0.38016528,0.37190083,0.38842976,0.41322315,0.4090909,0.40082645,0.3966942,0.39256197,0.39256197,0.4090909,0.41735536,0.40495867,0.38016528,0.3677686,0.45867768,0.4752066,0.48347107,0.49586776,0.5082645,0.49586776,0.49586776,0.47107437,0.46280992,0.45041323,0.446281,0.446281,0.44214877,0.41735536,0.4090909,0.43801653,0.48347107,0.5206612,0.55785125,0.57024795,0.57438016,0.57438016,0.57024795,0.57438016,0.59090906,0.58264464,0.5495868,0.5247934,0.4876033,0.44214877,0.36363637,0.2768595,0.24380165,0.24380165,0.2520661,0.2603306,0.30578512,0.38429752,0.44214877,0.4752066,0.4752066,0.46694216,0.45867768,0.45867768,0.45867768,0.45041323,0.43801653,0.44214877,0.43801653,0.41735536,0.4090909,0.38429752,0.41735536,0.42975205,0.4214876,0.4090909,0.4090909,0.41322315,0.40495867,0.4090909,0.41322315,0.40082645,0.3677686,0.38842976,0.45041323,0.47933885,0.4876033,0.5,0.5041322,0.5041322,0.5123967,0.49173555,0.48347107,0.46694216,0.45867768,0.45041323,0.43801653,0.41735536,0.41735536,0.45867768,0.5,0.5206612,0.53305787,0.5371901,0.5413223,0.54545456,0.55785125,0.5661157,0.57024795,0.5785124,0.57438016,0.56198347,0.553719,0.5289256,0.47107437,0.4090909,0.35950413,0.338843,0.338843,0.37190083,0.41322315,0.46280992,0.48347107,0.49173555,0.48347107,0.47933885,0.46694216,0.45867768,0.45041323,0.42561984,0.3966942,0.39256197,0.4214876,0.41735536,0.41322315,0.43801653,0.44214877,0.45041323,0.4338843,0.41735536,0.4090909,0.41322315,0.40082645,0.4090909,0.40495867,0.38842976,0.36363637,0.3966942,0.4338843,0.45867768,0.47933885,0.4876033,0.49173555,0.5041322,0.5165289,0.5082645,0.5041322,0.49173555,0.47933885,0.48347107,0.45041323,0.4338843,0.44214877,0.4752066,0.47933885,0.48347107,0.48347107,0.48347107,0.49586776,0.5165289,0.53305787,0.5495868,0.56198347,0.57438016,0.58264464,0.58264464,0.57438016,0.55785125,0.5165289,0.5041322,0.47933885,0.48347107,0.46280992,0.4876033,0.49586776,0.5,0.47933885,0.4752066,0.46694216,0.46280992,0.45454547,0.44214877,0.4214876,0.37603307,0.3264463,0.338843,0.39256197,0.4214876,0.42561984,0.45867768,0.47107437,0.45454547,0.43801653,0.41735536,0.40495867,0.41322315,0.40495867,0.40082645,0.40082645,0.37603307,0.3429752,0.38016528,0.41735536,0.44214877,0.46694216,0.47107437,0.4752066,0.49586776,0.5123967,0.5206612,0.5082645,0.5123967,0.5165289,0.5247934,0.49173555,0.48347107,0.47933885,0.47933885,0.44214877,0.40495867,0.37603307,0.3966942,0.42561984,0.46694216,0.5041322,0.53305787,0.5495868,0.56198347,0.56198347,0.5495868,0.5371901,0.5123967,0.5123967,0.5289256,0.5413223,0.53305787,0.5206612,0.5082645,0.49586776,0.45454547,0.4214876,0.40495867,0.3966942,0.38016528,0.35950413,0.3181818,0.27272728,0.27272728,0.3181818,0.37603307,0.41735536,0.43801653,0.45454547,0.46280992,0.47107437,0.45867768,0.4338843,0.41735536,0.40082645,0.40495867,0.4090909,0.38842976,0.38429752,0.36363637,0.3140496,0.35123968,0.4090909,0.42975205,0.446281,0.45454547,0.46694216,0.47933885,0.5,0.5123967,0.5123967,0.5247934,0.53305787,0.54545456,0.5371901,0.5082645,0.5,0.48347107,0.43801653,0.3966942,0.3429752,0.30578512,0.30991736,0.35123968,0.38429752,0.40082645,0.41735536,0.43801653,0.44214877,0.446281,0.4338843,0.4214876,0.42975205,0.45041323,0.46694216,0.46280992,0.45867768,0.42975205,0.3966942,0.37603307,0.3264463,0.3140496,0.28512397,0.25619835,0.24793388,0.22727273,0.28099173,0.37603307,0.44214877,0.45867768,0.45867768,0.45454547,0.45867768,0.45867768,0.46694216,0.45867768,0.44214877,0.4214876,0.40495867,0.40082645,0.40495867,0.38016528,0.35950413,0.3429752,0.30991736,0.3264463,0.3677686,0.40082645,0.42975205,0.43801653,0.45041323,0.46694216,0.48347107,0.5041322,0.5123967,0.5206612,0.5247934,0.5413223,0.54545456,0.5413223,0.53305787,0.5165289,0.5123967,0.5289256,0.53305787,0.5,0.42561984,0.3553719,0.35950413,0.35123968,0.30165288,0.26859504,0.29338843,0.29338843,0.30578512,0.30578512,0.3181818,0.3181818,0.3181818,0.3140496,0.3181818,0.30578512,0.26859504,0.23966943,0.21900827,0.21900827,0.24380165,0.2768595,0.30991736,0.33471075,0.38842976,0.45867768,0.49173555,0.4876033,0.47933885,0.4752066,0.48347107,0.47107437,0.45867768,0.446281,0.42975205,0.4214876,0.40082645,0.38016528,0.38842976,0.36363637,0.3264463,0.30165288,0.3264463,0.32231405,0.3677686,0.37190083,0.40495867,0.42561984,0.446281,0.45454547,0.4752066,0.49586776,0.5041322,0.5082645,0.5082645,0.5247934,0.5413223,0.5495868,0.553719,0.55785125,0.57438016,0.59917355,0.6198347,0.59504133,0.53305787,0.46694216,0.4338843,0.45041323,0.45867768,0.37190083,0.29752067,0.2603306,0.24793388,0.21487603,0.19421488,0.18181819,0.20247933,0.2107438,0.21900827,0.21487603,0.21487603,0.23140496,0.2603306,0.29752067,0.3429752,0.35123968,0.37190083,0.38842976,0.42975205,0.47933885,0.5,0.49173555,0.49173555,0.48347107,0.4876033,0.4752066,0.45041323,0.42975205,0.41735536,0.40495867,0.39256197,0.37190083,0.36363637,0.3264463,0.2892562,0.29338843,0.3429752,0.35123968,0.35950413,0.35950413,0.38429752,0.4090909,0.43801653,0.43801653,0.47107437,0.4752066,0.4876033,0.49586776,0.5041322,0.5247934,0.5413223,0.553719,0.55785125,0.57024795,0.59090906,0.61157024,0.6198347,0.607438,0.5661157,0.5082645,0.46280992,0.4752066,0.5123967,0.5165289,0.48347107,0.446281,0.41322315,0.39256197,0.37190083,0.3429752,0.338843,0.338843,0.35123968,0.37190083,0.39256197,0.4090909,0.41322315,0.40082645,0.38429752,0.3677686,0.37190083,0.4090909,0.45041323,0.4752066,0.49173555,0.4752066,0.4876033,0.47107437,0.4752066,0.45867768,0.43801653,0.41735536,0.40082645,0.38842976,0.38016528,0.36363637,0.3305785,0.27272728,0.27272728,0.3305785,0.37603307,0.37190083,0.36363637,0.35950413,0.3677686,0.38842976,0.41735536,0.42975205,0.45041323,0.46694216,0.47107437,0.48347107,0.5041322,0.5247934,0.5413223,0.54545456,0.5495868,0.5661157,0.58264464,0.607438,0.61157024,0.607438,0.58264464,0.54545456,0.5041322,0.48347107,0.47933885,0.5041322,0.5247934,0.54545456,0.55785125,0.553719,0.55785125,0.57024795,0.5495868,0.5413223,0.5371901,0.5289256,0.5247934,0.5082645,0.45041323,0.40495867,0.37190083,0.36363637,0.38842976,0.42975205,0.45454547,0.47107437,0.4752066,0.45454547,0.446281,0.446281,0.446281,0.42975205,0.4214876,0.40082645,0.38016528,0.38429752,0.36363637,0.33471075,0.27272728,0.2231405,0.2892562,0.38842976,0.40082645,0.40495867,0.3677686,0.3677686,0.35950413,0.35950413,0.38429752,0.41322315,0.42975205,0.446281,0.45867768,0.4752066,0.5041322,0.5206612,0.5289256,0.5371901,0.5371901,0.5495868,0.57024795,0.59090906,0.59917355,0.60330576,0.59090906,0.56198347,0.5371901,0.5123967,0.4752066,0.45867768,0.47933885,0.5123967,0.5413223,0.5495868,0.553719,0.56198347,0.5785124,0.57024795,0.5413223,0.5206612,0.5,0.46280992,0.42561984,0.38429752,0.37190083,0.38429752,0.4090909,0.43801653,0.46694216,0.4752066,0.46694216,0.44214877,0.42561984,0.42975205,0.41735536,0.4090909,0.40495867,0.38842976,0.36363637,0.35950413,0.34710744,0.2892562,0.19421488,0.21900827,0.3429752,0.4338843,0.45454547,0.44214877,0.38016528,0.38016528,0.3553719,0.338843,0.3553719,0.38842976,0.4090909,0.42561984,0.43801653,0.46280992,0.4752066,0.49586776,0.5123967,0.53305787,0.5247934,0.54545456,0.54545456,0.57024795,0.58264464,0.607438,0.59090906,0.56198347,0.53305787,0.5082645,0.49173555,0.45454547,0.446281,0.45041323,0.47107437,0.47933885,0.47933885,0.4876033,0.49586776,0.49173555,0.4752066,0.45454547,0.44214877,0.40495867,0.38842976,0.35950413,0.38016528,0.40082645,0.42975205,0.45454547,0.4752066,0.46694216,0.45041323,0.42975205,0.41322315,0.4090909,0.40495867,0.3966942,0.38016528,0.3677686,0.3553719,0.338843,0.2892562,0.20247933,0.12396694,0.28512397,0.42561984,0.4752066,0.47933885,0.4752066,0.37603307,0.39256197,0.35950413,0.3429752,0.33471075,0.3677686,0.39256197,0.4090909,0.41735536,0.43801653,0.45454547,0.47933885,0.49586776,0.5165289,0.5206612,0.5413223,0.5495868,0.56198347,0.5785124,0.59090906,0.59504133,0.57438016,0.5371901,0.5082645,0.47933885,0.45041323,0.4338843,0.41735536,0.4214876,0.4338843,0.4090909,0.40495867,0.40082645,0.39256197,0.39256197,0.38842976,0.37603307,0.35950413,0.36363637,0.37190083,0.40495867,0.43801653,0.45867768,0.4752066,0.46280992,0.45867768,0.43801653,0.4214876,0.41735536,0.41322315,0.40082645,0.38016528,0.35950413,0.338843,0.33471075,0.29752067,0.19008264,0.12396694,0.14876033,0.36363637,0.47933885,0.5165289,0.5,0.5,0.37603307,0.3966942,0.37190083,0.35123968,0.33471075,0.338843,0.3677686,0.39256197,0.40495867,0.42561984,0.43801653,0.46280992,0.48347107,0.5,0.5123967,0.5289256,0.5413223,0.5495868,0.57024795,0.5785124,0.59090906,0.58677685,0.56198347,0.5413223,0.5,0.46694216,0.42561984,0.38429752,0.34710744,0.33471075,0.3305785,0.33471075,0.3305785,0.3181818,0.3140496,0.30991736,0.338843,0.35950413,0.39256197,0.4214876,0.45041323,0.47107437,0.47933885,0.46694216,0.45454547,0.44214877,0.42975205,0.41322315,0.39256197,0.39256197,0.38429752,0.35950413,0.338843,0.32231405,0.28512397,0.1983471,0.12396694,0.11983471,0.23140496,0.41322315,0.5,0.5082645,0.5082645,0.5206612,0.38429752,0.3966942,0.38842976,0.37190083,0.338843,0.3305785,0.33471075,0.35950413,0.37603307,0.3966942,0.42561984,0.44214877,0.46694216,0.47933885,0.48347107,0.5,0.5165289,0.5289256,0.54545456,0.56198347,0.5785124,0.58264464,0.58264464,0.57024795,0.5371901,0.5123967,0.48347107,0.44214877,0.42561984,0.38842976,0.38016528,0.37190083,0.37603307,0.38429752,0.3966942,0.4090909,0.4214876,0.43801653,0.45454547,0.47107437,0.47933885,0.4876033,0.47933885,0.46280992,0.45041323,0.42561984,0.41735536,0.39256197,0.38842976,0.37603307,0.3553719,0.3264463,0.30991736,0.2892562,0.20661157,0.12809917,0.11570248,0.17768595,0.3305785,0.46280992,0.5289256,0.53305787,0.5289256,0.5413223,0.39256197,0.4090909,0.4090909,0.38842976,0.37190083,0.3429752,0.3264463,0.3305785,0.34710744,0.36363637,0.38429752,0.41322315,0.44214877,0.45454547,0.45867768,0.4752066,0.48347107,0.5082645,0.5289256,0.5495868,0.57024795,0.58264464,0.58677685,0.5785124,0.56198347,0.5495868,0.553719,0.5289256,0.49586776,0.48347107,0.4752066,0.45867768,0.45454547,0.46694216,0.4752066,0.47933885,0.4752066,0.49173555,0.5041322,0.5041322,0.5,0.47933885,0.47107437,0.45867768,0.43801653,0.41322315,0.3966942,0.39256197,0.3553719,0.33471075,0.32231405,0.30991736,0.27272728,0.2107438,0.13636364,0.12396694,0.1694215,0.2603306,0.40495867,0.49173555,0.53305787,0.5289256,0.5206612,0.54545456,0.40495867,0.41735536,0.42561984,0.41322315,0.3966942,0.35950413,0.338843,0.3140496,0.3305785,0.33471075,0.35123968,0.3553719,0.38842976,0.4214876,0.4338843,0.45454547,0.47933885,0.5,0.5206612,0.5371901,0.5495868,0.5661157,0.58677685,0.58677685,0.58677685,0.59917355,0.61157024,0.607438,0.59504133,0.57438016,0.57024795,0.553719,0.5289256,0.5371901,0.5206612,0.5247934,0.5165289,0.53305787,0.5289256,0.5247934,0.5,0.4752066,0.45867768,0.44214877,0.4214876,0.40082645,0.38016528,0.35950413,0.3305785,0.29752067,0.2892562,0.26859504,0.1983471,0.14049587,0.12396694,0.1694215,0.25619835,0.3553719,0.4338843,0.45454547,0.45041323,0.42561984,0.39256197,0.37603307,0.42975205,0.42561984,0.42975205,0.4214876,0.4090909,0.38429752,0.35950413,0.3305785,0.3140496,0.3264463,0.3305785,0.3264463,0.338843,0.3677686,0.40495867,0.42975205,0.46694216,0.48347107,0.5041322,0.5165289,0.5289256,0.55785125,0.58264464,0.59917355,0.607438,0.6198347,0.6280992,0.6322314,0.62396693,0.62396693,0.61570245,0.61157024,0.59917355,0.58677685,0.55785125,0.5413223,0.5289256,0.5495868,0.5206612,0.5123967,0.4876033,0.46280992,0.44214877,0.41735536,0.40082645,0.38016528,0.35123968,0.3181818,0.29752067,0.2768595,0.25619835,0.2107438,0.14876033,0.11983471,0.1694215,0.25619835,0.29338843,0.24793388,0.22727273,0.20661157,0.21487603,0.24793388,0.27272728,0.26859504,0.45454547,0.44214877,0.45041323,0.44214877,0.4214876,0.40495867,0.38429752,0.35950413,0.32231405,0.30991736,0.32231405,0.32231405,0.3181818,0.33471075,0.35950413,0.3966942,0.43801653,0.45454547,0.48347107,0.4876033,0.5,0.5413223,0.5495868,0.57024795,0.58264464,0.59504133,0.60330576,0.61157024,0.61157024,0.61570245,0.61157024,0.607438,0.607438,0.59917355,0.5661157,0.54545456,0.5413223,0.54545456,0.5041322,0.48347107,0.45041323,0.44214877,0.41735536,0.38842976,0.35950413,0.338843,0.30578512,0.2892562,0.2768595,0.2520661,0.20247933,0.14876033,0.14049587,0.19008264,0.28512397,0.3264463,0.25619835,0.15289256,0.1570248,0.20661157,0.3140496,0.38429752,0.43801653,0.446281,0.46280992,0.46694216,0.46694216,0.45867768,0.44214877,0.42561984,0.40495867,0.38429752,0.3553719,0.32231405,0.30578512,0.3140496,0.3140496,0.30991736,0.3140496,0.35123968,0.39256197,0.41735536,0.44214877,0.45867768,0.4752066,0.5082645,0.5041322,0.5247934,0.5413223,0.55785125,0.56198347,0.57024795,0.57438016,0.5785124,0.57438016,0.57438016,0.57438016,0.57024795,0.553719,0.5413223,0.5289256,0.5123967,0.47933885,0.44214877,0.41735536,0.39256197,0.37603307,0.35123968,0.3264463,0.29338843,0.2768595,0.2603306,0.24380165,0.2231405,0.2231405,0.21900827,0.27272728,0.37603307,0.38429752,0.3140496,0.2603306,0.2644628,0.33471075,0.40082645,0.46694216,0.5247934,0.56198347,0.55785125,0.48347107,0.45867768,0.4752066,0.47107437,0.46280992,0.446281,0.41735536,0.4090909,0.38429752,0.3429752,0.3140496,0.30578512,0.29752067,0.30578512,0.30165288,0.30165288,0.3264463,0.36363637,0.3966942,0.42561984,0.45454547,0.45867768,0.4876033,0.5041322,0.5206612,0.5289256,0.5371901,0.5371901,0.53305787,0.5413223,0.5371901,0.54545456,0.5413223,0.5247934,0.5165289,0.5,0.49173555,0.47107437,0.43801653,0.41322315,0.38016528,0.36363637,0.34710744,0.30165288,0.28512397,0.26859504,0.2603306,0.2231405,0.21900827,0.28512397,0.37603307,0.44214877,0.48347107,0.41735536,0.3429752,0.32231405,0.35123968,0.38429752,0.42975205,0.45867768,0.49586776,0.5413223,0.57438016,0.56198347,0.5289256,0.48347107,0.46694216,0.47933885,0.47933885,0.4752066,0.44214877,0.42975205,0.4090909,0.38016528,0.338843,0.3181818,0.29752067,0.29338843,0.28512397,0.28099173,0.28099173,0.30578512,0.338843,0.37190083,0.40082645,0.42975205,0.45867768,0.48347107,0.48347107,0.4876033,0.49173555,0.49586776,0.5,0.5,0.5,0.49586776,0.4876033,0.47933885,0.46694216,0.45867768,0.446281,0.42975205,0.3966942,0.37190083,0.3553719,0.32231405,0.30165288,0.27272728,0.2603306,0.23140496,0.20247933,0.21487603,0.28099173,0.35950413,0.4338843,0.43801653,0.35123968,0.30991736,0.37190083,0.4214876,0.4214876,0.42975205,0.4752066,0.4876033,0.5123967,0.56198347,0.58264464,0.5495868,0.5413223,0.5206612,0.48347107,0.4752066,0.48347107,0.4876033,0.46694216,0.446281,0.43801653,0.4090909,0.37603307,0.33471075,0.3140496,0.28512397,0.25619835,0.2644628,0.26859504,0.2892562,0.2892562,0.30991736,0.35123968,0.38016528,0.3966942,0.42561984,0.4338843,0.43801653,0.44214877,0.4338843,0.42975205,0.4338843,0.44214877,0.43801653,0.44214877,0.4338843,0.41735536,0.40495867,0.39256197,0.38016528,0.35123968,0.32231405,0.29752067,0.27272728,0.2644628,0.23553719,0.19008264,0.18595041,0.21900827,0.27272728,0.3181818,0.33471075,0.3140496,0.28512397,0.29752067,0.4090909,0.49173555,0.46694216,0.42975205,0.45041323,0.4876033,0.5123967,0.5165289,0.5495868,0.5123967,0.44214877,0.5413223,0.553719,0.53305787,0.49586776,0.48347107,0.49173555,0.4876033,0.48347107,0.45454547,0.4338843,0.40082645,0.37190083,0.3429752,0.30991736,0.27272728,0.24380165,0.23553719,0.2644628,0.26859504,0.2892562,0.29752067,0.3140496,0.32231405,0.34710744,0.3677686,0.38016528,0.38016528,0.37603307,0.37190083,0.37603307,0.38016528,0.37190083,0.36363637,0.37190083,0.35950413,0.3553719,0.33471075,0.32231405,0.29338843,0.28099173,0.25619835,0.23140496,0.1983471,0.1694215,0.19008264,0.23553719,0.26859504,0.29752067,0.32231405,0.33471075,0.3429752,0.41322315,0.49586776,0.5413223,0.54545456,0.46280992,0.4338843,0.49586776,0.5165289,0.5165289,0.4752066,0.41322315,0.338843,0.3181818,0.54545456,0.53305787,0.57438016,0.54545456,0.5,0.47933885,0.49173555,0.4876033,0.47933885,0.46280992,0.42975205,0.3966942,0.38016528,0.34710744,0.30991736,0.28512397,0.23966943,0.23966943,0.22727273,0.24793388,0.2603306,0.28512397,0.28512397,0.29752067,0.3140496,0.3264463,0.3264463,0.32231405,0.3264463,0.3305785,0.33471075,0.3264463,0.30991736,0.3140496,0.30991736,0.30991736,0.29752067,0.28512397,0.2644628,0.24380165,0.19421488,0.17355372,0.15289256,0.19421488,0.2603306,0.3140496,0.35123968,0.35950413,0.3677686,0.4338843,0.5247934,0.59090906,0.5785124,0.55785125,0.54545456,0.4752066,0.4338843,0.49586776,0.5082645,0.4752066,0.4214876,0.3429752,0.3305785,0.3305785,0.5495868,0.5041322,0.57024795,0.5785124,0.5661157,0.5041322,0.46694216,0.48347107,0.49173555,0.4876033,0.46280992,0.4338843,0.41322315,0.38016528,0.35123968,0.3181818,0.28512397,0.2520661,0.22727273,0.20661157,0.20247933,0.2231405,0.23966943,0.24793388,0.2603306,0.28099173,0.28512397,0.28099173,0.2892562,0.29338843,0.29338843,0.2892562,0.28099173,0.2768595,0.26859504,0.2520661,0.22727273,0.1983471,0.17768595,0.1570248,0.14049587,0.1694215,0.1983471,0.25619835,0.28512397,0.3181818,0.3966942,0.42975205,0.4876033,0.56198347,0.59917355,0.60330576,0.5785124,0.55785125,0.5371901,0.4876033,0.46694216,0.48347107,0.45867768,0.42975205,0.4090909,0.35123968,0.3429752,0.3305785,30 +0.4876033,0.5082645,0.5082645,0.5247934,0.5413223,0.553719,0.56198347,0.57438016,0.5785124,0.59917355,0.62396693,0.6280992,0.6363636,0.6694215,0.6735537,0.6818182,0.7066116,0.70247936,0.70247936,0.71900827,0.71487606,0.71900827,0.74380165,0.74380165,0.75206614,0.74793386,0.74793386,0.76033056,0.76033056,0.76859504,0.7768595,0.7768595,0.7644628,0.7768595,0.77272725,0.7644628,0.7644628,0.76033056,0.74793386,0.74380165,0.73966944,0.74380165,0.73140496,0.7231405,0.7107438,0.7066116,0.6983471,0.677686,0.6652893,0.6694215,0.6528926,0.6487603,0.6363636,0.62396693,0.6198347,0.607438,0.58264464,0.58264464,0.5785124,0.5661157,0.56198347,0.5495868,0.5371901,0.5371901,0.48347107,0.5082645,0.5165289,0.5247934,0.5371901,0.54545456,0.56198347,0.58264464,0.59090906,0.607438,0.6322314,0.6322314,0.6322314,0.6570248,0.6652893,0.6859504,0.70247936,0.70247936,0.7107438,0.71487606,0.71487606,0.71487606,0.7355372,0.7355372,0.7355372,0.74380165,0.74380165,0.75206614,0.75619835,0.75206614,0.7644628,0.7644628,0.75206614,0.76859504,0.74793386,0.75619835,0.76033056,0.75619835,0.75206614,0.74380165,0.73966944,0.73966944,0.7355372,0.73140496,0.7107438,0.7066116,0.70247936,0.677686,0.6652893,0.6652893,0.661157,0.661157,0.6404959,0.6280992,0.61157024,0.59504133,0.57438016,0.57438016,0.57438016,0.56198347,0.553719,0.5371901,0.5371901,0.53305787,0.48347107,0.5082645,0.5206612,0.5247934,0.53305787,0.5206612,0.54545456,0.5785124,0.60330576,0.61570245,0.6322314,0.6363636,0.6528926,0.661157,0.6694215,0.69008267,0.70247936,0.6942149,0.70247936,0.7107438,0.71487606,0.7231405,0.73140496,0.7355372,0.7355372,0.74793386,0.75206614,0.74793386,0.75619835,0.74380165,0.75206614,0.76033056,0.73966944,0.75619835,0.73966944,0.75619835,0.75619835,0.75206614,0.74793386,0.73966944,0.7355372,0.72727275,0.73140496,0.7355372,0.71487606,0.7107438,0.70247936,0.6818182,0.677686,0.677686,0.6735537,0.6652893,0.6404959,0.6280992,0.59917355,0.58677685,0.57438016,0.57438016,0.5661157,0.56198347,0.553719,0.5413223,0.53305787,0.5247934,0.4752066,0.5041322,0.5206612,0.5206612,0.5247934,0.5041322,0.5247934,0.57438016,0.60330576,0.62396693,0.6198347,0.6322314,0.6570248,0.6735537,0.6694215,0.6942149,0.70247936,0.6983471,0.6942149,0.70247936,0.71487606,0.72727275,0.73966944,0.7355372,0.73966944,0.74793386,0.75619835,0.75619835,0.76033056,0.74380165,0.75619835,0.75206614,0.73966944,0.75619835,0.75619835,0.75619835,0.75619835,0.75206614,0.74793386,0.73966944,0.72727275,0.71900827,0.72727275,0.7355372,0.72727275,0.7107438,0.70247936,0.6859504,0.6859504,0.6942149,0.6735537,0.6570248,0.62396693,0.607438,0.59090906,0.58677685,0.57438016,0.57024795,0.57024795,0.56198347,0.553719,0.5413223,0.5289256,0.5206612,0.46694216,0.5,0.5165289,0.5123967,0.5123967,0.5123967,0.5289256,0.55785125,0.59917355,0.61157024,0.61570245,0.61570245,0.6528926,0.6818182,0.677686,0.69008267,0.7066116,0.70247936,0.69008267,0.6983471,0.7066116,0.71900827,0.73966944,0.73140496,0.72727275,0.74793386,0.75206614,0.76033056,0.7644628,0.75206614,0.76033056,0.75206614,0.74793386,0.75206614,0.7644628,0.76033056,0.76033056,0.75619835,0.74380165,0.74380165,0.73966944,0.7355372,0.7355372,0.73966944,0.72727275,0.7107438,0.70247936,0.6942149,0.6983471,0.70247936,0.6735537,0.661157,0.62396693,0.60330576,0.59504133,0.59090906,0.57438016,0.5661157,0.5661157,0.55785125,0.54545456,0.5371901,0.5165289,0.5041322,0.46280992,0.49173555,0.5082645,0.5041322,0.5,0.5123967,0.53305787,0.5495868,0.58264464,0.59917355,0.6280992,0.6280992,0.6528926,0.6652893,0.69008267,0.6983471,0.7107438,0.7107438,0.70247936,0.7066116,0.71900827,0.72727275,0.73966944,0.73140496,0.74793386,0.75206614,0.74793386,0.76033056,0.76033056,0.75206614,0.75619835,0.75619835,0.75206614,0.74793386,0.76033056,0.76033056,0.76033056,0.7644628,0.74793386,0.75206614,0.74793386,0.74380165,0.73966944,0.74380165,0.74380165,0.7231405,0.71487606,0.7066116,0.7107438,0.7066116,0.677686,0.6735537,0.6487603,0.61570245,0.60330576,0.59917355,0.58264464,0.57024795,0.57024795,0.5495868,0.5413223,0.53305787,0.5082645,0.49173555,0.446281,0.47933885,0.49173555,0.49586776,0.5041322,0.5123967,0.5289256,0.553719,0.5785124,0.59917355,0.61157024,0.6404959,0.6446281,0.661157,0.6859504,0.70247936,0.6942149,0.70247936,0.71900827,0.71900827,0.7231405,0.74380165,0.74380165,0.73140496,0.75619835,0.76859504,0.7644628,0.76033056,0.75619835,0.75206614,0.73966944,0.74793386,0.74380165,0.74380165,0.76033056,0.74793386,0.76033056,0.76033056,0.75619835,0.75619835,0.75619835,0.75619835,0.75206614,0.75206614,0.74793386,0.73140496,0.71487606,0.7066116,0.7066116,0.70247936,0.69008267,0.6818182,0.6487603,0.6404959,0.6280992,0.61157024,0.607438,0.59090906,0.58677685,0.56198347,0.54545456,0.5247934,0.5041322,0.49173555,0.42975205,0.45867768,0.46694216,0.4876033,0.5041322,0.5123967,0.53305787,0.56198347,0.5785124,0.59917355,0.6198347,0.6404959,0.6570248,0.6694215,0.69008267,0.7066116,0.6983471,0.6942149,0.71900827,0.71900827,0.71900827,0.72727275,0.7355372,0.69008267,0.6859504,0.7355372,0.76859504,0.7644628,0.76033056,0.75619835,0.74793386,0.75206614,0.75206614,0.7231405,0.74793386,0.73140496,0.73966944,0.73140496,0.72727275,0.73966944,0.75206614,0.75619835,0.74793386,0.74380165,0.73140496,0.71900827,0.7066116,0.6942149,0.69008267,0.677686,0.6528926,0.6363636,0.6363636,0.61570245,0.61157024,0.59917355,0.607438,0.59090906,0.59504133,0.57438016,0.553719,0.5289256,0.5123967,0.5041322,0.41735536,0.43801653,0.446281,0.47107437,0.5082645,0.5289256,0.56198347,0.58264464,0.58264464,0.61157024,0.6363636,0.62396693,0.6528926,0.677686,0.6818182,0.6983471,0.7107438,0.7066116,0.7066116,0.7066116,0.70247936,0.7066116,0.7107438,0.6570248,0.61157024,0.661157,0.72727275,0.74793386,0.74793386,0.75206614,0.74793386,0.73966944,0.74793386,0.73140496,0.7231405,0.71900827,0.71900827,0.71487606,0.71900827,0.72727275,0.7355372,0.73140496,0.73140496,0.71487606,0.69008267,0.677686,0.6570248,0.6322314,0.61157024,0.59917355,0.5661157,0.5661157,0.55785125,0.53305787,0.53305787,0.5206612,0.5123967,0.5082645,0.5371901,0.5371901,0.5206612,0.5082645,0.5082645,0.5041322,0.4090909,0.42975205,0.45867768,0.48347107,0.5041322,0.5206612,0.5371901,0.5413223,0.5495868,0.59504133,0.6280992,0.62396693,0.6446281,0.6652893,0.677686,0.677686,0.6942149,0.6942149,0.6983471,0.6942149,0.6735537,0.6859504,0.69008267,0.6694215,0.6487603,0.6735537,0.7066116,0.7231405,0.73140496,0.72727275,0.7355372,0.73140496,0.71900827,0.7107438,0.7107438,0.69008267,0.6818182,0.6859504,0.6818182,0.6652893,0.6694215,0.6570248,0.62396693,0.58264464,0.53305787,0.5165289,0.5041322,0.45867768,0.446281,0.46280992,0.47107437,0.4876033,0.46694216,0.5,0.5206612,0.49586776,0.5,0.5,0.5082645,0.5041322,0.49173555,0.5,0.5165289,0.5165289,0.40082645,0.4090909,0.43801653,0.45454547,0.46280992,0.43801653,0.44214877,0.45867768,0.45867768,0.47107437,0.5123967,0.53305787,0.5413223,0.5661157,0.55785125,0.55785125,0.57024795,0.59504133,0.6280992,0.6446281,0.6280992,0.6363636,0.6528926,0.6487603,0.6570248,0.6818182,0.6859504,0.70247936,0.71487606,0.7066116,0.7066116,0.6983471,0.677686,0.6735537,0.6735537,0.6404959,0.61157024,0.60330576,0.60330576,0.57024795,0.5371901,0.48347107,0.44214877,0.40495867,0.38016528,0.37190083,0.37190083,0.38016528,0.42975205,0.49173555,0.5123967,0.5371901,0.5371901,0.5495868,0.53305787,0.5247934,0.5206612,0.5165289,0.49586776,0.5,0.49173555,0.4876033,0.49173555,0.5041322,0.3966942,0.38429752,0.38429752,0.38842976,0.38016528,0.3553719,0.3677686,0.40082645,0.40495867,0.38842976,0.37190083,0.38429752,0.37603307,0.3677686,0.38429752,0.37190083,0.38016528,0.40495867,0.45867768,0.49586776,0.5289256,0.5413223,0.57024795,0.59090906,0.6198347,0.6446281,0.6528926,0.6735537,0.6818182,0.6735537,0.6859504,0.6735537,0.6528926,0.6280992,0.6198347,0.59917355,0.5289256,0.5041322,0.5041322,0.47107437,0.45041323,0.40495867,0.36363637,0.35950413,0.3553719,0.3966942,0.45041323,0.5,0.53305787,0.54545456,0.553719,0.57024795,0.57438016,0.5661157,0.5413223,0.5371901,0.5165289,0.5041322,0.4752066,0.47107437,0.45867768,0.46694216,0.47107437,0.49173555,0.39256197,0.3677686,0.36363637,0.37190083,0.33471075,0.34710744,0.35950413,0.39256197,0.41322315,0.42975205,0.43801653,0.4090909,0.38016528,0.34710744,0.3264463,0.30578512,0.3181818,0.35123968,0.38016528,0.3966942,0.42975205,0.4752066,0.5165289,0.5495868,0.5785124,0.59917355,0.61570245,0.6363636,0.6446281,0.6322314,0.6446281,0.6446281,0.6446281,0.60330576,0.60330576,0.57438016,0.53305787,0.5123967,0.5206612,0.5289256,0.5371901,0.5371901,0.5413223,0.56198347,0.48347107,0.4752066,0.49173555,0.43801653,0.45041323,0.446281,0.4876033,0.6694215,0.6487603,0.60330576,0.55785125,0.46694216,0.46694216,0.48347107,0.45454547,0.43801653,0.43801653,0.47107437,0.47933885,0.49173555,0.38016528,0.3553719,0.34710744,0.34710744,0.33471075,0.35123968,0.38016528,0.41735536,0.45041323,0.4752066,0.49173555,0.53305787,0.5413223,0.5165289,0.47107437,0.46280992,0.46280992,0.61157024,0.61157024,0.5413223,0.5289256,0.5289256,0.5206612,0.5123967,0.55785125,0.59090906,0.60330576,0.58677685,0.59917355,0.53305787,0.5413223,0.5371901,0.5785124,0.5165289,0.5041322,0.4752066,0.5,0.4338843,0.42975205,0.46280992,0.48347107,0.49173555,0.5123967,0.5289256,0.5206612,0.5082645,0.5165289,0.5123967,0.5082645,0.5041322,0.5,0.5165289,0.49586776,0.47107437,0.46694216,0.46280992,0.4338843,0.44214877,0.4090909,0.35950413,0.40495867,0.45041323,0.46280992,0.47107437,0.37603307,0.36363637,0.3429752,0.3264463,0.3140496,0.3181818,0.35123968,0.36363637,0.3966942,0.41322315,0.42561984,0.446281,0.46694216,0.45867768,0.45867768,0.4338843,0.41735536,0.40082645,0.40495867,0.38016528,0.36363637,0.38429752,0.39256197,0.40495867,0.45867768,0.4876033,0.49173555,0.5247934,0.5082645,0.5247934,0.5165289,0.5206612,0.5165289,0.4876033,0.46280992,0.41735536,0.44214877,0.45041323,0.44214877,0.48347107,0.47933885,0.47933885,0.4752066,0.4752066,0.45867768,0.44214877,0.43801653,0.4338843,0.43801653,0.44214877,0.45041323,0.45454547,0.44214877,0.46694216,0.46280992,0.47107437,0.49586776,0.5,0.47107437,0.45867768,0.42561984,0.38429752,0.41735536,0.45867768,0.34710744,0.3429752,0.30578512,0.3140496,0.3429752,0.34710744,0.37603307,0.39256197,0.39256197,0.39256197,0.38842976,0.38016528,0.38429752,0.39256197,0.38429752,0.35123968,0.3553719,0.35950413,0.37603307,0.3677686,0.35123968,0.36363637,0.37190083,0.3553719,0.38842976,0.45041323,0.4214876,0.446281,0.5289256,0.57024795,0.58677685,0.61570245,0.59917355,0.5495868,0.4752066,0.4214876,0.45041323,0.446281,0.45867768,0.45454547,0.45454547,0.45041323,0.4214876,0.4090909,0.3966942,0.3966942,0.40082645,0.4090909,0.3966942,0.40082645,0.42975205,0.45041323,0.42561984,0.4090909,0.42975205,0.45454547,0.46280992,0.47933885,0.45867768,0.446281,0.48347107,0.4752066,0.40495867,0.4090909,0.29752067,0.3305785,0.37190083,0.3553719,0.34710744,0.33471075,0.338843,0.3305785,0.2892562,0.3181818,0.32231405,0.338843,0.338843,0.32231405,0.3305785,0.3181818,0.35123968,0.3305785,0.34710744,0.35950413,0.36363637,0.36363637,0.3677686,0.3677686,0.37190083,0.41322315,0.48347107,0.49586776,0.59090906,0.6528926,0.6983471,0.70247936,0.71900827,0.661157,0.553719,0.49173555,0.47107437,0.4752066,0.446281,0.446281,0.43801653,0.41322315,0.38842976,0.40495867,0.4338843,0.4090909,0.35950413,0.40082645,0.38429752,0.35123968,0.38429752,0.47107437,0.39256197,0.38016528,0.41735536,0.44214877,0.44214877,0.45867768,0.46694216,0.46694216,0.4876033,0.49173555,0.4752066,0.45867768,0.2644628,0.35123968,0.4214876,0.4090909,0.3429752,0.3140496,0.30991736,0.26859504,0.20661157,0.28512397,0.30991736,0.3677686,0.40082645,0.35950413,0.35123968,0.3429752,0.44214877,0.38429752,0.37190083,0.41735536,0.39256197,0.38016528,0.38842976,0.38842976,0.38429752,0.38016528,0.45867768,0.49586776,0.553719,0.6446281,0.7107438,0.6694215,0.74380165,0.6983471,0.53305787,0.4876033,0.5123967,0.5,0.45867768,0.45454547,0.42975205,0.3966942,0.3966942,0.45041323,0.5247934,0.47933885,0.38842976,0.3553719,0.35123968,0.3140496,0.35123968,0.5247934,0.4752066,0.42561984,0.4090909,0.43801653,0.46280992,0.45867768,0.4752066,0.49586776,0.5165289,0.5041322,0.48347107,0.45041323,0.26859504,0.3305785,0.4338843,0.46694216,0.4090909,0.3305785,0.28512397,0.24793388,0.19008264,0.21487603,0.3305785,0.44214877,0.5041322,0.4338843,0.42561984,0.40495867,0.41322315,0.42975205,0.46694216,0.5289256,0.47933885,0.41735536,0.41322315,0.42975205,0.4090909,0.38842976,0.4214876,0.46694216,0.45867768,0.5206612,0.59090906,0.60330576,0.61570245,0.59917355,0.4338843,0.44214877,0.5371901,0.5206612,0.49173555,0.5,0.446281,0.40495867,0.43801653,0.4876033,0.56198347,0.5289256,0.42975205,0.35123968,0.3305785,0.35950413,0.44214877,0.5371901,0.5123967,0.4752066,0.43801653,0.45041323,0.48347107,0.46694216,0.47933885,0.5123967,0.53305787,0.5289256,0.5123967,0.44214877,0.28099173,0.3181818,0.4214876,0.48347107,0.47933885,0.40495867,0.3181818,0.2768595,0.2107438,0.2231405,0.37190083,0.47933885,0.55785125,0.5247934,0.4752066,0.46280992,0.45454547,0.4876033,0.54545456,0.58677685,0.54545456,0.4752066,0.45041323,0.4752066,0.47107437,0.43801653,0.46694216,0.5123967,0.4876033,0.58264464,0.6528926,0.7107438,0.6942149,0.6404959,0.45041323,0.44214877,0.5206612,0.5371901,0.5165289,0.5247934,0.4752066,0.42975205,0.45041323,0.45454547,0.5041322,0.53305787,0.49586776,0.4752066,0.47107437,0.5,0.5247934,0.5495868,0.5041322,0.45867768,0.4338843,0.46280992,0.47933885,0.46280992,0.46694216,0.5,0.5413223,0.553719,0.5123967,0.42975205,0.2768595,0.3140496,0.3966942,0.47107437,0.5,0.47107437,0.40082645,0.3429752,0.29338843,0.2644628,0.32231405,0.40495867,0.48347107,0.54545456,0.5,0.4752066,0.46280992,0.49173555,0.5165289,0.53305787,0.5123967,0.5123967,0.5082645,0.5041322,0.5165289,0.48347107,0.49173555,0.48347107,0.5,0.6363636,0.7107438,0.7644628,0.75206614,0.6983471,0.53305787,0.40082645,0.4876033,0.5165289,0.53305787,0.5289256,0.5041322,0.47107437,0.46280992,0.446281,0.47107437,0.49586776,0.5165289,0.53305787,0.5413223,0.5495868,0.53305787,0.5289256,0.48347107,0.446281,0.42561984,0.45454547,0.45867768,0.4338843,0.44214877,0.47933885,0.5247934,0.553719,0.5041322,0.42561984,0.27272728,0.30578512,0.37190083,0.43801653,0.49173555,0.5,0.46694216,0.4214876,0.3966942,0.3305785,0.30991736,0.3181818,0.37190083,0.42561984,0.446281,0.4338843,0.42975205,0.44214877,0.47107437,0.5082645,0.5289256,0.55785125,0.55785125,0.5413223,0.55785125,0.5,0.48347107,0.4214876,0.5165289,0.661157,0.7355372,0.77272725,0.76033056,0.71487606,0.61157024,0.3966942,0.4338843,0.45041323,0.5,0.5495868,0.5495868,0.49586776,0.4752066,0.45454547,0.47107437,0.49586776,0.5123967,0.5206612,0.5247934,0.5247934,0.5041322,0.5041322,0.46694216,0.43801653,0.4338843,0.446281,0.44214877,0.44214877,0.45867768,0.4876033,0.5123967,0.5371901,0.5041322,0.44214877,0.28099173,0.30991736,0.35950413,0.40495867,0.47107437,0.5,0.5,0.4752066,0.446281,0.39256197,0.38842976,0.36363637,0.38016528,0.40082645,0.4214876,0.4214876,0.42975205,0.43801653,0.46694216,0.5165289,0.56198347,0.57438016,0.57438016,0.57024795,0.57024795,0.49173555,0.42561984,0.38842976,0.56198347,0.6818182,0.74793386,0.76859504,0.75206614,0.72727275,0.6859504,0.46280992,0.35950413,0.45454547,0.5123967,0.5165289,0.59090906,0.55785125,0.5165289,0.48347107,0.47107437,0.47933885,0.5082645,0.5206612,0.53305787,0.49586776,0.47933885,0.48347107,0.47933885,0.4752066,0.45867768,0.46694216,0.47933885,0.48347107,0.5,0.5165289,0.5165289,0.5165289,0.5041322,0.47933885,0.29338843,0.30578512,0.35123968,0.38842976,0.46280992,0.5082645,0.5289256,0.5123967,0.47933885,0.4338843,0.44214877,0.39256197,0.40495867,0.46280992,0.46280992,0.46694216,0.47107437,0.46694216,0.46694216,0.4752066,0.5123967,0.5413223,0.57438016,0.58677685,0.5041322,0.5289256,0.3966942,0.3966942,0.58677685,0.6859504,0.75619835,0.74793386,0.7355372,0.7231405,0.7066116,0.5661157,0.33471075,0.42975205,0.48347107,0.46694216,0.55785125,0.61157024,0.58677685,0.5413223,0.5082645,0.4752066,0.47107437,0.47933885,0.49586776,0.47933885,0.48347107,0.49173555,0.5082645,0.5082645,0.5,0.5082645,0.53305787,0.5289256,0.5289256,0.5289256,0.5247934,0.5082645,0.5165289,0.5206612,0.3140496,0.29752067,0.35950413,0.38016528,0.446281,0.5123967,0.5371901,0.5413223,0.5082645,0.47933885,0.48347107,0.40082645,0.38842976,0.48347107,0.49173555,0.49173555,0.48347107,0.4752066,0.46280992,0.46694216,0.5041322,0.5413223,0.58264464,0.58264464,0.45041323,0.45041323,0.3553719,0.42561984,0.59090906,0.6859504,0.75619835,0.75619835,0.73966944,0.72727275,0.6942149,0.6322314,0.44214877,0.38429752,0.41322315,0.45867768,0.5206612,0.61157024,0.6280992,0.58677685,0.55785125,0.5371901,0.5082645,0.4876033,0.49173555,0.49173555,0.5041322,0.5247934,0.54545456,0.54545456,0.56198347,0.5661157,0.57024795,0.5661157,0.55785125,0.54545456,0.5413223,0.5206612,0.5247934,0.5413223,0.34710744,0.2892562,0.3429752,0.38016528,0.4338843,0.49586776,0.5247934,0.553719,0.5413223,0.5289256,0.5247934,0.4752066,0.45454547,0.48347107,0.4876033,0.48347107,0.48347107,0.47933885,0.49173555,0.5247934,0.553719,0.57438016,0.59504133,0.56198347,0.45867768,0.40082645,0.38016528,0.46280992,0.58677685,0.6818182,0.75206614,0.7768595,0.74380165,0.71487606,0.69008267,0.6363636,0.57024795,0.45454547,0.41735536,0.45041323,0.5,0.57438016,0.6280992,0.59917355,0.5785124,0.58677685,0.57438016,0.54545456,0.5495868,0.54545456,0.5495868,0.58677685,0.59504133,0.5785124,0.60330576,0.61157024,0.59917355,0.59917355,0.58264464,0.57438016,0.553719,0.5247934,0.5206612,0.5371901,0.38842976,0.30578512,0.3264463,0.37190083,0.4214876,0.47933885,0.5165289,0.5413223,0.56198347,0.57024795,0.57024795,0.55785125,0.53305787,0.5247934,0.4876033,0.48347107,0.49586776,0.5165289,0.5495868,0.5785124,0.57438016,0.58677685,0.58264464,0.5289256,0.446281,0.40495867,0.45454547,0.5082645,0.57438016,0.6652893,0.75206614,0.7768595,0.75206614,0.6983471,0.6694215,0.6322314,0.607438,0.57024795,0.45454547,0.4338843,0.48347107,0.5495868,0.6198347,0.6198347,0.59917355,0.61157024,0.59917355,0.58677685,0.58264464,0.60330576,0.59090906,0.61570245,0.607438,0.61157024,0.607438,0.6322314,0.61570245,0.61157024,0.59090906,0.58677685,0.5661157,0.5247934,0.5123967,0.5289256,0.40495867,0.37603307,0.3305785,0.36363637,0.4090909,0.44214877,0.49586776,0.5082645,0.5495868,0.5661157,0.58677685,0.59504133,0.56198347,0.58677685,0.56198347,0.553719,0.55785125,0.5785124,0.59090906,0.59917355,0.57438016,0.56198347,0.54545456,0.5,0.41322315,0.4338843,0.5041322,0.53305787,0.553719,0.661157,0.74380165,0.76859504,0.74793386,0.7066116,0.6694215,0.62396693,0.6198347,0.61570245,0.57024795,0.44214877,0.45041323,0.5289256,0.59090906,0.61570245,0.6198347,0.62396693,0.61157024,0.607438,0.61157024,0.6198347,0.61157024,0.62396693,0.61157024,0.61570245,0.60330576,0.6280992,0.62396693,0.60330576,0.59090906,0.58264464,0.553719,0.53305787,0.5247934,0.5,0.34710744,0.5041322,0.45041323,0.3677686,0.38842976,0.4214876,0.47107437,0.49173555,0.5206612,0.5413223,0.55785125,0.57438016,0.5785124,0.61570245,0.61570245,0.6322314,0.61570245,0.6280992,0.6280992,0.61157024,0.54545456,0.53305787,0.5413223,0.45041323,0.38429752,0.4752066,0.5082645,0.53305787,0.57438016,0.6404959,0.7355372,0.76859504,0.74793386,0.72727275,0.6942149,0.6363636,0.62396693,0.60330576,0.59917355,0.5247934,0.42561984,0.4876033,0.5785124,0.60330576,0.61157024,0.62396693,0.6363636,0.6280992,0.6363636,0.6363636,0.61570245,0.62396693,0.61570245,0.59504133,0.61157024,0.60330576,0.59917355,0.59504133,0.59090906,0.5661157,0.55785125,0.55785125,0.5247934,0.46694216,0.27272728,0.3677686,0.5495868,0.5041322,0.40082645,0.40495867,0.47107437,0.49586776,0.5165289,0.54545456,0.57438016,0.58677685,0.58264464,0.607438,0.62396693,0.6322314,0.61570245,0.607438,0.62396693,0.60330576,0.5247934,0.5,0.5123967,0.4090909,0.38842976,0.47933885,0.5206612,0.5413223,0.5785124,0.6404959,0.72727275,0.76859504,0.76033056,0.71487606,0.7066116,0.6528926,0.61570245,0.61570245,0.59504133,0.59090906,0.5165289,0.42561984,0.5,0.57024795,0.57024795,0.59917355,0.61570245,0.607438,0.61570245,0.6322314,0.61157024,0.62396693,0.6280992,0.61570245,0.59504133,0.59504133,0.55785125,0.59090906,0.61157024,0.61570245,0.60330576,0.53305787,0.47107437,0.46694216,0.28512397,0.30991736,0.34710744,0.5165289,0.5661157,0.47107437,0.47107437,0.5082645,0.5247934,0.5371901,0.5661157,0.57438016,0.56198347,0.59504133,0.59090906,0.60330576,0.59090906,0.58264464,0.59917355,0.59504133,0.5165289,0.46280992,0.42561984,0.35950413,0.3966942,0.46280992,0.5,0.5413223,0.58677685,0.6198347,0.6859504,0.7892562,0.76859504,0.7355372,0.6983471,0.6363636,0.6198347,0.61570245,0.607438,0.59090906,0.607438,0.5165289,0.41322315,0.45454547,0.5206612,0.5661157,0.58264464,0.5785124,0.59090906,0.60330576,0.59504133,0.59917355,0.607438,0.62396693,0.61570245,0.6652893,0.661157,0.70247936,0.73140496,0.661157,0.5289256,0.43801653,0.46694216,0.49173555,0.27272728,0.3181818,0.3305785,0.338843,0.4338843,0.70247936,0.6818182,0.5785124,0.5413223,0.5289256,0.5289256,0.553719,0.5495868,0.57024795,0.56198347,0.5785124,0.57024795,0.56198347,0.57438016,0.58264464,0.5206612,0.41735536,0.39256197,0.38429752,0.4214876,0.47107437,0.5082645,0.55785125,0.58264464,0.607438,0.6652893,0.7768595,0.7933884,0.74380165,0.69008267,0.6363636,0.6198347,0.61570245,0.59917355,0.57438016,0.59917355,0.6198347,0.49586776,0.34710744,0.3677686,0.4876033,0.607438,0.6487603,0.661157,0.6735537,0.7355372,0.74793386,0.73140496,0.72727275,0.6859504,0.62396693,0.58677685,0.5289256,0.5,0.45867768,0.4338843,0.45454547,0.5041322,0.5165289,0.26859504,0.30991736,0.3305785,0.3264463,0.30991736,0.40495867,0.5371901,0.58677685,0.59504133,0.5661157,0.5495868,0.55785125,0.56198347,0.55785125,0.55785125,0.56198347,0.53305787,0.5247934,0.49586776,0.46280992,0.43801653,0.46694216,0.48347107,0.43801653,0.46280992,0.49586776,0.5123967,0.553719,0.58677685,0.60330576,0.661157,0.75619835,0.80991733,0.74793386,0.677686,0.6322314,0.6198347,0.61570245,0.59917355,0.5785124,0.59090906,0.6363636,0.58264464,0.45867768,0.4090909,0.37603307,0.4090909,0.41322315,0.42561984,0.4214876,0.45454547,0.47107437,0.446281,0.44214877,0.446281,0.4214876,0.4338843,0.45041323,0.47933885,0.4876033,0.5,0.5289256,0.5247934,0.5082645,0.25619835,0.30578512,0.338843,0.3305785,0.338843,0.35950413,0.37603307,0.38016528,0.39256197,0.39256197,0.40082645,0.40495867,0.42975205,0.42561984,0.42975205,0.4338843,0.4214876,0.44214877,0.4752066,0.49586776,0.5289256,0.553719,0.5123967,0.46694216,0.49586776,0.5165289,0.5247934,0.5495868,0.59090906,0.607438,0.6652893,0.74380165,0.80991733,0.7644628,0.69008267,0.6404959,0.62396693,0.6446281,0.6198347,0.58677685,0.60330576,0.61157024,0.59090906,0.5123967,0.4876033,0.5082645,0.5123967,0.5123967,0.53305787,0.53305787,0.5371901,0.5495868,0.5371901,0.553719,0.56198347,0.553719,0.5413223,0.5495868,0.55785125,0.5289256,0.5082645,0.5371901,0.5206612,0.4876033,0.24793388,0.29752067,0.3429752,0.338843,0.35123968,0.37603307,0.38016528,0.3966942,0.4214876,0.42975205,0.45454547,0.4752066,0.48347107,0.5123967,0.5123967,0.5206612,0.5206612,0.53305787,0.5495868,0.56198347,0.57024795,0.57024795,0.5123967,0.47933885,0.5041322,0.53305787,0.5495868,0.54545456,0.57438016,0.6280992,0.6818182,0.73140496,0.8057851,0.8016529,0.71487606,0.6570248,0.6280992,0.6487603,0.6487603,0.61570245,0.5785124,0.58264464,0.553719,0.5,0.5123967,0.5371901,0.5165289,0.49586776,0.5082645,0.5371901,0.553719,0.553719,0.55785125,0.57438016,0.5785124,0.5661157,0.5371901,0.5289256,0.5495868,0.5206612,0.49173555,0.5165289,0.5041322,0.4876033,0.24793388,0.28512397,0.338843,0.35123968,0.3677686,0.40082645,0.40082645,0.41322315,0.44214877,0.46694216,0.4876033,0.5123967,0.5123967,0.54545456,0.5413223,0.54545456,0.5495868,0.5495868,0.5495868,0.5495868,0.53305787,0.5371901,0.4876033,0.45867768,0.4752066,0.5,0.5495868,0.5495868,0.57438016,0.6363636,0.6735537,0.6983471,0.76859504,0.8140496,0.7231405,0.6570248,0.62396693,0.62396693,0.59917355,0.5661157,0.5413223,0.53305787,0.49586776,0.47107437,0.5289256,0.57438016,0.54545456,0.5,0.46280992,0.49586776,0.5165289,0.53305787,0.5289256,0.553719,0.553719,0.53305787,0.5247934,0.5206612,0.5247934,0.5123967,0.5041322,0.49586776,0.4876033,0.48347107,0.2520661,0.26859504,0.32231405,0.3553719,0.37190083,0.38842976,0.39256197,0.38842976,0.41735536,0.46280992,0.5,0.5123967,0.5289256,0.55785125,0.54545456,0.553719,0.553719,0.54545456,0.54545456,0.53305787,0.5041322,0.5165289,0.47933885,0.42561984,0.4090909,0.41322315,0.46694216,0.5,0.54545456,0.6198347,0.6528926,0.6570248,0.6570248,0.70247936,0.6942149,0.6322314,0.57438016,0.5495868,0.5,0.4752066,0.45454547,0.42975205,0.4214876,0.47107437,0.5413223,0.56198347,0.5661157,0.5413223,0.49173555,0.46280992,0.46694216,0.5,0.5082645,0.5082645,0.5247934,0.5082645,0.5165289,0.5123967,0.5041322,0.49173555,0.48347107,0.48347107,0.4752066,0.47107437,0.24793388,0.25619835,0.30165288,0.3429752,0.3677686,0.37603307,0.38016528,0.37603307,0.4090909,0.45041323,0.4752066,0.5082645,0.5123967,0.53305787,0.53305787,0.5289256,0.5247934,0.5165289,0.5247934,0.5123967,0.49586776,0.5206612,0.49586776,0.4338843,0.38016528,0.3140496,0.3181818,0.37603307,0.43801653,0.54545456,0.59090906,0.59090906,0.5661157,0.60330576,0.61157024,0.553719,0.49586776,0.44214877,0.38016528,0.35123968,0.33471075,0.34710744,0.4338843,0.5123967,0.53305787,0.5413223,0.5661157,0.58264464,0.54545456,0.4876033,0.446281,0.45041323,0.4752066,0.4876033,0.5041322,0.5041322,0.5041322,0.49586776,0.47933885,0.45867768,0.45867768,0.46694216,0.47107437,0.4752066,0.2520661,0.2520661,0.28512397,0.3264463,0.3553719,0.3677686,0.38016528,0.37190083,0.38842976,0.42975205,0.45454547,0.48347107,0.49586776,0.4876033,0.5,0.49586776,0.47933885,0.48347107,0.49173555,0.49173555,0.5041322,0.5371901,0.53305787,0.48347107,0.42561984,0.30165288,0.21900827,0.23553719,0.30578512,0.4214876,0.48347107,0.5123967,0.49173555,0.5206612,0.5206612,0.46694216,0.40495867,0.34710744,0.3305785,0.34710744,0.3966942,0.46280992,0.5206612,0.53305787,0.5289256,0.5413223,0.5785124,0.59504133,0.5785124,0.5413223,0.4876033,0.42975205,0.43801653,0.47107437,0.48347107,0.4876033,0.4876033,0.47107437,0.47107437,0.44214877,0.45041323,0.46694216,0.46694216,0.4752066,0.2520661,0.24793388,0.27272728,0.30991736,0.338843,0.35950413,0.37603307,0.37190083,0.38429752,0.4090909,0.4214876,0.446281,0.45041323,0.44214877,0.45454547,0.46280992,0.44214877,0.45454547,0.47107437,0.49173555,0.5247934,0.5495868,0.54545456,0.5123967,0.4752066,0.38016528,0.25619835,0.19008264,0.2107438,0.2892562,0.3677686,0.40082645,0.4090909,0.4214876,0.4214876,0.3677686,0.33471075,0.36363637,0.42975205,0.46280992,0.49586776,0.53305787,0.5413223,0.53305787,0.5247934,0.5371901,0.5785124,0.57438016,0.57438016,0.553719,0.5247934,0.45454547,0.4214876,0.42975205,0.46280992,0.47933885,0.4752066,0.46694216,0.47107437,0.45867768,0.46280992,0.4752066,0.46694216,0.47933885,0.25619835,0.24793388,0.2520661,0.2892562,0.3264463,0.36363637,0.38429752,0.37190083,0.37603307,0.38429752,0.4090909,0.41735536,0.41322315,0.41735536,0.4338843,0.446281,0.4338843,0.43801653,0.47107437,0.49586776,0.5247934,0.553719,0.5495868,0.5206612,0.5082645,0.46694216,0.3429752,0.23553719,0.20661157,0.21900827,0.24793388,0.2768595,0.30165288,0.30165288,0.3140496,0.30578512,0.38016528,0.46694216,0.5165289,0.53305787,0.5371901,0.5371901,0.53305787,0.5247934,0.5165289,0.5289256,0.56198347,0.55785125,0.553719,0.54545456,0.53305787,0.5,0.44214877,0.4090909,0.44214877,0.46694216,0.4752066,0.46694216,0.47107437,0.46280992,0.4752066,0.48347107,0.47933885,0.48347107,0.2520661,0.24793388,0.23966943,0.2768595,0.3181818,0.35123968,0.38429752,0.38842976,0.39256197,0.37603307,0.40495867,0.38429752,0.3966942,0.4090909,0.42975205,0.44214877,0.42975205,0.42975205,0.46694216,0.4876033,0.5082645,0.5413223,0.5413223,0.5247934,0.5247934,0.5206612,0.43801653,0.32231405,0.2603306,0.2520661,0.23966943,0.22727273,0.2603306,0.26859504,0.30991736,0.37190083,0.45454547,0.5082645,0.5495868,0.56198347,0.55785125,0.553719,0.5413223,0.5371901,0.5247934,0.5289256,0.5413223,0.5413223,0.5371901,0.54545456,0.54545456,0.5165289,0.47933885,0.41735536,0.43801653,0.47107437,0.4752066,0.47107437,0.47107437,0.46694216,0.47933885,0.4876033,0.48347107,0.4876033,0.25619835,0.24793388,0.23966943,0.25619835,0.30578512,0.3429752,0.37190083,0.3966942,0.40495867,0.40082645,0.40495867,0.38842976,0.40495867,0.40495867,0.42561984,0.45041323,0.41735536,0.41322315,0.46280992,0.4876033,0.49173555,0.5041322,0.5165289,0.5247934,0.5206612,0.53305787,0.5123967,0.44214877,0.37190083,0.33471075,0.32231405,0.32231405,0.338843,0.38016528,0.42975205,0.46694216,0.49173555,0.5165289,0.5495868,0.5661157,0.5661157,0.57024795,0.55785125,0.54545456,0.5413223,0.5371901,0.5247934,0.5165289,0.5082645,0.5165289,0.5289256,0.5123967,0.49173555,0.45041323,0.45454547,0.48347107,0.4876033,0.4752066,0.46694216,0.47107437,0.48347107,0.4876033,0.48347107,0.49173555,0.25619835,0.2520661,0.24380165,0.2603306,0.30578512,0.3264463,0.3553719,0.38842976,0.40082645,0.41735536,0.41735536,0.4214876,0.42561984,0.4214876,0.44214877,0.45454547,0.41735536,0.41322315,0.446281,0.46694216,0.46280992,0.45867768,0.47107437,0.49173555,0.5041322,0.5165289,0.53305787,0.5206612,0.48347107,0.446281,0.42561984,0.45041323,0.47107437,0.5206612,0.5371901,0.5413223,0.5371901,0.53305787,0.53305787,0.55785125,0.553719,0.553719,0.5495868,0.54545456,0.5413223,0.5289256,0.5123967,0.4876033,0.45041323,0.44214877,0.45867768,0.49586776,0.49586776,0.47933885,0.4876033,0.5,0.49586776,0.47933885,0.46694216,0.47933885,0.47933885,0.47933885,0.47933885,0.47933885,0.24380165,0.2520661,0.29338843,0.38429752,0.45454547,0.35950413,0.3305785,0.36363637,0.38842976,0.42561984,0.42975205,0.43801653,0.44214877,0.46280992,0.47107437,0.47933885,0.44214877,0.4338843,0.446281,0.44214877,0.41322315,0.38842976,0.40082645,0.44214877,0.4876033,0.5,0.5247934,0.53305787,0.5247934,0.4876033,0.46694216,0.4876033,0.53305787,0.57024795,0.57438016,0.5661157,0.5495868,0.54545456,0.5123967,0.5041322,0.49586776,0.49173555,0.49586776,0.4876033,0.47933885,0.46694216,0.43801653,0.38429752,0.34710744,0.33471075,0.37603307,0.46280992,0.4876033,0.5,0.5,0.5165289,0.5082645,0.48347107,0.47107437,0.48347107,0.48347107,0.47933885,0.47933885,0.4752066,0.26859504,0.34710744,0.446281,0.5371901,0.59917355,0.43801653,0.30578512,0.3305785,0.3677686,0.41322315,0.43801653,0.44214877,0.446281,0.49173555,0.5041322,0.5082645,0.4752066,0.46280992,0.45041323,0.41735536,0.35950413,0.29752067,0.2768595,0.3181818,0.38842976,0.4214876,0.44214877,0.45867768,0.46280992,0.44214877,0.42561984,0.42975205,0.46694216,0.5041322,0.5123967,0.5206612,0.47933885,0.47933885,0.45041323,0.41735536,0.4090909,0.3966942,0.38016528,0.35950413,0.35123968,0.3429752,0.30991736,0.3181818,0.38016528,0.4090909,0.4090909,0.45454547,0.49173555,0.5082645,0.5,0.5165289,0.5206612,0.49586776,0.4752066,0.4752066,0.48347107,0.47933885,0.4752066,0.46280992,0.41322315,0.5041322,0.553719,0.59504133,0.58677685,0.46694216,0.3305785,0.30991736,0.34710744,0.38842976,0.42975205,0.42975205,0.45454547,0.49173555,0.5165289,0.5289256,0.49173555,0.48347107,0.47107437,0.43801653,0.41735536,0.39256197,0.30578512,0.24793388,0.27272728,0.28512397,0.29338843,0.30991736,0.338843,0.33471075,0.34710744,0.33471075,0.35950413,0.37190083,0.38842976,0.41322315,0.37603307,0.37190083,0.35123968,0.3181818,0.2768595,0.2520661,0.2603306,0.28099173,0.33471075,0.35123968,0.338843,0.40495867,0.49173555,0.5206612,0.4876033,0.49173555,0.5,0.5206612,0.5041322,0.5123967,0.5123967,0.5,0.48347107,0.47107437,0.46694216,0.46280992,0.46694216,0.45041323,0.5413223,0.57438016,0.58264464,0.59090906,0.5206612,0.45041323,0.4090909,0.32231405,0.30991736,0.35950413,0.41322315,0.42561984,0.446281,0.4752066,0.5082645,0.53305787,0.5247934,0.5123967,0.5123967,0.5123967,0.5289256,0.53305787,0.4752066,0.37603307,0.3553719,0.36363637,0.3305785,0.2768595,0.23140496,0.20661157,0.20247933,0.2231405,0.22727273,0.23553719,0.23140496,0.2520661,0.23140496,0.23966943,0.23140496,0.2520661,0.25619835,0.28099173,0.33471075,0.38842976,0.41322315,0.40495867,0.4214876,0.48347107,0.53305787,0.56198347,0.5371901,0.5289256,0.5082645,0.54545456,0.5289256,0.5165289,0.5,0.4876033,0.47933885,0.47107437,0.45867768,0.446281,0.45041323,0.44214877,0.59917355,0.59090906,0.59504133,0.58677685,0.47107437,0.42975205,0.46280992,0.37603307,0.30165288,0.33471075,0.3677686,0.41322315,0.42561984,0.45454547,0.47933885,0.5123967,0.5206612,0.5206612,0.5371901,0.55785125,0.59090906,0.59504133,0.5495868,0.4752066,0.4214876,0.4338843,0.47107437,0.45867768,0.38429752,0.3305785,0.28099173,0.2603306,0.25619835,0.2520661,0.24380165,0.2603306,0.2603306,0.2892562,0.30578512,0.35123968,0.38016528,0.41322315,0.42975205,0.4338843,0.42975205,0.4338843,0.4752066,0.5082645,0.5413223,0.5785124,0.57024795,0.5495868,0.5247934,0.54545456,0.5413223,0.5289256,0.5,0.4752066,0.47107437,0.46280992,0.45454547,0.446281,0.44214877,0.4338843,0.61570245,0.60330576,0.59917355,0.58264464,0.446281,0.42561984,0.46694216,0.46694216,0.3305785,0.30991736,0.3429752,0.38016528,0.41322315,0.4338843,0.46694216,0.5041322,0.5165289,0.5123967,0.5413223,0.5661157,0.59090906,0.607438,0.56198347,0.5123967,0.44214877,0.4338843,0.4752066,0.5041322,0.5371901,0.53305787,0.5,0.4752066,0.46694216,0.446281,0.43801653,0.41735536,0.4338843,0.45454547,0.45041323,0.46280992,0.4752066,0.45867768,0.43801653,0.41322315,0.42975205,0.46694216,0.49586776,0.5206612,0.5413223,0.5661157,0.5495868,0.5495868,0.5371901,0.5413223,0.5289256,0.5165289,0.4876033,0.47107437,0.45867768,0.446281,0.446281,0.43801653,0.42975205,0.4214876,0.6280992,0.60330576,0.59917355,0.59090906,0.42561984,0.4214876,0.45867768,0.4876033,0.41735536,0.28512397,0.30991736,0.3553719,0.37603307,0.40082645,0.45041323,0.49173555,0.5041322,0.49173555,0.5289256,0.553719,0.57024795,0.58677685,0.56198347,0.5082645,0.4752066,0.44214877,0.45041323,0.44214877,0.48347107,0.58677685,0.5661157,0.5785124,0.58677685,0.57438016,0.57438016,0.5206612,0.5247934,0.5247934,0.5247934,0.5,0.4876033,0.43801653,0.42975205,0.42975205,0.45041323,0.4876033,0.5041322,0.5165289,0.53305787,0.5413223,0.5371901,0.5165289,0.49586776,0.5082645,0.5041322,0.4876033,0.4876033,0.45867768,0.45454547,0.446281,0.446281,0.43801653,0.41322315,0.40082645,0.6446281,0.61570245,0.607438,0.59504133,0.43801653,0.4338843,0.45041323,0.4752066,0.446281,0.3181818,0.28099173,0.32231405,0.35123968,0.38429752,0.41322315,0.47107437,0.48347107,0.4876033,0.49586776,0.5247934,0.54545456,0.57438016,0.5785124,0.53305787,0.47107437,0.446281,0.42561984,0.4090909,0.4214876,0.48347107,0.5371901,0.5247934,0.54545456,0.56198347,0.57438016,0.5289256,0.5206612,0.5082645,0.49586776,0.46694216,0.42975205,0.42561984,0.4338843,0.45041323,0.46280992,0.49586776,0.5165289,0.5247934,0.5371901,0.54545456,0.5206612,0.5,0.4876033,0.4752066,0.47933885,0.47107437,0.46694216,0.45041323,0.44214877,0.4338843,0.4214876,0.41735536,0.40082645,0.3553719,0.6446281,0.61570245,0.6198347,0.59917355,0.45867768,0.45454547,0.46694216,0.48347107,0.46694216,0.36363637,0.26859504,0.30165288,0.30578512,0.34710744,0.38429752,0.41735536,0.47107437,0.4876033,0.49586776,0.5041322,0.5206612,0.55785125,0.57024795,0.55785125,0.5,0.43801653,0.40082645,0.39256197,0.39256197,0.41322315,0.45454547,0.46280992,0.47107437,0.48347107,0.5123967,0.47107437,0.46280992,0.45867768,0.446281,0.42975205,0.41322315,0.41735536,0.4338843,0.45041323,0.48347107,0.5165289,0.5289256,0.53305787,0.5495868,0.5289256,0.5082645,0.47933885,0.4876033,0.45867768,0.46280992,0.45454547,0.45041323,0.44214877,0.42561984,0.41322315,0.4090909,0.40082645,0.36363637,0.28512397,0.661157,0.6404959,0.6280992,0.58264464,0.446281,0.46280992,0.46280992,0.49586776,0.46694216,0.3966942,0.28099173,0.26859504,0.2892562,0.30578512,0.3305785,0.39256197,0.42561984,0.45454547,0.47933885,0.5,0.5082645,0.53305787,0.553719,0.55785125,0.5413223,0.49586776,0.42561984,0.37190083,0.3553719,0.35950413,0.3966942,0.3966942,0.39256197,0.40082645,0.40082645,0.38429752,0.39256197,0.38429752,0.38016528,0.37190083,0.3966942,0.41735536,0.446281,0.47933885,0.5123967,0.5371901,0.5289256,0.5289256,0.5247934,0.5206612,0.49586776,0.47933885,0.4752066,0.4752066,0.45867768,0.45454547,0.446281,0.4214876,0.4090909,0.40082645,0.39256197,0.36363637,0.28099173,0.24380165,0.6652893,0.6528926,0.6280992,0.57438016,0.44214877,0.4752066,0.47107437,0.49586776,0.49586776,0.40495867,0.32231405,0.28099173,0.2520661,0.29338843,0.30578512,0.35123968,0.40082645,0.42561984,0.45867768,0.48347107,0.49173555,0.5165289,0.5413223,0.56198347,0.56198347,0.54545456,0.5082645,0.45041323,0.38429752,0.35123968,0.3181818,0.338843,0.3140496,0.3140496,0.30165288,0.30991736,0.3140496,0.34710744,0.35950413,0.38842976,0.42975205,0.45867768,0.4876033,0.5123967,0.5289256,0.5413223,0.53305787,0.5123967,0.5123967,0.5041322,0.5,0.47107437,0.45867768,0.46280992,0.43801653,0.45041323,0.44214877,0.40495867,0.39256197,0.37603307,0.35123968,0.29752067,0.23553719,0.24793388,0.661157,0.6446281,0.60330576,0.553719,0.44214877,0.4876033,0.48347107,0.5041322,0.5123967,0.4752066,0.29752067,0.37190083,0.1983471,0.2644628,0.2892562,0.3140496,0.35950413,0.38842976,0.42561984,0.446281,0.46280992,0.4752066,0.5123967,0.54545456,0.56198347,0.56198347,0.5495868,0.5206612,0.49173555,0.45454547,0.4214876,0.41322315,0.40495867,0.39256197,0.40495867,0.4090909,0.42975205,0.45041323,0.45867768,0.46694216,0.47933885,0.5,0.5165289,0.5413223,0.5371901,0.5289256,0.53305787,0.5206612,0.49173555,0.4876033,0.47933885,0.46694216,0.446281,0.446281,0.42975205,0.41322315,0.4090909,0.38016528,0.37603307,0.33471075,0.28512397,0.22727273,0.24380165,0.2892562,0.6818182,0.6694215,0.6198347,0.56198347,0.45454547,0.5,0.5041322,0.5041322,0.5206612,0.5413223,0.32231405,0.41322315,0.23553719,0.20661157,0.2231405,0.29752067,0.3264463,0.3553719,0.37190083,0.3966942,0.42975205,0.45041323,0.4876033,0.5247934,0.55785125,0.58264464,0.57438016,0.5413223,0.5413223,0.53305787,0.5041322,0.47933885,0.47933885,0.48347107,0.47933885,0.49173555,0.5123967,0.5289256,0.5289256,0.5289256,0.5371901,0.5371901,0.5495868,0.553719,0.5289256,0.53305787,0.54545456,0.5123967,0.49586776,0.47933885,0.47933885,0.45867768,0.43801653,0.41735536,0.40495867,0.39256197,0.37603307,0.35950413,0.32231405,0.2644628,0.21487603,0.23140496,0.26859504,0.3140496,0.7066116,0.6818182,0.6198347,0.57024795,0.46694216,0.5206612,0.5206612,0.5247934,0.53305787,0.59504133,0.39256197,0.37190083,0.30991736,0.20247933,0.1983471,0.2107438,0.28099173,0.30991736,0.3264463,0.35950413,0.3966942,0.4338843,0.46694216,0.49586776,0.53305787,0.57024795,0.5785124,0.58677685,0.58677685,0.60330576,0.5785124,0.54545456,0.54545456,0.56198347,0.5413223,0.55785125,0.56198347,0.55785125,0.57024795,0.57024795,0.5785124,0.5785124,0.57024795,0.55785125,0.53305787,0.5206612,0.5247934,0.5082645,0.4752066,0.46694216,0.46280992,0.43801653,0.42561984,0.39256197,0.3677686,0.3553719,0.3429752,0.3140496,0.25619835,0.2107438,0.21900827,0.2644628,0.30165288,0.338843,0.6818182,0.6942149,0.6404959,0.58677685,0.47933885,0.53305787,0.57024795,0.553719,0.56198347,0.61157024,0.47933885,0.3429752,0.3553719,0.2107438,0.24793388,0.2107438,0.1983471,0.26859504,0.2892562,0.3140496,0.35950413,0.40495867,0.4338843,0.46280992,0.5,0.54545456,0.57024795,0.607438,0.61157024,0.61157024,0.61570245,0.59917355,0.60330576,0.61157024,0.607438,0.61157024,0.59917355,0.58677685,0.55785125,0.57024795,0.59504133,0.58264464,0.57024795,0.55785125,0.5247934,0.5082645,0.5,0.49173555,0.46694216,0.45454547,0.44214877,0.41735536,0.38429752,0.36363637,0.3429752,0.32231405,0.30578512,0.24380165,0.20247933,0.22727273,0.24793388,0.28512397,0.33471075,0.36363637,0.6322314,0.677686,0.6487603,0.5785124,0.49586776,0.5413223,0.607438,0.59090906,0.58677685,0.61570245,0.55785125,0.39256197,0.34710744,0.22727273,0.23553719,0.25619835,0.18181819,0.17768595,0.23966943,0.2768595,0.30578512,0.3553719,0.39256197,0.4214876,0.45867768,0.5082645,0.53305787,0.5661157,0.58677685,0.58264464,0.60330576,0.607438,0.61157024,0.61157024,0.6322314,0.6404959,0.61570245,0.60330576,0.56198347,0.5785124,0.59504133,0.5785124,0.5413223,0.5082645,0.49586776,0.49586776,0.49173555,0.45867768,0.446281,0.4338843,0.40495867,0.3677686,0.35123968,0.32231405,0.3181818,0.29338843,0.23966943,0.1983471,0.21487603,0.24380165,0.2644628,0.32231405,0.3553719,0.37190083,0.6280992,0.6363636,0.6404959,0.5661157,0.5,0.5371901,0.62396693,0.61570245,0.6363636,0.607438,0.60330576,0.47933885,0.39256197,0.2892562,0.21487603,0.2520661,0.23140496,0.17355372,0.16528925,0.21487603,0.25619835,0.30165288,0.338843,0.3677686,0.42561984,0.46280992,0.4876033,0.5,0.53305787,0.5413223,0.55785125,0.57438016,0.5785124,0.57024795,0.59917355,0.607438,0.59917355,0.59090906,0.57438016,0.57438016,0.5661157,0.5495868,0.5082645,0.46694216,0.45867768,0.46280992,0.45041323,0.42561984,0.41735536,0.38429752,0.34710744,0.3264463,0.3140496,0.30165288,0.2768595,0.22727273,0.20247933,0.20247933,0.23553719,0.25619835,0.29752067,0.34710744,0.36363637,0.3553719,0.677686,0.6404959,0.6363636,0.5371901,0.5082645,0.5206612,0.6404959,0.62396693,0.69008267,0.6363636,0.6322314,0.5371901,0.446281,0.38429752,0.2603306,0.23140496,0.23966943,0.21487603,0.1570248,0.15289256,0.18181819,0.23966943,0.28099173,0.3181818,0.37190083,0.41322315,0.45454547,0.4752066,0.49173555,0.49586776,0.5165289,0.5371901,0.5371901,0.5413223,0.56198347,0.56198347,0.56198347,0.553719,0.5413223,0.5495868,0.5371901,0.5082645,0.47933885,0.45454547,0.4338843,0.42975205,0.41735536,0.3966942,0.37190083,0.32231405,0.30578512,0.30991736,0.29338843,0.25619835,0.2231405,0.18595041,0.2107438,0.21900827,0.2603306,0.29338843,0.3305785,0.34710744,0.35950413,0.37603307,0.69008267,0.6694215,0.6528926,0.5123967,0.5206612,0.5041322,0.6487603,0.6446281,0.7107438,0.677686,0.677686,0.5661157,0.49586776,0.4338843,0.338843,0.23553719,0.24380165,0.23553719,0.19421488,0.14876033,0.1322314,0.16115703,0.20247933,0.24793388,0.30165288,0.35123968,0.4090909,0.446281,0.45454547,0.45867768,0.47933885,0.5,0.5,0.5,0.5289256,0.5206612,0.5123967,0.5082645,0.49586776,0.5082645,0.49586776,0.47107437,0.44214877,0.42561984,0.41322315,0.40082645,0.37190083,0.34710744,0.3140496,0.29338843,0.29752067,0.28512397,0.23966943,0.19008264,0.20247933,0.20247933,0.23140496,0.24793388,0.29338843,0.32231405,0.35123968,0.37190083,0.42561984,0.4876033,0.661157,0.6652893,0.6735537,0.5123967,0.5289256,0.5,0.6322314,0.677686,0.71487606,0.7107438,0.7107438,0.61157024,0.5206612,0.47933885,0.40082645,0.2644628,0.2603306,0.23140496,0.21900827,0.18181819,0.12809917,0.12396694,0.14876033,0.1694215,0.2107438,0.27272728,0.33471075,0.38016528,0.3966942,0.4090909,0.42561984,0.42975205,0.42975205,0.43801653,0.45867768,0.45867768,0.45867768,0.45454547,0.446281,0.446281,0.446281,0.42975205,0.40495867,0.38842976,0.3677686,0.3429752,0.3140496,0.29338843,0.29338843,0.2768595,0.25619835,0.2231405,0.19008264,0.19008264,0.20661157,0.21487603,0.25619835,0.28099173,0.3181818,0.3677686,0.40082645,0.446281,0.49173555,0.5123967,30 +0.48347107,0.5247934,0.54545456,0.56198347,0.5661157,0.5785124,0.58677685,0.607438,0.61157024,0.61570245,0.61157024,0.6280992,0.6322314,0.6487603,0.6652893,0.6694215,0.6859504,0.70247936,0.70247936,0.7231405,0.7231405,0.7231405,0.72727275,0.73966944,0.74380165,0.75206614,0.75619835,0.74793386,0.75619835,0.75619835,0.75619835,0.75619835,0.76859504,0.7644628,0.7644628,0.7644628,0.73966944,0.75206614,0.74380165,0.72727275,0.71487606,0.70247936,0.6859504,0.69008267,0.6735537,0.6570248,0.6446281,0.6363636,0.6198347,0.607438,0.59090906,0.58677685,0.5785124,0.5785124,0.55785125,0.5413223,0.5247934,0.5165289,0.5082645,0.5082645,0.5,0.4876033,0.45454547,0.41322315,0.47107437,0.5289256,0.5495868,0.56198347,0.57024795,0.58264464,0.59090906,0.60330576,0.61157024,0.61570245,0.6198347,0.6280992,0.6363636,0.6446281,0.6652893,0.6652893,0.677686,0.70247936,0.6983471,0.71487606,0.71900827,0.71900827,0.72727275,0.73140496,0.73140496,0.7355372,0.73966944,0.73966944,0.74793386,0.75619835,0.74793386,0.75206614,0.75619835,0.75619835,0.75619835,0.75206614,0.73966944,0.72727275,0.7355372,0.71900827,0.71487606,0.70247936,0.69008267,0.6859504,0.6735537,0.6652893,0.6528926,0.6404959,0.6280992,0.61157024,0.59917355,0.59090906,0.58264464,0.57438016,0.55785125,0.54545456,0.5289256,0.5206612,0.5082645,0.5041322,0.49173555,0.48347107,0.46694216,0.42561984,0.4752066,0.5247934,0.553719,0.57024795,0.58264464,0.58264464,0.59090906,0.60330576,0.61157024,0.607438,0.6280992,0.6363636,0.6487603,0.6570248,0.6694215,0.6735537,0.677686,0.69008267,0.6983471,0.7107438,0.71900827,0.71900827,0.71900827,0.72727275,0.72727275,0.7355372,0.7355372,0.72727275,0.74793386,0.74793386,0.74380165,0.73966944,0.74380165,0.74380165,0.74380165,0.7355372,0.72727275,0.7231405,0.7231405,0.71487606,0.70247936,0.6942149,0.6859504,0.6859504,0.677686,0.6652893,0.6570248,0.6446281,0.62396693,0.61157024,0.59917355,0.59504133,0.59090906,0.5785124,0.55785125,0.5371901,0.5206612,0.5123967,0.5041322,0.49586776,0.4876033,0.4752066,0.46280992,0.4338843,0.47933885,0.5206612,0.553719,0.5785124,0.58264464,0.59090906,0.59504133,0.59090906,0.59090906,0.59917355,0.62396693,0.6528926,0.6528926,0.6694215,0.6735537,0.677686,0.69008267,0.6983471,0.70247936,0.7066116,0.7107438,0.71487606,0.71487606,0.72727275,0.72727275,0.73140496,0.73966944,0.73966944,0.75619835,0.75206614,0.75206614,0.74380165,0.74793386,0.74380165,0.7355372,0.73140496,0.71900827,0.72727275,0.7231405,0.71900827,0.7066116,0.69008267,0.6859504,0.677686,0.677686,0.6694215,0.6570248,0.661157,0.62396693,0.6280992,0.61570245,0.60330576,0.59504133,0.5785124,0.553719,0.53305787,0.5206612,0.5082645,0.5041322,0.49586776,0.48347107,0.46694216,0.46280992,0.44214877,0.4876033,0.5206612,0.5495868,0.57438016,0.58677685,0.58677685,0.59090906,0.57024795,0.5785124,0.59917355,0.62396693,0.6487603,0.6487603,0.6528926,0.6652893,0.6694215,0.69008267,0.7066116,0.7107438,0.71487606,0.71900827,0.7066116,0.7107438,0.71487606,0.72727275,0.7355372,0.74380165,0.74793386,0.75206614,0.75206614,0.74380165,0.75206614,0.74793386,0.74380165,0.73966944,0.73966944,0.73140496,0.73966944,0.7355372,0.71900827,0.7107438,0.6983471,0.6818182,0.677686,0.6735537,0.6694215,0.661157,0.6528926,0.6280992,0.6280992,0.62396693,0.61157024,0.59504133,0.57024795,0.5413223,0.5247934,0.5206612,0.5165289,0.5082645,0.49586776,0.49173555,0.47107437,0.46280992,0.446281,0.49173555,0.5206612,0.54545456,0.57024795,0.5661157,0.59090906,0.58264464,0.5785124,0.59090906,0.607438,0.61570245,0.6363636,0.6446281,0.6570248,0.661157,0.6859504,0.69008267,0.7066116,0.71487606,0.71900827,0.7231405,0.7066116,0.71900827,0.7231405,0.7355372,0.74793386,0.73966944,0.73966944,0.74380165,0.75206614,0.74793386,0.74793386,0.74793386,0.74380165,0.74380165,0.73966944,0.7355372,0.7355372,0.7355372,0.7231405,0.71900827,0.7066116,0.69008267,0.6859504,0.677686,0.6694215,0.6652893,0.6487603,0.6363636,0.6322314,0.6404959,0.6198347,0.59917355,0.57024795,0.54545456,0.5289256,0.5206612,0.5123967,0.49586776,0.5,0.47933885,0.46280992,0.45041323,0.44214877,0.49173555,0.5165289,0.5413223,0.55785125,0.5661157,0.5785124,0.5785124,0.57438016,0.58677685,0.60330576,0.61157024,0.6322314,0.6404959,0.6570248,0.6652893,0.677686,0.6983471,0.7066116,0.71487606,0.7231405,0.7231405,0.7231405,0.7355372,0.73966944,0.74380165,0.74793386,0.75206614,0.74793386,0.74793386,0.75206614,0.75206614,0.73966944,0.74380165,0.73140496,0.73140496,0.74380165,0.73966944,0.73966944,0.73966944,0.73140496,0.71900827,0.71487606,0.6983471,0.69008267,0.69008267,0.6818182,0.677686,0.6652893,0.6570248,0.6528926,0.6487603,0.6322314,0.61570245,0.59090906,0.5661157,0.54545456,0.5289256,0.5247934,0.5041322,0.5,0.47107437,0.45041323,0.4338843,0.42975205,0.4876033,0.5123967,0.53305787,0.54545456,0.55785125,0.57438016,0.57438016,0.57438016,0.58677685,0.607438,0.62396693,0.6363636,0.6446281,0.6528926,0.661157,0.6818182,0.6942149,0.70247936,0.7066116,0.71487606,0.71900827,0.72727275,0.73140496,0.74793386,0.74793386,0.74793386,0.73966944,0.7231405,0.7231405,0.7355372,0.74793386,0.74380165,0.74793386,0.73140496,0.73140496,0.73966944,0.7231405,0.7231405,0.72727275,0.71487606,0.7066116,0.70247936,0.6983471,0.70247936,0.6983471,0.6818182,0.677686,0.6694215,0.6528926,0.6487603,0.6363636,0.62396693,0.61570245,0.59090906,0.57438016,0.56198347,0.5495868,0.53305787,0.5206612,0.5,0.47107437,0.45041323,0.42975205,0.42561984,0.47933885,0.5,0.5123967,0.53305787,0.54545456,0.56198347,0.57024795,0.58677685,0.60330576,0.6198347,0.6322314,0.6404959,0.6528926,0.6652893,0.6694215,0.69008267,0.6942149,0.7107438,0.7107438,0.71487606,0.71900827,0.71900827,0.71487606,0.7231405,0.71900827,0.70247936,0.677686,0.661157,0.6694215,0.7066116,0.73140496,0.7355372,0.7355372,0.7355372,0.7107438,0.72727275,0.7066116,0.70247936,0.70247936,0.69008267,0.6859504,0.69008267,0.69008267,0.6942149,0.6859504,0.6694215,0.6528926,0.6404959,0.62396693,0.61157024,0.59090906,0.5661157,0.5495868,0.53305787,0.5206612,0.5165289,0.5041322,0.5,0.5,0.4876033,0.4752066,0.45454547,0.4338843,0.42975205,0.48347107,0.49173555,0.5082645,0.5247934,0.5413223,0.55785125,0.5785124,0.59917355,0.61157024,0.6198347,0.6280992,0.6446281,0.6528926,0.661157,0.6652893,0.6818182,0.6818182,0.6983471,0.70247936,0.7107438,0.7107438,0.7107438,0.6983471,0.6983471,0.6859504,0.6735537,0.661157,0.661157,0.6570248,0.6942149,0.7107438,0.7107438,0.71487606,0.71487606,0.6983471,0.6983471,0.6818182,0.6735537,0.6694215,0.661157,0.6570248,0.6570248,0.6487603,0.6446281,0.62396693,0.58264464,0.553719,0.53305787,0.5041322,0.48347107,0.46694216,0.45867768,0.446281,0.44214877,0.45041323,0.446281,0.43801653,0.43801653,0.446281,0.446281,0.446281,0.446281,0.446281,0.41735536,0.47107437,0.49173555,0.5041322,0.5206612,0.5413223,0.54545456,0.5495868,0.55785125,0.5495868,0.54545456,0.5495868,0.55785125,0.57024795,0.58264464,0.58677685,0.59090906,0.58677685,0.59504133,0.59090906,0.61157024,0.6280992,0.6404959,0.6363636,0.6446281,0.6446281,0.6446281,0.6528926,0.6652893,0.6652893,0.6818182,0.6942149,0.6942149,0.6942149,0.677686,0.661157,0.6652893,0.6363636,0.6280992,0.61157024,0.59504133,0.5785124,0.5495868,0.5247934,0.49586776,0.46280992,0.42561984,0.40082645,0.38429752,0.37603307,0.38429752,0.4090909,0.43801653,0.45867768,0.46280992,0.46694216,0.46280992,0.45041323,0.446281,0.4338843,0.42561984,0.4338843,0.4338843,0.446281,0.45041323,0.46694216,0.46694216,0.4876033,0.4876033,0.49173555,0.48347107,0.47107437,0.45867768,0.44214877,0.45867768,0.47107437,0.45867768,0.45041323,0.446281,0.43801653,0.42975205,0.41735536,0.4090909,0.40495867,0.41322315,0.45454547,0.4876033,0.5123967,0.5413223,0.55785125,0.57438016,0.60330576,0.62396693,0.6322314,0.6487603,0.6528926,0.6487603,0.6446281,0.6322314,0.607438,0.59917355,0.57438016,0.54545456,0.5165289,0.48347107,0.46280992,0.46694216,0.446281,0.4090909,0.39256197,0.36363637,0.38429752,0.40082645,0.44214877,0.46694216,0.49586776,0.5041322,0.49586776,0.4876033,0.4752066,0.47107437,0.45867768,0.45454547,0.4338843,0.4214876,0.41322315,0.42561984,0.44214877,0.43801653,0.47107437,0.46280992,0.45454547,0.45867768,0.446281,0.4338843,0.41735536,0.40082645,0.41735536,0.44214877,0.47107437,0.47107437,0.47107437,0.446281,0.4214876,0.38842976,0.3553719,0.33471075,0.32231405,0.36363637,0.41322315,0.4752066,0.5289256,0.57024795,0.58677685,0.59090906,0.59917355,0.58264464,0.5661157,0.5785124,0.58264464,0.60330576,0.62396693,0.6570248,0.677686,0.6694215,0.6487603,0.59090906,0.56198347,0.5661157,0.61157024,0.61157024,0.5413223,0.49586776,0.49586776,0.47933885,0.5,0.4876033,0.47933885,0.46694216,0.41322315,0.40495867,0.41322315,0.42975205,0.4214876,0.41322315,0.38842976,0.37190083,0.38016528,0.38429752,0.40082645,0.41322315,0.4214876,0.41735536,0.46280992,0.46694216,0.44214877,0.43801653,0.42975205,0.42561984,0.4338843,0.44214877,0.45867768,0.48347107,0.5123967,0.5123967,0.5,0.4752066,0.45041323,0.4338843,0.41735536,0.4214876,0.42561984,0.47933885,0.5206612,0.553719,0.56198347,0.57024795,0.58264464,0.59504133,0.61570245,0.6322314,0.607438,0.59917355,0.61570245,0.6487603,0.6652893,0.6735537,0.6735537,0.6859504,0.6942149,0.6528926,0.61570245,0.607438,0.58264464,0.5247934,0.48347107,0.47107437,0.49586776,0.5041322,0.53305787,0.55785125,0.54545456,0.5082645,0.4752066,0.46280992,0.45454547,0.45041323,0.45041323,0.4338843,0.4338843,0.40495867,0.40082645,0.38016528,0.37190083,0.37190083,0.37603307,0.3677686,0.45041323,0.46694216,0.43801653,0.42975205,0.4214876,0.41735536,0.42561984,0.4338843,0.45454547,0.4752066,0.49173555,0.5,0.5,0.5082645,0.5,0.49586776,0.47107437,0.45041323,0.42975205,0.41735536,0.41735536,0.4214876,0.4214876,0.41735536,0.4338843,0.45867768,0.48347107,0.5,0.49173555,0.5,0.53305787,0.56198347,0.55785125,0.5289256,0.5041322,0.46694216,0.4090909,0.4338843,0.46280992,0.48347107,0.46280992,0.42975205,0.4214876,0.42561984,0.43801653,0.43801653,0.41735536,0.42561984,0.41322315,0.4090909,0.40082645,0.40082645,0.38842976,0.39256197,0.4090909,0.41735536,0.42561984,0.41322315,0.4214876,0.4214876,0.4214876,0.38842976,0.35950413,0.338843,0.44214877,0.46694216,0.45041323,0.42561984,0.37603307,0.38842976,0.40082645,0.41322315,0.42975205,0.43801653,0.43801653,0.4214876,0.40082645,0.38842976,0.36363637,0.35123968,0.338843,0.338843,0.34710744,0.35123968,0.3677686,0.37603307,0.38016528,0.3966942,0.39256197,0.38842976,0.4090909,0.43801653,0.46694216,0.5,0.5371901,0.57438016,0.607438,0.607438,0.58677685,0.54545456,0.4876033,0.46694216,0.446281,0.446281,0.41735536,0.42561984,0.4214876,0.4214876,0.41735536,0.40082645,0.3677686,0.34710744,0.3429752,0.35950413,0.37190083,0.36363637,0.35123968,0.35123968,0.35950413,0.36363637,0.38016528,0.39256197,0.38429752,0.40495867,0.41735536,0.41322315,0.38842976,0.37190083,0.42561984,0.446281,0.42561984,0.38016528,0.37603307,0.4090909,0.41735536,0.4090909,0.38429752,0.35950413,0.3264463,0.2892562,0.25619835,0.24380165,0.23553719,0.23553719,0.23140496,0.24793388,0.25619835,0.2644628,0.29338843,0.30991736,0.338843,0.3677686,0.38429752,0.38842976,0.40082645,0.4338843,0.47107437,0.5289256,0.60330576,0.6404959,0.6818182,0.6818182,0.6487603,0.58264464,0.5206612,0.48347107,0.46694216,0.44214877,0.42975205,0.42561984,0.40495867,0.40082645,0.39256197,0.38842976,0.37603307,0.34710744,0.3305785,0.338843,0.37603307,0.39256197,0.36363637,0.3181818,0.32231405,0.3140496,0.3140496,0.338843,0.38016528,0.4214876,0.42561984,0.42561984,0.40495867,0.4090909,0.4214876,0.42561984,0.41322315,0.4090909,0.42975205,0.4090909,0.39256197,0.36363637,0.3429752,0.3264463,0.30991736,0.3140496,0.32231405,0.3140496,0.29338843,0.2892562,0.30165288,0.30991736,0.30165288,0.2892562,0.30991736,0.3181818,0.30991736,0.34710744,0.36363637,0.38016528,0.3966942,0.4214876,0.45454547,0.49173555,0.5495868,0.607438,0.7107438,0.7355372,0.6735537,0.55785125,0.46694216,0.45041323,0.46280992,0.45454547,0.43801653,0.41322315,0.39256197,0.42975205,0.45867768,0.446281,0.41322315,0.3966942,0.37603307,0.38842976,0.4338843,0.45041323,0.41322315,0.3264463,0.28512397,0.27272728,0.30991736,0.3677686,0.41735536,0.446281,0.446281,0.43801653,0.41735536,0.40495867,0.45454547,0.47107437,0.46694216,0.47107437,0.46280992,0.4214876,0.40082645,0.3677686,0.3677686,0.35123968,0.34710744,0.38016528,0.42975205,0.45041323,0.41322315,0.39256197,0.40082645,0.38429752,0.4090909,0.4338843,0.45041323,0.4214876,0.37190083,0.3677686,0.39256197,0.40495867,0.41735536,0.42975205,0.45867768,0.47107437,0.5,0.5206612,0.553719,0.58264464,0.53305787,0.48347107,0.43801653,0.446281,0.47933885,0.49586776,0.48347107,0.46280992,0.43801653,0.49586776,0.5206612,0.49173555,0.44214877,0.39256197,0.39256197,0.4338843,0.47933885,0.49586776,0.44214877,0.38429752,0.338843,0.3140496,0.34710744,0.39256197,0.4214876,0.45041323,0.45867768,0.45867768,0.4214876,0.40082645,0.32231405,0.38429752,0.45454547,0.49173555,0.49173555,0.45454547,0.41735536,0.40495867,0.38842976,0.37603307,0.39256197,0.46280992,0.5247934,0.5371901,0.5165289,0.47107437,0.44214877,0.45041323,0.5082645,0.56198347,0.56198347,0.5165289,0.46280992,0.45454547,0.45041323,0.45867768,0.46280992,0.45867768,0.4876033,0.5041322,0.5661157,0.62396693,0.6859504,0.70247936,0.6446281,0.553719,0.47933885,0.46694216,0.5041322,0.5289256,0.5247934,0.5123967,0.49173555,0.4876033,0.5041322,0.4876033,0.4876033,0.48347107,0.49586776,0.5041322,0.5,0.46694216,0.40495867,0.40495867,0.38842976,0.38429752,0.39256197,0.40082645,0.40495867,0.44214877,0.45867768,0.47107437,0.42561984,0.38842976,0.37190083,0.41735536,0.45041323,0.48347107,0.5,0.4752066,0.45454547,0.446281,0.45454547,0.4338843,0.45041323,0.4876033,0.5413223,0.57024795,0.57438016,0.57024795,0.55785125,0.553719,0.5661157,0.55785125,0.5413223,0.54545456,0.5495868,0.5413223,0.5165289,0.5,0.49586776,0.47933885,0.4876033,0.5041322,0.58264464,0.6694215,0.72727275,0.7355372,0.6818182,0.58677685,0.5,0.446281,0.49173555,0.53305787,0.53305787,0.5247934,0.5123967,0.5123967,0.5,0.5,0.5041322,0.5041322,0.5,0.46694216,0.4338843,0.41735536,0.41322315,0.42975205,0.42975205,0.4214876,0.41735536,0.4090909,0.41322315,0.42975205,0.45454547,0.45867768,0.40495867,0.38429752,0.4090909,0.44214877,0.45041323,0.47107437,0.48347107,0.49586776,0.49173555,0.5123967,0.49586776,0.4752066,0.45867768,0.446281,0.45867768,0.47107437,0.48347107,0.4876033,0.48347107,0.49173555,0.49173555,0.5206612,0.54545456,0.57438016,0.58264464,0.5661157,0.553719,0.54545456,0.5123967,0.46280992,0.42975205,0.49586776,0.59917355,0.70247936,0.73966944,0.73966944,0.6983471,0.6198347,0.5247934,0.42561984,0.4214876,0.4876033,0.5289256,0.5413223,0.5413223,0.5413223,0.5371901,0.5371901,0.5206612,0.49173555,0.46280992,0.44214877,0.42561984,0.41322315,0.4214876,0.4338843,0.4338843,0.4338843,0.42561984,0.42561984,0.42975205,0.44214877,0.446281,0.4338843,0.4090909,0.40082645,0.4090909,0.43801653,0.45041323,0.46280992,0.46280992,0.4876033,0.5123967,0.5206612,0.5,0.48347107,0.45867768,0.45041323,0.446281,0.43801653,0.44214877,0.46280992,0.5,0.5495868,0.57024795,0.58264464,0.5785124,0.5661157,0.5495868,0.55785125,0.57438016,0.553719,0.5041322,0.44214877,0.41322315,0.49173555,0.61570245,0.7107438,0.73140496,0.7231405,0.6942149,0.6487603,0.5247934,0.46280992,0.43801653,0.5123967,0.58264464,0.58677685,0.58264464,0.56198347,0.54545456,0.5247934,0.48347107,0.45041323,0.4338843,0.42975205,0.4338843,0.43801653,0.446281,0.47107437,0.46694216,0.45454547,0.45041323,0.446281,0.45041323,0.45867768,0.45454547,0.4338843,0.4090909,0.40495867,0.40495867,0.43801653,0.45454547,0.46280992,0.45454547,0.4752066,0.5165289,0.5371901,0.5289256,0.5123967,0.49173555,0.47933885,0.46280992,0.46280992,0.47107437,0.5082645,0.5495868,0.58264464,0.59504133,0.58264464,0.5495868,0.5289256,0.5371901,0.5785124,0.59090906,0.5661157,0.5206612,0.46280992,0.46280992,0.5,0.6280992,0.70247936,0.71900827,0.7107438,0.69008267,0.6570248,0.56198347,0.46280992,0.41322315,0.45454547,0.54545456,0.58264464,0.59917355,0.5785124,0.5371901,0.49586776,0.45867768,0.44214877,0.43801653,0.44214877,0.45454547,0.45867768,0.47107437,0.49586776,0.49586776,0.49173555,0.48347107,0.47107437,0.4876033,0.4876033,0.46694216,0.43801653,0.41322315,0.41735536,0.4090909,0.44214877,0.46280992,0.4752066,0.47107437,0.4876033,0.5206612,0.54545456,0.5495868,0.5413223,0.5206612,0.4876033,0.44214877,0.42975205,0.47107437,0.5082645,0.5247934,0.5289256,0.5289256,0.5165289,0.5165289,0.54545456,0.58264464,0.61157024,0.59090906,0.5247934,0.446281,0.40082645,0.446281,0.5206612,0.62396693,0.70247936,0.71487606,0.71900827,0.6942149,0.6652893,0.59504133,0.5123967,0.42561984,0.41735536,0.48347107,0.5413223,0.5785124,0.5785124,0.5495868,0.5247934,0.5041322,0.47933885,0.46280992,0.46694216,0.47933885,0.49586776,0.5082645,0.5206612,0.5247934,0.5289256,0.5165289,0.5206612,0.5123967,0.5041322,0.48347107,0.446281,0.4214876,0.42975205,0.40495867,0.44214877,0.47107437,0.4876033,0.47107437,0.49173555,0.5165289,0.5371901,0.5661157,0.5785124,0.57438016,0.5495868,0.5289256,0.5206612,0.5082645,0.5123967,0.5041322,0.5041322,0.5123967,0.5371901,0.55785125,0.59504133,0.61157024,0.59917355,0.57438016,0.5206612,0.46280992,0.45867768,0.49173555,0.55785125,0.6198347,0.69008267,0.7231405,0.73966944,0.70247936,0.6570248,0.607438,0.5371901,0.4752066,0.44214877,0.44214877,0.49586776,0.5495868,0.5661157,0.56198347,0.5495868,0.5413223,0.53305787,0.5289256,0.5206612,0.53305787,0.5371901,0.5413223,0.5413223,0.5495868,0.54545456,0.5413223,0.5495868,0.53305787,0.5165289,0.4876033,0.45867768,0.45041323,0.46280992,0.40495867,0.4338843,0.46280992,0.48347107,0.47933885,0.48347107,0.5,0.5289256,0.57024795,0.59504133,0.61157024,0.60330576,0.59504133,0.57438016,0.55785125,0.5371901,0.53305787,0.54545456,0.57024795,0.59917355,0.607438,0.607438,0.61157024,0.58264464,0.54545456,0.49586776,0.46694216,0.5041322,0.5495868,0.57438016,0.61157024,0.6735537,0.71900827,0.73140496,0.7107438,0.661157,0.61157024,0.56198347,0.5082645,0.4752066,0.44214877,0.45867768,0.5247934,0.5661157,0.58264464,0.5785124,0.57024795,0.55785125,0.55785125,0.56198347,0.56198347,0.55785125,0.5495868,0.553719,0.553719,0.553719,0.54545456,0.54545456,0.5371901,0.5165289,0.49173555,0.49173555,0.5,0.5,0.40082645,0.42975205,0.45867768,0.4876033,0.49586776,0.49173555,0.49173555,0.5165289,0.54545456,0.57438016,0.60330576,0.61157024,0.61157024,0.61157024,0.61157024,0.61157024,0.61157024,0.61157024,0.62396693,0.6280992,0.61570245,0.58264464,0.553719,0.54545456,0.5123967,0.48347107,0.4752066,0.53305787,0.57024795,0.58264464,0.61157024,0.6818182,0.71900827,0.7355372,0.71900827,0.6694215,0.62396693,0.5785124,0.5413223,0.5041322,0.46280992,0.45041323,0.49586776,0.5495868,0.57024795,0.58264464,0.58264464,0.5785124,0.57438016,0.5785124,0.5785124,0.55785125,0.55785125,0.553719,0.553719,0.54545456,0.5371901,0.5371901,0.5289256,0.5289256,0.5206612,0.5495868,0.53305787,0.47933885,0.3966942,0.41322315,0.45454547,0.49173555,0.5041322,0.5041322,0.4876033,0.5082645,0.53305787,0.5495868,0.5785124,0.59504133,0.59917355,0.6198347,0.6280992,0.6446281,0.6487603,0.6446281,0.6363636,0.6322314,0.60330576,0.56198347,0.5495868,0.53305787,0.49173555,0.46694216,0.5,0.553719,0.5785124,0.58677685,0.61570245,0.6818182,0.7066116,0.73140496,0.73140496,0.6859504,0.6446281,0.59504133,0.553719,0.5247934,0.48347107,0.45454547,0.47107437,0.5123967,0.56198347,0.57024795,0.5785124,0.58264464,0.58677685,0.58264464,0.58264464,0.58264464,0.57024795,0.55785125,0.553719,0.5371901,0.5247934,0.5413223,0.56198347,0.59917355,0.607438,0.58264464,0.49173555,0.40082645,0.40082645,0.4090909,0.43801653,0.47933885,0.49586776,0.5041322,0.49586776,0.5082645,0.5289256,0.5661157,0.59090906,0.60330576,0.607438,0.61570245,0.6322314,0.6322314,0.6363636,0.6404959,0.6280992,0.6280992,0.59917355,0.55785125,0.5289256,0.49586776,0.45041323,0.46280992,0.5,0.54545456,0.5661157,0.58677685,0.61570245,0.661157,0.7066116,0.7355372,0.74380165,0.6983471,0.6446281,0.59504133,0.553719,0.5413223,0.5247934,0.4876033,0.45867768,0.45454547,0.5082645,0.5413223,0.56198347,0.57024795,0.57438016,0.5661157,0.5661157,0.5661157,0.57024795,0.57024795,0.5661157,0.56198347,0.56198347,0.61157024,0.6735537,0.677686,0.61157024,0.45041323,0.40082645,0.38842976,0.3966942,0.40082645,0.42561984,0.45454547,0.48347107,0.5,0.5206612,0.5495868,0.57024795,0.58264464,0.58677685,0.59504133,0.59917355,0.60330576,0.61570245,0.61570245,0.61570245,0.61570245,0.61157024,0.61570245,0.59090906,0.54545456,0.47933885,0.4338843,0.42561984,0.46694216,0.5123967,0.5413223,0.5661157,0.59090906,0.61570245,0.6487603,0.69008267,0.7355372,0.74793386,0.71487606,0.6446281,0.59504133,0.553719,0.53305787,0.53305787,0.5247934,0.47933885,0.4338843,0.40495867,0.44214877,0.5165289,0.55785125,0.58264464,0.59917355,0.5785124,0.5661157,0.5661157,0.5495868,0.5371901,0.5206612,0.4876033,0.47933885,0.46280992,0.4214876,0.40082645,0.4090909,0.40495867,0.4090909,0.39256197,0.40495867,0.4214876,0.45454547,0.4752066,0.49586776,0.56198347,0.6280992,0.6528926,0.6363636,0.607438,0.61570245,0.6198347,0.6198347,0.62396693,0.61570245,0.61570245,0.61570245,0.59090906,0.58264464,0.5495868,0.5,0.46280992,0.45041323,0.46280992,0.4876033,0.5289256,0.5413223,0.57024795,0.59090906,0.61570245,0.6404959,0.6859504,0.73140496,0.75206614,0.7231405,0.6487603,0.59090906,0.56198347,0.5413223,0.53305787,0.5371901,0.5206612,0.47107437,0.41735536,0.40495867,0.40495867,0.39256197,0.40082645,0.44214877,0.47107437,0.49173555,0.48347107,0.48347107,0.45454547,0.43801653,0.4090909,0.41322315,0.41735536,0.4338843,0.43801653,0.44214877,0.43801653,0.42975205,0.39256197,0.4090909,0.42561984,0.446281,0.46280992,0.47107437,0.4876033,0.5289256,0.5371901,0.5371901,0.5165289,0.5123967,0.5165289,0.5165289,0.5247934,0.5289256,0.5247934,0.5247934,0.5082645,0.5165289,0.5082645,0.5123967,0.5123967,0.5,0.49173555,0.5123967,0.5495868,0.56198347,0.57438016,0.59504133,0.607438,0.6446281,0.69008267,0.73966944,0.75619835,0.7231405,0.6694215,0.607438,0.57024795,0.56198347,0.55785125,0.54545456,0.5371901,0.5,0.4752066,0.47107437,0.49586776,0.5082645,0.5082645,0.5,0.5,0.5,0.49173555,0.5,0.5,0.49586776,0.4876033,0.5,0.4876033,0.4752066,0.47107437,0.45041323,0.44214877,0.44214877,0.40495867,0.41735536,0.43801653,0.45454547,0.46694216,0.4752066,0.4752066,0.46694216,0.46280992,0.45454547,0.45867768,0.4752066,0.4876033,0.49586776,0.49173555,0.49586776,0.5,0.5082645,0.53305787,0.5495868,0.56198347,0.57438016,0.55785125,0.5247934,0.5123967,0.53305787,0.55785125,0.5785124,0.59090906,0.60330576,0.61157024,0.6446281,0.6942149,0.74380165,0.7644628,0.75206614,0.6983471,0.6198347,0.58264464,0.57024795,0.553719,0.53305787,0.5082645,0.48347107,0.47107437,0.47933885,0.49173555,0.49586776,0.5123967,0.5247934,0.5371901,0.5371901,0.5371901,0.5413223,0.53305787,0.5041322,0.5,0.4876033,0.47933885,0.46694216,0.45454547,0.43801653,0.43801653,0.44214877,0.4090909,0.42561984,0.4338843,0.46280992,0.4876033,0.5041322,0.5041322,0.5,0.49586776,0.5,0.5082645,0.5206612,0.553719,0.55785125,0.57438016,0.58264464,0.5785124,0.57438016,0.57438016,0.57024795,0.55785125,0.56198347,0.5495868,0.5289256,0.5206612,0.5165289,0.5371901,0.56198347,0.57438016,0.59090906,0.607438,0.6322314,0.6859504,0.7231405,0.74793386,0.72727275,0.6818182,0.6198347,0.57438016,0.5289256,0.5082645,0.47933885,0.45867768,0.45041323,0.46694216,0.4876033,0.5,0.4752066,0.48347107,0.49586776,0.5165289,0.5165289,0.5206612,0.5165289,0.5082645,0.4876033,0.48347107,0.48347107,0.46694216,0.45454547,0.43801653,0.4338843,0.4338843,0.4338843,0.40082645,0.4214876,0.43801653,0.45867768,0.47933885,0.49586776,0.49586776,0.49586776,0.5,0.5206612,0.5371901,0.5661157,0.58264464,0.57438016,0.59917355,0.59504133,0.58264464,0.57438016,0.5661157,0.5495868,0.5289256,0.5371901,0.54545456,0.5371901,0.5041322,0.47107437,0.46694216,0.4876033,0.5123967,0.53305787,0.57024795,0.59917355,0.6404959,0.6446281,0.6446281,0.6363636,0.61157024,0.5661157,0.5123967,0.446281,0.42561984,0.38429752,0.37190083,0.38842976,0.45454547,0.5,0.5123967,0.49586776,0.4752066,0.47107437,0.4876033,0.5,0.49586776,0.49173555,0.4876033,0.4752066,0.46694216,0.47107437,0.446281,0.43801653,0.42561984,0.42975205,0.43801653,0.4338843,0.3966942,0.41322315,0.44214877,0.45041323,0.4752066,0.4752066,0.4876033,0.4876033,0.49586776,0.5206612,0.54545456,0.5661157,0.5661157,0.5785124,0.57438016,0.57438016,0.56198347,0.553719,0.5371901,0.5247934,0.5165289,0.5371901,0.56198347,0.5661157,0.5123967,0.446281,0.38842976,0.34710744,0.37190083,0.41322315,0.46280992,0.5123967,0.553719,0.56198347,0.553719,0.5495868,0.5247934,0.48347107,0.42561984,0.3305785,0.30165288,0.27272728,0.3429752,0.40082645,0.45454547,0.49586776,0.5165289,0.5165289,0.49586776,0.46694216,0.45454547,0.45867768,0.47107437,0.47933885,0.4752066,0.46280992,0.45867768,0.43801653,0.41735536,0.41322315,0.42561984,0.42975205,0.4338843,0.4338843,0.38429752,0.41322315,0.42561984,0.45041323,0.45867768,0.47107437,0.46694216,0.47107437,0.48347107,0.5041322,0.5289256,0.54545456,0.5371901,0.5495868,0.53305787,0.53305787,0.5165289,0.5082645,0.5041322,0.5,0.5247934,0.56198347,0.59504133,0.59917355,0.553719,0.4752066,0.38429752,0.28099173,0.23140496,0.2603306,0.33471075,0.39256197,0.45454547,0.4752066,0.47933885,0.46694216,0.43801653,0.38842976,0.3305785,0.2892562,0.33471075,0.38016528,0.44214877,0.46280992,0.48347107,0.49586776,0.5206612,0.5247934,0.5123967,0.4876033,0.44214877,0.4338843,0.446281,0.46280992,0.45867768,0.45041323,0.43801653,0.4214876,0.41735536,0.4090909,0.42561984,0.42975205,0.43801653,0.4338843,0.3677686,0.40082645,0.41735536,0.4338843,0.45041323,0.45867768,0.46280992,0.46280992,0.47107437,0.4876033,0.4876033,0.5041322,0.5,0.49586776,0.4876033,0.48347107,0.4752066,0.46694216,0.47933885,0.5041322,0.54545456,0.5785124,0.60330576,0.59504133,0.5785124,0.5495868,0.4876033,0.3966942,0.30578512,0.24380165,0.23966943,0.29338843,0.3305785,0.35950413,0.37190083,0.36363637,0.33471075,0.3140496,0.3305785,0.37190083,0.42975205,0.47107437,0.4876033,0.47933885,0.49173555,0.5,0.5082645,0.5082645,0.5,0.47933885,0.446281,0.42561984,0.42561984,0.43801653,0.446281,0.44214877,0.4338843,0.42561984,0.42975205,0.42561984,0.42975205,0.44214877,0.43801653,0.43801653,0.3677686,0.38429752,0.4090909,0.4214876,0.45041323,0.45867768,0.46280992,0.45867768,0.46694216,0.46694216,0.47933885,0.4752066,0.46280992,0.46280992,0.46280992,0.46280992,0.45454547,0.46280992,0.48347107,0.5247934,0.5661157,0.58264464,0.58677685,0.5785124,0.5661157,0.5785124,0.553719,0.49586776,0.41735536,0.34710744,0.29338843,0.2644628,0.24380165,0.2644628,0.2603306,0.27272728,0.2768595,0.338843,0.4214876,0.4752066,0.5,0.5,0.49173555,0.47933885,0.48347107,0.49173555,0.49586776,0.49586776,0.4876033,0.48347107,0.46694216,0.43801653,0.4214876,0.42975205,0.44214877,0.44214877,0.4338843,0.4338843,0.43801653,0.4338843,0.44214877,0.446281,0.446281,0.4338843,0.36363637,0.37190083,0.40082645,0.4214876,0.446281,0.46280992,0.4752066,0.45867768,0.45867768,0.45867768,0.45041323,0.45454547,0.446281,0.45041323,0.45454547,0.45041323,0.45041323,0.45867768,0.4876033,0.5247934,0.553719,0.5661157,0.57024795,0.57024795,0.57438016,0.58677685,0.57438016,0.54545456,0.5,0.45867768,0.4090909,0.3553719,0.30165288,0.29338843,0.27272728,0.29338843,0.34710744,0.41322315,0.49173555,0.5123967,0.5165289,0.5123967,0.5082645,0.49586776,0.4876033,0.48347107,0.4752066,0.47933885,0.4876033,0.49173555,0.47107437,0.45041323,0.44214877,0.446281,0.446281,0.45041323,0.44214877,0.43801653,0.446281,0.44214877,0.446281,0.446281,0.45041323,0.42975205,0.3305785,0.3429752,0.38842976,0.42561984,0.44214877,0.45454547,0.47107437,0.47933885,0.47107437,0.46694216,0.446281,0.45041323,0.446281,0.45454547,0.45867768,0.45041323,0.44214877,0.46280992,0.5,0.5206612,0.5371901,0.5413223,0.5495868,0.55785125,0.55785125,0.58264464,0.59090906,0.58264464,0.56198347,0.54545456,0.5123967,0.47107437,0.43801653,0.42561984,0.41735536,0.43801653,0.45454547,0.5,0.5165289,0.5247934,0.5247934,0.5206612,0.5165289,0.5082645,0.49586776,0.4876033,0.46694216,0.45867768,0.46280992,0.47933885,0.47107437,0.46280992,0.46280992,0.4752066,0.4752066,0.46280992,0.44214877,0.43801653,0.44214877,0.45041323,0.446281,0.43801653,0.43801653,0.4214876,0.29338843,0.2892562,0.3677686,0.41735536,0.42975205,0.45454547,0.47107437,0.4752066,0.47933885,0.48347107,0.46280992,0.47107437,0.46280992,0.46280992,0.46694216,0.446281,0.45454547,0.46280992,0.5082645,0.5041322,0.5165289,0.5123967,0.5206612,0.53305787,0.54545456,0.55785125,0.57024795,0.58677685,0.58677685,0.58264464,0.56198347,0.5371901,0.5247934,0.5247934,0.5371901,0.5371901,0.5371901,0.53305787,0.53305787,0.5165289,0.5082645,0.5041322,0.5,0.5,0.48347107,0.47933885,0.44214877,0.41735536,0.40082645,0.43801653,0.45867768,0.47107437,0.4876033,0.49586776,0.47933885,0.47107437,0.44214877,0.44214877,0.43801653,0.43801653,0.44214877,0.4338843,0.4338843,0.4090909,0.23966943,0.23966943,0.3140496,0.40082645,0.4214876,0.44214877,0.46280992,0.47107437,0.48347107,0.49586776,0.49173555,0.49586776,0.49173555,0.49586776,0.49173555,0.47933885,0.47107437,0.4752066,0.49173555,0.4752066,0.45041323,0.45454547,0.47107437,0.49173555,0.5206612,0.5371901,0.5495868,0.55785125,0.56198347,0.553719,0.53305787,0.5206612,0.5371901,0.55785125,0.5661157,0.553719,0.5413223,0.5165289,0.49173555,0.46280992,0.43801653,0.4338843,0.42975205,0.41735536,0.3966942,0.38016528,0.3429752,0.3140496,0.3429752,0.40495867,0.45454547,0.4752066,0.49586776,0.5082645,0.4876033,0.47933885,0.45041323,0.43801653,0.43801653,0.446281,0.4338843,0.42561984,0.4214876,0.38842976,0.2107438,0.19008264,0.24793388,0.3677686,0.40082645,0.42561984,0.446281,0.45867768,0.48347107,0.5,0.5041322,0.5123967,0.5165289,0.5247934,0.5206612,0.5041322,0.5041322,0.49173555,0.47107437,0.41735536,0.3429752,0.3305785,0.35123968,0.38842976,0.42975205,0.446281,0.45041323,0.45454547,0.46280992,0.45454547,0.44214877,0.42561984,0.45041323,0.46280992,0.4752066,0.46694216,0.45041323,0.42561984,0.40082645,0.37603307,0.3429752,0.3305785,0.30578512,0.28099173,0.2603306,0.24793388,0.29752067,0.3677686,0.41735536,0.446281,0.46694216,0.47933885,0.49173555,0.5,0.49173555,0.4876033,0.45454547,0.44214877,0.43801653,0.43801653,0.42975205,0.4214876,0.40082645,0.338843,0.18595041,0.12809917,0.20661157,0.32231405,0.38016528,0.4090909,0.42975205,0.446281,0.47107437,0.49173555,0.5,0.5165289,0.5206612,0.5413223,0.53305787,0.5247934,0.5165289,0.5,0.46694216,0.42975205,0.40495867,0.37190083,0.3181818,0.30991736,0.3181818,0.3264463,0.32231405,0.30991736,0.29752067,0.32231405,0.3264463,0.33471075,0.3429752,0.33471075,0.338843,0.33471075,0.32231405,0.3181818,0.2892562,0.24380165,0.19421488,0.17355372,0.20661157,0.2768595,0.30991736,0.35123968,0.42561984,0.4876033,0.5,0.5,0.4876033,0.49586776,0.4876033,0.4876033,0.48347107,0.47107437,0.45454547,0.44214877,0.42561984,0.42561984,0.41735536,0.41322315,0.3677686,0.27272728,0.18181819,0.13636364,0.20247933,0.2603306,0.3305785,0.38842976,0.4090909,0.42975205,0.45454547,0.47933885,0.49173555,0.5123967,0.5123967,0.5413223,0.5413223,0.5371901,0.53305787,0.53305787,0.5371901,0.5495868,0.57438016,0.56198347,0.49586776,0.44214877,0.4090909,0.40495867,0.39256197,0.33471075,0.25619835,0.2107438,0.19421488,0.23140496,0.23966943,0.21487603,0.2231405,0.22727273,0.22727273,0.2231405,0.24380165,0.25619835,0.30165288,0.34710744,0.39256197,0.3966942,0.3966942,0.4214876,0.4752066,0.5165289,0.5247934,0.5206612,0.5082645,0.5,0.5123967,0.5041322,0.47933885,0.45041323,0.446281,0.42975205,0.41735536,0.41322315,0.40495867,0.38429752,0.29338843,0.19008264,0.18181819,0.16528925,0.21487603,0.2107438,0.28512397,0.37603307,0.38842976,0.40495867,0.4338843,0.46694216,0.4876033,0.49586776,0.49586776,0.5206612,0.5289256,0.5413223,0.5495868,0.55785125,0.58264464,0.607438,0.6322314,0.607438,0.55785125,0.5082645,0.46694216,0.47933885,0.5041322,0.49586776,0.45867768,0.4214876,0.3677686,0.3264463,0.32231405,0.3264463,0.3264463,0.3305785,0.34710744,0.36363637,0.3966942,0.4090909,0.4214876,0.4214876,0.4090909,0.3966942,0.41735536,0.446281,0.4876033,0.5165289,0.5289256,0.5206612,0.5082645,0.5,0.5082645,0.49173555,0.47107437,0.446281,0.43801653,0.41735536,0.41735536,0.40082645,0.39256197,0.3305785,0.19421488,0.14049587,0.19421488,0.19421488,0.2231405,0.2107438,0.3140496,0.35950413,0.3553719,0.3966942,0.4214876,0.446281,0.46280992,0.4752066,0.48347107,0.5123967,0.5247934,0.5371901,0.553719,0.5661157,0.59504133,0.61157024,0.6280992,0.61157024,0.57024795,0.5371901,0.49173555,0.48347107,0.49173555,0.5247934,0.553719,0.5661157,0.55785125,0.54545456,0.54545456,0.5495868,0.5413223,0.5289256,0.5247934,0.5206612,0.5206612,0.4876033,0.45454547,0.4214876,0.3966942,0.40082645,0.4338843,0.46694216,0.4876033,0.5041322,0.5082645,0.5,0.4876033,0.48347107,0.48347107,0.47107437,0.45867768,0.43801653,0.42561984,0.4090909,0.40495867,0.40082645,0.3677686,0.25619835,0.1322314,0.1446281,0.22727273,0.2107438,0.22727273,0.2520661,0.3429752,0.33471075,0.35950413,0.36363637,0.3966942,0.42561984,0.44214877,0.46280992,0.4752066,0.5,0.5206612,0.53305787,0.53305787,0.553719,0.5785124,0.59504133,0.607438,0.60330576,0.5785124,0.553719,0.5247934,0.5,0.47107437,0.47933885,0.5041322,0.5413223,0.5661157,0.57024795,0.5785124,0.607438,0.59504133,0.58677685,0.56198347,0.5413223,0.5123967,0.46694216,0.42975205,0.4090909,0.4090909,0.41735536,0.446281,0.4752066,0.5,0.5041322,0.5041322,0.47107437,0.46280992,0.45454547,0.45454547,0.45041323,0.43801653,0.42975205,0.41735536,0.3966942,0.38016528,0.37190083,0.3140496,0.18595041,0.11157025,0.18595041,0.27272728,0.22727273,0.23966943,0.2892562,0.3553719,0.338843,0.32231405,0.34710744,0.36363637,0.3966942,0.41735536,0.43801653,0.45867768,0.48347107,0.5123967,0.5247934,0.53305787,0.5371901,0.55785125,0.5785124,0.59090906,0.607438,0.58264464,0.55785125,0.53305787,0.49586776,0.47933885,0.45867768,0.45867768,0.4752066,0.5041322,0.5123967,0.5206612,0.5371901,0.5371901,0.5289256,0.5041322,0.48347107,0.46280992,0.42975205,0.40495867,0.40082645,0.41735536,0.43801653,0.46694216,0.49586776,0.5123967,0.5123967,0.4876033,0.47107437,0.44214877,0.44214877,0.4338843,0.43801653,0.41735536,0.4090909,0.39256197,0.38016528,0.35950413,0.32231405,0.22727273,0.1322314,0.14049587,0.2603306,0.3264463,0.2520661,0.26859504,0.30991736,0.35950413,0.33471075,0.3181818,0.33471075,0.338843,0.36363637,0.3966942,0.4090909,0.44214877,0.46280992,0.48347107,0.5082645,0.5247934,0.5289256,0.5413223,0.55785125,0.57438016,0.59504133,0.58677685,0.57024795,0.5247934,0.5,0.47107437,0.44214877,0.43801653,0.4338843,0.45041323,0.45041323,0.446281,0.45454547,0.446281,0.45454547,0.4338843,0.4214876,0.40082645,0.38842976,0.39256197,0.4090909,0.44214877,0.47107437,0.49173555,0.5,0.5082645,0.5,0.4752066,0.45454547,0.446281,0.43801653,0.4338843,0.42975205,0.40495867,0.38842976,0.37603307,0.35950413,0.3181818,0.25619835,0.1694215,0.1322314,0.2231405,0.3264463,0.40082645,0.28099173,0.28512397,0.3140496,0.3553719,0.3305785,0.3181818,0.3264463,0.32231405,0.338843,0.37190083,0.38842976,0.40495867,0.42975205,0.46280992,0.4876033,0.5082645,0.5247934,0.5371901,0.5495868,0.56198347,0.58677685,0.58264464,0.57024795,0.56198347,0.5289256,0.49586776,0.45041323,0.4090909,0.40082645,0.38016528,0.3677686,0.34710744,0.3305785,0.32231405,0.3181818,0.35123968,0.3553719,0.37603307,0.38842976,0.41735536,0.446281,0.47933885,0.5,0.5082645,0.5082645,0.4876033,0.4752066,0.46280992,0.45041323,0.43801653,0.4338843,0.42975205,0.41735536,0.3966942,0.35950413,0.35123968,0.32231405,0.2644628,0.2107438,0.13636364,0.16115703,0.29338843,0.38842976,0.48347107,0.3553719,0.2892562,0.30991736,0.35950413,0.3264463,0.3181818,0.32231405,0.30991736,0.30991736,0.35123968,0.35950413,0.38429752,0.4090909,0.44214877,0.46694216,0.48347107,0.5082645,0.5247934,0.53305787,0.5413223,0.57438016,0.58264464,0.59090906,0.59090906,0.57024795,0.5413223,0.5082645,0.45867768,0.4338843,0.4090909,0.3966942,0.38429752,0.38429752,0.38016528,0.3966942,0.40495867,0.4214876,0.4338843,0.45041323,0.46694216,0.49173555,0.5082645,0.5123967,0.5082645,0.5041322,0.48347107,0.47107437,0.45454547,0.43801653,0.42975205,0.41735536,0.40495867,0.3966942,0.3677686,0.3429752,0.30991736,0.2644628,0.22727273,0.18181819,0.1322314,0.19421488,0.3181818,0.41322315,0.5413223,0.42561984,0.30991736,0.30991736,0.3553719,0.3264463,0.3181818,0.3264463,0.3140496,0.2892562,0.3140496,0.3264463,0.35123968,0.38429752,0.4090909,0.44214877,0.45867768,0.47107437,0.4876033,0.49586776,0.5165289,0.5371901,0.55785125,0.58264464,0.59504133,0.59090906,0.57024795,0.553719,0.53305787,0.5165289,0.49586776,0.4752066,0.46694216,0.46280992,0.45867768,0.48347107,0.4876033,0.49173555,0.49586776,0.5,0.5123967,0.5289256,0.5206612,0.5123967,0.5041322,0.49173555,0.47933885,0.45867768,0.44214877,0.42975205,0.41735536,0.39256197,0.38016528,0.36363637,0.33471075,0.29752067,0.2644628,0.23553719,0.20247933,0.16528925,0.16115703,0.23966943,0.36363637,0.45041323,0.61157024,0.5082645,0.3677686,0.32231405,0.34710744,0.3264463,0.32231405,0.3429752,0.338843,0.30578512,0.30165288,0.2892562,0.3264463,0.338843,0.3677686,0.3966942,0.42561984,0.43801653,0.446281,0.46694216,0.5,0.5206612,0.5495868,0.57024795,0.59090906,0.59504133,0.59090906,0.59090906,0.60330576,0.59917355,0.58264464,0.5661157,0.5495868,0.54545456,0.5413223,0.54545456,0.553719,0.5413223,0.54545456,0.5495868,0.553719,0.54545456,0.5289256,0.5123967,0.5,0.47933885,0.46694216,0.43801653,0.42975205,0.41735536,0.38842976,0.35950413,0.3429752,0.32231405,0.29752067,0.24793388,0.23140496,0.23140496,0.18181819,0.16528925,0.23553719,0.30991736,0.38842976,0.46280992,0.6446281,0.553719,0.45454547,0.38429752,0.3553719,0.32231405,0.3181818,0.35123968,0.3429752,0.32231405,0.30578512,0.28099173,0.2892562,0.30165288,0.3264463,0.338843,0.37190083,0.40495867,0.4338843,0.45454547,0.48347107,0.5041322,0.5206612,0.553719,0.57024795,0.59917355,0.61570245,0.6280992,0.6528926,0.6446281,0.6404959,0.6280992,0.62396693,0.6280992,0.61570245,0.59917355,0.58677685,0.57024795,0.553719,0.5785124,0.5661157,0.56198347,0.5371901,0.5082645,0.4876033,0.46694216,0.446281,0.42975205,0.41735536,0.39256197,0.3553719,0.3264463,0.30991736,0.28512397,0.25619835,0.23553719,0.23140496,0.2107438,0.16115703,0.19421488,0.29752067,0.37603307,0.42561984,0.47107437,0.69008267,0.61570245,0.5289256,0.46694216,0.37190083,0.3305785,0.32231405,0.34710744,0.35950413,0.338843,0.32231405,0.29338843,0.28099173,0.27272728,0.30578512,0.30165288,0.3305785,0.338843,0.38842976,0.42975205,0.45041323,0.4752066,0.49173555,0.5247934,0.54545456,0.5785124,0.59504133,0.607438,0.6280992,0.6322314,0.6404959,0.6322314,0.6280992,0.6404959,0.6363636,0.6198347,0.59917355,0.58264464,0.5661157,0.58677685,0.5661157,0.53305787,0.5082645,0.4876033,0.47107437,0.45041323,0.4214876,0.4090909,0.38016528,0.34710744,0.3181818,0.29752067,0.2768595,0.23553719,0.23140496,0.23553719,0.2231405,0.18181819,0.17768595,0.26859504,0.3305785,0.38429752,0.42561984,0.4214876,0.71900827,0.69008267,0.59917355,0.54545456,0.41735536,0.34710744,0.3305785,0.3553719,0.35950413,0.3553719,0.3429752,0.3140496,0.2892562,0.2603306,0.28099173,0.28099173,0.29338843,0.30991736,0.3429752,0.38016528,0.41735536,0.43801653,0.45867768,0.4876033,0.5123967,0.5206612,0.5371901,0.56198347,0.57438016,0.58264464,0.59917355,0.59504133,0.59504133,0.59917355,0.607438,0.60330576,0.59090906,0.58677685,0.57438016,0.5661157,0.5413223,0.49586776,0.47107437,0.446281,0.4338843,0.41322315,0.38842976,0.36363637,0.3305785,0.30165288,0.29752067,0.2644628,0.23553719,0.2107438,0.2231405,0.23966943,0.2107438,0.18181819,0.2644628,0.36363637,0.40495867,0.37190083,0.30165288,0.23966943,0.7231405,0.73140496,0.6404959,0.5661157,0.49173555,0.3966942,0.35950413,0.35123968,0.36363637,0.35950413,0.3553719,0.3305785,0.30991736,0.28099173,0.26859504,0.2520661,0.2768595,0.28099173,0.30578512,0.3264463,0.36363637,0.39256197,0.4214876,0.446281,0.4752066,0.49173555,0.5041322,0.5247934,0.5371901,0.5495868,0.55785125,0.56198347,0.56198347,0.57024795,0.57438016,0.57024795,0.553719,0.5495868,0.54545456,0.5289256,0.5,0.47107437,0.44214877,0.41322315,0.40495867,0.38016528,0.35123968,0.30578512,0.29338843,0.28099173,0.25619835,0.2107438,0.20661157,0.20661157,0.23140496,0.23140496,0.20661157,0.2768595,0.38842976,0.4338843,0.41322315,0.3140496,0.19008264,0.18181819,0.7231405,0.75206614,0.6859504,0.59917355,0.5413223,0.4752066,0.44214877,0.3966942,0.35123968,0.35950413,0.36363637,0.34710744,0.3181818,0.30165288,0.2768595,0.24380165,0.2520661,0.2644628,0.28099173,0.2892562,0.3140496,0.338843,0.3677686,0.39256197,0.4338843,0.46280992,0.49173555,0.5041322,0.5,0.5123967,0.5206612,0.5247934,0.53305787,0.5289256,0.53305787,0.5206612,0.5123967,0.5041322,0.49586776,0.47933885,0.45454547,0.42561984,0.4090909,0.38842976,0.3677686,0.3264463,0.30165288,0.28099173,0.26859504,0.22727273,0.1983471,0.18595041,0.1983471,0.2231405,0.27272728,0.3140496,0.37190083,0.446281,0.4876033,0.446281,0.36363637,0.3140496,0.30991736,0.34710744,0.71487606,0.76033056,0.72727275,0.6487603,0.553719,0.4876033,0.48347107,0.4752066,0.38842976,0.3553719,0.3677686,0.36363637,0.338843,0.3264463,0.29752067,0.27272728,0.2520661,0.23966943,0.2520661,0.25619835,0.2768595,0.29338843,0.30991736,0.338843,0.38016528,0.41735536,0.43801653,0.45041323,0.45041323,0.45867768,0.45867768,0.46280992,0.46280992,0.47107437,0.47933885,0.47107437,0.45867768,0.446281,0.43801653,0.42561984,0.4090909,0.37603307,0.35950413,0.33471075,0.30165288,0.28512397,0.27272728,0.23966943,0.2107438,0.18595041,0.18595041,0.19421488,0.23140496,0.34710744,0.45867768,0.53305787,0.54545456,0.5123967,0.44214877,0.38429752,0.3966942,0.43801653,0.4090909,0.43801653,0.70247936,0.73140496,0.7355372,0.6859504,0.6198347,0.553719,0.5041322,0.5206612,0.4752066,0.39256197,0.35950413,0.37603307,0.35950413,0.3429752,0.32231405,0.29752067,0.27272728,0.24793388,0.23966943,0.2231405,0.23140496,0.2603306,0.28099173,0.2892562,0.3140496,0.338843,0.36363637,0.39256197,0.3966942,0.3966942,0.3966942,0.3966942,0.39256197,0.40082645,0.41322315,0.40082645,0.40082645,0.39256197,0.38016528,0.3677686,0.35123968,0.3264463,0.30991736,0.2892562,0.27272728,0.24380165,0.2231405,0.18595041,0.17768595,0.19008264,0.22727273,0.30165288,0.3966942,0.46694216,0.5082645,0.5,0.446281,0.38016528,0.3677686,0.4338843,0.5,0.49586776,0.4338843,0.47107437,0.70247936,0.71487606,0.71900827,0.70247936,0.661157,0.6198347,0.55785125,0.5165289,0.5413223,0.49173555,0.39256197,0.36363637,0.36363637,0.35950413,0.3429752,0.3140496,0.29338843,0.27272728,0.24380165,0.23140496,0.21487603,0.21900827,0.23966943,0.25619835,0.26859504,0.28099173,0.29752067,0.3305785,0.3429752,0.338843,0.33471075,0.3429752,0.34710744,0.3553719,0.3429752,0.338843,0.3264463,0.3429752,0.3264463,0.3181818,0.30165288,0.2892562,0.28512397,0.23966943,0.23140496,0.18595041,0.17355372,0.1694215,0.17768595,0.23966943,0.32231405,0.37190083,0.4090909,0.42561984,0.38016528,0.35123968,0.30991736,0.3140496,0.3966942,0.49173555,0.53305787,0.5082645,0.44214877,0.47107437,30 +0.76859504,0.75619835,0.74380165,0.74380165,0.75206614,0.74793386,0.7355372,0.70247936,0.71487606,0.74793386,0.71487606,0.6528926,0.661157,0.59090906,0.59504133,0.59090906,0.58264464,0.58677685,0.59090906,0.58264464,0.58677685,0.5785124,0.57438016,0.55785125,0.57024795,0.57024795,0.5661157,0.55785125,0.5495868,0.553719,0.5495868,0.553719,0.54545456,0.55785125,0.55785125,0.53305787,0.5495868,0.53305787,0.5413223,0.5289256,0.5206612,0.5165289,0.49586776,0.5082645,0.49173555,0.48347107,0.49586776,0.49173555,0.49173555,0.5,0.5206612,0.5247934,0.5247934,0.5371901,0.5413223,0.59090906,0.58677685,0.58264464,0.59090906,0.57438016,0.58677685,0.61570245,0.677686,0.5785124,0.8016529,0.7892562,0.7892562,0.7768595,0.78099173,0.75619835,0.73140496,0.73140496,0.7231405,0.76033056,0.73966944,0.6983471,0.6859504,0.61570245,0.607438,0.59917355,0.58677685,0.58677685,0.59917355,0.60330576,0.60330576,0.59090906,0.59917355,0.57438016,0.59504133,0.59504133,0.58264464,0.57024795,0.5206612,0.5123967,0.5413223,0.54545456,0.553719,0.5661157,0.56198347,0.5371901,0.56198347,0.553719,0.5495868,0.5247934,0.5082645,0.5206612,0.5289256,0.5123967,0.5,0.5,0.5041322,0.49173555,0.5123967,0.5247934,0.5371901,0.5413223,0.5495868,0.55785125,0.58264464,0.59090906,0.607438,0.59504133,0.61157024,0.5785124,0.5785124,0.6198347,0.677686,0.60330576,0.7933884,0.8140496,0.8140496,0.8140496,0.7933884,0.79752064,0.7644628,0.74793386,0.74793386,0.75206614,0.74793386,0.73140496,0.7066116,0.6570248,0.61157024,0.607438,0.60330576,0.59504133,0.58677685,0.61570245,0.6198347,0.62396693,0.60330576,0.59917355,0.60330576,0.61570245,0.59090906,0.59504133,0.5041322,0.45041323,0.5247934,0.5371901,0.553719,0.5661157,0.57024795,0.5413223,0.55785125,0.56198347,0.5785124,0.5247934,0.5247934,0.5289256,0.5371901,0.5206612,0.5,0.5082645,0.5041322,0.5206612,0.53305787,0.53305787,0.5371901,0.56198347,0.57024795,0.57024795,0.57438016,0.58264464,0.607438,0.59917355,0.62396693,0.60330576,0.59504133,0.6198347,0.6694215,0.61157024,0.79752064,0.822314,0.8347107,0.822314,0.8264463,0.7892562,0.7644628,0.75206614,0.74793386,0.74793386,0.73966944,0.6983471,0.69008267,0.661157,0.62396693,0.60330576,0.59917355,0.59504133,0.58677685,0.60330576,0.61157024,0.62396693,0.6280992,0.607438,0.58264464,0.59917355,0.58677685,0.59504133,0.5123967,0.4752066,0.5289256,0.55785125,0.57024795,0.57024795,0.54545456,0.5785124,0.56198347,0.55785125,0.57024795,0.53305787,0.5371901,0.5371901,0.5495868,0.5165289,0.5165289,0.5082645,0.5247934,0.5165289,0.5247934,0.5041322,0.49173555,0.5247934,0.5289256,0.5247934,0.53305787,0.553719,0.58677685,0.6363636,0.6446281,0.6446281,0.661157,0.6487603,0.6652893,0.6446281,0.8140496,0.822314,0.8429752,0.8305785,0.8181818,0.8016529,0.76033056,0.74793386,0.73140496,0.7231405,0.6735537,0.62396693,0.62396693,0.607438,0.58264464,0.57024795,0.55785125,0.5495868,0.54545456,0.53305787,0.55785125,0.553719,0.59090906,0.59504133,0.5661157,0.57438016,0.59090906,0.57438016,0.55785125,0.53305787,0.54545456,0.5661157,0.5785124,0.5785124,0.5495868,0.57438016,0.56198347,0.5495868,0.5661157,0.5206612,0.5413223,0.5206612,0.5165289,0.5165289,0.5123967,0.49173555,0.47107437,0.446281,0.446281,0.4214876,0.4090909,0.4214876,0.43801653,0.46694216,0.5082645,0.5165289,0.553719,0.59090906,0.6363636,0.6652893,0.70247936,0.6942149,0.6735537,0.6528926,0.822314,0.822314,0.8347107,0.8512397,0.79752064,0.8057851,0.77272725,0.7231405,0.6528926,0.6198347,0.60330576,0.57438016,0.5413223,0.5123967,0.47933885,0.446281,0.44214877,0.4090909,0.4338843,0.39256197,0.41322315,0.4338843,0.45867768,0.5371901,0.53305787,0.553719,0.553719,0.5413223,0.5661157,0.54545456,0.54545456,0.5661157,0.5661157,0.57024795,0.553719,0.54545456,0.55785125,0.54545456,0.5413223,0.5041322,0.5041322,0.49586776,0.4876033,0.46280992,0.42561984,0.40082645,0.39256197,0.35950413,0.34710744,0.3305785,0.35950413,0.37190083,0.4090909,0.42975205,0.45041323,0.47933885,0.49173555,0.5247934,0.59504133,0.6487603,0.6983471,0.75206614,0.6735537,0.6404959,0.822314,0.8264463,0.8471074,0.8264463,0.8016529,0.7892562,0.74793386,0.661157,0.59504133,0.5413223,0.53305787,0.53305787,0.5041322,0.46694216,0.42975205,0.38842976,0.3677686,0.34710744,0.3429752,0.3264463,0.3429752,0.40082645,0.3966942,0.43801653,0.46280992,0.5,0.5289256,0.5206612,0.5371901,0.5371901,0.5495868,0.55785125,0.54545456,0.55785125,0.5413223,0.53305787,0.54545456,0.53305787,0.5206612,0.49586776,0.46694216,0.45867768,0.45454547,0.39256197,0.38016528,0.3553719,0.33471075,0.3305785,0.34710744,0.38429752,0.41322315,0.43801653,0.47933885,0.47933885,0.49173555,0.4876033,0.48347107,0.4876033,0.54545456,0.62396693,0.71487606,0.73966944,0.6528926,0.6446281,0.822314,0.8264463,0.8553719,0.75619835,0.79752064,0.74793386,0.7107438,0.6363636,0.62396693,0.57438016,0.55785125,0.55785125,0.54545456,0.5,0.47933885,0.46280992,0.48347107,0.41322315,0.34710744,0.34710744,0.35950413,0.42561984,0.4338843,0.41735536,0.42975205,0.45041323,0.5,0.5041322,0.5165289,0.5247934,0.5247934,0.5165289,0.5495868,0.5371901,0.5165289,0.5123967,0.5041322,0.5082645,0.49173555,0.46694216,0.42561984,0.41735536,0.4090909,0.38429752,0.36363637,0.37190083,0.35123968,0.3429752,0.36363637,0.3966942,0.37190083,0.40082645,0.4214876,0.45041323,0.5123967,0.5413223,0.59090906,0.59504133,0.58264464,0.60330576,0.6942149,0.73966944,0.6198347,0.6363636,0.8264463,0.822314,0.8264463,0.8181818,0.7892562,0.73966944,0.75206614,0.71487606,0.6735537,0.61570245,0.57024795,0.5289256,0.4876033,0.4752066,0.42975205,0.5371901,0.69008267,0.49173555,0.3553719,0.3140496,0.30578512,0.47107437,0.4338843,0.38842976,0.38429752,0.36363637,0.35950413,0.3181818,0.44214877,0.45041323,0.42561984,0.40082645,0.5165289,0.36363637,0.44214877,0.41322315,0.37190083,0.446281,0.38016528,0.40495867,0.2892562,0.18181819,0.24793388,0.2768595,0.29752067,0.32231405,0.338843,0.3305785,0.3264463,0.35123968,0.36363637,0.38016528,0.40082645,0.4214876,0.4338843,0.42561984,0.45041323,0.5,0.5041322,0.5123967,0.56198347,0.69008267,0.6652893,0.661157,0.8305785,0.822314,0.8181818,0.822314,0.78099173,0.76859504,0.71487606,0.61157024,0.49586776,0.43801653,0.47107437,0.48347107,0.4876033,0.5041322,0.47107437,0.59090906,0.8512397,0.8347107,0.6570248,0.45454547,0.4214876,0.43801653,0.446281,0.45041323,0.446281,0.4214876,0.37603307,0.24793388,0.42561984,0.46694216,0.45454547,0.45041323,0.446281,0.37190083,0.4090909,0.3966942,0.40495867,0.45041323,0.42975205,0.46280992,0.37603307,0.26859504,0.42561984,0.446281,0.4214876,0.4090909,0.38429752,0.40082645,0.3966942,0.39256197,0.4214876,0.42561984,0.43801653,0.48347107,0.57024795,0.6198347,0.6446281,0.6487603,0.58264464,0.56198347,0.5165289,0.41322315,0.5206612,0.6735537,0.822314,0.8264463,0.8305785,0.80991733,0.77272725,0.62396693,0.5206612,0.5413223,0.62396693,0.6859504,0.69008267,0.677686,0.6322314,0.59917355,0.5371901,0.6404959,0.9214876,0.91735536,0.8016529,0.4752066,0.4214876,0.40082645,0.39256197,0.41322315,0.43801653,0.47933885,0.47107437,0.40495867,0.29752067,0.446281,0.446281,0.45454547,0.45041323,0.4214876,0.4090909,0.4090909,0.4338843,0.43801653,0.41735536,0.42975205,0.40082645,0.45041323,0.46694216,0.46694216,0.45041323,0.42561984,0.39256197,0.3966942,0.38429752,0.36363637,0.35123968,0.38429752,0.39256197,0.43801653,0.5413223,0.59917355,0.61157024,0.69008267,0.70247936,0.6487603,0.6528926,0.45041323,0.29752067,0.4338843,0.8264463,0.8305785,0.8471074,0.75206614,0.48347107,0.57438016,0.6859504,0.6694215,0.6942149,0.74380165,0.70247936,0.6528926,0.59090906,0.553719,0.5,0.5041322,0.80991733,0.88842976,0.7768595,0.45041323,0.3429752,0.30165288,0.30578512,0.30578512,0.3305785,0.4090909,0.45454547,0.45867768,0.4090909,0.28512397,0.5371901,0.5661157,0.5661157,0.5371901,0.47933885,0.5206612,0.5206612,0.49586776,0.47933885,0.38016528,0.44214877,0.41735536,0.28099173,0.58264464,0.6528926,0.42975205,0.3305785,0.32231405,0.30578512,0.29752067,0.3181818,0.3140496,0.3429752,0.38842976,0.49173555,0.5495868,0.53305787,0.60330576,0.6735537,0.73966944,0.6652893,0.49173555,0.20661157,0.3429752,0.8429752,0.8264463,0.8016529,0.5247934,0.6528926,0.71487606,0.6818182,0.61157024,0.6280992,0.69008267,0.6735537,0.59504133,0.49173555,0.4338843,0.42561984,0.38429752,0.4876033,0.6570248,0.59090906,0.38016528,0.28099173,0.26859504,0.27272728,0.2892562,0.29338843,0.33471075,0.4214876,0.46280992,0.5123967,0.39256197,0.5247934,0.61570245,0.6735537,0.607438,0.49173555,0.5495868,0.553719,0.5289256,0.43801653,0.4214876,0.4752066,0.4090909,0.40495867,0.95454544,0.88842976,0.5082645,0.338843,0.338843,0.3181818,0.30578512,0.32231405,0.3140496,0.32231405,0.3429752,0.4338843,0.45867768,0.43801653,0.47933885,0.5413223,0.677686,0.6487603,0.5289256,0.21487603,0.28512397,0.74793386,0.7892562,0.5206612,0.607438,0.6694215,0.6198347,0.57438016,0.5165289,0.55785125,0.59917355,0.5371901,0.49586776,0.46280992,0.42561984,0.42975205,0.4090909,0.43801653,0.45454547,0.45041323,0.34710744,0.26859504,0.22727273,0.23140496,0.2768595,0.2892562,0.30165288,0.33471075,0.41322315,0.5123967,0.5661157,0.71900827,0.71900827,0.90495867,0.78512394,0.40495867,0.41322315,0.45867768,0.44214877,0.42561984,0.42975205,0.446281,0.38429752,0.3966942,0.78512394,0.75619835,0.46280992,0.3553719,0.38429752,0.338843,0.30991736,0.33471075,0.35123968,0.37190083,0.40495867,0.4214876,0.46694216,0.44214877,0.45041323,0.4752066,0.5371901,0.46280992,0.47933885,0.23966943,0.32231405,0.4338843,0.34710744,0.47107437,0.5785124,0.5123967,0.49173555,0.37603307,0.40495867,0.45867768,0.45867768,0.45867768,0.53305787,0.4752066,0.39256197,0.36363637,0.3305785,0.33471075,0.3264463,0.33471075,0.30578512,0.27272728,0.23553719,0.21487603,0.23553719,0.2768595,0.32231405,0.3264463,0.39256197,0.48347107,0.58677685,0.44214877,0.54545456,0.6570248,0.59504133,0.42975205,0.47107437,0.5041322,0.446281,0.4338843,0.38842976,0.4214876,0.3553719,0.32231405,0.41735536,0.46280992,0.3677686,0.34710744,0.33471075,0.3264463,0.3140496,0.3264463,0.38842976,0.45867768,0.5082645,0.5041322,0.5082645,0.5247934,0.5041322,0.5413223,0.6487603,0.61570245,0.49173555,0.23966943,0.3140496,0.4090909,0.24380165,0.7644628,0.7231405,0.5661157,0.5041322,0.47933885,0.4752066,0.46694216,0.46280992,0.46280992,0.446281,0.37603307,0.32231405,0.22727273,0.18595041,0.18181819,0.1983471,0.2231405,0.2644628,0.2520661,0.2107438,0.2107438,0.23966943,0.28099173,0.39256197,0.37190083,0.446281,0.5165289,0.56198347,0.47933885,0.58264464,0.55785125,0.5082645,0.47933885,0.49586776,0.53305787,0.43801653,0.41735536,0.35123968,0.39256197,0.30991736,0.28099173,0.28099173,0.3264463,0.2644628,0.20247933,0.18181819,0.17355372,0.18595041,0.29338843,0.3677686,0.38429752,0.5123967,0.5289256,0.5413223,0.57438016,0.5413223,0.55785125,0.6983471,0.74380165,0.7107438,0.24793388,0.30578512,0.7768595,0.5371901,0.8471074,0.7933884,0.6322314,0.56198347,0.553719,0.5495868,0.5247934,0.5206612,0.45867768,0.30991736,0.3966942,0.45867768,0.23966943,0.18595041,0.17768595,0.1983471,0.23553719,0.30578512,0.28099173,0.23140496,0.26859504,0.25619835,0.3181818,0.40495867,0.43801653,0.49173555,0.55785125,0.54545456,0.5123967,0.59917355,0.57438016,0.5206612,0.49173555,0.49586776,0.55785125,0.49173555,0.39256197,0.34710744,0.37603307,0.30165288,0.25619835,0.27272728,0.35123968,0.30578512,0.21900827,0.19421488,0.20247933,0.1570248,0.3264463,0.41322315,0.23966943,0.38016528,0.42975205,0.5413223,0.55785125,0.55785125,0.5247934,0.6528926,0.75619835,0.78512394,0.21900827,0.37190083,0.74793386,0.58264464,0.822314,0.7768595,0.60330576,0.55785125,0.5413223,0.59090906,0.57024795,0.57024795,0.56198347,0.55785125,0.37190083,0.38842976,0.3677686,0.2603306,0.26859504,0.2892562,0.29338843,0.30578512,0.28512397,0.29338843,0.3264463,0.38842976,0.38842976,0.39256197,0.46694216,0.5413223,0.59090906,0.5041322,0.5371901,0.61157024,0.553719,0.48347107,0.46280992,0.45041323,0.46280992,0.5,0.38842976,0.38842976,0.38016528,0.30991736,0.3305785,0.32231405,0.34710744,0.338843,0.30578512,0.28099173,0.28512397,0.2603306,0.32231405,0.40082645,0.48347107,0.54545456,0.5041322,0.5247934,0.5495868,0.49173555,0.48347107,0.58677685,0.73140496,0.73966944,0.15289256,0.48347107,0.71900827,0.5495868,0.8016529,0.72727275,0.59504133,0.5371901,0.5206612,0.58677685,0.57438016,0.58264464,0.61157024,0.6280992,0.48347107,0.41735536,0.38016528,0.3140496,0.3140496,0.3140496,0.3181818,0.30991736,0.3429752,0.338843,0.3553719,0.40082645,0.42561984,0.45867768,0.5082645,0.5123967,0.7644628,0.38842976,0.49173555,0.5371901,0.5165289,0.46694216,0.45454547,0.45041323,0.3966942,0.45041323,0.40495867,0.4090909,0.46694216,0.3966942,0.35123968,0.35123968,0.34710744,0.3264463,0.30578512,0.29338843,0.30165288,0.3305785,0.34710744,0.46694216,0.54545456,0.58677685,0.55785125,0.5082645,0.5247934,0.45867768,0.47933885,0.553719,0.7231405,0.661157,0.23553719,0.5247934,0.73140496,0.5,0.78512394,0.6735537,0.58264464,0.53305787,0.5247934,0.5371901,0.5413223,0.58677685,0.59504133,0.57024795,0.5247934,0.45867768,0.4338843,0.41322315,0.38842976,0.40082645,0.3677686,0.35950413,0.3677686,0.36363637,0.38016528,0.43801653,0.5206612,0.5123967,0.5206612,0.5371901,0.53305787,0.37603307,0.5123967,0.53305787,0.5123967,0.46694216,0.46694216,0.46280992,0.44214877,0.3966942,0.3429752,0.3429752,0.4876033,0.5123967,0.4338843,0.38842976,0.37190083,0.3429752,0.33471075,0.33471075,0.3140496,0.34710744,0.37603307,0.446281,0.5123967,0.56198347,0.57024795,0.5,0.47933885,0.45867768,0.4752066,0.5413223,0.7107438,0.607438,0.3181818,0.49586776,0.75206614,0.446281,0.7892562,0.6859504,0.5785124,0.55785125,0.54545456,0.5289256,0.53305787,0.553719,0.58677685,0.57438016,0.58677685,0.42975205,0.38016528,0.42975205,0.43801653,0.42975205,0.40495867,0.3966942,0.38016528,0.39256197,0.44214877,0.5247934,0.58677685,0.60330576,0.5661157,0.69008267,0.46694216,0.29752067,0.553719,0.54545456,0.5289256,0.49173555,0.47107437,0.46694216,0.47107437,0.43801653,0.26859504,0.27272728,0.46280992,0.5,0.5247934,0.47933885,0.4090909,0.3677686,0.35950413,0.36363637,0.36363637,0.37603307,0.38842976,0.42561984,0.47933885,0.5041322,0.49586776,0.45454547,0.45454547,0.48347107,0.5,0.53305787,0.6818182,0.5495868,0.3305785,0.38016528,0.8347107,0.38016528,0.7768595,0.6942149,0.607438,0.59504133,0.58264464,0.5495868,0.5,0.5123967,0.5413223,0.55785125,0.56198347,0.43801653,0.38842976,0.43801653,0.45867768,0.4338843,0.41735536,0.4090909,0.4214876,0.48347107,0.5289256,0.58264464,0.61157024,0.60330576,0.5247934,0.5413223,0.4090909,0.446281,0.57024795,0.54545456,0.5413223,0.5165289,0.4752066,0.47933885,0.48347107,0.47933885,0.3429752,0.3140496,0.39256197,0.4752066,0.5165289,0.5206612,0.49586776,0.41735536,0.3966942,0.36363637,0.38842976,0.3677686,0.40495867,0.41735536,0.45041323,0.45867768,0.45454547,0.44214877,0.4752066,0.5123967,0.5371901,0.553719,0.6694215,0.5413223,0.21487603,0.23966943,0.8429752,0.338843,0.7644628,0.7231405,0.6528926,0.6487603,0.62396693,0.58264464,0.5247934,0.5082645,0.5082645,0.5206612,0.5041322,0.4876033,0.46694216,0.45041323,0.446281,0.44214877,0.45041323,0.46694216,0.5041322,0.5289256,0.5661157,0.59090906,0.6322314,0.56198347,0.58677685,0.5206612,0.46694216,0.553719,0.55785125,0.58264464,0.5661157,0.5413223,0.4876033,0.49586776,0.5082645,0.5041322,0.47107437,0.33471075,0.38842976,0.45041323,0.5206612,0.4876033,0.5123967,0.4876033,0.45867768,0.39256197,0.40495867,0.3966942,0.40082645,0.40495867,0.42561984,0.42561984,0.45454547,0.49173555,0.5123967,0.54545456,0.553719,0.57438016,0.6652893,0.5661157,0.17355372,0.23966943,0.8471074,0.38016528,0.661157,0.77272725,0.70247936,0.6735537,0.6570248,0.6363636,0.58264464,0.553719,0.53305787,0.5082645,0.5,0.46694216,0.48347107,0.4752066,0.45454547,0.49586776,0.49586776,0.5165289,0.5247934,0.5785124,0.5371901,0.5289256,0.59090906,0.5661157,0.661157,0.4090909,0.5165289,0.57024795,0.6198347,0.59504133,0.57438016,0.5495868,0.5123967,0.49586776,0.5082645,0.5082645,0.5289256,0.42561984,0.35950413,0.40495867,0.4876033,0.48347107,0.49586776,0.48347107,0.47933885,0.44214877,0.4338843,0.42561984,0.41735536,0.41735536,0.4090909,0.43801653,0.47107437,0.5,0.5413223,0.57438016,0.58677685,0.6198347,0.71487606,0.62396693,0.21487603,0.2520661,0.7933884,0.6198347,0.43801653,0.8140496,0.75206614,0.71487606,0.6818182,0.6859504,0.6322314,0.5785124,0.5495868,0.5247934,0.5206612,0.4752066,0.49586776,0.4876033,0.49586776,0.5123967,0.5206612,0.53305787,0.5371901,0.6280992,0.553719,0.53305787,0.55785125,0.59504133,0.4752066,0.45867768,0.57024795,0.6198347,0.661157,0.6446281,0.59504133,0.57024795,0.5289256,0.47933885,0.5123967,0.5123967,0.553719,0.5371901,0.37603307,0.3677686,0.45041323,0.49586776,0.49586776,0.4752066,0.4752066,0.46280992,0.45867768,0.45041323,0.44214877,0.4338843,0.4338843,0.44214877,0.48347107,0.49173555,0.553719,0.59090906,0.61570245,0.661157,0.76033056,0.6652893,0.23140496,0.49173555,0.7355372,0.89669424,0.39256197,0.6404959,0.7933884,0.7355372,0.7231405,0.70247936,0.6322314,0.59504133,0.5661157,0.5495868,0.5371901,0.5247934,0.5165289,0.5123967,0.5206612,0.5289256,0.5371901,0.54545456,0.55785125,0.6487603,0.5289256,0.54545456,0.6404959,0.56198347,0.5,0.49173555,0.61157024,0.6694215,0.6942149,0.6446281,0.6198347,0.5785124,0.553719,0.5,0.5082645,0.5247934,0.5661157,0.5785124,0.48347107,0.38842976,0.40082645,0.5413223,0.5247934,0.47933885,0.47107437,0.46694216,0.4752066,0.46280992,0.45041323,0.45041323,0.4338843,0.45454547,0.4752066,0.5,0.553719,0.58264464,0.6528926,0.71487606,0.7933884,0.6942149,0.44214877,0.6446281,0.73140496,0.8181818,0.8429752,0.49173555,0.6322314,0.76859504,0.71900827,0.7066116,0.6487603,0.6322314,0.59090906,0.5785124,0.5495868,0.5413223,0.54545456,0.5413223,0.54545456,0.5413223,0.53305787,0.55785125,0.55785125,0.59917355,0.56198347,0.49586776,0.59504133,0.59917355,0.5289256,0.553719,0.6570248,0.6942149,0.6983471,0.6570248,0.6363636,0.5785124,0.57438016,0.53305787,0.5082645,0.5371901,0.57438016,0.59090906,0.59917355,0.41735536,0.4214876,0.41735536,0.5247934,0.47933885,0.47107437,0.45867768,0.4876033,0.45041323,0.46694216,0.46694216,0.45867768,0.45867768,0.48347107,0.5206612,0.56198347,0.61157024,0.6942149,0.7644628,0.8016529,0.7066116,0.6280992,0.57438016,0.7355372,0.7892562,0.8305785,0.8016529,0.59090906,0.5371901,0.77272725,0.71487606,0.6942149,0.661157,0.61157024,0.57024795,0.55785125,0.55785125,0.55785125,0.5413223,0.553719,0.5371901,0.5123967,0.5495868,0.5371901,0.553719,0.5371901,0.45454547,0.5082645,0.6818182,0.5123967,0.61570245,0.6694215,0.71487606,0.6983471,0.6942149,0.6322314,0.58264464,0.58264464,0.5413223,0.5,0.5247934,0.55785125,0.57438016,0.57024795,0.5,0.44214877,0.40082645,0.32231405,0.46280992,0.4876033,0.47107437,0.48347107,0.45867768,0.45041323,0.46280992,0.46694216,0.46694216,0.4876033,0.5413223,0.59917355,0.6735537,0.7231405,0.73140496,0.71487606,0.6363636,0.6322314,0.6735537,0.74380165,0.7768595,0.80991733,0.8140496,0.8140496,0.58677685,0.5165289,0.677686,0.7355372,0.6859504,0.61570245,0.57438016,0.56198347,0.553719,0.553719,0.5495868,0.553719,0.5247934,0.5082645,0.5165289,0.5289256,0.5289256,0.45041323,0.37603307,0.59504133,0.59090906,0.56198347,0.6487603,0.6446281,0.7107438,0.7066116,0.6942149,0.6198347,0.60330576,0.60330576,0.5661157,0.49586776,0.5206612,0.553719,0.5785124,0.55785125,0.55785125,0.5247934,0.44214877,0.2603306,0.28099173,0.40082645,0.47107437,0.4752066,0.45041323,0.46280992,0.47107437,0.4876033,0.4876033,0.5041322,0.5289256,0.53305787,0.5247934,0.5206612,0.5289256,0.59917355,0.7066116,0.75619835,0.677686,0.74380165,0.76859504,0.78512394,0.80991733,0.80991733,0.79752064,0.6652893,0.57024795,0.71487606,0.607438,0.57438016,0.5661157,0.57024795,0.5495868,0.5495868,0.5413223,0.55785125,0.5206612,0.4876033,0.46694216,0.446281,0.4214876,0.39256197,0.3429752,0.5247934,0.60330576,0.6528926,0.70247936,0.6818182,0.70247936,0.7107438,0.6942149,0.6198347,0.6652893,0.6818182,0.59504133,0.5041322,0.5165289,0.607438,0.6404959,0.62396693,0.6652893,0.61157024,0.54545456,0.3264463,0.2768595,0.29338843,0.29338843,0.3305785,0.34710744,0.3305785,0.3181818,0.3264463,0.33471075,0.338843,0.38429752,0.446281,0.5165289,0.6363636,0.7066116,0.74793386,0.74793386,0.7355372,0.6942149,0.7355372,0.7644628,0.7768595,0.7933884,0.79752064,0.79752064,0.7892562,0.7107438,0.6818182,0.59504133,0.5165289,0.45041323,0.44214877,0.43801653,0.44214877,0.43801653,0.446281,0.4214876,0.40082645,0.39256197,0.37603307,0.3553719,0.34710744,0.3677686,0.5082645,0.71487606,0.6983471,0.71487606,0.71487606,0.72727275,0.8264463,0.7644628,0.59504133,0.59090906,0.5785124,0.54545456,0.5123967,0.49173555,0.6280992,0.78512394,0.6652893,0.6487603,0.6652893,0.6487603,0.3553719,0.33471075,0.36363637,0.3553719,0.35123968,0.32231405,0.32231405,0.30578512,0.3181818,0.338843,0.43801653,0.47107437,0.5371901,0.59917355,0.71487606,0.75619835,0.74793386,0.73966944,0.7231405,0.6942149,0.74793386,0.76033056,0.77272725,0.78512394,0.79752064,0.7768595,0.76859504,0.72727275,0.6280992,0.5495868,0.55785125,0.5082645,0.45454547,0.44214877,0.4090909,0.39256197,0.35123968,0.3677686,0.34710744,0.35950413,0.36363637,0.38016528,0.42561984,0.446281,0.5495868,0.6859504,0.6363636,0.61157024,0.58264464,0.60330576,0.6570248,0.6280992,0.553719,0.5041322,0.49586776,0.4876033,0.47933885,0.4752066,0.5082645,0.58264464,0.5247934,0.5289256,0.57438016,0.61157024,0.30165288,0.30991736,0.3677686,0.4214876,0.45041323,0.43801653,0.47107437,0.446281,0.44214877,0.45041323,0.49173555,0.5371901,0.5785124,0.59504133,0.72727275,0.76859504,0.7355372,0.7107438,0.71900827,0.6942149,0.7644628,0.75619835,0.7768595,0.77272725,0.74793386,0.77272725,0.76033056,0.7107438,0.677686,0.62396693,0.6198347,0.58264464,0.5289256,0.5041322,0.5082645,0.48347107,0.4752066,0.46280992,0.446281,0.43801653,0.40495867,0.446281,0.45867768,0.47933885,0.5,0.5785124,0.5206612,0.45041323,0.4214876,0.45041323,0.5495868,0.55785125,0.5289256,0.47107437,0.45041323,0.43801653,0.43801653,0.47107437,0.5165289,0.49586776,0.40495867,0.39256197,0.46280992,0.42561984,0.20247933,0.29752067,0.34710744,0.37603307,0.4214876,0.45041323,0.46280992,0.46280992,0.46694216,0.47933885,0.49173555,0.5041322,0.59090906,0.62396693,0.6818182,0.75619835,0.71487606,0.70247936,0.73140496,0.70247936,0.76859504,0.75619835,0.78512394,0.78099173,0.76033056,0.7066116,0.73140496,0.6859504,0.6694215,0.6487603,0.6198347,0.57438016,0.5289256,0.5289256,0.49586776,0.46694216,0.45454547,0.446281,0.446281,0.4214876,0.41322315,0.46694216,0.47107437,0.5,0.5082645,0.4752066,0.41735536,0.30578512,0.28512397,0.30991736,0.3429752,0.42975205,0.5082645,0.4338843,0.37603307,0.38429752,0.40495867,0.46280992,0.5041322,0.48347107,0.44214877,0.446281,0.43801653,0.33471075,0.23553719,0.2892562,0.35950413,0.3429752,0.38429752,0.4214876,0.45041323,0.446281,0.43801653,0.45041323,0.47107437,0.5082645,0.5371901,0.6280992,0.6652893,0.71900827,0.6942149,0.70247936,0.7355372,0.7066116,0.76033056,0.75206614,0.74380165,0.78099173,0.75206614,0.71487606,0.7231405,0.677686,0.6363636,0.6322314,0.59090906,0.5495868,0.5041322,0.48347107,0.46694216,0.446281,0.42975205,0.42975205,0.4338843,0.41735536,0.4338843,0.47107437,0.49586776,0.5123967,0.57438016,0.553719,0.5123967,0.45867768,0.43801653,0.45041323,0.37603307,0.2603306,0.3264463,0.3553719,0.30165288,0.3264463,0.35950413,0.4090909,0.3966942,0.41735536,0.45454547,0.5,0.46694216,0.46694216,0.3305785,0.3140496,0.35123968,0.3429752,0.35123968,0.40082645,0.43801653,0.4338843,0.4338843,0.44214877,0.46280992,0.5165289,0.5206612,0.57438016,0.6322314,0.677686,0.6859504,0.6983471,0.7231405,0.7231405,0.75619835,0.75206614,0.73140496,0.7644628,0.73966944,0.6983471,0.6983471,0.6694215,0.61157024,0.59090906,0.58264464,0.5413223,0.49586776,0.46694216,0.45041323,0.43801653,0.4214876,0.4090909,0.4090909,0.41322315,0.46280992,0.47933885,0.5123967,0.5661157,0.59917355,0.59917355,0.58264464,0.57438016,0.54545456,0.54545456,0.4876033,0.3553719,0.2520661,0.22727273,0.19421488,0.2231405,0.23140496,0.3140496,0.3429752,0.37190083,0.4214876,0.4876033,0.5123967,0.5413223,0.45041323,0.37190083,0.3553719,0.35123968,0.338843,0.38016528,0.40495867,0.4090909,0.41322315,0.4338843,0.46280992,0.49173555,0.553719,0.55785125,0.6198347,0.6487603,0.6528926,0.70247936,0.7355372,0.7231405,0.73966944,0.74380165,0.74380165,0.75206614,0.7355372,0.6652893,0.6859504,0.6570248,0.6363636,0.59504133,0.553719,0.5289256,0.48347107,0.45454547,0.4338843,0.43801653,0.41322315,0.4090909,0.41322315,0.43801653,0.4752066,0.5165289,0.56198347,0.58264464,0.6198347,0.60330576,0.61157024,0.5785124,0.5165289,0.5495868,0.54545456,0.48347107,0.3677686,0.2520661,0.19008264,0.19008264,0.16528925,0.23140496,0.3181818,0.3966942,0.44214877,0.5,0.5165289,0.57024795,0.53305787,0.446281,0.37603307,0.36363637,0.36363637,0.3553719,0.38016528,0.38842976,0.40082645,0.41735536,0.45867768,0.4752066,0.5413223,0.57438016,0.62396693,0.6528926,0.6694215,0.7066116,0.73140496,0.71487606,0.73140496,0.72727275,0.75619835,0.73966944,0.71487606,0.70247936,0.6735537,0.6363636,0.62396693,0.59090906,0.54545456,0.5289256,0.46694216,0.446281,0.4338843,0.4338843,0.40082645,0.40495867,0.4214876,0.45454547,0.5,0.55785125,0.59504133,0.58264464,0.6322314,0.607438,0.59917355,0.57024795,0.5,0.55785125,0.553719,0.5,0.44214877,0.38842976,0.30578512,0.2520661,0.25619835,0.2520661,0.35123968,0.446281,0.47933885,0.53305787,0.5247934,0.5785124,0.5495868,0.5413223,0.45867768,0.37603307,0.35950413,0.35950413,0.3677686,0.39256197,0.3966942,0.42561984,0.44214877,0.49586776,0.5495868,0.59917355,0.6322314,0.6570248,0.6735537,0.7066116,0.7066116,0.71900827,0.7231405,0.7355372,0.73140496,0.73140496,0.70247936,0.70247936,0.6694215,0.6280992,0.62396693,0.58677685,0.54545456,0.53305787,0.47107437,0.446281,0.41735536,0.40082645,0.38429752,0.41322315,0.42561984,0.49586776,0.57024795,0.553719,0.607438,0.60330576,0.6322314,0.59090906,0.60330576,0.57024795,0.54545456,0.56198347,0.53305787,0.49586776,0.44214877,0.45041323,0.42561984,0.40082645,0.38842976,0.40495867,0.4214876,0.4752066,0.5247934,0.5413223,0.5165289,0.57438016,0.58677685,0.5661157,0.5661157,0.446281,0.37190083,0.34710744,0.36363637,0.38842976,0.41322315,0.4214876,0.45041323,0.4876033,0.57024795,0.58264464,0.6404959,0.661157,0.69008267,0.6942149,0.6859504,0.7107438,0.7231405,0.7355372,0.71900827,0.6694215,0.6983471,0.6983471,0.6735537,0.6322314,0.6198347,0.5785124,0.5289256,0.5082645,0.46694216,0.44214877,0.41735536,0.38842976,0.38429752,0.41735536,0.47933885,0.56198347,0.59090906,0.5785124,0.60330576,0.59917355,0.61157024,0.56198347,0.58264464,0.57024795,0.5495868,0.5413223,0.5206612,0.5,0.4214876,0.47107437,0.446281,0.44214877,0.45867768,0.4876033,0.45041323,0.48347107,0.53305787,0.5413223,0.53305787,0.57438016,0.6280992,0.60330576,0.59504133,0.5413223,0.41735536,0.3305785,0.35950413,0.38842976,0.41735536,0.4090909,0.43801653,0.49586776,0.553719,0.59917355,0.6363636,0.6652893,0.69008267,0.6859504,0.69008267,0.6942149,0.6942149,0.7355372,0.7355372,0.6818182,0.677686,0.69008267,0.6528926,0.6322314,0.59917355,0.5785124,0.54545456,0.5082645,0.47107437,0.44214877,0.4214876,0.3966942,0.38842976,0.46280992,0.5495868,0.58264464,0.59090906,0.5785124,0.607438,0.607438,0.59090906,0.57024795,0.59917355,0.55785125,0.5661157,0.53305787,0.5123967,0.48347107,0.42975205,0.47933885,0.446281,0.44214877,0.47107437,0.47933885,0.4338843,0.45041323,0.5247934,0.5289256,0.5495868,0.57024795,0.6198347,0.6280992,0.607438,0.57024795,0.5206612,0.38429752,0.3264463,0.38842976,0.42975205,0.41735536,0.45041323,0.5,0.553719,0.59504133,0.6198347,0.6446281,0.6652893,0.6818182,0.69008267,0.6942149,0.6942149,0.7066116,0.7231405,0.6983471,0.6652893,0.6652893,0.6487603,0.6280992,0.59504133,0.5661157,0.5495868,0.5247934,0.45867768,0.43801653,0.40495867,0.3966942,0.40495867,0.4876033,0.57024795,0.5785124,0.57438016,0.5661157,0.6198347,0.6198347,0.59504133,0.58677685,0.58264464,0.5247934,0.5289256,0.48347107,0.446281,0.4214876,0.41735536,0.446281,0.46280992,0.43801653,0.42561984,0.41322315,0.38842976,0.3677686,0.42975205,0.46694216,0.5165289,0.5413223,0.607438,0.6280992,0.6487603,0.5661157,0.5371901,0.46694216,0.30578512,0.37603307,0.44214877,0.41735536,0.45041323,0.5041322,0.57024795,0.6198347,0.6570248,0.6487603,0.661157,0.6735537,0.6652893,0.6818182,0.69008267,0.69008267,0.6983471,0.6818182,0.6570248,0.6528926,0.6404959,0.6322314,0.607438,0.56198347,0.5661157,0.5206612,0.46694216,0.4338843,0.40082645,0.38842976,0.43801653,0.5247934,0.5661157,0.5413223,0.54545456,0.59090906,0.6198347,0.59917355,0.5661157,0.5371901,0.49586776,0.44214877,0.42975205,0.40495867,0.37190083,0.36363637,0.3677686,0.3677686,0.38429752,0.38016528,0.34710744,0.34710744,0.338843,0.3140496,0.32231405,0.37190083,0.41322315,0.42561984,0.47107437,0.54545456,0.6198347,0.58264464,0.5206612,0.5206612,0.30578512,0.37603307,0.446281,0.4214876,0.44214877,0.4876033,0.5371901,0.59504133,0.6528926,0.661157,0.6446281,0.6487603,0.6446281,0.6983471,0.69008267,0.677686,0.6859504,0.6818182,0.6404959,0.661157,0.6404959,0.6404959,0.59090906,0.54545456,0.5785124,0.5165289,0.48347107,0.4214876,0.41322315,0.41735536,0.48347107,0.55785125,0.5165289,0.54545456,0.57438016,0.58677685,0.57024795,0.49173555,0.4338843,0.40495867,0.40495867,0.35123968,0.33471075,0.29338843,0.30578512,0.28099173,0.28099173,0.2892562,0.29752067,0.3264463,0.28512397,0.3140496,0.28512397,0.26859504,0.24380165,0.2520661,0.29752067,0.33471075,0.35950413,0.37190083,0.4752066,0.5206612,0.4876033,0.5,0.37603307,0.3553719,0.45867768,0.44214877,0.44214877,0.47933885,0.54545456,0.57024795,0.6198347,0.6322314,0.6363636,0.6446281,0.6404959,0.73140496,0.6983471,0.6735537,0.6652893,0.6694215,0.6363636,0.6528926,0.6280992,0.61157024,0.5785124,0.53305787,0.5785124,0.5123967,0.4752066,0.4338843,0.41322315,0.446281,0.53305787,0.5371901,0.4876033,0.5041322,0.49586776,0.4214876,0.37190083,0.3305785,0.30991736,0.29752067,0.2231405,0.18181819,0.19008264,0.20247933,0.18595041,0.20247933,0.1983471,0.18595041,0.18595041,0.19008264,0.19421488,0.20247933,0.20247933,0.12396694,0.13636364,0.12809917,0.2107438,0.338843,0.3264463,0.23140496,0.2644628,0.37190083,0.3966942,0.45454547,0.3966942,0.38016528,0.446281,0.45867768,0.46280992,0.49173555,0.57438016,0.58264464,0.61157024,0.6363636,0.6322314,0.6404959,0.6652893,0.6363636,0.6818182,0.6487603,0.6446281,0.6570248,0.6487603,0.6363636,0.6280992,0.607438,0.57024795,0.5413223,0.56198347,0.5289256,0.45454547,0.45454547,0.4214876,0.446281,0.5165289,0.46280992,0.4090909,0.4214876,0.3966942,0.3429752,0.4338843,0.45454547,0.4214876,0.3677686,0.2892562,0.16115703,0.1446281,0.21900827,0.21900827,0.18595041,0.21487603,0.18595041,0.17355372,0.16528925,0.15289256,0.18181819,0.19421488,0.14049587,0.14876033,0.18181819,0.30991736,0.46694216,0.5,0.38842976,0.3429752,0.3677686,0.3429752,0.40082645,0.3966942,0.40495867,0.446281,0.45454547,0.47107437,0.5165289,0.5495868,0.58677685,0.58264464,0.61157024,0.62396693,0.6446281,0.6735537,0.4214876,0.59504133,0.6652893,0.6322314,0.6446281,0.6363636,0.6322314,0.61157024,0.61157024,0.58677685,0.55785125,0.5785124,0.56198347,0.4752066,0.446281,0.446281,0.46280992,0.46280992,0.42561984,0.4338843,0.5082645,0.55785125,0.48347107,0.56198347,0.57024795,0.49173555,0.4338843,0.38842976,0.35950413,0.2644628,0.3553719,0.4090909,0.30165288,0.5165289,0.4090909,0.3429752,0.38016528,0.27272728,0.3140496,0.3264463,0.2644628,0.2520661,0.3429752,0.41322315,0.47107437,0.5413223,0.47107437,0.5123967,0.5206612,0.3553719,0.36363637,0.38842976,0.42561984,0.42975205,0.46280992,0.4876033,0.5247934,0.56198347,0.55785125,0.58264464,0.60330576,0.6198347,0.6446281,0.6280992,0.25619835,0.5,0.6570248,0.6404959,0.6280992,0.62396693,0.6280992,0.607438,0.59917355,0.5661157,0.5413223,0.58264464,0.56198347,0.5041322,0.45867768,0.45454547,0.49586776,0.46280992,0.4752066,0.5413223,0.58264464,0.6528926,0.6198347,0.56198347,0.58264464,0.5206612,0.46694216,0.41735536,0.43801653,0.40082645,0.37190083,0.38429752,0.38016528,0.4752066,0.446281,0.4090909,0.44214877,0.37603307,0.37603307,0.37190083,0.3429752,0.3677686,0.41322315,0.4338843,0.4752066,0.5371901,0.5041322,0.5785124,0.56198347,0.41735536,0.34710744,0.37190083,0.42975205,0.45454547,0.446281,0.5041322,0.5247934,0.56198347,0.55785125,0.5661157,0.59504133,0.59504133,0.6363636,0.5413223,0.1446281,0.37190083,0.59090906,0.6446281,0.6322314,0.62396693,0.6322314,0.60330576,0.59090906,0.57024795,0.553719,0.56198347,0.5413223,0.5041322,0.46694216,0.46694216,0.5082645,0.49173555,0.54545456,0.59090906,0.57438016,0.6280992,0.6528926,0.6198347,0.5661157,0.5082645,0.48347107,0.47107437,0.46694216,0.46280992,0.45041323,0.40082645,0.40082645,0.41735536,0.42561984,0.44214877,0.42975205,0.40082645,0.42975205,0.40495867,0.41735536,0.40082645,0.45454547,0.4752066,0.5123967,0.5247934,0.57024795,0.5661157,0.5413223,0.5041322,0.39256197,0.38842976,0.42975205,0.45454547,0.4338843,0.5041322,0.5247934,0.5371901,0.553719,0.55785125,0.58264464,0.59090906,0.677686,0.30165288,0.1322314,0.18181819,0.45454547,0.6487603,0.6446281,0.6198347,0.61570245,0.59917355,0.58264464,0.56198347,0.5495868,0.5413223,0.53305787,0.5247934,0.47107437,0.47933885,0.49586776,0.5165289,0.57438016,0.59504133,0.56198347,0.59090906,0.59504133,0.59504133,0.57024795,0.5371901,0.5123967,0.46280992,0.446281,0.4214876,0.446281,0.42561984,0.43801653,0.45867768,0.45041323,0.45041323,0.446281,0.40495867,0.4214876,0.4214876,0.3966942,0.40082645,0.44214877,0.45041323,0.49586776,0.5413223,0.5289256,0.5165289,0.5371901,0.5413223,0.43801653,0.40495867,0.4214876,0.4338843,0.446281,0.49586776,0.5123967,0.5165289,0.5247934,0.55785125,0.57438016,0.6198347,0.5247934,0.13636364,0.16528925,0.10330579,0.23553719,0.59504133,0.6363636,0.61570245,0.60330576,0.59090906,0.56198347,0.5413223,0.54545456,0.5247934,0.55785125,0.5371901,0.49586776,0.5,0.5041322,0.53305787,0.5785124,0.59090906,0.5661157,0.57024795,0.56198347,0.5371901,0.5165289,0.54545456,0.5289256,0.47933885,0.46280992,0.42975205,0.41735536,0.4090909,0.40082645,0.40082645,0.41735536,0.41735536,0.42975205,0.39256197,0.40082645,0.40082645,0.39256197,0.39256197,0.42561984,0.45867768,0.47933885,0.5,0.4752066,0.5041322,0.5413223,0.5371901,0.4752066,0.4214876,0.42975205,0.42975205,0.46694216,0.49586776,0.49586776,0.5041322,0.5247934,0.5247934,0.56198347,0.59504133,0.28512397,0.14049587,0.17768595,0.1446281,0.12396694,0.5082645,0.62396693,0.6198347,0.59917355,0.58264464,0.5495868,0.5413223,0.5247934,0.5247934,0.5495868,0.5413223,0.5247934,0.5371901,0.54545456,0.56198347,0.57024795,0.57438016,0.57438016,0.553719,0.5289256,0.5082645,0.48347107,0.49586776,0.4876033,0.46694216,0.45454547,0.4338843,0.42975205,0.40495867,0.37190083,0.36363637,0.3553719,0.36363637,0.3553719,0.35950413,0.3553719,0.37190083,0.38016528,0.40082645,0.42561984,0.42975205,0.45867768,0.45867768,0.45454547,0.5041322,0.5206612,0.5123967,0.5041322,0.4338843,0.45041323,0.43801653,0.48347107,0.5041322,0.4876033,0.5041322,0.5123967,0.5371901,0.553719,0.62396693,0.3305785,0.12809917,0.17768595,0.24793388,0.09090909,0.45867768,0.61157024,0.607438,0.61157024,0.59090906,0.5371901,0.54545456,0.5123967,0.5206612,0.5413223,0.55785125,0.5413223,0.56198347,0.57024795,0.59090906,0.58264464,0.55785125,0.56198347,0.53305787,0.5,0.4876033,0.47933885,0.46694216,0.446281,0.44214877,0.40082645,0.36363637,0.35123968,0.3264463,0.28099173,0.27272728,0.25619835,0.24793388,0.23140496,0.25619835,0.2520661,0.27272728,0.29752067,0.33471075,0.38429752,0.4090909,0.43801653,0.43801653,0.45454547,0.4876033,0.5041322,0.49586776,0.48347107,0.446281,0.446281,0.45454547,0.4876033,0.49586776,0.47933885,0.48347107,0.5123967,0.553719,0.5413223,0.61570245,0.74793386,0.2520661,0.12809917,0.37190083,0.08264463,0.3966942,0.61157024,0.57024795,0.607438,0.59504133,0.5413223,0.5165289,0.5165289,0.5123967,0.54545456,0.57024795,0.5785124,0.5785124,0.57024795,0.59504133,0.5661157,0.5413223,0.5495868,0.5041322,0.4876033,0.4752066,0.46694216,0.45454547,0.446281,0.42975205,0.39256197,0.3553719,0.34710744,0.30578512,0.2768595,0.28099173,0.26859504,0.2520661,0.2644628,0.25619835,0.27272728,0.2892562,0.30991736,0.35123968,0.37603307,0.43801653,0.446281,0.446281,0.45454547,0.47933885,0.5082645,0.5082645,0.46694216,0.46694216,0.45867768,0.4876033,0.4876033,0.4876033,0.4752066,0.48347107,0.5123967,0.5495868,0.57024795,0.4752066,0.76859504,0.6818182,0.2107438,0.45867768,0.09504132,0.29338843,0.61157024,0.55785125,0.58677685,0.59090906,0.55785125,0.5247934,0.5,0.5165289,0.54545456,0.5661157,0.59504133,0.58264464,0.56198347,0.55785125,0.53305787,0.5371901,0.5247934,0.49173555,0.4876033,0.4752066,0.46280992,0.45041323,0.46694216,0.45041323,0.42561984,0.41735536,0.41735536,0.41735536,0.3966942,0.40082645,0.38429752,0.37190083,0.40495867,0.40082645,0.38429752,0.38842976,0.38016528,0.3966942,0.40495867,0.45454547,0.45041323,0.446281,0.45867768,0.4876033,0.5123967,0.49173555,0.47933885,0.47933885,0.45867768,0.5041322,0.4876033,0.47107437,0.46694216,0.5041322,0.5413223,0.4214876,0.607438,0.47107437,0.6198347,0.8016529,0.6487603,0.4752066,0.15289256,0.15289256,0.5495868,0.57438016,0.55785125,0.5785124,0.56198347,0.5413223,0.49173555,0.5041322,0.5165289,0.54545456,0.59504133,0.5785124,0.5495868,0.5371901,0.5165289,0.5413223,0.5041322,0.5123967,0.4876033,0.4752066,0.46280992,0.46694216,0.45867768,0.47933885,0.4752066,0.47933885,0.4876033,0.5041322,0.4338843,0.47107437,0.44214877,0.44214877,0.45454547,0.45454547,0.45454547,0.47107437,0.43801653,0.44214877,0.44214877,0.45867768,0.45041323,0.46694216,0.47933885,0.48347107,0.5,0.4876033,0.49586776,0.47933885,0.4752066,0.49586776,0.4752066,0.44214877,0.46694216,0.53305787,0.5041322,0.2644628,0.55785125,0.5785124,0.4876033,0.74380165,0.7644628,0.46280992,0.30165288,0.09090909,0.40082645,0.59504133,0.5289256,0.5495868,0.5661157,0.553719,0.5247934,0.47933885,0.4752066,0.5247934,0.56198347,0.5413223,0.5371901,0.5371901,0.5247934,0.5289256,0.5082645,0.5,0.5123967,0.4876033,0.45867768,0.4876033,0.47933885,0.5206612,0.54545456,0.5413223,0.5165289,0.5165289,0.45454547,0.4876033,0.47933885,0.47107437,0.4752066,0.47933885,0.48347107,0.5041322,0.47933885,0.47107437,0.46280992,0.46280992,0.45454547,0.47933885,0.49586776,0.49173555,0.5,0.49586776,0.49586776,0.46694216,0.45867768,0.46280992,0.446281,0.45454547,0.4752066,0.57438016,0.32231405,0.1446281,0.47107437,0.6859504,0.3966942,0.59090906,0.75206614,0.44214877,0.42561984,0.10330579,0.27272728,0.5371901,0.57024795,0.49173555,0.5495868,0.5495868,0.53305787,0.5041322,0.42975205,0.4752066,0.5206612,0.5289256,0.5206612,0.5082645,0.5165289,0.54545456,0.5165289,0.5041322,0.5247934,0.5,0.46694216,0.5123967,0.5123967,0.5371901,0.53305787,0.5289256,0.5082645,0.5123967,0.4752066,0.48347107,0.47933885,0.46694216,0.45454547,0.47107437,0.47933885,0.49173555,0.49586776,0.4876033,0.46694216,0.47933885,0.46280992,0.48347107,0.49173555,0.49586776,0.49586776,0.4752066,0.47933885,0.446281,0.45454547,0.42975205,0.446281,0.46280992,0.5247934,0.45867768,0.07438017,0.17768595,0.35950413,0.6652893,0.42975205,0.46280992,0.677686,0.4338843,0.5041322,0.1983471,0.21487603,0.4090909,0.56198347,0.5247934,0.5041322,0.5247934,0.5247934,0.5123967,0.49586776,0.43801653,0.4876033,0.5165289,0.5082645,0.5041322,0.5206612,0.53305787,0.5165289,0.5206612,0.5165289,0.49173555,0.5082645,0.49586776,0.5082645,0.5123967,0.54545456,0.5123967,0.49586776,0.5,0.46694216,0.46280992,0.47107437,0.45041323,0.45867768,0.4752066,0.45454547,0.46694216,0.47933885,0.47933885,0.4752066,0.47107437,0.49173555,0.5123967,0.4752066,0.49173555,0.47933885,0.45454547,0.45867768,0.4338843,0.4338843,0.42975205,0.43801653,0.47933885,0.57438016,0.2107438,0.08264463,0.24380165,0.27272728,0.5785124,0.5041322,0.40495867,0.56198347,0.39256197,0.5082645,0.3305785,0.20247933,0.3264463,0.48347107,0.553719,0.5082645,0.4876033,0.5,0.5041322,0.49173555,0.5082645,0.49173555,0.4876033,0.49173555,0.5,0.5082645,0.5289256,0.5206612,0.5206612,0.5123967,0.5123967,0.5041322,0.4752066,0.49173555,0.49173555,0.5165289,0.4876033,0.46694216,0.46280992,0.446281,0.44214877,0.4338843,0.41735536,0.44214877,0.45867768,0.45041323,0.45454547,0.45454547,0.44214877,0.46280992,0.45867768,0.48347107,0.4876033,0.47107437,0.47933885,0.45454547,0.45867768,0.446281,0.41735536,0.42975205,0.44214877,0.45041323,0.5165289,0.5,0.11983471,0.16115703,0.29752067,0.21487603,0.5165289,0.4876033,0.49586776,0.4876033,0.38016528,0.5123967,0.42975205,0.19008264,0.29752067,0.37603307,0.5041322,0.5413223,0.4752066,0.4752066,0.4876033,0.5,0.5,0.5,0.48347107,0.4752066,0.46694216,0.4752066,0.49586776,0.5041322,0.5041322,0.5041322,0.5041322,0.4876033,0.4752066,0.4876033,0.4876033,0.46694216,0.45041323,0.43801653,0.4338843,0.4214876,0.40082645,0.41735536,0.40082645,0.40082645,0.42561984,0.4338843,0.446281,0.43801653,0.4214876,0.4214876,0.44214877,0.46694216,0.44214877,0.47933885,0.45041323,0.4338843,0.42975205,0.4338843,0.41735536,0.43801653,0.46280992,0.47107437,0.553719,0.35123968,0.0785124,0.2231405,0.3264463,0.18181819,0.38429752,0.54545456,0.62396693,0.5123967,0.37190083,0.5289256,0.47107437,0.24380165,0.2768595,0.35123968,0.3966942,0.5165289,0.5,0.42975205,0.446281,0.46694216,0.47933885,0.48347107,0.46694216,0.4752066,0.43801653,0.4214876,0.4338843,0.47933885,0.47107437,0.5041322,0.4752066,0.46694216,0.46694216,0.47107437,0.4338843,0.42561984,0.41322315,0.42561984,0.38016528,0.40082645,0.3966942,0.38429752,0.38842976,0.37603307,0.38016528,0.41322315,0.40082645,0.40082645,0.4090909,0.41735536,0.4214876,0.43801653,0.43801653,0.42975205,0.41735536,0.40495867,0.40082645,0.40495867,0.45454547,0.45454547,0.46280992,0.5165289,0.5289256,0.14876033,0.07024793,0.2644628,0.29752067,0.28099173,0.3305785,0.61157024,0.6198347,0.6280992,0.4090909,0.5247934,0.47107437,0.3264463,0.23966943,0.34710744,0.35123968,0.4338843,0.5,0.43801653,0.4214876,0.4214876,0.446281,0.46694216,0.46694216,0.46280992,0.43801653,0.41735536,0.39256197,0.42975205,0.446281,0.46280992,0.45867768,0.44214877,0.446281,0.43801653,0.38842976,0.3966942,0.38016528,0.38842976,0.36363637,0.3677686,0.37190083,0.35123968,0.3677686,0.36363637,0.35123968,0.38429752,0.36363637,0.37190083,0.37190083,0.3966942,0.38429752,0.40495867,0.4214876,0.34710744,0.3677686,0.39256197,0.4090909,0.4214876,0.45867768,0.446281,0.48347107,0.5247934,0.30991736,0.07024793,0.10330579,0.24793388,0.29338843,0.446281,0.40082645,0.57024795,0.607438,0.6942149,0.45867768,0.5289256,0.45867768,0.41322315,0.24380165,0.3305785,0.35123968,0.39256197,0.43801653,0.47933885,0.45041323,0.3966942,0.3966942,0.4214876,0.43801653,0.44214877,0.4338843,0.43801653,0.40495867,0.38429752,0.38429752,0.40495867,0.42561984,0.4214876,0.40495867,0.38016528,0.3677686,0.37603307,0.3553719,0.3553719,0.35950413,0.3429752,0.338843,0.33471075,0.338843,0.33471075,0.3305785,0.338843,0.338843,0.34710744,0.338843,0.3677686,0.35950413,0.37190083,0.33471075,0.32231405,0.37603307,0.40082645,0.41322315,0.42561984,0.41735536,0.4214876,0.47933885,0.3966942,0.1570248,0.06198347,0.15289256,0.24793388,0.41735536,0.53305787,0.5041322,0.48347107,0.6280992,0.6528926,30 +0.38429752,0.58264464,0.7107438,0.78099173,0.8347107,0.8471074,0.8471074,0.8553719,0.838843,0.8429752,0.838843,0.8264463,0.7933884,0.78099173,0.74793386,0.75206614,0.7644628,0.78512394,0.76859504,0.71487606,0.71487606,0.7355372,0.7231405,0.7066116,0.6694215,0.677686,0.6735537,0.661157,0.6528926,0.677686,0.6487603,0.6363636,0.6652893,0.6528926,0.6818182,0.6735537,0.7066116,0.6983471,0.6859504,0.6735537,0.661157,0.6570248,0.6487603,0.677686,0.6652893,0.6859504,0.677686,0.6942149,0.6942149,0.677686,0.6694215,0.661157,0.61157024,0.6280992,0.6735537,0.6487603,0.6322314,0.6198347,0.57438016,0.5247934,0.5206612,0.5661157,0.55785125,0.5785124,0.49586776,0.69008267,0.78099173,0.8305785,0.8512397,0.8553719,0.8512397,0.8471074,0.8347107,0.838843,0.8181818,0.79752064,0.77272725,0.7644628,0.74793386,0.75619835,0.7355372,0.77272725,0.78512394,0.7066116,0.71487606,0.72727275,0.73966944,0.73140496,0.7231405,0.7066116,0.6983471,0.6818182,0.6487603,0.70247936,0.69008267,0.6363636,0.677686,0.6983471,0.71487606,0.7107438,0.7231405,0.73140496,0.7231405,0.6983471,0.69008267,0.6735537,0.6859504,0.6942149,0.677686,0.6983471,0.6859504,0.69008267,0.6694215,0.6735537,0.6570248,0.6528926,0.62396693,0.6446281,0.6487603,0.6487603,0.6363636,0.6198347,0.58264464,0.54545456,0.5371901,0.55785125,0.5785124,0.58264464,0.58264464,0.75206614,0.822314,0.8595041,0.8595041,0.8553719,0.8429752,0.8553719,0.838843,0.80991733,0.8016529,0.78512394,0.73966944,0.72727275,0.73966944,0.75619835,0.71900827,0.74793386,0.75619835,0.7066116,0.71900827,0.71487606,0.7231405,0.72727275,0.73140496,0.70247936,0.6983471,0.6983471,0.6694215,0.6983471,0.71487606,0.6487603,0.6818182,0.7231405,0.7066116,0.7107438,0.7231405,0.74380165,0.7107438,0.71487606,0.69008267,0.6818182,0.6818182,0.6983471,0.6818182,0.69008267,0.6818182,0.6735537,0.677686,0.677686,0.6570248,0.6487603,0.6280992,0.61570245,0.6363636,0.6446281,0.6446281,0.6280992,0.61570245,0.5413223,0.5413223,0.57438016,0.57024795,0.58264464,0.677686,0.7933884,0.8512397,0.8636364,0.8677686,0.8347107,0.8429752,0.8512397,0.8429752,0.7768595,0.7355372,0.7231405,0.6404959,0.6446281,0.6942149,0.6859504,0.6570248,0.6735537,0.6818182,0.6735537,0.6735537,0.677686,0.69008267,0.69008267,0.6859504,0.6694215,0.6735537,0.6942149,0.6735537,0.70247936,0.7066116,0.6570248,0.6818182,0.71900827,0.70247936,0.70247936,0.70247936,0.7231405,0.6983471,0.6942149,0.6859504,0.6818182,0.677686,0.6942149,0.6818182,0.6735537,0.6735537,0.6652893,0.677686,0.661157,0.6280992,0.6322314,0.6363636,0.59504133,0.607438,0.62396693,0.6404959,0.6280992,0.6363636,0.553719,0.5165289,0.5785124,0.58264464,0.57438016,0.75206614,0.8140496,0.8636364,0.8595041,0.8719008,0.8347107,0.838843,0.8305785,0.822314,0.72727275,0.661157,0.6528926,0.58677685,0.5785124,0.58264464,0.5495868,0.5371901,0.5371901,0.5289256,0.55785125,0.56198347,0.59504133,0.61157024,0.61570245,0.61570245,0.62396693,0.6570248,0.69008267,0.6818182,0.7066116,0.6983471,0.6322314,0.661157,0.6942149,0.677686,0.6859504,0.677686,0.6818182,0.6942149,0.6735537,0.6818182,0.6694215,0.6694215,0.6694215,0.661157,0.6404959,0.6280992,0.6198347,0.59504133,0.5661157,0.5495868,0.58677685,0.59090906,0.58264464,0.61570245,0.59090906,0.61570245,0.6280992,0.6446281,0.57024795,0.5206612,0.5661157,0.60330576,0.58264464,0.7892562,0.838843,0.8595041,0.8595041,0.8719008,0.8347107,0.8264463,0.7892562,0.7644628,0.6818182,0.661157,0.6404959,0.59504133,0.57024795,0.53305787,0.5041322,0.5247934,0.47933885,0.4090909,0.4338843,0.45867768,0.5,0.49586776,0.5165289,0.5413223,0.56198347,0.6404959,0.6735537,0.677686,0.6859504,0.69008267,0.62396693,0.6322314,0.6652893,0.6818182,0.6859504,0.6570248,0.661157,0.661157,0.6528926,0.6528926,0.6528926,0.6404959,0.5785124,0.553719,0.5413223,0.5,0.47933885,0.49173555,0.43801653,0.4338843,0.46280992,0.5082645,0.5289256,0.55785125,0.57438016,0.5661157,0.607438,0.6280992,0.57024795,0.5413223,0.55785125,0.607438,0.58264464,0.8057851,0.8471074,0.8553719,0.8677686,0.8553719,0.838843,0.7892562,0.8016529,0.76859504,0.74793386,0.75206614,0.72727275,0.7066116,0.677686,0.6528926,0.62396693,0.59090906,0.553719,0.49173555,0.47107437,0.4752066,0.46694216,0.46694216,0.46694216,0.49173555,0.5041322,0.607438,0.6570248,0.677686,0.6446281,0.661157,0.61157024,0.62396693,0.6487603,0.6818182,0.677686,0.6487603,0.6404959,0.6322314,0.6446281,0.6404959,0.607438,0.55785125,0.49173555,0.41735536,0.42975205,0.41322315,0.41322315,0.4214876,0.40082645,0.45454547,0.5041322,0.55785125,0.57438016,0.57024795,0.5289256,0.5371901,0.58677685,0.59917355,0.60330576,0.54545456,0.5661157,0.61157024,0.61570245,0.8347107,0.8429752,0.8512397,0.8677686,0.838843,0.822314,0.8016529,0.80991733,0.7933884,0.7892562,0.8016529,0.78099173,0.7355372,0.7066116,0.6694215,0.6446281,0.61157024,0.607438,0.60330576,0.55785125,0.54545456,0.5206612,0.49586776,0.48347107,0.49173555,0.5082645,0.58677685,0.6528926,0.6652893,0.6363636,0.6446281,0.60330576,0.61570245,0.6487603,0.6404959,0.6487603,0.6363636,0.6198347,0.6198347,0.61570245,0.59917355,0.5495868,0.5041322,0.4214876,0.35950413,0.40082645,0.42561984,0.43801653,0.4752066,0.5165289,0.58677685,0.6198347,0.6404959,0.6363636,0.61157024,0.5785124,0.56198347,0.57024795,0.58264464,0.61157024,0.5413223,0.5495868,0.607438,0.6652893,0.8512397,0.838843,0.8471074,0.8595041,0.8264463,0.8016529,0.838843,0.8429752,0.8347107,0.8016529,0.822314,0.76033056,0.7066116,0.6528926,0.607438,0.59504133,0.57438016,0.5785124,0.60330576,0.61157024,0.60330576,0.5785124,0.553719,0.5495868,0.5413223,0.54545456,0.59090906,0.6404959,0.661157,0.6322314,0.6487603,0.59090906,0.62396693,0.6446281,0.607438,0.6198347,0.6322314,0.62396693,0.61570245,0.59090906,0.5661157,0.5041322,0.4752066,0.40495867,0.41735536,0.46280992,0.5,0.5123967,0.54545456,0.57024795,0.61157024,0.6404959,0.6570248,0.661157,0.6694215,0.6735537,0.6404959,0.58264464,0.56198347,0.607438,0.553719,0.5123967,0.61157024,0.661157,0.8636364,0.838843,0.838843,0.8512397,0.80991733,0.822314,0.8595041,0.87603307,0.8429752,0.7892562,0.78512394,0.7107438,0.6528926,0.553719,0.5413223,0.5371901,0.5247934,0.53305787,0.57024795,0.62396693,0.6198347,0.58677685,0.5785124,0.59090906,0.5661157,0.59917355,0.61570245,0.6570248,0.661157,0.6528926,0.6446281,0.60330576,0.6280992,0.6446281,0.61570245,0.62396693,0.6198347,0.61157024,0.61570245,0.58677685,0.5371901,0.48347107,0.49173555,0.4876033,0.5082645,0.5495868,0.5785124,0.59090906,0.5661157,0.5785124,0.59090906,0.61157024,0.6404959,0.6322314,0.6694215,0.74793386,0.71900827,0.6280992,0.553719,0.59917355,0.553719,0.49586776,0.59504133,0.6280992,0.8595041,0.8429752,0.8347107,0.8347107,0.8140496,0.822314,0.8636364,0.8801653,0.8016529,0.74793386,0.75619835,0.6404959,0.56198347,0.53305787,0.58677685,0.607438,0.6198347,0.6363636,0.6363636,0.6487603,0.661157,0.6322314,0.58677685,0.59504133,0.58264464,0.62396693,0.661157,0.6942149,0.69008267,0.677686,0.6652893,0.6404959,0.6404959,0.6735537,0.6528926,0.6322314,0.59504133,0.607438,0.59090906,0.607438,0.553719,0.5371901,0.5289256,0.56198347,0.61570245,0.6280992,0.6735537,0.677686,0.6363636,0.6363636,0.6363636,0.6198347,0.61157024,0.61570245,0.6735537,0.72727275,0.75206614,0.6652893,0.59090906,0.59090906,0.5495868,0.47933885,0.5495868,0.6694215,0.8429752,0.838843,0.838843,0.8264463,0.8264463,0.838843,0.8512397,0.8512397,0.74793386,0.73140496,0.6363636,0.61157024,0.6198347,0.6859504,0.75619835,0.7355372,0.71900827,0.7107438,0.6859504,0.677686,0.69008267,0.6694215,0.62396693,0.59504133,0.57024795,0.58264464,0.6363636,0.73140496,0.7768595,0.74793386,0.7066116,0.69008267,0.677686,0.69008267,0.69008267,0.6322314,0.61570245,0.6363636,0.6198347,0.61570245,0.5413223,0.5247934,0.5661157,0.6528926,0.6942149,0.6735537,0.677686,0.6983471,0.6942149,0.6983471,0.6818182,0.677686,0.6446281,0.6198347,0.661157,0.69008267,0.71487606,0.6942149,0.6280992,0.58264464,0.56198347,0.46280992,0.5041322,0.6404959,0.8429752,0.8264463,0.8347107,0.8264463,0.8347107,0.8553719,0.8429752,0.7933884,0.74380165,0.6652893,0.6198347,0.71900827,0.74793386,0.8016529,0.8016529,0.75619835,0.71900827,0.69008267,0.661157,0.6363636,0.6487603,0.6487603,0.6322314,0.59917355,0.5661157,0.5206612,0.55785125,0.71487606,0.8140496,0.8264463,0.75619835,0.7231405,0.70247936,0.7231405,0.6694215,0.6446281,0.6528926,0.6859504,0.661157,0.53305787,0.46694216,0.5661157,0.6652893,0.6942149,0.6983471,0.6404959,0.6322314,0.6735537,0.7066116,0.71900827,0.6942149,0.69008267,0.70247936,0.6983471,0.6818182,0.6942149,0.6942149,0.6983471,0.661157,0.57438016,0.57024795,0.47107437,0.46280992,0.61157024,0.838843,0.8264463,0.8181818,0.8305785,0.838843,0.8429752,0.822314,0.74380165,0.75619835,0.6198347,0.7892562,0.8264463,0.8305785,0.8016529,0.7355372,0.6735537,0.6280992,0.57438016,0.54545456,0.5371901,0.5206612,0.56198347,0.59090906,0.59917355,0.553719,0.5123967,0.4876033,0.6446281,0.78512394,0.8636364,0.822314,0.76033056,0.72727275,0.7355372,0.6859504,0.661157,0.677686,0.72727275,0.58264464,0.4090909,0.49586776,0.607438,0.6363636,0.58677685,0.5495868,0.5206612,0.5495868,0.58264464,0.62396693,0.6446281,0.6652893,0.6859504,0.7231405,0.7066116,0.6859504,0.677686,0.677686,0.6694215,0.6404959,0.58677685,0.5661157,0.5,0.446281,0.56198347,0.8305785,0.822314,0.822314,0.8429752,0.8347107,0.8347107,0.80991733,0.71900827,0.7355372,0.73966944,0.89669424,0.8553719,0.7933884,0.6942149,0.59504133,0.5206612,0.49173555,0.45867768,0.47933885,0.48347107,0.47933885,0.45454547,0.5247934,0.56198347,0.5413223,0.5413223,0.47107437,0.5785124,0.73966944,0.8429752,0.8636364,0.7933884,0.75206614,0.73966944,0.70247936,0.6735537,0.70247936,0.70247936,0.42561984,0.42561984,0.55785125,0.5289256,0.5041322,0.46280992,0.48347107,0.49173555,0.45867768,0.4214876,0.40495867,0.40082645,0.47107437,0.58264464,0.7066116,0.72727275,0.6942149,0.6694215,0.6404959,0.6363636,0.6404959,0.58677685,0.56198347,0.53305787,0.446281,0.5371901,0.838843,0.80991733,0.8347107,0.838843,0.838843,0.838843,0.7933884,0.7231405,0.76033056,0.8553719,0.8801653,0.8553719,0.6528926,0.43801653,0.35950413,0.1983471,0.40495867,0.23966943,0.2644628,0.38016528,0.41735536,0.45867768,0.49586776,0.5165289,0.5247934,0.54545456,0.5123967,0.55785125,0.71487606,0.8140496,0.8553719,0.822314,0.7768595,0.74793386,0.6735537,0.6652893,0.7231405,0.6322314,0.446281,0.4752066,0.5247934,0.45041323,0.42975205,0.45867768,0.45867768,0.30165288,0.23966943,0.3429752,0.18595041,0.16115703,0.23140496,0.37190083,0.47107437,0.6694215,0.74380165,0.661157,0.6198347,0.661157,0.6528926,0.58677685,0.55785125,0.553719,0.46694216,0.5206612,0.8429752,0.8016529,0.838843,0.8429752,0.8429752,0.822314,0.78099173,0.74793386,0.8347107,0.8181818,0.8471074,0.6446281,0.36363637,0.39256197,0.24380165,0.07024793,0.30991736,0.27272728,0.2231405,0.37603307,0.3305785,0.3429752,0.446281,0.5289256,0.5785124,0.57438016,0.5661157,0.58264464,0.6983471,0.79752064,0.8347107,0.8305785,0.7892562,0.73140496,0.6404959,0.6487603,0.6983471,0.6363636,0.53305787,0.5082645,0.5082645,0.43801653,0.38016528,0.35950413,0.3677686,0.18595041,0.2892562,0.2892562,0.16115703,0.23140496,0.24380165,0.42561984,0.29338843,0.4338843,0.6446281,0.677686,0.6280992,0.6570248,0.6322314,0.58677685,0.55785125,0.5661157,0.49586776,0.53305787,0.8264463,0.79752064,0.8347107,0.8429752,0.8471074,0.822314,0.76033056,0.78512394,0.838843,0.7644628,0.61570245,0.37603307,0.36363637,0.41322315,0.30578512,0.13636364,0.25619835,0.3181818,0.2603306,0.47933885,0.42975205,0.3264463,0.338843,0.446281,0.58677685,0.6322314,0.677686,0.6570248,0.71487606,0.8016529,0.8057851,0.8140496,0.76859504,0.69008267,0.6446281,0.6280992,0.6528926,0.62396693,0.58677685,0.6280992,0.553719,0.37603307,0.28099173,0.35123968,0.45454547,0.2520661,0.3305785,0.19008264,0.2107438,0.2644628,0.37190083,0.6818182,0.34710744,0.2107438,0.4752066,0.6446281,0.6528926,0.6818182,0.6487603,0.5785124,0.58264464,0.55785125,0.5165289,0.49586776,0.8140496,0.7933884,0.8347107,0.8429752,0.8553719,0.79752064,0.8016529,0.8181818,0.7892562,0.58264464,0.5,0.45867768,0.54545456,0.42975205,0.42975205,0.35123968,0.40495867,0.42975205,0.40082645,0.5,0.5165289,0.49173555,0.45867768,0.47933885,0.58677685,0.6446281,0.6942149,0.71900827,0.75619835,0.79752064,0.78512394,0.78512394,0.73966944,0.661157,0.62396693,0.61570245,0.61157024,0.61157024,0.61157024,0.6652893,0.57024795,0.4752066,0.40495867,0.45867768,0.5041322,0.4338843,0.42975205,0.37603307,0.3966942,0.30991736,0.4090909,0.58677685,0.4338843,0.29338843,0.3677686,0.55785125,0.6570248,0.6818182,0.6280992,0.58264464,0.59504133,0.553719,0.48347107,0.48347107,0.822314,0.8057851,0.838843,0.8512397,0.87603307,0.7768595,0.7892562,0.8016529,0.6363636,0.58677685,0.75619835,0.7066116,0.70247936,0.59090906,0.57438016,0.49173555,0.5247934,0.5495868,0.59090906,0.59090906,0.59090906,0.59504133,0.5785124,0.5661157,0.60330576,0.60330576,0.6570248,0.74793386,0.7933884,0.78099173,0.78512394,0.76033056,0.76033056,0.7066116,0.6280992,0.61157024,0.60330576,0.607438,0.6322314,0.61570245,0.58677685,0.5785124,0.5495868,0.553719,0.5495868,0.58264464,0.5661157,0.5495868,0.55785125,0.4214876,0.49173555,0.58677685,0.553719,0.57438016,0.49173555,0.5,0.6280992,0.6446281,0.6446281,0.5785124,0.59917355,0.5413223,0.446281,0.44214877,0.822314,0.8264463,0.8264463,0.838843,0.8305785,0.73140496,0.73140496,0.76033056,0.6570248,0.7644628,0.80991733,0.80991733,0.8140496,0.75206614,0.71487606,0.6983471,0.6487603,0.7066116,0.69008267,0.6528926,0.6446281,0.59090906,0.57438016,0.57024795,0.57024795,0.59917355,0.69008267,0.7768595,0.78512394,0.77272725,0.7892562,0.7644628,0.78099173,0.74793386,0.6528926,0.61570245,0.6280992,0.59504133,0.6363636,0.6280992,0.60330576,0.59090906,0.58264464,0.5661157,0.56198347,0.61570245,0.59504133,0.6322314,0.6528926,0.61157024,0.607438,0.677686,0.69008267,0.6694215,0.607438,0.5661157,0.5661157,0.62396693,0.677686,0.607438,0.58677685,0.53305787,0.43801653,0.3553719,0.8305785,0.8429752,0.8429752,0.8595041,0.8429752,0.73966944,0.7644628,0.7933884,0.76033056,0.78512394,0.79752064,0.822314,0.79752064,0.78099173,0.7892562,0.74380165,0.69008267,0.677686,0.6198347,0.58677685,0.59504133,0.6280992,0.6280992,0.59917355,0.6198347,0.677686,0.76033056,0.78512394,0.75619835,0.79752064,0.7892562,0.76859504,0.78512394,0.78099173,0.69008267,0.6404959,0.6487603,0.59504133,0.6198347,0.6363636,0.6528926,0.607438,0.60330576,0.61157024,0.59917355,0.5785124,0.5495868,0.5785124,0.6280992,0.62396693,0.661157,0.6983471,0.7231405,0.6859504,0.6735537,0.6446281,0.61570245,0.6363636,0.6652893,0.60330576,0.58677685,0.5289256,0.46280992,0.3181818,0.8347107,0.8429752,0.8512397,0.8553719,0.8429752,0.75206614,0.79752064,0.822314,0.8140496,0.79752064,0.8057851,0.80991733,0.7892562,0.76859504,0.73140496,0.6942149,0.6694215,0.6322314,0.6198347,0.6446281,0.677686,0.6694215,0.6446281,0.6363636,0.71900827,0.75619835,0.80991733,0.77272725,0.78099173,0.8057851,0.7933884,0.76859504,0.7644628,0.78512394,0.7355372,0.6694215,0.6487603,0.59504133,0.62396693,0.6198347,0.6528926,0.661157,0.6322314,0.6404959,0.6363636,0.6446281,0.61570245,0.59504133,0.607438,0.61157024,0.661157,0.6818182,0.6942149,0.70247936,0.69008267,0.6818182,0.6694215,0.6694215,0.6818182,0.6280992,0.58677685,0.5123967,0.4752066,0.30578512,0.8305785,0.8471074,0.8553719,0.8595041,0.8471074,0.80991733,0.8140496,0.822314,0.822314,0.80991733,0.8181818,0.7892562,0.7644628,0.73140496,0.7107438,0.70247936,0.69008267,0.6942149,0.6983471,0.6983471,0.6818182,0.6570248,0.6694215,0.6983471,0.7892562,0.79752064,0.8181818,0.78512394,0.8057851,0.8140496,0.7933884,0.76033056,0.75206614,0.7892562,0.74793386,0.6859504,0.6528926,0.59917355,0.62396693,0.6487603,0.6363636,0.6859504,0.6570248,0.6487603,0.6363636,0.6570248,0.661157,0.6570248,0.6404959,0.6404959,0.6446281,0.6528926,0.6694215,0.6983471,0.7066116,0.70247936,0.6859504,0.6818182,0.6942149,0.6528926,0.59504133,0.5123967,0.44214877,0.32231405,0.8264463,0.8512397,0.8636364,0.8595041,0.838843,0.8429752,0.8140496,0.8140496,0.8140496,0.78512394,0.7933884,0.7933884,0.76859504,0.7644628,0.77272725,0.7231405,0.72727275,0.72727275,0.70247936,0.677686,0.6652893,0.70247936,0.7355372,0.75206614,0.79752064,0.822314,0.79752064,0.8181818,0.8181818,0.8057851,0.7892562,0.75619835,0.7644628,0.78099173,0.73140496,0.7231405,0.6570248,0.59917355,0.60330576,0.6652893,0.6487603,0.677686,0.6735537,0.6652893,0.6570248,0.6528926,0.6280992,0.6735537,0.6652893,0.677686,0.661157,0.6818182,0.69008267,0.6570248,0.6859504,0.6859504,0.6818182,0.70247936,0.70247936,0.6818182,0.6198347,0.53305787,0.42561984,0.40495867,0.8347107,0.8512397,0.8595041,0.8512397,0.8471074,0.8471074,0.8305785,0.822314,0.7768595,0.8057851,0.76859504,0.7933884,0.7644628,0.77272725,0.75619835,0.75206614,0.7355372,0.7107438,0.73140496,0.71487606,0.7231405,0.7355372,0.74793386,0.74380165,0.8264463,0.822314,0.8057851,0.822314,0.8181818,0.8057851,0.77272725,0.75619835,0.77272725,0.75619835,0.71487606,0.74793386,0.6818182,0.6363636,0.58677685,0.62396693,0.6694215,0.6652893,0.6694215,0.6652893,0.6859504,0.6735537,0.6570248,0.677686,0.6694215,0.661157,0.661157,0.6818182,0.6818182,0.6694215,0.6818182,0.6942149,0.6818182,0.6983471,0.70247936,0.677686,0.6280992,0.5247934,0.4338843,0.46280992,0.838843,0.8471074,0.8512397,0.8553719,0.8595041,0.8471074,0.838843,0.822314,0.79752064,0.7892562,0.7933884,0.77272725,0.7768595,0.76859504,0.76033056,0.7644628,0.73966944,0.7231405,0.72727275,0.7231405,0.74793386,0.74793386,0.74380165,0.74793386,0.8264463,0.8264463,0.822314,0.8264463,0.8181818,0.8016529,0.76033056,0.75206614,0.78099173,0.74793386,0.7066116,0.7768595,0.70247936,0.6280992,0.61570245,0.57024795,0.6735537,0.6818182,0.6652893,0.6487603,0.69008267,0.6735537,0.661157,0.6735537,0.6694215,0.677686,0.6570248,0.6694215,0.677686,0.6694215,0.6859504,0.6983471,0.69008267,0.70247936,0.6983471,0.6818182,0.6363636,0.5371901,0.43801653,0.42561984,0.8347107,0.8429752,0.8471074,0.8553719,0.8719008,0.838843,0.8347107,0.8471074,0.8057851,0.79752064,0.8057851,0.79752064,0.77272725,0.75619835,0.75206614,0.75619835,0.7355372,0.72727275,0.71487606,0.7107438,0.74793386,0.74380165,0.73966944,0.74793386,0.80991733,0.822314,0.8140496,0.80991733,0.79752064,0.76859504,0.74793386,0.7892562,0.78512394,0.71487606,0.7107438,0.80991733,0.7107438,0.61157024,0.62396693,0.59504133,0.6363636,0.70247936,0.6818182,0.6528926,0.6818182,0.677686,0.6570248,0.661157,0.661157,0.661157,0.6570248,0.6694215,0.6694215,0.6735537,0.661157,0.6859504,0.6942149,0.7231405,0.7107438,0.6859504,0.6404959,0.5371901,0.38842976,0.41322315,0.8264463,0.8305785,0.8429752,0.8512397,0.8595041,0.838843,0.8512397,0.8553719,0.822314,0.8181818,0.822314,0.80991733,0.77272725,0.75619835,0.75206614,0.73140496,0.72727275,0.7355372,0.71487606,0.72727275,0.74793386,0.73140496,0.72727275,0.74380165,0.75619835,0.74793386,0.76033056,0.7933884,0.78512394,0.7644628,0.76859504,0.8512397,0.8016529,0.6983471,0.6652893,0.71487606,0.6694215,0.60330576,0.6363636,0.6570248,0.61157024,0.61157024,0.6570248,0.6487603,0.661157,0.6818182,0.6694215,0.6652893,0.6652893,0.6363636,0.6570248,0.661157,0.6694215,0.661157,0.6735537,0.6942149,0.70247936,0.7231405,0.71900827,0.6859504,0.6363636,0.5413223,0.2644628,0.3305785,0.8140496,0.8305785,0.838843,0.8512397,0.8347107,0.8636364,0.8512397,0.8595041,0.8429752,0.8471074,0.8305785,0.8057851,0.7768595,0.77272725,0.75619835,0.72727275,0.7107438,0.74380165,0.72727275,0.7355372,0.74380165,0.71487606,0.71900827,0.7066116,0.661157,0.6487603,0.76859504,0.7933884,0.79752064,0.7768595,0.74380165,0.79752064,0.73140496,0.661157,0.61570245,0.5661157,0.58677685,0.59090906,0.6570248,0.74380165,0.6280992,0.57438016,0.5661157,0.6280992,0.6487603,0.6735537,0.6942149,0.6859504,0.677686,0.6570248,0.6570248,0.6487603,0.6487603,0.6570248,0.6694215,0.70247936,0.7066116,0.72727275,0.7355372,0.70247936,0.6487603,0.5247934,0.20661157,0.23966943,0.8140496,0.8264463,0.8305785,0.8429752,0.8429752,0.8429752,0.8636364,0.8553719,0.8512397,0.8553719,0.8264463,0.79752064,0.78512394,0.78512394,0.73966944,0.74793386,0.71487606,0.7355372,0.72727275,0.73966944,0.7231405,0.7066116,0.6694215,0.6487603,0.5495868,0.661157,0.8016529,0.80991733,0.8016529,0.71900827,0.6404959,0.6404959,0.62396693,0.6280992,0.57438016,0.49173555,0.5082645,0.53305787,0.60330576,0.6280992,0.5413223,0.6363636,0.5495868,0.58264464,0.60330576,0.661157,0.69008267,0.6859504,0.6694215,0.6652893,0.661157,0.6694215,0.661157,0.661157,0.6652893,0.6942149,0.6942149,0.7231405,0.73966944,0.7107438,0.6446281,0.46694216,0.23140496,0.28512397,0.8140496,0.8140496,0.8347107,0.8347107,0.8347107,0.838843,0.8512397,0.8553719,0.8553719,0.8512397,0.8181818,0.7933884,0.7933884,0.78512394,0.74793386,0.75206614,0.72727275,0.7231405,0.71487606,0.70247936,0.6859504,0.6652893,0.6198347,0.607438,0.49173555,0.6528926,0.80991733,0.73966944,0.661157,0.5661157,0.5413223,0.59504133,0.61570245,0.5785124,0.4876033,0.42975205,0.44214877,0.45041323,0.5206612,0.5371901,0.4752066,0.59504133,0.58677685,0.5289256,0.58264464,0.6280992,0.661157,0.6818182,0.661157,0.6528926,0.6652893,0.6570248,0.6570248,0.677686,0.6818182,0.69008267,0.7107438,0.7355372,0.74380165,0.71487606,0.6322314,0.42975205,0.2892562,0.28099173,0.7933884,0.8140496,0.8305785,0.8305785,0.8347107,0.8305785,0.8471074,0.8553719,0.8512397,0.838843,0.8264463,0.8181818,0.7933884,0.76859504,0.76033056,0.72727275,0.71900827,0.69008267,0.677686,0.661157,0.6322314,0.59917355,0.5661157,0.57024795,0.46694216,0.60330576,0.74793386,0.5495868,0.3264463,0.23966943,0.21900827,0.43801653,0.59504133,0.5206612,0.37603307,0.3429752,0.35123968,0.40082645,0.49173555,0.32231405,0.2644628,0.49173555,0.55785125,0.46694216,0.5413223,0.58264464,0.61157024,0.6446281,0.6198347,0.61157024,0.6322314,0.6446281,0.6528926,0.6859504,0.6983471,0.70247936,0.7231405,0.7355372,0.71900827,0.6983471,0.61157024,0.38842976,0.35950413,0.27272728,0.7644628,0.8140496,0.822314,0.8264463,0.822314,0.8264463,0.8429752,0.8429752,0.8429752,0.8471074,0.8471074,0.8181818,0.78512394,0.76033056,0.74380165,0.7066116,0.6942149,0.661157,0.6198347,0.59917355,0.56198347,0.54545456,0.5289256,0.53305787,0.5082645,0.5371901,0.6942149,0.45041323,0.20661157,0.14049587,0.22727273,0.5082645,0.57438016,0.57024795,0.37603307,0.29752067,0.3429752,0.45041323,0.3553719,0.09504132,0.16528925,0.4338843,0.49173555,0.42975205,0.49586776,0.53305787,0.5661157,0.59090906,0.59504133,0.59090906,0.59917355,0.6404959,0.6570248,0.6942149,0.7231405,0.71487606,0.71900827,0.71900827,0.6983471,0.677686,0.59504133,0.37190083,0.37603307,0.29752067,0.75206614,0.79752064,0.8264463,0.822314,0.8140496,0.822314,0.8181818,0.8305785,0.8347107,0.8595041,0.8471074,0.8016529,0.7768595,0.7644628,0.71487606,0.677686,0.6528926,0.6404959,0.58677685,0.553719,0.5206612,0.5123967,0.49586776,0.5041322,0.5165289,0.53305787,0.6446281,0.5,0.3305785,0.39256197,0.5413223,0.59090906,0.5661157,0.6487603,0.4338843,0.3181818,0.41322315,0.48347107,0.46280992,0.25619835,0.2520661,0.4214876,0.43801653,0.41735536,0.4214876,0.4752066,0.5206612,0.553719,0.54545456,0.59917355,0.59917355,0.61157024,0.6322314,0.69008267,0.76033056,0.7355372,0.71487606,0.6983471,0.677686,0.6570248,0.58264464,0.38016528,0.3553719,0.2768595,0.76033056,0.7892562,0.8057851,0.8140496,0.8057851,0.80991733,0.8016529,0.80991733,0.822314,0.8429752,0.838843,0.78512394,0.77272725,0.7355372,0.6942149,0.6694215,0.607438,0.59090906,0.5495868,0.5123967,0.4876033,0.47933885,0.45867768,0.47933885,0.5413223,0.60330576,0.6280992,0.59917355,0.4876033,0.4876033,0.5495868,0.5785124,0.5206612,0.45867768,0.40495867,0.3553719,0.40495867,0.45454547,0.46694216,0.38016528,0.43801653,0.38429752,0.40495867,0.45041323,0.39256197,0.41322315,0.48347107,0.5165289,0.5247934,0.56198347,0.5661157,0.57024795,0.607438,0.661157,0.74793386,0.75619835,0.71487606,0.6735537,0.6570248,0.6487603,0.553719,0.38429752,0.3429752,0.20247933,0.77272725,0.77272725,0.79752064,0.79752064,0.79752064,0.79752064,0.79752064,0.8016529,0.80991733,0.8305785,0.7933884,0.77272725,0.74793386,0.7107438,0.6818182,0.6446281,0.5661157,0.53305787,0.5082645,0.4876033,0.46280992,0.44214877,0.47107437,0.5,0.59917355,0.6652893,0.677686,0.70247936,0.661157,0.60330576,0.607438,0.58264464,0.45041323,0.29338843,0.23140496,0.28099173,0.3429752,0.45041323,0.48347107,0.4876033,0.5206612,0.446281,0.4338843,0.49173555,0.45041323,0.38016528,0.43801653,0.4876033,0.5082645,0.5247934,0.553719,0.55785125,0.58264464,0.6446281,0.7066116,0.73140496,0.69008267,0.6570248,0.62396693,0.6404959,0.5247934,0.37603307,0.30991736,0.2603306,0.79752064,0.7644628,0.7933884,0.78512394,0.78099173,0.7892562,0.8057851,0.7933884,0.7933884,0.80991733,0.76859504,0.75619835,0.7231405,0.6859504,0.6487603,0.60330576,0.54545456,0.5,0.48347107,0.46280992,0.446281,0.45041323,0.5,0.5413223,0.6446281,0.7231405,0.73140496,0.74380165,0.7231405,0.6735537,0.6322314,0.5495868,0.38842976,0.2644628,0.1694215,0.27272728,0.3181818,0.45041323,0.5289256,0.553719,0.59917355,0.553719,0.49173555,0.5082645,0.5082645,0.41735536,0.3966942,0.45041323,0.46280992,0.49173555,0.5206612,0.5289256,0.5495868,0.61157024,0.6528926,0.6818182,0.6652893,0.6404959,0.61157024,0.6322314,0.4876033,0.338843,0.30991736,0.30991736,0.79752064,0.77272725,0.78099173,0.78099173,0.78512394,0.7644628,0.8016529,0.78099173,0.77272725,0.73966944,0.75206614,0.74793386,0.7066116,0.6446281,0.607438,0.5495868,0.5206612,0.47107437,0.45867768,0.45041323,0.4338843,0.49586776,0.5371901,0.6322314,0.70247936,0.7355372,0.74380165,0.75206614,0.7066116,0.71487606,0.6487603,0.59504133,0.46694216,0.33471075,0.27272728,0.34710744,0.38429752,0.46694216,0.54545456,0.58264464,0.607438,0.60330576,0.55785125,0.5206612,0.5206612,0.4752066,0.41322315,0.40495867,0.4338843,0.46280992,0.47107437,0.5041322,0.5206612,0.57024795,0.60330576,0.6446281,0.6404959,0.6198347,0.6198347,0.607438,0.45041323,0.32231405,0.3140496,0.338843,0.7892562,0.7768595,0.76859504,0.76859504,0.78099173,0.78099173,0.76859504,0.76859504,0.7644628,0.71900827,0.71487606,0.7107438,0.6694215,0.607438,0.55785125,0.5247934,0.48347107,0.446281,0.446281,0.43801653,0.46280992,0.5289256,0.607438,0.7355372,0.7107438,0.74380165,0.72727275,0.7231405,0.6818182,0.7231405,0.69008267,0.6652893,0.607438,0.5371901,0.48347107,0.53305787,0.5206612,0.5413223,0.58677685,0.5661157,0.59090906,0.59917355,0.59504133,0.57024795,0.5289256,0.5,0.45454547,0.40082645,0.40082645,0.42561984,0.446281,0.47933885,0.48347107,0.553719,0.58264464,0.60330576,0.61157024,0.61570245,0.60330576,0.59090906,0.40082645,0.3553719,0.32231405,0.40082645,0.79752064,0.78512394,0.76859504,0.7644628,0.77272725,0.76859504,0.7644628,0.7644628,0.74793386,0.71900827,0.7066116,0.6859504,0.6404959,0.61157024,0.54545456,0.47107437,0.45454547,0.42561984,0.40082645,0.45041323,0.5,0.59917355,0.6942149,0.74793386,0.71900827,0.71900827,0.7107438,0.69008267,0.6528926,0.6652893,0.6528926,0.59090906,0.58677685,0.59090906,0.59504133,0.57024795,0.53305787,0.5206612,0.5785124,0.56198347,0.5661157,0.5785124,0.59504133,0.61570245,0.5785124,0.5247934,0.49586776,0.42561984,0.38842976,0.38016528,0.42561984,0.45454547,0.47933885,0.5206612,0.55785125,0.58264464,0.60330576,0.607438,0.60330576,0.57438016,0.41322315,0.40082645,0.3181818,0.42975205,0.79752064,0.7768595,0.77272725,0.76033056,0.7644628,0.75619835,0.75206614,0.75619835,0.7355372,0.71900827,0.6942149,0.6818182,0.6570248,0.60330576,0.5206612,0.41735536,0.43801653,0.39256197,0.3677686,0.5082645,0.5495868,0.6818182,0.73140496,0.75206614,0.7644628,0.73140496,0.677686,0.59917355,0.54545456,0.53305787,0.5247934,0.47933885,0.45867768,0.48347107,0.5371901,0.47107437,0.45041323,0.45867768,0.5041322,0.5,0.54545456,0.5661157,0.59090906,0.607438,0.607438,0.57438016,0.5413223,0.47933885,0.40495867,0.37603307,0.4090909,0.4338843,0.47933885,0.5165289,0.553719,0.57438016,0.59090906,0.60330576,0.607438,0.55785125,0.46280992,0.3966942,0.29752067,0.44214877,0.79752064,0.7768595,0.77272725,0.74793386,0.7355372,0.77272725,0.74380165,0.76033056,0.72727275,0.71487606,0.6652893,0.6942149,0.6735537,0.5785124,0.48347107,0.41735536,0.45041323,0.40495867,0.45041323,0.5785124,0.58677685,0.7107438,0.74793386,0.7355372,0.69008267,0.57438016,0.5041322,0.45454547,0.42975205,0.35950413,0.38842976,0.41322315,0.38842976,0.4338843,0.45041323,0.4090909,0.40495867,0.39256197,0.38842976,0.40495867,0.446281,0.4876033,0.553719,0.607438,0.62396693,0.6280992,0.5495868,0.55785125,0.42975205,0.41735536,0.40082645,0.43801653,0.4876033,0.5413223,0.55785125,0.57438016,0.58264464,0.59917355,0.6198347,0.5413223,0.47933885,0.3553719,0.3264463,0.44214877,0.78099173,0.78099173,0.7644628,0.7644628,0.7355372,0.76859504,0.75619835,0.74380165,0.7231405,0.7107438,0.69008267,0.7066116,0.6570248,0.5413223,0.45454547,0.47107437,0.45867768,0.45041323,0.56198347,0.607438,0.607438,0.72727275,0.6487603,0.5206612,0.5041322,0.40495867,0.3140496,0.28512397,0.2768595,0.23140496,0.26859504,0.37190083,0.35123968,0.35950413,0.35950413,0.35123968,0.36363637,0.32231405,0.2644628,0.3181818,0.28099173,0.3553719,0.42975205,0.46694216,0.55785125,0.6570248,0.5413223,0.58264464,0.5082645,0.43801653,0.45454547,0.45041323,0.5123967,0.5661157,0.57438016,0.59917355,0.58264464,0.59504133,0.61157024,0.5495868,0.45454547,0.2768595,0.37190083,0.46280992,0.76859504,0.78099173,0.7355372,0.7644628,0.73966944,0.76859504,0.76859504,0.73140496,0.71487606,0.71487606,0.7107438,0.71900827,0.6487603,0.5247934,0.5206612,0.5289256,0.47107437,0.5413223,0.57438016,0.55785125,0.6198347,0.607438,0.4090909,0.38429752,0.38842976,0.2520661,0.19421488,0.28099173,0.24380165,0.18595041,0.37190083,0.40495867,0.30991736,0.2231405,0.24380165,0.30165288,0.38842976,0.35123968,0.32231405,0.28512397,0.18181819,0.23140496,0.29752067,0.35123968,0.33471075,0.5785124,0.5206612,0.5413223,0.59504133,0.46280992,0.5206612,0.49173555,0.5289256,0.58264464,0.59504133,0.57024795,0.58264464,0.59090906,0.59504133,0.5785124,0.3553719,0.2644628,0.4090909,0.4752066,0.78512394,0.7768595,0.76033056,0.7644628,0.75206614,0.7892562,0.77272725,0.7355372,0.71487606,0.7231405,0.75206614,0.7355372,0.6570248,0.5495868,0.58677685,0.56198347,0.49173555,0.59917355,0.5206612,0.5,0.47107437,0.3305785,0.25619835,0.28099173,0.30165288,0.2520661,0.2892562,0.59917355,0.5165289,0.30578512,0.8264463,0.6942149,0.6198347,0.29338843,0.5371901,0.6487603,0.61570245,0.5165289,0.54545456,0.607438,0.2603306,0.32231405,0.22727273,0.28512397,0.2231405,0.35950413,0.4338843,0.5247934,0.58677685,0.48347107,0.56198347,0.5247934,0.5371901,0.58264464,0.59917355,0.58677685,0.5785124,0.60330576,0.607438,0.47933885,0.2231405,0.338843,0.4338843,0.47933885,0.7933884,0.7768595,0.76859504,0.76859504,0.76033056,0.78512394,0.7768595,0.73140496,0.72727275,0.72727275,0.76033056,0.74793386,0.661157,0.58677685,0.6280992,0.58264464,0.5041322,0.5785124,0.48347107,0.37603307,0.24380165,0.16115703,0.1322314,0.15289256,0.45867768,0.4338843,0.42975205,0.72727275,0.6570248,0.40082645,0.8429752,0.7355372,0.7066116,0.43801653,0.74380165,0.69008267,0.661157,0.5661157,0.7107438,0.8636364,0.5041322,0.5082645,0.23140496,0.09504132,0.1446281,0.2107438,0.38842976,0.5165289,0.5165289,0.5165289,0.57438016,0.55785125,0.5413223,0.59504133,0.59504133,0.59504133,0.59504133,0.607438,0.6280992,0.38429752,0.1983471,0.38429752,0.45454547,0.42975205,0.7644628,0.7768595,0.76033056,0.76033056,0.76859504,0.7768595,0.7644628,0.6983471,0.7231405,0.7231405,0.76033056,0.74793386,0.6652893,0.6322314,0.661157,0.59504133,0.5247934,0.5165289,0.45041323,0.4214876,0.2892562,0.1570248,0.10330579,0.09504132,0.5495868,0.59090906,0.47107437,0.6694215,0.6942149,0.30991736,0.74380165,0.6942149,0.6570248,0.5206612,0.822314,0.6528926,0.6859504,0.6446281,0.553719,0.92561984,0.58677685,0.5206612,0.1694215,0.049586777,0.1983471,0.35123968,0.446281,0.49586776,0.47107437,0.54545456,0.57438016,0.5785124,0.57024795,0.59504133,0.58264464,0.607438,0.59917355,0.61157024,0.6404959,0.30991736,0.22727273,0.41735536,0.4338843,0.38842976,0.6446281,0.77272725,0.74793386,0.74793386,0.76859504,0.77272725,0.73966944,0.7355372,0.73140496,0.7107438,0.75206614,0.73140496,0.661157,0.6694215,0.661157,0.59917355,0.53305787,0.4752066,0.47933885,0.57024795,0.57438016,0.45454547,0.38842976,0.17768595,0.3553719,0.60330576,0.2892562,0.5123967,0.677686,0.24793388,0.7355372,0.69008267,0.6652893,0.5413223,0.677686,0.6570248,0.6652893,0.5206612,0.40495867,0.6404959,0.38016528,0.28099173,0.13636364,0.30165288,0.44214877,0.5371901,0.5165289,0.47107437,0.49173555,0.55785125,0.5661157,0.5785124,0.58264464,0.5785124,0.58264464,0.59504133,0.607438,0.61570245,0.62396693,0.23140496,0.27272728,0.44214877,0.4214876,0.38429752,0.40495867,0.78099173,0.74793386,0.74380165,0.7644628,0.75619835,0.73140496,0.7355372,0.74380165,0.7066116,0.73140496,0.6735537,0.6570248,0.69008267,0.6652893,0.607438,0.5371901,0.46694216,0.5413223,0.6570248,0.6983471,0.6363636,0.58264464,0.57024795,0.45454547,0.4338843,0.3553719,0.48347107,0.47933885,0.28512397,0.46280992,0.42561984,0.40495867,0.30165288,0.26859504,0.35123968,0.47933885,0.41322315,0.2107438,0.35950413,0.18595041,0.25619835,0.4090909,0.5123967,0.5371901,0.58677685,0.5413223,0.46280992,0.5495868,0.5371901,0.55785125,0.58677685,0.57438016,0.58264464,0.5785124,0.58264464,0.61157024,0.61570245,0.57438016,0.14876033,0.3305785,0.45867768,0.41322315,0.37603307,0.1446281,0.74380165,0.75206614,0.72727275,0.75619835,0.76859504,0.75619835,0.76033056,0.74793386,0.7107438,0.74380165,0.6735537,0.6694215,0.6859504,0.661157,0.62396693,0.5247934,0.4752066,0.61157024,0.73140496,0.72727275,0.6694215,0.6446281,0.60330576,0.61570245,0.6446281,0.6198347,0.6363636,0.58677685,0.5413223,0.5123967,0.5289256,0.46694216,0.4214876,0.40495867,0.42975205,0.45454547,0.4752066,0.4214876,0.43801653,0.44214877,0.4752066,0.49586776,0.53305787,0.54545456,0.61157024,0.56198347,0.47107437,0.5495868,0.5413223,0.553719,0.58264464,0.58264464,0.57438016,0.58677685,0.59090906,0.61157024,0.6198347,0.49173555,0.13636364,0.37190083,0.446281,0.3966942,0.3553719,0.041322313,0.59917355,0.75206614,0.7066116,0.73140496,0.76033056,0.7768595,0.7644628,0.7355372,0.70247936,0.7231405,0.6859504,0.6735537,0.6694215,0.6487603,0.6322314,0.5123967,0.49586776,0.661157,0.74793386,0.73140496,0.6983471,0.6859504,0.6694215,0.6404959,0.6446281,0.6363636,0.6528926,0.59504133,0.607438,0.5371901,0.59504133,0.56198347,0.5289256,0.4876033,0.5247934,0.5206612,0.5123967,0.5165289,0.5,0.49586776,0.5206612,0.5206612,0.5495868,0.58264464,0.62396693,0.59917355,0.5,0.53305787,0.5413223,0.55785125,0.58264464,0.59917355,0.5661157,0.58264464,0.59504133,0.60330576,0.607438,0.338843,0.18181819,0.3966942,0.4090909,0.38016528,0.36363637,0.10743801,0.3677686,0.72727275,0.6983471,0.71900827,0.74380165,0.7768595,0.78099173,0.6983471,0.7107438,0.6942149,0.6983471,0.6570248,0.661157,0.6487603,0.6198347,0.5041322,0.5495868,0.69008267,0.7355372,0.7231405,0.70247936,0.71487606,0.6652893,0.6652893,0.6528926,0.61570245,0.607438,0.5371901,0.5247934,0.46694216,0.45454547,0.44214877,0.45041323,0.41322315,0.43801653,0.42975205,0.45041323,0.49586776,0.5206612,0.5371901,0.54545456,0.5413223,0.56198347,0.61570245,0.62396693,0.607438,0.53305787,0.5247934,0.5495868,0.57024795,0.57438016,0.59504133,0.5785124,0.59090906,0.59917355,0.60330576,0.5661157,0.16115703,0.2892562,0.42561984,0.37190083,0.38429752,0.3677686,0.22727273,0.26859504,0.6198347,0.7107438,0.70247936,0.7355372,0.7644628,0.7933884,0.6983471,0.71487606,0.677686,0.677686,0.6280992,0.6446281,0.6363636,0.61157024,0.53305787,0.607438,0.677686,0.74380165,0.7355372,0.6942149,0.7066116,0.70247936,0.6487603,0.6652893,0.62396693,0.58264464,0.47933885,0.44214877,0.42561984,0.3966942,0.38842976,0.42975205,0.4090909,0.40082645,0.39256197,0.4214876,0.446281,0.4752066,0.5289256,0.5371901,0.5661157,0.59090906,0.61570245,0.62396693,0.60330576,0.5495868,0.5289256,0.5371901,0.55785125,0.57024795,0.59504133,0.58264464,0.5785124,0.59504133,0.59504133,0.48347107,0.10743801,0.38429752,0.4338843,0.338843,0.37603307,0.35950413,0.37603307,0.338843,0.45041323,0.661157,0.677686,0.71900827,0.75206614,0.71487606,0.6942149,0.6942149,0.6983471,0.6570248,0.6280992,0.6280992,0.6363636,0.60330576,0.56198347,0.61157024,0.6735537,0.7355372,0.70247936,0.6983471,0.6983471,0.70247936,0.6652893,0.6404959,0.6280992,0.5661157,0.5,0.45454547,0.40495867,0.3677686,0.37603307,0.40082645,0.41322315,0.37603307,0.3966942,0.4338843,0.45867768,0.4876033,0.5165289,0.5495868,0.59090906,0.58677685,0.60330576,0.607438,0.59917355,0.5661157,0.5289256,0.5495868,0.54545456,0.5661157,0.59090906,0.59917355,0.58677685,0.59090906,0.58264464,0.33471075,0.1570248,0.4338843,0.36363637,0.35123968,0.34710744,0.41322315,0.3677686,0.38842976,0.38016528,0.5082645,0.6528926,0.7066116,0.74380165,0.70247936,0.6652893,0.69008267,0.6942149,0.6694215,0.62396693,0.62396693,0.6322314,0.6198347,0.59917355,0.6280992,0.6818182,0.7231405,0.6818182,0.677686,0.6859504,0.6818182,0.6570248,0.62396693,0.58264464,0.5413223,0.47933885,0.446281,0.41322315,0.38429752,0.3966942,0.38842976,0.37190083,0.40082645,0.41322315,0.42975205,0.46280992,0.5,0.5165289,0.5661157,0.58677685,0.5785124,0.58677685,0.59917355,0.59917355,0.58677685,0.53305787,0.553719,0.55785125,0.5661157,0.5785124,0.59090906,0.58677685,0.58677685,0.5041322,0.2231405,0.28099173,0.3429752,0.33471075,0.36363637,0.38842976,0.4090909,0.22727273,0.3264463,0.3140496,0.30165288,0.5413223,0.6859504,0.72727275,0.7231405,0.677686,0.69008267,0.6694215,0.6818182,0.6363636,0.607438,0.6322314,0.6322314,0.6487603,0.6528926,0.6983471,0.70247936,0.6735537,0.6818182,0.6983471,0.6652893,0.6198347,0.60330576,0.56198347,0.5289256,0.46280992,0.46280992,0.41735536,0.3966942,0.41322315,0.41735536,0.37603307,0.43801653,0.4214876,0.43801653,0.47107437,0.5165289,0.53305787,0.5661157,0.57438016,0.58264464,0.58264464,0.58264464,0.59090906,0.59504133,0.5661157,0.553719,0.553719,0.55785125,0.58264464,0.58677685,0.58677685,0.59504133,0.37190083,0.21487603,0.2892562,0.30991736,0.35950413,0.38429752,0.40495867,0.4090909,0.13636364,0.24380165,0.27272728,0.28099173,0.3966942,0.58677685,0.7231405,0.7231405,0.69008267,0.6859504,0.6487603,0.6818182,0.6363636,0.5785124,0.661157,0.661157,0.6735537,0.6859504,0.7107438,0.6859504,0.6983471,0.6818182,0.677686,0.6446281,0.59504133,0.59917355,0.55785125,0.5247934,0.49586776,0.46694216,0.42561984,0.42975205,0.446281,0.43801653,0.4338843,0.46694216,0.45867768,0.4752066,0.48347107,0.5165289,0.54545456,0.5661157,0.56198347,0.58264464,0.5785124,0.59090906,0.58264464,0.59917355,0.59090906,0.56198347,0.5495868,0.553719,0.58264464,0.5785124,0.57438016,0.5495868,0.24380165,0.22727273,0.2892562,0.34710744,0.37190083,0.38842976,0.40082645,0.446281,0.09090909,0.2520661,0.30165288,0.39256197,0.4090909,0.47933885,0.6528926,0.70247936,0.6983471,0.6818182,0.6363636,0.6818182,0.6404959,0.56198347,0.6487603,0.6446281,0.69008267,0.6942149,0.6983471,0.69008267,0.7107438,0.69008267,0.6818182,0.6363636,0.6280992,0.607438,0.56198347,0.553719,0.5289256,0.49586776,0.53305787,0.5123967,0.49586776,0.5206612,0.49173555,0.5041322,0.49586776,0.5123967,0.5123967,0.5123967,0.553719,0.57024795,0.56198347,0.5661157,0.58677685,0.57438016,0.59090906,0.59504133,0.59917355,0.57024795,0.55785125,0.5495868,0.57438016,0.54545456,0.5785124,0.4338843,0.19008264,0.2603306,0.3305785,0.338843,0.35950413,0.38016528,0.4338843,0.46280992,0.041322313,0.33471075,0.40082645,0.4752066,0.5289256,0.5041322,0.58677685,0.6528926,0.6735537,0.6404959,0.6528926,0.6446281,0.6404959,0.607438,0.6322314,0.69008267,0.6818182,0.6735537,0.6818182,0.71487606,0.6735537,0.6942149,0.6942149,0.661157,0.6487603,0.61157024,0.58264464,0.61157024,0.59090906,0.59090906,0.5785124,0.59090906,0.58264464,0.59090906,0.56198347,0.5413223,0.5247934,0.53305787,0.55785125,0.5661157,0.57024795,0.58264464,0.5661157,0.58264464,0.58264464,0.58264464,0.59504133,0.59504133,0.5785124,0.57438016,0.5495868,0.56198347,0.57438016,0.5661157,0.5371901,0.2768595,0.20661157,0.26859504,0.30578512,0.3140496,0.35950413,0.4214876,0.43801653,0.38429752,0.016528925,0.38429752,0.4876033,0.5371901,0.58264464,0.57024795,0.59504133,0.62396693,0.6363636,0.6280992,0.6404959,0.61570245,0.6280992,0.59504133,0.661157,0.6735537,0.677686,0.6735537,0.6859504,0.6942149,0.71487606,0.69008267,0.69008267,0.69008267,0.6570248,0.6322314,0.6198347,0.6404959,0.6198347,0.59504133,0.58677685,0.59504133,0.58677685,0.55785125,0.55785125,0.5165289,0.5123967,0.5247934,0.5495868,0.57024795,0.58264464,0.58264464,0.58677685,0.57438016,0.57438016,0.59504133,0.59090906,0.59090906,0.57024795,0.54545456,0.553719,0.5661157,0.553719,0.57438016,0.40495867,0.19421488,0.22727273,0.27272728,0.28099173,0.3429752,0.3966942,0.3677686,0.35123968,0.32231405,0.024793388,0.38016528,0.5495868,0.59090906,0.61570245,0.6198347,0.6198347,0.6487603,0.61570245,0.61157024,0.607438,0.57438016,0.59504133,0.59504133,0.6404959,0.6528926,0.6446281,0.6652893,0.677686,0.6942149,0.7231405,0.6942149,0.6942149,0.70247936,0.677686,0.6280992,0.6322314,0.62396693,0.61570245,0.59917355,0.59090906,0.59090906,0.5661157,0.5661157,0.5495868,0.5206612,0.5247934,0.5247934,0.54545456,0.553719,0.57024795,0.59090906,0.59917355,0.57438016,0.55785125,0.5785124,0.58677685,0.5785124,0.5413223,0.5247934,0.5371901,0.5413223,0.54545456,0.446281,0.20247933,0.18181819,0.23966943,0.2644628,0.30165288,0.3429752,0.30578512,0.26859504,0.30165288,0.2768595,0.08264463,0.3181818,0.59090906,0.62396693,0.6198347,0.6446281,0.6404959,0.6528926,0.6652893,0.59504133,0.5413223,0.5371901,0.5413223,0.57024795,0.59917355,0.6280992,0.61157024,0.6363636,0.6528926,0.677686,0.69008267,0.6942149,0.6859504,0.6818182,0.6652893,0.6280992,0.6322314,0.61570245,0.61157024,0.60330576,0.58264464,0.5785124,0.553719,0.57024795,0.56198347,0.53305787,0.5206612,0.5165289,0.53305787,0.5413223,0.56198347,0.58264464,0.58677685,0.57438016,0.55785125,0.57024795,0.56198347,0.54545456,0.5165289,0.5165289,0.5123967,0.5289256,0.47933885,0.1983471,0.1322314,0.17768595,0.19008264,0.23966943,0.25619835,0.23553719,0.1983471,0.24793388,0.2520661,0.2768595,0.09917355,0.24793388,0.6363636,0.6446281,0.661157,0.6363636,0.6694215,0.661157,0.677686,0.677686,0.553719,0.47933885,0.47107437,0.5206612,0.5165289,0.58264464,0.59504133,0.6363636,0.6322314,0.661157,0.6735537,0.677686,0.661157,0.661157,0.6528926,0.6322314,0.62396693,0.61570245,0.61157024,0.58264464,0.5495868,0.53305787,0.53305787,0.55785125,0.5371901,0.4876033,0.5,0.5041322,0.5247934,0.5413223,0.55785125,0.56198347,0.57024795,0.5495868,0.5785124,0.5495868,0.5371901,0.5247934,0.5041322,0.49173555,0.48347107,0.49173555,0.2107438,0.09504132,0.11570248,0.14049587,0.14876033,0.18595041,0.16115703,0.19008264,0.1322314,0.21900827,0.18595041,0.2107438,31 +0.49586776,0.4876033,0.62396693,0.7231405,0.446281,0.4876033,0.6859504,0.8016529,0.838843,0.8429752,0.8512397,0.8595041,0.8429752,0.8512397,0.8347107,0.8305785,0.8140496,0.8016529,0.76033056,0.73966944,0.71487606,0.7066116,0.6818182,0.61570245,0.6487603,0.677686,0.6570248,0.6528926,0.6859504,0.69008267,0.6983471,0.70247936,0.7066116,0.71487606,0.6983471,0.6942149,0.69008267,0.69008267,0.7066116,0.6859504,0.6694215,0.6652893,0.6487603,0.6570248,0.6652893,0.6652893,0.661157,0.6487603,0.6570248,0.6446281,0.6446281,0.6735537,0.6652893,0.6652893,0.6859504,0.6487603,0.6446281,0.6363636,0.607438,0.58677685,0.57024795,0.59917355,0.54545456,0.553719,0.43801653,0.6322314,0.6280992,0.60330576,0.44214877,0.661157,0.78099173,0.8553719,0.838843,0.8553719,0.8595041,0.8512397,0.838843,0.8347107,0.8347107,0.8305785,0.822314,0.8140496,0.78099173,0.76859504,0.75619835,0.71487606,0.69008267,0.6694215,0.6818182,0.6859504,0.6570248,0.661157,0.6694215,0.6735537,0.69008267,0.6983471,0.6983471,0.71487606,0.71900827,0.7107438,0.6983471,0.70247936,0.7107438,0.6735537,0.6694215,0.677686,0.677686,0.6694215,0.677686,0.6818182,0.6694215,0.6694215,0.661157,0.6528926,0.62396693,0.6570248,0.6652893,0.6859504,0.6735537,0.677686,0.6280992,0.6528926,0.61570245,0.59917355,0.57438016,0.59090906,0.57438016,0.57024795,0.5289256,0.6280992,0.69008267,0.41322315,0.58264464,0.73140496,0.838843,0.8553719,0.8512397,0.8553719,0.8553719,0.8471074,0.838843,0.8305785,0.8140496,0.8140496,0.8305785,0.8264463,0.75619835,0.76859504,0.7768595,0.74380165,0.7107438,0.6983471,0.70247936,0.70247936,0.6735537,0.6859504,0.6818182,0.6818182,0.6859504,0.70247936,0.71487606,0.71900827,0.73966944,0.7107438,0.72727275,0.71487606,0.73140496,0.70247936,0.7066116,0.6942149,0.6942149,0.6818182,0.6735537,0.6818182,0.6735537,0.6528926,0.661157,0.6570248,0.60330576,0.6528926,0.6446281,0.677686,0.6694215,0.6818182,0.6446281,0.661157,0.61570245,0.59090906,0.58264464,0.59090906,0.58264464,0.57438016,0.5661157,0.6735537,0.53305787,0.4338843,0.6446281,0.8016529,0.8636364,0.8553719,0.8553719,0.8512397,0.8512397,0.8140496,0.8264463,0.8264463,0.822314,0.8016529,0.8057851,0.8636364,0.74380165,0.75619835,0.7892562,0.76033056,0.75206614,0.71900827,0.7231405,0.71487606,0.6983471,0.6983471,0.7066116,0.6818182,0.6942149,0.72727275,0.72727275,0.73140496,0.73966944,0.71900827,0.7355372,0.7355372,0.74793386,0.7231405,0.71487606,0.7107438,0.677686,0.6694215,0.6735537,0.6652893,0.6652893,0.6570248,0.6487603,0.6404959,0.62396693,0.6528926,0.6446281,0.6363636,0.6818182,0.677686,0.6446281,0.6735537,0.6570248,0.59504133,0.56198347,0.58677685,0.61157024,0.58264464,0.54545456,0.58677685,0.446281,0.5413223,0.7066116,0.8512397,0.8636364,0.8677686,0.8512397,0.8471074,0.80991733,0.8057851,0.79752064,0.7933884,0.8347107,0.8016529,0.8016529,0.822314,0.75619835,0.76033056,0.76859504,0.76033056,0.74380165,0.7231405,0.7231405,0.71900827,0.7066116,0.7107438,0.73140496,0.6983471,0.70247936,0.74380165,0.70247936,0.7231405,0.73140496,0.70247936,0.71487606,0.7066116,0.7066116,0.6859504,0.6859504,0.6983471,0.6652893,0.6652893,0.6528926,0.6528926,0.6528926,0.6404959,0.6322314,0.6280992,0.61570245,0.61570245,0.62396693,0.6446281,0.6570248,0.677686,0.6528926,0.69008267,0.677686,0.61570245,0.5371901,0.59090906,0.6280992,0.59504133,0.57438016,0.5,0.45041323,0.661157,0.77272725,0.8553719,0.8553719,0.8636364,0.8429752,0.8347107,0.76859504,0.7644628,0.6735537,0.7066116,0.78099173,0.6735537,0.6983471,0.72727275,0.7066116,0.71900827,0.73140496,0.72727275,0.7066116,0.6942149,0.6983471,0.71900827,0.6942149,0.7107438,0.7231405,0.6818182,0.69008267,0.7231405,0.70247936,0.6983471,0.71487606,0.6859504,0.6942149,0.6818182,0.677686,0.6528926,0.6694215,0.6570248,0.6363636,0.6322314,0.61570245,0.59504133,0.57438016,0.55785125,0.57024795,0.59504133,0.58677685,0.59917355,0.61157024,0.61157024,0.6404959,0.6570248,0.6735537,0.6735537,0.6859504,0.6280992,0.5371901,0.55785125,0.6198347,0.59504133,0.58264464,0.48347107,0.5123967,0.7107438,0.8140496,0.838843,0.8595041,0.8636364,0.80991733,0.7933884,0.7355372,0.7231405,0.6487603,0.6404959,0.59917355,0.5289256,0.53305787,0.5,0.54545456,0.59090906,0.607438,0.60330576,0.62396693,0.6280992,0.69008267,0.7231405,0.70247936,0.7107438,0.7066116,0.59917355,0.6818182,0.6983471,0.71487606,0.69008267,0.677686,0.6859504,0.6652893,0.6528926,0.6404959,0.62396693,0.61157024,0.5785124,0.55785125,0.5247934,0.4876033,0.47933885,0.44214877,0.45454547,0.46694216,0.5041322,0.5289256,0.56198347,0.5785124,0.59090906,0.59090906,0.6280992,0.677686,0.6652893,0.6735537,0.6528926,0.55785125,0.57024795,0.58264464,0.59917355,0.5206612,0.47933885,0.49173555,0.76859504,0.8305785,0.8305785,0.8553719,0.822314,0.79752064,0.79752064,0.7768595,0.7644628,0.73140496,0.71487606,0.661157,0.6198347,0.5785124,0.4876033,0.48347107,0.5247934,0.5289256,0.5247934,0.54545456,0.54545456,0.6694215,0.7231405,0.72727275,0.6818182,0.6818182,0.5785124,0.6652893,0.6942149,0.71487606,0.69008267,0.6570248,0.661157,0.6322314,0.6198347,0.60330576,0.5785124,0.5082645,0.4214876,0.4214876,0.38016528,0.37603307,0.3677686,0.34710744,0.37603307,0.42975205,0.4876033,0.5495868,0.55785125,0.54545456,0.5495868,0.55785125,0.59090906,0.661157,0.661157,0.6570248,0.6694215,0.55785125,0.5661157,0.58677685,0.5785124,0.40082645,0.43801653,0.5413223,0.80991733,0.8347107,0.8347107,0.838843,0.7892562,0.8264463,0.838843,0.8429752,0.8595041,0.822314,0.77272725,0.74380165,0.69008267,0.6694215,0.6322314,0.60330576,0.57438016,0.53305787,0.5206612,0.5082645,0.5247934,0.6322314,0.71487606,0.72727275,0.661157,0.6446281,0.57438016,0.6652893,0.6942149,0.6859504,0.6487603,0.6363636,0.6198347,0.59917355,0.58677685,0.553719,0.48347107,0.4214876,0.3264463,0.3553719,0.36363637,0.35950413,0.38016528,0.41735536,0.49173555,0.553719,0.59504133,0.60330576,0.59917355,0.57024795,0.5785124,0.5661157,0.59090906,0.61157024,0.6446281,0.661157,0.6818182,0.57024795,0.5371901,0.59504133,0.55785125,0.38016528,0.47933885,0.6363636,0.838843,0.8305785,0.8347107,0.8016529,0.7933884,0.838843,0.8636364,0.8719008,0.8553719,0.8057851,0.74380165,0.6942149,0.661157,0.6528926,0.6652893,0.6735537,0.6487603,0.61570245,0.59090906,0.57438016,0.58264464,0.6198347,0.69008267,0.7107438,0.6735537,0.6404959,0.58264464,0.6735537,0.6694215,0.6363636,0.62396693,0.61570245,0.60330576,0.57024795,0.5413223,0.49173555,0.43801653,0.3966942,0.34710744,0.40082645,0.4090909,0.42975205,0.46280992,0.5041322,0.54545456,0.58264464,0.61570245,0.62396693,0.62396693,0.6198347,0.6446281,0.661157,0.6198347,0.607438,0.6280992,0.6570248,0.6859504,0.58677685,0.54545456,0.55785125,0.58264464,0.46280992,0.53305787,0.69008267,0.8471074,0.8305785,0.80991733,0.78099173,0.80991733,0.8677686,0.8677686,0.8553719,0.79752064,0.75206614,0.6363636,0.607438,0.60330576,0.59917355,0.62396693,0.6528926,0.6818182,0.6570248,0.6198347,0.6363636,0.6404959,0.6446281,0.70247936,0.70247936,0.6942149,0.6528926,0.607438,0.6570248,0.6652893,0.6487603,0.59504133,0.59504133,0.59917355,0.5495868,0.5123967,0.45041323,0.45041323,0.4338843,0.45867768,0.4752066,0.5123967,0.553719,0.56198347,0.54545456,0.54545456,0.57438016,0.57024795,0.58677685,0.58677685,0.62396693,0.6652893,0.71487606,0.6735537,0.6652893,0.607438,0.6363636,0.6735537,0.59917355,0.56198347,0.5247934,0.5661157,0.5661157,0.5495868,0.75619835,0.838843,0.8264463,0.8016529,0.7892562,0.8140496,0.8677686,0.8347107,0.8057851,0.7355372,0.661157,0.6363636,0.6859504,0.677686,0.69008267,0.69008267,0.677686,0.7107438,0.70247936,0.6446281,0.6487603,0.6446281,0.6942149,0.71900827,0.73966944,0.71900827,0.6942149,0.6528926,0.6694215,0.6942149,0.6652893,0.5785124,0.5785124,0.56198347,0.5495868,0.5206612,0.45041323,0.45454547,0.49173555,0.5785124,0.60330576,0.6280992,0.6859504,0.6735537,0.6570248,0.6363636,0.6363636,0.58264464,0.5495868,0.5661157,0.59090906,0.62396693,0.6818182,0.7066116,0.6942149,0.6280992,0.6280992,0.6694215,0.61570245,0.57024795,0.5206612,0.5123967,0.5413223,0.61157024,0.79752064,0.8305785,0.8140496,0.8057851,0.80991733,0.822314,0.838843,0.78512394,0.74380165,0.72727275,0.73140496,0.75206614,0.8140496,0.7933884,0.77272725,0.74380165,0.70247936,0.70247936,0.71487606,0.661157,0.6446281,0.61570245,0.61570245,0.7107438,0.79752064,0.8057851,0.73966944,0.7066116,0.6859504,0.71487606,0.661157,0.59090906,0.58677685,0.59090906,0.5495868,0.46694216,0.3966942,0.5206612,0.61570245,0.6694215,0.6942149,0.6528926,0.6735537,0.7107438,0.71487606,0.71487606,0.6942149,0.6694215,0.6404959,0.59504133,0.61157024,0.59917355,0.6404959,0.6859504,0.7107438,0.62396693,0.6322314,0.6528926,0.6198347,0.57024795,0.5289256,0.49173555,0.5785124,0.73140496,0.8305785,0.822314,0.80991733,0.79752064,0.8181818,0.838843,0.80991733,0.77272725,0.75206614,0.80991733,0.80991733,0.838843,0.8181818,0.7644628,0.7066116,0.6652893,0.6363636,0.6198347,0.6446281,0.6528926,0.62396693,0.58264464,0.53305787,0.6322314,0.7892562,0.8553719,0.8016529,0.72727275,0.7231405,0.7355372,0.6570248,0.61157024,0.62396693,0.6322314,0.49586776,0.34710744,0.46280992,0.61157024,0.6322314,0.6280992,0.57438016,0.5371901,0.607438,0.6446281,0.70247936,0.7066116,0.677686,0.6942149,0.6983471,0.677686,0.62396693,0.6198347,0.6404959,0.6322314,0.6694215,0.6446281,0.6280992,0.6363636,0.61570245,0.57024795,0.5289256,0.49586776,0.7107438,0.77272725,0.8264463,0.822314,0.8016529,0.8016529,0.8305785,0.8305785,0.78099173,0.822314,0.7933884,0.8553719,0.8801653,0.8264463,0.71900827,0.61570245,0.553719,0.54545456,0.5247934,0.5165289,0.49173555,0.5495868,0.61157024,0.55785125,0.5206612,0.5413223,0.74793386,0.8512397,0.8471074,0.76859504,0.73966944,0.7355372,0.6735537,0.6198347,0.6528926,0.607438,0.338843,0.38429752,0.5165289,0.5371901,0.5206612,0.47107437,0.45041323,0.44214877,0.45454547,0.4214876,0.45041323,0.47933885,0.54545456,0.6446281,0.7231405,0.6942149,0.6652893,0.607438,0.6363636,0.59917355,0.6280992,0.6570248,0.6280992,0.6446281,0.61157024,0.5785124,0.5413223,0.5123967,0.7066116,0.74380165,0.8305785,0.8140496,0.79752064,0.8140496,0.8305785,0.8347107,0.7933884,0.822314,0.838843,0.8512397,0.892562,0.6652893,0.44214877,0.3264463,0.2892562,0.3677686,0.2644628,0.4214876,0.45454547,0.45454547,0.53305787,0.553719,0.553719,0.5371901,0.6983471,0.8347107,0.8512397,0.8016529,0.7644628,0.7231405,0.677686,0.6487603,0.6859504,0.5082645,0.3264463,0.45041323,0.4876033,0.446281,0.446281,0.43801653,0.446281,0.338843,0.26859504,0.1322314,0.42975205,0.17768595,0.2107438,0.34710744,0.5165289,0.72727275,0.72727275,0.6198347,0.58264464,0.6280992,0.6487603,0.6570248,0.6198347,0.6363636,0.61157024,0.58264464,0.553719,0.49173555,0.59504133,0.74380165,0.8305785,0.8016529,0.7892562,0.822314,0.8305785,0.8181818,0.80991733,0.8471074,0.8181818,0.8016529,0.553719,0.3429752,0.5413223,0.20247933,0.1446281,0.38016528,0.17355372,0.2603306,0.35950413,0.40082645,0.5041322,0.59504133,0.57438016,0.59917355,0.70247936,0.8140496,0.838843,0.80991733,0.75619835,0.6735537,0.6735537,0.70247936,0.6859504,0.53305787,0.39256197,0.48347107,0.47107437,0.43801653,0.41322315,0.338843,0.32231405,0.30578512,0.20247933,0.2768595,0.24380165,0.18181819,0.16528925,0.23966943,0.2768595,0.44214877,0.6735537,0.677686,0.60330576,0.6198347,0.6528926,0.661157,0.607438,0.62396693,0.62396693,0.58677685,0.58264464,0.5,0.60330576,0.7355372,0.8305785,0.8057851,0.7768595,0.8140496,0.838843,0.8305785,0.822314,0.838843,0.7355372,0.49173555,0.38429752,0.53305787,0.48347107,0.35123968,0.19008264,0.32231405,0.2603306,0.3305785,0.4214876,0.2520661,0.338843,0.59917355,0.7066116,0.75206614,0.73140496,0.8016529,0.80991733,0.7933884,0.71487606,0.6487603,0.6528926,0.6652893,0.6735537,0.58264464,0.49586776,0.60330576,0.553719,0.37603307,0.3429752,0.2892562,0.39256197,0.44214877,0.2768595,0.3140496,0.20661157,0.23553719,0.2107438,0.33471075,0.29338843,0.19008264,0.4338843,0.661157,0.661157,0.6570248,0.71487606,0.661157,0.6198347,0.6280992,0.6446281,0.58677685,0.57438016,0.53305787,0.6404959,0.73966944,0.838843,0.8057851,0.77272725,0.8140496,0.838843,0.8305785,0.8347107,0.8140496,0.5661157,0.5371901,0.59090906,0.607438,0.47107437,0.45041323,0.43801653,0.446281,0.45454547,0.5206612,0.5413223,0.5165289,0.4752066,0.62396693,0.6859504,0.7892562,0.7768595,0.78512394,0.7768595,0.72727275,0.6694215,0.6528926,0.6280992,0.6322314,0.6363636,0.60330576,0.53305787,0.62396693,0.60330576,0.5289256,0.47107437,0.47107437,0.47107437,0.5247934,0.45454547,0.5082645,0.44214877,0.3966942,0.39256197,0.45867768,0.4338843,0.4090909,0.35950413,0.5082645,0.6818182,0.661157,0.6652893,0.6487603,0.6280992,0.6322314,0.6528926,0.59090906,0.58677685,0.5206612,0.6528926,0.75206614,0.8264463,0.8181818,0.7892562,0.80991733,0.8347107,0.8264463,0.78099173,0.69008267,0.69008267,0.78099173,0.80991733,0.74380165,0.6652893,0.61570245,0.61570245,0.62396693,0.6322314,0.62396693,0.6198347,0.59917355,0.5785124,0.6322314,0.6487603,0.76859504,0.7892562,0.78512394,0.75206614,0.72727275,0.6528926,0.6363636,0.61157024,0.6198347,0.61570245,0.6280992,0.55785125,0.5661157,0.58677685,0.58264464,0.54545456,0.5495868,0.5495868,0.59917355,0.5661157,0.62396693,0.54545456,0.4876033,0.5495868,0.59917355,0.59917355,0.607438,0.56198347,0.5,0.58677685,0.6363636,0.6404959,0.6859504,0.6528926,0.6322314,0.6528926,0.59917355,0.5661157,0.5082645,0.6942149,0.70247936,0.822314,0.8140496,0.8057851,0.8140496,0.8512397,0.7933884,0.75619835,0.7768595,0.7768595,0.8140496,0.8429752,0.822314,0.8181818,0.75619835,0.7644628,0.7355372,0.6652893,0.61570245,0.58677685,0.59504133,0.61570245,0.6280992,0.73140496,0.78099173,0.77272725,0.7768595,0.74793386,0.75206614,0.6694215,0.6322314,0.6198347,0.59917355,0.61157024,0.6404959,0.6404959,0.57024795,0.58264464,0.5413223,0.57438016,0.55785125,0.55785125,0.5661157,0.55785125,0.6198347,0.59090906,0.58677685,0.61570245,0.6528926,0.6818182,0.661157,0.661157,0.6280992,0.6198347,0.58264464,0.6280992,0.6528926,0.62396693,0.6198347,0.6446281,0.61157024,0.5165289,0.5495868,0.7107438,0.6942149,0.822314,0.80991733,0.80991733,0.822314,0.8512397,0.7892562,0.8181818,0.822314,0.822314,0.8140496,0.822314,0.8140496,0.80991733,0.7644628,0.6983471,0.58677685,0.54545456,0.61157024,0.6735537,0.6694215,0.6859504,0.7355372,0.8016529,0.7933884,0.7644628,0.7768595,0.76859504,0.7768595,0.677686,0.6570248,0.6404959,0.58264464,0.62396693,0.6363636,0.6363636,0.6322314,0.61157024,0.5785124,0.57438016,0.60330576,0.6280992,0.57438016,0.5371901,0.5289256,0.5661157,0.607438,0.6280992,0.61157024,0.6570248,0.661157,0.6859504,0.6818182,0.6735537,0.6404959,0.6446281,0.6983471,0.6818182,0.6404959,0.6446281,0.6404959,0.49586776,0.5165289,0.6404959,0.6735537,0.8347107,0.80991733,0.80991733,0.8347107,0.8512397,0.8347107,0.838843,0.838843,0.8264463,0.822314,0.8140496,0.75619835,0.7231405,0.7107438,0.69008267,0.677686,0.6942149,0.7107438,0.70247936,0.7066116,0.7355372,0.80991733,0.822314,0.78099173,0.8057851,0.7768595,0.75619835,0.78512394,0.71487606,0.6528926,0.6322314,0.59504133,0.61570245,0.6570248,0.61570245,0.6322314,0.6652893,0.62396693,0.61157024,0.61570245,0.6322314,0.6446281,0.6652893,0.6280992,0.57024795,0.58677685,0.61570245,0.6280992,0.661157,0.677686,0.6818182,0.6942149,0.677686,0.6859504,0.6694215,0.70247936,0.6983471,0.6528926,0.6280992,0.6528926,0.5123967,0.48347107,0.49173555,0.74793386,0.838843,0.8057851,0.8264463,0.8305785,0.8429752,0.8471074,0.8429752,0.8347107,0.8181818,0.8181818,0.7933884,0.78512394,0.78099173,0.7644628,0.75619835,0.73966944,0.71900827,0.7066116,0.7355372,0.76859504,0.78099173,0.8264463,0.8016529,0.8016529,0.8181818,0.7644628,0.75619835,0.78512394,0.72727275,0.661157,0.60330576,0.61157024,0.607438,0.6652893,0.6487603,0.6404959,0.6735537,0.661157,0.6404959,0.6404959,0.6404959,0.6322314,0.6446281,0.6818182,0.6570248,0.6404959,0.6363636,0.6198347,0.6404959,0.6487603,0.6735537,0.661157,0.69008267,0.677686,0.6942149,0.71900827,0.7355372,0.661157,0.61570245,0.6528926,0.5371901,0.5041322,0.4338843,0.8181818,0.822314,0.80991733,0.822314,0.8347107,0.8429752,0.8595041,0.8429752,0.8264463,0.8264463,0.80991733,0.8016529,0.822314,0.7892562,0.7768595,0.76033056,0.75206614,0.74793386,0.74380165,0.7644628,0.75619835,0.8140496,0.822314,0.79752064,0.8264463,0.8016529,0.7644628,0.77272725,0.78099173,0.74380165,0.6694215,0.59504133,0.607438,0.607438,0.661157,0.69008267,0.661157,0.6694215,0.6528926,0.6528926,0.6652893,0.6652893,0.6735537,0.6694215,0.7231405,0.6818182,0.6570248,0.6487603,0.6446281,0.6652893,0.661157,0.6818182,0.6652893,0.6652893,0.70247936,0.70247936,0.70247936,0.73140496,0.6694215,0.61570245,0.661157,0.5661157,0.5247934,0.3140496,0.88842976,0.80991733,0.80991733,0.822314,0.8347107,0.8471074,0.8636364,0.8471074,0.8305785,0.8512397,0.80991733,0.8057851,0.7892562,0.8016529,0.78512394,0.76033056,0.75619835,0.74793386,0.7644628,0.76033056,0.7644628,0.80991733,0.822314,0.80991733,0.8264463,0.7768595,0.77272725,0.7892562,0.74793386,0.73966944,0.71900827,0.61570245,0.60330576,0.59090906,0.6363636,0.6942149,0.6694215,0.6528926,0.6404959,0.6446281,0.6735537,0.6652893,0.661157,0.6735537,0.69008267,0.71487606,0.677686,0.6570248,0.6818182,0.661157,0.6570248,0.677686,0.6694215,0.69008267,0.6818182,0.70247936,0.7107438,0.7355372,0.6652893,0.59917355,0.6487603,0.59917355,0.4876033,0.2107438,0.88429755,0.8140496,0.80991733,0.80991733,0.838843,0.8429752,0.8512397,0.8636364,0.8471074,0.8553719,0.838843,0.8057851,0.7933884,0.7892562,0.78512394,0.75619835,0.74380165,0.73966944,0.75619835,0.7644628,0.77272725,0.8057851,0.8429752,0.822314,0.79752064,0.75619835,0.7933884,0.8057851,0.71487606,0.72727275,0.76859504,0.60330576,0.59917355,0.59917355,0.607438,0.6735537,0.6735537,0.6487603,0.6404959,0.6487603,0.677686,0.6818182,0.661157,0.661157,0.6652893,0.6570248,0.6694215,0.6694215,0.6694215,0.6652893,0.6528926,0.6735537,0.6570248,0.6983471,0.71487606,0.6983471,0.7231405,0.7355372,0.6487603,0.59917355,0.6570248,0.59090906,0.38842976,0.19008264,0.78099173,0.822314,0.7933884,0.8057851,0.8347107,0.8347107,0.8595041,0.8595041,0.8553719,0.8636364,0.8512397,0.8305785,0.8016529,0.7933884,0.76859504,0.78099173,0.74793386,0.76033056,0.7644628,0.74793386,0.76859504,0.76033056,0.78099173,0.78512394,0.78099173,0.75206614,0.8471074,0.7644628,0.69008267,0.69008267,0.71900827,0.59504133,0.60330576,0.6446281,0.60330576,0.6363636,0.6570248,0.5082645,0.59090906,0.6652893,0.661157,0.7066116,0.6818182,0.6818182,0.6652893,0.6280992,0.6570248,0.6570248,0.6652893,0.6487603,0.6652893,0.6818182,0.677686,0.6942149,0.7066116,0.71487606,0.73966944,0.70247936,0.6280992,0.607438,0.6570248,0.5495868,0.28099173,0.19421488,0.6652893,0.8305785,0.7892562,0.8140496,0.8347107,0.8347107,0.8553719,0.8677686,0.8677686,0.8595041,0.8595041,0.8471074,0.8264463,0.7892562,0.76033056,0.7768595,0.75619835,0.76033056,0.72727275,0.71900827,0.6942149,0.6446281,0.6983471,0.8016529,0.7644628,0.75206614,0.8636364,0.7231405,0.6404959,0.6363636,0.61157024,0.58677685,0.60330576,0.7107438,0.6694215,0.607438,0.6694215,0.43801653,0.49586776,0.6198347,0.6280992,0.6983471,0.71900827,0.6859504,0.6818182,0.6570248,0.6528926,0.6487603,0.6404959,0.6404959,0.6446281,0.6652893,0.677686,0.6859504,0.70247936,0.72727275,0.76033056,0.6983471,0.607438,0.59504133,0.6322314,0.5123967,0.24793388,0.1983471,0.6652893,0.80991733,0.78099173,0.822314,0.822314,0.8264463,0.8429752,0.8636364,0.8636364,0.8636364,0.8512397,0.8595041,0.8264463,0.8057851,0.77272725,0.75619835,0.75206614,0.73140496,0.6983471,0.6694215,0.62396693,0.53305787,0.75206614,0.8264463,0.71900827,0.6859504,0.7066116,0.69008267,0.58264464,0.553719,0.5413223,0.5413223,0.57024795,0.6487603,0.59504133,0.62396693,0.6735537,0.54545456,0.43801653,0.5495868,0.58264464,0.6528926,0.7107438,0.71487606,0.677686,0.6652893,0.6694215,0.6446281,0.6528926,0.6570248,0.6487603,0.6487603,0.6694215,0.6983471,0.7355372,0.7355372,0.75619835,0.69008267,0.59090906,0.58677685,0.58677685,0.54545456,0.38016528,0.19008264,0.71900827,0.8016529,0.7644628,0.8140496,0.8264463,0.822314,0.8305785,0.8512397,0.8553719,0.8677686,0.8595041,0.8553719,0.838843,0.79752064,0.76859504,0.74380165,0.7231405,0.6859504,0.6446281,0.58677685,0.5495868,0.49586776,0.80991733,0.73966944,0.607438,0.607438,0.6404959,0.6363636,0.5206612,0.47933885,0.46280992,0.44214877,0.5123967,0.5247934,0.46280992,0.53305787,0.59917355,0.6487603,0.4338843,0.46280992,0.5289256,0.5785124,0.6280992,0.6818182,0.6404959,0.6322314,0.6528926,0.6198347,0.6322314,0.6694215,0.6570248,0.661157,0.677686,0.71900827,0.7355372,0.75206614,0.73140496,0.677686,0.58264464,0.58264464,0.56198347,0.6280992,0.53305787,0.17355372,0.7066116,0.75206614,0.75619835,0.822314,0.822314,0.8181818,0.8305785,0.8347107,0.8512397,0.8553719,0.8553719,0.8553719,0.8471074,0.7768595,0.75619835,0.70247936,0.6487603,0.6198347,0.5661157,0.5247934,0.4876033,0.55785125,0.75206614,0.5413223,0.30578512,0.2603306,0.5371901,0.607438,0.42561984,0.38842976,0.3553719,0.3553719,0.49586776,0.37190083,0.17768595,0.23966943,0.44214877,0.60330576,0.4338843,0.40495867,0.45454547,0.5206612,0.56198347,0.59090906,0.5785124,0.57024795,0.61157024,0.607438,0.62396693,0.6570248,0.6694215,0.6735537,0.6942149,0.7355372,0.7355372,0.73140496,0.70247936,0.6735537,0.5785124,0.5661157,0.5661157,0.7107438,0.5165289,0.1983471,0.45454547,0.77272725,0.7355372,0.8016529,0.822314,0.80991733,0.80991733,0.8305785,0.8471074,0.8512397,0.8429752,0.8429752,0.8181818,0.74380165,0.71900827,0.6694215,0.59090906,0.54545456,0.5082645,0.48347107,0.446281,0.59504133,0.73140496,0.5289256,0.3140496,0.38429752,0.5785124,0.62396693,0.42975205,0.34710744,0.30578512,0.41322315,0.45041323,0.30578512,0.10330579,0.1446281,0.35123968,0.45454547,0.4338843,0.40082645,0.3553719,0.45041323,0.5123967,0.53305787,0.5495868,0.5495868,0.57024795,0.57024795,0.59917355,0.6446281,0.6652893,0.6942149,0.70247936,0.71487606,0.73140496,0.69008267,0.6694215,0.6487603,0.56198347,0.553719,0.6363636,0.6487603,0.41735536,0.24793388,0.15289256,0.6859504,0.75619835,0.7644628,0.80991733,0.8016529,0.79752064,0.8140496,0.8347107,0.822314,0.8305785,0.80991733,0.78099173,0.71900827,0.6570248,0.6280992,0.5413223,0.48347107,0.46280992,0.41735536,0.42561984,0.6322314,0.73140496,0.6735537,0.5041322,0.59090906,0.6446281,0.6363636,0.55785125,0.38016528,0.35950413,0.45454547,0.38429752,0.4338843,0.30578512,0.2644628,0.2768595,0.29752067,0.44214877,0.44214877,0.338843,0.3553719,0.446281,0.49586776,0.5123967,0.5289256,0.5206612,0.5371901,0.57438016,0.57438016,0.6570248,0.6983471,0.7066116,0.6942149,0.6983471,0.661157,0.6446281,0.61157024,0.5495868,0.57024795,0.6570248,0.4090909,0.3264463,0.2892562,0.23553719,0.3140496,0.75206614,0.7355372,0.7933884,0.7933884,0.8016529,0.8057851,0.8140496,0.8016529,0.79752064,0.77272725,0.73966944,0.6859504,0.59917355,0.5495868,0.47933885,0.45867768,0.4090909,0.4214876,0.5,0.6528926,0.7231405,0.72727275,0.6735537,0.6487603,0.6652893,0.61157024,0.41735536,0.3140496,0.30991736,0.30165288,0.36363637,0.40082645,0.4214876,0.37603307,0.24793388,0.38016528,0.45454547,0.48347107,0.47933885,0.32231405,0.38429752,0.46280992,0.47933885,0.5041322,0.5,0.5041322,0.53305787,0.5661157,0.607438,0.6694215,0.6818182,0.6652893,0.661157,0.6280992,0.61570245,0.58677685,0.553719,0.5785124,0.49586776,0.24793388,0.38842976,0.3264463,0.5785124,0.3677686,0.6694215,0.7355372,0.7933884,0.78512394,0.79752064,0.7933884,0.78099173,0.78099173,0.78099173,0.7355372,0.6983471,0.6404959,0.5661157,0.5,0.45867768,0.43801653,0.4090909,0.46694216,0.6322314,0.7107438,0.7107438,0.7231405,0.71487606,0.6652893,0.6818182,0.53305787,0.35950413,0.21900827,0.32231405,0.23140496,0.35123968,0.45867768,0.49586776,0.49173555,0.4338843,0.46280992,0.46694216,0.49586776,0.53305787,0.41735536,0.3264463,0.3966942,0.42561984,0.46694216,0.46280992,0.47107437,0.49173555,0.5495868,0.54545456,0.62396693,0.6528926,0.6322314,0.62396693,0.62396693,0.59917355,0.5785124,0.55785125,0.55785125,0.36363637,0.46694216,0.5082645,0.24793388,0.6363636,0.677686,0.6280992,0.71487606,0.7644628,0.78099173,0.78099173,0.79752064,0.74380165,0.76033056,0.75206614,0.6983471,0.6404959,0.59504133,0.5247934,0.45041323,0.446281,0.41735536,0.45454547,0.57024795,0.75206614,0.74380165,0.7066116,0.6942149,0.661157,0.6528926,0.62396693,0.5289256,0.37603307,0.2892562,0.40082645,0.36363637,0.47933885,0.5165289,0.553719,0.5289256,0.5123967,0.4876033,0.49586776,0.49173555,0.5247934,0.49586776,0.38016528,0.30578512,0.38429752,0.41322315,0.446281,0.43801653,0.45867768,0.5041322,0.5206612,0.5785124,0.61157024,0.6198347,0.607438,0.59917355,0.58264464,0.55785125,0.5785124,0.5165289,0.47107437,0.5289256,0.47107437,0.23553719,0.43801653,0.62396693,0.58677685,0.7107438,0.7355372,0.77272725,0.77272725,0.77272725,0.73966944,0.73140496,0.7107438,0.6735537,0.6198347,0.5495868,0.48347107,0.42561984,0.4090909,0.42561984,0.5495868,0.7066116,0.75619835,0.73140496,0.71487606,0.7107438,0.6570248,0.6983471,0.61570245,0.5661157,0.47933885,0.45041323,0.5165289,0.553719,0.55785125,0.55785125,0.59090906,0.54545456,0.55785125,0.5247934,0.5247934,0.48347107,0.5082645,0.4876033,0.4752066,0.34710744,0.32231405,0.36363637,0.3966942,0.41322315,0.42975205,0.48347107,0.5,0.54545456,0.56198347,0.59917355,0.58677685,0.58677685,0.57024795,0.5495868,0.60330576,0.47107437,0.45041323,0.49173555,0.4752066,0.29752067,0.4214876,0.5413223,0.5785124,0.6942149,0.73140496,0.74793386,0.76033056,0.75619835,0.74380165,0.72727275,0.7107438,0.6818182,0.61157024,0.45041323,0.45867768,0.39256197,0.33471075,0.49586776,0.677686,0.75206614,0.72727275,0.76033056,0.73140496,0.6942149,0.6198347,0.661157,0.5661157,0.56198347,0.5247934,0.59504133,0.5371901,0.5082645,0.4752066,0.49586776,0.5289256,0.5247934,0.55785125,0.54545456,0.5661157,0.5371901,0.4876033,0.4752066,0.49173555,0.446281,0.33471075,0.32231405,0.37190083,0.38429752,0.40495867,0.45041323,0.48347107,0.5247934,0.55785125,0.57024795,0.5785124,0.56198347,0.5785124,0.55785125,0.60330576,0.45454547,0.42975205,0.5041322,0.5413223,0.3429752,0.45041323,0.59090906,0.58677685,0.6694215,0.7355372,0.7231405,0.76033056,0.76033056,0.73966944,0.7066116,0.7231405,0.6818182,0.57438016,0.45867768,0.46280992,0.38842976,0.47933885,0.62396693,0.7107438,0.75619835,0.73140496,0.6983471,0.6198347,0.5495868,0.47933885,0.47933885,0.49586776,0.46280992,0.46694216,0.48347107,0.43801653,0.41735536,0.37190083,0.38429752,0.40082645,0.41735536,0.4752066,0.5041322,0.57024795,0.58677685,0.56198347,0.5041322,0.46280992,0.49586776,0.40495867,0.35123968,0.34710744,0.37190083,0.41735536,0.43801653,0.47933885,0.5123967,0.553719,0.5413223,0.58677685,0.58264464,0.57024795,0.55785125,0.57438016,0.45454547,0.47933885,0.57024795,0.58264464,0.2603306,0.46694216,0.62396693,0.6446281,0.69008267,0.7231405,0.71900827,0.76859504,0.73966944,0.74793386,0.71900827,0.7231405,0.6694215,0.53305787,0.5041322,0.5123967,0.4338843,0.6446281,0.6322314,0.7231405,0.6528926,0.5413223,0.4876033,0.37190083,0.338843,0.32231405,0.27272728,0.4338843,0.44214877,0.42975205,0.43801653,0.38016528,0.33471075,0.338843,0.24380165,0.2603306,0.26859504,0.2892562,0.3429752,0.4090909,0.49173555,0.59090906,0.5785124,0.446281,0.46694216,0.46694216,0.3966942,0.41322315,0.39256197,0.43801653,0.47933885,0.5,0.5289256,0.55785125,0.5289256,0.5785124,0.5785124,0.5661157,0.5661157,0.5413223,0.47107437,0.5495868,0.61157024,0.5041322,0.08264463,0.41322315,0.6487603,0.69008267,0.6983471,0.71487606,0.72727275,0.77272725,0.73966944,0.7231405,0.73966944,0.74380165,0.6694215,0.57024795,0.61570245,0.5165289,0.5371901,0.59090906,0.607438,0.6487603,0.4214876,0.4214876,0.33471075,0.23553719,0.23553719,0.3677686,0.2768595,0.5,0.46280992,0.30991736,0.28099173,0.26859504,0.29338843,0.35950413,0.27272728,0.23966943,0.21487603,0.18181819,0.23966943,0.2768595,0.3140496,0.338843,0.4876033,0.43801653,0.4214876,0.4876033,0.4338843,0.48347107,0.45454547,0.45041323,0.5041322,0.5165289,0.5247934,0.5495868,0.5206612,0.5661157,0.5785124,0.5661157,0.5785124,0.5082645,0.5041322,0.58677685,0.5661157,0.20661157,0.13636364,0.21487603,0.57024795,0.6735537,0.5206612,0.661157,0.75206614,0.76859504,0.75619835,0.73140496,0.75206614,0.76859504,0.661157,0.6280992,0.661157,0.5289256,0.59917355,0.5123967,0.5165289,0.40495867,0.24793388,0.2768595,0.2892562,0.4090909,0.35123968,0.77272725,0.4214876,0.76859504,0.78512394,0.59917355,0.3429752,0.5785124,0.6404959,0.57438016,0.4752066,0.45454547,0.5247934,0.2520661,0.338843,0.2892562,0.15289256,0.17768595,0.23966943,0.3181818,0.42561984,0.48347107,0.44214877,0.5165289,0.49173555,0.46694216,0.49586776,0.5206612,0.5413223,0.5371901,0.5289256,0.5785124,0.55785125,0.55785125,0.5661157,0.39256197,0.446281,0.45867768,0.1983471,0.06198347,0.35950413,0.11570248,0.16115703,0.32231405,0.1570248,0.5371901,0.77272725,0.7644628,0.6983471,0.7355372,0.74793386,0.76859504,0.6735537,0.6652893,0.6818182,0.5413223,0.56198347,0.4752066,0.4214876,0.2231405,0.13636364,0.08264463,0.3305785,0.6652893,0.5289256,0.8264463,0.5082645,0.8140496,0.7933884,0.73966944,0.47933885,0.71900827,0.6818182,0.56198347,0.61570245,0.58264464,0.76859504,0.48347107,0.54545456,0.38016528,0.02892562,0.08264463,0.12809917,0.26859504,0.42561984,0.45454547,0.46280992,0.5041322,0.49173555,0.47933885,0.5123967,0.5082645,0.5495868,0.553719,0.5371901,0.57024795,0.5661157,0.5495868,0.5661157,0.21487603,0.2107438,0.21900827,0.09917355,0.08677686,0.4338843,0.30165288,0.12396694,0.09917355,0.07438017,0.37603307,0.78512394,0.75206614,0.7231405,0.74380165,0.73140496,0.75619835,0.69008267,0.6942149,0.6818182,0.57024795,0.5206612,0.47107437,0.553719,0.446281,0.21900827,0.045454547,0.23553719,0.7107438,0.5247934,0.74793386,0.4876033,0.71487606,0.7231405,0.6570248,0.59504133,0.78512394,0.6528926,0.58677685,0.56198347,0.5661157,0.6983471,0.47933885,0.55785125,0.23140496,0.045454547,0.17768595,0.338843,0.4338843,0.446281,0.45454547,0.48347107,0.5,0.49586776,0.4876033,0.5247934,0.49173555,0.5495868,0.553719,0.54545456,0.57024795,0.57024795,0.5495868,0.5371901,0.15289256,0.15289256,0.17355372,0.11570248,0.09504132,0.46280992,0.4090909,0.27272728,0.15289256,0.09917355,0.18595041,0.7644628,0.74380165,0.75619835,0.7355372,0.72727275,0.6942149,0.6694215,0.7107438,0.6818182,0.60330576,0.46694216,0.5371901,0.70247936,0.6942149,0.57024795,0.5082645,0.27272728,0.46694216,0.2644628,0.57438016,0.3553719,0.72727275,0.677686,0.62396693,0.5289256,0.6652893,0.57024795,0.56198347,0.41735536,0.38842976,0.46694216,0.21487603,0.22727273,0.1694215,0.30165288,0.44214877,0.47933885,0.47933885,0.45454547,0.47107437,0.5041322,0.49173555,0.4876033,0.49173555,0.5041322,0.49173555,0.5371901,0.55785125,0.553719,0.56198347,0.54545456,0.56198347,0.47933885,0.14049587,0.1694215,0.1570248,0.11570248,0.11570248,0.55785125,0.4876033,0.38429752,0.29338843,0.20661157,0.09504132,0.661157,0.76033056,0.7892562,0.73140496,0.73140496,0.70247936,0.6694215,0.7066116,0.6942149,0.59090906,0.48347107,0.62396693,0.77272725,0.7355372,0.6570248,0.5785124,0.58264464,0.46694216,0.41322315,0.5041322,0.38429752,0.6652893,0.45867768,0.46280992,0.30991736,0.3181818,0.3305785,0.27272728,0.48347107,0.24380165,0.2768595,0.2768595,0.3429752,0.45867768,0.49586776,0.5,0.5206612,0.47933885,0.45041323,0.49173555,0.5041322,0.47933885,0.5082645,0.4876033,0.5082645,0.49173555,0.5413223,0.5495868,0.55785125,0.5495868,0.5371901,0.57438016,0.3966942,0.17355372,0.20247933,0.14876033,0.13636364,0.19008264,0.53305787,0.5371901,0.4876033,0.43801653,0.35123968,0.1694215,0.4338843,0.75619835,0.7933884,0.7355372,0.7107438,0.71487606,0.677686,0.6942149,0.70247936,0.58264464,0.5123967,0.6694215,0.79752064,0.74793386,0.6859504,0.6859504,0.6363636,0.6859504,0.78099173,0.62396693,0.5371901,0.5041322,0.5082645,0.5,0.4752066,0.4214876,0.45454547,0.4338843,0.46280992,0.46280992,0.3677686,0.49173555,0.4752066,0.4876033,0.5123967,0.5289256,0.55785125,0.5082645,0.46694216,0.48347107,0.49173555,0.48347107,0.5041322,0.5082645,0.5082645,0.5041322,0.54545456,0.5413223,0.5661157,0.5371901,0.5247934,0.59090906,0.30165288,0.23553719,0.14876033,0.19421488,0.19008264,0.20661157,0.5289256,0.4876033,0.5082645,0.5041322,0.45867768,0.38016528,0.3264463,0.677686,0.8016529,0.71487606,0.7066116,0.71900827,0.6528926,0.6818182,0.6859504,0.5495868,0.54545456,0.71487606,0.75619835,0.75206614,0.73140496,0.6735537,0.6446281,0.6446281,0.73140496,0.69008267,0.6528926,0.5371901,0.58264464,0.5413223,0.5289256,0.5289256,0.54545456,0.4752066,0.4752066,0.46694216,0.38016528,0.5082645,0.4876033,0.5082645,0.5247934,0.5661157,0.5661157,0.5371901,0.4752066,0.4876033,0.4876033,0.5,0.49173555,0.5165289,0.5123967,0.53305787,0.5371901,0.5495868,0.55785125,0.53305787,0.5371901,0.5041322,0.27272728,0.21487603,0.16115703,0.20247933,0.21487603,0.2603306,0.3677686,0.37190083,0.45867768,0.5,0.46280992,0.4752066,0.3677686,0.5413223,0.76859504,0.7355372,0.6983471,0.70247936,0.6322314,0.6652893,0.677686,0.57024795,0.6322314,0.7107438,0.76033056,0.73966944,0.7355372,0.6942149,0.6404959,0.6446281,0.661157,0.5413223,0.5123967,0.48347107,0.45041323,0.42561984,0.41735536,0.38429752,0.39256197,0.3677686,0.3966942,0.42561984,0.45454547,0.47933885,0.5041322,0.5247934,0.5495868,0.5661157,0.57024795,0.5495868,0.49173555,0.49173555,0.48347107,0.4876033,0.49173555,0.5371901,0.5206612,0.5371901,0.5289256,0.54545456,0.5413223,0.5247934,0.5247934,0.36363637,0.2231405,0.17355372,0.16528925,0.21900827,0.21487603,0.3181818,0.2892562,0.24793388,0.23966943,0.35950413,0.39256197,0.2644628,0.30578512,0.38016528,0.73140496,0.6942149,0.6983471,0.7107438,0.6487603,0.6363636,0.6694215,0.62396693,0.62396693,0.7066116,0.72727275,0.73140496,0.71487606,0.7231405,0.661157,0.6446281,0.6280992,0.5123967,0.45454547,0.4214876,0.37603307,0.41322315,0.38016528,0.3429752,0.338843,0.35950413,0.38016528,0.40082645,0.45454547,0.4752066,0.5206612,0.553719,0.5371901,0.553719,0.57024795,0.5413223,0.5206612,0.47933885,0.49173555,0.4752066,0.5,0.5082645,0.5289256,0.5371901,0.5371901,0.53305787,0.5413223,0.5289256,0.4338843,0.19008264,0.14876033,0.15289256,0.19421488,0.23966943,0.23553719,0.36363637,0.21900827,0.27272728,0.1446281,0.2107438,0.20661157,0.21900827,0.14876033,0.17355372,0.6942149,0.70247936,0.6983471,0.70247936,0.6818182,0.62396693,0.6570248,0.661157,0.661157,0.7066116,0.72727275,0.69008267,0.70247936,0.6983471,0.6652893,0.6280992,0.59917355,0.5289256,0.47107437,0.4214876,0.38429752,0.3966942,0.3553719,0.338843,0.3429752,0.36363637,0.38016528,0.4214876,0.44214877,0.46280992,0.5165289,0.5371901,0.5289256,0.54545456,0.553719,0.56198347,0.53305787,0.4876033,0.5,0.48347107,0.5123967,0.48347107,0.53305787,0.5289256,0.53305787,0.5206612,0.5289256,0.4876033,0.25619835,0.14876033,0.13636364,0.20247933,0.21900827,0.23140496,0.3181818,0.3677686,0.1570248,0.17355372,0.16115703,0.16528925,0.1570248,0.1446281,0.15289256,0.12396694,0.6404959,0.71900827,0.6859504,0.6859504,0.70247936,0.61157024,0.6487603,0.69008267,0.6818182,0.71900827,0.7066116,0.6983471,0.7107438,0.6818182,0.6404959,0.60330576,0.5785124,0.5041322,0.47107437,0.42561984,0.40495867,0.41735536,0.3677686,0.35950413,0.37190083,0.34710744,0.38429752,0.42561984,0.47107437,0.47107437,0.5041322,0.5206612,0.5289256,0.5413223,0.5206612,0.55785125,0.5495868,0.5123967,0.49586776,0.4752066,0.49173555,0.48347107,0.5247934,0.5123967,0.53305787,0.5371901,0.5123967,0.28512397,0.1570248,0.16115703,0.19008264,0.22727273,0.23140496,0.29338843,0.38429752,0.38429752,0.16528925,0.14876033,0.15289256,0.1694215,0.1570248,0.1446281,0.12396694,0.1446281,0.6198347,0.70247936,0.677686,0.6735537,0.70247936,0.61157024,0.6363636,0.6818182,0.7107438,0.7107438,0.71900827,0.71900827,0.6859504,0.6652893,0.6198347,0.60330576,0.5661157,0.5123967,0.47933885,0.42975205,0.4214876,0.44214877,0.4214876,0.4090909,0.4090909,0.40495867,0.4090909,0.44214877,0.46694216,0.4876033,0.5082645,0.5082645,0.5165289,0.5371901,0.5495868,0.5247934,0.5495868,0.5247934,0.5082645,0.4876033,0.46694216,0.5082645,0.5082645,0.5123967,0.5247934,0.5289256,0.3305785,0.11983471,0.18181819,0.20247933,0.19421488,0.24380165,0.28512397,0.33471075,0.35950413,0.3553719,0.16115703,0.15289256,0.14876033,0.16528925,0.15289256,0.15289256,0.10743801,0.16528925,0.6446281,0.6487603,0.6528926,0.6528926,0.6818182,0.6280992,0.6487603,0.6942149,0.677686,0.6942149,0.71900827,0.6983471,0.70247936,0.6694215,0.6570248,0.61157024,0.59917355,0.5785124,0.54545456,0.5247934,0.5123967,0.5082645,0.5041322,0.49173555,0.4752066,0.47107437,0.45867768,0.46280992,0.46280992,0.5123967,0.5123967,0.5206612,0.5165289,0.53305787,0.5371901,0.5413223,0.54545456,0.5123967,0.53305787,0.46694216,0.5,0.49586776,0.5123967,0.5123967,0.5206612,0.45454547,0.10743801,0.15289256,0.19008264,0.1570248,0.20661157,0.26859504,0.3264463,0.3264463,0.35123968,0.39256197,0.16115703,0.15289256,0.15289256,0.16115703,0.15289256,0.1446281,0.11983471,0.14876033,0.6570248,0.6818182,0.61157024,0.6322314,0.6322314,0.6322314,0.6404959,0.69008267,0.6652893,0.6818182,0.7066116,0.71487606,0.71487606,0.6983471,0.6735537,0.6404959,0.6446281,0.6404959,0.607438,0.61157024,0.59090906,0.58677685,0.5785124,0.56198347,0.5206612,0.5165289,0.5,0.5165289,0.5123967,0.5082645,0.5289256,0.5123967,0.5206612,0.5371901,0.53305787,0.54545456,0.5371901,0.5206612,0.5041322,0.48347107,0.5041322,0.49586776,0.5082645,0.5123967,0.5165289,0.35123968,0.10743801,0.14876033,0.1570248,0.1446281,0.18595041,0.25619835,0.3140496,0.3305785,0.35950413,0.338843,0.1570248,0.14876033,0.1570248,0.15289256,0.1570248,0.14876033,0.12809917,0.08677686,0.661157,0.6983471,0.69008267,0.59504133,0.57438016,0.61157024,0.6198347,0.6652893,0.6528926,0.6818182,0.71487606,0.7107438,0.7066116,0.71900827,0.6983471,0.6652893,0.677686,0.6652893,0.61570245,0.61157024,0.58677685,0.553719,0.553719,0.5371901,0.49586776,0.5206612,0.5,0.5041322,0.5206612,0.53305787,0.53305787,0.5289256,0.5041322,0.53305787,0.53305787,0.53305787,0.5289256,0.5123967,0.47107437,0.48347107,0.49173555,0.5,0.49173555,0.49173555,0.53305787,0.28512397,0.09504132,0.12809917,0.10743801,0.12396694,0.13636364,0.19008264,0.24380165,0.26859504,0.21900827,0.18181819,0.15289256,0.15289256,0.15289256,0.1446281,0.16528925,0.1446281,0.14049587,0.08677686,0.6652893,0.6859504,0.6983471,0.6735537,0.5123967,0.5495868,0.59090906,0.6363636,0.61157024,0.6652893,0.6859504,0.7066116,0.70247936,0.7107438,0.6735537,0.6735537,0.6652893,0.6570248,0.6280992,0.61157024,0.57024795,0.56198347,0.55785125,0.54545456,0.53305787,0.49586776,0.49173555,0.4876033,0.5123967,0.5289256,0.5247934,0.5247934,0.5082645,0.5082645,0.5247934,0.5206612,0.5041322,0.49173555,0.46694216,0.46280992,0.46280992,0.47933885,0.46694216,0.48347107,0.58677685,0.24380165,0.09090909,0.12809917,0.10743801,0.10330579,0.09504132,0.14876033,0.15289256,0.1694215,0.16528925,0.14049587,0.14049587,0.1570248,0.1694215,0.1446281,0.15289256,0.13636364,0.1322314,0.053719006,0.677686,0.6818182,0.6652893,0.71900827,0.6280992,0.43801653,0.5289256,0.5785124,0.6363636,0.6404959,0.661157,0.69008267,0.6818182,0.677686,0.661157,0.6735537,0.661157,0.6446281,0.6198347,0.58677685,0.54545456,0.55785125,0.553719,0.53305787,0.5082645,0.47933885,0.46694216,0.48347107,0.48347107,0.49173555,0.5165289,0.49173555,0.5289256,0.5082645,0.5123967,0.49586776,0.49173555,0.47933885,0.45867768,0.44214877,0.42975205,0.45454547,0.48347107,0.5123967,0.5785124,0.12809917,0.09090909,0.12809917,0.10330579,0.09504132,0.09917355,0.11157025,0.11570248,0.1322314,0.1446281,0.11570248,0.1570248,0.14049587,0.1570248,0.15289256,0.1446281,0.1446281,0.1446281,0.049586777,0.6528926,0.6694215,0.6818182,0.6859504,0.7231405,0.6363636,0.5,0.5371901,0.61157024,0.6198347,0.6322314,0.6528926,0.6528926,0.6446281,0.6404959,0.6363636,0.61570245,0.61570245,0.57438016,0.5495868,0.5206612,0.5247934,0.49173555,0.45041323,0.45867768,0.45041323,0.45454547,0.45867768,0.48347107,0.4752066,0.49586776,0.4876033,0.5041322,0.49586776,0.48347107,0.46694216,0.46694216,0.47933885,0.43801653,0.40495867,0.42975205,0.46280992,0.5082645,0.5206612,0.4752066,0.0661157,0.09917355,0.11570248,0.11570248,0.11157025,0.09090909,0.11157025,0.10330579,0.1322314,0.12396694,0.11570248,0.16115703,0.1446281,0.1446281,0.15289256,0.13636364,0.14876033,0.1446281,0.020661157,0.62396693,0.661157,0.6735537,0.6735537,0.6983471,0.69008267,0.6570248,0.5247934,0.5785124,0.58264464,0.59917355,0.61157024,0.6198347,0.61570245,0.607438,0.57438016,0.553719,0.54545456,0.5165289,0.49586776,0.46280992,0.46280992,0.42975205,0.4338843,0.41322315,0.4214876,0.42561984,0.42561984,0.45041323,0.45867768,0.4752066,0.4752066,0.49173555,0.46694216,0.46694216,0.42561984,0.45454547,0.446281,0.41322315,0.41322315,0.46694216,0.42975205,0.4752066,0.5247934,0.3553719,0.06198347,0.11983471,0.11983471,0.10743801,0.10330579,0.09917355,0.11157025,0.11157025,0.11570248,0.10743801,0.11983471,0.1570248,0.1570248,0.1446281,0.14876033,0.14049587,0.14876033,0.1570248,0.020661157,0.57438016,0.677686,0.6363636,0.6735537,0.6570248,0.6404959,0.6404959,0.59090906,0.56198347,0.5289256,0.54545456,0.57024795,0.57438016,0.58264464,0.57024795,0.5082645,0.49586776,0.48347107,0.47107437,0.45454547,0.4338843,0.40495867,0.38842976,0.36363637,0.3677686,0.38016528,0.36363637,0.40495867,0.4214876,0.4214876,0.45041323,0.46280992,0.446281,0.446281,0.43801653,0.41735536,0.4338843,0.41735536,0.41735536,0.4338843,0.46280992,0.46280992,0.46694216,0.5206612,0.19008264,0.07024793,0.11157025,0.12396694,0.10330579,0.10330579,0.11570248,0.10330579,0.10330579,0.11983471,0.10743801,0.11157025,0.1570248,0.14876033,0.13636364,0.14876033,0.13636364,0.1446281,0.16115703,0.037190083,0.5289256,0.677686,0.6528926,0.6487603,0.6528926,0.6404959,0.62396693,0.59917355,0.58264464,0.5289256,0.5082645,0.5165289,0.53305787,0.54545456,0.5413223,0.46280992,0.44214877,0.44214877,0.4090909,0.40495867,0.40082645,0.35950413,0.338843,0.30165288,0.3553719,0.36363637,0.3429752,0.3553719,0.3677686,0.3966942,0.41735536,0.43801653,0.4214876,0.40495867,0.4090909,0.41735536,0.4214876,0.41735536,0.37603307,0.43801653,0.45867768,0.46280992,0.4752066,0.4752066,0.0785124,0.09917355,0.10743801,0.10743801,0.09917355,0.10330579,0.11157025,0.09090909,0.10743801,0.11983471,0.11157025,0.10743801,0.15289256,0.15289256,0.1446281,0.1446281,0.12809917,0.14049587,0.1570248,0.0661157,0.46280992,0.6652893,0.6818182,0.6487603,0.6363636,0.6404959,0.59504133,0.59504133,0.58264464,0.5495868,0.5206612,0.49586776,0.48347107,0.49586776,0.47933885,0.4338843,0.38842976,0.3966942,0.34710744,0.37603307,0.3429752,0.3264463,0.3140496,0.30165288,0.37603307,0.3429752,0.30991736,0.32231405,0.35123968,0.38429752,0.40495867,0.40495867,0.38016528,0.38842976,0.4214876,0.40082645,0.4090909,0.40082645,0.37603307,0.42561984,0.44214877,0.446281,0.5041322,0.38016528,0.0785124,0.10330579,0.10743801,0.11157025,0.10330579,0.10330579,0.11157025,0.09917355,0.10743801,0.10330579,0.10743801,0.11157025,31 +0.5082645,0.6280992,0.6694215,0.40495867,0.53305787,0.6983471,0.7933884,0.8553719,0.838843,0.8636364,0.8595041,0.8636364,0.8471074,0.8553719,0.8471074,0.838843,0.8181818,0.7892562,0.78512394,0.7231405,0.71487606,0.7066116,0.70247936,0.6859504,0.6198347,0.6652893,0.70247936,0.6942149,0.6859504,0.7107438,0.73140496,0.71900827,0.7231405,0.7355372,0.7231405,0.70247936,0.6735537,0.7066116,0.7231405,0.7107438,0.70247936,0.6859504,0.6942149,0.6735537,0.6487603,0.6570248,0.6694215,0.661157,0.661157,0.6694215,0.6694215,0.6363636,0.6859504,0.6859504,0.6446281,0.70247936,0.6570248,0.6404959,0.6446281,0.58677685,0.57438016,0.57024795,0.57438016,0.5371901,0.59090906,0.6694215,0.5,0.47107437,0.6652893,0.7768595,0.8471074,0.8595041,0.8512397,0.8595041,0.8553719,0.8512397,0.8512397,0.8471074,0.838843,0.8264463,0.8264463,0.8016529,0.79752064,0.76033056,0.74793386,0.7231405,0.7066116,0.6818182,0.6487603,0.6528926,0.6983471,0.6818182,0.6652893,0.6859504,0.7107438,0.7107438,0.71900827,0.73140496,0.71900827,0.7107438,0.73140496,0.71900827,0.7107438,0.71900827,0.7066116,0.677686,0.6735537,0.6735537,0.661157,0.6652893,0.677686,0.677686,0.6694215,0.6735537,0.6652893,0.6487603,0.6818182,0.6983471,0.6859504,0.6694215,0.6983471,0.6280992,0.661157,0.60330576,0.5785124,0.5661157,0.57024795,0.57438016,0.56198347,0.6280992,0.46694216,0.59504133,0.7355372,0.8429752,0.8471074,0.8636364,0.8553719,0.8553719,0.8553719,0.8553719,0.8553719,0.8347107,0.822314,0.8016529,0.822314,0.8181818,0.8016529,0.75619835,0.75619835,0.7644628,0.7231405,0.6983471,0.6983471,0.6942149,0.7066116,0.677686,0.6983471,0.70247936,0.6859504,0.6983471,0.71900827,0.71900827,0.72727275,0.7355372,0.73966944,0.71900827,0.71487606,0.73140496,0.7066116,0.69008267,0.6818182,0.6983471,0.69008267,0.6652893,0.6942149,0.6859504,0.677686,0.6735537,0.677686,0.6198347,0.6570248,0.6735537,0.6942149,0.6818182,0.6859504,0.6487603,0.6528926,0.61570245,0.57024795,0.57024795,0.58677685,0.5785124,0.6735537,0.47933885,0.553719,0.6735537,0.78099173,0.8636364,0.8595041,0.8636364,0.8512397,0.8595041,0.8471074,0.8471074,0.8347107,0.822314,0.8181818,0.7892562,0.78512394,0.8429752,0.8181818,0.71487606,0.73966944,0.78099173,0.74380165,0.7231405,0.71487606,0.71900827,0.7107438,0.6859504,0.70247936,0.71900827,0.661157,0.677686,0.73140496,0.7231405,0.7355372,0.73966944,0.72727275,0.73966944,0.72727275,0.73966944,0.7107438,0.71487606,0.6942149,0.70247936,0.6942149,0.6694215,0.677686,0.677686,0.6652893,0.6570248,0.6694215,0.6280992,0.661157,0.677686,0.6322314,0.7107438,0.677686,0.6652893,0.677686,0.6404959,0.59090906,0.5289256,0.59504133,0.58264464,0.5247934,0.5,0.6404959,0.73140496,0.822314,0.8553719,0.8677686,0.8553719,0.8512397,0.8595041,0.8429752,0.822314,0.8016529,0.7892562,0.79752064,0.8140496,0.7644628,0.79752064,0.8057851,0.7107438,0.72727275,0.75619835,0.74380165,0.72727275,0.7107438,0.70247936,0.7107438,0.6735537,0.69008267,0.7066116,0.6363636,0.677686,0.7355372,0.71900827,0.7107438,0.7231405,0.7066116,0.71487606,0.71900827,0.7231405,0.6983471,0.69008267,0.70247936,0.6735537,0.677686,0.6652893,0.6652893,0.6570248,0.6735537,0.6528926,0.6570248,0.6280992,0.6446281,0.6570248,0.6446281,0.6694215,0.6942149,0.6652893,0.69008267,0.6652893,0.59504133,0.5165289,0.58264464,0.59917355,0.46694216,0.5247934,0.6942149,0.78099173,0.8429752,0.8512397,0.87603307,0.8512397,0.8471074,0.8471074,0.79752064,0.75206614,0.6694215,0.6446281,0.73140496,0.73140496,0.7107438,0.72727275,0.75206614,0.7107438,0.7066116,0.7231405,0.71487606,0.70247936,0.677686,0.6652893,0.6859504,0.661157,0.69008267,0.6942149,0.6570248,0.6694215,0.7107438,0.6859504,0.6859504,0.69008267,0.6942149,0.6694215,0.6652893,0.6735537,0.6652893,0.6570248,0.6652893,0.6528926,0.661157,0.6487603,0.6363636,0.6363636,0.62396693,0.6198347,0.6198347,0.62396693,0.61570245,0.6322314,0.6322314,0.6570248,0.6818182,0.69008267,0.6735537,0.6735537,0.59504133,0.54545456,0.5495868,0.59504133,0.45041323,0.53305787,0.75206614,0.8264463,0.8347107,0.8512397,0.8677686,0.8512397,0.80991733,0.8181818,0.75619835,0.73966944,0.6280992,0.58264464,0.60330576,0.53305787,0.53305787,0.54545456,0.59090906,0.60330576,0.6280992,0.6694215,0.6404959,0.6363636,0.6363636,0.6363636,0.6735537,0.6652893,0.6694215,0.6694215,0.6446281,0.6446281,0.6652893,0.6735537,0.6528926,0.6652893,0.6528926,0.6487603,0.6446281,0.6280992,0.6322314,0.6363636,0.6446281,0.61570245,0.6198347,0.58677685,0.58677685,0.54545456,0.53305787,0.5371901,0.54545456,0.5661157,0.57438016,0.60330576,0.60330576,0.6198347,0.6446281,0.7066116,0.6570248,0.6652893,0.62396693,0.5371901,0.5495868,0.57438016,0.47933885,0.60330576,0.8057851,0.8347107,0.8305785,0.8512397,0.838843,0.8140496,0.8181818,0.80991733,0.7933884,0.78099173,0.6818182,0.6528926,0.59504133,0.553719,0.5289256,0.47107437,0.4214876,0.46280992,0.49586776,0.5247934,0.5165289,0.5413223,0.5371901,0.62396693,0.6652893,0.6694215,0.661157,0.6446281,0.58264464,0.61570245,0.6528926,0.6694215,0.6570248,0.6363636,0.62396693,0.62396693,0.607438,0.61157024,0.59090906,0.58677685,0.55785125,0.5206612,0.49586776,0.446281,0.45041323,0.4090909,0.38842976,0.4214876,0.45041323,0.5,0.54545456,0.5495868,0.5661157,0.57438016,0.59090906,0.6818182,0.661157,0.661157,0.62396693,0.5289256,0.553719,0.57438016,0.46280992,0.677686,0.8305785,0.8471074,0.822314,0.8429752,0.79752064,0.80991733,0.8347107,0.8512397,0.8471074,0.8429752,0.80991733,0.72727275,0.6942149,0.6446281,0.59504133,0.56198347,0.5206612,0.4752066,0.46694216,0.47107437,0.45454547,0.47107437,0.46694216,0.58677685,0.6528926,0.6818182,0.62396693,0.61157024,0.5661157,0.59917355,0.6404959,0.6735537,0.6570248,0.6198347,0.59917355,0.59504133,0.58264464,0.58264464,0.5413223,0.48347107,0.3966942,0.3677686,0.35950413,0.3553719,0.35123968,0.338843,0.37190083,0.44214877,0.5041322,0.57024795,0.5661157,0.5495868,0.57438016,0.5661157,0.61157024,0.61570245,0.6487603,0.6570248,0.6487603,0.5371901,0.5165289,0.59090906,0.47933885,0.74793386,0.8305785,0.8471074,0.8140496,0.8305785,0.77272725,0.8057851,0.8553719,0.88429755,0.8512397,0.8347107,0.76033056,0.6942149,0.6446281,0.6322314,0.59917355,0.58264464,0.60330576,0.5785124,0.54545456,0.5082645,0.4876033,0.46280992,0.4876033,0.553719,0.6487603,0.6694215,0.61157024,0.607438,0.54545456,0.59917355,0.6280992,0.6404959,0.62396693,0.58264464,0.58264464,0.5661157,0.5413223,0.53305787,0.47107437,0.41322315,0.3305785,0.30578512,0.36363637,0.37190083,0.37603307,0.41322315,0.5,0.553719,0.59504133,0.60330576,0.62396693,0.61570245,0.6322314,0.6528926,0.6404959,0.60330576,0.6322314,0.6570248,0.6528926,0.5495868,0.5041322,0.53305787,0.57024795,0.79752064,0.8347107,0.8264463,0.8140496,0.80991733,0.78099173,0.8140496,0.8636364,0.8429752,0.79752064,0.74793386,0.7231405,0.59504133,0.53305787,0.5289256,0.5123967,0.5206612,0.5413223,0.58677685,0.59917355,0.5661157,0.553719,0.5413223,0.553719,0.5661157,0.6363636,0.6652893,0.6280992,0.607438,0.5247934,0.59917355,0.61570245,0.60330576,0.59090906,0.57438016,0.57024795,0.5495868,0.5041322,0.47107437,0.42561984,0.3966942,0.3553719,0.38429752,0.4214876,0.43801653,0.45041323,0.47933885,0.48347107,0.5165289,0.553719,0.5661157,0.59504133,0.6280992,0.6570248,0.73140496,0.6859504,0.6487603,0.61157024,0.6363636,0.6570248,0.553719,0.5123967,0.4752066,0.6983471,0.8181818,0.8305785,0.80991733,0.8057851,0.8057851,0.79752064,0.8057851,0.838843,0.76859504,0.74380165,0.6652893,0.58264464,0.5247934,0.59504133,0.61570245,0.6198347,0.61570245,0.59504133,0.607438,0.6487603,0.61570245,0.57024795,0.56198347,0.58677685,0.61570245,0.6652893,0.6735537,0.6487603,0.6198347,0.57438016,0.60330576,0.62396693,0.6446281,0.5661157,0.55785125,0.553719,0.5413223,0.5041322,0.45454547,0.4338843,0.41322315,0.45041323,0.49586776,0.55785125,0.60330576,0.61157024,0.59504133,0.57438016,0.56198347,0.5371901,0.5,0.5289256,0.57024795,0.6198347,0.6859504,0.70247936,0.6694215,0.607438,0.62396693,0.6487603,0.56198347,0.5206612,0.49586776,0.71487606,0.822314,0.8264463,0.80991733,0.7933884,0.8057851,0.822314,0.8181818,0.8016529,0.6942149,0.6735537,0.607438,0.6322314,0.71900827,0.8016529,0.79752064,0.76033056,0.73966944,0.7066116,0.661157,0.6859504,0.6404959,0.60330576,0.57024795,0.53305787,0.59090906,0.6818182,0.74380165,0.70247936,0.6694215,0.6280992,0.6363636,0.6487603,0.661157,0.57438016,0.54545456,0.57438016,0.5413223,0.5247934,0.44214877,0.40082645,0.49586776,0.58264464,0.6652893,0.6570248,0.6735537,0.6942149,0.6859504,0.6942149,0.677686,0.6528926,0.59917355,0.5413223,0.54545456,0.5661157,0.607438,0.6694215,0.6735537,0.607438,0.607438,0.6446281,0.5661157,0.5123967,0.5289256,0.7768595,0.822314,0.822314,0.80991733,0.7933884,0.8140496,0.8181818,0.80991733,0.7355372,0.76033056,0.677686,0.7768595,0.822314,0.8347107,0.7933884,0.7231405,0.6570248,0.6404959,0.60330576,0.5661157,0.59504133,0.6198347,0.59090906,0.56198347,0.5082645,0.47933885,0.6363636,0.8016529,0.8057851,0.7355372,0.6818182,0.677686,0.70247936,0.6446281,0.59917355,0.59090906,0.6198347,0.5413223,0.38842976,0.3677686,0.53305787,0.607438,0.6363636,0.61157024,0.5371901,0.5785124,0.6322314,0.6818182,0.69008267,0.6818182,0.6942149,0.6983471,0.6735537,0.59090906,0.56198347,0.59504133,0.61157024,0.6446281,0.607438,0.61570245,0.61570245,0.57438016,0.5206612,0.53305787,0.80991733,0.822314,0.8181818,0.8140496,0.7933884,0.8264463,0.8181818,0.8057851,0.7107438,0.8057851,0.7933884,0.8677686,0.88429755,0.76033056,0.6198347,0.5,0.46694216,0.45867768,0.46280992,0.46280992,0.46280992,0.46280992,0.5495868,0.56198347,0.49586776,0.44214877,0.5206612,0.7644628,0.8512397,0.8057851,0.73966944,0.71487606,0.7355372,0.6735537,0.62396693,0.6446281,0.6818182,0.4090909,0.33471075,0.49173555,0.5371901,0.5289256,0.46280992,0.44214877,0.41735536,0.45041323,0.40082645,0.42561984,0.4752066,0.5165289,0.62396693,0.71487606,0.7107438,0.6818182,0.57438016,0.5785124,0.5785124,0.62396693,0.6198347,0.61157024,0.6198347,0.5785124,0.5289256,0.49586776,0.822314,0.8264463,0.8181818,0.79752064,0.7933884,0.8347107,0.8057851,0.79752064,0.73966944,0.8429752,0.8347107,0.8471074,0.8016529,0.4338843,0.37603307,0.23553719,0.21487603,0.41735536,0.12809917,0.2892562,0.41735536,0.42561984,0.45867768,0.5123967,0.5165289,0.4752066,0.47107437,0.7107438,0.8305785,0.8512397,0.7768595,0.73966944,0.74793386,0.6983471,0.6280992,0.7066116,0.607438,0.30578512,0.4214876,0.48347107,0.4338843,0.40082645,0.38429752,0.44214877,0.32231405,0.25619835,0.21487603,0.30991736,0.10743801,0.1983471,0.3305785,0.49586776,0.70247936,0.75206614,0.6280992,0.56198347,0.607438,0.60330576,0.61157024,0.59917355,0.6322314,0.58677685,0.553719,0.49173555,0.8264463,0.838843,0.8140496,0.77272725,0.8016529,0.8264463,0.8264463,0.7892562,0.7892562,0.8471074,0.76033056,0.6446281,0.42561984,0.3140496,0.46694216,0.25619835,0.09917355,0.30578512,0.1983471,0.24793388,0.338843,0.32231405,0.41322315,0.5123967,0.5661157,0.5371901,0.5413223,0.6652893,0.8057851,0.8512397,0.8016529,0.76859504,0.72727275,0.6818182,0.677686,0.7107438,0.5371901,0.4090909,0.46694216,0.47107437,0.4090909,0.38016528,0.30165288,0.3429752,0.21900827,0.20661157,0.27272728,0.14049587,0.18595041,0.1983471,0.28512397,0.23140496,0.38842976,0.6404959,0.6818182,0.59917355,0.60330576,0.6487603,0.61570245,0.59917355,0.6322314,0.59504133,0.553719,0.5165289,0.80991733,0.8429752,0.8181818,0.78099173,0.79752064,0.8181818,0.838843,0.79752064,0.8181818,0.78099173,0.60330576,0.40495867,0.48347107,0.5495868,0.32231405,0.3966942,0.2644628,0.3553719,0.25619835,0.37603307,0.4752066,0.3553719,0.28512397,0.45041323,0.62396693,0.69008267,0.70247936,0.7066116,0.7892562,0.822314,0.8305785,0.75206614,0.677686,0.6652893,0.69008267,0.6818182,0.58264464,0.5123967,0.58677685,0.54545456,0.3553719,0.2892562,0.2644628,0.4214876,0.36363637,0.23966943,0.27272728,0.18181819,0.27272728,0.22727273,0.45454547,0.3181818,0.1983471,0.37603307,0.6528926,0.661157,0.6694215,0.6735537,0.61157024,0.59504133,0.6322314,0.59504133,0.5495868,0.48347107,0.8057851,0.838843,0.822314,0.80991733,0.8016529,0.80991733,0.8429752,0.77272725,0.7892562,0.6322314,0.59917355,0.6942149,0.6818182,0.6322314,0.5165289,0.49586776,0.47107437,0.47933885,0.48347107,0.5165289,0.5289256,0.56198347,0.5082645,0.54545456,0.6570248,0.6942149,0.77272725,0.76033056,0.78512394,0.8016529,0.8140496,0.73140496,0.677686,0.6404959,0.6570248,0.6404959,0.61157024,0.56198347,0.6198347,0.58264464,0.5082645,0.45867768,0.45454547,0.49586776,0.5206612,0.42561984,0.46280992,0.42561984,0.37190083,0.39256197,0.47933885,0.446281,0.44214877,0.37190083,0.48347107,0.6446281,0.6363636,0.6570248,0.6404959,0.607438,0.6280992,0.59504133,0.5247934,0.49586776,0.80991733,0.8305785,0.822314,0.8140496,0.8264463,0.8305785,0.8305785,0.76859504,0.75206614,0.71487606,0.75619835,0.79752064,0.8305785,0.76859504,0.69008267,0.62396693,0.59504133,0.61570245,0.6280992,0.61157024,0.59504133,0.61570245,0.57438016,0.58264464,0.61157024,0.6404959,0.7644628,0.78512394,0.7768595,0.7768595,0.74380165,0.677686,0.6735537,0.61570245,0.6322314,0.61157024,0.6363636,0.57024795,0.57438016,0.58264464,0.56198347,0.55785125,0.5413223,0.55785125,0.57438016,0.5413223,0.58264464,0.5165289,0.42975205,0.5413223,0.59090906,0.607438,0.62396693,0.55785125,0.49586776,0.59504133,0.61570245,0.6735537,0.6570248,0.607438,0.61157024,0.607438,0.4876033,0.5247934,0.8347107,0.822314,0.822314,0.80991733,0.822314,0.8347107,0.8429752,0.78512394,0.8140496,0.8140496,0.8016529,0.7933884,0.8181818,0.77272725,0.77272725,0.74380165,0.6818182,0.6818182,0.6198347,0.58264464,0.5785124,0.59917355,0.58264464,0.5785124,0.61157024,0.7066116,0.78512394,0.7768595,0.77272725,0.76033056,0.77272725,0.6818182,0.6652893,0.59090906,0.62396693,0.61157024,0.6404959,0.6280992,0.58264464,0.56198347,0.54545456,0.55785125,0.54545456,0.553719,0.5247934,0.5413223,0.58264464,0.55785125,0.5371901,0.59917355,0.661157,0.661157,0.6487603,0.6446281,0.6280992,0.6198347,0.607438,0.6694215,0.6570248,0.61570245,0.61157024,0.6198347,0.47933885,0.5082645,0.8553719,0.822314,0.80991733,0.80991733,0.8347107,0.8471074,0.8636364,0.8264463,0.838843,0.8305785,0.822314,0.8016529,0.8264463,0.78512394,0.79752064,0.72727275,0.6859504,0.5785124,0.5289256,0.5661157,0.6280992,0.6735537,0.607438,0.6404959,0.7107438,0.7933884,0.78099173,0.74793386,0.7768595,0.75206614,0.8140496,0.70247936,0.661157,0.61157024,0.62396693,0.61157024,0.61157024,0.6528926,0.6487603,0.61570245,0.54545456,0.55785125,0.5785124,0.60330576,0.553719,0.5,0.5371901,0.553719,0.57438016,0.59090906,0.607438,0.6652893,0.6735537,0.6735537,0.70247936,0.6818182,0.6570248,0.661157,0.677686,0.6404959,0.59504133,0.6280992,0.5123967,0.49586776,0.87603307,0.79752064,0.80991733,0.8140496,0.8347107,0.8347107,0.8512397,0.8471074,0.838843,0.838843,0.822314,0.8264463,0.8057851,0.76859504,0.7066116,0.6859504,0.6652893,0.6652893,0.6694215,0.6942149,0.6694215,0.6446281,0.6487603,0.74380165,0.78512394,0.8264463,0.7768595,0.79752064,0.78512394,0.76033056,0.8305785,0.73140496,0.6694215,0.661157,0.62396693,0.59504133,0.6363636,0.6322314,0.6487603,0.6652893,0.61157024,0.58264464,0.56198347,0.60330576,0.607438,0.62396693,0.5661157,0.553719,0.59090906,0.6280992,0.6404959,0.6652893,0.6694215,0.6942149,0.677686,0.6818182,0.6983471,0.6942149,0.7066116,0.6528926,0.59090906,0.6322314,0.5247934,0.5082645,0.8636364,0.78512394,0.8140496,0.80991733,0.8305785,0.8347107,0.8553719,0.8512397,0.838843,0.79752064,0.8181818,0.80991733,0.7892562,0.78099173,0.7644628,0.75206614,0.7231405,0.71487606,0.6735537,0.661157,0.6528926,0.7107438,0.73140496,0.8057851,0.8181818,0.8140496,0.8016529,0.8140496,0.7892562,0.75619835,0.79752064,0.7644628,0.6942149,0.6570248,0.62396693,0.59504133,0.6487603,0.6487603,0.6404959,0.6735537,0.6652893,0.6363636,0.5785124,0.5785124,0.58264464,0.607438,0.61157024,0.61157024,0.607438,0.61570245,0.6198347,0.6322314,0.6446281,0.6735537,0.661157,0.69008267,0.70247936,0.6983471,0.71487606,0.6694215,0.58677685,0.6322314,0.53305787,0.42561984,0.8636364,0.7933884,0.79752064,0.8347107,0.822314,0.838843,0.8553719,0.8595041,0.8264463,0.8140496,0.8140496,0.79752064,0.7644628,0.79752064,0.7768595,0.74380165,0.72727275,0.6983471,0.69008267,0.6983471,0.71900827,0.7644628,0.74380165,0.8347107,0.8181818,0.8057851,0.8264463,0.8057851,0.78512394,0.74793386,0.8057851,0.77272725,0.7231405,0.62396693,0.607438,0.607438,0.6363636,0.6859504,0.6652893,0.6859504,0.6652893,0.6694215,0.661157,0.6322314,0.58677685,0.59090906,0.61570245,0.60330576,0.6280992,0.6280992,0.6446281,0.6363636,0.6322314,0.6735537,0.6322314,0.6735537,0.71487606,0.71487606,0.7231405,0.6694215,0.58264464,0.6280992,0.5206612,0.33471075,0.8512397,0.78512394,0.7933884,0.80991733,0.8181818,0.838843,0.8471074,0.8471074,0.8471074,0.822314,0.822314,0.7933884,0.8181818,0.78099173,0.77272725,0.76859504,0.73966944,0.73140496,0.7231405,0.7231405,0.73966944,0.7355372,0.77272725,0.838843,0.8140496,0.8140496,0.8181818,0.8140496,0.76859504,0.76859504,0.8140496,0.7644628,0.72727275,0.6404959,0.59917355,0.61570245,0.6198347,0.6859504,0.6818182,0.6652893,0.6570248,0.6570248,0.6859504,0.6694215,0.6652893,0.677686,0.6570248,0.6404959,0.62396693,0.6363636,0.6404959,0.6404959,0.6487603,0.6694215,0.6735537,0.6818182,0.7066116,0.7066116,0.73140496,0.6570248,0.58677685,0.62396693,0.45454547,0.2231405,0.7933884,0.7892562,0.78099173,0.8016529,0.8181818,0.822314,0.8305785,0.8429752,0.8553719,0.8347107,0.8429752,0.838843,0.8181818,0.7644628,0.7644628,0.76033056,0.74380165,0.7231405,0.7107438,0.7231405,0.74793386,0.73966944,0.77272725,0.8305785,0.8140496,0.8140496,0.8057851,0.7933884,0.75206614,0.79752064,0.78099173,0.73966944,0.7107438,0.6446281,0.61157024,0.607438,0.59917355,0.6652893,0.6859504,0.677686,0.6528926,0.6528926,0.6859504,0.677686,0.6652893,0.6652893,0.6735537,0.6735537,0.607438,0.661157,0.6487603,0.6487603,0.6280992,0.6735537,0.6363636,0.7231405,0.70247936,0.73966944,0.7231405,0.6363636,0.58677685,0.6280992,0.3677686,0.23966943,0.78099173,0.77272725,0.7768595,0.79752064,0.80991733,0.8140496,0.8305785,0.8347107,0.8429752,0.8429752,0.8636364,0.8553719,0.79752064,0.7933884,0.7644628,0.72727275,0.73966944,0.7355372,0.7066116,0.7355372,0.73966944,0.73140496,0.7644628,0.79752064,0.7644628,0.77272725,0.78512394,0.77272725,0.75619835,0.8429752,0.75619835,0.7066116,0.72727275,0.6404959,0.61570245,0.62396693,0.5785124,0.6322314,0.6322314,0.59917355,0.6528926,0.6363636,0.6528926,0.6859504,0.661157,0.677686,0.6570248,0.6446281,0.6446281,0.661157,0.6528926,0.6404959,0.661157,0.69008267,0.6818182,0.7107438,0.72727275,0.74793386,0.72727275,0.61157024,0.57024795,0.61157024,0.45454547,0.28099173,0.74380165,0.7644628,0.7644628,0.7892562,0.8057851,0.80991733,0.8016529,0.8305785,0.8429752,0.8512397,0.8553719,0.838843,0.8057851,0.80991733,0.7768595,0.74380165,0.72727275,0.74793386,0.7066116,0.73140496,0.71487606,0.70247936,0.70247936,0.6652893,0.6652893,0.7768595,0.78099173,0.73966944,0.8057851,0.838843,0.69008267,0.6694215,0.6694215,0.6404959,0.57438016,0.6487603,0.6404959,0.607438,0.6198347,0.39256197,0.55785125,0.59917355,0.62396693,0.677686,0.6859504,0.6735537,0.6528926,0.6404959,0.661157,0.6363636,0.6363636,0.62396693,0.661157,0.69008267,0.69008267,0.7107438,0.7355372,0.75206614,0.7107438,0.60330576,0.57024795,0.6198347,0.4752066,0.29338843,0.74793386,0.73140496,0.74380165,0.78099173,0.79752064,0.79752064,0.79752064,0.80991733,0.8347107,0.8429752,0.8429752,0.822314,0.8181818,0.8305785,0.7768595,0.7644628,0.73140496,0.72727275,0.71487606,0.70247936,0.6859504,0.6363636,0.61157024,0.54545456,0.7107438,0.822314,0.7768595,0.71487606,0.80991733,0.7768595,0.6446281,0.607438,0.59504133,0.5785124,0.5661157,0.6570248,0.7231405,0.607438,0.6528926,0.45454547,0.42975205,0.54545456,0.58264464,0.6446281,0.677686,0.6570248,0.6487603,0.6487603,0.6487603,0.6404959,0.6404959,0.6280992,0.6570248,0.6818182,0.70247936,0.7231405,0.75206614,0.7355372,0.69008267,0.59090906,0.5371901,0.6198347,0.3305785,0.40082645,0.72727275,0.7231405,0.72727275,0.76033056,0.8016529,0.79752064,0.78512394,0.8140496,0.822314,0.8140496,0.822314,0.838843,0.8181818,0.8181818,0.78512394,0.75206614,0.71900827,0.70247936,0.69008267,0.6487603,0.61570245,0.553719,0.54545456,0.49586776,0.80991733,0.8057851,0.7107438,0.6570248,0.661157,0.661157,0.607438,0.5289256,0.5123967,0.5247934,0.5495868,0.61157024,0.6280992,0.553719,0.6570248,0.6528926,0.37603307,0.4876033,0.5413223,0.58264464,0.6322314,0.661157,0.6363636,0.6322314,0.6570248,0.6198347,0.6528926,0.6570248,0.661157,0.677686,0.7231405,0.73140496,0.75619835,0.7066116,0.6694215,0.57024795,0.5661157,0.5,0.26859504,0.48347107,0.3553719,0.7355372,0.73966944,0.73140496,0.7933884,0.7892562,0.7768595,0.8016529,0.8057851,0.8181818,0.8264463,0.8264463,0.8057851,0.78512394,0.76033056,0.71487606,0.7066116,0.6528926,0.6322314,0.59917355,0.553719,0.5247934,0.48347107,0.5289256,0.78099173,0.6363636,0.5165289,0.49173555,0.57438016,0.60330576,0.56198347,0.45454547,0.44214877,0.45041323,0.46280992,0.5247934,0.45454547,0.42975205,0.5206612,0.6652893,0.3966942,0.41735536,0.47933885,0.5371901,0.57024795,0.59917355,0.56198347,0.58264464,0.6198347,0.59917355,0.6446281,0.6570248,0.69008267,0.6983471,0.72727275,0.73966944,0.7066116,0.6652893,0.6322314,0.58264464,0.59504133,0.30165288,0.33471075,0.5082645,0.49586776,0.6363636,0.72727275,0.7231405,0.7644628,0.78099173,0.7768595,0.76859504,0.78099173,0.8057851,0.8181818,0.79752064,0.78099173,0.76033056,0.72727275,0.6818182,0.6735537,0.61157024,0.57438016,0.5247934,0.49173555,0.48347107,0.45454547,0.55785125,0.7107438,0.5206612,0.26859504,0.2231405,0.41735536,0.60330576,0.4752066,0.35950413,0.35950413,0.3264463,0.40495867,0.46280992,0.19421488,0.17768595,0.38016528,0.5289256,0.40082645,0.3677686,0.41322315,0.47933885,0.5165289,0.553719,0.5371901,0.5495868,0.58264464,0.5785124,0.6198347,0.677686,0.69008267,0.7107438,0.7107438,0.70247936,0.6694215,0.6404959,0.61570245,0.57438016,0.49586776,0.37603307,0.4338843,0.38429752,0.677686,0.5206612,0.7107438,0.74380165,0.7355372,0.7644628,0.76859504,0.76859504,0.76859504,0.7933884,0.7933884,0.76033056,0.77272725,0.72727275,0.70247936,0.6528926,0.61570245,0.58677685,0.5165289,0.47933885,0.45867768,0.41322315,0.45454547,0.59504133,0.6983471,0.607438,0.3966942,0.4752066,0.57438016,0.61157024,0.553719,0.3429752,0.29752067,0.36363637,0.43801653,0.46280992,0.21900827,0.1983471,0.34710744,0.3264463,0.43801653,0.37190083,0.3181818,0.4214876,0.4752066,0.49173555,0.5082645,0.53305787,0.5413223,0.553719,0.57438016,0.6363636,0.6983471,0.6983471,0.6859504,0.6528926,0.6446281,0.6198347,0.59504133,0.553719,0.5206612,0.47933885,0.4214876,0.4214876,0.5371901,0.5371901,0.7066116,0.75619835,0.72727275,0.75206614,0.75206614,0.77272725,0.7644628,0.75619835,0.76859504,0.74380165,0.7355372,0.6942149,0.6735537,0.61570245,0.553719,0.5206612,0.46280992,0.44214877,0.40495867,0.4090909,0.5289256,0.6363636,0.69008267,0.6818182,0.607438,0.54545456,0.58677685,0.60330576,0.5289256,0.3966942,0.338843,0.37603307,0.41735536,0.42561984,0.3677686,0.3677686,0.2644628,0.32231405,0.446281,0.446281,0.35950413,0.32231405,0.42561984,0.46694216,0.47933885,0.49173555,0.5041322,0.5165289,0.54545456,0.58677685,0.6404959,0.6652893,0.6446281,0.62396693,0.60330576,0.59504133,0.57024795,0.5371901,0.48347107,0.42561984,0.46694216,0.5041322,0.5123967,0.53305787,0.6652893,0.76859504,0.7231405,0.73966944,0.74793386,0.75619835,0.75206614,0.73140496,0.72727275,0.73140496,0.7231405,0.6570248,0.6280992,0.59504133,0.5289256,0.47107437,0.446281,0.41322315,0.41322315,0.5,0.6404959,0.661157,0.69008267,0.6859504,0.6818182,0.6363636,0.6322314,0.5785124,0.38016528,0.23966943,0.2768595,0.2520661,0.35950413,0.41322315,0.45867768,0.45454547,0.36363637,0.4090909,0.45867768,0.49173555,0.48347107,0.3264463,0.35950413,0.4338843,0.43801653,0.46694216,0.46280992,0.48347107,0.5206612,0.553719,0.57438016,0.62396693,0.61157024,0.60330576,0.59504133,0.58264464,0.55785125,0.53305787,0.42561984,0.44214877,0.56198347,0.5206612,0.57024795,0.553719,0.6446281,0.74380165,0.73140496,0.72727275,0.74793386,0.74793386,0.74793386,0.71900827,0.69008267,0.7066116,0.6818182,0.62396693,0.57438016,0.55785125,0.47933885,0.43801653,0.41735536,0.40495867,0.47933885,0.6404959,0.74380165,0.72727275,0.6942149,0.6735537,0.6487603,0.6322314,0.61157024,0.53305787,0.33471075,0.2107438,0.26859504,0.21487603,0.3429752,0.44214877,0.4876033,0.5371901,0.5247934,0.49173555,0.47107437,0.5,0.5,0.43801653,0.32231405,0.3553719,0.40082645,0.42561984,0.42561984,0.45867768,0.49173555,0.5082645,0.5413223,0.58677685,0.59090906,0.59090906,0.58264464,0.5661157,0.54545456,0.5206612,0.41735536,0.5041322,0.60330576,0.22727273,0.5785124,0.6198347,0.6528926,0.7066116,0.73966944,0.7066116,0.74380165,0.72727275,0.73140496,0.6983471,0.69008267,0.677686,0.6446281,0.61157024,0.553719,0.5041322,0.4338843,0.4090909,0.40082645,0.46694216,0.6280992,0.72727275,0.7768595,0.73140496,0.7107438,0.677686,0.61570245,0.6404959,0.57438016,0.5247934,0.38842976,0.26859504,0.36363637,0.34710744,0.4214876,0.5082645,0.5661157,0.5413223,0.5661157,0.5413223,0.5289256,0.5041322,0.48347107,0.47933885,0.3966942,0.3140496,0.3429752,0.37190083,0.40495867,0.42561984,0.45041323,0.5,0.5165289,0.553719,0.5661157,0.5785124,0.56198347,0.553719,0.54545456,0.5,0.49586776,0.58677685,0.36363637,0.049586777,0.59504133,0.6652893,0.5785124,0.61570245,0.75206614,0.6983471,0.73140496,0.72727275,0.7231405,0.6983471,0.69008267,0.661157,0.6694215,0.60330576,0.5082645,0.41735536,0.44214877,0.35950413,0.38016528,0.59504133,0.7231405,0.74380165,0.74793386,0.7355372,0.7231405,0.6983471,0.6446281,0.6280992,0.59917355,0.5165289,0.46694216,0.4214876,0.4752066,0.46694216,0.5041322,0.5413223,0.57024795,0.5495868,0.56198347,0.56198347,0.58264464,0.56198347,0.4876033,0.47933885,0.46280992,0.36363637,0.32231405,0.34710744,0.37190083,0.3966942,0.43801653,0.46694216,0.5041322,0.5413223,0.5413223,0.57024795,0.5661157,0.553719,0.5371901,0.49586776,0.57438016,0.48347107,0.13636364,0.0661157,0.49586776,0.57024795,0.3140496,0.40082645,0.78512394,0.71900827,0.7066116,0.74380165,0.6942149,0.71900827,0.6818182,0.677686,0.677686,0.58264464,0.47107437,0.446281,0.45041323,0.3966942,0.60330576,0.6528926,0.7107438,0.73966944,0.7644628,0.76033056,0.76033056,0.60330576,0.5371901,0.5206612,0.49173555,0.446281,0.4338843,0.4876033,0.4752066,0.41322315,0.4090909,0.45041323,0.46694216,0.5,0.56198347,0.57024795,0.58264464,0.59917355,0.57024795,0.4752066,0.4876033,0.44214877,0.3553719,0.338843,0.35123968,0.39256197,0.42561984,0.47107437,0.5,0.53305787,0.49586776,0.57024795,0.57024795,0.5371901,0.54545456,0.49586776,0.47933885,0.1446281,0.08677686,0.1446281,0.11570248,0.16115703,0.07024793,0.17355372,0.76859504,0.7355372,0.7231405,0.75206614,0.6942149,0.6942149,0.69008267,0.6942149,0.661157,0.5495868,0.49586776,0.53305787,0.44214877,0.5495868,0.6487603,0.61157024,0.6983471,0.661157,0.59917355,0.53305787,0.47107437,0.42561984,0.4090909,0.37603307,0.3966942,0.40082645,0.35950413,0.4090909,0.38429752,0.3553719,0.33471075,0.3305785,0.3553719,0.3553719,0.40082645,0.44214877,0.53305787,0.56198347,0.6446281,0.5247934,0.43801653,0.53305787,0.39256197,0.40082645,0.3677686,0.42561984,0.46280992,0.5,0.5206612,0.5371901,0.5247934,0.54545456,0.553719,0.553719,0.5289256,0.25619835,0.19008264,0.09917355,0.13636364,0.23140496,0.15289256,0.09090909,0.05785124,0.09090909,0.69008267,0.72727275,0.73140496,0.74793386,0.70247936,0.70247936,0.70247936,0.71900827,0.6570248,0.57024795,0.5785124,0.553719,0.47107437,0.62396693,0.5206612,0.5785124,0.5785124,0.41322315,0.40495867,0.37603307,0.27272728,0.27272728,0.28099173,0.2107438,0.3305785,0.38429752,0.2892562,0.33471075,0.30991736,0.2892562,0.30991736,0.21900827,0.26859504,0.23966943,0.2603306,0.30165288,0.34710744,0.34710744,0.46694216,0.5082645,0.40082645,0.49586776,0.45041323,0.45454547,0.45041323,0.4338843,0.48347107,0.5082645,0.53305787,0.5123967,0.5371901,0.5413223,0.5495868,0.54545456,0.49586776,0.17768595,0.1694215,0.10330579,0.18181819,0.2892562,0.2768595,0.14049587,0.11983471,0.037190083,0.553719,0.7355372,0.7231405,0.73966944,0.661157,0.7107438,0.70247936,0.7355372,0.6570248,0.59917355,0.6363636,0.57438016,0.5082645,0.59917355,0.4090909,0.41735536,0.27272728,0.21487603,0.30165288,0.25619835,0.17355372,0.3677686,0.38842976,0.20661157,0.58264464,0.5289256,0.3429752,0.23553719,0.338843,0.3181818,0.47107437,0.26859504,0.23553719,0.2892562,0.19008264,0.22727273,0.23553719,0.2603306,0.19421488,0.29338843,0.36363637,0.4752066,0.44214877,0.49173555,0.49173555,0.45041323,0.48347107,0.5,0.5371901,0.5123967,0.5371901,0.5495868,0.5495868,0.5661157,0.45041323,0.1694215,0.15289256,0.14049587,0.1983471,0.30991736,0.37603307,0.30165288,0.2603306,0.08264463,0.37603307,0.72727275,0.72727275,0.71487606,0.6859504,0.7231405,0.69008267,0.71900827,0.6652893,0.6322314,0.6446281,0.58677685,0.49586776,0.49173555,0.41735536,0.29752067,0.20247933,0.1570248,0.08264463,0.35950413,0.32231405,0.48347107,0.5371901,0.30165288,0.661157,0.60330576,0.5206612,0.41735536,0.607438,0.5247934,0.53305787,0.45867768,0.5,0.6404959,0.30165288,0.43801653,0.09090909,0.0785124,0.11570248,0.23140496,0.36363637,0.4338843,0.42561984,0.49586776,0.49586776,0.49173555,0.49173555,0.5082645,0.53305787,0.5247934,0.553719,0.54545456,0.54545456,0.59504133,0.38016528,0.17768595,0.18181819,0.17355372,0.27272728,0.41735536,0.44214877,0.4214876,0.3677686,0.32231405,0.29338843,0.6735537,0.71900827,0.71487606,0.7107438,0.7107438,0.69008267,0.6818182,0.6363636,0.6694215,0.6446281,0.58264464,0.5041322,0.43801653,0.5,0.57438016,0.48347107,0.41322315,0.2644628,0.30578512,0.3140496,0.3677686,0.6363636,0.2644628,0.6818182,0.6363636,0.5661157,0.5413223,0.6735537,0.60330576,0.54545456,0.48347107,0.55785125,0.5661157,0.26859504,0.3181818,0.11983471,0.27272728,0.38429752,0.42975205,0.4214876,0.4338843,0.45041323,0.49586776,0.5,0.5041322,0.5082645,0.49586776,0.53305787,0.5247934,0.54545456,0.553719,0.5413223,0.58677685,0.29752067,0.17355372,0.21487603,0.22727273,0.3429752,0.4214876,0.4752066,0.46694216,0.45041323,0.46694216,0.37603307,0.58264464,0.69008267,0.74380165,0.7355372,0.70247936,0.6942149,0.661157,0.61157024,0.6735537,0.6487603,0.57438016,0.48347107,0.45454547,0.6446281,0.6983471,0.677686,0.5785124,0.60330576,0.5082645,0.38016528,0.3305785,0.5785124,0.21900827,0.59504133,0.59917355,0.607438,0.47933885,0.61570245,0.5785124,0.5247934,0.42561984,0.23966943,0.30165288,0.23140496,0.3305785,0.45041323,0.5082645,0.5247934,0.46280992,0.43801653,0.43801653,0.49173555,0.49173555,0.5082645,0.49586776,0.5123967,0.47933885,0.5247934,0.5165289,0.5661157,0.5495868,0.5413223,0.5495868,0.18595041,0.18595041,0.2107438,0.26859504,0.37190083,0.34710744,0.4090909,0.45454547,0.42975205,0.3966942,0.41735536,0.47107437,0.6694215,0.74380165,0.73966944,0.6694215,0.6694215,0.6694215,0.6322314,0.6528926,0.6363636,0.5785124,0.47107437,0.5082645,0.74380165,0.7355372,0.6694215,0.6528926,0.6198347,0.6694215,0.6404959,0.6528926,0.59917355,0.5,0.4752066,0.4338843,0.39256197,0.35123968,0.34710744,0.3677686,0.39256197,0.4214876,0.4214876,0.40495867,0.47933885,0.4876033,0.5,0.5123967,0.5206612,0.5206612,0.4338843,0.446281,0.5,0.46694216,0.49173555,0.5,0.5165289,0.47107437,0.5371901,0.5206612,0.5495868,0.5371901,0.56198347,0.30578512,0.1570248,0.18181819,0.22727273,0.3305785,0.3305785,0.35950413,0.24793388,0.28512397,0.3429752,0.18181819,0.25619835,0.29338843,0.57024795,0.7355372,0.7644628,0.6198347,0.6694215,0.6652893,0.6198347,0.6446281,0.6280992,0.55785125,0.47107437,0.57024795,0.74380165,0.71487606,0.70247936,0.6694215,0.6280992,0.6404959,0.6198347,0.6528926,0.6322314,0.607438,0.54545456,0.5495868,0.5371901,0.5,0.5206612,0.5661157,0.46280992,0.47107437,0.48347107,0.39256197,0.5,0.49586776,0.5,0.5413223,0.55785125,0.54545456,0.46280992,0.45454547,0.47107437,0.47107437,0.5,0.5082645,0.5165289,0.49173555,0.5247934,0.5247934,0.54545456,0.54545456,0.48347107,0.16528925,0.18595041,0.19421488,0.30165288,0.3429752,0.34710744,0.38842976,0.1446281,0.16528925,0.1694215,0.19421488,0.12396694,0.22727273,0.45041323,0.7107438,0.6942149,0.6322314,0.6652893,0.6446281,0.56198347,0.62396693,0.61570245,0.553719,0.5247934,0.6198347,0.71900827,0.6983471,0.69008267,0.7066116,0.62396693,0.59504133,0.59917355,0.58677685,0.5247934,0.46694216,0.42975205,0.40082645,0.35950413,0.35123968,0.3429752,0.3553719,0.35123968,0.40082645,0.42975205,0.45867768,0.4876033,0.5,0.5206612,0.55785125,0.57024795,0.56198347,0.47933885,0.47933885,0.45867768,0.5,0.44214877,0.5289256,0.5123967,0.49586776,0.5206612,0.5206612,0.5289256,0.5289256,0.29752067,0.20247933,0.16528925,0.24380165,0.34710744,0.37603307,0.37190083,0.3553719,0.14876033,0.1570248,0.15289256,0.13636364,0.12809917,0.28512397,0.5661157,0.6528926,0.677686,0.6487603,0.6487603,0.6570248,0.59504133,0.59504133,0.607438,0.55785125,0.55785125,0.62396693,0.6983471,0.69008267,0.6652893,0.6735537,0.6570248,0.62396693,0.58677685,0.57024795,0.46694216,0.4338843,0.40495867,0.36363637,0.3966942,0.3677686,0.338843,0.3429752,0.3553719,0.39256197,0.4090909,0.45454547,0.4752066,0.5247934,0.5371901,0.5289256,0.5661157,0.5495868,0.5041322,0.45454547,0.46280992,0.4752066,0.45454547,0.5041322,0.5041322,0.5247934,0.5165289,0.5206612,0.54545456,0.45454547,0.18595041,0.1983471,0.23553719,0.29338843,0.338843,0.35123968,0.34710744,0.35950413,0.14876033,0.16115703,0.1570248,0.1446281,0.11983471,0.2892562,0.6528926,0.661157,0.6818182,0.6487603,0.6404959,0.6570248,0.61570245,0.58264464,0.59504133,0.58264464,0.59504133,0.6322314,0.6818182,0.661157,0.6363636,0.661157,0.6487603,0.61157024,0.59090906,0.5413223,0.4876033,0.42561984,0.37603307,0.34710744,0.38016528,0.34710744,0.33471075,0.33471075,0.36363637,0.39256197,0.42561984,0.45041323,0.4752066,0.5247934,0.5206612,0.5247934,0.53305787,0.553719,0.5289256,0.47933885,0.47107437,0.4752066,0.46694216,0.4876033,0.5082645,0.5206612,0.5123967,0.5289256,0.5413223,0.27272728,0.14876033,0.19421488,0.24793388,0.28512397,0.32231405,0.3181818,0.36363637,0.3677686,0.14049587,0.15289256,0.14876033,0.14876033,0.11983471,0.25619835,0.661157,0.6983471,0.6528926,0.6528926,0.6446281,0.6446281,0.6570248,0.55785125,0.59504133,0.61570245,0.6280992,0.6694215,0.69008267,0.6404959,0.6528926,0.6652893,0.6280992,0.58677685,0.5495868,0.5165289,0.45041323,0.4090909,0.38429752,0.34710744,0.38429752,0.34710744,0.338843,0.3553719,0.3429752,0.37190083,0.42561984,0.446281,0.4752066,0.5041322,0.5082645,0.5247934,0.5247934,0.5289256,0.5371901,0.5165289,0.47933885,0.46280992,0.48347107,0.48347107,0.5165289,0.5,0.5206612,0.57024795,0.38842976,0.10330579,0.14049587,0.17355372,0.23553719,0.27272728,0.24793388,0.338843,0.338843,0.20247933,0.1446281,0.14876033,0.1570248,0.1446281,0.11983471,0.20247933,0.6694215,0.6942149,0.6280992,0.6528926,0.61570245,0.6322314,0.6322314,0.57024795,0.59917355,0.6280992,0.6528926,0.661157,0.6735537,0.6694215,0.6322314,0.6363636,0.59917355,0.57024795,0.5371901,0.5041322,0.46280992,0.4338843,0.38016528,0.38429752,0.39256197,0.38429752,0.38016528,0.37190083,0.38016528,0.38429752,0.43801653,0.45867768,0.49173555,0.5,0.5041322,0.5247934,0.5413223,0.5041322,0.53305787,0.5165289,0.49173555,0.47933885,0.46280992,0.48347107,0.5123967,0.48347107,0.53305787,0.5165289,0.0785124,0.08264463,0.11157025,0.14049587,0.16528925,0.2231405,0.2892562,0.21900827,0.16528925,0.1983471,0.16528925,0.14876033,0.14876033,0.1446281,0.12809917,0.14049587,0.69008267,0.6818182,0.71487606,0.58264464,0.58264464,0.59090906,0.6198347,0.59504133,0.61157024,0.6404959,0.6404959,0.6322314,0.6735537,0.661157,0.6528926,0.6446281,0.61157024,0.59504133,0.5413223,0.5371901,0.5123967,0.49586776,0.48347107,0.47933885,0.446281,0.46694216,0.45454547,0.43801653,0.42975205,0.446281,0.446281,0.46694216,0.49586776,0.5,0.5206612,0.53305787,0.5413223,0.5206612,0.54545456,0.5082645,0.5,0.47933885,0.47107437,0.5041322,0.5165289,0.5041322,0.5289256,0.2768595,0.07438017,0.10330579,0.10330579,0.11983471,0.12396694,0.1570248,0.18181819,0.1446281,0.11570248,0.20247933,0.14876033,0.14049587,0.14049587,0.1322314,0.14049587,0.08677686,0.6735537,0.6818182,0.71900827,0.6818182,0.5413223,0.54545456,0.57438016,0.5785124,0.607438,0.6363636,0.6280992,0.6446281,0.6570248,0.661157,0.6735537,0.6570248,0.6322314,0.61570245,0.58677685,0.59090906,0.59090906,0.59090906,0.57024795,0.5661157,0.57024795,0.553719,0.553719,0.48347107,0.47933885,0.5041322,0.5082645,0.49586776,0.5123967,0.5165289,0.5206612,0.5206612,0.5413223,0.53305787,0.53305787,0.49586776,0.5041322,0.47107437,0.5041322,0.5041322,0.5041322,0.5206612,0.42975205,0.09504132,0.11983471,0.11570248,0.10330579,0.10330579,0.10743801,0.10743801,0.1446281,0.10330579,0.14876033,0.20661157,0.15289256,0.1446281,0.14049587,0.1446281,0.14049587,0.0661157,0.61157024,0.661157,0.6735537,0.7107438,0.6652893,0.5082645,0.45867768,0.5371901,0.57438016,0.61157024,0.59917355,0.6322314,0.6404959,0.677686,0.661157,0.6694215,0.661157,0.61570245,0.6363636,0.6280992,0.61157024,0.5785124,0.58264464,0.5495868,0.5371901,0.5082645,0.49586776,0.47933885,0.48347107,0.5,0.5,0.5206612,0.5289256,0.5206612,0.5165289,0.5041322,0.55785125,0.5123967,0.5247934,0.49173555,0.47933885,0.46694216,0.48347107,0.47933885,0.46694216,0.5495868,0.3429752,0.0785124,0.11157025,0.11570248,0.09917355,0.10743801,0.09917355,0.11157025,0.11983471,0.1322314,0.1446281,0.11983471,0.16115703,0.1446281,0.1446281,0.14876033,0.14876033,0.05785124,0.5206612,0.661157,0.6570248,0.6942149,0.71487606,0.6487603,0.44214877,0.4338843,0.5165289,0.57024795,0.57024795,0.61157024,0.6363636,0.6570248,0.661157,0.6487603,0.6487603,0.6198347,0.6446281,0.61570245,0.61157024,0.59917355,0.57438016,0.53305787,0.53305787,0.5289256,0.5123967,0.5082645,0.47933885,0.48347107,0.49586776,0.5206612,0.53305787,0.53305787,0.5082645,0.5041322,0.5247934,0.5123967,0.5041322,0.49173555,0.45454547,0.446281,0.446281,0.44214877,0.46694216,0.58264464,0.23966943,0.08264463,0.11157025,0.11570248,0.10330579,0.09917355,0.10743801,0.10743801,0.11570248,0.1322314,0.12396694,0.10743801,0.11983471,0.16115703,0.1446281,0.14049587,0.16115703,0.08677686,0.3966942,0.6652893,0.6446281,0.677686,0.6859504,0.677686,0.6652893,0.46280992,0.47107437,0.5,0.59090906,0.59917355,0.62396693,0.6363636,0.6280992,0.62396693,0.62396693,0.62396693,0.61157024,0.6198347,0.60330576,0.57024795,0.5413223,0.5206612,0.5371901,0.5247934,0.5041322,0.47107437,0.46280992,0.46694216,0.5,0.48347107,0.5082645,0.5165289,0.49586776,0.5123967,0.48347107,0.5123967,0.4876033,0.45041323,0.45867768,0.41322315,0.40082645,0.4338843,0.48347107,0.58264464,0.11570248,0.09090909,0.11983471,0.11157025,0.11157025,0.09917355,0.11157025,0.10330579,0.13636364,0.10743801,0.11570248,0.10743801,0.15289256,0.13636364,0.1446281,0.1446281,0.15289256,0.08264463,0.2603306,0.6528926,0.6280992,0.6322314,0.6487603,0.6528926,0.6322314,0.57024795,0.5,0.5247934,0.553719,0.57024795,0.56198347,0.61157024,0.59917355,0.607438,0.58677685,0.58677685,0.55785125,0.5495868,0.5495868,0.5123967,0.49586776,0.47933885,0.47933885,0.446281,0.42975205,0.42975205,0.44214877,0.446281,0.47107437,0.4752066,0.48347107,0.4876033,0.49173555,0.49586776,0.48347107,0.47107437,0.43801653,0.45041323,0.44214877,0.3966942,0.45454547,0.48347107,0.5165289,0.4752066,0.0785124,0.09917355,0.11157025,0.11157025,0.11157025,0.10743801,0.10743801,0.10330579,0.10330579,0.11157025,0.11157025,0.10330579,0.1570248,0.13636364,0.15289256,0.15289256,0.1570248,0.09090909,0.3264463,0.62396693,0.6570248,0.61157024,0.6487603,0.6404959,0.6280992,0.59090906,0.54545456,0.5123967,0.5289256,0.5123967,0.5082645,0.55785125,0.57438016,0.57438016,0.55785125,0.54545456,0.5123967,0.49173555,0.47107437,0.48347107,0.43801653,0.4338843,0.41735536,0.40082645,0.40495867,0.38842976,0.4090909,0.41735536,0.43801653,0.45041323,0.46694216,0.46694216,0.47933885,0.47107437,0.45867768,0.43801653,0.42561984,0.43801653,0.39256197,0.4090909,0.48347107,0.47107437,0.553719,0.30991736,0.049586777,0.11157025,0.09917355,0.11157025,0.11157025,0.10743801,0.11157025,0.10743801,0.11157025,0.10743801,0.11570248,0.10330579,0.17355372,0.1322314,0.14049587,0.1570248,0.1446281,0.0785124,0.45454547,0.59504133,0.6363636,0.6528926,0.6363636,0.6446281,0.6487603,0.60330576,0.57438016,0.5123967,0.4876033,0.49586776,0.5165289,0.48347107,0.5247934,0.5371901,0.5206612,0.5,0.45454547,0.44214877,0.4214876,0.45454547,0.3966942,0.3966942,0.3553719,0.35950413,0.34710744,0.35123968,0.3677686,0.36363637,0.40495867,0.4090909,0.4214876,0.45867768,0.43801653,0.45041323,0.41322315,0.42561984,0.4338843,0.42975205,0.3553719,0.42975205,0.45867768,0.46694216,0.5661157,0.08677686,0.07024793,0.11570248,0.10330579,0.10743801,0.09504132,0.13636364,0.10330579,0.10330579,0.12809917,0.11157025,0.10330579,0.1322314,0.16115703,0.14876033,0.1446281,0.14876033,0.15289256,0.0661157,0.5495868,0.59504133,0.58677685,0.661157,0.6570248,0.6528926,0.6487603,0.61570245,0.59504133,0.53305787,0.4876033,0.5123967,0.5165289,0.4876033,0.47107437,0.48347107,0.4876033,0.46280992,0.41322315,0.38016528,0.37190083,0.38842976,0.35950413,0.3553719,0.338843,0.30991736,0.3140496,0.37603307,0.3553719,0.3429752,0.37190083,0.37603307,0.40495867,0.42975205,0.4214876,0.40495867,0.42561984,0.41735536,0.39256197,0.3305785,0.3966942,0.44214877,0.45867768,0.47933885,0.5123967,0.06198347,0.09504132,0.11157025,0.09917355,0.10743801,0.10743801,0.10743801,0.11157025,0.11570248,0.11983471,0.11157025,0.11157025,0.11570248,0.16115703,0.15289256,0.14876033,0.15289256,0.1322314,0.12396694,0.607438,0.59504133,0.5785124,0.6363636,0.6487603,0.6404959,0.6528926,0.62396693,0.59917355,0.553719,0.5,0.5041322,0.61570245,0.57024795,0.47107437,0.45867768,0.446281,0.42561984,0.37190083,0.3429752,0.338843,0.338843,0.32231405,0.30578512,0.30578512,0.28512397,0.3140496,0.39256197,0.3140496,0.30578512,0.32231405,0.3677686,0.3966942,0.39256197,0.40082645,0.4338843,0.44214877,0.40082645,0.3264463,0.3429752,0.41735536,0.41735536,0.48347107,0.48347107,0.38842976,0.053719006,0.09917355,0.10743801,0.11157025,0.10743801,0.11157025,0.10743801,0.11157025,0.11157025,0.11570248,0.10743801,0.10743801,0.11983471,0.14876033,0.13636364,0.1446281,0.14876033,0.12809917,0.41735536,0.56198347,0.59504133,0.57024795,0.61157024,0.62396693,0.6404959,0.6198347,0.6198347,0.62396693,0.56198347,0.5247934,0.42561984,0.56198347,0.6570248,0.57438016,0.47933885,0.42561984,0.40082645,0.3677686,0.338843,0.3140496,0.3181818,0.3140496,0.30578512,0.2892562,0.28512397,0.30991736,0.28099173,0.35123968,0.30165288,0.3305785,0.36363637,0.37603307,0.43801653,0.4752066,0.47107437,0.42975205,0.38016528,0.29752067,0.39256197,0.41735536,0.43801653,0.45041323,0.5041322,0.27272728,0.03305785,0.11570248,0.09504132,0.10743801,0.10743801,0.09090909,0.11983471,0.09504132,0.11570248,0.11157025,0.11157025,0.11983471,0.12396694,31 +0.5371901,0.57438016,0.553719,0.61570245,0.38842976,0.4876033,0.69008267,0.8016529,0.80991733,0.8347107,0.8305785,0.822314,0.78512394,0.76859504,0.7644628,0.75619835,0.74793386,0.78099173,0.77272725,0.72727275,0.73140496,0.75619835,0.72727275,0.70247936,0.6652893,0.661157,0.6446281,0.607438,0.6322314,0.61157024,0.58677685,0.6487603,0.6487603,0.6487603,0.6487603,0.6942149,0.6570248,0.661157,0.6528926,0.6528926,0.6280992,0.6363636,0.6322314,0.6404959,0.6363636,0.62396693,0.6322314,0.6363636,0.6280992,0.61570245,0.61157024,0.60330576,0.59504133,0.6198347,0.607438,0.59917355,0.59917355,0.57438016,0.55785125,0.54545456,0.5206612,0.5371901,0.42561984,0.40082645,0.56198347,0.57024795,0.6322314,0.47107437,0.41735536,0.6363636,0.7892562,0.822314,0.8181818,0.8429752,0.8057851,0.7892562,0.76033056,0.7644628,0.77272725,0.7644628,0.72727275,0.78512394,0.7768595,0.73966944,0.74380165,0.75206614,0.7355372,0.71487606,0.7107438,0.6983471,0.69008267,0.6446281,0.6487603,0.6446281,0.60330576,0.6694215,0.677686,0.6570248,0.661157,0.6983471,0.6942149,0.6859504,0.6942149,0.6818182,0.6652893,0.661157,0.6694215,0.6487603,0.6363636,0.6280992,0.62396693,0.62396693,0.6198347,0.61157024,0.607438,0.59504133,0.56198347,0.607438,0.6198347,0.62396693,0.59917355,0.60330576,0.57024795,0.55785125,0.5371901,0.53305787,0.47933885,0.43801653,0.5495868,0.6322314,0.5785124,0.40495867,0.5661157,0.7644628,0.8347107,0.8264463,0.8305785,0.8347107,0.76033056,0.75619835,0.7355372,0.71487606,0.78099173,0.74793386,0.72727275,0.73966944,0.73140496,0.71487606,0.7231405,0.73966944,0.7231405,0.7231405,0.7066116,0.71487606,0.71900827,0.6570248,0.6818182,0.6570248,0.62396693,0.6859504,0.6942149,0.69008267,0.69008267,0.6983471,0.71900827,0.7107438,0.71487606,0.72727275,0.6859504,0.677686,0.6942149,0.6487603,0.6446281,0.6322314,0.62396693,0.6280992,0.62396693,0.607438,0.61157024,0.58677685,0.5661157,0.59090906,0.61157024,0.6280992,0.607438,0.62396693,0.57438016,0.57438016,0.56198347,0.5041322,0.5289256,0.49173555,0.553719,0.6735537,0.43801653,0.47933885,0.6694215,0.8347107,0.8305785,0.838843,0.838843,0.78099173,0.7107438,0.70247936,0.62396693,0.62396693,0.6735537,0.59917355,0.59917355,0.59090906,0.59090906,0.60330576,0.6487603,0.6570248,0.6528926,0.6652893,0.69008267,0.7231405,0.74380165,0.6983471,0.69008267,0.6818182,0.6404959,0.6942149,0.71487606,0.7066116,0.70247936,0.7066116,0.71900827,0.7231405,0.7355372,0.72727275,0.6818182,0.69008267,0.6735537,0.6528926,0.6446281,0.6322314,0.59504133,0.607438,0.59504133,0.57438016,0.5785124,0.59504133,0.56198347,0.57024795,0.5785124,0.61570245,0.62396693,0.61570245,0.59504133,0.58677685,0.5785124,0.5247934,0.5289256,0.53305787,0.6280992,0.54545456,0.42561984,0.5785124,0.74380165,0.8471074,0.8429752,0.8347107,0.7933884,0.73140496,0.6859504,0.661157,0.60330576,0.62396693,0.59917355,0.61157024,0.57438016,0.54545456,0.5082645,0.553719,0.59090906,0.5785124,0.58264464,0.60330576,0.62396693,0.71900827,0.74793386,0.7231405,0.6983471,0.70247936,0.6280992,0.7107438,0.71487606,0.71900827,0.7107438,0.71900827,0.7231405,0.71487606,0.71900827,0.6859504,0.6528926,0.6280992,0.59917355,0.55785125,0.54545456,0.5289256,0.5123967,0.49586776,0.46694216,0.5123967,0.5247934,0.553719,0.55785125,0.55785125,0.553719,0.58677685,0.6280992,0.6198347,0.59504133,0.59504133,0.57438016,0.57024795,0.5371901,0.5289256,0.57024795,0.45454547,0.5123967,0.6694215,0.8016529,0.8305785,0.8471074,0.79752064,0.7355372,0.71900827,0.71487606,0.7107438,0.70247936,0.71900827,0.72727275,0.7231405,0.7231405,0.62396693,0.58264464,0.58677685,0.59504133,0.5661157,0.55785125,0.57024795,0.59090906,0.7107438,0.75206614,0.74380165,0.6983471,0.6983471,0.62396693,0.7066116,0.7231405,0.72727275,0.70247936,0.6983471,0.7107438,0.6942149,0.677686,0.6404959,0.59504133,0.5371901,0.48347107,0.45041323,0.446281,0.446281,0.42975205,0.41322315,0.38429752,0.41735536,0.446281,0.48347107,0.5165289,0.5206612,0.553719,0.5495868,0.59917355,0.62396693,0.607438,0.61570245,0.59090906,0.5785124,0.55785125,0.5371901,0.48347107,0.49173555,0.6363636,0.73966944,0.822314,0.8305785,0.8264463,0.73966944,0.75206614,0.75206614,0.78099173,0.8057851,0.79752064,0.7768595,0.78099173,0.75206614,0.75619835,0.7355372,0.7107438,0.6694215,0.6694215,0.6280992,0.60330576,0.59090906,0.6322314,0.6859504,0.74793386,0.7355372,0.7066116,0.6942149,0.62396693,0.70247936,0.6983471,0.7066116,0.6859504,0.661157,0.677686,0.661157,0.61157024,0.59917355,0.53305787,0.49586776,0.40082645,0.40082645,0.41735536,0.446281,0.4214876,0.43801653,0.45867768,0.5,0.54545456,0.5495868,0.553719,0.5495868,0.5247934,0.5247934,0.553719,0.58264464,0.61570245,0.61570245,0.607438,0.57438016,0.5495868,0.5661157,0.4876033,0.54545456,0.6487603,0.7768595,0.8181818,0.8429752,0.7768595,0.73140496,0.75619835,0.8140496,0.8347107,0.838843,0.79752064,0.78512394,0.73966944,0.72727275,0.7231405,0.73140496,0.73966944,0.71900827,0.72727275,0.6983471,0.6818182,0.6694215,0.661157,0.70247936,0.75206614,0.73966944,0.71900827,0.6983471,0.6322314,0.6942149,0.69008267,0.6983471,0.677686,0.6487603,0.6652893,0.6280992,0.59090906,0.56198347,0.49586776,0.46694216,0.40495867,0.44214877,0.46694216,0.49586776,0.5,0.5413223,0.59504133,0.6322314,0.6694215,0.6694215,0.62396693,0.60330576,0.5495868,0.5247934,0.53305787,0.5495868,0.61157024,0.61157024,0.607438,0.59090906,0.5413223,0.553719,0.5206612,0.57024795,0.6942149,0.8057851,0.8140496,0.8305785,0.74380165,0.78099173,0.822314,0.8429752,0.8553719,0.8347107,0.78512394,0.7231405,0.7107438,0.7066116,0.6859504,0.7107438,0.73140496,0.75619835,0.7066116,0.71487606,0.7231405,0.70247936,0.71900827,0.72727275,0.76033056,0.7355372,0.73966944,0.71487606,0.6446281,0.69008267,0.69008267,0.6983471,0.6487603,0.6404959,0.6322314,0.607438,0.57024795,0.5247934,0.5123967,0.5082645,0.48347107,0.5165289,0.5247934,0.56198347,0.59090906,0.607438,0.6280992,0.6487603,0.6983471,0.69008267,0.6818182,0.6322314,0.60330576,0.59090906,0.54545456,0.54545456,0.5785124,0.59504133,0.607438,0.60330576,0.553719,0.53305787,0.54545456,0.5413223,0.75619835,0.822314,0.8057851,0.7933884,0.76033056,0.838843,0.87603307,0.8512397,0.8553719,0.8057851,0.7644628,0.73966944,0.75619835,0.7355372,0.72727275,0.7231405,0.73140496,0.75619835,0.73140496,0.7107438,0.7231405,0.71900827,0.74380165,0.76033056,0.78099173,0.79752064,0.76033056,0.7355372,0.677686,0.6818182,0.6983471,0.677686,0.6322314,0.62396693,0.607438,0.60330576,0.59090906,0.5413223,0.53305787,0.5289256,0.5495868,0.59090906,0.61570245,0.6363636,0.6528926,0.6487603,0.661157,0.6487603,0.69008267,0.6694215,0.661157,0.62396693,0.6446281,0.6528926,0.61570245,0.5413223,0.54545456,0.58677685,0.5785124,0.6198347,0.553719,0.56198347,0.44214877,0.5495868,0.80991733,0.822314,0.78512394,0.77272725,0.7892562,0.8677686,0.8801653,0.838843,0.8305785,0.78512394,0.7892562,0.79752064,0.78512394,0.7644628,0.74380165,0.7231405,0.7107438,0.71487606,0.71900827,0.71487606,0.7107438,0.71487606,0.7107438,0.73966944,0.7892562,0.8305785,0.8181818,0.75206614,0.7231405,0.6859504,0.69008267,0.661157,0.6363636,0.6198347,0.6198347,0.607438,0.58677685,0.5123967,0.5206612,0.57024795,0.6280992,0.661157,0.6446281,0.6652893,0.6735537,0.6570248,0.6735537,0.6652893,0.677686,0.6446281,0.6322314,0.6404959,0.6446281,0.661157,0.6487603,0.59504133,0.5495868,0.56198347,0.59504133,0.61570245,0.553719,0.5661157,0.47933885,0.661157,0.8264463,0.8181818,0.77272725,0.7892562,0.8264463,0.8636364,0.8595041,0.8347107,0.8016529,0.822314,0.8181818,0.8140496,0.8016529,0.76859504,0.75206614,0.72727275,0.6942149,0.6694215,0.6652893,0.7107438,0.6983471,0.677686,0.6446281,0.6942149,0.78099173,0.8305785,0.838843,0.78099173,0.72727275,0.7066116,0.6859504,0.6363636,0.6322314,0.6404959,0.661157,0.58264464,0.4752066,0.47107437,0.57438016,0.6528926,0.661157,0.6694215,0.6570248,0.6528926,0.6942149,0.6942149,0.6818182,0.6694215,0.6694215,0.6487603,0.6280992,0.6446281,0.6487603,0.6446281,0.6859504,0.6404959,0.59504133,0.54545456,0.59504133,0.62396693,0.57024795,0.54545456,0.553719,0.73140496,0.8305785,0.8016529,0.78099173,0.8057851,0.8429752,0.8595041,0.8347107,0.8305785,0.8264463,0.8305785,0.8264463,0.822314,0.8016529,0.74793386,0.7107438,0.69008267,0.6404959,0.6487603,0.6363636,0.6446281,0.6942149,0.6859504,0.6198347,0.62396693,0.76859504,0.822314,0.8305785,0.8016529,0.74793386,0.7107438,0.6694215,0.6322314,0.6322314,0.6652893,0.6446281,0.46280992,0.41322315,0.53305787,0.6322314,0.6487603,0.6404959,0.6446281,0.6487603,0.6404959,0.69008267,0.70247936,0.7066116,0.677686,0.6528926,0.6735537,0.6859504,0.6570248,0.6652893,0.6528926,0.70247936,0.6983471,0.6487603,0.56198347,0.58264464,0.62396693,0.57438016,0.5413223,0.59090906,0.78099173,0.822314,0.78512394,0.77272725,0.8181818,0.8553719,0.8429752,0.8264463,0.838843,0.8429752,0.8553719,0.8471074,0.8016529,0.7355372,0.6694215,0.59504133,0.58677685,0.5661157,0.57024795,0.5495868,0.5785124,0.6528926,0.6735537,0.60330576,0.58264464,0.75206614,0.80991733,0.8181818,0.8140496,0.73966944,0.6694215,0.61157024,0.6322314,0.6528926,0.6652893,0.5413223,0.35123968,0.47107437,0.58264464,0.58264464,0.60330576,0.58264464,0.5661157,0.5371901,0.553719,0.607438,0.6570248,0.6983471,0.677686,0.6570248,0.677686,0.677686,0.661157,0.6528926,0.6694215,0.6983471,0.72727275,0.7107438,0.59090906,0.58264464,0.61570245,0.58677685,0.56198347,0.6570248,0.8140496,0.8181818,0.78512394,0.77272725,0.8347107,0.8595041,0.8347107,0.8264463,0.838843,0.8512397,0.87603307,0.8264463,0.69008267,0.53305787,0.45454547,0.40082645,0.3966942,0.40082645,0.49173555,0.49173555,0.5206612,0.58677685,0.6198347,0.607438,0.59917355,0.74380165,0.7933884,0.7892562,0.7892562,0.6859504,0.6322314,0.59090906,0.607438,0.6446281,0.6446281,0.48347107,0.38016528,0.5371901,0.57438016,0.5289256,0.5247934,0.5,0.5165289,0.4876033,0.47107437,0.4752066,0.49586776,0.5495868,0.56198347,0.607438,0.6859504,0.6818182,0.6570248,0.6694215,0.6363636,0.7066116,0.6983471,0.7231405,0.6198347,0.58677685,0.61570245,0.59917355,0.553719,0.74793386,0.8264463,0.8057851,0.77272725,0.79752064,0.838843,0.8553719,0.8429752,0.8305785,0.838843,0.838843,0.8512397,0.61157024,0.41322315,0.3140496,0.30165288,0.28512397,0.3677686,0.18181819,0.37603307,0.39256197,0.4752066,0.55785125,0.6198347,0.60330576,0.6322314,0.7066116,0.7644628,0.76033056,0.74793386,0.6528926,0.61157024,0.57438016,0.58677685,0.61157024,0.6280992,0.5289256,0.44214877,0.5413223,0.5289256,0.5082645,0.48347107,0.45454547,0.45041323,0.38842976,0.30165288,0.24793388,0.3264463,0.25619835,0.3181818,0.446281,0.5661157,0.6694215,0.6942149,0.6859504,0.6322314,0.677686,0.6818182,0.7107438,0.6363636,0.59090906,0.61570245,0.60330576,0.57438016,0.78099173,0.8305785,0.8016529,0.76033056,0.8181818,0.8347107,0.8429752,0.8471074,0.8305785,0.8264463,0.8016529,0.55785125,0.3677686,0.41735536,0.5123967,0.25619835,0.17355372,0.40495867,0.15289256,0.44214877,0.42975205,0.35950413,0.44214877,0.6198347,0.6694215,0.74380165,0.71487606,0.74793386,0.7355372,0.74793386,0.6818182,0.61157024,0.59504133,0.59504133,0.58264464,0.61157024,0.57438016,0.5082645,0.57024795,0.5165289,0.47107437,0.42561984,0.34710744,0.35950413,0.3677686,0.20247933,0.2231405,0.42975205,0.22727273,0.17768595,0.23966943,0.38016528,0.53305787,0.6818182,0.7066116,0.6446281,0.6652893,0.6942149,0.71900827,0.6694215,0.59504133,0.61157024,0.59917355,0.5785124,0.8140496,0.8264463,0.7933884,0.76033056,0.822314,0.838843,0.8471074,0.8347107,0.8347107,0.78512394,0.57438016,0.28099173,0.5041322,0.47107437,0.47933885,0.36363637,0.24793388,0.42975205,0.3264463,0.5,0.5206612,0.46280992,0.45041323,0.61570245,0.6859504,0.75206614,0.74380165,0.74793386,0.73140496,0.76033056,0.7107438,0.6363636,0.62396693,0.607438,0.56198347,0.607438,0.59090906,0.5413223,0.59504133,0.5289256,0.46694216,0.38016528,0.3140496,0.40082645,0.46694216,0.23140496,0.3140496,0.2231405,0.1570248,0.23140496,0.2892562,0.30165288,0.29752067,0.5495868,0.677686,0.6570248,0.6735537,0.6942149,0.7107438,0.6528926,0.59504133,0.6198347,0.59917355,0.57438016,0.80991733,0.80991733,0.7892562,0.75619835,0.822314,0.8347107,0.8471074,0.8471074,0.8264463,0.6652893,0.5785124,0.59917355,0.6818182,0.58264464,0.5661157,0.53305787,0.5165289,0.59090906,0.60330576,0.61157024,0.61570245,0.607438,0.57438016,0.6528926,0.677686,0.73966944,0.73966944,0.74793386,0.73140496,0.76033056,0.74793386,0.661157,0.6198347,0.59917355,0.5661157,0.59504133,0.61157024,0.5785124,0.57024795,0.57438016,0.53305787,0.5041322,0.49586776,0.5082645,0.5289256,0.4338843,0.45867768,0.35950413,0.29338843,0.3429752,0.39256197,0.4214876,0.2231405,0.38429752,0.58264464,0.677686,0.677686,0.677686,0.7107438,0.6404959,0.59917355,0.61157024,0.59504133,0.5661157,0.78099173,0.8057851,0.78512394,0.75619835,0.8181818,0.8429752,0.8347107,0.8057851,0.78512394,0.6694215,0.74793386,0.78512394,0.8016529,0.75206614,0.75206614,0.70247936,0.73140496,0.74380165,0.73966944,0.6818182,0.6487603,0.6404959,0.661157,0.661157,0.7107438,0.74793386,0.73140496,0.75619835,0.73140496,0.75206614,0.73966944,0.6818182,0.61570245,0.5785124,0.58264464,0.60330576,0.607438,0.607438,0.5785124,0.56198347,0.56198347,0.5495868,0.553719,0.58677685,0.5785124,0.57438016,0.6198347,0.5206612,0.4338843,0.5165289,0.5413223,0.5165289,0.46694216,0.43801653,0.4876033,0.6280992,0.6818182,0.69008267,0.7231405,0.6487603,0.60330576,0.61570245,0.59917355,0.56198347,0.77272725,0.80991733,0.78099173,0.78099173,0.8140496,0.8347107,0.8140496,0.77272725,0.78099173,0.74793386,0.7892562,0.8181818,0.8181818,0.8181818,0.8264463,0.7644628,0.75619835,0.71487606,0.6818182,0.6818182,0.7231405,0.71487606,0.71900827,0.73140496,0.76859504,0.73966944,0.77272725,0.74793386,0.74380165,0.74793386,0.72727275,0.69008267,0.6198347,0.59917355,0.5785124,0.59917355,0.6280992,0.59090906,0.607438,0.59504133,0.58264464,0.59090906,0.607438,0.61157024,0.5785124,0.58677685,0.6363636,0.607438,0.59090906,0.60330576,0.6404959,0.62396693,0.61157024,0.5785124,0.5082645,0.57438016,0.6694215,0.6694215,0.661157,0.6363636,0.61157024,0.61570245,0.607438,0.5661157,0.78099173,0.80991733,0.78512394,0.8016529,0.8057851,0.838843,0.78512394,0.7892562,0.8016529,0.8016529,0.8016529,0.822314,0.80991733,0.80991733,0.78099173,0.74380165,0.74380165,0.71900827,0.73140496,0.75619835,0.74793386,0.73140496,0.74380165,0.78512394,0.78099173,0.77272725,0.7892562,0.72727275,0.75619835,0.73966944,0.6983471,0.677686,0.6404959,0.58677685,0.58264464,0.5785124,0.6570248,0.60330576,0.61157024,0.6404959,0.60330576,0.6322314,0.661157,0.6694215,0.6404959,0.61570245,0.59504133,0.61157024,0.6487603,0.6363636,0.661157,0.677686,0.6487603,0.6446281,0.60330576,0.59504133,0.607438,0.6322314,0.6818182,0.6487603,0.61157024,0.61570245,0.61570245,0.59090906,0.7933884,0.8181818,0.7892562,0.8181818,0.8181818,0.8181818,0.7768595,0.8181818,0.8140496,0.80991733,0.8264463,0.8140496,0.79752064,0.7892562,0.77272725,0.7644628,0.77272725,0.76033056,0.76033056,0.7355372,0.75206614,0.75619835,0.77272725,0.8057851,0.7768595,0.8140496,0.75206614,0.73966944,0.7644628,0.7231405,0.69008267,0.6983471,0.6528926,0.59090906,0.58677685,0.57024795,0.6404959,0.6528926,0.6322314,0.6404959,0.6404959,0.6404959,0.6487603,0.6818182,0.6983471,0.7066116,0.6694215,0.61157024,0.6363636,0.661157,0.661157,0.677686,0.6652893,0.6652893,0.6528926,0.661157,0.62396693,0.61570245,0.6570248,0.6487603,0.6198347,0.61157024,0.6322314,0.58677685,0.78512394,0.8140496,0.7933884,0.822314,0.80991733,0.8140496,0.8016529,0.8140496,0.8140496,0.8057851,0.8264463,0.8016529,0.79752064,0.7933884,0.7892562,0.77272725,0.76033056,0.74793386,0.73966944,0.73966944,0.7644628,0.75619835,0.78099173,0.8016529,0.78512394,0.7933884,0.72727275,0.8016529,0.7892562,0.71487606,0.677686,0.75206614,0.6942149,0.59504133,0.59917355,0.58677685,0.59917355,0.6735537,0.6404959,0.6363636,0.6322314,0.6446281,0.6363636,0.6694215,0.69008267,0.6942149,0.69008267,0.6859504,0.6570248,0.6487603,0.6363636,0.6694215,0.677686,0.6652893,0.6694215,0.661157,0.6570248,0.6280992,0.6404959,0.6652893,0.62396693,0.607438,0.6322314,0.5785124,0.79752064,0.80991733,0.8016529,0.8264463,0.8057851,0.8181818,0.8264463,0.8140496,0.80991733,0.8016529,0.80991733,0.8016529,0.7892562,0.7892562,0.78099173,0.7644628,0.74793386,0.75206614,0.73140496,0.75619835,0.75206614,0.75206614,0.7892562,0.8140496,0.8181818,0.76033056,0.73966944,0.8140496,0.8016529,0.71487606,0.6446281,0.6859504,0.69008267,0.58677685,0.6198347,0.661157,0.59917355,0.6446281,0.661157,0.6363636,0.61570245,0.6322314,0.6404959,0.6446281,0.6487603,0.661157,0.677686,0.6818182,0.6652893,0.6652893,0.6652893,0.6487603,0.6446281,0.6694215,0.6694215,0.661157,0.6570248,0.6528926,0.6363636,0.6570248,0.6404959,0.60330576,0.6363636,0.57438016,0.8264463,0.8016529,0.8057851,0.8181818,0.822314,0.8305785,0.8429752,0.8264463,0.8057851,0.8181818,0.7933884,0.7892562,0.76859504,0.78099173,0.78099173,0.75619835,0.73966944,0.7231405,0.7231405,0.76033056,0.74380165,0.76859504,0.7892562,0.8305785,0.8016529,0.75619835,0.71487606,0.7107438,0.75206614,0.6859504,0.59504133,0.59917355,0.57438016,0.54545456,0.62396693,0.6446281,0.6322314,0.61157024,0.6528926,0.6446281,0.61570245,0.62396693,0.6528926,0.6404959,0.6322314,0.6322314,0.6570248,0.661157,0.6570248,0.6570248,0.6446281,0.6570248,0.6446281,0.6652893,0.661157,0.661157,0.661157,0.661157,0.6322314,0.661157,0.6487603,0.61157024,0.61570245,0.58264464,0.8429752,0.79752064,0.8057851,0.822314,0.838843,0.8471074,0.8512397,0.8471074,0.8181818,0.822314,0.8264463,0.8016529,0.78099173,0.78099173,0.7644628,0.76033056,0.75206614,0.71900827,0.74793386,0.75619835,0.74380165,0.76859504,0.79752064,0.8140496,0.79752064,0.74380165,0.677686,0.6859504,0.71487606,0.59504133,0.5206612,0.5206612,0.47107437,0.47933885,0.59504133,0.553719,0.55785125,0.62396693,0.59917355,0.60330576,0.6322314,0.6363636,0.6528926,0.6487603,0.6280992,0.6280992,0.6363636,0.6322314,0.661157,0.6404959,0.661157,0.661157,0.6446281,0.661157,0.6570248,0.6735537,0.6652893,0.661157,0.6446281,0.6528926,0.6528926,0.61157024,0.607438,0.58264464,0.8264463,0.7933884,0.8140496,0.8181818,0.8429752,0.8512397,0.8512397,0.8595041,0.8429752,0.8429752,0.8429752,0.80991733,0.79752064,0.79752064,0.75206614,0.75619835,0.77272725,0.72727275,0.76033056,0.73966944,0.74793386,0.75206614,0.7768595,0.7892562,0.79752064,0.6942149,0.5247934,0.5206612,0.6942149,0.5413223,0.46694216,0.446281,0.41322315,0.5,0.5371901,0.446281,0.49173555,0.607438,0.61157024,0.5082645,0.6363636,0.6446281,0.6528926,0.6652893,0.6404959,0.6446281,0.6322314,0.607438,0.6322314,0.6404959,0.6487603,0.661157,0.6446281,0.6570248,0.6487603,0.6570248,0.6859504,0.6652893,0.6404959,0.6570248,0.6570248,0.6198347,0.59090906,0.59504133,0.80991733,0.79752064,0.7933884,0.8347107,0.838843,0.8595041,0.8636364,0.8595041,0.8595041,0.8512397,0.8471074,0.822314,0.80991733,0.7892562,0.7768595,0.7644628,0.77272725,0.74793386,0.75206614,0.74380165,0.72727275,0.7231405,0.70247936,0.78099173,0.71487606,0.45041323,0.1570248,0.08677686,0.58677685,0.6198347,0.46694216,0.42975205,0.45454547,0.47107437,0.2892562,0.09090909,0.24793388,0.5289256,0.661157,0.5,0.58264464,0.6487603,0.6735537,0.6859504,0.6818182,0.661157,0.6446281,0.6322314,0.6404959,0.6446281,0.6363636,0.6446281,0.6446281,0.6735537,0.6570248,0.661157,0.69008267,0.6694215,0.6694215,0.661157,0.6570248,0.6280992,0.60330576,0.61157024,0.8057851,0.78512394,0.80991733,0.8305785,0.8429752,0.8471074,0.8636364,0.8636364,0.8636364,0.8553719,0.838843,0.8264463,0.8264463,0.7892562,0.79752064,0.77272725,0.76859504,0.75619835,0.73966944,0.72727275,0.69008267,0.6942149,0.6404959,0.77272725,0.6652893,0.3140496,0.09917355,0.23553719,0.6859504,0.6652893,0.4876033,0.41735536,0.4752066,0.46694216,0.338843,0.037190083,0.09504132,0.41322315,0.6404959,0.5123967,0.5495868,0.6280992,0.677686,0.70247936,0.70247936,0.6818182,0.661157,0.6446281,0.661157,0.6404959,0.6363636,0.6404959,0.6363636,0.6570248,0.6694215,0.6570248,0.677686,0.677686,0.6694215,0.6652893,0.6652893,0.62396693,0.59090906,0.61157024,0.80991733,0.78099173,0.8016529,0.8347107,0.838843,0.8429752,0.8512397,0.8677686,0.8553719,0.8553719,0.8471074,0.8264463,0.8347107,0.80991733,0.7933884,0.77272725,0.75206614,0.7355372,0.72727275,0.70247936,0.661157,0.6570248,0.60330576,0.74793386,0.6818182,0.37603307,0.338843,0.553719,0.7231405,0.661157,0.5206612,0.39256197,0.42975205,0.4752066,0.4752066,0.17768595,0.20661157,0.4090909,0.5661157,0.5,0.5289256,0.57438016,0.62396693,0.6859504,0.7107438,0.70247936,0.6363636,0.6446281,0.6570248,0.6280992,0.6528926,0.6570248,0.6528926,0.6487603,0.6570248,0.6570248,0.6735537,0.6859504,0.6859504,0.6942149,0.6694215,0.6280992,0.59504133,0.6322314,0.8140496,0.77272725,0.8057851,0.838843,0.8347107,0.838843,0.8512397,0.8553719,0.8553719,0.8595041,0.8553719,0.8471074,0.838843,0.8181818,0.7892562,0.77272725,0.7355372,0.7107438,0.6942149,0.6487603,0.6198347,0.6198347,0.62396693,0.71487606,0.6859504,0.5289256,0.57438016,0.6570248,0.7107438,0.6198347,0.47107437,0.38842976,0.37190083,0.47933885,0.553719,0.49586776,0.47107437,0.4752066,0.46694216,0.45867768,0.5165289,0.5413223,0.5785124,0.6322314,0.6942149,0.6942149,0.6570248,0.62396693,0.6446281,0.6280992,0.6487603,0.6735537,0.6487603,0.6487603,0.6570248,0.6694215,0.6859504,0.6859504,0.7066116,0.73140496,0.6735537,0.61157024,0.59917355,0.6363636,0.822314,0.7644628,0.8016529,0.8347107,0.8305785,0.8347107,0.8429752,0.8512397,0.8595041,0.8636364,0.8553719,0.8512397,0.8347107,0.8264463,0.78099173,0.7644628,0.7355372,0.6818182,0.6487603,0.61157024,0.59504133,0.6363636,0.71487606,0.7231405,0.71900827,0.62396693,0.6363636,0.6942149,0.76859504,0.5661157,0.3264463,0.4090909,0.42561984,0.5165289,0.55785125,0.5123967,0.45454547,0.4214876,0.36363637,0.47107437,0.5206612,0.5165289,0.53305787,0.56198347,0.6404959,0.6652893,0.6570248,0.6363636,0.6322314,0.62396693,0.6528926,0.6694215,0.661157,0.6528926,0.6487603,0.6818182,0.6859504,0.6983471,0.7231405,0.72727275,0.6652893,0.5785124,0.59917355,0.6280992,0.8181818,0.75206614,0.8057851,0.8305785,0.8305785,0.822314,0.822314,0.838843,0.8512397,0.8677686,0.8512397,0.8512397,0.8264463,0.8429752,0.76033056,0.72727275,0.71487606,0.6322314,0.60330576,0.57024795,0.57438016,0.71900827,0.7892562,0.78099173,0.7644628,0.76033056,0.75206614,0.75619835,0.76859504,0.59090906,0.38842976,0.5165289,0.553719,0.553719,0.60330576,0.59090906,0.5413223,0.5,0.46694216,0.49173555,0.5289256,0.5165289,0.48347107,0.5247934,0.59090906,0.61570245,0.6363636,0.6280992,0.607438,0.60330576,0.6363636,0.6570248,0.6652893,0.6528926,0.661157,0.6694215,0.6983471,0.7066116,0.74380165,0.71900827,0.6528926,0.5661157,0.59917355,0.61157024,0.8181818,0.75619835,0.7768595,0.8264463,0.822314,0.822314,0.822314,0.8347107,0.8512397,0.8429752,0.8512397,0.8347107,0.8347107,0.8181818,0.7644628,0.7066116,0.6859504,0.607438,0.58264464,0.5123967,0.6983471,0.78512394,0.8057851,0.79752064,0.7933884,0.7768595,0.75206614,0.77272725,0.74380165,0.6280992,0.54545456,0.6404959,0.6280992,0.59090906,0.59504133,0.61570245,0.60330576,0.58264464,0.5371901,0.5082645,0.5289256,0.55785125,0.48347107,0.49173555,0.553719,0.59504133,0.60330576,0.61157024,0.59090906,0.60330576,0.61570245,0.6363636,0.6859504,0.6859504,0.6818182,0.6694215,0.7107438,0.7107438,0.74380165,0.71487606,0.6404959,0.55785125,0.59090906,0.57438016,0.8016529,0.75619835,0.76033056,0.8016529,0.8181818,0.8140496,0.822314,0.822314,0.838843,0.8347107,0.8471074,0.8264463,0.8264463,0.79752064,0.76033056,0.6983471,0.6528926,0.5785124,0.553719,0.59917355,0.8016529,0.7933884,0.78099173,0.7644628,0.76859504,0.73966944,0.73966944,0.72727275,0.71487606,0.6322314,0.60330576,0.6694215,0.6487603,0.607438,0.5661157,0.607438,0.58677685,0.59917355,0.5785124,0.5123967,0.5371901,0.58677685,0.5165289,0.4752066,0.5123967,0.56198347,0.55785125,0.59917355,0.58264464,0.59090906,0.61157024,0.6363636,0.6652893,0.70247936,0.7066116,0.6983471,0.73140496,0.71487606,0.74380165,0.71487606,0.62396693,0.56198347,0.59917355,0.55785125,0.74793386,0.7644628,0.74793386,0.7933884,0.79752064,0.822314,0.8305785,0.822314,0.8016529,0.8347107,0.838843,0.8264463,0.8140496,0.77272725,0.73140496,0.6652893,0.61157024,0.5785124,0.59090906,0.74793386,0.80991733,0.77272725,0.74793386,0.72727275,0.71487606,0.7107438,0.72727275,0.6735537,0.6735537,0.6404959,0.607438,0.6322314,0.60330576,0.55785125,0.56198347,0.57438016,0.56198347,0.5785124,0.59090906,0.5661157,0.5371901,0.57024795,0.5661157,0.5,0.5,0.5206612,0.5247934,0.56198347,0.55785125,0.57024795,0.59090906,0.62396693,0.6446281,0.71487606,0.7107438,0.7107438,0.73140496,0.71487606,0.7231405,0.6859504,0.59090906,0.5495868,0.607438,0.54545456,0.7107438,0.75206614,0.75206614,0.7933884,0.8057851,0.7933884,0.822314,0.8264463,0.78512394,0.822314,0.822314,0.8140496,0.78512394,0.76033056,0.6983471,0.6404959,0.61570245,0.59504133,0.7107438,0.80991733,0.76859504,0.74793386,0.7231405,0.7231405,0.69008267,0.6652893,0.661157,0.58677685,0.59917355,0.58264464,0.607438,0.5661157,0.5082645,0.5165289,0.5371901,0.54545456,0.54545456,0.5661157,0.56198347,0.58677685,0.57024795,0.57438016,0.57024795,0.53305787,0.5123967,0.4876033,0.5289256,0.5289256,0.5495868,0.54545456,0.57438016,0.61157024,0.6446281,0.71487606,0.71487606,0.7107438,0.71900827,0.7066116,0.6983471,0.6652893,0.57438016,0.5495868,0.58264464,0.55785125,0.73140496,0.70247936,0.75619835,0.77272725,0.79752064,0.8057851,0.8140496,0.8140496,0.79752064,0.8057851,0.80991733,0.80991733,0.8181818,0.6942149,0.6735537,0.6652893,0.47933885,0.6280992,0.7892562,0.7892562,0.73966944,0.73140496,0.7644628,0.75206614,0.6652893,0.60330576,0.5661157,0.5495868,0.53305787,0.5289256,0.53305787,0.49586776,0.4752066,0.46694216,0.46694216,0.49173555,0.49173555,0.5413223,0.553719,0.58264464,0.58677685,0.58677685,0.57438016,0.54545456,0.5289256,0.49586776,0.5,0.5,0.5289256,0.53305787,0.553719,0.60330576,0.6322314,0.70247936,0.6983471,0.70247936,0.7107438,0.6859504,0.6818182,0.6528926,0.56198347,0.5661157,0.5661157,0.56198347,0.78099173,0.6983471,0.74380165,0.76033056,0.79752064,0.7933884,0.80991733,0.8016529,0.8140496,0.79752064,0.8016529,0.80991733,0.8016529,0.6694215,0.6818182,0.6818182,0.4338843,0.71900827,0.79752064,0.7644628,0.74380165,0.73966944,0.7066116,0.6198347,0.61570245,0.5206612,0.4090909,0.5,0.5289256,0.5041322,0.49173555,0.42975205,0.42561984,0.39256197,0.3553719,0.44214877,0.43801653,0.48347107,0.5082645,0.56198347,0.59090906,0.59504133,0.5785124,0.553719,0.54545456,0.5082645,0.49173555,0.49173555,0.5247934,0.5206612,0.54545456,0.60330576,0.62396693,0.6735537,0.6942149,0.6942149,0.6859504,0.69008267,0.661157,0.6280992,0.5413223,0.58677685,0.5495868,0.607438,0.8140496,0.7107438,0.7355372,0.75619835,0.78099173,0.7892562,0.7933884,0.8057851,0.8057851,0.78512394,0.8057851,0.8057851,0.76859504,0.6818182,0.6983471,0.661157,0.607438,0.7933884,0.74380165,0.77272725,0.7066116,0.607438,0.59917355,0.46280992,0.40495867,0.3305785,0.2520661,0.42561984,0.46280992,0.35950413,0.33471075,0.3264463,0.3305785,0.3264463,0.24793388,0.3181818,0.3181818,0.38016528,0.4338843,0.5165289,0.5785124,0.61157024,0.61570245,0.5785124,0.58264464,0.5082645,0.5123967,0.49173555,0.5082645,0.5,0.553719,0.59090906,0.6198347,0.6570248,0.6818182,0.6859504,0.6652893,0.6818182,0.6404959,0.59504133,0.553719,0.57438016,0.553719,0.677686,0.74793386,0.75619835,0.7231405,0.75619835,0.73966944,0.8016529,0.79752064,0.8016529,0.8016529,0.7892562,0.8057851,0.79752064,0.7231405,0.70247936,0.7231405,0.62396693,0.75206614,0.75206614,0.72727275,0.8181818,0.4876033,0.5,0.45867768,0.2644628,0.26859504,0.24793388,0.26859504,0.57438016,0.54545456,0.4338843,0.3429752,0.446281,0.41735536,0.44214877,0.24380165,0.21487603,0.24380165,0.2520661,0.35123968,0.42561984,0.46280992,0.58264464,0.6446281,0.5785124,0.58264464,0.5661157,0.4876033,0.5041322,0.5082645,0.53305787,0.55785125,0.58677685,0.6198347,0.6528926,0.6652893,0.6859504,0.6735537,0.6652893,0.6363636,0.58264464,0.5661157,0.5661157,0.58677685,0.73140496,0.61570245,0.75619835,0.72727275,0.75619835,0.71900827,0.8057851,0.8016529,0.7892562,0.8057851,0.79752064,0.80991733,0.78512394,0.72727275,0.74380165,0.7107438,0.6652893,0.78099173,0.69008267,0.7231405,0.59504133,0.36363637,0.4338843,0.28512397,0.11570248,0.47933885,0.48347107,0.48347107,0.91322315,0.70247936,0.661157,0.46694216,0.72727275,0.59090906,0.59917355,0.446281,0.39256197,0.44214877,0.18595041,0.20247933,0.3181818,0.39256197,0.4090909,0.62396693,0.58677685,0.553719,0.62396693,0.5041322,0.5247934,0.5165289,0.5495868,0.58264464,0.607438,0.6487603,0.62396693,0.6446281,0.6818182,0.677686,0.6652893,0.6322314,0.56198347,0.59090906,0.55785125,0.6528926,0.677686,0.6818182,0.61157024,0.73140496,0.75619835,0.73966944,0.7933884,0.80991733,0.77272725,0.7933884,0.80991733,0.8181818,0.78099173,0.76033056,0.76033056,0.6942149,0.74793386,0.72727275,0.6322314,0.5495868,0.32231405,0.33471075,0.3181818,0.26859504,0.18595041,0.6570248,0.6487603,0.5413223,0.93801653,0.73140496,0.73140496,0.5495868,0.91322315,0.6528926,0.61157024,0.48347107,0.6322314,0.71900827,0.35950413,0.16528925,0.19008264,0.3305785,0.29338843,0.446281,0.56198347,0.5247934,0.6280992,0.553719,0.5495868,0.55785125,0.5495868,0.5785124,0.61570245,0.6487603,0.6363636,0.6528926,0.6735537,0.6859504,0.6570248,0.607438,0.5661157,0.59504133,0.57024795,0.6528926,0.3140496,0.6528926,0.59090906,0.7231405,0.73140496,0.74380165,0.8016529,0.80991733,0.78512394,0.79752064,0.8140496,0.8305785,0.76859504,0.76859504,0.76859504,0.6983471,0.77272725,0.6322314,0.5247934,0.34710744,0.23966943,0.2520661,0.19008264,0.42561984,0.4090909,0.58264464,0.59090906,0.42975205,0.8595041,0.677686,0.6446281,0.4876033,0.6983471,0.57024795,0.6570248,0.5289256,0.57024795,0.72727275,0.5165289,0.37190083,0.24793388,0.20247933,0.20661157,0.26859504,0.43801653,0.5165289,0.61157024,0.5661157,0.57438016,0.5661157,0.5495868,0.57024795,0.60330576,0.661157,0.6404959,0.6446281,0.6570248,0.677686,0.6487603,0.60330576,0.5661157,0.59917355,0.5785124,0.5289256,0.30991736,0.6280992,0.6280992,0.71487606,0.73966944,0.74793386,0.79752064,0.7933884,0.78512394,0.7933884,0.8181818,0.8264463,0.78099173,0.78512394,0.78099173,0.70247936,0.71487606,0.553719,0.5,0.338843,0.2892562,0.19008264,0.07438017,0.4752066,0.41735536,0.23966943,0.2892562,0.19008264,0.44214877,0.35123968,0.3181818,0.23140496,0.29752067,0.2231405,0.36363637,0.25619835,0.23966943,0.4338843,0.2520661,0.35950413,0.2603306,0.08264463,0.13636364,0.20247933,0.3429752,0.4876033,0.58264464,0.5413223,0.58264464,0.5661157,0.5661157,0.56198347,0.59917355,0.6528926,0.6652893,0.6363636,0.6487603,0.6735537,0.6446281,0.59917355,0.57024795,0.60330576,0.5413223,0.5661157,0.57024795,0.59090906,0.6404959,0.70247936,0.74380165,0.74793386,0.7892562,0.7892562,0.7933884,0.78512394,0.8057851,0.80991733,0.78512394,0.8140496,0.77272725,0.7107438,0.62396693,0.553719,0.6404959,0.661157,0.58264464,0.5371901,0.41322315,0.45454547,0.5082645,0.5123967,0.5247934,0.43801653,0.5165289,0.47107437,0.47107437,0.42561984,0.4214876,0.38842976,0.38842976,0.37603307,0.2768595,0.27272728,0.17768595,0.19008264,0.19008264,0.13636364,0.19008264,0.3264463,0.40495867,0.4876033,0.553719,0.53305787,0.58677685,0.56198347,0.59090906,0.57438016,0.61157024,0.6322314,0.677686,0.6404959,0.6363636,0.6859504,0.6322314,0.58677685,0.57438016,0.59090906,0.5041322,0.59090906,0.6198347,0.60330576,0.6404959,0.6983471,0.73140496,0.74793386,0.7768595,0.7933884,0.80991733,0.7892562,0.78512394,0.76859504,0.8057851,0.8057851,0.77272725,0.6942149,0.56198347,0.6322314,0.75206614,0.74793386,0.677686,0.6322314,0.59504133,0.6198347,0.6363636,0.661157,0.6570248,0.5495868,0.59917355,0.55785125,0.54545456,0.5371901,0.5247934,0.5123967,0.54545456,0.5289256,0.4876033,0.4752066,0.42561984,0.42975205,0.4090909,0.42561984,0.46694216,0.5082645,0.5082645,0.5,0.5247934,0.54545456,0.58677685,0.57024795,0.59090906,0.59504133,0.6280992,0.62396693,0.677686,0.6487603,0.6570248,0.6735537,0.62396693,0.58264464,0.57438016,0.57438016,0.5082645,0.59917355,0.5371901,0.6363636,0.6859504,0.6818182,0.7066116,0.74380165,0.76859504,0.8016529,0.79752064,0.80991733,0.78099173,0.76859504,0.79752064,0.79752064,0.7644628,0.661157,0.58677685,0.7231405,0.7933884,0.7644628,0.74380165,0.7231405,0.6983471,0.6818182,0.6735537,0.6735537,0.6363636,0.58264464,0.57438016,0.553719,0.58677685,0.5413223,0.53305787,0.5289256,0.553719,0.5247934,0.49173555,0.49586776,0.5041322,0.46280992,0.47107437,0.5082645,0.5289256,0.56198347,0.5413223,0.5123967,0.5082645,0.5785124,0.57024795,0.58677685,0.59090906,0.59917355,0.6198347,0.62396693,0.661157,0.6528926,0.6652893,0.6652893,0.6198347,0.58264464,0.57438016,0.55785125,0.5165289,0.5785124,0.5289256,0.6570248,0.71900827,0.60330576,0.677686,0.74380165,0.7768595,0.80991733,0.8057851,0.79752064,0.7768595,0.78099173,0.76859504,0.7768595,0.74793386,0.6528926,0.6404959,0.7644628,0.8016529,0.7644628,0.7644628,0.73140496,0.71487606,0.73140496,0.73140496,0.6652893,0.5661157,0.5413223,0.49173555,0.49173555,0.5371901,0.5,0.45454547,0.46694216,0.4752066,0.4752066,0.4752066,0.5,0.5082645,0.5165289,0.5289256,0.553719,0.57024795,0.58677685,0.58264464,0.4876033,0.5123967,0.5661157,0.5495868,0.58677685,0.59504133,0.59917355,0.6198347,0.61157024,0.6528926,0.6487603,0.661157,0.6528926,0.59917355,0.5785124,0.58677685,0.5289256,0.5247934,0.57024795,0.5661157,0.56198347,0.6280992,0.36363637,0.59090906,0.75619835,0.78099173,0.8140496,0.7892562,0.78512394,0.7768595,0.78099173,0.75619835,0.75619835,0.7231405,0.661157,0.7066116,0.77272725,0.7892562,0.76859504,0.76033056,0.76859504,0.7355372,0.7355372,0.73140496,0.6652893,0.59504133,0.5289256,0.4876033,0.48347107,0.49586776,0.45041323,0.41322315,0.446281,0.45454547,0.47933885,0.4876033,0.5165289,0.553719,0.55785125,0.5785124,0.58677685,0.59917355,0.61157024,0.60330576,0.5413223,0.5041322,0.553719,0.5413223,0.57438016,0.60330576,0.607438,0.61570245,0.62396693,0.6446281,0.6446281,0.6735537,0.6322314,0.58677685,0.57024795,0.57024795,0.5082645,0.5413223,0.61157024,0.61570245,0.338843,0.33471075,0.09917355,0.41322315,0.7768595,0.76859504,0.8181818,0.77272725,0.77272725,0.76859504,0.74380165,0.73966944,0.73966944,0.7107438,0.70247936,0.7355372,0.76033056,0.78099173,0.77272725,0.75619835,0.76033056,0.74380165,0.72727275,0.69008267,0.6322314,0.57438016,0.53305787,0.4876033,0.49586776,0.4876033,0.41735536,0.42975205,0.45454547,0.446281,0.47933885,0.5041322,0.5206612,0.5413223,0.57438016,0.58677685,0.5785124,0.59504133,0.61157024,0.61570245,0.5413223,0.53305787,0.5413223,0.55785125,0.55785125,0.59504133,0.6198347,0.61570245,0.6280992,0.6528926,0.6404959,0.6570248,0.61570245,0.5785124,0.58264464,0.58677685,0.47107437,0.553719,0.6280992,0.61157024,0.18595041,0.15289256,0.08677686,0.18595041,0.73966944,0.74793386,0.7933884,0.7892562,0.76859504,0.76033056,0.7355372,0.73140496,0.71900827,0.7107438,0.7066116,0.7107438,0.7644628,0.74793386,0.75206614,0.74793386,0.75619835,0.7231405,0.6942149,0.6694215,0.59917355,0.57024795,0.5247934,0.4876033,0.5,0.5082645,0.446281,0.45867768,0.47107437,0.43801653,0.46694216,0.5,0.5123967,0.5247934,0.56198347,0.5785124,0.56198347,0.59504133,0.60330576,0.59917355,0.54545456,0.5495868,0.53305787,0.5495868,0.58264464,0.5661157,0.6280992,0.61570245,0.6363636,0.6487603,0.6487603,0.6528926,0.607438,0.5661157,0.57438016,0.57438016,0.35950413,0.46694216,0.49586776,0.38016528,0.37603307,0.16115703,0.1570248,0.09090909,0.61157024,0.77272725,0.7355372,0.7644628,0.7768595,0.77272725,0.74380165,0.73140496,0.7107438,0.7107438,0.74380165,0.7231405,0.76859504,0.75619835,0.73966944,0.7644628,0.74380165,0.6983471,0.6694215,0.6487603,0.60330576,0.59504133,0.5289256,0.49586776,0.5289256,0.5123967,0.4876033,0.49173555,0.49173555,0.48347107,0.46280992,0.5082645,0.5165289,0.5371901,0.55785125,0.56198347,0.56198347,0.58677685,0.59090906,0.59090906,0.5661157,0.54545456,0.53305787,0.53305787,0.56198347,0.56198347,0.61157024,0.62396693,0.61570245,0.6404959,0.6446281,0.61157024,0.59504133,0.55785125,0.57024795,0.54545456,0.16528925,0.1694215,0.18595041,0.21487603,0.5661157,0.40495867,0.2520661,0.07438017,0.40082645,0.78099173,0.73966944,0.7355372,0.7768595,0.7644628,0.7644628,0.7355372,0.70247936,0.73140496,0.76033056,0.75619835,0.7644628,0.76859504,0.74380165,0.73966944,0.7355372,0.70247936,0.6859504,0.6528926,0.6446281,0.6198347,0.59504133,0.59090906,0.5785124,0.57024795,0.5661157,0.5413223,0.5495868,0.5165289,0.49173555,0.5,0.5082645,0.55785125,0.5661157,0.5413223,0.57438016,0.58677685,0.57024795,0.59504133,0.58264464,0.56198347,0.53305787,0.5413223,0.553719,0.57024795,0.59504133,0.6280992,0.62396693,0.6280992,0.6280992,0.59917355,0.5785124,0.54545456,0.607438,0.41735536,0.09090909,0.0661157,0.16528925,0.19421488,0.55785125,0.54545456,0.47933885,0.33471075,0.2603306,0.6652893,0.75619835,0.73140496,0.76033056,0.75619835,0.76859504,0.7107438,0.7355372,0.7355372,0.75619835,0.76859504,0.75619835,0.78099173,0.73966944,0.74793386,0.73140496,0.72727275,0.6859504,0.6694215,0.677686,0.6694215,0.6528926,0.6446281,0.607438,0.6198347,0.60330576,0.57438016,0.553719,0.56198347,0.5289256,0.53305787,0.5206612,0.553719,0.5661157,0.55785125,0.5785124,0.57024795,0.5785124,0.5495868,0.59917355,0.5785124,0.5413223,0.5495868,0.54545456,0.57024795,0.58264464,0.6198347,0.6280992,0.6280992,0.60330576,0.59504133,0.56198347,0.5413223,0.58264464,0.21487603,0.0661157,0.11570248,0.1983471,0.16115703,0.47107437,0.5247934,0.5371901,0.48347107,0.3553719,0.5371901,0.73966944,0.73140496,0.73140496,0.75619835,0.72727275,0.71487606,0.7231405,0.7231405,0.76033056,0.74793386,0.75619835,0.75619835,0.75619835,0.76859504,0.74793386,0.73140496,0.69008267,0.70247936,0.69008267,0.6652893,0.6446281,0.6363636,0.60330576,0.60330576,0.59090906,0.5495868,0.5289256,0.553719,0.54545456,0.553719,0.55785125,0.553719,0.55785125,0.5661157,0.553719,0.5785124,0.57438016,0.57024795,0.59504133,0.58264464,0.56198347,0.55785125,0.5371901,0.5785124,0.58264464,0.62396693,0.607438,0.62396693,0.59504133,0.553719,0.5413223,0.553719,0.42975205,0.09090909,0.10743801,0.12396694,0.21900827,0.12809917,0.29338843,0.3264463,0.4338843,0.46280992,0.37603307,0.41322315,0.677686,0.72727275,0.7066116,0.72727275,0.72727275,0.71487606,0.73140496,0.74793386,0.7355372,0.74380165,0.74793386,0.7644628,0.75619835,0.76033056,0.76033056,0.73966944,0.70247936,0.71487606,0.677686,0.6694215,0.6487603,0.6198347,0.59504133,0.58677685,0.58264464,0.56198347,0.54545456,0.53305787,0.53305787,0.53305787,0.5661157,0.5661157,0.5661157,0.5495868,0.57438016,0.5785124,0.57024795,0.59504133,0.59917355,0.59090906,0.5785124,0.56198347,0.57438016,0.5661157,0.59504133,0.59917355,0.60330576,0.60330576,0.58677685,0.5413223,0.5247934,0.5123967,0.16528925,0.07024793,0.12809917,0.1983471,0.18595041,0.13636364,0.21900827,0.19008264,0.18595041,0.3140496,0.28099173,0.29338843,0.5,0.69008267,0.6818182,0.70247936,0.70247936,0.6983471,0.72727275,0.7355372,0.71900827,0.73966944,0.74793386,0.76859504,0.74793386,0.76033056,0.7644628,0.71900827,0.71900827,0.7107438,0.677686,0.6694215,0.6404959,0.607438,0.59917355,0.607438,0.59504133,0.57438016,0.54545456,0.5206612,0.5123967,0.5206612,0.56198347,0.57024795,0.57024795,0.57438016,0.5661157,0.58264464,0.57024795,0.607438,0.60330576,0.59504133,0.5661157,0.58677685,0.5661157,0.57024795,0.58677685,0.58264464,0.5785124,0.57438016,0.5495868,0.5206612,0.4876033,0.2892562,0.07024793,0.12809917,0.21900827,0.23966943,0.16528925,0.16528925,0.19008264,0.19421488,0.19008264,0.1570248,0.12809917,0.18181819,0.24380165,0.5495868,0.6570248,0.6735537,0.661157,0.677686,0.6859504,0.74380165,0.6859504,0.70247936,0.7355372,0.72727275,0.74380165,0.76033056,0.74793386,0.74380165,0.72727275,0.7107438,0.69008267,0.6487603,0.61570245,0.60330576,0.5785124,0.59504133,0.5661157,0.5495868,0.5247934,0.5082645,0.5041322,0.5041322,0.53305787,0.5495868,0.57024795,0.57024795,0.57438016,0.56198347,0.59090906,0.58264464,0.607438,0.59504133,0.57024795,0.59090906,0.55785125,0.58264464,0.58677685,0.57438016,0.55785125,0.5371901,0.5165289,0.49173555,0.2892562,0.09504132,0.10330579,0.23140496,0.27272728,0.19421488,0.16115703,0.17355372,0.16528925,0.17355372,0.18595041,0.12809917,0.09090909,0.12809917,0.2603306,0.37603307,0.59917355,0.62396693,0.6198347,0.6404959,0.6487603,0.6694215,0.6652893,0.6942149,0.7107438,0.71487606,0.7066116,0.7355372,0.7231405,0.7231405,0.70247936,0.6652893,0.6487603,0.6280992,0.58677685,0.56198347,0.5495868,0.54545456,0.5165289,0.5123967,0.49586776,0.5,0.49173555,0.5,0.5371901,0.54545456,0.56198347,0.553719,0.57438016,0.55785125,0.58264464,0.59090906,0.60330576,0.58264464,0.5661157,0.54545456,0.5495868,0.5661157,0.56198347,0.54545456,0.53305787,0.5206612,0.5082645,0.3181818,0.07438017,0.08264463,0.20661157,0.2520661,0.21900827,0.15289256,0.17355372,0.18181819,0.19008264,0.16115703,0.1570248,0.09917355,0.05785124,0.11983471,0.34710744,0.44214877,0.57438016,0.58264464,0.56198347,0.58677685,0.60330576,0.61157024,0.6487603,0.677686,0.677686,0.6859504,0.6735537,0.6983471,0.7066116,0.6694215,0.6528926,0.607438,0.58264464,0.5495868,0.5413223,0.5206612,0.5082645,0.5,0.47933885,0.46694216,0.45041323,0.46280992,0.46694216,0.48347107,0.5206612,0.5413223,0.5495868,0.5495868,0.5661157,0.55785125,0.5785124,0.5661157,0.57024795,0.553719,0.53305787,0.5206612,0.5247934,0.53305787,0.5289256,0.5,0.5041322,0.4752066,0.37190083,0.16115703,0.053719006,0.14049587,0.21900827,0.20247933,0.16115703,0.14049587,0.14876033,0.20247933,0.2107438,0.15289256,0.16115703,0.12396694,0.05785124,0.11157025,0.49173555,0.553719,0.59090906,0.6487603,0.5661157,0.49586776,0.54545456,0.57024795,0.6198347,0.6487603,0.6446281,0.6487603,0.6363636,0.6528926,0.6487603,0.62396693,0.5785124,0.5371901,0.5371901,0.5123967,0.5041322,0.5,0.46694216,0.44214877,0.40082645,0.41322315,0.42975205,0.42561984,0.43801653,0.47107437,0.5041322,0.5206612,0.54545456,0.5495868,0.5661157,0.5495868,0.5495868,0.5413223,0.53305787,0.5206612,0.5165289,0.49586776,0.47933885,0.49586776,0.5,0.4752066,0.46280992,0.41322315,0.3305785,0.19008264,0.0661157,0.15289256,0.17768595,0.16115703,0.16528925,0.16115703,0.15289256,0.23140496,0.19421488,0.12809917,0.16528925,0.14876033,0.10330579,0.06198347,0.61570245,0.607438,0.6404959,0.6652893,0.6859504,0.5661157,0.48347107,0.5123967,0.57438016,0.607438,0.59917355,0.61570245,0.59090906,0.607438,0.607438,0.59090906,0.5371901,0.5,0.49586776,0.46280992,0.46694216,0.46280992,0.4214876,0.41322315,0.35950413,0.39256197,0.4214876,0.3966942,0.4090909,0.41322315,0.45867768,0.47107437,0.5041322,0.5289256,0.5123967,0.5082645,0.5082645,0.49173555,0.49173555,0.4876033,0.5082645,0.45454547,0.45867768,0.46280992,0.46694216,0.4214876,0.37603307,0.29338843,0.2644628,0.23966943,0.16528925,0.1694215,0.12809917,0.13636364,0.14876033,0.16528925,0.19421488,0.23966943,31 +0.39256197,0.4752066,0.661157,0.59090906,0.47107437,0.54545456,0.6735537,0.74793386,0.8016529,0.8264463,0.8264463,0.8264463,0.8305785,0.822314,0.8057851,0.8057851,0.7933884,0.7768595,0.75619835,0.75619835,0.7355372,0.7107438,0.70247936,0.6859504,0.6818182,0.661157,0.62396693,0.607438,0.6652893,0.661157,0.6446281,0.6570248,0.6652893,0.6694215,0.6652893,0.69008267,0.6694215,0.6652893,0.6446281,0.661157,0.6570248,0.661157,0.6528926,0.6404959,0.6487603,0.6528926,0.6363636,0.6528926,0.6652893,0.6652893,0.6528926,0.6446281,0.6322314,0.6694215,0.6404959,0.6198347,0.59504133,0.53305787,0.49173555,0.5206612,0.5123967,0.5206612,0.5165289,0.45454547,0.5247934,0.61157024,0.6322314,0.47933885,0.5413223,0.6818182,0.74793386,0.80991733,0.8347107,0.8347107,0.8429752,0.822314,0.8264463,0.8264463,0.80991733,0.7892562,0.78099173,0.77272725,0.75619835,0.76033056,0.74793386,0.73140496,0.71900827,0.71487606,0.6983471,0.6694215,0.6528926,0.6528926,0.6694215,0.6528926,0.6446281,0.6487603,0.6487603,0.6487603,0.6652893,0.6735537,0.6652893,0.677686,0.6652893,0.661157,0.6528926,0.6694215,0.6528926,0.6363636,0.6404959,0.6570248,0.6528926,0.661157,0.6735537,0.677686,0.661157,0.6528926,0.6487603,0.6694215,0.6528926,0.6363636,0.60330576,0.57438016,0.4752066,0.5289256,0.553719,0.5785124,0.5041322,0.4876033,0.57438016,0.61570245,0.5041322,0.49173555,0.6818182,0.77272725,0.80991733,0.8512397,0.8347107,0.8429752,0.8305785,0.8264463,0.838843,0.8181818,0.7933884,0.77272725,0.76033056,0.74380165,0.73966944,0.75619835,0.76859504,0.71487606,0.7107438,0.7231405,0.7231405,0.7066116,0.6942149,0.6859504,0.677686,0.6694215,0.661157,0.677686,0.6363636,0.6446281,0.6735537,0.6528926,0.677686,0.6859504,0.69008267,0.677686,0.6652893,0.6735537,0.6528926,0.6446281,0.661157,0.677686,0.6818182,0.6818182,0.6942149,0.6859504,0.677686,0.6735537,0.6198347,0.6652893,0.6694215,0.6363636,0.6280992,0.59090906,0.5165289,0.5082645,0.57438016,0.607438,0.57438016,0.56198347,0.55785125,0.5371901,0.45041323,0.59090906,0.74380165,0.8429752,0.8512397,0.8553719,0.8347107,0.8429752,0.838843,0.8264463,0.8057851,0.8016529,0.76033056,0.75619835,0.72727275,0.74380165,0.71900827,0.71487606,0.7644628,0.6983471,0.7066116,0.7107438,0.7355372,0.7231405,0.72727275,0.71487606,0.69008267,0.69008267,0.6694215,0.6942149,0.6487603,0.6404959,0.71487606,0.6652893,0.70247936,0.7066116,0.71487606,0.7107438,0.6942149,0.6942149,0.6694215,0.6859504,0.6859504,0.69008267,0.70247936,0.6818182,0.69008267,0.6818182,0.6652893,0.6694215,0.6280992,0.6404959,0.6652893,0.6528926,0.6198347,0.61157024,0.5289256,0.53305787,0.57438016,0.59917355,0.59090906,0.607438,0.56198347,0.4752066,0.553719,0.6942149,0.7892562,0.87603307,0.8636364,0.8553719,0.822314,0.8471074,0.838843,0.8181818,0.76859504,0.75619835,0.6859504,0.6404959,0.6694215,0.70247936,0.6735537,0.6942149,0.7107438,0.6859504,0.6942149,0.6859504,0.70247936,0.7066116,0.7066116,0.6818182,0.677686,0.69008267,0.6735537,0.7066116,0.6694215,0.6404959,0.7355372,0.6859504,0.6942149,0.70247936,0.72727275,0.7107438,0.6983471,0.6859504,0.6859504,0.6859504,0.6859504,0.6942149,0.69008267,0.6735537,0.677686,0.677686,0.6652893,0.661157,0.6280992,0.6280992,0.6280992,0.6694215,0.6363636,0.6363636,0.5289256,0.5289256,0.58677685,0.5785124,0.5785124,0.61157024,0.49173555,0.5041322,0.661157,0.76859504,0.8347107,0.8636364,0.8636364,0.8512397,0.8181818,0.8347107,0.8264463,0.79752064,0.6735537,0.6487603,0.58264464,0.5165289,0.5785124,0.58677685,0.5413223,0.56198347,0.57024795,0.59917355,0.60330576,0.6280992,0.6487603,0.6404959,0.6404959,0.6363636,0.6528926,0.6818182,0.6652893,0.70247936,0.6652893,0.6446281,0.6983471,0.6694215,0.677686,0.6735537,0.7066116,0.677686,0.677686,0.6818182,0.677686,0.6818182,0.677686,0.677686,0.677686,0.6694215,0.6735537,0.6859504,0.6446281,0.6280992,0.6570248,0.607438,0.60330576,0.6363636,0.6404959,0.6404959,0.55785125,0.5165289,0.58677685,0.57438016,0.59917355,0.59917355,0.46694216,0.5785124,0.75206614,0.8057851,0.8512397,0.8512397,0.8636364,0.8471074,0.838843,0.7933884,0.78512394,0.73140496,0.661157,0.6528926,0.59090906,0.5785124,0.5247934,0.5,0.49173555,0.48347107,0.4214876,0.44214877,0.45454547,0.5123967,0.5165289,0.5371901,0.56198347,0.58264464,0.6322314,0.661157,0.6694215,0.69008267,0.6570248,0.62396693,0.6735537,0.6404959,0.6694215,0.6528926,0.6528926,0.6652893,0.6487603,0.6694215,0.6570248,0.6570248,0.6404959,0.6322314,0.61570245,0.59504133,0.58677685,0.5495868,0.5371901,0.5661157,0.58264464,0.5785124,0.59504133,0.58264464,0.6198347,0.6363636,0.57438016,0.5289256,0.57438016,0.607438,0.61157024,0.61570245,0.49586776,0.6694215,0.8016529,0.8305785,0.8471074,0.8512397,0.8636364,0.8305785,0.8264463,0.77272725,0.7768595,0.73140496,0.7355372,0.7231405,0.6983471,0.661157,0.6363636,0.59504133,0.56198347,0.53305787,0.4752066,0.4338843,0.45041323,0.446281,0.45454547,0.44214877,0.49173555,0.5165289,0.61157024,0.6322314,0.661157,0.6404959,0.6487603,0.607438,0.6363636,0.6404959,0.6652893,0.6363636,0.62396693,0.6322314,0.6280992,0.6363636,0.62396693,0.57438016,0.5123967,0.49586776,0.46280992,0.446281,0.446281,0.4090909,0.41322315,0.46694216,0.5165289,0.56198347,0.553719,0.56198347,0.57024795,0.607438,0.60330576,0.5289256,0.5785124,0.6528926,0.6570248,0.6528926,0.56198347,0.74380165,0.8347107,0.8471074,0.8429752,0.8429752,0.8553719,0.8140496,0.8181818,0.8057851,0.78512394,0.78099173,0.78099173,0.78512394,0.73966944,0.6859504,0.6487603,0.6198347,0.58677685,0.57024795,0.57438016,0.5413223,0.5289256,0.4876033,0.4752066,0.43801653,0.47107437,0.5165289,0.5785124,0.6404959,0.6404959,0.61570245,0.6322314,0.61157024,0.6280992,0.6404959,0.6487603,0.62396693,0.61570245,0.60330576,0.61157024,0.60330576,0.5413223,0.47933885,0.40082645,0.36363637,0.38016528,0.40082645,0.41322315,0.43801653,0.49586776,0.553719,0.59090906,0.59090906,0.55785125,0.5289256,0.553719,0.5785124,0.61570245,0.5082645,0.57024795,0.6818182,0.71487606,0.6942149,0.6446281,0.7892562,0.8429752,0.8553719,0.8347107,0.838843,0.838843,0.8057851,0.8305785,0.8471074,0.8471074,0.7933884,0.77272725,0.74380165,0.6942149,0.62396693,0.56198347,0.553719,0.5123967,0.53305787,0.54545456,0.5661157,0.5661157,0.54545456,0.5289256,0.5247934,0.5123967,0.53305787,0.59090906,0.6363636,0.6280992,0.62396693,0.61570245,0.59504133,0.6322314,0.607438,0.60330576,0.607438,0.59504133,0.59917355,0.57438016,0.553719,0.46694216,0.42975205,0.36363637,0.4090909,0.446281,0.46694216,0.48347107,0.5413223,0.58677685,0.6322314,0.6446281,0.6570248,0.6652893,0.6322314,0.58677685,0.55785125,0.61570245,0.5082645,0.553719,0.6694215,0.71900827,0.74793386,0.7231405,0.822314,0.838843,0.8512397,0.8264463,0.8429752,0.822314,0.8140496,0.822314,0.8636364,0.8471074,0.74380165,0.73966944,0.6818182,0.59917355,0.5206612,0.49586776,0.5123967,0.5041322,0.5289256,0.5413223,0.5661157,0.59090906,0.56198347,0.5495868,0.553719,0.553719,0.57024795,0.6322314,0.6446281,0.6322314,0.6487603,0.6280992,0.59090906,0.6322314,0.62396693,0.607438,0.59090906,0.59917355,0.59504133,0.55785125,0.5123967,0.47107437,0.46694216,0.47107437,0.5123967,0.5495868,0.56198347,0.54545456,0.553719,0.57024795,0.59917355,0.6198347,0.6404959,0.70247936,0.74380165,0.6570248,0.5661157,0.58677685,0.5041322,0.5082645,0.6280992,0.6859504,0.72727275,0.7892562,0.8347107,0.8471074,0.838843,0.8264463,0.8471074,0.8140496,0.822314,0.8264463,0.838843,0.78512394,0.6942149,0.6859504,0.57024795,0.53305787,0.5413223,0.6446281,0.677686,0.677686,0.6652893,0.6446281,0.6446281,0.6446281,0.6198347,0.57438016,0.553719,0.5413223,0.59090906,0.6446281,0.70247936,0.677686,0.6735537,0.6570248,0.6198347,0.6528926,0.6570248,0.6322314,0.59090906,0.59917355,0.59090906,0.57438016,0.5206612,0.5165289,0.5289256,0.5785124,0.61157024,0.661157,0.6735537,0.6487603,0.6487603,0.6322314,0.59504133,0.58264464,0.607438,0.6652893,0.72727275,0.6942149,0.59504133,0.58264464,0.5123967,0.46694216,0.56198347,0.6983471,0.6942149,0.8140496,0.838843,0.8429752,0.8347107,0.8264463,0.822314,0.8181818,0.8264463,0.8347107,0.79752064,0.71487606,0.7107438,0.5413223,0.61157024,0.6818182,0.7768595,0.78099173,0.74380165,0.71900827,0.6818182,0.6570248,0.6446281,0.6280992,0.6322314,0.59504133,0.553719,0.5123967,0.5041322,0.59504133,0.75619835,0.7768595,0.7231405,0.6983471,0.6652893,0.6859504,0.677686,0.6363636,0.6363636,0.6446281,0.61570245,0.54545456,0.48347107,0.5413223,0.62396693,0.70247936,0.69008267,0.6694215,0.677686,0.70247936,0.70247936,0.6818182,0.6818182,0.6404959,0.6322314,0.6652893,0.6694215,0.6652893,0.61157024,0.58264464,0.5206612,0.45867768,0.49586776,0.6983471,0.661157,0.8305785,0.8305785,0.8512397,0.822314,0.8140496,0.8140496,0.8264463,0.8264463,0.8181818,0.75206614,0.6983471,0.6528926,0.6652893,0.8057851,0.80991733,0.77272725,0.7066116,0.6322314,0.58677685,0.5413223,0.5289256,0.5123967,0.5082645,0.54545456,0.57438016,0.5661157,0.5123967,0.45867768,0.5082645,0.7066116,0.80991733,0.8057851,0.7355372,0.7107438,0.72727275,0.6859504,0.6528926,0.677686,0.71900827,0.5661157,0.45041323,0.5123967,0.62396693,0.6446281,0.6198347,0.57438016,0.56198347,0.607438,0.661157,0.6859504,0.677686,0.69008267,0.70247936,0.69008267,0.6942149,0.6694215,0.6404959,0.6198347,0.57438016,0.53305787,0.4752066,0.4876033,0.661157,0.6322314,0.8347107,0.8264463,0.8471074,0.822314,0.8057851,0.8347107,0.8305785,0.822314,0.822314,0.7066116,0.6983471,0.70247936,0.8595041,0.8595041,0.76033056,0.58264464,0.4752066,0.41322315,0.38429752,0.35950413,0.40082645,0.45454547,0.46280992,0.446281,0.5,0.54545456,0.5165289,0.4876033,0.42975205,0.6446281,0.77272725,0.8636364,0.78512394,0.7355372,0.7355372,0.6942149,0.6735537,0.6983471,0.71487606,0.41322315,0.45041323,0.5206612,0.5289256,0.48347107,0.47107437,0.5,0.46280992,0.4338843,0.41735536,0.45867768,0.5123967,0.6198347,0.71900827,0.7066116,0.6818182,0.6280992,0.61570245,0.59090906,0.58264464,0.54545456,0.4752066,0.4876033,0.61570245,0.59917355,0.8347107,0.8181818,0.8429752,0.80991733,0.8016529,0.8512397,0.838843,0.8181818,0.8016529,0.6942149,0.75206614,0.8347107,0.80991733,0.8264463,0.46280992,0.338843,0.19421488,0.2231405,0.5165289,0.1322314,0.28099173,0.27272728,0.35950413,0.45041323,0.4876033,0.49173555,0.5206612,0.5206612,0.4338843,0.59090906,0.7231405,0.8471074,0.8347107,0.7768595,0.74380165,0.70247936,0.677686,0.71900827,0.61570245,0.42561984,0.47107437,0.45454547,0.41322315,0.44214877,0.45867768,0.32231405,0.23140496,0.4090909,0.12809917,0.18181819,0.22727273,0.37603307,0.48347107,0.70247936,0.69008267,0.59504133,0.59917355,0.6280992,0.5661157,0.55785125,0.5165289,0.5041322,0.58264464,0.61157024,0.8305785,0.8140496,0.838843,0.79752064,0.8057851,0.8512397,0.838843,0.8140496,0.78099173,0.71487606,0.8140496,0.7892562,0.69008267,0.48347107,0.26859504,0.5206612,0.2231405,0.12809917,0.34710744,0.2231405,0.3140496,0.446281,0.30991736,0.3181818,0.41735536,0.5371901,0.58264464,0.59504133,0.5785124,0.58677685,0.71900827,0.8181818,0.8140496,0.8016529,0.73140496,0.6694215,0.6528926,0.6983471,0.59917355,0.5289256,0.5165289,0.45454547,0.37190083,0.3429752,0.3429752,0.16528925,0.30578512,0.21487603,0.20247933,0.21487603,0.37190083,0.5082645,0.2231405,0.47107437,0.6570248,0.60330576,0.607438,0.61157024,0.56198347,0.553719,0.5041322,0.45867768,0.5371901,0.56198347,0.8347107,0.8347107,0.8181818,0.7933884,0.8140496,0.8553719,0.8347107,0.8181818,0.77272725,0.7768595,0.8057851,0.6694215,0.49173555,0.45867768,0.49173555,0.39256197,0.38016528,0.32231405,0.41735536,0.3264463,0.40495867,0.5041322,0.45454547,0.4090909,0.40082645,0.4876033,0.59917355,0.6652893,0.6983471,0.6570248,0.75619835,0.79752064,0.7933884,0.79752064,0.6983471,0.6570248,0.6404959,0.6487603,0.60330576,0.60330576,0.6198347,0.44214877,0.30165288,0.35123968,0.45041323,0.30165288,0.36363637,0.22727273,0.29752067,0.25619835,0.49173555,0.6818182,0.23966943,0.26859504,0.5123967,0.6322314,0.6528926,0.61157024,0.57438016,0.55785125,0.46280992,0.44214877,0.45454547,0.53305787,0.838843,0.838843,0.822314,0.8057851,0.8181818,0.8429752,0.8471074,0.8057851,0.72727275,0.7768595,0.6735537,0.55785125,0.74380165,0.72727275,0.6942149,0.59917355,0.5371901,0.5041322,0.5123967,0.49586776,0.57024795,0.5661157,0.56198347,0.5661157,0.5495868,0.55785125,0.59090906,0.62396693,0.6942149,0.71900827,0.7768595,0.79752064,0.7644628,0.76033056,0.6735537,0.61157024,0.62396693,0.62396693,0.59090906,0.6322314,0.607438,0.55785125,0.5082645,0.5041322,0.5041322,0.5123967,0.5247934,0.47107437,0.5041322,0.3677686,0.49173555,0.553719,0.4338843,0.41735536,0.4090909,0.58677685,0.6322314,0.59090906,0.58677685,0.553719,0.44214877,0.3677686,0.3553719,0.5206612,0.8429752,0.8305785,0.8305785,0.822314,0.8264463,0.8264463,0.8305785,0.76033056,0.6983471,0.72727275,0.6983471,0.71900827,0.8057851,0.79752064,0.8016529,0.7355372,0.6942149,0.677686,0.61570245,0.677686,0.6652893,0.6363636,0.61570245,0.57024795,0.553719,0.553719,0.5661157,0.60330576,0.71487606,0.76859504,0.78099173,0.7933884,0.7644628,0.7644628,0.74793386,0.6404959,0.6198347,0.62396693,0.59090906,0.6198347,0.60330576,0.59917355,0.56198347,0.5661157,0.57024795,0.61570245,0.59090906,0.60330576,0.6404959,0.5413223,0.5785124,0.6570248,0.6446281,0.607438,0.53305787,0.56198347,0.61570245,0.6322314,0.58264464,0.5495868,0.45041323,0.23966943,0.3181818,0.49586776,0.838843,0.8347107,0.8305785,0.8264463,0.8429752,0.8181818,0.838843,0.77272725,0.7355372,0.78099173,0.78099173,0.76859504,0.78099173,0.7892562,0.78512394,0.74380165,0.76033056,0.7066116,0.6528926,0.6280992,0.58264464,0.5661157,0.59504133,0.61157024,0.59917355,0.57024795,0.6280992,0.69008267,0.76859504,0.75619835,0.75619835,0.7933884,0.7644628,0.77272725,0.78512394,0.69008267,0.6322314,0.6487603,0.57438016,0.62396693,0.6363636,0.6322314,0.58264464,0.59090906,0.57024795,0.57024795,0.553719,0.57024795,0.6363636,0.62396693,0.6487603,0.6942149,0.7107438,0.661157,0.6322314,0.61570245,0.61157024,0.6363636,0.57438016,0.553719,0.45041323,0.20661157,0.2768595,0.4214876,0.8347107,0.838843,0.8305785,0.8181818,0.8471074,0.8429752,0.8471074,0.8140496,0.78099173,0.8057851,0.8057851,0.79752064,0.7892562,0.78099173,0.78099173,0.6942149,0.6570248,0.62396693,0.62396693,0.61157024,0.62396693,0.6570248,0.6570248,0.6322314,0.607438,0.6570248,0.72727275,0.78099173,0.7768595,0.75206614,0.78512394,0.8016529,0.76033056,0.7768595,0.78512394,0.75619835,0.6652893,0.6735537,0.5785124,0.61570245,0.6363636,0.6818182,0.62396693,0.6198347,0.6198347,0.62396693,0.60330576,0.5785124,0.57024795,0.59917355,0.6652893,0.677686,0.69008267,0.6694215,0.6694215,0.6735537,0.661157,0.6528926,0.59917355,0.54545456,0.43801653,0.22727273,0.23140496,0.38016528,0.8305785,0.8264463,0.8264463,0.8264463,0.8595041,0.8553719,0.838843,0.8264463,0.8140496,0.7933884,0.8016529,0.7644628,0.7355372,0.74793386,0.7231405,0.6942149,0.7231405,0.6942149,0.6694215,0.69008267,0.6818182,0.6487603,0.6322314,0.6528926,0.6818182,0.71487606,0.78512394,0.80991733,0.77272725,0.78099173,0.8140496,0.8016529,0.76859504,0.76033056,0.75619835,0.7768595,0.71487606,0.6735537,0.59090906,0.6198347,0.6404959,0.6652893,0.6818182,0.6404959,0.6198347,0.6280992,0.6404959,0.6487603,0.6322314,0.6280992,0.61570245,0.62396693,0.6694215,0.6942149,0.70247936,0.6652893,0.69008267,0.677686,0.62396693,0.56198347,0.41735536,0.4090909,0.2107438,0.338843,0.8181818,0.822314,0.822314,0.8305785,0.8512397,0.8429752,0.838843,0.838843,0.8181818,0.80991733,0.76859504,0.75206614,0.76033056,0.75206614,0.7355372,0.74793386,0.72727275,0.7107438,0.7066116,0.69008267,0.6983471,0.6694215,0.6942149,0.72727275,0.72727275,0.73966944,0.8016529,0.7933884,0.8140496,0.8181818,0.8057851,0.7933884,0.7644628,0.75619835,0.7768595,0.75619835,0.72727275,0.69008267,0.60330576,0.61570245,0.661157,0.6570248,0.6735537,0.6652893,0.6570248,0.6570248,0.61157024,0.6446281,0.6528926,0.6528926,0.6487603,0.677686,0.6735537,0.6528926,0.6735537,0.677686,0.6942149,0.6859504,0.6404959,0.57024795,0.44214877,0.45454547,0.29752067,0.29752067,0.80991733,0.8140496,0.8181818,0.8347107,0.8471074,0.8429752,0.8553719,0.8512397,0.822314,0.8181818,0.7892562,0.75619835,0.7768595,0.75206614,0.74793386,0.74380165,0.72727275,0.7355372,0.7107438,0.7107438,0.71487606,0.7066116,0.7355372,0.7355372,0.7107438,0.75619835,0.8181818,0.79752064,0.8140496,0.8181818,0.8016529,0.78099173,0.76033056,0.75619835,0.7768595,0.7231405,0.7768595,0.6983471,0.6198347,0.60330576,0.6528926,0.6528926,0.6570248,0.6528926,0.6735537,0.6735537,0.6487603,0.6570248,0.661157,0.6487603,0.6570248,0.6735537,0.6694215,0.6694215,0.70247936,0.6818182,0.6942149,0.677686,0.6570248,0.58264464,0.45041323,0.41735536,0.39256197,0.28099173,0.80991733,0.80991733,0.8057851,0.8264463,0.838843,0.8347107,0.8553719,0.8553719,0.8016529,0.8512397,0.8140496,0.77272725,0.78099173,0.7892562,0.75619835,0.71487606,0.72727275,0.72727275,0.7231405,0.7107438,0.69008267,0.69008267,0.74380165,0.72727275,0.7231405,0.73140496,0.8057851,0.7933884,0.822314,0.8057851,0.7933884,0.75206614,0.74793386,0.7644628,0.76033056,0.71900827,0.7892562,0.6983471,0.6363636,0.61570245,0.61157024,0.7066116,0.661157,0.6570248,0.6735537,0.6652893,0.661157,0.661157,0.6652893,0.6570248,0.6570248,0.6694215,0.6818182,0.6570248,0.6942149,0.6818182,0.71900827,0.677686,0.6818182,0.59090906,0.38429752,0.40082645,0.5123967,0.29752067,0.8057851,0.8016529,0.8057851,0.8140496,0.8264463,0.8347107,0.8471074,0.838843,0.8471074,0.838843,0.8264463,0.8016529,0.80991733,0.7892562,0.76033056,0.74793386,0.73140496,0.71900827,0.7066116,0.7231405,0.7066116,0.71487606,0.73140496,0.7066116,0.71487606,0.6942149,0.7107438,0.7107438,0.7768595,0.78512394,0.76859504,0.73966944,0.76859504,0.7933884,0.7231405,0.7231405,0.73966944,0.6694215,0.6198347,0.62396693,0.607438,0.6652893,0.6487603,0.6570248,0.6652893,0.6859504,0.661157,0.6652893,0.661157,0.6446281,0.6528926,0.661157,0.677686,0.6652893,0.70247936,0.69008267,0.73966944,0.7107438,0.6570248,0.59090906,0.29338843,0.23966943,0.5082645,0.41735536,0.8057851,0.7933884,0.8016529,0.8140496,0.8140496,0.8347107,0.838843,0.838843,0.8429752,0.8471074,0.8347107,0.8305785,0.8181818,0.78512394,0.76033056,0.76033056,0.73966944,0.72727275,0.69008267,0.7355372,0.71487606,0.73140496,0.7107438,0.6859504,0.6735537,0.6280992,0.58677685,0.6694215,0.78512394,0.78099173,0.7768595,0.74380165,0.8140496,0.8181818,0.70247936,0.6735537,0.6280992,0.61157024,0.607438,0.6528926,0.6694215,0.61157024,0.53305787,0.61570245,0.6404959,0.6818182,0.6818182,0.6735537,0.661157,0.661157,0.661157,0.6570248,0.6652893,0.6694215,0.7107438,0.6983471,0.72727275,0.7231405,0.6818182,0.5661157,0.2603306,0.21487603,0.338843,0.3966942,0.80991733,0.7892562,0.79752064,0.79752064,0.80991733,0.8347107,0.8181818,0.8264463,0.8347107,0.8429752,0.8429752,0.8429752,0.80991733,0.77272725,0.7644628,0.78512394,0.7355372,0.7355372,0.7107438,0.73140496,0.71900827,0.7107438,0.6983471,0.6322314,0.59917355,0.58264464,0.5247934,0.677686,0.8016529,0.8016529,0.78099173,0.70247936,0.71900827,0.6983471,0.6404959,0.607438,0.53305787,0.5413223,0.56198347,0.661157,0.6942149,0.60330576,0.553719,0.5661157,0.61157024,0.6735537,0.6983471,0.6818182,0.6570248,0.6694215,0.6735537,0.6652893,0.6652893,0.6859504,0.6983471,0.70247936,0.7231405,0.73140496,0.70247936,0.5371901,0.2520661,0.24793388,0.3140496,0.3264463,0.79752064,0.78512394,0.78099173,0.78512394,0.8016529,0.822314,0.8181818,0.8140496,0.8264463,0.838843,0.8429752,0.8264463,0.8016529,0.7933884,0.77272725,0.75619835,0.74793386,0.7231405,0.7107438,0.6859504,0.6859504,0.6570248,0.61157024,0.5785124,0.553719,0.56198347,0.47107437,0.69008267,0.8016529,0.7355372,0.661157,0.57438016,0.59504133,0.58264464,0.5661157,0.5495868,0.46694216,0.46280992,0.5,0.553719,0.5495868,0.5123967,0.6322314,0.5247934,0.57438016,0.6363636,0.6652893,0.6694215,0.6363636,0.6404959,0.661157,0.6404959,0.6818182,0.6942149,0.7107438,0.71487606,0.72727275,0.7107438,0.7066116,0.49586776,0.2768595,0.21487603,0.35950413,0.2892562,0.7892562,0.7933884,0.77272725,0.76859504,0.8016529,0.8016529,0.8140496,0.79752064,0.822314,0.8305785,0.8264463,0.8305785,0.822314,0.8057851,0.77272725,0.74380165,0.73966944,0.6983471,0.69008267,0.6528926,0.6198347,0.59090906,0.55785125,0.5371901,0.5165289,0.5661157,0.46694216,0.661157,0.6652893,0.4752066,0.29338843,0.2644628,0.38842976,0.553719,0.54545456,0.42975205,0.35950413,0.37603307,0.3966942,0.47107437,0.38016528,0.40495867,0.60330576,0.4752066,0.5165289,0.5785124,0.6198347,0.62396693,0.59504133,0.59917355,0.6322314,0.6487603,0.6859504,0.7231405,0.71487606,0.71900827,0.7107438,0.6818182,0.677686,0.47107437,0.27272728,0.2644628,0.3966942,0.29338843,0.78512394,0.7933884,0.76859504,0.7644628,0.7768595,0.8140496,0.79752064,0.7933884,0.7933884,0.7933884,0.8057851,0.8181818,0.8347107,0.7892562,0.76033056,0.74380165,0.7066116,0.6652893,0.6446281,0.6198347,0.58264464,0.5413223,0.5123967,0.4876033,0.4752066,0.5495868,0.47933885,0.5413223,0.61570245,0.3429752,0.18181819,0.1983471,0.40495867,0.5123967,0.57438016,0.35950413,0.28512397,0.30991736,0.43801653,0.3305785,0.1570248,0.3553719,0.5206612,0.44214877,0.4214876,0.5,0.553719,0.58264464,0.55785125,0.60330576,0.61157024,0.6198347,0.6983471,0.75619835,0.72727275,0.70247936,0.6735537,0.6487603,0.6652893,0.4338843,0.25619835,0.28512397,0.446281,0.28099173,0.76859504,0.7892562,0.78512394,0.75619835,0.77272725,0.77272725,0.7892562,0.78099173,0.77272725,0.7768595,0.7933884,0.7933884,0.822314,0.75619835,0.74793386,0.71900827,0.6735537,0.6446281,0.57024795,0.5661157,0.53305787,0.49173555,0.46694216,0.44214877,0.47933885,0.5123967,0.5371901,0.5082645,0.57024795,0.46280992,0.37190083,0.45041323,0.5165289,0.5289256,0.59090906,0.446281,0.30991736,0.39256197,0.49586776,0.36363637,0.29338843,0.38842976,0.4090909,0.48347107,0.40082645,0.39256197,0.4876033,0.5289256,0.5371901,0.5785124,0.57438016,0.59090906,0.6818182,0.74380165,0.71900827,0.6859504,0.6363636,0.6322314,0.6446281,0.4090909,0.24380165,0.33471075,0.47107437,0.27272728,0.75619835,0.78099173,0.7933884,0.75619835,0.7768595,0.73140496,0.77272725,0.76859504,0.7768595,0.77272725,0.7768595,0.78099173,0.7892562,0.73966944,0.7231405,0.677686,0.6528926,0.61157024,0.5495868,0.5123967,0.4876033,0.46280992,0.45041323,0.4752066,0.5247934,0.5247934,0.59090906,0.6280992,0.6280992,0.607438,0.53305787,0.5206612,0.57024795,0.5,0.3677686,0.33471075,0.3305785,0.3966942,0.47933885,0.42975205,0.446281,0.4752066,0.46280992,0.5041322,0.5206612,0.40495867,0.42975205,0.5041322,0.49586776,0.5495868,0.5495868,0.5785124,0.6363636,0.69008267,0.6859504,0.6487603,0.61570245,0.59917355,0.6322314,0.3677686,0.2892562,0.33471075,0.45867768,0.27272728,0.73966944,0.78099173,0.78512394,0.7644628,0.76033056,0.75206614,0.76033056,0.74793386,0.76033056,0.76033056,0.75619835,0.74380165,0.7355372,0.73140496,0.71487606,0.6446281,0.61157024,0.57024795,0.5247934,0.48347107,0.45454547,0.45041323,0.46280992,0.5371901,0.5413223,0.56198347,0.6322314,0.6942149,0.71900827,0.6983471,0.6570248,0.59090906,0.58264464,0.41322315,0.28099173,0.19421488,0.26859504,0.35950413,0.45454547,0.48347107,0.5371901,0.6198347,0.5413223,0.5289256,0.55785125,0.5,0.42561984,0.44214877,0.45867768,0.5,0.5206612,0.5371901,0.58677685,0.6322314,0.6322314,0.62396693,0.59917355,0.59504133,0.60330576,0.3429752,0.33471075,0.38842976,0.40082645,0.27272728,0.74380165,0.76859504,0.78099173,0.76859504,0.75619835,0.74793386,0.75206614,0.75619835,0.75619835,0.74793386,0.74793386,0.7231405,0.677686,0.70247936,0.6735537,0.60330576,0.5661157,0.53305787,0.47933885,0.45041323,0.446281,0.46280992,0.5,0.5785124,0.58677685,0.6446281,0.6818182,0.6859504,0.74380165,0.70247936,0.6983471,0.661157,0.61570245,0.4876033,0.35950413,0.23966943,0.30578512,0.36363637,0.4214876,0.5123967,0.57024795,0.6322314,0.58677685,0.58677685,0.58677685,0.54545456,0.4752066,0.4214876,0.4338843,0.45867768,0.4876033,0.5082645,0.5371901,0.59090906,0.59504133,0.59917355,0.59090906,0.59090906,0.5785124,0.3140496,0.36363637,0.45454547,0.36363637,0.30165288,0.677686,0.76033056,0.77272725,0.76859504,0.77272725,0.7355372,0.75206614,0.75206614,0.7355372,0.74380165,0.7355372,0.71487606,0.6859504,0.6694215,0.6446281,0.59090906,0.55785125,0.48347107,0.446281,0.4214876,0.41735536,0.4752066,0.553719,0.61157024,0.6570248,0.7066116,0.6818182,0.7066116,0.6859504,0.69008267,0.6652893,0.6818182,0.6363636,0.607438,0.553719,0.46280992,0.4876033,0.49586776,0.4876033,0.56198347,0.56198347,0.58677685,0.5785124,0.61157024,0.59090906,0.57438016,0.5371901,0.43801653,0.3966942,0.41735536,0.45867768,0.48347107,0.5206612,0.55785125,0.57024795,0.58677685,0.58264464,0.59504133,0.5495868,0.29752067,0.38842976,0.46280992,0.2892562,0.338843,0.61157024,0.74380165,0.77272725,0.75619835,0.7768595,0.73966944,0.7355372,0.73966944,0.73140496,0.72727275,0.73140496,0.70247936,0.6942149,0.661157,0.6652893,0.607438,0.53305787,0.4338843,0.45454547,0.42975205,0.4090909,0.56198347,0.61570245,0.6694215,0.69008267,0.6983471,0.7066116,0.7107438,0.6404959,0.607438,0.57024795,0.59917355,0.53305787,0.53305787,0.55785125,0.5661157,0.5247934,0.5041322,0.5,0.54545456,0.54545456,0.5661157,0.56198347,0.607438,0.60330576,0.5661157,0.607438,0.5082645,0.40495867,0.40495867,0.4338843,0.47933885,0.5123967,0.5413223,0.5661157,0.57024795,0.59504133,0.61157024,0.5,0.3305785,0.41735536,0.4214876,0.27272728,0.38016528,0.54545456,0.71900827,0.76859504,0.76859504,0.7644628,0.73966944,0.72727275,0.73140496,0.74380165,0.73140496,0.72727275,0.7066116,0.69008267,0.6694215,0.6735537,0.60330576,0.5,0.45454547,0.47933885,0.46694216,0.5495868,0.661157,0.61157024,0.6942149,0.73140496,0.75619835,0.6818182,0.5495868,0.45454547,0.4090909,0.36363637,0.37603307,0.338843,0.3264463,0.35950413,0.4214876,0.40495867,0.37190083,0.36363637,0.38842976,0.4214876,0.5247934,0.5495868,0.58264464,0.61570245,0.59090906,0.6198347,0.58677685,0.47933885,0.41322315,0.44214877,0.5123967,0.5247934,0.56198347,0.55785125,0.57438016,0.61157024,0.61570245,0.45867768,0.35123968,0.44214877,0.33471075,0.30991736,0.4090909,0.5,0.661157,0.77272725,0.75206614,0.7355372,0.7644628,0.74793386,0.73966944,0.7644628,0.74793386,0.71487606,0.7231405,0.7066116,0.7107438,0.6818182,0.59504133,0.5123967,0.5289256,0.5206612,0.5041322,0.661157,0.6404959,0.6363636,0.7355372,0.6363636,0.5165289,0.38842976,0.25619835,0.2231405,0.1983471,0.20661157,0.20661157,0.23553719,0.23966943,0.2644628,0.28512397,0.29752067,0.26859504,0.17768595,0.1983471,0.2107438,0.26859504,0.38016528,0.5041322,0.62396693,0.6198347,0.56198347,0.62396693,0.5123967,0.5206612,0.49586776,0.553719,0.59090906,0.59917355,0.59090906,0.59504133,0.61157024,0.6198347,0.42975205,0.38842976,0.42975205,0.2892562,0.3677686,0.4090909,0.3966942,0.49173555,0.78099173,0.75619835,0.74793386,0.74793386,0.76033056,0.7644628,0.76859504,0.76033056,0.71900827,0.7231405,0.72727275,0.74793386,0.70247936,0.61157024,0.5785124,0.59090906,0.5165289,0.59917355,0.6528926,0.6198347,0.6404959,0.5785124,0.4338843,0.34710744,0.21900827,0.16528925,0.22727273,0.20661157,0.19008264,0.3305785,0.3677686,0.26859504,0.19008264,0.3264463,0.36363637,0.3677686,0.14049587,0.1694215,0.1694215,0.1570248,0.21487603,0.30991736,0.49173555,0.6363636,0.5289256,0.6322314,0.53305787,0.58677685,0.5371901,0.56198347,0.61157024,0.61570245,0.58264464,0.60330576,0.61157024,0.59917355,0.45041323,0.38842976,0.37603307,0.3305785,0.39256197,0.39256197,0.1983471,0.27272728,0.75619835,0.76859504,0.75619835,0.76033056,0.75619835,0.76033056,0.77272725,0.76033056,0.73966944,0.71900827,0.75619835,0.7644628,0.73140496,0.607438,0.6363636,0.6322314,0.5165289,0.6652893,0.59090906,0.53305787,0.4338843,0.3264463,0.3181818,0.23966943,0.13636364,0.18181819,0.4090909,0.3966942,0.3429752,0.61570245,0.6322314,0.5082645,0.26859504,0.6528926,0.5661157,0.6735537,0.24793388,0.4214876,0.17768595,0.13636364,0.1570248,0.2603306,0.3305785,0.4876033,0.49586776,0.61157024,0.5495868,0.59504133,0.5785124,0.57438016,0.61157024,0.61570245,0.59917355,0.6198347,0.62396693,0.5785124,0.43801653,0.35123968,0.35950413,0.39256197,0.38016528,0.38429752,0.0785124,0.1446281,0.6694215,0.76033056,0.74380165,0.7355372,0.76033056,0.77272725,0.76859504,0.75206614,0.7107438,0.7231405,0.76033056,0.7644628,0.71900827,0.6694215,0.6528926,0.6404959,0.54545456,0.60330576,0.5289256,0.45454547,0.28512397,0.23966943,0.1694215,0.14049587,0.17768595,0.23966943,0.5371901,0.5371901,0.43801653,0.6694215,0.6528926,0.57438016,0.5165289,0.71900827,0.59917355,0.6570248,0.61157024,0.88842976,0.4214876,0.18595041,0.11570248,0.21900827,0.24380165,0.3181818,0.4752066,0.58264464,0.53305787,0.59504133,0.607438,0.607438,0.62396693,0.61157024,0.6198347,0.6404959,0.61570245,0.58264464,0.37603307,0.3429752,0.38016528,0.36363637,0.40082645,0.3966942,0.0785124,0.09504132,0.49173555,0.76033056,0.74380165,0.72727275,0.74380165,0.77272725,0.73140496,0.7644628,0.75206614,0.73966944,0.7355372,0.73966944,0.6942149,0.69008267,0.6735537,0.6446281,0.59090906,0.5371901,0.5289256,0.59917355,0.5785124,0.45867768,0.36363637,0.3181818,0.2768595,0.28099173,0.5123967,0.60330576,0.40495867,0.6818182,0.6404959,0.58264464,0.58264464,0.75619835,0.6487603,0.6404959,0.446281,0.6694215,0.42975205,0.20247933,0.14876033,0.2892562,0.38842976,0.47107437,0.5165289,0.53305787,0.55785125,0.59090906,0.61157024,0.61570245,0.60330576,0.607438,0.6280992,0.6322314,0.61157024,0.5495868,0.3140496,0.338843,0.34710744,0.34710744,0.42975205,0.3966942,0.12396694,0.14049587,0.23553719,0.73966944,0.7231405,0.71900827,0.74380165,0.76033056,0.74793386,0.76859504,0.75619835,0.74793386,0.73966944,0.70247936,0.6694215,0.6942149,0.677686,0.6404959,0.59090906,0.5165289,0.59090906,0.71487606,0.6983471,0.6322314,0.5785124,0.55785125,0.5289256,0.46694216,0.48347107,0.5165289,0.39256197,0.58264464,0.5041322,0.5041322,0.37190083,0.49586776,0.5661157,0.56198347,0.24380165,0.40082645,0.2892562,0.27272728,0.42561984,0.4876033,0.54545456,0.58264464,0.553719,0.5247934,0.57024795,0.58264464,0.60330576,0.61157024,0.59504133,0.61570245,0.62396693,0.6322314,0.59504133,0.49173555,0.28099173,0.33471075,0.33471075,0.40495867,0.40082645,0.40495867,0.1570248,0.16115703,0.11983471,0.6322314,0.70247936,0.6942149,0.72727275,0.74380165,0.77272725,0.76859504,0.7644628,0.72727275,0.7231405,0.70247936,0.677686,0.6735537,0.6528926,0.6404959,0.56198347,0.53305787,0.6487603,0.75206614,0.73140496,0.6652893,0.6446281,0.61570245,0.61157024,0.607438,0.661157,0.61570245,0.5495868,0.5371901,0.47933885,0.4876033,0.41735536,0.41735536,0.5165289,0.5,0.38429752,0.46280992,0.446281,0.46694216,0.5,0.5082645,0.5413223,0.61570245,0.58264464,0.5165289,0.57438016,0.56198347,0.59504133,0.59504133,0.59504133,0.62396693,0.62396693,0.6198347,0.57024795,0.3966942,0.28099173,0.3429752,0.3677686,0.4090909,0.42561984,0.39256197,0.3677686,0.28512397,0.18181819,0.46280992,0.6818182,0.6859504,0.70247936,0.73140496,0.7644628,0.78099173,0.7355372,0.71487606,0.7066116,0.70247936,0.661157,0.6818182,0.6322314,0.6322314,0.5495868,0.56198347,0.6818182,0.74793386,0.72727275,0.70247936,0.6694215,0.6446281,0.61570245,0.5785124,0.59504133,0.58264464,0.5413223,0.5785124,0.5165289,0.5495868,0.5,0.49173555,0.47933885,0.5165289,0.5165289,0.5123967,0.49586776,0.5123967,0.5247934,0.5289256,0.58264464,0.62396693,0.61157024,0.5371901,0.56198347,0.57438016,0.58264464,0.60330576,0.59504133,0.6198347,0.61157024,0.59917355,0.5371901,0.3140496,0.28099173,0.338843,0.38016528,0.40082645,0.38842976,0.4214876,0.42975205,0.41322315,0.3429752,0.3677686,0.59917355,0.677686,0.677686,0.7107438,0.74793386,0.76033056,0.71900827,0.6983471,0.677686,0.6652893,0.6198347,0.6528926,0.6198347,0.61570245,0.5495868,0.6322314,0.6859504,0.7355372,0.71487606,0.6818182,0.69008267,0.6322314,0.61570245,0.607438,0.54545456,0.5495868,0.45867768,0.4338843,0.3966942,0.38842976,0.40082645,0.40082645,0.40082645,0.41735536,0.41322315,0.46694216,0.47933885,0.5041322,0.5082645,0.5413223,0.59917355,0.62396693,0.60330576,0.57024795,0.5661157,0.56198347,0.57024795,0.59917355,0.59504133,0.59504133,0.60330576,0.57438016,0.45867768,0.2520661,0.29752067,0.3181818,0.40495867,0.40495867,0.40495867,0.47107437,0.38842976,0.32231405,0.30578512,0.3429752,0.40495867,0.6322314,0.6694215,0.6859504,0.75206614,0.6983471,0.6652893,0.6735537,0.69008267,0.6404959,0.61157024,0.61570245,0.61570245,0.6198347,0.58264464,0.6487603,0.6818182,0.71487606,0.69008267,0.661157,0.6528926,0.6570248,0.61570245,0.607438,0.55785125,0.5206612,0.4214876,0.3677686,0.3553719,0.33471075,0.35123968,0.3677686,0.3305785,0.32231405,0.38016528,0.38842976,0.4338843,0.45867768,0.5289256,0.5661157,0.57438016,0.607438,0.58677685,0.5785124,0.5661157,0.5413223,0.553719,0.5785124,0.58264464,0.59090906,0.58677685,0.56198347,0.34710744,0.24793388,0.30578512,0.35950413,0.38429752,0.40495867,0.47933885,0.42975205,0.16115703,0.20661157,0.2231405,0.2231405,0.21900827,0.47107437,0.6198347,0.6694215,0.7066116,0.71900827,0.6570248,0.6694215,0.6652893,0.6487603,0.61157024,0.61570245,0.607438,0.62396693,0.6404959,0.6487603,0.69008267,0.70247936,0.6570248,0.6322314,0.6404959,0.6198347,0.60330576,0.57024795,0.5165289,0.49173555,0.4214876,0.37603307,0.33471075,0.3264463,0.33471075,0.3305785,0.3140496,0.3140496,0.36363637,0.40495867,0.45041323,0.48347107,0.5495868,0.553719,0.56198347,0.58677685,0.59917355,0.59090906,0.5661157,0.54545456,0.5495868,0.5495868,0.58264464,0.57438016,0.5785124,0.49173555,0.2603306,0.28099173,0.34710744,0.38016528,0.4090909,0.45041323,0.4338843,0.33471075,0.13636364,0.08264463,0.22727273,0.23140496,0.2644628,0.3264463,0.49586776,0.62396693,0.70247936,0.6983471,0.6818182,0.6735537,0.6404959,0.661157,0.6322314,0.59504133,0.6280992,0.6487603,0.677686,0.6859504,0.70247936,0.6818182,0.6528926,0.6446281,0.6446281,0.60330576,0.55785125,0.53305787,0.5041322,0.45867768,0.40082645,0.38842976,0.37603307,0.36363637,0.38016528,0.32231405,0.37603307,0.3553719,0.38842976,0.42561984,0.47933885,0.5206612,0.5371901,0.553719,0.55785125,0.5661157,0.58677685,0.59090906,0.56198347,0.5413223,0.5495868,0.5661157,0.57438016,0.58264464,0.5661157,0.30991736,0.2644628,0.2892562,0.34710744,0.40082645,0.4338843,0.42975205,0.35123968,0.29752067,0.1446281,0.06198347,0.23140496,0.34710744,0.35123968,0.41322315,0.45041323,0.5247934,0.661157,0.6694215,0.6859504,0.6570248,0.6404959,0.6652893,0.6280992,0.57438016,0.6363636,0.661157,0.6818182,0.70247936,0.69008267,0.6694215,0.677686,0.6280992,0.6280992,0.58264464,0.5495868,0.5247934,0.5,0.45867768,0.4338843,0.41735536,0.38842976,0.4090909,0.41322315,0.39256197,0.43801653,0.42975205,0.44214877,0.446281,0.49173555,0.5371901,0.54545456,0.5495868,0.55785125,0.5785124,0.5785124,0.5785124,0.56198347,0.55785125,0.5413223,0.57438016,0.56198347,0.5785124,0.45454547,0.19421488,0.25619835,0.27272728,0.37190083,0.4338843,0.40082645,0.35950413,0.26859504,0.29338843,0.1322314,0.0661157,0.23140496,0.45041323,0.43801653,0.5123967,0.5247934,0.5165289,0.60330576,0.6322314,0.6487603,0.62396693,0.6404959,0.6363636,0.6363636,0.60330576,0.6363636,0.6652893,0.6694215,0.6694215,0.6735537,0.677686,0.6570248,0.6363636,0.6322314,0.59090906,0.5785124,0.53305787,0.53305787,0.5206612,0.49173555,0.5123967,0.49586776,0.4752066,0.49173555,0.46280992,0.49173555,0.47933885,0.49586776,0.4876033,0.5082645,0.5413223,0.56198347,0.553719,0.55785125,0.5661157,0.5785124,0.553719,0.57024795,0.55785125,0.553719,0.56198347,0.5661157,0.5371901,0.26859504,0.2107438,0.25619835,0.3264463,0.38842976,0.34710744,0.3305785,0.25619835,0.27272728,0.35123968,0.13636364,0.10743801,0.2107438,0.5413223,0.49586776,0.56198347,0.57024795,0.57024795,0.58264464,0.58677685,0.6198347,0.59917355,0.6280992,0.607438,0.62396693,0.607438,0.6487603,0.6652893,0.661157,0.6528926,0.6694215,0.661157,0.677686,0.6487603,0.6446281,0.6280992,0.60330576,0.56198347,0.58677685,0.58264464,0.5661157,0.5495868,0.57024795,0.54545456,0.5371901,0.53305787,0.5165289,0.5,0.5289256,0.54545456,0.5495868,0.54545456,0.5785124,0.56198347,0.553719,0.57438016,0.5661157,0.5495868,0.5495868,0.5413223,0.56198347,0.54545456,0.57024795,0.38842976,0.20247933,0.23553719,0.2892562,0.28512397,0.2603306,0.2892562,0.28512397,0.25619835,0.32231405,0.22727273,0.14049587,0.10330579,0.17355372,0.59917355,0.55785125,0.59090906,0.59504133,0.607438,0.607438,0.60330576,0.58677685,0.58677685,0.58264464,0.58264464,0.59504133,0.59504133,0.62396693,0.6363636,0.6280992,0.6446281,0.6528926,0.6652893,0.6859504,0.6528926,0.6487603,0.6570248,0.62396693,0.58677685,0.607438,0.58677685,0.57438016,0.553719,0.58264464,0.5495868,0.5123967,0.5247934,0.5041322,0.5041322,0.5206612,0.54545456,0.55785125,0.55785125,0.58677685,0.57024795,0.5495868,0.56198347,0.55785125,0.53305787,0.5413223,0.5289256,0.5371901,0.553719,0.45867768,0.1446281,0.20661157,0.23553719,0.1983471,0.17355372,0.2603306,0.24793388,0.26859504,0.28099173,0.21900827,0.1322314,0.1322314,0.12809917,0.16528925,0.607438,0.61157024,0.607438,0.61157024,0.6198347,0.6487603,0.61570245,0.6280992,0.57438016,0.5371901,0.53305787,0.5413223,0.5661157,0.5785124,0.60330576,0.5661157,0.62396693,0.6322314,0.661157,0.661157,0.6652893,0.6487603,0.6404959,0.607438,0.59917355,0.59504133,0.57024795,0.58264464,0.58264464,0.57438016,0.53305787,0.5206612,0.5206612,0.5123967,0.5165289,0.5123967,0.53305787,0.54545456,0.57024795,0.59090906,0.57024795,0.5371901,0.5371901,0.5371901,0.5247934,0.53305787,0.49586776,0.5247934,0.47107437,0.13636364,0.10743801,0.18181819,0.15289256,0.13636364,0.17768595,0.15289256,0.1694215,0.19421488,0.19421488,0.15289256,0.12809917,0.1446281,0.10743801,0.13636364,0.61157024,0.6280992,0.60330576,0.6198347,0.6322314,0.6363636,0.6280992,0.6322314,0.6487603,0.58677685,0.5041322,0.49586776,0.53305787,0.5289256,0.55785125,0.58677685,0.61157024,0.6198347,0.6363636,0.6528926,0.6363636,0.61570245,0.6198347,0.59504133,0.58677685,0.5785124,0.57438016,0.56198347,0.5413223,0.53305787,0.5123967,0.5165289,0.5165289,0.5,0.5,0.5,0.5206612,0.5289256,0.5495868,0.55785125,0.5495868,0.5413223,0.5289256,0.5041322,0.5123967,0.5082645,0.4876033,0.41322315,0.16115703,0.07024793,0.11157025,0.11157025,0.14876033,0.11157025,0.18595041,0.09504132,0.1322314,0.16115703,0.15289256,0.10743801,0.11570248,0.13636364,0.11983471,0.12809917,0.59090906,0.6363636,0.6280992,0.61157024,0.6446281,0.6487603,0.6280992,0.6446281,0.6363636,0.6487603,0.5785124,0.48347107,0.48347107,0.5123967,0.5371901,0.5785124,0.59504133,0.59090906,0.59917355,0.61157024,0.60330576,0.59504133,0.58264464,0.5661157,0.5661157,0.5289256,0.5289256,0.5247934,0.5,0.47107437,0.4752066,0.46280992,0.44214877,0.45454547,0.47107437,0.47107437,0.5041322,0.5165289,0.5289256,0.5289256,0.5247934,0.5165289,0.5,0.48347107,0.5,0.49586776,0.32231405,0.14876033,0.10330579,0.09504132,0.10743801,0.09917355,0.12396694,0.12396694,0.1322314,0.11983471,0.1322314,0.1446281,0.13636364,0.09917355,0.11983471,0.14876033,0.10743801,0.11983471,0.59504133,0.6280992,0.6363636,0.62396693,0.6280992,0.677686,0.6280992,0.6363636,0.61570245,0.6322314,0.6280992,0.553719,0.5082645,0.48347107,0.5495868,0.5413223,0.5371901,0.5495868,0.5661157,0.57024795,0.57024795,0.5661157,0.5413223,0.5413223,0.5082645,0.4752066,0.4752066,0.45041323,0.446281,0.42561984,0.41322315,0.4214876,0.40082645,0.446281,0.4338843,0.44214877,0.46694216,0.47107437,0.49586776,0.5041322,0.5082645,0.48347107,0.48347107,0.4876033,0.45454547,0.1983471,0.09090909,0.11570248,0.10330579,0.10743801,0.09917355,0.12396694,0.09917355,0.11983471,0.1322314,0.11570248,0.12396694,0.12809917,0.1322314,0.11570248,0.11157025,0.1446281,0.10743801,0.18181819,0.61570245,0.607438,0.61157024,0.6363636,0.60330576,0.661157,0.62396693,0.61157024,0.58677685,0.60330576,0.61157024,0.57024795,0.5206612,0.4876033,0.5,0.5289256,0.4876033,0.5123967,0.5082645,0.5247934,0.5247934,0.5247934,0.5165289,0.49586776,0.45041323,0.42561984,0.4090909,0.40495867,0.4090909,0.38016528,0.38429752,0.3677686,0.38016528,0.37190083,0.4090909,0.41322315,0.40495867,0.42975205,0.44214877,0.45867768,0.46694216,0.46280992,0.47933885,0.41322315,0.1570248,0.10330579,0.11570248,0.11570248,0.10743801,0.09917355,0.10330579,0.11157025,0.10743801,0.11570248,0.11983471,0.11157025,0.12396694,0.11983471,0.11983471,0.11983471,0.11983471,0.14049587,0.10743801,0.28512397,0.62396693,0.59504133,0.61157024,0.6280992,0.6404959,0.6404959,0.61157024,0.607438,0.60330576,0.59090906,0.5785124,0.553719,0.5165289,0.5041322,0.5206612,0.553719,0.47107437,0.48347107,0.4752066,0.47107437,0.49173555,0.4876033,0.49586776,0.45041323,0.4214876,0.37190083,0.37190083,0.36363637,0.36363637,0.35950413,0.34710744,0.34710744,0.33471075,0.338843,0.4090909,0.37190083,0.37603307,0.39256197,0.4214876,0.43801653,0.446281,0.45454547,0.5165289,0.30165288,0.09917355,0.11570248,0.10743801,0.11157025,0.09917355,0.10743801,0.11157025,0.10743801,0.11157025,0.10330579,0.12396694,0.09917355,0.11570248,0.11983471,0.12396694,0.11157025,0.12396694,0.1570248,0.05785124,0.338843,0.6363636,0.5785124,0.59504133,0.61157024,0.6404959,0.6652893,0.59504133,0.59917355,0.61157024,0.5785124,0.57024795,0.5247934,0.5206612,0.5413223,0.59504133,0.54545456,0.57438016,0.5041322,0.4338843,0.44214877,0.44214877,0.45454547,0.45867768,0.41735536,0.37190083,0.35950413,0.33471075,0.3140496,0.3264463,0.29338843,0.29752067,0.29752067,0.29338843,0.3305785,0.40082645,0.3264463,0.3305785,0.38016528,0.42975205,0.4338843,0.446281,0.4752066,0.56198347,0.20247933,0.08264463,0.1322314,0.09504132,0.11157025,0.09090909,0.11157025,0.10743801,0.09917355,0.11570248,0.11157025,0.10330579,0.11983471,0.11570248,0.11570248,0.11983471,0.10743801,0.12396694,0.1446281,0.08264463,0.4752066,0.6322314,0.5785124,0.57024795,0.60330576,0.61570245,0.6322314,0.61570245,0.59917355,0.61157024,0.60330576,0.5413223,0.49586776,0.5247934,0.56198347,0.6404959,0.59090906,0.60330576,0.59504133,0.57438016,0.5,0.41735536,0.38016528,0.38842976,0.3966942,0.36363637,0.3305785,0.3181818,0.30165288,0.3181818,0.28512397,0.2892562,0.29338843,0.28512397,0.30578512,0.3553719,0.33471075,0.34710744,0.39256197,0.42975205,0.45454547,0.45867768,0.46694216,0.5661157,0.10743801,0.09090909,0.11157025,0.10330579,0.11157025,0.10330579,0.11570248,0.10330579,0.11570248,0.10330579,0.11570248,0.11157025,0.10743801,0.12396694,0.11570248,0.10743801,0.11570248,0.11570248,0.12809917,0.14049587,0.5785124,0.607438,0.59504133,0.56198347,0.59504133,0.6198347,0.60330576,0.62396693,0.58677685,0.5785124,0.5785124,0.53305787,0.5,0.53305787,0.59090906,0.6280992,0.58677685,0.607438,0.57438016,0.60330576,0.6363636,0.5206612,0.3966942,0.36363637,0.3553719,0.33471075,0.338843,0.3305785,0.3181818,0.32231405,0.32231405,0.29752067,0.3264463,0.3305785,0.3553719,0.35950413,0.3966942,0.40495867,0.41322315,0.43801653,0.45041323,0.45454547,0.4752066,0.5082645,0.05785124,0.09504132,0.10743801,0.10330579,0.11157025,0.08677686,0.11570248,0.11157025,0.11157025,0.11157025,0.10330579,0.11570248,0.10743801,0.11983471,0.11157025,0.11570248,0.11157025,0.11983471,31 +0.59090906,0.74793386,0.8264463,0.8553719,0.8429752,0.8264463,0.8347107,0.838843,0.8140496,0.75619835,0.7355372,0.6818182,0.62396693,0.6404959,0.6446281,0.61157024,0.607438,0.59504133,0.58264464,0.59090906,0.59090906,0.62396693,0.62396693,0.6322314,0.6404959,0.6735537,0.6983471,0.71487606,0.6859504,0.6859504,0.677686,0.6528926,0.6818182,0.71487606,0.7231405,0.6942149,0.7107438,0.7355372,0.7231405,0.71487606,0.69008267,0.6652893,0.6528926,0.60330576,0.59917355,0.58677685,0.57024795,0.5661157,0.5206612,0.5247934,0.56198347,0.58264464,0.58264464,0.59090906,0.59917355,0.61570245,0.6280992,0.59504133,0.5289256,0.53305787,0.58677685,0.553719,0.5661157,0.607438,0.6818182,0.78099173,0.8636364,0.8512397,0.8471074,0.8181818,0.8305785,0.8264463,0.7933884,0.7066116,0.6570248,0.6198347,0.5785124,0.5785124,0.553719,0.5371901,0.5371901,0.5,0.4752066,0.49173555,0.5041322,0.5495868,0.5289256,0.5661157,0.5661157,0.61570245,0.6818182,0.7107438,0.7066116,0.6983471,0.69008267,0.6446281,0.6735537,0.7066116,0.72727275,0.70247936,0.7066116,0.71900827,0.7066116,0.6942149,0.6735537,0.6322314,0.5661157,0.5,0.5082645,0.47933885,0.49173555,0.4752066,0.4214876,0.44214877,0.47933885,0.5123967,0.5371901,0.57024795,0.57024795,0.5785124,0.62396693,0.61157024,0.53305787,0.5206612,0.58677685,0.57438016,0.5785124,0.59090906,0.73140496,0.8140496,0.8677686,0.8553719,0.8471074,0.8181818,0.8140496,0.7933884,0.75619835,0.6859504,0.6446281,0.62396693,0.61157024,0.61157024,0.58264464,0.5785124,0.58264464,0.5247934,0.47107437,0.4752066,0.49586776,0.49586776,0.5082645,0.5041322,0.53305787,0.54545456,0.6694215,0.6818182,0.70247936,0.6859504,0.6735537,0.6446281,0.6652893,0.6983471,0.7107438,0.6942149,0.6942149,0.6942149,0.6818182,0.6694215,0.6487603,0.5785124,0.5123967,0.42975205,0.44214877,0.4338843,0.47107437,0.46280992,0.4752066,0.5206612,0.5247934,0.54545456,0.54545456,0.5413223,0.53305787,0.5413223,0.58264464,0.607438,0.553719,0.5206612,0.58264464,0.5785124,0.58677685,0.59504133,0.76033056,0.8347107,0.8636364,0.8636364,0.8429752,0.822314,0.7768595,0.77272725,0.7355372,0.7066116,0.7066116,0.6983471,0.6942149,0.6983471,0.6859504,0.6570248,0.661157,0.6198347,0.59917355,0.54545456,0.56198347,0.5289256,0.5165289,0.5041322,0.5123967,0.54545456,0.6322314,0.6652893,0.6818182,0.6735537,0.661157,0.6363636,0.661157,0.6859504,0.6859504,0.6735537,0.6735537,0.6694215,0.6652893,0.6404959,0.60330576,0.5371901,0.5,0.4090909,0.45454547,0.4752066,0.5165289,0.54545456,0.59504133,0.6363636,0.6322314,0.6446281,0.6198347,0.5785124,0.5247934,0.5165289,0.56198347,0.59504133,0.5661157,0.5247934,0.5661157,0.59504133,0.59090906,0.60330576,0.79752064,0.8347107,0.8595041,0.8719008,0.8305785,0.822314,0.75206614,0.77272725,0.74793386,0.75619835,0.77272725,0.76859504,0.74793386,0.72727275,0.71487606,0.6859504,0.6735537,0.6652893,0.677686,0.6322314,0.6280992,0.59090906,0.57438016,0.5495868,0.5371901,0.553719,0.61157024,0.6528926,0.6735537,0.6528926,0.6570248,0.62396693,0.661157,0.6694215,0.6528926,0.6528926,0.661157,0.661157,0.6404959,0.6280992,0.5661157,0.5289256,0.5082645,0.46694216,0.5082645,0.5371901,0.5785124,0.61157024,0.6363636,0.6735537,0.6735537,0.6818182,0.6735537,0.6363636,0.59090906,0.553719,0.54545456,0.57438016,0.57438016,0.5413223,0.57024795,0.607438,0.59917355,0.607438,0.8181818,0.8347107,0.8553719,0.8677686,0.822314,0.8016529,0.78512394,0.7768595,0.77272725,0.78512394,0.8016529,0.7768595,0.74380165,0.70247936,0.6735537,0.6570248,0.6446281,0.6404959,0.6694215,0.6694215,0.6570248,0.61570245,0.62396693,0.60330576,0.59090906,0.57024795,0.6280992,0.6570248,0.677686,0.6528926,0.6528926,0.6198347,0.6446281,0.661157,0.6570248,0.6446281,0.6446281,0.6404959,0.6363636,0.607438,0.5371901,0.54545456,0.5413223,0.5495868,0.55785125,0.58677685,0.60330576,0.6198347,0.6363636,0.6528926,0.6652893,0.6818182,0.6818182,0.6735537,0.6694215,0.6280992,0.55785125,0.553719,0.57438016,0.5289256,0.57438016,0.62396693,0.6280992,0.6528926,0.8347107,0.8305785,0.8512397,0.8595041,0.80991733,0.7933884,0.822314,0.822314,0.8181818,0.7933884,0.8057851,0.76033056,0.71487606,0.6487603,0.6280992,0.61570245,0.59504133,0.59090906,0.61570245,0.6528926,0.6404959,0.61570245,0.61157024,0.62396693,0.6198347,0.6280992,0.6363636,0.6818182,0.661157,0.6694215,0.6528926,0.6198347,0.6280992,0.6694215,0.6694215,0.6446281,0.6280992,0.62396693,0.6322314,0.607438,0.5495868,0.57024795,0.57024795,0.59917355,0.58264464,0.61570245,0.61157024,0.607438,0.6198347,0.6363636,0.6487603,0.6487603,0.6735537,0.6983471,0.71900827,0.6735537,0.59917355,0.56198347,0.5785124,0.5247934,0.5495868,0.6322314,0.6694215,0.70247936,0.8429752,0.8305785,0.8471074,0.8512397,0.79752064,0.8140496,0.8471074,0.8636364,0.8429752,0.7933884,0.79752064,0.71487606,0.661157,0.6198347,0.60330576,0.59504133,0.57438016,0.57024795,0.57438016,0.6198347,0.6363636,0.62396693,0.60330576,0.62396693,0.61570245,0.6487603,0.6652893,0.7066116,0.6942149,0.6818182,0.6694215,0.6322314,0.6322314,0.6818182,0.69008267,0.6446281,0.62396693,0.6280992,0.6280992,0.607438,0.57024795,0.57438016,0.58264464,0.6280992,0.59917355,0.6404959,0.6322314,0.61570245,0.661157,0.6280992,0.6322314,0.6280992,0.6487603,0.70247936,0.73966944,0.73140496,0.6487603,0.5785124,0.5785124,0.5247934,0.5413223,0.6280992,0.6570248,0.74793386,0.8471074,0.8305785,0.8429752,0.8347107,0.8057851,0.8305785,0.8677686,0.8719008,0.8264463,0.77272725,0.74380165,0.6570248,0.6363636,0.6280992,0.60330576,0.61570245,0.59504133,0.607438,0.61570245,0.6322314,0.6694215,0.6487603,0.61570245,0.607438,0.59504133,0.61157024,0.6652893,0.73140496,0.77272725,0.7355372,0.70247936,0.6570248,0.661157,0.6942149,0.6983471,0.6487603,0.6446281,0.6528926,0.6322314,0.58264464,0.55785125,0.57438016,0.60330576,0.6404959,0.62396693,0.6694215,0.661157,0.661157,0.6652893,0.6487603,0.6528926,0.6322314,0.6528926,0.69008267,0.7355372,0.75619835,0.7107438,0.61570245,0.58677685,0.5165289,0.5165289,0.61157024,0.6528926,0.72727275,0.8471074,0.838843,0.838843,0.8264463,0.8264463,0.8553719,0.8677686,0.8595041,0.78099173,0.7355372,0.677686,0.6487603,0.6446281,0.6694215,0.6652893,0.69008267,0.69008267,0.6570248,0.6528926,0.6570248,0.661157,0.6487603,0.6280992,0.59917355,0.57024795,0.55785125,0.6280992,0.74380165,0.8181818,0.79752064,0.7355372,0.6942149,0.69008267,0.7107438,0.6983471,0.6570248,0.677686,0.6859504,0.61157024,0.5371901,0.54545456,0.59504133,0.6280992,0.6487603,0.6487603,0.6570248,0.6652893,0.6983471,0.7066116,0.661157,0.6859504,0.6694215,0.6735537,0.6859504,0.71487606,0.75619835,0.7355372,0.6652893,0.59504133,0.5165289,0.49173555,0.5785124,0.6570248,0.73140496,0.8429752,0.8264463,0.8347107,0.8264463,0.838843,0.8636364,0.8595041,0.8181818,0.75206614,0.7066116,0.6735537,0.6818182,0.7231405,0.76859504,0.75619835,0.74793386,0.72727275,0.6942149,0.6859504,0.6735537,0.6487603,0.6487603,0.6363636,0.58677685,0.54545456,0.5082645,0.55785125,0.7355372,0.8140496,0.8553719,0.78512394,0.71900827,0.7066116,0.7231405,0.70247936,0.661157,0.6983471,0.69008267,0.553719,0.49173555,0.5413223,0.607438,0.62396693,0.6322314,0.6487603,0.6735537,0.6818182,0.70247936,0.72727275,0.6859504,0.6818182,0.7066116,0.6818182,0.6694215,0.6818182,0.71900827,0.71900827,0.6694215,0.60330576,0.5371901,0.46694216,0.5165289,0.6570248,0.7355372,0.838843,0.8181818,0.8181818,0.8305785,0.8429752,0.8553719,0.8471074,0.75619835,0.75619835,0.677686,0.72727275,0.76859504,0.80991733,0.822314,0.8057851,0.77272725,0.72727275,0.6859504,0.6694215,0.6446281,0.61157024,0.59917355,0.61157024,0.59090906,0.53305787,0.5123967,0.49173555,0.70247936,0.7892562,0.8677686,0.8347107,0.74793386,0.71900827,0.71900827,0.7066116,0.6694215,0.7066116,0.6363636,0.48347107,0.4876033,0.5289256,0.5785124,0.59090906,0.60330576,0.6363636,0.6694215,0.6818182,0.7231405,0.71900827,0.69008267,0.71487606,0.7066116,0.6859504,0.6942149,0.6694215,0.6694215,0.6818182,0.6487603,0.59917355,0.5495868,0.4752066,0.47933885,0.6322314,0.70247936,0.8347107,0.8140496,0.8181818,0.8347107,0.8429752,0.8471074,0.8305785,0.7066116,0.7768595,0.6942149,0.8140496,0.8471074,0.8429752,0.8264463,0.78512394,0.73140496,0.6983471,0.6487603,0.61157024,0.58677685,0.57024795,0.5495868,0.56198347,0.5785124,0.53305787,0.53305787,0.46694216,0.6652893,0.76859504,0.8429752,0.8595041,0.7768595,0.74380165,0.71900827,0.69008267,0.69008267,0.70247936,0.57438016,0.45041323,0.5041322,0.5247934,0.5123967,0.5413223,0.58264464,0.59504133,0.59917355,0.661157,0.69008267,0.6859504,0.6694215,0.7107438,0.73966944,0.71487606,0.7066116,0.6942149,0.6363636,0.661157,0.6446281,0.59917355,0.553719,0.5,0.4752066,0.59090906,0.6735537,0.8305785,0.80991733,0.8264463,0.838843,0.8471074,0.8347107,0.8057851,0.71487606,0.77272725,0.7768595,0.8595041,0.8719008,0.8305785,0.77272725,0.7107438,0.677686,0.6363636,0.57438016,0.5413223,0.5371901,0.5289256,0.5041322,0.5165289,0.5371901,0.5413223,0.5413223,0.49173555,0.6528926,0.75206614,0.8140496,0.8471074,0.8057851,0.7644628,0.7066116,0.6487603,0.6735537,0.70247936,0.55785125,0.45454547,0.49586776,0.49586776,0.49586776,0.5371901,0.54545456,0.57024795,0.55785125,0.6446281,0.6694215,0.58677685,0.59504133,0.6487603,0.73966944,0.7355372,0.71487606,0.7066116,0.6446281,0.6570248,0.6446281,0.59504133,0.553719,0.5247934,0.48347107,0.5413223,0.6404959,0.8264463,0.80991733,0.8305785,0.8429752,0.8429752,0.8264463,0.78099173,0.75206614,0.7768595,0.8429752,0.8636364,0.8636364,0.8264463,0.76033056,0.6818182,0.6404959,0.56198347,0.49586776,0.47933885,0.4752066,0.47933885,0.4876033,0.49586776,0.5165289,0.54545456,0.55785125,0.5413223,0.6570248,0.73140496,0.79752064,0.8140496,0.8181818,0.7644628,0.6818182,0.6322314,0.6446281,0.677686,0.57024795,0.46280992,0.4876033,0.46280992,0.49586776,0.5165289,0.5206612,0.5123967,0.5123967,0.5371901,0.54545456,0.5,0.5495868,0.61570245,0.677686,0.74793386,0.71487606,0.6818182,0.6487603,0.6528926,0.6446281,0.58264464,0.55785125,0.54545456,0.5165289,0.5082645,0.61157024,0.822314,0.8057851,0.8305785,0.8471074,0.8512397,0.8140496,0.7644628,0.7768595,0.79752064,0.8512397,0.838843,0.8595041,0.8471074,0.70247936,0.5289256,0.45041323,0.33471075,0.30165288,0.33471075,0.3553719,0.36363637,0.4090909,0.45041323,0.49586776,0.553719,0.58677685,0.6198347,0.6487603,0.71900827,0.78512394,0.7892562,0.8140496,0.7355372,0.6404959,0.61570245,0.62396693,0.6363636,0.5785124,0.53305787,0.5413223,0.446281,0.42975205,0.42561984,0.41735536,0.36363637,0.32231405,0.29752067,0.30165288,0.3181818,0.40495867,0.5289256,0.61157024,0.74380165,0.69008267,0.6652893,0.6694215,0.6694215,0.6652893,0.58264464,0.56198347,0.55785125,0.5495868,0.5123967,0.5785124,0.822314,0.8016529,0.8305785,0.838843,0.8553719,0.8264463,0.78099173,0.7892562,0.8264463,0.822314,0.80991733,0.8347107,0.7231405,0.4338843,0.27272728,0.25619835,0.20247933,0.20247933,0.2644628,0.3181818,0.2892562,0.35123968,0.40082645,0.44214877,0.5371901,0.59917355,0.6446281,0.6487603,0.72727275,0.78512394,0.7768595,0.78099173,0.71487606,0.6528926,0.59090906,0.6198347,0.607438,0.59504133,0.607438,0.59090906,0.49586776,0.40082645,0.37603307,0.36363637,0.2768595,0.22727273,0.21900827,0.19421488,0.17355372,0.2644628,0.35123968,0.4338843,0.6322314,0.6694215,0.6363636,0.6818182,0.6652893,0.6528926,0.59090906,0.57438016,0.56198347,0.5413223,0.5123967,0.56198347,0.8181818,0.79752064,0.8264463,0.8471074,0.8595041,0.8057851,0.8181818,0.8181818,0.8140496,0.75619835,0.73966944,0.6735537,0.45041323,0.3140496,0.23553719,0.2644628,0.29752067,0.3181818,0.35123968,0.42561984,0.42561984,0.4752066,0.49173555,0.5,0.55785125,0.59504133,0.6322314,0.6652893,0.75206614,0.78099173,0.7644628,0.7644628,0.75206614,0.70247936,0.6198347,0.61157024,0.60330576,0.60330576,0.62396693,0.61157024,0.5785124,0.54545456,0.5206612,0.49586776,0.47107437,0.42561984,0.39256197,0.29752067,0.24380165,0.32231405,0.3181818,0.30165288,0.44214877,0.57024795,0.59917355,0.677686,0.6487603,0.6487603,0.60330576,0.58677685,0.553719,0.5041322,0.5041322,0.5206612,0.8140496,0.8057851,0.8305785,0.8471074,0.8677686,0.80991733,0.78512394,0.8016529,0.75206614,0.6446281,0.6859504,0.5785124,0.5495868,0.5247934,0.45867768,0.45454547,0.5206612,0.5165289,0.5371901,0.607438,0.61157024,0.60330576,0.57438016,0.56198347,0.57438016,0.59504133,0.6487603,0.7231405,0.76033056,0.76859504,0.7768595,0.75206614,0.7768595,0.7355372,0.6652893,0.60330576,0.6487603,0.58264464,0.6280992,0.6198347,0.59090906,0.58264464,0.57024795,0.58677685,0.607438,0.58677685,0.59090906,0.49173555,0.446281,0.47933885,0.45454547,0.41735536,0.45041323,0.5247934,0.60330576,0.62396693,0.62396693,0.6735537,0.61570245,0.58677685,0.553719,0.4752066,0.45867768,0.45867768,0.822314,0.8140496,0.8264463,0.838843,0.8305785,0.77272725,0.74793386,0.7768595,0.7231405,0.6983471,0.78512394,0.7644628,0.73140496,0.70247936,0.6528926,0.6322314,0.661157,0.677686,0.6735537,0.6859504,0.661157,0.6363636,0.61157024,0.59090906,0.58677685,0.6363636,0.71487606,0.75206614,0.74380165,0.77272725,0.78099173,0.76033056,0.76859504,0.77272725,0.6983471,0.6280992,0.6694215,0.58264464,0.61570245,0.6322314,0.62396693,0.60330576,0.59917355,0.607438,0.61570245,0.62396693,0.6528926,0.6363636,0.61570245,0.6280992,0.6280992,0.6198347,0.61157024,0.6198347,0.6528926,0.6198347,0.6198347,0.6652893,0.61157024,0.58677685,0.553719,0.4752066,0.40082645,0.38016528,0.8264463,0.8264463,0.8347107,0.8512397,0.8512397,0.78099173,0.75619835,0.78512394,0.76033056,0.75619835,0.7933884,0.79752064,0.8057851,0.76859504,0.7768595,0.73966944,0.71487606,0.6983471,0.6487603,0.6404959,0.6528926,0.6652893,0.6487603,0.6280992,0.6446281,0.71487606,0.77272725,0.76033056,0.75619835,0.7892562,0.77272725,0.77272725,0.74793386,0.77272725,0.75206614,0.677686,0.6528926,0.58677685,0.61157024,0.6198347,0.661157,0.6322314,0.62396693,0.6363636,0.6322314,0.6198347,0.6280992,0.62396693,0.6363636,0.6818182,0.6942149,0.70247936,0.6859504,0.6652893,0.677686,0.6652893,0.6404959,0.6735537,0.6404959,0.59090906,0.5371901,0.47107437,0.3429752,0.2892562,0.8347107,0.838843,0.8471074,0.8471074,0.8471074,0.7768595,0.76859504,0.8016529,0.8016529,0.78512394,0.7892562,0.7933884,0.8057851,0.75619835,0.76859504,0.70247936,0.6859504,0.6694215,0.6446281,0.6735537,0.69008267,0.6735537,0.6528926,0.6652893,0.71487606,0.78099173,0.7933884,0.7644628,0.7892562,0.8057851,0.78099173,0.75206614,0.74380165,0.76859504,0.74793386,0.6818182,0.661157,0.59917355,0.61570245,0.6280992,0.6570248,0.6694215,0.6487603,0.6404959,0.6446281,0.6487603,0.6487603,0.62396693,0.62396693,0.6528926,0.6570248,0.6818182,0.6942149,0.6859504,0.6942149,0.6735537,0.6694215,0.6694215,0.6570248,0.60330576,0.5371901,0.46694216,0.34710744,0.23553719,0.838843,0.8347107,0.8471074,0.8471074,0.838843,0.8016529,0.79752064,0.80991733,0.80991733,0.8016529,0.7933884,0.7892562,0.7768595,0.74380165,0.7231405,0.70247936,0.6859504,0.6983471,0.7066116,0.70247936,0.677686,0.6694215,0.6859504,0.7107438,0.7644628,0.8016529,0.7892562,0.7933884,0.8016529,0.8057851,0.78099173,0.75206614,0.75619835,0.7644628,0.73140496,0.74793386,0.6570248,0.61157024,0.59917355,0.6446281,0.6570248,0.6735537,0.6735537,0.6528926,0.6446281,0.6487603,0.6487603,0.661157,0.661157,0.6570248,0.6528926,0.6652893,0.6652893,0.6818182,0.6983471,0.6818182,0.6859504,0.69008267,0.677686,0.61570245,0.5413223,0.45041323,0.35123968,0.19008264,0.8305785,0.8347107,0.8553719,0.8512397,0.8347107,0.8264463,0.8140496,0.8057851,0.8057851,0.7933884,0.78099173,0.78099173,0.76033056,0.75206614,0.74380165,0.74793386,0.7107438,0.7231405,0.71487606,0.6983471,0.6735537,0.70247936,0.74380165,0.73966944,0.78512394,0.80991733,0.7892562,0.80991733,0.8140496,0.79752064,0.7768595,0.74793386,0.7644628,0.75206614,0.7107438,0.78099173,0.6859504,0.6280992,0.59090906,0.6322314,0.6694215,0.661157,0.6694215,0.6694215,0.6694215,0.6528926,0.6487603,0.6694215,0.6694215,0.6652893,0.6694215,0.6818182,0.6652893,0.6652893,0.69008267,0.6818182,0.6859504,0.70247936,0.677686,0.6322314,0.56198347,0.45041323,0.35123968,0.18595041,0.8305785,0.8429752,0.8553719,0.8512397,0.8305785,0.8264463,0.822314,0.80991733,0.7892562,0.7768595,0.76859504,0.78099173,0.75619835,0.7644628,0.75206614,0.75206614,0.7231405,0.72727275,0.71900827,0.7231405,0.70247936,0.73140496,0.74793386,0.73966944,0.7892562,0.80991733,0.8016529,0.8140496,0.80991733,0.7933884,0.75206614,0.73966944,0.76859504,0.73966944,0.7107438,0.8016529,0.70247936,0.6280992,0.61157024,0.58264464,0.6652893,0.661157,0.6570248,0.661157,0.677686,0.6694215,0.6570248,0.6694215,0.6694215,0.6652893,0.6652893,0.677686,0.6652893,0.6694215,0.6942149,0.6694215,0.6983471,0.69008267,0.6694215,0.6446281,0.5785124,0.46280992,0.40082645,0.28512397,0.838843,0.838843,0.8512397,0.8512397,0.8471074,0.838843,0.8305785,0.8140496,0.7892562,0.77272725,0.7768595,0.76859504,0.75619835,0.76033056,0.74793386,0.75206614,0.7355372,0.72727275,0.71900827,0.71487606,0.72727275,0.74380165,0.7355372,0.74380165,0.7933884,0.822314,0.8181818,0.8181818,0.79752064,0.76859504,0.73966944,0.75619835,0.77272725,0.71900827,0.71900827,0.8305785,0.71900827,0.62396693,0.61570245,0.58264464,0.6487603,0.6983471,0.6570248,0.6570248,0.6735537,0.6694215,0.6528926,0.661157,0.6694215,0.661157,0.661157,0.6694215,0.6652893,0.6570248,0.69008267,0.6859504,0.6983471,0.6983471,0.6694215,0.6570248,0.59504133,0.41735536,0.45041323,0.37190083,0.8347107,0.8471074,0.8512397,0.8553719,0.8595041,0.8471074,0.8305785,0.8264463,0.8057851,0.78099173,0.7892562,0.78099173,0.77272725,0.74380165,0.74380165,0.74793386,0.74380165,0.7231405,0.7066116,0.6983471,0.73140496,0.74380165,0.73140496,0.74793386,0.76859504,0.80991733,0.79752064,0.7933884,0.78099173,0.76033056,0.75206614,0.8016529,0.79752064,0.71487606,0.70247936,0.76859504,0.6983471,0.61570245,0.6322314,0.6322314,0.6198347,0.677686,0.6652893,0.6652893,0.6694215,0.6694215,0.6528926,0.6570248,0.6528926,0.6528926,0.6570248,0.6652893,0.6735537,0.6570248,0.6694215,0.6652893,0.71900827,0.7066116,0.69008267,0.661157,0.59917355,0.4338843,0.44214877,0.40495867,0.822314,0.8429752,0.8471074,0.8553719,0.8636364,0.8512397,0.8347107,0.8429752,0.822314,0.79752064,0.8016529,0.8016529,0.78099173,0.75206614,0.73966944,0.74380165,0.71900827,0.73140496,0.72727275,0.70247936,0.7355372,0.73140496,0.7231405,0.74380165,0.7355372,0.73140496,0.7355372,0.7768595,0.77272725,0.76859504,0.77272725,0.8181818,0.77272725,0.6942149,0.6404959,0.61157024,0.61157024,0.59090906,0.6404959,0.70247936,0.61157024,0.61157024,0.62396693,0.6652893,0.661157,0.677686,0.6652893,0.6652893,0.6528926,0.6446281,0.6570248,0.661157,0.6652893,0.6652893,0.6983471,0.6859504,0.71900827,0.7231405,0.70247936,0.6487603,0.6280992,0.39256197,0.42975205,0.446281,0.8181818,0.8347107,0.838843,0.8471074,0.8595041,0.8512397,0.8429752,0.8429752,0.8347107,0.8181818,0.8181818,0.80991733,0.78099173,0.76033056,0.74793386,0.73966944,0.7066116,0.72727275,0.7355372,0.71487606,0.7355372,0.7066116,0.73140496,0.7066116,0.6735537,0.6363636,0.73966944,0.78512394,0.7933884,0.76859504,0.71900827,0.70247936,0.677686,0.6487603,0.60330576,0.5371901,0.53305787,0.54545456,0.60330576,0.6570248,0.56198347,0.61157024,0.57024795,0.6363636,0.6528926,0.6818182,0.6818182,0.6818182,0.6652893,0.6570248,0.6528926,0.6487603,0.6487603,0.661157,0.69008267,0.6859504,0.6983471,0.73140496,0.7107438,0.661157,0.62396693,0.34710744,0.27272728,0.446281,0.8140496,0.8264463,0.8305785,0.8471074,0.8553719,0.8471074,0.8512397,0.8471074,0.838843,0.8347107,0.8305785,0.8057851,0.7768595,0.7768595,0.75619835,0.74380165,0.71900827,0.73140496,0.7355372,0.72727275,0.73966944,0.71487606,0.6983471,0.6528926,0.61570245,0.58264464,0.76859504,0.8016529,0.7768595,0.7107438,0.6363636,0.6198347,0.6198347,0.607438,0.5495868,0.47107437,0.4752066,0.47933885,0.5206612,0.5661157,0.49586776,0.61157024,0.58677685,0.58677685,0.6487603,0.677686,0.69008267,0.6859504,0.6694215,0.6652893,0.6694215,0.6570248,0.6570248,0.661157,0.6735537,0.6818182,0.6983471,0.72727275,0.7231405,0.6652893,0.6322314,0.23966943,0.23140496,0.3140496,0.8140496,0.8264463,0.8264463,0.8429752,0.8471074,0.8512397,0.8512397,0.8512397,0.8471074,0.8429752,0.822314,0.79752064,0.7768595,0.78512394,0.76033056,0.74380165,0.74380165,0.73140496,0.73140496,0.71900827,0.7066116,0.7066116,0.6404959,0.61157024,0.57024795,0.5413223,0.7892562,0.75619835,0.6322314,0.5123967,0.44214877,0.4876033,0.59090906,0.57024795,0.46694216,0.38429752,0.3966942,0.40082645,0.5,0.45867768,0.38842976,0.54545456,0.62396693,0.5289256,0.61570245,0.6528926,0.6735537,0.6859504,0.6528926,0.6487603,0.6570248,0.6528926,0.661157,0.6735537,0.677686,0.69008267,0.7107438,0.73140496,0.7355372,0.6694215,0.59917355,0.18595041,0.28512397,0.23966943,0.80991733,0.8181818,0.822314,0.838843,0.838843,0.8429752,0.8429752,0.8512397,0.8512397,0.8429752,0.822314,0.8057851,0.78512394,0.7768595,0.77272725,0.75206614,0.74380165,0.7107438,0.6983471,0.7066116,0.6735537,0.6404959,0.58264464,0.5661157,0.5413223,0.47107437,0.7644628,0.6404959,0.39256197,0.1983471,0.15289256,0.32231405,0.553719,0.5661157,0.42975205,0.338843,0.338843,0.4090909,0.4214876,0.1983471,0.21487603,0.4752066,0.59090906,0.47107437,0.5495868,0.60330576,0.6363636,0.6528926,0.61570245,0.61570245,0.6404959,0.6487603,0.6694215,0.69008267,0.69008267,0.6983471,0.72727275,0.73140496,0.71900827,0.677686,0.54545456,0.24793388,0.30165288,0.23966943,0.8016529,0.8057851,0.822314,0.8347107,0.8347107,0.8347107,0.8429752,0.8553719,0.8512397,0.838843,0.8264463,0.822314,0.8016529,0.76859504,0.7644628,0.73966944,0.71900827,0.70247936,0.6652893,0.6528926,0.6198347,0.58677685,0.54545456,0.5371901,0.5495868,0.44214877,0.6983471,0.59504133,0.3140496,0.16115703,0.2231405,0.43801653,0.57024795,0.59090906,0.47933885,0.3305785,0.35950413,0.46694216,0.35950413,0.10743801,0.1694215,0.45454547,0.5165289,0.42561984,0.49173555,0.55785125,0.607438,0.61570245,0.607438,0.61157024,0.61157024,0.6487603,0.6735537,0.7066116,0.7066116,0.70247936,0.7231405,0.7231405,0.6942149,0.677686,0.5041322,0.29752067,0.3305785,0.22727273,0.7933884,0.7933884,0.822314,0.8305785,0.8347107,0.822314,0.8347107,0.8512397,0.838843,0.8429752,0.8429752,0.8305785,0.79752064,0.77272725,0.76033056,0.7231405,0.6983471,0.6818182,0.6322314,0.60330576,0.56198347,0.5413223,0.5247934,0.5082645,0.553719,0.47107437,0.6198347,0.59504133,0.39256197,0.32231405,0.43801653,0.5661157,0.57438016,0.5785124,0.5123967,0.36363637,0.40495867,0.46280992,0.45041323,0.26859504,0.30165288,0.41735536,0.43801653,0.45041323,0.42975205,0.5,0.5495868,0.58264464,0.59090906,0.61570245,0.607438,0.6322314,0.6735537,0.71900827,0.72727275,0.71487606,0.7066116,0.70247936,0.677686,0.6694215,0.4876033,0.3181818,0.35123968,0.24380165,0.7933884,0.78099173,0.822314,0.822314,0.8305785,0.8140496,0.822314,0.8264463,0.8305785,0.8347107,0.8471074,0.8264463,0.7892562,0.76859504,0.74380165,0.7107438,0.6652893,0.6528926,0.61570245,0.57438016,0.53305787,0.5123967,0.5,0.4876033,0.5371901,0.5661157,0.61570245,0.62396693,0.5289256,0.47933885,0.5289256,0.5661157,0.5371901,0.46280992,0.40495867,0.3553719,0.37190083,0.4338843,0.45454547,0.38842976,0.43801653,0.34710744,0.4090909,0.5123967,0.3966942,0.446281,0.5,0.54545456,0.56198347,0.59504133,0.58264464,0.607438,0.661157,0.71487606,0.73966944,0.7231405,0.6942149,0.6818182,0.6652893,0.6570248,0.4752066,0.33471075,0.3140496,0.28512397,0.7933884,0.7892562,0.8057851,0.8181818,0.8264463,0.80991733,0.8140496,0.8057851,0.8181818,0.8305785,0.838843,0.8181818,0.7768595,0.7644628,0.7231405,0.6983471,0.6446281,0.61157024,0.5785124,0.5371901,0.5,0.47933885,0.4752066,0.5041322,0.5371901,0.6735537,0.6818182,0.6983471,0.677686,0.62396693,0.59090906,0.57438016,0.49173555,0.36363637,0.2520661,0.27272728,0.3264463,0.4214876,0.48347107,0.5165289,0.55785125,0.5082645,0.45454547,0.5371901,0.48347107,0.42975205,0.46280992,0.53305787,0.53305787,0.56198347,0.57438016,0.59090906,0.6363636,0.6983471,0.73140496,0.71900827,0.6859504,0.661157,0.6487603,0.6404959,0.47107437,0.3429752,0.26859504,0.29338843,0.79752064,0.78099173,0.79752064,0.7933884,0.8181818,0.8057851,0.79752064,0.79752064,0.8057851,0.8181818,0.8181818,0.7892562,0.77272725,0.73966944,0.7066116,0.6859504,0.6322314,0.5785124,0.5413223,0.5165289,0.49586776,0.45454547,0.49173555,0.5371901,0.59504133,0.7231405,0.72727275,0.74793386,0.74380165,0.7066116,0.6528926,0.61570245,0.49586776,0.36363637,0.24380165,0.25619835,0.338843,0.4214876,0.5123967,0.58264464,0.6280992,0.6322314,0.5165289,0.53305787,0.55785125,0.46280992,0.43801653,0.49173555,0.5041322,0.5247934,0.553719,0.57024795,0.61157024,0.6694215,0.6983471,0.6942149,0.6735537,0.6487603,0.6322314,0.6280992,0.4752066,0.34710744,0.23553719,0.27272728,0.8016529,0.78099173,0.8016529,0.78099173,0.8016529,0.7892562,0.8016529,0.8057851,0.7933884,0.8016529,0.8016529,0.78099173,0.7644628,0.73140496,0.6983471,0.661157,0.61570245,0.56198347,0.5206612,0.49586776,0.4876033,0.47107437,0.53305787,0.5785124,0.6735537,0.7355372,0.73966944,0.75619835,0.73140496,0.7231405,0.6859504,0.6570248,0.59090906,0.47933885,0.38016528,0.38016528,0.42975205,0.47107437,0.553719,0.59090906,0.61570245,0.6322314,0.5661157,0.55785125,0.56198347,0.5206612,0.46280992,0.45454547,0.47107437,0.49586776,0.5289256,0.54545456,0.5785124,0.6280992,0.6652893,0.6694215,0.6570248,0.6404959,0.6280992,0.61157024,0.46280992,0.3429752,0.2520661,0.29752067,0.8016529,0.7892562,0.7892562,0.79752064,0.7892562,0.78512394,0.78099173,0.79752064,0.78099173,0.7933884,0.76033056,0.76033056,0.76033056,0.7231405,0.6652893,0.6280992,0.58677685,0.53305787,0.5,0.49173555,0.4876033,0.5123967,0.57024795,0.6652893,0.72727275,0.7231405,0.7355372,0.73140496,0.71900827,0.69008267,0.6983471,0.6570248,0.6404959,0.5785124,0.54545456,0.54545456,0.56198347,0.553719,0.57438016,0.5785124,0.58264464,0.60330576,0.59917355,0.59090906,0.58264464,0.5495868,0.5082645,0.45454547,0.45041323,0.47933885,0.5,0.5247934,0.54545456,0.60330576,0.6363636,0.6487603,0.6446281,0.6404959,0.62396693,0.59917355,0.43801653,0.3264463,0.32231405,0.338843,0.79752064,0.7892562,0.78512394,0.78512394,0.7768595,0.7933884,0.77272725,0.7892562,0.7768595,0.7768595,0.73140496,0.74380165,0.73966944,0.6942149,0.6446281,0.60330576,0.5661157,0.5123967,0.48347107,0.49173555,0.49586776,0.55785125,0.6446281,0.71900827,0.74793386,0.6859504,0.73140496,0.69008267,0.6983471,0.6528926,0.6694215,0.62396693,0.61570245,0.607438,0.607438,0.58677685,0.5661157,0.54545456,0.553719,0.5661157,0.56198347,0.57024795,0.59090906,0.59504133,0.61570245,0.58264464,0.5495868,0.47933885,0.43801653,0.45041323,0.48347107,0.5082645,0.53305787,0.59090906,0.61570245,0.6280992,0.6363636,0.6363636,0.62396693,0.58677685,0.4090909,0.32231405,0.34710744,0.35123968,0.7933884,0.7933884,0.78512394,0.7768595,0.7768595,0.78512394,0.78099173,0.78512394,0.7768595,0.7644628,0.74380165,0.73140496,0.7231405,0.69008267,0.6528926,0.59090906,0.5289256,0.5041322,0.4752066,0.46280992,0.5206612,0.62396693,0.71487606,0.71900827,0.72727275,0.70247936,0.72727275,0.6694215,0.607438,0.56198347,0.5495868,0.5206612,0.49586776,0.4876033,0.5371901,0.5165289,0.47107437,0.47107437,0.5,0.5165289,0.5413223,0.5661157,0.57438016,0.59504133,0.61157024,0.59917355,0.61157024,0.5247934,0.45041323,0.42975205,0.48347107,0.49173555,0.5371901,0.57438016,0.60330576,0.6198347,0.6280992,0.6322314,0.6280992,0.5785124,0.40082645,0.32231405,0.37190083,0.38429752,0.7892562,0.7933884,0.7933884,0.78099173,0.78099173,0.78099173,0.76033056,0.7768595,0.77272725,0.76033056,0.74793386,0.73140496,0.71487606,0.7066116,0.6652893,0.57438016,0.4876033,0.5082645,0.47107437,0.45867768,0.58264464,0.6859504,0.74380165,0.7231405,0.7355372,0.73140496,0.61570245,0.5165289,0.45454547,0.4090909,0.37190083,0.37603307,0.3429752,0.34710744,0.40495867,0.41322315,0.40495867,0.38016528,0.37190083,0.3966942,0.446281,0.5123967,0.553719,0.58677685,0.59917355,0.607438,0.6322314,0.60330576,0.49173555,0.43801653,0.47933885,0.49586776,0.5413223,0.5785124,0.60330576,0.6198347,0.6322314,0.6487603,0.6363636,0.57024795,0.43801653,0.33471075,0.38842976,0.43801653,0.78512394,0.7768595,0.7933884,0.7768595,0.77272725,0.7644628,0.76859504,0.75206614,0.7768595,0.76033056,0.74793386,0.73140496,0.72727275,0.72727275,0.6528926,0.56198347,0.5,0.53305787,0.5082645,0.553719,0.6735537,0.70247936,0.74380165,0.73966944,0.7066116,0.58264464,0.38842976,0.29338843,0.26859504,0.24793388,0.2107438,0.24380165,0.2892562,0.30578512,0.3553719,0.32231405,0.32231405,0.2768595,0.23553719,0.24380165,0.2892562,0.36363637,0.4752066,0.55785125,0.607438,0.6363636,0.61570245,0.661157,0.5289256,0.47933885,0.47107437,0.53305787,0.5661157,0.607438,0.6198347,0.6198347,0.6363636,0.6487603,0.6404959,0.57024795,0.45454547,0.32231405,0.39256197,0.47107437,0.78099173,0.7768595,0.7892562,0.78099173,0.75619835,0.74793386,0.7768595,0.76859504,0.76859504,0.75619835,0.75206614,0.73140496,0.75206614,0.7231405,0.6446281,0.55785125,0.54545456,0.57024795,0.5661157,0.6570248,0.7107438,0.7066116,0.7644628,0.6735537,0.5041322,0.38842976,0.2231405,0.17768595,0.18595041,0.17768595,0.18595041,0.24793388,0.2644628,0.23966943,0.23553719,0.25619835,0.29752067,0.27272728,0.1983471,0.17355372,0.17768595,0.2231405,0.3140496,0.4338843,0.5785124,0.6446281,0.60330576,0.6694215,0.5785124,0.54545456,0.5041322,0.55785125,0.59504133,0.6363636,0.6487603,0.6404959,0.6528926,0.6528926,0.6404959,0.5785124,0.45454547,0.29752067,0.37603307,0.49173555,0.77272725,0.78512394,0.78099173,0.7768595,0.77272725,0.73966944,0.78099173,0.78512394,0.7644628,0.75206614,0.76033056,0.74380165,0.76859504,0.7231405,0.6446281,0.59090906,0.60330576,0.5785124,0.6280992,0.71900827,0.69008267,0.72727275,0.71487606,0.49586776,0.37190083,0.2520661,0.1570248,0.19008264,0.30578512,0.1983471,0.30578512,0.53305787,0.5206612,0.35123968,0.25619835,0.4090909,0.47933885,0.4876033,0.30165288,0.23966943,0.18595041,0.15289256,0.2107438,0.3140496,0.45454547,0.6198347,0.61157024,0.6446281,0.6280992,0.57024795,0.58677685,0.55785125,0.61570245,0.6570248,0.6652893,0.6322314,0.6570248,0.6487603,0.6363636,0.5785124,0.3966942,0.2892562,0.41322315,0.47933885,0.75206614,0.78099173,0.75619835,0.7768595,0.78512394,0.75206614,0.7892562,0.7892562,0.7644628,0.73966944,0.77272725,0.7768595,0.78099173,0.7355372,0.661157,0.6404959,0.6446281,0.607438,0.677686,0.72727275,0.6735537,0.661157,0.5206612,0.35123968,0.29752067,0.20247933,0.09917355,0.35950413,0.6404959,0.3966942,0.61157024,0.76033056,0.78512394,0.6280992,0.42561984,0.6942149,0.6570248,0.6818182,0.5165289,0.5,0.33471075,0.14049587,0.1694215,0.26859504,0.3305785,0.5123967,0.5785124,0.61570245,0.6446281,0.58264464,0.6280992,0.57438016,0.607438,0.6528926,0.6859504,0.6446281,0.6570248,0.6570248,0.6280992,0.5413223,0.338843,0.30991736,0.44214877,0.45041323,0.7066116,0.78099173,0.7644628,0.77272725,0.78512394,0.77272725,0.79752064,0.7892562,0.77272725,0.75206614,0.77272725,0.8016529,0.8016529,0.75619835,0.6818182,0.677686,0.6694215,0.6487603,0.7107438,0.6983471,0.60330576,0.49586776,0.3305785,0.2603306,0.1983471,0.23140496,0.1694215,0.45041323,0.6942149,0.46280992,0.6735537,0.74793386,0.75619835,0.6487603,0.5289256,0.74793386,0.6280992,0.73140496,0.61570245,0.73140496,0.5785124,0.21487603,0.1570248,0.22727273,0.26859504,0.3677686,0.49173555,0.59504133,0.6404959,0.59504133,0.61157024,0.61157024,0.59917355,0.661157,0.6694215,0.6528926,0.6694215,0.6694215,0.62396693,0.5206612,0.3140496,0.33471075,0.45867768,0.42561984,0.6322314,0.7768595,0.7768595,0.7768595,0.78512394,0.77272725,0.79752064,0.7933884,0.7644628,0.76859504,0.77272725,0.80991733,0.8057851,0.7644628,0.6983471,0.70247936,0.6859504,0.6570248,0.6983471,0.62396693,0.5082645,0.35123968,0.2603306,0.18595041,0.14049587,0.29338843,0.2892562,0.44214877,0.677686,0.47933885,0.55785125,0.72727275,0.69008267,0.6404959,0.59090906,0.75206614,0.6322314,0.73140496,0.59504133,0.71900827,0.6735537,0.30991736,0.17768595,0.1694215,0.21900827,0.29338843,0.43801653,0.56198347,0.61157024,0.59504133,0.607438,0.6363636,0.6198347,0.6818182,0.6570248,0.677686,0.6694215,0.6652893,0.61157024,0.5041322,0.3181818,0.37603307,0.46280992,0.41735536,0.47933885,0.76033056,0.78512394,0.7768595,0.78099173,0.7768595,0.7933884,0.79752064,0.74793386,0.7768595,0.76859504,0.80991733,0.8181818,0.7644628,0.7231405,0.72727275,0.70247936,0.661157,0.6487603,0.56198347,0.5123967,0.41322315,0.338843,0.2768595,0.16528925,0.338843,0.28512397,0.3429752,0.6322314,0.47107437,0.5082645,0.71487606,0.6280992,0.61570245,0.5082645,0.607438,0.54545456,0.6404959,0.45867768,0.47107437,0.45867768,0.20661157,0.18181819,0.24793388,0.3305785,0.38429752,0.47107437,0.553719,0.5785124,0.58677685,0.61157024,0.6363636,0.6322314,0.661157,0.6528926,0.661157,0.6735537,0.661157,0.60330576,0.46694216,0.3181818,0.41322315,0.446281,0.4090909,0.30991736,0.71487606,0.78512394,0.76859504,0.77272725,0.78512394,0.78099173,0.7892562,0.76859504,0.7933884,0.7644628,0.79752064,0.79752064,0.75619835,0.74380165,0.72727275,0.6983471,0.6570248,0.61157024,0.5661157,0.6322314,0.6570248,0.60330576,0.58264464,0.53305787,0.46280992,0.2644628,0.27272728,0.5247934,0.42561984,0.5041322,0.61570245,0.54545456,0.5371901,0.37190083,0.45454547,0.5,0.59090906,0.38842976,0.34710744,0.35123968,0.18181819,0.29338843,0.42561984,0.48347107,0.5289256,0.5495868,0.56198347,0.5413223,0.59504133,0.6198347,0.6322314,0.6487603,0.6404959,0.661157,0.6404959,0.6818182,0.6487603,0.5785124,0.4214876,0.32231405,0.42561984,0.4214876,0.41322315,0.20247933,0.61157024,0.78099173,0.7644628,0.7644628,0.78512394,0.77272725,0.78512394,0.78512394,0.79752064,0.7768595,0.7892562,0.75206614,0.74793386,0.76033056,0.73140496,0.6859504,0.6404959,0.5785124,0.59917355,0.71900827,0.72727275,0.677686,0.607438,0.6198347,0.6322314,0.57438016,0.5289256,0.58264464,0.5247934,0.5206612,0.5661157,0.5785124,0.5661157,0.39256197,0.49173555,0.607438,0.5785124,0.46694216,0.47107437,0.47107437,0.37190083,0.45041323,0.5041322,0.5247934,0.57024795,0.59917355,0.55785125,0.54545456,0.5785124,0.61157024,0.6363636,0.6363636,0.6487603,0.6487603,0.6487603,0.6652893,0.6363636,0.57438016,0.37190083,0.34710744,0.43801653,0.41322315,0.3966942,0.14049587,0.47107437,0.76859504,0.75619835,0.75619835,0.77272725,0.7768595,0.7933884,0.79752064,0.7892562,0.78099173,0.78512394,0.75206614,0.73966944,0.75206614,0.7107438,0.6859504,0.62396693,0.5785124,0.6280992,0.76859504,0.75206614,0.6983471,0.661157,0.6446281,0.6528926,0.661157,0.6487603,0.59917355,0.5371901,0.53305787,0.5041322,0.55785125,0.5371901,0.45867768,0.46694216,0.5413223,0.5123967,0.5123967,0.5206612,0.5165289,0.45454547,0.5247934,0.5206612,0.5289256,0.57438016,0.61570245,0.56198347,0.53305787,0.58264464,0.5785124,0.6322314,0.6446281,0.6322314,0.6446281,0.661157,0.6570248,0.607438,0.553719,0.3264463,0.38016528,0.42975205,0.40082645,0.37190083,0.12396694,0.3264463,0.71900827,0.75206614,0.73966944,0.76033056,0.78099173,0.79752064,0.8057851,0.7892562,0.76859504,0.77272725,0.74793386,0.73966944,0.7231405,0.69008267,0.69008267,0.61157024,0.58264464,0.6363636,0.78512394,0.75619835,0.7231405,0.69008267,0.6652893,0.6322314,0.607438,0.6280992,0.59504133,0.553719,0.5661157,0.5247934,0.5495868,0.5289256,0.5,0.49586776,0.5041322,0.5413223,0.53305787,0.5082645,0.49586776,0.45454547,0.5371901,0.5289256,0.5247934,0.59090906,0.6322314,0.5785124,0.5371901,0.57024795,0.59090906,0.62396693,0.6322314,0.6363636,0.6280992,0.6570248,0.6363636,0.59504133,0.5123967,0.28512397,0.40082645,0.4090909,0.37603307,0.3677686,0.1322314,0.23553719,0.61157024,0.74380165,0.7231405,0.74380165,0.77272725,0.79752064,0.8016529,0.76033056,0.76033056,0.76033056,0.76033056,0.7107438,0.71487606,0.69008267,0.6735537,0.58264464,0.59090906,0.661157,0.77272725,0.74380165,0.7231405,0.7066116,0.6735537,0.60330576,0.58264464,0.56198347,0.5206612,0.4752066,0.4752066,0.45454547,0.44214877,0.4338843,0.42561984,0.42561984,0.4214876,0.44214877,0.45867768,0.4338843,0.45041323,0.45041323,0.48347107,0.49586776,0.54545456,0.6198347,0.6322314,0.59090906,0.5661157,0.5785124,0.59504133,0.60330576,0.62396693,0.6322314,0.6280992,0.6363636,0.6280992,0.59090906,0.43801653,0.2603306,0.40082645,0.39256197,0.37190083,0.38842976,0.12809917,0.1983471,0.4752066,0.7355372,0.71487606,0.7355372,0.75206614,0.7892562,0.80991733,0.75206614,0.75619835,0.74793386,0.7107438,0.6859504,0.6735537,0.6652893,0.6652893,0.56198347,0.6487603,0.6735537,0.76033056,0.73966944,0.7107438,0.6942149,0.6652893,0.61157024,0.58677685,0.5495868,0.5082645,0.43801653,0.38842976,0.34710744,0.3305785,0.3181818,0.34710744,0.36363637,0.3305785,0.3429752,0.37603307,0.37603307,0.4090909,0.43801653,0.47933885,0.5289256,0.57438016,0.607438,0.62396693,0.59917355,0.5785124,0.57024795,0.57438016,0.5785124,0.60330576,0.6198347,0.61157024,0.61570245,0.60330576,0.58264464,0.3429752,0.28512397,0.39256197,0.3677686,0.38429752,0.3966942,0.24380165,0.20247933,0.34710744,0.6735537,0.7066116,0.7107438,0.74793386,0.75619835,0.76033056,0.74793386,0.74793386,0.71487606,0.6942149,0.677686,0.6735537,0.6652893,0.6528926,0.59504133,0.6570248,0.6694215,0.74380165,0.7231405,0.69008267,0.661157,0.661157,0.6280992,0.60330576,0.57024795,0.5206612,0.45041323,0.37190083,0.3181818,0.2892562,0.2892562,0.30578512,0.33471075,0.27272728,0.28512397,0.3305785,0.38842976,0.4090909,0.45867768,0.5041322,0.57438016,0.58264464,0.59504133,0.607438,0.607438,0.58677685,0.57438016,0.57024795,0.57024795,0.58677685,0.60330576,0.607438,0.61157024,0.58677685,0.55785125,0.22727273,0.35123968,0.38016528,0.35123968,0.38842976,0.3966942,0.38842976,0.3181818,0.30991736,0.5289256,0.69008267,0.70247936,0.73140496,0.75619835,0.71487606,0.7066116,0.7231405,0.7066116,0.6983471,0.6446281,0.661157,0.6570248,0.661157,0.6363636,0.6363636,0.6983471,0.7231405,0.70247936,0.6652893,0.6570248,0.6570248,0.62396693,0.59917355,0.5495868,0.5123967,0.446281,0.38429752,0.3429752,0.30991736,0.30578512,0.29752067,0.29338843,0.28512397,0.28512397,0.3305785,0.38842976,0.4338843,0.4752066,0.5289256,0.5785124,0.57024795,0.5785124,0.59504133,0.607438,0.59090906,0.5785124,0.57024795,0.57438016,0.5785124,0.59504133,0.59917355,0.59917355,0.58677685,0.44214877,0.20661157,0.39256197,0.34710744,0.35950413,0.38016528,0.41322315,0.38842976,0.40082645,0.35123968,0.4090909,0.59917355,0.677686,0.70247936,0.75206614,0.72727275,0.7066116,0.71487606,0.7107438,0.6983471,0.661157,0.6652893,0.6570248,0.661157,0.6983471,0.6818182,0.7107438,0.7231405,0.69008267,0.6652893,0.6735537,0.6570248,0.607438,0.5785124,0.54545456,0.5082645,0.4338843,0.3966942,0.38429752,0.3677686,0.36363637,0.36363637,0.3264463,0.36363637,0.3677686,0.3553719,0.4090909,0.4752066,0.5206612,0.5495868,0.5661157,0.57438016,0.57024795,0.58677685,0.59917355,0.59504133,0.58677685,0.5661157,0.57438016,0.57438016,0.59090906,0.59504133,0.59504133,0.58264464,0.29752067,0.2603306,0.3305785,0.3429752,0.37190083,0.3966942,0.4090909,0.37190083,0.3264463,0.30991736,0.3305785,0.42975205,0.6198347,0.6859504,0.73140496,0.73140496,0.71487606,0.70247936,0.6983471,0.7066116,0.6735537,0.6446281,0.6652893,0.6859504,0.71900827,0.71900827,0.7231405,0.71900827,0.69008267,0.69008267,0.6694215,0.6528926,0.58677685,0.5661157,0.5495868,0.5206612,0.46694216,0.43801653,0.41735536,0.4090909,0.4214876,0.4214876,0.40495867,0.4338843,0.42561984,0.44214877,0.44214877,0.5,0.53305787,0.56198347,0.56198347,0.5661157,0.57024795,0.5785124,0.58677685,0.60330576,0.59504133,0.5785124,0.57024795,0.57438016,0.59090906,0.59090906,0.59917355,0.47107437,0.2231405,0.26859504,0.29338843,0.35950413,0.3966942,0.40495867,0.40495867,0.17768595,0.17768595,0.22727273,0.24380165,0.25619835,0.4338843,0.6363636,0.71900827,0.7355372,0.71900827,0.6983471,0.70247936,0.7066116,0.677686,0.6363636,0.677686,0.70247936,0.72727275,0.73140496,0.73140496,0.7107438,0.70247936,0.69008267,0.6652893,0.6528926,0.60330576,0.59090906,0.56198347,0.5413223,0.5247934,0.5,0.49586776,0.49173555,0.4876033,0.4876033,0.4876033,0.49586776,0.5,0.49586776,0.48347107,0.5,0.5289256,0.5785124,0.5661157,0.5661157,0.58677685,0.5785124,0.58677685,0.59090906,0.58677685,0.59090906,0.57438016,0.57438016,0.58264464,0.58264464,0.58677685,0.29752067,0.21487603,0.2644628,0.3181818,0.35950413,0.39256197,0.40495867,0.44214877,0.11157025,0.10330579,0.20247933,0.21487603,0.22727273,0.28512397,0.47933885,0.6528926,0.7066116,0.7066116,0.6859504,0.6859504,0.6983471,0.6735537,0.6487603,0.6735537,0.6942149,0.72727275,0.7231405,0.71487606,0.71487606,0.6983471,0.69008267,0.6859504,0.6694215,0.6363636,0.61570245,0.59090906,0.59504133,0.59090906,0.57438016,0.5785124,0.57024795,0.553719,0.5661157,0.56198347,0.57024795,0.5247934,0.5495868,0.53305787,0.553719,0.5495868,0.57438016,0.5785124,0.5661157,0.5785124,0.5785124,0.58264464,0.59090906,0.5785124,0.58264464,0.58264464,0.5785124,0.5785124,0.58677685,0.48347107,0.1983471,0.22727273,0.29752067,0.3305785,0.35950413,0.38016528,0.42975205,0.46280992,0.14876033,0.06198347,0.24380165,0.27272728,0.28512397,0.32231405,0.38429752,0.53305787,0.6694215,0.677686,0.661157,0.6652893,0.6818182,0.6694215,0.6694215,0.69008267,0.7107438,0.71900827,0.7107438,0.7107438,0.71900827,0.6942149,0.69008267,0.70247936,0.677686,0.661157,0.6322314,0.61157024,0.6280992,0.6198347,0.607438,0.59504133,0.58677685,0.5785124,0.56198347,0.5661157,0.5371901,0.5289256,0.5371901,0.5371901,0.5661157,0.57024795,0.58264464,0.58264464,0.5785124,0.57024795,0.59504133,0.58677685,0.58677685,0.5661157,0.5661157,0.57438016,0.5785124,0.57024795,0.553719,0.33471075,0.2107438,0.2520661,0.30165288,0.3181818,0.35123968,0.41735536,0.45041323,0.41735536,0.12809917,0.053719006,0.2768595,0.35950413,0.3677686,0.40082645,0.43801653,0.47933885,0.59090906,0.6528926,0.6487603,0.6487603,0.6570248,0.6652893,0.6528926,0.6818182,0.6983471,0.6942149,0.6942149,0.7231405,0.7066116,0.71900827,0.6942149,0.7066116,0.69008267,0.6942149,0.6446281,0.62396693,0.6404959,0.61570245,0.58677685,0.58264464,0.59090906,0.57024795,0.5371901,0.55785125,0.5413223,0.5289256,0.5247934,0.5413223,0.54545456,0.57024795,0.5785124,0.59090906,0.59917355,0.55785125,0.58264464,0.58264464,0.57438016,0.54545456,0.5495868,0.553719,0.55785125,0.553719,0.43801653,0.23966943,0.22727273,0.2603306,0.27272728,0.29752067,0.40495867,0.41322315,0.3966942,0.338843,0.15289256,0.053719006,0.26859504,0.45867768,0.42975205,0.47933885,0.5123967,0.5206612,0.5495868,0.60330576,0.62396693,0.62396693,0.62396693,0.6363636,0.6404959,0.6528926,0.6735537,0.6528926,0.661157,0.6859504,0.70247936,0.71900827,0.7107438,0.70247936,0.70247936,0.6818182,0.62396693,0.6322314,0.61157024,0.60330576,0.59504133,0.60330576,0.607438,0.553719,0.53305787,0.56198347,0.54545456,0.5495868,0.5206612,0.5206612,0.5371901,0.54545456,0.58677685,0.59090906,0.59917355,0.55785125,0.57024795,0.57024795,0.553719,0.53305787,0.53305787,0.5289256,0.5371901,0.47933885,0.30165288,0.20661157,0.23553719,0.24793388,0.28099173,0.35123968,0.3677686,0.30165288,0.30578512,0.3181818,31 +0.77272725,0.8057851,0.79752064,0.75206614,0.76859504,0.78512394,0.78512394,0.7768595,0.77272725,0.75619835,0.6983471,0.6528926,0.6322314,0.607438,0.553719,0.553719,0.5661157,0.58677685,0.58264464,0.58677685,0.607438,0.61157024,0.62396693,0.62396693,0.6487603,0.6570248,0.661157,0.6528926,0.6735537,0.677686,0.677686,0.6942149,0.69008267,0.6818182,0.69008267,0.6818182,0.6859504,0.7066116,0.69008267,0.6859504,0.70247936,0.6859504,0.6942149,0.6942149,0.6942149,0.71487606,0.74380165,0.74793386,0.74793386,0.73966944,0.72727275,0.7107438,0.6859504,0.6528926,0.6322314,0.57024795,0.5247934,0.56198347,0.59504133,0.53305787,0.47107437,0.46280992,0.53305787,0.30165288,0.822314,0.8057851,0.8016529,0.76033056,0.7644628,0.7892562,0.7768595,0.75619835,0.75619835,0.71900827,0.6404959,0.607438,0.58677685,0.553719,0.5041322,0.49586776,0.49586776,0.49586776,0.48347107,0.4876033,0.49173555,0.47933885,0.5,0.5289256,0.54545456,0.59090906,0.607438,0.61157024,0.6322314,0.6487603,0.6694215,0.69008267,0.69008267,0.6818182,0.6859504,0.6694215,0.6942149,0.70247936,0.6818182,0.6942149,0.70247936,0.6818182,0.6942149,0.6983471,0.70247936,0.73140496,0.76033056,0.74793386,0.75206614,0.74793386,0.71900827,0.69008267,0.6322314,0.59504133,0.58264464,0.54545456,0.5165289,0.54545456,0.57438016,0.54545456,0.53305787,0.39256197,0.57024795,0.38842976,0.8429752,0.8140496,0.80991733,0.75619835,0.7892562,0.7933884,0.74793386,0.73140496,0.71900827,0.6652893,0.61570245,0.59917355,0.5785124,0.5371901,0.5247934,0.49173555,0.46694216,0.43801653,0.42561984,0.42561984,0.40495867,0.38016528,0.38842976,0.4338843,0.44214877,0.5123967,0.5123967,0.5413223,0.58264464,0.59917355,0.6363636,0.6694215,0.677686,0.6818182,0.6859504,0.6818182,0.70247936,0.69008267,0.6859504,0.6983471,0.70247936,0.677686,0.6859504,0.6983471,0.7107438,0.73966944,0.76033056,0.7231405,0.6942149,0.6818182,0.6363636,0.607438,0.5289256,0.5041322,0.5041322,0.5,0.5,0.5247934,0.55785125,0.58264464,0.58264464,0.41735536,0.5041322,0.46280992,0.8347107,0.8429752,0.78512394,0.7892562,0.8016529,0.75206614,0.71900827,0.73966944,0.70247936,0.6404959,0.6404959,0.6446281,0.6280992,0.59090906,0.58264464,0.56198347,0.5206612,0.47933885,0.45867768,0.43801653,0.40495867,0.37603307,0.3677686,0.40082645,0.4214876,0.4338843,0.45867768,0.47933885,0.53305787,0.54545456,0.59504133,0.6528926,0.6652893,0.6735537,0.6652893,0.69008267,0.72727275,0.677686,0.6694215,0.6942149,0.7066116,0.6818182,0.6818182,0.70247936,0.71487606,0.72727275,0.71900827,0.6528926,0.57024795,0.5495868,0.5123967,0.49586776,0.43801653,0.45454547,0.49586776,0.5165289,0.5165289,0.5082645,0.53305787,0.60330576,0.607438,0.5165289,0.38016528,0.4876033,0.8471074,0.8347107,0.7892562,0.8016529,0.7933884,0.74380165,0.71900827,0.71487606,0.6818182,0.6735537,0.69008267,0.7066116,0.69008267,0.6735537,0.6487603,0.6322314,0.607438,0.57024795,0.5371901,0.5,0.45454547,0.43801653,0.42561984,0.4214876,0.45454547,0.41322315,0.44214877,0.45454547,0.49173555,0.5082645,0.56198347,0.62396693,0.6404959,0.6528926,0.661157,0.6818182,0.7231405,0.6735537,0.661157,0.6942149,0.7066116,0.677686,0.6818182,0.7066116,0.71900827,0.7107438,0.6363636,0.54545456,0.46694216,0.446281,0.43801653,0.446281,0.44214877,0.5123967,0.59504133,0.61570245,0.57024795,0.5041322,0.5,0.61157024,0.6446281,0.61157024,0.3264463,0.5041322,0.8636364,0.80991733,0.8140496,0.79752064,0.78512394,0.75619835,0.71487606,0.7107438,0.677686,0.70247936,0.71487606,0.72727275,0.73140496,0.71900827,0.661157,0.6198347,0.61157024,0.59504133,0.57024795,0.5413223,0.5041322,0.4876033,0.48347107,0.45454547,0.47107437,0.43801653,0.45041323,0.45867768,0.48347107,0.5,0.5413223,0.59504133,0.61157024,0.6363636,0.6570248,0.677686,0.7066116,0.6652893,0.661157,0.6487603,0.69008267,0.677686,0.677686,0.70247936,0.6859504,0.6322314,0.5495868,0.46694216,0.40495867,0.41735536,0.46280992,0.49173555,0.54545456,0.6280992,0.7107438,0.72727275,0.6570248,0.54545456,0.49586776,0.60330576,0.6942149,0.6446281,0.35950413,0.47107437,0.8553719,0.8140496,0.8264463,0.8016529,0.76859504,0.75206614,0.72727275,0.7231405,0.7107438,0.7066116,0.69008267,0.6983471,0.6859504,0.6652893,0.6280992,0.59090906,0.5785124,0.5785124,0.5661157,0.5371901,0.5165289,0.5041322,0.49173555,0.4752066,0.4752066,0.45867768,0.47107437,0.46694216,0.49173555,0.5041322,0.5289256,0.5785124,0.59504133,0.62396693,0.6487603,0.6735537,0.6818182,0.6570248,0.6570248,0.6446281,0.6735537,0.6818182,0.6818182,0.6818182,0.6280992,0.5413223,0.48347107,0.42975205,0.446281,0.49586776,0.5206612,0.553719,0.61570245,0.6694215,0.7355372,0.7768595,0.72727275,0.61570245,0.5247934,0.56198347,0.71900827,0.6198347,0.4214876,0.4090909,0.8305785,0.8305785,0.8305785,0.8140496,0.77272725,0.74380165,0.74793386,0.73966944,0.72727275,0.69008267,0.6570248,0.6528926,0.62396693,0.6198347,0.59504133,0.553719,0.53305787,0.5247934,0.5082645,0.49586776,0.49586776,0.5,0.5041322,0.4876033,0.4876033,0.46280992,0.46694216,0.46694216,0.4876033,0.49586776,0.5206612,0.57438016,0.59090906,0.61157024,0.6404959,0.677686,0.6528926,0.6487603,0.6570248,0.661157,0.6694215,0.6818182,0.6859504,0.6487603,0.57024795,0.49586776,0.5165289,0.5041322,0.5413223,0.5661157,0.57438016,0.59504133,0.6280992,0.6446281,0.7066116,0.76033056,0.73140496,0.6528926,0.553719,0.5165289,0.6983471,0.59917355,0.46694216,0.37603307,0.8264463,0.8429752,0.8347107,0.822314,0.78099173,0.73966944,0.76859504,0.74380165,0.7231405,0.6570248,0.6280992,0.6280992,0.59504133,0.56198347,0.5371901,0.5165289,0.5247934,0.5371901,0.5495868,0.5661157,0.55785125,0.5495868,0.5495868,0.5495868,0.5123967,0.48347107,0.4752066,0.47107437,0.47933885,0.4876033,0.5165289,0.57024795,0.59504133,0.61157024,0.6404959,0.6735537,0.6446281,0.6446281,0.6652893,0.6818182,0.6818182,0.6818182,0.6652893,0.607438,0.55785125,0.53305787,0.56198347,0.58677685,0.60330576,0.6652893,0.6487603,0.6322314,0.6528926,0.6528926,0.677686,0.7231405,0.71900827,0.6652893,0.57438016,0.49586776,0.6652893,0.60330576,0.48347107,0.3966942,0.838843,0.8471074,0.8471074,0.822314,0.78099173,0.75206614,0.7644628,0.72727275,0.6942149,0.59917355,0.61570245,0.5785124,0.53305787,0.5,0.5206612,0.57438016,0.61570245,0.6322314,0.6528926,0.6528926,0.6446281,0.6404959,0.6363636,0.61157024,0.57438016,0.5413223,0.5082645,0.47933885,0.45867768,0.46280992,0.5,0.55785125,0.61157024,0.6322314,0.6652893,0.6652893,0.6487603,0.6487603,0.6694215,0.6942149,0.6983471,0.6859504,0.6487603,0.5785124,0.55785125,0.56198347,0.61157024,0.6487603,0.6570248,0.6942149,0.7066116,0.7066116,0.6942149,0.6942149,0.677686,0.6652893,0.69008267,0.661157,0.5785124,0.47107437,0.661157,0.60330576,0.4876033,0.45041323,0.8429752,0.8471074,0.838843,0.8140496,0.7892562,0.7768595,0.73966944,0.7066116,0.6322314,0.57024795,0.57024795,0.5041322,0.5,0.55785125,0.6322314,0.6859504,0.70247936,0.69008267,0.6859504,0.6942149,0.6942149,0.6735537,0.6528926,0.6322314,0.6198347,0.58264464,0.5413223,0.49173555,0.446281,0.42975205,0.45041323,0.5247934,0.6280992,0.6694215,0.71900827,0.677686,0.6528926,0.661157,0.6694215,0.6983471,0.71487606,0.6983471,0.6280992,0.553719,0.56198347,0.60330576,0.6818182,0.70247936,0.6942149,0.6942149,0.7066116,0.71900827,0.7355372,0.73140496,0.7107438,0.70247936,0.7066116,0.6570248,0.5661157,0.4338843,0.62396693,0.553719,0.49586776,0.4752066,0.838843,0.8429752,0.8305785,0.8016529,0.7892562,0.7768595,0.71487606,0.6570248,0.57438016,0.5661157,0.5123967,0.553719,0.6322314,0.70247936,0.74380165,0.75206614,0.7231405,0.677686,0.6446281,0.6487603,0.62396693,0.59090906,0.5785124,0.59504133,0.607438,0.59504133,0.553719,0.5,0.45867768,0.4214876,0.41322315,0.4876033,0.59090906,0.6859504,0.73966944,0.71487606,0.6859504,0.6818182,0.677686,0.6983471,0.71900827,0.6983471,0.59917355,0.5,0.57438016,0.6404959,0.677686,0.6446281,0.60330576,0.60330576,0.6446281,0.6983471,0.7355372,0.73140496,0.71487606,0.7231405,0.69008267,0.6363636,0.57438016,0.45454547,0.59504133,0.54545456,0.48347107,0.41735536,0.8429752,0.838843,0.8264463,0.79752064,0.76033056,0.74793386,0.69008267,0.553719,0.58677685,0.5413223,0.58264464,0.7107438,0.76859504,0.75619835,0.73966944,0.7107438,0.6487603,0.59917355,0.57024795,0.57438016,0.55785125,0.5289256,0.49586776,0.48347107,0.5165289,0.5495868,0.5413223,0.5,0.45867768,0.4214876,0.41322315,0.46694216,0.53305787,0.6735537,0.74380165,0.76033056,0.7355372,0.7066116,0.6983471,0.7066116,0.7231405,0.69008267,0.553719,0.446281,0.57438016,0.60330576,0.60330576,0.57024795,0.5206612,0.5041322,0.5289256,0.58264464,0.6280992,0.6570248,0.7107438,0.75206614,0.6735537,0.60330576,0.5661157,0.49173555,0.48347107,0.5041322,0.48347107,0.38429752,0.8429752,0.8429752,0.8347107,0.7933884,0.73966944,0.72727275,0.6528926,0.46280992,0.6404959,0.57024795,0.76033056,0.80991733,0.75206614,0.6487603,0.59504133,0.57024795,0.5,0.43801653,0.44214877,0.46694216,0.46694216,0.46280992,0.46280992,0.44214877,0.45867768,0.49173555,0.5082645,0.4876033,0.46280992,0.43801653,0.44214877,0.46694216,0.49173555,0.6280992,0.75206614,0.7644628,0.76033056,0.7355372,0.71487606,0.71900827,0.73140496,0.6735537,0.5123967,0.43801653,0.5247934,0.5247934,0.5165289,0.5165289,0.41735536,0.35950413,0.35950413,0.4214876,0.46280992,0.48347107,0.57024795,0.6818182,0.6983471,0.59504133,0.55785125,0.5123967,0.41322315,0.47107437,0.44214877,0.3677686,0.8347107,0.838843,0.8305785,0.78512394,0.72727275,0.7066116,0.57438016,0.49586776,0.6404959,0.75206614,0.8181818,0.77272725,0.6446281,0.4752066,0.38016528,0.4090909,0.3966942,0.24793388,0.30991736,0.42975205,0.3966942,0.3429752,0.35950413,0.40495867,0.44214877,0.47933885,0.49173555,0.48347107,0.4752066,0.47107437,0.4876033,0.48347107,0.5,0.59090906,0.76859504,0.7768595,0.77272725,0.75206614,0.73140496,0.72727275,0.7355372,0.677686,0.5206612,0.46280992,0.46694216,0.45454547,0.40082645,0.46280992,0.3181818,0.25619835,0.23966943,0.3429752,0.44214877,0.3966942,0.38016528,0.5247934,0.6363636,0.61157024,0.5413223,0.5165289,0.42975205,0.45041323,0.39256197,0.35950413,0.8347107,0.8181818,0.8140496,0.76859504,0.7107438,0.661157,0.49173555,0.58264464,0.7644628,0.7933884,0.7892562,0.6694215,0.46694216,0.28512397,0.20247933,0.28099173,0.3553719,0.17355372,0.24380165,0.48347107,0.4338843,0.30991736,0.2892562,0.3264463,0.38842976,0.46280992,0.5041322,0.5041322,0.5041322,0.5371901,0.553719,0.5123967,0.5206612,0.59090906,0.71900827,0.78099173,0.77272725,0.76859504,0.75206614,0.71900827,0.7066116,0.677686,0.58677685,0.4876033,0.44214877,0.3305785,0.28512397,0.35950413,0.23966943,0.24793388,0.2768595,0.45454547,0.6487603,0.5413223,0.29752067,0.32231405,0.5165289,0.60330576,0.5082645,0.5,0.446281,0.45454547,0.3677686,0.34710744,0.8305785,0.8181818,0.8181818,0.75206614,0.6859504,0.61157024,0.47107437,0.7231405,0.8181818,0.7355372,0.6280992,0.446281,0.2644628,0.19008264,0.1570248,0.15289256,0.28512397,0.22727273,0.23140496,0.5082645,0.5082645,0.38842976,0.338843,0.30578512,0.3264463,0.40082645,0.47107437,0.5247934,0.5785124,0.6487603,0.61570245,0.53305787,0.5495868,0.6198347,0.71900827,0.78099173,0.78512394,0.78512394,0.77272725,0.7231405,0.6735537,0.6735537,0.6528926,0.5082645,0.29752067,0.17355372,0.3140496,0.23966943,0.1694215,0.24793388,0.35950413,0.59090906,0.8305785,0.71487606,0.35950413,0.17768595,0.40495867,0.5661157,0.45041323,0.47107437,0.46280992,0.47107437,0.3677686,0.3305785,0.8181818,0.8140496,0.8264463,0.76033056,0.6735537,0.61570245,0.5165289,0.78512394,0.7768595,0.607438,0.35950413,0.25619835,0.24380165,0.2644628,0.25619835,0.20661157,0.3305785,0.26859504,0.2892562,0.47933885,0.5041322,0.44214877,0.42975205,0.38842976,0.3677686,0.39256197,0.45454547,0.5413223,0.62396693,0.69008267,0.661157,0.5371901,0.58677685,0.6652893,0.73966944,0.78512394,0.79752064,0.79752064,0.7768595,0.7231405,0.6570248,0.6528926,0.6818182,0.5206612,0.2768595,0.2892562,0.38842976,0.3264463,0.28099173,0.29338843,0.35123968,0.54545456,0.75619835,0.6859504,0.446281,0.23140496,0.338843,0.5206612,0.39256197,0.45041323,0.46694216,0.48347107,0.40082645,0.33471075,0.80991733,0.8181818,0.8181818,0.73966944,0.6487603,0.6404959,0.6487603,0.78512394,0.6363636,0.48347107,0.49586776,0.5041322,0.4752066,0.45041323,0.4214876,0.4214876,0.45867768,0.38429752,0.4214876,0.4752066,0.5082645,0.49586776,0.4876033,0.49173555,0.49173555,0.48347107,0.5,0.54545456,0.59504133,0.6446281,0.6487603,0.54545456,0.6322314,0.69008267,0.7644628,0.79752064,0.79752064,0.79752064,0.78099173,0.7231405,0.6487603,0.6404959,0.6280992,0.6363636,0.5289256,0.49586776,0.53305787,0.5082645,0.4876033,0.4338843,0.4214876,0.5289256,0.62396693,0.5785124,0.5082645,0.45867768,0.38016528,0.5,0.35123968,0.44214877,0.47107437,0.47107437,0.42561984,0.338843,0.79752064,0.8016529,0.7768595,0.6983471,0.607438,0.59917355,0.6652893,0.6818182,0.4752066,0.57438016,0.6983471,0.6983471,0.6528926,0.59917355,0.5413223,0.5289256,0.5413223,0.47933885,0.5165289,0.5371901,0.59917355,0.59090906,0.5661157,0.56198347,0.55785125,0.5413223,0.53305787,0.5371901,0.54545456,0.607438,0.607438,0.5785124,0.6570248,0.7066116,0.7644628,0.8057851,0.8016529,0.7933884,0.7892562,0.75619835,0.7066116,0.6859504,0.6280992,0.6528926,0.59917355,0.57438016,0.57438016,0.57438016,0.59090906,0.58264464,0.57438016,0.607438,0.6280992,0.58677685,0.62396693,0.6528926,0.5165289,0.5289256,0.338843,0.4338843,0.4752066,0.45454547,0.4090909,0.3264463,0.7892562,0.78099173,0.75206614,0.6859504,0.60330576,0.59917355,0.6363636,0.6363636,0.5206612,0.6694215,0.77272725,0.7644628,0.74793386,0.71900827,0.6735537,0.6322314,0.6446281,0.6528926,0.6322314,0.6735537,0.677686,0.6404959,0.607438,0.58264464,0.54545456,0.5247934,0.5289256,0.53305787,0.54545456,0.61157024,0.59090906,0.62396693,0.661157,0.6983471,0.75206614,0.8016529,0.8057851,0.79752064,0.8016529,0.7892562,0.75619835,0.73140496,0.6570248,0.6363636,0.6363636,0.607438,0.58264464,0.58677685,0.6198347,0.6570248,0.69008267,0.71900827,0.72727275,0.6818182,0.7066116,0.73966944,0.58264464,0.553719,0.3553719,0.41322315,0.46694216,0.45041323,0.38429752,0.30578512,0.79752064,0.76859504,0.74793386,0.69008267,0.61570245,0.6487603,0.6735537,0.6859504,0.6528926,0.71487606,0.76033056,0.76859504,0.76033056,0.7231405,0.6859504,0.6983471,0.69008267,0.6735537,0.6694215,0.6735537,0.6280992,0.57438016,0.5495868,0.54545456,0.5413223,0.53305787,0.5371901,0.553719,0.58264464,0.6280992,0.60330576,0.6570248,0.6652893,0.69008267,0.74793386,0.8016529,0.8181818,0.80991733,0.8057851,0.8016529,0.79752064,0.76859504,0.7107438,0.6528926,0.6652893,0.6363636,0.6198347,0.607438,0.60330576,0.59917355,0.6322314,0.70247936,0.74380165,0.7355372,0.74380165,0.7231405,0.6280992,0.60330576,0.38429752,0.37190083,0.45454547,0.44214877,0.3677686,0.30578512,0.7933884,0.75206614,0.74380165,0.7066116,0.6446281,0.70247936,0.7355372,0.74793386,0.73966944,0.7355372,0.74380165,0.74793386,0.75206614,0.74793386,0.7107438,0.7107438,0.6652893,0.6322314,0.6363636,0.57024795,0.5371901,0.5371901,0.553719,0.57024795,0.5785124,0.56198347,0.5495868,0.607438,0.6280992,0.6280992,0.6404959,0.6818182,0.6818182,0.7107438,0.76033056,0.8057851,0.822314,0.8140496,0.8016529,0.8057851,0.80991733,0.77272725,0.75619835,0.70247936,0.6859504,0.6570248,0.6528926,0.6528926,0.6446281,0.6363636,0.6280992,0.6322314,0.6694215,0.73140496,0.73966944,0.69008267,0.6528926,0.6446281,0.446281,0.38016528,0.43801653,0.42561984,0.36363637,0.30991736,0.7933884,0.76859504,0.7768595,0.74793386,0.71487606,0.74380165,0.76033056,0.76859504,0.7644628,0.7644628,0.75619835,0.7355372,0.7355372,0.73140496,0.6859504,0.6363636,0.59917355,0.5785124,0.58677685,0.57438016,0.58677685,0.59917355,0.60330576,0.59090906,0.58264464,0.58677685,0.5785124,0.6694215,0.6652893,0.6404959,0.6859504,0.7066116,0.7231405,0.74380165,0.7768595,0.80991733,0.822314,0.80991733,0.79752064,0.8016529,0.7933884,0.75619835,0.76859504,0.74380165,0.71900827,0.677686,0.6652893,0.6694215,0.6735537,0.6818182,0.69008267,0.6818182,0.6818182,0.69008267,0.6859504,0.6942149,0.69008267,0.6859504,0.5123967,0.41735536,0.42975205,0.42561984,0.37190083,0.30578512,0.8057851,0.78512394,0.78099173,0.76033056,0.75619835,0.76859504,0.76033056,0.76033056,0.7644628,0.7644628,0.73966944,0.7107438,0.7107438,0.6983471,0.6735537,0.6322314,0.6487603,0.6198347,0.6280992,0.6363636,0.6280992,0.61570245,0.59090906,0.58264464,0.61157024,0.6322314,0.6280992,0.70247936,0.6818182,0.6652893,0.71487606,0.7231405,0.73140496,0.75619835,0.7892562,0.8181818,0.822314,0.8057851,0.79752064,0.7892562,0.7768595,0.74793386,0.7644628,0.76033056,0.73966944,0.6942149,0.6652893,0.6652893,0.6859504,0.6983471,0.6983471,0.6983471,0.71900827,0.71487606,0.7066116,0.6818182,0.6652893,0.69008267,0.59090906,0.48347107,0.46694216,0.4338843,0.3429752,0.32231405,0.8140496,0.79752064,0.77272725,0.76033056,0.76859504,0.7768595,0.74793386,0.75206614,0.74793386,0.7231405,0.70247936,0.6942149,0.6859504,0.6859504,0.661157,0.6694215,0.6983471,0.6652893,0.6652893,0.6528926,0.6363636,0.61570245,0.60330576,0.61157024,0.6487603,0.677686,0.6570248,0.71900827,0.6942149,0.7066116,0.7066116,0.7355372,0.74793386,0.76033056,0.7892562,0.8140496,0.8181818,0.80991733,0.79752064,0.7892562,0.75619835,0.7644628,0.7644628,0.75619835,0.75619835,0.71487606,0.6694215,0.6528926,0.677686,0.7066116,0.69008267,0.6942149,0.73140496,0.7355372,0.7107438,0.6859504,0.6859504,0.7107438,0.6487603,0.54545456,0.5041322,0.45041323,0.33471075,0.3264463,0.8305785,0.822314,0.79752064,0.7768595,0.7768595,0.76033056,0.76859504,0.76859504,0.7231405,0.6942149,0.71487606,0.71900827,0.6735537,0.6735537,0.6570248,0.6818182,0.7066116,0.69008267,0.6818182,0.6528926,0.6487603,0.6363636,0.6322314,0.6404959,0.6570248,0.6652893,0.6694215,0.70247936,0.7107438,0.71900827,0.71900827,0.72727275,0.74380165,0.76859504,0.8016529,0.8181818,0.8140496,0.8057851,0.7892562,0.78512394,0.75206614,0.75619835,0.74793386,0.75619835,0.7768595,0.72727275,0.6735537,0.6528926,0.661157,0.6983471,0.69008267,0.69008267,0.71900827,0.7231405,0.7107438,0.6983471,0.7066116,0.7231405,0.6735537,0.59504133,0.55785125,0.46280992,0.3181818,0.34710744,0.8429752,0.838843,0.8181818,0.78099173,0.77272725,0.75619835,0.76033056,0.73140496,0.73140496,0.72727275,0.7066116,0.73966944,0.7066116,0.6735537,0.6983471,0.69008267,0.7066116,0.7107438,0.6942149,0.6652893,0.6528926,0.6446281,0.6404959,0.6487603,0.6570248,0.6528926,0.677686,0.6983471,0.71487606,0.72727275,0.71487606,0.73140496,0.75206614,0.77272725,0.8016529,0.8181818,0.8057851,0.7933884,0.7768595,0.77272725,0.75206614,0.74793386,0.73966944,0.7768595,0.78512394,0.7107438,0.6694215,0.6694215,0.6570248,0.6652893,0.6942149,0.69008267,0.69008267,0.7107438,0.6983471,0.6983471,0.70247936,0.71487606,0.6859504,0.6446281,0.61157024,0.4876033,0.29338843,0.3553719,0.8512397,0.8429752,0.8264463,0.79752064,0.78512394,0.76033056,0.73140496,0.75206614,0.7644628,0.7231405,0.71487606,0.74793386,0.73140496,0.73140496,0.73966944,0.7066116,0.6983471,0.7066116,0.6983471,0.677686,0.6528926,0.6363636,0.6363636,0.6446281,0.6570248,0.661157,0.6735537,0.70247936,0.7066116,0.71900827,0.71487606,0.71900827,0.7355372,0.76859504,0.79752064,0.79752064,0.78099173,0.7768595,0.76859504,0.7644628,0.76033056,0.74793386,0.73966944,0.822314,0.80991733,0.6983471,0.6528926,0.677686,0.6652893,0.6322314,0.6942149,0.677686,0.6735537,0.69008267,0.6859504,0.6942149,0.69008267,0.6983471,0.69008267,0.6652893,0.6363636,0.5123967,0.30578512,0.3553719,0.8553719,0.8429752,0.8264463,0.79752064,0.78512394,0.73966944,0.74793386,0.76859504,0.76033056,0.73966944,0.7231405,0.72727275,0.76033056,0.7644628,0.74380165,0.71487606,0.7231405,0.7066116,0.69008267,0.6818182,0.661157,0.6363636,0.6322314,0.6404959,0.661157,0.6652893,0.6652893,0.6859504,0.6818182,0.6694215,0.6528926,0.6818182,0.72727275,0.7644628,0.7768595,0.76859504,0.7644628,0.76859504,0.76859504,0.75206614,0.76859504,0.7355372,0.73140496,0.8181818,0.78512394,0.6694215,0.6280992,0.677686,0.69008267,0.62396693,0.6859504,0.677686,0.6818182,0.6652893,0.677686,0.69008267,0.69008267,0.69008267,0.6818182,0.6694215,0.6363636,0.5495868,0.3553719,0.29752067,0.8553719,0.8471074,0.8305785,0.79752064,0.76033056,0.75619835,0.76033056,0.75619835,0.74380165,0.7355372,0.7355372,0.72727275,0.75206614,0.75619835,0.75206614,0.72727275,0.74793386,0.72727275,0.6942149,0.6818182,0.6735537,0.6487603,0.6404959,0.6487603,0.6570248,0.6528926,0.6446281,0.6528926,0.6404959,0.59090906,0.58264464,0.661157,0.7355372,0.76033056,0.7644628,0.76033056,0.76859504,0.78512394,0.79752064,0.8057851,0.77272725,0.7231405,0.7231405,0.74793386,0.6983471,0.6198347,0.607438,0.6818182,0.72727275,0.6570248,0.661157,0.7066116,0.6983471,0.6652893,0.677686,0.6859504,0.69008267,0.6859504,0.6735537,0.6570248,0.6446281,0.60330576,0.40082645,0.26859504,0.8429752,0.8429752,0.8347107,0.7933884,0.76859504,0.75619835,0.7644628,0.7644628,0.74793386,0.74380165,0.74793386,0.74793386,0.7355372,0.71900827,0.73966944,0.73140496,0.73966944,0.73966944,0.71900827,0.6983471,0.6818182,0.6652893,0.6528926,0.6446281,0.6446281,0.6404959,0.61570245,0.61157024,0.59090906,0.5247934,0.53305787,0.6446281,0.74793386,0.77272725,0.77272725,0.77272725,0.7892562,0.7933884,0.7892562,0.78099173,0.73140496,0.6818182,0.661157,0.6446281,0.61157024,0.57024795,0.5661157,0.6487603,0.75619835,0.6983471,0.6404959,0.7231405,0.7066116,0.69008267,0.69008267,0.6859504,0.6942149,0.69008267,0.6652893,0.6446281,0.6528926,0.6570248,0.40495867,0.2892562,0.8347107,0.8347107,0.8264463,0.8016529,0.78099173,0.76859504,0.77272725,0.77272725,0.75206614,0.73966944,0.75206614,0.75619835,0.7231405,0.7107438,0.6942149,0.7355372,0.75206614,0.73966944,0.73966944,0.71487606,0.6818182,0.677686,0.661157,0.6446281,0.6280992,0.6322314,0.58677685,0.57024795,0.55785125,0.49586776,0.49586776,0.6446281,0.78099173,0.8016529,0.7892562,0.7768595,0.78099173,0.74380165,0.6942149,0.6404959,0.6322314,0.60330576,0.5785124,0.5661157,0.5495868,0.5289256,0.5206612,0.57438016,0.69008267,0.6404959,0.6363636,0.6983471,0.71900827,0.7107438,0.70247936,0.7066116,0.70247936,0.6859504,0.6652893,0.6404959,0.6487603,0.677686,0.41322315,0.28512397,0.8347107,0.822314,0.8181818,0.8016529,0.78512394,0.77272725,0.77272725,0.76859504,0.75619835,0.74793386,0.75206614,0.74380165,0.71900827,0.6983471,0.6818182,0.7107438,0.74380165,0.73966944,0.74380165,0.72727275,0.6942149,0.6735537,0.6446281,0.6198347,0.607438,0.607438,0.54545456,0.5413223,0.5413223,0.47933885,0.46280992,0.6528926,0.822314,0.7933884,0.7355372,0.69008267,0.661157,0.61570245,0.5661157,0.5495868,0.5785124,0.55785125,0.5413223,0.5247934,0.4876033,0.45867768,0.4752066,0.5165289,0.5371901,0.54545456,0.6280992,0.6570248,0.7066116,0.7107438,0.7107438,0.71487606,0.7066116,0.69008267,0.6694215,0.6280992,0.6322314,0.6735537,0.446281,0.2644628,0.822314,0.8140496,0.8140496,0.79752064,0.7892562,0.7768595,0.77272725,0.77272725,0.75619835,0.75619835,0.74793386,0.72727275,0.7066116,0.7066116,0.7066116,0.6942149,0.7107438,0.71487606,0.70247936,0.6859504,0.6652893,0.6363636,0.61570245,0.60330576,0.59090906,0.56198347,0.5082645,0.5,0.5413223,0.47107437,0.45454547,0.6446281,0.7933884,0.70247936,0.57024795,0.44214877,0.38842976,0.37190083,0.37190083,0.38842976,0.45041323,0.5165289,0.5206612,0.47107437,0.40495867,0.38016528,0.41322315,0.45867768,0.4876033,0.53305787,0.58677685,0.61157024,0.6694215,0.69008267,0.7231405,0.7355372,0.7231405,0.7107438,0.677686,0.61570245,0.607438,0.677686,0.48347107,0.2644628,0.8057851,0.80991733,0.8016529,0.79752064,0.7933884,0.7768595,0.7768595,0.78512394,0.75619835,0.74793386,0.74380165,0.7355372,0.71900827,0.7107438,0.71900827,0.69008267,0.6818182,0.6859504,0.6652893,0.6487603,0.6363636,0.60330576,0.57024795,0.56198347,0.553719,0.5165289,0.45867768,0.49586776,0.5661157,0.5041322,0.44214877,0.56198347,0.6859504,0.56198347,0.38429752,0.17355372,0.16528925,0.17768595,0.23966943,0.26859504,0.3305785,0.46694216,0.5206612,0.44214877,0.3429752,0.3305785,0.38842976,0.44214877,0.4876033,0.49586776,0.53305787,0.5785124,0.6198347,0.6570248,0.7107438,0.76033056,0.7644628,0.7355372,0.6859504,0.61157024,0.59504133,0.6694215,0.54545456,0.2768595,0.8016529,0.79752064,0.7933884,0.79752064,0.7892562,0.77272725,0.77272725,0.78512394,0.76033056,0.74793386,0.73140496,0.75206614,0.7355372,0.7107438,0.6983471,0.6735537,0.661157,0.6570248,0.6322314,0.61157024,0.607438,0.5785124,0.5413223,0.5371901,0.5123967,0.46694216,0.42561984,0.5123967,0.57438016,0.553719,0.42561984,0.4214876,0.553719,0.46694216,0.30578512,0.15289256,0.18181819,0.2107438,0.2768595,0.28512397,0.34710744,0.4876033,0.5413223,0.43801653,0.3305785,0.35950413,0.44214877,0.43801653,0.3966942,0.446281,0.49586776,0.5371901,0.57438016,0.607438,0.6818182,0.75206614,0.76859504,0.74380165,0.6818182,0.61570245,0.58264464,0.61570245,0.6280992,0.32231405,0.79752064,0.7892562,0.78512394,0.78512394,0.78512394,0.77272725,0.7644628,0.76859504,0.75206614,0.75206614,0.7231405,0.75206614,0.73966944,0.7066116,0.6818182,0.6528926,0.6404959,0.62396693,0.60330576,0.5785124,0.5661157,0.553719,0.5413223,0.5165289,0.47107437,0.40495867,0.43801653,0.5123967,0.5495868,0.5661157,0.45867768,0.33471075,0.37190083,0.39256197,0.35950413,0.32231405,0.29752067,0.3305785,0.3677686,0.338843,0.39256197,0.49173555,0.5082645,0.4338843,0.38429752,0.446281,0.49173555,0.4090909,0.29338843,0.4090909,0.45867768,0.5,0.53305787,0.57024795,0.6363636,0.6983471,0.72727275,0.71487606,0.6735537,0.6280992,0.5413223,0.62396693,0.69008267,0.39256197,0.7768595,0.77272725,0.7768595,0.7768595,0.77272725,0.76859504,0.75619835,0.75206614,0.74380165,0.74793386,0.72727275,0.74380165,0.73140496,0.6818182,0.661157,0.6404959,0.6198347,0.59917355,0.5785124,0.5661157,0.5206612,0.5247934,0.5247934,0.49173555,0.41322315,0.37190083,0.47107437,0.5247934,0.54545456,0.5413223,0.49586776,0.42975205,0.338843,0.34710744,0.38842976,0.42561984,0.43801653,0.446281,0.43801653,0.37190083,0.338843,0.36363637,0.40495867,0.42975205,0.45867768,0.5123967,0.5206612,0.41322315,0.2520661,0.37603307,0.42975205,0.47107437,0.5082645,0.5413223,0.59504133,0.6487603,0.6818182,0.6859504,0.6570248,0.62396693,0.53305787,0.59090906,0.71487606,0.49173555,0.7644628,0.75206614,0.75619835,0.7644628,0.76859504,0.75619835,0.73966944,0.74793386,0.74380165,0.7355372,0.73140496,0.73140496,0.70247936,0.6570248,0.6404959,0.6280992,0.60330576,0.57438016,0.56198347,0.5413223,0.49586776,0.5082645,0.5041322,0.45041323,0.3553719,0.42975205,0.5247934,0.5495868,0.55785125,0.54545456,0.5247934,0.5206612,0.49586776,0.49586776,0.5123967,0.5206612,0.5661157,0.5495868,0.4752066,0.41322315,0.32231405,0.28512397,0.35123968,0.446281,0.5,0.5123967,0.53305787,0.47107437,0.3140496,0.3677686,0.40495867,0.44214877,0.47933885,0.5082645,0.55785125,0.607438,0.6322314,0.6446281,0.62396693,0.60330576,0.5413223,0.59090906,0.71487606,0.553719,0.78099173,0.71900827,0.7355372,0.75619835,0.7355372,0.73966944,0.75619835,0.75206614,0.7355372,0.7231405,0.73140496,0.7107438,0.677686,0.6487603,0.6280992,0.61157024,0.5785124,0.553719,0.54545456,0.5206612,0.5,0.5041322,0.48347107,0.38842976,0.37603307,0.5,0.5495868,0.5495868,0.56198347,0.56198347,0.5495868,0.553719,0.55785125,0.5661157,0.57024795,0.5661157,0.607438,0.59917355,0.5289256,0.5041322,0.38429752,0.30578512,0.38016528,0.4752066,0.5,0.5,0.5165289,0.5165289,0.43801653,0.4090909,0.39256197,0.41735536,0.45041323,0.4752066,0.5206612,0.57024795,0.59090906,0.60330576,0.59504133,0.59090906,0.5371901,0.5495868,0.661157,0.61570245,0.7768595,0.74380165,0.74380165,0.75206614,0.7355372,0.73140496,0.74793386,0.75619835,0.7231405,0.6983471,0.74380165,0.6859504,0.6487603,0.6322314,0.61570245,0.59504133,0.55785125,0.5289256,0.5247934,0.5082645,0.5082645,0.48347107,0.4338843,0.3677686,0.45041323,0.5371901,0.553719,0.56198347,0.5661157,0.5661157,0.56198347,0.5661157,0.59504133,0.59090906,0.58677685,0.59917355,0.60330576,0.61157024,0.59917355,0.59504133,0.49586776,0.38016528,0.39256197,0.47107437,0.48347107,0.4752066,0.48347107,0.5,0.53305787,0.49586776,0.4214876,0.40495867,0.4214876,0.45041323,0.49586776,0.5371901,0.56198347,0.57438016,0.58264464,0.57438016,0.5289256,0.5041322,0.62396693,0.6322314,0.73966944,0.73966944,0.74380165,0.73966944,0.73966944,0.73140496,0.7231405,0.72727275,0.70247936,0.70247936,0.7231405,0.6280992,0.61570245,0.62396693,0.61570245,0.5785124,0.5289256,0.5041322,0.5,0.49173555,0.49173555,0.44214877,0.37603307,0.4090909,0.5123967,0.5495868,0.54545456,0.553719,0.56198347,0.55785125,0.55785125,0.57024795,0.60330576,0.61157024,0.61570245,0.6198347,0.6363636,0.6446281,0.6280992,0.61570245,0.59504133,0.5206612,0.45454547,0.4752066,0.46694216,0.45041323,0.45041323,0.4752066,0.5495868,0.5785124,0.4876033,0.41322315,0.3966942,0.42561984,0.47107437,0.5165289,0.5371901,0.553719,0.57438016,0.5661157,0.5165289,0.49173555,0.607438,0.6198347,0.7355372,0.73140496,0.7355372,0.7355372,0.73966944,0.7355372,0.71900827,0.7107438,0.70247936,0.6942149,0.69008267,0.6280992,0.607438,0.59090906,0.57438016,0.5413223,0.5,0.48347107,0.47933885,0.47107437,0.45867768,0.38016528,0.3677686,0.4752066,0.53305787,0.54545456,0.5289256,0.5289256,0.553719,0.56198347,0.5661157,0.59090906,0.60330576,0.6363636,0.6280992,0.59917355,0.6322314,0.61570245,0.59504133,0.59090906,0.59917355,0.59917355,0.58677685,0.57438016,0.553719,0.5,0.44214877,0.45041323,0.5165289,0.59504133,0.57438016,0.45867768,0.38842976,0.40495867,0.45867768,0.5082645,0.53305787,0.5413223,0.57024795,0.56198347,0.5,0.48347107,0.607438,0.60330576,0.73966944,0.73140496,0.7355372,0.73966944,0.73140496,0.72727275,0.70247936,0.70247936,0.69008267,0.6859504,0.6570248,0.6280992,0.60330576,0.57438016,0.553719,0.5289256,0.5,0.48347107,0.45041323,0.44214877,0.41735536,0.30165288,0.42975205,0.5247934,0.53305787,0.5289256,0.5165289,0.5123967,0.553719,0.59090906,0.60330576,0.6322314,0.59504133,0.59090906,0.57438016,0.5206612,0.5413223,0.5165289,0.49586776,0.49173555,0.5082645,0.5495868,0.57438016,0.55785125,0.57024795,0.59917355,0.5,0.47933885,0.5082645,0.57024795,0.6280992,0.5371901,0.4214876,0.41322315,0.45867768,0.5,0.5371901,0.5371901,0.57024795,0.5495868,0.47933885,0.46280992,0.607438,0.59504133,0.73966944,0.72727275,0.73966944,0.73966944,0.7231405,0.71900827,0.6983471,0.69008267,0.6983471,0.661157,0.6404959,0.62396693,0.59504133,0.56198347,0.5495868,0.5289256,0.49586776,0.45867768,0.39256197,0.40495867,0.38842976,0.25619835,0.47933885,0.53305787,0.5123967,0.5123967,0.5165289,0.5289256,0.57438016,0.61157024,0.60330576,0.58264464,0.5371901,0.4876033,0.47933885,0.42975205,0.42561984,0.4338843,0.4214876,0.41735536,0.42561984,0.45867768,0.5082645,0.5371901,0.5247934,0.5413223,0.5123967,0.5082645,0.5123967,0.56198347,0.6363636,0.59090906,0.48347107,0.43801653,0.45867768,0.5165289,0.54545456,0.553719,0.57024795,0.53305787,0.48347107,0.46280992,0.59090906,0.58677685,0.7355372,0.72727275,0.72727275,0.7107438,0.72727275,0.71900827,0.677686,0.6942149,0.69008267,0.6446281,0.6322314,0.6198347,0.5785124,0.55785125,0.55785125,0.5289256,0.4752066,0.446281,0.40082645,0.4214876,0.35123968,0.38429752,0.5082645,0.5,0.47107437,0.49586776,0.5247934,0.553719,0.5785124,0.55785125,0.5041322,0.4338843,0.40082645,0.37190083,0.35950413,0.33471075,0.30578512,0.3429752,0.37603307,0.37603307,0.39256197,0.42975205,0.47107437,0.5,0.4338843,0.4090909,0.4090909,0.42975205,0.46280992,0.553719,0.6198347,0.59090906,0.53305787,0.5,0.47933885,0.5371901,0.58264464,0.57438016,0.57024795,0.5123967,0.49173555,0.4752066,0.55785125,0.57024795,0.7355372,0.7355372,0.71900827,0.6818182,0.74380165,0.72727275,0.6652893,0.70247936,0.6735537,0.6363636,0.6280992,0.61570245,0.58264464,0.57438016,0.56198347,0.5165289,0.45867768,0.42561984,0.42975205,0.41322315,0.39256197,0.49173555,0.5041322,0.47107437,0.45867768,0.49173555,0.5082645,0.47933885,0.44214877,0.4214876,0.37603307,0.29752067,0.27272728,0.2644628,0.23140496,0.24793388,0.24380165,0.26859504,0.30165288,0.30165288,0.30991736,0.36363637,0.40082645,0.45041323,0.35950413,0.3429752,0.26859504,0.338843,0.38429752,0.49586776,0.59090906,0.59090906,0.55785125,0.56198347,0.553719,0.5495868,0.607438,0.57438016,0.57438016,0.4752066,0.4752066,0.446281,0.5165289,0.553719,0.75206614,0.74793386,0.7355372,0.69008267,0.74793386,0.7355372,0.677686,0.71487606,0.6487603,0.6280992,0.6322314,0.61157024,0.59504133,0.58677685,0.55785125,0.49586776,0.45041323,0.44214877,0.45867768,0.4090909,0.45454547,0.4876033,0.46280992,0.446281,0.46280992,0.44214877,0.3677686,0.3140496,0.3305785,0.338843,0.24793388,0.19421488,0.2603306,0.24380165,0.19008264,0.2520661,0.34710744,0.36363637,0.3181818,0.2603306,0.2603306,0.38016528,0.45454547,0.47107437,0.3966942,0.32231405,0.22727273,0.27272728,0.3429752,0.45041323,0.5495868,0.5785124,0.57438016,0.59504133,0.59504133,0.57438016,0.61570245,0.57438016,0.58264464,0.44214877,0.45454547,0.41322315,0.4752066,0.5371901,0.75206614,0.74793386,0.74793386,0.7107438,0.73966944,0.73966944,0.69008267,0.71487606,0.6280992,0.62396693,0.6363636,0.6198347,0.61157024,0.607438,0.56198347,0.49173555,0.46280992,0.47933885,0.48347107,0.4338843,0.49586776,0.45041323,0.4338843,0.41322315,0.35950413,0.28512397,0.23553719,0.24793388,0.2603306,0.2107438,0.15289256,0.25619835,0.46280992,0.4214876,0.29338843,0.41322315,0.58264464,0.59917355,0.5123967,0.38842976,0.338843,0.5495868,0.661157,0.5247934,0.49586776,0.5123967,0.2644628,0.1983471,0.28099173,0.38429752,0.5041322,0.5785124,0.57438016,0.60330576,0.6198347,0.59917355,0.59504133,0.5785124,0.5785124,0.42975205,0.4338843,0.40082645,0.45454547,0.5247934,0.74793386,0.74793386,0.76033056,0.7355372,0.75206614,0.75206614,0.70247936,0.6983471,0.6280992,0.6322314,0.6404959,0.6363636,0.6363636,0.62396693,0.5785124,0.49173555,0.48347107,0.5041322,0.49586776,0.46280992,0.5123967,0.42975205,0.37190083,0.30578512,0.2231405,0.16528925,0.1694215,0.2107438,0.24380165,0.21900827,0.16115703,0.44214877,0.61157024,0.61570245,0.4338843,0.56198347,0.6942149,0.6859504,0.661157,0.57438016,0.46694216,0.69008267,0.8471074,0.5661157,0.59917355,0.75206614,0.30578512,0.11983471,0.18181819,0.3264463,0.49173555,0.5785124,0.5661157,0.61570245,0.6322314,0.60330576,0.58264464,0.59504133,0.57438016,0.40082645,0.38016528,0.38429752,0.42561984,0.4876033,0.74793386,0.74793386,0.75619835,0.73140496,0.74380165,0.73966944,0.7107438,0.6694215,0.6404959,0.6570248,0.6404959,0.6446281,0.6528926,0.6280992,0.58677685,0.49586776,0.49586776,0.5206612,0.5123967,0.4876033,0.49173555,0.41735536,0.28512397,0.17355372,0.14049587,0.13636364,0.15289256,0.23966943,0.32231405,0.32231405,0.2603306,0.48347107,0.60330576,0.61570245,0.446281,0.5495868,0.6694215,0.6446281,0.6280992,0.607438,0.5371901,0.6859504,0.92975205,0.58677685,0.6859504,0.7933884,0.2892562,0.09917355,0.19008264,0.36363637,0.5206612,0.57024795,0.55785125,0.62396693,0.6404959,0.607438,0.5661157,0.6198347,0.553719,0.37190083,0.338843,0.40495867,0.4338843,0.43801653,0.75206614,0.76033056,0.75619835,0.74380165,0.7644628,0.73140496,0.71900827,0.607438,0.6322314,0.6528926,0.6322314,0.6487603,0.6652893,0.6280992,0.57438016,0.5082645,0.5041322,0.53305787,0.5289256,0.5082645,0.46280992,0.42561984,0.3305785,0.19008264,0.11983471,0.12809917,0.13636364,0.21900827,0.40495867,0.43801653,0.2603306,0.4090909,0.54545456,0.61157024,0.4090909,0.47933885,0.6280992,0.6198347,0.59917355,0.59090906,0.5495868,0.6694215,0.95454544,0.55785125,0.6652893,0.61157024,0.24380165,0.2107438,0.3677686,0.49173555,0.553719,0.55785125,0.57024795,0.62396693,0.6198347,0.59504133,0.57024795,0.6280992,0.5082645,0.35950413,0.3140496,0.3966942,0.41735536,0.38016528,0.73140496,0.74380165,0.75206614,0.75206614,0.76033056,0.7066116,0.71900827,0.62396693,0.62396693,0.6528926,0.6322314,0.6446281,0.677686,0.62396693,0.553719,0.5289256,0.5247934,0.5371901,0.53305787,0.5123967,0.46280992,0.45867768,0.45041323,0.3677686,0.28512397,0.23966943,0.17355372,0.16115703,0.3553719,0.40082645,0.15289256,0.24380165,0.38016528,0.53305787,0.3553719,0.45041323,0.6570248,0.6363636,0.607438,0.5661157,0.41735536,0.6404959,0.8057851,0.4752066,0.43801653,0.3429752,0.2892562,0.4090909,0.5495868,0.59090906,0.5661157,0.5413223,0.58677685,0.62396693,0.60330576,0.58264464,0.57024795,0.62396693,0.46280992,0.34710744,0.32231405,0.38429752,0.38016528,0.3264463,0.7231405,0.74793386,0.7355372,0.75206614,0.7644628,0.6694215,0.70247936,0.6487603,0.6446281,0.6528926,0.6322314,0.6280992,0.6487603,0.60330576,0.5413223,0.5371901,0.5413223,0.5371901,0.5371901,0.5082645,0.47107437,0.49173555,0.5123967,0.49586776,0.46280992,0.4090909,0.338843,0.30991736,0.38842976,0.27272728,0.21900827,0.29752067,0.26859504,0.29338843,0.30578512,0.3181818,0.3553719,0.38842976,0.37603307,0.3677686,0.2520661,0.37603307,0.4338843,0.2644628,0.12396694,0.2603306,0.44214877,0.5371901,0.59090906,0.61570245,0.57438016,0.5371901,0.59504133,0.6198347,0.59917355,0.5785124,0.59090906,0.61157024,0.4090909,0.32231405,0.3553719,0.37190083,0.3264463,0.3140496,0.71487606,0.74793386,0.72727275,0.76033056,0.73966944,0.6859504,0.70247936,0.6818182,0.6363636,0.6528926,0.6446281,0.61570245,0.6322314,0.5661157,0.5206612,0.54545456,0.5413223,0.53305787,0.5413223,0.5123967,0.4752066,0.5,0.5206612,0.5165289,0.5206612,0.5,0.47933885,0.4876033,0.4752066,0.38842976,0.41322315,0.45454547,0.4090909,0.38429752,0.41322315,0.38016528,0.338843,0.35950413,0.338843,0.2768595,0.3966942,0.42975205,0.3305785,0.338843,0.34710744,0.42975205,0.5,0.53305787,0.58264464,0.6280992,0.59504133,0.553719,0.59504133,0.607438,0.60330576,0.58264464,0.61570245,0.57024795,0.3553719,0.29752067,0.38429752,0.35950413,0.2603306,0.30991736,0.70247936,0.72727275,0.7355372,0.75206614,0.73140496,0.71487606,0.71900827,0.70247936,0.6446281,0.6528926,0.6363636,0.59917355,0.6404959,0.57024795,0.5165289,0.5785124,0.53305787,0.5247934,0.5371901,0.5,0.4752066,0.5082645,0.5371901,0.5495868,0.55785125,0.53305787,0.5413223,0.54545456,0.5206612,0.5413223,0.54545456,0.55785125,0.56198347,0.5785124,0.58264464,0.5413223,0.48347107,0.45867768,0.45041323,0.42975205,0.45867768,0.49586776,0.43801653,0.49173555,0.5206612,0.553719,0.5247934,0.5123967,0.58264464,0.6363636,0.60330576,0.5661157,0.59504133,0.607438,0.60330576,0.58677685,0.6363636,0.49586776,0.30578512,0.2892562,0.38016528,0.3264463,0.20661157,0.29752067,0.6942149,0.7107438,0.72727275,0.7355372,0.7355372,0.72727275,0.73140496,0.7066116,0.6446281,0.6446281,0.6280992,0.5785124,0.6404959,0.5661157,0.5289256,0.5785124,0.5289256,0.5371901,0.5247934,0.49173555,0.4752066,0.5082645,0.54545456,0.57024795,0.59090906,0.58264464,0.58264464,0.57438016,0.5495868,0.553719,0.553719,0.5661157,0.57024795,0.58264464,0.5785124,0.55785125,0.5371901,0.5,0.49173555,0.5165289,0.53305787,0.5413223,0.5371901,0.607438,0.6487603,0.58264464,0.5082645,0.5165289,0.59090906,0.6404959,0.6198347,0.59917355,0.59917355,0.59917355,0.607438,0.59504133,0.6446281,0.4214876,0.2644628,0.30991736,0.3553719,0.25619835,0.18181819,0.29752067,0.6942149,0.70247936,0.71487606,0.71900827,0.73140496,0.72727275,0.74380165,0.71900827,0.6322314,0.607438,0.61157024,0.58264464,0.6322314,0.59090906,0.5082645,0.58264464,0.5247934,0.53305787,0.5041322,0.47107437,0.4752066,0.5041322,0.5413223,0.5785124,0.59917355,0.607438,0.61157024,0.607438,0.57024795,0.55785125,0.54545456,0.5413223,0.5247934,0.5165289,0.5,0.4752066,0.47107437,0.45454547,0.45867768,0.47107437,0.5206612,0.5041322,0.49586776,0.54545456,0.58677685,0.56198347,0.5041322,0.5165289,0.59917355,0.6322314,0.6198347,0.61157024,0.58264464,0.59090906,0.6198347,0.607438,0.61157024,0.35123968,0.24793388,0.33471075,0.3140496,0.18595041,0.17768595,0.29338843,0.6983471,0.677686,0.70247936,0.7066116,0.71900827,0.7231405,0.75206614,0.72727275,0.6280992,0.58264464,0.59917355,0.58264464,0.607438,0.57024795,0.4876033,0.54545456,0.5247934,0.53305787,0.49173555,0.47933885,0.4876033,0.5,0.54545456,0.60330576,0.607438,0.59917355,0.60330576,0.6280992,0.57024795,0.5785124,0.5661157,0.54545456,0.5206612,0.5041322,0.45867768,0.40495867,0.40082645,0.40495867,0.42561984,0.42561984,0.47933885,0.46694216,0.45041323,0.4752066,0.49586776,0.49586776,0.5041322,0.54545456,0.59090906,0.61570245,0.6198347,0.59504133,0.57438016,0.5785124,0.607438,0.62396693,0.55785125,0.3140496,0.2644628,0.3264463,0.24380165,0.14876033,0.1983471,0.2644628,0.6942149,0.6652893,0.6859504,0.6983471,0.70247936,0.7231405,0.74380165,0.6983471,0.61157024,0.57024795,0.58677685,0.59090906,0.56198347,0.56198347,0.47933885,0.53305787,0.53305787,0.5247934,0.48347107,0.4752066,0.4876033,0.5123967,0.57438016,0.6198347,0.607438,0.59917355,0.57438016,0.61570245,0.59917355,0.59090906,0.5785124,0.55785125,0.5289256,0.49173555,0.43801653,0.38842976,0.38429752,0.3966942,0.40082645,0.4090909,0.45041323,0.45041323,0.4338843,0.45454547,0.48347107,0.4876033,0.5206612,0.5661157,0.58677685,0.61157024,0.6198347,0.59504133,0.5785124,0.58264464,0.59504133,0.6363636,0.46694216,0.29752067,0.29752067,0.26859504,0.14876033,0.14049587,0.22727273,0.2231405,0.677686,0.677686,0.6818182,0.6942149,0.6942149,0.71487606,0.71900827,0.6528926,0.5785124,0.55785125,0.57024795,0.59917355,0.53305787,0.55785125,0.47107437,0.5165289,0.5289256,0.5247934,0.49586776,0.47933885,0.49586776,0.53305787,0.57438016,0.61157024,0.59504133,0.5785124,0.5661157,0.60330576,0.59090906,0.57024795,0.56198347,0.54545456,0.5165289,0.48347107,0.446281,0.41735536,0.40495867,0.40495867,0.40082645,0.40082645,0.4214876,0.44214877,0.43801653,0.46280992,0.49173555,0.5082645,0.5371901,0.57024795,0.58264464,0.607438,0.61570245,0.60330576,0.5785124,0.5785124,0.59917355,0.61157024,0.4214876,0.30165288,0.27272728,0.19421488,0.11983471,0.14876033,0.24793388,0.16528925,0.6652893,0.6694215,0.6735537,0.677686,0.6859504,0.6942149,0.6859504,0.6404959,0.58264464,0.55785125,0.56198347,0.57438016,0.5413223,0.55785125,0.47933885,0.5,0.5206612,0.5247934,0.5206612,0.5123967,0.5206612,0.54545456,0.58264464,0.61157024,0.58264464,0.57438016,0.5661157,0.59090906,0.57438016,0.5661157,0.54545456,0.5082645,0.47933885,0.45454547,0.4338843,0.4214876,0.4338843,0.42561984,0.42975205,0.4214876,0.41322315,0.45867768,0.45867768,0.4752066,0.5041322,0.5371901,0.55785125,0.57438016,0.58677685,0.59917355,0.61570245,0.607438,0.56198347,0.5785124,0.607438,0.57438016,0.36363637,0.2231405,0.21487603,0.18181819,0.12809917,0.17768595,0.23966943,0.14876033,0.6363636,0.6487603,0.6694215,0.6735537,0.6942149,0.6859504,0.6652893,0.6404959,0.607438,0.58677685,0.57024795,0.5413223,0.56198347,0.553719,0.4876033,0.48347107,0.5206612,0.5371901,0.54545456,0.54545456,0.54545456,0.57438016,0.607438,0.59504133,0.58264464,0.59090906,0.58677685,0.60330576,0.56198347,0.53305787,0.5123967,0.4876033,0.46694216,0.44214877,0.4090909,0.42561984,0.43801653,0.446281,0.43801653,0.45867768,0.446281,0.49586776,0.49586776,0.5,0.5289256,0.56198347,0.57438016,0.57438016,0.58264464,0.59504133,0.61157024,0.59917355,0.5661157,0.5785124,0.607438,0.5123967,0.25619835,0.16115703,0.20661157,0.15289256,0.1322314,0.2107438,0.19008264,0.13636364,31 +0.5165289,0.58264464,0.6694215,0.5247934,0.3966942,0.6322314,0.7933884,0.8429752,0.8264463,0.8512397,0.838843,0.8264463,0.822314,0.822314,0.8140496,0.838843,0.822314,0.7892562,0.76859504,0.7892562,0.7644628,0.72727275,0.6983471,0.70247936,0.6942149,0.6694215,0.6694215,0.6735537,0.6528926,0.6694215,0.69008267,0.6818182,0.6942149,0.7107438,0.7107438,0.6983471,0.6942149,0.6983471,0.6859504,0.6818182,0.6859504,0.6735537,0.677686,0.661157,0.6487603,0.661157,0.6570248,0.6528926,0.6528926,0.6404959,0.62396693,0.60330576,0.6446281,0.6404959,0.661157,0.6446281,0.6487603,0.6404959,0.6363636,0.62396693,0.607438,0.59090906,0.58264464,0.57438016,0.5123967,0.6363636,0.59917355,0.38016528,0.5,0.7231405,0.8347107,0.8471074,0.8429752,0.838843,0.822314,0.80991733,0.822314,0.8264463,0.8140496,0.8057851,0.8305785,0.79752064,0.76859504,0.79752064,0.78512394,0.76033056,0.73140496,0.71900827,0.70247936,0.6942149,0.6694215,0.69008267,0.661157,0.6818182,0.7107438,0.69008267,0.7231405,0.71900827,0.7231405,0.71900827,0.71487606,0.72727275,0.71487606,0.7231405,0.71487606,0.6859504,0.6694215,0.6694215,0.661157,0.6528926,0.6528926,0.6446281,0.6404959,0.6363636,0.6198347,0.59504133,0.6446281,0.6322314,0.6528926,0.6570248,0.6487603,0.6404959,0.6404959,0.6404959,0.60330576,0.59090906,0.59090906,0.56198347,0.5247934,0.6528926,0.4338843,0.41735536,0.59504133,0.78099173,0.8512397,0.8512397,0.8429752,0.8305785,0.7892562,0.79752064,0.8140496,0.8305785,0.838843,0.7933884,0.8347107,0.80991733,0.78512394,0.79752064,0.7933884,0.76859504,0.75206614,0.73140496,0.7355372,0.71487606,0.69008267,0.71900827,0.6942149,0.6983471,0.73966944,0.7107438,0.7355372,0.73140496,0.72727275,0.71900827,0.71900827,0.7355372,0.72727275,0.71900827,0.7107438,0.6818182,0.661157,0.6818182,0.6694215,0.6528926,0.6446281,0.6446281,0.6404959,0.6363636,0.607438,0.60330576,0.6322314,0.62396693,0.6363636,0.6570248,0.6652893,0.6446281,0.6446281,0.6652893,0.6198347,0.59917355,0.5785124,0.57438016,0.55785125,0.5371901,0.40495867,0.44214877,0.661157,0.8057851,0.8553719,0.8553719,0.8429752,0.78512394,0.7644628,0.7355372,0.73140496,0.79752064,0.76859504,0.7933884,0.80991733,0.7933884,0.7768595,0.8016529,0.7933884,0.74793386,0.73140496,0.7231405,0.7355372,0.73140496,0.7066116,0.72727275,0.7107438,0.70247936,0.74380165,0.71487606,0.71900827,0.72727275,0.72727275,0.71900827,0.7107438,0.7231405,0.6983471,0.6735537,0.677686,0.6735537,0.661157,0.69008267,0.6404959,0.6446281,0.6363636,0.6280992,0.60330576,0.62396693,0.59917355,0.58677685,0.59504133,0.60330576,0.6446281,0.62396693,0.661157,0.6487603,0.6446281,0.677686,0.661157,0.607438,0.56198347,0.5661157,0.5206612,0.45454547,0.42561984,0.5371901,0.71487606,0.8347107,0.8512397,0.8471074,0.8140496,0.76033056,0.71487606,0.6652893,0.6528926,0.70247936,0.6198347,0.6198347,0.6363636,0.6404959,0.6735537,0.72727275,0.71487606,0.70247936,0.6818182,0.71487606,0.74793386,0.7355372,0.7107438,0.7231405,0.6818182,0.69008267,0.7355372,0.7231405,0.7107438,0.71900827,0.71487606,0.7107438,0.7107438,0.69008267,0.661157,0.6487603,0.6570248,0.6322314,0.6446281,0.61157024,0.60330576,0.5785124,0.55785125,0.5371901,0.5371901,0.57024795,0.57024795,0.56198347,0.58264464,0.59090906,0.61570245,0.6322314,0.6363636,0.6487603,0.6446281,0.6818182,0.6570248,0.6198347,0.55785125,0.54545456,0.47107437,0.45867768,0.47107437,0.5289256,0.76859504,0.8347107,0.8512397,0.8140496,0.77272725,0.76033056,0.7231405,0.6942149,0.69008267,0.6652893,0.62396693,0.57438016,0.5206612,0.5123967,0.57024795,0.607438,0.59504133,0.61570245,0.62396693,0.69008267,0.75619835,0.75619835,0.7231405,0.71900827,0.6570248,0.677686,0.72727275,0.7231405,0.71900827,0.71487606,0.7066116,0.6942149,0.6735537,0.6570248,0.6198347,0.6198347,0.59504133,0.55785125,0.54545456,0.49586776,0.49173555,0.46280992,0.42975205,0.4338843,0.45867768,0.4876033,0.5082645,0.5371901,0.5495868,0.57024795,0.57438016,0.59504133,0.61157024,0.6446281,0.6404959,0.6735537,0.661157,0.6363636,0.55785125,0.5495868,0.46694216,0.47933885,0.47933885,0.553719,0.8057851,0.8305785,0.8264463,0.76859504,0.79752064,0.78099173,0.8016529,0.8016529,0.79752064,0.77272725,0.71487606,0.6859504,0.59090906,0.5413223,0.553719,0.553719,0.553719,0.553719,0.57024795,0.6570248,0.74793386,0.77272725,0.7066116,0.6942149,0.6363636,0.6652893,0.72727275,0.73140496,0.71900827,0.70247936,0.69008267,0.661157,0.6487603,0.61570245,0.59090906,0.55785125,0.48347107,0.446281,0.40082645,0.40082645,0.38429752,0.35123968,0.33471075,0.35950413,0.4090909,0.47107437,0.5206612,0.553719,0.5371901,0.5413223,0.5247934,0.57024795,0.57438016,0.62396693,0.6528926,0.6363636,0.6652893,0.6528926,0.55785125,0.5661157,0.46280992,0.45867768,0.40082645,0.58264464,0.838843,0.8181818,0.7892562,0.7644628,0.8181818,0.838843,0.8595041,0.8553719,0.8305785,0.7892562,0.75206614,0.72727275,0.70247936,0.661157,0.6280992,0.59504133,0.57438016,0.5661157,0.57024795,0.6322314,0.7231405,0.7644628,0.71487606,0.6818182,0.6198347,0.6652893,0.71900827,0.7066116,0.6942149,0.6694215,0.661157,0.6280992,0.59917355,0.5785124,0.5247934,0.47933885,0.3966942,0.35950413,0.3264463,0.38429752,0.35950413,0.35123968,0.4090909,0.47107437,0.5289256,0.57024795,0.61570245,0.59917355,0.5661157,0.553719,0.5495868,0.553719,0.5785124,0.59917355,0.6363636,0.6198347,0.6570248,0.661157,0.5661157,0.57024795,0.4338843,0.38842976,0.40495867,0.6735537,0.838843,0.8016529,0.77272725,0.8016529,0.8471074,0.8677686,0.8719008,0.8429752,0.7892562,0.73140496,0.6983471,0.6983471,0.6983471,0.7066116,0.6983471,0.6735537,0.6404959,0.6322314,0.62396693,0.6404959,0.70247936,0.76033056,0.7107438,0.69008267,0.6198347,0.6735537,0.7066116,0.6859504,0.6570248,0.6404959,0.6363636,0.60330576,0.55785125,0.5413223,0.46694216,0.42975205,0.37603307,0.35123968,0.3677686,0.40495867,0.41735536,0.446281,0.49586776,0.553719,0.58264464,0.6280992,0.6322314,0.6322314,0.61157024,0.58677685,0.61570245,0.58264464,0.57438016,0.58677685,0.607438,0.6280992,0.6487603,0.6652893,0.58264464,0.5661157,0.39256197,0.38842976,0.49173555,0.7355372,0.8347107,0.77272725,0.77272725,0.838843,0.8636364,0.8677686,0.8471074,0.8016529,0.6983471,0.661157,0.6570248,0.6446281,0.6446281,0.6818182,0.7107438,0.6983471,0.661157,0.677686,0.6694215,0.6735537,0.71900827,0.74793386,0.73140496,0.6983471,0.6363636,0.661157,0.6942149,0.677686,0.6487603,0.61570245,0.61157024,0.5661157,0.5289256,0.5041322,0.4214876,0.42561984,0.4090909,0.41735536,0.43801653,0.4876033,0.5082645,0.5289256,0.5371901,0.55785125,0.57024795,0.607438,0.607438,0.607438,0.607438,0.61570245,0.6487603,0.661157,0.58677685,0.59917355,0.59917355,0.62396693,0.6570248,0.6735537,0.58677685,0.5785124,0.37190083,0.47107437,0.54545456,0.78099173,0.8181818,0.7644628,0.78512394,0.8429752,0.8553719,0.822314,0.8057851,0.72727275,0.677686,0.6942149,0.7066116,0.7107438,0.70247936,0.7107438,0.7231405,0.74793386,0.6983471,0.6818182,0.6818182,0.6983471,0.73140496,0.75206614,0.76033056,0.72727275,0.6818182,0.6735537,0.70247936,0.70247936,0.61157024,0.58264464,0.57438016,0.553719,0.5247934,0.4752066,0.4214876,0.4338843,0.45454547,0.5206612,0.56198347,0.59090906,0.6446281,0.6404959,0.62396693,0.607438,0.62396693,0.59504133,0.57438016,0.5661157,0.58264464,0.607438,0.6280992,0.6694215,0.6363636,0.6404959,0.61570245,0.59917355,0.661157,0.661157,0.59917355,0.58677685,0.41735536,0.5206612,0.61570245,0.80991733,0.79752064,0.7768595,0.8057851,0.838843,0.8264463,0.8057851,0.75206614,0.75206614,0.77272725,0.8016529,0.79752064,0.7892562,0.75619835,0.7355372,0.71487606,0.73966944,0.6983471,0.6942149,0.6818182,0.6694215,0.7066116,0.7768595,0.8140496,0.77272725,0.71900827,0.6983471,0.71487606,0.70247936,0.60330576,0.58264464,0.57438016,0.5413223,0.5082645,0.42975205,0.41322315,0.48347107,0.55785125,0.62396693,0.6446281,0.6446281,0.6859504,0.6983471,0.6983471,0.6818182,0.677686,0.6446281,0.58677685,0.57024795,0.57438016,0.58677685,0.59090906,0.6446281,0.6694215,0.6859504,0.661157,0.61157024,0.6528926,0.661157,0.61570245,0.58677685,0.48347107,0.57438016,0.6735537,0.8264463,0.78099173,0.7892562,0.822314,0.8305785,0.8057851,0.7933884,0.7768595,0.822314,0.8305785,0.838843,0.80991733,0.7644628,0.7231405,0.6942149,0.6735537,0.6942149,0.70247936,0.6652893,0.661157,0.6198347,0.6446281,0.7644628,0.8429752,0.822314,0.75206614,0.7231405,0.71487606,0.69008267,0.59917355,0.61157024,0.58264464,0.53305787,0.45041323,0.3553719,0.46694216,0.55785125,0.6198347,0.6528926,0.6528926,0.6404959,0.6818182,0.7107438,0.7231405,0.71900827,0.69008267,0.6818182,0.6528926,0.6446281,0.59917355,0.59504133,0.5785124,0.6198347,0.661157,0.7066116,0.6859504,0.6363636,0.6404959,0.6570248,0.62396693,0.59090906,0.5123967,0.6198347,0.74793386,0.8264463,0.76859504,0.7892562,0.8305785,0.8140496,0.80991733,0.8016529,0.8347107,0.8595041,0.8553719,0.80991733,0.73966944,0.6735537,0.6198347,0.59917355,0.57024795,0.58264464,0.6280992,0.6404959,0.6404959,0.58677685,0.59090906,0.7066116,0.8471074,0.8512397,0.7892562,0.73966944,0.71900827,0.69008267,0.59090906,0.607438,0.59090906,0.5041322,0.3677686,0.4090909,0.5,0.57438016,0.59090906,0.57024795,0.5289256,0.4876033,0.55785125,0.6528926,0.7066116,0.7231405,0.7066116,0.69008267,0.6859504,0.6735537,0.6363636,0.60330576,0.58264464,0.607438,0.62396693,0.677686,0.677686,0.661157,0.6280992,0.6487603,0.62396693,0.59917355,0.5785124,0.71900827,0.79752064,0.8181818,0.7644628,0.8016529,0.8305785,0.8140496,0.8181818,0.822314,0.8636364,0.8719008,0.8305785,0.6859504,0.55785125,0.46280992,0.45454547,0.46694216,0.5041322,0.5206612,0.45867768,0.58264464,0.61157024,0.5785124,0.57438016,0.6735537,0.8305785,0.8471074,0.8057851,0.75206614,0.71487606,0.6942149,0.58264464,0.61570245,0.58677685,0.4338843,0.35123968,0.4752066,0.5041322,0.49586776,0.49173555,0.446281,0.446281,0.46280992,0.45454547,0.45041323,0.4214876,0.42561984,0.4752066,0.5661157,0.6818182,0.6942149,0.677686,0.6487603,0.5661157,0.60330576,0.59090906,0.6280992,0.6694215,0.6487603,0.6570248,0.6363636,0.61570245,0.59917355,0.6487603,0.76033056,0.78099173,0.8181818,0.76859504,0.8140496,0.8264463,0.8140496,0.8181818,0.838843,0.838843,0.7933884,0.5661157,0.42561984,0.3140496,0.28099173,0.28099173,0.36363637,0.2768595,0.40495867,0.46280992,0.5041322,0.5785124,0.5785124,0.58264464,0.71487606,0.78512394,0.838843,0.80991733,0.75206614,0.69008267,0.661157,0.6404959,0.6487603,0.57438016,0.4090909,0.40495867,0.5,0.46694216,0.446281,0.42975205,0.42561984,0.43801653,0.35123968,0.32231405,0.22727273,0.23140496,0.2520661,0.20661157,0.29338843,0.41735536,0.607438,0.70247936,0.7107438,0.57438016,0.5785124,0.59504133,0.62396693,0.677686,0.6404959,0.6652893,0.6363636,0.6280992,0.59090906,0.70247936,0.70247936,0.7892562,0.80991733,0.76859504,0.8140496,0.8181818,0.8140496,0.8347107,0.8057851,0.75206614,0.5165289,0.40082645,0.5371901,0.5041322,0.2520661,0.19421488,0.3677686,0.2231405,0.34710744,0.38016528,0.42975205,0.59090906,0.6446281,0.6528926,0.73966944,0.7768595,0.8181818,0.79752064,0.7107438,0.6404959,0.6528926,0.6570248,0.661157,0.5661157,0.45867768,0.47107437,0.5165289,0.46694216,0.4338843,0.40495867,0.35950413,0.30165288,0.36363637,0.30165288,0.1983471,0.25619835,0.20247933,0.1983471,0.1570248,0.23966943,0.3677686,0.5661157,0.7231405,0.6363636,0.58264464,0.59917355,0.6322314,0.661157,0.6404959,0.6404959,0.6322314,0.62396693,0.58677685,0.59917355,0.6570248,0.7768595,0.8140496,0.75619835,0.8140496,0.822314,0.8181818,0.8264463,0.75619835,0.5247934,0.38016528,0.58677685,0.53305787,0.4876033,0.3305785,0.1983471,0.35123968,0.30991736,0.45454547,0.3966942,0.30991736,0.5247934,0.71900827,0.76859504,0.74380165,0.7768595,0.78512394,0.75206614,0.6818182,0.62396693,0.6404959,0.6280992,0.661157,0.59090906,0.5041322,0.53305787,0.607438,0.53305787,0.38842976,0.36363637,0.3181818,0.2892562,0.5,0.3677686,0.23140496,0.2520661,0.11983471,0.25619835,0.19008264,0.29752067,0.22727273,0.3305785,0.59090906,0.677686,0.61570245,0.59917355,0.6363636,0.6694215,0.6404959,0.6322314,0.6322314,0.6322314,0.58677685,0.55785125,0.6404959,0.78099173,0.80991733,0.74793386,0.8140496,0.822314,0.822314,0.8181818,0.61570245,0.54545456,0.553719,0.6528926,0.5495868,0.44214877,0.47107437,0.40082645,0.45454547,0.47107437,0.5165289,0.5661157,0.446281,0.55785125,0.7066116,0.7933884,0.76859504,0.76859504,0.74793386,0.6942149,0.6528926,0.60330576,0.6322314,0.60330576,0.62396693,0.60330576,0.5247934,0.5661157,0.6404959,0.5661157,0.46694216,0.446281,0.44214877,0.41322315,0.5289256,0.4338843,0.38429752,0.3677686,0.30578512,0.37190083,0.2892562,0.39256197,0.338843,0.29752067,0.41322315,0.6487603,0.661157,0.6198347,0.6570248,0.6818182,0.6446281,0.6280992,0.6404959,0.6446281,0.58677685,0.57024795,0.6487603,0.8016529,0.79752064,0.7644628,0.8057851,0.822314,0.78512394,0.75619835,0.6446281,0.73966944,0.77272725,0.7355372,0.6694215,0.59917355,0.58677685,0.5785124,0.61570245,0.6198347,0.607438,0.6570248,0.60330576,0.6528926,0.6942149,0.76033056,0.7768595,0.75619835,0.73966944,0.70247936,0.6487603,0.58677685,0.6198347,0.607438,0.61570245,0.61570245,0.55785125,0.5371901,0.62396693,0.5661157,0.5371901,0.5289256,0.5247934,0.53305787,0.553719,0.5247934,0.5495868,0.47107437,0.42561984,0.5041322,0.4876033,0.5082645,0.5247934,0.5123967,0.39256197,0.5495868,0.6487603,0.6363636,0.6363636,0.6652893,0.6487603,0.6363636,0.6404959,0.6446281,0.59504133,0.553719,0.6818182,0.77272725,0.8057851,0.78512394,0.8140496,0.8347107,0.76859504,0.77272725,0.7644628,0.7933884,0.8305785,0.8347107,0.8016529,0.8057851,0.7231405,0.7644628,0.73966944,0.71487606,0.6859504,0.6487603,0.6404959,0.6570248,0.7066116,0.77272725,0.7644628,0.76859504,0.74793386,0.71900827,0.6570248,0.607438,0.61570245,0.59504133,0.6198347,0.6363636,0.61570245,0.5413223,0.58264464,0.5413223,0.5371901,0.5371901,0.5413223,0.57438016,0.56198347,0.57438016,0.6280992,0.57024795,0.5495868,0.57438016,0.61570245,0.6198347,0.61570245,0.6322314,0.5289256,0.5165289,0.58264464,0.607438,0.6198347,0.6942149,0.69008267,0.6322314,0.6404959,0.6404959,0.60330576,0.56198347,0.6652893,0.75619835,0.80991733,0.79752064,0.822314,0.822314,0.7933884,0.80991733,0.80991733,0.8057851,0.822314,0.8181818,0.8305785,0.78512394,0.7892562,0.7644628,0.71487606,0.6859504,0.6859504,0.7107438,0.71900827,0.71487606,0.7644628,0.77272725,0.7644628,0.76033056,0.76859504,0.73140496,0.6694215,0.6322314,0.61157024,0.59090906,0.6404959,0.62396693,0.6280992,0.59917355,0.58264464,0.57024795,0.54545456,0.55785125,0.58677685,0.58677685,0.54545456,0.5661157,0.59090906,0.5661157,0.58264464,0.61157024,0.6322314,0.6404959,0.6322314,0.6528926,0.6404959,0.607438,0.59504133,0.58264464,0.607438,0.6322314,0.6487603,0.6528926,0.6404959,0.6404959,0.61570245,0.60330576,0.6404959,0.7644628,0.8016529,0.8140496,0.8181818,0.80991733,0.8140496,0.8305785,0.822314,0.822314,0.8264463,0.822314,0.80991733,0.7768595,0.77272725,0.71900827,0.7066116,0.7355372,0.73966944,0.72727275,0.73966944,0.78099173,0.8057851,0.78099173,0.8016529,0.74380165,0.77272725,0.74793386,0.6652893,0.6322314,0.59090906,0.61157024,0.6404959,0.6322314,0.607438,0.61157024,0.6198347,0.58677685,0.58264464,0.58264464,0.61570245,0.6322314,0.6322314,0.6198347,0.60330576,0.607438,0.6198347,0.607438,0.61570245,0.6446281,0.6446281,0.6694215,0.6694215,0.6652893,0.6487603,0.6280992,0.6322314,0.6694215,0.6735537,0.6570248,0.6363636,0.6363636,0.6322314,0.59917355,0.59917355,0.78099173,0.79752064,0.8181818,0.8181818,0.8264463,0.8305785,0.838843,0.8305785,0.8264463,0.8264463,0.8181818,0.8016529,0.7768595,0.7768595,0.76033056,0.75619835,0.75619835,0.7355372,0.7644628,0.76859504,0.8140496,0.8140496,0.8057851,0.8140496,0.73140496,0.78512394,0.76859504,0.6694215,0.59917355,0.59090906,0.6280992,0.6487603,0.6570248,0.61157024,0.61157024,0.6487603,0.61570245,0.61570245,0.607438,0.60330576,0.6280992,0.6528926,0.6570248,0.6322314,0.607438,0.6322314,0.61570245,0.6280992,0.6528926,0.6528926,0.6652893,0.6735537,0.6570248,0.6652893,0.6570248,0.6446281,0.6694215,0.6859504,0.6983471,0.6487603,0.6404959,0.6404959,0.5371901,0.60330576,0.79752064,0.79752064,0.8181818,0.80991733,0.8305785,0.8429752,0.8347107,0.8347107,0.8305785,0.8347107,0.8264463,0.8181818,0.79752064,0.7933884,0.7644628,0.74793386,0.7355372,0.75619835,0.80991733,0.7892562,0.8264463,0.8140496,0.8347107,0.7892562,0.7355372,0.8016529,0.77272725,0.6859504,0.57438016,0.59090906,0.6280992,0.6446281,0.677686,0.6363636,0.6280992,0.6487603,0.6322314,0.6363636,0.62396693,0.6198347,0.61570245,0.60330576,0.6404959,0.6570248,0.6446281,0.6570248,0.62396693,0.62396693,0.62396693,0.6363636,0.6570248,0.6528926,0.6652893,0.661157,0.6652893,0.661157,0.6735537,0.6983471,0.6818182,0.6570248,0.6404959,0.6404959,0.42975205,0.607438,0.8057851,0.8016529,0.8140496,0.822314,0.8429752,0.8553719,0.8305785,0.8347107,0.8264463,0.8264463,0.8305785,0.822314,0.79752064,0.7892562,0.7644628,0.76033056,0.7644628,0.78512394,0.80991733,0.7933884,0.8264463,0.8305785,0.8347107,0.76033056,0.76033056,0.7892562,0.74793386,0.6735537,0.5785124,0.57438016,0.60330576,0.6322314,0.6859504,0.6570248,0.6528926,0.6694215,0.6280992,0.6446281,0.6446281,0.6404959,0.6570248,0.6280992,0.6818182,0.6735537,0.6652893,0.6694215,0.62396693,0.6446281,0.6363636,0.6487603,0.6570248,0.6404959,0.6487603,0.661157,0.6735537,0.6652893,0.6694215,0.6983471,0.7066116,0.6446281,0.6363636,0.6446281,0.3264463,0.60330576,0.79752064,0.8016529,0.8140496,0.8347107,0.8512397,0.8595041,0.838843,0.8512397,0.8305785,0.8181818,0.8140496,0.822314,0.8016529,0.78512394,0.76859504,0.77272725,0.78099173,0.78099173,0.79752064,0.8016529,0.8305785,0.8347107,0.80991733,0.75619835,0.79752064,0.75206614,0.71487606,0.6983471,0.59504133,0.5785124,0.5661157,0.59917355,0.6818182,0.661157,0.6363636,0.6652893,0.61570245,0.6404959,0.6694215,0.6446281,0.6446281,0.6322314,0.6983471,0.6942149,0.7107438,0.6652893,0.6322314,0.6652893,0.6487603,0.661157,0.6487603,0.661157,0.6487603,0.6652893,0.6859504,0.6652893,0.6694215,0.7107438,0.70247936,0.6570248,0.62396693,0.6487603,0.2644628,0.57438016,0.8016529,0.8016529,0.80991733,0.838843,0.8471074,0.8595041,0.8429752,0.8512397,0.8429752,0.8305785,0.8057851,0.8016529,0.80991733,0.78512394,0.76033056,0.76033056,0.77272725,0.7892562,0.78099173,0.8140496,0.838843,0.822314,0.76033056,0.8016529,0.7892562,0.72727275,0.6818182,0.6818182,0.58677685,0.57438016,0.59504133,0.59090906,0.6404959,0.6818182,0.6363636,0.6404959,0.61157024,0.6446281,0.70247936,0.661157,0.6404959,0.6322314,0.661157,0.6818182,0.69008267,0.6363636,0.70247936,0.6570248,0.6404959,0.6570248,0.6446281,0.6404959,0.677686,0.6694215,0.6652893,0.6652893,0.6818182,0.7107438,0.70247936,0.6487603,0.61570245,0.6446281,0.16115703,0.53305787,0.79752064,0.79752064,0.8181818,0.8347107,0.8471074,0.8595041,0.8512397,0.8636364,0.8595041,0.8429752,0.822314,0.8057851,0.78099173,0.8016529,0.76859504,0.76033056,0.77272725,0.7768595,0.76859504,0.80991733,0.8347107,0.78512394,0.7644628,0.8719008,0.75619835,0.6942149,0.661157,0.6363636,0.5785124,0.55785125,0.61570245,0.607438,0.61157024,0.661157,0.607438,0.60330576,0.5785124,0.6280992,0.7066116,0.6818182,0.6570248,0.6322314,0.6363636,0.6404959,0.6528926,0.6528926,0.677686,0.6570248,0.6446281,0.6446281,0.6487603,0.6280992,0.6735537,0.6859504,0.6735537,0.677686,0.70247936,0.7107438,0.69008267,0.6363636,0.62396693,0.6446281,0.10330579,0.4876033,0.79752064,0.7933884,0.8181818,0.822314,0.8429752,0.8553719,0.8553719,0.8636364,0.8636364,0.8512397,0.8429752,0.8264463,0.78099173,0.7933884,0.78512394,0.76859504,0.76859504,0.75206614,0.75206614,0.78512394,0.8016529,0.76033056,0.76859504,0.8429752,0.71900827,0.6404959,0.6198347,0.5785124,0.553719,0.56198347,0.6363636,0.6652893,0.61570245,0.6198347,0.5371901,0.53305787,0.5371901,0.59917355,0.6652893,0.6859504,0.6818182,0.661157,0.6404959,0.62396693,0.6404959,0.6487603,0.6570248,0.6404959,0.6280992,0.6487603,0.6487603,0.6487603,0.6652893,0.6735537,0.6818182,0.69008267,0.72727275,0.7066116,0.6735537,0.61570245,0.61570245,0.6363636,0.12809917,0.40495867,0.7768595,0.7892562,0.8181818,0.8140496,0.8347107,0.8512397,0.8553719,0.8636364,0.8553719,0.8553719,0.8512397,0.8347107,0.80991733,0.7892562,0.7892562,0.76859504,0.75619835,0.74380165,0.71900827,0.71487606,0.7644628,0.73140496,0.6983471,0.70247936,0.6652893,0.59504133,0.5495868,0.5247934,0.5123967,0.5289256,0.59090906,0.59917355,0.59917355,0.6363636,0.45867768,0.45454547,0.53305787,0.55785125,0.61157024,0.6528926,0.6694215,0.677686,0.6570248,0.6446281,0.6487603,0.6404959,0.6363636,0.61570245,0.61157024,0.6322314,0.6446281,0.6322314,0.6487603,0.6694215,0.6818182,0.71900827,0.75619835,0.70247936,0.6446281,0.59504133,0.61570245,0.6322314,0.17768595,0.30991736,0.75206614,0.7892562,0.8057851,0.8140496,0.8181818,0.838843,0.8429752,0.8512397,0.8471074,0.8471074,0.8595041,0.838843,0.822314,0.8016529,0.78512394,0.74793386,0.7355372,0.71900827,0.69008267,0.661157,0.7644628,0.7066116,0.6528926,0.6322314,0.6198347,0.5289256,0.5041322,0.46280992,0.4338843,0.48347107,0.5165289,0.48347107,0.5289256,0.6446281,0.5247934,0.41735536,0.5206612,0.5495868,0.59090906,0.62396693,0.6735537,0.6942149,0.6528926,0.661157,0.6487603,0.6363636,0.6404959,0.6198347,0.62396693,0.61570245,0.6280992,0.6280992,0.6487603,0.677686,0.6983471,0.74380165,0.75619835,0.6859504,0.607438,0.59504133,0.59917355,0.61157024,0.1983471,0.23553719,0.7355372,0.7644628,0.80991733,0.80991733,0.8140496,0.8305785,0.8347107,0.838843,0.8553719,0.8512397,0.8512397,0.8512397,0.8305785,0.79752064,0.76859504,0.75206614,0.71487606,0.6859504,0.6528926,0.61570245,0.75619835,0.57438016,0.41735536,0.59917355,0.57024795,0.446281,0.42561984,0.37190083,0.36363637,0.4752066,0.46280992,0.3429752,0.3966942,0.55785125,0.61570245,0.41322315,0.5,0.53305787,0.56198347,0.59090906,0.6652893,0.6735537,0.6322314,0.6446281,0.6322314,0.61157024,0.6446281,0.6322314,0.6280992,0.61157024,0.62396693,0.6487603,0.6363636,0.6818182,0.70247936,0.74380165,0.7355372,0.6694215,0.58677685,0.58677685,0.59504133,0.59090906,0.21900827,0.18595041,0.6446281,0.76033056,0.8181818,0.8057851,0.8016529,0.8140496,0.8264463,0.8429752,0.8429752,0.8471074,0.8512397,0.8471074,0.8264463,0.8057851,0.74793386,0.7231405,0.6983471,0.6528926,0.6570248,0.54545456,0.71900827,0.49586776,0.1983471,0.20247933,0.6363636,0.45041323,0.37190083,0.33471075,0.37603307,0.4752066,0.1446281,0.07438017,0.18595041,0.46694216,0.61157024,0.45454547,0.5041322,0.5123967,0.54545456,0.57024795,0.62396693,0.61570245,0.607438,0.61157024,0.61570245,0.61570245,0.62396693,0.6446281,0.62396693,0.61570245,0.62396693,0.6487603,0.6487603,0.677686,0.71900827,0.71900827,0.7066116,0.6446281,0.58264464,0.57438016,0.60330576,0.59090906,0.20247933,0.17768595,0.5082645,0.76859504,0.7933884,0.8057851,0.7892562,0.8016529,0.8140496,0.838843,0.8347107,0.8347107,0.8429752,0.8429752,0.822314,0.8016529,0.74380165,0.7066116,0.6570248,0.6280992,0.661157,0.53305787,0.6818182,0.56198347,0.32231405,0.17768595,0.6942149,0.57024795,0.3677686,0.3677686,0.41735536,0.4214876,0.10743801,0.0785124,0.19008264,0.40495867,0.5206612,0.49173555,0.5371901,0.5123967,0.5289256,0.553719,0.59917355,0.57438016,0.59917355,0.59090906,0.59917355,0.60330576,0.61570245,0.6363636,0.6198347,0.61570245,0.6198347,0.62396693,0.6694215,0.6735537,0.6942149,0.6859504,0.6735537,0.62396693,0.57024795,0.57438016,0.60330576,0.57438016,0.19008264,0.23140496,0.32231405,0.7644628,0.76859504,0.79752064,0.78512394,0.7892562,0.79752064,0.8305785,0.822314,0.8264463,0.8305785,0.8347107,0.8016529,0.7892562,0.75206614,0.6818182,0.6280992,0.6446281,0.6859504,0.59917355,0.6446281,0.6363636,0.5289256,0.5082645,0.75619835,0.6735537,0.43801653,0.37603307,0.38429752,0.40495867,0.30578512,0.2644628,0.34710744,0.38429752,0.41322315,0.5165289,0.58677685,0.5289256,0.49586776,0.5289256,0.5661157,0.5495868,0.58677685,0.57024795,0.5661157,0.58264464,0.58264464,0.6198347,0.62396693,0.6198347,0.62396693,0.607438,0.6818182,0.6652893,0.6735537,0.6652893,0.6487603,0.59917355,0.553719,0.58264464,0.60330576,0.553719,0.17768595,0.2768595,0.17768595,0.6322314,0.78099173,0.7768595,0.78099173,0.7892562,0.7892562,0.80991733,0.80991733,0.80991733,0.822314,0.822314,0.7933884,0.7644628,0.73140496,0.6694215,0.6363636,0.6652893,0.74793386,0.677686,0.6570248,0.6694215,0.6363636,0.6446281,0.76859504,0.6694215,0.45867768,0.3677686,0.3553719,0.44214877,0.4338843,0.41735536,0.38016528,0.3305785,0.4214876,0.5413223,0.60330576,0.5495868,0.48347107,0.5,0.553719,0.5371901,0.5661157,0.55785125,0.5413223,0.5661157,0.553719,0.59504133,0.6198347,0.6280992,0.61570245,0.607438,0.661157,0.6404959,0.6487603,0.6404959,0.61570245,0.58264464,0.55785125,0.58264464,0.60330576,0.55785125,0.1570248,0.28512397,0.26859504,0.41735536,0.78512394,0.78099173,0.77272725,0.7892562,0.78099173,0.7933884,0.8016529,0.8016529,0.8140496,0.80991733,0.8016529,0.75206614,0.71487606,0.677686,0.661157,0.71487606,0.80991733,0.73140496,0.6818182,0.6942149,0.71900827,0.6983471,0.8057851,0.6198347,0.3429752,0.45867768,0.48347107,0.553719,0.54545456,0.5247934,0.49586776,0.49586776,0.53305787,0.56198347,0.56198347,0.5661157,0.49173555,0.4876033,0.5165289,0.5206612,0.53305787,0.54545456,0.53305787,0.5289256,0.5785124,0.553719,0.59917355,0.61157024,0.607438,0.61157024,0.62396693,0.62396693,0.61570245,0.6198347,0.60330576,0.57438016,0.553719,0.58264464,0.59504133,0.56198347,0.11983471,0.2892562,0.5661157,0.5082645,0.73140496,0.75619835,0.7644628,0.78099173,0.7892562,0.7644628,0.78099173,0.8057851,0.8016529,0.78512394,0.78512394,0.75206614,0.7066116,0.677686,0.71487606,0.76033056,0.8181818,0.7768595,0.74380165,0.73140496,0.74380165,0.7231405,0.8016529,0.6487603,0.4090909,0.607438,0.607438,0.59504133,0.57438016,0.58264464,0.57024795,0.5785124,0.5661157,0.5495868,0.5495868,0.56198347,0.5041322,0.4752066,0.49173555,0.48347107,0.5041322,0.5123967,0.5041322,0.5082645,0.553719,0.5289256,0.57024795,0.607438,0.607438,0.59917355,0.6198347,0.6198347,0.6198347,0.607438,0.59090906,0.5661157,0.55785125,0.59090906,0.58264464,0.55785125,0.14876033,0.24793388,0.6528926,0.7066116,0.71487606,0.73966944,0.76033056,0.7768595,0.7892562,0.77272725,0.76859504,0.78512394,0.78099173,0.76859504,0.76859504,0.7355372,0.69008267,0.70247936,0.7644628,0.7933884,0.8140496,0.7892562,0.76859504,0.76859504,0.75206614,0.74380165,0.8140496,0.6652893,0.5289256,0.677686,0.6487603,0.58677685,0.5785124,0.57438016,0.57438016,0.59504133,0.5785124,0.55785125,0.57438016,0.56198347,0.53305787,0.4876033,0.46694216,0.45867768,0.48347107,0.4876033,0.4876033,0.4876033,0.5206612,0.5289256,0.5495868,0.58677685,0.59917355,0.60330576,0.59917355,0.61570245,0.607438,0.60330576,0.57438016,0.55785125,0.59504133,0.60330576,0.57438016,0.5247934,0.1983471,0.19008264,0.47933885,0.61570245,0.7066116,0.73966944,0.75206614,0.7644628,0.7892562,0.76859504,0.76859504,0.76859504,0.78099173,0.75619835,0.73140496,0.7355372,0.677686,0.7355372,0.8057851,0.8057851,0.79752064,0.7768595,0.75206614,0.77272725,0.75206614,0.7644628,0.8016529,0.661157,0.57024795,0.70247936,0.6652893,0.55785125,0.58677685,0.5495868,0.5661157,0.58677685,0.5785124,0.57024795,0.59504133,0.57438016,0.553719,0.5289256,0.4752066,0.446281,0.45041323,0.45867768,0.4752066,0.47933885,0.5041322,0.5247934,0.5371901,0.57438016,0.59090906,0.59917355,0.58677685,0.61570245,0.60330576,0.59917355,0.57024795,0.5661157,0.61157024,0.607438,0.56198347,0.44214877,0.19008264,0.25619835,0.4338843,0.55785125,0.661157,0.74380165,0.7355372,0.76033056,0.7892562,0.7768595,0.77272725,0.76859504,0.7768595,0.74793386,0.6652893,0.73966944,0.607438,0.71900827,0.8181818,0.79752064,0.78099173,0.7768595,0.71900827,0.77272725,0.73140496,0.77272725,0.75619835,0.661157,0.58264464,0.6818182,0.6528926,0.54545456,0.58264464,0.5371901,0.56198347,0.57438016,0.57438016,0.58264464,0.607438,0.57438016,0.57024795,0.5661157,0.5082645,0.4338843,0.42975205,0.45041323,0.45454547,0.47107437,0.49173555,0.5206612,0.53305787,0.57024795,0.58264464,0.607438,0.60330576,0.59917355,0.61570245,0.61157024,0.57438016,0.58264464,0.61570245,0.607438,0.54545456,0.40495867,0.18181819,0.28099173,0.46280992,0.61157024,0.6404959,0.73140496,0.73140496,0.7644628,0.78512394,0.78512394,0.7768595,0.7644628,0.77272725,0.75206614,0.6942149,0.72727275,0.7107438,0.7768595,0.8057851,0.77272725,0.7355372,0.78099173,0.6942149,0.7644628,0.74380165,0.7768595,0.6694215,0.6487603,0.62396693,0.6528926,0.58264464,0.5495868,0.57438016,0.54545456,0.553719,0.553719,0.58264464,0.57024795,0.61157024,0.5661157,0.56198347,0.61157024,0.5495868,0.47933885,0.42975205,0.45041323,0.446281,0.47107437,0.4876033,0.5247934,0.5289256,0.57024795,0.57024795,0.61157024,0.6280992,0.62396693,0.6280992,0.60330576,0.5785124,0.59090906,0.62396693,0.59504133,0.5206612,0.42561984,0.21487603,0.23966943,0.48347107,0.6446281,0.69008267,0.6983471,0.73140496,0.7768595,0.78099173,0.78099173,0.78512394,0.77272725,0.7768595,0.74793386,0.7066116,0.71900827,0.77272725,0.8057851,0.77272725,0.74793386,0.6983471,0.78512394,0.74380165,0.74793386,0.71487606,0.6280992,0.49173555,0.5206612,0.61157024,0.5495868,0.42561984,0.46280992,0.49173555,0.54545456,0.58264464,0.5495868,0.56198347,0.57024795,0.58677685,0.56198347,0.5413223,0.59504133,0.6280992,0.5,0.45867768,0.45041323,0.48347107,0.5041322,0.5206612,0.5413223,0.56198347,0.55785125,0.5785124,0.59090906,0.6322314,0.62396693,0.607438,0.59917355,0.5785124,0.59090906,0.60330576,0.59090906,0.48347107,0.42561984,0.32231405,0.13636364,0.4090909,0.6694215,0.7107438,0.6942149,0.73966944,0.7892562,0.8016529,0.74793386,0.8016529,0.8016529,0.78512394,0.76033056,0.75206614,0.72727275,0.77272725,0.7892562,0.71487606,0.71900827,0.7066116,0.76859504,0.73966944,0.6528926,0.5289256,0.5123967,0.46694216,0.5082645,0.5495868,0.44214877,0.35123968,0.34710744,0.37190083,0.40082645,0.47107437,0.5206612,0.5247934,0.54545456,0.57024795,0.56198347,0.5413223,0.5371901,0.6404959,0.5495868,0.4876033,0.5,0.49586776,0.5289256,0.54545456,0.5661157,0.57438016,0.59504133,0.60330576,0.5785124,0.6404959,0.6322314,0.62396693,0.59504133,0.58677685,0.59917355,0.60330576,0.56198347,0.446281,0.46280992,0.41735536,0.17768595,0.21487603,0.62396693,0.7107438,0.6859504,0.7355372,0.7892562,0.79752064,0.7768595,0.8016529,0.8140496,0.8016529,0.78099173,0.76033056,0.72727275,0.76859504,0.75619835,0.7107438,0.73140496,0.6818182,0.6446281,0.607438,0.58264464,0.5785124,0.48347107,0.5,0.54545456,0.5041322,0.41322315,0.39256197,0.338843,0.37190083,0.35123968,0.35123968,0.41322315,0.45454547,0.4752066,0.5495868,0.57438016,0.54545456,0.5247934,0.5785124,0.6280992,0.5,0.53305787,0.5206612,0.5289256,0.5661157,0.57024795,0.59504133,0.59090906,0.59917355,0.57438016,0.6446281,0.6322314,0.6198347,0.59090906,0.59090906,0.58264464,0.59504133,0.5289256,0.43801653,0.5082645,0.45041323,0.34710744,0.13636364,0.30578512,0.54545456,0.61157024,0.73966944,0.7892562,0.78099173,0.78512394,0.8016529,0.8181818,0.7933884,0.7892562,0.7644628,0.73966944,0.7644628,0.7355372,0.6570248,0.59504133,0.5082645,0.5165289,0.5041322,0.4876033,0.46694216,0.3264463,0.38842976,0.47107437,0.38016528,0.32231405,0.32231405,0.24793388,0.3264463,0.30991736,0.29338843,0.3553719,0.38016528,0.38016528,0.3966942,0.4876033,0.5082645,0.5082645,0.5206612,0.6528926,0.5,0.553719,0.5371901,0.53305787,0.54545456,0.57024795,0.607438,0.607438,0.59504133,0.5785124,0.6652893,0.6322314,0.607438,0.58677685,0.57438016,0.57438016,0.60330576,0.46694216,0.40495867,0.5206612,0.5082645,0.44214877,0.29338843,0.11157025,0.18595041,0.41322315,0.74380165,0.7768595,0.79752064,0.78512394,0.7892562,0.8140496,0.7892562,0.7933884,0.77272725,0.73966944,0.75619835,0.6487603,0.46694216,0.338843,0.47107437,0.48347107,0.40082645,0.34710744,0.34710744,0.1983471,0.16115703,0.2644628,0.20247933,0.19008264,0.19421488,0.15289256,0.18181819,0.21900827,0.23553719,0.2768595,0.29752067,0.38016528,0.338843,0.30578512,0.37190083,0.446281,0.5082645,0.59917355,0.5041322,0.5495868,0.5413223,0.5413223,0.54545456,0.58264464,0.59504133,0.6198347,0.607438,0.59917355,0.6404959,0.6363636,0.60330576,0.58677685,0.57024795,0.57438016,0.6198347,0.35123968,0.25619835,0.3966942,0.60330576,0.4752066,0.42561984,0.2520661,0.12396694,0.29752067,0.7066116,0.7768595,0.7933884,0.80991733,0.77272725,0.78512394,0.7892562,0.7933884,0.7768595,0.72727275,0.677686,0.5495868,0.47107437,0.42561984,0.5165289,0.43801653,0.45867768,0.45041323,0.45867768,0.3140496,0.19008264,0.18181819,0.18181819,0.17768595,0.16528925,0.18595041,0.23553719,0.28512397,0.3429752,0.28099173,0.23140496,0.30165288,0.338843,0.2892562,0.2603306,0.3553719,0.46694216,0.54545456,0.49586776,0.553719,0.5495868,0.5495868,0.55785125,0.58677685,0.58677685,0.61570245,0.60330576,0.61570245,0.6280992,0.6404959,0.59090906,0.58264464,0.55785125,0.56198347,0.6404959,0.2644628,0.08264463,0.14876033,0.6487603,0.5413223,0.45041323,0.37190083,0.25619835,0.1983471,0.62396693,0.8057851,0.79752064,0.79752064,0.7768595,0.75206614,0.7768595,0.79752064,0.75619835,0.6694215,0.6322314,0.6570248,0.72727275,0.6818182,0.57024795,0.6528926,0.7107438,0.6570248,0.6322314,0.5413223,0.5495868,0.47933885,0.4876033,0.5082645,0.47107437,0.5,0.5123967,0.45041323,0.49173555,0.47933885,0.48347107,0.3966942,0.45867768,0.48347107,0.46694216,0.40495867,0.41735536,0.49586776,0.5,0.553719,0.553719,0.5495868,0.54545456,0.58264464,0.5661157,0.60330576,0.59917355,0.62396693,0.6198347,0.61570245,0.57024795,0.5661157,0.56198347,0.57024795,0.607438,0.19008264,0.07438017,0.10330579,0.5289256,0.58677685,0.5371901,0.48347107,0.3429752,0.24380165,0.5165289,0.8016529,0.7933884,0.77272725,0.7644628,0.75206614,0.75619835,0.78512394,0.7231405,0.62396693,0.6818182,0.77272725,0.76033056,0.71487606,0.661157,0.6570248,0.6942149,0.677686,0.6859504,0.5785124,0.5785124,0.5495868,0.5041322,0.5289256,0.5165289,0.5082645,0.47107437,0.42975205,0.37190083,0.46694216,0.47107437,0.4752066,0.4752066,0.5041322,0.54545456,0.5206612,0.45867768,0.446281,0.5123967,0.5413223,0.553719,0.553719,0.53305787,0.58677685,0.56198347,0.59504133,0.59504133,0.6280992,0.607438,0.59917355,0.55785125,0.55785125,0.56198347,0.59504133,0.5041322,0.13636364,0.09504132,0.12396694,0.40082645,0.5247934,0.56198347,0.5247934,0.49173555,0.36363637,0.46280992,0.77272725,0.7768595,0.75206614,0.75206614,0.73966944,0.7231405,0.74793386,0.6735537,0.6280992,0.73140496,0.78512394,0.76033056,0.74380165,0.6983471,0.6487603,0.6280992,0.58677685,0.5785124,0.5082645,0.48347107,0.4752066,0.446281,0.45041323,0.43801653,0.45867768,0.40495867,0.41735536,0.40495867,0.45041323,0.46280992,0.47933885,0.5082645,0.5247934,0.5661157,0.57438016,0.4752066,0.4338843,0.5041322,0.5165289,0.53305787,0.5495868,0.5289256,0.5785124,0.54545456,0.59090906,0.58677685,0.60330576,0.60330576,0.5785124,0.54545456,0.553719,0.55785125,0.607438,0.3677686,0.09917355,0.10743801,0.1694215,0.3140496,0.446281,0.5123967,0.54545456,0.5371901,0.47933885,0.4752066,0.7107438,0.78512394,0.7355372,0.72727275,0.7066116,0.6942149,0.7107438,0.607438,0.6570248,0.73966944,0.76859504,0.74793386,0.74380165,0.6735537,0.6528926,0.6528926,0.61157024,0.55785125,0.53305787,0.45454547,0.5165289,0.5123967,0.46694216,0.45867768,0.46280992,0.42975205,0.42561984,0.46280992,0.4876033,0.49173555,0.49586776,0.5247934,0.5495868,0.5785124,0.59090906,0.5247934,0.42975205,0.47933885,0.5,0.5206612,0.5371901,0.5413223,0.54545456,0.5495868,0.58264464,0.59090906,0.59090906,0.58264464,0.57024795,0.5413223,0.5495868,0.5661157,0.59090906,0.20661157,0.07024793,0.18181819,0.23553719,0.27272728,0.29338843,0.30991736,0.43801653,0.5082645,0.45867768,0.40495867,0.6487603,0.73966944,0.73140496,0.7066116,0.6694215,0.6652893,0.6694215,0.57024795,0.6859504,0.73140496,0.74380165,0.7355372,0.71900827,0.677686,0.6487603,0.6735537,0.6322314,0.57438016,0.5289256,0.44214877,0.5165289,0.46694216,0.40495867,0.42561984,0.43801653,0.4338843,0.44214877,0.46280992,0.49586776,0.49173555,0.5082645,0.5165289,0.53305787,0.5661157,0.5785124,0.5247934,0.47107437,0.47107437,0.48347107,0.5041322,0.5082645,0.5495868,0.53305787,0.54545456,0.5495868,0.57438016,0.57024795,0.57024795,0.5371901,0.53305787,0.5413223,0.57024795,0.47107437,0.09917355,0.1570248,0.24793388,0.23966943,0.28099173,0.27272728,0.16528925,0.23140496,0.30165288,0.38842976,0.2892562,0.56198347,0.71900827,0.73140496,0.71487606,0.6652893,0.6363636,0.6404959,0.59090906,0.6363636,0.7355372,0.71487606,0.6859504,0.677686,0.6528926,0.6363636,0.6198347,0.58677685,0.54545456,0.48347107,0.41735536,0.47107437,0.4214876,0.37603307,0.39256197,0.39256197,0.4090909,0.41735536,0.43801653,0.45867768,0.4876033,0.49173555,0.48347107,0.5082645,0.5413223,0.55785125,0.5289256,0.5082645,0.46280992,0.47107437,0.46694216,0.48347107,0.5165289,0.53305787,0.53305787,0.54545456,0.5495868,0.55785125,0.56198347,0.5206612,0.5289256,0.5289256,0.54545456,0.2603306,0.12396694,0.25619835,0.23966943,0.23140496,0.21487603,0.24793388,0.18595041,0.14049587,0.1694215,0.1983471,0.19008264,0.42561984,0.7355372,0.72727275,0.7066116,0.6859504,0.6528926,0.6198347,0.61157024,0.677686,0.7355372,0.7066116,0.6694215,0.6570248,0.6528926,0.59090906,0.57438016,0.5289256,0.49173555,0.43801653,0.39256197,0.4214876,0.40082645,0.3553719,0.37603307,0.338843,0.36363637,0.3966942,0.4214876,0.43801653,0.46694216,0.46280992,0.46694216,0.49173555,0.5206612,0.5371901,0.53305787,0.5289256,0.45454547,0.45867768,0.45454547,0.46280992,0.5,0.5,0.5289256,0.53305787,0.54545456,0.5495868,0.5413223,0.5289256,0.5082645,0.5247934,0.41735536,0.10743801,0.23140496,0.2231405,0.17768595,0.18595041,0.18595041,0.16528925,0.15289256,0.14876033,0.15289256,0.15289256,0.14049587,0.32231405,0.72727275,0.7107438,0.71487606,0.7066116,0.6570248,0.6446281,0.6528926,0.6983471,0.7066116,0.70247936,0.6735537,0.661157,0.59504133,0.553719,0.5413223,0.5206612,0.48347107,0.42975205,0.39256197,0.4214876,0.40082645,0.38842976,0.38016528,0.38016528,0.35123968,0.38842976,0.40495867,0.42561984,0.446281,0.43801653,0.46694216,0.4752066,0.49586776,0.5165289,0.553719,0.5247934,0.47933885,0.45041323,0.45041323,0.4752066,0.4752066,0.5,0.53305787,0.5247934,0.5495868,0.553719,0.5247934,0.5165289,0.5041322,0.45867768,0.2231405,0.10743801,0.20247933,0.14876033,0.16115703,0.16528925,0.16528925,0.1570248,0.1446281,0.16528925,0.1446281,0.15289256,0.14876033,0.19008264,0.59090906,0.71487606,0.7107438,0.7066116,0.6694215,0.6694215,0.677686,0.6983471,0.6859504,0.70247936,0.6652893,0.6487603,0.59090906,0.57024795,0.553719,0.5371901,0.5371901,0.5289256,0.5289256,0.5206612,0.5206612,0.49586776,0.47107437,0.46280992,0.40082645,0.39256197,0.4090909,0.42975205,0.45454547,0.46280992,0.46280992,0.4752066,0.5,0.5041322,0.5289256,0.5206612,0.5041322,0.45041323,0.446281,0.47107437,0.4752066,0.5123967,0.5206612,0.5247934,0.553719,0.553719,0.5041322,0.5041322,0.45867768,0.29752067,0.17355372,0.16115703,0.16115703,0.12396694,0.16528925,0.2107438,0.15289256,0.15289256,0.14049587,0.1446281,0.1570248,0.1570248,0.14049587,0.16528925,0.29752067,0.70247936,0.6983471,0.69008267,0.6859504,0.6983471,0.70247936,0.69008267,0.6652893,0.69008267,0.6859504,0.6652893,0.6198347,0.6198347,0.58677685,0.59917355,0.6446281,0.6198347,0.6363636,0.60330576,0.58677685,0.56198347,0.5247934,0.5206612,0.47933885,0.47107437,0.446281,0.446281,0.46280992,0.4752066,0.47107437,0.4876033,0.5165289,0.5041322,0.5082645,0.49586776,0.49173555,0.4752066,0.46694216,0.4752066,0.48347107,0.5082645,0.5206612,0.5289256,0.54545456,0.5371901,0.49173555,0.45867768,0.30165288,0.1446281,0.15289256,0.1570248,0.13636364,0.17768595,0.21487603,0.24380165,0.14876033,0.14876033,0.1446281,0.14049587,0.16115703,0.15289256,0.15289256,0.17768595,0.10330579,0.53305787,0.69008267,0.6735537,0.6735537,0.70247936,0.7355372,0.6735537,0.6652893,0.6859504,0.6942149,0.69008267,0.6694215,0.661157,0.6446281,0.69008267,0.6735537,0.6446281,0.62396693,0.59917355,0.5661157,0.55785125,0.5,0.5165289,0.5123967,0.5041322,0.4876033,0.4752066,0.4752066,0.49173555,0.4752066,0.5041322,0.53305787,0.5289256,0.5247934,0.5041322,0.47107437,0.49586776,0.4752066,0.48347107,0.5,0.5041322,0.5247934,0.5289256,0.53305787,0.5123967,0.47933885,0.3429752,0.14876033,0.09504132,0.14049587,0.16115703,0.19008264,0.21487603,0.24380165,0.2644628,0.14876033,0.15289256,0.15289256,0.14049587,0.14876033,0.14876033,0.14049587,0.13636364,0.09504132,0.3264463,0.6652893,0.6322314,0.6528926,0.677686,0.7231405,0.6487603,0.6570248,0.69008267,0.71487606,0.70247936,0.71487606,0.6570248,0.6818182,0.6942149,0.6570248,0.6694215,0.60330576,0.59090906,0.57024795,0.5371901,0.5413223,0.49586776,0.47107437,0.48347107,0.5041322,0.5082645,0.49586776,0.4752066,0.48347107,0.4876033,0.5247934,0.53305787,0.5413223,0.47933885,0.5,0.4876033,0.4876033,0.49586776,0.5041322,0.5041322,0.5247934,0.5165289,0.5082645,0.46694216,0.45454547,0.36363637,0.12396694,0.07438017,0.14876033,0.18181819,0.19421488,0.23140496,0.25619835,0.28099173,0.1446281,0.15289256,0.1446281,0.15289256,0.1446281,0.15289256,0.1446281,0.14049587,0.0785124,0.28099173,0.6570248,0.58677685,0.59917355,0.6363636,0.6487603,0.61570245,0.6404959,0.6694215,0.7066116,0.6942149,0.70247936,0.6570248,0.69008267,0.6735537,0.6570248,0.6446281,0.607438,0.59917355,0.57438016,0.5495868,0.5082645,0.49173555,0.46280992,0.4752066,0.5,0.5123967,0.49173555,0.4876033,0.4752066,0.5041322,0.49586776,0.5165289,0.53305787,0.5165289,0.5,0.48347107,0.47107437,0.4876033,0.48347107,0.5,0.4876033,0.5,0.4752066,0.43801653,0.45041323,0.40495867,0.12809917,0.08677686,0.14049587,0.17355372,0.17768595,0.19008264,0.24793388,0.32231405,0.14876033,0.15289256,0.14049587,0.15289256,0.15289256,0.1446281,0.1446281,0.14049587,0.08677686,0.29752067,0.677686,0.59504133,0.5371901,0.5785124,0.59504133,0.6198347,0.6487603,0.6446281,0.6694215,0.6735537,0.6652893,0.6694215,0.6694215,0.6570248,0.6322314,0.60330576,0.59090906,0.5661157,0.5289256,0.4876033,0.47107437,0.45867768,0.45867768,0.46694216,0.45454547,0.48347107,0.47933885,0.4752066,0.48347107,0.5206612,0.5,0.49173555,0.5206612,0.5206612,0.5,0.4752066,0.45867768,0.45867768,0.45454547,0.4752066,0.46280992,0.48347107,0.47107437,0.4214876,0.46694216,0.39256197,0.09504132,0.11570248,0.1446281,0.14876033,0.1322314,0.18181819,0.23553719,0.30991736,0.14876033,0.14876033,0.15289256,0.14876033,0.15289256,0.1446281,0.14049587,0.13636364,0.08264463,0.30991736,0.6859504,0.6570248,0.5661157,0.5495868,0.59504133,0.6322314,0.6487603,0.6280992,0.6404959,0.6570248,0.6322314,0.6446281,0.61570245,0.59504133,0.5785124,0.5495868,0.54545456,0.5082645,0.47107437,0.44214877,0.43801653,0.41735536,0.42975205,0.44214877,0.44214877,0.45867768,0.46694216,0.46694216,0.47933885,0.5041322,0.5041322,0.4876033,0.5082645,0.5,0.5,0.4876033,0.43801653,0.42561984,0.42975205,0.4338843,0.45867768,0.47933885,0.4752066,0.4214876,0.47107437,0.34710744,0.0661157,0.11570248,0.11983471,0.1322314,0.10743801,0.1446281,0.1570248,0.24793388,31 +0.6280992,0.6363636,0.5495868,0.45041323,0.6487603,0.77272725,0.8347107,0.8471074,0.838843,0.8512397,0.8429752,0.8429752,0.838843,0.822314,0.822314,0.8181818,0.8140496,0.8016529,0.78099173,0.74793386,0.75619835,0.75206614,0.7066116,0.6694215,0.6652893,0.6735537,0.677686,0.6363636,0.6487603,0.6446281,0.6528926,0.6487603,0.6694215,0.677686,0.677686,0.7066116,0.6942149,0.6818182,0.677686,0.6818182,0.677686,0.6528926,0.6404959,0.6570248,0.6570248,0.6528926,0.661157,0.6694215,0.6652893,0.6694215,0.6487603,0.6322314,0.6446281,0.6652893,0.6652893,0.661157,0.6570248,0.6487603,0.6198347,0.6280992,0.59090906,0.55785125,0.57024795,0.57024795,0.57438016,0.6487603,0.4090909,0.57024795,0.7355372,0.8264463,0.8512397,0.8429752,0.8553719,0.8471074,0.8512397,0.838843,0.822314,0.8140496,0.8057851,0.78512394,0.7892562,0.8181818,0.7768595,0.72727275,0.74793386,0.7644628,0.7355372,0.70247936,0.6818182,0.69008267,0.6859504,0.661157,0.661157,0.6735537,0.6487603,0.6652893,0.677686,0.69008267,0.69008267,0.7066116,0.7066116,0.70247936,0.6983471,0.70247936,0.6859504,0.6818182,0.6694215,0.6818182,0.69008267,0.6735537,0.6652893,0.6694215,0.6652893,0.6652893,0.6528926,0.6446281,0.6198347,0.6404959,0.6570248,0.6859504,0.6446281,0.661157,0.6322314,0.6280992,0.60330576,0.58677685,0.5495868,0.57438016,0.6735537,0.49173555,0.47933885,0.6404959,0.78512394,0.8512397,0.8471074,0.8512397,0.8553719,0.8429752,0.8305785,0.8181818,0.8057851,0.8016529,0.8057851,0.79752064,0.76033056,0.80991733,0.78099173,0.7355372,0.7355372,0.76859504,0.74793386,0.7355372,0.71900827,0.7107438,0.7066116,0.6818182,0.677686,0.70247936,0.6735537,0.6652893,0.7066116,0.71487606,0.7066116,0.71487606,0.7231405,0.7231405,0.72727275,0.72727275,0.71487606,0.70247936,0.7066116,0.6818182,0.6818182,0.6694215,0.661157,0.661157,0.6570248,0.6570248,0.6446281,0.6404959,0.6198347,0.6404959,0.6446281,0.6487603,0.6735537,0.6570248,0.6446281,0.6322314,0.61157024,0.58264464,0.553719,0.5785124,0.58264464,0.46280992,0.57024795,0.70247936,0.8140496,0.8553719,0.8595041,0.8512397,0.8471074,0.838843,0.8057851,0.7933884,0.76033056,0.74380165,0.7933884,0.78512394,0.75206614,0.7768595,0.7644628,0.7355372,0.72727275,0.75206614,0.74380165,0.7231405,0.71487606,0.7066116,0.71487606,0.6942149,0.6983471,0.7231405,0.70247936,0.6694215,0.7231405,0.7231405,0.7107438,0.6983471,0.7355372,0.71487606,0.71900827,0.7231405,0.71487606,0.69008267,0.6942149,0.6735537,0.6735537,0.661157,0.6528926,0.6528926,0.6446281,0.6528926,0.6363636,0.6322314,0.61570245,0.6322314,0.6322314,0.62396693,0.6735537,0.6694215,0.6446281,0.6528926,0.6363636,0.58264464,0.5413223,0.57438016,0.47107437,0.5082645,0.6570248,0.7644628,0.8347107,0.8512397,0.8636364,0.838843,0.838843,0.8181818,0.7644628,0.73140496,0.6528926,0.6528926,0.71900827,0.6694215,0.6446281,0.6735537,0.677686,0.6735537,0.69008267,0.71487606,0.70247936,0.6859504,0.6818182,0.6818182,0.7107438,0.6859504,0.7066116,0.71900827,0.6942149,0.6652893,0.71487606,0.7066116,0.6942149,0.6818182,0.7231405,0.6942149,0.6942149,0.6942149,0.6818182,0.6652893,0.677686,0.661157,0.661157,0.6487603,0.6322314,0.6363636,0.6198347,0.61157024,0.60330576,0.61157024,0.607438,0.60330576,0.61157024,0.6198347,0.6487603,0.661157,0.6528926,0.6652893,0.6528926,0.59504133,0.5165289,0.56198347,0.45041323,0.5495868,0.7066116,0.79752064,0.838843,0.8512397,0.8636364,0.8305785,0.79752064,0.7768595,0.71487606,0.6859504,0.6322314,0.62396693,0.58677685,0.55785125,0.5247934,0.5206612,0.5041322,0.53305787,0.59090906,0.607438,0.59504133,0.61570245,0.6198347,0.6652893,0.70247936,0.6942149,0.7066116,0.7107438,0.6487603,0.6446281,0.6942149,0.6942149,0.6942149,0.6735537,0.69008267,0.6818182,0.677686,0.6652893,0.6404959,0.6363636,0.6487603,0.6280992,0.61570245,0.59917355,0.5785124,0.55785125,0.53305787,0.5165289,0.53305787,0.55785125,0.5661157,0.57438016,0.59917355,0.59090906,0.6280992,0.6363636,0.6570248,0.6528926,0.6528926,0.61157024,0.5289256,0.5413223,0.47933885,0.553719,0.74793386,0.822314,0.8305785,0.8512397,0.8471074,0.7933884,0.7933884,0.7768595,0.75206614,0.73966944,0.7107438,0.6942149,0.6652893,0.59917355,0.58264464,0.5123967,0.45041323,0.4752066,0.5041322,0.5206612,0.5041322,0.5371901,0.54545456,0.6363636,0.6942149,0.70247936,0.6818182,0.6859504,0.61570245,0.62396693,0.6735537,0.69008267,0.69008267,0.6652893,0.6652893,0.661157,0.6363636,0.6280992,0.607438,0.59504133,0.55785125,0.5123967,0.5041322,0.46694216,0.446281,0.44214877,0.40082645,0.41322315,0.4214876,0.47107437,0.5082645,0.5413223,0.56198347,0.56198347,0.58264464,0.59504133,0.6487603,0.6446281,0.6446281,0.61157024,0.54545456,0.56198347,0.45041323,0.57438016,0.8016529,0.8305785,0.8264463,0.8429752,0.8140496,0.77272725,0.8264463,0.80991733,0.8140496,0.838843,0.8057851,0.76859504,0.72727275,0.70247936,0.6487603,0.6363636,0.58264464,0.5247934,0.5247934,0.49586776,0.49586776,0.49586776,0.5206612,0.60330576,0.69008267,0.71900827,0.6570248,0.6446281,0.61157024,0.61570245,0.677686,0.6983471,0.6735537,0.6280992,0.6570248,0.62396693,0.607438,0.60330576,0.57024795,0.5123967,0.45454547,0.3677686,0.37603307,0.36363637,0.3677686,0.3429752,0.3305785,0.38016528,0.4338843,0.49173555,0.553719,0.56198347,0.5371901,0.5371901,0.5371901,0.57438016,0.62396693,0.6404959,0.6363636,0.6280992,0.5413223,0.5495868,0.49586776,0.6694215,0.8181818,0.8264463,0.822314,0.822314,0.78512394,0.8016529,0.838843,0.8471074,0.8512397,0.8429752,0.7768595,0.73966944,0.677686,0.6694215,0.6446281,0.6446281,0.6446281,0.6198347,0.59504133,0.55785125,0.54545456,0.5289256,0.553719,0.59090906,0.677686,0.6942149,0.6487603,0.6570248,0.58677685,0.6198347,0.6694215,0.661157,0.6363636,0.61157024,0.6198347,0.59090906,0.57438016,0.553719,0.5041322,0.46280992,0.38842976,0.32231405,0.35123968,0.38016528,0.38429752,0.40495867,0.45041323,0.5247934,0.56198347,0.59504133,0.607438,0.59090906,0.57024795,0.57438016,0.55785125,0.57438016,0.60330576,0.6198347,0.6322314,0.6280992,0.553719,0.5165289,0.5289256,0.74380165,0.8305785,0.822314,0.8140496,0.79752064,0.7768595,0.8347107,0.8719008,0.8595041,0.8347107,0.79752064,0.7355372,0.6528926,0.59504133,0.60330576,0.58264464,0.59090906,0.6198347,0.6487603,0.6322314,0.60330576,0.60330576,0.58677685,0.59504133,0.61157024,0.6735537,0.69008267,0.6570248,0.6652893,0.58264464,0.62396693,0.6570248,0.6322314,0.607438,0.59504133,0.59917355,0.5785124,0.5495868,0.5123967,0.45867768,0.43801653,0.3677686,0.39256197,0.41735536,0.45041323,0.45867768,0.47933885,0.5041322,0.54545456,0.57438016,0.61157024,0.61570245,0.61570245,0.62396693,0.6280992,0.6528926,0.60330576,0.59504133,0.59090906,0.6322314,0.6404959,0.55785125,0.5,0.5413223,0.8016529,0.8347107,0.822314,0.8016529,0.7892562,0.78099173,0.8512397,0.8719008,0.8181818,0.7892562,0.7355372,0.6528926,0.59090906,0.59090906,0.607438,0.59917355,0.607438,0.6198347,0.6570248,0.661157,0.6446281,0.61157024,0.6198347,0.62396693,0.6528926,0.6983471,0.69008267,0.69008267,0.6652893,0.62396693,0.62396693,0.6570248,0.6570248,0.59917355,0.57024795,0.58677685,0.55785125,0.5371901,0.49586776,0.45454547,0.45867768,0.42975205,0.49586776,0.5082645,0.5495868,0.5661157,0.5661157,0.5413223,0.54545456,0.57024795,0.57438016,0.58677685,0.59504133,0.6322314,0.6570248,0.71900827,0.6570248,0.62396693,0.58677685,0.6198347,0.6363636,0.57024795,0.5123967,0.6363636,0.8264463,0.8264463,0.8140496,0.8016529,0.8016529,0.8016529,0.8347107,0.838843,0.77272725,0.73140496,0.6859504,0.6363636,0.677686,0.71900827,0.73140496,0.71900827,0.7066116,0.6818182,0.6735537,0.7066116,0.6652893,0.6322314,0.61570245,0.61570245,0.6570248,0.7107438,0.74793386,0.73966944,0.70247936,0.6694215,0.6528926,0.6859504,0.677686,0.59917355,0.5661157,0.57438016,0.55785125,0.553719,0.5041322,0.45454547,0.48347107,0.5123967,0.60330576,0.60330576,0.6446281,0.6735537,0.6694215,0.6404959,0.6198347,0.6280992,0.57438016,0.56198347,0.57024795,0.59917355,0.6322314,0.6942149,0.6983471,0.6652893,0.607438,0.607438,0.6404959,0.5785124,0.53305787,0.7355372,0.8305785,0.822314,0.8016529,0.7933884,0.8057851,0.822314,0.8264463,0.79752064,0.74380165,0.6983471,0.72727275,0.74793386,0.79752064,0.80991733,0.78512394,0.74380165,0.71900827,0.6859504,0.6652893,0.6942149,0.6652893,0.6446281,0.59917355,0.58677685,0.59090906,0.6818182,0.7892562,0.822314,0.75206614,0.6983471,0.69008267,0.7066116,0.677686,0.61570245,0.59504133,0.60330576,0.58677685,0.53305787,0.4338843,0.46280992,0.57024795,0.61570245,0.6818182,0.661157,0.6528926,0.6735537,0.6859504,0.6983471,0.677686,0.6735537,0.6528926,0.6198347,0.59917355,0.607438,0.61157024,0.6528926,0.6942149,0.6859504,0.6198347,0.607438,0.6363636,0.5785124,0.54545456,0.7933884,0.8305785,0.8181818,0.79752064,0.7892562,0.8140496,0.8305785,0.8264463,0.75619835,0.76033056,0.73966944,0.8264463,0.838843,0.8305785,0.7768595,0.7107438,0.6446281,0.59917355,0.5785124,0.5495868,0.5785124,0.61570245,0.6198347,0.60330576,0.54545456,0.5206612,0.61570245,0.7768595,0.8553719,0.8264463,0.72727275,0.7107438,0.7231405,0.69008267,0.6280992,0.6322314,0.6528926,0.59504133,0.41735536,0.40495867,0.5495868,0.6363636,0.6363636,0.62396693,0.57024795,0.553719,0.61570245,0.6652893,0.71487606,0.6983471,0.661157,0.677686,0.6859504,0.6652893,0.6446281,0.62396693,0.6404959,0.6528926,0.6818182,0.6280992,0.60330576,0.6322314,0.58677685,0.54545456,0.78512394,0.8305785,0.8140496,0.7892562,0.79752064,0.8181818,0.8305785,0.8305785,0.73966944,0.79752064,0.822314,0.8719008,0.8512397,0.76033056,0.6570248,0.5413223,0.5165289,0.47933885,0.49173555,0.49586776,0.47933885,0.46694216,0.56198347,0.58264464,0.5495868,0.49586776,0.5413223,0.7355372,0.8305785,0.8512397,0.7768595,0.7231405,0.7231405,0.6942149,0.62396693,0.6363636,0.69008267,0.49173555,0.3429752,0.47933885,0.54545456,0.57438016,0.5165289,0.45454547,0.4338843,0.446281,0.46694216,0.4876033,0.5289256,0.58264464,0.62396693,0.6942149,0.6983471,0.6818182,0.6570248,0.62396693,0.6322314,0.62396693,0.6322314,0.61157024,0.61157024,0.61157024,0.58677685,0.553719,0.79752064,0.8305785,0.8057851,0.7933884,0.80991733,0.822314,0.8264463,0.8264463,0.76033056,0.8264463,0.838843,0.8553719,0.7644628,0.5041322,0.41322315,0.2603306,0.2644628,0.338843,0.2520661,0.3553719,0.42561984,0.45041323,0.47107437,0.5371901,0.5495868,0.5206612,0.5495868,0.7107438,0.8057851,0.8471074,0.8057851,0.76033056,0.72727275,0.6859504,0.6404959,0.69008267,0.6652893,0.39256197,0.38842976,0.5,0.48347107,0.45041323,0.4338843,0.42975205,0.42975205,0.37190083,0.29752067,0.26859504,0.25619835,0.25619835,0.338843,0.47933885,0.6280992,0.7066116,0.70247936,0.61570245,0.61157024,0.6198347,0.6198347,0.6363636,0.61157024,0.62396693,0.57438016,0.55785125,0.8140496,0.822314,0.79752064,0.78099173,0.80991733,0.8305785,0.8140496,0.80991733,0.8016529,0.8264463,0.79752064,0.6983471,0.43801653,0.30578512,0.5206612,0.2231405,0.15289256,0.32231405,0.22727273,0.2892562,0.338843,0.36363637,0.45041323,0.53305787,0.5785124,0.55785125,0.60330576,0.70247936,0.7933884,0.8305785,0.80991733,0.75206614,0.6942149,0.6570248,0.6735537,0.6983471,0.607438,0.43801653,0.44214877,0.4876033,0.45867768,0.42975205,0.3966942,0.36363637,0.3429752,0.2231405,0.2107438,0.26859504,0.2644628,0.13636364,0.17768595,0.27272728,0.38016528,0.5785124,0.7066116,0.6446281,0.60330576,0.6280992,0.6404959,0.6280992,0.59917355,0.61157024,0.57438016,0.58264464,0.8264463,0.8181818,0.7933884,0.77272725,0.8057851,0.8264463,0.8305785,0.79752064,0.822314,0.7933884,0.661157,0.4214876,0.45041323,0.45041323,0.45867768,0.32231405,0.18595041,0.30578512,0.2892562,0.36363637,0.45867768,0.30578512,0.3305785,0.49173555,0.6363636,0.6735537,0.70247936,0.71487606,0.7892562,0.7892562,0.8140496,0.73140496,0.6652893,0.6280992,0.6652893,0.6735537,0.607438,0.5206612,0.5247934,0.5495868,0.45454547,0.3677686,0.30991736,0.2768595,0.3966942,0.28099173,0.26859504,0.22727273,0.11570248,0.2603306,0.21487603,0.36363637,0.25619835,0.3305785,0.5785124,0.6652893,0.6198347,0.6363636,0.6570248,0.6322314,0.59090906,0.61157024,0.58677685,0.59090906,0.838843,0.822314,0.7933884,0.77272725,0.80991733,0.8264463,0.838843,0.80991733,0.8057851,0.7066116,0.57024795,0.5041322,0.61570245,0.5661157,0.38842976,0.42975205,0.38429752,0.4090909,0.41735536,0.46694216,0.5165289,0.47933885,0.41735536,0.5,0.6446281,0.7231405,0.76859504,0.74380165,0.78512394,0.7644628,0.77272725,0.6818182,0.6487603,0.6198347,0.6322314,0.62396693,0.6280992,0.553719,0.58677685,0.59504133,0.48347107,0.40082645,0.34710744,0.41735536,0.4752066,0.41322315,0.35123968,0.3429752,0.2520661,0.3264463,0.2892562,0.45867768,0.3305785,0.25619835,0.40495867,0.607438,0.661157,0.6694215,0.69008267,0.6322314,0.59090906,0.6198347,0.59504133,0.5785124,0.8347107,0.8264463,0.79752064,0.78512394,0.80991733,0.8264463,0.8305785,0.7644628,0.7644628,0.6694215,0.6859504,0.74380165,0.7644628,0.677686,0.59504133,0.5413223,0.53305787,0.553719,0.5785124,0.59504133,0.57438016,0.60330576,0.57024795,0.58677685,0.6363636,0.6818182,0.76033056,0.7644628,0.78512394,0.74793386,0.73966944,0.6652893,0.6322314,0.607438,0.61157024,0.58677685,0.6363636,0.5785124,0.58264464,0.59917355,0.57024795,0.5165289,0.5082645,0.5165289,0.5413223,0.5289256,0.5041322,0.5247934,0.39256197,0.4214876,0.45867768,0.5165289,0.4876033,0.46694216,0.4090909,0.5206612,0.661157,0.677686,0.6570248,0.6363636,0.60330576,0.6198347,0.607438,0.5661157,0.8264463,0.8264463,0.8057851,0.8057851,0.8140496,0.8429752,0.8181818,0.76859504,0.7644628,0.75206614,0.77272725,0.8016529,0.8264463,0.79752064,0.74380165,0.71900827,0.6570248,0.6942149,0.6818182,0.6652893,0.6363636,0.62396693,0.57024795,0.607438,0.62396693,0.6942149,0.77272725,0.76033056,0.78099173,0.7355372,0.75206614,0.6983471,0.6446281,0.61157024,0.607438,0.58264464,0.6322314,0.61570245,0.58677685,0.5785124,0.56198347,0.5661157,0.5495868,0.553719,0.59090906,0.5785124,0.59504133,0.61157024,0.5165289,0.5371901,0.58264464,0.6198347,0.6198347,0.61570245,0.5413223,0.5123967,0.61570245,0.6363636,0.6570248,0.677686,0.61570245,0.607438,0.6280992,0.5413223,0.8264463,0.8140496,0.8140496,0.8181818,0.80991733,0.8429752,0.7892562,0.7892562,0.8057851,0.8016529,0.7892562,0.8140496,0.7933884,0.78512394,0.80991733,0.75619835,0.73966944,0.72727275,0.6487603,0.59090906,0.61157024,0.661157,0.6528926,0.6528926,0.677686,0.7644628,0.77272725,0.74793386,0.78099173,0.74793386,0.7644628,0.72727275,0.6528926,0.6322314,0.61570245,0.56198347,0.6363636,0.6322314,0.6363636,0.59917355,0.57024795,0.55785125,0.59090906,0.57024795,0.55785125,0.5413223,0.57438016,0.5785124,0.57438016,0.60330576,0.62396693,0.6818182,0.6652893,0.6487603,0.6487603,0.61157024,0.59090906,0.59090906,0.6322314,0.6280992,0.607438,0.607438,0.62396693,0.5041322,0.8347107,0.822314,0.80991733,0.8181818,0.822314,0.8429752,0.80991733,0.8140496,0.8305785,0.8181818,0.80991733,0.80991733,0.80991733,0.7933884,0.7933884,0.7231405,0.70247936,0.6363636,0.6198347,0.6735537,0.69008267,0.6942149,0.6652893,0.7066116,0.7768595,0.79752064,0.7644628,0.7768595,0.7892562,0.75206614,0.7644628,0.74793386,0.6735537,0.6652893,0.61570245,0.5661157,0.6487603,0.6198347,0.6322314,0.6404959,0.61157024,0.59090906,0.607438,0.6363636,0.62396693,0.58677685,0.57438016,0.59090906,0.59917355,0.6280992,0.6198347,0.6363636,0.6652893,0.6859504,0.677686,0.6859504,0.6528926,0.6322314,0.6652893,0.6859504,0.6322314,0.60330576,0.6404959,0.5165289,0.8347107,0.8181818,0.8057851,0.822314,0.8305785,0.8305785,0.838843,0.8264463,0.8264463,0.8264463,0.8140496,0.8181818,0.8016529,0.7644628,0.7355372,0.72727275,0.71487606,0.7107438,0.7066116,0.7107438,0.6859504,0.69008267,0.71487606,0.76033056,0.8140496,0.8016529,0.78512394,0.8140496,0.78512394,0.75619835,0.75619835,0.76859504,0.70247936,0.6528926,0.607438,0.59090906,0.6404959,0.6446281,0.6198347,0.6528926,0.6528926,0.6404959,0.607438,0.62396693,0.6404959,0.6487603,0.6363636,0.59917355,0.59090906,0.6322314,0.6363636,0.6528926,0.6735537,0.6694215,0.6818182,0.677686,0.6652893,0.6652893,0.6694215,0.6818182,0.6570248,0.61157024,0.6363636,0.56198347,0.8347107,0.8016529,0.8057851,0.822314,0.8264463,0.8305785,0.8471074,0.8347107,0.8264463,0.8140496,0.80991733,0.8057851,0.7892562,0.78099173,0.7768595,0.75619835,0.73140496,0.73140496,0.71487606,0.6942149,0.69008267,0.75206614,0.76033056,0.79752064,0.8181818,0.8057851,0.8181818,0.822314,0.78099173,0.74380165,0.78099173,0.7768595,0.7355372,0.6487603,0.58677685,0.607438,0.6404959,0.6818182,0.6363636,0.6487603,0.6570248,0.6652893,0.6446281,0.6280992,0.6322314,0.6280992,0.6528926,0.6446281,0.6198347,0.6280992,0.6198347,0.6280992,0.6487603,0.6652893,0.677686,0.6694215,0.6694215,0.6818182,0.6859504,0.70247936,0.6694215,0.6198347,0.62396693,0.58677685,0.8140496,0.78512394,0.80991733,0.822314,0.8264463,0.8347107,0.8512397,0.8512397,0.8264463,0.80991733,0.80991733,0.8016529,0.78512394,0.8016529,0.7644628,0.75619835,0.73966944,0.72727275,0.7231405,0.71900827,0.73140496,0.7768595,0.7644628,0.80991733,0.8181818,0.822314,0.8347107,0.8181818,0.7644628,0.74380165,0.7933884,0.77272725,0.74793386,0.6487603,0.58264464,0.59917355,0.6322314,0.6983471,0.6818182,0.6652893,0.6487603,0.6652893,0.6694215,0.6570248,0.6487603,0.6446281,0.6818182,0.661157,0.6404959,0.6487603,0.6404959,0.6446281,0.6363636,0.6528926,0.6735537,0.6528926,0.6859504,0.69008267,0.6942149,0.6983471,0.6735537,0.6198347,0.61157024,0.61570245,0.8057851,0.78512394,0.8057851,0.8181818,0.8264463,0.8429752,0.8553719,0.8512397,0.838843,0.8181818,0.8140496,0.7933884,0.7933884,0.7768595,0.7644628,0.76859504,0.74380165,0.73140496,0.73140496,0.73966944,0.76033056,0.7644628,0.76859504,0.80991733,0.8347107,0.8264463,0.8347107,0.79752064,0.7355372,0.7644628,0.7768595,0.74380165,0.7231405,0.6404959,0.60330576,0.59504133,0.58677685,0.6942149,0.6942149,0.677686,0.6404959,0.6528926,0.6735537,0.6652893,0.6487603,0.6570248,0.6818182,0.6859504,0.6528926,0.6322314,0.6487603,0.6487603,0.6446281,0.6528926,0.6735537,0.6652893,0.6694215,0.6942149,0.6983471,0.6983471,0.677686,0.61570245,0.60330576,0.62396693,0.8057851,0.78512394,0.79752064,0.8140496,0.822314,0.8429752,0.8512397,0.8595041,0.8595041,0.8305785,0.822314,0.8181818,0.79752064,0.74793386,0.76033056,0.75619835,0.74380165,0.72727275,0.7231405,0.7231405,0.76859504,0.75619835,0.77272725,0.8140496,0.8305785,0.822314,0.8181818,0.76859504,0.73966944,0.7933884,0.7644628,0.7107438,0.69008267,0.6487603,0.59504133,0.607438,0.57438016,0.6570248,0.6983471,0.6818182,0.6446281,0.677686,0.6983471,0.6735537,0.6487603,0.6446281,0.6570248,0.6694215,0.6528926,0.6363636,0.6694215,0.6487603,0.6404959,0.6570248,0.6570248,0.6735537,0.6983471,0.6859504,0.69008267,0.7107438,0.677686,0.61157024,0.607438,0.6363636,0.822314,0.7768595,0.7933884,0.80991733,0.8264463,0.8347107,0.8471074,0.8636364,0.8553719,0.8471074,0.8471074,0.838843,0.8016529,0.7644628,0.77272725,0.73966944,0.74793386,0.73966944,0.7231405,0.74380165,0.75619835,0.75206614,0.75206614,0.7892562,0.80991733,0.7892562,0.7892562,0.72727275,0.78099173,0.8264463,0.71487606,0.6818182,0.6446281,0.6280992,0.58677685,0.59917355,0.607438,0.61157024,0.6528926,0.6404959,0.607438,0.6446281,0.72727275,0.6983471,0.6487603,0.6446281,0.6446281,0.6322314,0.6446281,0.6487603,0.6528926,0.6528926,0.6404959,0.6487603,0.6652893,0.6528926,0.7355372,0.70247936,0.7107438,0.7107438,0.6652893,0.61157024,0.607438,0.6363636,0.8347107,0.77272725,0.7892562,0.8016529,0.822314,0.822314,0.838843,0.8636364,0.8595041,0.8512397,0.8553719,0.838843,0.79752064,0.79752064,0.77272725,0.74793386,0.7355372,0.75206614,0.73140496,0.74793386,0.73966944,0.73140496,0.72727275,0.73140496,0.73966944,0.76033056,0.76859504,0.73140496,0.8595041,0.838843,0.677686,0.6446281,0.607438,0.59090906,0.57438016,0.60330576,0.6735537,0.61570245,0.59917355,0.5495868,0.5495868,0.59917355,0.6859504,0.72727275,0.6818182,0.6570248,0.6487603,0.6198347,0.6446281,0.6404959,0.6363636,0.6404959,0.6363636,0.6694215,0.6735537,0.677686,0.6983471,0.71900827,0.7355372,0.7231405,0.6446281,0.59090906,0.61157024,0.6363636,0.8057851,0.77272725,0.78099173,0.79752064,0.8140496,0.8140496,0.822314,0.8471074,0.8512397,0.8512397,0.8512397,0.8264463,0.8057851,0.8181818,0.77272725,0.7644628,0.73966944,0.74793386,0.73966944,0.74380165,0.71900827,0.7107438,0.6818182,0.6694215,0.6859504,0.77272725,0.76033056,0.6942149,0.78099173,0.7231405,0.6322314,0.5785124,0.5495868,0.5495868,0.55785125,0.5785124,0.6983471,0.6322314,0.59090906,0.48347107,0.5165289,0.553719,0.6198347,0.6983471,0.7107438,0.6652893,0.6528926,0.6363636,0.6446281,0.6446281,0.62396693,0.6280992,0.62396693,0.661157,0.6694215,0.677686,0.70247936,0.7355372,0.74793386,0.72727275,0.62396693,0.5785124,0.62396693,0.56198347,0.7933884,0.76859504,0.7644628,0.7892562,0.8057851,0.8057851,0.80991733,0.8181818,0.838843,0.8471074,0.8347107,0.8181818,0.8140496,0.822314,0.78099173,0.7768595,0.75619835,0.75206614,0.7355372,0.71900827,0.7107438,0.6735537,0.6487603,0.62396693,0.6735537,0.7892562,0.70247936,0.6446281,0.6404959,0.61157024,0.58264464,0.5165289,0.49173555,0.4876033,0.5041322,0.5247934,0.5785124,0.5371901,0.607438,0.5206612,0.5041322,0.54545456,0.57024795,0.6570248,0.7107438,0.6818182,0.6404959,0.6404959,0.6528926,0.6322314,0.6363636,0.6404959,0.6322314,0.6446281,0.6735537,0.677686,0.73140496,0.74380165,0.75206614,0.6983471,0.60330576,0.57438016,0.607438,0.54545456,0.73966944,0.77272725,0.75619835,0.77272725,0.8057851,0.8016529,0.7933884,0.822314,0.8181818,0.8264463,0.822314,0.8305785,0.8181818,0.80991733,0.8016529,0.7768595,0.75206614,0.73966944,0.7231405,0.6983471,0.6818182,0.6322314,0.607438,0.59504133,0.661157,0.7355372,0.5661157,0.42561984,0.5289256,0.60330576,0.5206612,0.44214877,0.4214876,0.4090909,0.41735536,0.49586776,0.45867768,0.4090909,0.5495868,0.57024795,0.5,0.53305787,0.553719,0.61157024,0.6735537,0.6735537,0.61570245,0.6198347,0.6404959,0.59917355,0.6363636,0.6570248,0.6487603,0.6487603,0.6735537,0.70247936,0.73140496,0.76033056,0.73140496,0.6652893,0.59090906,0.56198347,0.5785124,0.61570245,0.7107438,0.76033056,0.75619835,0.7644628,0.79752064,0.7933884,0.78099173,0.80991733,0.79752064,0.8140496,0.822314,0.8181818,0.8057851,0.7933884,0.8057851,0.77272725,0.75206614,0.72727275,0.69008267,0.6694215,0.6487603,0.60330576,0.59917355,0.59504133,0.6446281,0.6694215,0.4090909,0.16528925,0.19008264,0.5289256,0.5082645,0.3677686,0.3429752,0.32231405,0.41735536,0.41322315,0.20247933,0.2231405,0.46280992,0.5661157,0.5082645,0.5123967,0.5495868,0.59090906,0.6363636,0.6322314,0.59090906,0.59504133,0.6198347,0.607438,0.6363636,0.6652893,0.6652893,0.6570248,0.677686,0.7231405,0.7231405,0.72727275,0.69008267,0.6404959,0.58264464,0.55785125,0.5661157,0.7107438,0.77272725,0.71487606,0.76033056,0.75206614,0.78512394,0.78512394,0.78512394,0.76859504,0.78512394,0.7933884,0.8140496,0.80991733,0.7892562,0.7933884,0.7892562,0.7644628,0.73140496,0.72727275,0.6818182,0.6446281,0.607438,0.58677685,0.6198347,0.6404959,0.59504133,0.6487603,0.41735536,0.20661157,0.12396694,0.5495868,0.5785124,0.38842976,0.30991736,0.3553719,0.4752066,0.21900827,0.053719006,0.17768595,0.40495867,0.5206612,0.5371901,0.5041322,0.5165289,0.56198347,0.60330576,0.59917355,0.59090906,0.58677685,0.60330576,0.59917355,0.6363636,0.6694215,0.6694215,0.6694215,0.6735537,0.70247936,0.7107438,0.6694215,0.6487603,0.61570245,0.56198347,0.5495868,0.59917355,0.6818182,0.7892562,0.7107438,0.74793386,0.74793386,0.75619835,0.77272725,0.76859504,0.76033056,0.7644628,0.78512394,0.79752064,0.7933884,0.78099173,0.78512394,0.76033056,0.76033056,0.71900827,0.7107438,0.6818182,0.6198347,0.58264464,0.59504133,0.661157,0.6942149,0.5785124,0.62396693,0.53305787,0.4214876,0.48347107,0.6570248,0.6487603,0.49586776,0.3429752,0.41322315,0.45454547,0.37190083,0.1446281,0.28512397,0.40082645,0.46280992,0.57438016,0.5413223,0.45041323,0.5165289,0.55785125,0.56198347,0.57438016,0.57438016,0.57438016,0.59504133,0.60330576,0.6528926,0.6735537,0.6694215,0.6652893,0.6446281,0.6859504,0.6363636,0.6280992,0.58677685,0.5495868,0.5495868,0.6363636,0.4876033,0.5082645,0.72727275,0.74793386,0.75206614,0.74380165,0.75206614,0.75619835,0.76033056,0.77272725,0.77272725,0.78099173,0.77272725,0.77272725,0.7644628,0.75619835,0.75619835,0.6983471,0.677686,0.6528926,0.59917355,0.60330576,0.59504133,0.71900827,0.7768595,0.6818182,0.62396693,0.59504133,0.553719,0.553719,0.6446281,0.6570248,0.46694216,0.37603307,0.35950413,0.42975205,0.43801653,0.37603307,0.38016528,0.37190083,0.47107437,0.57438016,0.57438016,0.48347107,0.48347107,0.5371901,0.553719,0.55785125,0.57438016,0.5495868,0.5785124,0.59090906,0.62396693,0.661157,0.6570248,0.6404959,0.6198347,0.6404959,0.607438,0.59504133,0.57024795,0.5413223,0.58264464,0.54545456,0.21900827,0.49173555,0.6487603,0.7355372,0.75619835,0.74793386,0.75206614,0.74793386,0.75619835,0.75619835,0.76033056,0.7644628,0.76033056,0.76859504,0.76033056,0.75206614,0.73140496,0.71900827,0.6735537,0.6446281,0.607438,0.6280992,0.6446281,0.76859504,0.8016529,0.76859504,0.69008267,0.6735537,0.677686,0.607438,0.72727275,0.6280992,0.32231405,0.3553719,0.38429752,0.5,0.5165289,0.54545456,0.54545456,0.553719,0.58264464,0.56198347,0.57438016,0.5247934,0.4752066,0.5082645,0.5206612,0.53305787,0.5495868,0.5371901,0.55785125,0.57438016,0.60330576,0.6198347,0.6280992,0.61157024,0.607438,0.59917355,0.5785124,0.58264464,0.55785125,0.553719,0.59917355,0.36363637,0.34710744,0.661157,0.5495868,0.7231405,0.76033056,0.74380165,0.73966944,0.73966944,0.73966944,0.75206614,0.75206614,0.74380165,0.73140496,0.7644628,0.75206614,0.7231405,0.7066116,0.7066116,0.6652893,0.6404959,0.607438,0.6818182,0.7107438,0.7892562,0.8057851,0.78099173,0.74793386,0.72727275,0.7107438,0.6570248,0.74793386,0.6570248,0.38429752,0.45041323,0.5371901,0.5661157,0.59917355,0.607438,0.61157024,0.6198347,0.61570245,0.58677685,0.5785124,0.5495868,0.47933885,0.5,0.4876033,0.5,0.5123967,0.5165289,0.5247934,0.55785125,0.57438016,0.59090906,0.6198347,0.60330576,0.59090906,0.58677685,0.57024795,0.57024795,0.553719,0.5661157,0.57438016,0.40495867,0.5123967,0.5785124,0.5289256,0.71487606,0.75206614,0.75206614,0.73140496,0.74380165,0.7355372,0.74380165,0.75206614,0.7355372,0.7231405,0.74380165,0.73966944,0.7066116,0.70247936,0.69008267,0.6570248,0.6404959,0.6487603,0.7231405,0.7644628,0.76859504,0.78512394,0.75619835,0.74380165,0.75206614,0.73140496,0.71487606,0.77272725,0.6818182,0.5123967,0.57438016,0.62396693,0.59917355,0.59504133,0.5785124,0.60330576,0.6198347,0.607438,0.607438,0.607438,0.58264464,0.5206612,0.4876033,0.46694216,0.47107437,0.48347107,0.5123967,0.5,0.5371901,0.55785125,0.57024795,0.59504133,0.59917355,0.5785124,0.57438016,0.56198347,0.56198347,0.5495868,0.57438016,0.55785125,0.49586776,0.49173555,0.5082645,0.53305787,0.69008267,0.74793386,0.75619835,0.73966944,0.73140496,0.7231405,0.72727275,0.74380165,0.7355372,0.73966944,0.73140496,0.73140496,0.71900827,0.6983471,0.6487603,0.6694215,0.62396693,0.6735537,0.77272725,0.76859504,0.76033056,0.77272725,0.73966944,0.71900827,0.75619835,0.7107438,0.73966944,0.76033056,0.677686,0.553719,0.61570245,0.6487603,0.59090906,0.58264464,0.55785125,0.5785124,0.59504133,0.59504133,0.6198347,0.61157024,0.59917355,0.58264464,0.5,0.45454547,0.446281,0.46280992,0.49173555,0.49173555,0.5247934,0.5413223,0.56198347,0.5785124,0.58264464,0.5661157,0.5785124,0.56198347,0.56198347,0.553719,0.58264464,0.54545456,0.46280992,0.46280992,0.5413223,0.5371901,0.6652893,0.73966944,0.74793386,0.74380165,0.6942149,0.7355372,0.73140496,0.74380165,0.73966944,0.7355372,0.72727275,0.74793386,0.7107438,0.6818182,0.61570245,0.6528926,0.53305787,0.6487603,0.7892562,0.74793386,0.75206614,0.76033056,0.7231405,0.7066116,0.73140496,0.71487606,0.71487606,0.73966944,0.661157,0.5785124,0.59090906,0.6322314,0.57438016,0.5785124,0.5495868,0.57438016,0.57438016,0.58677685,0.6280992,0.59504133,0.5661157,0.6487603,0.5495868,0.46280992,0.44214877,0.46694216,0.46280992,0.49173555,0.5123967,0.54545456,0.553719,0.5661157,0.5785124,0.5785124,0.57024795,0.57438016,0.553719,0.5661157,0.59090906,0.5123967,0.43801653,0.5123967,0.57024795,0.59090906,0.6652893,0.7231405,0.71900827,0.74793386,0.73140496,0.71900827,0.74380165,0.74380165,0.73966944,0.7355372,0.7231405,0.73966944,0.71487606,0.6983471,0.6694215,0.6859504,0.6859504,0.73966944,0.7892562,0.73140496,0.73140496,0.72727275,0.73140496,0.6942149,0.6859504,0.72727275,0.6859504,0.6322314,0.57438016,0.61157024,0.60330576,0.54545456,0.5165289,0.56198347,0.5413223,0.57024795,0.5495868,0.59090906,0.62396693,0.59090906,0.5371901,0.61157024,0.61570245,0.5206612,0.46694216,0.45867768,0.47107437,0.5082645,0.5206612,0.5371901,0.5495868,0.5495868,0.59090906,0.59504133,0.60330576,0.5661157,0.57024795,0.5661157,0.57024795,0.49173555,0.48347107,0.57438016,0.60330576,0.6487603,0.6859504,0.7066116,0.72727275,0.73140496,0.74793386,0.73140496,0.76033056,0.75619835,0.73140496,0.74380165,0.74380165,0.7355372,0.7231405,0.6983471,0.677686,0.69008267,0.71487606,0.76859504,0.75619835,0.6735537,0.7107438,0.72727275,0.7355372,0.73966944,0.6735537,0.59917355,0.53305787,0.46280992,0.46694216,0.5206612,0.49173555,0.42975205,0.40495867,0.47107437,0.45454547,0.53305787,0.553719,0.57024795,0.59917355,0.59090906,0.553719,0.56198347,0.6446281,0.553719,0.49586776,0.47933885,0.5123967,0.53305787,0.5661157,0.57438016,0.58677685,0.5785124,0.58677685,0.59504133,0.58677685,0.5785124,0.57024795,0.5785124,0.55785125,0.49586776,0.5785124,0.59504133,0.5495868,0.6487603,0.59917355,0.6198347,0.74380165,0.73140496,0.75619835,0.74380165,0.7768595,0.76033056,0.7355372,0.74793386,0.77272725,0.75619835,0.74793386,0.7231405,0.7107438,0.69008267,0.72727275,0.76033056,0.7231405,0.6694215,0.7355372,0.7066116,0.6942149,0.6528926,0.58264464,0.53305787,0.4338843,0.42975205,0.42975205,0.43801653,0.37603307,0.38842976,0.34710744,0.36363637,0.38016528,0.41735536,0.49173555,0.54545456,0.58264464,0.61570245,0.58677685,0.5371901,0.61157024,0.59504133,0.53305787,0.5371901,0.5165289,0.57024795,0.58264464,0.59090906,0.58264464,0.58264464,0.59504133,0.60330576,0.58264464,0.57438016,0.5785124,0.5785124,0.5371901,0.5247934,0.59090906,0.38429752,0.29752067,0.43801653,0.3181818,0.45867768,0.75619835,0.7355372,0.74380165,0.75619835,0.78512394,0.7644628,0.75206614,0.7644628,0.78512394,0.7933884,0.74380165,0.74380165,0.72727275,0.69008267,0.73966944,0.73140496,0.7231405,0.7066116,0.6942149,0.57438016,0.54545456,0.48347107,0.42561984,0.41322315,0.30165288,0.30165288,0.4090909,0.338843,0.29338843,0.28512397,0.27272728,0.28099173,0.30991736,0.3181818,0.38429752,0.43801653,0.4752066,0.58264464,0.61570245,0.54545456,0.5785124,0.60330576,0.5495868,0.56198347,0.5206612,0.553719,0.59090906,0.61157024,0.59917355,0.58677685,0.61570245,0.6198347,0.58264464,0.5661157,0.57024795,0.57024795,0.5,0.4752066,0.3677686,0.10330579,0.10743801,0.14876033,0.09917355,0.3140496,0.71487606,0.7355372,0.73140496,0.77272725,0.76859504,0.76859504,0.75206614,0.76859504,0.7892562,0.79752064,0.74793386,0.74793386,0.73140496,0.7066116,0.74380165,0.7107438,0.69008267,0.56198347,0.5,0.45454547,0.43801653,0.33471075,0.2520661,0.2520661,0.18595041,0.18181819,0.27272728,0.22727273,0.2107438,0.19008264,0.17768595,0.19008264,0.21487603,0.22727273,0.26859504,0.35123968,0.38016528,0.4214876,0.5206612,0.53305787,0.553719,0.59504133,0.5495868,0.55785125,0.553719,0.5413223,0.60330576,0.607438,0.6198347,0.60330576,0.6280992,0.61157024,0.59504133,0.57438016,0.5661157,0.57438016,0.40082645,0.28099173,0.1322314,0.06198347,0.18181819,0.08264463,0.10743801,0.21900827,0.6363636,0.73966944,0.71487606,0.77272725,0.75206614,0.7768595,0.77272725,0.7644628,0.78512394,0.78099173,0.7644628,0.75206614,0.73140496,0.6942149,0.7066116,0.6528926,0.5165289,0.338843,0.40495867,0.41735536,0.3264463,0.21900827,0.1322314,0.11983471,0.17768595,0.18595041,0.19421488,0.19421488,0.21487603,0.2231405,0.1983471,0.11157025,0.1694215,0.16528925,0.16528925,0.2520661,0.34710744,0.30991736,0.33471075,0.44214877,0.5247934,0.57024795,0.5413223,0.553719,0.58264464,0.57024795,0.61570245,0.60330576,0.6322314,0.6198347,0.6322314,0.62396693,0.59090906,0.5785124,0.5661157,0.56198347,0.30991736,0.19008264,0.10330579,0.0785124,0.30991736,0.1983471,0.13636364,0.1570248,0.5247934,0.7355372,0.7107438,0.74793386,0.76859504,0.7892562,0.78099173,0.77272725,0.75206614,0.75619835,0.76033056,0.75206614,0.7231405,0.6818182,0.6487603,0.58264464,0.5082645,0.446281,0.44214877,0.35950413,0.26859504,0.1570248,0.07438017,0.06198347,0.11570248,0.10743801,0.12396694,0.09917355,0.11157025,0.1446281,0.14049587,0.08264463,0.0785124,0.0785124,0.07024793,0.1570248,0.23966943,0.29338843,0.3140496,0.37603307,0.5,0.54545456,0.5371901,0.55785125,0.58264464,0.57438016,0.60330576,0.60330576,0.6280992,0.62396693,0.6322314,0.62396693,0.5495868,0.5661157,0.5661157,0.5247934,0.26859504,0.16115703,0.09917355,0.09504132,0.4338843,0.338843,0.23966943,0.12809917,0.41322315,0.70247936,0.6942149,0.71487606,0.78512394,0.7933884,0.78099173,0.77272725,0.75206614,0.7231405,0.76033056,0.74380165,0.71487606,0.6528926,0.59917355,0.6322314,0.6859504,0.6735537,0.58264464,0.57438016,0.55785125,0.47933885,0.3677686,0.26859504,0.18181819,0.18181819,0.11157025,0.15289256,0.18595041,0.09917355,0.07438017,0.17768595,0.11570248,0.15289256,0.24793388,0.3264463,0.41322315,0.45454547,0.5289256,0.4752066,0.49173555,0.5,0.53305787,0.5661157,0.58677685,0.56198347,0.60330576,0.59504133,0.62396693,0.6322314,0.6446281,0.607438,0.553719,0.5495868,0.56198347,0.49586776,0.22727273,0.16528925,0.10743801,0.12396694,0.46280992,0.47107437,0.38842976,0.26859504,0.3677686,0.6528926,0.6983471,0.6942149,0.78099173,0.78512394,0.76033056,0.75619835,0.74793386,0.72727275,0.72727275,0.7107438,0.6942149,0.61570245,0.59917355,0.7066116,0.73140496,0.6735537,0.62396693,0.61157024,0.6528926,0.6570248,0.59090906,0.5661157,0.45041323,0.47107437,0.3677686,0.38016528,0.39256197,0.37603307,0.39256197,0.42975205,0.47107437,0.43801653,0.4752066,0.4876033,0.49586776,0.5041322,0.54545456,0.553719,0.49173555,0.47107437,0.5206612,0.5371901,0.59504133,0.553719,0.59504133,0.59504133,0.6280992,0.6198347,0.62396693,0.5785124,0.5495868,0.5413223,0.553719,0.44214877,0.21487603,0.16115703,0.14049587,0.17768595,0.5123967,0.48347107,0.446281,0.42975205,0.38429752,0.57438016,0.6859504,0.6735537,0.75206614,0.7892562,0.73966944,0.74793386,0.73966944,0.71487606,0.6983471,0.6859504,0.661157,0.59504133,0.6280992,0.73966944,0.74380165,0.6859504,0.6528926,0.6322314,0.607438,0.6363636,0.62396693,0.6570248,0.5371901,0.55785125,0.5041322,0.4876033,0.5082645,0.5165289,0.553719,0.49586776,0.49586776,0.40495867,0.49173555,0.4752066,0.49173555,0.5165289,0.56198347,0.58264464,0.5082645,0.45454547,0.5123967,0.5289256,0.5661157,0.57024795,0.58264464,0.58264464,0.61570245,0.61570245,0.607438,0.5785124,0.5371901,0.54545456,0.54545456,0.37190083,0.17768595,0.17768595,0.1983471,0.23140496,0.40495867,0.41735536,0.44214877,0.3966942,0.34710744,0.47107437,0.6404959,0.6735537,0.73140496,0.74793386,0.73140496,0.7231405,0.7066116,0.6818182,0.6652893,0.661157,0.61570245,0.59917355,0.6652893,0.72727275,0.72727275,0.6983471,0.6859504,0.607438,0.57438016,0.56198347,0.5413223,0.54545456,0.5082645,0.49173555,0.48347107,0.45454547,0.4876033,0.4876033,0.4752066,0.446281,0.42561984,0.38842976,0.46280992,0.47933885,0.5,0.5495868,0.5661157,0.59090906,0.54545456,0.47107437,0.49586776,0.5206612,0.53305787,0.553719,0.57438016,0.57438016,0.59090906,0.60330576,0.58677685,0.553719,0.5247934,0.5495868,0.49586776,0.2603306,0.1570248,0.18595041,0.21900827,0.2520661,0.2231405,0.2644628,0.3140496,0.27272728,0.20661157,0.29338843,0.5247934,0.6694215,0.74380165,0.6942149,0.7107438,0.7066116,0.6818182,0.6363636,0.6487603,0.6322314,0.60330576,0.6198347,0.6942149,0.71487606,0.71487606,0.677686,0.6652893,0.60330576,0.5785124,0.57438016,0.5247934,0.44214877,0.42561984,0.39256197,0.3677686,0.37190083,0.3677686,0.35123968,0.37190083,0.37603307,0.38429752,0.42975205,0.46280992,0.4876033,0.5165289,0.5371901,0.5661157,0.59090906,0.5495868,0.5082645,0.49586776,0.5123967,0.5,0.54545456,0.56198347,0.55785125,0.57024795,0.5785124,0.5785124,0.5413223,0.5206612,0.53305787,0.35950413,0.14876033,0.16115703,0.1983471,0.21487603,0.30165288,0.19421488,0.1694215,0.18181819,0.20247933,0.13636364,0.14876033,0.338843,0.6322314,0.74380165,0.70247936,0.6983471,0.70247936,0.677686,0.62396693,0.6363636,0.61570245,0.60330576,0.6322314,0.6983471,0.6983471,0.6859504,0.6404959,0.6404959,0.61570245,0.59917355,0.59504133,0.5165289,0.4338843,0.3677686,0.3264463,0.3305785,0.36363637,0.3181818,0.29752067,0.33471075,0.35950413,0.37603307,0.4214876,0.46280992,0.5082645,0.5123967,0.5165289,0.54545456,0.57438016,0.553719,0.5247934,0.49173555,0.49173555,0.49173555,0.5082645,0.53305787,0.55785125,0.56198347,0.57024795,0.5661157,0.53305787,0.5247934,0.45041323,0.18181819,0.1322314,0.18181819,0.19008264,0.23966943,0.34710744,0.19008264,0.15289256,0.1446281,0.16115703,0.10743801,0.15289256,0.32231405,0.553719,0.71487606,0.7231405,0.69008267,0.69008267,0.677686,0.6404959,0.61570245,0.60330576,0.6280992,0.6694215,0.7066116,0.6942149,0.6487603,0.61570245,0.62396693,0.61570245,0.58264464,0.55785125,0.48347107,0.41322315,0.34710744,0.29752067,0.2892562,0.3140496,0.2644628,0.2603306,0.30578512,0.32231405,0.38016528,0.4090909,0.45867768,0.5,0.5,0.49586776,0.5206612,0.553719,0.56198347,0.53305787,0.5,0.47933885,0.49173555,0.5,0.5082645,0.5495868,0.553719,0.57438016,0.553719,0.5289256,0.5041322,0.23553719,0.11157025,0.18595041,0.1983471,0.19421488,0.32231405,0.34710744,0.16528925,0.1570248,0.14049587,0.14876033,0.10743801,0.2107438,0.44214877,0.5495868,0.6404959,0.71487606,0.69008267,0.6942149,0.69008267,0.6446281,0.5785124,0.6446281,0.6570248,0.6859504,0.7107438,0.6818182,0.6404959,0.6528926,0.6198347,0.57024795,0.53305787,0.5165289,0.45454547,0.36363637,0.3305785,0.30165288,0.29752067,0.2892562,0.26859504,0.26859504,0.2768595,0.26859504,0.39256197,0.40495867,0.45454547,0.4752066,0.4876033,0.48347107,0.5082645,0.5165289,0.54545456,0.5289256,0.5041322,0.46280992,0.4876033,0.5,0.5247934,0.5413223,0.5495868,0.5661157,0.5371901,0.5371901,0.2768595,0.13636364,0.16528925,0.20247933,0.19421488,0.28512397,0.37603307,0.37603307,0.14876033,0.1570248,0.1446281,0.15289256,0.09504132,0.20661157,0.53305787,0.59090906,0.6446281,0.6446281,0.6735537,0.6652893,0.6735537,0.6487603,0.59504133,0.6570248,0.6652893,0.6818182,0.6859504,0.6942149,0.6363636,0.607438,0.59504133,0.5371901,0.5082645,0.48347107,0.42975205,0.38842976,0.338843,0.33471075,0.32231405,0.3305785,0.34710744,0.3305785,0.338843,0.3305785,0.3677686,0.4214876,0.45041323,0.47933885,0.4752066,0.48347107,0.49173555,0.5289256,0.5247934,0.5371901,0.5123967,0.49173555,0.48347107,0.4752066,0.53305787,0.5289256,0.54545456,0.55785125,0.5371901,0.37190083,0.16115703,0.18181819,0.16528925,0.21900827,0.2603306,0.3140496,0.36363637,0.34710744,0.1570248,0.13636364,0.1570248,0.1446281,0.09917355,0.24793388,0.55785125,0.6363636,0.6652893,0.6280992,0.6404959,0.6446281,0.6570248,0.6446281,0.6404959,0.661157,0.677686,0.6528926,0.661157,0.6694215,0.6322314,0.6198347,0.607438,0.57024795,0.5247934,0.5,0.4876033,0.47107437,0.46280992,0.47107437,0.43801653,0.446281,0.45041323,0.42561984,0.4214876,0.4090909,0.40082645,0.41735536,0.45454547,0.47933885,0.49586776,0.48347107,0.5289256,0.5082645,0.5289256,0.5082645,0.5041322,0.5,0.49586776,0.49586776,0.5247934,0.5413223,0.5413223,0.55785125,0.43801653,0.18181819,0.17768595,0.16115703,0.19421488,0.23966943,0.2892562,0.3264463,0.3553719,0.3553719,0.15289256,0.14049587,0.1446281,0.14876033,0.10743801,0.2231405,0.58677685,0.6528926,0.661157,0.6528926,0.61570245,0.6280992,0.62396693,0.6487603,0.62396693,0.677686,0.6735537,0.6446281,0.6487603,0.661157,0.6487603,0.6487603,0.6280992,0.607438,0.55785125,0.5495868,0.57438016,0.5785124,0.5413223,0.5661157,0.5413223,0.53305787,0.5247934,0.49173555,0.47933885,0.49173555,0.48347107,0.46280992,0.4752066,0.49586776,0.5,0.5,0.5123967,0.5289256,0.5247934,0.5041322,0.5041322,0.49173555,0.5,0.5123967,0.5206612,0.5371901,0.5413223,0.5165289,0.23966943,0.15289256,0.15289256,0.16115703,0.20661157,0.23966943,0.2892562,0.30991736,0.3429752,0.37603307,0.14876033,0.1570248,0.14049587,0.14876033,0.11157025,0.21487603,0.61570245,0.6528926,0.6652893,0.6818182,0.6363636,0.58677685,0.59090906,0.6198347,0.6198347,0.6570248,0.6446281,0.6280992,0.6404959,0.6694215,0.6528926,0.6735537,0.6528926,0.6404959,0.59504133,0.61157024,0.61570245,0.58264464,0.5785124,0.55785125,0.5371901,0.5123967,0.5041322,0.4876033,0.48347107,0.49173555,0.48347107,0.5,0.5041322,0.5082645,0.5041322,0.5,0.5123967,0.5289256,0.5206612,0.5041322,0.49586776,0.4876033,0.49173555,0.5,0.5123967,0.5123967,0.5247934,0.35123968,0.11570248,0.14876033,0.11983471,0.1322314,0.17355372,0.1983471,0.24380165,0.29338843,0.2892562,0.27272728,0.1446281,0.14049587,0.1446281,0.1446281,0.10743801,0.2107438,0.6280992,0.6487603,0.6652893,0.677686,0.677686,0.59090906,0.5413223,0.5785124,0.59504133,0.607438,0.61157024,0.60330576,0.6322314,0.6446281,0.6652893,0.6735537,0.6570248,0.6363636,0.61157024,0.61570245,0.59917355,0.59917355,0.58677685,0.5413223,0.54545456,0.53305787,0.5206612,0.5123967,0.4876033,0.47933885,0.47107437,0.5041322,0.5206612,0.5165289,0.5165289,0.5123967,0.5,0.5123967,0.5082645,0.5123967,0.49586776,0.4876033,0.4752066,0.49173555,0.49173555,0.5165289,0.45867768,0.1694215,0.09090909,0.11570248,0.12396694,0.10330579,0.12809917,0.1570248,0.17355372,0.19008264,0.2107438,0.1446281,0.14876033,0.13636364,0.1446281,0.14049587,0.10743801,0.17355372,0.6363636,0.6322314,0.661157,0.6735537,0.6818182,0.661157,0.5123967,0.5247934,0.57438016,0.57024795,0.59504133,0.62396693,0.6280992,0.6446281,0.6446281,0.6363636,0.6446281,0.6322314,0.61570245,0.6198347,0.59917355,0.58677685,0.5495868,0.55785125,0.54545456,0.5495868,0.5206612,0.5041322,0.47107437,0.47107437,0.46694216,0.47933885,0.49173555,0.5123967,0.49173555,0.5247934,0.5165289,0.49173555,0.5082645,0.5082645,0.5041322,0.48347107,0.4752066,0.44214877,0.46694216,0.5165289,0.38842976,0.09504132,0.10743801,0.11570248,0.11157025,0.09917355,0.09917355,0.11983471,0.11983471,0.1322314,0.14876033,0.12396694,0.1570248,0.1322314,0.14049587,0.1446281,0.10330579,0.11570248,0.607438,0.6487603,0.6404959,0.6694215,0.6694215,0.6942149,0.6528926,0.47107437,0.5495868,0.5661157,0.607438,0.6322314,0.61157024,0.62396693,0.60330576,0.62396693,0.607438,0.58677685,0.58264464,0.5785124,0.57024795,0.5413223,0.5165289,0.5247934,0.49173555,0.48347107,0.446281,0.45041323,0.44214877,0.446281,0.47933885,0.46280992,0.4752066,0.49173555,0.5041322,0.49173555,0.5,0.48347107,0.49586776,0.48347107,0.5165289,0.4752066,0.45041323,0.4214876,0.44214877,0.5123967,0.34710744,0.0785124,0.11983471,0.09504132,0.11983471,0.11157025,0.09090909,0.10330579,0.10330579,0.12396694,0.1322314,0.11570248,31 +0.47107437,0.55785125,0.6446281,0.5785124,0.4090909,0.60330576,0.74380165,0.8181818,0.8347107,0.8347107,0.8471074,0.8429752,0.838843,0.8140496,0.8057851,0.8016529,0.7933884,0.7933884,0.78512394,0.74380165,0.73140496,0.74380165,0.71487606,0.69008267,0.6570248,0.6652893,0.6570248,0.6322314,0.6404959,0.6363636,0.6280992,0.6404959,0.6528926,0.661157,0.6735537,0.6859504,0.6859504,0.6694215,0.6652893,0.6694215,0.6363636,0.6446281,0.6446281,0.6570248,0.6570248,0.6528926,0.6570248,0.6570248,0.6487603,0.6404959,0.6322314,0.60330576,0.6363636,0.6446281,0.6363636,0.6322314,0.61157024,0.60330576,0.58264464,0.5495868,0.5371901,0.5371901,0.5082645,0.5041322,0.5165289,0.59917355,0.6404959,0.42975205,0.5413223,0.6983471,0.80991733,0.8347107,0.838843,0.8429752,0.838843,0.8305785,0.8140496,0.7933884,0.7892562,0.78512394,0.76859504,0.77272725,0.8016529,0.74793386,0.73140496,0.74793386,0.74380165,0.72727275,0.70247936,0.6983471,0.6818182,0.6570248,0.661157,0.6570248,0.6404959,0.6487603,0.6859504,0.6735537,0.69008267,0.6942149,0.7066116,0.70247936,0.70247936,0.6983471,0.6694215,0.677686,0.6735537,0.6694215,0.6694215,0.6570248,0.6528926,0.6487603,0.6404959,0.6363636,0.6322314,0.58677685,0.62396693,0.6404959,0.6446281,0.6322314,0.62396693,0.61157024,0.59504133,0.57024795,0.5413223,0.5495868,0.5371901,0.5165289,0.56198347,0.6404959,0.5247934,0.46280992,0.62396693,0.76859504,0.8471074,0.838843,0.8429752,0.8429752,0.8264463,0.8016529,0.79752064,0.78099173,0.76859504,0.79752064,0.77272725,0.76033056,0.7892562,0.74793386,0.73140496,0.74793386,0.74380165,0.7355372,0.71900827,0.71900827,0.7107438,0.69008267,0.677686,0.6942149,0.661157,0.6528926,0.71900827,0.70247936,0.6983471,0.7066116,0.73140496,0.71900827,0.71900827,0.71487606,0.6818182,0.6735537,0.69008267,0.6694215,0.661157,0.6487603,0.6487603,0.6404959,0.6322314,0.6363636,0.62396693,0.59090906,0.61157024,0.62396693,0.6322314,0.6446281,0.6280992,0.61157024,0.607438,0.5785124,0.55785125,0.5495868,0.55785125,0.5371901,0.5785124,0.60330576,0.46694216,0.5495868,0.6735537,0.8181818,0.8512397,0.8512397,0.8471074,0.838843,0.8016529,0.7644628,0.76033056,0.69008267,0.71487606,0.78099173,0.7231405,0.7231405,0.73966944,0.7231405,0.7107438,0.72727275,0.7231405,0.7066116,0.70247936,0.70247936,0.71487606,0.7066116,0.6983471,0.7107438,0.69008267,0.6570248,0.73140496,0.71900827,0.70247936,0.7107438,0.7231405,0.7107438,0.71487606,0.7066116,0.6735537,0.6735537,0.69008267,0.6570248,0.6570248,0.6487603,0.6322314,0.6363636,0.62396693,0.60330576,0.6198347,0.59917355,0.59090906,0.59504133,0.61570245,0.6487603,0.6322314,0.61570245,0.6280992,0.58677685,0.55785125,0.55785125,0.56198347,0.553719,0.57024795,0.5371901,0.5041322,0.6404959,0.72727275,0.8512397,0.8471074,0.8553719,0.8305785,0.8264463,0.7768595,0.71900827,0.6859504,0.607438,0.6363636,0.6446281,0.57438016,0.5785124,0.58677685,0.58264464,0.607438,0.6528926,0.6363636,0.6528926,0.6487603,0.677686,0.7066116,0.7107438,0.7066116,0.71487606,0.6694215,0.6528926,0.72727275,0.7107438,0.7107438,0.6983471,0.7066116,0.6983471,0.6983471,0.6818182,0.6487603,0.6652893,0.6570248,0.6322314,0.6198347,0.61157024,0.58264464,0.5661157,0.53305787,0.553719,0.57024795,0.58677685,0.58264464,0.57438016,0.59504133,0.6322314,0.6404959,0.6322314,0.6280992,0.607438,0.553719,0.5413223,0.58264464,0.57438016,0.55785125,0.49586776,0.55785125,0.69008267,0.78512394,0.8512397,0.8429752,0.8595041,0.80991733,0.77272725,0.74793386,0.70247936,0.6363636,0.62396693,0.6280992,0.57024795,0.56198347,0.5247934,0.4752066,0.46694216,0.5206612,0.54545456,0.53305787,0.56198347,0.5661157,0.6404959,0.6983471,0.71487606,0.70247936,0.7231405,0.6363636,0.6404959,0.7107438,0.7066116,0.71487606,0.69008267,0.6983471,0.6735537,0.661157,0.6570248,0.62396693,0.61157024,0.553719,0.5371901,0.5165289,0.48347107,0.4752066,0.44214877,0.43801653,0.446281,0.48347107,0.5082645,0.553719,0.56198347,0.56198347,0.58264464,0.62396693,0.6322314,0.6322314,0.61570245,0.553719,0.5165289,0.58264464,0.61570245,0.5413223,0.49173555,0.57438016,0.74380165,0.8140496,0.8305785,0.8429752,0.8429752,0.78099173,0.76033056,0.75619835,0.75206614,0.7355372,0.72727275,0.73140496,0.6983471,0.661157,0.6280992,0.55785125,0.5082645,0.5247934,0.5206612,0.5165289,0.5123967,0.5289256,0.60330576,0.69008267,0.71900827,0.6859504,0.69008267,0.61157024,0.6487603,0.70247936,0.70247936,0.6983471,0.6694215,0.6694215,0.6446281,0.6280992,0.6198347,0.5785124,0.5082645,0.44214877,0.4090909,0.3966942,0.3966942,0.38429752,0.37603307,0.38842976,0.4338843,0.4752066,0.5371901,0.55785125,0.5371901,0.53305787,0.5413223,0.5785124,0.6280992,0.607438,0.6280992,0.56198347,0.53305787,0.5661157,0.59917355,0.5123967,0.5,0.6322314,0.78099173,0.822314,0.822314,0.8471074,0.8016529,0.77272725,0.7933884,0.8016529,0.8140496,0.8264463,0.78099173,0.75206614,0.7231405,0.69008267,0.6694215,0.6652893,0.61570245,0.60330576,0.57438016,0.5495868,0.53305787,0.53305787,0.607438,0.6735537,0.7107438,0.677686,0.6818182,0.59504133,0.6528926,0.6859504,0.6735537,0.677686,0.6404959,0.6322314,0.61570245,0.58677685,0.57438016,0.5041322,0.45867768,0.37603307,0.3677686,0.38842976,0.41322315,0.42561984,0.45041323,0.5206612,0.56198347,0.60330576,0.59917355,0.59504133,0.56198347,0.5413223,0.5371901,0.553719,0.61157024,0.59504133,0.6322314,0.5785124,0.5371901,0.5661157,0.58264464,0.42975205,0.47933885,0.6859504,0.822314,0.8140496,0.8181818,0.8347107,0.77272725,0.79752064,0.8264463,0.838843,0.8471074,0.8181818,0.75619835,0.6983471,0.661157,0.6446281,0.6404959,0.6487603,0.6694215,0.661157,0.6363636,0.61570245,0.61157024,0.59090906,0.61570245,0.6694215,0.6983471,0.6859504,0.677686,0.59917355,0.6487603,0.677686,0.6570248,0.6487603,0.62396693,0.6198347,0.59917355,0.55785125,0.5206612,0.47107437,0.45454547,0.3966942,0.42975205,0.45867768,0.48347107,0.5041322,0.5247934,0.57438016,0.60330576,0.6363636,0.6322314,0.6363636,0.61157024,0.607438,0.58677685,0.56198347,0.57438016,0.59090906,0.6322314,0.58677685,0.53305787,0.55785125,0.57438016,0.41322315,0.5413223,0.7355372,0.838843,0.8140496,0.8181818,0.8016529,0.7768595,0.8347107,0.8677686,0.8471074,0.8305785,0.7768595,0.6983471,0.6198347,0.6198347,0.6198347,0.6198347,0.6363636,0.6735537,0.69008267,0.6652893,0.6404959,0.6570248,0.6363636,0.6528926,0.6942149,0.7107438,0.70247936,0.6859504,0.6404959,0.6446281,0.6735537,0.6735537,0.6363636,0.59917355,0.59917355,0.58264464,0.5495868,0.5,0.4876033,0.49173555,0.4752066,0.5123967,0.53305787,0.56198347,0.57024795,0.55785125,0.57024795,0.59504133,0.61157024,0.61157024,0.6280992,0.6363636,0.6694215,0.6528926,0.59504133,0.57024795,0.5785124,0.6322314,0.60330576,0.5371901,0.54545456,0.57438016,0.47933885,0.61157024,0.78099173,0.8347107,0.8140496,0.8057851,0.78512394,0.7933884,0.8512397,0.8595041,0.8181818,0.7892562,0.71487606,0.6652893,0.6446281,0.69008267,0.6942149,0.69008267,0.677686,0.69008267,0.7066116,0.6983471,0.6487603,0.6652893,0.6570248,0.677686,0.71487606,0.74793386,0.74380165,0.71487606,0.6818182,0.6652893,0.677686,0.6983471,0.62396693,0.59090906,0.59090906,0.58264464,0.56198347,0.5206612,0.5,0.5123967,0.553719,0.59090906,0.61157024,0.6446281,0.6446281,0.6198347,0.62396693,0.62396693,0.59917355,0.58677685,0.59504133,0.6322314,0.6694215,0.6859504,0.6487603,0.607438,0.55785125,0.6280992,0.61570245,0.5371901,0.5371901,0.5661157,0.5371901,0.661157,0.8057851,0.822314,0.80991733,0.79752064,0.7933884,0.8140496,0.8429752,0.8305785,0.78512394,0.72727275,0.72727275,0.73140496,0.75619835,0.78099173,0.75619835,0.73966944,0.7107438,0.6983471,0.6942149,0.70247936,0.6735537,0.6487603,0.6404959,0.6363636,0.70247936,0.78099173,0.8057851,0.76033056,0.70247936,0.69008267,0.6942149,0.69008267,0.62396693,0.61570245,0.61570245,0.60330576,0.5495868,0.47107437,0.49586776,0.58264464,0.6363636,0.6652893,0.6487603,0.6694215,0.6818182,0.6818182,0.6735537,0.661157,0.6446281,0.607438,0.59917355,0.62396693,0.6404959,0.6942149,0.6983471,0.6528926,0.5661157,0.61570245,0.61570245,0.5495868,0.5165289,0.54545456,0.56198347,0.7107438,0.822314,0.8181818,0.79752064,0.79752064,0.8057851,0.8305785,0.8347107,0.8057851,0.7644628,0.73966944,0.7892562,0.8016529,0.822314,0.8016529,0.76859504,0.73140496,0.6942149,0.677686,0.661157,0.6735537,0.677686,0.6363636,0.60330576,0.57024795,0.6528926,0.76859504,0.8347107,0.80991733,0.7355372,0.71487606,0.71900827,0.6818182,0.6363636,0.6363636,0.661157,0.59917355,0.43801653,0.44214877,0.58264464,0.661157,0.6652893,0.6694215,0.6404959,0.6652893,0.6859504,0.70247936,0.6859504,0.6694215,0.6735537,0.6735537,0.6570248,0.6404959,0.6487603,0.6735537,0.71487606,0.7107438,0.58264464,0.59917355,0.6280992,0.56198347,0.5041322,0.5123967,0.59504133,0.7644628,0.822314,0.8181818,0.78512394,0.78512394,0.8140496,0.8347107,0.8181818,0.7933884,0.76859504,0.8057851,0.8429752,0.8429752,0.8140496,0.75206614,0.6859504,0.61570245,0.59090906,0.5661157,0.5413223,0.58264464,0.607438,0.6446281,0.59917355,0.5413223,0.59090906,0.7355372,0.8347107,0.8347107,0.7768595,0.7231405,0.7066116,0.6818182,0.6280992,0.6570248,0.677686,0.4752066,0.39256197,0.5123967,0.60330576,0.6404959,0.59504133,0.56198347,0.5123967,0.5495868,0.61570245,0.677686,0.6983471,0.6694215,0.6694215,0.6818182,0.6735537,0.6404959,0.6487603,0.6735537,0.6818182,0.70247936,0.59504133,0.59504133,0.62396693,0.57438016,0.5082645,0.49173555,0.6735537,0.8057851,0.8140496,0.80991733,0.77272725,0.8016529,0.8264463,0.838843,0.80991733,0.78512394,0.8057851,0.8512397,0.8677686,0.8305785,0.73140496,0.6198347,0.53305787,0.49586776,0.4876033,0.49586776,0.49173555,0.47107437,0.5247934,0.59917355,0.58677685,0.5413223,0.56198347,0.70247936,0.80991733,0.8347107,0.80991733,0.74793386,0.71487606,0.6652893,0.6528926,0.6859504,0.59917355,0.37190083,0.44214877,0.54545456,0.5247934,0.5247934,0.48347107,0.4752066,0.4752066,0.47107437,0.45867768,0.46280992,0.48347107,0.5165289,0.6363636,0.7107438,0.6859504,0.6735537,0.6322314,0.6404959,0.6446281,0.6528926,0.6198347,0.59504133,0.607438,0.56198347,0.5165289,0.47107437,0.75619835,0.8140496,0.8057851,0.8057851,0.76859504,0.8140496,0.8305785,0.8347107,0.8140496,0.7933884,0.8264463,0.8471074,0.8595041,0.6942149,0.49586776,0.35123968,0.2644628,0.29338843,0.30578512,0.2768595,0.3966942,0.43801653,0.48347107,0.5371901,0.57024795,0.56198347,0.59090906,0.7066116,0.78099173,0.8181818,0.8181818,0.7231405,0.6735537,0.62396693,0.6652893,0.6735537,0.55785125,0.41322315,0.47933885,0.5165289,0.46280992,0.46280992,0.43801653,0.4338843,0.36363637,0.2892562,0.2520661,0.29338843,0.21487603,0.30165288,0.4214876,0.553719,0.69008267,0.70247936,0.6446281,0.6198347,0.6487603,0.6694215,0.6322314,0.58677685,0.61570245,0.5661157,0.5247934,0.48347107,0.76033056,0.8140496,0.8057851,0.8057851,0.7644628,0.822314,0.8264463,0.822314,0.8140496,0.8140496,0.8181818,0.8057851,0.6818182,0.3677686,0.39256197,0.38429752,0.18595041,0.21900827,0.3140496,0.23966943,0.36363637,0.3429752,0.40495867,0.5,0.60330576,0.607438,0.6404959,0.6983471,0.76859504,0.78512394,0.7933884,0.6983471,0.6528926,0.61157024,0.6404959,0.6446281,0.58677685,0.49173555,0.5165289,0.5,0.45867768,0.41322315,0.34710744,0.35123968,0.27272728,0.23140496,0.2520661,0.22727273,0.18181819,0.18595041,0.29752067,0.3553719,0.5413223,0.6818182,0.661157,0.6322314,0.6570248,0.6735537,0.6198347,0.58264464,0.61157024,0.56198347,0.53305787,0.5041322,0.7644628,0.8181818,0.8057851,0.8057851,0.75619835,0.8305785,0.8264463,0.8347107,0.8181818,0.8140496,0.7768595,0.661157,0.38429752,0.47107437,0.39256197,0.41735536,0.2603306,0.23966943,0.33471075,0.32231405,0.46280992,0.40082645,0.34710744,0.42975205,0.607438,0.6818182,0.73140496,0.73140496,0.7644628,0.76033056,0.74793386,0.6570248,0.6322314,0.607438,0.607438,0.61570245,0.59917355,0.56198347,0.58677685,0.5413223,0.42975205,0.338843,0.29752067,0.39256197,0.37190083,0.28512397,0.2768595,0.16115703,0.22727273,0.2107438,0.46280992,0.25619835,0.3429752,0.5661157,0.6528926,0.6487603,0.661157,0.6859504,0.61570245,0.57438016,0.61157024,0.5785124,0.5413223,0.53305787,0.74793386,0.8140496,0.80991733,0.7933884,0.76033056,0.822314,0.8264463,0.838843,0.8181818,0.8016529,0.6818182,0.5661157,0.47933885,0.6694215,0.45867768,0.45041323,0.42975205,0.41322315,0.45041323,0.46694216,0.5289256,0.53305787,0.5041322,0.5082645,0.61570245,0.6735537,0.74380165,0.76033056,0.7644628,0.73966944,0.74793386,0.6818182,0.6280992,0.60330576,0.59504133,0.59090906,0.607438,0.58677685,0.58677685,0.5785124,0.5123967,0.42975205,0.42975205,0.47933885,0.47933885,0.4090909,0.41735536,0.33471075,0.33471075,0.3140496,0.49586776,0.3677686,0.30991736,0.44214877,0.59090906,0.6652893,0.69008267,0.6942149,0.607438,0.58677685,0.61570245,0.59090906,0.5413223,0.5413223,0.7355372,0.8140496,0.8181818,0.7892562,0.77272725,0.8140496,0.8264463,0.822314,0.7892562,0.76033056,0.661157,0.6983471,0.72727275,0.76033056,0.6487603,0.607438,0.58264464,0.60330576,0.6280992,0.62396693,0.6280992,0.61157024,0.58677685,0.58264464,0.6280992,0.6570248,0.74380165,0.76033056,0.76033056,0.7355372,0.76859504,0.71487606,0.6363636,0.62396693,0.607438,0.5785124,0.607438,0.60330576,0.5661157,0.58677685,0.57024795,0.54545456,0.5289256,0.5413223,0.57024795,0.5495868,0.5785124,0.49586776,0.45041323,0.4876033,0.56198347,0.5082645,0.5041322,0.4752066,0.53305787,0.6528926,0.6735537,0.677686,0.61570245,0.59917355,0.61570245,0.59917355,0.55785125,0.5247934,0.73140496,0.8140496,0.822314,0.7933884,0.79752064,0.80991733,0.8305785,0.8140496,0.77272725,0.76033056,0.74380165,0.77272725,0.80991733,0.8305785,0.7768595,0.76859504,0.71900827,0.71900827,0.71900827,0.6652893,0.62396693,0.62396693,0.6280992,0.6280992,0.6487603,0.7107438,0.76033056,0.74380165,0.75619835,0.75206614,0.7644628,0.74380165,0.661157,0.6363636,0.61570245,0.57438016,0.607438,0.61570245,0.60330576,0.58264464,0.58264464,0.5785124,0.57024795,0.56198347,0.55785125,0.57024795,0.61157024,0.57438016,0.5661157,0.59504133,0.6528926,0.6322314,0.61570245,0.5785124,0.55785125,0.60330576,0.6198347,0.6735537,0.6487603,0.59917355,0.607438,0.60330576,0.5661157,0.5206612,0.73140496,0.8057851,0.8181818,0.8057851,0.8140496,0.80991733,0.8471074,0.7892562,0.78512394,0.79752064,0.7892562,0.7892562,0.822314,0.78099173,0.80991733,0.79752064,0.75206614,0.7066116,0.6322314,0.6280992,0.6694215,0.6942149,0.6694215,0.69008267,0.73140496,0.7768595,0.76859504,0.76033056,0.7644628,0.7355372,0.75619835,0.76859504,0.6983471,0.6280992,0.607438,0.5785124,0.61570245,0.61157024,0.6198347,0.6280992,0.60330576,0.607438,0.6198347,0.6363636,0.58677685,0.5495868,0.59090906,0.59504133,0.6198347,0.61570245,0.6652893,0.6694215,0.6652893,0.6570248,0.6322314,0.61570245,0.61570245,0.6528926,0.6322314,0.59504133,0.607438,0.59917355,0.5495868,0.5289256,0.7231405,0.8057851,0.8181818,0.8016529,0.822314,0.8140496,0.838843,0.7933884,0.80991733,0.8181818,0.8140496,0.80991733,0.8181818,0.79752064,0.78099173,0.73140496,0.7107438,0.7066116,0.69008267,0.7231405,0.7231405,0.6942149,0.6983471,0.72727275,0.79752064,0.79752064,0.7644628,0.7933884,0.7644628,0.7355372,0.7644628,0.76033056,0.70247936,0.6404959,0.59504133,0.59504133,0.62396693,0.6198347,0.61157024,0.6487603,0.6446281,0.6322314,0.6404959,0.6570248,0.6652893,0.6570248,0.61157024,0.58264464,0.6363636,0.6487603,0.6652893,0.6694215,0.6652893,0.677686,0.677686,0.6570248,0.6363636,0.6528926,0.6818182,0.607438,0.60330576,0.59504133,0.5289256,0.5,0.7231405,0.8057851,0.8181818,0.8016529,0.822314,0.8264463,0.8305785,0.822314,0.8140496,0.8181818,0.8181818,0.822314,0.8057851,0.7768595,0.76859504,0.77272725,0.74380165,0.75206614,0.7355372,0.71900827,0.7066116,0.7231405,0.74380165,0.77272725,0.8181818,0.78099173,0.7892562,0.79752064,0.75206614,0.75619835,0.76033056,0.74380165,0.73140496,0.6652893,0.59917355,0.59090906,0.607438,0.6528926,0.6322314,0.6570248,0.6446281,0.6694215,0.6280992,0.6570248,0.661157,0.6652893,0.6570248,0.6363636,0.62396693,0.6280992,0.62396693,0.6694215,0.6735537,0.677686,0.6694215,0.661157,0.6570248,0.6528926,0.677686,0.6363636,0.59917355,0.59917355,0.5,0.4752066,0.71487606,0.8140496,0.79752064,0.8016529,0.822314,0.8264463,0.822314,0.8305785,0.8181818,0.8140496,0.8057851,0.80991733,0.8016529,0.7933884,0.7892562,0.7768595,0.75206614,0.74793386,0.73140496,0.71900827,0.71900827,0.75619835,0.76033056,0.78512394,0.8181818,0.78512394,0.8057851,0.7892562,0.73966944,0.7644628,0.7644628,0.70247936,0.7231405,0.69008267,0.61570245,0.59090906,0.59090906,0.6528926,0.6528926,0.6528926,0.6446281,0.6570248,0.6528926,0.661157,0.6570248,0.6694215,0.6983471,0.6652893,0.6528926,0.6570248,0.6487603,0.6404959,0.6487603,0.6694215,0.6652893,0.6652893,0.6652893,0.661157,0.69008267,0.6446281,0.607438,0.59917355,0.49586776,0.45454547,0.7231405,0.822314,0.8016529,0.8016529,0.8140496,0.8264463,0.8347107,0.8429752,0.838843,0.80991733,0.8016529,0.8016529,0.79752064,0.7892562,0.78512394,0.7768595,0.76033056,0.74380165,0.73966944,0.7355372,0.74380165,0.74793386,0.75206614,0.78099173,0.8305785,0.7933884,0.8016529,0.7644628,0.7355372,0.78099173,0.74380165,0.69008267,0.73140496,0.7107438,0.61157024,0.59090906,0.58264464,0.6280992,0.661157,0.6487603,0.62396693,0.6404959,0.6446281,0.661157,0.6487603,0.6735537,0.70247936,0.6652893,0.6570248,0.6363636,0.661157,0.6528926,0.6487603,0.661157,0.661157,0.661157,0.6694215,0.6694215,0.69008267,0.6652893,0.607438,0.59504133,0.5123967,0.45041323,0.74380165,0.80991733,0.7933884,0.80991733,0.80991733,0.8347107,0.838843,0.8471074,0.8471074,0.822314,0.8140496,0.8057851,0.79752064,0.76859504,0.7644628,0.7768595,0.75619835,0.7355372,0.72727275,0.72727275,0.74793386,0.74380165,0.75619835,0.78512394,0.838843,0.8016529,0.78099173,0.74380165,0.7644628,0.8181818,0.73140496,0.6694215,0.73140496,0.71900827,0.607438,0.59504133,0.607438,0.607438,0.6570248,0.661157,0.62396693,0.6363636,0.6446281,0.6652893,0.6404959,0.6487603,0.6652893,0.6694215,0.6487603,0.6446281,0.6570248,0.6446281,0.6446281,0.661157,0.6570248,0.6652893,0.677686,0.6735537,0.6859504,0.6694215,0.59917355,0.59504133,0.5247934,0.45867768,0.76033056,0.80991733,0.78099173,0.8057851,0.8140496,0.8305785,0.8471074,0.8512397,0.8553719,0.838843,0.8264463,0.8305785,0.80991733,0.76859504,0.76033056,0.7644628,0.74380165,0.7355372,0.7231405,0.72727275,0.74793386,0.7355372,0.75206614,0.7892562,0.8140496,0.77272725,0.76859504,0.74380165,0.7768595,0.8057851,0.71487606,0.6280992,0.6446281,0.6652893,0.60330576,0.61157024,0.661157,0.61570245,0.6280992,0.59504133,0.62396693,0.6322314,0.6404959,0.6694215,0.6446281,0.6446281,0.6446281,0.6446281,0.6404959,0.6528926,0.6528926,0.6487603,0.6446281,0.6570248,0.6570248,0.677686,0.6859504,0.6735537,0.6942149,0.6735537,0.59917355,0.59504133,0.56198347,0.49586776,0.76033056,0.8140496,0.7768595,0.79752064,0.80991733,0.8305785,0.8347107,0.8471074,0.8595041,0.8512397,0.8471074,0.8429752,0.8140496,0.79752064,0.7768595,0.76033056,0.7355372,0.74793386,0.7355372,0.73966944,0.7355372,0.72727275,0.73966944,0.7644628,0.73966944,0.7644628,0.77272725,0.71487606,0.69008267,0.70247936,0.6818182,0.58264464,0.553719,0.56198347,0.553719,0.59090906,0.62396693,0.59090906,0.6280992,0.5247934,0.553719,0.6322314,0.6322314,0.6735537,0.6694215,0.661157,0.6446281,0.6322314,0.6446281,0.6446281,0.6404959,0.6446281,0.6487603,0.6694215,0.6652893,0.6859504,0.6942149,0.69008267,0.7066116,0.661157,0.59917355,0.59504133,0.5785124,0.49586776,0.73966944,0.80991733,0.7768595,0.7933884,0.8057851,0.8347107,0.8305785,0.8429752,0.8595041,0.8553719,0.8595041,0.8471074,0.8264463,0.8140496,0.78512394,0.77272725,0.73966944,0.75206614,0.74380165,0.74380165,0.73140496,0.7107438,0.7066116,0.6942149,0.6859504,0.8016529,0.75206614,0.661157,0.6404959,0.6570248,0.62396693,0.5082645,0.4876033,0.47933885,0.46694216,0.5413223,0.5413223,0.5247934,0.61570245,0.58264464,0.46280992,0.61157024,0.61570245,0.677686,0.6983471,0.677686,0.6570248,0.6487603,0.6487603,0.6487603,0.6322314,0.6322314,0.6404959,0.6652893,0.6652893,0.677686,0.6983471,0.6983471,0.7355372,0.6404959,0.59504133,0.59917355,0.5785124,0.42561984,0.69008267,0.8057851,0.7768595,0.78512394,0.80991733,0.8264463,0.8264463,0.8347107,0.8512397,0.8595041,0.8595041,0.8429752,0.8264463,0.8429752,0.7933884,0.7768595,0.7644628,0.75206614,0.73966944,0.7231405,0.71487606,0.677686,0.6652893,0.61570245,0.6859504,0.7768595,0.61570245,0.44214877,0.40495867,0.59090906,0.57024795,0.42975205,0.3966942,0.38429752,0.4090909,0.5123967,0.41322315,0.38429752,0.5206612,0.6404959,0.446281,0.5661157,0.59917355,0.6570248,0.70247936,0.6983471,0.661157,0.6570248,0.6570248,0.6446281,0.6446281,0.6404959,0.6446281,0.6487603,0.6652893,0.6818182,0.6983471,0.71487606,0.74380165,0.6404959,0.57438016,0.607438,0.54545456,0.34710744,0.6280992,0.8016529,0.7768595,0.77272725,0.8140496,0.822314,0.822314,0.8181818,0.838843,0.8512397,0.8429752,0.8471074,0.8305785,0.822314,0.80991733,0.78099173,0.75619835,0.73140496,0.71900827,0.7066116,0.6818182,0.6280992,0.607438,0.57024795,0.6735537,0.7107438,0.4214876,0.17768595,0.09917355,0.45867768,0.59090906,0.4090909,0.35950413,0.34710744,0.43801653,0.40495867,0.12396694,0.13636364,0.38429752,0.59504133,0.46280992,0.5,0.55785125,0.607438,0.661157,0.69008267,0.6446281,0.62396693,0.6570248,0.6198347,0.6363636,0.6570248,0.6570248,0.6487603,0.6735537,0.6983471,0.71900827,0.7355372,0.72727275,0.6363636,0.57024795,0.59090906,0.46280992,0.2892562,0.6528926,0.7933884,0.7644628,0.76859504,0.8016529,0.8305785,0.80991733,0.822314,0.838843,0.838843,0.8471074,0.8471074,0.8471074,0.8181818,0.8140496,0.77272725,0.75206614,0.71900827,0.6735537,0.6570248,0.6322314,0.58677685,0.54545456,0.58677685,0.6487603,0.6818182,0.3966942,0.23553719,0.33471075,0.59917355,0.6363636,0.5041322,0.338843,0.40082645,0.48347107,0.38429752,0.1446281,0.11570248,0.3305785,0.5165289,0.446281,0.46694216,0.5082645,0.55785125,0.60330576,0.6322314,0.607438,0.59090906,0.62396693,0.61157024,0.6363636,0.6652893,0.6652893,0.6528926,0.6818182,0.7066116,0.71900827,0.74793386,0.7231405,0.61570245,0.55785125,0.57438016,0.3429752,0.22727273,0.71900827,0.76859504,0.75206614,0.75206614,0.8016529,0.8181818,0.8016529,0.80991733,0.822314,0.8347107,0.8512397,0.8471074,0.8347107,0.8264463,0.8057851,0.76033056,0.7355372,0.70247936,0.6487603,0.607438,0.57024795,0.5495868,0.5247934,0.6198347,0.6528926,0.6735537,0.5247934,0.47107437,0.58264464,0.6404959,0.62396693,0.5413223,0.37190083,0.39256197,0.4338843,0.43801653,0.38429752,0.32231405,0.4090909,0.39256197,0.45454547,0.45041323,0.46280992,0.5041322,0.553719,0.58677685,0.59504133,0.58677685,0.60330576,0.59917355,0.62396693,0.6735537,0.6735537,0.6694215,0.6859504,0.71487606,0.72727275,0.7231405,0.6942149,0.6198347,0.553719,0.57438016,0.38016528,0.24380165,0.74380165,0.72727275,0.76033056,0.73966944,0.78099173,0.80991733,0.8016529,0.8016529,0.8016529,0.8181818,0.8429752,0.8347107,0.8305785,0.8181818,0.78099173,0.75206614,0.6983471,0.6818182,0.62396693,0.5661157,0.5371901,0.5041322,0.5289256,0.677686,0.71900827,0.6942149,0.6322314,0.5661157,0.60330576,0.661157,0.58677685,0.38016528,0.33471075,0.3305785,0.38429752,0.46694216,0.45867768,0.43801653,0.40495867,0.3553719,0.46280992,0.4876033,0.4338843,0.45454547,0.5123967,0.5413223,0.56198347,0.58264464,0.57024795,0.57024795,0.607438,0.6363636,0.69008267,0.70247936,0.70247936,0.7107438,0.71487606,0.6983471,0.6735537,0.607438,0.5413223,0.5785124,0.5371901,0.3429752,0.74380165,0.7107438,0.74380165,0.73966944,0.76033056,0.7933884,0.7933884,0.7933884,0.79752064,0.8057851,0.8305785,0.8140496,0.822314,0.79752064,0.77272725,0.74380165,0.661157,0.6280992,0.5785124,0.53305787,0.49173555,0.48347107,0.62396693,0.7355372,0.76859504,0.73140496,0.71900827,0.69008267,0.6735537,0.677686,0.5289256,0.26859504,0.24380165,0.34710744,0.4090909,0.53305787,0.56198347,0.553719,0.5041322,0.45867768,0.47107437,0.5,0.47107437,0.42561984,0.47107437,0.5206612,0.5371901,0.553719,0.553719,0.553719,0.59090906,0.6198347,0.6818182,0.71487606,0.7231405,0.70247936,0.6983471,0.677686,0.6570248,0.58264464,0.53305787,0.60330576,0.59090906,0.35950413,0.6280992,0.74380165,0.71900827,0.73966944,0.75206614,0.77272725,0.78512394,0.7933884,0.8016529,0.79752064,0.8140496,0.8016529,0.80991733,0.7768595,0.7644628,0.71487606,0.6570248,0.60330576,0.54545456,0.5123967,0.47107437,0.553719,0.7355372,0.7644628,0.7768595,0.75619835,0.74380165,0.71487606,0.69008267,0.6818182,0.5289256,0.3264463,0.32231405,0.46694216,0.4876033,0.5661157,0.59090906,0.58677685,0.5785124,0.5247934,0.47933885,0.5289256,0.5247934,0.44214877,0.43801653,0.48347107,0.49586776,0.5289256,0.53305787,0.5413223,0.56198347,0.61157024,0.6446281,0.7107438,0.7107438,0.6942149,0.6694215,0.6487603,0.6363636,0.55785125,0.5413223,0.6322314,0.53305787,0.338843,0.4214876,0.7355372,0.71900827,0.73966944,0.73966944,0.76859504,0.78099173,0.78099173,0.7933884,0.78099173,0.7768595,0.7892562,0.8016529,0.75206614,0.73140496,0.6818182,0.6322314,0.57024795,0.5247934,0.4876033,0.5289256,0.6818182,0.78099173,0.76033056,0.75206614,0.73966944,0.73966944,0.71900827,0.7066116,0.6983471,0.61570245,0.49586776,0.5123967,0.58677685,0.5661157,0.57024795,0.5785124,0.57438016,0.58677685,0.5661157,0.5165289,0.53305787,0.54545456,0.49586776,0.44214877,0.44214877,0.46280992,0.49173555,0.5082645,0.5123967,0.5413223,0.58264464,0.61570245,0.6818182,0.6859504,0.6652893,0.6487603,0.6280992,0.6280992,0.54545456,0.553719,0.607438,0.3966942,0.35123968,0.2603306,0.61570245,0.7355372,0.74380165,0.72727275,0.75619835,0.76859504,0.78099173,0.78512394,0.7768595,0.75206614,0.7644628,0.76859504,0.73140496,0.6983471,0.6570248,0.59504133,0.5371901,0.5165289,0.5041322,0.6446281,0.76033056,0.77272725,0.73966944,0.72727275,0.7231405,0.71900827,0.7107438,0.70247936,0.6818182,0.6404959,0.59504133,0.58264464,0.61570245,0.57438016,0.553719,0.57024795,0.56198347,0.57438016,0.5661157,0.57024795,0.5413223,0.54545456,0.5165289,0.47107437,0.4338843,0.44214877,0.45041323,0.48347107,0.5,0.5082645,0.56198347,0.60330576,0.6404959,0.6570248,0.6487603,0.6363636,0.61570245,0.60330576,0.53305787,0.57438016,0.46280992,0.28099173,0.37603307,0.40495867,0.5371901,0.7107438,0.73966944,0.74380165,0.7355372,0.76033056,0.77272725,0.7768595,0.76859504,0.75619835,0.75206614,0.74793386,0.7231405,0.7066116,0.59917355,0.57024795,0.53305787,0.46694216,0.57438016,0.74380165,0.77272725,0.73140496,0.73966944,0.71900827,0.7066116,0.6859504,0.6652893,0.6280992,0.59917355,0.55785125,0.58677685,0.59090906,0.5371901,0.5082645,0.5082645,0.5371901,0.54545456,0.5661157,0.5495868,0.58677685,0.58677685,0.55785125,0.5206612,0.5,0.446281,0.41322315,0.42975205,0.45867768,0.48347107,0.48347107,0.55785125,0.57438016,0.61157024,0.6280992,0.62396693,0.62396693,0.60330576,0.5661157,0.5371901,0.5247934,0.33471075,0.4090909,0.45454547,0.677686,0.607438,0.60330576,0.73966944,0.73966944,0.73140496,0.75619835,0.76033056,0.75619835,0.7644628,0.76033056,0.74380165,0.75206614,0.73140496,0.6983471,0.5165289,0.56198347,0.5247934,0.4338843,0.661157,0.7768595,0.7644628,0.7107438,0.75619835,0.7644628,0.69008267,0.5785124,0.5413223,0.5247934,0.49586776,0.46280992,0.49586776,0.49173555,0.45041323,0.42561984,0.43801653,0.45041323,0.47107437,0.5289256,0.553719,0.57438016,0.59504133,0.59090906,0.54545456,0.5289256,0.48347107,0.42975205,0.41735536,0.45041323,0.44214877,0.5,0.5289256,0.57438016,0.59090906,0.61157024,0.61157024,0.61157024,0.59504133,0.57024795,0.553719,0.5247934,0.49586776,0.5785124,0.47933885,0.56198347,0.55785125,0.59504133,0.71487606,0.74793386,0.73966944,0.71487606,0.76033056,0.75619835,0.7644628,0.74793386,0.7231405,0.75206614,0.71900827,0.6487603,0.56198347,0.58264464,0.5371901,0.58677685,0.73140496,0.7231405,0.7355372,0.74793386,0.6859504,0.59504133,0.53305787,0.5165289,0.45041323,0.41322315,0.46280992,0.41735536,0.45454547,0.42975205,0.3966942,0.38429752,0.34710744,0.36363637,0.39256197,0.41322315,0.47107437,0.57024795,0.59917355,0.61570245,0.58264464,0.54545456,0.5165289,0.45454547,0.43801653,0.43801653,0.45867768,0.4876033,0.53305787,0.56198347,0.58264464,0.59917355,0.61570245,0.61157024,0.59090906,0.5413223,0.56198347,0.54545456,0.5785124,0.5247934,0.4338843,0.47933885,0.553719,0.62396693,0.6983471,0.74380165,0.7355372,0.71487606,0.76033056,0.76033056,0.75206614,0.74793386,0.7355372,0.75206614,0.7107438,0.607438,0.59090906,0.60330576,0.56198347,0.677686,0.7066116,0.70247936,0.7231405,0.553719,0.5123967,0.4752066,0.37603307,0.3264463,0.26859504,0.29752067,0.40495867,0.39256197,0.30991736,0.338843,0.3305785,0.3264463,0.28099173,0.24793388,0.28512397,0.30165288,0.35950413,0.43801653,0.49173555,0.60330576,0.6198347,0.5289256,0.553719,0.4876033,0.44214877,0.43801653,0.4752066,0.5082645,0.553719,0.57024795,0.5785124,0.58264464,0.59917355,0.607438,0.59917355,0.53305787,0.553719,0.5289256,0.5371901,0.5,0.5082645,0.46694216,0.5289256,0.61570245,0.6859504,0.73140496,0.71900827,0.73140496,0.75619835,0.76859504,0.7355372,0.73966944,0.75206614,0.74793386,0.6983471,0.6198347,0.661157,0.59504133,0.607438,0.6859504,0.6446281,0.6694215,0.55785125,0.37190083,0.46280992,0.3140496,0.22727273,0.29338843,0.2520661,0.41735536,0.4876033,0.49173555,0.23140496,0.35950413,0.39256197,0.38016528,0.3553719,0.21487603,0.27272728,0.2107438,0.2520661,0.3181818,0.37603307,0.4214876,0.58677685,0.5123967,0.5413223,0.5247934,0.48347107,0.49173555,0.4876033,0.5123967,0.57024795,0.58677685,0.59504133,0.5785124,0.59504133,0.607438,0.5785124,0.5495868,0.5413223,0.5165289,0.5206612,0.5413223,0.57024795,0.49173555,0.55785125,0.6446281,0.677686,0.71900827,0.73140496,0.73140496,0.76859504,0.77272725,0.7355372,0.73966944,0.76859504,0.76859504,0.69008267,0.677686,0.6859504,0.607438,0.6404959,0.6404959,0.57024795,0.5041322,0.3305785,0.33471075,0.3264463,0.23966943,0.2768595,0.48347107,0.40495867,0.6322314,0.6570248,0.72727275,0.37603307,0.59090906,0.6446281,0.5206612,0.5785124,0.4090909,0.5413223,0.27272728,0.21487603,0.1983471,0.3429752,0.2644628,0.40082645,0.46280992,0.5082645,0.5289256,0.5082645,0.53305787,0.49173555,0.5123967,0.57024795,0.59504133,0.5785124,0.57438016,0.59090906,0.59504133,0.57438016,0.56198347,0.5289256,0.5123967,0.55785125,0.58677685,0.5206612,0.5041322,0.60330576,0.6983471,0.6280992,0.6942149,0.74793386,0.7355372,0.7644628,0.7644628,0.7355372,0.75206614,0.77272725,0.7768595,0.6942149,0.7066116,0.6983471,0.6198347,0.6363636,0.56198347,0.45041323,0.29338843,0.2107438,0.2107438,0.20661157,0.38429752,0.37190083,0.6198347,0.5123967,0.6363636,0.70247936,0.7066116,0.5247934,0.71487606,0.677686,0.58264464,0.6652893,0.5661157,0.74380165,0.44214877,0.37603307,0.16528925,0.17355372,0.1694215,0.22727273,0.38016528,0.49586776,0.5082645,0.5206612,0.553719,0.5082645,0.5082645,0.56198347,0.58677685,0.59090906,0.57024795,0.59917355,0.59917355,0.56198347,0.55785125,0.5206612,0.5371901,0.62396693,0.57024795,0.30991736,0.47933885,0.62396693,0.7107438,0.47933885,0.61570245,0.75619835,0.7355372,0.75619835,0.75206614,0.73140496,0.74793386,0.7768595,0.7644628,0.71900827,0.7231405,0.71487606,0.61570245,0.58677685,0.5,0.446281,0.3429752,0.2520661,0.16115703,0.1322314,0.5123967,0.3140496,0.5371901,0.46694216,0.59090906,0.7066116,0.6570248,0.553719,0.6404959,0.6322314,0.59504133,0.5785124,0.42975205,0.607438,0.39256197,0.4090909,0.14876033,0.045454547,0.1570248,0.28512397,0.38429752,0.47933885,0.48347107,0.5206612,0.5495868,0.5371901,0.5247934,0.57024795,0.5785124,0.59917355,0.58264464,0.59917355,0.59090906,0.5495868,0.5661157,0.5041322,0.58264464,0.6280992,0.39256197,0.09504132,0.30165288,0.49586776,0.54545456,0.23553719,0.4876033,0.7644628,0.72727275,0.74380165,0.74793386,0.74793386,0.73966944,0.75619835,0.74380165,0.73140496,0.74380165,0.6983471,0.6198347,0.5289256,0.5123967,0.61157024,0.59917355,0.5123967,0.46694216,0.33471075,0.4090909,0.3181818,0.41735536,0.38429752,0.44214877,0.4752066,0.44214877,0.36363637,0.338843,0.3553719,0.33471075,0.40495867,0.26859504,0.29752067,0.21900827,0.24380165,0.2107438,0.28099173,0.40082645,0.46280992,0.46694216,0.4752066,0.49173555,0.5247934,0.5413223,0.5495868,0.54545456,0.57438016,0.5785124,0.59504133,0.59090906,0.59917355,0.59090906,0.553719,0.5785124,0.45867768,0.5495868,0.40082645,0.14049587,0.0661157,0.14876033,0.20247933,0.17355372,0.0661157,0.30991736,0.7768595,0.71900827,0.73966944,0.75206614,0.76033056,0.74793386,0.7355372,0.70247936,0.73966944,0.74793386,0.6942149,0.607438,0.5165289,0.59917355,0.72727275,0.7107438,0.6446281,0.58677685,0.56198347,0.607438,0.58677685,0.58677685,0.54545456,0.5123967,0.5082645,0.48347107,0.45041323,0.4338843,0.43801653,0.42561984,0.46694216,0.44214877,0.4090909,0.41322315,0.4214876,0.446281,0.47107437,0.5041322,0.5413223,0.49586776,0.47107437,0.5123967,0.5371901,0.54545456,0.54545456,0.5495868,0.5661157,0.56198347,0.5785124,0.58264464,0.59917355,0.57024795,0.553719,0.5785124,0.23966943,0.2892562,0.13636364,0.0785124,0.09090909,0.28512397,0.14049587,0.11157025,0.08264463,0.1322314,0.7231405,0.7231405,0.73966944,0.77272725,0.7644628,0.74793386,0.73140496,0.7066116,0.7231405,0.71900827,0.6983471,0.58677685,0.54545456,0.6818182,0.77272725,0.7355372,0.6859504,0.6694215,0.6322314,0.6280992,0.6694215,0.6942149,0.6652893,0.60330576,0.59917355,0.59090906,0.553719,0.5413223,0.58677685,0.53305787,0.5165289,0.49586776,0.47107437,0.4876033,0.4752066,0.46694216,0.5371901,0.5371901,0.57024795,0.5247934,0.45867768,0.5206612,0.5206612,0.5247934,0.553719,0.53305787,0.57024795,0.5495868,0.5785124,0.58677685,0.59504133,0.56198347,0.55785125,0.54545456,0.13636364,0.1694215,0.09090909,0.08264463,0.09917355,0.42561984,0.24793388,0.16115703,0.14049587,0.07438017,0.59504133,0.71900827,0.73966944,0.78099173,0.75619835,0.7355372,0.72727275,0.71487606,0.7231405,0.6859504,0.69008267,0.5785124,0.58677685,0.71487606,0.77272725,0.74793386,0.73140496,0.6942149,0.6735537,0.6735537,0.6446281,0.62396693,0.56198347,0.5247934,0.4752066,0.4752066,0.45867768,0.42561984,0.42561984,0.42975205,0.45041323,0.47933885,0.4876033,0.5,0.5206612,0.5206612,0.56198347,0.5785124,0.59090906,0.56198347,0.4876033,0.5123967,0.5082645,0.5247934,0.553719,0.57024795,0.553719,0.55785125,0.58677685,0.59090906,0.58677685,0.54545456,0.5661157,0.4876033,0.11570248,0.16115703,0.10330579,0.09504132,0.16115703,0.54545456,0.41735536,0.26859504,0.21487603,0.09090909,0.4090909,0.72727275,0.72727275,0.78099173,0.75206614,0.7231405,0.73140496,0.7066116,0.6942149,0.6859504,0.6735537,0.58264464,0.6363636,0.72727275,0.75619835,0.73966944,0.7355372,0.7107438,0.6652893,0.6735537,0.6446281,0.59090906,0.49586776,0.48347107,0.4338843,0.44214877,0.45867768,0.41322315,0.39256197,0.40495867,0.4338843,0.45041323,0.49173555,0.5247934,0.5413223,0.56198347,0.57438016,0.59504133,0.60330576,0.57438016,0.5082645,0.49586776,0.5165289,0.5289256,0.5495868,0.5661157,0.56198347,0.56198347,0.58677685,0.58677685,0.5785124,0.5371901,0.57438016,0.3553719,0.12396694,0.14876033,0.11157025,0.12396694,0.23966943,0.54545456,0.5041322,0.45454547,0.35123968,0.24380165,0.2231405,0.6694215,0.71900827,0.76033056,0.75206614,0.7231405,0.71900827,0.6818182,0.6735537,0.6652893,0.6652893,0.607438,0.6735537,0.71900827,0.74380165,0.7355372,0.7231405,0.7355372,0.677686,0.6652893,0.6363636,0.58264464,0.5206612,0.45867768,0.41322315,0.42561984,0.42561984,0.39256197,0.37190083,0.40082645,0.42975205,0.45454547,0.48347107,0.5123967,0.5495868,0.5785124,0.553719,0.5785124,0.59917355,0.57024795,0.5165289,0.5123967,0.5082645,0.5247934,0.53305787,0.57438016,0.56198347,0.5661157,0.5785124,0.58677685,0.56198347,0.5413223,0.55785125,0.22727273,0.19008264,0.1570248,0.13636364,0.16115703,0.29338843,0.47933885,0.49586776,0.5,0.45041323,0.446281,0.29338843,0.5041322,0.7066116,0.73966944,0.7107438,0.72727275,0.71900827,0.6859504,0.661157,0.661157,0.6487603,0.6322314,0.6694215,0.71900827,0.71900827,0.71487606,0.7066116,0.7231405,0.6818182,0.6487603,0.607438,0.553719,0.5041322,0.45867768,0.41322315,0.42975205,0.4214876,0.37190083,0.3966942,0.3966942,0.41322315,0.45867768,0.47933885,0.5041322,0.553719,0.55785125,0.5413223,0.57024795,0.58677685,0.5661157,0.53305787,0.5165289,0.5041322,0.5123967,0.5289256,0.56198347,0.57024795,0.56198347,0.57024795,0.57024795,0.5495868,0.54545456,0.46280992,0.1983471,0.21487603,0.18181819,0.17768595,0.20661157,0.3140496,0.34710744,0.3677686,0.4214876,0.45454547,0.41322315,0.3677686,0.40082645,0.6280992,0.74793386,0.70247936,0.7231405,0.71900827,0.70247936,0.6570248,0.6528926,0.6363636,0.661157,0.6818182,0.71900827,0.7066116,0.6942149,0.7066116,0.7066116,0.6487603,0.62396693,0.59090906,0.5289256,0.49173555,0.45454547,0.41735536,0.43801653,0.446281,0.39256197,0.41735536,0.4090909,0.4090909,0.45454547,0.4876033,0.5082645,0.5371901,0.54545456,0.5495868,0.5661157,0.56198347,0.57438016,0.553719,0.5206612,0.5123967,0.5165289,0.53305787,0.54545456,0.55785125,0.57438016,0.5661157,0.553719,0.54545456,0.5165289,0.3140496,0.22727273,0.17355372,0.19008264,0.1983471,0.23966943,0.3264463,0.2768595,0.23553719,0.24793388,0.3140496,0.2892562,0.21487603,0.33471075,0.45041323,0.73966944,0.7066116,0.70247936,0.7066116,0.7066116,0.6487603,0.6570248,0.6528926,0.69008267,0.70247936,0.71487606,0.71487606,0.69008267,0.6983471,0.6818182,0.6280992,0.61570245,0.58677685,0.5413223,0.5123967,0.4752066,0.46694216,0.47107437,0.46280992,0.45041323,0.446281,0.45041323,0.44214877,0.45454547,0.47933885,0.5165289,0.53305787,0.5247934,0.553719,0.5495868,0.5495868,0.553719,0.56198347,0.53305787,0.5165289,0.5082645,0.5371901,0.53305787,0.55785125,0.5661157,0.56198347,0.5413223,0.5371901,0.40495867,0.24380165,0.18181819,0.14049587,0.1983471,0.2107438,0.2644628,0.35950413,0.22727273,0.20661157,0.1694215,0.17768595,0.19421488,0.08677686,0.20661157,0.34710744,0.6942149,0.70247936,0.69008267,0.7066116,0.6942149,0.6446281,0.6528926,0.677686,0.69008267,0.7107438,0.7066116,0.7231405,0.6983471,0.69008267,0.677686,0.6528926,0.6198347,0.59504133,0.58677685,0.57024795,0.55785125,0.553719,0.53305787,0.5495868,0.5247934,0.5123967,0.49173555,0.4876033,0.47933885,0.48347107,0.5165289,0.5289256,0.5413223,0.54545456,0.553719,0.553719,0.5413223,0.56198347,0.5495868,0.5289256,0.5165289,0.5206612,0.5495868,0.55785125,0.55785125,0.553719,0.54545456,0.45867768,0.25619835,0.1694215,0.14876033,0.1570248,0.1983471,0.2107438,0.30578512,0.37603307,0.17768595,0.19421488,0.1570248,0.1570248,0.15289256,0.08677686,0.18595041,0.38016528,0.607438,0.6735537,0.6694215,0.6818182,0.6818182,0.6446281,0.661157,0.6735537,0.69008267,0.6859504,0.70247936,0.7107438,0.7066116,0.71487606,0.6818182,0.677686,0.6363636,0.62396693,0.6280992,0.6280992,0.607438,0.60330576,0.58264464,0.57438016,0.5785124,0.5247934,0.5082645,0.5123967,0.5289256,0.5206612,0.5206612,0.53305787,0.5413223,0.5413223,0.55785125,0.5495868,0.56198347,0.5661157,0.553719,0.53305787,0.5413223,0.5082645,0.5495868,0.553719,0.5371901,0.54545456,0.5123967,0.3181818,0.16115703,0.12396694,0.15289256,0.1983471,0.1983471,0.2520661,0.33471075,0.37603307,0.16528925,0.18181819,0.15289256,0.1446281,0.14876033,0.08264463,0.2231405,0.49586776,0.59917355,0.62396693,0.6363636,0.661157,0.6652893,0.6446281,0.6694215,0.69008267,0.6942149,0.69008267,0.6983471,0.71487606,0.7066116,0.71487606,0.70247936,0.70247936,0.6404959,0.6859504,0.6446281,0.6322314,0.607438,0.59090906,0.58264464,0.54545456,0.5661157,0.5082645,0.5123967,0.5206612,0.5247934,0.5371901,0.53305787,0.5413223,0.54545456,0.5413223,0.55785125,0.56198347,0.57438016,0.5785124,0.54545456,0.53305787,0.5413223,0.53305787,0.54545456,0.54545456,0.5289256,0.53305787,0.3677686,0.18595041,0.1446281,0.11570248,0.19421488,0.18181819,0.20661157,0.3140496,0.3553719,0.37603307,0.14049587,0.1570248,0.1570248,0.14049587,0.14876033,0.09090909,0.2768595,0.5785124,0.6280992,0.6322314,0.59504133,0.6198347,0.62396693,0.6363636,0.6280992,0.6859504,0.6735537,0.6818182,0.6942149,0.7231405,0.71487606,0.7107438,0.7107438,0.7066116,0.6570248,0.6694215,0.6487603,0.6280992,0.6198347,0.59090906,0.55785125,0.5785124,0.553719,0.5289256,0.5247934,0.49586776,0.5082645,0.53305787,0.55785125,0.553719,0.553719,0.53305787,0.553719,0.56198347,0.5661157,0.55785125,0.5413223,0.5247934,0.5413223,0.5413223,0.54545456,0.54545456,0.5289256,0.46280992,0.19008264,0.12809917,0.16528925,0.17355372,0.20247933,0.21487603,0.29338843,0.36363637,0.38016528,0.37603307,0.1446281,0.14876033,0.1570248,0.14049587,0.16115703,0.10743801,0.2603306,0.6322314,0.6528926,0.6735537,0.6198347,0.5785124,0.57024795,0.59504133,0.6198347,0.6404959,0.6446281,0.6487603,0.677686,0.6942149,0.70247936,0.7107438,0.6983471,0.69008267,0.661157,0.677686,0.6322314,0.62396693,0.59504133,0.57438016,0.5661157,0.57438016,0.553719,0.5289256,0.5,0.49173555,0.5041322,0.5206612,0.5413223,0.553719,0.5495868,0.5495868,0.5413223,0.55785125,0.56198347,0.54545456,0.53305787,0.5041322,0.5123967,0.5165289,0.5206612,0.49173555,0.5041322,0.3429752,0.11570248,0.18181819,0.20247933,0.17355372,0.2231405,0.27272728,0.33471075,0.3553719,0.35123968,0.38016528,0.14049587,0.14049587,0.1570248,0.14049587,0.14049587,0.11570248,0.23553719,0.6322314,0.6446281,0.677686,0.6942149,0.59504133,0.5206612,0.5206612,0.57024795,0.59504133,0.60330576,0.6404959,0.6652893,0.6735537,0.677686,0.6818182,0.677686,0.6652893,0.6652893,0.6404959,0.6280992,0.59917355,0.56198347,0.5371901,0.5413223,0.5165289,0.5041322,0.47933885,0.47107437,0.48347107,0.49173555,0.5082645,0.5206612,0.54545456,0.5206612,0.54545456,0.5413223,0.53305787,0.5371901,0.5247934,0.5123967,0.49173555,0.4876033,0.47933885,0.4876033,0.4752066,0.5,0.33471075,0.11570248,0.18595041,0.1694215,0.1983471,0.24793388,0.3181818,0.33471075,0.35123968,0.37603307,0.37603307,0.14049587,0.15289256,0.1446281,0.1446281,0.1322314,0.12396694,0.20661157,0.6446281,0.6570248,0.677686,0.6983471,0.6859504,0.59504133,0.45867768,0.5,0.54545456,0.58264464,0.6363636,0.6404959,0.6528926,0.6528926,0.661157,0.6570248,0.6363636,0.6280992,0.59090906,0.57024795,0.5495868,0.5247934,0.5041322,0.49586776,0.46280992,0.45454547,0.45041323,0.45041323,0.46280992,0.4752066,0.5,0.5123967,0.5206612,0.5206612,0.5371901,0.5206612,0.5206612,0.5123967,0.49173555,0.49173555,0.46694216,0.446281,0.45041323,0.45867768,0.49586776,0.5123967,0.3264463,0.11570248,0.1694215,0.1570248,0.21487603,0.25619835,0.30578512,0.3140496,0.34710744,0.33471075,0.27272728,0.14876033,0.15289256,0.14876033,0.14876033,0.12396694,0.1322314,0.17355372,0.6487603,0.6570248,0.6735537,0.6859504,0.6735537,0.6942149,0.58264464,0.5165289,0.49173555,0.55785125,0.607438,0.61157024,0.61157024,0.61570245,0.62396693,0.61157024,0.60330576,0.5661157,0.5371901,0.5041322,0.49586776,0.47933885,0.46694216,0.446281,0.4214876,0.4090909,0.41735536,0.4090909,0.42975205,0.44214877,0.47107437,0.4876033,0.5,0.5041322,0.5289256,0.5,0.49173555,0.47933885,0.46694216,0.47107437,0.43801653,0.4214876,0.45867768,0.48347107,0.5206612,0.5123967,0.28512397,0.11570248,0.1570248,0.1570248,0.17768595,0.21900827,0.23966943,0.2644628,0.2520661,0.21900827,0.19008264,31 +0.12396694,0.09917355,0.12396694,0.10743801,0.10743801,0.12809917,0.12809917,0.1322314,0.14876033,0.14876033,0.16115703,0.18181819,0.17768595,0.17355372,0.18181819,0.17355372,0.16528925,0.18595041,0.15289256,0.1694215,0.1570248,0.14876033,0.16115703,0.16528925,0.19421488,0.19421488,0.2107438,0.23140496,0.2603306,0.28099173,0.30578512,0.32231405,0.32231405,0.3264463,0.3264463,0.3429752,0.3677686,0.38842976,0.38842976,0.38429752,0.42975205,0.45041323,0.46694216,0.46694216,0.47107437,0.46280992,0.46694216,0.46694216,0.47933885,0.4876033,0.49586776,0.49586776,0.45867768,0.45041323,0.4338843,0.42975205,0.38429752,0.3429752,0.30578512,0.24793388,0.22727273,0.1983471,0.18181819,0.16528925,0.11570248,0.10330579,0.12809917,0.11570248,0.12809917,0.11983471,0.14049587,0.1570248,0.16115703,0.1694215,0.1570248,0.17355372,0.19008264,0.19008264,0.18595041,0.18595041,0.16528925,0.18595041,0.16115703,0.18595041,0.17768595,0.17355372,0.17355372,0.1983471,0.19008264,0.1983471,0.2231405,0.22727273,0.25619835,0.24380165,0.2603306,0.28099173,0.30991736,0.3429752,0.35950413,0.3553719,0.40082645,0.3966942,0.40495867,0.41735536,0.45454547,0.47107437,0.47107437,0.4752066,0.4752066,0.48347107,0.48347107,0.47933885,0.49173555,0.5,0.5165289,0.5165289,0.4876033,0.47107437,0.45867768,0.45454547,0.38842976,0.35123968,0.32231405,0.2603306,0.23140496,0.19008264,0.1570248,0.14876033,0.10743801,0.10743801,0.12396694,0.12396694,0.1322314,0.13636364,0.16115703,0.18181819,0.2107438,0.19421488,0.1983471,0.17768595,0.1983471,0.19421488,0.18181819,0.19421488,0.16528925,0.17355372,0.18181819,0.18595041,0.18595041,0.18181819,0.20661157,0.18595041,0.2107438,0.20247933,0.2231405,0.22727273,0.24380165,0.2644628,0.29338843,0.3140496,0.338843,0.36363637,0.38842976,0.39256197,0.41322315,0.42975205,0.4338843,0.45867768,0.46694216,0.46694216,0.46280992,0.46694216,0.47933885,0.4876033,0.4876033,0.5,0.5082645,0.5165289,0.5082645,0.5165289,0.5082645,0.47933885,0.4752066,0.46280992,0.39256197,0.35950413,0.338843,0.29752067,0.23140496,0.1694215,0.14876033,0.13636364,0.11983471,0.10330579,0.10330579,0.1322314,0.14049587,0.1570248,0.17355372,0.18181819,0.20661157,0.2107438,0.23966943,0.23140496,0.21487603,0.2107438,0.20247933,0.1983471,0.16115703,0.1694215,0.19008264,0.19421488,0.20661157,0.2231405,0.23966943,0.21487603,0.23140496,0.22727273,0.24380165,0.26859504,0.28512397,0.29752067,0.33471075,0.338843,0.3677686,0.38842976,0.4090909,0.4214876,0.42561984,0.45041323,0.46280992,0.47107437,0.47107437,0.4752066,0.4752066,0.4876033,0.5,0.5,0.5,0.5082645,0.5247934,0.5165289,0.5206612,0.5165289,0.5165289,0.49173555,0.4752066,0.45454547,0.4090909,0.3966942,0.35950413,0.30165288,0.24380165,0.19008264,0.15289256,0.12396694,0.12809917,0.09917355,0.11570248,0.13636364,0.15289256,0.1694215,0.18181819,0.1983471,0.22727273,0.2520661,0.2768595,0.27272728,0.2644628,0.2520661,0.21900827,0.20661157,0.18595041,0.18595041,0.19008264,0.20661157,0.21487603,0.23553719,0.24380165,0.2520661,0.2520661,0.26859504,0.28099173,0.30991736,0.32231405,0.3305785,0.37603307,0.37190083,0.41322315,0.42561984,0.43801653,0.45454547,0.46694216,0.48347107,0.4876033,0.4876033,0.4876033,0.5082645,0.49173555,0.5165289,0.5206612,0.5247934,0.5123967,0.5165289,0.5413223,0.5289256,0.5413223,0.5206612,0.5247934,0.49586776,0.47933885,0.46694216,0.4338843,0.4214876,0.38016528,0.338843,0.28099173,0.20661157,0.14876033,0.14049587,0.1322314,0.10743801,0.1322314,0.16528925,0.17768595,0.17355372,0.1983471,0.23140496,0.2644628,0.30991736,0.3181818,0.3181818,0.3140496,0.2768595,0.2520661,0.24793388,0.24380165,0.2231405,0.20661157,0.2107438,0.22727273,0.24380165,0.24793388,0.2644628,0.29338843,0.3264463,0.3429752,0.3553719,0.3677686,0.38842976,0.41322315,0.42975205,0.45041323,0.45867768,0.47107437,0.47933885,0.48347107,0.5,0.49173555,0.5082645,0.5,0.5247934,0.5413223,0.5413223,0.53305787,0.5413223,0.53305787,0.53305787,0.54545456,0.5289256,0.5495868,0.53305787,0.5206612,0.5041322,0.4876033,0.49173555,0.44214877,0.43801653,0.4214876,0.40082645,0.3264463,0.23140496,0.18595041,0.13636364,0.11570248,0.12809917,0.15289256,0.17768595,0.1983471,0.19421488,0.25619835,0.27272728,0.30991736,0.33471075,0.338843,0.3429752,0.33471075,0.338843,0.30991736,0.3264463,0.30578512,0.30165288,0.27272728,0.27272728,0.27272728,0.29338843,0.30165288,0.33471075,0.3553719,0.38016528,0.39256197,0.41735536,0.41322315,0.42975205,0.45867768,0.45867768,0.47107437,0.48347107,0.47107437,0.47933885,0.5,0.5,0.49586776,0.5123967,0.5206612,0.5413223,0.56198347,0.5661157,0.56198347,0.55785125,0.5413223,0.5495868,0.54545456,0.5371901,0.5495868,0.5371901,0.5289256,0.5082645,0.4876033,0.47107437,0.46694216,0.45041323,0.446281,0.43801653,0.3966942,0.30578512,0.2231405,0.14876033,0.12396694,0.1446281,0.18595041,0.2107438,0.2107438,0.24380165,0.28512397,0.3140496,0.3305785,0.33471075,0.34710744,0.35950413,0.35950413,0.3677686,0.35950413,0.36363637,0.35950413,0.35950413,0.35950413,0.34710744,0.37190083,0.37603307,0.38429752,0.4090909,0.41322315,0.41735536,0.42561984,0.45041323,0.44214877,0.45041323,0.46694216,0.46694216,0.4752066,0.48347107,0.47107437,0.47107437,0.5,0.5,0.5041322,0.5165289,0.53305787,0.553719,0.57024795,0.5661157,0.5661157,0.56198347,0.5495868,0.54545456,0.5495868,0.56198347,0.56198347,0.55785125,0.54545456,0.5247934,0.5082645,0.48347107,0.46280992,0.45041323,0.446281,0.45454547,0.4214876,0.3966942,0.3140496,0.1694215,0.12396694,0.17355372,0.20247933,0.21487603,0.22727273,0.3429752,0.3305785,0.3553719,0.34710744,0.37190083,0.40082645,0.41735536,0.4338843,0.43801653,0.42975205,0.41322315,0.40495867,0.40082645,0.40495867,0.41735536,0.4214876,0.4338843,0.43801653,0.44214877,0.446281,0.45041323,0.446281,0.46280992,0.46280992,0.46280992,0.46280992,0.4752066,0.48347107,0.48347107,0.4752066,0.47107437,0.48347107,0.49586776,0.5247934,0.5289256,0.53305787,0.55785125,0.55785125,0.55785125,0.55785125,0.55785125,0.553719,0.5495868,0.5661157,0.5785124,0.58264464,0.57024795,0.55785125,0.5371901,0.5247934,0.5041322,0.46280992,0.45454547,0.45041323,0.44214877,0.42975205,0.42561984,0.3966942,0.2603306,0.13636364,0.20661157,0.2231405,0.21487603,0.28512397,0.41735536,0.4338843,0.43801653,0.4338843,0.45454547,0.47933885,0.4876033,0.5041322,0.5206612,0.5165289,0.5082645,0.49173555,0.49173555,0.47933885,0.45867768,0.47107437,0.46694216,0.46694216,0.46280992,0.46280992,0.47107437,0.4752066,0.4752066,0.4752066,0.47933885,0.47933885,0.48347107,0.49173555,0.4752066,0.4752066,0.4752066,0.49173555,0.49586776,0.5082645,0.5289256,0.5123967,0.5371901,0.5413223,0.53305787,0.53305787,0.54545456,0.553719,0.5371901,0.56198347,0.55785125,0.57024795,0.55785125,0.5413223,0.53305787,0.5247934,0.5123967,0.47933885,0.46280992,0.446281,0.446281,0.46280992,0.42561984,0.4214876,0.35950413,0.14876033,0.2644628,0.2520661,0.23140496,0.38016528,0.49586776,0.5,0.49173555,0.49173555,0.4876033,0.47107437,0.49173555,0.5165289,0.5247934,0.5289256,0.5413223,0.53305787,0.5123967,0.49586776,0.5041322,0.5082645,0.4876033,0.4876033,0.4876033,0.47933885,0.49173555,0.48347107,0.4876033,0.49173555,0.48347107,0.48347107,0.47933885,0.4752066,0.47933885,0.4752066,0.48347107,0.49586776,0.49586776,0.5041322,0.5123967,0.5041322,0.5082645,0.5206612,0.5082645,0.5041322,0.5123967,0.5206612,0.5041322,0.5041322,0.5123967,0.5206612,0.5,0.4876033,0.5082645,0.49173555,0.49173555,0.48347107,0.46694216,0.446281,0.4338843,0.45454547,0.43801653,0.42975205,0.41735536,0.17768595,0.32231405,0.2892562,0.29752067,0.446281,0.47107437,0.4752066,0.45454547,0.42975205,0.39256197,0.40495867,0.3966942,0.46280992,0.4752066,0.47107437,0.48347107,0.49173555,0.46694216,0.4876033,0.47933885,0.47933885,0.47107437,0.47933885,0.49586776,0.49586776,0.5,0.5082645,0.5041322,0.5041322,0.5,0.5041322,0.5,0.4876033,0.49173555,0.48347107,0.48347107,0.48347107,0.4752066,0.47933885,0.49173555,0.45454547,0.46280992,0.4876033,0.4752066,0.45041323,0.44214877,0.43801653,0.42561984,0.41735536,0.43801653,0.446281,0.446281,0.42975205,0.41735536,0.44214877,0.45041323,0.46280992,0.47107437,0.446281,0.41735536,0.44214877,0.4338843,0.42975205,0.42975205,0.21900827,0.38429752,0.34710744,0.3677686,0.4338843,0.40082645,0.40495867,0.38016528,0.37190083,0.37603307,0.35950413,0.3553719,0.36363637,0.3677686,0.3553719,0.37603307,0.38842976,0.3966942,0.4090909,0.41322315,0.41735536,0.4214876,0.446281,0.46280992,0.47933885,0.4876033,0.5082645,0.5,0.5082645,0.5082645,0.49586776,0.5206612,0.4876033,0.4876033,0.48347107,0.446281,0.446281,0.43801653,0.43801653,0.41735536,0.39256197,0.38016528,0.37190083,0.37190083,0.3305785,0.30991736,0.3305785,0.3181818,0.32231405,0.34710744,0.3553719,0.38842976,0.37190083,0.39256197,0.39256197,0.39256197,0.41322315,0.42561984,0.43801653,0.41735536,0.4338843,0.43801653,0.43801653,0.43801653,0.2644628,0.41322315,0.40082645,0.41322315,0.3677686,0.3429752,0.36363637,0.34710744,0.33471075,0.3677686,0.35123968,0.34710744,0.3264463,0.30991736,0.26859504,0.27272728,0.28099173,0.28099173,0.29752067,0.30991736,0.30578512,0.3305785,0.38842976,0.38842976,0.40495867,0.45454547,0.46694216,0.48347107,0.5,0.5,0.5082645,0.49173555,0.47107437,0.47107437,0.45867768,0.4090909,0.38429752,0.38842976,0.35950413,0.3181818,0.2768595,0.2520661,0.2520661,0.23140496,0.21487603,0.23553719,0.24793388,0.23966943,0.2603306,0.2892562,0.30578512,0.3429752,0.3429752,0.3553719,0.35950413,0.36363637,0.38429752,0.38842976,0.4214876,0.41322315,0.42561984,0.43801653,0.43801653,0.42561984,0.30991736,0.4338843,0.43801653,0.41735536,0.338843,0.338843,0.34710744,0.3264463,0.3429752,0.3553719,0.34710744,0.3264463,0.30578512,0.2892562,0.2644628,0.28512397,0.2603306,0.23966943,0.23140496,0.23553719,0.23140496,0.2520661,0.29752067,0.30578512,0.33471075,0.38429752,0.41735536,0.446281,0.446281,0.46694216,0.47933885,0.46694216,0.45041323,0.42561984,0.3966942,0.36363637,0.32231405,0.29338843,0.28512397,0.24793388,0.21900827,0.2107438,0.2231405,0.20247933,0.21900827,0.24380165,0.2520661,0.2644628,0.2768595,0.29752067,0.3181818,0.338843,0.35123968,0.35123968,0.3553719,0.37190083,0.38016528,0.40082645,0.39256197,0.40082645,0.42975205,0.43801653,0.4338843,0.4338843,0.38016528,0.45454547,0.46280992,0.4214876,0.338843,0.3264463,0.338843,0.3305785,0.33471075,0.3181818,0.29338843,0.2644628,0.2644628,0.24793388,0.22727273,0.20247933,0.18181819,0.16528925,0.18181819,0.19421488,0.21900827,0.20247933,0.22727273,0.24793388,0.28099173,0.30991736,0.34710744,0.37190083,0.4090909,0.4214876,0.43801653,0.43801653,0.41322315,0.38016528,0.3553719,0.30991736,0.29338843,0.2603306,0.2520661,0.23553719,0.2231405,0.20247933,0.19421488,0.21900827,0.22727273,0.18595041,0.18595041,0.20661157,0.24380165,0.27272728,0.2644628,0.30578512,0.3305785,0.3429752,0.35950413,0.37190083,0.37603307,0.39256197,0.3966942,0.40082645,0.43801653,0.43801653,0.446281,0.446281,0.4214876,0.4752066,0.45867768,0.42975205,0.3677686,0.3181818,0.338843,0.34710744,0.25619835,0.20661157,0.16528925,0.17768595,0.23553719,0.17768595,0.12809917,0.10743801,0.09090909,0.09504132,0.1322314,0.2107438,0.21487603,0.16528925,0.1694215,0.20661157,0.23140496,0.2603306,0.2892562,0.3181818,0.3553719,0.41322315,0.4338843,0.446281,0.4090909,0.35950413,0.338843,0.28099173,0.26859504,0.2644628,0.24793388,0.21900827,0.18181819,0.18181819,0.20661157,0.2603306,0.22727273,0.1322314,0.10330579,0.11570248,0.11983471,0.11157025,0.1694215,0.2107438,0.18595041,0.21900827,0.29338843,0.3305785,0.37603307,0.3966942,0.41735536,0.42561984,0.446281,0.4338843,0.45041323,0.46280992,0.45041323,0.48347107,0.46694216,0.446281,0.39256197,0.33471075,0.3181818,0.28512397,0.2107438,0.14876033,0.14049587,0.18595041,0.2892562,0.24793388,0.14876033,0.11983471,0.11983471,0.12809917,0.18595041,0.2892562,0.23553719,0.18181819,0.1446281,0.1446281,0.20247933,0.22727273,0.23966943,0.29752067,0.41322315,0.5041322,0.553719,0.5289256,0.4752066,0.42561984,0.3553719,0.30578512,0.27272728,0.2520661,0.2231405,0.18595041,0.16115703,0.17355372,0.2231405,0.30578512,0.29752067,0.19421488,0.1322314,0.12809917,0.10330579,0.13636364,0.24793388,0.27272728,0.17768595,0.1570248,0.17768595,0.23966943,0.32231405,0.39256197,0.41735536,0.43801653,0.44214877,0.43801653,0.46280992,0.45867768,0.446281,0.4876033,0.4876033,0.48347107,0.45867768,0.38842976,0.30578512,0.28099173,0.22727273,0.22727273,0.23140496,0.23140496,0.25619835,0.30991736,0.20661157,0.18595041,0.17355372,0.19008264,0.24380165,0.28512397,0.22727273,0.18595041,0.20661157,0.19421488,0.2231405,0.19421488,0.21900827,0.36363637,0.5206612,0.59090906,0.61570245,0.60330576,0.57438016,0.5289256,0.41322315,0.3553719,0.3181818,0.28512397,0.2603306,0.21900827,0.19421488,0.20661157,0.22727273,0.2892562,0.338843,0.28099173,0.20247933,0.20247933,0.16115703,0.24380165,0.3429752,0.33471075,0.30165288,0.2768595,0.2644628,0.27272728,0.30165288,0.37603307,0.4214876,0.44214877,0.45041323,0.46280992,0.47107437,0.45867768,0.44214877,0.48347107,0.5,0.53305787,0.5371901,0.49173555,0.42561984,0.38016528,0.34710744,0.33471075,0.34710744,0.34710744,0.3429752,0.33471075,0.29752067,0.2768595,0.28512397,0.2768595,0.30578512,0.2768595,0.27272728,0.24380165,0.2768595,0.2644628,0.27272728,0.2107438,0.22727273,0.45454547,0.58264464,0.6487603,0.6694215,0.6528926,0.6280992,0.59090906,0.46280992,0.40082645,0.3677686,0.35123968,0.36363637,0.3264463,0.29752067,0.29338843,0.30578512,0.3305785,0.33471075,0.3305785,0.3140496,0.3264463,0.28512397,0.3429752,0.3966942,0.40082645,0.41322315,0.41322315,0.42975205,0.42561984,0.41322315,0.4214876,0.44214877,0.46694216,0.46694216,0.47107437,0.4752066,0.45867768,0.43801653,0.49586776,0.5165289,0.5371901,0.57438016,0.5661157,0.5413223,0.49586776,0.46280992,0.43801653,0.4338843,0.43801653,0.45867768,0.4214876,0.40082645,0.3966942,0.38429752,0.3677686,0.3264463,0.30165288,0.26859504,0.2644628,0.27272728,0.2892562,0.28099173,0.20661157,0.3181818,0.5165289,0.61570245,0.6694215,0.70247936,0.6942149,0.6570248,0.59090906,0.49586776,0.42975205,0.41322315,0.3966942,0.42975205,0.37603307,0.3429752,0.3181818,0.32231405,0.33471075,0.35123968,0.35950413,0.3677686,0.38016528,0.38016528,0.41322315,0.44214877,0.446281,0.43801653,0.45041323,0.45867768,0.4752066,0.47107437,0.46694216,0.46694216,0.47933885,0.47107437,0.47933885,0.47933885,0.45867768,0.44214877,0.5041322,0.54545456,0.55785125,0.58677685,0.59917355,0.607438,0.57438016,0.5495868,0.5206612,0.46280992,0.42975205,0.42975205,0.41735536,0.41322315,0.38429752,0.39256197,0.35950413,0.33471075,0.30578512,0.28512397,0.29752067,0.3181818,0.3181818,0.29338843,0.34710744,0.446281,0.5371901,0.607438,0.661157,0.6983471,0.6942149,0.661157,0.58264464,0.5082645,0.4752066,0.47107437,0.4338843,0.446281,0.42975205,0.38842976,0.35950413,0.338843,0.34710744,0.34710744,0.34710744,0.39256197,0.39256197,0.42561984,0.42561984,0.446281,0.43801653,0.446281,0.45041323,0.46280992,0.47933885,0.48347107,0.47933885,0.47107437,0.48347107,0.5,0.49586776,0.49173555,0.45867768,0.43801653,0.5082645,0.5413223,0.57438016,0.58677685,0.61157024,0.62396693,0.59504133,0.59090906,0.58264464,0.5413223,0.4876033,0.47107437,0.43801653,0.42975205,0.3966942,0.38016528,0.38429752,0.40495867,0.4090909,0.37603307,0.38842976,0.4090909,0.40495867,0.4338843,0.4752066,0.49586776,0.5413223,0.61570245,0.677686,0.7066116,0.7066116,0.6570248,0.60330576,0.5123967,0.49586776,0.5206612,0.49586776,0.47933885,0.46694216,0.47107437,0.42975205,0.38842976,0.37603307,0.37603307,0.36363637,0.37603307,0.38842976,0.41322315,0.40495867,0.42561984,0.42561984,0.45041323,0.45867768,0.4752066,0.4876033,0.5,0.5123967,0.5041322,0.5,0.5123967,0.5123967,0.4876033,0.45454547,0.44214877,0.49173555,0.5495868,0.55785125,0.59504133,0.61570245,0.62396693,0.6198347,0.61157024,0.61570245,0.59917355,0.59090906,0.57438016,0.55785125,0.55785125,0.5371901,0.5206612,0.5206612,0.5206612,0.5289256,0.5041322,0.5247934,0.5247934,0.5165289,0.5371901,0.5165289,0.5123967,0.54545456,0.61570245,0.661157,0.7066116,0.69008267,0.6528926,0.6322314,0.5413223,0.5123967,0.5371901,0.5289256,0.5247934,0.49586776,0.5289256,0.5165289,0.46280992,0.45454547,0.45041323,0.4214876,0.43801653,0.42561984,0.42975205,0.43801653,0.46280992,0.4876033,0.49173555,0.5247934,0.5206612,0.5206612,0.5247934,0.5371901,0.53305787,0.5247934,0.5165289,0.5206612,0.5,0.446281,0.4338843,0.49173555,0.5413223,0.5413223,0.5785124,0.607438,0.6198347,0.6528926,0.6446281,0.6404959,0.6404959,0.6446281,0.6363636,0.6280992,0.6280992,0.607438,0.607438,0.61570245,0.6322314,0.6280992,0.6280992,0.61570245,0.60330576,0.553719,0.553719,0.53305787,0.5247934,0.56198347,0.61157024,0.6735537,0.71900827,0.6859504,0.661157,0.6404959,0.57024795,0.5247934,0.54545456,0.5289256,0.53305787,0.53305787,0.553719,0.57024795,0.553719,0.5371901,0.54545456,0.5165289,0.5082645,0.5041322,0.5289256,0.53305787,0.57024795,0.5661157,0.57024795,0.5785124,0.5785124,0.5661157,0.57024795,0.5785124,0.57438016,0.5495868,0.5247934,0.5082645,0.49586776,0.45041323,0.42975205,0.46694216,0.5206612,0.5289256,0.553719,0.59504133,0.607438,0.6404959,0.6487603,0.6570248,0.6570248,0.6570248,0.661157,0.6735537,0.6652893,0.6528926,0.6652893,0.677686,0.6859504,0.6652893,0.6487603,0.6487603,0.61570245,0.56198347,0.5413223,0.53305787,0.5371901,0.57438016,0.6198347,0.6818182,0.7066116,0.6983471,0.677686,0.6487603,0.58677685,0.553719,0.5661157,0.5413223,0.53305787,0.5413223,0.57438016,0.59504133,0.61157024,0.607438,0.61157024,0.59917355,0.5785124,0.5661157,0.58264464,0.59090906,0.61157024,0.607438,0.607438,0.61570245,0.6322314,0.61157024,0.61157024,0.59504133,0.57438016,0.54545456,0.5165289,0.5041322,0.4752066,0.446281,0.45454547,0.42975205,0.47933885,0.5165289,0.5247934,0.56198347,0.58264464,0.59917355,0.6198347,0.6363636,0.6446281,0.6446281,0.6446281,0.6363636,0.6859504,0.69008267,0.69008267,0.69008267,0.69008267,0.6735537,0.6363636,0.6322314,0.60330576,0.5495868,0.54545456,0.5371901,0.54545456,0.57438016,0.6322314,0.677686,0.70247936,0.6942149,0.6735537,0.6404959,0.5785124,0.56198347,0.57438016,0.55785125,0.5413223,0.5495868,0.57438016,0.61157024,0.61570245,0.6404959,0.6570248,0.6446281,0.62396693,0.6198347,0.6322314,0.6198347,0.62396693,0.61570245,0.61157024,0.62396693,0.62396693,0.62396693,0.61570245,0.58677685,0.56198347,0.5206612,0.5082645,0.4752066,0.45454547,0.4338843,0.49173555,0.39256197,0.45867768,0.48347107,0.49586776,0.5371901,0.56198347,0.5495868,0.57024795,0.60330576,0.6198347,0.6446281,0.6528926,0.6570248,0.6983471,0.6942149,0.6859504,0.6942149,0.6859504,0.6652893,0.6404959,0.61157024,0.58264464,0.5495868,0.5495868,0.5289256,0.5371901,0.5661157,0.6363636,0.6735537,0.6942149,0.6818182,0.6652893,0.6363636,0.59917355,0.55785125,0.5661157,0.5661157,0.54545456,0.5495868,0.58264464,0.61157024,0.6280992,0.6363636,0.6570248,0.6694215,0.6652893,0.6570248,0.6735537,0.6487603,0.6322314,0.62396693,0.61570245,0.62396693,0.607438,0.59917355,0.58264464,0.5785124,0.5413223,0.5123967,0.5,0.46280992,0.43801653,0.42975205,0.54545456,0.38429752,0.44214877,0.46694216,0.4876033,0.5289256,0.5289256,0.5289256,0.55785125,0.58264464,0.60330576,0.62396693,0.6652893,0.6818182,0.6859504,0.6694215,0.6735537,0.69008267,0.6818182,0.6694215,0.61570245,0.59917355,0.553719,0.5289256,0.54545456,0.5247934,0.53305787,0.58677685,0.6322314,0.6818182,0.69008267,0.6735537,0.6694215,0.6322314,0.6280992,0.5495868,0.5413223,0.57438016,0.5661157,0.5289256,0.57024795,0.60330576,0.6280992,0.6363636,0.6446281,0.6652893,0.6570248,0.6652893,0.69008267,0.6570248,0.6487603,0.6363636,0.6363636,0.6363636,0.61570245,0.58264464,0.57024795,0.5495868,0.5165289,0.49586776,0.49586776,0.47107437,0.4214876,0.4214876,0.5785124,0.40082645,0.4214876,0.45454547,0.46694216,0.5041322,0.5165289,0.5247934,0.553719,0.56198347,0.59504133,0.61157024,0.6446281,0.6818182,0.677686,0.661157,0.661157,0.6694215,0.6487603,0.6198347,0.607438,0.5661157,0.5289256,0.54545456,0.5661157,0.5413223,0.5413223,0.5661157,0.607438,0.6694215,0.69008267,0.661157,0.6570248,0.6322314,0.61157024,0.57438016,0.56198347,0.59504133,0.60330576,0.5495868,0.5206612,0.5785124,0.61157024,0.6322314,0.6280992,0.6528926,0.661157,0.6446281,0.6487603,0.6487603,0.661157,0.6404959,0.6363636,0.61570245,0.6198347,0.58677685,0.57438016,0.5371901,0.5041322,0.4752066,0.48347107,0.4338843,0.42561984,0.40495867,0.58677685,0.41322315,0.4090909,0.4338843,0.45454547,0.46694216,0.5,0.5165289,0.5413223,0.5495868,0.5661157,0.59504133,0.607438,0.6652893,0.6570248,0.6528926,0.661157,0.6322314,0.6280992,0.59090906,0.59504133,0.5371901,0.5371901,0.5785124,0.58264464,0.5661157,0.56198347,0.5661157,0.6280992,0.70247936,0.72727275,0.6818182,0.6570248,0.6363636,0.62396693,0.607438,0.58264464,0.607438,0.6404959,0.6280992,0.5165289,0.5165289,0.58677685,0.61157024,0.6280992,0.6487603,0.661157,0.6446281,0.6404959,0.6322314,0.6363636,0.6280992,0.62396693,0.59917355,0.59090906,0.59504133,0.553719,0.5123967,0.49173555,0.47933885,0.43801653,0.41735536,0.4214876,0.38842976,0.54545456,0.42561984,0.4214876,0.4214876,0.4338843,0.44214877,0.4752066,0.5,0.5206612,0.5371901,0.5495868,0.58264464,0.59504133,0.6198347,0.6322314,0.6280992,0.6280992,0.60330576,0.60330576,0.59504133,0.56198347,0.5206612,0.54545456,0.56198347,0.57438016,0.553719,0.55785125,0.58677685,0.6487603,0.6735537,0.70247936,0.6652893,0.6694215,0.6652893,0.6322314,0.60330576,0.58677685,0.59504133,0.6280992,0.6198347,0.5661157,0.5082645,0.5661157,0.60330576,0.61570245,0.6322314,0.6363636,0.6404959,0.6446281,0.6363636,0.6322314,0.61570245,0.59917355,0.5785124,0.57024795,0.57024795,0.5371901,0.48347107,0.48347107,0.46280992,0.40082645,0.44214877,0.4090909,0.39256197,0.44214877,0.4090909,0.40082645,0.42561984,0.44214877,0.43801653,0.47107437,0.49173555,0.5082645,0.5165289,0.56198347,0.54545456,0.57438016,0.59090906,0.59504133,0.60330576,0.607438,0.59504133,0.58264464,0.55785125,0.5289256,0.5082645,0.5289256,0.5165289,0.5206612,0.4876033,0.47933885,0.5371901,0.5661157,0.57024795,0.57438016,0.5495868,0.59090906,0.59504133,0.5413223,0.5247934,0.5289256,0.5371901,0.56198347,0.5661157,0.54545456,0.49586776,0.55785125,0.59090906,0.59090906,0.61570245,0.6363636,0.6322314,0.6280992,0.62396693,0.62396693,0.60330576,0.57438016,0.5661157,0.553719,0.54545456,0.5123967,0.47107437,0.45867768,0.446281,0.41322315,0.41735536,0.41735536,0.40082645,0.37190083,0.36363637,0.41735536,0.41322315,0.446281,0.42561984,0.45041323,0.48347107,0.49173555,0.5123967,0.5371901,0.5371901,0.56198347,0.58264464,0.57438016,0.59090906,0.58264464,0.58264464,0.55785125,0.5371901,0.553719,0.4876033,0.45454547,0.43801653,0.4214876,0.4214876,0.38842976,0.42561984,0.4752066,0.46694216,0.48347107,0.446281,0.45454547,0.446281,0.41735536,0.41322315,0.4338843,0.42975205,0.44214877,0.446281,0.45867768,0.45867768,0.55785125,0.59090906,0.58264464,0.59917355,0.607438,0.60330576,0.61157024,0.61157024,0.60330576,0.5785124,0.553719,0.54545456,0.5247934,0.5206612,0.4752066,0.46280992,0.4338843,0.4338843,0.42975205,0.41735536,0.41322315,0.4090909,0.3677686,0.35950413,0.38429752,0.41322315,0.43801653,0.42561984,0.42975205,0.46280992,0.48347107,0.5,0.5247934,0.5289256,0.5495868,0.553719,0.5495868,0.59090906,0.5661157,0.57438016,0.5495868,0.5413223,0.58264464,0.5413223,0.40082645,0.3305785,0.2644628,0.29752067,0.30578512,0.3305785,0.3677686,0.38842976,0.3966942,0.35123968,0.35950413,0.34710744,0.3264463,0.29752067,0.3140496,0.25619835,0.29338843,0.34710744,0.38016528,0.41735536,0.53305787,0.59504133,0.5785124,0.5785124,0.57438016,0.58264464,0.58264464,0.59504133,0.5661157,0.5413223,0.54545456,0.53305787,0.5041322,0.5,0.47107437,0.446281,0.4338843,0.4338843,0.42561984,0.41322315,0.4090909,0.41322315,0.36363637,0.37603307,0.3677686,0.40495867,0.42975205,0.446281,0.4338843,0.45867768,0.47107437,0.48347107,0.5082645,0.5165289,0.53305787,0.5371901,0.53305787,0.58264464,0.58677685,0.5785124,0.57024795,0.57024795,0.60330576,0.6322314,0.42561984,0.25619835,0.18181819,0.17355372,0.18181819,0.19008264,0.27272728,0.30991736,0.30165288,0.30578512,0.29338843,0.2520661,0.23553719,0.20247933,0.19421488,0.19421488,0.1983471,0.30991736,0.39256197,0.40495867,0.49586776,0.5785124,0.58677685,0.57024795,0.5785124,0.58264464,0.5785124,0.56198347,0.5289256,0.5247934,0.5289256,0.5123967,0.49173555,0.4752066,0.45867768,0.43801653,0.42561984,0.4338843,0.41322315,0.4090909,0.41322315,0.42561984,0.35950413,0.38016528,0.35950413,0.38842976,0.4338843,0.44214877,0.43801653,0.446281,0.4752066,0.4752066,0.49173555,0.5,0.5247934,0.53305787,0.54545456,0.5661157,0.59090906,0.59090906,0.59090906,0.59504133,0.607438,0.6363636,0.5123967,0.30165288,0.22727273,0.20247933,0.1983471,0.2107438,0.21487603,0.23553719,0.23966943,0.2603306,0.23966943,0.2603306,0.28512397,0.26859504,0.28512397,0.27272728,0.33471075,0.40082645,0.43801653,0.42975205,0.4752066,0.553719,0.59504133,0.5785124,0.57438016,0.58264464,0.57024795,0.5495868,0.5082645,0.5082645,0.5,0.4876033,0.47107437,0.45867768,0.43801653,0.43801653,0.4090909,0.42561984,0.4090909,0.4090909,0.41735536,0.42561984,0.3553719,0.37190083,0.3677686,0.38016528,0.4214876,0.43801653,0.44214877,0.42975205,0.48347107,0.47107437,0.4752066,0.4876033,0.49173555,0.53305787,0.55785125,0.5785124,0.59504133,0.59090906,0.60330576,0.59917355,0.61157024,0.6404959,0.58264464,0.43801653,0.34710744,0.30165288,0.2520661,0.28099173,0.2768595,0.2768595,0.27272728,0.2768595,0.26859504,0.3140496,0.37190083,0.37190083,0.38016528,0.40495867,0.4338843,0.43801653,0.45454547,0.45454547,0.46280992,0.553719,0.59504133,0.59504133,0.57024795,0.5661157,0.5785124,0.54545456,0.5165289,0.49586776,0.49173555,0.46694216,0.45041323,0.446281,0.42975205,0.42561984,0.41735536,0.4214876,0.4090909,0.3966942,0.41322315,0.4214876,0.3677686,0.36363637,0.37603307,0.38016528,0.4214876,0.43801653,0.44214877,0.4338843,0.46694216,0.47933885,0.48347107,0.5,0.5,0.53305787,0.5495868,0.58264464,0.59504133,0.59090906,0.59504133,0.61570245,0.61570245,0.6322314,0.61157024,0.57024795,0.5041322,0.45041323,0.37603307,0.3429752,0.3264463,0.35123968,0.35123968,0.3305785,0.33471075,0.34710744,0.39256197,0.4214876,0.42561984,0.446281,0.45867768,0.446281,0.46280992,0.45454547,0.47933885,0.53305787,0.5785124,0.59504133,0.57438016,0.56198347,0.58264464,0.553719,0.5247934,0.49173555,0.47933885,0.45041323,0.446281,0.44214877,0.42561984,0.41735536,0.4214876,0.41735536,0.4090909,0.40082645,0.42561984,0.38016528,0.35950413,0.36363637,0.36363637,0.3966942,0.40495867,0.4338843,0.446281,0.42561984,0.45041323,0.47933885,0.49173555,0.4876033,0.5082645,0.5371901,0.5413223,0.58264464,0.5785124,0.5785124,0.59090906,0.61157024,0.60330576,0.59917355,0.59090906,0.59504133,0.57024795,0.55785125,0.5123967,0.47107437,0.42561984,0.4090909,0.39256197,0.36363637,0.3264463,0.36363637,0.3966942,0.41735536,0.42975205,0.45041323,0.45454547,0.44214877,0.47933885,0.47933885,0.5,0.5371901,0.57024795,0.59090906,0.5785124,0.57438016,0.5661157,0.55785125,0.5371901,0.49586776,0.47933885,0.4752066,0.43801653,0.44214877,0.4338843,0.42975205,0.42561984,0.41735536,0.41322315,0.40495867,0.43801653,0.34710744,0.36363637,0.3553719,0.3677686,0.38016528,0.3966942,0.45041323,0.42561984,0.45041323,0.46280992,0.4752066,0.5,0.5082645,0.5041322,0.553719,0.553719,0.57438016,0.55785125,0.55785125,0.58264464,0.59917355,0.58677685,0.59504133,0.58264464,0.58677685,0.5785124,0.57024795,0.5661157,0.55785125,0.5247934,0.46694216,0.41322315,0.37603307,0.3429752,0.36363637,0.39256197,0.4090909,0.4338843,0.45041323,0.43801653,0.446281,0.48347107,0.49173555,0.5206612,0.54545456,0.5661157,0.5785124,0.58264464,0.56198347,0.55785125,0.553719,0.5371901,0.5247934,0.5082645,0.47107437,0.47107437,0.44214877,0.43801653,0.4338843,0.42975205,0.4214876,0.4214876,0.40082645,0.4338843,0.30165288,0.35950413,0.35950413,0.3677686,0.3677686,0.4090909,0.4338843,0.42975205,0.446281,0.46694216,0.48347107,0.5123967,0.5165289,0.5206612,0.5413223,0.54545456,0.5413223,0.54545456,0.5371901,0.56198347,0.57438016,0.57024795,0.56198347,0.5661157,0.553719,0.57438016,0.5785124,0.56198347,0.58677685,0.58677685,0.54545456,0.47107437,0.4214876,0.34710744,0.39256197,0.40495867,0.42561984,0.44214877,0.46280992,0.446281,0.46280992,0.4876033,0.5041322,0.5247934,0.54545456,0.57024795,0.57024795,0.58264464,0.55785125,0.53305787,0.5413223,0.5289256,0.53305787,0.5165289,0.47933885,0.46694216,0.45454547,0.446281,0.4214876,0.4214876,0.41322315,0.41322315,0.40495867,0.41322315,0.2603306,0.3553719,0.36363637,0.3677686,0.38016528,0.39256197,0.4214876,0.4338843,0.43801653,0.4752066,0.48347107,0.5247934,0.5247934,0.5206612,0.5289256,0.5247934,0.5165289,0.53305787,0.5123967,0.5247934,0.55785125,0.54545456,0.5247934,0.5247934,0.5289256,0.5661157,0.58264464,0.59090906,0.58264464,0.6363636,0.62396693,0.55785125,0.48347107,0.43801653,0.45454547,0.47107437,0.47107437,0.47107437,0.47933885,0.47107437,0.47933885,0.47933885,0.5,0.5123967,0.5165289,0.53305787,0.5247934,0.53305787,0.5206612,0.5165289,0.5165289,0.5165289,0.5123967,0.5041322,0.49586776,0.46280992,0.45454547,0.446281,0.4338843,0.4090909,0.41735536,0.3966942,0.4090909,0.3677686,0.2231405,0.35950413,0.36363637,0.36363637,0.35123968,0.3966942,0.40082645,0.43801653,0.44214877,0.45454547,0.48347107,0.5206612,0.5289256,0.5206612,0.5165289,0.5123967,0.5082645,0.5082645,0.4876033,0.4876033,0.5,0.49173555,0.47933885,0.49173555,0.5,0.5247934,0.56198347,0.5785124,0.5661157,0.59504133,0.607438,0.58677685,0.553719,0.5123967,0.5041322,0.49586776,0.49173555,0.5,0.49586776,0.4752066,0.47107437,0.46280992,0.46694216,0.46280992,0.45041323,0.4752066,0.4752066,0.45454547,0.4752066,0.49586776,0.49586776,0.49173555,0.5082645,0.49173555,0.4752066,0.46280992,0.446281,0.44214877,0.4214876,0.4214876,0.38842976,0.40082645,0.41735536,0.3140496,0.2107438,0.35123968,0.3553719,0.3677686,0.35123968,0.37603307,0.3966942,0.42561984,0.4338843,0.4338843,0.49586776,0.5041322,0.5206612,0.5123967,0.49586776,0.5123967,0.5,0.47933885,0.46280992,0.46694216,0.45041323,0.45041323,0.446281,0.46280992,0.45867768,0.45867768,0.45867768,0.4338843,0.3966942,0.38016528,0.35950413,0.4090909,0.49586776,0.46280992,0.41322315,0.35950413,0.36363637,0.40082645,0.40082645,0.42975205,0.45867768,0.45041323,0.41735536,0.41735536,0.40082645,0.41322315,0.41735536,0.4090909,0.446281,0.46694216,0.4752066,0.47107437,0.49173555,0.4752066,0.45454547,0.45454547,0.42975205,0.42561984,0.4090909,0.4338843,0.3966942,0.38842976,0.40495867,0.2644628,0.2107438,0.35950413,0.35950413,0.37190083,0.35123968,0.36363637,0.38842976,0.41735536,0.4214876,0.42561984,0.46694216,0.5,0.5041322,0.5,0.4752066,0.49173555,0.47933885,0.45041323,0.43801653,0.4090909,0.38429752,0.38842976,0.39256197,0.35950413,0.3181818,0.2892562,0.26859504,0.23966943,0.23140496,0.20247933,0.20661157,0.24793388,0.26859504,0.28512397,0.2644628,0.22727273,0.2231405,0.24793388,0.24793388,0.28099173,0.3181818,0.3264463,0.30991736,0.33471075,0.3140496,0.3264463,0.3305785,0.37603307,0.41735536,0.446281,0.45041323,0.46280992,0.46280992,0.44214877,0.45041323,0.45454547,0.41735536,0.41735536,0.4090909,0.4090909,0.39256197,0.4090909,0.35123968,0.22727273,0.21900827,0.38016528,0.3264463,0.37603307,0.35123968,0.35950413,0.37603307,0.39256197,0.41322315,0.4338843,0.446281,0.45867768,0.49173555,0.49173555,0.4752066,0.47107437,0.46280992,0.42561984,0.3677686,0.3181818,0.2892562,0.24793388,0.21900827,0.21487603,0.20247933,0.2231405,0.23140496,0.25619835,0.26859504,0.23553719,0.23140496,0.22727273,0.1983471,0.20661157,0.20661157,0.22727273,0.2231405,0.24793388,0.23966943,0.2520661,0.2520661,0.24380165,0.20661157,0.24793388,0.21487603,0.2603306,0.2892562,0.33471075,0.38429752,0.42561984,0.43801653,0.446281,0.44214877,0.42561984,0.44214877,0.44214877,0.42561984,0.41322315,0.4090909,0.40495867,0.40495867,0.4090909,0.2892562,0.20661157,0.20661157,0.3677686,0.35950413,0.3553719,0.35950413,0.3677686,0.3677686,0.37603307,0.39256197,0.4214876,0.41322315,0.44214877,0.46694216,0.47107437,0.46694216,0.46694216,0.42975205,0.39256197,0.35950413,0.36363637,0.37603307,0.37603307,0.3305785,0.36363637,0.40082645,0.42975205,0.42561984,0.47107437,0.5,0.45867768,0.45867768,0.43801653,0.41735536,0.446281,0.5,0.5082645,0.46694216,0.45454547,0.39256197,0.3966942,0.37603307,0.3677686,0.38016528,0.38016528,0.37603307,0.37190083,0.36363637,0.35123968,0.37603307,0.40082645,0.41735536,0.4338843,0.446281,0.42561984,0.42561984,0.446281,0.4214876,0.4090909,0.40082645,0.40495867,0.4090909,0.3553719,0.22727273,0.21487603,0.21487603,0.36363637,0.35123968,0.37190083,0.44214877,0.57438016,0.41322315,0.35950413,0.38429752,0.4090909,0.3966942,0.4214876,0.43801653,0.46280992,0.44214877,0.46280992,0.41322315,0.40495867,0.42975205,0.47933885,0.5123967,0.553719,0.5,0.49173555,0.5082645,0.49173555,0.47933885,0.5041322,0.553719,0.55785125,0.57024795,0.5661157,0.5661157,0.5785124,0.5785124,0.54545456,0.5206612,0.5165289,0.49586776,0.5041322,0.4876033,0.47107437,0.49173555,0.4752066,0.45454547,0.46280992,0.45041323,0.41735536,0.40495867,0.4090909,0.41322315,0.4338843,0.44214877,0.4214876,0.41322315,0.43801653,0.40082645,0.41322315,0.3966942,0.40495867,0.3966942,0.2892562,0.19008264,0.22727273,0.1983471,0.34710744,0.4338843,0.58264464,0.6983471,0.74793386,0.45041323,0.30991736,0.3677686,0.40082645,0.3966942,0.38842976,0.40495867,0.4338843,0.43801653,0.45041323,0.42975205,0.43801653,0.48347107,0.5123967,0.5082645,0.5289256,0.5082645,0.49586776,0.49173555,0.49173555,0.46280992,0.49173555,0.5165289,0.5123967,0.5165289,0.5082645,0.5041322,0.5082645,0.5082645,0.49173555,0.5,0.4876033,0.49586776,0.5041322,0.45454547,0.4214876,0.5041322,0.49173555,0.49586776,0.5082645,0.49173555,0.4752066,0.45454547,0.42975205,0.4214876,0.42561984,0.43801653,0.4214876,0.41322315,0.4338843,0.40082645,0.4090909,0.40495867,0.41735536,0.35123968,0.20247933,0.2107438,0.2107438,0.21900827,0.4876033,0.6859504,0.7644628,0.71487606,0.73966944,0.5371901,0.35950413,0.35950413,0.38016528,0.3966942,0.38016528,0.37190083,0.42561984,0.42975205,0.4214876,0.4338843,0.45867768,0.5041322,0.49173555,0.49586776,0.4876033,0.49586776,0.48347107,0.47107437,0.45041323,0.42975205,0.42561984,0.42561984,0.3966942,0.38842976,0.38429752,0.39256197,0.4090909,0.40082645,0.4090909,0.41322315,0.4214876,0.4338843,0.46694216,0.42975205,0.39256197,0.4752066,0.49173555,0.4876033,0.5,0.49173555,0.4752066,0.446281,0.4338843,0.42975205,0.42975205,0.4338843,0.42561984,0.4214876,0.41735536,0.4090909,0.41322315,0.4090909,0.39256197,0.26859504,0.21487603,0.20661157,0.21900827,0.22727273,0.75206614,0.7644628,0.72727275,0.7768595,0.88429755,0.5413223,0.42561984,0.34710744,0.36363637,0.38016528,0.38016528,0.37190083,0.40082645,0.41322315,0.41735536,0.42975205,0.45041323,0.4876033,0.49586776,0.47107437,0.47933885,0.47107437,0.46280992,0.45867768,0.4338843,0.42561984,0.40082645,0.39256197,0.3677686,0.34710744,0.3305785,0.35123968,0.3429752,0.3429752,0.35950413,0.37190083,0.38429752,0.40495867,0.4214876,0.41322315,0.41322315,0.45454547,0.47107437,0.47933885,0.47933885,0.46280992,0.46280992,0.43801653,0.4338843,0.4338843,0.4338843,0.4338843,0.42561984,0.41322315,0.4090909,0.4090909,0.41735536,0.3966942,0.30165288,0.20661157,0.19008264,0.21487603,0.22727273,0.22727273,0.78099173,0.71487606,0.7892562,0.8429752,0.8057851,0.47107437,0.45454547,0.3966942,0.35123968,0.35950413,0.37603307,0.39256197,0.39256197,0.39256197,0.4090909,0.4214876,0.43801653,0.45867768,0.48347107,0.46694216,0.45867768,0.45867768,0.44214877,0.4338843,0.42975205,0.40082645,0.38016528,0.37603307,0.34710744,0.3429752,0.3305785,0.3305785,0.3264463,0.338843,0.35123968,0.35950413,0.37190083,0.40082645,0.39256197,0.41735536,0.42975205,0.45041323,0.44214877,0.45867768,0.45041323,0.446281,0.446281,0.41735536,0.4214876,0.41322315,0.42975205,0.41735536,0.42975205,0.40082645,0.40082645,0.3966942,0.40495867,0.34710744,0.21900827,0.20661157,0.21900827,0.20247933,0.21900827,0.2107438,0.6983471,0.7768595,0.8471074,0.8181818,0.58677685,0.42975205,0.46694216,0.44214877,0.35950413,0.35950413,0.38429752,0.37603307,0.38429752,0.39256197,0.40495867,0.41735536,0.42975205,0.43801653,0.446281,0.46694216,0.45041323,0.43801653,0.4214876,0.42975205,0.42975205,0.4090909,0.38016528,0.3677686,0.3429752,0.3264463,0.33471075,0.3264463,0.30165288,0.35123968,0.3429752,0.35123968,0.38429752,0.3966942,0.4090909,0.42561984,0.44214877,0.44214877,0.42561984,0.43801653,0.43801653,0.43801653,0.42561984,0.41322315,0.40495867,0.4090909,0.42975205,0.42561984,0.41735536,0.4090909,0.40495867,0.38016528,0.39256197,0.35950413,0.22727273,0.23140496,0.2107438,0.2107438,0.21900827,0.20247933,0.73966944,0.8595041,0.8595041,0.6322314,0.4090909,0.4214876,0.47933885,0.47107437,0.40082645,0.3429752,0.3677686,0.36363637,0.39256197,0.40495867,0.40495867,0.41735536,0.4214876,0.43801653,0.44214877,0.4338843,0.45041323,0.43801653,0.4214876,0.42561984,0.40495867,0.40082645,0.38842976,0.39256197,0.4090909,0.4214876,0.42975205,0.4338843,0.42975205,0.42975205,0.40082645,0.3966942,0.39256197,0.39256197,0.4090909,0.42975205,0.44214877,0.45041323,0.4338843,0.446281,0.42561984,0.42975205,0.41735536,0.41322315,0.40495867,0.42561984,0.42975205,0.41735536,0.41322315,0.3966942,0.38429752,0.39256197,0.37190083,0.45041323,0.46694216,0.29338843,0.1983471,0.2107438,0.2107438,0.20247933,0.80991733,0.8719008,0.79752064,0.45454547,0.38016528,0.43801653,0.48347107,0.47107437,0.446281,0.36363637,0.34710744,0.3553719,0.37190083,0.40082645,0.41322315,0.42561984,0.4338843,0.43801653,0.45454547,0.446281,0.46694216,0.46280992,0.45041323,0.45867768,0.4338843,0.4338843,0.45867768,0.5082645,0.56198347,0.56198347,0.57024795,0.59090906,0.59917355,0.57438016,0.56198347,0.5495868,0.5289256,0.5,0.4752066,0.446281,0.4338843,0.46280992,0.46280992,0.45867768,0.45454547,0.44214877,0.41735536,0.40495867,0.40495867,0.42561984,0.4090909,0.40495867,0.40082645,0.38429752,0.38429752,0.39256197,0.3553719,0.38429752,0.5165289,0.5082645,0.28099173,0.19008264,0.20661157,0.20661157,0.8512397,0.8801653,0.677686,0.3305785,0.36363637,0.45041323,0.4876033,0.46280992,0.46280992,0.41735536,0.33471075,0.338843,0.35950413,0.38429752,0.38429752,0.40495867,0.4338843,0.446281,0.45454547,0.46694216,0.4752066,0.48347107,0.49173555,0.5082645,0.5206612,0.54545456,0.56198347,0.59090906,0.61570245,0.59917355,0.59917355,0.59917355,0.607438,0.59917355,0.61570245,0.60330576,0.57438016,0.58264464,0.5661157,0.49586776,0.43801653,0.49173555,0.49173555,0.48347107,0.45867768,0.446281,0.42561984,0.40082645,0.41322315,0.4214876,0.40082645,0.39256197,0.38016528,0.38429752,0.39256197,0.35950413,0.45454547,0.39256197,0.39256197,0.57024795,0.5,0.23140496,0.19008264,0.2107438,0.8719008,0.8471074,0.553719,0.23966943,0.33471075,0.46280992,0.46694216,0.47933885,0.46280992,0.4338843,0.36363637,0.3181818,0.3305785,0.3553719,0.3553719,0.38429752,0.4090909,0.40495867,0.44214877,0.45454547,0.48347107,0.48347107,0.5123967,0.5206612,0.5413223,0.57024795,0.55785125,0.58264464,0.58677685,0.57438016,0.59504133,0.58264464,0.5785124,0.57024795,0.59090906,0.56198347,0.5661157,0.5785124,0.58264464,0.55785125,0.5,0.5123967,0.5,0.4876033,0.45867768,0.4214876,0.4214876,0.4090909,0.41322315,0.40495867,0.3966942,0.38016528,0.38429752,0.40495867,0.39256197,0.3305785,0.5041322,0.55785125,0.338843,0.45867768,0.59917355,0.42561984,0.20661157,0.2107438,0.8719008,0.8181818,0.4338843,0.15289256,0.38842976,0.5,0.46694216,0.47933885,0.46694216,0.43801653,0.40082645,0.32231405,0.30578512,0.3181818,0.338843,0.37603307,0.38842976,0.3966942,0.4338843,0.45454547,0.47107437,0.4876033,0.5,0.5041322,0.5247934,0.5495868,0.54545456,0.5661157,0.55785125,0.5495868,0.553719,0.5495868,0.53305787,0.53305787,0.54545456,0.5371901,0.5371901,0.54545456,0.54545456,0.5371901,0.49586776,0.4876033,0.4752066,0.45454547,0.43801653,0.3966942,0.40495867,0.40495867,0.38016528,0.40082645,0.38842976,0.38016528,0.40082645,0.40495867,0.38429752,0.3305785,0.4338843,0.6198347,0.47107437,0.38016528,0.553719,0.6363636,0.30165288,0.17768595,0.88429755,0.7933884,0.338843,0.22727273,0.47933885,0.5082645,0.4876033,0.46280992,0.46280992,0.446281,0.42975205,0.338843,0.32231405,0.30991736,0.3140496,0.338843,0.35950413,0.3677686,0.3966942,0.40082645,0.45041323,0.44214877,0.4752066,0.49173555,0.49586776,0.5082645,0.5082645,0.5247934,0.5165289,0.5247934,0.5206612,0.5,0.49173555,0.5041322,0.49173555,0.5041322,0.5041322,0.5041322,0.49173555,0.47933885,0.46280992,0.43801653,0.44214877,0.4214876,0.40495867,0.3966942,0.3966942,0.38842976,0.37190083,0.3966942,0.3966942,0.38842976,0.38842976,0.38842976,0.38429752,0.3181818,0.3677686,0.57438016,0.5661157,0.37603307,0.4876033,0.6487603,0.59917355,0.14876033,0.88429755,0.75619835,0.2892562,0.36363637,0.5206612,0.49586776,0.5,0.47933885,0.46694216,0.44214877,0.42561984,0.38842976,0.33471075,0.3181818,0.3181818,0.30991736,0.3264463,0.3553719,0.34710744,0.37603307,0.4090909,0.4338843,0.42975205,0.46694216,0.45454547,0.4752066,0.4876033,0.47933885,0.49173555,0.4876033,0.47933885,0.47933885,0.48347107,0.4752066,0.4752066,0.47107437,0.46694216,0.44214877,0.43801653,0.42561984,0.40495867,0.41735536,0.41735536,0.40495867,0.38429752,0.38429752,0.38842976,0.38842976,0.3677686,0.3966942,0.38429752,0.37603307,0.3553719,0.38016528,0.40082645,0.29752067,0.28099173,0.5123967,0.61157024,0.3966942,0.43801653,0.58264464,0.6652893,0.3305785,0.90082645,0.69008267,0.28099173,0.45454547,0.5247934,0.49586776,0.5,0.5041322,0.4752066,0.45041323,0.43801653,0.41322315,0.3429752,0.3140496,0.32231405,0.3140496,0.29752067,0.33471075,0.3264463,0.36363637,0.36363637,0.38429752,0.38429752,0.40495867,0.41322315,0.42975205,0.44214877,0.446281,0.45041323,0.43801653,0.44214877,0.43801653,0.4338843,0.45867768,0.4338843,0.4338843,0.4214876,0.3966942,0.39256197,0.38842976,0.3677686,0.38842976,0.38016528,0.38429752,0.37603307,0.37603307,0.40082645,0.39256197,0.38016528,0.38842976,0.3677686,0.37190083,0.35950413,0.37603307,0.3966942,0.21487603,0.24380165,0.45041323,0.6446281,0.42561984,0.37190083,0.56198347,0.6487603,0.49586776,0.91322315,0.6983471,0.30991736,0.5,0.5123967,0.5165289,0.49586776,0.5123967,0.5,0.46694216,0.45041323,0.42975205,0.38016528,0.3305785,0.30578512,0.30578512,0.30578512,0.30991736,0.30991736,0.3305785,0.35123968,0.3553719,0.3553719,0.37190083,0.37190083,0.3677686,0.37603307,0.3966942,0.40082645,0.3966942,0.40495867,0.38842976,0.38842976,0.38429752,0.40082645,0.38016528,0.37190083,0.37603307,0.35950413,0.3677686,0.3677686,0.37603307,0.36363637,0.37603307,0.37603307,0.3966942,0.38842976,0.39256197,0.40082645,0.38016528,0.36363637,0.38429752,0.36363637,0.38842976,0.3677686,0.12809917,0.1983471,0.4090909,0.6446281,0.5082645,0.23966943,0.54545456,0.6198347,0.57438016,0.90909094,0.75619835,0.28512397,0.5082645,0.5206612,0.5247934,0.5041322,0.5041322,0.5123967,0.49173555,0.45454547,0.43801653,0.40082645,0.36363637,0.32231405,0.29752067,0.3140496,0.30578512,0.30991736,0.30578512,0.3264463,0.34710744,0.3553719,0.35950413,0.34710744,0.3553719,0.338843,0.3429752,0.3553719,0.3553719,0.3553719,0.35950413,0.3553719,0.338843,0.3553719,0.35123968,0.34710744,0.35950413,0.35123968,0.3553719,0.3553719,0.37190083,0.3677686,0.37603307,0.38842976,0.39256197,0.40082645,0.38429752,0.3966942,0.37603307,0.3677686,0.37603307,0.3553719,0.39256197,0.3305785,0.08264463,0.16528925,0.40495867,0.6322314,0.60330576,0.17768595,0.47933885,0.6198347,0.61570245,32 +0.13636364,0.12809917,0.12396694,0.11983471,0.11983471,0.10743801,0.12809917,0.14049587,0.11983471,0.14049587,0.14049587,0.14876033,0.16115703,0.1694215,0.18181819,0.21487603,0.20661157,0.2107438,0.19421488,0.18595041,0.19421488,0.1694215,0.18181819,0.1694215,0.1570248,0.15289256,0.1446281,0.1446281,0.15289256,0.1694215,0.20247933,0.18181819,0.2520661,0.24793388,0.21900827,0.2603306,0.30165288,0.30578512,0.29338843,0.30578512,0.30991736,0.3181818,0.35123968,0.3305785,0.3553719,0.42561984,0.42975205,0.39256197,0.35123968,0.35123968,0.37190083,0.38016528,0.38842976,0.37603307,0.3429752,0.28512397,0.28512397,0.28512397,0.25619835,0.20661157,0.19421488,0.16528925,0.16528925,0.16528925,0.12809917,0.1322314,0.1322314,0.09090909,0.11983471,0.12809917,0.12396694,0.1322314,0.1322314,0.14049587,0.1983471,0.17355372,0.19421488,0.20661157,0.20247933,0.22727273,0.23553719,0.24793388,0.22727273,0.21487603,0.1983471,0.18181819,0.18595041,0.17355372,0.1570248,0.1446281,0.15289256,0.1570248,0.17768595,0.19008264,0.22727273,0.23140496,0.22727273,0.2768595,0.30578512,0.32231405,0.30991736,0.3181818,0.2892562,0.30991736,0.30991736,0.3429752,0.338843,0.33471075,0.38842976,0.43801653,0.42975205,0.42561984,0.42561984,0.41735536,0.44214877,0.42975205,0.43801653,0.44214877,0.4090909,0.3553719,0.3429752,0.30165288,0.2768595,0.21900827,0.19421488,0.16115703,0.16528925,0.17355372,0.12809917,0.1322314,0.12809917,0.10743801,0.11983471,0.11983471,0.1322314,0.13636364,0.14049587,0.17355372,0.20247933,0.2231405,0.23553719,0.23966943,0.22727273,0.23553719,0.23553719,0.24793388,0.23966943,0.23140496,0.23553719,0.2107438,0.17768595,0.19421488,0.18181819,0.17355372,0.17768595,0.1570248,0.19008264,0.18595041,0.21900827,0.23966943,0.22727273,0.2644628,0.28099173,0.27272728,0.2768595,0.2892562,0.29752067,0.30165288,0.3264463,0.33471075,0.3553719,0.38842976,0.4338843,0.45454547,0.45454547,0.45867768,0.45041323,0.45454547,0.45454547,0.45454547,0.45867768,0.46694216,0.446281,0.41322315,0.38429752,0.3429752,0.30165288,0.23553719,0.18181819,0.1694215,0.1694215,0.1570248,0.14049587,0.12809917,0.11157025,0.11157025,0.10743801,0.13636364,0.14876033,0.1446281,0.18595041,0.2107438,0.23140496,0.25619835,0.27272728,0.2768595,0.2768595,0.28512397,0.29752067,0.29338843,0.27272728,0.26859504,0.25619835,0.23966943,0.2107438,0.21900827,0.1983471,0.19421488,0.1983471,0.18595041,0.19421488,0.2107438,0.2107438,0.23966943,0.23140496,0.26859504,0.27272728,0.26859504,0.28512397,0.29752067,0.3305785,0.33471075,0.3429752,0.38016528,0.42975205,0.44214877,0.46280992,0.45867768,0.47107437,0.4752066,0.45867768,0.45041323,0.46694216,0.47107437,0.45454547,0.46280992,0.45454547,0.42561984,0.40495867,0.3677686,0.30578512,0.2520661,0.19421488,0.15289256,0.17355372,0.13636364,0.14049587,0.1446281,0.12809917,0.12809917,0.1322314,0.1446281,0.16528925,0.1983471,0.21487603,0.2520661,0.26859504,0.30578512,0.34710744,0.338843,0.35950413,0.36363637,0.338843,0.2892562,0.26859504,0.2520661,0.24793388,0.2520661,0.23966943,0.2520661,0.23140496,0.23140496,0.23140496,0.23140496,0.23553719,0.2603306,0.2768595,0.2644628,0.27272728,0.2892562,0.30991736,0.28512397,0.32231405,0.3264463,0.34710744,0.37190083,0.38842976,0.4338843,0.47107437,0.4876033,0.5082645,0.5123967,0.4876033,0.49173555,0.47933885,0.45867768,0.47107437,0.47933885,0.46694216,0.47107437,0.45454547,0.43801653,0.41735536,0.38016528,0.30991736,0.26859504,0.21487603,0.16115703,0.14876033,0.10330579,0.10743801,0.1570248,0.16528925,0.16115703,0.16115703,0.17355372,0.20661157,0.24793388,0.2768595,0.3305785,0.37190083,0.40495867,0.39256197,0.41322315,0.39256197,0.3966942,0.38016528,0.3305785,0.29338843,0.27272728,0.23966943,0.21487603,0.24380165,0.24380165,0.2520661,0.24793388,0.2520661,0.2603306,0.2892562,0.2644628,0.32231405,0.30165288,0.3181818,0.3264463,0.3429752,0.3677686,0.38842976,0.38016528,0.3966942,0.42975205,0.47107437,0.4876033,0.5082645,0.5123967,0.5206612,0.5123967,0.5,0.5041322,0.4876033,0.46694216,0.4752066,0.47933885,0.5,0.47107437,0.47107437,0.45454547,0.42975205,0.39256197,0.33471075,0.30991736,0.23966943,0.17355372,0.13636364,0.1322314,0.11983471,0.16528925,0.25619835,0.22727273,0.20661157,0.22727273,0.23966943,0.3429752,0.3966942,0.41735536,0.4338843,0.4338843,0.4214876,0.41735536,0.41735536,0.41735536,0.41322315,0.38016528,0.38429752,0.338843,0.36363637,0.29752067,0.27272728,0.2768595,0.28512397,0.27272728,0.28512397,0.30991736,0.3264463,0.33471075,0.3553719,0.36363637,0.37603307,0.39256197,0.3966942,0.41735536,0.42975205,0.42561984,0.446281,0.47107437,0.5041322,0.5041322,0.5165289,0.5123967,0.5206612,0.5165289,0.5165289,0.49586776,0.49586776,0.5082645,0.48347107,0.48347107,0.49173555,0.4876033,0.47933885,0.46694216,0.4338843,0.4090909,0.39256197,0.3553719,0.27272728,0.19008264,0.1446281,0.13636364,0.17355372,0.28512397,0.4090909,0.3429752,0.24793388,0.2520661,0.3264463,0.46280992,0.5206612,0.49173555,0.48347107,0.4752066,0.47933885,0.5041322,0.5041322,0.5041322,0.5082645,0.5123967,0.49173555,0.45041323,0.4338843,0.4090909,0.38429752,0.36363637,0.3553719,0.36363637,0.35950413,0.35950413,0.37190083,0.37603307,0.40495867,0.40082645,0.40495867,0.42975205,0.42975205,0.43801653,0.46694216,0.45867768,0.47107437,0.49173555,0.5041322,0.5041322,0.5123967,0.5123967,0.5123967,0.5123967,0.5206612,0.5123967,0.5123967,0.5206612,0.5041322,0.5,0.5,0.49173555,0.47107437,0.47107437,0.43801653,0.41735536,0.40495867,0.40495867,0.35123968,0.2107438,0.13636364,0.1322314,0.24793388,0.43801653,0.5,0.446281,0.33471075,0.34710744,0.46280992,0.5661157,0.6198347,0.58264464,0.59917355,0.58677685,0.59917355,0.61157024,0.607438,0.59504133,0.59917355,0.61570245,0.61157024,0.5661157,0.54545456,0.5123967,0.4876033,0.45867768,0.4338843,0.4338843,0.41735536,0.4090909,0.41735536,0.42561984,0.43801653,0.43801653,0.43801653,0.43801653,0.45041323,0.45454547,0.46694216,0.47933885,0.47933885,0.49586776,0.49586776,0.49173555,0.49586776,0.49586776,0.5041322,0.5041322,0.5,0.5123967,0.5289256,0.5082645,0.5206612,0.5165289,0.5041322,0.49586776,0.47107437,0.46694216,0.446281,0.4338843,0.41735536,0.41322315,0.40082645,0.2892562,0.1446281,0.11983471,0.37603307,0.5041322,0.5495868,0.5,0.4338843,0.46280992,0.5495868,0.60330576,0.6198347,0.6322314,0.62396693,0.61570245,0.62396693,0.6198347,0.62396693,0.6322314,0.62396693,0.6487603,0.6487603,0.6404959,0.62396693,0.59917355,0.57438016,0.55785125,0.5206612,0.5,0.46694216,0.46694216,0.46280992,0.46280992,0.46280992,0.45454547,0.45867768,0.45041323,0.46280992,0.46694216,0.47107437,0.4752066,0.49173555,0.47933885,0.48347107,0.49173555,0.4752066,0.4752066,0.4876033,0.49173555,0.49173555,0.5123967,0.5123967,0.5123967,0.5123967,0.5206612,0.5082645,0.49173555,0.48347107,0.46280992,0.45454547,0.42561984,0.41735536,0.4214876,0.41322315,0.37603307,0.18595041,0.11983471,0.45867768,0.5165289,0.5495868,0.5289256,0.5,0.5413223,0.5785124,0.61157024,0.61157024,0.61157024,0.5785124,0.5495868,0.54545456,0.5371901,0.57024795,0.58264464,0.57438016,0.59090906,0.59917355,0.60330576,0.59917355,0.57438016,0.59090906,0.5785124,0.5661157,0.54545456,0.5289256,0.5165289,0.5082645,0.5041322,0.5165289,0.5,0.4876033,0.48347107,0.47933885,0.48347107,0.47933885,0.47107437,0.48347107,0.4752066,0.48347107,0.47933885,0.46694216,0.45867768,0.46694216,0.48347107,0.46280992,0.4876033,0.5041322,0.48347107,0.48347107,0.4876033,0.48347107,0.45867768,0.446281,0.4338843,0.446281,0.4338843,0.41322315,0.41735536,0.4090909,0.4214876,0.25619835,0.11570248,0.5206612,0.5289256,0.5495868,0.5413223,0.53305787,0.5371901,0.54545456,0.5413223,0.5247934,0.5247934,0.47933885,0.45867768,0.44214877,0.45867768,0.46694216,0.4876033,0.46280992,0.45867768,0.49173555,0.5123967,0.5165289,0.5289256,0.53305787,0.5413223,0.53305787,0.5371901,0.553719,0.553719,0.5495868,0.5413223,0.5371901,0.5289256,0.5247934,0.5082645,0.5041322,0.5041322,0.48347107,0.47933885,0.4752066,0.46280992,0.45454547,0.46280992,0.45041323,0.43801653,0.446281,0.45454547,0.446281,0.4338843,0.4338843,0.41322315,0.41735536,0.4090909,0.42975205,0.40495867,0.38429752,0.38842976,0.40082645,0.42561984,0.41735536,0.41322315,0.40082645,0.4214876,0.30578512,0.14049587,0.5289256,0.5495868,0.5495868,0.553719,0.5289256,0.4876033,0.47107437,0.45454547,0.44214877,0.42975205,0.4090909,0.4338843,0.42561984,0.40495867,0.38842976,0.37190083,0.36363637,0.30578512,0.3553719,0.38016528,0.39256197,0.4214876,0.43801653,0.45041323,0.46280992,0.49173555,0.5082645,0.5289256,0.54545456,0.54545456,0.5371901,0.5495868,0.5413223,0.5289256,0.5289256,0.5165289,0.5,0.4752066,0.45041323,0.43801653,0.42561984,0.43801653,0.4090909,0.40082645,0.3966942,0.38842976,0.3553719,0.33471075,0.33471075,0.3181818,0.30578512,0.33471075,0.3553719,0.34710744,0.3305785,0.3429752,0.3429752,0.37190083,0.38429752,0.40495867,0.4090909,0.42561984,0.35123968,0.16528925,0.5495868,0.553719,0.5661157,0.54545456,0.5,0.44214877,0.4338843,0.42975205,0.42975205,0.41322315,0.40082645,0.4090909,0.38429752,0.3553719,0.35123968,0.30991736,0.28099173,0.24380165,0.26859504,0.2644628,0.25619835,0.2768595,0.2892562,0.30165288,0.38016528,0.40495867,0.43801653,0.46280992,0.5041322,0.5123967,0.5165289,0.5371901,0.5247934,0.5289256,0.49586776,0.48347107,0.47933885,0.44214877,0.39256197,0.37603307,0.36363637,0.338843,0.3181818,0.28512397,0.2644628,0.2603306,0.23966943,0.23553719,0.23966943,0.25619835,0.24793388,0.27272728,0.30578512,0.30165288,0.30165288,0.3181818,0.3140496,0.3181818,0.37190083,0.38016528,0.41322315,0.42975205,0.38016528,0.20247933,0.55785125,0.55785125,0.57024795,0.5413223,0.5041322,0.42975205,0.40082645,0.4090909,0.38016528,0.38429752,0.38016528,0.3677686,0.37190083,0.3305785,0.3305785,0.3305785,0.29338843,0.2644628,0.2520661,0.26859504,0.21487603,0.23966943,0.23140496,0.22727273,0.26859504,0.2892562,0.338843,0.38842976,0.4338843,0.45454547,0.47933885,0.49173555,0.49586776,0.49173555,0.45867768,0.4338843,0.41735536,0.39256197,0.338843,0.29752067,0.29338843,0.24793388,0.22727273,0.2107438,0.20661157,0.20661157,0.21900827,0.22727273,0.23966943,0.2603306,0.2644628,0.28099173,0.30991736,0.30991736,0.3181818,0.32231405,0.33471075,0.3429752,0.3553719,0.3677686,0.40495867,0.42975205,0.39256197,0.1983471,0.58677685,0.5661157,0.5661157,0.54545456,0.5082645,0.446281,0.4090909,0.37603307,0.36363637,0.34710744,0.29338843,0.2644628,0.25619835,0.22727273,0.1694215,0.17768595,0.14049587,0.1570248,0.15289256,0.21900827,0.23966943,0.20247933,0.20661157,0.23966943,0.23966943,0.24380165,0.2892562,0.32231405,0.36363637,0.38429752,0.4214876,0.446281,0.45041323,0.446281,0.41322315,0.38016528,0.35950413,0.30578512,0.2892562,0.2520661,0.23966943,0.21900827,0.20247933,0.19421488,0.20247933,0.16115703,0.19008264,0.20247933,0.24793388,0.24380165,0.27272728,0.28099173,0.30578512,0.3264463,0.3429752,0.35123968,0.35123968,0.3429752,0.3677686,0.38016528,0.4090909,0.4338843,0.4090909,0.23966943,0.58264464,0.58264464,0.56198347,0.55785125,0.5082645,0.46280992,0.41735536,0.37190083,0.2892562,0.2520661,0.19008264,0.14876033,0.22727273,0.23966943,0.1446281,0.11983471,0.11570248,0.11157025,0.1322314,0.25619835,0.30165288,0.27272728,0.16115703,0.16528925,0.22727273,0.23966943,0.27272728,0.26859504,0.3140496,0.3429752,0.40495867,0.45041323,0.47107437,0.42975205,0.38842976,0.3429752,0.29752067,0.28512397,0.25619835,0.22727273,0.19008264,0.17355372,0.17768595,0.24380165,0.1983471,0.11157025,0.09090909,0.08677686,0.11157025,0.11157025,0.1983471,0.2107438,0.17768595,0.2231405,0.28512397,0.3264463,0.3553719,0.35950413,0.38842976,0.4090909,0.39256197,0.446281,0.4090909,0.27272728,0.58677685,0.5785124,0.57438016,0.5785124,0.5247934,0.48347107,0.41735536,0.3553719,0.29338843,0.25619835,0.24793388,0.21487603,0.2644628,0.32231405,0.23553719,0.17768595,0.14876033,0.14876033,0.2107438,0.3181818,0.3140496,0.24380165,0.20247933,0.16115703,0.17768595,0.24380165,0.2644628,0.2603306,0.29338843,0.40495867,0.5206612,0.55785125,0.57024795,0.5082645,0.45041323,0.34710744,0.28512397,0.2520661,0.22727273,0.20247933,0.14876033,0.13636364,0.17355372,0.2603306,0.24793388,0.16528925,0.12396694,0.11570248,0.11983471,0.16115703,0.2520661,0.23966943,0.1570248,0.1446281,0.16528925,0.23553719,0.338843,0.37190083,0.3966942,0.4090909,0.41322315,0.4214876,0.4214876,0.29752067,0.58677685,0.5785124,0.59090906,0.60330576,0.58677685,0.5495868,0.5206612,0.49586776,0.49586776,0.4752066,0.45867768,0.45041323,0.43801653,0.42975205,0.39256197,0.33471075,0.30165288,0.29338843,0.28512397,0.30578512,0.28512397,0.2603306,0.23966943,0.23966943,0.2520661,0.28099173,0.24380165,0.2520661,0.33471075,0.5123967,0.6322314,0.6652893,0.6322314,0.5785124,0.5123967,0.42561984,0.28512397,0.23553719,0.23140496,0.24380165,0.21487603,0.18181819,0.1983471,0.24380165,0.29338843,0.24793388,0.20247933,0.1983471,0.20661157,0.2520661,0.3264463,0.2768595,0.2603306,0.2520661,0.2231405,0.22727273,0.2768595,0.36363637,0.3966942,0.42975205,0.4214876,0.42561984,0.41735536,0.30991736,0.58264464,0.59504133,0.60330576,0.6280992,0.6280992,0.61157024,0.61570245,0.59917355,0.607438,0.6198347,0.56198347,0.5495868,0.55785125,0.53305787,0.47933885,0.446281,0.40495867,0.42975205,0.40082645,0.36363637,0.3181818,0.2892562,0.29752067,0.27272728,0.28512397,0.30578512,0.27272728,0.29752067,0.43801653,0.59917355,0.6818182,0.71900827,0.6735537,0.6322314,0.56198347,0.46694216,0.3429752,0.2603306,0.2603306,0.29338843,0.30165288,0.27272728,0.29338843,0.3140496,0.3264463,0.3140496,0.3140496,0.33471075,0.33471075,0.34710744,0.36363637,0.37190083,0.3677686,0.3677686,0.3677686,0.38016528,0.3677686,0.4090909,0.42561984,0.44214877,0.43801653,0.42975205,0.3966942,0.3264463,0.5785124,0.61570245,0.6280992,0.6280992,0.6363636,0.6487603,0.6652893,0.6528926,0.6322314,0.62396693,0.57438016,0.5165289,0.5082645,0.5206612,0.4876033,0.46280992,0.46280992,0.446281,0.4214876,0.37190083,0.3305785,0.3181818,0.3305785,0.338843,0.34710744,0.34710744,0.38016528,0.446281,0.5123967,0.6280992,0.71487606,0.7231405,0.677686,0.661157,0.59090906,0.47107437,0.38016528,0.35123968,0.3305785,0.3553719,0.35950413,0.29752067,0.3264463,0.3264463,0.3553719,0.3429752,0.37190083,0.38016528,0.38016528,0.39256197,0.41735536,0.41735536,0.41735536,0.40495867,0.43801653,0.45041323,0.446281,0.43801653,0.446281,0.446281,0.42975205,0.42975205,0.38429752,0.3140496,0.5785124,0.59917355,0.6404959,0.6404959,0.6528926,0.6735537,0.6942149,0.6694215,0.661157,0.661157,0.6322314,0.5661157,0.5165289,0.49173555,0.44214877,0.41735536,0.40495867,0.40495867,0.4090909,0.4090909,0.4090909,0.4214876,0.46280992,0.49586776,0.49586776,0.5,0.5289256,0.54545456,0.5495868,0.6280992,0.69008267,0.70247936,0.6735537,0.6570248,0.59090906,0.47107437,0.38016528,0.41322315,0.41735536,0.42561984,0.43801653,0.38842976,0.36363637,0.33471075,0.33471075,0.3140496,0.3677686,0.3677686,0.38016528,0.38842976,0.3966942,0.40082645,0.41322315,0.41322315,0.43801653,0.45867768,0.47107437,0.46280992,0.45454547,0.45867768,0.4338843,0.4214876,0.36363637,0.34710744,0.5785124,0.607438,0.6363636,0.6363636,0.6528926,0.6694215,0.6735537,0.6735537,0.6735537,0.6694215,0.6694215,0.6487603,0.6363636,0.61157024,0.58264464,0.553719,0.5289256,0.5165289,0.5206612,0.56198347,0.57024795,0.59090906,0.62396693,0.6363636,0.61570245,0.6198347,0.58264464,0.57024795,0.58264464,0.6363636,0.6942149,0.71487606,0.69008267,0.6570248,0.59504133,0.47933885,0.38842976,0.4338843,0.446281,0.45454547,0.47107437,0.46694216,0.4338843,0.38842976,0.39256197,0.35950413,0.3553719,0.37190083,0.36363637,0.37603307,0.37190083,0.39256197,0.41735536,0.40495867,0.446281,0.45867768,0.47107437,0.46694216,0.46280992,0.44214877,0.45454547,0.42561984,0.37603307,0.40082645,0.57438016,0.60330576,0.61570245,0.6404959,0.6528926,0.6735537,0.6818182,0.6942149,0.7066116,0.6942149,0.69008267,0.6942149,0.6942149,0.6735537,0.6652893,0.6446281,0.6363636,0.62396693,0.6404959,0.6570248,0.6735537,0.69008267,0.6942149,0.6694215,0.6363636,0.6280992,0.59504133,0.58264464,0.58264464,0.6280992,0.69008267,0.70247936,0.6942149,0.6487603,0.607438,0.5082645,0.40495867,0.4338843,0.446281,0.46280992,0.49173555,0.5165289,0.5041322,0.4752066,0.47107437,0.43801653,0.42975205,0.43801653,0.4338843,0.446281,0.44214877,0.45041323,0.45867768,0.46280992,0.45867768,0.47107437,0.47933885,0.47107437,0.45867768,0.44214877,0.446281,0.4090909,0.3966942,0.4338843,0.55785125,0.59090906,0.59917355,0.60330576,0.6280992,0.6652893,0.6694215,0.6983471,0.7107438,0.7107438,0.71900827,0.71900827,0.7231405,0.7066116,0.69008267,0.6859504,0.6859504,0.69008267,0.71487606,0.7066116,0.70247936,0.6942149,0.6983471,0.6652893,0.61570245,0.60330576,0.59090906,0.59917355,0.59090906,0.6446281,0.6859504,0.7066116,0.6942149,0.661157,0.6280992,0.553719,0.43801653,0.43801653,0.42975205,0.45454547,0.5041322,0.5371901,0.553719,0.5289256,0.553719,0.53305787,0.49586776,0.47933885,0.5123967,0.5289256,0.5165289,0.5289256,0.5082645,0.5123967,0.4876033,0.49586776,0.4876033,0.47933885,0.45454547,0.446281,0.4338843,0.39256197,0.4090909,0.46694216,0.5289256,0.553719,0.5785124,0.59090906,0.59504133,0.62396693,0.6446281,0.6694215,0.6942149,0.71487606,0.72727275,0.71900827,0.72727275,0.7066116,0.6983471,0.7066116,0.71900827,0.72727275,0.73140496,0.71900827,0.6942149,0.6983471,0.69008267,0.6446281,0.607438,0.59917355,0.58677685,0.59504133,0.61157024,0.6446281,0.6942149,0.71487606,0.6942149,0.6735537,0.6446281,0.57024795,0.47933885,0.45454547,0.44214877,0.42975205,0.47933885,0.5413223,0.57438016,0.58264464,0.59090906,0.58264464,0.56198347,0.56198347,0.55785125,0.57024795,0.5661157,0.5495868,0.5371901,0.5413223,0.53305787,0.5,0.5041322,0.45867768,0.43801653,0.42561984,0.4214876,0.36363637,0.45041323,0.4876033,0.5165289,0.5206612,0.54545456,0.55785125,0.56198347,0.59917355,0.61157024,0.61570245,0.61157024,0.6735537,0.6983471,0.70247936,0.71487606,0.71487606,0.71487606,0.7355372,0.73140496,0.7231405,0.7231405,0.71900827,0.70247936,0.70247936,0.6859504,0.6322314,0.607438,0.60330576,0.59917355,0.59090906,0.61157024,0.6404959,0.69008267,0.70247936,0.6942149,0.6570248,0.6487603,0.57438016,0.5,0.47933885,0.45454547,0.4214876,0.46694216,0.53305787,0.5661157,0.58677685,0.6198347,0.61570245,0.61157024,0.607438,0.6198347,0.59917355,0.59090906,0.54545456,0.5495868,0.5413223,0.5247934,0.5041322,0.5,0.45041323,0.44214877,0.4214876,0.40495867,0.38842976,0.47107437,0.49586776,0.5165289,0.5041322,0.5289256,0.5371901,0.55785125,0.58677685,0.58677685,0.59504133,0.61157024,0.6446281,0.6735537,0.6735537,0.7231405,0.72727275,0.7231405,0.71487606,0.7107438,0.73140496,0.71900827,0.71487606,0.6983471,0.6818182,0.6570248,0.59917355,0.58264464,0.607438,0.59504133,0.5661157,0.60330576,0.6363636,0.6859504,0.70247936,0.6859504,0.6652893,0.6446281,0.58264464,0.5082645,0.4752066,0.48347107,0.42975205,0.45041323,0.5289256,0.56198347,0.59504133,0.6198347,0.6322314,0.62396693,0.6363636,0.6363636,0.6198347,0.59917355,0.5785124,0.57438016,0.553719,0.5289256,0.49173555,0.46694216,0.44214877,0.42561984,0.42561984,0.3966942,0.3966942,0.446281,0.47933885,0.5082645,0.4876033,0.5082645,0.5413223,0.54545456,0.58677685,0.58677685,0.58677685,0.61157024,0.6280992,0.6528926,0.6652893,0.69008267,0.71487606,0.7107438,0.7066116,0.7066116,0.70247936,0.70247936,0.6818182,0.6735537,0.6446281,0.59917355,0.58264464,0.59090906,0.61157024,0.59917355,0.59090906,0.59917355,0.6322314,0.6694215,0.7107438,0.6818182,0.6694215,0.6404959,0.59090906,0.5289256,0.47107437,0.53305787,0.5,0.4214876,0.5041322,0.5495868,0.58677685,0.59917355,0.62396693,0.62396693,0.61570245,0.6322314,0.6198347,0.61570245,0.58677685,0.58677685,0.553719,0.53305787,0.5,0.46280992,0.44214877,0.4214876,0.41735536,0.3966942,0.3966942,0.45041323,0.4214876,0.4752066,0.5,0.49173555,0.49586776,0.5082645,0.53305787,0.553719,0.59090906,0.59917355,0.61157024,0.62396693,0.6322314,0.6570248,0.6942149,0.6983471,0.6818182,0.6942149,0.6652893,0.661157,0.6528926,0.6404959,0.59917355,0.5495868,0.59917355,0.6280992,0.6280992,0.61157024,0.59917355,0.60330576,0.61157024,0.6570248,0.70247936,0.6818182,0.6528926,0.6487603,0.607438,0.57024795,0.5206612,0.56198347,0.59504133,0.49173555,0.4338843,0.5495868,0.58264464,0.59504133,0.6198347,0.62396693,0.607438,0.607438,0.59504133,0.59917355,0.5785124,0.56198347,0.54545456,0.53305787,0.5,0.45041323,0.42975205,0.41322315,0.40082645,0.39256197,0.41735536,0.42561984,0.3305785,0.47107437,0.5,0.5041322,0.47933885,0.49586776,0.5206612,0.54545456,0.57024795,0.57438016,0.5785124,0.607438,0.6280992,0.62396693,0.6570248,0.6652893,0.6528926,0.6694215,0.6280992,0.6198347,0.6487603,0.59504133,0.54545456,0.5495868,0.60330576,0.6198347,0.6198347,0.62396693,0.6198347,0.61570245,0.677686,0.71487606,0.7066116,0.6859504,0.661157,0.661157,0.62396693,0.59090906,0.53305787,0.553719,0.58264464,0.56198347,0.42975205,0.5041322,0.57438016,0.59090906,0.60330576,0.61157024,0.61157024,0.60330576,0.59090906,0.58264464,0.55785125,0.5371901,0.5206612,0.5123967,0.4876033,0.42975205,0.42561984,0.38429752,0.4090909,0.38016528,0.40495867,0.35123968,0.25619835,0.46280992,0.49173555,0.5082645,0.5123967,0.5041322,0.5082645,0.53305787,0.56198347,0.57438016,0.55785125,0.59917355,0.59917355,0.6198347,0.6280992,0.6280992,0.6322314,0.6322314,0.6363636,0.61570245,0.59090906,0.553719,0.5165289,0.5371901,0.58677685,0.59504133,0.58264464,0.58677685,0.5661157,0.5785124,0.6322314,0.661157,0.6198347,0.62396693,0.58264464,0.60330576,0.57438016,0.5247934,0.48347107,0.5,0.5165289,0.5206612,0.46694216,0.45454547,0.5495868,0.57024795,0.58264464,0.59090906,0.59504133,0.58264464,0.58264464,0.57024795,0.5413223,0.5082645,0.49586776,0.47933885,0.45867768,0.42561984,0.4090909,0.3966942,0.41735536,0.35123968,0.30578512,0.24380165,0.23966943,0.45867768,0.49173555,0.5,0.5206612,0.4876033,0.49173555,0.5165289,0.5495868,0.54545456,0.5661157,0.57438016,0.58264464,0.59917355,0.61157024,0.61570245,0.607438,0.59504133,0.60330576,0.58677685,0.56198347,0.56198347,0.553719,0.49173555,0.5041322,0.5041322,0.49586776,0.5041322,0.47107437,0.46694216,0.5041322,0.5289256,0.5165289,0.5206612,0.47107437,0.48347107,0.45867768,0.41322315,0.40495867,0.42561984,0.42561984,0.43801653,0.42561984,0.42975205,0.5082645,0.553719,0.55785125,0.55785125,0.56198347,0.56198347,0.553719,0.5371901,0.49586776,0.4876033,0.46694216,0.46280992,0.4214876,0.40082645,0.41322315,0.40082645,0.41322315,0.2768595,0.2231405,0.20247933,0.23553719,0.45454547,0.46694216,0.49586776,0.5082645,0.48347107,0.49586776,0.5041322,0.5289256,0.5371901,0.55785125,0.57024795,0.5785124,0.5785124,0.58677685,0.59090906,0.60330576,0.59917355,0.59504133,0.57024795,0.56198347,0.58677685,0.6322314,0.4876033,0.3677686,0.338843,0.32231405,0.3305785,0.3677686,0.37603307,0.3966942,0.41322315,0.41322315,0.41322315,0.38429752,0.37190083,0.3553719,0.3264463,0.3181818,0.3140496,0.3140496,0.37603307,0.40082645,0.40495867,0.45041323,0.53305787,0.5413223,0.5413223,0.53305787,0.5247934,0.5206612,0.5,0.47933885,0.46694216,0.44214877,0.43801653,0.4090909,0.3966942,0.40082645,0.4090909,0.40082645,0.22727273,0.21900827,0.22727273,0.2231405,0.45867768,0.45041323,0.48347107,0.5123967,0.48347107,0.4876033,0.5082645,0.5165289,0.5206612,0.53305787,0.553719,0.553719,0.5661157,0.5661157,0.57438016,0.607438,0.61570245,0.59917355,0.58264464,0.59917355,0.607438,0.6528926,0.6322314,0.38842976,0.23553719,0.19421488,0.21900827,0.20247933,0.20661157,0.28512397,0.32231405,0.32231405,0.338843,0.30991736,0.2603306,0.21900827,0.18595041,0.19008264,0.17768595,0.2644628,0.38016528,0.41322315,0.4090909,0.41322315,0.47107437,0.5247934,0.5247934,0.5165289,0.49173555,0.47933885,0.45454547,0.45867768,0.45041323,0.42561984,0.41322315,0.3966942,0.38842976,0.3966942,0.40495867,0.3677686,0.23553719,0.20661157,0.23140496,0.2231405,0.45041323,0.45041323,0.4752066,0.5,0.49586776,0.49173555,0.49173555,0.5289256,0.5123967,0.5123967,0.5413223,0.5247934,0.55785125,0.57024795,0.59504133,0.607438,0.61570245,0.607438,0.61157024,0.61570245,0.6322314,0.6446281,0.6570248,0.54545456,0.35123968,0.28512397,0.2603306,0.24380165,0.23140496,0.23140496,0.2520661,0.25619835,0.2644628,0.2520661,0.21900827,0.2107438,0.21487603,0.2107438,0.2107438,0.3305785,0.4214876,0.44214877,0.42561984,0.42975205,0.45454547,0.49586776,0.5247934,0.49586776,0.48347107,0.45454547,0.4338843,0.4214876,0.42561984,0.4090909,0.3966942,0.3966942,0.39256197,0.38842976,0.40495867,0.33471075,0.2107438,0.2231405,0.21487603,0.22727273,0.46694216,0.446281,0.46694216,0.4876033,0.5,0.4876033,0.47933885,0.5165289,0.5165289,0.5165289,0.5123967,0.5371901,0.5247934,0.58677685,0.61157024,0.6280992,0.6280992,0.59917355,0.6280992,0.6280992,0.6570248,0.6570248,0.6487603,0.6322314,0.5785124,0.5247934,0.45041323,0.38429752,0.35123968,0.2892562,0.24380165,0.2603306,0.26859504,0.26859504,0.2892562,0.29752067,0.3140496,0.3264463,0.3553719,0.40495867,0.446281,0.446281,0.46280992,0.4338843,0.45454547,0.47107437,0.5,0.5041322,0.47107437,0.4338843,0.41322315,0.40082645,0.40082645,0.3966942,0.3966942,0.39256197,0.39256197,0.38429752,0.4090909,0.30578512,0.19421488,0.2231405,0.21900827,0.21487603,0.45454547,0.46694216,0.46280992,0.49173555,0.5041322,0.47933885,0.45867768,0.5206612,0.5289256,0.5289256,0.53305787,0.5495868,0.56198347,0.58264464,0.607438,0.62396693,0.6198347,0.62396693,0.6363636,0.6446281,0.6570248,0.6446281,0.6446281,0.6404959,0.6322314,0.61570245,0.59917355,0.5413223,0.48347107,0.38429752,0.29338843,0.26859504,0.3181818,0.3429752,0.3677686,0.40082645,0.40082645,0.3966942,0.42561984,0.43801653,0.45454547,0.45041323,0.46280992,0.43801653,0.44214877,0.46280992,0.48347107,0.5,0.47933885,0.4338843,0.4090909,0.4090909,0.3966942,0.38429752,0.38842976,0.38842976,0.38429752,0.3966942,0.40495867,0.26859504,0.19008264,0.2107438,0.2231405,0.2107438,0.45041323,0.46694216,0.47107437,0.49173555,0.5,0.5041322,0.48347107,0.49586776,0.5371901,0.54545456,0.5413223,0.5495868,0.58677685,0.58677685,0.6198347,0.6198347,0.59504133,0.61157024,0.6363636,0.6487603,0.6363636,0.6363636,0.6280992,0.6198347,0.6198347,0.59917355,0.60330576,0.58264464,0.56198347,0.5082645,0.39256197,0.3264463,0.3677686,0.37603307,0.38842976,0.40495867,0.40495867,0.42975205,0.42975205,0.43801653,0.45041323,0.44214877,0.446281,0.44214877,0.44214877,0.45041323,0.47933885,0.4876033,0.47107437,0.45454547,0.4214876,0.41322315,0.40495867,0.3966942,0.40082645,0.38842976,0.39256197,0.3966942,0.38016528,0.2107438,0.19421488,0.23140496,0.2231405,0.21487603,0.44214877,0.46694216,0.4752066,0.4876033,0.5,0.5041322,0.5165289,0.5165289,0.54545456,0.553719,0.56198347,0.5785124,0.58677685,0.59917355,0.61570245,0.58677685,0.58677685,0.59917355,0.6198347,0.62396693,0.6198347,0.607438,0.6198347,0.61570245,0.607438,0.59504133,0.5785124,0.58677685,0.5661157,0.5413223,0.4752066,0.43801653,0.4338843,0.41735536,0.40082645,0.4090909,0.41735536,0.4338843,0.4090909,0.4214876,0.4338843,0.4214876,0.43801653,0.45041323,0.4338843,0.45041323,0.46694216,0.48347107,0.47107437,0.45454547,0.45041323,0.42561984,0.41735536,0.40495867,0.40082645,0.40082645,0.38842976,0.40082645,0.34710744,0.20247933,0.19421488,0.22727273,0.21487603,0.2107438,0.45454547,0.45041323,0.47107437,0.4876033,0.5041322,0.4876033,0.5206612,0.5206612,0.54545456,0.5661157,0.5785124,0.58264464,0.58677685,0.57438016,0.58677685,0.55785125,0.57438016,0.5661157,0.59917355,0.61157024,0.59090906,0.5785124,0.58677685,0.59917355,0.59917355,0.60330576,0.58264464,0.59090906,0.607438,0.5785124,0.53305787,0.5123967,0.5165289,0.49586776,0.45454547,0.42561984,0.41322315,0.42561984,0.4214876,0.40495867,0.41322315,0.4214876,0.42561984,0.4338843,0.4338843,0.42561984,0.44214877,0.45041323,0.45041323,0.46280992,0.446281,0.4338843,0.42561984,0.40082645,0.4090909,0.38842976,0.38842976,0.38429752,0.30578512,0.19421488,0.21487603,0.2231405,0.21900827,0.21487603,0.43801653,0.45454547,0.47107437,0.4752066,0.5041322,0.5,0.5165289,0.5289256,0.5495868,0.58264464,0.58677685,0.57438016,0.57438016,0.5661157,0.5661157,0.5495868,0.5413223,0.5289256,0.553719,0.5661157,0.5495868,0.5289256,0.55785125,0.56198347,0.58264464,0.60330576,0.6198347,0.59504133,0.62396693,0.62396693,0.57438016,0.5495868,0.58677685,0.60330576,0.56198347,0.5041322,0.45454547,0.41322315,0.42561984,0.3966942,0.3966942,0.4090909,0.41322315,0.40495867,0.41322315,0.3966942,0.4090909,0.42975205,0.44214877,0.45041323,0.43801653,0.42975205,0.41735536,0.40082645,0.40082645,0.38429752,0.38842976,0.36363637,0.24793388,0.1983471,0.2107438,0.22727273,0.21487603,0.2107438,0.41322315,0.446281,0.47107437,0.4752066,0.5,0.49586776,0.5082645,0.53305787,0.553719,0.57024795,0.58264464,0.57024795,0.5495868,0.55785125,0.553719,0.5413223,0.5165289,0.5165289,0.5041322,0.5041322,0.5041322,0.5082645,0.5495868,0.553719,0.553719,0.57438016,0.5661157,0.5289256,0.5247934,0.5247934,0.5371901,0.54545456,0.5661157,0.553719,0.5,0.46694216,0.446281,0.42561984,0.41322315,0.3966942,0.37190083,0.39256197,0.38016528,0.38016528,0.38429752,0.3677686,0.3966942,0.4214876,0.42561984,0.42975205,0.4338843,0.4338843,0.4090909,0.40082645,0.3966942,0.3966942,0.39256197,0.3305785,0.21900827,0.1983471,0.21900827,0.21900827,0.21487603,0.20247933,0.39256197,0.4338843,0.45867768,0.47107437,0.49586776,0.49586776,0.49586776,0.5206612,0.5495868,0.55785125,0.57024795,0.56198347,0.5247934,0.5413223,0.53305787,0.5041322,0.49586776,0.46694216,0.446281,0.446281,0.46694216,0.46280992,0.45454547,0.446281,0.4090909,0.38016528,0.34710744,0.3181818,0.3181818,0.2892562,0.32231405,0.37603307,0.38429752,0.35123968,0.29338843,0.30165288,0.30991736,0.3264463,0.3429752,0.37190083,0.35950413,0.33471075,0.35123968,0.34710744,0.3553719,0.36363637,0.40082645,0.4214876,0.4214876,0.41735536,0.4214876,0.42561984,0.4090909,0.38842976,0.38429752,0.38016528,0.3966942,0.25619835,0.2107438,0.20247933,0.21900827,0.21900827,0.2107438,0.20661157,0.37190083,0.41322315,0.45041323,0.45867768,0.47933885,0.4876033,0.5041322,0.5082645,0.5289256,0.54545456,0.54545456,0.54545456,0.5165289,0.5165289,0.5082645,0.45454547,0.4090909,0.36363637,0.32231405,0.28512397,0.28512397,0.27272728,0.21900827,0.2231405,0.22727273,0.2231405,0.2107438,0.19008264,0.19421488,0.20661157,0.17768595,0.20661157,0.2231405,0.21900827,0.17355372,0.18595041,0.18595041,0.20247933,0.21487603,0.23140496,0.23966943,0.25619835,0.24793388,0.2768595,0.30578512,0.3553719,0.3966942,0.40495867,0.41322315,0.41322315,0.4090909,0.42561984,0.40495867,0.38429752,0.38842976,0.39256197,0.3429752,0.21487603,0.21487603,0.20661157,0.2231405,0.20661157,0.21487603,0.2107438,0.35950413,0.38429752,0.44214877,0.45041323,0.45867768,0.46694216,0.4876033,0.49586776,0.5,0.5247934,0.5371901,0.5206612,0.5082645,0.5082645,0.46280992,0.3966942,0.37190083,0.37603307,0.38429752,0.35123968,0.338843,0.33471075,0.3429752,0.35123968,0.3429752,0.38842976,0.37190083,0.3181818,0.27272728,0.23966943,0.23140496,0.2644628,0.2768595,0.28512397,0.2603306,0.2603306,0.26859504,0.24380165,0.24793388,0.24793388,0.2520661,0.28512397,0.29338843,0.32231405,0.30165288,0.34710744,0.38429752,0.38429752,0.4214876,0.40495867,0.40495867,0.41322315,0.4090909,0.37190083,0.3966942,0.37603307,0.2768595,0.20661157,0.21487603,0.2107438,0.21487603,0.20661157,0.2231405,0.2107438,0.3553719,0.3553719,0.41735536,0.44214877,0.45041323,0.45867768,0.4752066,0.4752066,0.5,0.5082645,0.5206612,0.5165289,0.5082645,0.48347107,0.446281,0.4214876,0.46694216,0.5165289,0.5785124,0.58677685,0.56198347,0.5123967,0.53305787,0.5206612,0.49173555,0.5371901,0.5785124,0.5661157,0.5289256,0.4876033,0.47933885,0.49173555,0.49173555,0.49173555,0.47107437,0.45867768,0.38842976,0.36363637,0.35123968,0.37190083,0.38842976,0.39256197,0.38016528,0.40495867,0.37603307,0.35123968,0.38429752,0.39256197,0.4214876,0.40495867,0.3966942,0.40082645,0.39256197,0.36363637,0.3966942,0.35950413,0.22727273,0.20247933,0.21900827,0.21900827,0.20247933,0.2107438,0.21487603,0.20661157,0.3553719,0.37190083,0.38842976,0.4090909,0.43801653,0.45867768,0.47107437,0.47107437,0.46280992,0.47933885,0.5082645,0.5082645,0.5,0.48347107,0.46280992,0.47107437,0.5371901,0.56198347,0.5661157,0.58264464,0.5495868,0.5371901,0.553719,0.5289256,0.5041322,0.5082645,0.53305787,0.55785125,0.5413223,0.5289256,0.5206612,0.53305787,0.5371901,0.5082645,0.46694216,0.45867768,0.42975205,0.43801653,0.41322315,0.40495867,0.42561984,0.4338843,0.40082645,0.42561984,0.40495867,0.38429752,0.39256197,0.40495867,0.4090909,0.4214876,0.3966942,0.38842976,0.38842976,0.3677686,0.37190083,0.4752066,0.29338843,0.19008264,0.21487603,0.21900827,0.21487603,0.2231405,0.2107438,0.20661157,0.3677686,0.36363637,0.37190083,0.39256197,0.42561984,0.45041323,0.45867768,0.47107437,0.45041323,0.46280992,0.5,0.49173555,0.4876033,0.47933885,0.49173555,0.5206612,0.553719,0.5495868,0.5413223,0.5495868,0.55785125,0.5247934,0.5206612,0.5041322,0.4876033,0.4752066,0.49173555,0.5123967,0.48347107,0.46694216,0.45867768,0.47107437,0.46280992,0.45454547,0.45041323,0.42561984,0.42561984,0.43801653,0.3966942,0.38016528,0.42975205,0.4338843,0.4338843,0.4090909,0.40495867,0.39256197,0.38842976,0.40495867,0.40495867,0.3966942,0.39256197,0.38429752,0.38429752,0.37190083,0.33471075,0.4876033,0.5785124,0.35123968,0.21900827,0.20247933,0.21900827,0.2107438,0.2231405,0.21487603,0.35950413,0.3677686,0.38016528,0.38016528,0.40495867,0.44214877,0.446281,0.46280992,0.44214877,0.446281,0.48347107,0.48347107,0.47933885,0.46694216,0.49173555,0.5247934,0.54545456,0.53305787,0.5371901,0.5206612,0.5123967,0.5165289,0.5123967,0.49586776,0.45041323,0.4338843,0.42975205,0.41735536,0.38842976,0.36363637,0.35950413,0.35950413,0.35123968,0.3677686,0.3677686,0.38429752,0.38429752,0.4090909,0.4090909,0.37603307,0.4214876,0.4214876,0.42561984,0.4090909,0.3966942,0.40082645,0.39256197,0.3966942,0.40082645,0.3966942,0.38842976,0.38429752,0.38016528,0.37603307,0.3429752,0.3305785,0.5082645,0.59504133,0.4090909,0.21900827,0.1983471,0.20661157,0.22727273,0.20247933,0.35123968,0.37190083,0.47933885,0.53305787,0.3966942,0.40495867,0.4214876,0.45041323,0.45867768,0.45041323,0.45867768,0.47107437,0.48347107,0.47107437,0.4876033,0.5206612,0.5247934,0.53305787,0.5206612,0.5041322,0.5,0.48347107,0.49173555,0.46694216,0.446281,0.4338843,0.40495867,0.38842976,0.3677686,0.34710744,0.35123968,0.338843,0.3264463,0.35123968,0.35123968,0.3677686,0.37190083,0.37190083,0.38016528,0.39256197,0.40495867,0.40495867,0.40495867,0.40495867,0.38842976,0.3677686,0.39256197,0.40495867,0.39256197,0.38842976,0.38429752,0.37190083,0.3677686,0.38016528,0.42561984,0.37603307,0.37190083,0.5165289,0.59917355,0.43801653,0.20247933,0.18595041,0.23966943,0.2107438,0.38016528,0.54545456,0.71487606,0.7231405,0.47107437,0.37190083,0.40495867,0.44214877,0.45454547,0.46280992,0.45454547,0.47107437,0.46694216,0.46694216,0.49173555,0.5,0.49586776,0.53305787,0.5041322,0.4876033,0.4876033,0.47107437,0.46280992,0.45867768,0.43801653,0.43801653,0.4090909,0.39256197,0.35123968,0.34710744,0.35123968,0.338843,0.3429752,0.338843,0.35950413,0.37190083,0.38016528,0.37190083,0.3677686,0.38842976,0.38429752,0.3966942,0.3966942,0.39256197,0.3966942,0.37603307,0.38842976,0.40495867,0.39256197,0.37603307,0.37603307,0.3553719,0.39256197,0.35950413,0.42975205,0.55785125,0.35950413,0.4090909,0.56198347,0.6280992,0.38842976,0.18181819,0.21900827,0.20661157,0.61157024,0.73966944,0.71487606,0.74380165,0.54545456,0.43801653,0.38429752,0.4090909,0.4338843,0.45041323,0.45454547,0.47107437,0.4876033,0.48347107,0.48347107,0.5041322,0.4876033,0.5082645,0.5041322,0.49173555,0.47933885,0.47107437,0.45867768,0.45867768,0.446281,0.44214877,0.4090909,0.40082645,0.39256197,0.40082645,0.38429752,0.38429752,0.38429752,0.3553719,0.3677686,0.37190083,0.36363637,0.37603307,0.38429752,0.40495867,0.40082645,0.38016528,0.40495867,0.3966942,0.37603307,0.38842976,0.38842976,0.39256197,0.38016528,0.3677686,0.3553719,0.37190083,0.40082645,0.3677686,0.36363637,0.5785124,0.49586776,0.3264463,0.4876033,0.59504133,0.59504133,0.29338843,0.19008264,0.20247933,0.7644628,0.6942149,0.77272725,0.8264463,0.55785125,0.47933885,0.45041323,0.39256197,0.4090909,0.4214876,0.45041323,0.47107437,0.46694216,0.49173555,0.49173555,0.5082645,0.5041322,0.5165289,0.5289256,0.5247934,0.49586776,0.49173555,0.48347107,0.46694216,0.45041323,0.47933885,0.5247934,0.553719,0.553719,0.5661157,0.5413223,0.53305787,0.5123967,0.4752066,0.42975205,0.41735536,0.40082645,0.38842976,0.38842976,0.40495867,0.41322315,0.41322315,0.4090909,0.40495867,0.38429752,0.37603307,0.40082645,0.36363637,0.35950413,0.3553719,0.37603307,0.38429752,0.3966942,0.37190083,0.3140496,0.49173555,0.61157024,0.35123968,0.40495867,0.56198347,0.6322314,0.4876033,0.20661157,0.18595041,0.7231405,0.7892562,0.8305785,0.7355372,0.49173555,0.47107437,0.49173555,0.446281,0.38016528,0.3966942,0.4214876,0.446281,0.46280992,0.48347107,0.49173555,0.5041322,0.5247934,0.5371901,0.5371901,0.553719,0.54545456,0.55785125,0.55785125,0.5661157,0.59504133,0.60330576,0.6446281,0.6404959,0.6280992,0.62396693,0.61570245,0.59504133,0.59090906,0.5785124,0.5495868,0.5206612,0.49586776,0.47933885,0.37603307,0.41735536,0.446281,0.42975205,0.4090909,0.40495867,0.38429752,0.38429752,0.38016528,0.3677686,0.3305785,0.37190083,0.39256197,0.3966942,0.38429752,0.3677686,0.2892562,0.38429752,0.6280992,0.46280992,0.30578512,0.5165289,0.59504133,0.61570245,0.28512397,0.18181819,0.7768595,0.8347107,0.75206614,0.5413223,0.45041323,0.46694216,0.5041322,0.47933885,0.42975205,0.37603307,0.38429752,0.40082645,0.4338843,0.46280992,0.46280992,0.4752066,0.5082645,0.5206612,0.5413223,0.5495868,0.59090906,0.60330576,0.607438,0.6198347,0.61570245,0.62396693,0.6446281,0.6198347,0.6198347,0.607438,0.58264464,0.5661157,0.5785124,0.56198347,0.54545456,0.53305787,0.5371901,0.5413223,0.446281,0.446281,0.45041323,0.42975205,0.38842976,0.38842976,0.38429752,0.37190083,0.3677686,0.3553719,0.37190083,0.37190083,0.38842976,0.3966942,0.38016528,0.37603307,0.23553719,0.28512397,0.57438016,0.58677685,0.30165288,0.40082645,0.56198347,0.6652893,0.40495867,0.16528925,0.838843,0.8181818,0.59917355,0.4338843,0.45454547,0.47933885,0.48347107,0.4876033,0.45454547,0.42561984,0.3429752,0.35950413,0.39256197,0.43801653,0.44214877,0.4752066,0.49173555,0.5206612,0.5495868,0.553719,0.56198347,0.59504133,0.59504133,0.61570245,0.61570245,0.61570245,0.60330576,0.607438,0.58677685,0.59090906,0.56198347,0.54545456,0.5371901,0.5289256,0.5165289,0.5123967,0.5123967,0.5123967,0.48347107,0.45041323,0.43801653,0.41322315,0.38429752,0.37190083,0.3677686,0.3553719,0.35123968,0.35950413,0.38842976,0.3677686,0.37190083,0.37190083,0.3677686,0.38842976,0.17355372,0.20661157,0.5289256,0.6487603,0.38016528,0.30991736,0.49586776,0.69008267,0.53305787,0.16115703,0.8595041,0.75206614,0.4876033,0.40495867,0.47933885,0.4876033,0.4752066,0.4876033,0.4752066,0.45454547,0.38429752,0.33471075,0.338843,0.38842976,0.40082645,0.43801653,0.45867768,0.4752066,0.5123967,0.53305787,0.53305787,0.5495868,0.56198347,0.55785125,0.5785124,0.5785124,0.54545456,0.55785125,0.54545456,0.5289256,0.5123967,0.49586776,0.49173555,0.4876033,0.48347107,0.47107437,0.47107437,0.45454547,0.44214877,0.4090909,0.41735536,0.39256197,0.37603307,0.3677686,0.35950413,0.3305785,0.37603307,0.35950413,0.37603307,0.37190083,0.36363637,0.35123968,0.38842976,0.38429752,0.11570248,0.21487603,0.5123967,0.6487603,0.46280992,0.23966943,0.47107437,0.6694215,0.6198347,0.2892562,0.8677686,0.6694215,0.4090909,0.38016528,0.4752066,0.5041322,0.46694216,0.49586776,0.4876033,0.46280992,0.42975205,0.37190083,0.3181818,0.3264463,0.35950413,0.3677686,0.41322315,0.45041323,0.48347107,0.4876033,0.49173555,0.5247934,0.5206612,0.5082645,0.5289256,0.5206612,0.5082645,0.5082645,0.49586776,0.4876033,0.47933885,0.47107437,0.45867768,0.45454547,0.43801653,0.42561984,0.40495867,0.3966942,0.3966942,0.38016528,0.39256197,0.3677686,0.35123968,0.3429752,0.34710744,0.37190083,0.38016528,0.37603307,0.36363637,0.35950413,0.37190083,0.3553719,0.3677686,0.38429752,0.15289256,0.2107438,0.5123967,0.6652893,0.5289256,0.23140496,0.49586776,0.6735537,0.6363636,0.5041322,0.88429755,0.59917355,0.33471075,0.30578512,0.4752066,0.5165289,0.49586776,0.4876033,0.5,0.4752066,0.46694216,0.4090909,0.37190083,0.30165288,0.3140496,0.3264463,0.35123968,0.38016528,0.4214876,0.42975205,0.44214877,0.46694216,0.46694216,0.47107437,0.47933885,0.47933885,0.4752066,0.45041323,0.446281,0.44214877,0.43801653,0.4338843,0.42975205,0.4214876,0.39256197,0.37190083,0.36363637,0.36363637,0.36363637,0.37190083,0.3677686,0.338843,0.3264463,0.3429752,0.37603307,0.39256197,0.37603307,0.39256197,0.37190083,0.35950413,0.3677686,0.3553719,0.38016528,0.37603307,0.1694215,0.2603306,0.5206612,0.6818182,0.5165289,0.23966943,0.5413223,0.6652893,0.6363636,0.5289256,0.8595041,0.53305787,0.21900827,0.2644628,0.5165289,0.5082645,0.5082645,0.5247934,0.48347107,0.4876033,0.47933885,0.43801653,0.4090909,0.3264463,0.30991736,0.2892562,0.30578512,0.338843,0.34710744,0.38016528,0.38842976,0.4090909,0.41735536,0.42561984,0.40082645,0.42975205,0.41735536,0.40495867,0.41322315,0.38842976,0.39256197,0.38016528,0.38016528,0.37190083,0.35123968,0.34710744,0.34710744,0.35123968,0.3553719,0.35123968,0.338843,0.3264463,0.34710744,0.3677686,0.38842976,0.38842976,0.38016528,0.38429752,0.35950413,0.36363637,0.3677686,0.36363637,0.38016528,0.37603307,0.1446281,0.30165288,0.55785125,0.6818182,0.42561984,0.2892562,0.57438016,0.6570248,0.6322314,0.5661157,0.8677686,0.5,0.10330579,0.38016528,0.553719,0.5123967,0.47933885,0.5247934,0.5247934,0.49586776,0.48347107,0.45867768,0.43801653,0.38842976,0.3305785,0.30165288,0.30578512,0.29338843,0.3140496,0.33471075,0.3553719,0.3553719,0.3677686,0.3677686,0.36363637,0.37603307,0.35950413,0.35123968,0.36363637,0.3553719,0.3305785,0.34710744,0.34710744,0.34710744,0.35123968,0.34710744,0.36363637,0.33471075,0.338843,0.30991736,0.3264463,0.3553719,0.3677686,0.38429752,0.38842976,0.38016528,0.37603307,0.37603307,0.35950413,0.3677686,0.36363637,0.3677686,0.38016528,0.338843,0.09917355,0.39256197,0.62396693,0.6528926,0.3305785,0.40082645,0.59917355,0.6652893,0.6280992,0.5371901,0.90082645,0.41735536,0.14049587,0.5123967,0.55785125,0.53305787,0.5082645,0.5,0.5247934,0.5247934,0.48347107,0.45867768,0.45867768,0.4214876,0.3677686,0.3181818,0.30991736,0.30165288,0.3181818,0.3181818,0.29338843,0.32231405,0.36363637,0.35950413,0.35123968,0.38016528,0.35123968,0.34710744,0.35123968,0.3553719,0.3264463,0.36363637,0.35123968,0.34710744,0.3553719,0.33471075,0.35123968,0.30578512,0.29752067,0.3305785,0.35123968,0.3677686,0.37603307,0.38016528,0.38429752,0.37190083,0.35123968,0.38016528,0.35950413,0.35950413,0.38429752,0.37603307,0.37603307,0.2231405,0.10330579,0.4876033,0.6363636,0.6404959,0.338843,0.41735536,0.59090906,0.6694215,0.6322314,0.5495868,0.9214876,0.42975205,0.24793388,0.57438016,0.5661157,0.5289256,0.5206612,0.5082645,0.5165289,0.5289256,0.5206612,0.5,0.46280992,0.43801653,0.41735536,0.35950413,0.338843,0.3140496,0.3140496,0.3305785,0.29752067,0.29752067,0.29752067,0.32231405,0.32231405,0.36363637,0.35950413,0.37190083,0.36363637,0.3553719,0.34710744,0.3429752,0.3553719,0.3181818,0.3181818,0.29338843,0.30165288,0.30165288,0.32231405,0.36363637,0.38842976,0.38016528,0.37603307,0.37190083,0.38016528,0.38429752,0.3553719,0.36363637,0.36363637,0.35123968,0.39256197,0.37603307,0.37603307,0.24380165,0.09090909,0.47107437,0.6198347,0.6528926,0.38016528,0.3966942,0.5785124,0.6694215,0.6363636,0.56198347,32 +0.13636364,0.12396694,0.10743801,0.11157025,0.12396694,0.12396694,0.12396694,0.12809917,0.17768595,0.19421488,0.19008264,0.21487603,0.20247933,0.2107438,0.21900827,0.21900827,0.21900827,0.23140496,0.19421488,0.1983471,0.20247933,0.17355372,0.18181819,0.16528925,0.16115703,0.16115703,0.1694215,0.17355372,0.21487603,0.20661157,0.23553719,0.2603306,0.28099173,0.30165288,0.30578512,0.2892562,0.30165288,0.32231405,0.3181818,0.3429752,0.37190083,0.38016528,0.3966942,0.4338843,0.45867768,0.45041323,0.47107437,0.46694216,0.47107437,0.45867768,0.45454547,0.46280992,0.47107437,0.46280992,0.4338843,0.40082645,0.38429752,0.338843,0.26859504,0.1983471,0.19421488,0.18181819,0.16528925,0.14049587,0.1322314,0.10743801,0.11157025,0.11983471,0.12396694,0.1322314,0.14876033,0.16528925,0.19008264,0.1983471,0.24380165,0.22727273,0.24793388,0.23966943,0.23553719,0.24380165,0.24380165,0.23966943,0.21487603,0.20247933,0.2107438,0.18595041,0.19421488,0.17768595,0.18595041,0.18595041,0.1694215,0.18181819,0.1983471,0.23553719,0.23966943,0.2520661,0.2644628,0.2644628,0.2768595,0.2892562,0.29752067,0.3305785,0.3429752,0.38016528,0.40082645,0.4214876,0.43801653,0.45867768,0.46280992,0.46694216,0.47933885,0.4752066,0.4752066,0.47107437,0.47107437,0.4752066,0.47933885,0.46694216,0.45454547,0.4338843,0.40495867,0.3429752,0.27272728,0.23140496,0.18595041,0.1694215,0.15289256,0.1446281,0.12809917,0.12396694,0.11983471,0.12809917,0.13636364,0.16115703,0.17355372,0.19421488,0.22727273,0.2231405,0.2644628,0.26859504,0.2892562,0.2892562,0.2892562,0.26859504,0.26859504,0.2603306,0.23140496,0.22727273,0.22727273,0.2107438,0.21487603,0.1983471,0.21487603,0.2107438,0.2107438,0.22727273,0.2231405,0.24380165,0.23966943,0.27272728,0.2768595,0.28512397,0.29752067,0.30165288,0.3264463,0.3553719,0.39256197,0.41322315,0.42975205,0.46280992,0.46694216,0.47933885,0.48347107,0.48347107,0.4752066,0.49586776,0.47107437,0.47933885,0.48347107,0.48347107,0.47107437,0.48347107,0.45454547,0.446281,0.41735536,0.3429752,0.2892562,0.24793388,0.19421488,0.1570248,0.12396694,0.14876033,0.1446281,0.14876033,0.13636364,0.14876033,0.14876033,0.19008264,0.20661157,0.21487603,0.2520661,0.2768595,0.28099173,0.34710744,0.338843,0.35123968,0.3429752,0.30578512,0.26859504,0.25619835,0.22727273,0.1983471,0.22727273,0.21487603,0.22727273,0.24380165,0.24380165,0.22727273,0.24380165,0.2520661,0.25619835,0.2892562,0.27272728,0.30578512,0.30165288,0.3181818,0.338843,0.34710744,0.36363637,0.40082645,0.43801653,0.45867768,0.46694216,0.48347107,0.5,0.5041322,0.5082645,0.5041322,0.5,0.49173555,0.46694216,0.47933885,0.5041322,0.49586776,0.5041322,0.5,0.48347107,0.446281,0.42975205,0.3677686,0.338843,0.27272728,0.20661157,0.1570248,0.12396694,0.14049587,0.16528925,0.16528925,0.18595041,0.17768595,0.18595041,0.21487603,0.23553719,0.2768595,0.32231405,0.35123968,0.37603307,0.37603307,0.38429752,0.38429752,0.38429752,0.35123968,0.30165288,0.2892562,0.27272728,0.24793388,0.23553719,0.21900827,0.23966943,0.22727273,0.2520661,0.2520661,0.2768595,0.2768595,0.30578512,0.3305785,0.3305785,0.35123968,0.35123968,0.3677686,0.3966942,0.4090909,0.41735536,0.45041323,0.4752066,0.49586776,0.49586776,0.5041322,0.5041322,0.5247934,0.5206612,0.5165289,0.5165289,0.5123967,0.5,0.4876033,0.5165289,0.5165289,0.5,0.5082645,0.4876033,0.45867768,0.43801653,0.39256197,0.37603307,0.3181818,0.23140496,0.16528925,0.1322314,0.13636364,0.19421488,0.23966943,0.2231405,0.2107438,0.23140496,0.2520661,0.30991736,0.35950413,0.39256197,0.40495867,0.41735536,0.3966942,0.40082645,0.39256197,0.38842976,0.37603307,0.36363637,0.35123968,0.3553719,0.34710744,0.3264463,0.26859504,0.2768595,0.28512397,0.2892562,0.29338843,0.3140496,0.33471075,0.35123968,0.3677686,0.38016528,0.39256197,0.4090909,0.4090909,0.42975205,0.45454547,0.45867768,0.48347107,0.5,0.5123967,0.5082645,0.5123967,0.5206612,0.5206612,0.53305787,0.5247934,0.5165289,0.5165289,0.5206612,0.5165289,0.5041322,0.5123967,0.5165289,0.5,0.49586776,0.46694216,0.45041323,0.41735536,0.40082645,0.38016528,0.2768595,0.17768595,0.11983471,0.1322314,0.28512397,0.35950413,0.25619835,0.23553719,0.2520661,0.30991736,0.41735536,0.44214877,0.44214877,0.4338843,0.446281,0.41735536,0.4338843,0.43801653,0.4338843,0.44214877,0.42975205,0.41322315,0.41735536,0.40495867,0.38842976,0.37190083,0.3553719,0.35950413,0.35950413,0.36363637,0.37603307,0.38842976,0.40082645,0.41735536,0.41322315,0.4214876,0.43801653,0.44214877,0.45454547,0.48347107,0.4752066,0.49586776,0.5082645,0.5,0.5041322,0.5123967,0.5082645,0.5082645,0.5206612,0.5289256,0.5289256,0.5289256,0.53305787,0.5371901,0.5247934,0.5165289,0.5082645,0.5,0.48347107,0.4752066,0.446281,0.42975205,0.42561984,0.4214876,0.34710744,0.22727273,0.11157025,0.1322314,0.3966942,0.45867768,0.3429752,0.28512397,0.29338843,0.42975205,0.5289256,0.54545456,0.5371901,0.5247934,0.5206612,0.5247934,0.5371901,0.5165289,0.5247934,0.5371901,0.5289256,0.5123967,0.49586776,0.45454547,0.45454547,0.4338843,0.42975205,0.40495867,0.4214876,0.4214876,0.4338843,0.4338843,0.446281,0.43801653,0.44214877,0.446281,0.44214877,0.45867768,0.46694216,0.48347107,0.4876033,0.47933885,0.4876033,0.5041322,0.49173555,0.5041322,0.5041322,0.5041322,0.5165289,0.5206612,0.53305787,0.5413223,0.5289256,0.5413223,0.5247934,0.5247934,0.5082645,0.49586776,0.4876033,0.46280992,0.45041323,0.42975205,0.4338843,0.4214876,0.4090909,0.30165288,0.15289256,0.11983471,0.47933885,0.5041322,0.44214877,0.33471075,0.38016528,0.5123967,0.5785124,0.59090906,0.59504133,0.58677685,0.58264464,0.59917355,0.607438,0.5785124,0.58264464,0.59090906,0.59090906,0.59090906,0.5785124,0.5413223,0.5289256,0.5123967,0.49586776,0.46694216,0.47107437,0.46280992,0.46280992,0.46280992,0.46280992,0.48347107,0.45454547,0.46280992,0.45867768,0.47107437,0.48347107,0.49173555,0.49173555,0.47933885,0.47107437,0.49173555,0.47933885,0.49173555,0.49173555,0.49173555,0.5082645,0.5082645,0.5289256,0.5371901,0.5247934,0.53305787,0.5247934,0.5206612,0.5082645,0.4876033,0.4876033,0.46694216,0.46280992,0.44214877,0.42561984,0.42561984,0.42561984,0.36363637,0.1983471,0.11983471,0.5041322,0.54545456,0.4876033,0.4338843,0.49173555,0.55785125,0.59090906,0.58677685,0.59917355,0.59504133,0.5785124,0.57024795,0.57438016,0.5785124,0.58677685,0.59917355,0.60330576,0.607438,0.60330576,0.58264464,0.56198347,0.55785125,0.54545456,0.5247934,0.5206612,0.5,0.5,0.49586776,0.48347107,0.5041322,0.4752066,0.4752066,0.4876033,0.47933885,0.47933885,0.47107437,0.46694216,0.48347107,0.4876033,0.4752066,0.47107437,0.4752066,0.4752066,0.47933885,0.4876033,0.49586776,0.5041322,0.5123967,0.5123967,0.5082645,0.5,0.5,0.47933885,0.45867768,0.45454547,0.45867768,0.45454547,0.43801653,0.4214876,0.4214876,0.42561984,0.40495867,0.26859504,0.1322314,0.5165289,0.5371901,0.5206612,0.4752066,0.5206612,0.5413223,0.56198347,0.55785125,0.5495868,0.5165289,0.5,0.48347107,0.48347107,0.5165289,0.5413223,0.5289256,0.5206612,0.5495868,0.55785125,0.5495868,0.5413223,0.553719,0.5289256,0.5289256,0.5206612,0.5165289,0.5165289,0.5206612,0.5123967,0.5206612,0.5123967,0.5041322,0.49586776,0.4876033,0.4752066,0.47107437,0.45867768,0.46280992,0.4752066,0.44214877,0.46280992,0.45454547,0.45041323,0.45041323,0.47107437,0.46694216,0.45867768,0.47107437,0.45867768,0.44214877,0.446281,0.45041323,0.43801653,0.41322315,0.4090909,0.4214876,0.4214876,0.44214877,0.4214876,0.41322315,0.4338843,0.4214876,0.3264463,0.16115703,0.5247934,0.54545456,0.553719,0.5082645,0.5206612,0.4752066,0.45867768,0.46694216,0.46280992,0.42975205,0.4338843,0.41735536,0.4338843,0.42561984,0.44214877,0.41735536,0.41322315,0.42975205,0.45454547,0.4752066,0.4752066,0.5041322,0.4876033,0.4876033,0.49586776,0.5041322,0.5165289,0.5206612,0.5371901,0.5165289,0.5247934,0.5247934,0.5123967,0.5041322,0.49586776,0.47933885,0.46280992,0.446281,0.44214877,0.42561984,0.42975205,0.42975205,0.4090909,0.40495867,0.41322315,0.4090909,0.38429752,0.38429752,0.37190083,0.3553719,0.36363637,0.3677686,0.37603307,0.38429752,0.3553719,0.3677686,0.38016528,0.38429752,0.42561984,0.4090909,0.42975205,0.4338843,0.36363637,0.1983471,0.5247934,0.5413223,0.55785125,0.5206612,0.48347107,0.4214876,0.4090909,0.41322315,0.40495867,0.38842976,0.41322315,0.38842976,0.38842976,0.38842976,0.3429752,0.3264463,0.29338843,0.30578512,0.33471075,0.3429752,0.3429752,0.38429752,0.38016528,0.3966942,0.4338843,0.446281,0.46280992,0.4876033,0.5041322,0.49586776,0.5247934,0.5165289,0.5206612,0.5,0.48347107,0.46694216,0.446281,0.41322315,0.39256197,0.37603307,0.37603307,0.3553719,0.3305785,0.30578512,0.29752067,0.29338843,0.2768595,0.28099173,0.28512397,0.2520661,0.2768595,0.2892562,0.3140496,0.32231405,0.338843,0.33471075,0.3305785,0.3553719,0.39256197,0.41322315,0.42561984,0.4338843,0.38842976,0.2231405,0.5289256,0.5413223,0.57438016,0.5289256,0.43801653,0.38842976,0.3966942,0.39256197,0.38429752,0.38016528,0.38842976,0.3677686,0.35950413,0.3553719,0.2892562,0.28099173,0.2644628,0.2603306,0.24793388,0.24793388,0.2603306,0.2644628,0.2768595,0.29752067,0.3429752,0.3677686,0.40082645,0.4338843,0.45867768,0.45867768,0.4876033,0.5,0.49586776,0.47933885,0.44214877,0.42561984,0.40082645,0.36363637,0.3305785,0.3140496,0.2892562,0.2520661,0.23966943,0.2107438,0.2231405,0.21487603,0.21487603,0.22727273,0.23553719,0.24380165,0.2644628,0.26859504,0.29752067,0.30165288,0.32231405,0.3264463,0.3305785,0.35123968,0.35950413,0.4090909,0.42975205,0.4338843,0.40495867,0.24793388,0.5289256,0.5495868,0.57438016,0.53305787,0.446281,0.37603307,0.37190083,0.37603307,0.35950413,0.34710744,0.3429752,0.3264463,0.3264463,0.30578512,0.2892562,0.2644628,0.25619835,0.23140496,0.23140496,0.2231405,0.21900827,0.2231405,0.22727273,0.23553719,0.2644628,0.30165288,0.3305785,0.38016528,0.40082645,0.41735536,0.4338843,0.45867768,0.45041323,0.4338843,0.40495867,0.37603307,0.33471075,0.30991736,0.27272728,0.26859504,0.23553719,0.21487603,0.20661157,0.20247933,0.20247933,0.20661157,0.23966943,0.23553719,0.26859504,0.28099173,0.28512397,0.29752067,0.32231405,0.3305785,0.338843,0.34710744,0.35950413,0.3553719,0.37190083,0.41322315,0.43801653,0.43801653,0.4214876,0.28099173,0.53305787,0.5413223,0.54545456,0.5206612,0.4752066,0.41322315,0.3677686,0.34710744,0.28099173,0.21487603,0.17768595,0.17355372,0.20247933,0.1694215,0.1322314,0.1322314,0.1446281,0.11983471,0.1694215,0.23140496,0.2107438,0.17768595,0.17768595,0.1983471,0.23140496,0.26859504,0.2768595,0.32231405,0.3429752,0.36363637,0.3966942,0.41322315,0.41322315,0.39256197,0.36363637,0.33471075,0.29338843,0.2644628,0.2644628,0.23140496,0.22727273,0.16528925,0.17768595,0.20247933,0.15289256,0.11983471,0.1322314,0.14049587,0.15289256,0.1983471,0.25619835,0.24380165,0.2644628,0.2768595,0.30991736,0.33471075,0.35950413,0.38016528,0.40082645,0.4214876,0.4338843,0.446281,0.42561984,0.30165288,0.53305787,0.553719,0.54545456,0.5041322,0.47933885,0.4214876,0.34710744,0.2892562,0.20661157,0.19008264,0.18595041,0.18595041,0.2231405,0.17768595,0.15289256,0.12809917,0.14876033,0.14049587,0.20247933,0.24380165,0.21487603,0.16528925,0.14049587,0.15289256,0.20247933,0.24380165,0.25619835,0.2768595,0.32231405,0.39256197,0.45041323,0.5,0.48347107,0.42561984,0.37603307,0.3140496,0.27272728,0.24380165,0.24380165,0.19008264,0.1446281,0.13636364,0.19008264,0.2231405,0.19008264,0.1322314,0.11983471,0.10330579,0.09090909,0.12809917,0.23140496,0.18595041,0.15289256,0.16115703,0.2107438,0.28512397,0.3553719,0.40082645,0.4214876,0.4338843,0.4338843,0.44214877,0.42975205,0.3264463,0.5289256,0.56198347,0.61157024,0.607438,0.5661157,0.4752066,0.4090909,0.36363637,0.33471075,0.35950413,0.37190083,0.36363637,0.3429752,0.29752067,0.25619835,0.24380165,0.22727273,0.23966943,0.2520661,0.2603306,0.22727273,0.1983471,0.20661157,0.1983471,0.21487603,0.23553719,0.24380165,0.27272728,0.36363637,0.5041322,0.5785124,0.58677685,0.55785125,0.5123967,0.4338843,0.338843,0.26859504,0.24380165,0.21900827,0.19008264,0.14049587,0.1694215,0.17768595,0.23553719,0.2231405,0.20247933,0.17355372,0.18181819,0.16115703,0.2107438,0.2892562,0.2603306,0.23553719,0.21900827,0.20247933,0.24380165,0.30578512,0.38842976,0.4214876,0.45041323,0.4338843,0.44214877,0.42561984,0.3429752,0.53305787,0.57024795,0.61570245,0.6280992,0.61570245,0.59917355,0.58264464,0.54545456,0.5041322,0.5,0.49586776,0.5,0.5041322,0.44214877,0.39256197,0.37603307,0.36363637,0.34710744,0.33471075,0.30165288,0.2644628,0.2520661,0.24793388,0.25619835,0.28512397,0.24380165,0.24380165,0.29752067,0.45454547,0.60330576,0.69008267,0.6694215,0.6280992,0.57438016,0.5206612,0.3966942,0.3181818,0.25619835,0.2644628,0.27272728,0.23966943,0.24793388,0.26859504,0.30578512,0.29752067,0.30991736,0.29338843,0.3140496,0.29752067,0.32231405,0.3677686,0.37603307,0.38429752,0.3677686,0.34710744,0.3429752,0.35123968,0.39256197,0.44214877,0.44214877,0.46694216,0.4338843,0.41322315,0.34710744,0.54545456,0.5785124,0.61570245,0.6322314,0.6487603,0.6652893,0.6942149,0.6528926,0.6198347,0.5661157,0.5123967,0.48347107,0.49586776,0.4752066,0.45041323,0.42975205,0.41322315,0.39256197,0.35950413,0.3181818,0.27272728,0.28099173,0.27272728,0.30165288,0.29338843,0.26859504,0.2768595,0.38016528,0.5289256,0.6487603,0.7231405,0.6942149,0.661157,0.6280992,0.54545456,0.4338843,0.3677686,0.33471075,0.338843,0.3429752,0.3264463,0.30165288,0.30578512,0.3264463,0.338843,0.3553719,0.3677686,0.38842976,0.39256197,0.40082645,0.42975205,0.4214876,0.4338843,0.4214876,0.4338843,0.44214877,0.44214877,0.45041323,0.46280992,0.45454547,0.45041323,0.42561984,0.41735536,0.33471075,0.5495868,0.58677685,0.61157024,0.6404959,0.6487603,0.661157,0.677686,0.6735537,0.6694215,0.62396693,0.5661157,0.5041322,0.47933885,0.42975205,0.40495867,0.38429752,0.35950413,0.35123968,0.35123968,0.35123968,0.338843,0.33471075,0.35123968,0.35950413,0.33471075,0.34710744,0.39256197,0.48347107,0.56198347,0.6528926,0.6983471,0.70247936,0.6694215,0.6446281,0.5661157,0.44214877,0.40495867,0.40495867,0.4090909,0.4214876,0.4090909,0.38016528,0.33471075,0.3181818,0.3264463,0.33471075,0.35950413,0.38429752,0.40082645,0.41322315,0.4090909,0.42975205,0.4090909,0.44214877,0.45867768,0.48347107,0.48347107,0.47933885,0.46280992,0.47933885,0.45867768,0.44214877,0.40495867,0.34710744,0.55785125,0.58677685,0.59917355,0.62396693,0.6280992,0.6404959,0.6652893,0.6983471,0.70247936,0.6818182,0.677686,0.6570248,0.62396693,0.5661157,0.5371901,0.5165289,0.48347107,0.4876033,0.5123967,0.5,0.5,0.49173555,0.4752066,0.47107437,0.45867768,0.4876033,0.5247934,0.5371901,0.58677685,0.6487603,0.6859504,0.6983471,0.6694215,0.6487603,0.58264464,0.45454547,0.4214876,0.446281,0.44214877,0.45041323,0.45867768,0.446281,0.41735536,0.38429752,0.36363637,0.338843,0.338843,0.338843,0.338843,0.3553719,0.36363637,0.38016528,0.39256197,0.42975205,0.446281,0.46280992,0.4752066,0.4752066,0.46280992,0.46694216,0.4752066,0.43801653,0.40495867,0.39256197,0.5495868,0.57438016,0.58264464,0.607438,0.6322314,0.6446281,0.6735537,0.72727275,0.73140496,0.7355372,0.73140496,0.7355372,0.72727275,0.6942149,0.6859504,0.6735537,0.661157,0.6446281,0.661157,0.6528926,0.62396693,0.61157024,0.59917355,0.57438016,0.56198347,0.58264464,0.5661157,0.5661157,0.59504133,0.6487603,0.6942149,0.7066116,0.677686,0.6446281,0.61157024,0.47933885,0.4338843,0.4752066,0.4752066,0.46694216,0.4876033,0.4876033,0.4752066,0.4876033,0.4876033,0.46280992,0.42975205,0.4214876,0.41735536,0.4338843,0.446281,0.4752066,0.47933885,0.49173555,0.49173555,0.47107437,0.47933885,0.4752066,0.45041323,0.46280992,0.46280992,0.446281,0.39256197,0.4338843,0.5371901,0.5661157,0.58264464,0.58677685,0.61157024,0.6404959,0.6652893,0.7066116,0.73140496,0.75206614,0.74793386,0.75206614,0.73966944,0.70247936,0.7066116,0.7107438,0.70247936,0.71487606,0.7066116,0.6859504,0.677686,0.6735537,0.6652893,0.61570245,0.59504133,0.59917355,0.58677685,0.58677685,0.60330576,0.6487603,0.6942149,0.70247936,0.677686,0.6280992,0.6280992,0.53305787,0.45867768,0.48347107,0.49173555,0.4876033,0.5041322,0.53305787,0.5123967,0.5413223,0.5371901,0.54545456,0.5123967,0.49586776,0.5,0.5247934,0.5413223,0.54545456,0.53305787,0.5371901,0.54545456,0.5247934,0.5165289,0.49586776,0.45454547,0.45454547,0.45454547,0.42975205,0.40495867,0.44214877,0.5247934,0.553719,0.5661157,0.5661157,0.59504133,0.6198347,0.607438,0.6280992,0.6859504,0.73140496,0.74793386,0.74380165,0.7355372,0.7231405,0.71900827,0.72727275,0.71487606,0.7107438,0.71487606,0.6942149,0.6818182,0.6859504,0.6694215,0.61157024,0.61157024,0.59917355,0.59917355,0.607438,0.62396693,0.661157,0.70247936,0.7066116,0.6942149,0.6528926,0.6363636,0.58264464,0.5247934,0.5247934,0.5206612,0.5082645,0.5206612,0.54545456,0.56198347,0.57438016,0.58677685,0.58264464,0.5785124,0.57438016,0.5785124,0.5785124,0.58264464,0.5785124,0.5661157,0.5661157,0.57438016,0.55785125,0.53305787,0.5123967,0.46280992,0.45454547,0.446281,0.4090909,0.4090909,0.47107437,0.5082645,0.54545456,0.54545456,0.55785125,0.58677685,0.58677685,0.59090906,0.59917355,0.6404959,0.6859504,0.70247936,0.74380165,0.73966944,0.73966944,0.71487606,0.7231405,0.7107438,0.7231405,0.7066116,0.7066116,0.6942149,0.6859504,0.661157,0.61157024,0.62396693,0.61570245,0.607438,0.61570245,0.6322314,0.661157,0.6983471,0.7066116,0.6983471,0.6694215,0.6528926,0.58677685,0.553719,0.5495868,0.5413223,0.5289256,0.5413223,0.56198347,0.5785124,0.58264464,0.57024795,0.607438,0.607438,0.60330576,0.62396693,0.61570245,0.61157024,0.59504133,0.59090906,0.58677685,0.58264464,0.55785125,0.53305787,0.5041322,0.46694216,0.45454547,0.45041323,0.41322315,0.4214876,0.4752066,0.5082645,0.5247934,0.55785125,0.5661157,0.58264464,0.5785124,0.59917355,0.61570245,0.62396693,0.6735537,0.6818182,0.7231405,0.7355372,0.72727275,0.7066116,0.7066116,0.7066116,0.7231405,0.7107438,0.7107438,0.677686,0.6570248,0.6280992,0.59504133,0.61157024,0.62396693,0.60330576,0.59504133,0.6198347,0.6570248,0.6859504,0.70247936,0.6859504,0.6652893,0.661157,0.59090906,0.5495868,0.5495868,0.5495868,0.5289256,0.5371901,0.57438016,0.59090906,0.59504133,0.61570245,0.61570245,0.6198347,0.62396693,0.6363636,0.6363636,0.62396693,0.61157024,0.61570245,0.60330576,0.58264464,0.56198347,0.5289256,0.5041322,0.4752066,0.45454547,0.45454547,0.41735536,0.41735536,0.46694216,0.5082645,0.5123967,0.5247934,0.5371901,0.553719,0.56198347,0.59090906,0.62396693,0.61570245,0.6404959,0.6652893,0.677686,0.70247936,0.7107438,0.69008267,0.70247936,0.6942149,0.6942149,0.69008267,0.677686,0.6404959,0.58264464,0.57024795,0.59504133,0.61157024,0.62396693,0.5785124,0.5661157,0.6198347,0.6487603,0.6942149,0.70247936,0.6859504,0.6652893,0.6694215,0.61157024,0.5495868,0.5165289,0.5661157,0.57024795,0.5206612,0.5123967,0.56198347,0.58264464,0.62396693,0.61157024,0.6322314,0.6280992,0.6280992,0.62396693,0.6280992,0.62396693,0.6198347,0.59504133,0.58677685,0.5785124,0.553719,0.5206612,0.4876033,0.47107437,0.45041323,0.40495867,0.4090909,0.46280992,0.5041322,0.5123967,0.5,0.5123967,0.53305787,0.56198347,0.57024795,0.59504133,0.60330576,0.61570245,0.6363636,0.6363636,0.6570248,0.6694215,0.6528926,0.6818182,0.6528926,0.661157,0.6570248,0.61157024,0.5413223,0.5041322,0.5661157,0.62396693,0.6280992,0.62396693,0.58677685,0.59504133,0.607438,0.6487603,0.6983471,0.70247936,0.677686,0.6652893,0.6528926,0.61570245,0.56198347,0.5206612,0.59504133,0.6198347,0.58677685,0.46694216,0.45041323,0.53305787,0.58677685,0.60330576,0.6363636,0.6322314,0.6198347,0.6198347,0.607438,0.6198347,0.607438,0.5785124,0.5785124,0.57024795,0.5495868,0.5082645,0.46694216,0.46694216,0.44214877,0.40495867,0.4338843,0.43801653,0.5082645,0.5082645,0.5,0.49586776,0.5123967,0.54545456,0.56198347,0.5661157,0.5785124,0.59917355,0.60330576,0.607438,0.61157024,0.62396693,0.61570245,0.6363636,0.60330576,0.59504133,0.57438016,0.4752066,0.41322315,0.47107437,0.58677685,0.6322314,0.6363636,0.6280992,0.59917355,0.6198347,0.59504133,0.61570245,0.677686,0.7066116,0.6735537,0.6570248,0.6528926,0.61570245,0.58677685,0.553719,0.60330576,0.6404959,0.6322314,0.5206612,0.39256197,0.45041323,0.5206612,0.5661157,0.59917355,0.61570245,0.607438,0.61157024,0.59917355,0.59917355,0.59090906,0.5661157,0.5495868,0.54545456,0.5289256,0.49586776,0.46280992,0.45041323,0.4214876,0.41322315,0.44214877,0.38429752,0.4876033,0.5082645,0.5,0.48347107,0.49586776,0.5289256,0.5371901,0.553719,0.55785125,0.5661157,0.57024795,0.57024795,0.57438016,0.5785124,0.5785124,0.5785124,0.55785125,0.53305787,0.446281,0.38842976,0.41735536,0.5082645,0.5785124,0.607438,0.61570245,0.61570245,0.61570245,0.6198347,0.60330576,0.6404959,0.70247936,0.71487606,0.677686,0.6570248,0.661157,0.6363636,0.61157024,0.57024795,0.58677685,0.6198347,0.61570245,0.5495868,0.42975205,0.41322315,0.446281,0.49173555,0.5413223,0.57438016,0.58264464,0.58677685,0.5785124,0.57438016,0.56198347,0.5371901,0.5082645,0.5123967,0.5041322,0.47933885,0.45041323,0.4338843,0.42561984,0.41735536,0.35950413,0.30991736,0.4752066,0.5,0.48347107,0.47107437,0.47933885,0.5082645,0.5123967,0.5247934,0.5495868,0.5247934,0.53305787,0.5495868,0.5413223,0.53305787,0.5289256,0.5,0.4752066,0.42561984,0.36363637,0.45454547,0.5247934,0.5206612,0.5371901,0.56198347,0.56198347,0.57438016,0.58264464,0.57438016,0.60330576,0.6652893,0.6859504,0.661157,0.6363636,0.6322314,0.6363636,0.61157024,0.59090906,0.5289256,0.54545456,0.56198347,0.5495868,0.5165289,0.44214877,0.41735536,0.4214876,0.42561984,0.4876033,0.5206612,0.53305787,0.54545456,0.54545456,0.5371901,0.5123967,0.5123967,0.49586776,0.48347107,0.46694216,0.43801653,0.42561984,0.42975205,0.43801653,0.38429752,0.2644628,0.24793388,0.45867768,0.49173555,0.47107437,0.46694216,0.47107437,0.47933885,0.4876033,0.49173555,0.5123967,0.49586776,0.5,0.5041322,0.5041322,0.4876033,0.4876033,0.45041323,0.41735536,0.38016528,0.4338843,0.5495868,0.55785125,0.5371901,0.45454547,0.47107437,0.48347107,0.49173555,0.5041322,0.4752066,0.49586776,0.5371901,0.57024795,0.55785125,0.5371901,0.5289256,0.5371901,0.5082645,0.47107437,0.43801653,0.45867768,0.45454547,0.43801653,0.4338843,0.3966942,0.41735536,0.43801653,0.37603307,0.42975205,0.45454547,0.47107437,0.4876033,0.5,0.4876033,0.46280992,0.4752066,0.46280992,0.44214877,0.43801653,0.42975205,0.4090909,0.41735536,0.446281,0.33471075,0.23553719,0.22727273,0.44214877,0.4752066,0.46280992,0.45454547,0.45041323,0.46694216,0.46280992,0.45867768,0.46280992,0.44214877,0.46694216,0.45041323,0.4338843,0.4214876,0.4338843,0.4090909,0.38842976,0.4338843,0.5206612,0.55785125,0.5661157,0.57438016,0.4214876,0.3305785,0.30991736,0.3429752,0.3966942,0.37190083,0.3966942,0.41735536,0.46280992,0.45867768,0.44214877,0.4214876,0.4214876,0.39256197,0.38429752,0.3677686,0.34710744,0.338843,0.35950413,0.37603307,0.37603307,0.3966942,0.45041323,0.41322315,0.37603307,0.41322315,0.446281,0.4338843,0.43801653,0.43801653,0.43801653,0.43801653,0.42975205,0.4214876,0.40082645,0.4090909,0.3966942,0.4090909,0.42975205,0.30578512,0.2231405,0.22727273,0.43801653,0.45867768,0.45867768,0.44214877,0.44214877,0.45454547,0.44214877,0.42561984,0.40495867,0.42975205,0.40495867,0.41322315,0.40082645,0.40082645,0.4090909,0.3966942,0.42975205,0.5082645,0.5661157,0.59504133,0.58264464,0.59090906,0.48347107,0.29338843,0.21900827,0.21487603,0.23553719,0.24793388,0.28099173,0.338843,0.36363637,0.37190083,0.35123968,0.3305785,0.3264463,0.2892562,0.25619835,0.22727273,0.19008264,0.21900827,0.3553719,0.3966942,0.38429752,0.38842976,0.4214876,0.47107437,0.39256197,0.39256197,0.40082645,0.38842976,0.39256197,0.39256197,0.40082645,0.40082645,0.40495867,0.38429752,0.39256197,0.39256197,0.38842976,0.3966942,0.4090909,0.28099173,0.21487603,0.22727273,0.42975205,0.43801653,0.45041323,0.446281,0.42975205,0.4214876,0.42975205,0.42975205,0.39256197,0.38429752,0.37190083,0.37190083,0.38016528,0.4090909,0.42975205,0.44214877,0.49586776,0.55785125,0.59917355,0.62396693,0.61157024,0.59917355,0.56198347,0.41735536,0.29752067,0.24380165,0.22727273,0.23553719,0.19421488,0.23553719,0.26859504,0.28512397,0.27272728,0.2520661,0.23553719,0.1983471,0.21487603,0.22727273,0.2644628,0.3429752,0.39256197,0.4090909,0.3966942,0.37603307,0.40495867,0.446281,0.4214876,0.3966942,0.38429752,0.37603307,0.3677686,0.36363637,0.38429752,0.38429752,0.38429752,0.37603307,0.38429752,0.38016528,0.38016528,0.40082645,0.38429752,0.24793388,0.2107438,0.23966943,0.44214877,0.4214876,0.45867768,0.45041323,0.41322315,0.40495867,0.43801653,0.4338843,0.3966942,0.37190083,0.38429752,0.37603307,0.41735536,0.446281,0.47107437,0.47107437,0.5206612,0.57438016,0.60330576,0.61570245,0.6198347,0.607438,0.59917355,0.5495868,0.46694216,0.37603307,0.30991736,0.27272728,0.2520661,0.2231405,0.21487603,0.21900827,0.23140496,0.23553719,0.24380165,0.2644628,0.30578512,0.3305785,0.38842976,0.3966942,0.41322315,0.43801653,0.41735536,0.3966942,0.3966942,0.4214876,0.42975205,0.4214876,0.3966942,0.38429752,0.37190083,0.35950413,0.38016528,0.37603307,0.37190083,0.37603307,0.37603307,0.37603307,0.37190083,0.40495867,0.36363637,0.2231405,0.20661157,0.23140496,0.42975205,0.446281,0.45454547,0.46280992,0.45041323,0.44214877,0.45454547,0.45041323,0.42561984,0.41322315,0.41735536,0.43801653,0.47107437,0.4876033,0.49586776,0.5,0.5495868,0.58677685,0.59504133,0.59917355,0.62396693,0.62396693,0.607438,0.58677685,0.5661157,0.53305787,0.45454547,0.37190083,0.3181818,0.2768595,0.28512397,0.26859504,0.28099173,0.2892562,0.3181818,0.338843,0.36363637,0.39256197,0.41735536,0.41322315,0.4214876,0.44214877,0.446281,0.42561984,0.39256197,0.4214876,0.43801653,0.43801653,0.44214877,0.41322315,0.40082645,0.38016528,0.38016528,0.38016528,0.3677686,0.37603307,0.38016528,0.38842976,0.38429752,0.40082645,0.338843,0.21487603,0.21487603,0.23140496,0.4214876,0.446281,0.46694216,0.45454547,0.45454547,0.4752066,0.47933885,0.47933885,0.4876033,0.4752066,0.46280992,0.49173555,0.49586776,0.49173555,0.5165289,0.5413223,0.55785125,0.58677685,0.58264464,0.58677685,0.59504133,0.61157024,0.59504133,0.59090906,0.59090906,0.5785124,0.56198347,0.4752066,0.40495867,0.338843,0.28512397,0.3181818,0.35123968,0.3553719,0.3677686,0.38429752,0.39256197,0.41735536,0.42975205,0.4214876,0.42975205,0.44214877,0.45041323,0.44214877,0.4090909,0.4090909,0.46280992,0.45867768,0.46694216,0.46280992,0.4338843,0.42561984,0.40082645,0.40082645,0.3966942,0.37603307,0.39256197,0.3966942,0.38016528,0.4090909,0.3140496,0.1983471,0.21487603,0.2231405,0.42561984,0.44214877,0.46694216,0.46694216,0.46280992,0.48347107,0.49173555,0.5123967,0.53305787,0.5123967,0.49173555,0.5206612,0.4876033,0.5041322,0.53305787,0.53305787,0.53305787,0.56198347,0.57024795,0.5495868,0.56198347,0.54545456,0.59090906,0.59090906,0.59504133,0.58677685,0.59090906,0.5785124,0.5165289,0.44214877,0.38016528,0.37190083,0.38016528,0.38016528,0.39256197,0.4090909,0.4214876,0.42975205,0.43801653,0.446281,0.42975205,0.42561984,0.446281,0.45041323,0.4214876,0.40495867,0.446281,0.45041323,0.46694216,0.46280992,0.4752066,0.45041323,0.4338843,0.4090909,0.40495867,0.40082645,0.3966942,0.3966942,0.40082645,0.38842976,0.26859504,0.2107438,0.21900827,0.22727273,0.4214876,0.42975205,0.45454547,0.46694216,0.4752066,0.48347107,0.49586776,0.5371901,0.5661157,0.54545456,0.5289256,0.5206612,0.5123967,0.5206612,0.5206612,0.5206612,0.5082645,0.5165289,0.53305787,0.5041322,0.5371901,0.53305787,0.553719,0.58264464,0.60330576,0.61157024,0.607438,0.61570245,0.61570245,0.553719,0.4876033,0.43801653,0.3966942,0.3966942,0.41735536,0.4338843,0.446281,0.45867768,0.43801653,0.45867768,0.42975205,0.42561984,0.42975205,0.4214876,0.41322315,0.40495867,0.3966942,0.43801653,0.44214877,0.46280992,0.48347107,0.48347107,0.45454547,0.42975205,0.4090909,0.41322315,0.38842976,0.39256197,0.39256197,0.37603307,0.22727273,0.20661157,0.2231405,0.23140496,0.41322315,0.4338843,0.45454547,0.46694216,0.47107437,0.4752066,0.49586776,0.5413223,0.56198347,0.5661157,0.55785125,0.5082645,0.5206612,0.5247934,0.5123967,0.49586776,0.49173555,0.49173555,0.49173555,0.49173555,0.5,0.5165289,0.5206612,0.5247934,0.553719,0.55785125,0.5495868,0.56198347,0.5785124,0.5413223,0.53305787,0.49173555,0.4338843,0.40082645,0.38842976,0.39256197,0.4090909,0.42975205,0.41735536,0.44214877,0.42561984,0.4214876,0.39256197,0.40495867,0.41322315,0.40082645,0.38429752,0.40495867,0.45454547,0.4338843,0.5,0.48347107,0.45041323,0.42975205,0.41322315,0.4090909,0.38842976,0.40082645,0.3966942,0.33471075,0.20661157,0.21900827,0.21900827,0.23140496,0.40495867,0.41735536,0.43801653,0.47107437,0.47107437,0.47107437,0.49173555,0.54545456,0.553719,0.57438016,0.56198347,0.5165289,0.5247934,0.5206612,0.48347107,0.46280992,0.46694216,0.43801653,0.43801653,0.44214877,0.4090909,0.41322315,0.40082645,0.38842976,0.38842976,0.37603307,0.3553719,0.35123968,0.37603307,0.36363637,0.38016528,0.3966942,0.3553719,0.3181818,0.29752067,0.29338843,0.30165288,0.30165288,0.32231405,0.338843,0.3677686,0.38842976,0.3677686,0.38429752,0.3966942,0.40082645,0.38429752,0.41322315,0.446281,0.45041323,0.48347107,0.4752066,0.446281,0.4338843,0.40495867,0.39256197,0.39256197,0.40495867,0.39256197,0.26859504,0.20247933,0.21487603,0.2107438,0.21487603,0.38429752,0.40495867,0.42975205,0.46694216,0.46694216,0.4876033,0.49173555,0.5247934,0.55785125,0.57438016,0.56198347,0.5289256,0.5289256,0.5165289,0.45454547,0.4214876,0.39256197,0.32231405,0.25619835,0.2603306,0.25619835,0.2892562,0.28512397,0.26859504,0.30578512,0.3264463,0.2892562,0.2892562,0.338843,0.3264463,0.2892562,0.2520661,0.3140496,0.32231405,0.3140496,0.2603306,0.29338843,0.27272728,0.24380165,0.2603306,0.24793388,0.23553719,0.2231405,0.2603306,0.33471075,0.35950413,0.38429752,0.40495867,0.44214877,0.45867768,0.46694216,0.45454547,0.43801653,0.42561984,0.40495867,0.39256197,0.38429752,0.40082645,0.3677686,0.20247933,0.2107438,0.2107438,0.2107438,0.21900827,0.3677686,0.3966942,0.4214876,0.43801653,0.46280992,0.46280992,0.47933885,0.49586776,0.5371901,0.5661157,0.55785125,0.5413223,0.5289256,0.5,0.4214876,0.41735536,0.39256197,0.2644628,0.12809917,0.13636364,0.16115703,0.27272728,0.29752067,0.2644628,0.34710744,0.3966942,0.35950413,0.37190083,0.42975205,0.43801653,0.35123968,0.25619835,0.42561984,0.43801653,0.4214876,0.37190083,0.38016528,0.38842976,0.29338843,0.30165288,0.24793388,0.16528925,0.08677686,0.12809917,0.27272728,0.3429752,0.38016528,0.4090909,0.42975205,0.45867768,0.4752066,0.43801653,0.42975205,0.4214876,0.40082645,0.3966942,0.39256197,0.41735536,0.2768595,0.19008264,0.2231405,0.21900827,0.2107438,0.2231405,0.36363637,0.38429752,0.4090909,0.4090909,0.46280992,0.45454547,0.46280992,0.48347107,0.5123967,0.5495868,0.553719,0.54545456,0.5247934,0.48347107,0.4338843,0.47107437,0.5123967,0.43801653,0.29752067,0.23966943,0.2107438,0.2892562,0.28099173,0.30165288,0.37190083,0.39256197,0.38429752,0.41322315,0.47107437,0.49173555,0.38842976,0.27272728,0.5,0.5,0.48347107,0.42561984,0.42975205,0.4338843,0.3429752,0.35123968,0.2231405,0.15289256,0.13636364,0.20247933,0.338843,0.35950413,0.38429752,0.4090909,0.41322315,0.45041323,0.46694216,0.4338843,0.42561984,0.41735536,0.39256197,0.38016528,0.40495867,0.37190083,0.2231405,0.19008264,0.22727273,0.2231405,0.21487603,0.2107438,0.37190083,0.36363637,0.39256197,0.41735536,0.42561984,0.4752066,0.44214877,0.46694216,0.5,0.5371901,0.553719,0.5495868,0.5206612,0.4752066,0.46694216,0.5206612,0.57438016,0.57024795,0.5,0.44214877,0.40495867,0.3677686,0.33471075,0.38429752,0.41735536,0.3677686,0.42561984,0.42561984,0.40495867,0.43801653,0.3966942,0.35123968,0.4876033,0.4338843,0.45041323,0.40495867,0.38016528,0.42561984,0.3181818,0.33471075,0.23966943,0.21900827,0.28512397,0.3305785,0.40082645,0.38429752,0.38429752,0.3966942,0.42975205,0.45867768,0.45867768,0.42561984,0.4090909,0.4090909,0.38429752,0.38429752,0.40495867,0.2892562,0.18181819,0.2107438,0.2231405,0.2231405,0.2107438,0.21487603,0.3677686,0.3677686,0.3677686,0.3966942,0.4338843,0.46280992,0.45867768,0.45454547,0.46280992,0.5165289,0.5413223,0.5413223,0.5123967,0.49173555,0.49586776,0.5495868,0.5785124,0.59090906,0.58264464,0.5247934,0.4876033,0.4752066,0.49173555,0.5247934,0.45867768,0.4090909,0.49173555,0.45454547,0.3966942,0.45867768,0.3966942,0.446281,0.49586776,0.41735536,0.45041323,0.42975205,0.38016528,0.4090909,0.338843,0.3264463,0.3264463,0.3429752,0.38016528,0.4090909,0.42561984,0.41735536,0.40082645,0.4090909,0.44214877,0.45454547,0.45454547,0.4214876,0.40082645,0.38842976,0.38429752,0.39256197,0.35123968,0.21487603,0.21900827,0.2107438,0.20247933,0.22727273,0.20661157,0.21900827,0.3677686,0.37603307,0.38429752,0.38429752,0.4214876,0.43801653,0.46694216,0.446281,0.44214877,0.5,0.53305787,0.5206612,0.5206612,0.5082645,0.5413223,0.58264464,0.5661157,0.58264464,0.59504133,0.5495868,0.49586776,0.47933885,0.5495868,0.61570245,0.59090906,0.5289256,0.5123967,0.4752066,0.446281,0.45867768,0.41322315,0.4338843,0.5,0.43801653,0.41735536,0.4090909,0.38429752,0.39256197,0.40082645,0.38842976,0.38842976,0.3966942,0.4338843,0.44214877,0.44214877,0.44214877,0.4214876,0.42561984,0.42975205,0.45041323,0.45041323,0.41322315,0.40082645,0.39256197,0.3966942,0.38842976,0.2768595,0.21487603,0.21487603,0.2107438,0.20661157,0.22727273,0.20661157,0.21487603,0.3677686,0.446281,0.5289256,0.41322315,0.39256197,0.41735536,0.446281,0.45867768,0.4338843,0.48347107,0.5206612,0.5206612,0.5206612,0.5123967,0.57024795,0.56198347,0.57024795,0.54545456,0.5661157,0.5289256,0.5123967,0.47933885,0.5082645,0.5206612,0.59917355,0.6570248,0.59504133,0.53305787,0.5206612,0.49173555,0.4876033,0.5165289,0.53305787,0.5206612,0.5041322,0.48347107,0.47933885,0.46280992,0.45041323,0.41735536,0.40495867,0.42561984,0.446281,0.45867768,0.446281,0.43801653,0.4338843,0.42561984,0.446281,0.44214877,0.45041323,0.40495867,0.39256197,0.38842976,0.40082645,0.3553719,0.21487603,0.21487603,0.21900827,0.2107438,0.21487603,0.2231405,0.20661157,0.2231405,0.49586776,0.6528926,0.71900827,0.4876033,0.35950413,0.4090909,0.4214876,0.45867768,0.45454547,0.46694216,0.49586776,0.53305787,0.5289256,0.53305787,0.5785124,0.56198347,0.55785125,0.5495868,0.54545456,0.5289256,0.5165289,0.49173555,0.47933885,0.46694216,0.47933885,0.5371901,0.5785124,0.57024795,0.54545456,0.5165289,0.5289256,0.5495868,0.59090906,0.57438016,0.55785125,0.5206612,0.5041322,0.45867768,0.42561984,0.4214876,0.40082645,0.41735536,0.4338843,0.446281,0.45041323,0.44214877,0.42561984,0.41322315,0.44214877,0.43801653,0.42561984,0.3966942,0.3966942,0.37603307,0.40495867,0.37603307,0.24380165,0.2107438,0.21900827,0.2107438,0.21487603,0.21900827,0.2107438,0.2231405,0.71487606,0.71900827,0.75619835,0.57438016,0.38016528,0.38429752,0.4214876,0.43801653,0.45867768,0.45454547,0.48347107,0.5041322,0.53305787,0.5371901,0.56198347,0.57438016,0.5495868,0.5371901,0.5289256,0.5082645,0.5041322,0.49173555,0.4752066,0.46280992,0.45041323,0.47933885,0.5165289,0.5247934,0.5165289,0.49586776,0.5,0.5041322,0.5247934,0.5206612,0.49173555,0.45867768,0.45041323,0.4338843,0.4338843,0.41735536,0.3553719,0.42975205,0.43801653,0.44214877,0.446281,0.4338843,0.41735536,0.41322315,0.4214876,0.42975205,0.40495867,0.40082645,0.39256197,0.37190083,0.39256197,0.5165289,0.42561984,0.2644628,0.2107438,0.20247933,0.21487603,0.2107438,0.2107438,0.2231405,0.7231405,0.75206614,0.838843,0.6322314,0.4338843,0.38429752,0.38842976,0.4338843,0.43801653,0.45454547,0.4752066,0.5,0.5123967,0.54545456,0.5371901,0.553719,0.56198347,0.5289256,0.5123967,0.4876033,0.48347107,0.47933885,0.46694216,0.45041323,0.43801653,0.45454547,0.46280992,0.45867768,0.45041323,0.43801653,0.446281,0.446281,0.45041323,0.43801653,0.42561984,0.42561984,0.41322315,0.40495867,0.41735536,0.41735536,0.3966942,0.41322315,0.41322315,0.43801653,0.42975205,0.4338843,0.41735536,0.40495867,0.41735536,0.41735536,0.4090909,0.37190083,0.38016528,0.37603307,0.38016528,0.42975205,0.5371901,0.48347107,0.24793388,0.19421488,0.20661157,0.21900827,0.21487603,0.21487603,0.74793386,0.8305785,0.8057851,0.5785124,0.45867768,0.45454547,0.38429752,0.38842976,0.4214876,0.44214877,0.46694216,0.49173555,0.5165289,0.5413223,0.5495868,0.5289256,0.553719,0.5371901,0.5041322,0.48347107,0.46694216,0.45454547,0.45041323,0.45041323,0.4338843,0.42975205,0.4338843,0.40495867,0.38842976,0.38016528,0.38429752,0.38016528,0.39256197,0.37190083,0.40082645,0.40495867,0.39256197,0.40082645,0.40495867,0.41322315,0.41322315,0.4090909,0.41322315,0.44214877,0.4338843,0.4338843,0.41322315,0.4090909,0.41322315,0.40082645,0.40082645,0.35950413,0.3677686,0.38016528,0.46280992,0.36363637,0.45454547,0.59504133,0.45454547,0.21487603,0.19421488,0.21900827,0.21487603,0.21900827,0.8429752,0.8016529,0.6322314,0.46694216,0.45454547,0.47933885,0.45041323,0.3677686,0.40082645,0.41322315,0.446281,0.47107437,0.5,0.5165289,0.5495868,0.5495868,0.5495868,0.5495868,0.5206612,0.5,0.4752066,0.46280992,0.45867768,0.45454547,0.45454547,0.45041323,0.4214876,0.39256197,0.38842976,0.3966942,0.39256197,0.37603307,0.37190083,0.38429752,0.3966942,0.39256197,0.38842976,0.39256197,0.38842976,0.40082645,0.40082645,0.4214876,0.40495867,0.446281,0.446281,0.44214877,0.41735536,0.40082645,0.40495867,0.3966942,0.36363637,0.37603307,0.3677686,0.36363637,0.53305787,0.47933885,0.38842976,0.5041322,0.6322314,0.4214876,0.1694215,0.21900827,0.2107438,0.2231405,0.8347107,0.677686,0.46694216,0.42975205,0.46280992,0.47933885,0.45041323,0.41322315,0.37603307,0.38429752,0.41322315,0.44214877,0.4752066,0.5123967,0.5413223,0.5495868,0.57438016,0.58264464,0.56198347,0.5247934,0.5041322,0.4876033,0.48347107,0.4752066,0.49586776,0.48347107,0.446281,0.4214876,0.41322315,0.41322315,0.3966942,0.3966942,0.39256197,0.4090909,0.4090909,0.38842976,0.40495867,0.38842976,0.3966942,0.4090909,0.41735536,0.42975205,0.45041323,0.47107437,0.47107437,0.446281,0.4090909,0.3966942,0.39256197,0.38016528,0.36363637,0.38429752,0.38016528,0.3429752,0.49173555,0.607438,0.41322315,0.40495867,0.5785124,0.661157,0.27272728,0.18181819,0.20247933,0.2107438,0.7933884,0.54545456,0.3966942,0.44214877,0.46694216,0.4752066,0.45867768,0.446281,0.38842976,0.3553719,0.38016528,0.3966942,0.44214877,0.48347107,0.5123967,0.5247934,0.5785124,0.59090906,0.59504133,0.58264464,0.56198347,0.5413223,0.5247934,0.5206612,0.5289256,0.5206612,0.57024795,0.55785125,0.56198347,0.5413223,0.5082645,0.5,0.48347107,0.4752066,0.45454547,0.4338843,0.4338843,0.4214876,0.41735536,0.42561984,0.446281,0.46694216,0.49586776,0.49586776,0.46280992,0.44214877,0.4090909,0.39256197,0.37603307,0.37190083,0.3966942,0.38429752,0.37603307,0.32231405,0.41322315,0.6280992,0.5,0.34710744,0.5082645,0.6570248,0.53305787,0.16528925,0.20247933,0.1983471,0.70247936,0.43801653,0.38429752,0.44214877,0.48347107,0.47933885,0.46694216,0.45041323,0.41735536,0.3429752,0.3429752,0.36363637,0.3966942,0.44214877,0.46280992,0.5247934,0.553719,0.59504133,0.59504133,0.62396693,0.61570245,0.59917355,0.59090906,0.5785124,0.54545456,0.60330576,0.661157,0.661157,0.6570248,0.6404959,0.61157024,0.60330576,0.58677685,0.57438016,0.54545456,0.5206612,0.5165289,0.49173555,0.4876033,0.45867768,0.45454547,0.5,0.5082645,0.5082645,0.4338843,0.41322315,0.3966942,0.37603307,0.37190083,0.3677686,0.38842976,0.38016528,0.37603307,0.3181818,0.32231405,0.57438016,0.59504133,0.36363637,0.446281,0.59090906,0.661157,0.30578512,0.1694215,0.1983471,0.58677685,0.35950413,0.338843,0.44214877,0.5,0.48347107,0.4752066,0.44214877,0.44214877,0.37603307,0.3140496,0.34710744,0.35950413,0.3966942,0.45041323,0.4876033,0.5371901,0.59504133,0.59090906,0.61157024,0.6280992,0.6280992,0.6280992,0.61157024,0.59917355,0.61570245,0.6652893,0.6652893,0.6487603,0.6404959,0.6198347,0.61157024,0.60330576,0.61157024,0.60330576,0.5785124,0.56198347,0.54545456,0.55785125,0.5082645,0.46694216,0.5041322,0.5206612,0.49173555,0.4214876,0.38842976,0.36363637,0.36363637,0.38016528,0.38016528,0.38016528,0.38429752,0.38429752,0.2644628,0.23966943,0.48347107,0.62396693,0.41322315,0.38429752,0.5413223,0.6570248,0.49173555,0.1446281,0.20247933,0.5123967,0.2520661,0.26859504,0.47933885,0.5123967,0.4876033,0.4752066,0.46694216,0.44214877,0.4090909,0.3429752,0.32231405,0.33471075,0.35950413,0.37190083,0.43801653,0.47933885,0.553719,0.59090906,0.59504133,0.59504133,0.60330576,0.61570245,0.61157024,0.61570245,0.6404959,0.6446281,0.6446281,0.6322314,0.61570245,0.60330576,0.58677685,0.58264464,0.58677685,0.5785124,0.5495868,0.5247934,0.5289256,0.553719,0.5371901,0.5,0.5082645,0.49586776,0.45454547,0.38016528,0.38016528,0.37603307,0.37190083,0.37603307,0.37603307,0.35123968,0.3677686,0.4090909,0.22727273,0.16115703,0.4338843,0.6198347,0.47107437,0.32231405,0.4876033,0.6363636,0.59917355,0.1694215,0.18595041,0.43801653,0.15289256,0.3677686,0.53305787,0.5041322,0.5041322,0.4876033,0.47107437,0.46694216,0.42975205,0.40495867,0.3305785,0.32231405,0.33471075,0.34710744,0.34710744,0.41735536,0.4752066,0.5371901,0.5785124,0.56198347,0.5785124,0.5785124,0.59504133,0.607438,0.62396693,0.59504133,0.607438,0.5785124,0.57438016,0.57438016,0.5495868,0.5495868,0.5495868,0.5413223,0.5206612,0.5041322,0.5206612,0.5371901,0.53305787,0.5123967,0.5,0.45867768,0.40082645,0.36363637,0.39256197,0.35950413,0.37603307,0.3677686,0.3677686,0.35950413,0.3677686,0.40082645,0.18595041,0.09917355,0.4090909,0.607438,0.53305787,0.30165288,0.4338843,0.607438,0.6487603,0.2231405,0.17355372,0.3264463,0.17355372,0.5041322,0.54545456,0.49586776,0.5041322,0.5165289,0.46694216,0.46280992,0.45454547,0.41735536,0.35950413,0.3264463,0.3140496,0.3140496,0.32231405,0.34710744,0.41322315,0.47107437,0.5082645,0.5371901,0.54545456,0.5371901,0.5495868,0.5661157,0.5661157,0.54545456,0.54545456,0.5371901,0.53305787,0.53305787,0.5082645,0.5,0.5041322,0.49173555,0.49173555,0.5041322,0.49173555,0.49586776,0.49173555,0.46694216,0.44214877,0.40495867,0.3677686,0.38842976,0.37603307,0.38842976,0.37603307,0.3677686,0.3677686,0.35950413,0.37190083,0.41322315,0.17355372,0.06198347,0.42561984,0.60330576,0.57438016,0.29338843,0.38016528,0.59917355,0.6818182,0.2603306,0.1694215,0.17768595,0.3140496,0.55785125,0.5413223,0.5041322,0.49173555,0.5123967,0.5206612,0.4752066,0.45041323,0.42975205,0.39256197,0.3429752,0.30991736,0.30578512,0.30165288,0.30991736,0.3305785,0.38842976,0.41735536,0.45454547,0.49586776,0.4876033,0.5041322,0.5165289,0.5123967,0.5,0.5041322,0.4752066,0.49173555,0.49586776,0.48347107,0.46280992,0.446281,0.46694216,0.45867768,0.446281,0.43801653,0.44214877,0.41322315,0.38842976,0.38016528,0.37603307,0.36363637,0.39256197,0.37603307,0.39256197,0.36363637,0.36363637,0.37190083,0.36363637,0.38016528,0.41322315,0.17355372,0.0785124,0.43801653,0.59917355,0.607438,0.28512397,0.36363637,0.60330576,0.6818182,0.4090909,0.24380165,0.11570248,0.39256197,0.57024795,0.5413223,0.5289256,0.5165289,0.5082645,0.53305787,0.5123967,0.47107437,0.4338843,0.4214876,0.37603307,0.3305785,0.3181818,0.3140496,0.30991736,0.30578512,0.3140496,0.33471075,0.38842976,0.4214876,0.42561984,0.45041323,0.45454547,0.45454547,0.44214877,0.446281,0.41735536,0.42561984,0.42561984,0.42975205,0.42561984,0.42975205,0.4338843,0.41322315,0.40495867,0.37190083,0.38429752,0.35950413,0.3553719,0.3553719,0.37190083,0.38016528,0.38842976,0.3677686,0.37603307,0.36363637,0.36363637,0.37190083,0.3677686,0.38429752,0.39256197,0.1570248,0.10330579,0.4876033,0.61157024,0.58264464,0.29752067,0.41735536,0.6446281,0.6487603,0.5785124,0.5289256,32 +0.1446281,0.12396694,0.11157025,0.11157025,0.12396694,0.12809917,0.13636364,0.12396694,0.18181819,0.20247933,0.20661157,0.21900827,0.22727273,0.21900827,0.25619835,0.25619835,0.26859504,0.24793388,0.21900827,0.22727273,0.20661157,0.1983471,0.17355372,0.1570248,0.1694215,0.16115703,0.16528925,0.17768595,0.20661157,0.2107438,0.23966943,0.25619835,0.27272728,0.30165288,0.32231405,0.30165288,0.29752067,0.30165288,0.29338843,0.3264463,0.34710744,0.33471075,0.3264463,0.38016528,0.4214876,0.41735536,0.41322315,0.40495867,0.41735536,0.41735536,0.42975205,0.42561984,0.42975205,0.4090909,0.35950413,0.29338843,0.3181818,0.26859504,0.2107438,0.17768595,0.16528925,0.1570248,0.19008264,0.19008264,0.11570248,0.11570248,0.11157025,0.11570248,0.11983471,0.1322314,0.1446281,0.1446281,0.20661157,0.21487603,0.23140496,0.2603306,0.2644628,0.25619835,0.26859504,0.2603306,0.28099173,0.28099173,0.2644628,0.2603306,0.23140496,0.21487603,0.20247933,0.19008264,0.19421488,0.17768595,0.17355372,0.18595041,0.19421488,0.2107438,0.2107438,0.23966943,0.25619835,0.26859504,0.26859504,0.28512397,0.30578512,0.29338843,0.3181818,0.3305785,0.338843,0.35123968,0.3966942,0.44214877,0.4338843,0.45041323,0.45041323,0.45454547,0.446281,0.45454547,0.45041323,0.45867768,0.47107437,0.446281,0.38842976,0.36363637,0.3264463,0.30578512,0.23553719,0.16528925,0.17355372,0.16528925,0.16528925,0.15289256,0.11983471,0.11570248,0.09917355,0.12396694,0.1322314,0.15289256,0.1570248,0.20247933,0.2231405,0.25619835,0.2644628,0.2892562,0.30578512,0.3181818,0.30165288,0.3305785,0.30165288,0.29338843,0.30578512,0.29752067,0.2644628,0.2644628,0.23966943,0.23966943,0.22727273,0.20661157,0.2107438,0.21487603,0.2107438,0.24793388,0.23553719,0.25619835,0.2644628,0.28099173,0.2892562,0.2892562,0.30991736,0.33471075,0.34710744,0.35123968,0.38429752,0.41735536,0.45867768,0.47933885,0.46280992,0.47933885,0.47933885,0.45867768,0.46280992,0.4752066,0.46280992,0.4752066,0.4752066,0.45867768,0.42975205,0.40082645,0.35123968,0.30991736,0.25619835,0.19008264,0.1694215,0.1570248,0.1570248,0.1446281,0.14876033,0.12809917,0.11157025,0.1322314,0.1446281,0.18595041,0.1983471,0.23966943,0.2603306,0.30578512,0.3305785,0.3553719,0.38016528,0.38842976,0.37190083,0.3553719,0.29752067,0.2520661,0.25619835,0.23966943,0.24793388,0.27272728,0.2768595,0.2603306,0.25619835,0.24793388,0.2520661,0.26859504,0.2603306,0.26859504,0.27272728,0.2892562,0.30165288,0.3140496,0.3264463,0.3305785,0.33471075,0.36363637,0.38429752,0.40082645,0.44214877,0.47107437,0.47933885,0.5082645,0.4876033,0.4876033,0.49173555,0.48347107,0.47933885,0.47933885,0.47107437,0.47933885,0.47107437,0.45867768,0.44214877,0.41322315,0.37190083,0.30165288,0.25619835,0.2231405,0.15289256,0.1446281,0.1322314,0.14049587,0.1570248,0.1570248,0.1570248,0.1446281,0.18595041,0.2107438,0.25619835,0.30578512,0.36363637,0.3966942,0.4214876,0.42561984,0.40495867,0.41735536,0.41735536,0.39256197,0.3553719,0.30165288,0.28512397,0.24793388,0.23966943,0.24793388,0.2644628,0.26859504,0.2644628,0.26859504,0.2768595,0.28099173,0.30165288,0.3140496,0.3140496,0.3264463,0.3553719,0.36363637,0.38429752,0.38842976,0.40082645,0.40495867,0.43801653,0.47107437,0.4876033,0.5,0.5082645,0.5289256,0.5247934,0.5082645,0.5082645,0.49586776,0.47107437,0.48347107,0.4876033,0.47933885,0.48347107,0.46694216,0.45041323,0.41735536,0.38429752,0.3305785,0.28099173,0.2107438,0.16115703,0.1322314,0.12396694,0.13636364,0.1983471,0.23553719,0.20247933,0.20661157,0.20661157,0.25619835,0.37190083,0.41735536,0.446281,0.45454547,0.45867768,0.44214877,0.42975205,0.42975205,0.44214877,0.42561984,0.40082645,0.38429752,0.38016528,0.3677686,0.3181818,0.30165288,0.28512397,0.29752067,0.2892562,0.2892562,0.3305785,0.3264463,0.3429752,0.35950413,0.35950413,0.37603307,0.40082645,0.40495867,0.4214876,0.42975205,0.44214877,0.45041323,0.48347107,0.5082645,0.5206612,0.5247934,0.5247934,0.53305787,0.5289256,0.5206612,0.5082645,0.5082645,0.4876033,0.49173555,0.5,0.49586776,0.4876033,0.4752066,0.46694216,0.42561984,0.3966942,0.35950413,0.3181818,0.24793388,0.16528925,0.14049587,0.13636364,0.1322314,0.3181818,0.37603307,0.2892562,0.23966943,0.2603306,0.38016528,0.5082645,0.5371901,0.5123967,0.5,0.5082645,0.5123967,0.5289256,0.5371901,0.5413223,0.5371901,0.53305787,0.5082645,0.46280992,0.446281,0.41735536,0.38842976,0.36363637,0.37190083,0.35950413,0.37190083,0.38016528,0.37603307,0.39256197,0.40082645,0.3966942,0.42561984,0.4214876,0.44214877,0.45041323,0.45454547,0.47107437,0.48347107,0.49586776,0.5165289,0.5082645,0.5165289,0.5289256,0.5247934,0.5289256,0.5247934,0.5165289,0.5123967,0.5123967,0.5,0.5041322,0.5041322,0.49173555,0.47933885,0.4752066,0.4214876,0.42561984,0.3966942,0.39256197,0.29752067,0.18181819,0.13636364,0.1322314,0.12809917,0.47933885,0.5041322,0.40495867,0.3264463,0.38429752,0.5206612,0.59917355,0.6198347,0.6322314,0.6322314,0.61570245,0.62396693,0.6446281,0.6404959,0.6404959,0.6570248,0.6528926,0.6446281,0.61570245,0.57438016,0.53305787,0.49586776,0.47107437,0.45867768,0.45041323,0.4338843,0.42975205,0.42975205,0.43801653,0.43801653,0.43801653,0.4338843,0.45041323,0.43801653,0.45867768,0.46694216,0.47933885,0.49173555,0.5041322,0.5041322,0.5165289,0.49586776,0.5123967,0.5123967,0.5165289,0.5165289,0.5206612,0.5206612,0.5206612,0.5082645,0.5206612,0.5123967,0.49586776,0.47933885,0.46694216,0.42561984,0.4214876,0.4090909,0.4214876,0.37190083,0.22727273,0.13636364,0.09917355,0.16528925,0.5495868,0.5495868,0.48347107,0.446281,0.5041322,0.5785124,0.6198347,0.62396693,0.6322314,0.6446281,0.6487603,0.661157,0.6735537,0.6735537,0.6652893,0.6694215,0.6818182,0.677686,0.677686,0.6528926,0.6363636,0.60330576,0.58677685,0.55785125,0.5371901,0.5082645,0.5,0.48347107,0.49173555,0.48347107,0.4752066,0.46280992,0.46694216,0.4752066,0.47107437,0.49173555,0.49173555,0.49586776,0.49586776,0.5082645,0.5123967,0.5041322,0.5082645,0.5,0.5082645,0.5,0.5206612,0.5247934,0.5206612,0.5247934,0.5289256,0.5165289,0.5,0.48347107,0.4752066,0.45041323,0.4214876,0.42561984,0.4214876,0.4090909,0.30165288,0.1570248,0.11157025,0.16115703,0.55785125,0.56198347,0.5247934,0.5206612,0.553719,0.58677685,0.607438,0.6280992,0.6322314,0.62396693,0.6322314,0.6446281,0.6528926,0.6487603,0.6487603,0.6446281,0.661157,0.6528926,0.661157,0.6404959,0.6404959,0.6322314,0.62396693,0.61570245,0.61157024,0.58677685,0.57438016,0.55785125,0.55785125,0.55785125,0.5413223,0.5206612,0.5123967,0.5165289,0.5082645,0.5082645,0.5082645,0.4876033,0.5,0.5,0.49586776,0.4876033,0.47933885,0.49173555,0.5,0.47933885,0.5123967,0.5123967,0.5123967,0.5165289,0.5247934,0.5165289,0.5,0.47933885,0.46694216,0.45041323,0.42561984,0.42975205,0.41735536,0.41735536,0.36363637,0.19008264,0.11570248,0.14876033,0.55785125,0.55785125,0.553719,0.5413223,0.56198347,0.60330576,0.61157024,0.607438,0.61157024,0.58677685,0.58677685,0.59504133,0.59917355,0.61570245,0.61570245,0.59917355,0.61570245,0.6198347,0.61570245,0.59504133,0.59504133,0.59504133,0.59917355,0.60330576,0.607438,0.60330576,0.607438,0.60330576,0.59917355,0.59504133,0.59090906,0.5661157,0.55785125,0.553719,0.53305787,0.5289256,0.5206612,0.5082645,0.5123967,0.4876033,0.4876033,0.47933885,0.45867768,0.4752066,0.4876033,0.46280992,0.49173555,0.49586776,0.49173555,0.49173555,0.5082645,0.49173555,0.45454547,0.45454547,0.44214877,0.43801653,0.42975205,0.41322315,0.3966942,0.42975205,0.40082645,0.25619835,0.12396694,0.14049587,0.5661157,0.58264464,0.55785125,0.55785125,0.553719,0.55785125,0.553719,0.5495868,0.5165289,0.49586776,0.4752066,0.47933885,0.47933885,0.5165289,0.5247934,0.49586776,0.5123967,0.5247934,0.55785125,0.5413223,0.54545456,0.5495868,0.54545456,0.5495868,0.5495868,0.58264464,0.59090906,0.59504133,0.59504133,0.59504133,0.59917355,0.59090906,0.58677685,0.5785124,0.55785125,0.53305787,0.5123967,0.49586776,0.49173555,0.46280992,0.46694216,0.46280992,0.44214877,0.46280992,0.45867768,0.44214877,0.43801653,0.44214877,0.42975205,0.4214876,0.42975205,0.44214877,0.41322315,0.40082645,0.40082645,0.3966942,0.41735536,0.4090909,0.39256197,0.42561984,0.41735536,0.30991736,0.15289256,0.13636364,0.57438016,0.607438,0.57024795,0.5371901,0.5041322,0.45454547,0.45454547,0.45867768,0.42975205,0.44214877,0.45867768,0.4214876,0.43801653,0.4214876,0.4090909,0.38842976,0.37603307,0.3966942,0.4090909,0.43801653,0.45041323,0.45867768,0.46280992,0.4752066,0.4876033,0.53305787,0.5165289,0.56198347,0.57024795,0.57024795,0.58264464,0.58264464,0.59090906,0.57024795,0.54545456,0.5165289,0.47933885,0.45867768,0.446281,0.4214876,0.42975205,0.41322315,0.40082645,0.3966942,0.3966942,0.34710744,0.33471075,0.3429752,0.3305785,0.3264463,0.338843,0.35950413,0.3553719,0.3553719,0.35123968,0.34710744,0.3677686,0.3966942,0.40082645,0.41735536,0.43801653,0.34710744,0.18181819,0.1322314,0.58264464,0.61570245,0.58677685,0.5041322,0.45867768,0.4338843,0.44214877,0.4338843,0.40082645,0.40495867,0.41322315,0.38429752,0.38842976,0.3553719,0.3264463,0.28512397,0.26859504,0.2603306,0.2892562,0.29338843,0.30578512,0.3181818,0.34710744,0.38429752,0.41322315,0.44214877,0.45867768,0.49586776,0.5165289,0.5289256,0.5413223,0.5495868,0.55785125,0.5041322,0.4876033,0.45867768,0.41735536,0.38429752,0.37190083,0.3553719,0.32231405,0.29338843,0.2768595,0.2644628,0.26859504,0.24793388,0.24380165,0.24793388,0.25619835,0.2520661,0.2892562,0.29752067,0.29338843,0.3140496,0.3140496,0.32231405,0.3181818,0.35123968,0.3966942,0.42975205,0.4338843,0.37190083,0.20661157,0.1570248,0.59917355,0.6322314,0.61157024,0.5,0.43801653,0.42975205,0.41735536,0.3966942,0.40082645,0.39256197,0.38842976,0.35950413,0.33471075,0.3305785,0.30578512,0.28512397,0.28099173,0.24793388,0.24380165,0.23553719,0.24380165,0.24380165,0.2520661,0.28099173,0.32231405,0.35950413,0.38842976,0.45454547,0.45041323,0.46694216,0.48347107,0.49173555,0.48347107,0.44214877,0.4090909,0.38429752,0.34710744,0.3264463,0.29752067,0.2768595,0.23966943,0.20661157,0.21900827,0.2107438,0.23140496,0.23140496,0.2520661,0.2644628,0.25619835,0.28099173,0.28512397,0.30991736,0.30991736,0.3140496,0.3264463,0.34710744,0.338843,0.34710744,0.39256197,0.42975205,0.45041323,0.39256197,0.21900827,0.21487603,0.59090906,0.59917355,0.59917355,0.5371901,0.47933885,0.446281,0.4090909,0.37190083,0.32231405,0.29338843,0.28099173,0.25619835,0.23553719,0.19008264,0.19421488,0.20247933,0.17768595,0.19421488,0.23966943,0.2231405,0.18181819,0.21487603,0.24793388,0.24793388,0.27272728,0.30165288,0.338843,0.38842976,0.38842976,0.41322315,0.41735536,0.42975205,0.41735536,0.37603307,0.35950413,0.32231405,0.28099173,0.26859504,0.2603306,0.24793388,0.2231405,0.18595041,0.21487603,0.17768595,0.1694215,0.18181819,0.21487603,0.23966943,0.2644628,0.28099173,0.26859504,0.30578512,0.3305785,0.33471075,0.3429752,0.3429752,0.35123968,0.3677686,0.40082645,0.43801653,0.45041323,0.3966942,0.23553719,0.24380165,0.62396693,0.58264464,0.553719,0.5371901,0.5206612,0.46280992,0.39256197,0.27272728,0.21900827,0.2107438,0.20661157,0.20247933,0.17355372,0.14049587,0.11983471,0.15289256,0.1446281,0.16115703,0.21487603,0.20247933,0.14049587,0.12396694,0.17768595,0.2520661,0.2644628,0.2768595,0.29338843,0.3305785,0.35123968,0.4090909,0.46280992,0.45041323,0.4214876,0.3677686,0.3140496,0.26859504,0.27272728,0.24793388,0.21900827,0.18181819,0.16115703,0.16115703,0.19008264,0.16115703,0.11157025,0.11157025,0.09504132,0.09917355,0.15289256,0.1983471,0.1983471,0.16528925,0.1983471,0.2603306,0.32231405,0.3553719,0.38429752,0.4090909,0.42975205,0.44214877,0.45454547,0.39256197,0.2603306,0.2892562,0.61570245,0.6404959,0.6198347,0.57024795,0.5082645,0.42561984,0.37603307,0.35950413,0.38429752,0.40495867,0.40495867,0.37190083,0.3181818,0.29338843,0.2603306,0.2520661,0.2520661,0.24380165,0.2603306,0.23553719,0.1983471,0.19421488,0.18595041,0.20247933,0.2520661,0.26859504,0.28099173,0.3677686,0.47933885,0.61570245,0.59090906,0.56198347,0.5,0.42975205,0.32231405,0.2520661,0.24793388,0.23966943,0.17355372,0.15289256,0.15289256,0.17768595,0.20661157,0.19008264,0.1570248,0.16115703,0.14876033,0.14049587,0.18595041,0.2107438,0.20247933,0.18181819,0.16528925,0.16115703,0.23140496,0.3305785,0.38842976,0.42975205,0.4338843,0.4338843,0.44214877,0.3966942,0.28099173,0.3140496,0.61157024,0.6446281,0.6404959,0.60330576,0.61570245,0.59090906,0.5661157,0.56198347,0.5413223,0.5206612,0.5661157,0.55785125,0.5247934,0.46280992,0.4214876,0.38842976,0.38016528,0.35123968,0.3140496,0.28099173,0.24793388,0.24380165,0.2603306,0.26859504,0.24380165,0.25619835,0.3140496,0.45867768,0.59504133,0.69008267,0.6818182,0.61570245,0.57438016,0.5082645,0.39256197,0.28512397,0.24380165,0.24793388,0.2520661,0.22727273,0.23140496,0.2520661,0.28512397,0.29752067,0.29338843,0.29752067,0.30165288,0.29752067,0.3264463,0.35950413,0.37190083,0.35950413,0.338843,0.30991736,0.2892562,0.3264463,0.3677686,0.4214876,0.45867768,0.46280992,0.4338843,0.38842976,0.3181818,0.35123968,0.6280992,0.661157,0.6818182,0.6735537,0.6942149,0.6983471,0.6735537,0.6363636,0.59504133,0.5247934,0.47107437,0.47933885,0.47107437,0.45454547,0.4214876,0.40495867,0.38429752,0.35950413,0.3264463,0.30991736,0.28512397,0.30165288,0.3140496,0.29752067,0.2892562,0.3305785,0.4338843,0.54545456,0.6487603,0.71487606,0.7066116,0.6446281,0.6280992,0.5413223,0.4214876,0.338843,0.2892562,0.29338843,0.3181818,0.2892562,0.28512397,0.30165288,0.338843,0.33471075,0.36363637,0.3677686,0.39256197,0.40082645,0.4090909,0.42975205,0.4214876,0.42561984,0.40082645,0.4090909,0.41735536,0.41735536,0.42561984,0.45041323,0.46694216,0.45867768,0.4338843,0.39256197,0.3305785,0.38016528,0.6446281,0.677686,0.6818182,0.6818182,0.6570248,0.6859504,0.6818182,0.6818182,0.6487603,0.59917355,0.53305787,0.48347107,0.45454547,0.42975205,0.40082645,0.37190083,0.36363637,0.36363637,0.39256197,0.40495867,0.40495867,0.40495867,0.41735536,0.38429752,0.4090909,0.5,0.5123967,0.58264464,0.6570248,0.6942149,0.677686,0.6570248,0.62396693,0.55785125,0.42561984,0.38016528,0.38429752,0.37603307,0.38016528,0.38429752,0.3677686,0.3264463,0.3181818,0.3140496,0.3264463,0.3429752,0.36363637,0.3966942,0.40495867,0.4090909,0.3966942,0.40082645,0.40495867,0.4090909,0.45454547,0.4876033,0.47933885,0.47107437,0.46280992,0.46694216,0.4338843,0.3677686,0.35950413,0.41322315,0.6322314,0.6446281,0.6652893,0.6735537,0.6818182,0.7107438,0.7355372,0.7231405,0.71900827,0.71487606,0.6942149,0.6735537,0.6280992,0.59504133,0.58264464,0.5661157,0.55785125,0.57438016,0.57438016,0.5661157,0.5661157,0.55785125,0.553719,0.55785125,0.5785124,0.56198347,0.55785125,0.61157024,0.661157,0.6942149,0.6859504,0.6652893,0.6363636,0.55785125,0.45041323,0.40495867,0.44214877,0.4338843,0.446281,0.45454547,0.45454547,0.42975205,0.40082645,0.37603307,0.3553719,0.338843,0.3140496,0.30578512,0.34710744,0.3553719,0.37603307,0.3966942,0.42561984,0.4214876,0.42561984,0.4214876,0.45867768,0.45867768,0.46694216,0.45454547,0.4338843,0.38016528,0.39256197,0.43801653,0.6322314,0.6363636,0.6570248,0.6735537,0.6859504,0.7107438,0.75206614,0.74793386,0.73140496,0.71900827,0.71900827,0.6983471,0.69008267,0.6735537,0.6694215,0.6652893,0.6694215,0.6735537,0.6694215,0.6528926,0.6528926,0.6528926,0.6280992,0.61157024,0.61570245,0.59917355,0.59090906,0.62396693,0.6652893,0.70247936,0.6942149,0.6694215,0.6322314,0.59504133,0.4752066,0.41322315,0.45867768,0.47933885,0.47933885,0.5082645,0.5082645,0.5123967,0.5123967,0.5165289,0.49173555,0.47107437,0.44214877,0.44214877,0.46280992,0.4752066,0.47933885,0.49586776,0.5123967,0.5123967,0.49173555,0.48347107,0.44214877,0.446281,0.446281,0.446281,0.4090909,0.41735536,0.42975205,0.41322315,0.62396693,0.62396693,0.6280992,0.6528926,0.6570248,0.6694215,0.7066116,0.74380165,0.74793386,0.74380165,0.72727275,0.6942149,0.69008267,0.6818182,0.6983471,0.69008267,0.6983471,0.70247936,0.6859504,0.6694215,0.69008267,0.6694215,0.6363636,0.6198347,0.6322314,0.62396693,0.61570245,0.6404959,0.6735537,0.6942149,0.6942149,0.6735537,0.6363636,0.61157024,0.5413223,0.45041323,0.47107437,0.5,0.5082645,0.5247934,0.5495868,0.57438016,0.57024795,0.58264464,0.58677685,0.5661157,0.553719,0.5495868,0.5661157,0.58677685,0.57024795,0.5661157,0.56198347,0.57024795,0.5371901,0.5123967,0.4876033,0.45454547,0.43801653,0.4338843,0.3966942,0.41735536,0.45867768,0.44214877,0.607438,0.59090906,0.607438,0.6322314,0.62396693,0.62396693,0.6570248,0.7107438,0.7355372,0.7355372,0.73966944,0.7231405,0.7231405,0.71900827,0.70247936,0.7107438,0.70247936,0.69008267,0.6983471,0.6859504,0.6735537,0.6735537,0.6198347,0.6322314,0.6446281,0.6363636,0.6404959,0.6570248,0.6694215,0.6983471,0.70247936,0.6818182,0.661157,0.62396693,0.5785124,0.5123967,0.5165289,0.5082645,0.5041322,0.53305787,0.56198347,0.58264464,0.58264464,0.607438,0.61570245,0.61570245,0.61570245,0.6280992,0.6280992,0.6198347,0.61157024,0.59917355,0.57024795,0.57024795,0.5413223,0.5165289,0.4876033,0.45041323,0.45454547,0.42561984,0.40082645,0.45454547,0.48347107,0.45867768,0.58677685,0.59090906,0.59504133,0.6322314,0.6198347,0.6322314,0.6570248,0.6818182,0.71487606,0.72727275,0.74793386,0.74793386,0.73140496,0.70247936,0.6983471,0.71900827,0.71487606,0.7066116,0.7107438,0.69008267,0.677686,0.6487603,0.61570245,0.6280992,0.6570248,0.6446281,0.6280992,0.6487603,0.6818182,0.70247936,0.6942149,0.6859504,0.6652893,0.6322314,0.58677685,0.5289256,0.5289256,0.5082645,0.4876033,0.5165289,0.5661157,0.58264464,0.59917355,0.61570245,0.6363636,0.6322314,0.6404959,0.661157,0.6570248,0.6404959,0.6363636,0.60330576,0.59090906,0.58264464,0.54545456,0.5165289,0.47933885,0.45041323,0.45041323,0.43801653,0.38842976,0.45867768,0.49586776,0.4338843,0.56198347,0.5661157,0.5661157,0.59090906,0.60330576,0.6280992,0.6446281,0.661157,0.6818182,0.69008267,0.7066116,0.73966944,0.72727275,0.70247936,0.7066116,0.70247936,0.7107438,0.6942149,0.6942149,0.6570248,0.60330576,0.60330576,0.61157024,0.6280992,0.6487603,0.61570245,0.59090906,0.6363636,0.677686,0.70247936,0.6859504,0.677686,0.6694215,0.6404959,0.59504133,0.5247934,0.5041322,0.54545456,0.5206612,0.46280992,0.49173555,0.56198347,0.59917355,0.61570245,0.62396693,0.6404959,0.6363636,0.6487603,0.6446281,0.6528926,0.6404959,0.62396693,0.58264464,0.58264464,0.56198347,0.53305787,0.49173555,0.45454547,0.44214877,0.42975205,0.38842976,0.446281,0.4752066,0.37190083,0.5413223,0.5165289,0.5495868,0.57438016,0.59504133,0.61157024,0.6198347,0.6322314,0.6487603,0.6694215,0.6570248,0.6983471,0.69008267,0.6818182,0.69008267,0.6652893,0.6735537,0.6404959,0.60330576,0.5123967,0.5082645,0.59090906,0.6363636,0.6487603,0.6528926,0.59917355,0.59504133,0.6322314,0.6694215,0.7107438,0.6859504,0.6735537,0.661157,0.6404959,0.59917355,0.5206612,0.5165289,0.59090906,0.61570245,0.55785125,0.38842976,0.43801653,0.5371901,0.58677685,0.61157024,0.6322314,0.6363636,0.62396693,0.61570245,0.61570245,0.6198347,0.60330576,0.5785124,0.57024795,0.553719,0.5371901,0.4752066,0.45454547,0.44214877,0.41322315,0.39256197,0.43801653,0.4214876,0.30165288,0.54545456,0.5371901,0.53305787,0.55785125,0.5785124,0.59504133,0.58264464,0.60330576,0.60330576,0.62396693,0.62396693,0.6280992,0.6404959,0.6363636,0.6363636,0.607438,0.59090906,0.5371901,0.45041323,0.3966942,0.5123967,0.60330576,0.6446281,0.661157,0.6446281,0.62396693,0.61570245,0.607438,0.6363636,0.6818182,0.69008267,0.6446281,0.661157,0.6487603,0.59504133,0.55785125,0.54545456,0.61570245,0.6528926,0.6322314,0.45867768,0.36363637,0.446281,0.5247934,0.56198347,0.58677685,0.61157024,0.60330576,0.60330576,0.59090906,0.59090906,0.57024795,0.553719,0.5413223,0.5206612,0.5123967,0.46280992,0.43801653,0.41735536,0.40495867,0.4090909,0.4214876,0.34710744,0.23140496,0.54545456,0.5206612,0.5123967,0.5371901,0.55785125,0.55785125,0.57024795,0.5785124,0.57438016,0.58264464,0.59090906,0.5785124,0.5785124,0.57024795,0.56198347,0.53305787,0.46280992,0.4090909,0.3966942,0.43801653,0.54545456,0.59917355,0.6363636,0.6363636,0.62396693,0.6404959,0.6198347,0.6280992,0.677686,0.70247936,0.6983471,0.6694215,0.6528926,0.661157,0.607438,0.58677685,0.55785125,0.58677685,0.6198347,0.59917355,0.5206612,0.38429752,0.37603307,0.43801653,0.49173555,0.5413223,0.57024795,0.57024795,0.57438016,0.5661157,0.55785125,0.5413223,0.5206612,0.5,0.5041322,0.4752066,0.446281,0.4214876,0.4090909,0.40082645,0.3966942,0.36363637,0.2644628,0.21900827,0.5165289,0.5041322,0.5,0.5082645,0.53305787,0.5206612,0.553719,0.553719,0.53305787,0.54545456,0.54545456,0.5247934,0.5247934,0.5,0.46280992,0.4214876,0.38842976,0.4090909,0.49586776,0.5413223,0.5165289,0.57024795,0.58677685,0.58677685,0.59504133,0.59917355,0.58264464,0.6322314,0.6942149,0.6859504,0.6528926,0.6404959,0.6322314,0.6280992,0.58264464,0.553719,0.5206612,0.5247934,0.5371901,0.5165289,0.48347107,0.40495867,0.38016528,0.38842976,0.4338843,0.47933885,0.49586776,0.5123967,0.53305787,0.5289256,0.5082645,0.49173555,0.49586776,0.4752066,0.45867768,0.43801653,0.4214876,0.40082645,0.40082645,0.40082645,0.3264463,0.23966943,0.23553719,0.2231405,0.5,0.49586776,0.49173555,0.49586776,0.5082645,0.5,0.5,0.5206612,0.5041322,0.5,0.49173555,0.46694216,0.45867768,0.45867768,0.40495867,0.3677686,0.4214876,0.4876033,0.5495868,0.59917355,0.46694216,0.44214877,0.4752066,0.49586776,0.5041322,0.5041322,0.4876033,0.53305787,0.56198347,0.57024795,0.5495868,0.53305787,0.5165289,0.5289256,0.4876033,0.44214877,0.4214876,0.42975205,0.42561984,0.41322315,0.41322315,0.38429752,0.38016528,0.39256197,0.38429752,0.41735536,0.43801653,0.45454547,0.48347107,0.48347107,0.45867768,0.446281,0.45041323,0.43801653,0.41735536,0.4214876,0.3966942,0.39256197,0.40082645,0.38429752,0.23553719,0.20661157,0.21900827,0.22727273,0.49173555,0.4752066,0.47933885,0.47107437,0.4876033,0.4752066,0.46280992,0.46280992,0.45041323,0.446281,0.43801653,0.41322315,0.3966942,0.3966942,0.38842976,0.3966942,0.5123967,0.56198347,0.58264464,0.59090906,0.5661157,0.3553719,0.2892562,0.30991736,0.338843,0.38842976,0.40082645,0.40082645,0.45454547,0.46280992,0.44214877,0.42561984,0.40082645,0.40082645,0.38016528,0.35950413,0.33471075,0.30991736,0.3140496,0.36363637,0.36363637,0.37190083,0.35123968,0.4090909,0.38429752,0.3966942,0.4090909,0.41322315,0.41735536,0.41735536,0.40495867,0.4214876,0.41322315,0.40495867,0.39256197,0.38842976,0.37603307,0.38429752,0.40082645,0.36363637,0.23553719,0.2107438,0.23553719,0.21900827,0.4876033,0.46280992,0.46280992,0.47107437,0.46694216,0.45454547,0.42975205,0.41735536,0.40495867,0.38842976,0.38429752,0.38016528,0.38842976,0.38842976,0.41735536,0.49173555,0.57438016,0.61157024,0.61157024,0.60330576,0.59504133,0.49173555,0.30578512,0.2107438,0.22727273,0.20247933,0.23140496,0.28099173,0.3305785,0.36363637,0.3429752,0.34710744,0.3140496,0.28512397,0.24793388,0.22727273,0.21487603,0.2107438,0.28512397,0.35950413,0.35950413,0.35950413,0.35123968,0.37190083,0.38016528,0.3677686,0.38429752,0.38429752,0.38016528,0.37603307,0.37190083,0.38842976,0.38016528,0.38842976,0.37603307,0.37190083,0.37603307,0.38016528,0.38429752,0.33471075,0.21487603,0.21487603,0.23140496,0.22727273,0.48347107,0.4752066,0.45041323,0.4338843,0.45867768,0.45041323,0.41735536,0.38842976,0.37190083,0.35950413,0.37603307,0.38842976,0.4090909,0.41322315,0.48347107,0.553719,0.61157024,0.6198347,0.6198347,0.61157024,0.60330576,0.57438016,0.5,0.3677686,0.2892562,0.25619835,0.23140496,0.21487603,0.24793388,0.25619835,0.2603306,0.27272728,0.23966943,0.2107438,0.2107438,0.2107438,0.23553719,0.2892562,0.3677686,0.39256197,0.38016528,0.37190083,0.36363637,0.36363637,0.37603307,0.34710744,0.3677686,0.37190083,0.3677686,0.3553719,0.35950413,0.38842976,0.36363637,0.38016528,0.37190083,0.3553719,0.37190083,0.3677686,0.39256197,0.2892562,0.20247933,0.2107438,0.21900827,0.21487603,0.47933885,0.5,0.46694216,0.44214877,0.4752066,0.47107437,0.4338843,0.39256197,0.3677686,0.39256197,0.41322315,0.4338843,0.45041323,0.45041323,0.5289256,0.58264464,0.59504133,0.61570245,0.62396693,0.62396693,0.60330576,0.59504133,0.59090906,0.56198347,0.4876033,0.36363637,0.3181818,0.27272728,0.24380165,0.23140496,0.2520661,0.23553719,0.25619835,0.2603306,0.2768595,0.30165288,0.33471075,0.37190083,0.39256197,0.41322315,0.4090909,0.38016528,0.37190083,0.3553719,0.3677686,0.36363637,0.3677686,0.38016528,0.36363637,0.36363637,0.36363637,0.37603307,0.35950413,0.37603307,0.3677686,0.37603307,0.35950413,0.37603307,0.38429752,0.24380165,0.20247933,0.21900827,0.21900827,0.2231405,0.49173555,0.49173555,0.49586776,0.4876033,0.4876033,0.49586776,0.46280992,0.42561984,0.4214876,0.45041323,0.47107437,0.45041323,0.5082645,0.5413223,0.553719,0.58264464,0.59090906,0.58677685,0.607438,0.6198347,0.60330576,0.59917355,0.60330576,0.59504133,0.5785124,0.5206612,0.4338843,0.338843,0.2892562,0.26859504,0.30578512,0.29338843,0.3181818,0.3305785,0.36363637,0.36363637,0.39256197,0.3966942,0.40082645,0.41322315,0.4338843,0.40082645,0.38429752,0.37190083,0.3677686,0.3966942,0.3966942,0.4214876,0.41322315,0.4090909,0.39256197,0.38429752,0.37190083,0.37190083,0.37190083,0.38016528,0.36363637,0.38016528,0.3553719,0.20247933,0.20247933,0.23140496,0.21487603,0.22727273,0.49173555,0.49173555,0.49173555,0.5165289,0.5206612,0.5289256,0.53305787,0.49173555,0.47933885,0.49173555,0.49586776,0.5041322,0.5413223,0.55785125,0.54545456,0.5661157,0.57438016,0.5661157,0.57438016,0.57024795,0.59504133,0.59504133,0.59504133,0.58677685,0.58677685,0.5661157,0.5371901,0.45454547,0.35950413,0.3181818,0.3181818,0.3305785,0.39256197,0.38016528,0.40082645,0.40082645,0.41322315,0.41735536,0.41735536,0.3966942,0.42975205,0.41322315,0.38429752,0.37190083,0.38016528,0.3966942,0.4338843,0.45041323,0.45041323,0.446281,0.4214876,0.40495867,0.38842976,0.3677686,0.38429752,0.38016528,0.37190083,0.37603307,0.3140496,0.2107438,0.2107438,0.21900827,0.2107438,0.22727273,0.49586776,0.5,0.5,0.5165289,0.5247934,0.57438016,0.58677685,0.53305787,0.5206612,0.5206612,0.5247934,0.53305787,0.5495868,0.5165289,0.5041322,0.5289256,0.5371901,0.5247934,0.53305787,0.5495868,0.5371901,0.58264464,0.59090906,0.607438,0.59090906,0.5785124,0.58677685,0.5495868,0.47933885,0.4338843,0.3966942,0.38842976,0.40495867,0.41322315,0.44214877,0.42561984,0.41322315,0.4214876,0.41735536,0.39256197,0.40495867,0.4090909,0.37603307,0.36363637,0.37190083,0.39256197,0.42975205,0.45041323,0.45867768,0.47933885,0.42975205,0.4090909,0.38842976,0.38016528,0.37603307,0.37603307,0.3677686,0.35950413,0.27272728,0.2107438,0.2107438,0.2231405,0.21487603,0.21900827,0.49586776,0.49173555,0.5082645,0.5,0.53305787,0.59090906,0.60330576,0.5785124,0.5495868,0.5289256,0.54545456,0.5413223,0.5041322,0.48347107,0.47933885,0.49173555,0.5041322,0.49173555,0.49173555,0.5289256,0.5206612,0.5289256,0.5371901,0.55785125,0.5495868,0.553719,0.57438016,0.5785124,0.5661157,0.5123967,0.46694216,0.41322315,0.40495867,0.38842976,0.4090909,0.42561984,0.41322315,0.3966942,0.40082645,0.38842976,0.38429752,0.37190083,0.36363637,0.37603307,0.36363637,0.37603307,0.41322315,0.41322315,0.46280992,0.49586776,0.42975205,0.41735536,0.39256197,0.38016528,0.3677686,0.38016528,0.36363637,0.3305785,0.2231405,0.19421488,0.22727273,0.2107438,0.22727273,0.21900827,0.49173555,0.5,0.49586776,0.5041322,0.5371901,0.57438016,0.59917355,0.59917355,0.55785125,0.53305787,0.54545456,0.5165289,0.47933885,0.43801653,0.42975205,0.40495867,0.41735536,0.4214876,0.41322315,0.41322315,0.4090909,0.39256197,0.3966942,0.37603307,0.3429752,0.3429752,0.35950413,0.37603307,0.37190083,0.41322315,0.38429752,0.3553719,0.30991736,0.28099173,0.2892562,0.30578512,0.3140496,0.32231405,0.33471075,0.33471075,0.33471075,0.35123968,0.3553719,0.3553719,0.37190083,0.38016528,0.40082645,0.3966942,0.45454547,0.47933885,0.4338843,0.4090909,0.38016528,0.38429752,0.38016528,0.38429752,0.37190083,0.28099173,0.1983471,0.2231405,0.21900827,0.21487603,0.21900827,0.22727273,0.47933885,0.47933885,0.49586776,0.5123967,0.5165289,0.55785125,0.58677685,0.61157024,0.57024795,0.5413223,0.5413223,0.49173555,0.42561984,0.37603307,0.30991736,0.20661157,0.14876033,0.21900827,0.25619835,0.2892562,0.3140496,0.28099173,0.3429752,0.3966942,0.2892562,0.28099173,0.3429752,0.33471075,0.28512397,0.26859504,0.3305785,0.3429752,0.3305785,0.24380165,0.2768595,0.30991736,0.23553719,0.30165288,0.28099173,0.21900827,0.16528925,0.16528925,0.2520661,0.32231405,0.35950413,0.38842976,0.40495867,0.4090909,0.446281,0.45454547,0.4090909,0.41322315,0.38016528,0.37603307,0.38429752,0.38016528,0.35950413,0.21487603,0.1983471,0.2231405,0.2107438,0.2107438,0.21487603,0.23140496,0.45454547,0.47107437,0.49173555,0.5082645,0.5,0.5289256,0.5785124,0.58677685,0.57024795,0.55785125,0.53305787,0.46280992,0.42561984,0.44214877,0.4090909,0.2520661,0.08677686,0.19008264,0.22727273,0.338843,0.38842976,0.3553719,0.45041323,0.5289256,0.42561984,0.45041323,0.5206612,0.5041322,0.38842976,0.3181818,0.45041323,0.47933885,0.47933885,0.37190083,0.4090909,0.41735536,0.32231405,0.37603307,0.30991736,0.21487603,0.11570248,0.10743801,0.21487603,0.30578512,0.34710744,0.38429752,0.40495867,0.4214876,0.446281,0.42975205,0.40495867,0.40082645,0.38842976,0.37603307,0.38016528,0.37603307,0.28099173,0.2231405,0.2107438,0.21900827,0.21487603,0.2107438,0.2231405,0.21900827,0.43801653,0.45454547,0.48347107,0.49173555,0.47933885,0.5041322,0.5495868,0.57024795,0.57024795,0.5661157,0.5371901,0.46694216,0.46280992,0.553719,0.59090906,0.53305787,0.41322315,0.30991736,0.25619835,0.35123968,0.39256197,0.38429752,0.5165289,0.59504133,0.45041323,0.5495868,0.6198347,0.59504133,0.44214877,0.38429752,0.5289256,0.5371901,0.53305787,0.41735536,0.45867768,0.45041323,0.38016528,0.38842976,0.2603306,0.1983471,0.1694215,0.24380165,0.35950413,0.36363637,0.3553719,0.38016528,0.3966942,0.41735536,0.43801653,0.41322315,0.40495867,0.38429752,0.38842976,0.3677686,0.3553719,0.34710744,0.2231405,0.20661157,0.21900827,0.21900827,0.21900827,0.2107438,0.21487603,0.2107438,0.41322315,0.446281,0.47933885,0.47933885,0.47933885,0.47933885,0.5371901,0.56198347,0.56198347,0.55785125,0.5247934,0.49173555,0.5041322,0.57438016,0.61157024,0.61157024,0.5413223,0.46280992,0.446281,0.4214876,0.4338843,0.44214877,0.44214877,0.44214877,0.4338843,0.5,0.5041322,0.5165289,0.42561984,0.41735536,0.5041322,0.4752066,0.5,0.35950413,0.35950413,0.3677686,0.28512397,0.29752067,0.23140496,0.23966943,0.32231405,0.3553719,0.4090909,0.3966942,0.37190083,0.38429752,0.40495867,0.41735536,0.4338843,0.4090909,0.38842976,0.37190083,0.38429752,0.34710744,0.37190083,0.28099173,0.20247933,0.20247933,0.21900827,0.21487603,0.21487603,0.21487603,0.21900827,0.21487603,0.38429752,0.42561984,0.46694216,0.48347107,0.49173555,0.45041323,0.49586776,0.5371901,0.5495868,0.5371901,0.5247934,0.5206612,0.5661157,0.59917355,0.59917355,0.61570245,0.59917355,0.5247934,0.49586776,0.5,0.57024795,0.58677685,0.54545456,0.5,0.4876033,0.46280992,0.40082645,0.42975205,0.37603307,0.42561984,0.45041323,0.38842976,0.41735536,0.35950413,0.32231405,0.35123968,0.3677686,0.3305785,0.32231405,0.338843,0.39256197,0.40495867,0.42975205,0.42975205,0.40495867,0.3966942,0.41735536,0.41735536,0.4214876,0.40082645,0.38429752,0.38429752,0.3677686,0.37603307,0.33471075,0.21487603,0.20247933,0.20247933,0.21487603,0.2107438,0.21900827,0.2107438,0.2107438,0.2107438,0.38016528,0.41322315,0.43801653,0.4752066,0.48347107,0.46694216,0.4752066,0.53305787,0.5413223,0.5289256,0.5206612,0.5495868,0.58677685,0.61157024,0.5785124,0.58264464,0.58677685,0.54545456,0.5371901,0.5165289,0.5495868,0.59090906,0.6694215,0.6487603,0.57438016,0.5206612,0.5041322,0.4752066,0.45454547,0.49586776,0.5123967,0.49586776,0.49173555,0.47933885,0.46694216,0.4876033,0.46694216,0.4214876,0.38429752,0.3966942,0.41735536,0.45041323,0.41322315,0.4338843,0.41322315,0.40495867,0.41735536,0.42975205,0.41322315,0.38429752,0.38842976,0.38429752,0.3677686,0.3677686,0.2603306,0.1983471,0.2107438,0.2107438,0.21487603,0.20661157,0.2107438,0.21487603,0.2107438,0.21487603,0.35950413,0.37190083,0.446281,0.45041323,0.47107437,0.4876033,0.45454547,0.5165289,0.5247934,0.56198347,0.53305787,0.56198347,0.59504133,0.5785124,0.59090906,0.57024795,0.57438016,0.553719,0.5413223,0.5123967,0.5165289,0.5,0.5413223,0.59917355,0.59917355,0.57438016,0.5289256,0.5082645,0.5247934,0.5413223,0.5785124,0.58264464,0.5661157,0.56198347,0.5165289,0.46694216,0.4214876,0.4090909,0.38842976,0.4090909,0.42975205,0.44214877,0.4214876,0.42561984,0.40082645,0.40082645,0.41735536,0.42975205,0.3966942,0.38842976,0.37190083,0.37603307,0.37603307,0.42561984,0.35950413,0.1983471,0.1983471,0.20247933,0.2231405,0.2107438,0.21487603,0.20661157,0.20247933,0.22727273,0.35950413,0.3677686,0.40082645,0.43801653,0.46280992,0.48347107,0.4752066,0.48347107,0.5247934,0.5495868,0.553719,0.57024795,0.59090906,0.5785124,0.57438016,0.57438016,0.5495868,0.5371901,0.5289256,0.5123967,0.5206612,0.49586776,0.49173555,0.5371901,0.5495868,0.5413223,0.5165289,0.5041322,0.5123967,0.49173555,0.5289256,0.5247934,0.48347107,0.46280992,0.46280992,0.41735536,0.42561984,0.40495867,0.36363637,0.40495867,0.42561984,0.4338843,0.42975205,0.4090909,0.40082645,0.39256197,0.4090909,0.41735536,0.3966942,0.39256197,0.37603307,0.36363637,0.34710744,0.41322315,0.53305787,0.45041323,0.1983471,0.1694215,0.22727273,0.2107438,0.2107438,0.2107438,0.20247933,0.2231405,0.38429752,0.41735536,0.39256197,0.4090909,0.43801653,0.47107437,0.47933885,0.48347107,0.5247934,0.5165289,0.5495868,0.57024795,0.5785124,0.58677685,0.57024795,0.5413223,0.553719,0.5165289,0.5165289,0.5041322,0.49586776,0.47933885,0.4752066,0.5289256,0.49586776,0.5,0.47933885,0.45454547,0.46280992,0.45041323,0.45454547,0.446281,0.44214877,0.4214876,0.41735536,0.40082645,0.42561984,0.4090909,0.38429752,0.40495867,0.41322315,0.42561984,0.42561984,0.40495867,0.3966942,0.39256197,0.3966942,0.41735536,0.38016528,0.37190083,0.3677686,0.35123968,0.37603307,0.3429752,0.4214876,0.58264464,0.4876033,0.23553719,0.20661157,0.20661157,0.21487603,0.2107438,0.21487603,0.20661157,0.47933885,0.6652893,0.5082645,0.37190083,0.4090909,0.45454547,0.46694216,0.4876033,0.5165289,0.5413223,0.5495868,0.5785124,0.5785124,0.56198347,0.57438016,0.53305787,0.53305787,0.5082645,0.49586776,0.47933885,0.47933885,0.46280992,0.47107437,0.4752066,0.47107437,0.44214877,0.43801653,0.42975205,0.42975205,0.41322315,0.41322315,0.4090909,0.4090909,0.40082645,0.3966942,0.38016528,0.40495867,0.38842976,0.38429752,0.3966942,0.40495867,0.41322315,0.4214876,0.40082645,0.3966942,0.40082645,0.39256197,0.38842976,0.3677686,0.36363637,0.37190083,0.3305785,0.41735536,0.48347107,0.3181818,0.446281,0.58677685,0.5289256,0.23553719,0.17355372,0.1983471,0.2107438,0.21487603,0.2107438,0.73140496,0.8057851,0.59917355,0.4090909,0.40082645,0.42975205,0.45867768,0.47107437,0.4876033,0.5206612,0.553719,0.553719,0.58677685,0.57438016,0.56198347,0.57024795,0.5289256,0.5123967,0.4876033,0.48347107,0.46694216,0.46280992,0.46280992,0.446281,0.45041323,0.4214876,0.42561984,0.42975205,0.4090909,0.38842976,0.40495867,0.40495867,0.41322315,0.38842976,0.38842976,0.37603307,0.38429752,0.37603307,0.40495867,0.39256197,0.40082645,0.42561984,0.4214876,0.4090909,0.39256197,0.3966942,0.3966942,0.37190083,0.35123968,0.35950413,0.38016528,0.33471075,0.37603307,0.6198347,0.45454547,0.3553719,0.49173555,0.62396693,0.4876033,0.19008264,0.19421488,0.2107438,0.21487603,0.2107438,0.74380165,0.8181818,0.6322314,0.45454547,0.46280992,0.38842976,0.42561984,0.446281,0.46280992,0.49586776,0.53305787,0.54545456,0.5785124,0.59090906,0.58264464,0.59504133,0.5661157,0.53305787,0.5041322,0.5041322,0.5041322,0.5,0.49173555,0.4752066,0.45867768,0.4338843,0.4214876,0.42561984,0.40082645,0.3966942,0.41322315,0.4090909,0.3966942,0.38842976,0.38842976,0.38016528,0.37190083,0.38016528,0.42561984,0.41322315,0.42561984,0.446281,0.4338843,0.41322315,0.39256197,0.38842976,0.38429752,0.3553719,0.3553719,0.37190083,0.37603307,0.33471075,0.3305785,0.5,0.62396693,0.3677686,0.40082645,0.54545456,0.62396693,0.3966942,0.17355372,0.18181819,0.22727273,0.20247933,0.79752064,0.8181818,0.59917355,0.45867768,0.49173555,0.4338843,0.38842976,0.4090909,0.42975205,0.46694216,0.5082645,0.53305787,0.553719,0.58677685,0.59917355,0.607438,0.59917355,0.57024795,0.56198347,0.5371901,0.5247934,0.5247934,0.5289256,0.5413223,0.553719,0.53305787,0.5247934,0.5,0.47933885,0.45867768,0.4752066,0.45867768,0.42561984,0.40495867,0.40495867,0.40082645,0.38842976,0.40495867,0.4338843,0.45454547,0.47107437,0.46280992,0.42975205,0.4090909,0.39256197,0.3677686,0.36363637,0.35950413,0.3677686,0.38842976,0.38842976,0.3553719,0.29752067,0.3966942,0.6487603,0.5,0.30991736,0.47933885,0.59090906,0.58677685,0.2520661,0.16115703,0.21487603,0.2107438,0.79752064,0.6487603,0.49173555,0.45867768,0.5,0.4752066,0.42975205,0.38016528,0.3966942,0.41735536,0.46280992,0.48347107,0.53305787,0.55785125,0.59504133,0.607438,0.6198347,0.62396693,0.6198347,0.59090906,0.59090906,0.55785125,0.5785124,0.61570245,0.6487603,0.6446281,0.6363636,0.61570245,0.59504133,0.5661157,0.5495868,0.5413223,0.5082645,0.4876033,0.46694216,0.45867768,0.45041323,0.41735536,0.45041323,0.49173555,0.5,0.4338843,0.40495867,0.3966942,0.38016528,0.36363637,0.36363637,0.35950413,0.3677686,0.38429752,0.38016528,0.3429752,0.2603306,0.30578512,0.56198347,0.6528926,0.2644628,0.38842976,0.553719,0.6322314,0.39256197,0.15289256,0.2107438,0.21487603,0.69008267,0.46694216,0.45867768,0.47933885,0.49173555,0.48347107,0.46280992,0.40495867,0.3677686,0.3677686,0.41735536,0.46280992,0.5041322,0.53305787,0.59090906,0.61157024,0.61157024,0.6322314,0.6363636,0.62396693,0.6363636,0.60330576,0.6198347,0.6446281,0.6694215,0.6487603,0.6322314,0.61157024,0.61157024,0.59090906,0.58677685,0.59090906,0.57024795,0.5495868,0.5371901,0.5413223,0.5082645,0.45454547,0.47933885,0.5082645,0.49173555,0.41735536,0.37603307,0.37603307,0.3553719,0.3553719,0.38429752,0.35950413,0.35950413,0.38016528,0.35950413,0.35950413,0.22727273,0.23140496,0.47107437,0.6735537,0.38429752,0.24793388,0.4876033,0.6198347,0.5123967,0.19421488,0.19008264,0.21487603,0.5165289,0.38842976,0.46694216,0.49173555,0.4876033,0.4876033,0.4752066,0.44214877,0.38842976,0.3429752,0.35950413,0.40082645,0.45041323,0.47933885,0.553719,0.607438,0.6280992,0.59917355,0.607438,0.6280992,0.6363636,0.62396693,0.6487603,0.6528926,0.6487603,0.6404959,0.6280992,0.60330576,0.58264464,0.5785124,0.5661157,0.553719,0.5371901,0.5165289,0.5041322,0.5289256,0.53305787,0.49586776,0.49586776,0.49586776,0.45454547,0.38842976,0.35123968,0.36363637,0.35950413,0.3553719,0.37603307,0.3677686,0.34710744,0.35123968,0.3305785,0.38429752,0.1983471,0.14876033,0.4214876,0.62396693,0.5206612,0.16115703,0.4338843,0.60330576,0.5785124,0.25619835,0.18595041,0.21487603,0.4338843,0.4090909,0.47107437,0.5165289,0.5,0.49173555,0.47107437,0.45867768,0.42561984,0.36363637,0.3305785,0.3429752,0.38016528,0.4214876,0.47107437,0.5289256,0.59090906,0.57024795,0.5785124,0.59917355,0.60330576,0.6198347,0.6198347,0.60330576,0.60330576,0.59090906,0.57438016,0.57438016,0.54545456,0.5206612,0.5495868,0.5247934,0.5082645,0.49586776,0.49586776,0.5041322,0.5082645,0.5,0.4752066,0.45454547,0.3966942,0.36363637,0.34710744,0.3677686,0.37603307,0.36363637,0.3429752,0.35123968,0.35123968,0.36363637,0.3305785,0.40082645,0.1983471,0.08677686,0.39256197,0.6198347,0.5661157,0.1446281,0.41322315,0.59504133,0.6198347,0.41322315,0.2768595,0.2231405,0.38842976,0.3553719,0.47933885,0.5165289,0.5206612,0.5,0.49173555,0.47933885,0.446281,0.42975205,0.3553719,0.32231405,0.3305785,0.34710744,0.41322315,0.46694216,0.49586776,0.54545456,0.553719,0.56198347,0.56198347,0.56198347,0.57024795,0.553719,0.5413223,0.53305787,0.5289256,0.5247934,0.5041322,0.4876033,0.49173555,0.4752066,0.47933885,0.47107437,0.47107437,0.45867768,0.45867768,0.4338843,0.4214876,0.39256197,0.3553719,0.35123968,0.3677686,0.37603307,0.38016528,0.3966942,0.35123968,0.35123968,0.35123968,0.3553719,0.35123968,0.41322315,0.18595041,0.09504132,0.41735536,0.59504133,0.58264464,0.1983471,0.42561984,0.62396693,0.6322314,0.5495868,0.5247934,0.446281,0.28512397,0.30165288,0.5041322,0.5082645,0.5123967,0.5247934,0.5082645,0.48347107,0.46694216,0.45041323,0.40082645,0.35123968,0.3140496,0.30165288,0.3429752,0.38016528,0.4090909,0.45454547,0.49586776,0.4876033,0.5,0.5123967,0.5082645,0.4876033,0.49173555,0.47933885,0.47107437,0.47933885,0.4752066,0.47107437,0.446281,0.446281,0.43801653,0.42561984,0.40495867,0.40495867,0.38429752,0.3553719,0.36363637,0.34710744,0.3429752,0.3553719,0.37190083,0.38429752,0.38016528,0.36363637,0.35123968,0.3553719,0.35123968,0.3553719,0.35950413,0.39256197,0.16115703,0.13636364,0.45454547,0.607438,0.55785125,0.2603306,0.45454547,0.62396693,0.6487603,0.5413223,0.53305787,0.5371901,0.16528925,0.35123968,0.5413223,0.5123967,0.49586776,0.5041322,0.5371901,0.5041322,0.4752066,0.45041323,0.42975205,0.38429752,0.338843,0.30165288,0.30578512,0.30991736,0.34710744,0.36363637,0.41322315,0.42975205,0.44214877,0.45041323,0.45041323,0.44214877,0.4338843,0.44214877,0.41735536,0.4214876,0.41322315,0.41322315,0.41735536,0.4090909,0.38429752,0.38429752,0.35123968,0.3677686,0.3429752,0.33471075,0.3305785,0.33471075,0.3553719,0.37190083,0.37603307,0.3677686,0.37190083,0.3553719,0.34710744,0.35950413,0.35950413,0.35123968,0.3677686,0.38016528,0.13636364,0.19421488,0.5082645,0.62396693,0.5165289,0.3181818,0.49586776,0.6322314,0.6446281,0.54545456,0.5206612,0.5206612,0.14876033,0.5,0.553719,0.5247934,0.5206612,0.5041322,0.5289256,0.5371901,0.5041322,0.45867768,0.446281,0.4214876,0.37190083,0.338843,0.3181818,0.30165288,0.3140496,0.3140496,0.33471075,0.3677686,0.37603307,0.38842976,0.38016528,0.38429752,0.38016528,0.35950413,0.38842976,0.36363637,0.3553719,0.36363637,0.3677686,0.36363637,0.3553719,0.3429752,0.338843,0.33471075,0.3181818,0.3140496,0.35123968,0.3429752,0.37603307,0.3966942,0.37603307,0.37190083,0.35950413,0.35950413,0.3553719,0.35123968,0.36363637,0.37603307,0.36363637,0.3305785,0.12809917,0.30991736,0.5661157,0.6446281,0.48347107,0.3264463,0.5371901,0.6280992,0.6363636,0.5495868,0.5123967,0.5123967,0.2520661,0.59917355,0.553719,0.5371901,0.53305787,0.5165289,0.5165289,0.5247934,0.5247934,0.5041322,0.46280992,0.4338843,0.41322315,0.37603307,0.34710744,0.3181818,0.3140496,0.30165288,0.3140496,0.30165288,0.3181818,0.3553719,0.338843,0.3553719,0.3429752,0.3305785,0.338843,0.35950413,0.32231405,0.3429752,0.34710744,0.35123968,0.338843,0.3305785,0.29338843,0.30578512,0.3140496,0.35123968,0.3966942,0.38016528,0.37190083,0.38429752,0.37190083,0.36363637,0.3553719,0.35950413,0.3677686,0.36363637,0.35123968,0.37190083,0.35123968,0.28512397,0.12809917,0.34710744,0.57438016,0.6570248,0.5123967,0.29338843,0.5247934,0.6198347,0.6404959,0.55785125,0.5123967,0.5082645,0.38016528,0.60330576,0.56198347,0.54545456,0.53305787,0.5165289,0.5165289,0.5495868,0.5247934,0.5165289,0.5082645,0.47107437,0.42975205,0.4090909,0.37190083,0.338843,0.3264463,0.3140496,0.3140496,0.30991736,0.29338843,0.29752067,0.28099173,0.30165288,0.3140496,0.3181818,0.3264463,0.3264463,0.30991736,0.3140496,0.30991736,0.29338843,0.2892562,0.29752067,0.30578512,0.3264463,0.35123968,0.38429752,0.40495867,0.38429752,0.38429752,0.37603307,0.3677686,0.35950413,0.36363637,0.35950413,0.37190083,0.3677686,0.35123968,0.37603307,0.34710744,0.30991736,0.14049587,0.29752067,0.55785125,0.6487603,0.553719,0.2644628,0.5082645,0.61157024,0.6404959,0.57024795,0.5165289,0.5041322,32 +0.12396694,0.1322314,0.11157025,0.11157025,0.11983471,0.13636364,0.13636364,0.13636364,0.1570248,0.19008264,0.20661157,0.24380165,0.2768595,0.2892562,0.26859504,0.27272728,0.30165288,0.3305785,0.30578512,0.29338843,0.30991736,0.3140496,0.32231405,0.33471075,0.30991736,0.3140496,0.30165288,0.2644628,0.21487603,0.23966943,0.2231405,0.24793388,0.26859504,0.30578512,0.37190083,0.38016528,0.42561984,0.47933885,0.5041322,0.5165289,0.5289256,0.5123967,0.5041322,0.5413223,0.5785124,0.57438016,0.59917355,0.5661157,0.56198347,0.56198347,0.55785125,0.5495868,0.5785124,0.54545456,0.5,0.45454547,0.42561984,0.38842976,0.2892562,0.19421488,0.20661157,0.18595041,0.20247933,0.2107438,0.12809917,0.11983471,0.10743801,0.11570248,0.11157025,0.11983471,0.1570248,0.15289256,0.19008264,0.23140496,0.2603306,0.29752067,0.32231405,0.34710744,0.3429752,0.29752067,0.2768595,0.29338843,0.28512397,0.2768595,0.28512397,0.28099173,0.30578512,0.32231405,0.3264463,0.338843,0.34710744,0.35123968,0.3140496,0.32231405,0.33471075,0.3677686,0.41322315,0.49173555,0.5041322,0.5,0.5206612,0.56198347,0.57024795,0.57024795,0.55785125,0.5413223,0.5661157,0.59504133,0.59917355,0.5785124,0.59504133,0.5785124,0.5661157,0.5785124,0.57438016,0.56198347,0.58264464,0.54545456,0.5123967,0.46280992,0.43801653,0.38429752,0.29752067,0.2231405,0.20247933,0.1983471,0.16528925,0.21487603,0.12396694,0.12396694,0.11157025,0.10743801,0.11157025,0.12809917,0.1694215,0.20247933,0.2644628,0.32231405,0.39256197,0.37603307,0.36363637,0.34710744,0.3429752,0.32231405,0.28512397,0.25619835,0.2520661,0.23966943,0.24793388,0.2603306,0.28512397,0.29752067,0.3181818,0.33471075,0.35123968,0.38429752,0.38429752,0.39256197,0.43801653,0.48347107,0.53305787,0.58677685,0.56198347,0.5413223,0.5785124,0.59504133,0.59504133,0.59504133,0.57438016,0.5785124,0.607438,0.61570245,0.60330576,0.58677685,0.58677685,0.58264464,0.5661157,0.58677685,0.58264464,0.56198347,0.56198347,0.5495868,0.5206612,0.4752066,0.44214877,0.37603307,0.30578512,0.23553719,0.18181819,0.1694215,0.12396694,0.18595041,0.1446281,0.1322314,0.11570248,0.11157025,0.11570248,0.1446281,0.21900827,0.25619835,0.3553719,0.41322315,0.45454547,0.47107437,0.46694216,0.45454547,0.41735536,0.38429752,0.338843,0.3181818,0.2768595,0.24793388,0.23140496,0.2603306,0.28099173,0.2892562,0.338843,0.3553719,0.35950413,0.40082645,0.4214876,0.46280992,0.5247934,0.5661157,0.58264464,0.58677685,0.5785124,0.59090906,0.61570245,0.6198347,0.62396693,0.61570245,0.61157024,0.62396693,0.62396693,0.6198347,0.6198347,0.59917355,0.607438,0.59090906,0.55785125,0.57438016,0.5785124,0.5785124,0.55785125,0.5413223,0.5247934,0.47933885,0.42975205,0.38429752,0.338843,0.23966943,0.16528925,0.1446281,0.11157025,0.1570248,0.1446281,0.14876033,0.12809917,0.13636364,0.16115703,0.2107438,0.24380165,0.3181818,0.39256197,0.45454547,0.47107437,0.5041322,0.53305787,0.5165289,0.5165289,0.5123967,0.47933885,0.49586776,0.46694216,0.45454547,0.38842976,0.36363637,0.3677686,0.39256197,0.38429752,0.38016528,0.40082645,0.45041323,0.49173555,0.5661157,0.59090906,0.59504133,0.60330576,0.59917355,0.59917355,0.61570245,0.6404959,0.6363636,0.62396693,0.6322314,0.6363636,0.6363636,0.6404959,0.6322314,0.62396693,0.61157024,0.607438,0.59504133,0.58264464,0.5661157,0.58264464,0.58264464,0.553719,0.5413223,0.53305787,0.48347107,0.4214876,0.41322315,0.3677686,0.2603306,0.17768595,0.13636364,0.11570248,0.1446281,0.12396694,0.14876033,0.16528925,0.20661157,0.22727273,0.25619835,0.29752067,0.38016528,0.42561984,0.46280992,0.49586776,0.5206612,0.5289256,0.5247934,0.5371901,0.553719,0.5247934,0.5371901,0.5413223,0.56198347,0.54545456,0.5165289,0.46280992,0.48347107,0.47933885,0.49173555,0.53305787,0.56198347,0.60330576,0.60330576,0.607438,0.607438,0.607438,0.62396693,0.61570245,0.62396693,0.6446281,0.6363636,0.6322314,0.6280992,0.6404959,0.6363636,0.6322314,0.6363636,0.62396693,0.6280992,0.6280992,0.60330576,0.59917355,0.59504133,0.57024795,0.5785124,0.553719,0.5413223,0.5289256,0.49173555,0.42975205,0.4214876,0.40495867,0.3305785,0.1983471,0.1446281,0.11157025,0.1446281,0.1322314,0.18181819,0.2231405,0.27272728,0.2644628,0.30165288,0.3553719,0.41322315,0.45867768,0.4752066,0.5123967,0.53305787,0.5371901,0.55785125,0.5785124,0.59090906,0.58264464,0.59090906,0.59504133,0.59090906,0.607438,0.607438,0.58677685,0.61570245,0.6280992,0.61570245,0.61157024,0.6280992,0.6322314,0.62396693,0.6198347,0.6198347,0.61157024,0.62396693,0.62396693,0.6280992,0.6363636,0.62396693,0.6198347,0.6363636,0.6322314,0.6404959,0.6322314,0.6487603,0.6322314,0.6322314,0.6322314,0.61570245,0.61157024,0.607438,0.57024795,0.58264464,0.55785125,0.54545456,0.5206612,0.49586776,0.43801653,0.4214876,0.4214876,0.3966942,0.25619835,0.12396694,0.13636364,0.14049587,0.16115703,0.24793388,0.26859504,0.29752067,0.3181818,0.3181818,0.42975205,0.4876033,0.5123967,0.5371901,0.553719,0.5785124,0.58677685,0.61570245,0.62396693,0.6446281,0.6570248,0.661157,0.6652893,0.661157,0.6694215,0.661157,0.6652893,0.6652893,0.661157,0.6528926,0.6363636,0.6528926,0.6404959,0.6322314,0.6280992,0.6322314,0.6280992,0.62396693,0.6322314,0.62396693,0.6363636,0.6280992,0.61157024,0.6198347,0.6446281,0.6487603,0.6487603,0.6528926,0.6404959,0.6322314,0.6280992,0.6198347,0.61157024,0.60330576,0.58677685,0.5785124,0.56198347,0.5495868,0.5247934,0.5206612,0.446281,0.41322315,0.42561984,0.4214876,0.35123968,0.1446281,0.09917355,0.14049587,0.24793388,0.3429752,0.33471075,0.3140496,0.3305785,0.39256197,0.47933885,0.5413223,0.553719,0.5785124,0.56198347,0.59917355,0.61570245,0.6363636,0.6570248,0.6652893,0.661157,0.6694215,0.6694215,0.6735537,0.6859504,0.69008267,0.6942149,0.6983471,0.6818182,0.69008267,0.6735537,0.6694215,0.6652893,0.661157,0.661157,0.6487603,0.6528926,0.6446281,0.6404959,0.6446281,0.6404959,0.6363636,0.62396693,0.6487603,0.6487603,0.6446281,0.6404959,0.6198347,0.6280992,0.6322314,0.59917355,0.61570245,0.61157024,0.59504133,0.58264464,0.5785124,0.57024795,0.54545456,0.5206612,0.5165289,0.47107437,0.42975205,0.41735536,0.40495867,0.40495867,0.22727273,0.09917355,0.12809917,0.33471075,0.41322315,0.38429752,0.3429752,0.37603307,0.446281,0.5,0.5495868,0.56198347,0.58677685,0.5785124,0.59090906,0.61157024,0.6280992,0.6446281,0.6570248,0.6404959,0.6446281,0.6694215,0.6735537,0.6694215,0.677686,0.6735537,0.6859504,0.6942149,0.6983471,0.69008267,0.677686,0.6818182,0.6818182,0.6942149,0.677686,0.6735537,0.6652893,0.6528926,0.6528926,0.6446281,0.6363636,0.6280992,0.6528926,0.6446281,0.6280992,0.6280992,0.60330576,0.61570245,0.6198347,0.58677685,0.59090906,0.59917355,0.58264464,0.57438016,0.57024795,0.57024795,0.5289256,0.5,0.4876033,0.4876033,0.43801653,0.4090909,0.40495867,0.42561984,0.30578512,0.11983471,0.11983471,0.38429752,0.44214877,0.41322315,0.39256197,0.42561984,0.46280992,0.5041322,0.55785125,0.553719,0.57438016,0.56198347,0.5661157,0.57438016,0.58264464,0.60330576,0.6363636,0.59917355,0.61157024,0.6363636,0.6446281,0.6363636,0.6280992,0.6487603,0.6487603,0.6570248,0.6570248,0.6570248,0.677686,0.6652893,0.6735537,0.6859504,0.6818182,0.677686,0.6735537,0.6652893,0.661157,0.6446281,0.6404959,0.607438,0.6280992,0.607438,0.60330576,0.61157024,0.5785124,0.59504133,0.59504133,0.56198347,0.5495868,0.56198347,0.5413223,0.5123967,0.5082645,0.5206612,0.49586776,0.46280992,0.446281,0.4214876,0.4338843,0.4090909,0.40082645,0.41735536,0.37190083,0.1694215,0.11983471,0.40495867,0.446281,0.44214877,0.4214876,0.43801653,0.46694216,0.5,0.5289256,0.5165289,0.5247934,0.47107437,0.49173555,0.4752066,0.47933885,0.49586776,0.553719,0.5165289,0.5165289,0.54545456,0.5661157,0.5661157,0.5785124,0.59917355,0.59504133,0.60330576,0.607438,0.61570245,0.6198347,0.6280992,0.6570248,0.6570248,0.6694215,0.6652893,0.6735537,0.6652893,0.6570248,0.62396693,0.61570245,0.553719,0.57024795,0.553719,0.56198347,0.54545456,0.5206612,0.5206612,0.5,0.4752066,0.446281,0.45041323,0.44214877,0.4090909,0.42561984,0.4338843,0.42975205,0.41322315,0.3966942,0.38429752,0.38842976,0.40495867,0.38842976,0.4214876,0.3966942,0.22727273,0.12396694,0.42975205,0.44214877,0.47107437,0.41735536,0.4338843,0.45041323,0.4338843,0.4214876,0.4338843,0.42561984,0.40082645,0.45041323,0.4338843,0.42561984,0.41735536,0.39256197,0.40495867,0.38429752,0.39256197,0.41735536,0.4338843,0.45867768,0.47107437,0.4876033,0.5082645,0.5289256,0.553719,0.5495868,0.58264464,0.607438,0.61570245,0.6363636,0.6363636,0.6652893,0.62396693,0.6198347,0.59504133,0.5661157,0.5206612,0.47933885,0.49173555,0.46694216,0.41322315,0.39256197,0.34710744,0.34710744,0.33471075,0.30991736,0.33471075,0.338843,0.3305785,0.33471075,0.37603307,0.36363637,0.34710744,0.36363637,0.35950413,0.338843,0.36363637,0.37190083,0.4090909,0.41322315,0.29752067,0.14049587,0.43801653,0.44214877,0.47107437,0.446281,0.42561984,0.40495867,0.37190083,0.37190083,0.38842976,0.3677686,0.3553719,0.4090909,0.40082645,0.38016528,0.38429752,0.34710744,0.3305785,0.30165288,0.27272728,0.2768595,0.28512397,0.30578512,0.3181818,0.3264463,0.38429752,0.44214877,0.45867768,0.47933885,0.5206612,0.5495868,0.56198347,0.58264464,0.59090906,0.607438,0.58264464,0.5495868,0.53305787,0.4752066,0.4752066,0.40495867,0.40495867,0.36363637,0.2892562,0.26859504,0.2644628,0.27272728,0.25619835,0.28099173,0.30991736,0.3181818,0.338843,0.34710744,0.38842976,0.38429752,0.38429752,0.38842976,0.36363637,0.3553719,0.34710744,0.35950413,0.3966942,0.4214876,0.35123968,0.18595041,0.44214877,0.43801653,0.46280992,0.46280992,0.42561984,0.35950413,0.3553719,0.39256197,0.39256197,0.38842976,0.42561984,0.4090909,0.44214877,0.4214876,0.40082645,0.38016528,0.35950413,0.35123968,0.32231405,0.28512397,0.2520661,0.24380165,0.25619835,0.2644628,0.29338843,0.3264463,0.38842976,0.41322315,0.46694216,0.5,0.5082645,0.5289256,0.5495868,0.54545456,0.5371901,0.5123967,0.4876033,0.41735536,0.41322315,0.38429752,0.338843,0.30991736,0.2768595,0.2603306,0.2644628,0.2892562,0.29752067,0.35123968,0.38429752,0.3966942,0.40495867,0.41735536,0.4214876,0.4338843,0.45041323,0.4338843,0.40495867,0.38429752,0.3553719,0.3677686,0.40082645,0.40495867,0.38842976,0.21487603,0.45454547,0.43801653,0.46694216,0.5082645,0.44214877,0.37190083,0.3553719,0.39256197,0.40495867,0.40495867,0.4090909,0.4090909,0.4214876,0.42975205,0.41735536,0.38842976,0.37603307,0.35123968,0.28099173,0.30165288,0.25619835,0.21487603,0.25619835,0.27272728,0.26859504,0.28099173,0.33471075,0.37190083,0.4090909,0.43801653,0.45041323,0.48347107,0.5123967,0.5206612,0.5041322,0.4752066,0.45454547,0.38842976,0.3553719,0.34710744,0.30991736,0.28512397,0.23966943,0.26859504,0.26859504,0.1983471,0.20661157,0.30991736,0.2603306,0.29752067,0.3429752,0.38016528,0.38429752,0.41322315,0.42975205,0.42975205,0.42561984,0.4090909,0.3966942,0.40082645,0.43801653,0.40495867,0.41322315,0.2603306,0.45041323,0.43801653,0.47107437,0.5206612,0.46280992,0.42975205,0.41322315,0.41735536,0.41735536,0.38429752,0.29752067,0.2603306,0.25619835,0.26859504,0.2231405,0.16528925,0.1322314,0.14876033,0.15289256,0.37190083,0.47933885,0.25619835,0.19421488,0.19421488,0.24380165,0.28512397,0.29338843,0.3181818,0.338843,0.40082645,0.44214877,0.5413223,0.5785124,0.58677685,0.53305787,0.49586776,0.44214877,0.40082645,0.36363637,0.34710744,0.28099173,0.27272728,0.2892562,0.3181818,0.39256197,0.22727273,0.15289256,0.23553719,0.12396694,0.10743801,0.19421488,0.2892562,0.20661157,0.2107438,0.28512397,0.36363637,0.42561984,0.446281,0.44214877,0.43801653,0.45867768,0.40495867,0.41322315,0.2892562,0.45454547,0.446281,0.4752066,0.5165289,0.4876033,0.46694216,0.44214877,0.41735536,0.38429752,0.28512397,0.22727273,0.23140496,0.2520661,0.32231405,0.2603306,0.2231405,0.19008264,0.22727273,0.2603306,0.46694216,0.53305787,0.36363637,0.30578512,0.2644628,0.24380165,0.33471075,0.29752067,0.3264463,0.3305785,0.4338843,0.5371901,0.6363636,0.6280992,0.61570245,0.56198347,0.5247934,0.45041323,0.4338843,0.38429752,0.36363637,0.30165288,0.30991736,0.38842976,0.3553719,0.42975205,0.3264463,0.27272728,0.23140496,0.19421488,0.20247933,0.30578512,0.40495867,0.28099173,0.21900827,0.20661157,0.24793388,0.3677686,0.43801653,0.45867768,0.46280992,0.45867768,0.4214876,0.40495867,0.30578512,0.45454547,0.45867768,0.5206612,0.5371901,0.5165289,0.49173555,0.44214877,0.38429752,0.38842976,0.35123968,0.37603307,0.40495867,0.41322315,0.42975205,0.39256197,0.36363637,0.3553719,0.41322315,0.41735536,0.4752066,0.47933885,0.4090909,0.38429752,0.41735536,0.4214876,0.45867768,0.3553719,0.30578512,0.35123968,0.46280992,0.57438016,0.677686,0.6859504,0.6446281,0.6198347,0.5785124,0.4752066,0.446281,0.4214876,0.45041323,0.45454547,0.4338843,0.41322315,0.4090909,0.43801653,0.43801653,0.45041323,0.41735536,0.38842976,0.33471075,0.4090909,0.45454547,0.4214876,0.40495867,0.37190083,0.38016528,0.40495867,0.41735536,0.45867768,0.47107437,0.48347107,0.45867768,0.4090909,0.29752067,0.45867768,0.49173555,0.5495868,0.55785125,0.59504133,0.59917355,0.57438016,0.553719,0.5371901,0.5041322,0.5,0.5206612,0.5495868,0.53305787,0.5041322,0.4876033,0.49173555,0.5371901,0.54545456,0.5289256,0.49586776,0.42975205,0.41735536,0.446281,0.45867768,0.47933885,0.40082645,0.338843,0.39256197,0.4876033,0.59504133,0.6694215,0.6859504,0.6735537,0.6570248,0.59504133,0.46280992,0.45867768,0.45454547,0.47933885,0.5,0.47107437,0.45041323,0.45454547,0.47933885,0.5165289,0.54545456,0.5082645,0.5082645,0.46694216,0.49173555,0.5165289,0.5082645,0.4876033,0.46280992,0.4752066,0.5082645,0.5,0.5041322,0.5041322,0.5,0.47107437,0.39256197,0.3553719,0.46280992,0.5123967,0.56198347,0.5785124,0.59090906,0.61570245,0.6322314,0.6363636,0.60330576,0.57438016,0.53305787,0.48347107,0.4876033,0.5041322,0.5041322,0.5082645,0.5,0.5123967,0.5082645,0.47933885,0.44214877,0.4338843,0.44214877,0.46280992,0.4752066,0.4752066,0.41735536,0.4338843,0.44214877,0.49586776,0.59917355,0.6446281,0.677686,0.6694215,0.6570248,0.59917355,0.48347107,0.45867768,0.49173555,0.5,0.5247934,0.5165289,0.48347107,0.45867768,0.45041323,0.46694216,0.46280992,0.48347107,0.5165289,0.5082645,0.5206612,0.5123967,0.5082645,0.48347107,0.48347107,0.5041322,0.5289256,0.5247934,0.5206612,0.5082645,0.5082645,0.47933885,0.37603307,0.43801653,0.46694216,0.5247934,0.55785125,0.60330576,0.58677685,0.62396693,0.6528926,0.661157,0.6446281,0.6446281,0.6322314,0.58677685,0.53305787,0.49586776,0.49586776,0.48347107,0.48347107,0.4752066,0.49586776,0.5165289,0.5495868,0.5413223,0.53305787,0.54545456,0.56198347,0.5247934,0.49173555,0.49586776,0.4752066,0.5123967,0.58677685,0.6446281,0.6735537,0.6694215,0.6487603,0.61570245,0.5082645,0.45041323,0.5165289,0.5165289,0.5247934,0.5495868,0.56198347,0.53305787,0.4876033,0.47107437,0.446281,0.446281,0.45454547,0.45867768,0.46694216,0.46694216,0.4752066,0.47107437,0.5082645,0.5123967,0.5206612,0.5247934,0.5165289,0.5,0.5123967,0.4876033,0.38016528,0.45454547,0.47933885,0.5371901,0.56198347,0.59917355,0.60330576,0.62396693,0.6363636,0.6570248,0.6694215,0.661157,0.6694215,0.6735537,0.6652893,0.6570248,0.6363636,0.6404959,0.6322314,0.6198347,0.6280992,0.6487603,0.6280992,0.6280992,0.6322314,0.6280992,0.59090906,0.55785125,0.5413223,0.5041322,0.49586776,0.5206612,0.57438016,0.6404959,0.6570248,0.6694215,0.6198347,0.61570245,0.56198347,0.46280992,0.5165289,0.53305787,0.5289256,0.5495868,0.59090906,0.59917355,0.58264464,0.59090906,0.59504133,0.56198347,0.5413223,0.5247934,0.53305787,0.553719,0.5785124,0.5661157,0.5661157,0.5661157,0.5247934,0.5247934,0.53305787,0.5041322,0.5041322,0.49586776,0.3966942,0.42975205,0.49173555,0.5289256,0.57024795,0.5785124,0.60330576,0.6322314,0.6363636,0.6735537,0.69008267,0.6818182,0.6983471,0.6983471,0.7107438,0.7066116,0.6942149,0.6859504,0.6818182,0.6694215,0.677686,0.6818182,0.677686,0.6818182,0.6694215,0.6528926,0.58264464,0.54545456,0.5413223,0.5371901,0.5289256,0.53305787,0.59504133,0.6363636,0.6570248,0.6694215,0.6322314,0.6198347,0.59917355,0.5041322,0.5123967,0.5289256,0.5371901,0.553719,0.607438,0.6198347,0.62396693,0.6363636,0.6570248,0.6322314,0.6198347,0.59504133,0.61157024,0.6322314,0.6404959,0.59917355,0.59504133,0.60330576,0.5785124,0.553719,0.55785125,0.5082645,0.49173555,0.49586776,0.3966942,0.45041323,0.47107437,0.5247934,0.54545456,0.56198347,0.5661157,0.61157024,0.6198347,0.6446281,0.6818182,0.6942149,0.7107438,0.7066116,0.71900827,0.6983471,0.677686,0.6818182,0.69008267,0.6942149,0.7107438,0.71487606,0.6983471,0.677686,0.6570248,0.6280992,0.56198347,0.5371901,0.5495868,0.54545456,0.53305787,0.5413223,0.60330576,0.62396693,0.6652893,0.661157,0.6446281,0.6322314,0.59917355,0.5289256,0.5413223,0.5413223,0.553719,0.5495868,0.59090906,0.6198347,0.6363636,0.6487603,0.677686,0.6694215,0.6652893,0.6446281,0.6487603,0.661157,0.6528926,0.61157024,0.61157024,0.6198347,0.607438,0.57438016,0.5661157,0.5082645,0.48347107,0.4752066,0.39256197,0.45867768,0.47107437,0.49173555,0.53305787,0.5413223,0.553719,0.59504133,0.60330576,0.607438,0.62396693,0.6735537,0.6983471,0.71900827,0.7066116,0.6983471,0.71900827,0.71487606,0.7231405,0.7231405,0.72727275,0.71487606,0.6983471,0.6735537,0.6487603,0.61157024,0.58264464,0.5495868,0.56198347,0.56198347,0.5289256,0.5495868,0.59504133,0.61157024,0.6528926,0.6570248,0.6363636,0.6404959,0.59917355,0.5495868,0.5495868,0.553719,0.54545456,0.5495868,0.61570245,0.607438,0.6198347,0.6280992,0.6528926,0.6735537,0.6694215,0.6735537,0.6818182,0.6735537,0.6528926,0.6322314,0.62396693,0.62396693,0.60330576,0.5785124,0.55785125,0.5165289,0.4876033,0.4752066,0.38016528,0.5041322,0.44214877,0.4876033,0.5123967,0.5289256,0.54545456,0.59504133,0.58677685,0.5785124,0.62396693,0.6363636,0.6735537,0.6818182,0.7231405,0.73140496,0.75206614,0.7355372,0.72727275,0.73966944,0.74380165,0.73140496,0.7107438,0.6570248,0.6487603,0.61157024,0.5661157,0.5206612,0.5661157,0.56198347,0.5041322,0.53305787,0.57438016,0.61570245,0.6528926,0.6528926,0.6322314,0.6322314,0.607438,0.57438016,0.53305787,0.553719,0.5661157,0.53305787,0.5495868,0.62396693,0.6198347,0.6280992,0.6322314,0.6487603,0.677686,0.661157,0.69008267,0.6735537,0.6694215,0.6694215,0.6487603,0.6322314,0.62396693,0.58677685,0.5785124,0.5289256,0.5,0.47107437,0.3677686,0.56198347,0.43801653,0.46280992,0.5041322,0.5247934,0.5413223,0.58264464,0.57438016,0.58264464,0.6280992,0.6280992,0.6694215,0.6818182,0.7066116,0.73966944,0.74793386,0.7231405,0.7355372,0.71900827,0.7107438,0.70247936,0.677686,0.6570248,0.6322314,0.5371901,0.5206612,0.54545456,0.5661157,0.553719,0.49586776,0.5289256,0.5661157,0.59917355,0.6487603,0.661157,0.6280992,0.6280992,0.607438,0.57438016,0.53305787,0.5413223,0.57438016,0.5785124,0.5206612,0.53305787,0.5785124,0.6198347,0.62396693,0.6280992,0.6694215,0.6528926,0.661157,0.6528926,0.6570248,0.6652893,0.6404959,0.6280992,0.6280992,0.61157024,0.58264464,0.5289256,0.49586776,0.46280992,0.35950413,0.57024795,0.42975205,0.45041323,0.47933885,0.5,0.5247934,0.54545456,0.5661157,0.59504133,0.61570245,0.6198347,0.6363636,0.6652893,0.661157,0.71487606,0.7355372,0.6983471,0.7231405,0.70247936,0.6735537,0.6694215,0.6528926,0.6280992,0.54545456,0.46280992,0.53305787,0.59090906,0.59504133,0.55785125,0.5165289,0.5413223,0.54545456,0.553719,0.6198347,0.6528926,0.6363636,0.6198347,0.61570245,0.58264464,0.55785125,0.5371901,0.57024795,0.61157024,0.57024795,0.5082645,0.5082645,0.57024795,0.60330576,0.607438,0.6446281,0.6446281,0.6528926,0.661157,0.6322314,0.6487603,0.6363636,0.61157024,0.60330576,0.58677685,0.58264464,0.5123967,0.4876033,0.446281,0.37603307,0.54545456,0.4214876,0.45454547,0.4752066,0.46694216,0.49586776,0.5413223,0.56198347,0.5785124,0.59917355,0.607438,0.6280992,0.6528926,0.6404959,0.6694215,0.6983471,0.6694215,0.69008267,0.6735537,0.6363636,0.6363636,0.60330576,0.55785125,0.46280992,0.47107437,0.5413223,0.58677685,0.57024795,0.5495868,0.56198347,0.5661157,0.55785125,0.59504133,0.6694215,0.6818182,0.6818182,0.6363636,0.6363636,0.60330576,0.58264464,0.553719,0.56198347,0.59917355,0.59504133,0.5247934,0.5041322,0.5289256,0.5495868,0.5661157,0.607438,0.6280992,0.6322314,0.6404959,0.6198347,0.6322314,0.61570245,0.58677685,0.57438016,0.57024795,0.55785125,0.5247934,0.4752066,0.42975205,0.38429752,0.5289256,0.40495867,0.46280992,0.46280992,0.46694216,0.47933885,0.5289256,0.54545456,0.57024795,0.57024795,0.59090906,0.61570245,0.607438,0.6322314,0.6404959,0.6363636,0.6363636,0.6404959,0.6446281,0.61157024,0.58264464,0.54545456,0.5371901,0.43801653,0.47933885,0.5289256,0.55785125,0.54545456,0.5495868,0.553719,0.53305787,0.57438016,0.6363636,0.677686,0.677686,0.6942149,0.6322314,0.6570248,0.6363636,0.57024795,0.5371901,0.5413223,0.56198347,0.55785125,0.5082645,0.5082645,0.5371901,0.5,0.5247934,0.5661157,0.59090906,0.59917355,0.607438,0.61157024,0.607438,0.58264464,0.56198347,0.553719,0.553719,0.53305787,0.5,0.46694216,0.42975205,0.40082645,0.5123967,0.38429752,0.43801653,0.45867768,0.4752066,0.45867768,0.4876033,0.5289256,0.55785125,0.56198347,0.57024795,0.59090906,0.59090906,0.59504133,0.61570245,0.607438,0.59504133,0.59090906,0.59090906,0.5661157,0.5289256,0.53305787,0.57438016,0.45867768,0.4338843,0.46694216,0.5,0.5041322,0.5,0.5,0.45867768,0.5,0.5413223,0.59090906,0.59917355,0.59504133,0.5661157,0.57438016,0.5495868,0.47933885,0.48347107,0.48347107,0.48347107,0.47107437,0.44214877,0.4752066,0.55785125,0.5123967,0.4752066,0.5123967,0.5413223,0.5495868,0.57024795,0.59504133,0.5661157,0.5413223,0.54545456,0.5371901,0.5289256,0.5165289,0.47933885,0.45867768,0.43801653,0.3966942,0.46280992,0.35950413,0.41322315,0.45041323,0.45454547,0.45454547,0.4752066,0.5165289,0.5247934,0.54545456,0.55785125,0.57024795,0.57438016,0.57438016,0.58677685,0.57438016,0.58264464,0.5785124,0.5661157,0.5413223,0.5289256,0.56198347,0.59090906,0.5082645,0.40495867,0.3553719,0.38016528,0.38429752,0.38016528,0.4090909,0.40495867,0.4090909,0.43801653,0.5,0.5082645,0.49586776,0.4876033,0.46280992,0.43801653,0.38842976,0.37603307,0.338843,0.3264463,0.35950413,0.4090909,0.47933885,0.5289256,0.5413223,0.4752066,0.47107437,0.5,0.5247934,0.5247934,0.53305787,0.5206612,0.5206612,0.5289256,0.5206612,0.49586776,0.49173555,0.45867768,0.446281,0.43801653,0.40495867,0.33471075,0.338843,0.40082645,0.44214877,0.446281,0.446281,0.46694216,0.5,0.5041322,0.5206612,0.5289256,0.5371901,0.5371901,0.5495868,0.5413223,0.5289256,0.553719,0.57024795,0.55785125,0.5371901,0.56198347,0.58677685,0.59504133,0.57024795,0.4752066,0.28099173,0.2107438,0.17355372,0.17768595,0.19008264,0.23553719,0.2603306,0.3140496,0.3966942,0.41322315,0.40495867,0.38429752,0.3305785,0.28512397,0.26859504,0.27272728,0.28099173,0.29752067,0.37190083,0.44214877,0.47933885,0.5,0.5371901,0.5165289,0.46280992,0.4752066,0.49173555,0.5041322,0.49173555,0.48347107,0.4876033,0.5,0.4876033,0.46694216,0.45867768,0.44214877,0.42975205,0.4338843,0.38429752,0.2768595,0.3553719,0.38429752,0.4338843,0.446281,0.4338843,0.45041323,0.4752066,0.49586776,0.49586776,0.49173555,0.5123967,0.5,0.5123967,0.5206612,0.5247934,0.54545456,0.5495868,0.55785125,0.55785125,0.58677685,0.607438,0.607438,0.60330576,0.58677685,0.46694216,0.37603307,0.3305785,0.28512397,0.2644628,0.2644628,0.2107438,0.18595041,0.24793388,0.2768595,0.29338843,0.30165288,0.30165288,0.3264463,0.3677686,0.38842976,0.41322315,0.43801653,0.4338843,0.46694216,0.4752066,0.48347107,0.5041322,0.5082645,0.47107437,0.45454547,0.47933885,0.5,0.4752066,0.47107437,0.4752066,0.47107437,0.4752066,0.45454547,0.44214877,0.43801653,0.4338843,0.4214876,0.3677686,0.27272728,0.3264463,0.37190083,0.41735536,0.44214877,0.43801653,0.446281,0.45867768,0.47933885,0.47933885,0.4752066,0.4752066,0.49586776,0.48347107,0.5082645,0.5289256,0.56198347,0.5661157,0.56198347,0.56198347,0.59090906,0.61157024,0.61157024,0.59917355,0.58677685,0.56198347,0.49173555,0.46280992,0.4338843,0.41322315,0.45454547,0.4338843,0.37190083,0.3140496,0.28512397,0.36363637,0.4214876,0.47107437,0.47107437,0.49586776,0.4876033,0.46280992,0.47107437,0.45454547,0.4752066,0.4876033,0.46280992,0.4752066,0.47933885,0.48347107,0.45867768,0.47107437,0.49586776,0.49173555,0.4752066,0.47107437,0.47107437,0.46280992,0.45454547,0.44214877,0.43801653,0.4338843,0.41735536,0.33471075,0.30991736,0.3264463,0.35950413,0.4214876,0.446281,0.446281,0.4338843,0.41735536,0.46280992,0.4752066,0.4752066,0.4752066,0.4876033,0.5,0.5082645,0.53305787,0.5785124,0.58264464,0.54545456,0.553719,0.58677685,0.60330576,0.58677685,0.60330576,0.58264464,0.57024795,0.5495868,0.5371901,0.5289256,0.49586776,0.5041322,0.5247934,0.5082645,0.48347107,0.42975205,0.5123967,0.5247934,0.5206612,0.5289256,0.5206612,0.49173555,0.4752066,0.4752066,0.46280992,0.47107437,0.48347107,0.4752066,0.45454547,0.46694216,0.5,0.49173555,0.4876033,0.5041322,0.5165289,0.49586776,0.48347107,0.47107437,0.4752066,0.45454547,0.44214877,0.44214877,0.43801653,0.40495867,0.29338843,0.33471075,0.3305785,0.3677686,0.4090909,0.446281,0.45041323,0.45454547,0.41322315,0.46280992,0.5041322,0.5123967,0.5123967,0.5041322,0.5123967,0.553719,0.56198347,0.57024795,0.60330576,0.53305787,0.5495868,0.58264464,0.5785124,0.553719,0.58264464,0.58677685,0.56198347,0.553719,0.5785124,0.5785124,0.58264464,0.57024795,0.57024795,0.553719,0.5247934,0.48347107,0.5413223,0.54545456,0.5495868,0.54545456,0.5413223,0.5041322,0.5082645,0.49173555,0.46694216,0.4752066,0.47107437,0.48347107,0.46280992,0.46694216,0.5165289,0.5289256,0.5289256,0.5495868,0.54545456,0.5371901,0.5165289,0.48347107,0.4876033,0.45867768,0.46694216,0.45867768,0.4338843,0.3966942,0.2892562,0.32231405,0.3305785,0.36363637,0.40082645,0.45041323,0.46694216,0.46694216,0.46694216,0.48347107,0.5247934,0.5495868,0.54545456,0.553719,0.5413223,0.553719,0.55785125,0.5661157,0.57024795,0.553719,0.5371901,0.57024795,0.55785125,0.5413223,0.5413223,0.56198347,0.553719,0.56198347,0.607438,0.60330576,0.61570245,0.6198347,0.6446281,0.6198347,0.55785125,0.5247934,0.5413223,0.5413223,0.56198347,0.55785125,0.54545456,0.54545456,0.5041322,0.5,0.48347107,0.45454547,0.47107437,0.48347107,0.46694216,0.45867768,0.5,0.5247934,0.5661157,0.59090906,0.5785124,0.55785125,0.5413223,0.5041322,0.4752066,0.47107437,0.47933885,0.46280992,0.43801653,0.38842976,0.28099173,0.3305785,0.3181818,0.3553719,0.40082645,0.45041323,0.47933885,0.46694216,0.4876033,0.5082645,0.5413223,0.57024795,0.58677685,0.59090906,0.56198347,0.5371901,0.5371901,0.56198347,0.53305787,0.5371901,0.5165289,0.5371901,0.553719,0.5247934,0.5123967,0.5371901,0.5289256,0.57024795,0.60330576,0.6322314,0.6446281,0.6446281,0.6859504,0.6818182,0.6198347,0.56198347,0.5206612,0.5289256,0.553719,0.5661157,0.5289256,0.553719,0.5165289,0.49173555,0.49586776,0.45867768,0.446281,0.47107437,0.45041323,0.446281,0.47933885,0.5,0.553719,0.58264464,0.57024795,0.58677685,0.5371901,0.5041322,0.47107437,0.47933885,0.49173555,0.45867768,0.42975205,0.34710744,0.30165288,0.3305785,0.30991736,0.35123968,0.38842976,0.446281,0.48347107,0.48347107,0.47933885,0.5082645,0.54545456,0.58677685,0.60330576,0.61570245,0.57024795,0.54545456,0.5413223,0.5495868,0.5289256,0.5082645,0.5,0.5041322,0.5247934,0.5,0.49586776,0.5289256,0.5289256,0.5413223,0.5661157,0.607438,0.57438016,0.59504133,0.6198347,0.6322314,0.61570245,0.59090906,0.57438016,0.5247934,0.49586776,0.46280992,0.446281,0.4752066,0.45867768,0.45454547,0.47107437,0.46280992,0.4090909,0.43801653,0.446281,0.45454547,0.49586776,0.5206612,0.5413223,0.553719,0.5785124,0.59504133,0.5247934,0.5,0.46280992,0.4876033,0.48347107,0.45454547,0.3966942,0.3264463,0.29752067,0.338843,0.29752067,0.35123968,0.38016528,0.42561984,0.4752066,0.5,0.4876033,0.49586776,0.53305787,0.58264464,0.61157024,0.6363636,0.59504133,0.5371901,0.54545456,0.54545456,0.5247934,0.5123967,0.5041322,0.49586776,0.49586776,0.49173555,0.45041323,0.45867768,0.45041323,0.42975205,0.42975205,0.446281,0.38429752,0.38842976,0.4090909,0.4090909,0.3966942,0.3553719,0.3966942,0.38429752,0.3677686,0.28099173,0.3264463,0.3677686,0.29752067,0.33471075,0.3553719,0.3553719,0.3181818,0.34710744,0.38842976,0.43801653,0.5041322,0.53305787,0.5413223,0.5371901,0.58677685,0.5785124,0.5123967,0.4752066,0.45867768,0.49173555,0.48347107,0.4338843,0.3677686,0.30578512,0.3181818,0.338843,0.28099173,0.3264463,0.37603307,0.41735536,0.45867768,0.5,0.47107437,0.4752066,0.53305787,0.5785124,0.60330576,0.6487603,0.61157024,0.5413223,0.5495868,0.5413223,0.5247934,0.5,0.48347107,0.4338843,0.38016528,0.35950413,0.3140496,0.338843,0.35123968,0.3264463,0.35950413,0.48347107,0.40495867,0.37190083,0.48347107,0.5041322,0.46280992,0.27272728,0.46694216,0.57024795,0.5785124,0.3429752,0.49586776,0.57438016,0.36363637,0.4214876,0.42561984,0.28099173,0.14049587,0.09090909,0.2107438,0.40495867,0.47933885,0.5289256,0.5413223,0.5371901,0.58677685,0.553719,0.49173555,0.45041323,0.4752066,0.48347107,0.46280992,0.41322315,0.338843,0.30578512,0.32231405,0.338843,0.2768595,0.30991736,0.3553719,0.40495867,0.446281,0.4876033,0.47933885,0.4752066,0.5041322,0.5495868,0.58677685,0.6198347,0.6322314,0.57024795,0.54545456,0.56198347,0.5289256,0.48347107,0.4338843,0.2892562,0.10743801,0.1983471,0.18595041,0.33471075,0.45867768,0.40495867,0.46694216,0.6198347,0.5785124,0.5165289,0.6487603,0.69008267,0.6735537,0.3305785,0.6363636,0.71900827,0.7066116,0.5206612,0.71487606,0.6735537,0.5206612,0.5495868,0.53305787,0.4090909,0.19421488,0.1322314,0.35123968,0.45867768,0.48347107,0.53305787,0.53305787,0.53305787,0.60330576,0.5371901,0.45867768,0.45867768,0.47933885,0.47933885,0.44214877,0.39256197,0.32231405,0.30991736,0.3264463,0.32231405,0.26859504,0.29752067,0.34710744,0.38842976,0.4214876,0.46694216,0.4752066,0.47933885,0.49173555,0.5123967,0.57024795,0.61157024,0.6404959,0.60330576,0.553719,0.55785125,0.5495868,0.5,0.49173555,0.40495867,0.19421488,0.20661157,0.1983471,0.27272728,0.45867768,0.30578512,0.42975205,0.58677685,0.5495868,0.5041322,0.677686,0.7066116,0.72727275,0.2768595,0.6363636,0.70247936,0.6859504,0.5289256,0.57024795,0.6198347,0.47933885,0.5,0.42561984,0.36363637,0.28512397,0.35950413,0.4752066,0.5165289,0.49173555,0.5206612,0.5206612,0.553719,0.58264464,0.5041322,0.44214877,0.46280992,0.48347107,0.46280992,0.4214876,0.3677686,0.30165288,0.3181818,0.3264463,0.3181818,0.2644628,0.28512397,0.3181818,0.37603307,0.3966942,0.44214877,0.45867768,0.46694216,0.47107437,0.49586776,0.5371901,0.5785124,0.6280992,0.61570245,0.58264464,0.553719,0.5495868,0.5371901,0.553719,0.55785125,0.49586776,0.40082645,0.38016528,0.34710744,0.38429752,0.35950413,0.37190083,0.30991736,0.38429752,0.41735536,0.47933885,0.5289256,0.58677685,0.3429752,0.54545456,0.5413223,0.5247934,0.48347107,0.37190083,0.42975205,0.38016528,0.41735536,0.38016528,0.35950413,0.41322315,0.45454547,0.5082645,0.553719,0.5371901,0.5123967,0.53305787,0.57438016,0.56198347,0.4752066,0.43801653,0.46694216,0.4752066,0.446281,0.39256197,0.33471075,0.29752067,0.3181818,0.32231405,0.3264463,0.2768595,0.2644628,0.3140496,0.34710744,0.40495867,0.40495867,0.446281,0.45867768,0.44214877,0.48347107,0.5123967,0.553719,0.607438,0.6198347,0.60330576,0.56198347,0.553719,0.553719,0.56198347,0.5661157,0.59090906,0.5206612,0.46280992,0.45041323,0.4752066,0.5165289,0.49173555,0.47107437,0.49173555,0.4752066,0.446281,0.45454547,0.45867768,0.43801653,0.5041322,0.4752066,0.47933885,0.45454547,0.41735536,0.42561984,0.42975205,0.43801653,0.4214876,0.41735536,0.47933885,0.5,0.5289256,0.57024795,0.55785125,0.5206612,0.5371901,0.57438016,0.5371901,0.45041323,0.44214877,0.48347107,0.46280992,0.42561984,0.36363637,0.3140496,0.30165288,0.3305785,0.3264463,0.32231405,0.2768595,0.25619835,0.29338843,0.3181818,0.36363637,0.40495867,0.446281,0.46280992,0.446281,0.4876033,0.46694216,0.5247934,0.5785124,0.60330576,0.60330576,0.57024795,0.56198347,0.58677685,0.57438016,0.5371901,0.57024795,0.55785125,0.5,0.48347107,0.4876033,0.53305787,0.5123967,0.5413223,0.60330576,0.59504133,0.57024795,0.5413223,0.5123967,0.5123967,0.553719,0.58264464,0.58677685,0.58677685,0.55785125,0.54545456,0.47933885,0.45454547,0.45867768,0.43801653,0.47933885,0.5123967,0.5413223,0.55785125,0.5413223,0.5,0.553719,0.57024795,0.5,0.42975205,0.46694216,0.48347107,0.446281,0.39256197,0.32231405,0.3181818,0.32231405,0.3181818,0.3264463,0.3305785,0.26859504,0.25619835,0.28099173,0.338843,0.3264463,0.37603307,0.42561984,0.45867768,0.45867768,0.46694216,0.45867768,0.5082645,0.56198347,0.59090906,0.58264464,0.59090906,0.5785124,0.59917355,0.59090906,0.5371901,0.53305787,0.5371901,0.5165289,0.5123967,0.5,0.5165289,0.5082645,0.5082645,0.5413223,0.59917355,0.607438,0.59504133,0.58677685,0.5661157,0.5785124,0.59917355,0.61157024,0.55785125,0.553719,0.5289256,0.49173555,0.49586776,0.4752066,0.41322315,0.48347107,0.5206612,0.54545456,0.5413223,0.5041322,0.5,0.56198347,0.5495868,0.46280992,0.44214877,0.48347107,0.46694216,0.42975205,0.35950413,0.30991736,0.30991736,0.33471075,0.3264463,0.3264463,0.3264463,0.2768595,0.2520661,0.30991736,0.37190083,0.32231405,0.338843,0.3966942,0.43801653,0.4338843,0.4752066,0.45867768,0.47933885,0.5289256,0.57024795,0.59504133,0.57024795,0.58677685,0.58677685,0.57024795,0.553719,0.5371901,0.5123967,0.5206612,0.5123967,0.5206612,0.5206612,0.5206612,0.5082645,0.53305787,0.55785125,0.57438016,0.57024795,0.58677685,0.55785125,0.55785125,0.55785125,0.55785125,0.5413223,0.5123967,0.5082645,0.5,0.5123967,0.48347107,0.44214877,0.48347107,0.5289256,0.53305787,0.5123967,0.4752066,0.5,0.5495868,0.5,0.446281,0.45041323,0.48347107,0.43801653,0.39256197,0.3140496,0.3140496,0.3181818,0.3264463,0.3264463,0.3264463,0.3305785,0.26859504,0.29752067,0.3264463,0.38429752,0.33471075,0.32231405,0.37190083,0.41735536,0.4338843,0.46280992,0.4752066,0.47107437,0.5,0.5371901,0.58677685,0.5785124,0.57438016,0.57438016,0.5785124,0.5495868,0.5413223,0.5165289,0.5041322,0.5165289,0.5123967,0.5247934,0.5206612,0.49586776,0.5289256,0.5371901,0.5206612,0.53305787,0.5206612,0.5289256,0.5247934,0.5206612,0.5206612,0.5289256,0.5206612,0.5041322,0.5041322,0.5,0.48347107,0.46280992,0.49173555,0.5165289,0.5247934,0.49586776,0.47933885,0.5289256,0.5165289,0.46694216,0.446281,0.46280992,0.4752066,0.3966942,0.34710744,0.29752067,0.32231405,0.30991736,0.3264463,0.3264463,0.32231405,0.3264463,0.36363637,0.48347107,0.42975205,0.34710744,0.3553719,0.30991736,0.338843,0.38429752,0.41735536,0.45041323,0.46694216,0.4752066,0.47933885,0.5247934,0.5289256,0.57024795,0.5661157,0.553719,0.57024795,0.57438016,0.5413223,0.5123967,0.5,0.5,0.5082645,0.5123967,0.5041322,0.4876033,0.5123967,0.5123967,0.5123967,0.5165289,0.5247934,0.5289256,0.5123967,0.5,0.5165289,0.5247934,0.5082645,0.49173555,0.49586776,0.4876033,0.47107437,0.4752066,0.49586776,0.5082645,0.5165289,0.49173555,0.5041322,0.53305787,0.49586776,0.446281,0.45454547,0.46280992,0.42561984,0.3677686,0.30578512,0.3140496,0.3181818,0.30991736,0.33471075,0.3264463,0.3140496,0.32231405,0.56198347,0.5247934,0.40495867,0.34710744,0.38842976,0.3264463,0.3181818,0.34710744,0.38429752,0.44214877,0.45454547,0.47107437,0.47933885,0.49586776,0.53305787,0.5495868,0.55785125,0.5495868,0.5413223,0.57024795,0.55785125,0.5289256,0.5,0.49173555,0.49586776,0.5165289,0.5,0.5123967,0.5206612,0.5165289,0.49586776,0.5,0.5165289,0.5123967,0.5041322,0.49173555,0.5123967,0.5041322,0.5041322,0.5,0.49586776,0.47933885,0.4752066,0.5,0.49586776,0.5082645,0.5123967,0.5082645,0.5041322,0.5082645,0.46694216,0.446281,0.45041323,0.42561984,0.38016528,0.3140496,0.30165288,0.30991736,0.3181818,0.3264463,0.3181818,0.30991736,0.3140496,0.3140496,0.5123967,0.59504133,0.49173555,0.32231405,0.38016528,0.3553719,0.30165288,0.3305785,0.3553719,0.40495867,0.4214876,0.45867768,0.46694216,0.47107437,0.5123967,0.54545456,0.5413223,0.5495868,0.5413223,0.55785125,0.5785124,0.56198347,0.5247934,0.5,0.49586776,0.5206612,0.5165289,0.5371901,0.54545456,0.53305787,0.5082645,0.5082645,0.5123967,0.5082645,0.5,0.5123967,0.5289256,0.48347107,0.5123967,0.5165289,0.49586776,0.4752066,0.5041322,0.5082645,0.5123967,0.5247934,0.5206612,0.5123967,0.4876033,0.4876033,0.446281,0.4338843,0.4214876,0.40082645,0.3264463,0.29338843,0.30991736,0.3140496,0.3140496,0.30578512,0.33471075,0.3181818,0.32231405,0.32231405,0.6446281,0.6570248,0.446281,0.33471075,0.38016528,0.38429752,0.338843,0.28099173,0.3305785,0.37190083,0.40495867,0.42561984,0.446281,0.46280992,0.47933885,0.5289256,0.53305787,0.53305787,0.553719,0.5495868,0.59504133,0.59090906,0.5495868,0.5371901,0.53305787,0.5371901,0.5247934,0.53305787,0.553719,0.56198347,0.5661157,0.57024795,0.57024795,0.55785125,0.5495868,0.54545456,0.553719,0.5082645,0.5041322,0.5206612,0.5,0.5165289,0.5082645,0.5123967,0.5413223,0.553719,0.5247934,0.5041322,0.4752066,0.46694216,0.42975205,0.4338843,0.35123968,0.446281,0.43801653,0.3140496,0.30165288,0.3181818,0.30578512,0.30991736,0.3305785,0.32231405,0.3181818,0.3181818,0.6487603,0.5041322,0.38016528,0.3553719,0.39256197,0.39256197,0.38016528,0.30991736,0.28099173,0.338843,0.36363637,0.39256197,0.41322315,0.41735536,0.45454547,0.5,0.5206612,0.5289256,0.53305787,0.553719,0.58677685,0.59090906,0.59090906,0.58677685,0.57438016,0.57438016,0.5661157,0.54545456,0.57438016,0.61157024,0.6280992,0.61570245,0.6280992,0.6280992,0.6322314,0.607438,0.58677685,0.58264464,0.553719,0.553719,0.56198347,0.57024795,0.5041322,0.49173555,0.57024795,0.56198347,0.5041322,0.4876033,0.45867768,0.4338843,0.41735536,0.3966942,0.3181818,0.42975205,0.62396693,0.56198347,0.35123968,0.30165288,0.3140496,0.32231405,0.3140496,0.3140496,0.3140496,0.3181818,0.5206612,0.3181818,0.3677686,0.38016528,0.4090909,0.40082645,0.38016528,0.35950413,0.30991736,0.29338843,0.33471075,0.3677686,0.38016528,0.39256197,0.40495867,0.45041323,0.46280992,0.48347107,0.5289256,0.5206612,0.5661157,0.5785124,0.59917355,0.607438,0.59090906,0.59917355,0.60330576,0.59504133,0.607438,0.62396693,0.6487603,0.62396693,0.6446281,0.6363636,0.6404959,0.6198347,0.60330576,0.59917355,0.57438016,0.56198347,0.5785124,0.59090906,0.5289256,0.5082645,0.57438016,0.5495868,0.47933885,0.446281,0.4338843,0.4090909,0.39256197,0.32231405,0.36363637,0.47107437,0.553719,0.6818182,0.59917355,0.2892562,0.29752067,0.32231405,0.3140496,0.30991736,0.3140496,0.3140496,0.3677686,0.20661157,0.41735536,0.40082645,0.4090909,0.40495867,0.38016528,0.38016528,0.3429752,0.29752067,0.30991736,0.33471075,0.3553719,0.3677686,0.38016528,0.3966942,0.42561984,0.45454547,0.5165289,0.49586776,0.55785125,0.57024795,0.57438016,0.58264464,0.57024795,0.59090906,0.607438,0.60330576,0.6280992,0.6322314,0.6446281,0.6363636,0.661157,0.6446281,0.62396693,0.62396693,0.607438,0.59090906,0.55785125,0.54545456,0.553719,0.5785124,0.55785125,0.5495868,0.553719,0.5206612,0.45867768,0.41735536,0.38842976,0.3677686,0.38016528,0.30991736,0.4214876,0.6694215,0.553719,0.55785125,0.7355372,0.5661157,0.2768595,0.30578512,0.30991736,0.32231405,0.3181818,0.30991736,0.28512397,0.2231405,0.42975205,0.41322315,0.41322315,0.4090909,0.4090909,0.38016528,0.3553719,0.32231405,0.29752067,0.30991736,0.3140496,0.3429752,0.3553719,0.34710744,0.38429752,0.40495867,0.45454547,0.46280992,0.5123967,0.5413223,0.55785125,0.53305787,0.56198347,0.57024795,0.58264464,0.59504133,0.61157024,0.61570245,0.60330576,0.6322314,0.61570245,0.62396693,0.61157024,0.58677685,0.607438,0.59090906,0.553719,0.5495868,0.55785125,0.5495868,0.55785125,0.5371901,0.5165289,0.47933885,0.41735536,0.38016528,0.35950413,0.35123968,0.41735536,0.3429752,0.41735536,0.6983471,0.69008267,0.53305787,0.6363636,0.73966944,0.5165289,0.2644628,0.29752067,0.3264463,0.3181818,0.3264463,0.18181819,0.23966943,0.47107437,0.44214877,0.42561984,0.41735536,0.4214876,0.3966942,0.3677686,0.3305785,0.29338843,0.30578512,0.3181818,0.30991736,0.338843,0.35123968,0.3553719,0.35950413,0.37603307,0.4090909,0.46694216,0.5,0.5165289,0.5206612,0.553719,0.54545456,0.54545456,0.5785124,0.59090906,0.58677685,0.5785124,0.60330576,0.59504133,0.59504133,0.59090906,0.58264464,0.5661157,0.5661157,0.5495868,0.5495868,0.5371901,0.553719,0.5041322,0.49173555,0.48347107,0.4338843,0.35950413,0.3553719,0.3677686,0.38429752,0.42975205,0.3677686,0.4090909,0.6404959,0.7768595,0.61570245,0.55785125,0.70247936,0.76859504,0.41735536,0.2520661,0.3140496,0.3181818,0.3181818,0.09090909,0.3305785,0.49586776,0.46694216,0.44214877,0.42561984,0.42561984,0.41322315,0.39256197,0.35123968,0.3140496,0.30165288,0.30165288,0.32231405,0.29752067,0.3264463,0.3677686,0.3429752,0.338843,0.3305785,0.40082645,0.44214877,0.45867768,0.46694216,0.5206612,0.5165289,0.5206612,0.553719,0.56198347,0.56198347,0.553719,0.56198347,0.5661157,0.57438016,0.57438016,0.57438016,0.5495868,0.5495868,0.54545456,0.5041322,0.47933885,0.49586776,0.45454547,0.42975205,0.42975205,0.3677686,0.30991736,0.37603307,0.4090909,0.40082645,0.41735536,0.39256197,0.36363637,0.57024795,0.7644628,0.71487606,0.5206612,0.6487603,0.75619835,0.6487603,0.2768595,0.28512397,0.3140496,0.3181818,0.12809917,0.47107437,0.48347107,0.46694216,0.4752066,0.46280992,0.45041323,0.446281,0.41735536,0.38429752,0.34710744,0.30165288,0.30165288,0.30578512,0.30578512,0.30991736,0.33471075,0.338843,0.35950413,0.35123968,0.3429752,0.3553719,0.38842976,0.4090909,0.446281,0.47933885,0.48347107,0.5123967,0.5206612,0.5413223,0.5165289,0.53305787,0.53305787,0.53305787,0.5289256,0.53305787,0.53305787,0.5206612,0.5041322,0.47933885,0.46280992,0.44214877,0.41735536,0.4090909,0.37190083,0.3429752,0.35950413,0.40495867,0.42561984,0.42975205,0.41322315,0.45454547,0.22727273,0.48347107,0.7355372,0.7892562,0.4876033,0.6198347,0.7355372,0.74793386,0.41322315,0.2603306,0.30578512,0.30991736,0.2892562,0.5206612,0.47933885,0.47107437,0.47107437,0.5082645,0.4876033,0.45454547,0.446281,0.42561984,0.38429752,0.338843,0.30165288,0.2892562,0.29752067,0.30991736,0.3181818,0.3140496,0.338843,0.3553719,0.35123968,0.3553719,0.35123968,0.35950413,0.37603307,0.41735536,0.43801653,0.446281,0.48347107,0.48347107,0.47933885,0.48347107,0.5,0.49173555,0.47933885,0.49173555,0.49173555,0.47107437,0.46280992,0.44214877,0.41322315,0.40082645,0.37190083,0.35950413,0.36363637,0.38842976,0.45454547,0.446281,0.4338843,0.44214877,0.42975205,0.5041322,0.12809917,0.35950413,0.6859504,0.8305785,0.5206612,0.5165289,0.70247936,0.74793386,0.5495868,0.26859504,0.30578512,0.30578512,0.446281,0.5165289,0.48347107,0.48347107,0.46694216,0.5,0.5206612,0.4876033,0.46694216,0.45041323,0.4214876,0.37603307,0.338843,0.29752067,0.28099173,0.29338843,0.30578512,0.30991736,0.30991736,0.3429752,0.3553719,0.3553719,0.36363637,0.35123968,0.35123968,0.3677686,0.38016528,0.40495867,0.40495867,0.45041323,0.42975205,0.43801653,0.43801653,0.4338843,0.42561984,0.43801653,0.4338843,0.4214876,0.42975205,0.4090909,0.3553719,0.3429752,0.33471075,0.36363637,0.41322315,0.46280992,0.47107437,0.45454547,0.44214877,0.4338843,0.45454547,0.5206612,0.09504132,0.30165288,0.661157,0.8429752,0.60330576,0.41322315,0.677686,0.76033056,0.607438,0.26859504,0.30165288,0.3264463,32 +0.13636364,0.1322314,0.12396694,0.11983471,0.11157025,0.12809917,0.1322314,0.14049587,0.16528925,0.1694215,0.18181819,0.1983471,0.20247933,0.2107438,0.2107438,0.24793388,0.2644628,0.2603306,0.24380165,0.24793388,0.21487603,0.18595041,0.20247933,0.1983471,0.20661157,0.22727273,0.24380165,0.2520661,0.2644628,0.3264463,0.35123968,0.3966942,0.4338843,0.45454547,0.48347107,0.47107437,0.47933885,0.5123967,0.5785124,0.6280992,0.62396693,0.6198347,0.61157024,0.58677685,0.57438016,0.5785124,0.58677685,0.59090906,0.59090906,0.58677685,0.58677685,0.54545456,0.5082645,0.48347107,0.45454547,0.38429752,0.35123968,0.29752067,0.28099173,0.24793388,0.2231405,0.23966943,0.2644628,0.21900827,0.1446281,0.14876033,0.1446281,0.1446281,0.11983471,0.1322314,0.14876033,0.1694215,0.1983471,0.19421488,0.21900827,0.23553719,0.23140496,0.23966943,0.24793388,0.26859504,0.23966943,0.25619835,0.2892562,0.3305785,0.29338843,0.25619835,0.2603306,0.24380165,0.23140496,0.2644628,0.28099173,0.30165288,0.35123968,0.4338843,0.47933885,0.5082645,0.5289256,0.5206612,0.5247934,0.5165289,0.5413223,0.60330576,0.6198347,0.6363636,0.6446281,0.6363636,0.61570245,0.6198347,0.59504133,0.59917355,0.60330576,0.60330576,0.61570245,0.607438,0.59504133,0.5413223,0.5165289,0.5123967,0.48347107,0.41735536,0.38016528,0.30991736,0.30578512,0.2520661,0.20247933,0.23140496,0.22727273,0.19421488,0.1322314,0.1322314,0.1322314,0.13636364,0.14876033,0.1570248,0.17355372,0.23140496,0.2603306,0.23553719,0.1983471,0.2107438,0.21487603,0.21900827,0.21487603,0.21487603,0.20247933,0.23553719,0.27272728,0.2768595,0.29338843,0.30165288,0.3140496,0.35123968,0.3305785,0.36363637,0.41735536,0.45041323,0.5123967,0.5413223,0.553719,0.5495868,0.5661157,0.57438016,0.553719,0.553719,0.61157024,0.6487603,0.6487603,0.6487603,0.6446281,0.6280992,0.6280992,0.6198347,0.607438,0.6198347,0.6198347,0.6280992,0.59917355,0.61570245,0.59090906,0.57024795,0.5371901,0.5206612,0.4876033,0.446281,0.39256197,0.3429752,0.28099173,0.2107438,0.17768595,0.19421488,0.1694215,0.16528925,0.12809917,0.1322314,0.1322314,0.1446281,0.15289256,0.16528925,0.2107438,0.25619835,0.2644628,0.27272728,0.26859504,0.22727273,0.2107438,0.20661157,0.1983471,0.19008264,0.20247933,0.21900827,0.24380165,0.2520661,0.27272728,0.3140496,0.3305785,0.37603307,0.38016528,0.42975205,0.5165289,0.54545456,0.5661157,0.5785124,0.58677685,0.5661157,0.59504133,0.59504133,0.59090906,0.60330576,0.6280992,0.6363636,0.6363636,0.6528926,0.6404959,0.6280992,0.62396693,0.61157024,0.59917355,0.6198347,0.6198347,0.61157024,0.61157024,0.59917355,0.59090906,0.5785124,0.553719,0.5041322,0.47933885,0.446281,0.4090909,0.37190083,0.2892562,0.20247933,0.16528925,0.15289256,0.1446281,0.14876033,0.09504132,0.10330579,0.10743801,0.13636364,0.1570248,0.20247933,0.23966943,0.27272728,0.28512397,0.2603306,0.30165288,0.28512397,0.2644628,0.23140496,0.2107438,0.2107438,0.20661157,0.2231405,0.2231405,0.2603306,0.30578512,0.3305785,0.36363637,0.38429752,0.42561984,0.5123967,0.58677685,0.5785124,0.59917355,0.59504133,0.58264464,0.607438,0.62396693,0.61570245,0.607438,0.6363636,0.6446281,0.6280992,0.6446281,0.6446281,0.6528926,0.6363636,0.6363636,0.6198347,0.607438,0.58677685,0.6280992,0.6198347,0.62396693,0.59917355,0.607438,0.5785124,0.56198347,0.5165289,0.4876033,0.47107437,0.44214877,0.38842976,0.33471075,0.23553719,0.1694215,0.14049587,0.1322314,0.12396694,0.11157025,0.11157025,0.10743801,0.14049587,0.17355372,0.22727273,0.28512397,0.33471075,0.3429752,0.37603307,0.38842976,0.38429752,0.35950413,0.35123968,0.3429752,0.3140496,0.3264463,0.29338843,0.3181818,0.3677686,0.37603307,0.38016528,0.4090909,0.45041323,0.5289256,0.59504133,0.61157024,0.60330576,0.60330576,0.59917355,0.59917355,0.6280992,0.6404959,0.6322314,0.61570245,0.6404959,0.6404959,0.6322314,0.6570248,0.661157,0.6652893,0.6528926,0.6528926,0.6280992,0.6322314,0.6198347,0.62396693,0.6404959,0.6404959,0.61570245,0.61157024,0.60330576,0.57438016,0.5247934,0.49586776,0.47933885,0.4752066,0.42561984,0.38842976,0.29752067,0.19008264,0.14876033,0.1322314,0.11983471,0.1322314,0.12396694,0.11570248,0.1694215,0.20661157,0.24793388,0.29752067,0.35950413,0.38842976,0.446281,0.44214877,0.45454547,0.45867768,0.446281,0.45454547,0.4876033,0.48347107,0.45454547,0.42975205,0.446281,0.446281,0.49586776,0.5289256,0.5661157,0.59090906,0.607438,0.61157024,0.607438,0.61157024,0.61570245,0.61570245,0.6198347,0.6363636,0.62396693,0.6198347,0.6322314,0.6322314,0.6404959,0.6652893,0.6735537,0.6652893,0.6735537,0.6694215,0.6487603,0.6528926,0.6570248,0.6363636,0.6404959,0.6528926,0.6280992,0.62396693,0.607438,0.5785124,0.54545456,0.5041322,0.4876033,0.4876033,0.45867768,0.446281,0.38016528,0.2768595,0.17355372,0.14049587,0.12396694,0.17768595,0.17355372,0.16528925,0.20661157,0.22727273,0.25619835,0.30991736,0.3677686,0.4090909,0.446281,0.44214877,0.47107437,0.4752066,0.4752066,0.49173555,0.5206612,0.5247934,0.5413223,0.5371901,0.57024795,0.59917355,0.607438,0.60330576,0.61570245,0.607438,0.61570245,0.61157024,0.6322314,0.607438,0.607438,0.6198347,0.61157024,0.6198347,0.607438,0.61157024,0.6404959,0.6487603,0.6652893,0.6694215,0.6818182,0.6859504,0.6818182,0.6652893,0.6570248,0.6652893,0.661157,0.6487603,0.6528926,0.6570248,0.6404959,0.6363636,0.60330576,0.59090906,0.57024795,0.5165289,0.5,0.5,0.47107437,0.4752066,0.42975205,0.40082645,0.29338843,0.16115703,0.12396694,0.1983471,0.19421488,0.1983471,0.2231405,0.23553719,0.26859504,0.3181818,0.37603307,0.4090909,0.42975205,0.46280992,0.5123967,0.5247934,0.5206612,0.53305787,0.5413223,0.55785125,0.56198347,0.59504133,0.607438,0.6198347,0.6198347,0.607438,0.62396693,0.62396693,0.62396693,0.6280992,0.6322314,0.6198347,0.61157024,0.6280992,0.62396693,0.62396693,0.6198347,0.6198347,0.6446281,0.6528926,0.677686,0.677686,0.6735537,0.677686,0.6735537,0.661157,0.6446281,0.6735537,0.661157,0.6528926,0.6570248,0.6487603,0.6528926,0.6404959,0.61570245,0.60330576,0.58677685,0.5495868,0.5,0.5,0.4876033,0.46694216,0.45041323,0.4338843,0.42561984,0.27272728,0.14049587,0.1983471,0.19421488,0.20247933,0.23140496,0.23140496,0.28512397,0.35950413,0.40495867,0.42561984,0.45041323,0.5123967,0.55785125,0.5785124,0.57438016,0.5661157,0.58677685,0.59090906,0.607438,0.61570245,0.6280992,0.62396693,0.6570248,0.661157,0.6487603,0.6363636,0.6528926,0.6694215,0.6487603,0.6446281,0.6487603,0.6363636,0.6404959,0.6322314,0.6322314,0.6363636,0.661157,0.6652893,0.6735537,0.6694215,0.6570248,0.661157,0.6652893,0.6528926,0.6322314,0.6652893,0.661157,0.6570248,0.6487603,0.6446281,0.6446281,0.6280992,0.59917355,0.58677685,0.57438016,0.55785125,0.5123967,0.5,0.4876033,0.46694216,0.47107437,0.4338843,0.44214877,0.38842976,0.21900827,0.21487603,0.21900827,0.2231405,0.2231405,0.2520661,0.33471075,0.4090909,0.446281,0.46280992,0.5041322,0.54545456,0.57024795,0.59090906,0.5785124,0.5785124,0.59504133,0.607438,0.61570245,0.61157024,0.6280992,0.6404959,0.6570248,0.6528926,0.6404959,0.6487603,0.6528926,0.677686,0.677686,0.6735537,0.6652893,0.6487603,0.6487603,0.6322314,0.6404959,0.6446281,0.6528926,0.6487603,0.6487603,0.6528926,0.6322314,0.6280992,0.6446281,0.62396693,0.61157024,0.61570245,0.6280992,0.6198347,0.58264464,0.59917355,0.607438,0.5661157,0.5371901,0.5289256,0.5247934,0.5247934,0.5206612,0.5082645,0.49173555,0.46280992,0.46280992,0.446281,0.44214877,0.43801653,0.32231405,0.20247933,0.20661157,0.21900827,0.20661157,0.28099173,0.3966942,0.446281,0.47107437,0.47107437,0.48347107,0.4876033,0.49586776,0.553719,0.5495868,0.5413223,0.57438016,0.58264464,0.59090906,0.58677685,0.61157024,0.60330576,0.6322314,0.62396693,0.62396693,0.62396693,0.6404959,0.6570248,0.6735537,0.6652893,0.6652893,0.6694215,0.661157,0.6528926,0.6446281,0.6280992,0.61157024,0.60330576,0.59504133,0.607438,0.58677685,0.56198347,0.553719,0.553719,0.5165289,0.5041322,0.5082645,0.5,0.4752066,0.49173555,0.49173555,0.5,0.47933885,0.48347107,0.46694216,0.45454547,0.47107437,0.49173555,0.48347107,0.46280992,0.45454547,0.45867768,0.44214877,0.4338843,0.40082645,0.20247933,0.20247933,0.23966943,0.23140496,0.3305785,0.4090909,0.41735536,0.40495867,0.38429752,0.40495867,0.37603307,0.38842976,0.41322315,0.42561984,0.42975205,0.446281,0.4876033,0.49586776,0.5123967,0.5413223,0.53305787,0.54545456,0.5785124,0.5661157,0.5661157,0.59090906,0.61157024,0.6363636,0.6487603,0.6487603,0.661157,0.6528926,0.6404959,0.6198347,0.57438016,0.5082645,0.5413223,0.5371901,0.49173555,0.45454547,0.40495867,0.36363637,0.38429752,0.34710744,0.3264463,0.34710744,0.3677686,0.3677686,0.38429752,0.40495867,0.42975205,0.41322315,0.41735536,0.42561984,0.3966942,0.4214876,0.44214877,0.45041323,0.45041323,0.45454547,0.46694216,0.46280992,0.44214877,0.4338843,0.19008264,0.20247933,0.2644628,0.27272728,0.34710744,0.3305785,0.3264463,0.33471075,0.3305785,0.37190083,0.35950413,0.33471075,0.3429752,0.3264463,0.32231405,0.3140496,0.3305785,0.338843,0.34710744,0.37190083,0.38429752,0.41322315,0.46694216,0.47933885,0.49173555,0.5206612,0.54545456,0.58264464,0.59917355,0.59504133,0.6363636,0.62396693,0.58677685,0.5661157,0.5082645,0.4876033,0.4338843,0.45041323,0.38429752,0.3181818,0.30578512,0.28099173,0.30578512,0.2768595,0.29338843,0.33471075,0.33471075,0.35950413,0.38842976,0.3966942,0.41735536,0.44214877,0.45041323,0.44214877,0.44214877,0.44214877,0.42561984,0.4214876,0.41735536,0.4752066,0.4752066,0.46694216,0.44214877,0.446281,0.19008264,0.21900827,0.28512397,0.3181818,0.3140496,0.28099173,0.30165288,0.3264463,0.3264463,0.33471075,0.3677686,0.3553719,0.37190083,0.3429752,0.3140496,0.30165288,0.28512397,0.27272728,0.2603306,0.2603306,0.26859504,0.29752067,0.33471075,0.37190083,0.39256197,0.446281,0.4876033,0.5123967,0.5165289,0.54545456,0.5661157,0.5661157,0.5495868,0.5247934,0.47107437,0.43801653,0.40495867,0.36363637,0.3553719,0.3181818,0.3140496,0.30578512,0.30165288,0.32231405,0.3264463,0.3553719,0.38429752,0.4338843,0.43801653,0.446281,0.45454547,0.4876033,0.48347107,0.4752066,0.47107437,0.45454547,0.4338843,0.44214877,0.43801653,0.46694216,0.49586776,0.46694216,0.446281,0.45867768,0.18595041,0.24380165,0.3140496,0.36363637,0.30578512,0.26859504,0.3140496,0.3140496,0.3553719,0.37603307,0.41322315,0.41735536,0.42561984,0.40082645,0.3677686,0.3264463,0.32231405,0.3181818,0.20661157,0.21487603,0.24793388,0.2520661,0.25619835,0.2768595,0.338843,0.37603307,0.4090909,0.43801653,0.446281,0.48347107,0.5165289,0.5289256,0.5206612,0.49586776,0.45454547,0.40082645,0.40082645,0.37190083,0.37190083,0.35123968,0.30578512,0.28099173,0.2644628,0.3264463,0.2768595,0.22727273,0.20661157,0.2892562,0.23966943,0.25619835,0.34710744,0.38429752,0.42975205,0.4338843,0.45041323,0.46694216,0.47107437,0.4876033,0.48347107,0.48347107,0.5123967,0.47933885,0.47107437,0.47933885,0.15289256,0.26859504,0.3429752,0.37190083,0.3429752,0.2892562,0.338843,0.36363637,0.39256197,0.37603307,0.3140496,0.2644628,0.2644628,0.2603306,0.23553719,0.16528925,0.18595041,0.3966942,0.11157025,0.2892562,0.30578512,0.22727273,0.1983471,0.1983471,0.26859504,0.2892562,0.30578512,0.3677686,0.41322315,0.5123967,0.58264464,0.60330576,0.57024795,0.5371901,0.49586776,0.45454547,0.4214876,0.4214876,0.40082645,0.32231405,0.2644628,0.36363637,0.3966942,0.5082645,0.4214876,0.24793388,0.17355372,0.20661157,0.14876033,0.1570248,0.32231405,0.2892562,0.19421488,0.2231405,0.29752067,0.40082645,0.4752066,0.5165289,0.5041322,0.5082645,0.5165289,0.49586776,0.48347107,0.48347107,0.16115703,0.30165288,0.35950413,0.38429752,0.38016528,0.34710744,0.35950413,0.39256197,0.3553719,0.22727273,0.1570248,0.18595041,0.27272728,0.4090909,0.2603306,0.19421488,0.1446281,0.2231405,0.23553719,0.39256197,0.4338843,0.3429752,0.2644628,0.17355372,0.2603306,0.28099173,0.23553719,0.3305785,0.47933885,0.58264464,0.6446281,0.62396693,0.61157024,0.607438,0.5371901,0.47933885,0.4752066,0.45454547,0.45041323,0.35950413,0.34710744,0.38016528,0.38429752,0.45041323,0.45041323,0.34710744,0.28099173,0.27272728,0.25619835,0.3140496,0.4090909,0.40495867,0.34710744,0.32231405,0.3305785,0.38842976,0.45041323,0.4752066,0.5082645,0.5206612,0.53305787,0.5413223,0.5165289,0.4876033,0.1570248,0.29752067,0.38016528,0.41322315,0.4338843,0.40495867,0.38016528,0.36363637,0.3140496,0.25619835,0.29752067,0.3305785,0.3677686,0.40082645,0.3429752,0.30991736,0.33471075,0.38842976,0.43801653,0.48347107,0.46694216,0.40495867,0.4090909,0.42975205,0.42561984,0.34710744,0.21900827,0.34710744,0.5123967,0.6198347,0.661157,0.661157,0.677686,0.6446281,0.57024795,0.5,0.5,0.46280992,0.5041322,0.49173555,0.44214877,0.40495867,0.40082645,0.42975205,0.446281,0.446281,0.45454547,0.47933885,0.4338843,0.46280992,0.49173555,0.5247934,0.5165289,0.49586776,0.49586776,0.5206612,0.5289256,0.5123967,0.5289256,0.553719,0.56198347,0.57024795,0.553719,0.48347107,0.2107438,0.28512397,0.38429752,0.45041323,0.4876033,0.5,0.46694216,0.42561984,0.38842976,0.38016528,0.38842976,0.42561984,0.45041323,0.4338843,0.40495867,0.40082645,0.46280992,0.49173555,0.5165289,0.5041322,0.48347107,0.42561984,0.43801653,0.45454547,0.43801653,0.3677686,0.25619835,0.38016528,0.53305787,0.61157024,0.6570248,0.6818182,0.69008267,0.6487603,0.5661157,0.5165289,0.5371901,0.5041322,0.5165289,0.5371901,0.4876033,0.44214877,0.42561984,0.446281,0.4876033,0.4752066,0.5206612,0.5495868,0.5371901,0.54545456,0.57024795,0.5495868,0.5413223,0.5289256,0.5165289,0.5413223,0.55785125,0.57024795,0.5661157,0.58264464,0.58677685,0.58264464,0.5661157,0.5082645,0.2107438,0.28512397,0.40495867,0.4752066,0.5123967,0.5289256,0.5495868,0.53305787,0.4876033,0.4752066,0.446281,0.42975205,0.4214876,0.4338843,0.43801653,0.45041323,0.47107437,0.47933885,0.45867768,0.46280992,0.42975205,0.42561984,0.446281,0.45454547,0.4338843,0.39256197,0.36363637,0.40495867,0.5206612,0.59504133,0.6404959,0.6735537,0.6818182,0.6446281,0.5661157,0.53305787,0.5661157,0.55785125,0.53305787,0.56198347,0.553719,0.53305787,0.5123967,0.46280992,0.446281,0.45867768,0.47933885,0.5165289,0.5247934,0.5123967,0.5371901,0.5371901,0.53305787,0.5413223,0.5495868,0.57438016,0.59090906,0.57438016,0.59917355,0.59090906,0.59504133,0.59504133,0.59090906,0.5206612,0.23140496,0.2644628,0.41322315,0.4876033,0.5082645,0.5206612,0.58264464,0.5785124,0.55785125,0.56198347,0.53305787,0.5082645,0.47107437,0.45867768,0.46280992,0.4752066,0.4752066,0.47107437,0.5,0.5206612,0.5,0.4876033,0.49173555,0.5082645,0.47933885,0.446281,0.4214876,0.4214876,0.5165289,0.59917355,0.6404959,0.677686,0.6652893,0.6363636,0.59504133,0.54545456,0.57024795,0.58677685,0.5785124,0.5785124,0.5785124,0.61570245,0.61570245,0.58264464,0.5785124,0.59090906,0.57438016,0.5495868,0.54545456,0.54545456,0.57438016,0.59504133,0.59504133,0.61157024,0.62396693,0.6322314,0.59504133,0.607438,0.6198347,0.607438,0.59504133,0.60330576,0.58264464,0.553719,0.29338843,0.2603306,0.41735536,0.4876033,0.5082645,0.54545456,0.5661157,0.58264464,0.58677685,0.60330576,0.59090906,0.59917355,0.59504133,0.60330576,0.60330576,0.59917355,0.59917355,0.59504133,0.6198347,0.59090906,0.57024795,0.58264464,0.59090906,0.5495868,0.5123967,0.47933885,0.446281,0.446281,0.5082645,0.58677685,0.6322314,0.6652893,0.6404959,0.6363636,0.6280992,0.57024795,0.55785125,0.57438016,0.59090906,0.5785124,0.58677685,0.6404959,0.6570248,0.6528926,0.661157,0.6735537,0.6859504,0.6528926,0.6404959,0.6322314,0.6694215,0.6818182,0.6818182,0.6652893,0.6528926,0.6735537,0.6446281,0.6404959,0.6446281,0.6280992,0.59504133,0.58264464,0.57438016,0.5289256,0.3677686,0.30991736,0.38429752,0.49586776,0.49586776,0.5289256,0.5661157,0.58264464,0.61157024,0.6280992,0.61570245,0.6322314,0.62396693,0.6322314,0.6528926,0.6570248,0.6652893,0.6570248,0.6694215,0.661157,0.6446281,0.6280992,0.61157024,0.54545456,0.5041322,0.47107437,0.47107437,0.46280992,0.53305787,0.58677685,0.6363636,0.6652893,0.661157,0.6487603,0.6280992,0.58264464,0.5785124,0.58677685,0.59090906,0.58264464,0.59504133,0.6198347,0.6487603,0.6735537,0.677686,0.6818182,0.70247936,0.6859504,0.6694215,0.661157,0.6942149,0.677686,0.6694215,0.6528926,0.6446281,0.6735537,0.661157,0.6528926,0.6404959,0.6280992,0.5785124,0.57438016,0.56198347,0.5247934,0.39256197,0.3305785,0.37603307,0.47107437,0.49173555,0.5041322,0.54545456,0.57024795,0.58677685,0.6198347,0.62396693,0.6280992,0.6280992,0.62396693,0.6570248,0.6818182,0.6859504,0.6859504,0.6983471,0.6818182,0.6404959,0.60330576,0.58264464,0.5206612,0.5041322,0.5041322,0.4752066,0.47933885,0.5289256,0.58677685,0.62396693,0.6528926,0.6652893,0.6446281,0.62396693,0.59090906,0.59090906,0.61570245,0.60330576,0.60330576,0.59917355,0.6322314,0.6487603,0.6487603,0.6570248,0.6694215,0.677686,0.6983471,0.69008267,0.6818182,0.70247936,0.69008267,0.6735537,0.6694215,0.6652893,0.661157,0.661157,0.6404959,0.6198347,0.61157024,0.57438016,0.57438016,0.57024795,0.5206612,0.3966942,0.35950413,0.338843,0.42561984,0.45867768,0.49173555,0.5371901,0.5495868,0.5413223,0.5785124,0.607438,0.60330576,0.6446281,0.661157,0.6859504,0.6859504,0.6942149,0.69008267,0.70247936,0.6818182,0.6280992,0.60330576,0.59090906,0.5289256,0.49173555,0.5123967,0.45867768,0.46694216,0.5289256,0.57438016,0.61570245,0.6404959,0.661157,0.6404959,0.6363636,0.607438,0.59090906,0.59917355,0.60330576,0.60330576,0.59504133,0.59090906,0.6404959,0.661157,0.6446281,0.6694215,0.6528926,0.6859504,0.6859504,0.6735537,0.70247936,0.6859504,0.677686,0.7066116,0.6818182,0.677686,0.677686,0.6570248,0.6363636,0.62396693,0.5785124,0.553719,0.5661157,0.5247934,0.39256197,0.42975205,0.3429752,0.38429752,0.446281,0.47107437,0.5289256,0.5247934,0.54545456,0.57024795,0.58677685,0.60330576,0.6404959,0.6694215,0.6859504,0.6735537,0.677686,0.661157,0.677686,0.6570248,0.61157024,0.607438,0.56198347,0.47933885,0.49173555,0.5289256,0.45454547,0.44214877,0.5247934,0.55785125,0.62396693,0.6487603,0.6487603,0.6487603,0.6198347,0.60330576,0.58264464,0.57024795,0.607438,0.60330576,0.59504133,0.55785125,0.553719,0.58264464,0.62396693,0.6528926,0.6570248,0.6859504,0.69008267,0.6652893,0.6818182,0.6859504,0.6694215,0.6983471,0.6818182,0.6818182,0.6652893,0.6694215,0.6487603,0.62396693,0.56198347,0.5661157,0.5413223,0.5206612,0.38016528,0.43801653,0.3677686,0.36363637,0.42975205,0.46694216,0.5041322,0.5123967,0.54545456,0.56198347,0.5785124,0.607438,0.6198347,0.6487603,0.6818182,0.661157,0.6735537,0.6363636,0.6487603,0.6198347,0.61157024,0.607438,0.4752066,0.45867768,0.5413223,0.5371901,0.49173555,0.4876033,0.5,0.53305787,0.61570245,0.6652893,0.6487603,0.6363636,0.6280992,0.60330576,0.60330576,0.58264464,0.56198347,0.61570245,0.62396693,0.59090906,0.5371901,0.5247934,0.55785125,0.58677685,0.62396693,0.6570248,0.661157,0.6652893,0.69008267,0.6942149,0.6735537,0.6942149,0.6818182,0.6570248,0.6570248,0.6446281,0.6404959,0.607438,0.5495868,0.553719,0.5123967,0.5,0.37190083,0.45454547,0.3966942,0.35123968,0.38842976,0.43801653,0.4752066,0.5041322,0.5371901,0.54545456,0.56198347,0.58677685,0.607438,0.61570245,0.6528926,0.6322314,0.6404959,0.62396693,0.60330576,0.60330576,0.58264464,0.5165289,0.4214876,0.4752066,0.5371901,0.5041322,0.5123967,0.5041322,0.5206612,0.5785124,0.6363636,0.6818182,0.677686,0.6652893,0.6694215,0.6363636,0.6322314,0.59504133,0.60330576,0.6198347,0.6280992,0.6198347,0.57438016,0.5123967,0.5661157,0.54545456,0.5495868,0.58677685,0.6280992,0.6570248,0.661157,0.6570248,0.6570248,0.6818182,0.6570248,0.6363636,0.62396693,0.62396693,0.6198347,0.59504133,0.553719,0.54545456,0.5165289,0.49586776,0.32231405,0.44214877,0.4214876,0.3305785,0.38016528,0.4214876,0.46280992,0.4876033,0.5165289,0.53305787,0.5495868,0.56198347,0.5785124,0.60330576,0.59917355,0.60330576,0.607438,0.59504133,0.59090906,0.56198347,0.5413223,0.46694216,0.38842976,0.47933885,0.49173555,0.47933885,0.48347107,0.46280992,0.5206612,0.57024795,0.61157024,0.6280992,0.6198347,0.6487603,0.6942149,0.6322314,0.58264464,0.5785124,0.58677685,0.58264464,0.59917355,0.58677685,0.54545456,0.49173555,0.59504133,0.607438,0.5247934,0.5165289,0.56198347,0.59917355,0.60330576,0.62396693,0.6404959,0.6446281,0.61570245,0.59917355,0.61157024,0.59504133,0.59504133,0.57024795,0.5289256,0.5289256,0.5206612,0.47933885,0.26859504,0.3677686,0.4338843,0.3305785,0.37190083,0.38842976,0.42561984,0.46694216,0.5041322,0.5165289,0.5289256,0.5495868,0.55785125,0.5785124,0.5785124,0.57438016,0.57024795,0.56198347,0.553719,0.5289256,0.5247934,0.46694216,0.38429752,0.38842976,0.42975205,0.42561984,0.42975205,0.41322315,0.42975205,0.4876033,0.54545456,0.5413223,0.54545456,0.54545456,0.5661157,0.5206612,0.47107437,0.5041322,0.48347107,0.45867768,0.446281,0.44214877,0.42561984,0.47933885,0.5785124,0.607438,0.57024795,0.49173555,0.48347107,0.5289256,0.5495868,0.5661157,0.59504133,0.58264464,0.57024795,0.5785124,0.59504133,0.56198347,0.55785125,0.5495868,0.5165289,0.5123967,0.5041322,0.4752066,0.24380165,0.2768595,0.3966942,0.32231405,0.34710744,0.37603307,0.40495867,0.446281,0.4752066,0.49586776,0.5165289,0.53305787,0.53305787,0.5495868,0.53305787,0.5413223,0.553719,0.553719,0.54545456,0.53305787,0.5413223,0.49586776,0.4214876,0.3553719,0.30578512,0.25619835,0.2603306,0.3181818,0.33471075,0.38016528,0.43801653,0.46280992,0.46280992,0.45041323,0.42561984,0.40495867,0.3677686,0.34710744,0.29338843,0.32231405,0.3264463,0.35950413,0.42561984,0.5206612,0.54545456,0.59917355,0.60330576,0.57024795,0.49586776,0.48347107,0.5082645,0.5413223,0.5371901,0.5289256,0.5371901,0.553719,0.5495868,0.5413223,0.5247934,0.5206612,0.5,0.48347107,0.47933885,0.46280992,0.2603306,0.26859504,0.29338843,0.28512397,0.338843,0.3677686,0.38429752,0.41322315,0.45454547,0.46280992,0.48347107,0.5082645,0.5041322,0.5123967,0.5082645,0.5123967,0.53305787,0.553719,0.5495868,0.553719,0.54545456,0.5413223,0.5165289,0.40495867,0.2603306,0.18181819,0.18181819,0.18595041,0.17768595,0.20247933,0.2644628,0.32231405,0.3429752,0.37190083,0.35123968,0.35123968,0.37603307,0.41735536,0.43801653,0.47107437,0.45867768,0.47933885,0.47933885,0.5,0.5206612,0.5785124,0.59504133,0.5785124,0.5413223,0.46280992,0.46280992,0.5082645,0.5123967,0.5041322,0.5041322,0.5123967,0.5206612,0.5123967,0.49173555,0.5041322,0.4876033,0.4876033,0.47933885,0.45867768,0.26859504,0.27272728,0.28099173,0.25619835,0.29338843,0.36363637,0.3677686,0.38842976,0.4338843,0.44214877,0.45041323,0.47107437,0.47107437,0.4752066,0.49173555,0.5082645,0.53305787,0.5495868,0.553719,0.5413223,0.5495868,0.56198347,0.57024795,0.5082645,0.38016528,0.338843,0.32231405,0.30991736,0.29752067,0.30578512,0.28512397,0.29338843,0.3305785,0.39256197,0.42975205,0.45041323,0.47107437,0.5041322,0.5165289,0.5082645,0.5,0.5082645,0.49586776,0.49173555,0.53305787,0.5661157,0.5785124,0.55785125,0.5413223,0.49586776,0.46280992,0.4876033,0.5165289,0.5082645,0.49173555,0.5082645,0.5041322,0.4876033,0.49173555,0.4876033,0.47933885,0.4752066,0.46280992,0.46280992,0.26859504,0.26859504,0.2768595,0.2603306,0.2892562,0.3553719,0.37190083,0.37603307,0.40082645,0.4338843,0.45041323,0.44214877,0.46694216,0.45867768,0.4752066,0.5041322,0.5371901,0.56198347,0.5495868,0.5247934,0.54545456,0.55785125,0.54545456,0.54545456,0.46280992,0.4090909,0.3966942,0.40082645,0.41322315,0.45041323,0.4752066,0.5041322,0.5082645,0.49173555,0.5,0.49586776,0.5165289,0.5289256,0.5371901,0.5082645,0.5247934,0.5165289,0.5041322,0.5041322,0.5289256,0.57024795,0.57024795,0.553719,0.5247934,0.5661157,0.5247934,0.49586776,0.5289256,0.5371901,0.5289256,0.5206612,0.5082645,0.5082645,0.5082645,0.47933885,0.49173555,0.49173555,0.46694216,0.45454547,0.2644628,0.2768595,0.2768595,0.2644628,0.2644628,0.32231405,0.39256197,0.37190083,0.3677686,0.42561984,0.44214877,0.46280992,0.47107437,0.47107437,0.48347107,0.5041322,0.5371901,0.5661157,0.5289256,0.49173555,0.53305787,0.5371901,0.5165289,0.5413223,0.5123967,0.47933885,0.46694216,0.45867768,0.45041323,0.48347107,0.5165289,0.54545456,0.5371901,0.5289256,0.5371901,0.49586776,0.5206612,0.5289256,0.553719,0.5413223,0.5413223,0.53305787,0.5041322,0.5206612,0.54545456,0.55785125,0.56198347,0.5661157,0.54545456,0.57024795,0.57024795,0.5413223,0.55785125,0.57024795,0.57438016,0.60330576,0.5413223,0.53305787,0.5247934,0.5,0.5041322,0.5041322,0.47933885,0.46280992,0.28099173,0.27272728,0.28512397,0.2603306,0.26859504,0.30578512,0.37190083,0.39256197,0.38842976,0.4214876,0.46280992,0.47933885,0.5041322,0.5041322,0.5,0.5165289,0.5289256,0.54545456,0.5206612,0.49173555,0.5247934,0.5082645,0.5,0.5082645,0.5082645,0.49173555,0.5371901,0.5495868,0.5123967,0.5165289,0.5413223,0.55785125,0.553719,0.5495868,0.55785125,0.5082645,0.5289256,0.553719,0.5661157,0.58264464,0.55785125,0.56198347,0.55785125,0.553719,0.5413223,0.5661157,0.5661157,0.553719,0.5371901,0.55785125,0.56198347,0.5785124,0.6280992,0.59504133,0.59504133,0.62396693,0.58677685,0.55785125,0.5206612,0.5206612,0.5206612,0.5123967,0.49586776,0.46694216,0.2768595,0.27272728,0.27272728,0.27272728,0.2644628,0.28099173,0.36363637,0.41322315,0.3966942,0.42975205,0.46280992,0.5041322,0.5371901,0.5371901,0.5123967,0.5041322,0.49586776,0.5123967,0.49586776,0.4752066,0.49586776,0.5,0.46694216,0.4752066,0.4752066,0.49173555,0.553719,0.57438016,0.56198347,0.54545456,0.58264464,0.5785124,0.5661157,0.5495868,0.5206612,0.5,0.5289256,0.57438016,0.5785124,0.59917355,0.58677685,0.5785124,0.5661157,0.56198347,0.5289256,0.53305787,0.53305787,0.5041322,0.5165289,0.5165289,0.54545456,0.57438016,0.6280992,0.59504133,0.58677685,0.6322314,0.59504133,0.57024795,0.53305787,0.5206612,0.53305787,0.5165289,0.4876033,0.45867768,0.2768595,0.2768595,0.26859504,0.2768595,0.26859504,0.2644628,0.338843,0.41322315,0.4090909,0.41735536,0.46280992,0.5165289,0.553719,0.5661157,0.5289256,0.49586776,0.49586776,0.5,0.47933885,0.45454547,0.46280992,0.47107437,0.45454547,0.45041323,0.46280992,0.47933885,0.5123967,0.56198347,0.5371901,0.5123967,0.53305787,0.53305787,0.5289256,0.5041322,0.5082645,0.47107437,0.5041322,0.47107437,0.45041323,0.47107437,0.5,0.4752066,0.47933885,0.5,0.49173555,0.47933885,0.47107437,0.47933885,0.4876033,0.5247934,0.553719,0.57024795,0.607438,0.59917355,0.59504133,0.6446281,0.59090906,0.5661157,0.53305787,0.5206612,0.54545456,0.5123967,0.49173555,0.44214877,0.2603306,0.27272728,0.2644628,0.27272728,0.2768595,0.2644628,0.29338843,0.38842976,0.4214876,0.41735536,0.4338843,0.4876033,0.54545456,0.58677685,0.57024795,0.49173555,0.49173555,0.49586776,0.46694216,0.46694216,0.46280992,0.446281,0.446281,0.42561984,0.42561984,0.41735536,0.3966942,0.37190083,0.36363637,0.3429752,0.34710744,0.3966942,0.38016528,0.35950413,0.33471075,0.37603307,0.5,0.45867768,0.3264463,0.36363637,0.47107437,0.35950413,0.3181818,0.44214877,0.3677686,0.37190083,0.35950413,0.32231405,0.3305785,0.4338843,0.5206612,0.5785124,0.59090906,0.58677685,0.61570245,0.6280992,0.58264464,0.55785125,0.5165289,0.5165289,0.53305787,0.5041322,0.47933885,0.4214876,0.2520661,0.2768595,0.28512397,0.26859504,0.28512397,0.2603306,0.2892562,0.36363637,0.42561984,0.4214876,0.4090909,0.46280992,0.5289256,0.57024795,0.59504133,0.53305787,0.48347107,0.5082645,0.4876033,0.4752066,0.45454547,0.41322315,0.3264463,0.2892562,0.23140496,0.28099173,0.35123968,0.3305785,0.45867768,0.49173555,0.37190083,0.53305787,0.57438016,0.59090906,0.2892562,0.5661157,0.75206614,0.76033056,0.5082645,0.53305787,0.69008267,0.5413223,0.53305787,0.6363636,0.4752066,0.46694216,0.33471075,0.13636364,0.18181819,0.40082645,0.46694216,0.54545456,0.5785124,0.5785124,0.6363636,0.6322314,0.5495868,0.53305787,0.5082645,0.5247934,0.5247934,0.49586776,0.46280992,0.4214876,0.26859504,0.27272728,0.27272728,0.2892562,0.27272728,0.26859504,0.27272728,0.32231405,0.37190083,0.42561984,0.41322315,0.4214876,0.49586776,0.5371901,0.58677685,0.57438016,0.49586776,0.5165289,0.5247934,0.49173555,0.446281,0.38429752,0.1446281,0.11983471,0.11983471,0.2892562,0.45041323,0.38842976,0.5371901,0.6446281,0.5123967,0.6404959,0.6942149,0.7644628,0.3966942,0.59504133,0.7355372,0.74380165,0.6652893,0.59090906,0.71900827,0.62396693,0.5041322,0.59090906,0.47107437,0.47933885,0.32231405,0.28512397,0.4090909,0.5206612,0.5165289,0.5495868,0.5661157,0.553719,0.6363636,0.61570245,0.5371901,0.5082645,0.5,0.5247934,0.5123967,0.4876033,0.45867768,0.42975205,0.26859504,0.27272728,0.2768595,0.28099173,0.26859504,0.27272728,0.2644628,0.30165288,0.3429752,0.41322315,0.4090909,0.40495867,0.43801653,0.4876033,0.57024795,0.60330576,0.5289256,0.5247934,0.54545456,0.5247934,0.47933885,0.45867768,0.3553719,0.24793388,0.2231405,0.24793388,0.3553719,0.24793388,0.4214876,0.42975205,0.4090909,0.55785125,0.59504133,0.6446281,0.4090909,0.5082645,0.6652893,0.59917355,0.5785124,0.46694216,0.5082645,0.53305787,0.38016528,0.4752066,0.35123968,0.34710744,0.40082645,0.45867768,0.5206612,0.59504133,0.59504133,0.57438016,0.56198347,0.58264464,0.6280992,0.59917355,0.5247934,0.48347107,0.5041322,0.5206612,0.49586776,0.4752066,0.42561984,0.42561984,0.27272728,0.2644628,0.28512397,0.2768595,0.2768595,0.2768595,0.27272728,0.27272728,0.3181818,0.37190083,0.40495867,0.38842976,0.4090909,0.446281,0.5206612,0.59090906,0.57024795,0.5495868,0.5413223,0.5371901,0.5206612,0.5165289,0.5082645,0.446281,0.37603307,0.35123968,0.40495867,0.42561984,0.38429752,0.39256197,0.41322315,0.44214877,0.42561984,0.48347107,0.43801653,0.48347107,0.55785125,0.45454547,0.4752066,0.4338843,0.42561984,0.43801653,0.46694216,0.4752066,0.46694216,0.4876033,0.53305787,0.5495868,0.57438016,0.6280992,0.661157,0.62396693,0.56198347,0.59504133,0.6280992,0.58264464,0.5041322,0.46694216,0.5082645,0.5123967,0.49586776,0.46280992,0.43801653,0.40495867,0.27272728,0.26859504,0.27272728,0.26859504,0.2768595,0.27272728,0.27272728,0.27272728,0.30991736,0.33471075,0.38429752,0.39256197,0.38842976,0.41322315,0.45867768,0.553719,0.5661157,0.56198347,0.5413223,0.5371901,0.5289256,0.5082645,0.5165289,0.5082645,0.44214877,0.4214876,0.44214877,0.47107437,0.446281,0.5082645,0.5206612,0.553719,0.58264464,0.5495868,0.5247934,0.5661157,0.57024795,0.56198347,0.58264464,0.5495868,0.54545456,0.5289256,0.5165289,0.5247934,0.5289256,0.53305787,0.54545456,0.57024795,0.61157024,0.6404959,0.6528926,0.607438,0.55785125,0.59504133,0.6280992,0.5661157,0.47933885,0.49173555,0.5123967,0.5165289,0.49173555,0.45041323,0.42975205,0.37190083,0.28099173,0.26859504,0.2603306,0.25619835,0.2520661,0.3264463,0.38842976,0.41735536,0.30578512,0.2892562,0.35123968,0.3966942,0.39256197,0.3966942,0.41735536,0.5041322,0.5413223,0.57438016,0.553719,0.5495868,0.553719,0.53305787,0.48347107,0.47933885,0.446281,0.45041323,0.446281,0.45867768,0.45867768,0.46694216,0.5206612,0.55785125,0.59917355,0.607438,0.61157024,0.61157024,0.6198347,0.6487603,0.6198347,0.60330576,0.5785124,0.55785125,0.53305787,0.55785125,0.5289256,0.4752066,0.5413223,0.5785124,0.607438,0.6446281,0.61570245,0.56198347,0.56198347,0.61570245,0.61157024,0.53305787,0.48347107,0.49586776,0.5247934,0.5041322,0.47107437,0.45041323,0.40495867,0.33471075,0.27272728,0.2644628,0.22727273,0.24793388,0.41322315,0.5785124,0.4752066,0.41322315,0.30578512,0.28512397,0.3264463,0.37190083,0.40082645,0.3966942,0.3966942,0.45454547,0.5041322,0.54545456,0.54545456,0.5495868,0.5371901,0.5413223,0.49586776,0.46280992,0.46280992,0.45867768,0.46280992,0.47107437,0.46694216,0.47107437,0.5123967,0.54545456,0.55785125,0.57024795,0.5495868,0.57024795,0.57438016,0.59090906,0.58677685,0.57438016,0.553719,0.55785125,0.55785125,0.57438016,0.54545456,0.4876033,0.54545456,0.59090906,0.60330576,0.61570245,0.59504133,0.53305787,0.55785125,0.61157024,0.5785124,0.5041322,0.47933885,0.5,0.5206612,0.4876033,0.45454547,0.43801653,0.338843,0.3181818,0.2603306,0.1983471,0.32231405,0.5495868,0.6446281,0.5206612,0.43801653,0.53305787,0.46694216,0.2892562,0.30165288,0.3305785,0.38016528,0.40082645,0.41322315,0.4090909,0.45041323,0.5165289,0.5413223,0.5289256,0.5371901,0.5289256,0.5082645,0.47933885,0.446281,0.45041323,0.47107437,0.46694216,0.46280992,0.4752066,0.4876033,0.5,0.5041322,0.5123967,0.5123967,0.53305787,0.5206612,0.5413223,0.5495868,0.553719,0.57024795,0.56198347,0.55785125,0.5495868,0.53305787,0.53305787,0.54545456,0.58264464,0.58264464,0.60330576,0.54545456,0.5495868,0.58264464,0.607438,0.5413223,0.49586776,0.4876033,0.5165289,0.49586776,0.45867768,0.42975205,0.3966942,0.30165288,0.32231405,0.18181819,0.3429752,0.6570248,0.69008267,0.5041322,0.4752066,0.6859504,0.6404959,0.41322315,0.28512397,0.2768595,0.30991736,0.3553719,0.38429752,0.40495867,0.4090909,0.41735536,0.4752066,0.5,0.5289256,0.5041322,0.5123967,0.5247934,0.48347107,0.45867768,0.446281,0.45867768,0.45454547,0.46694216,0.45454547,0.4752066,0.48347107,0.47933885,0.5082645,0.5165289,0.5165289,0.5123967,0.5247934,0.53305787,0.5371901,0.5371901,0.5289256,0.53305787,0.53305787,0.5247934,0.53305787,0.5661157,0.54545456,0.5661157,0.58677685,0.55785125,0.5661157,0.59504133,0.58264464,0.5247934,0.4752066,0.5123967,0.49586776,0.46694216,0.45041323,0.39256197,0.3264463,0.3181818,0.3181818,0.30165288,0.73140496,0.76033056,0.5082645,0.446281,0.6818182,0.71487606,0.53305787,0.3305785,0.30165288,0.3140496,0.26859504,0.3181818,0.36363637,0.39256197,0.3966942,0.40495867,0.43801653,0.4876033,0.5082645,0.5,0.49586776,0.5082645,0.5123967,0.47933885,0.4338843,0.45041323,0.45867768,0.46694216,0.47107437,0.5041322,0.4876033,0.48347107,0.49173555,0.49173555,0.49586776,0.5041322,0.5123967,0.5371901,0.5247934,0.5371901,0.5495868,0.54545456,0.54545456,0.5371901,0.553719,0.57438016,0.5495868,0.57438016,0.58677685,0.5661157,0.57438016,0.56198347,0.54545456,0.5082645,0.46280992,0.5,0.46694216,0.446281,0.4214876,0.3181818,0.30991736,0.3181818,0.3181818,0.6694215,0.8512397,0.69008267,0.29752067,0.677686,0.74380165,0.6198347,0.3140496,0.2892562,0.34710744,0.3305785,0.28099173,0.2644628,0.32231405,0.3677686,0.3677686,0.38429752,0.40082645,0.43801653,0.4876033,0.4876033,0.49586776,0.5,0.5247934,0.5247934,0.47107437,0.45867768,0.46280992,0.47933885,0.48347107,0.5206612,0.5082645,0.49586776,0.5123967,0.5165289,0.5082645,0.5206612,0.5289256,0.553719,0.5413223,0.5289256,0.56198347,0.553719,0.5413223,0.553719,0.57024795,0.57024795,0.59090906,0.61157024,0.607438,0.57438016,0.57024795,0.54545456,0.5289256,0.48347107,0.47107437,0.4752066,0.42975205,0.41735536,0.38429752,0.2892562,0.3181818,0.3140496,0.33471075,0.8429752,0.8677686,0.59504133,0.3305785,0.8057851,0.72727275,0.5041322,0.11157025,0.3305785,0.36363637,0.35950413,0.29752067,0.2644628,0.28512397,0.32231405,0.36363637,0.37603307,0.38016528,0.40082645,0.47933885,0.47107437,0.4752066,0.49586776,0.5371901,0.553719,0.5165289,0.5,0.49173555,0.48347107,0.5,0.49586776,0.5123967,0.54545456,0.57438016,0.57438016,0.57438016,0.607438,0.61570245,0.60330576,0.58677685,0.57024795,0.5785124,0.5785124,0.5785124,0.60330576,0.553719,0.57024795,0.61570245,0.62396693,0.60330576,0.57024795,0.5495868,0.5289256,0.5,0.46280992,0.45867768,0.44214877,0.38842976,0.42561984,0.35123968,0.30991736,0.3181818,0.3181818,0.33471075,0.8677686,0.8636364,0.57024795,0.58264464,0.838843,0.71900827,0.38016528,0.11983471,0.3677686,0.38429752,0.3677686,0.3305785,0.28099173,0.28099173,0.29338843,0.3264463,0.3553719,0.3553719,0.3677686,0.40495867,0.45041323,0.446281,0.46694216,0.5123967,0.53305787,0.5413223,0.54545456,0.54545456,0.5495868,0.54545456,0.5247934,0.5413223,0.59917355,0.59917355,0.59917355,0.62396693,0.6528926,0.6487603,0.62396693,0.6404959,0.6198347,0.61570245,0.6198347,0.6280992,0.6363636,0.553719,0.55785125,0.6322314,0.61570245,0.59504133,0.5247934,0.5206612,0.49173555,0.46694216,0.44214877,0.4338843,0.40082645,0.40495867,0.4338843,0.3264463,0.3181818,0.3264463,0.3181818,0.3140496,0.8512397,0.8595041,0.6198347,0.74380165,0.8677686,0.7355372,0.24793388,0.23553719,0.42975205,0.41322315,0.3677686,0.34710744,0.30165288,0.2768595,0.2892562,0.28512397,0.3264463,0.35123968,0.35950413,0.3553719,0.38429752,0.42561984,0.45041323,0.4752066,0.5206612,0.5206612,0.553719,0.5371901,0.5371901,0.553719,0.553719,0.57024795,0.59917355,0.61570245,0.6280992,0.6198347,0.6487603,0.6363636,0.6322314,0.6322314,0.61157024,0.58264464,0.59090906,0.59090906,0.61157024,0.59504133,0.59090906,0.61157024,0.59504133,0.56198347,0.5041322,0.46280992,0.45454547,0.42561984,0.4090909,0.3966942,0.42975205,0.4214876,0.40082645,0.41322315,0.34710744,0.3181818,0.32231405,0.3181818,0.8429752,0.8181818,0.6652893,0.8140496,0.91735536,0.6694215,0.16528925,0.37190083,0.46280992,0.42975205,0.37190083,0.3553719,0.3305785,0.29338843,0.2603306,0.28099173,0.30578512,0.30578512,0.34710744,0.35123968,0.35123968,0.37603307,0.40495867,0.44214877,0.4876033,0.5123967,0.49586776,0.5082645,0.5165289,0.5413223,0.5413223,0.5661157,0.58264464,0.607438,0.59917355,0.607438,0.6322314,0.61570245,0.6280992,0.6363636,0.61157024,0.58677685,0.60330576,0.59917355,0.59917355,0.607438,0.59090906,0.5785124,0.55785125,0.5123967,0.47107437,0.42561984,0.41322315,0.3966942,0.38429752,0.42561984,0.46694216,0.42975205,0.39256197,0.58264464,0.53305787,0.37190083,0.30991736,0.3264463,0.8553719,0.79752064,0.6818182,0.8429752,0.9214876,0.6322314,0.21900827,0.4752066,0.4752066,0.4338843,0.4090909,0.37190083,0.3553719,0.3264463,0.27272728,0.24793388,0.29752067,0.30165288,0.29752067,0.34710744,0.3553719,0.33471075,0.35123968,0.38016528,0.42561984,0.46694216,0.47933885,0.5,0.5,0.5,0.5371901,0.5495868,0.54545456,0.56198347,0.5785124,0.5785124,0.60330576,0.59090906,0.60330576,0.60330576,0.59917355,0.58677685,0.58677685,0.5785124,0.58264464,0.57438016,0.5413223,0.5371901,0.5247934,0.46280992,0.41322315,0.38842976,0.38016528,0.41322315,0.42975205,0.45867768,0.4752066,0.37603307,0.42561984,0.57438016,0.6198347,0.5785124,0.42561984,0.3140496,0.8636364,0.8140496,0.6652893,0.8347107,0.92561984,0.607438,0.2520661,0.5082645,0.4876033,0.446281,0.45867768,0.41322315,0.38429752,0.3553719,0.3140496,0.27272728,0.2768595,0.29338843,0.30578512,0.30165288,0.33471075,0.35123968,0.3553719,0.338843,0.37190083,0.40495867,0.4214876,0.46694216,0.46694216,0.48347107,0.5165289,0.5371901,0.5165289,0.5289256,0.5495868,0.55785125,0.58677685,0.58264464,0.58677685,0.5785124,0.59090906,0.57438016,0.5371901,0.5289256,0.54545456,0.5,0.47107437,0.4876033,0.45454547,0.40495867,0.37190083,0.38429752,0.40082645,0.46280992,0.46280992,0.446281,0.46694216,0.3264463,0.5041322,0.70247936,0.5371901,0.59090906,0.6694215,0.45041323,0.8636364,0.8264463,0.73140496,0.8057851,0.93801653,0.6859504,0.19421488,0.5165289,0.5041322,0.46280992,0.45041323,0.47107437,0.42975205,0.39256197,0.35950413,0.3264463,0.28099173,0.28512397,0.29338843,0.29338843,0.30578512,0.3264463,0.36363637,0.3553719,0.34710744,0.3429752,0.3553719,0.3966942,0.42561984,0.45041323,0.48347107,0.5,0.5041322,0.5,0.5247934,0.53305787,0.53305787,0.53305787,0.5495868,0.56198347,0.54545456,0.5165289,0.5165289,0.49586776,0.4752066,0.446281,0.45041323,0.43801653,0.38429752,0.37190083,0.39256197,0.42975205,0.46280992,0.46694216,0.46280992,0.4338843,0.45041323,0.39256197,0.5247934,0.71900827,0.7107438,0.53305787,0.6198347,0.70247936,0.8677686,0.8264463,0.7768595,0.7933884,0.946281,0.77272725,0.27272728,0.5,0.49586776,0.49173555,0.46280992,0.47107437,0.47107437,0.42975205,0.40082645,0.35123968,0.3140496,0.29338843,0.28512397,0.2768595,0.2892562,0.30578512,0.33471075,0.33471075,0.34710744,0.3553719,0.35950413,0.3553719,0.37603307,0.3966942,0.40082645,0.44214877,0.45867768,0.45867768,0.46280992,0.49586776,0.4876033,0.48347107,0.49173555,0.5,0.4876033,0.46694216,0.4752066,0.44214877,0.41322315,0.41322315,0.3966942,0.38016528,0.3553719,0.41735536,0.46694216,0.48347107,0.49173555,0.45454547,0.46694216,0.4338843,0.4338843,0.41322315,0.45454547,0.6198347,0.7644628,0.661157,0.5289256,0.70247936,0.87603307,0.8264463,0.79752064,0.7644628,0.92561984,0.78099173,0.338843,0.5,0.5165289,0.49173555,0.4752066,0.48347107,0.4876033,0.47933885,0.43801653,0.3966942,0.36363637,0.33471075,0.29752067,0.28512397,0.2768595,0.29752067,0.30578512,0.30991736,0.3305785,0.34710744,0.36363637,0.35950413,0.3553719,0.37190083,0.37190083,0.39256197,0.41735536,0.41735536,0.42561984,0.43801653,0.42975205,0.42561984,0.42561984,0.4338843,0.42561984,0.446281,0.4338843,0.3966942,0.37603307,0.35950413,0.35950413,0.38016528,0.4338843,0.4876033,0.5,0.5,0.48347107,0.45867768,0.44214877,0.446281,0.45041323,0.4090909,0.27272728,0.5165289,0.71900827,0.76859504,0.54545456,0.61570245,0.8636364,0.8264463,0.79752064,0.73966944,0.91735536,0.75619835,0.34710744,0.5123967,0.5165289,0.49586776,0.5,0.49173555,0.5,0.49173555,0.47933885,0.4752066,0.4090909,0.37190083,0.33471075,0.29338843,0.29752067,0.28099173,0.28099173,0.30578512,0.30578512,0.3264463,0.3429752,0.35950413,0.3429752,0.36363637,0.35950413,0.36363637,0.37190083,0.37190083,0.38016528,0.38016528,0.38429752,0.38842976,0.38016528,0.37190083,0.37603307,0.3677686,0.3677686,0.36363637,0.36363637,0.3677686,0.38016528,0.46694216,0.49586776,0.53305787,0.5247934,0.49586776,0.47933885,0.46694216,0.45041323,0.446281,0.47107437,0.4214876,0.1570248,0.4090909,0.6735537,0.8181818,0.6487603,0.53305787,0.8512397,0.8264463,0.7892562,0.77272725,0.946281,0.6528926,0.29338843,0.5082645,0.5206612,0.49586776,0.4876033,0.5165289,0.5,0.5,0.5,0.4876033,0.4752066,0.42561984,0.37190083,0.338843,0.3181818,0.30578512,0.29752067,0.2892562,0.30165288,0.28512397,0.30165288,0.3140496,0.3429752,0.3553719,0.35950413,0.3677686,0.35950413,0.3553719,0.35950413,0.35950413,0.35123968,0.34710744,0.338843,0.3553719,0.3553719,0.35950413,0.3553719,0.35123968,0.38842976,0.4338843,0.48347107,0.5123967,0.5289256,0.5165289,0.5,0.49586776,0.49173555,0.4752066,0.45041323,0.45454547,0.5,0.3677686,0.1694215,0.32231405,0.6322314,0.79752064,0.71900827,0.5165289,0.838843,0.8264463,0.77272725,0.8057851,0.9710744,0.5495868,0.33471075,0.5165289,0.5165289,0.4876033,0.49173555,0.5123967,0.5,0.5,0.5082645,0.49586776,0.49586776,0.4876033,0.41322315,0.37603307,0.35123968,0.3264463,0.30991736,0.30165288,0.28099173,0.28099173,0.26859504,0.28099173,0.28099173,0.29338843,0.33471075,0.3264463,0.3429752,0.338843,0.34710744,0.35950413,0.3553719,0.3429752,0.3429752,0.3429752,0.3429752,0.36363637,0.37603307,0.4090909,0.48347107,0.5,0.5123967,0.5247934,0.5289256,0.5082645,0.5041322,0.49173555,0.49173555,0.47107437,0.46280992,0.45867768,0.49586776,0.2892562,0.11983471,0.2603306,0.59917355,0.7892562,0.74380165,0.45041323,0.8264463,0.8181818,0.76033056,0.838843,1.0,0.4876033,0.38016528,0.5206612,0.5082645,0.4876033,0.5,0.5123967,0.49586776,0.5,0.5041322,0.49173555,0.49586776,0.48347107,0.41735536,0.39256197,0.37190083,0.34710744,0.32231405,0.3140496,0.29338843,0.30165288,0.28099173,0.28512397,0.2768595,0.26859504,0.27272728,0.26859504,0.29338843,0.29752067,0.3181818,0.3181818,0.30578512,0.3305785,0.3305785,0.35950413,0.38429752,0.41322315,0.45041323,0.48347107,0.5123967,0.5123967,0.5206612,0.53305787,0.5289256,0.5165289,0.5206612,0.5,0.49586776,0.48347107,0.4752066,0.46694216,0.47933885,0.30165288,0.06198347,0.16528925,0.607438,0.7933884,0.8305785,0.3264463,32 +0.1446281,0.12396694,0.11570248,0.11157025,0.12396694,0.12809917,0.1322314,0.12396694,0.1446281,0.16115703,0.1694215,0.18181819,0.1983471,0.23140496,0.23553719,0.23966943,0.24793388,0.24793388,0.2603306,0.27272728,0.28512397,0.24793388,0.27272728,0.24793388,0.22727273,0.2107438,0.19421488,0.19421488,0.20247933,0.23140496,0.27272728,0.2768595,0.30578512,0.2892562,0.3181818,0.3140496,0.3553719,0.3429752,0.37190083,0.40082645,0.42975205,0.44214877,0.446281,0.47107437,0.5247934,0.5495868,0.57024795,0.57024795,0.553719,0.553719,0.5413223,0.5495868,0.553719,0.54545456,0.5371901,0.5165289,0.47107437,0.446281,0.40082645,0.35123968,0.27272728,0.23966943,0.21900827,0.18595041,0.1322314,0.12396694,0.10743801,0.11570248,0.12809917,0.12809917,0.1322314,0.1446281,0.17355372,0.18595041,0.2107438,0.23553719,0.23140496,0.22727273,0.25619835,0.28099173,0.2892562,0.2768595,0.2768595,0.27272728,0.28512397,0.28512397,0.32231405,0.30991736,0.29338843,0.28099173,0.24380165,0.23553719,0.2107438,0.23140496,0.24793388,0.2603306,0.26859504,0.29338843,0.33471075,0.35123968,0.4090909,0.4338843,0.45454547,0.4752066,0.49586776,0.5,0.49586776,0.5413223,0.5785124,0.59917355,0.59917355,0.59504133,0.5785124,0.57438016,0.55785125,0.57438016,0.57438016,0.5785124,0.56198347,0.5206612,0.47107437,0.46694216,0.4214876,0.3677686,0.29338843,0.23966943,0.23553719,0.19421488,0.11983471,0.10743801,0.10743801,0.12396694,0.12396694,0.13636364,0.13636364,0.1570248,0.19008264,0.21900827,0.2603306,0.29752067,0.3140496,0.29752067,0.27272728,0.28512397,0.2768595,0.2768595,0.2644628,0.2644628,0.2768595,0.28099173,0.30991736,0.3140496,0.3264463,0.33471075,0.33471075,0.3140496,0.29752067,0.30165288,0.30991736,0.338843,0.37190083,0.41735536,0.446281,0.46694216,0.5,0.5289256,0.53305787,0.53305787,0.5371901,0.55785125,0.5785124,0.59917355,0.60330576,0.59504133,0.59504133,0.59917355,0.59090906,0.58264464,0.58264464,0.58677685,0.58677685,0.58264464,0.5661157,0.53305787,0.48347107,0.46694216,0.4338843,0.3677686,0.30991736,0.25619835,0.21487603,0.19008264,0.12396694,0.11157025,0.10330579,0.10743801,0.11157025,0.13636364,0.16115703,0.16528925,0.27272728,0.28099173,0.30991736,0.33471075,0.35123968,0.3553719,0.32231405,0.29752067,0.24380165,0.25619835,0.2520661,0.2520661,0.25619835,0.27272728,0.2892562,0.3181818,0.3264463,0.3429752,0.3677686,0.3677686,0.38429752,0.38429752,0.4338843,0.48347107,0.5165289,0.5371901,0.53305787,0.54545456,0.5495868,0.57438016,0.58677685,0.5661157,0.55785125,0.58264464,0.61157024,0.6280992,0.6198347,0.60330576,0.59917355,0.59917355,0.59090906,0.58677685,0.58264464,0.59504133,0.5785124,0.5661157,0.553719,0.5371901,0.5,0.446281,0.42561984,0.3677686,0.30578512,0.24793388,0.18595041,0.16115703,0.13636364,0.11570248,0.11570248,0.09917355,0.12396694,0.15289256,0.19421488,0.2603306,0.3553719,0.3966942,0.4214876,0.4090909,0.3966942,0.38842976,0.35950413,0.3305785,0.28099173,0.25619835,0.24380165,0.22727273,0.24380165,0.2644628,0.26859504,0.29752067,0.3305785,0.34710744,0.37603307,0.3966942,0.4338843,0.46694216,0.5289256,0.5661157,0.5785124,0.57438016,0.5785124,0.59504133,0.60330576,0.607438,0.61570245,0.61157024,0.61157024,0.6280992,0.6280992,0.6280992,0.6363636,0.62396693,0.61157024,0.60330576,0.58264464,0.57438016,0.59090906,0.59090906,0.5785124,0.56198347,0.553719,0.53305787,0.5123967,0.44214877,0.42561984,0.38429752,0.3181818,0.2603306,0.18181819,0.1446281,0.14876033,0.12809917,0.12809917,0.10743801,0.16115703,0.19421488,0.2520661,0.32231405,0.40082645,0.446281,0.47933885,0.4876033,0.48347107,0.4752066,0.45867768,0.43801653,0.42975205,0.41322315,0.38429752,0.35950413,0.32231405,0.32231405,0.3429752,0.38429752,0.3677686,0.3966942,0.4338843,0.46694216,0.5247934,0.57024795,0.58264464,0.59090906,0.59917355,0.59504133,0.59917355,0.6322314,0.6404959,0.6322314,0.6363636,0.6363636,0.6404959,0.6487603,0.6446281,0.6322314,0.6404959,0.6322314,0.61157024,0.607438,0.607438,0.5785124,0.58264464,0.607438,0.58677685,0.55785125,0.5495868,0.53305787,0.5041322,0.45454547,0.4338843,0.41735536,0.35950413,0.30165288,0.2107438,0.15289256,0.12809917,0.1322314,0.1570248,0.19008264,0.1983471,0.23140496,0.3140496,0.39256197,0.43801653,0.46694216,0.49586776,0.5123967,0.5206612,0.5289256,0.5371901,0.5247934,0.5206612,0.5413223,0.5413223,0.5206612,0.4752066,0.446281,0.446281,0.45041323,0.45867768,0.4876033,0.5247934,0.55785125,0.58264464,0.60330576,0.607438,0.59090906,0.62396693,0.61570245,0.61570245,0.6322314,0.6487603,0.6322314,0.6322314,0.6404959,0.6404959,0.6446281,0.6404959,0.6404959,0.6404959,0.6446281,0.6363636,0.61157024,0.6280992,0.61157024,0.59504133,0.59917355,0.58677685,0.57024795,0.54545456,0.53305787,0.5082645,0.46280992,0.44214877,0.42975205,0.4090909,0.3677686,0.24793388,0.17355372,0.10743801,0.15289256,0.20661157,0.23966943,0.24793388,0.28512397,0.38429752,0.44214877,0.47107437,0.5,0.5289256,0.5371901,0.56198347,0.58677685,0.59504133,0.59917355,0.59917355,0.607438,0.59504133,0.59917355,0.59917355,0.59090906,0.59504133,0.59090906,0.58677685,0.59917355,0.607438,0.6198347,0.6198347,0.62396693,0.6198347,0.607438,0.607438,0.62396693,0.62396693,0.6280992,0.6322314,0.6363636,0.6363636,0.6404959,0.6404959,0.6446281,0.6404959,0.6528926,0.661157,0.6446281,0.6446281,0.6280992,0.6322314,0.62396693,0.60330576,0.59504133,0.5785124,0.57024795,0.54545456,0.5289256,0.5123967,0.45454547,0.44214877,0.43801653,0.4214876,0.4214876,0.3305785,0.21900827,0.14049587,0.23553719,0.28512397,0.28099173,0.29752067,0.35950413,0.46694216,0.5123967,0.5289256,0.55785125,0.5785124,0.59504133,0.6280992,0.6404959,0.661157,0.6652893,0.6735537,0.6694215,0.6694215,0.6652893,0.6652893,0.6652893,0.6652893,0.6570248,0.6487603,0.6446281,0.6404959,0.6446281,0.6280992,0.6363636,0.6280992,0.6363636,0.6198347,0.6322314,0.6363636,0.6363636,0.6363636,0.6280992,0.6446281,0.6322314,0.6528926,0.661157,0.661157,0.6528926,0.6528926,0.6487603,0.6322314,0.6280992,0.62396693,0.6198347,0.60330576,0.59504133,0.58677685,0.5661157,0.54545456,0.53305787,0.5165289,0.45867768,0.43801653,0.4338843,0.4214876,0.4214876,0.39256197,0.30578512,0.20661157,0.338843,0.35950413,0.3140496,0.35123968,0.43801653,0.5123967,0.5495868,0.56198347,0.57438016,0.59917355,0.607438,0.6363636,0.6528926,0.661157,0.661157,0.6735537,0.6735537,0.6818182,0.6818182,0.6859504,0.6942149,0.70247936,0.6942149,0.6983471,0.70247936,0.6818182,0.6735537,0.6818182,0.6735537,0.661157,0.6570248,0.6528926,0.6487603,0.6528926,0.6487603,0.6363636,0.6363636,0.6528926,0.6528926,0.6528926,0.6570248,0.6528926,0.6404959,0.6487603,0.6363636,0.61157024,0.6198347,0.6280992,0.61157024,0.59917355,0.59090906,0.58264464,0.55785125,0.54545456,0.5289256,0.5206612,0.48347107,0.44214877,0.42975205,0.43801653,0.41735536,0.40495867,0.38429752,0.27272728,0.40495867,0.40495867,0.37190083,0.4090909,0.46280992,0.5289256,0.5495868,0.57024795,0.58264464,0.5785124,0.61157024,0.6322314,0.6280992,0.6404959,0.6322314,0.6446281,0.6570248,0.6694215,0.661157,0.6694215,0.677686,0.69008267,0.6983471,0.70247936,0.70247936,0.70247936,0.69008267,0.70247936,0.70247936,0.6983471,0.6859504,0.6818182,0.6694215,0.6694215,0.6570248,0.6487603,0.6446281,0.6570248,0.6694215,0.6570248,0.6446281,0.6363636,0.6198347,0.6280992,0.6198347,0.58677685,0.59917355,0.61570245,0.59504133,0.5785124,0.58264464,0.5785124,0.5371901,0.5247934,0.5082645,0.5,0.48347107,0.44214877,0.42561984,0.41735536,0.4214876,0.40082645,0.4090909,0.33471075,0.42975205,0.4214876,0.41735536,0.43801653,0.46694216,0.553719,0.55785125,0.5661157,0.553719,0.54545456,0.5661157,0.57024795,0.58677685,0.61570245,0.59917355,0.607438,0.6280992,0.6404959,0.6363636,0.6280992,0.6446281,0.6528926,0.6570248,0.6528926,0.6652893,0.6735537,0.6735537,0.6818182,0.6983471,0.6983471,0.6942149,0.6859504,0.677686,0.677686,0.6652893,0.6528926,0.6404959,0.6322314,0.6280992,0.6198347,0.6198347,0.61157024,0.59504133,0.60330576,0.59917355,0.57024795,0.55785125,0.57024795,0.5495868,0.5289256,0.5247934,0.53305787,0.5123967,0.48347107,0.46280992,0.446281,0.446281,0.446281,0.42561984,0.40495867,0.41322315,0.4090909,0.41735536,0.38429752,0.42975205,0.43801653,0.4214876,0.4338843,0.48347107,0.5,0.49586776,0.49586776,0.47107437,0.46694216,0.46694216,0.45454547,0.4876033,0.5165289,0.5041322,0.5206612,0.5495868,0.5661157,0.58264464,0.58677685,0.59917355,0.59917355,0.60330576,0.61157024,0.62396693,0.62396693,0.6280992,0.6487603,0.6694215,0.6652893,0.677686,0.6818182,0.677686,0.661157,0.6487603,0.6280992,0.59504133,0.59090906,0.5785124,0.55785125,0.57024795,0.54545456,0.5206612,0.5123967,0.5041322,0.47107437,0.45867768,0.45041323,0.43801653,0.4214876,0.42561984,0.43801653,0.42561984,0.42975205,0.41735536,0.39256197,0.38842976,0.40495867,0.41735536,0.40495867,0.40082645,0.41735536,0.4214876,0.42561984,0.4338843,0.45041323,0.42975205,0.41322315,0.41735536,0.3966942,0.4090909,0.4090909,0.3966942,0.42975205,0.41322315,0.40495867,0.3966942,0.38842976,0.38016528,0.3677686,0.38842976,0.41735536,0.43801653,0.45867768,0.4752066,0.4876033,0.5123967,0.5371901,0.553719,0.553719,0.57438016,0.59917355,0.61570245,0.62396693,0.6322314,0.6528926,0.6446281,0.61570245,0.607438,0.58677685,0.5371901,0.5041322,0.5,0.4876033,0.44214877,0.4090909,0.37603307,0.3553719,0.3429752,0.3305785,0.3140496,0.3305785,0.3429752,0.33471075,0.34710744,0.37603307,0.38016528,0.37603307,0.3677686,0.37190083,0.3553719,0.35950413,0.37603307,0.38429752,0.40082645,0.4090909,0.4214876,0.43801653,0.43801653,0.446281,0.4214876,0.37603307,0.35123968,0.37190083,0.38016528,0.37190083,0.37603307,0.40082645,0.38842976,0.37190083,0.37190083,0.3305785,0.3140496,0.28099173,0.26859504,0.2644628,0.26859504,0.30165288,0.30165288,0.33471075,0.38016528,0.4338843,0.47107437,0.4752066,0.5206612,0.5495868,0.5661157,0.58264464,0.58677685,0.607438,0.59917355,0.56198347,0.5495868,0.5082645,0.48347107,0.4338843,0.41735536,0.4090909,0.3305785,0.30991736,0.26859504,0.26859504,0.26859504,0.2603306,0.28512397,0.29752067,0.3181818,0.33471075,0.35123968,0.38016528,0.38842976,0.4090909,0.3966942,0.38429752,0.37603307,0.36363637,0.3553719,0.37190083,0.40495867,0.40495867,0.41322315,0.45454547,0.44214877,0.46694216,0.42561984,0.3553719,0.33471075,0.37603307,0.38429752,0.37603307,0.38842976,0.41322315,0.41735536,0.41735536,0.39256197,0.35950413,0.33471075,0.30991736,0.28512397,0.24380165,0.2231405,0.24793388,0.24793388,0.26859504,0.28099173,0.3181818,0.3677686,0.40495867,0.46694216,0.49173555,0.5082645,0.5165289,0.5371901,0.5495868,0.5371901,0.5289256,0.5,0.45041323,0.41735536,0.3966942,0.35123968,0.34710744,0.29338843,0.2768595,0.27272728,0.25619835,0.2768595,0.2892562,0.3264463,0.35123968,0.3553719,0.38842976,0.40495867,0.41322315,0.42561984,0.446281,0.44214877,0.41735536,0.4090909,0.38429752,0.37190083,0.37603307,0.4090909,0.41322315,0.40495867,0.45454547,0.44214877,0.47933885,0.45041323,0.38429752,0.36363637,0.37603307,0.40082645,0.39256197,0.38429752,0.37603307,0.37603307,0.37603307,0.338843,0.3264463,0.28099173,0.2520661,0.23140496,0.21900827,0.2520661,0.24793388,0.20661157,0.22727273,0.25619835,0.2644628,0.30578512,0.3429752,0.3966942,0.4338843,0.446281,0.4752066,0.5082645,0.5206612,0.5082645,0.4876033,0.46694216,0.4214876,0.37603307,0.35123968,0.3264463,0.3140496,0.27272728,0.23553719,0.21900827,0.2603306,0.22727273,0.1694215,0.18595041,0.23140496,0.2231405,0.25619835,0.30991736,0.3181818,0.3264463,0.3677686,0.41322315,0.41322315,0.42561984,0.4214876,0.42561984,0.4214876,0.44214877,0.4214876,0.4214876,0.45454547,0.45867768,0.4752066,0.45867768,0.4338843,0.4214876,0.41322315,0.38429752,0.33471075,0.2520661,0.19421488,0.19008264,0.25619835,0.23553719,0.19008264,0.1446281,0.14049587,0.1694215,0.23553719,0.40495867,0.3966942,0.28512397,0.22727273,0.16115703,0.23140496,0.28512397,0.2892562,0.30991736,0.38016528,0.43801653,0.5082645,0.5661157,0.57438016,0.54545456,0.5123967,0.46280992,0.41322315,0.38016528,0.35950413,0.3264463,0.2644628,0.25619835,0.3429752,0.32231405,0.42975205,0.38016528,0.23966943,0.1570248,0.14049587,0.1322314,0.17768595,0.28512397,0.28512397,0.19008264,0.17355372,0.21900827,0.33471075,0.42975205,0.45454547,0.45867768,0.45454547,0.45867768,0.43801653,0.42975205,0.45867768,0.47933885,0.5,0.48347107,0.46694216,0.42561984,0.39256197,0.35123968,0.26859504,0.21900827,0.24793388,0.27272728,0.35123968,0.3677686,0.28099173,0.23553719,0.23553719,0.2768595,0.33471075,0.45867768,0.43801653,0.35950413,0.3966942,0.29752067,0.28099173,0.3181818,0.30165288,0.30578512,0.40495867,0.5206612,0.62396693,0.6363636,0.6280992,0.58677685,0.55785125,0.49586776,0.42975205,0.39256197,0.37603307,0.37190083,0.32231405,0.30578512,0.38842976,0.3677686,0.42975205,0.44214877,0.3553719,0.30578512,0.26859504,0.24380165,0.2768595,0.38429752,0.39256197,0.338843,0.2768595,0.25619835,0.28099173,0.36363637,0.42561984,0.46280992,0.47107437,0.47107437,0.45867768,0.446281,0.4752066,0.49173555,0.53305787,0.5495868,0.5289256,0.5,0.45867768,0.446281,0.41322315,0.41322315,0.42975205,0.45041323,0.45041323,0.43801653,0.38842976,0.36363637,0.41735536,0.42975205,0.46694216,0.5206612,0.48347107,0.446281,0.45041323,0.45454547,0.446281,0.41735536,0.3181818,0.3305785,0.446281,0.56198347,0.6652893,0.6818182,0.661157,0.6487603,0.61157024,0.5289256,0.45041323,0.446281,0.4090909,0.46694216,0.47933885,0.44214877,0.40495867,0.4090909,0.43801653,0.46694216,0.46694216,0.45454547,0.446281,0.40082645,0.42561984,0.45454547,0.47933885,0.47933885,0.45041323,0.42975205,0.44214877,0.45041323,0.45041323,0.47107437,0.49173555,0.4876033,0.48347107,0.45041323,0.48347107,0.5123967,0.5413223,0.58264464,0.58264464,0.58264464,0.58264464,0.5661157,0.5413223,0.5,0.4876033,0.5289256,0.5289256,0.5123967,0.48347107,0.4876033,0.5247934,0.54545456,0.5247934,0.5206612,0.46694216,0.43801653,0.446281,0.45867768,0.46694216,0.43801653,0.38016528,0.38429752,0.4752066,0.58264464,0.6694215,0.69008267,0.6859504,0.6735537,0.61570245,0.5082645,0.45041323,0.48347107,0.45867768,0.49173555,0.5165289,0.48347107,0.446281,0.43801653,0.4752066,0.4876033,0.5206612,0.5289256,0.5206612,0.49586776,0.5123967,0.5289256,0.5206612,0.5123967,0.5,0.48347107,0.5,0.5247934,0.5206612,0.5082645,0.5082645,0.5082645,0.48347107,0.46694216,0.5082645,0.553719,0.5661157,0.57438016,0.607438,0.6198347,0.6322314,0.61570245,0.60330576,0.56198347,0.5082645,0.48347107,0.47933885,0.48347107,0.48347107,0.47107437,0.4876033,0.47933885,0.4752066,0.46694216,0.45454547,0.45867768,0.4876033,0.5,0.5,0.46280992,0.45867768,0.45041323,0.49586776,0.58264464,0.6487603,0.6652893,0.6652893,0.6528926,0.607438,0.5123967,0.45454547,0.5165289,0.49173555,0.5206612,0.5413223,0.53305787,0.5165289,0.47107437,0.44214877,0.45041323,0.45454547,0.47107437,0.49173555,0.5082645,0.5082645,0.5041322,0.5082645,0.49173555,0.49173555,0.5,0.5123967,0.5371901,0.5247934,0.5206612,0.5123967,0.5123967,0.5082645,0.47107437,0.5123967,0.553719,0.57438016,0.58677685,0.61570245,0.6280992,0.6363636,0.6322314,0.6404959,0.6198347,0.59917355,0.55785125,0.5289256,0.5082645,0.49173555,0.4876033,0.4876033,0.5041322,0.5413223,0.553719,0.55785125,0.57024795,0.5785124,0.58264464,0.5661157,0.5247934,0.5041322,0.4876033,0.5123967,0.59504133,0.6652893,0.6859504,0.6694215,0.6570248,0.6198347,0.5247934,0.46280992,0.5082645,0.5371901,0.53305787,0.54545456,0.57438016,0.59090906,0.56198347,0.53305787,0.5,0.47933885,0.45041323,0.45867768,0.47107437,0.4876033,0.49586776,0.5123967,0.5206612,0.5289256,0.5371901,0.5247934,0.5247934,0.5247934,0.5289256,0.5041322,0.5041322,0.5,0.48347107,0.5165289,0.55785125,0.57438016,0.58677685,0.62396693,0.6280992,0.6404959,0.6528926,0.6446281,0.6570248,0.661157,0.677686,0.6735537,0.6652893,0.6652893,0.6652893,0.6404959,0.6446281,0.661157,0.6487603,0.6446281,0.6570248,0.6446281,0.61157024,0.5785124,0.54545456,0.5123967,0.5,0.5289256,0.59090906,0.6528926,0.6694215,0.6694215,0.6322314,0.62396693,0.56198347,0.49173555,0.5,0.5247934,0.553719,0.553719,0.58264464,0.61570245,0.6198347,0.6198347,0.6363636,0.6404959,0.607438,0.5785124,0.5661157,0.58264464,0.58264464,0.60330576,0.59504133,0.58264464,0.58677685,0.57024795,0.54545456,0.553719,0.53305787,0.5289256,0.5,0.5082645,0.47933885,0.5123967,0.5495868,0.5661157,0.58677685,0.6198347,0.6322314,0.6487603,0.677686,0.6694215,0.677686,0.6942149,0.6983471,0.69008267,0.6983471,0.6983471,0.6818182,0.677686,0.69008267,0.6859504,0.6942149,0.6818182,0.6694215,0.6487603,0.58677685,0.54545456,0.5495868,0.53305787,0.5247934,0.5495868,0.607438,0.6446281,0.6652893,0.6859504,0.6363636,0.6198347,0.58264464,0.5289256,0.5123967,0.5082645,0.53305787,0.5371901,0.5785124,0.62396693,0.6404959,0.6570248,0.6446281,0.6818182,0.6652893,0.6404959,0.6280992,0.6404959,0.6528926,0.661157,0.62396693,0.61570245,0.6198347,0.61570245,0.59090906,0.5785124,0.56198347,0.5123967,0.49173555,0.49586776,0.4752066,0.5,0.5413223,0.56198347,0.55785125,0.60330576,0.6198347,0.6404959,0.661157,0.677686,0.6942149,0.6983471,0.6983471,0.677686,0.69008267,0.7066116,0.70247936,0.7107438,0.73140496,0.71487606,0.7066116,0.6818182,0.6570248,0.6198347,0.5661157,0.553719,0.54545456,0.5371901,0.5413223,0.5661157,0.61157024,0.6528926,0.6652893,0.677686,0.6446281,0.6322314,0.58264464,0.5413223,0.553719,0.54545456,0.54545456,0.5413223,0.57024795,0.60330576,0.6363636,0.6570248,0.6528926,0.6859504,0.69008267,0.677686,0.6694215,0.677686,0.677686,0.6694215,0.6404959,0.6198347,0.6198347,0.62396693,0.59917355,0.5785124,0.56198347,0.5123967,0.5041322,0.48347107,0.45867768,0.48347107,0.5206612,0.5371901,0.5371901,0.59917355,0.607438,0.59090906,0.62396693,0.6570248,0.677686,0.6942149,0.6942149,0.7066116,0.72727275,0.7231405,0.72727275,0.73140496,0.7355372,0.7066116,0.6983471,0.6694215,0.6528926,0.61570245,0.57024795,0.5495868,0.57024795,0.5413223,0.53305787,0.57438016,0.61570245,0.6487603,0.6487603,0.6652893,0.6322314,0.6280992,0.59504133,0.553719,0.5495868,0.55785125,0.53305787,0.5495868,0.57024795,0.61157024,0.6322314,0.6363636,0.6487603,0.6694215,0.6859504,0.677686,0.6859504,0.6983471,0.6859504,0.6735537,0.6694215,0.6487603,0.6446281,0.6198347,0.60330576,0.57438016,0.553719,0.5165289,0.5,0.5,0.45867768,0.46694216,0.5082645,0.5289256,0.553719,0.59090906,0.5785124,0.58677685,0.62396693,0.6363636,0.6487603,0.6818182,0.7107438,0.7355372,0.73140496,0.72727275,0.72727275,0.73140496,0.73966944,0.7231405,0.6818182,0.6570248,0.6446281,0.59504133,0.5495868,0.54545456,0.57024795,0.5247934,0.5123967,0.5661157,0.61157024,0.6570248,0.6570248,0.6570248,0.6404959,0.6322314,0.60330576,0.553719,0.5289256,0.553719,0.57438016,0.56198347,0.5247934,0.5661157,0.6322314,0.62396693,0.6446281,0.6487603,0.6652893,0.69008267,0.6694215,0.69008267,0.6818182,0.6818182,0.6818182,0.6694215,0.6363636,0.6322314,0.61570245,0.58677685,0.56198347,0.5289256,0.47933885,0.49586776,0.45454547,0.45041323,0.5,0.5247934,0.553719,0.57438016,0.5661157,0.59504133,0.6198347,0.6280992,0.6487603,0.6694215,0.6983471,0.74793386,0.7231405,0.7107438,0.72727275,0.7066116,0.70247936,0.6735537,0.6735537,0.6446281,0.59917355,0.5289256,0.54545456,0.57024795,0.57438016,0.5206612,0.5247934,0.56198347,0.59917355,0.6404959,0.6652893,0.6446281,0.6487603,0.6280992,0.59504133,0.57024795,0.53305787,0.5495868,0.59090906,0.59504133,0.5413223,0.49173555,0.5371901,0.59917355,0.6322314,0.6404959,0.6570248,0.6818182,0.6694215,0.6735537,0.661157,0.6652893,0.6735537,0.6487603,0.6322314,0.6198347,0.61157024,0.59917355,0.56198347,0.5123967,0.5082645,0.46694216,0.446281,0.446281,0.47107437,0.49586776,0.5247934,0.5495868,0.56198347,0.58677685,0.61157024,0.61157024,0.6322314,0.6528926,0.661157,0.70247936,0.69008267,0.6859504,0.70247936,0.6694215,0.6694215,0.6528926,0.6322314,0.59090906,0.5165289,0.5041322,0.57024795,0.59090906,0.57024795,0.553719,0.5371901,0.54545456,0.55785125,0.6198347,0.661157,0.6528926,0.6363636,0.6487603,0.59917355,0.58264464,0.55785125,0.54545456,0.58264464,0.61157024,0.5785124,0.5082645,0.47933885,0.5371901,0.58677685,0.607438,0.62396693,0.6322314,0.6570248,0.661157,0.6528926,0.6404959,0.6528926,0.6322314,0.59504133,0.60330576,0.58264464,0.5785124,0.5495868,0.4876033,0.5041322,0.43801653,0.44214877,0.44214877,0.45867768,0.4752066,0.49586776,0.5371901,0.56198347,0.5785124,0.58264464,0.60330576,0.61157024,0.6363636,0.6363636,0.6694215,0.6528926,0.6528926,0.6694215,0.6404959,0.6280992,0.607438,0.57438016,0.5165289,0.46280992,0.5206612,0.57438016,0.58264464,0.55785125,0.57024795,0.57438016,0.57024795,0.607438,0.6735537,0.69008267,0.6859504,0.661157,0.6570248,0.6363636,0.59504133,0.57438016,0.553719,0.5785124,0.59090906,0.59504133,0.53305787,0.46280992,0.5371901,0.53305787,0.55785125,0.58677685,0.61157024,0.6404959,0.6363636,0.62396693,0.6280992,0.6280992,0.61570245,0.5661157,0.57438016,0.5661157,0.5661157,0.53305787,0.48347107,0.47933885,0.446281,0.4214876,0.42975205,0.46280992,0.47107437,0.4752066,0.5082645,0.5413223,0.57024795,0.56198347,0.59090906,0.59504133,0.59917355,0.6198347,0.61157024,0.61570245,0.6198347,0.61570245,0.607438,0.58264464,0.553719,0.5495868,0.5165289,0.44214877,0.5,0.54545456,0.54545456,0.5413223,0.5371901,0.5289256,0.57024795,0.61157024,0.661157,0.661157,0.6570248,0.6404959,0.661157,0.6280992,0.56198347,0.5371901,0.5371901,0.54545456,0.5371901,0.553719,0.5041322,0.4752066,0.53305787,0.53305787,0.5206612,0.5413223,0.57438016,0.58264464,0.59504133,0.59917355,0.60330576,0.59504133,0.57438016,0.5661157,0.553719,0.54545456,0.5371901,0.49586776,0.4752066,0.46280992,0.45041323,0.39256197,0.40082645,0.446281,0.45454547,0.45041323,0.4876033,0.5247934,0.53305787,0.553719,0.5661157,0.57024795,0.5785124,0.59090906,0.58677685,0.58264464,0.59504133,0.5785124,0.57438016,0.5495868,0.5371901,0.55785125,0.53305787,0.4338843,0.42561984,0.47107437,0.48347107,0.4752066,0.47933885,0.44214877,0.4752066,0.5206612,0.57438016,0.5785124,0.56198347,0.5495868,0.55785125,0.5371901,0.47107437,0.47107437,0.4752066,0.45454547,0.45041323,0.44214877,0.4214876,0.46694216,0.5247934,0.5413223,0.5041322,0.4876033,0.5247934,0.54545456,0.5495868,0.55785125,0.57024795,0.553719,0.53305787,0.54545456,0.5413223,0.5123967,0.5165289,0.48347107,0.46694216,0.45867768,0.43801653,0.38429752,0.38842976,0.446281,0.43801653,0.45041323,0.47107437,0.5,0.5165289,0.5247934,0.5495868,0.56198347,0.55785125,0.5661157,0.54545456,0.55785125,0.5785124,0.57438016,0.5495868,0.54545456,0.54545456,0.59090906,0.553719,0.4876033,0.37190083,0.30578512,0.29752067,0.30578512,0.338843,0.35950413,0.37603307,0.40495867,0.4752066,0.49586776,0.47933885,0.45867768,0.446281,0.41735536,0.3966942,0.35950413,0.3264463,0.27272728,0.2892562,0.35950413,0.40495867,0.48347107,0.5082645,0.5289256,0.5206612,0.4876033,0.48347107,0.5123967,0.5247934,0.5165289,0.5123967,0.5,0.5165289,0.5165289,0.5165289,0.4876033,0.48347107,0.46280992,0.45041323,0.45041323,0.42975205,0.40082645,0.38016528,0.44214877,0.42975205,0.42975205,0.45867768,0.47933885,0.5,0.5041322,0.5165289,0.53305787,0.5206612,0.5371901,0.5247934,0.5371901,0.5495868,0.56198347,0.54545456,0.56198347,0.58677685,0.59917355,0.58677685,0.55785125,0.45454547,0.29752067,0.20661157,0.1983471,0.20661157,0.2231405,0.21900827,0.24793388,0.35123968,0.38429752,0.37603307,0.35950413,0.30578512,0.24380165,0.21900827,0.2520661,0.28099173,0.30991736,0.3305785,0.38842976,0.45454547,0.4876033,0.48347107,0.5123967,0.5206612,0.5,0.46280992,0.49173555,0.5041322,0.49586776,0.49173555,0.48347107,0.4876033,0.4876033,0.4876033,0.47107437,0.45454547,0.45454547,0.446281,0.43801653,0.42975205,0.4090909,0.3677686,0.42561984,0.42975205,0.42975205,0.446281,0.46694216,0.4876033,0.4752066,0.48347107,0.49586776,0.49173555,0.5082645,0.5247934,0.54545456,0.5495868,0.57438016,0.54545456,0.5785124,0.59504133,0.61157024,0.61157024,0.59090906,0.58677685,0.48347107,0.39256197,0.3305785,0.30578512,0.30165288,0.2603306,0.21900827,0.21487603,0.22727273,0.25619835,0.29752067,0.30578512,0.34710744,0.3966942,0.41322315,0.43801653,0.45041323,0.45867768,0.45041323,0.47107437,0.5,0.47933885,0.4876033,0.49173555,0.4876033,0.45454547,0.45454547,0.49586776,0.5041322,0.4752066,0.47107437,0.47933885,0.4752066,0.47107437,0.46280992,0.45041323,0.44214877,0.44214877,0.43801653,0.42561984,0.37603307,0.35123968,0.41735536,0.446281,0.4214876,0.42561984,0.446281,0.47107437,0.47107437,0.47107437,0.4752066,0.4876033,0.49173555,0.5206612,0.5495868,0.57438016,0.58264464,0.5413223,0.57024795,0.60330576,0.61157024,0.59917355,0.59090906,0.58264464,0.57024795,0.5206612,0.49586776,0.46694216,0.46280992,0.45867768,0.4338843,0.40082645,0.3553719,0.38016528,0.43801653,0.47107437,0.4876033,0.5123967,0.5165289,0.47933885,0.49173555,0.4876033,0.46694216,0.47933885,0.5,0.47933885,0.46280992,0.46694216,0.48347107,0.47933885,0.45454547,0.48347107,0.5082645,0.49586776,0.48347107,0.4752066,0.4752066,0.47107437,0.45454547,0.45867768,0.44214877,0.446281,0.42561984,0.42561984,0.33471075,0.3553719,0.40495867,0.446281,0.43801653,0.41735536,0.4214876,0.46694216,0.49173555,0.4876033,0.47933885,0.49173555,0.5123967,0.53305787,0.553719,0.58677685,0.5661157,0.5247934,0.57438016,0.59917355,0.59504133,0.58264464,0.58677685,0.5785124,0.57438016,0.57024795,0.56198347,0.57024795,0.56198347,0.5495868,0.5413223,0.5247934,0.4752066,0.4876033,0.5289256,0.5247934,0.53305787,0.5413223,0.53305787,0.49173555,0.5041322,0.49173555,0.4752066,0.4752066,0.4876033,0.48347107,0.46694216,0.46280992,0.4876033,0.5165289,0.5,0.5165289,0.5247934,0.5247934,0.5289256,0.5082645,0.48347107,0.4876033,0.46694216,0.45454547,0.46280992,0.45867768,0.43801653,0.41322315,0.32231405,0.35123968,0.40082645,0.446281,0.46280992,0.44214877,0.44214877,0.48347107,0.5165289,0.5206612,0.5206612,0.5165289,0.53305787,0.553719,0.56198347,0.57438016,0.5661157,0.5247934,0.57024795,0.5785124,0.5661157,0.55785125,0.57024795,0.57438016,0.553719,0.58264464,0.59917355,0.58264464,0.607438,0.60330576,0.59090906,0.5661157,0.5082645,0.5289256,0.54545456,0.5413223,0.553719,0.5495868,0.5495868,0.5082645,0.5165289,0.5,0.47107437,0.4752066,0.47933885,0.49173555,0.45867768,0.46694216,0.4876033,0.5206612,0.53305787,0.56198347,0.56198347,0.55785125,0.5495868,0.5371901,0.5,0.49586776,0.4752066,0.4876033,0.49586776,0.45454547,0.43801653,0.40495867,0.29752067,0.33471075,0.38842976,0.446281,0.47107437,0.45454547,0.46694216,0.5,0.5289256,0.553719,0.56198347,0.55785125,0.53305787,0.5371901,0.54545456,0.54545456,0.54545456,0.5123967,0.5413223,0.5785124,0.5413223,0.5289256,0.5413223,0.53305787,0.5661157,0.59917355,0.6280992,0.607438,0.6322314,0.6570248,0.6652893,0.6363636,0.57024795,0.54545456,0.54545456,0.553719,0.57438016,0.57024795,0.5661157,0.54545456,0.5082645,0.5082645,0.48347107,0.46694216,0.46694216,0.49173555,0.46280992,0.45454547,0.46694216,0.49586776,0.5247934,0.57438016,0.56198347,0.5661157,0.59090906,0.53305787,0.5165289,0.48347107,0.47933885,0.5,0.48347107,0.45454547,0.42561984,0.38429752,0.29752067,0.30991736,0.38429752,0.43801653,0.47107437,0.45041323,0.47933885,0.5123967,0.5413223,0.5785124,0.59090906,0.56198347,0.5413223,0.5247934,0.5413223,0.5289256,0.5165289,0.5,0.5041322,0.5371901,0.5289256,0.49586776,0.5206612,0.5247934,0.54545456,0.58264464,0.61157024,0.6198347,0.61570245,0.6528926,0.6694215,0.6694215,0.6322314,0.58677685,0.56198347,0.553719,0.56198347,0.56198347,0.5413223,0.553719,0.4876033,0.5,0.47933885,0.46280992,0.45041323,0.46280992,0.446281,0.45041323,0.46280992,0.49586776,0.5247934,0.553719,0.5371901,0.59090906,0.60330576,0.5371901,0.5123967,0.47933885,0.4876033,0.5,0.4752066,0.44214877,0.41735536,0.3553719,0.28099173,0.3140496,0.37603307,0.41735536,0.47933885,0.47933885,0.4752066,0.5041322,0.5413223,0.58677685,0.60330576,0.58677685,0.54545456,0.5165289,0.54545456,0.5289256,0.5082645,0.5,0.4876033,0.5041322,0.5,0.4752066,0.4876033,0.5041322,0.5,0.5041322,0.5247934,0.49173555,0.4876033,0.5,0.49173555,0.5,0.5,0.5371901,0.5,0.4752066,0.43801653,0.40495867,0.4214876,0.43801653,0.41322315,0.41735536,0.43801653,0.4338843,0.4214876,0.41322315,0.4338843,0.44214877,0.46280992,0.5206612,0.5247934,0.53305787,0.53305787,0.58677685,0.59504133,0.5206612,0.49586776,0.46694216,0.4876033,0.49586776,0.47107437,0.42975205,0.38429752,0.32231405,0.26859504,0.28099173,0.3677686,0.4090909,0.46280992,0.4752066,0.46280992,0.48347107,0.5371901,0.57438016,0.607438,0.607438,0.55785125,0.5041322,0.5495868,0.5289256,0.5082645,0.49586776,0.4752066,0.44214877,0.4338843,0.4090909,0.38016528,0.37603307,0.3553719,0.34710744,0.40082645,0.3677686,0.3140496,0.38016528,0.39256197,0.37190083,0.2644628,0.30991736,0.3966942,0.4214876,0.40495867,0.3181818,0.40495867,0.4090909,0.32231405,0.37603307,0.37190083,0.30165288,0.27272728,0.20661157,0.2107438,0.3553719,0.43801653,0.49586776,0.53305787,0.5371901,0.54545456,0.59090906,0.55785125,0.5041322,0.48347107,0.46694216,0.49173555,0.47933885,0.45867768,0.41735536,0.38429752,0.28512397,0.2768595,0.2603306,0.338843,0.39256197,0.45041323,0.47933885,0.45867768,0.4752066,0.5206612,0.56198347,0.59504133,0.62396693,0.5785124,0.5123967,0.55785125,0.53305787,0.5,0.45867768,0.40495867,0.2892562,0.21900827,0.2231405,0.23553719,0.338843,0.3429752,0.37603307,0.5,0.5495868,0.42561984,0.553719,0.6280992,0.61157024,0.4090909,0.45867768,0.6446281,0.6528926,0.61570245,0.4876033,0.60330576,0.57024795,0.42561984,0.5165289,0.4338843,0.3553719,0.23140496,0.10743801,0.17768595,0.37190083,0.42975205,0.47933885,0.5247934,0.53305787,0.5495868,0.59504133,0.5413223,0.4752066,0.46694216,0.47107437,0.48347107,0.47107437,0.4338843,0.41735536,0.35950413,0.24793388,0.29752067,0.2644628,0.30578512,0.37190083,0.4214876,0.46280992,0.46694216,0.47107437,0.49586776,0.5289256,0.5785124,0.62396693,0.607438,0.54545456,0.5413223,0.54545456,0.5082645,0.47933885,0.42975205,0.2768595,0.1694215,0.18595041,0.16528925,0.37190083,0.3677686,0.37603307,0.5661157,0.61157024,0.48347107,0.6363636,0.69008267,0.6942149,0.4214876,0.5123967,0.6942149,0.6983471,0.661157,0.5289256,0.62396693,0.59917355,0.46280992,0.553719,0.3677686,0.34710744,0.30165288,0.30991736,0.42561984,0.5,0.49173555,0.48347107,0.5289256,0.53305787,0.55785125,0.57438016,0.5165289,0.46694216,0.46280992,0.47933885,0.4752066,0.45041323,0.4338843,0.38842976,0.29338843,0.2768595,0.29752067,0.2520661,0.2768595,0.35123968,0.40082645,0.446281,0.45454547,0.45454547,0.47107437,0.5123967,0.54545456,0.59917355,0.60330576,0.57024795,0.55785125,0.5413223,0.5289256,0.5371901,0.5413223,0.5,0.40495867,0.34710744,0.3429752,0.3553719,0.3553719,0.32231405,0.34710744,0.3966942,0.34710744,0.5289256,0.57024795,0.60330576,0.41322315,0.4752066,0.59917355,0.53305787,0.56198347,0.45454547,0.41735536,0.446281,0.34710744,0.41322315,0.338843,0.3553719,0.38429752,0.43801653,0.4876033,0.53305787,0.54545456,0.5082645,0.5165289,0.54545456,0.57024795,0.553719,0.4876033,0.45867768,0.45867768,0.48347107,0.46280992,0.4338843,0.41322315,0.338843,0.2768595,0.29338843,0.30991736,0.2520661,0.25619835,0.3140496,0.38429752,0.4214876,0.45454547,0.446281,0.446281,0.49586776,0.5206612,0.5785124,0.61157024,0.59917355,0.5661157,0.5495868,0.5413223,0.5661157,0.56198347,0.58264464,0.5495868,0.45867768,0.4338843,0.45041323,0.5,0.48347107,0.44214877,0.45041323,0.46280992,0.43801653,0.446281,0.4752066,0.446281,0.4752066,0.5082645,0.45041323,0.46694216,0.446281,0.3966942,0.41322315,0.4338843,0.43801653,0.41322315,0.446281,0.46280992,0.49586776,0.5165289,0.55785125,0.57438016,0.5371901,0.5206612,0.553719,0.57438016,0.53305787,0.46280992,0.45041323,0.47933885,0.47933885,0.45041323,0.43801653,0.37190083,0.29752067,0.2768595,0.3181818,0.3140496,0.2603306,0.25619835,0.2768595,0.3553719,0.3966942,0.44214877,0.43801653,0.45041323,0.46694216,0.4876033,0.553719,0.58677685,0.59504133,0.58264464,0.55785125,0.5661157,0.58264464,0.553719,0.553719,0.56198347,0.5165289,0.47107437,0.4876033,0.5041322,0.5247934,0.5289256,0.59090906,0.59090906,0.5661157,0.53305787,0.5123967,0.5,0.5495868,0.57024795,0.57438016,0.5785124,0.5661157,0.5495868,0.5123967,0.48347107,0.47107437,0.45041323,0.45867768,0.49173555,0.5082645,0.5371901,0.55785125,0.56198347,0.5289256,0.5041322,0.57024795,0.56198347,0.5082645,0.45454547,0.4752066,0.4752066,0.47933885,0.44214877,0.4090909,0.3305785,0.2768595,0.29752067,0.30578512,0.3181818,0.2644628,0.25619835,0.28099173,0.29338843,0.36363637,0.42561984,0.45454547,0.45454547,0.45454547,0.45454547,0.5289256,0.57024795,0.58264464,0.57438016,0.57438016,0.58677685,0.59917355,0.5661157,0.5206612,0.5289256,0.5206612,0.5,0.5123967,0.49586776,0.5041322,0.49586776,0.5495868,0.59090906,0.61570245,0.607438,0.59090906,0.5785124,0.59917355,0.607438,0.6446281,0.607438,0.57438016,0.56198347,0.53305787,0.49173555,0.49586776,0.46694216,0.42975205,0.49173555,0.5206612,0.553719,0.553719,0.53305787,0.5041322,0.5289256,0.58264464,0.5371901,0.47107437,0.446281,0.47933885,0.47933885,0.46280992,0.42975205,0.35950413,0.2892562,0.2892562,0.30578512,0.30991736,0.32231405,0.2644628,0.26859504,0.24380165,0.28099173,0.3264463,0.38429752,0.42561984,0.45041323,0.45867768,0.44214877,0.49586776,0.54545456,0.57024795,0.56198347,0.57024795,0.57024795,0.57024795,0.57024795,0.53305787,0.5123967,0.5123967,0.5123967,0.5165289,0.5123967,0.5082645,0.5041322,0.5206612,0.553719,0.5785124,0.58677685,0.58264464,0.55785125,0.5785124,0.57438016,0.5785124,0.5495868,0.5413223,0.5165289,0.5206612,0.5082645,0.5165289,0.47933885,0.44214877,0.49586776,0.5247934,0.54545456,0.5413223,0.5041322,0.4876033,0.5247934,0.553719,0.5082645,0.43801653,0.45867768,0.47933885,0.45867768,0.4338843,0.41322315,0.29338843,0.28512397,0.29752067,0.3181818,0.30991736,0.3181818,0.27272728,0.2603306,0.28099173,0.2520661,0.28512397,0.3553719,0.40495867,0.43801653,0.45867768,0.46280992,0.4752066,0.5082645,0.5495868,0.57438016,0.57024795,0.56198347,0.5785124,0.5661157,0.5371901,0.5206612,0.49586776,0.5,0.5247934,0.5123967,0.5041322,0.5041322,0.5206612,0.5371901,0.5247934,0.5371901,0.5165289,0.5371901,0.5371901,0.53305787,0.53305787,0.5289256,0.53305787,0.5206612,0.5165289,0.5082645,0.5041322,0.4876033,0.4752066,0.5041322,0.5123967,0.5413223,0.5206612,0.49173555,0.5123967,0.5413223,0.5123967,0.47933885,0.446281,0.47107437,0.46694216,0.4338843,0.37190083,0.40082645,0.39256197,0.3181818,0.2892562,0.3181818,0.32231405,0.3181818,0.26859504,0.2603306,0.2768595,0.25619835,0.26859504,0.32231405,0.37190083,0.42561984,0.44214877,0.46694216,0.46280992,0.48347107,0.5165289,0.5495868,0.57024795,0.553719,0.54545456,0.57438016,0.5495868,0.5206612,0.49586776,0.49586776,0.5041322,0.5041322,0.49586776,0.49173555,0.5,0.5082645,0.49173555,0.5082645,0.5123967,0.5206612,0.5123967,0.5,0.5123967,0.5165289,0.5247934,0.5,0.49586776,0.5,0.49173555,0.4752066,0.49173555,0.49586776,0.5,0.5413223,0.5123967,0.49586776,0.5247934,0.53305787,0.47933885,0.45867768,0.47107437,0.46694216,0.446281,0.4090909,0.3429752,0.37603307,0.59504133,0.57438016,0.3553719,0.30578512,0.30991736,0.3140496,0.26859504,0.26859504,0.2644628,0.25619835,0.338843,0.35950413,0.3305785,0.38016528,0.4338843,0.45454547,0.45867768,0.47107437,0.5123967,0.53305787,0.54545456,0.553719,0.5289256,0.553719,0.5661157,0.5371901,0.5041322,0.49173555,0.49173555,0.5041322,0.5123967,0.5123967,0.5206612,0.5123967,0.49173555,0.5,0.5,0.5082645,0.5,0.49586776,0.5082645,0.5,0.5123967,0.5041322,0.5041322,0.5041322,0.49173555,0.4876033,0.5041322,0.4876033,0.5165289,0.53305787,0.5165289,0.5041322,0.5082645,0.5,0.46280992,0.45454547,0.46694216,0.44214877,0.41735536,0.3677686,0.37190083,0.39256197,0.47933885,0.6694215,0.6735537,0.4876033,0.3140496,0.30165288,0.2520661,0.25619835,0.2768595,0.43801653,0.57438016,0.46694216,0.3264463,0.3429752,0.37603307,0.4338843,0.4338843,0.46280992,0.48347107,0.5247934,0.53305787,0.54545456,0.54545456,0.5413223,0.57438016,0.5661157,0.5289256,0.5123967,0.4876033,0.5247934,0.5123967,0.53305787,0.553719,0.5206612,0.5082645,0.5082645,0.5041322,0.5,0.49586776,0.5,0.5247934,0.5,0.5041322,0.5206612,0.5165289,0.49173555,0.49173555,0.5041322,0.5123967,0.5206612,0.5413223,0.5289256,0.5247934,0.5,0.49586776,0.47933885,0.446281,0.446281,0.446281,0.39256197,0.38016528,0.38016528,0.35950413,0.48347107,0.58677685,0.5289256,0.6322314,0.7066116,0.5247934,0.30991736,0.23966943,0.3429752,0.5289256,0.59917355,0.56198347,0.45867768,0.338843,0.3429752,0.35123968,0.39256197,0.41322315,0.4338843,0.45867768,0.5,0.53305787,0.5289256,0.5413223,0.5413223,0.5785124,0.59090906,0.55785125,0.5413223,0.53305787,0.5165289,0.5289256,0.5247934,0.54545456,0.55785125,0.57438016,0.57438016,0.5661157,0.56198347,0.5495868,0.5495868,0.5495868,0.5206612,0.5,0.5206612,0.5247934,0.5082645,0.5165289,0.5082645,0.5247934,0.5495868,0.56198347,0.5247934,0.5165289,0.4876033,0.48347107,0.45454547,0.4338843,0.44214877,0.40082645,0.35950413,0.37603307,0.42975205,0.34710744,0.5041322,0.76033056,0.59090906,0.5206612,0.6694215,0.71487606,0.53305787,0.38429752,0.61570245,0.61570245,0.4876033,0.677686,0.553719,0.33471075,0.35950413,0.3429752,0.34710744,0.3677686,0.3966942,0.41322315,0.46280992,0.5,0.5041322,0.5289256,0.53305787,0.55785125,0.5785124,0.58677685,0.58677685,0.58677685,0.57438016,0.57024795,0.5495868,0.57024795,0.607438,0.6280992,0.6198347,0.6280992,0.6404959,0.6404959,0.6322314,0.607438,0.59917355,0.5785124,0.5661157,0.56198347,0.57024795,0.553719,0.49173555,0.5495868,0.57438016,0.57438016,0.5082645,0.4876033,0.47107437,0.45867768,0.42975205,0.41735536,0.40495867,0.34710744,0.3677686,0.42975205,0.44214877,0.36363637,0.45454547,0.7231405,0.8057851,0.5495868,0.553719,0.70247936,0.7355372,0.62396693,0.607438,0.5413223,0.6652893,0.6942149,0.4752066,0.34710744,0.38016528,0.35950413,0.3181818,0.33471075,0.35950413,0.38016528,0.40495867,0.45454547,0.46280992,0.5,0.5206612,0.55785125,0.5661157,0.58264464,0.60330576,0.59917355,0.59917355,0.607438,0.59504133,0.61157024,0.6322314,0.6487603,0.6363636,0.6446281,0.6404959,0.661157,0.6280992,0.61570245,0.61157024,0.59090906,0.57438016,0.57438016,0.59090906,0.58264464,0.5289256,0.553719,0.57438016,0.5495868,0.47933885,0.45454547,0.446281,0.4090909,0.41322315,0.38429752,0.3677686,0.3553719,0.43801653,0.46694216,0.43801653,0.38429752,0.4090909,0.61157024,0.7933884,0.76033056,0.5,0.6198347,0.7355372,0.6322314,0.54545456,0.6528926,0.6859504,0.5289256,0.37190083,0.38016528,0.39256197,0.37603307,0.3429752,0.30578512,0.30991736,0.36363637,0.36363637,0.3966942,0.43801653,0.48347107,0.48347107,0.5495868,0.57024795,0.5661157,0.57438016,0.5785124,0.58677685,0.607438,0.60330576,0.6322314,0.6322314,0.6446281,0.6446281,0.6404959,0.6487603,0.6363636,0.6280992,0.61157024,0.60330576,0.57024795,0.553719,0.56198347,0.57438016,0.5785124,0.55785125,0.553719,0.5413223,0.5082645,0.45867768,0.4338843,0.40495867,0.39256197,0.37190083,0.35123968,0.38842976,0.4214876,0.4752066,0.47933885,0.42975205,0.3966942,0.3429752,0.49586776,0.71487606,0.8677686,0.553719,0.5206612,0.71900827,0.5495868,0.607438,0.72727275,0.607438,0.36363637,0.32231405,0.41322315,0.3966942,0.38429752,0.3677686,0.3264463,0.28512397,0.2892562,0.3429752,0.3553719,0.37603307,0.41322315,0.446281,0.4876033,0.5289256,0.54545456,0.5413223,0.56198347,0.553719,0.57438016,0.59504133,0.59090906,0.59917355,0.607438,0.62396693,0.607438,0.6280992,0.61570245,0.59504133,0.60330576,0.59917355,0.5661157,0.5495868,0.5661157,0.55785125,0.57024795,0.5495868,0.53305787,0.5165289,0.47107437,0.42561984,0.38429752,0.39256197,0.35950413,0.35950413,0.38016528,0.44214877,0.45867768,0.45867768,0.45454547,0.42975205,0.42975205,0.25619835,0.36363637,0.6446281,0.8347107,0.70247936,0.41322315,0.677686,0.5289256,0.72727275,0.71487606,0.4876033,0.2644628,0.338843,0.42561984,0.38842976,0.38842976,0.37603307,0.35950413,0.30991736,0.28099173,0.29752067,0.32231405,0.33471075,0.35123968,0.37603307,0.4338843,0.4752066,0.49173555,0.5206612,0.5495868,0.5413223,0.5495868,0.57024795,0.58264464,0.57024795,0.5785124,0.59504133,0.59090906,0.59917355,0.59090906,0.58677685,0.56198347,0.57438016,0.5661157,0.54545456,0.53305787,0.5371901,0.5289256,0.48347107,0.48347107,0.47933885,0.4214876,0.37603307,0.35950413,0.35950413,0.37603307,0.38842976,0.44214877,0.47933885,0.46694216,0.43801653,0.43801653,0.4338843,0.44214877,0.2107438,0.23553719,0.5661157,0.79752064,0.822314,0.40495867,0.58264464,0.61570245,0.8016529,0.677686,0.38429752,0.23553719,0.3677686,0.446281,0.40082645,0.38842976,0.38429752,0.35950413,0.338843,0.30578512,0.2892562,0.29752067,0.3140496,0.33471075,0.3305785,0.35950413,0.4090909,0.43801653,0.446281,0.5,0.5,0.5247934,0.55785125,0.55785125,0.553719,0.5495868,0.553719,0.55785125,0.57438016,0.57024795,0.58264464,0.5413223,0.57024795,0.5495868,0.5123967,0.49586776,0.48347107,0.47107437,0.42975205,0.446281,0.4214876,0.37190083,0.35950413,0.35123968,0.3677686,0.4338843,0.45041323,0.4876033,0.47107437,0.46280992,0.45041323,0.42561984,0.43801653,0.46280992,0.20661157,0.16528925,0.5206612,0.7644628,0.8719008,0.47933885,0.45867768,0.73966944,0.8140496,0.6570248,0.3264463,0.16528925,0.37190083,0.43801653,0.42975205,0.4090909,0.39256197,0.38016528,0.3553719,0.338843,0.29752067,0.2768595,0.29338843,0.30165288,0.3264463,0.3429752,0.3553719,0.35123968,0.39256197,0.42975205,0.45867768,0.46694216,0.5,0.5206612,0.5165289,0.5082645,0.5206612,0.5247934,0.53305787,0.5247934,0.5371901,0.5247934,0.5289256,0.4876033,0.4876033,0.46694216,0.45041323,0.42561984,0.41322315,0.3966942,0.36363637,0.3553719,0.35950413,0.38016528,0.45041323,0.49173555,0.5041322,0.5123967,0.4752066,0.46280992,0.45454547,0.446281,0.446281,0.47107437,0.2520661,0.12396694,0.5,0.76033056,0.8801653,0.5413223,0.37603307,0.8305785,0.838843,0.6487603,0.29338843,0.12396694,0.38016528,0.46280992,0.42975205,0.43801653,0.4090909,0.38842976,0.37190083,0.35950413,0.3181818,0.2892562,0.2768595,0.27272728,0.30578512,0.3264463,0.3553719,0.3553719,0.3553719,0.3677686,0.39256197,0.41322315,0.4338843,0.46694216,0.45867768,0.45867768,0.47933885,0.47933885,0.47933885,0.46694216,0.4752066,0.4752066,0.46694216,0.45454547,0.446281,0.41322315,0.40082645,0.38016528,0.3677686,0.35123968,0.3429752,0.3677686,0.39256197,0.45041323,0.5082645,0.5123967,0.5206612,0.4876033,0.46694216,0.46280992,0.45041323,0.45041323,0.46694216,0.45041323,0.29752067,0.12809917,0.5206612,0.77272725,0.8636364,0.61157024,0.37190083,0.8553719,0.87603307,0.7107438,0.2603306,0.17768595,0.4338843,0.4752066,0.42561984,0.446281,0.446281,0.4214876,0.38842976,0.3677686,0.34710744,0.30578512,0.27272728,0.28099173,0.28099173,0.29752067,0.3305785,0.34710744,0.3553719,0.35950413,0.35950413,0.37190083,0.38842976,0.4090909,0.42561984,0.41735536,0.42975205,0.4214876,0.42561984,0.42561984,0.4214876,0.41735536,0.41322315,0.42975205,0.40082645,0.37190083,0.35950413,0.35123968,0.35123968,0.34710744,0.35123968,0.41322315,0.4752066,0.5082645,0.53305787,0.5289256,0.5082645,0.48347107,0.4876033,0.4752066,0.45867768,0.47107437,0.45454547,0.446281,0.2892562,0.1694215,0.59090906,0.79752064,0.8347107,0.55785125,0.5165289,32 +0.12396694,0.12809917,0.11570248,0.13636364,0.11570248,0.10743801,0.11570248,0.11570248,0.12396694,0.1446281,0.1446281,0.1694215,0.21487603,0.22727273,0.2644628,0.27272728,0.26859504,0.2644628,0.29752067,0.3305785,0.3677686,0.3264463,0.3305785,0.338843,0.33471075,0.32231405,0.3140496,0.2768595,0.2520661,0.23140496,0.20661157,0.2107438,0.21487603,0.23966943,0.2603306,0.2768595,0.30578512,0.29338843,0.2892562,0.28512397,0.30165288,0.3264463,0.35123968,0.3677686,0.3966942,0.38842976,0.4090909,0.44214877,0.42975205,0.45041323,0.46694216,0.47933885,0.4876033,0.4876033,0.5041322,0.47933885,0.45454547,0.3966942,0.34710744,0.30578512,0.2603306,0.19421488,0.20247933,0.16528925,0.11157025,0.12809917,0.12396694,0.12396694,0.11570248,0.09917355,0.11570248,0.12809917,0.14049587,0.15289256,0.17768595,0.21900827,0.25619835,0.2892562,0.29338843,0.3429752,0.37190083,0.34710744,0.29752067,0.29752067,0.3264463,0.3181818,0.3305785,0.3264463,0.33471075,0.3429752,0.34710744,0.33471075,0.338843,0.30991736,0.25619835,0.23553719,0.21900827,0.21900827,0.24793388,0.2603306,0.26859504,0.27272728,0.28512397,0.3305785,0.3677686,0.4090909,0.41322315,0.44214877,0.42975205,0.4338843,0.46694216,0.46280992,0.47933885,0.5123967,0.5247934,0.5289256,0.5206612,0.5206612,0.5413223,0.5247934,0.4876033,0.4090909,0.38429752,0.3264463,0.26859504,0.19421488,0.17355372,0.17768595,0.10743801,0.12396694,0.14049587,0.1322314,0.12396694,0.10330579,0.11570248,0.1446281,0.17355372,0.18181819,0.25619835,0.30991736,0.36363637,0.41735536,0.41735536,0.4214876,0.40495867,0.40082645,0.3677686,0.30578512,0.26859504,0.2768595,0.2892562,0.29752067,0.3264463,0.338843,0.3553719,0.3553719,0.35123968,0.37190083,0.3429752,0.3140496,0.3140496,0.3264463,0.3181818,0.35123968,0.38016528,0.38842976,0.3966942,0.45867768,0.4876033,0.5082645,0.48347107,0.49173555,0.49586776,0.5165289,0.5206612,0.5165289,0.5371901,0.55785125,0.53305787,0.5495868,0.54545456,0.5371901,0.553719,0.53305787,0.49173555,0.42975205,0.40082645,0.35123968,0.2644628,0.20247933,0.1983471,0.19421488,0.11157025,0.09504132,0.14049587,0.14876033,0.1322314,0.1322314,0.17355372,0.18595041,0.19421488,0.2520661,0.3677686,0.45454547,0.48347107,0.5247934,0.5371901,0.5247934,0.48347107,0.42975205,0.40495867,0.35950413,0.30991736,0.2603306,0.2520661,0.2644628,0.29752067,0.3140496,0.32231405,0.34710744,0.3553719,0.37190083,0.3966942,0.38016528,0.40495867,0.42561984,0.45454547,0.49173555,0.5371901,0.5247934,0.5165289,0.55785125,0.57024795,0.56198347,0.53305787,0.5247934,0.53305787,0.5495868,0.56198347,0.56198347,0.553719,0.57438016,0.553719,0.55785125,0.553719,0.54545456,0.5371901,0.53305787,0.5,0.45041323,0.40495867,0.3429752,0.26859504,0.2107438,0.19421488,0.17768595,0.10743801,0.08677686,0.13636364,0.16528925,0.18595041,0.21487603,0.2520661,0.24380165,0.29338843,0.37190083,0.46694216,0.5165289,0.53305787,0.57024795,0.57438016,0.553719,0.55785125,0.553719,0.5165289,0.5082645,0.48347107,0.446281,0.35950413,0.3264463,0.3264463,0.33471075,0.35123968,0.37603307,0.37603307,0.40082645,0.42975205,0.45867768,0.49173555,0.5371901,0.5661157,0.58264464,0.58264464,0.58264464,0.59090906,0.607438,0.59504133,0.58264464,0.58264464,0.58677685,0.58677685,0.58677685,0.61157024,0.58264464,0.58264464,0.59090906,0.5495868,0.5413223,0.55785125,0.553719,0.5206612,0.5206612,0.49586776,0.446281,0.39256197,0.3429752,0.27272728,0.20661157,0.16115703,0.1446281,0.12396694,0.11157025,0.16115703,0.2603306,0.3140496,0.29752067,0.29752067,0.33471075,0.4090909,0.5165289,0.55785125,0.5495868,0.5661157,0.60330576,0.607438,0.607438,0.6363636,0.6487603,0.6280992,0.6322314,0.6363636,0.6198347,0.58264464,0.5082645,0.446281,0.42561984,0.446281,0.42561984,0.45867768,0.47933885,0.5082645,0.54545456,0.57024795,0.58264464,0.59504133,0.60330576,0.59504133,0.61157024,0.6322314,0.61570245,0.61570245,0.61570245,0.607438,0.6280992,0.6404959,0.61570245,0.6322314,0.59917355,0.58264464,0.5785124,0.5495868,0.5206612,0.553719,0.55785125,0.5289256,0.5123967,0.5041322,0.44214877,0.38016528,0.35950413,0.28512397,0.21487603,0.1446281,0.1322314,0.1446281,0.16528925,0.28099173,0.3966942,0.44214877,0.40495867,0.37603307,0.4338843,0.5247934,0.57438016,0.61157024,0.6322314,0.6446281,0.661157,0.6487603,0.6818182,0.6983471,0.7066116,0.69008267,0.70247936,0.7107438,0.6983471,0.6818182,0.6694215,0.6322314,0.60330576,0.59917355,0.57438016,0.58264464,0.58264464,0.59917355,0.59917355,0.59504133,0.59504133,0.61157024,0.61570245,0.61157024,0.6322314,0.6363636,0.6198347,0.6198347,0.62396693,0.62396693,0.6322314,0.6446281,0.6198347,0.61570245,0.61157024,0.59090906,0.57024795,0.5661157,0.5495868,0.5371901,0.5495868,0.5289256,0.5041322,0.49173555,0.45041323,0.38429752,0.37190083,0.3305785,0.21487603,0.16528925,0.13636364,0.19421488,0.30991736,0.42561984,0.4752066,0.47107437,0.4876033,0.47107437,0.5041322,0.5661157,0.58677685,0.61157024,0.6446281,0.6570248,0.6652893,0.6735537,0.70247936,0.6983471,0.7066116,0.7107438,0.71487606,0.7231405,0.7231405,0.72727275,0.71900827,0.7066116,0.6983471,0.6818182,0.661157,0.6487603,0.6198347,0.6363636,0.61570245,0.60330576,0.61570245,0.62396693,0.6198347,0.62396693,0.6322314,0.6280992,0.61570245,0.6198347,0.6322314,0.6322314,0.6404959,0.6322314,0.6198347,0.61570245,0.60330576,0.59504133,0.58264464,0.5661157,0.56198347,0.5413223,0.53305787,0.53305787,0.5,0.48347107,0.44214877,0.38842976,0.38016528,0.3677686,0.2644628,0.15289256,0.14049587,0.28099173,0.4090909,0.49586776,0.5,0.48347107,0.5,0.5082645,0.5247934,0.57438016,0.607438,0.60330576,0.6363636,0.6280992,0.6446281,0.6652893,0.677686,0.6859504,0.6859504,0.6859504,0.6983471,0.6983471,0.6942149,0.70247936,0.71487606,0.71487606,0.6983471,0.6983471,0.7107438,0.6818182,0.661157,0.6735537,0.6570248,0.6363636,0.6404959,0.6404959,0.6363636,0.6528926,0.6528926,0.6446281,0.6280992,0.6487603,0.6363636,0.6404959,0.6404959,0.6404959,0.61570245,0.607438,0.59504133,0.58264464,0.57438016,0.57024795,0.57024795,0.5495868,0.54545456,0.5247934,0.5,0.48347107,0.446281,0.3966942,0.38842976,0.39256197,0.32231405,0.17768595,0.10330579,0.37190083,0.45867768,0.5,0.5247934,0.49586776,0.5123967,0.5206612,0.5289256,0.58677685,0.60330576,0.61157024,0.62396693,0.61157024,0.62396693,0.6446281,0.6528926,0.6487603,0.6652893,0.6652893,0.6735537,0.6818182,0.69008267,0.677686,0.677686,0.69008267,0.69008267,0.7066116,0.7066116,0.7066116,0.70247936,0.6983471,0.6983471,0.677686,0.677686,0.6859504,0.6735537,0.6735537,0.677686,0.6652893,0.6446281,0.6446281,0.6570248,0.6322314,0.6322314,0.61570245,0.607438,0.59917355,0.5785124,0.5785124,0.5785124,0.56198347,0.56198347,0.5413223,0.53305787,0.53305787,0.5,0.4876033,0.46280992,0.39256197,0.38016528,0.38429752,0.37190083,0.21900827,0.11157025,0.45041323,0.49173555,0.5247934,0.5206612,0.5041322,0.5123967,0.5247934,0.553719,0.59090906,0.58677685,0.5785124,0.58264464,0.5661157,0.5495868,0.57024795,0.59917355,0.6322314,0.61570245,0.61570245,0.6280992,0.661157,0.6528926,0.6528926,0.6404959,0.6652893,0.6652893,0.6652893,0.6652893,0.6942149,0.6735537,0.6818182,0.6942149,0.6942149,0.69008267,0.6859504,0.6818182,0.6818182,0.677686,0.6652893,0.6487603,0.6487603,0.6404959,0.61570245,0.62396693,0.59917355,0.58264464,0.59917355,0.56198347,0.5495868,0.57438016,0.55785125,0.5495868,0.53305787,0.53305787,0.5082645,0.47933885,0.47107437,0.46694216,0.41322315,0.38016528,0.37603307,0.3966942,0.25619835,0.11570248,0.5,0.5082645,0.5247934,0.53305787,0.5206612,0.5247934,0.5247934,0.5082645,0.5,0.5,0.5082645,0.47107437,0.48347107,0.4752066,0.45867768,0.46694216,0.49173555,0.5082645,0.5041322,0.5371901,0.58264464,0.58264464,0.59090906,0.60330576,0.62396693,0.607438,0.61570245,0.6280992,0.6487603,0.6528926,0.6570248,0.6652893,0.6694215,0.6694215,0.6818182,0.6735537,0.677686,0.6652893,0.6528926,0.607438,0.61157024,0.59917355,0.58264464,0.59090906,0.57024795,0.56198347,0.58264464,0.5495868,0.5247934,0.53305787,0.53305787,0.4876033,0.49586776,0.5082645,0.47107437,0.446281,0.42561984,0.4214876,0.3966942,0.38429752,0.37190083,0.38842976,0.2768595,0.11570248,0.49586776,0.5206612,0.5206612,0.5371901,0.5206612,0.5,0.46280992,0.446281,0.42975205,0.4338843,0.41322315,0.40495867,0.446281,0.45041323,0.43801653,0.41322315,0.37190083,0.37603307,0.33471075,0.36363637,0.38429752,0.4214876,0.45454547,0.49173555,0.5165289,0.5413223,0.553719,0.57024795,0.58264464,0.60330576,0.6198347,0.6280992,0.6363636,0.6487603,0.6528926,0.6322314,0.6487603,0.61570245,0.59090906,0.553719,0.5495868,0.5495868,0.5371901,0.5247934,0.5041322,0.5041322,0.49586776,0.46694216,0.446281,0.41735536,0.44214877,0.40082645,0.40495867,0.4090909,0.40495867,0.37190083,0.37603307,0.3553719,0.35123968,0.40082645,0.37190083,0.39256197,0.30578512,0.15289256,0.5165289,0.5123967,0.5371901,0.55785125,0.5206612,0.46280992,0.4090909,0.43801653,0.45041323,0.43801653,0.42561984,0.41322315,0.4338843,0.42561984,0.38429752,0.38016528,0.33471075,0.30165288,0.29752067,0.2603306,0.2644628,0.24793388,0.2768595,0.29752067,0.338843,0.4090909,0.47107437,0.4876033,0.5041322,0.553719,0.56198347,0.58677685,0.59917355,0.607438,0.6198347,0.59090906,0.57024795,0.553719,0.5247934,0.49173555,0.45454547,0.45454547,0.42975205,0.37603307,0.35950413,0.3181818,0.3181818,0.3264463,0.28512397,0.3140496,0.338843,0.30165288,0.3264463,0.338843,0.34710744,0.30991736,0.3264463,0.3140496,0.30991736,0.3429752,0.35950413,0.40082645,0.33471075,0.18181819,0.5289256,0.5206612,0.54545456,0.5413223,0.54545456,0.47933885,0.4214876,0.41735536,0.4214876,0.4338843,0.42561984,0.4338843,0.446281,0.4338843,0.41735536,0.40082645,0.38429752,0.32231405,0.30578512,0.29338843,0.2768595,0.24793388,0.23966943,0.2520661,0.2644628,0.2768595,0.35950413,0.4090909,0.4338843,0.5041322,0.53305787,0.5371901,0.5371901,0.57024795,0.5495868,0.5371901,0.5082645,0.49173555,0.43801653,0.43801653,0.38016528,0.37603307,0.30991736,0.28099173,0.25619835,0.2520661,0.2520661,0.2603306,0.2603306,0.2892562,0.32231405,0.3140496,0.338843,0.3677686,0.3677686,0.3553719,0.3181818,0.3264463,0.3181818,0.3181818,0.3553719,0.40082645,0.35123968,0.18595041,0.5495868,0.5247934,0.53305787,0.5413223,0.53305787,0.5,0.47107437,0.46280992,0.4338843,0.41322315,0.35123968,0.30991736,0.30578512,0.3140496,0.24793388,0.21487603,0.1983471,0.19421488,0.17768595,0.20661157,0.2768595,0.23966943,0.1983471,0.24380165,0.29752067,0.2768595,0.29752067,0.3429752,0.38842976,0.446281,0.47107437,0.4876033,0.5,0.5206612,0.5082645,0.48347107,0.45454547,0.43801653,0.36363637,0.37190083,0.3264463,0.3140496,0.27272728,0.2603306,0.23553719,0.21900827,0.23553719,0.2768595,0.30578512,0.3429752,0.38016528,0.40495867,0.38016528,0.40082645,0.41322315,0.4090909,0.38842976,0.36363637,0.3305785,0.3140496,0.3677686,0.41322315,0.37190083,0.20247933,0.5495868,0.53305787,0.54545456,0.553719,0.5371901,0.5123967,0.5,0.45454547,0.40495867,0.3140496,0.19008264,0.20661157,0.23140496,0.30991736,0.23140496,0.19421488,0.1322314,0.16115703,0.18595041,0.3553719,0.5371901,0.38429752,0.2644628,0.17355372,0.1983471,0.2768595,0.3140496,0.30991736,0.3305785,0.41322315,0.446281,0.48347107,0.53305787,0.5289256,0.5041322,0.46694216,0.4214876,0.38842976,0.338843,0.3305785,0.26859504,0.22727273,0.21900827,0.24380165,0.29752067,0.1322314,0.08677686,0.16115703,0.14876033,0.16115703,0.1983471,0.30165288,0.29338843,0.30578512,0.40082645,0.40495867,0.38842976,0.3966942,0.3553719,0.34710744,0.3966942,0.40082645,0.37190083,0.20661157,0.54545456,0.5495868,0.57024795,0.59090906,0.58677685,0.55785125,0.49586776,0.45867768,0.45041323,0.4090909,0.3966942,0.45041323,0.41322315,0.42561984,0.40082645,0.35123968,0.30991736,0.3553719,0.32231405,0.42561984,0.5123967,0.4090909,0.35950413,0.3429752,0.2892562,0.33471075,0.30991736,0.3305785,0.34710744,0.42561984,0.5289256,0.61157024,0.6446281,0.61157024,0.5495868,0.5123967,0.4214876,0.37190083,0.338843,0.30578512,0.2231405,0.1694215,0.22727273,0.3181818,0.4338843,0.2892562,0.2107438,0.14876033,0.13636364,0.14049587,0.23140496,0.3305785,0.20247933,0.13636364,0.12396694,0.2768595,0.37603307,0.41735536,0.3966942,0.3966942,0.41322315,0.40082645,0.3553719,0.23553719,0.5495868,0.57024795,0.59504133,0.607438,0.62396693,0.62396693,0.61157024,0.58677685,0.60330576,0.5785124,0.5413223,0.57024795,0.60330576,0.59090906,0.53305787,0.4876033,0.45867768,0.5082645,0.5289256,0.49586776,0.5,0.44214877,0.41322315,0.43801653,0.45454547,0.4752066,0.39256197,0.33471075,0.4090909,0.4876033,0.59090906,0.7066116,0.70247936,0.6322314,0.58264464,0.54545456,0.43801653,0.36363637,0.35123968,0.3966942,0.40082645,0.3553719,0.3305785,0.37190083,0.41735536,0.38842976,0.37190083,0.33471075,0.26859504,0.26859504,0.36363637,0.41735536,0.338843,0.26859504,0.20661157,0.23140496,0.3140496,0.38842976,0.4338843,0.42975205,0.4214876,0.4090909,0.3553719,0.27272728,0.553719,0.59090906,0.607438,0.6198347,0.6363636,0.6570248,0.6735537,0.6652893,0.6363636,0.6198347,0.57438016,0.5165289,0.5495868,0.58677685,0.553719,0.5371901,0.5371901,0.553719,0.56198347,0.5165289,0.4876033,0.43801653,0.42561984,0.46280992,0.47933885,0.49586776,0.446281,0.4338843,0.45041323,0.5289256,0.6322314,0.6983471,0.7066116,0.6735537,0.6404959,0.56198347,0.4338843,0.40082645,0.37190083,0.44214877,0.47933885,0.45867768,0.446281,0.446281,0.49173555,0.5206612,0.5165289,0.46694216,0.45454547,0.40495867,0.44214877,0.46694216,0.45454547,0.44214877,0.40082645,0.3966942,0.4090909,0.37190083,0.42561984,0.446281,0.446281,0.4338843,0.3429752,0.3553719,0.57438016,0.59090906,0.6198347,0.6322314,0.6446281,0.6694215,0.70247936,0.6859504,0.6694215,0.661157,0.6446281,0.58677685,0.5082645,0.5082645,0.4752066,0.46280992,0.47107437,0.4876033,0.47107437,0.4752066,0.45867768,0.46694216,0.5082645,0.5495868,0.55785125,0.5289256,0.5206612,0.5247934,0.49586776,0.5289256,0.6404959,0.677686,0.6694215,0.6735537,0.6280992,0.55785125,0.4338843,0.42561984,0.4214876,0.47107437,0.49586776,0.4752066,0.45867768,0.43801653,0.46694216,0.5,0.5041322,0.49173555,0.5082645,0.4876033,0.49586776,0.49586776,0.47107437,0.4752066,0.446281,0.45867768,0.49173555,0.48347107,0.4752066,0.47933885,0.45041323,0.4090909,0.3677686,0.49586776,0.57024795,0.61570245,0.6198347,0.6363636,0.6528926,0.6652893,0.6735537,0.6818182,0.677686,0.6859504,0.6694215,0.6694215,0.6528926,0.6280992,0.61570245,0.59090906,0.55785125,0.57024795,0.59090906,0.58677685,0.607438,0.59917355,0.61570245,0.6363636,0.6487603,0.59504133,0.57438016,0.553719,0.5165289,0.55785125,0.6404959,0.6859504,0.6818182,0.6528926,0.6280992,0.55785125,0.43801653,0.41735536,0.45867768,0.47933885,0.5289256,0.553719,0.53305787,0.47933885,0.446281,0.42561984,0.41735536,0.446281,0.45454547,0.46280992,0.47933885,0.46694216,0.45454547,0.45867768,0.47107437,0.4876033,0.49586776,0.4876033,0.48347107,0.47107437,0.48347107,0.3966942,0.37603307,0.5247934,0.57024795,0.59917355,0.61570245,0.62396693,0.6487603,0.6735537,0.69008267,0.72727275,0.71487606,0.6983471,0.71487606,0.71487606,0.70247936,0.7107438,0.69008267,0.69008267,0.6528926,0.6652893,0.6694215,0.661157,0.661157,0.677686,0.6694215,0.661157,0.62396693,0.59917355,0.5785124,0.5413223,0.5495868,0.5785124,0.6446281,0.6818182,0.6735537,0.6570248,0.61157024,0.57438016,0.446281,0.41322315,0.46694216,0.48347107,0.5247934,0.57438016,0.58677685,0.57438016,0.5661157,0.5495868,0.4876033,0.47107437,0.45041323,0.44214877,0.446281,0.46280992,0.48347107,0.4752066,0.49173555,0.47107437,0.4876033,0.48347107,0.4752066,0.4752066,0.48347107,0.41322315,0.40495867,0.49586776,0.553719,0.58677685,0.61157024,0.61157024,0.6280992,0.677686,0.6983471,0.7355372,0.74793386,0.74380165,0.71900827,0.7107438,0.6942149,0.661157,0.6818182,0.69008267,0.6652893,0.677686,0.6983471,0.6942149,0.69008267,0.6859504,0.6694215,0.6487603,0.59917355,0.58264464,0.58264464,0.5661157,0.56198347,0.59090906,0.6528926,0.6652893,0.661157,0.6652893,0.59504133,0.57438016,0.4752066,0.4214876,0.45454547,0.47933885,0.5082645,0.5661157,0.60330576,0.607438,0.61157024,0.6363636,0.60330576,0.5785124,0.5495868,0.55785125,0.5661157,0.5661157,0.5495868,0.5413223,0.5371901,0.5123967,0.5,0.49586776,0.47933885,0.46694216,0.4752066,0.37190083,0.43801653,0.49586776,0.53305787,0.5661157,0.58677685,0.59917355,0.6280992,0.661157,0.661157,0.6818182,0.7231405,0.74793386,0.7355372,0.72727275,0.6983471,0.6859504,0.7066116,0.6983471,0.7066116,0.7107438,0.7107438,0.7066116,0.69008267,0.6818182,0.6570248,0.6280992,0.59090906,0.59504133,0.58264464,0.5785124,0.58677685,0.60330576,0.6404959,0.6652893,0.6652893,0.6694215,0.6280992,0.58677685,0.5165289,0.46694216,0.46694216,0.47107437,0.49586776,0.5413223,0.59504133,0.6404959,0.6363636,0.6487603,0.6570248,0.6404959,0.6198347,0.607438,0.6322314,0.61570245,0.59504133,0.5785124,0.5661157,0.5495868,0.5165289,0.5206612,0.4752066,0.45867768,0.45454547,0.38429752,0.446281,0.48347107,0.5165289,0.57438016,0.57438016,0.58677685,0.6280992,0.6322314,0.6322314,0.6528926,0.6942149,0.71487606,0.71487606,0.7355372,0.7231405,0.7355372,0.7355372,0.71487606,0.72727275,0.73140496,0.71900827,0.6942149,0.6859504,0.6859504,0.661157,0.62396693,0.59917355,0.59917355,0.607438,0.58264464,0.5785124,0.6280992,0.6487603,0.6694215,0.6652893,0.6570248,0.6322314,0.59504133,0.5206612,0.5,0.49173555,0.4752066,0.5,0.5413223,0.57438016,0.61157024,0.6198347,0.6446281,0.661157,0.6570248,0.6487603,0.6652893,0.6570248,0.6322314,0.59917355,0.57438016,0.5661157,0.55785125,0.5289256,0.5165289,0.45454547,0.46280992,0.42561984,0.39256197,0.47933885,0.47933885,0.5082645,0.5495868,0.58264464,0.58677685,0.6198347,0.6322314,0.6322314,0.6694215,0.677686,0.7107438,0.71900827,0.74793386,0.75206614,0.74380165,0.73140496,0.72727275,0.72727275,0.7231405,0.72727275,0.71900827,0.6735537,0.677686,0.6363636,0.59090906,0.57438016,0.60330576,0.61157024,0.5661157,0.56198347,0.61157024,0.6446281,0.6735537,0.6446281,0.6404959,0.6280992,0.60330576,0.53305787,0.4876033,0.49586776,0.49586776,0.43801653,0.5289256,0.58677685,0.59090906,0.60330576,0.62396693,0.6528926,0.661157,0.661157,0.677686,0.6652893,0.6322314,0.62396693,0.59504133,0.57024795,0.56198347,0.5247934,0.5041322,0.45867768,0.45454547,0.42561984,0.38842976,0.5247934,0.47933885,0.5041322,0.5247934,0.55785125,0.57024795,0.59090906,0.61570245,0.6363636,0.6694215,0.6694215,0.6818182,0.7066116,0.71900827,0.7644628,0.76033056,0.71900827,0.7355372,0.71487606,0.70247936,0.6983471,0.677686,0.661157,0.6198347,0.5289256,0.57024795,0.59090906,0.607438,0.59504133,0.5413223,0.56198347,0.60330576,0.6446281,0.6942149,0.6652893,0.6446281,0.6322314,0.59504133,0.55785125,0.46694216,0.49173555,0.5495868,0.49173555,0.45454547,0.5371901,0.58264464,0.59504133,0.59090906,0.6280992,0.6487603,0.6446281,0.6528926,0.6404959,0.6404959,0.6322314,0.60330576,0.59090906,0.5785124,0.5413223,0.5206612,0.47107437,0.45041323,0.3966942,0.3966942,0.5661157,0.41322315,0.5041322,0.5123967,0.5123967,0.55785125,0.56198347,0.59917355,0.6198347,0.6322314,0.6570248,0.6570248,0.677686,0.6818182,0.7107438,0.71487606,0.6942149,0.71900827,0.677686,0.6735537,0.6652893,0.6280992,0.5785124,0.5206612,0.5247934,0.59090906,0.61570245,0.61157024,0.58677685,0.57024795,0.5785124,0.5785124,0.58677685,0.6404959,0.6652893,0.6322314,0.6322314,0.61157024,0.56198347,0.5,0.4876033,0.57438016,0.58677685,0.4876033,0.4338843,0.54545456,0.59504133,0.59504133,0.61570245,0.6322314,0.6280992,0.6322314,0.61570245,0.61157024,0.6322314,0.58677685,0.5785124,0.5661157,0.55785125,0.5,0.46280992,0.446281,0.37190083,0.446281,0.54545456,0.3677686,0.5165289,0.5206612,0.5247934,0.53305787,0.55785125,0.58677685,0.61157024,0.60330576,0.6280992,0.6404959,0.6404959,0.6652893,0.6735537,0.661157,0.6694215,0.6652893,0.6487603,0.61570245,0.59917355,0.553719,0.53305787,0.49586776,0.5371901,0.59917355,0.61570245,0.59917355,0.58264464,0.59917355,0.59504133,0.59090906,0.62396693,0.6570248,0.6652893,0.6652893,0.6363636,0.6280992,0.57438016,0.5371901,0.5165289,0.553719,0.58677685,0.53305787,0.446281,0.49173555,0.57438016,0.57024795,0.59090906,0.61157024,0.6198347,0.61570245,0.59917355,0.60330576,0.60330576,0.553719,0.55785125,0.54545456,0.5371901,0.5,0.43801653,0.4338843,0.37603307,0.446281,0.4338843,0.3140496,0.5,0.5289256,0.5,0.5123967,0.54545456,0.57024795,0.58264464,0.59917355,0.607438,0.61157024,0.61570245,0.62396693,0.6322314,0.6198347,0.62396693,0.61570245,0.59917355,0.57024795,0.5413223,0.57024795,0.59917355,0.46280992,0.5206612,0.58677685,0.59917355,0.58264464,0.58677685,0.59090906,0.58264464,0.6694215,0.70247936,0.7066116,0.6983471,0.6983471,0.6404959,0.6528926,0.57024795,0.5289256,0.5041322,0.5206612,0.5371901,0.5206612,0.46694216,0.47107437,0.5165289,0.54545456,0.5661157,0.58677685,0.59917355,0.59504133,0.58264464,0.59090906,0.57024795,0.54545456,0.5289256,0.5206612,0.5123967,0.4752066,0.43801653,0.4338843,0.37603307,0.41322315,0.3429752,0.2892562,0.49586776,0.5,0.4876033,0.49173555,0.5289256,0.54545456,0.57024795,0.5785124,0.59090906,0.59504133,0.59504133,0.58677685,0.59917355,0.59917355,0.58677685,0.57024795,0.55785125,0.5371901,0.553719,0.61157024,0.62396693,0.45041323,0.42561984,0.5041322,0.5247934,0.5165289,0.54545456,0.5206612,0.4876033,0.5495868,0.59090906,0.6280992,0.59504133,0.59917355,0.57024795,0.58264464,0.5,0.46280992,0.46694216,0.46694216,0.4752066,0.45041323,0.45041323,0.4752066,0.4752066,0.5082645,0.5165289,0.54545456,0.553719,0.553719,0.5661157,0.56198347,0.5289256,0.5247934,0.5165289,0.49173555,0.5,0.45041323,0.42975205,0.42975205,0.35950413,0.338843,0.30165288,0.30165288,0.48347107,0.49173555,0.48347107,0.47933885,0.5165289,0.5289256,0.5413223,0.553719,0.5661157,0.56198347,0.56198347,0.56198347,0.5495868,0.5661157,0.5785124,0.56198347,0.54545456,0.55785125,0.59090906,0.62396693,0.6198347,0.5289256,0.38016528,0.30165288,0.3140496,0.3181818,0.38842976,0.446281,0.4214876,0.43801653,0.4876033,0.5247934,0.5041322,0.5,0.47107437,0.47933885,0.4214876,0.38842976,0.36363637,0.3553719,0.38016528,0.38016528,0.44214877,0.48347107,0.47107437,0.45867768,0.4876033,0.5165289,0.5289256,0.5206612,0.53305787,0.5165289,0.5041322,0.5,0.49586776,0.46694216,0.47933885,0.446281,0.4338843,0.4214876,0.3305785,0.26859504,0.30578512,0.3140496,0.47107437,0.49173555,0.47933885,0.47933885,0.5,0.5289256,0.5206612,0.5165289,0.53305787,0.5247934,0.5289256,0.5371901,0.5413223,0.54545456,0.5495868,0.56198347,0.57024795,0.607438,0.61157024,0.6404959,0.6404959,0.59504133,0.5289256,0.3553719,0.24793388,0.19008264,0.18595041,0.2231405,0.24380165,0.28099173,0.38842976,0.41322315,0.41735536,0.3966942,0.35123968,0.29752067,0.2644628,0.23140496,0.20661157,0.16115703,0.24793388,0.36363637,0.45867768,0.47933885,0.47107437,0.45454547,0.45867768,0.49173555,0.49586776,0.4876033,0.4876033,0.4752066,0.48347107,0.4752066,0.4752066,0.45454547,0.446281,0.4214876,0.4214876,0.40495867,0.29752067,0.28099173,0.2892562,0.3140496,0.47933885,0.49173555,0.47933885,0.47107437,0.48347107,0.5165289,0.5082645,0.5041322,0.49586776,0.5082645,0.49586776,0.5247934,0.54545456,0.57024795,0.5785124,0.57438016,0.58677685,0.62396693,0.6363636,0.6528926,0.6487603,0.6198347,0.61570245,0.57438016,0.5,0.4338843,0.37190083,0.338843,0.2603306,0.14876033,0.2231405,0.27272728,0.2892562,0.2520661,0.2107438,0.23140496,0.24793388,0.2768595,0.32231405,0.3429752,0.37603307,0.42975205,0.45867768,0.46694216,0.45454547,0.446281,0.4338843,0.46280992,0.49173555,0.47933885,0.46694216,0.45867768,0.46280992,0.45454547,0.45867768,0.4338843,0.42561984,0.41322315,0.40495867,0.41322315,0.24380165,0.27272728,0.30578512,0.30991736,0.47107437,0.4876033,0.5041322,0.46280992,0.45454547,0.5,0.5123967,0.5165289,0.49586776,0.5082645,0.5206612,0.5247934,0.5661157,0.59917355,0.58677685,0.57024795,0.59504133,0.6322314,0.6404959,0.6363636,0.6363636,0.607438,0.61157024,0.59917355,0.59504133,0.59090906,0.56198347,0.53305787,0.49173555,0.38429752,0.2768595,0.24793388,0.30991736,0.33471075,0.35950413,0.40495867,0.42975205,0.4338843,0.42975205,0.4338843,0.43801653,0.46280992,0.46280992,0.45454547,0.446281,0.4338843,0.42975205,0.42561984,0.4752066,0.4752066,0.46694216,0.45041323,0.45454547,0.446281,0.44214877,0.43801653,0.41735536,0.41322315,0.41322315,0.3429752,0.24793388,0.28099173,0.30578512,0.30991736,0.46694216,0.49586776,0.5165289,0.4876033,0.4752066,0.5082645,0.5413223,0.53305787,0.5289256,0.5247934,0.5495868,0.5661157,0.58264464,0.61157024,0.58264464,0.57024795,0.59504133,0.6198347,0.6198347,0.607438,0.6322314,0.60330576,0.61570245,0.58264464,0.59917355,0.607438,0.60330576,0.6280992,0.59504133,0.5289256,0.45041323,0.4214876,0.49586776,0.5082645,0.5041322,0.5165289,0.49173555,0.45867768,0.46280992,0.45454547,0.446281,0.47107437,0.45454547,0.446281,0.4338843,0.45867768,0.44214877,0.4338843,0.4752066,0.4876033,0.47107437,0.45454547,0.44214877,0.45041323,0.4338843,0.42561984,0.41735536,0.41735536,0.40082645,0.29338843,0.2644628,0.28512397,0.3140496,0.30991736,0.47107437,0.5041322,0.5123967,0.5165289,0.5206612,0.53305787,0.5661157,0.57438016,0.57438016,0.5785124,0.57024795,0.57438016,0.58677685,0.58264464,0.59090906,0.57438016,0.59917355,0.607438,0.59504133,0.59090906,0.607438,0.60330576,0.59504133,0.607438,0.6198347,0.60330576,0.61157024,0.62396693,0.61570245,0.5785124,0.5082645,0.4752066,0.5289256,0.5413223,0.54545456,0.5289256,0.5123967,0.46694216,0.4876033,0.45041323,0.44214877,0.46280992,0.45454547,0.446281,0.4338843,0.46280992,0.46694216,0.46280992,0.5,0.5165289,0.5082645,0.48347107,0.46280992,0.45867768,0.44214877,0.44214877,0.4338843,0.4214876,0.3966942,0.2644628,0.2768595,0.2892562,0.30578512,0.3181818,0.47933885,0.5123967,0.5082645,0.5165289,0.5371901,0.553719,0.58677685,0.61570245,0.607438,0.58264464,0.57024795,0.56198347,0.57024795,0.57024795,0.56198347,0.5495868,0.5661157,0.59917355,0.55785125,0.57024795,0.57438016,0.57438016,0.59504133,0.6198347,0.6446281,0.6322314,0.61157024,0.6487603,0.6528926,0.60330576,0.55785125,0.5495868,0.5661157,0.58677685,0.56198347,0.5371901,0.5289256,0.47933885,0.49586776,0.46280992,0.446281,0.44214877,0.46280992,0.446281,0.41322315,0.45041323,0.46694216,0.49586776,0.5247934,0.5247934,0.5247934,0.5,0.47933885,0.45454547,0.46280992,0.45454547,0.4338843,0.4338843,0.3553719,0.24793388,0.27272728,0.29752067,0.30578512,0.30991736,0.46694216,0.5123967,0.5247934,0.5206612,0.5371901,0.56198347,0.59504133,0.6322314,0.62396693,0.58677685,0.56198347,0.5785124,0.57438016,0.56198347,0.5371901,0.5247934,0.53305787,0.5413223,0.5289256,0.5289256,0.56198347,0.56198347,0.5661157,0.60330576,0.6322314,0.6528926,0.62396693,0.6487603,0.6818182,0.6528926,0.607438,0.5785124,0.59504133,0.607438,0.59090906,0.53305787,0.5371901,0.5041322,0.4752066,0.45867768,0.45867768,0.4214876,0.446281,0.4214876,0.4214876,0.446281,0.45867768,0.49586776,0.5165289,0.5247934,0.54545456,0.49586776,0.47933885,0.44214877,0.4752066,0.45454547,0.4338843,0.4090909,0.28512397,0.24793388,0.2892562,0.30165288,0.30578512,0.3140496,0.4752066,0.49586776,0.5206612,0.5289256,0.53305787,0.5661157,0.59504133,0.6363636,0.6487603,0.607438,0.5661157,0.57024795,0.5785124,0.54545456,0.5289256,0.5206612,0.5206612,0.5165289,0.5289256,0.5206612,0.5206612,0.5289256,0.5165289,0.5371901,0.54545456,0.5082645,0.5123967,0.5165289,0.53305787,0.54545456,0.5413223,0.5495868,0.5371901,0.5165289,0.47107437,0.446281,0.46280992,0.47933885,0.43801653,0.45041323,0.446281,0.40495867,0.41735536,0.41735536,0.4338843,0.4752066,0.48347107,0.48347107,0.5,0.53305787,0.5371901,0.4876033,0.45454547,0.45041323,0.4752066,0.45041323,0.41735536,0.35950413,0.25619835,0.28099173,0.29752067,0.30165288,0.3140496,0.3181818,0.46694216,0.49586776,0.5206612,0.5247934,0.5123967,0.5495868,0.60330576,0.6198347,0.6487603,0.6322314,0.57024795,0.5785124,0.57024795,0.5371901,0.5,0.47107437,0.41322315,0.3966942,0.41322315,0.38842976,0.38429752,0.35950413,0.3140496,0.34710744,0.38429752,0.33471075,0.3553719,0.37190083,0.36363637,0.3429752,0.3264463,0.37190083,0.3677686,0.37603307,0.30578512,0.3429752,0.32231405,0.30578512,0.35123968,0.3264463,0.3264463,0.33471075,0.3305785,0.38429752,0.42975205,0.49586776,0.5082645,0.49173555,0.49586776,0.5371901,0.5123967,0.4876033,0.4214876,0.46280992,0.47107437,0.45041323,0.40495867,0.29752067,0.23966943,0.28512397,0.30165288,0.30991736,0.30165288,0.32231405,0.43801653,0.48347107,0.5082645,0.5289256,0.5413223,0.5413223,0.57438016,0.607438,0.6446281,0.661157,0.58677685,0.57438016,0.56198347,0.5247934,0.4752066,0.41735536,0.23966943,0.10743801,0.18181819,0.18181819,0.38429752,0.38842976,0.3553719,0.5,0.55785125,0.46280992,0.5123967,0.59504133,0.58264464,0.41735536,0.38429752,0.54545456,0.55785125,0.5371901,0.41322315,0.55785125,0.45454547,0.3429752,0.4214876,0.26859504,0.14049587,0.09504132,0.18181819,0.3305785,0.41322315,0.4752066,0.5082645,0.49586776,0.5165289,0.5413223,0.47933885,0.45041323,0.43801653,0.4752066,0.45454547,0.42561984,0.35950413,0.2231405,0.2768595,0.29338843,0.30165288,0.30165288,0.30578512,0.32231405,0.44214877,0.45867768,0.5041322,0.5082645,0.5206612,0.53305787,0.5495868,0.59090906,0.6446281,0.6487603,0.59090906,0.58264464,0.54545456,0.5165289,0.5165289,0.55785125,0.446281,0.30578512,0.2520661,0.16115703,0.42975205,0.40495867,0.338843,0.5413223,0.6322314,0.47107437,0.6198347,0.7107438,0.72727275,0.38842976,0.43801653,0.6942149,0.677686,0.59090906,0.53305787,0.6570248,0.5247934,0.46694216,0.45454547,0.33471075,0.1983471,0.1983471,0.3264463,0.46280992,0.45454547,0.47933885,0.5041322,0.49173555,0.5371901,0.5371901,0.46694216,0.42975205,0.4338843,0.45867768,0.44214877,0.40495867,0.2892562,0.22727273,0.28099173,0.30165288,0.29338843,0.3140496,0.32231405,0.3140496,0.41735536,0.446281,0.48347107,0.5041322,0.5041322,0.5123967,0.5495868,0.5495868,0.61157024,0.6404959,0.6198347,0.59917355,0.55785125,0.54545456,0.57024795,0.61157024,0.61570245,0.5247934,0.446281,0.40495867,0.4338843,0.446281,0.35950413,0.37603307,0.38429752,0.3429752,0.5165289,0.553719,0.6198347,0.338843,0.46280992,0.607438,0.56198347,0.5206612,0.41735536,0.5041322,0.41322315,0.38016528,0.35123968,0.30165288,0.3181818,0.38842976,0.43801653,0.5123967,0.5082645,0.47933885,0.5041322,0.5165289,0.53305787,0.5041322,0.42975205,0.42975205,0.446281,0.44214877,0.42975205,0.35950413,0.21487603,0.2644628,0.2892562,0.3140496,0.29752067,0.3140496,0.32231405,0.30991736,0.38842976,0.44214877,0.47107437,0.5,0.49173555,0.5082645,0.5165289,0.553719,0.59090906,0.6280992,0.607438,0.59917355,0.5661157,0.5785124,0.59504133,0.59504133,0.61570245,0.61570245,0.5413223,0.48347107,0.4876033,0.5413223,0.55785125,0.5041322,0.45867768,0.45454547,0.43801653,0.4214876,0.42975205,0.42561984,0.4752066,0.4876033,0.3966942,0.45867768,0.39256197,0.3677686,0.37603307,0.40082645,0.38016528,0.3677686,0.4090909,0.45454547,0.4752066,0.5413223,0.53305787,0.49586776,0.49173555,0.5413223,0.5206612,0.47107437,0.41735536,0.446281,0.46280992,0.42975205,0.38842976,0.27272728,0.23553719,0.2768595,0.2892562,0.30165288,0.30578512,0.30165288,0.32231405,0.3181818,0.36363637,0.3966942,0.45454547,0.49173555,0.5082645,0.5041322,0.5,0.5247934,0.5785124,0.6198347,0.607438,0.59917355,0.58677685,0.6280992,0.6280992,0.59090906,0.5785124,0.59504133,0.56198347,0.5289256,0.53305787,0.5289256,0.57438016,0.59090906,0.60330576,0.58677685,0.56198347,0.5289256,0.5,0.4752066,0.5165289,0.5413223,0.5413223,0.5289256,0.5123967,0.5,0.47933885,0.45454547,0.42975205,0.42561984,0.446281,0.48347107,0.5,0.5413223,0.53305787,0.5,0.5165289,0.553719,0.5,0.42975205,0.4338843,0.45454547,0.446281,0.4214876,0.30991736,0.2231405,0.2768595,0.2892562,0.29752067,0.29752067,0.30165288,0.30165288,0.32231405,0.3181818,0.3181818,0.38429752,0.42975205,0.46280992,0.49586776,0.5123967,0.4876033,0.5082645,0.56198347,0.59917355,0.59504133,0.58677685,0.59504133,0.61570245,0.6322314,0.59504133,0.5661157,0.57024795,0.56198347,0.5495868,0.55785125,0.53305787,0.53305787,0.5206612,0.55785125,0.607438,0.6280992,0.61157024,0.57438016,0.55785125,0.57024795,0.60330576,0.607438,0.57438016,0.53305787,0.5247934,0.4752066,0.45454547,0.44214877,0.4090909,0.45454547,0.4876033,0.5165289,0.5247934,0.5041322,0.5,0.53305787,0.53305787,0.446281,0.40495867,0.46280992,0.446281,0.40082645,0.45867768,0.338843,0.24793388,0.26859504,0.28099173,0.30165288,0.30578512,0.3140496,0.30991736,0.30578512,0.3140496,0.2603306,0.3305785,0.4214876,0.446281,0.46694216,0.5206612,0.5165289,0.49173555,0.5371901,0.58264464,0.61570245,0.57438016,0.60330576,0.61157024,0.607438,0.59090906,0.5785124,0.5495868,0.5495868,0.553719,0.57024795,0.55785125,0.54545456,0.5413223,0.553719,0.58264464,0.58677685,0.59504133,0.5785124,0.54545456,0.5661157,0.56198347,0.55785125,0.5289256,0.49173555,0.49173555,0.47107437,0.47933885,0.45041323,0.40082645,0.47107437,0.49586776,0.5123967,0.5041322,0.45041323,0.5041322,0.5206612,0.48347107,0.41322315,0.42975205,0.46280992,0.43801653,0.3429752,0.40495867,0.58677685,0.5123967,0.28512397,0.2520661,0.2892562,0.30165288,0.3181818,0.3181818,0.3140496,0.3140496,0.2520661,0.2892562,0.37603307,0.4338843,0.45867768,0.4876033,0.5206612,0.5082645,0.5165289,0.553719,0.58677685,0.59090906,0.59504133,0.59090906,0.61157024,0.59504133,0.5661157,0.54545456,0.53305787,0.54545456,0.5495868,0.5495868,0.53305787,0.5289256,0.55785125,0.5413223,0.5371901,0.5413223,0.5165289,0.5247934,0.5165289,0.5247934,0.5082645,0.5041322,0.5,0.49586776,0.46694216,0.4876033,0.46694216,0.45454547,0.47107437,0.49586776,0.49586776,0.47933885,0.46694216,0.5082645,0.49586776,0.45454547,0.4214876,0.45041323,0.446281,0.38842976,0.32231405,0.3181818,0.5413223,0.69008267,0.6487603,0.338843,0.2603306,0.29752067,0.3181818,0.32231405,0.30991736,0.32231405,0.2644628,0.2603306,0.33471075,0.38429752,0.44214877,0.47933885,0.5165289,0.5082645,0.5206612,0.5495868,0.57438016,0.58264464,0.59504133,0.57024795,0.58677685,0.59917355,0.5785124,0.5371901,0.5247934,0.5371901,0.53305787,0.53305787,0.5247934,0.5165289,0.5206612,0.5206612,0.5165289,0.5247934,0.5123967,0.5082645,0.5,0.49586776,0.5041322,0.5041322,0.4876033,0.47933885,0.4752066,0.45867768,0.446281,0.45454547,0.47107437,0.4876033,0.48347107,0.4752066,0.49586776,0.5,0.46694216,0.42975205,0.43801653,0.43801653,0.40495867,0.33471075,0.3553719,0.43801653,0.46694216,0.607438,0.74380165,0.6652893,0.35950413,0.2644628,0.30578512,0.3181818,0.30578512,0.32231405,0.2520661,0.27272728,0.3305785,0.35950413,0.40495867,0.45041323,0.48347107,0.5041322,0.5123967,0.5289256,0.5785124,0.5785124,0.5785124,0.59504133,0.56198347,0.59504133,0.59504133,0.55785125,0.5247934,0.5247934,0.53305787,0.5413223,0.5289256,0.553719,0.5371901,0.5123967,0.5,0.5041322,0.5082645,0.49173555,0.48347107,0.47933885,0.49586776,0.4752066,0.4752066,0.4752066,0.4752066,0.45867768,0.45867768,0.46694216,0.46694216,0.49586776,0.47107437,0.47933885,0.48347107,0.46694216,0.42975205,0.42975205,0.43801653,0.40082645,0.37603307,0.30991736,0.34710744,0.6859504,0.56198347,0.5123967,0.6570248,0.7644628,0.661157,0.2892562,0.26859504,0.3140496,0.3140496,0.3181818,0.26859504,0.28512397,0.3553719,0.38016528,0.3677686,0.40082645,0.44214877,0.47107437,0.5,0.5123967,0.55785125,0.57438016,0.56198347,0.58264464,0.57438016,0.61157024,0.6198347,0.58264464,0.5495868,0.5413223,0.53305787,0.553719,0.5495868,0.57438016,0.55785125,0.53305787,0.5123967,0.5082645,0.5,0.4876033,0.46280992,0.5041322,0.4876033,0.47933885,0.4876033,0.4876033,0.45867768,0.45867768,0.4752066,0.4876033,0.49173555,0.49173555,0.4876033,0.47933885,0.45454547,0.45454547,0.41322315,0.4338843,0.38842976,0.35123968,0.34710744,0.34710744,0.35123968,0.6735537,0.78512394,0.5041322,0.57024795,0.71900827,0.7933884,0.5661157,0.21900827,0.2892562,0.32231405,0.3140496,0.32231405,0.5082645,0.49586776,0.37603307,0.3966942,0.3677686,0.40495867,0.446281,0.46280992,0.4876033,0.5247934,0.57438016,0.5661157,0.57438016,0.5785124,0.59917355,0.6446281,0.60330576,0.5785124,0.58264464,0.57438016,0.5495868,0.5495868,0.5661157,0.57024795,0.57024795,0.58264464,0.5785124,0.553719,0.5371901,0.5123967,0.5206612,0.49586776,0.46694216,0.48347107,0.4752066,0.47933885,0.46694216,0.4752066,0.5,0.5123967,0.49586776,0.48347107,0.46694216,0.45454547,0.41735536,0.40082645,0.3966942,0.3553719,0.3429752,0.38429752,0.38016528,0.3677686,0.56198347,0.8347107,0.6487603,0.45041323,0.661157,0.75619835,0.76033056,0.28512397,0.23553719,0.3140496,0.3181818,0.5289256,0.61570245,0.5371901,0.3429752,0.41735536,0.3966942,0.3553719,0.3966942,0.42975205,0.45041323,0.4876033,0.5206612,0.5247934,0.56198347,0.5661157,0.59090906,0.61570245,0.62396693,0.6198347,0.62396693,0.61570245,0.61570245,0.58677685,0.60330576,0.6363636,0.6487603,0.6363636,0.6363636,0.6404959,0.6322314,0.59504133,0.57438016,0.5495868,0.5289256,0.5206612,0.5165289,0.54545456,0.45041323,0.47107437,0.5247934,0.5206612,0.48347107,0.45867768,0.45041323,0.41735536,0.40495867,0.38842976,0.3553719,0.34710744,0.37603307,0.41322315,0.41322315,0.3553719,0.4876033,0.7644628,0.822314,0.39256197,0.5371901,0.73140496,0.8016529,0.4090909,0.2107438,0.30991736,0.32231405,0.5495868,0.6322314,0.5661157,0.3553719,0.41735536,0.4214876,0.38842976,0.36363637,0.38429752,0.40495867,0.45041323,0.48347107,0.5,0.553719,0.5661157,0.59917355,0.607438,0.61570245,0.6363636,0.6363636,0.6280992,0.6446281,0.61570245,0.6570248,0.6404959,0.661157,0.6487603,0.6487603,0.6322314,0.6363636,0.61157024,0.59504133,0.59504133,0.5661157,0.54545456,0.5495868,0.57438016,0.47933885,0.47933885,0.5413223,0.5123967,0.45454547,0.4338843,0.4090909,0.39256197,0.38842976,0.338843,0.34710744,0.37603307,0.42975205,0.45041323,0.41735536,0.3429752,0.37603307,0.6983471,0.8553719,0.5289256,0.38016528,0.6818182,0.78099173,0.5785124,0.23966943,0.30165288,0.3181818,0.6446281,0.661157,0.5123967,0.38429752,0.41735536,0.4338843,0.41735536,0.37190083,0.34710744,0.3429752,0.39256197,0.42561984,0.46280992,0.5123967,0.5247934,0.56198347,0.59917355,0.59917355,0.59090906,0.61157024,0.607438,0.6404959,0.6280992,0.661157,0.6446281,0.661157,0.6487603,0.661157,0.6322314,0.62396693,0.61157024,0.58264464,0.56198347,0.5413223,0.5247934,0.53305787,0.5495868,0.53305787,0.5206612,0.5206612,0.4876033,0.42975205,0.40495867,0.37190083,0.3677686,0.338843,0.34710744,0.38429752,0.41735536,0.46280992,0.446281,0.446281,0.338843,0.24380165,0.6859504,0.8347107,0.6818182,0.3264463,0.6528926,0.7768595,0.6735537,0.338843,0.29338843,0.29752067,0.661157,0.5247934,0.40082645,0.40082645,0.41735536,0.4090909,0.42975205,0.4090909,0.35950413,0.3181818,0.32231405,0.37603307,0.38016528,0.44214877,0.48347107,0.5123967,0.5413223,0.58677685,0.57438016,0.59917355,0.57438016,0.59504133,0.62396693,0.62396693,0.61157024,0.6198347,0.6446281,0.61570245,0.6198347,0.59090906,0.57438016,0.57438016,0.55785125,0.5247934,0.5206612,0.5247934,0.5413223,0.5247934,0.5082645,0.4876033,0.446281,0.38842976,0.37190083,0.35950413,0.338843,0.3305785,0.39256197,0.44214877,0.45454547,0.4214876,0.43801653,0.45454547,0.35123968,0.24380165,0.7066116,0.80991733,0.75619835,0.42561984,0.6404959,0.79752064,0.72727275,0.5661157,0.5041322,0.42561984,0.553719,0.38429752,0.3140496,0.4214876,0.41322315,0.4090909,0.41322315,0.4214876,0.38842976,0.34710744,0.3140496,0.3264463,0.34710744,0.35123968,0.40082645,0.47107437,0.5082645,0.5123967,0.5495868,0.57438016,0.57438016,0.58264464,0.59504133,0.59504133,0.58677685,0.58677685,0.59504133,0.59090906,0.59504133,0.57024795,0.5661157,0.54545456,0.5413223,0.5247934,0.5165289,0.5082645,0.5041322,0.47107437,0.47107437,0.45867768,0.39256197,0.37190083,0.36363637,0.338843,0.35950413,0.39256197,0.44214877,0.45867768,0.45454547,0.43801653,0.42975205,0.46280992,0.35950413,0.28099173,0.677686,0.8057851,0.78512394,0.4876033,0.6363636,0.7892562,0.73140496,0.58677685,0.6404959,0.661157,0.41735536,0.3181818,0.3429752,0.446281,0.4214876,0.4090909,0.41735536,0.42975205,0.3966942,0.38429752,0.34710744,0.30578512,0.30165288,0.3264463,0.3429752,0.37603307,0.4338843,0.44214877,0.48347107,0.5165289,0.5165289,0.54545456,0.57024795,0.5661157,0.5661157,0.56198347,0.54545456,0.56198347,0.56198347,0.57024795,0.5495868,0.5413223,0.5413223,0.5247934,0.4752066,0.47107437,0.45454547,0.42561984,0.41735536,0.39256197,0.36363637,0.35123968,0.32231405,0.3677686,0.4214876,0.45867768,0.5082645,0.45867768,0.45454547,0.45454547,0.44214877,0.5123967,0.34710744,0.30165288,0.7107438,0.8264463,0.75206614,0.45041323,0.6446281,0.78512394,0.71487606,0.60330576,0.6446281,0.6404959,0.3305785,0.3140496,0.35123968,0.45041323,0.41735536,0.43801653,0.41735536,0.42561984,0.41322315,0.4090909,0.3677686,0.338843,0.30165288,0.28512397,0.3305785,0.33471075,0.3677686,0.38016528,0.41322315,0.45041323,0.4752066,0.49173555,0.5206612,0.5165289,0.5206612,0.5165289,0.5206612,0.5247934,0.5165289,0.5165289,0.5247934,0.5206612,0.46694216,0.47933885,0.45454547,0.42975205,0.41735536,0.4090909,0.37190083,0.35123968,0.3429752,0.32231405,0.35123968,0.45041323,0.4876033,0.49586776,0.5,0.45454547,0.46280992,0.45454547,0.45454547,0.5,0.24793388,0.40082645,0.76859504,0.8347107,0.71900827,0.45867768,0.6280992,0.78099173,0.7355372,0.6198347,0.6487603,0.6363636,0.338843,0.28099173,0.3264463,0.46280992,0.44214877,0.43801653,0.43801653,0.42975205,0.42561984,0.4090909,0.3966942,0.37190083,0.3264463,0.28512397,0.29752067,0.3181818,0.35123968,0.36363637,0.3553719,0.3553719,0.4090909,0.42975205,0.45454547,0.47107437,0.46280992,0.46694216,0.47933885,0.4752066,0.47107437,0.46694216,0.47933885,0.47933885,0.45041323,0.4338843,0.41735536,0.38016528,0.36363637,0.35950413,0.338843,0.3264463,0.32231405,0.37603307,0.44214877,0.5041322,0.5082645,0.49173555,0.4752066,0.46694216,0.4752066,0.45041323,0.46280992,0.47933885,0.2603306,0.40495867,0.7644628,0.8181818,0.7644628,0.5082645,0.59090906,0.7768595,0.76033056,0.6404959,0.6363636,0.6280992,0.3140496,0.18181819,0.37603307,0.4876033,0.44214877,0.43801653,0.45867768,0.45041323,0.45041323,0.41322315,0.40082645,0.40082645,0.36363637,0.3305785,0.29338843,0.29338843,0.3264463,0.3553719,0.3677686,0.35950413,0.36363637,0.38429752,0.38429752,0.4090909,0.4214876,0.41322315,0.42561984,0.42561984,0.41322315,0.4214876,0.42975205,0.40082645,0.4090909,0.3966942,0.37190083,0.3429752,0.35123968,0.33471075,0.3264463,0.30578512,0.39256197,0.47107437,0.49173555,0.5082645,0.5,0.5,0.47933885,0.4752066,0.47933885,0.45454547,0.45454547,0.48347107,0.3305785,0.3429752,0.71487606,0.8057851,0.8057851,0.553719,0.553719,0.76033056,0.78099173,0.661157,0.62396693,0.6322314,0.13636364,0.18181819,0.47933885,0.49586776,0.46280992,0.45041323,0.46694216,0.45867768,0.46694216,0.446281,0.4214876,0.40082645,0.38429752,0.35950413,0.3264463,0.30991736,0.30578512,0.30991736,0.338843,0.3553719,0.37603307,0.3677686,0.3677686,0.37603307,0.38842976,0.38429752,0.38429752,0.37603307,0.38842976,0.38429752,0.37603307,0.37603307,0.3677686,0.35950413,0.3553719,0.33471075,0.3181818,0.30991736,0.35123968,0.3966942,0.45041323,0.5,0.49586776,0.5082645,0.5,0.5,0.48347107,0.4752066,0.48347107,0.46280992,0.45454547,0.4876033,0.3966942,0.28099173,0.6446281,0.7933884,0.8512397,0.60330576,0.5165289,0.71900827,0.7933884,0.6818182,0.61570245,0.6404959,32 +0.11983471,0.11157025,0.11570248,0.12396694,0.12809917,0.12809917,0.1446281,0.1570248,0.18181819,0.1983471,0.21900827,0.21900827,0.21487603,0.23966943,0.25619835,0.25619835,0.2520661,0.26859504,0.2603306,0.26859504,0.32231405,0.3264463,0.30991736,0.28512397,0.26859504,0.2520661,0.24380165,0.25619835,0.27272728,0.2892562,0.30578512,0.35123968,0.40082645,0.44214877,0.5082645,0.5165289,0.5206612,0.5371901,0.5247934,0.53305787,0.58264464,0.607438,0.62396693,0.61570245,0.61570245,0.59917355,0.59504133,0.58677685,0.59917355,0.59090906,0.61570245,0.58264464,0.57024795,0.5206612,0.5,0.4752066,0.41322315,0.34710744,0.28512397,0.23966943,0.21900827,0.17355372,0.19421488,0.1694215,0.11983471,0.11983471,0.11983471,0.12809917,0.14049587,0.14049587,0.15289256,0.19008264,0.21900827,0.25619835,0.2892562,0.30578512,0.2520661,0.22727273,0.24380165,0.2520661,0.23553719,0.22727273,0.22727273,0.24793388,0.29338843,0.29338843,0.30991736,0.3181818,0.338843,0.3305785,0.30991736,0.3305785,0.3677686,0.40082645,0.45867768,0.5,0.5206612,0.5289256,0.553719,0.57024795,0.57024795,0.55785125,0.5495868,0.59917355,0.6280992,0.6363636,0.6198347,0.61570245,0.61157024,0.59504133,0.59504133,0.607438,0.60330576,0.59917355,0.59917355,0.58677685,0.56198347,0.5495868,0.5082645,0.47107437,0.41735536,0.3553719,0.29752067,0.23140496,0.1694215,0.1446281,0.16528925,0.1694215,0.12396694,0.11157025,0.11157025,0.11570248,0.14876033,0.16115703,0.19008264,0.22727273,0.26859504,0.29752067,0.30578512,0.34710744,0.3181818,0.28099173,0.24793388,0.23553719,0.22727273,0.21900827,0.21900827,0.23553719,0.26859504,0.27272728,0.2892562,0.3264463,0.35123968,0.37603307,0.37190083,0.40082645,0.47933885,0.5247934,0.56198347,0.57024795,0.57438016,0.57024795,0.58264464,0.59917355,0.59917355,0.58677685,0.59090906,0.6322314,0.6322314,0.6446281,0.6322314,0.61570245,0.61570245,0.6198347,0.59917355,0.607438,0.607438,0.60330576,0.59504133,0.58264464,0.5661157,0.54545456,0.49586776,0.45867768,0.4214876,0.36363637,0.30578512,0.23140496,0.16115703,0.12809917,0.14049587,0.1446281,0.12396694,0.11157025,0.09917355,0.11570248,0.13636364,0.17768595,0.23553719,0.29752067,0.34710744,0.35950413,0.35123968,0.3429752,0.33471075,0.30991736,0.28099173,0.2520661,0.22727273,0.21900827,0.21900827,0.23966943,0.25619835,0.27272728,0.3264463,0.338843,0.36363637,0.40082645,0.41735536,0.47933885,0.5661157,0.58677685,0.59917355,0.58677685,0.59090906,0.607438,0.6198347,0.62396693,0.61570245,0.62396693,0.6528926,0.6404959,0.6446281,0.6404959,0.6404959,0.62396693,0.62396693,0.62396693,0.59090906,0.5785124,0.59504133,0.61157024,0.59917355,0.58264464,0.5661157,0.5413223,0.5,0.46280992,0.446281,0.4090909,0.338843,0.26859504,0.17768595,0.1322314,0.1322314,0.1322314,0.1570248,0.12396694,0.11570248,0.1322314,0.18181819,0.21900827,0.26859504,0.34710744,0.40082645,0.4214876,0.446281,0.4338843,0.42561984,0.41735536,0.38842976,0.37190083,0.35950413,0.3264463,0.30991736,0.29752067,0.32231405,0.34710744,0.37190083,0.38016528,0.41322315,0.45041323,0.5123967,0.59090906,0.61157024,0.61157024,0.61570245,0.607438,0.61570245,0.6322314,0.6446281,0.6404959,0.6363636,0.6446281,0.6652893,0.6487603,0.6570248,0.6528926,0.6570248,0.6446281,0.6363636,0.6280992,0.62396693,0.60330576,0.59917355,0.607438,0.61157024,0.58264464,0.5661157,0.54545456,0.5082645,0.46694216,0.45867768,0.43801653,0.39256197,0.3140496,0.22727273,0.11983471,0.13636364,0.12809917,0.14876033,0.12396694,0.1570248,0.1694215,0.20247933,0.2520661,0.30991736,0.3677686,0.4090909,0.45454547,0.49586776,0.49173555,0.49586776,0.49586776,0.4876033,0.48347107,0.5041322,0.5041322,0.4876033,0.45041323,0.41735536,0.446281,0.46280992,0.48347107,0.5206612,0.55785125,0.59917355,0.62396693,0.61570245,0.61570245,0.6198347,0.6404959,0.6280992,0.6404959,0.6487603,0.6363636,0.6363636,0.6404959,0.6487603,0.6404959,0.661157,0.6652893,0.6652893,0.6694215,0.6570248,0.6363636,0.6404959,0.62396693,0.59917355,0.607438,0.60330576,0.58264464,0.5661157,0.553719,0.5082645,0.4752066,0.45867768,0.45041323,0.44214877,0.40082645,0.28512397,0.16528925,0.1322314,0.13636364,0.1322314,0.14049587,0.19421488,0.20661157,0.24793388,0.27272728,0.33471075,0.38429752,0.42975205,0.46280992,0.4876033,0.49173555,0.5165289,0.5206612,0.5289256,0.5247934,0.5413223,0.5495868,0.56198347,0.57438016,0.553719,0.59504133,0.607438,0.60330576,0.61157024,0.62396693,0.6280992,0.6280992,0.6280992,0.6198347,0.62396693,0.61570245,0.6446281,0.6363636,0.6404959,0.62396693,0.6322314,0.6363636,0.6487603,0.6528926,0.6652893,0.6652893,0.6735537,0.6735537,0.6570248,0.6446281,0.6404959,0.62396693,0.607438,0.607438,0.607438,0.59090906,0.57438016,0.553719,0.53305787,0.4752066,0.46280992,0.45041323,0.45454547,0.41735536,0.4090909,0.25619835,0.1446281,0.11983471,0.13636364,0.19008264,0.2231405,0.2520661,0.2768595,0.3140496,0.37190083,0.4090909,0.446281,0.4752066,0.49173555,0.5082645,0.5495868,0.57438016,0.58264464,0.58677685,0.59090906,0.59504133,0.59917355,0.607438,0.61157024,0.6363636,0.6363636,0.6363636,0.6404959,0.6322314,0.6280992,0.6363636,0.6363636,0.6280992,0.62396693,0.6322314,0.6322314,0.6322314,0.6322314,0.62396693,0.62396693,0.6363636,0.6570248,0.6694215,0.6735537,0.6652893,0.6652893,0.6694215,0.6404959,0.6404959,0.6322314,0.6280992,0.61157024,0.61570245,0.607438,0.59917355,0.5785124,0.5661157,0.5371901,0.49173555,0.45454547,0.45867768,0.446281,0.42561984,0.4338843,0.3677686,0.20247933,0.11157025,0.16528925,0.21487603,0.2520661,0.25619835,0.29752067,0.37190083,0.4214876,0.47107437,0.49173555,0.5041322,0.5289256,0.56198347,0.59917355,0.61570245,0.62396693,0.6363636,0.6280992,0.6363636,0.6487603,0.6446281,0.6570248,0.661157,0.6570248,0.661157,0.6528926,0.6404959,0.6487603,0.661157,0.661157,0.6446281,0.6487603,0.6404959,0.6404959,0.6322314,0.6363636,0.6280992,0.6322314,0.6487603,0.6528926,0.6652893,0.6570248,0.6487603,0.6528926,0.6528926,0.6322314,0.6363636,0.6446281,0.61157024,0.61157024,0.61570245,0.61157024,0.58677685,0.58677685,0.5495868,0.54545456,0.5165289,0.47107437,0.45041323,0.44214877,0.44214877,0.42561984,0.4090909,0.27272728,0.13636364,0.18181819,0.29338843,0.26859504,0.2603306,0.3305785,0.42975205,0.49586776,0.5165289,0.53305787,0.53305787,0.55785125,0.59090906,0.61157024,0.62396693,0.6280992,0.6280992,0.6322314,0.6570248,0.6528926,0.6528926,0.6570248,0.6735537,0.6652893,0.677686,0.6694215,0.661157,0.6652893,0.6859504,0.6859504,0.6570248,0.6694215,0.6528926,0.6446281,0.6363636,0.6363636,0.6280992,0.6487603,0.6528926,0.6528926,0.6528926,0.6404959,0.6280992,0.6322314,0.6363636,0.60330576,0.61570245,0.62396693,0.61157024,0.60330576,0.59090906,0.59504133,0.56198347,0.5495868,0.5165289,0.5165289,0.5041322,0.48347107,0.45041323,0.43801653,0.4338843,0.42561984,0.4338843,0.3553719,0.17355372,0.22727273,0.3305785,0.30578512,0.29338843,0.37190083,0.446281,0.5371901,0.5289256,0.54545456,0.5371901,0.55785125,0.57024795,0.57024795,0.60330576,0.60330576,0.60330576,0.61570245,0.6487603,0.62396693,0.6198347,0.6322314,0.6487603,0.6446281,0.6570248,0.6570248,0.6487603,0.6570248,0.677686,0.677686,0.6735537,0.677686,0.6570248,0.6570248,0.6446281,0.6404959,0.6280992,0.62396693,0.62396693,0.61157024,0.61570245,0.6280992,0.59090906,0.607438,0.59917355,0.5661157,0.55785125,0.5661157,0.54545456,0.5247934,0.5206612,0.5413223,0.5123967,0.5,0.47107437,0.46280992,0.45454547,0.45867768,0.45867768,0.44214877,0.4214876,0.4338843,0.4338843,0.3966942,0.24793388,0.27272728,0.36363637,0.3429752,0.33471075,0.40495867,0.46280992,0.49173555,0.49586776,0.49173555,0.45867768,0.45867768,0.45454547,0.46694216,0.5165289,0.5206612,0.5247934,0.5371901,0.57438016,0.57438016,0.58677685,0.61570245,0.607438,0.61157024,0.61157024,0.62396693,0.62396693,0.6280992,0.6487603,0.6652893,0.6570248,0.6694215,0.6694215,0.6570248,0.6487603,0.6363636,0.61157024,0.5785124,0.5785124,0.56198347,0.57024795,0.54545456,0.53305787,0.5123967,0.49173555,0.47107437,0.42561984,0.44214877,0.42975205,0.41735536,0.4214876,0.42561984,0.4338843,0.41735536,0.41735536,0.4090909,0.3966942,0.40082645,0.42975205,0.42561984,0.41735536,0.43801653,0.4338843,0.41735536,0.33471075,0.30991736,0.38016528,0.37603307,0.37190083,0.3966942,0.41322315,0.4090909,0.4214876,0.40082645,0.3966942,0.41735536,0.37603307,0.38429752,0.38842976,0.3966942,0.39256197,0.3966942,0.41735536,0.45454547,0.46694216,0.4876033,0.5,0.5165289,0.5413223,0.553719,0.55785125,0.5785124,0.60330576,0.61570245,0.6280992,0.6363636,0.6528926,0.6322314,0.62396693,0.60330576,0.57438016,0.5289256,0.49173555,0.5041322,0.47933885,0.4090909,0.37190083,0.32231405,0.32231405,0.30991736,0.28099173,0.32231405,0.3305785,0.338843,0.3553719,0.37603307,0.4090909,0.39256197,0.38429752,0.37603307,0.39256197,0.37603307,0.38842976,0.3966942,0.41735536,0.43801653,0.42561984,0.446281,0.35950413,0.338843,0.39256197,0.39256197,0.38842976,0.35123968,0.3429752,0.34710744,0.35950413,0.35123968,0.35950413,0.40082645,0.37190083,0.37603307,0.35950413,0.338843,0.3305785,0.2768595,0.2892562,0.30578512,0.3181818,0.33471075,0.35123968,0.38842976,0.44214877,0.46694216,0.47107437,0.5165289,0.54545456,0.5661157,0.5785124,0.59090906,0.607438,0.60330576,0.5661157,0.54545456,0.5,0.4752066,0.4214876,0.41322315,0.38429752,0.3305785,0.28512397,0.2768595,0.2768595,0.25619835,0.26859504,0.3264463,0.338843,0.35950413,0.37603307,0.38842976,0.41735536,0.42975205,0.42975205,0.42561984,0.4338843,0.41322315,0.38016528,0.39256197,0.42561984,0.44214877,0.4214876,0.44214877,0.3966942,0.36363637,0.3966942,0.41322315,0.3966942,0.3264463,0.3181818,0.338843,0.3553719,0.37190083,0.38016528,0.39256197,0.40082645,0.38842976,0.35950413,0.3429752,0.3305785,0.3140496,0.27272728,0.2603306,0.25619835,0.2520661,0.28099173,0.28099173,0.3305785,0.3677686,0.38429752,0.446281,0.4876033,0.5123967,0.5206612,0.5371901,0.553719,0.55785125,0.5289256,0.5082645,0.45867768,0.4338843,0.38429752,0.35123968,0.3429752,0.30991736,0.28099173,0.2603306,0.27272728,0.26859504,0.2892562,0.338843,0.36363637,0.38016528,0.40082645,0.4090909,0.41735536,0.44214877,0.45867768,0.45041323,0.4338843,0.42975205,0.41322315,0.4090909,0.446281,0.45454547,0.4214876,0.45041323,0.4338843,0.38016528,0.4090909,0.41322315,0.42561984,0.3305785,0.30165288,0.34710744,0.36363637,0.38016528,0.39256197,0.39256197,0.39256197,0.38016528,0.34710744,0.3305785,0.28099173,0.29338843,0.24380165,0.17768595,0.2231405,0.2231405,0.23553719,0.23553719,0.26859504,0.29752067,0.3305785,0.38429752,0.42975205,0.44214877,0.47107437,0.49173555,0.5206612,0.5247934,0.49173555,0.4752066,0.4338843,0.38016528,0.36363637,0.338843,0.33471075,0.28099173,0.25619835,0.27272728,0.3677686,0.2603306,0.1694215,0.23966943,0.2892562,0.15289256,0.19008264,0.27272728,0.28512397,0.30165288,0.34710744,0.39256197,0.43801653,0.45041323,0.45867768,0.45867768,0.46694216,0.47107437,0.43801653,0.446281,0.43801653,0.40082645,0.41322315,0.40082645,0.42975205,0.38016528,0.3553719,0.36363637,0.38842976,0.3966942,0.30578512,0.24380165,0.20247933,0.28512397,0.27272728,0.20661157,0.1322314,0.16528925,0.17768595,0.1983471,0.39256197,0.3553719,0.23140496,0.19421488,0.20247933,0.24380165,0.2892562,0.29338843,0.3429752,0.3966942,0.45867768,0.553719,0.59504133,0.57024795,0.5289256,0.49586776,0.44214877,0.38842976,0.38429752,0.3553719,0.3140496,0.29338843,0.38429752,0.38429752,0.4876033,0.3966942,0.22727273,0.17768595,0.18181819,0.13636364,0.19421488,0.39256197,0.3140496,0.2107438,0.20661157,0.2644628,0.3677686,0.44214877,0.47933885,0.47933885,0.4876033,0.47933885,0.45041323,0.45041323,0.4338843,0.41322315,0.4090909,0.42561984,0.44214877,0.41322315,0.3966942,0.38429752,0.38842976,0.3264463,0.20247933,0.17768595,0.21900827,0.35123968,0.3677686,0.25619835,0.19008264,0.19421488,0.23553719,0.3429752,0.53305787,0.45454547,0.35123968,0.3140496,0.2520661,0.2892562,0.2892562,0.26859504,0.3181818,0.43801653,0.553719,0.61157024,0.6487603,0.607438,0.5785124,0.54545456,0.46694216,0.43801653,0.4214876,0.40082645,0.36363637,0.3429752,0.34710744,0.3429752,0.42975205,0.4338843,0.34710744,0.30991736,0.2768595,0.2520661,0.338843,0.446281,0.39256197,0.36363637,0.33471075,0.3429752,0.38842976,0.4214876,0.45041323,0.4876033,0.49586776,0.5041322,0.4876033,0.446281,0.42561984,0.41735536,0.43801653,0.446281,0.48347107,0.47107437,0.44214877,0.40495867,0.38016528,0.3181818,0.30991736,0.34710744,0.37190083,0.38016528,0.4090909,0.34710744,0.32231405,0.35950413,0.38429752,0.446281,0.5247934,0.45041323,0.4090909,0.4338843,0.446281,0.42975205,0.38842976,0.26859504,0.3305785,0.4752066,0.59917355,0.6735537,0.6652893,0.6446281,0.6487603,0.58264464,0.47933885,0.47107437,0.45454547,0.48347107,0.49173555,0.45867768,0.41735536,0.40082645,0.45867768,0.46694216,0.46280992,0.45454547,0.4752066,0.40495867,0.44214877,0.4876033,0.5,0.49586776,0.4876033,0.48347107,0.5041322,0.5041322,0.49586776,0.5165289,0.5206612,0.5123967,0.5082645,0.45867768,0.3966942,0.41735536,0.446281,0.47107437,0.5165289,0.5413223,0.53305787,0.5165289,0.4752066,0.4338843,0.42561984,0.42561984,0.46280992,0.46694216,0.46280992,0.41322315,0.41735536,0.4752066,0.4876033,0.5247934,0.5289256,0.4876033,0.45454547,0.45454547,0.46280992,0.4752066,0.40082645,0.30991736,0.36363637,0.5082645,0.61570245,0.6735537,0.6818182,0.6818182,0.661157,0.57438016,0.4752066,0.49586776,0.4876033,0.5165289,0.5289256,0.4876033,0.45454547,0.42975205,0.47107437,0.49586776,0.5289256,0.5289256,0.5206612,0.5082645,0.5123967,0.53305787,0.53305787,0.5165289,0.5,0.49173555,0.5371901,0.5413223,0.53305787,0.5247934,0.53305787,0.5247934,0.5123967,0.46280992,0.37603307,0.4090909,0.45867768,0.49173555,0.53305787,0.56198347,0.5785124,0.59504133,0.56198347,0.5247934,0.5041322,0.45867768,0.46694216,0.4752066,0.48347107,0.47933885,0.48347107,0.49586776,0.5,0.47933885,0.45867768,0.44214877,0.43801653,0.45454547,0.4752066,0.45454547,0.41322315,0.38016528,0.40082645,0.5206612,0.61570245,0.6446281,0.677686,0.6859504,0.6528926,0.5785124,0.4876033,0.5206612,0.5206612,0.5206612,0.5495868,0.54545456,0.5247934,0.47933885,0.46694216,0.46694216,0.46280992,0.5,0.5123967,0.5206612,0.5247934,0.5206612,0.5206612,0.5041322,0.5082645,0.5206612,0.54545456,0.5413223,0.553719,0.5247934,0.54545456,0.53305787,0.5289256,0.47933885,0.38429752,0.3966942,0.4752066,0.5041322,0.5413223,0.553719,0.59504133,0.6280992,0.61570245,0.59090906,0.58677685,0.5413223,0.5,0.47107437,0.47107437,0.46694216,0.46280992,0.44214877,0.45454547,0.4752066,0.49173555,0.49586776,0.49586776,0.49586776,0.5082645,0.5041322,0.45867768,0.45454547,0.45454547,0.5289256,0.60330576,0.6652893,0.6818182,0.6818182,0.661157,0.59917355,0.5041322,0.5206612,0.54545456,0.54545456,0.5495868,0.55785125,0.58677685,0.57024795,0.53305787,0.5165289,0.49586776,0.48347107,0.47933885,0.47107437,0.47933885,0.5041322,0.5247934,0.5371901,0.5495868,0.56198347,0.553719,0.5495868,0.5661157,0.54545456,0.5371901,0.5371901,0.5371901,0.49586776,0.39256197,0.40082645,0.4752066,0.5165289,0.5413223,0.56198347,0.59090906,0.61157024,0.607438,0.607438,0.61157024,0.607438,0.59917355,0.5785124,0.5785124,0.57024795,0.57438016,0.57438016,0.5785124,0.6198347,0.59917355,0.58677685,0.58264464,0.59090906,0.5661157,0.5413223,0.5082645,0.48347107,0.47107437,0.5206612,0.59090906,0.6528926,0.6735537,0.6652893,0.6528926,0.6198347,0.54545456,0.5289256,0.553719,0.56198347,0.553719,0.5661157,0.61570245,0.6198347,0.61157024,0.6198347,0.6198347,0.607438,0.59090906,0.57438016,0.59917355,0.61570245,0.6404959,0.61570245,0.60330576,0.607438,0.59090906,0.5785124,0.57438016,0.57024795,0.5495868,0.5413223,0.5206612,0.5165289,0.38842976,0.37190083,0.47107437,0.5206612,0.5371901,0.55785125,0.59917355,0.59917355,0.6280992,0.6404959,0.6280992,0.6446281,0.661157,0.6528926,0.6652893,0.6652893,0.6694215,0.6487603,0.661157,0.6694215,0.6528926,0.6528926,0.6652893,0.6322314,0.58264464,0.5413223,0.5206612,0.5,0.4876033,0.5247934,0.59917355,0.6487603,0.6735537,0.6694215,0.6404959,0.6322314,0.5785124,0.54545456,0.5495868,0.55785125,0.55785125,0.5785124,0.6198347,0.6487603,0.6528926,0.6570248,0.6735537,0.6735537,0.6487603,0.6280992,0.6404959,0.6652893,0.6735537,0.6446281,0.6322314,0.6404959,0.6404959,0.60330576,0.607438,0.59090906,0.5413223,0.53305787,0.5165289,0.5041322,0.39256197,0.34710744,0.45454547,0.5123967,0.5247934,0.5495868,0.58264464,0.60330576,0.6363636,0.6446281,0.661157,0.6570248,0.6652893,0.6652893,0.6735537,0.6942149,0.69008267,0.6859504,0.7066116,0.7066116,0.6942149,0.6818182,0.661157,0.62396693,0.57024795,0.5165289,0.5247934,0.5123967,0.49586776,0.5495868,0.59504133,0.6446281,0.6735537,0.6694215,0.6652893,0.6280992,0.58677685,0.5661157,0.57024795,0.5661157,0.5661157,0.58264464,0.60330576,0.6404959,0.661157,0.677686,0.69008267,0.6942149,0.6735537,0.6652893,0.6735537,0.6735537,0.6735537,0.6528926,0.6280992,0.6363636,0.6363636,0.6198347,0.61157024,0.58677685,0.5413223,0.53305787,0.5165289,0.48347107,0.40082645,0.33471075,0.44214877,0.4876033,0.5165289,0.5371901,0.553719,0.59090906,0.60330576,0.62396693,0.6570248,0.6570248,0.6652893,0.6570248,0.6818182,0.6983471,0.7107438,0.71487606,0.72727275,0.72727275,0.7066116,0.6652893,0.6446281,0.59917355,0.5661157,0.5371901,0.5371901,0.5165289,0.5082645,0.56198347,0.59917355,0.6446281,0.6694215,0.6694215,0.6487603,0.6280992,0.59090906,0.57024795,0.58677685,0.58264464,0.5785124,0.58264464,0.61157024,0.6404959,0.6404959,0.6528926,0.6652893,0.6859504,0.6859504,0.69008267,0.6983471,0.6983471,0.6818182,0.6694215,0.661157,0.6446281,0.6404959,0.6280992,0.58677685,0.5785124,0.5413223,0.5206612,0.5289256,0.48347107,0.3966942,0.32231405,0.41322315,0.47107437,0.5041322,0.5123967,0.5495868,0.57438016,0.56198347,0.59504133,0.6280992,0.6446281,0.6652893,0.6818182,0.7107438,0.71900827,0.7107438,0.72727275,0.73140496,0.73140496,0.7107438,0.6487603,0.6363636,0.60330576,0.553719,0.5206612,0.553719,0.5206612,0.48347107,0.54545456,0.59090906,0.6404959,0.6570248,0.6652893,0.6487603,0.6363636,0.607438,0.57438016,0.57438016,0.58264464,0.58677685,0.56198347,0.58264464,0.6446281,0.6446281,0.6404959,0.6570248,0.6652893,0.69008267,0.6652893,0.6983471,0.69008267,0.677686,0.6818182,0.6818182,0.6570248,0.6528926,0.6446281,0.61570245,0.59917355,0.5413223,0.5247934,0.5206612,0.47933885,0.38842976,0.33471075,0.3966942,0.446281,0.49173555,0.5082645,0.5495868,0.54545456,0.57024795,0.58677685,0.61570245,0.6446281,0.6570248,0.69008267,0.71900827,0.7107438,0.69008267,0.7066116,0.7107438,0.7066116,0.6818182,0.6404959,0.62396693,0.5661157,0.5165289,0.5247934,0.55785125,0.5082645,0.47933885,0.5413223,0.59090906,0.6404959,0.6694215,0.6570248,0.6528926,0.6280992,0.61157024,0.58677685,0.53305787,0.59917355,0.59090906,0.58264464,0.5413223,0.55785125,0.59917355,0.6280992,0.6487603,0.6528926,0.6818182,0.677686,0.6735537,0.677686,0.6652893,0.677686,0.6818182,0.6652893,0.6487603,0.6363636,0.6322314,0.59090906,0.53305787,0.54545456,0.49173555,0.47107437,0.37603307,0.37190083,0.38429752,0.42561984,0.47933885,0.5041322,0.5371901,0.5371901,0.5661157,0.59504133,0.59504133,0.6322314,0.6363636,0.6652893,0.71487606,0.69008267,0.6859504,0.6942149,0.677686,0.6735537,0.6363636,0.6446281,0.58677685,0.49173555,0.5123967,0.56198347,0.57024795,0.5165289,0.5123967,0.53305787,0.553719,0.61570245,0.6735537,0.6528926,0.6446281,0.6322314,0.607438,0.60330576,0.553719,0.5785124,0.61157024,0.61570245,0.5661157,0.5165289,0.5165289,0.59504133,0.6280992,0.6322314,0.6570248,0.6694215,0.6570248,0.677686,0.6735537,0.6570248,0.6652893,0.6322314,0.62396693,0.61570245,0.61570245,0.58677685,0.5165289,0.5289256,0.4876033,0.446281,0.37603307,0.3677686,0.3677686,0.42561984,0.45454547,0.4752066,0.5,0.53305787,0.55785125,0.57438016,0.58264464,0.607438,0.62396693,0.61570245,0.677686,0.6652893,0.661157,0.6694215,0.6363636,0.6404959,0.6280992,0.59090906,0.5,0.46280992,0.5247934,0.57438016,0.55785125,0.5413223,0.5371901,0.53305787,0.5661157,0.6280992,0.6859504,0.69008267,0.661157,0.6404959,0.61570245,0.62396693,0.59090906,0.57438016,0.607438,0.62396693,0.61157024,0.5289256,0.5082645,0.5495868,0.56198347,0.58677685,0.6198347,0.6528926,0.6528926,0.6487603,0.6487603,0.6446281,0.6528926,0.61570245,0.59504133,0.59504133,0.59504133,0.56198347,0.5165289,0.5041322,0.4752066,0.44214877,0.37603307,0.40082645,0.34710744,0.42561984,0.4338843,0.45454547,0.48347107,0.5371901,0.5371901,0.55785125,0.5785124,0.59504133,0.61157024,0.6198347,0.6363636,0.6322314,0.6322314,0.6363636,0.6198347,0.61157024,0.57024795,0.5371901,0.46694216,0.46280992,0.5289256,0.553719,0.5413223,0.53305787,0.53305787,0.553719,0.60330576,0.6570248,0.6818182,0.69008267,0.6818182,0.7066116,0.6694215,0.61157024,0.58677685,0.57438016,0.59090906,0.59504133,0.59504133,0.5289256,0.5165289,0.56198347,0.5206612,0.5371901,0.57438016,0.61157024,0.61157024,0.62396693,0.62396693,0.6280992,0.61157024,0.58677685,0.58677685,0.57024795,0.5785124,0.5289256,0.5041322,0.4876033,0.47107437,0.4338843,0.38842976,0.43801653,0.338843,0.40082645,0.44214877,0.4338843,0.47107437,0.5082645,0.53305787,0.54545456,0.57024795,0.57438016,0.58264464,0.61157024,0.607438,0.59504133,0.607438,0.607438,0.59090906,0.56198347,0.53305787,0.5289256,0.46694216,0.4338843,0.49173555,0.49586776,0.5,0.49173555,0.47933885,0.49173555,0.56198347,0.59917355,0.61157024,0.61157024,0.59917355,0.6363636,0.62396693,0.53305787,0.5165289,0.5289256,0.5289256,0.5206612,0.5082645,0.47107437,0.5041322,0.57438016,0.54545456,0.4876033,0.5123967,0.553719,0.553719,0.5785124,0.59090906,0.58264464,0.5661157,0.55785125,0.5661157,0.553719,0.5371901,0.53305787,0.4876033,0.4752066,0.46694216,0.4214876,0.3966942,0.4214876,0.33471075,0.38016528,0.4214876,0.4214876,0.44214877,0.47933885,0.5123967,0.5289256,0.553719,0.56198347,0.56198347,0.58264464,0.58264464,0.5785124,0.5785124,0.57438016,0.55785125,0.53305787,0.53305787,0.553719,0.48347107,0.40495867,0.38429752,0.41322315,0.41322315,0.4214876,0.42561984,0.4214876,0.446281,0.5206612,0.5289256,0.53305787,0.5165289,0.5082645,0.49586776,0.446281,0.4338843,0.41735536,0.35950413,0.338843,0.3966942,0.44214877,0.5,0.553719,0.57438016,0.5,0.46280992,0.5,0.5289256,0.5413223,0.5413223,0.5289256,0.5289256,0.5371901,0.5413223,0.5206612,0.5041322,0.49173555,0.47933885,0.46694216,0.45454547,0.446281,0.35950413,0.34710744,0.32231405,0.3677686,0.40495867,0.3966942,0.44214877,0.46694216,0.47933885,0.5,0.5289256,0.53305787,0.5413223,0.553719,0.5413223,0.5495868,0.57438016,0.5661157,0.553719,0.5371901,0.553719,0.5661157,0.5165289,0.446281,0.30991736,0.25619835,0.24380165,0.24380165,0.28099173,0.30991736,0.3429752,0.4090909,0.446281,0.45041323,0.4214876,0.3966942,0.3553719,0.3181818,0.29752067,0.28099173,0.25619835,0.3140496,0.4090909,0.48347107,0.5,0.5289256,0.57024795,0.54545456,0.49173555,0.47107437,0.5,0.49173555,0.5206612,0.49586776,0.5,0.5082645,0.5041322,0.5082645,0.47933885,0.4752066,0.45867768,0.45041323,0.43801653,0.45041323,0.3553719,0.2892562,0.29752067,0.34710744,0.40082645,0.40082645,0.41735536,0.446281,0.46280992,0.48347107,0.49586776,0.5,0.5082645,0.5165289,0.5247934,0.53305787,0.54545456,0.5661157,0.5495868,0.57438016,0.5785124,0.59090906,0.59090906,0.54545456,0.41322315,0.28512397,0.2520661,0.21900827,0.20247933,0.20661157,0.20661157,0.25619835,0.3181818,0.32231405,0.33471075,0.32231405,0.3264463,0.3553719,0.38842976,0.43801653,0.46694216,0.48347107,0.4752066,0.48347107,0.5,0.5123967,0.5495868,0.53305787,0.5082645,0.45867768,0.47107437,0.49586776,0.5082645,0.49173555,0.48347107,0.49586776,0.4876033,0.47933885,0.47107437,0.46280992,0.45454547,0.45041323,0.45041323,0.43801653,0.338843,0.2644628,0.2892562,0.32231405,0.4090909,0.39256197,0.40082645,0.42975205,0.45454547,0.47107437,0.46280992,0.47933885,0.48347107,0.49173555,0.5165289,0.5289256,0.553719,0.57438016,0.5661157,0.57438016,0.59090906,0.59917355,0.59504133,0.58677685,0.53305787,0.42561984,0.37190083,0.35123968,0.338843,0.3429752,0.30578512,0.28099173,0.28099173,0.30165288,0.38016528,0.4214876,0.45867768,0.47933885,0.5082645,0.5082645,0.5,0.5041322,0.4876033,0.48347107,0.5247934,0.49173555,0.5247934,0.5082645,0.5082645,0.4752066,0.446281,0.48347107,0.5082645,0.5,0.48347107,0.49173555,0.49173555,0.47107437,0.46280992,0.46280992,0.46280992,0.45041323,0.44214877,0.4338843,0.3264463,0.26859504,0.27272728,0.30991736,0.39256197,0.40495867,0.4090909,0.40495867,0.43801653,0.45867768,0.46694216,0.46694216,0.48347107,0.48347107,0.5082645,0.5289256,0.57438016,0.58677685,0.5661157,0.56198347,0.59090906,0.5785124,0.57438016,0.5785124,0.553719,0.5165289,0.47933885,0.44214877,0.42561984,0.45867768,0.4752066,0.4752066,0.48347107,0.46280992,0.5041322,0.5123967,0.5247934,0.5247934,0.5413223,0.5123967,0.5123967,0.5123967,0.49586776,0.49173555,0.5082645,0.5123967,0.5041322,0.5082645,0.5165289,0.5206612,0.48347107,0.49173555,0.5206612,0.5247934,0.5123967,0.5041322,0.4876033,0.48347107,0.47107437,0.4752066,0.47107437,0.446281,0.446281,0.42561984,0.3264463,0.26859504,0.28099173,0.30991736,0.3677686,0.4090909,0.41735536,0.39256197,0.41322315,0.46280992,0.48347107,0.48347107,0.49173555,0.49586776,0.5206612,0.5371901,0.57438016,0.57438016,0.5371901,0.5495868,0.57438016,0.57024795,0.553719,0.57438016,0.56198347,0.54545456,0.54545456,0.5289256,0.5123967,0.5082645,0.5165289,0.5495868,0.553719,0.5123967,0.5413223,0.5413223,0.5289256,0.5413223,0.55785125,0.5289256,0.5206612,0.5206612,0.49586776,0.4876033,0.49586776,0.5123967,0.5206612,0.5206612,0.5247934,0.56198347,0.5413223,0.54545456,0.54545456,0.553719,0.5661157,0.5413223,0.5123967,0.5082645,0.49173555,0.49173555,0.48347107,0.45867768,0.446281,0.41735536,0.30991736,0.2644628,0.2768595,0.30578512,0.34710744,0.41322315,0.4338843,0.4214876,0.42561984,0.46694216,0.5,0.5082645,0.5123967,0.5206612,0.53305787,0.53305787,0.55785125,0.57438016,0.53305787,0.54545456,0.55785125,0.54545456,0.53305787,0.5371901,0.5413223,0.5371901,0.57438016,0.58264464,0.57438016,0.58264464,0.5785124,0.58677685,0.5785124,0.5413223,0.553719,0.5413223,0.54545456,0.56198347,0.56198347,0.5413223,0.5289256,0.53305787,0.5082645,0.49586776,0.49173555,0.5165289,0.5165289,0.5041322,0.5,0.5495868,0.5495868,0.58677685,0.5785124,0.57438016,0.58677685,0.553719,0.53305787,0.5082645,0.5041322,0.5041322,0.5,0.45867768,0.44214877,0.40082645,0.30991736,0.25619835,0.2768595,0.29752067,0.3429752,0.4090909,0.4338843,0.4338843,0.446281,0.46694216,0.5082645,0.53305787,0.5413223,0.5413223,0.5247934,0.5123967,0.5413223,0.5371901,0.5082645,0.5082645,0.5495868,0.53305787,0.5,0.5123967,0.5082645,0.5371901,0.5785124,0.59917355,0.607438,0.62396693,0.6528926,0.6363636,0.59917355,0.56198347,0.5371901,0.5371901,0.5495868,0.59917355,0.57438016,0.5661157,0.53305787,0.53305787,0.5165289,0.5041322,0.47933885,0.49173555,0.49173555,0.47933885,0.49173555,0.5041322,0.54545456,0.5785124,0.5785124,0.57024795,0.61157024,0.56198347,0.5371901,0.5041322,0.49586776,0.5082645,0.49586776,0.46280992,0.42975205,0.3677686,0.3140496,0.2520661,0.29752067,0.27272728,0.33471075,0.3966942,0.44214877,0.45041323,0.44214877,0.47933885,0.5206612,0.5495868,0.57024795,0.5495868,0.5206612,0.5041322,0.5289256,0.5165289,0.4876033,0.48347107,0.49586776,0.5082645,0.47933885,0.49173555,0.5,0.5247934,0.56198347,0.58677685,0.59090906,0.59504133,0.6280992,0.6528926,0.6363636,0.60330576,0.56198347,0.5371901,0.5371901,0.53305787,0.5041322,0.5165289,0.5165289,0.49173555,0.5082645,0.5041322,0.46694216,0.45867768,0.46280992,0.45867768,0.4752066,0.5123967,0.5495868,0.5661157,0.5661157,0.5785124,0.61570245,0.56198347,0.5206612,0.49586776,0.5,0.5123967,0.5,0.446281,0.4090909,0.34710744,0.30578512,0.28099173,0.2603306,0.2892562,0.32231405,0.37603307,0.42975205,0.46280992,0.44214877,0.47107437,0.5165289,0.553719,0.58677685,0.55785125,0.5289256,0.5082645,0.5247934,0.5082645,0.48347107,0.47933885,0.47933885,0.4752066,0.46694216,0.46694216,0.48347107,0.4876033,0.47107437,0.46694216,0.446281,0.42561984,0.45041323,0.45454547,0.45041323,0.44214877,0.446281,0.41322315,0.40082645,0.38429752,0.34710744,0.40495867,0.40082645,0.38016528,0.41735536,0.42561984,0.40495867,0.38842976,0.38016528,0.37603307,0.42975205,0.49586776,0.5413223,0.553719,0.5495868,0.59917355,0.60330576,0.54545456,0.5123967,0.4876033,0.5082645,0.5,0.48347107,0.44214877,0.3966942,0.3140496,0.30991736,0.26859504,0.27272728,0.2768595,0.30165288,0.3677686,0.41735536,0.46694216,0.446281,0.45867768,0.5082645,0.54545456,0.58264464,0.59090906,0.5371901,0.5082645,0.5206612,0.5041322,0.49173555,0.46694216,0.446281,0.42561984,0.3966942,0.36363637,0.35950413,0.338843,0.30165288,0.35123968,0.41322315,0.3181818,0.39256197,0.43801653,0.43801653,0.338843,0.338843,0.47107437,0.5165289,0.49586776,0.39256197,0.5165289,0.47107437,0.34710744,0.44214877,0.38016528,0.3181818,0.22727273,0.11570248,0.17355372,0.37603307,0.45454547,0.5206612,0.553719,0.5371901,0.607438,0.59917355,0.5165289,0.49586776,0.4876033,0.5206612,0.48347107,0.45867768,0.42975205,0.38016528,0.30578512,0.3140496,0.26859504,0.27272728,0.27272728,0.29338843,0.34710744,0.39256197,0.46280992,0.446281,0.45041323,0.4876033,0.5371901,0.553719,0.59917355,0.55785125,0.5123967,0.5206612,0.5165289,0.5041322,0.44214877,0.37190083,0.24793388,0.1983471,0.19008264,0.2520661,0.3553719,0.3305785,0.46694216,0.59917355,0.45867768,0.5123967,0.6198347,0.6446281,0.45867768,0.42561984,0.69008267,0.6942149,0.6570248,0.57024795,0.6818182,0.6198347,0.46280992,0.54545456,0.45454547,0.38429752,0.24380165,0.17355372,0.38016528,0.47933885,0.46694216,0.5165289,0.5495868,0.53305787,0.60330576,0.58677685,0.5,0.48347107,0.49586776,0.49586776,0.47933885,0.45041323,0.4214876,0.35123968,0.30991736,0.3140496,0.26859504,0.2768595,0.2768595,0.28512397,0.3140496,0.3677686,0.43801653,0.446281,0.45867768,0.46694216,0.5,0.54545456,0.59090906,0.58264464,0.5289256,0.5206612,0.5495868,0.4876033,0.45454547,0.3966942,0.2520661,0.16115703,0.18181819,0.20661157,0.38429752,0.3181818,0.446281,0.58264464,0.49173555,0.5206612,0.6694215,0.71900827,0.46694216,0.3429752,0.71900827,0.677686,0.6404959,0.53305787,0.61570245,0.6446281,0.39256197,0.46694216,0.38429752,0.3305785,0.35123968,0.39256197,0.48347107,0.5371901,0.5247934,0.53305787,0.5413223,0.553719,0.60330576,0.5661157,0.4876033,0.4752066,0.49173555,0.49586776,0.46280992,0.43801653,0.3966942,0.30991736,0.3264463,0.3264463,0.2768595,0.2768595,0.27272728,0.27272728,0.29338843,0.36363637,0.40082645,0.4338843,0.4338843,0.43801653,0.47107437,0.5165289,0.5785124,0.59090906,0.553719,0.5413223,0.5371901,0.5247934,0.5165289,0.5289256,0.47933885,0.3553719,0.33471075,0.30991736,0.35950413,0.3264463,0.35950413,0.33471075,0.35950413,0.38842976,0.47107437,0.5413223,0.46280992,0.3429752,0.60330576,0.5289256,0.5206612,0.45041323,0.38429752,0.42975205,0.3677686,0.39256197,0.38842976,0.3966942,0.45454547,0.49173555,0.5206612,0.5661157,0.58264464,0.5495868,0.54545456,0.58264464,0.59917355,0.5413223,0.47107437,0.4752066,0.5,0.47933885,0.45454547,0.42975205,0.35123968,0.30165288,0.33471075,0.3264463,0.26859504,0.27272728,0.2768595,0.28099173,0.27272728,0.33471075,0.38429752,0.41322315,0.4338843,0.4214876,0.45041323,0.4876033,0.5495868,0.58677685,0.57438016,0.56198347,0.5413223,0.5371901,0.54545456,0.54545456,0.57438016,0.53305787,0.44214877,0.41322315,0.45867768,0.4752066,0.45041323,0.4214876,0.4752066,0.47107437,0.43801653,0.4752066,0.4338843,0.44214877,0.5165289,0.4752066,0.4876033,0.45867768,0.41735536,0.42561984,0.45454547,0.47107437,0.45041323,0.48347107,0.5082645,0.5289256,0.5495868,0.59504133,0.59917355,0.55785125,0.55785125,0.58677685,0.58677685,0.5,0.46694216,0.47933885,0.5,0.46694216,0.44214877,0.4090909,0.3140496,0.30165288,0.32231405,0.3305785,0.27272728,0.28099173,0.28512397,0.27272728,0.26859504,0.30991736,0.34710744,0.39256197,0.4338843,0.40495867,0.44214877,0.44214877,0.5123967,0.56198347,0.5785124,0.57438016,0.5413223,0.553719,0.56198347,0.53305787,0.5371901,0.54545456,0.49173555,0.45454547,0.4752066,0.49173555,0.4876033,0.5041322,0.57438016,0.60330576,0.58677685,0.553719,0.5289256,0.5371901,0.59090906,0.59090906,0.59090906,0.56198347,0.54545456,0.53305787,0.49586776,0.4876033,0.49586776,0.4876033,0.5,0.53305787,0.57438016,0.59504133,0.57438016,0.5371901,0.55785125,0.59917355,0.5661157,0.48347107,0.446281,0.5123967,0.49586776,0.45041323,0.4338843,0.34710744,0.30165288,0.32231405,0.3305785,0.3305785,0.2768595,0.2768595,0.27272728,0.28099173,0.2892562,0.3181818,0.3264463,0.36363637,0.42561984,0.41735536,0.43801653,0.42561984,0.47933885,0.53305787,0.57024795,0.56198347,0.55785125,0.56198347,0.58264464,0.5413223,0.5082645,0.5041322,0.5,0.49173555,0.4876033,0.47933885,0.4752066,0.48347107,0.53305787,0.58677685,0.61570245,0.59504133,0.59504133,0.59504133,0.61157024,0.6322314,0.6280992,0.58264464,0.5661157,0.5413223,0.5123967,0.5289256,0.5,0.44214877,0.5082645,0.54545456,0.58264464,0.58264464,0.54545456,0.5082645,0.56198347,0.59090906,0.5289256,0.46694216,0.45867768,0.5,0.47933885,0.446281,0.39256197,0.32231405,0.30578512,0.3305785,0.32231405,0.3181818,0.2644628,0.2603306,0.30578512,0.38016528,0.46694216,0.4090909,0.30991736,0.32231405,0.3966942,0.41322315,0.42975205,0.42561984,0.45867768,0.49586776,0.5495868,0.5661157,0.5495868,0.55785125,0.5661157,0.5495868,0.5123967,0.4876033,0.5,0.49173555,0.5,0.48347107,0.5,0.4876033,0.5206612,0.54545456,0.5785124,0.5785124,0.56198347,0.5661157,0.58264464,0.58264464,0.5785124,0.55785125,0.5289256,0.53305787,0.5289256,0.5413223,0.5041322,0.47107437,0.5165289,0.55785125,0.5661157,0.57438016,0.5123967,0.5123967,0.56198347,0.55785125,0.5,0.45454547,0.4876033,0.47933885,0.45867768,0.4090909,0.34710744,0.2892562,0.3429752,0.3305785,0.3264463,0.3181818,0.24380165,0.38016528,0.5206612,0.5413223,0.48347107,0.38842976,0.32231405,0.29752067,0.3677686,0.40495867,0.41735536,0.43801653,0.43801653,0.45454547,0.5165289,0.56198347,0.55785125,0.55785125,0.56198347,0.54545456,0.5123967,0.49173555,0.47933885,0.4876033,0.5041322,0.4876033,0.4876033,0.4876033,0.5082645,0.5123967,0.5206612,0.5206612,0.5123967,0.5289256,0.5247934,0.53305787,0.53305787,0.53305787,0.5371901,0.5371901,0.5289256,0.5165289,0.5082645,0.49173555,0.5206612,0.54545456,0.56198347,0.5371901,0.5082645,0.5413223,0.56198347,0.53305787,0.4752066,0.46280992,0.49173555,0.46280992,0.42561984,0.36363637,0.30991736,0.3181818,0.32231405,0.32231405,0.3140496,0.3264463,0.42975205,0.6322314,0.59090906,0.5123967,0.57438016,0.44214877,0.32231405,0.30991736,0.3429752,0.36363637,0.4090909,0.4338843,0.45041323,0.4338843,0.48347107,0.5206612,0.54545456,0.5371901,0.5247934,0.55785125,0.5247934,0.5,0.47107437,0.47107437,0.47933885,0.48347107,0.47933885,0.4876033,0.49173555,0.5,0.5,0.5041322,0.5082645,0.5165289,0.5,0.5123967,0.5289256,0.5206612,0.5165289,0.5,0.5123967,0.5041322,0.49586776,0.49586776,0.5165289,0.5289256,0.55785125,0.5289256,0.5247934,0.54545456,0.5413223,0.5041322,0.45454547,0.49173555,0.46694216,0.4338843,0.38429752,0.30578512,0.3181818,0.3140496,0.3264463,0.3181818,0.3140496,0.3264463,0.6859504,0.60330576,0.5041322,0.6446281,0.6570248,0.4214876,0.3140496,0.33471075,0.3181818,0.338843,0.38842976,0.4214876,0.4338843,0.4338843,0.46280992,0.5082645,0.5247934,0.5289256,0.5247934,0.5247934,0.54545456,0.5247934,0.47933885,0.45867768,0.47107437,0.4876033,0.48347107,0.49173555,0.5,0.4876033,0.4876033,0.4876033,0.49173555,0.5,0.5,0.49586776,0.5289256,0.5041322,0.5082645,0.5247934,0.5206612,0.5165289,0.5041322,0.5247934,0.5289256,0.5289256,0.56198347,0.54545456,0.53305787,0.53305787,0.5123967,0.4876033,0.45867768,0.46694216,0.44214877,0.40082645,0.3264463,0.29752067,0.32231405,0.3181818,0.3264463,0.32231405,0.32231405,0.3181818,0.661157,0.4752066,0.6198347,0.7231405,0.5661157,0.35950413,0.33471075,0.3553719,0.3264463,0.30991736,0.3553719,0.38429752,0.41735536,0.4214876,0.4338843,0.47933885,0.5165289,0.5123967,0.5247934,0.5206612,0.5371901,0.553719,0.5165289,0.47107437,0.4752066,0.4876033,0.5,0.5082645,0.53305787,0.5082645,0.4876033,0.49173555,0.5,0.5082645,0.47933885,0.5041322,0.5289256,0.5082645,0.5165289,0.5371901,0.5206612,0.5082645,0.5289256,0.5371901,0.5495868,0.57024795,0.5785124,0.54545456,0.53305787,0.5123967,0.5,0.45867768,0.45041323,0.446281,0.38016528,0.38016528,0.446281,0.3181818,0.32231405,0.3140496,0.3264463,0.3181818,0.32231405,0.3140496,0.4876033,0.55785125,0.73140496,0.6363636,0.37603307,0.34710744,0.36363637,0.3677686,0.34710744,0.2892562,0.33471075,0.3553719,0.38842976,0.39256197,0.4214876,0.45041323,0.5041322,0.5123967,0.5082645,0.5206612,0.5413223,0.57024795,0.553719,0.49586776,0.5123967,0.5,0.5,0.49586776,0.5206612,0.5289256,0.5495868,0.55785125,0.553719,0.55785125,0.5495868,0.5495868,0.5495868,0.53305787,0.5247934,0.54545456,0.5289256,0.5413223,0.5413223,0.53305787,0.5661157,0.60330576,0.58264464,0.5413223,0.5289256,0.4876033,0.47107437,0.446281,0.4338843,0.4090909,0.3553719,0.39256197,0.61157024,0.58264464,0.39256197,0.29338843,0.3181818,0.3264463,0.3181818,0.32231405,0.47107437,0.7066116,0.72727275,0.5,0.23553719,0.3677686,0.37603307,0.38429752,0.35950413,0.3140496,0.29752067,0.32231405,0.3553719,0.3677686,0.38842976,0.40495867,0.45867768,0.49173555,0.49586776,0.5,0.5289256,0.553719,0.57024795,0.5495868,0.553719,0.54545456,0.5413223,0.5247934,0.5247934,0.58264464,0.61570245,0.607438,0.62396693,0.6363636,0.6446281,0.6280992,0.61570245,0.59917355,0.60330576,0.59090906,0.59504133,0.59917355,0.54545456,0.5247934,0.60330576,0.59917355,0.57024795,0.5082645,0.49173555,0.46694216,0.43801653,0.43801653,0.40082645,0.39256197,0.35123968,0.45454547,0.59090906,0.61570245,0.6735537,0.43801653,0.29752067,0.3264463,0.3181818,0.32231405,0.553719,0.79752064,0.6942149,0.3553719,0.1446281,0.40082645,0.40082645,0.38842976,0.3553719,0.33471075,0.30991736,0.2892562,0.3181818,0.35123968,0.36363637,0.37190083,0.41322315,0.45454547,0.46280992,0.4876033,0.5123967,0.553719,0.5495868,0.5785124,0.58264464,0.57438016,0.59504133,0.57438016,0.58264464,0.59917355,0.6404959,0.61157024,0.6404959,0.6487603,0.6570248,0.6363636,0.6322314,0.6280992,0.607438,0.58677685,0.59504133,0.61570245,0.58264464,0.553719,0.59917355,0.58677685,0.55785125,0.47933885,0.45454547,0.42975205,0.4214876,0.38842976,0.38429752,0.42561984,0.338843,0.5082645,0.661157,0.55785125,0.6404959,0.69008267,0.40082645,0.30165288,0.30991736,0.3140496,0.6942149,0.8305785,0.6570248,0.21900827,0.1446281,0.42561984,0.4214876,0.38842976,0.37190083,0.3553719,0.3181818,0.28099173,0.29752067,0.30578512,0.35123968,0.35950413,0.36363637,0.40082645,0.43801653,0.47107437,0.48347107,0.5413223,0.5413223,0.54545456,0.55785125,0.56198347,0.58264464,0.58264464,0.58677685,0.607438,0.6322314,0.6280992,0.6404959,0.6487603,0.6446281,0.6363636,0.6322314,0.62396693,0.5785124,0.5661157,0.5785124,0.59504133,0.59090906,0.5785124,0.57024795,0.5495868,0.5082645,0.45041323,0.4214876,0.40082645,0.3966942,0.36363637,0.4214876,0.45041323,0.33471075,0.5082645,0.72727275,0.6652893,0.5371901,0.6652893,0.74793386,0.3553719,0.26859504,0.3140496,0.79752064,0.8429752,0.6652893,0.0785124,0.25619835,0.46280992,0.43801653,0.39256197,0.37603307,0.37190083,0.338843,0.29338843,0.26859504,0.2892562,0.3181818,0.33471075,0.35123968,0.3553719,0.38429752,0.42561984,0.44214877,0.49173555,0.5289256,0.5206612,0.5289256,0.54545456,0.5371901,0.57024795,0.58677685,0.59504133,0.59917355,0.6322314,0.59504133,0.62396693,0.61157024,0.607438,0.61570245,0.61570245,0.5785124,0.57024795,0.58264464,0.58677685,0.58264464,0.5661157,0.54545456,0.5206612,0.46694216,0.4214876,0.38429752,0.38016528,0.38429752,0.40082645,0.43801653,0.45454547,0.36363637,0.47107437,0.677686,0.77272725,0.57438016,0.58677685,0.73966944,0.6446281,0.30991736,0.29338843,0.8264463,0.90909094,0.6404959,0.0661157,0.38842976,0.47107437,0.44214877,0.4214876,0.38842976,0.38016528,0.35950413,0.3181818,0.27272728,0.28099173,0.29752067,0.3140496,0.33471075,0.3553719,0.34710744,0.36363637,0.3966942,0.44214877,0.4752066,0.5,0.5247934,0.5413223,0.5165289,0.5495868,0.5661157,0.56198347,0.55785125,0.607438,0.5785124,0.59090906,0.58677685,0.59504133,0.57024795,0.58677685,0.5785124,0.5661157,0.54545456,0.55785125,0.53305787,0.5,0.5,0.47933885,0.4090909,0.38016528,0.35950413,0.38429752,0.42561984,0.42975205,0.42975205,0.44214877,0.40495867,0.38842976,0.61157024,0.78099173,0.7231405,0.5082645,0.6652893,0.74380165,0.5041322,0.28512397,0.8471074,0.93801653,0.6404959,0.13636364,0.446281,0.47933885,0.45041323,0.446281,0.42561984,0.3966942,0.37603307,0.34710744,0.3140496,0.2520661,0.29338843,0.3140496,0.30578512,0.3264463,0.35123968,0.3553719,0.34710744,0.38429752,0.41735536,0.43801653,0.47107437,0.5,0.49586776,0.53305787,0.5413223,0.5289256,0.5495868,0.553719,0.553719,0.57438016,0.5661157,0.59090906,0.5371901,0.5785124,0.57024795,0.5289256,0.5,0.5165289,0.47107437,0.45041323,0.45454547,0.41735536,0.36363637,0.3553719,0.3677686,0.4338843,0.446281,0.44214877,0.41735536,0.44214877,0.41735536,0.2603306,0.5041322,0.71900827,0.8181818,0.5247934,0.5785124,0.7355372,0.6859504,0.3264463,0.8553719,0.9586777,0.61157024,0.23140496,0.46694216,0.47933885,0.48347107,0.44214877,0.46694216,0.42561984,0.40082645,0.38016528,0.338843,0.28512397,0.28099173,0.28512397,0.29338843,0.30991736,0.3264463,0.35950413,0.3553719,0.35123968,0.36363637,0.38016528,0.40495867,0.446281,0.45867768,0.4876033,0.5123967,0.5123967,0.5082645,0.5206612,0.5206612,0.53305787,0.5206612,0.53305787,0.5371901,0.5289256,0.5041322,0.5041322,0.4752066,0.47107437,0.42975205,0.4214876,0.3966942,0.36363637,0.35123968,0.41322315,0.44214877,0.47933885,0.45041323,0.45867768,0.42561984,0.43801653,0.4090909,0.18595041,0.41322315,0.6735537,0.8429752,0.6322314,0.5206612,0.71900827,0.7933884,0.45041323,0.8512397,0.9214876,0.6487603,0.28512397,0.4752066,0.5041322,0.49173555,0.45454547,0.48347107,0.46694216,0.4338843,0.40495867,0.35950413,0.32231405,0.2892562,0.27272728,0.2644628,0.29338843,0.30578512,0.3181818,0.34710744,0.35950413,0.36363637,0.3553719,0.37190083,0.37603307,0.41735536,0.4214876,0.46694216,0.4752066,0.45454547,0.48347107,0.4876033,0.4876033,0.47933885,0.47107437,0.49586776,0.47933885,0.45867768,0.45454547,0.43801653,0.3966942,0.39256197,0.37190083,0.3429752,0.37190083,0.4214876,0.47107437,0.4876033,0.48347107,0.45041323,0.43801653,0.42561984,0.45454547,0.38016528,0.15289256,0.3264463,0.62396693,0.8181818,0.7107438,0.46694216,0.69008267,0.7892562,0.6363636,0.8347107,0.91322315,0.6694215,0.3305785,0.4876033,0.5165289,0.49586776,0.48347107,0.47107437,0.4876033,0.49586776,0.44214877,0.38016528,0.37190083,0.3264463,0.29338843,0.27272728,0.2768595,0.29338843,0.30165288,0.3140496,0.3305785,0.3677686,0.35950413,0.3553719,0.35950413,0.37190083,0.38016528,0.40495867,0.42561984,0.42561984,0.4338843,0.4338843,0.43801653,0.42975205,0.4214876,0.44214877,0.42561984,0.42561984,0.41322315,0.39256197,0.3553719,0.3429752,0.338843,0.37603307,0.42975205,0.5,0.5,0.49173555,0.46694216,0.46280992,0.43801653,0.44214877,0.48347107,0.3553719,0.10743801,0.24380165,0.60330576,0.79752064,0.73966944,0.46280992,0.6528926,0.77272725,0.74380165,32 +0.13636364,0.11983471,0.1322314,0.11157025,0.11983471,0.12396694,0.12396694,0.12809917,0.1322314,0.1446281,0.16115703,0.16115703,0.18181819,0.1983471,0.2107438,0.20661157,0.23140496,0.20661157,0.20661157,0.1983471,0.19008264,0.19421488,0.17768595,0.15289256,0.16115703,0.1446281,0.1446281,0.14876033,0.14876033,0.16528925,0.21900827,0.21487603,0.23966943,0.23553719,0.2231405,0.2603306,0.29752067,0.30578512,0.29752067,0.30578512,0.3140496,0.3140496,0.3181818,0.3429752,0.34710744,0.37603307,0.42975205,0.4338843,0.3966942,0.38016528,0.38429752,0.39256197,0.41735536,0.4090909,0.40495867,0.37190083,0.3305785,0.28512397,0.28512397,0.2520661,0.20661157,0.19421488,0.16528925,0.1570248,0.12809917,0.13636364,0.12809917,0.09917355,0.1322314,0.12396694,0.13636364,0.1322314,0.13636364,0.18181819,0.19421488,0.20247933,0.21900827,0.21900827,0.2231405,0.21487603,0.24380165,0.24380165,0.23553719,0.2231405,0.20247933,0.21900827,0.18595041,0.17355372,0.1694215,0.16115703,0.15289256,0.16528925,0.17768595,0.19008264,0.20661157,0.21487603,0.23553719,0.25619835,0.26859504,0.30165288,0.30991736,0.2892562,0.29338843,0.29338843,0.30991736,0.3305785,0.338843,0.3429752,0.3677686,0.4090909,0.42975205,0.43801653,0.43801653,0.4338843,0.446281,0.43801653,0.43801653,0.46280992,0.45041323,0.42975205,0.37190083,0.338843,0.33471075,0.2892562,0.22727273,0.1694215,0.1570248,0.15289256,0.12396694,0.11983471,0.11157025,0.11157025,0.11157025,0.11983471,0.1446281,0.14876033,0.16528925,0.20661157,0.2231405,0.23966943,0.2520661,0.2603306,0.23553719,0.2520661,0.2520661,0.2644628,0.24793388,0.2520661,0.23966943,0.20661157,0.20247933,0.17355372,0.19421488,0.19421488,0.17355372,0.17768595,0.18181819,0.18595041,0.21487603,0.2231405,0.24380165,0.2520661,0.27272728,0.28512397,0.2603306,0.2644628,0.3140496,0.29752067,0.3264463,0.33471075,0.3553719,0.39256197,0.40082645,0.45041323,0.45454547,0.45867768,0.46280992,0.45454547,0.45867768,0.45867768,0.45454547,0.45454547,0.46694216,0.45041323,0.42561984,0.37603307,0.37190083,0.28512397,0.24380165,0.19421488,0.1694215,0.1694215,0.1322314,0.11983471,0.11570248,0.11570248,0.14876033,0.15289256,0.16528925,0.19421488,0.2107438,0.23140496,0.24793388,0.26859504,0.28099173,0.29752067,0.29338843,0.30578512,0.30165288,0.28512397,0.28512397,0.28512397,0.26859504,0.24380165,0.23140496,0.20661157,0.21900827,0.22727273,0.20661157,0.20661157,0.2231405,0.20247933,0.22727273,0.23140496,0.2520661,0.2644628,0.26859504,0.28099173,0.2768595,0.30165288,0.32231405,0.3305785,0.35123968,0.35950413,0.3966942,0.44214877,0.46694216,0.46694216,0.4752066,0.47933885,0.48347107,0.4752066,0.45867768,0.4876033,0.45867768,0.45454547,0.46280992,0.45041323,0.4338843,0.40495867,0.38016528,0.29338843,0.25619835,0.20247933,0.17355372,0.14876033,0.15289256,0.14049587,0.14876033,0.12809917,0.1570248,0.1694215,0.2107438,0.2231405,0.2520661,0.29338843,0.30578512,0.3429752,0.3677686,0.36363637,0.37603307,0.37603307,0.33471075,0.29752067,0.2520661,0.23553719,0.23553719,0.22727273,0.24380165,0.23966943,0.24380165,0.23966943,0.24380165,0.24380165,0.23966943,0.2520661,0.27272728,0.27272728,0.28099173,0.28099173,0.29752067,0.30991736,0.33471075,0.3429752,0.3429752,0.37603307,0.40082645,0.42561984,0.45867768,0.49173555,0.5041322,0.5123967,0.49586776,0.5082645,0.49586776,0.4752066,0.45867768,0.47107437,0.4876033,0.47107437,0.4752066,0.46694216,0.446281,0.41735536,0.38429752,0.3305785,0.2892562,0.20247933,0.18595041,0.13636364,0.1694215,0.19421488,0.18181819,0.18595041,0.17768595,0.20661157,0.25619835,0.29752067,0.35123968,0.4090909,0.4090909,0.4214876,0.41735536,0.3966942,0.4090909,0.40082645,0.37603307,0.3305785,0.32231405,0.28512397,0.2644628,0.23966943,0.24380165,0.23966943,0.24793388,0.23553719,0.27272728,0.28512397,0.27272728,0.29752067,0.3181818,0.3264463,0.3264463,0.338843,0.3553719,0.3677686,0.39256197,0.3966942,0.40082645,0.4214876,0.446281,0.49586776,0.5082645,0.5123967,0.5123967,0.5247934,0.5041322,0.5123967,0.5,0.49173555,0.46694216,0.48347107,0.4876033,0.47933885,0.47933885,0.47107437,0.46280992,0.4338843,0.39256197,0.3553719,0.33471075,0.22727273,0.18595041,0.14876033,0.23553719,0.30578512,0.2644628,0.22727273,0.23966943,0.2520661,0.3305785,0.42561984,0.44214877,0.44214877,0.446281,0.446281,0.45041323,0.42975205,0.44214877,0.4338843,0.41322315,0.4090909,0.39256197,0.38016528,0.35950413,0.34710744,0.30165288,0.2892562,0.29338843,0.29338843,0.28512397,0.3140496,0.32231405,0.34710744,0.35950413,0.36363637,0.37190083,0.39256197,0.4090909,0.4090909,0.42975205,0.44214877,0.44214877,0.47107437,0.48347107,0.5165289,0.5082645,0.5165289,0.5165289,0.5247934,0.5247934,0.5123967,0.49173555,0.5123967,0.49586776,0.49173555,0.49173555,0.4876033,0.4876033,0.48347107,0.45867768,0.43801653,0.41735536,0.39256197,0.38429752,0.30578512,0.1570248,0.1446281,0.39256197,0.44214877,0.38016528,0.28099173,0.2768595,0.34710744,0.48347107,0.55785125,0.54545456,0.5289256,0.5123967,0.5123967,0.5206612,0.5371901,0.53305787,0.5247934,0.5206612,0.5206612,0.5082645,0.46280992,0.45041323,0.41735536,0.38429752,0.38842976,0.38429752,0.38016528,0.36363637,0.38016528,0.37190083,0.3966942,0.40082645,0.41322315,0.41322315,0.42561984,0.43801653,0.446281,0.446281,0.46280992,0.46694216,0.49173555,0.49586776,0.4876033,0.5206612,0.5041322,0.5041322,0.5123967,0.5041322,0.5082645,0.5206612,0.5082645,0.5206612,0.5041322,0.5041322,0.49586776,0.49173555,0.47933885,0.46280992,0.446281,0.41735536,0.40495867,0.41735536,0.38429752,0.19421488,0.11983471,0.5,0.53305787,0.4876033,0.38016528,0.37190083,0.4752066,0.57438016,0.6280992,0.6198347,0.61157024,0.607438,0.61157024,0.6198347,0.6280992,0.6322314,0.607438,0.61570245,0.62396693,0.6198347,0.58264464,0.56198347,0.53305787,0.49586776,0.46694216,0.45041323,0.45041323,0.42561984,0.4214876,0.42561984,0.42975205,0.43801653,0.43801653,0.43801653,0.43801653,0.44214877,0.45454547,0.46280992,0.4752066,0.47933885,0.49586776,0.5041322,0.4876033,0.5041322,0.4876033,0.4876033,0.49173555,0.49173555,0.5041322,0.5165289,0.5041322,0.5247934,0.5165289,0.5165289,0.5165289,0.5,0.4876033,0.45454547,0.46280992,0.4214876,0.41735536,0.4090909,0.40495867,0.30165288,0.11983471,0.5247934,0.56198347,0.5247934,0.47107437,0.47933885,0.5495868,0.60330576,0.6280992,0.6280992,0.6322314,0.62396693,0.61570245,0.62396693,0.6280992,0.6280992,0.6280992,0.6363636,0.6404959,0.6528926,0.6404959,0.62396693,0.59917355,0.5785124,0.54545456,0.5289256,0.5041322,0.49173555,0.47107437,0.4752066,0.47107437,0.48347107,0.46280992,0.46694216,0.45867768,0.45867768,0.47933885,0.45454547,0.4876033,0.4752066,0.4876033,0.48347107,0.48347107,0.48347107,0.47933885,0.47107437,0.48347107,0.47933885,0.49173555,0.5041322,0.5041322,0.5041322,0.5165289,0.5082645,0.5,0.48347107,0.46280992,0.45041323,0.46280992,0.4214876,0.41735536,0.4090909,0.4090909,0.3677686,0.16115703,0.5289256,0.553719,0.53305787,0.5247934,0.53305787,0.5785124,0.607438,0.61157024,0.607438,0.59090906,0.57024795,0.553719,0.54545456,0.56198347,0.58677685,0.58264464,0.5785124,0.59504133,0.607438,0.60330576,0.59090906,0.58677685,0.57438016,0.57024795,0.5661157,0.54545456,0.53305787,0.5247934,0.5289256,0.5165289,0.5123967,0.49586776,0.5,0.4876033,0.47933885,0.4752066,0.48347107,0.46280992,0.4752066,0.49173555,0.4752066,0.4752066,0.46694216,0.46694216,0.45041323,0.45867768,0.46694216,0.45867768,0.47933885,0.4876033,0.46694216,0.47107437,0.48347107,0.46694216,0.44214877,0.42561984,0.41735536,0.446281,0.4214876,0.41322315,0.41735536,0.4214876,0.40495867,0.23553719,0.5413223,0.56198347,0.553719,0.54545456,0.54545456,0.5413223,0.5371901,0.53305787,0.53305787,0.49173555,0.46694216,0.44214877,0.45454547,0.45867768,0.47933885,0.48347107,0.45867768,0.48347107,0.5082645,0.5206612,0.5206612,0.53305787,0.5289256,0.53305787,0.53305787,0.5371901,0.5495868,0.553719,0.5495868,0.5495868,0.5247934,0.5413223,0.53305787,0.5206612,0.5082645,0.5123967,0.47933885,0.4752066,0.46694216,0.46280992,0.45867768,0.45041323,0.45454547,0.42975205,0.4338843,0.4338843,0.4338843,0.4214876,0.4214876,0.4090909,0.4090909,0.38016528,0.3966942,0.40495867,0.38842976,0.37190083,0.37190083,0.37603307,0.4090909,0.4090909,0.41735536,0.41322315,0.41735536,0.29338843,0.553719,0.56198347,0.5661157,0.54545456,0.49586776,0.47107437,0.45041323,0.446281,0.44214877,0.4214876,0.4090909,0.43801653,0.41735536,0.40495867,0.38429752,0.37603307,0.338843,0.35123968,0.3677686,0.37603307,0.41322315,0.42561984,0.4338843,0.446281,0.46694216,0.48347107,0.5123967,0.5247934,0.5371901,0.5495868,0.5371901,0.5495868,0.54545456,0.5371901,0.5165289,0.5206612,0.49173555,0.47107437,0.45041323,0.4214876,0.43801653,0.4090909,0.41322315,0.38016528,0.36363637,0.3677686,0.35950413,0.32231405,0.3181818,0.30578512,0.30165288,0.30165288,0.3181818,0.3429752,0.33471075,0.3264463,0.3264463,0.33471075,0.35123968,0.37603307,0.3966942,0.4090909,0.41735536,0.3305785,0.55785125,0.57024795,0.56198347,0.5247934,0.45041323,0.4214876,0.4338843,0.42975205,0.41735536,0.40082645,0.40082645,0.40082645,0.37603307,0.35950413,0.338843,0.29752067,0.2768595,0.2644628,0.2644628,0.2603306,0.28099173,0.28512397,0.29752067,0.30991736,0.38016528,0.40082645,0.4214876,0.46280992,0.4876033,0.5082645,0.5165289,0.53305787,0.5123967,0.53305787,0.5082645,0.4752066,0.47107437,0.446281,0.40082645,0.3553719,0.35950413,0.3429752,0.30991736,0.2892562,0.2644628,0.2520661,0.23553719,0.23553719,0.23553719,0.23140496,0.23966943,0.2520661,0.26859504,0.30578512,0.2892562,0.30578512,0.3181818,0.3181818,0.3264463,0.338843,0.38429752,0.41322315,0.4214876,0.35123968,0.56198347,0.57438016,0.5661157,0.5206612,0.44214877,0.3966942,0.3966942,0.39256197,0.38016528,0.38429752,0.37190083,0.36363637,0.35123968,0.33471075,0.32231405,0.30165288,0.2892562,0.2644628,0.23553719,0.23140496,0.23140496,0.2231405,0.23966943,0.23553719,0.28099173,0.28099173,0.3264463,0.38842976,0.42561984,0.446281,0.47107437,0.48347107,0.49173555,0.4876033,0.46280992,0.42975205,0.4090909,0.38016528,0.35123968,0.30578512,0.2768595,0.26859504,0.21900827,0.21487603,0.21487603,0.19421488,0.2231405,0.21487603,0.23966943,0.24793388,0.2644628,0.2768595,0.29338843,0.29338843,0.32231405,0.30991736,0.3305785,0.3305785,0.3429752,0.34710744,0.37190083,0.40495867,0.45041323,0.38429752,0.57438016,0.57024795,0.553719,0.5123967,0.46694216,0.41735536,0.38842976,0.38842976,0.3305785,0.30991736,0.26859504,0.25619835,0.23553719,0.2231405,0.15289256,0.15289256,0.1570248,0.14876033,0.17768595,0.24380165,0.23553719,0.18595041,0.20661157,0.22727273,0.23966943,0.25619835,0.28099173,0.32231405,0.36363637,0.38429752,0.4090909,0.4338843,0.446281,0.43801653,0.41735536,0.38016528,0.35950413,0.30991736,0.2892562,0.2644628,0.24380165,0.22727273,0.18595041,0.19421488,0.1983471,0.16528925,0.1570248,0.16528925,0.19008264,0.1983471,0.22727273,0.25619835,0.2768595,0.29338843,0.32231405,0.33471075,0.34710744,0.34710744,0.35950413,0.37603307,0.39256197,0.4090909,0.44214877,0.40495867,0.58677685,0.5785124,0.55785125,0.5123967,0.4876033,0.4338843,0.37190083,0.3305785,0.23966943,0.1983471,0.17355372,0.18595041,0.24793388,0.18181819,0.11570248,0.11983471,0.1322314,0.12396694,0.19008264,0.29752067,0.28512397,0.23553719,0.14049587,0.16115703,0.2107438,0.2520661,0.2644628,0.2644628,0.3181818,0.3305785,0.38842976,0.43801653,0.45867768,0.446281,0.40082645,0.34710744,0.30991736,0.2603306,0.2520661,0.23553719,0.20247933,0.17355372,0.16115703,0.18595041,0.23140496,0.14876033,0.11570248,0.08677686,0.09917355,0.10743801,0.1322314,0.2107438,0.20247933,0.1446281,0.18595041,0.2603306,0.30578512,0.338843,0.37603307,0.39256197,0.40082645,0.41735536,0.44214877,0.41322315,0.59090906,0.59504133,0.58677685,0.553719,0.5,0.4338843,0.36363637,0.33471075,0.28512397,0.2892562,0.28512397,0.26859504,0.29752067,0.24793388,0.20247933,0.17768595,0.18595041,0.17355372,0.23140496,0.29752067,0.2520661,0.21900827,0.1694215,0.16528925,0.19421488,0.24380165,0.2644628,0.25619835,0.30578512,0.38016528,0.5,0.5785124,0.56198347,0.53305787,0.46694216,0.39256197,0.2892562,0.24380165,0.23966943,0.21487603,0.16528925,0.14049587,0.15289256,0.16528925,0.26859504,0.20661157,0.16115703,0.12809917,0.11157025,0.1446281,0.18595041,0.28512397,0.20661157,0.1570248,0.15289256,0.16528925,0.23966943,0.3140496,0.36363637,0.40495867,0.4214876,0.4214876,0.4338843,0.40495867,0.59090906,0.607438,0.61157024,0.62396693,0.59090906,0.5495868,0.53305787,0.5082645,0.5,0.49173555,0.5082645,0.5247934,0.4752066,0.44214877,0.38016528,0.3429752,0.3264463,0.30991736,0.28512397,0.30578512,0.2768595,0.23140496,0.23966943,0.24380165,0.23553719,0.28512397,0.24793388,0.2520661,0.3553719,0.5123967,0.62396693,0.69008267,0.6446281,0.60330576,0.5413223,0.45867768,0.30578512,0.2603306,0.2231405,0.23966943,0.22727273,0.2107438,0.19421488,0.24380165,0.2644628,0.2603306,0.2520661,0.24380165,0.23966943,0.22727273,0.30578512,0.29752067,0.30578512,0.30165288,0.28099173,0.27272728,0.2644628,0.29338843,0.34710744,0.41322315,0.42561984,0.42561984,0.4338843,0.39256197,0.61157024,0.6280992,0.6322314,0.6404959,0.6322314,0.6404959,0.6322314,0.6198347,0.59917355,0.55785125,0.553719,0.57438016,0.57438016,0.5206612,0.47107437,0.46280992,0.44214877,0.45041323,0.41322315,0.3553719,0.30165288,0.28512397,0.27272728,0.29338843,0.2892562,0.30165288,0.26859504,0.30578512,0.446281,0.58264464,0.6818182,0.7355372,0.6859504,0.6363636,0.59504133,0.49586776,0.38016528,0.29752067,0.2520661,0.2892562,0.28512397,0.28099173,0.30165288,0.29338843,0.33471075,0.33471075,0.33471075,0.3429752,0.3553719,0.34710744,0.3677686,0.38016528,0.39256197,0.38429752,0.39256197,0.3966942,0.40082645,0.40495867,0.4090909,0.44214877,0.43801653,0.43801653,0.4214876,0.39256197,0.61570245,0.6322314,0.6404959,0.6528926,0.6570248,0.6818182,0.6735537,0.6652893,0.6570248,0.607438,0.5206612,0.4876033,0.5,0.48347107,0.46280992,0.43801653,0.42561984,0.4090909,0.38429752,0.3677686,0.3305785,0.3264463,0.35123968,0.35123968,0.35950413,0.3264463,0.39256197,0.446281,0.5206612,0.6198347,0.6983471,0.71900827,0.6942149,0.6652893,0.62396693,0.5041322,0.40495867,0.35950413,0.34710744,0.3553719,0.3677686,0.3429752,0.3264463,0.3140496,0.33471075,0.35123968,0.3429752,0.38016528,0.39256197,0.39256197,0.41322315,0.41735536,0.41322315,0.40495867,0.4214876,0.42561984,0.45454547,0.45454547,0.44214877,0.446281,0.45454547,0.4338843,0.40495867,0.38016528,0.6198347,0.6446281,0.6528926,0.661157,0.6652893,0.677686,0.6818182,0.6818182,0.6694215,0.6487603,0.6280992,0.5661157,0.5371901,0.5,0.45867768,0.4214876,0.38429752,0.3966942,0.42561984,0.46280992,0.45867768,0.45867768,0.5082645,0.5165289,0.5206612,0.49173555,0.5371901,0.54545456,0.55785125,0.6198347,0.69008267,0.70247936,0.6652893,0.6694215,0.6322314,0.5082645,0.41322315,0.3966942,0.41735536,0.4214876,0.446281,0.43801653,0.4090909,0.35950413,0.34710744,0.3264463,0.30991736,0.34710744,0.37190083,0.3677686,0.38016528,0.39256197,0.38429752,0.40495867,0.41322315,0.446281,0.45867768,0.46694216,0.45454547,0.45041323,0.45867768,0.446281,0.41322315,0.38016528,0.61570245,0.6363636,0.6404959,0.6652893,0.6735537,0.6694215,0.6983471,0.7066116,0.6983471,0.70247936,0.70247936,0.6942149,0.677686,0.6404959,0.6363636,0.6322314,0.59504133,0.58677685,0.59504133,0.61570245,0.6280992,0.6322314,0.6570248,0.6404959,0.61570245,0.61570245,0.59504133,0.5785124,0.5785124,0.6280992,0.6859504,0.71900827,0.70247936,0.6694215,0.6363636,0.5247934,0.41735536,0.40495867,0.44214877,0.44214877,0.46694216,0.4876033,0.46280992,0.446281,0.42561984,0.40082645,0.38016528,0.3677686,0.35123968,0.35950413,0.38429752,0.3966942,0.40082645,0.4214876,0.44214877,0.43801653,0.45041323,0.46694216,0.45867768,0.45454547,0.446281,0.45041323,0.42561984,0.39256197,0.60330576,0.6198347,0.6280992,0.6487603,0.677686,0.677686,0.7231405,0.7355372,0.72727275,0.73140496,0.7355372,0.7355372,0.7231405,0.6818182,0.70247936,0.6735537,0.6735537,0.6735537,0.69008267,0.6859504,0.6942149,0.677686,0.69008267,0.6735537,0.6363636,0.6198347,0.59917355,0.58677685,0.59504133,0.6280992,0.677686,0.7066116,0.6942149,0.6652893,0.6322314,0.5495868,0.446281,0.41322315,0.43801653,0.46280992,0.4752066,0.5165289,0.5206612,0.5082645,0.5041322,0.5041322,0.47107437,0.46694216,0.44214877,0.45041323,0.48347107,0.48347107,0.4876033,0.49173555,0.49586776,0.4752066,0.47107437,0.4752066,0.46694216,0.45041323,0.45454547,0.42561984,0.41322315,0.41322315,0.57438016,0.61157024,0.61157024,0.6280992,0.661157,0.677686,0.7066116,0.72727275,0.74380165,0.74793386,0.75206614,0.74793386,0.7231405,0.7066116,0.7231405,0.70247936,0.71487606,0.71487606,0.71487606,0.70247936,0.69008267,0.6983471,0.6859504,0.6652893,0.6198347,0.61157024,0.59917355,0.60330576,0.61157024,0.6446281,0.69008267,0.70247936,0.70247936,0.6735537,0.6363636,0.59504133,0.49173555,0.43801653,0.446281,0.45454547,0.4752066,0.5206612,0.55785125,0.5661157,0.55785125,0.5661157,0.5495868,0.53305787,0.5206612,0.53305787,0.5661157,0.55785125,0.5495868,0.53305787,0.5413223,0.5247934,0.49586776,0.49586776,0.47107437,0.44214877,0.42975205,0.42975205,0.38842976,0.44214877,0.55785125,0.5785124,0.58264464,0.59917355,0.6487603,0.6487603,0.6404959,0.6694215,0.72727275,0.7355372,0.74793386,0.74380165,0.73140496,0.72727275,0.72727275,0.7231405,0.7231405,0.71900827,0.71487606,0.70247936,0.7066116,0.6942149,0.677686,0.6487603,0.6198347,0.6198347,0.61157024,0.6198347,0.62396693,0.6570248,0.69008267,0.71487606,0.7066116,0.6818182,0.6528926,0.59917355,0.5289256,0.47933885,0.4876033,0.45454547,0.47107437,0.5165289,0.55785125,0.5661157,0.59090906,0.59504133,0.59504133,0.58677685,0.58677685,0.61157024,0.58677685,0.5785124,0.5661157,0.54545456,0.5495868,0.5371901,0.5165289,0.5082645,0.45041323,0.44214877,0.4214876,0.41735536,0.3966942,0.46280992,0.5413223,0.56198347,0.5661157,0.59090906,0.6280992,0.61570245,0.6198347,0.6363636,0.6818182,0.6942149,0.71487606,0.73966944,0.7355372,0.7355372,0.72727275,0.71487606,0.7231405,0.72727275,0.71487606,0.71487606,0.7107438,0.69008267,0.6652893,0.6363636,0.60330576,0.62396693,0.62396693,0.607438,0.62396693,0.6528926,0.6983471,0.6983471,0.70247936,0.6859504,0.6446281,0.61157024,0.5206612,0.5,0.5,0.46280992,0.46280992,0.5165289,0.55785125,0.57438016,0.58677685,0.59917355,0.6198347,0.61157024,0.62396693,0.6363636,0.6198347,0.60330576,0.59090906,0.55785125,0.553719,0.5371901,0.5082645,0.5041322,0.446281,0.44214877,0.42561984,0.41735536,0.3966942,0.46280992,0.5206612,0.5495868,0.57024795,0.58264464,0.61157024,0.60330576,0.6198347,0.6363636,0.6570248,0.677686,0.6983471,0.73140496,0.72727275,0.7231405,0.7066116,0.71487606,0.7107438,0.72727275,0.70247936,0.6983471,0.677686,0.6446281,0.61157024,0.60330576,0.59090906,0.6322314,0.607438,0.58264464,0.61157024,0.6363636,0.6942149,0.71900827,0.6859504,0.677686,0.661157,0.6198347,0.54545456,0.4752066,0.5082645,0.5165289,0.446281,0.47107437,0.5413223,0.5661157,0.59090906,0.60330576,0.6280992,0.61570245,0.62396693,0.6404959,0.61570245,0.61570245,0.59504133,0.58264464,0.553719,0.5413223,0.5041322,0.49173555,0.446281,0.4338843,0.4338843,0.41322315,0.41322315,0.45454547,0.5206612,0.53305787,0.5495868,0.553719,0.5785124,0.59917355,0.607438,0.6322314,0.6446281,0.6487603,0.6570248,0.677686,0.70247936,0.7066116,0.69008267,0.7066116,0.6818182,0.6818182,0.661157,0.6487603,0.61570245,0.56198347,0.55785125,0.6198347,0.6280992,0.62396693,0.60330576,0.59504133,0.61570245,0.6280992,0.6735537,0.7231405,0.69008267,0.661157,0.661157,0.61570245,0.56198347,0.4876033,0.5123967,0.58677685,0.5495868,0.43801653,0.47107437,0.5413223,0.5785124,0.59917355,0.6198347,0.6198347,0.61157024,0.61570245,0.61157024,0.61157024,0.59090906,0.5785124,0.56198347,0.5661157,0.5289256,0.5,0.45867768,0.42975205,0.42975205,0.40495867,0.4214876,0.42975205,0.5165289,0.5123967,0.5206612,0.53305787,0.56198347,0.5785124,0.59090906,0.59917355,0.61570245,0.6198347,0.6363636,0.6322314,0.6528926,0.661157,0.6528926,0.6735537,0.6363636,0.6280992,0.62396693,0.57024795,0.5041322,0.49586776,0.57438016,0.6322314,0.6528926,0.6404959,0.61157024,0.6280992,0.61157024,0.607438,0.6446281,0.6942149,0.677686,0.6446281,0.661157,0.6280992,0.58677685,0.54545456,0.5413223,0.607438,0.6280992,0.5082645,0.4090909,0.49586776,0.553719,0.57438016,0.59917355,0.607438,0.60330576,0.59504133,0.59090906,0.58264464,0.5785124,0.55785125,0.5247934,0.5371901,0.5165289,0.47933885,0.44214877,0.4338843,0.3966942,0.41322315,0.40495867,0.37190083,0.5206612,0.5165289,0.5165289,0.5206612,0.5413223,0.5661157,0.5785124,0.56198347,0.59504133,0.59504133,0.60330576,0.607438,0.607438,0.61157024,0.6198347,0.61570245,0.59090906,0.57024795,0.5289256,0.4876033,0.45454547,0.49586776,0.58264464,0.6198347,0.6322314,0.61570245,0.6363636,0.6363636,0.62396693,0.6694215,0.71900827,0.6983471,0.677686,0.661157,0.6570248,0.6446281,0.60330576,0.57024795,0.5495868,0.5785124,0.60330576,0.55785125,0.41322315,0.4338843,0.5206612,0.54545456,0.57024795,0.58677685,0.58264464,0.58264464,0.57438016,0.57024795,0.553719,0.5289256,0.5082645,0.5,0.4876033,0.46280992,0.42561984,0.41322315,0.41322315,0.38429752,0.36363637,0.26859504,0.5123967,0.5123967,0.5041322,0.5,0.5165289,0.553719,0.5371901,0.55785125,0.56198347,0.57024795,0.57024795,0.58677685,0.5785124,0.57024795,0.57024795,0.57024795,0.5371901,0.5,0.45867768,0.4876033,0.5289256,0.5041322,0.55785125,0.5785124,0.59090906,0.58264464,0.59090906,0.57438016,0.58677685,0.6404959,0.6818182,0.6528926,0.6280992,0.607438,0.607438,0.6198347,0.5661157,0.5247934,0.5041322,0.5165289,0.5165289,0.5082645,0.4338843,0.40495867,0.4752066,0.5,0.53305787,0.553719,0.5413223,0.55785125,0.553719,0.5371901,0.5165289,0.49173555,0.47933885,0.46280992,0.45867768,0.42561984,0.4090909,0.41735536,0.41322315,0.35123968,0.2520661,0.22727273,0.49586776,0.5,0.4876033,0.48347107,0.5041322,0.5206612,0.5289256,0.5413223,0.5495868,0.54545456,0.54545456,0.56198347,0.5371901,0.5413223,0.5289256,0.5165289,0.4876033,0.45041323,0.4752066,0.54545456,0.59917355,0.5413223,0.46280992,0.47933885,0.49586776,0.5041322,0.5165289,0.47933885,0.46694216,0.5165289,0.54545456,0.54545456,0.5247934,0.49173555,0.4876033,0.49173555,0.4214876,0.4214876,0.4090909,0.42975205,0.42975205,0.4338843,0.40082645,0.38429752,0.44214877,0.47107437,0.48347107,0.5041322,0.5,0.5206612,0.5082645,0.5,0.46694216,0.4752066,0.45454547,0.4338843,0.4338843,0.41322315,0.3966942,0.40495867,0.41322315,0.29338843,0.2107438,0.22727273,0.4752066,0.5041322,0.48347107,0.48347107,0.49173555,0.5,0.5,0.5082645,0.5041322,0.5206612,0.5082645,0.5165289,0.49586776,0.5,0.5041322,0.5041322,0.47107437,0.46280992,0.5371901,0.5661157,0.60330576,0.61570245,0.45454547,0.3140496,0.28099173,0.2892562,0.34710744,0.37190083,0.38016528,0.38842976,0.43801653,0.4338843,0.41322315,0.3966942,0.38429752,0.37190083,0.34710744,0.3305785,0.30991736,0.30165288,0.34710744,0.38429752,0.38016528,0.36363637,0.3966942,0.4338843,0.45867768,0.47107437,0.47107437,0.46280992,0.47107437,0.45041323,0.42975205,0.44214877,0.4214876,0.40495867,0.40495867,0.4090909,0.38842976,0.4090909,0.3966942,0.2603306,0.20247933,0.21900827,0.4752066,0.47933885,0.47107437,0.4752066,0.47933885,0.49586776,0.4876033,0.47107437,0.47933885,0.47107437,0.4752066,0.47933885,0.4752066,0.48347107,0.4752066,0.49173555,0.49173555,0.5495868,0.57438016,0.59917355,0.60330576,0.6280992,0.55785125,0.34710744,0.2107438,0.20247933,0.20247933,0.23140496,0.2520661,0.2892562,0.35123968,0.3305785,0.3553719,0.3264463,0.29752067,0.2603306,0.23553719,0.22727273,0.1983471,0.1983471,0.338843,0.4090909,0.40082645,0.3677686,0.38429752,0.41322315,0.45041323,0.45454547,0.4338843,0.4214876,0.4214876,0.4090909,0.40082645,0.4090909,0.3966942,0.39256197,0.38016528,0.37603307,0.38429752,0.40495867,0.38842976,0.22727273,0.2107438,0.2231405,0.46694216,0.49173555,0.46694216,0.45867768,0.47107437,0.4752066,0.4752066,0.45041323,0.4338843,0.45454547,0.44214877,0.45041323,0.47107437,0.49173555,0.5123967,0.5165289,0.5371901,0.58677685,0.61157024,0.6363636,0.6363636,0.6280992,0.6198347,0.54545456,0.40082645,0.29752067,0.29338843,0.2603306,0.23140496,0.21487603,0.23966943,0.23966943,0.2603306,0.2520661,0.22727273,0.21900827,0.19421488,0.2107438,0.2231405,0.29338843,0.38842976,0.4214876,0.41322315,0.40082645,0.38016528,0.41735536,0.4214876,0.42975205,0.42975205,0.40082645,0.3966942,0.37603307,0.38016528,0.38429752,0.39256197,0.37190083,0.38429752,0.3677686,0.38429752,0.41322315,0.338843,0.20661157,0.20661157,0.22727273,0.45454547,0.4752066,0.4752066,0.45867768,0.4338843,0.45454547,0.47933885,0.46280992,0.44214877,0.45041323,0.45454547,0.46694216,0.49586776,0.53305787,0.5661157,0.55785125,0.57024795,0.607438,0.6404959,0.6363636,0.6363636,0.6322314,0.62396693,0.61570245,0.57024795,0.5247934,0.46694216,0.3677686,0.3140496,0.24380165,0.22727273,0.23966943,0.2520661,0.25619835,0.25619835,0.27272728,0.30991736,0.30991736,0.37603307,0.38016528,0.41735536,0.4338843,0.4338843,0.42561984,0.38429752,0.40082645,0.43801653,0.42975205,0.42975205,0.4090909,0.38016528,0.37190083,0.38016528,0.38429752,0.37190083,0.38016528,0.37603307,0.37190083,0.38016528,0.41322315,0.27272728,0.20661157,0.21900827,0.2231405,0.46694216,0.4752066,0.47933885,0.47933885,0.43801653,0.46694216,0.47933885,0.49173555,0.47107437,0.46694216,0.49173555,0.5247934,0.5371901,0.5661157,0.5661157,0.55785125,0.5785124,0.61570245,0.6322314,0.6404959,0.6404959,0.6322314,0.6280992,0.61570245,0.607438,0.59917355,0.5785124,0.5247934,0.446281,0.34710744,0.28512397,0.27272728,0.3181818,0.32231405,0.33471075,0.3553719,0.38016528,0.39256197,0.40495867,0.41322315,0.42975205,0.446281,0.45041323,0.43801653,0.40495867,0.3966942,0.4090909,0.45867768,0.43801653,0.41322315,0.40082645,0.39256197,0.38429752,0.40082645,0.3553719,0.37603307,0.37603307,0.38016528,0.38016528,0.38842976,0.23553719,0.21487603,0.21900827,0.21487603,0.46694216,0.47933885,0.48347107,0.48347107,0.47933885,0.5,0.49586776,0.5123967,0.5123967,0.5082645,0.53305787,0.553719,0.56198347,0.57438016,0.57024795,0.57438016,0.58677685,0.61157024,0.6198347,0.61157024,0.61570245,0.6280992,0.6198347,0.61157024,0.60330576,0.59504133,0.59090906,0.57024795,0.5082645,0.43801653,0.34710744,0.33471075,0.3429752,0.3677686,0.38842976,0.3966942,0.39256197,0.41735536,0.42975205,0.41322315,0.42561984,0.4338843,0.446281,0.44214877,0.42561984,0.40495867,0.4090909,0.43801653,0.446281,0.44214877,0.42561984,0.42561984,0.3966942,0.3966942,0.38016528,0.38429752,0.39256197,0.38016528,0.39256197,0.35123968,0.21900827,0.21900827,0.20661157,0.22727273,0.46694216,0.4876033,0.48347107,0.4752066,0.49586776,0.5165289,0.5123967,0.5371901,0.5495868,0.54545456,0.553719,0.5495868,0.55785125,0.553719,0.553719,0.57438016,0.57024795,0.60330576,0.607438,0.59917355,0.59090906,0.59090906,0.607438,0.607438,0.61570245,0.59917355,0.58677685,0.57438016,0.57024795,0.5165289,0.46280992,0.446281,0.41735536,0.41735536,0.4090909,0.40495867,0.4214876,0.42561984,0.43801653,0.41735536,0.4214876,0.42561984,0.4338843,0.44214877,0.43801653,0.41735536,0.41735536,0.41735536,0.42561984,0.45041323,0.45041323,0.4338843,0.42561984,0.40495867,0.40495867,0.39256197,0.39256197,0.38429752,0.38429752,0.3181818,0.2107438,0.2107438,0.21487603,0.21900827,0.46280992,0.47107437,0.49586776,0.48347107,0.5041322,0.5165289,0.5289256,0.56198347,0.5785124,0.56198347,0.57024795,0.56198347,0.56198347,0.5661157,0.54545456,0.5495868,0.53305787,0.553719,0.56198347,0.5495868,0.56198347,0.5785124,0.58677685,0.58677685,0.61157024,0.6404959,0.607438,0.62396693,0.6363636,0.59917355,0.56198347,0.5371901,0.5247934,0.49173555,0.47107437,0.446281,0.45867768,0.4338843,0.43801653,0.42561984,0.41735536,0.42975205,0.42561984,0.43801653,0.41322315,0.40495867,0.3966942,0.40495867,0.4214876,0.44214877,0.46694216,0.44214877,0.43801653,0.41735536,0.40495867,0.3966942,0.3966942,0.37190083,0.38016528,0.2768595,0.1983471,0.22727273,0.21900827,0.21487603,0.45867768,0.46694216,0.4876033,0.5,0.5041322,0.5165289,0.5413223,0.57024795,0.59504133,0.58264464,0.5661157,0.553719,0.553719,0.55785125,0.5413223,0.53305787,0.5165289,0.53305787,0.5371901,0.53305787,0.5495868,0.57024795,0.5661157,0.57438016,0.58264464,0.60330576,0.553719,0.5495868,0.5495868,0.53305787,0.57024795,0.5661157,0.57438016,0.53305787,0.46694216,0.44214877,0.44214877,0.43801653,0.42975205,0.43801653,0.41735536,0.41322315,0.41322315,0.40082645,0.40082645,0.3966942,0.38842976,0.4090909,0.4214876,0.44214877,0.46280992,0.446281,0.42975205,0.41735536,0.3966942,0.3966942,0.39256197,0.38429752,0.35123968,0.22727273,0.1983471,0.2231405,0.2231405,0.2107438,0.45454547,0.47107437,0.4752066,0.5,0.5,0.5082645,0.553719,0.57024795,0.57438016,0.59917355,0.5661157,0.5413223,0.5495868,0.54545456,0.5165289,0.5247934,0.5289256,0.5,0.5165289,0.5041322,0.46280992,0.44214877,0.41322315,0.38016528,0.34710744,0.3305785,0.3264463,0.32231405,0.3264463,0.32231405,0.36363637,0.4090909,0.39256197,0.37190083,0.32231405,0.3181818,0.3181818,0.338843,0.35123968,0.37603307,0.40082645,0.38429752,0.38842976,0.3966942,0.38842976,0.3966942,0.38842976,0.41735536,0.42975205,0.43801653,0.45041323,0.4338843,0.42975205,0.41735536,0.38429752,0.38842976,0.3966942,0.39256197,0.30165288,0.19421488,0.2107438,0.20661157,0.2231405,0.22727273,0.446281,0.46694216,0.47933885,0.49173555,0.5041322,0.5165289,0.5371901,0.56198347,0.57024795,0.5785124,0.57438016,0.53305787,0.54545456,0.5247934,0.48347107,0.47107437,0.42561984,0.38842976,0.37603307,0.34710744,0.2892562,0.24793388,0.23140496,0.21900827,0.2892562,0.28512397,0.2603306,0.30578512,0.30578512,0.28512397,0.2107438,0.2520661,0.27272728,0.29338843,0.2644628,0.24793388,0.24380165,0.23966943,0.21900827,0.25619835,0.26859504,0.29338843,0.3181818,0.3264463,0.35950413,0.38016528,0.38429752,0.42561984,0.42561984,0.42975205,0.42975205,0.42975205,0.43801653,0.3966942,0.38842976,0.38429752,0.38016528,0.35950413,0.24793388,0.20661157,0.2107438,0.21900827,0.21900827,0.2107438,0.44214877,0.45867768,0.47107437,0.4752066,0.5082645,0.5,0.5123967,0.5371901,0.57438016,0.5785124,0.56198347,0.5413223,0.5289256,0.5041322,0.44214877,0.42975205,0.3677686,0.2644628,0.23553719,0.2520661,0.19421488,0.17355372,0.19421488,0.2603306,0.30578512,0.35950413,0.30991736,0.3677686,0.41322315,0.39256197,0.23553719,0.30165288,0.3677686,0.36363637,0.32231405,0.27272728,0.28099173,0.24380165,0.18181819,0.1694215,0.1694215,0.18181819,0.19421488,0.23966943,0.32231405,0.35950413,0.38016528,0.4090909,0.41735536,0.42561984,0.42561984,0.4214876,0.4214876,0.40495867,0.38429752,0.38016528,0.38429752,0.30991736,0.21487603,0.21487603,0.19421488,0.22727273,0.21487603,0.2107438,0.41735536,0.45454547,0.45454547,0.45867768,0.48347107,0.4876033,0.5123967,0.5289256,0.553719,0.56198347,0.54545456,0.54545456,0.49173555,0.46280992,0.446281,0.47933885,0.48347107,0.39256197,0.38429752,0.40495867,0.40082645,0.2892562,0.27272728,0.3140496,0.28512397,0.35950413,0.37603307,0.3305785,0.38429752,0.38842976,0.3264463,0.37190083,0.38429752,0.3677686,0.3677686,0.28512397,0.26859504,0.2603306,0.18595041,0.16115703,0.23140496,0.25619835,0.23966943,0.30578512,0.35123968,0.36363637,0.38842976,0.40082645,0.41735536,0.42975205,0.4214876,0.41735536,0.41322315,0.40495867,0.38016528,0.38429752,0.37190083,0.24380165,0.1983471,0.22727273,0.21487603,0.21487603,0.2107438,0.21487603,0.39256197,0.4338843,0.45454547,0.45867768,0.47933885,0.46694216,0.5041322,0.5165289,0.5413223,0.5495868,0.54545456,0.5413223,0.5041322,0.47107437,0.4752066,0.53305787,0.57024795,0.55785125,0.54545456,0.5289256,0.553719,0.5247934,0.47107437,0.42561984,0.35950413,0.3677686,0.40495867,0.3181818,0.3553719,0.3966942,0.35123968,0.4090909,0.38016528,0.35123968,0.38842976,0.3140496,0.29752067,0.29752067,0.26859504,0.27272728,0.3181818,0.3429752,0.35950413,0.36363637,0.39256197,0.3677686,0.38016528,0.40082645,0.4214876,0.42561984,0.42561984,0.4090909,0.38842976,0.38016528,0.38429752,0.40495867,0.30991736,0.20247933,0.2107438,0.20661157,0.2107438,0.21900827,0.2107438,0.2107438,0.37603307,0.40495867,0.42561984,0.45041323,0.48347107,0.47933885,0.48347107,0.48347107,0.5165289,0.5371901,0.5371901,0.5165289,0.49586776,0.49173555,0.5206612,0.56198347,0.58677685,0.59504133,0.59090906,0.5413223,0.5206612,0.5247934,0.5661157,0.56198347,0.5206612,0.48347107,0.46694216,0.42561984,0.41735536,0.4214876,0.3966942,0.42975205,0.40495867,0.3677686,0.3429752,0.30578512,0.35123968,0.37190083,0.38016528,0.37190083,0.37603307,0.41322315,0.39256197,0.41322315,0.40495867,0.40082645,0.3966942,0.40495867,0.4090909,0.42561984,0.41735536,0.40495867,0.38842976,0.38016528,0.35123968,0.45867768,0.40082645,0.19421488,0.2107438,0.21487603,0.2107438,0.2231405,0.20661157,0.1983471,0.36363637,0.37190083,0.42561984,0.42975205,0.46694216,0.47933885,0.45454547,0.47107437,0.5082645,0.5289256,0.5289256,0.5041322,0.5041322,0.53305787,0.57024795,0.58264464,0.5495868,0.5785124,0.57024795,0.5413223,0.54545456,0.5,0.5206612,0.5247934,0.5661157,0.61570245,0.5495868,0.5413223,0.5,0.47933885,0.5123967,0.5495868,0.54545456,0.5289256,0.49586776,0.4752066,0.46694216,0.44214877,0.4214876,0.4090909,0.41735536,0.45041323,0.42561984,0.42975205,0.4214876,0.41322315,0.40495867,0.40082645,0.41322315,0.42975205,0.41322315,0.3966942,0.39256197,0.38842976,0.35123968,0.4090909,0.58677685,0.46280992,0.2520661,0.20661157,0.2107438,0.21900827,0.2107438,0.20661157,0.35950413,0.38016528,0.38842976,0.42561984,0.446281,0.46694216,0.45867768,0.46280992,0.5082645,0.5041322,0.5289256,0.5041322,0.5082645,0.5495868,0.56198347,0.5661157,0.54545456,0.5495868,0.5495868,0.53305787,0.5289256,0.5041322,0.49586776,0.47933885,0.45454547,0.5165289,0.5413223,0.54545456,0.5165289,0.5,0.53305787,0.55785125,0.58264464,0.56198347,0.5165289,0.4876033,0.45454547,0.4214876,0.41735536,0.40495867,0.4090909,0.42561984,0.4338843,0.42561984,0.42975205,0.4090909,0.40082645,0.40082645,0.41322315,0.41322315,0.4090909,0.38429752,0.38016528,0.38016528,0.37190083,0.32231405,0.41735536,0.60330576,0.553719,0.30578512,0.19008264,0.21900827,0.2107438,0.21900827,0.38016528,0.48347107,0.46694216,0.39256197,0.42561984,0.45454547,0.4752066,0.4752066,0.4752066,0.49586776,0.5123967,0.5206612,0.5123967,0.5413223,0.55785125,0.5413223,0.53305787,0.5495868,0.5289256,0.5206612,0.5206612,0.49586776,0.47107437,0.46694216,0.46280992,0.48347107,0.4876033,0.49586776,0.48347107,0.46694216,0.47107437,0.49173555,0.4876033,0.46694216,0.42975205,0.42975205,0.4090909,0.41735536,0.4090909,0.3677686,0.37603307,0.42561984,0.41735536,0.42561984,0.42561984,0.4090909,0.38429752,0.38429752,0.41322315,0.40495867,0.38842976,0.37603307,0.3677686,0.36363637,0.40082645,0.4214876,0.35123968,0.45454547,0.61157024,0.59504133,0.30165288,0.17355372,0.20661157,0.20661157,0.5495868,0.74380165,0.6404959,0.38016528,0.39256197,0.43801653,0.45867768,0.46694216,0.47933885,0.49173555,0.49173555,0.5082645,0.5206612,0.53305787,0.553719,0.5495868,0.5247934,0.5206612,0.5082645,0.5041322,0.49586776,0.48347107,0.4752066,0.44214877,0.44214877,0.43801653,0.41735536,0.4090909,0.38842976,0.38429752,0.38429752,0.40082645,0.40082645,0.38842976,0.38429752,0.38016528,0.38429752,0.39256197,0.40495867,0.40082645,0.38016528,0.4090909,0.41322315,0.41322315,0.41735536,0.37603307,0.39256197,0.38429752,0.40495867,0.3966942,0.37190083,0.3677686,0.35950413,0.38429752,0.3553719,0.5495868,0.46280992,0.3677686,0.5041322,0.6198347,0.607438,0.24380165,0.19008264,0.1983471,0.73140496,0.78099173,0.7066116,0.4752066,0.38429752,0.4090909,0.43801653,0.45454547,0.47107437,0.4876033,0.5041322,0.5082645,0.5165289,0.5247934,0.5247934,0.54545456,0.5247934,0.49586776,0.49173555,0.4876033,0.45454547,0.45867768,0.46280992,0.45041323,0.4338843,0.42561984,0.3966942,0.35950413,0.35123968,0.338843,0.3264463,0.338843,0.338843,0.34710744,0.37603307,0.3677686,0.37603307,0.38429752,0.37603307,0.40082645,0.38429752,0.40082645,0.40495867,0.41735536,0.41322315,0.3966942,0.39256197,0.38842976,0.39256197,0.38842976,0.3677686,0.36363637,0.39256197,0.37603307,0.32231405,0.5041322,0.59504133,0.39256197,0.40082645,0.5289256,0.6735537,0.5082645,0.1983471,0.19421488,0.7231405,0.8140496,0.75206614,0.5082645,0.47933885,0.40082645,0.40082645,0.42561984,0.446281,0.4752066,0.48347107,0.5041322,0.49173555,0.5371901,0.5371901,0.53305787,0.53305787,0.5206612,0.49586776,0.47107437,0.4752066,0.4752066,0.45867768,0.46694216,0.45454547,0.4338843,0.4090909,0.37603307,0.38842976,0.37603307,0.36363637,0.35950413,0.35950413,0.36363637,0.36363637,0.3677686,0.38429752,0.37603307,0.3677686,0.3966942,0.39256197,0.38842976,0.40082645,0.42561984,0.4214876,0.39256197,0.38016528,0.39256197,0.38016528,0.36363637,0.3553719,0.37190083,0.37603307,0.37603307,0.3140496,0.3966942,0.59917355,0.5289256,0.34710744,0.47933885,0.58677685,0.69008267,0.3553719,0.15289256,0.8016529,0.8264463,0.6818182,0.48347107,0.49173555,0.46280992,0.40082645,0.40082645,0.4090909,0.43801653,0.46280992,0.49173555,0.5082645,0.5165289,0.553719,0.56198347,0.57438016,0.55785125,0.5206612,0.5123967,0.5082645,0.5,0.49586776,0.5,0.5,0.48347107,0.49586776,0.47933885,0.47107437,0.45454547,0.44214877,0.42975205,0.4338843,0.3966942,0.38429752,0.38429752,0.3966942,0.38016528,0.38842976,0.40082645,0.4214876,0.41322315,0.446281,0.446281,0.42561984,0.40082645,0.38016528,0.39256197,0.35950413,0.35950413,0.37603307,0.38429752,0.38842976,0.37603307,0.3140496,0.30991736,0.5371901,0.6404959,0.35123968,0.38429752,0.54545456,0.6652893,0.57024795,0.14049587,0.8140496,0.71487606,0.5041322,0.446281,0.48347107,0.4876033,0.446281,0.4090909,0.38016528,0.40495867,0.4214876,0.45867768,0.49173555,0.5,0.5413223,0.56198347,0.58677685,0.607438,0.57438016,0.58264464,0.5785124,0.553719,0.5495868,0.5495868,0.5785124,0.6198347,0.6404959,0.6280992,0.6404959,0.58677685,0.57438016,0.56198347,0.5413223,0.5,0.45867768,0.45867768,0.44214877,0.42975205,0.4214876,0.4214876,0.45454547,0.46280992,0.4752066,0.44214877,0.41322315,0.40082645,0.38429752,0.35950413,0.35950413,0.38429752,0.38016528,0.38842976,0.38429752,0.37190083,0.30991736,0.22727273,0.45041323,0.6652893,0.45867768,0.2892562,0.4752066,0.62396693,0.6818182,0.17355372,0.76859504,0.53305787,0.42975205,0.45867768,0.47933885,0.49173555,0.48347107,0.4338843,0.38429752,0.36363637,0.38016528,0.41735536,0.446281,0.48347107,0.5165289,0.56198347,0.59504133,0.59917355,0.61570245,0.62396693,0.6198347,0.6322314,0.6198347,0.61157024,0.6198347,0.6652893,0.677686,0.6487603,0.6528926,0.61570245,0.61570245,0.59917355,0.607438,0.59504133,0.57438016,0.5413223,0.5371901,0.5289256,0.4752066,0.41322315,0.45867768,0.4876033,0.4752066,0.4214876,0.38842976,0.37603307,0.35950413,0.3553719,0.3677686,0.3966942,0.35123968,0.37603307,0.37603307,0.38016528,0.2644628,0.17355372,0.4090909,0.6404959,0.58677685,0.24793388,0.3966942,0.58677685,0.70247936,0.30578512,0.6487603,0.41735536,0.41735536,0.48347107,0.47933885,0.47933885,0.4876033,0.46694216,0.42975205,0.33471075,0.338843,0.37603307,0.4090909,0.45041323,0.49586776,0.5289256,0.59504133,0.59090906,0.60330576,0.6198347,0.62396693,0.6446281,0.6446281,0.6322314,0.6570248,0.6487603,0.661157,0.6446281,0.6363636,0.60330576,0.61157024,0.5785124,0.59090906,0.5785124,0.553719,0.5289256,0.5289256,0.5495868,0.53305787,0.4752066,0.4752066,0.47933885,0.45041323,0.3966942,0.35950413,0.34710744,0.3677686,0.37190083,0.37190083,0.38016528,0.35950413,0.34710744,0.37190083,0.37190083,0.2644628,0.1322314,0.40495867,0.607438,0.6652893,0.2603306,0.30578512,0.57024795,0.6859504,0.42561984,0.53305787,0.38429752,0.40495867,0.5041322,0.5,0.4752066,0.47933885,0.4752066,0.45454547,0.40082645,0.33471075,0.3305785,0.35123968,0.38429752,0.4338843,0.47107437,0.5247934,0.58677685,0.59090906,0.58264464,0.59917355,0.61570245,0.6280992,0.6198347,0.6446281,0.6198347,0.61570245,0.607438,0.59090906,0.58677685,0.56198347,0.5495868,0.5495868,0.5371901,0.5165289,0.5123967,0.5,0.5247934,0.5371901,0.4752066,0.46280992,0.446281,0.4090909,0.37603307,0.3429752,0.35123968,0.38016528,0.3677686,0.3677686,0.35950413,0.3677686,0.3553719,0.34710744,0.38842976,0.28099173,0.14049587,0.40082645,0.59504133,0.6735537,0.29338843,0.27272728,0.58677685,0.6694215,0.56198347,0.46694216,0.30578512,0.35950413,0.5247934,0.5123967,0.49586776,0.49173555,0.49173555,0.46694216,0.446281,0.40082645,0.3305785,0.3140496,0.338843,0.36363637,0.41322315,0.46694216,0.5082645,0.55785125,0.553719,0.57024795,0.56198347,0.57024795,0.59504133,0.58677685,0.5661157,0.553719,0.56198347,0.5495868,0.54545456,0.5206612,0.5041322,0.5041322,0.49586776,0.48347107,0.4876033,0.48347107,0.48347107,0.47107437,0.45454547,0.42975205,0.40082645,0.36363637,0.338843,0.37190083,0.37603307,0.38016528,0.38429752,0.37190083,0.35950413,0.36363637,0.36363637,0.3553719,0.40082645,0.2892562,0.1322314,0.4214876,0.607438,0.6487603,0.26859504,0.3140496,0.6363636,0.6652893,0.59504133,0.40082645,0.19008264,0.37190083,0.54545456,0.49173555,0.5082645,0.5123967,0.49173555,0.48347107,0.46280992,0.4214876,0.37603307,0.3305785,0.2892562,0.30578512,0.338843,0.39256197,0.42975205,0.46694216,0.5165289,0.5289256,0.5206612,0.5247934,0.5371901,0.5289256,0.5165289,0.5165289,0.5,0.5041322,0.5,0.48347107,0.46280992,0.46280992,0.46280992,0.45041323,0.42975205,0.42975205,0.4214876,0.3966942,0.39256197,0.38429752,0.36363637,0.33471075,0.35123968,0.38016528,0.39256197,0.37603307,0.38016528,0.36363637,0.36363637,0.35950413,0.36363637,0.38429752,0.38842976,0.23553719,0.11570248,0.47107437,0.62396693,0.607438,0.26859504,0.40082645,0.6404959,0.6652893,0.59917355,0.3140496,0.16528925,0.48347107,0.553719,0.5,0.49586776,0.5289256,0.5123967,0.4876033,0.4752066,0.44214877,0.41735536,0.37190083,0.30578512,0.29752067,0.30578512,0.30165288,0.338843,0.37603307,0.42561984,0.45454547,0.45454547,0.46694216,0.4752066,0.4752066,0.45041323,0.46694216,0.44214877,0.43801653,0.4338843,0.4338843,0.42561984,0.4214876,0.4338843,0.4090909,0.38842976,0.37603307,0.37190083,0.35950413,0.3553719,0.3305785,0.3264463,0.3553719,0.37603307,0.37603307,0.38429752,0.38016528,0.37190083,0.3553719,0.35950413,0.3677686,0.36363637,0.37603307,0.40082645,0.14876033,0.19008264,0.54545456,0.6528926,0.553719,0.30165288,0.47107437,0.6446281,0.6570248,0.61157024,0.1983471,0.2603306,0.553719,0.54545456,0.5165289,0.5,0.5082645,0.5413223,0.5206612,0.4752066,0.45041323,0.44214877,0.40082645,0.35123968,0.3140496,0.3140496,0.30578512,0.30991736,0.30165288,0.33471075,0.3677686,0.39256197,0.40082645,0.40082645,0.41322315,0.40082645,0.40082645,0.40082645,0.38429752,0.37190083,0.37603307,0.37603307,0.3677686,0.3677686,0.34710744,0.3553719,0.338843,0.338843,0.3264463,0.3181818,0.33471075,0.3553719,0.3429752,0.39256197,0.37190083,0.3677686,0.37603307,0.3677686,0.35123968,0.37190083,0.37603307,0.37603307,0.37603307,0.34710744,0.11983471,0.35950413,0.59504133,0.6694215,0.5041322,0.35123968,0.5123967,0.6446281,0.6570248,0.62396693,0.12396694,0.42975205,0.59090906,0.5495868,0.53305787,0.5165289,0.5082645,0.5165289,0.53305787,0.5082645,0.46694216,0.45454547,0.42561984,0.39256197,0.338843,0.3264463,0.3181818,0.30991736,0.3181818,0.29338843,0.3140496,0.32231405,0.35950413,0.35123968,0.35950413,0.35123968,0.35123968,0.33471075,0.35123968,0.3429752,0.338843,0.33471075,0.3429752,0.3553719,0.3429752,0.32231405,0.30165288,0.30991736,0.3140496,0.32231405,0.3677686,0.37190083,0.3553719,0.38842976,0.37190083,0.3553719,0.36363637,0.3553719,0.37190083,0.38016528,0.37603307,0.37190083,0.35950413,0.2520661,0.2107438,0.5082645,0.6198347,0.6859504,0.47933885,0.38842976,0.53305787,0.6404959,0.6570248,0.6404959,32 +0.446281,0.46694216,0.47107437,0.47933885,0.5206612,0.5495868,0.57438016,0.60330576,0.61570245,0.61157024,0.55785125,0.58264464,0.5661157,0.57024795,0.607438,0.59917355,0.5785124,0.58677685,0.59090906,0.58264464,0.5785124,0.5661157,0.57024795,0.57024795,0.5495868,0.55785125,0.553719,0.56198347,0.53305787,0.5413223,0.56198347,0.58677685,0.55785125,0.5495868,0.56198347,0.53305787,0.53305787,0.5371901,0.5661157,0.5495868,0.5413223,0.54545456,0.54545456,0.553719,0.53305787,0.5495868,0.5289256,0.53305787,0.5289256,0.5371901,0.5123967,0.5206612,0.54545456,0.5495868,0.5206612,0.5206612,0.49586776,0.49586776,0.4752066,0.47933885,0.47107437,0.37190083,0.21900827,0.2231405,0.46694216,0.48347107,0.48347107,0.47933885,0.54545456,0.58264464,0.61157024,0.6198347,0.6487603,0.5661157,0.553719,0.59090906,0.56198347,0.5661157,0.5785124,0.607438,0.58264464,0.59917355,0.61570245,0.6198347,0.61570245,0.60330576,0.58264464,0.58677685,0.58677685,0.58264464,0.5785124,0.58264464,0.57438016,0.55785125,0.57024795,0.59504133,0.56198347,0.5495868,0.5785124,0.57438016,0.56198347,0.553719,0.55785125,0.5495868,0.5247934,0.5413223,0.5289256,0.54545456,0.53305787,0.54545456,0.5206612,0.5247934,0.5289256,0.49173555,0.5206612,0.5123967,0.5289256,0.5371901,0.5247934,0.54545456,0.48347107,0.47107437,0.4876033,0.49173555,0.49586776,0.43801653,0.2644628,0.22727273,0.5,0.5123967,0.49586776,0.5206612,0.5495868,0.607438,0.57438016,0.6198347,0.62396693,0.56198347,0.56198347,0.57438016,0.58264464,0.58677685,0.553719,0.59090906,0.57024795,0.59504133,0.61157024,0.6198347,0.6198347,0.61157024,0.58264464,0.58264464,0.59090906,0.58677685,0.59504133,0.59504133,0.57024795,0.5785124,0.56198347,0.59504133,0.59090906,0.58677685,0.59504133,0.61157024,0.5661157,0.54545456,0.54545456,0.553719,0.5289256,0.54545456,0.53305787,0.5206612,0.5371901,0.5289256,0.5,0.5082645,0.5165289,0.5082645,0.5123967,0.5123967,0.5206612,0.5082645,0.5,0.5289256,0.49586776,0.45041323,0.49586776,0.5123967,0.47933885,0.46694216,0.3140496,0.24793388,0.5041322,0.49173555,0.5041322,0.53305787,0.57024795,0.5661157,0.58677685,0.61570245,0.59917355,0.56198347,0.57438016,0.5661157,0.56198347,0.59090906,0.57024795,0.59090906,0.5661157,0.59090906,0.59504133,0.59917355,0.59917355,0.59917355,0.58677685,0.59504133,0.59090906,0.58677685,0.5785124,0.59504133,0.57024795,0.5785124,0.5495868,0.59090906,0.61157024,0.59090906,0.5785124,0.607438,0.5371901,0.5371901,0.53305787,0.54545456,0.5371901,0.553719,0.56198347,0.5165289,0.5123967,0.5082645,0.5082645,0.45867768,0.46280992,0.45454547,0.46694216,0.49586776,0.5371901,0.5082645,0.5,0.5123967,0.5082645,0.49173555,0.5,0.5206612,0.47933885,0.46694216,0.35950413,0.23966943,0.5082645,0.5082645,0.5041322,0.5289256,0.5785124,0.57024795,0.58677685,0.59090906,0.5785124,0.57024795,0.54545456,0.5165289,0.5289256,0.53305787,0.55785125,0.58677685,0.5661157,0.57438016,0.57438016,0.58677685,0.59090906,0.58677685,0.57024795,0.58264464,0.56198347,0.59090906,0.5661157,0.5661157,0.55785125,0.5371901,0.5289256,0.57024795,0.59504133,0.5495868,0.54545456,0.55785125,0.5289256,0.5123967,0.5247934,0.53305787,0.5289256,0.5495868,0.57024795,0.48347107,0.44214877,0.4338843,0.45041323,0.3966942,0.37603307,0.37603307,0.38429752,0.41322315,0.47107437,0.4876033,0.49586776,0.5082645,0.5206612,0.5165289,0.5,0.49173555,0.49173555,0.48347107,0.38842976,0.2892562,0.5247934,0.5041322,0.5041322,0.57438016,0.59917355,0.59090906,0.5661157,0.54545456,0.5495868,0.53305787,0.49586776,0.46280992,0.48347107,0.47933885,0.5165289,0.53305787,0.5247934,0.54545456,0.55785125,0.5206612,0.55785125,0.55785125,0.5413223,0.54545456,0.5289256,0.5413223,0.553719,0.5206612,0.5371901,0.5206612,0.53305787,0.5413223,0.5495868,0.5206612,0.5247934,0.5041322,0.5,0.4876033,0.5082645,0.5123967,0.5247934,0.5123967,0.4876033,0.4214876,0.3677686,0.33471075,0.3553719,0.3429752,0.3181818,0.3429752,0.38429752,0.3677686,0.40082645,0.44214877,0.45041323,0.45867768,0.5082645,0.5123967,0.5082645,0.47933885,0.48347107,0.4752066,0.43801653,0.34710744,0.49586776,0.5206612,0.54545456,0.59917355,0.59504133,0.5785124,0.55785125,0.5371901,0.5495868,0.48347107,0.45041323,0.4338843,0.44214877,0.42561984,0.44214877,0.446281,0.43801653,0.45454547,0.47933885,0.45454547,0.42975205,0.46280992,0.48347107,0.5041322,0.5165289,0.49586776,0.5,0.49586776,0.5041322,0.5289256,0.5371901,0.54545456,0.5206612,0.49586776,0.5,0.47933885,0.46280992,0.45041323,0.46280992,0.47107437,0.45454547,0.4338843,0.38842976,0.3677686,0.3140496,0.2644628,0.29752067,0.30165288,0.30165288,0.29338843,0.3429752,0.35950413,0.37603307,0.41735536,0.45454547,0.4338843,0.49586776,0.49586776,0.4876033,0.4752066,0.48347107,0.47107437,0.46694216,0.37190083,0.45454547,0.54545456,0.55785125,0.5785124,0.5495868,0.59917355,0.57024795,0.5041322,0.5,0.41322315,0.38429752,0.37190083,0.4090909,0.38842976,0.38016528,0.34710744,0.3181818,0.33471075,0.3264463,0.338843,0.30991736,0.3429752,0.35950413,0.44214877,0.47107437,0.46280992,0.446281,0.47107437,0.5206612,0.5413223,0.5413223,0.5289256,0.5,0.49173555,0.45867768,0.44214877,0.41735536,0.40082645,0.39256197,0.37190083,0.35123968,0.3429752,0.29338843,0.2520661,0.20661157,0.2231405,0.2603306,0.2768595,0.26859504,0.2520661,0.2892562,0.33471075,0.34710744,0.37603307,0.41735536,0.4338843,0.5165289,0.47933885,0.47933885,0.5082645,0.5165289,0.47933885,0.46280992,0.38429752,0.49173555,0.553719,0.59917355,0.5495868,0.4752066,0.5165289,0.46280992,0.40495867,0.41735536,0.35950413,0.33471075,0.30991736,0.338843,0.40082645,0.43801653,0.4090909,0.3553719,0.28512397,0.2603306,0.2768595,0.2644628,0.30165288,0.3140496,0.36363637,0.38429752,0.42561984,0.42975205,0.46280992,0.553719,0.5661157,0.553719,0.54545456,0.5082645,0.47933885,0.43801653,0.41735536,0.3677686,0.3677686,0.34710744,0.29338843,0.2892562,0.28099173,0.23553719,0.21900827,0.21487603,0.22727273,0.2520661,0.25619835,0.28099173,0.2644628,0.29338843,0.29752067,0.29752067,0.32231405,0.3553719,0.35950413,0.44214877,0.45041323,0.5,0.5,0.5,0.5,0.45454547,0.38429752,0.5206612,0.553719,0.5247934,0.41735536,0.3553719,0.35950413,0.40495867,0.4338843,0.40495867,0.41735536,0.38842976,0.3677686,0.35123968,0.35950413,0.42975205,0.3966942,0.37190083,0.3553719,0.32231405,0.29338843,0.27272728,0.27272728,0.28512397,0.30991736,0.32231405,0.40082645,0.41735536,0.5123967,0.57024795,0.59090906,0.58677685,0.58264464,0.5371901,0.5,0.45867768,0.43801653,0.35123968,0.3140496,0.30991736,0.2892562,0.26859504,0.26859504,0.26859504,0.3140496,0.33471075,0.3553719,0.3140496,0.29752067,0.30165288,0.29752067,0.30578512,0.30578512,0.29752067,0.29338843,0.3140496,0.30165288,0.30578512,0.2892562,0.35950413,0.42975205,0.45041323,0.48347107,0.46280992,0.39256197,0.4752066,0.4752066,0.3966942,0.41322315,0.46280992,0.4876033,0.5041322,0.5413223,0.41322315,0.43801653,0.33471075,0.32231405,0.2768595,0.2520661,0.6528926,0.40082645,0.28099173,0.30991736,0.2892562,0.29752067,0.30165288,0.3181818,0.28512397,0.2892562,0.2768595,0.3305785,0.4214876,0.5785124,0.59090906,0.58677685,0.59090906,0.59504133,0.55785125,0.53305787,0.5041322,0.47107437,0.36363637,0.30991736,0.32231405,0.4090909,0.5,0.5041322,0.47933885,0.45867768,0.4338843,0.45041323,0.46694216,0.3966942,0.3429752,0.3429752,0.2892562,0.30991736,0.37190083,0.39256197,0.3966942,0.37603307,0.3429752,0.3429752,0.26859504,0.3181818,0.30991736,0.3677686,0.45454547,0.40495867,0.27272728,0.33471075,0.45867768,0.46694216,0.54545456,0.5289256,0.5495868,0.53305787,0.41322315,0.35950413,0.3305785,0.3553719,0.28099173,0.5165289,0.88842976,0.8057851,0.29752067,0.3264463,0.30165288,0.2520661,0.28099173,0.30578512,0.30578512,0.35123968,0.4090909,0.34710744,0.3305785,0.49586776,0.62396693,0.59504133,0.58264464,0.59090906,0.58264464,0.5495868,0.5495868,0.4876033,0.3677686,0.3181818,0.3140496,0.40495867,0.43801653,0.4338843,0.45041323,0.47107437,0.5289256,0.6446281,0.677686,0.5082645,0.40495867,0.3429752,0.38016528,0.29338843,0.3264463,0.38429752,0.4338843,0.42975205,0.3264463,0.36363637,0.23553719,0.29752067,0.35950413,0.21487603,0.3140496,0.33471075,0.1694215,0.3181818,0.446281,0.38429752,0.5041322,0.5165289,0.5289256,0.49586776,0.37603307,0.32231405,0.38429752,0.38842976,0.33471075,0.45041323,0.78099173,0.7066116,0.39256197,0.45041323,0.42975205,0.3677686,0.36363637,0.36363637,0.37190083,0.3966942,0.5041322,0.49586776,0.38016528,0.40082645,0.5206612,0.58677685,0.58264464,0.59917355,0.59090906,0.5661157,0.55785125,0.45454547,0.3305785,0.30165288,0.3966942,0.47933885,0.4876033,0.47107437,0.45041323,0.45041323,0.5082645,0.49173555,0.6198347,0.5165289,0.42975205,0.446281,0.38429752,0.41322315,0.30578512,0.3553719,0.44214877,0.46694216,0.34710744,0.41322315,0.15289256,0.21900827,0.3429752,0.35950413,0.16115703,0.30578512,0.13636364,0.44214877,0.4090909,0.37603307,0.47107437,0.553719,0.47933885,0.44214877,0.338843,0.3264463,0.39256197,0.4338843,0.3429752,0.28099173,0.46280992,0.5082645,0.41322315,0.42561984,0.40495867,0.3966942,0.4090909,0.42975205,0.41735536,0.45041323,0.5123967,0.55785125,0.42561984,0.38842976,0.42561984,0.446281,0.47933885,0.5041322,0.49586776,0.5165289,0.5123967,0.38429752,0.27272728,0.338843,0.4214876,0.43801653,0.41322315,0.38842976,0.37603307,0.42975205,0.45454547,0.49586776,0.8636364,0.71900827,0.44214877,0.446281,0.44214877,0.4338843,0.40495867,0.32231405,0.42561984,0.47107437,0.40495867,0.43801653,0.12809917,0.2520661,0.37190083,0.47933885,0.2231405,0.3181818,0.2231405,0.5289256,0.35123968,0.30165288,0.4752066,0.54545456,0.40082645,0.40082645,0.40082645,0.38016528,0.446281,0.47107437,0.37190083,0.38016528,0.3553719,0.34710744,0.338843,0.36363637,0.35950413,0.3429752,0.29752067,0.3140496,0.38016528,0.42975205,0.5413223,0.5661157,0.49173555,0.35950413,0.46280992,0.338843,0.446281,0.6570248,0.26859504,0.38016528,0.446281,0.41322315,0.19008264,0.40082645,0.35950413,0.37190083,0.3677686,0.3677686,0.3677686,0.3553719,0.29338843,0.41322315,0.8140496,0.6528926,0.28099173,0.43801653,0.41322315,0.40082645,0.49173555,0.38016528,0.4214876,0.49586776,0.45041323,0.38016528,0.08677686,0.23553719,0.5041322,0.57438016,0.38016528,0.26859504,0.28099173,0.46694216,0.37190083,0.3181818,0.47933885,0.49173555,0.40082645,0.41322315,0.45867768,0.42561984,0.43801653,0.45454547,0.3553719,0.38429752,0.2231405,0.16528925,0.14876033,0.1983471,0.2520661,0.29338843,0.35950413,0.36363637,0.38842976,0.43801653,0.54545456,0.5661157,0.5371901,0.338843,0.38016528,0.34710744,0.338843,0.5495868,0.30991736,0.30165288,0.36363637,0.3677686,0.23966943,0.39256197,0.38429752,0.44214877,0.45454547,0.38842976,0.3553719,0.33471075,0.28099173,0.21487603,0.30165288,0.2231405,0.17355372,0.2520661,0.3305785,0.37603307,0.45041323,0.45867768,0.41322315,0.5082645,0.48347107,0.3553719,0.13636364,0.25619835,0.446281,0.6652893,0.49173555,0.28512397,0.2768595,0.43801653,0.32231405,0.39256197,0.48347107,0.46280992,0.4752066,0.49173555,0.553719,0.56198347,0.5289256,0.42975205,0.35950413,0.5041322,0.23966943,0.16115703,0.15289256,0.20661157,0.26859504,0.23966943,0.3264463,0.4090909,0.5123967,0.5123967,0.5206612,0.53305787,0.56198347,0.26859504,0.37190083,0.38429752,0.44214877,0.57024795,0.48347107,0.338843,0.38016528,0.35123968,0.30578512,0.3966942,0.40495867,0.5082645,0.5,0.4338843,0.47107437,0.43801653,0.4090909,0.3264463,0.23966943,0.20661157,0.23966943,0.24793388,0.38842976,0.338843,0.3966942,0.42975205,0.4338843,0.45454547,0.5371901,0.38016528,0.18595041,0.29338843,0.3966942,0.53305787,0.553719,0.29752067,0.29338843,0.38429752,0.29752067,0.47933885,0.5123967,0.5041322,0.59090906,0.58264464,0.6404959,0.6322314,0.5082645,0.45454547,0.45041323,0.45867768,0.25619835,0.23140496,0.24793388,0.29338843,0.34710744,0.35123968,0.33471075,0.38842976,0.4876033,0.5123967,0.5041322,0.5123967,0.5123967,0.2892562,0.32231405,0.30991736,0.3429752,0.58264464,0.44214877,0.29338843,0.30991736,0.60330576,0.30578512,0.38429752,0.38429752,0.45454547,0.46694216,0.38842976,0.4214876,0.43801653,0.43801653,0.338843,0.28099173,0.24380165,0.24793388,0.28099173,0.40082645,0.37190083,0.35123968,0.338843,0.3966942,0.37190083,0.44214877,0.45867768,0.23140496,0.2520661,0.30578512,0.3966942,0.6322314,0.2520661,0.38429752,0.30991736,0.2107438,0.43801653,0.5661157,0.58677685,0.6694215,0.6487603,0.62396693,0.58677685,0.5082645,0.5165289,0.6528926,0.5495868,0.41322315,0.3305785,0.32231405,0.3429752,0.33471075,0.3181818,0.30991736,0.3181818,0.3966942,0.4752066,0.5495868,0.57024795,0.45041323,0.38842976,0.14876033,0.2892562,0.3966942,0.48347107,0.5206612,0.46694216,0.15289256,0.73140496,0.2768595,0.3677686,0.40495867,0.38016528,0.33471075,0.3305785,0.3553719,0.41322315,0.40082645,0.33471075,0.3140496,0.28099173,0.28099173,0.30578512,0.34710744,0.38016528,0.35123968,0.3305785,0.37603307,0.3966942,0.41735536,0.46280992,0.21487603,0.18595041,0.23553719,0.46694216,0.6198347,0.17768595,0.45867768,0.41322315,0.36363637,0.47107437,0.58677685,0.5785124,0.61570245,0.6280992,0.58264464,0.53305787,0.5,0.43801653,0.553719,0.4876033,0.446281,0.40082645,0.40495867,0.45867768,0.42561984,0.40082645,0.3677686,0.35123968,0.46280992,0.5413223,0.61157024,0.59917355,0.43801653,0.338843,0.21900827,0.446281,0.49586776,0.5082645,0.5082645,0.4752066,0.2603306,0.5123967,0.28512397,0.35950413,0.5041322,0.42975205,0.3553719,0.38016528,0.38842976,0.42975205,0.4090909,0.38842976,0.3966942,0.38016528,0.37603307,0.39256197,0.3966942,0.39256197,0.35950413,0.37190083,0.40495867,0.47107437,0.5206612,0.45041323,0.27272728,0.10743801,0.23140496,0.5289256,0.58264464,0.21900827,0.45454547,0.5206612,0.56198347,0.59504133,0.6446281,0.6322314,0.58677685,0.58264464,0.5661157,0.5495868,0.5082645,0.43801653,0.4876033,0.5123967,0.49173555,0.4752066,0.4876033,0.5,0.45454547,0.45867768,0.4090909,0.44214877,0.5371901,0.58264464,0.59917355,0.62396693,0.38016528,0.3181818,0.3264463,0.49173555,0.5206612,0.53305787,0.5082645,0.45454547,0.3677686,0.2768595,0.30991736,0.28099173,0.5289256,0.49173555,0.43801653,0.3966942,0.38016528,0.42975205,0.42561984,0.42975205,0.45454547,0.446281,0.4214876,0.42561984,0.4214876,0.41735536,0.4214876,0.43801653,0.446281,0.49173555,0.54545456,0.5165289,0.4752066,0.20661157,0.27272728,0.42561984,0.5123967,0.28099173,0.3966942,0.57024795,0.5785124,0.59504133,0.6652893,0.607438,0.55785125,0.5661157,0.59504133,0.58677685,0.54545456,0.49586776,0.5123967,0.5123967,0.5123967,0.49173555,0.46280992,0.45867768,0.41735536,0.4214876,0.42975205,0.5413223,0.5661157,0.59504133,0.6487603,0.47933885,0.41735536,0.30165288,0.38842976,0.5289256,0.5247934,0.5661157,0.4876033,0.4338843,0.38016528,0.28512397,0.29338843,0.17355372,0.54545456,0.49586776,0.5,0.4752066,0.4090909,0.37603307,0.38016528,0.4090909,0.43801653,0.4338843,0.43801653,0.4338843,0.4338843,0.43801653,0.42975205,0.4214876,0.42561984,0.45867768,0.5082645,0.5206612,0.53305787,0.3966942,0.38016528,0.18595041,0.45867768,0.29338843,0.338843,0.58264464,0.57438016,0.607438,0.6570248,0.5785124,0.5413223,0.5082645,0.58264464,0.59917355,0.57438016,0.5247934,0.53305787,0.53305787,0.5123967,0.46694216,0.446281,0.41322315,0.37190083,0.446281,0.5206612,0.56198347,0.5661157,0.61157024,0.6446281,0.43801653,0.34710744,0.29338843,0.4752066,0.5661157,0.53305787,0.5495868,0.49173555,0.44214877,0.4090909,0.30991736,0.28099173,0.1983471,0.53305787,0.47933885,0.49586776,0.5041322,0.4876033,0.42561984,0.3553719,0.32231405,0.36363637,0.38429752,0.40495867,0.41322315,0.4338843,0.446281,0.42561984,0.42561984,0.42975205,0.42975205,0.48347107,0.49586776,0.5041322,0.40495867,0.3677686,0.09090909,0.5206612,0.27272728,0.27272728,0.56198347,0.5661157,0.61570245,0.62396693,0.55785125,0.5785124,0.5206612,0.5289256,0.57024795,0.58264464,0.53305787,0.54545456,0.5082645,0.47933885,0.4214876,0.3553719,0.3966942,0.45454547,0.53305787,0.5371901,0.553719,0.5661157,0.60330576,0.553719,0.29752067,0.2892562,0.38429752,0.5413223,0.553719,0.5413223,0.5371901,0.49173555,0.446281,0.446281,0.33471075,0.28512397,0.23553719,0.3966942,0.5041322,0.5041322,0.48347107,0.5,0.5,0.4752066,0.40495867,0.3677686,0.35950413,0.37190083,0.38842976,0.39256197,0.42561984,0.42975205,0.44214877,0.45041323,0.4752066,0.47107437,0.5,0.47933885,0.41322315,0.32231405,0.2520661,0.45454547,0.28099173,0.25619835,0.5123967,0.58677685,0.607438,0.60330576,0.59090906,0.58264464,0.553719,0.49173555,0.5289256,0.54545456,0.5041322,0.5413223,0.47107437,0.44214877,0.42561984,0.41735536,0.5165289,0.5289256,0.55785125,0.56198347,0.55785125,0.59090906,0.62396693,0.38016528,0.21900827,0.3305785,0.5041322,0.55785125,0.5495868,0.53305787,0.5247934,0.5,0.45454547,0.46280992,0.39256197,0.3140496,0.2644628,0.2603306,0.48347107,0.5082645,0.48347107,0.49173555,0.49173555,0.45867768,0.48347107,0.47107437,0.45041323,0.45041323,0.446281,0.446281,0.446281,0.4338843,0.46694216,0.46694216,0.47107437,0.49586776,0.49173555,0.46694216,0.4338843,0.3181818,0.3553719,0.36363637,0.34710744,0.35950413,0.38842976,0.607438,0.607438,0.607438,0.59917355,0.57024795,0.5661157,0.5082645,0.5413223,0.54545456,0.5,0.5082645,0.48347107,0.46694216,0.49173555,0.5247934,0.5413223,0.5413223,0.5371901,0.56198347,0.55785125,0.59917355,0.48347107,0.22727273,0.29338843,0.37603307,0.553719,0.5785124,0.55785125,0.53305787,0.5082645,0.49586776,0.46694216,0.4752066,0.446281,0.338843,0.2768595,0.23140496,0.35123968,0.48347107,0.4752066,0.5206612,0.45867768,0.46694216,0.4752066,0.46280992,0.4752066,0.45867768,0.46280992,0.46280992,0.46694216,0.45041323,0.4876033,0.4752066,0.48347107,0.49586776,0.47933885,0.45454547,0.41322315,0.3553719,0.39256197,0.35950413,0.39256197,0.5247934,0.30991736,0.5413223,0.61157024,0.6198347,0.61157024,0.59504133,0.59090906,0.55785125,0.56198347,0.54545456,0.5165289,0.5413223,0.53305787,0.5247934,0.553719,0.5413223,0.53305787,0.53305787,0.5206612,0.5413223,0.56198347,0.53305787,0.338843,0.2768595,0.30165288,0.45041323,0.56198347,0.59504133,0.57438016,0.5413223,0.49173555,0.5206612,0.45867768,0.48347107,0.47933885,0.33471075,0.27272728,0.26859504,0.29752067,0.41735536,0.4876033,0.49173555,0.42561984,0.46694216,0.48347107,0.47107437,0.46694216,0.45867768,0.47933885,0.46694216,0.45454547,0.46280992,0.47107437,0.4752066,0.46694216,0.4752066,0.45867768,0.4090909,0.43801653,0.3429752,0.46280992,0.3264463,0.41322315,0.59090906,0.42561984,0.4090909,0.56198347,0.6363636,0.6322314,0.61157024,0.59917355,0.60330576,0.56198347,0.56198347,0.54545456,0.553719,0.553719,0.54545456,0.57024795,0.53305787,0.5289256,0.5247934,0.5206612,0.54545456,0.5165289,0.47107437,0.338843,0.33471075,0.29338843,0.5082645,0.5785124,0.59917355,0.58677685,0.5495868,0.53305787,0.58264464,0.4752066,0.5041322,0.5206612,0.3305785,0.28512397,0.22727273,0.2644628,0.34710744,0.41735536,0.48347107,0.43801653,0.45041323,0.46694216,0.46280992,0.45041323,0.45867768,0.45867768,0.48347107,0.47107437,0.45454547,0.44214877,0.446281,0.43801653,0.45454547,0.44214877,0.41735536,0.45041323,0.5,0.338843,0.34710744,0.41735536,0.6280992,0.58677685,0.46280992,0.41735536,0.54545456,0.607438,0.60330576,0.61157024,0.61157024,0.60330576,0.54545456,0.53305787,0.55785125,0.553719,0.55785125,0.5495868,0.5371901,0.53305787,0.5247934,0.5289256,0.47933885,0.4090909,0.4752066,0.38016528,0.37603307,0.4090909,0.5371901,0.59917355,0.5785124,0.607438,0.57438016,0.58264464,0.61157024,0.5041322,0.4876033,0.54545456,0.38429752,0.30991736,0.3140496,0.1322314,0.3264463,0.25619835,0.3966942,0.46280992,0.42561984,0.45867768,0.46694216,0.45041323,0.46694216,0.46280992,0.48347107,0.5082645,0.46694216,0.43801653,0.42561984,0.4214876,0.44214877,0.4214876,0.45041323,0.48347107,0.41735536,0.37603307,0.38842976,0.41322315,0.60330576,0.607438,0.61570245,0.5413223,0.45867768,0.49173555,0.5165289,0.55785125,0.56198347,0.60330576,0.56198347,0.53305787,0.5495868,0.54545456,0.5495868,0.55785125,0.5495868,0.5289256,0.5,0.44214877,0.4090909,0.44214877,0.44214877,0.38842976,0.44214877,0.5206612,0.56198347,0.59917355,0.5785124,0.6198347,0.60330576,0.57438016,0.58264464,0.5,0.4338843,0.56198347,0.5041322,0.33471075,0.4338843,0.2603306,0.23966943,0.28512397,0.25619835,0.33471075,0.46694216,0.44214877,0.45867768,0.46694216,0.46694216,0.46694216,0.46694216,0.4876033,0.47933885,0.4338843,0.4090909,0.41735536,0.42561984,0.43801653,0.43801653,0.42975205,0.39256197,0.4214876,0.38842976,0.40495867,0.58677685,0.59917355,0.61157024,0.6322314,0.59504133,0.57438016,0.5289256,0.4338843,0.46280992,0.49586776,0.5165289,0.5289256,0.53305787,0.53305787,0.5041322,0.5,0.45454547,0.41322315,0.4090909,0.41322315,0.38429752,0.40082645,0.45454547,0.4876033,0.54545456,0.607438,0.607438,0.60330576,0.59090906,0.71487606,0.55785125,0.5413223,0.5082645,0.44214877,0.4338843,0.5123967,0.6198347,0.36363637,0.4338843,0.42561984,0.2520661,0.19008264,0.30165288,0.2892562,0.26859504,0.37190083,0.40082645,0.46694216,0.47933885,0.47933885,0.47933885,0.49586776,0.49586776,0.45041323,0.45454547,0.446281,0.4214876,0.41735536,0.38429752,0.4214876,0.40495867,0.40495867,0.40082645,0.41735536,0.59090906,0.5785124,0.59917355,0.60330576,0.60330576,0.6363636,0.661157,0.661157,0.55785125,0.55785125,0.5413223,0.4752066,0.47107437,0.48347107,0.5,0.49173555,0.48347107,0.46694216,0.42561984,0.3966942,0.30991736,0.30578512,0.49586776,0.55785125,0.60330576,0.661157,0.6528926,0.6363636,0.6198347,0.677686,0.5247934,0.47933885,0.41322315,0.40082645,0.40082645,0.43801653,0.5247934,0.4090909,0.41735536,0.38842976,0.3140496,0.1446281,0.21900827,0.26859504,0.28099173,0.28512397,0.30578512,0.28512397,0.32231405,0.41322315,0.4214876,0.42561984,0.4214876,0.40495867,0.39256197,0.38842976,0.38016528,0.41322315,0.3966942,0.40495867,0.40495867,0.40495867,0.41735536,0.42975205,0.58264464,0.57024795,0.5661157,0.58264464,0.59504133,0.6280992,0.661157,0.6487603,0.6280992,0.6322314,0.6570248,0.607438,0.607438,0.55785125,0.5371901,0.5,0.48347107,0.446281,0.3677686,0.30991736,0.19421488,0.2520661,0.5495868,0.5495868,0.5495868,0.59917355,0.6404959,0.6446281,0.58264464,0.553719,0.48347107,0.41322315,0.3429752,0.34710744,0.34710744,0.37190083,0.3966942,0.36363637,0.32231405,0.30165288,0.2892562,0.14876033,0.1446281,0.1983471,0.22727273,0.27272728,0.30578512,0.338843,0.338843,0.3553719,0.38842976,0.4338843,0.446281,0.4338843,0.3966942,0.3966942,0.3966942,0.40495867,0.4090909,0.40082645,0.4214876,0.3966942,0.42561984,0.42561984,0.61157024,0.55785125,0.56198347,0.58264464,0.61570245,0.62396693,0.6404959,0.6322314,0.6322314,0.6570248,0.677686,0.6528926,0.6363636,0.59090906,0.54545456,0.48347107,0.44214877,0.38016528,0.2892562,0.2231405,0.1570248,0.18595041,0.5413223,0.4338843,0.35123968,0.33471075,0.47933885,0.57024795,0.54545456,0.47933885,0.4214876,0.3264463,0.29338843,0.29338843,0.27272728,0.3181818,0.35950413,0.24380165,0.20247933,0.23553719,0.2892562,0.1446281,0.14049587,0.16115703,0.19008264,0.21487603,0.25619835,0.29752067,0.338843,0.37603307,0.42561984,0.44214877,0.43801653,0.446281,0.4090909,0.38842976,0.3966942,0.37603307,0.40082645,0.40082645,0.41322315,0.4090909,0.43801653,0.41735536,0.58677685,0.5661157,0.56198347,0.58677685,0.607438,0.6198347,0.61570245,0.61570245,0.6446281,0.6694215,0.6859504,0.70247936,0.6280992,0.58264464,0.5206612,0.46280992,0.37190083,0.2892562,0.21900827,0.18181819,0.17768595,0.14876033,0.38016528,0.40495867,0.21900827,0.12809917,0.2520661,0.46694216,0.45041323,0.42975205,0.36363637,0.2768595,0.26859504,0.26859504,0.23966943,0.3264463,0.25619835,0.11157025,0.13636364,0.20247933,0.14049587,0.2768595,0.21487603,0.16528925,0.17355372,0.1694215,0.2107438,0.21487603,0.28512397,0.3264463,0.37190083,0.43801653,0.40082645,0.41735536,0.40495867,0.38842976,0.38842976,0.39256197,0.38842976,0.40495867,0.41735536,0.41735536,0.4338843,0.40495867,0.58677685,0.58264464,0.5661157,0.59917355,0.61157024,0.61157024,0.6198347,0.58264464,0.60330576,0.6528926,0.661157,0.6528926,0.62396693,0.5371901,0.47933885,0.4090909,0.30578512,0.23553719,0.2107438,0.19008264,0.24380165,0.25619835,0.24793388,0.38429752,0.32231405,0.2768595,0.35123968,0.5,0.44214877,0.29752067,0.2768595,0.2107438,0.20661157,0.1983471,0.27272728,0.2768595,0.19008264,0.1322314,0.11570248,0.10743801,0.12396694,0.40082645,0.34710744,0.23553719,0.21900827,0.23553719,0.23140496,0.21487603,0.24380165,0.28512397,0.33471075,0.37603307,0.39256197,0.3966942,0.40495867,0.3966942,0.37603307,0.38842976,0.39256197,0.41322315,0.4214876,0.42975205,0.41735536,0.38842976,0.58677685,0.56198347,0.54545456,0.607438,0.61570245,0.62396693,0.61570245,0.58264464,0.5661157,0.62396693,0.6322314,0.6198347,0.5785124,0.48347107,0.46280992,0.37603307,0.3140496,0.2603306,0.23140496,0.27272728,0.3553719,0.40082645,0.38016528,0.42975205,0.45454547,0.41322315,0.47107437,0.48347107,0.42561984,0.32231405,0.17355372,0.11983471,0.14876033,0.12396694,0.22727273,0.27272728,0.30578512,0.2892562,0.2107438,0.18595041,0.24380165,0.39256197,0.39256197,0.37190083,0.29752067,0.30578512,0.30991736,0.28099173,0.2644628,0.28512397,0.30578512,0.34710744,0.37603307,0.38016528,0.39256197,0.40495867,0.38429752,0.3966942,0.40082645,0.41735536,0.4214876,0.42975205,0.41735536,0.4214876,0.5661157,0.5661157,0.553719,0.607438,0.59917355,0.62396693,0.61157024,0.58264464,0.57024795,0.607438,0.5785124,0.58677685,0.5247934,0.48347107,0.46694216,0.38429752,0.33471075,0.29752067,0.30991736,0.37190083,0.45867768,0.5289256,0.5206612,0.5123967,0.49586776,0.44214877,0.4876033,0.47107437,0.38429752,0.28099173,0.1570248,0.10330579,0.20247933,0.14049587,0.17355372,0.21487603,0.30991736,0.35950413,0.38842976,0.41735536,0.4090909,0.43801653,0.38842976,0.38842976,0.38016528,0.338843,0.3264463,0.3264463,0.33471075,0.33471075,0.3140496,0.338843,0.35950413,0.38842976,0.38842976,0.40082645,0.4090909,0.41322315,0.41735536,0.41322315,0.3966942,0.38016528,0.41322315,0.4090909,0.55785125,0.5661157,0.5495868,0.59917355,0.58264464,0.6280992,0.607438,0.58264464,0.57438016,0.58677685,0.553719,0.55785125,0.5289256,0.5,0.46280992,0.37603307,0.33471075,0.33471075,0.38016528,0.45041323,0.5413223,0.5785124,0.57438016,0.58264464,0.5495868,0.5289256,0.47933885,0.45867768,0.34710744,0.23140496,0.12809917,0.12396694,0.22727273,0.18181819,0.15289256,0.19008264,0.2644628,0.37603307,0.45041323,0.5371901,0.5,0.49173555,0.4090909,0.3677686,0.40495867,0.34710744,0.32231405,0.32231405,0.338843,0.36363637,0.34710744,0.3677686,0.35950413,0.37190083,0.38842976,0.4090909,0.4090909,0.4338843,0.41322315,0.39256197,0.39256197,0.33471075,0.40082645,0.37603307,0.58677685,0.57024795,0.55785125,0.57024795,0.59090906,0.61157024,0.59917355,0.57438016,0.5661157,0.5661157,0.5661157,0.57024795,0.5289256,0.48347107,0.44214877,0.37190083,0.338843,0.37603307,0.45454547,0.5206612,0.58677685,0.58264464,0.57438016,0.57024795,0.5785124,0.5661157,0.5289256,0.446281,0.3264463,0.18181819,0.12809917,0.12809917,0.23553719,0.23966943,0.1694215,0.17768595,0.23553719,0.39256197,0.48347107,0.5165289,0.5495868,0.5206612,0.48347107,0.42975205,0.3966942,0.37603307,0.33471075,0.32231405,0.3264463,0.34710744,0.35950413,0.38429752,0.38016528,0.37190083,0.38016528,0.40082645,0.39256197,0.4214876,0.4090909,0.38842976,0.36363637,0.3264463,0.37190083,0.39256197,0.58677685,0.60330576,0.56198347,0.5371901,0.58264464,0.59917355,0.59090906,0.5661157,0.5495868,0.56198347,0.58264464,0.5661157,0.5247934,0.4752066,0.41322315,0.38016528,0.38016528,0.446281,0.5041322,0.57438016,0.59090906,0.58677685,0.5785124,0.5661157,0.57438016,0.57024795,0.5495868,0.4876033,0.3553719,0.16115703,0.12809917,0.14876033,0.2231405,0.26859504,0.18595041,0.16528925,0.24793388,0.38429752,0.5,0.5206612,0.5247934,0.5413223,0.5,0.47933885,0.43801653,0.38429752,0.37603307,0.3181818,0.3181818,0.3181818,0.3429752,0.38429752,0.37190083,0.38016528,0.38016528,0.38842976,0.3966942,0.41322315,0.37190083,0.37603307,0.38016528,0.3264463,0.3677686,0.40495867,0.5661157,0.60330576,0.58264464,0.5123967,0.553719,0.57438016,0.58264464,0.58677685,0.56198347,0.57438016,0.58677685,0.5495868,0.5206612,0.446281,0.42561984,0.4090909,0.45454547,0.5041322,0.5413223,0.61157024,0.5785124,0.57024795,0.58677685,0.57438016,0.58677685,0.57024795,0.553719,0.5289256,0.46280992,0.2603306,0.1446281,0.1446281,0.23553719,0.30578512,0.20247933,0.20247933,0.27272728,0.36363637,0.4876033,0.49173555,0.5082645,0.5413223,0.5206612,0.48347107,0.46280992,0.42561984,0.38429752,0.32231405,0.3140496,0.29752067,0.32231405,0.38016528,0.38429752,0.38016528,0.41322315,0.38842976,0.38016528,0.38016528,0.36363637,0.3677686,0.38016528,0.3677686,0.3677686,0.3966942,0.54545456,0.61157024,0.57438016,0.5041322,0.5413223,0.55785125,0.5785124,0.59090906,0.5785124,0.59504133,0.59090906,0.5413223,0.5082645,0.44214877,0.45454547,0.4338843,0.5206612,0.5247934,0.5785124,0.61570245,0.59504133,0.56198347,0.58264464,0.57024795,0.5661157,0.553719,0.55785125,0.53305787,0.5247934,0.43801653,0.30578512,0.20661157,0.27272728,0.32231405,0.2768595,0.27272728,0.34710744,0.39256197,0.44214877,0.45041323,0.47107437,0.5,0.5123967,0.5371901,0.47107437,0.44214877,0.40495867,0.35123968,0.30165288,0.2892562,0.2892562,0.34710744,0.38429752,0.40082645,0.41735536,0.39256197,0.37190083,0.37603307,0.37190083,0.3677686,0.38429752,0.3553719,0.3553719,0.37190083,0.5082645,0.58677685,0.5785124,0.5165289,0.54545456,0.5413223,0.5785124,0.59917355,0.58677685,0.5785124,0.58264464,0.5495868,0.49586776,0.46280992,0.46280992,0.48347107,0.54545456,0.5371901,0.5785124,0.62396693,0.61570245,0.5661157,0.5785124,0.57024795,0.56198347,0.5371901,0.55785125,0.5,0.5123967,0.46694216,0.44214877,0.37603307,0.41735536,0.41322315,0.3553719,0.35123968,0.40082645,0.4090909,0.4338843,0.40082645,0.4214876,0.45867768,0.43801653,0.46280992,0.46280992,0.41735536,0.4090909,0.40495867,0.30991736,0.29338843,0.28512397,0.3553719,0.3677686,0.4090909,0.4214876,0.41322315,0.38016528,0.38016528,0.3677686,0.38429752,0.38016528,0.3429752,0.33471075,0.3677686,0.5206612,0.5495868,0.5661157,0.53305787,0.53305787,0.5289256,0.57438016,0.60330576,0.58264464,0.58264464,0.5495868,0.5165289,0.49173555,0.49586776,0.47933885,0.5247934,0.5289256,0.5413223,0.57024795,0.5785124,0.5371901,0.5082645,0.5495868,0.5289256,0.5165289,0.47107437,0.45867768,0.3966942,0.40495867,0.36363637,0.4090909,0.41322315,0.38842976,0.39256197,0.32231405,0.33471075,0.39256197,0.38842976,0.4090909,0.4090909,0.38842976,0.3966942,0.38016528,0.40495867,0.44214877,0.4090909,0.40082645,0.40495867,0.35123968,0.29752067,0.3305785,0.35123968,0.37603307,0.39256197,0.40082645,0.41735536,0.40082645,0.40495867,0.36363637,0.39256197,0.3677686,0.3429752,0.3677686,0.3553719,0.5206612,0.5371901,0.54545456,0.5371901,0.553719,0.53305787,0.55785125,0.59504133,0.59090906,0.59504133,0.57438016,0.5123967,0.5082645,0.5,0.49586776,0.5371901,0.5247934,0.53305787,0.5371901,0.5206612,0.4876033,0.5247934,0.5041322,0.44214877,0.37190083,0.338843,0.29752067,0.27272728,0.2892562,0.27272728,0.28512397,0.30991736,0.2768595,0.24793388,0.2231405,0.23553719,0.2892562,0.29338843,0.35123968,0.35950413,0.37190083,0.37603307,0.3429752,0.35123968,0.38429752,0.41322315,0.38016528,0.39256197,0.39256197,0.3305785,0.34710744,0.37190083,0.3966942,0.41735536,0.4214876,0.41322315,0.3966942,0.38016528,0.38016528,0.38842976,0.36363637,0.36363637,0.4214876,0.23966943,0.5123967,0.56198347,0.5165289,0.5371901,0.5247934,0.553719,0.5371901,0.59504133,0.62396693,0.59504133,0.58677685,0.5413223,0.5247934,0.5,0.5165289,0.5413223,0.5206612,0.5165289,0.49586776,0.45454547,0.45867768,0.45867768,0.3966942,0.29752067,0.2603306,0.2644628,0.20247933,0.19421488,0.20247933,0.22727273,0.23553719,0.1983471,0.18595041,0.17355372,0.16528925,0.17355372,0.18181819,0.18181819,0.21900827,0.27272728,0.3181818,0.3553719,0.3305785,0.32231405,0.3305785,0.39256197,0.38016528,0.39256197,0.42561984,0.38842976,0.37603307,0.39256197,0.4214876,0.42975205,0.41322315,0.4214876,0.37603307,0.37603307,0.37190083,0.3966942,0.38016528,0.37190083,0.41735536,0.19008264,0.46694216,0.5371901,0.5661157,0.53305787,0.5206612,0.55785125,0.57024795,0.5785124,0.6198347,0.607438,0.58264464,0.54545456,0.5247934,0.5,0.5247934,0.553719,0.49173555,0.4752066,0.4338843,0.4090909,0.40495867,0.33471075,0.23553719,0.22727273,0.16115703,0.12396694,0.1322314,0.1446281,0.11983471,0.12396694,0.12809917,0.11570248,0.10743801,0.10743801,0.09917355,0.11570248,0.1322314,0.1446281,0.1694215,0.16528925,0.20247933,0.24793388,0.29752067,0.3140496,0.30165288,0.3553719,0.36363637,0.38429752,0.42561984,0.42975205,0.41735536,0.39256197,0.40082645,0.43801653,0.4214876,0.41735536,0.3966942,0.3966942,0.37603307,0.40082645,0.38016528,0.38842976,0.38016528,0.1694215,0.38842976,0.5082645,0.5495868,0.5413223,0.5041322,0.57024795,0.5785124,0.57024795,0.58264464,0.59917355,0.59504133,0.57438016,0.5247934,0.5289256,0.5495868,0.5371901,0.49173555,0.46694216,0.38016528,0.3429752,0.28512397,0.16115703,0.09917355,0.10743801,0.09504132,0.08677686,0.08264463,0.10743801,0.11570248,0.10330579,0.09090909,0.0785124,0.08677686,0.09090909,0.0785124,0.09504132,0.10330579,0.07438017,0.08264463,0.12396694,0.11983471,0.1570248,0.21487603,0.2520661,0.25619835,0.3264463,0.36363637,0.39256197,0.44214877,0.45041323,0.43801653,0.41322315,0.40495867,0.4214876,0.41322315,0.41322315,0.3966942,0.3966942,0.40082645,0.38842976,0.37603307,0.40495867,0.38016528,0.11983471,0.30578512,0.553719,0.5289256,0.5413223,0.49586776,0.5495868,0.57024795,0.58264464,0.57438016,0.59917355,0.59090906,0.57024795,0.5413223,0.55785125,0.56198347,0.5206612,0.47107437,0.4090909,0.32231405,0.25619835,0.1694215,0.11570248,0.11570248,0.14049587,0.13636364,0.12396694,0.11983471,0.14876033,0.19421488,0.17768595,0.1446281,0.14049587,0.12809917,0.13636364,0.11157025,0.12396694,0.14876033,0.12396694,0.11570248,0.09917355,0.09504132,0.09917355,0.14049587,0.18595041,0.22727273,0.29752067,0.3429752,0.3966942,0.4338843,0.46280992,0.44214877,0.42975205,0.4214876,0.4338843,0.41735536,0.3966942,0.3966942,0.3966942,0.4090909,0.3966942,0.37190083,0.3966942,0.39256197,0.05785124,0.20661157,0.58264464,0.5123967,0.5495868,0.5371901,0.5371901,0.5785124,0.56198347,0.57024795,0.60330576,0.58677685,0.55785125,0.553719,0.5661157,0.57438016,0.5041322,0.42561984,0.33471075,0.24380165,0.18595041,0.28512397,0.3553719,0.34710744,0.3429752,0.35123968,0.37190083,0.3264463,0.28099173,0.30578512,0.33471075,0.30578512,0.3305785,0.30578512,0.2768595,0.2892562,0.29752067,0.30165288,0.30165288,0.3181818,0.28512397,0.2603306,0.2768595,0.24380165,0.16115703,0.18595041,0.27272728,0.3264463,0.35950413,0.4090909,0.45041323,0.43801653,0.39256197,0.4338843,0.40495867,0.4090909,0.3966942,0.39256197,0.40082645,0.41735536,0.38842976,0.38842976,0.42561984,0.3305785,0.07024793,0.10743801,0.5785124,0.5082645,0.5289256,0.5371901,0.5289256,0.57024795,0.5495868,0.57024795,0.59090906,0.59917355,0.553719,0.553719,0.5661157,0.5495868,0.446281,0.3677686,0.28099173,0.19008264,0.37190083,0.58264464,0.56198347,0.5247934,0.5082645,0.46694216,0.5,0.46280992,0.46280992,0.43801653,0.4338843,0.44214877,0.41735536,0.44214877,0.4090909,0.36363637,0.4338843,0.37603307,0.40495867,0.38429752,0.3966942,0.40082645,0.45454547,0.45041323,0.34710744,0.23140496,0.24380165,0.29752067,0.35123968,0.39256197,0.42561984,0.42561984,0.40495867,0.4214876,0.38842976,0.39256197,0.3966942,0.39256197,0.40082645,0.41322315,0.38842976,0.38016528,0.42975205,0.2644628,0.09504132,0.08677686,0.446281,0.5495868,0.5082645,0.5289256,0.5289256,0.55785125,0.55785125,0.56198347,0.58264464,0.60330576,0.55785125,0.5661157,0.54545456,0.49586776,0.42561984,0.3305785,0.23966943,0.2603306,0.553719,0.6363636,0.59504133,0.553719,0.55785125,0.54545456,0.5247934,0.5165289,0.47933885,0.47933885,0.46280992,0.44214877,0.4338843,0.42975205,0.4214876,0.38842976,0.40082645,0.42561984,0.45041323,0.42561984,0.42561984,0.4090909,0.40082645,0.45867768,0.41735536,0.2768595,0.23966943,0.29752067,0.36363637,0.40082645,0.41322315,0.4214876,0.4090909,0.4090909,0.37603307,0.3677686,0.38429752,0.39256197,0.3966942,0.40495867,0.39256197,0.37603307,0.41322315,0.24793388,0.08677686,0.10330579,0.3140496,0.5165289,0.5247934,0.5165289,0.5289256,0.5371901,0.5661157,0.553719,0.58264464,0.58677685,0.553719,0.57438016,0.5413223,0.47107437,0.3966942,0.30165288,0.23553719,0.39256197,0.58677685,0.59090906,0.53305787,0.56198347,0.5785124,0.58264464,0.5785124,0.57438016,0.5,0.49173555,0.46694216,0.446281,0.446281,0.42561984,0.4338843,0.41735536,0.4338843,0.45867768,0.4752066,0.46694216,0.4090909,0.38429752,0.37190083,0.41322315,0.4214876,0.29752067,0.2603306,0.3264463,0.37190083,0.3966942,0.40495867,0.41322315,0.4090909,0.39256197,0.37603307,0.38429752,0.40082645,0.38842976,0.41322315,0.38842976,0.39256197,0.37190083,0.42975205,0.2107438,0.10330579,0.12396694,0.2107438,0.46694216,0.5371901,0.5082645,0.5289256,0.5413223,0.5495868,0.553719,0.54545456,0.5661157,0.56198347,0.56198347,0.5247934,0.446281,0.36363637,0.28512397,0.2644628,0.47933885,0.59917355,0.57024795,0.5371901,0.5289256,0.5371901,0.57438016,0.58264464,0.5413223,0.5082645,0.46280992,0.4214876,0.3677686,0.37190083,0.3553719,0.35950413,0.37190083,0.3966942,0.4090909,0.40495867,0.40082645,0.36363637,0.32231405,0.34710744,0.3677686,0.42561984,0.3429752,0.29752067,0.34710744,0.36363637,0.38016528,0.39256197,0.4090909,0.38429752,0.40495867,0.38429752,0.38842976,0.3966942,0.38429752,0.42561984,0.38016528,0.38842976,0.36363637,0.43801653,0.32231405,0.3181818,0.12809917,0.12809917,0.36363637,0.56198347,0.5247934,0.5082645,0.5413223,0.54545456,0.54545456,0.53305787,0.55785125,0.5289256,0.5413223,0.49173555,0.40082645,0.3264463,0.26859504,0.3140496,0.54545456,0.5661157,0.553719,0.5206612,0.5082645,0.47107437,0.4876033,0.5,0.45454547,0.42561984,0.34710744,0.30991736,0.3140496,0.30578512,0.26859504,0.2768595,0.28512397,0.3140496,0.30165288,0.3140496,0.30578512,0.30991736,0.3140496,0.36363637,0.37190083,0.42975205,0.39256197,0.3181818,0.34710744,0.33471075,0.36363637,0.38016528,0.38429752,0.34710744,0.4090909,0.38842976,0.38429752,0.39256197,0.4090909,0.40082645,0.39256197,0.38016528,0.38429752,0.42975205,0.44214877,0.41735536,0.1322314,0.11983471,0.18595041,0.58264464,0.5247934,0.5,0.54545456,0.54545456,0.5413223,0.53305787,0.5495868,0.5289256,0.5247934,0.46280992,0.37190083,0.2892562,0.2892562,0.41322315,0.58677685,0.5661157,0.5371901,0.5041322,0.47107437,0.446281,0.42561984,0.42975205,0.4214876,0.37603307,0.29752067,0.2768595,0.33471075,0.2768595,0.2644628,0.24380165,0.2520661,0.21900827,0.23140496,0.2644628,0.28512397,0.3140496,0.338843,0.4214876,0.40495867,0.43801653,0.42975205,0.3553719,0.338843,0.3553719,0.338843,0.36363637,0.37603307,0.3553719,0.38842976,0.38016528,0.38429752,0.38842976,0.41322315,0.38429752,0.38842976,0.37603307,0.39256197,0.4338843,0.49173555,0.47107437,0.1322314,0.1322314,0.07024793,0.49586776,0.553719,0.5082645,0.53305787,0.54545456,0.5206612,0.5206612,0.53305787,0.5082645,0.5,0.43801653,0.32231405,0.28512397,0.3677686,0.5206612,0.58264464,0.57024795,0.5206612,0.48347107,0.45867768,0.43801653,0.42561984,0.43801653,0.40495867,0.35950413,0.30578512,0.30991736,0.28512397,0.24380165,0.24793388,0.2231405,0.20247933,0.19421488,0.23140496,0.24793388,0.29752067,0.33471075,0.37190083,0.4090909,0.4090909,0.4338843,0.45454547,0.41322315,0.36363637,0.34710744,0.3305785,0.35950413,0.3553719,0.37190083,0.38016528,0.38016528,0.37190083,0.39256197,0.40495867,0.40495867,0.37190083,0.38429752,0.4090909,0.42975205,0.5206612,0.5,0.1322314,0.1322314,0.09090909,0.27272728,0.61570245,0.5123967,0.5206612,0.5247934,0.5247934,0.49173555,0.5206612,0.4752066,0.4876033,0.39256197,0.29752067,0.3264463,0.46694216,0.58264464,0.59090906,0.5495868,0.5041322,0.47107437,0.446281,0.44214877,0.45867768,0.45867768,0.38842976,0.3677686,0.3264463,0.28099173,0.25619835,0.2520661,0.24793388,0.2231405,0.21900827,0.23553719,0.24380165,0.27272728,0.30991736,0.3553719,0.39256197,0.4214876,0.4338843,0.44214877,0.46694216,0.4338843,0.38842976,0.36363637,0.33471075,0.35123968,0.338843,0.35950413,0.37190083,0.38842976,0.35950413,0.40082645,0.41322315,0.4090909,0.3966942,0.38842976,0.4214876,0.48347107,0.5041322,0.5247934,0.12396694,0.13636364,0.11983471,0.11570248,0.62396693,0.5165289,0.5123967,0.5289256,0.5371901,0.48347107,0.5165289,0.47933885,0.46694216,0.37190083,0.3181818,0.40495867,0.5495868,0.607438,0.58677685,0.53305787,0.48347107,0.42975205,0.4338843,0.46694216,0.4752066,0.45454547,0.3966942,0.41735536,0.3553719,0.3305785,0.30165288,0.28099173,0.2520661,0.23966943,0.2520661,0.2892562,0.30165288,0.3181818,0.33471075,0.35950413,0.39256197,0.4214876,0.43801653,0.45454547,0.47107437,0.43801653,0.4338843,0.39256197,0.36363637,0.338843,0.3264463,0.3553719,0.3677686,0.38016528,0.38842976,0.3966942,0.41322315,0.40082645,0.39256197,0.40082645,0.446281,0.59090906,0.47933885,0.5413223,0.12809917,0.1322314,0.13636364,0.09090909,0.41735536,0.60330576,0.5123967,0.5165289,0.5247934,0.49586776,0.47933885,0.49586776,0.46280992,0.37603307,0.36363637,0.48347107,0.57438016,0.59917355,0.5661157,0.5371901,0.47933885,0.43801653,0.47107437,0.49173555,0.4752066,0.47107437,0.46280992,0.4752066,0.42975205,0.4090909,0.3553719,0.32231405,0.32231405,0.3140496,0.33471075,0.33471075,0.3553719,0.38016528,0.36363637,0.36363637,0.37603307,0.41735536,0.43801653,0.4338843,0.45041323,0.446281,0.446281,0.4090909,0.36363637,0.3429752,0.3429752,0.32231405,0.338843,0.3966942,0.39256197,0.3966942,0.4090909,0.3966942,0.38842976,0.39256197,0.49586776,0.6570248,0.5123967,0.5247934,0.1322314,0.1322314,0.13636364,0.12396694,0.21487603,0.5413223,0.5371901,0.5041322,0.5041322,0.49586776,0.48347107,0.4876033,0.43801653,0.38429752,0.40082645,0.5206612,0.57024795,0.57024795,0.5289256,0.54545456,0.5041322,0.46694216,0.5,0.47933885,0.5041322,0.5165289,0.5,0.49586776,0.47107437,0.45041323,0.41322315,0.38842976,0.37190083,0.38429752,0.40495867,0.3677686,0.43801653,0.40082645,0.4090909,0.38842976,0.38842976,0.45454547,0.4214876,0.4214876,0.41322315,0.40495867,0.42561984,0.40495867,0.3553719,0.3553719,0.37190083,0.32231405,0.338843,0.37190083,0.3966942,0.3966942,0.4090909,0.4090909,0.41735536,0.40082645,0.58264464,0.677686,0.5661157,0.49586776,0.12396694,0.12809917,0.1322314,0.13636364,0.11570248,0.3677686,0.54545456,0.5082645,0.49173555,0.49173555,0.48347107,0.49586776,0.43801653,0.39256197,0.4090909,0.5,0.553719,0.53305787,0.5289256,0.57438016,0.5247934,0.4752066,0.49173555,0.49173555,0.53305787,0.5371901,0.4876033,0.5,0.46694216,0.44214877,0.38842976,0.4338843,0.40495867,0.40082645,0.38842976,0.40082645,0.39256197,0.4214876,0.4214876,0.42975205,0.38429752,0.42561984,0.42561984,0.42975205,0.38016528,0.38842976,0.38429752,0.3677686,0.338843,0.3264463,0.3677686,0.34710744,0.3429752,0.35950413,0.39256197,0.3966942,0.40495867,0.4090909,0.3966942,0.42975205,0.677686,0.661157,0.59090906,0.5041322,0.12809917,0.1322314,0.1322314,0.12396694,0.12396694,0.18595041,0.4752066,0.553719,0.47107437,0.49173555,0.4752066,0.4876033,0.46280992,0.3966942,0.38842976,0.5082645,0.5289256,0.5165289,0.5495868,0.58264464,0.5165289,0.4876033,0.49173555,0.5,0.5247934,0.53305787,0.4876033,0.47107437,0.45041323,0.42561984,0.4090909,0.43801653,0.3966942,0.4090909,0.39256197,0.38842976,0.41322315,0.41322315,0.41322315,0.4338843,0.41322315,0.41322315,0.4090909,0.3966942,0.3966942,0.35950413,0.35950413,0.3305785,0.30165288,0.29338843,0.3181818,0.338843,0.338843,0.34710744,0.3677686,0.38429752,0.41735536,0.41322315,0.38429752,0.55785125,0.6942149,0.6446281,0.6363636,0.4752066,33 +0.4338843,0.5206612,0.5041322,0.5247934,0.5785124,0.5785124,0.59917355,0.607438,0.6198347,0.553719,0.58264464,0.5661157,0.553719,0.57024795,0.59917355,0.59504133,0.5785124,0.58264464,0.61157024,0.58677685,0.59504133,0.5785124,0.5785124,0.57438016,0.5785124,0.56198347,0.553719,0.56198347,0.5495868,0.5165289,0.54545456,0.56198347,0.57024795,0.5413223,0.5495868,0.5495868,0.5371901,0.5247934,0.5495868,0.5495868,0.5413223,0.5371901,0.5413223,0.54545456,0.5371901,0.5371901,0.5371901,0.5289256,0.5247934,0.5247934,0.5206612,0.5,0.5247934,0.5413223,0.53305787,0.5123967,0.49173555,0.4752066,0.45867768,0.45454547,0.4090909,0.24793388,0.2107438,0.2107438,0.47107437,0.5041322,0.5082645,0.55785125,0.59917355,0.58677685,0.6322314,0.6280992,0.6198347,0.53305787,0.58264464,0.57024795,0.55785125,0.57438016,0.5661157,0.59504133,0.57438016,0.59504133,0.61570245,0.6198347,0.61570245,0.61157024,0.59917355,0.5785124,0.57438016,0.59917355,0.58264464,0.57438016,0.5785124,0.56198347,0.54545456,0.57024795,0.58264464,0.553719,0.55785125,0.5785124,0.58264464,0.5661157,0.55785125,0.553719,0.54545456,0.5289256,0.5495868,0.5247934,0.53305787,0.5371901,0.5371901,0.5,0.5289256,0.5165289,0.5,0.5082645,0.5123967,0.5123967,0.5289256,0.5082645,0.5165289,0.45867768,0.46694216,0.47107437,0.45867768,0.30991736,0.2107438,0.22727273,0.4876033,0.5247934,0.53305787,0.57024795,0.59917355,0.59090906,0.61570245,0.62396693,0.59090906,0.5371901,0.5661157,0.5661157,0.58677685,0.5785124,0.5413223,0.58677685,0.57438016,0.58677685,0.59917355,0.61157024,0.60330576,0.61157024,0.59917355,0.58677685,0.58677685,0.59504133,0.59090906,0.59917355,0.5785124,0.5785124,0.55785125,0.5495868,0.59504133,0.59090906,0.59090906,0.60330576,0.607438,0.5495868,0.54545456,0.5495868,0.553719,0.5413223,0.553719,0.5371901,0.5165289,0.5371901,0.5247934,0.5082645,0.49586776,0.4876033,0.49586776,0.5,0.5165289,0.5082645,0.49173555,0.49586776,0.5082645,0.446281,0.446281,0.5041322,0.45867768,0.40495867,0.23140496,0.2231405,0.5,0.5206612,0.57024795,0.57024795,0.5785124,0.59090906,0.60330576,0.59917355,0.57024795,0.5495868,0.5661157,0.54545456,0.56198347,0.5661157,0.56198347,0.59090906,0.57024795,0.57024795,0.58264464,0.58677685,0.58677685,0.59504133,0.58677685,0.59504133,0.59917355,0.58677685,0.59504133,0.58677685,0.58264464,0.5661157,0.5495868,0.5413223,0.59504133,0.60330576,0.57438016,0.5785124,0.58677685,0.5289256,0.5371901,0.5371901,0.5371901,0.54545456,0.5495868,0.57024795,0.5,0.49173555,0.5,0.5082645,0.46280992,0.4338843,0.42561984,0.43801653,0.47107437,0.5,0.49173555,0.49173555,0.49586776,0.4752066,0.46280992,0.5082645,0.44214877,0.446281,0.26859504,0.23966943,0.5165289,0.5041322,0.5785124,0.57438016,0.57024795,0.58677685,0.58264464,0.57438016,0.55785125,0.56198347,0.5165289,0.48347107,0.5123967,0.5206612,0.553719,0.5661157,0.56198347,0.55785125,0.57438016,0.5661157,0.58677685,0.59917355,0.57024795,0.57438016,0.5661157,0.5661157,0.58264464,0.5371901,0.56198347,0.5495868,0.5289256,0.53305787,0.58264464,0.55785125,0.5413223,0.5495868,0.5371901,0.5247934,0.5123967,0.5371901,0.5289256,0.5247934,0.5371901,0.55785125,0.45867768,0.42561984,0.39256197,0.42975205,0.39256197,0.3553719,0.35123968,0.37190083,0.39256197,0.42561984,0.46280992,0.47107437,0.47933885,0.4876033,0.4876033,0.48347107,0.46694216,0.46694216,0.29752067,0.24380165,0.49586776,0.5247934,0.59504133,0.59090906,0.59090906,0.5661157,0.5661157,0.53305787,0.5413223,0.5123967,0.46280992,0.446281,0.46694216,0.47107437,0.4876033,0.49173555,0.49586776,0.5123967,0.53305787,0.53305787,0.5041322,0.5371901,0.5206612,0.5371901,0.53305787,0.5289256,0.53305787,0.5289256,0.5123967,0.53305787,0.5247934,0.5289256,0.5495868,0.5289256,0.5041322,0.5206612,0.5,0.49173555,0.49586776,0.49173555,0.5082645,0.5041322,0.49586776,0.45454547,0.38842976,0.3553719,0.3140496,0.33471075,0.33471075,0.3264463,0.3140496,0.38842976,0.35950413,0.38429752,0.4214876,0.45867768,0.41735536,0.45867768,0.4876033,0.46694216,0.45454547,0.48347107,0.33471075,0.29752067,0.5247934,0.57024795,0.61157024,0.59917355,0.57438016,0.57024795,0.5371901,0.5371901,0.5206612,0.46280992,0.41735536,0.43801653,0.42975205,0.40495867,0.40495867,0.40495867,0.3966942,0.41735536,0.4338843,0.42561984,0.3966942,0.41322315,0.41735536,0.47933885,0.5165289,0.5041322,0.47933885,0.48347107,0.47933885,0.5247934,0.5247934,0.5371901,0.53305787,0.5041322,0.49586776,0.48347107,0.46694216,0.45454547,0.43801653,0.45041323,0.44214877,0.4214876,0.41322315,0.38016528,0.35950413,0.29338843,0.24793388,0.29338843,0.28512397,0.32231405,0.28512397,0.3305785,0.37603307,0.37603307,0.41322315,0.43801653,0.45454547,0.4338843,0.47933885,0.45041323,0.45041323,0.4752066,0.38429752,0.32231405,0.5785124,0.55785125,0.59917355,0.57438016,0.58264464,0.59090906,0.4876033,0.4752066,0.42561984,0.37603307,0.34710744,0.3966942,0.4338843,0.41735536,0.37190083,0.35950413,0.29338843,0.28512397,0.27272728,0.30165288,0.2892562,0.29338843,0.3140496,0.3966942,0.4338843,0.44214877,0.446281,0.44214877,0.47107437,0.5371901,0.55785125,0.5206612,0.5289256,0.5,0.4752066,0.45867768,0.42561984,0.40082645,0.40082645,0.38429752,0.34710744,0.33471075,0.3140496,0.27272728,0.23553719,0.21487603,0.21487603,0.23966943,0.2768595,0.28099173,0.27272728,0.2768595,0.35123968,0.3429752,0.37603307,0.39256197,0.43801653,0.45041323,0.46694216,0.45867768,0.47107437,0.4752066,0.38429752,0.3677686,0.60330576,0.607438,0.53305787,0.4752066,0.4338843,0.41322315,0.38842976,0.39256197,0.38842976,0.37190083,0.37190083,0.38842976,0.446281,0.46694216,0.4214876,0.38429752,0.33471075,0.30991736,0.29338843,0.26859504,0.2603306,0.26859504,0.28512397,0.3264463,0.3305785,0.38842976,0.42975205,0.4214876,0.5041322,0.56198347,0.5661157,0.55785125,0.54545456,0.5123967,0.48347107,0.45041323,0.4090909,0.35123968,0.35950413,0.33471075,0.30578512,0.28099173,0.28512397,0.24793388,0.23553719,0.23553719,0.23553719,0.2644628,0.2892562,0.29338843,0.28512397,0.28512397,0.2892562,0.2892562,0.29338843,0.30991736,0.338843,0.36363637,0.38429752,0.4090909,0.46694216,0.47107437,0.3966942,0.38842976,0.59917355,0.55785125,0.4214876,0.3264463,0.34710744,0.4090909,0.45867768,0.47933885,0.4090909,0.43801653,0.35123968,0.33471075,0.338843,0.3677686,0.446281,0.39256197,0.32231405,0.30991736,0.30165288,0.29752067,0.29752067,0.30165288,0.29338843,0.2892562,0.29338843,0.3305785,0.37603307,0.45454547,0.5495868,0.5661157,0.58677685,0.59504133,0.57438016,0.54545456,0.5165289,0.47933885,0.43801653,0.34710744,0.3181818,0.30578512,0.30165288,0.3181818,0.29752067,0.2892562,0.28512397,0.2768595,0.2892562,0.29752067,0.3140496,0.3140496,0.30165288,0.3140496,0.3264463,0.34710744,0.35123968,0.338843,0.30991736,0.32231405,0.32231405,0.29338843,0.30991736,0.3677686,0.3553719,0.3677686,0.42561984,0.4214876,0.35123968,0.40495867,0.446281,0.5165289,0.5371901,0.5,0.44214877,0.38429752,0.3305785,0.30165288,0.25619835,0.3181818,0.60330576,0.32231405,0.30991736,0.30165288,0.28512397,0.26859504,0.27272728,0.29338843,0.29752067,0.3140496,0.34710744,0.35123968,0.34710744,0.3553719,0.57024795,0.59504133,0.58677685,0.60330576,0.57438016,0.57024795,0.553719,0.53305787,0.46694216,0.38016528,0.33471075,0.3264463,0.45454547,0.42561984,0.36363637,0.3677686,0.38429752,0.4090909,0.53305787,0.553719,0.42975205,0.34710744,0.33471075,0.30991736,0.29338843,0.37603307,0.4090909,0.41735536,0.30578512,0.35950413,0.27272728,0.29338843,0.33471075,0.3305785,0.29752067,0.2768595,0.21900827,0.28512397,0.43801653,0.45867768,0.5041322,0.57438016,0.5413223,0.47933885,0.39256197,0.3181818,0.37603307,0.38016528,0.3181818,0.5661157,0.91322315,0.6694215,0.34710744,0.3429752,0.3553719,0.30165288,0.2768595,0.2892562,0.29752067,0.3181818,0.41735536,0.5082645,0.4338843,0.3677686,0.42975205,0.57438016,0.59504133,0.60330576,0.58677685,0.59090906,0.57024795,0.55785125,0.47933885,0.37190083,0.3181818,0.32231405,0.4752066,0.44214877,0.45041323,0.4752066,0.5041322,0.5495868,0.661157,0.6570248,0.5123967,0.4338843,0.35950413,0.37603307,0.32231405,0.33471075,0.39256197,0.42975205,0.30578512,0.38016528,0.2768595,0.18181819,0.2892562,0.40082645,0.35123968,0.2644628,0.16528925,0.3140496,0.46694216,0.47107437,0.5661157,0.5289256,0.5289256,0.42561984,0.34710744,0.33471075,0.41322315,0.39256197,0.39256197,0.45867768,0.8471074,0.6487603,0.41735536,0.44214877,0.46280992,0.4214876,0.4090909,0.4090909,0.39256197,0.38842976,0.45867768,0.5206612,0.55785125,0.38429752,0.4090909,0.446281,0.54545456,0.58264464,0.57438016,0.57024795,0.55785125,0.53305787,0.42561984,0.3140496,0.29338843,0.38016528,0.47933885,0.48347107,0.47107437,0.44214877,0.43801653,0.5,0.4752066,0.59090906,0.5123967,0.446281,0.46694216,0.40495867,0.4214876,0.338843,0.36363637,0.45041323,0.35950413,0.40495867,0.3305785,0.1322314,0.2520661,0.42975205,0.40495867,0.37603307,0.14049587,0.42561984,0.40495867,0.5041322,0.58264464,0.5082645,0.43801653,0.3966942,0.32231405,0.3677686,0.41322315,0.4338843,0.3264463,0.30165288,0.55785125,0.5247934,0.40495867,0.41322315,0.39256197,0.39256197,0.3966942,0.42975205,0.42975205,0.4338843,0.48347107,0.5165289,0.5661157,0.4876033,0.38429752,0.446281,0.39256197,0.42975205,0.49173555,0.41735536,0.45454547,0.46280992,0.38016528,0.27272728,0.29338843,0.37603307,0.39256197,0.40082645,0.3553719,0.3677686,0.4214876,0.4214876,0.42975205,0.8512397,0.74793386,0.42975205,0.45041323,0.43801653,0.43801653,0.4338843,0.35123968,0.43801653,0.4214876,0.41735536,0.35950413,0.09090909,0.20247933,0.5413223,0.73140496,0.40495867,0.23140496,0.45867768,0.36363637,0.5371901,0.58264464,0.44214877,0.3553719,0.4214876,0.37603307,0.4338843,0.446281,0.43801653,0.36363637,0.35950413,0.3305785,0.3181818,0.30165288,0.338843,0.3553719,0.35123968,0.30165288,0.3264463,0.34710744,0.37603307,0.5247934,0.56198347,0.5661157,0.53305787,0.3677686,0.46280992,0.38016528,0.3966942,0.55785125,0.2603306,0.3140496,0.37190083,0.47107437,0.2644628,0.30165288,0.3264463,0.35950413,0.3677686,0.36363637,0.3677686,0.3429752,0.2644628,0.38842976,0.88429755,0.7066116,0.2231405,0.4090909,0.41322315,0.38429752,0.48347107,0.4338843,0.42561984,0.4752066,0.45041323,0.30578512,0.10743801,0.11157025,0.3966942,0.822314,0.5785124,0.2768595,0.40082645,0.37603307,0.53305787,0.5371901,0.4090909,0.35123968,0.43801653,0.4090909,0.45867768,0.446281,0.42561984,0.3181818,0.4090909,0.16115703,0.1570248,0.1322314,0.17768595,0.24793388,0.28099173,0.32231405,0.37190083,0.38429752,0.39256197,0.5289256,0.553719,0.5413223,0.5206612,0.36363637,0.3553719,0.3677686,0.40082645,0.54545456,0.44214877,0.3140496,0.3140496,0.40495867,0.23553719,0.34710744,0.37190083,0.46280992,0.4338843,0.38016528,0.38429752,0.3553719,0.2768595,0.18181819,0.37190083,0.28099173,0.1694215,0.2231405,0.29338843,0.3553719,0.4338843,0.4752066,0.42975205,0.4876033,0.46280992,0.3181818,0.14049587,0.17768595,0.3181818,0.76033056,0.74380165,0.28512397,0.3553719,0.38429752,0.57438016,0.4876033,0.446281,0.45041323,0.49173555,0.553719,0.5495868,0.48347107,0.3677686,0.37190083,0.4876033,0.13636364,0.16115703,0.16115703,0.1983471,0.26859504,0.2644628,0.30578512,0.38842976,0.47107437,0.47933885,0.5206612,0.5082645,0.5165289,0.5247934,0.3677686,0.3429752,0.38842976,0.39256197,0.6487603,0.5247934,0.3429752,0.338843,0.5041322,0.19008264,0.38429752,0.41735536,0.5041322,0.45454547,0.41322315,0.45867768,0.42561984,0.3966942,0.3140496,0.24380165,0.19421488,0.25619835,0.23966943,0.33471075,0.3264463,0.37190083,0.40495867,0.4214876,0.44214877,0.47107437,0.3305785,0.16115703,0.30578512,0.23966943,0.56198347,0.6528926,0.2768595,0.38016528,0.3305785,0.55785125,0.5082645,0.57024795,0.57438016,0.58264464,0.6487603,0.59090906,0.46280992,0.446281,0.45041323,0.40082645,0.2231405,0.2231405,0.24380165,0.27272728,0.30578512,0.29752067,0.29752067,0.3305785,0.40495867,0.46280992,0.5041322,0.5495868,0.553719,0.55785125,0.3553719,0.29752067,0.2768595,0.2892562,0.5165289,0.49586776,0.34710744,0.3264463,0.5371901,0.24380165,0.36363637,0.3966942,0.43801653,0.40082645,0.338843,0.4090909,0.41735536,0.42561984,0.338843,0.28512397,0.24380165,0.23553719,0.24793388,0.338843,0.3553719,0.32231405,0.3181818,0.3966942,0.37603307,0.3966942,0.41322315,0.23553719,0.24793388,0.17355372,0.42561984,0.75619835,0.35123968,0.38429752,0.3553719,0.54545456,0.5785124,0.6652893,0.6322314,0.61570245,0.60330576,0.5413223,0.48347107,0.49173555,0.6570248,0.45454547,0.38016528,0.3305785,0.30578512,0.36363637,0.35123968,0.32231405,0.30991736,0.30578512,0.338843,0.47107437,0.5247934,0.59504133,0.607438,0.45867768,0.41735536,0.21487603,0.33471075,0.45454547,0.49173555,0.5123967,0.5,0.37190083,0.3677686,0.23140496,0.30991736,0.40082645,0.39256197,0.34710744,0.33471075,0.38429752,0.4338843,0.3966942,0.3553719,0.338843,0.3140496,0.29338843,0.33471075,0.3429752,0.37603307,0.34710744,0.32231405,0.38016528,0.3966942,0.38016528,0.446281,0.28099173,0.17768595,0.10330579,0.39256197,0.838843,0.38429752,0.5206612,0.5206612,0.59090906,0.59090906,0.59504133,0.5661157,0.57438016,0.53305787,0.5041322,0.4338843,0.4090909,0.5413223,0.46280992,0.4338843,0.4090909,0.40495867,0.46280992,0.45041323,0.41735536,0.40082645,0.36363637,0.43801653,0.55785125,0.5785124,0.6363636,0.61570245,0.45867768,0.32231405,0.23140496,0.45041323,0.48347107,0.5082645,0.5123967,0.49173555,0.42975205,0.29338843,0.22727273,0.2892562,0.45867768,0.45867768,0.3966942,0.38429752,0.40495867,0.42975205,0.4090909,0.40495867,0.41322315,0.40495867,0.38429752,0.41322315,0.4090909,0.42975205,0.40495867,0.3966942,0.41735536,0.48347107,0.48347107,0.42561984,0.2768595,0.16115703,0.09917355,0.5247934,0.77272725,0.3966942,0.60330576,0.6363636,0.677686,0.6528926,0.61570245,0.59090906,0.57438016,0.57024795,0.54545456,0.47107437,0.44214877,0.4876033,0.5041322,0.48347107,0.4752066,0.5,0.48347107,0.45867768,0.446281,0.4214876,0.4214876,0.5247934,0.5661157,0.59917355,0.607438,0.59090906,0.39256197,0.29752067,0.3553719,0.47107437,0.5123967,0.5289256,0.5206612,0.47107437,0.43801653,0.3181818,0.24380165,0.26859504,0.42975205,0.5041322,0.46280992,0.41322315,0.40082645,0.4214876,0.42975205,0.43801653,0.46280992,0.45867768,0.44214877,0.4338843,0.44214877,0.43801653,0.43801653,0.46694216,0.45041323,0.5,0.5206612,0.5,0.4214876,0.3677686,0.25619835,0.42561984,0.49173555,0.38429752,0.58677685,0.62396693,0.661157,0.61570245,0.553719,0.5413223,0.59504133,0.59504133,0.5661157,0.5123967,0.49173555,0.5041322,0.5123967,0.49586776,0.49173555,0.46280992,0.45867768,0.4090909,0.4214876,0.4214876,0.5082645,0.57024795,0.57024795,0.61157024,0.6487603,0.53305787,0.3181818,0.30165288,0.40495867,0.49586776,0.5495868,0.5165289,0.5413223,0.4752066,0.45454547,0.3429752,0.22727273,0.28512397,0.37190083,0.5247934,0.5165289,0.5041322,0.4214876,0.38429752,0.37603307,0.41322315,0.45041323,0.44214877,0.45454547,0.45454547,0.45454547,0.47107437,0.45041323,0.45041323,0.43801653,0.46694216,0.5,0.5165289,0.5247934,0.38429752,0.22727273,0.20247933,0.28099173,0.3677686,0.55785125,0.6322314,0.6528926,0.57438016,0.5371901,0.5,0.5495868,0.61157024,0.57438016,0.5495868,0.5123967,0.5206612,0.53305787,0.5,0.47107437,0.44214877,0.4090909,0.37603307,0.43801653,0.5082645,0.56198347,0.55785125,0.57438016,0.61570245,0.69008267,0.29752067,0.29752067,0.338843,0.45867768,0.5413223,0.54545456,0.5247934,0.5289256,0.4752066,0.47933885,0.40495867,0.2107438,0.3264463,0.30165288,0.5041322,0.5041322,0.5123967,0.5041322,0.45867768,0.3553719,0.34710744,0.36363637,0.40082645,0.4214876,0.42561984,0.45454547,0.45041323,0.45041323,0.42561984,0.4338843,0.43801653,0.48347107,0.5,0.5,0.338843,0.24380165,0.15289256,0.2892562,0.33471075,0.5165289,0.6528926,0.62396693,0.553719,0.57024795,0.53305787,0.5,0.57438016,0.553719,0.5661157,0.5123967,0.53305787,0.49173555,0.46694216,0.42561984,0.35123968,0.39256197,0.45041323,0.53305787,0.53305787,0.55785125,0.553719,0.57024795,0.6404959,0.49173555,0.22727273,0.30991736,0.3966942,0.5123967,0.5495868,0.53305787,0.53305787,0.53305787,0.4752066,0.47107437,0.45454547,0.27272728,0.28099173,0.29752067,0.41735536,0.5206612,0.48347107,0.5,0.5247934,0.47933885,0.42561984,0.37603307,0.37603307,0.38016528,0.38016528,0.4214876,0.4338843,0.44214877,0.44214877,0.46280992,0.46694216,0.49173555,0.5082645,0.46280992,0.37603307,0.2231405,0.1570248,0.3181818,0.3140496,0.41735536,0.6404959,0.607438,0.5661157,0.59504133,0.57438016,0.5,0.5123967,0.5289256,0.5413223,0.49173555,0.5165289,0.45454547,0.42561984,0.44214877,0.40082645,0.49586776,0.54545456,0.553719,0.57024795,0.56198347,0.5661157,0.59917355,0.59090906,0.2892562,0.22727273,0.3553719,0.48347107,0.56198347,0.5413223,0.5413223,0.5206612,0.5123967,0.47933885,0.46694216,0.47933885,0.37603307,0.23140496,0.35123968,0.27272728,0.5206612,0.48347107,0.5082645,0.49586776,0.46280992,0.48347107,0.47107437,0.46280992,0.45867768,0.45041323,0.45041323,0.45867768,0.45454547,0.46694216,0.48347107,0.4752066,0.5041322,0.5082645,0.446281,0.39256197,0.19421488,0.19008264,0.38016528,0.45041323,0.2644628,0.58264464,0.61570245,0.59917355,0.57024795,0.55785125,0.5247934,0.5123967,0.5289256,0.53305787,0.45867768,0.5,0.4876033,0.46694216,0.5082645,0.5289256,0.5247934,0.5495868,0.5371901,0.5495868,0.5495868,0.57438016,0.61570245,0.41735536,0.25619835,0.29338843,0.40082645,0.5206612,0.59090906,0.553719,0.54545456,0.5206612,0.5082645,0.4752066,0.47107437,0.47933885,0.4338843,0.28099173,0.2768595,0.26859504,0.38016528,0.48347107,0.5,0.47107437,0.4752066,0.48347107,0.45867768,0.47107437,0.4752066,0.46694216,0.4752066,0.46694216,0.46694216,0.47933885,0.4876033,0.49173555,0.5041322,0.49586776,0.45454547,0.37190083,0.19421488,0.2231405,0.57024795,0.61157024,0.24380165,0.41322315,0.61570245,0.6198347,0.59090906,0.57438016,0.55785125,0.54545456,0.5495868,0.5165289,0.5165289,0.5289256,0.5289256,0.5289256,0.54545456,0.54545456,0.5206612,0.5371901,0.5206612,0.5289256,0.553719,0.59917355,0.5041322,0.30991736,0.3429752,0.30578512,0.45041323,0.5371901,0.58264464,0.59504133,0.57024795,0.5289256,0.53305787,0.5165289,0.47933885,0.5,0.4752066,0.30991736,0.2603306,0.30991736,0.2644628,0.45041323,0.49586776,0.45454547,0.45867768,0.4752066,0.46694216,0.4752066,0.46280992,0.48347107,0.48347107,0.45867768,0.4752066,0.4752066,0.4876033,0.47933885,0.49586776,0.46694216,0.44214877,0.3429752,0.21900827,0.45454547,0.446281,0.661157,0.49586776,0.24380165,0.47933885,0.59917355,0.607438,0.60330576,0.5495868,0.59917355,0.553719,0.5371901,0.53305787,0.5495868,0.5371901,0.553719,0.5495868,0.5371901,0.53305787,0.5289256,0.5247934,0.5413223,0.5413223,0.5082645,0.5661157,0.4090909,0.38016528,0.3305785,0.47933885,0.57024795,0.58264464,0.60330576,0.59090906,0.553719,0.57438016,0.56198347,0.5,0.5123967,0.53305787,0.30165288,0.24380165,0.28099173,0.32231405,0.24380165,0.45867768,0.4876033,0.46280992,0.4752066,0.47933885,0.45041323,0.46280992,0.47107437,0.4876033,0.4876033,0.47107437,0.446281,0.45867768,0.45867768,0.47107437,0.4338843,0.45041323,0.338843,0.3305785,0.53305787,0.35123968,0.62396693,0.6694215,0.5041322,0.34710744,0.41735536,0.5413223,0.59917355,0.5785124,0.6198347,0.5785124,0.53305787,0.53305787,0.553719,0.53305787,0.56198347,0.5495868,0.54545456,0.54545456,0.53305787,0.5371901,0.5165289,0.45041323,0.45454547,0.5413223,0.4090909,0.3966942,0.446281,0.5123967,0.58677685,0.58264464,0.59917355,0.59917355,0.58264464,0.58677685,0.59504133,0.49173555,0.47933885,0.61570245,0.35950413,0.30165288,0.23553719,0.30165288,0.24380165,0.2231405,0.4338843,0.47107437,0.46694216,0.48347107,0.46280992,0.47107437,0.4876033,0.49173555,0.5082645,0.4752066,0.46280992,0.42975205,0.43801653,0.45041323,0.42561984,0.446281,0.38842976,0.446281,0.4214876,0.38016528,0.61157024,0.6322314,0.6570248,0.57438016,0.47107437,0.42561984,0.46694216,0.5082645,0.5289256,0.57438016,0.53305787,0.5206612,0.5495868,0.53305787,0.553719,0.56198347,0.5413223,0.53305787,0.49173555,0.45041323,0.42561984,0.40495867,0.45867768,0.45454547,0.4214876,0.47107437,0.5495868,0.54545456,0.59917355,0.5785124,0.6280992,0.6404959,0.5785124,0.55785125,0.5371901,0.47107437,0.44214877,0.6487603,0.4338843,0.39256197,0.29338843,0.23553719,0.3140496,0.3181818,0.19008264,0.35123968,0.42975205,0.47107437,0.46694216,0.49173555,0.48347107,0.49586776,0.5123967,0.5,0.45454547,0.4214876,0.41735536,0.4338843,0.4338843,0.4338843,0.4090909,0.43801653,0.41322315,0.40495867,0.59504133,0.61570245,0.62396693,0.62396693,0.61157024,0.607438,0.56198347,0.5206612,0.49586776,0.4752066,0.46694216,0.5123967,0.5206612,0.5082645,0.5082645,0.49586776,0.42975205,0.3966942,0.38842976,0.4090909,0.40082645,0.30165288,0.46694216,0.46280992,0.49173555,0.553719,0.61157024,0.607438,0.6404959,0.58264464,0.69008267,0.6363636,0.5413223,0.49173555,0.45041323,0.4338843,0.41735536,0.553719,0.5247934,0.42561984,0.40082645,0.26859504,0.2231405,0.3305785,0.3553719,0.27272728,0.30578512,0.3181818,0.40082645,0.48347107,0.48347107,0.48347107,0.5123967,0.5247934,0.48347107,0.46694216,0.45454547,0.42975205,0.40495867,0.40082645,0.4090909,0.42561984,0.40082645,0.40495867,0.59090906,0.59504133,0.60330576,0.59504133,0.60330576,0.6570248,0.6280992,0.6487603,0.59917355,0.61157024,0.56198347,0.5165289,0.5165289,0.49586776,0.5041322,0.5082645,0.49173555,0.4876033,0.43801653,0.3966942,0.338843,0.20247933,0.47933885,0.4752066,0.5495868,0.58264464,0.6280992,0.6446281,0.6818182,0.6198347,0.6404959,0.57024795,0.48347107,0.42561984,0.37603307,0.38842976,0.38842976,0.43801653,0.45867768,0.46280992,0.38429752,0.33471075,0.16115703,0.23140496,0.2768595,0.2768595,0.3264463,0.3264463,0.28512397,0.2768595,0.3553719,0.37603307,0.3966942,0.39256197,0.3677686,0.37190083,0.37190083,0.37190083,0.3966942,0.4214876,0.41735536,0.4214876,0.40495867,0.45454547,0.57438016,0.5495868,0.59090906,0.57024795,0.58677685,0.6528926,0.61157024,0.6487603,0.61157024,0.6322314,0.6322314,0.59504133,0.60330576,0.5661157,0.5247934,0.5082645,0.4752066,0.45041323,0.37603307,0.3140496,0.24380165,0.1446281,0.44214877,0.5041322,0.5082645,0.4876033,0.5165289,0.5785124,0.6198347,0.607438,0.5206612,0.48347107,0.41322315,0.33471075,0.32231405,0.3140496,0.32231405,0.3553719,0.3966942,0.35950413,0.30165288,0.30991736,0.1570248,0.15289256,0.20247933,0.2107438,0.2603306,0.3140496,0.3553719,0.37603307,0.4090909,0.4214876,0.46280992,0.5123967,0.47933885,0.42975205,0.41322315,0.3966942,0.40495867,0.42561984,0.41735536,0.41322315,0.41322315,0.45867768,0.57024795,0.5289256,0.58677685,0.57024795,0.59917355,0.6280992,0.59917355,0.6404959,0.62396693,0.6487603,0.6570248,0.6280992,0.6280992,0.55785125,0.5371901,0.4876033,0.4338843,0.38016528,0.2892562,0.23140496,0.18181819,0.13636364,0.3305785,0.47107437,0.38016528,0.28099173,0.18181819,0.30991736,0.47107437,0.5082645,0.48347107,0.4214876,0.33471075,0.27272728,0.2644628,0.2520661,0.28099173,0.34710744,0.30578512,0.17768595,0.21487603,0.2520661,0.23140496,0.18181819,0.17768595,0.18595041,0.21487603,0.23553719,0.29338843,0.35123968,0.3966942,0.45041323,0.46694216,0.47107437,0.47933885,0.42975205,0.40495867,0.38429752,0.38842976,0.42561984,0.41735536,0.41322315,0.42561984,0.4338843,0.5371901,0.553719,0.5785124,0.5785124,0.59504133,0.61570245,0.59504133,0.61570245,0.6487603,0.6735537,0.677686,0.6652893,0.607438,0.57024795,0.5165289,0.46280992,0.37190083,0.28512397,0.22727273,0.1983471,0.16115703,0.1983471,0.2107438,0.338843,0.3305785,0.19008264,0.12396694,0.24380165,0.36363637,0.3966942,0.3264463,0.40082645,0.29338843,0.2231405,0.2520661,0.23966943,0.26859504,0.28512397,0.11157025,0.1322314,0.1983471,0.1694215,0.34710744,0.3181818,0.23140496,0.23553719,0.21900827,0.23553719,0.20247933,0.30165288,0.3553719,0.40082645,0.46694216,0.42975205,0.45454547,0.42561984,0.3966942,0.38842976,0.39256197,0.4090909,0.41735536,0.4214876,0.4338843,0.43801653,0.57024795,0.57024795,0.58677685,0.57438016,0.59090906,0.59917355,0.59504133,0.58677685,0.62396693,0.6570248,0.6694215,0.6363636,0.60330576,0.5206612,0.46280992,0.40495867,0.3140496,0.24793388,0.2231405,0.19008264,0.22727273,0.30991736,0.2644628,0.22727273,0.3305785,0.30991736,0.27272728,0.40082645,0.45867768,0.45041323,0.30578512,0.22727273,0.1983471,0.18181819,0.1694215,0.23966943,0.2768595,0.16115703,0.11983471,0.14876033,0.13636364,0.13636364,0.36363637,0.40082645,0.32231405,0.30165288,0.30991736,0.3140496,0.28512397,0.28512397,0.3305785,0.35123968,0.4090909,0.42975205,0.41322315,0.42975205,0.40082645,0.38842976,0.3966942,0.41735536,0.41322315,0.44214877,0.42975205,0.4338843,0.553719,0.5661157,0.58677685,0.59504133,0.62396693,0.59090906,0.59504133,0.5661157,0.60330576,0.61570245,0.6528926,0.6198347,0.5495868,0.4876033,0.446281,0.37603307,0.33471075,0.28512397,0.2644628,0.2768595,0.34710744,0.41322315,0.40495867,0.3429752,0.42975205,0.4338843,0.42561984,0.4876033,0.43801653,0.41322315,0.29752067,0.17768595,0.11983471,0.15289256,0.12396694,0.21487603,0.2768595,0.2644628,0.2768595,0.24793388,0.21900827,0.23140496,0.37603307,0.40082645,0.38429752,0.338843,0.35123968,0.35950413,0.3677686,0.34710744,0.36363637,0.35950413,0.38429752,0.40495867,0.3966942,0.41735536,0.41735536,0.38429752,0.41322315,0.42975205,0.4214876,0.446281,0.41735536,0.42975205,0.5413223,0.56198347,0.58677685,0.59090906,0.62396693,0.61157024,0.607438,0.5661157,0.58677685,0.60330576,0.607438,0.59090906,0.5247934,0.4752066,0.45867768,0.39256197,0.35950413,0.32231405,0.3264463,0.37603307,0.42561984,0.4876033,0.5082645,0.5206612,0.5206612,0.49173555,0.46694216,0.46694216,0.45454547,0.35123968,0.25619835,0.15289256,0.11983471,0.18181819,0.14049587,0.15289256,0.21900827,0.29338843,0.35123968,0.37603307,0.43801653,0.42975205,0.45041323,0.40495867,0.39256197,0.38842976,0.3677686,0.338843,0.3553719,0.38429752,0.4090909,0.38842976,0.3966942,0.40082645,0.4090909,0.4090909,0.42975205,0.41735536,0.43801653,0.4338843,0.41322315,0.41735536,0.41322315,0.44214877,0.553719,0.553719,0.59504133,0.59917355,0.607438,0.61570245,0.61157024,0.5661157,0.59090906,0.58264464,0.5785124,0.58264464,0.5247934,0.49173555,0.45867768,0.39256197,0.35123968,0.33471075,0.38429752,0.42561984,0.49173555,0.5371901,0.55785125,0.57024795,0.58677685,0.54545456,0.5495868,0.5165289,0.446281,0.33471075,0.1983471,0.13636364,0.12396694,0.2107438,0.16528925,0.1694215,0.1983471,0.2768595,0.35950413,0.41735536,0.5495868,0.5082645,0.5206612,0.45041323,0.38429752,0.4090909,0.3677686,0.35123968,0.33471075,0.37190083,0.4090909,0.3966942,0.42561984,0.41735536,0.3966942,0.41322315,0.4338843,0.44214877,0.45454547,0.4338843,0.41735536,0.38842976,0.3966942,0.42561984,0.57024795,0.5495868,0.58677685,0.59504133,0.60330576,0.607438,0.58677685,0.59090906,0.5661157,0.57438016,0.58264464,0.5785124,0.5289256,0.47107437,0.45041323,0.36363637,0.3553719,0.37190083,0.446281,0.4752066,0.5413223,0.56198347,0.5661157,0.55785125,0.57438016,0.56198347,0.57024795,0.55785125,0.5041322,0.35950413,0.1570248,0.1322314,0.1322314,0.21487603,0.22727273,0.18595041,0.19008264,0.2520661,0.36363637,0.45041323,0.5247934,0.5495868,0.5413223,0.5123967,0.45867768,0.42561984,0.38429752,0.35123968,0.33471075,0.34710744,0.38429752,0.39256197,0.4214876,0.42975205,0.41735536,0.40495867,0.42975205,0.446281,0.45454547,0.42561984,0.3966942,0.37603307,0.37603307,0.38016528,0.5661157,0.553719,0.5785124,0.58677685,0.607438,0.60330576,0.59090906,0.57024795,0.5495868,0.58264464,0.59917355,0.57024795,0.5165289,0.46280992,0.4090909,0.3677686,0.38429752,0.42975205,0.5,0.5165289,0.5661157,0.5661157,0.57024795,0.5661157,0.57024795,0.58677685,0.55785125,0.553719,0.5289256,0.45041323,0.23553719,0.11983471,0.15289256,0.20661157,0.2520661,0.19008264,0.18595041,0.2520661,0.35950413,0.46694216,0.5206612,0.5371901,0.54545456,0.53305787,0.5041322,0.47933885,0.4214876,0.38842976,0.33471075,0.338843,0.35950413,0.37603307,0.4090909,0.41322315,0.43801653,0.41322315,0.42561984,0.446281,0.45041323,0.4090909,0.38842976,0.3677686,0.35123968,0.38842976,0.58677685,0.553719,0.5413223,0.57438016,0.58264464,0.607438,0.59090906,0.5785124,0.56198347,0.59504133,0.607438,0.5661157,0.5123967,0.45041323,0.4090909,0.39256197,0.45041323,0.49173555,0.5165289,0.55785125,0.59504133,0.53305787,0.5785124,0.57438016,0.57438016,0.5785124,0.56198347,0.553719,0.5289256,0.5123967,0.38842976,0.24380165,0.20247933,0.23140496,0.30165288,0.2520661,0.23553719,0.28512397,0.38016528,0.46694216,0.5,0.5206612,0.5371901,0.5289256,0.5082645,0.49173555,0.46280992,0.42561984,0.3553719,0.3429752,0.32231405,0.3553719,0.4090909,0.4090909,0.4214876,0.45041323,0.43801653,0.42561984,0.41735536,0.38429752,0.38842976,0.37603307,0.37190083,0.38016528,0.59917355,0.553719,0.5165289,0.56198347,0.5661157,0.58677685,0.6198347,0.59917355,0.58677685,0.61157024,0.60330576,0.5247934,0.49586776,0.4338843,0.4338843,0.4214876,0.5206612,0.5123967,0.5413223,0.58264464,0.59917355,0.5495868,0.57438016,0.58264464,0.57438016,0.553719,0.553719,0.553719,0.5289256,0.54545456,0.4876033,0.40495867,0.3429752,0.35950413,0.40495867,0.38016528,0.3429752,0.37603307,0.41322315,0.45454547,0.4752066,0.49173555,0.5371901,0.53305787,0.53305787,0.48347107,0.4752066,0.44214877,0.39256197,0.32231405,0.32231405,0.3181818,0.37603307,0.4090909,0.41735536,0.446281,0.4338843,0.4090909,0.4090909,0.38016528,0.38429752,0.38429752,0.37603307,0.37190083,0.61157024,0.553719,0.5165289,0.55785125,0.56198347,0.60330576,0.62396693,0.607438,0.59917355,0.61157024,0.59090906,0.54545456,0.4876033,0.45454547,0.46280992,0.47933885,0.53305787,0.5206612,0.5371901,0.59917355,0.59504133,0.5785124,0.5413223,0.57438016,0.55785125,0.5371901,0.5371901,0.5371901,0.49173555,0.5,0.46694216,0.45867768,0.41735536,0.45867768,0.4752066,0.43801653,0.3966942,0.42975205,0.43801653,0.446281,0.4338843,0.45041323,0.49586776,0.47107437,0.5,0.5,0.43801653,0.4338843,0.43801653,0.34710744,0.3305785,0.29752067,0.38429752,0.39256197,0.44214877,0.45041323,0.4338843,0.41322315,0.3966942,0.38842976,0.3966942,0.36363637,0.33471075,0.37190083,0.59090906,0.56198347,0.5247934,0.5495868,0.55785125,0.59090906,0.6363636,0.59504133,0.59504133,0.57438016,0.5495868,0.5165289,0.49173555,0.47933885,0.47933885,0.53305787,0.5206612,0.5289256,0.5289256,0.57438016,0.5495868,0.5041322,0.5247934,0.5247934,0.5206612,0.4876033,0.44214877,0.41735536,0.37190083,0.3677686,0.34710744,0.39256197,0.3966942,0.40082645,0.41735536,0.35123968,0.34710744,0.3966942,0.4090909,0.42561984,0.45041323,0.41735536,0.42975205,0.41322315,0.4338843,0.48347107,0.42975205,0.42975205,0.43801653,0.38016528,0.3181818,0.34710744,0.35950413,0.40495867,0.4090909,0.41735536,0.43801653,0.446281,0.4090909,0.38429752,0.40082645,0.36363637,0.338843,0.38016528,0.55785125,0.5661157,0.5289256,0.56198347,0.5495868,0.57024795,0.61157024,0.59504133,0.58677685,0.60330576,0.54545456,0.5041322,0.5289256,0.48347107,0.5041322,0.54545456,0.5206612,0.5165289,0.5082645,0.5206612,0.47107437,0.4876033,0.5,0.47107437,0.39256197,0.338843,0.26859504,0.24380165,0.21487603,0.23553719,0.23966943,0.27272728,0.26859504,0.2520661,0.24380165,0.23966943,0.23966943,0.2892562,0.30165288,0.38016528,0.38842976,0.3966942,0.40082645,0.3677686,0.38016528,0.4090909,0.446281,0.41735536,0.4090909,0.42561984,0.3305785,0.37603307,0.38016528,0.40495867,0.43801653,0.42975205,0.4338843,0.42561984,0.41735536,0.38842976,0.3966942,0.3553719,0.37603307,0.3140496,0.5289256,0.5495868,0.5206612,0.5495868,0.553719,0.5495868,0.58677685,0.60330576,0.59917355,0.607438,0.55785125,0.5165289,0.5123967,0.5,0.5206612,0.54545456,0.5041322,0.4876033,0.47933885,0.4338843,0.4214876,0.446281,0.41735536,0.3305785,0.24380165,0.21900827,0.18181819,0.14876033,0.14049587,0.14049587,0.16528925,0.17355372,0.17768595,0.16115703,0.1446281,0.14876033,0.17355372,0.17768595,0.18181819,0.23966943,0.2892562,0.3429752,0.38842976,0.36363637,0.338843,0.3553719,0.42975205,0.40495867,0.39256197,0.446281,0.38429752,0.38016528,0.38842976,0.44214877,0.43801653,0.4338843,0.42975205,0.40082645,0.38842976,0.38429752,0.3966942,0.36363637,0.40082645,0.20661157,0.5289256,0.5371901,0.53305787,0.5247934,0.56198347,0.55785125,0.58264464,0.6198347,0.60330576,0.60330576,0.5413223,0.5371901,0.5123967,0.49586776,0.54545456,0.53305787,0.47933885,0.446281,0.4090909,0.38429752,0.3553719,0.3429752,0.25619835,0.1983471,0.17355372,0.10330579,0.11570248,0.12396694,0.12809917,0.1322314,0.12809917,0.12396694,0.09504132,0.10743801,0.09917355,0.09917355,0.09090909,0.1322314,0.1446281,0.16115703,0.17768595,0.2231405,0.28099173,0.3305785,0.33471075,0.3140496,0.38429752,0.38842976,0.38842976,0.43801653,0.43801653,0.41735536,0.40082645,0.41735536,0.47107437,0.4214876,0.43801653,0.3966942,0.39256197,0.38016528,0.4090909,0.37190083,0.38429752,0.16528925,0.5371901,0.5495868,0.53305787,0.5247934,0.5661157,0.5785124,0.5785124,0.59090906,0.60330576,0.55785125,0.59090906,0.5289256,0.5123967,0.5247934,0.553719,0.5082645,0.47107437,0.44214877,0.34710744,0.30991736,0.2644628,0.17768595,0.09090909,0.08677686,0.09090909,0.0785124,0.09504132,0.10743801,0.10743801,0.09917355,0.0785124,0.10330579,0.07438017,0.10743801,0.08264463,0.09090909,0.09917355,0.08677686,0.0785124,0.10743801,0.12396694,0.14049587,0.17355372,0.23140496,0.29338843,0.28099173,0.34710744,0.36363637,0.3966942,0.44214877,0.45867768,0.45041323,0.41735536,0.41322315,0.43801653,0.4338843,0.43801653,0.4090909,0.3966942,0.39256197,0.40082645,0.37190083,0.37603307,0.11983471,0.5,0.55785125,0.5165289,0.5247934,0.58264464,0.56198347,0.5785124,0.58677685,0.58677685,0.57438016,0.58264464,0.53305787,0.53305787,0.5495868,0.5371901,0.49586776,0.446281,0.38016528,0.3140496,0.24380165,0.16528925,0.10743801,0.09917355,0.12809917,0.1446281,0.1322314,0.11983471,0.16115703,0.1322314,0.2231405,0.15289256,0.14876033,0.1446281,0.11157025,0.11157025,0.10743801,0.1446281,0.13636364,0.12809917,0.09504132,0.09504132,0.09090909,0.11983471,0.15289256,0.21900827,0.23966943,0.30165288,0.3677686,0.40495867,0.45041323,0.4752066,0.45867768,0.43801653,0.446281,0.44214877,0.4214876,0.42561984,0.40495867,0.40495867,0.40082645,0.38016528,0.40495867,0.338843,0.07024793,0.49586776,0.54545456,0.5206612,0.5082645,0.5413223,0.57024795,0.57438016,0.57438016,0.58264464,0.57024795,0.56198347,0.5247934,0.553719,0.55785125,0.55785125,0.46694216,0.40495867,0.30165288,0.23553719,0.17768595,0.28099173,0.35123968,0.3553719,0.35123968,0.3429752,0.3553719,0.35123968,0.32231405,0.2231405,0.30165288,0.29752067,0.2892562,0.30578512,0.2768595,0.2520661,0.23140496,0.25619835,0.2768595,0.30165288,0.3553719,0.23966943,0.23140496,0.24793388,0.1983471,0.14049587,0.1983471,0.2768595,0.338843,0.38016528,0.42561984,0.47933885,0.46694216,0.43801653,0.44214877,0.43801653,0.42561984,0.4090909,0.38842976,0.40495867,0.41322315,0.38842976,0.42561984,0.23966943,0.07438017,0.5123967,0.5371901,0.54545456,0.5206612,0.5371901,0.56198347,0.54545456,0.5661157,0.57438016,0.59504133,0.5495868,0.5206612,0.553719,0.57438016,0.5123967,0.4090909,0.33471075,0.2644628,0.19008264,0.32231405,0.5413223,0.55785125,0.5289256,0.5041322,0.49586776,0.4876033,0.4752066,0.45454547,0.45454547,0.41322315,0.4338843,0.4214876,0.42975205,0.44214877,0.38016528,0.37190083,0.41735536,0.40082645,0.40495867,0.39256197,0.42561984,0.3966942,0.43801653,0.4214876,0.28512397,0.18595041,0.24793388,0.29752067,0.3553719,0.3966942,0.446281,0.45454547,0.39256197,0.43801653,0.41322315,0.41322315,0.40495867,0.3966942,0.41735536,0.40495867,0.39256197,0.4338843,0.20661157,0.09917355,0.5041322,0.5082645,0.54545456,0.5123967,0.5289256,0.553719,0.5413223,0.5661157,0.5495868,0.59504133,0.56198347,0.5413223,0.55785125,0.553719,0.46694216,0.37603307,0.30165288,0.2231405,0.23966943,0.5041322,0.61157024,0.58264464,0.553719,0.55785125,0.55785125,0.5123967,0.5082645,0.4876033,0.4752066,0.446281,0.46280992,0.42561984,0.42975205,0.446281,0.4214876,0.3677686,0.40495867,0.41322315,0.4338843,0.41322315,0.4338843,0.41322315,0.41735536,0.47107437,0.41322315,0.2603306,0.23140496,0.29338843,0.35950413,0.3966942,0.42561984,0.44214877,0.4214876,0.45454547,0.38429752,0.40082645,0.40082645,0.3966942,0.41322315,0.41322315,0.3966942,0.40082645,0.17355372,0.09090909,0.53305787,0.5041322,0.5247934,0.5123967,0.5247934,0.5413223,0.553719,0.553719,0.54545456,0.59917355,0.5413223,0.54545456,0.58264464,0.49173555,0.446281,0.3553719,0.2768595,0.2231405,0.37603307,0.58677685,0.58264464,0.5495868,0.54545456,0.57438016,0.57438016,0.5785124,0.5495868,0.5206612,0.48347107,0.4752066,0.446281,0.4338843,0.42561984,0.42561984,0.42561984,0.4090909,0.44214877,0.46280992,0.47933885,0.46280992,0.42975205,0.38842976,0.38429752,0.44214877,0.4338843,0.29752067,0.2520661,0.3140496,0.38429752,0.41322315,0.42561984,0.42561984,0.4338843,0.41322315,0.37603307,0.38429752,0.3966942,0.3966942,0.40495867,0.40495867,0.38842976,0.39256197,0.11983471,0.09917355,0.5371901,0.5,0.5165289,0.5123967,0.5123967,0.5289256,0.54545456,0.5371901,0.5289256,0.57438016,0.53305787,0.5495868,0.55785125,0.4876033,0.4090909,0.338843,0.24793388,0.28099173,0.46694216,0.59504133,0.5661157,0.5413223,0.5371901,0.5289256,0.56198347,0.57024795,0.5495868,0.49586776,0.46694216,0.45454547,0.4090909,0.38429752,0.38016528,0.36363637,0.37190083,0.39256197,0.41322315,0.41735536,0.4214876,0.41322315,0.37190083,0.33471075,0.3677686,0.39256197,0.45454547,0.3677686,0.28512397,0.338843,0.3677686,0.37190083,0.4090909,0.42561984,0.4214876,0.4090909,0.37190083,0.40495867,0.40495867,0.4090909,0.40082645,0.40082645,0.37603307,0.38429752,0.07438017,0.10330579,0.56198347,0.4876033,0.5165289,0.5082645,0.5206612,0.5206612,0.5247934,0.53305787,0.5206612,0.5165289,0.55785125,0.5371901,0.5289256,0.45454547,0.38016528,0.30165288,0.25619835,0.3264463,0.5206612,0.5785124,0.54545456,0.5247934,0.5,0.47933885,0.47933885,0.49173555,0.47107437,0.41735536,0.38429752,0.3264463,0.30165288,0.2892562,0.29338843,0.2603306,0.25619835,0.30165288,0.3140496,0.3264463,0.3264463,0.30991736,0.30991736,0.338843,0.38016528,0.40082645,0.45867768,0.44214877,0.30578512,0.3429752,0.35123968,0.3677686,0.38842976,0.4090909,0.40495867,0.4214876,0.39256197,0.40495867,0.40082645,0.40082645,0.40495867,0.38429752,0.41322315,0.30165288,0.08677686,0.13636364,0.55785125,0.5082645,0.5206612,0.5041322,0.5123967,0.5247934,0.5289256,0.5123967,0.5165289,0.5165289,0.5495868,0.5123967,0.5,0.42561984,0.338843,0.24793388,0.3140496,0.3966942,0.5661157,0.57024795,0.5289256,0.5165289,0.46694216,0.43801653,0.42561984,0.41735536,0.4090909,0.37190083,0.32231405,0.2520661,0.2644628,0.28099173,0.25619835,0.23966943,0.23553719,0.23553719,0.23140496,0.24380165,0.27272728,0.26859504,0.33471075,0.36363637,0.41322315,0.4338843,0.45867768,0.49173555,0.3264463,0.338843,0.3429752,0.34710744,0.37190083,0.38016528,0.37190083,0.3966942,0.3966942,0.38842976,0.40082645,0.40082645,0.41322315,0.38429752,0.42561984,0.3305785,0.27272728,0.3181818,0.42975205,0.57024795,0.5,0.5123967,0.5,0.53305787,0.5289256,0.5123967,0.5123967,0.5165289,0.5247934,0.49586776,0.47933885,0.38429752,0.2892562,0.2768595,0.38016528,0.5082645,0.57024795,0.56198347,0.5165289,0.4752066,0.446281,0.4338843,0.41322315,0.4090909,0.3966942,0.34710744,0.28512397,0.24380165,0.2603306,0.24793388,0.21487603,0.2231405,0.21487603,0.18181819,0.18595041,0.2107438,0.2644628,0.29752067,0.36363637,0.38842976,0.41735536,0.4338843,0.45041323,0.47933885,0.41735536,0.35123968,0.338843,0.3429752,0.3553719,0.37603307,0.38016528,0.39256197,0.38842976,0.38842976,0.3966942,0.41322315,0.38429752,0.38429752,0.41322315,0.42561984,0.40495867,0.3966942,0.23966943,0.56198347,0.5247934,0.5082645,0.5,0.5206612,0.5289256,0.5041322,0.49586776,0.5082645,0.48347107,0.4876033,0.45041323,0.3429752,0.27272728,0.33471075,0.46694216,0.57438016,0.58677685,0.5371901,0.5041322,0.45867768,0.43801653,0.41735536,0.4338843,0.43801653,0.39256197,0.338843,0.30165288,0.2644628,0.23553719,0.24380165,0.2231405,0.23553719,0.21487603,0.1983471,0.21900827,0.2231405,0.2644628,0.30165288,0.35950413,0.40495867,0.4214876,0.446281,0.446281,0.47107437,0.45454547,0.39256197,0.3553719,0.34710744,0.338843,0.3553719,0.3677686,0.38842976,0.39256197,0.37603307,0.3966942,0.41735536,0.37190083,0.3966942,0.4214876,0.47933885,0.45454547,0.45041323,0.12396694,0.46280992,0.5661157,0.5082645,0.5041322,0.5082645,0.5123967,0.5123967,0.47933885,0.4876033,0.47107437,0.45454547,0.41735536,0.30165288,0.30991736,0.40495867,0.5495868,0.59504133,0.58677685,0.5123967,0.4876033,0.41735536,0.42561984,0.43801653,0.46280992,0.43801653,0.38429752,0.3677686,0.35123968,0.30578512,0.3140496,0.25619835,0.26859504,0.24793388,0.23966943,0.2520661,0.30165288,0.26859504,0.29752067,0.32231405,0.3553719,0.3966942,0.41735536,0.446281,0.45867768,0.47933885,0.46280992,0.4338843,0.3966942,0.3553719,0.3429752,0.338843,0.36363637,0.37603307,0.39256197,0.38842976,0.40082645,0.41735536,0.38016528,0.4090909,0.45867768,0.5123967,0.49173555,0.4752066,0.10330579,0.27272728,0.5661157,0.5,0.5123967,0.5082645,0.5082645,0.5123967,0.4876033,0.46694216,0.47933885,0.45867768,0.40495867,0.30165288,0.37190083,0.5082645,0.58264464,0.59504133,0.57024795,0.5289256,0.47933885,0.42975205,0.45454547,0.46694216,0.45867768,0.45041323,0.4090909,0.446281,0.42975205,0.40082645,0.39256197,0.3264463,0.3181818,0.3140496,0.3140496,0.3181818,0.34710744,0.3677686,0.35123968,0.36363637,0.35123968,0.37190083,0.4214876,0.43801653,0.44214877,0.46694216,0.46694216,0.47107437,0.40495867,0.4090909,0.3264463,0.338843,0.35123968,0.38016528,0.38842976,0.3966942,0.40082645,0.40495867,0.38842976,0.41735536,0.4876033,0.5082645,0.5123967,0.5,0.12396694,0.16115703,0.4752066,0.5661157,0.553719,0.5,0.5041322,0.5,0.4876033,0.46694216,0.45454547,0.46280992,0.38842976,0.33471075,0.42975205,0.5661157,0.5785124,0.55785125,0.5413223,0.5413223,0.49173555,0.44214877,0.47933885,0.46694216,0.47107437,0.4876033,0.46280992,0.49586776,0.45867768,0.45867768,0.4214876,0.3966942,0.37190083,0.36363637,0.40082645,0.38429752,0.3966942,0.41322315,0.40495867,0.41735536,0.38016528,0.39256197,0.42561984,0.44214877,0.4338843,0.4214876,0.4338843,0.44214877,0.40495867,0.39256197,0.35123968,0.3553719,0.3264463,0.33471075,0.3966942,0.38842976,0.41735536,0.39256197,0.37603307,0.45867768,0.5,0.49173555,0.5371901,0.5123967,0.1322314,0.12396694,0.3264463,0.54545456,0.57438016,0.5082645,0.5041322,0.4752066,0.47933885,0.4752066,0.48347107,0.45041323,0.37190083,0.37603307,0.446281,0.56198347,0.5413223,0.53305787,0.5413223,0.553719,0.5041322,0.47107437,0.4752066,0.47107437,0.5041322,0.5082645,0.4752066,0.49586776,0.46280992,0.45867768,0.4214876,0.41322315,0.41322315,0.39256197,0.4214876,0.40082645,0.40495867,0.41322315,0.4214876,0.4338843,0.44214877,0.3966942,0.42975205,0.4338843,0.45041323,0.37603307,0.41322315,0.39256197,0.38842976,0.34710744,0.3553719,0.37190083,0.35123968,0.3305785,0.38016528,0.39256197,0.4090909,0.40495867,0.38429752,0.5495868,0.5785124,0.49173555,0.53305787,0.5082645,0.12396694,0.11570248,0.1694215,0.45867768,0.5495868,0.53305787,0.49586776,0.47933885,0.47933885,0.45867768,0.4876033,0.45454547,0.40495867,0.38842976,0.43801653,0.5413223,0.5123967,0.5206612,0.553719,0.57438016,0.5082645,0.47933885,0.4752066,0.46694216,0.5165289,0.5123967,0.47933885,0.47107437,0.46280992,0.42975205,0.41322315,0.41735536,0.41322315,0.4090909,0.39256197,0.38429752,0.39256197,0.41735536,0.42561984,0.42561984,0.45867768,0.4090909,0.41735536,0.41735536,0.41322315,0.40082645,0.38842976,0.36363637,0.3553719,0.3181818,0.32231405,0.3305785,0.37190083,0.3305785,0.3677686,0.39256197,0.41322315,0.37603307,0.39256197,0.6404959,0.6280992,0.5082645,0.5041322,0.46694216,33 +0.42561984,0.4752066,0.45867768,0.5,0.5247934,0.5247934,0.5413223,0.55785125,0.58677685,0.553719,0.6198347,0.58264464,0.59504133,0.55785125,0.58264464,0.58264464,0.5785124,0.5785124,0.57438016,0.55785125,0.5413223,0.55785125,0.55785125,0.553719,0.5661157,0.5371901,0.54545456,0.54545456,0.5206612,0.5289256,0.54545456,0.56198347,0.56198347,0.54545456,0.54545456,0.5165289,0.5082645,0.553719,0.5661157,0.55785125,0.5371901,0.5413223,0.54545456,0.5413223,0.5371901,0.5413223,0.5247934,0.5123967,0.5082645,0.49173555,0.5247934,0.5495868,0.5206612,0.49586776,0.49173555,0.46280992,0.45867768,0.4338843,0.3264463,0.2107438,0.2231405,0.26859504,0.3264463,0.338843,0.45454547,0.49173555,0.46280992,0.5082645,0.5041322,0.5371901,0.59090906,0.61570245,0.62396693,0.6363636,0.61570245,0.55785125,0.59504133,0.553719,0.58264464,0.59917355,0.607438,0.5785124,0.59090906,0.61157024,0.61157024,0.60330576,0.58264464,0.58264464,0.58264464,0.5661157,0.5661157,0.57024795,0.5661157,0.53305787,0.55785125,0.5785124,0.5785124,0.5413223,0.55785125,0.5495868,0.53305787,0.54545456,0.5661157,0.5413223,0.54545456,0.5495868,0.553719,0.5371901,0.54545456,0.5371901,0.5289256,0.5371901,0.5247934,0.5123967,0.5206612,0.5371901,0.5413223,0.5123967,0.5,0.47933885,0.46280992,0.4752066,0.42561984,0.20661157,0.21900827,0.24380165,0.35123968,0.3429752,0.47933885,0.5123967,0.5,0.5123967,0.5165289,0.55785125,0.6280992,0.59917355,0.6363636,0.6528926,0.57024795,0.56198347,0.58677685,0.57024795,0.5785124,0.57024795,0.59917355,0.5785124,0.59917355,0.62396693,0.6280992,0.6280992,0.61157024,0.59504133,0.58677685,0.59504133,0.59090906,0.59090906,0.58677685,0.57438016,0.553719,0.58677685,0.5785124,0.56198347,0.57438016,0.59090906,0.58264464,0.55785125,0.56198347,0.55785125,0.5371901,0.5495868,0.5289256,0.53305787,0.5371901,0.5206612,0.5206612,0.5206612,0.5165289,0.49586776,0.5206612,0.5041322,0.53305787,0.5123967,0.5165289,0.42975205,0.4752066,0.49173555,0.47933885,0.2644628,0.21487603,0.2520661,0.30165288,0.30165288,0.5082645,0.53305787,0.5165289,0.5041322,0.56198347,0.58677685,0.60330576,0.58677685,0.6322314,0.62396693,0.57438016,0.57024795,0.57024795,0.58264464,0.59917355,0.55785125,0.58677685,0.5785124,0.59504133,0.61157024,0.61157024,0.62396693,0.60330576,0.59504133,0.59917355,0.59917355,0.58677685,0.59917355,0.58677685,0.59090906,0.56198347,0.57024795,0.607438,0.59504133,0.59917355,0.61157024,0.57024795,0.53305787,0.54545456,0.5495868,0.5413223,0.5495868,0.5371901,0.5165289,0.5495868,0.5123967,0.5,0.4876033,0.5041322,0.49586776,0.5123967,0.5123967,0.49173555,0.5041322,0.5082645,0.42561984,0.47107437,0.49173555,0.48347107,0.35123968,0.21900827,0.2644628,0.3181818,0.3429752,0.5123967,0.5413223,0.5206612,0.5123967,0.57024795,0.59504133,0.5785124,0.607438,0.61157024,0.607438,0.5785124,0.57438016,0.5495868,0.5495868,0.57024795,0.57438016,0.59917355,0.57438016,0.58264464,0.58677685,0.58677685,0.59504133,0.60330576,0.58264464,0.60330576,0.59090906,0.59090906,0.58264464,0.58264464,0.57024795,0.54545456,0.5661157,0.607438,0.58677685,0.56198347,0.58264464,0.5495868,0.5247934,0.5495868,0.5371901,0.5413223,0.553719,0.55785125,0.49586776,0.48347107,0.4876033,0.47933885,0.43801653,0.4214876,0.42561984,0.46280992,0.49586776,0.48347107,0.5041322,0.49586776,0.4876033,0.47107437,0.5,0.47933885,0.40495867,0.2107438,0.2644628,0.36363637,0.4338843,0.5247934,0.54545456,0.5413223,0.5206612,0.5785124,0.60330576,0.59917355,0.59090906,0.5785124,0.57024795,0.55785125,0.53305787,0.4752066,0.49173555,0.5082645,0.5413223,0.55785125,0.5495868,0.553719,0.59917355,0.54545456,0.58677685,0.5785124,0.57024795,0.57024795,0.56198347,0.5785124,0.5247934,0.5495868,0.5495868,0.5247934,0.5371901,0.57438016,0.5495868,0.5371901,0.5371901,0.5206612,0.5082645,0.5371901,0.5206612,0.5289256,0.5371901,0.5247934,0.446281,0.38016528,0.4090909,0.40495867,0.35950413,0.3429752,0.3677686,0.37603307,0.41735536,0.46280992,0.47933885,0.4752066,0.5041322,0.49173555,0.46694216,0.47933885,0.43801653,0.2768595,0.2644628,0.3966942,0.48347107,0.5371901,0.5413223,0.5247934,0.55785125,0.607438,0.60330576,0.61157024,0.57438016,0.553719,0.55785125,0.5371901,0.47933885,0.45041323,0.45867768,0.45454547,0.46694216,0.47107437,0.48347107,0.49173555,0.53305787,0.49173555,0.47107437,0.5082645,0.5123967,0.54545456,0.5165289,0.5206612,0.5206612,0.5041322,0.5289256,0.53305787,0.5289256,0.5495868,0.5123967,0.5123967,0.5,0.47933885,0.48347107,0.47933885,0.49586776,0.4876033,0.46694216,0.42561984,0.38016528,0.3264463,0.3181818,0.3140496,0.3264463,0.32231405,0.37603307,0.35950413,0.37603307,0.4214876,0.45041323,0.42561984,0.47933885,0.49586776,0.45867768,0.47107437,0.46280992,0.33471075,0.30578512,0.41735536,0.5123967,0.5123967,0.5123967,0.55785125,0.5661157,0.607438,0.60330576,0.59504133,0.58677685,0.5413223,0.54545456,0.48347107,0.4090909,0.40082645,0.41735536,0.39256197,0.37603307,0.38016528,0.37190083,0.36363637,0.38016528,0.37603307,0.3181818,0.3677686,0.41735536,0.47933885,0.49173555,0.47107437,0.46280992,0.4752066,0.5247934,0.53305787,0.5371901,0.5289256,0.49586776,0.49173555,0.45041323,0.45041323,0.4214876,0.42561984,0.41322315,0.38429752,0.38016528,0.3429752,0.30578512,0.24793388,0.2603306,0.28512397,0.29752067,0.2892562,0.29338843,0.35950413,0.3553719,0.40495867,0.42561984,0.45867768,0.47107437,0.46694216,0.45454547,0.48347107,0.45867768,0.37190083,0.338843,0.46694216,0.37603307,0.553719,0.5165289,0.5785124,0.6322314,0.57438016,0.5413223,0.54545456,0.5123967,0.42561984,0.40495867,0.38842976,0.3553719,0.3429752,0.40082645,0.5247934,0.44214877,0.36363637,0.30991736,0.29752067,0.2768595,0.2768595,0.2603306,0.30165288,0.338843,0.38016528,0.41735536,0.4338843,0.42975205,0.4752066,0.5413223,0.55785125,0.5371901,0.53305787,0.47107437,0.46280992,0.42975205,0.38016528,0.38842976,0.3677686,0.3181818,0.3140496,0.29338843,0.24380165,0.23140496,0.20247933,0.23140496,0.25619835,0.2892562,0.27272728,0.28512397,0.3264463,0.3140496,0.3553719,0.38429752,0.40495867,0.45867768,0.46280992,0.47107437,0.5041322,0.45041323,0.3966942,0.37603307,0.5082645,0.3181818,0.55785125,0.54545456,0.59090906,0.6404959,0.5041322,0.41322315,0.35123968,0.35123968,0.3966942,0.4090909,0.41322315,0.37603307,0.37190083,0.37190083,0.3966942,0.41322315,0.38842976,0.35950413,0.32231405,0.32231405,0.2892562,0.2644628,0.2892562,0.2892562,0.3140496,0.34710744,0.41322315,0.42975205,0.5289256,0.55785125,0.59504133,0.58677685,0.56198347,0.5082645,0.4876033,0.44214877,0.37190083,0.3305785,0.3140496,0.29338843,0.2768595,0.28512397,0.26859504,0.2768595,0.2644628,0.27272728,0.29752067,0.30578512,0.28512397,0.29338843,0.2892562,0.28099173,0.30165288,0.30578512,0.3181818,0.33471075,0.3429752,0.40082645,0.45454547,0.46280992,0.40495867,0.40495867,0.46280992,0.35950413,0.53305787,0.57024795,0.5413223,0.5247934,0.3677686,0.35123968,0.42561984,0.4876033,0.5247934,0.4876033,0.44214877,0.37603307,0.3181818,0.30165288,0.26859504,0.5661157,0.4090909,0.28512397,0.30165288,0.28512397,0.2892562,0.30578512,0.29752067,0.3140496,0.2892562,0.30578512,0.34710744,0.42561984,0.59090906,0.59090906,0.59504133,0.607438,0.5785124,0.553719,0.5371901,0.4876033,0.4090909,0.3140496,0.3140496,0.3677686,0.40082645,0.37190083,0.38429752,0.38016528,0.35123968,0.4214876,0.40495867,0.3553719,0.3305785,0.3305785,0.3305785,0.3677686,0.38429752,0.37603307,0.3305785,0.3553719,0.30165288,0.2892562,0.3264463,0.3305785,0.3677686,0.4090909,0.47933885,0.33471075,0.49173555,0.4876033,0.27272728,0.30578512,0.42561984,0.47107437,0.5165289,0.553719,0.57024795,0.46694216,0.38429752,0.3677686,0.35950413,0.3140496,0.37190083,0.8181818,0.838843,0.28512397,0.3429752,0.30991736,0.2603306,0.27272728,0.28099173,0.2768595,0.35123968,0.43801653,0.38016528,0.37603307,0.47933885,0.6280992,0.59090906,0.61157024,0.58677685,0.57024795,0.58264464,0.5289256,0.41322315,0.35123968,0.29338843,0.45041323,0.4338843,0.4090909,0.4338843,0.46280992,0.5206612,0.677686,0.59917355,0.42975205,0.35950413,0.37603307,0.29752067,0.338843,0.40082645,0.4214876,0.338843,0.37190083,0.19008264,0.28099173,0.33471075,0.34710744,0.20247933,0.32231405,0.41322315,0.32231405,0.30991736,0.33471075,0.1570248,0.26859504,0.45454547,0.46694216,0.54545456,0.57024795,0.53305787,0.4090909,0.35950413,0.38842976,0.41322315,0.3966942,0.39256197,0.78512394,0.822314,0.38429752,0.42561984,0.4338843,0.35950413,0.37190083,0.35950413,0.34710744,0.4090909,0.5123967,0.5413223,0.3553719,0.41322315,0.5206612,0.58264464,0.6198347,0.59090906,0.58677685,0.5661157,0.5413223,0.3553719,0.30165288,0.338843,0.4752066,0.49173555,0.48347107,0.46694216,0.48347107,0.5247934,0.5371901,0.5289256,0.46280992,0.43801653,0.40495867,0.4090909,0.32231405,0.37190083,0.45867768,0.37603307,0.39256197,0.18181819,0.23553719,0.2768595,0.39256197,0.338843,0.17768595,0.28512397,0.5123967,0.37603307,0.40495867,0.16115703,0.33471075,0.4090909,0.47933885,0.58677685,0.55785125,0.446281,0.4214876,0.34710744,0.39256197,0.4214876,0.38842976,0.2892562,0.47933885,0.5661157,0.40495867,0.41322315,0.41735536,0.41322315,0.43801653,0.43801653,0.41735536,0.45041323,0.49586776,0.56198347,0.43801653,0.3966942,0.42975205,0.44214877,0.49173555,0.47107437,0.5082645,0.5,0.45041323,0.30578512,0.2768595,0.38842976,0.42975205,0.4338843,0.40495867,0.3966942,0.47107437,0.4752066,0.6404959,0.838843,0.47107437,0.46280992,0.446281,0.4338843,0.41735536,0.3553719,0.45041323,0.4214876,0.40495867,0.23140496,0.17355372,0.2892562,0.5495868,0.45454547,0.2603306,0.29752067,0.7107438,0.5495868,0.45454547,0.18181819,0.49173555,0.35123968,0.5041322,0.58264464,0.47933885,0.3677686,0.43801653,0.37190083,0.45454547,0.45454547,0.38842976,0.38016528,0.35950413,0.3553719,0.34710744,0.37603307,0.36363637,0.3264463,0.32231405,0.3553719,0.38016528,0.43801653,0.5661157,0.56198347,0.5206612,0.3429752,0.49173555,0.36363637,0.59504133,0.29752067,0.3264463,0.37603307,0.46280992,0.29338843,0.28099173,0.34710744,0.35123968,0.37603307,0.37603307,0.3966942,0.37190083,0.3140496,0.5495868,0.8553719,0.3264463,0.4338843,0.446281,0.40495867,0.46694216,0.42561984,0.43801653,0.47933885,0.42561984,0.2520661,0.11157025,0.24380165,0.677686,0.62396693,0.43801653,0.20661157,0.59504133,0.3305785,0.61570245,0.24380165,0.4876033,0.33471075,0.5082645,0.5413223,0.41322315,0.35950413,0.4090909,0.4338843,0.446281,0.45041323,0.3553719,0.33471075,0.20661157,0.1570248,0.1570248,0.18595041,0.26859504,0.29752067,0.37190083,0.37190083,0.3966942,0.42975205,0.57024795,0.5495868,0.53305787,0.3140496,0.41735536,0.3429752,0.46694216,0.4752066,0.3429752,0.28099173,0.37190083,0.2603306,0.3429752,0.3677686,0.42975205,0.446281,0.38016528,0.3966942,0.30165288,0.25619835,0.23553719,0.3429752,0.17355372,0.2107438,0.338843,0.3553719,0.45041323,0.48347107,0.44214877,0.5123967,0.41735536,0.26859504,0.13636364,0.23553719,0.5785124,0.80991733,0.53305787,0.23140496,0.5041322,0.15289256,0.71900827,0.30578512,0.4090909,0.28099173,0.5082645,0.5123967,0.45041323,0.45867768,0.49586776,0.56198347,0.5247934,0.4338843,0.3264463,0.45454547,0.16528925,0.15289256,0.17355372,0.18181819,0.30165288,0.2644628,0.338843,0.41322315,0.5123967,0.49173555,0.5082645,0.5082645,0.5041322,0.36363637,0.33471075,0.41322315,0.46694216,0.58677685,0.4090909,0.3677686,0.37190083,0.2768595,0.37190083,0.4090909,0.5041322,0.45867768,0.41735536,0.46694216,0.41735536,0.38429752,0.27272728,0.20661157,0.2231405,0.21487603,0.30165288,0.32231405,0.37603307,0.41735536,0.42975205,0.45454547,0.48347107,0.2520661,0.1983471,0.27272728,0.45041323,0.7355372,0.57024795,0.3305785,0.3553719,0.3264463,0.76859504,0.2768595,0.37603307,0.30991736,0.44214877,0.58677685,0.5785124,0.58677685,0.58264464,0.6363636,0.5165289,0.42561984,0.47933885,0.46280992,0.2644628,0.23966943,0.2603306,0.30165288,0.3264463,0.3305785,0.3140496,0.37190083,0.45867768,0.48347107,0.5123967,0.5371901,0.54545456,0.3553719,0.28099173,0.3140496,0.30578512,0.5247934,0.38842976,0.37190083,0.34710744,0.37603307,0.3140496,0.39256197,0.44214877,0.41322315,0.34710744,0.42561984,0.43801653,0.38429752,0.3140496,0.24793388,0.24380165,0.24380165,0.33471075,0.3553719,0.338843,0.30578512,0.40082645,0.37190083,0.46280992,0.32231405,0.2107438,0.21900827,0.32231405,0.6859504,0.6363636,0.3677686,0.28099173,0.48347107,0.6818182,0.26859504,0.39256197,0.30991736,0.44214877,0.6570248,0.62396693,0.6404959,0.6198347,0.57024795,0.5041322,0.5,0.60330576,0.5,0.40495867,0.3305785,0.3181818,0.35950413,0.35950413,0.32231405,0.32231405,0.30991736,0.39256197,0.5082645,0.58264464,0.60330576,0.46694216,0.40082645,0.21487603,0.38429752,0.42975205,0.5082645,0.5165289,0.44214877,0.2603306,0.37603307,0.2644628,0.41322315,0.3966942,0.34710744,0.3264463,0.38016528,0.4090909,0.37190083,0.35123968,0.3305785,0.29338843,0.32231405,0.33471075,0.38429752,0.36363637,0.338843,0.3966942,0.40495867,0.42561984,0.37603307,0.19421488,0.1570248,0.2520661,0.7107438,0.6280992,0.35950413,0.27272728,0.56198347,0.607438,0.24380165,0.54545456,0.5289256,0.57438016,0.6404959,0.59090906,0.58264464,0.55785125,0.5165289,0.49586776,0.44214877,0.48347107,0.5,0.45041323,0.40495867,0.42975205,0.46280992,0.45454547,0.42561984,0.40082645,0.38429752,0.5,0.57024795,0.61570245,0.6363636,0.44214877,0.32231405,0.28512397,0.45454547,0.49173555,0.5247934,0.5041322,0.46280992,0.3264463,0.2603306,0.27272728,0.45454547,0.4752066,0.39256197,0.38429752,0.41322315,0.44214877,0.41322315,0.41322315,0.42561984,0.40082645,0.40082645,0.4214876,0.4214876,0.41735536,0.42561984,0.44214877,0.5206612,0.5082645,0.41322315,0.17768595,0.13636364,0.28512397,0.661157,0.677686,0.2520661,0.30991736,0.58264464,0.54545456,0.28512397,0.58264464,0.6322314,0.6528926,0.6652893,0.58677685,0.59504133,0.5785124,0.5785124,0.5289256,0.46694216,0.47933885,0.5082645,0.5,0.47933885,0.4876033,0.47933885,0.45454547,0.446281,0.40082645,0.49173555,0.55785125,0.59917355,0.57024795,0.59917355,0.40495867,0.2892562,0.35950413,0.47933885,0.5165289,0.55785125,0.49173555,0.45041323,0.3677686,0.2231405,0.26859504,0.4090909,0.5041322,0.47107437,0.4214876,0.40495867,0.4214876,0.4338843,0.446281,0.47107437,0.46280992,0.44214877,0.44214877,0.43801653,0.43801653,0.46280992,0.45454547,0.5041322,0.5371901,0.5,0.4090909,0.3140496,0.30165288,0.47933885,0.6487603,0.1322314,0.36363637,0.58264464,0.553719,0.3181818,0.59090906,0.6280992,0.661157,0.62396693,0.5495868,0.53305787,0.58264464,0.60330576,0.55785125,0.5165289,0.5247934,0.5123967,0.5041322,0.49173555,0.47107437,0.45454547,0.39256197,0.41735536,0.47933885,0.55785125,0.57438016,0.61570245,0.6487603,0.55785125,0.3264463,0.30991736,0.43801653,0.5165289,0.53305787,0.55785125,0.5041322,0.45454547,0.40082645,0.21900827,0.338843,0.3429752,0.5247934,0.5082645,0.5082645,0.42561984,0.36363637,0.37190083,0.41322315,0.4338843,0.446281,0.46280992,0.45867768,0.46694216,0.45041323,0.44214877,0.42561984,0.46280992,0.5082645,0.5206612,0.446281,0.38016528,0.11570248,0.2520661,0.5082645,0.1694215,0.45454547,0.607438,0.59917355,0.338843,0.5413223,0.6322314,0.6528926,0.58677685,0.57438016,0.5165289,0.5371901,0.59917355,0.5785124,0.5413223,0.5289256,0.5206612,0.5,0.45867768,0.42975205,0.38842976,0.40082645,0.4876033,0.5371901,0.54545456,0.5661157,0.59504133,0.677686,0.3264463,0.2892562,0.35123968,0.47107437,0.56198347,0.53305787,0.5413223,0.49173555,0.46280992,0.446281,0.26859504,0.32231405,0.28512397,0.49173555,0.5123967,0.5123967,0.5123967,0.45867768,0.38429752,0.35123968,0.34710744,0.39256197,0.41735536,0.4338843,0.45454547,0.45041323,0.4338843,0.44214877,0.446281,0.47107437,0.5082645,0.44214877,0.3677686,0.11157025,0.2231405,0.4214876,0.3140496,0.48347107,0.59090906,0.661157,0.37603307,0.45867768,0.6446281,0.6280992,0.58677685,0.59090906,0.57438016,0.5,0.5371901,0.56198347,0.5206612,0.5247934,0.4876033,0.46280992,0.41322315,0.37190083,0.44214877,0.5,0.55785125,0.5661157,0.56198347,0.5785124,0.607438,0.5041322,0.21900827,0.29338843,0.42975205,0.5289256,0.553719,0.53305787,0.5413223,0.5082645,0.46694216,0.45867768,0.35950413,0.24793388,0.338843,0.38016528,0.5247934,0.4752066,0.5,0.5041322,0.47933885,0.46280992,0.42975205,0.40082645,0.3966942,0.42975205,0.4338843,0.44214877,0.446281,0.47107437,0.47933885,0.4876033,0.5206612,0.42975205,0.338843,0.17355372,0.19421488,0.49173555,0.3553719,0.45454547,0.58677685,0.6694215,0.4752066,0.338843,0.6198347,0.607438,0.60330576,0.5785124,0.57438016,0.4876033,0.5247934,0.5413223,0.49173555,0.4876033,0.4752066,0.4338843,0.46694216,0.5,0.5289256,0.553719,0.553719,0.56198347,0.5661157,0.59504133,0.59917355,0.30165288,0.23553719,0.3553719,0.5,0.56198347,0.5413223,0.5413223,0.5082645,0.49586776,0.46694216,0.4752066,0.4338843,0.28099173,0.3553719,0.2603306,0.48347107,0.49173555,0.5165289,0.47933885,0.46694216,0.4752066,0.4876033,0.4752066,0.45867768,0.47107437,0.47107437,0.45867768,0.4752066,0.47933885,0.4876033,0.5041322,0.49586776,0.4214876,0.33471075,0.16528925,0.40495867,0.4214876,0.37190083,0.45867768,0.607438,0.6487603,0.6280992,0.30991736,0.4876033,0.62396693,0.6198347,0.58264464,0.58264464,0.54545456,0.5371901,0.553719,0.5165289,0.5165289,0.53305787,0.5247934,0.5413223,0.553719,0.53305787,0.5371901,0.5289256,0.5495868,0.5661157,0.6280992,0.40495867,0.2603306,0.3140496,0.4090909,0.5206612,0.59090906,0.57438016,0.56198347,0.5,0.5041322,0.47107437,0.45867768,0.49173555,0.32231405,0.28099173,0.30991736,0.3553719,0.5082645,0.5,0.45454547,0.48347107,0.4752066,0.4752066,0.47107437,0.47107437,0.47107437,0.46280992,0.47107437,0.47933885,0.4876033,0.47933885,0.5041322,0.4752066,0.44214877,0.3181818,0.21900827,0.5206612,0.23553719,0.45454547,0.41322315,0.61570245,0.607438,0.6528926,0.49173555,0.338843,0.56198347,0.6404959,0.60330576,0.59504133,0.58264464,0.5785124,0.55785125,0.53305787,0.553719,0.54545456,0.553719,0.56198347,0.53305787,0.54545456,0.5247934,0.5165289,0.54545456,0.57024795,0.49586776,0.35123968,0.38016528,0.30991736,0.45867768,0.553719,0.58677685,0.60330576,0.56198347,0.5247934,0.55785125,0.5082645,0.5082645,0.5371901,0.3264463,0.2644628,0.29752067,0.3305785,0.4090909,0.4876033,0.446281,0.46694216,0.47107437,0.46280992,0.46280992,0.4752066,0.48347107,0.48347107,0.47933885,0.45867768,0.47107437,0.46694216,0.48347107,0.45041323,0.446281,0.23966943,0.4090909,0.48347107,0.34710744,0.45454547,0.35950413,0.61157024,0.6280992,0.59917355,0.677686,0.45041323,0.38842976,0.54545456,0.59090906,0.61570245,0.59090906,0.61570245,0.56198347,0.5371901,0.55785125,0.54545456,0.55785125,0.5495868,0.5413223,0.553719,0.5289256,0.54545456,0.5413223,0.46280992,0.5082645,0.45454547,0.39256197,0.39256197,0.4752066,0.59917355,0.5661157,0.61157024,0.59504133,0.5371901,0.6528926,0.5206612,0.49586776,0.58264464,0.3553719,0.2768595,0.24380165,0.33471075,0.24793388,0.3966942,0.47107437,0.45041323,0.46694216,0.45867768,0.45454547,0.46694216,0.4752066,0.5123967,0.4752066,0.4752066,0.43801653,0.44214877,0.46280992,0.4338843,0.42561984,0.32231405,0.60330576,0.37603307,0.41322315,0.46694216,0.338843,0.607438,0.62396693,0.59917355,0.6280992,0.6487603,0.54545456,0.36363637,0.5,0.5289256,0.5495868,0.5785124,0.607438,0.5247934,0.5495868,0.54545456,0.5413223,0.56198347,0.54545456,0.553719,0.5123967,0.48347107,0.42561984,0.4214876,0.47107437,0.41735536,0.40082645,0.5123967,0.5247934,0.59090906,0.59090906,0.61157024,0.607438,0.5661157,0.6198347,0.5247934,0.45454547,0.59090906,0.4338843,0.38016528,0.2520661,0.2644628,0.30991736,0.24380165,0.3553719,0.45041323,0.47107437,0.47107437,0.47107437,0.48347107,0.4876033,0.49586776,0.5041322,0.4752066,0.4338843,0.4338843,0.42975205,0.44214877,0.45867768,0.47107437,0.4090909,0.38429752,0.42561984,0.3677686,0.30991736,0.61157024,0.59917355,0.58264464,0.607438,0.6280992,0.62396693,0.61157024,0.5495868,0.5206612,0.4752066,0.44214877,0.5082645,0.5247934,0.53305787,0.5247934,0.5206612,0.553719,0.5082645,0.46280992,0.41735536,0.41735536,0.37603307,0.3553719,0.5082645,0.44214877,0.5082645,0.59090906,0.58264464,0.607438,0.58677685,0.7066116,0.6198347,0.5413223,0.5123967,0.4752066,0.4214876,0.55785125,0.5371901,0.41322315,0.39256197,0.22727273,0.2603306,0.35123968,0.27272728,0.30165288,0.37603307,0.42561984,0.4752066,0.48347107,0.48347107,0.5082645,0.5247934,0.48347107,0.45454547,0.46280992,0.45867768,0.43801653,0.40495867,0.41322315,0.4214876,0.38429752,0.41322315,0.29338843,0.25619835,0.59917355,0.61157024,0.5661157,0.607438,0.60330576,0.58677685,0.61570245,0.661157,0.6322314,0.6652893,0.58264464,0.5413223,0.5206612,0.53305787,0.48347107,0.45867768,0.47107437,0.43801653,0.4338843,0.41735536,0.38429752,0.30578512,0.28512397,0.49173555,0.5,0.5785124,0.6363636,0.6322314,0.6652893,0.60330576,0.70247936,0.54545456,0.4752066,0.4214876,0.3966942,0.40082645,0.45867768,0.5041322,0.45867768,0.41735536,0.29752067,0.16528925,0.26859504,0.29752067,0.2892562,0.30991736,0.28512397,0.29338843,0.38429752,0.41322315,0.42975205,0.44214877,0.4214876,0.3966942,0.3966942,0.38016528,0.4090909,0.4090909,0.4214876,0.4090909,0.4338843,0.4338843,0.28099173,0.21487603,0.60330576,0.5785124,0.56198347,0.56198347,0.57438016,0.57438016,0.59917355,0.6528926,0.6322314,0.6404959,0.62396693,0.6528926,0.60330576,0.6280992,0.58264464,0.5371901,0.5082645,0.4752066,0.43801653,0.36363637,0.30165288,0.20661157,0.21900827,0.47933885,0.5,0.5289256,0.553719,0.60330576,0.6487603,0.59917355,0.5495868,0.48347107,0.41322315,0.3553719,0.34710744,0.33471075,0.3677686,0.41735536,0.3966942,0.33471075,0.29338843,0.14876033,0.1694215,0.21900827,0.23553719,0.29338843,0.3429752,0.3429752,0.3553719,0.39256197,0.4338843,0.46280992,0.45867768,0.41735536,0.41322315,0.40495867,0.4214876,0.42561984,0.42561984,0.40495867,0.43801653,0.45041323,0.338843,0.19421488,0.61157024,0.60330576,0.54545456,0.553719,0.57438016,0.59917355,0.61570245,0.6404959,0.62396693,0.6363636,0.6404959,0.6735537,0.6570248,0.6404959,0.59504133,0.53305787,0.48347107,0.4338843,0.37603307,0.28099173,0.2231405,0.1694215,0.17768595,0.41322315,0.41735536,0.3677686,0.2892562,0.37603307,0.5289256,0.5371901,0.4876033,0.41322315,0.3140496,0.27272728,0.26859504,0.26859504,0.3305785,0.35950413,0.23140496,0.24380165,0.2603306,0.1983471,0.15289256,0.16115703,0.1983471,0.21900827,0.2644628,0.32231405,0.37190083,0.42561984,0.47107437,0.46694216,0.4876033,0.44214877,0.41735536,0.3966942,0.40495867,0.4090909,0.42975205,0.41322315,0.4338843,0.44214877,0.42561984,0.19421488,0.57024795,0.59090906,0.5413223,0.55785125,0.58264464,0.59090906,0.61570245,0.62396693,0.61157024,0.6280992,0.6652893,0.677686,0.677686,0.6322314,0.57024795,0.5123967,0.45454547,0.3677686,0.26859504,0.2231405,0.18181819,0.17768595,0.2107438,0.22727273,0.36363637,0.28099173,0.16115703,0.21487603,0.40495867,0.38842976,0.37603307,0.3677686,0.24793388,0.23553719,0.2520661,0.24380165,0.34710744,0.1983471,0.12396694,0.2107438,0.14876033,0.33471075,0.2644628,0.20661157,0.21487603,0.1983471,0.20661157,0.24380165,0.32231405,0.37190083,0.43801653,0.45041323,0.45041323,0.4338843,0.41322315,0.40495867,0.40082645,0.41322315,0.4214876,0.42975205,0.4338843,0.45041323,0.41735536,0.22727273,0.5495868,0.59504133,0.56198347,0.55785125,0.59504133,0.60330576,0.607438,0.6322314,0.59504133,0.60330576,0.6404959,0.6694215,0.6404959,0.59917355,0.5289256,0.45454547,0.38842976,0.29338843,0.22727273,0.2107438,0.19008264,0.25619835,0.338843,0.23140496,0.3140496,0.36363637,0.3305785,0.36363637,0.4876033,0.49586776,0.28099173,0.25619835,0.20661157,0.1570248,0.2231405,0.27272728,0.2520661,0.14049587,0.1446281,0.13636364,0.10743801,0.40495867,0.37190083,0.29752067,0.29338843,0.28512397,0.25619835,0.24793388,0.2892562,0.32231405,0.38429752,0.41322315,0.42975205,0.42561984,0.41322315,0.40082645,0.4090909,0.42561984,0.42975205,0.446281,0.42561984,0.4338843,0.27272728,0.2603306,0.5661157,0.57438016,0.57438016,0.54545456,0.59504133,0.60330576,0.6280992,0.62396693,0.59504133,0.5785124,0.607438,0.6280992,0.61157024,0.553719,0.46694216,0.44214877,0.35950413,0.30165288,0.26859504,0.23553719,0.29338843,0.3677686,0.44214877,0.39256197,0.41322315,0.46280992,0.41322315,0.48347107,0.46280992,0.446281,0.3181818,0.1694215,0.1322314,0.1322314,0.13636364,0.27272728,0.29338843,0.29338843,0.2520661,0.23553719,0.25619835,0.42561984,0.38842976,0.37190083,0.35123968,0.338843,0.34710744,0.3181818,0.3264463,0.3305785,0.35950413,0.39256197,0.40495867,0.41322315,0.42561984,0.4090909,0.43801653,0.42975205,0.4338843,0.42975205,0.42975205,0.39256197,0.21487603,0.33471075,0.57024795,0.5289256,0.58677685,0.54545456,0.59090906,0.59090906,0.61570245,0.62396693,0.5785124,0.59090906,0.59917355,0.57438016,0.58264464,0.5206612,0.45041323,0.446281,0.37603307,0.3264463,0.3140496,0.3429752,0.38842976,0.45867768,0.5247934,0.54545456,0.5495868,0.5206612,0.46694216,0.48347107,0.45454547,0.39256197,0.29752067,0.1446281,0.12809917,0.16528925,0.12809917,0.2107438,0.28099173,0.3553719,0.39256197,0.45867768,0.46280992,0.46694216,0.38016528,0.39256197,0.38842976,0.34710744,0.338843,0.34710744,0.38016528,0.38429752,0.3677686,0.38842976,0.40082645,0.4090909,0.42975205,0.44214877,0.45867768,0.43801653,0.4214876,0.40082645,0.43801653,0.38842976,0.25619835,0.41735536,0.5661157,0.5247934,0.59090906,0.5495868,0.58677685,0.58677685,0.61570245,0.59504133,0.59090906,0.5785124,0.5785124,0.56198347,0.55785125,0.5247934,0.47107437,0.44214877,0.35950413,0.33471075,0.3553719,0.4090909,0.45041323,0.5371901,0.5661157,0.57438016,0.58677685,0.57438016,0.55785125,0.5247934,0.45454547,0.37603307,0.23140496,0.12396694,0.13636364,0.21487603,0.15289256,0.1983471,0.25619835,0.35123968,0.42975205,0.5495868,0.5413223,0.5371901,0.44214877,0.38016528,0.40495867,0.35123968,0.33471075,0.3264463,0.36363637,0.38429752,0.40082645,0.40495867,0.3966942,0.40495867,0.43801653,0.446281,0.45867768,0.44214877,0.40082645,0.37190083,0.41322315,0.38842976,0.42975205,0.43801653,0.5661157,0.56198347,0.58677685,0.54545456,0.55785125,0.58677685,0.60330576,0.58677685,0.58677685,0.55785125,0.56198347,0.57024795,0.56198347,0.5289256,0.46280992,0.4090909,0.36363637,0.3677686,0.40495867,0.4752066,0.5247934,0.553719,0.59090906,0.58264464,0.5661157,0.59090906,0.58677685,0.57438016,0.5123967,0.38429752,0.19008264,0.1322314,0.1322314,0.24793388,0.20247933,0.18181819,0.23140496,0.34710744,0.446281,0.53305787,0.5661157,0.54545456,0.5,0.46280992,0.42561984,0.39256197,0.3429752,0.33471075,0.338843,0.37190083,0.38842976,0.41735536,0.41735536,0.3966942,0.42975205,0.4338843,0.446281,0.4214876,0.38842976,0.35123968,0.38429752,0.38429752,0.48347107,0.4214876,0.54545456,0.59504133,0.59917355,0.55785125,0.53305787,0.5661157,0.59090906,0.59090906,0.57024795,0.55785125,0.56198347,0.59090906,0.5785124,0.5206612,0.45454547,0.40082645,0.38842976,0.42975205,0.47933885,0.5165289,0.5495868,0.59090906,0.56198347,0.59090906,0.57438016,0.57438016,0.59090906,0.55785125,0.53305787,0.46694216,0.2520661,0.1322314,0.1446281,0.24793388,0.23140496,0.18595041,0.20247933,0.35950413,0.46280992,0.5247934,0.5371901,0.54545456,0.5123967,0.4876033,0.4752066,0.4338843,0.40082645,0.338843,0.32231405,0.338843,0.39256197,0.41322315,0.40495867,0.41735536,0.41735536,0.41322315,0.42561984,0.38429752,0.41322315,0.34710744,0.38429752,0.37190083,0.47933885,0.45867768,0.49586776,0.57438016,0.59917355,0.57024795,0.5041322,0.5371901,0.55785125,0.59090906,0.59090906,0.58264464,0.59090906,0.59504133,0.55785125,0.5041322,0.43801653,0.4090909,0.446281,0.5041322,0.5123967,0.5289256,0.58677685,0.59504133,0.5165289,0.61157024,0.55785125,0.57438016,0.57024795,0.55785125,0.5247934,0.553719,0.40082645,0.24793388,0.1983471,0.2768595,0.30165288,0.22727273,0.2603306,0.37603307,0.45041323,0.5,0.49586776,0.5413223,0.5371901,0.47933885,0.49586776,0.45867768,0.4338843,0.35950413,0.3264463,0.3140496,0.36363637,0.4214876,0.41735536,0.4214876,0.4214876,0.39256197,0.4090909,0.37603307,0.38429752,0.37603307,0.3966942,0.32231405,0.45867768,0.46280992,0.5165289,0.5413223,0.61157024,0.56198347,0.49586776,0.5413223,0.553719,0.59504133,0.59917355,0.60330576,0.61570245,0.58677685,0.553719,0.49586776,0.44214877,0.47107437,0.48347107,0.5289256,0.5247934,0.5289256,0.61570245,0.607438,0.58264464,0.55785125,0.56198347,0.57024795,0.5289256,0.55785125,0.5371901,0.5206612,0.5041322,0.40495867,0.3429752,0.41735536,0.41735536,0.3305785,0.35123968,0.41322315,0.4338843,0.45867768,0.47933885,0.5247934,0.5247934,0.5165289,0.45867768,0.45454547,0.44214877,0.4090909,0.3181818,0.30991736,0.33471075,0.38016528,0.45041323,0.45041323,0.43801653,0.38842976,0.40495867,0.38016528,0.39256197,0.3553719,0.38016528,0.2892562,0.39256197,0.45041323,0.49586776,0.5289256,0.5785124,0.57024795,0.5123967,0.5371901,0.5495868,0.59090906,0.607438,0.59504133,0.5785124,0.55785125,0.5247934,0.4876033,0.4876033,0.5041322,0.5123967,0.53305787,0.5165289,0.5371901,0.58677685,0.55785125,0.5206612,0.53305787,0.5371901,0.5247934,0.49173555,0.5123967,0.48347107,0.45041323,0.42561984,0.45454547,0.4214876,0.44214877,0.44214877,0.36363637,0.38016528,0.4214876,0.3966942,0.42561984,0.4214876,0.47107437,0.44214877,0.4752066,0.46694216,0.42561984,0.45041323,0.44214877,0.33471075,0.3305785,0.3553719,0.37603307,0.42561984,0.39256197,0.43801653,0.42561984,0.3966942,0.38016528,0.3966942,0.34710744,0.38429752,0.25619835,0.3305785,0.42975205,0.47933885,0.5371901,0.54545456,0.5495868,0.5247934,0.55785125,0.5371901,0.5785124,0.59504133,0.5785124,0.59090906,0.57024795,0.5165289,0.5165289,0.5165289,0.5123967,0.54545456,0.5247934,0.5289256,0.5371901,0.5289256,0.4876033,0.5,0.5041322,0.49173555,0.45454547,0.40495867,0.35950413,0.33471075,0.30578512,0.29338843,0.34710744,0.36363637,0.3429752,0.338843,0.29338843,0.33471075,0.3677686,0.38429752,0.40082645,0.3966942,0.3966942,0.37190083,0.40082645,0.44214877,0.43801653,0.4214876,0.4338843,0.39256197,0.3181818,0.38842976,0.3966942,0.42975205,0.42561984,0.42975205,0.42561984,0.40495867,0.39256197,0.3966942,0.35950413,0.37603307,0.23140496,0.3140496,0.4214876,0.4752066,0.5413223,0.5165289,0.5413223,0.5289256,0.5371901,0.54545456,0.5413223,0.60330576,0.59504133,0.60330576,0.5661157,0.5371901,0.5289256,0.5123967,0.53305787,0.553719,0.49586776,0.4876033,0.4752066,0.446281,0.446281,0.47107437,0.47107437,0.3677686,0.3140496,0.30165288,0.23966943,0.23140496,0.2107438,0.22727273,0.23966943,0.23140496,0.20661157,0.19008264,0.19008264,0.21900827,0.23553719,0.2892562,0.3305785,0.35950413,0.38842976,0.3429752,0.3429752,0.36363637,0.42561984,0.3966942,0.4214876,0.43801653,0.37190083,0.4090909,0.4214876,0.43801653,0.4338843,0.44214877,0.38842976,0.38016528,0.38842976,0.39256197,0.38842976,0.29338843,0.11157025,0.27272728,0.2520661,0.446281,0.5413223,0.5495868,0.5371901,0.5289256,0.5206612,0.57024795,0.54545456,0.59917355,0.61157024,0.60330576,0.5661157,0.5413223,0.5289256,0.5082645,0.5495868,0.5247934,0.4876033,0.45454547,0.4090909,0.38429752,0.40495867,0.34710744,0.25619835,0.24793388,0.19008264,0.16528925,0.13636364,0.12396694,0.12396694,0.14049587,0.1570248,0.12809917,0.11570248,0.10743801,0.12396694,0.14049587,0.14876033,0.18595041,0.19008264,0.2603306,0.30991736,0.32231405,0.33471075,0.30578512,0.38429752,0.37190083,0.4090909,0.446281,0.44214877,0.4338843,0.40495867,0.44214877,0.4338843,0.4338843,0.3966942,0.38842976,0.38016528,0.40495867,0.3966942,0.24793388,0.09504132,0.11570248,0.10743801,0.30578512,0.5413223,0.5123967,0.57024795,0.5289256,0.5247934,0.57438016,0.553719,0.5661157,0.59917355,0.57438016,0.58264464,0.56198347,0.5371901,0.5247934,0.55785125,0.5082645,0.47107437,0.4214876,0.34710744,0.30165288,0.24793388,0.16115703,0.11983471,0.14049587,0.08677686,0.08677686,0.14876033,0.14049587,0.16528925,0.1446281,0.11570248,0.08264463,0.09504132,0.09504132,0.09504132,0.09504132,0.09504132,0.12396694,0.13636364,0.14049587,0.16115703,0.23553719,0.26859504,0.26859504,0.35950413,0.3677686,0.40082645,0.46280992,0.46280992,0.45867768,0.39256197,0.446281,0.4338843,0.42975205,0.3966942,0.40082645,0.39256197,0.40082645,0.4090909,0.17768595,0.09090909,0.10743801,0.10743801,0.13636364,0.553719,0.49173555,0.5495868,0.5289256,0.5082645,0.56198347,0.5495868,0.58264464,0.5785124,0.59504133,0.57024795,0.553719,0.5413223,0.55785125,0.55785125,0.4876033,0.43801653,0.3553719,0.2768595,0.21900827,0.21487603,0.25619835,0.3140496,0.34710744,0.38016528,0.35950413,0.35950413,0.35950413,0.36363637,0.41322315,0.3553719,0.35123968,0.29338843,0.23553719,0.28512397,0.26859504,0.2231405,0.20661157,0.18595041,0.1694215,0.08264463,0.12396694,0.19008264,0.24380165,0.30578512,0.36363637,0.41322315,0.46280992,0.4876033,0.45454547,0.446281,0.43801653,0.43801653,0.41322315,0.3966942,0.40082645,0.40495867,0.39256197,0.4338843,0.09504132,0.09504132,0.11570248,0.09917355,0.05785124,0.56198347,0.5041322,0.53305787,0.53305787,0.5165289,0.5413223,0.5495868,0.5785124,0.56198347,0.607438,0.56198347,0.553719,0.5495868,0.57438016,0.5413223,0.446281,0.35950413,0.2768595,0.16528925,0.30578512,0.5041322,0.53305787,0.5206612,0.5082645,0.5082645,0.49173555,0.49173555,0.47933885,0.45454547,0.48347107,0.4214876,0.43801653,0.44214877,0.36363637,0.4090909,0.4338843,0.4338843,0.35950413,0.38429752,0.39256197,0.41735536,0.2603306,0.1570248,0.18595041,0.2768595,0.34710744,0.38016528,0.44214877,0.4752066,0.446281,0.4338843,0.4214876,0.42561984,0.3966942,0.39256197,0.40082645,0.41322315,0.4090909,0.35950413,0.049586777,0.11157025,0.11157025,0.10330579,0.07438017,0.45867768,0.5289256,0.5123967,0.5413223,0.5206612,0.53305787,0.5495868,0.5661157,0.54545456,0.607438,0.58264464,0.5413223,0.56198347,0.5661157,0.47107437,0.38842976,0.30578512,0.2231405,0.23966943,0.53305787,0.61570245,0.57024795,0.5661157,0.56198347,0.553719,0.5413223,0.5289256,0.46694216,0.47933885,0.45867768,0.46280992,0.44214877,0.44214877,0.41735536,0.4214876,0.45454547,0.46694216,0.446281,0.45454547,0.41735536,0.45041323,0.46694216,0.33471075,0.21900827,0.25619835,0.30991736,0.35950413,0.41735536,0.44214877,0.43801653,0.42975205,0.41322315,0.40082645,0.40495867,0.39256197,0.4090909,0.40495867,0.41735536,0.27272728,0.08264463,0.11157025,0.11157025,0.09917355,0.09917355,0.30578512,0.55785125,0.5123967,0.5206612,0.5206612,0.5165289,0.54545456,0.54545456,0.5371901,0.59090906,0.57438016,0.55785125,0.57024795,0.5165289,0.446281,0.3677686,0.27272728,0.2231405,0.41322315,0.60330576,0.58264464,0.5413223,0.57024795,0.56198347,0.607438,0.59090906,0.5495868,0.5,0.48347107,0.43801653,0.43801653,0.41735536,0.41322315,0.4214876,0.45867768,0.45454547,0.46694216,0.4752066,0.39256197,0.38842976,0.41322315,0.45041323,0.41322315,0.25619835,0.2603306,0.3264463,0.3966942,0.41322315,0.43801653,0.41735536,0.42561984,0.40495867,0.38016528,0.3966942,0.38842976,0.4090909,0.41735536,0.41735536,0.2231405,0.08677686,0.11157025,0.11157025,0.11157025,0.11983471,0.17768595,0.57024795,0.5165289,0.5082645,0.5165289,0.5123967,0.5413223,0.5495868,0.5247934,0.5785124,0.553719,0.55785125,0.58677685,0.49586776,0.4214876,0.33471075,0.2520661,0.29752067,0.49173555,0.60330576,0.5661157,0.5371901,0.5247934,0.5082645,0.553719,0.5247934,0.4752066,0.446281,0.37603307,0.3264463,0.3429752,0.3264463,0.30165288,0.33471075,0.38016528,0.35950413,0.37603307,0.37190083,0.338843,0.3553719,0.38016528,0.41322315,0.47933885,0.3140496,0.3181818,0.36363637,0.40082645,0.40082645,0.4214876,0.4214876,0.41735536,0.38842976,0.38842976,0.40082645,0.3966942,0.41322315,0.3966942,0.446281,0.14876033,0.09504132,0.11570248,0.10330579,0.10743801,0.12809917,0.11570248,0.47933885,0.47933885,0.5206612,0.5123967,0.5206612,0.5289256,0.5247934,0.5371901,0.5041322,0.55785125,0.553719,0.54545456,0.46694216,0.39256197,0.3181818,0.2768595,0.35123968,0.54545456,0.57024795,0.5371901,0.5123967,0.4752066,0.446281,0.43801653,0.45041323,0.41322315,0.36363637,0.27272728,0.3140496,0.32231405,0.29338843,0.24380165,0.27272728,0.28099173,0.26859504,0.30991736,0.30578512,0.3264463,0.37190083,0.40082645,0.4214876,0.4876033,0.37603307,0.338843,0.3553719,0.37603307,0.38842976,0.4090909,0.3966942,0.41735536,0.40082645,0.39256197,0.39256197,0.40495867,0.4090909,0.40082645,0.41322315,0.08264463,0.11157025,0.11983471,0.11983471,0.10743801,0.1322314,0.10330579,0.2768595,0.54545456,0.49586776,0.5165289,0.5123967,0.5247934,0.5289256,0.5206612,0.5041322,0.5495868,0.5247934,0.5123967,0.4214876,0.35123968,0.27272728,0.3305785,0.44214877,0.59090906,0.57024795,0.5289256,0.5041322,0.446281,0.42561984,0.40495867,0.42561984,0.40082645,0.338843,0.30578512,0.33471075,0.2768595,0.25619835,0.20661157,0.23553719,0.22727273,0.2520661,0.30578512,0.32231405,0.36363637,0.3966942,0.42561984,0.45041323,0.4752066,0.45867768,0.338843,0.34710744,0.3553719,0.3677686,0.38429752,0.37603307,0.38842976,0.41322315,0.38842976,0.3966942,0.41735536,0.4090909,0.4214876,0.30578512,0.14876033,0.20247933,0.23553719,0.2768595,0.28512397,0.1322314,0.12396694,0.15289256,0.49586776,0.5082645,0.5123967,0.5,0.5371901,0.5165289,0.5123967,0.5123967,0.5289256,0.5041322,0.47107437,0.38842976,0.2892562,0.2892562,0.42975205,0.553719,0.57438016,0.553719,0.5041322,0.46280992,0.43801653,0.41735536,0.45041323,0.45041323,0.3966942,0.37190083,0.32231405,0.30991736,0.24793388,0.24793388,0.24793388,0.23140496,0.24793388,0.2768595,0.28512397,0.338843,0.37603307,0.40495867,0.4338843,0.446281,0.46694216,0.5,0.4090909,0.35123968,0.3429752,0.35123968,0.37603307,0.37190083,0.39256197,0.39256197,0.38842976,0.39256197,0.4090909,0.40082645,0.41322315,0.41322315,0.37603307,0.37190083,0.38016528,0.4090909,0.44214877,0.13636364,0.11983471,0.12396694,0.3264463,0.54545456,0.5165289,0.5,0.5247934,0.5082645,0.5041322,0.49586776,0.49173555,0.45867768,0.45867768,0.338843,0.28512397,0.37190083,0.5289256,0.59917355,0.58264464,0.5206612,0.47933885,0.446281,0.40082645,0.45041323,0.48347107,0.42561984,0.40082645,0.38842976,0.3181818,0.30991736,0.2603306,0.2644628,0.24380165,0.25619835,0.3140496,0.30165288,0.3181818,0.3429752,0.37603307,0.40495867,0.45454547,0.45454547,0.4752066,0.48347107,0.46280992,0.39256197,0.35123968,0.34710744,0.3553719,0.37603307,0.38842976,0.39256197,0.3677686,0.40495867,0.4090909,0.38842976,0.4090909,0.4752066,0.45454547,0.42975205,0.43801653,0.44214877,0.46280992,0.12809917,0.1322314,0.12809917,0.18181819,0.5,0.55785125,0.49173555,0.5041322,0.5,0.5165289,0.46694216,0.47933885,0.44214877,0.4338843,0.3181818,0.3264463,0.47107437,0.59917355,0.60330576,0.57024795,0.5041322,0.45454547,0.41322315,0.45041323,0.48347107,0.47107437,0.4214876,0.45454547,0.41735536,0.40082645,0.3429752,0.30578512,0.29752067,0.30165288,0.30991736,0.35123968,0.36363637,0.3677686,0.34710744,0.35950413,0.3966942,0.42975205,0.45041323,0.46694216,0.47933885,0.47107437,0.46280992,0.3966942,0.35123968,0.33471075,0.35950413,0.37603307,0.39256197,0.37603307,0.40495867,0.41735536,0.40082645,0.4338843,0.5165289,0.5,0.47107437,0.45867768,0.46694216,0.4876033,0.12396694,0.13636364,0.12396694,0.11570248,0.34710744,0.59090906,0.49173555,0.5041322,0.5,0.5123967,0.46280992,0.46694216,0.45454547,0.41735536,0.3264463,0.40082645,0.5495868,0.59504133,0.57024795,0.5413223,0.5123967,0.45041323,0.45867768,0.4876033,0.47107437,0.48347107,0.4752066,0.49173555,0.45041323,0.44214877,0.3966942,0.37603307,0.34710744,0.3677686,0.38429752,0.37190083,0.42561984,0.41322315,0.39256197,0.3677686,0.38429752,0.43801653,0.43801653,0.43801653,0.45867768,0.46280992,0.46694216,0.40495867,0.39256197,0.338843,0.35950413,0.37190083,0.39256197,0.3966942,0.41322315,0.4090909,0.40495867,0.46280992,0.5,0.5123967,0.5041322,0.49586776,0.49586776,0.48347107,0.13636364,0.12809917,0.12809917,0.1446281,0.20661157,0.5495868,0.5785124,0.5041322,0.49173555,0.49173555,0.4752066,0.45867768,0.45867768,0.3966942,0.35123968,0.45041323,0.55785125,0.5661157,0.53305787,0.5371901,0.5371901,0.4752066,0.46694216,0.4752066,0.49586776,0.53305787,0.49586776,0.48347107,0.4752066,0.446281,0.41322315,0.41322315,0.40082645,0.40082645,0.38429752,0.40082645,0.40495867,0.43801653,0.44214877,0.4214876,0.38429752,0.43801653,0.446281,0.4214876,0.40082645,0.42561984,0.4214876,0.38842976,0.38842976,0.38016528,0.33471075,0.338843,0.3966942,0.3966942,0.41322315,0.40495867,0.39256197,0.5371901,0.4752066,0.5165289,0.5206612,0.5123967,0.5041322,0.47107437,0.1322314,0.12809917,0.14049587,0.12809917,0.11983471,0.38016528,0.57438016,0.53305787,0.4876033,0.47933885,0.45867768,0.47107437,0.47107437,0.39256197,0.39256197,0.45041323,0.54545456,0.5289256,0.5123967,0.553719,0.5495868,0.4752066,0.4876033,0.4752066,0.5082645,0.53305787,0.47107437,0.4752066,0.45867768,0.42561984,0.40495867,0.4214876,0.40082645,0.4090909,0.38016528,0.3966942,0.41322315,0.42975205,0.43801653,0.446281,0.40495867,0.4338843,0.42975205,0.41322315,0.3966942,0.39256197,0.38016528,0.36363637,0.33471075,0.38429752,0.36363637,0.35123968,0.37190083,0.40082645,0.41735536,0.40495867,0.41735536,0.62396693,0.5206612,0.5082645,0.5289256,0.49173555,0.46694216,0.46694216,0.12396694,0.12809917,0.12809917,0.11983471,0.13636364,0.1983471,0.5247934,0.54545456,0.5123967,0.46280992,0.45867768,0.44214877,0.48347107,0.42561984,0.3677686,0.43801653,0.5165289,0.5041322,0.53305787,0.5371901,0.5413223,0.5,0.49586776,0.4876033,0.4876033,0.49173555,0.47107437,0.46280992,0.43801653,0.39256197,0.41735536,0.4214876,0.41322315,0.3677686,0.35950413,0.38016528,0.41735536,0.3966942,0.41322315,0.42975205,0.43801653,0.41735536,0.40495867,0.40495867,0.3966942,0.36363637,0.35123968,0.30991736,0.29338843,0.3264463,0.3553719,0.34710744,0.35950413,0.38429752,0.4090909,0.3677686,0.48347107,0.6818182,0.59090906,0.4876033,0.5206612,0.4752066,0.45867768,0.4752066,0.1322314,0.1322314,0.12396694,0.1322314,0.13636364,0.12396694,0.5413223,0.5371901,0.5413223,0.49173555,0.45867768,0.446281,0.4752066,0.42975205,0.35123968,0.45041323,0.5,0.5,0.5206612,0.5165289,0.5413223,0.5289256,0.5082645,0.4876033,0.46694216,0.47107437,0.47933885,0.45041323,0.4090909,0.37603307,0.41322315,0.38429752,0.39256197,0.3429752,0.30991736,0.3553719,0.38429752,0.3966942,0.40495867,0.42975205,0.41322315,0.40495867,0.39256197,0.38842976,0.36363637,0.3553719,0.34710744,0.28512397,0.25619835,0.25619835,0.29338843,0.3181818,0.3553719,0.37603307,0.41322315,0.3677686,0.6363636,0.677686,0.61570245,0.5,0.49173555,0.47107437,0.46280992,0.47107437,0.2107438,0.2520661,0.24793388,0.2520661,0.28099173,0.19008264,0.71900827,0.5785124,0.5289256,0.5123967,0.46694216,0.45454547,0.42975205,0.4338843,0.3677686,0.4338843,0.46280992,0.49586776,0.5165289,0.5082645,0.5371901,0.5041322,0.4876033,0.46694216,0.45454547,0.46280992,0.45867768,0.44214877,0.37190083,0.3677686,0.35123968,0.36363637,0.34710744,0.3140496,0.30165288,0.3140496,0.30578512,0.35950413,0.41322315,0.4090909,0.3966942,0.38842976,0.3677686,0.34710744,0.34710744,0.3140496,0.3429752,0.26859504,0.21900827,0.23553719,0.24793388,0.28512397,0.3305785,0.39256197,0.41735536,0.4214876,0.677686,0.6652893,0.6363636,0.49586776,0.5,0.49173555,0.46280992,0.46280992,0.54545456,0.56198347,0.55785125,0.54545456,0.53305787,0.4090909,0.8140496,0.74380165,0.5289256,0.5413223,0.4876033,0.45041323,0.4338843,0.4338843,0.3966942,0.41322315,0.44214877,0.49586776,0.49586776,0.5082645,0.49586776,0.47933885,0.45454547,0.45454547,0.42975205,0.45454547,0.44214877,0.40082645,0.3429752,0.35950413,0.30165288,0.3429752,0.30991736,0.29338843,0.28099173,0.30578512,0.29752067,0.32231405,0.39256197,0.35950413,0.37603307,0.37190083,0.36363637,0.3553719,0.3305785,0.338843,0.30991736,0.12396694,0.16528925,0.19008264,0.21900827,0.2644628,0.32231405,0.3966942,0.38842976,0.49173555,0.69008267,0.661157,0.6694215,0.5247934,0.4338843,0.49173555,0.48347107,0.48347107,33 +0.20661157,0.2107438,0.3429752,0.42975205,0.38429752,0.42975205,0.4752066,0.5,0.5289256,0.5661157,0.607438,0.62396693,0.61570245,0.6198347,0.59504133,0.59917355,0.57438016,0.57438016,0.59090906,0.54545456,0.553719,0.553719,0.57438016,0.57438016,0.56198347,0.5661157,0.57024795,0.5785124,0.5785124,0.5785124,0.60330576,0.59504133,0.57438016,0.5785124,0.58677685,0.5785124,0.59090906,0.61157024,0.6404959,0.61570245,0.59504133,0.5785124,0.5785124,0.57438016,0.57024795,0.57024795,0.58677685,0.553719,0.5495868,0.5495868,0.553719,0.5082645,0.5371901,0.55785125,0.553719,0.57438016,0.5371901,0.56198347,0.49173555,0.58677685,0.54545456,0.553719,0.5165289,0.59090906,0.14876033,0.2768595,0.40082645,0.4090909,0.41735536,0.48347107,0.49173555,0.5041322,0.59917355,0.6363636,0.6652893,0.6404959,0.59917355,0.607438,0.58677685,0.61570245,0.6280992,0.61157024,0.60330576,0.607438,0.57024795,0.57024795,0.58677685,0.58264464,0.58264464,0.58264464,0.58264464,0.607438,0.59090906,0.58677685,0.59504133,0.61157024,0.607438,0.59090906,0.59504133,0.58264464,0.5661157,0.59090906,0.6198347,0.59917355,0.58677685,0.5661157,0.57024795,0.55785125,0.56198347,0.57438016,0.5661157,0.5413223,0.56198347,0.5495868,0.5495868,0.5247934,0.54545456,0.54545456,0.55785125,0.5495868,0.5495868,0.56198347,0.4876033,0.53305787,0.553719,0.56198347,0.56198347,0.5206612,0.17355372,0.36363637,0.41322315,0.40495867,0.41322315,0.49173555,0.5,0.5371901,0.61570245,0.6404959,0.6694215,0.6322314,0.58264464,0.61157024,0.58264464,0.61570245,0.6322314,0.61157024,0.61157024,0.6528926,0.6404959,0.61570245,0.58677685,0.59917355,0.59504133,0.59090906,0.60330576,0.6280992,0.61157024,0.607438,0.61570245,0.6322314,0.59917355,0.5785124,0.60330576,0.607438,0.59090906,0.58264464,0.59917355,0.5785124,0.54545456,0.553719,0.54545456,0.553719,0.56198347,0.57024795,0.553719,0.5495868,0.55785125,0.5413223,0.5247934,0.5289256,0.5371901,0.5289256,0.5371901,0.5289256,0.5413223,0.5495868,0.5247934,0.5123967,0.57024795,0.56198347,0.57024795,0.5289256,0.19008264,0.38842976,0.44214877,0.42561984,0.40495867,0.5041322,0.4876033,0.58264464,0.60330576,0.6322314,0.6487603,0.57438016,0.59504133,0.61157024,0.61570245,0.5661157,0.62396693,0.607438,0.61570245,0.6487603,0.6652893,0.6404959,0.60330576,0.58677685,0.58264464,0.59090906,0.59504133,0.6363636,0.59917355,0.61570245,0.60330576,0.6280992,0.60330576,0.58264464,0.61157024,0.6322314,0.60330576,0.5661157,0.56198347,0.56198347,0.5413223,0.54545456,0.56198347,0.54545456,0.55785125,0.5495868,0.5413223,0.54545456,0.53305787,0.5123967,0.5289256,0.5289256,0.53305787,0.5495868,0.5165289,0.53305787,0.5289256,0.5495868,0.55785125,0.55785125,0.5413223,0.5661157,0.5289256,0.5371901,0.24380165,0.37190083,0.43801653,0.40082645,0.41735536,0.53305787,0.5041322,0.57438016,0.58264464,0.6322314,0.61157024,0.58264464,0.60330576,0.59504133,0.6198347,0.60330576,0.62396693,0.58677685,0.61570245,0.6280992,0.62396693,0.6528926,0.59917355,0.58677685,0.59090906,0.58264464,0.55785125,0.59504133,0.58264464,0.59917355,0.56198347,0.59504133,0.62396693,0.59917355,0.59504133,0.607438,0.57438016,0.5289256,0.5413223,0.54545456,0.5413223,0.55785125,0.59090906,0.553719,0.5495868,0.5123967,0.5041322,0.5123967,0.4752066,0.45041323,0.46694216,0.47933885,0.5082645,0.5289256,0.5289256,0.5495868,0.5371901,0.553719,0.5785124,0.57024795,0.553719,0.5495868,0.53305787,0.5123967,0.2520661,0.3966942,0.40495867,0.3966942,0.45867768,0.5289256,0.5247934,0.59917355,0.61157024,0.59504133,0.59090906,0.59090906,0.553719,0.54545456,0.5661157,0.59090906,0.61570245,0.5785124,0.59090906,0.607438,0.59917355,0.6198347,0.59090906,0.58264464,0.59090906,0.5785124,0.54545456,0.5661157,0.5661157,0.5495868,0.54545456,0.58264464,0.59917355,0.55785125,0.55785125,0.57024795,0.5289256,0.5123967,0.53305787,0.53305787,0.53305787,0.56198347,0.58677685,0.5165289,0.47107437,0.4338843,0.42975205,0.4214876,0.38016528,0.38016528,0.37190083,0.41322315,0.43801653,0.4752066,0.5082645,0.53305787,0.5495868,0.56198347,0.5785124,0.57438016,0.5371901,0.54545456,0.5165289,0.5371901,0.21487603,0.42975205,0.38429752,0.44214877,0.46694216,0.5206612,0.5661157,0.61157024,0.59917355,0.57438016,0.5661157,0.5371901,0.49586776,0.5123967,0.49586776,0.553719,0.56198347,0.55785125,0.59504133,0.56198347,0.59504133,0.59504133,0.5785124,0.5495868,0.5495868,0.56198347,0.5371901,0.5247934,0.5371901,0.5206612,0.5247934,0.5413223,0.55785125,0.5206612,0.5247934,0.5082645,0.49173555,0.49173555,0.5,0.5206612,0.5206612,0.5289256,0.49173555,0.44214877,0.37603307,0.35123968,0.3553719,0.3264463,0.3429752,0.33471075,0.35950413,0.35950413,0.38842976,0.42975205,0.42975205,0.45041323,0.53305787,0.57438016,0.553719,0.56198347,0.5165289,0.58677685,0.53305787,0.5495868,0.23553719,0.38842976,0.4338843,0.44214877,0.46694216,0.553719,0.57438016,0.58677685,0.59090906,0.55785125,0.5495868,0.4752066,0.47107437,0.47107437,0.43801653,0.4876033,0.49586776,0.4752066,0.54545456,0.5,0.49586776,0.5123967,0.5082645,0.5165289,0.5041322,0.5123967,0.5041322,0.4876033,0.5082645,0.5289256,0.5289256,0.5413223,0.5247934,0.48347107,0.49173555,0.46694216,0.45041323,0.44214877,0.45454547,0.46280992,0.45454547,0.446281,0.40495867,0.3553719,0.2892562,0.28099173,0.30165288,0.30165288,0.26859504,0.28512397,0.30578512,0.29338843,0.338843,0.35123968,0.4090909,0.42561984,0.46694216,0.56198347,0.54545456,0.53305787,0.5371901,0.57438016,0.5206612,0.53305787,0.24793388,0.33471075,0.45041323,0.41322315,0.4752066,0.55785125,0.59090906,0.54545456,0.60330576,0.5206612,0.4752066,0.40082645,0.37190083,0.41322315,0.39256197,0.3966942,0.38842976,0.35950413,0.38429752,0.36363637,0.37603307,0.35123968,0.39256197,0.46280992,0.46280992,0.46694216,0.446281,0.45041323,0.49173555,0.53305787,0.53305787,0.5289256,0.49586776,0.4752066,0.45867768,0.4214876,0.39256197,0.38016528,0.38429752,0.3677686,0.35123968,0.33471075,0.30578512,0.2520661,0.20247933,0.23553719,0.2520661,0.26859504,0.25619835,0.20661157,0.3140496,0.2644628,0.29752067,0.30165288,0.35950413,0.38016528,0.4214876,0.5289256,0.5041322,0.53305787,0.553719,0.55785125,0.5247934,0.53305787,0.29752067,0.30165288,0.40495867,0.38429752,0.5082645,0.5661157,0.58677685,0.553719,0.5495868,0.43801653,0.42975205,0.3553719,0.338843,0.33471075,0.3264463,0.32231405,0.30165288,0.2892562,0.27272728,0.28512397,0.27272728,0.29338843,0.3140496,0.35123968,0.38842976,0.4090909,0.4214876,0.42561984,0.5123967,0.553719,0.5289256,0.53305787,0.49173555,0.46280992,0.42975205,0.3966942,0.338843,0.33471075,0.30165288,0.27272728,0.27272728,0.2520661,0.2231405,0.18181819,0.17768595,0.19421488,0.21900827,0.28099173,0.29338843,0.23966943,0.27272728,0.25619835,0.2520661,0.2603306,0.3140496,0.3264463,0.35123968,0.4338843,0.47107437,0.5165289,0.5371901,0.5413223,0.5289256,0.53305787,0.20247933,0.338843,0.35123968,0.41322315,0.47933885,0.5041322,0.5,0.45867768,0.45867768,0.40495867,0.40082645,0.34710744,0.35950413,0.3677686,0.35123968,0.30165288,0.2892562,0.3677686,0.38429752,0.3181818,0.28099173,0.29338843,0.338843,0.3181818,0.3264463,0.3677686,0.41735536,0.46694216,0.553719,0.5661157,0.57024795,0.57438016,0.5371901,0.49173555,0.44214877,0.4214876,0.3429752,0.2768595,0.2644628,0.23966943,0.24380165,0.24380165,0.25619835,0.2520661,0.2603306,0.2644628,0.33471075,0.42561984,0.37603307,0.3429752,0.2892562,0.26859504,0.2644628,0.29338843,0.2768595,0.2768595,0.30578512,0.3553719,0.4214876,0.5041322,0.5082645,0.5165289,0.5289256,0.49173555,0.2107438,0.30165288,0.36363637,0.40082645,0.35950413,0.3553719,0.35950413,0.3553719,0.44214877,0.45867768,0.46280992,0.43801653,0.3966942,0.3966942,0.39256197,0.39256197,0.3677686,0.40495867,0.47933885,0.45867768,0.3966942,0.35123968,0.33471075,0.3140496,0.338843,0.3553719,0.47107437,0.58677685,0.59090906,0.5661157,0.5785124,0.59090906,0.55785125,0.5289256,0.5,0.45041323,0.37190083,0.3140496,0.3429752,0.3264463,0.30165288,0.29752067,0.29338843,0.29752067,0.32231405,0.3181818,0.42561984,0.4752066,0.41322315,0.39256197,0.35123968,0.3429752,0.30991736,0.30165288,0.32231405,0.3181818,0.23966943,0.25619835,0.28512397,0.35123968,0.42975205,0.5,0.5371901,0.5123967,0.17355372,0.25619835,0.2768595,0.42561984,0.42975205,0.44214877,0.37603307,0.4338843,0.5289256,0.49586776,0.4338843,0.40082645,0.37603307,0.3966942,0.4338843,0.37603307,0.42561984,0.40082645,0.3264463,0.30578512,0.3264463,0.3553719,0.35123968,0.32231405,0.21900827,0.32231405,0.49173555,0.61157024,0.607438,0.58264464,0.5785124,0.59090906,0.5785124,0.5413223,0.5165289,0.45454547,0.38016528,0.3677686,0.35123968,0.3553719,0.38016528,0.38429752,0.37190083,0.38016528,0.446281,0.35950413,0.46694216,0.59090906,0.40082645,0.38429752,0.38842976,0.3429752,0.28099173,0.27272728,0.38016528,0.45041323,0.5082645,0.46280992,0.37190083,0.3140496,0.30578512,0.3677686,0.40495867,0.553719,0.11570248,0.2107438,0.46694216,0.46280992,0.3677686,0.37190083,0.29752067,0.38016528,0.5082645,0.46694216,0.41735536,0.3966942,0.40082645,0.4214876,0.3677686,0.37190083,0.37190083,0.3677686,0.38429752,0.30165288,0.2644628,0.30165288,0.32231405,0.37603307,0.37190083,0.25619835,0.32231405,0.5661157,0.58677685,0.5661157,0.58677685,0.607438,0.59504133,0.55785125,0.5,0.40495867,0.3305785,0.34710744,0.38429752,0.43801653,0.47107437,0.446281,0.37603307,0.41322315,0.5123967,0.40495867,0.8512397,0.8553719,0.57024795,0.35123968,0.43801653,0.3966942,0.34710744,0.24380165,0.29338843,0.4214876,0.5247934,0.5289256,0.46280992,0.34710744,0.35950413,0.23553719,0.11157025,0.29752067,0.1570248,0.28099173,0.53305787,0.338843,0.30165288,0.25619835,0.2520661,0.39256197,0.4090909,0.46694216,0.42561984,0.38429752,0.45454547,0.3966942,0.3429752,0.35950413,0.3677686,0.38842976,0.35950413,0.3264463,0.24793388,0.24380165,0.3181818,0.3677686,0.4876033,0.45041323,0.17768595,0.43801653,0.5123967,0.5413223,0.5661157,0.58677685,0.57024795,0.5289256,0.4214876,0.33471075,0.338843,0.40082645,0.39256197,0.37190083,0.34710744,0.35123968,0.34710744,0.38429752,0.35950413,0.21487603,0.42975205,0.58677685,0.34710744,0.41322315,0.3966942,0.39256197,0.36363637,0.39256197,0.26859504,0.41735536,0.5165289,0.56198347,0.46280992,0.2603306,0.34710744,0.2644628,0.14049587,0.14049587,0.2231405,0.49173555,0.5082645,0.3429752,0.33471075,0.27272728,0.25619835,0.35950413,0.38016528,0.4090909,0.41322315,0.41322315,0.4338843,0.38016528,0.338843,0.26859504,0.17355372,0.19008264,0.2107438,0.23966943,0.3181818,0.2520661,0.29338843,0.338843,0.47107437,0.54545456,0.22727273,0.44214877,0.4090909,0.3305785,0.54545456,0.57024795,0.4214876,0.46280992,0.38429752,0.2520661,0.4090909,0.37603307,0.36363637,0.3553719,0.3677686,0.3677686,0.38016528,0.30991736,0.30165288,0.2231405,0.1446281,0.16528925,0.1446281,0.19421488,0.29752067,0.30991736,0.43801653,0.42561984,0.35950413,0.3966942,0.5082645,0.57438016,0.5206612,0.30165288,0.3264463,0.3966942,0.19421488,0.14876033,0.2644628,0.53305787,0.38842976,0.38842976,0.33471075,0.29752067,0.23553719,0.27272728,0.47107437,0.46280992,0.5413223,0.5206612,0.43801653,0.29752067,0.5371901,0.57438016,0.09504132,0.1446281,0.17355372,0.19008264,0.23966943,0.30165288,0.41322315,0.48347107,0.5041322,0.5165289,0.33471075,0.43801653,0.3553719,0.3677686,0.4090909,0.42561984,0.28099173,0.35123968,0.36363637,0.3181818,0.45454547,0.37190083,0.37190083,0.49173555,0.5247934,0.42561984,0.5082645,0.45454547,0.45454547,0.35123968,0.26859504,0.2107438,0.21900827,0.2520661,0.3305785,0.32231405,0.40495867,0.37603307,0.43801653,0.40082645,0.45041323,0.5206612,0.5247934,0.43801653,0.32231405,0.47933885,0.09504132,0.18595041,0.16115703,0.5041322,0.30165288,0.2520661,0.20661157,0.5,0.2231405,0.35950413,0.62396693,0.58677685,0.6363636,0.553719,0.446281,0.33471075,0.5041322,0.44214877,0.17768595,0.2603306,0.33471075,0.3966942,0.4090909,0.37190083,0.44214877,0.57024795,0.57024795,0.5165289,0.35950413,0.38016528,0.2892562,0.3966942,0.41735536,0.5247934,0.42975205,0.30991736,0.338843,0.3305785,0.45041323,0.41322315,0.38842976,0.5123967,0.5495868,0.5165289,0.45867768,0.5165289,0.53305787,0.46694216,0.44214877,0.3305785,0.30578512,0.30165288,0.42561984,0.45454547,0.4214876,0.30165288,0.35950413,0.41322315,0.38842976,0.41322315,0.5,0.33471075,0.3140496,0.43801653,0.07024793,0.19008264,0.24793388,0.5123967,0.23966943,0.1983471,0.18181819,0.59090906,0.17768595,0.44214877,0.69008267,0.6528926,0.607438,0.5247934,0.5371901,0.661157,0.61570245,0.49173555,0.38842976,0.4090909,0.45041323,0.446281,0.45454547,0.42561984,0.4752066,0.55785125,0.553719,0.54545456,0.2768595,0.35950413,0.3553719,0.40495867,0.41322315,0.5413223,0.40495867,0.338843,0.62396693,0.24380165,0.40082645,0.38016528,0.3429752,0.59090906,0.45454547,0.45454547,0.40495867,0.46280992,0.45041323,0.37603307,0.34710744,0.3140496,0.30578512,0.37603307,0.44214877,0.5165289,0.4752066,0.41735536,0.37603307,0.41735536,0.42975205,0.42975205,0.48347107,0.36363637,0.36363637,0.3429752,0.26859504,0.19421488,0.446281,0.4752066,0.23553719,0.18181819,0.35950413,0.8140496,0.12809917,0.49173555,0.6694215,0.6735537,0.58264464,0.56198347,0.5371901,0.6528926,0.60330576,0.5165289,0.4338843,0.43801653,0.48347107,0.45454547,0.41735536,0.41322315,0.43801653,0.5413223,0.5123967,0.4752066,0.18595041,0.49173555,0.2520661,0.3264463,0.39256197,0.5082645,0.4090909,0.29752067,0.78099173,0.26859504,0.4214876,0.38842976,0.37190083,0.70247936,0.3181818,0.33471075,0.33471075,0.3553719,0.338843,0.338843,0.338843,0.30991736,0.3264463,0.38842976,0.41735536,0.45041323,0.42561984,0.43801653,0.446281,0.46280992,0.5206612,0.5495868,0.54545456,0.5,0.338843,0.34710744,0.29338843,0.338843,0.45041323,0.4338843,0.33471075,0.20247933,0.36363637,0.7355372,0.16528925,0.6198347,0.6694215,0.6446281,0.60330576,0.6528926,0.5495868,0.5495868,0.57438016,0.5123967,0.46694216,0.4752066,0.4876033,0.40495867,0.38842976,0.3429752,0.43801653,0.56198347,0.53305787,0.42561984,0.37190083,0.553719,0.32231405,0.5041322,0.5082645,0.57438016,0.47107437,0.33471075,0.5165289,0.3181818,0.4752066,0.46280992,0.4338843,0.54545456,0.35123968,0.3264463,0.33471075,0.39256197,0.38842976,0.40082645,0.4090909,0.40082645,0.39256197,0.37190083,0.3677686,0.35950413,0.36363637,0.446281,0.4876033,0.5413223,0.553719,0.57438016,0.56198347,0.5,0.28512397,0.48347107,0.27272728,0.40082645,0.30165288,0.55785125,0.45454547,0.57438016,0.3553719,0.446281,0.44214877,0.6198347,0.62396693,0.59090906,0.6280992,0.6280992,0.5495868,0.5082645,0.5206612,0.5247934,0.47933885,0.46694216,0.45041323,0.4090909,0.38842976,0.4214876,0.53305787,0.5785124,0.54545456,0.39256197,0.4338843,0.3429752,0.5165289,0.56198347,0.5289256,0.5247934,0.47107437,0.3966942,0.38016528,0.40082645,0.45454547,0.46280992,0.47933885,0.46694216,0.45454547,0.4214876,0.36363637,0.3553719,0.38429752,0.41735536,0.4214876,0.43801653,0.41322315,0.40082645,0.38842976,0.37190083,0.3677686,0.40082645,0.42975205,0.49173555,0.5413223,0.55785125,0.5206612,0.49173555,0.38016528,0.47933885,0.27272728,0.38429752,0.18181819,0.5123967,0.32231405,0.7355372,0.26859504,0.42975205,0.6322314,0.6404959,0.62396693,0.55785125,0.59917355,0.6198347,0.5495868,0.5413223,0.54545456,0.53305787,0.4876033,0.46280992,0.41735536,0.39256197,0.45867768,0.53305787,0.55785125,0.58264464,0.5371901,0.3553719,0.38842976,0.3553719,0.5661157,0.56198347,0.54545456,0.5041322,0.42561984,0.40082645,0.3305785,0.3305785,0.41735536,0.4876033,0.47933885,0.45867768,0.47933885,0.48347107,0.4338843,0.38842976,0.3181818,0.3429752,0.35123968,0.39256197,0.38842976,0.38842976,0.38842976,0.39256197,0.38429752,0.4090909,0.3966942,0.41735536,0.45454547,0.48347107,0.5247934,0.5165289,0.446281,0.38429752,0.30578512,0.40495867,0.22727273,0.57438016,0.2107438,0.5082645,0.15289256,0.39256197,0.6487603,0.6446281,0.62396693,0.5371901,0.53305787,0.59504133,0.57024795,0.57438016,0.5289256,0.5123967,0.446281,0.3966942,0.4090909,0.4752066,0.5206612,0.5413223,0.553719,0.59090906,0.45867768,0.45041323,0.28512397,0.47933885,0.59090906,0.5371901,0.57438016,0.47933885,0.41322315,0.38842976,0.3966942,0.27272728,0.41735536,0.5082645,0.4752066,0.45454547,0.47933885,0.47933885,0.5041322,0.47933885,0.4214876,0.3677686,0.35123968,0.3181818,0.3305785,0.34710744,0.3677686,0.39256197,0.40495867,0.4090909,0.42561984,0.41735536,0.45454547,0.45867768,0.4876033,0.5123967,0.4090909,0.37603307,0.26859504,0.45041323,0.29338843,0.6198347,0.17355372,0.21900827,0.12396694,0.41322315,0.6280992,0.6322314,0.59917355,0.5289256,0.5371901,0.56198347,0.5495868,0.5413223,0.49173555,0.43801653,0.4338843,0.43801653,0.5206612,0.5413223,0.5661157,0.5413223,0.5661157,0.5785124,0.3966942,0.3429752,0.338843,0.5661157,0.58677685,0.5289256,0.5495868,0.46280992,0.41735536,0.40082645,0.4338843,0.2603306,0.36363637,0.53305787,0.5082645,0.5,0.49173555,0.47107437,0.48347107,0.4752066,0.44214877,0.46280992,0.46280992,0.446281,0.42975205,0.4090909,0.4214876,0.4214876,0.3966942,0.42975205,0.42975205,0.4338843,0.4214876,0.45867768,0.42975205,0.46694216,0.40495867,0.3305785,0.30991736,0.446281,0.29752067,0.57438016,0.25619835,0.16528925,0.11983471,0.37603307,0.6363636,0.6363636,0.607438,0.58264464,0.5661157,0.5661157,0.5413223,0.5247934,0.53305787,0.48347107,0.54545456,0.5371901,0.5495868,0.5247934,0.54545456,0.5413223,0.58677685,0.44214877,0.36363637,0.32231405,0.5082645,0.58677685,0.553719,0.5289256,0.54545456,0.45867768,0.40495867,0.3966942,0.4214876,0.40082645,0.23140496,0.4214876,0.49586776,0.5206612,0.45454547,0.46694216,0.47107437,0.446281,0.44214877,0.44214877,0.43801653,0.44214877,0.4338843,0.42561984,0.42975205,0.42975205,0.41735536,0.4214876,0.42561984,0.42561984,0.41735536,0.43801653,0.40082645,0.40495867,0.446281,0.20247933,0.37603307,0.4338843,0.20247933,0.49586776,0.45454547,0.16528925,0.1570248,0.2768595,0.6322314,0.6446281,0.6198347,0.61570245,0.60330576,0.58677685,0.5495868,0.59090906,0.57438016,0.56198347,0.55785125,0.5413223,0.5247934,0.5041322,0.5206612,0.5661157,0.5247934,0.35123968,0.30991736,0.35123968,0.59090906,0.59090906,0.54545456,0.5123967,0.5165289,0.47107437,0.4214876,0.38429752,0.41735536,0.446281,0.29338843,0.29338843,0.3305785,0.5289256,0.47107437,0.47107437,0.46280992,0.41735536,0.446281,0.4338843,0.43801653,0.4214876,0.4214876,0.43801653,0.41735536,0.40082645,0.40495867,0.40082645,0.41322315,0.41322315,0.40495867,0.41322315,0.36363637,0.41735536,0.39256197,0.2603306,0.41322315,0.41322315,0.0661157,0.38429752,0.5371901,0.3677686,0.16115703,0.18181819,0.6363636,0.6280992,0.62396693,0.62396693,0.6322314,0.59917355,0.59504133,0.59090906,0.58264464,0.5785124,0.553719,0.5371901,0.5,0.5,0.5247934,0.57438016,0.4090909,0.30578512,0.2520661,0.45867768,0.61570245,0.59504133,0.5413223,0.5,0.5247934,0.45867768,0.4338843,0.40082645,0.38429752,0.40495867,0.3140496,0.27272728,0.19421488,0.44214877,0.45867768,0.4338843,0.46694216,0.4214876,0.446281,0.42975205,0.4338843,0.40495867,0.4090909,0.41322315,0.44214877,0.41322315,0.39256197,0.36363637,0.37603307,0.37603307,0.38429752,0.39256197,0.39256197,0.45454547,0.3305785,0.3429752,0.4090909,0.4090909,0.09090909,0.21900827,0.5,0.5661157,0.3966942,0.10743801,0.6322314,0.61570245,0.607438,0.6198347,0.6404959,0.61570245,0.59090906,0.59090906,0.5785124,0.58677685,0.553719,0.5165289,0.46280992,0.48347107,0.49173555,0.41735536,0.38842976,0.35123968,0.3181818,0.5165289,0.61570245,0.61157024,0.54545456,0.5123967,0.553719,0.46694216,0.43801653,0.40495867,0.35950413,0.338843,0.3181818,0.23553719,0.2603306,0.25619835,0.4090909,0.4214876,0.38429752,0.40082645,0.39256197,0.41322315,0.4090909,0.4090909,0.4214876,0.41735536,0.4338843,0.4338843,0.41322315,0.37603307,0.36363637,0.36363637,0.3553719,0.40082645,0.46280992,0.38429752,0.34710744,0.38016528,0.38429752,0.40082645,0.11157025,0.23140496,0.6363636,0.46694216,0.53305787,0.45454547,0.55785125,0.55785125,0.59917355,0.6487603,0.6652893,0.6404959,0.59504133,0.58677685,0.5495868,0.57438016,0.5371901,0.4876033,0.45454547,0.43801653,0.38016528,0.38429752,0.41322315,0.3429752,0.45454547,0.5661157,0.607438,0.62396693,0.56198347,0.5413223,0.607438,0.5123967,0.446281,0.4338843,0.35950413,0.32231405,0.40082645,0.3966942,0.2520661,0.24793388,0.29338843,0.3677686,0.42561984,0.39256197,0.3553719,0.37190083,0.38842976,0.3966942,0.4090909,0.4090909,0.4090909,0.4214876,0.42975205,0.38842976,0.36363637,0.37603307,0.4090909,0.46694216,0.41322315,0.34710744,0.36363637,0.36363637,0.38016528,0.38429752,0.11157025,0.24793388,0.607438,0.55785125,0.53305787,0.4752066,0.5,0.47933885,0.47107437,0.53305787,0.61570245,0.61157024,0.6570248,0.607438,0.57024795,0.5495868,0.5123967,0.4752066,0.3966942,0.34710744,0.32231405,0.3140496,0.42975205,0.5082645,0.55785125,0.59090906,0.59504133,0.6446281,0.57438016,0.5289256,0.56198347,0.5247934,0.4338843,0.45041323,0.38016528,0.39256197,0.446281,0.46280992,0.41735536,0.28512397,0.20661157,0.2520661,0.3181818,0.3966942,0.45867768,0.36363637,0.37190083,0.3677686,0.38016528,0.37190083,0.41735536,0.41322315,0.42975205,0.4214876,0.4338843,0.42975205,0.41735536,0.37190083,0.34710744,0.3429752,0.34710744,0.36363637,0.40082645,0.38429752,0.14049587,0.22727273,0.58264464,0.57024795,0.61157024,0.5371901,0.56198347,0.553719,0.4214876,0.47933885,0.446281,0.45867768,0.5165289,0.54545456,0.5165289,0.47107437,0.42975205,0.42561984,0.37190083,0.3181818,0.21487603,0.25619835,0.5371901,0.61570245,0.6322314,0.61570245,0.58677685,0.6818182,0.57024795,0.49586776,0.46694216,0.4338843,0.4214876,0.4752066,0.39256197,0.41735536,0.49586776,0.46280992,0.41735536,0.44214877,0.18595041,0.15289256,0.23553719,0.24380165,0.28512397,0.37603307,0.38016528,0.44214877,0.48347107,0.45867768,0.45041323,0.45454547,0.47107437,0.45041323,0.4090909,0.37603307,0.37603307,0.34710744,0.3429752,0.3305785,0.35123968,0.37603307,0.40495867,0.38842976,0.1446281,0.10743801,0.58264464,0.56198347,0.5661157,0.5413223,0.607438,0.6404959,0.6487603,0.61570245,0.60330576,0.62396693,0.61157024,0.61157024,0.59090906,0.5371901,0.47107437,0.4214876,0.30991736,0.24380165,0.14049587,0.30991736,0.57438016,0.61570245,0.6652893,0.6446281,0.56198347,0.6983471,0.5247934,0.45867768,0.3966942,0.38016528,0.38842976,0.40495867,0.37190083,0.37190083,0.4338843,0.38429752,0.32231405,0.4090909,0.2231405,0.10743801,0.1570248,0.21900827,0.23966943,0.2644628,0.27272728,0.25619835,0.29338843,0.35950413,0.37190083,0.3553719,0.35950413,0.39256197,0.35950413,0.34710744,0.37603307,0.3553719,0.33471075,0.3140496,0.36363637,0.38016528,0.40495867,0.38429752,0.13636364,0.07024793,0.59917355,0.5082645,0.58677685,0.55785125,0.607438,0.6280992,0.6363636,0.62396693,0.6652893,0.661157,0.6983471,0.69008267,0.6198347,0.5247934,0.42975205,0.3429752,0.2231405,0.19421488,0.12809917,0.2520661,0.49586776,0.49173555,0.5661157,0.6198347,0.54545456,0.56198347,0.46280992,0.3677686,0.3305785,0.3264463,0.33471075,0.338843,0.2892562,0.3140496,0.27272728,0.23553719,0.2520661,0.33471075,0.14876033,0.12396694,0.1322314,0.16528925,0.20247933,0.24380165,0.2520661,0.26859504,0.2644628,0.2892562,0.3429752,0.36363637,0.32231405,0.38016528,0.3677686,0.35950413,0.35123968,0.37603307,0.3429752,0.3264463,0.38429752,0.38429752,0.40495867,0.40082645,0.1570248,0.0785124,0.56198347,0.4214876,0.5785124,0.57024795,0.62396693,0.6280992,0.6322314,0.58677685,0.6363636,0.6322314,0.6446281,0.6363636,0.5495868,0.4752066,0.36363637,0.24793388,0.1983471,0.16115703,0.16115703,0.19008264,0.29338843,0.3677686,0.3305785,0.5,0.5247934,0.47933885,0.41322315,0.30991736,0.28512397,0.2520661,0.23966943,0.26859504,0.2520661,0.16528925,0.11157025,0.10743801,0.16528925,0.16528925,0.12809917,0.1570248,0.15289256,0.1446281,0.1694215,0.19008264,0.1983471,0.21487603,0.23966943,0.2520661,0.28512397,0.3264463,0.3181818,0.34710744,0.34710744,0.3677686,0.34710744,0.34710744,0.3429752,0.3553719,0.37603307,0.38842976,0.3966942,0.37603307,0.14049587,0.10743801,0.3966942,0.43801653,0.5413223,0.57438016,0.60330576,0.6363636,0.62396693,0.57024795,0.60330576,0.59504133,0.59504133,0.5785124,0.49173555,0.41735536,0.29338843,0.20661157,0.18181819,0.1694215,0.21487603,0.23966943,0.35123968,0.45867768,0.446281,0.446281,0.5082645,0.47107437,0.35950413,0.27272728,0.29338843,0.23966943,0.2231405,0.23966943,0.18181819,0.09917355,0.11570248,0.08264463,0.10330579,0.09504132,0.21900827,0.20661157,0.16115703,0.14876033,0.15289256,0.17768595,0.19008264,0.18595041,0.1983471,0.1983471,0.23966943,0.29338843,0.3140496,0.3140496,0.35123968,0.35950413,0.37603307,0.34710744,0.3677686,0.37190083,0.37190083,0.38429752,0.38429752,0.3305785,0.1322314,0.11983471,0.26859504,0.46694216,0.54545456,0.553719,0.60330576,0.6198347,0.60330576,0.5661157,0.58264464,0.5785124,0.553719,0.5165289,0.46280992,0.37190083,0.2644628,0.1983471,0.17768595,0.20247933,0.2892562,0.3966942,0.47107437,0.5165289,0.5082645,0.5123967,0.5289256,0.47107437,0.35123968,0.17355372,0.1570248,0.21487603,0.21487603,0.21487603,0.12809917,0.1322314,0.14049587,0.11570248,0.11157025,0.1694215,0.338843,0.34710744,0.24793388,0.17355372,0.16115703,0.16115703,0.19008264,0.1694215,0.17355372,0.18595041,0.20661157,0.2603306,0.29338843,0.32231405,0.34710744,0.3553719,0.35123968,0.38016528,0.38842976,0.39256197,0.35123968,0.37190083,0.35950413,0.3264463,0.14049587,0.1446281,0.17768595,0.49586776,0.56198347,0.57024795,0.5661157,0.60330576,0.59090906,0.5661157,0.57438016,0.5495868,0.5371901,0.4752066,0.446281,0.3429752,0.23966943,0.20661157,0.2231405,0.29752067,0.45867768,0.5413223,0.5082645,0.5413223,0.5082645,0.5082645,0.5371901,0.446281,0.33471075,0.17768595,0.11157025,0.2107438,0.19008264,0.1570248,0.12809917,0.13636364,0.17768595,0.2107438,0.2644628,0.3140496,0.40495867,0.41322315,0.3305785,0.26859504,0.23140496,0.17768595,0.17355372,0.19421488,0.18181819,0.17355372,0.19421488,0.22727273,0.26859504,0.30165288,0.3264463,0.36363637,0.3677686,0.36363637,0.38429752,0.38842976,0.3677686,0.3677686,0.338843,0.30578512,0.14876033,0.1446281,0.09090909,0.5,0.5785124,0.5661157,0.53305787,0.59917355,0.5785124,0.553719,0.55785125,0.55785125,0.5289256,0.46694216,0.44214877,0.3181818,0.25619835,0.25619835,0.36363637,0.46280992,0.57024795,0.60330576,0.5289256,0.5289256,0.5041322,0.5123967,0.5,0.4338843,0.2768595,0.1446281,0.12809917,0.3264463,0.2231405,0.14876033,0.12396694,0.1694215,0.2603306,0.338843,0.38842976,0.40082645,0.3966942,0.3966942,0.3677686,0.35950413,0.3429752,0.2603306,0.21900827,0.2107438,0.2107438,0.1983471,0.19008264,0.23553719,0.24793388,0.29752067,0.3140496,0.3305785,0.35950413,0.3429752,0.36363637,0.35123968,0.3553719,0.34710744,0.36363637,0.32231405,0.13636364,0.13636364,0.09090909,0.4214876,0.59917355,0.55785125,0.5289256,0.57438016,0.5785124,0.5495868,0.553719,0.57024795,0.53305787,0.47107437,0.41322315,0.338843,0.33471075,0.38842976,0.4876033,0.55785125,0.61157024,0.60330576,0.58264464,0.56198347,0.5082645,0.5165289,0.45867768,0.37603307,0.22727273,0.1322314,0.16115703,0.3264463,0.30165288,0.1694215,0.12809917,0.20661157,0.37190083,0.41322315,0.42975205,0.42561984,0.4214876,0.38016528,0.36363637,0.39256197,0.38016528,0.34710744,0.30165288,0.2520661,0.2520661,0.2107438,0.21900827,0.23966943,0.23553719,0.2644628,0.29752067,0.3140496,0.3305785,0.3140496,0.34710744,0.3305785,0.338843,0.33471075,0.36363637,0.3429752,0.12809917,0.12396694,0.11157025,0.3305785,0.6363636,0.5495868,0.5371901,0.53305787,0.57438016,0.5661157,0.55785125,0.5661157,0.5165289,0.4876033,0.41322315,0.3966942,0.45041323,0.5082645,0.5371901,0.61157024,0.60330576,0.5785124,0.61157024,0.58264464,0.5661157,0.5,0.43801653,0.3429752,0.2107438,0.13636364,0.16115703,0.3140496,0.3305785,0.1983471,0.14876033,0.24793388,0.39256197,0.44214877,0.44214877,0.44214877,0.43801653,0.40495867,0.35950413,0.36363637,0.37603307,0.35950413,0.3429752,0.30165288,0.2644628,0.23553719,0.2231405,0.25619835,0.2768595,0.2768595,0.27272728,0.3181818,0.2892562,0.29752067,0.33471075,0.32231405,0.35950413,0.338843,0.37190083,0.33471075,0.12809917,0.12809917,0.11157025,0.2644628,0.59917355,0.5371901,0.53305787,0.5413223,0.55785125,0.57438016,0.55785125,0.57024795,0.5206612,0.4876033,0.4338843,0.45041323,0.5082645,0.5371901,0.5413223,0.6280992,0.61157024,0.59090906,0.6280992,0.59504133,0.5785124,0.49586776,0.45867768,0.3553719,0.22727273,0.15289256,0.16528925,0.30578512,0.338843,0.2231405,0.1694215,0.28512397,0.39256197,0.4214876,0.42561984,0.42561984,0.446281,0.45454547,0.4214876,0.38016528,0.35950413,0.33471075,0.338843,0.3181818,0.2768595,0.2520661,0.21900827,0.24380165,0.2768595,0.3140496,0.29338843,0.32231405,0.28099173,0.2892562,0.30991736,0.30165288,0.38429752,0.35950413,0.35123968,0.3429752,0.11157025,0.11983471,0.12396694,0.1570248,0.45454547,0.54545456,0.5371901,0.5247934,0.5495868,0.5495868,0.553719,0.54545456,0.5206612,0.48347107,0.47933885,0.4876033,0.5371901,0.5413223,0.55785125,0.6322314,0.59917355,0.5661157,0.60330576,0.60330576,0.56198347,0.5289256,0.46280992,0.3677686,0.2768595,0.19008264,0.19008264,0.26859504,0.29338843,0.21900827,0.20661157,0.3264463,0.3966942,0.38842976,0.37603307,0.38429752,0.4214876,0.4090909,0.38842976,0.41735536,0.3553719,0.32231405,0.338843,0.3305785,0.28512397,0.2603306,0.25619835,0.26859504,0.26859504,0.32231405,0.28512397,0.30991736,0.3140496,0.28512397,0.30991736,0.3181818,0.38842976,0.37603307,0.33471075,0.34710744,0.14049587,0.14049587,0.14049587,0.12396694,0.14876033,0.42975205,0.5495868,0.5165289,0.5247934,0.56198347,0.57024795,0.57024795,0.5123967,0.5041322,0.5082645,0.49586776,0.54545456,0.5206612,0.5413223,0.55785125,0.5206612,0.53305787,0.5371901,0.54545456,0.49586776,0.45867768,0.4214876,0.35123968,0.27272728,0.25619835,0.22727273,0.23553719,0.24793388,0.19421488,0.23553719,0.3305785,0.35950413,0.35950413,0.35950413,0.3429752,0.37190083,0.338843,0.33471075,0.37190083,0.38429752,0.3429752,0.3305785,0.3305785,0.3140496,0.2603306,0.27272728,0.29752067,0.29752067,0.33471075,0.3429752,0.3305785,0.3305785,0.27272728,0.30991736,0.338843,0.35950413,0.39256197,0.3305785,0.36363637,0.13636364,0.13636364,0.1322314,0.13636364,0.1322314,0.23966943,0.5289256,0.54545456,0.5,0.58677685,0.58677685,0.59504133,0.5371901,0.5165289,0.5123967,0.53305787,0.5371901,0.5123967,0.5041322,0.48347107,0.47107437,0.5,0.46280992,0.39256197,0.3677686,0.30991736,0.29338843,0.28099173,0.26859504,0.2603306,0.24793388,0.20247933,0.20661157,0.17355372,0.20661157,0.27272728,0.28099173,0.3140496,0.3181818,0.3181818,0.3305785,0.28512397,0.28512397,0.29752067,0.32231405,0.35950413,0.338843,0.3181818,0.3305785,0.30165288,0.29752067,0.32231405,0.3429752,0.35123968,0.3553719,0.35950413,0.35123968,0.2644628,0.32231405,0.34710744,0.34710744,0.38429752,0.37190083,0.3677686,0.12809917,0.12396694,0.12809917,0.13636364,0.1446281,0.12809917,0.4876033,0.5495868,0.5206612,0.57438016,0.607438,0.57438016,0.55785125,0.5289256,0.5082645,0.54545456,0.5041322,0.48347107,0.43801653,0.4090909,0.41735536,0.41735536,0.30165288,0.28099173,0.25619835,0.20661157,0.21487603,0.1983471,0.20661157,0.24793388,0.20661157,0.16528925,0.15289256,0.15289256,0.15289256,0.17355372,0.18181819,0.19008264,0.23140496,0.23966943,0.2768595,0.27272728,0.24793388,0.2520661,0.26859504,0.3181818,0.32231405,0.3140496,0.35950413,0.34710744,0.3305785,0.3429752,0.3264463,0.35950413,0.36363637,0.3553719,0.35950413,0.32231405,0.3305785,0.37190083,0.3677686,0.37603307,0.3677686,0.35950413,0.1446281,0.1446281,0.1446281,0.14049587,0.14049587,0.0661157,0.38842976,0.56198347,0.54545456,0.57438016,0.59504133,0.58677685,0.5785124,0.54545456,0.54545456,0.5495868,0.5,0.46280992,0.38016528,0.30991736,0.2892562,0.2107438,0.09917355,0.1322314,0.12396694,0.1322314,0.18595041,0.22727273,0.16528925,0.16115703,0.14049587,0.09504132,0.10330579,0.09917355,0.08264463,0.10743801,0.12396694,0.12809917,0.12809917,0.1446281,0.15289256,0.19008264,0.2107438,0.20661157,0.23553719,0.28099173,0.28099173,0.3181818,0.35950413,0.37603307,0.36363637,0.37190083,0.3181818,0.3553719,0.35950413,0.36363637,0.36363637,0.35123968,0.34710744,0.38429752,0.39256197,0.38016528,0.37603307,0.38842976,0.14049587,0.14049587,0.14049587,0.14049587,0.13636364,0.10743801,0.2603306,0.58677685,0.553719,0.5661157,0.58264464,0.58264464,0.5785124,0.553719,0.57024795,0.5495868,0.47933885,0.41735536,0.33471075,0.22727273,0.1694215,0.12396694,0.11983471,0.12809917,0.16115703,0.13636364,0.17355372,0.2231405,0.2107438,0.20661157,0.18181819,0.11983471,0.10330579,0.09504132,0.08264463,0.1446281,0.12809917,0.09504132,0.08677686,0.08264463,0.07438017,0.09917355,0.1446281,0.16528925,0.20661157,0.2231405,0.26859504,0.32231405,0.37190083,0.39256197,0.37603307,0.35950413,0.3553719,0.35123968,0.37190083,0.3553719,0.3429752,0.34710744,0.3553719,0.38016528,0.40082645,0.38429752,0.3553719,0.40082645,0.14049587,0.14049587,0.14049587,0.14049587,0.12809917,0.13636364,0.1694215,0.61570245,0.56198347,0.5413223,0.59090906,0.57438016,0.57024795,0.57438016,0.58677685,0.53305787,0.43801653,0.34710744,0.2520661,0.14876033,0.25619835,0.3677686,0.38016528,0.3677686,0.37603307,0.35123968,0.2892562,0.24793388,0.23140496,0.24380165,0.2107438,0.23140496,0.20247933,0.17355372,0.15289256,0.18595041,0.19421488,0.18181819,0.16528925,0.13636364,0.14049587,0.1694215,0.1570248,0.11157025,0.15289256,0.2107438,0.26859504,0.30991736,0.34710744,0.39256197,0.38429752,0.3429752,0.36363637,0.35123968,0.35123968,0.36363637,0.35123968,0.35123968,0.35950413,0.39256197,0.39256197,0.38016528,0.37190083,0.37603307,0.14049587,0.14049587,0.14049587,0.13636364,0.1322314,0.13636364,0.11157025,0.4876033,0.57438016,0.53305787,0.57024795,0.58677685,0.56198347,0.57024795,0.5661157,0.4752066,0.39256197,0.2892562,0.20247933,0.24380165,0.57438016,0.6280992,0.5661157,0.5413223,0.5165289,0.4876033,0.45041323,0.4214876,0.37603307,0.37603307,0.33471075,0.3677686,0.37603307,0.3140496,0.3553719,0.3305785,0.3264463,0.3264463,0.29338843,0.3140496,0.29338843,0.33471075,0.29752067,0.2603306,0.19421488,0.18181819,0.24380165,0.30578512,0.3305785,0.37190083,0.3677686,0.3429752,0.3429752,0.3429752,0.32231405,0.34710744,0.34710744,0.35950413,0.34710744,0.40495867,0.37190083,0.37603307,0.38842976,0.35123968,0.1322314,0.1322314,0.13636364,0.13636364,0.14049587,0.1322314,0.11983471,0.34710744,0.57024795,0.553719,0.553719,0.58264464,0.56198347,0.58264464,0.5289256,0.45041323,0.36363637,0.26859504,0.18595041,0.37603307,0.61157024,0.60330576,0.55785125,0.60330576,0.57438016,0.5371901,0.5082645,0.48347107,0.45041323,0.44214877,0.3966942,0.42975205,0.42561984,0.39256197,0.37190083,0.3677686,0.3677686,0.37190083,0.35123968,0.38016528,0.34710744,0.3553719,0.3181818,0.29752067,0.2644628,0.1983471,0.2231405,0.3181818,0.35950413,0.35950413,0.35950413,0.35123968,0.34710744,0.3305785,0.3140496,0.30578512,0.35123968,0.35123968,0.38016528,0.4214876,0.35950413,0.37603307,0.3677686,0.38016528,0.13636364,0.1322314,0.12809917,0.12396694,0.13636364,0.12809917,0.13636364,0.21487603,0.57024795,0.5495868,0.5289256,0.5661157,0.56198347,0.57438016,0.5123967,0.4338843,0.33471075,0.2520661,0.22727273,0.49586776,0.60330576,0.5495868,0.5661157,0.5785124,0.61570245,0.60330576,0.553719,0.4876033,0.47933885,0.45041323,0.446281,0.45041323,0.4214876,0.40082645,0.40082645,0.41735536,0.4338843,0.42561984,0.39256197,0.35950413,0.3264463,0.3181818,0.29338843,0.2892562,0.28512397,0.2768595,0.2644628,0.3264463,0.3677686,0.3553719,0.34710744,0.3553719,0.338843,0.3181818,0.3264463,0.3429752,0.34710744,0.35950413,0.39256197,0.40495867,0.3677686,0.38429752,0.35950413,0.37190083,0.12396694,0.12396694,0.12809917,0.12809917,0.13636364,0.1322314,0.14049587,0.09090909,0.5661157,0.5413223,0.53305787,0.53305787,0.553719,0.54545456,0.49173555,0.39256197,0.3140496,0.2520661,0.30991736,0.57024795,0.58264464,0.55785125,0.53305787,0.5165289,0.58264464,0.58264464,0.5371901,0.48347107,0.45867768,0.40495867,0.4090909,0.38842976,0.3677686,0.3677686,0.37603307,0.38016528,0.38429752,0.35950413,0.3429752,0.30165288,0.27272728,0.2892562,0.2644628,0.30991736,0.30578512,0.30578512,0.3140496,0.30165288,0.35123968,0.3264463,0.3429752,0.33471075,0.35123968,0.3429752,0.32231405,0.34710744,0.35123968,0.38016528,0.3966942,0.39256197,0.37190083,0.35950413,0.37190083,0.36363637,0.1322314,0.13636364,0.13636364,0.13636364,0.13636364,0.13636364,0.15289256,0.03305785,0.55785125,0.553719,0.53305787,0.53305787,0.54545456,0.5165289,0.45867768,0.35950413,0.28512397,0.26859504,0.40495867,0.56198347,0.5785124,0.5371901,0.5,0.47107437,0.4876033,0.49173555,0.45867768,0.3966942,0.35123968,0.30991736,0.32231405,0.2892562,0.2644628,0.2768595,0.28512397,0.26859504,0.2892562,0.25619835,0.25619835,0.2644628,0.2892562,0.3181818,0.29338843,0.3305785,0.338843,0.3140496,0.3429752,0.30991736,0.32231405,0.3181818,0.3181818,0.3140496,0.3264463,0.3429752,0.3140496,0.3429752,0.34710744,0.37190083,0.4090909,0.39256197,0.37190083,0.36363637,0.38842976,0.3966942,0.14049587,0.14049587,0.13636364,0.1322314,0.12809917,0.1322314,0.14049587,0.06198347,0.47933885,0.56198347,0.5247934,0.53305787,0.5247934,0.49586776,0.43801653,0.3181818,0.2644628,0.3429752,0.5165289,0.59504133,0.57024795,0.5289256,0.47933885,0.46280992,0.44214877,0.45041323,0.41735536,0.3429752,0.2892562,0.3305785,0.2892562,0.25619835,0.22727273,0.24793388,0.20661157,0.19421488,0.20661157,0.2231405,0.23140496,0.28512397,0.3140496,0.3429752,0.3305785,0.35950413,0.3553719,0.338843,0.37603307,0.32231405,0.30991736,0.3140496,0.2892562,0.32231405,0.3140496,0.3264463,0.32231405,0.33471075,0.36363637,0.38016528,0.41322315,0.39256197,0.38842976,0.38429752,0.37603307,0.36363637,0.12396694,0.12809917,0.1322314,0.1322314,0.13636364,0.12396694,0.14049587,0.09504132,0.35950413,0.5413223,0.5206612,0.5082645,0.4876033,0.5123967,0.3966942,0.29338843,0.30578512,0.47107437,0.6198347,0.59504133,0.5495868,0.5289256,0.48347107,0.46694216,0.45454547,0.45454547,0.3966942,0.3553719,0.30991736,0.29338843,0.23553719,0.23140496,0.2107438,0.1983471,0.17355372,0.16528925,0.19008264,0.21900827,0.25619835,0.30578512,0.34710744,0.3677686,0.35950413,0.37603307,0.35950413,0.3429752,0.35123968,0.34710744,0.32231405,0.29752067,0.2892562,0.30991736,0.3140496,0.3181818,0.32231405,0.3305785,0.37603307,0.38842976,0.40082645,0.39256197,0.38429752,0.38016528,0.37190083,0.39256197,0.13636364,0.1322314,0.1322314,0.1322314,0.1322314,0.1322314,0.14049587,0.1322314,0.23966943,0.5206612,0.53305787,0.49586776,0.49173555,0.4752066,0.37190083,0.29752067,0.40082645,0.57438016,0.61157024,0.60330576,0.5371901,0.4876033,0.46280992,0.47933885,0.5,0.45867768,0.4090909,0.37190083,0.3305785,0.28512397,0.25619835,0.24793388,0.21487603,0.19421488,0.20247933,0.20661157,0.2107438,0.23966943,0.2768595,0.3429752,0.36363637,0.38016528,0.40082645,0.4090909,0.38429752,0.34710744,0.33471075,0.35123968,0.33471075,0.29752067,0.26859504,0.29338843,0.28099173,0.338843,0.3264463,0.35123968,0.38016528,0.37603307,0.39256197,0.39256197,0.41322315,0.37603307,0.38842976,0.5165289,0.1322314,0.1322314,0.1322314,0.1322314,0.12809917,0.13636364,0.12809917,0.1694215,0.23966943,0.4876033,0.5247934,0.49173555,0.49173555,0.48347107,0.38429752,0.3264463,0.49173555,0.59504133,0.607438,0.59504133,0.5413223,0.47933885,0.49173555,0.5,0.5041322,0.46280992,0.43801653,0.42975205,0.40495867,0.3677686,0.29752067,0.28099173,0.2520661,0.24380165,0.2603306,0.27272728,0.26859504,0.29338843,0.3140496,0.33471075,0.3553719,0.38429752,0.3966942,0.39256197,0.40495867,0.38429752,0.3553719,0.3429752,0.34710744,0.2768595,0.26859504,0.28099173,0.28512397,0.3429752,0.35123968,0.35950413,0.37603307,0.3966942,0.39256197,0.41735536,0.42561984,0.38842976,0.38016528,0.60330576,0.12396694,0.12396694,0.1322314,0.14049587,0.14876033,0.17768595,0.3305785,0.46694216,0.5247934,0.5661157,0.49173555,0.5041322,0.5082645,0.47107437,0.38842976,0.38842976,0.5247934,0.59090906,0.5785124,0.57438016,0.5661157,0.49173555,0.5165289,0.5165289,0.49173555,0.5165289,0.49586776,0.47933885,0.46280992,0.42561984,0.35950413,0.3429752,0.33471075,0.34710744,0.33471075,0.33471075,0.35123968,0.3677686,0.3429752,0.35123968,0.3677686,0.3966942,0.3966942,0.38429752,0.38016528,0.37603307,0.37190083,0.338843,0.32231405,0.29752067,0.29338843,0.29338843,0.2603306,0.30578512,0.36363637,0.37603307,0.38429752,0.41322315,0.40082645,0.42975205,0.4338843,0.3966942,0.43801653,0.6859504,0.17768595,0.2768595,0.37190083,0.47107437,0.5661157,0.60330576,0.6198347,0.61570245,0.62396693,0.6570248,0.5123967,0.4876033,0.5082645,0.48347107,0.4090909,0.40082645,0.5206612,0.56198347,0.5371901,0.5785124,0.5785124,0.49586776,0.5289256,0.5,0.5289256,0.5247934,0.5041322,0.49173555,0.47107437,0.4338843,0.40082645,0.41735536,0.40082645,0.38429752,0.38842976,0.37603307,0.37603307,0.38429752,0.3966942,0.39256197,0.37190083,0.3966942,0.38842976,0.38429752,0.338843,0.34710744,0.3429752,0.32231405,0.29338843,0.28512397,0.29752067,0.33471075,0.2892562,0.30165288,0.338843,0.37190083,0.3677686,0.41322315,0.41322315,0.43801653,0.43801653,0.41322315,0.54545456,0.6859504,0.607438,0.61570245,0.62396693,0.6363636,0.6446281,0.6528926,0.607438,0.5785124,0.5661157,0.61570245,0.59504133,0.5,0.49586776,0.49586776,0.41322315,0.37603307,0.49586776,0.5289256,0.53305787,0.57024795,0.57024795,0.5165289,0.5123967,0.5123967,0.53305787,0.5206612,0.5041322,0.47107437,0.446281,0.41735536,0.4090909,0.4090909,0.3966942,0.38429752,0.37603307,0.3677686,0.38016528,0.38429752,0.41322315,0.40082645,0.3677686,0.38016528,0.38016528,0.35950413,0.34710744,0.3305785,0.3140496,0.28099173,0.2644628,0.24380165,0.25619835,0.28512397,0.30578512,0.29752067,0.30578512,0.3429752,0.338843,0.40495867,0.40495867,0.40495867,0.4090909,0.43801653,0.6198347,0.677686,0.6570248,0.6652893,0.6735537,0.677686,0.677686,0.6818182,0.6487603,0.607438,0.59090906,0.5785124,0.59504133,0.5495868,0.5041322,0.49173555,0.4214876,0.35950413,0.5,0.5206612,0.5413223,0.5495868,0.55785125,0.53305787,0.5247934,0.49586776,0.47933885,0.49586776,0.4876033,0.446281,0.40495867,0.41322315,0.41735536,0.4214876,0.39256197,0.3677686,0.3677686,0.36363637,0.37603307,0.36363637,0.37190083,0.39256197,0.38429752,0.37603307,0.338843,0.35123968,0.3429752,0.3181818,0.30165288,0.2520661,0.2107438,0.20661157,0.21900827,0.22727273,0.2231405,0.24380165,0.2603306,0.30165288,0.28512397,0.3966942,0.39256197,0.38016528,0.3966942,0.53305787,0.6280992,0.6818182,0.6818182,0.6859504,0.6942149,0.70247936,0.7107438,0.71900827,0.70247936,0.6570248,0.61157024,0.61157024,0.60330576,0.61570245,0.58264464,0.49173555,0.45867768,0.40082645,0.46694216,0.5082645,0.5289256,0.5247934,0.553719,0.54545456,0.5206612,0.47107437,0.46694216,0.49173555,0.4752066,0.42561984,0.38016528,0.4090909,0.39256197,0.40082645,0.37190083,0.3264463,0.338843,0.3429752,0.34710744,0.3429752,0.36363637,0.37190083,0.34710744,0.36363637,0.33471075,0.32231405,0.3305785,0.26859504,0.2644628,0.25619835,0.20247933,0.18181819,0.18595041,0.19421488,0.19008264,0.20247933,0.21487603,0.23966943,0.30165288,0.33471075,0.3553719,0.3966942,0.45041323,0.57024795,0.62396693,0.6983471,0.7231405,0.72727275,0.7355372,0.73966944,0.74380165,0.74793386,0.73966944,0.7066116,0.6363636,0.6446281,0.6487603,0.6363636,0.7231405,0.76859504,0.5123967,0.43801653,0.45454547,0.49173555,0.5289256,0.5289256,0.5247934,0.5041322,0.49173555,0.45867768,0.45867768,0.4752066,0.45041323,0.39256197,0.36363637,0.36363637,0.3553719,0.3677686,0.3264463,0.30165288,0.30578512,0.29752067,0.29338843,0.3305785,0.34710744,0.34710744,0.3305785,0.32231405,0.30578512,0.29338843,0.29338843,0.28099173,0.23966943,0.23140496,0.1570248,0.13636364,0.1446281,0.1694215,0.17355372,0.18595041,0.20661157,0.23553719,0.2603306,0.30165288,0.33471075,0.41735536,0.5082645,0.57024795,0.6735537,0.7107438,33 +0.48347107,0.446281,0.46280992,0.4876033,0.49586776,0.46280992,0.5206612,0.58264464,0.607438,0.6198347,0.6404959,0.5785124,0.59090906,0.57024795,0.58677685,0.61157024,0.607438,0.58677685,0.607438,0.553719,0.55785125,0.58264464,0.60330576,0.61570245,0.607438,0.61570245,0.61157024,0.6446281,0.6280992,0.62396693,0.6446281,0.6487603,0.6280992,0.61157024,0.6404959,0.62396693,0.61570245,0.6363636,0.677686,0.6322314,0.6322314,0.58264464,0.59504133,0.58264464,0.58264464,0.57438016,0.58677685,0.56198347,0.5495868,0.54545456,0.553719,0.5206612,0.5247934,0.5371901,0.553719,0.54545456,0.5247934,0.5371901,0.46280992,0.55785125,0.53305787,0.5206612,0.5371901,0.5413223,0.45867768,0.45867768,0.446281,0.49586776,0.49586776,0.5123967,0.54545456,0.59090906,0.61157024,0.6280992,0.6322314,0.5289256,0.59504133,0.5661157,0.58264464,0.6198347,0.607438,0.59090906,0.61157024,0.61570245,0.607438,0.59090906,0.59504133,0.61570245,0.607438,0.6280992,0.6446281,0.6652893,0.6363636,0.6487603,0.6446281,0.6528926,0.6446281,0.61157024,0.6280992,0.6404959,0.59504133,0.60330576,0.6280992,0.59504133,0.59090906,0.57438016,0.57438016,0.5661157,0.57024795,0.57438016,0.57024795,0.553719,0.56198347,0.5413223,0.53305787,0.5413223,0.53305787,0.5247934,0.54545456,0.5289256,0.5289256,0.5495868,0.44214877,0.5413223,0.5371901,0.5495868,0.5165289,0.5289256,0.46694216,0.46280992,0.44214877,0.5041322,0.49586776,0.5165289,0.57438016,0.5785124,0.59504133,0.6322314,0.58677685,0.5661157,0.58264464,0.58264464,0.57024795,0.58264464,0.61157024,0.57438016,0.61570245,0.62396693,0.6280992,0.607438,0.59917355,0.59504133,0.60330576,0.61157024,0.6446281,0.661157,0.6446281,0.6487603,0.661157,0.6652893,0.62396693,0.59090906,0.61570245,0.6198347,0.6280992,0.58677685,0.59917355,0.59090906,0.5495868,0.5495868,0.55785125,0.5495868,0.57024795,0.5785124,0.56198347,0.5495868,0.55785125,0.553719,0.49586776,0.53305787,0.5247934,0.5165289,0.5247934,0.5041322,0.5165289,0.53305787,0.4876033,0.5247934,0.54545456,0.553719,0.5371901,0.5247934,0.45454547,0.446281,0.45454547,0.5371901,0.5041322,0.5165289,0.56198347,0.56198347,0.60330576,0.59917355,0.57438016,0.5661157,0.5785124,0.58677685,0.59504133,0.56198347,0.59090906,0.5785124,0.607438,0.61570245,0.6198347,0.607438,0.59917355,0.57438016,0.58264464,0.58264464,0.59917355,0.6528926,0.61570245,0.62396693,0.61157024,0.6363636,0.6363636,0.60330576,0.61570245,0.6363636,0.6198347,0.55785125,0.56198347,0.56198347,0.5495868,0.553719,0.57438016,0.553719,0.55785125,0.55785125,0.5371901,0.553719,0.5413223,0.5247934,0.5165289,0.5247934,0.5247934,0.5289256,0.5123967,0.5165289,0.5123967,0.5206612,0.54545456,0.5371901,0.5247934,0.5495868,0.5289256,0.5247934,0.45041323,0.45867768,0.47933885,0.5165289,0.49586776,0.54545456,0.58677685,0.58264464,0.59504133,0.57438016,0.5785124,0.57438016,0.55785125,0.55785125,0.58677685,0.5785124,0.58264464,0.5661157,0.59917355,0.59090906,0.58264464,0.59090906,0.5661157,0.5785124,0.58677685,0.5661157,0.56198347,0.58264464,0.5785124,0.59504133,0.5661157,0.59504133,0.62396693,0.60330576,0.58677685,0.59917355,0.5661157,0.53305787,0.54545456,0.54545456,0.54545456,0.5661157,0.60330576,0.57024795,0.5413223,0.5206612,0.49586776,0.5082645,0.49173555,0.46280992,0.45041323,0.46280992,0.5082645,0.5041322,0.5289256,0.5206612,0.5247934,0.53305787,0.553719,0.5495868,0.53305787,0.5289256,0.5165289,0.53305787,0.45454547,0.46694216,0.4876033,0.5041322,0.5289256,0.58264464,0.59917355,0.5785124,0.553719,0.5661157,0.55785125,0.53305787,0.49586776,0.5206612,0.5247934,0.56198347,0.57438016,0.56198347,0.56198347,0.57438016,0.58264464,0.57438016,0.55785125,0.5661157,0.55785125,0.56198347,0.5495868,0.55785125,0.55785125,0.553719,0.53305787,0.55785125,0.58264464,0.55785125,0.54545456,0.5495868,0.53305787,0.5041322,0.5289256,0.5206612,0.5371901,0.5661157,0.59917355,0.53305787,0.47933885,0.4338843,0.446281,0.41322315,0.38842976,0.37603307,0.38842976,0.4090909,0.4338843,0.47107437,0.49173555,0.5082645,0.5289256,0.53305787,0.58264464,0.553719,0.5289256,0.5371901,0.5165289,0.54545456,0.46280992,0.47107437,0.48347107,0.5247934,0.553719,0.57438016,0.58264464,0.57024795,0.5371901,0.553719,0.49586776,0.48347107,0.46280992,0.4752066,0.46694216,0.49586776,0.5,0.5206612,0.5413223,0.5206612,0.553719,0.553719,0.53305787,0.5289256,0.5,0.5247934,0.5206612,0.5082645,0.5247934,0.5247934,0.5165289,0.5206612,0.5371901,0.5165289,0.5123967,0.5,0.4752066,0.4752066,0.49173555,0.5123967,0.5123967,0.5413223,0.5082645,0.45454547,0.3966942,0.338843,0.38429752,0.3429752,0.34710744,0.30578512,0.37603307,0.3677686,0.37603307,0.40495867,0.42975205,0.4338843,0.49586776,0.553719,0.5413223,0.55785125,0.5123967,0.5661157,0.5413223,0.5413223,0.47933885,0.47107437,0.47933885,0.5289256,0.59090906,0.5661157,0.54545456,0.59504133,0.5206612,0.5247934,0.43801653,0.4090909,0.4090909,0.4090909,0.38429752,0.4090909,0.41322315,0.41322315,0.46694216,0.45041323,0.4090909,0.45867768,0.46694216,0.48347107,0.47933885,0.47107437,0.45454547,0.46694216,0.48347107,0.5082645,0.5289256,0.5247934,0.5165289,0.4876033,0.47933885,0.45454547,0.4214876,0.4214876,0.44214877,0.45867768,0.45867768,0.45454547,0.40495867,0.38429752,0.3264463,0.2768595,0.3181818,0.2892562,0.29338843,0.29338843,0.28099173,0.30991736,0.30165288,0.3429752,0.40082645,0.42561984,0.43801653,0.5371901,0.54545456,0.5206612,0.5289256,0.5495868,0.5206612,0.54545456,0.446281,0.44214877,0.5123967,0.5413223,0.59504133,0.5661157,0.5661157,0.56198347,0.4752066,0.46694216,0.33471075,0.30165288,0.3140496,0.34710744,0.3181818,0.3140496,0.30991736,0.3140496,0.3181818,0.3140496,0.29752067,0.30165288,0.3305785,0.41735536,0.4338843,0.41735536,0.3966942,0.40495867,0.446281,0.5165289,0.5165289,0.5165289,0.5041322,0.46280992,0.446281,0.40082645,0.3553719,0.3429752,0.35950413,0.35950413,0.3305785,0.3305785,0.30165288,0.25619835,0.1983471,0.20247933,0.25619835,0.2644628,0.24380165,0.22727273,0.2520661,0.2768595,0.2520661,0.30165288,0.3140496,0.40495867,0.38016528,0.5165289,0.5247934,0.5371901,0.54545456,0.553719,0.5206612,0.5247934,0.41322315,0.45454547,0.5165289,0.5661157,0.59917355,0.56198347,0.5495868,0.5082645,0.41735536,0.4338843,0.3553719,0.33471075,0.30578512,0.3181818,0.2892562,0.28512397,0.2520661,0.25619835,0.25619835,0.25619835,0.23966943,0.24793388,0.2603306,0.3181818,0.338843,0.34710744,0.3553719,0.34710744,0.4752066,0.5247934,0.5413223,0.53305787,0.5041322,0.46280992,0.4090909,0.3677686,0.29338843,0.29338843,0.28099173,0.24380165,0.24793388,0.23966943,0.21487603,0.16115703,0.17355372,0.18595041,0.20661157,0.24380165,0.24380165,0.22727273,0.23553719,0.24793388,0.18595041,0.23553719,0.2768595,0.30578512,0.33471075,0.4214876,0.49173555,0.5123967,0.5495868,0.5123967,0.5247934,0.5247934,0.46280992,0.43801653,0.5,0.5,0.4752066,0.4214876,0.4090909,0.39256197,0.3677686,0.3677686,0.30991736,0.3264463,0.3429752,0.338843,0.29752067,0.29338843,0.35123968,0.3553719,0.34710744,0.28512397,0.26859504,0.27272728,0.26859504,0.2603306,0.25619835,0.29338843,0.3140496,0.41735536,0.5082645,0.5371901,0.5785124,0.59090906,0.5495868,0.49586776,0.45867768,0.3966942,0.29338843,0.23553719,0.23140496,0.21487603,0.2107438,0.19008264,0.1983471,0.1983471,0.22727273,0.27272728,0.30578512,0.29752067,0.2892562,0.28099173,0.2520661,0.26859504,0.27272728,0.25619835,0.2520661,0.26859504,0.30578512,0.35950413,0.45454547,0.5123967,0.5206612,0.5165289,0.5082645,0.5041322,0.42561984,0.3553719,0.38016528,0.3305785,0.3140496,0.3140496,0.38842976,0.45867768,0.46694216,0.42975205,0.41735536,0.38842976,0.3553719,0.3429752,0.37190083,0.36363637,0.38429752,0.42561984,0.40082645,0.34710744,0.29752067,0.3140496,0.3140496,0.29338843,0.29752067,0.23140496,0.38842976,0.5123967,0.54545456,0.553719,0.58677685,0.59917355,0.57438016,0.5413223,0.5082645,0.4338843,0.3429752,0.2520661,0.28099173,0.30578512,0.29752067,0.3140496,0.3140496,0.29752067,0.30991736,0.45867768,0.5495868,0.446281,0.36363637,0.30165288,0.29752067,0.28099173,0.2520661,0.26859504,0.27272728,0.23553719,0.20247933,0.24793388,0.30578512,0.39256197,0.44214877,0.49173555,0.5206612,0.49586776,0.28099173,0.2520661,0.3677686,0.45867768,0.38842976,0.3305785,0.4752066,0.5371901,0.5082645,0.3966942,0.338843,0.36363637,0.33471075,0.32231405,0.35950413,0.338843,0.3264463,0.33471075,0.2644628,0.2603306,0.28512397,0.30165288,0.3264463,0.3140496,0.24380165,0.28099173,0.4214876,0.55785125,0.58264464,0.58264464,0.58677685,0.61157024,0.58264464,0.56198347,0.5289256,0.45454547,0.34710744,0.338843,0.34710744,0.3429752,0.338843,0.34710744,0.3429752,0.34710744,0.37603307,0.37190083,0.48347107,0.43801653,0.35950413,0.38429752,0.26859504,0.33471075,0.28512397,0.2768595,0.3305785,0.4338843,0.4338843,0.3553719,0.30991736,0.28512397,0.28512397,0.38016528,0.46694216,0.5289256,0.1570248,0.3140496,0.5206612,0.2892562,0.23553719,0.26859504,0.446281,0.47107437,0.44214877,0.38429752,0.3305785,0.36363637,0.41322315,0.30991736,0.32231405,0.35123968,0.3305785,0.33471075,0.30578512,0.23553719,0.21900827,0.23966943,0.2603306,0.29752067,0.3429752,0.2768595,0.30991736,0.54545456,0.58677685,0.57438016,0.61157024,0.6363636,0.607438,0.56198347,0.5041322,0.41735536,0.3553719,0.3264463,0.34710744,0.37603307,0.38429752,0.36363637,0.3429752,0.37603307,0.45041323,0.33471075,0.76859504,0.7066116,0.45041323,0.338843,0.40082645,0.32231405,0.30165288,0.20247933,0.2644628,0.40082645,0.54545456,0.5041322,0.4214876,0.30165288,0.3305785,0.34710744,0.2644628,0.33471075,0.18181819,0.41322315,0.40082645,0.25619835,0.23966943,0.21487603,0.446281,0.36363637,0.40082645,0.38429752,0.33471075,0.38016528,0.38429752,0.3264463,0.32231405,0.34710744,0.3677686,0.39256197,0.33471075,0.2644628,0.18595041,0.2107438,0.24380165,0.29752067,0.4338843,0.446281,0.30578512,0.41322315,0.553719,0.57024795,0.60330576,0.6322314,0.6487603,0.553719,0.47107437,0.38429752,0.29752067,0.37603307,0.35950413,0.3264463,0.30165288,0.29752067,0.3305785,0.41735536,0.43801653,0.3677686,0.5123967,0.5289256,0.42975205,0.40082645,0.36363637,0.37603307,0.30165288,0.3181818,0.21900827,0.3677686,0.54545456,0.53305787,0.41322315,0.24793388,0.2520661,0.46280992,0.12396694,0.1322314,0.15289256,0.4752066,0.37190083,0.29752067,0.25619835,0.2520661,0.3677686,0.40082645,0.38429752,0.39256197,0.446281,0.42561984,0.40082645,0.3264463,0.30578512,0.16528925,0.16115703,0.20247933,0.22727273,0.27272728,0.24793388,0.20247933,0.2231405,0.30165288,0.45454547,0.553719,0.38842976,0.4090909,0.45454547,0.4752066,0.5289256,0.5785124,0.5082645,0.46694216,0.44214877,0.32231405,0.32231405,0.35123968,0.3264463,0.30578512,0.32231405,0.35950413,0.4090909,0.3429752,0.30578512,0.23966943,0.18181819,0.15289256,0.17355372,0.2768595,0.3553719,0.338843,0.29752067,0.44214877,0.2768595,0.34710744,0.5123967,0.59090906,0.4214876,0.23553719,0.18181819,0.42975205,0.11570248,0.23140496,0.30991736,0.4338843,0.32231405,0.3140496,0.28099173,0.24380165,0.3429752,0.5247934,0.49586776,0.54545456,0.5661157,0.45041323,0.3429752,0.37603307,0.6198347,0.08264463,0.10743801,0.12809917,0.1694215,0.2107438,0.18181819,0.28099173,0.34710744,0.42975205,0.43801653,0.59504133,0.47107437,0.41322315,0.45041323,0.46694216,0.43801653,0.56198347,0.38429752,0.38429752,0.43801653,0.29752067,0.38016528,0.338843,0.36363637,0.46694216,0.5123967,0.45454547,0.47933885,0.38842976,0.338843,0.2231405,0.16528925,0.14049587,0.1446281,0.16115703,0.19008264,0.24793388,0.36363637,0.36363637,0.36363637,0.338843,0.45867768,0.57024795,0.5041322,0.23966943,0.26859504,0.35123968,0.24793388,0.2520661,0.446281,0.26859504,0.17768595,0.17768595,0.24793388,0.1983471,0.47107437,0.6363636,0.59504133,0.61157024,0.5661157,0.43801653,0.3966942,0.38016528,0.4338843,0.2107438,0.19421488,0.26859504,0.3429752,0.42975205,0.35950413,0.37603307,0.46280992,0.5371901,0.5165289,0.59917355,0.45867768,0.41322315,0.37190083,0.35950413,0.3305785,0.36363637,0.37603307,0.29338843,0.36363637,0.22727273,0.45454547,0.39256197,0.39256197,0.5247934,0.59504133,0.5413223,0.5289256,0.5123967,0.5413223,0.45041323,0.40495867,0.26859504,0.2520661,0.23553719,0.3140496,0.33471075,0.338843,0.30991736,0.35123968,0.33471075,0.3677686,0.46280992,0.47107437,0.2520661,0.3429752,0.32231405,0.3264463,0.19421488,0.42561984,0.23966943,0.19008264,0.15289256,0.26859504,0.22727273,0.553719,0.6859504,0.6198347,0.59504133,0.5123967,0.49173555,0.59090906,0.61157024,0.44214877,0.38429752,0.338843,0.41322315,0.42975205,0.45041323,0.45867768,0.45454547,0.5041322,0.5371901,0.5413223,0.59917355,0.3429752,0.4338843,0.38429752,0.45867768,0.46694216,0.56198347,0.47107437,0.446281,0.3966942,0.23140496,0.47933885,0.4338843,0.40082645,0.47933885,0.54545456,0.55785125,0.5,0.5082645,0.49173555,0.41322315,0.3966942,0.30991736,0.28099173,0.27272728,0.36363637,0.45867768,0.42975205,0.36363637,0.3264463,0.3553719,0.36363637,0.41735536,0.41322315,0.32231405,0.27272728,0.23966943,0.41322315,0.1570248,0.42561984,0.27272728,0.17768595,0.15289256,0.5041322,0.30165288,0.58264464,0.6652893,0.59917355,0.60330576,0.553719,0.5247934,0.5289256,0.5661157,0.45867768,0.4214876,0.38016528,0.446281,0.4752066,0.46694216,0.45041323,0.46694216,0.49173555,0.5495868,0.53305787,0.55785125,0.3181818,0.47107437,0.25619835,0.37190083,0.37603307,0.45867768,0.27272728,0.35123968,0.41322315,0.3140496,0.3429752,0.38016528,0.41735536,0.47933885,0.5082645,0.4876033,0.4752066,0.46694216,0.446281,0.41322315,0.40082645,0.37603307,0.34710744,0.38842976,0.45867768,0.5289256,0.4752066,0.4338843,0.4090909,0.3966942,0.46280992,0.49173555,0.5082645,0.45867768,0.19008264,0.33471075,0.5,0.18595041,0.5,0.3140496,0.23140496,0.2231405,0.6652893,0.35950413,0.6198347,0.6528926,0.59090906,0.6198347,0.6198347,0.57438016,0.5123967,0.5413223,0.5123967,0.48347107,0.4752066,0.5082645,0.5,0.4752066,0.45041323,0.42975205,0.5,0.54545456,0.5165289,0.5123967,0.37603307,0.41322315,0.2603306,0.39256197,0.45867768,0.57024795,0.5041322,0.3553719,0.3264463,0.4090909,0.30165288,0.338843,0.38429752,0.40495867,0.44214877,0.41322315,0.38016528,0.42975205,0.40082645,0.4090909,0.4338843,0.4214876,0.42561984,0.45041323,0.4752066,0.4752066,0.45454547,0.45867768,0.47933885,0.49173555,0.5165289,0.5661157,0.57438016,0.446281,0.20247933,0.5247934,0.5289256,0.20661157,0.57438016,0.37603307,0.38016528,0.38016528,0.45867768,0.46280992,0.60330576,0.61570245,0.56198347,0.61570245,0.6322314,0.57438016,0.5206612,0.5371901,0.5495868,0.5123967,0.46694216,0.46280992,0.4090909,0.38429752,0.34710744,0.4214876,0.5206612,0.5495868,0.55785125,0.5082645,0.4214876,0.38429752,0.3966942,0.47933885,0.5041322,0.55785125,0.53305787,0.44214877,0.2892562,0.37190083,0.338843,0.42975205,0.42561984,0.40495867,0.3966942,0.35950413,0.3140496,0.34710744,0.35950413,0.37603307,0.39256197,0.4090909,0.41322315,0.39256197,0.3966942,0.3966942,0.41322315,0.45454547,0.5,0.5413223,0.55785125,0.56198347,0.59090906,0.40082645,0.25619835,0.30578512,0.446281,0.2768595,0.5289256,0.23966943,0.2603306,0.2892562,0.553719,0.6363636,0.61570245,0.59917355,0.56198347,0.5785124,0.607438,0.58264464,0.5,0.49586776,0.5041322,0.47107437,0.39256197,0.38842976,0.338843,0.3305785,0.37190083,0.49173555,0.53305787,0.57024795,0.61157024,0.39256197,0.46694216,0.36363637,0.43801653,0.49586776,0.53305787,0.5661157,0.49173555,0.44214877,0.3305785,0.40495867,0.3181818,0.47107437,0.45867768,0.446281,0.45041323,0.44214877,0.38429752,0.33471075,0.3429752,0.37190083,0.39256197,0.3966942,0.39256197,0.37190083,0.37190083,0.37603307,0.37190083,0.39256197,0.45867768,0.48347107,0.54545456,0.54545456,0.553719,0.41735536,0.37190083,0.3429752,0.38429752,0.29752067,0.47933885,0.2644628,0.17768595,0.17355372,0.553719,0.6404959,0.6198347,0.62396693,0.57438016,0.53305787,0.553719,0.55785125,0.5041322,0.49173555,0.45867768,0.41735536,0.33471075,0.338843,0.3181818,0.40082645,0.47933885,0.5165289,0.5247934,0.58677685,0.56198347,0.4338843,0.4090909,0.35950413,0.4752066,0.5165289,0.55785125,0.57024795,0.446281,0.41735536,0.35950413,0.37190083,0.26859504,0.49586776,0.47933885,0.45041323,0.46694216,0.47933885,0.46280992,0.42561984,0.3553719,0.3140496,0.33471075,0.3305785,0.3553719,0.338843,0.34710744,0.37603307,0.35950413,0.39256197,0.4338843,0.43801653,0.4752066,0.5,0.5413223,0.4876033,0.35950413,0.41735536,0.3966942,0.2892562,0.4214876,0.33471075,0.17768595,0.08677686,0.5661157,0.61570245,0.6280992,0.58677685,0.57024795,0.48347107,0.5082645,0.5082645,0.49586776,0.47933885,0.41735536,0.37603307,0.3140496,0.37603307,0.45454547,0.5123967,0.5247934,0.5206612,0.5289256,0.59090906,0.49586776,0.4214876,0.29752067,0.45454547,0.53305787,0.5371901,0.56198347,0.553719,0.45041323,0.4214876,0.41735536,0.32231405,0.39256197,0.4214876,0.5041322,0.46694216,0.47107437,0.45041323,0.47107437,0.47107437,0.44214877,0.3966942,0.39256197,0.3553719,0.33471075,0.338843,0.35123968,0.37190083,0.37190083,0.40495867,0.4090909,0.41735536,0.45867768,0.46694216,0.5,0.47107437,0.3140496,0.45454547,0.33471075,0.3264463,0.38429752,0.44214877,0.1983471,0.0785124,0.60330576,0.61570245,0.6280992,0.58677685,0.5661157,0.49586776,0.5,0.5,0.4752066,0.47933885,0.46694216,0.45041323,0.49586776,0.5082645,0.5165289,0.5165289,0.5289256,0.5289256,0.56198347,0.57024795,0.39256197,0.3553719,0.36363637,0.49586776,0.553719,0.5289256,0.5495868,0.5289256,0.446281,0.4338843,0.446281,0.3677686,0.4090909,0.2892562,0.56198347,0.49586776,0.4752066,0.446281,0.4752066,0.4338843,0.43801653,0.43801653,0.446281,0.4338843,0.4338843,0.40495867,0.41322315,0.40495867,0.39256197,0.4090909,0.41322315,0.41322315,0.41322315,0.46280992,0.42975205,0.4338843,0.30578512,0.45867768,0.23553719,0.3429752,0.36363637,0.47933885,0.30578512,0.09917355,0.54545456,0.61157024,0.6322314,0.59504133,0.56198347,0.54545456,0.53305787,0.5206612,0.5165289,0.5247934,0.5206612,0.5206612,0.5206612,0.5082645,0.5041322,0.5,0.5165289,0.5371901,0.57438016,0.40082645,0.2644628,0.3140496,0.46694216,0.553719,0.53305787,0.53305787,0.54545456,0.553719,0.45041323,0.41735536,0.45041323,0.43801653,0.3677686,0.2603306,0.46280992,0.5165289,0.46280992,0.44214877,0.45867768,0.40495867,0.4338843,0.42975205,0.41322315,0.41735536,0.4090909,0.41322315,0.3966942,0.40082645,0.3966942,0.39256197,0.40082645,0.39256197,0.39256197,0.41322315,0.38016528,0.40495867,0.3429752,0.38842976,0.25619835,0.36363637,0.5082645,0.36363637,0.5495868,0.1694215,0.446281,0.59917355,0.62396693,0.58677685,0.5785124,0.58677685,0.56198347,0.5371901,0.54545456,0.5413223,0.5247934,0.5371901,0.5082645,0.5041322,0.49586776,0.4876033,0.5041322,0.56198347,0.48347107,0.25619835,0.30578512,0.35123968,0.5123967,0.5661157,0.5371901,0.5123967,0.5247934,0.5289256,0.46280992,0.42975205,0.43801653,0.45454547,0.37190083,0.2892562,0.2520661,0.5289256,0.44214877,0.43801653,0.44214877,0.40082645,0.42561984,0.42975205,0.4090909,0.40495867,0.38842976,0.4214876,0.40082645,0.37603307,0.37603307,0.37603307,0.35950413,0.38016528,0.37190083,0.38016528,0.35123968,0.42561984,0.36363637,0.34710744,0.30991736,0.3677686,0.62396693,0.35123968,0.58264464,0.47107437,0.40082645,0.58677685,0.59917355,0.5661157,0.58677685,0.58677685,0.59090906,0.5289256,0.553719,0.5371901,0.5371901,0.5289256,0.5165289,0.49173555,0.4876033,0.47933885,0.5,0.5123967,0.30578512,0.30165288,0.3264463,0.3966942,0.5413223,0.59090906,0.55785125,0.5082645,0.53305787,0.5289256,0.45867768,0.44214877,0.42975205,0.41735536,0.3181818,0.2520661,0.20247933,0.37190083,0.44214877,0.40082645,0.42561984,0.41322315,0.41322315,0.41735536,0.40082645,0.38429752,0.39256197,0.37603307,0.41735536,0.40082645,0.37603307,0.3553719,0.3305785,0.35123968,0.33471075,0.3553719,0.3553719,0.41735536,0.42561984,0.3140496,0.35950413,0.36363637,0.6322314,0.54545456,0.45454547,0.5495868,0.56198347,0.56198347,0.56198347,0.57438016,0.59090906,0.62396693,0.6198347,0.5413223,0.5495868,0.5206612,0.5165289,0.5206612,0.5123967,0.4876033,0.45867768,0.47107437,0.4338843,0.41322315,0.338843,0.38429752,0.38016528,0.45454547,0.56198347,0.60330576,0.57024795,0.5165289,0.5661157,0.553719,0.47107437,0.43801653,0.42561984,0.3553719,0.29338843,0.26859504,0.17768595,0.23140496,0.35123968,0.44214877,0.35950413,0.38429752,0.38016528,0.39256197,0.38842976,0.38429752,0.38842976,0.38429752,0.40495867,0.41735536,0.41322315,0.36363637,0.338843,0.33471075,0.3181818,0.3429752,0.3966942,0.4876033,0.37190083,0.3264463,0.38016528,0.3677686,0.6404959,0.553719,0.58677685,0.5165289,0.446281,0.57438016,0.5247934,0.5289256,0.5247934,0.6280992,0.6280992,0.59504133,0.553719,0.5206612,0.49586776,0.5041322,0.4876033,0.4752066,0.42975205,0.37603307,0.34710744,0.37603307,0.43801653,0.37603307,0.46280992,0.5165289,0.56198347,0.61570245,0.59090906,0.5247934,0.58264464,0.60330576,0.5041322,0.42975205,0.44214877,0.33471075,0.35950413,0.4338843,0.27272728,0.18595041,0.25619835,0.30991736,0.4338843,0.38429752,0.35123968,0.3429752,0.3553719,0.3677686,0.38016528,0.37603307,0.39256197,0.40082645,0.42975205,0.37190083,0.338843,0.33471075,0.33471075,0.4090909,0.49586776,0.41735536,0.35123968,0.3429752,0.40495867,0.35950413,0.6280992,0.5,0.61157024,0.58264464,0.5371901,0.49586776,0.5123967,0.47107437,0.46694216,0.48347107,0.5371901,0.59090906,0.59917355,0.57024795,0.5289256,0.49586776,0.45454547,0.42561984,0.36363637,0.338843,0.25619835,0.30991736,0.446281,0.46694216,0.55785125,0.53305787,0.5785124,0.59917355,0.607438,0.5289256,0.5206612,0.5206612,0.47107437,0.41322315,0.4752066,0.37190083,0.42975205,0.4752066,0.44214877,0.32231405,0.1694215,0.19008264,0.26859504,0.3429752,0.42975205,0.3677686,0.3181818,0.338843,0.3553719,0.35123968,0.37603307,0.38429752,0.40495867,0.38842976,0.38842976,0.43801653,0.47107437,0.46280992,0.38429752,0.3264463,0.338843,0.36363637,0.38429752,0.38016528,0.6322314,0.49586776,0.5785124,0.56198347,0.553719,0.5785124,0.59090906,0.607438,0.53305787,0.47933885,0.5206612,0.4752066,0.4338843,0.42561984,0.446281,0.41735536,0.37603307,0.33471075,0.2768595,0.23553719,0.14876033,0.30578512,0.49586776,0.5495868,0.607438,0.60330576,0.57438016,0.6446281,0.607438,0.5041322,0.46280992,0.4338843,0.41322315,0.40495867,0.45454547,0.36363637,0.48347107,0.47107437,0.41322315,0.5123967,0.19008264,0.11157025,0.17768595,0.2231405,0.1983471,0.3429752,0.3677686,0.38429752,0.44214877,0.46280992,0.4338843,0.42561984,0.4338843,0.4338843,0.42975205,0.38429752,0.338843,0.3181818,0.30991736,0.3181818,0.34710744,0.38016528,0.38016528,0.4090909,0.54545456,0.553719,0.57024795,0.5785124,0.56198347,0.58264464,0.61570245,0.6198347,0.6322314,0.6446281,0.6446281,0.6818182,0.6487603,0.54545456,0.46694216,0.39256197,0.35123968,0.26859504,0.20247933,0.1694215,0.09090909,0.34710744,0.5247934,0.54545456,0.607438,0.6528926,0.57438016,0.6570248,0.5785124,0.44214877,0.39256197,0.37190083,0.35950413,0.36363637,0.37603307,0.32231405,0.44214877,0.38016528,0.32231405,0.42561984,0.19421488,0.08677686,0.12809917,0.17355372,0.21487603,0.2231405,0.23553719,0.2603306,0.23553719,0.3140496,0.37190083,0.38016528,0.37190083,0.38016528,0.3553719,0.33471075,0.34710744,0.32231405,0.30578512,0.3264463,0.35123968,0.38016528,0.38842976,0.40495867,0.5041322,0.57024795,0.55785125,0.59504133,0.553719,0.607438,0.61157024,0.6363636,0.60330576,0.6404959,0.6652893,0.6859504,0.6198347,0.5413223,0.45041323,0.3677686,0.28099173,0.21900827,0.16115703,0.14049587,0.10330579,0.23553719,0.42975205,0.40495867,0.45867768,0.59504133,0.5661157,0.53305787,0.4752066,0.37190083,0.30578512,0.29752067,0.30991736,0.30165288,0.28512397,0.2603306,0.30991736,0.2231405,0.21487603,0.27272728,0.15289256,0.12809917,0.11983471,0.14049587,0.18181819,0.21900827,0.2231405,0.23966943,0.22727273,0.23553719,0.28099173,0.3264463,0.3140496,0.36363637,0.3553719,0.34710744,0.3553719,0.35950413,0.3181818,0.33471075,0.36363637,0.39256197,0.40082645,0.38429752,0.5371901,0.47107437,0.57024795,0.59504133,0.5413223,0.607438,0.62396693,0.6322314,0.56198347,0.607438,0.6322314,0.6198347,0.58264464,0.46694216,0.40495867,0.3140496,0.20661157,0.18181819,0.14049587,0.13636364,0.15289256,0.1570248,0.23140496,0.28099173,0.24793388,0.39256197,0.5165289,0.46280992,0.4090909,0.30578512,0.22727273,0.2231405,0.21487603,0.21487603,0.23553719,0.21487603,0.1322314,0.09090909,0.1322314,0.1446281,0.11983471,0.13636364,0.13636364,0.11983471,0.1446281,0.17355372,0.18595041,0.18181819,0.21487603,0.2107438,0.23966943,0.28099173,0.29752067,0.3264463,0.3429752,0.36363637,0.3305785,0.3553719,0.34710744,0.3429752,0.38016528,0.38429752,0.39256197,0.37603307,0.57024795,0.41735536,0.5206612,0.59090906,0.5495868,0.59090906,0.6198347,0.61157024,0.5661157,0.57438016,0.58677685,0.5661157,0.5247934,0.42561984,0.37190083,0.25619835,0.18595041,0.16115703,0.14049587,0.15289256,0.1983471,0.20661157,0.1983471,0.3305785,0.39256197,0.39256197,0.49586776,0.446281,0.37190083,0.2644628,0.21487603,0.2107438,0.19008264,0.19421488,0.2231405,0.1322314,0.09504132,0.08677686,0.09090909,0.09090909,0.11983471,0.14876033,0.1446281,0.11983471,0.12809917,0.14876033,0.16528925,0.1694215,0.18181819,0.18595041,0.1983471,0.23553719,0.28099173,0.30165288,0.3305785,0.34710744,0.37190083,0.34710744,0.35950413,0.35950413,0.37190083,0.37190083,0.3305785,0.35950413,0.5661157,0.46280992,0.49586776,0.60330576,0.55785125,0.57438016,0.607438,0.59090906,0.5661157,0.57024795,0.5371901,0.5371901,0.47107437,0.40082645,0.338843,0.2231405,0.17355372,0.15289256,0.16528925,0.19421488,0.24380165,0.2892562,0.3553719,0.4338843,0.43801653,0.45041323,0.5041322,0.42975205,0.3181818,0.19421488,0.12809917,0.1694215,0.17355372,0.2107438,0.15289256,0.08264463,0.09917355,0.09504132,0.09090909,0.10743801,0.18595041,0.23553719,0.1570248,0.1446281,0.1322314,0.14049587,0.14876033,0.15289256,0.1570248,0.16115703,0.17355372,0.2107438,0.2520661,0.29752067,0.338843,0.338843,0.35123968,0.37603307,0.37190083,0.37190083,0.34710744,0.36363637,0.3140496,0.3140496,0.43801653,0.54545456,0.5,0.60330576,0.5661157,0.5661157,0.59504133,0.5785124,0.56198347,0.54545456,0.5289256,0.5206612,0.45041323,0.38429752,0.29752067,0.1983471,0.17768595,0.1694215,0.1983471,0.24793388,0.3429752,0.43801653,0.45041323,0.46694216,0.446281,0.46280992,0.46280992,0.39256197,0.2644628,0.16115703,0.09504132,0.11983471,0.14876033,0.1694215,0.11570248,0.09090909,0.11157025,0.10743801,0.11983471,0.16115703,0.32231405,0.37190083,0.23966943,0.1694215,0.14876033,0.1446281,0.14049587,0.14876033,0.14876033,0.1570248,0.14876033,0.19008264,0.23140496,0.27272728,0.3181818,0.3429752,0.34710744,0.36363637,0.37603307,0.38429752,0.35950413,0.3305785,0.30165288,0.29752067,0.3181818,0.58677685,0.56198347,0.57024795,0.58264464,0.5371901,0.57438016,0.56198347,0.5413223,0.5247934,0.5289256,0.49586776,0.43801653,0.3677686,0.26859504,0.19421488,0.18595041,0.20247933,0.2768595,0.3553719,0.49586776,0.54545456,0.47933885,0.47933885,0.45041323,0.46694216,0.42975205,0.35123968,0.2231405,0.12809917,0.11570248,0.1322314,0.1694215,0.11983471,0.09917355,0.10743801,0.11570248,0.16528925,0.24380165,0.3140496,0.38429752,0.39256197,0.35123968,0.2768595,0.20661157,0.16115703,0.13636364,0.14049587,0.14876033,0.14876033,0.13636364,0.18595041,0.22727273,0.2644628,0.29752067,0.30991736,0.34710744,0.33471075,0.34710744,0.3553719,0.35950413,0.3429752,0.3140496,0.32231405,0.19421488,0.5495868,0.5785124,0.54545456,0.607438,0.5082645,0.5495868,0.56198347,0.553719,0.5289256,0.5371901,0.5041322,0.43801653,0.35123968,0.23966943,0.20661157,0.24380165,0.3140496,0.38842976,0.4876033,0.57024795,0.57438016,0.5413223,0.5123967,0.45454547,0.46280992,0.37603307,0.30578512,0.18595041,0.12396694,0.12809917,0.14876033,0.2231405,0.14049587,0.10743801,0.10330579,0.16528925,0.2603306,0.38016528,0.39256197,0.40495867,0.37190083,0.35123968,0.3677686,0.30991736,0.22727273,0.18181819,0.15289256,0.15289256,0.1446281,0.1322314,0.17768595,0.19421488,0.23966943,0.28512397,0.2768595,0.32231405,0.30991736,0.3305785,0.3264463,0.3305785,0.3429752,0.338843,0.3264463,0.13636364,0.45041323,0.59090906,0.5289256,0.61157024,0.5,0.5289256,0.54545456,0.5413223,0.5413223,0.53305787,0.4876033,0.41735536,0.3264463,0.28099173,0.2892562,0.37603307,0.41735536,0.49586776,0.57438016,0.57438016,0.58677685,0.55785125,0.5371901,0.5165289,0.41322315,0.35950413,0.27272728,0.16528925,0.12396694,0.14049587,0.1570248,0.23553719,0.1570248,0.12396694,0.12809917,0.20247933,0.3429752,0.41322315,0.41735536,0.39256197,0.38016528,0.3553719,0.3553719,0.35950413,0.30165288,0.24380165,0.17768595,0.16528925,0.15289256,0.1446281,0.1694215,0.20247933,0.22727273,0.2603306,0.27272728,0.2892562,0.28099173,0.3181818,0.3181818,0.3429752,0.3553719,0.30991736,0.30165288,0.12396694,0.23140496,0.57024795,0.5247934,0.56198347,0.5123967,0.5123967,0.5371901,0.5495868,0.5413223,0.5289256,0.4876033,0.4090909,0.338843,0.3553719,0.37190083,0.47107437,0.45867768,0.53305787,0.59504133,0.5785124,0.57024795,0.55785125,0.5371901,0.5206612,0.41322315,0.37603307,0.26859504,0.1694215,0.1446281,0.13636364,0.17355372,0.23140496,0.19008264,0.12396694,0.1446281,0.23966943,0.36363637,0.40495867,0.40495867,0.40495867,0.40082645,0.38429752,0.34710744,0.3553719,0.3181818,0.28512397,0.22727273,0.1694215,0.1694215,0.14876033,0.14876033,0.1983471,0.2520661,0.22727273,0.2644628,0.25619835,0.2603306,0.29338843,0.3305785,0.35950413,0.34710744,0.32231405,0.29752067,0.12809917,0.10330579,0.30991736,0.4214876,0.553719,0.5289256,0.48347107,0.5371901,0.53305787,0.5289256,0.5,0.45867768,0.40082645,0.40082645,0.41322315,0.4752066,0.49586776,0.49173555,0.5289256,0.57024795,0.5413223,0.5165289,0.56198347,0.5413223,0.49586776,0.47107437,0.39256197,0.28512397,0.2107438,0.14876033,0.12809917,0.17355372,0.21900827,0.18181819,0.13636364,0.14876033,0.2644628,0.35950413,0.36363637,0.3677686,0.39256197,0.38016528,0.36363637,0.36363637,0.3140496,0.29752067,0.30165288,0.2644628,0.20247933,0.17355372,0.16115703,0.1570248,0.18181819,0.2231405,0.2231405,0.2520661,0.25619835,0.26859504,0.2768595,0.35123968,0.37190083,0.33471075,0.3264463,0.36363637,0.11983471,0.12809917,0.1322314,0.21487603,0.57024795,0.5247934,0.4876033,0.5041322,0.5413223,0.5371901,0.5165289,0.446281,0.42975205,0.44214877,0.45041323,0.5082645,0.47107437,0.46694216,0.4876033,0.4876033,0.45454547,0.4876033,0.49586776,0.49173555,0.45041323,0.4338843,0.35123968,0.28099173,0.2107438,0.18181819,0.1446281,0.17768595,0.18181819,0.1570248,0.13636364,0.1570248,0.26859504,0.3264463,0.33471075,0.3181818,0.3305785,0.3140496,0.30165288,0.3264463,0.32231405,0.28512397,0.28512397,0.26859504,0.23966943,0.18595041,0.2107438,0.18595041,0.19008264,0.21487603,0.23966943,0.23140496,0.26859504,0.25619835,0.29752067,0.35123968,0.37190083,0.32231405,0.338843,0.3966942,0.11983471,0.1322314,0.13636364,0.09917355,0.5371901,0.5289256,0.5082645,0.5,0.56198347,0.5413223,0.5289256,0.4752066,0.46694216,0.46694216,0.4876033,0.5082645,0.46694216,0.446281,0.4214876,0.40082645,0.3966942,0.446281,0.41735536,0.36363637,0.32231405,0.28099173,0.24793388,0.23966943,0.1983471,0.19421488,0.17768595,0.15289256,0.1446281,0.13636364,0.12809917,0.16528925,0.21900827,0.2768595,0.30165288,0.2892562,0.27272728,0.24380165,0.2644628,0.2603306,0.2892562,0.3140496,0.2603306,0.27272728,0.27272728,0.2231405,0.23553719,0.21900827,0.24793388,0.24380165,0.25619835,0.2520661,0.2644628,0.23140496,0.30165288,0.3429752,0.37190083,0.338843,0.35123968,0.3966942,0.12396694,0.1322314,0.13636364,0.06198347,0.4876033,0.5413223,0.5206612,0.5123967,0.54545456,0.55785125,0.53305787,0.5041322,0.48347107,0.46280992,0.49173555,0.5,0.42975205,0.38016528,0.33471075,0.2892562,0.34710744,0.33471075,0.26859504,0.23140496,0.2231405,0.17768595,0.17355372,0.17355372,0.16528925,0.20247933,0.17355372,0.1322314,0.12396694,0.12809917,0.13636364,0.13636364,0.1570248,0.18181819,0.21900827,0.21900827,0.24793388,0.2231405,0.20247933,0.20661157,0.22727273,0.28099173,0.27272728,0.2768595,0.29752067,0.2768595,0.29338843,0.2644628,0.2768595,0.29338843,0.26859504,0.27272728,0.2644628,0.24380165,0.3181818,0.3553719,0.35950413,0.35950413,0.35950413,0.38842976,0.1322314,0.1322314,0.14049587,0.09917355,0.3553719,0.553719,0.5082645,0.5247934,0.5247934,0.553719,0.5371901,0.5413223,0.49586776,0.49586776,0.5123967,0.47933885,0.40495867,0.3429752,0.22727273,0.20247933,0.20661157,0.1446281,0.10330579,0.12396694,0.10330579,0.11157025,0.1570248,0.1446281,0.12809917,0.11570248,0.11983471,0.09917355,0.09504132,0.08677686,0.08264463,0.09917355,0.10330579,0.12396694,0.11983471,0.13636364,0.16115703,0.16115703,0.16115703,0.1694215,0.18595041,0.2231405,0.24380165,0.27272728,0.30991736,0.30991736,0.32231405,0.3140496,0.26859504,0.3181818,0.29752067,0.2892562,0.28099173,0.2768595,0.3429752,0.3677686,0.3677686,0.3429752,0.35950413,0.41735536,0.14049587,0.14049587,0.1446281,0.11570248,0.23140496,0.5413223,0.5082645,0.5165289,0.53305787,0.54545456,0.55785125,0.5371901,0.5041322,0.5206612,0.5082645,0.44214877,0.35950413,0.2603306,0.19421488,0.1446281,0.11983471,0.09917355,0.10743801,0.12809917,0.12809917,0.10743801,0.11570248,0.13636364,0.1446281,0.11157025,0.12396694,0.08677686,0.0785124,0.08677686,0.07024793,0.09504132,0.09090909,0.07024793,0.0785124,0.0785124,0.08677686,0.09090909,0.12809917,0.1446281,0.14876033,0.19008264,0.22727273,0.28512397,0.34710744,0.3429752,0.3305785,0.33471075,0.30165288,0.3140496,0.32231405,0.28099173,0.28512397,0.29752067,0.3553719,0.38842976,0.36363637,0.36363637,0.3677686,0.4338843,0.13636364,0.13636364,0.14049587,0.1322314,0.16528925,0.4752066,0.5165289,0.5206612,0.5247934,0.5495868,0.5495868,0.5206612,0.5082645,0.5247934,0.5,0.39256197,0.29752067,0.20247933,0.1446281,0.14876033,0.24793388,0.30578512,0.3140496,0.30578512,0.30165288,0.24793388,0.21487603,0.16115703,0.1694215,0.1446281,0.1446281,0.1446281,0.11570248,0.10743801,0.09504132,0.11570248,0.10330579,0.10330579,0.10330579,0.09090909,0.08677686,0.08677686,0.09090909,0.11157025,0.1322314,0.16528925,0.21487603,0.28512397,0.33471075,0.3677686,0.33471075,0.3140496,0.3181818,0.3181818,0.338843,0.28099173,0.29338843,0.30991736,0.36363637,0.38429752,0.35950413,0.3553719,0.3677686,0.4752066,0.13636364,0.13636364,0.13636364,0.1322314,0.12809917,0.33471075,0.5206612,0.5247934,0.5206612,0.5247934,0.553719,0.5165289,0.5082645,0.5123967,0.446281,0.3264463,0.24380165,0.17355372,0.1322314,0.3264463,0.553719,0.5247934,0.5206612,0.48347107,0.47107437,0.42561984,0.37603307,0.3429752,0.25619835,0.21487603,0.17355372,0.21487603,0.18181819,0.14049587,0.16115703,0.16528925,0.19421488,0.20247933,0.1983471,0.21487603,0.1983471,0.20247933,0.1694215,0.15289256,0.11570248,0.15289256,0.20661157,0.27272728,0.3181818,0.34710744,0.338843,0.2603306,0.30991736,0.30165288,0.30578512,0.30578512,0.30165288,0.32231405,0.36363637,0.37603307,0.36363637,0.35950413,0.35950413,0.49173555,0.13636364,0.13636364,0.12809917,0.14876033,0.1322314,0.1983471,0.49586776,0.5247934,0.5289256,0.5247934,0.5495868,0.5206612,0.5123967,0.49586776,0.39256197,0.30578512,0.22727273,0.15289256,0.17768595,0.47107437,0.5661157,0.5413223,0.5785124,0.5661157,0.5165289,0.49586776,0.446281,0.41735536,0.3553719,0.30991736,0.25619835,0.25619835,0.2520661,0.2107438,0.2231405,0.25619835,0.30991736,0.3305785,0.30165288,0.3429752,0.30165288,0.26859504,0.26859504,0.24793388,0.17768595,0.1446281,0.20661157,0.2892562,0.33471075,0.3264463,0.32231405,0.29752067,0.3264463,0.2768595,0.2892562,0.29752067,0.3140496,0.32231405,0.37603307,0.35950413,0.37190083,0.34710744,0.35123968,0.5,0.1322314,0.1322314,0.12809917,0.13636364,0.1322314,0.1322314,0.39256197,0.5371901,0.5206612,0.49586776,0.53305787,0.5041322,0.5165289,0.46280992,0.3677686,0.29752067,0.2107438,0.19421488,0.3140496,0.5495868,0.53305787,0.5165289,0.54545456,0.57024795,0.5661157,0.54545456,0.47933885,0.44214877,0.41322315,0.3553719,0.35123968,0.338843,0.33471075,0.29338843,0.29752067,0.33471075,0.3677686,0.38016528,0.35950413,0.338843,0.28099173,0.24793388,0.25619835,0.24793388,0.23966943,0.20247933,0.23966943,0.32231405,0.35123968,0.3140496,0.30991736,0.30165288,0.28512397,0.28512397,0.27272728,0.2892562,0.3181818,0.34710744,0.40495867,0.34710744,0.35950413,0.34710744,0.44214877,0.5206612,0.14049587,0.13636364,0.1322314,0.1322314,0.1322314,0.12809917,0.2231405,0.5661157,0.5082645,0.5041322,0.4876033,0.5123967,0.49173555,0.4338843,0.3429752,0.2892562,0.21487603,0.23140496,0.38429752,0.5413223,0.5247934,0.5082645,0.48347107,0.5206612,0.53305787,0.5247934,0.45867768,0.42975205,0.3966942,0.3429752,0.338843,0.3305785,0.3305785,0.3264463,0.3305785,0.3305785,0.34710744,0.3305785,0.30578512,0.23553719,0.2231405,0.21487603,0.2231405,0.27272728,0.2603306,0.26859504,0.28099173,0.30578512,0.3181818,0.30165288,0.30165288,0.29338843,0.28099173,0.28099173,0.29338843,0.30991736,0.3181818,0.37190083,0.3677686,0.36363637,0.3553719,0.33471075,0.5495868,0.5785124,0.12396694,0.12809917,0.1322314,0.1322314,0.1322314,0.1322314,0.1322314,0.59090906,0.5165289,0.5,0.4876033,0.5123967,0.46280992,0.40495867,0.3140496,0.2520661,0.1983471,0.30165288,0.4090909,0.5371901,0.5,0.46694216,0.42975205,0.42561984,0.45041323,0.42975205,0.38429752,0.32231405,0.27272728,0.2603306,0.2603306,0.23140496,0.22727273,0.25619835,0.2520661,0.23553719,0.23966943,0.21487603,0.21487603,0.19421488,0.2107438,0.21900827,0.23966943,0.28512397,0.2768595,0.29752067,0.29752067,0.29752067,0.30578512,0.28512397,0.29338843,0.2603306,0.30578512,0.28099173,0.29338843,0.3140496,0.3264463,0.38016528,0.3677686,0.35123968,0.34710744,0.35950413,0.553719,0.6942149,0.13636364,0.1322314,0.1322314,0.14049587,0.14049587,0.14049587,0.09504132,0.57438016,0.5247934,0.4876033,0.49173555,0.47933885,0.44214877,0.37603307,0.28099173,0.22727273,0.28099173,0.3677686,0.48347107,0.5413223,0.5,0.45454547,0.41322315,0.38016528,0.38842976,0.38842976,0.3305785,0.24793388,0.22727273,0.23966943,0.2231405,0.20247933,0.17768595,0.19421488,0.18181819,0.14876033,0.17768595,0.1570248,0.18181819,0.2107438,0.24793388,0.27272728,0.2892562,0.30578512,0.29752067,0.3140496,0.30991736,0.29752067,0.2892562,0.27272728,0.26859504,0.23553719,0.29338843,0.28099173,0.28512397,0.30991736,0.338843,0.38016528,0.38016528,0.34710744,0.36363637,0.36363637,0.6404959,0.70247936,0.12809917,0.12809917,0.12809917,0.1570248,0.21487603,0.27272728,0.26859504,0.48347107,0.5041322,0.4876033,0.47933885,0.446281,0.44214877,0.3429752,0.2520661,0.25619835,0.338843,0.4752066,0.5661157,0.53305787,0.48347107,0.43801653,0.4214876,0.3677686,0.38842976,0.38429752,0.32231405,0.23966943,0.24380165,0.21487603,0.19008264,0.17768595,0.16528925,0.15289256,0.13636364,0.1322314,0.14049587,0.16528925,0.20661157,0.25619835,0.2892562,0.28099173,0.30578512,0.32231405,0.3140496,0.32231405,0.3429752,0.29752067,0.2892562,0.26859504,0.2644628,0.25619835,0.26859504,0.28099173,0.28099173,0.32231405,0.3429752,0.3966942,0.38016528,0.36363637,0.35950413,0.41735536,0.7107438,0.6859504,0.23140496,0.25619835,0.3181818,0.42561984,0.5206612,0.58677685,0.61157024,0.56198347,0.49586776,0.5082645,0.46280992,0.45041323,0.41735536,0.3305785,0.23553719,0.29752067,0.41322315,0.55785125,0.5785124,0.5123967,0.46280992,0.41735536,0.4090909,0.41322315,0.41735536,0.35950413,0.32231405,0.26859504,0.2107438,0.20661157,0.17355372,0.17768595,0.16528925,0.14049587,0.13636364,0.14049587,0.1570248,0.19008264,0.26859504,0.30578512,0.3140496,0.32231405,0.33471075,0.33471075,0.3140496,0.30165288,0.33471075,0.3181818,0.29752067,0.2520661,0.23966943,0.2520661,0.2603306,0.28512397,0.2768595,0.3181818,0.37603307,0.38842976,0.35950413,0.3677686,0.338843,0.54545456,0.6983471,0.6570248,0.6322314,0.6446281,0.6487603,0.6280992,0.607438,0.6322314,0.6487603,0.59917355,0.5041322,0.49586776,0.45867768,0.45454547,0.4214876,0.3305785,0.2603306,0.34710744,0.5165289,0.58677685,0.5661157,0.5206612,0.45454547,0.4214876,0.44214877,0.44214877,0.4338843,0.3553719,0.3553719,0.3305785,0.27272728,0.24380165,0.19008264,0.19008264,0.18181819,0.18181819,0.19421488,0.1983471,0.2231405,0.25619835,0.30165288,0.3181818,0.338843,0.3429752,0.34710744,0.35123968,0.3305785,0.30991736,0.32231405,0.33471075,0.29338843,0.23140496,0.2231405,0.24380165,0.28099173,0.24793388,0.30165288,0.32231405,0.3677686,0.38429752,0.3677686,0.3553719,0.39256197,0.61570245,0.69008267,0.6322314,0.6570248,0.661157,0.661157,0.6363636,0.5661157,0.56198347,0.607438,0.6363636,0.5495868,0.46694216,0.47107437,0.46280992,0.42975205,0.32231405,0.29338843,0.4090909,0.56198347,0.5495868,0.5371901,0.5247934,0.45454547,0.46280992,0.47107437,0.44214877,0.45867768,0.4338843,0.45867768,0.4090909,0.37603307,0.30991736,0.2644628,0.2603306,0.2768595,0.2768595,0.2768595,0.2892562,0.29752067,0.3181818,0.3181818,0.3264463,0.34710744,0.3677686,0.35123968,0.35123968,0.338843,0.3140496,0.30578512,0.30165288,0.28099173,0.23140496,0.23140496,0.21487603,0.2520661,0.2892562,0.30991736,0.32231405,0.37190083,0.37603307,0.3677686,0.35123968,0.43801653,0.6818182,0.6652893,0.661157,0.6818182,0.69008267,0.6983471,0.6859504,0.61157024,0.5785124,0.56198347,0.57438016,0.59090906,0.4876033,0.45454547,0.47107437,0.44214877,0.3429752,0.3264463,0.42975205,0.5371901,0.5165289,0.5247934,0.5495868,0.5041322,0.4752066,0.46694216,0.45454547,0.5041322,0.4752066,0.48347107,0.4338843,0.41735536,0.38016528,0.35950413,0.3429752,0.35950413,0.35123968,0.34710744,0.35950413,0.34710744,0.34710744,0.3553719,0.3553719,0.38429752,0.3677686,0.35950413,0.3264463,0.3264463,0.29752067,0.29338843,0.27272728,0.2644628,0.24793388,0.2603306,0.19421488,0.23966943,0.2768595,0.3181818,0.3305785,0.35950413,0.38016528,0.35123968,0.3429752,0.5785124,0.6859504,0.661157,0.6694215,0.71487606,0.71487606,0.71900827,0.7231405,0.6570248,0.62396693,0.59917355,0.59090906,0.60330576,0.54545456,0.45867768,0.46280992,0.46280992,0.35123968,0.30578512,0.42975205,0.5041322,0.4876033,0.54545456,0.55785125,0.4876033,0.47933885,0.45454547,0.5,0.49586776,0.46694216,0.45454547,0.4338843,0.38842976,0.37603307,0.37190083,0.3677686,0.37190083,0.34710744,0.35123968,0.34710744,0.37190083,0.35950413,0.40082645,0.36363637,0.36363637,0.35950413,0.37190083,0.30165288,0.30165288,0.2892562,0.2644628,0.23966943,0.22727273,0.23553719,0.2644628,0.23140496,0.23966943,0.25619835,0.30165288,0.3181818,0.37603307,0.37603307,0.35950413,0.3966942,0.6363636,0.6735537,0.6528926,0.677686,0.74380165,0.74793386,0.74793386,0.74793386,0.7107438,0.6570248,0.62396693,0.6322314,0.6404959,0.6446281,0.5165289,0.45454547,0.46280992,0.37603307,0.27272728,0.4338843,0.49173555,0.5041322,0.5165289,0.5371901,0.4876033,0.48347107,0.46280992,0.4752066,0.46694216,0.45454547,0.42975205,0.40082645,0.38429752,0.37190083,0.38016528,0.37603307,0.3677686,0.34710744,0.34710744,0.3553719,0.36363637,0.3553719,0.40495867,0.3553719,0.35950413,0.338843,0.3305785,0.30578512,0.29338843,0.2644628,0.23140496,0.2107438,0.19008264,0.19008264,0.21900827,0.2231405,0.22727273,0.23966943,0.28099173,0.32231405,0.35950413,0.3677686,0.37190083,0.46694216,0.6363636,0.661157,0.661157,0.6735537,0.75206614,0.75619835,0.75619835,0.76033056,0.7355372,0.677686,0.6570248,0.661157,0.6694215,0.6404959,0.7892562,0.4876033,0.45041323,0.40495867,0.30991736,0.42975205,0.4752066,0.5,0.5,0.5247934,0.5041322,0.4876033,0.45454547,0.41735536,0.44214877,0.45454547,0.42975205,0.38016528,0.36363637,0.37190083,0.38016528,0.3677686,0.33471075,0.3140496,0.338843,0.33471075,0.33471075,0.3305785,0.3553719,0.34710744,0.34710744,0.3140496,0.30578512,0.30578512,0.2644628,0.25619835,0.2107438,0.17768595,0.16528925,0.18181819,0.18181819,0.18595041,0.1983471,0.23966943,0.2520661,0.3140496,0.3553719,0.35123968,0.37190083,0.57024795,0.6322314,0.661157,0.6735537,0.6694215,33 +0.49173555,0.446281,0.5041322,0.5041322,0.5247934,0.58677685,0.5371901,0.6280992,0.59917355,0.60330576,0.5661157,0.57438016,0.56198347,0.57438016,0.59917355,0.59504133,0.58264464,0.58264464,0.59090906,0.5785124,0.5785124,0.57438016,0.5661157,0.57438016,0.5661157,0.56198347,0.553719,0.56198347,0.5206612,0.54545456,0.56198347,0.57438016,0.56198347,0.553719,0.553719,0.5413223,0.5289256,0.53305787,0.55785125,0.5413223,0.5371901,0.5413223,0.5495868,0.5371901,0.5371901,0.54545456,0.5206612,0.5371901,0.5165289,0.5247934,0.5082645,0.5289256,0.54545456,0.5371901,0.5247934,0.49586776,0.49173555,0.47107437,0.47107437,0.47107437,0.3264463,0.21900827,0.23553719,0.25619835,0.5,0.46694216,0.5041322,0.5082645,0.55785125,0.59917355,0.61570245,0.6280992,0.6446281,0.5495868,0.56198347,0.58677685,0.5661157,0.57438016,0.5785124,0.61570245,0.57024795,0.59504133,0.61157024,0.61570245,0.61157024,0.607438,0.59504133,0.58677685,0.58264464,0.59504133,0.58264464,0.58264464,0.56198347,0.553719,0.57438016,0.59090906,0.57024795,0.55785125,0.57438016,0.58264464,0.57024795,0.553719,0.553719,0.5495868,0.53305787,0.5371901,0.5247934,0.5289256,0.54545456,0.53305787,0.5165289,0.5289256,0.5206612,0.5,0.5123967,0.5123967,0.5206612,0.5206612,0.5165289,0.5082645,0.446281,0.46694216,0.5041322,0.4752066,0.4090909,0.26859504,0.23553719,0.2768595,0.5082645,0.49173555,0.5289256,0.53305787,0.5661157,0.607438,0.59917355,0.6198347,0.6363636,0.5371901,0.57438016,0.5785124,0.58264464,0.5785124,0.54545456,0.59504133,0.56198347,0.59917355,0.60330576,0.6198347,0.6198347,0.61570245,0.59504133,0.58264464,0.59504133,0.59504133,0.59504133,0.59504133,0.5785124,0.5661157,0.5495868,0.59090906,0.59504133,0.58264464,0.59917355,0.59917355,0.5661157,0.5371901,0.54545456,0.5413223,0.5371901,0.5413223,0.53305787,0.5082645,0.54545456,0.5165289,0.5041322,0.49586776,0.49173555,0.49586776,0.5082645,0.5206612,0.5165289,0.49586776,0.5041322,0.5123967,0.46694216,0.47107437,0.5247934,0.446281,0.46694216,0.29338843,0.24380165,0.29338843,0.5165289,0.5,0.5206612,0.57024795,0.57024795,0.58677685,0.59504133,0.61157024,0.59917355,0.56198347,0.57438016,0.56198347,0.5661157,0.58677685,0.57024795,0.58677685,0.5661157,0.58264464,0.60330576,0.59090906,0.59504133,0.60330576,0.58677685,0.59917355,0.59504133,0.58677685,0.5785124,0.58264464,0.57024795,0.553719,0.54545456,0.5785124,0.61157024,0.5785124,0.5785124,0.58264464,0.5413223,0.5289256,0.5371901,0.5371901,0.5371901,0.5495868,0.553719,0.5,0.5,0.49173555,0.5041322,0.43801653,0.41322315,0.4214876,0.42561984,0.47933885,0.5123967,0.49586776,0.5041322,0.5041322,0.5041322,0.49173555,0.5,0.46694216,0.49586776,0.3140496,0.2520661,0.30991736,0.5247934,0.5123967,0.5082645,0.5785124,0.56198347,0.59090906,0.5785124,0.59917355,0.5785124,0.56198347,0.5495868,0.5123967,0.5289256,0.5289256,0.55785125,0.57438016,0.5661157,0.57438016,0.57024795,0.57438016,0.58677685,0.59090906,0.5785124,0.58677685,0.57438016,0.5785124,0.55785125,0.5495868,0.5661157,0.53305787,0.53305787,0.55785125,0.57438016,0.5371901,0.5495868,0.5371901,0.5206612,0.5123967,0.53305787,0.5247934,0.5247934,0.5289256,0.5371901,0.47107437,0.40495867,0.40082645,0.41735536,0.37190083,0.3429752,0.34710744,0.37603307,0.39256197,0.43801653,0.45867768,0.47933885,0.5041322,0.5082645,0.5041322,0.48347107,0.46280992,0.49586776,0.37190083,0.30578512,0.3140496,0.5371901,0.49173555,0.5289256,0.58677685,0.59504133,0.59090906,0.56198347,0.5495868,0.553719,0.53305787,0.49173555,0.45867768,0.47933885,0.4752066,0.5123967,0.5165289,0.5165289,0.5247934,0.56198347,0.5206612,0.54545456,0.553719,0.5413223,0.5413223,0.5289256,0.5371901,0.5289256,0.5123967,0.5371901,0.5165289,0.5247934,0.53305787,0.5371901,0.5082645,0.5165289,0.5041322,0.4752066,0.4876033,0.4876033,0.5,0.5,0.49586776,0.44214877,0.40082645,0.3429752,0.3140496,0.3305785,0.32231405,0.3140496,0.32231405,0.38016528,0.36363637,0.39256197,0.42561984,0.44214877,0.43801653,0.4876033,0.5041322,0.46280992,0.46280992,0.48347107,0.4090909,0.338843,0.36363637,0.54545456,0.5165289,0.57024795,0.60330576,0.59917355,0.57438016,0.56198347,0.5371901,0.5371901,0.49586776,0.45041323,0.44214877,0.44214877,0.42561984,0.42975205,0.446281,0.43801653,0.44214877,0.46280992,0.446281,0.41735536,0.446281,0.45867768,0.5,0.5,0.49586776,0.48347107,0.4752066,0.5041322,0.5082645,0.5371901,0.5289256,0.5165289,0.49173555,0.48347107,0.46694216,0.45041323,0.42975205,0.44214877,0.4338843,0.41735536,0.40495867,0.37190083,0.35950413,0.27272728,0.24793388,0.28512397,0.2892562,0.29338843,0.2644628,0.3305785,0.34710744,0.37190083,0.40082645,0.4338843,0.45867768,0.47933885,0.48347107,0.46280992,0.48347107,0.48347107,0.4214876,0.37190083,0.45454547,0.5082645,0.57024795,0.55785125,0.59917355,0.56198347,0.58677685,0.55785125,0.5206612,0.5041322,0.41735536,0.37190083,0.37190083,0.40495867,0.4090909,0.34710744,0.3305785,0.3264463,0.3181818,0.3181818,0.32231405,0.29752067,0.30991736,0.3429752,0.42561984,0.44214877,0.45041323,0.44214877,0.45867768,0.49586776,0.5371901,0.5289256,0.5165289,0.5123967,0.47933885,0.45867768,0.42561984,0.3966942,0.38429752,0.38016528,0.33471075,0.3264463,0.30991736,0.2603306,0.23553719,0.21487603,0.21487603,0.23966943,0.26859504,0.27272728,0.2603306,0.29338843,0.33471075,0.3264463,0.3677686,0.38842976,0.4214876,0.47107437,0.4752066,0.47933885,0.49173555,0.49173555,0.42561984,0.38016528,0.4752066,0.5247934,0.59917355,0.59917355,0.55785125,0.5041322,0.55785125,0.4752066,0.4214876,0.3966942,0.35123968,0.33471075,0.3264463,0.38842976,0.45454547,0.42561984,0.38429752,0.32231405,0.28099173,0.2603306,0.2603306,0.26859504,0.28512397,0.29752067,0.34710744,0.34710744,0.41322315,0.41735536,0.45041323,0.5206612,0.5661157,0.56198347,0.55785125,0.5206612,0.48347107,0.45454547,0.4090909,0.36363637,0.3429752,0.33471075,0.28512397,0.26859504,0.2603306,0.23140496,0.23553719,0.23966943,0.23553719,0.2644628,0.2768595,0.28099173,0.27272728,0.2768595,0.27272728,0.2892562,0.30165288,0.30991736,0.3140496,0.3429752,0.3966942,0.446281,0.43801653,0.48347107,0.45041323,0.39256197,0.46694216,0.54545456,0.59504133,0.57024795,0.46280992,0.38016528,0.37603307,0.38842976,0.4214876,0.41735536,0.41322315,0.38429752,0.3553719,0.3553719,0.38842976,0.40495867,0.38429752,0.35123968,0.3140496,0.30578512,0.30991736,0.26859504,0.2768595,0.28099173,0.28512397,0.3140496,0.3677686,0.40082645,0.5041322,0.55785125,0.57438016,0.59504133,0.58264464,0.54545456,0.5165289,0.4876033,0.44214877,0.3677686,0.3140496,0.30991736,0.30165288,0.28512397,0.30991736,0.3181818,0.3305785,0.3140496,0.28512397,0.30165288,0.30165288,0.32231405,0.30578512,0.30165288,0.3429752,0.34710744,0.34710744,0.36363637,0.30578512,0.338843,0.2768595,0.29752067,0.32231405,0.3429752,0.42975205,0.38429752,0.46694216,0.553719,0.49586776,0.47107437,0.3429752,0.38016528,0.446281,0.4752066,0.5413223,0.43801653,0.4214876,0.3553719,0.3140496,0.27272728,0.19008264,0.6322314,0.47107437,0.27272728,0.29752067,0.2768595,0.29338843,0.27272728,0.30991736,0.29338843,0.29752067,0.28512397,0.3181818,0.3677686,0.5289256,0.59504133,0.58677685,0.58677685,0.59090906,0.5661157,0.5495868,0.5413223,0.4876033,0.38842976,0.3429752,0.3264463,0.47107437,0.49586776,0.4214876,0.4214876,0.42975205,0.45041323,0.553719,0.55785125,0.44214877,0.36363637,0.34710744,0.3140496,0.28512397,0.3677686,0.40082645,0.42975205,0.2768595,0.46694216,0.23140496,0.29752067,0.3181818,0.30578512,0.26859504,0.30991736,0.40082645,0.35123968,0.3181818,0.35123968,0.46694216,0.4752066,0.53305787,0.5371901,0.5661157,0.3966942,0.38016528,0.3305785,0.3553719,0.3140496,0.45041323,0.88842976,0.8429752,0.32231405,0.32231405,0.32231405,0.26859504,0.28099173,0.29752067,0.29752067,0.3264463,0.42975205,0.42975205,0.37190083,0.3966942,0.58677685,0.607438,0.58677685,0.59917355,0.58264464,0.57438016,0.57024795,0.5123967,0.3553719,0.3264463,0.3140496,0.40495867,0.45041323,0.45454547,0.46280992,0.46280992,0.5371901,0.59090906,0.607438,0.49586776,0.43801653,0.39256197,0.3966942,0.3429752,0.30578512,0.39256197,0.44214877,0.3429752,0.5041322,0.14049587,0.23553719,0.26859504,0.35950413,0.30165288,0.2107438,0.3305785,0.2231405,0.18181819,0.44214877,0.42975205,0.4752066,0.553719,0.54545456,0.49173555,0.35950413,0.3429752,0.3553719,0.40082645,0.35123968,0.3966942,0.72727275,0.7107438,0.40495867,0.42561984,0.42975205,0.38842976,0.38429752,0.3966942,0.37603307,0.38016528,0.47933885,0.5247934,0.46694216,0.38429752,0.43801653,0.5495868,0.5495868,0.59504133,0.58264464,0.58264464,0.553719,0.45867768,0.3305785,0.27272728,0.37190083,0.45454547,0.46694216,0.43801653,0.4090909,0.42561984,0.4876033,0.47933885,0.7231405,0.58677685,0.44214877,0.43801653,0.41735536,0.45454547,0.33471075,0.35123968,0.446281,0.40495867,0.45867768,0.19421488,0.1983471,0.25619835,0.4090909,0.42561984,0.23553719,0.38429752,0.3140496,0.27272728,0.37190083,0.37190083,0.5082645,0.57024795,0.5123967,0.4214876,0.3429752,0.338843,0.38842976,0.41735536,0.37190083,0.30991736,0.45867768,0.5041322,0.41322315,0.4090909,0.38842976,0.37190083,0.36363637,0.42561984,0.42561984,0.42975205,0.5123967,0.53305787,0.5495868,0.3966942,0.41322315,0.42975205,0.4338843,0.5289256,0.4090909,0.45867768,0.4752066,0.41735536,0.28099173,0.3181818,0.37190083,0.36363637,0.38016528,0.3677686,0.37603307,0.4090909,0.38429752,0.4338843,0.9338843,0.71487606,0.38016528,0.46280992,0.4214876,0.41322315,0.46280992,0.3429752,0.45041323,0.45454547,0.42975205,0.24380165,0.11157025,0.30991736,0.677686,0.60330576,0.36363637,0.30991736,0.35123968,0.32231405,0.3677686,0.35950413,0.5371901,0.56198347,0.42975205,0.3553719,0.38016528,0.4090909,0.42561984,0.4752066,0.38429752,0.36363637,0.32231405,0.30165288,0.2892562,0.32231405,0.338843,0.3553719,0.30165288,0.28099173,0.3553719,0.40082645,0.553719,0.56198347,0.58264464,0.45867768,0.37190083,0.41322315,0.37190083,0.661157,0.2644628,0.3181818,0.37190083,0.41322315,0.29338843,0.30578512,0.338843,0.37603307,0.3966942,0.3677686,0.3429752,0.30991736,0.25619835,0.2520661,0.57024795,0.3553719,0.18595041,0.3264463,0.37190083,0.38842976,0.47933885,0.40495867,0.44214877,0.5,0.42561984,0.27272728,0.11157025,0.21900827,0.58264464,0.8264463,0.46694216,0.28512397,0.23140496,0.3553719,0.40082645,0.36363637,0.5289256,0.49173555,0.41735536,0.35123968,0.44214877,0.42561984,0.446281,0.45041323,0.3305785,0.38842976,0.29338843,0.12396694,0.1322314,0.1694215,0.23553719,0.2644628,0.3305785,0.37603307,0.40495867,0.42975205,0.53305787,0.5661157,0.56198347,0.48347107,0.30991736,0.37603307,0.38016528,0.45454547,0.42561984,0.3305785,0.30165288,0.3553719,0.3140496,0.32231405,0.37603307,0.47933885,0.46694216,0.37603307,0.42975205,0.3966942,0.34710744,0.2520661,0.23966943,0.1694215,0.21900827,0.21487603,0.338843,0.34710744,0.4214876,0.4338843,0.43801653,0.49173555,0.4876033,0.26859504,0.1694215,0.2768595,0.4752066,0.76033056,0.59504133,0.2603306,0.11157025,0.46280992,0.35950413,0.35950413,0.5041322,0.4752066,0.48347107,0.45041323,0.54545456,0.5785124,0.5413223,0.4338843,0.32231405,0.53305787,0.2520661,0.16115703,0.16528925,0.21900827,0.28512397,0.29752067,0.3140496,0.38429752,0.5,0.5206612,0.5,0.5206612,0.5371901,0.41322315,0.37190083,0.3140496,0.46694216,0.49586776,0.553719,0.3677686,0.3140496,0.607438,0.22727273,0.338843,0.40495867,0.4752066,0.49586776,0.42975205,0.4752066,0.45867768,0.4338843,0.36363637,0.29338843,0.2520661,0.26859504,0.25619835,0.41735536,0.37603307,0.34710744,0.36363637,0.40495867,0.38842976,0.5289256,0.3305785,0.20247933,0.25619835,0.33471075,0.553719,0.6322314,0.23966943,0.28512397,0.47107437,0.27272728,0.36363637,0.5123967,0.5413223,0.58264464,0.58264464,0.62396693,0.6652893,0.5247934,0.47107437,0.48347107,0.4876033,0.30991736,0.24380165,0.25619835,0.2892562,0.3305785,0.338843,0.3305785,0.34710744,0.42561984,0.49173555,0.48347107,0.53305787,0.553719,0.42561984,0.34710744,0.2231405,0.3264463,0.37603307,0.54545456,0.40495867,0.23140496,0.6198347,0.24380165,0.29752067,0.40082645,0.4090909,0.40495867,0.34710744,0.38842976,0.42561984,0.40495867,0.30578512,0.28099173,0.25619835,0.25619835,0.28512397,0.35123968,0.38429752,0.35123968,0.32231405,0.38429752,0.35950413,0.45041323,0.35950413,0.21487603,0.17355372,0.2520661,0.57024795,0.6404959,0.30165288,0.45867768,0.3677686,0.2231405,0.29752067,0.5661157,0.6280992,0.6487603,0.6570248,0.60330576,0.60330576,0.5,0.5082645,0.57024795,0.553719,0.4214876,0.34710744,0.3181818,0.36363637,0.3305785,0.3264463,0.3140496,0.30991736,0.35123968,0.4752066,0.54545456,0.59917355,0.5661157,0.4214876,0.29752067,0.24380165,0.41322315,0.45867768,0.5041322,0.5123967,0.3677686,0.45041323,0.30165288,0.27272728,0.45867768,0.39256197,0.338843,0.3305785,0.3677686,0.4090909,0.38429752,0.3553719,0.36363637,0.33471075,0.3305785,0.36363637,0.37190083,0.37603307,0.35950413,0.35950413,0.4090909,0.446281,0.4752066,0.38016528,0.19421488,0.13636364,0.16115703,0.6735537,0.5495868,0.37190083,0.49586776,0.40495867,0.41322315,0.40495867,0.58677685,0.59504133,0.58677685,0.59917355,0.5785124,0.5371901,0.5041322,0.42975205,0.48347107,0.4876033,0.446281,0.4090909,0.40495867,0.46694216,0.45041323,0.42561984,0.39256197,0.3677686,0.44214877,0.54545456,0.59090906,0.6363636,0.56198347,0.39256197,0.26859504,0.35950413,0.47107437,0.5082645,0.5247934,0.4876033,0.4338843,0.3305785,0.27272728,0.27272728,0.45867768,0.4876033,0.4214876,0.38429752,0.38429752,0.42561984,0.42561984,0.41735536,0.43801653,0.4214876,0.41322315,0.4090909,0.42561984,0.4090909,0.4090909,0.42975205,0.446281,0.5165289,0.5413223,0.4876033,0.30578512,0.18181819,0.18181819,0.5785124,0.5206612,0.38429752,0.46280992,0.45041323,0.57438016,0.59504133,0.6404959,0.6198347,0.58264464,0.58264464,0.5661157,0.5495868,0.5206612,0.446281,0.46280992,0.49173555,0.5,0.4752066,0.4752066,0.49173555,0.45041323,0.45041323,0.41735536,0.4338843,0.5413223,0.57438016,0.59090906,0.6446281,0.46280992,0.38429752,0.28512397,0.4214876,0.5,0.5206612,0.53305787,0.47107437,0.4338843,0.3429752,0.24793388,0.2603306,0.40082645,0.5,0.48347107,0.45041323,0.38016528,0.41735536,0.4090909,0.41735536,0.446281,0.43801653,0.44214877,0.43801653,0.42975205,0.4338843,0.43801653,0.42975205,0.4338843,0.47933885,0.5247934,0.5206612,0.45454547,0.38429752,0.24793388,0.27272728,0.54545456,0.3264463,0.38429752,0.45454547,0.59917355,0.61570245,0.6570248,0.607438,0.553719,0.5289256,0.59917355,0.59090906,0.54545456,0.5041322,0.5082645,0.5082645,0.5041322,0.5,0.46280992,0.45867768,0.4090909,0.40495867,0.42975205,0.5371901,0.57438016,0.58264464,0.6280992,0.6280992,0.4214876,0.33471075,0.3181818,0.46280992,0.5413223,0.5247934,0.5371901,0.48347107,0.446281,0.35950413,0.2520661,0.28099173,0.34710744,0.5123967,0.49586776,0.5082645,0.47107437,0.38842976,0.35950413,0.3553719,0.39256197,0.40495867,0.42561984,0.43801653,0.4338843,0.446281,0.43801653,0.41735536,0.4214876,0.45041323,0.49586776,0.5082645,0.47107437,0.37190083,0.23140496,0.13636364,0.5247934,0.21487603,0.37603307,0.43801653,0.60330576,0.61570245,0.6446281,0.58677685,0.5495868,0.49173555,0.553719,0.607438,0.57024795,0.5413223,0.5206612,0.5247934,0.5082645,0.47107437,0.4338843,0.41322315,0.38429752,0.44214877,0.5206612,0.55785125,0.55785125,0.58677685,0.62396693,0.57024795,0.3181818,0.29752067,0.40495867,0.5206612,0.56198347,0.5165289,0.5289256,0.48347107,0.45867768,0.40082645,0.24793388,0.27272728,0.2892562,0.48347107,0.49586776,0.49586776,0.5123967,0.49586776,0.42975205,0.37603307,0.3264463,0.338843,0.38016528,0.40082645,0.4090909,0.4214876,0.44214877,0.43801653,0.446281,0.46694216,0.48347107,0.5123967,0.46694216,0.338843,0.2603306,0.19421488,0.42561984,0.28512397,0.4214876,0.40082645,0.58264464,0.62396693,0.6198347,0.57438016,0.57024795,0.5289256,0.5082645,0.553719,0.57024795,0.5371901,0.5289256,0.5041322,0.4752066,0.42975205,0.36363637,0.39256197,0.45454547,0.5289256,0.54545456,0.54545456,0.5661157,0.58264464,0.6528926,0.38842976,0.25619835,0.338843,0.47107437,0.55785125,0.5371901,0.5247934,0.5371901,0.49173555,0.45867768,0.44214877,0.3264463,0.24793388,0.28512397,0.37190083,0.5289256,0.4752066,0.49586776,0.5,0.46694216,0.48347107,0.45867768,0.4214876,0.41322315,0.42561984,0.4338843,0.446281,0.4338843,0.45867768,0.47107437,0.47933885,0.49586776,0.49173555,0.45454547,0.38429752,0.19008264,0.2520661,0.44214877,0.34710744,0.5206612,0.338843,0.5413223,0.6446281,0.59917355,0.58264464,0.58264464,0.54545456,0.4876033,0.5082645,0.5289256,0.5082645,0.49173555,0.4752066,0.42561984,0.4214876,0.4338843,0.4752066,0.5413223,0.54545456,0.57024795,0.56198347,0.57438016,0.61157024,0.5371901,0.18181819,0.29338843,0.40495867,0.5413223,0.55785125,0.54545456,0.5247934,0.5206612,0.49586776,0.45867768,0.46694216,0.39256197,0.27272728,0.3140496,0.18181819,0.5495868,0.47107437,0.5,0.4876033,0.46694216,0.47107437,0.47107437,0.4752066,0.46694216,0.46280992,0.46694216,0.46280992,0.45041323,0.4752066,0.47933885,0.48347107,0.49586776,0.48347107,0.44214877,0.3966942,0.1570248,0.30991736,0.45867768,0.3553719,0.6363636,0.3429752,0.41322315,0.6322314,0.61157024,0.60330576,0.5785124,0.56198347,0.53305787,0.5289256,0.5413223,0.5123967,0.49173555,0.5041322,0.5,0.49173555,0.53305787,0.5289256,0.5413223,0.5495868,0.53305787,0.5495868,0.59090906,0.56198347,0.32231405,0.27272728,0.3305785,0.45454547,0.5661157,0.57024795,0.553719,0.5247934,0.5082645,0.4876033,0.46280992,0.4752066,0.44214877,0.30991736,0.29338843,0.2892562,0.3553719,0.48347107,0.4876033,0.45867768,0.47107437,0.47933885,0.46280992,0.47107437,0.46694216,0.48347107,0.45454547,0.45867768,0.46280992,0.4752066,0.48347107,0.47107437,0.48347107,0.46280992,0.4338843,0.338843,0.17768595,0.5661157,0.3181818,0.40082645,0.6694215,0.48347107,0.30165288,0.5495868,0.6322314,0.6198347,0.59090906,0.59504133,0.56198347,0.553719,0.5495868,0.5247934,0.54545456,0.53305787,0.54545456,0.53305787,0.553719,0.53305787,0.5289256,0.5247934,0.5247934,0.5371901,0.59090906,0.40495867,0.3140496,0.30991736,0.3429752,0.5082645,0.5661157,0.59917355,0.58677685,0.5371901,0.5289256,0.5247934,0.4752066,0.4876033,0.5,0.29752067,0.27272728,0.30991736,0.27272728,0.39256197,0.48347107,0.446281,0.446281,0.47107437,0.46694216,0.45454547,0.46694216,0.4752066,0.4752066,0.4752066,0.45454547,0.446281,0.46280992,0.45041323,0.46280992,0.4338843,0.4214876,0.3140496,0.46694216,0.46280992,0.3181818,0.43801653,0.61570245,0.6487603,0.38429752,0.38429752,0.5661157,0.6198347,0.607438,0.607438,0.56198347,0.59917355,0.5495868,0.5247934,0.5495868,0.54545456,0.553719,0.5413223,0.5413223,0.53305787,0.5206612,0.5206612,0.5289256,0.5206612,0.4752066,0.46694216,0.38016528,0.36363637,0.38842976,0.5289256,0.5785124,0.59504133,0.60330576,0.55785125,0.5661157,0.58264464,0.5041322,0.5082645,0.58264464,0.29338843,0.2644628,0.24380165,0.29752067,0.24380165,0.40082645,0.46694216,0.446281,0.45041323,0.46280992,0.45041323,0.46280992,0.46694216,0.47933885,0.5123967,0.46280992,0.45041323,0.4214876,0.42561984,0.4338843,0.41322315,0.42561984,0.446281,0.5,0.40082645,0.38842976,0.42975205,0.6280992,0.6198347,0.6198347,0.446281,0.39256197,0.5247934,0.58264464,0.59504133,0.5661157,0.6363636,0.57024795,0.5165289,0.54545456,0.54545456,0.54545456,0.56198347,0.5371901,0.5371901,0.53305787,0.5123967,0.4752066,0.4214876,0.446281,0.4752066,0.37603307,0.41322315,0.4752066,0.55785125,0.58677685,0.58677685,0.60330576,0.59504133,0.5661157,0.61157024,0.5041322,0.46694216,0.59917355,0.3305785,0.39256197,0.2520661,0.22727273,0.2892562,0.1983471,0.35123968,0.4338843,0.45454547,0.45454547,0.47107437,0.4752066,0.47933885,0.47933885,0.49586776,0.49173555,0.446281,0.41322315,0.41735536,0.42561984,0.43801653,0.46280992,0.4752066,0.3966942,0.3966942,0.40082645,0.38842976,0.607438,0.59504133,0.6280992,0.6404959,0.56198347,0.4214876,0.5,0.5041322,0.5082645,0.5413223,0.59090906,0.5289256,0.5371901,0.5413223,0.5247934,0.54545456,0.5371901,0.5206612,0.48347107,0.4338843,0.41322315,0.41735536,0.46694216,0.45454547,0.42975205,0.5041322,0.5661157,0.57024795,0.59504133,0.59504133,0.6570248,0.59090906,0.5495868,0.5371901,0.47933885,0.43801653,0.59504133,0.46694216,0.41735536,0.3966942,0.23140496,0.23553719,0.3264463,0.2603306,0.30165288,0.34710744,0.446281,0.45041323,0.46694216,0.4876033,0.4876033,0.49586776,0.49173555,0.45041323,0.42975205,0.44214877,0.4338843,0.40495867,0.37190083,0.4090909,0.40082645,0.40082645,0.42975205,0.37603307,0.607438,0.5785124,0.60330576,0.62396693,0.6198347,0.61570245,0.59504133,0.54545456,0.5082645,0.43801653,0.49586776,0.5206612,0.49586776,0.49586776,0.5165289,0.5165289,0.48347107,0.45454547,0.4338843,0.41735536,0.4090909,0.3305785,0.3966942,0.48347107,0.5165289,0.57438016,0.6322314,0.6363636,0.60330576,0.62396693,0.69008267,0.56198347,0.49586776,0.46280992,0.4214876,0.40495867,0.5,0.5082645,0.43801653,0.41735536,0.39256197,0.12396694,0.2603306,0.30165288,0.2892562,0.29752067,0.2603306,0.3264463,0.36363637,0.38842976,0.42561984,0.47107437,0.47107437,0.44214877,0.40495867,0.38842976,0.37190083,0.40082645,0.40495867,0.41322315,0.4214876,0.38429752,0.45867768,0.41735536,0.61157024,0.57438016,0.5785124,0.59917355,0.59090906,0.59917355,0.677686,0.62396693,0.6528926,0.60330576,0.57024795,0.5495868,0.553719,0.5247934,0.47933885,0.4876033,0.47107437,0.47107437,0.44214877,0.39256197,0.34710744,0.23966943,0.338843,0.53305787,0.57438016,0.59090906,0.6280992,0.6652893,0.6404959,0.61157024,0.60330576,0.5082645,0.4338843,0.38429752,0.38016528,0.3677686,0.40495867,0.4338843,0.3966942,0.3429752,0.38016528,0.11157025,0.17355372,0.22727273,0.22727273,0.28099173,0.3181818,0.3264463,0.30165288,0.38842976,0.37190083,0.38842976,0.4214876,0.4338843,0.39256197,0.40495867,0.39256197,0.40495867,0.4090909,0.4090909,0.41322315,0.4090909,0.43801653,0.44214877,0.59917355,0.57024795,0.54545456,0.57024795,0.5785124,0.60330576,0.6528926,0.62396693,0.6363636,0.61570245,0.6363636,0.62396693,0.61157024,0.59917355,0.5371901,0.5206612,0.46694216,0.43801653,0.38016528,0.30991736,0.24793388,0.16115703,0.30991736,0.53305787,0.48347107,0.45041323,0.48347107,0.58264464,0.607438,0.5495868,0.5,0.44214877,0.3553719,0.30578512,0.30578512,0.2892562,0.338843,0.38429752,0.28099173,0.23140496,0.2892562,0.19008264,0.14876033,0.16528925,0.19421488,0.21900827,0.2603306,0.29752067,0.3429752,0.37603307,0.45454547,0.46694216,0.45867768,0.46694216,0.4214876,0.40495867,0.38429752,0.39256197,0.4090909,0.41322315,0.41735536,0.42561984,0.42975205,0.45867768,0.59917355,0.55785125,0.5371901,0.58264464,0.58677685,0.60330576,0.6280992,0.61570245,0.6363636,0.6280992,0.661157,0.6652893,0.6487603,0.59090906,0.54545456,0.49586776,0.446281,0.38016528,0.30991736,0.23140496,0.19008264,0.1694215,0.21487603,0.5247934,0.3677686,0.2520661,0.19421488,0.29752067,0.48347107,0.49173555,0.45867768,0.38016528,0.2892562,0.25619835,0.2520661,0.2644628,0.338843,0.2768595,0.10330579,0.18595041,0.2231405,0.2644628,0.2520661,0.18595041,0.1983471,0.19008264,0.21487603,0.2231405,0.28099173,0.3305785,0.39256197,0.45454547,0.42975205,0.43801653,0.41322315,0.40082645,0.39256197,0.40082645,0.3966942,0.41322315,0.42561984,0.42975205,0.4214876,0.45454547,0.5785124,0.553719,0.56198347,0.58677685,0.58264464,0.60330576,0.6198347,0.607438,0.61570245,0.6528926,0.6735537,0.677686,0.6446281,0.5785124,0.5165289,0.46280992,0.38429752,0.2892562,0.24380165,0.1983471,0.18595041,0.23553719,0.1694215,0.3264463,0.36363637,0.22727273,0.18181819,0.30578512,0.446281,0.4090909,0.35123968,0.3429752,0.24380165,0.22727273,0.24380165,0.2603306,0.25619835,0.11570248,0.10743801,0.14876033,0.15289256,0.28512397,0.38842976,0.29338843,0.2644628,0.2520661,0.26859504,0.23140496,0.2520661,0.30165288,0.3429752,0.40082645,0.41735536,0.41735536,0.41322315,0.4090909,0.38429752,0.40495867,0.41735536,0.41735536,0.446281,0.41735536,0.41735536,0.38016528,0.59504133,0.58264464,0.5661157,0.59090906,0.60330576,0.6198347,0.60330576,0.59917355,0.58677685,0.62396693,0.6652893,0.6363636,0.60330576,0.5661157,0.46694216,0.41322315,0.33471075,0.26859504,0.24380165,0.20661157,0.26859504,0.34710744,0.3553719,0.29338843,0.37603307,0.36363637,0.34710744,0.4090909,0.46694216,0.43801653,0.29752067,0.19421488,0.17355372,0.1446281,0.18595041,0.2768595,0.2603306,0.20247933,0.17355372,0.16115703,0.13636364,0.35123968,0.41322315,0.37603307,0.3429752,0.3264463,0.34710744,0.3305785,0.29338843,0.30991736,0.3264463,0.36363637,0.40082645,0.39256197,0.40082645,0.41735536,0.40082645,0.41735536,0.42975205,0.4214876,0.4338843,0.41322315,0.4338843,0.35123968,0.55785125,0.58677685,0.553719,0.5785124,0.607438,0.6363636,0.6198347,0.60330576,0.5785124,0.59917355,0.6322314,0.6363636,0.57024795,0.5082645,0.45041323,0.41322315,0.3429752,0.30991736,0.28512397,0.3140496,0.38016528,0.46280992,0.49173555,0.45454547,0.45041323,0.42975205,0.4214876,0.46694216,0.4338843,0.4090909,0.27272728,0.14876033,0.13636364,0.14876033,0.1446281,0.21900827,0.28099173,0.3140496,0.3181818,0.338843,0.3553719,0.446281,0.41322315,0.3966942,0.3966942,0.36363637,0.3429752,0.3429752,0.35950413,0.37190083,0.35123968,0.36363637,0.38016528,0.4090909,0.40082645,0.4214876,0.42975205,0.43801653,0.4338843,0.41735536,0.40082645,0.40082645,0.43801653,0.3677686,0.5371901,0.59090906,0.5495868,0.58264464,0.60330576,0.61570245,0.62396693,0.60330576,0.58677685,0.58677685,0.59504133,0.58264464,0.5495868,0.49586776,0.45454547,0.4338843,0.35950413,0.3429752,0.34710744,0.40495867,0.46280992,0.53305787,0.56198347,0.56198347,0.55785125,0.5206612,0.4752066,0.46694216,0.42561984,0.37190083,0.22727273,0.1322314,0.14049587,0.17355372,0.1446281,0.1694215,0.23553719,0.33471075,0.39256197,0.4752066,0.5041322,0.5082645,0.4752066,0.37603307,0.41735536,0.38429752,0.34710744,0.33471075,0.35123968,0.38429752,0.37190083,0.40495867,0.38429752,0.38842976,0.40495867,0.4214876,0.42975205,0.446281,0.42975205,0.4090909,0.38016528,0.37190083,0.38429752,0.41735536,0.54545456,0.58677685,0.5661157,0.57438016,0.59917355,0.607438,0.607438,0.59504133,0.58264464,0.59090906,0.5785124,0.57438016,0.5495868,0.5041322,0.4876033,0.40082645,0.3677686,0.34710744,0.3966942,0.46694216,0.53305787,0.5661157,0.57024795,0.5661157,0.59504133,0.56198347,0.55785125,0.5082645,0.4338843,0.33471075,0.17768595,0.11983471,0.1446281,0.20661157,0.19008264,0.18181819,0.2107438,0.3264463,0.4090909,0.5041322,0.54545456,0.53305787,0.5247934,0.45041323,0.4338843,0.41322315,0.35950413,0.33471075,0.33471075,0.3677686,0.37603307,0.3966942,0.41735536,0.3966942,0.39256197,0.4090909,0.41735536,0.44214877,0.41735536,0.3966942,0.35950413,0.35123968,0.37603307,0.41735536,0.57438016,0.58677685,0.5495868,0.57438016,0.57438016,0.61157024,0.59917355,0.59090906,0.57024795,0.57024795,0.58264464,0.59090906,0.553719,0.5,0.45041323,0.38842976,0.38016528,0.38429752,0.47933885,0.5289256,0.55785125,0.58677685,0.56198347,0.57024795,0.57024795,0.57024795,0.5661157,0.5495868,0.4876033,0.32231405,0.1694215,0.11157025,0.15289256,0.21487603,0.22727273,0.1694215,0.1983471,0.30165288,0.41322315,0.49586776,0.5371901,0.5413223,0.5247934,0.49586776,0.49173555,0.46694216,0.40495867,0.35950413,0.3264463,0.3305785,0.35950413,0.39256197,0.38842976,0.41735536,0.40082645,0.40082645,0.41322315,0.42561984,0.38842976,0.38429752,0.38842976,0.33471075,0.38016528,0.38842976,0.58677685,0.59504133,0.5661157,0.5413223,0.57024795,0.59090906,0.61157024,0.58264464,0.57024795,0.57024795,0.59917355,0.607438,0.54545456,0.5,0.4338843,0.4090909,0.4214876,0.46694216,0.5289256,0.54545456,0.5785124,0.5785124,0.57438016,0.57024795,0.57024795,0.58264464,0.553719,0.5289256,0.5,0.40495867,0.21900827,0.1322314,0.15289256,0.19421488,0.25619835,0.1694215,0.20661157,0.29752067,0.41735536,0.47107437,0.5247934,0.5289256,0.5247934,0.4752066,0.4876033,0.49173555,0.446281,0.40495867,0.3305785,0.3181818,0.32231405,0.38429752,0.3966942,0.40495867,0.4338843,0.4090909,0.40082645,0.3966942,0.38016528,0.37190083,0.38842976,0.3677686,0.38429752,0.32231405,0.5661157,0.607438,0.57438016,0.5289256,0.553719,0.57438016,0.58264464,0.607438,0.59504133,0.59090906,0.607438,0.5785124,0.5289256,0.4876033,0.41735536,0.45454547,0.48347107,0.53305787,0.53305787,0.5785124,0.58264464,0.54545456,0.56198347,0.57024795,0.553719,0.55785125,0.5495868,0.53305787,0.5123967,0.47107437,0.35123968,0.22727273,0.19421488,0.25619835,0.32231405,0.21900827,0.23966943,0.30165288,0.38429752,0.446281,0.4752066,0.5,0.5289256,0.5165289,0.48347107,0.4752066,0.45454547,0.45041323,0.338843,0.30578512,0.29752067,0.338843,0.38429752,0.41735536,0.42975205,0.4214876,0.39256197,0.38842976,0.38429752,0.38429752,0.38429752,0.3429752,0.4090909,0.22727273,0.5413223,0.607438,0.58677685,0.5206612,0.5413223,0.57024795,0.59090906,0.62396693,0.61157024,0.60330576,0.61570245,0.5785124,0.5206612,0.47933885,0.446281,0.47933885,0.5206612,0.54545456,0.5289256,0.58677685,0.60330576,0.58264464,0.5495868,0.553719,0.5413223,0.5371901,0.5206612,0.53305787,0.5,0.5041322,0.45041323,0.3677686,0.3305785,0.3677686,0.40495867,0.30165288,0.34710744,0.3677686,0.39256197,0.4090909,0.42561984,0.46694216,0.45867768,0.45454547,0.4876033,0.45041323,0.44214877,0.446281,0.38842976,0.29752067,0.30991736,0.33471075,0.38016528,0.41322315,0.42975205,0.4338843,0.41735536,0.39256197,0.37190083,0.40082645,0.37603307,0.33471075,0.3966942,0.1694215,0.5289256,0.5785124,0.59090906,0.53305787,0.5289256,0.553719,0.59090906,0.6198347,0.607438,0.59090906,0.57438016,0.54545456,0.5082645,0.4876033,0.5,0.4876033,0.57024795,0.5247934,0.5371901,0.57024795,0.58677685,0.5495868,0.5041322,0.5371901,0.5165289,0.5247934,0.5123967,0.5082645,0.47933885,0.45867768,0.42561984,0.446281,0.4090909,0.43801653,0.4214876,0.3553719,0.38842976,0.39256197,0.39256197,0.40082645,0.39256197,0.4090909,0.39256197,0.38429752,0.45041323,0.45041323,0.42561984,0.4338843,0.42561984,0.30165288,0.34710744,0.35123968,0.38842976,0.40082645,0.4090909,0.42975205,0.41322315,0.42561984,0.3677686,0.4090909,0.3677686,0.3677686,0.338843,0.22727273,0.5289256,0.54545456,0.58264464,0.5123967,0.5495868,0.54545456,0.5785124,0.607438,0.59504133,0.59504133,0.60330576,0.5247934,0.5165289,0.5165289,0.5082645,0.53305787,0.55785125,0.5123967,0.5371901,0.54545456,0.5165289,0.48347107,0.49173555,0.49173555,0.48347107,0.47107437,0.41735536,0.3966942,0.3553719,0.3305785,0.30991736,0.38842976,0.37190083,0.3553719,0.3264463,0.30165288,0.3264463,0.3553719,0.3677686,0.39256197,0.37603307,0.37603307,0.35123968,0.34710744,0.37190083,0.42561984,0.43801653,0.4090909,0.42561984,0.36363637,0.34710744,0.37190083,0.4090909,0.4214876,0.42975205,0.42975205,0.40495867,0.38429752,0.38429752,0.40082645,0.36363637,0.39256197,0.27272728,0.14876033,0.53305787,0.5289256,0.553719,0.5206612,0.56198347,0.54545456,0.56198347,0.59090906,0.61157024,0.607438,0.61157024,0.5371901,0.5289256,0.5165289,0.5247934,0.5495868,0.5413223,0.5123967,0.5123967,0.49586776,0.46280992,0.45454547,0.4752066,0.45867768,0.38429752,0.3429752,0.3140496,0.2520661,0.24793388,0.23553719,0.22727273,0.25619835,0.25619835,0.21487603,0.18181819,0.19421488,0.21900827,0.23140496,0.2644628,0.3181818,0.33471075,0.36363637,0.34710744,0.33471075,0.32231405,0.38016528,0.4338843,0.3966942,0.4214876,0.42561984,0.40082645,0.38842976,0.4214876,0.446281,0.41735536,0.42975205,0.39256197,0.38016528,0.38016528,0.40082645,0.3677686,0.40495867,0.24793388,0.08264463,0.54545456,0.553719,0.5413223,0.5413223,0.5165289,0.57024795,0.5495868,0.59504133,0.62396693,0.61570245,0.58264464,0.553719,0.5413223,0.5082645,0.5289256,0.56198347,0.5206612,0.49586776,0.47107437,0.43801653,0.41322315,0.4214876,0.37190083,0.29338843,0.26859504,0.25619835,0.23966943,0.18181819,0.16528925,0.19008264,0.23140496,0.2107438,0.16528925,0.1446281,0.1322314,0.13636364,0.14049587,0.1570248,0.17768595,0.17355372,0.2107438,0.2768595,0.29338843,0.30991736,0.30991736,0.3305785,0.38842976,0.37190083,0.4214876,0.446281,0.446281,0.4214876,0.40082645,0.43801653,0.42561984,0.42561984,0.40082645,0.3966942,0.38429752,0.40495867,0.37190083,0.44214877,0.14876033,0.09504132,0.5413223,0.5206612,0.553719,0.5413223,0.5165289,0.57438016,0.5661157,0.57438016,0.59917355,0.61157024,0.58264464,0.57438016,0.53305787,0.5206612,0.54545456,0.57024795,0.5,0.4876033,0.41322315,0.37603307,0.3553719,0.29752067,0.1983471,0.19421488,0.27272728,0.28512397,0.28512397,0.3181818,0.32231405,0.3181818,0.3429752,0.30991736,0.30578512,0.2644628,0.17768595,0.1983471,0.20661157,0.1570248,0.1446281,0.1694215,0.15289256,0.1322314,0.1694215,0.23140496,0.2603306,0.2892562,0.35123968,0.38842976,0.42561984,0.47933885,0.45867768,0.44214877,0.4214876,0.42561984,0.4214876,0.4214876,0.3966942,0.3966942,0.40082645,0.3966942,0.3966942,0.39256197,0.10330579,0.10330579,0.48347107,0.5206612,0.5413223,0.54545456,0.5123967,0.553719,0.57024795,0.58677685,0.5661157,0.61157024,0.58677685,0.57438016,0.54545456,0.5413223,0.57024795,0.53305787,0.49586776,0.43801653,0.37190083,0.29752067,0.23553719,0.23140496,0.29338843,0.38429752,0.42561984,0.446281,0.47933885,0.48347107,0.48347107,0.45867768,0.46280992,0.41322315,0.42975205,0.45041323,0.37603307,0.35950413,0.40082645,0.39256197,0.3553719,0.30165288,0.30165288,0.26859504,0.1694215,0.09504132,0.18595041,0.23966943,0.30578512,0.35950413,0.41735536,0.46694216,0.4752066,0.446281,0.43801653,0.4338843,0.42561984,0.4090909,0.38429752,0.40082645,0.4090909,0.40495867,0.40495867,0.3429752,0.11983471,0.09917355,0.38842976,0.49586776,0.53305787,0.553719,0.5123967,0.5247934,0.56198347,0.58677685,0.56198347,0.62396693,0.5785124,0.5661157,0.553719,0.55785125,0.5785124,0.5082645,0.44214877,0.35950413,0.27272728,0.20661157,0.3553719,0.553719,0.5371901,0.55785125,0.5371901,0.5413223,0.5289256,0.5123967,0.5,0.49173555,0.46694216,0.45041323,0.44214877,0.44214877,0.43801653,0.4214876,0.44214877,0.446281,0.45867768,0.41322315,0.4214876,0.41322315,0.43801653,0.28512397,0.12809917,0.18181819,0.26859504,0.32231405,0.37603307,0.43801653,0.45454547,0.4214876,0.4090909,0.42561984,0.40495867,0.40082645,0.39256197,0.40495867,0.42975205,0.38429752,0.4214876,0.3429752,0.11983471,0.11157025,0.27272728,0.5041322,0.5123967,0.56198347,0.5206612,0.5206612,0.56198347,0.56198347,0.56198347,0.61157024,0.59504133,0.55785125,0.553719,0.56198347,0.5495868,0.45041323,0.37190083,0.26859504,0.19008264,0.2892562,0.58677685,0.607438,0.54545456,0.5785124,0.57438016,0.61157024,0.59090906,0.55785125,0.49173555,0.47933885,0.446281,0.43801653,0.42561984,0.41322315,0.41322315,0.4338843,0.45454547,0.46694216,0.46694216,0.42975205,0.4090909,0.39256197,0.41322315,0.446281,0.2644628,0.19421488,0.23966943,0.30578512,0.3553719,0.41322315,0.42975205,0.41735536,0.43801653,0.3966942,0.39256197,0.39256197,0.3966942,0.40082645,0.41735536,0.38842976,0.41735536,0.35123968,0.08264463,0.10743801,0.16115703,0.46694216,0.5247934,0.5371901,0.5289256,0.5,0.55785125,0.55785125,0.5495868,0.5785124,0.607438,0.55785125,0.55785125,0.55785125,0.4752066,0.4214876,0.3305785,0.23966943,0.2107438,0.49586776,0.607438,0.5661157,0.53305787,0.5495868,0.5495868,0.56198347,0.5413223,0.49586776,0.44214877,0.38429752,0.3305785,0.3305785,0.3429752,0.3140496,0.338843,0.36363637,0.38016528,0.38016528,0.38016528,0.37190083,0.30578512,0.338843,0.37190083,0.4214876,0.3429752,0.21900827,0.27272728,0.338843,0.38842976,0.40082645,0.41322315,0.41735536,0.41322315,0.38842976,0.3677686,0.38016528,0.39256197,0.39256197,0.41322315,0.39256197,0.4214876,0.30165288,0.0785124,0.10330579,0.10330579,0.37603307,0.5495868,0.5206612,0.5206612,0.5082645,0.53305787,0.55785125,0.553719,0.57024795,0.58264464,0.5495868,0.5661157,0.55785125,0.446281,0.3966942,0.30991736,0.24380165,0.3305785,0.5661157,0.59917355,0.54545456,0.5289256,0.5041322,0.46694216,0.46280992,0.45867768,0.42561984,0.38016528,0.29338843,0.28512397,0.3181818,0.30165288,0.27272728,0.29338843,0.28512397,0.27272728,0.28512397,0.27272728,0.2768595,0.29338843,0.3140496,0.34710744,0.39256197,0.3966942,0.28099173,0.3305785,0.3677686,0.38016528,0.38842976,0.41322315,0.40082645,0.3966942,0.38429752,0.37603307,0.38842976,0.39256197,0.41735536,0.3966942,0.38429752,0.41735536,0.22727273,0.12809917,0.16528925,0.11157025,0.2107438,0.56198347,0.5165289,0.5206612,0.5165289,0.5165289,0.54545456,0.54545456,0.5289256,0.55785125,0.5495868,0.553719,0.5165289,0.446281,0.36363637,0.30165288,0.25619835,0.40495867,0.553719,0.57024795,0.53305787,0.5247934,0.45454547,0.4214876,0.4090909,0.41322315,0.40495867,0.3429752,0.25619835,0.29338843,0.29752067,0.2644628,0.24793388,0.2520661,0.2231405,0.21900827,0.24793388,0.2603306,0.28099173,0.3140496,0.35950413,0.3677686,0.40082645,0.45041323,0.30578512,0.338843,0.3553719,0.36363637,0.37190083,0.40082645,0.38016528,0.39256197,0.38842976,0.38842976,0.39256197,0.38842976,0.42561984,0.39256197,0.38429752,0.41735536,0.3429752,0.30991736,0.3181818,0.12809917,0.12809917,0.56198347,0.5041322,0.5206612,0.5082645,0.5247934,0.5165289,0.53305787,0.5123967,0.5247934,0.54545456,0.5247934,0.4876033,0.40495867,0.3305785,0.2603306,0.30991736,0.446281,0.5661157,0.5495868,0.5165289,0.48347107,0.44214877,0.41735536,0.40495867,0.42561984,0.40495867,0.34710744,0.30165288,0.30165288,0.26859504,0.2603306,0.2520661,0.21900827,0.20661157,0.22727273,0.2520661,0.29752067,0.3305785,0.3553719,0.38429752,0.4090909,0.42975205,0.4752066,0.36363637,0.33471075,0.35123968,0.34710744,0.35950413,0.3677686,0.35950413,0.38016528,0.3966942,0.38016528,0.38429752,0.40495867,0.4090909,0.40495867,0.38842976,0.40495867,0.44214877,0.4214876,0.41735536,0.1322314,0.08264463,0.39256197,0.53305787,0.5247934,0.5,0.5206612,0.53305787,0.5165289,0.5123967,0.5206612,0.53305787,0.5,0.46280992,0.37190083,0.28512397,0.2768595,0.3966942,0.5371901,0.5785124,0.553719,0.5082645,0.46694216,0.43801653,0.38842976,0.43801653,0.4338843,0.38429752,0.36363637,0.3181818,0.30165288,0.2644628,0.2768595,0.25619835,0.23140496,0.25619835,0.24793388,0.26859504,0.28512397,0.338843,0.37190083,0.3966942,0.41735536,0.42975205,0.45867768,0.45041323,0.36363637,0.33471075,0.33471075,0.3429752,0.35950413,0.36363637,0.37603307,0.39256197,0.37190083,0.38842976,0.40495867,0.40495867,0.37603307,0.40082645,0.39256197,0.49173555,0.47107437,0.45454547,0.13636364,0.11157025,0.2231405,0.5,0.5247934,0.5165289,0.5082645,0.5413223,0.5123967,0.5041322,0.5082645,0.49586776,0.48347107,0.42975205,0.3264463,0.2768595,0.3429752,0.5247934,0.59917355,0.58677685,0.5289256,0.47933885,0.44214877,0.41735536,0.41322315,0.46280992,0.4214876,0.38842976,0.41735536,0.37190083,0.35123968,0.30165288,0.2768595,0.26859504,0.2644628,0.30578512,0.3140496,0.29338843,0.29752067,0.338843,0.38429752,0.4090909,0.45041323,0.446281,0.47107437,0.45867768,0.4338843,0.36363637,0.3429752,0.338843,0.3429752,0.36363637,0.3677686,0.37603307,0.3677686,0.3966942,0.4090909,0.40082645,0.37190083,0.3966942,0.4214876,0.5165289,0.49586776,0.49173555,0.12809917,0.12809917,0.13636364,0.38842976,0.55785125,0.5123967,0.49173555,0.53305787,0.5082645,0.49173555,0.5,0.45041323,0.46280992,0.4090909,0.28512397,0.3140496,0.45041323,0.5785124,0.607438,0.58677685,0.5289256,0.47107437,0.4090909,0.42561984,0.446281,0.45454547,0.446281,0.45454547,0.46280992,0.42975205,0.39256197,0.338843,0.32231405,0.3264463,0.3553719,0.338843,0.35950413,0.37190083,0.338843,0.32231405,0.35950413,0.42561984,0.4338843,0.45454547,0.47933885,0.46280992,0.45041323,0.4338843,0.37603307,0.3305785,0.3305785,0.338843,0.36363637,0.38016528,0.37603307,0.39256197,0.4214876,0.4090909,0.38842976,0.40495867,0.46694216,0.5,0.53305787,0.5123967,0.12396694,0.1322314,0.12396694,0.21900827,0.5165289,0.5289256,0.5082645,0.5206612,0.5082645,0.5041322,0.46694216,0.46694216,0.446281,0.3966942,0.27272728,0.39256197,0.5371901,0.59504133,0.59090906,0.553719,0.5206612,0.46280992,0.4214876,0.45041323,0.45867768,0.48347107,0.4876033,0.5041322,0.48347107,0.46280992,0.42975205,0.39256197,0.37190083,0.38016528,0.41322315,0.40082645,0.41322315,0.42561984,0.40495867,0.3553719,0.35950413,0.4090909,0.44214877,0.43801653,0.45041323,0.45867768,0.46280992,0.4338843,0.4214876,0.3429752,0.33471075,0.3553719,0.3553719,0.38016528,0.38429752,0.39256197,0.42561984,0.3677686,0.39256197,0.41735536,0.53305787,0.5082645,0.5413223,0.5206612,0.12809917,0.12809917,0.12809917,0.1570248,0.40082645,0.58264464,0.5247934,0.5082645,0.5123967,0.5041322,0.45867768,0.46280992,0.45454547,0.39256197,0.338843,0.46280992,0.5785124,0.5785124,0.55785125,0.5413223,0.5289256,0.47933885,0.43801653,0.45041323,0.45454547,0.53305787,0.5123967,0.5041322,0.4876033,0.446281,0.42561984,0.40495867,0.3966942,0.38429752,0.38842976,0.39256197,0.41735536,0.4338843,0.42975205,0.4214876,0.38842976,0.41322315,0.42561984,0.446281,0.40082645,0.42561984,0.4090909,0.4090909,0.39256197,0.37603307,0.35950413,0.33471075,0.3264463,0.37603307,0.38842976,0.39256197,0.41735536,0.37603307,0.39256197,0.4338843,0.6404959,0.53305787,0.5123967,0.5082645,0.1322314,0.1322314,0.1322314,0.12809917,0.18595041,0.58677685,0.553719,0.5,0.5041322,0.4876033,0.46280992,0.46694216,0.45454547,0.38842976,0.40082645,0.46694216,0.57438016,0.53305787,0.5247934,0.553719,0.5413223,0.47933885,0.45454547,0.42975205,0.5206612,0.5371901,0.5165289,0.48347107,0.46280992,0.42975205,0.40082645,0.41322315,0.4090909,0.40082645,0.38429752,0.37603307,0.41322315,0.42561984,0.4338843,0.45867768,0.41322315,0.4090909,0.41735536,0.4214876,0.39256197,0.40495867,0.37603307,0.38016528,0.3553719,0.3553719,0.38842976,0.35123968,0.33471075,0.35950413,0.3966942,0.40082645,0.40495867,0.39256197,0.36363637,0.58264464,0.6735537,0.57024795,0.48347107,0.4876033,0.12809917,0.12809917,0.12396694,0.13636364,0.05785124,0.4752066,0.56198347,0.5165289,0.49173555,0.48347107,0.45454547,0.47933885,0.47933885,0.41735536,0.4090909,0.46280992,0.53305787,0.5082645,0.5413223,0.5495868,0.5495868,0.47107437,0.446281,0.46694216,0.5082645,0.5041322,0.5,0.49173555,0.45041323,0.40495867,0.40495867,0.41735536,0.40082645,0.37603307,0.35123968,0.3677686,0.41322315,0.4090909,0.4090909,0.42561984,0.4338843,0.41322315,0.3966942,0.3966942,0.4090909,0.3966942,0.3429752,0.35123968,0.32231405,0.29752067,0.3305785,0.3553719,0.338843,0.33471075,0.38016528,0.3966942,0.40082645,0.37190083,0.4214876,0.661157,0.6404959,0.62396693,0.446281,0.5082645,0.1322314,0.12396694,0.12809917,0.1322314,0.09917355,0.2644628,0.5785124,0.5289256,0.5041322,0.47107437,0.47107437,0.45867768,0.47933885,0.42561984,0.37603307,0.45867768,0.5123967,0.5165289,0.54545456,0.5289256,0.5413223,0.5,0.4752066,0.49173555,0.48347107,0.4876033,0.4876033,0.47933885,0.4214876,0.38429752,0.3966942,0.39256197,0.37190083,0.3553719,0.3181818,0.33471075,0.37603307,0.40495867,0.4090909,0.4214876,0.41322315,0.40495867,0.4090909,0.38842976,0.39256197,0.37190083,0.3429752,0.3140496,0.2892562,0.24380165,0.27272728,0.29752067,0.30991736,0.3429752,0.3553719,0.4090909,0.3966942,0.38842976,0.5041322,0.677686,0.6404959,0.7066116,0.338843,0.5041322,0.12396694,0.13636364,0.13636364,0.12809917,0.12396694,0.17355372,0.607438,0.49173555,0.5413223,0.47933885,0.46694216,0.45454547,0.47107437,0.42561984,0.34710744,0.4752066,0.49586776,0.5082645,0.5247934,0.5165289,0.54545456,0.49586776,0.48347107,0.4876033,0.46694216,0.4752066,0.4752066,0.46694216,0.3966942,0.37603307,0.37190083,0.35950413,0.35950413,0.3264463,0.30165288,0.3140496,0.30991736,0.338843,0.40082645,0.4214876,0.40495867,0.38429752,0.3966942,0.35123968,0.36363637,0.34710744,0.3140496,0.3140496,0.2768595,0.20247933,0.23966943,0.2603306,0.28099173,0.3181818,0.34710744,0.40495867,0.38842976,0.38429752,0.60330576,0.6818182,0.6528926,0.71900827,0.49173555,0.32231405,33 +0.46694216,0.4752066,0.45454547,0.49173555,0.49586776,0.4876033,0.57024795,0.59090906,0.60330576,0.6280992,0.6280992,0.553719,0.59090906,0.57024795,0.58264464,0.59917355,0.61570245,0.59090906,0.61570245,0.61570245,0.6198347,0.59917355,0.59917355,0.61570245,0.61157024,0.6363636,0.661157,0.69008267,0.6528926,0.6570248,0.6652893,0.6694215,0.6446281,0.61157024,0.6487603,0.6280992,0.607438,0.607438,0.6198347,0.61157024,0.58677685,0.57438016,0.57438016,0.57024795,0.57024795,0.5785124,0.57438016,0.54545456,0.57438016,0.54545456,0.53305787,0.5289256,0.5247934,0.5165289,0.53305787,0.5247934,0.5247934,0.553719,0.42975205,0.5206612,0.5413223,0.56198347,0.5413223,0.47933885,0.47933885,0.44214877,0.46694216,0.5123967,0.5123967,0.49586776,0.58677685,0.5661157,0.59504133,0.61157024,0.58264464,0.5661157,0.58264464,0.58677685,0.57438016,0.5495868,0.61570245,0.5785124,0.607438,0.6280992,0.62396693,0.61570245,0.59917355,0.59090906,0.59090906,0.61157024,0.6363636,0.661157,0.6487603,0.6446281,0.6735537,0.6694215,0.62396693,0.59504133,0.6198347,0.6404959,0.6363636,0.59504133,0.59090906,0.59504133,0.5495868,0.553719,0.553719,0.553719,0.57024795,0.58264464,0.55785125,0.55785125,0.55785125,0.5495868,0.5206612,0.5289256,0.5289256,0.5123967,0.5247934,0.5165289,0.5123967,0.5413223,0.5,0.5165289,0.553719,0.5495868,0.5413223,0.5206612,0.45454547,0.46280992,0.45867768,0.5123967,0.5041322,0.5206612,0.58677685,0.57024795,0.607438,0.59917355,0.5785124,0.5785124,0.57438016,0.57438016,0.59504133,0.57438016,0.59090906,0.57024795,0.607438,0.61157024,0.61570245,0.60330576,0.58677685,0.5785124,0.58677685,0.5785124,0.59090906,0.62396693,0.62396693,0.6198347,0.60330576,0.6363636,0.6322314,0.61157024,0.62396693,0.6280992,0.61157024,0.57024795,0.553719,0.56198347,0.54545456,0.553719,0.5785124,0.553719,0.55785125,0.55785125,0.5413223,0.553719,0.5413223,0.5206612,0.5247934,0.5289256,0.5247934,0.53305787,0.5082645,0.5371901,0.5206612,0.53305787,0.553719,0.5371901,0.5413223,0.54545456,0.5206612,0.53305787,0.446281,0.47933885,0.49173555,0.47107437,0.53305787,0.55785125,0.59504133,0.60330576,0.55785125,0.57438016,0.58264464,0.5661157,0.5247934,0.553719,0.5661157,0.58264464,0.59090906,0.5413223,0.59917355,0.58264464,0.58264464,0.58264464,0.55785125,0.58264464,0.58264464,0.55785125,0.553719,0.57438016,0.58264464,0.5785124,0.55785125,0.58677685,0.6198347,0.58677685,0.5785124,0.59090906,0.55785125,0.5247934,0.5413223,0.5413223,0.5413223,0.56198347,0.607438,0.56198347,0.5495868,0.5165289,0.49173555,0.5082645,0.4752066,0.45454547,0.45454547,0.46280992,0.49586776,0.5041322,0.5165289,0.53305787,0.5247934,0.5413223,0.57024795,0.5495868,0.5495868,0.5371901,0.5206612,0.5413223,0.49173555,0.446281,0.5,0.49173555,0.56198347,0.5661157,0.61157024,0.57438016,0.56198347,0.553719,0.553719,0.5165289,0.47933885,0.5165289,0.5041322,0.5371901,0.55785125,0.5413223,0.5661157,0.55785125,0.57438016,0.57438016,0.55785125,0.5495868,0.54545456,0.5495868,0.53305787,0.5495868,0.5661157,0.54545456,0.5289256,0.553719,0.5661157,0.56198347,0.5371901,0.5413223,0.5206612,0.5,0.5289256,0.5247934,0.5371901,0.56198347,0.59090906,0.53305787,0.46280992,0.42975205,0.446281,0.40082645,0.38429752,0.36363637,0.38429752,0.4090909,0.4338843,0.46280992,0.5,0.5123967,0.53305787,0.5495868,0.57024795,0.553719,0.5413223,0.5413223,0.5165289,0.54545456,0.49586776,0.47933885,0.48347107,0.5123967,0.58264464,0.59504133,0.5661157,0.57438016,0.5413223,0.5495868,0.5041322,0.45041323,0.446281,0.45454547,0.43801653,0.47107437,0.4752066,0.4876033,0.5371901,0.49586776,0.5123967,0.5413223,0.5165289,0.5123967,0.49173555,0.5082645,0.5082645,0.5,0.5206612,0.5165289,0.5206612,0.5206612,0.5289256,0.5041322,0.5123967,0.48347107,0.46694216,0.47107437,0.49173555,0.49173555,0.5206612,0.5206612,0.4876033,0.446281,0.38016528,0.34710744,0.37603307,0.3264463,0.35123968,0.30991736,0.36363637,0.36363637,0.37190083,0.41735536,0.41322315,0.44214877,0.5,0.5661157,0.5413223,0.54545456,0.53305787,0.553719,0.53305787,0.54545456,0.42975205,0.46694216,0.47933885,0.53305787,0.59917355,0.5785124,0.5247934,0.58677685,0.5165289,0.53305787,0.38842976,0.38016528,0.38016528,0.38429752,0.35950413,0.38429752,0.38016528,0.3966942,0.4338843,0.4090909,0.40082645,0.4214876,0.44214877,0.4752066,0.45867768,0.46280992,0.446281,0.446281,0.47933885,0.49586776,0.5247934,0.5206612,0.5082645,0.48347107,0.47107437,0.44214877,0.41735536,0.4090909,0.42561984,0.45041323,0.42975205,0.4338843,0.39256197,0.37190083,0.30578512,0.28099173,0.30991736,0.29752067,0.28512397,0.28099173,0.2892562,0.28512397,0.29338843,0.3305785,0.38842976,0.41735536,0.446281,0.5289256,0.56198347,0.5289256,0.53305787,0.553719,0.5123967,0.5495868,0.4214876,0.446281,0.4876033,0.56198347,0.61157024,0.56198347,0.56198347,0.553719,0.47933885,0.45454547,0.30991736,0.28099173,0.2768595,0.30991736,0.2892562,0.29338843,0.28512397,0.29338843,0.28099173,0.2768595,0.26859504,0.2768595,0.3181818,0.39256197,0.41322315,0.39256197,0.37603307,0.38016528,0.446281,0.5123967,0.5123967,0.5165289,0.49586776,0.45454547,0.42561984,0.37190083,0.33471075,0.3305785,0.338843,0.3429752,0.30578512,0.3140496,0.29752067,0.25619835,0.1983471,0.20661157,0.2520661,0.26859504,0.24380165,0.2231405,0.2603306,0.25619835,0.24380165,0.28099173,0.30165288,0.38429752,0.38429752,0.5,0.5165289,0.553719,0.5289256,0.5495868,0.5247934,0.5247934,0.42561984,0.446281,0.5206612,0.54545456,0.5785124,0.553719,0.56198347,0.5082645,0.41322315,0.40495867,0.34710744,0.3429752,0.3305785,0.3140496,0.27272728,0.27272728,0.24380165,0.2644628,0.24380165,0.2644628,0.24380165,0.23553719,0.24793388,0.29752067,0.30578512,0.3264463,0.3305785,0.3429752,0.4752066,0.5165289,0.53305787,0.5289256,0.5123967,0.45454547,0.4090909,0.3429752,0.2603306,0.26859504,0.2520661,0.22727273,0.23140496,0.23140496,0.19421488,0.16528925,0.16528925,0.17768595,0.1983471,0.24793388,0.23140496,0.2107438,0.2231405,0.24793388,0.19008264,0.21900827,0.25619835,0.28512397,0.3264463,0.41322315,0.4876033,0.5123967,0.553719,0.5,0.5289256,0.5247934,0.46280992,0.41322315,0.5041322,0.47107437,0.4338843,0.38842976,0.36363637,0.37603307,0.38016528,0.38429752,0.3429752,0.30578512,0.32231405,0.3305785,0.3264463,0.3264463,0.40082645,0.38429752,0.30991736,0.29338843,0.2603306,0.27272728,0.27272728,0.24793388,0.24793388,0.26859504,0.3140496,0.4338843,0.49173555,0.53305787,0.58264464,0.58264464,0.55785125,0.49173555,0.45454547,0.38842976,0.26859504,0.2107438,0.20661157,0.20661157,0.1983471,0.20247933,0.1983471,0.20247933,0.2231405,0.28099173,0.30991736,0.3140496,0.2768595,0.28099173,0.25619835,0.25619835,0.25619835,0.27272728,0.2520661,0.2603306,0.29752067,0.35123968,0.45041323,0.5082645,0.5206612,0.5041322,0.5206612,0.49586776,0.446281,0.35950413,0.3553719,0.35950413,0.35950413,0.3429752,0.3966942,0.446281,0.45454547,0.4090909,0.40495867,0.39256197,0.3677686,0.35123968,0.37603307,0.35950413,0.3966942,0.4338843,0.41735536,0.34710744,0.32231405,0.30165288,0.30991736,0.2892562,0.27272728,0.28099173,0.3966942,0.5247934,0.553719,0.553719,0.58264464,0.607438,0.5785124,0.5413223,0.5123967,0.4338843,0.3181818,0.23966943,0.26859504,0.2768595,0.28512397,0.29752067,0.30991736,0.30991736,0.33471075,0.45454547,0.5413223,0.48347107,0.38429752,0.30578512,0.2892562,0.27272728,0.23553719,0.23966943,0.25619835,0.24380165,0.2231405,0.25619835,0.3305785,0.41735536,0.45867768,0.5,0.5247934,0.5041322,0.24380165,0.24793388,0.38429752,0.42561984,0.3553719,0.26859504,0.4338843,0.5,0.46280992,0.38842976,0.3181818,0.34710744,0.3429752,0.3305785,0.3553719,0.30578512,0.32231405,0.3264463,0.27272728,0.2520661,0.29338843,0.30991736,0.32231405,0.32231405,0.21900827,0.30165288,0.42975205,0.56198347,0.58677685,0.57024795,0.59917355,0.607438,0.57438016,0.56198347,0.53305787,0.45041323,0.3264463,0.3305785,0.34710744,0.33471075,0.3305785,0.33471075,0.338843,0.35123968,0.38016528,0.44214877,0.446281,0.44214877,0.39256197,0.34710744,0.30578512,0.3264463,0.29752067,0.29338843,0.32231405,0.37603307,0.40082645,0.30991736,0.2768595,0.2768595,0.30991736,0.41735536,0.5123967,0.55785125,0.14876033,0.33471075,0.48347107,0.24793388,0.1983471,0.20247933,0.4338843,0.4338843,0.3966942,0.36363637,0.3429752,0.338843,0.38429752,0.3553719,0.37603307,0.3677686,0.338843,0.3553719,0.36363637,0.25619835,0.1983471,0.22727273,0.2520661,0.29752067,0.3429752,0.2603306,0.30165288,0.5413223,0.607438,0.58264464,0.62396693,0.6404959,0.61570245,0.57024795,0.49586776,0.4090909,0.3553719,0.338843,0.35123968,0.36363637,0.38842976,0.3553719,0.3677686,0.4090909,0.4876033,0.53305787,0.61570245,0.5785124,0.43801653,0.41735536,0.3553719,0.30578512,0.2644628,0.1983471,0.2644628,0.3966942,0.5495868,0.49586776,0.41735536,0.29338843,0.32231405,0.32231405,0.28512397,0.42561984,0.19008264,0.42561984,0.3677686,0.28512397,0.23553719,0.22727273,0.3966942,0.39256197,0.35123968,0.37603307,0.37603307,0.38429752,0.42561984,0.33471075,0.32231405,0.3677686,0.38842976,0.37190083,0.3305785,0.26859504,0.21487603,0.20247933,0.21900827,0.23966943,0.40495867,0.4338843,0.25619835,0.41322315,0.5661157,0.59090906,0.61157024,0.6446281,0.6487603,0.5661157,0.4752066,0.38429752,0.30165288,0.35950413,0.33471075,0.28099173,0.30165288,0.3305785,0.38429752,0.41735536,0.49586776,0.5289256,0.53305787,0.5165289,0.38842976,0.37603307,0.42561984,0.37603307,0.30991736,0.2603306,0.20247933,0.36363637,0.5413223,0.5495868,0.4214876,0.24793388,0.26859504,0.5041322,0.12809917,0.16528925,0.1983471,0.4338843,0.38429752,0.30991736,0.26859504,0.24380165,0.3264463,0.44214877,0.38842976,0.45041323,0.4752066,0.48347107,0.4214876,0.38842976,0.3966942,0.40082645,0.41735536,0.40495867,0.40082645,0.3264463,0.25619835,0.20247933,0.20661157,0.20247933,0.37190083,0.53305787,0.338843,0.4090909,0.47933885,0.5,0.59917355,0.59090906,0.5165289,0.46280992,0.41735536,0.32231405,0.338843,0.3305785,0.3140496,0.28099173,0.29338843,0.37190083,0.44214877,0.44214877,0.5041322,0.5206612,0.49586776,0.45041323,0.40495867,0.3429752,0.3140496,0.40495867,0.30991736,0.3966942,0.2603306,0.3429752,0.5165289,0.607438,0.4214876,0.2231405,0.17768595,0.48347107,0.09917355,0.1983471,0.2644628,0.4214876,0.2892562,0.24380165,0.23966943,0.23553719,0.35123968,0.58264464,0.5247934,0.60330576,0.607438,0.5165289,0.446281,0.41735536,0.35123968,0.24793388,0.23140496,0.2603306,0.2603306,0.24793388,0.24793388,0.2603306,0.32231405,0.3966942,0.37190083,0.5206612,0.42561984,0.45041323,0.446281,0.48347107,0.446281,0.5082645,0.4090909,0.40495867,0.41322315,0.30991736,0.37190083,0.3181818,0.38016528,0.45041323,0.446281,0.3966942,0.45454547,0.3553719,0.3677686,0.3553719,0.29338843,0.24380165,0.2644628,0.32231405,0.30165288,0.29752067,0.4338843,0.338843,0.35123968,0.3264463,0.44214877,0.59504133,0.49586776,0.28512397,0.23140496,0.41735536,0.17355372,0.23966943,0.4338843,0.3140496,0.17355372,0.16528925,0.1983471,0.2520661,0.4338843,0.6528926,0.6198347,0.59090906,0.57438016,0.45867768,0.46280992,0.38429752,0.27272728,0.22727273,0.17768595,0.21900827,0.2768595,0.3305785,0.4090909,0.35950413,0.4338843,0.5165289,0.5041322,0.5495868,0.45041323,0.42975205,0.36363637,0.3677686,0.3140496,0.3264463,0.338843,0.3140496,0.39256197,0.2644628,0.43801653,0.38016528,0.4090909,0.5,0.5785124,0.5082645,0.49586776,0.446281,0.41735536,0.32231405,0.24380165,0.1694215,0.17768595,0.1983471,0.23966943,0.23966943,0.33471075,0.28512397,0.35123968,0.3305785,0.34710744,0.45454547,0.45867768,0.28099173,0.30991736,0.37190083,0.2603306,0.18595041,0.4752066,0.21487603,0.18181819,0.18181819,0.22727273,0.28099173,0.553719,0.6446281,0.6322314,0.58264464,0.5289256,0.45454547,0.5041322,0.5123967,0.42975205,0.36363637,0.29338843,0.30578512,0.3677686,0.40495867,0.45041323,0.446281,0.5041322,0.5371901,0.553719,0.61157024,0.3966942,0.40495867,0.41735536,0.5082645,0.47933885,0.5165289,0.46280992,0.4214876,0.37190083,0.17355372,0.46280992,0.4214876,0.4214876,0.5,0.5495868,0.5371901,0.4876033,0.4752066,0.4876033,0.3264463,0.30991736,0.24793388,0.2231405,0.24793388,0.36363637,0.41322315,0.4214876,0.338843,0.3264463,0.34710744,0.35123968,0.446281,0.41322315,0.40082645,0.23140496,0.29338843,0.3264463,0.13636364,0.42561984,0.24793388,0.20247933,0.20661157,0.45454547,0.37603307,0.58677685,0.6942149,0.59504133,0.59504133,0.58264464,0.553719,0.4876033,0.4876033,0.4338843,0.41322315,0.38842976,0.41322315,0.47933885,0.47107437,0.46694216,0.45041323,0.49586776,0.55785125,0.55785125,0.57438016,0.29752067,0.46280992,0.30578512,0.38016528,0.40495867,0.49586776,0.34710744,0.33471075,0.47933885,0.21900827,0.40495867,0.38842976,0.44214877,0.5041322,0.5041322,0.5082645,0.4876033,0.4752066,0.46694216,0.40495867,0.4090909,0.34710744,0.3181818,0.37603307,0.4752066,0.5247934,0.45867768,0.42561984,0.40495867,0.38016528,0.45867768,0.5082645,0.5082645,0.47107437,0.16115703,0.35950413,0.4214876,0.1694215,0.40082645,0.3181818,0.23553719,0.13636364,0.56198347,0.3264463,0.61157024,0.6528926,0.57024795,0.61157024,0.62396693,0.58677685,0.49586776,0.49173555,0.5041322,0.47933885,0.5041322,0.5247934,0.5123967,0.4876033,0.45867768,0.45454547,0.5247934,0.56198347,0.5289256,0.49586776,0.37190083,0.49173555,0.26859504,0.3677686,0.446281,0.56198347,0.5,0.32231405,0.37190083,0.32231405,0.34710744,0.29752067,0.38429752,0.44214877,0.47107437,0.446281,0.41735536,0.4752066,0.44214877,0.43801653,0.45454547,0.45041323,0.4338843,0.47107437,0.4876033,0.49173555,0.45041323,0.46280992,0.47933885,0.49586776,0.5165289,0.5495868,0.5785124,0.40082645,0.1694215,0.59504133,0.47107437,0.21900827,0.45454547,0.4214876,0.34710744,0.2768595,0.5247934,0.4214876,0.60330576,0.62396693,0.55785125,0.58264464,0.62396693,0.58264464,0.5165289,0.53305787,0.54545456,0.5247934,0.48347107,0.46694216,0.41735536,0.4090909,0.38429752,0.46694216,0.5247934,0.553719,0.53305787,0.49586776,0.446281,0.38842976,0.39256197,0.47933885,0.5165289,0.57438016,0.53305787,0.43801653,0.30991736,0.3181818,0.3677686,0.3966942,0.40082645,0.3966942,0.4090909,0.38016528,0.3181818,0.35123968,0.36363637,0.38842976,0.40082645,0.42975205,0.42561984,0.41735536,0.4214876,0.41735536,0.4214876,0.45867768,0.5,0.54545456,0.5495868,0.55785125,0.57438016,0.3966942,0.1983471,0.38429752,0.43801653,0.30578512,0.5247934,0.29338843,0.23966943,0.15289256,0.56198347,0.6280992,0.62396693,0.61157024,0.57024795,0.55785125,0.607438,0.59090906,0.5165289,0.5082645,0.5123967,0.47107437,0.4090909,0.38016528,0.3264463,0.3140496,0.41735536,0.5041322,0.5247934,0.57438016,0.61570245,0.4090909,0.446281,0.3677686,0.446281,0.49173555,0.53305787,0.57024795,0.5,0.45041323,0.30991736,0.36363637,0.35123968,0.446281,0.44214877,0.43801653,0.4338843,0.4338843,0.35950413,0.32231405,0.30165288,0.3429752,0.38016528,0.38016528,0.38016528,0.3677686,0.38429752,0.37603307,0.37190083,0.40082645,0.4876033,0.5041322,0.56198347,0.5495868,0.5495868,0.4090909,0.30165288,0.36363637,0.3305785,0.3181818,0.5082645,0.24793388,0.17355372,0.1570248,0.49586776,0.6446281,0.6280992,0.61157024,0.59504133,0.5413223,0.5371901,0.56198347,0.5082645,0.4876033,0.45041323,0.3966942,0.32231405,0.28512397,0.32231405,0.42975205,0.49173555,0.5082645,0.5289256,0.58677685,0.58677685,0.40495867,0.41735536,0.37190083,0.4752066,0.5,0.5495868,0.57024795,0.45454547,0.4214876,0.34710744,0.3429752,0.30578512,0.4876033,0.45454547,0.44214877,0.46694216,0.4752066,0.45454547,0.41735536,0.3553719,0.29338843,0.3305785,0.3305785,0.3305785,0.3140496,0.32231405,0.3677686,0.38016528,0.4090909,0.45454547,0.48347107,0.4876033,0.5206612,0.5289256,0.45867768,0.34710744,0.42975205,0.34710744,0.3140496,0.47933885,0.3264463,0.16528925,0.15289256,0.45454547,0.6322314,0.6404959,0.59504133,0.57438016,0.5165289,0.5123967,0.5123967,0.45041323,0.47107437,0.41322315,0.38842976,0.37190083,0.4214876,0.49173555,0.5123967,0.5206612,0.5041322,0.5413223,0.58677685,0.4752066,0.41735536,0.30991736,0.45041323,0.5289256,0.5206612,0.57438016,0.56198347,0.45041323,0.4214876,0.41322315,0.2768595,0.3966942,0.4338843,0.47933885,0.45454547,0.46280992,0.45041323,0.46280992,0.46280992,0.45041323,0.3966942,0.38842976,0.3553719,0.3429752,0.3305785,0.3553719,0.3677686,0.37603307,0.41322315,0.41735536,0.42561984,0.46694216,0.49173555,0.5,0.45454547,0.2520661,0.42561984,0.33471075,0.3305785,0.46280992,0.41322315,0.19008264,0.10743801,0.42561984,0.6280992,0.6322314,0.59917355,0.57024795,0.53305787,0.5,0.5206612,0.46694216,0.48347107,0.46694216,0.47107437,0.5,0.49586776,0.5165289,0.5082645,0.5165289,0.5165289,0.5661157,0.553719,0.446281,0.3429752,0.38016528,0.49586776,0.5495868,0.5247934,0.57438016,0.5247934,0.45041323,0.44214877,0.46280992,0.3181818,0.45041323,0.28512397,0.5371901,0.47933885,0.45867768,0.44214877,0.47107437,0.42561984,0.42975205,0.43801653,0.45041323,0.4214876,0.42561984,0.40082645,0.40495867,0.39256197,0.38016528,0.4090909,0.40082645,0.4214876,0.4090909,0.45867768,0.44214877,0.4214876,0.2603306,0.47933885,0.2644628,0.35123968,0.45041323,0.45041323,0.30578512,0.09917355,0.40082645,0.607438,0.6363636,0.607438,0.56198347,0.5661157,0.5413223,0.5082645,0.5289256,0.5206612,0.5206612,0.5165289,0.5165289,0.49586776,0.49586776,0.49173555,0.5,0.53305787,0.56198347,0.39256197,0.3140496,0.3429752,0.4752066,0.553719,0.53305787,0.53305787,0.56198347,0.54545456,0.43801653,0.4338843,0.46280992,0.4214876,0.35950413,0.27272728,0.49173555,0.49173555,0.4338843,0.45041323,0.45041323,0.40495867,0.4214876,0.41735536,0.40495867,0.41322315,0.3966942,0.40082645,0.39256197,0.3966942,0.3966942,0.38842976,0.38429752,0.38842976,0.38842976,0.4090909,0.38429752,0.38842976,0.33471075,0.37603307,0.24793388,0.36363637,0.57024795,0.38016528,0.49173555,0.17768595,0.37190083,0.58677685,0.61570245,0.58677685,0.58264464,0.58677685,0.5661157,0.5413223,0.54545456,0.5371901,0.5371901,0.5206612,0.5041322,0.5,0.48347107,0.4752066,0.5082645,0.5495868,0.45867768,0.2768595,0.32231405,0.37603307,0.5082645,0.55785125,0.5413223,0.5165289,0.5247934,0.5289256,0.45867768,0.42975205,0.45867768,0.45454547,0.35123968,0.26859504,0.2644628,0.5371901,0.41322315,0.446281,0.42975205,0.38429752,0.41735536,0.41322315,0.40082645,0.3966942,0.38842976,0.40082645,0.38429752,0.35950413,0.3677686,0.3553719,0.3553719,0.35950413,0.3553719,0.37190083,0.35123968,0.3966942,0.38016528,0.30578512,0.32231405,0.37190083,0.6859504,0.3966942,0.49586776,0.46280992,0.39256197,0.56198347,0.58677685,0.57438016,0.57438016,0.58264464,0.6198347,0.5289256,0.553719,0.53305787,0.5371901,0.5206612,0.5082645,0.49586776,0.47933885,0.47107437,0.49173555,0.47933885,0.30578512,0.33471075,0.33471075,0.40082645,0.54545456,0.5785124,0.54545456,0.5,0.5371901,0.53305787,0.45454547,0.45041323,0.44214877,0.42561984,0.3140496,0.24793388,0.18595041,0.45041323,0.4090909,0.3966942,0.42561984,0.3966942,0.3966942,0.4090909,0.38842976,0.38016528,0.38842976,0.3553719,0.4090909,0.38842976,0.3553719,0.3264463,0.32231405,0.3264463,0.3264463,0.3429752,0.35950413,0.4214876,0.4214876,0.29752067,0.3677686,0.34710744,0.6818182,0.54545456,0.46280992,0.5206612,0.5413223,0.553719,0.54545456,0.57024795,0.59090906,0.6198347,0.6404959,0.5661157,0.53305787,0.5247934,0.5165289,0.5123967,0.5,0.4876033,0.45041323,0.45041323,0.42561984,0.42561984,0.338843,0.40495867,0.37603307,0.46280992,0.57024795,0.59504133,0.56198347,0.5041322,0.57024795,0.54545456,0.46280992,0.44214877,0.42561984,0.3553719,0.28512397,0.23140496,0.19008264,0.21487603,0.4090909,0.40495867,0.36363637,0.38429752,0.37603307,0.38429752,0.38429752,0.37190083,0.38429752,0.37603307,0.39256197,0.41735536,0.38429752,0.3429752,0.3264463,0.30991736,0.30165288,0.338843,0.39256197,0.5289256,0.338843,0.3181818,0.37603307,0.36363637,0.6322314,0.54545456,0.6198347,0.5247934,0.4876033,0.55785125,0.5165289,0.5123967,0.5247934,0.59504133,0.6363636,0.61157024,0.55785125,0.5206612,0.49586776,0.49173555,0.4752066,0.45867768,0.41322315,0.38016528,0.34710744,0.36363637,0.45867768,0.38429752,0.43801653,0.5165289,0.5495868,0.6280992,0.57024795,0.5247934,0.59090906,0.59090906,0.4876033,0.44214877,0.43801653,0.3181818,0.3553719,0.4090909,0.21900827,0.2107438,0.2520661,0.33471075,0.45454547,0.3553719,0.3553719,0.3429752,0.35950413,0.3677686,0.3677686,0.36363637,0.38016528,0.3966942,0.4090909,0.3553719,0.3305785,0.3181818,0.32231405,0.40495867,0.5289256,0.41735536,0.33471075,0.3429752,0.38016528,0.35950413,0.6735537,0.58677685,0.57438016,0.5785124,0.5289256,0.5165289,0.5123967,0.48347107,0.45867768,0.5289256,0.5247934,0.57024795,0.59090906,0.56198347,0.54545456,0.5165289,0.46280992,0.42975205,0.34710744,0.30991736,0.21900827,0.3429752,0.42975205,0.46280992,0.53305787,0.53305787,0.58264464,0.607438,0.60330576,0.5247934,0.5289256,0.5247934,0.48347107,0.41735536,0.45454547,0.3677686,0.4338843,0.47933885,0.4090909,0.27272728,0.18181819,0.2107438,0.28099173,0.39256197,0.40082645,0.338843,0.2892562,0.338843,0.34710744,0.3429752,0.36363637,0.3677686,0.38842976,0.3553719,0.37190083,0.4090909,0.45867768,0.4876033,0.38842976,0.3181818,0.33471075,0.36363637,0.38842976,0.38842976,0.61157024,0.57438016,0.5785124,0.55785125,0.55785125,0.5785124,0.59504133,0.58264464,0.5661157,0.45454547,0.48347107,0.5206612,0.5,0.43801653,0.41735536,0.39256197,0.35950413,0.3181818,0.25619835,0.21900827,0.1570248,0.3140496,0.49173555,0.5495868,0.59917355,0.58677685,0.57438016,0.6528926,0.5785124,0.5041322,0.46280992,0.44214877,0.41735536,0.38842976,0.45454547,0.39256197,0.4876033,0.45867768,0.4090909,0.46280992,0.15289256,0.12809917,0.19008264,0.21487603,0.2644628,0.37190083,0.40495867,0.37190083,0.3966942,0.42975205,0.4214876,0.4090909,0.42561984,0.41735536,0.41735536,0.39256197,0.3305785,0.30991736,0.29338843,0.3140496,0.338843,0.39256197,0.35950413,0.3966942,0.4338843,0.4214876,0.6198347,0.57438016,0.57024795,0.59090906,0.607438,0.62396693,0.6363636,0.6528926,0.6487603,0.6570248,0.62396693,0.553719,0.46694216,0.3677686,0.3140496,0.24380165,0.19008264,0.16528925,0.10330579,0.3140496,0.5123967,0.56198347,0.6198347,0.6487603,0.5785124,0.6652893,0.5495868,0.446281,0.4090909,0.37190083,0.36363637,0.35950413,0.39256197,0.35123968,0.45867768,0.37603307,0.3181818,0.46280992,0.15289256,0.09917355,0.1322314,0.18181819,0.1983471,0.2107438,0.24380165,0.2892562,0.2892562,0.338843,0.3966942,0.38842976,0.38842976,0.38016528,0.35123968,0.3264463,0.3305785,0.30165288,0.29752067,0.30991736,0.35123968,0.38429752,0.38016528,0.37603307,0.28512397,0.26859504,0.6198347,0.5661157,0.56198347,0.60330576,0.61157024,0.6198347,0.607438,0.6322314,0.6570248,0.69008267,0.59917355,0.5206612,0.43801653,0.3429752,0.24793388,0.19421488,0.15289256,0.13636364,0.11983471,0.17355372,0.45867768,0.4214876,0.5082645,0.62396693,0.553719,0.553719,0.46280992,0.3677686,0.30991736,0.30578512,0.3181818,0.30991736,0.29752067,0.26859504,0.32231405,0.22727273,0.2231405,0.28099173,0.11983471,0.11983471,0.11570248,0.14876033,0.17768595,0.2231405,0.2107438,0.21900827,0.21900827,0.22727273,0.27272728,0.30991736,0.30991736,0.35123968,0.35950413,0.3429752,0.338843,0.33471075,0.30578512,0.3264463,0.35950413,0.38842976,0.38429752,0.38016528,0.28512397,0.30165288,0.5371901,0.58264464,0.56198347,0.59917355,0.6280992,0.62396693,0.58264464,0.59090906,0.61570245,0.59504133,0.57438016,0.45867768,0.38016528,0.28099173,0.1983471,0.16528925,0.1446281,0.1322314,0.15289256,0.15289256,0.2107438,0.26859504,0.30165288,0.46694216,0.5041322,0.45041323,0.3966942,0.2892562,0.2231405,0.24380165,0.21487603,0.22727273,0.23140496,0.2231405,0.13636364,0.09917355,0.14049587,0.13636364,0.12809917,0.1446281,0.12396694,0.11983471,0.14049587,0.17355372,0.18181819,0.17768595,0.20661157,0.20661157,0.23140496,0.2768595,0.29338843,0.3140496,0.338843,0.35950413,0.3264463,0.3429752,0.33471075,0.33471075,0.38016528,0.37603307,0.3677686,0.38016528,0.38016528,0.38842976,0.49586776,0.607438,0.5495868,0.59504133,0.61157024,0.607438,0.57024795,0.57024795,0.57438016,0.553719,0.5123967,0.3966942,0.36363637,0.23966943,0.17768595,0.15289256,0.1322314,0.15289256,0.18595041,0.20247933,0.19008264,0.3140496,0.35950413,0.41322315,0.5,0.42561984,0.3677686,0.2644628,0.21900827,0.20247933,0.17355372,0.1983471,0.2107438,0.12396694,0.09504132,0.08264463,0.08677686,0.09090909,0.11570248,0.13636364,0.13636364,0.12396694,0.12396694,0.14876033,0.17355372,0.16115703,0.18595041,0.18181819,0.1983471,0.23966943,0.2768595,0.29338843,0.3264463,0.3429752,0.37603307,0.3305785,0.3553719,0.34710744,0.37190083,0.37190083,0.3140496,0.34710744,0.47107437,0.5,0.5289256,0.61570245,0.5495868,0.56198347,0.60330576,0.58264464,0.57024795,0.553719,0.5413223,0.5165289,0.46280992,0.38429752,0.3181818,0.21487603,0.1694215,0.15289256,0.16528925,0.18595041,0.2231405,0.27272728,0.3305785,0.42975205,0.4338843,0.45041323,0.5123967,0.40082645,0.32231405,0.20247933,0.16115703,0.19008264,0.17355372,0.2231405,0.14049587,0.07438017,0.09917355,0.08677686,0.09917355,0.09504132,0.1570248,0.1694215,0.1322314,0.14049587,0.12809917,0.1322314,0.14876033,0.14876033,0.1570248,0.15289256,0.1694215,0.20661157,0.24793388,0.29752067,0.3264463,0.3264463,0.34710744,0.37603307,0.37190083,0.3553719,0.35123968,0.34710744,0.29752067,0.30578512,0.59504133,0.607438,0.59090906,0.58677685,0.5661157,0.5371901,0.59090906,0.57438016,0.553719,0.54545456,0.5165289,0.5,0.4338843,0.37603307,0.28512397,0.19421488,0.16528925,0.16528925,0.19008264,0.21900827,0.30991736,0.40495867,0.43801653,0.46694216,0.42561984,0.46694216,0.45867768,0.37190083,0.24380165,0.1446281,0.09917355,0.11570248,0.15289256,0.17768595,0.09917355,0.09090909,0.09917355,0.09504132,0.10743801,0.1446281,0.28099173,0.2892562,0.1694215,0.13636364,0.14049587,0.1322314,0.13636364,0.1446281,0.14876033,0.14876033,0.1446281,0.18181819,0.2231405,0.2768595,0.3140496,0.3305785,0.338843,0.35950413,0.3677686,0.36363637,0.3553719,0.3264463,0.28512397,0.30165288,0.6528926,0.6570248,0.6280992,0.553719,0.57024795,0.5247934,0.5785124,0.55785125,0.5371901,0.5289256,0.5247934,0.49173555,0.43801653,0.35950413,0.2520661,0.19008264,0.1694215,0.1983471,0.2520661,0.33471075,0.46280992,0.5289256,0.48347107,0.46280992,0.45041323,0.46694216,0.41735536,0.3429752,0.20661157,0.12396694,0.11157025,0.1322314,0.1570248,0.10743801,0.09917355,0.09504132,0.11157025,0.1322314,0.19008264,0.2768595,0.37190083,0.36363637,0.2892562,0.20661157,0.1570248,0.13636364,0.1322314,0.13636364,0.14049587,0.14049587,0.13636364,0.17768595,0.21900827,0.25619835,0.2892562,0.30991736,0.33471075,0.33471075,0.338843,0.3429752,0.34710744,0.338843,0.30991736,0.3264463,0.6404959,0.6404959,0.6404959,0.5165289,0.5785124,0.5206612,0.5206612,0.55785125,0.5495868,0.5289256,0.53305787,0.49586776,0.4214876,0.33471075,0.23553719,0.20247933,0.22727273,0.29338843,0.3677686,0.4752066,0.5495868,0.5785124,0.5289256,0.48347107,0.45454547,0.45454547,0.36363637,0.29338843,0.17768595,0.11983471,0.1322314,0.13636364,0.1983471,0.1322314,0.10330579,0.10330579,0.14049587,0.22727273,0.3429752,0.37190083,0.3966942,0.35950413,0.338843,0.3140496,0.22727273,0.16528925,0.1446281,0.12809917,0.1446281,0.13636364,0.12396694,0.17355372,0.18595041,0.23553719,0.28099173,0.2644628,0.32231405,0.30165288,0.3140496,0.3305785,0.3181818,0.34710744,0.32231405,0.3181818,0.6363636,0.6363636,0.6322314,0.5041322,0.57024795,0.5206612,0.5165289,0.5371901,0.54545456,0.5413223,0.5413223,0.47933885,0.41322315,0.3140496,0.26859504,0.28099173,0.34710744,0.39256197,0.47107437,0.55785125,0.57024795,0.59090906,0.54545456,0.5165289,0.4752066,0.40495867,0.338843,0.2520661,0.16528925,0.12396694,0.14049587,0.1446281,0.23553719,0.14876033,0.11983471,0.11983471,0.17768595,0.3140496,0.3966942,0.40082645,0.38429752,0.3553719,0.338843,0.34710744,0.3140496,0.23553719,0.17768595,0.14049587,0.14049587,0.1322314,0.12809917,0.17355372,0.19008264,0.21900827,0.25619835,0.2520661,0.29338843,0.28099173,0.30991736,0.3305785,0.33471075,0.3553719,0.30991736,0.30165288,0.45867768,0.38842976,0.3140496,0.41735536,0.5661157,0.5206612,0.5082645,0.53305787,0.553719,0.5289256,0.5165289,0.46694216,0.3966942,0.3140496,0.35950413,0.34710744,0.446281,0.43801653,0.5247934,0.58264464,0.58264464,0.57438016,0.5413223,0.5371901,0.4752066,0.40082645,0.3553719,0.25619835,0.15289256,0.14049587,0.14049587,0.16115703,0.23140496,0.17355372,0.12396694,0.14049587,0.21900827,0.338843,0.38842976,0.38429752,0.38842976,0.3966942,0.3553719,0.3429752,0.3305785,0.28099173,0.23140496,0.1694215,0.1446281,0.13636364,0.12396694,0.14049587,0.19421488,0.22727273,0.23966943,0.24793388,0.25619835,0.2520661,0.29752067,0.338843,0.35950413,0.338843,0.3181818,0.3181818,0.1446281,0.11570248,0.09090909,0.23966943,0.54545456,0.53305787,0.49173555,0.5289256,0.53305787,0.5206612,0.5082645,0.43801653,0.40082645,0.38429752,0.40082645,0.446281,0.47933885,0.47107437,0.5247934,0.55785125,0.5289256,0.5123967,0.5371901,0.5413223,0.45454547,0.42975205,0.3553719,0.27272728,0.19421488,0.1322314,0.14049587,0.16528925,0.2107438,0.16528925,0.12396694,0.1446281,0.2520661,0.3429752,0.35123968,0.34710744,0.38016528,0.35950413,0.3305785,0.3553719,0.2892562,0.28512397,0.2644628,0.21487603,0.1570248,0.1322314,0.1446281,0.14049587,0.16528925,0.2107438,0.21487603,0.24793388,0.24380165,0.26859504,0.2768595,0.3553719,0.35950413,0.3305785,0.3264463,0.37190083,0.09504132,0.09917355,0.10743801,0.1694215,0.47107437,0.5206612,0.5041322,0.49586776,0.5371901,0.5371901,0.5247934,0.446281,0.41735536,0.4338843,0.4338843,0.5,0.46694216,0.45867768,0.4752066,0.46280992,0.45041323,0.47933885,0.48347107,0.4876033,0.42975205,0.40495867,0.3181818,0.26859504,0.19421488,0.1694215,0.14049587,0.1694215,0.17768595,0.14876033,0.13636364,0.15289256,0.24380165,0.32231405,0.3140496,0.30578512,0.3181818,0.30165288,0.28512397,0.32231405,0.2892562,0.28512397,0.2603306,0.24380165,0.1983471,0.1322314,0.1694215,0.15289256,0.16115703,0.19008264,0.2231405,0.22727273,0.2520661,0.2603306,0.30165288,0.3553719,0.36363637,0.33471075,0.3429752,0.40082645,0.13636364,0.1322314,0.1322314,0.14049587,0.36363637,0.5413223,0.53305787,0.4876033,0.5413223,0.54545456,0.5247934,0.45041323,0.45454547,0.44214877,0.46694216,0.5,0.446281,0.41735536,0.40495867,0.37603307,0.40495867,0.43801653,0.40495867,0.36363637,0.32231405,0.27272728,0.2231405,0.2231405,0.19421488,0.19008264,0.16115703,0.15289256,0.1446281,0.13636364,0.1322314,0.15289256,0.2231405,0.2768595,0.29338843,0.27272728,0.2644628,0.23140496,0.23966943,0.25619835,0.27272728,0.2892562,0.23966943,0.25619835,0.23140496,0.18181819,0.19421488,0.18181819,0.1983471,0.1983471,0.23140496,0.23140496,0.24380165,0.23140496,0.3140496,0.35123968,0.37190083,0.34710744,0.3553719,0.40495867,0.12809917,0.12809917,0.1322314,0.1322314,0.23140496,0.54545456,0.5247934,0.5123967,0.5206612,0.54545456,0.5041322,0.4876033,0.46280992,0.446281,0.49173555,0.4876033,0.42561984,0.3553719,0.30578512,0.28512397,0.33471075,0.32231405,0.2603306,0.23140496,0.20247933,0.17768595,0.17355372,0.16528925,0.17355372,0.19008264,0.17355372,0.1322314,0.12396694,0.12396694,0.12809917,0.1322314,0.14876033,0.18595041,0.2107438,0.20661157,0.24380165,0.20247933,0.18595041,0.19421488,0.2231405,0.2644628,0.23966943,0.26859504,0.2603306,0.23966943,0.24793388,0.21900827,0.2231405,0.22727273,0.23140496,0.2520661,0.24793388,0.25619835,0.3264463,0.3553719,0.35123968,0.35950413,0.36363637,0.38842976,0.13636364,0.1322314,0.1322314,0.1322314,0.11983471,0.5371901,0.5165289,0.5082645,0.5371901,0.5247934,0.53305787,0.5165289,0.48347107,0.49173555,0.5082645,0.46280992,0.38842976,0.30991736,0.20661157,0.19421488,0.18181819,0.14049587,0.11157025,0.11983471,0.09917355,0.10743801,0.14876033,0.11983471,0.13636364,0.11570248,0.10330579,0.10330579,0.09504132,0.08677686,0.08264463,0.09917355,0.10743801,0.12396694,0.13636364,0.1446281,0.16115703,0.15289256,0.15289256,0.16528925,0.18181819,0.21487603,0.21487603,0.26859504,0.29338843,0.2892562,0.30578512,0.2768595,0.21900827,0.2644628,0.2520661,0.2603306,0.26859504,0.27272728,0.3429752,0.37190083,0.36363637,0.34710744,0.36363637,0.40082645,0.13636364,0.14049587,0.14049587,0.14049587,0.07438017,0.48347107,0.5289256,0.5123967,0.5206612,0.53305787,0.5371901,0.5165289,0.5,0.5041322,0.5082645,0.4214876,0.338843,0.23966943,0.17768595,0.14049587,0.11983471,0.12396694,0.12396694,0.12809917,0.13636364,0.10743801,0.12396694,0.11157025,0.14049587,0.11157025,0.10743801,0.09504132,0.0785124,0.08677686,0.07024793,0.09504132,0.0785124,0.08264463,0.07024793,0.08264463,0.08677686,0.09917355,0.11983471,0.1446281,0.14876033,0.18181819,0.20661157,0.28512397,0.33471075,0.3181818,0.3140496,0.30165288,0.2644628,0.2768595,0.28512397,0.25619835,0.28099173,0.29338843,0.36363637,0.38016528,0.3553719,0.3677686,0.35950413,0.4752066,0.1446281,0.1446281,0.1446281,0.1446281,0.09504132,0.3429752,0.54545456,0.5123967,0.5,0.54545456,0.5371901,0.5041322,0.5041322,0.5165289,0.47933885,0.35950413,0.2644628,0.18595041,0.1322314,0.16115703,0.30991736,0.3429752,0.3429752,0.30991736,0.29338843,0.23966943,0.1983471,0.14049587,0.1570248,0.12809917,0.14049587,0.13636364,0.11570248,0.10330579,0.09090909,0.10743801,0.09917355,0.09917355,0.08264463,0.08264463,0.09090909,0.08677686,0.08677686,0.11570248,0.1322314,0.1570248,0.21900827,0.28099173,0.3264463,0.35950413,0.3181818,0.29752067,0.29338843,0.2892562,0.3305785,0.2520661,0.28099173,0.3181818,0.36363637,0.38016528,0.35950413,0.35123968,0.35123968,0.5371901,0.14049587,0.14049587,0.14049587,0.1446281,0.14049587,0.21900827,0.53305787,0.5123967,0.5082645,0.5289256,0.5495868,0.5041322,0.49586776,0.49173555,0.41322315,0.30578512,0.21487603,0.1570248,0.1446281,0.3429752,0.5495868,0.5413223,0.5123967,0.4752066,0.45867768,0.40082645,0.3429752,0.29752067,0.21900827,0.1694215,0.16115703,0.1983471,0.1570248,0.12396694,0.14049587,0.14049587,0.1570248,0.1570248,0.1694215,0.17355372,0.16115703,0.16528925,0.1446281,0.11983471,0.11570248,0.14049587,0.21487603,0.2768595,0.3140496,0.3305785,0.32231405,0.26859504,0.28099173,0.26859504,0.29338843,0.27272728,0.2892562,0.32231405,0.36363637,0.37190083,0.35950413,0.35123968,0.35950413,0.4876033,0.14049587,0.13636364,0.13636364,0.1322314,0.1322314,0.12396694,0.42975205,0.5165289,0.5165289,0.5165289,0.53305787,0.5,0.5041322,0.48347107,0.35950413,0.29338843,0.20247933,0.14876033,0.21900827,0.4752066,0.553719,0.5289256,0.57438016,0.5495868,0.5123967,0.4752066,0.42561984,0.38016528,0.2892562,0.21487603,0.18595041,0.20661157,0.18181819,0.15289256,0.1694215,0.1983471,0.26859504,0.2892562,0.29752067,0.30165288,0.2644628,0.22727273,0.2520661,0.21487603,0.1446281,0.12396694,0.1983471,0.28512397,0.3181818,0.30991736,0.30578512,0.28512397,0.2892562,0.2644628,0.26859504,0.2768595,0.30578512,0.3264463,0.37603307,0.3553719,0.3553719,0.338843,0.38429752,0.5165289,0.14049587,0.1446281,0.14876033,0.14876033,0.1446281,0.11157025,0.30578512,0.5206612,0.5082645,0.5082645,0.5082645,0.5,0.5041322,0.44214877,0.3553719,0.2768595,0.19008264,0.19008264,0.30991736,0.5413223,0.5247934,0.5123967,0.53305787,0.55785125,0.57024795,0.5289256,0.45454547,0.42561984,0.37190083,0.2892562,0.26859504,0.24793388,0.23553719,0.21487603,0.22727273,0.28512397,0.33471075,0.338843,0.3429752,0.30991736,0.25619835,0.22727273,0.23966943,0.24793388,0.21487603,0.18181819,0.22727273,0.3181818,0.3305785,0.29752067,0.28512397,0.28512397,0.2644628,0.2644628,0.26859504,0.2892562,0.30991736,0.35950413,0.38429752,0.35123968,0.3553719,0.338843,0.446281,0.607438,0.1446281,0.1446281,0.1446281,0.1446281,0.1446281,0.12809917,0.1983471,0.5123967,0.5041322,0.5041322,0.47933885,0.5041322,0.4752066,0.41735536,0.32231405,0.2644628,0.20247933,0.22727273,0.38842976,0.5413223,0.5123967,0.49586776,0.47107437,0.5123967,0.5289256,0.5082645,0.44214877,0.40495867,0.38842976,0.30578512,0.30165288,0.28099173,0.28099173,0.2603306,0.29752067,0.29338843,0.3181818,0.30991736,0.27272728,0.2231405,0.19421488,0.20661157,0.21900827,0.28099173,0.24793388,0.25619835,0.2644628,0.30165288,0.30165288,0.29338843,0.28099173,0.28099173,0.2603306,0.27272728,0.27272728,0.29752067,0.3181818,0.38016528,0.36363637,0.35950413,0.35950413,0.3305785,0.5371901,0.7107438,0.14049587,0.14049587,0.14049587,0.1446281,0.1446281,0.14049587,0.11570248,0.49586776,0.5247934,0.49586776,0.48347107,0.49586776,0.45454547,0.38429752,0.29338843,0.23140496,0.21900827,0.30165288,0.42561984,0.5247934,0.48347107,0.47107437,0.4090909,0.4214876,0.446281,0.4214876,0.35950413,0.30578512,0.2603306,0.23140496,0.23553719,0.2107438,0.2107438,0.22727273,0.22727273,0.21900827,0.22727273,0.20661157,0.19421488,0.17355372,0.19421488,0.21900827,0.24380165,0.2892562,0.26859504,0.2892562,0.28099173,0.28512397,0.29752067,0.26859504,0.27272728,0.25619835,0.28099173,0.25619835,0.28512397,0.30578512,0.3264463,0.38429752,0.3553719,0.3429752,0.35123968,0.37190083,0.60330576,0.71900827,0.15289256,0.16528925,0.17768595,0.19008264,0.20247933,0.2603306,0.28512397,0.49586776,0.5206612,0.4876033,0.49173555,0.47107437,0.42561984,0.35950413,0.2603306,0.20661157,0.29752067,0.38842976,0.4876033,0.5247934,0.46694216,0.42975205,0.40082645,0.37190083,0.3966942,0.38016528,0.30991736,0.23553719,0.21900827,0.21900827,0.1983471,0.18595041,0.1694215,0.18181819,0.16528925,0.1446281,0.1570248,0.1446281,0.16115703,0.1983471,0.24793388,0.25619835,0.28512397,0.30578512,0.28512397,0.30991736,0.30578512,0.28099173,0.2768595,0.2520661,0.2644628,0.23140496,0.28099173,0.25619835,0.28099173,0.3181818,0.33471075,0.39256197,0.38429752,0.34710744,0.35123968,0.41322315,0.6528926,0.6983471,0.35950413,0.446281,0.5289256,0.61570245,0.6487603,0.6487603,0.6363636,0.553719,0.5041322,0.4876033,0.47933885,0.43801653,0.4214876,0.33471075,0.22727273,0.26859504,0.34710744,0.4876033,0.553719,0.5165289,0.46694216,0.4214876,0.40082645,0.35950413,0.38842976,0.3677686,0.30165288,0.2231405,0.2107438,0.1983471,0.16528925,0.17355372,0.15289256,0.15289256,0.1322314,0.12809917,0.1322314,0.14876033,0.1983471,0.25619835,0.27272728,0.2768595,0.29752067,0.30991736,0.30578512,0.32231405,0.33471075,0.2768595,0.27272728,0.24380165,0.2520661,0.23966943,0.25619835,0.2644628,0.27272728,0.3181818,0.34710744,0.39256197,0.3677686,0.3677686,0.3429752,0.4214876,0.6983471,0.6694215,0.6404959,0.6363636,0.6322314,0.62396693,0.607438,0.607438,0.6446281,0.607438,0.4752066,0.5041322,0.47107437,0.43801653,0.41735536,0.30578512,0.23553719,0.30165288,0.42975205,0.57438016,0.56198347,0.5041322,0.446281,0.40495867,0.40082645,0.4090909,0.40082645,0.338843,0.30578512,0.25619835,0.19421488,0.18181819,0.16528925,0.16528925,0.15289256,0.12809917,0.12809917,0.12809917,0.14049587,0.17768595,0.23966943,0.30165288,0.30165288,0.3140496,0.3305785,0.3264463,0.29752067,0.2892562,0.3429752,0.29752067,0.27272728,0.23140496,0.21900827,0.23966943,0.2520661,0.2603306,0.2768595,0.30991736,0.38016528,0.37603307,0.36363637,0.36363637,0.3305785,0.58677685,0.6942149,0.6570248,0.57438016,0.56198347,0.56198347,0.56198347,0.5661157,0.57024795,0.5661157,0.6198347,0.5082645,0.5,0.46280992,0.446281,0.4214876,0.30991736,0.2644628,0.35123968,0.5165289,0.57438016,0.5495868,0.5082645,0.44214877,0.41735536,0.44214877,0.44214877,0.41735536,0.34710744,0.34710744,0.30165288,0.2520661,0.21487603,0.18181819,0.17355372,0.1570248,0.16115703,0.16528925,0.1694215,0.19421488,0.23140496,0.28512397,0.30991736,0.32231405,0.33471075,0.33471075,0.33471075,0.3305785,0.30165288,0.3140496,0.3181818,0.27272728,0.21487603,0.2107438,0.2231405,0.27272728,0.24793388,0.30578512,0.3264463,0.3677686,0.37603307,0.3677686,0.3553719,0.4090909,0.6570248,0.6735537,0.661157,0.57438016,0.58264464,0.59090906,0.59917355,0.607438,0.61570245,0.57024795,0.58677685,0.5413223,0.4876033,0.446281,0.47107437,0.4214876,0.30991736,0.30165288,0.39256197,0.553719,0.5371901,0.5206612,0.5289256,0.46694216,0.446281,0.45867768,0.43801653,0.45454547,0.41322315,0.42561984,0.38016528,0.35123968,0.2768595,0.24793388,0.23140496,0.2520661,0.24793388,0.24380165,0.25619835,0.2768595,0.29752067,0.30578512,0.3140496,0.3429752,0.34710744,0.3429752,0.33471075,0.3264463,0.30578512,0.2892562,0.30165288,0.26859504,0.21900827,0.21487603,0.20247933,0.2603306,0.28512397,0.30165288,0.3305785,0.36363637,0.37603307,0.35950413,0.35123968,0.47107437,0.6818182,0.661157,0.6735537,0.62396693,0.62396693,0.6280992,0.6322314,0.6363636,0.6404959,0.61570245,0.61570245,0.60330576,0.5041322,0.45041323,0.45867768,0.446281,0.3429752,0.30991736,0.4214876,0.54545456,0.5041322,0.5247934,0.5495868,0.47107437,0.4752066,0.45454547,0.45867768,0.4876033,0.44214877,0.48347107,0.4214876,0.40082645,0.35123968,0.34710744,0.3305785,0.3305785,0.3264463,0.3181818,0.32231405,0.3264463,0.338843,0.34710744,0.3305785,0.38429752,0.34710744,0.3305785,0.3140496,0.3140496,0.28099173,0.2768595,0.25619835,0.24793388,0.23553719,0.24793388,0.1983471,0.23553719,0.2768595,0.30991736,0.3264463,0.37190083,0.37190083,0.35950413,0.3264463,0.58677685,0.677686,0.6694215,0.6735537,0.6446281,0.6446281,0.6487603,0.6528926,0.6528926,0.6570248,0.6446281,0.6487603,0.661157,0.60330576,0.47107437,0.45041323,0.47933885,0.35123968,0.29338843,0.42561984,0.49586776,0.49173555,0.53305787,0.5413223,0.47107437,0.46694216,0.45454547,0.47933885,0.4876033,0.45041323,0.45041323,0.41322315,0.38016528,0.3553719,0.36363637,0.3429752,0.3553719,0.33471075,0.338843,0.3264463,0.3429752,0.3553719,0.38429752,0.3429752,0.36363637,0.35123968,0.35123968,0.29752067,0.2892562,0.27272728,0.2520661,0.2231405,0.21900827,0.21900827,0.26859504,0.21487603,0.22727273,0.25619835,0.28512397,0.32231405,0.38429752,0.36363637,0.36363637,0.41322315,0.6446281,0.6652893,0.6694215,0.6735537,0.6570248,0.661157,0.661157,0.661157,0.661157,0.6652893,0.6652893,0.6735537,0.6570248,0.6818182,0.5785124,0.45454547,0.46280992,0.37603307,0.28512397,0.42561984,0.47933885,0.5123967,0.5123967,0.5206612,0.48347107,0.46694216,0.46280992,0.45454547,0.45867768,0.45041323,0.42561984,0.38842976,0.3677686,0.3677686,0.37190083,0.36363637,0.3553719,0.3429752,0.3429752,0.34710744,0.35123968,0.35123968,0.37603307,0.35950413,0.35123968,0.3305785,0.30991736,0.30165288,0.28099173,0.24793388,0.20247933,0.19008264,0.17768595,0.18595041,0.2107438,0.20661157,0.2231405,0.23966943,0.26859504,0.32231405,0.35950413,0.3677686,0.37603307,0.5123967,0.6363636,0.6528926,0.677686,0.6694215,0.6652893,0.6652893,0.6694215,0.6694215,0.6735537,0.6735537,0.677686,0.6942149,0.661157,0.61570245,0.8057851,0.6198347,0.45867768,0.4214876,0.30991736,0.4214876,0.46280992,0.5082645,0.47933885,0.5206612,0.49586776,0.48347107,0.42975205,0.40082645,0.42975205,0.446281,0.41735536,0.35950413,0.3553719,0.3677686,0.3677686,0.35950413,0.32231405,0.30991736,0.33471075,0.3305785,0.3264463,0.3264463,0.34710744,0.34710744,0.3305785,0.30165288,0.2892562,0.29752067,0.2520661,0.23553719,0.19008264,0.17355372,0.16528925,0.17768595,0.17355372,0.17355372,0.19008264,0.22727273,0.23966943,0.30991736,0.33471075,0.34710744,0.4090909,0.57438016,0.6322314,0.661157,0.677686,0.6570248,0.677686,0.677686,0.6818182,0.6818182,0.6859504,0.6859504,0.69008267,0.6942149,0.6735537,0.57438016,0.8719008,0.8429752,0.71487606,0.5165289,0.36363637,0.44214877,0.45454547,0.49173555,0.4876033,0.5041322,0.46694216,0.45041323,0.42975205,0.40082645,0.4338843,0.42561984,0.39256197,0.3264463,0.3305785,0.33471075,0.33471075,0.32231405,0.29338843,0.27272728,0.29752067,0.2892562,0.30578512,0.3264463,0.338843,0.30991736,0.2892562,0.28512397,0.2603306,0.27272728,0.2231405,0.2107438,0.1983471,0.1694215,0.14876033,0.16115703,0.16115703,0.16528925,0.17768595,0.1983471,0.23140496,0.29752067,0.3305785,0.36363637,0.49173555,0.5785124,0.6322314,0.6694215,0.6735537,0.6570248,33 +0.41322315,0.4752066,0.4338843,0.5371901,0.5206612,0.5165289,0.553719,0.5123967,0.58264464,0.5495868,0.59504133,0.57024795,0.58677685,0.57024795,0.57024795,0.5661157,0.553719,0.5785124,0.56198347,0.553719,0.5289256,0.5413223,0.5495868,0.553719,0.553719,0.5371901,0.53305787,0.53305787,0.53305787,0.5247934,0.54545456,0.553719,0.5661157,0.53305787,0.54545456,0.5165289,0.5,0.5413223,0.55785125,0.553719,0.53305787,0.5371901,0.54545456,0.5371901,0.5371901,0.54545456,0.5165289,0.5123967,0.5165289,0.4876033,0.5165289,0.54545456,0.53305787,0.5082645,0.49173555,0.47107437,0.46280992,0.45041323,0.37603307,0.23140496,0.2231405,0.23140496,0.32231405,0.35950413,0.44214877,0.47933885,0.43801653,0.5413223,0.49586776,0.5289256,0.5785124,0.57024795,0.6280992,0.61157024,0.6198347,0.57024795,0.59504133,0.5495868,0.57438016,0.60330576,0.60330576,0.5785124,0.58264464,0.607438,0.59917355,0.59090906,0.58264464,0.57438016,0.5785124,0.57024795,0.5661157,0.55785125,0.57024795,0.5289256,0.5495868,0.5661157,0.58677685,0.5413223,0.55785125,0.5495868,0.5371901,0.53305787,0.57024795,0.54545456,0.5371901,0.54545456,0.53305787,0.5495868,0.5371901,0.5413223,0.5123967,0.5413223,0.5247934,0.5082645,0.5165289,0.5289256,0.5495868,0.5165289,0.5,0.4752066,0.46280992,0.46280992,0.45454547,0.28512397,0.2107438,0.24380165,0.29338843,0.41322315,0.47107437,0.49586776,0.47933885,0.5165289,0.4876033,0.5661157,0.59504133,0.61157024,0.6404959,0.6363636,0.607438,0.5495868,0.59090906,0.57438016,0.5661157,0.57438016,0.59917355,0.5785124,0.59504133,0.61157024,0.62396693,0.61570245,0.607438,0.59504133,0.58677685,0.58677685,0.59090906,0.58264464,0.58677685,0.56198347,0.56198347,0.57438016,0.59090906,0.5495868,0.57024795,0.58677685,0.57438016,0.553719,0.553719,0.55785125,0.5413223,0.5495868,0.5247934,0.5247934,0.54545456,0.53305787,0.5165289,0.5206612,0.5123967,0.5041322,0.5082645,0.49586776,0.5247934,0.5,0.5165289,0.46280992,0.45041323,0.49173555,0.47107437,0.37190083,0.22727273,0.24793388,0.27272728,0.5041322,0.49173555,0.53305787,0.5041322,0.5206612,0.53305787,0.58264464,0.607438,0.60330576,0.62396693,0.6322314,0.5785124,0.56198347,0.57024795,0.58264464,0.59917355,0.54545456,0.5785124,0.58264464,0.59090906,0.59917355,0.61570245,0.61570245,0.607438,0.59090906,0.59504133,0.59917355,0.59504133,0.59504133,0.58677685,0.57024795,0.57024795,0.55785125,0.60330576,0.59504133,0.58677685,0.60330576,0.5785124,0.5371901,0.5413223,0.5413223,0.54545456,0.5495868,0.54545456,0.5082645,0.5289256,0.5247934,0.5,0.4876033,0.47107437,0.49586776,0.5123967,0.5123967,0.49586776,0.49173555,0.5041322,0.4752066,0.45041323,0.5165289,0.446281,0.4338843,0.2644628,0.23140496,0.3140496,0.53305787,0.5,0.54545456,0.5,0.5206612,0.56198347,0.58677685,0.57438016,0.59917355,0.61157024,0.59917355,0.57024795,0.57024795,0.5661157,0.553719,0.5785124,0.55785125,0.59090906,0.5785124,0.5661157,0.59090906,0.58677685,0.59504133,0.59917355,0.58264464,0.60330576,0.58264464,0.59090906,0.57438016,0.58677685,0.553719,0.55785125,0.553719,0.59504133,0.58677685,0.55785125,0.57438016,0.56198347,0.5289256,0.53305787,0.53305787,0.5371901,0.54545456,0.55785125,0.5041322,0.46280992,0.47107437,0.47107437,0.41735536,0.40082645,0.39256197,0.41322315,0.46280992,0.48347107,0.49586776,0.49173555,0.49173555,0.49173555,0.4876033,0.46694216,0.47933885,0.2768595,0.2520661,0.32231405,0.54545456,0.5123967,0.5495868,0.5289256,0.5165289,0.5661157,0.59090906,0.58264464,0.59090906,0.58264464,0.5785124,0.57024795,0.54545456,0.49173555,0.5,0.5165289,0.5289256,0.57024795,0.56198347,0.55785125,0.57438016,0.553719,0.59090906,0.58264464,0.57024795,0.56198347,0.5495868,0.57024795,0.54545456,0.5413223,0.5413223,0.5247934,0.5371901,0.55785125,0.5495868,0.53305787,0.5371901,0.5165289,0.5082645,0.5165289,0.5165289,0.5165289,0.5371901,0.5123967,0.45867768,0.38016528,0.35950413,0.38842976,0.35123968,0.3264463,0.35950413,0.36363637,0.38429752,0.42975205,0.446281,0.45454547,0.4876033,0.5,0.4752066,0.45867768,0.49586776,0.33471075,0.29752067,0.35123968,0.5123967,0.5371901,0.54545456,0.49586776,0.5371901,0.60330576,0.607438,0.59917355,0.5661157,0.56198347,0.5413223,0.53305787,0.49586776,0.44214877,0.46280992,0.46280992,0.47107437,0.48347107,0.47933885,0.49173555,0.5206612,0.5082645,0.4876033,0.5165289,0.5041322,0.5206612,0.5247934,0.5206612,0.5123967,0.5082645,0.5206612,0.5289256,0.5247934,0.5413223,0.5165289,0.49586776,0.49586776,0.47107437,0.46280992,0.47107437,0.47933885,0.4752066,0.47107437,0.41735536,0.38016528,0.3181818,0.29338843,0.3140496,0.30165288,0.30991736,0.3264463,0.3677686,0.3429752,0.41322315,0.4338843,0.43801653,0.45454547,0.4876033,0.45041323,0.45867768,0.4876033,0.38016528,0.32231405,0.38429752,0.446281,0.5082645,0.5123967,0.5495868,0.55785125,0.61157024,0.607438,0.5785124,0.58677685,0.53305787,0.5371901,0.49173555,0.42975205,0.40082645,0.42975205,0.41322315,0.38842976,0.38842976,0.38016528,0.37603307,0.38429752,0.38016528,0.34710744,0.38016528,0.3966942,0.46694216,0.4876033,0.46694216,0.45454547,0.47107437,0.5082645,0.5371901,0.53305787,0.5289256,0.5041322,0.4876033,0.45867768,0.4338843,0.41322315,0.4090909,0.39256197,0.3677686,0.36363637,0.3264463,0.26859504,0.23140496,0.23966943,0.27272728,0.28512397,0.28099173,0.28099173,0.338843,0.3264463,0.39256197,0.39256197,0.44214877,0.46280992,0.47107437,0.46694216,0.4752066,0.47933885,0.39256197,0.3553719,0.4214876,0.41322315,0.5413223,0.5,0.58264464,0.607438,0.57438016,0.5661157,0.57438016,0.5495868,0.446281,0.43801653,0.38842976,0.3429752,0.32231405,0.39256197,0.44214877,0.42561984,0.38842976,0.35950413,0.3181818,0.28512397,0.29338843,0.2768595,0.29338843,0.3140496,0.38016528,0.39256197,0.42975205,0.42561984,0.46280992,0.53305787,0.5495868,0.5413223,0.5289256,0.49173555,0.47933885,0.43801653,0.38429752,0.37603307,0.36363637,0.3181818,0.29338843,0.2892562,0.23553719,0.23140496,0.23140496,0.23966943,0.27272728,0.30165288,0.29752067,0.29752067,0.30991736,0.30578512,0.3181818,0.3305785,0.3553719,0.39256197,0.42975205,0.46280992,0.46280992,0.47933885,0.41322315,0.38429752,0.4876033,0.3677686,0.55785125,0.5247934,0.59090906,0.6528926,0.53305787,0.45454547,0.4090909,0.40082645,0.40082645,0.41322315,0.40082645,0.39256197,0.35950413,0.3677686,0.40082645,0.42561984,0.40082645,0.3677686,0.3305785,0.30991736,0.30991736,0.28099173,0.2768595,0.2768595,0.30991736,0.3264463,0.38016528,0.42975205,0.5082645,0.56198347,0.58677685,0.58264464,0.57024795,0.5247934,0.5,0.45867768,0.40082645,0.33471075,0.3264463,0.29752067,0.2768595,0.2768595,0.28099173,0.33471075,0.3181818,0.30991736,0.32231405,0.3140496,0.29752067,0.29338843,0.29752067,0.3181818,0.33471075,0.338843,0.3140496,0.30165288,0.30991736,0.3264463,0.338843,0.38429752,0.3966942,0.38842976,0.5123967,0.3553719,0.5413223,0.5661157,0.59917355,0.56198347,0.4214876,0.3553719,0.3966942,0.46280992,0.5247934,0.48347107,0.42975205,0.38429752,0.3305785,0.29752067,0.2231405,0.44214877,0.42975205,0.28512397,0.3140496,0.29752067,0.28512397,0.29752067,0.3181818,0.29752067,0.2892562,0.3181818,0.3181818,0.4090909,0.57024795,0.58677685,0.59917355,0.59504133,0.58264464,0.553719,0.5495868,0.5165289,0.446281,0.3553719,0.3140496,0.40082645,0.4752066,0.42975205,0.4090909,0.4214876,0.3966942,0.46694216,0.5247934,0.4090909,0.3553719,0.34710744,0.30165288,0.338843,0.40082645,0.41735536,0.338843,0.3553719,0.30578512,0.26859504,0.338843,0.3181818,0.27272728,0.3429752,0.446281,0.38429752,0.53305787,0.5371901,0.3429752,0.338843,0.40082645,0.4338843,0.49586776,0.5661157,0.55785125,0.4752066,0.3966942,0.3553719,0.3553719,0.33471075,0.3181818,0.8140496,0.892562,0.2603306,0.33471075,0.3181818,0.24793388,0.2768595,0.2892562,0.29338843,0.3429752,0.45454547,0.42561984,0.3553719,0.446281,0.59090906,0.59504133,0.60330576,0.60330576,0.57024795,0.57438016,0.55785125,0.446281,0.3553719,0.30578512,0.42561984,0.446281,0.42561984,0.45867768,0.49173555,0.5082645,0.6198347,0.6322314,0.4752066,0.41322315,0.37190083,0.37603307,0.30165288,0.3677686,0.4214876,0.37603307,0.34710744,0.3264463,0.18181819,0.28099173,0.37190083,0.338843,0.23966943,0.2768595,0.36363637,0.3264463,0.35950413,0.1446281,0.2520661,0.4338843,0.46280992,0.553719,0.57024795,0.5289256,0.4338843,0.35123968,0.38016528,0.4338843,0.38842976,0.35950413,0.71487606,0.87603307,0.38429752,0.41735536,0.42975205,0.35950413,0.37190083,0.37190083,0.36363637,0.41322315,0.5082645,0.57024795,0.45041323,0.36363637,0.4752066,0.553719,0.58677685,0.59917355,0.57438016,0.55785125,0.53305787,0.35950413,0.30578512,0.32231405,0.43801653,0.48347107,0.4752066,0.4752066,0.49173555,0.5082645,0.47107437,0.6528926,0.5413223,0.47107437,0.446281,0.44214877,0.40082645,0.3305785,0.42561984,0.41735536,0.38016528,0.38429752,0.11983471,0.24380165,0.45454547,0.40082645,0.3305785,0.23140496,0.5661157,0.32231405,0.37603307,0.17768595,0.33471075,0.38842976,0.4876033,0.5785124,0.5289256,0.45454547,0.40082645,0.35950413,0.38429752,0.4090909,0.41735536,0.33471075,0.45454547,0.56198347,0.40082645,0.42561984,0.45041323,0.41735536,0.42975205,0.4338843,0.40495867,0.446281,0.5,0.553719,0.55785125,0.35123968,0.42561984,0.39256197,0.46280992,0.46280992,0.44214877,0.46280992,0.446281,0.35123968,0.22727273,0.3677686,0.37190083,0.40082645,0.42975205,0.40082645,0.45454547,0.49586776,0.607438,0.91322315,0.73140496,0.43801653,0.46694216,0.46280992,0.45454547,0.40082645,0.3966942,0.45867768,0.4214876,0.38842976,0.09917355,0.1983471,0.54545456,0.6446281,0.43801653,0.26859504,0.5247934,0.49173555,0.4338843,0.21487603,0.47933885,0.27272728,0.5247934,0.5785124,0.46694216,0.35950413,0.42561984,0.41322315,0.42975205,0.46280992,0.41322315,0.37190083,0.41322315,0.45041323,0.4214876,0.38842976,0.40082645,0.3553719,0.33471075,0.35123968,0.32231405,0.38016528,0.5206612,0.553719,0.57024795,0.36363637,0.40082645,0.37603307,0.5041322,0.47107437,0.24793388,0.32231405,0.41735536,0.3677686,0.25619835,0.3677686,0.33471075,0.38429752,0.4090909,0.41735536,0.41735536,0.41322315,0.45454547,0.6859504,0.5247934,0.44214877,0.42975205,0.40082645,0.42975205,0.5,0.3966942,0.5,0.45041323,0.3264463,0.11983471,0.15289256,0.46280992,0.78099173,0.56198347,0.30991736,0.40082645,0.3553719,0.59917355,0.27272728,0.4338843,0.30165288,0.5123967,0.5495868,0.42561984,0.35123968,0.4090909,0.43801653,0.45867768,0.46694216,0.4338843,0.40495867,0.3553719,0.30578512,0.29338843,0.28512397,0.30991736,0.3429752,0.36363637,0.38016528,0.37603307,0.35950413,0.5041322,0.5289256,0.5371901,0.3429752,0.35950413,0.3429752,0.4338843,0.5413223,0.42561984,0.32231405,0.3264463,0.3264463,0.3140496,0.35950413,0.446281,0.46280992,0.42561984,0.4752066,0.34710744,0.32231405,0.23966943,0.21900827,0.18181819,0.25619835,0.3553719,0.33471075,0.39256197,0.45454547,0.4214876,0.46694216,0.47107437,0.3305785,0.1446281,0.2768595,0.35123968,0.7355372,0.661157,0.37603307,0.37190083,0.2231405,0.6942149,0.30991736,0.40082645,0.29338843,0.553719,0.5041322,0.46694216,0.446281,0.49173555,0.57438016,0.553719,0.4752066,0.3966942,0.30165288,0.18595041,0.1570248,0.1694215,0.19008264,0.23140496,0.3305785,0.30991736,0.39256197,0.47933885,0.446281,0.49173555,0.48347107,0.5165289,0.34710744,0.35950413,0.3429752,0.41322315,0.59917355,0.41322315,0.3429752,0.3305785,0.42975205,0.26859504,0.36363637,0.45454547,0.49173555,0.40082645,0.45041323,0.40495867,0.3966942,0.29752067,0.21487603,0.19008264,0.18595041,0.2603306,0.3140496,0.3305785,0.3264463,0.39256197,0.38842976,0.42561984,0.39256197,0.2231405,0.25619835,0.2603306,0.5082645,0.677686,0.38429752,0.38016528,0.39256197,0.71900827,0.23553719,0.41735536,0.2768595,0.45867768,0.59090906,0.58264464,0.58677685,0.5785124,0.6487603,0.53305787,0.45041323,0.45454547,0.38842976,0.30165288,0.22727273,0.23966943,0.2520661,0.28512397,0.32231405,0.3181818,0.338843,0.41322315,0.446281,0.5495868,0.5495868,0.53305787,0.3966942,0.28099173,0.2603306,0.34710744,0.45867768,0.4752066,0.38429752,0.23140496,0.5413223,0.20661157,0.338843,0.40082645,0.39256197,0.3305785,0.3553719,0.40495867,0.3966942,0.29752067,0.28099173,0.24793388,0.25619835,0.29338843,0.34710744,0.35950413,0.3181818,0.37190083,0.39256197,0.37190083,0.4338843,0.2644628,0.19421488,0.15289256,0.47107437,0.74793386,0.4090909,0.3677686,0.5206612,0.6446281,0.2231405,0.45041323,0.29338843,0.47933885,0.6404959,0.6363636,0.61570245,0.607438,0.57024795,0.5041322,0.47107437,0.5041322,0.5082645,0.4214876,0.35123968,0.3264463,0.338843,0.37603307,0.34710744,0.338843,0.3264463,0.39256197,0.5041322,0.59090906,0.59504133,0.5495868,0.37190083,0.23966943,0.38016528,0.45867768,0.49586776,0.5123967,0.4752066,0.3264463,0.3264463,0.23140496,0.37603307,0.42561984,0.36363637,0.3553719,0.38016528,0.40082645,0.3966942,0.37190083,0.38429752,0.3553719,0.3553719,0.40082645,0.3966942,0.40082645,0.38429752,0.4090909,0.46694216,0.5165289,0.41735536,0.29338843,0.1446281,0.09504132,0.6322314,0.6735537,0.45867768,0.30991736,0.57024795,0.60330576,0.26859504,0.553719,0.54545456,0.57438016,0.607438,0.59090906,0.58677685,0.553719,0.5206612,0.5,0.45041323,0.42975205,0.48347107,0.46280992,0.42975205,0.44214877,0.46694216,0.46280992,0.44214877,0.41322315,0.38429752,0.5082645,0.57438016,0.59917355,0.6487603,0.46694216,0.36363637,0.2892562,0.4338843,0.47933885,0.5247934,0.5123967,0.46694216,0.39256197,0.23966943,0.2768595,0.3305785,0.5,0.45041323,0.3966942,0.39256197,0.42975205,0.42975205,0.4214876,0.46694216,0.446281,0.42561984,0.4338843,0.42975205,0.44214877,0.45454547,0.446281,0.49173555,0.55785125,0.49173555,0.4090909,0.26859504,0.24793388,0.58677685,0.5413223,0.4752066,0.26859504,0.58677685,0.55785125,0.3181818,0.55785125,0.6404959,0.6528926,0.6487603,0.58677685,0.57024795,0.59917355,0.5785124,0.54545456,0.4752066,0.4752066,0.5,0.5,0.49586776,0.47107437,0.48347107,0.4338843,0.4338843,0.40495867,0.49586776,0.5661157,0.58264464,0.61157024,0.6280992,0.38429752,0.3264463,0.32231405,0.46694216,0.5165289,0.5289256,0.5413223,0.45454547,0.40495867,0.2603306,0.30165288,0.25619835,0.5247934,0.49586776,0.4876033,0.41322315,0.3966942,0.39256197,0.4214876,0.45867768,0.45454547,0.45454547,0.45454547,0.45041323,0.45041323,0.446281,0.42561984,0.45454547,0.5041322,0.5123967,0.5165289,0.3553719,0.23553719,0.1983471,0.38429752,0.45041323,0.30165288,0.59090906,0.5785124,0.3429752,0.5289256,0.61157024,0.6570248,0.6198347,0.553719,0.5041322,0.57024795,0.60330576,0.5661157,0.5206612,0.5123967,0.5206612,0.5082645,0.4876033,0.46280992,0.45041323,0.38016528,0.38842976,0.49586776,0.5495868,0.5661157,0.58677685,0.6446281,0.56198347,0.338843,0.29752067,0.40495867,0.5082645,0.5413223,0.5206612,0.5371901,0.45867768,0.44214877,0.30578512,0.29338843,0.2107438,0.5082645,0.5082645,0.5165289,0.49586776,0.45041323,0.37190083,0.338843,0.38016528,0.40495867,0.4214876,0.43801653,0.45041323,0.43801653,0.45867768,0.41322315,0.44214877,0.47107437,0.49586776,0.5289256,0.3305785,0.26859504,0.1446281,0.41322315,0.32231405,0.37603307,0.59917355,0.6198347,0.3677686,0.46694216,0.6280992,0.6528926,0.59504133,0.553719,0.53305787,0.5,0.59090906,0.57438016,0.553719,0.5247934,0.5165289,0.49173555,0.45041323,0.38429752,0.37603307,0.38429752,0.5123967,0.54545456,0.5495868,0.55785125,0.58677685,0.6363636,0.41735536,0.27272728,0.3305785,0.47107437,0.54545456,0.5371901,0.53305787,0.5289256,0.45041323,0.45867768,0.37603307,0.2520661,0.30165288,0.3553719,0.5165289,0.4876033,0.5,0.5123967,0.48347107,0.42561984,0.37603307,0.38842976,0.38842976,0.4214876,0.4214876,0.43801653,0.43801653,0.45454547,0.46694216,0.48347107,0.5041322,0.47933885,0.3553719,0.23966943,0.17768595,0.4338843,0.29338843,0.46280992,0.57438016,0.661157,0.43801653,0.3677686,0.62396693,0.6280992,0.57438016,0.58264464,0.5661157,0.49586776,0.5165289,0.5165289,0.5289256,0.5123967,0.4876033,0.42975205,0.40495867,0.41322315,0.45454547,0.5247934,0.54545456,0.5661157,0.553719,0.57438016,0.59504133,0.58677685,0.2107438,0.2892562,0.41735536,0.5289256,0.5495868,0.5289256,0.5289256,0.5206612,0.46694216,0.47107437,0.43801653,0.29338843,0.3264463,0.24380165,0.5123967,0.4876033,0.5082645,0.5,0.45867768,0.48347107,0.47107437,0.47107437,0.45454547,0.45041323,0.45454547,0.45454547,0.45867768,0.4752066,0.48347107,0.49586776,0.5041322,0.45454547,0.41735536,0.1322314,0.23140496,0.45454547,0.3553719,0.42561984,0.58677685,0.6528926,0.56198347,0.27272728,0.55785125,0.61570245,0.607438,0.57024795,0.57024795,0.5206612,0.53305787,0.5247934,0.5247934,0.4876033,0.5,0.49173555,0.47107437,0.5413223,0.5289256,0.54545456,0.5371901,0.5413223,0.55785125,0.59090906,0.57438016,0.3305785,0.2520661,0.35123968,0.45867768,0.56198347,0.553719,0.54545456,0.5165289,0.5041322,0.47933885,0.45454547,0.48347107,0.34710744,0.29752067,0.2892562,0.33471075,0.49586776,0.5123967,0.4752066,0.47933885,0.48347107,0.47107437,0.4752066,0.4752066,0.4752066,0.46694216,0.46694216,0.4752066,0.48347107,0.47933885,0.5,0.49586776,0.446281,0.38016528,0.16528925,0.3140496,0.48347107,0.3553719,0.38842976,0.60330576,0.6280992,0.677686,0.35950413,0.37603307,0.607438,0.6280992,0.5785124,0.59090906,0.56198347,0.5495868,0.5495868,0.5247934,0.5289256,0.54545456,0.5371901,0.553719,0.5495868,0.5371901,0.53305787,0.5206612,0.53305787,0.53305787,0.58264464,0.42975205,0.338843,0.28099173,0.36363637,0.5041322,0.57024795,0.58677685,0.56198347,0.5247934,0.5082645,0.49586776,0.46694216,0.5247934,0.37190083,0.2768595,0.30165288,0.28099173,0.41322315,0.49586776,0.45867768,0.46694216,0.4752066,0.46694216,0.46280992,0.4752066,0.4876033,0.4752066,0.4752066,0.45041323,0.47933885,0.47107437,0.49173555,0.47107437,0.4338843,0.3429752,0.2231405,0.60330576,0.33471075,0.40082645,0.3677686,0.61570245,0.59917355,0.62396693,0.59504133,0.3140496,0.46280992,0.61570245,0.60330576,0.6198347,0.57438016,0.58264464,0.5661157,0.5289256,0.553719,0.56198347,0.55785125,0.56198347,0.5413223,0.5371901,0.5247934,0.5206612,0.5247934,0.5082645,0.5041322,0.5041322,0.39256197,0.34710744,0.39256197,0.5495868,0.5785124,0.60330576,0.57438016,0.5413223,0.57438016,0.54545456,0.49586776,0.5413223,0.40495867,0.23140496,0.26859504,0.3181818,0.24380165,0.37603307,0.49173555,0.45867768,0.46280992,0.47107437,0.45454547,0.46694216,0.47933885,0.5041322,0.47933885,0.47107437,0.44214877,0.446281,0.45867768,0.4338843,0.42561984,0.36363637,0.45867768,0.4752066,0.3429752,0.45867768,0.3677686,0.59504133,0.6280992,0.60330576,0.6487603,0.5661157,0.38429752,0.42561984,0.553719,0.59917355,0.5785124,0.58677685,0.58677685,0.5289256,0.553719,0.55785125,0.54545456,0.56198347,0.553719,0.5495868,0.5289256,0.5082645,0.47933885,0.43801653,0.43801653,0.47933885,0.39256197,0.42975205,0.46694216,0.5785124,0.59090906,0.59504133,0.59917355,0.57024795,0.5785124,0.57024795,0.48347107,0.53305787,0.46694216,0.34710744,0.24793388,0.24380165,0.30165288,0.20661157,0.3140496,0.46280992,0.45867768,0.47107437,0.47107437,0.4752066,0.49173555,0.5,0.49586776,0.49586776,0.4338843,0.4338843,0.42975205,0.4214876,0.43801653,0.44214877,0.45867768,0.39256197,0.41322315,0.40495867,0.3140496,0.61157024,0.607438,0.60330576,0.607438,0.6404959,0.6322314,0.48347107,0.47107437,0.49586776,0.49173555,0.5165289,0.57024795,0.5495868,0.5413223,0.553719,0.5413223,0.5495868,0.5495868,0.5289256,0.47107437,0.44214877,0.41322315,0.38429752,0.45041323,0.45454547,0.4338843,0.5041322,0.54545456,0.59090906,0.57024795,0.607438,0.6404959,0.57024795,0.5413223,0.5247934,0.45454547,0.5082645,0.5495868,0.40082645,0.38429752,0.20661157,0.26859504,0.35123968,0.2520661,0.28512397,0.38016528,0.4214876,0.46694216,0.48347107,0.48347107,0.5041322,0.5206612,0.5,0.45041323,0.446281,0.46694216,0.45454547,0.41735536,0.40082645,0.41735536,0.40082645,0.4338843,0.3264463,0.24380165,0.607438,0.61157024,0.57438016,0.59917355,0.61570245,0.607438,0.61570245,0.60330576,0.58677685,0.5495868,0.44214877,0.4876033,0.5123967,0.5082645,0.4876033,0.48347107,0.49586776,0.45041323,0.42975205,0.41322315,0.40082645,0.38842976,0.28512397,0.38016528,0.46280992,0.5041322,0.58677685,0.62396693,0.6363636,0.59090906,0.6404959,0.6570248,0.5165289,0.47933885,0.446281,0.41322315,0.45454547,0.5495868,0.46280992,0.42561984,0.3264463,0.16528925,0.27272728,0.3181818,0.28512397,0.30578512,0.30578512,0.28512397,0.39256197,0.42975205,0.43801653,0.44214877,0.4338843,0.4090909,0.38429752,0.38016528,0.38842976,0.40495867,0.42561984,0.41735536,0.41322315,0.45454547,0.3181818,0.21487603,0.60330576,0.61570245,0.5661157,0.57438016,0.58677685,0.5785124,0.60330576,0.6280992,0.6487603,0.6322314,0.60330576,0.607438,0.57438016,0.57024795,0.57438016,0.5082645,0.5082645,0.46694216,0.45454547,0.40495867,0.3553719,0.30578512,0.2107438,0.3140496,0.49173555,0.53305787,0.57024795,0.6446281,0.661157,0.61157024,0.61570245,0.56198347,0.46694216,0.40495867,0.37190083,0.37190083,0.38429752,0.44214877,0.4338843,0.3677686,0.3677686,0.14876033,0.19421488,0.2231405,0.23140496,0.28099173,0.3305785,0.3429752,0.338843,0.3553719,0.4090909,0.45454547,0.47107437,0.42975205,0.41322315,0.4090909,0.40082645,0.42561984,0.41322315,0.4214876,0.41322315,0.45041323,0.38429752,0.2107438,0.607438,0.607438,0.5495868,0.55785125,0.553719,0.5785124,0.57438016,0.62396693,0.6363636,0.61570245,0.61570245,0.6363636,0.6487603,0.62396693,0.61570245,0.5495868,0.5041322,0.45454547,0.4090909,0.338843,0.26859504,0.22727273,0.18181819,0.23140496,0.4752066,0.43801653,0.38842976,0.47107437,0.553719,0.58264464,0.5206612,0.4752066,0.39256197,0.3181818,0.30578512,0.29338843,0.30991736,0.38429752,0.30991736,0.23966943,0.26859504,0.2603306,0.1983471,0.18595041,0.19421488,0.21900827,0.24380165,0.30165288,0.3553719,0.4090909,0.47107437,0.47107437,0.49586776,0.46694216,0.42561984,0.40495867,0.38016528,0.4214876,0.41735536,0.41322315,0.44214877,0.4338843,0.42561984,0.24793388,0.59917355,0.62396693,0.54545456,0.5495868,0.553719,0.5785124,0.59504133,0.59917355,0.62396693,0.61157024,0.6404959,0.661157,0.6735537,0.661157,0.58677685,0.53305787,0.47933885,0.41735536,0.3181818,0.2644628,0.21487603,0.19008264,0.21900827,0.19008264,0.34710744,0.338843,0.19421488,0.1446281,0.35123968,0.47933885,0.46694216,0.4214876,0.30578512,0.2520661,0.2520661,0.24380165,0.30165288,0.36363637,0.13636364,0.19008264,0.19421488,0.3966942,0.32231405,0.26859504,0.23966943,0.21900827,0.22727273,0.2107438,0.30165288,0.3553719,0.42561984,0.46694216,0.45867768,0.446281,0.4214876,0.40082645,0.3966942,0.4090909,0.42975205,0.42561984,0.44214877,0.4214876,0.4338843,0.2520661,0.56198347,0.58677685,0.57024795,0.553719,0.57024795,0.58264464,0.5785124,0.59504133,0.60330576,0.59090906,0.6280992,0.6652893,0.6652893,0.6322314,0.5661157,0.48347107,0.4214876,0.33471075,0.23140496,0.23966943,0.20661157,0.23966943,0.30578512,0.338843,0.1983471,0.29338843,0.2768595,0.25619835,0.36363637,0.5,0.3429752,0.338843,0.2520661,0.18181819,0.23553719,0.23966943,0.2768595,0.1446281,0.11983471,0.1446281,0.16115703,0.38842976,0.41322315,0.36363637,0.338843,0.3264463,0.30991736,0.26859504,0.28099173,0.3264463,0.37603307,0.41735536,0.4338843,0.42561984,0.42561984,0.39256197,0.40495867,0.4214876,0.4338843,0.43801653,0.4338843,0.41735536,0.3677686,0.2231405,0.5661157,0.58264464,0.59090906,0.5495868,0.5785124,0.58677685,0.59917355,0.60330576,0.60330576,0.57438016,0.59504133,0.6363636,0.6322314,0.5785124,0.5247934,0.4338843,0.38429752,0.3181818,0.2768595,0.2644628,0.28099173,0.35950413,0.42561984,0.4752066,0.35123968,0.37190083,0.3677686,0.38429752,0.35950413,0.4752066,0.37603307,0.23140496,0.16115703,0.12809917,0.1446281,0.25619835,0.27272728,0.2107438,0.2107438,0.2107438,0.2603306,0.41735536,0.42561984,0.4090909,0.37603307,0.37190083,0.3677686,0.3553719,0.3677686,0.3553719,0.37603307,0.40082645,0.4090909,0.41735536,0.42561984,0.4214876,0.42975205,0.4338843,0.43801653,0.43801653,0.4214876,0.43801653,0.23966943,0.2603306,0.57438016,0.5495868,0.58677685,0.54545456,0.5785124,0.57024795,0.607438,0.61157024,0.607438,0.5785124,0.58677685,0.61157024,0.59090906,0.553719,0.47107437,0.42975205,0.41322315,0.3429752,0.33471075,0.338843,0.39256197,0.45867768,0.5206612,0.553719,0.53305787,0.5123967,0.45454547,0.43801653,0.4338843,0.42561984,0.3553719,0.20661157,0.11570248,0.1570248,0.1322314,0.23553719,0.28099173,0.28512397,0.338843,0.44214877,0.47933885,0.4876033,0.43801653,0.42975205,0.41735536,0.38016528,0.34710744,0.3553719,0.39256197,0.40495867,0.3966942,0.4090909,0.40082645,0.4214876,0.42561984,0.44214877,0.45041323,0.44214877,0.43801653,0.40082645,0.4090909,0.4214876,0.32231405,0.36363637,0.57024795,0.53305787,0.58264464,0.553719,0.57024795,0.58677685,0.607438,0.607438,0.607438,0.5785124,0.58264464,0.59090906,0.5661157,0.54545456,0.49173555,0.45867768,0.40495867,0.3553719,0.3553719,0.42561984,0.47107437,0.5289256,0.55785125,0.5661157,0.57024795,0.57438016,0.54545456,0.53305787,0.4876033,0.41735536,0.29752067,0.1694215,0.11983471,0.19008264,0.16528925,0.19421488,0.25619835,0.32231405,0.39256197,0.5206612,0.5123967,0.5371901,0.48347107,0.44214877,0.45454547,0.38429752,0.35950413,0.3429752,0.36363637,0.3966942,0.40082645,0.4338843,0.41322315,0.40495867,0.43801653,0.44214877,0.46280992,0.44214877,0.41735536,0.39256197,0.3677686,0.4090909,0.42975205,0.47933885,0.55785125,0.553719,0.58264464,0.5661157,0.56198347,0.57438016,0.607438,0.59917355,0.59504133,0.57024795,0.57024795,0.57024795,0.57438016,0.54545456,0.49586776,0.44214877,0.38016528,0.37190083,0.41735536,0.5123967,0.5289256,0.553719,0.5661157,0.57024795,0.5495868,0.5661157,0.57024795,0.5785124,0.55785125,0.48347107,0.2768595,0.15289256,0.12396694,0.20247933,0.20247933,0.2107438,0.21487603,0.3140496,0.42975205,0.5206612,0.54545456,0.54545456,0.5206612,0.49586776,0.4876033,0.45041323,0.41735536,0.35123968,0.3429752,0.3677686,0.38429752,0.42561984,0.42561984,0.41322315,0.42561984,0.43801653,0.46280992,0.42975205,0.40082645,0.36363637,0.3553719,0.40495867,0.4338843,0.48347107,0.553719,0.58264464,0.59090906,0.5785124,0.5495868,0.55785125,0.59090906,0.59917355,0.58264464,0.5661157,0.5495868,0.58264464,0.607438,0.5495868,0.4876033,0.41322315,0.38016528,0.446281,0.5206612,0.5495868,0.54545456,0.5661157,0.54545456,0.5661157,0.57024795,0.57024795,0.59504133,0.58264464,0.553719,0.5289256,0.40495867,0.19008264,0.1446281,0.19008264,0.23553719,0.2107438,0.20247933,0.338843,0.43801653,0.5123967,0.53305787,0.53305787,0.5206612,0.49173555,0.5041322,0.4876033,0.47933885,0.38429752,0.3429752,0.33471075,0.37603307,0.42975205,0.40495867,0.42975205,0.4338843,0.41322315,0.45041323,0.40082645,0.39256197,0.38016528,0.37190083,0.40082645,0.38842976,0.47107437,0.5123967,0.57438016,0.60330576,0.59917355,0.53305787,0.53305787,0.5661157,0.5785124,0.59504133,0.58264464,0.57438016,0.59504133,0.59090906,0.5247934,0.47107437,0.40082645,0.4338843,0.5371901,0.58264464,0.5495868,0.5661157,0.5785124,0.5041322,0.5661157,0.58677685,0.57024795,0.58677685,0.56198347,0.57024795,0.5289256,0.47107437,0.35123968,0.26859504,0.2603306,0.32231405,0.30165288,0.30165288,0.38842976,0.44214877,0.49586776,0.5041322,0.5413223,0.5247934,0.5082645,0.47933885,0.49586776,0.48347107,0.45041323,0.3429752,0.3264463,0.3429752,0.40495867,0.4214876,0.42561984,0.44214877,0.41735536,0.42561984,0.38429752,0.38429752,0.39256197,0.38842976,0.3553719,0.3181818,0.46694216,0.5123967,0.553719,0.607438,0.60330576,0.5289256,0.5041322,0.56198347,0.57024795,0.607438,0.58677685,0.59090906,0.607438,0.5785124,0.5165289,0.45867768,0.42561984,0.5041322,0.59504133,0.5661157,0.53305787,0.58264464,0.58264464,0.58677685,0.5495868,0.59090906,0.56198347,0.553719,0.56198347,0.53305787,0.5206612,0.49586776,0.446281,0.4090909,0.4338843,0.45041323,0.4090909,0.39256197,0.42561984,0.44214877,0.46694216,0.4752066,0.5247934,0.5041322,0.5289256,0.49586776,0.45041323,0.47933885,0.47933885,0.3553719,0.3305785,0.338843,0.3677686,0.4338843,0.44214877,0.45041323,0.4214876,0.4090909,0.38429752,0.39256197,0.38429752,0.3677686,0.30165288,0.27272728,0.44214877,0.5165289,0.5165289,0.58264464,0.59504133,0.5495868,0.5,0.55785125,0.56198347,0.61157024,0.607438,0.58264464,0.5785124,0.54545456,0.4876033,0.46694216,0.4876033,0.56198347,0.59917355,0.53305787,0.53305787,0.61157024,0.59504133,0.5495868,0.53305787,0.5495868,0.5247934,0.5247934,0.5082645,0.48347107,0.45041323,0.4214876,0.42561984,0.41735536,0.43801653,0.45041323,0.38429752,0.39256197,0.4214876,0.41322315,0.45041323,0.42975205,0.45867768,0.43801653,0.45867768,0.5289256,0.43801653,0.46694216,0.47107437,0.40082645,0.29338843,0.38016528,0.37190083,0.4214876,0.40082645,0.446281,0.4338843,0.41735536,0.39256197,0.41735536,0.3677686,0.35950413,0.29338843,0.27272728,0.3966942,0.4752066,0.5289256,0.54545456,0.5785124,0.5413223,0.5413223,0.5371901,0.5661157,0.59504133,0.59090906,0.55785125,0.6198347,0.5289256,0.49173555,0.5123967,0.5165289,0.5785124,0.59090906,0.5371901,0.5495868,0.57438016,0.5165289,0.5041322,0.5082645,0.5,0.45041323,0.42561984,0.35950413,0.3264463,0.28512397,0.26859504,0.28512397,0.33471075,0.3181818,0.3140496,0.2768595,0.3264463,0.3677686,0.38429752,0.40495867,0.4090909,0.41322315,0.38842976,0.3966942,0.43801653,0.46280992,0.45041323,0.44214877,0.44214877,0.32231405,0.3966942,0.4090909,0.42975205,0.4338843,0.44214877,0.41735536,0.41322315,0.3966942,0.40082645,0.36363637,0.37603307,0.24793388,0.27272728,0.37190083,0.47107437,0.5289256,0.5289256,0.5413223,0.5413223,0.5371901,0.54545456,0.55785125,0.57024795,0.61157024,0.60330576,0.59090906,0.54545456,0.5165289,0.5289256,0.5413223,0.58677685,0.5661157,0.5123967,0.5206612,0.49586776,0.45454547,0.4876033,0.47107437,0.40082645,0.2892562,0.24380165,0.19008264,0.1446281,0.12396694,0.16528925,0.18181819,0.20247933,0.19008264,0.16115703,0.16528925,0.20661157,0.21487603,0.2644628,0.30165288,0.3677686,0.40495867,0.3966942,0.37190083,0.34710744,0.43801653,0.44214877,0.42975205,0.46280992,0.42561984,0.41735536,0.41735536,0.45041323,0.43801653,0.45041323,0.38016528,0.3966942,0.38842976,0.39256197,0.35950413,0.446281,0.11983471,0.1322314,0.17355372,0.42975205,0.5371901,0.55785125,0.5165289,0.5413223,0.5206612,0.5413223,0.57024795,0.57438016,0.61570245,0.61157024,0.59504133,0.5413223,0.54545456,0.5371901,0.54545456,0.59504133,0.5289256,0.5082645,0.46694216,0.45041323,0.44214877,0.4090909,0.3140496,0.2231405,0.17768595,0.09917355,0.10330579,0.10330579,0.10330579,0.12809917,0.11570248,0.10743801,0.09917355,0.08677686,0.08677686,0.12396694,0.14876033,0.16115703,0.17355372,0.22727273,0.2892562,0.3305785,0.3553719,0.33471075,0.38016528,0.41735536,0.3966942,0.46280992,0.47107437,0.46694216,0.40082645,0.44214877,0.45454547,0.44214877,0.40495867,0.40495867,0.38429752,0.40082645,0.38429752,0.38842976,0.06198347,0.09917355,0.11157025,0.29752067,0.5247934,0.5206612,0.56198347,0.54545456,0.5206612,0.5495868,0.57024795,0.5785124,0.58264464,0.60330576,0.57438016,0.58264464,0.5495868,0.553719,0.57024795,0.57024795,0.5247934,0.5,0.43801653,0.3966942,0.35950413,0.2520661,0.19421488,0.23553719,0.27272728,0.3140496,0.2768595,0.27272728,0.23553719,0.28512397,0.29752067,0.25619835,0.23140496,0.17768595,0.20247933,0.22727273,0.24793388,0.18595041,0.16115703,0.15289256,0.15289256,0.19421488,0.2644628,0.29338843,0.3305785,0.39256197,0.40495867,0.47933885,0.49586776,0.48347107,0.44214877,0.44214877,0.43801653,0.42561984,0.41322315,0.40082645,0.3966942,0.40082645,0.4214876,0.25619835,0.08264463,0.10743801,0.10743801,0.1570248,0.48347107,0.5,0.5495868,0.54545456,0.5206612,0.5289256,0.5661157,0.57438016,0.59090906,0.59090906,0.59090906,0.5661157,0.55785125,0.5661157,0.58677685,0.55785125,0.5041322,0.45867768,0.37190083,0.30165288,0.28099173,0.338843,0.38016528,0.47107437,0.47107437,0.49586776,0.47107437,0.46280992,0.446281,0.44214877,0.43801653,0.40082645,0.44214877,0.37603307,0.35950413,0.40495867,0.42975205,0.40495867,0.3553719,0.3429752,0.2892562,0.24380165,0.10743801,0.1983471,0.28099173,0.34710744,0.39256197,0.45867768,0.5,0.49173555,0.45867768,0.45041323,0.45041323,0.41322315,0.40082645,0.3966942,0.4214876,0.39256197,0.40495867,0.2231405,0.09504132,0.10330579,0.10743801,0.08264463,0.42975205,0.5123967,0.5289256,0.54545456,0.5289256,0.5165289,0.5495868,0.57438016,0.5495868,0.59504133,0.60330576,0.55785125,0.56198347,0.58264464,0.60330576,0.5165289,0.446281,0.3677686,0.2603306,0.23553719,0.46694216,0.57024795,0.5371901,0.5661157,0.553719,0.53305787,0.5165289,0.47107437,0.47107437,0.43801653,0.42975205,0.40495867,0.4090909,0.42975205,0.37603307,0.4090909,0.4338843,0.43801653,0.40495867,0.42561984,0.41735536,0.45454547,0.3677686,0.10743801,0.1983471,0.29338843,0.34710744,0.4090909,0.4752066,0.46694216,0.43801653,0.44214877,0.41322315,0.41735536,0.3966942,0.40082645,0.4214876,0.38842976,0.41735536,0.22727273,0.08677686,0.10330579,0.10330579,0.10330579,0.30578512,0.54545456,0.5041322,0.55785125,0.53305787,0.5123967,0.54545456,0.55785125,0.5495868,0.58677685,0.607438,0.5785124,0.57024795,0.59090906,0.5661157,0.4876033,0.3966942,0.29752067,0.25619835,0.45454547,0.59917355,0.55785125,0.5082645,0.56198347,0.553719,0.5785124,0.54545456,0.5,0.45454547,0.42975205,0.38016528,0.37190083,0.37190083,0.3966942,0.38429752,0.4338843,0.44214877,0.44214877,0.40082645,0.34710744,0.35950413,0.41322315,0.45867768,0.24380165,0.17355372,0.26859504,0.35123968,0.40082645,0.45041323,0.446281,0.446281,0.42561984,0.3966942,0.40082645,0.3966942,0.3966942,0.42561984,0.38429752,0.47107437,0.1322314,0.09504132,0.11157025,0.11157025,0.11157025,0.17355372,0.57024795,0.5082645,0.5247934,0.53305787,0.5165289,0.5206612,0.5495868,0.54545456,0.553719,0.6198347,0.5661157,0.59090906,0.58264464,0.5206612,0.46280992,0.35123968,0.2603306,0.38016528,0.59090906,0.58677685,0.53305787,0.5041322,0.5165289,0.5041322,0.5247934,0.4876033,0.446281,0.39256197,0.3429752,0.28512397,0.2892562,0.28099173,0.30578512,0.3181818,0.3553719,0.338843,0.3305785,0.30991736,0.2644628,0.30578512,0.37190083,0.45041323,0.32231405,0.23966943,0.32231405,0.38429752,0.40495867,0.42561984,0.4338843,0.44214877,0.40082645,0.38016528,0.39256197,0.39256197,0.40082645,0.41322315,0.40082645,0.446281,0.053719006,0.10743801,0.10743801,0.10743801,0.12809917,0.11983471,0.5495868,0.5247934,0.5165289,0.5247934,0.5123967,0.5206612,0.5413223,0.5371901,0.5413223,0.57438016,0.5661157,0.58677685,0.57438016,0.49173555,0.4090909,0.3140496,0.2768595,0.4876033,0.5661157,0.5785124,0.49586776,0.49173555,0.45041323,0.40082645,0.41735536,0.40495867,0.34710744,0.2644628,0.21487603,0.2520661,0.23966943,0.2107438,0.20661157,0.23553719,0.21900827,0.2520661,0.23966943,0.24793388,0.3140496,0.36363637,0.38016528,0.45867768,0.4090909,0.30165288,0.35123968,0.3553719,0.37603307,0.40495867,0.4214876,0.41735536,0.4090909,0.38842976,0.40495867,0.3966942,0.4214876,0.40082645,0.41322315,0.30578512,0.07438017,0.11157025,0.10330579,0.10743801,0.1322314,0.10743801,0.4090909,0.5289256,0.5082645,0.5165289,0.5123967,0.5165289,0.5206612,0.5289256,0.5206612,0.53305787,0.57438016,0.55785125,0.5371901,0.44214877,0.3553719,0.2644628,0.3140496,0.5495868,0.553719,0.53305787,0.46694216,0.45454547,0.40495867,0.3677686,0.35950413,0.36363637,0.30578512,0.21900827,0.22727273,0.2603306,0.2231405,0.1983471,0.18181819,0.18595041,0.17355372,0.21900827,0.28099173,0.3264463,0.37190083,0.41322315,0.40495867,0.46694216,0.45454547,0.34710744,0.338843,0.33471075,0.3553719,0.3677686,0.3966942,0.38016528,0.4214876,0.38842976,0.3966942,0.40495867,0.41322315,0.40082645,0.4090909,0.2644628,0.12809917,0.14049587,0.15289256,0.14876033,0.12809917,0.11157025,0.2231405,0.5371901,0.4876033,0.5289256,0.5041322,0.5123967,0.5165289,0.5123967,0.5082645,0.5247934,0.5495868,0.5247934,0.48347107,0.38016528,0.2892562,0.26859504,0.45867768,0.57438016,0.5661157,0.5165289,0.45454547,0.41322315,0.39256197,0.3677686,0.38842976,0.37190083,0.30991736,0.2603306,0.24380165,0.23140496,0.20661157,0.21487603,0.20247933,0.20661157,0.21487603,0.24793388,0.29338843,0.3429752,0.38842976,0.41735536,0.42561984,0.4338843,0.46694216,0.41735536,0.338843,0.3429752,0.3181818,0.35123968,0.3677686,0.38016528,0.4090909,0.38429752,0.39256197,0.40082645,0.4214876,0.39256197,0.41322315,0.35950413,0.30578512,0.338843,0.37603307,0.40082645,0.1322314,0.12809917,0.12396694,0.44214877,0.53305787,0.5123967,0.5123967,0.5041322,0.5247934,0.5123967,0.49586776,0.5123967,0.5123967,0.49173555,0.42975205,0.3305785,0.2603306,0.38016528,0.57438016,0.59090906,0.5495868,0.4876033,0.4338843,0.40495867,0.38016528,0.38842976,0.4214876,0.35950413,0.3429752,0.30165288,0.2644628,0.2603306,0.23966943,0.24793388,0.23140496,0.28099173,0.28099173,0.28512397,0.30165288,0.3429752,0.38429752,0.4214876,0.43801653,0.45454547,0.47933885,0.46694216,0.40495867,0.3429752,0.338843,0.33471075,0.3553719,0.38429752,0.39256197,0.38842976,0.39256197,0.41322315,0.40082645,0.39256197,0.41322315,0.45041323,0.41322315,0.40495867,0.4214876,0.43801653,0.12396694,0.12396694,0.12809917,0.28512397,0.5247934,0.5206612,0.5123967,0.5041322,0.5165289,0.5,0.49173555,0.4876033,0.4752066,0.45867768,0.38842976,0.2644628,0.32231405,0.49586776,0.59917355,0.59504133,0.54545456,0.4752066,0.41322315,0.38016528,0.40495867,0.42975205,0.4214876,0.37603307,0.3966942,0.3677686,0.3553719,0.3140496,0.29338843,0.29752067,0.2892562,0.3181818,0.34710744,0.34710744,0.338843,0.3305785,0.37190083,0.41322315,0.43801653,0.45454547,0.48347107,0.47933885,0.4752066,0.41322315,0.3553719,0.32231405,0.33471075,0.37190083,0.38842976,0.37603307,0.40082645,0.41735536,0.40082645,0.39256197,0.45454547,0.5082645,0.46694216,0.45867768,0.45454547,0.47107437,0.12809917,0.12396694,0.12809917,0.16115703,0.45041323,0.55785125,0.49173555,0.5082645,0.5041322,0.5041322,0.47933885,0.46694216,0.46694216,0.42975205,0.37190083,0.2892562,0.4338843,0.56198347,0.59090906,0.55785125,0.5247934,0.48347107,0.41322315,0.4214876,0.4338843,0.4338843,0.45454547,0.44214877,0.45041323,0.4338843,0.41735536,0.37603307,0.35950413,0.36363637,0.39256197,0.37190083,0.38842976,0.41322315,0.39256197,0.36363637,0.36363637,0.41735536,0.43801653,0.44214877,0.45041323,0.4752066,0.45867768,0.44214877,0.40495867,0.3429752,0.3305785,0.36363637,0.38842976,0.3966942,0.4090909,0.4090909,0.40495867,0.4090909,0.47933885,0.5082645,0.5041322,0.49173555,0.48347107,0.49173555,0.12809917,0.1322314,0.12809917,0.11570248,0.2892562,0.57024795,0.49586776,0.5413223,0.49586776,0.49586776,0.5,0.45454547,0.44214877,0.44214877,0.3677686,0.36363637,0.5041322,0.57438016,0.56198347,0.5206612,0.5289256,0.5123967,0.4338843,0.44214877,0.42975205,0.49173555,0.4876033,0.46280992,0.4752066,0.45454547,0.42975205,0.41322315,0.4214876,0.41735536,0.4090909,0.40082645,0.4214876,0.41322315,0.42975205,0.4214876,0.39256197,0.4214876,0.44214877,0.45041323,0.41322315,0.4338843,0.4214876,0.4090909,0.3966942,0.38016528,0.35950413,0.30991736,0.38429752,0.3966942,0.4090909,0.40082645,0.39256197,0.4214876,0.49586776,0.5041322,0.53305787,0.5041322,0.5082645,0.48347107,0.1322314,0.12809917,0.13636364,0.12809917,0.17355372,0.5041322,0.57024795,0.56198347,0.5041322,0.47933885,0.4876033,0.46694216,0.44214877,0.45041323,0.37190083,0.41322315,0.5,0.5661157,0.5165289,0.5206612,0.5495868,0.5247934,0.43801653,0.43801653,0.45454547,0.5,0.49586776,0.46280992,0.46694216,0.446281,0.4090909,0.4090909,0.4338843,0.41322315,0.41322315,0.3966942,0.41322315,0.4338843,0.42561984,0.43801653,0.41322315,0.4214876,0.4214876,0.4214876,0.40495867,0.3966942,0.38429752,0.3677686,0.34710744,0.35950413,0.39256197,0.32231405,0.36363637,0.3966942,0.41322315,0.40495867,0.3966942,0.45867768,0.59090906,0.49586776,0.5371901,0.5165289,0.4876033,0.46280992,0.12396694,0.1322314,0.13636364,0.1322314,0.11983471,0.30165288,0.55785125,0.55785125,0.5206612,0.4752066,0.4752066,0.45041323,0.46694216,0.45867768,0.40082645,0.40495867,0.49173555,0.5165289,0.5,0.5371901,0.5495868,0.5041322,0.47933885,0.42975205,0.45454547,0.47933885,0.47933885,0.47933885,0.45041323,0.42975205,0.41322315,0.42975205,0.44214877,0.42561984,0.38842976,0.39256197,0.40495867,0.41735536,0.41735536,0.40495867,0.42561984,0.4338843,0.38842976,0.40495867,0.40082645,0.38016528,0.3677686,0.3305785,0.2892562,0.30578512,0.35950413,0.338843,0.33471075,0.39256197,0.40495867,0.39256197,0.37603307,0.58677685,0.6528926,0.5247934,0.5041322,0.5041322,0.46280992,0.46694216,0.12396694,0.12809917,0.12396694,0.1322314,0.12809917,0.13636364,0.49586776,0.5495868,0.5247934,0.5206612,0.44214877,0.45454547,0.45041323,0.45867768,0.4214876,0.35950413,0.49173555,0.5041322,0.5165289,0.5206612,0.53305787,0.5206612,0.49173555,0.46694216,0.45041323,0.45041323,0.48347107,0.47933885,0.44214877,0.40082645,0.40495867,0.41735536,0.41735536,0.4090909,0.35123968,0.35950413,0.38842976,0.3966942,0.4090909,0.4090909,0.4214876,0.40082645,0.40495867,0.3677686,0.37603307,0.35123968,0.3429752,0.3181818,0.22727273,0.2520661,0.28099173,0.30165288,0.3429752,0.37603307,0.4090909,0.38429752,0.446281,0.6735537,0.6528926,0.56198347,0.48347107,0.4752066,0.45867768,0.47107437,0.12396694,0.1322314,0.12809917,0.12809917,0.13636364,0.06198347,0.553719,0.5495868,0.5165289,0.5371901,0.47107437,0.45454547,0.4338843,0.43801653,0.38016528,0.3553719,0.47933885,0.49173555,0.5165289,0.49586776,0.5123967,0.5289256,0.47933885,0.46694216,0.44214877,0.4338843,0.47107437,0.46694216,0.4214876,0.3677686,0.38842976,0.37603307,0.38842976,0.36363637,0.3181818,0.3305785,0.3305785,0.3553719,0.40082645,0.4090909,0.40082645,0.38842976,0.37603307,0.35123968,0.35123968,0.3305785,0.3264463,0.29752067,0.1983471,0.2231405,0.23966943,0.2520661,0.32231405,0.37190083,0.42561984,0.39256197,0.5371901,0.6859504,0.6404959,0.61570245,0.44214877,0.5041322,0.45867768,0.4752066,0.20661157,0.27272728,0.2892562,0.30991736,0.35123968,0.2892562,0.73966944,0.6694215,0.5041322,0.53305787,0.5041322,0.45867768,0.42975205,0.42975205,0.3966942,0.37190083,0.46694216,0.47107437,0.5041322,0.49586776,0.5165289,0.49173555,0.45454547,0.45041323,0.42561984,0.45041323,0.46280992,0.44214877,0.38429752,0.36363637,0.37190083,0.30578512,0.34710744,0.32231405,0.30165288,0.30991736,0.3140496,0.3181818,0.3677686,0.39256197,0.3553719,0.37190083,0.35950413,0.3553719,0.33471075,0.33471075,0.338843,0.1983471,0.15289256,0.18595041,0.1983471,0.2520661,0.3140496,0.38429752,0.40495867,0.40082645,0.62396693,0.677686,0.6404959,0.7355372,0.3305785,0.49586776,0.47933885,0.47933885,0.59917355,0.59917355,0.57438016,0.5371901,0.5289256,0.45454547,0.7644628,0.8471074,0.59090906,0.5206612,0.5495868,0.46694216,0.446281,0.4214876,0.38429752,0.38429752,0.4752066,0.47933885,0.49586776,0.49586776,0.48347107,0.45041323,0.45454547,0.42561984,0.4090909,0.38429752,0.4090909,0.39256197,0.34710744,0.3140496,0.29752067,0.24380165,0.30991736,0.30165288,0.2768595,0.2603306,0.2603306,0.2892562,0.3181818,0.33471075,0.30991736,0.338843,0.33471075,0.3305785,0.32231405,0.32231405,0.3140496,0.1446281,0.1446281,0.19421488,0.20661157,0.2520661,0.3264463,0.39256197,0.38842976,0.5041322,0.6983471,0.6735537,0.661157,0.73140496,0.45041323,0.3429752,0.4752066,0.5082645,0.5661157,0.57024795,0.59504133,0.59917355,0.54545456,0.5661157,0.78512394,0.838843,0.8181818,0.57024795,0.5123967,0.5247934,0.4752066,0.43801653,0.39256197,0.37603307,0.4338843,0.46694216,0.47933885,0.49586776,0.45867768,0.4338843,0.41322315,0.4214876,0.38429752,0.3429752,0.338843,0.3264463,0.30578512,0.26859504,0.2644628,0.24793388,0.27272728,0.26859504,0.24793388,0.23140496,0.2107438,0.26859504,0.2644628,0.27272728,0.28099173,0.28512397,0.29752067,0.3181818,0.30578512,0.29752067,0.23966943,0.17355372,0.17355372,0.22727273,0.25619835,0.27272728,0.29752067,0.37603307,0.42975205,0.6280992,0.69008267,0.677686,0.6735537,0.70247936,0.59090906,0.24793388,0.41322315,0.48347107,33 +0.42561984,0.45454547,0.47107437,0.4876033,0.5165289,0.5,0.5289256,0.5413223,0.54545456,0.5165289,0.59090906,0.5289256,0.5661157,0.55785125,0.5495868,0.5247934,0.5289256,0.57024795,0.5206612,0.5165289,0.5289256,0.5206612,0.5206612,0.5165289,0.5206612,0.5165289,0.5206612,0.5247934,0.5206612,0.53305787,0.5289256,0.54545456,0.5247934,0.5123967,0.5206612,0.5082645,0.5289256,0.5413223,0.553719,0.5247934,0.5206612,0.5165289,0.53305787,0.5247934,0.5247934,0.5206612,0.53305787,0.49586776,0.5041322,0.5123967,0.5371901,0.5123967,0.49586776,0.46694216,0.45867768,0.4338843,0.44214877,0.30165288,0.2107438,0.22727273,0.2520661,0.28099173,0.3553719,0.44214877,0.45041323,0.46694216,0.5165289,0.5082645,0.5247934,0.5206612,0.5413223,0.5371901,0.60330576,0.5247934,0.60330576,0.57024795,0.5785124,0.57438016,0.56198347,0.57438016,0.5661157,0.57024795,0.5661157,0.5495868,0.53305787,0.54545456,0.553719,0.553719,0.5495868,0.53305787,0.53305787,0.54545456,0.5165289,0.5247934,0.5371901,0.56198347,0.54545456,0.5371901,0.5371901,0.5123967,0.5123967,0.5289256,0.5661157,0.5413223,0.53305787,0.54545456,0.5371901,0.5371901,0.53305787,0.5371901,0.5206612,0.5123967,0.5165289,0.5,0.5206612,0.54545456,0.5165289,0.4876033,0.48347107,0.45454547,0.45454547,0.41735536,0.2520661,0.20661157,0.2231405,0.30991736,0.33471075,0.45867768,0.45867768,0.46694216,0.49173555,0.49173555,0.5289256,0.5289256,0.59090906,0.58264464,0.60330576,0.6363636,0.5661157,0.57438016,0.57438016,0.55785125,0.57024795,0.59917355,0.59090906,0.57438016,0.58677685,0.61570245,0.59917355,0.59090906,0.5785124,0.58264464,0.5785124,0.57024795,0.5661157,0.5661157,0.55785125,0.5289256,0.5495868,0.5785124,0.56198347,0.5247934,0.5661157,0.55785125,0.5413223,0.5495868,0.56198347,0.54545456,0.5371901,0.5495868,0.5371901,0.5371901,0.53305787,0.5247934,0.5247934,0.5165289,0.5165289,0.5082645,0.5165289,0.53305787,0.5289256,0.5041322,0.49173555,0.45867768,0.45454547,0.47107437,0.3305785,0.19421488,0.2231405,0.2768595,0.38016528,0.44214877,0.47107437,0.5041322,0.4876033,0.4876033,0.5495868,0.54545456,0.62396693,0.61157024,0.6322314,0.6487603,0.5206612,0.58264464,0.5785124,0.5661157,0.57438016,0.55785125,0.59504133,0.5785124,0.59504133,0.6280992,0.61157024,0.61570245,0.60330576,0.59090906,0.5785124,0.59090906,0.59090906,0.58264464,0.57438016,0.56198347,0.5495868,0.57024795,0.5785124,0.56198347,0.5785124,0.59917355,0.57024795,0.54545456,0.5495868,0.55785125,0.5413223,0.54545456,0.5289256,0.5206612,0.5495868,0.5206612,0.5082645,0.49586776,0.5082645,0.49586776,0.5041322,0.5041322,0.5,0.5082645,0.5041322,0.4214876,0.47107437,0.4752066,0.44214877,0.2231405,0.2231405,0.2603306,0.4338843,0.5495868,0.5165289,0.5082645,0.5123967,0.5206612,0.5661157,0.5785124,0.607438,0.59917355,0.62396693,0.59917355,0.54545456,0.5661157,0.5661157,0.58677685,0.5785124,0.553719,0.59090906,0.57024795,0.59090906,0.60330576,0.59090906,0.6198347,0.59504133,0.59090906,0.60330576,0.59504133,0.59090906,0.59090906,0.5785124,0.57438016,0.5495868,0.5661157,0.60330576,0.59090906,0.5785124,0.59917355,0.55785125,0.5371901,0.5371901,0.553719,0.54545456,0.553719,0.5413223,0.49586776,0.5247934,0.5,0.49173555,0.46280992,0.44214877,0.47107437,0.49173555,0.5,0.48347107,0.49586776,0.49586776,0.45454547,0.4752066,0.47107437,0.46694216,0.2644628,0.23966943,0.2603306,0.446281,0.6280992,0.5371901,0.49173555,0.5289256,0.5206612,0.5785124,0.57438016,0.59090906,0.60330576,0.607438,0.57438016,0.56198347,0.553719,0.53305787,0.5413223,0.5495868,0.57024795,0.59090906,0.56198347,0.57438016,0.5785124,0.58264464,0.60330576,0.5785124,0.59090906,0.58677685,0.58264464,0.59090906,0.56198347,0.57438016,0.56198347,0.53305787,0.5495868,0.59504133,0.56198347,0.553719,0.56198347,0.53305787,0.5247934,0.5289256,0.53305787,0.53305787,0.54545456,0.5413223,0.46694216,0.41735536,0.44214877,0.42975205,0.37603307,0.36363637,0.37190083,0.39256197,0.44214877,0.46280992,0.4752066,0.48347107,0.4876033,0.4752066,0.47107437,0.4752066,0.3140496,0.23140496,0.28512397,0.45041323,0.6363636,0.5289256,0.5206612,0.53305787,0.5123967,0.59090906,0.58264464,0.59090906,0.5661157,0.5785124,0.56198347,0.5495868,0.5041322,0.45867768,0.49586776,0.5,0.5247934,0.5289256,0.5371901,0.54545456,0.5661157,0.5413223,0.5785124,0.5495868,0.553719,0.5495868,0.54545456,0.5495868,0.5371901,0.53305787,0.53305787,0.53305787,0.5247934,0.55785125,0.5289256,0.5247934,0.5123967,0.5,0.5,0.5,0.5082645,0.5165289,0.5082645,0.46280992,0.4090909,0.338843,0.35123968,0.3264463,0.33471075,0.3264463,0.35950413,0.3677686,0.38429752,0.4214876,0.4338843,0.44214877,0.47933885,0.47933885,0.45454547,0.4752066,0.37190083,0.29752067,0.29752067,0.46280992,0.61570245,0.5371901,0.5247934,0.5165289,0.57438016,0.61157024,0.59917355,0.5785124,0.56198347,0.5289256,0.5413223,0.5082645,0.45867768,0.44214877,0.45454547,0.4338843,0.43801653,0.446281,0.43801653,0.45867768,0.4876033,0.44214877,0.44214877,0.45454547,0.4752066,0.5165289,0.5165289,0.4876033,0.49173555,0.49586776,0.5247934,0.5289256,0.5371901,0.54545456,0.49586776,0.49586776,0.47933885,0.46280992,0.446281,0.45867768,0.446281,0.4338843,0.41322315,0.3677686,0.32231405,0.2768595,0.2768595,0.2892562,0.30991736,0.30578512,0.29752067,0.35123968,0.38842976,0.4090909,0.42561984,0.45041323,0.45867768,0.45454547,0.4338843,0.47107437,0.41322315,0.338843,0.3264463,0.46280992,0.54545456,0.47933885,0.54545456,0.5495868,0.58677685,0.62396693,0.58264464,0.57438016,0.54545456,0.5,0.4876033,0.42975205,0.37603307,0.37603307,0.42561984,0.42561984,0.38429752,0.35950413,0.29752067,0.3264463,0.3264463,0.3181818,0.30165288,0.33471075,0.38429752,0.4338843,0.46280992,0.45041323,0.446281,0.47107437,0.5371901,0.5413223,0.5165289,0.53305787,0.48347107,0.47107437,0.44214877,0.40495867,0.40082645,0.38842976,0.34710744,0.3305785,0.3181818,0.2520661,0.23140496,0.20661157,0.23553719,0.25619835,0.29752067,0.28099173,0.28512397,0.3264463,0.33471075,0.36363637,0.36363637,0.41735536,0.446281,0.46694216,0.44214877,0.4876033,0.4214876,0.36363637,0.41322315,0.41735536,0.48347107,0.45454547,0.56198347,0.60330576,0.58677685,0.58264464,0.49173555,0.4876033,0.43801653,0.40082645,0.38016528,0.35950413,0.3429752,0.38842976,0.45041323,0.446281,0.40495867,0.37603307,0.3264463,0.29752067,0.28099173,0.28099173,0.25619835,0.2768595,0.30991736,0.3429752,0.38842976,0.4214876,0.42975205,0.5165289,0.56198347,0.57024795,0.553719,0.54545456,0.5041322,0.4752066,0.42561984,0.37603307,0.35123968,0.35123968,0.29338843,0.28099173,0.26859504,0.23140496,0.24380165,0.24793388,0.2603306,0.2768595,0.29338843,0.28512397,0.28099173,0.29338843,0.30165288,0.30991736,0.30991736,0.2892562,0.3181818,0.35123968,0.38016528,0.41322315,0.4090909,0.37190083,0.44214877,0.38429752,0.4090909,0.5165289,0.56198347,0.6280992,0.57024795,0.4338843,0.3677686,0.38016528,0.42561984,0.46694216,0.446281,0.446281,0.36363637,0.34710744,0.34710744,0.36363637,0.45041323,0.38842976,0.32231405,0.30991736,0.2892562,0.30165288,0.30991736,0.30165288,0.28512397,0.29752067,0.3140496,0.37190083,0.45454547,0.553719,0.5661157,0.59917355,0.59090906,0.57024795,0.54545456,0.5165289,0.48347107,0.39256197,0.3264463,0.3140496,0.3305785,0.37190083,0.33471075,0.3140496,0.3181818,0.30578512,0.3677686,0.35123968,0.3429752,0.3264463,0.3181818,0.3181818,0.35950413,0.3966942,0.38842976,0.32231405,0.3553719,0.27272728,0.3181818,0.3305785,0.28099173,0.3140496,0.4214876,0.39256197,0.36363637,0.55785125,0.57024795,0.46694216,0.43801653,0.37603307,0.41322315,0.47107437,0.53305787,0.5413223,0.45041323,0.41322315,0.3305785,0.3140496,0.2520661,0.24793388,0.57024795,0.3553719,0.3140496,0.30991736,0.26859504,0.2603306,0.28512397,0.29338843,0.30165288,0.3429752,0.41322315,0.338843,0.38842976,0.53305787,0.59504133,0.59090906,0.59917355,0.5785124,0.5661157,0.56198347,0.53305787,0.4090909,0.34710744,0.3305785,0.5,0.3966942,0.37190083,0.4090909,0.45454547,0.5289256,0.79752064,0.6446281,0.42975205,0.36363637,0.36363637,0.27272728,0.34710744,0.41322315,0.4090909,0.2603306,0.4338843,0.17768595,0.2520661,0.35123968,0.3677686,0.28099173,0.2644628,0.30578512,0.32231405,0.45867768,0.28512397,0.23966943,0.30578512,0.446281,0.47933885,0.5661157,0.5247934,0.5413223,0.41322315,0.34710744,0.35950413,0.40082645,0.35123968,0.5371901,0.90495867,0.61157024,0.3677686,0.37603307,0.36363637,0.30991736,0.30991736,0.3264463,0.32231405,0.40082645,0.5165289,0.5206612,0.38429752,0.41735536,0.53305787,0.59504133,0.61157024,0.59090906,0.58264464,0.57024795,0.5371901,0.35950413,0.3181818,0.33471075,0.44214877,0.4752066,0.4752066,0.4752066,0.49586776,0.5413223,0.57024795,0.5661157,0.46280992,0.44214877,0.3966942,0.4214876,0.30991736,0.36363637,0.42975205,0.3305785,0.4876033,0.14876033,0.1983471,0.35123968,0.44214877,0.36363637,0.2768595,0.22727273,0.56198347,0.35123968,0.2520661,0.14876033,0.38016528,0.47107437,0.5041322,0.57438016,0.5165289,0.48347107,0.37603307,0.33471075,0.41322315,0.4214876,0.38429752,0.39256197,0.7644628,0.5785124,0.42561984,0.46694216,0.45041323,0.4214876,0.43801653,0.42975205,0.40495867,0.45867768,0.5082645,0.55785125,0.4752066,0.38016528,0.42975205,0.46694216,0.53305787,0.48347107,0.5082645,0.5,0.44214877,0.30165288,0.23966943,0.38429752,0.44214877,0.44214877,0.41735536,0.39256197,0.44214877,0.446281,0.59504133,0.76859504,0.47107437,0.46694216,0.45454547,0.45454547,0.41735536,0.338843,0.45041323,0.3966942,0.45041323,0.18181819,0.12809917,0.30578512,0.6528926,0.5041322,0.5041322,0.1983471,0.70247936,0.49586776,0.32231405,0.20247933,0.4090909,0.4752066,0.5206612,0.57438016,0.45867768,0.3966942,0.38429752,0.338843,0.4214876,0.43801653,0.36363637,0.338843,0.47933885,0.47107437,0.38429752,0.4090909,0.38016528,0.3553719,0.36363637,0.3966942,0.44214877,0.44214877,0.5371901,0.5495868,0.5371901,0.36363637,0.43801653,0.35950413,0.54545456,0.3264463,0.32231405,0.37603307,0.446281,0.32231405,0.2768595,0.34710744,0.3553719,0.37603307,0.37603307,0.37190083,0.39256197,0.35123968,0.62396693,0.90082645,0.3140496,0.4338843,0.446281,0.40495867,0.47933885,0.40082645,0.446281,0.46694216,0.45041323,0.1983471,0.12396694,0.19421488,0.6280992,0.7107438,0.62396693,0.1322314,0.5661157,0.49173555,0.4338843,0.2520661,0.35950413,0.47933885,0.5495868,0.53305787,0.38842976,0.3553719,0.46694216,0.40082645,0.45041323,0.446281,0.3677686,0.34710744,0.2603306,0.23553719,0.23966943,0.2644628,0.32231405,0.35123968,0.3429752,0.3429752,0.35123968,0.4214876,0.58264464,0.5371901,0.5495868,0.30991736,0.40082645,0.35123968,0.49586776,0.4752066,0.34710744,0.26859504,0.36363637,0.30165288,0.3264463,0.33471075,0.43801653,0.43801653,0.39256197,0.37190083,0.30991736,0.25619835,0.2768595,0.37190083,0.18181819,0.20247933,0.3264463,0.35950413,0.42561984,0.46694216,0.43801653,0.49173555,0.44214877,0.23553719,0.15289256,0.23140496,0.5247934,0.838843,0.6942149,0.19008264,0.4752066,0.37190083,0.677686,0.24793388,0.38842976,0.41735536,0.59504133,0.4752066,0.37190083,0.38842976,0.47107437,0.48347107,0.48347107,0.42975205,0.30578512,0.3966942,0.11570248,0.15289256,0.1570248,0.17768595,0.25619835,0.21487603,0.35950413,0.42561984,0.46280992,0.446281,0.5495868,0.5,0.5165289,0.34710744,0.34710744,0.3966942,0.4752066,0.5785124,0.4214876,0.3553719,0.3429752,0.4090909,0.28512397,0.38842976,0.5413223,0.46280992,0.41735536,0.43801653,0.40082645,0.37190083,0.27272728,0.20247933,0.21487603,0.20247933,0.29338843,0.3181818,0.35123968,0.39256197,0.41735536,0.4338843,0.446281,0.2892562,0.21487603,0.25619835,0.34710744,0.6404959,0.7107438,0.2644628,0.4338843,0.34710744,0.6818182,0.2603306,0.38842976,0.3966942,0.55785125,0.47933885,0.5041322,0.5123967,0.58677685,0.60330576,0.4876033,0.37603307,0.42975205,0.40495867,0.18181819,0.19421488,0.23140496,0.25619835,0.3264463,0.28099173,0.3264463,0.38429752,0.46280992,0.47107437,0.55785125,0.5371901,0.5206612,0.3966942,0.27272728,0.30578512,0.3264463,0.5123967,0.42561984,0.35950413,0.24380165,0.5413223,0.19421488,0.38429752,0.45041323,0.40495867,0.35123968,0.40082645,0.44214877,0.38016528,0.3140496,0.2644628,0.2520661,0.2520661,0.30991736,0.34710744,0.33471075,0.30991736,0.37603307,0.37190083,0.40082645,0.40495867,0.22727273,0.19008264,0.2644628,0.60330576,0.7892562,0.34710744,0.38016528,0.45867768,0.5495868,0.3181818,0.3553719,0.35950413,0.58264464,0.5661157,0.6198347,0.607438,0.61570245,0.59090906,0.5041322,0.5165289,0.59090906,0.44214877,0.3553719,0.29752067,0.30165288,0.34710744,0.338843,0.30578512,0.3140496,0.3181818,0.41322315,0.5082645,0.61157024,0.58264464,0.5247934,0.36363637,0.23553719,0.37603307,0.45041323,0.5041322,0.5123967,0.45867768,0.29752067,0.37603307,0.18181819,0.40082645,0.40082645,0.35123968,0.34710744,0.38016528,0.4090909,0.39256197,0.36363637,0.35123968,0.3305785,0.34710744,0.3677686,0.38842976,0.3677686,0.35123968,0.39256197,0.44214877,0.38429752,0.42975205,0.22727273,0.14049587,0.19008264,0.74380165,0.76859504,0.42975205,0.3140496,0.58677685,0.49173555,0.40082645,0.49586776,0.4876033,0.57438016,0.59917355,0.61570245,0.58264464,0.5371901,0.49586776,0.45454547,0.42561984,0.5206612,0.47107437,0.42975205,0.39256197,0.40495867,0.45867768,0.43801653,0.41322315,0.37190083,0.37190083,0.5082645,0.5785124,0.61570245,0.6487603,0.44214877,0.338843,0.29752067,0.45041323,0.4752066,0.5247934,0.5,0.4752066,0.3677686,0.2603306,0.22727273,0.3966942,0.4752066,0.41322315,0.38842976,0.41322315,0.42975205,0.4214876,0.4214876,0.446281,0.41735536,0.41735536,0.4338843,0.4338843,0.42561984,0.43801653,0.44214877,0.5165289,0.49586776,0.45041323,0.29752067,0.22727273,0.29752067,0.71487606,0.6570248,0.4090909,0.27272728,0.62396693,0.46280992,0.41322315,0.61157024,0.6404959,0.6694215,0.6280992,0.607438,0.5785124,0.55785125,0.5495868,0.5,0.43801653,0.47933885,0.5041322,0.48347107,0.47107437,0.49586776,0.47933885,0.446281,0.446281,0.3966942,0.49173555,0.56198347,0.59090906,0.60330576,0.607438,0.37190083,0.30991736,0.3553719,0.4752066,0.5041322,0.54545456,0.5041322,0.46280992,0.38429752,0.2520661,0.30165288,0.3264463,0.5165289,0.4876033,0.43801653,0.4090909,0.40495867,0.4214876,0.446281,0.46694216,0.45454547,0.45867768,0.45041323,0.45867768,0.45041323,0.47107437,0.45454547,0.47933885,0.5041322,0.5123967,0.45867768,0.3140496,0.19008264,0.2644628,0.5082645,0.35123968,0.3264463,0.6198347,0.48347107,0.38842976,0.59090906,0.6404959,0.6570248,0.59090906,0.5413223,0.57024795,0.59917355,0.58677685,0.5289256,0.4876033,0.5165289,0.5,0.5041322,0.47933885,0.4752066,0.44214877,0.3966942,0.41322315,0.47107437,0.56198347,0.57024795,0.59917355,0.6528926,0.5247934,0.33471075,0.29338843,0.42975205,0.5082645,0.5289256,0.53305787,0.5247934,0.46280992,0.43801653,0.25619835,0.34710744,0.1983471,0.55785125,0.5123967,0.5165289,0.45867768,0.3966942,0.34710744,0.38842976,0.41735536,0.42561984,0.45454547,0.45454547,0.46280992,0.45867768,0.4214876,0.42561984,0.45454547,0.49173555,0.5123967,0.43801653,0.3429752,0.14876033,0.18595041,0.48347107,0.22727273,0.42975205,0.62396693,0.5371901,0.3553719,0.54545456,0.6528926,0.6404959,0.553719,0.53305787,0.5041322,0.58677685,0.59090906,0.5661157,0.53305787,0.5206612,0.5165289,0.49586776,0.45454547,0.42975205,0.37603307,0.38842976,0.5,0.5371901,0.553719,0.5661157,0.5785124,0.661157,0.38016528,0.28099173,0.35123968,0.47933885,0.54545456,0.5289256,0.5371901,0.5123967,0.46280992,0.47107437,0.3305785,0.28512397,0.24380165,0.45867768,0.5165289,0.49173555,0.5123967,0.49173555,0.45041323,0.3677686,0.3677686,0.38842976,0.38842976,0.42975205,0.4214876,0.45041323,0.44214877,0.45867768,0.46280992,0.49173555,0.5165289,0.39256197,0.4090909,0.11983471,0.23140496,0.446281,0.29338843,0.47933885,0.61570245,0.62396693,0.3264463,0.4876033,0.6487603,0.61157024,0.5495868,0.5785124,0.5206612,0.5247934,0.5413223,0.56198347,0.5165289,0.5206612,0.47933885,0.45454547,0.40082645,0.3429752,0.42561984,0.5,0.57024795,0.553719,0.5661157,0.57024795,0.6198347,0.5495868,0.1983471,0.30991736,0.4338843,0.5247934,0.54545456,0.53305787,0.5289256,0.5123967,0.46280992,0.46694216,0.43801653,0.2520661,0.3181818,0.27272728,0.553719,0.48347107,0.5,0.49586776,0.47107437,0.48347107,0.45041323,0.446281,0.43801653,0.44214877,0.45867768,0.45041323,0.46280992,0.4752066,0.48347107,0.5041322,0.5165289,0.39256197,0.37190083,0.11570248,0.24793388,0.4752066,0.34710744,0.45041323,0.607438,0.6735537,0.38842976,0.338843,0.6363636,0.59504133,0.58677685,0.58264464,0.5371901,0.49173555,0.5165289,0.53305787,0.49586776,0.49173555,0.46694216,0.4214876,0.4752066,0.49586776,0.5247934,0.54545456,0.5495868,0.5661157,0.553719,0.59504133,0.56198347,0.29752067,0.2768595,0.35123968,0.48347107,0.553719,0.553719,0.5413223,0.5123967,0.5,0.4752066,0.45454547,0.49173555,0.32231405,0.29338843,0.2644628,0.4090909,0.48347107,0.5041322,0.4752066,0.4752066,0.47933885,0.46694216,0.4752066,0.47107437,0.46694216,0.4752066,0.46694216,0.47933885,0.4876033,0.49173555,0.5041322,0.5,0.42975205,0.28512397,0.17355372,0.38842976,0.45454547,0.35950413,0.46694216,0.61570245,0.6487603,0.59090906,0.2107438,0.5165289,0.61570245,0.59090906,0.58677685,0.55785125,0.53305787,0.53305787,0.5371901,0.49173555,0.5165289,0.5247934,0.5206612,0.54545456,0.5495868,0.5371901,0.5371901,0.5247934,0.5289256,0.553719,0.57438016,0.4090909,0.33471075,0.30165288,0.40082645,0.5123967,0.57024795,0.58264464,0.55785125,0.5165289,0.5082645,0.4876033,0.47107437,0.54545456,0.33471075,0.2892562,0.30578512,0.2520661,0.47933885,0.5,0.45867768,0.4752066,0.4752066,0.47933885,0.46694216,0.48347107,0.4876033,0.46694216,0.46694216,0.46694216,0.48347107,0.48347107,0.5,0.46280992,0.42561984,0.2644628,0.2644628,0.61570245,0.32231405,0.38429752,0.45867768,0.61157024,0.61570245,0.6652893,0.39256197,0.30991736,0.553719,0.61570245,0.59917355,0.58677685,0.56198347,0.56198347,0.5413223,0.5206612,0.5495868,0.54545456,0.54545456,0.553719,0.53305787,0.53305787,0.53305787,0.5165289,0.5413223,0.5206612,0.5785124,0.5123967,0.37603307,0.33471075,0.41735536,0.55785125,0.57438016,0.59917355,0.57438016,0.5413223,0.58264464,0.5413223,0.5041322,0.55785125,0.37190083,0.23140496,0.29338843,0.3140496,0.24793388,0.446281,0.4876033,0.4752066,0.47107437,0.46694216,0.45867768,0.4752066,0.4876033,0.5,0.47933885,0.446281,0.45867768,0.45867768,0.47107437,0.43801653,0.42975205,0.28512397,0.47933885,0.446281,0.38429752,0.38016528,0.446281,0.61157024,0.59917355,0.6404959,0.6322314,0.43801653,0.32231405,0.5082645,0.58677685,0.59917355,0.56198347,0.60330576,0.54545456,0.5289256,0.553719,0.5495868,0.553719,0.55785125,0.5413223,0.5495868,0.53305787,0.5289256,0.4876033,0.4338843,0.5041322,0.48347107,0.40082645,0.4214876,0.48347107,0.58264464,0.59090906,0.59917355,0.59917355,0.5785124,0.59504133,0.57024795,0.48347107,0.5371901,0.46694216,0.3264463,0.21900827,0.28512397,0.28099173,0.22727273,0.38429752,0.46694216,0.47107437,0.47107437,0.47933885,0.48347107,0.5082645,0.5123967,0.4876033,0.4752066,0.4338843,0.4338843,0.44214877,0.42975205,0.43801653,0.41735536,0.45041323,0.38842976,0.45041323,0.37190083,0.41735536,0.6322314,0.6280992,0.61157024,0.6446281,0.6694215,0.5661157,0.39256197,0.47933885,0.5082645,0.5082645,0.553719,0.5661157,0.5247934,0.54545456,0.54545456,0.5413223,0.56198347,0.553719,0.53305787,0.4752066,0.45867768,0.41735536,0.42561984,0.47933885,0.42975205,0.43801653,0.5082645,0.54545456,0.59090906,0.57438016,0.61157024,0.6363636,0.5785124,0.54545456,0.5247934,0.45454547,0.5247934,0.5495868,0.4214876,0.3181818,0.20661157,0.32231405,0.35950413,0.23553719,0.30991736,0.3966942,0.44214877,0.47933885,0.4876033,0.5,0.5123967,0.5165289,0.48347107,0.44214877,0.446281,0.46280992,0.44214877,0.41735536,0.40082645,0.42975205,0.3966942,0.4214876,0.3264463,0.3553719,0.59090906,0.607438,0.59504133,0.61157024,0.6322314,0.62396693,0.607438,0.57024795,0.5661157,0.5,0.4338843,0.49173555,0.5041322,0.5082645,0.5,0.5082645,0.5123967,0.45041323,0.42561984,0.41322315,0.42561984,0.38842976,0.30578512,0.4338843,0.46280992,0.5206612,0.58677685,0.6198347,0.6322314,0.58677685,0.6570248,0.6363636,0.5165289,0.4752066,0.43801653,0.41735536,0.446281,0.54545456,0.4752066,0.41735536,0.2603306,0.20247933,0.3140496,0.338843,0.29752067,0.30991736,0.30578512,0.3140496,0.40495867,0.43801653,0.4338843,0.45454547,0.4338843,0.41322315,0.38016528,0.38429752,0.39256197,0.4090909,0.42561984,0.4214876,0.4214876,0.39256197,0.2603306,0.30991736,0.61157024,0.5661157,0.607438,0.60330576,0.60330576,0.59917355,0.59504133,0.6652893,0.6280992,0.6322314,0.60330576,0.59504133,0.54545456,0.553719,0.5247934,0.49586776,0.5041322,0.46694216,0.46280992,0.4214876,0.37603307,0.32231405,0.21900827,0.4090909,0.5041322,0.5495868,0.58677685,0.6487603,0.661157,0.6198347,0.61570245,0.54545456,0.45867768,0.40082645,0.37190083,0.36363637,0.38016528,0.43801653,0.43801653,0.37603307,0.3429752,0.13636364,0.21487603,0.23553719,0.2520661,0.30578512,0.34710744,0.35123968,0.35123968,0.37603307,0.41735536,0.46694216,0.46280992,0.4338843,0.4090909,0.3966942,0.41735536,0.42561984,0.4214876,0.40495867,0.43801653,0.41322315,0.24793388,0.28099173,0.61157024,0.57024795,0.5785124,0.54545456,0.5785124,0.57438016,0.58677685,0.6694215,0.607438,0.62396693,0.61157024,0.6446281,0.59917355,0.61570245,0.58677685,0.53305787,0.5041322,0.45454547,0.42561984,0.35123968,0.28512397,0.2231405,0.1446281,0.37603307,0.49173555,0.446281,0.40495867,0.47933885,0.56198347,0.5785124,0.5165289,0.46694216,0.38016528,0.30991736,0.29752067,0.29338843,0.30578512,0.39256197,0.2892562,0.24793388,0.2768595,0.25619835,0.1983471,0.1983471,0.1983471,0.22727273,0.27272728,0.3305785,0.38429752,0.43801653,0.47933885,0.48347107,0.5041322,0.44214877,0.41735536,0.38016528,0.40082645,0.42561984,0.4214876,0.41322315,0.42975205,0.446281,0.28512397,0.2644628,0.6198347,0.57438016,0.57024795,0.5206612,0.57438016,0.5785124,0.59917355,0.6198347,0.59090906,0.6322314,0.6363636,0.661157,0.6570248,0.6322314,0.57438016,0.53305787,0.4752066,0.42975205,0.33471075,0.26859504,0.21487603,0.19008264,0.21900827,0.20247933,0.446281,0.2892562,0.1570248,0.1694215,0.34710744,0.46280992,0.43801653,0.41322315,0.29338843,0.23966943,0.2520661,0.24380165,0.3264463,0.3305785,0.11983471,0.19421488,0.21900827,0.40495867,0.3140496,0.28512397,0.24380165,0.23140496,0.21487603,0.2603306,0.3264463,0.38842976,0.46280992,0.45454547,0.46694216,0.43801653,0.4090909,0.38429752,0.40495867,0.41735536,0.41735536,0.42975205,0.4338843,0.46280992,0.3264463,0.28099173,0.607438,0.5785124,0.553719,0.5495868,0.57024795,0.57024795,0.58677685,0.59917355,0.59090906,0.61570245,0.6528926,0.6652893,0.6735537,0.62396693,0.553719,0.4876033,0.4338843,0.3140496,0.2603306,0.23553719,0.21487603,0.23966943,0.36363637,0.20661157,0.23553719,0.30991736,0.23553719,0.2644628,0.36363637,0.49586776,0.3181818,0.3264463,0.24380165,0.18181819,0.22727273,0.24380165,0.2520661,0.12396694,0.1322314,0.1446281,0.19008264,0.4090909,0.4090909,0.35950413,0.34710744,0.33471075,0.30991736,0.29338843,0.32231405,0.338843,0.40082645,0.42975205,0.42975205,0.43801653,0.40495867,0.39256197,0.39256197,0.42975205,0.42975205,0.43801653,0.42561984,0.46280992,0.23966943,0.3140496,0.58677685,0.58677685,0.56198347,0.5661157,0.5785124,0.57438016,0.59090906,0.59090906,0.58677685,0.55785125,0.6363636,0.6528926,0.6363636,0.5785124,0.5123967,0.4338843,0.38429752,0.32231405,0.29338843,0.28099173,0.30578512,0.37190083,0.45454547,0.38842976,0.30578512,0.37190083,0.3553719,0.38429752,0.35950413,0.47933885,0.33471075,0.2107438,0.14876033,0.14049587,0.12396694,0.29338843,0.2603306,0.21900827,0.2231405,0.2107438,0.28512397,0.43801653,0.41735536,0.40082645,0.37603307,0.3677686,0.37190083,0.37190083,0.37603307,0.37603307,0.38842976,0.41322315,0.40082645,0.4214876,0.41735536,0.40082645,0.41735536,0.43801653,0.42975205,0.43801653,0.42975205,0.3677686,0.1983471,0.3677686,0.5661157,0.59504133,0.55785125,0.55785125,0.58264464,0.5785124,0.61157024,0.59917355,0.58264464,0.57024795,0.60330576,0.61157024,0.607438,0.54545456,0.4752066,0.46280992,0.40495867,0.3553719,0.3429752,0.3429752,0.41735536,0.446281,0.5206612,0.5371901,0.5041322,0.49586776,0.446281,0.44214877,0.41735536,0.40495867,0.32231405,0.17768595,0.11983471,0.14876033,0.14876033,0.23553719,0.2892562,0.30165288,0.35123968,0.45454547,0.4752066,0.4876033,0.43801653,0.42975205,0.40495867,0.37190083,0.3553719,0.3677686,0.41322315,0.4090909,0.41322315,0.41322315,0.41735536,0.41322315,0.42975205,0.42975205,0.43801653,0.43801653,0.41735536,0.4090909,0.446281,0.33471075,0.25619835,0.44214877,0.54545456,0.59504133,0.553719,0.553719,0.58264464,0.58264464,0.6198347,0.61157024,0.59090906,0.5785124,0.58677685,0.58677685,0.57024795,0.5495868,0.47933885,0.46280992,0.40082645,0.36363637,0.3677686,0.41735536,0.47107437,0.5289256,0.56198347,0.5661157,0.58264464,0.55785125,0.55785125,0.53305787,0.48347107,0.40082645,0.2644628,0.15289256,0.12809917,0.18181819,0.16528925,0.2107438,0.2644628,0.338843,0.38842976,0.5289256,0.5082645,0.5371901,0.4876033,0.45041323,0.446281,0.35950413,0.34710744,0.34710744,0.38842976,0.40082645,0.4338843,0.43801653,0.4090909,0.41735536,0.4338843,0.45454547,0.45454547,0.4214876,0.4214876,0.3553719,0.42561984,0.38429752,0.3966942,0.41735536,0.553719,0.57438016,0.57024795,0.55785125,0.57438016,0.58677685,0.607438,0.59090906,0.59090906,0.57024795,0.5785124,0.57024795,0.5785124,0.54545456,0.4876033,0.446281,0.37603307,0.38016528,0.4090909,0.49173555,0.5206612,0.5661157,0.5785124,0.553719,0.553719,0.55785125,0.57024795,0.57024795,0.553719,0.47933885,0.27272728,0.14049587,0.12809917,0.19008264,0.19421488,0.21487603,0.23553719,0.33471075,0.44214877,0.5247934,0.54545456,0.5495868,0.5247934,0.5041322,0.4876033,0.43801653,0.3677686,0.3429752,0.35950413,0.38842976,0.3966942,0.43801653,0.42975205,0.41322315,0.4338843,0.45867768,0.446281,0.42561984,0.3966942,0.3429752,0.41735536,0.4090909,0.4876033,0.338843,0.57024795,0.5785124,0.57438016,0.55785125,0.5661157,0.58264464,0.60330576,0.58677685,0.58677685,0.55785125,0.55785125,0.58677685,0.59090906,0.5413223,0.4752066,0.41735536,0.38429752,0.4338843,0.49173555,0.53305787,0.54545456,0.58264464,0.57024795,0.553719,0.5661157,0.5661157,0.57438016,0.5661157,0.54545456,0.5289256,0.4214876,0.21900827,0.17355372,0.20247933,0.23553719,0.2231405,0.23553719,0.3677686,0.45041323,0.5165289,0.5371901,0.5413223,0.5123967,0.5,0.5082645,0.4876033,0.446281,0.35123968,0.33471075,0.3677686,0.41735536,0.40082645,0.42561984,0.4338843,0.41735536,0.44214877,0.42561984,0.39256197,0.39256197,0.35950413,0.38842976,0.4090909,0.47107437,0.38016528,0.5785124,0.59090906,0.59090906,0.57024795,0.5123967,0.57024795,0.58264464,0.59090906,0.58677685,0.5661157,0.57024795,0.59917355,0.58677685,0.5289256,0.46280992,0.4090909,0.43801653,0.5206612,0.5413223,0.5413223,0.5661157,0.58677685,0.5165289,0.57024795,0.5785124,0.56198347,0.57438016,0.56198347,0.553719,0.5247934,0.4752066,0.37603307,0.3305785,0.3305785,0.3553719,0.33471075,0.33471075,0.41322315,0.45867768,0.5,0.5082645,0.54545456,0.53305787,0.5082645,0.49173555,0.49173555,0.47933885,0.38429752,0.3305785,0.33471075,0.38429752,0.4090909,0.4090909,0.446281,0.42975205,0.4214876,0.3966942,0.38429752,0.39256197,0.38429752,0.38429752,0.34710744,0.46694216,0.43801653,0.5495868,0.59090906,0.59504133,0.56198347,0.5082645,0.54545456,0.5661157,0.59090906,0.61157024,0.59090906,0.58264464,0.60330576,0.5661157,0.5206612,0.45454547,0.4338843,0.5041322,0.57024795,0.5495868,0.5,0.59917355,0.59504133,0.55785125,0.57438016,0.5785124,0.55785125,0.5495868,0.553719,0.53305787,0.5206612,0.49586776,0.446281,0.42561984,0.47107437,0.46694216,0.41322315,0.4214876,0.45041323,0.45454547,0.47107437,0.49173555,0.5371901,0.5123967,0.5495868,0.46694216,0.46694216,0.4752066,0.4338843,0.32231405,0.3264463,0.3553719,0.3966942,0.44214877,0.446281,0.4338843,0.41735536,0.40082645,0.39256197,0.3966942,0.3677686,0.36363637,0.28512397,0.446281,0.44214877,0.5082645,0.58677685,0.60330576,0.5661157,0.5123967,0.5413223,0.57024795,0.58264464,0.61157024,0.59917355,0.57438016,0.5785124,0.553719,0.49586776,0.46694216,0.5,0.553719,0.57438016,0.5247934,0.5206612,0.6322314,0.60330576,0.56198347,0.54545456,0.53305787,0.54545456,0.5206612,0.5165289,0.4752066,0.45454547,0.42561984,0.4214876,0.4214876,0.4338843,0.43801653,0.38842976,0.4090909,0.4338843,0.42975205,0.45041323,0.42561984,0.46280992,0.446281,0.5,0.49586776,0.4338843,0.46280992,0.45867768,0.3140496,0.3677686,0.3677686,0.4090909,0.3966942,0.43801653,0.43801653,0.4338843,0.39256197,0.40082645,0.38842976,0.3553719,0.3429752,0.2644628,0.3677686,0.45041323,0.5082645,0.553719,0.5785124,0.57024795,0.5247934,0.5413223,0.55785125,0.57438016,0.61157024,0.58677685,0.57438016,0.58264464,0.5206612,0.5,0.5,0.5206612,0.57438016,0.56198347,0.49173555,0.5495868,0.59090906,0.53305787,0.5082645,0.5041322,0.49586776,0.45454547,0.42975205,0.36363637,0.32231405,0.28512397,0.28099173,0.28512397,0.33471075,0.30578512,0.30165288,0.27272728,0.3305785,0.36363637,0.39256197,0.39256197,0.3966942,0.40495867,0.38429752,0.41322315,0.45867768,0.45041323,0.4338843,0.45041323,0.3677686,0.36363637,0.3966942,0.41322315,0.42975205,0.42975205,0.4338843,0.41735536,0.4090909,0.40082645,0.38016528,0.3553719,0.34710744,0.2520661,0.35123968,0.4214876,0.5206612,0.5371901,0.5371901,0.57024795,0.5289256,0.5661157,0.54545456,0.56198347,0.59504133,0.59090906,0.59090906,0.60330576,0.5289256,0.5165289,0.5206612,0.5371901,0.60330576,0.5413223,0.5,0.5247934,0.5123967,0.45867768,0.47933885,0.4752066,0.40082645,0.2892562,0.2520661,0.17768595,0.14876033,0.13636364,0.16115703,0.18181819,0.19421488,0.17768595,0.16528925,0.16528925,0.20247933,0.21487603,0.26859504,0.29752067,0.36363637,0.3966942,0.36363637,0.34710744,0.38842976,0.446281,0.4214876,0.446281,0.44214877,0.40082645,0.3966942,0.44214877,0.446281,0.44214877,0.41322315,0.38842976,0.39256197,0.38842976,0.38016528,0.40495867,0.27272728,0.16115703,0.27272728,0.21487603,0.53305787,0.54545456,0.5,0.553719,0.53305787,0.5289256,0.56198347,0.54545456,0.5785124,0.6322314,0.60330576,0.58264464,0.5371901,0.53305787,0.5206612,0.54545456,0.5785124,0.5,0.4876033,0.46694216,0.43801653,0.446281,0.40495867,0.32231405,0.23140496,0.15289256,0.10330579,0.11157025,0.11157025,0.11157025,0.11157025,0.11570248,0.10330579,0.10743801,0.08677686,0.08677686,0.11157025,0.14049587,0.16528925,0.17768595,0.23966943,0.29338843,0.3264463,0.33471075,0.33471075,0.40495867,0.38842976,0.4338843,0.46280992,0.46280992,0.41735536,0.4214876,0.45867768,0.43801653,0.42561984,0.40082645,0.3966942,0.38842976,0.39256197,0.41735536,0.14876033,0.09504132,0.11157025,0.11157025,0.54545456,0.5413223,0.5371901,0.55785125,0.5413223,0.5206612,0.5661157,0.57024795,0.58677685,0.59917355,0.59917355,0.57024795,0.57438016,0.53305787,0.5371901,0.56198347,0.5495868,0.5,0.4876033,0.4090909,0.38016528,0.35123968,0.2520661,0.16115703,0.1322314,0.09504132,0.0661157,0.08677686,0.11157025,0.10743801,0.11983471,0.10743801,0.09090909,0.08677686,0.09917355,0.10330579,0.10743801,0.12396694,0.14049587,0.12809917,0.14876033,0.1570248,0.2231405,0.29338843,0.30165288,0.35950413,0.38842976,0.4338843,0.4876033,0.48347107,0.45867768,0.42975205,0.44214877,0.43801653,0.42561984,0.4090909,0.39256197,0.39256197,0.40495867,0.3677686,0.12396694,0.10330579,0.10330579,0.10330579,0.53305787,0.5,0.5206612,0.55785125,0.54545456,0.5082645,0.5661157,0.57024795,0.58264464,0.57438016,0.59917355,0.58264464,0.5661157,0.54545456,0.55785125,0.57438016,0.5371901,0.49173555,0.46280992,0.38429752,0.3181818,0.25619835,0.23966943,0.29338843,0.3305785,0.338843,0.36363637,0.30578512,0.2603306,0.24793388,0.3305785,0.3553719,0.33471075,0.2892562,0.2603306,0.2768595,0.30578512,0.3305785,0.3140496,0.30165288,0.2231405,0.1983471,0.13636364,0.19421488,0.2644628,0.3305785,0.38429752,0.42561984,0.49173555,0.49586776,0.4752066,0.45041323,0.46280992,0.42561984,0.41322315,0.40082645,0.40495867,0.40495867,0.38842976,0.338843,0.10330579,0.10330579,0.10743801,0.10330579,0.5041322,0.5082645,0.5123967,0.5413223,0.54545456,0.5,0.5289256,0.56198347,0.58677685,0.54545456,0.62396693,0.58264464,0.55785125,0.55785125,0.57024795,0.59917355,0.5165289,0.45454547,0.38016528,0.27272728,0.22727273,0.39256197,0.5041322,0.5041322,0.5661157,0.49586776,0.49586776,0.46694216,0.42975205,0.4338843,0.43801653,0.446281,0.41735536,0.4338843,0.38842976,0.3677686,0.42975205,0.44214877,0.40495867,0.4338843,0.41322315,0.4090909,0.39256197,0.11157025,0.18595041,0.28099173,0.338843,0.38429752,0.45867768,0.4752066,0.43801653,0.43801653,0.4214876,0.42561984,0.41322315,0.39256197,0.41322315,0.3966942,0.41735536,0.30991736,0.07438017,0.11157025,0.09917355,0.10330579,0.35950413,0.5371901,0.49586776,0.54545456,0.54545456,0.5289256,0.5247934,0.56198347,0.56198347,0.54545456,0.6198347,0.59504133,0.553719,0.55785125,0.58264464,0.5661157,0.47107437,0.3966942,0.30991736,0.24793388,0.39256197,0.57024795,0.55785125,0.5082645,0.57438016,0.553719,0.5413223,0.5247934,0.47107437,0.446281,0.43801653,0.40495867,0.40082645,0.4214876,0.40495867,0.40082645,0.43801653,0.45867768,0.44214877,0.39256197,0.38842976,0.38842976,0.47107437,0.36363637,0.17355372,0.23553719,0.3140496,0.3677686,0.4214876,0.446281,0.44214877,0.44214877,0.4090909,0.4090909,0.40082645,0.3966942,0.41735536,0.39256197,0.446281,0.21900827,0.08264463,0.11157025,0.11157025,0.09917355,0.23966943,0.5413223,0.5041322,0.5123967,0.5371901,0.5206612,0.5123967,0.553719,0.553719,0.54545456,0.57024795,0.61570245,0.54545456,0.58264464,0.57438016,0.5123967,0.46280992,0.35123968,0.2603306,0.35123968,0.5661157,0.57024795,0.5247934,0.5,0.5247934,0.55785125,0.5495868,0.5082645,0.45867768,0.4214876,0.38842976,0.3264463,0.34710744,0.3553719,0.3677686,0.38429752,0.40082645,0.40495867,0.38429752,0.30165288,0.27272728,0.3429752,0.41322315,0.41735536,0.22727273,0.27272728,0.3429752,0.3966942,0.41735536,0.42975205,0.44214877,0.41735536,0.3966942,0.37603307,0.4090909,0.38842976,0.41322315,0.40495867,0.4338843,0.09504132,0.09917355,0.10743801,0.11157025,0.10330579,0.16115703,0.47933885,0.5247934,0.5123967,0.5206612,0.5247934,0.5082645,0.5289256,0.55785125,0.54545456,0.55785125,0.57438016,0.56198347,0.5785124,0.57438016,0.49173555,0.41735536,0.3181818,0.26859504,0.46280992,0.57438016,0.553719,0.5,0.49173555,0.4752066,0.46694216,0.45041323,0.42561984,0.37190083,0.3264463,0.27272728,0.2520661,0.24793388,0.23966943,0.25619835,0.29338843,0.28512397,0.32231405,0.27272728,0.25619835,0.30578512,0.3305785,0.39256197,0.45454547,0.3140496,0.3181818,0.3553719,0.37603307,0.3966942,0.4214876,0.4214876,0.4214876,0.39256197,0.40082645,0.4090909,0.4214876,0.39256197,0.41322315,0.3553719,0.11570248,0.10743801,0.10743801,0.10743801,0.10330579,0.12396694,0.35950413,0.5123967,0.5123967,0.5165289,0.5247934,0.5165289,0.5206612,0.5289256,0.5371901,0.5247934,0.54545456,0.57024795,0.5661157,0.5371901,0.45454547,0.36363637,0.2768595,0.29338843,0.5123967,0.5413223,0.5371901,0.48347107,0.4752066,0.4214876,0.37190083,0.39256197,0.35950413,0.30578512,0.23553719,0.19421488,0.24793388,0.22727273,0.18595041,0.19008264,0.20661157,0.2107438,0.27272728,0.2644628,0.338843,0.39256197,0.39256197,0.42975205,0.45867768,0.39256197,0.3264463,0.33471075,0.34710744,0.37190083,0.40082645,0.38016528,0.42975205,0.40082645,0.3966942,0.40082645,0.42561984,0.38429752,0.41322315,0.3140496,0.10330579,0.10330579,0.10330579,0.11157025,0.11157025,0.11570248,0.21900827,0.49173555,0.4876033,0.53305787,0.5082645,0.5082645,0.5206612,0.5247934,0.5123967,0.5165289,0.5247934,0.54545456,0.5371901,0.49586776,0.3966942,0.30578512,0.25619835,0.41735536,0.553719,0.55785125,0.5123967,0.46280992,0.42561984,0.40082645,0.36363637,0.37603307,0.35950413,0.3181818,0.23966943,0.24380165,0.23966943,0.21487603,0.19421488,0.18595041,0.17768595,0.20661157,0.26859504,0.30991736,0.37603307,0.4090909,0.4214876,0.43801653,0.45454547,0.45454547,0.35950413,0.3305785,0.32231405,0.35123968,0.38016528,0.37190083,0.4090909,0.38429752,0.40082645,0.3966942,0.4090909,0.4090909,0.4214876,0.32231405,0.20247933,0.24793388,0.28512397,0.29752067,0.29752067,0.12396694,0.14049587,0.38429752,0.5289256,0.5206612,0.5247934,0.49586776,0.5206612,0.5247934,0.5206612,0.49173555,0.5247934,0.5206612,0.5,0.45041323,0.33471075,0.2603306,0.338843,0.5206612,0.5661157,0.55785125,0.5041322,0.446281,0.3966942,0.3966942,0.3553719,0.4090909,0.3677686,0.3264463,0.30165288,0.23553719,0.23140496,0.21487603,0.23140496,0.2107438,0.24380165,0.25619835,0.2768595,0.3181818,0.3677686,0.4090909,0.4338843,0.43801653,0.45041323,0.4876033,0.42975205,0.3553719,0.3264463,0.338843,0.35950413,0.38429752,0.3966942,0.38429752,0.39256197,0.40082645,0.41735536,0.39256197,0.42975205,0.4090909,0.37603307,0.38429752,0.40082645,0.4214876,0.446281,0.1322314,0.1322314,0.23140496,0.5247934,0.5123967,0.5165289,0.5041322,0.5082645,0.5206612,0.5082645,0.4752066,0.5041322,0.47933885,0.46694216,0.38842976,0.28099173,0.3140496,0.46280992,0.5785124,0.59090906,0.54545456,0.46694216,0.40495867,0.37603307,0.38429752,0.42561984,0.4090909,0.3553719,0.3553719,0.3264463,0.29338843,0.2644628,0.2520661,0.24380165,0.23553719,0.29338843,0.30165288,0.3140496,0.3264463,0.3553719,0.38842976,0.4338843,0.45454547,0.46280992,0.5,0.45454547,0.42561984,0.35950413,0.3305785,0.338843,0.35950413,0.38429752,0.39256197,0.38429752,0.40495867,0.41735536,0.38842976,0.45454547,0.4752066,0.45454547,0.43801653,0.44214877,0.45041323,0.46694216,0.12396694,0.1446281,0.12396694,0.40495867,0.553719,0.5,0.5165289,0.5082645,0.5041322,0.5165289,0.46280992,0.49586776,0.45454547,0.43801653,0.35950413,0.28512397,0.41322315,0.553719,0.59917355,0.58264464,0.5247934,0.45454547,0.38429752,0.3966942,0.4214876,0.44214877,0.41735536,0.39256197,0.41735536,0.3966942,0.38016528,0.30991736,0.30165288,0.30578512,0.3140496,0.32231405,0.35123968,0.37190083,0.3553719,0.3429752,0.3553719,0.4338843,0.45041323,0.45454547,0.47107437,0.4752066,0.46694216,0.41735536,0.35950413,0.3264463,0.35950413,0.38016528,0.40082645,0.3966942,0.41322315,0.41322315,0.40495867,0.4876033,0.5082645,0.49173555,0.47107437,0.47107437,0.48347107,0.47933885,0.12809917,0.1322314,0.13636364,0.23966943,0.5661157,0.5041322,0.5206612,0.5082645,0.5041322,0.5082645,0.46694216,0.47107437,0.446281,0.43801653,0.3553719,0.33471075,0.5082645,0.58677685,0.56198347,0.53305787,0.5082645,0.47933885,0.3966942,0.43801653,0.43801653,0.45867768,0.46280992,0.446281,0.45867768,0.44214877,0.41735536,0.38016528,0.36363637,0.3677686,0.38842976,0.38429752,0.40495867,0.3966942,0.40082645,0.38842976,0.37603307,0.42975205,0.44214877,0.446281,0.42561984,0.4338843,0.446281,0.40495867,0.38842976,0.3677686,0.32231405,0.35123968,0.4090909,0.40082645,0.4090909,0.3966942,0.40082645,0.49586776,0.49586776,0.5165289,0.49586776,0.5041322,0.49173555,0.46280992,0.12809917,0.12809917,0.14049587,0.09504132,0.4752066,0.57024795,0.54545456,0.5082645,0.49586776,0.4876033,0.47107437,0.46694216,0.45454547,0.4214876,0.3553719,0.40082645,0.5206612,0.5661157,0.5247934,0.5247934,0.5247934,0.49586776,0.42561984,0.45454547,0.446281,0.5082645,0.48347107,0.46280992,0.46694216,0.446281,0.41735536,0.3966942,0.41322315,0.39256197,0.39256197,0.38429752,0.3966942,0.41322315,0.41322315,0.42975205,0.39256197,0.4214876,0.44214877,0.44214877,0.4090909,0.3966942,0.3966942,0.37190083,0.35950413,0.38842976,0.35123968,0.3429752,0.39256197,0.40495867,0.41322315,0.3966942,0.43801653,0.59504133,0.47933885,0.53305787,0.5123967,0.5041322,0.4752066,0.45454547,0.1322314,0.1322314,0.1322314,0.10743801,0.26859504,0.5785124,0.5495868,0.5206612,0.5,0.47107437,0.46694216,0.44214877,0.4876033,0.4214876,0.38429752,0.40495867,0.5123967,0.5289256,0.5,0.53305787,0.5413223,0.49173555,0.46694216,0.42975205,0.46280992,0.5082645,0.4752066,0.46694216,0.43801653,0.43801653,0.40495867,0.4090909,0.42975205,0.4090909,0.3966942,0.3966942,0.40495867,0.4214876,0.41322315,0.4214876,0.41322315,0.42561984,0.4090909,0.4090909,0.40495867,0.37603307,0.3553719,0.33471075,0.29752067,0.338843,0.36363637,0.35123968,0.37603307,0.3966942,0.4090909,0.38016528,0.5785124,0.6694215,0.5,0.5165289,0.5165289,0.46280992,0.45867768,0.4752066,0.1322314,0.12809917,0.12396694,0.12396694,0.09090909,0.56198347,0.5371901,0.5289256,0.5123967,0.45454547,0.4752066,0.43801653,0.46280992,0.446281,0.37603307,0.38016528,0.5041322,0.5041322,0.5165289,0.5289256,0.5371901,0.5,0.48347107,0.45041323,0.45454547,0.45867768,0.46280992,0.46694216,0.446281,0.41735536,0.40495867,0.4214876,0.42561984,0.41322315,0.36363637,0.37603307,0.40495867,0.40495867,0.40495867,0.39256197,0.41735536,0.41322315,0.3966942,0.38842976,0.3966942,0.3677686,0.35123968,0.30578512,0.24380165,0.26859504,0.30165288,0.3305785,0.3677686,0.38429752,0.4090909,0.4214876,0.6487603,0.6694215,0.5495868,0.4752066,0.48347107,0.45867768,0.46694216,0.47107437,0.1322314,0.12396694,0.12809917,0.1322314,0.11157025,0.69008267,0.5123967,0.5082645,0.53305787,0.49586776,0.47107437,0.43801653,0.44214877,0.42975205,0.34710744,0.3966942,0.49586776,0.5,0.5206612,0.49586776,0.5289256,0.5206612,0.49173555,0.46694216,0.44214877,0.42975205,0.48347107,0.45867768,0.4214876,0.37603307,0.38842976,0.3966942,0.39256197,0.38016528,0.338843,0.3305785,0.3677686,0.37603307,0.3966942,0.40082645,0.41322315,0.38429752,0.38429752,0.3553719,0.37190083,0.32231405,0.33471075,0.28512397,0.21900827,0.23553719,0.25619835,0.29752067,0.3429752,0.41322315,0.41322315,0.47933885,0.6942149,0.6487603,0.58677685,0.46280992,0.49173555,0.46280992,0.47107437,0.45867768,0.16115703,0.17768595,0.19421488,0.21900827,0.23140496,0.77272725,0.5661157,0.49586776,0.5289256,0.5082645,0.46694216,0.45454547,0.4338843,0.4214876,0.3677686,0.41735536,0.46280992,0.49586776,0.5082645,0.5,0.5247934,0.49586776,0.47107437,0.446281,0.42975205,0.45041323,0.45454547,0.43801653,0.39256197,0.37190083,0.36363637,0.338843,0.3677686,0.338843,0.3181818,0.32231405,0.32231405,0.338843,0.3966942,0.38842976,0.39256197,0.3677686,0.3677686,0.35950413,0.35123968,0.338843,0.32231405,0.19008264,0.16528925,0.19008264,0.23140496,0.2768595,0.338843,0.40495867,0.37190083,0.607438,0.6859504,0.6487603,0.6528926,0.3305785,0.5165289,0.47933885,0.46694216,0.47107437,0.4876033,0.45041323,0.45041323,0.45454547,0.46280992,0.7644628,0.7892562,0.5,0.53305787,0.5371901,0.4876033,0.44214877,0.42561984,0.4090909,0.37603307,0.4338843,0.446281,0.47933885,0.49173555,0.5,0.4876033,0.47107437,0.45454547,0.44214877,0.41322315,0.4214876,0.43801653,0.41322315,0.35950413,0.35123968,0.3305785,0.25619835,0.33471075,0.30991736,0.28512397,0.29752067,0.30578512,0.30991736,0.3429752,0.3553719,0.338843,0.34710744,0.34710744,0.33471075,0.3264463,0.35950413,0.2768595,0.12809917,0.15289256,0.20247933,0.21900827,0.28099173,0.35123968,0.39256197,0.4752066,0.7066116,0.677686,0.6528926,0.71487606,0.38842976,0.40495867,0.4876033,0.5082645,0.5371901,0.58677685,0.59504133,0.56198347,0.53305787,0.553719,0.7892562,0.8677686,0.71487606,0.5082645,0.5289256,0.5371901,0.47107437,0.4338843,0.40082645,0.36363637,0.41735536,0.47107437,0.46694216,0.5,0.48347107,0.45867768,0.45041323,0.42975205,0.41735536,0.39256197,0.36363637,0.36363637,0.35950413,0.3140496,0.2892562,0.2768595,0.23966943,0.30165288,0.28099173,0.2644628,0.2520661,0.23966943,0.28512397,0.28512397,0.30991736,0.29338843,0.30991736,0.32231405,0.3181818,0.32231405,0.32231405,0.21900827,0.14876033,0.17355372,0.23553719,0.2768595,0.2892562,0.3264463,0.40082645,0.59090906,0.69008267,0.6735537,0.6694215,0.70247936,0.5495868,0.2768595,0.42561984,0.49173555,0.5371901,33 +0.4214876,0.46280992,0.4876033,0.5,0.5247934,0.5165289,0.5247934,0.5661157,0.553719,0.5247934,0.607438,0.53305787,0.58264464,0.5661157,0.5495868,0.5289256,0.55785125,0.55785125,0.5371901,0.5247934,0.53305787,0.5371901,0.5413223,0.53305787,0.5289256,0.5289256,0.5289256,0.53305787,0.5247934,0.54545456,0.5371901,0.553719,0.5165289,0.5289256,0.5289256,0.5123967,0.54545456,0.5495868,0.5661157,0.5289256,0.53305787,0.5206612,0.5413223,0.53305787,0.5289256,0.5289256,0.5289256,0.49173555,0.5123967,0.5082645,0.53305787,0.5413223,0.5,0.47933885,0.4752066,0.45041323,0.45454547,0.41735536,0.29338843,0.2231405,0.21900827,0.2603306,0.30578512,0.37190083,0.446281,0.46694216,0.49586776,0.5206612,0.5247934,0.53305787,0.54545456,0.57024795,0.59504133,0.58264464,0.59917355,0.59090906,0.57024795,0.58677685,0.5785124,0.59090906,0.58264464,0.57024795,0.59504133,0.553719,0.55785125,0.56198347,0.55785125,0.5661157,0.553719,0.5413223,0.54545456,0.56198347,0.5082645,0.5371901,0.5495868,0.5785124,0.54545456,0.5495868,0.54545456,0.5206612,0.5247934,0.5495868,0.5661157,0.54545456,0.5413223,0.5495868,0.5495868,0.5371901,0.54545456,0.53305787,0.5289256,0.5206612,0.5165289,0.5041322,0.5165289,0.54545456,0.5371901,0.5082645,0.4876033,0.4752066,0.46694216,0.45041323,0.40082645,0.23553719,0.22727273,0.21487603,0.33471075,0.34710744,0.45867768,0.47933885,0.49173555,0.49586776,0.54545456,0.5495868,0.61570245,0.62396693,0.61157024,0.6694215,0.5371901,0.59917355,0.57438016,0.57024795,0.59090906,0.607438,0.59504133,0.58677685,0.61157024,0.61570245,0.61570245,0.59917355,0.59090906,0.58677685,0.57438016,0.58264464,0.57024795,0.58264464,0.55785125,0.5495868,0.57024795,0.58677685,0.56198347,0.553719,0.57438016,0.57024795,0.553719,0.56198347,0.56198347,0.553719,0.5413223,0.54545456,0.5413223,0.53305787,0.5413223,0.5206612,0.5289256,0.5247934,0.5082645,0.5082645,0.5165289,0.5247934,0.5371901,0.5123967,0.5041322,0.47107437,0.46694216,0.47107437,0.46280992,0.30165288,0.20661157,0.23553719,0.28099173,0.43801653,0.49173555,0.5123967,0.49586776,0.5082645,0.56198347,0.5785124,0.6280992,0.6198347,0.6363636,0.62396693,0.5247934,0.59090906,0.5785124,0.5785124,0.57024795,0.57438016,0.59917355,0.58677685,0.607438,0.6322314,0.6198347,0.6198347,0.59917355,0.59090906,0.59917355,0.60330576,0.59504133,0.59917355,0.58264464,0.57438016,0.56198347,0.59090906,0.59090906,0.5785124,0.59917355,0.60330576,0.56198347,0.54545456,0.553719,0.55785125,0.5413223,0.5495868,0.5289256,0.5289256,0.55785125,0.5165289,0.5041322,0.49586776,0.5123967,0.5041322,0.5,0.5082645,0.5041322,0.5041322,0.5123967,0.446281,0.46280992,0.49173555,0.46694216,0.40082645,0.23140496,0.23966943,0.26859504,0.5413223,0.5289256,0.5082645,0.5123967,0.5371901,0.57024795,0.60330576,0.59504133,0.61570245,0.62396693,0.59090906,0.55785125,0.58264464,0.57024795,0.59504133,0.57438016,0.5785124,0.59504133,0.5785124,0.59917355,0.60330576,0.59917355,0.61570245,0.59504133,0.59917355,0.607438,0.607438,0.58677685,0.59917355,0.5785124,0.5785124,0.5495868,0.58264464,0.61570245,0.58677685,0.59504133,0.60330576,0.5413223,0.5413223,0.54545456,0.5495868,0.5371901,0.5661157,0.5413223,0.5,0.5082645,0.5,0.48347107,0.44214877,0.43801653,0.45867768,0.4876033,0.5,0.4876033,0.5041322,0.5,0.48347107,0.47933885,0.5,0.45041323,0.46280992,0.2520661,0.23966943,0.30991736,0.5495868,0.53305787,0.5082645,0.5247934,0.5289256,0.59090906,0.57024795,0.60330576,0.61157024,0.59504133,0.5785124,0.57024795,0.54545456,0.5206612,0.54545456,0.553719,0.58264464,0.58677685,0.5661157,0.58264464,0.5785124,0.59504133,0.59917355,0.59504133,0.58677685,0.58264464,0.58264464,0.58677685,0.55785125,0.5785124,0.553719,0.5413223,0.5661157,0.59504133,0.553719,0.55785125,0.5495868,0.53305787,0.5247934,0.53305787,0.53305787,0.53305787,0.55785125,0.5289256,0.446281,0.3966942,0.4338843,0.4214876,0.35950413,0.35950413,0.3677686,0.38842976,0.4338843,0.45454547,0.47933885,0.48347107,0.5041322,0.49173555,0.48347107,0.46694216,0.4752066,0.2768595,0.2520661,0.3305785,0.5371901,0.5371901,0.53305787,0.5165289,0.5413223,0.607438,0.59504133,0.58264464,0.58264464,0.553719,0.553719,0.5289256,0.47107437,0.46694216,0.49173555,0.5,0.5289256,0.5165289,0.53305787,0.5495868,0.553719,0.5289256,0.5661157,0.5371901,0.5495868,0.54545456,0.5413223,0.553719,0.5247934,0.5413223,0.53305787,0.5371901,0.5495868,0.5495868,0.5206612,0.5206612,0.5,0.49586776,0.49173555,0.5,0.5082645,0.5123967,0.48347107,0.43801653,0.38842976,0.3264463,0.33471075,0.3181818,0.33471075,0.3181818,0.35950413,0.35950413,0.3966942,0.4214876,0.44214877,0.43801653,0.48347107,0.49586776,0.47107437,0.46280992,0.48347107,0.3429752,0.3140496,0.34710744,0.4876033,0.53305787,0.5247934,0.5371901,0.59090906,0.62396693,0.59504133,0.57438016,0.54545456,0.5495868,0.5289256,0.4752066,0.4338843,0.45454547,0.4338843,0.42561984,0.4214876,0.4214876,0.42561984,0.446281,0.44214877,0.41322315,0.42561984,0.42561984,0.49173555,0.5123967,0.5041322,0.48347107,0.48347107,0.5082645,0.5371901,0.5371901,0.5495868,0.5165289,0.5,0.48347107,0.46280992,0.446281,0.4338843,0.446281,0.42561984,0.4090909,0.38842976,0.3264463,0.28512397,0.2520661,0.2768595,0.28099173,0.32231405,0.2892562,0.30165288,0.3429752,0.39256197,0.40495867,0.4214876,0.45454547,0.4752066,0.47107437,0.446281,0.46694216,0.47933885,0.38016528,0.33471075,0.40495867,0.4338843,0.46694216,0.55785125,0.5661157,0.59090906,0.61157024,0.57438016,0.58677685,0.5082645,0.49586776,0.4338843,0.38842976,0.34710744,0.36363637,0.41322315,0.42975205,0.38016528,0.3553719,0.30991736,0.2768595,0.30165288,0.2892562,0.30165288,0.3305785,0.41322315,0.4214876,0.45041323,0.446281,0.45041323,0.5206612,0.553719,0.54545456,0.53305787,0.5123967,0.49173555,0.45454547,0.42561984,0.39256197,0.38016528,0.37190083,0.32231405,0.32231405,0.30165288,0.23140496,0.22727273,0.2107438,0.24380165,0.27272728,0.30991736,0.2768595,0.2892562,0.3181818,0.3264463,0.35123968,0.35123968,0.40082645,0.446281,0.45454547,0.46280992,0.49586776,0.4752066,0.40082645,0.36363637,0.48347107,0.3677686,0.48347107,0.57438016,0.61570245,0.57438016,0.5041322,0.4338843,0.43801653,0.4090909,0.4090909,0.40082645,0.37603307,0.36363637,0.36363637,0.41322315,0.45867768,0.4090909,0.38429752,0.35123968,0.30991736,0.2892562,0.27272728,0.26859504,0.28099173,0.33471075,0.3429752,0.39256197,0.42975205,0.47107437,0.56198347,0.58264464,0.58264464,0.57438016,0.53305787,0.5041322,0.46280992,0.41735536,0.36363637,0.3429752,0.3264463,0.2892562,0.28099173,0.2603306,0.2520661,0.2644628,0.26859504,0.28099173,0.2892562,0.2892562,0.28512397,0.28512397,0.30578512,0.3140496,0.3181818,0.32231405,0.29752067,0.3140496,0.3429752,0.3677686,0.40495867,0.4338843,0.41735536,0.39256197,0.5,0.34710744,0.54545456,0.57024795,0.57438016,0.45454547,0.37190083,0.36363637,0.44214877,0.48347107,0.49173555,0.45454547,0.4090909,0.35123968,0.32231405,0.30991736,0.38016528,0.4090909,0.3429752,0.3181818,0.30578512,0.30165288,0.2892562,0.3140496,0.30578512,0.28512397,0.3181818,0.32231405,0.38842976,0.53305787,0.58677685,0.59504133,0.59917355,0.59917355,0.56198347,0.54545456,0.5165289,0.47107437,0.37603307,0.3264463,0.338843,0.42561984,0.44214877,0.4090909,0.41322315,0.4090909,0.3677686,0.5082645,0.41735536,0.3553719,0.338843,0.3264463,0.30991736,0.37190083,0.40082645,0.41322315,0.29752067,0.37603307,0.2768595,0.30991736,0.3429752,0.27272728,0.3264463,0.37603307,0.47933885,0.3553719,0.5041322,0.3677686,0.38429752,0.39256197,0.42975205,0.45454547,0.5661157,0.53305787,0.5165289,0.4214876,0.38016528,0.35123968,0.30578512,0.2603306,0.5661157,0.71900827,0.29338843,0.3181818,0.3140496,0.2644628,0.27272728,0.29338843,0.29338843,0.3264463,0.40495867,0.41322315,0.34710744,0.41735536,0.59090906,0.60330576,0.59917355,0.61157024,0.57438016,0.57438016,0.553719,0.5,0.3677686,0.32231405,0.36363637,0.44214877,0.4214876,0.42975205,0.45454547,0.49586776,0.56198347,0.75619835,0.59917355,0.4214876,0.37603307,0.37190083,0.28512397,0.338843,0.39256197,0.42975205,0.2768595,0.43801653,0.1983471,0.23140496,0.32231405,0.38842976,0.27272728,0.24793388,0.34710744,0.35950413,0.28512397,0.21900827,0.23966943,0.45867768,0.4876033,0.5082645,0.57024795,0.5495868,0.4752066,0.3677686,0.38016528,0.4090909,0.39256197,0.4090909,0.6859504,0.90082645,0.45867768,0.40495867,0.42561984,0.3677686,0.3429752,0.3553719,0.34710744,0.37603307,0.47107437,0.553719,0.46280992,0.37190083,0.46694216,0.56198347,0.58677685,0.6198347,0.58264464,0.57438016,0.55785125,0.44214877,0.3181818,0.2892562,0.4090909,0.48347107,0.49173555,0.4752066,0.45041323,0.49586776,0.5247934,0.57024795,0.57024795,0.446281,0.43801653,0.41735536,0.45454547,0.30578512,0.37190083,0.446281,0.36363637,0.46694216,0.20247933,0.18181819,0.3140496,0.43801653,0.37603307,0.23553719,0.28512397,0.6280992,0.30991736,0.22727273,0.34710744,0.39256197,0.46694216,0.5413223,0.55785125,0.49586776,0.42975205,0.37603307,0.3677686,0.3966942,0.42975205,0.32231405,0.42975205,0.6694215,0.4752066,0.40495867,0.43801653,0.42975205,0.4214876,0.44214877,0.42561984,0.42975205,0.48347107,0.5289256,0.55785125,0.35123968,0.4214876,0.44214877,0.42561984,0.47933885,0.46694216,0.47933885,0.4752066,0.38842976,0.24380165,0.3429752,0.40495867,0.4214876,0.41322315,0.38429752,0.4214876,0.47107437,0.38429752,0.6652893,0.8512397,0.37603307,0.48347107,0.446281,0.44214877,0.43801653,0.35123968,0.45454547,0.42975205,0.45041323,0.23966943,0.11983471,0.30578512,0.6404959,0.47933885,0.43801653,0.23553719,0.677686,0.40082645,0.2768595,0.41735536,0.29338843,0.5082645,0.553719,0.5289256,0.39256197,0.45454547,0.37603307,0.42975205,0.45454547,0.41322315,0.3677686,0.35123968,0.40082645,0.3677686,0.37190083,0.3677686,0.3553719,0.3305785,0.35123968,0.3677686,0.40082645,0.5165289,0.553719,0.57024795,0.40495867,0.38842976,0.44214877,0.42975205,0.5661157,0.29338843,0.3181818,0.3966942,0.41735536,0.24793388,0.38842976,0.3305785,0.37603307,0.38016528,0.40082645,0.38429752,0.3140496,0.28512397,0.56198347,0.73966944,0.16528925,0.37603307,0.42561984,0.39256197,0.47933885,0.41735536,0.44214877,0.48347107,0.45041323,0.23966943,0.10743801,0.22727273,0.62396693,0.6570248,0.59504133,0.1322314,0.5413223,0.6487603,0.23140496,0.43801653,0.33471075,0.5123967,0.5495868,0.46694216,0.35123968,0.446281,0.3966942,0.46280992,0.45041323,0.40082645,0.3264463,0.2892562,0.18595041,0.1446281,0.18595041,0.24380165,0.28512397,0.32231405,0.38842976,0.38842976,0.40082645,0.53305787,0.553719,0.5495868,0.39256197,0.3677686,0.338843,0.39256197,0.5165289,0.446281,0.35123968,0.30165288,0.36363637,0.28512397,0.37190083,0.38016528,0.49173555,0.4214876,0.4214876,0.38842976,0.32231405,0.26859504,0.24793388,0.2520661,0.17768595,0.18181819,0.30165288,0.34710744,0.42561984,0.46280992,0.446281,0.49586776,0.45454547,0.2603306,0.1570248,0.2768595,0.5123967,0.75206614,0.6487603,0.16528925,0.46694216,0.76033056,0.21900827,0.43801653,0.3264463,0.5206612,0.49586776,0.46280992,0.4338843,0.47933885,0.5413223,0.53305787,0.45867768,0.33471075,0.446281,0.32231405,0.14049587,0.14876033,0.19421488,0.25619835,0.28512397,0.27272728,0.40082645,0.47933885,0.4876033,0.5123967,0.5165289,0.5206612,0.40082645,0.35950413,0.3181818,0.4214876,0.5,0.5495868,0.32231405,0.29752067,0.5371901,0.2644628,0.37190083,0.4214876,0.54545456,0.43801653,0.42975205,0.446281,0.4214876,0.37603307,0.29752067,0.22727273,0.24793388,0.23140496,0.34710744,0.33471075,0.3429752,0.37190083,0.41322315,0.4090909,0.45454547,0.3140496,0.2231405,0.23553719,0.38016528,0.57024795,0.6570248,0.26859504,0.36363637,0.6322314,0.2107438,0.4214876,0.30165288,0.4876033,0.5247934,0.58677685,0.57024795,0.59090906,0.6446281,0.54545456,0.45867768,0.48347107,0.46280992,0.3305785,0.23553719,0.24793388,0.2892562,0.30578512,0.3140496,0.30165288,0.3264463,0.41735536,0.46694216,0.5247934,0.553719,0.553719,0.42561984,0.30578512,0.2520661,0.38429752,0.42975205,0.5206612,0.4090909,0.23966943,0.6652893,0.22727273,0.33471075,0.3966942,0.40495867,0.3553719,0.34710744,0.41735536,0.42975205,0.3553719,0.32231405,0.27272728,0.26859504,0.2892562,0.338843,0.37190083,0.338843,0.32231405,0.38429752,0.38429752,0.40495867,0.40082645,0.21900827,0.16528925,0.27272728,0.607438,0.6528926,0.34710744,0.34710744,0.53305787,0.35950413,0.42561984,0.3429752,0.46694216,0.607438,0.6487603,0.6198347,0.61570245,0.58677685,0.5123967,0.5,0.5413223,0.58677685,0.4338843,0.36363637,0.33471075,0.3677686,0.38429752,0.35123968,0.338843,0.3181818,0.37190083,0.49586776,0.5785124,0.60330576,0.59504133,0.38016528,0.2644628,0.338843,0.47107437,0.49173555,0.5206612,0.5,0.36363637,0.35950413,0.24793388,0.30578512,0.45041323,0.38842976,0.35950413,0.35950413,0.41735536,0.41735536,0.38842976,0.38842976,0.38016528,0.3553719,0.38016528,0.39256197,0.41735536,0.37603307,0.37603307,0.41735536,0.48347107,0.43801653,0.4090909,0.2107438,0.12809917,0.25619835,0.73140496,0.57438016,0.37603307,0.29752067,0.5,0.4090909,0.5206612,0.5495868,0.59504133,0.61157024,0.607438,0.59504133,0.5785124,0.5371901,0.5,0.446281,0.45041323,0.5165289,0.46694216,0.44214877,0.446281,0.47107437,0.47933885,0.44214877,0.41322315,0.3966942,0.4876033,0.5785124,0.60330576,0.6446281,0.48347107,0.38016528,0.27272728,0.4214876,0.4876033,0.53305787,0.5247934,0.4752066,0.41735536,0.2768595,0.30578512,0.22727273,0.5123967,0.46694216,0.41735536,0.38842976,0.41735536,0.43801653,0.42561984,0.44214877,0.46280992,0.446281,0.4214876,0.44214877,0.44214877,0.4338843,0.45041323,0.45454547,0.5123967,0.5289256,0.47933885,0.3264463,0.26859504,0.3305785,0.5371901,0.62396693,0.28512397,0.29752067,0.49173555,0.4090909,0.5413223,0.6446281,0.6570248,0.6652893,0.60330576,0.58677685,0.58677685,0.59090906,0.5495868,0.4876033,0.4876033,0.5123967,0.5082645,0.5,0.4876033,0.4876033,0.446281,0.43801653,0.4214876,0.48347107,0.5661157,0.57438016,0.61570245,0.6198347,0.42561984,0.33471075,0.29752067,0.46694216,0.5247934,0.53305787,0.553719,0.46280992,0.4214876,0.30165288,0.2892562,0.19008264,0.5247934,0.5082645,0.5082645,0.43801653,0.41735536,0.38842976,0.40495867,0.44214877,0.46280992,0.45867768,0.45867768,0.45454547,0.45867768,0.45041323,0.4338843,0.43801653,0.46694216,0.5041322,0.5206612,0.4876033,0.3429752,0.20661157,0.19421488,0.59090906,0.23140496,0.37603307,0.53305787,0.38429752,0.5165289,0.607438,0.6694215,0.6280992,0.55785125,0.5123967,0.58677685,0.6198347,0.5661157,0.5371901,0.5123967,0.5289256,0.5123967,0.49586776,0.46694216,0.44214877,0.38429752,0.4090909,0.48347107,0.5495868,0.5661157,0.58677685,0.6404959,0.58677685,0.3181818,0.2892562,0.4214876,0.5123967,0.54545456,0.5289256,0.5289256,0.45867768,0.46280992,0.3553719,0.26859504,0.2520661,0.446281,0.5123967,0.5123967,0.5041322,0.4752066,0.40495867,0.35123968,0.35950413,0.3966942,0.41735536,0.4338843,0.446281,0.45041323,0.45041323,0.4338843,0.4338843,0.446281,0.48347107,0.5082645,0.47933885,0.338843,0.18181819,0.22727273,0.45867768,0.25619835,0.46694216,0.61570245,0.35123968,0.47933885,0.62396693,0.6487603,0.59090906,0.5661157,0.5289256,0.5247934,0.59504133,0.57438016,0.55785125,0.5247934,0.53305787,0.49586776,0.45867768,0.39256197,0.37190083,0.41735536,0.5247934,0.53305787,0.553719,0.56198347,0.58264464,0.677686,0.38429752,0.23966943,0.338843,0.47107437,0.55785125,0.5371901,0.5413223,0.53305787,0.46694216,0.46280992,0.42975205,0.2768595,0.29338843,0.2892562,0.5371901,0.5,0.4876033,0.5123967,0.4876033,0.47933885,0.4090909,0.38429752,0.40082645,0.4090909,0.43801653,0.42975205,0.43801653,0.45041323,0.46280992,0.47107437,0.49173555,0.5082645,0.40495867,0.42561984,0.14876033,0.28512397,0.40082645,0.38842976,0.49586776,0.6528926,0.36363637,0.38429752,0.6322314,0.6322314,0.57438016,0.59090906,0.5661157,0.5041322,0.5289256,0.5413223,0.5371901,0.5041322,0.49173555,0.44214877,0.42561984,0.43801653,0.47933885,0.5371901,0.553719,0.5661157,0.56198347,0.57438016,0.61570245,0.5289256,0.16528925,0.28099173,0.4338843,0.5413223,0.553719,0.553719,0.5247934,0.5123967,0.47933885,0.45867768,0.47933885,0.3553719,0.28512397,0.23553719,0.45454547,0.5082645,0.49586776,0.5082645,0.47107437,0.47107437,0.47933885,0.4752066,0.46694216,0.45454547,0.46694216,0.47107437,0.45454547,0.47107437,0.48347107,0.48347107,0.5,0.5,0.4214876,0.38016528,0.13636364,0.3553719,0.41322315,0.4214876,0.4338843,0.6528926,0.49173555,0.24380165,0.58264464,0.6280992,0.60330576,0.57438016,0.57438016,0.53305787,0.5289256,0.5413223,0.5206612,0.49173555,0.5082645,0.49586776,0.5082645,0.55785125,0.53305787,0.54545456,0.5371901,0.5495868,0.54545456,0.59917355,0.55785125,0.3264463,0.26859504,0.3305785,0.4876033,0.5661157,0.57024795,0.55785125,0.5165289,0.5041322,0.49173555,0.45867768,0.5165289,0.40495867,0.26859504,0.26859504,0.29338843,0.4876033,0.5041322,0.5,0.46280992,0.49173555,0.46280992,0.47933885,0.46694216,0.47933885,0.4752066,0.47107437,0.46694216,0.47933885,0.49586776,0.48347107,0.5123967,0.47933885,0.44214877,0.32231405,0.2107438,0.58677685,0.3305785,0.4338843,0.3966942,0.6322314,0.6322314,0.28099173,0.40495867,0.61157024,0.62396693,0.59504133,0.59504133,0.56198347,0.55785125,0.56198347,0.5206612,0.54545456,0.54545456,0.54545456,0.55785125,0.5371901,0.5413223,0.53305787,0.5206612,0.5371901,0.56198347,0.59917355,0.45041323,0.35123968,0.30578512,0.37190083,0.54545456,0.57438016,0.60330576,0.57024795,0.53305787,0.5495868,0.5247934,0.4876033,0.5289256,0.43801653,0.24380165,0.27272728,0.30578512,0.33471075,0.5123967,0.49586776,0.46280992,0.48347107,0.47107437,0.46694216,0.45867768,0.46694216,0.48347107,0.48347107,0.5,0.45454547,0.48347107,0.4752066,0.4876033,0.446281,0.4338843,0.30991736,0.5082645,0.42561984,0.33471075,0.44214877,0.35950413,0.59504133,0.6363636,0.553719,0.29752067,0.45041323,0.59917355,0.607438,0.61157024,0.55785125,0.607438,0.5661157,0.5371901,0.55785125,0.553719,0.55785125,0.55785125,0.5413223,0.54545456,0.5289256,0.5371901,0.54545456,0.5041322,0.4876033,0.5247934,0.39256197,0.35950413,0.446281,0.57438016,0.58677685,0.60330576,0.59504133,0.55785125,0.60330576,0.57438016,0.49586776,0.5371901,0.47107437,0.25619835,0.28099173,0.2603306,0.26859504,0.29752067,0.4752066,0.4752066,0.46280992,0.4752066,0.46694216,0.46280992,0.46694216,0.4752066,0.5041322,0.5123967,0.4876033,0.45454547,0.45041323,0.45454547,0.4338843,0.42975205,0.4338843,0.47933885,0.36363637,0.40082645,0.4752066,0.35950413,0.6322314,0.61570245,0.6446281,0.57438016,0.42561984,0.36363637,0.5371901,0.58677685,0.57024795,0.60330576,0.59504133,0.5247934,0.553719,0.553719,0.54545456,0.5661157,0.5495868,0.55785125,0.5206612,0.5165289,0.46280992,0.41735536,0.46694216,0.45454547,0.39256197,0.45041323,0.5082645,0.58677685,0.59090906,0.59090906,0.62396693,0.59090906,0.59504133,0.5785124,0.47107437,0.5082645,0.5371901,0.3429752,0.42975205,0.23140496,0.27272728,0.2644628,0.23553719,0.41322315,0.47107437,0.46280992,0.47107437,0.4752066,0.47933885,0.48347107,0.5,0.5123967,0.49586776,0.45867768,0.43801653,0.44214877,0.45454547,0.45454547,0.45867768,0.40495867,0.38842976,0.44214877,0.38842976,0.33471075,0.61157024,0.61570245,0.61157024,0.6570248,0.62396693,0.57438016,0.46280992,0.5082645,0.4876033,0.48347107,0.5413223,0.54545456,0.53305787,0.5371901,0.5247934,0.553719,0.5247934,0.49173555,0.4338843,0.42975205,0.38842976,0.38016528,0.46280992,0.44214877,0.47933885,0.55785125,0.59090906,0.61157024,0.58677685,0.6446281,0.677686,0.553719,0.5206612,0.4876033,0.43801653,0.46694216,0.58264464,0.45454547,0.43801653,0.38429752,0.23553719,0.2603306,0.33471075,0.2520661,0.30165288,0.37603307,0.41322315,0.46694216,0.5,0.49173555,0.5041322,0.5206612,0.4876033,0.47107437,0.45041323,0.42561984,0.40495867,0.39256197,0.42561984,0.41735536,0.40082645,0.43801653,0.29338843,0.2768595,0.59504133,0.59504133,0.59917355,0.6280992,0.607438,0.61157024,0.6528926,0.61157024,0.59090906,0.5371901,0.4876033,0.4876033,0.5123967,0.49586776,0.4752066,0.47107437,0.4214876,0.4090909,0.4090909,0.3966942,0.338843,0.24793388,0.44214877,0.48347107,0.57024795,0.59917355,0.6528926,0.661157,0.61157024,0.677686,0.61570245,0.48347107,0.44214877,0.3966942,0.4090909,0.4214876,0.48347107,0.47107437,0.4338843,0.3966942,0.29338843,0.14876033,0.2603306,0.28512397,0.28099173,0.30165288,0.3140496,0.28099173,0.32231405,0.41322315,0.43801653,0.43801653,0.42561984,0.3966942,0.38842976,0.40082645,0.4214876,0.4214876,0.41735536,0.41735536,0.41735536,0.45041323,0.28512397,0.21900827,0.59504133,0.5785124,0.5661157,0.60330576,0.58264464,0.60330576,0.6942149,0.6363636,0.6404959,0.6198347,0.6446281,0.58264464,0.59090906,0.55785125,0.53305787,0.5,0.4876033,0.446281,0.37603307,0.3181818,0.23553719,0.10743801,0.46280992,0.5082645,0.5206612,0.5247934,0.60330576,0.6322314,0.61157024,0.55785125,0.5082645,0.42561984,0.35123968,0.33471075,0.3305785,0.33471075,0.39256197,0.38842976,0.3305785,0.29752067,0.28099173,0.12396694,0.17768595,0.2107438,0.22727273,0.27272728,0.30991736,0.3429752,0.3677686,0.40082645,0.45454547,0.46694216,0.5165289,0.46694216,0.4338843,0.4090909,0.41735536,0.4214876,0.41322315,0.40082645,0.41735536,0.45454547,0.3553719,0.20661157,0.59090906,0.5785124,0.53305787,0.58677685,0.58677685,0.6198347,0.661157,0.62396693,0.6322314,0.6446281,0.6694215,0.6528926,0.62396693,0.59504133,0.5413223,0.48347107,0.42975205,0.37190083,0.28512397,0.2231405,0.17768595,0.11157025,0.3677686,0.45867768,0.36363637,0.2520661,0.2892562,0.4876033,0.5247934,0.47933885,0.42975205,0.3305785,0.2603306,0.26859504,0.2644628,0.30165288,0.37190083,0.21487603,0.17355372,0.23553719,0.23140496,0.24380165,0.17355372,0.18181819,0.18595041,0.20247933,0.22727273,0.2768595,0.3429752,0.3966942,0.47107437,0.48347107,0.46694216,0.46280992,0.42975205,0.40495867,0.40082645,0.4090909,0.41735536,0.41735536,0.4338843,0.4338843,0.41322315,0.23553719,0.607438,0.55785125,0.54545456,0.58677685,0.59917355,0.6198347,0.6280992,0.6198347,0.6446281,0.6735537,0.6859504,0.6942149,0.61570245,0.57438016,0.5082645,0.44214877,0.3429752,0.2644628,0.21487603,0.19421488,0.19421488,0.22727273,0.17355372,0.3140496,0.29338843,0.1694215,0.21487603,0.30578512,0.4876033,0.34710744,0.35950413,0.2768595,0.2107438,0.24793388,0.23966943,0.2892562,0.20247933,0.08677686,0.14049587,0.16115703,0.21900827,0.40082645,0.30165288,0.2520661,0.23553719,0.22727273,0.2231405,0.21487603,0.29338843,0.33471075,0.40495867,0.43801653,0.44214877,0.42975205,0.42561984,0.40082645,0.40082645,0.40495867,0.42561984,0.4214876,0.43801653,0.41735536,0.43801653,0.24380165,0.59090906,0.56198347,0.56198347,0.58677685,0.60330576,0.6198347,0.62396693,0.60330576,0.60330576,0.661157,0.6735537,0.6487603,0.61157024,0.5082645,0.45041323,0.3677686,0.28512397,0.22727273,0.21900827,0.21487603,0.28512397,0.3677686,0.25619835,0.2768595,0.37190083,0.34710744,0.38842976,0.40082645,0.57024795,0.30578512,0.24380165,0.18595041,0.14876033,0.16528925,0.21900827,0.28099173,0.20661157,0.19008264,0.1570248,0.1446281,0.25619835,0.4214876,0.40495867,0.37190083,0.33471075,0.33471075,0.3264463,0.28512397,0.29752067,0.3264463,0.37190083,0.3966942,0.41735536,0.41322315,0.42561984,0.3966942,0.4090909,0.4214876,0.42561984,0.4338843,0.41735536,0.42975205,0.32231405,0.23553719,0.5785124,0.58677685,0.5495868,0.58677685,0.61157024,0.6363636,0.62396693,0.59917355,0.5785124,0.6280992,0.6404959,0.6404959,0.55785125,0.46280992,0.446281,0.3677686,0.3140496,0.2892562,0.29338843,0.338843,0.40495867,0.4752066,0.45454547,0.42561984,0.4752066,0.42975205,0.45454547,0.47107437,0.44214877,0.32231405,0.1983471,0.11983471,0.14876033,0.11983471,0.1983471,0.24793388,0.2892562,0.3264463,0.35123968,0.35950413,0.40495867,0.4338843,0.4090909,0.43801653,0.39256197,0.37190083,0.35123968,0.35123968,0.39256197,0.37190083,0.37190083,0.38842976,0.3966942,0.4214876,0.42561984,0.42975205,0.4338843,0.42975205,0.4090909,0.42561984,0.42975205,0.41735536,0.1983471,0.2892562,0.54545456,0.59504133,0.54545456,0.5785124,0.60330576,0.6280992,0.6198347,0.59917355,0.58677685,0.6198347,0.57438016,0.60330576,0.53305787,0.46280992,0.45867768,0.38429752,0.34710744,0.3429752,0.39256197,0.4338843,0.5,0.5413223,0.55785125,0.57024795,0.553719,0.5123967,0.49173555,0.47107437,0.40495867,0.2768595,0.16528925,0.11983471,0.18595041,0.16528925,0.15289256,0.20247933,0.28512397,0.37603307,0.46694216,0.5082645,0.5041322,0.4876033,0.4214876,0.4338843,0.4338843,0.37190083,0.35123968,0.3429752,0.38016528,0.3966942,0.40082645,0.4090909,0.38842976,0.3966942,0.42561984,0.44214877,0.45041323,0.4214876,0.41735536,0.37603307,0.41735536,0.39256197,0.30165288,0.38842976,0.5413223,0.59917355,0.5495868,0.57438016,0.59504133,0.61157024,0.59090906,0.59917355,0.5785124,0.58264464,0.58264464,0.58677685,0.5289256,0.4876033,0.4338843,0.3677686,0.37603307,0.39256197,0.46280992,0.5041322,0.5413223,0.57438016,0.56198347,0.5785124,0.5785124,0.5785124,0.55785125,0.5041322,0.40495867,0.23553719,0.1322314,0.1322314,0.21487603,0.23966943,0.19008264,0.18181819,0.26859504,0.39256197,0.49586776,0.53305787,0.53305787,0.5165289,0.4876033,0.47933885,0.46280992,0.4214876,0.3677686,0.3429752,0.34710744,0.38842976,0.38429752,0.41735536,0.4090909,0.38842976,0.4214876,0.42975205,0.45041323,0.4214876,0.3966942,0.338843,0.3966942,0.3966942,0.446281,0.47107437,0.56198347,0.58264464,0.54545456,0.56198347,0.5785124,0.59917355,0.59090906,0.58264464,0.56198347,0.57438016,0.607438,0.57438016,0.5371901,0.45041323,0.3966942,0.38842976,0.42975205,0.46280992,0.5206612,0.5289256,0.553719,0.58264464,0.5661157,0.58264464,0.57438016,0.57438016,0.58264464,0.5413223,0.45867768,0.2768595,0.12809917,0.14049587,0.20247933,0.27272728,0.1983471,0.18181819,0.26859504,0.40495867,0.5,0.5206612,0.5247934,0.5289256,0.4876033,0.49586776,0.5041322,0.47107437,0.42975205,0.35123968,0.32231405,0.34710744,0.38016528,0.41322315,0.39256197,0.40082645,0.41322315,0.40082645,0.43801653,0.38842976,0.38429752,0.33471075,0.3966942,0.38842976,0.45867768,0.47107437,0.59090906,0.59917355,0.5661157,0.5247934,0.57024795,0.58677685,0.58677685,0.58264464,0.56198347,0.58677685,0.60330576,0.5785124,0.5123967,0.43801653,0.40495867,0.446281,0.5,0.5247934,0.5165289,0.56198347,0.5661157,0.5413223,0.58677685,0.58264464,0.56198347,0.58264464,0.5661157,0.553719,0.5206612,0.41735536,0.23553719,0.17768595,0.2231405,0.3140496,0.24380165,0.2231405,0.32231405,0.4090909,0.4876033,0.49586776,0.5082645,0.5495868,0.5206612,0.49173555,0.5,0.5,0.4752066,0.38429752,0.30991736,0.30578512,0.3553719,0.41322315,0.40082645,0.40082645,0.4214876,0.39256197,0.40495867,0.37190083,0.38429752,0.3677686,0.38429752,0.35123968,0.43801653,0.46280992,0.5785124,0.60330576,0.57024795,0.5041322,0.54545456,0.55785125,0.58264464,0.59090906,0.57438016,0.6198347,0.60330576,0.5413223,0.49586776,0.40495867,0.46280992,0.5,0.54545456,0.5247934,0.5247934,0.59917355,0.5785124,0.56198347,0.553719,0.57024795,0.54545456,0.553719,0.5495868,0.5495868,0.5371901,0.5123967,0.4338843,0.32231405,0.35950413,0.41322315,0.3677686,0.33471075,0.39256197,0.41322315,0.45454547,0.45041323,0.49586776,0.5041322,0.49173555,0.5123967,0.47933885,0.47107437,0.47107437,0.45454547,0.29338843,0.28512397,0.3264463,0.36363637,0.44214877,0.42561984,0.4214876,0.38842976,0.38429752,0.38842976,0.37603307,0.37190083,0.39256197,0.2768595,0.3966942,0.45454547,0.5495868,0.607438,0.58264464,0.5,0.54545456,0.553719,0.58677685,0.60330576,0.59090906,0.607438,0.57438016,0.5289256,0.47933885,0.47107437,0.5082645,0.5247934,0.553719,0.5289256,0.5371901,0.59090906,0.56198347,0.5206612,0.5123967,0.5371901,0.5371901,0.5206612,0.5289256,0.5165289,0.47933885,0.45867768,0.45041323,0.42561984,0.446281,0.45867768,0.40495867,0.37190083,0.41735536,0.4090909,0.42975205,0.41322315,0.4338843,0.43801653,0.41735536,0.446281,0.47107437,0.446281,0.45041323,0.45454547,0.30578512,0.29338843,0.338843,0.35950413,0.4214876,0.38842976,0.42975205,0.41735536,0.37603307,0.40082645,0.3966942,0.35123968,0.3677686,0.24793388,0.33471075,0.44214877,0.5247934,0.58264464,0.5785124,0.5247934,0.5371901,0.5413223,0.58677685,0.59504133,0.5785124,0.59917355,0.5495868,0.5082645,0.5,0.5041322,0.5289256,0.5495868,0.5371901,0.5289256,0.5413223,0.5247934,0.48347107,0.48347107,0.49173555,0.49586776,0.46694216,0.45454547,0.3966942,0.37190083,0.33471075,0.3264463,0.30991736,0.37190083,0.36363637,0.34710744,0.30165288,0.3140496,0.35123968,0.36363637,0.40495867,0.38016528,0.39256197,0.37603307,0.35950413,0.37190083,0.40082645,0.43801653,0.42561984,0.4338843,0.37603307,0.29752067,0.38016528,0.39256197,0.42561984,0.41735536,0.4214876,0.4090909,0.38842976,0.3966942,0.38429752,0.3553719,0.3553719,0.25619835,0.3140496,0.4090909,0.5371901,0.5371901,0.56198347,0.5247934,0.5495868,0.5289256,0.56198347,0.59090906,0.58677685,0.61157024,0.553719,0.5082645,0.5165289,0.5082645,0.5165289,0.5495868,0.5123967,0.49173555,0.4752066,0.446281,0.43801653,0.46280992,0.45867768,0.40082645,0.3429752,0.36363637,0.28512397,0.2603306,0.23966943,0.23140496,0.2520661,0.23966943,0.21487603,0.18595041,0.18181819,0.19008264,0.21900827,0.23140496,0.30165288,0.29752067,0.3553719,0.3677686,0.33471075,0.3140496,0.32231405,0.4090909,0.40495867,0.4214876,0.43801653,0.38429752,0.38842976,0.42975205,0.44214877,0.42561984,0.42975205,0.35950413,0.38429752,0.3966942,0.37603307,0.3677686,0.35950413,0.19008264,0.3181818,0.3553719,0.5413223,0.5123967,0.5413223,0.5247934,0.5206612,0.5495868,0.5247934,0.607438,0.60330576,0.607438,0.55785125,0.5371901,0.53305787,0.4876033,0.5289256,0.5247934,0.49173555,0.45454547,0.41322315,0.38429752,0.40082645,0.36363637,0.2644628,0.28099173,0.3264463,0.30165288,0.2603306,0.26859504,0.2520661,0.2768595,0.24793388,0.23553719,0.22727273,0.15289256,0.14049587,0.11570248,0.13636364,0.14876033,0.16528925,0.18595041,0.22727273,0.26859504,0.29752067,0.2892562,0.28099173,0.35950413,0.37603307,0.41322315,0.46280992,0.46694216,0.42561984,0.39256197,0.446281,0.42975205,0.41735536,0.38429752,0.38842976,0.38016528,0.38429752,0.40082645,0.29752067,0.07024793,0.12396694,0.12809917,0.5495868,0.5413223,0.54545456,0.53305787,0.5165289,0.553719,0.553719,0.57024795,0.60330576,0.57438016,0.57438016,0.5289256,0.5247934,0.4876033,0.5289256,0.49586776,0.47933885,0.41322315,0.3305785,0.29752067,0.2520661,0.1570248,0.26859504,0.446281,0.40495867,0.40495867,0.42975205,0.4338843,0.46280992,0.45041323,0.4090909,0.38842976,0.37190083,0.3429752,0.3181818,0.30578512,0.23140496,0.2231405,0.19008264,0.18181819,0.11157025,0.1322314,0.17768595,0.21900827,0.24793388,0.29752067,0.3966942,0.41735536,0.48347107,0.47933885,0.46280992,0.40082645,0.4338843,0.4214876,0.4090909,0.40495867,0.38429752,0.38842976,0.3966942,0.41322315,0.1694215,0.08264463,0.10743801,0.09917355,0.5371901,0.5041322,0.55785125,0.5247934,0.5082645,0.5495868,0.553719,0.57024795,0.59090906,0.58677685,0.58264464,0.5371901,0.5206612,0.5165289,0.53305787,0.4752066,0.4214876,0.3429752,0.23966943,0.19008264,0.25619835,0.45867768,0.5289256,0.5661157,0.5289256,0.5123967,0.5123967,0.46280992,0.4752066,0.45867768,0.43801653,0.45041323,0.41735536,0.4090909,0.38016528,0.4090909,0.4214876,0.41735536,0.35950413,0.38016528,0.32231405,0.19008264,0.14049587,0.1322314,0.19008264,0.2644628,0.33471075,0.38842976,0.46694216,0.48347107,0.44214877,0.446281,0.42561984,0.4338843,0.39256197,0.40082645,0.39256197,0.40495867,0.39256197,0.37190083,0.12809917,0.09504132,0.11157025,0.10330579,0.5371901,0.5,0.53305787,0.53305787,0.49586776,0.5413223,0.553719,0.55785125,0.56198347,0.60330576,0.55785125,0.5371901,0.5247934,0.53305787,0.5041322,0.40495867,0.33471075,0.24380165,0.12809917,0.30578512,0.57024795,0.58264464,0.54545456,0.57438016,0.59090906,0.59917355,0.57024795,0.5123967,0.49586776,0.47107437,0.42975205,0.4338843,0.42975205,0.44214877,0.44214877,0.46694216,0.47933885,0.4876033,0.44214877,0.41735536,0.40082645,0.4090909,0.35950413,0.1694215,0.1570248,0.23140496,0.30578512,0.3677686,0.4338843,0.45041323,0.41735536,0.42975205,0.40082645,0.4090909,0.39256197,0.39256197,0.4090909,0.40082645,0.40082645,0.338843,0.11570248,0.10743801,0.11157025,0.10743801,0.47933885,0.5123967,0.5206612,0.54545456,0.5206612,0.5206612,0.5413223,0.5289256,0.5495868,0.5785124,0.57024795,0.5247934,0.53305787,0.5165289,0.4338843,0.35950413,0.26859504,0.19008264,0.2603306,0.5661157,0.58677685,0.54545456,0.5413223,0.5371901,0.59917355,0.57024795,0.5247934,0.46694216,0.4090909,0.3677686,0.29752067,0.3181818,0.30991736,0.338843,0.37603307,0.39256197,0.4090909,0.41322315,0.3966942,0.35123968,0.38016528,0.41322315,0.446281,0.30165288,0.19008264,0.27272728,0.34710744,0.3966942,0.40495867,0.43801653,0.4338843,0.4214876,0.38429752,0.38842976,0.38842976,0.39256197,0.41322315,0.38429752,0.4338843,0.30578512,0.0785124,0.11157025,0.11157025,0.10743801,0.30578512,0.5495868,0.5041322,0.5289256,0.5165289,0.5041322,0.5413223,0.5247934,0.5165289,0.553719,0.553719,0.5247934,0.54545456,0.47107437,0.4090909,0.3553719,0.23553719,0.23966943,0.41322315,0.57024795,0.5785124,0.5371901,0.5247934,0.4752066,0.45041323,0.46280992,0.4338843,0.38429752,0.29752067,0.22727273,0.30165288,0.2768595,0.2520661,0.26859504,0.28512397,0.28512397,0.32231405,0.3181818,0.33471075,0.3553719,0.37190083,0.38429752,0.45454547,0.32231405,0.2768595,0.3553719,0.37603307,0.3966942,0.40082645,0.4090909,0.4214876,0.39256197,0.37190083,0.37190083,0.40495867,0.37190083,0.41735536,0.40082645,0.45041323,0.17355372,0.08677686,0.11157025,0.11157025,0.10743801,0.18595041,0.54545456,0.5247934,0.5082645,0.5206612,0.5041322,0.5247934,0.5247934,0.5,0.5289256,0.5165289,0.5247934,0.53305787,0.45867768,0.39256197,0.3429752,0.2520661,0.30165288,0.43801653,0.53305787,0.553719,0.5289256,0.5041322,0.45454547,0.40495867,0.3966942,0.40082645,0.34710744,0.2520661,0.24793388,0.26859504,0.24380165,0.24793388,0.2231405,0.20661157,0.23140496,0.26859504,0.30578512,0.3305785,0.36363637,0.40495867,0.41322315,0.45454547,0.37190083,0.3264463,0.3553719,0.3553719,0.37603307,0.37603307,0.3966942,0.40082645,0.38429752,0.37603307,0.39256197,0.38429752,0.41735536,0.40082645,0.4090909,0.38842976,0.08677686,0.10330579,0.11157025,0.10743801,0.10330579,0.11157025,0.46280992,0.5041322,0.5123967,0.5165289,0.5082645,0.5165289,0.5,0.5041322,0.48347107,0.5082645,0.5082645,0.5041322,0.42561984,0.36363637,0.30578512,0.29752067,0.35950413,0.46280992,0.55785125,0.5413223,0.5206612,0.47933885,0.45867768,0.4214876,0.41322315,0.4090909,0.34710744,0.28099173,0.25619835,0.25619835,0.2603306,0.23966943,0.21900827,0.2107438,0.22727273,0.2603306,0.30991736,0.338843,0.3677686,0.4090909,0.40082645,0.45454547,0.4214876,0.35123968,0.34710744,0.3553719,0.3553719,0.34710744,0.36363637,0.36363637,0.40495867,0.37603307,0.38842976,0.39256197,0.4214876,0.39256197,0.41735536,0.30578512,0.11570248,0.12396694,0.12809917,0.1322314,0.11983471,0.11570248,0.32231405,0.5082645,0.49586776,0.5206612,0.5041322,0.5123967,0.5,0.4876033,0.47933885,0.49586776,0.49173555,0.4752066,0.3966942,0.32231405,0.28512397,0.35123968,0.45454547,0.5495868,0.58677685,0.56198347,0.5247934,0.47933885,0.43801653,0.42561984,0.44214877,0.39256197,0.37190083,0.3181818,0.29338843,0.28099173,0.27272728,0.2520661,0.22727273,0.2768595,0.2644628,0.28099173,0.30991736,0.35950413,0.38842976,0.4214876,0.42561984,0.45041323,0.45867768,0.4090909,0.3553719,0.3429752,0.34710744,0.338843,0.35123968,0.3677686,0.38429752,0.37603307,0.38016528,0.40495867,0.4090909,0.4090909,0.4090909,0.32231405,0.21900827,0.2644628,0.2892562,0.35123968,0.36363637,0.11983471,0.1570248,0.45454547,0.5123967,0.5289256,0.5041322,0.5165289,0.5123967,0.48347107,0.47933885,0.4876033,0.46280992,0.45454547,0.35950413,0.29338843,0.30991736,0.4214876,0.5413223,0.59917355,0.59090906,0.5495868,0.5041322,0.45454547,0.45041323,0.43801653,0.446281,0.3966942,0.41735536,0.38016528,0.35123968,0.3305785,0.28512397,0.27272728,0.2768595,0.3140496,0.3264463,0.32231405,0.32231405,0.35950413,0.38842976,0.4338843,0.45454547,0.47933885,0.5,0.45041323,0.4090909,0.35950413,0.3429752,0.3181818,0.3305785,0.37190083,0.38016528,0.37190083,0.38842976,0.40082645,0.40495867,0.3966942,0.42561984,0.43801653,0.40082645,0.3966942,0.39256197,0.4214876,0.43801653,0.1322314,0.12396694,0.3140496,0.5289256,0.5041322,0.5206612,0.5082645,0.5123967,0.47933885,0.47107437,0.47107437,0.45041323,0.42975205,0.3553719,0.2768595,0.36363637,0.5041322,0.607438,0.607438,0.59917355,0.553719,0.49173555,0.47107437,0.45867768,0.446281,0.46280992,0.45454547,0.45867768,0.42561984,0.41735536,0.338843,0.32231405,0.338843,0.37603307,0.338843,0.3966942,0.39256197,0.36363637,0.35950413,0.38016528,0.42975205,0.46280992,0.4752066,0.49586776,0.47933885,0.45867768,0.4090909,0.3553719,0.30991736,0.32231405,0.35950413,0.38016528,0.3677686,0.37603307,0.43801653,0.40082645,0.3966942,0.46280992,0.49586776,0.47107437,0.45454547,0.446281,0.45041323,0.46694216,0.12396694,0.12809917,0.17355372,0.45867768,0.5495868,0.5041322,0.5041322,0.5082645,0.49173555,0.48347107,0.446281,0.46280992,0.4338843,0.37190083,0.30578512,0.46280992,0.58264464,0.59504133,0.58264464,0.59917355,0.5661157,0.5,0.4876033,0.46280992,0.4752066,0.5165289,0.4752066,0.47107437,0.446281,0.4214876,0.3677686,0.38016528,0.40082645,0.3966942,0.4214876,0.42561984,0.4338843,0.42561984,0.3966942,0.3966942,0.45867768,0.45041323,0.45454547,0.46280992,0.446281,0.45867768,0.4214876,0.3966942,0.33471075,0.3305785,0.338843,0.38429752,0.38842976,0.38842976,0.42975205,0.4090909,0.4214876,0.4752066,0.5165289,0.5,0.48347107,0.47107437,0.4752066,0.49173555,0.1322314,0.12809917,0.1322314,0.28512397,0.56198347,0.5082645,0.5165289,0.5041322,0.4876033,0.49173555,0.45454547,0.45867768,0.45867768,0.38842976,0.39256197,0.5,0.59917355,0.57024795,0.55785125,0.58677685,0.5661157,0.49173555,0.49586776,0.47933885,0.5082645,0.5371901,0.47107437,0.47107437,0.4338843,0.3966942,0.3553719,0.39256197,0.38842976,0.38842976,0.39256197,0.4214876,0.44214877,0.45454547,0.446281,0.40495867,0.43801653,0.45041323,0.446281,0.42975205,0.4214876,0.41322315,0.38842976,0.38016528,0.39256197,0.3305785,0.3181818,0.38842976,0.38842976,0.3966942,0.41322315,0.39256197,0.446281,0.5247934,0.4876033,0.5123967,0.5123967,0.5,0.49586776,0.47933885,0.12809917,0.12809917,0.14049587,0.15289256,0.49173555,0.57438016,0.5289256,0.5206612,0.47107437,0.47933885,0.45867768,0.48347107,0.49173555,0.40495867,0.4338843,0.49173555,0.5661157,0.54545456,0.553719,0.59090906,0.55785125,0.47933885,0.49586776,0.49586776,0.5041322,0.5123967,0.47107437,0.45454547,0.4214876,0.38429752,0.38842976,0.41322315,0.4090909,0.37190083,0.38429752,0.41735536,0.4214876,0.44214877,0.446281,0.4338843,0.43801653,0.4214876,0.4214876,0.42561984,0.3966942,0.38016528,0.35950413,0.3305785,0.37190083,0.37603307,0.34710744,0.37190083,0.39256197,0.40495867,0.41322315,0.37190083,0.46694216,0.6322314,0.5041322,0.5123967,0.5289256,0.5,0.47933885,0.45454547,0.12809917,0.13636364,0.1322314,0.11570248,0.2892562,0.57438016,0.553719,0.5123967,0.46694216,0.46280992,0.45867768,0.46694216,0.5,0.446281,0.41322315,0.4876033,0.5371901,0.5289256,0.57438016,0.55785125,0.5413223,0.5082645,0.49173555,0.49586776,0.46280992,0.46280992,0.47933885,0.45454547,0.40082645,0.38842976,0.40495867,0.4090909,0.40082645,0.338843,0.35950413,0.40082645,0.40495867,0.41735536,0.4214876,0.42975205,0.42975205,0.4090909,0.41322315,0.41322315,0.39256197,0.3677686,0.3264463,0.26859504,0.3140496,0.3553719,0.34710744,0.35950413,0.38016528,0.4090909,0.40082645,0.37603307,0.607438,0.6735537,0.57438016,0.5082645,0.5289256,0.4876033,0.45867768,0.46694216,0.12809917,0.1322314,0.12809917,0.13636364,0.11157025,0.49173555,0.553719,0.5247934,0.5041322,0.44214877,0.46694216,0.46280992,0.4876033,0.4338843,0.38016528,0.5,0.5247934,0.5371901,0.56198347,0.53305787,0.54545456,0.5206612,0.49586776,0.4876033,0.45454547,0.46694216,0.46694216,0.4338843,0.38842976,0.3677686,0.37603307,0.38842976,0.37603307,0.32231405,0.34710744,0.34710744,0.36363637,0.41322315,0.42561984,0.41322315,0.4090909,0.40082645,0.38016528,0.38842976,0.3553719,0.35123968,0.3181818,0.19421488,0.24793388,0.28512397,0.32231405,0.3553719,0.3677686,0.4214876,0.38842976,0.43801653,0.677686,0.6652893,0.62396693,0.5082645,0.4876033,0.45867768,0.46280992,0.4752066,0.12809917,0.12809917,0.1322314,0.1322314,0.06198347,0.5247934,0.5661157,0.5165289,0.5289256,0.46280992,0.45454547,0.44214877,0.45454547,0.4214876,0.3677686,0.49173555,0.49586776,0.53305787,0.5289256,0.5495868,0.5247934,0.4876033,0.46280992,0.46280992,0.4338843,0.46280992,0.45867768,0.40495867,0.37603307,0.35950413,0.3305785,0.37190083,0.3429752,0.32231405,0.3429752,0.32231405,0.3264463,0.40082645,0.3966942,0.40495867,0.38429752,0.38016528,0.3677686,0.36363637,0.34710744,0.34710744,0.28099173,0.19008264,0.20247933,0.24793388,0.29338843,0.338843,0.38842976,0.4338843,0.38429752,0.5247934,0.6942149,0.661157,0.6487603,0.5165289,0.48347107,0.4752066,0.45867768,0.48347107,0.1570248,0.15289256,0.19421488,0.23553719,0.19421488,0.6983471,0.69008267,0.49586776,0.5289256,0.49173555,0.446281,0.44214877,0.43801653,0.4090909,0.3966942,0.4752066,0.4752066,0.5165289,0.5123967,0.53305787,0.49586776,0.4876033,0.46280992,0.43801653,0.41735536,0.3966942,0.41322315,0.38016528,0.3429752,0.3305785,0.28512397,0.34710744,0.3305785,0.29752067,0.3140496,0.29338843,0.30578512,0.35123968,0.34710744,0.35950413,0.37603307,0.37190083,0.36363637,0.338843,0.34710744,0.35123968,0.18595041,0.14876033,0.20247933,0.2107438,0.26859504,0.3264463,0.40082645,0.41322315,0.3966942,0.6198347,0.6942149,0.6528926,0.6818182,0.5289256,0.40495867,0.49586776,0.46694216,0.4752066,0.59504133,0.54545456,0.49173555,0.4876033,0.41322315,0.73140496,0.8801653,0.57024795,0.5247934,0.5413223,0.46280992,0.446281,0.4338843,0.38842976,0.4090909,0.47933885,0.48347107,0.5,0.5123967,0.48347107,0.47107437,0.45454547,0.45041323,0.4214876,0.38429752,0.36363637,0.3677686,0.34710744,0.30578512,0.29338843,0.2644628,0.33471075,0.30165288,0.2768595,0.2603306,0.25619835,0.2892562,0.30578512,0.32231405,0.3140496,0.338843,0.338843,0.3305785,0.33471075,0.3305785,0.33471075,0.15289256,0.1694215,0.22727273,0.23966943,0.25619835,0.3429752,0.40082645,0.3966942,0.4876033,0.6818182,0.6859504,0.661157,0.677686,0.6942149,0.29752067,0.446281,0.4876033,0.53305787,0.57438016,0.59917355,0.58264464,0.5413223,0.5247934,0.76033056,0.8512397,0.80991733,0.57024795,0.5165289,0.5289256,0.47933885,0.42561984,0.3966942,0.3966942,0.43801653,0.48347107,0.4876033,0.5,0.46694216,0.46280992,0.42975205,0.42561984,0.38842976,0.33471075,0.3140496,0.3140496,0.30578512,0.27272728,0.28099173,0.27272728,0.2768595,0.26859504,0.23966943,0.23553719,0.21900827,0.28099173,0.26859504,0.2644628,0.28512397,0.29752067,0.29752067,0.3264463,0.30578512,0.3181818,0.26859504,0.17768595,0.1983471,0.24380165,0.28099173,0.30165288,0.3140496,0.40082645,0.44214877,0.59917355,0.6818182,0.6859504,0.6735537,0.6818182,0.7231405,0.338843,0.3140496,0.45041323,0.5123967,0.57024795,0.5661157,0.58264464,0.58264464,0.59090906,0.80991733,0.8347107,0.8512397,0.8057851,0.553719,0.49586776,0.5,0.4752066,0.44214877,0.43801653,0.41735536,0.42975205,0.45041323,0.49586776,0.4876033,0.47107437,0.42561984,0.36363637,0.38016528,0.3264463,0.26859504,0.26859504,0.23553719,0.23140496,0.23140496,0.23140496,0.23140496,0.2231405,0.21487603,0.21900827,0.20661157,0.23140496,0.23140496,0.2231405,0.2520661,0.28512397,0.30165288,0.29338843,0.27272728,0.27272728,0.24793388,0.1983471,0.24380165,0.28099173,0.25619835,0.2892562,0.3305785,0.41735536,0.5206612,0.62396693,0.6859504,0.6859504,0.677686,0.6818182,0.7066116,0.49173555,0.30165288,0.44214877,0.49586776,33 +0.30165288,0.30991736,0.338843,0.3677686,0.39256197,0.46694216,0.5785124,0.6363636,0.661157,0.6735537,0.677686,0.6983471,0.6942149,0.7066116,0.72727275,0.72727275,0.73966944,0.7355372,0.7355372,0.7231405,0.74793386,0.74793386,0.75619835,0.75619835,0.76033056,0.75619835,0.75619835,0.74380165,0.75206614,0.73966944,0.72727275,0.73140496,0.72727275,0.7355372,0.73966944,0.7355372,0.7231405,0.73140496,0.71900827,0.71487606,0.71487606,0.7066116,0.70247936,0.69008267,0.6694215,0.6570248,0.6363636,0.62396693,0.59504133,0.5785124,0.553719,0.5371901,0.5123967,0.47933885,0.45454547,0.4214876,0.4090909,0.38842976,0.32231405,0.2768595,0.16115703,0.29752067,0.4090909,0.41735536,0.3305785,0.35123968,0.37190083,0.3966942,0.45867768,0.5413223,0.61570245,0.6487603,0.6694215,0.677686,0.6818182,0.6983471,0.70247936,0.7066116,0.71900827,0.72727275,0.73966944,0.72727275,0.7231405,0.71900827,0.74380165,0.74793386,0.75619835,0.75619835,0.7644628,0.75619835,0.75206614,0.74380165,0.73140496,0.7231405,0.7107438,0.71900827,0.72727275,0.73140496,0.7355372,0.73140496,0.73140496,0.71487606,0.7231405,0.7107438,0.72727275,0.7107438,0.6983471,0.6859504,0.6818182,0.6694215,0.6446281,0.62396693,0.607438,0.5785124,0.57024795,0.5495868,0.5413223,0.5123967,0.4752066,0.44214877,0.46280992,0.42561984,0.28099173,0.20661157,0.2107438,0.30991736,0.3966942,0.41322315,0.33471075,0.3264463,0.39256197,0.4338843,0.5413223,0.60330576,0.6487603,0.661157,0.6818182,0.6983471,0.7066116,0.7107438,0.7066116,0.71900827,0.7231405,0.72727275,0.73966944,0.74793386,0.7355372,0.7231405,0.74793386,0.74793386,0.76033056,0.76033056,0.76033056,0.7644628,0.75619835,0.74380165,0.73140496,0.7231405,0.7107438,0.7107438,0.73140496,0.71487606,0.73140496,0.72727275,0.72727275,0.7107438,0.71900827,0.6983471,0.6942149,0.70247936,0.69008267,0.6818182,0.6694215,0.6735537,0.6322314,0.6280992,0.6198347,0.59090906,0.5785124,0.56198347,0.553719,0.5413223,0.5,0.46694216,0.47107437,0.3966942,0.2892562,0.20661157,0.23966943,0.30991736,0.40495867,0.41322315,0.35950413,0.34710744,0.40495867,0.49173555,0.59090906,0.6280992,0.661157,0.6859504,0.6818182,0.6942149,0.71487606,0.71487606,0.7107438,0.7107438,0.72727275,0.7355372,0.73966944,0.73140496,0.73966944,0.7231405,0.74380165,0.73966944,0.74793386,0.75206614,0.75206614,0.75206614,0.74793386,0.74380165,0.73140496,0.71900827,0.7231405,0.71900827,0.72727275,0.71900827,0.7231405,0.71900827,0.7231405,0.7066116,0.7066116,0.6983471,0.69008267,0.6859504,0.69008267,0.677686,0.661157,0.661157,0.6363636,0.6280992,0.61570245,0.58677685,0.58677685,0.57024795,0.55785125,0.55785125,0.5289256,0.5082645,0.45041323,0.37603307,0.30165288,0.2231405,0.2603306,0.30165288,0.3966942,0.4214876,0.29752067,0.2520661,0.38842976,0.5206612,0.58264464,0.6280992,0.6694215,0.6859504,0.6818182,0.6983471,0.7066116,0.7066116,0.70247936,0.7107438,0.71487606,0.72727275,0.7355372,0.73140496,0.73966944,0.72727275,0.73966944,0.73966944,0.73966944,0.74793386,0.73966944,0.73966944,0.72727275,0.73140496,0.72727275,0.71487606,0.7066116,0.71900827,0.7231405,0.71900827,0.7107438,0.70247936,0.7107438,0.6983471,0.6859504,0.6818182,0.6818182,0.6694215,0.6694215,0.6652893,0.6528926,0.6404959,0.6322314,0.6322314,0.6198347,0.59917355,0.59504133,0.58264464,0.5785124,0.5785124,0.56198347,0.5165289,0.42561984,0.36363637,0.3264463,0.2644628,0.26859504,0.3305785,0.37190083,0.43801653,0.19008264,0.20661157,0.3966942,0.53305787,0.5785124,0.607438,0.661157,0.677686,0.677686,0.69008267,0.70247936,0.69008267,0.6983471,0.7107438,0.7066116,0.71487606,0.7231405,0.73966944,0.75206614,0.73140496,0.73966944,0.72727275,0.73140496,0.73966944,0.72727275,0.7231405,0.7066116,0.7107438,0.7066116,0.7066116,0.7066116,0.71487606,0.7231405,0.71487606,0.71487606,0.70247936,0.6983471,0.6983471,0.6735537,0.661157,0.6694215,0.6528926,0.6528926,0.6652893,0.6487603,0.6404959,0.6363636,0.6363636,0.62396693,0.61157024,0.59917355,0.59090906,0.58264464,0.5785124,0.57024795,0.5247934,0.41322315,0.36363637,0.3429752,0.30991736,0.28099173,0.30165288,0.36363637,0.4338843,0.17355372,0.1983471,0.41735536,0.5371901,0.57438016,0.60330576,0.6446281,0.6818182,0.69008267,0.6983471,0.6942149,0.6983471,0.6983471,0.7066116,0.6983471,0.7066116,0.71487606,0.72727275,0.7355372,0.73140496,0.72727275,0.71487606,0.71487606,0.7231405,0.71900827,0.71487606,0.69008267,0.6983471,0.6983471,0.6983471,0.69008267,0.70247936,0.70247936,0.6983471,0.6818182,0.6942149,0.6818182,0.677686,0.6652893,0.6528926,0.6528926,0.6404959,0.6280992,0.6446281,0.6363636,0.6363636,0.6404959,0.6280992,0.607438,0.58677685,0.59917355,0.59090906,0.57024795,0.5495868,0.57024795,0.5247934,0.44214877,0.35950413,0.36363637,0.34710744,0.2892562,0.28099173,0.35123968,0.4090909,0.17768595,0.21900827,0.4338843,0.54545456,0.57024795,0.59917355,0.6570248,0.6859504,0.6818182,0.6446281,0.6322314,0.6404959,0.6404959,0.6446281,0.6528926,0.677686,0.69008267,0.7066116,0.7107438,0.7231405,0.7107438,0.7066116,0.6983471,0.70247936,0.70247936,0.6942149,0.6942149,0.6859504,0.6859504,0.69008267,0.69008267,0.70247936,0.6859504,0.6859504,0.6735537,0.677686,0.6735537,0.6570248,0.6528926,0.6280992,0.6280992,0.6280992,0.6280992,0.6404959,0.6280992,0.6198347,0.6198347,0.59504133,0.55785125,0.5206612,0.5206612,0.5206612,0.4876033,0.49173555,0.5165289,0.5,0.4338843,0.35123968,0.3305785,0.33471075,0.30165288,0.2768595,0.3553719,0.38429752,0.14876033,0.2231405,0.47107437,0.553719,0.57438016,0.59090906,0.6404959,0.6487603,0.59917355,0.5495868,0.53305787,0.5413223,0.54545456,0.54545456,0.57438016,0.6198347,0.62396693,0.6570248,0.677686,0.69008267,0.6983471,0.6942149,0.6859504,0.6735537,0.69008267,0.6735537,0.6694215,0.661157,0.6694215,0.6694215,0.677686,0.6735537,0.6818182,0.6735537,0.6694215,0.6652893,0.6487603,0.6363636,0.62396693,0.607438,0.60330576,0.61157024,0.607438,0.61570245,0.60330576,0.5785124,0.54545456,0.5041322,0.45454547,0.4214876,0.41735536,0.42561984,0.41735536,0.4090909,0.42975205,0.41735536,0.37603307,0.3181818,0.30991736,0.30991736,0.29752067,0.29338843,0.37190083,0.35950413,0.11570248,0.23553719,0.5,0.56198347,0.5661157,0.553719,0.553719,0.553719,0.5206612,0.5082645,0.49586776,0.47933885,0.46280992,0.45041323,0.46694216,0.4876033,0.49173555,0.5206612,0.54545456,0.56198347,0.58677685,0.6322314,0.6528926,0.6487603,0.6570248,0.6487603,0.6528926,0.6404959,0.6404959,0.6570248,0.661157,0.6694215,0.6528926,0.6446281,0.6528926,0.6446281,0.62396693,0.607438,0.59090906,0.58677685,0.57438016,0.5495868,0.5289256,0.5,0.4876033,0.46280992,0.4338843,0.40495867,0.38016528,0.39256197,0.4090909,0.44214877,0.44214877,0.44214877,0.42975205,0.4214876,0.38429752,0.3429752,0.3305785,0.32231405,0.3264463,0.3181818,0.39256197,0.338843,0.10743801,0.24793388,0.53305787,0.57024795,0.55785125,0.5082645,0.49173555,0.5041322,0.5289256,0.5495868,0.55785125,0.5413223,0.5041322,0.45867768,0.4338843,0.4214876,0.42975205,0.41735536,0.41322315,0.41322315,0.4214876,0.5,0.54545456,0.59504133,0.607438,0.607438,0.60330576,0.60330576,0.61157024,0.6280992,0.6280992,0.6280992,0.6198347,0.60330576,0.59917355,0.59090906,0.5785124,0.553719,0.553719,0.54545456,0.5123967,0.42975205,0.37603307,0.3429752,0.3553719,0.3553719,0.35950413,0.3677686,0.40082645,0.45454547,0.446281,0.46694216,0.4752066,0.47107437,0.4752066,0.45867768,0.41322315,0.37190083,0.38842976,0.37190083,0.37190083,0.3677686,0.40495867,0.3181818,0.10743801,0.24793388,0.55785125,0.57024795,0.55785125,0.5165289,0.5413223,0.57438016,0.607438,0.607438,0.59090906,0.57438016,0.5495868,0.4876033,0.45867768,0.41322315,0.3966942,0.38842976,0.37603307,0.3429752,0.3305785,0.3429752,0.40082645,0.47933885,0.53305787,0.5495868,0.5495868,0.5661157,0.5785124,0.59090906,0.59090906,0.5785124,0.58264464,0.553719,0.5495868,0.5371901,0.5206612,0.5082645,0.47933885,0.45041323,0.39256197,0.29752067,0.2603306,0.25619835,0.29752067,0.3264463,0.35123968,0.3553719,0.37190083,0.41322315,0.41735536,0.4338843,0.45041323,0.45867768,0.47107437,0.45867768,0.41735536,0.37603307,0.40495867,0.41735536,0.41322315,0.41322315,0.41322315,0.35123968,0.12396694,0.28099173,0.55785125,0.56198347,0.5165289,0.553719,0.5661157,0.59090906,0.58264464,0.57024795,0.5371901,0.49586776,0.47107437,0.42975205,0.3966942,0.37603307,0.35950413,0.3553719,0.35123968,0.3553719,0.3140496,0.30165288,0.33471075,0.38842976,0.45867768,0.49173555,0.5082645,0.5289256,0.5413223,0.553719,0.5495868,0.5495868,0.5371901,0.5165289,0.5082645,0.49586776,0.47107437,0.446281,0.42561984,0.37190083,0.3181818,0.2644628,0.24380165,0.28099173,0.29338843,0.29338843,0.2644628,0.2892562,0.2892562,0.3140496,0.30165288,0.3305785,0.3677686,0.39256197,0.4214876,0.4338843,0.3966942,0.3677686,0.3966942,0.4214876,0.4338843,0.44214877,0.41735536,0.41322315,0.19421488,0.33471075,0.5785124,0.57438016,0.5123967,0.5165289,0.5165289,0.5123967,0.47933885,0.44214877,0.3966942,0.3429752,0.3140496,0.30578512,0.29752067,0.26859504,0.2603306,0.2768595,0.29338843,0.3305785,0.338843,0.3429752,0.35123968,0.3677686,0.4090909,0.446281,0.45867768,0.5,0.53305787,0.5495868,0.5371901,0.5413223,0.5289256,0.5247934,0.5082645,0.45867768,0.44214877,0.41735536,0.38842976,0.35123968,0.3140496,0.2892562,0.28512397,0.2520661,0.23553719,0.21487603,0.19008264,0.19008264,0.22727273,0.2644628,0.2520661,0.22727273,0.24380165,0.26859504,0.3181818,0.36363637,0.36363637,0.33471075,0.37190083,0.41735536,0.44214877,0.44214877,0.42561984,0.42975205,0.21900827,0.38842976,0.5785124,0.5785124,0.5247934,0.4876033,0.45041323,0.4090909,0.37190083,0.28512397,0.25619835,0.21900827,0.21900827,0.21487603,0.2107438,0.20247933,0.17355372,0.18181819,0.20661157,0.24380165,0.30991736,0.3429752,0.35950413,0.35950413,0.38842976,0.40082645,0.44214877,0.5,0.5495868,0.58264464,0.5785124,0.57024795,0.553719,0.5495868,0.5041322,0.45454547,0.4214876,0.38842976,0.3677686,0.35123968,0.29752067,0.2892562,0.2520661,0.19421488,0.19008264,0.1694215,0.14876033,0.1322314,0.14876033,0.19421488,0.2107438,0.21487603,0.23966943,0.23140496,0.23966943,0.28099173,0.3181818,0.3429752,0.37190083,0.42561984,0.45454547,0.446281,0.42561984,0.4338843,0.25619835,0.41735536,0.57438016,0.59504133,0.5495868,0.48347107,0.42975205,0.3553719,0.2603306,0.22727273,0.20661157,0.20661157,0.20247933,0.17768595,0.17768595,0.17355372,0.15289256,0.16115703,0.1694215,0.19008264,0.24380165,0.3140496,0.35950413,0.3677686,0.37190083,0.38842976,0.42561984,0.5289256,0.59090906,0.6363636,0.6446281,0.6446281,0.61570245,0.5785124,0.5247934,0.4752066,0.4214876,0.37190083,0.34710744,0.3305785,0.2768595,0.2644628,0.2231405,0.20661157,0.17768595,0.1570248,0.12809917,0.10330579,0.11570248,0.1446281,0.16115703,0.16528925,0.14876033,0.20247933,0.22727273,0.23553719,0.30991736,0.35950413,0.40082645,0.45041323,0.47107437,0.46694216,0.4338843,0.42561984,0.2892562,0.4214876,0.57024795,0.59504133,0.58264464,0.5247934,0.46280992,0.3429752,0.24793388,0.20247933,0.17355372,0.22727273,0.29752067,0.2520661,0.16115703,0.17768595,0.1322314,0.17768595,0.20661157,0.20661157,0.23553719,0.25619835,0.30991736,0.36363637,0.37190083,0.37190083,0.42975205,0.553719,0.6404959,0.6818182,0.6942149,0.70247936,0.677686,0.61570245,0.54545456,0.48347107,0.4214876,0.36363637,0.34710744,0.30578512,0.2768595,0.2520661,0.2107438,0.2768595,0.26859504,0.20661157,0.14049587,0.11570248,0.11570248,0.17355372,0.2231405,0.24380165,0.1694215,0.11983471,0.17355372,0.2603306,0.36363637,0.40495867,0.45867768,0.48347107,0.4752066,0.47107437,0.43801653,0.4214876,0.34710744,0.4214876,0.553719,0.59090906,0.59504133,0.57438016,0.5041322,0.41322315,0.3305785,0.26859504,0.23553719,0.34710744,0.42975205,0.3305785,0.23140496,0.1694215,0.1694215,0.21900827,0.2768595,0.35950413,0.23966943,0.2520661,0.2768595,0.3264463,0.36363637,0.38429752,0.45454547,0.58677685,0.677686,0.71900827,0.75206614,0.74793386,0.73140496,0.661157,0.57024795,0.49586776,0.44214877,0.4214876,0.3677686,0.3264463,0.28099173,0.2107438,0.23553719,0.33471075,0.3553719,0.23553719,0.20661157,0.16115703,0.16528925,0.22727273,0.29752067,0.30991736,0.23553719,0.20247933,0.27272728,0.33471075,0.41735536,0.47933885,0.49173555,0.5041322,0.5,0.46280992,0.42975205,0.4214876,0.4090909,0.44214877,0.5495868,0.59504133,0.6198347,0.661157,0.6404959,0.607438,0.5495868,0.38842976,0.33471075,0.37603307,0.45454547,0.41735536,0.338843,0.30165288,0.2892562,0.2892562,0.36363637,0.43801653,0.32231405,0.28099173,0.2768595,0.3264463,0.38429752,0.45867768,0.53305787,0.6363636,0.7107438,0.74380165,0.78512394,0.78099173,0.76033056,0.6818182,0.58677685,0.5082645,0.47933885,0.46280992,0.42975205,0.3677686,0.28512397,0.24793388,0.2768595,0.3181818,0.35950413,0.29338843,0.26859504,0.24793388,0.26859504,0.29752067,0.30991736,0.32231405,0.28099173,0.30991736,0.3966942,0.46694216,0.49586776,0.5165289,0.5165289,0.5123967,0.49586776,0.46280992,0.42561984,0.41322315,0.4752066,0.43801653,0.5495868,0.59917355,0.6446281,0.6983471,0.70247936,0.69008267,0.6570248,0.5123967,0.41322315,0.42561984,0.44214877,0.49586776,0.47107437,0.446281,0.41322315,0.41735536,0.44214877,0.46280992,0.45041323,0.44214877,0.446281,0.4338843,0.49173555,0.57024795,0.6363636,0.6859504,0.7231405,0.76033056,0.8016529,0.7892562,0.7644628,0.70247936,0.61157024,0.53305787,0.5123967,0.5,0.47107437,0.45041323,0.4090909,0.3966942,0.38016528,0.38429752,0.37603307,0.3677686,0.36363637,0.36363637,0.38429752,0.40495867,0.40082645,0.38429752,0.41322315,0.42561984,0.45867768,0.5165289,0.553719,0.5495868,0.5289256,0.5041322,0.49173555,0.45454547,0.4214876,0.4214876,0.47933885,0.42561984,0.5413223,0.59917355,0.6570248,0.6942149,0.7231405,0.71900827,0.6652893,0.59504133,0.5413223,0.5371901,0.5247934,0.53305787,0.49173555,0.5041322,0.49586776,0.47107437,0.47107437,0.4752066,0.5123967,0.5413223,0.5661157,0.58677685,0.6280992,0.6818182,0.71487606,0.71487606,0.73966944,0.76033056,0.8057851,0.7892562,0.76033056,0.7107438,0.6322314,0.56198347,0.54545456,0.54545456,0.5247934,0.5247934,0.4876033,0.47107437,0.46694216,0.446281,0.446281,0.44214877,0.45454547,0.44214877,0.45454547,0.45454547,0.46280992,0.45867768,0.47933885,0.48347107,0.5082645,0.5371901,0.56198347,0.553719,0.5289256,0.49586776,0.47933885,0.46280992,0.42975205,0.41735536,0.5041322,0.42975205,0.54545456,0.60330576,0.6528926,0.6818182,0.71487606,0.7107438,0.6694215,0.59917355,0.57024795,0.5495868,0.5371901,0.54545456,0.5041322,0.5082645,0.5165289,0.5082645,0.5041322,0.5371901,0.57024795,0.607438,0.661157,0.6983471,0.71900827,0.72727275,0.7355372,0.73140496,0.74793386,0.7768595,0.8016529,0.78512394,0.7644628,0.71487606,0.6446281,0.59090906,0.58677685,0.607438,0.61157024,0.6280992,0.607438,0.56198347,0.53305787,0.5206612,0.5,0.4752066,0.46694216,0.45867768,0.45041323,0.446281,0.45041323,0.446281,0.48347107,0.5165289,0.55785125,0.57024795,0.57024795,0.5371901,0.5165289,0.5,0.48347107,0.45867768,0.42975205,0.41322315,0.5661157,0.47933885,0.55785125,0.62396693,0.6528926,0.677686,0.7107438,0.71900827,0.70247936,0.6694215,0.6198347,0.5661157,0.5371901,0.53305787,0.5247934,0.5247934,0.54545456,0.57024795,0.5785124,0.61157024,0.6570248,0.7107438,0.73966944,0.76033056,0.74793386,0.73966944,0.7231405,0.72727275,0.74380165,0.78099173,0.8057851,0.78512394,0.77272725,0.7231405,0.6570248,0.6198347,0.61570245,0.6322314,0.677686,0.7107438,0.71487606,0.7066116,0.677686,0.6322314,0.61157024,0.57438016,0.5371901,0.5247934,0.5165289,0.5206612,0.53305787,0.54545456,0.60330576,0.6404959,0.661157,0.6404959,0.6280992,0.5495868,0.5247934,0.49586776,0.48347107,0.46280992,0.42975205,0.41322315,0.59917355,0.5413223,0.56198347,0.6322314,0.6528926,0.6818182,0.7066116,0.71900827,0.75206614,0.75619835,0.74793386,0.71900827,0.6859504,0.6694215,0.6446281,0.6280992,0.6322314,0.661157,0.6942149,0.71487606,0.75206614,0.7644628,0.7644628,0.77272725,0.75619835,0.74793386,0.7231405,0.71900827,0.74380165,0.78099173,0.80991733,0.78099173,0.77272725,0.7231405,0.6570248,0.6198347,0.6322314,0.6487603,0.6942149,0.73966944,0.75206614,0.75619835,0.74793386,0.7355372,0.73140496,0.7231405,0.6983471,0.6859504,0.69008267,0.6859504,0.6735537,0.6859504,0.7107438,0.72727275,0.71900827,0.6942149,0.6570248,0.57438016,0.5371901,0.5082645,0.48347107,0.46280992,0.42975205,0.39256197,0.61570245,0.5495868,0.5661157,0.6363636,0.661157,0.69008267,0.71487606,0.73140496,0.7644628,0.7933884,0.7892562,0.8016529,0.7933884,0.79752064,0.7892562,0.7644628,0.76033056,0.7644628,0.7644628,0.77272725,0.7768595,0.77272725,0.7768595,0.78099173,0.76033056,0.73966944,0.73966944,0.7107438,0.74380165,0.78512394,0.8140496,0.8016529,0.7644628,0.71900827,0.6487603,0.6280992,0.6570248,0.661157,0.7107438,0.74380165,0.75206614,0.74793386,0.75206614,0.74793386,0.75206614,0.75206614,0.76033056,0.7644628,0.75206614,0.74793386,0.7355372,0.7355372,0.73966944,0.75206614,0.72727275,0.70247936,0.6570248,0.5785124,0.54545456,0.5082645,0.48347107,0.45041323,0.42975205,0.39256197,0.6735537,0.607438,0.58677685,0.6322314,0.6735537,0.69008267,0.7066116,0.74380165,0.75619835,0.7933884,0.8057851,0.822314,0.8181818,0.8140496,0.8181818,0.8016529,0.7892562,0.78512394,0.77272725,0.76859504,0.78099173,0.77272725,0.77272725,0.78099173,0.76033056,0.75206614,0.73966944,0.73140496,0.73140496,0.7768595,0.8057851,0.7892562,0.76033056,0.7231405,0.6694215,0.6487603,0.6694215,0.70247936,0.7231405,0.7355372,0.73140496,0.73140496,0.7355372,0.73966944,0.74793386,0.7355372,0.75206614,0.75206614,0.75206614,0.75206614,0.74793386,0.73966944,0.7231405,0.7231405,0.6942149,0.6694215,0.6363636,0.58677685,0.5371901,0.48347107,0.47107437,0.446281,0.44214877,0.35950413,0.6570248,0.61570245,0.59917355,0.6404959,0.6652893,0.6818182,0.71487606,0.72727275,0.74380165,0.7768595,0.79752064,0.8140496,0.8264463,0.8140496,0.8140496,0.79752064,0.76859504,0.78099173,0.76859504,0.76859504,0.76033056,0.74380165,0.74380165,0.74380165,0.73140496,0.73140496,0.73966944,0.73140496,0.76033056,0.77272725,0.78512394,0.7768595,0.76033056,0.74380165,0.6652893,0.6198347,0.61570245,0.661157,0.661157,0.6363636,0.61570245,0.6363636,0.6818182,0.7066116,0.7066116,0.71487606,0.7231405,0.7355372,0.73140496,0.73140496,0.72727275,0.71487606,0.6859504,0.677686,0.6487603,0.6280992,0.59917355,0.57024795,0.5371901,0.48347107,0.45454547,0.44214877,0.45041323,0.32231405,0.6198347,0.5413223,0.58264464,0.6280992,0.6446281,0.6735537,0.69008267,0.71487606,0.71487606,0.74793386,0.77272725,0.78512394,0.8057851,0.7933884,0.78512394,0.76859504,0.76033056,0.74793386,0.74380165,0.71900827,0.677686,0.661157,0.6694215,0.6942149,0.6942149,0.7066116,0.7231405,0.7231405,0.7644628,0.7892562,0.78512394,0.7768595,0.76859504,0.73966944,0.6694215,0.58264464,0.58677685,0.6528926,0.661157,0.62396693,0.54545456,0.4752066,0.5,0.5785124,0.6280992,0.6528926,0.6735537,0.6983471,0.6983471,0.69008267,0.6942149,0.6735537,0.6528926,0.6363636,0.607438,0.58264464,0.5661157,0.5413223,0.5165289,0.47933885,0.45041323,0.4338843,0.45867768,0.30165288,0.26859504,0.42561984,0.5661157,0.61157024,0.6280992,0.6735537,0.6942149,0.7107438,0.7107438,0.71487606,0.73966944,0.73966944,0.74793386,0.74793386,0.73966944,0.7231405,0.7066116,0.6942149,0.661157,0.59504133,0.55785125,0.6198347,0.69008267,0.72727275,0.7231405,0.6942149,0.7107438,0.7107438,0.75619835,0.8016529,0.79752064,0.78512394,0.76859504,0.73966944,0.6570248,0.58264464,0.61570245,0.70247936,0.7066116,0.6735537,0.6280992,0.5123967,0.40082645,0.42975205,0.5041322,0.553719,0.59504133,0.6322314,0.6404959,0.6322314,0.6487603,0.6363636,0.61570245,0.59917355,0.5785124,0.5371901,0.5289256,0.5123967,0.5,0.47107437,0.43801653,0.42561984,0.45041323,0.2520661,0.08677686,0.338843,0.57024795,0.59504133,0.62396693,0.6280992,0.661157,0.6735537,0.6818182,0.6942149,0.6983471,0.6942149,0.7066116,0.6983471,0.6818182,0.6570248,0.6280992,0.59090906,0.53305787,0.43801653,0.46694216,0.6322314,0.71900827,0.74793386,0.7355372,0.7107438,0.6942149,0.70247936,0.7355372,0.78512394,0.79752064,0.7768595,0.76033056,0.73966944,0.6528926,0.5785124,0.62396693,0.7066116,0.71487606,0.6818182,0.6280992,0.5165289,0.3677686,0.3305785,0.37190083,0.43801653,0.49586776,0.5206612,0.5661157,0.57438016,0.59090906,0.59504133,0.57438016,0.55785125,0.5371901,0.5165289,0.4876033,0.47107437,0.46694216,0.45867768,0.4214876,0.4214876,0.42975205,0.25619835,0.09917355,0.3140496,0.553719,0.5785124,0.60330576,0.607438,0.6280992,0.6487603,0.6487603,0.6528926,0.6528926,0.6446281,0.6487603,0.6322314,0.607438,0.58264464,0.53305787,0.4876033,0.4214876,0.35950413,0.3966942,0.607438,0.6983471,0.73140496,0.72727275,0.7107438,0.677686,0.677686,0.70247936,0.7355372,0.75619835,0.73966944,0.7231405,0.6859504,0.607438,0.57024795,0.58677685,0.6652893,0.6818182,0.6322314,0.5661157,0.4752066,0.34710744,0.3264463,0.33471075,0.3553719,0.3966942,0.44214877,0.4752066,0.5123967,0.5206612,0.5247934,0.5247934,0.49173555,0.48347107,0.48347107,0.45454547,0.42561984,0.446281,0.4338843,0.42561984,0.41735536,0.41322315,0.24793388,0.1322314,0.29338843,0.54545456,0.553719,0.57438016,0.59090906,0.59504133,0.6198347,0.6198347,0.62396693,0.607438,0.61570245,0.59917355,0.58264464,0.5371901,0.5041322,0.45041323,0.40495867,0.35123968,0.3305785,0.38842976,0.54545456,0.6322314,0.6818182,0.69008267,0.6735537,0.6487603,0.6404959,0.6694215,0.6818182,0.6983471,0.6694215,0.6528926,0.607438,0.55785125,0.5165289,0.5413223,0.58264464,0.58264464,0.5247934,0.4752066,0.4214876,0.38429752,0.35123968,0.338843,0.3264463,0.34710744,0.38842976,0.42561984,0.45041323,0.46694216,0.47107437,0.45867768,0.446281,0.43801653,0.4214876,0.4338843,0.40082645,0.42975205,0.4214876,0.4090909,0.41735536,0.40082645,0.20661157,0.11157025,0.28512397,0.5123967,0.5371901,0.5495868,0.55785125,0.5661157,0.58677685,0.5785124,0.56198347,0.55785125,0.5661157,0.5413223,0.5289256,0.4752066,0.43801653,0.38842976,0.36363637,0.3264463,0.33471075,0.42561984,0.5082645,0.5247934,0.55785125,0.59090906,0.58677685,0.56198347,0.5413223,0.57024795,0.59504133,0.59917355,0.58677685,0.53305787,0.49586776,0.45867768,0.44214877,0.44214877,0.45041323,0.43801653,0.40495867,0.41322315,0.41735536,0.41322315,0.38016528,0.35123968,0.338843,0.32231405,0.3553719,0.38429752,0.40495867,0.40495867,0.41735536,0.40082645,0.39256197,0.40495867,0.3966942,0.38842976,0.3966942,0.38842976,0.39256197,0.39256197,0.40495867,0.4090909,0.18181819,0.1983471,0.4752066,0.5041322,0.5165289,0.5123967,0.5247934,0.5247934,0.5495868,0.5413223,0.5206612,0.5123967,0.5123967,0.48347107,0.46280992,0.42975205,0.39256197,0.36363637,0.3305785,0.32231405,0.39256197,0.4876033,0.553719,0.4876033,0.38842976,0.40082645,0.40495867,0.40495867,0.4214876,0.42561984,0.4752066,0.4752066,0.46694216,0.42975205,0.41735536,0.38429752,0.3553719,0.3181818,0.30165288,0.33471075,0.38016528,0.4214876,0.4338843,0.43801653,0.42561984,0.38429752,0.338843,0.3140496,0.3181818,0.338843,0.3677686,0.3553719,0.36363637,0.3677686,0.3429752,0.36363637,0.36363637,0.35123968,0.35950413,0.38842976,0.37190083,0.38842976,0.38842976,0.40082645,0.13636364,0.2768595,0.71900827,0.56198347,0.46694216,0.4752066,0.48347107,0.48347107,0.49173555,0.4876033,0.4752066,0.45867768,0.44214877,0.42975205,0.4090909,0.37603307,0.35950413,0.33471075,0.30165288,0.36363637,0.4876033,0.57024795,0.61570245,0.59917355,0.45041323,0.3305785,0.2892562,0.2892562,0.32231405,0.35950413,0.37190083,0.37190083,0.37190083,0.37603307,0.338843,0.3264463,0.29338843,0.30165288,0.33471075,0.40082645,0.43801653,0.446281,0.46694216,0.45454547,0.45454547,0.41735536,0.3553719,0.35123968,0.3181818,0.30578512,0.3305785,0.338843,0.3264463,0.34710744,0.3429752,0.338843,0.34710744,0.3429752,0.34710744,0.3677686,0.38016528,0.38429752,0.4090909,0.34710744,0.10743801,0.39256197,0.74380165,0.6198347,0.47933885,0.42975205,0.4338843,0.43801653,0.43801653,0.43801653,0.40495867,0.41322315,0.39256197,0.38016528,0.3677686,0.35123968,0.3264463,0.29752067,0.32231405,0.4214876,0.57024795,0.6198347,0.6363636,0.6652893,0.59504133,0.43801653,0.35950413,0.3140496,0.29752067,0.30578512,0.3264463,0.29752067,0.3140496,0.3181818,0.30991736,0.30578512,0.35123968,0.38016528,0.42975205,0.45867768,0.47107437,0.4752066,0.48347107,0.46280992,0.45454547,0.44214877,0.40082645,0.3677686,0.34710744,0.32231405,0.30165288,0.32231405,0.32231405,0.3264463,0.338843,0.338843,0.3429752,0.36363637,0.3553719,0.35950413,0.39256197,0.38842976,0.40082645,0.29338843,0.11983471,0.59504133,0.8512397,0.6942149,0.48347107,0.42975205,0.41322315,0.40082645,0.38429752,0.38842976,0.37190083,0.3677686,0.3553719,0.3429752,0.3553719,0.32231405,0.29752067,0.30578512,0.338843,0.49586776,0.58264464,0.61570245,0.6487603,0.6487603,0.661157,0.58264464,0.45454547,0.3966942,0.34710744,0.3264463,0.3140496,0.27272728,0.29338843,0.30578512,0.338843,0.3429752,0.4214876,0.446281,0.46280992,0.47107437,0.48347107,0.4752066,0.46280992,0.46694216,0.446281,0.42561984,0.41322315,0.37603307,0.36363637,0.35123968,0.3140496,0.3140496,0.3305785,0.3181818,0.34710744,0.3429752,0.3553719,0.37603307,0.37190083,0.38016528,0.38429752,0.39256197,0.39256197,0.2520661,0.14049587,0.42975205,0.58677685,0.5371901,0.46280992,0.4338843,0.41735536,0.38016528,0.35950413,0.36363637,0.36363637,0.3429752,0.338843,0.3305785,0.3181818,0.3140496,0.30578512,0.30991736,0.37190083,0.4876033,0.54545456,0.57024795,0.58677685,0.61157024,0.61157024,0.607438,0.5495868,0.5082645,0.42975205,0.38016528,0.35123968,0.33471075,0.35123968,0.3553719,0.3677686,0.38842976,0.4338843,0.446281,0.45454547,0.43801653,0.4338843,0.42975205,0.41735536,0.41735536,0.40082645,0.39256197,0.37190083,0.38429752,0.38016528,0.3677686,0.34710744,0.35123968,0.37603307,0.37603307,0.37190083,0.38016528,0.38016528,0.38842976,0.39256197,0.39256197,0.38842976,0.39256197,0.37190083,0.19421488,0.14049587,0.40495867,0.48347107,0.42561984,0.45041323,0.45041323,0.42975205,0.3966942,0.38016528,0.3677686,0.3553719,0.35123968,0.3429752,0.33471075,0.3264463,0.33471075,0.3181818,0.32231405,0.32231405,0.37190083,0.37190083,0.38842976,0.40495867,0.4214876,0.4214876,0.42975205,0.42561984,0.42975205,0.40082645,0.39256197,0.3429752,0.33471075,0.338843,0.3553719,0.338843,0.3305785,0.3140496,0.3181818,0.30991736,0.30991736,0.30991736,0.3140496,0.2892562,0.26859504,0.24380165,0.24380165,0.2892562,0.338843,0.3429752,0.37190083,0.38016528,0.42975205,0.45041323,0.42975205,0.39256197,0.3966942,0.38842976,0.39256197,0.40495867,0.41322315,0.3966942,0.3966942,0.35123968,0.16115703,0.15289256,0.5661157,0.57438016,0.5371901,0.53305787,0.4752066,0.42975205,0.42561984,0.40082645,0.38842976,0.38842976,0.38016528,0.37603307,0.3553719,0.3677686,0.33471075,0.3140496,0.28512397,0.22727273,0.1694215,0.11983471,0.16528925,0.23553719,0.30165288,0.30991736,0.28099173,0.28512397,0.2644628,0.2892562,0.32231405,0.32231405,0.2644628,0.26859504,0.30165288,0.30165288,0.2768595,0.24793388,0.2768595,0.30165288,0.2644628,0.29752067,0.27272728,0.20661157,0.15289256,0.10743801,0.15289256,0.24793388,0.3264463,0.34710744,0.34710744,0.40082645,0.47933885,0.4876033,0.46280992,0.41322315,0.41322315,0.40495867,0.40082645,0.42975205,0.40495867,0.4090909,0.38842976,0.30165288,0.20247933,0.1694215,0.6942149,0.6570248,0.57024795,0.47107437,0.4338843,0.42561984,0.43801653,0.42561984,0.41735536,0.42975205,0.4338843,0.4338843,0.4090909,0.38842976,0.35123968,0.29338843,0.27272728,0.2644628,0.21900827,0.17768595,0.10743801,0.1694215,0.2644628,0.34710744,0.3140496,0.3677686,0.3429752,0.38016528,0.4214876,0.43801653,0.35123968,0.29752067,0.4090909,0.42561984,0.39256197,0.3264463,0.37603307,0.37190083,0.30165288,0.33471075,0.28512397,0.18181819,0.1694215,0.2107438,0.30165288,0.38842976,0.4090909,0.39256197,0.3966942,0.446281,0.5041322,0.49586776,0.45454547,0.4214876,0.41735536,0.4090909,0.42561984,0.4214876,0.40495867,0.40082645,0.3677686,0.30165288,0.27272728,0.23553719,0.553719,0.49586776,0.4214876,0.35950413,0.33471075,0.42561984,0.42975205,0.44214877,0.43801653,0.446281,0.47107437,0.49586776,0.48347107,0.44214877,0.40082645,0.33471075,0.338843,0.38842976,0.4338843,0.4090909,0.3181818,0.22727273,0.21487603,0.30991736,0.2768595,0.34710744,0.39256197,0.4338843,0.46694216,0.446281,0.41322315,0.37190083,0.4090909,0.43801653,0.42975205,0.37190083,0.37603307,0.38016528,0.26859504,0.27272728,0.2520661,0.23140496,0.28512397,0.34710744,0.41735536,0.44214877,0.45041323,0.43801653,0.42975205,0.4752066,0.5041322,0.48347107,0.43801653,0.4338843,0.40495867,0.41322315,0.41322315,0.4214876,0.3966942,0.38429752,0.33471075,0.30578512,0.30991736,0.2892562,0.3677686,0.3553719,0.3305785,0.32231405,0.3264463,0.38016528,0.42561984,0.44214877,0.45867768,0.45041323,0.47933885,0.5041322,0.5289256,0.5041322,0.446281,0.40082645,0.4214876,0.46694216,0.5206612,0.553719,0.5041322,0.47933885,0.40082645,0.3553719,0.3181818,0.30991736,0.3429752,0.42561984,0.46280992,0.41322315,0.39256197,0.338843,0.36363637,0.38429752,0.38016528,0.3305785,0.28512397,0.30578512,0.25619835,0.2768595,0.30578512,0.33471075,0.3553719,0.39256197,0.42975205,0.45041323,0.46280992,0.45041323,0.45454547,0.4752066,0.48347107,0.45867768,0.42975205,0.4214876,0.3966942,0.4214876,0.4090909,0.39256197,0.39256197,0.3966942,0.29752067,0.30578512,0.30578512,0.3181818,0.33471075,0.35123968,0.3264463,0.3429752,0.33471075,0.34710744,0.4090909,0.42975205,0.45454547,0.45867768,0.47107437,0.5041322,0.5289256,0.5371901,0.49173555,0.46694216,0.5,0.53305787,0.5495868,0.54545456,0.5247934,0.49173555,0.5,0.5165289,0.4876033,0.45454547,0.44214877,0.46280992,0.47107437,0.42561984,0.3966942,0.3429752,0.3264463,0.29338843,0.2768595,0.27272728,0.26859504,0.28512397,0.30578512,0.35123968,0.36363637,0.36363637,0.37603307,0.40082645,0.446281,0.46280992,0.4752066,0.45041323,0.45867768,0.47107437,0.45867768,0.4338843,0.41322315,0.41322315,0.41322315,0.4090909,0.3966942,0.37190083,0.4214876,0.45041323,0.3677686,0.28512397,0.3140496,0.3140496,0.3181818,0.3429752,0.3305785,0.35123968,0.338843,0.3264463,0.35950413,0.4214876,0.4338843,0.46280992,0.45867768,0.47933885,0.5165289,0.5289256,0.5206612,0.5041322,0.5371901,0.58677685,0.607438,0.55785125,0.5165289,0.48347107,0.46694216,0.49586776,0.61157024,0.6487603,0.6570248,0.6570248,0.59090906,0.5495868,0.5165289,0.5082645,0.4752066,0.41735536,0.37190083,0.3429752,0.33471075,0.3429752,0.3264463,0.3429752,0.36363637,0.38016528,0.40495867,0.44214877,0.45454547,0.46694216,0.46694216,0.45867768,0.45454547,0.45867768,0.43801653,0.4214876,0.40082645,0.4090909,0.40495867,0.40082645,0.38016528,0.3677686,0.4752066,0.46694216,0.45454547,0.38016528,0.30578512,0.3140496,0.3305785,0.35123968,0.3264463,0.338843,0.338843,0.33471075,0.33471075,0.37190083,0.41735536,0.446281,0.46280992,0.46280992,0.49173555,0.5289256,0.5495868,0.5371901,0.54545456,0.607438,0.6280992,0.607438,0.5289256,0.4876033,0.48347107,0.4338843,0.46280992,0.5,0.5371901,0.5289256,0.5,0.49173555,0.4752066,0.4876033,0.46280992,0.42975205,0.39256197,0.35950413,0.3429752,0.33471075,0.35123968,0.36363637,0.38016528,0.41735536,0.45454547,0.46280992,0.45867768,0.46694216,0.46694216,0.4752066,0.46280992,0.45454547,0.42975205,0.40495867,0.4090909,0.41322315,0.40495867,0.3966942,0.36363637,0.3677686,0.54545456,0.5123967,0.4876033,0.47933885,0.37603307,0.3140496,0.3305785,0.338843,0.3305785,0.33471075,0.338843,0.3429752,0.3305785,0.33471075,0.38429752,0.4338843,0.446281,0.45454547,0.46694216,0.5082645,0.56198347,0.5785124,0.59090906,0.60330576,0.62396693,0.6280992,0.59090906,0.5289256,0.48347107,0.47107437,0.45041323,0.4338843,0.42975205,0.4090909,0.3966942,0.40495867,0.41735536,0.41322315,0.38429752,0.36363637,0.3553719,0.35950413,0.35123968,0.37190083,0.39256197,0.4090909,0.41735536,0.45454547,0.47107437,0.46694216,0.47933885,0.4752066,0.47107437,0.45867768,0.46694216,0.43801653,0.41322315,0.40495867,0.40495867,0.39256197,0.38842976,0.41322315,0.3553719,0.37190083,0.61570245,0.56198347,0.5206612,0.5206612,0.47107437,0.37190083,0.32231405,0.3264463,0.338843,0.338843,0.3429752,0.338843,0.3429752,0.3181818,0.3553719,0.5247934,0.45041323,0.45041323,0.43801653,0.4752066,0.5289256,0.59090906,0.6198347,0.607438,0.62396693,0.6404959,0.62396693,0.59504133,0.56198347,0.5165289,0.4876033,0.45041323,0.4338843,0.4214876,0.42561984,0.4214876,0.42561984,0.4214876,0.39256197,0.40082645,0.38429752,0.39256197,0.40495867,0.41735536,0.43801653,0.45454547,0.46694216,0.4752066,0.48347107,0.4752066,0.49173555,0.4752066,0.4752066,0.46280992,0.45867768,0.41735536,0.41322315,0.3966942,0.38016528,0.37603307,0.3966942,0.4338843,0.30991736,0.47107437,0.6404959,0.58264464,0.5413223,0.553719,0.5371901,0.46280992,0.34710744,0.3181818,0.338843,0.3264463,0.338843,0.3429752,0.33471075,0.33471075,0.30991736,0.76859504,0.62396693,0.43801653,0.41735536,0.42975205,0.47933885,0.56198347,0.61570245,0.61570245,0.607438,0.6363636,0.6528926,0.6363636,0.6198347,0.59917355,0.5785124,0.5247934,0.5041322,0.49586776,0.5041322,0.5,0.49586776,0.4752066,0.48347107,0.48347107,0.49173555,0.49173555,0.4876033,0.4876033,0.49173555,0.49586776,0.49586776,0.49586776,0.5,0.49586776,0.4752066,0.4752066,0.47933885,0.45454547,0.4214876,0.4090909,0.40082645,0.38429752,0.37190083,0.39256197,0.43801653,0.41322315,0.32231405,0.59090906,0.6404959,0.59504133,0.56198347,0.5785124,0.5661157,0.5123967,0.3181818,0.3264463,0.32231405,0.3264463,0.3429752,0.33471075,0.34710744,0.30578512,0.3181818,0.8264463,0.69008267,0.5165289,0.4338843,0.40495867,0.44214877,0.49586776,0.57438016,0.59917355,0.61157024,0.6280992,0.6446281,0.6528926,0.6363636,0.6280992,0.61157024,0.61570245,0.61157024,0.607438,0.59090906,0.58677685,0.5661157,0.5785124,0.57438016,0.59504133,0.59917355,0.60330576,0.59504133,0.5661157,0.5495868,0.53305787,0.5206612,0.5289256,0.5082645,0.49586776,0.4752066,0.46694216,0.46280992,0.42975205,0.40082645,0.38842976,0.38842976,0.36363637,0.38429752,0.42561984,0.46694216,0.35950413,0.39256197,0.6198347,0.6404959,0.60330576,0.59090906,0.59504133,0.58677685,0.5413223,0.32231405,0.3305785,0.3264463,0.33471075,0.338843,0.33471075,0.3305785,0.32231405,0.42975205,0.8595041,0.6404959,0.57438016,0.5165289,0.42561984,0.40082645,0.4214876,0.5,0.5785124,0.59090906,0.6198347,0.6487603,0.6570248,0.661157,0.661157,0.6694215,0.69008267,0.70247936,0.72727275,0.7355372,0.71900827,0.71900827,0.7107438,0.6818182,0.6942149,0.677686,0.6652893,0.661157,0.61570245,0.58677685,0.55785125,0.5495868,0.5371901,0.5082645,0.48347107,0.46694216,0.45454547,0.4214876,0.39256197,0.3677686,0.3677686,0.3677686,0.38016528,0.41322315,0.446281,0.44214877,0.30165288,0.4876033,0.6322314,0.6363636,0.61157024,0.6280992,0.6446281,0.6322314,0.5785124,0.33471075,0.32231405,0.33471075,0.3264463,0.33471075,0.33471075,0.3429752,0.38016528,0.5413223,0.8595041,0.59917355,0.553719,0.5785124,0.46694216,0.40495867,0.38842976,0.4090909,0.4876033,0.5371901,0.57438016,0.62396693,0.661157,0.6694215,0.6818182,0.69008267,0.7107438,0.7066116,0.74380165,0.75619835,0.74380165,0.73140496,0.72727275,0.7107438,0.69008267,0.6942149,0.661157,0.6528926,0.62396693,0.60330576,0.58264464,0.55785125,0.5289256,0.4876033,0.45867768,0.42975205,0.4090909,0.37603307,0.3553719,0.34710744,0.3429752,0.3677686,0.41735536,0.4338843,0.46694216,0.3305785,0.30991736,0.57024795,0.6404959,0.62396693,0.62396693,0.6694215,0.69008267,0.6818182,0.6363636,0.3429752,0.3181818,0.3264463,0.3305785,0.338843,0.338843,0.3966942,0.45867768,0.62396693,0.8429752,0.59090906,0.5041322,0.59917355,0.5165289,0.42975205,0.38016528,0.38429752,0.39256197,0.4752066,0.5206612,0.55785125,0.62396693,0.661157,0.6694215,0.6735537,0.6735537,0.6652893,0.6694215,0.69008267,0.69008267,0.6694215,0.6818182,0.677686,0.6652893,0.6446281,0.6404959,0.62396693,0.60330576,0.59917355,0.58677685,0.5371901,0.49586776,0.45454547,0.42561984,0.3966942,0.35950413,0.32231405,0.3264463,0.338843,0.35950413,0.3966942,0.43801653,0.45041323,0.43801653,0.26859504,0.43801653,0.6280992,0.6322314,0.6322314,0.6446281,0.7066116,0.71900827,0.7107438,0.6652893,0.3181818,0.33471075,0.32231405,0.33471075,0.3181818,0.3553719,0.4876033,0.5289256,0.72727275,0.8471074,0.59917355,0.46280992,0.59090906,0.553719,0.4752066,0.3966942,0.37190083,0.37190083,0.39256197,0.45867768,0.5041322,0.54545456,0.62396693,0.62396693,0.6198347,0.6198347,0.62396693,0.62396693,0.62396693,0.6198347,0.61570245,0.61570245,0.6198347,0.61570245,0.59504133,0.59090906,0.5661157,0.55785125,0.53305787,0.5206612,0.48347107,0.44214877,0.4090909,0.38016528,0.35950413,0.32231405,0.30991736,0.338843,0.35950413,0.40082645,0.42561984,0.45041323,0.45041323,0.35123968,0.30165288,0.55785125,0.61157024,0.6487603,0.6446281,0.6735537,0.71900827,0.71900827,0.7066116,0.661157,0.3140496,0.33471075,0.3264463,0.3305785,0.3140496,0.41322315,0.58677685,0.59090906,0.8140496,0.8595041,0.6404959,0.41735536,0.56198347,0.58264464,0.5041322,0.45041323,0.3966942,0.37603307,0.37603307,0.37603307,0.43801653,0.47107437,0.5289256,0.5495868,0.57024795,0.5661157,0.5661157,0.56198347,0.56198347,0.56198347,0.55785125,0.5661157,0.5495868,0.5495868,0.5206612,0.5082645,0.49586776,0.47933885,0.4752066,0.45867768,0.41735536,0.38842976,0.37190083,0.338843,0.3140496,0.30165288,0.3264463,0.37190083,0.40495867,0.42561984,0.44214877,0.45867768,0.4338843,0.2768595,0.42561984,0.59917355,0.61570245,0.6735537,0.6652893,0.677686,0.73966944,0.71900827,0.6942149,0.6487603,0.32231405,0.32231405,0.3305785,0.32231405,0.3264463,0.5413223,0.6694215,0.6859504,0.8471074,0.8636364,0.69008267,0.37190083,0.5495868,0.5785124,0.5413223,0.49173555,0.44214877,0.40082645,0.39256197,0.37190083,0.37603307,0.40495867,0.4338843,0.46694216,0.49586776,0.5,0.49586776,0.47107437,0.49173555,0.5041322,0.5,0.49586776,0.4752066,0.46694216,0.44214877,0.41735536,0.42561984,0.4090909,0.3966942,0.3966942,0.35123968,0.34710744,0.3181818,0.30165288,0.30578512,0.34710744,0.37603307,0.4090909,0.42975205,0.43801653,0.45041323,0.44214877,0.3305785,0.338843,0.55785125,0.61157024,0.6570248,0.6859504,0.6818182,0.7107438,0.72727275,0.72727275,0.677686,0.6363636,0.3305785,0.32231405,0.338843,0.30991736,0.3553719,0.6487603,0.75206614,0.78099173,0.8512397,0.8677686,0.73140496,0.30578512,0.5165289,0.58677685,0.553719,0.5371901,0.48347107,0.446281,0.41322315,0.41735536,0.38429752,0.38842976,0.39256197,0.38842976,0.42561984,0.4214876,0.41735536,0.40495867,0.42975205,0.42561984,0.4090909,0.3966942,0.37190083,0.3553719,0.35123968,0.338843,0.3429752,0.3429752,0.34710744,0.338843,0.3305785,0.32231405,0.30991736,0.3305785,0.35950413,0.40082645,0.41322315,0.42975205,0.43801653,0.45454547,0.44214877,0.39256197,0.2603306,0.4338843,0.60330576,0.607438,0.6570248,0.6859504,0.677686,0.7107438,0.72727275,0.72727275,0.677686,0.6446281,0.3305785,0.3264463,0.3429752,0.30165288,0.37190083,0.75206614,0.80991733,0.8181818,0.8553719,0.8677686,0.78099173,0.37603307,0.43801653,0.58677685,0.5661157,0.5495868,0.5165289,0.47933885,0.4338843,0.43801653,0.40495867,0.4090909,0.40082645,0.40082645,0.38429752,0.35950413,0.35123968,0.3429752,0.3429752,0.338843,0.3264463,0.32231405,0.30578512,0.30578512,0.30165288,0.30165288,0.30991736,0.32231405,0.3305785,0.32231405,0.3181818,0.3305785,0.33471075,0.35950413,0.38429752,0.42561984,0.41322315,0.4338843,0.43801653,0.45454547,0.446281,0.40495867,0.27272728,0.4090909,0.60330576,0.607438,0.6487603,0.6859504,0.6735537,0.7066116,0.72727275,0.72727275,0.6818182,0.6528926,0.3264463,0.3264463,0.3429752,0.338843,0.446281,0.8140496,0.8305785,0.822314,0.8553719,0.8595041,0.822314,0.5041322,0.35123968,0.5785124,0.57438016,0.56198347,0.53305787,0.5,0.47107437,0.45041323,0.43801653,0.42975205,0.41735536,0.41322315,0.40082645,0.38842976,0.38016528,0.34710744,0.338843,0.30165288,0.3181818,0.30991736,0.30165288,0.2892562,0.30165288,0.29752067,0.30578512,0.32231405,0.3305785,0.3181818,0.3181818,0.3305785,0.3305785,0.3553719,0.38429752,0.41735536,0.4090909,0.4338843,0.43801653,0.45041323,0.446281,0.41322315,0.2892562,0.38429752,0.60330576,0.607438,0.6446281,0.6818182,0.6735537,0.7066116,0.7231405,0.72727275,0.6859504,0.6570248,0.36363637,0.38016528,0.446281,0.59917355,0.73140496,0.822314,0.8264463,0.8140496,0.8512397,0.8553719,0.8553719,0.6446281,0.35123968,0.53305787,0.59090906,0.57438016,0.553719,0.5247934,0.5,0.48347107,0.45454547,0.4338843,0.43801653,0.42975205,0.4090909,0.40082645,0.40495867,0.3553719,0.338843,0.30578512,0.3181818,0.30578512,0.30165288,0.2892562,0.30165288,0.29752067,0.30578512,0.3181818,0.33471075,0.3181818,0.3181818,0.3264463,0.3305785,0.34710744,0.38016528,0.41322315,0.4090909,0.42975205,0.43801653,0.45041323,0.446281,0.42561984,0.30578512,0.35950413,0.5785124,0.60330576,0.6363636,0.6818182,0.677686,0.70247936,0.7231405,0.72727275,0.6942149,0.6652893,0.661157,0.7066116,0.76859504,0.8181818,0.8181818,0.822314,0.8140496,0.8016529,0.838843,0.8471074,0.8636364,0.74793386,0.4090909,0.49586776,0.59090906,0.58264464,0.5661157,0.53305787,0.5082645,0.4876033,0.45867768,0.4338843,0.43801653,0.42975205,0.41322315,0.40082645,0.4090909,0.3553719,0.338843,0.30991736,0.32231405,0.30578512,0.30578512,0.29338843,0.30165288,0.29752067,0.30578512,0.3181818,0.33471075,0.3181818,0.32231405,0.3264463,0.3305785,0.3429752,0.38016528,0.4090909,0.41322315,0.42975205,0.43801653,0.446281,0.446281,0.4338843,0.3181818,0.33471075,0.55785125,0.60330576,0.6280992,0.677686,0.677686,0.70247936,0.71900827,0.73140496,0.6983471,0.6652893,0.838843,0.838843,0.838843,0.8429752,0.8305785,0.822314,0.8140496,0.79752064,0.8305785,0.8471074,0.8636364,0.7768595,0.446281,0.4752066,0.59504133,0.58264464,0.5661157,0.5371901,0.5082645,0.4876033,0.45867768,0.43801653,0.43801653,0.42975205,0.41735536,0.40082645,0.41322315,0.35950413,0.3429752,0.3140496,0.3181818,0.30578512,0.30578512,0.29338843,0.30165288,0.29338843,0.30578512,0.3140496,0.3305785,0.3140496,0.32231405,0.32231405,0.3305785,0.338843,0.38016528,0.40495867,0.41322315,0.42975205,0.43801653,0.446281,0.45041323,0.43801653,0.33471075,0.30578512,0.5371901,0.60330576,0.6198347,0.677686,0.677686,0.6983471,0.71900827,0.73140496,0.70247936,0.6694215,0.838843,0.838843,0.838843,0.8429752,0.8347107,0.822314,0.8181818,0.7933884,0.8264463,0.8471074,0.8636364,0.8057851,0.4876033,0.45454547,0.59090906,0.58264464,0.57024795,0.5413223,0.5123967,0.49173555,0.46280992,0.43801653,0.43801653,0.42975205,0.41735536,0.40082645,0.4090909,0.36363637,0.3429752,0.3181818,0.3181818,0.30578512,0.30578512,0.29338843,0.29752067,0.29338843,0.30578512,0.3140496,0.3305785,0.3140496,0.3264463,0.32231405,0.3305785,0.338843,0.38016528,0.3966942,0.41735536,0.42561984,0.43801653,0.44214877,0.45041323,0.43801653,0.35123968,0.28099173,0.5165289,0.60330576,0.61570245,0.677686,0.6818182,0.6942149,0.71900827,0.73140496,0.7107438,0.6694215,0.838843,0.838843,0.838843,0.8429752,0.838843,0.822314,0.8181818,0.7892562,0.822314,0.8471074,0.8636364,0.8347107,0.5247934,0.42975205,0.5785124,0.58264464,0.57024795,0.54545456,0.5123967,0.49586776,0.46694216,0.44214877,0.43801653,0.42975205,0.4214876,0.40495867,0.4090909,0.3677686,0.3429752,0.32231405,0.3140496,0.30578512,0.30991736,0.29338843,0.29752067,0.29338843,0.30578512,0.30991736,0.3305785,0.3181818,0.3264463,0.3181818,0.3305785,0.33471075,0.38016528,0.39256197,0.41735536,0.4214876,0.43801653,0.44214877,0.45041323,0.44214877,0.36363637,0.25619835,0.49586776,0.60330576,0.61570245,0.6735537,0.6818182,0.69008267,0.71487606,0.73140496,0.71487606,0.6735537,34 +0.37190083,0.34710744,0.3677686,0.38016528,0.41735536,0.43801653,0.46280992,0.553719,0.6363636,0.6859504,0.6942149,0.71487606,0.7107438,0.7107438,0.73966944,0.72727275,0.73140496,0.73966944,0.74380165,0.7644628,0.76859504,0.75206614,0.7355372,0.73966944,0.73966944,0.74793386,0.74793386,0.75206614,0.74793386,0.74380165,0.74380165,0.73140496,0.72727275,0.7107438,0.6983471,0.7107438,0.7066116,0.71900827,0.71487606,0.7107438,0.6983471,0.69008267,0.6735537,0.6735537,0.6652893,0.6694215,0.6322314,0.61157024,0.59504133,0.57024795,0.55785125,0.5371901,0.5165289,0.47107437,0.4338843,0.4090909,0.38016528,0.30165288,0.2644628,0.22727273,0.2107438,0.20247933,0.1983471,0.19008264,0.38016528,0.38429752,0.38842976,0.4214876,0.45041323,0.5041322,0.59504133,0.6528926,0.677686,0.7066116,0.7066116,0.71900827,0.72727275,0.73140496,0.7355372,0.73966944,0.73966944,0.75206614,0.75619835,0.76859504,0.7644628,0.76033056,0.74793386,0.73140496,0.74793386,0.75619835,0.74793386,0.74793386,0.75206614,0.73966944,0.74380165,0.7231405,0.7066116,0.7066116,0.6818182,0.6983471,0.7066116,0.7107438,0.7107438,0.7066116,0.6942149,0.6942149,0.677686,0.6652893,0.6694215,0.6363636,0.62396693,0.6280992,0.59917355,0.58264464,0.55785125,0.54545456,0.5123967,0.4752066,0.45454547,0.43801653,0.41735536,0.3677686,0.2768595,0.21487603,0.24380165,0.2768595,0.30578512,0.3264463,0.38842976,0.39256197,0.38429752,0.45041323,0.5247934,0.60330576,0.6528926,0.677686,0.6983471,0.7107438,0.7231405,0.7231405,0.73966944,0.74380165,0.74793386,0.73966944,0.73966944,0.75206614,0.75619835,0.76859504,0.76033056,0.7644628,0.75206614,0.74793386,0.75206614,0.76033056,0.74793386,0.75619835,0.75619835,0.75206614,0.73140496,0.7231405,0.7107438,0.70247936,0.6983471,0.70247936,0.7107438,0.7107438,0.70247936,0.6983471,0.69008267,0.677686,0.6735537,0.6404959,0.6487603,0.6322314,0.61570245,0.61157024,0.59504133,0.59504133,0.57438016,0.53305787,0.5206612,0.47107437,0.47107437,0.47933885,0.45867768,0.37190083,0.3429752,0.34710744,0.3677686,0.37190083,0.35950413,0.34710744,0.40082645,0.40495867,0.4090909,0.47933885,0.57024795,0.6404959,0.6735537,0.69008267,0.71487606,0.71487606,0.72727275,0.7231405,0.7355372,0.73966944,0.76033056,0.74380165,0.74793386,0.75619835,0.76033056,0.76033056,0.7644628,0.75206614,0.75206614,0.74380165,0.73140496,0.74380165,0.74380165,0.74793386,0.74380165,0.74793386,0.71900827,0.73140496,0.70247936,0.6942149,0.6983471,0.70247936,0.7066116,0.7066116,0.69008267,0.70247936,0.6859504,0.6652893,0.6528926,0.6446281,0.6322314,0.6363636,0.607438,0.607438,0.59917355,0.57438016,0.57024795,0.5247934,0.5206612,0.49173555,0.4876033,0.4876033,0.47107437,0.40495867,0.37603307,0.35123968,0.33471075,0.3305785,0.3305785,0.3264463,0.3140496,0.29752067,0.39256197,0.4876033,0.59504133,0.6570248,0.6570248,0.6859504,0.72727275,0.7355372,0.7231405,0.71487606,0.74793386,0.7355372,0.73140496,0.7231405,0.73966944,0.73966944,0.74380165,0.76033056,0.76033056,0.75206614,0.75206614,0.74793386,0.73966944,0.7355372,0.74380165,0.74380165,0.73140496,0.71487606,0.7066116,0.70247936,0.6942149,0.6942149,0.6942149,0.6983471,0.7066116,0.70247936,0.6859504,0.6859504,0.6859504,0.6487603,0.6487603,0.6280992,0.62396693,0.61570245,0.607438,0.60330576,0.59090906,0.58677685,0.55785125,0.5413223,0.5082645,0.49173555,0.4876033,0.5,0.47107437,0.4338843,0.40495867,0.3264463,0.29752067,0.28099173,0.2603306,0.24380165,0.2231405,0.24793388,0.41735536,0.5495868,0.61157024,0.6446281,0.661157,0.677686,0.6942149,0.71900827,0.72727275,0.71900827,0.73966944,0.7355372,0.7355372,0.73966944,0.73966944,0.74380165,0.73140496,0.74380165,0.74793386,0.75619835,0.74793386,0.74380165,0.73966944,0.71900827,0.73140496,0.7231405,0.71487606,0.70247936,0.69008267,0.69008267,0.6818182,0.69008267,0.677686,0.70247936,0.70247936,0.6859504,0.6818182,0.6735537,0.6652893,0.6487603,0.6322314,0.6198347,0.607438,0.59090906,0.61157024,0.59917355,0.59090906,0.5785124,0.57024795,0.5413223,0.5165289,0.49173555,0.48347107,0.5082645,0.49173555,0.42561984,0.3305785,0.28099173,0.2107438,0.2107438,0.21487603,0.21487603,0.2231405,0.30991736,0.46280992,0.57438016,0.6322314,0.6446281,0.6528926,0.6735537,0.69008267,0.71487606,0.74380165,0.73140496,0.7107438,0.7231405,0.72727275,0.71487606,0.7107438,0.71900827,0.72727275,0.7231405,0.72727275,0.74380165,0.73140496,0.73140496,0.7231405,0.71487606,0.71487606,0.70247936,0.6942149,0.6942149,0.6818182,0.6859504,0.6735537,0.6818182,0.6859504,0.677686,0.677686,0.677686,0.6652893,0.6652893,0.6404959,0.6280992,0.61570245,0.59504133,0.59917355,0.59917355,0.58677685,0.58677685,0.59504133,0.57438016,0.5495868,0.5206612,0.5082645,0.49173555,0.46694216,0.46694216,0.47933885,0.4338843,0.3181818,0.29752067,0.22727273,0.23140496,0.23966943,0.24380165,0.21900827,0.38016528,0.5123967,0.61157024,0.6404959,0.6446281,0.6446281,0.6694215,0.6942149,0.71900827,0.71900827,0.6694215,0.6198347,0.62396693,0.62396693,0.6363636,0.6363636,0.6446281,0.677686,0.6983471,0.7066116,0.71900827,0.71487606,0.71487606,0.7107438,0.70247936,0.69008267,0.69008267,0.6818182,0.6694215,0.6652893,0.6528926,0.6694215,0.6694215,0.6735537,0.6694215,0.6652893,0.6528926,0.6487603,0.6487603,0.6198347,0.59917355,0.59917355,0.59090906,0.5785124,0.58677685,0.59090906,0.58677685,0.57024795,0.5371901,0.49173555,0.446281,0.42975205,0.41735536,0.41322315,0.42975205,0.4338843,0.40495867,0.30578512,0.28099173,0.25619835,0.25619835,0.2520661,0.24380165,0.21487603,0.44214877,0.5661157,0.6198347,0.6322314,0.6446281,0.6363636,0.661157,0.677686,0.661157,0.607438,0.553719,0.5289256,0.5289256,0.5123967,0.5041322,0.5,0.5371901,0.5661157,0.5661157,0.60330576,0.6404959,0.6404959,0.6446281,0.6694215,0.6818182,0.6735537,0.6735537,0.661157,0.6487603,0.6446281,0.6322314,0.6446281,0.661157,0.661157,0.6487603,0.6404959,0.6404959,0.6363636,0.6280992,0.607438,0.58677685,0.553719,0.5661157,0.56198347,0.5495868,0.5495868,0.53305787,0.49586776,0.45454547,0.40495867,0.36363637,0.35123968,0.33471075,0.3677686,0.3553719,0.34710744,0.3305785,0.26859504,0.26859504,0.25619835,0.22727273,0.2231405,0.21487603,0.2520661,0.5165289,0.61157024,0.6280992,0.6322314,0.6363636,0.62396693,0.59090906,0.5495868,0.54545456,0.5495868,0.5495868,0.55785125,0.56198347,0.5289256,0.5041322,0.45041323,0.44214877,0.45454547,0.45041323,0.42975205,0.45041323,0.45041323,0.47933885,0.5289256,0.59090906,0.62396693,0.6322314,0.62396693,0.59917355,0.62396693,0.61570245,0.6363636,0.6404959,0.6280992,0.6280992,0.61157024,0.61570245,0.59917355,0.5785124,0.5661157,0.5413223,0.5413223,0.5289256,0.49586776,0.45041323,0.40495867,0.4090909,0.36363637,0.35950413,0.35950413,0.34710744,0.37190083,0.40082645,0.41322315,0.40495867,0.38429752,0.35123968,0.30578512,0.2603306,0.2603306,0.23140496,0.23966943,0.23966943,0.3305785,0.58677685,0.6363636,0.6280992,0.6322314,0.62396693,0.60330576,0.57438016,0.5661157,0.57438016,0.62396693,0.6404959,0.6446281,0.62396693,0.607438,0.58677685,0.5247934,0.4876033,0.46280992,0.4338843,0.41322315,0.38842976,0.338843,0.35123968,0.37190083,0.44214877,0.5206612,0.57024795,0.5785124,0.57438016,0.57438016,0.59090906,0.607438,0.59917355,0.60330576,0.58677685,0.5661157,0.56198347,0.5495868,0.5289256,0.5206612,0.5,0.4752066,0.4214876,0.34710744,0.28099173,0.28099173,0.29338843,0.32231405,0.3264463,0.37603307,0.3966942,0.42975205,0.4338843,0.45454547,0.43801653,0.42975205,0.40495867,0.34710744,0.29752067,0.2892562,0.23553719,0.23553719,0.23140496,0.4090909,0.59504133,0.6487603,0.6280992,0.61157024,0.6198347,0.6198347,0.6363636,0.6487603,0.6570248,0.6694215,0.6404959,0.6198347,0.59504133,0.56198347,0.5289256,0.49586776,0.446281,0.446281,0.4338843,0.4090909,0.39256197,0.3677686,0.3305785,0.3181818,0.3181818,0.41322315,0.48347107,0.5206612,0.5371901,0.54545456,0.56198347,0.5661157,0.56198347,0.56198347,0.53305787,0.5123967,0.49586776,0.49586776,0.46280992,0.45041323,0.43801653,0.39256197,0.30165288,0.25619835,0.2231405,0.2644628,0.29338843,0.30578512,0.3305785,0.3429752,0.3553719,0.38842976,0.4090909,0.4090909,0.41735536,0.42561984,0.3966942,0.3553719,0.338843,0.35123968,0.23966943,0.24380165,0.24793388,0.47933885,0.61570245,0.6280992,0.6363636,0.59917355,0.57438016,0.59090906,0.6198347,0.62396693,0.59917355,0.59090906,0.5413223,0.4876033,0.45454547,0.40082645,0.38429752,0.37190083,0.3553719,0.3305785,0.35123968,0.37603307,0.38842976,0.39256197,0.338843,0.35123968,0.3429752,0.38429752,0.43801653,0.47107437,0.4876033,0.5206612,0.5413223,0.54545456,0.53305787,0.5247934,0.5123967,0.4876033,0.4752066,0.45454547,0.4214876,0.40082645,0.36363637,0.30165288,0.25619835,0.23140496,0.2520661,0.24793388,0.2231405,0.2231405,0.23966943,0.25619835,0.24793388,0.2768595,0.3140496,0.33471075,0.37190083,0.38842976,0.3553719,0.34710744,0.36363637,0.39256197,0.30165288,0.29752067,0.30165288,0.54545456,0.62396693,0.6280992,0.6363636,0.6280992,0.57024795,0.57438016,0.56198347,0.5371901,0.49586776,0.44214877,0.38016528,0.30165288,0.27272728,0.2644628,0.22727273,0.23966943,0.2231405,0.20247933,0.23140496,0.28099173,0.3264463,0.3677686,0.3677686,0.37190083,0.38842976,0.3966942,0.41735536,0.44214877,0.47107437,0.5371901,0.56198347,0.55785125,0.5495868,0.5371901,0.5289256,0.5041322,0.47107437,0.41322315,0.39256197,0.35123968,0.3305785,0.2892562,0.2768595,0.21900827,0.1983471,0.19008264,0.16528925,0.16115703,0.1694215,0.24380165,0.2231405,0.2107438,0.17768595,0.22727273,0.2892562,0.3181818,0.3140496,0.338843,0.37603307,0.39256197,0.35123968,0.30578512,0.29752067,0.59090906,0.6322314,0.6280992,0.6404959,0.62396693,0.5661157,0.5495868,0.5,0.46694216,0.3677686,0.28512397,0.23553719,0.2520661,0.23140496,0.19421488,0.2231405,0.1983471,0.16528925,0.1570248,0.1694215,0.21900827,0.24380165,0.3264463,0.38429752,0.38842976,0.3966942,0.39256197,0.41735536,0.43801653,0.4876033,0.56198347,0.61157024,0.62396693,0.61157024,0.58677685,0.56198347,0.5041322,0.46280992,0.39256197,0.35950413,0.3264463,0.29752067,0.2603306,0.23140496,0.17768595,0.1446281,0.16115703,0.11570248,0.1322314,0.11157025,0.1570248,0.1570248,0.16528925,0.22727273,0.18595041,0.20661157,0.2768595,0.30578512,0.338843,0.38016528,0.38842976,0.3677686,0.27272728,0.26859504,0.57024795,0.62396693,0.6404959,0.6446281,0.6322314,0.60330576,0.54545456,0.5041322,0.4214876,0.30578512,0.23553719,0.20247933,0.2107438,0.21900827,0.17355372,0.23966943,0.2107438,0.16115703,0.19008264,0.19008264,0.20247933,0.24380165,0.2603306,0.3553719,0.38842976,0.4090909,0.41322315,0.40495867,0.45041323,0.53305787,0.6198347,0.6652893,0.6859504,0.6694215,0.6487603,0.59090906,0.5123967,0.45454547,0.38842976,0.32231405,0.29338843,0.2520661,0.23140496,0.2231405,0.1570248,0.16528925,0.14049587,0.12809917,0.11983471,0.13636364,0.17768595,0.19421488,0.12396694,0.11157025,0.18181819,0.1983471,0.2520661,0.30991736,0.3553719,0.4090909,0.4090909,0.37190083,0.28512397,0.29338843,0.5661157,0.62396693,0.6487603,0.6570248,0.6404959,0.61157024,0.57024795,0.5082645,0.37190083,0.30578512,0.25619835,0.20661157,0.30991736,0.39256197,0.26859504,0.1694215,0.1694215,0.14876033,0.20661157,0.30165288,0.3140496,0.24380165,0.29338843,0.30165288,0.3553719,0.41735536,0.4338843,0.44214877,0.48347107,0.59917355,0.6859504,0.7231405,0.7355372,0.71900827,0.6983471,0.62396693,0.5206612,0.45867768,0.38429752,0.30991736,0.2768595,0.25619835,0.2107438,0.24380165,0.28512397,0.2107438,0.15289256,0.11570248,0.12809917,0.17768595,0.24380165,0.3140496,0.21487603,0.1322314,0.1446281,0.20661157,0.29752067,0.35123968,0.40495867,0.43801653,0.42561984,0.3553719,0.29752067,0.29338843,0.56198347,0.607438,0.6363636,0.6446281,0.661157,0.6652893,0.6280992,0.5661157,0.5289256,0.46280992,0.3966942,0.36363637,0.42975205,0.4752066,0.3553719,0.26859504,0.2231405,0.2231405,0.28099173,0.38429752,0.42561984,0.3181818,0.2520661,0.28512397,0.38016528,0.42561984,0.5041322,0.5413223,0.57438016,0.6652893,0.71900827,0.7644628,0.76859504,0.76033056,0.73140496,0.6404959,0.5247934,0.45454547,0.43801653,0.3264463,0.29752067,0.22727273,0.21900827,0.2603306,0.33471075,0.24380165,0.23553719,0.18181819,0.17768595,0.22727273,0.29752067,0.3264463,0.2231405,0.20247933,0.25619835,0.35123968,0.35123968,0.41322315,0.45041323,0.46694216,0.41735536,0.35950413,0.29338843,0.3140496,0.5785124,0.60330576,0.6363636,0.6652893,0.6818182,0.73140496,0.7355372,0.71900827,0.70247936,0.661157,0.5,0.41322315,0.40495867,0.47933885,0.45867768,0.37603307,0.3677686,0.34710744,0.3677686,0.42561984,0.43801653,0.4090909,0.3677686,0.3305785,0.4090909,0.5495868,0.6198347,0.6652893,0.6859504,0.7107438,0.74793386,0.78099173,0.7933884,0.78099173,0.74380165,0.6446281,0.5206612,0.46280992,0.45454547,0.41322315,0.36363637,0.30991736,0.30991736,0.32231405,0.32231405,0.3181818,0.29752067,0.2520661,0.29338843,0.30991736,0.3140496,0.2768595,0.26859504,0.30578512,0.35123968,0.45041323,0.48347107,0.47107437,0.46280992,0.46694216,0.41322315,0.37190083,0.40082645,0.42561984,0.58677685,0.60330576,0.6446281,0.677686,0.6942149,0.7355372,0.74793386,0.74793386,0.73966944,0.71900827,0.6446281,0.5413223,0.53305787,0.5495868,0.5206612,0.5165289,0.47933885,0.47107437,0.446281,0.45454547,0.45867768,0.4752066,0.5082645,0.5247934,0.5495868,0.6280992,0.7107438,0.7355372,0.7355372,0.74380165,0.76033056,0.7933884,0.79752064,0.78099173,0.74380165,0.6404959,0.54545456,0.45867768,0.47107437,0.45867768,0.4752066,0.446281,0.42975205,0.41735536,0.38842976,0.38842976,0.38842976,0.37603307,0.38429752,0.38842976,0.3966942,0.37603307,0.38842976,0.40082645,0.42975205,0.47933885,0.5123967,0.49586776,0.47107437,0.45867768,0.40495867,0.35123968,0.43801653,0.446281,0.58264464,0.60330576,0.6446281,0.6694215,0.6942149,0.73140496,0.74380165,0.76033056,0.73140496,0.70247936,0.6652893,0.62396693,0.61157024,0.59917355,0.57024795,0.5289256,0.5206612,0.5123967,0.5082645,0.47933885,0.49173555,0.5206612,0.55785125,0.59504133,0.6652893,0.73140496,0.76033056,0.76033056,0.7644628,0.75619835,0.77272725,0.79752064,0.8016529,0.77272725,0.73140496,0.6528926,0.5495868,0.48347107,0.49173555,0.5041322,0.5123967,0.5041322,0.46694216,0.46694216,0.44214877,0.446281,0.446281,0.4338843,0.446281,0.42975205,0.4214876,0.43801653,0.44214877,0.4338843,0.48347107,0.49173555,0.5082645,0.47933885,0.45454547,0.44214877,0.4090909,0.38016528,0.446281,0.45867768,0.59504133,0.62396693,0.6652893,0.6652893,0.70247936,0.71900827,0.7355372,0.75206614,0.74793386,0.71487606,0.6818182,0.61570245,0.59504133,0.57024795,0.5495868,0.5247934,0.53305787,0.53305787,0.5495868,0.5661157,0.5661157,0.59917355,0.6280992,0.71900827,0.7644628,0.78099173,0.77272725,0.76859504,0.76033056,0.75619835,0.77272725,0.8057851,0.8057851,0.7644628,0.74793386,0.6570248,0.56198347,0.5123967,0.5123967,0.5371901,0.57024795,0.58677685,0.5785124,0.54545456,0.53305787,0.5123967,0.4876033,0.45041323,0.45041323,0.42561984,0.40495867,0.4338843,0.45867768,0.49586776,0.5206612,0.5371901,0.5082645,0.47107437,0.43801653,0.44214877,0.40495867,0.39256197,0.44214877,0.4752066,0.58677685,0.6322314,0.6694215,0.6859504,0.70247936,0.7231405,0.7231405,0.7355372,0.76033056,0.76033056,0.76033056,0.7355372,0.69008267,0.6735537,0.6528926,0.61570245,0.607438,0.59504133,0.62396693,0.6487603,0.677686,0.7355372,0.75619835,0.78512394,0.7933884,0.7892562,0.7768595,0.76859504,0.76033056,0.75206614,0.77272725,0.7933884,0.7933884,0.76859504,0.74380165,0.6694215,0.56198347,0.5289256,0.54545456,0.5785124,0.6198347,0.661157,0.6735537,0.6570248,0.6487603,0.62396693,0.59504133,0.5785124,0.5661157,0.5661157,0.56198347,0.5661157,0.59917355,0.6198347,0.607438,0.5785124,0.5371901,0.49173555,0.45454547,0.4338843,0.41322315,0.40495867,0.446281,0.46280992,0.58264464,0.6363636,0.677686,0.6942149,0.6859504,0.7231405,0.72727275,0.74793386,0.78099173,0.8016529,0.8140496,0.8016529,0.79752064,0.7933884,0.76859504,0.75619835,0.73140496,0.71487606,0.73140496,0.76859504,0.7892562,0.79752064,0.7892562,0.7892562,0.7892562,0.79752064,0.7768595,0.76033056,0.7644628,0.74793386,0.75619835,0.7933884,0.7933884,0.76859504,0.75206614,0.677686,0.55785125,0.54545456,0.55785125,0.59917355,0.661157,0.69008267,0.6942149,0.6983471,0.7066116,0.7066116,0.71487606,0.71487606,0.72727275,0.7066116,0.6942149,0.677686,0.677686,0.6652893,0.6446281,0.59504133,0.5413223,0.4876033,0.47107437,0.42561984,0.41322315,0.42561984,0.45867768,0.4338843,0.59917355,0.6363636,0.677686,0.6942149,0.7107438,0.73140496,0.7355372,0.76033056,0.7892562,0.8181818,0.8347107,0.8264463,0.8181818,0.822314,0.8057851,0.8057851,0.8016529,0.8057851,0.8057851,0.8016529,0.79752064,0.79752064,0.79752064,0.7933884,0.79752064,0.8057851,0.78512394,0.77272725,0.76033056,0.76033056,0.75206614,0.7892562,0.78512394,0.76859504,0.74793386,0.6735537,0.58264464,0.55785125,0.58677685,0.6363636,0.6735537,0.6818182,0.6859504,0.6694215,0.69008267,0.6818182,0.6983471,0.7355372,0.74793386,0.75206614,0.74380165,0.7231405,0.661157,0.6652893,0.59917355,0.59504133,0.54545456,0.49586776,0.45041323,0.4214876,0.4090909,0.42561984,0.38016528,0.37190083,0.59917355,0.6404959,0.6735537,0.6983471,0.7107438,0.7231405,0.73966944,0.76033056,0.7892562,0.80991733,0.838843,0.838843,0.8347107,0.8347107,0.822314,0.822314,0.822314,0.8181818,0.80991733,0.8057851,0.8016529,0.7933884,0.7892562,0.78512394,0.7892562,0.79752064,0.7768595,0.77272725,0.7644628,0.76033056,0.76033056,0.76859504,0.77272725,0.75619835,0.74380165,0.7066116,0.61570245,0.5371901,0.5495868,0.61157024,0.60330576,0.58264464,0.61157024,0.6322314,0.661157,0.6570248,0.661157,0.6983471,0.7231405,0.72727275,0.7231405,0.6983471,0.6528926,0.6198347,0.58264464,0.56198347,0.5289256,0.5,0.43801653,0.41322315,0.39256197,0.39256197,0.2644628,0.37603307,0.59917355,0.6280992,0.6818182,0.6942149,0.6983471,0.7107438,0.73140496,0.74793386,0.76033056,0.78512394,0.822314,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.8181818,0.8140496,0.79752064,0.7892562,0.78099173,0.74793386,0.71487606,0.6859504,0.7107438,0.74380165,0.74380165,0.75206614,0.75206614,0.75206614,0.76859504,0.78512394,0.76859504,0.76033056,0.75206614,0.72727275,0.62396693,0.5041322,0.5082645,0.56198347,0.55785125,0.49173555,0.46280992,0.5,0.58264464,0.60330576,0.6198347,0.6404959,0.661157,0.6652893,0.661157,0.6446281,0.6198347,0.58677685,0.54545456,0.5289256,0.49586776,0.47933885,0.43801653,0.4090909,0.38842976,0.26859504,0.15289256,0.19008264,0.60330576,0.6280992,0.6487603,0.6818182,0.70247936,0.69008267,0.71487606,0.7231405,0.73966944,0.75619835,0.7644628,0.8016529,0.79752064,0.79752064,0.8016529,0.7892562,0.78099173,0.77272725,0.75206614,0.7231405,0.6735537,0.61570245,0.607438,0.6694215,0.7107438,0.7644628,0.75206614,0.7231405,0.7355372,0.74380165,0.76859504,0.8016529,0.7768595,0.7644628,0.75619835,0.73140496,0.6280992,0.5041322,0.5371901,0.6280992,0.6280992,0.55785125,0.446281,0.37603307,0.45041323,0.5289256,0.55785125,0.59504133,0.59917355,0.607438,0.61570245,0.61157024,0.58677685,0.57024795,0.5206612,0.49586776,0.47107437,0.45867768,0.42561984,0.4090909,0.38429752,0.2231405,0.09090909,0.13636364,0.61570245,0.6363636,0.6280992,0.6694215,0.677686,0.677686,0.7107438,0.7107438,0.72727275,0.73140496,0.7355372,0.74380165,0.75619835,0.74380165,0.76033056,0.7355372,0.71900827,0.6942149,0.6487603,0.58677685,0.5082645,0.46694216,0.6280992,0.7107438,0.74793386,0.77272725,0.76859504,0.74380165,0.7231405,0.7231405,0.74793386,0.80991733,0.79752064,0.7644628,0.76033056,0.7231405,0.62396693,0.5082645,0.5371901,0.6404959,0.6404959,0.59090906,0.4752066,0.33471075,0.35950413,0.42561984,0.47107437,0.5123967,0.5371901,0.553719,0.55785125,0.5661157,0.5413223,0.5247934,0.49586776,0.4752066,0.43801653,0.4214876,0.42561984,0.40495867,0.35123968,0.2107438,0.09917355,0.13636364,0.5661157,0.62396693,0.6322314,0.6487603,0.6694215,0.661157,0.6818182,0.6859504,0.6983471,0.70247936,0.69008267,0.69008267,0.7066116,0.6818182,0.677686,0.6528926,0.6280992,0.5785124,0.5206612,0.46280992,0.3966942,0.40082645,0.607438,0.7066116,0.74793386,0.76859504,0.78099173,0.75206614,0.7231405,0.7066116,0.71487606,0.75206614,0.76033056,0.7355372,0.71487606,0.661157,0.58677685,0.5123967,0.5082645,0.60330576,0.61570245,0.54545456,0.45867768,0.30578512,0.30991736,0.34710744,0.3966942,0.4338843,0.46280992,0.49173555,0.5,0.5165289,0.49586776,0.46694216,0.45867768,0.446281,0.3966942,0.40495867,0.41322315,0.40495867,0.3140496,0.17355372,0.1446281,0.1446281,0.54545456,0.61157024,0.6198347,0.6280992,0.6363636,0.6487603,0.6528926,0.6570248,0.6735537,0.6735537,0.6652893,0.6528926,0.6487603,0.6446281,0.6198347,0.57024795,0.53305787,0.4752066,0.42561984,0.37603307,0.34710744,0.38016528,0.5371901,0.6570248,0.6859504,0.72727275,0.7355372,0.71487606,0.6983471,0.6694215,0.6818182,0.7107438,0.7107438,0.677686,0.6446281,0.5785124,0.5165289,0.4752066,0.47107437,0.5206612,0.5206612,0.46694216,0.4090909,0.3264463,0.30578512,0.30991736,0.35950413,0.40082645,0.42561984,0.4338843,0.446281,0.45867768,0.446281,0.41322315,0.4214876,0.40082645,0.39256197,0.38842976,0.38842976,0.40495867,0.2892562,0.1570248,0.20661157,0.17768595,0.57438016,0.59504133,0.607438,0.6198347,0.61157024,0.61570245,0.6363636,0.6280992,0.6363636,0.6404959,0.61570245,0.59504133,0.60330576,0.59504133,0.553719,0.5041322,0.45454547,0.4090909,0.3677686,0.34710744,0.36363637,0.45867768,0.5413223,0.5495868,0.5661157,0.59090906,0.6322314,0.6198347,0.60330576,0.59917355,0.58264464,0.59504133,0.61570245,0.59090906,0.5247934,0.4752066,0.4338843,0.4090909,0.39256197,0.41322315,0.3966942,0.38016528,0.3966942,0.36363637,0.32231405,0.29338843,0.33471075,0.37603307,0.40082645,0.40495867,0.40082645,0.40495867,0.38842976,0.38016528,0.38016528,0.36363637,0.37190083,0.36363637,0.37603307,0.38016528,0.23553719,0.15289256,0.23553719,0.38842976,0.553719,0.58264464,0.58677685,0.59504133,0.59090906,0.59504133,0.607438,0.60330576,0.59090906,0.60330576,0.57024795,0.553719,0.5495868,0.5247934,0.49173555,0.44214877,0.39256197,0.37603307,0.34710744,0.35123968,0.4090909,0.5247934,0.57438016,0.5371901,0.43801653,0.37190083,0.4090909,0.41735536,0.42975205,0.45454547,0.48347107,0.48347107,0.47933885,0.47933885,0.41735536,0.38016528,0.36363637,0.3181818,0.29338843,0.28512397,0.34710744,0.38429752,0.41735536,0.41322315,0.3305785,0.30165288,0.29338843,0.36363637,0.3677686,0.36363637,0.35950413,0.3553719,0.3553719,0.338843,0.3429752,0.3264463,0.33471075,0.338843,0.37190083,0.3140496,0.21487603,0.13636364,0.1983471,0.7355372,0.54545456,0.5661157,0.55785125,0.55785125,0.5661157,0.5661157,0.55785125,0.5661157,0.56198347,0.5495868,0.5206612,0.5,0.4876033,0.45867768,0.4214876,0.3966942,0.34710744,0.32231405,0.3305785,0.4214876,0.5371901,0.61570245,0.6363636,0.6570248,0.553719,0.38429752,0.30991736,0.30165288,0.2768595,0.3305785,0.38429752,0.40082645,0.38016528,0.37190083,0.34710744,0.338843,0.29752067,0.2892562,0.27272728,0.33471075,0.4090909,0.4214876,0.4214876,0.41735536,0.37603307,0.2892562,0.29752067,0.30991736,0.3181818,0.3264463,0.33471075,0.3429752,0.33471075,0.3305785,0.32231405,0.30991736,0.30991736,0.3429752,0.3677686,0.2644628,0.12809917,0.12809917,0.1983471,0.58677685,0.53305787,0.55785125,0.5371901,0.5206612,0.5247934,0.5289256,0.5247934,0.5289256,0.5082645,0.48347107,0.47107437,0.446281,0.4214876,0.40495867,0.37603307,0.34710744,0.32231405,0.32231405,0.38842976,0.5206612,0.6404959,0.6694215,0.6818182,0.7107438,0.6983471,0.58677685,0.42561984,0.37190083,0.3305785,0.30578512,0.28512397,0.3140496,0.30991736,0.2892562,0.30165288,0.30578512,0.29338843,0.3140496,0.36363637,0.41322315,0.446281,0.446281,0.4338843,0.41322315,0.41322315,0.33471075,0.3140496,0.30165288,0.30991736,0.3140496,0.30578512,0.33471075,0.3140496,0.32231405,0.32231405,0.3181818,0.3181818,0.34710744,0.37190083,0.18595041,0.10743801,0.12396694,0.3553719,0.5247934,0.5413223,0.553719,0.5165289,0.5,0.4876033,0.4876033,0.47933885,0.46694216,0.46280992,0.42561984,0.4090909,0.4090909,0.3677686,0.3553719,0.3429752,0.30991736,0.32231405,0.338843,0.47107437,0.61157024,0.6528926,0.6735537,0.69008267,0.6942149,0.7107438,0.70247936,0.62396693,0.5206612,0.42975205,0.36363637,0.3140496,0.29752067,0.29338843,0.2768595,0.3140496,0.3181818,0.34710744,0.40495867,0.44214877,0.446281,0.45454547,0.44214877,0.4338843,0.4090909,0.40495867,0.37603307,0.30578512,0.3264463,0.30991736,0.30165288,0.3264463,0.30578512,0.3181818,0.3264463,0.338843,0.32231405,0.34710744,0.3553719,0.338843,0.16528925,0.14049587,0.10743801,0.21900827,0.37603307,0.47107437,0.57438016,0.5165289,0.4876033,0.4752066,0.46280992,0.43801653,0.4214876,0.4090909,0.38429752,0.38016528,0.3553719,0.35123968,0.33471075,0.3140496,0.3181818,0.33471075,0.39256197,0.5082645,0.60330576,0.61570245,0.62396693,0.6280992,0.6404959,0.6570248,0.6570248,0.6528926,0.6322314,0.5661157,0.46694216,0.39256197,0.35123968,0.34710744,0.338843,0.37190083,0.38429752,0.42975205,0.42975205,0.44214877,0.4214876,0.41322315,0.41735536,0.39256197,0.38016528,0.37603307,0.37190083,0.34710744,0.32231405,0.30991736,0.3264463,0.3429752,0.33471075,0.33471075,0.34710744,0.34710744,0.3553719,0.3429752,0.37603307,0.26859504,0.15289256,0.1446281,0.11157025,0.1570248,0.16115703,0.47933885,0.55785125,0.5247934,0.49173555,0.49173555,0.45454547,0.45041323,0.42975205,0.38429752,0.36363637,0.35123968,0.338843,0.33471075,0.3429752,0.338843,0.3305785,0.34710744,0.38429752,0.45867768,0.49173555,0.47107437,0.46694216,0.45454547,0.446281,0.44214877,0.45041323,0.45867768,0.47107437,0.45867768,0.45041323,0.42975205,0.39256197,0.3677686,0.35950413,0.34710744,0.3181818,0.3181818,0.29752067,0.28512397,0.2892562,0.2892562,0.27272728,0.2603306,0.2520661,0.29752067,0.338843,0.338843,0.34710744,0.34710744,0.38429752,0.41322315,0.38429752,0.3677686,0.35123968,0.37190083,0.3677686,0.37190083,0.3553719,0.2231405,0.13636364,0.15289256,0.10330579,0.16115703,0.1694215,0.5495868,0.54545456,0.5289256,0.5,0.5082645,0.46694216,0.46694216,0.45867768,0.42561984,0.3966942,0.36363637,0.3677686,0.3553719,0.34710744,0.3553719,0.33471075,0.30991736,0.22727273,0.17768595,0.21900827,0.2768595,0.27272728,0.30991736,0.30991736,0.27272728,0.2892562,0.29338843,0.2768595,0.3140496,0.30165288,0.26859504,0.26859504,0.26859504,0.2892562,0.27272728,0.21900827,0.24380165,0.2603306,0.2231405,0.2603306,0.21487603,0.11157025,0.10743801,0.10743801,0.21487603,0.27272728,0.3140496,0.3553719,0.37603307,0.44214877,0.446281,0.40495867,0.37603307,0.37603307,0.38842976,0.38429752,0.3966942,0.33471075,0.18181819,0.1694215,0.16115703,0.14876033,0.12396694,0.18595041,0.4752066,0.49173555,0.5123967,0.5165289,0.5,0.5041322,0.49586776,0.4876033,0.48347107,0.48347107,0.446281,0.45454547,0.4090909,0.37190083,0.36363637,0.29752067,0.28512397,0.1570248,0.13636364,0.09504132,0.19421488,0.23966943,0.3429752,0.39256197,0.3553719,0.41735536,0.38842976,0.38842976,0.45867768,0.45041323,0.37190083,0.29752067,0.35950413,0.4090909,0.40495867,0.3140496,0.3553719,0.3305785,0.29338843,0.28512397,0.1694215,0.10330579,0.14049587,0.23966943,0.3677686,0.3677686,0.36363637,0.38842976,0.41322315,0.446281,0.446281,0.41322315,0.38016528,0.38429752,0.3966942,0.3966942,0.38016528,0.30578512,0.21487603,0.18595041,0.1983471,0.16115703,0.11570248,0.18181819,0.28512397,0.41735536,0.5041322,0.5082645,0.5,0.5123967,0.5206612,0.5041322,0.5206612,0.54545456,0.5413223,0.5371901,0.4876033,0.42561984,0.37603307,0.338843,0.38842976,0.42561984,0.40082645,0.3264463,0.24380165,0.23140496,0.26859504,0.37603307,0.338843,0.45041323,0.41322315,0.49173555,0.5165289,0.47107437,0.4214876,0.38429752,0.4090909,0.44214877,0.42975205,0.34710744,0.3677686,0.29338843,0.23553719,0.23966943,0.15289256,0.21487603,0.28099173,0.38016528,0.4214876,0.4338843,0.4214876,0.4214876,0.4214876,0.44214877,0.41735536,0.40495867,0.38016528,0.38429752,0.3966942,0.39256197,0.32231405,0.2892562,0.24793388,0.21900827,0.21487603,0.19008264,0.1570248,0.18595041,0.1983471,0.29338843,0.4752066,0.49173555,0.5,0.5082645,0.5206612,0.5165289,0.5371901,0.553719,0.57438016,0.58677685,0.5495868,0.4752066,0.4214876,0.446281,0.5041322,0.54545456,0.61570245,0.57024795,0.5165289,0.45041323,0.38842976,0.3553719,0.3140496,0.36363637,0.37190083,0.5082645,0.5165289,0.43801653,0.38842976,0.3553719,0.37603307,0.37190083,0.35123968,0.28512397,0.2644628,0.26859504,0.2107438,0.24380165,0.24793388,0.30991736,0.34710744,0.39256197,0.446281,0.44214877,0.44214877,0.42975205,0.44214877,0.41735536,0.41322315,0.39256197,0.38016528,0.39256197,0.38016528,0.38842976,0.30165288,0.23966943,0.24793388,0.1983471,0.20247933,0.23553719,0.24793388,0.26859504,0.24380165,0.2768595,0.39256197,0.47107437,0.49173555,0.5041322,0.5289256,0.5247934,0.5289256,0.553719,0.553719,0.58677685,0.55785125,0.5041322,0.5041322,0.553719,0.59917355,0.59504133,0.5785124,0.60330576,0.57438016,0.54545456,0.56198347,0.5165289,0.46280992,0.4338843,0.40495867,0.3966942,0.42975205,0.38429752,0.3264463,0.3140496,0.3181818,0.338843,0.3140496,0.3140496,0.30165288,0.338843,0.33471075,0.3181818,0.3140496,0.3264463,0.37603307,0.40495867,0.45454547,0.44214877,0.44214877,0.43801653,0.42561984,0.4090909,0.4090909,0.39256197,0.38429752,0.38842976,0.38016528,0.4090909,0.42975205,0.30991736,0.2768595,0.2603306,0.27272728,0.30165288,0.29752067,0.3140496,0.30578512,0.3140496,0.3264463,0.44214877,0.45041323,0.48347107,0.5123967,0.5165289,0.5247934,0.5413223,0.5495868,0.5661157,0.55785125,0.5247934,0.5289256,0.60330576,0.6363636,0.661157,0.60330576,0.55785125,0.553719,0.5413223,0.5123967,0.55785125,0.59090906,0.59090906,0.5413223,0.5041322,0.5041322,0.49586776,0.4876033,0.49173555,0.47107437,0.46694216,0.45041323,0.446281,0.4338843,0.38842976,0.33471075,0.32231405,0.34710744,0.3677686,0.4090909,0.44214877,0.45041323,0.446281,0.43801653,0.43801653,0.42561984,0.40082645,0.3677686,0.38842976,0.38429752,0.38016528,0.41735536,0.47107437,0.5123967,0.5082645,0.30165288,0.28099173,0.30991736,0.3264463,0.30165288,0.3140496,0.3305785,0.338843,0.32231405,0.3553719,0.42561984,0.43801653,0.49586776,0.5082645,0.5289256,0.5289256,0.53305787,0.553719,0.56198347,0.5413223,0.5289256,0.59504133,0.6487603,0.6694215,0.6694215,0.59917355,0.5371901,0.5165289,0.5165289,0.48347107,0.46694216,0.49173555,0.48347107,0.48347107,0.48347107,0.4752066,0.46280992,0.46280992,0.45041323,0.43801653,0.41322315,0.40495867,0.3677686,0.3305785,0.3305785,0.3553719,0.37190083,0.40082645,0.45041323,0.43801653,0.446281,0.44214877,0.45454547,0.446281,0.41322315,0.38016528,0.3677686,0.37603307,0.38429752,0.446281,0.5,0.5289256,0.58677685,0.59504133,0.49586776,0.3305785,0.37603307,0.338843,0.3140496,0.30578512,0.35123968,0.35123968,0.33471075,0.3305785,0.36363637,0.40495867,0.45454547,0.48347107,0.5247934,0.5123967,0.5165289,0.54545456,0.55785125,0.553719,0.5785124,0.60330576,0.6487603,0.661157,0.661157,0.6487603,0.59090906,0.5413223,0.5289256,0.5,0.47933885,0.45454547,0.42975205,0.40082645,0.39256197,0.40495867,0.4090909,0.3966942,0.38016528,0.33471075,0.33471075,0.35950413,0.3553719,0.37190083,0.39256197,0.38842976,0.42561984,0.44214877,0.45041323,0.45454547,0.45867768,0.45454547,0.446281,0.42561984,0.38842976,0.37603307,0.3677686,0.3553719,0.46280992,0.5785124,0.58677685,0.57024795,0.6735537,0.6859504,0.607438,0.45867768,0.446281,0.4338843,0.38842976,0.3429752,0.3305785,0.3264463,0.33471075,0.35123968,0.3181818,0.38016528,0.42975205,0.45041323,0.4752066,0.5123967,0.5,0.53305787,0.54545456,0.57024795,0.6198347,0.6322314,0.6280992,0.6735537,0.6570248,0.6652893,0.6446281,0.60330576,0.58264464,0.54545456,0.5082645,0.4752066,0.45454547,0.43801653,0.41735536,0.4214876,0.42975205,0.42561984,0.38842976,0.39256197,0.38016528,0.3966942,0.39256197,0.41735536,0.4214876,0.43801653,0.45867768,0.46694216,0.4752066,0.45454547,0.45867768,0.45041323,0.44214877,0.39256197,0.3677686,0.38016528,0.3553719,0.3429752,0.57024795,0.6446281,0.62396693,0.61157024,0.7107438,0.7231405,0.6859504,0.5371901,0.47933885,0.48347107,0.45041323,0.46694216,0.3305785,0.3305785,0.33471075,0.33471075,0.3305785,0.35950413,0.446281,0.47107437,0.44214877,0.4752066,0.47107437,0.49586776,0.5123967,0.56198347,0.61157024,0.6487603,0.6487603,0.6446281,0.6694215,0.6694215,0.677686,0.6322314,0.6322314,0.62396693,0.5785124,0.53305787,0.5165289,0.5082645,0.5082645,0.49586776,0.49173555,0.47933885,0.4752066,0.48347107,0.46280992,0.47933885,0.46694216,0.47107437,0.48347107,0.4752066,0.4752066,0.49173555,0.46694216,0.45041323,0.45867768,0.43801653,0.40495867,0.37603307,0.35950413,0.3677686,0.338843,0.3140496,0.59504133,0.6446281,0.6280992,0.6280992,0.71900827,0.7355372,0.7107438,0.6280992,0.5041322,0.53305787,0.4876033,0.49586776,0.32231405,0.32231405,0.3181818,0.3305785,0.3140496,0.42561984,0.4214876,0.5206612,0.49173555,0.42561984,0.44214877,0.46280992,0.49586776,0.5206612,0.58264464,0.6280992,0.6363636,0.6487603,0.6652893,0.661157,0.677686,0.6528926,0.661157,0.6404959,0.6280992,0.62396693,0.6322314,0.6198347,0.60330576,0.5785124,0.5785124,0.5785124,0.5785124,0.58677685,0.58677685,0.59917355,0.57024795,0.5413223,0.5165289,0.5165289,0.5206612,0.49173555,0.45867768,0.446281,0.446281,0.39256197,0.38429752,0.35950413,0.37190083,0.39256197,0.30165288,0.3966942,0.61570245,0.6487603,0.61157024,0.6363636,0.7107438,0.72727275,0.7231405,0.6694215,0.53305787,0.5495868,0.5413223,0.53305787,0.3264463,0.3264463,0.3264463,0.3264463,0.3140496,0.5165289,0.3966942,0.47933885,0.5661157,0.47933885,0.4090909,0.42975205,0.446281,0.4752066,0.5289256,0.60330576,0.6280992,0.6363636,0.661157,0.6735537,0.677686,0.6735537,0.6818182,0.6859504,0.7066116,0.7107438,0.71487606,0.71487606,0.72727275,0.7066116,0.7107438,0.6942149,0.6735537,0.6652893,0.6446281,0.6487603,0.61570245,0.57438016,0.5495868,0.5495868,0.5371901,0.4752066,0.446281,0.4338843,0.40082645,0.35950413,0.3553719,0.35950413,0.40082645,0.42561984,0.23966943,0.49586776,0.60330576,0.6487603,0.6446281,0.661157,0.7066116,0.73140496,0.70247936,0.6859504,0.56198347,0.5289256,0.57024795,0.55785125,0.32231405,0.32231405,0.3181818,0.338843,0.27272728,0.6322314,0.446281,0.42561984,0.57438016,0.53305787,0.446281,0.39256197,0.40082645,0.41322315,0.46694216,0.5123967,0.5785124,0.59504133,0.6198347,0.6528926,0.6942149,0.6859504,0.7066116,0.7107438,0.7231405,0.7231405,0.71900827,0.73966944,0.71900827,0.70247936,0.6942149,0.69008267,0.6818182,0.661157,0.6404959,0.6198347,0.59504133,0.5785124,0.57024795,0.5495868,0.5041322,0.45041323,0.41322315,0.39256197,0.3553719,0.338843,0.33471075,0.38429752,0.42561984,0.35950413,0.2603306,0.57438016,0.61157024,0.6570248,0.661157,0.6694215,0.71900827,0.71900827,0.7107438,0.6859504,0.59917355,0.5165289,0.57024795,0.56198347,0.3264463,0.33471075,0.338843,0.3140496,0.24380165,0.79752064,0.54545456,0.37603307,0.58264464,0.5661157,0.49586776,0.4214876,0.38429752,0.38429752,0.40082645,0.40082645,0.48347107,0.5413223,0.57438016,0.607438,0.6446281,0.6694215,0.6983471,0.69008267,0.69008267,0.6818182,0.661157,0.6652893,0.6652893,0.6570248,0.6570248,0.6528926,0.6404959,0.6280992,0.61570245,0.60330576,0.553719,0.54545456,0.5413223,0.49586776,0.44214877,0.41735536,0.37190083,0.3677686,0.3264463,0.30991736,0.35950413,0.4214876,0.446281,0.28099173,0.43801653,0.59090906,0.61157024,0.6570248,0.6735537,0.661157,0.71487606,0.71487606,0.71487606,0.69008267,0.6363636,0.5247934,0.5661157,0.5661157,0.3553719,0.34710744,0.338843,0.30578512,0.34710744,0.91322315,0.61570245,0.38429752,0.59090906,0.59090906,0.53305787,0.47933885,0.41322315,0.35950413,0.38016528,0.38016528,0.38016528,0.45041323,0.5289256,0.54545456,0.59090906,0.6322314,0.6446281,0.6446281,0.6528926,0.6198347,0.6322314,0.62396693,0.607438,0.59090906,0.59917355,0.58677685,0.59090906,0.5661157,0.5495868,0.5289256,0.49586776,0.47933885,0.46694216,0.42561984,0.3966942,0.37190083,0.3553719,0.29338843,0.3181818,0.3181818,0.41322315,0.4214876,0.4338843,0.25619835,0.37190083,0.5785124,0.59504133,0.6487603,0.677686,0.6528926,0.70247936,0.71487606,0.71900827,0.6983471,0.6735537,0.5371901,0.553719,0.57024795,0.3181818,0.30991736,0.30578512,0.3264463,0.43801653,0.8264463,0.6818182,0.37603307,0.5495868,0.607438,0.56198347,0.5123967,0.46280992,0.4090909,0.37603307,0.37603307,0.37190083,0.38429752,0.42561984,0.49586776,0.5165289,0.54545456,0.5661157,0.57438016,0.58264464,0.55785125,0.5785124,0.553719,0.5661157,0.5413223,0.5371901,0.5289256,0.5247934,0.5082645,0.45041323,0.45041323,0.42975205,0.40082645,0.4090909,0.38429752,0.34710744,0.30991736,0.30165288,0.28512397,0.3181818,0.32231405,0.38429752,0.41735536,0.42975205,0.30165288,0.29338843,0.5661157,0.59090906,0.6404959,0.6735537,0.6487603,0.69008267,0.71487606,0.7231405,0.70247936,0.6818182,0.54545456,0.5413223,0.57438016,0.37190083,0.3966942,0.42975205,0.46280992,0.47933885,0.8016529,0.7107438,0.3677686,0.49173555,0.607438,0.58677685,0.5495868,0.5247934,0.45454547,0.42561984,0.38842976,0.37603307,0.37190083,0.36363637,0.40495867,0.4338843,0.45041323,0.5041322,0.5,0.5082645,0.5041322,0.47933885,0.48347107,0.49586776,0.4876033,0.46280992,0.46280992,0.41735536,0.40495867,0.3677686,0.37603307,0.37190083,0.36363637,0.37603307,0.38016528,0.33471075,0.3264463,0.30578512,0.28512397,0.30578512,0.3181818,0.35950413,0.41735536,0.42975205,0.35123968,0.2603306,0.5495868,0.59090906,0.6322314,0.6694215,0.6570248,0.677686,0.71900827,0.71900827,0.7066116,0.6859504,0.57024795,0.5247934,0.57024795,0.5165289,0.5371901,0.55785125,0.5785124,0.59917355,0.8347107,0.76033056,0.4090909,0.41735536,0.60330576,0.61157024,0.57438016,0.5413223,0.49586776,0.46694216,0.43801653,0.40082645,0.38842976,0.37190083,0.38842976,0.38429752,0.38429752,0.3966942,0.42975205,0.4214876,0.4338843,0.40495867,0.40495867,0.4090909,0.39256197,0.36363637,0.3553719,0.35123968,0.34710744,0.3429752,0.36363637,0.37190083,0.3677686,0.38016528,0.37603307,0.33471075,0.338843,0.30578512,0.2892562,0.29338843,0.3181818,0.33471075,0.41735536,0.42561984,0.40082645,0.2603306,0.5165289,0.59090906,0.6198347,0.6652893,0.6652893,0.6694215,0.71900827,0.71900827,0.71487606,0.6859504,0.607438,0.5206612,0.57024795,0.6198347,0.6446281,0.6652893,0.6859504,0.71900827,0.8471074,0.80991733,0.49586776,0.35950413,0.60330576,0.60330576,0.59504133,0.57024795,0.5289256,0.49173555,0.4752066,0.45867768,0.41322315,0.40495867,0.39256197,0.38429752,0.38842976,0.38842976,0.38842976,0.35123968,0.36363637,0.32231405,0.3181818,0.3553719,0.36363637,0.33471075,0.35950413,0.34710744,0.338843,0.35123968,0.3553719,0.3677686,0.3677686,0.37603307,0.37190083,0.35123968,0.35123968,0.30165288,0.29338843,0.28512397,0.32231405,0.3264463,0.41735536,0.42561984,0.4338843,0.25619835,0.4338843,0.59090906,0.607438,0.6570248,0.6735537,0.661157,0.7107438,0.71487606,0.71487606,0.69008267,0.6446281,0.5289256,0.5661157,0.71900827,0.7355372,0.75206614,0.7644628,0.78512394,0.8471074,0.8429752,0.61157024,0.3264463,0.60330576,0.59917355,0.60330576,0.5785124,0.5661157,0.5206612,0.5082645,0.4876033,0.45454547,0.42975205,0.4090909,0.40082645,0.40495867,0.40082645,0.37190083,0.3677686,0.35123968,0.3181818,0.3140496,0.34710744,0.3677686,0.3429752,0.3677686,0.34710744,0.3429752,0.35950413,0.34710744,0.3677686,0.37190083,0.37190083,0.37190083,0.36363637,0.3429752,0.30165288,0.29752067,0.28099173,0.32231405,0.32231405,0.40495867,0.4214876,0.4338843,0.2603306,0.3553719,0.57438016,0.59504133,0.6487603,0.6735537,0.6487603,0.6983471,0.71487606,0.71900827,0.6983471,0.677686,0.5371901,0.553719,0.78512394,0.7892562,0.79752064,0.8016529,0.8057851,0.8429752,0.8636364,0.73966944,0.3264463,0.49586776,0.59504133,0.60330576,0.59917355,0.58264464,0.54545456,0.53305787,0.5165289,0.49173555,0.45041323,0.4338843,0.40495867,0.4090909,0.3966942,0.37190083,0.38429752,0.34710744,0.32231405,0.3140496,0.338843,0.37190083,0.34710744,0.35950413,0.3429752,0.34710744,0.35950413,0.338843,0.3677686,0.37603307,0.3677686,0.37603307,0.38016528,0.338843,0.3140496,0.30165288,0.28512397,0.3181818,0.3181818,0.38016528,0.41735536,0.42975205,0.3140496,0.27272728,0.56198347,0.59090906,0.6404959,0.6735537,0.6487603,0.6859504,0.71487606,0.7231405,0.70247936,0.6818182,0.54545456,0.5371901,0.80991733,0.8140496,0.8181818,0.822314,0.8264463,0.8512397,0.8636364,0.7892562,0.45867768,0.38016528,0.58264464,0.61157024,0.61157024,0.59504133,0.57438016,0.54545456,0.5247934,0.5,0.45867768,0.446281,0.40082645,0.4090909,0.3966942,0.38429752,0.38842976,0.34710744,0.3305785,0.30991736,0.3305785,0.3677686,0.3553719,0.35123968,0.34710744,0.34710744,0.35123968,0.338843,0.36363637,0.37190083,0.36363637,0.37603307,0.37603307,0.33471075,0.3264463,0.30578512,0.2892562,0.30578512,0.3181818,0.3553719,0.41735536,0.42975205,0.36363637,0.2603306,0.5495868,0.59090906,0.6280992,0.6694215,0.6570248,0.677686,0.71900827,0.71900827,0.7107438,0.6859504,0.5785124,0.5247934,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8429752,0.8595041,0.838843,0.62396693,0.3181818,0.54545456,0.607438,0.61570245,0.59917355,0.58264464,0.54545456,0.53305787,0.5082645,0.46694216,0.45041323,0.40082645,0.4090909,0.3966942,0.39256197,0.38429752,0.3429752,0.338843,0.3140496,0.32231405,0.35950413,0.35950413,0.338843,0.3553719,0.35123968,0.34710744,0.34710744,0.36363637,0.37190083,0.3677686,0.38016528,0.37603307,0.338843,0.3429752,0.30578512,0.2892562,0.29338843,0.3181818,0.3264463,0.41735536,0.42561984,0.41322315,0.25619835,0.49586776,0.59090906,0.61570245,0.6652893,0.6694215,0.6652893,0.71900827,0.71900827,0.71487606,0.69008267,0.61570245,0.5206612,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.838843,0.8553719,0.8677686,0.6818182,0.3305785,0.5165289,0.60330576,0.61570245,0.60330576,0.58677685,0.54545456,0.5371901,0.5123967,0.4752066,0.45041323,0.4090909,0.40495867,0.40082645,0.40082645,0.37603307,0.35950413,0.34710744,0.3140496,0.3181818,0.3553719,0.36363637,0.338843,0.35950413,0.34710744,0.338843,0.3553719,0.3553719,0.3677686,0.37190083,0.37603307,0.37190083,0.3553719,0.35123968,0.30165288,0.29338843,0.28099173,0.32231405,0.32231405,0.41735536,0.4214876,0.4338843,0.25619835,0.41735536,0.58677685,0.60330576,0.6570248,0.677686,0.6570248,0.7066116,0.71487606,0.71900827,0.6942149,0.6528926,0.5289256,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8512397,0.87603307,0.74380165,0.41322315,0.48347107,0.59917355,0.61570245,0.61157024,0.58677685,0.553719,0.5413223,0.5165289,0.48347107,0.45041323,0.4214876,0.40495867,0.40495867,0.40082645,0.3677686,0.37190083,0.35123968,0.3181818,0.3140496,0.34710744,0.3677686,0.3429752,0.3677686,0.34710744,0.3429752,0.36363637,0.34710744,0.3677686,0.37603307,0.37190083,0.37190083,0.3677686,0.3429752,0.30165288,0.30165288,0.28512397,0.32231405,0.32231405,0.40082645,0.4214876,0.4338843,0.27272728,0.33471075,0.57438016,0.59090906,0.6487603,0.6735537,0.6487603,0.6983471,0.71487606,0.71900827,0.6983471,0.677686,0.5413223,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8512397,0.8719008,0.7933884,0.49586776,0.42561984,0.59090906,0.61157024,0.61157024,0.59090906,0.5661157,0.54545456,0.5206612,0.49173555,0.45041323,0.4338843,0.40495867,0.4090909,0.3966942,0.37603307,0.38429752,0.34710744,0.32231405,0.30991736,0.338843,0.37190083,0.34710744,0.3553719,0.3429752,0.34710744,0.35950413,0.338843,0.3677686,0.37603307,0.3677686,0.37603307,0.38016528,0.338843,0.3181818,0.30578512,0.28512397,0.3140496,0.3181818,0.37603307,0.41735536,0.42975205,0.32231405,0.2603306,0.55785125,0.59090906,0.6404959,0.6694215,0.6528926,0.6859504,0.71487606,0.7231405,0.7066116,0.6818182,0.5495868,34 +0.37603307,0.35950413,0.29338843,0.12396694,0.3140496,0.58264464,0.60330576,0.6198347,0.6363636,0.6446281,0.6570248,0.677686,0.6859504,0.6942149,0.6942149,0.6942149,0.70247936,0.7066116,0.71900827,0.7231405,0.71900827,0.72727275,0.73140496,0.7231405,0.71487606,0.71487606,0.71900827,0.71487606,0.7107438,0.7066116,0.71487606,0.71487606,0.7066116,0.7107438,0.7107438,0.7107438,0.7066116,0.7107438,0.7066116,0.70247936,0.7066116,0.7107438,0.7066116,0.72727275,0.71900827,0.7107438,0.7066116,0.6942149,0.6859504,0.6487603,0.61570245,0.61570245,0.61570245,0.58677685,0.55785125,0.5206612,0.48347107,0.4090909,0.3966942,0.38429752,0.41735536,0.46694216,0.4090909,0.2768595,0.37603307,0.34710744,0.28099173,0.10330579,0.29338843,0.5785124,0.60330576,0.62396693,0.6322314,0.6446281,0.6528926,0.6735537,0.6818182,0.6942149,0.70247936,0.7066116,0.7066116,0.7107438,0.71487606,0.72727275,0.7107438,0.71487606,0.7066116,0.71487606,0.7066116,0.7066116,0.71487606,0.7107438,0.71487606,0.7066116,0.7107438,0.7107438,0.70247936,0.6983471,0.70247936,0.6942149,0.6983471,0.6983471,0.7066116,0.6942149,0.7107438,0.7066116,0.71487606,0.73140496,0.7231405,0.7231405,0.71487606,0.7066116,0.69008267,0.6528926,0.62396693,0.6404959,0.6280992,0.60330576,0.5661157,0.5247934,0.47933885,0.4338843,0.41735536,0.40495867,0.43801653,0.45454547,0.4090909,0.29752067,0.38429752,0.37190083,0.29752067,0.10743801,0.25619835,0.58264464,0.60330576,0.6198347,0.6446281,0.6487603,0.6528926,0.6652893,0.6859504,0.69008267,0.7066116,0.6983471,0.70247936,0.6983471,0.70247936,0.7107438,0.7066116,0.70247936,0.6983471,0.7066116,0.70247936,0.70247936,0.70247936,0.7066116,0.7066116,0.70247936,0.70247936,0.6983471,0.6983471,0.6942149,0.69008267,0.69008267,0.69008267,0.6818182,0.69008267,0.6942149,0.70247936,0.70247936,0.7107438,0.72727275,0.71900827,0.71900827,0.7107438,0.7107438,0.6942149,0.6652893,0.6570248,0.6528926,0.6404959,0.61570245,0.58264464,0.5413223,0.4876033,0.45454547,0.45041323,0.446281,0.42975205,0.43801653,0.41735536,0.33471075,0.38016528,0.38016528,0.3181818,0.1694215,0.1983471,0.5661157,0.61157024,0.61157024,0.62396693,0.6280992,0.6363636,0.6487603,0.677686,0.69008267,0.70247936,0.6983471,0.69008267,0.6942149,0.69008267,0.6983471,0.70247936,0.6942149,0.6983471,0.6859504,0.6942149,0.69008267,0.6942149,0.6983471,0.69008267,0.6942149,0.69008267,0.6942149,0.6859504,0.6859504,0.6735537,0.677686,0.6735537,0.6694215,0.6859504,0.6735537,0.70247936,0.70247936,0.71900827,0.71900827,0.7066116,0.6942149,0.69008267,0.6859504,0.6859504,0.6487603,0.6198347,0.6280992,0.6198347,0.61570245,0.60330576,0.55785125,0.5041322,0.45041323,0.45041323,0.43801653,0.4214876,0.4214876,0.41322315,0.36363637,0.37190083,0.37190083,0.36363637,0.20661157,0.1983471,0.553719,0.57438016,0.5495868,0.5495868,0.56198347,0.58677685,0.61570245,0.6528926,0.677686,0.6983471,0.69008267,0.6942149,0.6818182,0.677686,0.677686,0.69008267,0.6859504,0.6818182,0.6859504,0.6859504,0.69008267,0.6859504,0.69008267,0.6818182,0.6694215,0.6818182,0.6735537,0.677686,0.6735537,0.6652893,0.6694215,0.661157,0.6652893,0.6652893,0.6652893,0.69008267,0.69008267,0.69008267,0.677686,0.6570248,0.6322314,0.61157024,0.60330576,0.59504133,0.58677685,0.5413223,0.56198347,0.5785124,0.57024795,0.56198347,0.553719,0.5123967,0.46280992,0.40495867,0.4090909,0.4090909,0.4090909,0.40082645,0.36363637,0.3677686,0.3677686,0.3677686,0.2644628,0.2231405,0.5413223,0.5082645,0.47933885,0.4876033,0.49586776,0.5165289,0.5661157,0.59917355,0.6487603,0.6694215,0.69008267,0.6735537,0.6735537,0.6694215,0.6652893,0.6694215,0.661157,0.661157,0.6652893,0.6694215,0.6652893,0.6735537,0.6735537,0.6652893,0.661157,0.6652893,0.6694215,0.6735537,0.6528926,0.6570248,0.6404959,0.6528926,0.6652893,0.6570248,0.6652893,0.6735537,0.6528926,0.6404959,0.607438,0.58264464,0.5413223,0.5206612,0.5082645,0.4876033,0.49173555,0.47933885,0.4876033,0.5041322,0.48347107,0.4752066,0.45867768,0.44214877,0.42975205,0.38016528,0.38429752,0.40082645,0.41735536,0.40495867,0.38016528,0.3677686,0.36363637,0.36363637,0.30578512,0.33471075,0.45867768,0.46694216,0.44214877,0.446281,0.4214876,0.42975205,0.47107437,0.5165289,0.5661157,0.58677685,0.6198347,0.6363636,0.6570248,0.6570248,0.6487603,0.6446281,0.6404959,0.6487603,0.6487603,0.6528926,0.6570248,0.661157,0.661157,0.661157,0.6570248,0.6528926,0.661157,0.6404959,0.6404959,0.6280992,0.6322314,0.6198347,0.61570245,0.61157024,0.61157024,0.58264464,0.58264464,0.54545456,0.5206612,0.4752066,0.45041323,0.44214877,0.45041323,0.45454547,0.46280992,0.45867768,0.45454547,0.46694216,0.45041323,0.45454547,0.43801653,0.42561984,0.40495867,0.41322315,0.38429752,0.4090909,0.4090909,0.41735536,0.40082645,0.36363637,0.35950413,0.35950413,0.35123968,0.3677686,0.44214877,0.45454547,0.46694216,0.446281,0.41322315,0.39256197,0.3966942,0.42561984,0.446281,0.4752066,0.4876033,0.5495868,0.59917355,0.61157024,0.6198347,0.62396693,0.607438,0.61157024,0.6198347,0.6280992,0.6322314,0.6404959,0.6404959,0.6322314,0.6280992,0.6363636,0.6280992,0.607438,0.61157024,0.59917355,0.607438,0.57438016,0.5413223,0.5041322,0.4876033,0.46694216,0.45041323,0.44214877,0.42975205,0.41322315,0.4214876,0.446281,0.48347107,0.49173555,0.5,0.49586776,0.5041322,0.49586776,0.47933885,0.46280992,0.45041323,0.45454547,0.44214877,0.45041323,0.4214876,0.4338843,0.41735536,0.41322315,0.41322315,0.3553719,0.3553719,0.34710744,0.38842976,0.38016528,0.43801653,0.4876033,0.5082645,0.49173555,0.45867768,0.41735536,0.38429752,0.3966942,0.37603307,0.38429752,0.38429752,0.4214876,0.49173555,0.5371901,0.57438016,0.58264464,0.58264464,0.58264464,0.59090906,0.59090906,0.60330576,0.61157024,0.61157024,0.60330576,0.59504133,0.59090906,0.59504133,0.58264464,0.5661157,0.5661157,0.5413223,0.48347107,0.42561984,0.36363637,0.3429752,0.3553719,0.3677686,0.37603307,0.39256197,0.4090909,0.42561984,0.45867768,0.47933885,0.49173555,0.5041322,0.5123967,0.5123967,0.5082645,0.5,0.46694216,0.446281,0.45454547,0.46694216,0.46694216,0.45867768,0.45041323,0.45041323,0.42561984,0.4338843,0.36363637,0.35950413,0.3677686,0.38842976,0.41735536,0.45867768,0.5289256,0.5247934,0.5123967,0.47933885,0.42561984,0.38842976,0.3677686,0.35123968,0.35123968,0.32231405,0.3264463,0.37190083,0.4338843,0.49173555,0.5247934,0.5371901,0.54545456,0.55785125,0.55785125,0.57024795,0.5785124,0.57438016,0.5785124,0.55785125,0.5495868,0.5495868,0.5413223,0.5123967,0.5041322,0.46280992,0.39256197,0.3264463,0.26859504,0.24793388,0.30165288,0.3553719,0.35950413,0.38016528,0.38429752,0.40495867,0.42975205,0.43801653,0.45041323,0.47107437,0.49586776,0.49586776,0.49173555,0.49173555,0.4752066,0.46280992,0.45041323,0.46280992,0.47107437,0.46694216,0.47933885,0.48347107,0.45454547,0.45454547,0.35950413,0.35950413,0.37603307,0.36363637,0.4338843,0.47107437,0.5082645,0.5,0.47933885,0.43801653,0.3966942,0.35950413,0.33471075,0.3264463,0.33471075,0.3140496,0.29338843,0.30991736,0.34710744,0.4090909,0.47107437,0.49173555,0.5123967,0.5165289,0.5289256,0.5371901,0.5495868,0.5413223,0.54545456,0.5247934,0.5123967,0.5123967,0.49173555,0.4752066,0.45454547,0.41322315,0.338843,0.30578512,0.24793388,0.2768595,0.3181818,0.36363637,0.3429752,0.3553719,0.33471075,0.33471075,0.35123968,0.35950413,0.35950413,0.38842976,0.4090909,0.43801653,0.45041323,0.45867768,0.45867768,0.446281,0.42975205,0.43801653,0.45454547,0.45454547,0.47933885,0.49173555,0.47933885,0.46694216,0.35123968,0.35950413,0.3677686,0.34710744,0.42561984,0.47107437,0.446281,0.42561984,0.39256197,0.3429752,0.30578512,0.28512397,0.2603306,0.2644628,0.2644628,0.2768595,0.29752067,0.30165288,0.30991736,0.34710744,0.41322315,0.42975205,0.46694216,0.4752066,0.5041322,0.5206612,0.5289256,0.5247934,0.5289256,0.5165289,0.5041322,0.49173555,0.46694216,0.44214877,0.4338843,0.39256197,0.34710744,0.33471075,0.2892562,0.3264463,0.3264463,0.3264463,0.3181818,0.2768595,0.2520661,0.23966943,0.24793388,0.2603306,0.2644628,0.26859504,0.2892562,0.32231405,0.35950413,0.38429752,0.41322315,0.4214876,0.4090909,0.40495867,0.4214876,0.44214877,0.46280992,0.48347107,0.49173555,0.49173555,0.35123968,0.3553719,0.3553719,0.36363637,0.40082645,0.43801653,0.37190083,0.338843,0.2768595,0.22727273,0.20661157,0.1983471,0.20247933,0.17355372,0.19008264,0.18595041,0.24380165,0.27272728,0.29752067,0.32231405,0.3553719,0.38429752,0.41735536,0.45041323,0.49586776,0.5206612,0.5289256,0.53305787,0.53305787,0.5371901,0.5206612,0.4752066,0.45454547,0.42561984,0.42561984,0.3966942,0.37190083,0.3553719,0.34710744,0.33471075,0.33471075,0.28512397,0.25619835,0.22727273,0.20247933,0.17768595,0.1983471,0.20247933,0.21900827,0.24380165,0.21487603,0.23140496,0.25619835,0.2768595,0.338843,0.37603307,0.38842976,0.38429752,0.40082645,0.42561984,0.45454547,0.4752066,0.5,0.5123967,0.35950413,0.3553719,0.3553719,0.40082645,0.38429752,0.42561984,0.34710744,0.27272728,0.20247933,0.17355372,0.16528925,0.15289256,0.16115703,0.12809917,0.1322314,0.12809917,0.14876033,0.19421488,0.23966943,0.30578512,0.33471075,0.338843,0.38429752,0.4214876,0.4876033,0.5413223,0.5661157,0.56198347,0.55785125,0.56198347,0.5289256,0.49586776,0.44214877,0.42561984,0.41322315,0.38842976,0.37190083,0.36363637,0.3553719,0.338843,0.2892562,0.25619835,0.2107438,0.20661157,0.15289256,0.13636364,0.14876033,0.1322314,0.15289256,0.18181819,0.19421488,0.2107438,0.23140496,0.23553719,0.23966943,0.30578512,0.36363637,0.37190083,0.40082645,0.4214876,0.45454547,0.4876033,0.5206612,0.5123967,0.3553719,0.33471075,0.37190083,0.38429752,0.38016528,0.46694216,0.34710744,0.2520661,0.18595041,0.14876033,0.14876033,0.1570248,0.19421488,0.17768595,0.1446281,0.12396694,0.11983471,0.13636364,0.17355372,0.2644628,0.3181818,0.3181818,0.3429752,0.38016528,0.49586776,0.57024795,0.607438,0.61157024,0.61157024,0.59917355,0.56198347,0.5,0.45454547,0.4214876,0.41735536,0.40495867,0.37603307,0.3677686,0.35123968,0.30165288,0.26859504,0.23140496,0.17355372,0.18595041,0.19421488,0.16528925,0.14049587,0.11983471,0.11157025,0.14049587,0.14049587,0.16528925,0.18181819,0.2107438,0.22727273,0.23966943,0.30578512,0.36363637,0.38016528,0.4214876,0.45867768,0.49173555,0.5289256,0.53305787,0.34710744,0.35123968,0.38842976,0.3966942,0.3677686,0.47933885,0.4090909,0.23553719,0.1694215,0.13636364,0.15289256,0.24380165,0.3429752,0.25619835,0.1694215,0.1570248,0.12396694,0.11570248,0.14049587,0.18181819,0.24793388,0.30578512,0.3140496,0.35123968,0.5,0.60330576,0.6487603,0.677686,0.6735537,0.6487603,0.61157024,0.5495868,0.49173555,0.446281,0.4338843,0.4090909,0.38842976,0.3677686,0.32231405,0.2768595,0.2768595,0.1983471,0.2107438,0.28099173,0.3140496,0.21900827,0.14876033,0.14049587,0.11983471,0.11570248,0.16528925,0.18595041,0.19008264,0.17355372,0.19008264,0.23966943,0.29338843,0.3429752,0.40495867,0.45041323,0.4876033,0.5123967,0.5413223,0.54545456,0.34710744,0.36363637,0.38429752,0.39256197,0.38016528,0.46280992,0.42975205,0.3140496,0.21487603,0.16528925,0.19008264,0.3305785,0.4214876,0.3181818,0.21900827,0.14049587,0.12809917,0.1322314,0.16115703,0.19008264,0.20247933,0.24793388,0.2892562,0.32231405,0.5,0.61570245,0.6818182,0.71487606,0.71900827,0.6983471,0.6487603,0.59504133,0.53305787,0.47933885,0.46280992,0.42975205,0.3966942,0.36363637,0.30991736,0.28512397,0.2520661,0.20661157,0.25619835,0.35950413,0.38429752,0.27272728,0.1983471,0.14049587,0.12396694,0.16115703,0.19008264,0.2644628,0.25619835,0.20247933,0.19008264,0.25619835,0.338843,0.3966942,0.446281,0.4876033,0.5206612,0.54545456,0.5661157,0.5661157,0.36363637,0.37190083,0.38429752,0.38842976,0.4214876,0.4752066,0.49173555,0.45867768,0.3429752,0.23553719,0.24793388,0.36363637,0.45454547,0.37603307,0.2892562,0.22727273,0.19008264,0.19421488,0.20661157,0.24380165,0.23966943,0.2107438,0.23966943,0.3429752,0.49173555,0.6322314,0.7066116,0.74380165,0.76859504,0.74380165,0.6983471,0.6404959,0.57438016,0.5206612,0.5041322,0.4752066,0.4214876,0.3677686,0.32231405,0.2768595,0.23553719,0.2107438,0.30165288,0.39256197,0.4338843,0.3553719,0.2603306,0.2107438,0.18181819,0.22727273,0.25619835,0.3264463,0.30578512,0.2644628,0.2892562,0.35123968,0.446281,0.5,0.5413223,0.56198347,0.5661157,0.58677685,0.59090906,0.58264464,0.35950413,0.37190083,0.3966942,0.4090909,0.45041323,0.5041322,0.57438016,0.5785124,0.47107437,0.3140496,0.28099173,0.38842976,0.45454547,0.45041323,0.3553719,0.3181818,0.29752067,0.2892562,0.2892562,0.29338843,0.28512397,0.21900827,0.2107438,0.39256197,0.5371901,0.6528926,0.7231405,0.76859504,0.78512394,0.76033056,0.72727275,0.6735537,0.61157024,0.57024795,0.553719,0.5165289,0.45454547,0.4090909,0.3429752,0.29338843,0.2603306,0.25619835,0.30578512,0.36363637,0.4214876,0.4090909,0.338843,0.30991736,0.30165288,0.30991736,0.30578512,0.35123968,0.3264463,0.3553719,0.4214876,0.49173555,0.553719,0.59090906,0.62396693,0.6363636,0.61570245,0.6198347,0.61157024,0.59090906,0.35123968,0.37190083,0.40082645,0.4090909,0.4876033,0.5371901,0.60330576,0.61157024,0.5206612,0.40082645,0.3677686,0.42561984,0.45041323,0.4752066,0.4338843,0.41735536,0.4214876,0.4090909,0.40495867,0.38429752,0.35950413,0.30165288,0.2892562,0.4876033,0.59504133,0.677686,0.7355372,0.78512394,0.7933884,0.76859504,0.73966944,0.7107438,0.6446281,0.62396693,0.60330576,0.55785125,0.4876033,0.45454547,0.41322315,0.37603307,0.3677686,0.34710744,0.3553719,0.37603307,0.4090909,0.42975205,0.4214876,0.42561984,0.4338843,0.3966942,0.39256197,0.41322315,0.42561984,0.45041323,0.5082645,0.57024795,0.61570245,0.661157,0.677686,0.6818182,0.6570248,0.6363636,0.6198347,0.59504133,0.3429752,0.38016528,0.38016528,0.42561984,0.5041322,0.54545456,0.6198347,0.62396693,0.54545456,0.47933885,0.47107437,0.49173555,0.47933885,0.47107437,0.4752066,0.45041323,0.45867768,0.44214877,0.446281,0.446281,0.44214877,0.39256197,0.42561984,0.58264464,0.6404959,0.6942149,0.74380165,0.7933884,0.8016529,0.77272725,0.74793386,0.73966944,0.6818182,0.6487603,0.6528926,0.61157024,0.54545456,0.5165289,0.5041322,0.47107437,0.45454547,0.4338843,0.41735536,0.4214876,0.446281,0.45867768,0.46694216,0.4876033,0.5082645,0.49586776,0.4876033,0.5082645,0.5289256,0.5289256,0.54545456,0.5785124,0.6280992,0.6859504,0.7066116,0.69008267,0.6694215,0.6404959,0.61157024,0.59504133,0.3553719,0.38429752,0.37603307,0.46280992,0.5165289,0.54545456,0.60330576,0.6280992,0.54545456,0.48347107,0.48347107,0.5,0.49173555,0.48347107,0.5,0.47933885,0.47107437,0.47933885,0.5041322,0.5289256,0.5247934,0.5082645,0.57438016,0.661157,0.6735537,0.70247936,0.74793386,0.7892562,0.7933884,0.7768595,0.75619835,0.74380165,0.70247936,0.677686,0.6942149,0.7066116,0.661157,0.6363636,0.6198347,0.57024795,0.5289256,0.5082645,0.47933885,0.4752066,0.48347107,0.48347107,0.5,0.5123967,0.5247934,0.5289256,0.5371901,0.53305787,0.54545456,0.5495868,0.5661157,0.607438,0.6280992,0.6735537,0.6735537,0.6694215,0.6487603,0.62396693,0.61157024,0.59504133,0.35950413,0.38842976,0.38842976,0.46694216,0.5289256,0.553719,0.60330576,0.6446281,0.58677685,0.49586776,0.45041323,0.47107437,0.46280992,0.49173555,0.49173555,0.5082645,0.5041322,0.53305787,0.55785125,0.58677685,0.59504133,0.6198347,0.6570248,0.6818182,0.677686,0.7066116,0.75619835,0.7933884,0.8016529,0.78099173,0.76033056,0.74380165,0.7231405,0.7066116,0.71487606,0.74380165,0.7355372,0.7355372,0.71900827,0.6859504,0.6198347,0.57024795,0.54545456,0.5206612,0.49586776,0.4876033,0.48347107,0.48347107,0.47933885,0.4876033,0.49586776,0.5041322,0.5165289,0.55785125,0.60330576,0.6446281,0.6528926,0.6487603,0.6198347,0.61570245,0.6322314,0.6198347,0.60330576,0.59090906,0.37190083,0.36363637,0.40082645,0.5247934,0.53305787,0.55785125,0.59917355,0.6446281,0.6404959,0.60330576,0.5289256,0.49173555,0.47933885,0.47933885,0.5165289,0.53305787,0.5661157,0.5785124,0.61570245,0.6652893,0.6942149,0.7107438,0.6942149,0.6818182,0.677686,0.7107438,0.76859504,0.80991733,0.8140496,0.78512394,0.7644628,0.75206614,0.7355372,0.7231405,0.71900827,0.74380165,0.7644628,0.78099173,0.77272725,0.7644628,0.73966944,0.69008267,0.6570248,0.61157024,0.56198347,0.53305787,0.5165289,0.5082645,0.5041322,0.49586776,0.5289256,0.57438016,0.6280992,0.69008267,0.7231405,0.72727275,0.71487606,0.6983471,0.6570248,0.6280992,0.62396693,0.607438,0.59090906,0.58264464,0.36363637,0.338843,0.41322315,0.5661157,0.5371901,0.5661157,0.61157024,0.661157,0.6983471,0.70247936,0.6694215,0.6280992,0.59090906,0.56198347,0.57438016,0.58677685,0.6198347,0.6363636,0.69008267,0.71900827,0.7231405,0.71487606,0.7066116,0.677686,0.6652893,0.7231405,0.78099173,0.80991733,0.8181818,0.7933884,0.76033056,0.74793386,0.73966944,0.7231405,0.73966944,0.75619835,0.76859504,0.78099173,0.78512394,0.7892562,0.7768595,0.78099173,0.75206614,0.7231405,0.6818182,0.6652893,0.6735537,0.6694215,0.6818182,0.69008267,0.71900827,0.72727275,0.76859504,0.78099173,0.78099173,0.77272725,0.75619835,0.7355372,0.6983471,0.6570248,0.6280992,0.60330576,0.59917355,0.58264464,0.3553719,0.34710744,0.45454547,0.58677685,0.5413223,0.57438016,0.6322314,0.6735537,0.7107438,0.7231405,0.7231405,0.7231405,0.7107438,0.6818182,0.6735537,0.6818182,0.7066116,0.7231405,0.7355372,0.73140496,0.7231405,0.71487606,0.70247936,0.6735537,0.6735537,0.72727275,0.79752064,0.8181818,0.8140496,0.7933884,0.75206614,0.74793386,0.7355372,0.73966944,0.74380165,0.75619835,0.77272725,0.7892562,0.78512394,0.78512394,0.78099173,0.7768595,0.78512394,0.78099173,0.77272725,0.7768595,0.78099173,0.78099173,0.78099173,0.7933884,0.79752064,0.7933884,0.80991733,0.79752064,0.78512394,0.78099173,0.7644628,0.74793386,0.7107438,0.677686,0.6280992,0.61157024,0.59504133,0.5785124,0.338843,0.35950413,0.4876033,0.61570245,0.5413223,0.58677685,0.6363636,0.6859504,0.7066116,0.71900827,0.73140496,0.73140496,0.73966944,0.73140496,0.73966944,0.7355372,0.7355372,0.7355372,0.73140496,0.7231405,0.72727275,0.71487606,0.6983471,0.677686,0.677686,0.72727275,0.8016529,0.8264463,0.8057851,0.7768595,0.75206614,0.74380165,0.7355372,0.75206614,0.76033056,0.75619835,0.77272725,0.7892562,0.78512394,0.78099173,0.78512394,0.7768595,0.78099173,0.78099173,0.78512394,0.79752064,0.8140496,0.8140496,0.8140496,0.8057851,0.8057851,0.7933884,0.79752064,0.78099173,0.77272725,0.77272725,0.76033056,0.74380165,0.7066116,0.6818182,0.62396693,0.61570245,0.59504133,0.57438016,0.338843,0.3677686,0.5247934,0.607438,0.5495868,0.59090906,0.6363636,0.6859504,0.70247936,0.71900827,0.7355372,0.7355372,0.73966944,0.73966944,0.7355372,0.73140496,0.72727275,0.72727275,0.72727275,0.71900827,0.71900827,0.71487606,0.70247936,0.69008267,0.6983471,0.73966944,0.8057851,0.822314,0.79752064,0.7768595,0.76033056,0.74793386,0.74380165,0.75619835,0.7644628,0.76033056,0.76859504,0.77272725,0.77272725,0.76859504,0.78099173,0.7644628,0.76859504,0.76859504,0.76859504,0.78512394,0.8057851,0.8057851,0.8140496,0.8016529,0.79752064,0.7768595,0.7644628,0.75206614,0.74380165,0.75619835,0.75206614,0.73140496,0.7107438,0.6570248,0.61157024,0.60330576,0.5785124,0.55785125,0.3264463,0.3966942,0.5495868,0.60330576,0.55785125,0.59090906,0.6363636,0.677686,0.6942149,0.71900827,0.72727275,0.7355372,0.7355372,0.73140496,0.7231405,0.71487606,0.71487606,0.71487606,0.7066116,0.6942149,0.69008267,0.6859504,0.6859504,0.6859504,0.71900827,0.76033056,0.7933884,0.8016529,0.7933884,0.77272725,0.76033056,0.7355372,0.73966944,0.7355372,0.7355372,0.7355372,0.73140496,0.71487606,0.71900827,0.7231405,0.76033056,0.75619835,0.75619835,0.75619835,0.76033056,0.76859504,0.78099173,0.7892562,0.7933884,0.78512394,0.7768595,0.75206614,0.7355372,0.7231405,0.7231405,0.73140496,0.7355372,0.71487606,0.70247936,0.6487603,0.60330576,0.58677685,0.56198347,0.5413223,0.33471075,0.4338843,0.57024795,0.59504133,0.58264464,0.57438016,0.61570245,0.6652893,0.6735537,0.7066116,0.71900827,0.7231405,0.71900827,0.7107438,0.6983471,0.6859504,0.6859504,0.6694215,0.6404959,0.6280992,0.6404959,0.6487603,0.677686,0.6983471,0.7355372,0.77272725,0.7892562,0.7933884,0.7933884,0.76859504,0.74380165,0.6942149,0.70247936,0.69008267,0.6983471,0.7066116,0.6859504,0.6570248,0.6198347,0.60330576,0.661157,0.6942149,0.7231405,0.72727275,0.7355372,0.74793386,0.75619835,0.75619835,0.76033056,0.74793386,0.74793386,0.72727275,0.71487606,0.7066116,0.7107438,0.6983471,0.6983471,0.6983471,0.677686,0.6446281,0.59917355,0.57024795,0.553719,0.53305787,0.3429752,0.47107437,0.5785124,0.59090906,0.59090906,0.56198347,0.6198347,0.6570248,0.6652893,0.6859504,0.6942149,0.7107438,0.6942149,0.677686,0.6735537,0.6570248,0.6446281,0.60330576,0.56198347,0.59504133,0.6487603,0.6570248,0.6652893,0.70247936,0.74793386,0.78512394,0.8016529,0.8016529,0.78099173,0.7644628,0.7231405,0.677686,0.6694215,0.7066116,0.73140496,0.73966944,0.71900827,0.69008267,0.6363636,0.56198347,0.5289256,0.553719,0.6404959,0.6694215,0.70247936,0.71487606,0.7231405,0.7231405,0.72727275,0.7355372,0.71900827,0.7066116,0.6983471,0.6942149,0.6859504,0.661157,0.6652893,0.6735537,0.6528926,0.6198347,0.58677685,0.56198347,0.5495868,0.5289256,0.35950413,0.5082645,0.58677685,0.59504133,0.58264464,0.553719,0.60330576,0.6280992,0.6570248,0.6694215,0.6694215,0.6694215,0.661157,0.6570248,0.6322314,0.62396693,0.58264464,0.49586776,0.49586776,0.61570245,0.69008267,0.6859504,0.6570248,0.70247936,0.74793386,0.7933884,0.8140496,0.80991733,0.78099173,0.75619835,0.71900827,0.6859504,0.6735537,0.74380165,0.76033056,0.75619835,0.74380165,0.72727275,0.7066116,0.6446281,0.47933885,0.4338843,0.49586776,0.5661157,0.6280992,0.661157,0.6859504,0.6818182,0.6859504,0.6983471,0.6859504,0.677686,0.6735537,0.677686,0.661157,0.6322314,0.6322314,0.6363636,0.6280992,0.59917355,0.58677685,0.5661157,0.5289256,0.5082645,0.38842976,0.5206612,0.55785125,0.60330576,0.5785124,0.5371901,0.5785124,0.61570245,0.62396693,0.6404959,0.6446281,0.6280992,0.6280992,0.61570245,0.59090906,0.5371901,0.4876033,0.38429752,0.43801653,0.6363636,0.70247936,0.6859504,0.6404959,0.6859504,0.74793386,0.79752064,0.8181818,0.8016529,0.78099173,0.7644628,0.7107438,0.69008267,0.6983471,0.75619835,0.7644628,0.76033056,0.75619835,0.7355372,0.70247936,0.6322314,0.47107437,0.35950413,0.38016528,0.44214877,0.5082645,0.56198347,0.60330576,0.6322314,0.6363636,0.6570248,0.6528926,0.6570248,0.6487603,0.6487603,0.6280992,0.61157024,0.59917355,0.59504133,0.57438016,0.5785124,0.57024795,0.5289256,0.5082645,0.49173555,0.37190083,0.5,0.5082645,0.58677685,0.57438016,0.5247934,0.56198347,0.58677685,0.59917355,0.59917355,0.60330576,0.59917355,0.58264464,0.57438016,0.5289256,0.4752066,0.42561984,0.33471075,0.4090909,0.62396693,0.69008267,0.661157,0.62396693,0.6652893,0.71487606,0.76859504,0.7892562,0.76859504,0.75619835,0.75206614,0.71487606,0.6818182,0.71900827,0.74380165,0.7644628,0.7644628,0.75206614,0.71487606,0.6694215,0.57438016,0.41735536,0.33471075,0.338843,0.35950413,0.4090909,0.46694216,0.5123967,0.5495868,0.58264464,0.61570245,0.607438,0.62396693,0.60330576,0.60330576,0.59504133,0.58264464,0.57024795,0.5661157,0.5413223,0.5495868,0.54545456,0.5206612,0.48347107,0.4752066,0.37603307,0.48347107,0.49586776,0.55785125,0.55785125,0.5,0.5206612,0.55785125,0.57438016,0.5661157,0.5661157,0.57438016,0.5371901,0.5206612,0.4752066,0.4214876,0.36363637,0.29752067,0.39256197,0.59917355,0.6694215,0.6280992,0.59917355,0.6404959,0.6859504,0.7107438,0.72727275,0.7231405,0.71487606,0.6983471,0.6818182,0.677686,0.7066116,0.72727275,0.74793386,0.72727275,0.6942149,0.6487603,0.58677685,0.49586776,0.38016528,0.3264463,0.36363637,0.3553719,0.3429752,0.37603307,0.43801653,0.47107437,0.5206612,0.54545456,0.5495868,0.56198347,0.5661157,0.5495868,0.553719,0.5495868,0.5206612,0.5082645,0.5123967,0.5247934,0.5206612,0.5082645,0.47933885,0.4752066,0.38016528,0.4752066,0.5082645,0.54545456,0.56198347,0.48347107,0.49586776,0.5247934,0.53305787,0.5247934,0.53305787,0.5371901,0.5082645,0.4876033,0.42975205,0.38016528,0.338843,0.29338843,0.35950413,0.5371901,0.607438,0.58264464,0.56198347,0.59917355,0.6404959,0.661157,0.6694215,0.661157,0.6404959,0.62396693,0.607438,0.61570245,0.6446281,0.6652893,0.661157,0.62396693,0.5785124,0.53305787,0.4752066,0.4214876,0.37603307,0.3677686,0.38429752,0.38429752,0.338843,0.3429752,0.38016528,0.4214876,0.46694216,0.49173555,0.5041322,0.5206612,0.5165289,0.5041322,0.5082645,0.5082645,0.49586776,0.48347107,0.4876033,0.49173555,0.49586776,0.47933885,0.46694216,0.47107437,0.37190083,0.46694216,0.5165289,0.54545456,0.553719,0.47933885,0.45867768,0.48347107,0.5,0.4876033,0.49173555,0.5,0.46694216,0.446281,0.40082645,0.338843,0.32231405,0.29338843,0.3264463,0.45867768,0.5165289,0.5041322,0.4752066,0.5082645,0.5661157,0.58677685,0.58264464,0.57024795,0.5371901,0.5289256,0.5082645,0.5123967,0.5289256,0.53305787,0.5206612,0.46694216,0.446281,0.41735536,0.40495867,0.39256197,0.4090909,0.40495867,0.42561984,0.42561984,0.38429752,0.3429752,0.33471075,0.37190083,0.40495867,0.4338843,0.46280992,0.47107437,0.46280992,0.45454547,0.46694216,0.45867768,0.46694216,0.46280992,0.45454547,0.46280992,0.46280992,0.45867768,0.45867768,0.45867768,0.37190083,0.45867768,0.5123967,0.5413223,0.56198347,0.47933885,0.4338843,0.44214877,0.45867768,0.45867768,0.45454547,0.45041323,0.42561984,0.4090909,0.3677686,0.3305785,0.30165288,0.28512397,0.338843,0.46280992,0.46280992,0.39256197,0.37190083,0.3966942,0.45867768,0.4876033,0.4876033,0.47107437,0.45867768,0.45041323,0.42975205,0.40495867,0.38842976,0.37603307,0.3677686,0.338843,0.35950413,0.37190083,0.40082645,0.4090909,0.43801653,0.44214877,0.47933885,0.47107437,0.42975205,0.37190083,0.32231405,0.33471075,0.3677686,0.38429752,0.40495867,0.41322315,0.41735536,0.40495867,0.41735536,0.41735536,0.41735536,0.4214876,0.4214876,0.43801653,0.44214877,0.4338843,0.44214877,0.446281,0.37190083,0.446281,0.49173555,0.54545456,0.57438016,0.4752066,0.42975205,0.39256197,0.4090909,0.40495867,0.4090909,0.3966942,0.38842976,0.37603307,0.338843,0.32231405,0.2892562,0.2768595,0.37603307,0.5123967,0.5082645,0.35123968,0.28512397,0.30991736,0.35950413,0.38842976,0.3966942,0.3966942,0.3966942,0.40082645,0.36363637,0.32231405,0.27272728,0.3181818,0.3264463,0.34710744,0.38842976,0.40495867,0.42975205,0.44214877,0.45867768,0.47933885,0.5123967,0.5082645,0.45867768,0.41322315,0.35123968,0.3140496,0.338843,0.35123968,0.36363637,0.38429752,0.38429752,0.37190083,0.38429752,0.38842976,0.38016528,0.38016528,0.39256197,0.40495867,0.42975205,0.40495867,0.42975205,0.43801653,0.3553719,0.4338843,0.48347107,0.5289256,0.553719,0.5,0.46280992,0.38016528,0.36363637,0.3553719,0.37603307,0.37603307,0.36363637,0.34710744,0.3305785,0.30165288,0.26859504,0.26859504,0.40495867,0.553719,0.5495868,0.40082645,0.28512397,0.2603306,0.30991736,0.34710744,0.34710744,0.3553719,0.35950413,0.34710744,0.3140496,0.26859504,0.2892562,0.338843,0.3677686,0.4090909,0.42975205,0.446281,0.45867768,0.49173555,0.47107437,0.5123967,0.553719,0.54545456,0.5041322,0.45867768,0.4090909,0.3553719,0.3140496,0.3264463,0.338843,0.34710744,0.37190083,0.36363637,0.3677686,0.38016528,0.37190083,0.37190083,0.38842976,0.40082645,0.40495867,0.40082645,0.42561984,0.4338843,0.35123968,0.39256197,0.4752066,0.5289256,0.5495868,0.5082645,0.5165289,0.4214876,0.3429752,0.338843,0.34710744,0.34710744,0.338843,0.338843,0.3140496,0.30578512,0.2603306,0.29338843,0.43801653,0.56198347,0.58264464,0.47107437,0.3429752,0.29752067,0.29338843,0.29338843,0.30165288,0.29338843,0.3140496,0.29752067,0.30165288,0.29752067,0.35123968,0.4090909,0.42561984,0.45041323,0.46280992,0.47933885,0.4876033,0.49173555,0.47933885,0.53305787,0.57024795,0.56198347,0.5165289,0.5,0.46280992,0.4090909,0.3677686,0.30991736,0.3264463,0.3305785,0.34710744,0.34710744,0.35123968,0.3677686,0.36363637,0.38429752,0.37603307,0.38016528,0.40082645,0.39256197,0.42975205,0.43801653,0.35123968,0.37603307,0.44214877,0.5247934,0.5082645,0.5165289,0.5165289,0.5247934,0.37603307,0.338843,0.338843,0.338843,0.338843,0.33471075,0.3181818,0.2768595,0.27272728,0.30991736,0.43801653,0.5371901,0.58264464,0.5082645,0.40495867,0.3181818,0.3181818,0.2892562,0.28099173,0.28099173,0.2892562,0.2768595,0.30578512,0.3305785,0.38016528,0.42975205,0.446281,0.45867768,0.47107437,0.4876033,0.4876033,0.49586776,0.5165289,0.55785125,0.57024795,0.57438016,0.53305787,0.49173555,0.46280992,0.42975205,0.40495867,0.3553719,0.3140496,0.3264463,0.3181818,0.3429752,0.3429752,0.35950413,0.36363637,0.3966942,0.40495867,0.3966942,0.40495867,0.40082645,0.42975205,0.42975205,0.338843,0.35950413,0.42561984,0.48347107,0.53305787,0.5495868,0.54545456,0.59504133,0.49173555,0.3553719,0.3305785,0.3305785,0.3305785,0.32231405,0.29752067,0.28512397,0.29338843,0.3140496,0.4090909,0.4876033,0.5289256,0.5082645,0.42975205,0.35123968,0.32231405,0.30991736,0.30991736,0.3181818,0.3140496,0.30165288,0.3140496,0.35950413,0.39256197,0.42561984,0.42975205,0.45041323,0.45454547,0.46280992,0.4752066,0.49586776,0.5289256,0.53305787,0.5495868,0.54545456,0.5165289,0.46280992,0.44214877,0.45454547,0.446281,0.4090909,0.35123968,0.3181818,0.338843,0.3429752,0.34710744,0.36363637,0.38016528,0.39256197,0.4090909,0.42561984,0.41735536,0.41322315,0.42975205,0.45041323,0.3305785,0.34710744,0.38016528,0.42975205,0.47933885,0.5495868,0.57024795,0.61157024,0.6198347,0.42975205,0.338843,0.3305785,0.3140496,0.3181818,0.3181818,0.30165288,0.2892562,0.30991736,0.35123968,0.37603307,0.3966942,0.40082645,0.39256197,0.3429752,0.30991736,0.30165288,0.30991736,0.3305785,0.338843,0.33471075,0.33471075,0.3677686,0.3553719,0.37603307,0.3677686,0.37603307,0.38016528,0.3966942,0.4090909,0.43801653,0.45041323,0.45041323,0.45867768,0.46280992,0.446281,0.4214876,0.4090909,0.43801653,0.446281,0.42975205,0.3966942,0.35123968,0.35950413,0.36363637,0.37603307,0.38842976,0.38842976,0.40495867,0.4090909,0.43801653,0.42975205,0.4214876,0.4338843,0.446281,0.33471075,0.338843,0.3429752,0.38016528,0.39256197,0.46694216,0.5206612,0.58677685,0.6735537,0.5495868,0.35950413,0.3305785,0.3305785,0.3305785,0.32231405,0.32231405,0.28512397,0.30991736,0.28512397,0.2231405,0.2107438,0.2107438,0.24380165,0.28512397,0.24793388,0.24793388,0.23966943,0.2768595,0.30165288,0.2892562,0.28099173,0.2768595,0.29338843,0.29752067,0.27272728,0.26859504,0.2892562,0.30165288,0.29338843,0.3181818,0.3305785,0.30991736,0.30991736,0.3140496,0.28512397,0.27272728,0.29752067,0.3553719,0.40082645,0.40495867,0.41735536,0.38016528,0.40495867,0.41322315,0.41322315,0.40495867,0.40082645,0.4090909,0.41322315,0.4338843,0.446281,0.4338843,0.44214877,0.45041323,0.33471075,0.3305785,0.33471075,0.3553719,0.38842976,0.38016528,0.4214876,0.5041322,0.62396693,0.59504133,0.38842976,0.3140496,0.34710744,0.34710744,0.35123968,0.33471075,0.30991736,0.2892562,0.2603306,0.18595041,0.1322314,0.09090909,0.13636364,0.28512397,0.23553719,0.2644628,0.22727273,0.2768595,0.30578512,0.23966943,0.21900827,0.25619835,0.3181818,0.3305785,0.26859504,0.25619835,0.3181818,0.33471075,0.28099173,0.29752067,0.338843,0.24793388,0.24380165,0.21487603,0.1570248,0.12809917,0.16528925,0.26859504,0.34710744,0.37190083,0.40495867,0.41322315,0.45454547,0.46280992,0.45041323,0.42561984,0.41735536,0.42561984,0.4214876,0.43801653,0.45041323,0.45041323,0.45041323,0.45041323,0.32231405,0.3305785,0.3264463,0.33471075,0.37190083,0.3553719,0.35123968,0.37603307,0.43801653,0.46694216,0.38429752,0.3140496,0.338843,0.3677686,0.38429752,0.3553719,0.3429752,0.30165288,0.28512397,0.2892562,0.22727273,0.12396694,0.09917355,0.24793388,0.2644628,0.30578512,0.3140496,0.37190083,0.3966942,0.3429752,0.2768595,0.34710744,0.4090909,0.44214877,0.37190083,0.3264463,0.40082645,0.41322315,0.32231405,0.35123968,0.38016528,0.2644628,0.2231405,0.19008264,0.1446281,0.1694215,0.24380165,0.3429752,0.38016528,0.3966942,0.41735536,0.46694216,0.5,0.5041322,0.48347107,0.45041323,0.44214877,0.42975205,0.44214877,0.446281,0.45454547,0.45867768,0.45867768,0.45041323,0.3264463,0.33471075,0.33471075,0.3264463,0.3553719,0.34710744,0.338843,0.35123968,0.34710744,0.3553719,0.3553719,0.33471075,0.338843,0.37190083,0.4214876,0.39256197,0.38842976,0.34710744,0.3264463,0.40082645,0.3677686,0.24793388,0.14049587,0.15289256,0.24380165,0.2768595,0.3429752,0.3966942,0.42561984,0.41735536,0.3305785,0.38842976,0.4214876,0.47107437,0.42561984,0.3677686,0.41322315,0.4338843,0.3305785,0.35123968,0.3553719,0.2644628,0.2107438,0.20661157,0.24793388,0.30991736,0.38842976,0.43801653,0.446281,0.45454547,0.4752066,0.5082645,0.5371901,0.5247934,0.5,0.4752066,0.45867768,0.44214877,0.45041323,0.45041323,0.45867768,0.45867768,0.45867768,0.446281,0.33471075,0.3264463,0.33471075,0.3305785,0.3429752,0.3305785,0.33471075,0.33471075,0.34710744,0.3429752,0.34710744,0.3429752,0.33471075,0.37190083,0.42975205,0.45041323,0.446281,0.40495867,0.40082645,0.45454547,0.48347107,0.39256197,0.2892562,0.21487603,0.19008264,0.20247933,0.30165288,0.37603307,0.38429752,0.3966942,0.32231405,0.3677686,0.38842976,0.4338843,0.41735536,0.35123968,0.37190083,0.37190083,0.3140496,0.29752067,0.29752067,0.23140496,0.29752067,0.3140496,0.37603307,0.4214876,0.46694216,0.4876033,0.5041322,0.5206612,0.5206612,0.53305787,0.553719,0.5289256,0.49586776,0.4752066,0.46280992,0.45454547,0.43801653,0.45041323,0.46280992,0.45041323,0.45454547,0.45041323,0.3181818,0.3181818,0.338843,0.3264463,0.34710744,0.3305785,0.33471075,0.3305785,0.34710744,0.33471075,0.33471075,0.34710744,0.3429752,0.35950413,0.4338843,0.47933885,0.4752066,0.45454547,0.47107437,0.49173555,0.5082645,0.45454547,0.40082645,0.37190083,0.28512397,0.23553719,0.24380165,0.32231405,0.34710744,0.338843,0.29338843,0.28099173,0.3181818,0.35123968,0.3305785,0.2768595,0.2892562,0.28512397,0.2644628,0.29338843,0.30991736,0.3264463,0.38016528,0.41735536,0.43801653,0.46280992,0.49173555,0.5206612,0.553719,0.55785125,0.5661157,0.5495868,0.55785125,0.5289256,0.49586776,0.47107437,0.45867768,0.45867768,0.45867768,0.45041323,0.45867768,0.45041323,0.45454547,0.44214877,0.3264463,0.3264463,0.338843,0.3264463,0.35123968,0.3264463,0.3429752,0.3181818,0.338843,0.3429752,0.3429752,0.3553719,0.35123968,0.34710744,0.40082645,0.46694216,0.5,0.47933885,0.49173555,0.5495868,0.5165289,0.48347107,0.4214876,0.44214877,0.41735536,0.38842976,0.35123968,0.338843,0.33471075,0.28099173,0.24380165,0.2107438,0.21900827,0.24793388,0.2644628,0.25619835,0.27272728,0.30991736,0.3264463,0.36363637,0.38842976,0.41735536,0.42975205,0.45454547,0.45041323,0.46280992,0.5082645,0.54545456,0.5785124,0.56198347,0.56198347,0.55785125,0.5495868,0.5082645,0.47933885,0.46694216,0.45454547,0.45041323,0.45041323,0.45041323,0.45041323,0.44214877,0.44214877,0.42975205,0.3264463,0.32231405,0.3264463,0.3264463,0.33471075,0.3305785,0.3264463,0.33471075,0.3305785,0.33471075,0.338843,0.3305785,0.35123968,0.35950413,0.3553719,0.45041323,0.5123967,0.5082645,0.49586776,0.56198347,0.55785125,0.47107437,0.4214876,0.3966942,0.4338843,0.45867768,0.45454547,0.42975205,0.4338843,0.38842976,0.33471075,0.2892562,0.2644628,0.27272728,0.2892562,0.3140496,0.35123968,0.37603307,0.39256197,0.3966942,0.43801653,0.446281,0.45454547,0.45041323,0.46280992,0.49586776,0.5413223,0.5661157,0.5785124,0.57438016,0.5661157,0.55785125,0.53305787,0.5,0.46694216,0.45867768,0.45041323,0.45867768,0.4338843,0.45454547,0.44214877,0.42975205,0.42561984,0.4214876,0.32231405,0.3264463,0.3305785,0.3140496,0.3429752,0.3264463,0.32231405,0.3429752,0.338843,0.33471075,0.3429752,0.338843,0.338843,0.3677686,0.34710744,0.4090909,0.4876033,0.5247934,0.5123967,0.553719,0.58677685,0.48347107,0.4338843,0.3966942,0.3966942,0.43801653,0.45867768,0.43801653,0.446281,0.41322315,0.37190083,0.3140496,0.29338843,0.30578512,0.3140496,0.33471075,0.35123968,0.36363637,0.38429752,0.40082645,0.4338843,0.43801653,0.45454547,0.47107437,0.49586776,0.5371901,0.55785125,0.58264464,0.58264464,0.5785124,0.5785124,0.5661157,0.53305787,0.49173555,0.45867768,0.43801653,0.43801653,0.43801653,0.45454547,0.42561984,0.43801653,0.4338843,0.4214876,0.40495867,0.30991736,0.32231405,0.3305785,0.3264463,0.33471075,0.3305785,0.32231405,0.3264463,0.33471075,0.33471075,0.3305785,0.33471075,0.3305785,0.34710744,0.37190083,0.3677686,0.45454547,0.5206612,0.5413223,0.5495868,0.59504133,0.5371901,0.45454547,0.4214876,0.38842976,0.40082645,0.39256197,0.38429752,0.38429752,0.38016528,0.37603307,0.3140496,0.29752067,0.29752067,0.3140496,0.3264463,0.3429752,0.35950413,0.40082645,0.41322315,0.4214876,0.46280992,0.46694216,0.5123967,0.5413223,0.5661157,0.57438016,0.59090906,0.58677685,0.58677685,0.58264464,0.58677685,0.5413223,0.49173555,0.45867768,0.44214877,0.4338843,0.42561984,0.43801653,0.42561984,0.4214876,0.4214876,0.3966942,0.38842976,0.3181818,0.3181818,0.3264463,0.3264463,0.32231405,0.3264463,0.3264463,0.3305785,0.33471075,0.33471075,0.338843,0.3305785,0.34710744,0.34710744,0.36363637,0.3677686,0.3966942,0.49173555,0.553719,0.5495868,0.58677685,0.57024795,0.5123967,0.44214877,0.4214876,0.41322315,0.39256197,0.37190083,0.37190083,0.37603307,0.38016528,0.34710744,0.3181818,0.3264463,0.33471075,0.34710744,0.3677686,0.39256197,0.42561984,0.44214877,0.45041323,0.4876033,0.5082645,0.54545456,0.57024795,0.59090906,0.59917355,0.60330576,0.58677685,0.59917355,0.59090906,0.58264464,0.5289256,0.47933885,0.45041323,0.44214877,0.4338843,0.4214876,0.42561984,0.41735536,0.41735536,0.4090909,0.39256197,0.38429752,0.3181818,0.3181818,0.32231405,0.3305785,0.3140496,0.3264463,0.3264463,0.338843,0.33471075,0.3305785,0.34710744,0.3305785,0.34710744,0.34710744,0.3429752,0.3553719,0.37190083,0.43801653,0.53305787,0.5495868,0.5661157,0.58264464,0.57438016,0.5082645,0.45454547,0.4338843,0.4090909,0.39256197,0.40495867,0.4090909,0.3966942,0.40495867,0.37190083,0.38016528,0.37603307,0.38429752,0.3966942,0.4214876,0.45454547,0.47107437,0.49173555,0.5413223,0.55785125,0.5785124,0.59504133,0.61157024,0.60330576,0.59504133,0.59090906,0.59504133,0.57438016,0.5495868,0.5041322,0.46280992,0.44214877,0.4338843,0.42561984,0.42561984,0.41322315,0.4090909,0.3966942,0.38842976,0.38016528,0.3966942,0.3140496,0.3181818,0.3264463,0.32231405,0.33471075,0.3140496,0.338843,0.338843,0.3305785,0.3305785,0.3305785,0.338843,0.3305785,0.34710744,0.33471075,0.338843,0.36363637,0.39256197,0.47933885,0.5371901,0.54545456,0.59504133,0.59917355,0.5661157,0.5206612,0.49586776,0.45867768,0.45454547,0.46280992,0.45867768,0.446281,0.446281,0.42561984,0.44214877,0.43801653,0.44214877,0.45454547,0.47107437,0.5041322,0.5247934,0.56198347,0.57024795,0.59504133,0.607438,0.6322314,0.62396693,0.59917355,0.59504133,0.59504133,0.59090906,0.55785125,0.5165289,0.4876033,0.45041323,0.43801653,0.4214876,0.42561984,0.4090909,0.40495867,0.38842976,0.37190083,0.3677686,0.38842976,0.41322315,0.3140496,0.3181818,0.3264463,0.3140496,0.35123968,0.3181818,0.3305785,0.3181818,0.338843,0.338843,0.3264463,0.338843,0.3429752,0.33471075,0.338843,0.338843,0.3553719,0.38016528,0.42561984,0.5082645,0.5413223,0.58677685,0.60330576,0.59090906,0.56198347,0.5495868,0.53305787,0.5371901,0.5371901,0.5165289,0.49173555,0.49173555,0.49173555,0.5041322,0.5123967,0.5165289,0.5289256,0.5371901,0.5661157,0.5785124,0.59917355,0.61157024,0.6280992,0.6446281,0.6446281,0.6198347,0.59504133,0.58677685,0.58264464,0.58264464,0.5413223,0.49173555,0.46280992,0.43801653,0.4214876,0.4090909,0.41322315,0.39256197,0.39256197,0.35123968,0.36363637,0.37603307,0.40495867,0.42561984,0.32231405,0.3181818,0.3181818,0.3140496,0.3305785,0.32231405,0.3305785,0.3181818,0.33471075,0.338843,0.3305785,0.33471075,0.338843,0.35123968,0.33471075,0.3429752,0.338843,0.35950413,0.3966942,0.46280992,0.5289256,0.57438016,0.61157024,0.607438,0.61157024,0.60330576,0.61570245,0.62396693,0.6280992,0.607438,0.58264464,0.59504133,0.57024795,0.59090906,0.5785124,0.58264464,0.59504133,0.59917355,0.58677685,0.60330576,0.6198347,0.62396693,0.6487603,0.661157,0.6363636,0.61157024,0.59504133,0.56198347,0.57024795,0.54545456,0.49586776,0.45867768,0.4338843,0.42561984,0.4090909,0.38842976,0.40082645,0.36363637,0.36363637,0.3553719,0.37190083,0.3966942,0.41735536,0.4338843,0.3181818,0.3181818,0.3181818,0.32231405,0.3305785,0.32231405,0.3264463,0.32231405,0.33471075,0.3429752,0.3305785,0.338843,0.33471075,0.338843,0.3429752,0.338843,0.338843,0.35950413,0.47107437,0.4752066,0.48347107,0.5371901,0.6280992,0.6280992,0.6363636,0.6528926,0.6694215,0.6983471,0.71487606,0.7231405,0.71900827,0.71487606,0.69008267,0.677686,0.6487603,0.6446281,0.6487603,0.6487603,0.6363636,0.6198347,0.6363636,0.6446281,0.6735537,0.6570248,0.6198347,0.59090906,0.56198347,0.5495868,0.5247934,0.49586776,0.45041323,0.4214876,0.40495867,0.40495867,0.38429752,0.36363637,0.3553719,0.35123968,0.35950413,0.38842976,0.38016528,0.40495867,0.4338843,0.45041323,0.3140496,0.3181818,0.3181818,0.3181818,0.3181818,0.33471075,0.3264463,0.3181818,0.33471075,0.338843,0.3429752,0.3305785,0.3305785,0.338843,0.338843,0.3429752,0.3181818,0.40495867,0.5785124,0.62396693,0.49586776,0.5,0.59917355,0.61570245,0.6363636,0.6528926,0.6487603,0.6859504,0.71487606,0.71900827,0.7231405,0.73966944,0.72727275,0.6942149,0.69008267,0.6735537,0.661157,0.6528926,0.6528926,0.6404959,0.6528926,0.6487603,0.6404959,0.6198347,0.58264464,0.55785125,0.5247934,0.5123967,0.47107437,0.446281,0.4338843,0.40082645,0.38016528,0.37190083,0.35950413,0.3429752,0.3429752,0.3429752,0.37603307,0.38842976,0.4090909,0.41735536,0.43801653,0.446281,0.30991736,0.3181818,0.3181818,0.30991736,0.3264463,0.32231405,0.3264463,0.3264463,0.3305785,0.3305785,0.338843,0.3305785,0.3305785,0.34710744,0.35123968,0.3181818,0.3264463,0.5413223,0.7231405,0.7892562,0.54545456,0.4338843,0.53305787,0.607438,0.6198347,0.61570245,0.607438,0.62396693,0.6570248,0.6694215,0.6694215,0.7066116,0.7066116,0.6859504,0.677686,0.6735537,0.6652893,0.6487603,0.6487603,0.6570248,0.661157,0.6280992,0.59504133,0.58677685,0.54545456,0.5041322,0.47933885,0.46280992,0.4214876,0.3966942,0.38429752,0.36363637,0.34710744,0.33471075,0.33471075,0.3264463,0.34710744,0.3553719,0.38842976,0.4090909,0.41322315,0.42561984,0.446281,0.45041323,0.3140496,0.3264463,0.32231405,0.3140496,0.32231405,0.3264463,0.32231405,0.33471075,0.3264463,0.3305785,0.338843,0.3264463,0.3305785,0.3429752,0.3553719,0.29752067,0.3677686,0.6859504,0.8140496,0.8429752,0.59504133,0.38016528,0.46280992,0.5785124,0.59504133,0.58677685,0.58264464,0.59504133,0.61157024,0.6198347,0.62396693,0.6487603,0.6652893,0.6570248,0.6570248,0.661157,0.6487603,0.6363636,0.62396693,0.6322314,0.6280992,0.59090906,0.5661157,0.5371901,0.49173555,0.46280992,0.45041323,0.41322315,0.37190083,0.35123968,0.35123968,0.33471075,0.33471075,0.3140496,0.3264463,0.338843,0.36363637,0.38016528,0.39256197,0.4214876,0.41735536,0.4338843,0.45041323,0.45867768,0.3140496,0.32231405,0.3264463,0.3181818,0.3181818,0.32231405,0.32231405,0.33471075,0.33471075,0.33471075,0.338843,0.3305785,0.338843,0.3429752,0.35950413,0.28512397,0.45867768,0.8057851,0.8429752,0.8471074,0.6528926,0.34710744,0.38429752,0.5165289,0.55785125,0.5661157,0.5495868,0.56198347,0.57438016,0.5785124,0.59090906,0.59504133,0.60330576,0.60330576,0.60330576,0.607438,0.60330576,0.59917355,0.5785124,0.5785124,0.5661157,0.5371901,0.5082645,0.47933885,0.43801653,0.42975205,0.40495867,0.35950413,0.33471075,0.3264463,0.3264463,0.3140496,0.3305785,0.3181818,0.34710744,0.36363637,0.38429752,0.40495867,0.4090909,0.41735536,0.42561984,0.446281,0.45454547,0.46280992,34 +0.37603307,0.3966942,0.41735536,0.46694216,0.5247934,0.59090906,0.6446281,0.6694215,0.6942149,0.70247936,0.71900827,0.7107438,0.71900827,0.7355372,0.7355372,0.73140496,0.74380165,0.74380165,0.74793386,0.75619835,0.75619835,0.73966944,0.73140496,0.72727275,0.73140496,0.73966944,0.7355372,0.74380165,0.7355372,0.7355372,0.7355372,0.73140496,0.7107438,0.7066116,0.69008267,0.6859504,0.70247936,0.7066116,0.70247936,0.7107438,0.70247936,0.6818182,0.677686,0.6694215,0.6694215,0.661157,0.6487603,0.6322314,0.607438,0.58677685,0.57438016,0.55785125,0.5123967,0.5,0.45867768,0.42975205,0.42975205,0.37603307,0.30991736,0.25619835,0.19421488,0.2892562,0.36363637,0.3305785,0.38429752,0.4214876,0.47107437,0.5289256,0.607438,0.6528926,0.69008267,0.7066116,0.7107438,0.7107438,0.72727275,0.72727275,0.73966944,0.74793386,0.74793386,0.73966944,0.74380165,0.74793386,0.75206614,0.76859504,0.7644628,0.75619835,0.74380165,0.7355372,0.74380165,0.74793386,0.74380165,0.73966944,0.74793386,0.73966944,0.73140496,0.7231405,0.7066116,0.70247936,0.69008267,0.6818182,0.6942149,0.6983471,0.6983471,0.6983471,0.69008267,0.6735537,0.6859504,0.661157,0.6487603,0.6487603,0.6363636,0.59917355,0.61157024,0.59917355,0.58264464,0.55785125,0.5371901,0.5082645,0.46694216,0.45041323,0.45454547,0.42561984,0.3677686,0.29752067,0.2107438,0.29752067,0.38842976,0.2644628,0.4090909,0.43801653,0.5,0.58264464,0.6487603,0.69008267,0.6859504,0.7107438,0.71487606,0.71900827,0.71900827,0.72727275,0.7355372,0.74793386,0.75619835,0.7355372,0.75206614,0.75206614,0.7644628,0.74793386,0.76033056,0.75619835,0.75206614,0.73140496,0.74793386,0.74380165,0.74793386,0.74380165,0.74793386,0.73966944,0.73140496,0.71900827,0.70247936,0.6983471,0.6942149,0.6983471,0.70247936,0.6942149,0.6983471,0.69008267,0.6942149,0.6818182,0.6694215,0.661157,0.6446281,0.6363636,0.6322314,0.61157024,0.60330576,0.59504133,0.57438016,0.5661157,0.53305787,0.5123967,0.47933885,0.47107437,0.4752066,0.45867768,0.40495867,0.3181818,0.32231405,0.3181818,0.30578512,0.17768595,0.35123968,0.44214877,0.5206612,0.61570245,0.6570248,0.6735537,0.6942149,0.71487606,0.72727275,0.72727275,0.72727275,0.73140496,0.72727275,0.74380165,0.73966944,0.73140496,0.74793386,0.74793386,0.74793386,0.75206614,0.76033056,0.74380165,0.74380165,0.73140496,0.73140496,0.73966944,0.72727275,0.7355372,0.73966944,0.73140496,0.71487606,0.7107438,0.70247936,0.6942149,0.6859504,0.7066116,0.6983471,0.6942149,0.6942149,0.6859504,0.69008267,0.6652893,0.6528926,0.6446281,0.6363636,0.6280992,0.61570245,0.61157024,0.59917355,0.59504133,0.57024795,0.56198347,0.53305787,0.5041322,0.4876033,0.47933885,0.4876033,0.46694216,0.41735536,0.3429752,0.34710744,0.27272728,0.20247933,0.20661157,0.35123968,0.4752066,0.55785125,0.6280992,0.6528926,0.661157,0.69008267,0.6983471,0.71900827,0.71900827,0.71487606,0.73966944,0.72727275,0.73140496,0.7231405,0.72727275,0.73140496,0.73966944,0.73966944,0.74793386,0.75619835,0.75206614,0.74380165,0.73966944,0.73140496,0.7355372,0.72727275,0.7231405,0.72727275,0.71487606,0.6942149,0.6983471,0.6859504,0.6818182,0.6859504,0.6942149,0.69008267,0.6942149,0.6818182,0.6735537,0.6694215,0.6735537,0.6363636,0.6280992,0.6198347,0.61570245,0.60330576,0.60330576,0.59090906,0.57024795,0.58264464,0.5661157,0.5371901,0.5041322,0.47933885,0.4876033,0.4876033,0.45867768,0.41322315,0.38429752,0.3305785,0.23140496,0.17355372,0.23966943,0.38842976,0.5041322,0.58677685,0.6363636,0.6487603,0.6528926,0.6652893,0.69008267,0.7107438,0.7231405,0.7231405,0.73140496,0.72727275,0.7355372,0.73140496,0.7355372,0.73140496,0.73966944,0.72727275,0.74380165,0.74793386,0.75206614,0.74793386,0.7355372,0.7231405,0.7231405,0.7107438,0.7107438,0.7107438,0.6983471,0.6818182,0.677686,0.6735537,0.677686,0.677686,0.6859504,0.6942149,0.6859504,0.677686,0.677686,0.6694215,0.6528926,0.6363636,0.6198347,0.607438,0.59504133,0.59090906,0.59090906,0.59504133,0.58264464,0.57024795,0.57024795,0.53305787,0.5082645,0.4876033,0.49173555,0.47933885,0.48347107,0.4338843,0.35950413,0.2892562,0.18181819,0.1322314,0.24380165,0.446281,0.5371901,0.61157024,0.6404959,0.6487603,0.6446281,0.6694215,0.69008267,0.7107438,0.73140496,0.74380165,0.7066116,0.6942149,0.70247936,0.71900827,0.7066116,0.70247936,0.7107438,0.7107438,0.7231405,0.7231405,0.73140496,0.73140496,0.73140496,0.7107438,0.7066116,0.70247936,0.6942149,0.6983471,0.6859504,0.6735537,0.6652893,0.6652893,0.6735537,0.6694215,0.6818182,0.6735537,0.6652893,0.6694215,0.661157,0.6528926,0.6280992,0.62396693,0.60330576,0.58677685,0.5785124,0.5785124,0.57024795,0.58677685,0.58264464,0.57438016,0.5495868,0.5165289,0.49173555,0.49586776,0.47933885,0.47107437,0.47933885,0.43801653,0.33471075,0.28099173,0.1983471,0.13636364,0.24380165,0.48347107,0.58677685,0.6280992,0.6363636,0.6363636,0.6652893,0.661157,0.6942149,0.71487606,0.7231405,0.6859504,0.6280992,0.60330576,0.607438,0.6198347,0.6198347,0.6322314,0.6528926,0.6735537,0.6818182,0.70247936,0.7107438,0.71487606,0.71487606,0.7066116,0.69008267,0.69008267,0.6818182,0.6735537,0.6652893,0.661157,0.6487603,0.6528926,0.6528926,0.6694215,0.6652893,0.6570248,0.6446281,0.6528926,0.6404959,0.6363636,0.61157024,0.59917355,0.58264464,0.5785124,0.57438016,0.58264464,0.58264464,0.58264464,0.57024795,0.553719,0.5123967,0.46694216,0.4338843,0.43801653,0.42561984,0.42975205,0.43801653,0.4214876,0.32231405,0.2644628,0.22727273,0.16528925,0.2231405,0.5495868,0.59917355,0.6280992,0.6487603,0.6404959,0.6487603,0.6404959,0.6487603,0.6570248,0.61570245,0.5785124,0.5413223,0.5247934,0.5247934,0.53305787,0.5123967,0.5041322,0.5495868,0.57024795,0.58264464,0.61157024,0.6446281,0.6570248,0.6694215,0.677686,0.677686,0.677686,0.6652893,0.661157,0.6528926,0.6322314,0.6198347,0.6363636,0.6404959,0.6528926,0.6487603,0.6322314,0.6363636,0.6322314,0.6198347,0.61570245,0.59917355,0.5785124,0.5661157,0.55785125,0.56198347,0.55785125,0.55785125,0.553719,0.5247934,0.48347107,0.4338843,0.3966942,0.3677686,0.34710744,0.37603307,0.37603307,0.36363637,0.3429752,0.26859504,0.24793388,0.25619835,0.16528925,0.1983471,0.59917355,0.6198347,0.6322314,0.6322314,0.6363636,0.6198347,0.59090906,0.5495868,0.54545456,0.5413223,0.5413223,0.553719,0.5413223,0.5413223,0.5123967,0.4752066,0.446281,0.446281,0.45867768,0.46694216,0.45867768,0.47107437,0.4876033,0.5165289,0.5495868,0.607438,0.6322314,0.6280992,0.6280992,0.61570245,0.607438,0.60330576,0.6280992,0.6280992,0.6363636,0.6363636,0.61157024,0.61157024,0.61157024,0.59917355,0.58677685,0.5661157,0.5495868,0.5413223,0.5289256,0.5082645,0.47933885,0.4752066,0.446281,0.42975205,0.40082645,0.3677686,0.3305785,0.338843,0.3677686,0.38429752,0.38429752,0.3553719,0.33471075,0.28099173,0.2644628,0.26859504,0.15289256,0.17355372,0.6404959,0.6404959,0.6280992,0.6322314,0.6280992,0.59504133,0.55785125,0.5413223,0.54545456,0.5785124,0.59504133,0.61157024,0.6198347,0.607438,0.58677685,0.5495868,0.5,0.45867768,0.44214877,0.43801653,0.42561984,0.3966942,0.37190083,0.37603307,0.40495867,0.46694216,0.5371901,0.57024795,0.58264464,0.58264464,0.57438016,0.58264464,0.59090906,0.61157024,0.60330576,0.59504133,0.5785124,0.57024795,0.55785125,0.55785125,0.5413223,0.5165289,0.5206612,0.5165289,0.47933885,0.41735536,0.35950413,0.3429752,0.3305785,0.33471075,0.3305785,0.3553719,0.38016528,0.3966942,0.42561984,0.42975205,0.43801653,0.4214876,0.3966942,0.33471075,0.30165288,0.2644628,0.16115703,0.17768595,0.6446281,0.6570248,0.6322314,0.61570245,0.61570245,0.59917355,0.60330576,0.61570245,0.6363636,0.661157,0.661157,0.6363636,0.61570245,0.59090906,0.5661157,0.5371901,0.5,0.46280992,0.45041323,0.42561984,0.40495867,0.3966942,0.35950413,0.3140496,0.3264463,0.33471075,0.4214876,0.4876033,0.5165289,0.53305787,0.54545456,0.5495868,0.5661157,0.57024795,0.5661157,0.553719,0.5371901,0.5206612,0.5123967,0.5123967,0.4876033,0.46694216,0.46694216,0.42561984,0.3677686,0.2892562,0.23966943,0.25619835,0.26859504,0.3140496,0.3181818,0.34710744,0.38016528,0.40495867,0.42561984,0.4338843,0.4338843,0.42561984,0.41735536,0.36363637,0.33471075,0.30578512,0.17355372,0.21487603,0.6280992,0.6363636,0.6322314,0.59917355,0.57438016,0.58264464,0.61157024,0.6280992,0.61570245,0.61157024,0.58264464,0.553719,0.5206612,0.49173555,0.45454547,0.4214876,0.3966942,0.38016528,0.38842976,0.38429752,0.38016528,0.38842976,0.38016528,0.3429752,0.3264463,0.30991736,0.35950413,0.41735536,0.46280992,0.49173555,0.5123967,0.5165289,0.53305787,0.5413223,0.53305787,0.5206612,0.49586776,0.47933885,0.46280992,0.46694216,0.446281,0.42975205,0.3966942,0.3429752,0.26859504,0.23140496,0.2231405,0.24380165,0.25619835,0.25619835,0.2768595,0.2892562,0.30991736,0.3305785,0.3677686,0.37603307,0.3966942,0.3966942,0.39256197,0.338843,0.3677686,0.35950413,0.2231405,0.25619835,0.6198347,0.6363636,0.6363636,0.6198347,0.57438016,0.5661157,0.57438016,0.56198347,0.5371901,0.5082645,0.45867768,0.39256197,0.338843,0.30165288,0.27272728,0.27272728,0.24380165,0.24793388,0.25619835,0.28512397,0.3264463,0.3553719,0.3677686,0.3677686,0.3553719,0.35950413,0.37190083,0.4090909,0.42561984,0.46280992,0.4752066,0.5123967,0.5206612,0.5247934,0.5123967,0.5082645,0.49173555,0.47933885,0.446281,0.42975205,0.40495867,0.38016528,0.34710744,0.29752067,0.25619835,0.23553719,0.20661157,0.20661157,0.18595041,0.16528925,0.20247933,0.2231405,0.2107438,0.1983471,0.23553719,0.27272728,0.3264463,0.3553719,0.35123968,0.33471075,0.37190083,0.3966942,0.28099173,0.2107438,0.6322314,0.6363636,0.6322314,0.62396693,0.5661157,0.553719,0.5206612,0.47933885,0.42975205,0.37190083,0.30165288,0.24793388,0.21487603,0.19421488,0.18595041,0.17768595,0.17768595,0.16115703,0.16115703,0.19421488,0.23140496,0.29338843,0.3429752,0.35950413,0.38016528,0.38429752,0.38016528,0.40495867,0.40495867,0.44214877,0.47933885,0.53305787,0.55785125,0.55785125,0.53305787,0.5206612,0.5,0.49173555,0.44214877,0.4090909,0.37190083,0.3429752,0.30165288,0.28512397,0.23553719,0.18595041,0.16528925,0.1446281,0.14876033,0.12809917,0.13636364,0.18181819,0.2107438,0.1983471,0.19421488,0.17355372,0.24793388,0.29752067,0.30165288,0.3264463,0.36363637,0.41735536,0.32231405,0.1983471,0.6322314,0.6446281,0.6487603,0.6322314,0.58677685,0.5371901,0.5,0.44214877,0.36363637,0.27272728,0.21900827,0.19421488,0.20661157,0.18181819,0.1694215,0.20247933,0.1694215,0.15289256,0.15289256,0.16528925,0.19421488,0.22727273,0.29752067,0.36363637,0.39256197,0.38842976,0.38842976,0.39256197,0.41322315,0.4338843,0.5041322,0.57438016,0.607438,0.61157024,0.59917355,0.57024795,0.53305787,0.49586776,0.45041323,0.38429752,0.34710744,0.29752067,0.26859504,0.24380165,0.1983471,0.16115703,0.12396694,0.14049587,0.10330579,0.13636364,0.13636364,0.13636364,0.11983471,0.1446281,0.16528925,0.19008264,0.19008264,0.25619835,0.29752067,0.33471075,0.37190083,0.3966942,0.34710744,0.20661157,0.6198347,0.661157,0.6446281,0.6363636,0.607438,0.56198347,0.49586776,0.4214876,0.30578512,0.24793388,0.19008264,0.19008264,0.25619835,0.24380165,0.19008264,0.20661157,0.14876033,0.1694215,0.1983471,0.23140496,0.2107438,0.2231405,0.2603306,0.30991736,0.37603307,0.40082645,0.3966942,0.39256197,0.41322315,0.46694216,0.5371901,0.62396693,0.661157,0.6570248,0.6528926,0.6198347,0.5661157,0.5,0.446281,0.37190083,0.30578512,0.2768595,0.22727273,0.21900827,0.21487603,0.1694215,0.16115703,0.14876033,0.10330579,0.1446281,0.14049587,0.1983471,0.22727273,0.15289256,0.09917355,0.13636364,0.19008264,0.23966943,0.30991736,0.36363637,0.41322315,0.4090909,0.3429752,0.2892562,0.61157024,0.661157,0.6404959,0.6404959,0.6322314,0.59090906,0.5371901,0.42975205,0.35123968,0.2892562,0.2520661,0.26859504,0.4090909,0.36363637,0.24793388,0.17768595,0.12396694,0.1694215,0.23553719,0.3181818,0.338843,0.23140496,0.26859504,0.30165288,0.338843,0.38016528,0.4090909,0.40495867,0.42975205,0.49586776,0.607438,0.677686,0.71900827,0.7231405,0.7066116,0.6652893,0.59090906,0.5041322,0.44214877,0.35950413,0.2892562,0.2644628,0.23553719,0.2231405,0.27272728,0.2603306,0.1983471,0.16115703,0.11157025,0.11983471,0.19421488,0.26859504,0.30991736,0.24380165,0.1570248,0.15289256,0.1983471,0.27272728,0.36363637,0.4090909,0.4338843,0.4214876,0.34710744,0.38429752,0.61157024,0.6446281,0.6446281,0.661157,0.677686,0.6818182,0.6446281,0.61157024,0.56198347,0.4752066,0.38016528,0.37603307,0.47933885,0.43801653,0.3264463,0.2644628,0.2603306,0.23966943,0.30991736,0.3966942,0.41735536,0.29752067,0.25619835,0.2768595,0.3264463,0.38842976,0.43801653,0.4752066,0.5041322,0.56198347,0.6570248,0.7231405,0.75619835,0.75619835,0.74793386,0.7107438,0.59917355,0.5082645,0.446281,0.39256197,0.30991736,0.26859504,0.23553719,0.23140496,0.30165288,0.3181818,0.21900827,0.21900827,0.18181819,0.19008264,0.23140496,0.3264463,0.3305785,0.2603306,0.20247933,0.24380165,0.3677686,0.36363637,0.39256197,0.44214877,0.446281,0.4214876,0.38429752,0.4338843,0.607438,0.6446281,0.6652893,0.6942149,0.7231405,0.74380165,0.73140496,0.7355372,0.71487606,0.61157024,0.4752066,0.4214876,0.446281,0.47933885,0.4338843,0.38429752,0.3677686,0.3429752,0.37603307,0.42975205,0.42975205,0.38842976,0.35950413,0.3305785,0.3677686,0.446281,0.5289256,0.59090906,0.62396693,0.661157,0.7107438,0.76033056,0.7768595,0.78099173,0.7768595,0.7231405,0.61570245,0.5041322,0.46280992,0.43801653,0.39256197,0.34710744,0.30578512,0.3181818,0.3140496,0.3264463,0.29338843,0.27272728,0.26859504,0.26859504,0.3181818,0.3181818,0.2768595,0.2603306,0.2644628,0.32231405,0.43801653,0.47933885,0.46694216,0.46694216,0.45454547,0.4214876,0.37603307,0.4338843,0.61157024,0.6363636,0.6735537,0.69008267,0.71900827,0.74793386,0.74380165,0.74380165,0.7355372,0.6942149,0.59504133,0.54545456,0.5495868,0.5371901,0.5165289,0.49173555,0.4752066,0.46694216,0.446281,0.45041323,0.44214877,0.46694216,0.4752066,0.4876033,0.5165289,0.56198347,0.6363636,0.69008267,0.71900827,0.72727275,0.7355372,0.7644628,0.7892562,0.7892562,0.77272725,0.72727275,0.6198347,0.5247934,0.47933885,0.47107437,0.45041323,0.45867768,0.446281,0.4338843,0.38016528,0.36363637,0.3553719,0.3553719,0.35950413,0.34710744,0.35950413,0.35950413,0.3677686,0.3553719,0.38016528,0.4090909,0.45867768,0.5,0.5082645,0.47107437,0.45041323,0.40495867,0.40495867,0.446281,0.607438,0.6487603,0.6652893,0.69008267,0.7107438,0.7355372,0.75206614,0.7355372,0.71900827,0.6818182,0.6404959,0.61570245,0.59917355,0.58264464,0.5661157,0.5206612,0.5041322,0.5041322,0.49173555,0.47107437,0.47107437,0.5041322,0.53305787,0.5495868,0.59917355,0.6818182,0.71900827,0.75619835,0.76033056,0.75206614,0.75206614,0.77272725,0.7933884,0.78512394,0.77272725,0.7231405,0.6322314,0.5371901,0.4876033,0.4876033,0.49173555,0.5041322,0.4752066,0.44214877,0.41735536,0.40082645,0.40082645,0.40495867,0.4090909,0.41322315,0.41322315,0.41735536,0.41322315,0.42561984,0.42561984,0.43801653,0.49173555,0.5082645,0.49586776,0.45454547,0.446281,0.40082645,0.4214876,0.45867768,0.6198347,0.6487603,0.6694215,0.69008267,0.7066116,0.7231405,0.7355372,0.7355372,0.7231405,0.6859504,0.6446281,0.61157024,0.57438016,0.5495868,0.5495868,0.5247934,0.5082645,0.5165289,0.5165289,0.5289256,0.5413223,0.56198347,0.59090906,0.6528926,0.72727275,0.7644628,0.76859504,0.7644628,0.76033056,0.75619835,0.76033056,0.7892562,0.79752064,0.7892562,0.7644628,0.74380165,0.6363636,0.55785125,0.5082645,0.5041322,0.5082645,0.5371901,0.5413223,0.5082645,0.47933885,0.4752066,0.46280992,0.45041323,0.42561984,0.41322315,0.4214876,0.41322315,0.41322315,0.4214876,0.45041323,0.46694216,0.5206612,0.5082645,0.48347107,0.44214877,0.446281,0.40082645,0.4214876,0.46694216,0.6280992,0.6570248,0.677686,0.6859504,0.70247936,0.71900827,0.72727275,0.74793386,0.73966944,0.73966944,0.71900827,0.6942149,0.6322314,0.60330576,0.59090906,0.5785124,0.57024795,0.57024795,0.58264464,0.61157024,0.6198347,0.661157,0.7107438,0.76033056,0.78512394,0.7933884,0.78512394,0.76033056,0.7644628,0.75619835,0.75206614,0.78099173,0.8016529,0.7892562,0.7644628,0.74380165,0.661157,0.5661157,0.5247934,0.53305787,0.55785125,0.58677685,0.60330576,0.60330576,0.5785124,0.55785125,0.5371901,0.5165289,0.4876033,0.47107437,0.47107437,0.47933885,0.47933885,0.5,0.5413223,0.54545456,0.55785125,0.5206612,0.5041322,0.45867768,0.43801653,0.41322315,0.43801653,0.45454547,0.6280992,0.6570248,0.6818182,0.6818182,0.70247936,0.71487606,0.72727275,0.75206614,0.78099173,0.7933884,0.7892562,0.78099173,0.76859504,0.74793386,0.7231405,0.69008267,0.661157,0.6528926,0.6735537,0.7066116,0.75206614,0.77272725,0.78512394,0.7892562,0.7933884,0.79752064,0.7933884,0.76033056,0.76033056,0.76033056,0.75206614,0.76859504,0.8016529,0.7768595,0.76033056,0.74380165,0.6694215,0.55785125,0.5289256,0.5371901,0.5785124,0.6322314,0.6694215,0.6735537,0.6652893,0.6528926,0.6446281,0.6322314,0.61570245,0.61157024,0.61570245,0.61157024,0.61157024,0.607438,0.6198347,0.60330576,0.57438016,0.5371901,0.5,0.46694216,0.44214877,0.4214876,0.44214877,0.4338843,0.6198347,0.6528926,0.6818182,0.6942149,0.7066116,0.72727275,0.74380165,0.7644628,0.79752064,0.8181818,0.8181818,0.80991733,0.80991733,0.8016529,0.7933884,0.7892562,0.76859504,0.76859504,0.7768595,0.7892562,0.8057851,0.8016529,0.8016529,0.79752064,0.79752064,0.8016529,0.79752064,0.77272725,0.7644628,0.76033056,0.74793386,0.7644628,0.7933884,0.78099173,0.75206614,0.75619835,0.6735537,0.56198347,0.5413223,0.56198347,0.59917355,0.661157,0.6942149,0.6942149,0.69008267,0.69008267,0.69008267,0.70247936,0.7066116,0.7107438,0.70247936,0.6942149,0.677686,0.6487603,0.6446281,0.61570245,0.5785124,0.5413223,0.4876033,0.45454547,0.446281,0.40082645,0.38842976,0.37190083,0.6280992,0.6652893,0.6859504,0.6983471,0.71487606,0.72727275,0.7355372,0.7768595,0.79752064,0.8264463,0.8305785,0.8347107,0.822314,0.8181818,0.8181818,0.8140496,0.80991733,0.8181818,0.80991733,0.8057851,0.8057851,0.8057851,0.79752064,0.8016529,0.79752064,0.79752064,0.8016529,0.78512394,0.7644628,0.76859504,0.75206614,0.75619835,0.7892562,0.78512394,0.76033056,0.75619835,0.6942149,0.59917355,0.5495868,0.58264464,0.62396693,0.6735537,0.677686,0.6735537,0.6694215,0.6652893,0.677686,0.6818182,0.7066116,0.73140496,0.73140496,0.72727275,0.7066116,0.6694215,0.61570245,0.60330576,0.5661157,0.54545456,0.49173555,0.446281,0.44214877,0.4090909,0.30165288,0.3305785,0.62396693,0.6570248,0.6818182,0.6818182,0.71487606,0.71900827,0.73140496,0.76859504,0.78099173,0.8140496,0.8305785,0.8347107,0.8347107,0.8305785,0.822314,0.822314,0.822314,0.80991733,0.8181818,0.8057851,0.79752064,0.79752064,0.78512394,0.77272725,0.76859504,0.76859504,0.78512394,0.77272725,0.7644628,0.76033056,0.75619835,0.76033056,0.78099173,0.77272725,0.74793386,0.74793386,0.71900827,0.6363636,0.553719,0.5371901,0.57438016,0.607438,0.5785124,0.58677685,0.62396693,0.6322314,0.6487603,0.6487603,0.6652893,0.6859504,0.70247936,0.7107438,0.6859504,0.6528926,0.607438,0.57024795,0.55785125,0.5165289,0.4876033,0.446281,0.4338843,0.42561984,0.23966943,0.16115703,0.62396693,0.6487603,0.6694215,0.6859504,0.6983471,0.70247936,0.71900827,0.7355372,0.76033056,0.7768595,0.8016529,0.8140496,0.822314,0.80991733,0.80991733,0.80991733,0.8140496,0.8140496,0.79752064,0.78099173,0.76859504,0.74380165,0.7107438,0.6735537,0.6859504,0.6983471,0.73140496,0.7355372,0.7355372,0.75619835,0.75619835,0.7644628,0.7933884,0.7768595,0.75206614,0.74380165,0.72727275,0.6528926,0.5371901,0.49586776,0.54545456,0.5495868,0.5123967,0.45041323,0.48347107,0.553719,0.59090906,0.59504133,0.62396693,0.6363636,0.6528926,0.6528926,0.6528926,0.61157024,0.59917355,0.56198347,0.5289256,0.5,0.47933885,0.45041323,0.4214876,0.4214876,0.19008264,0.08677686,0.6280992,0.62396693,0.6570248,0.6735537,0.6818182,0.6942149,0.7066116,0.7231405,0.74793386,0.74380165,0.76033056,0.7768595,0.78099173,0.7768595,0.76859504,0.78099173,0.7644628,0.75206614,0.7355372,0.71900827,0.677686,0.61570245,0.59090906,0.6404959,0.6983471,0.7231405,0.7644628,0.74793386,0.7231405,0.72727275,0.75206614,0.7644628,0.79752064,0.7892562,0.76033056,0.75619835,0.73966944,0.6570248,0.53305787,0.5165289,0.59917355,0.61570245,0.57438016,0.47107437,0.38016528,0.4214876,0.49173555,0.53305787,0.57024795,0.58677685,0.59917355,0.607438,0.61570245,0.57438016,0.5661157,0.5371901,0.5041322,0.47107437,0.45041323,0.43801653,0.4214876,0.38016528,0.1570248,0.09090909,0.61570245,0.62396693,0.6322314,0.661157,0.6694215,0.677686,0.6983471,0.7066116,0.7107438,0.71900827,0.7231405,0.73140496,0.73140496,0.72727275,0.7231405,0.7231405,0.7066116,0.6735537,0.6446281,0.60330576,0.5289256,0.46280992,0.5206612,0.6487603,0.7355372,0.75619835,0.76859504,0.77272725,0.7355372,0.71900827,0.7355372,0.75206614,0.7933884,0.80991733,0.7644628,0.75206614,0.73966944,0.661157,0.54545456,0.5247934,0.62396693,0.6487603,0.6280992,0.5206612,0.35950413,0.338843,0.38016528,0.45041323,0.49173555,0.5123967,0.54545456,0.5495868,0.553719,0.54545456,0.5289256,0.5123967,0.48347107,0.45454547,0.42975205,0.42975205,0.4090909,0.3553719,0.1694215,0.11983471,0.59917355,0.607438,0.6322314,0.6446281,0.6528926,0.6570248,0.6694215,0.677686,0.69008267,0.6818182,0.6859504,0.6859504,0.677686,0.677686,0.6570248,0.6528926,0.61157024,0.58264464,0.5289256,0.48347107,0.42975205,0.35950413,0.47107437,0.6652893,0.72727275,0.7644628,0.7768595,0.7768595,0.76033056,0.71487606,0.7066116,0.71900827,0.74793386,0.7768595,0.74793386,0.73140496,0.7107438,0.6404959,0.5413223,0.5123967,0.58264464,0.6404959,0.59090906,0.5041322,0.35123968,0.2892562,0.35123968,0.36363637,0.41735536,0.4338843,0.48347107,0.49586776,0.5082645,0.5082645,0.49173555,0.45867768,0.45454547,0.42975205,0.3966942,0.41735536,0.40495867,0.33471075,0.17768595,0.16528925,0.58677685,0.59090906,0.6198347,0.61570245,0.6363636,0.6446281,0.6446281,0.6446281,0.6694215,0.661157,0.6528926,0.6446281,0.6322314,0.6322314,0.607438,0.57438016,0.5413223,0.49173555,0.43801653,0.38842976,0.3677686,0.3305785,0.45041323,0.607438,0.69008267,0.7231405,0.75206614,0.7644628,0.73966944,0.70247936,0.6859504,0.69008267,0.7066116,0.7231405,0.71487606,0.6818182,0.6404959,0.58264464,0.5206612,0.47933885,0.5289256,0.5661157,0.5247934,0.45867768,0.3553719,0.30578512,0.3140496,0.32231405,0.36363637,0.39256197,0.42561984,0.446281,0.45454547,0.45454547,0.4338843,0.41322315,0.42561984,0.3966942,0.38016528,0.39256197,0.40082645,0.2768595,0.19421488,0.21900827,0.58264464,0.58264464,0.59917355,0.61157024,0.59504133,0.6198347,0.61570245,0.62396693,0.6280992,0.62396693,0.607438,0.59504133,0.58677685,0.58264464,0.5495868,0.5082645,0.45041323,0.41322315,0.38429752,0.34710744,0.3429752,0.37190083,0.46280992,0.5495868,0.59090906,0.62396693,0.6652893,0.677686,0.6652893,0.6446281,0.6404959,0.6404959,0.6446281,0.661157,0.6528926,0.607438,0.55785125,0.49586776,0.46280992,0.44214877,0.45454547,0.46694216,0.4338843,0.40495867,0.3553719,0.3181818,0.30165288,0.3140496,0.338843,0.3677686,0.38842976,0.40495867,0.41322315,0.40495867,0.40082645,0.38016528,0.38842976,0.3677686,0.3677686,0.37190083,0.38016528,0.18595041,0.21487603,0.46280992,0.56198347,0.5661157,0.5785124,0.58677685,0.58677685,0.60330576,0.59504133,0.59090906,0.59917355,0.58264464,0.55785125,0.55785125,0.5413223,0.5289256,0.49173555,0.45454547,0.40082645,0.37190083,0.34710744,0.3429752,0.34710744,0.4090909,0.5165289,0.5371901,0.48347107,0.47107437,0.49586776,0.5289256,0.53305787,0.5289256,0.5289256,0.5289256,0.53305787,0.553719,0.5495868,0.5082645,0.45041323,0.41322315,0.3966942,0.36363637,0.3677686,0.36363637,0.38842976,0.4090909,0.38429752,0.3429752,0.29338843,0.30991736,0.3181818,0.3553719,0.3553719,0.3553719,0.35950413,0.3553719,0.3553719,0.35123968,0.35123968,0.34710744,0.3429752,0.35123968,0.35123968,0.16115703,0.17768595,0.76859504,0.5495868,0.553719,0.5413223,0.55785125,0.55785125,0.55785125,0.55785125,0.56198347,0.55785125,0.54545456,0.5165289,0.5123967,0.4876033,0.45867768,0.4338843,0.38842976,0.37603307,0.3429752,0.3264463,0.3553719,0.40082645,0.5082645,0.58264464,0.59917355,0.5289256,0.39256197,0.338843,0.3264463,0.33471075,0.35123968,0.39256197,0.4338843,0.4338843,0.4338843,0.4338843,0.41322315,0.37190083,0.35123968,0.3140496,0.2892562,0.29752067,0.3429752,0.4090909,0.41735536,0.41322315,0.3677686,0.30991736,0.28099173,0.29752067,0.32231405,0.3305785,0.3305785,0.3429752,0.3264463,0.3305785,0.3181818,0.3140496,0.3181818,0.33471075,0.34710744,0.28512397,0.11570248,0.2107438,0.6487603,0.553719,0.5247934,0.5123967,0.5165289,0.5289256,0.5247934,0.5206612,0.5247934,0.49586776,0.48347107,0.46694216,0.44214877,0.42975205,0.4090909,0.38016528,0.35123968,0.3305785,0.32231405,0.338843,0.39256197,0.5082645,0.607438,0.6528926,0.6570248,0.6487603,0.5413223,0.3966942,0.33471075,0.2892562,0.2892562,0.2892562,0.3429752,0.37190083,0.3553719,0.35123968,0.34710744,0.30991736,0.3181818,0.28512397,0.30578512,0.34710744,0.42975205,0.446281,0.42561984,0.41735536,0.4090909,0.33471075,0.2892562,0.29338843,0.2892562,0.30991736,0.30991736,0.32231405,0.3181818,0.3181818,0.3140496,0.29752067,0.3181818,0.34710744,0.36363637,0.17355372,0.08264463,0.30165288,0.5247934,0.55785125,0.5082645,0.49586776,0.5041322,0.47107437,0.48347107,0.4752066,0.46694216,0.45454547,0.42975205,0.41322315,0.40495867,0.38016528,0.37603307,0.35950413,0.32231405,0.30165288,0.32231405,0.35123968,0.47933885,0.59917355,0.6570248,0.6818182,0.6942149,0.69008267,0.6735537,0.56198347,0.4338843,0.35950413,0.33471075,0.30165288,0.29752067,0.30165288,0.29752067,0.2892562,0.2892562,0.29752067,0.30991736,0.3264463,0.38016528,0.42561984,0.446281,0.446281,0.44214877,0.4214876,0.40495867,0.38429752,0.30165288,0.30991736,0.29752067,0.30578512,0.30165288,0.30165288,0.30578512,0.30578512,0.3140496,0.30991736,0.33471075,0.34710744,0.3264463,0.1570248,0.053719006,0.23553719,0.37603307,0.56198347,0.5082645,0.4876033,0.47933885,0.46694216,0.43801653,0.42975205,0.4090909,0.40495867,0.38842976,0.37190083,0.36363637,0.35123968,0.3429752,0.338843,0.30578512,0.32231405,0.3181818,0.41322315,0.5495868,0.62396693,0.6446281,0.6570248,0.6859504,0.6818182,0.6942149,0.6735537,0.58677685,0.49173555,0.41735536,0.3429752,0.3140496,0.2892562,0.29752067,0.28512397,0.30578512,0.3264463,0.35950413,0.41735536,0.446281,0.446281,0.45041323,0.44214877,0.43801653,0.4214876,0.38429752,0.37603307,0.338843,0.32231405,0.2892562,0.30578512,0.30578512,0.30165288,0.30165288,0.3181818,0.32231405,0.33471075,0.338843,0.35950413,0.28099173,0.1446281,0.10330579,0.1322314,0.20247933,0.54545456,0.5082645,0.49173555,0.47107437,0.46280992,0.44214877,0.4090909,0.38429752,0.37603307,0.35950413,0.3553719,0.3181818,0.3429752,0.3264463,0.3305785,0.3264463,0.33471075,0.3429752,0.44214877,0.55785125,0.59090906,0.59090906,0.59090906,0.60330576,0.62396693,0.6280992,0.62396693,0.6322314,0.58677685,0.53305787,0.41322315,0.3677686,0.338843,0.3264463,0.3181818,0.3677686,0.38016528,0.4090909,0.4338843,0.41735536,0.3966942,0.41735536,0.40495867,0.39256197,0.38016528,0.35950413,0.36363637,0.37190083,0.34710744,0.29752067,0.3305785,0.34710744,0.338843,0.338843,0.338843,0.34710744,0.3429752,0.35950413,0.37190083,0.21900827,0.1322314,0.12809917,0.14049587,0.16528925,0.5289256,0.5165289,0.5,0.47933885,0.47107437,0.446281,0.446281,0.40082645,0.38429752,0.3677686,0.3429752,0.338843,0.35123968,0.338843,0.3429752,0.34710744,0.3305785,0.3264463,0.38016528,0.42561984,0.43801653,0.42561984,0.41735536,0.41735536,0.41322315,0.42975205,0.41735536,0.4214876,0.42561984,0.44214877,0.40082645,0.38016528,0.3553719,0.34710744,0.3305785,0.3181818,0.3140496,0.30578512,0.29752067,0.2892562,0.28099173,0.2603306,0.2603306,0.23966943,0.24380165,0.2603306,0.338843,0.35123968,0.35123968,0.34710744,0.37603307,0.42561984,0.3966942,0.37190083,0.35950413,0.3553719,0.37603307,0.37190083,0.3305785,0.19008264,0.15289256,0.13636364,0.13636364,0.17355372,0.5206612,0.5165289,0.5,0.4876033,0.49173555,0.4752066,0.46694216,0.45041323,0.4090909,0.3966942,0.37190083,0.37190083,0.37603307,0.3553719,0.3429752,0.32231405,0.2892562,0.21487603,0.1446281,0.18595041,0.23553719,0.27272728,0.29338843,0.29752067,0.27272728,0.28512397,0.30991736,0.25619835,0.28099173,0.32231405,0.30991736,0.24793388,0.23140496,0.27272728,0.30165288,0.2768595,0.21900827,0.24793388,0.2603306,0.24380165,0.2520661,0.2107438,0.12809917,0.10743801,0.13636364,0.19421488,0.2768595,0.3181818,0.3429752,0.37603307,0.42561984,0.446281,0.4214876,0.39256197,0.3677686,0.37603307,0.38429752,0.37603307,0.30578512,0.19421488,0.18181819,0.16528925,0.11570248,0.16115703,0.48347107,0.5082645,0.5,0.4876033,0.5041322,0.5,0.48347107,0.4752066,0.48347107,0.46694216,0.45867768,0.43801653,0.4090909,0.3677686,0.338843,0.30991736,0.2768595,0.19008264,0.13636364,0.10743801,0.14049587,0.2231405,0.2644628,0.38429752,0.33471075,0.3429752,0.3966942,0.35950413,0.37190083,0.4338843,0.42561984,0.34710744,0.29338843,0.35123968,0.3966942,0.38429752,0.30991736,0.3305785,0.3264463,0.2603306,0.29338843,0.17355372,0.11570248,0.15289256,0.23553719,0.3429752,0.37190083,0.38429752,0.37603307,0.4214876,0.4338843,0.43801653,0.41322315,0.39256197,0.3677686,0.38429752,0.38429752,0.35950413,0.2644628,0.21487603,0.20661157,0.19421488,0.12396694,0.17355372,0.41735536,0.49173555,0.49586776,0.49586776,0.49586776,0.5165289,0.5,0.5082645,0.5165289,0.5371901,0.5289256,0.5206612,0.45867768,0.40495867,0.35123968,0.3429752,0.38016528,0.37603307,0.34710744,0.29752067,0.2231405,0.1983471,0.22727273,0.338843,0.3305785,0.35950413,0.42561984,0.41735536,0.46694216,0.47933885,0.45867768,0.4090909,0.35950413,0.41322315,0.42561984,0.42975205,0.3553719,0.36363637,0.30165288,0.20661157,0.2603306,0.18181819,0.2107438,0.2768595,0.40495867,0.42561984,0.4338843,0.4214876,0.41322315,0.42561984,0.446281,0.42975205,0.4090909,0.38016528,0.38016528,0.38429752,0.37603307,0.3264463,0.1983471,0.20247933,0.1983471,0.2107438,0.19008264,0.23140496,0.338843,0.446281,0.47933885,0.49586776,0.5,0.5082645,0.5082645,0.5206612,0.5289256,0.54545456,0.56198347,0.5661157,0.5123967,0.446281,0.41322315,0.41322315,0.46694216,0.5,0.53305787,0.5289256,0.5041322,0.41322315,0.3429752,0.3140496,0.30165288,0.3429752,0.37603307,0.39256197,0.47933885,0.47107437,0.4214876,0.39256197,0.35123968,0.38429752,0.38429752,0.38016528,0.30165288,0.2768595,0.23966943,0.2107438,0.24793388,0.25619835,0.29338843,0.34710744,0.4090909,0.446281,0.45041323,0.4338843,0.42975205,0.42561984,0.43801653,0.41735536,0.39256197,0.37603307,0.38429752,0.38016528,0.35123968,0.3140496,0.24793388,0.2231405,0.23966943,0.28512397,0.2768595,0.28512397,0.3140496,0.4090909,0.46280992,0.46280992,0.49586776,0.5041322,0.5165289,0.5206612,0.5289256,0.54545456,0.55785125,0.5661157,0.5371901,0.4752066,0.48347107,0.5165289,0.5495868,0.56198347,0.55785125,0.59504133,0.56198347,0.5413223,0.5247934,0.5,0.42975205,0.38429752,0.3553719,0.3553719,0.40082645,0.41735536,0.37190083,0.3181818,0.2644628,0.32231405,0.3305785,0.3181818,0.26859504,0.23966943,0.2892562,0.30991736,0.30578512,0.29752067,0.33471075,0.35950413,0.41735536,0.45454547,0.45041323,0.43801653,0.4338843,0.42975205,0.40495867,0.39256197,0.37603307,0.38016528,0.37190083,0.38429752,0.3305785,0.30578512,0.29338843,0.2892562,0.30165288,0.3140496,0.29752067,0.30165288,0.34710744,0.34710744,0.42561984,0.446281,0.47107437,0.49173555,0.5123967,0.5206612,0.5206612,0.53305787,0.54545456,0.553719,0.53305787,0.5041322,0.5082645,0.57438016,0.607438,0.6198347,0.58264464,0.553719,0.553719,0.54545456,0.53305787,0.57024795,0.5785124,0.5413223,0.5041322,0.46694216,0.4752066,0.44214877,0.42975205,0.4214876,0.40495867,0.40082645,0.40082645,0.4090909,0.41322315,0.38842976,0.3677686,0.3553719,0.32231405,0.3429752,0.35950413,0.38429752,0.4338843,0.45867768,0.43801653,0.43801653,0.43801653,0.41322315,0.3966942,0.37603307,0.35950413,0.37603307,0.37603307,0.43801653,0.4214876,0.29752067,0.3140496,0.30578512,0.30578512,0.30991736,0.30578512,0.30578512,0.3553719,0.338843,0.36363637,0.40495867,0.42975205,0.47107437,0.5041322,0.5041322,0.5041322,0.5206612,0.5289256,0.5371901,0.5371901,0.5206612,0.5289256,0.57438016,0.6404959,0.661157,0.6322314,0.5661157,0.5289256,0.5206612,0.5,0.4876033,0.53305787,0.5371901,0.5371901,0.5123967,0.5,0.5041322,0.5,0.5,0.49586776,0.47107437,0.47107437,0.446281,0.4214876,0.37603307,0.338843,0.30991736,0.3264463,0.35123968,0.39256197,0.42561984,0.42975205,0.45041323,0.45041323,0.43801653,0.446281,0.41322315,0.3966942,0.3677686,0.3553719,0.37190083,0.41322315,0.5082645,0.5289256,0.41735536,0.30165288,0.3181818,0.30991736,0.3181818,0.2892562,0.3140496,0.3429752,0.36363637,0.33471075,0.38016528,0.4214876,0.4338843,0.47107437,0.48347107,0.5123967,0.5,0.5206612,0.5371901,0.5413223,0.54545456,0.56198347,0.58677685,0.6487603,0.661157,0.6528926,0.6198347,0.5413223,0.5247934,0.5,0.48347107,0.45454547,0.42975205,0.43801653,0.44214877,0.4338843,0.41322315,0.43801653,0.4338843,0.4338843,0.40495867,0.38016528,0.36363637,0.36363637,0.3429752,0.33471075,0.3553719,0.35950413,0.3966942,0.43801653,0.446281,0.446281,0.45867768,0.446281,0.446281,0.4338843,0.38842976,0.38429752,0.36363637,0.36363637,0.45041323,0.5,0.57438016,0.57438016,0.5289256,0.41322315,0.3966942,0.36363637,0.3140496,0.3140496,0.30165288,0.34710744,0.35123968,0.3264463,0.3966942,0.4214876,0.42561984,0.4338843,0.45867768,0.49173555,0.4876033,0.5,0.5123967,0.54545456,0.56198347,0.59917355,0.61570245,0.6322314,0.6570248,0.6570248,0.6487603,0.61157024,0.56198347,0.53305787,0.5082645,0.48347107,0.46280992,0.4214876,0.41735536,0.3966942,0.3677686,0.3966942,0.40082645,0.38842976,0.3429752,0.338843,0.34710744,0.36363637,0.37603307,0.3677686,0.39256197,0.40495867,0.4338843,0.446281,0.46280992,0.46280992,0.45867768,0.446281,0.42975205,0.41735536,0.37190083,0.37603307,0.34710744,0.37603307,0.55785125,0.5785124,0.62396693,0.6322314,0.58264464,0.4876033,0.43801653,0.44214877,0.39256197,0.3181818,0.30991736,0.3429752,0.3429752,0.3264463,0.45454547,0.3429752,0.41735536,0.48347107,0.42975205,0.45867768,0.47107437,0.48347107,0.5,0.5165289,0.5661157,0.6198347,0.6404959,0.6363636,0.6404959,0.6652893,0.661157,0.6446281,0.61570245,0.58264464,0.56198347,0.5247934,0.48347107,0.45454547,0.4338843,0.42561984,0.42561984,0.4214876,0.42561984,0.41735536,0.40495867,0.4090909,0.40082645,0.4090909,0.41322315,0.42561984,0.4338843,0.45041323,0.45867768,0.46280992,0.47933885,0.45454547,0.45454547,0.45454547,0.4214876,0.39256197,0.3677686,0.36363637,0.30165288,0.38429752,0.61570245,0.59917355,0.6280992,0.6818182,0.62396693,0.5413223,0.46694216,0.4752066,0.46280992,0.43801653,0.38016528,0.338843,0.33471075,0.35950413,0.47933885,0.2644628,0.35950413,0.553719,0.4876033,0.4214876,0.44214877,0.45041323,0.46694216,0.49173555,0.5413223,0.59917355,0.6363636,0.6446281,0.6446281,0.6570248,0.6528926,0.6694215,0.6528926,0.6322314,0.6363636,0.59504133,0.553719,0.5289256,0.5247934,0.5123967,0.5082645,0.49586776,0.47933885,0.48347107,0.47933885,0.49173555,0.4876033,0.49586776,0.48347107,0.47933885,0.4752066,0.47107437,0.4876033,0.4876033,0.47933885,0.446281,0.446281,0.43801653,0.38842976,0.37603307,0.35950413,0.37190083,0.2603306,0.44214877,0.6404959,0.59917355,0.6322314,0.6942149,0.6652893,0.59504133,0.49173555,0.49586776,0.4876033,0.47933885,0.5082645,0.34710744,0.33471075,0.3553719,0.49586776,0.29338843,0.3140496,0.5661157,0.553719,0.46280992,0.4090909,0.41735536,0.44214877,0.45867768,0.5041322,0.55785125,0.61570245,0.6322314,0.6528926,0.6528926,0.6528926,0.6735537,0.661157,0.6487603,0.6528926,0.6363636,0.6322314,0.6322314,0.6280992,0.61570245,0.607438,0.5785124,0.5785124,0.5785124,0.58264464,0.58264464,0.59504133,0.59090906,0.5661157,0.5289256,0.5123967,0.5041322,0.5082645,0.4876033,0.45867768,0.44214877,0.4214876,0.3966942,0.35950413,0.35950413,0.40495867,0.37190083,0.25619835,0.5,0.6280992,0.59917355,0.6322314,0.7107438,0.6983471,0.661157,0.5371901,0.5206612,0.53305787,0.5041322,0.5123967,0.338843,0.32231405,0.37190083,0.54545456,0.33471075,0.29338843,0.57438016,0.57438016,0.5082645,0.44214877,0.3966942,0.40082645,0.4214876,0.446281,0.5,0.5785124,0.62396693,0.62396693,0.6487603,0.6570248,0.6859504,0.677686,0.6735537,0.6859504,0.6942149,0.7066116,0.7107438,0.71900827,0.71487606,0.7107438,0.7066116,0.69008267,0.6859504,0.6735537,0.6528926,0.6404959,0.6363636,0.607438,0.57024795,0.5371901,0.53305787,0.5206612,0.4752066,0.43801653,0.41322315,0.3966942,0.3553719,0.3553719,0.40495867,0.44214877,0.30991736,0.24380165,0.59090906,0.62396693,0.607438,0.6446281,0.7107438,0.7107438,0.69008267,0.58677685,0.53305787,0.56198347,0.56198347,0.54545456,0.3305785,0.30165288,0.4876033,0.6652893,0.38429752,0.25619835,0.5289256,0.58677685,0.53305787,0.47107437,0.40082645,0.38842976,0.3966942,0.3966942,0.42975205,0.47933885,0.553719,0.58264464,0.607438,0.6363636,0.677686,0.6859504,0.6859504,0.70247936,0.71487606,0.72727275,0.71487606,0.71900827,0.72727275,0.71900827,0.70247936,0.6859504,0.69008267,0.677686,0.661157,0.6322314,0.61570245,0.59504133,0.57024795,0.56198347,0.54545456,0.48347107,0.45867768,0.4214876,0.38429752,0.35123968,0.3677686,0.39256197,0.446281,0.42975205,0.2107438,0.3181818,0.6198347,0.62396693,0.6198347,0.661157,0.71487606,0.7107438,0.69008267,0.62396693,0.5413223,0.553719,0.59917355,0.59917355,0.35950413,0.38016528,0.5785124,0.76859504,0.45041323,0.2231405,0.47933885,0.58677685,0.56198347,0.5082645,0.446281,0.38429752,0.38016528,0.38842976,0.38016528,0.3966942,0.45454547,0.5247934,0.56198347,0.58677685,0.62396693,0.6652893,0.6859504,0.6942149,0.69008267,0.6859504,0.6735537,0.6652893,0.6652893,0.661157,0.6528926,0.6404959,0.6528926,0.6404959,0.6198347,0.61157024,0.59917355,0.5495868,0.54545456,0.5371901,0.5041322,0.446281,0.40495867,0.38429752,0.3553719,0.338843,0.3966942,0.42975205,0.45454547,0.36363637,0.23553719,0.47933885,0.60330576,0.6404959,0.6404959,0.6652893,0.7107438,0.6983471,0.6859504,0.61570245,0.56198347,0.5413223,0.61157024,0.6280992,0.48347107,0.4876033,0.59090906,0.7892562,0.5495868,0.18181819,0.44214877,0.59090906,0.5785124,0.5289256,0.48347107,0.42561984,0.38842976,0.3677686,0.38842976,0.37603307,0.39256197,0.4338843,0.5041322,0.53305787,0.55785125,0.61570245,0.6446281,0.6446281,0.6528926,0.6363636,0.6322314,0.6280992,0.6198347,0.60330576,0.60330576,0.59090906,0.59917355,0.59090906,0.57438016,0.54545456,0.5413223,0.5,0.4876033,0.4752066,0.43801653,0.4090909,0.37190083,0.3429752,0.338843,0.35950413,0.42561984,0.45041323,0.44214877,0.28512397,0.30578512,0.56198347,0.59917355,0.6570248,0.6528926,0.6694215,0.70247936,0.6983471,0.6652893,0.61157024,0.61157024,0.56198347,0.607438,0.6404959,0.57438016,0.57438016,0.553719,0.8057851,0.6198347,0.2231405,0.4214876,0.58677685,0.5785124,0.553719,0.5,0.47107437,0.4214876,0.38429752,0.37190083,0.37190083,0.37603307,0.38429752,0.42561984,0.4752066,0.5082645,0.5289256,0.57024795,0.58677685,0.59917355,0.59090906,0.5785124,0.5785124,0.5661157,0.55785125,0.5495868,0.54545456,0.5413223,0.5371901,0.5165289,0.4752066,0.46694216,0.43801653,0.42975205,0.40495867,0.40082645,0.3553719,0.33471075,0.3181818,0.3553719,0.4090909,0.43801653,0.446281,0.3677686,0.2107438,0.46280992,0.59504133,0.61570245,0.6652893,0.661157,0.6694215,0.69008267,0.677686,0.6446281,0.59917355,0.661157,0.61570245,0.59504133,0.6528926,0.58264464,0.5785124,0.5413223,0.8471074,0.70247936,0.3181818,0.38429752,0.5785124,0.5785124,0.5661157,0.53305787,0.5041322,0.46280992,0.4338843,0.40082645,0.39256197,0.3677686,0.35950413,0.37603307,0.3966942,0.43801653,0.45454547,0.49586776,0.5082645,0.5247934,0.5206612,0.5082645,0.5,0.5,0.5041322,0.5,0.4876033,0.47107437,0.4752066,0.45041323,0.3966942,0.4090909,0.38016528,0.37603307,0.36363637,0.35123968,0.3181818,0.3305785,0.3429752,0.40082645,0.4338843,0.45041323,0.41322315,0.28512397,0.3305785,0.5661157,0.59917355,0.6363636,0.6735537,0.6735537,0.6735537,0.677686,0.6652893,0.62396693,0.62396693,0.69008267,0.677686,0.61570245,0.6570248,0.607438,0.6198347,0.6528926,0.8677686,0.77272725,0.4338843,0.34710744,0.55785125,0.58264464,0.57438016,0.553719,0.5247934,0.49173555,0.46280992,0.4338843,0.4090909,0.3966942,0.38842976,0.38016528,0.36363637,0.37603307,0.38429752,0.39256197,0.43801653,0.46280992,0.45454547,0.44214877,0.42975205,0.44214877,0.43801653,0.42561984,0.39256197,0.38429752,0.3677686,0.3553719,0.3305785,0.338843,0.3140496,0.338843,0.33471075,0.3264463,0.3181818,0.3553719,0.38429752,0.42561984,0.43801653,0.42561984,0.35950413,0.2644628,0.46280992,0.58677685,0.61570245,0.661157,0.6818182,0.6859504,0.6818182,0.6818182,0.6528926,0.62396693,0.6198347,0.6818182,0.6983471,0.607438,0.6487603,0.6818182,0.6983471,0.73966944,0.838843,0.8471074,0.53305787,0.2644628,0.5123967,0.5785124,0.58677685,0.5661157,0.5495868,0.5206612,0.49173555,0.46694216,0.44214877,0.41735536,0.4090909,0.39256197,0.39256197,0.37190083,0.38016528,0.3677686,0.36363637,0.38429752,0.37190083,0.36363637,0.3553719,0.34710744,0.35950413,0.338843,0.3305785,0.30165288,0.30165288,0.30578512,0.30165288,0.29752067,0.3140496,0.3264463,0.32231405,0.3264463,0.36363637,0.38429752,0.4214876,0.4338843,0.42975205,0.39256197,0.2520661,0.35950413,0.55785125,0.607438,0.6404959,0.6694215,0.6859504,0.6859504,0.6859504,0.6818182,0.6570248,0.6322314,0.61157024,0.6694215,0.6983471,0.607438,0.6404959,0.76859504,0.7768595,0.7933884,0.8347107,0.8595041,0.661157,0.2231405,0.45867768,0.58264464,0.59090906,0.58677685,0.57024795,0.5413223,0.5123967,0.49586776,0.47933885,0.43801653,0.43801653,0.4090909,0.40082645,0.39256197,0.38429752,0.37603307,0.3677686,0.37603307,0.36363637,0.3305785,0.30991736,0.30165288,0.3181818,0.29752067,0.30165288,0.29752067,0.28512397,0.3181818,0.29338843,0.3305785,0.3264463,0.3264463,0.33471075,0.36363637,0.38429752,0.41322315,0.4214876,0.41735536,0.42561984,0.34710744,0.24793388,0.39256197,0.57024795,0.607438,0.6322314,0.6652893,0.6859504,0.6818182,0.6859504,0.6818182,0.6652893,0.6363636,0.60330576,0.6570248,0.6983471,0.6280992,0.6322314,0.8057851,0.80991733,0.8181818,0.8429752,0.8553719,0.75206614,0.28512397,0.3677686,0.58677685,0.59090906,0.59504133,0.59090906,0.57024795,0.54545456,0.5247934,0.5041322,0.47107437,0.45867768,0.43801653,0.4214876,0.41322315,0.38842976,0.3966942,0.38016528,0.37603307,0.35950413,0.36363637,0.35950413,0.32231405,0.3305785,0.30991736,0.30991736,0.29752067,0.30991736,0.3264463,0.30991736,0.3305785,0.338843,0.338843,0.3677686,0.39256197,0.40082645,0.41322315,0.4214876,0.41322315,0.43801653,0.36363637,0.2644628,0.34710744,0.5413223,0.607438,0.6198347,0.661157,0.6818182,0.6818182,0.69008267,0.6818182,0.6694215,0.6446281,0.60330576,0.6404959,0.6942149,0.6487603,0.62396693,0.8264463,0.8305785,0.8347107,0.8429752,0.8512397,0.8181818,0.5123967,0.27272728,0.5661157,0.59504133,0.60330576,0.59917355,0.59090906,0.5661157,0.553719,0.5247934,0.5123967,0.47107437,0.47933885,0.45454547,0.4338843,0.41322315,0.41735536,0.40495867,0.3966942,0.37603307,0.35950413,0.35950413,0.3429752,0.30991736,0.3181818,0.32231405,0.29338843,0.3140496,0.33471075,0.3264463,0.3305785,0.338843,0.34710744,0.35950413,0.38842976,0.3966942,0.4090909,0.41735536,0.41735536,0.4338843,0.38429752,0.28099173,0.30165288,0.5082645,0.59917355,0.607438,0.661157,0.677686,0.6818182,0.69008267,0.6818182,0.6735537,0.6487603,0.61157024,0.6322314,0.6942149,0.6694215,0.6198347,34 +0.3264463,0.32231405,0.3140496,0.30578512,0.25619835,0.18181819,0.42561984,0.5247934,0.54545456,0.58677685,0.607438,0.6280992,0.6735537,0.69008267,0.6983471,0.6983471,0.7231405,0.7231405,0.74793386,0.76033056,0.75206614,0.77272725,0.7768595,0.78099173,0.76859504,0.77272725,0.7644628,0.76859504,0.76033056,0.76859504,0.78099173,0.79752064,0.7933884,0.7892562,0.7892562,0.822314,0.8140496,0.8140496,0.822314,0.8305785,0.8264463,0.8264463,0.822314,0.822314,0.8140496,0.79752064,0.7768595,0.77272725,0.75619835,0.71900827,0.677686,0.6818182,0.7231405,0.7066116,0.6735537,0.6198347,0.553719,0.43801653,0.44214877,0.38429752,0.5123967,0.5495868,0.40495867,0.30578512,0.3305785,0.33471075,0.338843,0.3140496,0.21487603,0.11570248,0.45041323,0.5289256,0.553719,0.58264464,0.59917355,0.6198347,0.6652893,0.6859504,0.6983471,0.7066116,0.7231405,0.71487606,0.74793386,0.75206614,0.75206614,0.76859504,0.77272725,0.78512394,0.77272725,0.76859504,0.7644628,0.7644628,0.76859504,0.7644628,0.78099173,0.78512394,0.7768595,0.78099173,0.7892562,0.8181818,0.8140496,0.8140496,0.822314,0.822314,0.8305785,0.8264463,0.822314,0.8181818,0.8057851,0.7892562,0.7892562,0.78099173,0.7644628,0.6983471,0.6735537,0.71900827,0.73966944,0.7231405,0.6983471,0.6446281,0.59090906,0.47107437,0.45454547,0.38429752,0.5082645,0.54545456,0.35123968,0.3264463,0.28099173,0.28512397,0.2892562,0.2603306,0.15289256,0.09504132,0.45041323,0.5413223,0.55785125,0.5661157,0.61157024,0.61157024,0.6570248,0.69008267,0.6942149,0.71487606,0.72727275,0.7231405,0.74793386,0.75619835,0.75206614,0.75619835,0.76859504,0.7768595,0.77272725,0.7644628,0.7644628,0.76859504,0.77272725,0.76859504,0.7768595,0.78099173,0.78099173,0.78099173,0.7892562,0.8057851,0.80991733,0.80991733,0.8181818,0.822314,0.8264463,0.822314,0.822314,0.8140496,0.8057851,0.8140496,0.8016529,0.7933884,0.75206614,0.6818182,0.6859504,0.76033056,0.7644628,0.73140496,0.7066116,0.661157,0.6198347,0.5247934,0.45041323,0.3966942,0.5165289,0.5413223,0.3264463,0.29752067,0.2520661,0.2520661,0.25619835,0.23140496,0.13636364,0.08677686,0.44214877,0.5413223,0.5661157,0.5785124,0.61570245,0.6198347,0.6528926,0.6859504,0.70247936,0.71900827,0.7355372,0.71487606,0.74380165,0.75206614,0.74380165,0.75206614,0.7644628,0.77272725,0.76859504,0.7644628,0.75206614,0.7768595,0.77272725,0.76033056,0.77272725,0.78099173,0.7768595,0.7768595,0.7892562,0.8016529,0.79752064,0.79752064,0.8057851,0.8140496,0.8181818,0.822314,0.8264463,0.822314,0.8181818,0.822314,0.80991733,0.7933884,0.73140496,0.6859504,0.7355372,0.76859504,0.76033056,0.73966944,0.7066116,0.6404959,0.6280992,0.55785125,0.4752066,0.43801653,0.5165289,0.5289256,0.3553719,0.2892562,0.2520661,0.2520661,0.2520661,0.23553719,0.14876033,0.09090909,0.41322315,0.5495868,0.5495868,0.57024795,0.57024795,0.59504133,0.6363636,0.6735537,0.6983471,0.71487606,0.72727275,0.71900827,0.73140496,0.74793386,0.74380165,0.75206614,0.76033056,0.7644628,0.76033056,0.75619835,0.75619835,0.76859504,0.76033056,0.7644628,0.7644628,0.76859504,0.7644628,0.7768595,0.78099173,0.7892562,0.7892562,0.7933884,0.7933884,0.79752064,0.8140496,0.822314,0.822314,0.822314,0.8181818,0.80991733,0.8016529,0.78512394,0.73140496,0.70247936,0.7644628,0.76859504,0.76033056,0.74380165,0.7231405,0.6570248,0.62396693,0.5785124,0.5041322,0.43801653,0.5,0.5123967,0.3966942,0.32231405,0.26859504,0.2644628,0.2644628,0.23966943,0.15289256,0.12809917,0.40495867,0.5041322,0.47933885,0.5,0.5123967,0.553719,0.61157024,0.6570248,0.6859504,0.71487606,0.72727275,0.71487606,0.72727275,0.71900827,0.73966944,0.74380165,0.75206614,0.75206614,0.74793386,0.75206614,0.75619835,0.7644628,0.75619835,0.74793386,0.7644628,0.7644628,0.75619835,0.7768595,0.77272725,0.77272725,0.77272725,0.78512394,0.78099173,0.78512394,0.79752064,0.79752064,0.8016529,0.8057851,0.7933884,0.78099173,0.76033056,0.73140496,0.69008267,0.6983471,0.6942149,0.7107438,0.71900827,0.7355372,0.7355372,0.69008267,0.6446281,0.59917355,0.5,0.4090909,0.48347107,0.49586776,0.4338843,0.39256197,0.2644628,0.2644628,0.2644628,0.2520661,0.18181819,0.1570248,0.38429752,0.42975205,0.41735536,0.45041323,0.45041323,0.49173555,0.5495868,0.62396693,0.6652893,0.6942149,0.71487606,0.71487606,0.7231405,0.72727275,0.74380165,0.7355372,0.73966944,0.74380165,0.74380165,0.73966944,0.74380165,0.75619835,0.75619835,0.74793386,0.74793386,0.76033056,0.75619835,0.7644628,0.7644628,0.7644628,0.7644628,0.76859504,0.76859504,0.7644628,0.77272725,0.7768595,0.76859504,0.75206614,0.71487606,0.69008267,0.6528926,0.607438,0.58677685,0.5785124,0.61157024,0.6570248,0.677686,0.69008267,0.6942149,0.6652893,0.6570248,0.59090906,0.4876033,0.40082645,0.47107437,0.47107437,0.43801653,0.446281,0.24793388,0.24793388,0.24793388,0.25619835,0.2107438,0.23553719,0.37190083,0.39256197,0.40082645,0.39256197,0.3553719,0.3677686,0.41735536,0.48347107,0.5247934,0.5785124,0.6446281,0.6942149,0.71900827,0.70247936,0.73140496,0.72727275,0.73140496,0.7355372,0.7355372,0.72727275,0.73966944,0.74793386,0.74380165,0.75206614,0.73966944,0.75619835,0.76033056,0.75619835,0.75619835,0.76033056,0.74380165,0.73966944,0.73140496,0.7066116,0.7107438,0.7066116,0.6818182,0.6363636,0.58264464,0.5413223,0.5165289,0.49586776,0.49173555,0.5041322,0.5206612,0.553719,0.58264464,0.5661157,0.5165289,0.5165289,0.5165289,0.5041322,0.42975205,0.38429752,0.45867768,0.46280992,0.42975205,0.43801653,0.23966943,0.23966943,0.23966943,0.23966943,0.2231405,0.28099173,0.38016528,0.45041323,0.47107437,0.45041323,0.4090909,0.3553719,0.35950413,0.3966942,0.40082645,0.42561984,0.5,0.60330576,0.6818182,0.6942149,0.70247936,0.7066116,0.7107438,0.71900827,0.71900827,0.70247936,0.7231405,0.73966944,0.73140496,0.73140496,0.73140496,0.74793386,0.73966944,0.75206614,0.74793386,0.75206614,0.6983471,0.6404959,0.607438,0.57024795,0.57024795,0.55785125,0.5289256,0.5,0.4752066,0.47933885,0.5247934,0.59917355,0.61570245,0.61157024,0.59090906,0.57438016,0.55785125,0.5413223,0.55785125,0.5413223,0.4752066,0.47107437,0.4214876,0.35950413,0.45867768,0.46694216,0.45454547,0.4338843,0.23553719,0.23553719,0.23553719,0.23553719,0.23966943,0.27272728,0.42561984,0.5206612,0.5495868,0.5413223,0.5206612,0.45041323,0.38429752,0.3677686,0.36363637,0.3677686,0.40495867,0.47933885,0.54545456,0.6570248,0.677686,0.6859504,0.6818182,0.69008267,0.6942149,0.6859504,0.6983471,0.73140496,0.72727275,0.70247936,0.7107438,0.73140496,0.71900827,0.7231405,0.71487606,0.69008267,0.54545456,0.45041323,0.40495867,0.38842976,0.41735536,0.4214876,0.45041323,0.47933885,0.5165289,0.57438016,0.6363636,0.6983471,0.71487606,0.7231405,0.71900827,0.6942149,0.6652893,0.6404959,0.6322314,0.61570245,0.59504133,0.58264464,0.5123967,0.40082645,0.446281,0.4752066,0.49173555,0.47107437,0.23553719,0.23553719,0.23553719,0.23553719,0.21900827,0.30578512,0.46694216,0.5413223,0.5495868,0.553719,0.53305787,0.5,0.42561984,0.38016528,0.34710744,0.3305785,0.3264463,0.35950413,0.41322315,0.5495868,0.6280992,0.6487603,0.6570248,0.6528926,0.661157,0.6735537,0.6735537,0.6942149,0.70247936,0.661157,0.6735537,0.6983471,0.69008267,0.69008267,0.6735537,0.57024795,0.45867768,0.38842976,0.3181818,0.30165288,0.40082645,0.46694216,0.5041322,0.5289256,0.56198347,0.59090906,0.6280992,0.6570248,0.6652893,0.69008267,0.7066116,0.70247936,0.6818182,0.6818182,0.6570248,0.6487603,0.6363636,0.6280992,0.60330576,0.45867768,0.42975205,0.4752066,0.5165289,0.5,0.23140496,0.23140496,0.23553719,0.23966943,0.21487603,0.32231405,0.45867768,0.5041322,0.5165289,0.5123967,0.49586776,0.46694216,0.43801653,0.38016528,0.338843,0.30165288,0.29752067,0.3181818,0.338843,0.446281,0.55785125,0.59917355,0.61570245,0.62396693,0.6363636,0.6446281,0.661157,0.6694215,0.6735537,0.661157,0.661157,0.6818182,0.6694215,0.6694215,0.6280992,0.5413223,0.43801653,0.3966942,0.33471075,0.35950413,0.5041322,0.5247934,0.5206612,0.5165289,0.5165289,0.5206612,0.54545456,0.57024795,0.59090906,0.6280992,0.6570248,0.6735537,0.661157,0.677686,0.6570248,0.6446281,0.6446281,0.6280992,0.61570245,0.5247934,0.47107437,0.47933885,0.5495868,0.5413223,0.23140496,0.23140496,0.23966943,0.24380165,0.23553719,0.30165288,0.40495867,0.42975205,0.4338843,0.41322315,0.35950413,0.3429752,0.33471075,0.29752067,0.28512397,0.25619835,0.28512397,0.28512397,0.30991736,0.36363637,0.45041323,0.5123967,0.55785125,0.5785124,0.61157024,0.6404959,0.6446281,0.6652893,0.661157,0.677686,0.677686,0.6735537,0.6652893,0.6487603,0.60330576,0.5413223,0.45454547,0.4338843,0.40082645,0.45041323,0.5123967,0.5,0.4752066,0.4214876,0.39256197,0.38429752,0.4214876,0.44214877,0.45454547,0.49586776,0.53305787,0.55785125,0.61157024,0.6322314,0.6322314,0.61157024,0.6198347,0.6198347,0.61570245,0.57024795,0.5041322,0.49586776,0.5413223,0.58264464,0.2231405,0.2231405,0.23140496,0.2520661,0.23966943,0.2603306,0.32231405,0.3429752,0.35123968,0.29338843,0.21900827,0.24793388,0.30991736,0.2768595,0.2644628,0.23553719,0.2107438,0.25619835,0.2892562,0.3264463,0.37190083,0.41322315,0.4752066,0.5413223,0.59504133,0.6322314,0.6570248,0.6735537,0.6735537,0.69008267,0.6942149,0.661157,0.6528926,0.6404959,0.60330576,0.5661157,0.5165289,0.49173555,0.49173555,0.5041322,0.5123967,0.47107437,0.42975205,0.4214876,0.4090909,0.38016528,0.44214877,0.446281,0.42975205,0.42975205,0.41735536,0.42561984,0.4876033,0.553719,0.58677685,0.58264464,0.58677685,0.59504133,0.59504133,0.58677685,0.5206612,0.5165289,0.5165289,0.59504133,0.22727273,0.22727273,0.23966943,0.2520661,0.24380165,0.24793388,0.2892562,0.28512397,0.29752067,0.21900827,0.17768595,0.18181819,0.20247933,0.20661157,0.19008264,0.18595041,0.19008264,0.23553719,0.24793388,0.3140496,0.37190083,0.3429752,0.3677686,0.46694216,0.56198347,0.6363636,0.69008267,0.7107438,0.70247936,0.71487606,0.71900827,0.69008267,0.6528926,0.6322314,0.58677685,0.57024795,0.54545456,0.5371901,0.5165289,0.5206612,0.47933885,0.4338843,0.4214876,0.37190083,0.3140496,0.23553719,0.29752067,0.30165288,0.3264463,0.37190083,0.35950413,0.38429752,0.40082645,0.42975205,0.49586776,0.5413223,0.55785125,0.54545456,0.56198347,0.57438016,0.5371901,0.5206612,0.54545456,0.59090906,0.23966943,0.23966943,0.23966943,0.23966943,0.23140496,0.2768595,0.30165288,0.2603306,0.21900827,0.17768595,0.12809917,0.1570248,0.2768595,0.3429752,0.27272728,0.2107438,0.17768595,0.19008264,0.23966943,0.25619835,0.35123968,0.37603307,0.3305785,0.38842976,0.5413223,0.6528926,0.72727275,0.74793386,0.74793386,0.74793386,0.75206614,0.73140496,0.6694215,0.6487603,0.6198347,0.59090906,0.56198347,0.5495868,0.5082645,0.47933885,0.45454547,0.37190083,0.29338843,0.25619835,0.2768595,0.23140496,0.1983471,0.20247933,0.2107438,0.19421488,0.22727273,0.30578512,0.35950413,0.3553719,0.38842976,0.48347107,0.5247934,0.53305787,0.553719,0.5661157,0.57024795,0.57438016,0.58677685,0.60330576,0.23966943,0.24380165,0.23553719,0.23140496,0.24793388,0.26859504,0.30578512,0.2520661,0.17355372,0.13636364,0.13636364,0.23553719,0.4752066,0.4752066,0.3553719,0.27272728,0.2231405,0.41322315,0.25619835,0.23966943,0.29752067,0.338843,0.338843,0.3305785,0.5123967,0.6570248,0.74793386,0.76859504,0.78099173,0.7768595,0.76859504,0.75619835,0.6983471,0.6735537,0.6446281,0.61570245,0.59090906,0.54545456,0.5,0.4752066,0.4338843,0.2603306,0.2768595,0.39256197,0.4752066,0.36363637,0.21900827,0.30578512,0.34710744,0.23140496,0.17768595,0.1983471,0.23140496,0.2603306,0.34710744,0.40495867,0.4752066,0.5123967,0.54545456,0.5661157,0.59090906,0.62396693,0.6322314,0.62396693,0.23140496,0.23140496,0.23966943,0.23140496,0.2603306,0.2644628,0.3181818,0.2768595,0.20661157,0.1446281,0.20247933,0.3305785,0.5371901,0.47933885,0.35950413,0.2892562,0.17355372,0.33471075,0.32231405,0.28512397,0.34710744,0.3264463,0.3140496,0.3181818,0.48347107,0.661157,0.75619835,0.7933884,0.8057851,0.80991733,0.7892562,0.77272725,0.72727275,0.6859504,0.6694215,0.6446281,0.61570245,0.5413223,0.49586776,0.46694216,0.37603307,0.32231405,0.47933885,0.57438016,0.58264464,0.4090909,0.2520661,0.25619835,0.42561984,0.17355372,0.25619835,0.30991736,0.23140496,0.17768595,0.25619835,0.4214876,0.45454547,0.5041322,0.5495868,0.59090906,0.61157024,0.6528926,0.6694215,0.6694215,0.23140496,0.23140496,0.22727273,0.25619835,0.25619835,0.28099173,0.3429752,0.37190083,0.28512397,0.21487603,0.29338843,0.35123968,0.5082645,0.54545456,0.37603307,0.37603307,0.2644628,0.30578512,0.35950413,0.4338843,0.5495868,0.3429752,0.3140496,0.3553719,0.46694216,0.6528926,0.7644628,0.8016529,0.822314,0.8305785,0.8057851,0.7768595,0.74380165,0.7107438,0.7107438,0.6859504,0.6322314,0.57024795,0.5082645,0.45454547,0.39256197,0.46280992,0.54545456,0.62396693,0.6198347,0.42975205,0.36363637,0.1983471,0.22727273,0.29752067,0.3553719,0.47933885,0.38842976,0.24380165,0.23140496,0.38016528,0.49586776,0.5413223,0.58264464,0.6363636,0.661157,0.6942149,0.7066116,0.6942149,0.22727273,0.2231405,0.24380165,0.2603306,0.2603306,0.30991736,0.34710744,0.44214877,0.3966942,0.29752067,0.29752067,0.39256197,0.49586776,0.59090906,0.4876033,0.38842976,0.40082645,0.42975205,0.41735536,0.5082645,0.5785124,0.41735536,0.33471075,0.41735536,0.5082645,0.661157,0.7644628,0.8140496,0.8347107,0.838843,0.8057851,0.7933884,0.75206614,0.72727275,0.7355372,0.6983471,0.6818182,0.6528926,0.5165289,0.45867768,0.4752066,0.47107437,0.5371901,0.6404959,0.677686,0.5206612,0.40082645,0.3553719,0.3429752,0.36363637,0.45454547,0.5495868,0.47933885,0.35123968,0.3140496,0.45454547,0.5785124,0.62396693,0.6652893,0.6859504,0.7107438,0.72727275,0.7231405,0.7107438,0.24793388,0.24793388,0.2520661,0.23553719,0.26859504,0.3140496,0.3677686,0.47933885,0.45867768,0.338843,0.30991736,0.41322315,0.45867768,0.5206612,0.53305787,0.46694216,0.47107437,0.5206612,0.553719,0.5495868,0.57438016,0.5206612,0.42975205,0.5,0.5495868,0.6735537,0.7768595,0.822314,0.838843,0.8347107,0.80991733,0.79752064,0.77272725,0.74793386,0.7644628,0.7107438,0.7107438,0.71487606,0.59504133,0.5413223,0.5371901,0.47933885,0.5,0.56198347,0.61570245,0.6198347,0.5,0.42975205,0.44214877,0.4338843,0.49586776,0.47933885,0.3966942,0.45867768,0.4876033,0.607438,0.6818182,0.70247936,0.7355372,0.71900827,0.73140496,0.74380165,0.72727275,0.71487606,0.2520661,0.2520661,0.24793388,0.2520661,0.2892562,0.38016528,0.38842976,0.5289256,0.4876033,0.41322315,0.3966942,0.47107437,0.45867768,0.4752066,0.49586776,0.4752066,0.53305787,0.49586776,0.55785125,0.5785124,0.61157024,0.58677685,0.5206612,0.56198347,0.58677685,0.6859504,0.78099173,0.822314,0.8347107,0.8305785,0.80991733,0.79752064,0.77272725,0.76033056,0.78099173,0.75619835,0.72727275,0.75206614,0.6942149,0.6363636,0.59090906,0.5247934,0.5,0.5123967,0.5289256,0.55785125,0.54545456,0.57024795,0.53305787,0.4876033,0.5041322,0.5247934,0.45454547,0.55785125,0.6528926,0.7107438,0.73966944,0.75206614,0.75619835,0.75206614,0.74793386,0.74793386,0.73140496,0.71487606,0.23966943,0.24380165,0.2520661,0.23553719,0.3264463,0.42975205,0.42561984,0.5206612,0.5165289,0.45867768,0.42975205,0.48347107,0.49173555,0.5247934,0.56198347,0.54545456,0.5661157,0.57438016,0.61157024,0.6570248,0.6570248,0.60330576,0.59090906,0.59504133,0.61157024,0.7066116,0.78099173,0.8264463,0.8305785,0.8264463,0.8016529,0.7933884,0.78099173,0.7768595,0.7892562,0.7933884,0.76859504,0.78099173,0.73966944,0.661157,0.6322314,0.5785124,0.5371901,0.54545456,0.56198347,0.57438016,0.5661157,0.59504133,0.61157024,0.59504133,0.58264464,0.6487603,0.6404959,0.661157,0.7231405,0.75206614,0.76033056,0.7768595,0.76859504,0.7644628,0.75206614,0.73966944,0.7355372,0.70247936,0.25619835,0.2603306,0.24793388,0.23140496,0.35950413,0.47107437,0.4338843,0.53305787,0.5661157,0.5041322,0.47107437,0.46694216,0.5165289,0.553719,0.59090906,0.607438,0.61570245,0.6363636,0.6570248,0.6818182,0.6735537,0.6280992,0.6198347,0.59504133,0.62396693,0.7231405,0.7892562,0.822314,0.8264463,0.8181818,0.8016529,0.79752064,0.78512394,0.78099173,0.7892562,0.8016529,0.79752064,0.8016529,0.7933884,0.71900827,0.6570248,0.6487603,0.61570245,0.59917355,0.59917355,0.61157024,0.62396693,0.6322314,0.6528926,0.6694215,0.661157,0.71900827,0.73140496,0.7355372,0.75619835,0.77272725,0.7768595,0.7768595,0.7644628,0.76033056,0.74380165,0.72727275,0.71487606,0.70247936,0.23140496,0.24793388,0.23140496,0.27272728,0.38842976,0.44214877,0.45041323,0.553719,0.60330576,0.59504133,0.57024795,0.5165289,0.53305787,0.58677685,0.6280992,0.6487603,0.6652893,0.6735537,0.6818182,0.6983471,0.6694215,0.6446281,0.607438,0.58264464,0.6363636,0.74380165,0.8016529,0.8305785,0.8264463,0.80991733,0.79752064,0.8057851,0.7892562,0.7768595,0.7892562,0.8016529,0.80991733,0.80991733,0.8140496,0.8057851,0.73966944,0.71900827,0.70247936,0.6694215,0.6487603,0.6404959,0.6570248,0.6446281,0.6528926,0.69008267,0.6983471,0.71487606,0.73966944,0.76033056,0.78099173,0.78512394,0.7933884,0.75619835,0.72727275,0.73966944,0.7355372,0.71900827,0.6983471,0.7066116,0.24793388,0.2644628,0.21900827,0.26859504,0.4338843,0.4338843,0.46694216,0.56198347,0.62396693,0.661157,0.6570248,0.6363636,0.6404959,0.6446281,0.661157,0.6735537,0.6818182,0.6983471,0.7066116,0.6942149,0.6570248,0.6446281,0.59917355,0.57438016,0.6487603,0.76033056,0.8181818,0.8264463,0.822314,0.8057851,0.7892562,0.7933884,0.78512394,0.78099173,0.7892562,0.79752064,0.8057851,0.80991733,0.80991733,0.8181818,0.8016529,0.7768595,0.75206614,0.7231405,0.71900827,0.71487606,0.72727275,0.71487606,0.71487606,0.73140496,0.74380165,0.76033056,0.7768595,0.7892562,0.79752064,0.8016529,0.7892562,0.75619835,0.7107438,0.71487606,0.71900827,0.71487606,0.70247936,0.6942149,0.26859504,0.2603306,0.21487603,0.3181818,0.45454547,0.446281,0.4752066,0.57438016,0.6363636,0.677686,0.69008267,0.6942149,0.70247936,0.7066116,0.70247936,0.7107438,0.7231405,0.7231405,0.7066116,0.6735537,0.6528926,0.6404959,0.58264464,0.5785124,0.6735537,0.77272725,0.822314,0.822314,0.8140496,0.79752064,0.78512394,0.7892562,0.78512394,0.78099173,0.7892562,0.7933884,0.79752064,0.80991733,0.80991733,0.80991733,0.80991733,0.8057851,0.79752064,0.78512394,0.7768595,0.7768595,0.78099173,0.7768595,0.79752064,0.7892562,0.7892562,0.8057851,0.80991733,0.80991733,0.80991733,0.8140496,0.8057851,0.7768595,0.74793386,0.7231405,0.7107438,0.71487606,0.70247936,0.6818182,0.2520661,0.23140496,0.2231405,0.37603307,0.4752066,0.446281,0.5,0.58264464,0.6487603,0.6694215,0.6983471,0.70247936,0.7066116,0.7231405,0.71487606,0.73140496,0.73140496,0.7107438,0.677686,0.6694215,0.6528926,0.6363636,0.58264464,0.59917355,0.6859504,0.78099173,0.822314,0.8140496,0.8016529,0.7933884,0.78099173,0.78512394,0.78512394,0.7892562,0.78512394,0.7892562,0.79752064,0.8057851,0.8057851,0.8057851,0.8140496,0.8140496,0.80991733,0.8181818,0.8140496,0.80991733,0.8140496,0.80991733,0.8264463,0.80991733,0.8140496,0.822314,0.822314,0.8181818,0.8181818,0.8181818,0.8057851,0.78099173,0.75619835,0.73140496,0.7231405,0.7066116,0.70247936,0.6818182,0.23140496,0.21900827,0.24380165,0.42975205,0.46694216,0.44214877,0.5123967,0.58677685,0.6446281,0.6652893,0.6859504,0.71487606,0.7066116,0.7231405,0.71487606,0.72727275,0.71487606,0.6942149,0.6818182,0.6652893,0.661157,0.61570245,0.5785124,0.6446281,0.71900827,0.7892562,0.8016529,0.8016529,0.79752064,0.7892562,0.78099173,0.78099173,0.78099173,0.7892562,0.78512394,0.7933884,0.8016529,0.8057851,0.79752064,0.8016529,0.8140496,0.8140496,0.8057851,0.8140496,0.8181818,0.822314,0.8264463,0.8181818,0.8181818,0.8140496,0.80991733,0.822314,0.8181818,0.8264463,0.822314,0.80991733,0.79752064,0.77272725,0.75206614,0.73140496,0.6983471,0.70247936,0.6859504,0.677686,0.23140496,0.20661157,0.26859504,0.46694216,0.44214877,0.42975205,0.5165289,0.59090906,0.6404959,0.6652893,0.69008267,0.71487606,0.7231405,0.71900827,0.71487606,0.7107438,0.70247936,0.6942149,0.6859504,0.6652893,0.6404959,0.5785124,0.59917355,0.6983471,0.7644628,0.78512394,0.7933884,0.79752064,0.8016529,0.7768595,0.76033056,0.78099173,0.77272725,0.78099173,0.78512394,0.78512394,0.79752064,0.8057851,0.8016529,0.8057851,0.8140496,0.80991733,0.80991733,0.8057851,0.8140496,0.8140496,0.822314,0.8181818,0.8140496,0.8140496,0.8057851,0.8181818,0.8140496,0.822314,0.8305785,0.8140496,0.78099173,0.76033056,0.74380165,0.72727275,0.6983471,0.70247936,0.6735537,0.661157,0.23140496,0.17768595,0.3264463,0.48347107,0.4090909,0.41735536,0.5123967,0.5785124,0.6198347,0.6487603,0.6859504,0.7066116,0.7107438,0.7066116,0.71487606,0.6942149,0.70247936,0.6859504,0.677686,0.6446281,0.59090906,0.55785125,0.61157024,0.73140496,0.76859504,0.79752064,0.8057851,0.79752064,0.7933884,0.76859504,0.74380165,0.75206614,0.76033056,0.7768595,0.76859504,0.7644628,0.7644628,0.78099173,0.7933884,0.8140496,0.822314,0.8140496,0.80991733,0.8057851,0.8057851,0.80991733,0.8140496,0.8140496,0.8140496,0.8057851,0.79752064,0.80991733,0.80991733,0.80991733,0.80991733,0.7933884,0.77272725,0.76033056,0.7107438,0.70247936,0.6983471,0.6859504,0.6570248,0.6487603,0.2107438,0.1983471,0.40495867,0.46280992,0.3677686,0.41735536,0.53305787,0.57438016,0.62396693,0.6363636,0.677686,0.6942149,0.70247936,0.6983471,0.6942149,0.69008267,0.70247936,0.6859504,0.6570248,0.61570245,0.59917355,0.57024795,0.6404959,0.74793386,0.7768595,0.822314,0.822314,0.80991733,0.7892562,0.77272725,0.75206614,0.73966944,0.76033056,0.7768595,0.77272725,0.74793386,0.7355372,0.7107438,0.72727275,0.78512394,0.79752064,0.8140496,0.8057851,0.80991733,0.8057851,0.8016529,0.8140496,0.8181818,0.80991733,0.8016529,0.8057851,0.8140496,0.8140496,0.7933884,0.7892562,0.77272725,0.75206614,0.75619835,0.71487606,0.6818182,0.6859504,0.661157,0.6363636,0.661157,0.19421488,0.27272728,0.446281,0.42975205,0.3677686,0.43801653,0.5,0.56198347,0.61157024,0.6322314,0.6694215,0.677686,0.677686,0.6859504,0.6735537,0.6570248,0.6859504,0.6652893,0.61157024,0.61157024,0.62396693,0.56198347,0.6487603,0.74380165,0.7933884,0.822314,0.8181818,0.8057851,0.8057851,0.76859504,0.75619835,0.75206614,0.77272725,0.78512394,0.77272725,0.74793386,0.74380165,0.71900827,0.6818182,0.6942149,0.7355372,0.77272725,0.7892562,0.79752064,0.79752064,0.8057851,0.8016529,0.8057851,0.80991733,0.8016529,0.8057851,0.822314,0.8057851,0.78512394,0.75206614,0.76033056,0.75619835,0.74380165,0.71487606,0.6694215,0.6694215,0.6528926,0.6198347,0.6322314,0.20661157,0.33471075,0.45867768,0.38842976,0.38429752,0.43801653,0.47933885,0.5495868,0.59917355,0.61157024,0.6446281,0.6528926,0.6528926,0.6652893,0.6652893,0.6487603,0.6694215,0.6404959,0.57438016,0.6198347,0.607438,0.54545456,0.6446281,0.74793386,0.78099173,0.8181818,0.8264463,0.80991733,0.80991733,0.7644628,0.75619835,0.76033056,0.78099173,0.7933884,0.78099173,0.77272725,0.76033056,0.73140496,0.677686,0.6694215,0.677686,0.71487606,0.75619835,0.7644628,0.78099173,0.79752064,0.78512394,0.78512394,0.7933884,0.7933884,0.7933884,0.8140496,0.78512394,0.7644628,0.7355372,0.73966944,0.73140496,0.7066116,0.6983471,0.6652893,0.661157,0.6446281,0.62396693,0.607438,0.20247933,0.38842976,0.446281,0.37190083,0.4214876,0.4338843,0.45867768,0.53305787,0.59504133,0.59504133,0.6280992,0.6404959,0.6363636,0.6404959,0.6528926,0.6363636,0.6404959,0.6280992,0.553719,0.61157024,0.57438016,0.5247934,0.6363636,0.73140496,0.7644628,0.7892562,0.80991733,0.8057851,0.78099173,0.76859504,0.76033056,0.76033056,0.78099173,0.79752064,0.7933884,0.7768595,0.76033056,0.71487606,0.61570245,0.61157024,0.6363636,0.6570248,0.6942149,0.7107438,0.7231405,0.76033056,0.7644628,0.75619835,0.76859504,0.7768595,0.76033056,0.7892562,0.76033056,0.73966944,0.71900827,0.71900827,0.6942149,0.69008267,0.6942149,0.6570248,0.6570248,0.61157024,0.59917355,0.58264464,0.22727273,0.40495867,0.40495867,0.34710744,0.4338843,0.4338843,0.42975205,0.5206612,0.5661157,0.58264464,0.59504133,0.6280992,0.62396693,0.6280992,0.6404959,0.6280992,0.6280992,0.5661157,0.5,0.58677685,0.5247934,0.46694216,0.5661157,0.6983471,0.72727275,0.73966944,0.75619835,0.74380165,0.74380165,0.73140496,0.73966944,0.7644628,0.78512394,0.8016529,0.78512394,0.75619835,0.7355372,0.6859504,0.56198347,0.59504133,0.6404959,0.6280992,0.6487603,0.6735537,0.69008267,0.71900827,0.7231405,0.73140496,0.73140496,0.74793386,0.7355372,0.73140496,0.7231405,0.7107438,0.6942149,0.6859504,0.6652893,0.6694215,0.6818182,0.6404959,0.6280992,0.59504133,0.57438016,0.57438016,0.23553719,0.4090909,0.38429752,0.33471075,0.41735536,0.42975205,0.40495867,0.48347107,0.53305787,0.5413223,0.5661157,0.607438,0.6198347,0.6198347,0.607438,0.6280992,0.61157024,0.5123967,0.42561984,0.5041322,0.4752066,0.38429752,0.46694216,0.61570245,0.677686,0.6859504,0.69008267,0.6818182,0.6735537,0.661157,0.6818182,0.7066116,0.7231405,0.72727275,0.7107438,0.6983471,0.6652893,0.60330576,0.5413223,0.6363636,0.677686,0.6280992,0.60330576,0.6280992,0.6528926,0.6818182,0.6818182,0.70247936,0.69008267,0.70247936,0.70247936,0.6818182,0.6859504,0.6859504,0.6652893,0.6363636,0.6404959,0.6487603,0.6570248,0.6404959,0.60330576,0.58264464,0.58264464,0.5785124,0.2520661,0.41735536,0.3677686,0.35123968,0.41735536,0.3966942,0.38016528,0.43801653,0.5041322,0.5206612,0.5413223,0.57438016,0.58677685,0.60330576,0.59917355,0.61570245,0.60330576,0.4752066,0.4090909,0.40495867,0.35950413,0.30165288,0.35950413,0.4752066,0.58264464,0.59917355,0.61570245,0.62396693,0.60330576,0.56198347,0.5206612,0.5123967,0.5289256,0.5289256,0.5495868,0.56198347,0.5371901,0.5371901,0.62396693,0.70247936,0.7231405,0.6652893,0.6198347,0.61570245,0.6198347,0.6570248,0.6652893,0.6735537,0.6818182,0.6735537,0.6694215,0.6446281,0.6570248,0.6528926,0.6570248,0.61570245,0.61570245,0.6404959,0.6322314,0.6198347,0.58677685,0.58264464,0.58677685,0.57438016,0.2768595,0.4090909,0.3553719,0.37603307,0.42975205,0.37603307,0.35123968,0.3966942,0.45867768,0.4876033,0.5082645,0.53305787,0.56198347,0.56198347,0.5785124,0.59504133,0.57024795,0.45867768,0.4338843,0.43801653,0.2768595,0.21487603,0.2644628,0.3966942,0.47933885,0.5371901,0.553719,0.57438016,0.5371901,0.43801653,0.36363637,0.35950413,0.38016528,0.37190083,0.40495867,0.43801653,0.5165289,0.61157024,0.71487606,0.7231405,0.7355372,0.6983471,0.6528926,0.59504133,0.59504133,0.6198347,0.6363636,0.6404959,0.6487603,0.6446281,0.6322314,0.6198347,0.6322314,0.61157024,0.6198347,0.61570245,0.61157024,0.61570245,0.59504133,0.59504133,0.5785124,0.5785124,0.58677685,0.57438016,0.25619835,0.3966942,0.37603307,0.38842976,0.41735536,0.36363637,0.338843,0.3553719,0.3966942,0.446281,0.4752066,0.5,0.5206612,0.53305787,0.5495868,0.5661157,0.5371901,0.47107437,0.46280992,0.4876033,0.30578512,0.21900827,0.2107438,0.29752067,0.38016528,0.42975205,0.46694216,0.5,0.46280992,0.39256197,0.5,0.55785125,0.56198347,0.5495868,0.56198347,0.58264464,0.6404959,0.677686,0.7066116,0.7231405,0.74793386,0.73966944,0.6983471,0.607438,0.5661157,0.5785124,0.60330576,0.6198347,0.607438,0.61157024,0.59504133,0.5785124,0.57438016,0.58677685,0.57024795,0.58264464,0.58264464,0.58677685,0.5661157,0.57438016,0.57024795,0.57024795,0.57438016,0.57024795,0.23553719,0.3677686,0.3966942,0.3966942,0.4090909,0.37603307,0.3553719,0.30578512,0.338843,0.38842976,0.43801653,0.45867768,0.4752066,0.5082645,0.5123967,0.5123967,0.49173555,0.49173555,0.5165289,0.5165289,0.38842976,0.2768595,0.2520661,0.24793388,0.27272728,0.30165288,0.33471075,0.38842976,0.42975205,0.46694216,0.61157024,0.6570248,0.677686,0.677686,0.6818182,0.6735537,0.6735537,0.677686,0.6983471,0.73140496,0.75619835,0.74793386,0.7231405,0.6487603,0.57438016,0.5413223,0.5661157,0.59504133,0.59917355,0.60330576,0.58677685,0.57438016,0.55785125,0.54545456,0.5371901,0.5289256,0.5413223,0.55785125,0.5495868,0.5413223,0.55785125,0.56198347,0.56198347,0.553719,0.21900827,0.33471075,0.40082645,0.40495867,0.40082645,0.38016528,0.37603307,0.30165288,0.30991736,0.3553719,0.3966942,0.41322315,0.446281,0.46280992,0.4752066,0.46280992,0.46694216,0.5082645,0.55785125,0.553719,0.4752066,0.3677686,0.3264463,0.30165288,0.29752067,0.30578512,0.3264463,0.3966942,0.48347107,0.5413223,0.6404959,0.6859504,0.6859504,0.6983471,0.6942149,0.6694215,0.6859504,0.69008267,0.7066116,0.7355372,0.74380165,0.74793386,0.7231405,0.6859504,0.6487603,0.55785125,0.5082645,0.56198347,0.58677685,0.58677685,0.58264464,0.5661157,0.5661157,0.54545456,0.5371901,0.5165289,0.5165289,0.54545456,0.5289256,0.5247934,0.5495868,0.55785125,0.55785125,0.5495868,0.23140496,0.29752067,0.38429752,0.4090909,0.39256197,0.38016528,0.42975205,0.29338843,0.29752067,0.3181818,0.37190083,0.38016528,0.40082645,0.41735536,0.45454547,0.45454547,0.4876033,0.5247934,0.55785125,0.5785124,0.54545456,0.4876033,0.45454547,0.4214876,0.44214877,0.46280992,0.47107437,0.49586776,0.5247934,0.54545456,0.6198347,0.6652893,0.6818182,0.6942149,0.6818182,0.6818182,0.69008267,0.70247936,0.7231405,0.74380165,0.73966944,0.74380165,0.7355372,0.72727275,0.6983471,0.6487603,0.5413223,0.5289256,0.56198347,0.57024795,0.5661157,0.56198347,0.56198347,0.54545456,0.54545456,0.5413223,0.5082645,0.5247934,0.5247934,0.53305787,0.57024795,0.5661157,0.54545456,0.5371901,0.24380165,0.25619835,0.35950413,0.4090909,0.42561984,0.40495867,0.45454547,0.3264463,0.29338843,0.30165288,0.338843,0.38842976,0.37190083,0.38842976,0.4338843,0.45867768,0.5165289,0.49173555,0.53305787,0.57438016,0.5785124,0.57438016,0.553719,0.5289256,0.5495868,0.5785124,0.59090906,0.58264464,0.55785125,0.5413223,0.58677685,0.6487603,0.6859504,0.69008267,0.677686,0.69008267,0.70247936,0.7066116,0.7231405,0.73140496,0.71487606,0.7231405,0.73140496,0.7231405,0.7107438,0.6735537,0.6487603,0.5661157,0.53305787,0.55785125,0.56198347,0.55785125,0.55785125,0.5495868,0.55785125,0.553719,0.5371901,0.5247934,0.5371901,0.5413223,0.57024795,0.56198347,0.5371901,0.5495868,0.23553719,0.23553719,0.3140496,0.38016528,0.42975205,0.45454547,0.45454547,0.39256197,0.28099173,0.2892562,0.32231405,0.38429752,0.3966942,0.37603307,0.41322315,0.46280992,0.5165289,0.42561984,0.4752066,0.5371901,0.56198347,0.58264464,0.58677685,0.5661157,0.57438016,0.61157024,0.6280992,0.6322314,0.59504133,0.57438016,0.58677685,0.6446281,0.6735537,0.6735537,0.6735537,0.6983471,0.6983471,0.7107438,0.7066116,0.71900827,0.6818182,0.69008267,0.6818182,0.6694215,0.70247936,0.6983471,0.6652893,0.61570245,0.5495868,0.54545456,0.5661157,0.5661157,0.55785125,0.56198347,0.56198347,0.56198347,0.57024795,0.55785125,0.5413223,0.55785125,0.57024795,0.55785125,0.553719,0.5495868,0.21487603,0.23553719,0.2644628,0.30165288,0.38842976,0.46280992,0.45454547,0.45041323,0.37190083,0.338843,0.29752067,0.35950413,0.4338843,0.38842976,0.39256197,0.4214876,0.43801653,0.35950413,0.35123968,0.40082645,0.41735536,0.44214877,0.446281,0.45041323,0.45867768,0.49586776,0.5495868,0.57024795,0.57024795,0.5495868,0.5413223,0.5413223,0.5495868,0.5495868,0.57438016,0.60330576,0.6280992,0.6322314,0.6487603,0.6322314,0.6198347,0.6198347,0.607438,0.58677685,0.6487603,0.6487603,0.6363636,0.6198347,0.59504133,0.5785124,0.58677685,0.58677685,0.57024795,0.5785124,0.5785124,0.5661157,0.57438016,0.57438016,0.56198347,0.57024795,0.57438016,0.553719,0.5785124,0.54545456,0.2231405,0.22727273,0.24380165,0.2603306,0.30165288,0.38429752,0.42975205,0.44214877,0.45867768,0.46280992,0.338843,0.30991736,0.42975205,0.4214876,0.37603307,0.40082645,0.38016528,0.29752067,0.21487603,0.2231405,0.24380165,0.23553719,0.26859504,0.30991736,0.338843,0.33471075,0.3553719,0.3966942,0.4090909,0.3966942,0.38016528,0.37190083,0.39256197,0.39256197,0.42561984,0.43801653,0.45041323,0.45041323,0.45041323,0.45454547,0.43801653,0.44214877,0.446281,0.48347107,0.5247934,0.53305787,0.5661157,0.59090906,0.607438,0.61570245,0.61157024,0.607438,0.59504133,0.58677685,0.58264464,0.57438016,0.57438016,0.57438016,0.58264464,0.5785124,0.57438016,0.55785125,0.57024795,0.53305787,0.21487603,0.21487603,0.20661157,0.2644628,0.2520661,0.2768595,0.33471075,0.39256197,0.43801653,0.45041323,0.38429752,0.29752067,0.38429752,0.42975205,0.4214876,0.4090909,0.4090909,0.33471075,0.2603306,0.2231405,0.22727273,0.2107438,0.2107438,0.24793388,0.3264463,0.3264463,0.30578512,0.29338843,0.30578512,0.30578512,0.3264463,0.338843,0.36363637,0.35123968,0.35950413,0.35123968,0.34710744,0.37603307,0.37603307,0.37190083,0.35123968,0.3305785,0.3429752,0.4214876,0.46280992,0.4752066,0.5041322,0.5413223,0.58677685,0.6322314,0.6487603,0.6363636,0.61570245,0.59917355,0.58264464,0.59917355,0.5785124,0.5785124,0.59504133,0.59090906,0.58677685,0.5785124,0.5661157,0.54545456,0.21487603,0.21487603,0.21487603,0.22727273,0.23966943,0.23553719,0.24793388,0.28099173,0.3264463,0.3305785,0.3264463,0.28512397,0.3429752,0.42561984,0.46280992,0.46694216,0.47107437,0.42975205,0.34710744,0.34710744,0.32231405,0.32231405,0.3429752,0.38842976,0.446281,0.4752066,0.4338843,0.40082645,0.36363637,0.3553719,0.3966942,0.40082645,0.42561984,0.41735536,0.446281,0.4338843,0.42561984,0.446281,0.47107437,0.446281,0.4752066,0.5041322,0.54545456,0.60330576,0.59504133,0.57024795,0.55785125,0.553719,0.57438016,0.6363636,0.661157,0.6528926,0.6280992,0.60330576,0.60330576,0.60330576,0.59090906,0.58677685,0.60330576,0.59504133,0.59504133,0.58264464,0.55785125,0.55785125,0.21900827,0.21487603,0.21900827,0.21487603,0.23553719,0.22727273,0.23553719,0.23553719,0.24793388,0.23966943,0.24380165,0.2644628,0.32231405,0.39256197,0.47107437,0.5,0.5082645,0.47933885,0.4338843,0.35123968,0.39256197,0.35123968,0.3966942,0.45867768,0.4876033,0.49586776,0.5371901,0.5123967,0.45454547,0.44214877,0.5,0.5123967,0.553719,0.56198347,0.55785125,0.5371901,0.47107437,0.5,0.5041322,0.53305787,0.5661157,0.57024795,0.59917355,0.6198347,0.6446281,0.6404959,0.61570245,0.59917355,0.62396693,0.6404959,0.6570248,0.6528926,0.6363636,0.61570245,0.62396693,0.59917355,0.59504133,0.59090906,0.61157024,0.59504133,0.59917355,0.58677685,0.553719,0.55785125,0.2231405,0.21487603,0.2107438,0.21900827,0.2231405,0.21900827,0.2231405,0.2231405,0.23140496,0.2231405,0.21900827,0.23966943,0.29752067,0.3429752,0.43801653,0.5,0.5165289,0.46694216,0.4876033,0.40082645,0.3677686,0.3677686,0.35123968,0.4214876,0.45867768,0.45867768,0.5,0.4876033,0.46280992,0.44214877,0.47107437,0.46694216,0.49586776,0.5371901,0.5247934,0.5165289,0.5165289,0.57438016,0.59090906,0.58264464,0.5661157,0.57438016,0.6322314,0.6487603,0.6652893,0.6528926,0.6487603,0.6198347,0.6363636,0.6322314,0.6528926,0.6528926,0.6363636,0.6322314,0.6198347,0.59504133,0.60330576,0.60330576,0.60330576,0.59090906,0.57438016,0.5661157,0.553719,0.553719,0.2231405,0.21900827,0.21900827,0.21487603,0.21487603,0.21900827,0.21487603,0.23140496,0.2231405,0.2231405,0.22727273,0.20247933,0.29338843,0.3140496,0.39256197,0.4752066,0.5206612,0.446281,0.45454547,0.47107437,0.36363637,0.34710744,0.34710744,0.3677686,0.38429752,0.3966942,0.42975205,0.446281,0.42561984,0.42975205,0.42561984,0.42561984,0.4338843,0.47933885,0.5123967,0.5413223,0.5661157,0.5785124,0.58264464,0.58264464,0.59504133,0.6322314,0.661157,0.6652893,0.6735537,0.6570248,0.6404959,0.6404959,0.6322314,0.6446281,0.6446281,0.6528926,0.61157024,0.6322314,0.61157024,0.60330576,0.59917355,0.59504133,0.59504133,0.5785124,0.5661157,0.5661157,0.5413223,0.5495868,0.2107438,0.21487603,0.2231405,0.21487603,0.2231405,0.21900827,0.21900827,0.23140496,0.2231405,0.21900827,0.21900827,0.2107438,0.23553719,0.30165288,0.3553719,0.43801653,0.5165289,0.47933885,0.41735536,0.4876033,0.44214877,0.33471075,0.3429752,0.3553719,0.37603307,0.3553719,0.37190083,0.4090909,0.4090909,0.38842976,0.3966942,0.4214876,0.45454547,0.5,0.5206612,0.53305787,0.553719,0.5661157,0.59917355,0.61157024,0.6404959,0.6694215,0.6652893,0.6694215,0.6652893,0.661157,0.6528926,0.6528926,0.6404959,0.6363636,0.6280992,0.62396693,0.6198347,0.62396693,0.607438,0.59504133,0.59090906,0.59090906,0.58677685,0.5661157,0.55785125,0.54545456,0.5206612,0.5123967,0.21900827,0.20661157,0.21900827,0.21900827,0.2107438,0.21900827,0.2231405,0.21900827,0.2231405,0.2231405,0.21900827,0.2107438,0.21900827,0.28099173,0.338843,0.38842976,0.48347107,0.5165289,0.41735536,0.4752066,0.5165289,0.45041323,0.38016528,0.38016528,0.38842976,0.38016528,0.38016528,0.3966942,0.4214876,0.41735536,0.42561984,0.44214877,0.45454547,0.48347107,0.5041322,0.5289256,0.5661157,0.59917355,0.6446281,0.661157,0.6818182,0.6859504,0.6652893,0.6528926,0.6818182,0.6652893,0.661157,0.6652893,0.6404959,0.6363636,0.62396693,0.6198347,0.61157024,0.607438,0.60330576,0.60330576,0.5785124,0.59504133,0.57438016,0.5495868,0.5371901,0.5165289,0.49586776,0.4752066,0.20661157,0.2107438,0.2107438,0.2107438,0.21487603,0.20661157,0.2231405,0.21487603,0.2231405,0.21900827,0.21487603,0.2231405,0.21487603,0.24380165,0.3140496,0.3429752,0.42561984,0.49586776,0.4338843,0.42561984,0.5413223,0.553719,0.5123967,0.49173555,0.47933885,0.49586776,0.49586776,0.46694216,0.48347107,0.5082645,0.5206612,0.5206612,0.5413223,0.553719,0.58264464,0.59917355,0.6322314,0.661157,0.6942149,0.6942149,0.70247936,0.70247936,0.6818182,0.6735537,0.69008267,0.6818182,0.661157,0.6694215,0.6528926,0.6363636,0.6280992,0.61157024,0.59917355,0.59090906,0.58264464,0.59090906,0.59090906,0.5413223,0.5495868,0.5289256,0.5165289,0.48347107,0.45454547,0.42975205,0.21900827,0.21900827,0.2107438,0.21487603,0.21487603,0.21900827,0.2107438,0.21900827,0.2231405,0.21900827,0.2231405,0.22727273,0.21487603,0.21487603,0.25619835,0.3181818,0.35123968,0.45041323,0.42975205,0.4090909,0.5123967,0.58264464,0.5785124,0.58677685,0.58264464,0.59504133,0.61157024,0.58264464,0.59504133,0.607438,0.6280992,0.6363636,0.6528926,0.6570248,0.6570248,0.6735537,0.6983471,0.71487606,0.71487606,0.7231405,0.7231405,0.7066116,0.6818182,0.677686,0.69008267,0.69008267,0.6735537,0.6735537,0.6652893,0.6528926,0.6198347,0.61157024,0.59090906,0.58264464,0.57024795,0.57438016,0.56198347,0.53305787,0.53305787,0.5082645,0.47933885,0.44214877,0.41322315,0.37603307,0.21900827,0.21900827,0.20661157,0.21900827,0.2107438,0.2231405,0.2107438,0.21487603,0.23140496,0.20247933,0.23140496,0.2231405,0.21900827,0.21900827,0.2107438,0.29338843,0.33471075,0.4090909,0.41735536,0.40495867,0.49586776,0.5785124,0.61157024,0.6363636,0.6322314,0.661157,0.69008267,0.6983471,0.7107438,0.71900827,0.7231405,0.71900827,0.73140496,0.7231405,0.71900827,0.72727275,0.7231405,0.73140496,0.72727275,0.7355372,0.7231405,0.70247936,0.677686,0.6818182,0.6818182,0.69008267,0.6694215,0.6528926,0.6570248,0.6446281,0.60330576,0.59090906,0.59090906,0.57024795,0.5661157,0.5495868,0.5371901,0.5165289,0.5,0.47107437,0.43801653,0.39256197,0.35950413,0.36363637,0.21487603,0.21487603,0.20661157,0.21900827,0.21487603,0.21487603,0.21487603,0.21900827,0.2231405,0.2107438,0.21900827,0.22727273,0.22727273,0.2231405,0.21900827,0.21900827,0.30578512,0.3553719,0.38429752,0.40495867,0.446281,0.57438016,0.607438,0.62396693,0.6198347,0.6446281,0.69008267,0.6942149,0.71900827,0.7355372,0.72727275,0.71487606,0.73140496,0.72727275,0.7355372,0.74793386,0.7355372,0.74380165,0.7355372,0.7355372,0.71900827,0.7066116,0.6818182,0.69008267,0.677686,0.677686,0.6735537,0.6487603,0.6404959,0.6322314,0.60330576,0.59090906,0.57024795,0.5495868,0.54545456,0.5247934,0.5082645,0.48347107,0.45867768,0.4214876,0.38429752,0.3553719,0.3553719,0.41322315,0.21487603,0.21487603,0.20661157,0.2107438,0.21487603,0.21487603,0.21487603,0.22727273,0.2107438,0.21900827,0.23140496,0.2231405,0.2231405,0.21900827,0.23140496,0.21900827,0.23966943,0.3181818,0.3553719,0.38842976,0.3966942,0.5247934,0.59504133,0.59917355,0.61570245,0.6280992,0.6652893,0.6735537,0.6983471,0.73140496,0.71487606,0.7231405,0.7355372,0.73140496,0.7355372,0.74793386,0.7355372,0.7355372,0.71487606,0.71487606,0.6983471,0.6942149,0.69008267,0.6735537,0.6735537,0.6735537,0.6694215,0.6404959,0.62396693,0.61157024,0.58677685,0.5661157,0.5495868,0.5289256,0.5123967,0.49586776,0.46694216,0.4338843,0.3966942,0.37190083,0.34710744,0.3677686,0.4090909,0.4752066,0.20247933,0.2107438,0.20661157,0.21900827,0.2107438,0.21900827,0.21900827,0.21487603,0.21900827,0.21900827,0.2231405,0.21900827,0.24380165,0.2107438,0.23966943,0.21900827,0.2107438,0.25619835,0.36363637,0.38016528,0.37190083,0.4752066,0.55785125,0.5785124,0.607438,0.6280992,0.6528926,0.661157,0.6818182,0.7066116,0.70247936,0.7107438,0.73140496,0.73140496,0.73140496,0.73140496,0.73966944,0.72727275,0.7066116,0.6983471,0.69008267,0.6859504,0.6570248,0.6528926,0.6570248,0.6487603,0.6363636,0.61570245,0.57438016,0.5785124,0.553719,0.5371901,0.5082645,0.49586776,0.4752066,0.45041323,0.41322315,0.38429752,0.35123968,0.34710744,0.38016528,0.4214876,0.4752066,0.5082645,0.20661157,0.21900827,0.20247933,0.2107438,0.21900827,0.21900827,0.21900827,0.21487603,0.21900827,0.2231405,0.21900827,0.2231405,0.22727273,0.21900827,0.23140496,0.21900827,0.20247933,0.25619835,0.4214876,0.45454547,0.3553719,0.43801653,0.5123967,0.5495868,0.56198347,0.607438,0.6198347,0.6404959,0.661157,0.6694215,0.6694215,0.6818182,0.69008267,0.6983471,0.70247936,0.6859504,0.7066116,0.70247936,0.6859504,0.6694215,0.6735537,0.6570248,0.6363636,0.62396693,0.6322314,0.607438,0.58264464,0.58677685,0.553719,0.53305787,0.5165289,0.49586776,0.46694216,0.446281,0.40495867,0.38429752,0.35123968,0.35123968,0.3429752,0.38842976,0.4338843,0.46694216,0.5082645,0.5247934,0.20247933,0.2231405,0.20661157,0.20661157,0.21900827,0.21900827,0.22727273,0.1983471,0.21487603,0.2231405,0.21487603,0.2231405,0.21900827,0.23140496,0.2231405,0.20661157,0.21900827,0.37603307,0.5165289,0.59090906,0.38429752,0.38016528,0.46280992,0.5165289,0.54545456,0.57024795,0.60330576,0.6280992,0.6446281,0.6322314,0.6446281,0.6363636,0.6528926,0.6694215,0.6694215,0.6652893,0.6818182,0.661157,0.6528926,0.6404959,0.6446281,0.6198347,0.6198347,0.59917355,0.58264464,0.56198347,0.5495868,0.5206612,0.5,0.49173555,0.46280992,0.4338843,0.40495867,0.3677686,0.35123968,0.3429752,0.338843,0.36363637,0.40082645,0.44214877,0.47933885,0.5082645,0.5247934,0.5247934,0.20661157,0.2231405,0.20247933,0.2107438,0.21487603,0.21487603,0.21900827,0.21487603,0.2231405,0.2231405,0.21487603,0.21487603,0.2231405,0.23140496,0.21487603,0.18181819,0.338843,0.53305787,0.58677685,0.607438,0.3677686,0.3264463,0.3966942,0.47933885,0.5082645,0.5371901,0.57438016,0.59917355,0.607438,0.60330576,0.59090906,0.61157024,0.607438,0.6363636,0.6363636,0.6363636,0.6487603,0.6404959,0.61570245,0.59504133,0.59917355,0.60330576,0.58264464,0.56198347,0.5289256,0.5082645,0.4876033,0.45041323,0.4338843,0.4090909,0.38429752,0.36363637,0.3305785,0.3181818,0.338843,0.34710744,0.37190083,0.4214876,0.44214877,0.4876033,0.5082645,0.5289256,0.53305787,0.5247934,0.2107438,0.2107438,0.21900827,0.21487603,0.21487603,0.21487603,0.21900827,0.21900827,0.2231405,0.2107438,0.21900827,0.2231405,0.22727273,0.23140496,0.19421488,0.18181819,0.53305787,0.6446281,0.61157024,0.61570245,0.37190083,0.27272728,0.3429752,0.40495867,0.45867768,0.49586776,0.5371901,0.553719,0.5785124,0.56198347,0.55785125,0.553719,0.55785125,0.57438016,0.58677685,0.59917355,0.59504133,0.58677685,0.57024795,0.5495868,0.54545456,0.553719,0.5165289,0.5,0.45867768,0.42975205,0.40495867,0.37603307,0.36363637,0.35123968,0.3305785,0.30991736,0.30165288,0.3264463,0.37190083,0.40082645,0.4214876,0.45867768,0.4876033,0.5206612,0.53305787,0.5247934,0.54545456,0.5413223,34 +0.37603307,0.40082645,0.41322315,0.45867768,0.49173555,0.56198347,0.6280992,0.6652893,0.69008267,0.71487606,0.71487606,0.72727275,0.7355372,0.75619835,0.75619835,0.75619835,0.76033056,0.78099173,0.78099173,0.7933884,0.7933884,0.8016529,0.79752064,0.79752064,0.8016529,0.8181818,0.8140496,0.8181818,0.8140496,0.8057851,0.80991733,0.79752064,0.79752064,0.7933884,0.78099173,0.7768595,0.7933884,0.79752064,0.7892562,0.7933884,0.7768595,0.76033056,0.76033056,0.74380165,0.73966944,0.73966944,0.72727275,0.7107438,0.6983471,0.677686,0.6652893,0.6446281,0.62396693,0.59917355,0.5661157,0.53305787,0.5082645,0.5,0.35123968,0.21900827,0.23966943,0.38016528,0.3966942,0.41735536,0.38016528,0.4090909,0.44214877,0.5247934,0.58264464,0.6322314,0.6652893,0.6942149,0.7066116,0.71900827,0.73140496,0.75206614,0.76033056,0.7644628,0.76859504,0.76859504,0.76859504,0.78099173,0.78512394,0.8057851,0.8016529,0.80991733,0.8016529,0.8016529,0.80991733,0.8140496,0.8181818,0.8181818,0.822314,0.8181818,0.8140496,0.8057851,0.8057851,0.7892562,0.78512394,0.77272725,0.79752064,0.7933884,0.7892562,0.7892562,0.78099173,0.75619835,0.75619835,0.74380165,0.71487606,0.72727275,0.71487606,0.6983471,0.69008267,0.6859504,0.6735537,0.6528926,0.6280992,0.59504133,0.57438016,0.5495868,0.5289256,0.49173555,0.46280992,0.21487603,0.2603306,0.40082645,0.41322315,0.39256197,0.38429752,0.45041323,0.5041322,0.59504133,0.62396693,0.6570248,0.6735537,0.6983471,0.72727275,0.7355372,0.7355372,0.75206614,0.76033056,0.76859504,0.7768595,0.7644628,0.77272725,0.78099173,0.7933884,0.79752064,0.79752064,0.79752064,0.8016529,0.7933884,0.8057851,0.8140496,0.8181818,0.822314,0.8140496,0.8181818,0.8181818,0.8057851,0.8057851,0.78512394,0.7933884,0.78512394,0.7933884,0.79752064,0.78512394,0.78512394,0.78512394,0.77272725,0.74793386,0.73966944,0.71487606,0.7231405,0.7231405,0.70247936,0.6983471,0.677686,0.6694215,0.6570248,0.6322314,0.60330576,0.57024795,0.553719,0.57438016,0.5,0.43801653,0.33471075,0.33471075,0.3264463,0.24793388,0.20661157,0.4338843,0.48347107,0.54545456,0.6198347,0.6570248,0.6652893,0.6735537,0.7107438,0.7231405,0.74380165,0.73966944,0.74793386,0.75206614,0.77272725,0.76859504,0.76859504,0.78099173,0.78099173,0.78512394,0.79752064,0.7933884,0.7933884,0.8057851,0.8057851,0.8057851,0.80991733,0.8057851,0.8140496,0.8181818,0.8140496,0.80991733,0.80991733,0.8016529,0.7768595,0.7892562,0.78512394,0.7892562,0.7933884,0.7892562,0.7768595,0.78099173,0.76859504,0.74793386,0.7231405,0.71487606,0.71900827,0.7107438,0.6983471,0.6818182,0.677686,0.661157,0.6570248,0.62396693,0.607438,0.5785124,0.56198347,0.57438016,0.5123967,0.4214876,0.39256197,0.30991736,0.19421488,0.22727273,0.26859504,0.42975205,0.49173555,0.5495868,0.61570245,0.6487603,0.6528926,0.6735537,0.71900827,0.7355372,0.73966944,0.73966944,0.75206614,0.75619835,0.76033056,0.75206614,0.75206614,0.77272725,0.7768595,0.7768595,0.7892562,0.8016529,0.79752064,0.8016529,0.8140496,0.8057851,0.8057851,0.8140496,0.8057851,0.80991733,0.8181818,0.79752064,0.8016529,0.78512394,0.77272725,0.7892562,0.78099173,0.7892562,0.7933884,0.7768595,0.7768595,0.77272725,0.7644628,0.74793386,0.71487606,0.71487606,0.7107438,0.7066116,0.7107438,0.6942149,0.6818182,0.6652893,0.677686,0.6363636,0.60330576,0.57438016,0.56198347,0.56198347,0.5,0.43801653,0.40495867,0.21487603,0.1322314,0.26859504,0.34710744,0.45041323,0.5247934,0.58264464,0.6198347,0.6363636,0.6363636,0.6652893,0.69008267,0.71900827,0.74380165,0.73140496,0.74793386,0.75619835,0.7644628,0.76033056,0.76859504,0.77272725,0.77272725,0.77272725,0.78512394,0.7892562,0.79752064,0.8016529,0.80991733,0.79752064,0.79752064,0.7933884,0.8016529,0.8016529,0.79752064,0.78099173,0.78099173,0.7768595,0.77272725,0.78099173,0.77272725,0.7892562,0.78512394,0.77272725,0.76033056,0.76859504,0.75206614,0.7355372,0.7066116,0.71487606,0.7066116,0.6983471,0.6942149,0.6983471,0.677686,0.6694215,0.6446281,0.6198347,0.59917355,0.57024795,0.5495868,0.54545456,0.5123967,0.44214877,0.3553719,0.1983471,0.09917355,0.2768595,0.36363637,0.46280992,0.53305787,0.58264464,0.59504133,0.6322314,0.6322314,0.6528926,0.69008267,0.71900827,0.74793386,0.75619835,0.73966944,0.7355372,0.74793386,0.75619835,0.75206614,0.73966944,0.74380165,0.76033056,0.77272725,0.7768595,0.78512394,0.7892562,0.8016529,0.7892562,0.7892562,0.78512394,0.78099173,0.78512394,0.7892562,0.7768595,0.77272725,0.76859504,0.75619835,0.7768595,0.77272725,0.77272725,0.75619835,0.75619835,0.74793386,0.75619835,0.7355372,0.7231405,0.7066116,0.6942149,0.70247936,0.70247936,0.677686,0.677686,0.6818182,0.661157,0.6322314,0.57438016,0.553719,0.55785125,0.5,0.5082645,0.5,0.4090909,0.3429752,0.20247933,0.14049587,0.29752067,0.29752067,0.47933885,0.553719,0.59090906,0.61157024,0.6198347,0.6280992,0.6487603,0.6942149,0.71487606,0.74380165,0.7355372,0.6694215,0.6487603,0.6570248,0.6694215,0.6652893,0.6735537,0.6859504,0.71900827,0.74380165,0.76033056,0.7768595,0.7768595,0.7933884,0.7892562,0.78099173,0.78099173,0.76859504,0.76859504,0.77272725,0.7644628,0.75206614,0.75619835,0.74380165,0.76033056,0.7644628,0.76033056,0.75206614,0.74793386,0.73966944,0.74793386,0.7231405,0.7066116,0.6983471,0.69008267,0.6942149,0.69008267,0.6735537,0.6652893,0.6652893,0.607438,0.55785125,0.5165289,0.46280992,0.42561984,0.42561984,0.446281,0.43801653,0.38016528,0.3140496,0.21900827,0.18181819,0.2768595,0.2520661,0.5165289,0.5661157,0.59917355,0.607438,0.61157024,0.6198347,0.6446281,0.6735537,0.6983471,0.6652893,0.61157024,0.56198347,0.54545456,0.54545456,0.55785125,0.553719,0.56198347,0.58264464,0.6198347,0.6280992,0.6487603,0.7107438,0.71900827,0.74793386,0.77272725,0.76033056,0.76859504,0.75619835,0.76033056,0.76033056,0.74380165,0.73966944,0.74380165,0.74793386,0.74380165,0.76033056,0.74380165,0.73966944,0.74793386,0.73140496,0.73140496,0.71900827,0.6983471,0.677686,0.6735537,0.6694215,0.6528926,0.62396693,0.607438,0.59504133,0.5247934,0.45867768,0.39256197,0.3966942,0.37603307,0.37603307,0.35123968,0.35123968,0.30991736,0.27272728,0.20661157,0.1570248,0.23553719,0.24793388,0.5495868,0.57024795,0.58677685,0.59090906,0.61157024,0.59504133,0.58264464,0.5785124,0.55785125,0.57024795,0.5289256,0.53305787,0.55785125,0.56198347,0.5247934,0.5,0.4752066,0.47107437,0.45454547,0.47933885,0.47933885,0.5247934,0.5289256,0.5371901,0.5785124,0.6652893,0.72727275,0.73966944,0.74380165,0.74380165,0.73140496,0.7231405,0.7355372,0.73140496,0.7355372,0.74380165,0.73140496,0.71900827,0.7231405,0.7107438,0.7107438,0.6859504,0.6694215,0.6818182,0.6446281,0.58264464,0.54545456,0.48347107,0.45454547,0.42975205,0.40495867,0.39256197,0.40082645,0.45454547,0.5123967,0.49173555,0.45041323,0.41322315,0.3553719,0.26859504,0.23966943,0.09090909,0.23966943,0.29752067,0.57024795,0.5785124,0.59504133,0.59090906,0.59504133,0.5661157,0.5289256,0.5,0.49586776,0.5289256,0.607438,0.6446281,0.6859504,0.71487606,0.6818182,0.6652893,0.6322314,0.61570245,0.59090906,0.5165289,0.46694216,0.47107437,0.42975205,0.41735536,0.42975205,0.4876033,0.56198347,0.6735537,0.71900827,0.71487606,0.7066116,0.70247936,0.71487606,0.7231405,0.71487606,0.7231405,0.7107438,0.6942149,0.69008267,0.6818182,0.69008267,0.6652893,0.6404959,0.6322314,0.56198347,0.44214877,0.38429752,0.338843,0.3264463,0.3140496,0.36363637,0.4338843,0.5165289,0.553719,0.55785125,0.56198347,0.5289256,0.5041322,0.45041323,0.3264463,0.2644628,0.07024793,0.2107438,0.33471075,0.59917355,0.58264464,0.57438016,0.58677685,0.58677685,0.5495868,0.53305787,0.58264464,0.6322314,0.677686,0.71487606,0.72727275,0.73966944,0.7231405,0.71487606,0.6942149,0.6818182,0.6280992,0.607438,0.57438016,0.5289256,0.5,0.47107437,0.40082645,0.38016528,0.38842976,0.42561984,0.55785125,0.6652893,0.6818182,0.69008267,0.6818182,0.6942149,0.70247936,0.6942149,0.6818182,0.6735537,0.661157,0.6404959,0.6487603,0.6322314,0.6280992,0.58677685,0.5371901,0.39256197,0.32231405,0.26859504,0.27272728,0.3140496,0.38016528,0.4214876,0.46280992,0.5206612,0.5247934,0.53305787,0.5413223,0.5247934,0.5,0.43801653,0.36363637,0.30165288,0.12396694,0.22727273,0.3264463,0.59917355,0.60330576,0.58264464,0.5661157,0.5661157,0.55785125,0.61570245,0.6652893,0.6818182,0.7066116,0.71487606,0.70247936,0.6818182,0.6570248,0.6322314,0.607438,0.58677685,0.55785125,0.54545456,0.5206612,0.5247934,0.5165289,0.5,0.45041323,0.38842976,0.40082645,0.4090909,0.48347107,0.61157024,0.6363636,0.661157,0.6694215,0.6735537,0.677686,0.677686,0.6570248,0.6446281,0.6280992,0.6280992,0.6198347,0.59504133,0.57024795,0.5123967,0.43801653,0.3305785,0.27272728,0.2520661,0.29338843,0.33471075,0.3553719,0.37603307,0.4090909,0.40082645,0.4214876,0.45041323,0.47107437,0.47107437,0.46280992,0.41735536,0.38016528,0.38016528,0.14049587,0.24793388,0.29338843,0.58264464,0.5785124,0.59090906,0.5371901,0.5247934,0.5206612,0.58677685,0.6363636,0.6404959,0.6404959,0.6404959,0.59917355,0.5495868,0.4876033,0.46280992,0.45867768,0.446281,0.42561984,0.4090909,0.4338843,0.47107437,0.5041322,0.49586776,0.47107437,0.44214877,0.4338843,0.45867768,0.49173555,0.5661157,0.60330576,0.6322314,0.6404959,0.6694215,0.6694215,0.661157,0.6528926,0.6446281,0.6363636,0.6280992,0.58264464,0.5495868,0.5041322,0.45867768,0.38016528,0.30578512,0.2603306,0.28099173,0.3305785,0.3553719,0.38429752,0.29338843,0.3429752,0.338843,0.2603306,0.2768595,0.38016528,0.41322315,0.4090909,0.37603307,0.3966942,0.40082645,0.1694215,0.23140496,0.23553719,0.58677685,0.59504133,0.58677685,0.553719,0.53305787,0.56198347,0.553719,0.57024795,0.55785125,0.5495868,0.5041322,0.42975205,0.3677686,0.29752067,0.338843,0.3305785,0.36363637,0.41735536,0.29752067,0.338843,0.3429752,0.41322315,0.49586776,0.5165289,0.5082645,0.47933885,0.45867768,0.48347107,0.5247934,0.55785125,0.60330576,0.661157,0.6859504,0.6983471,0.69008267,0.6694215,0.6694215,0.6528926,0.61570245,0.5661157,0.5041322,0.43801653,0.3966942,0.36363637,0.30991736,0.2603306,0.29752067,0.3553719,0.2520661,0.23966943,0.19421488,0.26859504,0.26859504,0.3140496,0.26859504,0.25619835,0.34710744,0.3677686,0.3429752,0.40082645,0.41322315,0.20247933,0.1983471,0.21487603,0.59504133,0.59504133,0.58677685,0.57024795,0.53305787,0.5413223,0.5289256,0.5082645,0.4876033,0.42975205,0.34710744,0.3305785,0.30578512,0.2520661,0.23140496,0.22727273,0.2107438,0.2603306,0.18181819,0.26859504,0.38429752,0.38016528,0.40082645,0.49173555,0.553719,0.553719,0.5247934,0.5,0.5165289,0.56198347,0.61157024,0.6694215,0.71487606,0.74793386,0.73966944,0.71900827,0.7066116,0.6652893,0.60330576,0.53305787,0.446281,0.40495867,0.35950413,0.36363637,0.3677686,0.24793388,0.1983471,0.23140496,0.17768595,0.18595041,0.18181819,0.23140496,0.14049587,0.14876033,0.1983471,0.24793388,0.28099173,0.33471075,0.38016528,0.4214876,0.42561984,0.22727273,0.14049587,0.2520661,0.59917355,0.60330576,0.60330576,0.58677685,0.5661157,0.553719,0.53305787,0.49173555,0.4214876,0.37603307,0.30165288,0.2231405,0.23553719,0.25619835,0.21900827,0.2644628,0.3553719,0.3429752,0.24793388,0.29338843,0.29752067,0.3429752,0.4752066,0.3966942,0.5041322,0.58677685,0.5661157,0.54545456,0.5247934,0.5495868,0.6363636,0.7066116,0.73966944,0.78099173,0.78099173,0.76033056,0.7355372,0.6735537,0.59917355,0.5041322,0.42561984,0.40082645,0.40495867,0.4214876,0.3553719,0.2644628,0.2644628,0.3264463,0.40495867,0.1570248,0.26859504,0.41322315,0.37603307,0.12809917,0.10330579,0.1570248,0.24380165,0.32231405,0.42561984,0.45867768,0.46280992,0.2520661,0.16115703,0.23140496,0.60330576,0.6280992,0.6198347,0.61157024,0.59504133,0.553719,0.5289256,0.4752066,0.40495867,0.3140496,0.23553719,0.19421488,0.38842976,0.4090909,0.34710744,0.18181819,0.26859504,0.40495867,0.338843,0.47107437,0.5371901,0.3181818,0.4090909,0.5,0.43801653,0.5123967,0.57024795,0.58677685,0.57024795,0.55785125,0.6487603,0.7355372,0.7644628,0.79752064,0.8140496,0.7892562,0.75619835,0.677686,0.58264464,0.49173555,0.42975205,0.45041323,0.4876033,0.38842976,0.49586776,0.3553719,0.37603307,0.19421488,0.19008264,0.24793388,0.30991736,0.45867768,0.5,0.30165288,0.1570248,0.15289256,0.23966943,0.36363637,0.4876033,0.5082645,0.4752066,0.28512397,0.2107438,0.23966943,0.59504133,0.6322314,0.6446281,0.6404959,0.6363636,0.61570245,0.53305787,0.46694216,0.42561984,0.30991736,0.30991736,0.35123968,0.5495868,0.5,0.37603307,0.3140496,0.16115703,0.2603306,0.38842976,0.553719,0.69008267,0.57438016,0.38842976,0.4090909,0.5165289,0.5165289,0.54545456,0.60330576,0.6404959,0.61570245,0.6652893,0.75206614,0.78099173,0.8057851,0.8264463,0.80991733,0.77272725,0.677686,0.553719,0.5165289,0.47933885,0.4876033,0.47107437,0.54545456,0.56198347,0.49173555,0.37603307,0.3553719,0.29338843,0.3181818,0.37603307,0.53305787,0.5041322,0.40082645,0.25619835,0.24793388,0.37190083,0.39256197,0.49586776,0.5371901,0.46280992,0.30578512,0.2768595,0.2644628,0.58264464,0.62396693,0.6570248,0.6652893,0.6983471,0.7066116,0.6694215,0.61157024,0.56198347,0.47107437,0.3140496,0.44214877,0.5413223,0.58264464,0.4214876,0.4090909,0.41735536,0.41322315,0.45454547,0.6446281,0.6942149,0.6322314,0.5165289,0.49586776,0.4338843,0.5785124,0.6404959,0.6363636,0.6983471,0.6942149,0.7066116,0.75619835,0.79752064,0.80991733,0.8264463,0.8140496,0.78099173,0.6818182,0.56198347,0.5165289,0.5247934,0.5206612,0.44214877,0.6363636,0.5165289,0.5289256,0.44214877,0.446281,0.36363637,0.37190083,0.47933885,0.49173555,0.40495867,0.3429752,0.26859504,0.34710744,0.4752066,0.5,0.5413223,0.55785125,0.46280992,0.3677686,0.3140496,0.29752067,0.57024795,0.62396693,0.661157,0.6818182,0.7231405,0.75206614,0.7355372,0.71900827,0.7107438,0.6570248,0.46694216,0.3677686,0.446281,0.5413223,0.58264464,0.47933885,0.4876033,0.5165289,0.54545456,0.57438016,0.5785124,0.58677685,0.58264464,0.62396693,0.6404959,0.6280992,0.69008267,0.6983471,0.7355372,0.74380165,0.74380165,0.7644628,0.7892562,0.8140496,0.8264463,0.80991733,0.76859504,0.6859504,0.5785124,0.5413223,0.5495868,0.6322314,0.6363636,0.62396693,0.5785124,0.5289256,0.47933885,0.49173555,0.42975205,0.42561984,0.4090909,0.43801653,0.40082645,0.39256197,0.40082645,0.41735536,0.5661157,0.5413223,0.53305787,0.54545456,0.47107437,0.36363637,0.34710744,0.3264463,0.57024795,0.61570245,0.661157,0.6859504,0.71487606,0.73966944,0.75206614,0.75206614,0.75619835,0.73140496,0.6363636,0.5371901,0.54545456,0.57024795,0.56198347,0.5661157,0.55785125,0.55785125,0.55785125,0.5082645,0.57024795,0.58264464,0.60330576,0.6818182,0.7066116,0.71487606,0.72727275,0.73966944,0.77272725,0.76859504,0.76033056,0.76859504,0.7933884,0.8057851,0.822314,0.8057851,0.7644628,0.69008267,0.58264464,0.553719,0.57438016,0.61157024,0.6404959,0.6280992,0.60330576,0.5495868,0.5165289,0.5165289,0.5082645,0.5123967,0.49586776,0.4876033,0.5041322,0.4876033,0.5041322,0.5247934,0.59090906,0.59917355,0.5413223,0.5123967,0.46694216,0.38842976,0.38016528,0.3553719,0.553719,0.61157024,0.6570248,0.6694215,0.70247936,0.7355372,0.76033056,0.7768595,0.76859504,0.76859504,0.7231405,0.6694215,0.6487603,0.6446281,0.6198347,0.61570245,0.57438016,0.6322314,0.6528926,0.61157024,0.62396693,0.6570248,0.6818182,0.7066116,0.7231405,0.7644628,0.7644628,0.7644628,0.78512394,0.7768595,0.76859504,0.7644628,0.79752064,0.80991733,0.8140496,0.7933884,0.76859504,0.6942149,0.59917355,0.57024795,0.58264464,0.62396693,0.6570248,0.6404959,0.61570245,0.6198347,0.57024795,0.55785125,0.5413223,0.5371901,0.5495868,0.5289256,0.5289256,0.5289256,0.5371901,0.5785124,0.6198347,0.6198347,0.5413223,0.5,0.44214877,0.41322315,0.41735536,0.38842976,0.55785125,0.6198347,0.6570248,0.6735537,0.70247936,0.73140496,0.75619835,0.7768595,0.7768595,0.7644628,0.7355372,0.6983471,0.6818182,0.6487603,0.6322314,0.6528926,0.6280992,0.6528926,0.6818182,0.6983471,0.6942149,0.70247936,0.71900827,0.75619835,0.7768595,0.7933884,0.7933884,0.7768595,0.7768595,0.76859504,0.76859504,0.7644628,0.7892562,0.8057851,0.8016529,0.78512394,0.76859504,0.70247936,0.61570245,0.5785124,0.59504133,0.62396693,0.6652893,0.6818182,0.6694215,0.661157,0.6404959,0.607438,0.58677685,0.57438016,0.553719,0.5413223,0.54545456,0.57438016,0.59504133,0.62396693,0.6363636,0.61570245,0.53305787,0.4876033,0.446281,0.46694216,0.41735536,0.40495867,0.5495868,0.61570245,0.661157,0.6570248,0.70247936,0.72727275,0.75619835,0.7768595,0.7892562,0.78099173,0.78099173,0.77272725,0.74380165,0.71487606,0.6983471,0.71487606,0.7066116,0.71900827,0.7355372,0.74793386,0.74380165,0.74793386,0.77272725,0.79752064,0.7933884,0.78512394,0.79752064,0.78099173,0.76033056,0.7768595,0.7644628,0.75619835,0.7768595,0.80991733,0.7933884,0.7892562,0.76859504,0.71487606,0.607438,0.58677685,0.59504133,0.61157024,0.6652893,0.6818182,0.6942149,0.69008267,0.6859504,0.6694215,0.6487603,0.6446281,0.6404959,0.6322314,0.6280992,0.6528926,0.677686,0.6694215,0.6446281,0.61157024,0.5495868,0.49586776,0.45041323,0.4876033,0.34710744,0.40495867,0.56198347,0.61570245,0.6652893,0.6570248,0.6942149,0.72727275,0.74793386,0.76033056,0.78099173,0.7892562,0.8016529,0.8057851,0.8016529,0.7933884,0.7892562,0.7933884,0.7768595,0.76859504,0.7644628,0.78099173,0.78512394,0.8057851,0.8057851,0.8057851,0.7892562,0.78099173,0.79752064,0.7892562,0.75206614,0.76859504,0.7644628,0.75206614,0.7644628,0.80991733,0.7933884,0.7892562,0.78099173,0.71487606,0.61157024,0.58264464,0.59090906,0.607438,0.6570248,0.69008267,0.6983471,0.7107438,0.7231405,0.7231405,0.7066116,0.72727275,0.7066116,0.69008267,0.6942149,0.6942149,0.677686,0.6694215,0.6363636,0.59090906,0.5413223,0.5041322,0.446281,0.4752066,0.29752067,0.4214876,0.553719,0.61570245,0.661157,0.661157,0.6735537,0.71487606,0.74380165,0.75206614,0.77272725,0.7892562,0.80991733,0.80991733,0.8057851,0.8057851,0.80991733,0.8181818,0.8057851,0.8016529,0.8016529,0.8057851,0.80991733,0.8140496,0.8140496,0.8057851,0.79752064,0.78512394,0.79752064,0.7933884,0.76033056,0.7644628,0.74793386,0.75619835,0.75619835,0.7892562,0.7933884,0.78099173,0.7768595,0.73140496,0.62396693,0.5785124,0.60330576,0.6322314,0.6694215,0.6818182,0.6942149,0.7107438,0.7107438,0.7231405,0.7355372,0.74380165,0.7231405,0.70247936,0.69008267,0.6735537,0.6694215,0.6404959,0.6280992,0.5785124,0.5371901,0.5041322,0.446281,0.43801653,0.23140496,0.4214876,0.553719,0.61157024,0.6528926,0.6694215,0.6859504,0.7107438,0.73966944,0.75206614,0.77272725,0.79752064,0.8181818,0.8181818,0.8140496,0.80991733,0.8181818,0.8140496,0.80991733,0.80991733,0.822314,0.8140496,0.8140496,0.8140496,0.80991733,0.8057851,0.8057851,0.7892562,0.79752064,0.78512394,0.76859504,0.74793386,0.75206614,0.74793386,0.75619835,0.78099173,0.7768595,0.77272725,0.7644628,0.74793386,0.6735537,0.55785125,0.59504133,0.6446281,0.661157,0.677686,0.6818182,0.69008267,0.6983471,0.7107438,0.7231405,0.7355372,0.7355372,0.72727275,0.7107438,0.6528926,0.6404959,0.61157024,0.6198347,0.58677685,0.5371901,0.47933885,0.46280992,0.4214876,0.18595041,0.37190083,0.5413223,0.60330576,0.6570248,0.6694215,0.6942149,0.7231405,0.7355372,0.74793386,0.76859504,0.7892562,0.7933884,0.822314,0.8181818,0.8264463,0.8264463,0.8140496,0.8181818,0.822314,0.80991733,0.8181818,0.8140496,0.80991733,0.8057851,0.8016529,0.7933884,0.78099173,0.78099173,0.7644628,0.73966944,0.73140496,0.75206614,0.73966944,0.75206614,0.78512394,0.78512394,0.7768595,0.77272725,0.76033056,0.70247936,0.57024795,0.55785125,0.607438,0.59917355,0.6363636,0.6694215,0.69008267,0.69008267,0.70247936,0.7107438,0.7231405,0.72727275,0.71487606,0.6942149,0.6694215,0.6198347,0.60330576,0.59090906,0.5661157,0.5413223,0.48347107,0.40495867,0.40495867,0.60330576,0.24793388,0.5371901,0.59504133,0.6487603,0.661157,0.6859504,0.7107438,0.71900827,0.74793386,0.76859504,0.77272725,0.78512394,0.8057851,0.822314,0.822314,0.822314,0.8140496,0.822314,0.8140496,0.8140496,0.80991733,0.8016529,0.80991733,0.7933884,0.78512394,0.77272725,0.74793386,0.7231405,0.7355372,0.73140496,0.7107438,0.7355372,0.73966944,0.74380165,0.7933884,0.7933884,0.7768595,0.78099173,0.77272725,0.72727275,0.60330576,0.57024795,0.62396693,0.58677685,0.5413223,0.6198347,0.6652893,0.6818182,0.6859504,0.6983471,0.7066116,0.70247936,0.6983471,0.6818182,0.6570248,0.6322314,0.607438,0.56198347,0.54545456,0.5247934,0.4876033,0.43801653,0.2520661,0.35123968,0.338843,0.5413223,0.58264464,0.6280992,0.6570248,0.677686,0.70247936,0.6983471,0.7355372,0.74793386,0.75619835,0.77272725,0.78099173,0.8057851,0.8140496,0.80991733,0.8140496,0.8140496,0.79752064,0.79752064,0.8016529,0.78099173,0.7892562,0.7768595,0.74793386,0.73966944,0.7231405,0.71487606,0.75206614,0.7644628,0.71900827,0.71487606,0.7355372,0.74380165,0.7892562,0.8140496,0.7933884,0.78512394,0.78512394,0.73966944,0.6363636,0.58677685,0.6570248,0.6528926,0.55785125,0.54545456,0.6322314,0.6570248,0.6652893,0.6818182,0.6942149,0.6735537,0.6735537,0.6735537,0.6487603,0.62396693,0.59504133,0.553719,0.5206612,0.5041322,0.4752066,0.45454547,0.2231405,0.18181819,0.33471075,0.5247934,0.57438016,0.58677685,0.6322314,0.6694215,0.69008267,0.7066116,0.73140496,0.74380165,0.75206614,0.7768595,0.76859504,0.78099173,0.7892562,0.79752064,0.7892562,0.8057851,0.78099173,0.7892562,0.78512394,0.7644628,0.7644628,0.7355372,0.70247936,0.69008267,0.7107438,0.73966944,0.75619835,0.7768595,0.75206614,0.71900827,0.71487606,0.72727275,0.75619835,0.8016529,0.8140496,0.8016529,0.78099173,0.7355372,0.6487603,0.56198347,0.6363636,0.6942149,0.60330576,0.5082645,0.58264464,0.6404959,0.6322314,0.6404959,0.6446281,0.6570248,0.6363636,0.6322314,0.6446281,0.59917355,0.5785124,0.54545456,0.5082645,0.48347107,0.45454547,0.40082645,0.13636364,0.14876033,0.28512397,0.5206612,0.553719,0.58264464,0.61570245,0.661157,0.6735537,0.6859504,0.70247936,0.72727275,0.7355372,0.74793386,0.75619835,0.76033056,0.76859504,0.78512394,0.77272725,0.7768595,0.77272725,0.7644628,0.75619835,0.7355372,0.7231405,0.7066116,0.6487603,0.6528926,0.7107438,0.74793386,0.7644628,0.77272725,0.76859504,0.74793386,0.71900827,0.7107438,0.74380165,0.76859504,0.8181818,0.8181818,0.75206614,0.6983471,0.6446281,0.553719,0.58677685,0.6694215,0.61570245,0.5041322,0.54545456,0.58677685,0.61157024,0.60330576,0.607438,0.61157024,0.61570245,0.59917355,0.607438,0.55785125,0.5495868,0.5206612,0.46694216,0.4752066,0.45041323,0.3677686,0.15289256,0.11570248,0.23966943,0.5082645,0.5371901,0.5785124,0.61570245,0.6404959,0.661157,0.6818182,0.69008267,0.7066116,0.73140496,0.74380165,0.74793386,0.73966944,0.74380165,0.75619835,0.75619835,0.74793386,0.73966944,0.73140496,0.71900827,0.69008267,0.6942149,0.6735537,0.6198347,0.59090906,0.70247936,0.71900827,0.74793386,0.77272725,0.74380165,0.72727275,0.70247936,0.6859504,0.71487606,0.73140496,0.75206614,0.76033056,0.70247936,0.6363636,0.57438016,0.5289256,0.54545456,0.60330576,0.56198347,0.5041322,0.5413223,0.56198347,0.58264464,0.58677685,0.59504133,0.58264464,0.58264464,0.57024795,0.5495868,0.5247934,0.5206612,0.49586776,0.45867768,0.43801653,0.41735536,0.3429752,0.19421488,0.1570248,0.1983471,0.49173555,0.5206612,0.553719,0.59090906,0.62396693,0.6280992,0.661157,0.6694215,0.69008267,0.7107438,0.71900827,0.7355372,0.7231405,0.71487606,0.72727275,0.73140496,0.7231405,0.71900827,0.70247936,0.6859504,0.661157,0.6404959,0.6528926,0.6280992,0.5206612,0.59090906,0.6528926,0.6859504,0.71900827,0.71487606,0.6652893,0.6404959,0.59917355,0.607438,0.6446281,0.6694215,0.6818182,0.6198347,0.5661157,0.5041322,0.46280992,0.47933885,0.4876033,0.45867768,0.5165289,0.5495868,0.56198347,0.58264464,0.57438016,0.58677685,0.56198347,0.5495868,0.5413223,0.5206612,0.5,0.49586776,0.47107437,0.45041323,0.41322315,0.3429752,0.44214877,0.2231405,0.16115703,0.17355372,0.4876033,0.5041322,0.5289256,0.58264464,0.607438,0.62396693,0.6404959,0.661157,0.6694215,0.6818182,0.6983471,0.6942149,0.6818182,0.6859504,0.7107438,0.7107438,0.6983471,0.6859504,0.6652893,0.661157,0.6363636,0.6198347,0.6487603,0.70247936,0.607438,0.49586776,0.5,0.5165289,0.49173555,0.4876033,0.49173555,0.5082645,0.5289256,0.54545456,0.55785125,0.5785124,0.5785124,0.54545456,0.49173555,0.41322315,0.3140496,0.2892562,0.3429752,0.41735536,0.5247934,0.5495868,0.5371901,0.5413223,0.55785125,0.553719,0.54545456,0.5165289,0.5041322,0.4752066,0.46280992,0.45867768,0.42561984,0.41322315,0.37190083,0.23553719,0.59504133,0.3553719,0.12809917,0.17768595,0.46280992,0.4876033,0.5123967,0.5495868,0.5785124,0.59504133,0.6198347,0.6404959,0.6487603,0.661157,0.6694215,0.6694215,0.6487603,0.6694215,0.6694215,0.6694215,0.6652893,0.661157,0.6363636,0.6198347,0.61570245,0.6322314,0.6735537,0.6942149,0.6983471,0.57024795,0.3677686,0.34710744,0.33471075,0.3264463,0.2892562,0.24793388,0.38016528,0.4752066,0.4876033,0.5082645,0.48347107,0.46280992,0.39256197,0.2768595,0.24793388,0.29752067,0.38016528,0.48347107,0.54545456,0.55785125,0.5247934,0.5041322,0.5165289,0.5247934,0.5206612,0.49586776,0.4876033,0.46280992,0.4338843,0.41735536,0.37603307,0.37190083,0.3140496,0.21900827,0.6859504,0.6735537,0.12809917,0.16528925,0.4752066,0.47107437,0.4876033,0.5206612,0.54545456,0.57438016,0.5785124,0.60330576,0.6198347,0.6363636,0.6322314,0.6363636,0.6198347,0.6322314,0.6280992,0.6280992,0.62396693,0.61570245,0.59090906,0.58264464,0.59090906,0.6652893,0.70247936,0.7066116,0.6983471,0.7107438,0.6363636,0.53305787,0.5082645,0.5082645,0.47107437,0.38842976,0.27272728,0.3264463,0.36363637,0.36363637,0.38016528,0.3553719,0.32231405,0.35950413,0.46694216,0.49586776,0.5206612,0.55785125,0.553719,0.54545456,0.53305787,0.5,0.4752066,0.49173555,0.49173555,0.48347107,0.46694216,0.446281,0.4214876,0.4090909,0.36363637,0.37190083,0.35123968,0.1694215,0.54545456,0.8057851,0.45454547,0.07024793,0.4876033,0.45454547,0.47107437,0.49173555,0.5,0.5247934,0.55785125,0.57438016,0.59090906,0.58677685,0.58264464,0.58677685,0.59504133,0.59504133,0.59917355,0.59090906,0.58264464,0.5661157,0.53305787,0.5495868,0.61157024,0.69008267,0.71487606,0.7231405,0.70247936,0.7107438,0.72727275,0.6818182,0.6446281,0.61570245,0.59090906,0.55785125,0.46280992,0.2768595,0.28512397,0.27272728,0.28512397,0.3429752,0.45041323,0.5247934,0.58677685,0.57438016,0.5785124,0.57024795,0.553719,0.5413223,0.54545456,0.5371901,0.5123967,0.4752066,0.4752066,0.46694216,0.44214877,0.4338843,0.4214876,0.38842976,0.36363637,0.38842976,0.28099173,0.18595041,0.57024795,0.7231405,0.5413223,0.07438017,0.49586776,0.45454547,0.45041323,0.46280992,0.47933885,0.47933885,0.5041322,0.53305787,0.5371901,0.553719,0.54545456,0.553719,0.5495868,0.5495868,0.55785125,0.5495868,0.53305787,0.5,0.5165289,0.5661157,0.6694215,0.7066116,0.71487606,0.74380165,0.7107438,0.7231405,0.73966944,0.7355372,0.71900827,0.70247936,0.6570248,0.62396693,0.5785124,0.4876033,0.42975205,0.41322315,0.42975205,0.5082645,0.57024795,0.58677685,0.59504133,0.59917355,0.5785124,0.57438016,0.5495868,0.5165289,0.53305787,0.5371901,0.5371901,0.4876033,0.45867768,0.45454547,0.44214877,0.42975205,0.4214876,0.39256197,0.37603307,0.39256197,0.26859504,0.11570248,0.35950413,0.44214877,0.30165288,0.17768595,0.5,0.46694216,0.45041323,0.45867768,0.46694216,0.46694216,0.46694216,0.4752066,0.4752066,0.5165289,0.5165289,0.5247934,0.5123967,0.5165289,0.5082645,0.5082645,0.49173555,0.5413223,0.58264464,0.6322314,0.6942149,0.71900827,0.71487606,0.72727275,0.71900827,0.72727275,0.73140496,0.73966944,0.7355372,0.7355372,0.70247936,0.6859504,0.62396693,0.5785124,0.57438016,0.5785124,0.5785124,0.59090906,0.607438,0.607438,0.60330576,0.59504133,0.57438016,0.553719,0.5289256,0.49586776,0.48347107,0.5082645,0.5206612,0.47933885,0.47933885,0.47107437,0.45867768,0.45454547,0.42561984,0.3966942,0.38842976,0.4090909,0.25619835,0.10330579,0.14876033,0.20247933,0.21900827,0.20247933,0.5,0.4876033,0.46280992,0.45454547,0.45867768,0.47107437,0.47107437,0.4752066,0.47107437,0.49173555,0.49586776,0.4876033,0.4752066,0.4752066,0.5,0.5165289,0.5495868,0.59917355,0.6322314,0.6528926,0.6528926,0.6694215,0.6859504,0.69008267,0.6942149,0.6983471,0.7107438,0.71900827,0.72727275,0.72727275,0.71487606,0.6983471,0.6694215,0.6570248,0.6570248,0.6487603,0.6404959,0.607438,0.59504133,0.55785125,0.5413223,0.54545456,0.53305787,0.49173555,0.45041323,0.44214877,0.43801653,0.46280992,0.4752066,0.47933885,0.5041322,0.5,0.48347107,0.45867768,0.41322315,0.40082645,0.4214876,0.38842976,0.19008264,0.1322314,0.1570248,0.16115703,0.21487603,0.20661157,0.5,0.4752066,0.4876033,0.47107437,0.46280992,0.4752066,0.47933885,0.47933885,0.5082645,0.5082645,0.5123967,0.5082645,0.49173555,0.5,0.5413223,0.5785124,0.59090906,0.607438,0.60330576,0.57438016,0.553719,0.5661157,0.59090906,0.59504133,0.59504133,0.5785124,0.58677685,0.59090906,0.59917355,0.58264464,0.5661157,0.54545456,0.5785124,0.607438,0.61570245,0.5785124,0.5082645,0.45454547,0.42975205,0.3966942,0.38429752,0.37190083,0.35123968,0.32231405,0.28512397,0.28512397,0.34710744,0.4214876,0.45454547,0.4876033,0.5289256,0.5206612,0.4876033,0.45041323,0.42561984,0.41735536,0.41735536,0.35123968,0.15289256,0.16115703,0.17768595,0.15289256,0.2231405,0.2107438,0.48347107,0.47933885,0.49173555,0.49586776,0.46280992,0.5041322,0.5082645,0.48347107,0.5289256,0.5413223,0.553719,0.56198347,0.553719,0.5495868,0.56198347,0.5785124,0.5371901,0.5,0.4752066,0.42975205,0.37190083,0.30991736,0.29338843,0.3553719,0.37190083,0.3677686,0.34710744,0.37190083,0.38842976,0.4090909,0.40495867,0.34710744,0.3264463,0.34710744,0.37603307,0.34710744,0.33471075,0.32231405,0.3264463,0.30578512,0.28512397,0.29752067,0.2603306,0.2520661,0.3264463,0.40495867,0.446281,0.47107437,0.5041322,0.5,0.5371901,0.5165289,0.47933885,0.44214877,0.42975205,0.4338843,0.3966942,0.30991736,0.1694215,0.23140496,0.17355372,0.14876033,0.1983471,0.21487603,0.40082645,0.46280992,0.4876033,0.49586776,0.48347107,0.49586776,0.53305787,0.5206612,0.5206612,0.56198347,0.59090906,0.61157024,0.607438,0.59504133,0.56198347,0.5289256,0.4752066,0.45454547,0.46280992,0.47933885,0.5165289,0.4214876,0.38842976,0.38842976,0.41322315,0.3677686,0.3553719,0.4090909,0.4338843,0.41322315,0.3966942,0.4090909,0.3553719,0.338843,0.3264463,0.3264463,0.36363637,0.37603307,0.35123968,0.3181818,0.30578512,0.30165288,0.29338843,0.38429752,0.46280992,0.49173555,0.553719,0.553719,0.54545456,0.5413223,0.5371901,0.5082645,0.47107437,0.41322315,0.446281,0.43801653,0.3677686,0.28099173,0.21487603,0.2231405,0.19008264,0.1446281,0.20661157,0.2231405,0.29338843,0.42975205,0.47933885,0.5082645,0.5041322,0.49586776,0.5289256,0.54545456,0.5413223,0.55785125,0.59917355,0.62396693,0.6363636,0.6487603,0.59917355,0.57024795,0.5413223,0.59090906,0.59504133,0.59090906,0.57024795,0.60330576,0.55785125,0.5165289,0.5,0.5123967,0.5289256,0.607438,0.6363636,0.6487603,0.6363636,0.6487603,0.5495868,0.5413223,0.5165289,0.49586776,0.5041322,0.49586776,0.45867768,0.38842976,0.3553719,0.3677686,0.39256197,0.42561984,0.47107437,0.5371901,0.5495868,0.5661157,0.54545456,0.5413223,0.5206612,0.49173555,0.45454547,0.42975205,0.44214877,0.41322315,0.30578512,0.16528925,0.2231405,0.21487603,0.18595041,0.19421488,0.21900827,0.21900827,0.1446281,0.34710744,0.45041323,0.4752066,0.5041322,0.5165289,0.5247934,0.553719,0.553719,0.5661157,0.58677685,0.6280992,0.6322314,0.6528926,0.6322314,0.61157024,0.61157024,0.6322314,0.6528926,0.6528926,0.6322314,0.57024795,0.5413223,0.58677685,0.5371901,0.47933885,0.47933885,0.553719,0.5785124,0.61157024,0.59090906,0.59504133,0.5785124,0.5495868,0.5413223,0.5,0.49586776,0.4338843,0.40495867,0.38429752,0.38429752,0.4338843,0.44214877,0.4338843,0.5123967,0.5371901,0.53305787,0.55785125,0.5413223,0.5371901,0.5,0.4752066,0.44214877,0.4338843,0.42975205,0.37603307,0.2520661,0.1983471,0.2107438,0.21487603,0.2231405,0.21487603,0.23140496,0.21900827,0.1322314,0.23966943,0.40082645,0.43801653,0.48347107,0.5082645,0.5247934,0.553719,0.56198347,0.5661157,0.5785124,0.61157024,0.6198347,0.6404959,0.6404959,0.6198347,0.61157024,0.62396693,0.661157,0.6735537,0.6735537,0.6363636,0.5661157,0.5206612,0.5371901,0.5413223,0.5041322,0.45041323,0.4752066,0.48347107,0.47933885,0.45867768,0.45454547,0.46694216,0.43801653,0.4214876,0.4214876,0.38429752,0.38842976,0.41322315,0.43801653,0.43801653,0.45867768,0.49173555,0.5165289,0.5289256,0.53305787,0.5495868,0.54545456,0.5206612,0.48347107,0.46280992,0.42975205,0.41322315,0.40082645,0.3553719,0.19008264,0.21900827,0.2231405,0.21487603,0.2107438,0.21900827,0.2107438,0.2231405,0.2107438,0.18595041,0.3264463,0.4090909,0.4338843,0.48347107,0.5041322,0.5371901,0.55785125,0.553719,0.5661157,0.59090906,0.59917355,0.6280992,0.6363636,0.6487603,0.59090906,0.59917355,0.6322314,0.6818182,0.6983471,0.6694215,0.6404959,0.5785124,0.53305787,0.4876033,0.5082645,0.5041322,0.47933885,0.45454547,0.4214876,0.3966942,0.4090909,0.42975205,0.3966942,0.38429752,0.39256197,0.40082645,0.41322315,0.42561984,0.446281,0.47933885,0.5165289,0.53305787,0.5082645,0.5206612,0.5247934,0.54545456,0.5289256,0.5,0.4752066,0.43801653,0.4214876,0.39256197,0.42975205,0.41735536,0.28099173,0.18595041,0.2107438,0.2107438,0.2107438,0.21487603,0.2107438,0.21487603,0.23553719,0.24380165,0.1983471,0.3553719,0.38016528,0.41735536,0.48347107,0.5165289,0.5495868,0.55785125,0.56198347,0.5785124,0.59504133,0.607438,0.6322314,0.6363636,0.6404959,0.61570245,0.61157024,0.6570248,0.6818182,0.6818182,0.6859504,0.6652893,0.6322314,0.58677685,0.53305787,0.49173555,0.46694216,0.45867768,0.45454547,0.46280992,0.41735536,0.41735536,0.44214877,0.43801653,0.45867768,0.446281,0.47107437,0.49173555,0.5123967,0.5413223,0.55785125,0.5495868,0.5206612,0.5247934,0.5247934,0.54545456,0.5165289,0.4752066,0.45041323,0.42561984,0.38429752,0.41322315,0.47107437,0.56198347,0.5,0.28512397,0.19421488,0.2107438,0.21900827,0.21487603,0.20661157,0.21487603,0.23553719,0.24380165,0.21487603,0.2231405,0.3677686,0.3677686,0.41322315,0.4752066,0.5123967,0.5413223,0.55785125,0.553719,0.5785124,0.59090906,0.6363636,0.6404959,0.6528926,0.6404959,0.6446281,0.61157024,0.6652893,0.6818182,0.7066116,0.7066116,0.6942149,0.6859504,0.6735537,0.61570245,0.58677685,0.57438016,0.5661157,0.57438016,0.5495868,0.53305787,0.56198347,0.58264464,0.59090906,0.59917355,0.57438016,0.5785124,0.58264464,0.57438016,0.5661157,0.54545456,0.5041322,0.5206612,0.5289256,0.5165289,0.49173555,0.45454547,0.4338843,0.41322315,0.33471075,0.4214876,0.5123967,0.6363636,0.7066116,0.55785125,0.38016528,0.2644628,0.20247933,0.21487603,0.20661157,0.21487603,0.22727273,0.23553719,0.2231405,0.23966943,0.3305785,0.3966942,0.37603307,0.3966942,0.46280992,0.5041322,0.5413223,0.5289256,0.57024795,0.58264464,0.6198347,0.6322314,0.661157,0.6570248,0.661157,0.6280992,0.6404959,0.6528926,0.70247936,0.71487606,0.7107438,0.71487606,0.7231405,0.7107438,0.7066116,0.71900827,0.71487606,0.7066116,0.6859504,0.6818182,0.6818182,0.6735537,0.6570248,0.6528926,0.6198347,0.607438,0.59504133,0.5785124,0.5661157,0.5289256,0.5,0.5082645,0.5123967,0.49586776,0.46280992,0.43801653,0.4090909,0.40495867,0.21900827,0.41735536,0.5247934,0.69008267,0.78512394,0.73140496,0.553719,0.6322314,0.3677686,0.17355372,0.21900827,0.2107438,0.2231405,0.23966943,0.21487603,0.29752067,0.28512397,0.40495867,0.4214876,0.36363637,0.38842976,0.45041323,0.5041322,0.49586776,0.5495868,0.56198347,0.58677685,0.6198347,0.6404959,0.6487603,0.6363636,0.6322314,0.6528926,0.6446281,0.69008267,0.71487606,0.7231405,0.73966944,0.7355372,0.7355372,0.74793386,0.74793386,0.78099173,0.76033056,0.74380165,0.7355372,0.73140496,0.7066116,0.6735537,0.6446281,0.6280992,0.61570245,0.59917355,0.57438016,0.5495868,0.5165289,0.49586776,0.49586776,0.48347107,0.47107437,0.4338843,0.40082645,0.3966942,0.34710744,0.07438017,0.53305787,0.5661157,0.69008267,0.8057851,0.8016529,0.6528926,0.61157024,0.6942149,0.35950413,0.20661157,0.19421488,0.22727273,0.23553719,0.21900827,0.3305785,0.23966943,0.40082645,0.42975205,0.3966942,0.36363637,0.38429752,0.4338843,0.46280992,0.49586776,0.5289256,0.56198347,0.59090906,0.61157024,0.6280992,0.6322314,0.6363636,0.6322314,0.6570248,0.6652893,0.71487606,0.7107438,0.7355372,0.7355372,0.7231405,0.73140496,0.72727275,0.74380165,0.74793386,0.7355372,0.72727275,0.73966944,0.6942149,0.6694215,0.6446281,0.6198347,0.61570245,0.59504133,0.56198347,0.5289256,0.49586776,0.48347107,0.46694216,0.44214877,0.4214876,0.39256197,0.39256197,0.40082645,0.28512397,0.14876033,0.6942149,0.61570245,0.62396693,0.8057851,0.8140496,0.76033056,0.60330576,0.6446281,0.661157,0.5,0.29338843,0.22727273,0.23140496,0.18181819,0.38016528,0.23140496,0.36363637,0.43801653,0.40495867,0.3429752,0.33471075,0.38016528,0.40495867,0.446281,0.4752066,0.5123967,0.5413223,0.5785124,0.59917355,0.61570245,0.61570245,0.61570245,0.6280992,0.6363636,0.6652893,0.6942149,0.71487606,0.71900827,0.7066116,0.7107438,0.7355372,0.7355372,0.73140496,0.73140496,0.7107438,0.7107438,0.6735537,0.6446281,0.6446281,0.60330576,0.57024795,0.58264464,0.53305787,0.5123967,0.47107437,0.45867768,0.42561984,0.40082645,0.38842976,0.38429752,0.37603307,0.39256197,0.29338843,0.2603306,0.71487606,0.6404959,0.58264464,0.7644628,0.8140496,0.78512394,0.6942149,0.61157024,0.6528926,0.71487606,0.72727275,0.23140496,0.2231405,0.19008264,0.48347107,0.23553719,0.30165288,0.446281,0.4214876,0.3677686,0.29752067,0.3181818,0.35950413,0.38842976,0.4090909,0.45041323,0.4876033,0.5165289,0.5413223,0.55785125,0.5785124,0.58264464,0.61157024,0.61157024,0.6280992,0.6528926,0.6818182,0.6942149,0.69008267,0.677686,0.71487606,0.6983471,0.6942149,0.6942149,0.6694215,0.661157,0.6404959,0.5785124,0.59090906,0.56198347,0.54545456,0.5413223,0.5082645,0.47933885,0.45454547,0.41735536,0.38842976,0.36363637,0.37190083,0.36363637,0.38842976,0.40082645,0.30165288,0.338843,0.7231405,0.6487603,0.5785124,0.73966944,0.8057851,0.78099173,0.73966944,0.6198347,0.61157024,0.73140496,0.74793386,0.22727273,0.2107438,0.21487603,0.58264464,0.2603306,0.22727273,0.44214877,0.446281,0.38842976,0.35123968,0.3181818,0.29752067,0.3140496,0.3677686,0.38842976,0.40082645,0.43801653,0.45867768,0.4752066,0.5247934,0.56198347,0.58264464,0.58264464,0.607438,0.61157024,0.6198347,0.6404959,0.6652893,0.6487603,0.6694215,0.6528926,0.6652893,0.6570248,0.6404959,0.6198347,0.60330576,0.55785125,0.5495868,0.5413223,0.5247934,0.5123967,0.47107437,0.45041323,0.42561984,0.3677686,0.3429752,0.3429752,0.3553719,0.38016528,0.41322315,0.4214876,0.29338843,0.4876033,0.75206614,0.6652893,0.607438,0.74380165,0.78512394,0.77272725,0.74793386,0.62396693,0.6363636,0.6818182,0.7644628,0.2231405,0.21900827,0.23553719,0.6487603,0.35123968,0.14049587,0.4338843,0.46280992,0.40082645,0.39256197,0.35123968,0.3181818,0.29752067,0.3181818,0.3305785,0.37603307,0.38429752,0.38842976,0.40082645,0.41322315,0.47933885,0.5206612,0.553719,0.553719,0.55785125,0.58264464,0.607438,0.6198347,0.61570245,0.61157024,0.61157024,0.6198347,0.61157024,0.58677685,0.57438016,0.5495868,0.5206612,0.5082645,0.5123967,0.4876033,0.46280992,0.42561984,0.40082645,0.38429752,0.3181818,0.29752067,0.36363637,0.38429752,0.4090909,0.44214877,0.45041323,0.35950413,0.6404959,0.70247936,0.6859504,0.6487603,0.75206614,0.78099173,0.76859504,0.72727275,0.607438,0.70247936,0.6528926,0.76033056,0.21487603,0.25619835,0.27272728,0.6694215,0.49173555,0.0785124,0.44214877,0.47107437,0.446281,0.41322315,0.38016528,0.35123968,0.3305785,0.32231405,0.3181818,0.32231405,0.34710744,0.35950413,0.37603307,0.37190083,0.38016528,0.42975205,0.4752066,0.5041322,0.49173555,0.53305787,0.56198347,0.57024795,0.5661157,0.55785125,0.57438016,0.55785125,0.55785125,0.54545456,0.5206612,0.5,0.47107437,0.46280992,0.46280992,0.446281,0.3966942,0.38016528,0.3429752,0.30578512,0.30578512,0.34710744,0.38842976,0.4214876,0.45041323,0.47933885,0.4876033,0.43801653,0.6983471,0.6198347,0.73140496,0.6735537,0.73140496,0.78512394,0.76859504,0.74380165,0.62396693,0.7355372,0.6363636,0.73966944,0.2603306,0.35123968,0.29338843,0.6528926,0.661157,0.1570248,0.42561984,0.49173555,0.47107437,0.43801653,0.40082645,0.38016528,0.3429752,0.338843,0.33471075,0.32231405,0.32231405,0.33471075,0.3305785,0.35950413,0.37190083,0.40082645,0.3966942,0.4214876,0.4214876,0.45454547,0.46694216,0.49586776,0.5123967,0.4876033,0.4876033,0.5082645,0.5041322,0.48347107,0.46694216,0.45454547,0.42561984,0.43801653,0.41322315,0.3966942,0.34710744,0.30991736,0.28512397,0.30991736,0.34710744,0.38016528,0.4214876,0.45867768,0.5,0.5206612,0.5,0.41735536,0.6859504,0.6528926,0.7355372,0.6859504,0.7066116,0.78099173,0.7644628,0.75619835,0.6487603,0.7231405,0.61570245,0.7231405,0.3966942,0.46280992,0.3677686,0.61157024,0.8429752,0.2644628,0.34710744,0.5123967,0.49173555,0.47107437,0.43801653,0.40082645,0.38429752,0.36363637,0.35123968,0.35123968,0.338843,0.33471075,0.33471075,0.338843,0.3305785,0.34710744,0.36363637,0.38016528,0.38842976,0.38016528,0.39256197,0.40495867,0.42561984,0.4214876,0.42975205,0.44214877,0.45454547,0.45454547,0.42975205,0.4090909,0.40495867,0.38016528,0.34710744,0.3181818,0.2892562,0.28099173,0.29752067,0.32231405,0.37603307,0.39256197,0.42561984,0.45454547,0.49173555,0.5247934,0.5041322,0.38842976,0.6570248,0.69008267,0.70247936,0.6983471,0.677686,0.7768595,0.76859504,0.76859504,0.6735537,0.69008267,0.6198347,0.70247936,0.5371901,0.5371901,0.4752066,0.5785124,0.9710744,0.446281,0.2603306,0.5123967,0.5247934,0.49586776,0.47107437,0.44214877,0.4214876,0.40082645,0.37603307,0.36363637,0.35950413,0.338843,0.3305785,0.35123968,0.33471075,0.32231405,0.3264463,0.32231405,0.33471075,0.34710744,0.3677686,0.3677686,0.36363637,0.36363637,0.3677686,0.39256197,0.3966942,0.40082645,0.38429752,0.3553719,0.3305785,0.30578512,0.2892562,0.28512397,0.2768595,0.2768595,0.29338843,0.3181818,0.3677686,0.38842976,0.4214876,0.45041323,0.48347107,0.5247934,0.5082645,0.41322315,0.6280992,0.7231405,0.6735537,0.7066116,0.6528926,0.77272725,0.77272725,0.77272725,0.6983471,0.661157,0.6528926,0.6859504,0.54545456,0.5413223,0.60330576,0.59504133,0.8677686,0.6818182,0.2107438,0.4876033,0.553719,0.53305787,0.5,0.48347107,0.45454547,0.4338843,0.40495867,0.38016528,0.38842976,0.35950413,0.35123968,0.3429752,0.3429752,0.3264463,0.3264463,0.3181818,0.3140496,0.30991736,0.30578512,0.28099173,0.30578512,0.30578512,0.30165288,0.3264463,0.34710744,0.34710744,0.36363637,0.3553719,0.3264463,0.3140496,0.2892562,0.29338843,0.2768595,0.2768595,0.2892562,0.30991736,0.35950413,0.38429752,0.41322315,0.446281,0.47933885,0.5206612,0.5165289,0.43801653,0.57024795,0.76033056,0.6446281,0.71487606,0.6528926,0.76859504,0.7768595,0.76859504,0.71900827,0.6280992,0.6818182,0.6652893,0.56198347,0.57024795,0.71487606,0.70247936,0.78099173,0.8719008,0.21900827,0.4214876,0.57024795,0.5661157,0.53305787,0.5206612,0.49173555,0.47107437,0.446281,0.41735536,0.40495867,0.38842976,0.37603307,0.35123968,0.3553719,0.3264463,0.33471075,0.3181818,0.3140496,0.29752067,0.29338843,0.28099173,0.27272728,0.2768595,0.29752067,0.3181818,0.35123968,0.3429752,0.35950413,0.35950413,0.3264463,0.3181818,0.29338843,0.29752067,0.27272728,0.2768595,0.2892562,0.30578512,0.34710744,0.38016528,0.40495867,0.44214877,0.47107437,0.5123967,0.5206612,0.46694216,0.5123967,0.73966944,0.61157024,0.72727275,0.6652893,0.75206614,0.78099173,0.76859504,0.73140496,0.607438,0.7107438,0.6487603,34 +0.41735536,0.446281,0.446281,0.49173555,0.54545456,0.59917355,0.6528926,0.6983471,0.7066116,0.72727275,0.7355372,0.74380165,0.76033056,0.75206614,0.76859504,0.77272725,0.77272725,0.7768595,0.78512394,0.78099173,0.79752064,0.8057851,0.8016529,0.8057851,0.80991733,0.79752064,0.80991733,0.79752064,0.8016529,0.8057851,0.8057851,0.79752064,0.7933884,0.7892562,0.78099173,0.7644628,0.76033056,0.73966944,0.74380165,0.7644628,0.75619835,0.75206614,0.75206614,0.73140496,0.73140496,0.7066116,0.6983471,0.6942149,0.6859504,0.661157,0.6570248,0.6280992,0.61157024,0.59090906,0.56198347,0.5413223,0.5041322,0.45041323,0.4090909,0.23553719,0.1570248,0.21900827,0.23966943,0.2644628,0.42561984,0.46280992,0.49173555,0.553719,0.6322314,0.6735537,0.6859504,0.7107438,0.72727275,0.74793386,0.74380165,0.74380165,0.76859504,0.7644628,0.7768595,0.7892562,0.78512394,0.78099173,0.7892562,0.7892562,0.79752064,0.8057851,0.80991733,0.80991733,0.8181818,0.80991733,0.8057851,0.8057851,0.80991733,0.8140496,0.8016529,0.8016529,0.8016529,0.7933884,0.78099173,0.7644628,0.75206614,0.74793386,0.74793386,0.75619835,0.75619835,0.76033056,0.74380165,0.72727275,0.71487606,0.6983471,0.69008267,0.6694215,0.6735537,0.6570248,0.6404959,0.6363636,0.6198347,0.607438,0.5785124,0.5413223,0.5247934,0.46694216,0.4214876,0.32231405,0.17768595,0.2768595,0.2892562,0.28099173,0.49173555,0.5041322,0.54545456,0.61570245,0.677686,0.6859504,0.70247936,0.7066116,0.73140496,0.74793386,0.76033056,0.75619835,0.7644628,0.76859504,0.76859504,0.78512394,0.7892562,0.78099173,0.7892562,0.7933884,0.7933884,0.80991733,0.79752064,0.80991733,0.8140496,0.8057851,0.79752064,0.80991733,0.8057851,0.8016529,0.8057851,0.8016529,0.8016529,0.7892562,0.77272725,0.77272725,0.74793386,0.75206614,0.76033056,0.76033056,0.76033056,0.75619835,0.7355372,0.75206614,0.72727275,0.6942149,0.6983471,0.6694215,0.677686,0.661157,0.6322314,0.6404959,0.6198347,0.59917355,0.58677685,0.5247934,0.5206612,0.5041322,0.45041323,0.34710744,0.2520661,0.23966943,0.23553719,0.2231405,0.49586776,0.5289256,0.58677685,0.6446281,0.677686,0.69008267,0.6942149,0.71487606,0.74793386,0.74380165,0.7644628,0.76033056,0.7644628,0.7768595,0.7644628,0.78512394,0.78099173,0.76859504,0.79752064,0.7892562,0.7933884,0.79752064,0.8016529,0.8016529,0.80991733,0.8057851,0.8057851,0.8057851,0.79752064,0.8016529,0.8016529,0.7933884,0.7933884,0.78099173,0.77272725,0.7644628,0.74793386,0.74793386,0.76033056,0.75619835,0.76033056,0.75619835,0.74380165,0.73140496,0.7231405,0.69008267,0.6652893,0.677686,0.6694215,0.6570248,0.6363636,0.6280992,0.61157024,0.59917355,0.57438016,0.5495868,0.5041322,0.5041322,0.4752066,0.38429752,0.16528925,0.18181819,0.26859504,0.28512397,0.5123967,0.55785125,0.6280992,0.6652893,0.6735537,0.6859504,0.6859504,0.7066116,0.73140496,0.74793386,0.75619835,0.75619835,0.76033056,0.78099173,0.76859504,0.78099173,0.77272725,0.77272725,0.7933884,0.78512394,0.78099173,0.7933884,0.8057851,0.79752064,0.80991733,0.80991733,0.80991733,0.8057851,0.8016529,0.79752064,0.7933884,0.79752064,0.78099173,0.76859504,0.76033056,0.74793386,0.75206614,0.75206614,0.74793386,0.76033056,0.76033056,0.74380165,0.7355372,0.72727275,0.7231405,0.6942149,0.6694215,0.6735537,0.661157,0.6570248,0.6487603,0.6280992,0.6198347,0.61157024,0.5785124,0.5413223,0.5123967,0.5,0.47933885,0.3677686,0.16528925,0.30578512,0.30991736,0.26859504,0.5371901,0.59090906,0.6322314,0.6487603,0.6735537,0.6818182,0.677686,0.70247936,0.7107438,0.73140496,0.76033056,0.7644628,0.75619835,0.76859504,0.76859504,0.77272725,0.7892562,0.7768595,0.78512394,0.78099173,0.78512394,0.7892562,0.79752064,0.7933884,0.8057851,0.8057851,0.79752064,0.79752064,0.7892562,0.7768595,0.78512394,0.78512394,0.7644628,0.76033056,0.74793386,0.74380165,0.75206614,0.74380165,0.73966944,0.74793386,0.74380165,0.73966944,0.73140496,0.72727275,0.7066116,0.6859504,0.661157,0.6652893,0.6570248,0.6446281,0.6487603,0.6363636,0.6198347,0.59917355,0.57438016,0.5371901,0.49586776,0.4876033,0.4752066,0.36363637,0.2892562,0.23553719,0.20247933,0.21487603,0.54545456,0.61157024,0.6322314,0.6570248,0.6694215,0.6735537,0.6818182,0.69008267,0.7231405,0.73966944,0.76033056,0.7768595,0.77272725,0.73966944,0.71900827,0.73966944,0.7644628,0.74793386,0.73966944,0.74793386,0.75206614,0.78099173,0.7768595,0.78512394,0.7933884,0.7892562,0.7933884,0.78512394,0.78512394,0.76859504,0.76859504,0.77272725,0.76033056,0.75619835,0.7355372,0.7355372,0.73966944,0.74793386,0.73140496,0.73966944,0.7231405,0.7231405,0.7231405,0.7066116,0.69008267,0.6735537,0.6528926,0.6570248,0.6528926,0.6363636,0.6322314,0.6280992,0.6198347,0.57438016,0.5165289,0.5247934,0.4876033,0.446281,0.46694216,0.38016528,0.19008264,0.13636364,0.2231405,0.23966943,0.5785124,0.62396693,0.6446281,0.661157,0.6570248,0.6694215,0.677686,0.6859504,0.71487606,0.73966944,0.76033056,0.74793386,0.6983471,0.6487603,0.6198347,0.6322314,0.6487603,0.6446281,0.6528926,0.6818182,0.7107438,0.71900827,0.74380165,0.76033056,0.7768595,0.7768595,0.78099173,0.78099173,0.77272725,0.7644628,0.75206614,0.75619835,0.74793386,0.7355372,0.73140496,0.71900827,0.7355372,0.73966944,0.71900827,0.73140496,0.71487606,0.7066116,0.71487606,0.6983471,0.6818182,0.6570248,0.6570248,0.6446281,0.6446281,0.6363636,0.6198347,0.6198347,0.57438016,0.5082645,0.45041323,0.41735536,0.38429752,0.3677686,0.44214877,0.33471075,0.08264463,0.17768595,0.21900827,0.23140496,0.60330576,0.6280992,0.6487603,0.6528926,0.6570248,0.6652893,0.6528926,0.677686,0.6694215,0.6942149,0.6694215,0.61570245,0.57438016,0.55785125,0.53305787,0.55785125,0.5413223,0.5206612,0.49586776,0.53305787,0.5661157,0.5785124,0.60330576,0.6446281,0.6735537,0.677686,0.7231405,0.7355372,0.75619835,0.74793386,0.73966944,0.74793386,0.7355372,0.71900827,0.71487606,0.7107438,0.72727275,0.73140496,0.71487606,0.70247936,0.7066116,0.70247936,0.6983471,0.6859504,0.6652893,0.6363636,0.6322314,0.6363636,0.61157024,0.59504133,0.57024795,0.553719,0.49173555,0.42561984,0.36363637,0.3553719,0.3181818,0.3264463,0.3429752,0.25619835,0.14049587,0.15289256,0.2231405,0.25619835,0.61570245,0.6363636,0.6363636,0.6487603,0.6404959,0.6570248,0.6280992,0.58677685,0.55785125,0.5165289,0.5413223,0.56198347,0.5661157,0.59090906,0.6198347,0.6322314,0.607438,0.5661157,0.5123967,0.5123967,0.5123967,0.47107437,0.45867768,0.46280992,0.4752066,0.46280992,0.5082645,0.55785125,0.6446281,0.72727275,0.7231405,0.71900827,0.70247936,0.7066116,0.7066116,0.7066116,0.7066116,0.71900827,0.7066116,0.6942149,0.69008267,0.6735537,0.6818182,0.6652893,0.6404959,0.6322314,0.6198347,0.56198347,0.5206612,0.4752066,0.4338843,0.41322315,0.3677686,0.3553719,0.338843,0.3966942,0.4214876,0.37603307,0.35123968,0.2520661,0.12396694,0.14049587,0.2644628,0.2231405,0.62396693,0.62396693,0.6363636,0.6446281,0.6198347,0.6404959,0.59504133,0.55785125,0.553719,0.56198347,0.60330576,0.661157,0.7066116,0.7355372,0.74380165,0.73966944,0.7355372,0.7231405,0.6694215,0.6322314,0.6322314,0.58677685,0.5165289,0.47933885,0.44214877,0.40082645,0.3966942,0.42975205,0.49173555,0.59504133,0.6818182,0.6942149,0.69008267,0.6818182,0.6859504,0.69008267,0.6942149,0.6859504,0.6735537,0.661157,0.6694215,0.6446281,0.6570248,0.6363636,0.61157024,0.59090906,0.5413223,0.4338843,0.3677686,0.32231405,0.29752067,0.29338843,0.3140496,0.40495867,0.47107437,0.5,0.5123967,0.4876033,0.45867768,0.32231405,0.08677686,0.14876033,0.22727273,0.2107438,0.6528926,0.6404959,0.62396693,0.6322314,0.6280992,0.6322314,0.61570245,0.6198347,0.6652893,0.6942149,0.71900827,0.75619835,0.74793386,0.73140496,0.7355372,0.71487606,0.6942149,0.6735537,0.6322314,0.60330576,0.59504133,0.58264464,0.56198347,0.53305787,0.49586776,0.42975205,0.38016528,0.38842976,0.39256197,0.47933885,0.6198347,0.6528926,0.6570248,0.6652893,0.6652893,0.6694215,0.6735537,0.6528926,0.6363636,0.6280992,0.6198347,0.61157024,0.59917355,0.59090906,0.5661157,0.5082645,0.39256197,0.3140496,0.27272728,0.25619835,0.28512397,0.338843,0.38016528,0.45041323,0.4876033,0.5,0.5041322,0.4752066,0.45867768,0.3305785,0.05785124,0.11983471,0.18181819,0.2644628,0.6446281,0.6487603,0.6404959,0.55785125,0.59090906,0.57438016,0.59090906,0.6570248,0.6983471,0.69008267,0.7066116,0.7066116,0.6942149,0.6570248,0.62396693,0.58677685,0.553719,0.5495868,0.53305787,0.5165289,0.5123967,0.5289256,0.53305787,0.5206612,0.5165289,0.4752066,0.42561984,0.41322315,0.43801653,0.46280992,0.56198347,0.62396693,0.6363636,0.6487603,0.6528926,0.6570248,0.6487603,0.6280992,0.6198347,0.607438,0.59090906,0.59917355,0.57024795,0.53305787,0.4876033,0.39256197,0.29752067,0.23553719,0.23140496,0.24793388,0.3181818,0.3429752,0.3429752,0.38016528,0.40082645,0.42561984,0.44214877,0.43801653,0.42561984,0.30165288,0.08677686,0.10330579,0.22727273,0.24380165,0.6404959,0.6363636,0.6487603,0.58264464,0.56198347,0.59090906,0.59504133,0.62396693,0.6528926,0.6446281,0.62396693,0.59504133,0.56198347,0.48347107,0.4090909,0.40082645,0.3966942,0.35950413,0.37190083,0.36363637,0.3677686,0.38842976,0.48347107,0.5082645,0.5206612,0.49173555,0.46280992,0.45454547,0.46280992,0.5165289,0.54545456,0.59090906,0.6198347,0.6363636,0.6570248,0.661157,0.6363636,0.62396693,0.62396693,0.61570245,0.58677685,0.5495868,0.5123967,0.45041323,0.39256197,0.3181818,0.23553719,0.21900827,0.24793388,0.2603306,0.30165288,0.30165288,0.30578512,0.23966943,0.24793388,0.29338843,0.36363637,0.37603307,0.37190083,0.30991736,0.10743801,0.13636364,0.23553719,0.20661157,0.6363636,0.6404959,0.6322314,0.62396693,0.55785125,0.58264464,0.60330576,0.58264464,0.57024795,0.5495868,0.5041322,0.42975205,0.36363637,0.3181818,0.30578512,0.27272728,0.28512397,0.2768595,0.30165288,0.2768595,0.33471075,0.36363637,0.3677686,0.43801653,0.5247934,0.53305787,0.5247934,0.5,0.4752066,0.49586776,0.54545456,0.5661157,0.61157024,0.6528926,0.6818182,0.6942149,0.6694215,0.6487603,0.6280992,0.62396693,0.5785124,0.5165289,0.44214877,0.35123968,0.30165288,0.26859504,0.21900827,0.1983471,0.3181818,0.24380165,0.23140496,0.16528925,0.23966943,0.28512397,0.23966943,0.1983471,0.2768595,0.3181818,0.3305785,0.33471075,0.10743801,0.13636364,0.19421488,0.17355372,0.6528926,0.6446281,0.62396693,0.62396693,0.60330576,0.57438016,0.5785124,0.54545456,0.5082645,0.45454547,0.38016528,0.30991736,0.2768595,0.23553719,0.21487603,0.22727273,0.23553719,0.2231405,0.20661157,0.21900827,0.23140496,0.29752067,0.4090909,0.38016528,0.45867768,0.5413223,0.5661157,0.55785125,0.5247934,0.5289256,0.54545456,0.59090906,0.6280992,0.6694215,0.71487606,0.73966944,0.71487606,0.69008267,0.661157,0.61570245,0.54545456,0.45867768,0.3677686,0.30991736,0.30991736,0.2768595,0.19008264,0.1983471,0.22727273,0.19421488,0.17768595,0.21487603,0.18595041,0.11983471,0.14049587,0.20247933,0.19421488,0.28099173,0.3305785,0.3305785,0.10330579,0.1322314,0.1446281,0.17768595,0.6570248,0.6528926,0.6363636,0.6322314,0.6280992,0.58677685,0.57024795,0.54545456,0.47107437,0.38842976,0.32231405,0.2231405,0.2231405,0.2768595,0.23553719,0.27272728,0.34710744,0.44214877,0.3140496,0.3264463,0.4876033,0.30578512,0.23140496,0.46694216,0.4338843,0.47107437,0.5661157,0.58677685,0.5661157,0.56198347,0.56198347,0.59917355,0.6694215,0.7107438,0.75206614,0.7768595,0.76033056,0.71900827,0.6859504,0.61157024,0.5123967,0.3966942,0.3429752,0.3677686,0.37190083,0.24380165,0.1983471,0.2768595,0.39256197,0.14876033,0.30991736,0.38842976,0.4338843,0.20661157,0.08264463,0.10743801,0.17355372,0.24380165,0.3429752,0.338843,0.1322314,0.14049587,0.12396694,0.1570248,0.6735537,0.677686,0.6694215,0.6652893,0.6487603,0.59917355,0.55785125,0.5123967,0.45867768,0.37603307,0.26859504,0.23553719,0.39256197,0.45041323,0.37603307,0.2768595,0.12809917,0.28512397,0.35950413,0.40082645,0.661157,0.59504133,0.35123968,0.338843,0.49173555,0.44214877,0.5,0.56198347,0.60330576,0.61157024,0.59504133,0.61570245,0.69008267,0.74793386,0.77272725,0.8016529,0.7933884,0.74793386,0.7107438,0.59917355,0.48347107,0.35123968,0.41735536,0.41322315,0.446281,0.3305785,0.34710744,0.19008264,0.18181819,0.20661157,0.29752067,0.40495867,0.5206612,0.38016528,0.17768595,0.1322314,0.19008264,0.30165288,0.3966942,0.37603307,0.15289256,0.12809917,0.11983471,0.15289256,0.661157,0.6983471,0.69008267,0.6859504,0.7066116,0.6570248,0.59917355,0.55785125,0.5082645,0.38842976,0.338843,0.3966942,0.5371901,0.59917355,0.38429752,0.37603307,0.30165288,0.28512397,0.38842976,0.47107437,0.6735537,0.6528926,0.54545456,0.41322315,0.3966942,0.47933885,0.53305787,0.5661157,0.6198347,0.677686,0.6570248,0.661157,0.71487606,0.77272725,0.7933884,0.8140496,0.8140496,0.77272725,0.71900827,0.58264464,0.45867768,0.43801653,0.4090909,0.56198347,0.53305787,0.46280992,0.36363637,0.35123968,0.28099173,0.3140496,0.33471075,0.5041322,0.5247934,0.40495867,0.28099173,0.1983471,0.3429752,0.37190083,0.43801653,0.37603307,0.1694215,0.1446281,0.14049587,0.1570248,0.6570248,0.6942149,0.7066116,0.71487606,0.75619835,0.7644628,0.71900827,0.7066116,0.6818182,0.62396693,0.4752066,0.35950413,0.48347107,0.61157024,0.5082645,0.40082645,0.42975205,0.44214877,0.47107437,0.61157024,0.6735537,0.6363636,0.57024795,0.49173555,0.5206612,0.45867768,0.57438016,0.69008267,0.677686,0.72727275,0.73966944,0.7107438,0.74793386,0.7892562,0.8016529,0.822314,0.8181818,0.78099173,0.7066116,0.56198347,0.46280992,0.48347107,0.44214877,0.5,0.5371901,0.5206612,0.46280992,0.3966942,0.338843,0.3553719,0.45041323,0.5206612,0.446281,0.35123968,0.25619835,0.27272728,0.4214876,0.4338843,0.5,0.40495867,0.20247933,0.18595041,0.15289256,0.17355372,0.661157,0.6983471,0.7066116,0.7231405,0.76033056,0.77272725,0.75206614,0.78099173,0.7644628,0.7355372,0.6487603,0.45867768,0.4338843,0.5123967,0.57024795,0.55785125,0.5041322,0.5247934,0.55785125,0.56198347,0.5371901,0.5495868,0.5371901,0.5661157,0.60330576,0.6404959,0.6404959,0.71487606,0.73140496,0.75619835,0.7768595,0.76859504,0.7644628,0.7892562,0.8140496,0.8140496,0.8181818,0.78099173,0.70247936,0.5661157,0.47933885,0.5,0.58264464,0.59917355,0.58677685,0.5495868,0.5,0.47107437,0.4338843,0.37603307,0.38842976,0.41322315,0.40082645,0.35123968,0.338843,0.35950413,0.49173555,0.4752066,0.46694216,0.42561984,0.2768595,0.23966943,0.17768595,0.18181819,0.6446281,0.6983471,0.70247936,0.71900827,0.75619835,0.7644628,0.77272725,0.7892562,0.78099173,0.77272725,0.75206614,0.6570248,0.58677685,0.59504133,0.62396693,0.58264464,0.58677685,0.5413223,0.5495868,0.57438016,0.49586776,0.5371901,0.553719,0.59917355,0.6446281,0.6570248,0.6983471,0.73966944,0.7644628,0.79752064,0.7933884,0.78512394,0.7768595,0.79752064,0.8140496,0.8140496,0.8140496,0.7768595,0.6983471,0.59090906,0.49586776,0.5247934,0.59504133,0.607438,0.59504133,0.55785125,0.5082645,0.4876033,0.47933885,0.46280992,0.46280992,0.45454547,0.43801653,0.45041323,0.42561984,0.46694216,0.5371901,0.5371901,0.46694216,0.42975205,0.338843,0.28099173,0.18595041,0.19421488,0.6446281,0.6942149,0.70247936,0.7107438,0.74793386,0.76859504,0.7768595,0.7933884,0.7933884,0.7892562,0.77272725,0.7355372,0.70247936,0.6652893,0.6570248,0.6322314,0.6322314,0.5785124,0.6198347,0.6363636,0.61570245,0.607438,0.6487603,0.6694215,0.6735537,0.7107438,0.7644628,0.78512394,0.7892562,0.79752064,0.79752064,0.7892562,0.78099173,0.7933884,0.822314,0.80991733,0.7933884,0.77272725,0.7231405,0.607438,0.5082645,0.5247934,0.59504133,0.62396693,0.59090906,0.58264464,0.57438016,0.5206612,0.5165289,0.5082645,0.5041322,0.5123967,0.49173555,0.49173555,0.47933885,0.5165289,0.5785124,0.5661157,0.47933885,0.41735536,0.38016528,0.3140496,0.21900827,0.22727273,0.6528926,0.69008267,0.6942149,0.7107438,0.74380165,0.76033056,0.7768595,0.79752064,0.8016529,0.78512394,0.76859504,0.75619835,0.7066116,0.6983471,0.677686,0.6487603,0.6528926,0.6446281,0.6528926,0.6818182,0.6983471,0.677686,0.6818182,0.7107438,0.75206614,0.7892562,0.79752064,0.80991733,0.8057851,0.7933884,0.7892562,0.79752064,0.78099173,0.7892562,0.80991733,0.8016529,0.78512394,0.7644628,0.73140496,0.61570245,0.5247934,0.5206612,0.5785124,0.62396693,0.6363636,0.61570245,0.607438,0.5785124,0.56198347,0.54545456,0.53305787,0.5041322,0.5,0.5165289,0.5413223,0.5785124,0.59504133,0.56198347,0.4752066,0.4214876,0.40495867,0.3264463,0.2644628,0.24380165,0.6570248,0.69008267,0.6983471,0.70247936,0.73966944,0.76033056,0.7768595,0.7892562,0.8016529,0.79752064,0.7933884,0.79752064,0.7933884,0.76033056,0.75619835,0.74380165,0.74793386,0.7355372,0.73140496,0.73140496,0.74380165,0.7231405,0.74380165,0.78099173,0.7892562,0.79752064,0.8057851,0.8057851,0.8016529,0.7892562,0.78099173,0.7933884,0.7768595,0.7768595,0.8016529,0.80991733,0.77272725,0.78099173,0.74793386,0.6198347,0.5206612,0.5247934,0.553719,0.59917355,0.6280992,0.6363636,0.6363636,0.61570245,0.60330576,0.607438,0.58677685,0.5785124,0.57024795,0.59090906,0.6198347,0.61570245,0.59917355,0.57024795,0.4752066,0.41735536,0.40495867,0.3305785,0.30578512,0.338843,0.6487603,0.6818182,0.70247936,0.6983471,0.71487606,0.76033056,0.77272725,0.7768595,0.79752064,0.8016529,0.80991733,0.8140496,0.8016529,0.8057851,0.8057851,0.80991733,0.79752064,0.7892562,0.7768595,0.76033056,0.78099173,0.78099173,0.8057851,0.8057851,0.8016529,0.79752064,0.79752064,0.8057851,0.80991733,0.78512394,0.7768595,0.7892562,0.78512394,0.76033056,0.78512394,0.8057851,0.78512394,0.7768595,0.76033056,0.6363636,0.53305787,0.5247934,0.5371901,0.58677685,0.6198347,0.6404959,0.6528926,0.6570248,0.6570248,0.661157,0.6404959,0.6363636,0.62396693,0.6404959,0.62396693,0.6198347,0.58677685,0.5413223,0.4876033,0.4214876,0.3966942,0.34710744,0.37603307,0.37190083,0.6487603,0.677686,0.7066116,0.7066116,0.70247936,0.74793386,0.7644628,0.76859504,0.7933884,0.79752064,0.80991733,0.8140496,0.8057851,0.80991733,0.8140496,0.8181818,0.8140496,0.8057851,0.8016529,0.8016529,0.8057851,0.79752064,0.8057851,0.8016529,0.8016529,0.79752064,0.8016529,0.7933884,0.8057851,0.7933884,0.78099173,0.77272725,0.7768595,0.77272725,0.78512394,0.79752064,0.78099173,0.76033056,0.7768595,0.6735537,0.55785125,0.5165289,0.553719,0.59917355,0.6198347,0.6322314,0.6570248,0.6363636,0.6694215,0.677686,0.6735537,0.6446281,0.6280992,0.62396693,0.60330576,0.59090906,0.58264464,0.5247934,0.48347107,0.42975205,0.39256197,0.37603307,0.4090909,0.338843,0.6487603,0.6652893,0.70247936,0.7107438,0.71487606,0.75206614,0.75619835,0.7644628,0.7892562,0.8057851,0.8057851,0.80991733,0.80991733,0.8057851,0.8140496,0.8140496,0.8016529,0.8057851,0.8057851,0.80991733,0.8057851,0.8057851,0.79752064,0.8016529,0.79752064,0.8057851,0.8016529,0.79752064,0.8016529,0.7933884,0.76859504,0.77272725,0.76859504,0.76033056,0.77272725,0.7768595,0.76859504,0.75619835,0.75206614,0.7355372,0.61570245,0.5247934,0.5495868,0.59917355,0.607438,0.6198347,0.6446281,0.6404959,0.661157,0.6735537,0.677686,0.6652893,0.661157,0.607438,0.5785124,0.5661157,0.5785124,0.5289256,0.47107437,0.42561984,0.38016528,0.3966942,0.41322315,0.3264463,0.6487603,0.677686,0.7066116,0.7066116,0.7231405,0.74793386,0.74793386,0.7644628,0.78512394,0.8016529,0.8016529,0.80991733,0.8140496,0.80991733,0.822314,0.8140496,0.8057851,0.8140496,0.80991733,0.8016529,0.80991733,0.80991733,0.79752064,0.8057851,0.8057851,0.79752064,0.7933884,0.7892562,0.7768595,0.7644628,0.75206614,0.7644628,0.76859504,0.76033056,0.7644628,0.78512394,0.7768595,0.76033056,0.7644628,0.74793386,0.6735537,0.5289256,0.5206612,0.5413223,0.58264464,0.6198347,0.6487603,0.6528926,0.6570248,0.6694215,0.6694215,0.6652893,0.6487603,0.6198347,0.57024795,0.5495868,0.5371901,0.5165289,0.46694216,0.4090909,0.36363637,0.41735536,0.3966942,0.30165288,0.6322314,0.6652893,0.6983471,0.69008267,0.71487606,0.7355372,0.73966944,0.7644628,0.7768595,0.7933884,0.8016529,0.79752064,0.8140496,0.8140496,0.8181818,0.822314,0.8181818,0.822314,0.80991733,0.80991733,0.80991733,0.8016529,0.8016529,0.7933884,0.7933884,0.7768595,0.75206614,0.7355372,0.74793386,0.76033056,0.73966944,0.74380165,0.75619835,0.75619835,0.76033056,0.8016529,0.78512394,0.76033056,0.7644628,0.76033056,0.70247936,0.553719,0.5495868,0.5371901,0.5206612,0.59090906,0.6280992,0.6363636,0.6446281,0.661157,0.6652893,0.6528926,0.6446281,0.6198347,0.58677685,0.5495868,0.5165289,0.5041322,0.47107437,0.40082645,0.38429752,0.40495867,0.35123968,0.25619835,0.6322314,0.6322314,0.677686,0.6942149,0.71900827,0.71487606,0.73140496,0.76033056,0.76033056,0.7768595,0.7933884,0.78512394,0.7933884,0.8181818,0.8181818,0.8181818,0.8264463,0.8140496,0.80991733,0.79752064,0.79752064,0.7892562,0.78099173,0.7644628,0.74380165,0.7231405,0.73140496,0.74380165,0.75206614,0.7768595,0.76033056,0.73140496,0.73966944,0.75206614,0.75206614,0.8016529,0.8140496,0.7892562,0.77272725,0.76859504,0.71900827,0.59090906,0.56198347,0.59090906,0.53305787,0.5289256,0.60330576,0.6280992,0.6280992,0.6446281,0.6363636,0.6198347,0.6322314,0.607438,0.57438016,0.54545456,0.5041322,0.47933885,0.44214877,0.37603307,0.44214877,0.3677686,0.338843,0.24793388,0.6198347,0.607438,0.6570248,0.6735537,0.71487606,0.7066116,0.7231405,0.74380165,0.76033056,0.7644628,0.78512394,0.7768595,0.7892562,0.79752064,0.8140496,0.80991733,0.80991733,0.8016529,0.7933884,0.7933884,0.76859504,0.75619835,0.7355372,0.7066116,0.6942149,0.6942149,0.7231405,0.74380165,0.77272725,0.7768595,0.7768595,0.76033056,0.73966944,0.73966944,0.74380165,0.76859504,0.79752064,0.8057851,0.78512394,0.76033056,0.7107438,0.60330576,0.5247934,0.607438,0.5785124,0.5082645,0.5661157,0.60330576,0.59917355,0.60330576,0.61157024,0.59917355,0.58677685,0.59090906,0.56198347,0.5371901,0.47933885,0.45867768,0.42561984,0.3553719,0.44214877,0.38429752,0.33471075,0.26859504,0.59917355,0.6198347,0.6487603,0.6652893,0.6983471,0.69008267,0.7066116,0.7231405,0.74380165,0.75206614,0.7644628,0.74793386,0.7644628,0.7768595,0.78099173,0.7892562,0.78512394,0.7768595,0.76859504,0.76033056,0.7231405,0.71487606,0.6942149,0.6735537,0.6487603,0.6528926,0.7066116,0.75206614,0.77272725,0.78512394,0.7892562,0.78099173,0.75206614,0.7355372,0.7355372,0.74793386,0.7768595,0.79752064,0.78512394,0.7231405,0.6735537,0.59090906,0.5,0.55785125,0.57438016,0.5,0.5413223,0.57438016,0.57438016,0.57438016,0.57438016,0.57438016,0.56198347,0.57024795,0.5247934,0.5082645,0.47107437,0.43801653,0.4090909,0.3305785,0.38016528,0.41735536,0.3305785,0.3181818,0.58264464,0.61570245,0.6363636,0.661157,0.6818182,0.69008267,0.6983471,0.71487606,0.71487606,0.73966944,0.76033056,0.75206614,0.74380165,0.75206614,0.76033056,0.7644628,0.7644628,0.74380165,0.73140496,0.71487606,0.677686,0.6528926,0.6652893,0.6487603,0.61570245,0.58264464,0.677686,0.7231405,0.73966944,0.76033056,0.7892562,0.75206614,0.72727275,0.6983471,0.70247936,0.6983471,0.7107438,0.73140496,0.73140496,0.6694215,0.60330576,0.5289256,0.46280992,0.5123967,0.5165289,0.5041322,0.5371901,0.53305787,0.55785125,0.56198347,0.5413223,0.54545456,0.5289256,0.5289256,0.48347107,0.47933885,0.45454547,0.4214876,0.37603307,0.24380165,0.3429752,0.38842976,0.34710744,0.3553719,0.57024795,0.59917355,0.6198347,0.6487603,0.6694215,0.6652893,0.6859504,0.6983471,0.6983471,0.71900827,0.72727275,0.73140496,0.7231405,0.71900827,0.73140496,0.7355372,0.73140496,0.71487606,0.69008267,0.6735537,0.6487603,0.62396693,0.6280992,0.6487603,0.6363636,0.5041322,0.57438016,0.6487603,0.6694215,0.69008267,0.6942149,0.6942149,0.6570248,0.6280992,0.61570245,0.61157024,0.6280992,0.6528926,0.6528926,0.59504133,0.5165289,0.446281,0.39256197,0.44214877,0.4338843,0.49173555,0.53305787,0.54545456,0.553719,0.54545456,0.5371901,0.5123967,0.5041322,0.49586776,0.46280992,0.45454547,0.42561984,0.4090909,0.29752067,0.1694215,0.30165288,0.35950413,0.38842976,0.37190083,0.553719,0.57438016,0.607438,0.6363636,0.6528926,0.6570248,0.6652893,0.6859504,0.6983471,0.6859504,0.71900827,0.7066116,0.6859504,0.6818182,0.6983471,0.7066116,0.6942149,0.6735537,0.6528926,0.6322314,0.62396693,0.60330576,0.6280992,0.677686,0.70247936,0.6363636,0.47933885,0.49586776,0.5041322,0.4752066,0.45041323,0.46280992,0.45454547,0.48347107,0.53305787,0.553719,0.553719,0.55785125,0.553719,0.5165289,0.42975205,0.33471075,0.2644628,0.3140496,0.35950413,0.49586776,0.5165289,0.5123967,0.54545456,0.5289256,0.5123967,0.48347107,0.47107437,0.4338843,0.4338843,0.39256197,0.3966942,0.37603307,0.22727273,0.1570248,0.23966943,0.30991736,0.3553719,0.39256197,0.54545456,0.56198347,0.59504133,0.61157024,0.61570245,0.6363636,0.6487603,0.661157,0.6694215,0.6652893,0.6859504,0.6694215,0.6570248,0.6652893,0.661157,0.6694215,0.6570248,0.6404959,0.6198347,0.607438,0.59917355,0.61570245,0.661157,0.69008267,0.6942149,0.7107438,0.61157024,0.4214876,0.3677686,0.35950413,0.3553719,0.33471075,0.2603306,0.2768595,0.40082645,0.48347107,0.47933885,0.46694216,0.45867768,0.42975205,0.3264463,0.24380165,0.24380165,0.3305785,0.42975205,0.5165289,0.5082645,0.4752066,0.4876033,0.5041322,0.4876033,0.46694216,0.45041323,0.42561984,0.38429752,0.34710744,0.3429752,0.4214876,0.19421488,0.12396694,0.1983471,0.26859504,0.30991736,0.35123968,0.5413223,0.5413223,0.56198347,0.57438016,0.59504133,0.61157024,0.61570245,0.62396693,0.6322314,0.6446281,0.6404959,0.6322314,0.62396693,0.6363636,0.62396693,0.6198347,0.6198347,0.59504133,0.57438016,0.57024795,0.58264464,0.6404959,0.7066116,0.71900827,0.70247936,0.7066116,0.72727275,0.69008267,0.59504133,0.5495868,0.54545456,0.53305787,0.49586776,0.38842976,0.23966943,0.35950413,0.33471075,0.34710744,0.36363637,0.30991736,0.29752067,0.37190083,0.4338843,0.46694216,0.5041322,0.5082645,0.5082645,0.47933885,0.45867768,0.46280992,0.46280992,0.45041323,0.4214876,0.4090909,0.3677686,0.3140496,0.34710744,0.60330576,0.37603307,0.07024793,0.16115703,0.2231405,0.27272728,0.3140496,0.5123967,0.5289256,0.54545456,0.5413223,0.5495868,0.5785124,0.59504133,0.59504133,0.61157024,0.60330576,0.59090906,0.59504133,0.59504133,0.59090906,0.59917355,0.58264464,0.57438016,0.54545456,0.5247934,0.5413223,0.60330576,0.677686,0.71900827,0.73140496,0.71487606,0.7231405,0.73140496,0.7231405,0.70247936,0.6942149,0.6404959,0.61570245,0.58264464,0.54545456,0.4090909,0.29338843,0.25619835,0.24380165,0.28512397,0.33471075,0.42975205,0.5165289,0.5371901,0.53305787,0.5206612,0.5082645,0.5082645,0.5,0.47107437,0.45454547,0.43801653,0.41735536,0.3966942,0.38842976,0.35950413,0.30991736,0.3140496,0.49173555,0.39256197,0.11570248,0.16528925,0.19008264,0.2644628,0.30578512,0.5,0.49173555,0.5123967,0.53305787,0.5206612,0.5289256,0.54545456,0.5495868,0.553719,0.56198347,0.54545456,0.55785125,0.5495868,0.54545456,0.54545456,0.54545456,0.5165289,0.5,0.5206612,0.58677685,0.661157,0.71487606,0.71900827,0.7355372,0.72727275,0.7231405,0.73140496,0.7355372,0.73140496,0.72727275,0.70247936,0.6735537,0.6280992,0.5661157,0.5165289,0.45454547,0.43801653,0.41322315,0.4338843,0.47933885,0.5371901,0.55785125,0.5495868,0.5413223,0.5082645,0.4876033,0.4876033,0.5,0.5,0.4338843,0.42975205,0.40495867,0.3966942,0.38429752,0.34710744,0.30991736,0.2768595,0.3429752,0.2644628,0.20247933,0.16528925,0.18181819,0.20247933,0.29338843,0.5041322,0.5041322,0.5082645,0.5206612,0.5123967,0.5123967,0.5082645,0.49586776,0.5082645,0.5289256,0.5371901,0.5165289,0.5206612,0.5123967,0.5082645,0.4876033,0.49173555,0.55785125,0.607438,0.6446281,0.6983471,0.71487606,0.7231405,0.73140496,0.71900827,0.71900827,0.73140496,0.73140496,0.74380165,0.73966944,0.71900827,0.7107438,0.677686,0.59090906,0.57024795,0.57024795,0.57024795,0.57438016,0.5661157,0.5661157,0.57024795,0.56198347,0.5413223,0.5247934,0.5,0.45867768,0.43801653,0.47107437,0.45867768,0.446281,0.446281,0.41735536,0.41322315,0.38842976,0.3429752,0.30991736,0.14876033,0.19008264,0.2107438,0.21900827,0.1983471,0.19008264,0.14876033,0.2231405,0.5247934,0.5041322,0.5123967,0.5165289,0.5082645,0.5206612,0.5165289,0.5165289,0.5123967,0.5123967,0.5165289,0.4876033,0.4876033,0.4876033,0.5082645,0.5289256,0.57438016,0.62396693,0.6487603,0.6570248,0.6570248,0.6735537,0.69008267,0.70247936,0.6859504,0.6859504,0.7107438,0.7066116,0.7107438,0.71487606,0.71487606,0.6942149,0.6735537,0.6322314,0.6280992,0.6322314,0.6322314,0.61157024,0.59090906,0.5371901,0.5165289,0.5165289,0.5082645,0.4752066,0.42561984,0.40082645,0.39256197,0.41322315,0.43801653,0.47107437,0.48347107,0.45041323,0.41322315,0.3677686,0.38016528,0.27272728,0.1446281,0.16115703,0.21900827,0.19421488,0.20247933,0.19008264,0.18595041,0.2107438,0.5413223,0.5289256,0.5165289,0.5247934,0.5289256,0.5289256,0.53305787,0.54545456,0.54545456,0.53305787,0.5247934,0.5165289,0.5206612,0.5289256,0.58677685,0.59090906,0.59504133,0.6198347,0.58677685,0.54545456,0.5413223,0.57438016,0.56198347,0.5785124,0.5661157,0.57438016,0.58264464,0.5661157,0.5495868,0.5413223,0.54545456,0.5206612,0.5041322,0.5165289,0.55785125,0.55785125,0.5289256,0.46280992,0.4214876,0.37603307,0.3553719,0.3305785,0.32231405,0.29338843,0.24793388,0.26859504,0.3553719,0.40495867,0.43801653,0.5,0.48347107,0.446281,0.4090909,0.37190083,0.38842976,0.18595041,0.16115703,0.18181819,0.20247933,0.17768595,0.2231405,0.2107438,0.2231405,0.2107438,0.54545456,0.5495868,0.5289256,0.5247934,0.55785125,0.553719,0.5371901,0.56198347,0.5785124,0.58264464,0.58264464,0.58264464,0.58264464,0.5785124,0.5785124,0.56198347,0.5041322,0.47933885,0.46280992,0.41735536,0.3305785,0.30165288,0.3181818,0.3677686,0.35123968,0.3264463,0.35123968,0.35123968,0.3677686,0.38842976,0.40082645,0.3553719,0.3305785,0.29338843,0.32231405,0.3429752,0.30165288,0.2892562,0.30165288,0.2768595,0.2644628,0.2603306,0.23140496,0.24380165,0.3181818,0.37603307,0.4338843,0.46694216,0.4752066,0.5082645,0.47933885,0.4338843,0.38429752,0.40082645,0.338843,0.20661157,0.14876033,0.1983471,0.1983471,0.20661157,0.22727273,0.21900827,0.21900827,0.21900827,0.5495868,0.55785125,0.5371901,0.5206612,0.55785125,0.5785124,0.55785125,0.57024795,0.58677685,0.61570245,0.6280992,0.6363636,0.62396693,0.59504133,0.553719,0.49586776,0.47107437,0.48347107,0.5041322,0.5413223,0.553719,0.47933885,0.44214877,0.446281,0.446281,0.4214876,0.42561984,0.42561984,0.41322315,0.42561984,0.45867768,0.38842976,0.34710744,0.3305785,0.338843,0.3305785,0.33471075,0.338843,0.34710744,0.30165288,0.2768595,0.2644628,0.28099173,0.3553719,0.4338843,0.5041322,0.5206612,0.5206612,0.5206612,0.49173555,0.47107437,0.41735536,0.3966942,0.3966942,0.29338843,0.18181819,0.17768595,0.1983471,0.2231405,0.2107438,0.2231405,0.21900827,0.22727273,0.23140496,0.5371901,0.55785125,0.553719,0.54545456,0.55785125,0.59090906,0.58677685,0.58677685,0.60330576,0.62396693,0.6404959,0.6570248,0.6694215,0.61570245,0.58677685,0.55785125,0.59504133,0.6198347,0.6280992,0.6198347,0.59917355,0.607438,0.60330576,0.55785125,0.5123967,0.5247934,0.55785125,0.58677685,0.59504133,0.6404959,0.75206614,0.6198347,0.5247934,0.5041322,0.5123967,0.5041322,0.48347107,0.42975205,0.44214877,0.3677686,0.3264463,0.3429752,0.37190083,0.39256197,0.4752066,0.5206612,0.53305787,0.5289256,0.5165289,0.48347107,0.4338843,0.39256197,0.3966942,0.34710744,0.2107438,0.18595041,0.18595041,0.2107438,0.2231405,0.20247933,0.22727273,0.21900827,0.21487603,0.23140496,0.5165289,0.5289256,0.56198347,0.5495868,0.57024795,0.58264464,0.59504133,0.59504133,0.607438,0.62396693,0.6528926,0.6404959,0.6652893,0.6487603,0.6198347,0.61157024,0.6363636,0.6570248,0.6652893,0.6735537,0.6404959,0.58264464,0.55785125,0.59504133,0.57024795,0.49586776,0.47933885,0.5371901,0.57438016,0.58677685,0.6280992,0.55785125,0.5165289,0.5,0.5,0.47933885,0.45454547,0.4090909,0.37190083,0.36363637,0.35123968,0.39256197,0.38842976,0.43801653,0.5041322,0.5,0.5165289,0.5247934,0.49586776,0.45867768,0.41735536,0.38016528,0.38842976,0.2892562,0.20247933,0.21900827,0.2107438,0.2107438,0.21487603,0.20247933,0.22727273,0.21487603,0.21487603,0.23140496,0.48347107,0.5041322,0.54545456,0.54545456,0.57024795,0.5785124,0.607438,0.59504133,0.59917355,0.607438,0.6322314,0.6322314,0.6570248,0.6446281,0.6322314,0.60330576,0.6280992,0.6652893,0.6818182,0.6983471,0.69008267,0.6487603,0.5785124,0.54545456,0.53305787,0.5661157,0.5165289,0.47933885,0.45454547,0.45041323,0.45867768,0.4338843,0.4338843,0.42561984,0.4214876,0.39256197,0.3966942,0.3553719,0.35123968,0.3677686,0.40082645,0.38842976,0.42975205,0.46694216,0.49173555,0.5,0.5206612,0.5165289,0.47107437,0.44214877,0.3966942,0.39256197,0.35123968,0.22727273,0.2107438,0.2231405,0.2107438,0.20661157,0.21487603,0.21900827,0.21487603,0.22727273,0.21900827,0.2231405,0.42975205,0.45041323,0.5,0.5371901,0.54545456,0.57024795,0.59090906,0.59090906,0.59090906,0.607438,0.62396693,0.6198347,0.6404959,0.6446281,0.6487603,0.59090906,0.59504133,0.6446281,0.677686,0.70247936,0.69008267,0.6818182,0.6446281,0.60330576,0.56198347,0.5082645,0.5123967,0.49586776,0.5082645,0.45041323,0.4214876,0.3966942,0.38842976,0.41322315,0.38842976,0.36363637,0.37190083,0.37190083,0.38429752,0.38842976,0.40495867,0.45454547,0.4876033,0.4876033,0.48347107,0.49173555,0.5206612,0.49586776,0.45041323,0.4090909,0.38429752,0.4090909,0.32231405,0.20661157,0.1983471,0.21900827,0.21487603,0.21900827,0.2107438,0.21487603,0.2231405,0.21487603,0.22727273,0.22727273,0.3966942,0.40082645,0.4338843,0.48347107,0.54545456,0.55785125,0.5785124,0.59090906,0.59917355,0.59090906,0.607438,0.6198347,0.6280992,0.6487603,0.6487603,0.6487603,0.6528926,0.6404959,0.6487603,0.6859504,0.69008267,0.6983471,0.6942149,0.677686,0.6404959,0.60330576,0.57438016,0.5041322,0.48347107,0.47107437,0.45867768,0.44214877,0.4214876,0.42561984,0.43801653,0.4214876,0.44214877,0.44214877,0.46280992,0.46694216,0.4876033,0.5123967,0.5165289,0.49586776,0.4752066,0.5123967,0.5165289,0.46694216,0.41735536,0.38429752,0.38016528,0.49586776,0.5247934,0.36363637,0.28512397,0.18181819,0.20247933,0.21900827,0.2107438,0.20247933,0.21487603,0.21900827,0.2231405,0.21487603,0.42561984,0.4090909,0.37603307,0.41735536,0.48347107,0.5165289,0.55785125,0.5661157,0.58677685,0.58264464,0.58677685,0.607438,0.62396693,0.6528926,0.6528926,0.6652893,0.6735537,0.6735537,0.6280992,0.6694215,0.6983471,0.6942149,0.73966944,0.71487606,0.6983471,0.6942149,0.677686,0.6363636,0.59917355,0.58677685,0.57024795,0.5785124,0.553719,0.5371901,0.55785125,0.57024795,0.57024795,0.57024795,0.54545456,0.55785125,0.54545456,0.53305787,0.5165289,0.4752066,0.47107437,0.49586776,0.47933885,0.43801653,0.38429752,0.36363637,0.46280992,0.553719,0.62396693,0.57024795,0.553719,0.41322315,0.19008264,0.18181819,0.21487603,0.2107438,0.2107438,0.2231405,0.2231405,0.21487603,0.38429752,0.45041323,0.38842976,0.37603307,0.41322315,0.46694216,0.5247934,0.5371901,0.5661157,0.56198347,0.58264464,0.59090906,0.61157024,0.6363636,0.6570248,0.6735537,0.6735537,0.6694215,0.661157,0.661157,0.677686,0.6942149,0.7231405,0.71900827,0.7231405,0.7231405,0.71900827,0.73140496,0.71900827,0.71900827,0.70247936,0.69008267,0.6694215,0.6818182,0.6694215,0.6487603,0.6198347,0.6198347,0.58264464,0.57438016,0.5495868,0.53305787,0.49586776,0.47107437,0.47107437,0.46694216,0.44214877,0.4090909,0.35950413,0.42561984,0.48347107,0.58677685,0.6528926,0.71900827,0.61157024,0.60330576,0.5289256,0.17768595,0.18181819,0.2107438,0.2231405,0.20247933,0.22727273,0.21487603,0.3677686,0.446281,0.41735536,0.37190083,0.38429752,0.4090909,0.44214877,0.5041322,0.5289256,0.5413223,0.5495868,0.58264464,0.58677685,0.61157024,0.6404959,0.6694215,0.677686,0.661157,0.661157,0.6735537,0.6859504,0.6859504,0.71487606,0.72727275,0.74380165,0.74793386,0.73966944,0.74793386,0.76033056,0.73966944,0.75619835,0.74793386,0.7231405,0.7066116,0.6942149,0.661157,0.6198347,0.60330576,0.57438016,0.57024795,0.553719,0.5247934,0.47933885,0.45454547,0.45867768,0.42561984,0.4090909,0.36363637,0.3677686,0.5,0.4752066,0.57024795,0.6859504,0.77272725,0.7066116,0.5785124,0.6322314,0.59090906,0.46280992,0.30991736,0.24380165,0.1983471,0.21487603,0.21487603,0.36363637,0.42975205,0.43801653,0.38429752,0.32231405,0.3677686,0.39256197,0.41735536,0.46280992,0.5082645,0.5165289,0.5413223,0.57024795,0.59917355,0.61570245,0.6404959,0.661157,0.6652893,0.661157,0.661157,0.6818182,0.6818182,0.6983471,0.7231405,0.72727275,0.74380165,0.73966944,0.73140496,0.7355372,0.71487606,0.7355372,0.7355372,0.7107438,0.70247936,0.7107438,0.661157,0.62396693,0.59504133,0.55785125,0.55785125,0.53305787,0.49173555,0.46280992,0.44214877,0.4214876,0.39256197,0.38842976,0.28099173,0.3181818,0.5206612,0.49173555,0.5413223,0.7231405,0.77272725,0.76033056,0.6404959,0.5785124,0.6652893,0.7231405,0.74380165,0.6198347,0.53305787,0.37190083,0.21487603,0.34710744,0.4214876,0.4338843,0.41735536,0.35123968,0.28512397,0.338843,0.3677686,0.3966942,0.43801653,0.47107437,0.4876033,0.5206612,0.5495868,0.59504133,0.61157024,0.6198347,0.6446281,0.6363636,0.6404959,0.6528926,0.6528926,0.6570248,0.6983471,0.70247936,0.7231405,0.7355372,0.7066116,0.71487606,0.7231405,0.7231405,0.7107438,0.6942149,0.677686,0.661157,0.6322314,0.59917355,0.58264464,0.5495868,0.5247934,0.5165289,0.47107437,0.42561984,0.41322315,0.38016528,0.38842976,0.35950413,0.11570248,0.338843,0.57438016,0.5206612,0.5785124,0.73140496,0.77272725,0.76033056,0.6694215,0.58677685,0.61157024,0.71487606,0.71487606,0.74380165,0.76859504,0.78099173,0.60330576,0.33471075,0.41735536,0.43801653,0.4214876,0.38842976,0.33471075,0.28512397,0.30991736,0.35123968,0.38429752,0.40082645,0.4214876,0.45867768,0.5041322,0.5247934,0.553719,0.57024795,0.59504133,0.61157024,0.59917355,0.62396693,0.6280992,0.6280992,0.6570248,0.661157,0.6818182,0.7107438,0.6859504,0.6818182,0.7066116,0.677686,0.6818182,0.6570248,0.6404959,0.6280992,0.60330576,0.5495868,0.53305787,0.5165289,0.5041322,0.47933885,0.446281,0.40495867,0.38842976,0.3677686,0.38842976,0.28099173,0.12396694,0.5123967,0.6198347,0.5785124,0.61570245,0.7355372,0.7644628,0.74793386,0.677686,0.677686,0.60330576,0.71900827,0.72727275,0.6942149,0.72727275,0.76859504,0.77272725,0.3305785,0.42561984,0.44214877,0.42561984,0.40495867,0.37190083,0.3305785,0.30578512,0.32231405,0.3264463,0.3553719,0.39256197,0.39256197,0.4214876,0.446281,0.47107437,0.4876033,0.5123967,0.553719,0.58677685,0.59917355,0.607438,0.61570245,0.61570245,0.6198347,0.6363636,0.661157,0.661157,0.6528926,0.6528926,0.6404959,0.6404959,0.62396693,0.60330576,0.59090906,0.56198347,0.5206612,0.5,0.49173555,0.4752066,0.45041323,0.40082645,0.39256197,0.3677686,0.3553719,0.38016528,0.23966943,0.21487603,0.6363636,0.6198347,0.661157,0.6404959,0.74793386,0.75619835,0.74793386,0.6735537,0.70247936,0.6694215,0.7066116,0.77272725,0.73966944,0.72727275,0.74380165,0.7768595,0.35123968,0.44214877,0.45454547,0.45041323,0.41735536,0.40495867,0.35950413,0.3264463,0.33471075,0.32231405,0.3264463,0.3264463,0.3553719,0.38016528,0.3966942,0.3966942,0.40495867,0.42561984,0.45041323,0.5165289,0.5495868,0.57438016,0.5785124,0.57024795,0.58264464,0.59504133,0.6198347,0.62396693,0.607438,0.59090906,0.61157024,0.59504133,0.57438016,0.5495868,0.53305787,0.5041322,0.48347107,0.4752066,0.4752066,0.42975205,0.3966942,0.37190083,0.3553719,0.35123968,0.38016528,0.35950413,0.20247933,0.30578512,0.6859504,0.6528926,0.7231405,0.6404959,0.75619835,0.76033056,0.76033056,0.6487603,0.7107438,0.73966944,0.70247936,0.79752064,0.7933884,0.76859504,0.7644628,0.76859504,0.3181818,0.46694216,0.47107437,0.46694216,0.446281,0.42561984,0.38842976,0.3677686,0.34710744,0.3305785,0.3305785,0.3305785,0.3305785,0.338843,0.34710744,0.38016528,0.38429752,0.38429752,0.38016528,0.40082645,0.45454547,0.4876033,0.5289256,0.5123967,0.53305787,0.553719,0.57024795,0.5661157,0.5495868,0.5413223,0.5661157,0.5371901,0.5247934,0.5165289,0.47933885,0.47107437,0.43801653,0.43801653,0.4214876,0.37603307,0.34710744,0.3181818,0.34710744,0.38016528,0.39256197,0.34710744,0.2231405,0.61157024,0.6859504,0.6570248,0.7355372,0.6818182,0.76033056,0.75619835,0.7355372,0.59504133,0.73140496,0.80991733,0.70247936,0.78512394,0.79752064,0.79752064,0.7933884,0.78099173,0.25619835,0.4752066,0.49173555,0.47933885,0.46694216,0.44214877,0.42561984,0.39256197,0.37603307,0.3553719,0.34710744,0.3264463,0.338843,0.33471075,0.3429752,0.3305785,0.3553719,0.35950413,0.39256197,0.38429752,0.3966942,0.40495867,0.43801653,0.446281,0.45454547,0.4752066,0.4876033,0.49586776,0.49173555,0.47933885,0.47933885,0.48347107,0.47107437,0.446281,0.4338843,0.41735536,0.40082645,0.3966942,0.37190083,0.33471075,0.30578512,0.338843,0.37603307,0.40082645,0.40082645,0.3429752,0.3966942,0.69008267,0.59090906,0.71487606,0.75206614,0.7231405,0.7644628,0.76033056,0.71900827,0.607438,0.75619835,0.8512397,0.72727275,0.74380165,0.8016529,0.80991733,0.8016529,0.78512394,0.17355372,0.4752066,0.5206612,0.5041322,0.49173555,0.48347107,0.45867768,0.4338843,0.4090909,0.38842976,0.37603307,0.35123968,0.35123968,0.33471075,0.34710744,0.3429752,0.3429752,0.338843,0.338843,0.35950413,0.36363637,0.38842976,0.39256197,0.40082645,0.38842976,0.38016528,0.40495867,0.42561984,0.41735536,0.40495867,0.41735536,0.4338843,0.45041323,0.4090909,0.38429752,0.38429752,0.36363637,0.33471075,0.3181818,0.29752067,0.32231405,0.36363637,0.41322315,0.42975205,0.42561984,0.3677686,0.56198347,0.69008267,0.6198347,0.74793386,0.7644628,0.75206614,0.74793386,0.74793386,0.6983471,0.61157024,0.74380165,0.8512397,0.76859504,0.6983471,0.8016529,0.80991733,0.8057851,0.7892562,0.07438017,0.46694216,0.5495868,0.5289256,0.5371901,0.5041322,0.4876033,0.4752066,0.44214877,0.4338843,0.41322315,0.38429752,0.35950413,0.35123968,0.3429752,0.34710744,0.34710744,0.338843,0.33471075,0.338843,0.32231405,0.3305785,0.3305785,0.3305785,0.3553719,0.3553719,0.35123968,0.37190083,0.3677686,0.35950413,0.36363637,0.37190083,0.37190083,0.34710744,0.33471075,0.3140496,0.29338843,0.29752067,0.29752067,0.3429752,0.37190083,0.3966942,0.42975205,0.446281,0.45041323,0.44214877,0.73966944,0.6280992,0.6818182,0.76033056,0.7768595,0.7644628,0.74793386,0.7355372,0.7107438,0.60330576,0.6859504,0.8471074,0.7892562,0.661157,0.8016529,0.8057851,0.8057851,0.7892562,0.07438017,0.44214877,0.57024795,0.58677685,0.5661157,0.5371901,0.5289256,0.5082645,0.47933885,0.46280992,0.44214877,0.42975205,0.40495867,0.38842976,0.3553719,0.3553719,0.34710744,0.3264463,0.3429752,0.3181818,0.3264463,0.3140496,0.3181818,0.29752067,0.28512397,0.28099173,0.27272728,0.2768595,0.29338843,0.28512397,0.2892562,0.28099173,0.2892562,0.2768595,0.26859504,0.27272728,0.28512397,0.30991736,0.3264463,0.36363637,0.40082645,0.42561984,0.45867768,0.5082645,0.45454547,0.57024795,0.7231405,0.60330576,0.7231405,0.7644628,0.78099173,0.7644628,0.75206614,0.7355372,0.71487606,0.6198347,0.6280992,0.8429752,0.80991733,0.677686,0.8016529,0.8057851,0.8057851,0.7933884,0.0661157,0.34710744,0.58264464,0.58677685,0.59090906,0.58264464,0.56198347,0.55785125,0.5206612,0.5,0.47933885,0.46280992,0.45041323,0.42561984,0.4090909,0.38016528,0.3677686,0.35123968,0.34710744,0.3264463,0.32231405,0.30991736,0.30165288,0.30165288,0.28099173,0.27272728,0.27272728,0.25619835,0.2603306,0.2520661,0.24793388,0.25619835,0.25619835,0.2644628,0.28099173,0.29752067,0.30578512,0.3429752,0.3677686,0.39256197,0.41735536,0.45454547,0.5,0.49586776,0.446281,0.553719,0.72727275,0.6322314,0.7107438,0.75619835,0.7768595,0.76859504,0.75619835,0.73966944,0.7231405,0.6446281,0.607438,0.838843,0.8264463,0.7107438,0.76859504,0.8016529,0.80991733,0.79752064,34 +0.3305785,0.35123968,0.3677686,0.37603307,0.42975205,0.46694216,0.5495868,0.61157024,0.661157,0.6942149,0.7107438,0.71487606,0.73140496,0.74380165,0.73966944,0.74793386,0.76033056,0.76859504,0.78099173,0.7933884,0.79752064,0.79752064,0.7933884,0.8016529,0.8140496,0.8181818,0.8181818,0.8140496,0.8181818,0.822314,0.8181818,0.8181818,0.822314,0.8140496,0.8057851,0.8057851,0.8016529,0.8140496,0.8140496,0.8057851,0.79752064,0.7892562,0.77272725,0.76859504,0.75206614,0.75206614,0.75206614,0.71900827,0.7107438,0.6942149,0.69008267,0.6735537,0.6446281,0.6280992,0.5785124,0.5247934,0.5123967,0.45867768,0.29338843,0.28099173,0.34710744,0.3429752,0.40082645,0.40495867,0.35123968,0.39256197,0.40495867,0.446281,0.4876033,0.5495868,0.61157024,0.6570248,0.6818182,0.70247936,0.71487606,0.71900827,0.7355372,0.75206614,0.74793386,0.75619835,0.7644628,0.77272725,0.78512394,0.79752064,0.7933884,0.7933884,0.7892562,0.79752064,0.8057851,0.8140496,0.8181818,0.8140496,0.8140496,0.8181818,0.8140496,0.8057851,0.8057851,0.8016529,0.7933884,0.7933884,0.8016529,0.8057851,0.8057851,0.8016529,0.7933884,0.78099173,0.76859504,0.75206614,0.76033056,0.76033056,0.75619835,0.72727275,0.7107438,0.6942149,0.6859504,0.6652893,0.6363636,0.61570245,0.59504133,0.55785125,0.5289256,0.5165289,0.40082645,0.2644628,0.28099173,0.3677686,0.3966942,0.3181818,0.37190083,0.39256197,0.4338843,0.5123967,0.57024795,0.61570245,0.6528926,0.69008267,0.6983471,0.7107438,0.7231405,0.73966944,0.75619835,0.76033056,0.76033056,0.76033056,0.76859504,0.77272725,0.7933884,0.7933884,0.8016529,0.8016529,0.7933884,0.7933884,0.8057851,0.822314,0.8181818,0.822314,0.8181818,0.822314,0.8181818,0.8140496,0.8016529,0.7933884,0.78512394,0.7892562,0.7933884,0.79752064,0.8016529,0.7933884,0.78512394,0.7768595,0.7644628,0.75206614,0.74793386,0.74793386,0.7355372,0.71487606,0.7107438,0.7107438,0.69008267,0.6652893,0.6528926,0.6198347,0.59917355,0.58677685,0.553719,0.5123967,0.4876033,0.3181818,0.26859504,0.40495867,0.37603307,0.23140496,0.37603307,0.4214876,0.47933885,0.55785125,0.61570245,0.6446281,0.6570248,0.69008267,0.7107438,0.7231405,0.73140496,0.73140496,0.75619835,0.76859504,0.7644628,0.76859504,0.7768595,0.7768595,0.7892562,0.79752064,0.7933884,0.79752064,0.7933884,0.7933884,0.8057851,0.8181818,0.822314,0.822314,0.8181818,0.8264463,0.8181818,0.8140496,0.80991733,0.7892562,0.7933884,0.8016529,0.79752064,0.79752064,0.7933884,0.7892562,0.7892562,0.78099173,0.75619835,0.75206614,0.73966944,0.73966944,0.73966944,0.71900827,0.7066116,0.7066116,0.6942149,0.677686,0.6487603,0.6280992,0.59090906,0.59504133,0.58677685,0.5289256,0.46694216,0.3966942,0.3677686,0.34710744,0.24380165,0.24793388,0.35950413,0.43801653,0.5,0.57024795,0.6280992,0.6363636,0.661157,0.6983471,0.71900827,0.73966944,0.73966944,0.73966944,0.75206614,0.75619835,0.76033056,0.7644628,0.77272725,0.7768595,0.78512394,0.7933884,0.7933884,0.79752064,0.79752064,0.8016529,0.8057851,0.8057851,0.8181818,0.8181818,0.8140496,0.8181818,0.8140496,0.8140496,0.8057851,0.7892562,0.7892562,0.79752064,0.79752064,0.79752064,0.8016529,0.78512394,0.78512394,0.7768595,0.74380165,0.7355372,0.73966944,0.73140496,0.73966944,0.71900827,0.70247936,0.6983471,0.69008267,0.6735537,0.6487603,0.6322314,0.59917355,0.59917355,0.58677685,0.53305787,0.46280992,0.41735536,0.36363637,0.2520661,0.20247933,0.3181818,0.338843,0.44214877,0.5289256,0.58677685,0.61157024,0.62396693,0.6528926,0.6859504,0.71487606,0.72727275,0.73140496,0.74380165,0.75206614,0.75619835,0.74380165,0.76033056,0.77272725,0.77272725,0.78099173,0.7892562,0.78512394,0.79752064,0.79752064,0.80991733,0.8057851,0.8057851,0.80991733,0.8181818,0.8181818,0.80991733,0.8016529,0.79752064,0.78512394,0.7892562,0.7933884,0.7892562,0.79752064,0.7933884,0.7892562,0.78099173,0.78099173,0.76859504,0.74793386,0.7355372,0.7355372,0.72727275,0.73140496,0.7231405,0.7107438,0.6983471,0.70247936,0.6818182,0.6652893,0.6322314,0.59917355,0.59917355,0.58264464,0.5206612,0.4752066,0.4338843,0.32231405,0.16528925,0.24380165,0.3553719,0.3553719,0.46280992,0.5371901,0.57438016,0.60330576,0.607438,0.6363636,0.6694215,0.7066116,0.72727275,0.74380165,0.74793386,0.75206614,0.76033056,0.76033056,0.76033056,0.7644628,0.76859504,0.77272725,0.78512394,0.78512394,0.79752064,0.8016529,0.8016529,0.79752064,0.7933884,0.7933884,0.8057851,0.8016529,0.79752064,0.7892562,0.78099173,0.78512394,0.78512394,0.78099173,0.78512394,0.7933884,0.7892562,0.77272725,0.7768595,0.7644628,0.76033056,0.7355372,0.72727275,0.72727275,0.71900827,0.71900827,0.71900827,0.71487606,0.70247936,0.69008267,0.661157,0.6487603,0.62396693,0.59504133,0.58264464,0.57438016,0.53305787,0.45867768,0.39256197,0.30991736,0.12396694,0.20247933,0.33471075,0.38842976,0.4752066,0.54545456,0.5785124,0.59504133,0.607438,0.6198347,0.6694215,0.7107438,0.7355372,0.76033056,0.7231405,0.70247936,0.71900827,0.72727275,0.7231405,0.73140496,0.72727275,0.75619835,0.76859504,0.77272725,0.78512394,0.79752064,0.7933884,0.7892562,0.78512394,0.78099173,0.78512394,0.78099173,0.78099173,0.78099173,0.76859504,0.76859504,0.78099173,0.7768595,0.7768595,0.76859504,0.76033056,0.76033056,0.76033056,0.75206614,0.73966944,0.7231405,0.71487606,0.71487606,0.71487606,0.70247936,0.7066116,0.6983471,0.70247936,0.6818182,0.6446281,0.59917355,0.58264464,0.57024795,0.5413223,0.5247934,0.5165289,0.446281,0.3677686,0.2892562,0.18181819,0.23966943,0.29752067,0.42975205,0.5,0.5495868,0.57438016,0.59090906,0.60330576,0.6198347,0.6652893,0.7107438,0.7107438,0.6694215,0.61157024,0.59090906,0.61157024,0.62396693,0.6198347,0.6363636,0.6818182,0.7066116,0.72727275,0.75206614,0.7768595,0.7768595,0.78099173,0.78099173,0.7768595,0.7768595,0.77272725,0.77272725,0.76859504,0.76859504,0.75619835,0.76033056,0.76859504,0.76859504,0.7644628,0.7644628,0.74793386,0.74793386,0.75206614,0.74380165,0.7231405,0.71900827,0.7107438,0.7066116,0.7107438,0.6983471,0.6942149,0.6694215,0.661157,0.61157024,0.553719,0.5165289,0.45454547,0.44214877,0.44214877,0.45041323,0.43801653,0.40082645,0.3264463,0.30578512,0.22727273,0.21900827,0.28099173,0.48347107,0.5206612,0.553719,0.57438016,0.58677685,0.59090906,0.59504133,0.62396693,0.6280992,0.59090906,0.54545456,0.5206612,0.5206612,0.5165289,0.5289256,0.5082645,0.5041322,0.5413223,0.5661157,0.5785124,0.6322314,0.6818182,0.6859504,0.7107438,0.74793386,0.7644628,0.76033056,0.76033056,0.76033056,0.75619835,0.75206614,0.74793386,0.74793386,0.75206614,0.75206614,0.75206614,0.75206614,0.73966944,0.73966944,0.73966944,0.72727275,0.71487606,0.6983471,0.69008267,0.6942149,0.6735537,0.6570248,0.6198347,0.607438,0.57438016,0.5123967,0.44214877,0.40495867,0.40495867,0.40495867,0.41735536,0.36363637,0.3553719,0.338843,0.25619835,0.29752067,0.22727273,0.20247933,0.26859504,0.5165289,0.553719,0.55785125,0.57438016,0.57438016,0.5661157,0.53305787,0.5,0.5041322,0.5206612,0.5495868,0.58264464,0.61570245,0.61570245,0.59504133,0.553719,0.5206612,0.49586776,0.45867768,0.45454547,0.47107437,0.5,0.49586776,0.5041322,0.55785125,0.6652893,0.7231405,0.7355372,0.73966944,0.72727275,0.7355372,0.73140496,0.73140496,0.74380165,0.73140496,0.73966944,0.72727275,0.71900827,0.71487606,0.71900827,0.70247936,0.69008267,0.677686,0.6735537,0.6198347,0.5495868,0.5082645,0.46694216,0.44214877,0.3966942,0.4090909,0.3966942,0.43801653,0.5041322,0.5371901,0.5371901,0.5165289,0.45454547,0.40495867,0.30991736,0.3264463,0.23553719,0.1570248,0.29338843,0.5495868,0.57024795,0.55785125,0.56198347,0.56198347,0.5289256,0.5165289,0.53305787,0.57438016,0.6280992,0.6818182,0.7107438,0.71900827,0.7066116,0.7066116,0.6859504,0.6570248,0.6198347,0.58264464,0.5165289,0.47107437,0.45454547,0.41322315,0.41322315,0.43801653,0.49173555,0.59504133,0.6818182,0.7107438,0.7107438,0.7066116,0.7066116,0.71487606,0.72727275,0.7107438,0.71900827,0.7066116,0.69008267,0.6735537,0.6859504,0.6735537,0.6570248,0.6404959,0.5785124,0.48347107,0.38842976,0.3264463,0.33471075,0.3305785,0.34710744,0.4090909,0.47933885,0.53305787,0.57438016,0.5785124,0.5785124,0.553719,0.5247934,0.46694216,0.38016528,0.35950413,0.2603306,0.14876033,0.30165288,0.5495868,0.57438016,0.5661157,0.5495868,0.54545456,0.5413223,0.57438016,0.6404959,0.6818182,0.70247936,0.7107438,0.7066116,0.69008267,0.6694215,0.6652893,0.6322314,0.59917355,0.57438016,0.5495868,0.53305787,0.5206612,0.47933885,0.4338843,0.38429752,0.38016528,0.3966942,0.46280992,0.60330576,0.6652893,0.6694215,0.6818182,0.677686,0.6859504,0.6942149,0.6859504,0.661157,0.6652893,0.6528926,0.6322314,0.6404959,0.61570245,0.59917355,0.5661157,0.46280992,0.35123968,0.28512397,0.24793388,0.30578512,0.34710744,0.38842976,0.41322315,0.46280992,0.5,0.5165289,0.5289256,0.5371901,0.5247934,0.5123967,0.46280992,0.40495867,0.38842976,0.3140496,0.19008264,0.30165288,0.54545456,0.55785125,0.57024795,0.53305787,0.5041322,0.5206612,0.58264464,0.6198347,0.6363636,0.6446281,0.6322314,0.61157024,0.57024795,0.5289256,0.48347107,0.47107437,0.45041323,0.446281,0.4338843,0.46280992,0.4752066,0.49586776,0.46280992,0.41322315,0.40082645,0.42561984,0.45041323,0.5495868,0.60330576,0.6322314,0.6487603,0.661157,0.6652893,0.6652893,0.6694215,0.6487603,0.6446281,0.6363636,0.62396693,0.61157024,0.57438016,0.5371901,0.4752066,0.3553719,0.30165288,0.2644628,0.26859504,0.3181818,0.338843,0.3429752,0.3181818,0.3429752,0.35950413,0.3677686,0.40495867,0.446281,0.4752066,0.46280992,0.41735536,0.40495867,0.41735536,0.35950413,0.21900827,0.28099173,0.56198347,0.56198347,0.57024795,0.553719,0.5082645,0.5289256,0.5371901,0.5661157,0.553719,0.5413223,0.5041322,0.44214877,0.36363637,0.3181818,0.3181818,0.3264463,0.35950413,0.3677686,0.28099173,0.3264463,0.3677686,0.42975205,0.47933885,0.4752066,0.44214877,0.44214877,0.45454547,0.5082645,0.553719,0.58677685,0.6363636,0.661157,0.677686,0.677686,0.6694215,0.6570248,0.6570248,0.6446281,0.607438,0.5661157,0.5247934,0.46694216,0.41735536,0.338843,0.30578512,0.26859504,0.3181818,0.3429752,0.3181818,0.30991736,0.28512397,0.3677686,0.3181818,0.30578512,0.25619835,0.29752067,0.3966942,0.4090909,0.37190083,0.40082645,0.4338843,0.38429752,0.21900827,0.20247933,0.57024795,0.5785124,0.57024795,0.5661157,0.5165289,0.5165289,0.5082645,0.5041322,0.46694216,0.41735536,0.3264463,0.29752067,0.2644628,0.24793388,0.1983471,0.2107438,0.23140496,0.24793388,0.2107438,0.28512397,0.3553719,0.37190083,0.40495867,0.49586776,0.5206612,0.5123967,0.47933885,0.4876033,0.5165289,0.57024795,0.6280992,0.677686,0.70247936,0.71487606,0.7066116,0.6859504,0.6818182,0.6528926,0.59504133,0.53305787,0.45454547,0.41735536,0.38842976,0.37603307,0.34710744,0.26859504,0.23553719,0.23553719,0.18181819,0.19421488,0.18181819,0.23140496,0.1694215,0.20661157,0.27272728,0.23553719,0.30578512,0.3553719,0.37603307,0.4214876,0.446281,0.40495867,0.2231405,0.16528925,0.5495868,0.59090906,0.58677685,0.57438016,0.553719,0.5247934,0.5082645,0.4752066,0.4090909,0.3553719,0.2644628,0.19421488,0.22727273,0.26859504,0.23966943,0.27272728,0.33471075,0.35123968,0.26859504,0.28099173,0.28512397,0.38429752,0.4214876,0.42561984,0.5123967,0.5661157,0.5413223,0.5082645,0.5206612,0.57024795,0.6528926,0.7107438,0.73966944,0.77272725,0.76859504,0.74380165,0.7066116,0.661157,0.58677685,0.5041322,0.4338843,0.41322315,0.4090909,0.41322315,0.35123968,0.24793388,0.2231405,0.29338843,0.41322315,0.21487603,0.25619835,0.35950413,0.28099173,0.13636364,0.11983471,0.1983471,0.2603306,0.32231405,0.4090909,0.47107437,0.4752066,0.41322315,0.23140496,0.14049587,0.5413223,0.59917355,0.607438,0.60330576,0.59090906,0.5413223,0.5082645,0.45454547,0.39256197,0.30578512,0.21487603,0.20247933,0.42975205,0.44214877,0.36363637,0.2107438,0.24380165,0.40082645,0.3429752,0.46694216,0.49173555,0.3677686,0.4214876,0.47107437,0.44214877,0.5206612,0.57024795,0.5495868,0.5371901,0.57438016,0.6694215,0.73966944,0.76859504,0.7933884,0.79752064,0.7768595,0.72727275,0.6487603,0.5661157,0.49173555,0.45041323,0.46694216,0.47933885,0.3966942,0.42561984,0.38842976,0.338843,0.2231405,0.2520661,0.22727273,0.28512397,0.43801653,0.5041322,0.30578512,0.15289256,0.14049587,0.23553719,0.3553719,0.4752066,0.5247934,0.5123967,0.41735536,0.24380165,0.2603306,0.53305787,0.59917355,0.6198347,0.6404959,0.6363636,0.62396693,0.55785125,0.48347107,0.42975205,0.30165288,0.3181818,0.37190083,0.5413223,0.5247934,0.40082645,0.338843,0.22727273,0.29752067,0.39256197,0.5661157,0.6818182,0.54545456,0.39256197,0.42561984,0.5206612,0.5082645,0.553719,0.58677685,0.59504133,0.59917355,0.6818182,0.75206614,0.78512394,0.80991733,0.822314,0.8057851,0.74380165,0.6528926,0.553719,0.5165289,0.5123967,0.5206612,0.43801653,0.4752066,0.57024795,0.5413223,0.3553719,0.33471075,0.24380165,0.30578512,0.3553719,0.4876033,0.5206612,0.41322315,0.28512397,0.23553719,0.3264463,0.41322315,0.5041322,0.56198347,0.5413223,0.4214876,0.2892562,0.37190083,0.5247934,0.5785124,0.6322314,0.661157,0.6983471,0.71487606,0.6735537,0.6322314,0.61157024,0.5247934,0.3677686,0.4214876,0.5247934,0.607438,0.47107437,0.41735536,0.44214877,0.4338843,0.48347107,0.6446281,0.6735537,0.61157024,0.5123967,0.47933885,0.4876033,0.57438016,0.59917355,0.61157024,0.6652893,0.661157,0.71487606,0.77272725,0.79752064,0.8181818,0.8305785,0.80991733,0.74380165,0.6570248,0.553719,0.5371901,0.55785125,0.5206612,0.4876033,0.5413223,0.5413223,0.5495868,0.47107437,0.38429752,0.36363637,0.37603307,0.47107437,0.5123967,0.46280992,0.37603307,0.2768595,0.35123968,0.46280992,0.5041322,0.54545456,0.5785124,0.5371901,0.42561984,0.33471075,0.40495867,0.5247934,0.5785124,0.6322314,0.6652893,0.7107438,0.73966944,0.72727275,0.7231405,0.7107438,0.6446281,0.49586776,0.41735536,0.45454547,0.5247934,0.59504133,0.5206612,0.5041322,0.5123967,0.5495868,0.59090906,0.5785124,0.60330576,0.58677685,0.6446281,0.6528926,0.6280992,0.6735537,0.6694215,0.71487606,0.7231405,0.7355372,0.78099173,0.79752064,0.822314,0.8305785,0.80991733,0.74380165,0.6652893,0.57438016,0.55785125,0.59917355,0.6280992,0.6322314,0.62396693,0.56198347,0.5165289,0.49586776,0.48347107,0.42975205,0.41322315,0.45867768,0.44214877,0.37190083,0.3677686,0.3677686,0.42975205,0.56198347,0.553719,0.55785125,0.57438016,0.5289256,0.42561984,0.37190083,0.41735536,0.5289256,0.5661157,0.6322314,0.661157,0.6983471,0.73140496,0.74380165,0.75206614,0.74380165,0.71900827,0.6404959,0.5661157,0.5661157,0.5785124,0.5661157,0.5661157,0.56198347,0.5661157,0.5661157,0.5371901,0.5785124,0.61570245,0.6446281,0.70247936,0.71487606,0.7066116,0.7107438,0.7355372,0.76033056,0.76033056,0.75619835,0.77272725,0.8057851,0.822314,0.822314,0.79752064,0.73966944,0.6652893,0.59090906,0.58677685,0.59917355,0.6528926,0.6528926,0.6487603,0.59090906,0.5371901,0.5165289,0.5165289,0.4876033,0.49586776,0.47107437,0.49173555,0.47107437,0.4752066,0.5165289,0.5123967,0.61570245,0.61157024,0.5661157,0.5413223,0.5082645,0.42975205,0.44214877,0.4752066,0.5206612,0.56198347,0.6322314,0.6487603,0.6859504,0.72727275,0.75206614,0.76859504,0.76033056,0.74380165,0.71900827,0.661157,0.6404959,0.6280992,0.6198347,0.59504133,0.59917355,0.6198347,0.6694215,0.61157024,0.6404959,0.6818182,0.71900827,0.72727275,0.75619835,0.76033056,0.75206614,0.76859504,0.76859504,0.76033056,0.7644628,0.7768595,0.8016529,0.8140496,0.8140496,0.7933884,0.74380165,0.661157,0.61157024,0.60330576,0.6280992,0.6570248,0.6652893,0.6446281,0.6280992,0.607438,0.57024795,0.553719,0.553719,0.553719,0.54545456,0.53305787,0.54545456,0.5413223,0.57024795,0.607438,0.6280992,0.6363636,0.56198347,0.5289256,0.5041322,0.4338843,0.46280992,0.5247934,0.5206612,0.57024795,0.6322314,0.6570248,0.69008267,0.72727275,0.75206614,0.77272725,0.7768595,0.75619835,0.73140496,0.6983471,0.6694215,0.6322314,0.6404959,0.6322314,0.6404959,0.6694215,0.70247936,0.6983471,0.70247936,0.71900827,0.73966944,0.77272725,0.78512394,0.78512394,0.78099173,0.7768595,0.76859504,0.76033056,0.75206614,0.77272725,0.8016529,0.80991733,0.8057851,0.7892562,0.75206614,0.661157,0.62396693,0.607438,0.6446281,0.6652893,0.69008267,0.6942149,0.677686,0.6694215,0.6487603,0.61157024,0.59504133,0.58677685,0.57024795,0.5495868,0.55785125,0.58264464,0.61157024,0.6363636,0.6528926,0.6322314,0.553719,0.5082645,0.5,0.42975205,0.4876033,0.5785124,0.5206612,0.58677685,0.6322314,0.6570248,0.6859504,0.71900827,0.74793386,0.76859504,0.7892562,0.7768595,0.7768595,0.77272725,0.75619835,0.73140496,0.72727275,0.73140496,0.71487606,0.73140496,0.73966944,0.74793386,0.73966944,0.7644628,0.78512394,0.7892562,0.78099173,0.78099173,0.7892562,0.7644628,0.75619835,0.76033056,0.75206614,0.76033056,0.79752064,0.8057851,0.79752064,0.7933884,0.75206614,0.6652893,0.6280992,0.6198347,0.6280992,0.6735537,0.70247936,0.71487606,0.71487606,0.70247936,0.6859504,0.6652893,0.661157,0.6528926,0.6363636,0.6446281,0.6363636,0.661157,0.677686,0.677686,0.6652893,0.6322314,0.57024795,0.5206612,0.49173555,0.42975205,0.5289256,0.58677685,0.53305787,0.5785124,0.6404959,0.6487603,0.6652893,0.71900827,0.7355372,0.75206614,0.76859504,0.78512394,0.8016529,0.8016529,0.8057851,0.7933884,0.79752064,0.79752064,0.7768595,0.78099173,0.76859504,0.7892562,0.8016529,0.80991733,0.80991733,0.7933884,0.76859504,0.78099173,0.78512394,0.7644628,0.74793386,0.7644628,0.74380165,0.75619835,0.7892562,0.8057851,0.79752064,0.8057851,0.75619835,0.661157,0.61570245,0.6280992,0.6198347,0.661157,0.70247936,0.71487606,0.7231405,0.7355372,0.74793386,0.73140496,0.72727275,0.73140496,0.7066116,0.70247936,0.6983471,0.7066116,0.6983471,0.6818182,0.6487603,0.61570245,0.5661157,0.5247934,0.48347107,0.42561984,0.54545456,0.5082645,0.5206612,0.57024795,0.6322314,0.661157,0.6652893,0.70247936,0.7231405,0.75206614,0.76859504,0.78512394,0.8057851,0.8057851,0.8057851,0.8057851,0.8181818,0.8140496,0.8140496,0.8057851,0.8140496,0.8140496,0.822314,0.80991733,0.80991733,0.79752064,0.78099173,0.78512394,0.78512394,0.76859504,0.75619835,0.73966944,0.75206614,0.74793386,0.78099173,0.8016529,0.7933884,0.7892562,0.75619835,0.6735537,0.62396693,0.62396693,0.6363636,0.677686,0.6942149,0.7107438,0.71900827,0.7355372,0.73140496,0.76859504,0.75619835,0.75619835,0.74380165,0.7231405,0.7107438,0.6983471,0.677686,0.6694215,0.6404959,0.59917355,0.55785125,0.53305787,0.4876033,0.42975205,0.3553719,0.4090909,0.5165289,0.5661157,0.62396693,0.6570248,0.6818182,0.7066116,0.7231405,0.74380165,0.7644628,0.78512394,0.8057851,0.8057851,0.8181818,0.8264463,0.822314,0.822314,0.8181818,0.822314,0.8305785,0.822314,0.822314,0.8057851,0.8057851,0.79752064,0.78512394,0.78099173,0.78512394,0.76859504,0.74793386,0.74380165,0.74793386,0.75206614,0.7768595,0.7933884,0.78099173,0.7768595,0.77272725,0.71487606,0.6280992,0.62396693,0.6404959,0.6859504,0.6859504,0.6983471,0.71487606,0.7231405,0.72727275,0.74380165,0.74380165,0.76033056,0.75206614,0.73966944,0.72727275,0.6694215,0.661157,0.6280992,0.6446281,0.607438,0.54545456,0.5123967,0.47933885,0.46694216,0.16115703,0.47933885,0.49586776,0.553719,0.6198347,0.6487603,0.677686,0.70247936,0.71900827,0.74380165,0.76859504,0.77272725,0.7933884,0.80991733,0.822314,0.8305785,0.8264463,0.8264463,0.822314,0.822314,0.8140496,0.80991733,0.80991733,0.80991733,0.79752064,0.7892562,0.78099173,0.77272725,0.75619835,0.73966944,0.7231405,0.73966944,0.74793386,0.73966944,0.77272725,0.7892562,0.78512394,0.78512394,0.77272725,0.73966944,0.6322314,0.59090906,0.61570245,0.6322314,0.6322314,0.6735537,0.71487606,0.71487606,0.71900827,0.72727275,0.74380165,0.74380165,0.74793386,0.7231405,0.71900827,0.6735537,0.6528926,0.6198347,0.61570245,0.58677685,0.55785125,0.5,0.47933885,0.38842976,0.10743801,0.28099173,0.5,0.54545456,0.607438,0.6446281,0.6652893,0.6942149,0.70247936,0.72727275,0.75206614,0.76033056,0.76859504,0.7933884,0.8057851,0.8140496,0.8181818,0.8181818,0.8140496,0.8140496,0.80991733,0.79752064,0.7933884,0.8016529,0.78512394,0.7768595,0.74380165,0.71900827,0.71487606,0.73966944,0.7066116,0.7231405,0.73966944,0.74380165,0.78099173,0.79752064,0.7892562,0.78512394,0.7892562,0.74380165,0.6487603,0.59504133,0.6404959,0.6280992,0.5661157,0.607438,0.6735537,0.70247936,0.7066116,0.71900827,0.71900827,0.7231405,0.71900827,0.7107438,0.69008267,0.6735537,0.6446281,0.61570245,0.58264464,0.5661157,0.5413223,0.49586776,0.4752066,0.36363637,0.1570248,0.1694215,0.5041322,0.5413223,0.57024795,0.6198347,0.6652893,0.677686,0.70247936,0.7231405,0.74793386,0.76033056,0.7644628,0.76859504,0.7892562,0.8016529,0.8016529,0.8057851,0.8016529,0.7933884,0.7892562,0.78512394,0.77272725,0.77272725,0.74793386,0.71900827,0.71487606,0.71487606,0.73140496,0.78099173,0.72727275,0.7107438,0.7231405,0.73966944,0.77272725,0.8057851,0.8057851,0.79752064,0.7892562,0.76033056,0.6694215,0.59917355,0.6694215,0.6818182,0.61157024,0.5495868,0.61157024,0.6652893,0.677686,0.6942149,0.70247936,0.6942149,0.6942149,0.69008267,0.677686,0.661157,0.6363636,0.60330576,0.56198347,0.54545456,0.5247934,0.4876033,0.446281,0.3429752,0.18181819,0.1570248,0.5041322,0.53305787,0.55785125,0.607438,0.6446281,0.6652893,0.677686,0.71900827,0.73140496,0.73140496,0.75619835,0.75619835,0.76859504,0.7768595,0.78512394,0.78512394,0.78099173,0.7768595,0.76859504,0.76033056,0.76033056,0.7355372,0.70247936,0.6694215,0.6859504,0.7231405,0.75206614,0.7644628,0.76033056,0.71487606,0.7107438,0.72727275,0.74793386,0.7933884,0.80991733,0.8140496,0.7933884,0.74380165,0.677686,0.60330576,0.6363636,0.6983471,0.6570248,0.5371901,0.55785125,0.62396693,0.6404959,0.6570248,0.6570248,0.661157,0.661157,0.6487603,0.6570248,0.62396693,0.61570245,0.58677685,0.5495868,0.5206612,0.5041322,0.47107437,0.43801653,0.23553719,0.23553719,0.1446281,0.49586776,0.5041322,0.5413223,0.59090906,0.62396693,0.6487603,0.6570248,0.69008267,0.7107438,0.7231405,0.73966944,0.7355372,0.74380165,0.74793386,0.76033056,0.75619835,0.75206614,0.73966944,0.73966944,0.7231405,0.71900827,0.7066116,0.661157,0.6198347,0.6570248,0.7231405,0.74793386,0.76033056,0.75619835,0.7231405,0.70247936,0.71487606,0.74380165,0.76859504,0.79752064,0.80991733,0.7644628,0.7107438,0.6528926,0.58264464,0.607438,0.6694215,0.6446281,0.5371901,0.53305787,0.59504133,0.59917355,0.6280992,0.62396693,0.62396693,0.6198347,0.61570245,0.61570245,0.59090906,0.56198347,0.55785125,0.5165289,0.5,0.47933885,0.45041323,0.38016528,0.28512397,0.32231405,0.18181819,0.48347107,0.48347107,0.5247934,0.55785125,0.61157024,0.6322314,0.6528926,0.6694215,0.69008267,0.71487606,0.7355372,0.73140496,0.7231405,0.7355372,0.7355372,0.72727275,0.7231405,0.71900827,0.71487606,0.6942149,0.6735537,0.6652893,0.6363636,0.5661157,0.60330576,0.6735537,0.71900827,0.74793386,0.73140496,0.6983471,0.677686,0.6652893,0.6859504,0.71487606,0.74380165,0.73966944,0.6983471,0.6404959,0.58677685,0.54545456,0.57438016,0.61157024,0.5661157,0.5289256,0.54545456,0.58264464,0.58264464,0.59504133,0.607438,0.59917355,0.59090906,0.57438016,0.57024795,0.5495868,0.5247934,0.5289256,0.49586776,0.46694216,0.46280992,0.41322315,0.28512397,0.2892562,0.49173555,0.17355372,0.4752066,0.46694216,0.49586776,0.5495868,0.59090906,0.60330576,0.6363636,0.6404959,0.6735537,0.6859504,0.69008267,0.70247936,0.6859504,0.7066116,0.71487606,0.71487606,0.6983471,0.6859504,0.6694215,0.6652893,0.6404959,0.6404959,0.677686,0.60330576,0.5247934,0.5661157,0.60330576,0.6570248,0.6528926,0.61570245,0.58264464,0.57438016,0.59504133,0.61570245,0.661157,0.6570248,0.607438,0.56198347,0.5082645,0.46280992,0.48347107,0.47933885,0.46694216,0.5123967,0.57438016,0.56198347,0.57438016,0.59090906,0.58264464,0.58264464,0.553719,0.5371901,0.5289256,0.5123967,0.5082645,0.49173555,0.45867768,0.45041323,0.41322315,0.40082645,0.2231405,0.26859504,0.7355372,0.20661157,0.46694216,0.44214877,0.48347107,0.5247934,0.56198347,0.57438016,0.607438,0.6280992,0.6404959,0.661157,0.6652893,0.6570248,0.6570248,0.6694215,0.677686,0.6735537,0.661157,0.6528926,0.6404959,0.6363636,0.6322314,0.6446281,0.6859504,0.6859504,0.56198347,0.42975205,0.42975205,0.40495867,0.40082645,0.38842976,0.3966942,0.4752066,0.5165289,0.5247934,0.55785125,0.55785125,0.5289256,0.4752066,0.39256197,0.30578512,0.28512397,0.3305785,0.43801653,0.54545456,0.58677685,0.553719,0.54545456,0.54545456,0.553719,0.553719,0.5289256,0.5123967,0.49173555,0.47107437,0.46280992,0.4338843,0.41735536,0.40495867,0.3966942,0.38842976,0.12809917,0.23966943,0.8057851,0.5165289,0.46280992,0.42561984,0.45454547,0.49173555,0.5082645,0.5495868,0.57438016,0.58677685,0.607438,0.6280992,0.6280992,0.61570245,0.61570245,0.6322314,0.6322314,0.6322314,0.6198347,0.61570245,0.61157024,0.60330576,0.6280992,0.677686,0.6983471,0.6983471,0.6735537,0.5289256,0.41735536,0.37603307,0.36363637,0.3553719,0.25619835,0.29752067,0.41322315,0.446281,0.446281,0.45454547,0.43801653,0.38429752,0.3181818,0.3305785,0.38842976,0.446281,0.5247934,0.5785124,0.5785124,0.57024795,0.53305787,0.5,0.5082645,0.5206612,0.5082645,0.49586776,0.47933885,0.46280992,0.4338843,0.40082645,0.37190083,0.37190083,0.38016528,0.30991736,0.049586777,0.30578512,0.7644628,0.79752064,0.46694216,0.4338843,0.4338843,0.45867768,0.46694216,0.49586776,0.5289256,0.5495868,0.57438016,0.57024795,0.57024795,0.58264464,0.58677685,0.59504133,0.59504133,0.59504133,0.57024795,0.57438016,0.55785125,0.57438016,0.6487603,0.7066116,0.7107438,0.70247936,0.71487606,0.6983471,0.6363636,0.58677685,0.57438016,0.5413223,0.47107437,0.3305785,0.30578512,0.29752067,0.30991736,0.3264463,0.35123968,0.38842976,0.4752066,0.5371901,0.5785124,0.57438016,0.59090906,0.5785124,0.57438016,0.56198347,0.5495868,0.5247934,0.4752066,0.4876033,0.4876033,0.4752066,0.45454547,0.446281,0.42975205,0.40082645,0.37603307,0.38429752,0.40082645,0.25619835,0.049586777,0.3305785,0.61157024,0.59917355,0.46280992,0.4338843,0.4214876,0.41735536,0.446281,0.45041323,0.47107437,0.49586776,0.5206612,0.5206612,0.5371901,0.5371901,0.5371901,0.5413223,0.553719,0.54545456,0.5247934,0.5123967,0.5289256,0.60330576,0.6859504,0.6942149,0.71487606,0.71487606,0.71487606,0.7231405,0.71900827,0.6942149,0.6652893,0.62396693,0.59090906,0.5289256,0.41735536,0.30578512,0.28512397,0.3264463,0.44214877,0.53305787,0.5785124,0.61157024,0.60330576,0.59504133,0.59917355,0.5785124,0.5661157,0.56198347,0.553719,0.55785125,0.5123967,0.47107437,0.47107437,0.446281,0.43801653,0.44214877,0.42975205,0.40082645,0.39256197,0.3966942,0.38842976,0.18181819,0.09917355,0.1446281,0.30165288,0.30578512,0.44214877,0.45041323,0.4338843,0.4090909,0.4214876,0.4338843,0.44214877,0.42975205,0.46280992,0.49173555,0.49586776,0.5,0.5,0.5,0.5041322,0.5,0.5082645,0.54545456,0.59090906,0.6570248,0.70247936,0.7066116,0.7066116,0.71900827,0.7231405,0.7231405,0.73140496,0.73140496,0.7231405,0.6859504,0.6528926,0.61157024,0.553719,0.5289256,0.5082645,0.5165289,0.5785124,0.607438,0.607438,0.62396693,0.6198347,0.59504133,0.59090906,0.57024795,0.54545456,0.5289256,0.5247934,0.5495868,0.5247934,0.47933885,0.4752066,0.45867768,0.45867768,0.45041323,0.42975205,0.41322315,0.40082645,0.40495867,0.3677686,0.12396694,0.14049587,0.1570248,0.1446281,0.17355372,0.4090909,0.45041323,0.446281,0.4214876,0.4338843,0.4338843,0.45454547,0.45041323,0.45867768,0.47933885,0.47933885,0.4752066,0.45454547,0.47107437,0.49173555,0.5247934,0.5661157,0.61570245,0.6322314,0.6404959,0.6570248,0.677686,0.6818182,0.6859504,0.6942149,0.7107438,0.71487606,0.72727275,0.7355372,0.71487606,0.6942149,0.6528926,0.6404959,0.6404959,0.6363636,0.62396693,0.62396693,0.6198347,0.607438,0.59504133,0.59917355,0.5785124,0.5661157,0.5247934,0.5082645,0.4752066,0.4752066,0.49173555,0.49173555,0.49586776,0.5041322,0.49586776,0.47933885,0.45867768,0.42561984,0.41735536,0.41735536,0.4214876,0.2892562,0.11570248,0.1446281,0.19008264,0.15289256,0.1694215,0.30991736,0.446281,0.46280992,0.45867768,0.43801653,0.45041323,0.45867768,0.46280992,0.49586776,0.5,0.5041322,0.5041322,0.49173555,0.5082645,0.55785125,0.5661157,0.5785124,0.59917355,0.57438016,0.5371901,0.5661157,0.59917355,0.59504133,0.61157024,0.61157024,0.61157024,0.6198347,0.6280992,0.6487603,0.6322314,0.62396693,0.6280992,0.6404959,0.6694215,0.6528926,0.60330576,0.55785125,0.5,0.46694216,0.45454547,0.446281,0.446281,0.41735536,0.37190083,0.3553719,0.36363637,0.3966942,0.4338843,0.46694216,0.5082645,0.5371901,0.5206612,0.4876033,0.46280992,0.4338843,0.44214877,0.42561984,0.4090909,0.2603306,0.18181819,0.1694215,0.2107438,0.16528925,0.15289256,0.23140496,0.42561984,0.45041323,0.47107437,0.446281,0.45867768,0.49586776,0.47107437,0.5,0.5289256,0.5495868,0.56198347,0.56198347,0.5371901,0.54545456,0.5495868,0.49586776,0.47107437,0.42975205,0.37603307,0.3140496,0.3140496,0.3553719,0.37190083,0.37603307,0.3677686,0.36363637,0.38429752,0.40495867,0.41735536,0.39256197,0.37190083,0.38016528,0.42561984,0.42975205,0.37603307,0.3553719,0.35950413,0.33471075,0.3305785,0.3181818,0.2892562,0.2644628,0.2768595,0.34710744,0.39256197,0.43801653,0.46694216,0.49586776,0.5247934,0.54545456,0.5165289,0.4876033,0.45454547,0.446281,0.45454547,0.42561984,0.3677686,0.2644628,0.2231405,0.20661157,0.23966943,0.16528925,0.14049587,0.20247933,0.36363637,0.42561984,0.47107437,0.47107437,0.45041323,0.5041322,0.5,0.5123967,0.5371901,0.58264464,0.61157024,0.607438,0.58264464,0.54545456,0.5082645,0.48347107,0.4876033,0.4876033,0.5041322,0.46694216,0.4090909,0.38016528,0.38842976,0.37190083,0.3429752,0.37190083,0.39256197,0.42561984,0.40495867,0.38016528,0.3140496,0.3181818,0.3264463,0.3264463,0.338843,0.3429752,0.32231405,0.3140496,0.30578512,0.30991736,0.30578512,0.3429752,0.43801653,0.4752066,0.53305787,0.55785125,0.53305787,0.5495868,0.5495868,0.53305787,0.5165289,0.48347107,0.44214877,0.46280992,0.4338843,0.40082645,0.2768595,0.2107438,0.24380165,0.21900827,0.21487603,0.18181819,0.1694215,0.20661157,0.2520661,0.39256197,0.44214877,0.4752066,0.4752066,0.49173555,0.5123967,0.5206612,0.5413223,0.5785124,0.60330576,0.6363636,0.6280992,0.58677685,0.57438016,0.58677685,0.61157024,0.59504133,0.5785124,0.56198347,0.57024795,0.5413223,0.5,0.4876033,0.49173555,0.55785125,0.61570245,0.61570245,0.6280992,0.6322314,0.5289256,0.49173555,0.5165289,0.5082645,0.5165289,0.5165289,0.48347107,0.41322315,0.3677686,0.37603307,0.3966942,0.43801653,0.446281,0.5082645,0.55785125,0.5661157,0.55785125,0.55785125,0.5413223,0.5206612,0.5,0.46280992,0.45041323,0.45867768,0.42561984,0.35950413,0.2231405,0.20661157,0.21487603,0.2107438,0.20661157,0.2231405,0.21900827,0.2231405,0.1983471,0.3264463,0.4090909,0.44214877,0.47933885,0.48347107,0.5206612,0.5247934,0.5413223,0.57438016,0.59504133,0.6198347,0.6446281,0.61570245,0.61157024,0.59917355,0.6322314,0.6404959,0.6404959,0.59917355,0.5206612,0.5495868,0.5413223,0.49173555,0.45041323,0.5082645,0.54545456,0.58264464,0.57024795,0.61570245,0.59504133,0.5371901,0.553719,0.5247934,0.49586776,0.45454547,0.42561984,0.3966942,0.38016528,0.42975205,0.45867768,0.446281,0.49173555,0.53305787,0.5495868,0.5413223,0.56198347,0.5495868,0.5289256,0.5,0.48347107,0.446281,0.43801653,0.41735536,0.41322315,0.3305785,0.21487603,0.1983471,0.23140496,0.21900827,0.21900827,0.21900827,0.21900827,0.23553719,0.21900827,0.23140496,0.37603307,0.40495867,0.44214877,0.4752066,0.5041322,0.5289256,0.53305787,0.553719,0.59090906,0.60330576,0.6280992,0.6280992,0.6198347,0.58264464,0.61570245,0.6528926,0.6735537,0.6570248,0.61570245,0.5206612,0.5041322,0.5165289,0.5165289,0.45041323,0.446281,0.47933885,0.46694216,0.45041323,0.45041323,0.45041323,0.43801653,0.42975205,0.41322315,0.39256197,0.39256197,0.4090909,0.43801653,0.43801653,0.45867768,0.4876033,0.5289256,0.5289256,0.5413223,0.55785125,0.5495868,0.54545456,0.5206612,0.49173555,0.45867768,0.45041323,0.4214876,0.37603307,0.49173555,0.4214876,0.2768595,0.17768595,0.22727273,0.21487603,0.21900827,0.2231405,0.20661157,0.23966943,0.22727273,0.21900827,0.25619835,0.35950413,0.38429752,0.43801653,0.4876033,0.5247934,0.53305787,0.5413223,0.56198347,0.59090906,0.61157024,0.6280992,0.6363636,0.59504133,0.58264464,0.62396693,0.6652893,0.6694215,0.6570248,0.61157024,0.56198347,0.49586776,0.47107437,0.49586776,0.46280992,0.43801653,0.42561984,0.38842976,0.40082645,0.42561984,0.40082645,0.38842976,0.38429752,0.3966942,0.41735536,0.43801653,0.45454547,0.4752066,0.5247934,0.5413223,0.5371901,0.5247934,0.53305787,0.5495868,0.5495868,0.5289256,0.5,0.46694216,0.446281,0.4338843,0.38429752,0.3140496,0.5413223,0.5785124,0.46280992,0.2520661,0.19421488,0.21487603,0.21487603,0.21900827,0.2107438,0.23966943,0.22727273,0.23553719,0.21900827,0.24380165,0.36363637,0.38016528,0.446281,0.49586776,0.5165289,0.5371901,0.5413223,0.5661157,0.59504133,0.62396693,0.6280992,0.6322314,0.6280992,0.59504133,0.6280992,0.677686,0.6818182,0.6735537,0.6652893,0.61570245,0.57024795,0.5247934,0.49586776,0.46694216,0.45867768,0.45454547,0.4338843,0.446281,0.45454547,0.446281,0.45867768,0.47107437,0.47933885,0.5123967,0.53305787,0.55785125,0.5785124,0.56198347,0.54545456,0.5247934,0.5413223,0.5495868,0.54545456,0.5041322,0.4752066,0.45041323,0.4338843,0.4090909,0.3677686,0.20247933,0.55785125,0.6570248,0.7107438,0.5,0.2231405,0.19008264,0.2231405,0.21900827,0.2231405,0.23140496,0.2231405,0.22727273,0.23140496,0.1983471,0.34710744,0.38429752,0.38016528,0.4338843,0.47933885,0.5123967,0.5289256,0.5413223,0.5785124,0.61157024,0.6322314,0.6363636,0.6363636,0.6198347,0.60330576,0.6404959,0.69008267,0.6983471,0.6983471,0.6942149,0.6818182,0.6570248,0.62396693,0.607438,0.61157024,0.60330576,0.58264464,0.58264464,0.60330576,0.607438,0.61157024,0.61570245,0.59090906,0.59917355,0.59917355,0.58677685,0.5785124,0.57438016,0.5289256,0.5289256,0.5413223,0.5289256,0.5247934,0.4876033,0.45454547,0.42561984,0.40082645,0.42975205,0.3181818,0.17768595,0.6198347,0.6942149,0.78099173,0.71900827,0.49173555,0.30578512,0.20661157,0.1983471,0.21487603,0.23140496,0.23140496,0.24380165,0.2231405,0.20247933,0.37603307,0.3553719,0.3966942,0.38429752,0.41735536,0.47107437,0.49173555,0.5206612,0.55785125,0.5785124,0.607438,0.6404959,0.6280992,0.6198347,0.62396693,0.62396693,0.6570248,0.6942149,0.7066116,0.71900827,0.7231405,0.7231405,0.73140496,0.7231405,0.73140496,0.72727275,0.7107438,0.7107438,0.7066116,0.6859504,0.677686,0.6694215,0.6446281,0.6363636,0.607438,0.59504133,0.58677685,0.5495868,0.5247934,0.5206612,0.5247934,0.5082645,0.49586776,0.46280992,0.4338843,0.38842976,0.3966942,0.41735536,0.23553719,0.23966943,0.6942149,0.661157,0.8016529,0.8057851,0.6528926,0.6198347,0.44214877,0.16528925,0.19421488,0.2231405,0.23140496,0.23140496,0.21900827,0.23553719,0.40082645,0.27272728,0.42975205,0.38842976,0.37190083,0.3966942,0.45041323,0.4752066,0.5165289,0.553719,0.57438016,0.61570245,0.6198347,0.60330576,0.62396693,0.6363636,0.6404959,0.6942149,0.7066116,0.72727275,0.7231405,0.7231405,0.7355372,0.73140496,0.74793386,0.76859504,0.75206614,0.74793386,0.74380165,0.7107438,0.69008267,0.6652893,0.6404959,0.6280992,0.61570245,0.58264464,0.5661157,0.53305787,0.5123967,0.5082645,0.5,0.46694216,0.45867768,0.40495867,0.39256197,0.3966942,0.39256197,0.41322315,0.1983471,0.38842976,0.77272725,0.607438,0.7768595,0.822314,0.74380165,0.59090906,0.71487606,0.4338843,0.20661157,0.2231405,0.22727273,0.22727273,0.23553719,0.22727273,0.42975205,0.24793388,0.446281,0.38842976,0.3429752,0.35123968,0.39256197,0.42561984,0.46280992,0.49173555,0.53305787,0.57438016,0.58677685,0.59917355,0.60330576,0.61570245,0.62396693,0.6570248,0.69008267,0.71487606,0.72727275,0.7107438,0.7107438,0.71487606,0.73140496,0.74380165,0.73966944,0.7355372,0.74380165,0.71900827,0.6942149,0.6694215,0.6322314,0.61570245,0.6198347,0.57024795,0.5495868,0.5165289,0.49586776,0.47933885,0.45867768,0.42561984,0.40082645,0.38429752,0.38016528,0.3966942,0.41322315,0.41735536,0.26859504,0.55785125,0.78512394,0.58264464,0.74380165,0.822314,0.7892562,0.6487603,0.6363636,0.6735537,0.5123967,0.23140496,0.22727273,0.2231405,0.20661157,0.24380165,0.53305787,0.2520661,0.4752066,0.4090909,0.3553719,0.30578512,0.32231405,0.38016528,0.3966942,0.42975205,0.47933885,0.5082645,0.5247934,0.56198347,0.56198347,0.5785124,0.59917355,0.60330576,0.6446281,0.6818182,0.70247936,0.70247936,0.69008267,0.71487606,0.71900827,0.71900827,0.7066116,0.7107438,0.6983471,0.6694215,0.6446281,0.6404959,0.59917355,0.58677685,0.57024795,0.55785125,0.5165289,0.49586776,0.47107437,0.446281,0.40495867,0.37190083,0.3677686,0.37190083,0.38429752,0.4090909,0.44214877,0.43801653,0.338843,0.6363636,0.7355372,0.5785124,0.71487606,0.8140496,0.7892562,0.72727275,0.62396693,0.6570248,0.6983471,0.23140496,0.22727273,0.2231405,0.24793388,0.29338843,0.6570248,0.2892562,0.41322315,0.446281,0.39256197,0.338843,0.28512397,0.2892562,0.3553719,0.37190083,0.41322315,0.4214876,0.44214877,0.47107437,0.53305787,0.55785125,0.5661157,0.58677685,0.60330576,0.61570245,0.6528926,0.6694215,0.6528926,0.6694215,0.677686,0.677686,0.6859504,0.6570248,0.6570248,0.6322314,0.59917355,0.58264464,0.5495868,0.553719,0.54545456,0.5123967,0.49173555,0.46694216,0.4338843,0.39256197,0.36363637,0.3429752,0.3677686,0.37603307,0.40082645,0.446281,0.4876033,0.47107437,0.37603307,0.70247936,0.7066116,0.58264464,0.70247936,0.79752064,0.7768595,0.75206614,0.6363636,0.6363636,0.7231405,0.22727273,0.21487603,0.24793388,0.338843,0.32231405,0.7644628,0.3264463,0.3553719,0.45454547,0.4214876,0.3677686,0.33471075,0.29752067,0.30578512,0.32231405,0.3553719,0.38429752,0.38429752,0.38842976,0.43801653,0.5,0.5289256,0.553719,0.553719,0.57024795,0.59917355,0.62396693,0.6280992,0.6198347,0.6198347,0.6487603,0.6363636,0.61570245,0.607438,0.5785124,0.56198347,0.5495868,0.53305787,0.5247934,0.5082645,0.46694216,0.45041323,0.41735536,0.37190083,0.33471075,0.3305785,0.34710744,0.38429752,0.40082645,0.446281,0.49173555,0.5289256,0.46280992,0.41322315,0.76033056,0.6859504,0.6198347,0.71900827,0.78099173,0.76859504,0.74380165,0.6404959,0.6652893,0.6818182,0.2231405,0.20247933,0.3181818,0.40082645,0.36363637,0.8181818,0.41735536,0.2768595,0.47107437,0.43801653,0.40082645,0.3677686,0.33471075,0.30991736,0.3181818,0.3140496,0.30991736,0.36363637,0.3677686,0.37603307,0.40082645,0.446281,0.48347107,0.4876033,0.5041322,0.553719,0.57024795,0.5785124,0.57438016,0.58264464,0.59090906,0.5785124,0.55785125,0.5413223,0.5289256,0.5041322,0.4876033,0.49173555,0.47933885,0.45041323,0.4090909,0.3966942,0.3553719,0.3181818,0.3181818,0.3553719,0.3677686,0.4214876,0.45454547,0.5,0.5413223,0.5413223,0.43801653,0.607438,0.74793386,0.6859504,0.661157,0.73966944,0.7768595,0.76859504,0.71487606,0.62396693,0.74380165,0.661157,0.20247933,0.2603306,0.45867768,0.42975205,0.41735536,0.78099173,0.5413223,0.21900827,0.47107437,0.45454547,0.42975205,0.40082645,0.37190083,0.338843,0.3305785,0.338843,0.33471075,0.30991736,0.3264463,0.338843,0.38842976,0.37603307,0.40495867,0.4214876,0.42561984,0.46280992,0.49586776,0.5082645,0.5,0.5082645,0.5206612,0.5289256,0.5123967,0.5,0.47107437,0.45867768,0.45041323,0.45041323,0.4214876,0.37190083,0.36363637,0.3181818,0.29338843,0.3140496,0.35123968,0.38842976,0.4090909,0.47107437,0.5123967,0.5495868,0.57438016,0.5289256,0.4876033,0.71487606,0.61570245,0.72727275,0.6942149,0.73966944,0.78099173,0.7644628,0.6735537,0.6652893,0.8305785,0.6735537,0.19008264,0.3305785,0.49173555,0.46280992,0.5123967,0.7355372,0.73140496,0.18181819,0.43801653,0.49586776,0.45867768,0.42975205,0.40082645,0.3677686,0.36363637,0.34710744,0.35123968,0.33471075,0.3181818,0.3305785,0.3264463,0.33471075,0.35123968,0.3677686,0.37603307,0.38842976,0.4090909,0.42561984,0.4338843,0.4214876,0.446281,0.46694216,0.45867768,0.446281,0.42561984,0.41735536,0.41322315,0.38429752,0.3553719,0.30991736,0.29338843,0.29338843,0.3181818,0.35950413,0.38842976,0.42975205,0.47933885,0.53305787,0.55785125,0.57438016,0.56198347,0.5041322,0.61157024,0.6942149,0.6404959,0.76033056,0.71900827,0.74793386,0.7768595,0.75619835,0.677686,0.6735537,0.8677686,0.6859504,0.17768595,0.42561984,0.5247934,0.49586776,0.6570248,0.6859504,0.8512397,0.22727273,0.3677686,0.5165289,0.48347107,0.47107437,0.4338843,0.40495867,0.38429752,0.35950413,0.3677686,0.36363637,0.3553719,0.33471075,0.3429752,0.33471075,0.32231405,0.30991736,0.33471075,0.3553719,0.35950413,0.35950413,0.36363637,0.3677686,0.3966942,0.4090909,0.4090909,0.3966942,0.39256197,0.36363637,0.33471075,0.30578512,0.28512397,0.2768595,0.29752067,0.3264463,0.3677686,0.4090909,0.44214877,0.4876033,0.5289256,0.5661157,0.59090906,0.58677685,0.54545456,0.48347107,0.6570248,0.7066116,0.6404959,0.7644628,0.72727275,0.7355372,0.7768595,0.75619835,0.70247936,0.6528926,0.8471074,0.6942149,0.17768595,0.54545456,0.57024795,0.6280992,0.7892562,0.6652893,0.8512397,0.48347107,0.24380165,0.5206612,0.5247934,0.5,0.46694216,0.44214877,0.42561984,0.40082645,0.37190083,0.37603307,0.37190083,0.35950413,0.34710744,0.34710744,0.33471075,0.3140496,0.30578512,0.30165288,0.30578512,0.29752067,0.30165288,0.3140496,0.3181818,0.3140496,0.30578512,0.29752067,0.2892562,0.2644628,0.26859504,0.2768595,0.28099173,0.30165288,0.33471075,0.36363637,0.40082645,0.44214877,0.47107437,0.5,0.53305787,0.56198347,0.59090906,0.58677685,0.553719,0.49173555,0.6280992,0.74380165,0.6280992,0.75206614,0.73140496,0.7231405,0.7768595,0.76033056,0.72727275,0.6363636,0.822314,0.70247936,0.28099173,0.69008267,0.6446281,0.69008267,0.8429752,0.6942149,0.8181818,0.75206614,0.16528925,0.47933885,0.5495868,0.54545456,0.5082645,0.4752066,0.45867768,0.43801653,0.41735536,0.3966942,0.38842976,0.37603307,0.35950413,0.35950413,0.35123968,0.33471075,0.32231405,0.30991736,0.30578512,0.2892562,0.26859504,0.2644628,0.26859504,0.2644628,0.27272728,0.25619835,0.26859504,0.26859504,0.2768595,0.28099173,0.28512397,0.30165288,0.3305785,0.35950413,0.3966942,0.43801653,0.46694216,0.49586776,0.53305787,0.55785125,0.58677685,0.59090906,0.56198347,0.5,0.607438,0.78099173,0.61157024,0.7355372,0.73966944,0.71487606,0.77272725,0.76033056,0.75619835,0.6198347,0.7933884,0.73140496,0.446281,0.74793386,0.6942149,0.7107438,0.8512397,0.75206614,0.7355372,0.90909094,0.35950413,0.38429752,0.5661157,0.5785124,0.5495868,0.5289256,0.5041322,0.4752066,0.45867768,0.44214877,0.41322315,0.40495867,0.40495867,0.37190083,0.36363637,0.3553719,0.34710744,0.3264463,0.3140496,0.29752067,0.28512397,0.26859504,0.2644628,0.2603306,0.27272728,0.2603306,0.2644628,0.2644628,0.2768595,0.28099173,0.28512397,0.29338843,0.3305785,0.3553719,0.38842976,0.43801653,0.46280992,0.49173555,0.5289256,0.553719,0.58264464,0.59090906,0.5661157,0.5082645,0.58264464,0.8016529,0.59504133,0.71900827,0.74380165,0.70247936,0.77272725,0.7644628,0.75619835,0.60330576,0.7644628,0.75619835,0.57438016,0.75619835,0.7066116,0.71900827,0.8305785,0.822314,0.6570248,0.88842976,0.6652893,0.33471075,0.553719,0.60330576,0.59504133,0.57438016,0.5495868,0.5206612,0.4876033,0.47107437,0.446281,0.42561984,0.4214876,0.38016528,0.37190083,0.3553719,0.35123968,0.3305785,0.3140496,0.30165288,0.28512397,0.27272728,0.2644628,0.2603306,0.26859504,0.26859504,0.2603306,0.2644628,0.27272728,0.28099173,0.28512397,0.2892562,0.3264463,0.35123968,0.38429752,0.4338843,0.45867768,0.4876033,0.5247934,0.54545456,0.58264464,0.59090906,0.57438016,0.5165289,0.55785125,0.77272725,0.58264464,0.70247936,0.74793386,0.70247936,0.77272725,0.76859504,0.75619835,0.59917355,0.73966944,0.78512394,34 +0.28512397,0.29338843,0.29752067,0.29338843,0.21900827,0.10743801,0.3429752,0.5082645,0.53305787,0.55785125,0.5785124,0.59917355,0.6446281,0.6694215,0.6942149,0.7066116,0.7107438,0.73140496,0.7355372,0.74793386,0.75619835,0.76033056,0.7768595,0.77272725,0.7644628,0.76859504,0.7644628,0.7644628,0.76033056,0.76859504,0.7768595,0.78099173,0.77272725,0.78512394,0.8016529,0.8057851,0.8057851,0.822314,0.80991733,0.8181818,0.8264463,0.8264463,0.8181818,0.8181818,0.7933884,0.79752064,0.7892562,0.77272725,0.73140496,0.69008267,0.72727275,0.77272725,0.76033056,0.73140496,0.6735537,0.61570245,0.5289256,0.45041323,0.4090909,0.47933885,0.55785125,0.4090909,0.3181818,0.32231405,0.24380165,0.24380165,0.2520661,0.2520661,0.18181819,0.07024793,0.3677686,0.5165289,0.5413223,0.56198347,0.58264464,0.59917355,0.6322314,0.6735537,0.6983471,0.7107438,0.71900827,0.72727275,0.73966944,0.75206614,0.75619835,0.75619835,0.77272725,0.77272725,0.76033056,0.7644628,0.76033056,0.76033056,0.7644628,0.76859504,0.76859504,0.78099173,0.77272725,0.78099173,0.7892562,0.8057851,0.8016529,0.8140496,0.8140496,0.822314,0.822314,0.8264463,0.8181818,0.8181818,0.8057851,0.8140496,0.8016529,0.76859504,0.71487606,0.70247936,0.76033056,0.7892562,0.75619835,0.74793386,0.6859504,0.6280992,0.55785125,0.46280992,0.41322315,0.49586776,0.553719,0.3966942,0.28099173,0.35123968,0.24380165,0.23966943,0.23966943,0.23140496,0.18595041,0.07024793,0.38429752,0.5289256,0.54545456,0.57024795,0.59090906,0.59917355,0.6363636,0.6652893,0.7107438,0.7107438,0.72727275,0.71900827,0.73140496,0.74793386,0.74380165,0.75206614,0.7644628,0.7644628,0.75206614,0.76033056,0.75619835,0.7644628,0.7644628,0.76033056,0.76859504,0.7768595,0.76859504,0.7768595,0.7933884,0.79752064,0.7933884,0.8016529,0.80991733,0.8140496,0.8181818,0.822314,0.8305785,0.822314,0.8181818,0.822314,0.80991733,0.76033056,0.7066116,0.73966944,0.7768595,0.7933884,0.77272725,0.74793386,0.6859504,0.6322314,0.57024795,0.48347107,0.446281,0.5041322,0.5495868,0.4214876,0.30165288,0.3429752,0.2520661,0.2520661,0.25619835,0.2520661,0.20247933,0.06198347,0.3677686,0.5371901,0.5247934,0.5371901,0.5495868,0.57024795,0.6198347,0.6570248,0.70247936,0.7066116,0.71900827,0.71900827,0.72727275,0.73966944,0.74380165,0.74793386,0.76033056,0.76033056,0.75206614,0.75206614,0.75619835,0.75619835,0.76033056,0.74793386,0.7644628,0.76859504,0.7644628,0.77272725,0.78512394,0.78099173,0.78512394,0.7892562,0.7933884,0.80991733,0.8181818,0.80991733,0.822314,0.822314,0.8140496,0.80991733,0.8016529,0.75206614,0.71900827,0.75206614,0.76859504,0.78099173,0.77272725,0.75206614,0.7066116,0.6446281,0.5785124,0.5206612,0.44214877,0.4752066,0.5289256,0.43801653,0.3553719,0.3305785,0.23966943,0.23966943,0.23966943,0.2603306,0.20661157,0.11983471,0.35123968,0.47933885,0.46694216,0.47933885,0.49586776,0.5289256,0.59504133,0.6528926,0.6818182,0.7066116,0.71487606,0.7107438,0.71900827,0.72727275,0.73966944,0.73966944,0.75619835,0.74793386,0.74380165,0.75206614,0.75619835,0.75619835,0.74380165,0.73966944,0.75619835,0.76033056,0.76033056,0.77272725,0.7768595,0.76859504,0.78099173,0.78099173,0.78099173,0.8016529,0.8016529,0.8057851,0.8140496,0.79752064,0.78512394,0.78512394,0.74793386,0.71900827,0.70247936,0.7066116,0.7231405,0.74793386,0.75619835,0.76033056,0.72727275,0.677686,0.60330576,0.54545456,0.41322315,0.45454547,0.49586776,0.45454547,0.41735536,0.3677686,0.23140496,0.23140496,0.23553719,0.2520661,0.21487603,0.18181819,0.35950413,0.41322315,0.4214876,0.42561984,0.4214876,0.46694216,0.53305787,0.60330576,0.6528926,0.6942149,0.71487606,0.71487606,0.71487606,0.7231405,0.74380165,0.7231405,0.73966944,0.73966944,0.7355372,0.74380165,0.74380165,0.75206614,0.74793386,0.72727275,0.74793386,0.75619835,0.76033056,0.76033056,0.76859504,0.75619835,0.76859504,0.77272725,0.7644628,0.78512394,0.7768595,0.7768595,0.76033056,0.7355372,0.7107438,0.69008267,0.6363636,0.59917355,0.59090906,0.61570245,0.6528926,0.6983471,0.70247936,0.71487606,0.6942149,0.6818182,0.6198347,0.5123967,0.41322315,0.45041323,0.48347107,0.45454547,0.45041323,0.4214876,0.23553719,0.23140496,0.23553719,0.24793388,0.21487603,0.2603306,0.3677686,0.38842976,0.40495867,0.37603307,0.34710744,0.35950413,0.42975205,0.49173555,0.5371901,0.59917355,0.6694215,0.7107438,0.71487606,0.7107438,0.73140496,0.71487606,0.7231405,0.73140496,0.73140496,0.73140496,0.7355372,0.73140496,0.74380165,0.7355372,0.74793386,0.75206614,0.75206614,0.75206614,0.7644628,0.74793386,0.75619835,0.74793386,0.72727275,0.73140496,0.72727275,0.7066116,0.6652893,0.61157024,0.57024795,0.553719,0.53305787,0.5123967,0.5,0.5123967,0.553719,0.60330576,0.58677685,0.57438016,0.5371901,0.5289256,0.5165289,0.45454547,0.39256197,0.45041323,0.47933885,0.446281,0.44214877,0.43801653,0.24380165,0.24380165,0.24380165,0.24380165,0.24380165,0.28512397,0.35123968,0.4338843,0.46280992,0.4214876,0.38842976,0.3429752,0.36363637,0.40082645,0.41322315,0.46280992,0.553719,0.6404959,0.6859504,0.6942149,0.7066116,0.70247936,0.7107438,0.71487606,0.7107438,0.71487606,0.72727275,0.7231405,0.7231405,0.7231405,0.7355372,0.73966944,0.73966944,0.74380165,0.75206614,0.71900827,0.677686,0.6322314,0.59090906,0.58677685,0.59504133,0.57438016,0.54545456,0.49586776,0.4876033,0.5247934,0.58264464,0.59504133,0.60330576,0.59090906,0.5785124,0.5785124,0.553719,0.56198347,0.54545456,0.5123967,0.47107437,0.44214877,0.38429752,0.446281,0.4752066,0.47107437,0.45867768,0.44214877,0.23966943,0.23966943,0.23966943,0.23553719,0.22727273,0.2892562,0.3966942,0.5,0.5206612,0.5165289,0.4876033,0.4214876,0.37190083,0.37190083,0.35950413,0.38429752,0.43801653,0.5041322,0.61157024,0.6652893,0.6859504,0.6818182,0.6859504,0.6818182,0.6983471,0.69008267,0.7066116,0.71900827,0.70247936,0.69008267,0.71900827,0.71900827,0.7107438,0.7231405,0.7107438,0.6322314,0.5289256,0.46280992,0.42975205,0.42975205,0.446281,0.44214877,0.47107437,0.5,0.57024795,0.6198347,0.6694215,0.6983471,0.71900827,0.71487606,0.7107438,0.6570248,0.61570245,0.60330576,0.59090906,0.58264464,0.58264464,0.5206612,0.41322315,0.45454547,0.46280992,0.5123967,0.49586776,0.4752066,0.21900827,0.2231405,0.23140496,0.23140496,0.22727273,0.2768595,0.42975205,0.5082645,0.5206612,0.5289256,0.5123967,0.46694216,0.40495867,0.3553719,0.3429752,0.3305785,0.36363637,0.3966942,0.49173555,0.60330576,0.6404959,0.6528926,0.6528926,0.6487603,0.6694215,0.6735537,0.677686,0.6983471,0.677686,0.661157,0.6942149,0.6942149,0.6859504,0.6983471,0.62396693,0.5165289,0.42561984,0.3553719,0.3140496,0.38429752,0.46280992,0.49586776,0.5123967,0.57438016,0.61570245,0.6446281,0.661157,0.6818182,0.69008267,0.7066116,0.70247936,0.6735537,0.6652893,0.6528926,0.6322314,0.62396693,0.6363636,0.60330576,0.45867768,0.45867768,0.4752066,0.5289256,0.5247934,0.5206612,0.23140496,0.22727273,0.22727273,0.24380165,0.20661157,0.30165288,0.4090909,0.48347107,0.49173555,0.49173555,0.46694216,0.44214877,0.38842976,0.3553719,0.30991736,0.30578512,0.3181818,0.3264463,0.3966942,0.5289256,0.59504133,0.61157024,0.61157024,0.6280992,0.6363636,0.6487603,0.6528926,0.6652893,0.6570248,0.6446281,0.677686,0.6652893,0.6652893,0.6487603,0.5785124,0.4752066,0.41322315,0.35123968,0.338843,0.43801653,0.5371901,0.53305787,0.5247934,0.54545456,0.54545456,0.5785124,0.59090906,0.607438,0.6322314,0.677686,0.6735537,0.6859504,0.6859504,0.677686,0.6570248,0.661157,0.6528926,0.6404959,0.553719,0.4752066,0.49586776,0.5371901,0.55785125,0.56198347,0.24793388,0.2520661,0.2231405,0.23966943,0.23553719,0.28512397,0.35950413,0.4090909,0.41322315,0.39256197,0.35123968,0.3429752,0.33471075,0.29338843,0.2603306,0.2603306,0.28512397,0.29752067,0.3429752,0.42975205,0.5123967,0.54545456,0.5661157,0.59090906,0.61570245,0.6322314,0.6487603,0.6570248,0.661157,0.6570248,0.6652893,0.6570248,0.6487603,0.62396693,0.57024795,0.48347107,0.4338843,0.3966942,0.41322315,0.5,0.5123967,0.5041322,0.46694216,0.45041323,0.43801653,0.45041323,0.45867768,0.47107437,0.5082645,0.553719,0.58264464,0.6198347,0.6528926,0.6528926,0.6363636,0.6446281,0.6446281,0.6363636,0.59504133,0.5165289,0.5165289,0.54545456,0.59090906,0.59504133,0.23966943,0.23966943,0.22727273,0.23553719,0.23553719,0.25619835,0.29752067,0.33471075,0.33471075,0.24793388,0.2231405,0.23553719,0.2644628,0.22727273,0.20247933,0.1983471,0.2231405,0.2644628,0.30165288,0.35950413,0.41322315,0.46694216,0.5165289,0.55785125,0.607438,0.6363636,0.6446281,0.661157,0.661157,0.6818182,0.6652893,0.6487603,0.6363636,0.6198347,0.59090906,0.5206612,0.48347107,0.4752066,0.4876033,0.5041322,0.4876033,0.45041323,0.4214876,0.39256197,0.35123968,0.40082645,0.4338843,0.4214876,0.44214877,0.42975205,0.45041323,0.5,0.5661157,0.59917355,0.60330576,0.607438,0.607438,0.61157024,0.607438,0.53305787,0.5289256,0.54545456,0.60330576,0.61570245,0.23966943,0.23966943,0.23553719,0.23966943,0.22727273,0.2644628,0.27272728,0.2768595,0.29338843,0.1983471,0.1694215,0.1570248,0.19008264,0.1983471,0.17355372,0.1694215,0.19008264,0.21900827,0.25619835,0.3305785,0.35123968,0.37603307,0.43801653,0.5206612,0.60330576,0.6446281,0.6818182,0.677686,0.69008267,0.7107438,0.6859504,0.6570248,0.6404959,0.62396693,0.58264464,0.5495868,0.5289256,0.5206612,0.5289256,0.5082645,0.446281,0.43801653,0.40495867,0.3429752,0.28099173,0.3429752,0.33471075,0.37190083,0.38842976,0.38429752,0.40082645,0.4090909,0.446281,0.5165289,0.5661157,0.57438016,0.57438016,0.58264464,0.59504133,0.55785125,0.5371901,0.553719,0.607438,0.6363636,0.23140496,0.23553719,0.23140496,0.23140496,0.22727273,0.2768595,0.28512397,0.23553719,0.23966943,0.1570248,0.11983471,0.15289256,0.27272728,0.30165288,0.23553719,0.17768595,0.18181819,0.20661157,0.2231405,0.2892562,0.3553719,0.33471075,0.3553719,0.45041323,0.59504133,0.6735537,0.71487606,0.71900827,0.71900827,0.7355372,0.71487606,0.6859504,0.6570248,0.6322314,0.59917355,0.59917355,0.55785125,0.5413223,0.5165289,0.47933885,0.4090909,0.35950413,0.26859504,0.24380165,0.23553719,0.2231405,0.21900827,0.22727273,0.23966943,0.26859504,0.34710744,0.38842976,0.38016528,0.4090909,0.49586776,0.553719,0.55785125,0.57438016,0.59090906,0.5785124,0.57024795,0.607438,0.607438,0.62396693,0.23553719,0.23140496,0.22727273,0.22727273,0.2231405,0.26859504,0.32231405,0.23553719,0.19421488,0.12809917,0.12396694,0.24380165,0.45867768,0.41322315,0.35123968,0.24380165,0.2603306,0.40082645,0.21487603,0.24793388,0.3140496,0.338843,0.30991736,0.41322315,0.58264464,0.6818182,0.74380165,0.76033056,0.75619835,0.7644628,0.74793386,0.71487606,0.6818182,0.6528926,0.6280992,0.59917355,0.57438016,0.5289256,0.4876033,0.46280992,0.33471075,0.24380165,0.2520661,0.41735536,0.35950413,0.24793388,0.25619835,0.3181818,0.2603306,0.17768595,0.23140496,0.2603306,0.30578512,0.3553719,0.41322315,0.5041322,0.5413223,0.5661157,0.59504133,0.60330576,0.6487603,0.6446281,0.6363636,0.6404959,0.24793388,0.22727273,0.2231405,0.23140496,0.26859504,0.23966943,0.3429752,0.28512397,0.20247933,0.15289256,0.18595041,0.33471075,0.553719,0.4214876,0.38016528,0.26859504,0.23140496,0.41322315,0.2892562,0.28099173,0.30165288,0.3181818,0.29752067,0.3264463,0.57024795,0.69008267,0.76033056,0.78099173,0.7933884,0.78512394,0.76859504,0.7355372,0.7066116,0.6735537,0.6570248,0.62396693,0.5785124,0.5165289,0.4752066,0.4338843,0.2603306,0.36363637,0.49586776,0.58264464,0.446281,0.29752067,0.2520661,0.446281,0.2768595,0.20661157,0.2603306,0.2603306,0.21900827,0.2892562,0.41322315,0.45867768,0.5206612,0.56198347,0.61570245,0.6280992,0.6735537,0.6818182,0.6735537,0.661157,0.23966943,0.2231405,0.22727273,0.25619835,0.2644628,0.26859504,0.37603307,0.3677686,0.29338843,0.21487603,0.27272728,0.3677686,0.5371901,0.4876033,0.37190083,0.3264463,0.21487603,0.3181818,0.34710744,0.46280992,0.40082645,0.28512397,0.29338843,0.35123968,0.55785125,0.6983471,0.77272725,0.80991733,0.8264463,0.80991733,0.7933884,0.75206614,0.71900827,0.7066116,0.6942149,0.6528926,0.58264464,0.5082645,0.4752066,0.3966942,0.3677686,0.5041322,0.59917355,0.6322314,0.45041323,0.37603307,0.2107438,0.28512397,0.28099173,0.30991736,0.39256197,0.38842976,0.24793388,0.24793388,0.3966942,0.49173555,0.5495868,0.59917355,0.6446281,0.677686,0.7066116,0.7066116,0.6983471,0.6735537,0.23140496,0.2231405,0.24380165,0.23966943,0.25619835,0.29338843,0.45454547,0.47933885,0.40082645,0.27272728,0.32231405,0.41322315,0.5,0.5413223,0.41735536,0.38016528,0.37190083,0.40495867,0.38429752,0.57024795,0.5,0.30991736,0.30991736,0.41735536,0.56198347,0.71487606,0.7933884,0.822314,0.8347107,0.8264463,0.79752064,0.76859504,0.73966944,0.7355372,0.71487606,0.677686,0.6363636,0.5413223,0.4338843,0.45867768,0.45454547,0.5206612,0.61157024,0.6694215,0.48347107,0.41735536,0.3305785,0.30165288,0.37190083,0.39256197,0.4752066,0.46694216,0.33471075,0.30578512,0.45867768,0.58264464,0.6280992,0.677686,0.70247936,0.71487606,0.73140496,0.72727275,0.71900827,0.677686,0.2107438,0.23553719,0.24793388,0.23966943,0.25619835,0.33471075,0.5082645,0.5495868,0.45454547,0.3553719,0.3966942,0.44214877,0.46694216,0.5041322,0.47107437,0.43801653,0.45867768,0.4752066,0.4876033,0.5371901,0.5247934,0.41322315,0.38842976,0.48347107,0.59917355,0.73140496,0.8057851,0.8305785,0.8429752,0.8264463,0.8016529,0.78099173,0.76033056,0.76033056,0.72727275,0.70247936,0.70247936,0.58677685,0.4752066,0.49173555,0.4752066,0.4876033,0.553719,0.61570245,0.60330576,0.42975205,0.42975205,0.42561984,0.41322315,0.44214877,0.46280992,0.4214876,0.45454547,0.46694216,0.60330576,0.677686,0.71900827,0.72727275,0.7355372,0.7355372,0.74793386,0.7355372,0.7231405,0.6859504,0.21487603,0.23553719,0.24380165,0.24793388,0.2644628,0.38016528,0.53305787,0.58677685,0.46694216,0.4338843,0.48347107,0.5082645,0.48347107,0.49586776,0.4876033,0.49586776,0.5165289,0.5247934,0.56198347,0.57438016,0.58264464,0.5082645,0.5,0.5289256,0.62396693,0.74380165,0.8057851,0.838843,0.838843,0.822314,0.80991733,0.7933884,0.7768595,0.78099173,0.76033056,0.72727275,0.72727275,0.6735537,0.59504133,0.56198347,0.5082645,0.4876033,0.5041322,0.5165289,0.5495868,0.5165289,0.5371901,0.5206612,0.49173555,0.5123967,0.53305787,0.47107437,0.59917355,0.6487603,0.71487606,0.74793386,0.76033056,0.76033056,0.76033056,0.74380165,0.74793386,0.73966944,0.70247936,0.6652893,0.21900827,0.23553719,0.2520661,0.23140496,0.2768595,0.42561984,0.5495868,0.607438,0.5206612,0.45454547,0.48347107,0.5247934,0.5247934,0.57438016,0.57438016,0.5413223,0.57438016,0.57024795,0.60330576,0.6198347,0.59504133,0.5495868,0.57024795,0.56198347,0.6404959,0.76033056,0.80991733,0.8305785,0.8347107,0.822314,0.8057851,0.79752064,0.78099173,0.7892562,0.7933884,0.75619835,0.75206614,0.71900827,0.6446281,0.61570245,0.553719,0.5371901,0.5289256,0.5413223,0.5661157,0.57438016,0.59090906,0.61157024,0.59504133,0.607438,0.6652893,0.6446281,0.661157,0.73140496,0.75206614,0.76859504,0.7768595,0.77272725,0.76859504,0.74793386,0.74380165,0.7355372,0.6983471,0.6528926,0.21900827,0.24380165,0.24380165,0.22727273,0.3305785,0.44214877,0.5495868,0.6404959,0.61157024,0.5165289,0.46694216,0.5082645,0.5371901,0.607438,0.61570245,0.607438,0.62396693,0.6404959,0.6570248,0.661157,0.6198347,0.59504133,0.59504133,0.58677685,0.6652893,0.76033056,0.8057851,0.8347107,0.8305785,0.8140496,0.8016529,0.8016529,0.7892562,0.79752064,0.8140496,0.79752064,0.78512394,0.7644628,0.69008267,0.6363636,0.59917355,0.57438016,0.58264464,0.59504133,0.61157024,0.6322314,0.6404959,0.6652893,0.6818182,0.677686,0.7231405,0.7231405,0.72727275,0.75206614,0.77272725,0.78099173,0.76859504,0.75619835,0.76033056,0.74793386,0.72727275,0.7231405,0.6983471,0.6446281,0.21900827,0.2520661,0.23966943,0.24380165,0.3553719,0.44214877,0.5661157,0.6570248,0.6942149,0.6735537,0.60330576,0.57024795,0.59090906,0.6198347,0.6363636,0.6570248,0.6694215,0.6735537,0.69008267,0.6859504,0.6528926,0.62396693,0.59504133,0.58677685,0.6859504,0.76859504,0.80991733,0.8347107,0.8264463,0.8057851,0.80991733,0.79752064,0.7933884,0.79752064,0.8140496,0.8057851,0.8140496,0.8140496,0.76859504,0.69008267,0.6818182,0.6694215,0.6363636,0.62396693,0.6363636,0.6528926,0.6528926,0.661157,0.6652893,0.6942149,0.71900827,0.74380165,0.7644628,0.78512394,0.7892562,0.7892562,0.76033056,0.72727275,0.73966944,0.7355372,0.71900827,0.7107438,0.6942149,0.6446281,0.2231405,0.2520661,0.25619835,0.23553719,0.37190083,0.4752066,0.58264464,0.661157,0.7107438,0.72727275,0.71900827,0.6859504,0.6818182,0.6652893,0.6735537,0.6859504,0.6942149,0.7066116,0.7107438,0.69008267,0.6735537,0.6280992,0.58677685,0.59917355,0.7066116,0.78512394,0.8181818,0.8347107,0.8181818,0.8057851,0.8057851,0.79752064,0.7892562,0.79752064,0.8057851,0.80991733,0.822314,0.8264463,0.8057851,0.78512394,0.76033056,0.7355372,0.7107438,0.6942149,0.6942149,0.70247936,0.69008267,0.6983471,0.7231405,0.74380165,0.76859504,0.7892562,0.7933884,0.79752064,0.8057851,0.8057851,0.7768595,0.73966944,0.7355372,0.73140496,0.71900827,0.70247936,0.6859504,0.6446281,0.23966943,0.24793388,0.2231405,0.29338843,0.41735536,0.5,0.59917355,0.6652893,0.71487606,0.7231405,0.73966944,0.75206614,0.73966944,0.7231405,0.7231405,0.71487606,0.71900827,0.7231405,0.70247936,0.6942149,0.6818182,0.6322314,0.5785124,0.6198347,0.7355372,0.7933884,0.8264463,0.8347107,0.80991733,0.79752064,0.8016529,0.8016529,0.7933884,0.79752064,0.8057851,0.80991733,0.8181818,0.8181818,0.80991733,0.80991733,0.8016529,0.79752064,0.78099173,0.77272725,0.7644628,0.77272725,0.77272725,0.78512394,0.79752064,0.8057851,0.8140496,0.822314,0.8140496,0.8181818,0.80991733,0.8140496,0.7933884,0.7644628,0.74380165,0.72727275,0.7231405,0.7107438,0.6942149,0.6404959,0.24380165,0.22727273,0.23553719,0.3429752,0.43801653,0.5082645,0.59917355,0.6528926,0.7066116,0.71900827,0.73966944,0.73966944,0.73966944,0.74793386,0.73966944,0.71487606,0.70247936,0.7066116,0.6942149,0.70247936,0.6859504,0.6322314,0.59090906,0.6404959,0.74380165,0.8140496,0.8181818,0.8140496,0.8057851,0.7892562,0.8016529,0.8016529,0.79752064,0.8016529,0.8057851,0.8016529,0.8181818,0.8140496,0.80991733,0.80991733,0.80991733,0.8140496,0.8181818,0.8140496,0.8140496,0.80991733,0.8140496,0.8181818,0.8264463,0.8305785,0.838843,0.822314,0.8140496,0.8181818,0.8140496,0.80991733,0.7892562,0.76859504,0.74380165,0.73140496,0.71487606,0.7066116,0.6942149,0.6446281,0.24793388,0.21487603,0.25619835,0.39256197,0.446281,0.5082645,0.61570245,0.6528926,0.6983471,0.71900827,0.73966944,0.7355372,0.74380165,0.73140496,0.71487606,0.6983471,0.6942149,0.6983471,0.6983471,0.7066116,0.6818182,0.6322314,0.6198347,0.6735537,0.76033056,0.80991733,0.8264463,0.8057851,0.8057851,0.7933884,0.79752064,0.8016529,0.8016529,0.8057851,0.8140496,0.80991733,0.8181818,0.8140496,0.8057851,0.80991733,0.8181818,0.8140496,0.8140496,0.8181818,0.8264463,0.8264463,0.8264463,0.8264463,0.8305785,0.8264463,0.8305785,0.8181818,0.8057851,0.822314,0.8181818,0.79752064,0.78512394,0.7768595,0.74380165,0.72727275,0.71900827,0.70247936,0.6983471,0.661157,0.23553719,0.20247933,0.28099173,0.4338843,0.44214877,0.5123967,0.58264464,0.6322314,0.6818182,0.71487606,0.73140496,0.72727275,0.72727275,0.7066116,0.6818182,0.6859504,0.69008267,0.69008267,0.6818182,0.6694215,0.6322314,0.61157024,0.6487603,0.71487606,0.77272725,0.7933884,0.8016529,0.8057851,0.8016529,0.7892562,0.79752064,0.7933884,0.8016529,0.8140496,0.8140496,0.8181818,0.8181818,0.8140496,0.80991733,0.8181818,0.8140496,0.8140496,0.8057851,0.80991733,0.822314,0.8140496,0.822314,0.822314,0.822314,0.80991733,0.8140496,0.822314,0.80991733,0.8305785,0.822314,0.79752064,0.78099173,0.76033056,0.7355372,0.71900827,0.7231405,0.6983471,0.69008267,0.6570248,0.23553719,0.19421488,0.3264463,0.45867768,0.44214877,0.5082645,0.58677685,0.6280992,0.6652893,0.70247936,0.7107438,0.7066116,0.70247936,0.6818182,0.6652893,0.6818182,0.6735537,0.6570248,0.62396693,0.59917355,0.56198347,0.58264464,0.6859504,0.75619835,0.78512394,0.7892562,0.8016529,0.8057851,0.7933884,0.78099173,0.7892562,0.78512394,0.7933884,0.8057851,0.8016529,0.7933884,0.78512394,0.78099173,0.8016529,0.8181818,0.80991733,0.8181818,0.8140496,0.8057851,0.80991733,0.8057851,0.8140496,0.80991733,0.8016529,0.8016529,0.79752064,0.8181818,0.8181818,0.8181818,0.8057851,0.78512394,0.78099173,0.74793386,0.7066116,0.71900827,0.7066116,0.6818182,0.677686,0.6404959,0.2231405,0.19008264,0.41322315,0.44214877,0.43801653,0.5,0.57438016,0.6198347,0.6487603,0.677686,0.6818182,0.677686,0.6694215,0.6528926,0.6570248,0.6570248,0.6363636,0.59917355,0.59917355,0.6280992,0.55785125,0.59504133,0.7066116,0.77272725,0.7892562,0.8057851,0.80991733,0.8016529,0.7892562,0.76859504,0.76859504,0.76859504,0.78512394,0.79752064,0.7892562,0.7644628,0.7355372,0.71487606,0.7231405,0.77272725,0.79752064,0.8057851,0.8057851,0.8057851,0.8016529,0.79752064,0.8016529,0.79752064,0.7892562,0.7933884,0.8057851,0.8181818,0.8181818,0.8057851,0.78099173,0.7768595,0.7768595,0.75206614,0.7107438,0.6983471,0.69008267,0.6735537,0.677686,0.6487603,0.1983471,0.25619835,0.4338843,0.4214876,0.41322315,0.49173555,0.55785125,0.59917355,0.6280992,0.6528926,0.6487603,0.6528926,0.6404959,0.6363636,0.62396693,0.6198347,0.57438016,0.5247934,0.61570245,0.6818182,0.5785124,0.60330576,0.71487606,0.77272725,0.8057851,0.8264463,0.80991733,0.79752064,0.78099173,0.76859504,0.76859504,0.76859504,0.7892562,0.7933884,0.7768595,0.78099173,0.75206614,0.7231405,0.6652893,0.6735537,0.73140496,0.7768595,0.78512394,0.7933884,0.7933884,0.7933884,0.7933884,0.78512394,0.7768595,0.78512394,0.80991733,0.8181818,0.8140496,0.78512394,0.7644628,0.7768595,0.75619835,0.73966944,0.7066116,0.6942149,0.6859504,0.6735537,0.6652893,0.6487603,0.1983471,0.3181818,0.42975205,0.3966942,0.40082645,0.47107437,0.54545456,0.5785124,0.59504133,0.62396693,0.6280992,0.61157024,0.6198347,0.607438,0.58677685,0.59504133,0.5041322,0.46280992,0.6404959,0.661157,0.5661157,0.61157024,0.71900827,0.78099173,0.80991733,0.8305785,0.80991733,0.80991733,0.78099173,0.7644628,0.7644628,0.78099173,0.7933884,0.7933884,0.78099173,0.78512394,0.76859504,0.75206614,0.661157,0.58264464,0.607438,0.6859504,0.73140496,0.75206614,0.77272725,0.7768595,0.77272725,0.7768595,0.76859504,0.7768595,0.79752064,0.8057851,0.79752064,0.7644628,0.74793386,0.7644628,0.7355372,0.7231405,0.7066116,0.6942149,0.6735537,0.6570248,0.661157,0.6446281,0.20661157,0.3677686,0.4338843,0.38842976,0.38842976,0.45041323,0.5247934,0.5661157,0.5785124,0.607438,0.607438,0.59504133,0.59504133,0.5785124,0.54545456,0.56198347,0.45041323,0.446281,0.6322314,0.61570245,0.5371901,0.61157024,0.7107438,0.77272725,0.8016529,0.8347107,0.8264463,0.8057851,0.78512394,0.77272725,0.77272725,0.78512394,0.8016529,0.79752064,0.78512394,0.78512394,0.7768595,0.71487606,0.61570245,0.54545456,0.53305787,0.58264464,0.6280992,0.6735537,0.7107438,0.73966944,0.7355372,0.73966944,0.74793386,0.75206614,0.76859504,0.7768595,0.76859504,0.75206614,0.7355372,0.7355372,0.71487606,0.71900827,0.7107438,0.6859504,0.6652893,0.6198347,0.6446281,0.62396693,0.22727273,0.40082645,0.39256197,0.38016528,0.38016528,0.42561984,0.4876033,0.53305787,0.5495868,0.57438016,0.59090906,0.57438016,0.57024795,0.5495868,0.5289256,0.5289256,0.40082645,0.41322315,0.59917355,0.57024795,0.5165289,0.61157024,0.70247936,0.76033056,0.7768595,0.8140496,0.8140496,0.7933884,0.7768595,0.7644628,0.78099173,0.78512394,0.8057851,0.8016529,0.78512394,0.78099173,0.74793386,0.6652893,0.553719,0.5413223,0.5289256,0.5123967,0.5206612,0.5785124,0.6280992,0.6694215,0.6942149,0.7107438,0.71900827,0.73966944,0.72727275,0.73140496,0.73140496,0.71900827,0.70247936,0.70247936,0.6818182,0.70247936,0.6983471,0.661157,0.6487603,0.6198347,0.6198347,0.6198347,0.24793388,0.40495867,0.35950413,0.3553719,0.3966942,0.38429752,0.44214877,0.5041322,0.5247934,0.5495868,0.57438016,0.5661157,0.5495868,0.5247934,0.53305787,0.49173555,0.338843,0.3429752,0.5371901,0.5082645,0.46280992,0.5495868,0.6694215,0.72727275,0.74380165,0.7644628,0.76859504,0.76033056,0.74380165,0.74380165,0.76859504,0.78099173,0.7933884,0.77272725,0.73966944,0.71900827,0.6652893,0.58677685,0.56198347,0.59504133,0.59917355,0.5413223,0.47107437,0.49173555,0.5495868,0.59504133,0.6322314,0.6652893,0.6570248,0.70247936,0.69008267,0.677686,0.7066116,0.6942149,0.6694215,0.6570248,0.6694215,0.6735537,0.677686,0.6570248,0.62396693,0.61570245,0.6280992,0.61157024,0.28099173,0.4090909,0.338843,0.35950413,0.41322315,0.34710744,0.41735536,0.47107437,0.49586776,0.5206612,0.5371901,0.5495868,0.53305787,0.5206612,0.5206612,0.45454547,0.29338843,0.2892562,0.42975205,0.446281,0.38429752,0.44214877,0.59917355,0.6652893,0.6859504,0.69008267,0.6859504,0.69008267,0.6735537,0.6859504,0.7066116,0.7231405,0.71487606,0.6818182,0.6446281,0.607438,0.55785125,0.553719,0.6652893,0.6652893,0.6528926,0.607438,0.53305787,0.46280992,0.47933885,0.5413223,0.57438016,0.6280992,0.62396693,0.6446281,0.6528926,0.6404959,0.6735537,0.6694215,0.6446281,0.6322314,0.6570248,0.6570248,0.6570248,0.6322314,0.61570245,0.6198347,0.62396693,0.59504133,0.29752067,0.41322315,0.34710744,0.38842976,0.40082645,0.3429752,0.3677686,0.44214877,0.47107437,0.48347107,0.5041322,0.5165289,0.5206612,0.5082645,0.5,0.41735536,0.26859504,0.28512397,0.36363637,0.32231405,0.3140496,0.3553719,0.47933885,0.58264464,0.61157024,0.6280992,0.6322314,0.6198347,0.59504133,0.55785125,0.5413223,0.5206612,0.4876033,0.46694216,0.47933885,0.49173555,0.55785125,0.62396693,0.69008267,0.69008267,0.6859504,0.6528926,0.607438,0.5206612,0.43801653,0.48347107,0.5289256,0.5785124,0.59090906,0.61157024,0.61570245,0.607438,0.6363636,0.6322314,0.62396693,0.6280992,0.6280992,0.6322314,0.6198347,0.61157024,0.60330576,0.61157024,0.60330576,0.59090906,0.27272728,0.40495867,0.3677686,0.40495867,0.3966942,0.33471075,0.3264463,0.37190083,0.42975205,0.45454547,0.4752066,0.49173555,0.5,0.5041322,0.47933885,0.38842976,0.24793388,0.3140496,0.41322315,0.28099173,0.21900827,0.2644628,0.38016528,0.47933885,0.53305787,0.56198347,0.58677685,0.57024795,0.5041322,0.4214876,0.40082645,0.40082645,0.40495867,0.42561984,0.5165289,0.5661157,0.6570248,0.6735537,0.69008267,0.70247936,0.6983471,0.6735537,0.6363636,0.5785124,0.47933885,0.4214876,0.4876033,0.5247934,0.5495868,0.57024795,0.57024795,0.57438016,0.60330576,0.58677685,0.59090906,0.59917355,0.59090906,0.59504133,0.5785124,0.58264464,0.58677685,0.59504133,0.59090906,0.59504133,0.26859504,0.35950413,0.38016528,0.41322315,0.40495867,0.35123968,0.30991736,0.33471075,0.40082645,0.4214876,0.43801653,0.46694216,0.47933885,0.47933885,0.44214877,0.35123968,0.2603306,0.3553719,0.4338843,0.32231405,0.21487603,0.1983471,0.30578512,0.38842976,0.44214877,0.4876033,0.5206612,0.4876033,0.4214876,0.42975205,0.49173555,0.553719,0.59090906,0.6363636,0.677686,0.6735537,0.6942149,0.6983471,0.7066116,0.71487606,0.71487606,0.6942149,0.6528926,0.61157024,0.5495868,0.43801653,0.4214876,0.47933885,0.5165289,0.5371901,0.5413223,0.5413223,0.55785125,0.55785125,0.54545456,0.5413223,0.55785125,0.57438016,0.553719,0.5495868,0.5785124,0.58264464,0.5785124,0.57438016,0.25619835,0.3553719,0.38429752,0.3966942,0.38842976,0.3677686,0.32231405,0.29752067,0.3677686,0.40082645,0.4214876,0.42561984,0.45454547,0.45454547,0.41735536,0.3553719,0.2892562,0.38842976,0.45041323,0.36363637,0.25619835,0.23553719,0.2231405,0.26859504,0.30165288,0.37190083,0.4090909,0.446281,0.4752066,0.55785125,0.6363636,0.677686,0.6818182,0.70247936,0.71487606,0.69008267,0.6983471,0.7107438,0.71900827,0.73140496,0.7355372,0.70247936,0.6735537,0.6446281,0.59090906,0.5206612,0.42975205,0.4338843,0.47933885,0.5,0.5247934,0.5289256,0.5289256,0.53305787,0.5247934,0.5206612,0.5371901,0.54545456,0.53305787,0.5206612,0.56198347,0.57438016,0.57024795,0.56198347,0.2520661,0.3305785,0.38842976,0.39256197,0.38429752,0.38429752,0.34710744,0.2892562,0.338843,0.38842976,0.38429752,0.39256197,0.42561984,0.44214877,0.4090909,0.37190083,0.33471075,0.4090909,0.46280992,0.3966942,0.30578512,0.2768595,0.26859504,0.23966943,0.2644628,0.30165288,0.38016528,0.4876033,0.5661157,0.6322314,0.6570248,0.69008267,0.6983471,0.7066116,0.7107438,0.70247936,0.70247936,0.7066116,0.71487606,0.7355372,0.73140496,0.6942149,0.677686,0.661157,0.6280992,0.5785124,0.5123967,0.41735536,0.43801653,0.45454547,0.49173555,0.5,0.5082645,0.5206612,0.5289256,0.5371901,0.5206612,0.53305787,0.5123967,0.5289256,0.5785124,0.57024795,0.56198347,0.55785125,0.23966943,0.3140496,0.38016528,0.37603307,0.40082645,0.40495867,0.3677686,0.2892562,0.3181818,0.39256197,0.40495867,0.38016528,0.40082645,0.43801653,0.40495867,0.38842976,0.35950413,0.40495867,0.44214877,0.42561984,0.35950413,0.338843,0.3429752,0.3677686,0.40082645,0.43801653,0.5,0.5289256,0.55785125,0.60330576,0.6280992,0.6818182,0.69008267,0.6942149,0.6942149,0.6983471,0.70247936,0.7107438,0.71487606,0.7355372,0.71900827,0.70247936,0.6818182,0.661157,0.6404959,0.60330576,0.57024795,0.5082645,0.4214876,0.41322315,0.44214877,0.47107437,0.49173555,0.5082645,0.5371901,0.553719,0.5289256,0.53305787,0.5165289,0.5289256,0.5661157,0.56198347,0.553719,0.56198347,0.22727273,0.2892562,0.34710744,0.3966942,0.42561984,0.41735536,0.3966942,0.3140496,0.29338843,0.40082645,0.5041322,0.48347107,0.42561984,0.42975205,0.40495867,0.38429752,0.3553719,0.3429752,0.34710744,0.3553719,0.338843,0.35950413,0.39256197,0.45867768,0.5289256,0.55785125,0.57024795,0.57024795,0.56198347,0.59504133,0.6280992,0.661157,0.6694215,0.661157,0.661157,0.677686,0.6983471,0.7066116,0.6859504,0.70247936,0.69008267,0.677686,0.6570248,0.6280992,0.6198347,0.6280992,0.59917355,0.54545456,0.5206612,0.446281,0.4338843,0.48347107,0.49586776,0.5041322,0.54545456,0.55785125,0.56198347,0.553719,0.5247934,0.54545456,0.5661157,0.5661157,0.5495868,0.5785124,0.23966943,0.23966943,0.30991736,0.35950413,0.42975205,0.41322315,0.42975205,0.3966942,0.2892562,0.3553719,0.5206612,0.57438016,0.5041322,0.44214877,0.40082645,0.38842976,0.338843,0.21900827,0.17355372,0.1983471,0.22727273,0.2768595,0.30165288,0.35123968,0.3966942,0.49173555,0.5082645,0.5165289,0.5041322,0.5,0.5247934,0.53305787,0.5206612,0.5123967,0.5371901,0.553719,0.57024795,0.57438016,0.56198347,0.5661157,0.57024795,0.57024795,0.5785124,0.58264464,0.58677685,0.61570245,0.58264464,0.54545456,0.5413223,0.553719,0.5123967,0.53305787,0.5413223,0.5371901,0.57024795,0.56198347,0.57438016,0.5661157,0.5413223,0.55785125,0.57438016,0.5785124,0.57024795,0.5661157,0.22727273,0.22727273,0.2644628,0.30578512,0.38842976,0.3966942,0.42975205,0.47107437,0.3553719,0.29338843,0.4752066,0.57438016,0.58677685,0.5,0.42561984,0.40495867,0.3181818,0.20247933,0.10330579,0.08677686,0.12809917,0.24380165,0.25619835,0.23966943,0.23553719,0.30578512,0.35950413,0.35950413,0.338843,0.38429752,0.40082645,0.38842976,0.3305785,0.35950413,0.4338843,0.40495867,0.39256197,0.42561984,0.40495867,0.40082645,0.41735536,0.40082645,0.38016528,0.35123968,0.3553719,0.4752066,0.5,0.5165289,0.5289256,0.5495868,0.57438016,0.60330576,0.59504133,0.57438016,0.58264464,0.57024795,0.57438016,0.5661157,0.57024795,0.58264464,0.58677685,0.58264464,0.5785124,0.5413223,0.21487603,0.21487603,0.23966943,0.2603306,0.29752067,0.35950413,0.40495867,0.4752066,0.42975205,0.30165288,0.3966942,0.5413223,0.60330576,0.57024795,0.49173555,0.46280992,0.37603307,0.2768595,0.21487603,0.11570248,0.08677686,0.30165288,0.30991736,0.3429752,0.2892562,0.47107437,0.4752066,0.38842976,0.34710744,0.46694216,0.54545456,0.5495868,0.38016528,0.49173555,0.57438016,0.5082645,0.43801653,0.5247934,0.49586776,0.39256197,0.4338843,0.37190083,0.24380165,0.20661157,0.25619835,0.43801653,0.5,0.5041322,0.5082645,0.5371901,0.60330576,0.6487603,0.6280992,0.607438,0.58264464,0.58677685,0.57438016,0.5661157,0.59504133,0.60330576,0.59504133,0.58677685,0.57024795,0.5413223,0.21487603,0.2231405,0.2231405,0.2520661,0.23966943,0.26859504,0.3264463,0.4090909,0.41322315,0.3305785,0.3181818,0.4876033,0.59090906,0.6280992,0.5661157,0.5413223,0.446281,0.35950413,0.33471075,0.23966943,0.09504132,0.2892562,0.338843,0.41322315,0.41735536,0.58677685,0.62396693,0.5785124,0.49586776,0.58677685,0.6735537,0.73140496,0.5413223,0.61157024,0.69008267,0.6322314,0.53305787,0.607438,0.56198347,0.4214876,0.48347107,0.40495867,0.3140496,0.40495867,0.5206612,0.61157024,0.61157024,0.5661157,0.53305787,0.5495868,0.6322314,0.6652893,0.6404959,0.62396693,0.60330576,0.59917355,0.58677685,0.57438016,0.60330576,0.6198347,0.607438,0.58264464,0.5661157,0.553719,0.21487603,0.21487603,0.21487603,0.23966943,0.23553719,0.22727273,0.24793388,0.28099173,0.29752067,0.29338843,0.29338843,0.41735536,0.56198347,0.6487603,0.6322314,0.59917355,0.5165289,0.42561984,0.4214876,0.35950413,0.2768595,0.16115703,0.37190083,0.3264463,0.45041323,0.5661157,0.62396693,0.6322314,0.5413223,0.59917355,0.6694215,0.7355372,0.6280992,0.6280992,0.69008267,0.6528926,0.49586776,0.55785125,0.5413223,0.446281,0.44214877,0.43801653,0.48347107,0.58264464,0.6487603,0.6652893,0.6570248,0.6404959,0.58677685,0.58264464,0.6570248,0.6735537,0.6528926,0.6322314,0.61570245,0.60330576,0.58677685,0.58677685,0.61570245,0.6280992,0.61157024,0.5785124,0.553719,0.553719,0.21487603,0.2107438,0.21900827,0.22727273,0.22727273,0.23140496,0.22727273,0.22727273,0.2231405,0.23553719,0.28512397,0.338843,0.49586776,0.62396693,0.661157,0.6322314,0.57024795,0.45867768,0.4338843,0.4090909,0.39256197,0.33471075,0.3429752,0.2603306,0.3553719,0.5041322,0.553719,0.59504133,0.5,0.553719,0.61570245,0.6487603,0.59090906,0.5785124,0.58264464,0.57024795,0.44214877,0.5,0.5,0.4752066,0.49173555,0.54545456,0.59504133,0.6404959,0.6652893,0.677686,0.6818182,0.6818182,0.6322314,0.6198347,0.6652893,0.6694215,0.6487603,0.6363636,0.6280992,0.60330576,0.58264464,0.59504133,0.61570245,0.61157024,0.59917355,0.5661157,0.5495868,0.54545456,0.21487603,0.2107438,0.21487603,0.2231405,0.2231405,0.2231405,0.2231405,0.21900827,0.22727273,0.21487603,0.2644628,0.30578512,0.4090909,0.57438016,0.6652893,0.6570248,0.5785124,0.5165289,0.41322315,0.41735536,0.40082645,0.41322315,0.38016528,0.3305785,0.33471075,0.43801653,0.48347107,0.49173555,0.4214876,0.42975205,0.49173555,0.5041322,0.49586776,0.5041322,0.45454547,0.42975205,0.47107437,0.5123967,0.54545456,0.55785125,0.5785124,0.62396693,0.62396693,0.6404959,0.677686,0.70247936,0.7231405,0.69008267,0.6735537,0.6487603,0.6652893,0.6652893,0.6404959,0.6198347,0.62396693,0.59090906,0.58264464,0.59504133,0.60330576,0.59917355,0.58264464,0.56198347,0.54545456,0.53305787,0.21487603,0.20247933,0.21487603,0.21487603,0.2231405,0.21487603,0.21487603,0.2231405,0.22727273,0.21487603,0.23966943,0.28512397,0.3429752,0.49173555,0.6363636,0.677686,0.58264464,0.5247934,0.45454547,0.38842976,0.40082645,0.41735536,0.4338843,0.43801653,0.4338843,0.42975205,0.46694216,0.42561984,0.41322315,0.4090909,0.42975205,0.44214877,0.45867768,0.4876033,0.48347107,0.5413223,0.58677685,0.6280992,0.6322314,0.61570245,0.607438,0.61570245,0.59917355,0.661157,0.7066116,0.71900827,0.72727275,0.6942149,0.677686,0.6652893,0.661157,0.6487603,0.61570245,0.62396693,0.59917355,0.58677685,0.59090906,0.59504133,0.59504133,0.58677685,0.57024795,0.5495868,0.5247934,0.5123967,0.21900827,0.20661157,0.2107438,0.21487603,0.21900827,0.21487603,0.2107438,0.22727273,0.2107438,0.22727273,0.21900827,0.26859504,0.30165288,0.41322315,0.58677685,0.6735537,0.6363636,0.5165289,0.5,0.39256197,0.37603307,0.40495867,0.4338843,0.4752066,0.4876033,0.46694216,0.49586776,0.45867768,0.45454547,0.46280992,0.46280992,0.47107437,0.4876033,0.5247934,0.55785125,0.6363636,0.69008267,0.6735537,0.6404959,0.607438,0.59504133,0.61157024,0.6487603,0.71900827,0.72727275,0.72727275,0.72727275,0.71487606,0.6859504,0.6652893,0.6570248,0.6280992,0.61157024,0.607438,0.59090906,0.58677685,0.59090906,0.58677685,0.58264464,0.56198347,0.54545456,0.5206612,0.5041322,0.48347107,0.2107438,0.2107438,0.21487603,0.21900827,0.21487603,0.22727273,0.2231405,0.2231405,0.2231405,0.23140496,0.2107438,0.23553719,0.30165288,0.3140496,0.5041322,0.6528926,0.661157,0.553719,0.5247934,0.42975205,0.35123968,0.38016528,0.41735536,0.45041323,0.47107437,0.46694216,0.4876033,0.47107437,0.45867768,0.4752066,0.47933885,0.5041322,0.5165289,0.5495868,0.58677685,0.6198347,0.6280992,0.58677685,0.58264464,0.59090906,0.61157024,0.661157,0.70247936,0.71487606,0.71487606,0.72727275,0.7231405,0.71487606,0.6942149,0.6735537,0.6487603,0.61157024,0.59917355,0.58677685,0.58264464,0.59090906,0.58264464,0.57024795,0.56198347,0.54545456,0.5247934,0.49586776,0.4752066,0.446281,0.20661157,0.20661157,0.2107438,0.21900827,0.2107438,0.21487603,0.21900827,0.2231405,0.2231405,0.22727273,0.21487603,0.21900827,0.27272728,0.28099173,0.38016528,0.5785124,0.6487603,0.55785125,0.5289256,0.48347107,0.35950413,0.35123968,0.41322315,0.4338843,0.45041323,0.446281,0.46694216,0.4752066,0.47107437,0.4752066,0.47107437,0.4876033,0.5082645,0.54545456,0.5661157,0.57438016,0.58264464,0.5785124,0.58677685,0.6198347,0.6694215,0.71900827,0.73140496,0.7107438,0.72727275,0.7355372,0.72727275,0.7107438,0.7107438,0.677686,0.6487603,0.61157024,0.58677685,0.57024795,0.57024795,0.58264464,0.56198347,0.55785125,0.5495868,0.5247934,0.49173555,0.46280992,0.43801653,0.40495867,0.21487603,0.20661157,0.21487603,0.20661157,0.2107438,0.21487603,0.2107438,0.21487603,0.22727273,0.22727273,0.21900827,0.21900827,0.20661157,0.29752067,0.3140496,0.47107437,0.61570245,0.5495868,0.5413223,0.54545456,0.4752066,0.40495867,0.40495867,0.44214877,0.46280992,0.47933885,0.49173555,0.5082645,0.5165289,0.5,0.5,0.5041322,0.5206612,0.5289256,0.5495868,0.57024795,0.59090906,0.607438,0.6363636,0.69008267,0.7231405,0.7355372,0.7355372,0.73966944,0.74380165,0.73966944,0.72727275,0.71487606,0.7107438,0.6735537,0.6322314,0.59504133,0.57438016,0.57024795,0.55785125,0.57024795,0.5495868,0.5413223,0.5206612,0.49586776,0.45867768,0.42975205,0.3966942,0.36363637,0.2107438,0.21900827,0.2107438,0.20661157,0.2107438,0.21487603,0.21900827,0.21487603,0.22727273,0.21900827,0.21900827,0.22727273,0.2107438,0.23966943,0.30165288,0.37190083,0.5413223,0.5289256,0.5165289,0.59504133,0.5495868,0.5041322,0.48347107,0.4752066,0.48347107,0.5123967,0.5371901,0.53305787,0.5661157,0.56198347,0.56198347,0.553719,0.56198347,0.5661157,0.59090906,0.62396693,0.6446281,0.677686,0.7231405,0.74380165,0.74793386,0.74380165,0.74793386,0.75206614,0.74380165,0.7355372,0.7355372,0.6942149,0.6859504,0.661157,0.607438,0.58264464,0.57024795,0.5661157,0.5495868,0.54545456,0.5289256,0.5123967,0.49173555,0.45454547,0.42561984,0.38016528,0.37603307,0.35950413,0.2107438,0.21487603,0.2231405,0.2107438,0.21900827,0.21900827,0.21900827,0.2107438,0.23140496,0.21900827,0.2231405,0.23140496,0.2231405,0.21487603,0.2520661,0.3140496,0.45041323,0.5,0.5,0.58264464,0.58677685,0.57024795,0.57024795,0.56198347,0.55785125,0.56198347,0.59090906,0.5785124,0.59090906,0.61570245,0.6198347,0.6363636,0.661157,0.6570248,0.6859504,0.7107438,0.7107438,0.74380165,0.74793386,0.75619835,0.75206614,0.76033056,0.76033056,0.74793386,0.73966944,0.72727275,0.73140496,0.6942149,0.6735537,0.6446281,0.60330576,0.58677685,0.56198347,0.5495868,0.5371901,0.5206612,0.5041322,0.4876033,0.45867768,0.41735536,0.37603307,0.35950413,0.40082645,0.38016528,0.21487603,0.20661157,0.21487603,0.21487603,0.2231405,0.2231405,0.21487603,0.21487603,0.21900827,0.22727273,0.2231405,0.2231405,0.2231405,0.21900827,0.21900827,0.28099173,0.3429752,0.45867768,0.5041322,0.57024795,0.59504133,0.59504133,0.59917355,0.61157024,0.6280992,0.62396693,0.59917355,0.59504133,0.58677685,0.6280992,0.6528926,0.6859504,0.7107438,0.7231405,0.7355372,0.74793386,0.76033056,0.76859504,0.7644628,0.7644628,0.76859504,0.76859504,0.76033056,0.74793386,0.73140496,0.7231405,0.7231405,0.6859504,0.6570248,0.62396693,0.59504133,0.57438016,0.53305787,0.5413223,0.5123967,0.49586776,0.46280992,0.43801653,0.40495867,0.37190083,0.3553719,0.3966942,0.45041323,0.44214877,0.21487603,0.2107438,0.21487603,0.20661157,0.21487603,0.21900827,0.21900827,0.21900827,0.2107438,0.22727273,0.21900827,0.21487603,0.2231405,0.23966943,0.21487603,0.20247933,0.29752067,0.40082645,0.4876033,0.56198347,0.59504133,0.59504133,0.62396693,0.6363636,0.6528926,0.6652893,0.6528926,0.6404959,0.6404959,0.6570248,0.6818182,0.6983471,0.7231405,0.75619835,0.7644628,0.7644628,0.77272725,0.76033056,0.7644628,0.77272725,0.77272725,0.77272725,0.75206614,0.73966944,0.71900827,0.7107438,0.69008267,0.6446281,0.61157024,0.59504133,0.57024795,0.5495868,0.5165289,0.5165289,0.49173555,0.45454547,0.41735536,0.39256197,0.35950413,0.37190083,0.40082645,0.46694216,0.48347107,0.48347107,0.2107438,0.21487603,0.21487603,0.2107438,0.22727273,0.21487603,0.2231405,0.21487603,0.21487603,0.2231405,0.2107438,0.2231405,0.2231405,0.23553719,0.21487603,0.20661157,0.2520661,0.38016528,0.4338843,0.5495868,0.59504133,0.58677685,0.6280992,0.6322314,0.6735537,0.6983471,0.70247936,0.6983471,0.71487606,0.7107438,0.7066116,0.7107438,0.73140496,0.75619835,0.76859504,0.76859504,0.75619835,0.75206614,0.7644628,0.76859504,0.77272725,0.75206614,0.74793386,0.71900827,0.6942149,0.6735537,0.6363636,0.59917355,0.57438016,0.55785125,0.5413223,0.5165289,0.4876033,0.46280992,0.4338843,0.3966942,0.37603307,0.36363637,0.3677686,0.4214876,0.46280992,0.49173555,0.5041322,0.5123967,0.21900827,0.20661157,0.21487603,0.21900827,0.1983471,0.22727273,0.21487603,0.2107438,0.21900827,0.2231405,0.21900827,0.23553719,0.21900827,0.23966943,0.20247933,0.21900827,0.32231405,0.43801653,0.3966942,0.5041322,0.5785124,0.58264464,0.607438,0.62396693,0.661157,0.7066116,0.7066116,0.71900827,0.73140496,0.73140496,0.75206614,0.73966944,0.73140496,0.75206614,0.77272725,0.77272725,0.75619835,0.76033056,0.7644628,0.75619835,0.74793386,0.73140496,0.71487606,0.6818182,0.661157,0.61570245,0.57438016,0.5495868,0.53305787,0.5289256,0.49173555,0.47107437,0.42975205,0.40495867,0.38016528,0.3553719,0.35123968,0.38429752,0.42975205,0.46280992,0.5,0.5247934,0.5247934,0.5289256,0.2231405,0.1983471,0.21900827,0.2107438,0.2231405,0.21487603,0.21900827,0.21487603,0.21900827,0.2231405,0.21900827,0.22727273,0.23140496,0.2231405,0.19421488,0.28099173,0.43801653,0.5371901,0.45454547,0.40495867,0.55785125,0.5661157,0.58264464,0.58264464,0.607438,0.6528926,0.6694215,0.677686,0.70247936,0.7107438,0.71487606,0.71900827,0.71900827,0.7355372,0.75619835,0.75619835,0.76859504,0.74793386,0.74380165,0.7231405,0.72727275,0.7066116,0.6652893,0.6363636,0.60330576,0.5495868,0.5082645,0.5,0.5,0.47107437,0.43801653,0.40082645,0.3677686,0.3553719,0.35123968,0.33471075,0.40082645,0.43801653,0.47107437,0.49173555,0.5123967,0.5247934,0.53305787,0.5371901,0.21487603,0.2107438,0.21487603,0.21487603,0.2231405,0.21487603,0.21487603,0.2231405,0.21900827,0.2231405,0.21900827,0.21900827,0.2231405,0.2107438,0.19008264,0.41322315,0.55785125,0.57438016,0.53305787,0.34710744,0.4876033,0.54545456,0.553719,0.5661157,0.58264464,0.61157024,0.6363636,0.6404959,0.677686,0.6859504,0.69008267,0.6983471,0.7107438,0.71487606,0.72727275,0.73140496,0.75206614,0.74793386,0.7066116,0.6942149,0.6859504,0.6528926,0.61157024,0.58677685,0.5165289,0.46694216,0.44214877,0.446281,0.4338843,0.3966942,0.36363637,0.34710744,0.338843,0.34710744,0.35950413,0.38842976,0.44214877,0.4752066,0.5,0.5165289,0.5206612,0.53305787,0.53305787,0.5371901,34 +0.29338843,0.26859504,0.26859504,0.2892562,0.22727273,0.40495867,0.5041322,0.553719,0.58264464,0.59090906,0.61570245,0.661157,0.6859504,0.7066116,0.71900827,0.71487606,0.73966944,0.75619835,0.75619835,0.7644628,0.76859504,0.7768595,0.78512394,0.77272725,0.78099173,0.78099173,0.76033056,0.76859504,0.77272725,0.7768595,0.78512394,0.7892562,0.79752064,0.8016529,0.80991733,0.8140496,0.8264463,0.822314,0.8264463,0.8305785,0.8347107,0.8264463,0.8181818,0.8181818,0.8140496,0.80991733,0.7768595,0.75206614,0.73140496,0.72727275,0.69008267,0.6528926,0.6694215,0.69008267,0.6735537,0.59917355,0.5082645,0.4338843,0.39256197,0.35950413,0.5,0.553719,0.43801653,0.30578512,0.3264463,0.2892562,0.29752067,0.26859504,0.19008264,0.4214876,0.5206612,0.5495868,0.59090906,0.60330576,0.6198347,0.661157,0.6818182,0.70247936,0.7107438,0.71487606,0.73140496,0.74793386,0.75206614,0.76033056,0.76859504,0.7768595,0.78512394,0.7768595,0.7768595,0.7892562,0.77272725,0.76859504,0.77272725,0.77272725,0.7768595,0.79752064,0.7892562,0.7933884,0.8057851,0.8181818,0.822314,0.8181818,0.822314,0.8264463,0.8305785,0.8264463,0.822314,0.8181818,0.80991733,0.79752064,0.76859504,0.76033056,0.75206614,0.72727275,0.6818182,0.6694215,0.7107438,0.7107438,0.69008267,0.62396693,0.5495868,0.47107437,0.41322315,0.38429752,0.4876033,0.5413223,0.41735536,0.3181818,0.3140496,0.28099173,0.29752067,0.18181819,0.1446281,0.4338843,0.53305787,0.553719,0.58677685,0.59917355,0.62396693,0.6528926,0.6818182,0.6983471,0.7107438,0.71900827,0.73140496,0.73140496,0.75206614,0.76033056,0.76033056,0.7768595,0.78512394,0.7892562,0.77272725,0.78099173,0.77272725,0.77272725,0.77272725,0.7768595,0.7768595,0.7933884,0.78099173,0.78512394,0.79752064,0.8140496,0.80991733,0.8264463,0.822314,0.822314,0.8264463,0.822314,0.8140496,0.8140496,0.8016529,0.7933884,0.7768595,0.7768595,0.76033056,0.7231405,0.661157,0.7231405,0.74380165,0.72727275,0.70247936,0.6487603,0.5785124,0.5,0.44214877,0.40495867,0.46694216,0.5371901,0.39256197,0.3140496,0.2603306,0.24380165,0.23966943,0.14049587,0.14049587,0.4338843,0.53305787,0.56198347,0.5785124,0.59090906,0.61570245,0.6322314,0.6694215,0.6983471,0.71487606,0.73140496,0.74793386,0.7355372,0.75206614,0.76033056,0.76033056,0.7644628,0.78099173,0.78099173,0.7768595,0.7768595,0.77272725,0.77272725,0.7768595,0.77272725,0.78099173,0.78099173,0.78512394,0.78099173,0.7892562,0.8057851,0.8057851,0.8181818,0.8140496,0.822314,0.822314,0.8181818,0.822314,0.8181818,0.8016529,0.8057851,0.7933884,0.78512394,0.7644628,0.7107438,0.6694215,0.74380165,0.7644628,0.7355372,0.7066116,0.6487603,0.59917355,0.53305787,0.47107437,0.42561984,0.4876033,0.5206612,0.38429752,0.30991736,0.2768595,0.21900827,0.2231405,0.12396694,0.14876033,0.4214876,0.54545456,0.5661157,0.59090906,0.59917355,0.6322314,0.6363636,0.6694215,0.70247936,0.7231405,0.73140496,0.73966944,0.73140496,0.74793386,0.75206614,0.7644628,0.75206614,0.78099173,0.76859504,0.76859504,0.76859504,0.7644628,0.77272725,0.77272725,0.76859504,0.77272725,0.7768595,0.7768595,0.7768595,0.7892562,0.7933884,0.79752064,0.79752064,0.79752064,0.80991733,0.8140496,0.8181818,0.822314,0.8140496,0.8140496,0.80991733,0.8016529,0.7933884,0.76033056,0.70247936,0.71487606,0.75619835,0.76859504,0.74793386,0.71487606,0.6570248,0.59504133,0.55785125,0.5041322,0.446281,0.47933885,0.5041322,0.41322315,0.3305785,0.2603306,0.25619835,0.22727273,0.14049587,0.1322314,0.40082645,0.54545456,0.5495868,0.56198347,0.5785124,0.59504133,0.607438,0.6487603,0.69008267,0.71900827,0.73140496,0.73140496,0.7355372,0.73966944,0.74793386,0.75619835,0.76033056,0.76859504,0.76859504,0.76033056,0.7644628,0.7644628,0.76859504,0.7644628,0.76033056,0.75619835,0.76859504,0.76859504,0.77272725,0.77272725,0.7892562,0.7768595,0.78512394,0.78512394,0.7933884,0.8016529,0.80991733,0.8140496,0.80991733,0.8057851,0.79752064,0.78512394,0.78099173,0.73966944,0.6818182,0.71487606,0.74380165,0.74380165,0.73966944,0.73140496,0.69008267,0.61570245,0.57438016,0.5247934,0.43801653,0.45454547,0.4876033,0.446281,0.37190083,0.24793388,0.2603306,0.24380165,0.16528925,0.10330579,0.39256197,0.5165289,0.5,0.49586776,0.5165289,0.5247934,0.5661157,0.62396693,0.6694215,0.6942149,0.7231405,0.7355372,0.73140496,0.73140496,0.73966944,0.74793386,0.75206614,0.76033056,0.76033056,0.75619835,0.76033056,0.75619835,0.7644628,0.76033056,0.75206614,0.75206614,0.7644628,0.76033056,0.76859504,0.76859504,0.7768595,0.7644628,0.7768595,0.77272725,0.7768595,0.7892562,0.7892562,0.7933884,0.78512394,0.76859504,0.74793386,0.7231405,0.6818182,0.6487603,0.61157024,0.6280992,0.677686,0.6942149,0.6983471,0.70247936,0.677686,0.6570248,0.59090906,0.5123967,0.42561984,0.4338843,0.4752066,0.44214877,0.446281,0.23966943,0.25619835,0.25619835,0.17768595,0.14876033,0.4090909,0.446281,0.4214876,0.42975205,0.44214877,0.44214877,0.49173555,0.553719,0.607438,0.6694215,0.70247936,0.7231405,0.72727275,0.72727275,0.73140496,0.73966944,0.74380165,0.74380165,0.74793386,0.74793386,0.74793386,0.74380165,0.76033056,0.75206614,0.75206614,0.74793386,0.75619835,0.75619835,0.76033056,0.76033056,0.77272725,0.75619835,0.7644628,0.75619835,0.74793386,0.7644628,0.75619835,0.74380165,0.70247936,0.6570248,0.62396693,0.58677685,0.5413223,0.5082645,0.5206612,0.53305787,0.57438016,0.59917355,0.58264464,0.57024795,0.5495868,0.5495868,0.5,0.45041323,0.3966942,0.4338843,0.46280992,0.446281,0.43801653,0.24793388,0.25619835,0.25619835,0.20661157,0.23966943,0.38016528,0.4090909,0.4090909,0.41322315,0.39256197,0.3677686,0.38016528,0.4338843,0.4876033,0.5289256,0.57024795,0.6404959,0.70247936,0.7231405,0.7066116,0.72727275,0.73140496,0.72727275,0.73140496,0.7355372,0.7355372,0.7355372,0.75206614,0.74380165,0.74380165,0.73966944,0.74793386,0.75206614,0.75206614,0.75206614,0.75206614,0.7355372,0.71487606,0.70247936,0.661157,0.6446281,0.6404959,0.61570245,0.57024795,0.53305787,0.5041322,0.5041322,0.54545456,0.54545456,0.57024795,0.5661157,0.553719,0.55785125,0.5495868,0.553719,0.53305787,0.5,0.4752066,0.45454547,0.38016528,0.42975205,0.45867768,0.46280992,0.45867768,0.23966943,0.24380165,0.25619835,0.23140496,0.28512397,0.34710744,0.44214877,0.49586776,0.5123967,0.4876033,0.446281,0.38842976,0.37603307,0.40082645,0.4090909,0.4214876,0.4876033,0.5785124,0.661157,0.69008267,0.7066116,0.7107438,0.70247936,0.7066116,0.71487606,0.7066116,0.7231405,0.72727275,0.72727275,0.71900827,0.71900827,0.7355372,0.7355372,0.7231405,0.73140496,0.71900827,0.6570248,0.5785124,0.5165289,0.4752066,0.47933885,0.47107437,0.46694216,0.4752066,0.5,0.5413223,0.59090906,0.6652893,0.6942149,0.7107438,0.71487606,0.6942149,0.661157,0.6404959,0.6198347,0.60330576,0.58264464,0.57024795,0.5413223,0.4214876,0.4338843,0.45454547,0.48347107,0.49173555,0.23553719,0.24380165,0.2603306,0.2520661,0.28512397,0.37603307,0.48347107,0.5495868,0.55785125,0.553719,0.5495868,0.46694216,0.4090909,0.37603307,0.3677686,0.36363637,0.38429752,0.4214876,0.5041322,0.59504133,0.661157,0.6818182,0.6735537,0.6735537,0.69008267,0.6859504,0.6942149,0.6983471,0.7066116,0.6859504,0.69008267,0.7066116,0.7107438,0.6942149,0.6942149,0.6446281,0.5289256,0.44214877,0.3553719,0.3264463,0.36363637,0.42561984,0.47933885,0.5082645,0.54545456,0.59504133,0.6198347,0.6570248,0.6694215,0.6859504,0.70247936,0.70247936,0.6859504,0.6735537,0.6528926,0.6363636,0.62396693,0.6198347,0.607438,0.5,0.44214877,0.46694216,0.49586776,0.5371901,0.24380165,0.2644628,0.2644628,0.2520661,0.29338843,0.39256197,0.4876033,0.5289256,0.5289256,0.5289256,0.5082645,0.48347107,0.42975205,0.37603307,0.3429752,0.33471075,0.32231405,0.338843,0.38429752,0.49173555,0.59090906,0.6198347,0.6363636,0.6363636,0.6528926,0.6570248,0.6652893,0.6694215,0.677686,0.6570248,0.6570248,0.6735537,0.6652893,0.6652893,0.6446281,0.5785124,0.46694216,0.41322315,0.34710744,0.32231405,0.42561984,0.5,0.5247934,0.5289256,0.5123967,0.5289256,0.54545456,0.55785125,0.58677685,0.607438,0.6363636,0.6446281,0.6652893,0.6694215,0.6528926,0.6280992,0.6322314,0.62396693,0.61157024,0.57438016,0.47933885,0.49586776,0.5165289,0.57024795,0.2603306,0.24793388,0.2644628,0.26859504,0.30991736,0.37190083,0.42561984,0.46280992,0.45454547,0.42561984,0.3966942,0.39256197,0.35950413,0.3264463,0.29752067,0.2768595,0.30165288,0.29752067,0.3305785,0.40495867,0.49586776,0.5495868,0.58264464,0.59504133,0.6198347,0.6280992,0.6487603,0.6570248,0.661157,0.661157,0.6570248,0.661157,0.6528926,0.6446281,0.62396693,0.55785125,0.47107437,0.4338843,0.39256197,0.4090909,0.47933885,0.4876033,0.46694216,0.4214876,0.38842976,0.37190083,0.3966942,0.42561984,0.446281,0.46694216,0.49586776,0.5206612,0.56198347,0.60330576,0.61157024,0.607438,0.59917355,0.607438,0.60330576,0.59504133,0.5247934,0.5082645,0.5247934,0.59090906,0.24380165,0.23966943,0.2644628,0.2892562,0.3181818,0.3140496,0.3429752,0.37190083,0.3677686,0.27272728,0.25619835,0.2603306,0.2768595,0.24380165,0.21487603,0.20661157,0.23140496,0.25619835,0.29752067,0.34710744,0.40082645,0.45041323,0.5041322,0.5371901,0.59504133,0.62396693,0.6528926,0.661157,0.6694215,0.677686,0.69008267,0.661157,0.6446281,0.6446281,0.61570245,0.57024795,0.5206612,0.49173555,0.46694216,0.4876033,0.48347107,0.45041323,0.42975205,0.38429752,0.38429752,0.3181818,0.37190083,0.38429752,0.38429752,0.40082645,0.38429752,0.40082645,0.4338843,0.4752066,0.5289256,0.56198347,0.56198347,0.57024795,0.5661157,0.58677685,0.553719,0.5247934,0.54545456,0.58264464,0.22727273,0.24380165,0.27272728,0.30578512,0.3140496,0.29338843,0.28512397,0.3140496,0.30165288,0.19421488,0.18595041,0.17768595,0.2107438,0.2107438,0.16528925,0.17768595,0.19008264,0.22727273,0.24380165,0.3181818,0.36363637,0.37603307,0.3966942,0.47107437,0.553719,0.6198347,0.6694215,0.6859504,0.6859504,0.70247936,0.71487606,0.6818182,0.661157,0.6363636,0.61157024,0.57024795,0.5495868,0.53305787,0.5206612,0.5041322,0.47107437,0.4214876,0.39256197,0.3264463,0.28512397,0.2107438,0.2107438,0.20661157,0.23553719,0.25619835,0.2644628,0.3305785,0.37190083,0.38016528,0.41735536,0.49173555,0.5206612,0.5495868,0.56198347,0.5785124,0.5785124,0.5785124,0.58677685,0.58677685,0.22727273,0.25619835,0.27272728,0.3140496,0.30991736,0.32231405,0.27272728,0.2644628,0.20247933,0.1570248,0.1322314,0.19421488,0.32231405,0.30991736,0.2520661,0.17768595,0.20247933,0.21900827,0.21900827,0.2768595,0.3429752,0.38016528,0.35123968,0.38429752,0.5082645,0.61570245,0.69008267,0.73140496,0.74380165,0.7355372,0.74793386,0.7231405,0.6859504,0.6487603,0.6322314,0.59090906,0.58264464,0.553719,0.5165289,0.47933885,0.46694216,0.34710744,0.2644628,0.30991736,0.3553719,0.29752067,0.2107438,0.2644628,0.27272728,0.24793388,0.18181819,0.22727273,0.2603306,0.28512397,0.33471075,0.41735536,0.47933885,0.5247934,0.553719,0.58264464,0.61157024,0.6363636,0.6446281,0.6198347,0.23966943,0.27272728,0.27272728,0.3264463,0.30991736,0.34710744,0.3140496,0.23966943,0.1694215,0.12809917,0.1570248,0.3181818,0.5,0.40082645,0.3677686,0.1983471,0.32231405,0.4090909,0.23140496,0.27272728,0.30991736,0.34710744,0.35950413,0.3429752,0.45454547,0.607438,0.7066116,0.76033056,0.7768595,0.7768595,0.77272725,0.74793386,0.71487606,0.6818182,0.6487603,0.6280992,0.59917355,0.57024795,0.5041322,0.47933885,0.44214877,0.27272728,0.35123968,0.49586776,0.5413223,0.41322315,0.2520661,0.30578512,0.46280992,0.2107438,0.23966943,0.2892562,0.2603306,0.20247933,0.25619835,0.38842976,0.46280992,0.5041322,0.5661157,0.607438,0.6446281,0.6694215,0.677686,0.6652893,0.27272728,0.27272728,0.29752067,0.338843,0.3264463,0.35123968,0.37190083,0.29338843,0.2231405,0.18595041,0.2520661,0.38429752,0.5495868,0.42561984,0.37190083,0.2603306,0.20247933,0.3305785,0.3181818,0.4214876,0.36363637,0.35950413,0.338843,0.3429752,0.42561984,0.59917355,0.71487606,0.78099173,0.8057851,0.8140496,0.79752064,0.77272725,0.7355372,0.70247936,0.677686,0.6652893,0.6322314,0.5785124,0.5165289,0.4752066,0.38842976,0.38016528,0.5,0.59917355,0.61157024,0.43801653,0.33471075,0.2107438,0.23966943,0.29752067,0.3429752,0.44214877,0.4214876,0.27272728,0.23140496,0.38429752,0.5123967,0.57024795,0.6198347,0.6487603,0.6818182,0.6942149,0.6942149,0.6942149,0.24380165,0.2644628,0.3140496,0.35123968,0.3553719,0.35950413,0.446281,0.41322315,0.35123968,0.2768595,0.3264463,0.3966942,0.53305787,0.5289256,0.39256197,0.37603307,0.3264463,0.37190083,0.38842976,0.58264464,0.5495868,0.41735536,0.32231405,0.37190083,0.44214877,0.60330576,0.7231405,0.79752064,0.8181818,0.8347107,0.8181818,0.7892562,0.74793386,0.7231405,0.7107438,0.6942149,0.6570248,0.62396693,0.54545456,0.45867768,0.43801653,0.446281,0.5206612,0.6280992,0.6570248,0.5289256,0.4090909,0.34710744,0.3181818,0.37603307,0.4090909,0.49586776,0.45454547,0.37190083,0.35123968,0.47933885,0.607438,0.661157,0.69008267,0.6983471,0.7066116,0.71487606,0.71487606,0.70247936,0.2520661,0.28512397,0.3553719,0.38842976,0.38842976,0.37603307,0.5041322,0.5247934,0.45867768,0.3429752,0.3429752,0.4338843,0.4876033,0.553719,0.4876033,0.42561984,0.43801653,0.46694216,0.47933885,0.56198347,0.56198347,0.46694216,0.38429752,0.43801653,0.5082645,0.61157024,0.72727275,0.8016529,0.8264463,0.8429752,0.822314,0.79752064,0.77272725,0.74793386,0.73966944,0.7231405,0.6859504,0.69008267,0.61570245,0.5082645,0.5165289,0.46280992,0.48347107,0.53305787,0.58264464,0.58264464,0.47107437,0.46694216,0.47107437,0.446281,0.45454547,0.4876033,0.42975205,0.5165289,0.57438016,0.6487603,0.7107438,0.73140496,0.73966944,0.73966944,0.72727275,0.72727275,0.7231405,0.6983471,0.2644628,0.28099173,0.40495867,0.44214877,0.37603307,0.40495867,0.5247934,0.57024795,0.49586776,0.42975205,0.45454547,0.47933885,0.47933885,0.47933885,0.48347107,0.4752066,0.5082645,0.5165289,0.553719,0.57438016,0.59090906,0.57438016,0.5,0.5206612,0.55785125,0.6322314,0.73140496,0.80991733,0.8305785,0.838843,0.822314,0.8057851,0.7892562,0.7644628,0.76033056,0.75206614,0.71487606,0.7231405,0.6942149,0.6198347,0.58677685,0.53305787,0.5,0.49586776,0.49173555,0.5082645,0.5082645,0.5413223,0.5661157,0.55785125,0.54545456,0.59090906,0.58677685,0.59917355,0.6859504,0.72727275,0.75206614,0.7644628,0.7644628,0.76033056,0.73966944,0.73140496,0.71487606,0.69008267,0.23140496,0.30578512,0.446281,0.45041323,0.36363637,0.40495867,0.5371901,0.59917355,0.5247934,0.47107437,0.47933885,0.53305787,0.5206612,0.5371901,0.5661157,0.553719,0.56198347,0.5661157,0.59090906,0.62396693,0.62396693,0.59917355,0.56198347,0.59504133,0.58264464,0.6528926,0.74793386,0.8016529,0.8264463,0.8347107,0.8181818,0.8057851,0.7892562,0.77272725,0.7768595,0.78512394,0.76033056,0.76033056,0.75619835,0.6694215,0.6198347,0.58264464,0.54545456,0.5413223,0.56198347,0.5661157,0.607438,0.607438,0.6363636,0.6487603,0.6446281,0.6818182,0.6983471,0.69008267,0.71487606,0.74380165,0.76859504,0.7768595,0.7644628,0.75619835,0.73966944,0.71487606,0.6983471,0.6818182,0.23553719,0.34710744,0.44214877,0.43801653,0.33471075,0.42975205,0.55785125,0.6570248,0.6198347,0.5247934,0.46280992,0.49173555,0.5206612,0.56198347,0.60330576,0.61157024,0.59504133,0.6446281,0.6487603,0.6694215,0.661157,0.6280992,0.61570245,0.62396693,0.60330576,0.661157,0.74380165,0.8057851,0.8305785,0.8305785,0.80991733,0.8016529,0.7933884,0.78512394,0.78512394,0.79752064,0.7933884,0.7892562,0.7933884,0.75619835,0.6859504,0.6446281,0.6198347,0.607438,0.607438,0.60330576,0.6404959,0.6363636,0.6446281,0.6570248,0.6570248,0.661157,0.6942149,0.7107438,0.74793386,0.76859504,0.76859504,0.77272725,0.73140496,0.7107438,0.7107438,0.7066116,0.6942149,0.6818182,0.23966943,0.38842976,0.47107437,0.4214876,0.3429752,0.446281,0.57438016,0.6694215,0.70247936,0.6818182,0.59917355,0.553719,0.56198347,0.59090906,0.6198347,0.6404959,0.6528926,0.6735537,0.6818182,0.6942149,0.6859504,0.6694215,0.6446281,0.62396693,0.59917355,0.677686,0.75619835,0.8016529,0.8305785,0.8264463,0.8016529,0.79752064,0.79752064,0.7892562,0.78512394,0.79752064,0.8016529,0.8057851,0.822314,0.80991733,0.78099173,0.74793386,0.71900827,0.69008267,0.6652893,0.661157,0.661157,0.661157,0.6487603,0.6694215,0.6735537,0.7107438,0.75206614,0.7644628,0.78512394,0.7933884,0.78512394,0.78099173,0.73966944,0.7231405,0.7107438,0.7066116,0.6942149,0.6735537,0.28099173,0.4214876,0.48347107,0.41735536,0.36363637,0.47933885,0.59090906,0.6652893,0.71487606,0.74793386,0.71900827,0.7066116,0.69008267,0.677686,0.6694215,0.6818182,0.70247936,0.70247936,0.7231405,0.71900827,0.6942149,0.6818182,0.6446281,0.61157024,0.60330576,0.6859504,0.76859504,0.8140496,0.8305785,0.822314,0.8016529,0.79752064,0.7933884,0.7892562,0.78512394,0.7933884,0.8016529,0.8057851,0.8181818,0.80991733,0.8140496,0.8057851,0.7892562,0.7768595,0.75619835,0.74793386,0.75206614,0.75619835,0.76033056,0.7768595,0.78512394,0.79752064,0.8140496,0.80991733,0.8140496,0.80991733,0.8057851,0.79752064,0.77272725,0.73966944,0.7231405,0.7066116,0.6983471,0.6859504,0.30165288,0.47933885,0.48347107,0.41735536,0.38016528,0.5041322,0.61157024,0.6818182,0.70247936,0.73966944,0.73966944,0.74793386,0.75619835,0.74380165,0.73966944,0.7355372,0.73966944,0.73140496,0.72727275,0.71487606,0.7066116,0.70247936,0.6487603,0.61570245,0.607438,0.6942149,0.7768595,0.822314,0.8264463,0.822314,0.7892562,0.78512394,0.79752064,0.7892562,0.7892562,0.7933884,0.8016529,0.8057851,0.8140496,0.80991733,0.8140496,0.8181818,0.8057851,0.80991733,0.8181818,0.8057851,0.80991733,0.8181818,0.822314,0.8181818,0.8264463,0.8181818,0.8264463,0.8140496,0.8181818,0.8140496,0.8057851,0.8016529,0.78099173,0.74793386,0.7231405,0.70247936,0.69008267,0.6818182,0.37603307,0.49173555,0.46694216,0.39256197,0.40082645,0.5165289,0.6198347,0.6735537,0.6983471,0.72727275,0.73966944,0.75206614,0.75206614,0.74793386,0.75619835,0.74793386,0.73140496,0.71900827,0.7107438,0.7107438,0.71487606,0.7107438,0.6652893,0.61570245,0.62396693,0.7066116,0.78512394,0.822314,0.8140496,0.80991733,0.7933884,0.7892562,0.7892562,0.79752064,0.79752064,0.79752064,0.8016529,0.8140496,0.80991733,0.8057851,0.80991733,0.8181818,0.8181818,0.80991733,0.8181818,0.822314,0.8264463,0.8264463,0.8305785,0.822314,0.8264463,0.8181818,0.8181818,0.8057851,0.80991733,0.8181818,0.8140496,0.7933884,0.77272725,0.74793386,0.71900827,0.7066116,0.6942149,0.6694215,0.41735536,0.4876033,0.42561984,0.37190083,0.4214876,0.5165289,0.62396693,0.661157,0.69008267,0.71900827,0.73966944,0.75619835,0.75206614,0.75206614,0.74380165,0.71900827,0.71487606,0.7107438,0.7107438,0.7066116,0.71487606,0.6942149,0.6487603,0.6198347,0.6528926,0.72727275,0.78512394,0.80991733,0.80991733,0.8016529,0.79752064,0.7892562,0.78512394,0.7892562,0.79752064,0.80991733,0.8140496,0.8140496,0.8181818,0.8140496,0.80991733,0.8181818,0.8140496,0.80991733,0.80991733,0.8181818,0.8181818,0.822314,0.8264463,0.8264463,0.8181818,0.80991733,0.8057851,0.8057851,0.80991733,0.8181818,0.8057851,0.78512394,0.76859504,0.72727275,0.70247936,0.70247936,0.6818182,0.6528926,0.45454547,0.4752066,0.38429752,0.38429752,0.43801653,0.5289256,0.58264464,0.6487603,0.6694215,0.70247936,0.73140496,0.74380165,0.74380165,0.73140496,0.72727275,0.7066116,0.7107438,0.7107438,0.70247936,0.6818182,0.677686,0.6363636,0.607438,0.62396693,0.6859504,0.75619835,0.7892562,0.7892562,0.8057851,0.8057851,0.78512394,0.77272725,0.7768595,0.7768595,0.78512394,0.7933884,0.8016529,0.78512394,0.78512394,0.78512394,0.8057851,0.80991733,0.8181818,0.8140496,0.80991733,0.80991733,0.80991733,0.8140496,0.8181818,0.8181818,0.8057851,0.80991733,0.8140496,0.80991733,0.8057851,0.8016529,0.78512394,0.7768595,0.76033056,0.72727275,0.6942149,0.6859504,0.6570248,0.6446281,0.47107437,0.42975205,0.37190083,0.41322315,0.45454547,0.5082645,0.59917355,0.6363636,0.661157,0.6859504,0.7107438,0.7231405,0.7231405,0.7066116,0.6942149,0.6859504,0.69008267,0.69008267,0.6818182,0.6363636,0.62396693,0.62396693,0.58264464,0.6280992,0.7107438,0.7768595,0.79752064,0.79752064,0.80991733,0.8016529,0.78099173,0.76033056,0.75619835,0.7644628,0.7768595,0.7892562,0.76859504,0.74380165,0.6983471,0.677686,0.6983471,0.75206614,0.78512394,0.79752064,0.79752064,0.8016529,0.80991733,0.79752064,0.8057851,0.8057851,0.79752064,0.80991733,0.822314,0.8181818,0.8016529,0.7768595,0.75619835,0.76033056,0.74793386,0.7231405,0.69008267,0.677686,0.6570248,0.6446281,0.4752066,0.3966942,0.38429752,0.44214877,0.44214877,0.49173555,0.5661157,0.6198347,0.6528926,0.6694215,0.6859504,0.6942149,0.6942149,0.677686,0.6735537,0.661157,0.6570248,0.6528926,0.59090906,0.59504133,0.6487603,0.6652893,0.59090906,0.6280992,0.7231405,0.78099173,0.8057851,0.822314,0.80991733,0.79752064,0.7768595,0.76033056,0.75619835,0.76859504,0.7892562,0.78512394,0.7768595,0.76859504,0.75206614,0.72727275,0.6446281,0.62396693,0.6942149,0.74380165,0.76859504,0.77272725,0.79752064,0.78099173,0.7892562,0.7892562,0.78512394,0.7892562,0.8057851,0.8057851,0.78512394,0.75619835,0.73140496,0.74380165,0.7231405,0.70247936,0.6859504,0.6694215,0.6528926,0.6280992,0.45867768,0.38842976,0.4090909,0.45041323,0.4338843,0.46280992,0.5495868,0.59504133,0.62396693,0.6446281,0.6528926,0.6694215,0.661157,0.6528926,0.6446281,0.62396693,0.61570245,0.607438,0.4876033,0.5661157,0.677686,0.6735537,0.58264464,0.62396693,0.71900827,0.78099173,0.8140496,0.8264463,0.822314,0.8057851,0.7892562,0.7644628,0.75619835,0.7768595,0.7933884,0.7892562,0.78512394,0.7768595,0.77272725,0.7355372,0.6322314,0.5661157,0.56198347,0.6322314,0.677686,0.7066116,0.74380165,0.75206614,0.75206614,0.75206614,0.75619835,0.7644628,0.7768595,0.78099173,0.75619835,0.73140496,0.71900827,0.7231405,0.6942149,0.7066116,0.69008267,0.6528926,0.6322314,0.61157024,0.4214876,0.36363637,0.44214877,0.46280992,0.40082645,0.45041323,0.5206612,0.5785124,0.60330576,0.61157024,0.6404959,0.6363636,0.6280992,0.62396693,0.61570245,0.58677685,0.57024795,0.57438016,0.42561984,0.54545456,0.661157,0.6363636,0.5495868,0.60330576,0.7066116,0.76033056,0.79752064,0.822314,0.8264463,0.8057851,0.7892562,0.7644628,0.76033056,0.78512394,0.7892562,0.79752064,0.7892562,0.7768595,0.76033056,0.6942149,0.57438016,0.5413223,0.53305787,0.5247934,0.5661157,0.607438,0.6528926,0.6859504,0.6983471,0.7107438,0.71900827,0.7355372,0.73140496,0.7231405,0.73140496,0.7107438,0.6859504,0.6859504,0.661157,0.6859504,0.6818182,0.6322314,0.607438,0.59090906,0.40082645,0.338843,0.42975205,0.4338843,0.37190083,0.4214876,0.4876033,0.5413223,0.5785124,0.57024795,0.59917355,0.61157024,0.607438,0.58264464,0.57438016,0.55785125,0.5413223,0.5247934,0.38016528,0.49586776,0.6280992,0.59917355,0.5289256,0.60330576,0.6942149,0.74793386,0.77272725,0.79752064,0.8016529,0.7768595,0.77272725,0.75206614,0.75206614,0.76859504,0.7892562,0.7892562,0.7644628,0.74793386,0.70247936,0.6198347,0.5495868,0.57024795,0.58264464,0.5165289,0.47933885,0.5123967,0.57024795,0.60330576,0.6363636,0.6652893,0.6694215,0.6818182,0.6859504,0.6735537,0.6818182,0.6859504,0.6528926,0.6322314,0.6404959,0.6528926,0.6487603,0.6280992,0.59504133,0.59090906,0.38842976,0.32231405,0.446281,0.40082645,0.3305785,0.38429752,0.43801653,0.5,0.5371901,0.53305787,0.5661157,0.59090906,0.58677685,0.57024795,0.553719,0.53305787,0.5495868,0.47933885,0.338843,0.4090909,0.553719,0.54545456,0.47933885,0.49173555,0.6363636,0.7066116,0.72727275,0.74380165,0.7355372,0.71487606,0.71487606,0.7066116,0.71487606,0.7355372,0.74380165,0.72727275,0.6818182,0.6528926,0.58677685,0.55785125,0.607438,0.6363636,0.6322314,0.59090906,0.53305787,0.4752066,0.49586776,0.54545456,0.58264464,0.61570245,0.6280992,0.6322314,0.6446281,0.6280992,0.6446281,0.6528926,0.6404959,0.62396693,0.62396693,0.6280992,0.61157024,0.59917355,0.58264464,0.59090906,0.38016528,0.35123968,0.45041323,0.38842976,0.3140496,0.338843,0.38429752,0.446281,0.5041322,0.5082645,0.53305787,0.5495868,0.553719,0.5495868,0.5247934,0.5371901,0.5247934,0.44214877,0.30991736,0.3429752,0.41735536,0.4338843,0.38842976,0.40082645,0.5041322,0.61570245,0.6570248,0.6694215,0.661157,0.6404959,0.6322314,0.60330576,0.58677685,0.57438016,0.55785125,0.5247934,0.4876033,0.47933885,0.5289256,0.60330576,0.6528926,0.6694215,0.6694215,0.6487603,0.59090906,0.5123967,0.45454547,0.49173555,0.5371901,0.5661157,0.57438016,0.59504133,0.60330576,0.59090906,0.61157024,0.607438,0.59917355,0.61570245,0.59917355,0.59504133,0.58264464,0.57024795,0.5661157,0.57024795,0.38016528,0.37603307,0.43801653,0.38016528,0.30991736,0.3140496,0.33471075,0.40082645,0.446281,0.47107437,0.49586776,0.5082645,0.5206612,0.5165289,0.5165289,0.5165289,0.5,0.40495867,0.33471075,0.37603307,0.37190083,0.29338843,0.27272728,0.30578512,0.38429752,0.5,0.55785125,0.57438016,0.58677685,0.59090906,0.553719,0.4752066,0.41735536,0.41735536,0.4214876,0.42975205,0.47107437,0.5371901,0.6280992,0.6528926,0.6652893,0.6818182,0.70247936,0.677686,0.6322314,0.58677685,0.5,0.4338843,0.47107437,0.5082645,0.5289256,0.54545456,0.553719,0.553719,0.5661157,0.5661157,0.553719,0.5495868,0.56198347,0.56198347,0.553719,0.5413223,0.54545456,0.55785125,0.39256197,0.38842976,0.41735536,0.3966942,0.34710744,0.2892562,0.30578512,0.35123968,0.39256197,0.42975205,0.45454547,0.47107437,0.48347107,0.49586776,0.49586776,0.4876033,0.446281,0.38016528,0.3677686,0.44214877,0.4338843,0.2768595,0.23553719,0.23140496,0.28099173,0.39256197,0.43801653,0.4876033,0.5206612,0.5247934,0.45867768,0.40495867,0.45867768,0.5247934,0.57024795,0.6198347,0.6570248,0.6818182,0.6859504,0.69008267,0.6983471,0.6942149,0.71900827,0.6983471,0.661157,0.62396693,0.57438016,0.4876033,0.42561984,0.46280992,0.49586776,0.5123967,0.5289256,0.53305787,0.5289256,0.5371901,0.5165289,0.5165289,0.5082645,0.5247934,0.5247934,0.5123967,0.53305787,0.54545456,0.38842976,0.3966942,0.41322315,0.40082645,0.39256197,0.29338843,0.30991736,0.3140496,0.34710744,0.38842976,0.4090909,0.43801653,0.446281,0.46694216,0.47107437,0.45454547,0.42975205,0.3966942,0.42561984,0.4876033,0.49173555,0.38016528,0.27272728,0.24380165,0.23553719,0.28512397,0.3140496,0.36363637,0.3966942,0.42561984,0.45454547,0.53305787,0.62396693,0.6694215,0.6859504,0.6983471,0.70247936,0.70247936,0.6942149,0.6983471,0.70247936,0.7107438,0.7231405,0.71487606,0.6859504,0.661157,0.6280992,0.58677685,0.48347107,0.42975205,0.4338843,0.47107437,0.4876033,0.5,0.5082645,0.5041322,0.5165289,0.5165289,0.5082645,0.5123967,0.5041322,0.5165289,0.55785125,0.54545456,0.38429752,0.4090909,0.41322315,0.38842976,0.4214876,0.3264463,0.2892562,0.30578512,0.3140496,0.35950413,0.3966942,0.40082645,0.40082645,0.4338843,0.45454547,0.446281,0.44214877,0.41735536,0.45454547,0.5041322,0.5371901,0.45867768,0.3677686,0.3181818,0.2768595,0.27272728,0.27272728,0.30165288,0.33471075,0.43801653,0.5289256,0.59090906,0.6404959,0.6818182,0.69008267,0.70247936,0.6983471,0.70247936,0.6942149,0.69008267,0.70247936,0.71487606,0.72727275,0.6942149,0.6818182,0.6735537,0.6404959,0.607438,0.5785124,0.5206612,0.44214877,0.42975205,0.446281,0.4752066,0.47933885,0.49586776,0.5123967,0.53305787,0.5247934,0.5165289,0.5082645,0.5206612,0.54545456,0.54545456,0.3553719,0.39256197,0.42561984,0.42561984,0.44214877,0.3966942,0.29752067,0.30578512,0.30165288,0.33471075,0.3966942,0.4214876,0.3677686,0.40082645,0.46280992,0.45041323,0.446281,0.4214876,0.42975205,0.48347107,0.5165289,0.5082645,0.46694216,0.4214876,0.40082645,0.3966942,0.42975205,0.446281,0.4876033,0.5413223,0.5495868,0.5785124,0.61570245,0.661157,0.6942149,0.69008267,0.6859504,0.69008267,0.6818182,0.6942149,0.6942149,0.70247936,0.7107438,0.6859504,0.6694215,0.6446281,0.62396693,0.6322314,0.61157024,0.57438016,0.5247934,0.46694216,0.45041323,0.49173555,0.48347107,0.5,0.5165289,0.5371901,0.5413223,0.53305787,0.5165289,0.5371901,0.5495868,0.5413223,0.2892562,0.35950413,0.40082645,0.45041323,0.44214877,0.4338843,0.38429752,0.32231405,0.32231405,0.3140496,0.40495867,0.5,0.4752066,0.42975205,0.46280992,0.45041323,0.43801653,0.4090909,0.36363637,0.35950413,0.3966942,0.42561984,0.4338843,0.44214877,0.45454547,0.48347107,0.53305787,0.55785125,0.58264464,0.58264464,0.57438016,0.5785124,0.58677685,0.61570245,0.6363636,0.6198347,0.61157024,0.6280992,0.61570245,0.6198347,0.61157024,0.607438,0.61157024,0.60330576,0.59504133,0.58677685,0.59090906,0.6198347,0.61157024,0.57438016,0.55785125,0.5495868,0.5206612,0.54545456,0.55785125,0.5413223,0.553719,0.553719,0.54545456,0.54545456,0.5413223,0.54545456,0.553719,0.55785125,0.23966943,0.28512397,0.338843,0.40082645,0.4338843,0.43801653,0.45041323,0.43801653,0.4214876,0.3140496,0.35123968,0.47933885,0.5495868,0.5123967,0.47107437,0.446281,0.4338843,0.37603307,0.2644628,0.18181819,0.19421488,0.21487603,0.25619835,0.29338843,0.30578512,0.30578512,0.3181818,0.38842976,0.43801653,0.446281,0.43801653,0.44214877,0.446281,0.46280992,0.446281,0.41735536,0.43801653,0.42975205,0.41322315,0.43801653,0.43801653,0.4214876,0.42561984,0.4090909,0.37603307,0.3553719,0.39256197,0.47933885,0.5082645,0.53305787,0.54545456,0.55785125,0.58677685,0.61157024,0.607438,0.58677685,0.5661157,0.56198347,0.54545456,0.5413223,0.5495868,0.56198347,0.55785125,0.56198347,0.2231405,0.2520661,0.2768595,0.30991736,0.3553719,0.3966942,0.45041323,0.4752066,0.47107437,0.38429752,0.28099173,0.41322315,0.53305787,0.56198347,0.5165289,0.47933885,0.45041323,0.38842976,0.2892562,0.21487603,0.13636364,0.09504132,0.1322314,0.28512397,0.2603306,0.28512397,0.2768595,0.3429752,0.37190083,0.338843,0.30165288,0.38842976,0.43801653,0.46694216,0.40082645,0.38016528,0.46280992,0.46694216,0.35950413,0.46694216,0.45454547,0.38016528,0.3553719,0.3181818,0.21900827,0.20661157,0.3181818,0.46280992,0.5082645,0.5165289,0.5123967,0.5495868,0.61570245,0.6446281,0.6322314,0.607438,0.58264464,0.57438016,0.553719,0.5495868,0.57438016,0.5785124,0.57024795,0.56198347,0.21487603,0.23553719,0.24380165,0.24793388,0.2644628,0.28099173,0.35950413,0.39256197,0.38016528,0.36363637,0.2892562,0.3305785,0.45867768,0.55785125,0.5661157,0.553719,0.5289256,0.48347107,0.38842976,0.39256197,0.25619835,0.17355372,0.08264463,0.2768595,0.30991736,0.35123968,0.41322315,0.5123967,0.56198347,0.58264464,0.40495867,0.53305787,0.60330576,0.6487603,0.57024795,0.54545456,0.61570245,0.6322314,0.47933885,0.5371901,0.5413223,0.42975205,0.37603307,0.34710744,0.338843,0.41735536,0.55785125,0.6198347,0.61570245,0.59090906,0.5785124,0.59090906,0.6446281,0.661157,0.6404959,0.61570245,0.59504133,0.5785124,0.57024795,0.55785125,0.58264464,0.59090906,0.5785124,0.54545456,0.2231405,0.21487603,0.2231405,0.24380165,0.23966943,0.23140496,0.24793388,0.2603306,0.27272728,0.2520661,0.27272728,0.30578512,0.38429752,0.5082645,0.58677685,0.607438,0.607438,0.54545456,0.45867768,0.46694216,0.42975205,0.35950413,0.2520661,0.21487603,0.29752067,0.30578512,0.42975205,0.5371901,0.59090906,0.6363636,0.5371901,0.56198347,0.6280992,0.6818182,0.6363636,0.59090906,0.6280992,0.6280992,0.53305787,0.45454547,0.49586776,0.4214876,0.41735536,0.45454547,0.5082645,0.57024795,0.6198347,0.6404959,0.6528926,0.6363636,0.62396693,0.62396693,0.6570248,0.661157,0.6363636,0.61570245,0.60330576,0.5785124,0.553719,0.57438016,0.58264464,0.58264464,0.57024795,0.5413223,0.2107438,0.23140496,0.21900827,0.2231405,0.23553719,0.22727273,0.22727273,0.2231405,0.23966943,0.21900827,0.24380165,0.28512397,0.3181818,0.43801653,0.553719,0.6280992,0.62396693,0.58677685,0.5165289,0.45454547,0.46280992,0.4214876,0.41735536,0.35950413,0.33471075,0.26859504,0.3181818,0.46280992,0.5247934,0.56198347,0.5247934,0.49173555,0.57024795,0.607438,0.5661157,0.5165289,0.5289256,0.49586776,0.49173555,0.45454547,0.46280992,0.4752066,0.5123967,0.54545456,0.59504133,0.607438,0.6280992,0.6652893,0.6859504,0.6694215,0.661157,0.6570248,0.6570248,0.661157,0.6280992,0.60330576,0.59504133,0.57438016,0.56198347,0.57438016,0.57438016,0.5661157,0.56198347,0.5371901,0.21487603,0.22727273,0.21487603,0.21487603,0.21900827,0.21900827,0.23553719,0.2107438,0.23140496,0.21900827,0.2231405,0.2520661,0.30165288,0.34710744,0.48347107,0.59504133,0.6404959,0.58677685,0.5495868,0.48347107,0.42561984,0.44214877,0.4338843,0.45867768,0.42975205,0.38016528,0.3429752,0.40082645,0.45041323,0.45041323,0.42561984,0.38429752,0.41322315,0.44214877,0.40495867,0.45041323,0.446281,0.45454547,0.5,0.5289256,0.553719,0.57024795,0.55785125,0.58264464,0.58677685,0.607438,0.6570248,0.6859504,0.69008267,0.6694215,0.6694215,0.6652893,0.6528926,0.6404959,0.60330576,0.60330576,0.58677685,0.57024795,0.57024795,0.57438016,0.57024795,0.55785125,0.54545456,0.53305787,0.2107438,0.2231405,0.2107438,0.2231405,0.2231405,0.2231405,0.23140496,0.21900827,0.22727273,0.2231405,0.21487603,0.2231405,0.28512397,0.3140496,0.37603307,0.5371901,0.62396693,0.59090906,0.5371901,0.5413223,0.44214877,0.40495867,0.4090909,0.42975205,0.4752066,0.48347107,0.47933885,0.46694216,0.47933885,0.45867768,0.43801653,0.42561984,0.4214876,0.446281,0.44214877,0.46694216,0.49173555,0.54545456,0.58677685,0.59917355,0.59917355,0.58677685,0.5785124,0.56198347,0.60330576,0.6528926,0.69008267,0.6983471,0.6859504,0.6859504,0.6735537,0.6694215,0.6487603,0.62396693,0.59917355,0.5785124,0.58264464,0.5661157,0.5661157,0.57438016,0.553719,0.5413223,0.5165289,0.5,0.21900827,0.21900827,0.21900827,0.21900827,0.21900827,0.23140496,0.2107438,0.23140496,0.21900827,0.2231405,0.2231405,0.21900827,0.23140496,0.30165288,0.3264463,0.44214877,0.58264464,0.6198347,0.5247934,0.54545456,0.5123967,0.4090909,0.38429752,0.40082645,0.4338843,0.47933885,0.5165289,0.5123967,0.5041322,0.5,0.46280992,0.45041323,0.45454547,0.4752066,0.4752066,0.49173555,0.5371901,0.54545456,0.56198347,0.57024795,0.5661157,0.5661157,0.58264464,0.60330576,0.661157,0.6818182,0.6818182,0.6983471,0.6859504,0.6859504,0.6859504,0.677686,0.6487603,0.6198347,0.58677685,0.5661157,0.55785125,0.57024795,0.56198347,0.5495868,0.5413223,0.5123967,0.49173555,0.46694216,0.21900827,0.21900827,0.21900827,0.22727273,0.2107438,0.22727273,0.21900827,0.22727273,0.2231405,0.22727273,0.22727273,0.22727273,0.20661157,0.2644628,0.30578512,0.3553719,0.49173555,0.6198347,0.57024795,0.5,0.54545456,0.4752066,0.39256197,0.38016528,0.41735536,0.44214877,0.44214877,0.45041323,0.44214877,0.47107437,0.46694216,0.45041323,0.446281,0.45041323,0.46694216,0.49173555,0.5165289,0.53305787,0.55785125,0.56198347,0.5785124,0.58677685,0.6322314,0.6694215,0.7066116,0.6942149,0.69008267,0.7107438,0.7066116,0.6859504,0.69008267,0.6818182,0.6446281,0.61157024,0.58264464,0.55785125,0.55785125,0.5661157,0.54545456,0.5371901,0.5165289,0.4876033,0.45867768,0.4214876,0.2107438,0.21487603,0.21900827,0.2231405,0.21900827,0.21487603,0.22727273,0.21900827,0.2231405,0.2231405,0.22727273,0.22727273,0.22727273,0.22727273,0.2768595,0.3181818,0.38429752,0.5495868,0.607438,0.48347107,0.53305787,0.5495868,0.4752066,0.4214876,0.42561984,0.446281,0.46280992,0.4752066,0.47107437,0.48347107,0.5,0.47933885,0.46694216,0.47107437,0.48347107,0.5082645,0.5289256,0.553719,0.57438016,0.58677685,0.61570245,0.661157,0.6942149,0.70247936,0.7107438,0.71900827,0.7066116,0.7066116,0.70247936,0.6942149,0.70247936,0.6818182,0.6280992,0.59504133,0.5661157,0.56198347,0.55785125,0.5413223,0.5247934,0.5123967,0.49173555,0.45454547,0.41735536,0.37603307,0.2107438,0.21487603,0.21487603,0.2231405,0.22727273,0.21900827,0.2231405,0.2231405,0.22727273,0.2231405,0.23140496,0.21900827,0.22727273,0.21900827,0.22727273,0.29338843,0.3181818,0.44214877,0.5785124,0.49586776,0.5041322,0.5785124,0.553719,0.5206612,0.5,0.47933885,0.49173555,0.5,0.5165289,0.5289256,0.5247934,0.553719,0.54545456,0.54545456,0.5495868,0.56198347,0.57438016,0.59917355,0.62396693,0.6528926,0.69008267,0.70247936,0.7107438,0.71487606,0.73140496,0.73140496,0.70247936,0.7066116,0.7066116,0.6859504,0.6652893,0.6528926,0.6198347,0.58677685,0.57024795,0.54545456,0.53305787,0.5165289,0.5041322,0.47933885,0.44214877,0.41322315,0.37603307,0.35950413,0.21487603,0.20661157,0.21487603,0.2231405,0.2231405,0.2231405,0.2231405,0.21900827,0.2231405,0.22727273,0.23140496,0.22727273,0.2231405,0.23140496,0.21900827,0.22727273,0.30578512,0.35123968,0.45867768,0.5,0.48347107,0.57024795,0.58677685,0.5785124,0.57438016,0.56198347,0.57438016,0.57024795,0.5785124,0.58264464,0.57438016,0.5785124,0.60330576,0.607438,0.62396693,0.6363636,0.6528926,0.6694215,0.6983471,0.7107438,0.71900827,0.7231405,0.7231405,0.7355372,0.74793386,0.71900827,0.7107438,0.70247936,0.70247936,0.69008267,0.661157,0.6322314,0.59090906,0.58264464,0.5495868,0.5289256,0.5123967,0.49173555,0.46694216,0.4214876,0.39256197,0.36363637,0.36363637,0.4090909,0.21487603,0.21487603,0.21900827,0.22727273,0.21487603,0.2231405,0.21900827,0.2231405,0.2231405,0.2231405,0.23966943,0.22727273,0.23553719,0.22727273,0.2231405,0.20247933,0.2520661,0.37190083,0.38842976,0.446281,0.47933885,0.55785125,0.59917355,0.59917355,0.59917355,0.61157024,0.6280992,0.6404959,0.6363636,0.6198347,0.61570245,0.607438,0.6280992,0.6570248,0.6570248,0.6818182,0.7066116,0.7107438,0.71487606,0.7355372,0.73140496,0.73140496,0.74380165,0.75206614,0.75206614,0.71900827,0.7066116,0.69008267,0.69008267,0.6652893,0.61570245,0.59504133,0.5661157,0.5495868,0.5206612,0.5041322,0.48347107,0.45041323,0.41322315,0.37603307,0.36363637,0.37603307,0.41735536,0.45867768,0.21487603,0.21900827,0.21487603,0.21487603,0.2231405,0.21487603,0.21900827,0.2231405,0.2231405,0.2231405,0.2231405,0.2231405,0.23553719,0.2231405,0.21900827,0.20661157,0.28512397,0.40495867,0.47107437,0.41735536,0.4338843,0.53305787,0.607438,0.60330576,0.6198347,0.6322314,0.6694215,0.6859504,0.70247936,0.6942149,0.6942149,0.6983471,0.6942149,0.6983471,0.69008267,0.70247936,0.73966944,0.74380165,0.7355372,0.73140496,0.7231405,0.7355372,0.74793386,0.74793386,0.72727275,0.70247936,0.677686,0.6694215,0.6487603,0.61157024,0.57438016,0.54545456,0.5413223,0.5123967,0.47933885,0.45867768,0.42561984,0.39256197,0.37603307,0.35123968,0.38016528,0.4338843,0.47933885,0.5041322,0.20247933,0.22727273,0.2231405,0.21900827,0.2107438,0.2231405,0.21900827,0.22727273,0.21487603,0.22727273,0.2231405,0.23140496,0.23553719,0.22727273,0.2107438,0.21900827,0.38016528,0.45454547,0.607438,0.45867768,0.37603307,0.47107437,0.59917355,0.60330576,0.61157024,0.6363636,0.6570248,0.6942149,0.7231405,0.72727275,0.72727275,0.73966944,0.73140496,0.7355372,0.72727275,0.72727275,0.73966944,0.74793386,0.75619835,0.7355372,0.72727275,0.7355372,0.7355372,0.71900827,0.70247936,0.6735537,0.6446281,0.6322314,0.58264464,0.5495868,0.5206612,0.5041322,0.49586776,0.45867768,0.41735536,0.3966942,0.37603307,0.35123968,0.34710744,0.39256197,0.4338843,0.47933885,0.5123967,0.5206612,0.20661157,0.21900827,0.2231405,0.2231405,0.21487603,0.21900827,0.21487603,0.22727273,0.2231405,0.22727273,0.22727273,0.22727273,0.22727273,0.23140496,0.16528925,0.32231405,0.4752066,0.57024795,0.6694215,0.4752066,0.3140496,0.3966942,0.5413223,0.58677685,0.59090906,0.60330576,0.61570245,0.6363636,0.677686,0.6983471,0.70247936,0.71900827,0.71900827,0.7231405,0.72727275,0.72727275,0.73966944,0.74380165,0.74380165,0.73966944,0.73140496,0.71900827,0.70247936,0.6942149,0.6694215,0.62396693,0.59504133,0.5661157,0.5165289,0.49173555,0.4752066,0.45454547,0.4214876,0.38842976,0.35950413,0.35123968,0.34710744,0.35123968,0.40082645,0.45454547,0.48347107,0.5123967,0.5289256,0.53305787,0.21487603,0.2107438,0.22727273,0.21900827,0.21900827,0.2231405,0.21900827,0.21900827,0.2231405,0.23553719,0.23140496,0.2231405,0.23553719,0.21487603,0.14876033,0.4876033,0.59504133,0.62396693,0.6652893,0.5123967,0.24793388,0.2892562,0.46280992,0.553719,0.5661157,0.5661157,0.58677685,0.607438,0.6322314,0.6404959,0.6652893,0.677686,0.6983471,0.6983471,0.7107438,0.71900827,0.73140496,0.7231405,0.71487606,0.72727275,0.73140496,0.69008267,0.677686,0.6570248,0.61570245,0.5785124,0.5413223,0.47933885,0.4338843,0.41735536,0.40082645,0.37603307,0.34710744,0.33471075,0.338843,0.35123968,0.3677686,0.4090909,0.45454547,0.49586776,0.5165289,0.5289256,0.5495868,0.54545456,0.20661157,0.2107438,0.21900827,0.21487603,0.21900827,0.2231405,0.2231405,0.2107438,0.23140496,0.2231405,0.22727273,0.21900827,0.23966943,0.17355372,0.25619835,0.6446281,0.6487603,0.6404959,0.6528926,0.53305787,0.32231405,0.12809917,0.3677686,0.48347107,0.5289256,0.53305787,0.56198347,0.59917355,0.607438,0.607438,0.62396693,0.6363636,0.6446281,0.6570248,0.661157,0.6694215,0.6859504,0.6818182,0.6652893,0.6652893,0.6735537,0.6446281,0.6322314,0.59090906,0.55785125,0.5165289,0.446281,0.3966942,0.38016528,0.36363637,0.338843,0.3264463,0.3140496,0.3305785,0.35950413,0.3966942,0.42975205,0.46280992,0.49586776,0.5247934,0.5413223,0.553719,0.5661157,0.56198347,0.21487603,0.21487603,0.2231405,0.21487603,0.21900827,0.2231405,0.21900827,0.2107438,0.21900827,0.24380165,0.23553719,0.24793388,0.28099173,0.23140496,0.42561984,0.7066116,0.6487603,0.6404959,0.6363636,0.5371901,0.38842976,0.11157025,0.23140496,0.41735536,0.47107437,0.49173555,0.5041322,0.5495868,0.5495868,0.57024795,0.58264464,0.58264464,0.5785124,0.60330576,0.59917355,0.59090906,0.61570245,0.6198347,0.61570245,0.61570245,0.6198347,0.59504133,0.55785125,0.5165289,0.4876033,0.42561984,0.35950413,0.3553719,0.338843,0.32231405,0.3181818,0.3305785,0.3553719,0.38842976,0.43801653,0.446281,0.49173555,0.5041322,0.5289256,0.5413223,0.56198347,0.56198347,0.58264464,0.5785124,0.21900827,0.21487603,0.21487603,0.21487603,0.21900827,0.2231405,0.2107438,0.21900827,0.29752067,0.37603307,0.37603307,0.41322315,0.45041323,0.38842976,0.55785125,0.6983471,0.62396693,0.6280992,0.61570245,0.55785125,0.41322315,0.17768595,0.12809917,0.29338843,0.3966942,0.4214876,0.44214877,0.4752066,0.49173555,0.5247934,0.53305787,0.5289256,0.5206612,0.5371901,0.53305787,0.5371901,0.553719,0.56198347,0.553719,0.5495868,0.55785125,0.5289256,0.4752066,0.4338843,0.3966942,0.34710744,0.338843,0.32231405,0.3140496,0.33471075,0.36363637,0.39256197,0.42561984,0.45867768,0.47933885,0.48347107,0.5247934,0.5289256,0.54545456,0.553719,0.57024795,0.57024795,0.5785124,0.59090906,0.21900827,0.21487603,0.21487603,0.21487603,0.21900827,0.2231405,0.26859504,0.43801653,0.56198347,0.62396693,0.58677685,0.55785125,0.5371901,0.5123967,0.6198347,0.6694215,0.60330576,0.61570245,0.607438,0.55785125,0.446281,0.2520661,0.1322314,0.2107438,0.3140496,0.37190083,0.3677686,0.40495867,0.4338843,0.46694216,0.47933885,0.46280992,0.45867768,0.446281,0.45867768,0.46694216,0.47933885,0.47933885,0.49173555,0.4752066,0.47933885,0.4338843,0.38842976,0.34710744,0.3305785,0.30991736,0.3140496,0.3181818,0.36363637,0.40082645,0.44214877,0.47107437,0.49173555,0.5165289,0.5165289,0.5247934,0.5371901,0.553719,0.57024795,0.57024795,0.5785124,0.57438016,0.58264464,0.60330576,0.2107438,0.2107438,0.2107438,0.24793388,0.3181818,0.46694216,0.61570245,0.6942149,0.73140496,0.6983471,0.6404959,0.6487603,0.6363636,0.6198347,0.661157,0.6404959,0.59504133,0.59917355,0.59504133,0.56198347,0.47933885,0.3140496,0.15289256,0.19008264,0.2107438,0.30165288,0.338843,0.33471075,0.36363637,0.40082645,0.4090909,0.4214876,0.41322315,0.40082645,0.3966942,0.3966942,0.40082645,0.4090909,0.3966942,0.42561984,0.39256197,0.34710744,0.30991736,0.2892562,0.30165288,0.3264463,0.37190083,0.4090909,0.46694216,0.4876033,0.5123967,0.5289256,0.53305787,0.54545456,0.54545456,0.553719,0.55785125,0.5661157,0.5785124,0.58264464,0.57438016,0.5785124,0.59090906,0.607438,34 +0.23553719,0.2603306,0.39256197,0.6322314,0.8264463,0.8264463,0.8140496,0.822314,0.8264463,0.76859504,0.8181818,0.8057851,0.7892562,0.7933884,0.7892562,0.7933884,0.79752064,0.8057851,0.8057851,0.7933884,0.79752064,0.8016529,0.8057851,0.8140496,0.8140496,0.8181818,0.8305785,0.838843,0.838843,0.8512397,0.8471074,0.8471074,0.8512397,0.8553719,0.8677686,0.8719008,0.8719008,0.87603307,0.8801653,0.8801653,0.88429755,0.88842976,0.892562,0.892562,0.892562,0.89669424,0.90082645,0.89669424,0.89669424,0.90082645,0.89669424,0.90495867,0.90082645,0.90082645,0.90082645,0.90082645,0.90082645,0.90082645,0.89669424,0.90082645,0.89669424,0.946281,0.7066116,0.3553719,0.23966943,0.30165288,0.41322315,0.6942149,0.8429752,0.8305785,0.822314,0.8264463,0.8181818,0.78512394,0.822314,0.8016529,0.7892562,0.8057851,0.79752064,0.80991733,0.80991733,0.8016529,0.79752064,0.7892562,0.7892562,0.7933884,0.7933884,0.8016529,0.80991733,0.8140496,0.8181818,0.8264463,0.8347107,0.8471074,0.8429752,0.8471074,0.8512397,0.8595041,0.8595041,0.8636364,0.8719008,0.87603307,0.8801653,0.8801653,0.88429755,0.88429755,0.892562,0.892562,0.892562,0.892562,0.892562,0.89669424,0.90082645,0.89669424,0.89669424,0.90082645,0.90082645,0.89669424,0.90082645,0.90495867,0.90082645,0.90082645,0.90082645,0.89669424,0.88842976,0.9586777,0.8140496,0.47933885,0.2644628,0.29338843,0.446281,0.77272725,0.8429752,0.8305785,0.822314,0.8181818,0.8140496,0.79752064,0.8181818,0.8057851,0.8016529,0.8057851,0.8057851,0.80991733,0.8016529,0.8016529,0.79752064,0.78512394,0.78512394,0.7892562,0.78099173,0.7892562,0.79752064,0.8057851,0.80991733,0.8140496,0.8264463,0.8429752,0.8471074,0.8512397,0.8471074,0.8512397,0.8553719,0.8636364,0.8636364,0.87603307,0.87603307,0.88842976,0.88842976,0.88842976,0.88842976,0.892562,0.89669424,0.892562,0.892562,0.88842976,0.892562,0.89669424,0.89669424,0.89669424,0.89669424,0.89669424,0.89669424,0.90495867,0.90082645,0.90082645,0.89669424,0.89669424,0.892562,0.9214876,0.8595041,0.54545456,0.26859504,0.28099173,0.48347107,0.8264463,0.838843,0.8305785,0.8140496,0.8140496,0.8140496,0.80991733,0.8140496,0.80991733,0.8016529,0.8016529,0.79752064,0.79752064,0.7933884,0.7892562,0.78512394,0.78099173,0.7768595,0.77272725,0.76859504,0.77272725,0.7768595,0.78512394,0.7933884,0.79752064,0.8181818,0.838843,0.8471074,0.8429752,0.8471074,0.8471074,0.8429752,0.8429752,0.8595041,0.8719008,0.87603307,0.88429755,0.88842976,0.88429755,0.88429755,0.88429755,0.88842976,0.892562,0.892562,0.892562,0.892562,0.892562,0.892562,0.892562,0.89669424,0.89669424,0.89669424,0.90082645,0.90082645,0.90082645,0.89669424,0.892562,0.892562,0.9214876,0.8801653,0.607438,0.26859504,0.29338843,0.5495868,0.8553719,0.8347107,0.8264463,0.8140496,0.8181818,0.8140496,0.80991733,0.8057851,0.8016529,0.7892562,0.7892562,0.7892562,0.78512394,0.7768595,0.77272725,0.77272725,0.77272725,0.7644628,0.75206614,0.76033056,0.7644628,0.7644628,0.76033056,0.7768595,0.78099173,0.8016529,0.8305785,0.8347107,0.8264463,0.8305785,0.8429752,0.838843,0.8347107,0.8471074,0.8636364,0.8719008,0.87603307,0.8719008,0.87603307,0.8801653,0.8719008,0.8801653,0.8801653,0.87603307,0.8801653,0.8801653,0.88842976,0.892562,0.88842976,0.892562,0.89669424,0.89669424,0.90082645,0.89669424,0.89669424,0.89669424,0.89669424,0.892562,0.90909094,0.892562,0.6446281,0.2644628,0.3305785,0.6404959,0.88429755,0.8347107,0.8181818,0.822314,0.8181818,0.80991733,0.79752064,0.78512394,0.78099173,0.7768595,0.76033056,0.76033056,0.75619835,0.74793386,0.76033056,0.76033056,0.76033056,0.75619835,0.75206614,0.75206614,0.74793386,0.73966944,0.74380165,0.75206614,0.74793386,0.77272725,0.8140496,0.79752064,0.80991733,0.822314,0.8181818,0.8305785,0.8264463,0.8305785,0.8471074,0.8553719,0.8636364,0.8512397,0.8512397,0.8595041,0.8471074,0.8512397,0.8471074,0.8512397,0.8512397,0.8512397,0.8677686,0.87603307,0.87603307,0.8719008,0.87603307,0.892562,0.89669424,0.89669424,0.89669424,0.89669424,0.892562,0.88842976,0.91322315,0.90082645,0.6363636,0.26859504,0.38429752,0.7107438,0.8719008,0.8305785,0.8181818,0.822314,0.8140496,0.77272725,0.73140496,0.71487606,0.71900827,0.7066116,0.6694215,0.6570248,0.6652893,0.6735537,0.6818182,0.69008267,0.69008267,0.6859504,0.6859504,0.69008267,0.6859504,0.6818182,0.6859504,0.7107438,0.7231405,0.74793386,0.7768595,0.76033056,0.78512394,0.79752064,0.7933884,0.79752064,0.8057851,0.8140496,0.8140496,0.8140496,0.8347107,0.79752064,0.79752064,0.7768595,0.75206614,0.74380165,0.75206614,0.7644628,0.76033056,0.7933884,0.8016529,0.8264463,0.8181818,0.822314,0.838843,0.8595041,0.87603307,0.892562,0.90082645,0.89669424,0.892562,0.88842976,0.90495867,0.90495867,0.6570248,0.2231405,0.3966942,0.7355372,0.8636364,0.822314,0.8140496,0.8181818,0.78099173,0.7066116,0.6528926,0.6280992,0.6198347,0.5785124,0.5289256,0.5247934,0.5165289,0.48347107,0.49586776,0.5082645,0.5206612,0.5371901,0.5371901,0.56198347,0.59504133,0.607438,0.607438,0.6404959,0.6859504,0.7107438,0.7355372,0.7231405,0.75619835,0.7933884,0.76033056,0.78099173,0.78512394,0.78512394,0.74793386,0.72727275,0.78512394,0.7231405,0.70247936,0.6198347,0.57438016,0.5495868,0.5495868,0.57024795,0.57024795,0.59504133,0.6363636,0.6818182,0.6735537,0.73966944,0.7768595,0.8057851,0.8305785,0.8636364,0.88842976,0.892562,0.892562,0.88429755,0.89669424,0.91735536,0.6818182,0.21487603,0.42561984,0.75619835,0.8595041,0.8140496,0.78512394,0.74793386,0.6942149,0.6363636,0.59917355,0.57024795,0.5206612,0.46694216,0.4214876,0.40082645,0.3677686,0.3553719,0.3264463,0.3553719,0.3553719,0.38016528,0.39256197,0.4338843,0.4876033,0.5289256,0.5371901,0.5661157,0.6363636,0.661157,0.69008267,0.6859504,0.70247936,0.76033056,0.74380165,0.72727275,0.75206614,0.69008267,0.6694215,0.6528926,0.7107438,0.6404959,0.59504133,0.49173555,0.43801653,0.40082645,0.37190083,0.37190083,0.41735536,0.45041323,0.46280992,0.5123967,0.5495868,0.61157024,0.6652893,0.6942149,0.72727275,0.7768595,0.838843,0.8636364,0.87603307,0.8801653,0.88429755,0.92975205,0.7107438,0.22727273,0.46694216,0.78099173,0.8512397,0.8016529,0.75619835,0.6859504,0.61157024,0.553719,0.5206612,0.47933885,0.42561984,0.38429752,0.3429752,0.3305785,0.2892562,0.30578512,0.26859504,0.27272728,0.2520661,0.2892562,0.3181818,0.3429752,0.40495867,0.45454547,0.47933885,0.5206612,0.5785124,0.6322314,0.6446281,0.6652893,0.69008267,0.74380165,0.72727275,0.6694215,0.6694215,0.62396693,0.62396693,0.60330576,0.6280992,0.5661157,0.5123967,0.44214877,0.40082645,0.34710744,0.3140496,0.30165288,0.30578512,0.3429752,0.37190083,0.40495867,0.43801653,0.4876033,0.5371901,0.5661157,0.61157024,0.6694215,0.75206614,0.8140496,0.8429752,0.8595041,0.8719008,0.9214876,0.74380165,0.2520661,0.5206612,0.8140496,0.8347107,0.78512394,0.75206614,0.6735537,0.58677685,0.5082645,0.4876033,0.42975205,0.38429752,0.3677686,0.3305785,0.30991736,0.28099173,0.27272728,0.26859504,0.2644628,0.2520661,0.2768595,0.3140496,0.33471075,0.3966942,0.42561984,0.46280992,0.49173555,0.53305787,0.59504133,0.62396693,0.6363636,0.69008267,0.7231405,0.73140496,0.661157,0.6280992,0.607438,0.58264464,0.5661157,0.55785125,0.5082645,0.45867768,0.41735536,0.38016528,0.3305785,0.30578512,0.29338843,0.29752067,0.3181818,0.3264463,0.35950413,0.40082645,0.43801653,0.46280992,0.48347107,0.5082645,0.553719,0.6446281,0.74380165,0.8057851,0.8347107,0.8512397,0.91735536,0.79752064,0.24793388,0.58264464,0.8305785,0.822314,0.76859504,0.70247936,0.6570248,0.5661157,0.49586776,0.5082645,0.46280992,0.4214876,0.41735536,0.38429752,0.3429752,0.33471075,0.2768595,0.2892562,0.26859504,0.2644628,0.29338843,0.3140496,0.3553719,0.4214876,0.46280992,0.49586776,0.5082645,0.53305787,0.57024795,0.6322314,0.6570248,0.7066116,0.73140496,0.74380165,0.6818182,0.661157,0.6198347,0.57024795,0.54545456,0.5082645,0.46694216,0.42561984,0.38842976,0.35950413,0.3305785,0.3181818,0.33471075,0.35950413,0.39256197,0.4338843,0.46280992,0.48347107,0.49586776,0.49586776,0.5,0.5041322,0.5082645,0.56198347,0.6487603,0.7355372,0.8057851,0.8347107,0.88842976,0.8719008,0.2768595,0.6818182,0.8471074,0.80991733,0.73966944,0.6652893,0.6570248,0.5785124,0.5371901,0.54545456,0.5082645,0.46694216,0.43801653,0.42975205,0.39256197,0.3677686,0.32231405,0.2603306,0.24793388,0.23966943,0.23966943,0.2603306,0.28512397,0.338843,0.41322315,0.5,0.55785125,0.57438016,0.6280992,0.6735537,0.71487606,0.74380165,0.78512394,0.8181818,0.76859504,0.74380165,0.69008267,0.62396693,0.553719,0.47107437,0.42561984,0.38842976,0.35950413,0.338843,0.3140496,0.3264463,0.3677686,0.42561984,0.4876033,0.5123967,0.49173555,0.4752066,0.4876033,0.49173555,0.5,0.5247934,0.5413223,0.5661157,0.59504133,0.6570248,0.7644628,0.80991733,0.8553719,0.9504132,0.3429752,0.76033056,0.838843,0.78099173,0.70247936,0.6818182,0.6404959,0.6363636,0.5785124,0.56198347,0.4876033,0.446281,0.46280992,0.45454547,0.41735536,0.38429752,0.33471075,0.28099173,0.2768595,0.27272728,0.2107438,0.20661157,0.19421488,0.23140496,0.27272728,0.3553719,0.47933885,0.59090906,0.71900827,0.74793386,0.76859504,0.78512394,0.822314,0.87603307,0.8636364,0.8471074,0.80991733,0.7066116,0.5495868,0.42561984,0.38016528,0.338843,0.3181818,0.3140496,0.30991736,0.33471075,0.38429752,0.46280992,0.57024795,0.6322314,0.6198347,0.58677685,0.53305787,0.43801653,0.40082645,0.45867768,0.53305787,0.58264464,0.60330576,0.6404959,0.71900827,0.7933884,0.8347107,0.93801653,0.446281,0.8305785,0.8347107,0.74380165,0.7231405,0.71900827,0.6942149,0.6652893,0.59090906,0.47107437,0.446281,0.5413223,0.4752066,0.5247934,0.45041323,0.28512397,0.23553719,0.1570248,0.2892562,0.21487603,0.2603306,0.21900827,0.19421488,0.19421488,0.18595041,0.21487603,0.3140496,0.5661157,0.7768595,0.7933884,0.78512394,0.80991733,0.8471074,0.8801653,0.8801653,0.88429755,0.90082645,0.73966944,0.47933885,0.36363637,0.33471075,0.3181818,0.30578512,0.30991736,0.33471075,0.3264463,0.30578512,0.2892562,0.3140496,0.38016528,0.446281,0.59504133,0.70247936,0.7355372,0.5785124,0.338843,0.42975205,0.5289256,0.59504133,0.6735537,0.71900827,0.79752064,0.838843,0.89669424,0.58677685,0.8677686,0.8264463,0.76033056,0.76859504,0.7644628,0.72727275,0.6694215,0.5123967,0.39256197,0.5371901,0.57024795,0.38842976,0.6735537,0.49173555,0.11983471,0.14049587,0.11570248,0.23140496,0.2892562,0.3305785,0.23553719,0.19421488,0.1983471,0.18181819,0.15289256,0.23140496,0.5495868,0.7933884,0.8057851,0.7892562,0.8140496,0.8512397,0.8801653,0.88429755,0.90082645,0.91735536,0.72727275,0.47107437,0.40082645,0.40495867,0.35950413,0.29338843,0.29752067,0.35123968,0.2892562,0.2520661,0.18181819,0.16528925,0.20247933,0.22727273,0.37190083,0.42561984,0.5206612,0.59917355,0.53305787,0.38429752,0.41322315,0.5413223,0.6859504,0.74793386,0.8140496,0.8512397,0.8471074,0.7231405,0.8636364,0.8016529,0.8140496,0.80991733,0.76033056,0.73140496,0.60330576,0.43801653,0.42975205,0.4752066,0.41735536,0.3429752,0.74793386,0.5247934,0.1446281,0.2231405,0.20661157,0.3140496,0.3429752,0.38842976,0.28512397,0.20247933,0.18595041,0.20247933,0.17768595,0.2520661,0.58264464,0.8057851,0.8140496,0.7933884,0.8181818,0.8553719,0.87603307,0.88429755,0.89669424,0.90909094,0.74793386,0.5785124,0.59090906,0.5206612,0.4338843,0.3305785,0.3264463,0.41735536,0.3553719,0.37603307,0.26859504,0.2603306,0.30165288,0.32231405,0.59090906,0.5165289,0.4090909,0.5041322,0.54545456,0.5371901,0.5123967,0.56198347,0.6983471,0.76859504,0.8305785,0.8595041,0.8512397,0.7892562,0.8512397,0.80991733,0.838843,0.8057851,0.76859504,0.7355372,0.553719,0.45454547,0.45867768,0.48347107,0.46694216,0.45454547,0.56198347,0.446281,0.3429752,0.40082645,0.41322315,0.46280992,0.49173555,0.5247934,0.46694216,0.38842976,0.3305785,0.29752067,0.2892562,0.38429752,0.6528926,0.8140496,0.8181818,0.80991733,0.8264463,0.8553719,0.87603307,0.88429755,0.90082645,0.89669424,0.8016529,0.70247936,0.6942149,0.6363636,0.57024795,0.47933885,0.44214877,0.4752066,0.47107437,0.4876033,0.45867768,0.47933885,0.4752066,0.5165289,0.5785124,0.5785124,0.6322314,0.6570248,0.677686,0.677686,0.6942149,0.6942149,0.76033056,0.80991733,0.8553719,0.8719008,0.8595041,0.8140496,0.8429752,0.8181818,0.8305785,0.8016529,0.75619835,0.6818182,0.58264464,0.5785124,0.59917355,0.6487603,0.661157,0.6198347,0.56198347,0.5123967,0.48347107,0.49173555,0.48347107,0.49173555,0.5123967,0.53305787,0.5289256,0.4876033,0.45041323,0.43801653,0.4752066,0.57024795,0.71900827,0.80991733,0.8181818,0.8181818,0.838843,0.8595041,0.87603307,0.88429755,0.89669424,0.89669424,0.8512397,0.78099173,0.71900827,0.6818182,0.6694215,0.6280992,0.553719,0.5247934,0.5413223,0.5495868,0.55785125,0.58677685,0.61157024,0.6570248,0.7231405,0.7231405,0.8016529,0.77272725,0.822314,0.8016529,0.8140496,0.8181818,0.8305785,0.8429752,0.8636364,0.8801653,0.87603307,0.822314,0.8471074,0.822314,0.8181818,0.76859504,0.73966944,0.6983471,0.69008267,0.6818182,0.6735537,0.69008267,0.6942149,0.6404959,0.57438016,0.5165289,0.49586776,0.4876033,0.47933885,0.4752066,0.49586776,0.5247934,0.5413223,0.55785125,0.5661157,0.58677685,0.6363636,0.70247936,0.75619835,0.7933884,0.80991733,0.8181818,0.8305785,0.8636364,0.8801653,0.8801653,0.88842976,0.88429755,0.8801653,0.8429752,0.77272725,0.7107438,0.7231405,0.7066116,0.6280992,0.57438016,0.5661157,0.54545456,0.5785124,0.5785124,0.61157024,0.6694215,0.7355372,0.7644628,0.8140496,0.8057851,0.8553719,0.8553719,0.8553719,0.8677686,0.8636364,0.8636364,0.87603307,0.88429755,0.8801653,0.8264463,0.8471074,0.8181818,0.8016529,0.75619835,0.73966944,0.7355372,0.73140496,0.6983471,0.6694215,0.677686,0.6652893,0.61570245,0.57438016,0.5371901,0.5247934,0.5371901,0.5413223,0.5661157,0.59504133,0.61570245,0.6404959,0.661157,0.677686,0.69008267,0.74380165,0.7644628,0.7644628,0.78512394,0.79752064,0.8057851,0.8264463,0.8595041,0.87603307,0.8719008,0.88429755,0.8801653,0.88429755,0.87603307,0.8429752,0.7933884,0.77272725,0.75619835,0.7355372,0.6859504,0.661157,0.607438,0.61570245,0.56198347,0.5495868,0.58677685,0.62396693,0.6570248,0.74380165,0.8016529,0.8429752,0.8595041,0.8719008,0.8801653,0.87603307,0.8801653,0.8801653,0.88842976,0.8801653,0.8429752,0.8347107,0.80991733,0.7892562,0.76033056,0.76033056,0.74380165,0.70247936,0.6942149,0.6983471,0.70247936,0.6859504,0.661157,0.6487603,0.6446281,0.6446281,0.6528926,0.6570248,0.6652893,0.661157,0.6818182,0.6983471,0.70247936,0.71900827,0.74380165,0.78099173,0.76859504,0.75619835,0.7768595,0.7892562,0.8016529,0.8305785,0.8512397,0.8636364,0.8677686,0.8677686,0.8719008,0.88429755,0.88842976,0.87603307,0.8636364,0.8305785,0.8140496,0.8140496,0.8016529,0.7933884,0.78099173,0.78099173,0.7644628,0.75206614,0.77272725,0.7768595,0.7892562,0.80991733,0.822314,0.8512397,0.8595041,0.8677686,0.87603307,0.87603307,0.8801653,0.88429755,0.88429755,0.88429755,0.8471074,0.8181818,0.8057851,0.7892562,0.77272725,0.77272725,0.75619835,0.72727275,0.72727275,0.7355372,0.72727275,0.71487606,0.70247936,0.6983471,0.69008267,0.6859504,0.6942149,0.70247936,0.70247936,0.6983471,0.7107438,0.7231405,0.73140496,0.75206614,0.7768595,0.78512394,0.75206614,0.75206614,0.77272725,0.78512394,0.8016529,0.8347107,0.8471074,0.8636364,0.8595041,0.8677686,0.8636364,0.8801653,0.88842976,0.892562,0.8801653,0.8677686,0.8471074,0.8429752,0.8429752,0.8347107,0.8429752,0.838843,0.8264463,0.8305785,0.838843,0.8512397,0.8512397,0.8553719,0.8553719,0.8553719,0.8636364,0.8677686,0.87603307,0.87603307,0.8801653,0.88429755,0.8801653,0.8801653,0.8429752,0.8057851,0.8016529,0.7933884,0.78099173,0.76859504,0.7644628,0.75206614,0.74793386,0.74793386,0.73966944,0.7355372,0.72727275,0.71900827,0.7107438,0.7107438,0.71900827,0.71900827,0.72727275,0.72727275,0.73140496,0.73966944,0.76033056,0.7933884,0.7933884,0.75206614,0.75206614,0.77272725,0.78099173,0.77272725,0.7933884,0.822314,0.8429752,0.8719008,0.8677686,0.87603307,0.87603307,0.8719008,0.88429755,0.88429755,0.88842976,0.8719008,0.8553719,0.8553719,0.8553719,0.8512397,0.8512397,0.8512397,0.8347107,0.838843,0.8429752,0.8471074,0.8553719,0.8595041,0.8553719,0.8595041,0.8677686,0.8719008,0.87603307,0.8801653,0.88429755,0.8801653,0.8801653,0.8801653,0.8264463,0.7892562,0.78512394,0.7933884,0.7892562,0.7768595,0.77272725,0.76859504,0.7644628,0.76859504,0.7644628,0.75206614,0.7355372,0.73140496,0.7355372,0.73140496,0.74380165,0.73966944,0.7355372,0.73966944,0.75206614,0.74793386,0.78512394,0.8057851,0.7892562,0.74380165,0.77272725,0.80991733,0.80991733,0.73140496,0.73966944,0.76033056,0.8016529,0.8595041,0.8595041,0.8719008,0.8801653,0.88429755,0.8677686,0.87603307,0.8801653,0.8719008,0.8595041,0.8595041,0.8553719,0.8553719,0.8553719,0.8553719,0.8429752,0.8429752,0.8471074,0.8471074,0.8553719,0.8677686,0.8677686,0.8719008,0.8719008,0.8719008,0.8801653,0.8801653,0.88429755,0.88429755,0.87603307,0.8801653,0.80991733,0.78099173,0.78099173,0.79752064,0.7892562,0.78512394,0.7768595,0.7768595,0.7768595,0.77272725,0.77272725,0.76859504,0.76033056,0.76033056,0.7644628,0.76033056,0.7644628,0.7644628,0.74793386,0.75619835,0.76033056,0.76033056,0.76859504,0.78512394,0.78512394,0.78099173,0.77272725,0.7892562,0.77272725,0.6694215,0.6280992,0.6487603,0.7066116,0.76859504,0.8140496,0.8429752,0.8471074,0.87603307,0.88429755,0.87603307,0.87603307,0.87603307,0.8512397,0.8512397,0.8429752,0.8553719,0.8512397,0.8553719,0.8512397,0.8512397,0.8553719,0.8512397,0.8595041,0.8636364,0.8677686,0.8677686,0.8719008,0.8719008,0.8801653,0.88429755,0.88429755,0.8801653,0.8801653,0.8801653,0.8057851,0.77272725,0.79752064,0.8140496,0.8016529,0.7933884,0.7892562,0.7892562,0.7892562,0.7892562,0.7933884,0.78512394,0.7768595,0.7768595,0.7768595,0.7768595,0.7768595,0.78099173,0.76033056,0.76859504,0.75206614,0.73140496,0.6818182,0.8057851,0.8016529,0.77272725,0.70247936,0.6859504,0.6404959,0.607438,0.5165289,0.5247934,0.5661157,0.6363636,0.71487606,0.75619835,0.7644628,0.80991733,0.8347107,0.87603307,0.88429755,0.88429755,0.8512397,0.8140496,0.8181818,0.8347107,0.8471074,0.8471074,0.8553719,0.8595041,0.8512397,0.8553719,0.8595041,0.8595041,0.8677686,0.8719008,0.8801653,0.8801653,0.87603307,0.88429755,0.88429755,0.87603307,0.8801653,0.8801653,0.80991733,0.7892562,0.8057851,0.8140496,0.8140496,0.80991733,0.79752064,0.79752064,0.7933884,0.79752064,0.7892562,0.78099173,0.76859504,0.77272725,0.77272725,0.7768595,0.77272725,0.76859504,0.75206614,0.74380165,0.75206614,0.661157,0.7107438,0.8429752,0.6859504,0.60330576,0.54545456,0.5371901,0.5123967,0.5495868,0.4876033,0.44214877,0.45041323,0.5289256,0.6198347,0.607438,0.58264464,0.59917355,0.6570248,0.7355372,0.8140496,0.892562,0.8719008,0.78512394,0.77272725,0.7933884,0.822314,0.8347107,0.8471074,0.8595041,0.8595041,0.8595041,0.8595041,0.8471074,0.8471074,0.8677686,0.8801653,0.8801653,0.87603307,0.88429755,0.8801653,0.8801653,0.8801653,0.8801653,0.8057851,0.8016529,0.8181818,0.8140496,0.8140496,0.8140496,0.7933884,0.79752064,0.80991733,0.79752064,0.7933884,0.76859504,0.76033056,0.7644628,0.76859504,0.77272725,0.76033056,0.74793386,0.72727275,0.72727275,0.73140496,0.57024795,0.73140496,0.7355372,0.47107437,0.33471075,0.27272728,0.28512397,0.28099173,0.37603307,0.5206612,0.44214877,0.37603307,0.4752066,0.5495868,0.3553719,0.2644628,0.26859504,0.29752067,0.41735536,0.61157024,0.7892562,0.8595041,0.7644628,0.71900827,0.73966944,0.76859504,0.8016529,0.8305785,0.838843,0.8512397,0.8512397,0.8429752,0.8429752,0.8471074,0.8595041,0.8719008,0.88429755,0.8719008,0.88429755,0.8801653,0.8801653,0.87603307,0.87603307,0.8016529,0.8057851,0.8305785,0.8140496,0.8140496,0.8057851,0.7892562,0.79752064,0.8181818,0.7933884,0.7892562,0.74380165,0.75206614,0.74793386,0.76033056,0.75619835,0.7355372,0.72727275,0.71487606,0.71487606,0.6528926,0.45454547,0.6570248,0.6528926,0.34710744,0.19421488,0.15289256,0.14876033,0.15289256,0.32231405,0.5495868,0.49173555,0.33471075,0.46694216,0.5413223,0.30165288,0.20247933,0.16528925,0.15289256,0.1983471,0.37603307,0.62396693,0.78099173,0.7644628,0.73140496,0.7066116,0.70247936,0.74380165,0.7892562,0.8057851,0.8181818,0.8264463,0.8305785,0.8264463,0.8305785,0.8429752,0.8553719,0.8636364,0.87603307,0.8801653,0.87603307,0.87603307,0.8719008,0.8719008,0.8264463,0.8181818,0.838843,0.8057851,0.80991733,0.80991733,0.8140496,0.79752064,0.8140496,0.78099173,0.75619835,0.75206614,0.75206614,0.72727275,0.73966944,0.72727275,0.7066116,0.7066116,0.6983471,0.677686,0.553719,0.40495867,0.5289256,0.6528926,0.3553719,0.1983471,0.18181819,0.21487603,0.3181818,0.48347107,0.58264464,0.5123967,0.32231405,0.446281,0.60330576,0.5123967,0.40495867,0.30578512,0.2644628,0.24380165,0.3181818,0.5082645,0.6983471,0.76859504,0.7644628,0.71900827,0.6859504,0.69008267,0.7231405,0.7644628,0.7768595,0.7933884,0.8057851,0.8016529,0.8181818,0.822314,0.8305785,0.8471074,0.8595041,0.87603307,0.8677686,0.87603307,0.8719008,0.8512397,0.8595041,0.822314,0.838843,0.7933884,0.8140496,0.80991733,0.8264463,0.822314,0.8016529,0.7768595,0.75206614,0.74793386,0.7231405,0.71900827,0.7066116,0.6942149,0.69008267,0.69008267,0.6818182,0.61157024,0.47933885,0.4090909,0.43801653,0.57438016,0.5,0.32231405,0.3264463,0.40495867,0.48347107,0.5206612,0.49586776,0.44214877,0.3140496,0.37603307,0.553719,0.6363636,0.6528926,0.59917355,0.5123967,0.42975205,0.39256197,0.5082645,0.6942149,0.7892562,0.7892562,0.74793386,0.71487606,0.6735537,0.6694215,0.7107438,0.74380165,0.76859504,0.78512394,0.7768595,0.8016529,0.80991733,0.8264463,0.8305785,0.8429752,0.8677686,0.8636364,0.8719008,0.8677686,0.838843,0.8471074,0.822314,0.8305785,0.8016529,0.80991733,0.8264463,0.8140496,0.8140496,0.7933884,0.7644628,0.7355372,0.72727275,0.71900827,0.7066116,0.6942149,0.6818182,0.6818182,0.6735537,0.6528926,0.553719,0.46280992,0.4752066,0.46694216,0.4752066,0.5165289,0.4752066,0.4752066,0.5123967,0.5165289,0.46280992,0.35950413,0.32231405,0.2892562,0.33471075,0.46694216,0.59917355,0.70247936,0.7107438,0.6404959,0.55785125,0.5495868,0.6570248,0.7644628,0.8140496,0.8016529,0.77272725,0.74380165,0.6983471,0.6528926,0.661157,0.70247936,0.7355372,0.74793386,0.76033056,0.7892562,0.7644628,0.8181818,0.8264463,0.8347107,0.8553719,0.8553719,0.8595041,0.8595041,0.8429752,0.838843,0.8264463,0.80991733,0.8016529,0.8181818,0.8264463,0.8140496,0.8140496,0.7892562,0.74380165,0.7231405,0.7066116,0.7107438,0.6983471,0.6942149,0.6859504,0.6735537,0.6735537,0.6363636,0.55785125,0.5206612,0.5413223,0.53305787,0.5247934,0.5247934,0.5041322,0.5041322,0.5123967,0.49586776,0.4338843,0.338843,0.3264463,0.3677686,0.40082645,0.46694216,0.5785124,0.7231405,0.78099173,0.79752064,0.7892562,0.78512394,0.7933884,0.8016529,0.8264463,0.8264463,0.78099173,0.76033056,0.7107438,0.6859504,0.661157,0.677686,0.6942149,0.7107438,0.74793386,0.7644628,0.77272725,0.79752064,0.8140496,0.8264463,0.8264463,0.8471074,0.8429752,0.8471074,0.838843,0.8305785,0.822314,0.8057851,0.79752064,0.8181818,0.8181818,0.8140496,0.8140496,0.78099173,0.74380165,0.72727275,0.70247936,0.7107438,0.7107438,0.70247936,0.69008267,0.6735537,0.6694215,0.6322314,0.607438,0.607438,0.62396693,0.60330576,0.55785125,0.5413223,0.5041322,0.4876033,0.5082645,0.5082645,0.4752066,0.4338843,0.45041323,0.5247934,0.5041322,0.47933885,0.5371901,0.6818182,0.75619835,0.78512394,0.80991733,0.8057851,0.8264463,0.8140496,0.838843,0.8429752,0.79752064,0.77272725,0.7066116,0.6942149,0.6818182,0.677686,0.69008267,0.7066116,0.72727275,0.74380165,0.7768595,0.80991733,0.80991733,0.822314,0.80991733,0.822314,0.822314,0.8140496,0.8305785,0.7231405,0.8181818,0.8140496,0.8016529,0.8057851,0.8057851,0.8140496,0.8057851,0.77272725,0.74380165,0.7231405,0.71900827,0.7231405,0.7107438,0.69008267,0.6818182,0.661157,0.6487603,0.6322314,0.6652893,0.69008267,0.69008267,0.6487603,0.60330576,0.59090906,0.56198347,0.553719,0.56198347,0.5495868,0.5371901,0.5289256,0.56198347,0.61570245,0.58264464,0.5123967,0.5289256,0.6280992,0.71900827,0.77272725,0.79752064,0.7933884,0.8140496,0.822314,0.8553719,0.8471074,0.80991733,0.78099173,0.71487606,0.6528926,0.661157,0.6487603,0.6735537,0.6859504,0.70247936,0.7355372,0.73140496,0.78099173,0.8264463,0.80991733,0.8016529,0.8057851,0.80991733,0.7933884,0.8264463,0.5785124,0.79752064,0.822314,0.79752064,0.7933884,0.79752064,0.8016529,0.7933884,0.7768595,0.75206614,0.72727275,0.73140496,0.73140496,0.6983471,0.6818182,0.6487603,0.607438,0.60330576,0.62396693,0.6818182,0.7107438,0.69008267,0.6570248,0.6198347,0.61570245,0.59090906,0.60330576,0.607438,0.59504133,0.59917355,0.6198347,0.6446281,0.6652893,0.6363636,0.59090906,0.57438016,0.6404959,0.72727275,0.74793386,0.79752064,0.7892562,0.7892562,0.8305785,0.8553719,0.8429752,0.8264463,0.80991733,0.74793386,0.6363636,0.6198347,0.59504133,0.6446281,0.6528926,0.6652893,0.71900827,0.7107438,0.7231405,0.8016529,0.8016529,0.7933884,0.7933884,0.8016529,0.79752064,0.80991733,0.58264464,0.7644628,0.822314,0.7933884,0.78099173,0.7892562,0.7892562,0.78512394,0.7768595,0.74380165,0.72727275,0.73140496,0.71487606,0.677686,0.6404959,0.59504133,0.553719,0.57024795,0.6280992,0.6818182,0.6983471,0.6818182,0.6694215,0.6446281,0.6446281,0.661157,0.6735537,0.6652893,0.6280992,0.6363636,0.6735537,0.6983471,0.71487606,0.69008267,0.6694215,0.661157,0.677686,0.75206614,0.7768595,0.80991733,0.822314,0.7768595,0.8429752,0.8553719,0.8347107,0.8429752,0.8140496,0.77272725,0.661157,0.61157024,0.55785125,0.61157024,0.6446281,0.6280992,0.6694215,0.7355372,0.74793386,0.77272725,0.78099173,0.77272725,0.78099173,0.78512394,0.7933884,0.7933884,0.73140496,0.76033056,0.8057851,0.78512394,0.77272725,0.78099173,0.7892562,0.7768595,0.7644628,0.74380165,0.7355372,0.71487606,0.69008267,0.6487603,0.57024795,0.5206612,0.5082645,0.5371901,0.6404959,0.677686,0.677686,0.69008267,0.7107438,0.6942149,0.71487606,0.6942149,0.6570248,0.59090906,0.56198347,0.56198347,0.58264464,0.60330576,0.6487603,0.661157,0.6487603,0.661157,0.6694215,0.6694215,0.7066116,0.7644628,0.8181818,0.8140496,0.8471074,0.8636364,0.822314,0.8429752,0.79752064,0.73966944,0.6487603,0.60330576,0.5495868,0.5661157,0.6363636,0.607438,0.5785124,0.7107438,0.74793386,0.76859504,0.76859504,0.7768595,0.76859504,0.77272725,0.78099173,0.78512394,0.7892562,0.77272725,0.78099173,0.7768595,0.76033056,0.76033056,0.78512394,0.7892562,0.77272725,0.7644628,0.7231405,0.6859504,0.6446281,0.57438016,0.49173555,0.46280992,0.44214877,0.45454547,0.61157024,0.6652893,0.69008267,0.7231405,0.73140496,0.6942149,0.6322314,0.553719,0.5206612,0.49173555,0.4752066,0.46694216,0.47107437,0.46694216,0.5082645,0.55785125,0.5413223,0.54545456,0.5413223,0.5247934,0.5413223,0.57024795,0.6446281,0.7107438,0.7892562,0.8553719,0.8347107,0.8347107,0.7933884,0.7107438,0.5785124,0.54545456,0.5206612,0.5206612,0.58677685,0.58264464,0.5247934,0.6652893,0.75619835,0.78099173,0.7768595,0.7644628,0.75206614,0.75619835,0.75619835,0.77272725,0.78512394,0.7768595,0.77272725,0.77272725,0.73966944,0.73966944,0.78099173,0.7933884,0.7768595,0.7768595,0.72727275,0.661157,0.58677685,0.5,0.446281,0.42561984,0.3677686,0.3264463,0.55785125,0.6694215,0.70247936,0.6983471,0.6404959,0.59090906,0.5371901,0.5041322,0.48347107,0.45867768,0.41735536,0.4214876,0.39256197,0.37190083,0.4090909,0.446281,0.446281,0.45867768,0.42975205,0.44214877,0.47107437,0.4876033,0.5082645,0.5289256,0.56198347,0.6528926,0.7355372,0.7933884,0.7892562,0.69008267,0.49586776,0.46694216,0.45867768,0.47933885,0.5247934,0.5661157,0.56198347,0.6280992,0.72727275,0.7644628,0.78099173,0.75206614,0.7355372,0.73966944,0.73966944,0.75619835,0.7768595,0.7644628,0.76859504,0.7768595,0.7231405,0.71900827,0.77272725,0.8016529,0.78512394,0.7644628,0.6983471,0.59090906,0.5371901,0.446281,0.3966942,0.38429752,0.3140496,0.21487603,0.46280992,0.6404959,0.607438,0.54545456,0.5123967,0.5165289,0.5165289,0.41735536,0.3677686,0.37190083,0.33471075,0.32231405,0.36363637,0.34710744,0.3305785,0.338843,0.3677686,0.40082645,0.38429752,0.36363637,0.3677686,0.38429752,0.4214876,0.43801653,0.45041323,0.47933885,0.5289256,0.61157024,0.6818182,0.61157024,0.44214877,0.38429752,0.38429752,0.41322315,0.46280992,0.5371901,0.5661157,0.6404959,0.7231405,0.75619835,0.7933884,0.7768595,0.73140496,0.7231405,0.73966944,0.7644628,0.73966944,0.7107438,0.7768595,0.78512394,0.71900827,0.6942149,0.7644628,0.80991733,0.7933884,0.7644628,0.6735537,0.553719,0.4752066,0.4090909,0.38016528,0.3305785,0.2520661,0.16528925,0.2892562,0.45454547,0.47107437,0.46694216,0.5165289,0.47107437,0.49173555,0.43801653,0.4090909,0.45454547,0.48347107,0.4752066,0.53305787,0.5371901,0.4876033,0.4876033,0.49586776,0.5123967,0.5,0.4752066,0.446281,0.4214876,0.42561984,0.37190083,0.3305785,0.3677686,0.40495867,0.40082645,0.44214877,0.44214877,0.3677686,0.3181818,0.32231405,0.37190083,0.42975205,0.5041322,0.5661157,0.677686,0.76859504,0.78099173,0.7933884,0.7644628,0.7107438,0.7066116,0.7231405,0.76859504,0.6198347,0.57438016,0.7768595,0.8016529,0.71900827,0.661157,0.75206614,0.80991733,0.79752064,0.75206614,0.661157,0.54545456,0.446281,0.40082645,0.40082645,0.2768595,0.15289256,0.1322314,0.14049587,0.24793388,0.46280992,0.57024795,0.6198347,0.6363636,0.6528926,0.6280992,0.60330576,0.607438,0.6280992,0.6198347,0.661157,0.6735537,0.6487603,0.661157,0.69008267,0.7231405,0.71900827,0.70247936,0.6942149,0.71487606,0.76033056,0.73140496,0.6404959,0.5495868,0.42975205,0.29338843,0.2644628,0.29752067,0.30578512,0.29752067,0.32231405,0.38842976,0.45454547,0.5206612,0.607438,0.70247936,0.76859504,0.77272725,0.77272725,0.74380165,0.69008267,0.6942149,0.71900827,0.7768595,0.40082645,0.3429752,0.78099173,0.80991733,0.73966944,0.6528926,0.74380165,0.7933884,0.8057851,0.78099173,0.6652893,0.553719,0.48347107,0.48347107,0.4752066,0.33471075,0.12396694,0.11157025,0.1983471,0.42561984,0.6322314,0.73966944,0.7355372,0.73140496,0.6859504,0.61570245,0.56198347,0.5495868,0.54545456,0.55785125,0.5785124,0.607438,0.59917355,0.59917355,0.6404959,0.71487606,0.72727275,0.70247936,0.6983471,0.74793386,0.8057851,0.8264463,0.8305785,0.8305785,0.77272725,0.6280992,0.5206612,0.5,0.49173555,0.46694216,0.45867768,0.4752066,0.5247934,0.59090906,0.661157,0.71900827,0.77272725,0.73966944,0.7644628,0.72727275,0.6859504,0.7066116,0.7355372,0.78512394,0.24380165,0.1570248,0.8057851,0.8181818,0.76033056,0.6694215,0.7355372,0.7644628,0.79752064,0.7768595,0.6818182,0.5661157,0.56198347,0.57024795,0.5495868,0.446281,0.23553719,0.17768595,0.45454547,0.71900827,0.74793386,0.76033056,0.72727275,0.6859504,0.661157,0.59917355,0.5413223,0.5165289,0.49586776,0.4876033,0.49586776,0.5206612,0.5289256,0.5206612,0.5289256,0.5785124,0.61157024,0.6280992,0.6528926,0.70247936,0.7644628,0.7892562,0.8181818,0.8264463,0.8305785,0.8140496,0.77272725,0.7107438,0.6652893,0.6280992,0.58677685,0.5661157,0.59090906,0.6570248,0.6818182,0.72727275,0.76033056,0.71487606,0.73140496,0.70247936,0.6818182,0.71900827,0.7355372,0.8057851,0.21900827,0.07438017,0.7355372,0.8305785,0.7892562,0.6818182,0.71900827,0.75619835,0.7933884,0.76033056,0.70247936,0.59504133,0.60330576,0.59917355,0.61157024,0.5123967,0.35950413,0.3553719,0.6528926,0.7768595,0.75619835,0.7355372,0.70247936,0.661157,0.60330576,0.5495868,0.5041322,0.47107437,0.43801653,0.42561984,0.4214876,0.43801653,0.45867768,0.4752066,0.48347107,0.5041322,0.5413223,0.58677685,0.61157024,0.6487603,0.7231405,0.77272725,0.8016529,0.8264463,0.838843,0.838843,0.838843,0.7892562,0.72727275,0.6528926,0.6280992,0.61157024,0.6446281,0.6694215,0.6942149,0.71900827,0.75206614,0.71900827,0.6983471,0.6859504,0.6859504,0.73966944,0.73966944,0.8264463,0.20661157,0.08264463,0.53305787,0.8553719,0.7892562,0.7066116,0.72727275,0.76859504,0.7892562,0.73966944,0.6983471,0.57438016,0.607438,0.6363636,0.6322314,0.53305787,0.446281,0.5413223,0.73140496,0.76033056,0.75206614,0.7355372,0.7066116,0.6694215,0.6198347,0.56198347,0.5206612,0.48347107,0.43801653,0.42975205,0.4214876,0.41322315,0.43801653,0.45867768,0.47107437,0.4876033,0.5247934,0.5785124,0.607438,0.6446281,0.7066116,0.76859504,0.8016529,0.822314,0.8347107,0.8264463,0.8347107,0.822314,0.7933884,0.7066116,0.6570248,0.6446281,0.6652893,0.6487603,0.69008267,0.71487606,0.73966944,0.72727275,0.6942149,0.6983471,0.6735537,0.72727275,0.74380165,0.8140496,0.19421488,0.17355372,0.3264463,0.8512397,0.7768595,0.74380165,0.7231405,0.77272725,0.77272725,0.71900827,0.6859504,0.5785124,0.57024795,0.6198347,0.62396693,0.56198347,0.553719,0.677686,0.75206614,0.7355372,0.73966944,0.7355372,0.70247936,0.6487603,0.60330576,0.57024795,0.5247934,0.47107437,0.446281,0.43801653,0.42975205,0.42561984,0.446281,0.46694216,0.4752066,0.4876033,0.5206612,0.57438016,0.60330576,0.6363636,0.7107438,0.76859504,0.7933884,0.8057851,0.8140496,0.79752064,0.838843,0.8347107,0.8305785,0.78099173,0.71487606,0.69008267,0.6694215,0.6528926,0.6694215,0.6983471,0.71487606,0.7231405,0.6942149,0.7355372,0.677686,0.7107438,0.7231405,0.7768595,0.20661157,0.1983471,0.19008264,0.76033056,0.7892562,0.74793386,0.72727275,0.76859504,0.76859504,0.71487606,0.6487603,0.59504133,0.553719,0.607438,0.62396693,0.61570245,0.661157,0.73966944,0.75206614,0.73140496,0.73140496,0.73140496,0.70247936,0.6404959,0.607438,0.5785124,0.5289256,0.49173555,0.4752066,0.46694216,0.446281,0.44214877,0.46280992,0.48347107,0.49586776,0.5082645,0.54545456,0.58677685,0.6322314,0.6694215,0.72727275,0.78099173,0.7892562,0.79752064,0.7892562,0.8016529,0.8429752,0.8347107,0.8471074,0.8016529,0.76033056,0.71900827,0.6735537,0.6652893,0.69008267,0.677686,0.69008267,0.7107438,0.71487606,0.7231405,0.6983471,0.6983471,0.71487606,0.677686,0.20661157,0.18595041,0.14876033,0.56198347,0.8140496,0.74793386,0.73140496,0.7644628,0.7644628,0.74380165,0.6487603,0.60330576,0.57438016,0.60330576,0.6280992,0.6363636,0.7107438,0.75206614,0.75619835,0.73966944,0.72727275,0.72727275,0.69008267,0.6487603,0.6280992,0.59090906,0.55785125,0.53305787,0.5082645,0.5041322,0.5,0.49173555,0.5165289,0.5371901,0.5413223,0.56198347,0.59090906,0.61570245,0.661157,0.7107438,0.75206614,0.7892562,0.80991733,0.8016529,0.8057851,0.8016529,0.8347107,0.838843,0.838843,0.8181818,0.7768595,0.73140496,0.6694215,0.6942149,0.7066116,0.6446281,0.6859504,0.70247936,0.73966944,0.71900827,0.6983471,0.6652893,0.7107438,0.5371901,0.1983471,0.18595041,0.18181819,0.40082645,0.8057851,0.75619835,0.7355372,0.74793386,0.74793386,0.74380165,0.6859504,0.6280992,0.62396693,0.62396693,0.6280992,0.6528926,0.71487606,0.75206614,0.74793386,0.73966944,0.7231405,0.71900827,0.6983471,0.6735537,0.6487603,0.6280992,0.6198347,0.58677685,0.58264464,0.59504133,0.60330576,0.59917355,0.62396693,0.6322314,0.6322314,0.6487603,0.6735537,0.677686,0.69008267,0.73966944,0.76033056,0.7933884,0.8181818,0.80991733,0.8181818,0.8264463,0.8347107,0.838843,0.8181818,0.8305785,0.7892562,0.7355372,0.661157,0.6983471,0.71900827,0.6570248,0.69008267,0.7066116,0.71900827,0.7066116,0.6983471,0.6735537,0.677686,0.3553719,0.18595041,0.1983471,0.18595041,0.30578512,0.71900827,0.7768595,0.74380165,0.74380165,0.74380165,0.73966944,0.70247936,0.6528926,0.6570248,0.6446281,0.6570248,0.6694215,0.7107438,0.74380165,0.73966944,0.73140496,0.71900827,0.7231405,0.73140496,0.7107438,0.6694215,0.6942149,0.6942149,0.6652893,0.6818182,0.6694215,0.6694215,0.6735537,0.6942149,0.6983471,0.7066116,0.73140496,0.75206614,0.74380165,0.74793386,0.7644628,0.78512394,0.80991733,0.822314,0.822314,0.8140496,0.8140496,0.8347107,0.838843,0.8057851,0.79752064,0.8016529,0.76859504,0.6652893,0.6983471,0.6859504,0.6652893,0.6859504,0.69008267,0.6942149,0.69008267,0.6859504,0.6818182,0.5785124,0.23553719,0.19421488,0.19421488,0.17768595,0.24793388,0.5785124,0.7933884,0.75206614,0.75206614,0.72727275,0.71900827,0.72727275,0.69008267,0.6735537,0.677686,0.6694215,0.6528926,0.7066116,0.73966944,0.74380165,0.72727275,0.7231405,0.74793386,0.75619835,0.7355372,0.7066116,0.74380165,0.73140496,0.6859504,0.6859504,0.71487606,0.7107438,0.70247936,0.71487606,0.71900827,0.73966944,0.76859504,0.78099173,0.77272725,0.8140496,0.8057851,0.8057851,0.8264463,0.8264463,0.8264463,0.8429752,0.8016529,0.8264463,0.838843,0.79752064,0.76859504,0.7892562,0.7644628,0.6859504,0.6859504,0.677686,0.6570248,0.677686,0.6652893,0.677686,0.6652893,0.661157,0.661157,0.45867768,0.18181819,0.1983471,0.19421488,0.18595041,0.17768595,0.43801653,0.75206614,0.75206614,0.7355372,0.6942149,0.69008267,0.7231405,0.7066116,0.6818182,0.6694215,0.6735537,0.6694215,0.7107438,0.71487606,0.7231405,0.72727275,0.7355372,0.75619835,0.75206614,0.73140496,0.71900827,0.74380165,0.7231405,0.6694215,0.6652893,0.7231405,0.7231405,0.7231405,0.7231405,0.71900827,0.74380165,0.76859504,0.77272725,0.79752064,0.8264463,0.8140496,0.80991733,0.8057851,0.8181818,0.822314,0.8264463,0.8181818,0.80991733,0.8347107,0.8140496,0.78099173,0.78512394,0.76033056,0.7107438,0.6735537,0.6859504,0.6694215,0.6652893,0.6652893,0.6528926,0.6528926,0.661157,0.5495868,0.2892562,0.20247933,0.1983471,0.19421488,0.18595041,0.15289256,0.30165288,0.6528926,0.7644628,0.73140496,0.6983471,0.6942149,0.71900827,0.6859504,0.6694215,0.69008267,0.6983471,0.6446281,0.6942149,0.6859504,0.7066116,0.7107438,0.73966944,0.73966944,0.73140496,0.71487606,0.72727275,0.72727275,0.7107438,0.677686,0.6818182,0.6942149,0.6818182,0.7107438,0.71900827,0.7107438,0.73140496,0.74380165,0.7644628,0.8016529,0.8181818,0.8057851,0.8264463,0.8057851,0.80991733,0.80991733,0.8140496,0.8264463,0.8016529,0.822314,0.8140496,0.7644628,0.7768595,0.7355372,0.6983471,0.69008267,0.677686,0.677686,0.677686,0.6652893,0.6363636,0.6198347,0.6322314,0.446281,0.20661157,0.2107438,0.19008264,0.18181819,0.17355372,0.16115703,0.14876033,0.5206612,0.73140496,0.7231405,0.7107438,0.69008267,0.71487606,0.677686,0.6570248,0.6983471,0.6942149,0.6446281,0.6942149,0.6859504,0.6735537,0.6859504,0.72727275,0.7066116,0.7107438,0.7107438,0.71900827,0.7107438,0.7107438,0.6694215,0.661157,0.6487603,0.6322314,0.661157,0.6735537,0.6652893,0.6942149,0.73140496,0.7644628,0.7768595,0.79752064,0.8016529,0.822314,0.80991733,0.80991733,0.8016529,0.8057851,0.7892562,0.8016529,0.8057851,0.7892562,0.74380165,0.7355372,0.7231405,0.677686,0.677686,0.6570248,0.6694215,0.677686,0.6446281,0.59917355,0.607438,0.53305787,0.30165288,0.19421488,0.23553719,0.19008264,0.17768595,0.13636364,0.2231405,0.3429752,0.5123967,0.6652893,0.7107438,0.6983471,0.6652893,0.6942149,0.6818182,0.6735537,0.677686,0.6818182,0.6818182,0.6694215,0.6942149,0.6694215,0.661157,0.6859504,0.6652893,0.7066116,0.6942149,0.69008267,0.70247936,0.6818182,0.6404959,0.62396693,0.61570245,0.6322314,0.6363636,0.6363636,0.6404959,0.6528926,0.71487606,0.7355372,0.75619835,0.76859504,0.7933884,0.8016529,0.7933884,0.7892562,0.78099173,0.78512394,0.7355372,0.74380165,0.78099173,0.77272725,0.72727275,0.71900827,0.71900827,0.661157,0.6446281,0.6570248,0.6652893,0.6487603,0.607438,0.59504133,0.57024795,0.38429752,0.2231405,0.21487603,0.24380165,0.18595041,0.14876033,0.2603306,0.5289256,0.5413223,0.45041323,0.6363636,0.69008267,0.6942149,0.69008267,0.6983471,0.6942149,0.69008267,0.6694215,0.6859504,0.6735537,0.6694215,0.7066116,0.661157,0.6487603,0.6322314,0.6528926,0.6942149,0.677686,0.6446281,0.6694215,0.6363636,0.60330576,0.59090906,0.59090906,0.58264464,0.5785124,0.59090906,0.59090906,0.6280992,0.6652893,0.6983471,0.73140496,0.74793386,0.7768595,0.76033056,0.76033056,0.76859504,0.76033056,0.74793386,0.7107438,0.7231405,0.74380165,0.7355372,0.7066116,0.6983471,0.6983471,0.6528926,0.6363636,0.661157,0.661157,0.607438,0.5785124,0.5785124,0.47933885,0.2644628,0.20661157,0.22727273,0.24793388,0.1322314,0.30578512,0.59090906,0.6322314,0.47933885,0.29752067,0.69008267,0.661157,0.6694215,0.6818182,0.6859504,0.6735537,0.6818182,0.6322314,0.6446281,0.677686,0.6818182,0.69008267,0.6322314,0.62396693,0.6322314,0.6363636,0.62396693,0.6528926,0.59504133,0.607438,0.5661157,0.55785125,0.5247934,0.5371901,0.54545456,0.5289256,0.553719,0.53305787,0.57024795,0.607438,0.6487603,0.69008267,0.7107438,0.73140496,0.71487606,0.7066116,0.7231405,0.72727275,0.7107438,0.6983471,0.6942149,0.7231405,0.71487606,0.70247936,0.6735537,0.6694215,0.6446281,0.62396693,0.6280992,0.6198347,0.57024795,0.5661157,0.5082645,0.3140496,0.22727273,0.22727273,0.23966943,0.24793388,0.23966943,0.6818182,0.6570248,0.53305787,0.38016528,0.18595041,0.73966944,0.7107438,0.6198347,0.6404959,0.6818182,0.6487603,0.661157,0.6487603,0.61570245,0.6363636,0.6652893,0.677686,0.62396693,0.607438,0.61157024,0.607438,0.57024795,0.59917355,0.5495868,0.5495868,0.5247934,0.49173555,0.48347107,0.5041322,0.5041322,0.5123967,0.5206612,0.5041322,0.5247934,0.56198347,0.59090906,0.6322314,0.6570248,0.6735537,0.6652893,0.6446281,0.6528926,0.6652893,0.661157,0.6446281,0.6652893,0.6942149,0.6983471,0.6818182,0.6280992,0.6404959,0.6280992,0.59090906,0.5785124,0.553719,0.5247934,0.5413223,0.3677686,0.23553719,0.21900827,0.21487603,0.23553719,0.24793388,0.6983471,0.7355372,0.54545456,0.42975205,0.3140496,0.16115703,0.77272725,0.7768595,0.661157,0.56198347,0.62396693,0.661157,0.6735537,0.6652893,0.60330576,0.62396693,0.6280992,0.6322314,0.6280992,0.59090906,0.57438016,0.56198347,0.5413223,0.55785125,0.5123967,0.5206612,0.48347107,0.44214877,0.45454547,0.4752066,0.48347107,0.47933885,0.47933885,0.4752066,0.49586776,0.5082645,0.5247934,0.5661157,0.59917355,0.61570245,0.62396693,0.62396693,0.6280992,0.6280992,0.62396693,0.607438,0.6280992,0.6735537,0.6487603,0.6280992,0.59090906,0.59504133,0.59917355,0.553719,0.53305787,0.49586776,0.49173555,0.56198347,0.2892562,0.2231405,0.23140496,0.21900827,0.2603306,0.23553719,0.9214876,0.58677685,0.42975205,0.37190083,0.28099173,0.18181819,0.79752064,0.77272725,0.7355372,0.58264464,0.5289256,0.61157024,0.661157,0.6528926,0.58264464,0.6198347,0.60330576,0.59090906,0.57438016,0.55785125,0.5495868,0.5247934,0.5206612,0.5206612,0.48347107,0.47933885,0.44214877,0.40082645,0.4090909,0.4214876,0.44214877,0.44214877,0.4338843,0.4338843,0.44214877,0.45041323,0.46694216,0.5082645,0.5289256,0.54545456,0.5661157,0.5785124,0.57438016,0.57024795,0.58264464,0.58264464,0.59090906,0.6198347,0.6322314,0.58677685,0.55785125,0.553719,0.5661157,0.5206612,0.48347107,0.44214877,0.53305787,0.59090906,0.2644628,0.20247933,0.21900827,0.21900827,0.25619835,0.24380165,0.87603307,0.47107437,0.35950413,0.38016528,0.29338843,0.18595041,0.79752064,0.75619835,0.72727275,0.70247936,0.5413223,0.5247934,0.58264464,0.6198347,0.62396693,0.6198347,0.60330576,0.5785124,0.5371901,0.5371901,0.5206612,0.5041322,0.49586776,0.4752066,0.45041323,0.4338843,0.40495867,0.36363637,0.35950413,0.3553719,0.37603307,0.38842976,0.38429752,0.38016528,0.38842976,0.40495867,0.41322315,0.446281,0.45867768,0.47933885,0.5041322,0.5165289,0.5123967,0.5041322,0.5165289,0.5247934,0.553719,0.56198347,0.57438016,0.53305787,0.5247934,0.5371901,0.5041322,0.46280992,0.45454547,0.4752066,0.6280992,0.58264464,0.2107438,0.20661157,0.2107438,0.22727273,0.23966943,0.23966943,35 +0.09917355,0.11983471,0.1570248,0.21900827,0.34710744,0.49173555,0.5413223,0.57438016,0.58677685,0.59090906,0.59917355,0.61157024,0.61570245,0.61157024,0.61157024,0.61157024,0.6198347,0.6198347,0.6280992,0.6363636,0.6487603,0.6694215,0.6570248,0.6694215,0.6735537,0.6818182,0.6818182,0.69008267,0.6859504,0.69008267,0.70247936,0.7107438,0.70247936,0.6983471,0.7107438,0.70247936,0.6942149,0.70247936,0.70247936,0.7107438,0.7066116,0.6983471,0.71487606,0.70247936,0.7107438,0.7355372,0.72727275,0.7355372,0.74380165,0.73140496,0.72727275,0.74380165,0.74793386,0.73966944,0.75206614,0.7644628,0.78512394,0.8016529,0.79752064,0.8057851,0.80991733,0.838843,0.76033056,0.661157,0.11983471,0.17355372,0.21487603,0.25619835,0.4090909,0.5247934,0.553719,0.58264464,0.59504133,0.607438,0.61157024,0.6198347,0.61570245,0.607438,0.6198347,0.6322314,0.6322314,0.62396693,0.6446281,0.6570248,0.661157,0.6818182,0.6818182,0.69008267,0.6859504,0.6818182,0.6859504,0.69008267,0.6859504,0.6859504,0.69008267,0.70247936,0.70247936,0.6983471,0.7107438,0.7066116,0.70247936,0.6942149,0.7066116,0.7107438,0.7066116,0.6983471,0.7107438,0.7107438,0.7107438,0.74380165,0.72727275,0.73140496,0.74793386,0.73966944,0.72727275,0.73966944,0.74380165,0.74380165,0.75206614,0.76859504,0.78512394,0.80991733,0.8057851,0.80991733,0.8181818,0.822314,0.8264463,0.69008267,0.15289256,0.23966943,0.2644628,0.29752067,0.47933885,0.54545456,0.55785125,0.58677685,0.61157024,0.6198347,0.61157024,0.62396693,0.61570245,0.61157024,0.6280992,0.6487603,0.6487603,0.6404959,0.661157,0.6694215,0.677686,0.6818182,0.6942149,0.69008267,0.6942149,0.69008267,0.69008267,0.6983471,0.6859504,0.6818182,0.6942149,0.7066116,0.7066116,0.70247936,0.70247936,0.70247936,0.6983471,0.70247936,0.6942149,0.7107438,0.7107438,0.70247936,0.70247936,0.7066116,0.71900827,0.74380165,0.7355372,0.7355372,0.74380165,0.74793386,0.7355372,0.7355372,0.74793386,0.74793386,0.75206614,0.76859504,0.7892562,0.8016529,0.8181818,0.8140496,0.8181818,0.8264463,0.8636364,0.75206614,0.19008264,0.2520661,0.27272728,0.35950413,0.5,0.553719,0.56198347,0.59917355,0.6198347,0.62396693,0.61570245,0.6198347,0.6198347,0.6280992,0.6404959,0.661157,0.6528926,0.6487603,0.6694215,0.6652893,0.6818182,0.70247936,0.6942149,0.6859504,0.6859504,0.6859504,0.6859504,0.69008267,0.677686,0.677686,0.69008267,0.6983471,0.6942149,0.69008267,0.6859504,0.6983471,0.6942149,0.6942149,0.6983471,0.70247936,0.7066116,0.6983471,0.70247936,0.71487606,0.71487606,0.74380165,0.73966944,0.73966944,0.73966944,0.74380165,0.7355372,0.7355372,0.74380165,0.74380165,0.74793386,0.7644628,0.7768595,0.8057851,0.822314,0.822314,0.822314,0.8305785,0.8677686,0.822314,0.21900827,0.24380165,0.2644628,0.4090909,0.5289256,0.553719,0.5661157,0.60330576,0.62396693,0.6280992,0.6280992,0.6198347,0.6280992,0.6363636,0.6487603,0.661157,0.6528926,0.661157,0.6694215,0.6694215,0.6735537,0.69008267,0.6859504,0.6735537,0.6859504,0.677686,0.6818182,0.6735537,0.6818182,0.6735537,0.677686,0.6942149,0.69008267,0.677686,0.677686,0.6942149,0.6983471,0.69008267,0.7066116,0.6983471,0.7066116,0.6942149,0.69008267,0.71487606,0.6983471,0.73140496,0.72727275,0.72727275,0.72727275,0.7355372,0.73966944,0.7355372,0.74380165,0.74380165,0.75206614,0.76033056,0.7644628,0.7892562,0.8347107,0.8305785,0.8264463,0.8305785,0.8595041,0.8719008,0.2520661,0.23140496,0.28099173,0.446281,0.5413223,0.55785125,0.57438016,0.607438,0.62396693,0.6280992,0.6322314,0.6198347,0.6198347,0.6322314,0.6446281,0.6528926,0.661157,0.6652893,0.677686,0.6859504,0.677686,0.6859504,0.677686,0.677686,0.677686,0.677686,0.6818182,0.677686,0.6818182,0.6735537,0.677686,0.69008267,0.6694215,0.6735537,0.6818182,0.6942149,0.7066116,0.6942149,0.70247936,0.6983471,0.6942149,0.69008267,0.69008267,0.6983471,0.6818182,0.6942149,0.6942149,0.6859504,0.7066116,0.70247936,0.71487606,0.71487606,0.73966944,0.7355372,0.74793386,0.75206614,0.7644628,0.7933884,0.8264463,0.8264463,0.8264463,0.8347107,0.8429752,0.87603307,0.19008264,0.19421488,0.29338843,0.47107437,0.5495868,0.553719,0.59090906,0.62396693,0.6198347,0.6198347,0.6280992,0.6198347,0.62396693,0.6280992,0.6363636,0.6446281,0.6570248,0.6694215,0.6735537,0.6735537,0.677686,0.6818182,0.6694215,0.6694215,0.6735537,0.6859504,0.69008267,0.6859504,0.677686,0.677686,0.6818182,0.6859504,0.6652893,0.6652893,0.677686,0.6942149,0.7066116,0.6859504,0.69008267,0.69008267,0.6735537,0.661157,0.6652893,0.6652893,0.6404959,0.6363636,0.6404959,0.62396693,0.6363636,0.6446281,0.6280992,0.6528926,0.6818182,0.71487606,0.7355372,0.73966944,0.76859504,0.78512394,0.80991733,0.822314,0.8264463,0.8347107,0.8429752,0.8719008,0.14049587,0.1570248,0.28512397,0.49586776,0.5371901,0.55785125,0.61157024,0.61570245,0.60330576,0.59917355,0.59917355,0.58264464,0.59504133,0.59504133,0.59917355,0.6198347,0.6363636,0.6404959,0.6487603,0.6694215,0.6735537,0.6818182,0.6735537,0.661157,0.6735537,0.6818182,0.6942149,0.6735537,0.6735537,0.677686,0.6818182,0.6859504,0.6694215,0.6570248,0.6652893,0.677686,0.6859504,0.6652893,0.6528926,0.6528926,0.61570245,0.5661157,0.553719,0.5495868,0.53305787,0.5206612,0.56198347,0.5495868,0.5082645,0.56198347,0.57438016,0.57024795,0.59917355,0.6363636,0.6859504,0.73966944,0.7644628,0.7768595,0.8057851,0.8181818,0.822314,0.8347107,0.838843,0.8595041,0.12809917,0.1322314,0.3140496,0.5,0.5206612,0.59917355,0.607438,0.58264464,0.553719,0.553719,0.5289256,0.5206612,0.55785125,0.5289256,0.5165289,0.53305787,0.5289256,0.5413223,0.57438016,0.62396693,0.6487603,0.6735537,0.6528926,0.6322314,0.6570248,0.6694215,0.6735537,0.6652893,0.6652893,0.6818182,0.6859504,0.6818182,0.677686,0.6446281,0.6363636,0.6446281,0.6446281,0.61570245,0.58677685,0.5413223,0.48347107,0.4090909,0.38842976,0.35123968,0.33471075,0.3305785,0.35123968,0.44214877,0.41322315,0.45867768,0.5041322,0.54545456,0.5495868,0.5495868,0.59504133,0.6735537,0.71900827,0.75206614,0.78099173,0.8057851,0.80991733,0.8264463,0.8264463,0.8471074,0.11570248,0.1322314,0.34710744,0.49173555,0.5247934,0.61570245,0.5661157,0.5371901,0.5165289,0.5247934,0.45867768,0.42561984,0.44214877,0.4090909,0.38016528,0.37190083,0.36363637,0.38016528,0.4338843,0.4876033,0.56198347,0.60330576,0.59917355,0.61157024,0.6404959,0.6446281,0.6528926,0.6652893,0.6694215,0.6735537,0.6818182,0.6652893,0.6487603,0.61570245,0.58677685,0.59090906,0.58677685,0.5495868,0.5041322,0.45454547,0.4090909,0.35950413,0.3181818,0.2768595,0.26859504,0.25619835,0.24380165,0.2892562,0.2892562,0.35123968,0.38842976,0.45454547,0.4752066,0.48347107,0.5,0.55785125,0.6404959,0.6859504,0.7231405,0.7768595,0.79752064,0.8140496,0.8181818,0.8347107,0.11983471,0.1322314,0.36363637,0.49586776,0.5371901,0.5661157,0.49173555,0.49173555,0.46280992,0.4752066,0.4338843,0.37190083,0.32231405,0.32231405,0.30165288,0.2892562,0.29338843,0.30991736,0.338843,0.3677686,0.45454547,0.5371901,0.5413223,0.5661157,0.62396693,0.6446281,0.62396693,0.6487603,0.6694215,0.661157,0.6528926,0.6322314,0.59090906,0.5661157,0.54545456,0.5495868,0.5247934,0.47933885,0.446281,0.42561984,0.40495867,0.35123968,0.29752067,0.29338843,0.28099173,0.26859504,0.2768595,0.2603306,0.25619835,0.30165288,0.3429752,0.39256197,0.38429752,0.4090909,0.44214877,0.4752066,0.5785124,0.6487603,0.6818182,0.7355372,0.7768595,0.79752064,0.80991733,0.8264463,0.12396694,0.1322314,0.38016528,0.5123967,0.5289256,0.5041322,0.45041323,0.446281,0.42561984,0.42561984,0.38842976,0.35123968,0.28099173,0.30578512,0.3181818,0.3264463,0.3305785,0.32231405,0.338843,0.34710744,0.42561984,0.5082645,0.5082645,0.5413223,0.59917355,0.6198347,0.61157024,0.6363636,0.6570248,0.6363636,0.61157024,0.607438,0.57438016,0.54545456,0.5247934,0.5123967,0.47933885,0.45041323,0.42975205,0.41322315,0.3966942,0.34710744,0.30165288,0.3181818,0.3429752,0.38016528,0.3966942,0.41322315,0.4090909,0.43801653,0.41322315,0.3966942,0.40082645,0.40495867,0.4090909,0.42561984,0.49586776,0.5785124,0.6487603,0.6983471,0.75206614,0.78512394,0.8057851,0.822314,0.10330579,0.15289256,0.3966942,0.5123967,0.5082645,0.45454547,0.44214877,0.44214877,0.43801653,0.44214877,0.44214877,0.45454547,0.4752066,0.4752066,0.47107437,0.46280992,0.45041323,0.41322315,0.41322315,0.42561984,0.46280992,0.5,0.5041322,0.5413223,0.5661157,0.59504133,0.6198347,0.6446281,0.6446281,0.61157024,0.59917355,0.59917355,0.58264464,0.55785125,0.5165289,0.49173555,0.45454547,0.4338843,0.42561984,0.41322315,0.40082645,0.3966942,0.3966942,0.4338843,0.4752066,0.5123967,0.5289256,0.5289256,0.5041322,0.5082645,0.47933885,0.4752066,0.44214877,0.44214877,0.4338843,0.42561984,0.45867768,0.49586776,0.553719,0.6322314,0.7107438,0.7644628,0.79752064,0.8181818,0.10330579,0.16115703,0.40495867,0.49586776,0.47933885,0.45867768,0.47107437,0.5,0.49586776,0.5289256,0.53305787,0.53305787,0.5247934,0.5206612,0.48347107,0.46280992,0.43801653,0.42975205,0.42561984,0.42561984,0.45867768,0.4876033,0.5206612,0.54545456,0.5495868,0.59090906,0.6280992,0.6446281,0.6322314,0.6280992,0.6404959,0.61570245,0.61157024,0.5785124,0.5206612,0.4876033,0.44214877,0.40082645,0.37603307,0.3677686,0.38429752,0.38842976,0.40082645,0.4214876,0.43801653,0.43801653,0.446281,0.42561984,0.44214877,0.44214877,0.446281,0.43801653,0.40495867,0.41735536,0.44214877,0.46694216,0.47933885,0.47933885,0.5,0.55785125,0.6446281,0.7231405,0.78512394,0.8181818,0.09917355,0.1570248,0.37603307,0.46694216,0.47107437,0.5041322,0.5123967,0.5371901,0.5413223,0.5082645,0.5041322,0.46694216,0.446281,0.42975205,0.37603307,0.32231405,0.28512397,0.2644628,0.25619835,0.25619835,0.30165288,0.38842976,0.47933885,0.53305787,0.55785125,0.59090906,0.6322314,0.6487603,0.6322314,0.6570248,0.6818182,0.6652893,0.6487603,0.58264464,0.53305787,0.47933885,0.42561984,0.3677686,0.3181818,0.2892562,0.29338843,0.338843,0.42975205,0.44214877,0.40082645,0.3553719,0.338843,0.34710744,0.39256197,0.37603307,0.4090909,0.41322315,0.38842976,0.3677686,0.338843,0.40082645,0.46280992,0.4876033,0.5165289,0.5495868,0.607438,0.6859504,0.7768595,0.8140496,0.09504132,0.1570248,0.3553719,0.43801653,0.49173555,0.5495868,0.54545456,0.5413223,0.49173555,0.43801653,0.42561984,0.42975205,0.41735536,0.3181818,0.2520661,0.21487603,0.16115703,0.2231405,0.23966943,0.21487603,0.22727273,0.27272728,0.37190083,0.47933885,0.53305787,0.5785124,0.61570245,0.6446281,0.6446281,0.677686,0.6983471,0.70247936,0.677686,0.59917355,0.5413223,0.45867768,0.4090909,0.35950413,0.2768595,0.2520661,0.25619835,0.30165288,0.338843,0.4090909,0.3553719,0.29338843,0.1694215,0.18595041,0.446281,0.19421488,0.2892562,0.4090909,0.4338843,0.47107437,0.33471075,0.28512397,0.36363637,0.45867768,0.53305787,0.58677685,0.6198347,0.6735537,0.76033056,0.80991733,0.08677686,0.1446281,0.3677686,0.4752066,0.5123967,0.5495868,0.553719,0.5082645,0.38429752,0.3966942,0.3305785,0.32231405,0.5123967,0.21487603,0.338843,0.27272728,0.05785124,0.22727273,0.29338843,0.23553719,0.2603306,0.28099173,0.35123968,0.43801653,0.49173555,0.55785125,0.607438,0.6363636,0.6528926,0.6859504,0.70247936,0.6942149,0.677686,0.6363636,0.5289256,0.47933885,0.4338843,0.43801653,0.30991736,0.28099173,0.22727273,0.15289256,0.20247933,0.44214877,0.4338843,0.48347107,0.2644628,0.08264463,0.3305785,0.19008264,0.3305785,0.47933885,0.34710744,0.39256197,0.46280992,0.3553719,0.34710744,0.40082645,0.49586776,0.58264464,0.6404959,0.69008267,0.74793386,0.8016529,0.0661157,0.11983471,0.38842976,0.5123967,0.5206612,0.5371901,0.5289256,0.45867768,0.38429752,0.24793388,0.2107438,0.4752066,0.71487606,0.33471075,0.38016528,0.4338843,0.08677686,0.21900827,0.2768595,0.2603306,0.23140496,0.25619835,0.37190083,0.42561984,0.46280992,0.55785125,0.61570245,0.6404959,0.6735537,0.6942149,0.6983471,0.677686,0.6818182,0.6983471,0.553719,0.47107437,0.4752066,0.48347107,0.40082645,0.28099173,0.20247933,0.16528925,0.16528925,0.36363637,0.42975205,0.40495867,0.3305785,0.20661157,0.24793388,0.23966943,0.39256197,0.57438016,0.4214876,0.35123968,0.5082645,0.42975205,0.43801653,0.46280992,0.49586776,0.5785124,0.6404959,0.7107438,0.76033056,0.7933884,0.0661157,0.13636364,0.4338843,0.55785125,0.54545456,0.5413223,0.4876033,0.4214876,0.32231405,0.2603306,0.25619835,0.42561984,0.62396693,0.5123967,0.3181818,0.35950413,0.21900827,0.2644628,0.2768595,0.25619835,0.24793388,0.2644628,0.3553719,0.42561984,0.4752066,0.5661157,0.6280992,0.6446281,0.677686,0.69008267,0.69008267,0.6859504,0.71487606,0.75206614,0.6198347,0.47107437,0.48347107,0.49173555,0.45867768,0.35123968,0.28099173,0.2603306,0.23966943,0.2892562,0.42975205,0.37190083,0.3140496,0.3264463,0.30165288,0.3305785,0.4090909,0.5123967,0.49586776,0.5123967,0.59917355,0.5165289,0.553719,0.57438016,0.57024795,0.61570245,0.6652893,0.70247936,0.74380165,0.8057851,0.07438017,0.1446281,0.45867768,0.58264464,0.55785125,0.53305787,0.4752066,0.3966942,0.38016528,0.38842976,0.39256197,0.41322315,0.48347107,0.46280992,0.4752066,0.42561984,0.34710744,0.3553719,0.33471075,0.29752067,0.3140496,0.35950413,0.38429752,0.42975205,0.5041322,0.57024795,0.62396693,0.6363636,0.6652893,0.6735537,0.6942149,0.71487606,0.7644628,0.79752064,0.7066116,0.5495868,0.44214877,0.47107437,0.4752066,0.44214877,0.3966942,0.32231405,0.30165288,0.3181818,0.338843,0.37603307,0.39256197,0.3966942,0.41735536,0.44214877,0.45454547,0.5495868,0.58264464,0.607438,0.6363636,0.6280992,0.6487603,0.6487603,0.6363636,0.661157,0.677686,0.70247936,0.73140496,0.7933884,0.09090909,0.18595041,0.49586776,0.5785124,0.553719,0.5247934,0.47933885,0.45454547,0.4752066,0.49586776,0.53305787,0.5289256,0.5661157,0.5165289,0.53305787,0.4876033,0.45041323,0.41735536,0.38016528,0.3553719,0.3677686,0.3966942,0.4214876,0.48347107,0.5371901,0.56198347,0.59504133,0.6198347,0.6528926,0.6528926,0.677686,0.71900827,0.78099173,0.7768595,0.75619835,0.6198347,0.5082645,0.45867768,0.43801653,0.4214876,0.40495867,0.35950413,0.35123968,0.35950413,0.35123968,0.38016528,0.41322315,0.43801653,0.47107437,0.5,0.5247934,0.5785124,0.60330576,0.61157024,0.6363636,0.6487603,0.6652893,0.6694215,0.6652893,0.677686,0.69008267,0.6983471,0.73140496,0.78512394,0.10743801,0.22727273,0.5413223,0.5785124,0.5289256,0.5041322,0.47933885,0.48347107,0.5,0.5165289,0.5495868,0.553719,0.5661157,0.553719,0.5371901,0.5123967,0.48347107,0.43801653,0.4090909,0.4090909,0.4090909,0.4214876,0.4752066,0.5371901,0.5371901,0.53305787,0.57438016,0.61570245,0.6487603,0.6487603,0.677686,0.6983471,0.74380165,0.7768595,0.73966944,0.6983471,0.6322314,0.5413223,0.45867768,0.46694216,0.44214877,0.40495867,0.41322315,0.41322315,0.4090909,0.41735536,0.4338843,0.45867768,0.48347107,0.5123967,0.5289256,0.56198347,0.58677685,0.59917355,0.6198347,0.6363636,0.6528926,0.6652893,0.6735537,0.677686,0.71900827,0.71487606,0.7355372,0.77272725,0.1446281,0.30165288,0.58264464,0.56198347,0.5123967,0.4876033,0.49173555,0.5123967,0.5206612,0.5289256,0.5413223,0.5495868,0.5495868,0.5495868,0.53305787,0.5289256,0.5247934,0.46280992,0.45041323,0.45454547,0.45867768,0.4876033,0.553719,0.5413223,0.5206612,0.57024795,0.6198347,0.6363636,0.6446281,0.6446281,0.6735537,0.70247936,0.7107438,0.76033056,0.75619835,0.74380165,0.7231405,0.6446281,0.5495868,0.5041322,0.4876033,0.46280992,0.46280992,0.45454547,0.45041323,0.46694216,0.47107437,0.48347107,0.5165289,0.53305787,0.5371901,0.5495868,0.5785124,0.59917355,0.61570245,0.6322314,0.6528926,0.6570248,0.6859504,0.69008267,0.73140496,0.73966944,0.74380165,0.77272725,0.17768595,0.36363637,0.58677685,0.553719,0.5165289,0.5082645,0.5289256,0.54545456,0.5495868,0.5495868,0.56198347,0.56198347,0.57024795,0.55785125,0.55785125,0.55785125,0.5413223,0.49173555,0.4876033,0.49586776,0.5123967,0.55785125,0.5785124,0.5413223,0.5661157,0.6322314,0.6694215,0.677686,0.6652893,0.6528926,0.6652893,0.6983471,0.7107438,0.73140496,0.75619835,0.7768595,0.75206614,0.6983471,0.607438,0.56198347,0.5247934,0.5247934,0.5123967,0.49586776,0.48347107,0.5,0.5,0.5041322,0.5413223,0.5495868,0.553719,0.57438016,0.59504133,0.60330576,0.61570245,0.6363636,0.6404959,0.661157,0.6942149,0.70247936,0.7355372,0.74793386,0.75206614,0.77272725,0.40082645,0.45454547,0.5661157,0.54545456,0.53305787,0.5371901,0.55785125,0.57438016,0.5785124,0.5785124,0.58677685,0.5785124,0.58677685,0.5785124,0.5661157,0.56198347,0.5206612,0.5082645,0.5123967,0.5247934,0.55785125,0.58264464,0.5785124,0.5661157,0.607438,0.6652893,0.677686,0.6818182,0.69008267,0.6818182,0.6818182,0.7231405,0.7231405,0.71900827,0.71487606,0.73966944,0.76859504,0.73140496,0.62396693,0.59504133,0.5661157,0.5661157,0.5495868,0.54545456,0.5206612,0.5247934,0.5206612,0.5165289,0.53305787,0.5413223,0.56198347,0.59504133,0.607438,0.60330576,0.6280992,0.6487603,0.6528926,0.661157,0.70247936,0.71487606,0.72727275,0.74380165,0.75619835,0.76859504,0.47107437,0.5123967,0.5495868,0.55785125,0.55785125,0.56198347,0.5785124,0.59504133,0.59917355,0.59917355,0.60330576,0.60330576,0.59917355,0.59090906,0.5785124,0.5413223,0.5247934,0.5289256,0.5371901,0.5371901,0.57438016,0.59504133,0.59917355,0.607438,0.6652893,0.677686,0.6652893,0.6528926,0.6694215,0.6942149,0.69008267,0.7107438,0.7355372,0.7231405,0.6818182,0.677686,0.73966944,0.7355372,0.6446281,0.60330576,0.59917355,0.57438016,0.57024795,0.57438016,0.553719,0.5495868,0.5413223,0.5289256,0.5289256,0.553719,0.57438016,0.59504133,0.61157024,0.61157024,0.6280992,0.6446281,0.661157,0.6528926,0.70247936,0.73140496,0.72727275,0.75206614,0.74793386,0.7644628,0.45867768,0.5247934,0.54545456,0.57024795,0.57438016,0.58677685,0.59504133,0.607438,0.61157024,0.607438,0.61570245,0.61570245,0.61570245,0.59917355,0.5785124,0.5413223,0.5371901,0.54545456,0.553719,0.56198347,0.60330576,0.6363636,0.61157024,0.58677685,0.6528926,0.6859504,0.6487603,0.61157024,0.607438,0.6322314,0.6280992,0.6280992,0.6528926,0.69008267,0.6983471,0.6859504,0.7066116,0.72727275,0.6570248,0.6322314,0.607438,0.58677685,0.57438016,0.58677685,0.57024795,0.5661157,0.5661157,0.54545456,0.5413223,0.5661157,0.59917355,0.607438,0.6198347,0.6322314,0.61570245,0.6363636,0.661157,0.6652893,0.69008267,0.71487606,0.7231405,0.74380165,0.75619835,0.76033056,0.43801653,0.5371901,0.55785125,0.58264464,0.58264464,0.59504133,0.61157024,0.61570245,0.61570245,0.62396693,0.6280992,0.62396693,0.6198347,0.59917355,0.5785124,0.55785125,0.5413223,0.56198347,0.5661157,0.59504133,0.6363636,0.6446281,0.61570245,0.57024795,0.5785124,0.61570245,0.62396693,0.59504133,0.5785124,0.57438016,0.54545456,0.5289256,0.5413223,0.58264464,0.6446281,0.6694215,0.7231405,0.77272725,0.6528926,0.61157024,0.59917355,0.58677685,0.58264464,0.59917355,0.5785124,0.5661157,0.57438016,0.5661157,0.56198347,0.59090906,0.62396693,0.62396693,0.62396693,0.6363636,0.6322314,0.6487603,0.6528926,0.6818182,0.6818182,0.7066116,0.7107438,0.71900827,0.7644628,0.77272725,0.32231405,0.5785124,0.57024795,0.59090906,0.59090906,0.59917355,0.61157024,0.62396693,0.6280992,0.6363636,0.6363636,0.6198347,0.61157024,0.58677685,0.57024795,0.57438016,0.5661157,0.56198347,0.5661157,0.62396693,0.59090906,0.47933885,0.41735536,0.41322315,0.48347107,0.5785124,0.59917355,0.56198347,0.5661157,0.5082645,0.37190083,0.32231405,0.3305785,0.35950413,0.45454547,0.58264464,0.6446281,0.77272725,0.72727275,0.54545456,0.59504133,0.57024795,0.58677685,0.59917355,0.58677685,0.58677685,0.58677685,0.59504133,0.59917355,0.607438,0.61570245,0.6280992,0.6446281,0.661157,0.6487603,0.6363636,0.6528926,0.661157,0.6859504,0.7107438,0.70247936,0.7231405,0.76859504,0.77272725,0.3181818,0.5785124,0.5661157,0.58264464,0.59090906,0.59504133,0.60330576,0.6280992,0.6446281,0.6404959,0.6280992,0.6198347,0.607438,0.58264464,0.58677685,0.58264464,0.57438016,0.57438016,0.58264464,0.61570245,0.5123967,0.19421488,0.10330579,0.17768595,0.26859504,0.5082645,0.59090906,0.5413223,0.54545456,0.45454547,0.27272728,0.19008264,0.14049587,0.11570248,0.19421488,0.4752066,0.58264464,0.6570248,0.77272725,0.53305787,0.57438016,0.57024795,0.5785124,0.59917355,0.59917355,0.61157024,0.62396693,0.6322314,0.6198347,0.61570245,0.61157024,0.6322314,0.6528926,0.661157,0.6570248,0.6487603,0.661157,0.677686,0.6818182,0.7066116,0.6983471,0.7355372,0.7644628,0.7644628,0.38429752,0.5495868,0.57024795,0.57438016,0.59090906,0.59917355,0.61570245,0.6446281,0.6487603,0.6363636,0.62396693,0.61157024,0.607438,0.59917355,0.59090906,0.58264464,0.57438016,0.59090906,0.58264464,0.607438,0.5247934,0.2603306,0.1446281,0.14876033,0.27272728,0.5041322,0.59090906,0.5206612,0.5165289,0.49586776,0.4338843,0.37190083,0.23966943,0.12809917,0.1694215,0.45454547,0.57438016,0.57024795,0.7107438,0.54545456,0.55785125,0.5661157,0.5661157,0.59504133,0.62396693,0.6322314,0.6528926,0.6528926,0.6322314,0.62396693,0.61570245,0.6322314,0.6487603,0.6528926,0.6570248,0.6652893,0.6735537,0.6735537,0.6942149,0.7066116,0.6859504,0.7231405,0.76859504,0.76033056,0.4752066,0.4876033,0.58264464,0.57438016,0.58677685,0.60330576,0.62396693,0.6528926,0.6446281,0.6322314,0.6280992,0.61570245,0.61570245,0.61157024,0.59090906,0.57438016,0.5785124,0.607438,0.58264464,0.57438016,0.56198347,0.45454547,0.3966942,0.39256197,0.45454547,0.5785124,0.58677685,0.5082645,0.4876033,0.5082645,0.5247934,0.5206612,0.446281,0.35123968,0.38016528,0.5165289,0.5289256,0.5289256,0.59917355,0.56198347,0.59917355,0.60330576,0.59917355,0.61570245,0.6446281,0.6487603,0.6404959,0.6570248,0.6446281,0.6322314,0.6198347,0.62396693,0.6322314,0.6363636,0.6487603,0.677686,0.6694215,0.6694215,0.6942149,0.7231405,0.677686,0.69008267,0.7644628,0.75619835,0.5082645,0.46280992,0.58264464,0.5661157,0.58677685,0.607438,0.6322314,0.6570248,0.6446281,0.6404959,0.6363636,0.6198347,0.6198347,0.6198347,0.60330576,0.58264464,0.58264464,0.61157024,0.59090906,0.5041322,0.5165289,0.5123967,0.5165289,0.5371901,0.5413223,0.57024795,0.5661157,0.5123967,0.5041322,0.5371901,0.56198347,0.5413223,0.5165289,0.48347107,0.46694216,0.48347107,0.46280992,0.49173555,0.5289256,0.57438016,0.6322314,0.6570248,0.6528926,0.6404959,0.6446281,0.6446281,0.6446281,0.6363636,0.6446281,0.6487603,0.6280992,0.6198347,0.62396693,0.62396693,0.62396693,0.661157,0.6818182,0.69008267,0.70247936,0.7231405,0.69008267,0.6818182,0.75619835,0.76033056,0.5082645,0.4876033,0.5785124,0.553719,0.58677685,0.607438,0.6446281,0.661157,0.6322314,0.6363636,0.6322314,0.6198347,0.61157024,0.61570245,0.60330576,0.60330576,0.58677685,0.59917355,0.58677685,0.5041322,0.46280992,0.46280992,0.46694216,0.5206612,0.553719,0.57438016,0.5661157,0.5289256,0.54545456,0.5785124,0.5785124,0.553719,0.5495868,0.5165289,0.49586776,0.49173555,0.4876033,0.5082645,0.5413223,0.61570245,0.6487603,0.661157,0.6694215,0.661157,0.661157,0.6280992,0.6528926,0.6446281,0.6404959,0.6446281,0.6363636,0.62396693,0.6446281,0.6322314,0.6280992,0.6570248,0.6859504,0.6983471,0.71900827,0.72727275,0.7231405,0.7231405,0.75206614,0.76859504,0.45454547,0.54545456,0.55785125,0.56198347,0.58677685,0.61570245,0.6570248,0.6570248,0.6404959,0.6363636,0.6404959,0.6280992,0.6198347,0.61570245,0.61157024,0.60330576,0.59504133,0.59504133,0.5785124,0.5082645,0.48347107,0.47933885,0.46280992,0.5082645,0.55785125,0.58264464,0.5661157,0.5495868,0.5785124,0.58677685,0.5661157,0.56198347,0.5785124,0.5661157,0.54545456,0.5413223,0.54545456,0.5413223,0.55785125,0.6280992,0.6528926,0.6528926,0.6528926,0.661157,0.6694215,0.6446281,0.6363636,0.6363636,0.6404959,0.6446281,0.6363636,0.6322314,0.6570248,0.6652893,0.6446281,0.6570248,0.6818182,0.6942149,0.7066116,0.73140496,0.7355372,0.73140496,0.76859504,0.77272725,0.43801653,0.5247934,0.54545456,0.5661157,0.59504133,0.6322314,0.6570248,0.6528926,0.6528926,0.6446281,0.6487603,0.6446281,0.6404959,0.6280992,0.61570245,0.59917355,0.59917355,0.59090906,0.5785124,0.5041322,0.5082645,0.5123967,0.5082645,0.5165289,0.55785125,0.5785124,0.54545456,0.553719,0.59090906,0.58264464,0.5661157,0.553719,0.57024795,0.58677685,0.57024795,0.5495868,0.55785125,0.553719,0.59504133,0.6404959,0.6570248,0.661157,0.6363636,0.6487603,0.6694215,0.6570248,0.6528926,0.6404959,0.6487603,0.6528926,0.6446281,0.6528926,0.6735537,0.69008267,0.6694215,0.6570248,0.6859504,0.6942149,0.6859504,0.73140496,0.74380165,0.7355372,0.76859504,0.7768595,0.45454547,0.47107437,0.56198347,0.5661157,0.59917355,0.6363636,0.6528926,0.661157,0.661157,0.6528926,0.6404959,0.6404959,0.6404959,0.6280992,0.61157024,0.59917355,0.60330576,0.59090906,0.5661157,0.53305787,0.53305787,0.54545456,0.55785125,0.553719,0.56198347,0.57024795,0.5371901,0.56198347,0.57024795,0.58677685,0.58264464,0.57024795,0.57024795,0.59504133,0.58264464,0.5661157,0.58264464,0.60330576,0.6198347,0.61570245,0.607438,0.6363636,0.6280992,0.61570245,0.661157,0.6528926,0.6528926,0.6528926,0.661157,0.6570248,0.6446281,0.6404959,0.6570248,0.6818182,0.69008267,0.677686,0.6942149,0.70247936,0.69008267,0.72727275,0.74380165,0.73966944,0.75206614,0.7644628,0.42975205,0.49586776,0.553719,0.57024795,0.59917355,0.6404959,0.6570248,0.6446281,0.6570248,0.6652893,0.6570248,0.6528926,0.6446281,0.6198347,0.607438,0.59917355,0.60330576,0.58264464,0.56198347,0.5785124,0.58264464,0.5785124,0.59504133,0.58677685,0.5785124,0.5661157,0.5371901,0.5413223,0.54545456,0.57438016,0.59090906,0.58677685,0.59090906,0.61157024,0.59917355,0.59504133,0.61570245,0.6280992,0.6404959,0.6280992,0.62396693,0.6528926,0.62396693,0.59917355,0.62396693,0.62396693,0.6404959,0.6570248,0.6446281,0.6528926,0.6404959,0.62396693,0.6322314,0.661157,0.69008267,0.7066116,0.7066116,0.7107438,0.71487606,0.72727275,0.73140496,0.73140496,0.7355372,0.75619835,0.29338843,0.5413223,0.55785125,0.56198347,0.59917355,0.6363636,0.6404959,0.661157,0.661157,0.6652893,0.6446281,0.6363636,0.6322314,0.61570245,0.61157024,0.59090906,0.58264464,0.57438016,0.58264464,0.60330576,0.6198347,0.607438,0.60330576,0.59504133,0.58264464,0.57024795,0.5413223,0.5413223,0.5413223,0.5661157,0.58264464,0.58264464,0.59504133,0.62396693,0.61570245,0.61157024,0.6363636,0.6446281,0.6487603,0.6322314,0.60330576,0.6446281,0.6280992,0.57438016,0.59504133,0.59090906,0.62396693,0.6652893,0.6528926,0.6446281,0.6528926,0.6280992,0.6280992,0.6322314,0.6694215,0.70247936,0.7107438,0.71487606,0.71900827,0.72727275,0.72727275,0.71900827,0.71487606,0.74380165,0.19008264,0.53305787,0.553719,0.58264464,0.59917355,0.6280992,0.6446281,0.6570248,0.6446281,0.6487603,0.6363636,0.62396693,0.61157024,0.607438,0.61570245,0.59917355,0.57438016,0.5785124,0.607438,0.61157024,0.607438,0.57438016,0.553719,0.5371901,0.5247934,0.5289256,0.5,0.5041322,0.49586776,0.5123967,0.4876033,0.5,0.5165289,0.5661157,0.6198347,0.6322314,0.661157,0.6528926,0.6404959,0.6322314,0.59090906,0.59090906,0.58677685,0.5413223,0.57024795,0.58677685,0.57024795,0.6363636,0.6652893,0.61570245,0.661157,0.6363636,0.6280992,0.62396693,0.6404959,0.677686,0.70247936,0.7107438,0.7107438,0.71487606,0.7107438,0.7066116,0.71487606,0.73966944,0.17768595,0.5165289,0.553719,0.56198347,0.59917355,0.6280992,0.6528926,0.6818182,0.6528926,0.6280992,0.61570245,0.60330576,0.59504133,0.5785124,0.60330576,0.59504133,0.5785124,0.58677685,0.59090906,0.5661157,0.5371901,0.5041322,0.49173555,0.4876033,0.47107437,0.49173555,0.43801653,0.45867768,0.45454547,0.45041323,0.43801653,0.44214877,0.43801653,0.44214877,0.4752066,0.5041322,0.56198347,0.61157024,0.61570245,0.59917355,0.57438016,0.54545456,0.5413223,0.5165289,0.5371901,0.5785124,0.5247934,0.56198347,0.6404959,0.59917355,0.6446281,0.6570248,0.6322314,0.6363636,0.6404959,0.661157,0.6818182,0.7107438,0.70247936,0.69008267,0.69008267,0.7066116,0.7107438,0.74380165,0.26859504,0.5082645,0.5289256,0.553719,0.57024795,0.6198347,0.6735537,0.6735537,0.6528926,0.6198347,0.607438,0.58677685,0.5661157,0.5247934,0.5661157,0.59090906,0.57438016,0.553719,0.5289256,0.49586776,0.4752066,0.46694216,0.45867768,0.46280992,0.46280992,0.4752066,0.44214877,0.41735536,0.42975205,0.446281,0.42975205,0.45041323,0.42975205,0.41735536,0.41322315,0.4090909,0.41735536,0.46280992,0.5082645,0.5413223,0.5413223,0.5206612,0.5,0.5,0.5289256,0.5413223,0.5247934,0.5206612,0.59090906,0.6198347,0.6363636,0.6652893,0.6322314,0.6446281,0.6570248,0.677686,0.6942149,0.6983471,0.6983471,0.6942149,0.6942149,0.70247936,0.7107438,0.72727275,0.3966942,0.5082645,0.5082645,0.54545456,0.55785125,0.6198347,0.6652893,0.6652893,0.6404959,0.61570245,0.60330576,0.57024795,0.5206612,0.446281,0.49173555,0.5495868,0.5206612,0.49173555,0.46694216,0.44214877,0.42975205,0.41735536,0.3966942,0.3966942,0.40495867,0.3966942,0.40082645,0.35950413,0.3140496,0.41322315,0.3429752,0.35123968,0.3677686,0.37603307,0.38842976,0.38016528,0.36363637,0.35950413,0.38016528,0.4090909,0.446281,0.44214877,0.446281,0.45454547,0.5123967,0.5289256,0.5289256,0.5123967,0.54545456,0.61570245,0.6404959,0.6735537,0.6446281,0.6404959,0.6735537,0.6818182,0.6942149,0.6859504,0.6818182,0.6735537,0.6818182,0.6983471,0.72727275,0.71900827,0.3553719,0.5165289,0.5289256,0.5413223,0.5495868,0.61157024,0.6735537,0.6446281,0.6570248,0.6280992,0.59504133,0.5371901,0.46280992,0.32231405,0.3181818,0.39256197,0.37603307,0.39256197,0.45041323,0.45454547,0.45867768,0.46280992,0.46280992,0.4752066,0.49173555,0.47107437,0.46694216,0.45867768,0.43801653,0.45867768,0.446281,0.42561984,0.41735536,0.4090909,0.39256197,0.35950413,0.3264463,0.30991736,0.29338843,0.2892562,0.28512397,0.29752067,0.30578512,0.3140496,0.41735536,0.5082645,0.5413223,0.53305787,0.5371901,0.59504133,0.6322314,0.6735537,0.661157,0.6528926,0.677686,0.6859504,0.69008267,0.6818182,0.6735537,0.6735537,0.6859504,0.6942149,0.72727275,0.7066116,0.17355372,0.3305785,0.45454547,0.56198347,0.553719,0.59504133,0.6652893,0.6652893,0.677686,0.6363636,0.58264464,0.5,0.4090909,0.21900827,0.2603306,0.33471075,0.3429752,0.4090909,0.4752066,0.49173555,0.5041322,0.5206612,0.5289256,0.5247934,0.5206612,0.5206612,0.5082645,0.5165289,0.5206612,0.5123967,0.5206612,0.5413223,0.5247934,0.5371901,0.5495868,0.5206612,0.4876033,0.44214877,0.38429752,0.33471075,0.2768595,0.23553719,0.23140496,0.20247933,0.21900827,0.3966942,0.5495868,0.56198347,0.5495868,0.58677685,0.62396693,0.6363636,0.6652893,0.6487603,0.6735537,0.6859504,0.6859504,0.6694215,0.677686,0.677686,0.6818182,0.6983471,0.70247936,0.71900827,0.1570248,0.11570248,0.23966943,0.55785125,0.59090906,0.56198347,0.6322314,0.6735537,0.6942149,0.6570248,0.57024795,0.47107437,0.38429752,0.24793388,0.41322315,0.47933885,0.4752066,0.5165289,0.5289256,0.5289256,0.53305787,0.5495868,0.553719,0.5413223,0.5289256,0.5247934,0.5,0.5123967,0.49586776,0.5041322,0.4752066,0.49173555,0.5,0.5289256,0.5413223,0.55785125,0.57024795,0.5785124,0.54545456,0.5082645,0.42561984,0.37190083,0.37603307,0.3677686,0.21900827,0.2768595,0.5123967,0.59917355,0.59090906,0.607438,0.607438,0.61570245,0.6487603,0.6487603,0.6404959,0.6859504,0.6983471,0.6694215,0.6652893,0.6942149,0.6983471,0.6983471,0.7107438,0.71900827,0.1694215,0.11570248,0.12809917,0.5206612,0.61570245,0.56198347,0.6198347,0.6694215,0.69008267,0.6818182,0.56198347,0.45041323,0.40082645,0.37190083,0.5082645,0.5785124,0.58264464,0.59917355,0.58677685,0.59090906,0.59090906,0.58677685,0.57438016,0.56198347,0.553719,0.55785125,0.54545456,0.5289256,0.5247934,0.5123967,0.4752066,0.47933885,0.5,0.5165289,0.5413223,0.5495868,0.5785124,0.61157024,0.62396693,0.6446281,0.5661157,0.4876033,0.4876033,0.5165289,0.4090909,0.32231405,0.49586776,0.6198347,0.6198347,0.607438,0.61157024,0.59504133,0.6404959,0.6363636,0.6404959,0.6652893,0.677686,0.6487603,0.6446281,0.69008267,0.70247936,0.7066116,0.7231405,0.72727275,0.16528925,0.14876033,0.09917355,0.45454547,0.6280992,0.57438016,0.607438,0.661157,0.677686,0.677686,0.58677685,0.46280992,0.42561984,0.47933885,0.5371901,0.59090906,0.59504133,0.6198347,0.61157024,0.61157024,0.59917355,0.59504133,0.59090906,0.55785125,0.5495868,0.553719,0.5165289,0.5206612,0.5413223,0.54545456,0.5123967,0.5123967,0.5247934,0.5123967,0.54545456,0.5495868,0.57438016,0.61570245,0.6404959,0.6735537,0.6446281,0.553719,0.5123967,0.5123967,0.48347107,0.42561984,0.5206612,0.62396693,0.62396693,0.59090906,0.61570245,0.607438,0.6487603,0.6528926,0.6404959,0.6652893,0.6735537,0.6446281,0.6446281,0.6818182,0.7107438,0.7066116,0.7107438,0.72727275,0.14876033,0.15289256,0.09504132,0.36363637,0.61157024,0.58264464,0.58264464,0.6322314,0.661157,0.661157,0.6322314,0.5123967,0.4876033,0.553719,0.57438016,0.57024795,0.57438016,0.62396693,0.61157024,0.61157024,0.61570245,0.607438,0.59090906,0.57024795,0.54545456,0.53305787,0.5041322,0.5041322,0.5206612,0.5247934,0.5413223,0.5289256,0.5247934,0.5165289,0.5413223,0.553719,0.58264464,0.607438,0.62396693,0.6404959,0.6363636,0.59090906,0.5371901,0.5247934,0.5123967,0.5123967,0.5495868,0.607438,0.6198347,0.58264464,0.59917355,0.59917355,0.6363636,0.6818182,0.6528926,0.677686,0.6570248,0.6528926,0.661157,0.677686,0.7107438,0.70247936,0.7107438,0.72727275,0.1570248,0.16115703,0.09917355,0.26859504,0.57438016,0.60330576,0.5785124,0.60330576,0.6446281,0.6404959,0.6404959,0.5785124,0.553719,0.59917355,0.61157024,0.58677685,0.57438016,0.6198347,0.6280992,0.61157024,0.61570245,0.61157024,0.59917355,0.57438016,0.5495868,0.5289256,0.5165289,0.5165289,0.5165289,0.5206612,0.5495868,0.5413223,0.5413223,0.5289256,0.5495868,0.57438016,0.5661157,0.58677685,0.59917355,0.60330576,0.60330576,0.6198347,0.58264464,0.553719,0.55785125,0.5661157,0.58677685,0.59504133,0.59090906,0.58677685,0.58264464,0.55785125,0.59504133,0.6528926,0.677686,0.677686,0.6487603,0.6652893,0.6818182,0.677686,0.70247936,0.6942149,0.6983471,0.72727275,0.1570248,0.16528925,0.11983471,0.17768595,0.5041322,0.61570245,0.57438016,0.607438,0.6322314,0.6570248,0.6280992,0.607438,0.607438,0.607438,0.6322314,0.6280992,0.607438,0.62396693,0.61570245,0.6322314,0.62396693,0.607438,0.58264464,0.57024795,0.56198347,0.54545456,0.5495868,0.54545456,0.53305787,0.5371901,0.54545456,0.54545456,0.54545456,0.5495868,0.57024795,0.58677685,0.58264464,0.59504133,0.59917355,0.59917355,0.60330576,0.6404959,0.61570245,0.5785124,0.58677685,0.57024795,0.58264464,0.59917355,0.59917355,0.58264464,0.58677685,0.553719,0.59917355,0.6528926,0.6735537,0.6818182,0.6404959,0.6983471,0.6942149,0.6983471,0.7066116,0.6859504,0.70247936,0.71487606,0.1570248,0.16115703,0.15289256,0.14049587,0.40495867,0.607438,0.58677685,0.607438,0.6363636,0.6735537,0.6446281,0.61157024,0.61157024,0.6198347,0.6280992,0.62396693,0.62396693,0.6446281,0.6363636,0.6404959,0.6198347,0.607438,0.59504133,0.58677685,0.59504133,0.58264464,0.5785124,0.58264464,0.55785125,0.55785125,0.56198347,0.5495868,0.553719,0.57024795,0.59917355,0.60330576,0.61157024,0.6198347,0.61570245,0.62396693,0.6280992,0.6487603,0.6280992,0.59504133,0.59917355,0.59504133,0.59090906,0.59090906,0.59504133,0.59090906,0.58677685,0.59504133,0.62396693,0.6652893,0.6487603,0.6735537,0.6404959,0.6694215,0.7107438,0.6859504,0.7107438,0.69008267,0.70247936,0.69008267,0.15289256,0.1570248,0.16115703,0.11157025,0.26859504,0.57438016,0.59917355,0.60330576,0.6322314,0.661157,0.6735537,0.607438,0.60330576,0.6280992,0.62396693,0.6404959,0.6280992,0.661157,0.661157,0.6280992,0.6198347,0.6280992,0.61570245,0.62396693,0.62396693,0.61570245,0.61570245,0.61157024,0.59917355,0.59504133,0.607438,0.59090906,0.59090906,0.59917355,0.6198347,0.6322314,0.6446281,0.6487603,0.6487603,0.6487603,0.6322314,0.6528926,0.6446281,0.61570245,0.61570245,0.6280992,0.61157024,0.59504133,0.58677685,0.60330576,0.58264464,0.61570245,0.6198347,0.6735537,0.6404959,0.661157,0.6446281,0.6487603,0.71487606,0.6859504,0.69008267,0.6818182,0.69008267,0.6570248,0.14876033,0.1570248,0.1570248,0.11157025,0.14876033,0.4876033,0.60330576,0.59090906,0.6280992,0.6404959,0.6528926,0.607438,0.59917355,0.6363636,0.6322314,0.6280992,0.6363636,0.661157,0.6570248,0.61157024,0.6280992,0.6280992,0.61157024,0.6446281,0.6487603,0.6322314,0.6322314,0.6198347,0.6198347,0.62396693,0.62396693,0.61157024,0.6363636,0.6487603,0.6198347,0.6570248,0.6652893,0.661157,0.6528926,0.6818182,0.6322314,0.6404959,0.661157,0.6528926,0.6198347,0.607438,0.62396693,0.607438,0.57438016,0.57024795,0.59090906,0.6363636,0.6322314,0.6570248,0.6363636,0.6404959,0.6487603,0.6446281,0.6983471,0.6983471,0.6859504,0.6694215,0.6570248,0.6363636,0.14876033,0.16115703,0.14876033,0.13636364,0.11157025,0.35950413,0.59504133,0.59504133,0.60330576,0.6198347,0.6280992,0.607438,0.57438016,0.6322314,0.59504133,0.62396693,0.6322314,0.6404959,0.6198347,0.607438,0.62396693,0.6280992,0.6198347,0.6363636,0.6528926,0.6404959,0.6363636,0.6198347,0.62396693,0.6280992,0.6280992,0.6322314,0.6528926,0.677686,0.6404959,0.6446281,0.6446281,0.6694215,0.6570248,0.6652893,0.661157,0.6487603,0.6487603,0.677686,0.6487603,0.6198347,0.61570245,0.607438,0.58677685,0.5785124,0.59504133,0.6570248,0.6570248,0.6528926,0.6404959,0.6487603,0.6487603,0.6487603,0.6818182,0.69008267,0.6652893,0.6570248,0.6322314,0.6528926,0.1570248,0.1570248,0.14876033,0.14876033,0.11983471,0.23140496,0.5165289,0.60330576,0.59917355,0.60330576,0.6322314,0.60330576,0.59917355,0.58677685,0.59090906,0.61570245,0.607438,0.61570245,0.61157024,0.62396693,0.6404959,0.6487603,0.6363636,0.6363636,0.6322314,0.62396693,0.62396693,0.61570245,0.6198347,0.6280992,0.6322314,0.6404959,0.6570248,0.6652893,0.661157,0.6446281,0.6404959,0.661157,0.6528926,0.6528926,0.6652893,0.6735537,0.6570248,0.6694215,0.6404959,0.6322314,0.6280992,0.607438,0.58264464,0.5785124,0.61570245,0.6363636,0.661157,0.6570248,0.6363636,0.6363636,0.6487603,0.6528926,0.6652893,0.6818182,0.6487603,0.6322314,0.6280992,0.6942149,0.1570248,0.14876033,0.14876033,0.15289256,0.14049587,0.1446281,0.37603307,0.5785124,0.59504133,0.59917355,0.61570245,0.59504133,0.59504133,0.58264464,0.57438016,0.59504133,0.59090906,0.607438,0.6198347,0.6363636,0.6446281,0.661157,0.6446281,0.6363636,0.62396693,0.61157024,0.607438,0.607438,0.61157024,0.62396693,0.6404959,0.6322314,0.6363636,0.6446281,0.661157,0.6404959,0.6570248,0.61570245,0.6446281,0.6487603,0.62396693,0.6694215,0.6570248,0.6528926,0.6446281,0.61570245,0.61157024,0.61570245,0.61157024,0.59090906,0.61570245,0.6322314,0.6487603,0.6694215,0.6280992,0.6198347,0.6487603,0.661157,0.6363636,0.6570248,0.6322314,0.61570245,0.6570248,0.73140496,0.14876033,0.1446281,0.14876033,0.14876033,0.1570248,0.11570248,0.18595041,0.49173555,0.62396693,0.59917355,0.607438,0.58677685,0.58677685,0.607438,0.59090906,0.57024795,0.5785124,0.607438,0.61570245,0.6404959,0.6528926,0.6570248,0.6363636,0.62396693,0.6198347,0.607438,0.59090906,0.59504133,0.607438,0.61570245,0.62396693,0.6198347,0.62396693,0.6446281,0.6363636,0.61570245,0.6280992,0.60330576,0.6322314,0.59917355,0.61570245,0.607438,0.6487603,0.6363636,0.62396693,0.61570245,0.607438,0.61570245,0.62396693,0.6280992,0.6198347,0.6446281,0.6487603,0.6570248,0.6404959,0.6322314,0.6280992,0.6446281,0.6322314,0.6280992,0.61157024,0.61157024,0.69008267,0.71900827,0.1446281,0.15289256,0.14049587,0.14876033,0.16115703,0.1446281,0.10743801,0.28512397,0.5661157,0.607438,0.58264464,0.58264464,0.59504133,0.607438,0.58677685,0.5785124,0.5785124,0.60330576,0.59090906,0.6404959,0.6363636,0.6446281,0.61570245,0.61570245,0.607438,0.60330576,0.59090906,0.58264464,0.59504133,0.59917355,0.607438,0.607438,0.59917355,0.62396693,0.61157024,0.58264464,0.58677685,0.607438,0.607438,0.60330576,0.60330576,0.58264464,0.6446281,0.6446281,0.6198347,0.60330576,0.60330576,0.607438,0.607438,0.6363636,0.6280992,0.6322314,0.62396693,0.62396693,0.6322314,0.6363636,0.61570245,0.62396693,0.61570245,0.607438,0.61157024,0.6322314,0.71900827,0.69008267,0.15289256,0.1570248,0.1446281,0.14876033,0.1694215,0.1570248,0.1322314,0.1322314,0.3553719,0.58677685,0.5785124,0.57024795,0.59090906,0.607438,0.57438016,0.58677685,0.59504133,0.59090906,0.59090906,0.6404959,0.607438,0.6322314,0.60330576,0.59917355,0.58677685,0.60330576,0.59090906,0.5785124,0.58677685,0.5785124,0.57438016,0.59090906,0.58264464,0.58677685,0.57024795,0.56198347,0.5289256,0.5661157,0.56198347,0.59090906,0.5661157,0.5495868,0.6322314,0.6280992,0.6322314,0.607438,0.60330576,0.59504133,0.59504133,0.6363636,0.62396693,0.607438,0.58677685,0.58677685,0.6198347,0.6322314,0.59090906,0.59504133,0.60330576,0.60330576,0.6446281,0.6735537,0.7107438,0.71487606,0.16115703,0.14876033,0.16115703,0.14049587,0.1694215,0.1570248,0.14876033,0.11983471,0.1322314,0.4090909,0.59917355,0.5785124,0.5661157,0.59090906,0.5785124,0.58677685,0.59090906,0.59090906,0.59090906,0.6280992,0.59090906,0.59917355,0.607438,0.58264464,0.57438016,0.58677685,0.57024795,0.57438016,0.58677685,0.55785125,0.5413223,0.553719,0.5495868,0.53305787,0.5495868,0.5289256,0.5247934,0.53305787,0.53305787,0.55785125,0.5206612,0.5413223,0.59504133,0.61570245,0.607438,0.59917355,0.59917355,0.57438016,0.57438016,0.61157024,0.61570245,0.60330576,0.58264464,0.5785124,0.61157024,0.62396693,0.59090906,0.57438016,0.607438,0.6404959,0.6942149,0.7066116,0.70247936,0.74793386,0.16115703,0.1570248,0.1570248,0.1570248,0.16115703,0.16115703,0.14049587,0.1446281,0.12809917,0.19008264,0.41735536,0.553719,0.57024795,0.55785125,0.55785125,0.58264464,0.58264464,0.58677685,0.59504133,0.60330576,0.58264464,0.56198347,0.58677685,0.55785125,0.57024795,0.56198347,0.55785125,0.5495868,0.55785125,0.5371901,0.5289256,0.53305787,0.5123967,0.49173555,0.5082645,0.5041322,0.5041322,0.5041322,0.47933885,0.5206612,0.49586776,0.54545456,0.553719,0.58264464,0.58264464,0.5785124,0.58264464,0.56198347,0.5661157,0.59917355,0.59917355,0.59090906,0.60330576,0.59504133,0.59917355,0.58677685,0.58264464,0.5785124,0.607438,0.6694215,0.70247936,0.70247936,0.71487606,0.72727275,0.17355372,0.14876033,0.1570248,0.16115703,0.14876033,0.15289256,0.14876033,0.15289256,0.14876033,0.11983471,0.16528925,0.3966942,0.5661157,0.5495868,0.53305787,0.56198347,0.58264464,0.57024795,0.5785124,0.607438,0.58264464,0.54545456,0.55785125,0.5206612,0.553719,0.54545456,0.54545456,0.5289256,0.53305787,0.5206612,0.5041322,0.5041322,0.4752066,0.45867768,0.47933885,0.4752066,0.47933885,0.47933885,0.446281,0.46280992,0.49173555,0.5289256,0.54545456,0.553719,0.55785125,0.5661157,0.55785125,0.54545456,0.56198347,0.59504133,0.58677685,0.5785124,0.58677685,0.58677685,0.59090906,0.57024795,0.57438016,0.59917355,0.62396693,0.6735537,0.7107438,0.71487606,0.70247936,0.75206614,0.16528925,0.14876033,0.1694215,0.16528925,0.1570248,0.16115703,0.16115703,0.14876033,0.1446281,0.1570248,0.11983471,0.22727273,0.5082645,0.55785125,0.5123967,0.5413223,0.56198347,0.5495868,0.5495868,0.59917355,0.58677685,0.53305787,0.54545456,0.5165289,0.5289256,0.5289256,0.5082645,0.5041322,0.5,0.5041322,0.4876033,0.46694216,0.446281,0.4338843,0.446281,0.45867768,0.43801653,0.446281,0.43801653,0.42975205,0.4752066,0.5,0.5289256,0.5289256,0.5289256,0.54545456,0.54545456,0.5413223,0.56198347,0.57438016,0.5785124,0.5661157,0.57024795,0.58677685,0.57024795,0.5661157,0.57438016,0.62396693,0.6694215,0.6983471,0.71900827,0.7066116,0.73966944,0.77272725,35 +0.19421488,0.26859504,0.3677686,0.4876033,0.54545456,0.56198347,0.5785124,0.607438,0.6322314,0.6570248,0.6570248,0.6694215,0.6818182,0.6818182,0.6942149,0.6735537,0.6652893,0.6942149,0.7066116,0.7107438,0.7107438,0.71487606,0.71487606,0.7066116,0.71487606,0.7066116,0.71487606,0.72727275,0.72727275,0.73140496,0.7355372,0.7355372,0.74793386,0.74380165,0.73140496,0.74380165,0.74793386,0.74793386,0.7644628,0.77272725,0.7768595,0.78512394,0.7933884,0.79752064,0.79752064,0.8057851,0.822314,0.822314,0.8305785,0.8305785,0.822314,0.8347107,0.8347107,0.8429752,0.8471074,0.8512397,0.8512397,0.8429752,0.838843,0.8512397,0.87603307,0.70247936,0.42975205,0.23140496,0.1983471,0.30165288,0.39256197,0.5,0.553719,0.5661157,0.5785124,0.61570245,0.6404959,0.661157,0.6735537,0.6694215,0.6818182,0.69008267,0.6859504,0.6818182,0.6983471,0.70247936,0.7066116,0.7107438,0.71487606,0.71900827,0.72727275,0.7107438,0.7231405,0.71900827,0.71487606,0.72727275,0.7355372,0.74380165,0.73140496,0.73140496,0.74380165,0.74793386,0.7355372,0.74793386,0.75206614,0.74793386,0.76033056,0.7644628,0.7768595,0.7768595,0.78099173,0.7892562,0.8016529,0.80991733,0.8140496,0.8140496,0.822314,0.8305785,0.8264463,0.8305785,0.8305785,0.8429752,0.8512397,0.8512397,0.8512397,0.8471074,0.838843,0.838843,0.8801653,0.8181818,0.45041323,0.35123968,0.24793388,0.3264463,0.42975205,0.5,0.55785125,0.5661157,0.59090906,0.62396693,0.6446281,0.661157,0.6818182,0.6694215,0.6735537,0.677686,0.677686,0.69008267,0.7066116,0.7107438,0.7066116,0.70247936,0.71487606,0.71900827,0.7231405,0.7107438,0.7231405,0.7231405,0.7231405,0.7231405,0.73140496,0.72727275,0.71487606,0.71487606,0.73140496,0.73966944,0.7355372,0.73140496,0.73966944,0.72727275,0.74793386,0.76033056,0.7644628,0.7644628,0.77272725,0.78099173,0.7892562,0.8016529,0.80991733,0.8140496,0.8181818,0.822314,0.8305785,0.8181818,0.8347107,0.8347107,0.8429752,0.8512397,0.8512397,0.8512397,0.838843,0.8347107,0.8636364,0.8719008,0.57438016,0.338843,0.2603306,0.3553719,0.446281,0.5,0.56198347,0.5661157,0.59504133,0.6280992,0.6487603,0.6735537,0.6818182,0.6735537,0.6735537,0.677686,0.6818182,0.70247936,0.70247936,0.7066116,0.6983471,0.70247936,0.7107438,0.7107438,0.7107438,0.7107438,0.71900827,0.70247936,0.69008267,0.7107438,0.7231405,0.7107438,0.70247936,0.7107438,0.7231405,0.71900827,0.7107438,0.71487606,0.7231405,0.7231405,0.7355372,0.74793386,0.75206614,0.76033056,0.7644628,0.77272725,0.7768595,0.7933884,0.8016529,0.8057851,0.8140496,0.8181818,0.822314,0.8140496,0.8305785,0.8305785,0.8347107,0.8429752,0.8512397,0.8512397,0.8347107,0.8264463,0.8553719,0.88842976,0.6735537,0.38429752,0.24793388,0.38429752,0.45867768,0.5123967,0.55785125,0.5661157,0.59504133,0.6280992,0.661157,0.677686,0.6859504,0.6818182,0.6735537,0.6859504,0.69008267,0.6942149,0.70247936,0.6983471,0.70247936,0.70247936,0.6983471,0.7066116,0.70247936,0.71487606,0.7066116,0.6942149,0.6818182,0.70247936,0.6983471,0.6942149,0.69008267,0.6942149,0.70247936,0.70247936,0.6983471,0.6942149,0.6942149,0.70247936,0.7355372,0.72727275,0.74793386,0.74793386,0.75619835,0.75206614,0.75619835,0.7768595,0.78512394,0.7892562,0.79752064,0.8016529,0.8181818,0.8140496,0.822314,0.8347107,0.8347107,0.838843,0.8512397,0.8512397,0.8347107,0.8264463,0.8347107,0.8801653,0.7355372,0.55785125,0.27272728,0.37603307,0.46280992,0.5247934,0.5495868,0.56198347,0.60330576,0.6528926,0.6694215,0.677686,0.6983471,0.69008267,0.677686,0.6694215,0.6859504,0.69008267,0.69008267,0.6942149,0.70247936,0.6983471,0.69008267,0.69008267,0.69008267,0.7066116,0.6942149,0.6942149,0.6818182,0.6859504,0.6818182,0.6735537,0.677686,0.6818182,0.6818182,0.6818182,0.6735537,0.677686,0.677686,0.6983471,0.71487606,0.7107438,0.72727275,0.7231405,0.7355372,0.73966944,0.7355372,0.75619835,0.76859504,0.76033056,0.76859504,0.78512394,0.7892562,0.78512394,0.8057851,0.8181818,0.8264463,0.8264463,0.8471074,0.8512397,0.8347107,0.8140496,0.8264463,0.8595041,0.7933884,0.6322314,0.23553719,0.35950413,0.48347107,0.5289256,0.5371901,0.5661157,0.61570245,0.661157,0.677686,0.6859504,0.6983471,0.69008267,0.677686,0.6735537,0.6859504,0.6859504,0.6818182,0.6818182,0.6942149,0.69008267,0.6818182,0.6818182,0.6818182,0.69008267,0.69008267,0.6818182,0.6735537,0.6694215,0.6735537,0.6652893,0.6652893,0.6652893,0.6694215,0.6694215,0.661157,0.6570248,0.6694215,0.69008267,0.6942149,0.6859504,0.70247936,0.6983471,0.6942149,0.70247936,0.6983471,0.6983471,0.7066116,0.7066116,0.6983471,0.71487606,0.71487606,0.71487606,0.74793386,0.76033056,0.8016529,0.8181818,0.8429752,0.8512397,0.8347107,0.8057851,0.8140496,0.8429752,0.8512397,0.57438016,0.18181819,0.3677686,0.49586776,0.5247934,0.5289256,0.57438016,0.6280992,0.661157,0.677686,0.6735537,0.6694215,0.6735537,0.6528926,0.6528926,0.661157,0.6446281,0.6570248,0.661157,0.6652893,0.6652893,0.6652893,0.6652893,0.6652893,0.661157,0.6652893,0.6652893,0.6570248,0.6570248,0.6528926,0.6446281,0.6487603,0.6528926,0.6570248,0.661157,0.6528926,0.6404959,0.6487603,0.6570248,0.6446281,0.6446281,0.6404959,0.6280992,0.61157024,0.59917355,0.59090906,0.57438016,0.5785124,0.58677685,0.5785124,0.57024795,0.59504133,0.62396693,0.6528926,0.6735537,0.7231405,0.78512394,0.822314,0.8429752,0.838843,0.8016529,0.8016529,0.8305785,0.8636364,0.6446281,0.18595041,0.38842976,0.5041322,0.5082645,0.5206612,0.58264464,0.6363636,0.6528926,0.6404959,0.61157024,0.61157024,0.60330576,0.5661157,0.58677685,0.5785124,0.57024795,0.58264464,0.57438016,0.5661157,0.5661157,0.57438016,0.58677685,0.61157024,0.61157024,0.6198347,0.61157024,0.6198347,0.6363636,0.62396693,0.6198347,0.6322314,0.6363636,0.6322314,0.6363636,0.6363636,0.61157024,0.60330576,0.59090906,0.57438016,0.57438016,0.5371901,0.5,0.4752066,0.43801653,0.42561984,0.4090909,0.41322315,0.4338843,0.45454547,0.45867768,0.47107437,0.5247934,0.55785125,0.58677685,0.61157024,0.677686,0.7355372,0.77272725,0.80991733,0.7933884,0.7892562,0.8057851,0.8553719,0.73966944,0.1694215,0.42561984,0.5123967,0.49173555,0.5206612,0.59090906,0.62396693,0.59917355,0.57024795,0.5413223,0.54545456,0.5123967,0.446281,0.47107437,0.4876033,0.45867768,0.4214876,0.40495867,0.39256197,0.40082645,0.41322315,0.46280992,0.53305787,0.5206612,0.5413223,0.5371901,0.5785124,0.59090906,0.59090906,0.61157024,0.62396693,0.6198347,0.6198347,0.62396693,0.607438,0.57024795,0.5413223,0.5123967,0.5371901,0.48347107,0.43801653,0.38016528,0.338843,0.30991736,0.29752067,0.28099173,0.28512397,0.30165288,0.33471075,0.35950413,0.34710744,0.40082645,0.46280992,0.48347107,0.49586776,0.55785125,0.6363636,0.6942149,0.71900827,0.75206614,0.7644628,0.7892562,0.8305785,0.8016529,0.16115703,0.46694216,0.5165289,0.4876033,0.5123967,0.5661157,0.553719,0.5165289,0.49586776,0.4876033,0.4752066,0.43801653,0.38016528,0.35950413,0.36363637,0.3181818,0.27272728,0.25619835,0.25619835,0.26859504,0.28512397,0.3305785,0.42975205,0.45454547,0.45041323,0.46280992,0.5082645,0.5495868,0.5661157,0.60330576,0.62396693,0.62396693,0.61157024,0.59917355,0.553719,0.5123967,0.48347107,0.47107437,0.45454547,0.4090909,0.35950413,0.33471075,0.28099173,0.24793388,0.23553719,0.2231405,0.20661157,0.22727273,0.23140496,0.26859504,0.26859504,0.30165288,0.33471075,0.35950413,0.39256197,0.45867768,0.55785125,0.6363636,0.6652893,0.72727275,0.74793386,0.7768595,0.8140496,0.8347107,0.23553719,0.5082645,0.5,0.49173555,0.49173555,0.5041322,0.46694216,0.42975205,0.40082645,0.39256197,0.38429752,0.3553719,0.3429752,0.28512397,0.23553719,0.20661157,0.1983471,0.2107438,0.2107438,0.2231405,0.24380165,0.2892562,0.3677686,0.4214876,0.4214876,0.4338843,0.46280992,0.5165289,0.54545456,0.59504133,0.62396693,0.62396693,0.59917355,0.56198347,0.5082645,0.4876033,0.446281,0.41322315,0.38429752,0.338843,0.3140496,0.2892562,0.2520661,0.21900827,0.1983471,0.2107438,0.21487603,0.23966943,0.2520661,0.25619835,0.30165288,0.33471075,0.29752067,0.32231405,0.3305785,0.3553719,0.43801653,0.53305787,0.59504133,0.6570248,0.72727275,0.7644628,0.7892562,0.8471074,0.30165288,0.5041322,0.5041322,0.46694216,0.47933885,0.47107437,0.4090909,0.39256197,0.38429752,0.38429752,0.37190083,0.34710744,0.3429752,0.32231405,0.3181818,0.30165288,0.29752067,0.30165288,0.2892562,0.26859504,0.28512397,0.30991736,0.3429752,0.38016528,0.3966942,0.4214876,0.45041323,0.49586776,0.553719,0.59917355,0.6198347,0.6198347,0.61157024,0.57438016,0.53305787,0.4752066,0.42561984,0.38429752,0.3305785,0.30991736,0.2768595,0.25619835,0.23553719,0.22727273,0.2231405,0.2644628,0.30578512,0.34710744,0.37603307,0.3966942,0.3677686,0.38016528,0.37190083,0.338843,0.34710744,0.35123968,0.38842976,0.4338843,0.4752066,0.5661157,0.69008267,0.73140496,0.7892562,0.8181818,0.35123968,0.5041322,0.4876033,0.45041323,0.46280992,0.44214877,0.40082645,0.39256197,0.4090909,0.4214876,0.41322315,0.4214876,0.4090909,0.42561984,0.42975205,0.40495867,0.3677686,0.3429752,0.30991736,0.28512397,0.2768595,0.2892562,0.3181818,0.34710744,0.38016528,0.42975205,0.45041323,0.5041322,0.59917355,0.6694215,0.6652893,0.661157,0.677686,0.6322314,0.58264464,0.5082645,0.45041323,0.3677686,0.2892562,0.2644628,0.22727273,0.21900827,0.19421488,0.21487603,0.24380165,0.30578512,0.34710744,0.37603307,0.40082645,0.38842976,0.37603307,0.34710744,0.33471075,0.3181818,0.3429752,0.38016528,0.41735536,0.42561984,0.446281,0.5041322,0.62396693,0.69008267,0.7768595,0.7892562,0.3966942,0.49173555,0.47933885,0.41322315,0.42561984,0.43801653,0.42975205,0.42975205,0.44214877,0.44214877,0.41322315,0.4090909,0.40495867,0.37603307,0.3677686,0.338843,0.2644628,0.23553719,0.2231405,0.20247933,0.20661157,0.2231405,0.25619835,0.32231405,0.3553719,0.40082645,0.46280992,0.5371901,0.61157024,0.6859504,0.69008267,0.6942149,0.7355372,0.72727275,0.7066116,0.6528926,0.4876033,0.338843,0.23966943,0.20661157,0.19008264,0.17355372,0.17768595,0.2520661,0.26859504,0.27272728,0.23966943,0.20247933,0.2520661,0.23966943,0.29752067,0.38842976,0.41735536,0.40495867,0.29752067,0.27272728,0.35123968,0.41322315,0.49173555,0.5247934,0.61157024,0.70247936,0.76859504,0.77272725,0.40495867,0.5082645,0.46280992,0.37603307,0.41322315,0.45454547,0.45867768,0.45041323,0.42561984,0.37190083,0.34710744,0.34710744,0.35950413,0.338843,0.18181819,0.28512397,0.11983471,0.11570248,0.16528925,0.1694215,0.19421488,0.20247933,0.23140496,0.2768595,0.34710744,0.3966942,0.41322315,0.54545456,0.62396693,0.6818182,0.70247936,0.71900827,0.7644628,0.7768595,0.8016529,0.79752064,0.56198347,0.29338843,0.22727273,0.20661157,0.20247933,0.18181819,0.16115703,0.25619835,0.3140496,0.24793388,0.20247933,0.0785124,0.1446281,0.1446281,0.17768595,0.35950413,0.30165288,0.38429752,0.4214876,0.28099173,0.26859504,0.34710744,0.47107437,0.56198347,0.6363636,0.7107438,0.7644628,0.78512394,0.41322315,0.5165289,0.47107437,0.38842976,0.4338843,0.45454547,0.45041323,0.42561984,0.3305785,0.2892562,0.3264463,0.28512397,0.30991736,0.35950413,0.08677686,0.24793388,0.11570248,0.09090909,0.16528925,0.2231405,0.24380165,0.19008264,0.20247933,0.27272728,0.37190083,0.4214876,0.4090909,0.53305787,0.6363636,0.6818182,0.71487606,0.74380165,0.77272725,0.78512394,0.8264463,0.8636364,0.59917355,0.30165288,0.29752067,0.3305785,0.2644628,0.18181819,0.14049587,0.30991736,0.46694216,0.3181818,0.21487603,0.14049587,0.1983471,0.19421488,0.30165288,0.5289256,0.41322315,0.28512397,0.4214876,0.42561984,0.40082645,0.3966942,0.47933885,0.58677685,0.6735537,0.74380165,0.78099173,0.7768595,0.43801653,0.53305787,0.48347107,0.42975205,0.45867768,0.45041323,0.42561984,0.36363637,0.28512397,0.28099173,0.24380165,0.2107438,0.36363637,0.48347107,0.19421488,0.18181819,0.18181819,0.18595041,0.24380165,0.30165288,0.3140496,0.27272728,0.30991736,0.30991736,0.42561984,0.446281,0.4090909,0.5413223,0.6487603,0.6942149,0.73140496,0.76033056,0.7644628,0.78099173,0.8347107,0.8677686,0.6487603,0.35950413,0.38016528,0.41322315,0.29338843,0.25619835,0.2231405,0.3305785,0.5041322,0.4214876,0.29752067,0.2892562,0.30578512,0.2768595,0.45041323,0.5206612,0.5082645,0.46280992,0.57438016,0.55785125,0.5371901,0.57438016,0.60330576,0.6570248,0.71487606,0.76859504,0.8016529,0.78512394,0.45454547,0.5413223,0.5,0.47107437,0.47107437,0.45041323,0.41322315,0.3553719,0.3264463,0.27272728,0.23553719,0.27272728,0.37603307,0.47107437,0.38842976,0.28512397,0.3305785,0.3264463,0.34710744,0.38016528,0.37603307,0.35950413,0.41322315,0.3966942,0.44214877,0.42975205,0.45867768,0.56198347,0.6404959,0.6983471,0.7355372,0.7644628,0.7644628,0.78099173,0.8347107,0.8471074,0.71487606,0.5289256,0.45454547,0.40495867,0.37190083,0.3553719,0.3429752,0.39256197,0.44214877,0.446281,0.41735536,0.4090909,0.42561984,0.42975205,0.47107437,0.5123967,0.5206612,0.61570245,0.6694215,0.7107438,0.6983471,0.70247936,0.71900827,0.74380165,0.76859504,0.7892562,0.822314,0.8140496,0.48347107,0.54545456,0.5165289,0.5041322,0.49173555,0.46694216,0.4338843,0.3966942,0.37190083,0.36363637,0.36363637,0.38429752,0.42561984,0.47107437,0.45041323,0.4214876,0.42561984,0.41735536,0.40082645,0.40082645,0.4090909,0.42975205,0.45454547,0.45867768,0.42975205,0.43801653,0.5289256,0.5785124,0.62396693,0.6735537,0.71487606,0.75206614,0.76033056,0.77272725,0.80991733,0.8181818,0.7768595,0.69008267,0.57438016,0.47107437,0.40082645,0.40082645,0.40082645,0.42975205,0.45454547,0.47107437,0.46694216,0.4752066,0.4876033,0.49586776,0.5495868,0.59504133,0.60330576,0.6818182,0.7107438,0.74380165,0.74793386,0.75619835,0.7644628,0.77272725,0.7892562,0.8016529,0.8264463,0.822314,0.5165289,0.5495868,0.5247934,0.5206612,0.5082645,0.48347107,0.46280992,0.446281,0.44214877,0.46280992,0.47107437,0.48347107,0.49173555,0.5082645,0.47933885,0.46694216,0.46280992,0.43801653,0.42975205,0.4338843,0.45041323,0.47933885,0.49586776,0.47933885,0.45041323,0.5082645,0.57024795,0.58264464,0.60330576,0.6404959,0.6942149,0.73966944,0.74793386,0.75206614,0.77272725,0.7892562,0.7892562,0.78099173,0.71487606,0.61157024,0.49173555,0.446281,0.45041323,0.48347107,0.5,0.5289256,0.53305787,0.5495868,0.553719,0.58264464,0.6198347,0.6446281,0.6694215,0.70247936,0.7231405,0.75206614,0.76033056,0.77272725,0.77272725,0.7644628,0.7892562,0.8016529,0.822314,0.8264463,0.54545456,0.5495868,0.5289256,0.54545456,0.5206612,0.5,0.4876033,0.4876033,0.4876033,0.5123967,0.5289256,0.5247934,0.53305787,0.5206612,0.5247934,0.5165289,0.5165289,0.49586776,0.49173555,0.5,0.5206612,0.53305787,0.5413223,0.5082645,0.5165289,0.57024795,0.56198347,0.5785124,0.59090906,0.6446281,0.70247936,0.73140496,0.7355372,0.7355372,0.74380165,0.76033056,0.77272725,0.79752064,0.7933884,0.75206614,0.6528926,0.56198347,0.53305787,0.553719,0.55785125,0.5785124,0.59504133,0.61157024,0.61157024,0.6487603,0.6694215,0.6859504,0.69008267,0.71487606,0.72727275,0.74793386,0.7644628,0.78099173,0.78099173,0.77272725,0.7933884,0.8016529,0.8140496,0.8140496,0.5661157,0.5413223,0.5413223,0.55785125,0.5371901,0.5123967,0.5082645,0.5206612,0.53305787,0.553719,0.57024795,0.57024795,0.57024795,0.553719,0.58264464,0.57024795,0.55785125,0.5495868,0.54545456,0.5371901,0.56198347,0.5661157,0.56198347,0.5371901,0.5661157,0.57024795,0.5495868,0.58264464,0.61157024,0.6818182,0.7231405,0.7355372,0.73966944,0.7355372,0.74793386,0.75206614,0.75206614,0.78099173,0.8181818,0.8181818,0.76033056,0.6818182,0.6322314,0.6322314,0.6322314,0.62396693,0.6404959,0.6404959,0.6322314,0.677686,0.6983471,0.6983471,0.7066116,0.71487606,0.73140496,0.76033056,0.7644628,0.77272725,0.78512394,0.7892562,0.79752064,0.79752064,0.8016529,0.79752064,0.5785124,0.53305787,0.54545456,0.56198347,0.5495868,0.5413223,0.5495868,0.5661157,0.5785124,0.5785124,0.59504133,0.59504133,0.58677685,0.58264464,0.59090906,0.58264464,0.58264464,0.58264464,0.57024795,0.57024795,0.58677685,0.58264464,0.58264464,0.5785124,0.5661157,0.55785125,0.57024795,0.59090906,0.6280992,0.69008267,0.7107438,0.7231405,0.7355372,0.73140496,0.78099173,0.79752064,0.77272725,0.7355372,0.7933884,0.838843,0.8016529,0.72727275,0.69008267,0.6694215,0.6859504,0.677686,0.661157,0.6652893,0.6404959,0.6694215,0.69008267,0.6818182,0.72727275,0.72727275,0.73140496,0.75206614,0.75619835,0.7644628,0.78512394,0.7933884,0.8016529,0.7933884,0.7892562,0.78512394,0.553719,0.5082645,0.5371901,0.55785125,0.55785125,0.5785124,0.58264464,0.59090906,0.60330576,0.60330576,0.61570245,0.6198347,0.59504133,0.61570245,0.59090906,0.60330576,0.59090906,0.59090906,0.5785124,0.59090906,0.59917355,0.59917355,0.607438,0.61157024,0.54545456,0.59504133,0.58677685,0.58264464,0.6528926,0.6942149,0.6570248,0.6570248,0.6818182,0.7107438,0.76033056,0.78099173,0.7933884,0.7892562,0.71900827,0.78512394,0.8057851,0.74793386,0.7066116,0.6735537,0.6859504,0.69008267,0.6859504,0.6818182,0.6652893,0.6570248,0.6735537,0.677686,0.6818182,0.71487606,0.6983471,0.74380165,0.75619835,0.76859504,0.7768595,0.78512394,0.7892562,0.7892562,0.78099173,0.78512394,0.5165289,0.5082645,0.5289256,0.55785125,0.5785124,0.59917355,0.59504133,0.607438,0.62396693,0.61157024,0.6322314,0.607438,0.61570245,0.607438,0.62396693,0.62396693,0.60330576,0.60330576,0.607438,0.61157024,0.6198347,0.6198347,0.6280992,0.59090906,0.59917355,0.59917355,0.54545456,0.5123967,0.56198347,0.59504133,0.57024795,0.56198347,0.57438016,0.607438,0.6363636,0.6280992,0.677686,0.7355372,0.8016529,0.76859504,0.76859504,0.7231405,0.7107438,0.6735537,0.661157,0.6818182,0.6942149,0.7107438,0.6983471,0.677686,0.677686,0.6983471,0.7066116,0.70247936,0.71487606,0.7231405,0.74380165,0.76859504,0.7644628,0.76859504,0.77272725,0.7768595,0.76859504,0.77272725,0.49173555,0.48347107,0.5206612,0.5495868,0.57438016,0.59090906,0.59917355,0.59917355,0.6198347,0.6280992,0.6363636,0.61570245,0.6198347,0.62396693,0.6487603,0.6446281,0.6322314,0.6280992,0.6363636,0.62396693,0.6404959,0.6487603,0.62396693,0.58677685,0.59504133,0.55785125,0.5041322,0.46280992,0.5,0.5041322,0.5082645,0.5,0.49586776,0.53305787,0.53305787,0.5,0.5123967,0.5413223,0.6404959,0.73140496,0.8016529,0.71900827,0.6694215,0.6735537,0.661157,0.6735537,0.6694215,0.69008267,0.71900827,0.69008267,0.6983471,0.7066116,0.71900827,0.7107438,0.71900827,0.71487606,0.71900827,0.74380165,0.74380165,0.73140496,0.74793386,0.74380165,0.76033056,0.7644628,0.48347107,0.4752066,0.5041322,0.5495868,0.56198347,0.57024795,0.58677685,0.59917355,0.6198347,0.6322314,0.6322314,0.6322314,0.6446281,0.6446281,0.6694215,0.661157,0.6570248,0.6570248,0.6487603,0.6487603,0.6735537,0.6446281,0.58264464,0.55785125,0.4876033,0.41322315,0.36363637,0.3429752,0.38016528,0.4752066,0.47933885,0.44214877,0.46694216,0.446281,0.32231405,0.2768595,0.27272728,0.28512397,0.42561984,0.53305787,0.69008267,0.76033056,0.6322314,0.6322314,0.6528926,0.6735537,0.677686,0.6735537,0.7107438,0.71900827,0.6983471,0.71900827,0.71487606,0.7231405,0.73966944,0.7355372,0.71900827,0.7231405,0.7231405,0.7231405,0.73140496,0.73966944,0.74793386,0.74793386,0.49173555,0.45454547,0.5041322,0.5371901,0.5495868,0.5495868,0.5661157,0.58677685,0.607438,0.6322314,0.6404959,0.661157,0.6735537,0.6652893,0.6818182,0.6818182,0.6818182,0.677686,0.6735537,0.6570248,0.677686,0.61570245,0.5371901,0.49586776,0.338843,0.17355372,0.12809917,0.14049587,0.19421488,0.4338843,0.47933885,0.41322315,0.49173555,0.3966942,0.17768595,0.11157025,0.10743801,0.08677686,0.16115703,0.4090909,0.5371901,0.6983471,0.6404959,0.58677685,0.6280992,0.661157,0.677686,0.6818182,0.7066116,0.73966944,0.7107438,0.71487606,0.7066116,0.72727275,0.75206614,0.76033056,0.7231405,0.72727275,0.71900827,0.7231405,0.71900827,0.73140496,0.74793386,0.73966944,0.47107437,0.45867768,0.5,0.53305787,0.5371901,0.5413223,0.55785125,0.58264464,0.59090906,0.6280992,0.6487603,0.6652893,0.677686,0.6652893,0.677686,0.6818182,0.6859504,0.6818182,0.6818182,0.661157,0.6570248,0.60330576,0.5082645,0.46694216,0.29338843,0.1446281,0.14049587,0.16528925,0.29752067,0.44214877,0.46280992,0.39256197,0.46694216,0.45867768,0.338843,0.2231405,0.1446281,0.11570248,0.1446281,0.35950413,0.47107437,0.6198347,0.6446281,0.57024795,0.59090906,0.6322314,0.6694215,0.6735537,0.7066116,0.73966944,0.7231405,0.71900827,0.71900827,0.7231405,0.7355372,0.75206614,0.7355372,0.73140496,0.71487606,0.71487606,0.71487606,0.7107438,0.75619835,0.73140496,0.46280992,0.46280992,0.49173555,0.5289256,0.5206612,0.53305787,0.553719,0.57024795,0.59504133,0.6404959,0.661157,0.6694215,0.661157,0.6694215,0.6735537,0.6818182,0.69008267,0.677686,0.6652893,0.6322314,0.6198347,0.607438,0.5041322,0.45041323,0.37190083,0.3264463,0.35123968,0.37603307,0.44214877,0.47107437,0.4338843,0.37603307,0.3966942,0.45454547,0.47933885,0.44214877,0.338843,0.29338843,0.338843,0.4090909,0.4214876,0.59504133,0.6694215,0.61570245,0.59090906,0.607438,0.6570248,0.677686,0.69008267,0.73140496,0.7355372,0.7231405,0.7231405,0.71487606,0.71900827,0.73140496,0.73140496,0.7231405,0.7066116,0.7107438,0.7066116,0.6818182,0.75619835,0.72727275,0.42561984,0.47107437,0.4876033,0.5289256,0.5165289,0.5289256,0.54545456,0.56198347,0.59917355,0.6404959,0.6570248,0.6652893,0.6446281,0.677686,0.6735537,0.6942149,0.6983471,0.6735537,0.6487603,0.60330576,0.607438,0.61570245,0.5247934,0.43801653,0.3966942,0.4090909,0.446281,0.47933885,0.4752066,0.48347107,0.44214877,0.39256197,0.39256197,0.45454547,0.5413223,0.56198347,0.49173555,0.42975205,0.40495867,0.40495867,0.446281,0.6322314,0.69008267,0.6735537,0.6487603,0.6198347,0.6570248,0.6983471,0.70247936,0.72727275,0.73140496,0.73140496,0.73140496,0.71487606,0.71487606,0.7107438,0.7107438,0.71487606,0.7107438,0.71487606,0.7066116,0.6652893,0.75206614,0.74380165,0.3553719,0.47933885,0.47933885,0.5206612,0.5123967,0.5165289,0.5371901,0.55785125,0.59504133,0.6280992,0.661157,0.6487603,0.6570248,0.677686,0.677686,0.69008267,0.6942149,0.677686,0.6446281,0.61157024,0.61570245,0.6198347,0.54545456,0.45454547,0.4090909,0.4090909,0.42561984,0.4752066,0.5041322,0.5206612,0.4876033,0.45454547,0.46280992,0.5,0.56198347,0.6280992,0.61157024,0.53305787,0.5,0.5165289,0.57024795,0.6735537,0.7107438,0.71900827,0.71900827,0.69008267,0.69008267,0.7107438,0.7231405,0.7355372,0.73140496,0.73140496,0.73966944,0.7231405,0.7231405,0.7107438,0.7107438,0.7107438,0.71900827,0.7231405,0.71900827,0.71487606,0.74793386,0.75206614,0.32231405,0.48347107,0.4752066,0.5165289,0.5123967,0.5082645,0.53305787,0.553719,0.58677685,0.6198347,0.6487603,0.6487603,0.6570248,0.6694215,0.677686,0.6859504,0.69008267,0.6818182,0.6694215,0.6404959,0.6322314,0.6322314,0.57438016,0.49586776,0.4752066,0.47933885,0.46694216,0.5,0.53305787,0.54545456,0.5123967,0.49586776,0.5165289,0.5165289,0.54545456,0.6198347,0.6652893,0.6446281,0.6322314,0.6446281,0.6487603,0.69008267,0.7231405,0.74793386,0.74793386,0.7355372,0.7355372,0.7355372,0.73140496,0.74380165,0.7355372,0.7355372,0.74793386,0.7355372,0.74793386,0.73966944,0.71487606,0.7066116,0.7107438,0.7231405,0.72727275,0.71900827,0.76033056,0.75206614,0.36363637,0.45867768,0.4752066,0.5082645,0.5123967,0.5082645,0.5371901,0.55785125,0.58677685,0.6280992,0.6446281,0.6446281,0.6528926,0.6652893,0.6818182,0.6818182,0.6859504,0.69008267,0.677686,0.661157,0.6570248,0.6404959,0.59504133,0.5165289,0.5,0.5206612,0.5082645,0.5206612,0.5371901,0.5413223,0.5123967,0.5123967,0.5413223,0.53305787,0.5413223,0.59504133,0.6363636,0.6735537,0.6528926,0.6570248,0.6570248,0.6983471,0.71487606,0.73966944,0.74380165,0.7355372,0.74380165,0.75206614,0.74793386,0.74793386,0.74793386,0.76033056,0.75206614,0.76033056,0.77272725,0.76859504,0.71900827,0.7066116,0.6983471,0.6942149,0.72727275,0.7231405,0.75619835,0.74793386,0.41322315,0.43801653,0.45867768,0.5082645,0.5041322,0.5123967,0.5413223,0.56198347,0.59504133,0.6322314,0.6404959,0.6487603,0.6570248,0.6652893,0.6652893,0.6735537,0.6818182,0.6859504,0.6652893,0.661157,0.6528926,0.62396693,0.59090906,0.5371901,0.53305787,0.54545456,0.54545456,0.5661157,0.5371901,0.5495868,0.5206612,0.5123967,0.5371901,0.5495868,0.5495868,0.60330576,0.6404959,0.6652893,0.6652893,0.661157,0.6818182,0.7066116,0.70247936,0.70247936,0.7231405,0.7107438,0.71487606,0.73966944,0.75206614,0.74793386,0.75206614,0.76033056,0.75206614,0.7355372,0.74793386,0.75619835,0.7355372,0.71900827,0.70247936,0.69008267,0.7231405,0.73140496,0.7355372,0.72727275,0.42975205,0.41322315,0.446281,0.5165289,0.5082645,0.5206612,0.5371901,0.56198347,0.60330576,0.6322314,0.6363636,0.6487603,0.661157,0.6735537,0.6528926,0.6694215,0.6694215,0.6570248,0.6363636,0.6280992,0.6322314,0.59504133,0.57024795,0.5785124,0.59090906,0.59090906,0.59090906,0.60330576,0.58264464,0.58264464,0.5661157,0.5289256,0.5289256,0.5495868,0.56198347,0.61157024,0.6652893,0.69008267,0.677686,0.6859504,0.7107438,0.71487606,0.7107438,0.69008267,0.71487606,0.7107438,0.6818182,0.6942149,0.71900827,0.75206614,0.74380165,0.74380165,0.74380165,0.71900827,0.71900827,0.74380165,0.75206614,0.72727275,0.70247936,0.70247936,0.71487606,0.7231405,0.71487606,0.71487606,0.43801653,0.3966942,0.446281,0.49586776,0.5206612,0.5206612,0.53305787,0.5495868,0.59090906,0.6198347,0.62396693,0.6322314,0.6652893,0.661157,0.6280992,0.6570248,0.6404959,0.6198347,0.61157024,0.59090906,0.59504133,0.57438016,0.5661157,0.59090906,0.61157024,0.62396693,0.59504133,0.57024795,0.54545456,0.54545456,0.55785125,0.553719,0.5495868,0.5413223,0.5247934,0.5371901,0.58677685,0.69008267,0.7107438,0.73140496,0.74380165,0.73140496,0.71900827,0.6818182,0.6859504,0.69008267,0.6652893,0.6652893,0.6694215,0.74380165,0.75206614,0.73966944,0.73140496,0.7107438,0.71487606,0.7107438,0.7231405,0.71900827,0.7066116,0.6942149,0.71487606,0.71487606,0.6983471,0.6942149,0.49586776,0.5041322,0.42975205,0.47933885,0.5041322,0.5123967,0.5289256,0.54545456,0.58264464,0.59917355,0.61570245,0.6404959,0.6446281,0.6404959,0.62396693,0.6198347,0.61157024,0.61570245,0.607438,0.59504133,0.57438016,0.56198347,0.5785124,0.59090906,0.57438016,0.553719,0.47933885,0.45454547,0.42975205,0.42561984,0.4214876,0.42975205,0.42975205,0.4214876,0.40082645,0.38016528,0.39256197,0.45867768,0.54545456,0.6280992,0.72727275,0.74380165,0.7066116,0.6735537,0.6404959,0.6280992,0.60330576,0.6280992,0.6322314,0.6570248,0.73966944,0.7107438,0.71487606,0.7107438,0.6983471,0.69008267,0.6983471,0.70247936,0.6983471,0.69008267,0.7107438,0.70247936,0.70247936,0.7066116,0.49173555,0.5247934,0.45454547,0.45041323,0.5082645,0.5165289,0.5289256,0.54545456,0.5785124,0.59504133,0.607438,0.6404959,0.59917355,0.60330576,0.59917355,0.59917355,0.57024795,0.58264464,0.57438016,0.553719,0.5413223,0.553719,0.55785125,0.5123967,0.46280992,0.4214876,0.3966942,0.3966942,0.37190083,0.35950413,0.3553719,0.34710744,0.34710744,0.3264463,0.32231405,0.32231405,0.3305785,0.34710744,0.36363637,0.40495867,0.49173555,0.58264464,0.6446281,0.62396693,0.59917355,0.5661157,0.54545456,0.5413223,0.57438016,0.5785124,0.6528926,0.6942149,0.661157,0.73140496,0.7107438,0.70247936,0.6859504,0.6818182,0.6859504,0.677686,0.6694215,0.6942149,0.6818182,0.7231405,0.5041322,0.5289256,0.46280992,0.45041323,0.49173555,0.5041322,0.5247934,0.5413223,0.56198347,0.59090906,0.61570245,0.6322314,0.59090906,0.57024795,0.57024795,0.57024795,0.5495868,0.5247934,0.5123967,0.5123967,0.5082645,0.5,0.47107437,0.38842976,0.36363637,0.35950413,0.33471075,0.33471075,0.3140496,0.3181818,0.32231405,0.30165288,0.30578512,0.2892562,0.28512397,0.28099173,0.29338843,0.30991736,0.2892562,0.30578512,0.30578512,0.36363637,0.4752066,0.5371901,0.5413223,0.48347107,0.45867768,0.47933885,0.5041322,0.5123967,0.59090906,0.6652893,0.69008267,0.73140496,0.7066116,0.70247936,0.6859504,0.6859504,0.6818182,0.677686,0.6694215,0.6859504,0.6942149,0.6983471,0.5123967,0.5082645,0.4752066,0.446281,0.48347107,0.49586776,0.5082645,0.5289256,0.553719,0.58677685,0.6198347,0.61157024,0.57438016,0.553719,0.54545456,0.5413223,0.5,0.45867768,0.446281,0.46280992,0.45041323,0.3966942,0.3553719,0.30991736,0.30578512,0.3264463,0.3140496,0.32231405,0.3264463,0.3305785,0.33471075,0.3264463,0.3264463,0.3305785,0.33471075,0.30991736,0.30991736,0.338843,0.3140496,0.29752067,0.2520661,0.2644628,0.28512397,0.35123968,0.4214876,0.38016528,0.35950413,0.42975205,0.45867768,0.47933885,0.5371901,0.61570245,0.6859504,0.72727275,0.6942149,0.70247936,0.6942149,0.6859504,0.677686,0.6694215,0.6528926,0.6818182,0.70247936,0.6735537,0.5041322,0.49173555,0.4338843,0.45041323,0.49173555,0.49586776,0.4876033,0.5041322,0.54545456,0.59090906,0.59504133,0.59090906,0.5495868,0.553719,0.53305787,0.49173555,0.446281,0.37603307,0.3429752,0.37190083,0.3429752,0.30578512,0.3140496,0.338843,0.38429752,0.4214876,0.45454547,0.46694216,0.47933885,0.4752066,0.46694216,0.46280992,0.45867768,0.48347107,0.5,0.5123967,0.49173555,0.5041322,0.5247934,0.4752066,0.41735536,0.3264463,0.2644628,0.21900827,0.24380165,0.23966943,0.24793388,0.37603307,0.4338843,0.46694216,0.49173555,0.57024795,0.6570248,0.7107438,0.70247936,0.6859504,0.6859504,0.6694215,0.6570248,0.6570248,0.6570248,0.69008267,0.6942149,0.6694215,0.446281,0.4214876,0.2768595,0.42561984,0.5041322,0.49586776,0.4752066,0.49173555,0.5371901,0.58677685,0.58264464,0.5785124,0.553719,0.55785125,0.5247934,0.46694216,0.40082645,0.26859504,0.21487603,0.24793388,0.28099173,0.3305785,0.41735536,0.44214877,0.4876033,0.49173555,0.5123967,0.5247934,0.5123967,0.5206612,0.5123967,0.5041322,0.49586776,0.5082645,0.5206612,0.5495868,0.54545456,0.54545456,0.61157024,0.6198347,0.6198347,0.57438016,0.5,0.3553719,0.2603306,0.19421488,0.20247933,0.3429752,0.446281,0.47933885,0.49173555,0.5495868,0.6446281,0.677686,0.6859504,0.6735537,0.6735537,0.6570248,0.6528926,0.6652893,0.661157,0.6942149,0.677686,0.70247936,0.26859504,0.2603306,0.10743801,0.35950413,0.5289256,0.49586776,0.4752066,0.48347107,0.5206612,0.55785125,0.58264464,0.58677685,0.56198347,0.56198347,0.5371901,0.4752066,0.4090909,0.26859504,0.2603306,0.32231405,0.38842976,0.46280992,0.5041322,0.4876033,0.5,0.5041322,0.5,0.49586776,0.48347107,0.48347107,0.48347107,0.4752066,0.46280992,0.45867768,0.45454547,0.46280992,0.48347107,0.5041322,0.553719,0.58677685,0.61570245,0.6487603,0.6528926,0.6280992,0.54545456,0.40495867,0.32231405,0.41735536,0.49173555,0.5082645,0.5247934,0.553719,0.6363636,0.6570248,0.6694215,0.6570248,0.6528926,0.6528926,0.6487603,0.661157,0.6735537,0.6942149,0.677686,0.72727275,0.14049587,0.1570248,0.10330579,0.28099173,0.5413223,0.5,0.48347107,0.47933885,0.5041322,0.5289256,0.57024795,0.59090906,0.58264464,0.5785124,0.5495868,0.49586776,0.47107437,0.41322315,0.446281,0.4876033,0.5123967,0.5289256,0.5289256,0.5041322,0.5082645,0.5041322,0.4752066,0.47107437,0.45454547,0.44214877,0.44214877,0.4338843,0.4214876,0.42561984,0.41735536,0.4090909,0.42561984,0.446281,0.49586776,0.53305787,0.56198347,0.6198347,0.6570248,0.70247936,0.6983471,0.6404959,0.5123967,0.5,0.5289256,0.5371901,0.54545456,0.5661157,0.61157024,0.6528926,0.6528926,0.6487603,0.6404959,0.6528926,0.6363636,0.6487603,0.6735537,0.69008267,0.6694215,0.76033056,0.13636364,0.1322314,0.11570248,0.19008264,0.53305787,0.5082645,0.49173555,0.48347107,0.49586776,0.5247934,0.55785125,0.57438016,0.58677685,0.59090906,0.57024795,0.5289256,0.5247934,0.5206612,0.5371901,0.5413223,0.5413223,0.54545456,0.53305787,0.5123967,0.5082645,0.5,0.47933885,0.4752066,0.446281,0.42975205,0.42975205,0.40495867,0.40082645,0.4214876,0.4214876,0.41735536,0.42561984,0.41735536,0.4752066,0.5082645,0.54545456,0.59504133,0.6363636,0.6818182,0.6859504,0.6983471,0.6528926,0.59090906,0.5661157,0.5785124,0.553719,0.56198347,0.58264464,0.6446281,0.6487603,0.6570248,0.6446281,0.6487603,0.6404959,0.6446281,0.6694215,0.6859504,0.661157,0.7892562,0.13636364,0.13636364,0.12396694,0.12809917,0.47107437,0.5082645,0.5,0.4876033,0.49586776,0.5206612,0.5413223,0.56198347,0.57024795,0.59090906,0.58264464,0.55785125,0.553719,0.5785124,0.58264464,0.54545456,0.5289256,0.54545456,0.54545456,0.5247934,0.5123967,0.5082645,0.49586776,0.47933885,0.45867768,0.446281,0.42975205,0.41322315,0.41322315,0.4214876,0.42561984,0.44214877,0.4338843,0.43801653,0.48347107,0.5247934,0.553719,0.5785124,0.60330576,0.6198347,0.6363636,0.6859504,0.6942149,0.6735537,0.6322314,0.59090906,0.553719,0.56198347,0.57438016,0.607438,0.61570245,0.6487603,0.6528926,0.6487603,0.6487603,0.6528926,0.6570248,0.677686,0.661157,0.76859504,0.1446281,0.14049587,0.12396694,0.10743801,0.35950413,0.5082645,0.49586776,0.49586776,0.5,0.5082645,0.5165289,0.5371901,0.5495868,0.553719,0.59504133,0.57438016,0.59090906,0.61570245,0.607438,0.5495868,0.5,0.5371901,0.56198347,0.5495868,0.5247934,0.5123967,0.5041322,0.4876033,0.4752066,0.46694216,0.446281,0.4338843,0.43801653,0.44214877,0.45041323,0.46280992,0.46280992,0.45867768,0.5123967,0.55785125,0.5661157,0.57438016,0.58677685,0.59090906,0.6322314,0.6735537,0.677686,0.70247936,0.6570248,0.59917355,0.56198347,0.56198347,0.5661157,0.58264464,0.57438016,0.6363636,0.6570248,0.6570248,0.6570248,0.6735537,0.6694215,0.6487603,0.70247936,0.6652893,0.1322314,0.1446281,0.12809917,0.13636364,0.26859504,0.49586776,0.48347107,0.5041322,0.5,0.5041322,0.5041322,0.5123967,0.5289256,0.5413223,0.59504133,0.58264464,0.607438,0.61157024,0.607438,0.5785124,0.5495868,0.5495868,0.57024795,0.56198347,0.5495868,0.54545456,0.5165289,0.49173555,0.47933885,0.4876033,0.47107437,0.4752066,0.47933885,0.47933885,0.4876033,0.47933885,0.47107437,0.49586776,0.57024795,0.56198347,0.58264464,0.59917355,0.59504133,0.59090906,0.6404959,0.6652893,0.62396693,0.6570248,0.6404959,0.58677685,0.59917355,0.5785124,0.58264464,0.58677685,0.59504133,0.6404959,0.6487603,0.6446281,0.6528926,0.6735537,0.677686,0.6570248,0.75619835,0.4090909,0.13636364,0.13636364,0.1322314,0.11983471,0.1570248,0.446281,0.49586776,0.5041322,0.5082645,0.49586776,0.5041322,0.5082645,0.5165289,0.5495868,0.5785124,0.59917355,0.59917355,0.61157024,0.60330576,0.59504133,0.58264464,0.5785124,0.58677685,0.59090906,0.59090906,0.553719,0.5495868,0.5371901,0.5413223,0.553719,0.5495868,0.5661157,0.5785124,0.5661157,0.58677685,0.59504133,0.56198347,0.54545456,0.59090906,0.61157024,0.61157024,0.6322314,0.6322314,0.6280992,0.6487603,0.661157,0.60330576,0.59917355,0.6322314,0.61570245,0.5785124,0.5661157,0.58677685,0.5785124,0.607438,0.6322314,0.6446281,0.6404959,0.6446281,0.6652893,0.6570248,0.677686,0.6983471,0.16528925,0.14049587,0.1322314,0.1446281,0.11570248,0.12809917,0.3429752,0.5082645,0.49173555,0.5,0.49173555,0.5041322,0.5082645,0.5247934,0.56198347,0.56198347,0.57024795,0.58264464,0.59917355,0.607438,0.6198347,0.60330576,0.59917355,0.6280992,0.6322314,0.59504133,0.59504133,0.6198347,0.59090906,0.61157024,0.60330576,0.59917355,0.61570245,0.6322314,0.6322314,0.6570248,0.6694215,0.6570248,0.6652893,0.6570248,0.6735537,0.6735537,0.6859504,0.677686,0.6652893,0.6528926,0.6735537,0.6487603,0.62396693,0.6363636,0.6404959,0.607438,0.5785124,0.57024795,0.59090906,0.61157024,0.61570245,0.6363636,0.62396693,0.62396693,0.661157,0.6570248,0.6818182,0.48347107,0.09917355,0.12396694,0.13636364,0.12396694,0.12809917,0.10330579,0.22727273,0.46280992,0.4876033,0.5041322,0.48347107,0.5,0.5165289,0.5206612,0.5413223,0.57024795,0.56198347,0.5661157,0.59917355,0.59917355,0.61157024,0.6198347,0.61570245,0.6363636,0.6446281,0.607438,0.6198347,0.6322314,0.60330576,0.61157024,0.6446281,0.6363636,0.6446281,0.6404959,0.6446281,0.6694215,0.677686,0.6652893,0.71900827,0.71487606,0.6859504,0.7066116,0.7066116,0.6983471,0.7107438,0.6859504,0.6735537,0.6859504,0.6528926,0.62396693,0.6280992,0.61570245,0.58677685,0.56198347,0.59090906,0.6363636,0.62396693,0.61157024,0.61570245,0.61570245,0.6280992,0.661157,0.6735537,0.21487603,0.14876033,0.12396694,0.1446281,0.11983471,0.1446281,0.11983471,0.15289256,0.38016528,0.49173555,0.4876033,0.46280992,0.47933885,0.5206612,0.5165289,0.5165289,0.5495868,0.54545456,0.5413223,0.58677685,0.59504133,0.59917355,0.61570245,0.6198347,0.62396693,0.6280992,0.59090906,0.6198347,0.60330576,0.59917355,0.59917355,0.6363636,0.6363636,0.6404959,0.62396693,0.6404959,0.661157,0.6652893,0.677686,0.71900827,0.73140496,0.7066116,0.7107438,0.7066116,0.7107438,0.7066116,0.7107438,0.6859504,0.69008267,0.677686,0.6280992,0.607438,0.6198347,0.58264464,0.58677685,0.58677685,0.6363636,0.6280992,0.62396693,0.62396693,0.607438,0.61157024,0.661157,0.55785125,0.10743801,0.17355372,0.1322314,0.1322314,0.1322314,0.14049587,0.14049587,0.11983471,0.2644628,0.46280992,0.47933885,0.45867768,0.47933885,0.5123967,0.5041322,0.5041322,0.5247934,0.5289256,0.5206612,0.56198347,0.57024795,0.5785124,0.61157024,0.61570245,0.61570245,0.60330576,0.59504133,0.60330576,0.61157024,0.61157024,0.59504133,0.60330576,0.59504133,0.59917355,0.60330576,0.61570245,0.6322314,0.6570248,0.6652893,0.6942149,0.70247936,0.71487606,0.7066116,0.6983471,0.7066116,0.6983471,0.70247936,0.69008267,0.677686,0.677686,0.6363636,0.607438,0.607438,0.59917355,0.5785124,0.59504133,0.59917355,0.6198347,0.62396693,0.61157024,0.59917355,0.57438016,0.6694215,0.5206612,0.09917355,0.16528925,0.1322314,0.1322314,0.13636364,0.1322314,0.14049587,0.11570248,0.14876033,0.3429752,0.46694216,0.46280992,0.46280992,0.5,0.49586776,0.49173555,0.5247934,0.5165289,0.5082645,0.5413223,0.5371901,0.5495868,0.5785124,0.58264464,0.59090906,0.59504133,0.59917355,0.60330576,0.62396693,0.61157024,0.58264464,0.58264464,0.56198347,0.56198347,0.56198347,0.57024795,0.59504133,0.6363636,0.6487603,0.6487603,0.6818182,0.6942149,0.6859504,0.6818182,0.677686,0.677686,0.6652893,0.6694215,0.6528926,0.6570248,0.62396693,0.59504133,0.58264464,0.61157024,0.58677685,0.58264464,0.59090906,0.61570245,0.607438,0.59090906,0.5785124,0.5247934,0.70247936,0.5123967,0.09090909,0.16115703,0.1322314,0.13636364,0.1322314,0.12809917,0.13636364,0.12809917,0.11157025,0.18595041,0.38842976,0.45454547,0.46694216,0.47933885,0.5,0.47107437,0.5165289,0.5082645,0.5041322,0.5289256,0.5247934,0.5247934,0.5413223,0.5495868,0.5661157,0.58677685,0.58677685,0.59504133,0.61157024,0.59917355,0.57024795,0.56198347,0.553719,0.54545456,0.5371901,0.5371901,0.56198347,0.59917355,0.61157024,0.60330576,0.6528926,0.661157,0.6322314,0.6404959,0.6363636,0.6322314,0.6198347,0.6198347,0.6280992,0.6322314,0.59504133,0.58677685,0.5785124,0.59090906,0.59917355,0.5785124,0.58677685,0.59917355,0.58677685,0.55785125,0.5289256,0.5413223,0.73966944,0.48347107,0.09917355,0.16115703,0.12396694,0.1322314,0.12809917,0.12396694,0.14049587,0.1322314,0.12809917,0.10743801,0.23966943,0.41735536,0.46280992,0.45867768,0.5,0.47933885,0.48347107,0.49586776,0.49173555,0.5165289,0.5165289,0.5165289,0.5165289,0.5206612,0.5371901,0.56198347,0.553719,0.57438016,0.57024795,0.5661157,0.5371901,0.5371901,0.5247934,0.5206612,0.5123967,0.5082645,0.5247934,0.5495868,0.57024795,0.58677685,0.59917355,0.60330576,0.58264464,0.57438016,0.59090906,0.58677685,0.5785124,0.57024795,0.60330576,0.61157024,0.58264464,0.58264464,0.57024795,0.56198347,0.59504133,0.5661157,0.55785125,0.5413223,0.54545456,0.5123967,0.5289256,0.60330576,0.76033056,0.46694216,0.12396694,0.15289256,0.12809917,0.1322314,0.12809917,0.12809917,0.14049587,0.1322314,0.13636364,0.11570248,0.12396694,0.36363637,0.44214877,0.44214877,0.4752066,0.4752066,0.45041323,0.4752066,0.48347107,0.49586776,0.5041322,0.49173555,0.49586776,0.5,0.49173555,0.5247934,0.5123967,0.553719,0.5082645,0.5247934,0.5,0.49586776,0.49173555,0.5041322,0.49586776,0.4876033,0.5,0.49173555,0.5206612,0.553719,0.5413223,0.5413223,0.5413223,0.5206612,0.53305787,0.5413223,0.5413223,0.5289256,0.5661157,0.58677685,0.57438016,0.5785124,0.5495868,0.5289256,0.57024795,0.55785125,0.5289256,0.49173555,0.5,0.5041322,0.57438016,0.6322314,0.7644628,0.47107437,0.13636364,0.14876033,0.12809917,0.1322314,0.12809917,0.1322314,0.1322314,0.1322314,0.14049587,0.14049587,0.0785124,0.3140496,0.46694216,0.42561984,0.4338843,0.46694216,0.45041323,0.45041323,0.47107437,0.47107437,0.4876033,0.47933885,0.4752066,0.4752066,0.45454547,0.49173555,0.4752066,0.5206612,0.47107437,0.4876033,0.4876033,0.47107437,0.47107437,0.48347107,0.47107437,0.47107437,0.47933885,0.45454547,0.45454547,0.4876033,0.49173555,0.49173555,0.5041322,0.49173555,0.4876033,0.4876033,0.5041322,0.5,0.5289256,0.55785125,0.54545456,0.55785125,0.5247934,0.5123967,0.53305787,0.5247934,0.49586776,0.46280992,0.49173555,0.55785125,0.61157024,0.6570248,0.7644628,0.46694216,0.1570248,0.15289256,0.13636364,0.1322314,0.1322314,0.13636364,0.1322314,0.14049587,0.13636364,0.1446281,0.09090909,0.26859504,0.49173555,0.45454547,0.42975205,0.41735536,0.45041323,0.43801653,0.45867768,0.45454547,0.45867768,0.45454547,0.45454547,0.45867768,0.4338843,0.47107437,0.45041323,0.4752066,0.4338843,0.45041323,0.45867768,0.43801653,0.45041323,0.44214877,0.44214877,0.4338843,0.43801653,0.4214876,0.4090909,0.42975205,0.41735536,0.42561984,0.45867768,0.45454547,0.45041323,0.4338843,0.45454547,0.4752066,0.5041322,0.5247934,0.5165289,0.5289256,0.4876033,0.49586776,0.5,0.46694216,0.46280992,0.4876033,0.54545456,0.59917355,0.6404959,0.6818182,0.74793386,0.45454547,0.2768595,0.3305785,0.1322314,0.12809917,0.13636364,0.12809917,0.1322314,0.1446281,0.13636364,0.14049587,0.09504132,0.2231405,0.45454547,0.47933885,0.47107437,0.4338843,0.41735536,0.42561984,0.44214877,0.44214877,0.42975205,0.42975205,0.43801653,0.4338843,0.42975205,0.44214877,0.4338843,0.45867768,0.42561984,0.4214876,0.42561984,0.39256197,0.4090909,0.41322315,0.4090909,0.39256197,0.39256197,0.38842976,0.37190083,0.37603307,0.36363637,0.36363637,0.40082645,0.3966942,0.40082645,0.39256197,0.4090909,0.45867768,0.47933885,0.48347107,0.4876033,0.48347107,0.45867768,0.47107437,0.45041323,0.4338843,0.48347107,0.5371901,0.58264464,0.6363636,0.677686,0.6818182,0.73966944,0.40495867,0.20661157,0.30991736,0.14876033,0.13636364,0.13636364,0.11983471,0.12396694,0.17355372,0.20661157,0.17355372,0.15289256,0.21900827,0.44214877,0.47933885,0.4752066,0.47107437,0.446281,0.41735536,0.38842976,0.41735536,0.41735536,0.41322315,0.42561984,0.4214876,0.41735536,0.40495867,0.40495867,0.44214877,0.4090909,0.38429752,0.38429752,0.3677686,0.37190083,0.37603307,0.37190083,0.3553719,0.3553719,0.34710744,0.3429752,0.3264463,0.32231405,0.33471075,0.34710744,0.3553719,0.34710744,0.35950413,0.38842976,0.42975205,0.44214877,0.44214877,0.44214877,0.446281,0.40495867,0.42561984,0.44214877,0.49173555,0.5247934,0.54545456,0.61157024,0.6735537,0.677686,0.677686,0.73966944,0.38429752,0.08677686,0.19008264,0.14049587,0.12396694,0.1446281,0.12809917,0.17768595,0.35123968,0.27272728,0.09504132,0.09504132,0.14049587,0.42561984,0.47933885,0.46694216,0.47933885,0.45867768,0.46280992,0.41322315,0.3966942,0.38842976,0.38016528,0.39256197,0.38842976,0.3677686,0.39256197,0.37603307,0.42975205,0.38842976,0.36363637,0.3553719,0.36363637,0.35123968,0.3553719,0.3305785,0.3181818,0.32231405,0.32231405,0.30578512,0.32231405,0.2892562,0.3181818,0.30165288,0.30578512,0.30578512,0.3264463,0.3677686,0.37190083,0.37603307,0.3966942,0.38429752,0.37603307,0.4214876,0.45867768,0.49173555,0.5123967,0.5247934,0.57438016,0.6528926,0.6694215,0.6652893,0.6570248,0.7355372,0.338843,0.0785124,0.0785124,35 +0.2768595,0.38016528,0.4876033,0.53305787,0.5371901,0.553719,0.58264464,0.61157024,0.6404959,0.661157,0.6652893,0.677686,0.6859504,0.6859504,0.69008267,0.677686,0.6859504,0.7066116,0.7066116,0.7107438,0.71487606,0.71900827,0.7231405,0.71487606,0.72727275,0.72727275,0.7231405,0.7355372,0.74793386,0.75206614,0.74380165,0.74380165,0.75619835,0.75619835,0.74793386,0.76033056,0.7644628,0.75619835,0.77272725,0.7768595,0.7933884,0.7892562,0.7933884,0.8016529,0.8016529,0.8181818,0.822314,0.8305785,0.8305785,0.8305785,0.822314,0.8305785,0.838843,0.838843,0.8429752,0.8429752,0.8305785,0.8429752,0.77272725,0.5082645,0.2520661,0.23140496,0.3264463,0.41735536,0.30578512,0.41322315,0.5,0.53305787,0.5413223,0.553719,0.58264464,0.62396693,0.6487603,0.6570248,0.6694215,0.6735537,0.6694215,0.6818182,0.677686,0.69008267,0.7066116,0.7107438,0.7107438,0.7066116,0.7107438,0.71900827,0.71900827,0.72727275,0.73140496,0.7355372,0.7355372,0.73966944,0.74793386,0.74380165,0.73140496,0.73140496,0.75206614,0.75619835,0.74793386,0.75619835,0.7644628,0.75619835,0.7644628,0.76859504,0.78512394,0.78099173,0.7892562,0.79752064,0.8057851,0.822314,0.822314,0.822314,0.8347107,0.8264463,0.8264463,0.822314,0.838843,0.8429752,0.8429752,0.8429752,0.8347107,0.838843,0.8512397,0.6570248,0.32231405,0.23966943,0.32231405,0.446281,0.338843,0.43801653,0.4876033,0.5289256,0.54545456,0.56198347,0.58677685,0.62396693,0.6487603,0.6735537,0.6735537,0.6735537,0.6652893,0.6735537,0.677686,0.6942149,0.7066116,0.7107438,0.7066116,0.69008267,0.7066116,0.71487606,0.71487606,0.71900827,0.7231405,0.71900827,0.7231405,0.72727275,0.7355372,0.73140496,0.7231405,0.72727275,0.7355372,0.73966944,0.74380165,0.74380165,0.74793386,0.75206614,0.75619835,0.7644628,0.7768595,0.7768595,0.7892562,0.7892562,0.8016529,0.8140496,0.8181818,0.822314,0.8264463,0.8347107,0.8264463,0.8264463,0.8347107,0.8429752,0.8429752,0.8429752,0.8347107,0.8429752,0.8595041,0.8057851,0.40082645,0.28512397,0.36363637,0.44214877,0.3677686,0.45041323,0.4876033,0.5371901,0.553719,0.56198347,0.58677685,0.6322314,0.6570248,0.6694215,0.6818182,0.677686,0.6694215,0.6735537,0.6818182,0.6983471,0.70247936,0.6983471,0.6983471,0.6818182,0.70247936,0.7066116,0.70247936,0.71487606,0.71900827,0.70247936,0.70247936,0.7066116,0.71900827,0.71487606,0.7107438,0.71487606,0.72727275,0.73140496,0.72727275,0.7231405,0.7231405,0.74380165,0.74380165,0.7644628,0.7768595,0.76859504,0.78099173,0.78099173,0.7933884,0.8057851,0.8140496,0.8140496,0.8305785,0.8305785,0.822314,0.8305785,0.8347107,0.838843,0.8471074,0.8471074,0.8429752,0.8305785,0.8471074,0.8719008,0.5413223,0.3140496,0.39256197,0.5082645,0.37603307,0.45041323,0.5041322,0.53305787,0.553719,0.57024795,0.58677685,0.6404959,0.6652893,0.6735537,0.6818182,0.69008267,0.6735537,0.6735537,0.677686,0.69008267,0.6859504,0.6859504,0.69008267,0.6942149,0.6942149,0.6983471,0.6942149,0.7066116,0.7066116,0.6942149,0.69008267,0.6983471,0.6983471,0.6983471,0.6942149,0.6983471,0.70247936,0.71900827,0.7066116,0.7066116,0.71487606,0.72727275,0.73966944,0.75619835,0.76033056,0.75619835,0.77272725,0.76033056,0.78512394,0.7933884,0.8016529,0.8016529,0.80991733,0.8181818,0.8181818,0.8305785,0.8347107,0.8347107,0.8429752,0.8471074,0.8471074,0.8305785,0.8305785,0.8719008,0.6528926,0.35950413,0.42561984,0.5041322,0.37603307,0.45867768,0.5206612,0.5289256,0.5413223,0.55785125,0.59917355,0.6487603,0.6694215,0.6694215,0.69008267,0.6859504,0.677686,0.6735537,0.6818182,0.69008267,0.6818182,0.6735537,0.6942149,0.70247936,0.6818182,0.6818182,0.69008267,0.6942149,0.6942149,0.6859504,0.6818182,0.677686,0.6818182,0.69008267,0.6859504,0.6859504,0.6983471,0.6942149,0.6818182,0.6942149,0.70247936,0.71900827,0.73140496,0.73966944,0.75619835,0.73966944,0.7644628,0.75619835,0.7644628,0.7768595,0.7768595,0.7768595,0.7933884,0.8016529,0.8016529,0.822314,0.8305785,0.8347107,0.8347107,0.8471074,0.838843,0.8347107,0.8305785,0.8512397,0.73966944,0.47107437,0.4338843,0.4752066,0.35950413,0.4752066,0.5165289,0.5371901,0.54545456,0.55785125,0.61570245,0.6528926,0.6735537,0.677686,0.677686,0.6735537,0.661157,0.6735537,0.6694215,0.661157,0.661157,0.661157,0.6694215,0.6859504,0.6735537,0.677686,0.6735537,0.677686,0.677686,0.6652893,0.6735537,0.6652893,0.6735537,0.677686,0.677686,0.6694215,0.677686,0.6859504,0.677686,0.677686,0.69008267,0.70247936,0.71487606,0.7107438,0.73140496,0.71487606,0.7107438,0.7231405,0.7231405,0.7231405,0.7231405,0.7231405,0.7355372,0.74380165,0.75619835,0.7768595,0.7933884,0.8264463,0.822314,0.8512397,0.8429752,0.8305785,0.822314,0.8553719,0.78099173,0.59090906,0.47107437,0.4338843,0.36363637,0.49586776,0.5082645,0.5247934,0.5371901,0.57024795,0.6280992,0.6446281,0.6446281,0.6322314,0.61570245,0.6280992,0.59504133,0.607438,0.59917355,0.59504133,0.59504133,0.61157024,0.607438,0.61570245,0.6198347,0.62396693,0.6363636,0.6363636,0.6487603,0.6404959,0.6446281,0.6446281,0.6528926,0.6404959,0.6487603,0.6570248,0.6652893,0.6652893,0.6694215,0.6570248,0.6694215,0.6735537,0.6652893,0.6570248,0.661157,0.6404959,0.6198347,0.61570245,0.61157024,0.60330576,0.61157024,0.6198347,0.61570245,0.61570245,0.6487603,0.6694215,0.7107438,0.74793386,0.8016529,0.8429752,0.8471074,0.8264463,0.80991733,0.838843,0.8140496,0.56198347,0.54545456,0.46694216,0.39256197,0.5041322,0.5,0.5082645,0.5289256,0.5785124,0.6280992,0.61157024,0.5785124,0.5495868,0.5413223,0.5413223,0.48347107,0.47933885,0.5082645,0.49173555,0.46280992,0.45867768,0.44214877,0.446281,0.46280992,0.49173555,0.55785125,0.56198347,0.57438016,0.57024795,0.59504133,0.61570245,0.6198347,0.6280992,0.6363636,0.6446281,0.6446281,0.6487603,0.6446281,0.6198347,0.607438,0.58677685,0.60330576,0.5661157,0.5413223,0.5041322,0.4752066,0.44214877,0.4214876,0.41735536,0.45041323,0.4752066,0.49586776,0.49586776,0.5495868,0.59917355,0.6363636,0.6570248,0.71487606,0.78512394,0.822314,0.822314,0.8016529,0.822314,0.8512397,0.5289256,0.5495868,0.55785125,0.42561984,0.5082645,0.49173555,0.5,0.5206612,0.57024795,0.57438016,0.5289256,0.5041322,0.48347107,0.48347107,0.46280992,0.41322315,0.35950413,0.38842976,0.37190083,0.30991736,0.2892562,0.28099173,0.2892562,0.30991736,0.35950413,0.4214876,0.49586776,0.48347107,0.49173555,0.53305787,0.5661157,0.58264464,0.607438,0.6280992,0.6363636,0.6280992,0.6322314,0.59917355,0.57438016,0.5495868,0.5247934,0.53305787,0.49173555,0.44214877,0.39256197,0.3553719,0.32231405,0.29338843,0.28099173,0.32231405,0.34710744,0.38016528,0.40082645,0.4214876,0.49173555,0.53305787,0.5495868,0.60330576,0.69008267,0.74380165,0.77272725,0.77272725,0.7933884,0.8636364,0.6487603,0.3966942,0.5495868,0.45867768,0.5,0.49173555,0.49173555,0.5082645,0.5206612,0.4752066,0.446281,0.4090909,0.41322315,0.41735536,0.37603307,0.3677686,0.3181818,0.2768595,0.24380165,0.21487603,0.21487603,0.21900827,0.23140496,0.23966943,0.30165288,0.3181818,0.45454547,0.4338843,0.44214877,0.48347107,0.5165289,0.553719,0.59504133,0.62396693,0.6404959,0.6280992,0.59917355,0.54545456,0.5206612,0.49586776,0.4752066,0.45041323,0.41322315,0.38429752,0.3429752,0.29752067,0.2644628,0.24793388,0.23966943,0.21900827,0.27272728,0.27272728,0.30991736,0.338843,0.38842976,0.43801653,0.44214877,0.5082645,0.61157024,0.70247936,0.7066116,0.73966944,0.76033056,0.8429752,0.71487606,0.36363637,0.5,0.47933885,0.49586776,0.49173555,0.47107437,0.49173555,0.48347107,0.41322315,0.39256197,0.37190083,0.37603307,0.38429752,0.34710744,0.338843,0.29338843,0.25619835,0.24793388,0.24793388,0.2520661,0.2520661,0.24793388,0.2520661,0.28099173,0.3264463,0.39256197,0.3966942,0.42561984,0.45041323,0.4876033,0.5371901,0.58264464,0.61157024,0.62396693,0.6363636,0.59090906,0.54545456,0.5123967,0.48347107,0.4338843,0.4090909,0.37603307,0.34710744,0.30578512,0.26859504,0.23553719,0.21487603,0.23553719,0.20661157,0.2520661,0.2644628,0.30578512,0.3429752,0.3553719,0.35123968,0.36363637,0.4090909,0.5206612,0.6446281,0.661157,0.7231405,0.74380165,0.822314,0.73966944,0.40082645,0.4090909,0.47933885,0.49586776,0.47933885,0.45041323,0.46694216,0.46280992,0.40495867,0.36363637,0.38842976,0.4090909,0.4090909,0.40082645,0.40082645,0.40495867,0.41735536,0.41322315,0.38016528,0.3553719,0.32231405,0.30165288,0.2768595,0.29338843,0.32231405,0.3429752,0.37603307,0.41322315,0.43801653,0.47933885,0.55785125,0.6280992,0.6363636,0.6322314,0.6694215,0.6363636,0.59504133,0.55785125,0.5082645,0.45867768,0.39256197,0.3553719,0.3140496,0.27272728,0.25619835,0.24380165,0.24793388,0.29338843,0.33471075,0.38842976,0.3966942,0.40082645,0.41735536,0.4214876,0.40082645,0.38016528,0.39256197,0.4090909,0.5247934,0.58264464,0.677686,0.7355372,0.8016529,0.75619835,0.47107437,0.40495867,0.47933885,0.49586776,0.46280992,0.41735536,0.4338843,0.4338843,0.4090909,0.40082645,0.42561984,0.446281,0.43801653,0.42975205,0.42561984,0.44214877,0.446281,0.43801653,0.38842976,0.3553719,0.30165288,0.26859504,0.2520661,0.2520661,0.2892562,0.32231405,0.3553719,0.41322315,0.446281,0.5,0.59504133,0.6859504,0.6818182,0.677686,0.7355372,0.7231405,0.6983471,0.6818182,0.61157024,0.5123967,0.38842976,0.30578512,0.2520661,0.24380165,0.23966943,0.23553719,0.2892562,0.35123968,0.3966942,0.45041323,0.46280992,0.46694216,0.46280992,0.45867768,0.43801653,0.42561984,0.4752066,0.5,0.5041322,0.5123967,0.607438,0.6983471,0.77272725,0.7892562,0.5165289,0.40082645,0.47933885,0.4876033,0.446281,0.3677686,0.42561984,0.44214877,0.43801653,0.43801653,0.4338843,0.41322315,0.37190083,0.38016528,0.38842976,0.38842976,0.32231405,0.35950413,0.22727273,0.23966943,0.2107438,0.21900827,0.2107438,0.21900827,0.25619835,0.29338843,0.3429752,0.38429752,0.43801653,0.5247934,0.61157024,0.6818182,0.6942149,0.70247936,0.76033056,0.78512394,0.7892562,0.8057851,0.70247936,0.49173555,0.29752067,0.24380165,0.21900827,0.2107438,0.22727273,0.2768595,0.28512397,0.3264463,0.32231405,0.38842976,0.4214876,0.4752066,0.54545456,0.55785125,0.53305787,0.40082645,0.41735536,0.5,0.53305787,0.5495868,0.60330576,0.677686,0.74793386,0.8305785,0.5785124,0.3553719,0.48347107,0.49586776,0.4338843,0.37190083,0.43801653,0.45041323,0.446281,0.42975205,0.36363637,0.2892562,0.33471075,0.3553719,0.3264463,0.3181818,0.11157025,0.3305785,0.0785124,0.09917355,0.1694215,0.2231405,0.24380165,0.20247933,0.23553719,0.2768595,0.35950413,0.3966942,0.41735536,0.5165289,0.61570245,0.6735537,0.70247936,0.7231405,0.78099173,0.8016529,0.80991733,0.8595041,0.71900827,0.37190083,0.25619835,0.2520661,0.23966943,0.23966943,0.20661157,0.28512397,0.24380165,0.22727273,0.12809917,0.17355372,0.16115703,0.24380165,0.38429752,0.446281,0.57024795,0.4876033,0.3140496,0.39256197,0.5082645,0.59917355,0.6363636,0.6983471,0.74793386,0.8429752,0.6652893,0.30578512,0.49586776,0.5,0.43801653,0.41735536,0.45867768,0.446281,0.4214876,0.3677686,0.2768595,0.2892562,0.30578512,0.21900827,0.30578512,0.3553719,0.11983471,0.18595041,0.09090909,0.11570248,0.18181819,0.3140496,0.32231405,0.1983471,0.21900827,0.27272728,0.40495867,0.44214877,0.42561984,0.5041322,0.62396693,0.6818182,0.7107438,0.74793386,0.77272725,0.7892562,0.80991733,0.87603307,0.6983471,0.30165288,0.35950413,0.3429752,0.25619835,0.15289256,0.2107438,0.36363637,0.29752067,0.21900827,0.11157025,0.1570248,0.1322314,0.2520661,0.53305787,0.37603307,0.36363637,0.48347107,0.40082645,0.36363637,0.446281,0.607438,0.69008267,0.73140496,0.76859504,0.8181818,0.8181818,0.28099173,0.5041322,0.5,0.46280992,0.46280992,0.46280992,0.43801653,0.3966942,0.33471075,0.30578512,0.26859504,0.1983471,0.20247933,0.3553719,0.41735536,0.25619835,0.21900827,0.2231405,0.24793388,0.29338843,0.38429752,0.37190083,0.28099173,0.3305785,0.3181818,0.44214877,0.446281,0.446281,0.5289256,0.61157024,0.6735537,0.71487606,0.75206614,0.7644628,0.78099173,0.8140496,0.8677686,0.74380165,0.42561984,0.45041323,0.38429752,0.2644628,0.20661157,0.23966943,0.41322315,0.40495867,0.30165288,0.23966943,0.2644628,0.1983471,0.42561984,0.61570245,0.5,0.37603307,0.47933885,0.49173555,0.5165289,0.53305787,0.61570245,0.7066116,0.76859504,0.8016529,0.7892562,0.8636364,0.38016528,0.5165289,0.5082645,0.49173555,0.49173555,0.4752066,0.43801653,0.40495867,0.3677686,0.338843,0.29752067,0.30165288,0.3305785,0.38429752,0.4338843,0.39256197,0.3677686,0.37603307,0.38429752,0.39256197,0.4214876,0.4090909,0.3966942,0.45454547,0.44214877,0.446281,0.43801653,0.48347107,0.54545456,0.59917355,0.6652893,0.6983471,0.7355372,0.76033056,0.78099173,0.8057851,0.838843,0.7933884,0.6280992,0.5247934,0.42561984,0.36363637,0.33471075,0.3553719,0.41322315,0.446281,0.38429752,0.38016528,0.38016528,0.38429752,0.46694216,0.49586776,0.5165289,0.54545456,0.61157024,0.60330576,0.61157024,0.6528926,0.6983471,0.76859504,0.79752064,0.822314,0.8140496,0.8471074,0.54545456,0.5247934,0.5165289,0.5,0.5082645,0.49173555,0.46280992,0.45454547,0.42561984,0.4090909,0.44214877,0.4338843,0.46280992,0.47933885,0.49173555,0.46694216,0.45041323,0.43801653,0.42975205,0.41322315,0.41322315,0.4214876,0.45041323,0.4876033,0.47933885,0.45454547,0.46694216,0.53305787,0.5785124,0.59504133,0.62396693,0.661157,0.71900827,0.76033056,0.75619835,0.7768595,0.80991733,0.8016529,0.74793386,0.6404959,0.5082645,0.42975205,0.40495867,0.4090909,0.44214877,0.46280992,0.45454547,0.45867768,0.4752066,0.4876033,0.5247934,0.57438016,0.6322314,0.677686,0.71487606,0.7231405,0.72727275,0.72727275,0.75619835,0.78099173,0.8140496,0.822314,0.8347107,0.8595041,0.661157,0.5289256,0.5206612,0.5165289,0.5247934,0.5123967,0.5041322,0.49173555,0.47933885,0.4876033,0.5,0.5082645,0.5165289,0.5165289,0.5082645,0.5,0.4876033,0.47933885,0.45454547,0.45867768,0.4752066,0.49586776,0.5123967,0.5247934,0.5,0.49173555,0.5371901,0.5661157,0.5661157,0.5785124,0.60330576,0.6528926,0.7107438,0.74380165,0.74380165,0.74793386,0.7644628,0.7768595,0.7892562,0.75206614,0.6446281,0.5165289,0.46694216,0.47107437,0.5,0.5123967,0.5371901,0.53305787,0.553719,0.56198347,0.60330576,0.6487603,0.6818182,0.7066116,0.7355372,0.75206614,0.76033056,0.76859504,0.78099173,0.7768595,0.8016529,0.8305785,0.8347107,0.8636364,0.6859504,0.5289256,0.5206612,0.5289256,0.54545456,0.5206612,0.5123967,0.5082645,0.5165289,0.5371901,0.5495868,0.56198347,0.57024795,0.5661157,0.56198347,0.5661157,0.553719,0.54545456,0.5247934,0.5289256,0.53305787,0.5495868,0.56198347,0.553719,0.5289256,0.5413223,0.57024795,0.5495868,0.56198347,0.58677685,0.61157024,0.677686,0.7231405,0.7355372,0.7355372,0.73966944,0.74380165,0.75619835,0.7892562,0.79752064,0.76859504,0.6694215,0.59504133,0.553719,0.58264464,0.5785124,0.61157024,0.61157024,0.6198347,0.62396693,0.661157,0.6859504,0.6983471,0.71900827,0.73966944,0.75206614,0.76859504,0.78512394,0.78099173,0.78099173,0.8057851,0.8140496,0.8305785,0.8471074,0.75619835,0.5206612,0.5206612,0.53305787,0.5413223,0.5247934,0.5289256,0.54545456,0.56198347,0.57438016,0.5785124,0.59090906,0.59504133,0.58264464,0.59090906,0.59504133,0.58677685,0.58264464,0.57438016,0.5661157,0.5661157,0.58264464,0.58677685,0.5785124,0.5661157,0.57024795,0.55785125,0.5495868,0.57024795,0.59917355,0.62396693,0.7066116,0.7355372,0.7355372,0.74380165,0.74793386,0.76033056,0.75619835,0.76859504,0.8016529,0.822314,0.76033056,0.6942149,0.6570248,0.6694215,0.6528926,0.6487603,0.6652893,0.661157,0.6694215,0.7107438,0.71487606,0.71487606,0.73140496,0.73966944,0.77272725,0.7768595,0.78512394,0.7933884,0.79752064,0.8140496,0.80991733,0.822314,0.8057851,0.88842976,0.5041322,0.5206612,0.53305787,0.53305787,0.5413223,0.553719,0.57438016,0.58677685,0.59917355,0.59917355,0.61570245,0.607438,0.59917355,0.61157024,0.59090906,0.59504133,0.59917355,0.59504133,0.58677685,0.59090906,0.607438,0.60330576,0.607438,0.59504133,0.55785125,0.553719,0.59090906,0.5785124,0.58677685,0.6570248,0.6942149,0.6818182,0.6983471,0.7231405,0.75619835,0.79752064,0.7933884,0.76033056,0.75619835,0.8305785,0.78099173,0.7231405,0.7066116,0.7107438,0.7107438,0.7066116,0.70247936,0.6942149,0.69008267,0.7231405,0.7231405,0.73966944,0.76033056,0.75619835,0.76859504,0.7768595,0.78512394,0.8016529,0.80991733,0.8140496,0.80991733,0.80991733,0.78512394,0.892562,0.5,0.5082645,0.5289256,0.5371901,0.56198347,0.57438016,0.58677685,0.59090906,0.61157024,0.61157024,0.6363636,0.61570245,0.61570245,0.61570245,0.6280992,0.61570245,0.61570245,0.61157024,0.61570245,0.61570245,0.62396693,0.6198347,0.6322314,0.61157024,0.56198347,0.60330576,0.60330576,0.5413223,0.54545456,0.61157024,0.62396693,0.60330576,0.61570245,0.6446281,0.7107438,0.75206614,0.75206614,0.78512394,0.76033056,0.76033056,0.78512394,0.73140496,0.7066116,0.70247936,0.71900827,0.72727275,0.7355372,0.7231405,0.7066116,0.7231405,0.7231405,0.7355372,0.75619835,0.76033056,0.76033056,0.78512394,0.7892562,0.8057851,0.8140496,0.8181818,0.80991733,0.8057851,0.78099173,0.8429752,0.49586776,0.5041322,0.5165289,0.5495868,0.56198347,0.58677685,0.60330576,0.59917355,0.62396693,0.62396693,0.6404959,0.6280992,0.6198347,0.6322314,0.6446281,0.6446281,0.6404959,0.6446281,0.6446281,0.6404959,0.6528926,0.661157,0.6487603,0.59090906,0.59090906,0.61570245,0.5661157,0.5041322,0.48347107,0.5123967,0.5247934,0.5289256,0.5289256,0.553719,0.6322314,0.6363636,0.6404959,0.6735537,0.73140496,0.7892562,0.78099173,0.7355372,0.6983471,0.69008267,0.70247936,0.7231405,0.74793386,0.74380165,0.74380165,0.7355372,0.73140496,0.74793386,0.76033056,0.75619835,0.76033056,0.78512394,0.7933884,0.8057851,0.8140496,0.80991733,0.80991733,0.79752064,0.79752064,0.8016529,0.47933885,0.4876033,0.5165289,0.5495868,0.55785125,0.5785124,0.58264464,0.59504133,0.6280992,0.6363636,0.6404959,0.6363636,0.6487603,0.6528926,0.6694215,0.6652893,0.6694215,0.6735537,0.6652893,0.661157,0.6694215,0.69008267,0.59504133,0.55785125,0.5661157,0.5082645,0.44214877,0.38842976,0.36363637,0.42561984,0.48347107,0.4876033,0.46280992,0.5165289,0.5661157,0.45041323,0.42975205,0.45454547,0.5082645,0.6404959,0.77272725,0.77272725,0.6818182,0.6652893,0.677686,0.7107438,0.73140496,0.73966944,0.7644628,0.74793386,0.7355372,0.76033056,0.76033056,0.7644628,0.7644628,0.76859504,0.78512394,0.8057851,0.7933884,0.8016529,0.7933884,0.7892562,0.7933884,0.78099173,0.4752066,0.4752066,0.5123967,0.54545456,0.54545456,0.56198347,0.57438016,0.59917355,0.62396693,0.6363636,0.6487603,0.661157,0.6735537,0.6735537,0.6818182,0.6818182,0.69008267,0.6942149,0.6859504,0.677686,0.661157,0.6652893,0.5495868,0.5247934,0.47107437,0.29338843,0.18595041,0.18595041,0.16528925,0.29338843,0.4752066,0.4752066,0.41735536,0.55785125,0.4338843,0.18181819,0.18595041,0.20247933,0.23966943,0.38429752,0.57024795,0.76859504,0.6652893,0.62396693,0.6528926,0.6942149,0.71487606,0.73966944,0.75206614,0.75619835,0.75206614,0.76033056,0.76033056,0.76859504,0.78099173,0.78099173,0.7768595,0.79752064,0.78512394,0.78512394,0.78099173,0.78512394,0.7892562,0.77272725,0.47107437,0.4752066,0.5041322,0.5247934,0.53305787,0.55785125,0.5785124,0.59090906,0.61570245,0.62396693,0.6652893,0.6735537,0.6818182,0.677686,0.677686,0.6859504,0.6859504,0.6983471,0.69008267,0.6694215,0.6363636,0.61570245,0.53305787,0.49173555,0.3966942,0.18181819,0.0785124,0.11157025,0.14876033,0.30991736,0.48347107,0.45454547,0.38842976,0.5661157,0.4876033,0.24793388,0.14876033,0.10743801,0.11157025,0.25619835,0.43801653,0.6818182,0.6446281,0.56198347,0.61570245,0.661157,0.6983471,0.7231405,0.75619835,0.7644628,0.75619835,0.74793386,0.75206614,0.77272725,0.8016529,0.78512394,0.7644628,0.7933884,0.78099173,0.78512394,0.78099173,0.78512394,0.78099173,0.76033056,0.46280992,0.47107437,0.5165289,0.5289256,0.5165289,0.553719,0.56198347,0.5785124,0.61570245,0.6363636,0.6652893,0.6735537,0.6652893,0.677686,0.6694215,0.6942149,0.69008267,0.69008267,0.677686,0.6322314,0.59504133,0.60330576,0.5413223,0.46694216,0.40495867,0.2892562,0.2768595,0.30578512,0.36363637,0.45041323,0.47107437,0.41322315,0.39256197,0.5041322,0.61157024,0.54545456,0.37603307,0.23966943,0.23966943,0.30578512,0.40082645,0.6198347,0.6694215,0.5785124,0.58264464,0.61570245,0.6694215,0.70247936,0.73140496,0.76033056,0.7644628,0.74380165,0.7644628,0.76859504,0.7933884,0.78512394,0.77272725,0.7933884,0.7768595,0.7768595,0.77272725,0.78099173,0.7768595,0.76033056,0.47107437,0.45867768,0.5206612,0.5371901,0.5123967,0.54545456,0.5495868,0.57024795,0.61157024,0.6446281,0.661157,0.6570248,0.6487603,0.6818182,0.6652893,0.71487606,0.6942149,0.6818182,0.661157,0.59090906,0.58677685,0.61157024,0.54545456,0.45041323,0.4090909,0.3966942,0.45041323,0.4876033,0.46280992,0.4752066,0.45454547,0.41322315,0.37190083,0.41735536,0.5082645,0.607438,0.5661157,0.45867768,0.40082645,0.38842976,0.41735536,0.59917355,0.6859504,0.6487603,0.59504133,0.58677685,0.6363636,0.6859504,0.7107438,0.75619835,0.7644628,0.74793386,0.76033056,0.75206614,0.7768595,0.7768595,0.78099173,0.78099173,0.7644628,0.7768595,0.76859504,0.78099173,0.76033056,0.8016529,0.4752066,0.45454547,0.5041322,0.5247934,0.5165289,0.5289256,0.54545456,0.5661157,0.59917355,0.6322314,0.6528926,0.6487603,0.6570248,0.6818182,0.677686,0.6983471,0.69008267,0.69008267,0.6528926,0.60330576,0.61157024,0.6198347,0.55785125,0.46280992,0.40495867,0.39256197,0.3966942,0.42975205,0.4752066,0.5082645,0.49586776,0.45454547,0.41735536,0.446281,0.5082645,0.60330576,0.6280992,0.56198347,0.4752066,0.46280992,0.5082645,0.6322314,0.6983471,0.69008267,0.6487603,0.6198347,0.6446281,0.69008267,0.71487606,0.75206614,0.75619835,0.7644628,0.7644628,0.75206614,0.75619835,0.76033056,0.76859504,0.7644628,0.76859504,0.76859504,0.72727275,0.78512394,0.75206614,0.838843,0.47933885,0.45454547,0.49586776,0.5247934,0.5123967,0.5206612,0.54545456,0.55785125,0.59090906,0.6198347,0.6487603,0.6487603,0.6404959,0.6694215,0.6818182,0.6859504,0.6942149,0.6942149,0.6859504,0.6570248,0.6487603,0.6363636,0.58677685,0.5123967,0.4752066,0.47933885,0.446281,0.48347107,0.5247934,0.5413223,0.53305787,0.49586776,0.4876033,0.5041322,0.53305787,0.59090906,0.6735537,0.6528926,0.60330576,0.61157024,0.6322314,0.6694215,0.71900827,0.73140496,0.7066116,0.6983471,0.70247936,0.7066116,0.73966944,0.76033056,0.75206614,0.7644628,0.76033056,0.76033056,0.7644628,0.76033056,0.76033056,0.77272725,0.78512394,0.76859504,0.75206614,0.7892562,0.75619835,0.8140496,0.45454547,0.45867768,0.49173555,0.5082645,0.5082645,0.5206612,0.5413223,0.553719,0.59090906,0.6322314,0.6404959,0.6528926,0.6487603,0.6652893,0.6735537,0.6859504,0.6983471,0.6983471,0.69008267,0.677686,0.6694215,0.6487603,0.59917355,0.5371901,0.5041322,0.5165289,0.49586776,0.5082645,0.5289256,0.55785125,0.5413223,0.5123967,0.53305787,0.5289256,0.5247934,0.58264464,0.6652893,0.677686,0.6652893,0.6652893,0.6694215,0.6859504,0.7355372,0.76033056,0.75206614,0.73140496,0.73966944,0.74793386,0.75619835,0.75619835,0.7644628,0.77272725,0.77272725,0.76859504,0.78512394,0.77272725,0.76033056,0.7644628,0.78512394,0.7892562,0.76859504,0.79752064,0.78099173,0.7644628,0.43801653,0.446281,0.49173555,0.5041322,0.5,0.5165289,0.5413223,0.55785125,0.59917355,0.6446281,0.6322314,0.6528926,0.661157,0.6652893,0.6694215,0.6818182,0.69008267,0.69008267,0.677686,0.6652893,0.677686,0.6404959,0.58677685,0.5371901,0.5041322,0.5247934,0.5206612,0.5289256,0.5289256,0.54545456,0.54545456,0.5289256,0.53305787,0.5371901,0.5413223,0.5661157,0.6363636,0.6652893,0.677686,0.6694215,0.6735537,0.7066116,0.73140496,0.7355372,0.73966944,0.73966944,0.73966944,0.7644628,0.7644628,0.7644628,0.7768595,0.7892562,0.78099173,0.79752064,0.8140496,0.7892562,0.75619835,0.7644628,0.7644628,0.78512394,0.7768595,0.79752064,0.7644628,0.75619835,0.45041323,0.4338843,0.4876033,0.5041322,0.5041322,0.5123967,0.5289256,0.56198347,0.60330576,0.6322314,0.6322314,0.6570248,0.6694215,0.6694215,0.6694215,0.6818182,0.6818182,0.6570248,0.6404959,0.6446281,0.6446281,0.61570245,0.553719,0.5413223,0.5413223,0.54545456,0.5495868,0.5661157,0.5495868,0.5495868,0.57438016,0.54545456,0.5123967,0.5495868,0.5661157,0.58677685,0.6652893,0.6818182,0.69008267,0.6942149,0.7107438,0.7231405,0.73140496,0.71487606,0.72727275,0.72727275,0.71900827,0.7355372,0.75619835,0.76859504,0.78512394,0.78512394,0.78099173,0.78512394,0.8016529,0.7892562,0.77272725,0.76859504,0.7355372,0.76859504,0.78099173,0.7892562,0.76859504,0.74793386,0.45867768,0.4338843,0.48347107,0.5041322,0.5082645,0.5206612,0.5289256,0.553719,0.59917355,0.62396693,0.6363636,0.6487603,0.6570248,0.6694215,0.6487603,0.6528926,0.6446281,0.6198347,0.61570245,0.62396693,0.60330576,0.59504133,0.55785125,0.55785125,0.5785124,0.58677685,0.58677685,0.59090906,0.5661157,0.56198347,0.60330576,0.57438016,0.553719,0.55785125,0.5785124,0.60330576,0.6694215,0.7107438,0.7231405,0.71900827,0.74380165,0.74380165,0.74793386,0.71487606,0.72727275,0.7355372,0.6859504,0.7066116,0.72727275,0.76859504,0.78512394,0.7892562,0.78512394,0.76859504,0.78099173,0.7933884,0.79752064,0.77272725,0.74793386,0.7644628,0.7768595,0.77272725,0.76033056,0.6818182,0.45041323,0.43801653,0.46694216,0.49586776,0.5082645,0.5165289,0.53305787,0.54545456,0.58677685,0.61570245,0.62396693,0.6363636,0.6322314,0.6487603,0.62396693,0.6322314,0.607438,0.61157024,0.61570245,0.61157024,0.58677685,0.5785124,0.56198347,0.57438016,0.59917355,0.59504133,0.57024795,0.53305787,0.5165289,0.5041322,0.49173555,0.5082645,0.5082645,0.5041322,0.49586776,0.5041322,0.55785125,0.6404959,0.71900827,0.75206614,0.78512394,0.78512394,0.76859504,0.72727275,0.7107438,0.71900827,0.6818182,0.6818182,0.6942149,0.74380165,0.78099173,0.78512394,0.78099173,0.78099173,0.76033056,0.7768595,0.7933884,0.76859504,0.75619835,0.76033056,0.7644628,0.76033056,0.74793386,0.6735537,0.4876033,0.4338843,0.45867768,0.49586776,0.49586776,0.5206612,0.5289256,0.553719,0.5785124,0.60330576,0.62396693,0.6363636,0.61570245,0.61570245,0.59090906,0.59917355,0.58264464,0.57024795,0.59090906,0.58264464,0.57024795,0.56198347,0.5661157,0.57024795,0.553719,0.5082645,0.46280992,0.4090909,0.4090909,0.38842976,0.38016528,0.37603307,0.38016528,0.38016528,0.3677686,0.36363637,0.37603307,0.4214876,0.49173555,0.5661157,0.6694215,0.74380165,0.7644628,0.7355372,0.6942149,0.6735537,0.6487603,0.6446281,0.6570248,0.6859504,0.7355372,0.75619835,0.7644628,0.78512394,0.75619835,0.76859504,0.76859504,0.7644628,0.75206614,0.75619835,0.75619835,0.75206614,0.71487606,0.77272725,0.5371901,0.4214876,0.45867768,0.4876033,0.49586776,0.5082645,0.5247934,0.54545456,0.55785125,0.59917355,0.6363636,0.6487603,0.607438,0.58264464,0.5661157,0.57024795,0.56198347,0.5247934,0.53305787,0.53305787,0.5413223,0.5371901,0.5371901,0.49173555,0.42561984,0.37603307,0.34710744,0.30991736,0.30578512,0.30578512,0.32231405,0.30165288,0.29338843,0.29338843,0.28099173,0.2892562,0.28512397,0.2892562,0.3305785,0.36363637,0.42975205,0.5247934,0.6363636,0.6735537,0.6570248,0.61570245,0.58264464,0.5785124,0.58677685,0.607438,0.6652893,0.74380165,0.75206614,0.79752064,0.7768595,0.77272725,0.74793386,0.74793386,0.73966944,0.7355372,0.74380165,0.74380165,0.71487606,0.76859504,0.5082645,0.45867768,0.45041323,0.47933885,0.49173555,0.5,0.5165289,0.53305787,0.553719,0.61157024,0.6363636,0.6363636,0.59090906,0.5661157,0.5495868,0.53305787,0.5123967,0.46280992,0.45041323,0.4752066,0.49173555,0.4752066,0.42975205,0.36363637,0.3181818,0.28512397,0.2892562,0.28099173,0.2892562,0.30165288,0.3305785,0.29752067,0.28099173,0.2603306,0.28099173,0.30991736,0.2892562,0.29752067,0.30991736,0.2892562,0.2768595,0.3429752,0.4338843,0.5206612,0.56198347,0.5413223,0.47933885,0.5,0.5289256,0.5495868,0.607438,0.70247936,0.76033056,0.79752064,0.7768595,0.76859504,0.76033056,0.74793386,0.72727275,0.71900827,0.7355372,0.75206614,0.71900827,0.7768595,0.48347107,0.47107437,0.45041323,0.4876033,0.49173555,0.49173555,0.5,0.5165289,0.553719,0.60330576,0.6280992,0.59504133,0.59504133,0.5661157,0.5247934,0.4876033,0.446281,0.38429752,0.3677686,0.40082645,0.38842976,0.35123968,0.32231405,0.3264463,0.29338843,0.35123968,0.37603307,0.38429752,0.3966942,0.38842976,0.40495867,0.38429752,0.37603307,0.38429752,0.42975205,0.4338843,0.4338843,0.43801653,0.43801653,0.38429752,0.30165288,0.2768595,0.28512397,0.338843,0.4090909,0.4214876,0.3553719,0.42561984,0.46280992,0.49173555,0.553719,0.6487603,0.73966944,0.78512394,0.7768595,0.77272725,0.7644628,0.74380165,0.73140496,0.7066116,0.7231405,0.75206614,0.73140496,0.73140496,0.45454547,0.4090909,0.44214877,0.49586776,0.5041322,0.49173555,0.48347107,0.5082645,0.5371901,0.607438,0.59504133,0.60330576,0.59917355,0.5785124,0.5247934,0.47107437,0.3966942,0.2768595,0.21487603,0.26859504,0.25619835,0.29338843,0.38842976,0.42975205,0.43801653,0.49173555,0.49586776,0.5041322,0.5041322,0.4876033,0.49173555,0.47933885,0.4752066,0.5082645,0.5413223,0.55785125,0.57024795,0.553719,0.57438016,0.57024795,0.53305787,0.48347107,0.41322315,0.3264463,0.2644628,0.2603306,0.21900827,0.3181818,0.42975205,0.46694216,0.5123967,0.60330576,0.70247936,0.76859504,0.7768595,0.77272725,0.75619835,0.71900827,0.71487606,0.6942149,0.73140496,0.75206614,0.71900827,0.57024795,0.33471075,0.2520661,0.41322315,0.49586776,0.49586776,0.49173555,0.47933885,0.5041322,0.5206612,0.57024795,0.59917355,0.61570245,0.607438,0.58677685,0.5413223,0.47107437,0.39256197,0.24380165,0.24793388,0.2768595,0.35123968,0.446281,0.5,0.5,0.5,0.5165289,0.5206612,0.5247934,0.5041322,0.5041322,0.5082645,0.5,0.48347107,0.49173555,0.5,0.5041322,0.53305787,0.553719,0.58677685,0.6280992,0.6363636,0.6528926,0.6487603,0.59504133,0.47107437,0.33471075,0.23966943,0.28099173,0.42561984,0.4752066,0.5082645,0.57024795,0.6859504,0.74380165,0.76033056,0.75206614,0.73966944,0.6942149,0.7066116,0.6942149,0.7231405,0.7644628,0.661157,0.36363637,0.19421488,0.12809917,0.3966942,0.5041322,0.47933885,0.5041322,0.49586776,0.49586776,0.49586776,0.53305787,0.58677685,0.61570245,0.62396693,0.59917355,0.54545456,0.49173555,0.4338843,0.4090909,0.45867768,0.46694216,0.49173555,0.5165289,0.5289256,0.5123967,0.5165289,0.5206612,0.5165289,0.49173555,0.47933885,0.4876033,0.4876033,0.48347107,0.45867768,0.45867768,0.446281,0.42975205,0.446281,0.4876033,0.5289256,0.58677685,0.61157024,0.661157,0.6942149,0.73966944,0.6942149,0.6404959,0.49173555,0.39256197,0.4752066,0.49586776,0.5247934,0.5785124,0.6694215,0.7231405,0.74380165,0.72727275,0.7066116,0.69008267,0.7107438,0.70247936,0.71487606,0.78512394,0.59090906,0.22727273,0.14876033,0.0785124,0.3429752,0.5041322,0.5,0.49586776,0.5082645,0.49586776,0.4876033,0.5247934,0.57024795,0.59090906,0.6198347,0.6198347,0.5661157,0.5247934,0.49586776,0.5371901,0.53305787,0.5413223,0.5247934,0.5247934,0.53305787,0.5206612,0.5289256,0.5247934,0.5206612,0.5165289,0.5041322,0.4876033,0.4876033,0.46694216,0.45041323,0.45867768,0.45867768,0.45041323,0.46280992,0.4752066,0.5082645,0.56198347,0.5785124,0.6280992,0.6859504,0.7355372,0.74793386,0.74380165,0.6735537,0.5371901,0.5041322,0.5371901,0.55785125,0.59504133,0.6570248,0.71487606,0.71487606,0.7107438,0.6859504,0.69008267,0.6942149,0.7066116,0.7355372,0.79752064,0.5165289,0.1983471,0.1446281,0.08677686,0.20661157,0.5289256,0.49586776,0.5082645,0.5082645,0.5,0.49586776,0.5165289,0.54545456,0.56198347,0.59917355,0.61570245,0.58677685,0.5413223,0.5495868,0.5785124,0.57024795,0.5413223,0.5289256,0.5371901,0.5371901,0.5247934,0.5289256,0.53305787,0.5289256,0.5495868,0.5206612,0.5,0.49173555,0.46694216,0.46280992,0.4752066,0.4752066,0.47933885,0.49173555,0.49173555,0.5165289,0.5661157,0.59090906,0.6280992,0.6735537,0.6983471,0.71900827,0.7231405,0.72727275,0.6487603,0.57024795,0.57024795,0.58264464,0.59917355,0.6280992,0.6859504,0.7066116,0.7107438,0.6859504,0.69008267,0.6859504,0.7066116,0.72727275,0.8181818,0.41735536,0.1694215,0.12809917,0.13636364,0.1322314,0.47107437,0.49586776,0.48347107,0.5123967,0.5041322,0.49173555,0.49586776,0.5123967,0.5413223,0.56198347,0.59504133,0.61157024,0.57438016,0.59504133,0.60330576,0.59504133,0.53305787,0.49586776,0.5413223,0.5495868,0.53305787,0.5371901,0.5495868,0.5371901,0.5371901,0.5165289,0.5123967,0.49586776,0.4752066,0.4876033,0.49173555,0.49173555,0.5082645,0.5289256,0.5289256,0.5661157,0.60330576,0.6280992,0.62396693,0.6446281,0.661157,0.6694215,0.70247936,0.73140496,0.71900827,0.6735537,0.61157024,0.58677685,0.59504133,0.62396693,0.661157,0.6818182,0.6983471,0.69008267,0.69008267,0.69008267,0.70247936,0.72727275,0.8016529,0.32231405,0.19008264,0.1322314,0.13636364,0.1322314,0.35950413,0.49173555,0.4752066,0.5041322,0.5123967,0.48347107,0.49586776,0.49173555,0.5165289,0.5413223,0.57438016,0.61570245,0.59917355,0.61570245,0.61570245,0.60330576,0.54545456,0.5082645,0.54545456,0.57024795,0.56198347,0.5495868,0.553719,0.54545456,0.5289256,0.5371901,0.53305787,0.5247934,0.5247934,0.5413223,0.54545456,0.5495868,0.55785125,0.56198347,0.5661157,0.59090906,0.6446281,0.6528926,0.6446281,0.6487603,0.6404959,0.6570248,0.71487606,0.7066116,0.72727275,0.7231405,0.6404959,0.60330576,0.61157024,0.62396693,0.6363636,0.6363636,0.6735537,0.6942149,0.6983471,0.6942149,0.6942149,0.73140496,0.7892562,0.17355372,0.20661157,0.11983471,0.13636364,0.11157025,0.2644628,0.47107437,0.4752066,0.5,0.5247934,0.4876033,0.48347107,0.5,0.5041322,0.5371901,0.57438016,0.59917355,0.607438,0.61157024,0.61157024,0.61157024,0.58264464,0.55785125,0.56198347,0.57438016,0.5785124,0.57438016,0.5661157,0.553719,0.54545456,0.55785125,0.57438016,0.58264464,0.59917355,0.62396693,0.6198347,0.60330576,0.61570245,0.61570245,0.59917355,0.6198347,0.6694215,0.6735537,0.6694215,0.6652893,0.6487603,0.6652893,0.7107438,0.69008267,0.677686,0.71487606,0.661157,0.6280992,0.6280992,0.6280992,0.6363636,0.6446281,0.677686,0.6859504,0.6942149,0.7066116,0.6983471,0.74793386,0.6818182,0.15289256,0.22727273,0.12809917,0.13636364,0.10743801,0.17768595,0.4214876,0.48347107,0.4752066,0.5206612,0.5,0.4752066,0.5,0.5041322,0.53305787,0.57024795,0.59090906,0.59917355,0.60330576,0.61570245,0.6198347,0.61570245,0.59504133,0.57438016,0.59504133,0.59917355,0.60330576,0.58677685,0.59090906,0.59090906,0.59917355,0.61157024,0.61570245,0.6363636,0.661157,0.6570248,0.6487603,0.677686,0.6818182,0.661157,0.6694215,0.70247936,0.7066116,0.6942149,0.6942149,0.6942149,0.6942149,0.7231405,0.7355372,0.6652893,0.7107438,0.6983471,0.6528926,0.6322314,0.6280992,0.6446281,0.6570248,0.6694215,0.677686,0.6859504,0.71900827,0.7107438,0.75619835,0.4876033,0.12396694,0.21900827,0.1322314,0.13636364,0.12809917,0.09504132,0.34710744,0.47933885,0.46280992,0.5041322,0.5123967,0.46694216,0.4876033,0.5082645,0.5165289,0.553719,0.58264464,0.5785124,0.59504133,0.62396693,0.62396693,0.6280992,0.6198347,0.59917355,0.62396693,0.6322314,0.61157024,0.607438,0.6198347,0.607438,0.607438,0.6280992,0.6280992,0.6404959,0.6694215,0.6652893,0.6652893,0.70247936,0.70247936,0.6983471,0.72727275,0.73966944,0.73966944,0.72727275,0.72727275,0.73966944,0.7231405,0.71900827,0.74380165,0.7107438,0.7107438,0.6942149,0.6818182,0.6322314,0.61570245,0.6404959,0.6570248,0.6694215,0.6694215,0.6694215,0.71487606,0.71900827,0.6983471,0.29338843,0.1694215,0.2231405,0.1322314,0.14049587,0.1446281,0.10330579,0.1983471,0.48347107,0.46280992,0.48347107,0.49173555,0.45454547,0.4752066,0.5082645,0.5041322,0.5289256,0.55785125,0.553719,0.55785125,0.61570245,0.60330576,0.6198347,0.62396693,0.62396693,0.6363636,0.6322314,0.61570245,0.60330576,0.607438,0.59504133,0.59917355,0.62396693,0.6322314,0.6446281,0.6528926,0.6487603,0.6652893,0.6942149,0.69008267,0.7107438,0.75206614,0.74380165,0.74793386,0.74380165,0.74380165,0.75206614,0.74380165,0.73966944,0.7355372,0.74380165,0.7066116,0.6818182,0.6859504,0.6446281,0.61570245,0.6487603,0.6818182,0.6570248,0.6570248,0.6694215,0.7066116,0.71900827,0.5371901,0.19421488,0.19421488,0.22727273,0.11983471,0.13636364,0.12396694,0.14049587,0.09090909,0.40495867,0.4752066,0.46694216,0.4752066,0.46694216,0.4752066,0.5041322,0.49586776,0.5041322,0.53305787,0.5371901,0.53305787,0.58264464,0.5785124,0.59917355,0.61157024,0.6322314,0.6280992,0.61570245,0.59090906,0.59504133,0.59917355,0.607438,0.61157024,0.607438,0.6198347,0.59504133,0.6280992,0.62396693,0.661157,0.6818182,0.6859504,0.7107438,0.73966944,0.74380165,0.73966944,0.72727275,0.74380165,0.74793386,0.74793386,0.75619835,0.73140496,0.75206614,0.7231405,0.69008267,0.6859504,0.6487603,0.6363636,0.661157,0.6942149,0.661157,0.677686,0.6570248,0.7066116,0.6694215,0.338843,0.16115703,0.2107438,0.23553719,0.12809917,0.14049587,0.12809917,0.1446281,0.10330579,0.3429752,0.46280992,0.45041323,0.46694216,0.46280992,0.46694216,0.49173555,0.4876033,0.4876033,0.5247934,0.5247934,0.5206612,0.5495868,0.553719,0.56198347,0.58677685,0.60330576,0.59917355,0.59917355,0.58264464,0.58677685,0.59917355,0.62396693,0.60330576,0.59504133,0.59504133,0.58677685,0.59917355,0.607438,0.6404959,0.6694215,0.69008267,0.6983471,0.71487606,0.73966944,0.75206614,0.7355372,0.73140496,0.74793386,0.74380165,0.73966944,0.7355372,0.73966944,0.7107438,0.6818182,0.6735537,0.6735537,0.6363636,0.6487603,0.6694215,0.677686,0.6735537,0.6570248,0.71487606,0.5123967,0.20247933,0.16528925,0.21487603,0.23553719,0.13636364,0.13636364,0.1322314,0.11983471,0.12396694,0.3305785,0.45454547,0.42975205,0.45041323,0.446281,0.4752066,0.47933885,0.48347107,0.48347107,0.5,0.5082645,0.5082645,0.5289256,0.5289256,0.5413223,0.55785125,0.56198347,0.56198347,0.57438016,0.56198347,0.58677685,0.5785124,0.607438,0.58677685,0.58264464,0.5785124,0.57438016,0.5785124,0.58264464,0.59917355,0.6363636,0.6694215,0.6694215,0.6818182,0.73140496,0.73966944,0.71900827,0.6983471,0.7107438,0.6983471,0.7107438,0.71487606,0.71900827,0.6983471,0.6694215,0.6528926,0.6859504,0.6487603,0.6363636,0.6652893,0.6735537,0.6487603,0.6694215,0.61570245,0.29752067,0.16528925,0.18595041,0.21487603,0.21900827,0.13636364,0.1322314,0.1322314,0.12396694,0.12809917,0.338843,0.47107437,0.41735536,0.42561984,0.446281,0.47107437,0.45867768,0.49173555,0.4752066,0.4752066,0.48347107,0.49586776,0.5123967,0.5165289,0.5289256,0.5247934,0.5247934,0.53305787,0.5413223,0.5495868,0.55785125,0.56198347,0.5661157,0.553719,0.5495868,0.5495868,0.5371901,0.54545456,0.5371901,0.553719,0.5785124,0.6198347,0.6446281,0.661157,0.7066116,0.70247936,0.677686,0.677686,0.677686,0.6735537,0.6735537,0.6818182,0.6942149,0.6652893,0.6528926,0.6404959,0.6528926,0.6487603,0.6404959,0.6694215,0.6487603,0.6404959,0.6404959,0.39256197,0.1570248,0.19008264,0.20661157,0.20661157,0.21487603,0.12809917,0.13636364,0.13636364,0.14049587,0.11570248,0.338843,0.47107437,0.45041323,0.4090909,0.4090909,0.43801653,0.45041323,0.46694216,0.46280992,0.45454547,0.45867768,0.48347107,0.4876033,0.5,0.5,0.4876033,0.5165289,0.5082645,0.5082645,0.5165289,0.5206612,0.5289256,0.5206612,0.5206612,0.5041322,0.5041322,0.5041322,0.5289256,0.5041322,0.5123967,0.5413223,0.5495868,0.607438,0.6280992,0.6528926,0.6570248,0.6280992,0.6280992,0.6404959,0.6570248,0.62396693,0.6446281,0.6735537,0.6570248,0.6363636,0.62396693,0.6280992,0.6446281,0.62396693,0.62396693,0.6198347,0.6198347,0.43801653,0.18595041,0.18181819,0.20661157,0.21487603,0.2107438,0.2107438,0.1322314,0.14049587,0.13636364,0.13636364,0.05785124,0.33471075,0.4752066,0.47933885,0.43801653,0.3966942,0.40082645,0.42561984,0.45041323,0.45867768,0.45041323,0.44214877,0.46280992,0.45867768,0.47933885,0.48347107,0.4752066,0.49173555,0.49173555,0.46694216,0.4752066,0.48347107,0.49586776,0.48347107,0.47933885,0.46694216,0.47107437,0.47933885,0.5041322,0.47933885,0.4876033,0.5082645,0.49586776,0.5413223,0.5785124,0.607438,0.61570245,0.59090906,0.57438016,0.58677685,0.59504133,0.58264464,0.61157024,0.6404959,0.6322314,0.61570245,0.59504133,0.59504133,0.6322314,0.58677685,0.55785125,0.61157024,0.54545456,0.20661157,0.13636364,0.21487603,0.19008264,0.20661157,0.2107438,0.20661157,0.1322314,0.13636364,0.1322314,0.14049587,0.053719006,0.3140496,0.5,0.4876033,0.46694216,0.43801653,0.37190083,0.36363637,0.41322315,0.45041323,0.44214877,0.42561984,0.446281,0.446281,0.45454547,0.45454547,0.44214877,0.46694216,0.46280992,0.43801653,0.446281,0.45867768,0.46280992,0.44214877,0.43801653,0.446281,0.45041323,0.45867768,0.45041323,0.446281,0.45041323,0.46280992,0.45041323,0.4752066,0.5041322,0.5371901,0.57438016,0.55785125,0.5289256,0.5289256,0.56198347,0.5495868,0.5785124,0.59917355,0.59504133,0.58677685,0.5661157,0.5661157,0.59917355,0.5371901,0.5123967,0.661157,0.5165289,0.09090909,0.1694215,0.21487603,0.2107438,0.20247933,0.20661157,0.2107438,0.14876033,0.17355372,0.15289256,0.15289256,0.08677686,0.29338843,0.49586776,0.48347107,0.4752066,0.46694216,0.4214876,0.35950413,0.34710744,0.37603307,0.41735536,0.4090909,0.42975205,0.42975205,0.42561984,0.4214876,0.4214876,0.44214877,0.42975205,0.42561984,0.42561984,0.42975205,0.4338843,0.40495867,0.4090909,0.41735536,0.40495867,0.42561984,0.40495867,0.41735536,0.40082645,0.4090909,0.40495867,0.42561984,0.4338843,0.45867768,0.5165289,0.5165289,0.49586776,0.4752066,0.5,0.5082645,0.5495868,0.5495868,0.5495868,0.54545456,0.5371901,0.5371901,0.53305787,0.47107437,0.5661157,0.75619835,0.49173555,0.09917355,0.1694215,0.1983471,0.1983471,0.20661157,0.1983471,0.20661157,0.27272728,0.24380165,0.11157025,0.1446281,0.10330579,0.2603306,0.49173555,0.4752066,0.47107437,0.47933885,0.46694216,0.4214876,0.36363637,0.32231405,0.3429752,0.37190083,0.38842976,0.4090909,0.40495867,0.38842976,0.40082645,0.41322315,0.41322315,0.4090909,0.4090909,0.3966942,0.42561984,0.38842976,0.38016528,0.37190083,0.38429752,0.38016528,0.38016528,0.37603307,0.35950413,0.3677686,0.36363637,0.3677686,0.37603307,0.40082645,0.46694216,0.47107437,0.45041323,0.43801653,0.446281,0.4876033,0.5165289,0.5041322,0.5082645,0.5041322,0.5041322,0.49173555,0.5041322,0.56198347,0.6487603,0.75619835,0.43801653,0.11157025,0.16528925,0.19008264,0.19008264,0.1983471,0.20247933,0.20661157,0.3677686,0.20661157,0.049586777,0.09917355,0.10330579,0.23966943,0.49173555,0.45867768,0.4752066,0.47933885,0.47107437,0.45454547,0.4214876,0.37603307,0.338843,0.32231405,0.3264463,0.35950413,0.38016528,0.36363637,0.3677686,0.37603307,0.37190083,0.37603307,0.37603307,0.37190083,0.3966942,0.38842976,0.34710744,0.338843,0.3553719,0.338843,0.3429752,0.33471075,0.3264463,0.3264463,0.3264463,0.32231405,0.34710744,0.37190083,0.42561984,0.4090909,0.39256197,0.3966942,0.4214876,0.45041323,0.45867768,0.46280992,0.45867768,0.45867768,0.47107437,0.5123967,0.57024795,0.6363636,0.677686,0.72727275,0.37190083,0.12809917,0.1694215,0.20661157,0.18595041,0.1983471,0.1983471,0.20247933,0.37603307,0.12396694,0.053719006,0.0785124,0.0785124,0.23966943,0.47933885,0.47933885,0.48347107,0.48347107,0.47933885,0.46280992,0.44214877,0.41735536,0.40495867,0.37603307,0.3264463,0.3264463,0.338843,0.3305785,0.338843,0.338843,0.33471075,0.3264463,0.3553719,0.34710744,0.34710744,0.36363637,0.3305785,0.3305785,0.33471075,0.3264463,0.3305785,0.30578512,0.30578512,0.30991736,0.30991736,0.30578512,0.3181818,0.338843,0.3305785,0.3429752,0.338843,0.35950413,0.38429752,0.38842976,0.3966942,0.41735536,0.42561984,0.46280992,0.5041322,0.5661157,0.607438,0.6694215,0.72727275,0.6859504,0.3140496,0.12809917,0.1694215,0.19421488,0.1983471,0.19421488,0.19421488,0.1983471,35 +0.23966943,0.2644628,0.446281,0.7355372,0.8595041,0.8429752,0.8347107,0.8305785,0.8140496,0.8140496,0.822314,0.8057851,0.8057851,0.8140496,0.8057851,0.8057851,0.8016529,0.7933884,0.78512394,0.76859504,0.78099173,0.77272725,0.7768595,0.77272725,0.7892562,0.78099173,0.8016529,0.79752064,0.8264463,0.8264463,0.8264463,0.8347107,0.8305785,0.838843,0.8347107,0.838843,0.8553719,0.87603307,0.8801653,0.87603307,0.88429755,0.8801653,0.88842976,0.88429755,0.892562,0.88842976,0.892562,0.892562,0.89669424,0.892562,0.89669424,0.89669424,0.89669424,0.89669424,0.90082645,0.89669424,0.90082645,0.90082645,0.89669424,0.892562,0.89669424,0.92561984,0.8801653,0.661157,0.25619835,0.25619835,0.47933885,0.78512394,0.8636364,0.8429752,0.8305785,0.822314,0.822314,0.822314,0.8181818,0.80991733,0.8057851,0.8057851,0.79752064,0.8057851,0.7933884,0.78099173,0.7768595,0.7644628,0.7768595,0.76033056,0.76033056,0.75619835,0.76859504,0.7768595,0.78099173,0.78099173,0.8181818,0.822314,0.8181818,0.8264463,0.8181818,0.8305785,0.80991733,0.8264463,0.8471074,0.8719008,0.8636364,0.8801653,0.8801653,0.8719008,0.8801653,0.87603307,0.88429755,0.8801653,0.88429755,0.88429755,0.88842976,0.88842976,0.892562,0.892562,0.89669424,0.892562,0.89669424,0.90082645,0.90082645,0.89669424,0.90082645,0.892562,0.892562,0.91735536,0.89669424,0.6570248,0.2644628,0.2603306,0.5371901,0.822314,0.8636364,0.8347107,0.8264463,0.8305785,0.822314,0.8181818,0.8140496,0.8016529,0.7933884,0.7892562,0.7892562,0.78512394,0.77272725,0.76859504,0.76859504,0.7644628,0.74793386,0.7355372,0.74380165,0.73966944,0.75206614,0.75206614,0.76033056,0.7644628,0.8016529,0.80991733,0.8057851,0.8057851,0.80991733,0.822314,0.8016529,0.80991733,0.838843,0.8429752,0.8553719,0.8553719,0.8636364,0.8636364,0.8553719,0.8636364,0.8636364,0.8677686,0.8636364,0.8636364,0.87603307,0.8801653,0.87603307,0.8801653,0.8801653,0.88842976,0.89669424,0.89669424,0.90082645,0.90082645,0.89669424,0.88842976,0.892562,0.90909094,0.9214876,0.6735537,0.28512397,0.28099173,0.607438,0.8512397,0.8553719,0.8347107,0.8347107,0.8264463,0.8140496,0.8057851,0.79752064,0.7933884,0.7768595,0.76859504,0.76859504,0.75619835,0.74793386,0.74793386,0.75619835,0.74793386,0.73140496,0.7355372,0.7355372,0.7355372,0.73140496,0.72727275,0.72727275,0.73966944,0.7768595,0.78099173,0.7768595,0.78512394,0.7892562,0.79752064,0.79752064,0.7892562,0.80991733,0.8305785,0.8471074,0.8305785,0.8305785,0.838843,0.822314,0.8181818,0.80991733,0.8140496,0.8057851,0.8140496,0.8264463,0.8429752,0.8347107,0.8347107,0.8429752,0.8595041,0.8801653,0.892562,0.89669424,0.90082645,0.89669424,0.892562,0.892562,0.89669424,0.93801653,0.7231405,0.28512397,0.28512397,0.6528926,0.8595041,0.8512397,0.8305785,0.8347107,0.8264463,0.8057851,0.78512394,0.7644628,0.75619835,0.7355372,0.7066116,0.70247936,0.70247936,0.6983471,0.70247936,0.7066116,0.7107438,0.71487606,0.7107438,0.6983471,0.6818182,0.677686,0.69008267,0.6983471,0.7107438,0.73966944,0.73966944,0.74380165,0.76859504,0.7644628,0.76859504,0.7768595,0.7768595,0.78512394,0.78099173,0.8057851,0.7644628,0.77272725,0.74380165,0.6983471,0.6570248,0.6652893,0.6652893,0.6694215,0.69008267,0.7066116,0.74380165,0.72727275,0.75619835,0.78512394,0.80991733,0.8305785,0.8636364,0.88842976,0.89669424,0.89669424,0.892562,0.8801653,0.88842976,0.93801653,0.7933884,0.25619835,0.26859504,0.677686,0.8595041,0.8512397,0.822314,0.8347107,0.822314,0.74380165,0.6859504,0.6528926,0.6652893,0.6322314,0.59504133,0.59090906,0.58677685,0.57024795,0.5785124,0.58677685,0.59090906,0.59917355,0.59917355,0.60330576,0.60330576,0.59917355,0.61570245,0.6570248,0.677686,0.70247936,0.70247936,0.7107438,0.74380165,0.74793386,0.74380165,0.75206614,0.75619835,0.72727275,0.6983471,0.73140496,0.70247936,0.661157,0.60330576,0.5165289,0.4876033,0.46280992,0.46694216,0.48347107,0.5206612,0.5413223,0.58264464,0.5785124,0.6404959,0.6942149,0.7107438,0.75206614,0.78099173,0.822314,0.8677686,0.8719008,0.88842976,0.87603307,0.88429755,0.9214876,0.8636364,0.26859504,0.25619835,0.6983471,0.8636364,0.8347107,0.8347107,0.8305785,0.77272725,0.6652893,0.6198347,0.60330576,0.5785124,0.5206612,0.48347107,0.45867768,0.42975205,0.39256197,0.41322315,0.41735536,0.4338843,0.45041323,0.45041323,0.47933885,0.5165289,0.5247934,0.54545456,0.59917355,0.6363636,0.6528926,0.661157,0.6735537,0.7107438,0.7231405,0.6983471,0.7107438,0.6859504,0.6446281,0.6280992,0.6570248,0.6363636,0.57438016,0.49173555,0.41735536,0.39256197,0.33471075,0.33471075,0.338843,0.38016528,0.4090909,0.4338843,0.4752066,0.5123967,0.57024795,0.60330576,0.6322314,0.6487603,0.72727275,0.8140496,0.8347107,0.8636364,0.8719008,0.87603307,0.89669424,0.9338843,0.2892562,0.2520661,0.7231405,0.8636364,0.8181818,0.8016529,0.70247936,0.677686,0.61570245,0.57438016,0.54545456,0.4752066,0.41735536,0.38016528,0.338843,0.30991736,0.2892562,0.30165288,0.30165288,0.3140496,0.32231405,0.3305785,0.36363637,0.4214876,0.45041323,0.47933885,0.53305787,0.58677685,0.61570245,0.6280992,0.6446281,0.6859504,0.70247936,0.6652893,0.6446281,0.61570245,0.59090906,0.58677685,0.58677685,0.553719,0.49586776,0.43801653,0.39256197,0.35123968,0.29752067,0.29338843,0.2768595,0.29752067,0.33471075,0.35123968,0.38429752,0.4090909,0.45454547,0.46280992,0.5082645,0.5289256,0.6322314,0.7107438,0.7933884,0.8264463,0.8512397,0.8677686,0.88429755,0.96694213,0.29752067,0.23553719,0.7644628,0.8677686,0.8181818,0.76033056,0.6942149,0.58264464,0.5289256,0.48347107,0.43801653,0.38016528,0.34710744,0.32231405,0.2892562,0.2603306,0.2644628,0.25619835,0.24793388,0.2520661,0.27272728,0.2892562,0.32231405,0.38016528,0.42561984,0.45041323,0.48347107,0.54545456,0.58677685,0.60330576,0.6363636,0.6859504,0.6983471,0.6528926,0.61570245,0.59090906,0.57024795,0.5371901,0.5165289,0.5,0.44214877,0.40495867,0.37190083,0.33471075,0.30165288,0.29752067,0.30165288,0.3305785,0.35123968,0.3677686,0.38842976,0.41322315,0.41735536,0.41322315,0.44214877,0.44214877,0.5082645,0.59917355,0.70247936,0.77272725,0.822314,0.8512397,0.87603307,0.92561984,0.3181818,0.2603306,0.80991733,0.8677686,0.8016529,0.7768595,0.69008267,0.5785124,0.5,0.46280992,0.4214876,0.37190083,0.3553719,0.338843,0.30165288,0.28099173,0.26859504,0.26859504,0.2603306,0.2603306,0.2768595,0.30165288,0.36363637,0.41322315,0.44214877,0.4752066,0.4876033,0.53305787,0.5785124,0.61157024,0.6487603,0.69008267,0.7107438,0.6735537,0.6446281,0.6198347,0.5661157,0.53305787,0.5041322,0.45867768,0.4090909,0.37603307,0.35123968,0.33471075,0.3305785,0.35123968,0.38842976,0.43801653,0.4752066,0.5123967,0.5206612,0.5289256,0.5082645,0.47107437,0.45867768,0.47107437,0.49586776,0.5371901,0.58264464,0.6694215,0.7768595,0.8305785,0.8719008,0.88842976,0.32231405,0.3140496,0.8429752,0.838843,0.7892562,0.6942149,0.6694215,0.54545456,0.5,0.47933885,0.4752066,0.42561984,0.41735536,0.41735536,0.36363637,0.3429752,0.30578512,0.28512397,0.28099173,0.25619835,0.2644628,0.2644628,0.28099173,0.3429752,0.44214877,0.5413223,0.57024795,0.61157024,0.6487603,0.6735537,0.6859504,0.7231405,0.7768595,0.76033056,0.73966944,0.70247936,0.6446281,0.58264464,0.49586776,0.41322315,0.3677686,0.338843,0.3264463,0.338843,0.37190083,0.43801653,0.5082645,0.5785124,0.61570245,0.6446281,0.6487603,0.61157024,0.58677685,0.54545456,0.5041322,0.5041322,0.5165289,0.5247934,0.56198347,0.6198347,0.71900827,0.80991733,0.8595041,0.8719008,0.3264463,0.41322315,0.8553719,0.822314,0.77272725,0.6570248,0.6322314,0.58677685,0.5413223,0.5289256,0.5206612,0.49173555,0.5,0.5206612,0.47933885,0.45041323,0.3966942,0.3553719,0.3264463,0.27272728,0.2644628,0.22727273,0.22727273,0.2107438,0.2603306,0.4338843,0.59917355,0.73966944,0.76033056,0.74380165,0.73966944,0.76859504,0.838843,0.8553719,0.8347107,0.822314,0.7768595,0.61570245,0.44214877,0.3553719,0.3181818,0.30991736,0.3264463,0.36363637,0.41735536,0.47933885,0.54545456,0.607438,0.661157,0.71900827,0.75619835,0.73966944,0.7231405,0.6694215,0.58677685,0.5165289,0.4876033,0.5041322,0.553719,0.62396693,0.71487606,0.8057851,0.8553719,0.8801653,0.338843,0.53305787,0.8636364,0.79752064,0.74380165,0.677686,0.6528926,0.62396693,0.59090906,0.5495868,0.55785125,0.59090906,0.61570245,0.6198347,0.57024795,0.5289256,0.47107437,0.44214877,0.40082645,0.34710744,0.27272728,0.22727273,0.20247933,0.19008264,0.18595041,0.18595041,0.45867768,0.7892562,0.8264463,0.7768595,0.7768595,0.8016529,0.8595041,0.8801653,0.8719008,0.88842976,0.88429755,0.59917355,0.38429752,0.30991736,0.30165288,0.30991736,0.3429752,0.39256197,0.42561984,0.45454547,0.4876033,0.5165289,0.5371901,0.59504133,0.6570248,0.6818182,0.6942149,0.69008267,0.6570248,0.57438016,0.47933885,0.48347107,0.5495868,0.6487603,0.74380165,0.8181818,0.8636364,0.8719008,0.338843,0.6404959,0.8677686,0.79752064,0.76033056,0.73966944,0.6942149,0.6446281,0.6198347,0.59917355,0.6446281,0.7107438,0.6942149,0.6652893,0.5785124,0.54545456,0.45041323,0.45454547,0.42975205,0.4090909,0.2892562,0.23966943,0.18595041,0.18595041,0.16528925,0.09917355,0.26859504,0.76859504,0.838843,0.78099173,0.78099173,0.80991733,0.8636364,0.88429755,0.8801653,0.90082645,0.92975205,0.6322314,0.4338843,0.4214876,0.37603307,0.32231405,0.3305785,0.3677686,0.39256197,0.4338843,0.46280992,0.4876033,0.5206612,0.6198347,0.71900827,0.77272725,0.8264463,0.822314,0.78099173,0.7231405,0.6446281,0.62396693,0.6570248,0.71900827,0.78099173,0.8347107,0.8677686,0.8719008,0.37603307,0.7107438,0.8553719,0.8181818,0.8140496,0.78512394,0.71900827,0.6404959,0.607438,0.6322314,0.6818182,0.7644628,0.73966944,0.6735537,0.5785124,0.55785125,0.45454547,0.47933885,0.446281,0.40495867,0.29338843,0.21900827,0.16528925,0.16115703,0.1694215,0.11983471,0.23966943,0.7644628,0.838843,0.78512394,0.78099173,0.822314,0.8636364,0.8801653,0.8801653,0.89669424,0.9214876,0.7355372,0.59504133,0.61157024,0.5,0.39256197,0.3140496,0.29338843,0.3264463,0.39256197,0.4338843,0.45454547,0.45867768,0.53305787,0.59917355,0.6570248,0.7231405,0.74380165,0.72727275,0.73966944,0.75619835,0.76033056,0.7768595,0.8016529,0.8305785,0.8595041,0.8801653,0.87603307,0.42975205,0.72727275,0.8595041,0.8347107,0.838843,0.8057851,0.74380165,0.6735537,0.6280992,0.6280992,0.6528926,0.70247936,0.6652893,0.59504133,0.5,0.48347107,0.40082645,0.38429752,0.338843,0.29338843,0.23140496,0.18595041,0.2107438,0.21487603,0.2231405,0.17768595,0.38016528,0.7768595,0.8347107,0.8016529,0.7933884,0.8264463,0.8677686,0.8801653,0.88429755,0.90082645,0.89669424,0.8471074,0.71900827,0.6859504,0.6404959,0.55785125,0.4214876,0.3181818,0.3264463,0.35950413,0.38842976,0.4090909,0.3966942,0.43801653,0.45867768,0.46694216,0.5371901,0.59504133,0.6942149,0.78099173,0.822314,0.8347107,0.8429752,0.8471074,0.8595041,0.8719008,0.8801653,0.88429755,0.42975205,0.73140496,0.8553719,0.8347107,0.8429752,0.8140496,0.7644628,0.7107438,0.6528926,0.6198347,0.607438,0.57438016,0.49586776,0.45041323,0.40082645,0.39256197,0.34710744,0.30991736,0.30165288,0.2892562,0.29338843,0.29752067,0.34710744,0.35123968,0.3264463,0.28099173,0.5289256,0.7768595,0.822314,0.80991733,0.8140496,0.8347107,0.8677686,0.8719008,0.88842976,0.892562,0.88842976,0.8801653,0.8057851,0.7231405,0.6859504,0.6487603,0.56198347,0.446281,0.44214877,0.40495867,0.38842976,0.42975205,0.46280992,0.45041323,0.48347107,0.48347107,0.607438,0.6280992,0.70247936,0.80991733,0.8553719,0.8677686,0.8719008,0.8677686,0.8719008,0.87603307,0.88429755,0.88842976,0.41322315,0.7355372,0.8553719,0.8347107,0.8264463,0.8016529,0.77272725,0.73966944,0.7107438,0.6859504,0.6404959,0.55785125,0.47107437,0.4338843,0.41735536,0.39256197,0.36363637,0.3553719,0.37190083,0.3966942,0.41735536,0.4338843,0.49586776,0.49586776,0.45041323,0.47107437,0.6652893,0.7768595,0.8057851,0.80991733,0.8140496,0.8305785,0.8719008,0.8801653,0.88429755,0.892562,0.88429755,0.8801653,0.8636364,0.80991733,0.7231405,0.7066116,0.6570248,0.57024795,0.59090906,0.5206612,0.45041323,0.5082645,0.553719,0.5041322,0.5413223,0.5413223,0.661157,0.74380165,0.7892562,0.8264463,0.8595041,0.87603307,0.87603307,0.87603307,0.8801653,0.8801653,0.88429755,0.892562,0.4214876,0.74793386,0.8636364,0.8347107,0.8181818,0.7933884,0.77272725,0.77272725,0.77272725,0.75206614,0.70247936,0.6363636,0.5661157,0.5082645,0.48347107,0.45867768,0.45041323,0.47933885,0.4876033,0.53305787,0.56198347,0.58677685,0.62396693,0.607438,0.59090906,0.6652893,0.75206614,0.77272725,0.7892562,0.8016529,0.8057851,0.8347107,0.8677686,0.8719008,0.87603307,0.8801653,0.88842976,0.8801653,0.88429755,0.8595041,0.79752064,0.77272725,0.73140496,0.69008267,0.7107438,0.6528926,0.58677685,0.6487603,0.6570248,0.6528926,0.677686,0.6652893,0.71487606,0.78512394,0.8181818,0.8429752,0.8553719,0.8719008,0.87603307,0.8801653,0.88429755,0.8801653,0.88429755,0.88842976,0.4752066,0.7892562,0.8512397,0.8264463,0.8057851,0.78512394,0.78512394,0.78512394,0.78099173,0.75619835,0.71900827,0.6735537,0.62396693,0.57438016,0.55785125,0.55785125,0.5785124,0.59504133,0.58677685,0.61570245,0.6363636,0.6694215,0.6818182,0.6859504,0.7066116,0.7644628,0.76859504,0.76033056,0.78099173,0.7933884,0.8057851,0.8347107,0.8595041,0.8677686,0.8677686,0.8719008,0.88429755,0.88429755,0.88842976,0.87603307,0.8512397,0.822314,0.79752064,0.78512394,0.78512394,0.76033056,0.7231405,0.76859504,0.76033056,0.8057851,0.79752064,0.8016529,0.8140496,0.8264463,0.8429752,0.8553719,0.8595041,0.8636364,0.8719008,0.8801653,0.88429755,0.88429755,0.88429755,0.8801653,0.58677685,0.8181818,0.8264463,0.822314,0.79752064,0.7933884,0.79752064,0.78512394,0.76859504,0.75206614,0.7231405,0.6859504,0.6528926,0.6404959,0.6363636,0.6322314,0.6322314,0.6446281,0.6570248,0.6652893,0.6818182,0.6983471,0.7107438,0.7355372,0.76859504,0.78099173,0.75206614,0.75619835,0.7768595,0.7892562,0.8057851,0.838843,0.8553719,0.8595041,0.8636364,0.8677686,0.8719008,0.8801653,0.88842976,0.88842976,0.8719008,0.8471074,0.8347107,0.838843,0.8264463,0.8264463,0.80991733,0.8016529,0.7933884,0.8140496,0.822314,0.8347107,0.8429752,0.8429752,0.8595041,0.8553719,0.8677686,0.8677686,0.8677686,0.87603307,0.88429755,0.87603307,0.88429755,0.88429755,0.75206614,0.822314,0.8057851,0.8181818,0.79752064,0.7933884,0.7892562,0.78099173,0.76859504,0.75206614,0.7231405,0.7066116,0.6859504,0.677686,0.6694215,0.6694215,0.6735537,0.6818182,0.6859504,0.69008267,0.7066116,0.71900827,0.74380165,0.7768595,0.78512394,0.76033056,0.74793386,0.7644628,0.7768595,0.78099173,0.8016529,0.8305785,0.8512397,0.8719008,0.8636364,0.8719008,0.87603307,0.87603307,0.87603307,0.8801653,0.8801653,0.8595041,0.8471074,0.8553719,0.838843,0.8471074,0.838843,0.8264463,0.80991733,0.822314,0.8347107,0.8264463,0.8512397,0.8595041,0.8595041,0.8636364,0.8677686,0.8677686,0.8677686,0.87603307,0.88429755,0.87603307,0.8801653,0.8801653,0.838843,0.8181818,0.79752064,0.8057851,0.8016529,0.7933884,0.78512394,0.78099173,0.76859504,0.75206614,0.7355372,0.7355372,0.71900827,0.6983471,0.6942149,0.6983471,0.70247936,0.6942149,0.6983471,0.71487606,0.72727275,0.73966944,0.7644628,0.7933884,0.78099173,0.75619835,0.76859504,0.7933884,0.7768595,0.75206614,0.7644628,0.79752064,0.8347107,0.87603307,0.8719008,0.87603307,0.88842976,0.8801653,0.8719008,0.8719008,0.87603307,0.8636364,0.8471074,0.8553719,0.8429752,0.8429752,0.838843,0.838843,0.8305785,0.8305785,0.838843,0.838843,0.8471074,0.8636364,0.8636364,0.8636364,0.8677686,0.8636364,0.8719008,0.87603307,0.88429755,0.8801653,0.8801653,0.88429755,0.8347107,0.80991733,0.78512394,0.7933884,0.80991733,0.7892562,0.7933884,0.7768595,0.76859504,0.76033056,0.75619835,0.75619835,0.7355372,0.71900827,0.7231405,0.7231405,0.72727275,0.72727275,0.7231405,0.72727275,0.74793386,0.75206614,0.75206614,0.78099173,0.78099173,0.76859504,0.7933884,0.8140496,0.76033056,0.6818182,0.6735537,0.7066116,0.76033056,0.8181818,0.8471074,0.8512397,0.8677686,0.8801653,0.87603307,0.87603307,0.8719008,0.8636364,0.8305785,0.8305785,0.8305785,0.838843,0.8305785,0.8347107,0.8429752,0.8429752,0.8429752,0.8347107,0.8471074,0.8595041,0.8595041,0.8595041,0.8719008,0.8719008,0.8719008,0.8801653,0.8801653,0.87603307,0.87603307,0.88429755,0.8140496,0.8140496,0.77272725,0.80991733,0.822314,0.7892562,0.79752064,0.78512394,0.7768595,0.76859504,0.77272725,0.76859504,0.75206614,0.74793386,0.75619835,0.75206614,0.75206614,0.74793386,0.75206614,0.75206614,0.74793386,0.71900827,0.7066116,0.7768595,0.8016529,0.7644628,0.75619835,0.73966944,0.6818182,0.59090906,0.5495868,0.5785124,0.6280992,0.6942149,0.76033056,0.78099173,0.7933884,0.822314,0.8471074,0.8677686,0.8801653,0.8801653,0.8264463,0.78099173,0.7892562,0.80991733,0.822314,0.8264463,0.838843,0.8471074,0.838843,0.8471074,0.8429752,0.8429752,0.838843,0.8636364,0.8719008,0.87603307,0.8719008,0.8801653,0.87603307,0.8801653,0.87603307,0.8801653,0.8016529,0.8181818,0.7892562,0.8140496,0.8264463,0.80991733,0.8016529,0.8016529,0.78512394,0.78512394,0.7892562,0.78512394,0.76859504,0.76033056,0.76033056,0.75619835,0.75619835,0.7644628,0.75206614,0.73140496,0.73140496,0.661157,0.7066116,0.8016529,0.75206614,0.6652893,0.6322314,0.59504133,0.58264464,0.5289256,0.45867768,0.45867768,0.5082645,0.59090906,0.6570248,0.6528926,0.6363636,0.6404959,0.6859504,0.75619835,0.8264463,0.892562,0.8429752,0.73966944,0.7355372,0.76033056,0.7933884,0.8181818,0.822314,0.8429752,0.8471074,0.838843,0.838843,0.8347107,0.8347107,0.8595041,0.8677686,0.87603307,0.8677686,0.8801653,0.8801653,0.87603307,0.8677686,0.87603307,0.822314,0.8057851,0.8057851,0.822314,0.8181818,0.8181818,0.8140496,0.8016529,0.7933884,0.8016529,0.7933884,0.78512394,0.75619835,0.75619835,0.75206614,0.76033056,0.74793386,0.75206614,0.7231405,0.7107438,0.7107438,0.5785124,0.73966944,0.76033056,0.5785124,0.45867768,0.41322315,0.41322315,0.42975205,0.49173555,0.45867768,0.39256197,0.3966942,0.53305787,0.5041322,0.37190083,0.3305785,0.338843,0.38016528,0.49173555,0.661157,0.8140496,0.8347107,0.73140496,0.69008267,0.70247936,0.7231405,0.77272725,0.8057851,0.8140496,0.8264463,0.8305785,0.822314,0.822314,0.8264463,0.8429752,0.8512397,0.8677686,0.8677686,0.8801653,0.87603307,0.8719008,0.8677686,0.8677686,0.7355372,0.7768595,0.80991733,0.8305785,0.8181818,0.8140496,0.8140496,0.7933884,0.80991733,0.8140496,0.7892562,0.77272725,0.74380165,0.74793386,0.75206614,0.76033056,0.74793386,0.73140496,0.7066116,0.6983471,0.6694215,0.44214877,0.73140496,0.6570248,0.4090909,0.25619835,0.20661157,0.1983471,0.19421488,0.41322315,0.5371901,0.38429752,0.34710744,0.553719,0.40495867,0.25619835,0.1983471,0.18181819,0.19008264,0.27272728,0.45041323,0.6694215,0.77272725,0.74380165,0.7066116,0.6818182,0.6694215,0.70247936,0.74793386,0.76859504,0.78099173,0.7933884,0.79752064,0.8016529,0.8057851,0.822314,0.8264463,0.8429752,0.8595041,0.8719008,0.8636364,0.8677686,0.8636364,0.8471074,0.49586776,0.7107438,0.8429752,0.8347107,0.8181818,0.8140496,0.8181818,0.8057851,0.8140496,0.8140496,0.78099173,0.76033056,0.7355372,0.73966944,0.73966944,0.75206614,0.7066116,0.7066116,0.6735537,0.6818182,0.5785124,0.35950413,0.61570245,0.6404959,0.34710744,0.19421488,0.16528925,0.1694215,0.21900827,0.43801653,0.6280992,0.4214876,0.30578512,0.5661157,0.553719,0.45867768,0.35950413,0.29338843,0.25619835,0.25619835,0.35123968,0.5495868,0.70247936,0.75619835,0.75619835,0.71900827,0.6735537,0.6528926,0.6818182,0.73140496,0.75206614,0.7644628,0.7768595,0.78099173,0.7892562,0.8057851,0.80991733,0.822314,0.8429752,0.8553719,0.8636364,0.8677686,0.8595041,0.8512397,0.38016528,0.59504133,0.8677686,0.8347107,0.8057851,0.8140496,0.8181818,0.8264463,0.8181818,0.8057851,0.76859504,0.75206614,0.74380165,0.73140496,0.71900827,0.71487606,0.69008267,0.6859504,0.6735537,0.61570245,0.4752066,0.39256197,0.47107437,0.6280992,0.4214876,0.2644628,0.25619835,0.32231405,0.46280992,0.56198347,0.58677685,0.43801653,0.2892562,0.45041323,0.5661157,0.59504133,0.58677685,0.5165289,0.4338843,0.37190083,0.3966942,0.5413223,0.6942149,0.78099173,0.78099173,0.75206614,0.71487606,0.6652893,0.6404959,0.6694215,0.71487606,0.73966944,0.74793386,0.75619835,0.76859504,0.78512394,0.79752064,0.8140496,0.8264463,0.8429752,0.8553719,0.8553719,0.8595041,0.8512397,0.3264463,0.5082645,0.8512397,0.8305785,0.8057851,0.8140496,0.822314,0.822314,0.8140496,0.7933884,0.7644628,0.74380165,0.73140496,0.71900827,0.7066116,0.6818182,0.6735537,0.661157,0.6404959,0.5371901,0.4338843,0.46280992,0.46694216,0.5413223,0.5247934,0.40495867,0.40495867,0.49173555,0.5247934,0.5165289,0.38429752,0.3677686,0.25619835,0.338843,0.47107437,0.59504133,0.6983471,0.6818182,0.6198347,0.56198347,0.57024795,0.6652893,0.75206614,0.8057851,0.7933884,0.77272725,0.74380165,0.7066116,0.6528926,0.6404959,0.6694215,0.70247936,0.71900827,0.73966944,0.76033056,0.76859504,0.78512394,0.8057851,0.8181818,0.8305785,0.8347107,0.838843,0.8429752,0.838843,0.28099173,0.46694216,0.8057851,0.8305785,0.80991733,0.8181818,0.822314,0.8140496,0.80991733,0.78512394,0.75206614,0.72727275,0.7231405,0.71487606,0.6983471,0.6818182,0.6818182,0.6652893,0.62396693,0.5,0.46694216,0.5247934,0.5165289,0.5206612,0.5495868,0.5123967,0.49173555,0.5413223,0.5165289,0.4876033,0.29752067,0.25619835,0.30991736,0.34710744,0.44214877,0.57438016,0.7107438,0.76033056,0.75206614,0.7355372,0.73966944,0.7933884,0.7892562,0.822314,0.822314,0.78512394,0.76033056,0.71900827,0.6983471,0.6818182,0.677686,0.6818182,0.70247936,0.73140496,0.74380165,0.7644628,0.7892562,0.8016529,0.80991733,0.80991733,0.822314,0.822314,0.822314,0.8264463,0.2892562,0.44214877,0.75206614,0.8347107,0.8016529,0.8181818,0.8181818,0.8140496,0.80991733,0.78099173,0.74793386,0.72727275,0.71900827,0.7107438,0.70247936,0.6983471,0.677686,0.6570248,0.59504133,0.5082645,0.5413223,0.57438016,0.5661157,0.5495868,0.54545456,0.5206612,0.47933885,0.5165289,0.5082645,0.446281,0.3553719,0.37190083,0.48347107,0.46694216,0.42561984,0.5206612,0.6694215,0.75619835,0.78099173,0.79752064,0.78512394,0.8140496,0.79752064,0.838843,0.8347107,0.79752064,0.7768595,0.70247936,0.677686,0.677686,0.677686,0.6818182,0.6983471,0.71900827,0.73140496,0.73966944,0.78512394,0.80991733,0.8057851,0.79752064,0.80991733,0.7933884,0.8016529,0.8264463,0.57024795,0.5289256,0.7066116,0.8347107,0.8016529,0.80991733,0.8140496,0.80991733,0.8016529,0.77272725,0.75206614,0.73140496,0.71900827,0.73140496,0.7231405,0.7066116,0.6859504,0.6652893,0.59917355,0.5661157,0.61570245,0.6363636,0.60330576,0.553719,0.5413223,0.5206612,0.47107437,0.5247934,0.5206612,0.49173555,0.4876033,0.5247934,0.5785124,0.57024795,0.45454547,0.49173555,0.60330576,0.7107438,0.75619835,0.7892562,0.78099173,0.8016529,0.80991733,0.8471074,0.8305785,0.8057851,0.77272725,0.6983471,0.661157,0.6280992,0.6404959,0.661157,0.6694215,0.69008267,0.72727275,0.7107438,0.75206614,0.8016529,0.8016529,0.7933884,0.8016529,0.8016529,0.80991733,0.80991733,0.74793386,0.57024795,0.6942149,0.8140496,0.8016529,0.8016529,0.8057851,0.8016529,0.7892562,0.7768595,0.75619835,0.73966944,0.74380165,0.74380165,0.71487606,0.677686,0.6528926,0.61157024,0.59090906,0.6198347,0.6652893,0.677686,0.62396693,0.57438016,0.57024795,0.56198347,0.5495868,0.57438016,0.56198347,0.54545456,0.56198347,0.5785124,0.6280992,0.61570245,0.54545456,0.5371901,0.59504133,0.7107438,0.74380165,0.7892562,0.78099173,0.78512394,0.8181818,0.8471074,0.8264463,0.822314,0.8181818,0.76859504,0.6363636,0.607438,0.59090906,0.6363636,0.6570248,0.6528926,0.7107438,0.7107438,0.72727275,0.78099173,0.7892562,0.78099173,0.7892562,0.7892562,0.8016529,0.79752064,0.74793386,0.71900827,0.73966944,0.79752064,0.8016529,0.7892562,0.79752064,0.7892562,0.78512394,0.7768595,0.7644628,0.75206614,0.74793386,0.7231405,0.69008267,0.661157,0.59090906,0.5495868,0.58264464,0.6363636,0.677686,0.677686,0.6487603,0.62396693,0.61157024,0.61570245,0.61157024,0.62396693,0.61157024,0.61570245,0.6363636,0.6818182,0.677686,0.661157,0.6322314,0.6280992,0.6528926,0.72727275,0.7644628,0.8016529,0.8057851,0.78099173,0.8264463,0.8471074,0.8305785,0.822314,0.7892562,0.75206614,0.677686,0.61570245,0.553719,0.58677685,0.661157,0.6280992,0.6322314,0.71487606,0.74380165,0.7644628,0.7768595,0.78099173,0.7768595,0.78099173,0.78512394,0.7892562,0.6942149,0.72727275,0.74793386,0.7933884,0.7933884,0.7768595,0.7933884,0.78512394,0.78099173,0.76859504,0.76033056,0.74793386,0.74380165,0.71487606,0.6652893,0.58677685,0.5289256,0.5123967,0.57024795,0.6528926,0.677686,0.6735537,0.6818182,0.6818182,0.661157,0.6652893,0.661157,0.6404959,0.607438,0.59504133,0.61570245,0.6487603,0.6652893,0.6694215,0.6446281,0.6446281,0.6446281,0.6528926,0.6818182,0.73140496,0.78099173,0.78512394,0.8264463,0.8636364,0.8181818,0.822314,0.78512394,0.7066116,0.60330576,0.57024795,0.53305787,0.5289256,0.61157024,0.6363636,0.5247934,0.69008267,0.74380165,0.76033056,0.76859504,0.7768595,0.76859504,0.7644628,0.75206614,0.7644628,0.80991733,0.73966944,0.76033056,0.78512394,0.7768595,0.7644628,0.7768595,0.78512394,0.78512394,0.75619835,0.76859504,0.73140496,0.71900827,0.677686,0.59917355,0.49173555,0.46280992,0.45454547,0.5289256,0.6404959,0.6735537,0.6942149,0.72727275,0.71900827,0.6735537,0.6322314,0.58264464,0.53305787,0.49586776,0.48347107,0.47107437,0.4752066,0.5123967,0.54545456,0.54545456,0.5495868,0.5413223,0.5289256,0.54545456,0.5785124,0.6363636,0.6818182,0.75206614,0.8140496,0.8140496,0.8264463,0.7933884,0.73140496,0.5289256,0.49173555,0.4876033,0.48347107,0.5371901,0.61570245,0.5123967,0.6446281,0.73140496,0.7644628,0.7768595,0.7768595,0.73966944,0.74793386,0.74793386,0.74793386,0.838843,0.74380165,0.78099173,0.7644628,0.77272725,0.75206614,0.75206614,0.78099173,0.7892562,0.76859504,0.78512394,0.7231405,0.69008267,0.607438,0.5082645,0.43801653,0.4090909,0.3553719,0.4338843,0.59917355,0.6818182,0.71900827,0.7066116,0.6528926,0.58677685,0.5247934,0.49173555,0.46694216,0.43801653,0.41735536,0.39256197,0.38429752,0.4090909,0.45041323,0.45867768,0.45454547,0.43801653,0.4338843,0.45454547,0.46694216,0.49173555,0.5165289,0.553719,0.6322314,0.6942149,0.76859504,0.7768595,0.7107438,0.45041323,0.41735536,0.41322315,0.42561984,0.47107437,0.5413223,0.5785124,0.59090906,0.7355372,0.7355372,0.7892562,0.7768595,0.7644628,0.7231405,0.74380165,0.74793386,0.8181818,0.7644628,0.7644628,0.73966944,0.78512394,0.73966944,0.72727275,0.77272725,0.7933884,0.7768595,0.78099173,0.7107438,0.6322314,0.5413223,0.43801653,0.40082645,0.3677686,0.2644628,0.338843,0.57024795,0.6694215,0.6404959,0.5785124,0.53305787,0.5165289,0.47933885,0.44214877,0.41735536,0.37603307,0.3429752,0.3264463,0.3140496,0.30578512,0.32231405,0.338843,0.36363637,0.36363637,0.3553719,0.36363637,0.38016528,0.4090909,0.4214876,0.4338843,0.46280992,0.49173555,0.5371901,0.607438,0.58677685,0.42975205,0.3305785,0.338843,0.36363637,0.41322315,0.4876033,0.5661157,0.59504133,0.76033056,0.74793386,0.7892562,0.78099173,0.74793386,0.6983471,0.71487606,0.73140496,0.80991733,0.73140496,0.61570245,0.6735537,0.8140496,0.73966944,0.6983471,0.75619835,0.8057851,0.78099173,0.77272725,0.6818182,0.5495868,0.4876033,0.38842976,0.3553719,0.3140496,0.23966943,0.2231405,0.45454547,0.553719,0.5041322,0.46694216,0.46694216,0.49173555,0.446281,0.37603307,0.3677686,0.35123968,0.32231405,0.37603307,0.3966942,0.38016528,0.39256197,0.41735536,0.45454547,0.46694216,0.45041323,0.44214877,0.4338843,0.44214877,0.42975205,0.39256197,0.39256197,0.3966942,0.35950413,0.3429752,0.3553719,0.32231405,0.2603306,0.27272728,0.3181818,0.3966942,0.46280992,0.5413223,0.6363636,0.7644628,0.76859504,0.77272725,0.7768595,0.73140496,0.6859504,0.7107438,0.74793386,0.56198347,0.56198347,0.38016528,0.5,0.8677686,0.75206614,0.6652893,0.73966944,0.8181818,0.7892562,0.7644628,0.6694215,0.5289256,0.42561984,0.37190083,0.3429752,0.2520661,0.17768595,0.13636364,0.23140496,0.3553719,0.46694216,0.5165289,0.5413223,0.5661157,0.5495868,0.5165289,0.5289256,0.5661157,0.57438016,0.607438,0.6322314,0.61157024,0.61570245,0.6446281,0.677686,0.6859504,0.6735537,0.6570248,0.661157,0.6983471,0.7107438,0.661157,0.60330576,0.5495868,0.3966942,0.29338843,0.3181818,0.3429752,0.30991736,0.30578512,0.35123968,0.42561984,0.49586776,0.57438016,0.6652893,0.74793386,0.7644628,0.74793386,0.76859504,0.71487606,0.6859504,0.73140496,0.74793386,0.28099173,0.30165288,0.23553719,0.3264463,0.90082645,0.77272725,0.6735537,0.71900827,0.8057851,0.79752064,0.77272725,0.677686,0.5123967,0.41735536,0.40495867,0.39256197,0.2107438,0.12809917,0.08677686,0.20247933,0.41322315,0.61157024,0.6859504,0.71900827,0.7107438,0.661157,0.59504133,0.5661157,0.5661157,0.56198347,0.5661157,0.59090906,0.59090906,0.57438016,0.61157024,0.677686,0.7231405,0.7231405,0.6983471,0.71487606,0.77272725,0.8140496,0.8140496,0.822314,0.8305785,0.7644628,0.6487603,0.58264464,0.5785124,0.54545456,0.48347107,0.46280992,0.49173555,0.5661157,0.62396693,0.6735537,0.74793386,0.74380165,0.7107438,0.74793386,0.7066116,0.6942149,0.73966944,0.75206614,0.2231405,0.22727273,0.19421488,0.22727273,0.8553719,0.79752064,0.7066116,0.6983471,0.7768595,0.7892562,0.78099173,0.6983471,0.5206612,0.5,0.49173555,0.47933885,0.23966943,0.12396694,0.09090909,0.45041323,0.6446281,0.7355372,0.75206614,0.7355372,0.6942149,0.6446281,0.5661157,0.5165289,0.49173555,0.4876033,0.4876033,0.5082645,0.5123967,0.49586776,0.5082645,0.553719,0.607438,0.62396693,0.6280992,0.661157,0.7231405,0.75619835,0.78512394,0.8140496,0.8305785,0.8264463,0.80991733,0.7355372,0.6694215,0.6487603,0.59504133,0.5495868,0.553719,0.607438,0.6528926,0.677686,0.73140496,0.7355372,0.7066116,0.71487606,0.6942149,0.6859504,0.73966944,0.75206614,0.21900827,0.2231405,0.18181819,0.21900827,0.70247936,0.8264463,0.73140496,0.6983471,0.75206614,0.77272725,0.77272725,0.71487606,0.5661157,0.553719,0.5413223,0.553719,0.3429752,0.13636364,0.1983471,0.677686,0.75619835,0.74793386,0.7355372,0.6735537,0.6363636,0.58264464,0.5206612,0.46694216,0.44214877,0.4214876,0.41322315,0.4214876,0.45041323,0.44214877,0.45041323,0.47107437,0.5082645,0.5495868,0.5785124,0.61157024,0.6818182,0.7231405,0.76859504,0.8016529,0.8264463,0.838843,0.838843,0.79752064,0.7231405,0.6694215,0.62396693,0.59504133,0.59504133,0.62396693,0.6487603,0.6818182,0.71487606,0.72727275,0.7107438,0.7107438,0.70247936,0.6859504,0.7355372,0.75206614,0.2231405,0.2231405,0.19421488,0.21900827,0.5123967,0.8512397,0.76033056,0.7066116,0.74380165,0.78099173,0.7644628,0.6983471,0.553719,0.55785125,0.5785124,0.5785124,0.4338843,0.23553719,0.4214876,0.73966944,0.75619835,0.74793386,0.7107438,0.6735537,0.6322314,0.553719,0.5082645,0.46280992,0.40495867,0.38429752,0.37190083,0.36363637,0.38842976,0.41322315,0.42561984,0.446281,0.4752066,0.5206612,0.55785125,0.58264464,0.6652893,0.71900827,0.7644628,0.8016529,0.822314,0.8181818,0.822314,0.8181818,0.78099173,0.73140496,0.677686,0.6322314,0.6280992,0.6322314,0.62396693,0.6570248,0.70247936,0.71487606,0.71900827,0.7107438,0.7107438,0.6983471,0.70247936,0.7355372,0.2231405,0.21900827,0.21487603,0.17355372,0.37190083,0.8181818,0.76859504,0.72727275,0.75619835,0.7768595,0.74380165,0.6942149,0.57438016,0.553719,0.56198347,0.56198347,0.48347107,0.42975205,0.6198347,0.73966944,0.72727275,0.74793386,0.7066116,0.69008267,0.6280992,0.56198347,0.5123967,0.47107437,0.4090909,0.3966942,0.3966942,0.38016528,0.39256197,0.42561984,0.42975205,0.45454547,0.47107437,0.5206612,0.56198347,0.57438016,0.661157,0.72727275,0.7644628,0.78099173,0.8016529,0.7892562,0.8140496,0.8264463,0.8140496,0.78512394,0.73140496,0.6735537,0.6487603,0.6280992,0.6322314,0.661157,0.6818182,0.6983471,0.7107438,0.7107438,0.7107438,0.6983471,0.69008267,0.7355372,0.21900827,0.2231405,0.21487603,0.15289256,0.29752067,0.70247936,0.77272725,0.73966944,0.75206614,0.76859504,0.7231405,0.661157,0.58264464,0.5247934,0.56198347,0.5661157,0.54545456,0.59504133,0.71900827,0.74380165,0.7107438,0.73140496,0.7066116,0.6859504,0.59917355,0.5661157,0.5413223,0.47107437,0.42975205,0.42561984,0.41322315,0.39256197,0.40082645,0.446281,0.44214877,0.46280992,0.4876033,0.53305787,0.58264464,0.61570245,0.6735537,0.74380165,0.75619835,0.78512394,0.7892562,0.77272725,0.8140496,0.8305785,0.822314,0.80991733,0.7644628,0.7107438,0.6735537,0.6404959,0.6528926,0.661157,0.661157,0.6818182,0.71900827,0.72727275,0.7107438,0.69008267,0.677686,0.71900827,0.21900827,0.2231405,0.2107438,0.17768595,0.23966943,0.5661157,0.78099173,0.74793386,0.75206614,0.77272725,0.7355372,0.6487603,0.59917355,0.5495868,0.56198347,0.58677685,0.59917355,0.6818182,0.74380165,0.74380165,0.7231405,0.71487606,0.7066116,0.677686,0.59917355,0.59090906,0.5371901,0.49586776,0.49173555,0.44214877,0.45454547,0.44214877,0.4338843,0.49173555,0.4876033,0.5041322,0.5413223,0.55785125,0.59504133,0.6570248,0.7107438,0.75619835,0.78099173,0.7933884,0.8016529,0.7892562,0.8057851,0.8347107,0.8181818,0.8140496,0.7933884,0.72727275,0.677686,0.6446281,0.677686,0.677686,0.661157,0.6859504,0.7107438,0.70247936,0.70247936,0.6983471,0.69008267,0.6818182,0.21900827,0.21900827,0.2107438,0.20247933,0.16528925,0.46280992,0.7644628,0.75619835,0.74380165,0.74793386,0.73966944,0.69008267,0.62396693,0.59504133,0.58264464,0.59504133,0.6280992,0.6942149,0.74380165,0.7355372,0.73140496,0.7107438,0.7066116,0.677686,0.6404959,0.61157024,0.5661157,0.553719,0.5289256,0.5165289,0.54545456,0.5371901,0.5371901,0.57024795,0.58264464,0.57438016,0.61570245,0.6280992,0.6404959,0.69008267,0.72727275,0.75619835,0.7933884,0.8140496,0.79752064,0.8016529,0.822314,0.838843,0.80991733,0.8016529,0.8016529,0.74380165,0.6942149,0.6404959,0.661157,0.6859504,0.6694215,0.6735537,0.6942149,0.6818182,0.6942149,0.6818182,0.6983471,0.607438,0.21900827,0.21487603,0.20661157,0.20661157,0.1446281,0.33471075,0.6818182,0.76859504,0.74380165,0.7355372,0.73966944,0.70247936,0.6487603,0.6363636,0.61570245,0.62396693,0.6528926,0.6983471,0.73966944,0.73140496,0.7231405,0.7107438,0.7107438,0.70247936,0.6694215,0.6363636,0.6446281,0.6404959,0.62396693,0.6363636,0.62396693,0.6198347,0.6322314,0.6404959,0.6570248,0.6570248,0.7107438,0.7107438,0.7107438,0.72727275,0.75206614,0.79752064,0.8016529,0.822314,0.8140496,0.8016529,0.8057851,0.8305785,0.8140496,0.7768595,0.7768595,0.76033056,0.7231405,0.6528926,0.6694215,0.6735537,0.6570248,0.6735537,0.677686,0.6528926,0.6735537,0.6528926,0.6818182,0.45867768,0.20247933,0.20661157,0.20247933,0.20247933,0.17768595,0.17768595,0.55785125,0.7644628,0.76033056,0.73966944,0.73140496,0.71900827,0.6818182,0.6570248,0.6446281,0.6487603,0.6528926,0.69008267,0.7355372,0.73140496,0.71900827,0.71487606,0.73140496,0.7355372,0.7066116,0.6942149,0.72727275,0.6983471,0.6735537,0.6694215,0.6694215,0.6652893,0.6694215,0.6818182,0.6942149,0.71900827,0.75206614,0.75619835,0.7644628,0.79752064,0.78512394,0.7933884,0.8140496,0.8181818,0.8140496,0.822314,0.7933884,0.8264463,0.8305785,0.77272725,0.76033056,0.76859504,0.72727275,0.6570248,0.6735537,0.6818182,0.661157,0.6570248,0.6528926,0.6570248,0.6446281,0.6570248,0.6198347,0.30991736,0.18181819,0.20661157,0.2107438,0.20247933,0.19008264,0.09504132,0.4090909,0.7231405,0.75619835,0.7107438,0.677686,0.71487606,0.7107438,0.6735537,0.6528926,0.6570248,0.6528926,0.6942149,0.72727275,0.7231405,0.71900827,0.7231405,0.74380165,0.74793386,0.72727275,0.71900827,0.73966944,0.6983471,0.6487603,0.6694215,0.6983471,0.6942149,0.69008267,0.6942149,0.7066116,0.73140496,0.75619835,0.7768595,0.7892562,0.8140496,0.7892562,0.7892562,0.79752064,0.8016529,0.8057851,0.8140496,0.8057851,0.79752064,0.838843,0.78099173,0.76033056,0.7768595,0.7066116,0.6942149,0.6652893,0.6859504,0.6694215,0.677686,0.661157,0.6363636,0.607438,0.6487603,0.47933885,0.23140496,0.17768595,0.20661157,0.20661157,0.19008264,0.17355372,0.11570248,0.30991736,0.6735537,0.73966944,0.71487606,0.677686,0.7107438,0.6942149,0.661157,0.6652893,0.6735537,0.6487603,0.6859504,0.7066116,0.70247936,0.71900827,0.7355372,0.74380165,0.7355372,0.71900827,0.71900827,0.72727275,0.6942149,0.6652893,0.6735537,0.69008267,0.69008267,0.69008267,0.69008267,0.6983471,0.7231405,0.74380165,0.76859504,0.79752064,0.8016529,0.8057851,0.8016529,0.7892562,0.79752064,0.7933884,0.80991733,0.8016529,0.79752064,0.80991733,0.7768595,0.74380165,0.74793386,0.69008267,0.661157,0.69008267,0.6446281,0.6694215,0.6818182,0.6487603,0.60330576,0.60330576,0.59090906,0.3181818,0.21487603,0.19008264,0.1983471,0.19008264,0.18595041,0.14876033,0.2644628,0.5041322,0.607438,0.69008267,0.72727275,0.6818182,0.7107438,0.6942149,0.6570248,0.6694215,0.677686,0.6363636,0.6818182,0.6818182,0.677686,0.70247936,0.7231405,0.72727275,0.71900827,0.71487606,0.71900827,0.71487606,0.6942149,0.6652893,0.6570248,0.6446281,0.6446281,0.661157,0.661157,0.6694215,0.6942149,0.73140496,0.75619835,0.7768595,0.78512394,0.8016529,0.80991733,0.79752064,0.7933884,0.7933884,0.78512394,0.75619835,0.7892562,0.78099173,0.7644628,0.72727275,0.7107438,0.7107438,0.6322314,0.6694215,0.62396693,0.6694215,0.6528926,0.607438,0.59090906,0.61157024,0.446281,0.23553719,0.22727273,0.1983471,0.19008264,0.20247933,0.1322314,0.2768595,0.607438,0.6735537,0.40495867,0.60330576,0.71900827,0.6446281,0.6818182,0.6859504,0.6652893,0.661157,0.6735537,0.661157,0.6818182,0.6694215,0.6570248,0.677686,0.6942149,0.69008267,0.6983471,0.6983471,0.7066116,0.6942149,0.6694215,0.6363636,0.61157024,0.60330576,0.61570245,0.6198347,0.61570245,0.62396693,0.661157,0.71487606,0.7355372,0.74793386,0.76859504,0.78512394,0.7892562,0.78099173,0.77272725,0.7644628,0.74380165,0.7231405,0.7355372,0.76859504,0.73966944,0.7107438,0.6942149,0.6942149,0.6446281,0.62396693,0.6652893,0.6652893,0.62396693,0.57024795,0.5785124,0.53305787,0.30165288,0.21487603,0.23140496,0.20247933,0.19421488,0.17355372,0.1694215,0.677686,0.70247936,0.54545456,0.23140496,0.5247934,0.6983471,0.6735537,0.71900827,0.677686,0.6859504,0.6652893,0.6652893,0.6652893,0.6652893,0.6694215,0.6652893,0.6487603,0.6528926,0.6652893,0.6859504,0.6735537,0.6859504,0.6859504,0.6404959,0.61157024,0.59090906,0.57438016,0.57438016,0.5785124,0.5785124,0.58677685,0.62396693,0.6652893,0.6942149,0.71900827,0.75206614,0.75206614,0.7355372,0.75619835,0.75619835,0.74380165,0.72727275,0.6983471,0.7107438,0.74380165,0.71487606,0.69008267,0.6735537,0.6528926,0.6487603,0.60330576,0.6363636,0.607438,0.58264464,0.5495868,0.5289256,0.47107437,0.23140496,0.2231405,0.23553719,0.19421488,0.19421488,0.11983471,0.5371901,0.8181818,0.5495868,0.42975205,0.1694215,0.5165289,0.7066116,0.6404959,0.6859504,0.6570248,0.6859504,0.6487603,0.6280992,0.661157,0.6652893,0.6694215,0.6446281,0.6322314,0.62396693,0.6446281,0.6694215,0.6404959,0.6322314,0.61157024,0.58264464,0.553719,0.53305787,0.53305787,0.5289256,0.5371901,0.5289256,0.5371901,0.57438016,0.61157024,0.6528926,0.6818182,0.71900827,0.7107438,0.6818182,0.6942149,0.6942149,0.69008267,0.677686,0.6694215,0.6818182,0.71487606,0.6942149,0.6859504,0.6487603,0.62396693,0.6487603,0.59090906,0.57438016,0.553719,0.53305787,0.5123967,0.5371901,0.4752066,0.2107438,0.2231405,0.23966943,0.1983471,0.19421488,0.2231405,0.8471074,0.6694215,0.44214877,0.3429752,0.20661157,0.42561984,0.8553719,0.59504133,0.6280992,0.6735537,0.6446281,0.6570248,0.59917355,0.6363636,0.6528926,0.661157,0.6198347,0.61157024,0.607438,0.607438,0.607438,0.58677685,0.5785124,0.5413223,0.5206612,0.49173555,0.48347107,0.49173555,0.49586776,0.5082645,0.4876033,0.4876033,0.5289256,0.55785125,0.60330576,0.6322314,0.6570248,0.6570248,0.6363636,0.6363636,0.6363636,0.6487603,0.6446281,0.62396693,0.6528926,0.6859504,0.6652893,0.6528926,0.61157024,0.59504133,0.61570245,0.5661157,0.5289256,0.5165289,0.47933885,0.47933885,0.6280992,0.44214877,0.1983471,0.2231405,0.23966943,0.2231405,0.20661157,0.46694216,0.892562,0.53305787,0.3677686,0.3429752,0.23966943,0.45041323,0.8305785,0.72727275,0.56198347,0.59090906,0.6404959,0.677686,0.607438,0.61157024,0.62396693,0.6487603,0.61570245,0.5785124,0.58264464,0.58264464,0.5495868,0.5413223,0.5165289,0.5206612,0.4752066,0.44214877,0.45041323,0.45867768,0.46694216,0.46694216,0.45454547,0.46280992,0.49173555,0.5,0.53305787,0.57438016,0.59917355,0.61570245,0.59917355,0.60330576,0.607438,0.607438,0.60330576,0.59504133,0.6198347,0.6446281,0.6322314,0.60330576,0.57024795,0.5661157,0.57024795,0.5371901,0.49586776,0.46694216,0.46280992,0.57024795,0.6363636,0.3966942,0.19008264,0.2231405,0.23553719,0.23140496,0.2644628,0.6983471,0.8016529,0.42975205,0.35950413,0.35950413,0.23553719,0.3966942,0.8305785,0.7355372,0.6983471,0.5413223,0.5661157,0.6446281,0.61570245,0.60330576,0.61157024,0.607438,0.59090906,0.56198347,0.553719,0.5247934,0.5289256,0.53305787,0.47933885,0.49173555,0.4214876,0.3966942,0.41322315,0.42561984,0.4338843,0.42561984,0.41322315,0.42975205,0.43801653,0.43801653,0.46694216,0.5082645,0.5247934,0.5495868,0.553719,0.56198347,0.553719,0.5495868,0.55785125,0.55785125,0.57024795,0.59090906,0.59917355,0.56198347,0.53305787,0.5413223,0.5165289,0.48347107,0.446281,0.4752066,0.57438016,0.60330576,0.661157,0.5,0.1570248,0.21900827,0.23553719,0.18595041,0.39256197,0.8677686,0.7355372,0.39256197,0.40082645,0.3264463,0.1694215,0.30991736,0.838843,0.75206614,0.7231405,0.6446281,0.5495868,0.53305787,0.59917355,0.60330576,0.60330576,0.5785124,0.54545456,0.5289256,0.5289256,0.5123967,0.5041322,0.5,0.446281,0.446281,0.3966942,0.35950413,0.35950413,0.35950413,0.38429752,0.37603307,0.37190083,0.37603307,0.38016528,0.39256197,0.40495867,0.45041323,0.44214877,0.47933885,0.47933885,0.4876033,0.49173555,0.4876033,0.49173555,0.5082645,0.5247934,0.54545456,0.54545456,0.5123967,0.49586776,0.5082645,0.46694216,0.42975205,0.48347107,0.55785125,0.6198347,0.607438,0.71900827,0.7107438,0.29752067,0.18595041,0.23553719,0.19008264,0.57438016,0.946281,0.70247936,0.41322315,0.38429752,0.24380165,0.08264463,0.21487603,0.6735537,0.78512394,0.71900827,0.6983471,0.62396693,0.5371901,0.5413223,0.55785125,0.58264464,0.5785124,0.5413223,0.5289256,0.5165289,0.48347107,0.4752066,0.46280992,0.4214876,0.40495867,0.37190083,0.3264463,0.29752067,0.30165288,0.32231405,0.3264463,0.3305785,0.3181818,0.338843,0.35123968,0.34710744,0.3677686,0.3966942,0.40495867,0.44214877,0.43801653,0.44214877,0.44214877,0.43801653,0.47107437,0.47933885,0.49586776,0.49173555,0.47107437,0.45867768,0.45454547,0.43801653,0.47107437,0.55785125,0.59504133,0.6487603,0.6446281,0.75206614,0.8677686,0.5,0.18181819,0.22727273,0.3140496,0.75206614,0.9504132,0.7107438,0.42561984,0.32231405,0.16528925,0.08677686,0.15289256,0.446281,0.74380165,0.73966944,0.70247936,0.6570248,0.61157024,0.5661157,0.5082645,0.5289256,0.5661157,0.5371901,0.5123967,0.5041322,0.45867768,0.446281,0.45041323,0.40082645,0.39256197,0.32231405,0.29752067,0.26859504,0.2892562,0.28099173,0.29338843,0.29338843,0.2892562,0.29338843,0.3140496,0.30578512,0.30991736,0.37603307,0.35123968,0.38016528,0.38842976,0.37603307,0.38016528,0.3966942,0.41322315,0.4338843,0.45041323,0.446281,0.4338843,0.4214876,0.4214876,0.49586776,0.53305787,0.57438016,0.62396693,0.6735537,0.6322314,0.75619835,0.9214876,0.61157024,0.2231405,0.1983471,35 +0.13636364,0.17768595,0.21487603,0.30165288,0.45867768,0.5371901,0.55785125,0.58264464,0.60330576,0.60330576,0.62396693,0.6198347,0.6280992,0.60330576,0.6280992,0.6280992,0.6280992,0.6198347,0.6528926,0.6570248,0.6652893,0.6859504,0.677686,0.6983471,0.69008267,0.677686,0.69008267,0.6859504,0.69008267,0.677686,0.6983471,0.71487606,0.70247936,0.6983471,0.7107438,0.7066116,0.7066116,0.7107438,0.6983471,0.7066116,0.70247936,0.69008267,0.71900827,0.71900827,0.71900827,0.74793386,0.71900827,0.73966944,0.75206614,0.7355372,0.72727275,0.74380165,0.74380165,0.73966944,0.75619835,0.77272725,0.7933884,0.80991733,0.8057851,0.8057851,0.8181818,0.8140496,0.75619835,0.6404959,0.16115703,0.23966943,0.25619835,0.35123968,0.49586776,0.53305787,0.56198347,0.59504133,0.6198347,0.59504133,0.6198347,0.61157024,0.61570245,0.61157024,0.6363636,0.6528926,0.6404959,0.6363636,0.6570248,0.6694215,0.6694215,0.6942149,0.6818182,0.6942149,0.69008267,0.6818182,0.6942149,0.6818182,0.677686,0.6694215,0.70247936,0.70247936,0.7107438,0.6942149,0.70247936,0.70247936,0.70247936,0.70247936,0.6983471,0.70247936,0.6983471,0.6942149,0.6818182,0.71900827,0.7231405,0.76033056,0.71900827,0.74793386,0.74793386,0.74380165,0.72727275,0.7355372,0.74380165,0.74380165,0.7644628,0.77272725,0.7892562,0.8057851,0.8140496,0.8140496,0.822314,0.822314,0.80991733,0.69008267,0.18595041,0.26859504,0.29752067,0.38016528,0.5082645,0.5289256,0.57024795,0.59090906,0.61570245,0.61570245,0.607438,0.607438,0.62396693,0.6280992,0.6446281,0.6570248,0.6652893,0.6280992,0.6694215,0.6404959,0.6942149,0.6859504,0.6859504,0.677686,0.6859504,0.6735537,0.69008267,0.677686,0.6694215,0.6735537,0.6983471,0.6983471,0.6983471,0.6942149,0.6818182,0.70247936,0.6942149,0.6983471,0.6983471,0.6983471,0.6942149,0.7066116,0.7107438,0.70247936,0.72727275,0.73966944,0.73140496,0.7355372,0.7355372,0.74380165,0.73140496,0.73966944,0.73966944,0.74380165,0.75206614,0.77272725,0.7768595,0.8140496,0.8264463,0.8181818,0.822314,0.8347107,0.8595041,0.76033056,0.20661157,0.23553719,0.2892562,0.44214877,0.5289256,0.55785125,0.5785124,0.60330576,0.6198347,0.6322314,0.6198347,0.607438,0.6280992,0.6322314,0.6528926,0.6528926,0.6404959,0.6570248,0.6735537,0.6487603,0.6859504,0.69008267,0.6942149,0.6735537,0.69008267,0.6818182,0.677686,0.6818182,0.6735537,0.677686,0.69008267,0.6859504,0.6983471,0.6983471,0.6735537,0.677686,0.69008267,0.6818182,0.7066116,0.7066116,0.70247936,0.70247936,0.72727275,0.7231405,0.72727275,0.73140496,0.73966944,0.73966944,0.73140496,0.74380165,0.73140496,0.72727275,0.7355372,0.73966944,0.75206614,0.76033056,0.77272725,0.8057851,0.8305785,0.8264463,0.8181818,0.8347107,0.8719008,0.8181818,0.25619835,0.23140496,0.29752067,0.45867768,0.54545456,0.5495868,0.5785124,0.60330576,0.6363636,0.6363636,0.62396693,0.6280992,0.6322314,0.6487603,0.6528926,0.6487603,0.6487603,0.6652893,0.677686,0.6735537,0.6735537,0.6818182,0.6859504,0.677686,0.6818182,0.6859504,0.6735537,0.677686,0.677686,0.6694215,0.6859504,0.6818182,0.6859504,0.6859504,0.6818182,0.6818182,0.6983471,0.6942149,0.6983471,0.69008267,0.6983471,0.70247936,0.6983471,0.6983471,0.69008267,0.71487606,0.7066116,0.71900827,0.71487606,0.73966944,0.72727275,0.7355372,0.74793386,0.74793386,0.74380165,0.75619835,0.77272725,0.7933884,0.8305785,0.8264463,0.8264463,0.8305785,0.8636364,0.8595041,0.1983471,0.21900827,0.3305785,0.49173555,0.553719,0.553719,0.59917355,0.61157024,0.61570245,0.6280992,0.6280992,0.61570245,0.6280992,0.6322314,0.6322314,0.6446281,0.661157,0.661157,0.6694215,0.6859504,0.6694215,0.6818182,0.677686,0.6818182,0.6694215,0.6859504,0.6735537,0.6818182,0.677686,0.677686,0.6818182,0.6859504,0.6652893,0.661157,0.6694215,0.71487606,0.6942149,0.6694215,0.7066116,0.69008267,0.6694215,0.677686,0.677686,0.6694215,0.6652893,0.677686,0.661157,0.6652893,0.677686,0.6942149,0.677686,0.6983471,0.7231405,0.73966944,0.74380165,0.75619835,0.76859504,0.78512394,0.80991733,0.8347107,0.8264463,0.838843,0.8553719,0.8719008,0.1322314,0.19421488,0.32231405,0.49586776,0.5413223,0.57024795,0.61157024,0.62396693,0.61157024,0.61157024,0.61570245,0.59917355,0.61570245,0.607438,0.61570245,0.6322314,0.6487603,0.661157,0.661157,0.6735537,0.677686,0.6818182,0.6735537,0.6735537,0.677686,0.6859504,0.6818182,0.6818182,0.6818182,0.6818182,0.6818182,0.69008267,0.6652893,0.6404959,0.6694215,0.70247936,0.6983471,0.661157,0.6818182,0.6859504,0.6446281,0.6363636,0.6363636,0.6280992,0.607438,0.59917355,0.61157024,0.59090906,0.58264464,0.6198347,0.59504133,0.6198347,0.6570248,0.70247936,0.7231405,0.75206614,0.7644628,0.78512394,0.8181818,0.80991733,0.8264463,0.8305785,0.8429752,0.8677686,0.1446281,0.14049587,0.3264463,0.5082645,0.5495868,0.58264464,0.61157024,0.59504133,0.58264464,0.59917355,0.55785125,0.56198347,0.58264464,0.56198347,0.56198347,0.58677685,0.607438,0.607438,0.6322314,0.661157,0.677686,0.6859504,0.6570248,0.6446281,0.677686,0.6735537,0.677686,0.661157,0.6818182,0.6859504,0.6818182,0.6818182,0.661157,0.6528926,0.661157,0.6735537,0.6818182,0.6487603,0.6404959,0.6322314,0.56198347,0.5,0.49173555,0.48347107,0.46280992,0.46280992,0.5165289,0.5413223,0.4752066,0.55785125,0.55785125,0.58264464,0.59504133,0.6280992,0.69008267,0.74793386,0.75619835,0.78512394,0.8057851,0.822314,0.8181818,0.838843,0.8347107,0.87603307,0.09504132,0.1446281,0.3429752,0.5,0.5413223,0.607438,0.59090906,0.5413223,0.5371901,0.54545456,0.48347107,0.49586776,0.5165289,0.4752066,0.45454547,0.4752066,0.4752066,0.4876033,0.53305787,0.59090906,0.6280992,0.6652893,0.62396693,0.6487603,0.6570248,0.661157,0.6652893,0.6570248,0.661157,0.6818182,0.677686,0.6694215,0.6735537,0.6198347,0.62396693,0.607438,0.6363636,0.58264464,0.5371901,0.49173555,0.42561984,0.3553719,0.3264463,0.30578512,0.30578512,0.29338843,0.35123968,0.41735536,0.3966942,0.45041323,0.49586776,0.53305787,0.5289256,0.5413223,0.60330576,0.6694215,0.71487606,0.75206614,0.7892562,0.7892562,0.8057851,0.822314,0.8305785,0.8429752,0.1322314,0.1570248,0.3429752,0.49173555,0.54545456,0.58677685,0.5413223,0.5,0.5123967,0.5,0.4338843,0.38429752,0.4090909,0.3677686,0.34710744,0.338843,0.35123968,0.35950413,0.41735536,0.45867768,0.55785125,0.57438016,0.59090906,0.6198347,0.6322314,0.6322314,0.6446281,0.6694215,0.6694215,0.6652893,0.6652893,0.6528926,0.6280992,0.59504133,0.58264464,0.56198347,0.5785124,0.5289256,0.46280992,0.446281,0.38842976,0.3429752,0.2892562,0.2603306,0.26859504,0.22727273,0.2603306,0.28099173,0.28099173,0.338843,0.3966942,0.45867768,0.46280992,0.4752066,0.4876033,0.553719,0.6446281,0.6404959,0.74380165,0.80991733,0.7933884,0.8181818,0.822314,0.8429752,0.1322314,0.14049587,0.3677686,0.5123967,0.5371901,0.5206612,0.48347107,0.45867768,0.46694216,0.44214877,0.4214876,0.30991736,0.29752067,0.28099173,0.29338843,0.29338843,0.2768595,0.30165288,0.3305785,0.35123968,0.45454547,0.5247934,0.5206612,0.58264464,0.62396693,0.6446281,0.6198347,0.6446281,0.6652893,0.6528926,0.6322314,0.607438,0.56198347,0.5495868,0.55785125,0.5247934,0.5082645,0.45867768,0.41735536,0.42561984,0.38429752,0.33471075,0.28512397,0.28512397,0.28512397,0.24380165,0.2768595,0.25619835,0.27272728,0.32231405,0.35950413,0.37190083,0.38842976,0.41322315,0.43801653,0.5123967,0.607438,0.661157,0.69008267,0.74793386,0.78512394,0.8016529,0.80991733,0.8347107,0.12809917,0.15289256,0.40495867,0.5289256,0.5165289,0.4752066,0.43801653,0.42561984,0.42561984,0.40495867,0.38016528,0.3305785,0.28512397,0.3181818,0.32231405,0.35123968,0.3305785,0.3181818,0.3429752,0.3305785,0.45041323,0.5123967,0.49173555,0.59090906,0.59504133,0.62396693,0.607438,0.6446281,0.6487603,0.6280992,0.607438,0.58264464,0.55785125,0.53305787,0.5289256,0.49173555,0.47933885,0.4338843,0.41735536,0.3966942,0.38016528,0.3305785,0.3140496,0.3264463,0.36363637,0.3966942,0.41735536,0.4214876,0.44214877,0.42561984,0.42561984,0.37603307,0.4338843,0.40082645,0.3966942,0.42561984,0.49586776,0.59504133,0.661157,0.7107438,0.76859504,0.78512394,0.8057851,0.8347107,0.11157025,0.18181819,0.41735536,0.5206612,0.49173555,0.44214877,0.43801653,0.446281,0.43801653,0.4338843,0.44214877,0.45867768,0.5,0.49173555,0.4752066,0.4876033,0.47107437,0.4338843,0.4214876,0.44214877,0.47933885,0.49586776,0.5082645,0.53305787,0.56198347,0.59504133,0.62396693,0.6528926,0.6363636,0.60330576,0.59090906,0.58264464,0.57438016,0.53305787,0.5165289,0.47107437,0.46280992,0.41322315,0.42975205,0.3966942,0.3966942,0.38842976,0.40082645,0.42975205,0.4752066,0.5123967,0.5247934,0.53305787,0.5041322,0.5123967,0.49173555,0.46280992,0.44214877,0.43801653,0.4090909,0.41735536,0.46694216,0.5123967,0.59090906,0.6694215,0.73966944,0.77272725,0.80991733,0.8264463,0.09090909,0.20661157,0.44214877,0.49586776,0.47933885,0.45041323,0.47107437,0.5,0.5,0.5206612,0.5289256,0.5165289,0.53305787,0.5289256,0.48347107,0.4752066,0.46694216,0.45041323,0.44214877,0.45454547,0.4876033,0.5,0.5371901,0.5413223,0.5413223,0.61570245,0.6363636,0.6363636,0.6363636,0.6280992,0.62396693,0.607438,0.59917355,0.5495868,0.5123967,0.4876033,0.42561984,0.38842976,0.38429752,0.38842976,0.40082645,0.4090909,0.40082645,0.41322315,0.4214876,0.4214876,0.4090909,0.43801653,0.43801653,0.4214876,0.46280992,0.446281,0.43801653,0.43801653,0.46280992,0.4752066,0.4876033,0.48347107,0.5247934,0.60330576,0.6859504,0.73966944,0.80991733,0.8181818,0.11570248,0.2107438,0.42975205,0.46694216,0.48347107,0.4876033,0.5206612,0.5413223,0.5289256,0.53305787,0.5041322,0.44214877,0.43801653,0.45041323,0.39256197,0.33471075,0.29752067,0.2603306,0.21900827,0.2603306,0.3677686,0.42975205,0.5165289,0.553719,0.55785125,0.61157024,0.6363636,0.6446281,0.6446281,0.6652893,0.6735537,0.661157,0.6280992,0.5661157,0.5165289,0.4752066,0.4090909,0.34710744,0.30991736,0.29752067,0.30991736,0.36363637,0.41735536,0.44214877,0.41322315,0.38016528,0.38842976,0.3677686,0.3966942,0.41735536,0.42975205,0.4090909,0.36363637,0.32231405,0.3966942,0.45867768,0.47933885,0.49586776,0.5165289,0.553719,0.6363636,0.7066116,0.8016529,0.80991733,0.0785124,0.1983471,0.4214876,0.43801653,0.5082645,0.5413223,0.5413223,0.5371901,0.4876033,0.45867768,0.42975205,0.45041323,0.39256197,0.30991736,0.25619835,0.18595041,0.1983471,0.23140496,0.21487603,0.21487603,0.2231405,0.30165288,0.42561984,0.49173555,0.553719,0.59917355,0.6198347,0.6487603,0.6570248,0.6818182,0.7066116,0.7066116,0.6570248,0.5785124,0.5206612,0.45867768,0.39256197,0.36363637,0.25619835,0.28099173,0.24793388,0.41735536,0.40082645,0.4090909,0.3181818,0.23966943,0.16115703,0.29338843,0.3305785,0.1983471,0.41322315,0.43801653,0.45454547,0.30578512,0.29752067,0.338843,0.44214877,0.5,0.5413223,0.5785124,0.6198347,0.6983471,0.79752064,0.8016529,0.12396694,0.16115703,0.4752066,0.45867768,0.5082645,0.553719,0.553719,0.49586776,0.40082645,0.4214876,0.39256197,0.38429752,0.42975205,0.13636364,0.32231405,0.16115703,0.0785124,0.28512397,0.25619835,0.23553719,0.25619835,0.28099173,0.3553719,0.4752066,0.5,0.59917355,0.607438,0.6487603,0.6694215,0.6859504,0.7066116,0.70247936,0.6652893,0.59090906,0.5247934,0.41322315,0.4338843,0.33471075,0.2644628,0.2892562,0.2231405,0.20661157,0.29752067,0.5123967,0.46280992,0.4214876,0.14049587,0.07024793,0.40495867,0.05785124,0.37190083,0.3966942,0.3429752,0.49586776,0.40495867,0.2603306,0.3181818,0.446281,0.5413223,0.60330576,0.6446281,0.6570248,0.78512394,0.8181818,0.08677686,0.10743801,0.5371901,0.48347107,0.5413223,0.54545456,0.53305787,0.4338843,0.3677686,0.23140496,0.24380165,0.4876033,0.6859504,0.06198347,0.6735537,0.18595041,0.05785124,0.2603306,0.28512397,0.2520661,0.23966943,0.3305785,0.40082645,0.44214877,0.47107437,0.58264464,0.6198347,0.6487603,0.6735537,0.6942149,0.6942149,0.677686,0.6735537,0.6322314,0.5289256,0.43801653,0.49586776,0.43801653,0.3181818,0.26859504,0.19008264,0.10743801,0.24793388,0.553719,0.553719,0.5785124,0.28512397,0.07438017,0.2603306,0.11983471,0.43801653,0.60330576,0.2768595,0.41735536,0.45454547,0.37190083,0.37603307,0.42561984,0.5041322,0.58677685,0.661157,0.6983471,0.76859504,0.8016529,0.06198347,0.1322314,0.56198347,0.5123967,0.5413223,0.5371901,0.49173555,0.4214876,0.3181818,0.18181819,0.27272728,0.5123967,0.69008267,0.2231405,0.35123968,0.2520661,0.14049587,0.2644628,0.25619835,0.2603306,0.21900827,0.23966943,0.38842976,0.40082645,0.46694216,0.59917355,0.6322314,0.6528926,0.6735537,0.6983471,0.69008267,0.6735537,0.6942149,0.6859504,0.5413223,0.46280992,0.48347107,0.49586776,0.4090909,0.17355372,0.24793388,0.17355372,0.21487603,0.35950413,0.446281,0.3305785,0.29752067,0.2520661,0.24793388,0.2603306,0.42975205,0.58677685,0.41322315,0.47933885,0.5413223,0.42561984,0.47107437,0.4876033,0.53305787,0.59917355,0.661157,0.71487606,0.76859504,0.8016529,0.05785124,0.18595041,0.6322314,0.54545456,0.55785125,0.5289256,0.45454547,0.3677686,0.3305785,0.32231405,0.32231405,0.40495867,0.5289256,0.39256197,0.45041323,0.3181818,0.28099173,0.30578512,0.28512397,0.2644628,0.27272728,0.3140496,0.38016528,0.40495867,0.49586776,0.59090906,0.6363636,0.6528926,0.677686,0.6859504,0.6942149,0.70247936,0.7355372,0.7644628,0.6198347,0.46694216,0.47933885,0.4876033,0.45041323,0.35123968,0.3264463,0.24793388,0.2644628,0.30991736,0.36363637,0.35123968,0.3429752,0.34710744,0.35950413,0.39256197,0.42561984,0.57438016,0.53305787,0.58264464,0.6198347,0.56198347,0.59504133,0.59090906,0.60330576,0.6404959,0.6859504,0.6859504,0.76033056,0.822314,0.020661157,0.2231405,0.6570248,0.56198347,0.57438016,0.5082645,0.45454547,0.42975205,0.43801653,0.446281,0.45454547,0.4876033,0.5082645,0.45867768,0.48347107,0.43801653,0.3966942,0.38429752,0.35123968,0.3181818,0.34710744,0.39256197,0.40082645,0.4752066,0.5289256,0.58677685,0.62396693,0.6280992,0.69008267,0.6570248,0.6942149,0.74793386,0.7933884,0.7892562,0.6942149,0.53305787,0.46280992,0.47933885,0.44214877,0.4338843,0.38016528,0.2892562,0.29752067,0.3181818,0.338843,0.38016528,0.40495867,0.41322315,0.45041323,0.4876033,0.49173555,0.62396693,0.61157024,0.6404959,0.6528926,0.6570248,0.6570248,0.6487603,0.6446281,0.6652893,0.69008267,0.6983471,0.7355372,0.8057851,0.020661157,0.3140496,0.661157,0.55785125,0.5413223,0.49586776,0.46694216,0.47107437,0.49173555,0.5289256,0.553719,0.57024795,0.5785124,0.56198347,0.54545456,0.49586776,0.45867768,0.41322315,0.38842976,0.37190083,0.38842976,0.38842976,0.42975205,0.5247934,0.5495868,0.56198347,0.58677685,0.6198347,0.6487603,0.6570248,0.677686,0.7355372,0.77272725,0.78512394,0.7231405,0.60330576,0.5165289,0.45454547,0.44214877,0.41322315,0.4090909,0.3305785,0.3677686,0.36363637,0.3553719,0.39256197,0.41735536,0.44214877,0.47933885,0.5123967,0.5289256,0.59090906,0.59504133,0.607438,0.6363636,0.6322314,0.6528926,0.6694215,0.6570248,0.6818182,0.6942149,0.6818182,0.74380165,0.79752064,0.037190083,0.39256197,0.6404959,0.553719,0.5,0.48347107,0.4752066,0.49173555,0.5082645,0.53305787,0.5495868,0.5495868,0.56198347,0.5371901,0.553719,0.5123967,0.5082645,0.446281,0.4214876,0.4338843,0.4214876,0.43801653,0.5082645,0.54545456,0.5082645,0.5289256,0.57438016,0.62396693,0.661157,0.6528926,0.6859504,0.70247936,0.74380165,0.7768595,0.73966944,0.6983471,0.6363636,0.5082645,0.46694216,0.4876033,0.42975205,0.41322315,0.41735536,0.41322315,0.41735536,0.42975205,0.43801653,0.45454547,0.48347107,0.5165289,0.5206612,0.5785124,0.58677685,0.59917355,0.6198347,0.6322314,0.6528926,0.6735537,0.6735537,0.6983471,0.71900827,0.70247936,0.7355372,0.7933884,0.06198347,0.46694216,0.59917355,0.54545456,0.49586776,0.4876033,0.5041322,0.5247934,0.5289256,0.5371901,0.54545456,0.54545456,0.5661157,0.5495868,0.54545456,0.5413223,0.5413223,0.46694216,0.46694216,0.46280992,0.45041323,0.5165289,0.57438016,0.5082645,0.5123967,0.59917355,0.6322314,0.6446281,0.6487603,0.6487603,0.6859504,0.6983471,0.7231405,0.76859504,0.76859504,0.74793386,0.7066116,0.6198347,0.53305787,0.5247934,0.48347107,0.47933885,0.45041323,0.43801653,0.46280992,0.4752066,0.4876033,0.49586776,0.5247934,0.5206612,0.5371901,0.56198347,0.5785124,0.59917355,0.59917355,0.6280992,0.6487603,0.6528926,0.677686,0.7107438,0.72727275,0.7231405,0.74380165,0.78512394,0.1570248,0.49173555,0.59917355,0.5289256,0.5082645,0.5289256,0.5413223,0.55785125,0.57024795,0.55785125,0.56198347,0.57438016,0.57438016,0.5495868,0.56198347,0.5661157,0.53305787,0.5041322,0.4876033,0.5,0.5247934,0.59504133,0.5785124,0.5413223,0.59090906,0.6528926,0.677686,0.6694215,0.6942149,0.6446281,0.677686,0.70247936,0.71900827,0.7355372,0.77272725,0.77272725,0.75206614,0.6735537,0.59917355,0.5413223,0.5247934,0.5289256,0.5082645,0.4876033,0.5,0.5082645,0.5041322,0.5165289,0.553719,0.5495868,0.553719,0.58264464,0.57438016,0.61570245,0.61157024,0.6280992,0.6363636,0.661157,0.6859504,0.7066116,0.73140496,0.73966944,0.75206614,0.77272725,0.34710744,0.5165289,0.57024795,0.53305787,0.5413223,0.5413223,0.57438016,0.57438016,0.58264464,0.58264464,0.58677685,0.57438016,0.57024795,0.57024795,0.54545456,0.553719,0.5,0.5041322,0.5123967,0.5165289,0.55785125,0.58677685,0.5661157,0.57024795,0.61570245,0.6859504,0.6859504,0.6818182,0.6942149,0.6735537,0.6735537,0.7231405,0.71487606,0.7107438,0.71487606,0.76859504,0.78099173,0.6818182,0.607438,0.58264464,0.55785125,0.5495868,0.553719,0.54545456,0.5289256,0.5289256,0.5123967,0.5123967,0.53305787,0.5371901,0.57438016,0.59917355,0.59504133,0.60330576,0.6198347,0.6363636,0.6404959,0.6694215,0.70247936,0.71487606,0.7355372,0.74380165,0.75619835,0.77272725,0.46280992,0.5247934,0.5495868,0.56198347,0.553719,0.57024795,0.58264464,0.58677685,0.58677685,0.60330576,0.59504133,0.58677685,0.58677685,0.57438016,0.5785124,0.5371901,0.49173555,0.5247934,0.553719,0.5371901,0.59917355,0.58677685,0.58264464,0.61157024,0.661157,0.6694215,0.6694215,0.6487603,0.6818182,0.6942149,0.677686,0.7231405,0.74793386,0.7231405,0.6818182,0.70247936,0.75619835,0.7107438,0.62396693,0.59504133,0.58264464,0.57438016,0.57024795,0.57024795,0.54545456,0.5413223,0.5371901,0.5247934,0.53305787,0.553719,0.5785124,0.607438,0.607438,0.61157024,0.62396693,0.6487603,0.661157,0.6694215,0.7066116,0.72727275,0.73966944,0.75206614,0.75206614,0.76859504,0.46280992,0.5165289,0.553719,0.57024795,0.56198347,0.58264464,0.59090906,0.61157024,0.61570245,0.61157024,0.61570245,0.61157024,0.61157024,0.60330576,0.5785124,0.53305787,0.5247934,0.5413223,0.56198347,0.56198347,0.60330576,0.6198347,0.59917355,0.61570245,0.6859504,0.677686,0.6570248,0.61570245,0.6198347,0.6528926,0.6528926,0.661157,0.71487606,0.72727275,0.72727275,0.6942149,0.6983471,0.70247936,0.6652893,0.6280992,0.60330576,0.5661157,0.59090906,0.58264464,0.58677685,0.57438016,0.57024795,0.54545456,0.553719,0.5785124,0.61157024,0.60330576,0.6198347,0.6198347,0.62396693,0.6528926,0.661157,0.677686,0.6942149,0.7231405,0.7355372,0.75619835,0.76033056,0.76859504,0.5123967,0.5495868,0.58264464,0.59090906,0.58677685,0.59917355,0.60330576,0.62396693,0.62396693,0.62396693,0.62396693,0.62396693,0.62396693,0.607438,0.5661157,0.54545456,0.5371901,0.553719,0.553719,0.58677685,0.6404959,0.6404959,0.59504133,0.58677685,0.6198347,0.6404959,0.6322314,0.59504133,0.5785124,0.59917355,0.59090906,0.5785124,0.61570245,0.6570248,0.7107438,0.7355372,0.75206614,0.677686,0.61570245,0.62396693,0.59090906,0.59090906,0.56198347,0.60330576,0.5785124,0.5661157,0.57438016,0.553719,0.56198347,0.59917355,0.6322314,0.61570245,0.6322314,0.6322314,0.6280992,0.6528926,0.6570248,0.6818182,0.69008267,0.7107438,0.71900827,0.73140496,0.75619835,0.78099173,0.4876033,0.57024795,0.59090906,0.59090906,0.59504133,0.59504133,0.6322314,0.6198347,0.6280992,0.6446281,0.6322314,0.62396693,0.61570245,0.59917355,0.58264464,0.56198347,0.55785125,0.55785125,0.55785125,0.6280992,0.6280992,0.57024795,0.5247934,0.5247934,0.57024795,0.60330576,0.59504133,0.5785124,0.57024795,0.5371901,0.45454547,0.48347107,0.5,0.57024795,0.607438,0.6652893,0.75206614,0.76859504,0.60330576,0.57024795,0.58264464,0.56198347,0.59504133,0.59504133,0.5785124,0.5661157,0.58264464,0.5785124,0.58677685,0.607438,0.61570245,0.6322314,0.6487603,0.6528926,0.6446281,0.6528926,0.661157,0.6735537,0.69008267,0.7066116,0.7107438,0.73140496,0.7644628,0.76859504,0.44214877,0.56198347,0.56198347,0.58677685,0.60330576,0.59090906,0.58677685,0.6280992,0.6363636,0.6404959,0.6322314,0.61570245,0.607438,0.58677685,0.57438016,0.57024795,0.5785124,0.56198347,0.55785125,0.6198347,0.553719,0.33471075,0.23966943,0.2892562,0.38842976,0.553719,0.5785124,0.5495868,0.59504133,0.37190083,0.17768595,0.1694215,0.22727273,0.18181819,0.35123968,0.59090906,0.6280992,0.8057851,0.6942149,0.57024795,0.57024795,0.57024795,0.58264464,0.59090906,0.58264464,0.59504133,0.607438,0.61570245,0.61157024,0.607438,0.607438,0.6280992,0.6570248,0.6735537,0.6652893,0.6446281,0.6528926,0.6942149,0.6735537,0.7066116,0.7066116,0.7355372,0.7644628,0.78512394,0.47933885,0.58677685,0.56198347,0.58677685,0.59504133,0.59917355,0.6322314,0.6363636,0.6570248,0.6363636,0.62396693,0.6198347,0.60330576,0.58677685,0.58264464,0.57438016,0.5785124,0.59504133,0.57024795,0.61570245,0.49173555,0.19421488,0.08264463,0.11983471,0.24793388,0.4876033,0.5785124,0.5495868,0.57024795,0.4090909,0.2603306,0.14049587,0.13636364,0.07438017,0.11570248,0.553719,0.6363636,0.73140496,0.71487606,0.55785125,0.55785125,0.55785125,0.5785124,0.59090906,0.61157024,0.6198347,0.6570248,0.6404959,0.6280992,0.6198347,0.61157024,0.6404959,0.6487603,0.6694215,0.6652893,0.661157,0.6735537,0.69008267,0.6859504,0.7107438,0.70247936,0.73966944,0.77272725,0.74793386,0.47107437,0.53305787,0.57438016,0.57024795,0.59090906,0.61570245,0.62396693,0.6528926,0.6487603,0.6363636,0.62396693,0.6198347,0.61570245,0.59917355,0.58677685,0.57438016,0.58264464,0.60330576,0.57438016,0.59917355,0.55785125,0.3264463,0.25619835,0.2644628,0.4090909,0.56198347,0.5661157,0.5,0.49173555,0.5206612,0.4752066,0.47933885,0.29338843,0.0785124,0.2768595,0.57024795,0.5785124,0.6528926,0.661157,0.56198347,0.57024795,0.57024795,0.57438016,0.60330576,0.6363636,0.6363636,0.6528926,0.6446281,0.6322314,0.62396693,0.61570245,0.6280992,0.6363636,0.6363636,0.661157,0.6859504,0.6652893,0.6652893,0.69008267,0.7231405,0.6983471,0.72727275,0.74793386,0.75619835,0.45454547,0.5,0.5785124,0.5785124,0.58677685,0.61157024,0.6280992,0.661157,0.6363636,0.6404959,0.62396693,0.6198347,0.6198347,0.61157024,0.59090906,0.57024795,0.5661157,0.61157024,0.57024795,0.54545456,0.5661157,0.5082645,0.4752066,0.4876033,0.5206612,0.58677685,0.55785125,0.5082645,0.47107437,0.5165289,0.5371901,0.55785125,0.5247934,0.43801653,0.43801653,0.5495868,0.5082645,0.55785125,0.5661157,0.5785124,0.62396693,0.6198347,0.6198347,0.62396693,0.6322314,0.6363636,0.62396693,0.6446281,0.6363636,0.6322314,0.61157024,0.61570245,0.61570245,0.6198347,0.6322314,0.6652893,0.69008267,0.677686,0.7107438,0.76033056,0.7231405,0.6735537,0.76859504,0.74793386,0.45867768,0.48347107,0.5661157,0.57024795,0.5785124,0.61570245,0.6363636,0.6570248,0.6404959,0.6404959,0.6198347,0.6198347,0.61570245,0.61570245,0.59917355,0.58264464,0.58677685,0.61157024,0.59504133,0.4752066,0.47933885,0.49173555,0.48347107,0.5413223,0.55785125,0.55785125,0.5371901,0.5123967,0.5123967,0.553719,0.553719,0.53305787,0.49586776,0.47933885,0.46280992,0.4752066,0.45041323,0.47107437,0.5041322,0.59090906,0.6363636,0.6652893,0.661157,0.6446281,0.6404959,0.6446281,0.6280992,0.6363636,0.6322314,0.6363636,0.6198347,0.6280992,0.6322314,0.6198347,0.6198347,0.6652893,0.6983471,0.6735537,0.74793386,0.7066116,0.75206614,0.6983471,0.76033056,0.76033056,0.5123967,0.5082645,0.5495868,0.5661157,0.59504133,0.6198347,0.6652893,0.6446281,0.6446281,0.6363636,0.6280992,0.6198347,0.607438,0.6198347,0.607438,0.59917355,0.58264464,0.59917355,0.58264464,0.4876033,0.46280992,0.45454547,0.46694216,0.5123967,0.553719,0.58677685,0.5661157,0.5413223,0.55785125,0.59090906,0.56198347,0.57024795,0.553719,0.5041322,0.49173555,0.49173555,0.4876033,0.5,0.54545456,0.6322314,0.6487603,0.6652893,0.661157,0.6694215,0.6652893,0.6322314,0.6280992,0.661157,0.6198347,0.6322314,0.6404959,0.62396693,0.6404959,0.6322314,0.6446281,0.6528926,0.677686,0.6942149,0.7066116,0.74380165,0.73140496,0.73966944,0.7644628,0.76859504,0.5247934,0.5495868,0.55785125,0.58264464,0.60330576,0.6322314,0.6818182,0.6487603,0.6528926,0.6528926,0.6487603,0.6322314,0.62396693,0.6280992,0.61570245,0.60330576,0.59917355,0.59090906,0.59917355,0.49586776,0.49586776,0.47933885,0.45454547,0.5123967,0.553719,0.58264464,0.553719,0.55785125,0.59090906,0.59090906,0.54545456,0.57024795,0.59090906,0.57438016,0.54545456,0.553719,0.5413223,0.5371901,0.56198347,0.6446281,0.6570248,0.6446281,0.6446281,0.6652893,0.661157,0.6404959,0.6322314,0.6280992,0.6322314,0.6363636,0.6322314,0.6280992,0.6528926,0.6570248,0.6404959,0.6446281,0.69008267,0.6859504,0.69008267,0.73966944,0.75619835,0.73140496,0.77272725,0.76859504,0.5082645,0.53305787,0.55785125,0.57438016,0.607438,0.6363636,0.6652893,0.6570248,0.6570248,0.6528926,0.6446281,0.6404959,0.6322314,0.6198347,0.607438,0.59090906,0.61157024,0.59917355,0.59504133,0.49586776,0.49586776,0.5206612,0.4752066,0.5206612,0.5661157,0.56198347,0.5206612,0.5495868,0.59090906,0.5785124,0.553719,0.553719,0.57024795,0.58677685,0.553719,0.5495868,0.54545456,0.553719,0.59504133,0.6446281,0.6570248,0.6487603,0.6322314,0.6487603,0.661157,0.6528926,0.6528926,0.6322314,0.6735537,0.6446281,0.6363636,0.6528926,0.6818182,0.6859504,0.6694215,0.6404959,0.6859504,0.677686,0.6570248,0.7355372,0.74793386,0.73140496,0.7768595,0.7644628,0.5082645,0.4876033,0.56198347,0.57438016,0.60330576,0.6446281,0.6404959,0.6570248,0.6570248,0.6446281,0.6570248,0.6322314,0.6322314,0.6198347,0.59917355,0.59090906,0.607438,0.59090906,0.5785124,0.5165289,0.53305787,0.5413223,0.54545456,0.553719,0.56198347,0.55785125,0.5289256,0.55785125,0.58264464,0.58677685,0.57438016,0.553719,0.56198347,0.59504133,0.59090906,0.5495868,0.5785124,0.58677685,0.6363636,0.62396693,0.61570245,0.6322314,0.6198347,0.6322314,0.6528926,0.6487603,0.6446281,0.6446281,0.6487603,0.6446281,0.62396693,0.6363636,0.6446281,0.6735537,0.677686,0.661157,0.677686,0.6942149,0.661157,0.73140496,0.75206614,0.73966944,0.75619835,0.76033056,0.5123967,0.5041322,0.55785125,0.57438016,0.61157024,0.6446281,0.6570248,0.6487603,0.6694215,0.6694215,0.6487603,0.6487603,0.6404959,0.61157024,0.60330576,0.59504133,0.607438,0.5785124,0.5661157,0.57024795,0.57024795,0.5785124,0.59504133,0.5785124,0.553719,0.553719,0.5247934,0.5371901,0.5495868,0.57024795,0.58264464,0.58677685,0.57438016,0.6198347,0.59504133,0.58677685,0.6322314,0.61570245,0.661157,0.6322314,0.6280992,0.6322314,0.6198347,0.59917355,0.607438,0.6280992,0.62396693,0.6322314,0.6322314,0.6446281,0.6363636,0.61157024,0.6363636,0.6404959,0.6735537,0.6942149,0.6859504,0.70247936,0.71900827,0.71900827,0.75206614,0.72727275,0.73966944,0.75206614,0.4214876,0.58264464,0.553719,0.5661157,0.61157024,0.6446281,0.6528926,0.6694215,0.661157,0.6570248,0.6570248,0.6446281,0.6446281,0.61570245,0.62396693,0.59090906,0.59504133,0.58264464,0.58264464,0.61157024,0.6198347,0.61157024,0.59090906,0.59504133,0.56198347,0.55785125,0.5206612,0.5289256,0.53305787,0.56198347,0.58264464,0.58677685,0.58677685,0.6487603,0.62396693,0.61157024,0.6528926,0.6446281,0.661157,0.6322314,0.607438,0.6404959,0.6280992,0.58677685,0.58264464,0.59504133,0.62396693,0.6528926,0.6404959,0.6363636,0.6528926,0.61157024,0.6280992,0.6280992,0.6694215,0.6859504,0.6983471,0.7066116,0.7066116,0.71900827,0.7231405,0.71900827,0.72727275,0.74793386,0.30578512,0.60330576,0.5495868,0.57024795,0.60330576,0.6322314,0.6487603,0.6528926,0.6404959,0.6570248,0.6322314,0.6322314,0.59090906,0.6198347,0.61157024,0.59917355,0.5785124,0.58264464,0.59917355,0.62396693,0.6198347,0.58677685,0.57438016,0.553719,0.5495868,0.53305787,0.5123967,0.5165289,0.5082645,0.5123967,0.5247934,0.5206612,0.5371901,0.61570245,0.6735537,0.6446281,0.69008267,0.6652893,0.6570248,0.6322314,0.607438,0.607438,0.61157024,0.5661157,0.57024795,0.5785124,0.5661157,0.6446281,0.6735537,0.607438,0.6570248,0.61570245,0.62396693,0.61570245,0.6363636,0.6735537,0.6983471,0.7107438,0.70247936,0.71900827,0.7231405,0.7066116,0.7231405,0.7355372,0.24793388,0.57024795,0.54545456,0.55785125,0.59917355,0.6280992,0.6528926,0.6694215,0.6570248,0.6280992,0.60330576,0.607438,0.5785124,0.57024795,0.60330576,0.59504133,0.5785124,0.59504133,0.59917355,0.58677685,0.5495868,0.5165289,0.5041322,0.49173555,0.47933885,0.47933885,0.45041323,0.46280992,0.45041323,0.45454547,0.45041323,0.44214877,0.45041323,0.47107437,0.5123967,0.5495868,0.6363636,0.6818182,0.6652893,0.6446281,0.5785124,0.5661157,0.54545456,0.5206612,0.5413223,0.5661157,0.5289256,0.57438016,0.6859504,0.58264464,0.661157,0.6363636,0.6198347,0.62396693,0.6322314,0.661157,0.69008267,0.7107438,0.69008267,0.6983471,0.6983471,0.7107438,0.7107438,0.73966944,0.27272728,0.607438,0.5495868,0.55785125,0.58677685,0.6198347,0.661157,0.6735537,0.6280992,0.6198347,0.59504133,0.59917355,0.55785125,0.53305787,0.59090906,0.58677685,0.57438016,0.58264464,0.55785125,0.5082645,0.4876033,0.47933885,0.45041323,0.48347107,0.446281,0.46694216,0.4338843,0.4214876,0.42561984,0.42561984,0.44214877,0.45041323,0.42975205,0.41735536,0.42561984,0.41735536,0.4752066,0.54545456,0.61157024,0.6280992,0.58264464,0.54545456,0.5082645,0.5,0.5206612,0.553719,0.5165289,0.5247934,0.6446281,0.59917355,0.6280992,0.6570248,0.607438,0.6322314,0.6363636,0.6446281,0.6694215,0.6983471,0.70247936,0.6818182,0.6859504,0.71487606,0.69008267,0.75206614,0.42561984,0.56198347,0.5371901,0.57438016,0.58264464,0.6280992,0.6694215,0.6652893,0.6322314,0.6280992,0.59504133,0.57438016,0.5082645,0.4752066,0.55785125,0.59504133,0.55785125,0.5206612,0.4876033,0.45454547,0.45454547,0.42975205,0.40082645,0.41735536,0.41322315,0.42561984,0.40495867,0.37603307,0.3677686,0.3966942,0.37603307,0.38429752,0.3966942,0.4090909,0.38842976,0.40495867,0.37603307,0.38842976,0.45041323,0.5082645,0.55785125,0.5,0.45454547,0.4752066,0.5165289,0.5413223,0.53305787,0.5082645,0.5495868,0.62396693,0.607438,0.6652893,0.59090906,0.6446281,0.6404959,0.6818182,0.6983471,0.6942149,0.6818182,0.677686,0.69008267,0.6983471,0.7355372,0.7231405,0.5495868,0.53305787,0.53305787,0.55785125,0.5661157,0.62396693,0.6570248,0.6446281,0.6404959,0.62396693,0.58677685,0.54545456,0.446281,0.3677686,0.446281,0.5289256,0.46694216,0.43801653,0.43801653,0.41322315,0.3966942,0.38429752,0.38842976,0.38016528,0.41735536,0.3553719,0.38842976,0.37190083,0.3181818,0.36363637,0.30578512,0.2892562,0.32231405,0.3429752,0.3305785,0.36363637,0.3429752,0.30991736,0.338843,0.35950413,0.4090909,0.4090909,0.3966942,0.40495867,0.47933885,0.53305787,0.5495868,0.5206612,0.5206612,0.60330576,0.6198347,0.677686,0.62396693,0.6363636,0.6570248,0.677686,0.69008267,0.677686,0.677686,0.6570248,0.69008267,0.6818182,0.75619835,0.7066116,0.42975205,0.5247934,0.53305787,0.57438016,0.553719,0.61570245,0.6570248,0.6528926,0.6528926,0.6198347,0.57438016,0.5,0.37603307,0.23553719,0.26859504,0.3140496,0.32231405,0.3677686,0.45867768,0.45867768,0.46694216,0.4876033,0.48347107,0.5082645,0.49173555,0.53305787,0.49586776,0.5041322,0.4876033,0.5041322,0.5,0.49586776,0.4876033,0.47933885,0.46694216,0.42975205,0.3966942,0.3140496,0.29338843,0.2520661,0.24793388,0.2644628,0.26859504,0.2603306,0.33471075,0.4752066,0.57024795,0.5413223,0.5413223,0.58677685,0.6280992,0.6570248,0.6487603,0.6487603,0.6694215,0.6818182,0.6859504,0.6818182,0.6652893,0.6694215,0.6818182,0.6942149,0.72727275,0.70247936,0.15289256,0.29752067,0.46280992,0.62396693,0.55785125,0.59090906,0.6570248,0.677686,0.6694215,0.6280992,0.553719,0.47107437,0.2892562,0.16528925,0.3553719,0.35950413,0.3677686,0.45867768,0.49173555,0.49586776,0.49586776,0.53305787,0.53305787,0.5289256,0.5041322,0.5206612,0.5041322,0.5123967,0.5082645,0.5206612,0.5289256,0.5289256,0.5206612,0.54545456,0.553719,0.5371901,0.53305787,0.49586776,0.45041323,0.36363637,0.29752067,0.2768595,0.28099173,0.2107438,0.12809917,0.3264463,0.55785125,0.58264464,0.5661157,0.60330576,0.6198347,0.6322314,0.6735537,0.6404959,0.6694215,0.6859504,0.6735537,0.6735537,0.6735537,0.6859504,0.6652893,0.70247936,0.6818182,0.72727275,0.14049587,0.1446281,0.2644628,0.6983471,0.5785124,0.553719,0.6446281,0.69008267,0.6942149,0.6404959,0.53305787,0.446281,0.2768595,0.2520661,0.5371901,0.5247934,0.5289256,0.5413223,0.5413223,0.5371901,0.5413223,0.55785125,0.553719,0.553719,0.5289256,0.5413223,0.5041322,0.5206612,0.5,0.49173555,0.47933885,0.4752066,0.49586776,0.5165289,0.5413223,0.55785125,0.57024795,0.58677685,0.5785124,0.54545456,0.43801653,0.4090909,0.42975205,0.40082645,0.25619835,0.26859504,0.5206612,0.61157024,0.60330576,0.62396693,0.59090906,0.62396693,0.6446281,0.6404959,0.62396693,0.6859504,0.6942149,0.661157,0.6694215,0.6983471,0.6983471,0.7107438,0.70247936,0.71487606,0.16115703,0.1446281,0.10330579,0.6859504,0.59917355,0.5495868,0.6363636,0.677686,0.6942149,0.6487603,0.5123967,0.42975205,0.3677686,0.3966942,0.553719,0.607438,0.59917355,0.60330576,0.59504133,0.59504133,0.59090906,0.59090906,0.57438016,0.55785125,0.553719,0.5661157,0.53305787,0.5247934,0.5165289,0.5123967,0.48347107,0.4876033,0.49586776,0.5123967,0.54545456,0.56198347,0.57438016,0.61157024,0.6322314,0.6694215,0.5413223,0.5,0.47933885,0.5082645,0.45867768,0.38842976,0.5082645,0.61157024,0.62396693,0.6280992,0.60330576,0.59504133,0.6198347,0.6404959,0.6280992,0.6694215,0.6735537,0.6528926,0.6570248,0.69008267,0.6942149,0.7066116,0.7107438,0.71900827,0.1446281,0.20247933,0.053719006,0.57438016,0.6280992,0.56198347,0.6198347,0.6694215,0.677686,0.6487603,0.5289256,0.446281,0.4338843,0.49586776,0.56198347,0.58677685,0.607438,0.6446281,0.59917355,0.59917355,0.59917355,0.60330576,0.59090906,0.56198347,0.55785125,0.5495868,0.5,0.5082645,0.5247934,0.5413223,0.5165289,0.5206612,0.5082645,0.5206612,0.5495868,0.56198347,0.58677685,0.6198347,0.6487603,0.70247936,0.6363636,0.5413223,0.5082645,0.5082645,0.5,0.46280992,0.5371901,0.6322314,0.6280992,0.60330576,0.6404959,0.59917355,0.661157,0.6446281,0.6363636,0.6735537,0.6652893,0.6446281,0.6528926,0.69008267,0.6983471,0.7107438,0.7107438,0.73140496,0.1446281,0.19008264,0.037190083,0.42975205,0.6446281,0.57438016,0.58677685,0.6446281,0.6652893,0.6528926,0.5785124,0.5041322,0.5123967,0.56198347,0.59917355,0.5413223,0.59917355,0.6363636,0.607438,0.61157024,0.607438,0.607438,0.59504133,0.5661157,0.5495868,0.5371901,0.49586776,0.5082645,0.5247934,0.5247934,0.5371901,0.5206612,0.5206612,0.5247934,0.5495868,0.55785125,0.59090906,0.6198347,0.6404959,0.6446281,0.6570248,0.5785124,0.5206612,0.5247934,0.5123967,0.5041322,0.553719,0.607438,0.6280992,0.58264464,0.6198347,0.60330576,0.62396693,0.6859504,0.6404959,0.6694215,0.6487603,0.6487603,0.6487603,0.6818182,0.7066116,0.70247936,0.72727275,0.72727275,0.14049587,0.19008264,0.02892562,0.20247933,0.6694215,0.57024795,0.5785124,0.6198347,0.6487603,0.6487603,0.62396693,0.5661157,0.59090906,0.59917355,0.6322314,0.57024795,0.58677685,0.61157024,0.62396693,0.607438,0.6198347,0.61157024,0.59917355,0.57024795,0.5413223,0.5289256,0.5123967,0.5289256,0.5165289,0.5289256,0.54545456,0.5413223,0.53305787,0.5413223,0.56198347,0.57024795,0.57024795,0.59504133,0.607438,0.6280992,0.5785124,0.6404959,0.5371901,0.5495868,0.553719,0.5785124,0.58677685,0.59090906,0.59090906,0.58264464,0.58264464,0.5661157,0.61157024,0.661157,0.6694215,0.6694215,0.6404959,0.6570248,0.6735537,0.6818182,0.7066116,0.69008267,0.71900827,0.7231405,0.14049587,0.17355372,0.06198347,0.053719006,0.6528926,0.607438,0.5785124,0.61570245,0.6404959,0.6570248,0.62396693,0.607438,0.60330576,0.6198347,0.62396693,0.61570245,0.607438,0.6322314,0.62396693,0.62396693,0.6198347,0.59917355,0.57438016,0.5661157,0.54545456,0.5289256,0.54545456,0.5495868,0.5123967,0.54545456,0.54545456,0.5371901,0.5495868,0.55785125,0.57438016,0.59917355,0.57024795,0.59917355,0.59917355,0.61157024,0.607438,0.6487603,0.59090906,0.57024795,0.5785124,0.57438016,0.59504133,0.59090906,0.58264464,0.58264464,0.5785124,0.5289256,0.61570245,0.6446281,0.6735537,0.6735537,0.6404959,0.6735537,0.69008267,0.70247936,0.7066116,0.6818182,0.7107438,0.71900827,0.1570248,0.14049587,0.1446281,0.016528925,0.5785124,0.62396693,0.5785124,0.62396693,0.6446281,0.6694215,0.6322314,0.59504133,0.61570245,0.607438,0.62396693,0.6322314,0.607438,0.6570248,0.6280992,0.6446281,0.6198347,0.59917355,0.57438016,0.5785124,0.5785124,0.55785125,0.58264464,0.58264464,0.5289256,0.5371901,0.55785125,0.53305787,0.5495868,0.57438016,0.58677685,0.58677685,0.59917355,0.62396693,0.6198347,0.6280992,0.6198347,0.6487603,0.62396693,0.58264464,0.607438,0.58264464,0.59090906,0.60330576,0.59917355,0.58677685,0.59090906,0.5785124,0.6280992,0.6652893,0.6528926,0.6652893,0.6322314,0.6859504,0.6942149,0.7066116,0.71487606,0.70247936,0.7066116,0.6983471,0.15289256,0.14876033,0.19421488,0.0,0.446281,0.661157,0.58264464,0.62396693,0.6363636,0.6818182,0.6446281,0.60330576,0.61157024,0.6280992,0.62396693,0.6363636,0.61570245,0.6694215,0.6570248,0.6363636,0.6280992,0.6198347,0.61570245,0.61570245,0.607438,0.59917355,0.60330576,0.61570245,0.57024795,0.5785124,0.607438,0.58677685,0.553719,0.5661157,0.61157024,0.62396693,0.6322314,0.6446281,0.6528926,0.6404959,0.6570248,0.6652893,0.6363636,0.58677685,0.62396693,0.607438,0.59917355,0.58264464,0.5785124,0.58677685,0.55785125,0.607438,0.60330576,0.69008267,0.62396693,0.661157,0.62396693,0.6652893,0.70247936,0.6859504,0.6983471,0.6942149,0.7107438,0.6652893,0.1446281,0.1446281,0.1694215,0.03305785,0.23140496,0.73966944,0.58264464,0.61570245,0.6363636,0.6570248,0.6404959,0.607438,0.607438,0.6322314,0.6322314,0.6322314,0.6363636,0.6735537,0.6528926,0.61570245,0.6363636,0.6198347,0.6280992,0.6528926,0.6322314,0.62396693,0.62396693,0.6322314,0.59917355,0.6198347,0.62396693,0.60330576,0.6198347,0.6404959,0.6322314,0.6570248,0.6652893,0.6652893,0.6818182,0.6570248,0.6322314,0.6528926,0.6652893,0.6322314,0.6198347,0.61570245,0.62396693,0.58264464,0.56198347,0.57024795,0.5661157,0.6280992,0.59090906,0.6694215,0.61157024,0.6487603,0.6198347,0.6570248,0.7066116,0.6859504,0.677686,0.6694215,0.70247936,0.62396693,0.15289256,0.16528925,0.1322314,0.19421488,0.03305785,0.6322314,0.58264464,0.5661157,0.6280992,0.62396693,0.6322314,0.59917355,0.61570245,0.62396693,0.6198347,0.6198347,0.6404959,0.6446281,0.6280992,0.59090906,0.6280992,0.607438,0.61157024,0.6570248,0.6528926,0.6363636,0.6446281,0.61570245,0.61570245,0.6528926,0.607438,0.61157024,0.6652893,0.6528926,0.6280992,0.6487603,0.661157,0.6570248,0.6694215,0.6818182,0.6363636,0.6404959,0.677686,0.661157,0.62396693,0.607438,0.6280992,0.59917355,0.57024795,0.57024795,0.59090906,0.6404959,0.6322314,0.6570248,0.61570245,0.6487603,0.6446281,0.6528926,0.6942149,0.6942149,0.6735537,0.6652893,0.6363636,0.6280992,0.1446281,0.16115703,0.1322314,0.19008264,0.024793388,0.38016528,0.61157024,0.56198347,0.61157024,0.60330576,0.6363636,0.59090906,0.59917355,0.60330576,0.60330576,0.607438,0.6280992,0.61570245,0.61157024,0.59917355,0.6322314,0.6280992,0.6280992,0.6446281,0.6280992,0.6322314,0.6280992,0.607438,0.6280992,0.62396693,0.6404959,0.6487603,0.6570248,0.6652893,0.6487603,0.6446281,0.6446281,0.6570248,0.6487603,0.6570248,0.6818182,0.6528926,0.6694215,0.69008267,0.6404959,0.62396693,0.6198347,0.607438,0.59090906,0.58677685,0.61570245,0.6570248,0.661157,0.6487603,0.6570248,0.6446281,0.6363636,0.6652893,0.6859504,0.677686,0.6735537,0.6528926,0.6280992,0.6694215,0.1446281,0.1446281,0.14876033,0.12396694,0.10330579,0.05785124,0.58264464,0.57438016,0.61570245,0.59090906,0.6198347,0.59917355,0.59090906,0.58677685,0.59090906,0.60330576,0.60330576,0.61157024,0.61157024,0.62396693,0.6487603,0.6652893,0.6446281,0.6404959,0.61157024,0.6198347,0.6198347,0.61157024,0.61157024,0.6280992,0.6404959,0.6363636,0.661157,0.6652893,0.6570248,0.6487603,0.6404959,0.6446281,0.6652893,0.6528926,0.677686,0.6818182,0.6570248,0.6818182,0.62396693,0.6280992,0.6280992,0.6198347,0.59090906,0.58264464,0.6322314,0.6322314,0.661157,0.6570248,0.60330576,0.6528926,0.62396693,0.6446281,0.6818182,0.6818182,0.6528926,0.6280992,0.6446281,0.6942149,0.1446281,0.13636364,0.14049587,0.1570248,0.1570248,0.008264462,0.42561984,0.58677685,0.61570245,0.59504133,0.61157024,0.60330576,0.59917355,0.59090906,0.58677685,0.57438016,0.60330576,0.61570245,0.6363636,0.6404959,0.661157,0.677686,0.6404959,0.6404959,0.6322314,0.61570245,0.59917355,0.607438,0.61570245,0.6280992,0.6487603,0.6404959,0.6322314,0.6528926,0.6528926,0.6322314,0.6363636,0.62396693,0.6446281,0.6363636,0.6322314,0.6694215,0.6487603,0.6528926,0.6363636,0.62396693,0.61570245,0.60330576,0.61157024,0.58677685,0.60330576,0.6280992,0.62396693,0.6694215,0.58264464,0.61570245,0.6528926,0.6735537,0.6280992,0.6487603,0.6198347,0.61570245,0.6818182,0.72727275,0.14049587,0.1446281,0.13636364,0.15289256,0.14049587,0.10743801,0.16528925,0.62396693,0.61570245,0.61157024,0.59917355,0.59504133,0.59504133,0.60330576,0.5785124,0.5495868,0.59917355,0.59090906,0.6280992,0.6280992,0.6694215,0.6446281,0.6363636,0.6363636,0.62396693,0.6198347,0.59504133,0.59917355,0.607438,0.61570245,0.6322314,0.62396693,0.61570245,0.6363636,0.6280992,0.61157024,0.62396693,0.61570245,0.61157024,0.59917355,0.61157024,0.62396693,0.661157,0.6487603,0.61157024,0.62396693,0.6198347,0.60330576,0.6280992,0.6322314,0.62396693,0.6528926,0.6528926,0.677686,0.61570245,0.6322314,0.6322314,0.6322314,0.6280992,0.60330576,0.59090906,0.61570245,0.7066116,0.7355372,0.15289256,0.1446281,0.1446281,0.16528925,0.1446281,0.15289256,0.05785124,0.26859504,0.607438,0.61157024,0.58264464,0.59090906,0.60330576,0.59917355,0.5785124,0.58677685,0.58264464,0.61570245,0.59917355,0.6528926,0.6363636,0.6280992,0.61570245,0.61157024,0.59917355,0.607438,0.58264464,0.58677685,0.59504133,0.60330576,0.61570245,0.61157024,0.59917355,0.6280992,0.59917355,0.59090906,0.58264464,0.60330576,0.59917355,0.60330576,0.59090906,0.60330576,0.6487603,0.6487603,0.607438,0.61157024,0.61157024,0.61570245,0.61570245,0.62396693,0.6198347,0.6322314,0.6198347,0.62396693,0.6404959,0.6363636,0.61570245,0.61157024,0.6198347,0.59917355,0.59917355,0.6446281,0.7066116,0.71900827,0.15289256,0.14876033,0.15289256,0.1694215,0.1570248,0.1322314,0.14049587,0.041322313,0.44214877,0.6198347,0.5785124,0.55785125,0.59090906,0.60330576,0.5785124,0.59504133,0.59090906,0.58677685,0.59917355,0.6694215,0.61157024,0.6487603,0.59917355,0.60330576,0.59504133,0.61570245,0.58677685,0.5785124,0.58677685,0.56198347,0.59090906,0.58264464,0.58264464,0.58677685,0.5785124,0.57438016,0.54545456,0.5661157,0.57024795,0.59090906,0.54545456,0.5785124,0.6404959,0.62396693,0.6322314,0.61570245,0.61570245,0.607438,0.61570245,0.661157,0.607438,0.59917355,0.59090906,0.60330576,0.6363636,0.6446281,0.58677685,0.61157024,0.58677685,0.58677685,0.6446281,0.6818182,0.71900827,0.74380165,35 +0.09090909,0.13636364,0.17768595,0.23140496,0.36363637,0.5041322,0.5413223,0.57438016,0.59504133,0.61570245,0.6198347,0.61157024,0.61570245,0.61570245,0.62396693,0.6404959,0.661157,0.6528926,0.6446281,0.661157,0.6694215,0.6487603,0.6570248,0.6652893,0.6859504,0.6942149,0.70247936,0.70247936,0.6983471,0.6859504,0.6942149,0.70247936,0.7066116,0.6983471,0.70247936,0.70247936,0.71487606,0.71900827,0.72727275,0.7231405,0.7231405,0.7231405,0.71900827,0.71487606,0.71900827,0.7066116,0.7107438,0.70247936,0.7066116,0.71900827,0.72727275,0.73140496,0.73966944,0.74793386,0.7644628,0.76859504,0.76033056,0.78512394,0.822314,0.8181818,0.8181818,0.8553719,0.8016529,0.6735537,0.1446281,0.1983471,0.2107438,0.28099173,0.43801653,0.5247934,0.5495868,0.5785124,0.61570245,0.6363636,0.6198347,0.61157024,0.61157024,0.62396693,0.6404959,0.6528926,0.6694215,0.6818182,0.677686,0.6818182,0.6942149,0.6983471,0.7107438,0.6983471,0.6983471,0.70247936,0.7107438,0.69008267,0.69008267,0.6652893,0.677686,0.69008267,0.69008267,0.69008267,0.69008267,0.69008267,0.70247936,0.71487606,0.7066116,0.71487606,0.71487606,0.6942149,0.677686,0.6652893,0.6652893,0.6404959,0.62396693,0.6280992,0.62396693,0.61157024,0.6363636,0.6446281,0.6570248,0.7066116,0.7107438,0.6983471,0.75619835,0.79752064,0.8181818,0.8347107,0.8181818,0.8264463,0.8553719,0.75619835,0.20247933,0.21900827,0.22727273,0.33471075,0.48347107,0.5371901,0.55785125,0.59504133,0.62396693,0.61157024,0.60330576,0.57438016,0.59090906,0.58677685,0.58677685,0.61157024,0.6280992,0.6528926,0.6570248,0.6652893,0.6735537,0.6942149,0.73140496,0.71487606,0.7107438,0.6983471,0.70247936,0.69008267,0.69008267,0.6652893,0.6694215,0.6694215,0.6735537,0.6735537,0.6735537,0.6818182,0.7066116,0.71487606,0.69008267,0.69008267,0.6735537,0.607438,0.5371901,0.5,0.47933885,0.46694216,0.46280992,0.47107437,0.5247934,0.5247934,0.54545456,0.5785124,0.59917355,0.61157024,0.6487603,0.6694215,0.71900827,0.77272725,0.8181818,0.838843,0.8264463,0.8057851,0.8512397,0.8636364,0.21900827,0.2231405,0.2644628,0.38842976,0.5289256,0.55785125,0.5785124,0.59504133,0.57438016,0.5495868,0.5165289,0.46694216,0.4876033,0.45454547,0.42561984,0.46694216,0.4876033,0.5165289,0.5289256,0.58264464,0.6363636,0.6652893,0.6983471,0.6942149,0.6983471,0.6983471,0.6818182,0.6859504,0.6942149,0.677686,0.6859504,0.6818182,0.6735537,0.661157,0.661157,0.6652893,0.70247936,0.7107438,0.6528926,0.62396693,0.56198347,0.48347107,0.40495867,0.35123968,0.3305785,0.3305785,0.338843,0.3264463,0.3966942,0.40495867,0.4214876,0.45867768,0.5289256,0.54545456,0.5661157,0.59917355,0.6818182,0.7355372,0.78099173,0.8305785,0.8264463,0.80991733,0.838843,0.892562,0.20247933,0.24380165,0.3140496,0.43801653,0.5495868,0.56198347,0.5785124,0.54545456,0.5,0.4876033,0.46280992,0.3553719,0.35123968,0.37190083,0.3305785,0.3429752,0.3553719,0.39256197,0.42975205,0.47107437,0.57024795,0.607438,0.62396693,0.6570248,0.69008267,0.6818182,0.6694215,0.6859504,0.6735537,0.6859504,0.6942149,0.70247936,0.677686,0.6652893,0.661157,0.6570248,0.6694215,0.6859504,0.60330576,0.5413223,0.47933885,0.446281,0.41322315,0.3429752,0.3140496,0.32231405,0.30991736,0.30165288,0.29338843,0.3140496,0.33471075,0.37190083,0.41322315,0.4338843,0.4338843,0.45454547,0.56198347,0.6694215,0.7355372,0.78099173,0.8347107,0.8264463,0.8305785,0.88429755,0.1694215,0.2644628,0.3264463,0.49586776,0.56198347,0.54545456,0.5165289,0.45454547,0.4214876,0.38842976,0.3553719,0.3305785,0.3181818,0.3429752,0.38429752,0.37603307,0.35950413,0.41322315,0.40082645,0.42561984,0.5041322,0.59917355,0.58264464,0.607438,0.6735537,0.6859504,0.677686,0.6859504,0.6735537,0.677686,0.70247936,0.7107438,0.6859504,0.6652893,0.6446281,0.6322314,0.6322314,0.6404959,0.57024795,0.49173555,0.4876033,0.47107437,0.446281,0.37603307,0.3429752,0.37603307,0.35123968,0.3553719,0.34710744,0.34710744,0.41322315,0.42561984,0.41735536,0.4214876,0.4090909,0.38842976,0.46694216,0.59090906,0.69008267,0.7231405,0.8016529,0.838843,0.8347107,0.8553719,0.16115703,0.24380165,0.33471075,0.53305787,0.553719,0.5082645,0.45041323,0.3966942,0.38429752,0.35950413,0.37190083,0.39256197,0.40495867,0.3966942,0.40495867,0.4214876,0.38842976,0.45041323,0.44214877,0.45041323,0.5206612,0.61157024,0.5661157,0.56198347,0.6487603,0.69008267,0.6694215,0.6818182,0.677686,0.6859504,0.6983471,0.6983471,0.6652893,0.6322314,0.6198347,0.607438,0.607438,0.60330576,0.5206612,0.5,0.49586776,0.49173555,0.46280992,0.4090909,0.40082645,0.42975205,0.4752066,0.5082645,0.5206612,0.5,0.5165289,0.5206612,0.5082645,0.49586776,0.4876033,0.446281,0.4214876,0.49586776,0.61157024,0.7066116,0.75619835,0.8264463,0.838843,0.8347107,0.1570248,0.23553719,0.38842976,0.553719,0.53305787,0.46694216,0.39256197,0.4090909,0.446281,0.4752066,0.5,0.53305787,0.5785124,0.54545456,0.5247934,0.5165289,0.46280992,0.47107437,0.5082645,0.4876033,0.57438016,0.6198347,0.5785124,0.5785124,0.62396693,0.6694215,0.661157,0.6528926,0.677686,0.6818182,0.6859504,0.661157,0.6404959,0.6198347,0.60330576,0.61157024,0.59504133,0.57438016,0.5413223,0.5206612,0.5082645,0.5,0.5041322,0.4876033,0.4876033,0.5289256,0.5785124,0.58264464,0.59090906,0.5661157,0.5495868,0.5661157,0.5661157,0.5495868,0.55785125,0.56198347,0.5247934,0.5123967,0.5082645,0.6322314,0.73140496,0.8140496,0.838843,0.8264463,0.14049587,0.23966943,0.41322315,0.55785125,0.49173555,0.44214877,0.42975205,0.49173555,0.5413223,0.57024795,0.58677685,0.5785124,0.61157024,0.60330576,0.58677685,0.59090906,0.5661157,0.5289256,0.54545456,0.55785125,0.59504133,0.6198347,0.60330576,0.61157024,0.61157024,0.6280992,0.661157,0.661157,0.6859504,0.6694215,0.677686,0.6404959,0.62396693,0.61570245,0.60330576,0.60330576,0.59090906,0.58677685,0.54545456,0.5371901,0.5413223,0.5247934,0.5371901,0.53305787,0.53305787,0.5495868,0.5661157,0.57024795,0.55785125,0.5661157,0.553719,0.55785125,0.5785124,0.59090906,0.58264464,0.6198347,0.6280992,0.61570245,0.53305787,0.5206612,0.6694215,0.78512394,0.8347107,0.8305785,0.15289256,0.21487603,0.4090909,0.5495868,0.42975205,0.44214877,0.49173555,0.553719,0.58264464,0.59917355,0.61157024,0.59504133,0.59504133,0.59917355,0.58677685,0.59090906,0.58677685,0.56198347,0.55785125,0.57438016,0.59090906,0.61157024,0.62396693,0.6363636,0.61157024,0.61570245,0.6528926,0.677686,0.6818182,0.661157,0.6694215,0.62396693,0.61157024,0.62396693,0.607438,0.60330576,0.59917355,0.57438016,0.5495868,0.57438016,0.55785125,0.5371901,0.5371901,0.5413223,0.5247934,0.5289256,0.5247934,0.5289256,0.53305787,0.53305787,0.553719,0.5495868,0.55785125,0.57438016,0.59917355,0.6322314,0.6528926,0.6859504,0.6528926,0.57024795,0.62396693,0.7355372,0.8264463,0.8429752,0.15289256,0.19008264,0.4338843,0.5123967,0.40495867,0.5,0.5413223,0.58264464,0.607438,0.62396693,0.61157024,0.59090906,0.5785124,0.56198347,0.55785125,0.56198347,0.55785125,0.54545456,0.5495868,0.55785125,0.57438016,0.59917355,0.6198347,0.6404959,0.60330576,0.62396693,0.6487603,0.6694215,0.6818182,0.661157,0.6404959,0.6280992,0.62396693,0.6487603,0.6322314,0.607438,0.58677685,0.55785125,0.57438016,0.57024795,0.5289256,0.5,0.5082645,0.49586776,0.4752066,0.49173555,0.48347107,0.48347107,0.5,0.49586776,0.5206612,0.5123967,0.5371901,0.54545456,0.57438016,0.6446281,0.61157024,0.69008267,0.73140496,0.6528926,0.6280992,0.7066116,0.79752064,0.8347107,0.1446281,0.18181819,0.43801653,0.4752066,0.41735536,0.54545456,0.5661157,0.58264464,0.61570245,0.59917355,0.57024795,0.5495868,0.5371901,0.5206612,0.5371901,0.54545456,0.5371901,0.5123967,0.5165289,0.5206612,0.5495868,0.553719,0.60330576,0.62396693,0.61157024,0.6280992,0.6487603,0.6652893,0.6735537,0.6652893,0.6198347,0.6322314,0.62396693,0.6528926,0.6363636,0.59090906,0.57024795,0.5495868,0.55785125,0.5247934,0.48347107,0.45454547,0.45454547,0.44214877,0.446281,0.47107437,0.48347107,0.49173555,0.49173555,0.48347107,0.47933885,0.46694216,0.5,0.5123967,0.5289256,0.58677685,0.607438,0.62396693,0.7355372,0.7355372,0.6528926,0.677686,0.7768595,0.8305785,0.13636364,0.18181819,0.41735536,0.46280992,0.43801653,0.5661157,0.57024795,0.5785124,0.59504133,0.57438016,0.5371901,0.5165289,0.5206612,0.5123967,0.5082645,0.5082645,0.5,0.47107437,0.446281,0.45454547,0.48347107,0.5206612,0.5289256,0.55785125,0.59090906,0.6280992,0.6694215,0.6818182,0.6694215,0.6446281,0.6570248,0.6570248,0.6446281,0.6446281,0.6363636,0.59504133,0.53305787,0.4876033,0.4876033,0.45454547,0.44214877,0.4338843,0.42561984,0.4338843,0.47107437,0.49586776,0.5,0.49586776,0.4876033,0.5,0.5041322,0.4876033,0.42975205,0.41735536,0.45041323,0.5371901,0.5495868,0.59090906,0.677686,0.76033056,0.71487606,0.69008267,0.7768595,0.8264463,0.12809917,0.16115703,0.38016528,0.49173555,0.45867768,0.55785125,0.56198347,0.5661157,0.58264464,0.553719,0.5247934,0.49173555,0.4752066,0.45041323,0.4338843,0.4090909,0.39256197,0.35123968,0.3140496,0.29338843,0.3553719,0.4214876,0.4876033,0.49173555,0.5206612,0.57438016,0.6570248,0.677686,0.6735537,0.6446281,0.6735537,0.69008267,0.677686,0.6694215,0.6404959,0.57438016,0.45867768,0.38842976,0.39256197,0.37603307,0.42561984,0.4214876,0.42975205,0.45454547,0.47933885,0.47107437,0.46694216,0.46694216,0.42561984,0.5041322,0.5413223,0.553719,0.5165289,0.41735536,0.38016528,0.44214877,0.5289256,0.5371901,0.6487603,0.71487606,0.7355372,0.7355372,0.78099173,0.8181818,0.12396694,0.1322314,0.34710744,0.5082645,0.4752066,0.56198347,0.5371901,0.5413223,0.5495868,0.5289256,0.4752066,0.446281,0.4214876,0.35123968,0.3429752,0.30165288,0.27272728,0.2892562,0.29338843,0.2520661,0.23140496,0.30991736,0.4214876,0.44214877,0.4876033,0.5041322,0.61157024,0.6652893,0.6570248,0.6528926,0.6859504,0.71900827,0.7107438,0.6818182,0.61157024,0.5,0.38842976,0.3553719,0.3305785,0.30578512,0.3553719,0.4214876,0.45867768,0.42561984,0.42561984,0.3305785,0.26859504,0.28512397,0.30578512,0.3181818,0.4214876,0.5041322,0.5661157,0.5785124,0.46280992,0.39256197,0.4876033,0.5082645,0.6280992,0.6859504,0.71487606,0.75206614,0.78099173,0.80991733,0.11570248,0.10743801,0.30991736,0.5206612,0.5041322,0.5661157,0.5247934,0.5247934,0.5123967,0.46694216,0.3553719,0.3181818,0.4214876,0.5371901,0.3140496,0.25619835,0.2107438,0.2520661,0.3140496,0.26859504,0.2603306,0.23966943,0.3429752,0.39256197,0.49586776,0.4876033,0.5413223,0.6404959,0.6570248,0.6652893,0.6983471,0.71900827,0.71900827,0.6983471,0.57438016,0.45867768,0.4090909,0.37603307,0.32231405,0.29338843,0.2644628,0.33471075,0.40082645,0.3966942,0.46280992,0.338843,0.21900827,0.16115703,0.45041323,0.18181819,0.2892562,0.45867768,0.42975205,0.44214877,0.54545456,0.46694216,0.47933885,0.5289256,0.60330576,0.70247936,0.7231405,0.77272725,0.7892562,0.80991733,0.09504132,0.09504132,0.28099173,0.5371901,0.5289256,0.56198347,0.55785125,0.5041322,0.47107437,0.3429752,0.21900827,0.39256197,0.62396693,0.6942149,0.20247933,0.4090909,0.13636364,0.18181819,0.38842976,0.29752067,0.26859504,0.2603306,0.3553719,0.40495867,0.49173555,0.49173555,0.5206612,0.6363636,0.6735537,0.6818182,0.7107438,0.7107438,0.7066116,0.7066116,0.57438016,0.47933885,0.47107437,0.46280992,0.37190083,0.32231405,0.2603306,0.20661157,0.1694215,0.42561984,0.553719,0.45041323,0.2644628,0.041322313,0.4214876,0.28512397,0.23966943,0.59917355,0.59917355,0.30578512,0.43801653,0.48347107,0.49586776,0.5495868,0.58264464,0.6942149,0.7355372,0.78099173,0.8016529,0.8016529,0.08264463,0.07438017,0.26859504,0.5371901,0.56198347,0.5661157,0.553719,0.48347107,0.38842976,0.3305785,0.2768595,0.43801653,0.6487603,0.7355372,0.16115703,0.5413223,0.19008264,0.14049587,0.30165288,0.3264463,0.27272728,0.20661157,0.28512397,0.40495867,0.4876033,0.45454547,0.5413223,0.661157,0.6859504,0.6983471,0.73140496,0.7107438,0.7107438,0.74793386,0.6280992,0.5,0.5041322,0.5413223,0.48347107,0.32231405,0.23140496,0.17768595,0.17355372,0.3140496,0.4876033,0.44214877,0.37190083,0.14876033,0.23966943,0.23966943,0.36363637,0.55785125,0.6652893,0.45454547,0.49173555,0.5206612,0.5247934,0.58677685,0.61157024,0.69008267,0.73966944,0.76859504,0.8057851,0.822314,0.09504132,0.0661157,0.29338843,0.5661157,0.57024795,0.5785124,0.54545456,0.47933885,0.42975205,0.4090909,0.35123968,0.37603307,0.5123967,0.6528926,0.3140496,0.338843,0.30578512,0.25619835,0.3140496,0.35123968,0.2768595,0.2231405,0.29752067,0.40082645,0.45454547,0.45867768,0.58677685,0.6694215,0.69008267,0.6983471,0.7066116,0.71487606,0.7355372,0.7644628,0.73140496,0.5413223,0.4876033,0.5123967,0.5123967,0.38842976,0.3553719,0.2892562,0.23140496,0.26859504,0.3966942,0.38429752,0.338843,0.29338843,0.3140496,0.28512397,0.42975205,0.5165289,0.55785125,0.56198347,0.6322314,0.607438,0.59917355,0.6280992,0.661157,0.7066116,0.74380165,0.75619835,0.7933884,0.8305785,0.09917355,0.07438017,0.34710744,0.5785124,0.57438016,0.55785125,0.53305787,0.49586776,0.45454547,0.45454547,0.44214877,0.43801653,0.46694216,0.5165289,0.4752066,0.41735536,0.39256197,0.37190083,0.38842976,0.38429752,0.3264463,0.3264463,0.38016528,0.4214876,0.4214876,0.5123967,0.58677685,0.661157,0.6694215,0.677686,0.6859504,0.6942149,0.7355372,0.8016529,0.79752064,0.6528926,0.5082645,0.4752066,0.4752066,0.4338843,0.4090909,0.33471075,0.28099173,0.3264463,0.33471075,0.37190083,0.37603307,0.38016528,0.39256197,0.4214876,0.45867768,0.5247934,0.62396693,0.6322314,0.6859504,0.6735537,0.661157,0.6570248,0.69008267,0.72727275,0.71900827,0.75206614,0.7892562,0.8181818,0.09504132,0.0661157,0.37603307,0.59917355,0.57438016,0.5413223,0.5165289,0.5082645,0.47933885,0.5041322,0.5206612,0.5371901,0.54545456,0.57024795,0.54545456,0.5413223,0.4876033,0.46280992,0.4338843,0.41322315,0.37603307,0.38016528,0.40082645,0.4214876,0.5247934,0.5661157,0.59090906,0.6198347,0.6363636,0.6570248,0.677686,0.6942149,0.7231405,0.79752064,0.8016529,0.72727275,0.59917355,0.5123967,0.45867768,0.4338843,0.4090909,0.36363637,0.32231405,0.3553719,0.35123968,0.3677686,0.40082645,0.4214876,0.446281,0.49586776,0.5123967,0.553719,0.6363636,0.62396693,0.6694215,0.6735537,0.6735537,0.677686,0.6983471,0.72727275,0.72727275,0.73140496,0.77272725,0.80991733,0.09504132,0.09504132,0.42975205,0.59504133,0.57024795,0.5371901,0.5165289,0.5123967,0.5082645,0.5289256,0.53305787,0.55785125,0.56198347,0.57024795,0.56198347,0.54545456,0.5123967,0.49173555,0.47107437,0.45867768,0.43801653,0.4338843,0.446281,0.5123967,0.58264464,0.553719,0.553719,0.59917355,0.6280992,0.6446281,0.6694215,0.6942149,0.71900827,0.76033056,0.7892562,0.74380165,0.69008267,0.61157024,0.5247934,0.49586776,0.45454547,0.4214876,0.4214876,0.41735536,0.4214876,0.41735536,0.41735536,0.42975205,0.46280992,0.4876033,0.53305787,0.55785125,0.61570245,0.61157024,0.6404959,0.661157,0.6694215,0.6942149,0.6983471,0.72727275,0.76033056,0.7231405,0.76033056,0.7933884,0.16115703,0.1694215,0.49586776,0.58677685,0.56198347,0.5413223,0.5371901,0.5495868,0.553719,0.55785125,0.55785125,0.56198347,0.57024795,0.57438016,0.57438016,0.553719,0.55785125,0.553719,0.5206612,0.5,0.49173555,0.49173555,0.5371901,0.59090906,0.553719,0.5247934,0.57438016,0.61570245,0.6404959,0.6446281,0.661157,0.6859504,0.7066116,0.7231405,0.76859504,0.75619835,0.75206614,0.70247936,0.62396693,0.5661157,0.5165289,0.5041322,0.4876033,0.47933885,0.47933885,0.5041322,0.49586776,0.49173555,0.5123967,0.5371901,0.5413223,0.56198347,0.58264464,0.59917355,0.6280992,0.6528926,0.6818182,0.69008267,0.7107438,0.7355372,0.7644628,0.7355372,0.75619835,0.78099173,0.3305785,0.29752067,0.5123967,0.5785124,0.55785125,0.5495868,0.57438016,0.58677685,0.5785124,0.58264464,0.5785124,0.58677685,0.59090906,0.59504133,0.58677685,0.5785124,0.58677685,0.57024795,0.5247934,0.5247934,0.5289256,0.5495868,0.59504133,0.60330576,0.5206612,0.553719,0.6280992,0.6652893,0.6694215,0.661157,0.6570248,0.6818182,0.70247936,0.7066116,0.7355372,0.76033056,0.7768595,0.75619835,0.6818182,0.6280992,0.57438016,0.55785125,0.553719,0.5371901,0.5041322,0.5413223,0.53305787,0.53305787,0.5661157,0.57438016,0.57438016,0.58677685,0.58677685,0.607438,0.6198347,0.6487603,0.6735537,0.69008267,0.7107438,0.7355372,0.74793386,0.75206614,0.76033056,0.76859504,0.46280992,0.45867768,0.5165289,0.55785125,0.5661157,0.57438016,0.5661157,0.61157024,0.60330576,0.60330576,0.607438,0.60330576,0.61157024,0.61157024,0.59917355,0.58264464,0.60330576,0.553719,0.54545456,0.5413223,0.553719,0.59090906,0.607438,0.58264464,0.56198347,0.59917355,0.6652893,0.6942149,0.6859504,0.6859504,0.6859504,0.6942149,0.7231405,0.7231405,0.70247936,0.7066116,0.76859504,0.7933884,0.70247936,0.6404959,0.61157024,0.59090906,0.59090906,0.58264464,0.57024795,0.5495868,0.55785125,0.5413223,0.55785125,0.58264464,0.58264464,0.607438,0.6198347,0.607438,0.6198347,0.6446281,0.6652893,0.6859504,0.71487606,0.7355372,0.74380165,0.75619835,0.75619835,0.77272725,0.45867768,0.5082645,0.5289256,0.5495868,0.57024795,0.58264464,0.59090906,0.6198347,0.607438,0.61157024,0.62396693,0.6198347,0.6280992,0.61570245,0.607438,0.59917355,0.57024795,0.5371901,0.54545456,0.55785125,0.57438016,0.59917355,0.60330576,0.58677685,0.59917355,0.661157,0.69008267,0.6735537,0.6652893,0.6818182,0.7066116,0.7107438,0.7355372,0.74793386,0.72727275,0.69008267,0.6983471,0.78099173,0.72727275,0.6404959,0.62396693,0.59917355,0.59917355,0.59917355,0.59090906,0.57438016,0.57024795,0.553719,0.54545456,0.57024795,0.58677685,0.59504133,0.62396693,0.61570245,0.6322314,0.6404959,0.6652893,0.677686,0.71487606,0.74380165,0.73966944,0.7644628,0.74793386,0.7768595,0.5206612,0.49173555,0.5247934,0.5661157,0.58264464,0.58264464,0.59917355,0.60330576,0.6363636,0.6198347,0.6322314,0.62396693,0.6322314,0.6280992,0.61157024,0.61157024,0.55785125,0.54545456,0.55785125,0.57438016,0.58264464,0.59917355,0.62396693,0.61157024,0.58677685,0.661157,0.6942149,0.661157,0.6322314,0.62396693,0.6487603,0.6487603,0.6652893,0.6983471,0.7231405,0.73966944,0.70247936,0.71487606,0.71900827,0.6570248,0.6322314,0.61157024,0.59090906,0.607438,0.59504133,0.59090906,0.5785124,0.5661157,0.553719,0.57438016,0.60330576,0.61570245,0.61570245,0.6487603,0.6280992,0.6363636,0.6652893,0.6818182,0.7107438,0.73140496,0.73966944,0.74380165,0.76859504,0.78099173,0.4338843,0.5495868,0.5082645,0.58264464,0.59090906,0.59090906,0.607438,0.6198347,0.6280992,0.6280992,0.6363636,0.6322314,0.6363636,0.6322314,0.61157024,0.59504133,0.56198347,0.553719,0.5661157,0.57438016,0.59917355,0.6322314,0.6404959,0.6198347,0.57438016,0.59504133,0.62396693,0.6280992,0.607438,0.58264464,0.58677685,0.58264464,0.5661157,0.59504133,0.61570245,0.7066116,0.74380165,0.77272725,0.71487606,0.6322314,0.6198347,0.59917355,0.58677685,0.59917355,0.59917355,0.5785124,0.5785124,0.57438016,0.5661157,0.58677685,0.6198347,0.6363636,0.61157024,0.6652893,0.6404959,0.6487603,0.6652893,0.6818182,0.7066116,0.7231405,0.73140496,0.73966944,0.78512394,0.79752064,0.3966942,0.55785125,0.5123967,0.5785124,0.59504133,0.59917355,0.61157024,0.62396693,0.6446281,0.6363636,0.6487603,0.6446281,0.6363636,0.6280992,0.607438,0.58677685,0.57438016,0.57438016,0.5661157,0.57024795,0.61157024,0.61157024,0.5,0.43801653,0.41322315,0.49173555,0.607438,0.60330576,0.57024795,0.5785124,0.5289256,0.38429752,0.36363637,0.39256197,0.4338843,0.58264464,0.6528926,0.76033056,0.78512394,0.607438,0.58264464,0.59090906,0.58677685,0.59504133,0.60330576,0.58264464,0.57024795,0.59090906,0.59090906,0.59917355,0.62396693,0.62396693,0.6404959,0.6652893,0.6694215,0.6363636,0.661157,0.6818182,0.6983471,0.71900827,0.71487606,0.75206614,0.7768595,0.7933884,0.46694216,0.5289256,0.5206612,0.5785124,0.58677685,0.60330576,0.607438,0.61570245,0.6404959,0.6446281,0.6570248,0.6404959,0.6280992,0.61570245,0.59504133,0.59090906,0.58677685,0.57438016,0.57438016,0.58677685,0.607438,0.54545456,0.2892562,0.09917355,0.2107438,0.19008264,0.5661157,0.58264464,0.5495868,0.58264464,0.45867768,0.20661157,0.15289256,0.14049587,0.10330579,0.338843,0.6280992,0.6528926,0.78099173,0.6404959,0.553719,0.5785124,0.5785124,0.59504133,0.59917355,0.60330576,0.60330576,0.62396693,0.61570245,0.6198347,0.61157024,0.62396693,0.6446281,0.6694215,0.6859504,0.6404959,0.661157,0.69008267,0.6983471,0.71900827,0.71487606,0.75206614,0.78512394,0.76859504,0.5165289,0.47107437,0.5289256,0.5785124,0.5785124,0.59090906,0.61157024,0.62396693,0.6446281,0.6528926,0.6487603,0.6322314,0.61570245,0.607438,0.59917355,0.59090906,0.57438016,0.57438016,0.59090906,0.59504133,0.61157024,0.5371901,0.29338843,0.12396694,0.12396694,0.22727273,0.5289256,0.59917355,0.5165289,0.5413223,0.5082645,0.40082645,0.27272728,0.13636364,0.053719006,0.22727273,0.6322314,0.60330576,0.70247936,0.6487603,0.5371901,0.57024795,0.57024795,0.59090906,0.61570245,0.62396693,0.6404959,0.6528926,0.6322314,0.62396693,0.62396693,0.6363636,0.6487603,0.661157,0.661157,0.661157,0.6818182,0.6859504,0.6983471,0.71900827,0.7066116,0.7355372,0.7768595,0.7644628,0.5206612,0.46280992,0.5413223,0.57024795,0.57438016,0.59090906,0.61570245,0.6322314,0.6487603,0.661157,0.6363636,0.6322314,0.6198347,0.61157024,0.61157024,0.59504133,0.57438016,0.57438016,0.59917355,0.59917355,0.58264464,0.5785124,0.47107437,0.36363637,0.3181818,0.42561984,0.58677685,0.59090906,0.5041322,0.5,0.5206612,0.53305787,0.47933885,0.3429752,0.2520661,0.4090909,0.61157024,0.55785125,0.6280992,0.59917355,0.57438016,0.60330576,0.59504133,0.59917355,0.6363636,0.6487603,0.6404959,0.6570248,0.6487603,0.6280992,0.61570245,0.6280992,0.62396693,0.6280992,0.62396693,0.677686,0.6735537,0.6735537,0.6942149,0.73966944,0.6942149,0.6983471,0.77272725,0.76033056,0.5206612,0.5206612,0.553719,0.56198347,0.57024795,0.59090906,0.61570245,0.6322314,0.6652893,0.6528926,0.6446281,0.6404959,0.62396693,0.61570245,0.6198347,0.60330576,0.57438016,0.57024795,0.62396693,0.59917355,0.5206612,0.5289256,0.54545456,0.53305787,0.53305787,0.54545456,0.5785124,0.57438016,0.5041322,0.5,0.5289256,0.56198347,0.54545456,0.5041322,0.46694216,0.49173555,0.5289256,0.5041322,0.5413223,0.54545456,0.61157024,0.6446281,0.6528926,0.6363636,0.6487603,0.6404959,0.6404959,0.6404959,0.6446281,0.6404959,0.6280992,0.6198347,0.6198347,0.61570245,0.61570245,0.6363636,0.6859504,0.6859504,0.70247936,0.72727275,0.7066116,0.6983471,0.75619835,0.7644628,0.5289256,0.5495868,0.5371901,0.56198347,0.57024795,0.59090906,0.6198347,0.6487603,0.661157,0.6446281,0.6404959,0.6363636,0.6198347,0.61157024,0.61570245,0.607438,0.59504133,0.59090906,0.607438,0.61157024,0.5206612,0.45867768,0.48347107,0.4876033,0.5289256,0.55785125,0.58677685,0.5661157,0.5206612,0.5371901,0.57438016,0.57438016,0.5661157,0.54545456,0.49173555,0.47933885,0.49173555,0.4876033,0.5165289,0.57438016,0.6446281,0.6528926,0.6694215,0.6652893,0.661157,0.6404959,0.6446281,0.6528926,0.6404959,0.6363636,0.6322314,0.62396693,0.6363636,0.6198347,0.6198347,0.6363636,0.677686,0.70247936,0.7107438,0.73140496,0.73140496,0.7355372,0.7644628,0.76859504,0.5206612,0.5,0.49586776,0.5661157,0.57438016,0.59917355,0.6198347,0.6570248,0.6570248,0.6446281,0.6322314,0.6404959,0.6280992,0.62396693,0.6198347,0.61157024,0.61157024,0.61157024,0.59090906,0.607438,0.53305787,0.47107437,0.47933885,0.46694216,0.5082645,0.55785125,0.59917355,0.5661157,0.54545456,0.58264464,0.59090906,0.57024795,0.5785124,0.59917355,0.5661157,0.553719,0.56198347,0.55785125,0.54545456,0.607438,0.6735537,0.6652893,0.661157,0.6528926,0.6735537,0.6528926,0.6322314,0.6528926,0.6446281,0.6363636,0.6363636,0.62396693,0.6487603,0.6528926,0.6404959,0.6404959,0.6652893,0.70247936,0.7066116,0.72727275,0.7355372,0.74380165,0.7768595,0.7644628,0.54545456,0.37190083,0.45454547,0.5785124,0.57438016,0.607438,0.6280992,0.6652893,0.661157,0.6570248,0.6446281,0.6570248,0.6446281,0.6487603,0.6363636,0.6280992,0.607438,0.607438,0.59917355,0.60330576,0.5371901,0.4876033,0.5123967,0.5,0.5165289,0.5661157,0.59090906,0.5371901,0.57024795,0.59504133,0.58677685,0.56198347,0.5661157,0.59090906,0.58677685,0.57024795,0.55785125,0.55785125,0.56198347,0.6198347,0.6652893,0.661157,0.6528926,0.6404959,0.6652893,0.661157,0.6528926,0.6446281,0.6404959,0.6528926,0.6404959,0.6446281,0.661157,0.6859504,0.661157,0.6363636,0.6694215,0.6983471,0.6818182,0.7231405,0.7355372,0.74380165,0.7768595,0.7644628,0.5247934,0.40495867,0.46280992,0.58264464,0.5785124,0.607438,0.6404959,0.661157,0.661157,0.6735537,0.6528926,0.661157,0.6528926,0.6570248,0.6446281,0.6280992,0.61570245,0.61157024,0.60330576,0.59917355,0.54545456,0.5165289,0.5413223,0.54545456,0.5495868,0.5661157,0.57024795,0.5413223,0.5661157,0.59504133,0.58264464,0.57024795,0.56198347,0.57024795,0.60330576,0.58264464,0.56198347,0.57024795,0.58677685,0.6404959,0.6363636,0.6487603,0.6446281,0.6280992,0.6487603,0.6570248,0.6570248,0.6570248,0.6487603,0.661157,0.6487603,0.6487603,0.6487603,0.6818182,0.6818182,0.661157,0.677686,0.7066116,0.6859504,0.7107438,0.74380165,0.73966944,0.74793386,0.75619835,0.43801653,0.5206612,0.49586776,0.57024795,0.5785124,0.60330576,0.6446281,0.6652893,0.6528926,0.6694215,0.6694215,0.6735537,0.661157,0.6652893,0.6446281,0.62396693,0.61157024,0.61157024,0.607438,0.56198347,0.58264464,0.5785124,0.5785124,0.59504133,0.59504133,0.57024795,0.5661157,0.53305787,0.54545456,0.54545456,0.58677685,0.58677685,0.59090906,0.60330576,0.6198347,0.60330576,0.59917355,0.6198347,0.6280992,0.6528926,0.6198347,0.6280992,0.6487603,0.6198347,0.61570245,0.6280992,0.6404959,0.661157,0.6487603,0.6528926,0.6528926,0.6280992,0.6280992,0.6570248,0.6694215,0.7066116,0.69008267,0.71487606,0.7066116,0.72727275,0.73140496,0.73140496,0.73966944,0.75619835,0.27272728,0.57024795,0.5082645,0.55785125,0.58264464,0.60330576,0.6363636,0.6570248,0.6570248,0.6735537,0.677686,0.677686,0.6487603,0.6528926,0.6322314,0.6198347,0.59917355,0.59504133,0.58677685,0.5785124,0.60330576,0.62396693,0.61157024,0.62396693,0.61157024,0.59090906,0.57438016,0.5413223,0.5247934,0.53305787,0.5661157,0.58264464,0.59090906,0.607438,0.6446281,0.6363636,0.6280992,0.661157,0.6528926,0.661157,0.6280992,0.62396693,0.6570248,0.61570245,0.59917355,0.59917355,0.607438,0.661157,0.6652893,0.6487603,0.661157,0.6363636,0.6322314,0.6322314,0.6652893,0.6983471,0.69008267,0.7231405,0.7066116,0.71900827,0.7231405,0.7231405,0.71900827,0.75206614,0.21487603,0.54545456,0.5289256,0.54545456,0.5785124,0.60330576,0.6363636,0.6528926,0.661157,0.661157,0.6652893,0.661157,0.6404959,0.62396693,0.6198347,0.6363636,0.61570245,0.58677685,0.58264464,0.607438,0.6198347,0.6322314,0.59090906,0.57438016,0.553719,0.5413223,0.5371901,0.5206612,0.5206612,0.5165289,0.5206612,0.5123967,0.5123967,0.5413223,0.59504133,0.6280992,0.6446281,0.69008267,0.6818182,0.6735537,0.6404959,0.61157024,0.6198347,0.58677685,0.5661157,0.58677685,0.5785124,0.6280992,0.6818182,0.6446281,0.6487603,0.6528926,0.6363636,0.6198347,0.6322314,0.677686,0.6983471,0.7231405,0.7066116,0.71900827,0.71487606,0.71487606,0.71900827,0.74793386,0.2603306,0.5206612,0.5123967,0.5371901,0.57438016,0.59504133,0.6280992,0.6570248,0.677686,0.6652893,0.6487603,0.6363636,0.6280992,0.61157024,0.59917355,0.62396693,0.61157024,0.58264464,0.60330576,0.60330576,0.59090906,0.5371901,0.49173555,0.4876033,0.48347107,0.47107437,0.47107437,0.45867768,0.46280992,0.45454547,0.45041323,0.44214877,0.4338843,0.446281,0.45867768,0.5041322,0.5495868,0.6198347,0.661157,0.6859504,0.6570248,0.59504133,0.5785124,0.54545456,0.5371901,0.5785124,0.56198347,0.56198347,0.6280992,0.6528926,0.60330576,0.6735537,0.6404959,0.6363636,0.6446281,0.6652893,0.677686,0.7231405,0.6983471,0.6983471,0.70247936,0.71487606,0.72727275,0.75206614,0.37190083,0.5123967,0.47933885,0.5289256,0.56198347,0.58677685,0.62396693,0.6652893,0.69008267,0.6652893,0.6404959,0.62396693,0.61570245,0.59504133,0.55785125,0.59917355,0.607438,0.58677685,0.58677685,0.5371901,0.49173555,0.48347107,0.45867768,0.45454547,0.45454547,0.45041323,0.45041323,0.42975205,0.4090909,0.40495867,0.4338843,0.41735536,0.41735536,0.41735536,0.4090909,0.41735536,0.42975205,0.45041323,0.48347107,0.607438,0.6363636,0.59504133,0.553719,0.5,0.5123967,0.5371901,0.53305787,0.5123967,0.57438016,0.6570248,0.6322314,0.6735537,0.6487603,0.6487603,0.6487603,0.6818182,0.6735537,0.7107438,0.70247936,0.6942149,0.6942149,0.71487606,0.72727275,0.74380165,0.39256197,0.5371901,0.49586776,0.5289256,0.55785125,0.56198347,0.607438,0.6652893,0.677686,0.6446281,0.6404959,0.6198347,0.60330576,0.553719,0.48347107,0.5413223,0.58677685,0.5661157,0.5082645,0.46694216,0.42561984,0.42975205,0.40495867,0.3966942,0.39256197,0.40495867,0.40495867,0.38842976,0.36363637,0.3429752,0.42975205,0.3429752,0.3429752,0.35123968,0.35950413,0.38016528,0.3677686,0.37190083,0.3677686,0.4338843,0.49586776,0.5413223,0.49586776,0.46280992,0.47933885,0.5289256,0.5413223,0.5206612,0.5247934,0.6198347,0.6446281,0.6694215,0.6528926,0.6487603,0.661157,0.6859504,0.7066116,0.6983471,0.69008267,0.6942149,0.6983471,0.71487606,0.72727275,0.71900827,0.24793388,0.46280992,0.4338843,0.5206612,0.58264464,0.54545456,0.607438,0.6652893,0.661157,0.6570248,0.6487603,0.61570245,0.58264464,0.48347107,0.35950413,0.37603307,0.46694216,0.45041323,0.42561984,0.4214876,0.4090909,0.41322315,0.41735536,0.41735536,0.4214876,0.44214877,0.43801653,0.41735536,0.41322315,0.3966942,0.43801653,0.38016528,0.37190083,0.35950413,0.3677686,0.34710744,0.3181818,0.28512397,0.25619835,0.30165288,0.33471075,0.38016528,0.39256197,0.3677686,0.40082645,0.4876033,0.5413223,0.54545456,0.5247934,0.59504133,0.6322314,0.6694215,0.6694215,0.6570248,0.6694215,0.6859504,0.6942149,0.6942149,0.69008267,0.6818182,0.7066116,0.71900827,0.73140496,0.71900827,0.14876033,0.21487603,0.16528925,0.44214877,0.6322314,0.54545456,0.58677685,0.661157,0.6735537,0.6735537,0.6528926,0.61570245,0.54545456,0.43801653,0.23553719,0.21487603,0.3140496,0.3429752,0.40082645,0.44214877,0.47107437,0.49173555,0.5041322,0.5247934,0.5123967,0.5165289,0.5123967,0.5041322,0.5041322,0.5123967,0.5,0.5082645,0.5247934,0.5082645,0.53305787,0.5371901,0.49586776,0.45454547,0.40082645,0.29752067,0.2603306,0.2231405,0.23140496,0.2231405,0.2107438,0.3264463,0.5123967,0.58264464,0.55785125,0.58677685,0.6322314,0.6528926,0.6652893,0.661157,0.6735537,0.69008267,0.6818182,0.6859504,0.6942149,0.6942149,0.70247936,0.71900827,0.71487606,0.7355372,0.1570248,0.18181819,0.09504132,0.34710744,0.6446281,0.57438016,0.5785124,0.6280992,0.677686,0.6859504,0.6694215,0.61157024,0.5041322,0.40082645,0.2231405,0.36363637,0.41735536,0.42561984,0.4876033,0.5041322,0.5206612,0.5289256,0.5413223,0.553719,0.53305787,0.5206612,0.5165289,0.5082645,0.5041322,0.5165289,0.49586776,0.5041322,0.5,0.5165289,0.5371901,0.55785125,0.5661157,0.57438016,0.5495868,0.5165289,0.44214877,0.33471075,0.3140496,0.3181818,0.24380165,0.21900827,0.44214877,0.607438,0.59917355,0.61570245,0.6363636,0.6404959,0.6528926,0.6570248,0.661157,0.6859504,0.6942149,0.6735537,0.6942149,0.71900827,0.71900827,0.7231405,0.7355372,0.73140496,0.1694215,0.17355372,0.07438017,0.23553719,0.661157,0.59090906,0.56198347,0.6198347,0.6735537,0.6942149,0.6942149,0.60330576,0.5165289,0.41322315,0.34710744,0.5165289,0.56198347,0.57438016,0.58677685,0.5785124,0.5785124,0.5785124,0.5785124,0.5661157,0.55785125,0.54545456,0.54545456,0.53305787,0.5247934,0.5041322,0.5,0.46280992,0.4752066,0.49173555,0.5123967,0.53305787,0.56198347,0.59504133,0.61157024,0.6322314,0.6280992,0.49173555,0.45454547,0.49173555,0.45454547,0.338843,0.44214877,0.607438,0.6404959,0.62396693,0.6363636,0.6198347,0.6446281,0.6528926,0.6446281,0.6818182,0.6942149,0.6570248,0.6735537,0.71487606,0.7231405,0.72727275,0.73140496,0.73966944,0.1694215,0.17355372,0.10330579,0.15289256,0.6198347,0.61157024,0.57438016,0.61157024,0.6652893,0.6859504,0.6983471,0.6198347,0.5371901,0.45041323,0.4752066,0.56198347,0.59917355,0.61570245,0.6280992,0.6198347,0.62396693,0.61570245,0.59504133,0.59917355,0.57024795,0.5495868,0.5495868,0.5289256,0.5206612,0.53305787,0.53305787,0.49586776,0.5,0.5123967,0.5123967,0.5371901,0.56198347,0.59504133,0.62396693,0.6735537,0.71900827,0.62396693,0.53305787,0.5123967,0.5206612,0.45454547,0.5,0.61157024,0.6446281,0.62396693,0.61570245,0.6404959,0.6363636,0.661157,0.6446281,0.677686,0.6859504,0.6528926,0.6652893,0.7066116,0.71900827,0.7231405,0.72727275,0.7355372,0.16528925,0.1570248,0.14876033,0.09504132,0.5206612,0.6363636,0.5785124,0.58264464,0.6363636,0.6652893,0.6818182,0.6446281,0.5785124,0.5,0.5495868,0.59917355,0.59504133,0.59090906,0.6363636,0.6198347,0.6280992,0.62396693,0.61157024,0.607438,0.57438016,0.553719,0.5413223,0.5165289,0.5,0.5206612,0.5371901,0.54545456,0.5165289,0.5289256,0.5206612,0.54545456,0.57024795,0.60330576,0.62396693,0.6652893,0.6859504,0.6652893,0.59090906,0.53305787,0.5289256,0.5082645,0.5495868,0.607438,0.6322314,0.59917355,0.58264464,0.6404959,0.6322314,0.6859504,0.6735537,0.6818182,0.661157,0.6859504,0.677686,0.7066116,0.7231405,0.7066116,0.72727275,0.7355372,0.16528925,0.15289256,0.16528925,0.07024793,0.42561984,0.6528926,0.59917355,0.57438016,0.61157024,0.6404959,0.6570248,0.6694215,0.60330576,0.58264464,0.61157024,0.6198347,0.60330576,0.5661157,0.6280992,0.6363636,0.6280992,0.62396693,0.62396693,0.61570245,0.5785124,0.553719,0.5413223,0.5165289,0.5165289,0.5165289,0.53305787,0.55785125,0.54545456,0.5413223,0.53305787,0.56198347,0.58264464,0.59504133,0.607438,0.6363636,0.6280992,0.6446281,0.6363636,0.58264464,0.5785124,0.57024795,0.58677685,0.59504133,0.59504133,0.58677685,0.59917355,0.58677685,0.60330576,0.661157,0.6859504,0.69008267,0.6652893,0.6942149,0.6942149,0.7066116,0.7231405,0.70247936,0.72727275,0.72727275,0.16115703,0.14876033,0.17355372,0.07024793,0.28512397,0.6570248,0.6198347,0.57024795,0.6198347,0.6322314,0.6528926,0.6570248,0.6280992,0.61157024,0.6322314,0.6363636,0.6280992,0.61157024,0.6322314,0.6487603,0.6487603,0.6363636,0.62396693,0.607438,0.58677685,0.5661157,0.54545456,0.5371901,0.5413223,0.5289256,0.5371901,0.5495868,0.553719,0.54545456,0.55785125,0.58677685,0.60330576,0.59917355,0.607438,0.6198347,0.607438,0.6404959,0.6570248,0.60330576,0.61570245,0.61157024,0.59090906,0.58677685,0.59504133,0.59090906,0.60330576,0.57024795,0.59090906,0.661157,0.6818182,0.6859504,0.6652893,0.7066116,0.7066116,0.71900827,0.72727275,0.6983471,0.7231405,0.70247936,0.16528925,0.15289256,0.16528925,0.10743801,0.12396694,0.61157024,0.6363636,0.57438016,0.6198347,0.6363636,0.6694215,0.6528926,0.6280992,0.62396693,0.6446281,0.6322314,0.6322314,0.6322314,0.6404959,0.6487603,0.6528926,0.6404959,0.61570245,0.59917355,0.58264464,0.59504133,0.57438016,0.57024795,0.57438016,0.5495868,0.54545456,0.55785125,0.54545456,0.5495868,0.58264464,0.61157024,0.607438,0.61570245,0.6198347,0.6280992,0.6322314,0.6322314,0.661157,0.59090906,0.59504133,0.6198347,0.59504133,0.59504133,0.60330576,0.607438,0.59917355,0.6198347,0.61570245,0.677686,0.6694215,0.6735537,0.661157,0.6983471,0.70247936,0.7066116,0.71900827,0.6983471,0.71900827,0.6735537,0.16115703,0.16115703,0.16115703,0.14049587,0.07438017,0.5,0.6652893,0.58677685,0.61570245,0.6322314,0.6694215,0.6652893,0.62396693,0.6322314,0.6446281,0.6322314,0.6446281,0.6363636,0.6652893,0.6735537,0.6487603,0.6363636,0.62396693,0.62396693,0.6198347,0.6198347,0.61570245,0.61157024,0.61157024,0.59504133,0.58677685,0.60330576,0.58264464,0.5785124,0.59090906,0.6322314,0.6322314,0.6528926,0.6652893,0.6404959,0.6363636,0.6528926,0.6735537,0.61157024,0.59917355,0.62396693,0.6198347,0.60330576,0.59504133,0.607438,0.59917355,0.62396693,0.6322314,0.6735537,0.6735537,0.6652893,0.6570248,0.6859504,0.7107438,0.70247936,0.6983471,0.677686,0.6942149,0.6487603,0.16528925,0.1446281,0.1570248,0.16115703,0.0785124,0.29752067,0.6570248,0.5661157,0.5785124,0.6446281,0.6487603,0.6528926,0.62396693,0.62396693,0.6528926,0.6322314,0.6487603,0.6446281,0.6694215,0.6735537,0.6404959,0.6404959,0.6322314,0.6198347,0.661157,0.6570248,0.6322314,0.6363636,0.6280992,0.62396693,0.62396693,0.6322314,0.607438,0.6404959,0.6528926,0.6404959,0.6652893,0.6818182,0.6735537,0.677686,0.6570248,0.6404959,0.6694215,0.6528926,0.6198347,0.6280992,0.62396693,0.6198347,0.59504133,0.59090906,0.60330576,0.6404959,0.6528926,0.6694215,0.6570248,0.6570248,0.6652893,0.6735537,0.7066116,0.7107438,0.6942149,0.6735537,0.6528926,0.661157,0.1570248,0.14049587,0.14876033,0.16115703,0.09504132,0.14049587,0.59090906,0.5785124,0.58264464,0.6280992,0.6322314,0.6363636,0.61570245,0.61570245,0.6404959,0.62396693,0.6404959,0.6528926,0.6570248,0.6446281,0.6322314,0.6404959,0.6363636,0.61570245,0.6570248,0.6818182,0.6570248,0.6528926,0.6322314,0.6322314,0.6404959,0.6322314,0.6322314,0.677686,0.6859504,0.6487603,0.6570248,0.677686,0.6694215,0.677686,0.677686,0.6528926,0.6446281,0.69008267,0.6487603,0.6280992,0.6198347,0.6280992,0.61157024,0.59917355,0.59917355,0.6652893,0.6818182,0.6652893,0.6528926,0.6570248,0.661157,0.6694215,0.6942149,0.6942149,0.6694215,0.6694215,0.62396693,0.70247936,0.15289256,0.1570248,0.14876033,0.14876033,0.1446281,0.06198347,0.38016528,0.6198347,0.59090906,0.6198347,0.607438,0.6280992,0.61157024,0.607438,0.61570245,0.61157024,0.6280992,0.6404959,0.6363636,0.6280992,0.6280992,0.6404959,0.6570248,0.6363636,0.6487603,0.6528926,0.6446281,0.6528926,0.62396693,0.6280992,0.6404959,0.6487603,0.6487603,0.6735537,0.6818182,0.6652893,0.6528926,0.661157,0.6652893,0.6652893,0.677686,0.6818182,0.6446281,0.69008267,0.6652893,0.6363636,0.6322314,0.6322314,0.607438,0.59504133,0.6322314,0.6487603,0.6694215,0.6694215,0.6446281,0.6404959,0.6570248,0.6694215,0.6859504,0.69008267,0.6528926,0.6363636,0.6404959,0.72727275,0.15289256,0.14876033,0.14049587,0.1446281,0.14876033,0.10743801,0.17355372,0.58264464,0.59504133,0.6198347,0.60330576,0.61570245,0.61157024,0.607438,0.59917355,0.58677685,0.62396693,0.61570245,0.6198347,0.6363636,0.6322314,0.6528926,0.6694215,0.6528926,0.6570248,0.6280992,0.62396693,0.6280992,0.6198347,0.6280992,0.6322314,0.6446281,0.6487603,0.661157,0.6694215,0.6694215,0.6528926,0.6528926,0.6487603,0.661157,0.6570248,0.6652893,0.6735537,0.6570248,0.6694215,0.6322314,0.6363636,0.6280992,0.6280992,0.607438,0.61570245,0.6404959,0.6446281,0.6735537,0.6446281,0.607438,0.661157,0.6735537,0.6528926,0.6652893,0.6280992,0.61157024,0.70247936,0.7355372,0.15289256,0.15289256,0.1446281,0.14049587,0.1446281,0.15289256,0.08264463,0.3429752,0.60330576,0.61570245,0.61157024,0.61157024,0.60330576,0.607438,0.607438,0.59504133,0.57438016,0.607438,0.6198347,0.6322314,0.6487603,0.6652893,0.6735537,0.6528926,0.6404959,0.6198347,0.6363636,0.59917355,0.607438,0.61570245,0.6322314,0.6404959,0.6404959,0.6322314,0.661157,0.6487603,0.6322314,0.6363636,0.6280992,0.6404959,0.62396693,0.6280992,0.661157,0.6446281,0.6487603,0.6363636,0.62396693,0.6198347,0.6322314,0.6363636,0.6322314,0.6446281,0.6735537,0.6694215,0.6570248,0.6363636,0.6487603,0.6570248,0.6446281,0.6363636,0.61570245,0.6280992,0.7107438,0.7231405,0.15289256,0.14876033,0.1446281,0.1446281,0.14876033,0.15289256,0.14049587,0.09504132,0.446281,0.607438,0.6198347,0.58677685,0.59090906,0.607438,0.607438,0.59504133,0.58264464,0.59090906,0.6198347,0.61570245,0.6446281,0.6652893,0.6694215,0.6487603,0.6322314,0.6198347,0.6198347,0.60330576,0.59090906,0.60330576,0.61157024,0.6198347,0.6198347,0.61570245,0.6487603,0.6198347,0.59504133,0.60330576,0.6198347,0.62396693,0.61570245,0.59504133,0.6404959,0.6487603,0.6446281,0.61570245,0.6280992,0.61157024,0.62396693,0.6363636,0.6322314,0.6446281,0.6363636,0.6198347,0.6487603,0.6446281,0.6280992,0.62396693,0.62396693,0.61570245,0.6363636,0.6694215,0.7107438,0.7107438,0.15289256,0.16115703,0.1446281,0.14876033,0.15289256,0.1570248,0.14876033,0.11983471,0.12809917,0.5123967,0.6198347,0.58264464,0.5785124,0.607438,0.607438,0.5661157,0.607438,0.58677685,0.607438,0.607438,0.6363636,0.6404959,0.6404959,0.61570245,0.607438,0.59504133,0.61570245,0.59917355,0.58264464,0.59090906,0.58677685,0.59504133,0.607438,0.59917355,0.60330576,0.59504133,0.57024795,0.56198347,0.58264464,0.59504133,0.61157024,0.56198347,0.6198347,0.6363636,0.6487603,0.62396693,0.61157024,0.61570245,0.59917355,0.6446281,0.6363636,0.6322314,0.59917355,0.59090906,0.6322314,0.6404959,0.607438,0.60330576,0.61570245,0.6280992,0.6818182,0.6942149,0.7066116,0.74793386,0.15289256,0.1570248,0.15289256,0.1570248,0.16115703,0.1570248,0.14876033,0.15289256,0.09917355,0.17768595,0.5413223,0.62396693,0.5785124,0.5785124,0.61157024,0.58264464,0.58677685,0.60330576,0.59504133,0.60330576,0.6322314,0.61570245,0.61570245,0.61570245,0.59504133,0.57438016,0.607438,0.59090906,0.5785124,0.59504133,0.57438016,0.55785125,0.5785124,0.57438016,0.55785125,0.57438016,0.5413223,0.5495868,0.54545456,0.56198347,0.58264464,0.5495868,0.58677685,0.6198347,0.6363636,0.60330576,0.6198347,0.59090906,0.5785124,0.61570245,0.6322314,0.62396693,0.59090906,0.57438016,0.61157024,0.6322314,0.59090906,0.58264464,0.61570245,0.6735537,0.7107438,0.71487606,0.7066116,0.75206614,0.15289256,0.1694215,0.14876033,0.16115703,0.1570248,0.15289256,0.16115703,0.14049587,0.14049587,0.11157025,0.23553719,0.54545456,0.59090906,0.5785124,0.5785124,0.57438016,0.59090906,0.58264464,0.59917355,0.60330576,0.607438,0.59504133,0.58677685,0.59917355,0.5785124,0.57438016,0.57024795,0.5785124,0.55785125,0.57438016,0.553719,0.5371901,0.54545456,0.5413223,0.5082645,0.5371901,0.5123967,0.5165289,0.5165289,0.5123967,0.5371901,0.53305787,0.553719,0.59504133,0.607438,0.59504133,0.59090906,0.58264464,0.57438016,0.59917355,0.61157024,0.60330576,0.607438,0.607438,0.59504133,0.60330576,0.57024795,0.59504133,0.62396693,0.6859504,0.71487606,0.71487606,0.7066116,0.75619835,0.16115703,0.15289256,0.1570248,0.16115703,0.15289256,0.16528925,0.1570248,0.14876033,0.15289256,0.15289256,0.11570248,0.2231405,0.5123967,0.58677685,0.5495868,0.54545456,0.57024795,0.58264464,0.5785124,0.59917355,0.59917355,0.58677685,0.5661157,0.56198347,0.54545456,0.55785125,0.5371901,0.5661157,0.54545456,0.5413223,0.53305787,0.5165289,0.5123967,0.5041322,0.47107437,0.5,0.48347107,0.49173555,0.49173555,0.4752066,0.49173555,0.5206612,0.5495868,0.5661157,0.57438016,0.5785124,0.57438016,0.55785125,0.5661157,0.59504133,0.59504133,0.59090906,0.58677685,0.607438,0.59090906,0.58264464,0.56198347,0.62396693,0.6652893,0.6942149,0.71487606,0.71900827,0.7107438,0.7892562,0.1570248,0.16528925,0.15289256,0.1570248,0.16528925,0.16115703,0.1694215,0.1570248,0.1570248,0.14876033,0.15289256,0.12396694,0.3181818,0.57438016,0.5495868,0.5289256,0.553719,0.57438016,0.56198347,0.56198347,0.59917355,0.58677685,0.5495868,0.5413223,0.5247934,0.53305787,0.53305787,0.54545456,0.5123967,0.5247934,0.5123967,0.5,0.4752066,0.45867768,0.446281,0.45867768,0.47107437,0.45041323,0.46280992,0.45041323,0.45867768,0.5041322,0.5413223,0.54545456,0.5495868,0.553719,0.553719,0.5495868,0.56198347,0.58264464,0.58264464,0.5785124,0.57438016,0.607438,0.553719,0.5661157,0.59090906,0.6280992,0.6942149,0.7107438,0.71487606,0.7231405,0.74793386,0.8140496,35 +0.45454547,0.5206612,0.57024795,0.59090906,0.58264464,0.607438,0.6322314,0.6528926,0.6694215,0.6818182,0.69008267,0.70247936,0.6983471,0.70247936,0.7066116,0.70247936,0.7231405,0.71900827,0.7107438,0.72727275,0.7231405,0.72727275,0.7355372,0.71900827,0.7107438,0.71487606,0.7107438,0.7231405,0.73966944,0.74793386,0.74380165,0.74380165,0.74793386,0.76033056,0.75206614,0.75206614,0.75619835,0.76033056,0.76033056,0.76859504,0.77272725,0.7768595,0.78099173,0.7892562,0.79752064,0.7933884,0.80991733,0.822314,0.822314,0.8305785,0.8305785,0.838843,0.838843,0.8471074,0.8553719,0.8595041,0.8553719,0.838843,0.838843,0.8512397,0.91735536,0.6528926,0.35950413,0.3181818,0.46694216,0.5247934,0.57438016,0.5785124,0.58264464,0.61157024,0.6404959,0.6446281,0.6735537,0.6859504,0.6983471,0.70247936,0.6983471,0.70247936,0.7066116,0.7107438,0.71900827,0.7231405,0.71487606,0.71900827,0.72727275,0.7231405,0.7231405,0.71900827,0.71487606,0.7355372,0.7231405,0.7231405,0.73140496,0.72727275,0.73140496,0.73140496,0.74380165,0.75619835,0.75619835,0.75206614,0.75206614,0.75206614,0.75619835,0.75619835,0.7644628,0.7644628,0.7768595,0.7768595,0.7892562,0.79752064,0.80991733,0.8181818,0.822314,0.8264463,0.8347107,0.8347107,0.8264463,0.8471074,0.8471074,0.8595041,0.8553719,0.8553719,0.8305785,0.8429752,0.90082645,0.7933884,0.39256197,0.3966942,0.48347107,0.5123967,0.5785124,0.57438016,0.59917355,0.60330576,0.6404959,0.6570248,0.69008267,0.70247936,0.6859504,0.677686,0.6983471,0.6942149,0.7066116,0.71487606,0.71900827,0.71900827,0.71900827,0.7066116,0.7107438,0.7231405,0.71900827,0.71900827,0.7107438,0.7231405,0.73140496,0.7231405,0.7231405,0.73140496,0.71900827,0.71900827,0.72727275,0.7355372,0.74793386,0.75206614,0.74793386,0.74793386,0.75206614,0.75619835,0.76033056,0.7644628,0.76859504,0.78099173,0.78099173,0.79752064,0.8057851,0.8140496,0.8181818,0.8264463,0.8305785,0.822314,0.8264463,0.838843,0.8512397,0.8512397,0.8595041,0.8553719,0.838843,0.8347107,0.8801653,0.8429752,0.5,0.3677686,0.47933885,0.53305787,0.5785124,0.58677685,0.59090906,0.61570245,0.6446281,0.6735537,0.6942149,0.6983471,0.7066116,0.6818182,0.7066116,0.70247936,0.7066116,0.71487606,0.7107438,0.71487606,0.7107438,0.70247936,0.7066116,0.7066116,0.7107438,0.7107438,0.71487606,0.70247936,0.70247936,0.70247936,0.71900827,0.71900827,0.7066116,0.71487606,0.7231405,0.72727275,0.7231405,0.71900827,0.71487606,0.73140496,0.73966944,0.74380165,0.76033056,0.7644628,0.75206614,0.7644628,0.77272725,0.78512394,0.7933884,0.8016529,0.8057851,0.822314,0.8305785,0.8181818,0.8264463,0.838843,0.8429752,0.8553719,0.8595041,0.8595041,0.8347107,0.8347107,0.8512397,0.88429755,0.61157024,0.43801653,0.49173555,0.5495868,0.5785124,0.5785124,0.60330576,0.61157024,0.661157,0.6818182,0.6942149,0.6983471,0.7066116,0.6983471,0.6942149,0.6942149,0.6983471,0.7066116,0.70247936,0.6983471,0.70247936,0.6942149,0.6942149,0.70247936,0.6942149,0.6983471,0.7066116,0.6942149,0.6859504,0.6942149,0.6983471,0.6983471,0.6859504,0.69008267,0.6983471,0.7066116,0.7107438,0.70247936,0.6942149,0.7066116,0.71487606,0.72727275,0.74793386,0.73966944,0.74793386,0.75619835,0.75206614,0.77272725,0.7768595,0.78512394,0.7933884,0.8057851,0.8140496,0.8181818,0.822314,0.8347107,0.8429752,0.8471074,0.8636364,0.8512397,0.8347107,0.822314,0.8347107,0.8636364,0.6942149,0.56198347,0.5082645,0.5495868,0.56198347,0.5785124,0.58677685,0.6363636,0.6735537,0.6983471,0.69008267,0.6942149,0.6983471,0.7066116,0.6942149,0.69008267,0.69008267,0.7066116,0.69008267,0.6942149,0.70247936,0.69008267,0.6859504,0.6859504,0.6859504,0.69008267,0.6983471,0.69008267,0.6818182,0.6735537,0.677686,0.677686,0.6735537,0.677686,0.677686,0.6818182,0.677686,0.677686,0.69008267,0.6942149,0.70247936,0.71487606,0.7231405,0.7231405,0.7231405,0.73966944,0.7355372,0.74793386,0.76859504,0.77272725,0.77272725,0.7933884,0.7933884,0.7933884,0.80991733,0.8264463,0.8347107,0.8429752,0.8595041,0.8636364,0.8347107,0.80991733,0.822314,0.8719008,0.6818182,0.54545456,0.5206612,0.5371901,0.56198347,0.57438016,0.59090906,0.6446281,0.6818182,0.70247936,0.6983471,0.6942149,0.6983471,0.6983471,0.6818182,0.6942149,0.69008267,0.69008267,0.677686,0.677686,0.6942149,0.6818182,0.6735537,0.677686,0.677686,0.6818182,0.6859504,0.6735537,0.6694215,0.6652893,0.6652893,0.6694215,0.6652893,0.6652893,0.6652893,0.6694215,0.6652893,0.6528926,0.661157,0.6694215,0.677686,0.6859504,0.69008267,0.70247936,0.6942149,0.7107438,0.7107438,0.7066116,0.71487606,0.71487606,0.72727275,0.73140496,0.73966944,0.74380165,0.75619835,0.77272725,0.8181818,0.8305785,0.8512397,0.8719008,0.8347107,0.8016529,0.8057851,0.8636364,0.71900827,0.46694216,0.5289256,0.5165289,0.553719,0.5495868,0.6198347,0.6528926,0.677686,0.677686,0.677686,0.6528926,0.6652893,0.6570248,0.6363636,0.6487603,0.6404959,0.6446281,0.6528926,0.6487603,0.6570248,0.6570248,0.6570248,0.6570248,0.6528926,0.661157,0.6652893,0.6570248,0.6487603,0.6487603,0.6570248,0.6528926,0.6404959,0.6487603,0.6570248,0.6528926,0.6528926,0.6446281,0.6404959,0.6446281,0.6487603,0.6487603,0.6528926,0.6528926,0.6363636,0.62396693,0.62396693,0.6198347,0.60330576,0.607438,0.62396693,0.61157024,0.61157024,0.6363636,0.6652893,0.6859504,0.7231405,0.7933884,0.838843,0.8636364,0.8429752,0.8016529,0.7892562,0.8471074,0.7768595,0.40495867,0.5289256,0.5082645,0.5371901,0.5371901,0.6198347,0.6487603,0.6528926,0.6198347,0.59917355,0.5785124,0.58264464,0.55785125,0.5371901,0.56198347,0.553719,0.553719,0.55785125,0.55785125,0.5495868,0.553719,0.5661157,0.58264464,0.59917355,0.61570245,0.61570245,0.61157024,0.61570245,0.6280992,0.6280992,0.62396693,0.6198347,0.6280992,0.6322314,0.6322314,0.6363636,0.6280992,0.61157024,0.59917355,0.59090906,0.58264464,0.5661157,0.5495868,0.5289256,0.5,0.46694216,0.46694216,0.45867768,0.46280992,0.48347107,0.49173555,0.49173555,0.5413223,0.5785124,0.61157024,0.61570245,0.6735537,0.76859504,0.8181818,0.8305785,0.80991733,0.7768595,0.8181818,0.80991733,0.45454547,0.5206612,0.5165289,0.53305787,0.54545456,0.6198347,0.6280992,0.58677685,0.553719,0.5371901,0.5206612,0.5123967,0.45454547,0.4214876,0.45454547,0.45454547,0.4214876,0.39256197,0.38016528,0.36363637,0.38016528,0.40082645,0.45041323,0.5082645,0.5289256,0.53305787,0.5413223,0.55785125,0.58264464,0.59504133,0.607438,0.61157024,0.61157024,0.607438,0.61570245,0.61157024,0.59504133,0.57438016,0.5371901,0.5247934,0.5082645,0.47933885,0.4338843,0.39256197,0.3553719,0.3264463,0.3181818,0.30165288,0.3181818,0.35950413,0.39256197,0.38429752,0.41735536,0.4752066,0.5082645,0.5247934,0.553719,0.6446281,0.71900827,0.7355372,0.7768595,0.74793386,0.8016529,0.822314,0.53305787,0.5041322,0.5289256,0.5247934,0.5371901,0.56198347,0.5371901,0.4876033,0.46694216,0.46694216,0.46694216,0.44214877,0.39256197,0.3553719,0.3429752,0.34710744,0.29752067,0.24793388,0.23553719,0.24380165,0.2520661,0.28512397,0.33471075,0.41322315,0.45867768,0.45454547,0.47107437,0.5082645,0.54545456,0.55785125,0.5785124,0.59917355,0.59917355,0.59917355,0.59504133,0.58264464,0.5413223,0.5165289,0.49173555,0.46280992,0.44214877,0.3966942,0.35123968,0.30578512,0.28099173,0.2520661,0.24380165,0.22727273,0.23140496,0.2603306,0.28512397,0.30578512,0.30991736,0.37190083,0.4090909,0.41735536,0.46694216,0.5413223,0.6818182,0.6735537,0.72727275,0.72727275,0.77272725,0.8471074,0.5785124,0.5082645,0.5206612,0.5,0.5123967,0.5123967,0.46280992,0.41735536,0.38842976,0.39256197,0.38429752,0.3677686,0.34710744,0.3264463,0.2768595,0.23140496,0.2107438,0.20661157,0.20247933,0.2231405,0.23553719,0.25619835,0.28512397,0.35123968,0.41735536,0.4214876,0.42561984,0.45041323,0.49173555,0.53305787,0.56198347,0.59504133,0.61157024,0.60330576,0.57438016,0.5289256,0.4876033,0.46280992,0.43801653,0.40495867,0.36363637,0.33471075,0.30991736,0.27272728,0.23140496,0.20661157,0.21487603,0.20247933,0.19421488,0.21487603,0.22727273,0.2520661,0.2768595,0.28512397,0.29752067,0.3181818,0.37190083,0.45454547,0.57438016,0.6280992,0.6818182,0.7355372,0.74793386,0.838843,0.6487603,0.5289256,0.49586776,0.48347107,0.5,0.49586776,0.41322315,0.39256197,0.38016528,0.40082645,0.38429752,0.36363637,0.3429752,0.338843,0.30991736,0.30165288,0.28099173,0.27272728,0.2768595,0.2644628,0.2644628,0.27272728,0.30165288,0.34710744,0.38429752,0.40495867,0.41735536,0.43801653,0.47933885,0.5206612,0.56198347,0.59090906,0.60330576,0.60330576,0.5661157,0.5123967,0.48347107,0.43801653,0.3966942,0.35950413,0.3264463,0.30165288,0.26859504,0.24793388,0.2231405,0.20661157,0.2107438,0.23140496,0.23966943,0.26859504,0.28099173,0.30578512,0.3140496,0.3264463,0.30578512,0.3140496,0.3264463,0.35123968,0.46280992,0.5123967,0.607438,0.69008267,0.72727275,0.8181818,0.75206614,0.5289256,0.47107437,0.46280992,0.4752066,0.45041323,0.41735536,0.38842976,0.4090909,0.4214876,0.41322315,0.4090909,0.3966942,0.4090909,0.39256197,0.40082645,0.35950413,0.3305785,0.30578512,0.28099173,0.27272728,0.26859504,0.29752067,0.3264463,0.3553719,0.38842976,0.41322315,0.44214877,0.4876033,0.5413223,0.607438,0.61570245,0.61157024,0.6198347,0.58677685,0.5371901,0.5,0.43801653,0.38842976,0.3305785,0.28099173,0.2603306,0.23966943,0.21900827,0.20247933,0.20247933,0.2231405,0.2520661,0.29338843,0.338843,0.35123968,0.33471075,0.3264463,0.338843,0.32231405,0.3305785,0.338843,0.37603307,0.4214876,0.41322315,0.5247934,0.6363636,0.7066116,0.78099173,0.838843,0.5247934,0.44214877,0.41735536,0.45454547,0.45454547,0.42975205,0.4338843,0.42975205,0.42561984,0.39256197,0.38842976,0.37603307,0.38016528,0.3553719,0.3553719,0.28512397,0.23553719,0.22727273,0.21487603,0.20661157,0.20661157,0.23966943,0.2892562,0.3305785,0.37603307,0.42561984,0.46280992,0.5123967,0.59090906,0.661157,0.6652893,0.6528926,0.677686,0.6652893,0.61570245,0.57024795,0.4876033,0.38016528,0.28099173,0.23140496,0.2107438,0.19421488,0.17768595,0.18181819,0.18595041,0.23966943,0.24380165,0.26859504,0.3181818,0.32231405,0.3264463,0.34710744,0.3429752,0.3181818,0.28099173,0.3181818,0.37190083,0.4214876,0.45041323,0.5,0.60330576,0.7066116,0.76033056,0.8636364,0.5247934,0.41322315,0.4090909,0.446281,0.45867768,0.45454547,0.45041323,0.40082645,0.35123968,0.3305785,0.34710744,0.35123968,0.3429752,0.24793388,0.33471075,0.17768595,0.10743801,0.16528925,0.1694215,0.19421488,0.1983471,0.21900827,0.24793388,0.29752067,0.36363637,0.4090909,0.45454547,0.53305787,0.61570245,0.677686,0.69008267,0.69008267,0.7231405,0.7355372,0.7355372,0.71900827,0.57438016,0.34710744,0.2231405,0.19008264,0.18181819,0.16528925,0.16115703,0.21487603,0.17355372,0.23553719,0.16115703,0.11157025,0.17768595,0.17768595,0.23553719,0.32231405,0.35123968,0.4338843,0.30991736,0.23966943,0.29752067,0.35950413,0.47933885,0.5495868,0.6198347,0.71487606,0.75619835,0.8677686,0.5247934,0.43801653,0.446281,0.45454547,0.45041323,0.45041323,0.41322315,0.3140496,0.2768595,0.3264463,0.32231405,0.30991736,0.3305785,0.17768595,0.27272728,0.15289256,0.07024793,0.14876033,0.18595041,0.23553719,0.1983471,0.18595041,0.22727273,0.28512397,0.36363637,0.40082645,0.44214877,0.53305787,0.61570245,0.6735537,0.70247936,0.71487606,0.74380165,0.76859504,0.79752064,0.8305785,0.6487603,0.338843,0.21900827,0.23140496,0.21900827,0.1694215,0.1446281,0.24380165,0.23553719,0.23553719,0.16115703,0.08677686,0.16528925,0.14049587,0.2768595,0.3966942,0.30578512,0.33471075,0.42975205,0.3264463,0.29752067,0.338843,0.46694216,0.59917355,0.661157,0.73140496,0.76859504,0.8471074,0.5247934,0.45454547,0.45867768,0.46280992,0.446281,0.4090909,0.3553719,0.28099173,0.29752067,0.27272728,0.21900827,0.33471075,0.4338843,0.24793388,0.15289256,0.14876033,0.1446281,0.21900827,0.2520661,0.3181818,0.2520661,0.23140496,0.28099173,0.3264463,0.40495867,0.42561984,0.44214877,0.5289256,0.6280992,0.6818182,0.71487606,0.7355372,0.76033056,0.77272725,0.8140496,0.8677686,0.70247936,0.3677686,0.30578512,0.34710744,0.28099173,0.18181819,0.14876033,0.24793388,0.36363637,0.29752067,0.24793388,0.1983471,0.23553719,0.22727273,0.41322315,0.5413223,0.446281,0.35123968,0.47933885,0.45041323,0.47933885,0.47933885,0.5165289,0.6446281,0.6983471,0.77272725,0.78512394,0.8264463,0.53305787,0.49173555,0.4876033,0.4752066,0.44214877,0.40082645,0.3553719,0.33471075,0.28099173,0.24793388,0.2603306,0.35950413,0.46280992,0.41322315,0.23966943,0.27272728,0.26859504,0.3181818,0.34710744,0.38016528,0.32231405,0.33471075,0.40082645,0.3966942,0.45041323,0.43801653,0.46280992,0.54545456,0.6404959,0.6983471,0.7355372,0.75206614,0.7644628,0.7768595,0.822314,0.87603307,0.74793386,0.45867768,0.38429752,0.39256197,0.33471075,0.26859504,0.24793388,0.27272728,0.41735536,0.3966942,0.33471075,0.3305785,0.338843,0.37190083,0.46694216,0.5041322,0.49586776,0.5,0.6404959,0.6446281,0.607438,0.6404959,0.661157,0.71487606,0.74793386,0.7892562,0.8140496,0.79752064,0.54545456,0.5123967,0.5165289,0.4876033,0.45041323,0.4214876,0.41322315,0.3677686,0.37190083,0.35123968,0.38016528,0.39256197,0.45867768,0.45867768,0.4090909,0.41322315,0.40495867,0.3966942,0.40495867,0.41322315,0.40495867,0.4214876,0.45867768,0.46694216,0.45041323,0.45041323,0.5,0.57438016,0.6363636,0.6983471,0.74380165,0.7644628,0.76859504,0.78099173,0.8305785,0.8595041,0.78512394,0.60330576,0.48347107,0.42561984,0.4090909,0.38842976,0.3429752,0.35123968,0.4090909,0.44214877,0.4338843,0.42975205,0.446281,0.446281,0.48347107,0.54545456,0.57438016,0.6404959,0.71487606,0.73966944,0.75619835,0.75619835,0.76859504,0.7768595,0.79752064,0.8057851,0.822314,0.7933884,0.553719,0.53305787,0.5247934,0.5082645,0.47933885,0.47933885,0.46280992,0.45454547,0.4752066,0.46694216,0.49173555,0.49173555,0.5082645,0.49173555,0.45041323,0.45041323,0.4338843,0.4214876,0.4214876,0.4338843,0.45041323,0.4876033,0.5041322,0.49173555,0.4752066,0.49173555,0.54545456,0.59090906,0.62396693,0.6859504,0.72727275,0.75619835,0.77272725,0.7768595,0.8140496,0.8305785,0.8016529,0.71900827,0.62396693,0.5165289,0.45041323,0.42561984,0.3966942,0.39256197,0.43801653,0.46694216,0.4876033,0.47933885,0.5041322,0.5041322,0.5413223,0.607438,0.6322314,0.6859504,0.72727275,0.76033056,0.7768595,0.7892562,0.79752064,0.7933884,0.8016529,0.822314,0.8181818,0.8016529,0.56198347,0.5495868,0.5495868,0.5206612,0.5165289,0.5165289,0.49173555,0.5,0.5206612,0.5247934,0.5289256,0.5289256,0.5247934,0.5123967,0.4876033,0.48347107,0.46694216,0.46280992,0.4752066,0.49173555,0.5123967,0.5289256,0.5371901,0.5165289,0.5165289,0.553719,0.58264464,0.607438,0.62396693,0.6528926,0.69008267,0.7355372,0.7644628,0.76859504,0.7892562,0.79752064,0.7933884,0.78099173,0.74380165,0.6652893,0.55785125,0.4876033,0.46280992,0.46280992,0.49173555,0.5289256,0.5413223,0.5413223,0.553719,0.5661157,0.59917355,0.6487603,0.6735537,0.7107438,0.7355372,0.7644628,0.7768595,0.8016529,0.8057851,0.7933884,0.80991733,0.8016529,0.8181818,0.8016529,0.553719,0.57438016,0.5661157,0.54545456,0.5413223,0.5247934,0.5247934,0.5413223,0.56198347,0.57024795,0.57024795,0.56198347,0.5495868,0.55785125,0.5495868,0.54545456,0.5413223,0.5371901,0.53305787,0.54545456,0.56198347,0.57024795,0.5661157,0.54545456,0.553719,0.58677685,0.59504133,0.60330576,0.61570245,0.6280992,0.6818182,0.7355372,0.7644628,0.76033056,0.76859504,0.77272725,0.7768595,0.7933884,0.8016529,0.7768595,0.6983471,0.607438,0.5495868,0.54545456,0.55785125,0.59090906,0.607438,0.6280992,0.6322314,0.6363636,0.6652893,0.6859504,0.6859504,0.7066116,0.7355372,0.74793386,0.7644628,0.7892562,0.8057851,0.8057851,0.8140496,0.7933884,0.80991733,0.8057851,0.56198347,0.58264464,0.58264464,0.5661157,0.553719,0.553719,0.57024795,0.5785124,0.59090906,0.59504133,0.60330576,0.59504133,0.58677685,0.59504133,0.59090906,0.58677685,0.58264464,0.57438016,0.57024795,0.57438016,0.58677685,0.59090906,0.57438016,0.5661157,0.58677685,0.59504133,0.58677685,0.59504133,0.61157024,0.6363636,0.6942149,0.73966944,0.75619835,0.75206614,0.75619835,0.76033056,0.7644628,0.7768595,0.8057851,0.822314,0.78512394,0.7107438,0.6487603,0.6280992,0.6322314,0.6404959,0.6446281,0.661157,0.6570248,0.6735537,0.7066116,0.71487606,0.71900827,0.73140496,0.74380165,0.75206614,0.75619835,0.77272725,0.8057851,0.8140496,0.8057851,0.79752064,0.79752064,0.8057851,0.55785125,0.57438016,0.58677685,0.58677685,0.58264464,0.59504133,0.60330576,0.60330576,0.60330576,0.61157024,0.61570245,0.59917355,0.59917355,0.59090906,0.59917355,0.59090906,0.59917355,0.58677685,0.58677685,0.58677685,0.60330576,0.60330576,0.59504133,0.59504133,0.58677685,0.5785124,0.58264464,0.59917355,0.6198347,0.6528926,0.71487606,0.74380165,0.74380165,0.74793386,0.75619835,0.77272725,0.77272725,0.76859504,0.78512394,0.8264463,0.8181818,0.74380165,0.6942149,0.6694215,0.6694215,0.6735537,0.6735537,0.6694215,0.6694215,0.6694215,0.6942149,0.71487606,0.7231405,0.74793386,0.73966944,0.75206614,0.76859504,0.77272725,0.7892562,0.80991733,0.8016529,0.79752064,0.7933884,0.7933884,0.5495868,0.5661157,0.58677685,0.60330576,0.60330576,0.61157024,0.61157024,0.6280992,0.607438,0.6280992,0.62396693,0.607438,0.607438,0.59504133,0.61570245,0.59917355,0.607438,0.59504133,0.59917355,0.607438,0.61570245,0.6198347,0.6322314,0.6198347,0.57438016,0.5785124,0.59917355,0.607438,0.6280992,0.6735537,0.7107438,0.7107438,0.7231405,0.7355372,0.75619835,0.8016529,0.8057851,0.78512394,0.7644628,0.7933884,0.8140496,0.75206614,0.7107438,0.677686,0.661157,0.6735537,0.6859504,0.677686,0.6859504,0.6735537,0.677686,0.6983471,0.71900827,0.74380165,0.74380165,0.75206614,0.7768595,0.7892562,0.7933884,0.7933884,0.8016529,0.7933884,0.7768595,0.7892562,0.53305787,0.55785125,0.58677685,0.60330576,0.61157024,0.61570245,0.61570245,0.6363636,0.61570245,0.6363636,0.6363636,0.61157024,0.61570245,0.62396693,0.6322314,0.61570245,0.6198347,0.61570245,0.6198347,0.6322314,0.6322314,0.6404959,0.6570248,0.61570245,0.5785124,0.607438,0.607438,0.58264464,0.59917355,0.661157,0.661157,0.6404959,0.661157,0.6735537,0.7066116,0.75206614,0.7644628,0.7768595,0.7768595,0.7768595,0.78512394,0.72727275,0.6942149,0.6735537,0.6487603,0.6570248,0.6735537,0.677686,0.6983471,0.6942149,0.69008267,0.6942149,0.72727275,0.73140496,0.74793386,0.75206614,0.7644628,0.78099173,0.8016529,0.78099173,0.78512394,0.78099173,0.76859504,0.78099173,0.5165289,0.55785125,0.57024795,0.59504133,0.60330576,0.61570245,0.61157024,0.6404959,0.6363636,0.6487603,0.6404959,0.6363636,0.6363636,0.6528926,0.6528926,0.6363636,0.6404959,0.6446281,0.6446281,0.6487603,0.6570248,0.6694215,0.6528926,0.59917355,0.60330576,0.62396693,0.59504133,0.53305787,0.5247934,0.5785124,0.57438016,0.5661157,0.57438016,0.57438016,0.61157024,0.6322314,0.6404959,0.6735537,0.73140496,0.76859504,0.79752064,0.7231405,0.6528926,0.6404959,0.6322314,0.6446281,0.661157,0.661157,0.69008267,0.7066116,0.6942149,0.6983471,0.72727275,0.7231405,0.74380165,0.76033056,0.76033056,0.76859504,0.78099173,0.7644628,0.75619835,0.75619835,0.75619835,0.76859504,0.5123967,0.553719,0.56198347,0.5785124,0.58677685,0.60330576,0.59917355,0.6363636,0.6487603,0.6528926,0.661157,0.6735537,0.661157,0.6818182,0.6694215,0.6652893,0.6694215,0.6694215,0.6652893,0.6652893,0.677686,0.6694215,0.61157024,0.59090906,0.59504133,0.57438016,0.5289256,0.47933885,0.46280992,0.5,0.5041322,0.5082645,0.5,0.49173555,0.5247934,0.5165289,0.49586776,0.5,0.5495868,0.6404959,0.74793386,0.77272725,0.6404959,0.58677685,0.60330576,0.6322314,0.6487603,0.6570248,0.6735537,0.70247936,0.70247936,0.7066116,0.71487606,0.7107438,0.74793386,0.77272725,0.78099173,0.75619835,0.76033056,0.74793386,0.75206614,0.74793386,0.75206614,0.74793386,0.5165289,0.5371901,0.5495868,0.5661157,0.57438016,0.59504133,0.59917355,0.62396693,0.6487603,0.6694215,0.6735537,0.6942149,0.677686,0.6942149,0.6818182,0.6859504,0.69008267,0.69008267,0.6818182,0.677686,0.6818182,0.6404959,0.56198347,0.56198347,0.5165289,0.41735536,0.34710744,0.3305785,0.3264463,0.3966942,0.47933885,0.4752066,0.44214877,0.45867768,0.42975205,0.3264463,0.28099173,0.2768595,0.3140496,0.4214876,0.56198347,0.74380165,0.661157,0.553719,0.56198347,0.59917355,0.6280992,0.6528926,0.661157,0.6859504,0.7066116,0.7107438,0.70247936,0.70247936,0.73966944,0.76859504,0.7892562,0.75206614,0.7644628,0.74380165,0.75619835,0.7355372,0.75206614,0.73966944,0.5123967,0.5413223,0.54545456,0.553719,0.57438016,0.58677685,0.60330576,0.62396693,0.6570248,0.677686,0.69008267,0.6983471,0.6859504,0.6942149,0.69008267,0.6983471,0.6983471,0.6942149,0.6818182,0.677686,0.6570248,0.60330576,0.53305787,0.5165289,0.4090909,0.23553719,0.15289256,0.16528925,0.19421488,0.3140496,0.46694216,0.45867768,0.4090909,0.46694216,0.37603307,0.18595041,0.1322314,0.11983471,0.14049587,0.24380165,0.40082645,0.6322314,0.6570248,0.54545456,0.5289256,0.553719,0.59504133,0.6280992,0.6404959,0.6694215,0.70247936,0.7066116,0.6983471,0.7107438,0.72727275,0.73966944,0.76859504,0.75619835,0.76033056,0.7355372,0.75206614,0.7231405,0.74380165,0.74380165,0.5,0.5495868,0.54545456,0.5371901,0.57438016,0.57438016,0.59917355,0.6363636,0.6652893,0.677686,0.6942149,0.6859504,0.6859504,0.69008267,0.70247936,0.7107438,0.6942149,0.6859504,0.677686,0.6487603,0.62396693,0.58264464,0.5247934,0.48347107,0.3677686,0.2231405,0.20661157,0.23553719,0.2892562,0.38842976,0.46280992,0.43801653,0.38016528,0.46280992,0.41735536,0.2768595,0.21487603,0.17355372,0.16528925,0.20661157,0.3305785,0.54545456,0.6487603,0.59504133,0.5495868,0.5247934,0.5495868,0.59504133,0.61157024,0.6363636,0.6818182,0.70247936,0.70247936,0.7066116,0.7066116,0.7107438,0.73140496,0.74793386,0.73966944,0.72727275,0.74380165,0.70247936,0.72727275,0.73966944,0.49173555,0.5413223,0.5413223,0.53305787,0.5661157,0.56198347,0.60330576,0.6363636,0.6652893,0.677686,0.6818182,0.6735537,0.6859504,0.6859504,0.7066116,0.71900827,0.6942149,0.6818182,0.661157,0.61570245,0.607438,0.58677685,0.5247934,0.46280992,0.39256197,0.338843,0.38842976,0.41735536,0.43801653,0.46280992,0.45041323,0.4090909,0.3553719,0.39256197,0.4338843,0.41735536,0.38016528,0.3305785,0.29338843,0.28099173,0.34710744,0.5247934,0.6487603,0.6528926,0.607438,0.553719,0.5165289,0.56198347,0.60330576,0.61570245,0.6570248,0.6942149,0.6983471,0.6983471,0.6983471,0.6942149,0.70247936,0.71487606,0.72727275,0.7355372,0.74380165,0.6942149,0.71487606,0.74793386,0.4876033,0.5289256,0.5413223,0.5371901,0.553719,0.57024795,0.60330576,0.6322314,0.6570248,0.6735537,0.6694215,0.6735537,0.6818182,0.69008267,0.70247936,0.7066116,0.69008267,0.677686,0.6404959,0.607438,0.61157024,0.607438,0.5371901,0.45867768,0.40495867,0.38016528,0.42561984,0.45867768,0.46694216,0.46280992,0.4338843,0.38429752,0.35123968,0.35950413,0.42975205,0.49586776,0.5041322,0.45454547,0.39256197,0.38429752,0.45867768,0.57438016,0.6652893,0.6818182,0.6570248,0.61570245,0.553719,0.56198347,0.607438,0.6280992,0.661157,0.6735537,0.69008267,0.69008267,0.69008267,0.6942149,0.69008267,0.70247936,0.71487606,0.7355372,0.74380165,0.7107438,0.73140496,0.75206614,0.49173555,0.5247934,0.5371901,0.5289256,0.5495868,0.5785124,0.58677685,0.62396693,0.6487603,0.6694215,0.6652893,0.6652893,0.677686,0.6859504,0.6942149,0.6983471,0.6983471,0.6818182,0.6528926,0.61570245,0.61570245,0.62396693,0.5661157,0.48347107,0.44214877,0.4214876,0.4214876,0.45454547,0.48347107,0.49173555,0.46280992,0.41322315,0.40495867,0.42561984,0.46280992,0.5371901,0.59504133,0.58677685,0.5413223,0.553719,0.607438,0.6446281,0.677686,0.7107438,0.6942149,0.6652893,0.6404959,0.62396693,0.6404959,0.6570248,0.6735537,0.6694215,0.69008267,0.6983471,0.69008267,0.71900827,0.7066116,0.6942149,0.6983471,0.71487606,0.73140496,0.71900827,0.73966944,0.74793386,0.49586776,0.5165289,0.5206612,0.5247934,0.54545456,0.5785124,0.58264464,0.62396693,0.6528926,0.661157,0.6694215,0.661157,0.677686,0.69008267,0.69008267,0.7066116,0.70247936,0.69008267,0.6694215,0.6404959,0.6322314,0.6363636,0.59504133,0.5165289,0.4876033,0.4876033,0.46694216,0.49173555,0.5206612,0.53305787,0.5041322,0.46280992,0.46694216,0.47933885,0.4876033,0.5371901,0.61570245,0.661157,0.661157,0.6694215,0.677686,0.6735537,0.6942149,0.72727275,0.72727275,0.70247936,0.6859504,0.6859504,0.6859504,0.6942149,0.69008267,0.6859504,0.6983471,0.7066116,0.71900827,0.7355372,0.73966944,0.677686,0.6859504,0.6983471,0.6942149,0.72727275,0.7355372,0.7355372,0.48347107,0.5165289,0.5165289,0.5206612,0.54545456,0.57024795,0.59504133,0.6280992,0.6528926,0.6570248,0.6735537,0.661157,0.677686,0.6942149,0.6983471,0.7066116,0.69008267,0.6818182,0.661157,0.6570248,0.6487603,0.6404959,0.607438,0.53305787,0.5082645,0.5206612,0.5123967,0.5289256,0.5371901,0.5371901,0.5123967,0.48347107,0.5041322,0.5123967,0.5041322,0.5247934,0.58264464,0.6404959,0.6652893,0.6735537,0.6735537,0.6818182,0.7107438,0.71487606,0.7231405,0.7107438,0.6859504,0.677686,0.69008267,0.7107438,0.70247936,0.70247936,0.7107438,0.6983471,0.71487606,0.7231405,0.73966944,0.6983471,0.6818182,0.6983471,0.6735537,0.73140496,0.7355372,0.6983471,0.45867768,0.5206612,0.5165289,0.5289256,0.5495868,0.56198347,0.59504133,0.6280992,0.6446281,0.6528926,0.6735537,0.6694215,0.6859504,0.6859504,0.69008267,0.69008267,0.6694215,0.6570248,0.6404959,0.6446281,0.6446281,0.62396693,0.59504133,0.5495868,0.5371901,0.54545456,0.5413223,0.5495868,0.5413223,0.5371901,0.5247934,0.5041322,0.5206612,0.5247934,0.5289256,0.5371901,0.57024795,0.6198347,0.6528926,0.661157,0.6735537,0.6942149,0.71900827,0.71487606,0.6983471,0.70247936,0.6735537,0.6446281,0.6528926,0.6818182,0.6859504,0.6942149,0.7066116,0.6983471,0.677686,0.6983471,0.7107438,0.71487606,0.69008267,0.6983471,0.6818182,0.71900827,0.71487606,0.6652893,0.446281,0.5123967,0.5165289,0.5371901,0.54545456,0.55785125,0.58677685,0.62396693,0.6363636,0.6528926,0.6570248,0.6735537,0.6942149,0.6652893,0.6652893,0.6652893,0.6322314,0.6198347,0.6198347,0.61570245,0.62396693,0.607438,0.5785124,0.57438016,0.5785124,0.57438016,0.57438016,0.57024795,0.553719,0.55785125,0.57024795,0.55785125,0.54545456,0.5413223,0.55785125,0.55785125,0.58264464,0.6322314,0.6652893,0.6735537,0.6859504,0.71487606,0.72727275,0.72727275,0.6735537,0.6942149,0.661157,0.62396693,0.60330576,0.6280992,0.677686,0.6859504,0.6859504,0.6983471,0.6735537,0.677686,0.677686,0.7066116,0.6942149,0.6942149,0.69008267,0.7066116,0.6859504,0.6570248,0.43801653,0.49173555,0.5206612,0.53305787,0.5413223,0.553719,0.57438016,0.61157024,0.62396693,0.6446281,0.6487603,0.6652893,0.6818182,0.6446281,0.6404959,0.62396693,0.59917355,0.59504133,0.60330576,0.58677685,0.59090906,0.59090906,0.5785124,0.59917355,0.607438,0.60330576,0.59090906,0.57438016,0.5495868,0.54545456,0.56198347,0.57024795,0.5661157,0.56198347,0.55785125,0.5495868,0.553719,0.58677685,0.6487603,0.69008267,0.7107438,0.74380165,0.73966944,0.71487606,0.6528926,0.6570248,0.62396693,0.5785124,0.5661157,0.57438016,0.6363636,0.6859504,0.6652893,0.6859504,0.6735537,0.661157,0.6528926,0.6942149,0.69008267,0.6818182,0.6859504,0.70247936,0.677686,0.6528926,0.43801653,0.48347107,0.5082645,0.5371901,0.5371901,0.5495868,0.57024795,0.59504133,0.61570245,0.62396693,0.6446281,0.6404959,0.6446281,0.62396693,0.59917355,0.5785124,0.56198347,0.57438016,0.5661157,0.56198347,0.55785125,0.5661157,0.5785124,0.59917355,0.59090906,0.5661157,0.53305787,0.5,0.47933885,0.47107437,0.47107437,0.47107437,0.47933885,0.48347107,0.4752066,0.45867768,0.43801653,0.45454547,0.5,0.57024795,0.6322314,0.7066116,0.73140496,0.6942149,0.6363636,0.60330576,0.55785125,0.5123967,0.5123967,0.5247934,0.56198347,0.6487603,0.62396693,0.6487603,0.6694215,0.6694215,0.6487603,0.6694215,0.6818182,0.6735537,0.6652893,0.6859504,0.6942149,0.6570248,0.446281,0.47933885,0.5,0.5247934,0.5371901,0.5495868,0.5495868,0.58264464,0.61157024,0.6198347,0.6404959,0.6198347,0.60330576,0.59090906,0.55785125,0.5371901,0.5082645,0.5206612,0.5165289,0.5165289,0.5247934,0.553719,0.553719,0.53305787,0.5,0.46280992,0.43801653,0.41735536,0.40082645,0.39256197,0.38429752,0.37603307,0.37190083,0.3677686,0.35950413,0.3553719,0.338843,0.34710744,0.3677686,0.40082645,0.45041323,0.5206612,0.59917355,0.6404959,0.61157024,0.5785124,0.5041322,0.4338843,0.44214877,0.4752066,0.49173555,0.5785124,0.61157024,0.6280992,0.6735537,0.6735537,0.6487603,0.6570248,0.6652893,0.677686,0.6570248,0.6735537,0.7066116,0.6942149,0.446281,0.47933885,0.49173555,0.5123967,0.5165289,0.5371901,0.5413223,0.57024795,0.61157024,0.6322314,0.6404959,0.60330576,0.57438016,0.553719,0.5206612,0.49173555,0.446281,0.45041323,0.47107437,0.49586776,0.5,0.5082645,0.46694216,0.4214876,0.3966942,0.38429752,0.3677686,0.3553719,0.3429752,0.338843,0.338843,0.3181818,0.29752067,0.2892562,0.28099173,0.28512397,0.27272728,0.27272728,0.28512397,0.29338843,0.3140496,0.34710744,0.3966942,0.4752066,0.53305787,0.55785125,0.44214877,0.3429752,0.37603307,0.43801653,0.45041323,0.5123967,0.59504133,0.6322314,0.6694215,0.6570248,0.661157,0.6570248,0.6818182,0.6694215,0.6528926,0.6652893,0.71487606,0.7066116,0.41322315,0.5041322,0.5,0.5041322,0.49173555,0.5247934,0.5289256,0.56198347,0.61570245,0.62396693,0.62396693,0.5785124,0.553719,0.5289256,0.49173555,0.446281,0.38016528,0.35123968,0.4338843,0.46280992,0.446281,0.40495867,0.3677686,0.338843,0.33471075,0.34710744,0.34710744,0.34710744,0.35123968,0.34710744,0.3429752,0.3305785,0.32231405,0.3181818,0.3305785,0.3429752,0.30991736,0.30165288,0.3429752,0.3264463,0.30578512,0.26859504,0.2644628,0.30578512,0.35950413,0.41735536,0.338843,0.24793388,0.29752067,0.40082645,0.4338843,0.46694216,0.55785125,0.6322314,0.6818182,0.6528926,0.661157,0.6735537,0.6652893,0.6528926,0.6446281,0.6694215,0.73966944,0.6198347,0.3429752,0.5206612,0.5082645,0.5082645,0.4876033,0.49586776,0.5206612,0.55785125,0.61570245,0.60330576,0.59090906,0.57438016,0.54545456,0.5123967,0.46280992,0.39256197,0.2768595,0.2107438,0.32231405,0.36363637,0.3429752,0.338843,0.34710744,0.37190083,0.40495867,0.4338843,0.446281,0.45867768,0.4752066,0.46694216,0.46280992,0.45867768,0.45454547,0.45454547,0.4752066,0.49586776,0.4752066,0.45041323,0.5,0.5371901,0.5,0.42561984,0.39256197,0.3181818,0.2107438,0.21900827,0.20247933,0.17355372,0.21900827,0.3677686,0.45041323,0.46280992,0.5371901,0.61157024,0.6735537,0.6446281,0.6528926,0.6735537,0.6487603,0.6570248,0.6363636,0.677686,0.75206614,0.53305787,0.23966943,0.5371901,0.5082645,0.5082645,0.49173555,0.48347107,0.5082645,0.5495868,0.607438,0.59504133,0.59090906,0.57438016,0.54545456,0.5206612,0.46280992,0.37603307,0.1983471,0.12809917,0.2107438,0.27272728,0.3181818,0.38842976,0.4214876,0.45041323,0.47107437,0.49586776,0.5123967,0.5206612,0.5247934,0.5165289,0.5165289,0.5165289,0.5041322,0.5082645,0.5206612,0.54545456,0.553719,0.5289256,0.5661157,0.6280992,0.6198347,0.58264464,0.58264464,0.5371901,0.36363637,0.2603306,0.24380165,0.21487603,0.26859504,0.3966942,0.4876033,0.49586776,0.5495868,0.60330576,0.6487603,0.6363636,0.6363636,0.6570248,0.6404959,0.6570248,0.6487603,0.6735537,0.77272725,0.4090909,0.14876033,0.5289256,0.5123967,0.5041322,0.5041322,0.49586776,0.5041322,0.5289256,0.57438016,0.60330576,0.59917355,0.5785124,0.553719,0.5413223,0.49173555,0.4214876,0.2768595,0.26859504,0.338843,0.36363637,0.41735536,0.47933885,0.49586776,0.4876033,0.48347107,0.5041322,0.5123967,0.5082645,0.49586776,0.49173555,0.49173555,0.4876033,0.4752066,0.47107437,0.47933885,0.4876033,0.49586776,0.5082645,0.5371901,0.58677685,0.61157024,0.6280992,0.6528926,0.6652893,0.607438,0.5165289,0.40082645,0.36363637,0.41735536,0.48347107,0.53305787,0.5289256,0.56198347,0.60330576,0.6280992,0.6322314,0.61570245,0.6404959,0.6404959,0.6446281,0.6735537,0.677686,0.76859504,0.3140496,0.06198347,0.49173555,0.5165289,0.5082645,0.5123967,0.49586776,0.5082645,0.5041322,0.5371901,0.59090906,0.61157024,0.59090906,0.5785124,0.55785125,0.5206612,0.5,0.42561984,0.45867768,0.49586776,0.5,0.5123967,0.5206612,0.5165289,0.5,0.49173555,0.5,0.48347107,0.47107437,0.45867768,0.45041323,0.45041323,0.45454547,0.44214877,0.42975205,0.42975205,0.41735536,0.41322315,0.43801653,0.47933885,0.5247934,0.56198347,0.60330576,0.6487603,0.70247936,0.6983471,0.6942149,0.58677685,0.4876033,0.5082645,0.5371901,0.553719,0.55785125,0.57438016,0.61157024,0.61570245,0.62396693,0.61157024,0.6446281,0.6363636,0.6363636,0.677686,0.69008267,0.73966944,0.22727273,0.06198347,0.40082645,0.5247934,0.5041322,0.5165289,0.5165289,0.5123967,0.5,0.5371901,0.5785124,0.58677685,0.58677685,0.59917355,0.57438016,0.553719,0.54545456,0.5371901,0.5495868,0.57024795,0.56198347,0.5495868,0.5371901,0.5206612,0.5082645,0.5041322,0.5,0.4752066,0.46694216,0.44214877,0.42561984,0.42561984,0.42975205,0.4090909,0.40082645,0.4090909,0.4090909,0.40082645,0.41322315,0.45041323,0.5,0.54545456,0.59090906,0.6446281,0.6942149,0.7066116,0.71900827,0.69008267,0.60330576,0.58677685,0.57438016,0.57024795,0.55785125,0.553719,0.60330576,0.6198347,0.6363636,0.6198347,0.6487603,0.6322314,0.6363636,0.6694215,0.71900827,0.6363636,0.16115703,0.0785124,0.2644628,0.53305787,0.48347107,0.5165289,0.5206612,0.5082645,0.5123967,0.5289256,0.55785125,0.5785124,0.5661157,0.59504133,0.58677685,0.58264464,0.5661157,0.60330576,0.61157024,0.59504133,0.56198347,0.54545456,0.56198347,0.5413223,0.5206612,0.5165289,0.5082645,0.49586776,0.48347107,0.45041323,0.4338843,0.42975205,0.41322315,0.3966942,0.3966942,0.41322315,0.41322315,0.41735536,0.42561984,0.45454547,0.5082645,0.5495868,0.59504133,0.6363636,0.661157,0.661157,0.6942149,0.70247936,0.6818182,0.6570248,0.59917355,0.5661157,0.55785125,0.5495868,0.5785124,0.59504133,0.6363636,0.6280992,0.6446281,0.6322314,0.6446281,0.6446281,0.74793386,0.49586776,0.12809917,0.13636364,0.15289256,0.5,0.4876033,0.5,0.5289256,0.5082645,0.5082645,0.5289256,0.5165289,0.54545456,0.5495868,0.57438016,0.59504133,0.58677685,0.59917355,0.6404959,0.6322314,0.62396693,0.553719,0.5082645,0.57438016,0.5661157,0.54545456,0.5289256,0.5206612,0.5041322,0.48347107,0.47107437,0.45041323,0.43801653,0.4214876,0.41735536,0.41322315,0.42561984,0.43801653,0.446281,0.46280992,0.4876033,0.5413223,0.58264464,0.59917355,0.6198347,0.6322314,0.6487603,0.6983471,0.69008267,0.70247936,0.6818182,0.6198347,0.57438016,0.5661157,0.56198347,0.56198347,0.5371901,0.61157024,0.6446281,0.6487603,0.6446281,0.6528926,0.6446281,0.74793386,0.29752067,0.1570248,0.1694215,0.07438017,0.4214876,0.5,0.48347107,0.5247934,0.5247934,0.49173555,0.5289256,0.5123967,0.5206612,0.5371901,0.5495868,0.59504133,0.59917355,0.61157024,0.6487603,0.6404959,0.62396693,0.5785124,0.553719,0.58264464,0.58264464,0.57438016,0.54545456,0.5371901,0.5082645,0.4876033,0.4876033,0.47107437,0.45041323,0.43801653,0.44214877,0.446281,0.45041323,0.45867768,0.47107437,0.4876033,0.5289256,0.57438016,0.607438,0.6280992,0.6404959,0.62396693,0.6404959,0.6942149,0.661157,0.6694215,0.6694215,0.61157024,0.60330576,0.58264464,0.57024795,0.5661157,0.56198347,0.6198347,0.6363636,0.6363636,0.6487603,0.6652893,0.6818182,0.6528926,0.17355372,0.1694215,0.1694215,0.09504132,0.2603306,0.5082645,0.4752066,0.5123967,0.5247934,0.49586776,0.5041322,0.5206612,0.5165289,0.5289256,0.553719,0.5785124,0.59917355,0.6198347,0.6363636,0.6404959,0.61570245,0.607438,0.59504133,0.59090906,0.59090906,0.59504133,0.57438016,0.55785125,0.5289256,0.5041322,0.49586776,0.49586776,0.49586776,0.49173555,0.5041322,0.5123967,0.5082645,0.5206612,0.5206612,0.5123967,0.55785125,0.59917355,0.6280992,0.6487603,0.6570248,0.6446281,0.6487603,0.69008267,0.6570248,0.6198347,0.6446281,0.6322314,0.59917355,0.57024795,0.5785124,0.57024795,0.5785124,0.62396693,0.6280992,0.6280992,0.6446281,0.6570248,0.71900827,0.45454547,0.11570248,0.21487603,0.1570248,0.1322314,0.12396694,0.46280992,0.47933885,0.49173555,0.5165289,0.5123967,0.49173555,0.5165289,0.5206612,0.5289256,0.5661157,0.57024795,0.5785124,0.59917355,0.61570245,0.6280992,0.6198347,0.6280992,0.607438,0.59504133,0.61570245,0.6198347,0.59504133,0.58264464,0.5785124,0.56198347,0.56198347,0.55785125,0.56198347,0.57024795,0.58677685,0.59090906,0.59090906,0.607438,0.61157024,0.59090906,0.60330576,0.6322314,0.6570248,0.677686,0.69008267,0.677686,0.6652893,0.69008267,0.6818182,0.6363636,0.6446281,0.6528926,0.61570245,0.5661157,0.57438016,0.57438016,0.58264464,0.62396693,0.61570245,0.62396693,0.6198347,0.6652893,0.6818182,0.22727273,0.16115703,0.21487603,0.16115703,0.16528925,0.08264463,0.33471075,0.48347107,0.48347107,0.5082645,0.5082645,0.4876033,0.5082645,0.53305787,0.5165289,0.56198347,0.57438016,0.56198347,0.5785124,0.59917355,0.6322314,0.62396693,0.6363636,0.6198347,0.61157024,0.6446281,0.6446281,0.6198347,0.6198347,0.6363636,0.6198347,0.61570245,0.61570245,0.60330576,0.61157024,0.6322314,0.6363636,0.6363636,0.661157,0.6652893,0.6652893,0.6859504,0.6818182,0.69008267,0.70247936,0.70247936,0.71487606,0.6859504,0.677686,0.6942149,0.661157,0.6363636,0.6404959,0.6198347,0.5661157,0.55785125,0.58677685,0.59504133,0.6198347,0.59917355,0.607438,0.59917355,0.6859504,0.5413223,0.11157025,0.19008264,0.2107438,0.1570248,0.15289256,0.13636364,0.1570248,0.47933885,0.47933885,0.49173555,0.48347107,0.46694216,0.5,0.53305787,0.5289256,0.5371901,0.56198347,0.55785125,0.553719,0.59090906,0.6280992,0.6198347,0.62396693,0.62396693,0.62396693,0.6446281,0.6487603,0.6280992,0.6322314,0.6404959,0.62396693,0.6198347,0.6446281,0.6446281,0.6446281,0.6487603,0.6487603,0.661157,0.6694215,0.6735537,0.69008267,0.7231405,0.7066116,0.70247936,0.71900827,0.7107438,0.71487606,0.7107438,0.6942149,0.6942149,0.6818182,0.6446281,0.6280992,0.6198347,0.5785124,0.55785125,0.59917355,0.62396693,0.607438,0.61157024,0.59090906,0.6198347,0.6446281,0.29752067,0.14876033,0.20661157,0.2107438,0.16528925,0.1446281,0.14876033,0.09504132,0.3553719,0.4876033,0.4752066,0.47933885,0.45867768,0.5,0.5206612,0.5247934,0.5123967,0.54545456,0.54545456,0.5413223,0.57438016,0.607438,0.59917355,0.61570245,0.6280992,0.6363636,0.6404959,0.6363636,0.61157024,0.6280992,0.6363636,0.6198347,0.61570245,0.6363636,0.6487603,0.6446281,0.6446281,0.6404959,0.6487603,0.6735537,0.677686,0.6983471,0.7231405,0.7231405,0.71487606,0.71487606,0.71900827,0.71487606,0.71487606,0.6983471,0.6859504,0.6859504,0.6487603,0.6322314,0.6198347,0.5785124,0.57438016,0.59090906,0.62396693,0.61157024,0.6198347,0.5785124,0.6528926,0.4752066,0.13636364,0.19421488,0.20661157,0.19421488,0.1570248,0.15289256,0.14049587,0.1570248,0.10330579,0.45867768,0.45867768,0.4752066,0.46694216,0.49586776,0.5165289,0.5,0.5082645,0.53305787,0.53305787,0.5289256,0.55785125,0.57438016,0.58677685,0.60330576,0.61157024,0.6198347,0.6280992,0.62396693,0.61570245,0.61570245,0.6280992,0.6322314,0.6198347,0.61570245,0.61157024,0.60330576,0.61157024,0.6198347,0.6363636,0.6570248,0.661157,0.69008267,0.7066116,0.71487606,0.7231405,0.71900827,0.7107438,0.7107438,0.70247936,0.6983471,0.677686,0.6694215,0.6404959,0.61570245,0.61157024,0.59917355,0.55785125,0.58264464,0.58677685,0.61157024,0.57438016,0.59917355,0.58264464,0.23553719,0.1446281,0.1983471,0.20661157,0.20247933,0.1446281,0.14876033,0.1446281,0.16528925,0.08264463,0.338843,0.46694216,0.45867768,0.446281,0.47933885,0.5082645,0.5,0.49173555,0.5165289,0.5247934,0.5206612,0.5413223,0.54545456,0.54545456,0.5661157,0.59090906,0.58677685,0.60330576,0.61157024,0.60330576,0.6198347,0.6280992,0.6280992,0.61157024,0.60330576,0.58264464,0.57438016,0.57438016,0.57438016,0.59504133,0.6280992,0.6528926,0.6652893,0.677686,0.6983471,0.7066116,0.70247936,0.6859504,0.6859504,0.661157,0.6528926,0.6528926,0.6570248,0.6280992,0.607438,0.60330576,0.607438,0.58677685,0.58677685,0.607438,0.61157024,0.553719,0.6322314,0.36363637,0.1322314,0.17355372,0.2107438,0.1983471,0.20247933,0.15289256,0.16528925,0.14876033,0.16528925,0.08677686,0.2892562,0.48347107,0.42561984,0.44214877,0.4876033,0.4876033,0.5082645,0.49586776,0.5082645,0.5123967,0.5082645,0.5247934,0.5289256,0.5413223,0.5371901,0.5495868,0.5661157,0.5785124,0.59090906,0.59917355,0.61570245,0.62396693,0.6198347,0.59090906,0.57438016,0.55785125,0.5495868,0.54545456,0.5495868,0.5661157,0.59090906,0.61157024,0.6280992,0.6404959,0.6694215,0.6652893,0.6487603,0.6446281,0.6404959,0.61157024,0.607438,0.6322314,0.6363636,0.60330576,0.59917355,0.58264464,0.59504133,0.58264464,0.57438016,0.57438016,0.5661157,0.5082645,0.7107438,0.27272728,0.1446281,0.17768595,0.2107438,0.20247933,0.20247933,0.15289256,0.15289256,0.15289256,0.14876033,0.11983471,0.1983471,0.5,0.45041323,0.40082645,0.45454547,0.46280992,0.5,0.47933885,0.47933885,0.48347107,0.49586776,0.5123967,0.5206612,0.5289256,0.5206612,0.5165289,0.5247934,0.553719,0.57024795,0.5661157,0.58264464,0.58677685,0.57438016,0.55785125,0.5413223,0.5289256,0.5206612,0.5206612,0.5165289,0.5206612,0.5413223,0.5785124,0.59090906,0.607438,0.6280992,0.61570245,0.59090906,0.59917355,0.607438,0.59917355,0.57438016,0.61157024,0.62396693,0.60330576,0.59090906,0.5785124,0.58677685,0.58677685,0.553719,0.5289256,0.49586776,0.5495868,0.76033056,0.2520661,0.1322314,0.1694215,0.21487603,0.1983471,0.2231405,0.16115703,0.16115703,0.15289256,0.16115703,0.12809917,0.1446281,0.49173555,0.47933885,0.42975205,0.41735536,0.44214877,0.4752066,0.47933885,0.46694216,0.46280992,0.48347107,0.4876033,0.5041322,0.5041322,0.49173555,0.5082645,0.5041322,0.5165289,0.5289256,0.5289256,0.5413223,0.53305787,0.5247934,0.5165289,0.49586776,0.4876033,0.49586776,0.5,0.48347107,0.4876033,0.5,0.5206612,0.553719,0.56198347,0.56198347,0.56198347,0.5413223,0.5371901,0.5495868,0.56198347,0.5413223,0.57438016,0.59090906,0.59504133,0.58677685,0.5413223,0.5495868,0.5785124,0.5371901,0.45867768,0.5123967,0.6446281,0.76859504,0.2520661,0.15289256,0.17355372,0.18595041,0.17768595,0.20661157,0.1570248,0.15289256,0.1446281,0.14876033,0.15289256,0.12396694,0.47107437,0.49586776,0.4752066,0.44214877,0.3966942,0.446281,0.47107437,0.46694216,0.446281,0.46694216,0.47107437,0.48347107,0.49173555,0.47107437,0.48347107,0.48347107,0.4876033,0.4876033,0.49586776,0.5082645,0.4876033,0.48347107,0.4876033,0.47107437,0.47107437,0.47933885,0.47933885,0.4752066,0.48347107,0.4752066,0.46694216,0.49173555,0.5165289,0.5206612,0.5206612,0.5165289,0.5082645,0.5165289,0.5289256,0.5206612,0.54545456,0.5785124,0.56198347,0.56198347,0.5289256,0.5289256,0.53305787,0.49173555,0.49173555,0.58677685,0.7107438,0.71487606,0.3140496,0.38016528,0.3553719,0.16528925,0.16528925,0.19008264,0.1322314,0.15289256,0.14876033,0.16528925,0.17768595,0.13636364,0.45041323,0.4752066,0.47107437,0.4876033,0.446281,0.38842976,0.4338843,0.45454547,0.446281,0.45454547,0.46280992,0.46280992,0.46694216,0.45867768,0.46280992,0.45867768,0.446281,0.46694216,0.46694216,0.46694216,0.45867768,0.446281,0.45867768,0.45041323,0.446281,0.45041323,0.446281,0.446281,0.45041323,0.446281,0.42975205,0.4338843,0.45041323,0.45867768,0.4752066,0.4876033,0.49173555,0.47107437,0.47933885,0.49586776,0.5165289,0.5413223,0.5413223,0.53305787,0.5041322,0.5041322,0.4752066,0.49173555,0.57438016,0.6570248,0.7107438,0.73140496,0.1694215,0.22727273,0.5206612,0.43801653,0.11983471,0.19008264,35 +0.5123967,0.57024795,0.59917355,0.607438,0.6363636,0.6694215,0.6942149,0.71900827,0.74380165,0.74793386,0.74380165,0.74380165,0.74380165,0.74793386,0.75206614,0.76859504,0.7768595,0.78099173,0.76859504,0.76859504,0.78099173,0.78099173,0.78099173,0.78099173,0.78512394,0.7892562,0.78512394,0.7768595,0.7933884,0.7933884,0.78099173,0.7768595,0.78099173,0.8016529,0.7933884,0.7892562,0.7933884,0.7933884,0.7933884,0.7933884,0.79752064,0.79752064,0.8016529,0.8016529,0.8057851,0.8057851,0.80991733,0.8181818,0.8181818,0.8140496,0.8181818,0.8181818,0.8016529,0.8057851,0.822314,0.8264463,0.8140496,0.7892562,0.76033056,0.7644628,0.7933884,0.6404959,0.35123968,0.338843,0.5206612,0.57024795,0.59504133,0.61157024,0.6322314,0.6694215,0.6942149,0.71900827,0.7355372,0.75206614,0.75206614,0.75206614,0.74793386,0.76033056,0.7644628,0.7768595,0.78099173,0.78512394,0.7768595,0.77272725,0.78512394,0.7892562,0.78512394,0.7892562,0.7892562,0.78512394,0.7768595,0.7644628,0.7892562,0.79752064,0.77272725,0.78099173,0.78099173,0.79752064,0.7892562,0.7933884,0.78099173,0.78512394,0.78512394,0.7892562,0.79752064,0.79752064,0.7933884,0.8057851,0.8016529,0.8057851,0.80991733,0.8181818,0.8181818,0.8181818,0.822314,0.8140496,0.8057851,0.8181818,0.8140496,0.8181818,0.822314,0.8016529,0.76859504,0.7644628,0.79752064,0.6983471,0.4090909,0.3553719,0.5371901,0.57438016,0.59504133,0.61157024,0.6322314,0.6694215,0.70247936,0.72727275,0.74793386,0.74793386,0.75619835,0.75619835,0.75619835,0.75619835,0.76033056,0.7768595,0.78099173,0.78099173,0.78099173,0.78099173,0.78512394,0.7892562,0.78512394,0.7892562,0.7933884,0.7768595,0.76859504,0.77272725,0.78512394,0.7892562,0.77272725,0.77272725,0.78099173,0.7933884,0.78512394,0.78512394,0.76859504,0.77272725,0.7892562,0.7892562,0.7933884,0.8016529,0.8016529,0.80991733,0.8016529,0.8016529,0.80991733,0.80991733,0.80991733,0.8181818,0.8181818,0.8181818,0.80991733,0.8181818,0.822314,0.8140496,0.8181818,0.8057851,0.78099173,0.75619835,0.78512394,0.75619835,0.5123967,0.37603307,0.5495868,0.57438016,0.59090906,0.607438,0.62396693,0.6818182,0.7107438,0.7355372,0.73966944,0.75206614,0.75206614,0.76033056,0.76033056,0.75206614,0.7644628,0.78099173,0.7768595,0.78099173,0.78512394,0.78512394,0.78099173,0.78512394,0.7768595,0.7933884,0.78512394,0.7892562,0.7644628,0.77272725,0.78512394,0.78512394,0.76859504,0.77272725,0.7768595,0.7768595,0.78099173,0.7768595,0.77272725,0.76859504,0.78512394,0.78512394,0.7933884,0.8016529,0.8016529,0.80991733,0.78512394,0.79752064,0.8016529,0.79752064,0.79752064,0.8057851,0.8140496,0.8140496,0.8140496,0.8181818,0.8264463,0.8181818,0.822314,0.8057851,0.77272725,0.74793386,0.77272725,0.77272725,0.607438,0.43801653,0.553719,0.57024795,0.58264464,0.59504133,0.6280992,0.6942149,0.71900827,0.73966944,0.74793386,0.75206614,0.76033056,0.76859504,0.76033056,0.75619835,0.76859504,0.7768595,0.7644628,0.78099173,0.7892562,0.78512394,0.78099173,0.78099173,0.78512394,0.78512394,0.78512394,0.7933884,0.76859504,0.77272725,0.7768595,0.78099173,0.7768595,0.7768595,0.77272725,0.7768595,0.7768595,0.76859504,0.77272725,0.7768595,0.78512394,0.78099173,0.7933884,0.8057851,0.79752064,0.79752064,0.7892562,0.78512394,0.7892562,0.7933884,0.7933884,0.7933884,0.8057851,0.8016529,0.8057851,0.8140496,0.822314,0.8181818,0.8181818,0.8016529,0.76859504,0.73966944,0.75619835,0.77272725,0.6280992,0.5165289,0.5495868,0.55785125,0.57438016,0.59504133,0.6363636,0.7066116,0.7231405,0.73966944,0.73966944,0.73966944,0.75206614,0.74380165,0.74380165,0.75619835,0.75619835,0.75206614,0.75619835,0.77272725,0.78099173,0.7768595,0.77272725,0.7768595,0.7892562,0.77272725,0.7933884,0.78099173,0.7644628,0.77272725,0.77272725,0.7768595,0.76859504,0.76859504,0.7644628,0.76859504,0.77272725,0.76859504,0.7644628,0.77272725,0.78099173,0.77272725,0.78099173,0.7933884,0.7933884,0.78512394,0.7768595,0.78512394,0.76859504,0.76033056,0.7644628,0.75619835,0.77272725,0.7644628,0.7644628,0.78512394,0.79752064,0.80991733,0.8264463,0.8181818,0.77272725,0.73140496,0.7355372,0.78512394,0.6363636,0.5206612,0.5289256,0.5413223,0.56198347,0.58264464,0.6570248,0.7107438,0.7107438,0.70247936,0.6983471,0.677686,0.6983471,0.6818182,0.6735537,0.6942149,0.6942149,0.6942149,0.7066116,0.7231405,0.72727275,0.72727275,0.72727275,0.74380165,0.76033056,0.77272725,0.77272725,0.7644628,0.74793386,0.76033056,0.76033056,0.76033056,0.74380165,0.75619835,0.76033056,0.76033056,0.76859504,0.7644628,0.75206614,0.75619835,0.76859504,0.7644628,0.75619835,0.76033056,0.75206614,0.7355372,0.7231405,0.71900827,0.677686,0.69008267,0.69008267,0.6694215,0.6570248,0.6652893,0.677686,0.70247936,0.73140496,0.77272725,0.8140496,0.8305785,0.78512394,0.71900827,0.71487606,0.78099173,0.677686,0.4214876,0.5206612,0.5371901,0.5165289,0.5413223,0.6735537,0.7107438,0.6983471,0.6859504,0.6280992,0.57438016,0.5785124,0.57438016,0.60330576,0.6446281,0.6487603,0.62396693,0.62396693,0.61570245,0.6404959,0.6404959,0.6280992,0.6694215,0.69008267,0.7066116,0.69008267,0.69008267,0.69008267,0.7355372,0.75619835,0.75206614,0.74380165,0.76033056,0.76033056,0.75619835,0.76033056,0.74793386,0.7231405,0.7107438,0.71487606,0.7107438,0.69008267,0.6694215,0.6735537,0.60330576,0.6363636,0.61570245,0.57438016,0.607438,0.6446281,0.53305787,0.5289256,0.59917355,0.6570248,0.70247936,0.6652893,0.6818182,0.75206614,0.79752064,0.8057851,0.7355372,0.70247936,0.75206614,0.74380165,0.34710744,0.5247934,0.5413223,0.48347107,0.59917355,0.8264463,0.75206614,0.5661157,0.59504133,0.53305787,0.45454547,0.45454547,0.43801653,0.44214877,0.45041323,0.44214877,0.38842976,0.38429752,0.37190083,0.3677686,0.40495867,0.34710744,0.5165289,0.46694216,0.49586776,0.5041322,0.5206612,0.5041322,0.54545456,0.55785125,0.553719,0.53305787,0.5413223,0.5495868,0.54545456,0.5371901,0.53305787,0.5371901,0.5247934,0.5289256,0.55785125,0.5413223,0.54545456,0.5289256,0.4876033,0.57438016,0.5289256,0.42975205,0.46280992,0.5082645,0.38016528,0.38016528,0.4752066,0.5785124,0.6983471,0.61157024,0.56198347,0.59090906,0.6198347,0.7066116,0.7231405,0.69008267,0.72727275,0.76859504,0.38842976,0.54545456,0.5041322,0.45454547,0.677686,0.7644628,0.6570248,0.49586776,0.6446281,0.6404959,0.62396693,0.55785125,0.4090909,0.338843,0.3140496,0.29338843,0.23553719,0.23553719,0.24793388,0.21900827,0.30578512,0.4090909,0.69008267,0.5041322,0.32231405,0.3181818,0.30578512,0.29752067,0.36363637,0.36363637,0.38429752,0.40495867,0.41322315,0.42561984,0.44214877,0.39256197,0.3677686,0.58677685,0.3305785,0.29338843,0.35950413,0.42975205,0.39256197,0.35950413,0.3264463,0.29752067,0.30578512,0.26859504,0.30578512,0.32231405,0.3140496,0.48347107,0.6528926,0.6280992,0.6528926,0.5165289,0.46280992,0.46694216,0.44214877,0.47107437,0.5289256,0.5785124,0.6859504,0.78099173,0.46694216,0.5289256,0.40082645,0.37603307,0.57438016,0.5289256,0.5247934,0.77272725,0.90495867,0.92561984,0.9338843,0.6735537,0.3140496,0.23140496,0.23966943,0.21487603,0.19421488,0.21487603,0.23140496,0.2107438,0.2231405,0.6818182,0.9214876,0.8305785,0.56198347,0.37603307,0.3429752,0.3553719,0.4090909,0.40082645,0.45867768,0.57438016,0.58677685,0.57438016,0.5495868,0.40495867,0.55785125,0.6735537,0.25619835,0.49173555,0.5661157,0.6694215,0.4752066,0.36363637,0.29752067,0.24793388,0.22727273,0.2107438,0.21487603,0.2644628,0.2107438,0.45041323,0.80991733,0.838843,0.72727275,0.4338843,0.41735536,0.5041322,0.5495868,0.54545456,0.5,0.38429752,0.42561984,0.7892562,0.5495868,0.45867768,0.35950413,0.47107437,0.53305787,0.43801653,0.43801653,0.8016529,0.91735536,0.92561984,0.91735536,0.5413223,0.2892562,0.3181818,0.36363637,0.35123968,0.3429752,0.3553719,0.338843,0.32231405,0.24380165,0.5123967,0.8471074,0.88429755,0.73140496,0.46694216,0.45454547,0.45454547,0.46694216,0.49586776,0.5495868,0.69008267,0.70247936,0.70247936,0.677686,0.49586776,0.75619835,0.36363637,0.45041323,0.8801653,0.892562,0.88429755,0.5289256,0.34710744,0.29338843,0.24380165,0.24793388,0.24793388,0.2603306,0.32231405,0.28099173,0.29752067,0.55785125,0.7231405,0.60330576,0.35950413,0.3677686,0.446281,0.5289256,0.59090906,0.6322314,0.62396693,0.40495867,0.59504133,0.6859504,0.35123968,0.44214877,0.5,0.49173555,0.44214877,0.37190083,0.5041322,0.70247936,0.77272725,0.69008267,0.45454547,0.41322315,0.446281,0.48347107,0.47933885,0.4752066,0.45454547,0.43801653,0.39256197,0.33471075,0.35123968,0.5495868,0.6322314,0.57024795,0.47933885,0.49586776,0.5371901,0.48347107,0.4752066,0.58677685,0.69008267,0.6983471,0.6859504,0.677686,0.56198347,0.57438016,0.33471075,0.6859504,0.946281,0.90909094,0.73140496,0.42561984,0.3181818,0.30578512,0.2892562,0.3264463,0.35950413,0.41322315,0.46694216,0.46280992,0.41322315,0.42561984,0.49173555,0.45454547,0.3677686,0.38429752,0.4214876,0.47107437,0.5123967,0.59090906,0.62396693,0.5289256,0.41735536,0.6942149,0.34710744,0.49173555,0.46280992,0.45867768,0.4876033,0.45454547,0.41322315,0.47107437,0.5289256,0.4752066,0.4338843,0.43801653,0.45454547,0.46694216,0.47933885,0.44214877,0.42561984,0.40495867,0.3677686,0.3264463,0.3181818,0.36363637,0.4090909,0.42975205,0.45454547,0.47933885,0.58264464,0.48347107,0.49173555,0.607438,0.5495868,0.58264464,0.59504133,0.5371901,0.6859504,0.46280992,0.5,0.677686,0.78512394,0.6694215,0.4876033,0.34710744,0.2892562,0.30165288,0.33471075,0.36363637,0.40082645,0.4338843,0.45454547,0.446281,0.4338843,0.41735536,0.41322315,0.40082645,0.38429752,0.41735536,0.46694216,0.47933885,0.4752066,0.5495868,0.607438,0.54545456,0.40495867,0.5247934,0.40495867,0.4752066,0.40495867,0.43801653,0.49586776,0.5,0.43801653,0.38842976,0.38429752,0.3966942,0.4214876,0.4338843,0.45041323,0.39256197,0.43801653,0.33471075,0.32231405,0.3140496,0.3264463,0.34710744,0.3677686,0.37603307,0.37190083,0.38429752,0.41735536,0.43801653,0.5495868,0.5,0.41322315,0.57438016,0.553719,0.5785124,0.607438,0.54545456,0.55785125,0.35950413,0.60330576,0.6735537,0.5123967,0.41735536,0.35123968,0.3181818,0.2892562,0.3264463,0.35123968,0.35950413,0.37603307,0.37190083,0.40495867,0.41735536,0.44214877,0.5,0.49173555,0.43801653,0.3140496,0.3677686,0.45867768,0.5,0.5041322,0.54545456,0.61157024,0.59090906,0.36363637,0.4090909,0.45867768,0.47107437,0.42561984,0.45867768,0.49173555,0.49586776,0.44214877,0.30578512,0.29752067,0.39256197,0.41322315,0.4090909,0.38429752,0.2231405,0.35123968,0.18595041,0.19008264,0.21900827,0.24380165,0.3140496,0.30165288,0.36363637,0.40082645,0.3966942,0.4214876,0.4338843,0.5123967,0.5123967,0.37190083,0.5495868,0.677686,0.6983471,0.7107438,0.70247936,0.61157024,0.338843,0.5082645,0.6404959,0.40082645,0.3264463,0.3140496,0.30578512,0.28512397,0.34710744,0.3677686,0.29338843,0.32231405,0.1983471,0.23966943,0.1983471,0.2603306,0.3429752,0.4090909,0.53305787,0.42975205,0.24793388,0.3553719,0.47107437,0.5371901,0.57438016,0.6322314,0.6363636,0.37603307,0.32231405,0.47107437,0.45454547,0.44214877,0.45867768,0.46694216,0.45041323,0.39256197,0.28099173,0.29338843,0.34710744,0.28099173,0.3677686,0.38429752,0.18595041,0.26859504,0.18181819,0.1694215,0.24793388,0.30165288,0.45867768,0.36363637,0.28099173,0.35123968,0.43801653,0.47107437,0.45041323,0.5,0.4876033,0.42975205,0.6446281,0.71487606,0.72727275,0.7231405,0.7231405,0.6735537,0.41735536,0.40082645,0.57438016,0.41322315,0.34710744,0.33471075,0.28099173,0.23140496,0.36363637,0.46280992,0.2892562,0.3305785,0.14876033,0.23553719,0.19421488,0.22727273,0.45041323,0.3181818,0.3140496,0.44214877,0.35123968,0.35123968,0.4338843,0.5413223,0.61157024,0.6694215,0.6735537,0.36363637,0.29752067,0.44214877,0.40495867,0.42561984,0.46280992,0.46694216,0.4338843,0.40495867,0.3140496,0.2603306,0.2603306,0.2644628,0.40082645,0.48347107,0.2892562,0.2768595,0.2892562,0.27272728,0.30578512,0.3966942,0.49173555,0.43801653,0.40082645,0.3553719,0.45041323,0.45041323,0.4338843,0.46694216,0.45454547,0.58677685,0.7355372,0.7355372,0.76033056,0.7644628,0.7644628,0.74793386,0.5371901,0.35950413,0.59504133,0.6363636,0.5123967,0.338843,0.2603306,0.23966943,0.37190083,0.5289256,0.36363637,0.3305785,0.2520661,0.28512397,0.23553719,0.35950413,0.59917355,0.46694216,0.338843,0.41322315,0.40082645,0.42975205,0.4876033,0.56198347,0.6322314,0.6652893,0.6446281,0.3305785,0.29752067,0.3966942,0.3181818,0.33471075,0.39256197,0.42561984,0.42975205,0.4214876,0.3181818,0.2644628,0.29338843,0.338843,0.4090909,0.4876033,0.41322315,0.35950413,0.38016528,0.37190083,0.3966942,0.4338843,0.45867768,0.4338843,0.45454547,0.45454547,0.48347107,0.42561984,0.43801653,0.5,0.4752066,0.72727275,0.75206614,0.76033056,0.78099173,0.78099173,0.78512394,0.80991733,0.6983471,0.34710744,0.446281,0.61570245,0.61157024,0.44214877,0.3140496,0.30991736,0.38842976,0.49173555,0.446281,0.38016528,0.36363637,0.34710744,0.3181818,0.4876033,0.56198347,0.5,0.43801653,0.5206612,0.5206612,0.47933885,0.5123967,0.553719,0.59090906,0.59504133,0.62396693,0.3677686,0.34710744,0.4338843,0.3677686,0.3140496,0.29752067,0.3264463,0.39256197,0.40082645,0.38016528,0.41735536,0.42561984,0.44214877,0.46280992,0.49173555,0.47107437,0.45041323,0.44214877,0.446281,0.43801653,0.43801653,0.44214877,0.45867768,0.5123967,0.4752066,0.5041322,0.6198347,0.338843,0.4752066,0.5661157,0.75206614,0.7355372,0.75619835,0.77272725,0.7892562,0.78512394,0.8181818,0.78099173,0.45454547,0.29752067,0.4214876,0.6322314,0.5785124,0.38016528,0.3553719,0.4214876,0.45454547,0.46694216,0.44214877,0.44214877,0.4214876,0.41735536,0.47107437,0.5,0.5247934,0.5495868,0.55785125,0.5247934,0.46694216,0.47107437,0.5123967,0.5785124,0.61157024,0.6942149,0.43801653,0.40495867,0.5082645,0.4876033,0.41735536,0.3140496,0.29752067,0.33471075,0.35950413,0.45454547,0.5041322,0.5165289,0.5247934,0.5247934,0.53305787,0.5206612,0.5,0.4876033,0.48347107,0.47107437,0.46280992,0.45867768,0.48347107,0.5082645,0.43801653,0.4338843,0.47107437,0.3305785,0.48347107,0.6818182,0.71900827,0.71487606,0.7231405,0.75619835,0.7892562,0.7768595,0.78512394,0.8181818,0.5785124,0.34710744,0.46694216,0.6694215,0.70247936,0.4338843,0.38016528,0.42975205,0.46694216,0.4876033,0.49173555,0.49586776,0.4876033,0.4752066,0.5082645,0.5289256,0.5371901,0.5371901,0.5165289,0.48347107,0.45867768,0.4876033,0.5495868,0.6280992,0.6694215,0.73140496,0.5082645,0.5,0.5371901,0.5785124,0.53305787,0.4214876,0.37190083,0.3264463,0.40082645,0.5289256,0.553719,0.57438016,0.5661157,0.57024795,0.5785124,0.57024795,0.5495868,0.5413223,0.5206612,0.5041322,0.49586776,0.49173555,0.5165289,0.53305787,0.43801653,0.4752066,0.446281,0.3677686,0.60330576,0.7107438,0.69008267,0.6735537,0.69008267,0.73966944,0.7768595,0.77272725,0.7644628,0.7933884,0.73140496,0.4214876,0.4752066,0.6735537,0.7355372,0.5123967,0.44214877,0.46694216,0.5123967,0.5289256,0.5495868,0.5413223,0.5495868,0.553719,0.5495868,0.5495868,0.53305787,0.5289256,0.5247934,0.5289256,0.55785125,0.60330576,0.6322314,0.661157,0.677686,0.70247936,0.6446281,0.60330576,0.53305787,0.607438,0.58677685,0.53305787,0.4876033,0.40495867,0.4876033,0.58264464,0.59504133,0.60330576,0.59917355,0.61157024,0.61157024,0.59917355,0.59090906,0.5785124,0.55785125,0.5495868,0.53305787,0.5371901,0.57024795,0.54545456,0.48347107,0.5206612,0.37603307,0.5082645,0.6818182,0.6735537,0.661157,0.661157,0.6942149,0.74793386,0.77272725,0.76033056,0.75619835,0.76033056,0.79752064,0.58677685,0.34710744,0.57024795,0.7107438,0.58264464,0.5123967,0.5371901,0.5495868,0.56198347,0.57438016,0.56198347,0.5661157,0.58264464,0.57438016,0.57024795,0.55785125,0.5661157,0.59504133,0.6322314,0.661157,0.69008267,0.6983471,0.6942149,0.6694215,0.69008267,0.73966944,0.59090906,0.45867768,0.61157024,0.59504133,0.59504133,0.54545456,0.46694216,0.5495868,0.6280992,0.6322314,0.6280992,0.6198347,0.62396693,0.6280992,0.6280992,0.6198347,0.61157024,0.59504133,0.58677685,0.57438016,0.5785124,0.6363636,0.5041322,0.54545456,0.43801653,0.41322315,0.6198347,0.6487603,0.6528926,0.661157,0.677686,0.7231405,0.76859504,0.77272725,0.76033056,0.75619835,0.76033056,0.76033056,0.76859504,0.41322315,0.3966942,0.6404959,0.57438016,0.5495868,0.61570245,0.58264464,0.58677685,0.59504133,0.58264464,0.58677685,0.60330576,0.60330576,0.59504133,0.61157024,0.6363636,0.6694215,0.70247936,0.7231405,0.7355372,0.73966944,0.71487606,0.6818182,0.6942149,0.7768595,0.4876033,0.28512397,0.61570245,0.607438,0.6198347,0.5495868,0.49586776,0.607438,0.6735537,0.6652893,0.661157,0.6570248,0.6487603,0.6487603,0.6404959,0.6280992,0.6198347,0.61570245,0.61157024,0.61157024,0.61157024,0.6818182,0.5206612,0.45867768,0.3677686,0.53305787,0.6363636,0.6280992,0.6652893,0.677686,0.6983471,0.75206614,0.78512394,0.7768595,0.77272725,0.76859504,0.78512394,0.77272725,0.78099173,0.6859504,0.29752067,0.4752066,0.5495868,0.5289256,0.6280992,0.6198347,0.61157024,0.62396693,0.62396693,0.6198347,0.6363636,0.6446281,0.6363636,0.6652893,0.69008267,0.71487606,0.7355372,0.74380165,0.76033056,0.7644628,0.72727275,0.71487606,0.6942149,0.8140496,0.3966942,0.25619835,0.54545456,0.6363636,0.6280992,0.5371901,0.5247934,0.6570248,0.6983471,0.6735537,0.661157,0.6652893,0.6694215,0.661157,0.6446281,0.6322314,0.62396693,0.6198347,0.6280992,0.6280992,0.6446281,0.70247936,0.5247934,0.3264463,0.44214877,0.6198347,0.6198347,0.6570248,0.6735537,0.6818182,0.73966944,0.7892562,0.7768595,0.77272725,0.77272725,0.76859504,0.8016529,0.78099173,0.78512394,0.7892562,0.48347107,0.32231405,0.4338843,0.5495868,0.5785124,0.6322314,0.6322314,0.6446281,0.6652893,0.6570248,0.6570248,0.6652893,0.6528926,0.677686,0.6942149,0.71900827,0.74380165,0.74380165,0.74793386,0.7644628,0.71900827,0.7066116,0.73966944,0.75206614,0.40495867,0.44214877,0.38429752,0.6198347,0.6322314,0.5289256,0.553719,0.6818182,0.6942149,0.677686,0.6735537,0.6694215,0.6694215,0.6652893,0.661157,0.661157,0.6404959,0.6280992,0.6280992,0.6446281,0.69008267,0.6570248,0.41322315,0.4090909,0.59090906,0.62396693,0.6652893,0.6818182,0.6363636,0.6280992,0.6983471,0.72727275,0.71487606,0.71900827,0.72727275,0.72727275,0.7355372,0.7066116,0.75206614,0.7892562,0.72727275,0.45867768,0.3181818,0.3429752,0.5495868,0.607438,0.6198347,0.6570248,0.6859504,0.6818182,0.6735537,0.677686,0.661157,0.6652893,0.6818182,0.6983471,0.73966944,0.74380165,0.73966944,0.75206614,0.7107438,0.6942149,0.80991733,0.61157024,0.5123967,0.56198347,0.4214876,0.56198347,0.69008267,0.53305787,0.5495868,0.677686,0.7066116,0.6859504,0.6694215,0.677686,0.677686,0.6694215,0.677686,0.6859504,0.661157,0.6487603,0.6735537,0.72727275,0.70247936,0.49586776,0.42561984,0.59090906,0.6404959,0.6528926,0.7066116,0.69008267,0.6198347,0.58264464,0.6198347,0.6404959,0.6404959,0.6487603,0.6487603,0.6528926,0.6404959,0.61570245,0.6694215,0.72727275,0.8181818,0.74380165,0.46280992,0.29338843,0.29338843,0.4876033,0.59504133,0.6404959,0.6694215,0.6818182,0.6859504,0.6983471,0.6859504,0.6735537,0.6859504,0.69008267,0.7107438,0.73140496,0.74793386,0.7231405,0.70247936,0.71900827,0.8719008,0.6198347,0.6363636,0.57024795,0.5289256,0.56198347,0.7066116,0.55785125,0.57024795,0.6735537,0.72727275,0.71487606,0.69008267,0.6983471,0.7066116,0.677686,0.6652893,0.6818182,0.69008267,0.7231405,0.7892562,0.6652893,0.5371901,0.5041322,0.60330576,0.6446281,0.6404959,0.6735537,0.6652893,0.62396693,0.57438016,0.5371901,0.5661157,0.59090906,0.59917355,0.57438016,0.5785124,0.58677685,0.5413223,0.5082645,0.5371901,0.59504133,0.7231405,0.78512394,0.6735537,0.4090909,0.32231405,0.3140496,0.4752066,0.59504133,0.6404959,0.661157,0.6652893,0.6859504,0.6942149,0.69008267,0.69008267,0.6983471,0.6983471,0.71900827,0.74380165,0.7066116,0.6859504,0.677686,0.6652893,0.6735537,0.6942149,0.55785125,0.5661157,0.58264464,0.607438,0.5123967,0.5371901,0.6363636,0.7231405,0.74793386,0.73140496,0.73140496,0.75619835,0.7355372,0.6735537,0.838843,0.87603307,0.7644628,0.57438016,0.553719,0.56198347,0.6528926,0.6818182,0.61157024,0.62396693,0.6322314,0.5206612,0.38429752,0.3181818,0.2603306,0.338843,0.5495868,0.59090906,0.5289256,0.55785125,0.54545456,0.28512397,0.2603306,0.29752067,0.35950413,0.54545456,0.6694215,0.75206614,0.553719,0.4214876,0.37603307,0.3553719,0.42975205,0.5371901,0.61570245,0.6528926,0.6859504,0.69008267,0.69008267,0.69008267,0.71900827,0.71900827,0.72727275,0.71900827,0.677686,0.59504133,0.5413223,0.6570248,0.7066116,0.69008267,0.5495868,0.57024795,0.58264464,0.59090906,0.5413223,0.49586776,0.49173555,0.55785125,0.6280992,0.6363636,0.62396693,0.73966944,0.77272725,0.6446281,0.76859504,0.79752064,0.5165289,0.58264464,0.6528926,0.6735537,0.7066116,0.6818182,0.58677685,0.59090906,0.5785124,0.36363637,0.15289256,0.11157025,0.14049587,0.26859504,0.5206612,0.57438016,0.49173555,0.57024795,0.5289256,0.2107438,0.11983471,0.11157025,0.1570248,0.38429752,0.58264464,0.69008267,0.62396693,0.5082645,0.49173555,0.45867768,0.42975205,0.4214876,0.45041323,0.47107437,0.5082645,0.59090906,0.6446281,0.6652893,0.8264463,0.7644628,0.6942149,0.62396693,0.5371901,0.54545456,0.661157,0.7066116,0.6983471,0.677686,0.54545456,0.57438016,0.57438016,0.58677685,0.59504133,0.5661157,0.47933885,0.45454547,0.46280992,0.47933885,0.46280992,0.5495868,0.5785124,0.5,0.59090906,0.6694215,0.677686,0.6942149,0.7107438,0.71487606,0.7107438,0.6818182,0.5785124,0.56198347,0.56198347,0.40082645,0.2520661,0.2107438,0.3305785,0.4752066,0.5413223,0.54545456,0.47107437,0.5247934,0.57024795,0.41322315,0.24793388,0.12809917,0.18595041,0.3677686,0.54545456,0.62396693,0.62396693,0.57024795,0.57438016,0.57438016,0.553719,0.5247934,0.5247934,0.47107437,0.42975205,0.42561984,0.48347107,0.53305787,0.8057851,0.72727275,0.607438,0.58264464,0.59917355,0.6570248,0.6818182,0.6859504,0.6942149,0.6735537,0.5371901,0.57024795,0.55785125,0.5661157,0.59504133,0.59504133,0.5785124,0.5785124,0.57438016,0.607438,0.6198347,0.62396693,0.6404959,0.677686,0.69008267,0.73140496,0.72727275,0.71900827,0.7355372,0.71900827,0.6983471,0.6818182,0.58677685,0.5206612,0.53305787,0.5289256,0.5413223,0.5413223,0.5413223,0.57024795,0.5413223,0.49173555,0.44214877,0.45454547,0.5371901,0.56198347,0.45867768,0.35123968,0.37603307,0.46694216,0.5206612,0.58677685,0.6322314,0.61570245,0.61157024,0.61570245,0.6446281,0.6446281,0.6528926,0.61570245,0.56198347,0.5041322,0.5247934,0.5785124,0.7107438,0.6818182,0.6528926,0.6528926,0.6528926,0.677686,0.6735537,0.6735537,0.6859504,0.6735537,0.5247934,0.55785125,0.553719,0.56198347,0.59504133,0.59504133,0.62396693,0.6528926,0.677686,0.6983471,0.7107438,0.6942149,0.6942149,0.71900827,0.71487606,0.74793386,0.74380165,0.73966944,0.74380165,0.72727275,0.7066116,0.69008267,0.60330576,0.4876033,0.46694216,0.5,0.553719,0.58264464,0.55785125,0.59917355,0.59090906,0.5247934,0.46280992,0.47933885,0.57024795,0.6280992,0.5661157,0.4876033,0.45867768,0.47107437,0.49586776,0.58677685,0.6694215,0.6652893,0.6446281,0.6198347,0.6694215,0.6942149,0.6983471,0.7231405,0.6859504,0.6363636,0.6446281,0.6694215,0.7107438,0.7066116,0.6942149,0.6694215,0.6735537,0.6859504,0.6487603,0.6528926,0.6818182,0.677686,0.5206612,0.55785125,0.56198347,0.55785125,0.59090906,0.607438,0.62396693,0.6528926,0.6942149,0.6983471,0.71487606,0.70247936,0.71900827,0.72727275,0.7231405,0.74380165,0.74380165,0.75619835,0.7644628,0.74793386,0.75206614,0.72727275,0.6652893,0.57024795,0.5041322,0.49173555,0.5,0.5413223,0.57438016,0.61570245,0.6487603,0.57024795,0.53305787,0.56198347,0.6404959,0.6570248,0.6404959,0.5661157,0.5,0.49586776,0.54545456,0.6363636,0.7107438,0.7107438,0.70247936,0.6652893,0.70247936,0.73140496,0.7355372,0.75619835,0.7355372,0.7066116,0.7107438,0.70247936,0.7066116,0.7066116,0.6983471,0.6859504,0.69008267,0.6859504,0.661157,0.6694215,0.6859504,0.677686,0.5247934,0.54545456,0.54545456,0.55785125,0.57024795,0.61570245,0.6198347,0.6404959,0.6859504,0.6983471,0.7066116,0.70247936,0.7107438,0.7231405,0.73140496,0.74380165,0.74793386,0.76033056,0.7644628,0.76033056,0.75206614,0.75206614,0.71900827,0.6528926,0.59917355,0.58264464,0.5413223,0.5661157,0.59504133,0.6280992,0.661157,0.58677685,0.59090906,0.61570245,0.6322314,0.661157,0.6859504,0.6570248,0.6280992,0.6280992,0.6487603,0.69008267,0.74793386,0.76033056,0.75619835,0.74380165,0.74793386,0.75206614,0.76033056,0.76859504,0.7355372,0.74380165,0.71487606,0.71900827,0.7107438,0.7107438,0.70247936,0.69008267,0.6983471,0.6942149,0.6735537,0.6942149,0.6942149,0.661157,0.5247934,0.54545456,0.54545456,0.56198347,0.5785124,0.61157024,0.6363636,0.6487603,0.677686,0.70247936,0.7066116,0.70247936,0.7107438,0.71900827,0.73140496,0.73966944,0.74793386,0.75619835,0.75619835,0.75206614,0.74793386,0.74380165,0.72727275,0.6487603,0.61157024,0.6280992,0.57438016,0.59090906,0.60330576,0.6280992,0.6652893,0.60330576,0.61157024,0.6322314,0.6322314,0.6528926,0.677686,0.6818182,0.6694215,0.677686,0.6818182,0.7066116,0.7644628,0.78512394,0.78512394,0.77272725,0.78099173,0.77272725,0.77272725,0.7644628,0.75206614,0.75206614,0.73140496,0.72727275,0.72727275,0.7107438,0.70247936,0.6859504,0.6859504,0.69008267,0.6818182,0.7066116,0.6859504,0.6570248,0.5206612,0.55785125,0.54545456,0.5495868,0.59090906,0.60330576,0.6446281,0.6570248,0.6818182,0.6983471,0.70247936,0.7066116,0.7107438,0.71900827,0.73140496,0.74380165,0.75206614,0.74793386,0.73140496,0.73140496,0.7355372,0.7107438,0.6983471,0.6280992,0.60330576,0.6322314,0.607438,0.6280992,0.62396693,0.6322314,0.6694215,0.62396693,0.61570245,0.6363636,0.6446281,0.6570248,0.6818182,0.69008267,0.6818182,0.6570248,0.6859504,0.71487606,0.74793386,0.76033056,0.7768595,0.7644628,0.77272725,0.7892562,0.78512394,0.76859504,0.7768595,0.76859504,0.76033056,0.76033056,0.75619835,0.71900827,0.6942149,0.6818182,0.661157,0.6818182,0.6818182,0.7066116,0.6859504,0.6404959,0.5041322,0.5495868,0.5495868,0.57024795,0.58677685,0.60330576,0.6280992,0.6652893,0.6818182,0.6942149,0.70247936,0.7107438,0.71900827,0.7231405,0.72727275,0.74793386,0.74380165,0.72727275,0.71900827,0.7107438,0.71487606,0.70247936,0.6570248,0.6322314,0.6528926,0.6570248,0.6570248,0.6735537,0.6570248,0.6652893,0.677686,0.6363636,0.59917355,0.6198347,0.6446281,0.6735537,0.7066116,0.73140496,0.71487606,0.6818182,0.7107438,0.72727275,0.73140496,0.72727275,0.75619835,0.75619835,0.76033056,0.7768595,0.78099173,0.78099173,0.78099173,0.77272725,0.75619835,0.75619835,0.75206614,0.72727275,0.69008267,0.6859504,0.6570248,0.6818182,0.69008267,0.6942149,0.6735537,0.59504133,0.4876033,0.53305787,0.5495868,0.57438016,0.59917355,0.60330576,0.62396693,0.6570248,0.677686,0.6942149,0.6942149,0.7066116,0.72727275,0.73140496,0.7231405,0.73140496,0.7231405,0.70247936,0.7066116,0.6528926,0.677686,0.6859504,0.6322314,0.661157,0.677686,0.70247936,0.69008267,0.6818182,0.6570248,0.661157,0.677686,0.6570248,0.6198347,0.62396693,0.6404959,0.6570248,0.69008267,0.74380165,0.73966944,0.72727275,0.73966944,0.7355372,0.7355372,0.71487606,0.74380165,0.75619835,0.73966944,0.74793386,0.75619835,0.76859504,0.77272725,0.76859504,0.73966944,0.72727275,0.73966944,0.72727275,0.6983471,0.6818182,0.6735537,0.6818182,0.6818182,0.6694215,0.6570248,0.5785124,0.4876033,0.5247934,0.5371901,0.57024795,0.58264464,0.59917355,0.61570245,0.6404959,0.6694215,0.6818182,0.69008267,0.7066116,0.72727275,0.7231405,0.71487606,0.70247936,0.70247936,0.69008267,0.6942149,0.6652893,0.6570248,0.6528926,0.6322314,0.6818182,0.69008267,0.6818182,0.6404959,0.59090906,0.57024795,0.57024795,0.58677685,0.59917355,0.60330576,0.59917355,0.58677685,0.56198347,0.5661157,0.61157024,0.72727275,0.74793386,0.77272725,0.76033056,0.74793386,0.71900827,0.7231405,0.74793386,0.72727275,0.73140496,0.73966944,0.76859504,0.76859504,0.76859504,0.75206614,0.7231405,0.71487606,0.71900827,0.6983471,0.6859504,0.6735537,0.6859504,0.6735537,0.6528926,0.6404959,0.607438,0.48347107,0.5123967,0.5371901,0.55785125,0.58677685,0.59504133,0.61157024,0.6363636,0.6694215,0.6694215,0.69008267,0.70247936,0.7066116,0.70247936,0.6942149,0.677686,0.677686,0.70247936,0.6859504,0.6818182,0.6528926,0.6404959,0.6528926,0.677686,0.6446281,0.58677685,0.5289256,0.49586776,0.48347107,0.47107437,0.46694216,0.47933885,0.4876033,0.48347107,0.47107437,0.446281,0.43801653,0.44214877,0.5165289,0.5785124,0.7107438,0.74380165,0.7644628,0.7355372,0.72727275,0.73140496,0.71900827,0.71900827,0.72727275,0.74793386,0.76033056,0.76033056,0.74380165,0.71900827,0.7066116,0.70247936,0.6942149,0.6818182,0.6735537,0.6818182,0.6570248,0.6528926,0.6446281,0.6198347,0.49586776,0.5041322,0.5247934,0.54545456,0.5661157,0.58677685,0.59917355,0.62396693,0.6570248,0.677686,0.6983471,0.69008267,0.677686,0.677686,0.6694215,0.6735537,0.6528926,0.69008267,0.661157,0.6735537,0.6322314,0.6363636,0.6404959,0.59917355,0.5165289,0.4876033,0.45454547,0.44214877,0.42975205,0.41735536,0.41735536,0.40495867,0.4090909,0.40495867,0.38842976,0.38429752,0.38842976,0.38842976,0.4214876,0.446281,0.49586776,0.58677685,0.6942149,0.7355372,0.71900827,0.7066116,0.6942149,0.7066116,0.7066116,0.7066116,0.72727275,0.72727275,0.7355372,0.73140496,0.7231405,0.70247936,0.677686,0.6818182,0.6652893,0.6528926,0.6446281,0.6528926,0.661157,0.6198347,0.5041322,0.5082645,0.5247934,0.5371901,0.5495868,0.57024795,0.59090906,0.61157024,0.6487603,0.69008267,0.7066116,0.6983471,0.6652893,0.6528926,0.6446281,0.6735537,0.6446281,0.6570248,0.6198347,0.6446281,0.6198347,0.59090906,0.54545456,0.45867768,0.41322315,0.39256197,0.38016528,0.35950413,0.35123968,0.35123968,0.3677686,0.3264463,0.35123968,0.3553719,0.33471075,0.33471075,0.338843,0.34710744,0.35950413,0.37190083,0.37190083,0.42561984,0.5371901,0.6446281,0.6735537,0.6570248,0.6446281,0.6694215,0.6735537,0.6694215,0.6942149,0.7107438,0.73966944,0.73140496,0.7355372,0.7066116,0.6652893,0.6652893,0.6652893,0.6487603,0.6404959,0.6487603,0.6735537,0.58677685,0.5123967,0.5123967,0.53305787,0.53305787,0.53305787,0.5413223,0.57024795,0.60330576,0.6404959,0.69008267,0.7107438,0.677686,0.6487603,0.6446281,0.6322314,0.6528926,0.6280992,0.607438,0.5661157,0.58677685,0.55785125,0.4876033,0.41322315,0.36363637,0.33471075,0.3264463,0.3429752,0.338843,0.338843,0.338843,0.3677686,0.338843,0.3553719,0.35950413,0.34710744,0.3305785,0.30165288,0.3429752,0.32231405,0.28099173,0.29338843,0.3305785,0.39256197,0.4752066,0.56198347,0.57438016,0.57024795,0.59917355,0.6322314,0.6404959,0.6652893,0.7066116,0.75206614,0.7355372,0.72727275,0.6983471,0.69008267,0.6694215,0.6652893,0.6404959,0.6363636,0.6528926,0.6652893,0.5289256,0.5206612,0.5165289,0.5371901,0.5413223,0.5289256,0.5289256,0.553719,0.59504133,0.6446281,0.6818182,0.677686,0.6570248,0.6404959,0.6446281,0.6198347,0.59504133,0.57438016,0.54545456,0.5,0.5,0.44214877,0.37603307,0.34710744,0.3553719,0.41735536,0.46280992,0.47933885,0.4876033,0.49173555,0.48347107,0.4876033,0.47933885,0.46280992,0.46694216,0.47107437,0.47933885,0.45867768,0.45867768,0.46694216,0.3966942,0.30578512,0.28512397,0.29338843,0.34710744,0.43801653,0.47107437,0.47933885,0.53305787,0.58264464,0.607438,0.6446281,0.6983471,0.7355372,0.7355372,0.71900827,0.71900827,0.677686,0.6404959,0.6446281,0.62396693,0.6404959,0.6570248,0.69008267,0.45454547,0.5165289,0.5165289,0.53305787,0.5413223,0.5289256,0.5123967,0.54545456,0.58264464,0.6404959,0.6859504,0.6446281,0.661157,0.6363636,0.6487603,0.61570245,0.5785124,0.5082645,0.45041323,0.38429752,0.36363637,0.34710744,0.35950413,0.42975205,0.49586776,0.53305787,0.56198347,0.58677685,0.58264464,0.58264464,0.5785124,0.5785124,0.5661157,0.54545456,0.56198347,0.56198347,0.58264464,0.59090906,0.57024795,0.59504133,0.5785124,0.5247934,0.45041323,0.3305785,0.24793388,0.29752067,0.338843,0.38016528,0.45867768,0.5371901,0.59917355,0.6322314,0.6859504,0.71900827,0.7355372,0.71900827,0.70247936,0.6694215,0.6322314,0.6404959,0.62396693,0.6404959,0.6570248,0.677686,0.38429752,0.4876033,0.5247934,0.53305787,0.5413223,0.5289256,0.5123967,0.5371901,0.57438016,0.61157024,0.6735537,0.6652893,0.6652893,0.6363636,0.6694215,0.62396693,0.57024795,0.4876033,0.38429752,0.3429752,0.35950413,0.41735536,0.5041322,0.5495868,0.553719,0.56198347,0.57024795,0.57024795,0.5785124,0.57024795,0.56198347,0.57024795,0.56198347,0.553719,0.54545456,0.55785125,0.553719,0.57024795,0.57438016,0.59504133,0.6280992,0.6322314,0.6198347,0.58677685,0.48347107,0.33471075,0.24793388,0.29752067,0.42975205,0.5165289,0.59504133,0.6322314,0.6735537,0.7107438,0.7107438,0.7066116,0.6859504,0.6487603,0.6322314,0.6528926,0.6404959,0.6446281,0.677686,0.6570248,0.32231405,0.43801653,0.5289256,0.5289256,0.54545456,0.53305787,0.5165289,0.53305787,0.5495868,0.5661157,0.6404959,0.677686,0.6487603,0.6528926,0.6694215,0.6280992,0.59090906,0.53305787,0.49173555,0.49586776,0.5206612,0.56198347,0.59090906,0.59090906,0.58264464,0.57438016,0.57024795,0.553719,0.5206612,0.5082645,0.5,0.49173555,0.5165289,0.5041322,0.4752066,0.49173555,0.47933885,0.47933885,0.5123967,0.5413223,0.57438016,0.607438,0.6322314,0.6570248,0.6528926,0.607438,0.5371901,0.43801653,0.5,0.553719,0.607438,0.6404959,0.6652893,0.7107438,0.69008267,0.6983471,0.6652893,0.6404959,0.6363636,0.6487603,0.6570248,0.6446281,0.6859504,0.61157024,0.24380165,0.37603307,0.5206612,0.5206612,0.5413223,0.5413223,0.5206612,0.5371901,0.54545456,0.55785125,0.62396693,0.6570248,0.6652893,0.677686,0.6652893,0.6363636,0.6280992,0.59090906,0.607438,0.61570245,0.61570245,0.61570245,0.61157024,0.59917355,0.59090906,0.58264464,0.5785124,0.53305787,0.5206612,0.5123967,0.46280992,0.446281,0.47107437,0.446281,0.44214877,0.4752066,0.46280992,0.45041323,0.4752066,0.49586776,0.5247934,0.54545456,0.58677685,0.6322314,0.661157,0.6859504,0.6983471,0.6528926,0.62396693,0.6322314,0.6322314,0.6487603,0.6652893,0.6983471,0.677686,0.677686,0.6487603,0.6322314,0.6280992,0.6322314,0.6528926,0.6487603,0.6859504,0.553719,0.1983471,0.3181818,0.5082645,0.5123967,0.5165289,0.54545456,0.53305787,0.5247934,0.553719,0.55785125,0.607438,0.6404959,0.6446281,0.6652893,0.6694215,0.6528926,0.6404959,0.6446281,0.6487603,0.6363636,0.61570245,0.61157024,0.61570245,0.61570245,0.607438,0.59090906,0.58677685,0.553719,0.54545456,0.53305787,0.48347107,0.48347107,0.4752066,0.446281,0.45454547,0.48347107,0.4876033,0.47933885,0.47933885,0.5,0.5289256,0.54545456,0.58264464,0.62396693,0.6528926,0.661157,0.6694215,0.6942149,0.69008267,0.661157,0.6570248,0.6570248,0.6528926,0.6652893,0.6818182,0.6694215,0.6446281,0.6280992,0.6280992,0.6322314,0.6446281,0.6363636,0.6983471,0.4752066,0.16528925,0.23553719,0.47933885,0.5165289,0.49173555,0.5371901,0.54545456,0.5206612,0.54545456,0.55785125,0.5661157,0.6198347,0.6280992,0.6322314,0.661157,0.6404959,0.6322314,0.6652893,0.6652893,0.661157,0.58677685,0.56198347,0.61157024,0.62396693,0.62396693,0.59504133,0.58264464,0.58677685,0.55785125,0.54545456,0.5165289,0.5082645,0.49173555,0.48347107,0.47933885,0.49173555,0.5123967,0.5165289,0.5082645,0.5289256,0.5495868,0.5661157,0.58677685,0.607438,0.61570245,0.607438,0.6322314,0.6818182,0.6942149,0.6528926,0.6652893,0.6446281,0.6280992,0.6363636,0.661157,0.6446281,0.6446281,0.6280992,0.6280992,0.6280992,0.6322314,0.6487603,0.6818182,0.37190083,0.15289256,0.08677686,0.45867768,0.5123967,0.49586776,0.5123967,0.55785125,0.54545456,0.5289256,0.553719,0.5495868,0.58677685,0.607438,0.61570245,0.6446281,0.6363636,0.6570248,0.6735537,0.6652893,0.661157,0.58264464,0.5371901,0.60330576,0.6198347,0.6404959,0.607438,0.59504133,0.60330576,0.5661157,0.55785125,0.54545456,0.53305787,0.5123967,0.5206612,0.5165289,0.53305787,0.5371901,0.5413223,0.5371901,0.55785125,0.59090906,0.58677685,0.58264464,0.5785124,0.5661157,0.56198347,0.62396693,0.6735537,0.6983471,0.677686,0.6528926,0.607438,0.6198347,0.6280992,0.6280992,0.61157024,0.6322314,0.6363636,0.6363636,0.6404959,0.6363636,0.661157,0.6280992,0.23140496,0.12809917,0.03305785,0.35123968,0.5123967,0.5,0.5,0.5413223,0.5495868,0.5247934,0.5371901,0.5495868,0.5661157,0.59090906,0.60330576,0.6363636,0.6363636,0.6528926,0.661157,0.6570248,0.6570248,0.61570245,0.5785124,0.62396693,0.61570245,0.6487603,0.6198347,0.6198347,0.61157024,0.57438016,0.57024795,0.56198347,0.5661157,0.54545456,0.56198347,0.5661157,0.5661157,0.56198347,0.553719,0.55785125,0.59917355,0.61157024,0.607438,0.59090906,0.58264464,0.56198347,0.5785124,0.6487603,0.6322314,0.6570248,0.661157,0.6363636,0.61570245,0.6280992,0.6280992,0.62396693,0.607438,0.6280992,0.6363636,0.6363636,0.6487603,0.6487603,0.7066116,0.5165289,0.10743801,0.15289256,0.07438017,0.2107438,0.5165289,0.49586776,0.49586776,0.5206612,0.5413223,0.53305787,0.53305787,0.5495868,0.56198347,0.59090906,0.61157024,0.62396693,0.6363636,0.6363636,0.6446281,0.6570248,0.6528926,0.6446281,0.6280992,0.6322314,0.6404959,0.6570248,0.6487603,0.6363636,0.6280992,0.61157024,0.61157024,0.60330576,0.6198347,0.62396693,0.6487603,0.6363636,0.61570245,0.6322314,0.6198347,0.59090906,0.62396693,0.6363636,0.62396693,0.61157024,0.59917355,0.58264464,0.59504133,0.62396693,0.61570245,0.57438016,0.61570245,0.61570245,0.6198347,0.6280992,0.62396693,0.6198347,0.6198347,0.6280992,0.6280992,0.6198347,0.6446281,0.6487603,0.71487606,0.34710744,0.11570248,0.1446281,0.1322314,0.09090909,0.45454547,0.49173555,0.48347107,0.5123967,0.54545456,0.53305787,0.5247934,0.5495868,0.55785125,0.59090906,0.6198347,0.61157024,0.61570245,0.6280992,0.6363636,0.6446281,0.6487603,0.6735537,0.6528926,0.6322314,0.6735537,0.6859504,0.6859504,0.6487603,0.6694215,0.661157,0.6570248,0.6652893,0.6652893,0.6735537,0.6818182,0.6818182,0.6818182,0.6942149,0.6859504,0.6694215,0.6735537,0.6818182,0.6652893,0.6487603,0.6446281,0.6198347,0.61157024,0.6322314,0.61570245,0.57024795,0.59504133,0.6280992,0.6280992,0.61570245,0.61157024,0.61157024,0.61157024,0.62396693,0.61570245,0.59917355,0.6404959,0.661157,0.6322314,0.20247933,0.12809917,0.15289256,0.13636364,0.0785124,0.2644628,0.5206612,0.4876033,0.5,0.5206612,0.5123967,0.5082645,0.54545456,0.5661157,0.58677685,0.607438,0.61570245,0.60330576,0.61570245,0.6404959,0.6528926,0.661157,0.6859504,0.6694215,0.661157,0.6818182,0.70247936,0.6942149,0.6694215,0.6942149,0.6735537,0.6694215,0.70247936,0.6942149,0.6942149,0.70247936,0.6942149,0.6942149,0.7107438,0.70247936,0.6983471,0.73140496,0.7066116,0.7107438,0.6983471,0.6818182,0.677686,0.6446281,0.6322314,0.6487603,0.61570245,0.62396693,0.62396693,0.6280992,0.59917355,0.58264464,0.60330576,0.61157024,0.607438,0.60330576,0.59090906,0.62396693,0.6859504,0.4752066,0.09090909,0.13636364,0.16115703,0.11157025,0.11157025,0.12809917,0.4876033,0.49586776,0.48347107,0.5,0.5041322,0.5041322,0.5371901,0.5661157,0.57024795,0.58677685,0.60330576,0.58677685,0.5785124,0.6280992,0.661157,0.6570248,0.6652893,0.6818182,0.6942149,0.6942149,0.6983471,0.6818182,0.6735537,0.69008267,0.6652893,0.6694215,0.6983471,0.7066116,0.7066116,0.70247936,0.69008267,0.6942149,0.71900827,0.6942149,0.71487606,0.7644628,0.71900827,0.71900827,0.7107438,0.7066116,0.7066116,0.6859504,0.6528926,0.6570248,0.6446281,0.6198347,0.61570245,0.6198347,0.607438,0.57438016,0.60330576,0.6198347,0.607438,0.61157024,0.58677685,0.6280992,0.6487603,0.2644628,0.09090909,0.16115703,0.16528925,0.12396694,0.11157025,0.12809917,0.40495867,0.4752066,0.46280992,0.48347107,0.49586776,0.5,0.5289256,0.5495868,0.5495868,0.57024795,0.58677685,0.5785124,0.56198347,0.6198347,0.6322314,0.6363636,0.6487603,0.6859504,0.70247936,0.6859504,0.69008267,0.6694215,0.6694215,0.6818182,0.6818182,0.677686,0.6818182,0.69008267,0.6859504,0.6942149,0.677686,0.6859504,0.71487606,0.71900827,0.71487606,0.74380165,0.74380165,0.72727275,0.71900827,0.71487606,0.7066116,0.70247936,0.6859504,0.6652893,0.6652893,0.6322314,0.607438,0.6198347,0.607438,0.59090906,0.60330576,0.61157024,0.61157024,0.607438,0.58264464,0.6570248,0.53305787,0.10743801,0.1322314,0.1694215,0.16115703,0.12396694,0.10330579,0.13636364,0.37603307,0.44214877,0.45454547,0.47107437,0.46694216,0.48347107,0.5206612,0.5289256,0.5289256,0.54545456,0.58264464,0.57438016,0.54545456,0.59917355,0.59917355,0.60330576,0.6280992,0.6652893,0.6652893,0.661157,0.677686,0.6652893,0.6735537,0.6859504,0.6983471,0.677686,0.6694215,0.6694215,0.6570248,0.6652893,0.6570248,0.6735537,0.6942149,0.7107438,0.70247936,0.72727275,0.73140496,0.72727275,0.71900827,0.7066116,0.6983471,0.6983471,0.6818182,0.6570248,0.6528926,0.6280992,0.60330576,0.60330576,0.59917355,0.58264464,0.59504133,0.58264464,0.61570245,0.57024795,0.58677685,0.6487603,0.30165288,0.07024793,0.14876033,0.16115703,0.16528925,0.11983471,0.10330579,0.12809917,0.34710744,0.44214877,0.42975205,0.45454547,0.45454547,0.48347107,0.5123967,0.5206612,0.5123967,0.5289256,0.5661157,0.56198347,0.54545456,0.58264464,0.58264464,0.5785124,0.59504133,0.6280992,0.6363636,0.6363636,0.661157,0.661157,0.677686,0.6859504,0.70247936,0.6652893,0.6570248,0.6528926,0.6404959,0.6322314,0.6363636,0.6363636,0.6694215,0.7066116,0.70247936,0.6859504,0.7107438,0.70247936,0.7066116,0.6859504,0.6652893,0.6694215,0.6487603,0.6363636,0.6363636,0.6198347,0.58677685,0.58677685,0.61157024,0.58264464,0.58264464,0.59917355,0.607438,0.5495868,0.5785124,0.58677685,0.1570248,0.09917355,0.14876033,0.16115703,0.16528925,0.11983471,0.12809917,0.11157025,0.32231405,0.45454547,0.4090909,0.42561984,0.43801653,0.46694216,0.48347107,0.5082645,0.5123967,0.5082645,0.5413223,0.5371901,0.5413223,0.5661157,0.5785124,0.57438016,0.58264464,0.58264464,0.59917355,0.62396693,0.6404959,0.6487603,0.661157,0.6818182,0.6859504,0.6528926,0.6404959,0.6280992,0.62396693,0.61157024,0.607438,0.6198347,0.6363636,0.6528926,0.6735537,0.661157,0.69008267,0.6652893,0.661157,0.6528926,0.6322314,0.62396693,0.61157024,0.61570245,0.61570245,0.59504133,0.5785124,0.57024795,0.59090906,0.58264464,0.58264464,0.58264464,0.57438016,0.53305787,0.53305787,0.55785125,0.1322314,0.10330579,0.1446281,0.15289256,0.16115703,0.17355372,0.22727273,0.1322314,0.2768595,0.4752066,0.45041323,0.38429752,0.40082645,0.43801653,0.46694216,0.47933885,0.5,0.47933885,0.5041322,0.5165289,0.5289256,0.553719,0.56198347,0.56198347,0.56198347,0.55785125,0.5661157,0.59090906,0.61570245,0.6198347,0.6363636,0.6404959,0.6404959,0.61570245,0.60330576,0.59504133,0.59090906,0.59917355,0.5785124,0.59090906,0.607438,0.62396693,0.6487603,0.6404959,0.6446281,0.6322314,0.607438,0.59917355,0.60330576,0.59090906,0.5785124,0.59090906,0.59504133,0.57438016,0.5661157,0.55785125,0.57024795,0.5785124,0.55785125,0.5413223,0.5371901,0.47107437,0.56198347,0.53305787,0.11983471,0.11983471,0.14876033,0.15289256,0.16115703,0.3140496,0.29752067,0.10743801,0.24380165,0.46280992,0.49173555,0.4214876,0.37190083,0.38429752,0.43801653,0.46694216,0.45867768,0.48347107,0.47107437,0.4876033,0.5123967,0.5289256,0.54545456,0.5495868,0.53305787,0.5413223,0.5495868,0.5413223,0.57024795,0.5785124,0.61570245,0.58264464,0.59090906,0.58264464,0.5661157,0.55785125,0.57024795,0.58677685,0.56198347,0.56198347,0.58264464,0.5785124,0.607438,0.6198347,0.58677685,0.59504133,0.57024795,0.55785125,0.56198347,0.55785125,0.5371901,0.55785125,0.57024795,0.5785124,0.57024795,0.5371901,0.54545456,0.57024795,0.5413223,0.49586776,0.49173555,0.48347107,0.5785124,0.5206612,0.12396694,0.12396694,0.15289256,0.14876033,0.16115703,35 +0.21487603,0.29752067,0.38016528,0.5206612,0.553719,0.55785125,0.59504133,0.6363636,0.6652893,0.70247936,0.71487606,0.71487606,0.72727275,0.7107438,0.7231405,0.71487606,0.73966944,0.75206614,0.75206614,0.74793386,0.7644628,0.7644628,0.76859504,0.76859504,0.77272725,0.7892562,0.78099173,0.77272725,0.7892562,0.7892562,0.7768595,0.7768595,0.79752064,0.79752064,0.7933884,0.78512394,0.7892562,0.78512394,0.78512394,0.78099173,0.7892562,0.7892562,0.7933884,0.79752064,0.79752064,0.8057851,0.8140496,0.8140496,0.8057851,0.80991733,0.8057851,0.8016529,0.7892562,0.8140496,0.80991733,0.8057851,0.7933884,0.77272725,0.77272725,0.8016529,0.7231405,0.446281,0.23140496,0.18181819,0.24380165,0.32231405,0.40495867,0.5165289,0.5661157,0.56198347,0.59917355,0.6404959,0.6694215,0.6942149,0.7231405,0.71900827,0.71487606,0.7107438,0.71487606,0.72727275,0.75206614,0.7644628,0.76033056,0.75619835,0.76033056,0.76859504,0.76859504,0.7768595,0.78099173,0.7644628,0.7644628,0.76859504,0.78512394,0.78512394,0.7644628,0.77272725,0.7933884,0.78512394,0.7892562,0.78099173,0.78099173,0.78512394,0.78512394,0.78512394,0.79752064,0.7892562,0.8016529,0.79752064,0.7933884,0.8016529,0.8140496,0.8140496,0.80991733,0.8140496,0.8057851,0.8057851,0.79752064,0.8057851,0.80991733,0.8140496,0.79752064,0.77272725,0.77272725,0.76859504,0.78512394,0.58677685,0.30165288,0.2231405,0.26859504,0.34710744,0.4214876,0.5,0.5661157,0.57438016,0.607438,0.6487603,0.677686,0.70247936,0.72727275,0.72727275,0.71487606,0.72727275,0.7355372,0.74793386,0.75206614,0.77272725,0.75619835,0.76033056,0.76033056,0.76859504,0.7644628,0.7644628,0.7892562,0.76033056,0.75206614,0.76859504,0.77272725,0.77272725,0.75619835,0.76033056,0.7768595,0.78099173,0.78099173,0.76859504,0.76033056,0.7644628,0.7768595,0.76859504,0.79752064,0.78512394,0.7933884,0.8057851,0.7892562,0.8140496,0.8016529,0.80991733,0.80991733,0.80991733,0.80991733,0.79752064,0.8181818,0.8057851,0.8016529,0.822314,0.79752064,0.7768595,0.76859504,0.7644628,0.8140496,0.6404959,0.35950413,0.28512397,0.25619835,0.37603307,0.45041323,0.5082645,0.55785125,0.58677685,0.61157024,0.6652893,0.6983471,0.72727275,0.72727275,0.74793386,0.73140496,0.73966944,0.73966944,0.74793386,0.76033056,0.77272725,0.7644628,0.77272725,0.77272725,0.77272725,0.78099173,0.76859504,0.7892562,0.76859504,0.76859504,0.77272725,0.7892562,0.7644628,0.77272725,0.7768595,0.76033056,0.7768595,0.76859504,0.76859504,0.7644628,0.78099173,0.77272725,0.78099173,0.7933884,0.78099173,0.79752064,0.79752064,0.78099173,0.8016529,0.7933884,0.7933884,0.8016529,0.8057851,0.8181818,0.8016529,0.8016529,0.8140496,0.80991733,0.8140496,0.8057851,0.78512394,0.75206614,0.7644628,0.8057851,0.73140496,0.36363637,0.3181818,0.2107438,0.38016528,0.45867768,0.5247934,0.5661157,0.58264464,0.607438,0.6694215,0.7066116,0.73140496,0.7355372,0.73966944,0.73966944,0.7355372,0.74380165,0.75206614,0.77272725,0.7644628,0.7768595,0.7768595,0.7768595,0.78099173,0.78099173,0.78512394,0.79752064,0.7768595,0.77272725,0.77272725,0.7768595,0.78099173,0.7644628,0.78099173,0.76859504,0.78512394,0.77272725,0.77272725,0.76859504,0.7892562,0.7892562,0.7933884,0.7933884,0.7892562,0.7768595,0.7892562,0.78512394,0.78512394,0.78512394,0.78512394,0.7933884,0.79752064,0.8016529,0.7892562,0.8140496,0.8140496,0.8140496,0.8057851,0.8057851,0.78099173,0.76033056,0.75206614,0.8016529,0.77272725,0.5165289,0.3264463,0.20661157,0.37190083,0.4752066,0.5495868,0.55785125,0.56198347,0.607438,0.6694215,0.73140496,0.71487606,0.73140496,0.74380165,0.73140496,0.73140496,0.73966944,0.73966944,0.75206614,0.74380165,0.7644628,0.77272725,0.76859504,0.76859504,0.78099173,0.78099173,0.7892562,0.78099173,0.77272725,0.78099173,0.78099173,0.77272725,0.76033056,0.78099173,0.77272725,0.7892562,0.7892562,0.76859504,0.76859504,0.78512394,0.7933884,0.7644628,0.78099173,0.7768595,0.7644628,0.76859504,0.75619835,0.74380165,0.74793386,0.73966944,0.74380165,0.74380165,0.74793386,0.75206614,0.78099173,0.7892562,0.80991733,0.80991733,0.80991733,0.78099173,0.76859504,0.72727275,0.78099173,0.78512394,0.6280992,0.41735536,0.1694215,0.33471075,0.49586776,0.5165289,0.5371901,0.5165289,0.61157024,0.6983471,0.71487606,0.74793386,0.7066116,0.69008267,0.6818182,0.661157,0.6942149,0.6735537,0.69008267,0.7066116,0.6942149,0.69008267,0.6942149,0.71900827,0.76033056,0.7768595,0.75619835,0.75206614,0.76033056,0.7892562,0.78512394,0.7644628,0.7644628,0.7933884,0.78099173,0.77272725,0.78512394,0.7644628,0.76033056,0.74380165,0.7644628,0.74380165,0.73140496,0.72727275,0.6818182,0.6694215,0.6818182,0.6652893,0.6446281,0.69008267,0.677686,0.60330576,0.61570245,0.6280992,0.6942149,0.70247936,0.77272725,0.79752064,0.80991733,0.8016529,0.75619835,0.7231405,0.75206614,0.77272725,0.61570245,0.5289256,0.14876033,0.3553719,0.49173555,0.45867768,0.47933885,0.4876033,0.6363636,0.74380165,0.75206614,0.7892562,0.8305785,0.71487606,0.5165289,0.49586776,0.5785124,0.5495868,0.59917355,0.5247934,0.553719,0.6363636,0.58677685,0.55785125,0.6198347,0.6198347,0.58677685,0.5785124,0.58264464,0.60330576,0.607438,0.59917355,0.59917355,0.6322314,0.6280992,0.62396693,0.62396693,0.61570245,0.6198347,0.5785124,0.6198347,0.60330576,0.58264464,0.5661157,0.47933885,0.59504133,0.4876033,0.4090909,0.40082645,0.43801653,0.5082645,0.36363637,0.42975205,0.38842976,0.61157024,0.69008267,0.8429752,0.9338843,0.8347107,0.78512394,0.7644628,0.7066116,0.7355372,0.7768595,0.6322314,0.5165289,0.1570248,0.4338843,0.5247934,0.49173555,0.75619835,0.8181818,0.91735536,0.90495867,0.90082645,0.8595041,0.8801653,0.71900827,0.45041323,0.40495867,0.38842976,0.35123968,0.2644628,0.29752067,0.2644628,0.3140496,0.30165288,0.29338843,0.32231405,0.41322315,0.3677686,0.3429752,0.3966942,0.3966942,0.40082645,0.4338843,0.446281,0.46280992,0.45041323,0.46280992,0.35950413,0.57024795,0.5495868,0.28099173,0.36363637,0.37603307,0.38429752,0.37190083,0.338843,0.338843,0.3140496,0.30578512,0.2892562,0.30578512,0.37603307,0.40082645,0.4338843,0.5371901,0.607438,0.53305787,0.5082645,0.6983471,0.5785124,0.7066116,0.58677685,0.59917355,0.7355372,0.7768595,0.7107438,0.446281,0.1570248,0.5,0.5041322,0.4752066,0.95454544,0.90909094,0.90082645,0.90495867,0.90082645,0.88842976,0.92561984,0.78099173,0.40082645,0.32231405,0.27272728,0.24380165,0.23553719,0.23553719,0.23553719,0.26859504,0.30165288,0.338843,0.37190083,0.49586776,0.43801653,0.3181818,0.46694216,0.6280992,0.40495867,0.6198347,0.7066116,0.6735537,0.6528926,0.5165289,0.43801653,0.838843,0.6735537,0.38429752,0.4752066,0.4214876,0.446281,0.42975205,0.39256197,0.33471075,0.2644628,0.25619835,0.23140496,0.22727273,0.26859504,0.23553719,0.2768595,0.6528926,0.71900827,0.6198347,0.5495868,0.58677685,0.6570248,0.6198347,0.54545456,0.3305785,0.55785125,0.7768595,0.76859504,0.4338843,0.18181819,0.5206612,0.48347107,0.3140496,0.75206614,0.9214876,0.90082645,0.90082645,0.90082645,0.88429755,0.89669424,0.7768595,0.38016528,0.2892562,0.3181818,0.30165288,0.3264463,0.32231405,0.30991736,0.30991736,0.32231405,0.3305785,0.58677685,0.677686,0.5495868,0.59917355,0.37603307,0.58677685,0.5206612,0.5371901,0.7231405,0.71900827,0.72727275,0.5247934,0.69008267,0.75206614,0.6570248,0.7644628,0.5785124,0.5495868,0.57438016,0.5123967,0.45041323,0.36363637,0.2644628,0.2768595,0.2892562,0.2892562,0.3264463,0.16528925,0.4090909,0.88429755,0.8677686,0.62396693,0.49586776,0.47107437,0.60330576,0.677686,0.6859504,0.607438,0.35950413,0.6652893,0.8140496,0.4876033,0.3181818,0.41322315,0.4214876,0.4338843,0.58264464,0.91735536,0.90909094,0.88842976,0.892562,0.892562,0.90495867,0.8801653,0.7933884,0.46280992,0.49586776,0.47933885,0.48347107,0.46694216,0.446281,0.4214876,0.30165288,0.38842976,0.7933884,0.8057851,0.6983471,0.6570248,0.5371901,0.40082645,0.6528926,0.48347107,0.677686,0.7066116,0.6942149,0.42561984,0.6942149,0.49173555,0.7107438,0.6322314,0.61570245,0.72727275,0.76033056,0.75206614,0.446281,0.3429752,0.3553719,0.38842976,0.42561984,0.44214877,0.47933885,0.3305785,0.39256197,0.95454544,0.9214876,0.88842976,0.4876033,0.35950413,0.5,0.5785124,0.6446281,0.6363636,0.4876033,0.47107437,0.79752064,0.55785125,0.38016528,0.35123968,0.38429752,0.47933885,0.42561984,0.48347107,0.7066116,0.6280992,0.8719008,0.92561984,0.90909094,0.9214876,0.9586777,0.55785125,0.55785125,0.57438016,0.553719,0.5206612,0.5,0.46280992,0.338843,0.40082645,0.87603307,0.92561984,0.9214876,0.7892562,0.7644628,0.5661157,0.74380165,0.59504133,0.49586776,0.58677685,0.553719,0.59090906,0.6528926,0.59504133,0.75619835,0.74380165,0.90909094,0.9214876,0.9338843,0.87603307,0.3140496,0.45867768,0.5,0.49173555,0.5041322,0.5247934,0.54545456,0.47107437,0.3966942,0.6983471,0.8305785,0.78512394,0.4752066,0.37190083,0.45454547,0.49173555,0.55785125,0.6487603,0.6694215,0.5206612,0.8181818,0.6570248,0.41735536,0.35123968,0.38842976,0.5123967,0.43801653,0.4338843,0.47933885,0.3305785,0.6446281,0.9504132,0.90495867,0.92561984,0.9586777,0.45867768,0.5289256,0.5247934,0.5165289,0.48347107,0.45867768,0.42975205,0.37603307,0.29338843,0.54545456,0.8057851,0.8801653,0.7107438,0.6528926,0.6322314,0.38016528,0.55785125,0.607438,0.6487603,0.6487603,0.6363636,0.38842976,0.62396693,0.7644628,0.79752064,0.91322315,0.91322315,0.95454544,0.77272725,0.26859504,0.41322315,0.46280992,0.45454547,0.45867768,0.48347107,0.5165289,0.4876033,0.49173555,0.49173555,0.5495868,0.5206612,0.44214877,0.4214876,0.49173555,0.4876033,0.5165289,0.59917355,0.6818182,0.5123967,0.5,0.76859504,0.61157024,0.27272728,0.3181818,0.48347107,0.4090909,0.45867768,0.46280992,0.39256197,0.39256197,0.677686,0.8347107,0.822314,0.53305787,0.42561984,0.46280992,0.43801653,0.35950413,0.3429752,0.3305785,0.35950413,0.38842976,0.38429752,0.41322315,0.4876033,0.5785124,0.5371901,0.5661157,0.55785125,0.32231405,0.59917355,0.71900827,0.71900827,0.71900827,0.7231405,0.44214877,0.338843,0.74793386,0.69008267,0.77272725,0.8305785,0.7355372,0.41322315,0.40082645,0.45454547,0.4752066,0.3966942,0.37603307,0.39256197,0.42561984,0.43801653,0.5206612,0.6198347,0.58264464,0.36363637,0.35123968,0.40082645,0.49586776,0.5371901,0.5413223,0.56198347,0.6652893,0.59917355,0.38429752,0.6983471,0.71900827,0.17768595,0.2603306,0.47107437,0.40495867,0.46694216,0.48347107,0.3966942,0.40082645,0.36363637,0.4752066,0.5041322,0.4214876,0.4090909,0.23140496,0.28512397,0.3181818,0.17355372,0.22727273,0.2768595,0.3140496,0.26859504,0.41322315,0.4214876,0.45454547,0.4752066,0.5371901,0.446281,0.49173555,0.7231405,0.73140496,0.75206614,0.74793386,0.73966944,0.61570245,0.10743801,0.6280992,0.6446281,0.5041322,0.5206612,0.42975205,0.3429752,0.32231405,0.39256197,0.44214877,0.30991736,0.40082645,0.2231405,0.23553719,0.15289256,0.25619835,0.35950413,0.47933885,0.59504133,0.34710744,0.28099173,0.4214876,0.53305787,0.5785124,0.60330576,0.661157,0.6528926,0.45454547,0.34710744,0.5082645,0.16115703,0.2603306,0.47933885,0.4214876,0.46694216,0.48347107,0.42561984,0.38842976,0.35123968,0.39256197,0.3553719,0.29338843,0.38842976,0.14049587,0.21900827,0.2231405,0.1694215,0.23553719,0.34710744,0.5041322,0.30578512,0.2107438,0.38429752,0.5041322,0.39256197,0.78512394,0.59090906,0.72727275,0.74380165,0.74793386,0.75619835,0.7644628,0.76033056,0.76033056,0.1322314,0.6363636,0.58264464,0.54545456,0.38842976,0.37603307,0.2644628,0.23140496,0.47107437,0.58677685,0.33471075,0.3140496,0.17355372,0.2768595,0.12809917,0.30165288,0.3677686,0.28512397,0.41322315,0.47107437,0.36363637,0.37190083,0.5082645,0.60330576,0.6363636,0.6818182,0.72727275,0.3966942,0.3140496,0.38842976,0.17768595,0.28512397,0.446281,0.38429752,0.43801653,0.43801653,0.4214876,0.3429752,0.34710744,0.2892562,0.2520661,0.30991736,0.4876033,0.37190083,0.2520661,0.34710744,0.30165288,0.32231405,0.44214877,0.46694216,0.42975205,0.37603307,0.3677686,0.44214877,0.4214876,0.838843,0.6983471,0.7231405,0.7107438,0.75619835,0.7644628,0.76859504,0.76859504,0.8512397,0.3140496,0.5,0.44214877,0.62396693,0.54545456,0.34710744,0.28512397,0.30991736,0.4752066,0.58264464,0.42975205,0.3553719,0.30991736,0.3264463,0.2644628,0.46694216,0.5206612,0.38016528,0.4338843,0.40082645,0.44214877,0.5123967,0.5495868,0.62396693,0.6818182,0.6487603,0.75206614,0.4214876,0.41735536,0.3264463,0.2644628,0.21900827,0.35950413,0.29752067,0.30165288,0.3553719,0.35950413,0.3140496,0.3429752,0.3264463,0.35123968,0.40495867,0.47933885,0.45454547,0.40082645,0.4338843,0.41322315,0.41322315,0.4338843,0.45454547,0.45041323,0.446281,0.40495867,0.41735536,0.553719,0.74380165,0.6280992,0.677686,0.70247936,0.73140496,0.76859504,0.76859504,0.76859504,0.8057851,0.79752064,0.338843,0.61157024,0.4876033,0.6446281,0.40082645,0.34710744,0.39256197,0.446281,0.48347107,0.45867768,0.44214877,0.40082645,0.40082645,0.41322315,0.48347107,0.5123967,0.48347107,0.5165289,0.5165289,0.45041323,0.4876033,0.5289256,0.553719,0.55785125,0.5082645,0.59090906,0.5123967,0.32231405,0.30991736,0.28099173,0.2892562,0.40495867,0.3429752,0.30578512,0.30578512,0.28099173,0.38016528,0.43801653,0.45867768,0.48347107,0.5123967,0.54545456,0.49586776,0.5041322,0.4876033,0.48347107,0.46280992,0.45041323,0.46280992,0.5,0.47107437,0.38842976,0.46694216,0.7892562,0.6280992,0.661157,0.6446281,0.6528926,0.71487606,0.75619835,0.76033056,0.74793386,0.75619835,0.8471074,0.553719,0.5495868,0.70247936,0.6528926,0.47933885,0.40082645,0.38429752,0.46694216,0.4876033,0.5,0.5123967,0.49586776,0.5123967,0.49173555,0.5247934,0.5413223,0.53305787,0.53305787,0.5165289,0.48347107,0.47107437,0.48347107,0.5041322,0.5661157,0.59917355,0.73140496,0.4214876,0.44214877,0.40082645,0.3181818,0.41735536,0.5206612,0.46280992,0.3966942,0.29752067,0.3264463,0.47933885,0.53305787,0.5413223,0.5495868,0.57438016,0.5661157,0.5413223,0.53305787,0.5206612,0.49586776,0.4876033,0.48347107,0.49173555,0.5413223,0.46280992,0.38429752,0.7066116,0.77272725,0.6363636,0.6363636,0.6322314,0.677686,0.73140496,0.75206614,0.74793386,0.7231405,0.73966944,0.74380165,0.6694215,0.34710744,0.5495868,0.6652893,0.60330576,0.45041323,0.46694216,0.5041322,0.5206612,0.53305787,0.54545456,0.553719,0.553719,0.553719,0.57024795,0.54545456,0.5413223,0.5371901,0.5413223,0.5413223,0.553719,0.56198347,0.5785124,0.6446281,0.6818182,0.8347107,0.26859504,0.53305787,0.5,0.30991736,0.5123967,0.55785125,0.55785125,0.5,0.41322315,0.41735536,0.553719,0.5785124,0.58677685,0.59090906,0.58677685,0.59504133,0.57438016,0.58264464,0.5661157,0.56198347,0.55785125,0.5371901,0.55785125,0.59917355,0.4214876,0.59504133,0.73140496,0.6280992,0.6404959,0.6363636,0.6528926,0.71900827,0.76033056,0.77272725,0.76033056,0.74380165,0.74793386,0.75619835,0.7768595,0.5785124,0.42975205,0.61157024,0.61570245,0.5041322,0.55785125,0.56198347,0.5661157,0.58264464,0.58264464,0.5661157,0.5495868,0.5785124,0.59504133,0.5661157,0.57024795,0.58677685,0.6363636,0.6363636,0.677686,0.6694215,0.6735537,0.6694215,0.6983471,0.80991733,0.17355372,0.6363636,0.56198347,0.24380165,0.5165289,0.5661157,0.58264464,0.56198347,0.446281,0.5165289,0.62396693,0.6280992,0.6280992,0.62396693,0.61157024,0.61570245,0.6198347,0.62396693,0.6198347,0.61157024,0.62396693,0.58264464,0.6363636,0.61157024,0.54545456,0.78099173,0.61570245,0.61157024,0.677686,0.6735537,0.69008267,0.76859504,0.7768595,0.77272725,0.77272725,0.74793386,0.7892562,0.8016529,0.78512394,0.74380165,0.37603307,0.41322315,0.59917355,0.5,0.6280992,0.6404959,0.6198347,0.61157024,0.6404959,0.59090906,0.59504133,0.61570245,0.6322314,0.6322314,0.6446281,0.6694215,0.70247936,0.71487606,0.73140496,0.74380165,0.7107438,0.6983471,0.73140496,0.72727275,0.20661157,0.73140496,0.57438016,0.24793388,0.446281,0.5785124,0.59917355,0.59504133,0.47107437,0.58677685,0.6652893,0.6528926,0.6487603,0.6487603,0.62396693,0.6528926,0.6322314,0.6487603,0.6528926,0.6487603,0.6446281,0.62396693,0.6446281,0.58677685,0.76033056,0.61157024,0.58264464,0.6735537,0.6859504,0.6363636,0.6942149,0.77272725,0.7644628,0.73966944,0.76033056,0.75206614,0.75619835,0.73140496,0.78512394,0.8016529,0.607438,0.3429752,0.4876033,0.49586776,0.59917355,0.6198347,0.6404959,0.6446281,0.661157,0.6528926,0.6446281,0.661157,0.6859504,0.677686,0.70247936,0.70247936,0.73140496,0.7355372,0.74793386,0.74793386,0.73140496,0.7107438,0.79752064,0.553719,0.4338843,0.77272725,0.58264464,0.40082645,0.42561984,0.59090906,0.62396693,0.58264464,0.48347107,0.6487603,0.6818182,0.6652893,0.6652893,0.6652893,0.6570248,0.6735537,0.6694215,0.6735537,0.6528926,0.6446281,0.6363636,0.6322314,0.6859504,0.73966944,0.5371901,0.5206612,0.6818182,0.72727275,0.6652893,0.59090906,0.62396693,0.6570248,0.6652893,0.6735537,0.6694215,0.6735537,0.6446281,0.6198347,0.72727275,0.78512394,0.8057851,0.661157,0.3677686,0.37603307,0.45454547,0.5785124,0.6280992,0.6487603,0.6652893,0.6859504,0.677686,0.677686,0.6942149,0.6859504,0.71487606,0.6942149,0.73140496,0.73966944,0.75206614,0.75206614,0.73140496,0.69008267,0.91322315,0.5495868,0.6280992,0.7644628,0.59090906,0.5247934,0.57438016,0.7355372,0.6652893,0.553719,0.5,0.6570248,0.6942149,0.6818182,0.6818182,0.6859504,0.6652893,0.6694215,0.6942149,0.69008267,0.6694215,0.6487603,0.6735537,0.7066116,0.71487606,0.5082645,0.5082645,0.6570248,0.7066116,0.6859504,0.62396693,0.54545456,0.54545456,0.60330576,0.61570245,0.607438,0.59917355,0.57024795,0.56198347,0.54545456,0.58677685,0.6570248,0.75619835,0.822314,0.6487603,0.338843,0.24793388,0.4214876,0.58264464,0.6198347,0.6446281,0.6735537,0.6942149,0.69008267,0.7066116,0.7107438,0.7107438,0.71900827,0.73140496,0.73966944,0.75206614,0.74793386,0.7355372,0.6818182,0.91322315,0.6404959,0.73140496,0.71487606,0.5165289,0.5165289,0.49173555,0.6942149,0.58677685,0.607438,0.46694216,0.6570248,0.7231405,0.7107438,0.70247936,0.70247936,0.6694215,0.6942149,0.7107438,0.6983471,0.69008267,0.73966944,0.75619835,0.6363636,0.5371901,0.5041322,0.61157024,0.677686,0.62396693,0.4876033,0.40495867,0.33471075,0.30578512,0.5413223,0.62396693,0.54545456,0.5661157,0.553719,0.24380165,0.23553719,0.29752067,0.4214876,0.57024795,0.6487603,0.8719008,0.607438,0.3677686,0.27272728,0.32231405,0.58677685,0.62396693,0.6280992,0.6735537,0.6735537,0.6942149,0.71900827,0.6942149,0.70247936,0.7066116,0.72727275,0.74793386,0.74380165,0.6735537,0.5413223,0.73140496,0.7107438,0.7231405,0.6983471,0.49173555,0.48347107,0.56198347,0.58264464,0.40495867,0.5661157,0.53305787,0.6198347,0.73966944,0.73966944,0.71487606,0.69008267,0.6859504,0.7107438,0.74793386,0.74793386,0.7768595,0.74793386,0.55785125,0.5495868,0.61570245,0.6694215,0.607438,0.6404959,0.5082645,0.22727273,0.12809917,0.1446281,0.19008264,0.45041323,0.607438,0.53305787,0.58264464,0.54545456,0.1570248,0.09917355,0.09504132,0.10330579,0.4338843,0.5785124,0.73966944,0.6859504,0.446281,0.41735536,0.35123968,0.35950413,0.5082645,0.6570248,0.6528926,0.6280992,0.6652893,0.6859504,0.7066116,0.71900827,0.73966944,0.73140496,0.6942149,0.6322314,0.53305787,0.54545456,0.70247936,0.71900827,0.7107438,0.6859504,0.4752066,0.47933885,0.54545456,0.58677685,0.58264464,0.4876033,0.46280992,0.54545456,0.6859504,0.75206614,0.7644628,0.7231405,0.71900827,0.90495867,0.91735536,0.75206614,0.5289256,0.58677685,0.6735537,0.677686,0.70247936,0.70247936,0.59090906,0.59917355,0.5247934,0.28099173,0.1446281,0.20247933,0.38842976,0.5206612,0.56198347,0.5247934,0.5289256,0.58264464,0.4090909,0.24793388,0.1322314,0.11983471,0.4338843,0.59917355,0.59504133,0.661157,0.5247934,0.53305787,0.5082645,0.446281,0.41735536,0.47933885,0.5289256,0.6487603,0.90495867,0.8016529,0.7231405,0.72727275,0.6322314,0.54545456,0.5082645,0.5371901,0.59090906,0.6942149,0.6983471,0.7066116,0.6983471,0.69008267,0.45867768,0.47107437,0.53305787,0.57438016,0.58677685,0.60330576,0.5495868,0.47107437,0.47107437,0.58264464,0.6322314,0.57438016,0.553719,0.72727275,0.7355372,0.6198347,0.6694215,0.71487606,0.7355372,0.71900827,0.71900827,0.7066116,0.55785125,0.553719,0.59917355,0.55785125,0.5123967,0.4876033,0.54545456,0.5661157,0.5289256,0.49173555,0.48347107,0.5413223,0.59917355,0.5082645,0.35123968,0.3677686,0.58677685,0.60330576,0.5371901,0.62396693,0.58264464,0.60330576,0.607438,0.6198347,0.6404959,0.6198347,0.5413223,0.40082645,0.446281,0.43801653,0.49173555,0.5661157,0.607438,0.59090906,0.61570245,0.6487603,0.6735537,0.7107438,0.6818182,0.70247936,0.6942149,0.6818182,0.46280992,0.47107437,0.53305787,0.57438016,0.55785125,0.59917355,0.59917355,0.58264464,0.5661157,0.57024795,0.60330576,0.61157024,0.61570245,0.6735537,0.71487606,0.74793386,0.74793386,0.73140496,0.7644628,0.7231405,0.71900827,0.6942149,0.5413223,0.4752066,0.5247934,0.59504133,0.61157024,0.59090906,0.58677685,0.60330576,0.5661157,0.47107437,0.5,0.56198347,0.6404959,0.59917355,0.5371901,0.5082645,0.5495868,0.5041322,0.49586776,0.61570245,0.6528926,0.6446281,0.6363636,0.6818182,0.74380165,0.7355372,0.71900827,0.6694215,0.61570245,0.57024795,0.60330576,0.6859504,0.7107438,0.71487606,0.6983471,0.69008267,0.6735537,0.6983471,0.6735537,0.6859504,0.6983471,0.6818182,0.45041323,0.46694216,0.5371901,0.57438016,0.5495868,0.59504133,0.59917355,0.6280992,0.6570248,0.6859504,0.7107438,0.6983471,0.71900827,0.73140496,0.73966944,0.76859504,0.76859504,0.76033056,0.7768595,0.74793386,0.74380165,0.70247936,0.59917355,0.4752066,0.45454547,0.47933885,0.5206612,0.5661157,0.61570245,0.6570248,0.61157024,0.553719,0.58264464,0.6363636,0.6570248,0.6570248,0.607438,0.5495868,0.5,0.49586776,0.56198347,0.6570248,0.70247936,0.71900827,0.7107438,0.72727275,0.75619835,0.76859504,0.76033056,0.76033056,0.71900827,0.677686,0.6942149,0.6859504,0.73966944,0.71900827,0.70247936,0.6818182,0.6735537,0.71487606,0.55785125,0.6859504,0.69008267,0.677686,0.45454547,0.45867768,0.5123967,0.5785124,0.5495868,0.59504133,0.6198347,0.6363636,0.661157,0.70247936,0.73140496,0.7066116,0.74380165,0.73966944,0.76033056,0.7644628,0.76859504,0.7892562,0.77272725,0.76859504,0.76033056,0.74380165,0.677686,0.59504133,0.58677685,0.54545456,0.55785125,0.59090906,0.62396693,0.6570248,0.59917355,0.62396693,0.6446281,0.6280992,0.6570248,0.6859504,0.6818182,0.6446281,0.6404959,0.6446281,0.6694215,0.7231405,0.7644628,0.77272725,0.76859504,0.76859504,0.77272725,0.77272725,0.78512394,0.7768595,0.76033056,0.75206614,0.7355372,0.7355372,0.71487606,0.7107438,0.7066116,0.7066116,0.7231405,0.6818182,0.677686,0.6694215,0.70247936,0.677686,0.41735536,0.46280992,0.5289256,0.57438016,0.5661157,0.57438016,0.61570245,0.6280992,0.6528926,0.7107438,0.71487606,0.71487606,0.71900827,0.74380165,0.76033056,0.7644628,0.76859504,0.7768595,0.75619835,0.76033056,0.7355372,0.72727275,0.69008267,0.6198347,0.62396693,0.59917355,0.58677685,0.61570245,0.6363636,0.6652893,0.60330576,0.6446281,0.6570248,0.6280992,0.6487603,0.6735537,0.6859504,0.6735537,0.6818182,0.6818182,0.6735537,0.7355372,0.7768595,0.78512394,0.76033056,0.7768595,0.7933884,0.78099173,0.7892562,0.78099173,0.7644628,0.77272725,0.7355372,0.76033056,0.73140496,0.71900827,0.71487606,0.70247936,0.7355372,0.7066116,0.69008267,0.6983471,0.7066116,0.677686,0.41322315,0.45867768,0.5082645,0.5661157,0.56198347,0.58677685,0.61157024,0.6198347,0.6818182,0.71900827,0.7066116,0.72727275,0.7107438,0.74380165,0.75206614,0.76033056,0.75619835,0.75619835,0.73140496,0.73140496,0.7107438,0.6983471,0.6694215,0.59917355,0.6404959,0.6322314,0.6363636,0.6404959,0.6404959,0.6528926,0.6280992,0.61570245,0.6363636,0.6570248,0.6652893,0.6859504,0.69008267,0.69008267,0.661157,0.6735537,0.70247936,0.72727275,0.74380165,0.76033056,0.78099173,0.76033056,0.76859504,0.7933884,0.7892562,0.78099173,0.7892562,0.7768595,0.76033056,0.7644628,0.76859504,0.72727275,0.70247936,0.6983471,0.6983471,0.71487606,0.6942149,0.71487606,0.7107438,0.6652893,0.44214877,0.42975205,0.53305787,0.5413223,0.553719,0.58264464,0.59917355,0.6363636,0.69008267,0.69008267,0.71487606,0.72727275,0.73140496,0.73140496,0.73140496,0.74793386,0.73966944,0.7066116,0.70247936,0.6818182,0.6859504,0.6446281,0.6363636,0.6446281,0.6652893,0.6570248,0.677686,0.661157,0.6735537,0.6818182,0.6652893,0.61157024,0.6198347,0.6652893,0.6859504,0.70247936,0.7231405,0.7066116,0.6859504,0.69008267,0.71487606,0.71900827,0.71487606,0.7231405,0.75206614,0.71487606,0.75206614,0.76859504,0.7768595,0.78099173,0.79752064,0.78099173,0.7644628,0.7768595,0.76859504,0.73140496,0.69008267,0.6942149,0.6363636,0.7066116,0.6983471,0.71487606,0.7107438,0.6528926,0.446281,0.3966942,0.5247934,0.553719,0.5785124,0.58677685,0.60330576,0.6528926,0.6983471,0.70247936,0.7107438,0.73140496,0.74793386,0.73140496,0.73140496,0.73966944,0.70247936,0.6818182,0.6735537,0.6446281,0.661157,0.6280992,0.6487603,0.6735537,0.677686,0.69008267,0.6735537,0.6570248,0.6528926,0.6528926,0.661157,0.6404959,0.6363636,0.6570248,0.6487603,0.6528926,0.70247936,0.72727275,0.7066116,0.71487606,0.7355372,0.71900827,0.7231405,0.7066116,0.75206614,0.7107438,0.6983471,0.73140496,0.74380165,0.77272725,0.7892562,0.78512394,0.74793386,0.73966944,0.75206614,0.7355372,0.70247936,0.6942149,0.6446281,0.6983471,0.6942149,0.7107438,0.6983471,0.6363636,0.46694216,0.39256197,0.5247934,0.54545456,0.5785124,0.58264464,0.59917355,0.6570248,0.69008267,0.69008267,0.7231405,0.71900827,0.7355372,0.7107438,0.7066116,0.6942149,0.70247936,0.6735537,0.6652893,0.62396693,0.6322314,0.6198347,0.6735537,0.6694215,0.70247936,0.6487603,0.59504133,0.57024795,0.55785125,0.54545456,0.5413223,0.55785125,0.553719,0.553719,0.5289256,0.5289256,0.5785124,0.661157,0.6942149,0.73966944,0.75619835,0.73966944,0.7231405,0.6942149,0.7231405,0.71487606,0.69008267,0.7107438,0.73140496,0.76859504,0.7768595,0.79752064,0.75619835,0.74793386,0.73966944,0.75206614,0.7231405,0.6983471,0.69008267,0.69008267,0.69008267,0.69008267,0.677686,0.6280992,0.47107437,0.40495867,0.48347107,0.54545456,0.5661157,0.5785124,0.58677685,0.6404959,0.677686,0.6694215,0.7231405,0.6942149,0.6983471,0.6818182,0.6859504,0.6487603,0.6818182,0.677686,0.6446281,0.61157024,0.60330576,0.6198347,0.6404959,0.61570245,0.5661157,0.5165289,0.4876033,0.49173555,0.48347107,0.45867768,0.45454547,0.45867768,0.45867768,0.45867768,0.446281,0.446281,0.47107437,0.49173555,0.5413223,0.6198347,0.6942149,0.71487606,0.7066116,0.6735537,0.6859504,0.677686,0.677686,0.7107438,0.71900827,0.73966944,0.7644628,0.7355372,0.7644628,0.72727275,0.7355372,0.73140496,0.7107438,0.7066116,0.661157,0.6942149,0.69008267,0.6735537,0.6694215,0.6198347,0.46280992,0.43801653,0.4752066,0.5041322,0.55785125,0.5661157,0.57438016,0.6322314,0.661157,0.6942149,0.7231405,0.6859504,0.6652893,0.6570248,0.6694215,0.6570248,0.62396693,0.6280992,0.59917355,0.57024795,0.58677685,0.59504133,0.5413223,0.4876033,0.46694216,0.45454547,0.43801653,0.42975205,0.4214876,0.46280992,0.4214876,0.40495867,0.41735536,0.38016528,0.40082645,0.39256197,0.4090909,0.3966942,0.4214876,0.45041323,0.5123967,0.58677685,0.6570248,0.6280992,0.6404959,0.61570245,0.6363636,0.677686,0.6652893,0.6652893,0.7355372,0.6859504,0.76859504,0.74793386,0.73966944,0.71900827,0.6942149,0.6942149,0.6652893,0.69008267,0.6694215,0.6652893,0.6694215,0.6198347,0.61570245,0.43801653,0.446281,0.5,0.553719,0.553719,0.56198347,0.59090906,0.661157,0.70247936,0.71900827,0.677686,0.6446281,0.6404959,0.6487603,0.6322314,0.5661157,0.56198347,0.54545456,0.54545456,0.5371901,0.4752066,0.42561984,0.40495867,0.42975205,0.42975205,0.40495867,0.40495867,0.3966942,0.46280992,0.38016528,0.37190083,0.37190083,0.34710744,0.3677686,0.3181818,0.35950413,0.3553719,0.338843,0.35123968,0.3677686,0.44214877,0.5371901,0.57024795,0.57438016,0.5247934,0.57438016,0.61570245,0.6198347,0.6198347,0.6818182,0.72727275,0.75206614,0.75619835,0.74380165,0.7107438,0.677686,0.6735537,0.6487603,0.6652893,0.6528926,0.6528926,0.6570248,0.61157024,0.6198347,0.4876033,0.4338843,0.5,0.5289256,0.5371901,0.5413223,0.59090906,0.6528926,0.7066116,0.6942149,0.6570248,0.6363636,0.6322314,0.607438,0.58264464,0.5082645,0.4752066,0.48347107,0.45867768,0.40495867,0.3677686,0.4214876,0.45454547,0.5,0.5165289,0.5371901,0.56198347,0.56198347,0.5785124,0.58264464,0.553719,0.57024795,0.57438016,0.58677685,0.57024795,0.5289256,0.5247934,0.53305787,0.46280992,0.35950413,0.30991736,0.3181818,0.45041323,0.48347107,0.45867768,0.5165289,0.57024795,0.59090906,0.59917355,0.6487603,0.72727275,0.74793386,0.75619835,0.7355372,0.7107438,0.6818182,0.6570248,0.661157,0.6570248,0.6363636,0.6570248,0.6694215,0.58264464,0.57024795,0.5206612,0.43801653,0.49586776,0.5289256,0.5289256,0.5206612,0.59090906,0.661157,0.6859504,0.6652893,0.6735537,0.6528926,0.6322314,0.57024795,0.5247934,0.44214877,0.38429752,0.33471075,0.30578512,0.338843,0.48347107,0.47933885,0.5247934,0.5495868,0.56198347,0.59090906,0.59917355,0.59090906,0.60330576,0.59917355,0.57024795,0.58677685,0.58264464,0.60330576,0.60330576,0.58264464,0.58264464,0.6280992,0.607438,0.57024795,0.45867768,0.30165288,0.24793388,0.3305785,0.3677686,0.47107437,0.54545456,0.55785125,0.57024795,0.6363636,0.70247936,0.7355372,0.76859504,0.73966944,0.71487606,0.6859504,0.6528926,0.6570248,0.6487603,0.6404959,0.661157,0.661157,0.62396693,0.5289256,0.553719,0.41322315,0.5041322,0.5165289,0.5082645,0.5,0.56198347,0.661157,0.6694215,0.677686,0.6859504,0.661157,0.6446281,0.56198347,0.5289256,0.33471075,0.2603306,0.32231405,0.42561984,0.5247934,0.59090906,0.57024795,0.59917355,0.607438,0.59504133,0.59504133,0.59090906,0.58264464,0.57438016,0.59504133,0.55785125,0.55785125,0.55785125,0.5371901,0.54545456,0.5661157,0.59504133,0.61570245,0.6280992,0.6363636,0.6446281,0.59504133,0.35950413,0.19421488,0.25619835,0.3966942,0.5123967,0.56198347,0.61570245,0.6280992,0.6735537,0.7231405,0.75206614,0.7231405,0.7107438,0.6983471,0.62396693,0.6570248,0.6404959,0.6322314,0.661157,0.6487603,0.661157,0.5661157,0.38842976,0.42561984,0.5082645,0.5289256,0.5165289,0.5,0.5371901,0.59090906,0.6694215,0.6983471,0.70247936,0.69008267,0.6694215,0.58264464,0.5082645,0.4214876,0.47107437,0.5289256,0.5661157,0.59504133,0.61157024,0.6322314,0.6322314,0.6404959,0.60330576,0.60330576,0.57438016,0.5495868,0.54545456,0.54545456,0.5206612,0.53305787,0.553719,0.5123967,0.5041322,0.553719,0.5661157,0.61157024,0.62396693,0.6487603,0.661157,0.69008267,0.6363636,0.57024795,0.38016528,0.41322315,0.5289256,0.59090906,0.6363636,0.6404959,0.69008267,0.71900827,0.7107438,0.7107438,0.6735537,0.6487603,0.6280992,0.6570248,0.6363636,0.6446281,0.6487603,0.6694215,0.677686,0.46694216,0.1694215,0.41735536,0.5206612,0.5165289,0.53305787,0.5082645,0.5041322,0.5661157,0.6528926,0.6983471,0.7231405,0.7231405,0.6694215,0.6198347,0.56198347,0.57024795,0.59917355,0.59090906,0.59917355,0.59917355,0.6322314,0.6363636,0.6363636,0.6446281,0.61157024,0.62396693,0.58264464,0.5495868,0.5495868,0.5082645,0.49173555,0.5206612,0.53305787,0.5247934,0.5289256,0.53305787,0.5371901,0.607438,0.61570245,0.6528926,0.6652893,0.6942149,0.6859504,0.6942149,0.6363636,0.55785125,0.58264464,0.6280992,0.6528926,0.6652893,0.69008267,0.70247936,0.69008267,0.6859504,0.6404959,0.6280992,0.62396693,0.6446281,0.6570248,0.6570248,0.6487603,0.6818182,0.75619835,0.20661157,0.09504132,0.35123968,0.5413223,0.5371901,0.5413223,0.5413223,0.49586776,0.57024795,0.6404959,0.677686,0.69008267,0.7107438,0.6983471,0.6446281,0.607438,0.6570248,0.6528926,0.62396693,0.57024795,0.6198347,0.6404959,0.6404959,0.6404959,0.6404959,0.6322314,0.61570245,0.59090906,0.5661157,0.5413223,0.5247934,0.5206612,0.5165289,0.5247934,0.553719,0.5495868,0.553719,0.57024795,0.61570245,0.6322314,0.661157,0.6652893,0.6735537,0.661157,0.6859504,0.71487606,0.677686,0.6280992,0.6570248,0.69008267,0.677686,0.677686,0.70247936,0.6859504,0.69008267,0.6198347,0.6404959,0.6198347,0.6198347,0.6446281,0.6528926,0.6363636,0.7231405,0.56198347,0.14876033,0.09504132,0.16528925,0.5206612,0.5206612,0.54545456,0.54545456,0.5165289,0.5247934,0.59504133,0.6404959,0.6652893,0.7066116,0.7231405,0.6735537,0.677686,0.7107438,0.6859504,0.6570248,0.57024795,0.6280992,0.6446281,0.677686,0.6528926,0.6528926,0.6363636,0.6198347,0.59917355,0.58677685,0.553719,0.553719,0.55785125,0.5495868,0.55785125,0.57438016,0.58264464,0.58264464,0.59090906,0.6487603,0.6528926,0.6280992,0.6280992,0.6694215,0.60330576,0.6818182,0.7231405,0.7355372,0.7107438,0.69008267,0.6694215,0.6652893,0.6735537,0.6818182,0.677686,0.6694215,0.6363636,0.61570245,0.6280992,0.6198347,0.6446281,0.6570248,0.6280992,0.73966944,0.45454547,0.11983471,0.11570248,0.11983471,0.42975205,0.49586776,0.53305787,0.55785125,0.49586776,0.5371901,0.55785125,0.62396693,0.6322314,0.6735537,0.74793386,0.6859504,0.73140496,0.71487606,0.6983471,0.6859504,0.6363636,0.6404959,0.661157,0.6942149,0.677686,0.6735537,0.6446281,0.62396693,0.59917355,0.62396693,0.59917355,0.59917355,0.6198347,0.60330576,0.59917355,0.607438,0.58677685,0.61570245,0.6404959,0.6735537,0.6694215,0.661157,0.6652893,0.6363636,0.6446281,0.71900827,0.6983471,0.73140496,0.75206614,0.7107438,0.6818182,0.6570248,0.6735537,0.6652893,0.6404959,0.6322314,0.6363636,0.6322314,0.6280992,0.6280992,0.6363636,0.6487603,0.61570245,0.75619835,0.2603306,0.11983471,0.12809917,0.09917355,0.3677686,0.5041322,0.5082645,0.5661157,0.5041322,0.5041322,0.5413223,0.5785124,0.6404959,0.6694215,0.70247936,0.7066116,0.6983471,0.70247936,0.69008267,0.6859504,0.6694215,0.6446281,0.69008267,0.677686,0.6818182,0.6652893,0.6652893,0.6487603,0.6446281,0.661157,0.6404959,0.6570248,0.677686,0.661157,0.6570248,0.6818182,0.6487603,0.62396693,0.6652893,0.69008267,0.6735537,0.6694215,0.6570248,0.661157,0.6528926,0.6942149,0.6859504,0.677686,0.73140496,0.6942149,0.6694215,0.6818182,0.6570248,0.6487603,0.59504133,0.607438,0.6363636,0.6446281,0.6280992,0.6404959,0.6363636,0.6198347,0.6363636,0.7066116,0.11983471,0.13636364,0.12809917,0.08677686,0.29752067,0.5,0.5041322,0.553719,0.5371901,0.49586776,0.5413223,0.57438016,0.6280992,0.6818182,0.69008267,0.70247936,0.70247936,0.6983471,0.6942149,0.70247936,0.7066116,0.6652893,0.7107438,0.7107438,0.6942149,0.6694215,0.69008267,0.6528926,0.6652893,0.7066116,0.6818182,0.6859504,0.69008267,0.6859504,0.6983471,0.70247936,0.6942149,0.6735537,0.70247936,0.7066116,0.6983471,0.6942149,0.6859504,0.677686,0.6652893,0.69008267,0.69008267,0.6446281,0.6818182,0.7066116,0.6694215,0.6694215,0.6570248,0.6487603,0.60330576,0.6446281,0.61570245,0.6363636,0.6280992,0.6487603,0.6363636,0.59917355,0.6570248,0.59504133,0.045454547,0.1322314,0.12809917,0.09917355,0.23553719,0.5,0.5082645,0.5247934,0.5495868,0.5123967,0.5371901,0.56198347,0.62396693,0.6652893,0.7066116,0.677686,0.6652893,0.6983471,0.6942149,0.6983471,0.7066116,0.677686,0.7107438,0.7107438,0.677686,0.661157,0.6735537,0.6404959,0.6363636,0.70247936,0.7107438,0.7066116,0.70247936,0.6818182,0.7066116,0.70247936,0.6942149,0.71900827,0.74380165,0.71900827,0.72727275,0.7231405,0.7231405,0.71487606,0.6859504,0.69008267,0.7231405,0.677686,0.6942149,0.7066116,0.69008267,0.6735537,0.6322314,0.61157024,0.58677685,0.62396693,0.61157024,0.607438,0.6198347,0.6404959,0.6404959,0.61570245,0.72727275,0.37190083,0.03305785,0.1322314,0.14049587,0.12809917,0.12396694,0.4338843,0.4876033,0.5041322,0.553719,0.5165289,0.5123967,0.553719,0.59090906,0.6280992,0.6735537,0.6487603,0.61570245,0.677686,0.6818182,0.677686,0.6942149,0.7107438,0.70247936,0.6859504,0.6528926,0.6570248,0.6487603,0.6694215,0.6735537,0.6735537,0.6694215,0.69008267,0.6983471,0.6942149,0.7066116,0.72727275,0.70247936,0.73966944,0.75619835,0.73140496,0.72727275,0.7231405,0.73140496,0.73140496,0.7107438,0.70247936,0.71487606,0.6983471,0.69008267,0.6528926,0.6942149,0.6652893,0.61570245,0.58677685,0.607438,0.58264464,0.6198347,0.59917355,0.59917355,0.6198347,0.6280992,0.6363636,0.71487606,0.20661157,0.12396694,0.11983471,0.11157025,0.12809917,0.0661157,0.29338843,0.4752066,0.47933885,0.5247934,0.49173555,0.48347107,0.5371901,0.5661157,0.59090906,0.6363636,0.62396693,0.61157024,0.6528926,0.661157,0.661157,0.6735537,0.71487606,0.6735537,0.6694215,0.6446281,0.6487603,0.6735537,0.6942149,0.6735537,0.6735537,0.661157,0.661157,0.6735537,0.6694215,0.6859504,0.7107438,0.71487606,0.71487606,0.7355372,0.73140496,0.73140496,0.71487606,0.73966944,0.7231405,0.7231405,0.71900827,0.70247936,0.71900827,0.6818182,0.6404959,0.661157,0.6446281,0.60330576,0.5785124,0.61157024,0.6198347,0.5785124,0.61570245,0.58677685,0.62396693,0.6322314,0.661157,0.48347107,0.08264463,0.1322314,0.15289256,0.11983471,0.12396694,0.07024793,0.06198347,0.45867768,0.48347107,0.4876033,0.5,0.5,0.5123967,0.5289256,0.5495868,0.62396693,0.59504133,0.61157024,0.62396693,0.6280992,0.6280992,0.6404959,0.6528926,0.6446281,0.6487603,0.6446281,0.661157,0.6818182,0.6942149,0.661157,0.6652893,0.6487603,0.6570248,0.6528926,0.6446281,0.6694215,0.70247936,0.7107438,0.69008267,0.7107438,0.7231405,0.73966944,0.7107438,0.7107438,0.7107438,0.71487606,0.7066116,0.69008267,0.70247936,0.677686,0.6322314,0.6446281,0.62396693,0.58677685,0.58677685,0.61570245,0.6280992,0.59090906,0.6322314,0.57438016,0.59917355,0.60330576,0.6280992,0.21900827,0.09090909,0.16115703,0.1446281,0.12809917,0.11983471,0.12396694,0.05785124,0.40495867,0.4876033,0.47107437,0.48347107,0.48347107,0.5082645,0.5041322,0.5165289,0.59090906,0.58264464,0.59917355,0.61157024,0.6198347,0.6198347,0.62396693,0.59090906,0.6322314,0.6322314,0.6322314,0.6528926,0.6652893,0.6735537,0.6487603,0.661157,0.6446281,0.6528926,0.6363636,0.62396693,0.6528926,0.677686,0.6942149,0.69008267,0.70247936,0.6859504,0.6859504,0.6859504,0.6322314,0.6859504,0.6570248,0.677686,0.6652893,0.661157,0.6859504,0.59917355,0.60330576,0.61570245,0.58677685,0.57024795,0.5785124,0.59090906,0.59917355,0.59504133,0.57024795,0.58264464,0.59504133,0.5661157,0.020661157,0.11157025,0.11983471,0.13636364,0.12396694,0.11983471,0.12809917,0.11570248,0.16115703,0.45041323,0.4752066,0.46694216,0.47933885,0.49586776,0.5165289,0.5165289,0.5413223,0.5495868,0.55785125,0.58677685,0.6198347,0.59917355,0.6198347,0.59504133,0.60330576,0.607438,0.61570245,0.6363636,0.62396693,0.6570248,0.6280992,0.6363636,0.6322314,0.6404959,0.62396693,0.59917355,0.6404959,0.62396693,0.677686,0.677686,0.677686,0.6652893,0.6570248,0.6404959,0.6446281,0.6570248,0.6280992,0.6280992,0.6446281,0.6404959,0.607438,0.58677685,0.58677685,0.59504133,0.59504133,0.5495868,0.58677685,0.58677685,0.59090906,0.54545456,0.57024795,0.5495868,0.5661157,0.53305787,0.004132231,0.11983471,0.14876033,0.12396694,0.11570248,0.12396694,0.12396694,0.11157025,0.0661157,0.19421488,0.45454547,0.47933885,0.48347107,0.4876033,0.5123967,0.5,0.4752066,0.5206612,0.553719,0.5661157,0.59090906,0.57024795,0.59504133,0.59917355,0.58677685,0.5661157,0.57438016,0.62396693,0.58264464,0.6322314,0.6280992,0.61157024,0.62396693,0.6363636,0.61570245,0.60330576,0.6280992,0.58677685,0.6280992,0.6528926,0.6322314,0.6280992,0.61570245,0.59917355,0.62396693,0.61570245,0.61157024,0.60330576,0.607438,0.6322314,0.61570245,0.5785124,0.5785124,0.58677685,0.58677685,0.57024795,0.58677685,0.59504133,0.58264464,0.5495868,0.56198347,0.49586776,0.61570245,0.5289256,0.004132231,0.12809917,0.14876033,0.12396694,0.11570248,0.12396694,0.11983471,0.10330579,0.11157025,0.08677686,0.35950413,0.46694216,0.446281,0.46694216,0.47933885,0.49173555,0.4752066,0.4876033,0.5165289,0.5206612,0.57438016,0.5661157,0.55785125,0.60330576,0.55785125,0.553719,0.56198347,0.5785124,0.5661157,0.58677685,0.59917355,0.59090906,0.58677685,0.607438,0.59090906,0.58677685,0.59090906,0.57438016,0.57438016,0.60330576,0.5785124,0.59090906,0.5785124,0.57024795,0.57024795,0.55785125,0.5661157,0.553719,0.58264464,0.5785124,0.59090906,0.5661157,0.55785125,0.54545456,0.56198347,0.553719,0.5413223,0.5495868,0.54545456,0.5413223,0.5041322,0.48347107,0.6363636,0.49173555,0.008264462,0.12396694,0.1570248,0.10743801,0.11983471,0.11983471,0.11157025,0.12396694,0.11983471,0.10743801,0.28512397,0.46694216,0.41322315,0.43801653,0.47107437,0.4752066,0.49586776,0.46694216,0.48347107,0.49173555,0.5206612,0.54545456,0.53305787,0.56198347,0.5289256,0.53305787,0.553719,0.55785125,0.5041322,0.54545456,0.54545456,0.5413223,0.55785125,0.553719,0.5495868,0.5123967,0.5413223,0.5165289,0.53305787,0.55785125,0.5123967,0.5371901,0.553719,0.5413223,0.5289256,0.5123967,0.5206612,0.5123967,0.5495868,0.55785125,0.553719,0.553719,0.54545456,0.5,0.54545456,0.56198347,0.5082645,0.47933885,0.5289256,0.48347107,0.446281,0.48347107,0.6694215,0.49173555,0.012396694,0.12809917,0.13636364,0.11570248,0.12809917,0.11983471,0.12396694,0.12396694,0.11157025,0.11570248,0.2231405,0.47107437,0.39256197,0.37603307,0.42975205,0.46694216,0.47933885,0.45454547,0.46694216,0.47107437,0.4752066,0.47107437,0.5123967,0.5082645,0.5289256,0.5165289,0.5247934,0.553719,0.5041322,0.5206612,0.5123967,0.5,0.5082645,0.5206612,0.5206612,0.48347107,0.5,0.48347107,0.47107437,0.47933885,0.45454547,0.4752066,0.5041322,0.4876033,0.49586776,0.4752066,0.4752066,0.48347107,0.5165289,0.5247934,0.5123967,0.5247934,0.5206612,0.49173555,0.5206612,0.5413223,0.46694216,0.46694216,0.4876033,0.42975205,0.4876033,0.5495868,0.6322314,0.45041323,0.02892562,0.12396694,0.1446281,0.11983471,0.12396694,0.11570248,0.13636364,0.10330579,0.12396694,0.11157025,0.18595041,0.46694216,0.4876033,0.37190083,0.28099173,0.4338843,0.44214877,0.44214877,0.446281,0.43801653,0.446281,0.42975205,0.47107437,0.4876033,0.47933885,0.47107437,0.47933885,0.5289256,0.5,0.46694216,0.46694216,0.48347107,0.49173555,0.4876033,0.48347107,0.42975205,0.47107437,0.43801653,0.44214877,0.44214877,0.42975205,0.43801653,0.45867768,0.45041323,0.45041323,0.44214877,0.42975205,0.4752066,0.5082645,0.49173555,0.49173555,0.49586776,0.49173555,0.49586776,0.5,0.5,0.4876033,0.44214877,0.42561984,0.45041323,0.5247934,0.56198347,0.6652893,0.47933885,0.02892562,0.13636364,0.1322314,0.12396694,0.11983471,0.11983471,0.12396694,0.11983471,0.11983471,0.09917355,0.10743801,0.40495867,0.47933885,0.46280992,0.36363637,0.28512397,0.3677686,0.40082645,0.42561984,0.4214876,0.4338843,0.40495867,0.44214877,0.446281,0.4338843,0.45041323,0.4338843,0.48347107,0.46280992,0.43801653,0.43801653,0.45454547,0.45867768,0.446281,0.42975205,0.39256197,0.4338843,0.4090909,0.42561984,0.41322315,0.38842976,0.40495867,0.4338843,0.40495867,0.38842976,0.3966942,0.4090909,0.45454547,0.45867768,0.47107437,0.48347107,0.46694216,0.46694216,0.48347107,0.4752066,0.45867768,0.45041323,0.3677686,0.446281,0.5247934,0.56198347,0.57024795,0.661157,0.4876033,0.049586777,0.11570248,0.13636364,0.12809917,0.11570248,0.12396694,0.09504132,0.12809917,0.1983471,0.12396694,0.09090909,0.37603307,0.46280992,0.49173555,0.45867768,0.3677686,0.2892562,0.32231405,0.3677686,0.4090909,0.4338843,0.38429752,0.40082645,0.40495867,0.39256197,0.4214876,0.40495867,0.40495867,0.42975205,0.40495867,0.41322315,0.40495867,0.40495867,0.40495867,0.39256197,0.38016528,0.38842976,0.38429752,0.37190083,0.36363637,0.35123968,0.35950413,0.34710744,0.35123968,0.36363637,0.3677686,0.3966942,0.41735536,0.41735536,0.43801653,0.42975205,0.45041323,0.446281,0.45041323,0.42975205,0.3677686,0.39256197,0.42561984,0.5123967,0.56198347,0.56198347,0.58264464,0.69008267,0.47933885,0.14049587,0.18181819,0.1983471,35 +0.28099173,0.19421488,0.30165288,0.4876033,0.53305787,0.5413223,0.5413223,0.58264464,0.61570245,0.60330576,0.60330576,0.6570248,0.7066116,0.72727275,0.7107438,0.72727275,0.6942149,0.70247936,0.73140496,0.76859504,0.8057851,0.8016529,0.8140496,0.8140496,0.80991733,0.8181818,0.80991733,0.8181818,0.8140496,0.822314,0.8181818,0.8140496,0.822314,0.8140496,0.8181818,0.822314,0.8140496,0.822314,0.8181818,0.822314,0.8181818,0.80991733,0.8140496,0.8181818,0.8140496,0.80991733,0.7933884,0.78099173,0.7892562,0.76033056,0.75619835,0.77272725,0.7644628,0.71900827,0.677686,0.6404959,0.61570245,0.59504133,0.33471075,0.2892562,0.20661157,0.1983471,0.3181818,0.37603307,0.2520661,0.19421488,0.28512397,0.45867768,0.5165289,0.5289256,0.5165289,0.57024795,0.61570245,0.6198347,0.59090906,0.6487603,0.7066116,0.72727275,0.72727275,0.7231405,0.6983471,0.70247936,0.72727275,0.77272725,0.79752064,0.8057851,0.822314,0.8181818,0.8181818,0.822314,0.8305785,0.822314,0.822314,0.822314,0.8181818,0.8181818,0.8264463,0.8140496,0.8264463,0.822314,0.8140496,0.8181818,0.8264463,0.822314,0.8181818,0.8140496,0.8181818,0.822314,0.8181818,0.80991733,0.7933884,0.7892562,0.7892562,0.75619835,0.7644628,0.78512394,0.76859504,0.7355372,0.6570248,0.6322314,0.59504133,0.6198347,0.36363637,0.2520661,0.3181818,0.18181819,0.26859504,0.3553719,0.20247933,0.1983471,0.24380165,0.42561984,0.49586776,0.5206612,0.5041322,0.55785125,0.62396693,0.6198347,0.60330576,0.661157,0.71900827,0.72727275,0.75206614,0.73140496,0.71900827,0.7231405,0.7355372,0.76859504,0.78512394,0.8016529,0.8140496,0.8140496,0.8264463,0.8347107,0.8305785,0.822314,0.8264463,0.8264463,0.822314,0.8264463,0.8264463,0.8181818,0.8264463,0.822314,0.822314,0.8264463,0.8264463,0.822314,0.8181818,0.8264463,0.8181818,0.8264463,0.8181818,0.8181818,0.79752064,0.8016529,0.7892562,0.76859504,0.77272725,0.7892562,0.76859504,0.73140496,0.6570248,0.6487603,0.59917355,0.62396693,0.41735536,0.14876033,0.3140496,0.1694215,0.19008264,0.3181818,0.16115703,0.18595041,0.22727273,0.38016528,0.49586776,0.5206612,0.5041322,0.54545456,0.607438,0.61157024,0.6363636,0.677686,0.71900827,0.75206614,0.74793386,0.75619835,0.74793386,0.73966944,0.7231405,0.74380165,0.77272725,0.7933884,0.8016529,0.8057851,0.8264463,0.8305785,0.8305785,0.8264463,0.8264463,0.8264463,0.822314,0.8264463,0.8305785,0.822314,0.822314,0.822314,0.8305785,0.8264463,0.8305785,0.8264463,0.8305785,0.8305785,0.822314,0.8264463,0.8264463,0.8181818,0.8140496,0.80991733,0.79752064,0.77272725,0.7892562,0.7933884,0.7768595,0.74380165,0.6859504,0.6652893,0.61157024,0.6322314,0.45041323,0.11983471,0.22727273,0.18595041,0.12809917,0.21900827,0.15289256,0.1446281,0.2231405,0.3264463,0.4876033,0.5413223,0.49173555,0.5289256,0.58677685,0.58677685,0.6487603,0.6859504,0.73140496,0.74793386,0.74793386,0.76033056,0.76859504,0.75206614,0.7231405,0.7355372,0.7644628,0.78099173,0.78512394,0.7892562,0.80991733,0.8181818,0.8264463,0.8264463,0.822314,0.8305785,0.8264463,0.8140496,0.8305785,0.8264463,0.8140496,0.8264463,0.8347107,0.8264463,0.8347107,0.8305785,0.8347107,0.8264463,0.8305785,0.822314,0.822314,0.8181818,0.8140496,0.8140496,0.8057851,0.78099173,0.79752064,0.79752064,0.7768595,0.76033056,0.71900827,0.6570248,0.61570245,0.6280992,0.5,0.12396694,0.22727273,0.18181819,0.12809917,0.11570248,0.12396694,0.1570248,0.22727273,0.2892562,0.44214877,0.5371901,0.5,0.5165289,0.553719,0.59504133,0.6570248,0.6983471,0.74793386,0.75206614,0.76859504,0.78099173,0.7768595,0.76033056,0.74793386,0.74380165,0.75206614,0.7644628,0.76859504,0.7644628,0.7892562,0.8016529,0.8140496,0.822314,0.822314,0.822314,0.8305785,0.8140496,0.8264463,0.8264463,0.8140496,0.8140496,0.8347107,0.8347107,0.838843,0.8305785,0.8264463,0.822314,0.8264463,0.8140496,0.822314,0.8181818,0.8057851,0.80991733,0.8057851,0.8016529,0.80991733,0.8057851,0.7892562,0.7768595,0.74380165,0.6487603,0.59504133,0.6198347,0.5165289,0.18181819,0.2231405,0.16115703,0.12809917,0.09504132,0.11570248,0.17355372,0.23140496,0.25619835,0.40495867,0.49173555,0.5123967,0.5082645,0.5371901,0.60330576,0.6694215,0.71900827,0.75619835,0.7355372,0.76859504,0.78512394,0.78512394,0.77272725,0.76859504,0.75206614,0.7644628,0.77272725,0.76033056,0.74793386,0.7644628,0.77272725,0.7933884,0.8016529,0.8140496,0.8181818,0.822314,0.80991733,0.822314,0.8305785,0.822314,0.80991733,0.8181818,0.8305785,0.8264463,0.8264463,0.8181818,0.80991733,0.8181818,0.8140496,0.80991733,0.8181818,0.80991733,0.8181818,0.80991733,0.8181818,0.8181818,0.8057851,0.79752064,0.78512394,0.7644628,0.6735537,0.57438016,0.61570245,0.4876033,0.23966943,0.19421488,0.1570248,0.11157025,0.1446281,0.1446281,0.18595041,0.22727273,0.23966943,0.41322315,0.46280992,0.5082645,0.5041322,0.5289256,0.6198347,0.69008267,0.7107438,0.7066116,0.6818182,0.73140496,0.76033056,0.7644628,0.76033056,0.78099173,0.76859504,0.77272725,0.7768595,0.75619835,0.76033056,0.75619835,0.74380165,0.7644628,0.78512394,0.8016529,0.8181818,0.8181818,0.8016529,0.8140496,0.8181818,0.8264463,0.8057851,0.8181818,0.8140496,0.8057851,0.80991733,0.78099173,0.7768595,0.8016529,0.8181818,0.8305785,0.80991733,0.8181818,0.80991733,0.8016529,0.8140496,0.8140496,0.78512394,0.7644628,0.78512394,0.7768595,0.6983471,0.58264464,0.61157024,0.45867768,0.2603306,0.19008264,0.13636364,0.11157025,0.1694215,0.1570248,0.17768595,0.21487603,0.23553719,0.43801653,0.4752066,0.4752066,0.5082645,0.5495868,0.6198347,0.6487603,0.6363636,0.607438,0.60330576,0.62396693,0.6280992,0.61570245,0.6322314,0.6652893,0.677686,0.6735537,0.6652893,0.677686,0.71900827,0.73966944,0.70247936,0.7066116,0.72727275,0.78099173,0.80991733,0.8057851,0.78512394,0.8016529,0.8057851,0.8140496,0.78512394,0.7892562,0.77272725,0.7644628,0.7768595,0.7231405,0.6818182,0.70247936,0.71900827,0.75206614,0.75619835,0.73140496,0.72727275,0.6983471,0.72727275,0.74380165,0.71487606,0.69008267,0.7355372,0.76033056,0.71487606,0.59090906,0.61157024,0.45041323,0.27272728,0.18595041,0.13636364,0.1322314,0.11983471,0.16115703,0.1694215,0.18595041,0.22727273,0.46694216,0.4876033,0.47933885,0.5082645,0.5371901,0.5289256,0.5495868,0.57438016,0.54545456,0.5371901,0.5413223,0.5495868,0.5082645,0.49586776,0.45867768,0.44214877,0.45454547,0.46280992,0.48347107,0.56198347,0.6446281,0.6528926,0.6487603,0.661157,0.70247936,0.76859504,0.78099173,0.7644628,0.75619835,0.76859504,0.78512394,0.74793386,0.7355372,0.71487606,0.7066116,0.7107438,0.6322314,0.57024795,0.53305787,0.5,0.5165289,0.553719,0.5785124,0.58264464,0.54545456,0.57024795,0.60330576,0.59917355,0.58677685,0.62396693,0.6818182,0.6735537,0.58677685,0.61157024,0.42975205,0.2520661,0.2107438,0.14876033,0.14876033,0.10743801,0.14876033,0.18181819,0.1694215,0.23140496,0.4752066,0.5123967,0.49173555,0.5041322,0.47933885,0.46280992,0.5082645,0.5413223,0.5165289,0.57438016,0.57024795,0.53305787,0.5289256,0.47933885,0.41322315,0.38842976,0.37190083,0.36363637,0.3553719,0.3966942,0.46694216,0.5371901,0.59090906,0.59917355,0.6280992,0.7066116,0.77272725,0.73140496,0.72727275,0.7066116,0.6942149,0.72727275,0.7355372,0.6818182,0.6487603,0.61157024,0.5123967,0.46694216,0.41322315,0.37603307,0.39256197,0.47933885,0.49586776,0.5123967,0.5041322,0.5289256,0.5661157,0.56198347,0.5413223,0.5289256,0.553719,0.553719,0.5661157,0.59090906,0.44214877,0.23140496,0.2231405,0.1694215,0.18595041,0.14049587,0.1570248,0.20247933,0.18595041,0.18181819,0.46694216,0.5206612,0.49586776,0.4752066,0.41322315,0.43801653,0.45454547,0.45867768,0.46694216,0.6198347,0.71900827,0.73966944,0.75206614,0.6735537,0.57438016,0.54545456,0.49173555,0.42561984,0.38016528,0.37603307,0.4214876,0.4752066,0.58677685,0.73966944,0.6487603,0.6322314,0.7355372,0.6570248,0.6942149,0.6694215,0.6446281,0.7107438,0.7231405,0.6280992,0.607438,0.59917355,0.5082645,0.5123967,0.5123967,0.45867768,0.46694216,0.553719,0.61157024,0.6322314,0.62396693,0.62396693,0.59504133,0.55785125,0.5495868,0.553719,0.5,0.446281,0.47107437,0.60330576,0.46280992,0.21900827,0.18595041,0.19008264,0.15289256,0.14049587,0.1694215,0.18181819,0.19008264,0.1322314,0.45041323,0.5247934,0.5123967,0.44214877,0.38842976,0.43801653,0.45454547,0.49586776,0.59090906,0.661157,0.70247936,0.74380165,0.74793386,0.7066116,0.7066116,0.6363636,0.54545456,0.45041323,0.34710744,0.59917355,0.71487606,0.6198347,0.5,0.59917355,0.6694215,0.6280992,0.6694215,0.6404959,0.6570248,0.61157024,0.6528926,0.6694215,0.6570248,0.56198347,0.677686,0.70247936,0.46280992,0.45041323,0.5,0.49586776,0.6363636,0.74793386,0.76859504,0.75619835,0.73966944,0.74380165,0.677686,0.6404959,0.607438,0.58264464,0.5206612,0.42561984,0.45454547,0.61570245,0.446281,0.1983471,0.17768595,0.18181819,0.14876033,0.15289256,0.1446281,0.14049587,0.17355372,0.08264463,0.42561984,0.53305787,0.5165289,0.44214877,0.4338843,0.42561984,0.46694216,0.58264464,0.6446281,0.677686,0.7107438,0.7355372,0.76033056,0.75206614,0.78099173,0.73140496,0.6528926,0.59917355,0.49586776,0.8305785,0.90082645,0.88842976,0.607438,0.47933885,0.5206612,0.55785125,0.6280992,0.69008267,0.6694215,0.69008267,0.7231405,0.6528926,0.5123967,0.43801653,0.47933885,0.5206612,0.5165289,0.5289256,0.5785124,0.56198347,0.6818182,0.89669424,0.87603307,0.8429752,0.7644628,0.76033056,0.7355372,0.73140496,0.71900827,0.6983471,0.6280992,0.43801653,0.39256197,0.53305787,0.38429752,0.14876033,0.1570248,0.20247933,0.1446281,0.17768595,0.11157025,0.11570248,0.1446281,0.045454547,0.3429752,0.5082645,0.5041322,0.44214877,0.4752066,0.4090909,0.47933885,0.553719,0.59917355,0.6280992,0.6404959,0.6363636,0.6322314,0.6322314,0.6198347,0.60330576,0.57438016,0.5785124,0.5495868,0.73966944,0.8305785,0.74793386,0.5123967,0.44214877,0.45867768,0.5289256,0.6487603,0.74793386,0.7644628,0.7892562,0.76033056,0.6322314,0.5661157,0.48347107,0.49586776,0.5123967,0.553719,0.5661157,0.57438016,0.553719,0.5371901,0.76033056,0.838843,0.7933884,0.76859504,0.74380165,0.73140496,0.70247936,0.6652893,0.6404959,0.69008267,0.47933885,0.30165288,0.44214877,0.28512397,0.11157025,0.1570248,0.23553719,0.17355372,0.18595041,0.1322314,0.11983471,0.09917355,0.09917355,0.20661157,0.4752066,0.49586776,0.47107437,0.48347107,0.41322315,0.45867768,0.48347107,0.47107437,0.446281,0.41322315,0.32231405,0.2644628,0.30165288,0.30991736,0.3429752,0.40495867,0.4214876,0.42561984,0.5206612,0.61570245,0.57438016,0.49173555,0.446281,0.41322315,0.5371901,0.6652893,0.6487603,0.75619835,0.87603307,0.8595041,0.8305785,0.8553719,0.54545456,0.49173555,0.5289256,0.5289256,0.5165289,0.48347107,0.446281,0.38842976,0.3677686,0.38429752,0.38842976,0.38842976,0.45867768,0.5206612,0.58677685,0.62396693,0.59090906,0.6363636,0.5495868,0.28099173,0.37190083,0.3264463,0.1983471,0.19421488,0.22727273,0.21487603,0.23553719,0.1983471,0.16115703,0.12809917,0.13636364,0.14049587,0.37603307,0.57438016,0.5247934,0.45041323,0.44214877,0.41322315,0.38016528,0.30578512,0.27272728,0.3677686,0.2768595,0.27272728,0.41322315,0.4752066,0.4090909,0.60330576,0.4214876,0.4214876,0.45454547,0.5,0.57024795,0.56198347,0.46280992,0.39256197,0.45454547,0.57438016,0.5206612,0.59504133,0.76033056,0.7892562,0.78099173,0.71900827,0.5413223,0.5495868,0.5289256,0.49586776,0.46280992,0.42561984,0.4338843,0.5247934,0.41322315,0.3181818,0.5,0.338843,0.3305785,0.38842976,0.37190083,0.44214877,0.5123967,0.56198347,0.56198347,0.3429752,0.4090909,0.57024795,0.5165289,0.2768595,0.17768595,0.23966943,0.2520661,0.20247933,0.17768595,0.12809917,0.25619835,0.20661157,0.42561984,0.8595041,0.61570245,0.34710744,0.49586776,0.38016528,0.26859504,0.24380165,0.2892562,0.46280992,0.3677686,0.29338843,0.32231405,0.35950413,0.5123967,0.6528926,0.5165289,0.45041323,0.45867768,0.49586776,0.607438,0.6280992,0.5041322,0.45454547,0.5041322,0.5371901,0.56198347,0.6528926,0.6322314,0.57438016,0.47107437,0.41735536,0.6446281,0.70247936,0.6487603,0.5495868,0.48347107,0.43801653,0.5123967,0.6404959,0.46694216,0.3305785,0.40082645,0.38016528,0.41735536,0.5661157,0.40495867,0.3429752,0.36363637,0.5123967,0.5371901,0.2644628,0.3429752,0.661157,0.6198347,0.2603306,0.14049587,0.23140496,0.2603306,0.18181819,0.17768595,0.1322314,0.35950413,0.34710744,0.44214877,0.8140496,0.607438,0.30165288,0.5123967,0.3553719,0.30991736,0.3553719,0.42561984,0.49173555,0.48347107,0.45041323,0.47107437,0.4876033,0.58264464,0.58677685,0.553719,0.53305787,0.5413223,0.58264464,0.6363636,0.58264464,0.53305787,0.5289256,0.45041323,0.35123968,0.6446281,0.78512394,0.8016529,0.77272725,0.5661157,0.34710744,0.661157,0.7355372,0.6818182,0.5785124,0.5247934,0.5165289,0.5165289,0.59504133,0.553719,0.48347107,0.45867768,0.4214876,0.56198347,0.59917355,0.4752066,0.3140496,0.34710744,0.42975205,0.46694216,0.19421488,0.21487603,0.7066116,0.6280992,0.24380165,0.16115703,0.23140496,0.23966943,0.1570248,0.14876033,0.1694215,0.4090909,0.44214877,0.30165288,0.4752066,0.553719,0.34710744,0.5041322,0.47933885,0.49586776,0.47933885,0.5,0.5661157,0.57438016,0.59504133,0.6280992,0.61157024,0.6363636,0.6280992,0.6198347,0.6198347,0.62396693,0.6652893,0.6694215,0.61570245,0.59090906,0.5289256,0.35123968,0.40495867,0.77272725,0.8264463,0.8264463,0.8305785,0.7355372,0.30578512,0.59917355,0.7066116,0.69008267,0.6404959,0.60330576,0.59917355,0.57438016,0.57024795,0.57438016,0.607438,0.607438,0.56198347,0.6280992,0.5661157,0.54545456,0.5123967,0.46280992,0.4214876,0.38016528,0.2644628,0.2231405,0.5247934,0.35950413,0.22727273,0.20661157,0.22727273,0.23140496,0.13636364,0.17768595,0.18595041,0.4214876,0.49173555,0.35950413,0.4338843,0.6404959,0.38016528,0.5123967,0.553719,0.57024795,0.56198347,0.60330576,0.6570248,0.6818182,0.69008267,0.6859504,0.6404959,0.6570248,0.6570248,0.6818182,0.6942149,0.6942149,0.72727275,0.7231405,0.6818182,0.57438016,0.49586776,0.3140496,0.56198347,0.8016529,0.8181818,0.822314,0.8140496,0.8305785,0.47933885,0.61570245,0.7066116,0.7231405,0.6942149,0.6694215,0.6487603,0.6322314,0.607438,0.5785124,0.59090906,0.6487603,0.6570248,0.6735537,0.6570248,0.6446281,0.607438,0.5413223,0.4338843,0.40082645,0.38842976,0.3140496,0.4752066,0.23966943,0.2107438,0.2644628,0.22727273,0.23966943,0.15289256,0.20247933,0.19008264,0.41322315,0.5041322,0.45454547,0.40082645,0.69008267,0.4338843,0.5041322,0.61570245,0.59917355,0.5371901,0.59504133,0.6280992,0.62396693,0.61157024,0.607438,0.6446281,0.7066116,0.75619835,0.76033056,0.75619835,0.77272725,0.78099173,0.75206614,0.6652893,0.5495868,0.59917355,0.38842976,0.661157,0.78099173,0.8181818,0.822314,0.8057851,0.8347107,0.6363636,0.6487603,0.71900827,0.75619835,0.76033056,0.74380165,0.7066116,0.7107438,0.70247936,0.6528926,0.607438,0.58264464,0.6198347,0.6446281,0.6446281,0.607438,0.56198347,0.55785125,0.5041322,0.5082645,0.5,0.3677686,0.4876033,0.26859504,0.24380165,0.32231405,0.2603306,0.21487603,0.17355372,0.18595041,0.20661157,0.4214876,0.48347107,0.5123967,0.40082645,0.56198347,0.5041322,0.5041322,0.6363636,0.6652893,0.6198347,0.61570245,0.6363636,0.6487603,0.6735537,0.6983471,0.73140496,0.7355372,0.74793386,0.7644628,0.7768595,0.7768595,0.77272725,0.7231405,0.59917355,0.6404959,0.7231405,0.47107437,0.6983471,0.75206614,0.79752064,0.80991733,0.7933884,0.80991733,0.73966944,0.5785124,0.7107438,0.73966944,0.77272725,0.78512394,0.71900827,0.6983471,0.7231405,0.7355372,0.7107438,0.6818182,0.6446281,0.62396693,0.61570245,0.59917355,0.6198347,0.6280992,0.6198347,0.6322314,0.61157024,0.4214876,0.5289256,0.30991736,0.21900827,0.29338843,0.2520661,0.20247933,0.15289256,0.17768595,0.22727273,0.41322315,0.46694216,0.5206612,0.49173555,0.47107437,0.5661157,0.5041322,0.607438,0.7107438,0.72727275,0.6983471,0.6652893,0.6735537,0.6694215,0.6735537,0.6818182,0.7066116,0.72727275,0.74793386,0.7644628,0.76033056,0.7066116,0.62396693,0.553719,0.75619835,0.6363636,0.55785125,0.69008267,0.74380165,0.7892562,0.8057851,0.8016529,0.79752064,0.73966944,0.61570245,0.6735537,0.74380165,0.7644628,0.78099173,0.76033056,0.6942149,0.6652893,0.6652893,0.6735537,0.7107438,0.71487606,0.69008267,0.677686,0.6694215,0.6487603,0.677686,0.70247936,0.71900827,0.71900827,0.553719,0.5289256,0.37190083,0.21487603,0.23140496,0.1983471,0.18595041,0.14049587,0.1694215,0.23553719,0.38842976,0.45454547,0.5041322,0.553719,0.48347107,0.59090906,0.5206612,0.59090906,0.71487606,0.7355372,0.73966944,0.71487606,0.71487606,0.7066116,0.7066116,0.71900827,0.7355372,0.76033056,0.76033056,0.75206614,0.75206614,0.69008267,0.5785124,0.6446281,0.77272725,0.5165289,0.60330576,0.6652893,0.73140496,0.7892562,0.8057851,0.8057851,0.8016529,0.74380165,0.6528926,0.6198347,0.71487606,0.74380165,0.75206614,0.77272725,0.7644628,0.7355372,0.677686,0.6487603,0.6652893,0.6694215,0.6859504,0.71487606,0.71900827,0.71900827,0.72727275,0.7066116,0.73140496,0.74793386,0.607438,0.56198347,0.40495867,0.2231405,0.2107438,0.2107438,0.21487603,0.14049587,0.1570248,0.23140496,0.38429752,0.45454547,0.4876033,0.57024795,0.49173555,0.57438016,0.56198347,0.57438016,0.661157,0.6859504,0.70247936,0.7066116,0.71487606,0.71900827,0.72727275,0.7355372,0.75619835,0.7644628,0.76033056,0.75206614,0.73140496,0.6694215,0.59504133,0.73140496,0.6570248,0.5165289,0.57438016,0.6528926,0.73140496,0.8016529,0.8140496,0.8016529,0.79752064,0.7644628,0.71487606,0.58677685,0.58677685,0.72727275,0.7231405,0.75206614,0.76033056,0.77272725,0.7644628,0.75619835,0.75619835,0.75619835,0.75619835,0.77272725,0.7768595,0.76033056,0.75619835,0.7231405,0.7231405,0.75206614,0.53305787,0.6363636,0.40495867,0.23140496,0.17768595,0.20661157,0.23553719,0.14049587,0.14876033,0.21900827,0.38016528,0.45041323,0.46280992,0.54545456,0.49586776,0.54545456,0.70247936,0.58677685,0.6280992,0.6404959,0.6694215,0.6818182,0.6983471,0.73140496,0.7355372,0.7355372,0.74793386,0.75619835,0.76859504,0.76033056,0.7231405,0.6570248,0.69008267,0.6652893,0.53305787,0.5123967,0.58677685,0.6859504,0.74380165,0.8016529,0.8181818,0.8057851,0.79752064,0.78099173,0.75619835,0.6735537,0.45454547,0.59504133,0.74380165,0.74380165,0.76033056,0.76859504,0.77272725,0.78099173,0.77272725,0.7892562,0.78099173,0.76859504,0.77272725,0.77272725,0.7644628,0.7107438,0.7231405,0.6570248,0.553719,0.69008267,0.40495867,0.2520661,0.20661157,0.20661157,0.2644628,0.14876033,0.16528925,0.21900827,0.37190083,0.45041323,0.46694216,0.5165289,0.5165289,0.47933885,0.6652893,0.70247936,0.6818182,0.6446281,0.6735537,0.6859504,0.6942149,0.7231405,0.73140496,0.72727275,0.7355372,0.75206614,0.78099173,0.7768595,0.72727275,0.71900827,0.6983471,0.5165289,0.5247934,0.5413223,0.59504133,0.70247936,0.75619835,0.80991733,0.822314,0.8181818,0.8057851,0.79752064,0.7768595,0.7107438,0.55785125,0.40495867,0.6652893,0.77272725,0.77272725,0.77272725,0.7768595,0.78099173,0.7768595,0.78099173,0.7892562,0.7644628,0.7768595,0.77272725,0.76033056,0.7644628,0.75619835,0.5123967,0.6652893,0.6942149,0.39256197,0.2603306,0.30991736,0.21487603,0.2603306,0.16115703,0.19008264,0.1983471,0.38429752,0.44214877,0.47933885,0.49586776,0.5082645,0.49586776,0.4752066,0.5289256,0.6652893,0.69008267,0.72727275,0.72727275,0.7355372,0.74793386,0.75206614,0.7644628,0.76033056,0.76033056,0.7768595,0.8140496,0.78099173,0.7107438,0.48347107,0.5082645,0.59504133,0.58264464,0.59917355,0.6859504,0.74380165,0.7892562,0.8181818,0.8264463,0.80991733,0.8016529,0.76859504,0.71900827,0.6198347,0.4090909,0.45454547,0.6404959,0.76033056,0.79752064,0.7933884,0.7892562,0.78512394,0.78099173,0.77272725,0.76033056,0.7644628,0.76033056,0.7355372,0.72727275,0.6570248,0.6322314,0.71487606,0.6694215,0.37603307,0.23140496,0.29752067,0.28099173,0.2892562,0.17355372,0.20247933,0.18595041,0.38016528,0.42561984,0.46694216,0.4876033,0.49173555,0.5165289,0.5371901,0.53305787,0.5082645,0.53305787,0.55785125,0.553719,0.58264464,0.61157024,0.6487603,0.70247936,0.71487606,0.70247936,0.7231405,0.7107438,0.6735537,0.5371901,0.47107437,0.6198347,0.6280992,0.59917355,0.58677685,0.6570248,0.71487606,0.77272725,0.80991733,0.8305785,0.8057851,0.77272725,0.72727275,0.6818182,0.6570248,0.5247934,0.45454547,0.446281,0.5041322,0.5247934,0.55785125,0.61157024,0.6487603,0.661157,0.6404959,0.61570245,0.59504133,0.56198347,0.5371901,0.60330576,0.72727275,0.73140496,0.6942149,0.6446281,0.34710744,0.21900827,0.24793388,0.28099173,0.3264463,0.18181819,0.19421488,0.16528925,0.3429752,0.41735536,0.46694216,0.49586776,0.5123967,0.553719,0.5661157,0.54545456,0.5,0.5165289,0.5495868,0.54545456,0.57024795,0.55785125,0.5661157,0.59917355,0.607438,0.607438,0.6363636,0.6487603,0.6528926,0.5289256,0.58264464,0.6487603,0.607438,0.58677685,0.55785125,0.5785124,0.6570248,0.74380165,0.78512394,0.7892562,0.76033056,0.7107438,0.6570248,0.6446281,0.6528926,0.6735537,0.661157,0.6322314,0.59917355,0.59090906,0.56198347,0.57024795,0.57024795,0.58264464,0.59504133,0.58677685,0.59090906,0.62396693,0.6735537,0.71900827,0.73140496,0.7231405,0.6942149,0.62396693,0.32231405,0.2107438,0.2231405,0.2520661,0.34710744,0.18595041,0.1983471,0.16115703,0.3181818,0.42561984,0.4752066,0.5041322,0.5371901,0.59090906,0.6280992,0.59504133,0.5785124,0.60330576,0.6446281,0.6404959,0.661157,0.6735537,0.6694215,0.6818182,0.6942149,0.6942149,0.69008267,0.70247936,0.59090906,0.54545456,0.59917355,0.58677685,0.55785125,0.54545456,0.4876033,0.46280992,0.5413223,0.6735537,0.72727275,0.73966944,0.7107438,0.6652893,0.61570245,0.607438,0.6322314,0.6735537,0.7066116,0.73140496,0.76033056,0.7644628,0.75206614,0.75619835,0.74380165,0.7355372,0.73140496,0.73966944,0.7231405,0.7231405,0.73966944,0.74793386,0.71487606,0.7066116,0.6652893,0.59917355,0.2892562,0.2107438,0.24380165,0.27272728,0.35950413,0.18595041,0.21487603,0.1983471,0.26859504,0.41322315,0.46694216,0.49173555,0.5371901,0.59917355,0.6487603,0.62396693,0.59917355,0.61157024,0.6322314,0.6322314,0.6280992,0.677686,0.69008267,0.7066116,0.6942149,0.6983471,0.70247936,0.62396693,0.47107437,0.53305787,0.5495868,0.48347107,0.4338843,0.41322315,0.39256197,0.3677686,0.43801653,0.5785124,0.6570248,0.6942149,0.677686,0.6363636,0.5123967,0.46280992,0.5661157,0.6322314,0.6694215,0.71487606,0.75206614,0.76033056,0.74793386,0.76859504,0.76033056,0.76859504,0.76033056,0.76859504,0.74793386,0.71900827,0.7355372,0.74793386,0.7107438,0.6859504,0.6487603,0.57438016,0.28512397,0.17355372,0.24380165,0.3140496,0.37603307,0.18181819,0.21487603,0.2107438,0.2768595,0.39256197,0.45867768,0.48347107,0.54545456,0.59090906,0.61570245,0.607438,0.62396693,0.6198347,0.6404959,0.6570248,0.661157,0.6859504,0.69008267,0.7066116,0.6735537,0.6983471,0.6818182,0.54545456,0.41322315,0.49173555,0.49586776,0.3966942,0.2520661,0.18595041,0.20661157,0.2603306,0.40082645,0.5,0.58264464,0.61157024,0.62396693,0.55785125,0.18595041,0.18181819,0.446281,0.56198347,0.6198347,0.73140496,0.74380165,0.7644628,0.76033056,0.7644628,0.76859504,0.77272725,0.75206614,0.75619835,0.73966944,0.7066116,0.71900827,0.73966944,0.69008267,0.6446281,0.62396693,0.5413223,0.29338843,0.18181819,0.24380165,0.3264463,0.35950413,0.23553719,0.2231405,0.2603306,0.2520661,0.37190083,0.43801653,0.446281,0.5165289,0.56198347,0.57024795,0.5661157,0.61570245,0.6280992,0.6652893,0.6735537,0.6859504,0.677686,0.677686,0.6942149,0.6859504,0.69008267,0.677686,0.57438016,0.48347107,0.44214877,0.45867768,0.3966942,0.24380165,0.17355372,0.20247933,0.21900827,0.30991736,0.45454547,0.49586776,0.5289256,0.56198347,0.37190083,0.20247933,0.26859504,0.38429752,0.49586776,0.607438,0.7355372,0.75206614,0.76033056,0.76033056,0.76033056,0.76033056,0.77272725,0.75206614,0.74793386,0.7355372,0.70247936,0.7107438,0.6942149,0.6735537,0.59504133,0.57024795,0.5165289,0.2892562,0.18181819,0.26859504,0.34710744,0.38016528,0.24793388,0.24793388,0.2520661,0.23140496,0.35123968,0.4090909,0.4214876,0.45867768,0.5206612,0.5371901,0.5289256,0.59504133,0.62396693,0.6570248,0.6487603,0.6446281,0.6280992,0.6446281,0.6818182,0.6983471,0.7107438,0.72727275,0.6942149,0.6446281,0.5123967,0.3677686,0.41322315,0.35123968,0.28512397,0.25619835,0.25619835,0.2768595,0.3677686,0.41322315,0.45454547,0.49173555,0.46280992,0.53305787,0.57024795,0.49586776,0.49586776,0.661157,0.73140496,0.76033056,0.76033056,0.75619835,0.73966944,0.7231405,0.73140496,0.73140496,0.73966944,0.73140496,0.7107438,0.71487606,0.6942149,0.62396693,0.5413223,0.5247934,0.4876033,0.30991736,0.21487603,0.24793388,0.338843,0.3966942,0.25619835,0.2644628,0.22727273,0.21900827,0.35123968,0.4214876,0.4090909,0.42561984,0.45454547,0.5041322,0.5206612,0.57024795,0.607438,0.607438,0.5785124,0.56198347,0.6487603,0.70247936,0.7066116,0.71900827,0.71487606,0.71900827,0.71487606,0.6942149,0.677686,0.5413223,0.46694216,0.40495867,0.30165288,0.2892562,0.2892562,0.29338843,0.34710744,0.40082645,0.446281,0.45041323,0.43801653,0.553719,0.57024795,0.5413223,0.59090906,0.6942149,0.6983471,0.74793386,0.76859504,0.76859504,0.73140496,0.73140496,0.6859504,0.661157,0.7107438,0.6983471,0.6859504,0.6983471,0.6694215,0.57438016,0.5082645,0.5371901,0.4338843,0.30991736,0.23966943,0.24793388,0.3140496,0.37190083,0.23553719,0.20661157,0.20661157,0.2644628,0.3677686,0.41735536,0.3966942,0.40082645,0.41735536,0.4752066,0.5123967,0.5289256,0.5371901,0.5041322,0.5413223,0.661157,0.6942149,0.7107438,0.70247936,0.69008267,0.6528926,0.6404959,0.6528926,0.6198347,0.661157,0.6404959,0.5289256,0.4214876,0.3305785,0.4090909,0.40082645,0.35950413,0.42975205,0.43801653,0.446281,0.45041323,0.39256197,0.4876033,0.55785125,0.56198347,0.6280992,0.6735537,0.6694215,0.73140496,0.75619835,0.77272725,0.76033056,0.74380165,0.71487606,0.61570245,0.6280992,0.6735537,0.6735537,0.6694215,0.6280992,0.5413223,0.5,0.5206612,0.37190083,0.26859504,0.2520661,0.26859504,0.3181818,0.338843,0.22727273,0.18595041,0.22727273,0.3181818,0.338843,0.3677686,0.3553719,0.38016528,0.4090909,0.46694216,0.5123967,0.5165289,0.46280992,0.5123967,0.58677685,0.6404959,0.6363636,0.6280992,0.6446281,0.607438,0.5495868,0.58677685,0.607438,0.5082645,0.5495868,0.5661157,0.4752066,0.41322315,0.4090909,0.45454547,0.5165289,0.4876033,0.5,0.4338843,0.4338843,0.4090909,0.41735536,0.40082645,0.446281,0.5289256,0.55785125,0.6694215,0.6528926,0.6404959,0.6818182,0.71900827,0.73140496,0.75206614,0.73140496,0.69008267,0.57024795,0.6280992,0.6528926,0.62396693,0.58264464,0.5206612,0.49586776,0.48347107,0.3305785,0.25619835,0.23553719,0.28512397,0.338843,0.3140496,0.19421488,0.19008264,0.22727273,0.28512397,0.30991736,0.3429752,0.3305785,0.39256197,0.43801653,0.47107437,0.4876033,0.46280992,0.4752066,0.53305787,0.5165289,0.5123967,0.5206612,0.5371901,0.53305787,0.5,0.5495868,0.56198347,0.5,0.4214876,0.4876033,0.49173555,0.446281,0.4090909,0.41735536,0.49173555,0.5413223,0.48347107,0.5041322,0.41735536,0.4752066,0.3553719,0.43801653,0.37603307,0.35123968,0.45867768,0.45867768,0.59504133,0.59917355,0.5661157,0.57024795,0.59504133,0.6404959,0.6942149,0.7231405,0.73140496,0.6446281,0.57438016,0.6446281,0.5785124,0.5165289,0.5,0.45041323,0.41735536,0.32231405,0.23140496,0.21487603,0.2644628,0.34710744,0.30991736,0.19008264,0.2231405,0.23966943,0.2231405,0.30165288,0.38429752,0.3264463,0.4090909,0.41322315,0.45454547,0.49586776,0.4338843,0.5,0.46694216,0.44214877,0.4338843,0.46280992,0.49173555,0.5165289,0.54545456,0.55785125,0.49586776,0.45041323,0.45454547,0.46694216,0.4752066,0.45041323,0.3677686,0.41735536,0.49586776,0.5247934,0.47933885,0.4876033,0.4338843,0.46694216,0.39256197,0.39256197,0.39256197,0.3429752,0.36363637,0.446281,0.446281,0.5041322,0.4876033,0.5,0.5123967,0.5495868,0.58264464,0.60330576,0.6528926,0.6859504,0.5661157,0.58264464,0.5165289,0.49586776,0.47933885,0.40495867,0.34710744,0.3305785,0.23553719,0.23140496,0.25619835,0.2892562,0.3429752,0.2107438,0.24380165,0.24793388,0.20247933,0.2892562,0.41322315,0.38842976,0.37190083,0.35950413,0.4338843,0.4876033,0.446281,0.4338843,0.4090909,0.3966942,0.42975205,0.4214876,0.45041323,0.5495868,0.5206612,0.5289256,0.49586776,0.46694216,0.45454547,0.47107437,0.47933885,0.40495867,0.37603307,0.41735536,0.48347107,0.5082645,0.46694216,0.46694216,0.47107437,0.42561984,0.41322315,0.38842976,0.4338843,0.37603307,0.3553719,0.4090909,0.37603307,0.46280992,0.42975205,0.44214877,0.47107437,0.5206612,0.5082645,0.5,0.5206612,0.62396693,0.5785124,0.553719,0.5123967,0.49586776,0.44214877,0.34710744,0.2892562,0.26859504,0.24793388,0.2644628,0.2520661,0.24793388,0.2768595,0.19421488,0.23966943,0.2231405,0.18181819,0.28099173,0.38016528,0.38842976,0.33471075,0.338843,0.41735536,0.43801653,0.38016528,0.4090909,0.40495867,0.3966942,0.4214876,0.40495867,0.47107437,0.48347107,0.46280992,0.46280992,0.42975205,0.43801653,0.40495867,0.4338843,0.4090909,0.39256197,0.40082645,0.39256197,0.4876033,0.47107437,0.47933885,0.49173555,0.46694216,0.4214876,0.43801653,0.4214876,0.45454547,0.41322315,0.3677686,0.39256197,0.36363637,0.43801653,0.42975205,0.4090909,0.45454547,0.47933885,0.49586776,0.45867768,0.4338843,0.5123967,0.56198347,0.5495868,0.49173555,0.46280992,0.40495867,0.30165288,0.2644628,0.2603306,0.21900827,0.27272728,0.24793388,0.2768595,0.30165288,0.17355372,0.23140496,0.20661157,0.17768595,0.2892562,0.29752067,0.35123968,0.29752067,0.3181818,0.38429752,0.36363637,0.3677686,0.43801653,0.4214876,0.41322315,0.3553719,0.4338843,0.44214877,0.41735536,0.42975205,0.38429752,0.35123968,0.38429752,0.38429752,0.36363637,0.38016528,0.3677686,0.36363637,0.38429752,0.43801653,0.39256197,0.45867768,0.48347107,0.45867768,0.42561984,0.4090909,0.43801653,0.41735536,0.40495867,0.3677686,0.38429752,0.38429752,0.38842976,0.43801653,0.3966942,0.41735536,0.40082645,0.4752066,0.47107437,0.446281,0.42975205,0.54545456,0.5123967,0.46280992,0.41735536,0.40495867,0.2603306,0.24793388,0.24380165,0.2231405,0.27272728,0.24793388,0.2603306,0.3181818,0.18595041,0.2231405,0.20661157,0.1983471,0.28099173,0.23140496,0.32231405,0.2768595,0.32231405,0.33471075,0.3677686,0.42975205,0.446281,0.4214876,0.34710744,0.2892562,0.4090909,0.3553719,0.33471075,0.38842976,0.3305785,0.338843,0.34710744,0.38016528,0.37190083,0.34710744,0.3181818,0.34710744,0.38842976,0.38016528,0.41322315,0.46280992,0.45041323,0.446281,0.40082645,0.37190083,0.40082645,0.4090909,0.38016528,0.38016528,0.38429752,0.38842976,0.38429752,0.35950413,0.38842976,0.36363637,0.36363637,0.40495867,0.4214876,0.45041323,0.37603307,0.49173555,0.45867768,0.4090909,0.34710744,0.35950413,0.2603306,0.23966943,0.23966943,0.21487603,0.26859504,0.23553719,0.2603306,0.2768595,0.1983471,0.22727273,0.21900827,0.19008264,0.22727273,0.21487603,0.24793388,0.21900827,0.2892562,0.30991736,0.3966942,0.446281,0.40495867,0.38429752,0.29338843,0.23553719,0.34710744,0.29338843,0.27272728,0.3305785,0.33471075,0.338843,0.39256197,0.3677686,0.37603307,0.35123968,0.3553719,0.41322315,0.48347107,0.47107437,0.5123967,0.49586776,0.46694216,0.4752066,0.3966942,0.3429752,0.338843,0.41735536,0.3966942,0.41735536,0.36363637,0.37190083,0.38016528,0.3429752,0.37190083,0.32231405,0.33471075,0.37603307,0.40495867,0.42561984,0.38016528,0.446281,0.41322315,0.36363637,0.3264463,0.29752067,0.2768595,0.21900827,0.2231405,0.2231405,0.24380165,0.23140496,0.22727273,0.24793388,0.2231405,0.23966943,0.24793388,0.20247933,0.21900827,0.24793388,0.24793388,0.21900827,0.2644628,0.35950413,0.39256197,0.36363637,0.3429752,0.3429752,0.24793388,0.2603306,0.2892562,0.27272728,0.26859504,0.32231405,0.3553719,0.3677686,0.44214877,0.45041323,0.45454547,0.42561984,0.42561984,0.49586776,0.57438016,0.61157024,0.6363636,0.6570248,0.6652893,0.6487603,0.6280992,0.57024795,0.5082645,0.47933885,0.45867768,0.4752066,0.45041323,0.43801653,0.45454547,0.42975205,0.38429752,0.32231405,0.29338843,0.34710744,0.3677686,0.40082645,0.36363637,0.4214876,0.338843,0.32231405,0.33471075,0.23553719,0.2520661,0.19421488,0.2231405,0.21900827,0.21900827,0.2107438,0.22727273,0.24380165,0.1983471,0.25619835,0.23140496,0.19421488,0.23140496,0.2107438,0.21900827,0.2520661,0.29338843,0.338843,0.338843,0.29752067,0.32231405,0.3429752,0.2768595,0.29338843,0.28512397,0.26859504,0.29338843,0.34710744,0.37603307,0.43801653,0.4752066,0.49173555,0.5,0.5289256,0.5289256,0.61570245,0.6363636,0.6652893,0.6942149,0.73140496,0.75206614,0.73140496,0.71900827,0.6735537,0.607438,0.58677685,0.55785125,0.56198347,0.56198347,0.5289256,0.5289256,0.5,0.45041323,0.34710744,0.2892562,0.3264463,0.30991736,0.35123968,0.338843,0.38016528,0.3181818,0.3429752,0.35123968,0.24793388,0.21900827,0.1983471,0.17355372,0.17768595,0.21487603,0.2231405,0.20661157,0.24380165,0.18181819,0.26859504,0.17768595,0.21487603,0.21487603,0.1983471,0.23553719,0.27272728,0.23553719,0.30578512,0.32231405,0.29338843,0.3140496,0.3181818,0.34710744,0.36363637,0.29338843,0.3181818,0.33471075,0.36363637,0.4214876,0.4876033,0.5,0.5371901,0.5413223,0.5041322,0.5041322,0.58677685,0.62396693,0.6528926,0.677686,0.6818182,0.6942149,0.6942149,0.7066116,0.6942149,0.661157,0.6446281,0.62396693,0.61157024,0.59917355,0.5785124,0.57024795,0.5206612,0.5123967,0.42975205,0.3264463,0.30578512,0.2892562,0.3264463,0.3264463,0.34710744,0.3181818,0.36363637,0.3181818,0.23966943,0.20661157,0.2231405,0.19421488,0.19008264,0.1694215,0.28099173,0.23140496,0.26859504,0.18595041,0.1983471,0.2231405,0.23966943,0.21487603,0.19421488,0.2231405,0.2231405,0.23553719,0.30165288,0.25619835,0.28512397,0.28512397,0.2892562,0.3966942,0.35950413,0.3264463,0.34710744,0.38016528,0.36363637,0.46694216,0.48347107,0.5247934,0.56198347,0.5495868,0.4876033,0.4876033,0.5206612,0.53305787,0.5123967,0.5413223,0.5495868,0.5123967,0.56198347,0.59504133,0.59090906,0.6322314,0.6198347,0.607438,0.59090906,0.58264464,0.59504133,0.58264464,0.5371901,0.5123967,0.46280992,0.3966942,0.2892562,0.2644628,0.30578512,0.29338843,0.30165288,0.29752067,0.29752067,0.29752067,0.23966943,0.20247933,0.20661157,0.17355372,0.16115703,0.16528925,0.30991736,0.2644628,0.30165288,0.19008264,0.17768595,0.21487603,0.21900827,0.20661157,0.2107438,0.2107438,0.1983471,0.2768595,0.27272728,0.2520661,0.28512397,0.3140496,0.34710744,0.4090909,0.32231405,0.40495867,0.39256197,0.37603307,0.4090909,0.43801653,0.45454547,0.58264464,0.54545456,0.5082645,0.47107437,0.5123967,0.5289256,0.53305787,0.46280992,0.5123967,0.5413223,0.48347107,0.5082645,0.5495868,0.5082645,0.57024795,0.60330576,0.61570245,0.59090906,0.58264464,0.57024795,0.5661157,0.5247934,0.49586776,0.4338843,0.3677686,0.3181818,0.23140496,0.2768595,0.2892562,0.27272728,0.3181818,0.22727273,0.29752067,0.23966943,0.20661157,0.20661157,0.19421488,0.18181819,0.18181819,0.30165288,0.27272728,0.3140496,0.19008264,0.15289256,0.19008264,0.20661157,0.19008264,0.20247933,0.18181819,0.21487603,0.2603306,0.26859504,0.27272728,0.29338843,0.3553719,0.3181818,0.33471075,0.35123968,0.38842976,0.3553719,0.34710744,0.44214877,0.4214876,0.53305787,0.5371901,0.49586776,0.5082645,0.49173555,0.5247934,0.53305787,0.53305787,0.4338843,0.49173555,0.5165289,0.45867768,0.47107437,0.5289256,0.5,0.49173555,0.58264464,0.58264464,0.58264464,0.60330576,0.5371901,0.5785124,0.47107437,0.46694216,0.4090909,0.32231405,0.2892562,0.2644628,0.23966943,0.29752067,0.26859504,0.33471075,0.24380165,0.22727273,0.2520661,0.2231405,0.19421488,0.22727273,0.17768595,0.20661157,0.2644628,0.28512397,0.30578512,0.1694215,0.13636364,0.18595041,0.24380165,0.2107438,0.19421488,0.17768595,0.21900827,0.2768595,0.24380165,0.2231405,0.30578512,0.3264463,0.30578512,0.3553719,0.35123968,0.36363637,0.36363637,0.36363637,0.41735536,0.45454547,0.4876033,0.42561984,0.5041322,0.47933885,0.5041322,0.5123967,0.5123967,0.5082645,0.4090909,0.4752066,0.47933885,0.44214877,0.42975205,0.49173555,0.47107437,0.4338843,0.5247934,0.53305787,0.5495868,0.58677685,0.55785125,0.5413223,0.41735536,0.40082645,0.40495867,0.29752067,0.23553719,0.2892562,0.27272728,0.30578512,0.29752067,0.26859504,0.28512397,0.20247933,0.21487603,0.23553719,0.20661157,0.2107438,0.2231405,0.22727273,0.25619835,0.3140496,0.34710744,0.1446281,0.16115703,0.1446281,0.1983471,0.18181819,0.19008264,0.1446281,0.2644628,0.2231405,0.2107438,0.2231405,0.3305785,0.3140496,0.3305785,0.33471075,0.34710744,0.338843,0.35950413,0.29338843,0.3677686,0.3677686,0.40082645,0.3677686,0.42975205,0.44214877,0.4214876,0.43801653,0.42975205,0.42561984,0.40082645,0.35123968,0.4214876,0.39256197,0.40495867,0.446281,0.48347107,0.40495867,0.45867768,0.45454547,0.48347107,0.5082645,0.5371901,0.45041323,0.37603307,0.35950413,0.38429752,0.35950413,0.18181819,0.2603306,0.2644628,0.3181818,0.3140496,0.2603306,0.23553719,0.23966943,0.2231405,0.21487603,0.18595041,0.21900827,0.2644628,0.22727273,0.27272728,0.3553719,0.37190083,0.14876033,0.1570248,0.1446281,0.19421488,0.1694215,0.16115703,0.19421488,0.28512397,0.22727273,0.21900827,0.2768595,0.37190083,0.3429752,0.34710744,0.32231405,0.38016528,0.3553719,0.29338843,0.21900827,0.2892562,0.30991736,0.3305785,0.3181818,0.3429752,0.3429752,0.36363637,0.3553719,0.3553719,0.3553719,0.3677686,0.29338843,0.30578512,0.3305785,0.35950413,0.38842976,0.42975205,0.3966942,0.40082645,0.34710744,0.40495867,0.41735536,0.44214877,0.38016528,0.338843,0.35123968,0.3264463,0.3553719,0.2520661,0.21900827,0.25619835,0.35950413,0.24380165,0.3181818,0.2231405,0.2644628,0.23553719,0.23553719,0.18181819,0.2231405,0.2231405,0.21487603,0.2603306,0.26859504,0.32231405,0.15289256,0.1570248,0.1694215,0.19008264,0.19008264,0.17355372,0.28099173,0.26859504,0.23553719,0.23553719,0.3140496,0.4090909,0.3677686,0.37603307,0.39256197,0.37190083,0.30991736,0.2520661,0.20247933,0.24380165,0.2644628,0.27272728,0.26859504,0.29338843,0.34710744,0.3264463,0.3181818,0.338843,0.338843,0.3140496,0.30991736,0.29752067,0.34710744,0.38016528,0.33471075,0.3429752,0.34710744,0.34710744,0.2768595,0.3264463,0.35950413,0.3429752,0.3429752,0.3140496,0.33471075,0.30991736,0.26859504,0.28512397,0.2520661,0.30165288,0.3264463,0.29338843,0.23140496,0.26859504,0.25619835,0.24380165,0.2644628,0.17355372,0.22727273,0.20247933,0.2107438,0.2520661,0.23553719,0.30165288,0.17355372,0.16115703,0.18181819,0.20247933,0.17768595,0.16528925,0.28512397,0.23140496,0.21487603,0.24793388,0.26859504,0.5,0.35950413,0.37190083,0.38842976,0.3305785,0.3181818,0.24380165,0.22727273,0.22727273,0.2768595,0.30165288,0.28512397,0.34710744,0.3429752,0.30991736,0.3429752,0.3553719,0.41735536,0.38016528,0.38016528,0.34710744,0.33471075,0.33471075,0.3305785,0.3677686,0.35123968,0.34710744,0.27272728,0.29752067,0.3181818,0.2892562,0.28099173,0.27272728,0.3264463,0.29752067,0.18595041,0.29338843,0.2644628,0.30991736,0.37603307,0.29338843,0.24793388,0.26859504,0.23553719,0.23140496,0.23966943,0.19421488,0.20247933,0.21487603,0.20247933,0.2231405,0.23140496,0.2892562,0.1694215,0.1322314,0.1570248,0.20247933,0.15289256,0.20247933,0.2603306,0.20661157,0.25619835,0.2231405,0.29338843,0.47933885,0.3140496,0.3305785,0.3429752,0.3264463,0.2644628,0.2520661,0.25619835,0.2644628,0.25619835,0.30165288,0.37603307,0.3305785,0.28512397,0.35123968,0.4214876,0.42561984,0.48347107,0.4090909,0.4338843,0.38842976,0.3429752,0.3140496,0.37603307,0.3677686,0.37190083,0.34710744,0.3264463,0.28099173,0.2768595,0.27272728,0.2520661,0.2644628,0.3181818,0.30578512,0.23553719,0.27272728,0.27272728,0.26859504,0.35123968,0.29338843,0.2520661,0.2520661,0.2231405,0.23553719,0.20247933,0.23966943,0.18595041,0.19421488,0.2231405,0.21900827,0.25619835,0.29338843,0.16528925,0.14876033,0.1570248,0.23140496,0.11157025,0.1570248,0.23966943,0.19008264,0.28512397,0.21487603,0.338843,0.37190083,0.27272728,0.2603306,0.3677686,0.3181818,0.23553719,0.2892562,0.2768595,0.29752067,0.2644628,0.3966942,0.2892562,0.23966943,0.29338843,0.35950413,0.43801653,0.5082645,0.43801653,0.42561984,0.40082645,0.37190083,0.38842976,0.33471075,0.3553719,0.3966942,0.3966942,0.41735536,0.37190083,0.28099173,0.28512397,0.2603306,0.23553719,0.23966943,0.2892562,0.35123968,0.26859504,0.25619835,0.29338843,0.28099173,0.30991736,0.29752067,0.26859504,0.22727273,0.2231405,0.1983471,0.21900827,0.20247933,0.20661157,0.19421488,0.2107438,0.23553719,0.30991736,0.30991736,0.19008264,0.16528925,0.17355372,0.22727273,0.14876033,0.17768595,0.20661157,0.19008264,0.2603306,0.19421488,0.4338843,0.38016528,0.29338843,0.30165288,0.38016528,0.30578512,0.23553719,0.27272728,0.3305785,0.3305785,0.37190083,0.39256197,0.30165288,0.29752067,0.34710744,0.40495867,0.49173555,0.49586776,0.40495867,0.37603307,0.37603307,0.4338843,0.4338843,0.35123968,0.30578512,0.41735536,0.3966942,0.42561984,0.3553719,0.33471075,0.2644628,0.24793388,0.23553719,0.23140496,0.24793388,0.30165288,0.29338843,0.1983471,0.2603306,0.30165288,0.26859504,0.34710744,0.2644628,0.23553719,0.20247933,0.17355372,0.18181819,0.19008264,0.17768595,0.20661157,0.21900827,0.22727273,0.2768595,0.338843,0.17768595,0.19421488,0.20247933,0.19421488,0.14049587,0.1983471,0.18595041,0.1694215,0.23553719,0.21487603,0.3966942,0.27272728,0.28099173,0.26859504,0.3429752,0.30165288,0.26859504,0.338843,0.37190083,0.38842976,0.42975205,0.35123968,0.36363637,0.35950413,0.4338843,0.47933885,0.446281,0.47933885,0.40495867,0.36363637,0.3553719,0.4876033,0.44214877,0.3140496,0.32231405,0.446281,0.40495867,0.45867768,0.338843,0.338843,0.30165288,0.2603306,0.2644628,0.2603306,0.27272728,0.29752067,0.30991736,0.19421488,0.23553719,0.28512397,0.30991736,0.33471075,0.24793388,0.23140496,0.23553719,0.17355372,0.1570248,0.18595041,0.17768595,0.21487603,0.24793388,0.20661157,0.30165288,0.36363637,0.1983471,0.18595041,0.21487603,0.17768595,0.14876033,0.20247933,0.17355372,0.16528925,0.16528925,0.27272728,0.3677686,0.28099173,0.28099173,0.28099173,0.34710744,0.28512397,0.3140496,0.32231405,0.30578512,0.4338843,0.3305785,0.338843,0.38016528,0.3966942,0.47933885,0.5041322,0.38016528,0.47933885,0.40082645,0.45867768,0.41735536,0.4214876,0.4214876,0.3429752,0.35950413,0.4090909,0.446281,0.4752066,0.47107437,0.33471075,0.3181818,0.2603306,0.26859504,0.30165288,0.3677686,0.30165288,0.28512397,0.24380165,0.24793388,0.20661157,0.37190083,0.35123968,0.2520661,0.21900827,0.24793388,0.22727273,0.14876033,0.16528925,0.18181819,0.2107438,0.24380165,0.23553719,0.30578512,0.35123968,0.20661157,0.18595041,0.18181819,0.19421488,0.1694215,0.18595041,0.18181819,0.16528925,0.16528925,0.3305785,0.33471075,0.24380165,0.28512397,0.3140496,0.32231405,0.3264463,0.29338843,0.27272728,0.33471075,0.45041323,0.21487603,0.3181818,0.45041323,0.41322315,0.4338843,0.44214877,0.446281,0.4090909,0.45867768,0.47107437,0.3966942,0.3429752,0.47933885,0.3140496,0.34710744,0.37603307,0.42561984,0.49586776,0.46694216,0.3181818,0.3140496,0.25619835,0.25619835,0.338843,0.38429752,0.3140496,0.28512397,0.2603306,0.2644628,0.22727273,0.35950413,0.338843,0.28099173,0.2107438,0.22727273,0.2231405,0.1694215,0.1694215,0.16528925,0.1983471,0.2603306,0.1983471,0.30991736,0.36363637,0.23966943,0.19421488,0.1694215,0.22727273,0.16528925,0.17768595,0.16528925,0.16115703,0.23140496,0.25619835,0.29338843,0.2603306,0.2892562,0.30991736,0.30165288,0.3264463,0.24380165,0.27272728,0.36363637,0.40495867,0.19421488,0.34710744,0.5,0.4090909,0.38842976,0.40495867,0.4338843,0.39256197,0.46280992,0.43801653,0.36363637,0.3181818,0.4338843,0.2603306,0.35950413,0.34710744,0.3966942,0.49173555,0.40495867,0.3264463,0.3181818,0.25619835,0.2768595,0.338843,0.3553719,0.28099173,0.28512397,0.2892562,0.3305785,0.23140496,0.338843,0.3140496,0.21900827,0.26859504,0.20247933,0.19008264,0.19421488,0.20247933,0.14049587,0.18181819,0.24793388,0.23553719,0.30578512,0.36363637,36 +0.3429752,0.28512397,0.70247936,0.8305785,0.7892562,0.80991733,0.7892562,0.7892562,0.8181818,0.8347107,0.8347107,0.822314,0.8264463,0.8140496,0.822314,0.8140496,0.8016529,0.78512394,0.77272725,0.74793386,0.7355372,0.7066116,0.6735537,0.6652893,0.6652893,0.6198347,0.6280992,0.6404959,0.6363636,0.6280992,0.6446281,0.62396693,0.6570248,0.6487603,0.6322314,0.6322314,0.62396693,0.61157024,0.59504133,0.58677685,0.5785124,0.58264464,0.59090906,0.5785124,0.607438,0.59917355,0.607438,0.59917355,0.58264464,0.59504133,0.61157024,0.61570245,0.59917355,0.61157024,0.607438,0.607438,0.59090906,0.5785124,0.5785124,0.58677685,0.30991736,0.05785124,0.21487603,0.14876033,0.40082645,0.3181818,0.7644628,0.822314,0.80991733,0.80991733,0.8057851,0.8140496,0.8181818,0.8512397,0.838843,0.8305785,0.80991733,0.822314,0.8347107,0.822314,0.80991733,0.8140496,0.7933884,0.78512394,0.76859504,0.71487606,0.7107438,0.6942149,0.69008267,0.62396693,0.6446281,0.6528926,0.6280992,0.6198347,0.6404959,0.61570245,0.6322314,0.6487603,0.6363636,0.6446281,0.6280992,0.6363636,0.59090906,0.58677685,0.59504133,0.59917355,0.607438,0.607438,0.6198347,0.60330576,0.61157024,0.60330576,0.60330576,0.607438,0.62396693,0.60330576,0.60330576,0.6198347,0.6198347,0.6280992,0.607438,0.59090906,0.59090906,0.60330576,0.48347107,0.06198347,0.19008264,0.17768595,0.40082645,0.3966942,0.73140496,0.822314,0.8264463,0.8140496,0.8181818,0.822314,0.8305785,0.8512397,0.838843,0.822314,0.8057851,0.8471074,0.838843,0.8347107,0.8347107,0.8429752,0.8057851,0.7933884,0.78099173,0.74380165,0.75206614,0.72727275,0.69008267,0.6487603,0.6528926,0.6446281,0.61157024,0.60330576,0.6322314,0.6198347,0.6280992,0.6694215,0.661157,0.661157,0.6652893,0.6363636,0.59504133,0.58677685,0.59917355,0.607438,0.6198347,0.6363636,0.6404959,0.6280992,0.62396693,0.6198347,0.6198347,0.607438,0.62396693,0.61570245,0.6198347,0.6322314,0.6198347,0.6322314,0.61157024,0.59917355,0.60330576,0.61570245,0.57438016,0.20247933,0.16528925,0.18595041,0.4214876,0.46280992,0.70247936,0.8181818,0.8305785,0.8181818,0.8140496,0.8264463,0.8471074,0.8471074,0.8305785,0.8181818,0.8181818,0.8347107,0.838843,0.838843,0.8471074,0.8429752,0.822314,0.8181818,0.80991733,0.78512394,0.78512394,0.76859504,0.73140496,0.7066116,0.69008267,0.677686,0.61157024,0.5785124,0.6363636,0.6280992,0.61570245,0.6528926,0.6818182,0.7066116,0.677686,0.6404959,0.607438,0.607438,0.61570245,0.6280992,0.6198347,0.6446281,0.6404959,0.6363636,0.6446281,0.661157,0.6528926,0.62396693,0.6280992,0.61157024,0.6322314,0.6198347,0.62396693,0.6363636,0.6280992,0.59917355,0.59504133,0.61570245,0.61570245,0.30991736,0.12396694,0.19008264,0.4214876,0.4876033,0.6818182,0.8057851,0.8429752,0.8264463,0.822314,0.838843,0.8347107,0.8347107,0.822314,0.8140496,0.8181818,0.8347107,0.838843,0.8512397,0.8595041,0.8595041,0.8471074,0.8347107,0.8305785,0.80991733,0.78512394,0.78099173,0.7644628,0.73140496,0.7355372,0.70247936,0.6322314,0.5495868,0.62396693,0.6652893,0.6198347,0.6322314,0.6859504,0.7231405,0.70247936,0.6818182,0.58677685,0.61570245,0.62396693,0.6198347,0.6528926,0.6528926,0.6404959,0.6528926,0.6818182,0.6818182,0.661157,0.6487603,0.6404959,0.6280992,0.6404959,0.607438,0.6280992,0.6363636,0.6322314,0.61570245,0.60330576,0.61157024,0.61570245,0.37190083,0.12809917,0.17768595,0.3553719,0.46280992,0.6570248,0.79752064,0.8429752,0.8305785,0.838843,0.8553719,0.8305785,0.8264463,0.79752064,0.79752064,0.822314,0.8347107,0.8429752,0.8471074,0.8553719,0.8553719,0.8677686,0.8264463,0.8264463,0.822314,0.7933884,0.7768595,0.76859504,0.75206614,0.74793386,0.73140496,0.6363636,0.5289256,0.6363636,0.6983471,0.6322314,0.6280992,0.6942149,0.74793386,0.69008267,0.6446281,0.607438,0.61570245,0.6322314,0.6363636,0.6528926,0.6528926,0.6322314,0.677686,0.677686,0.6735537,0.6694215,0.6818182,0.6404959,0.6280992,0.62396693,0.61157024,0.62396693,0.6280992,0.6322314,0.62396693,0.607438,0.61570245,0.62396693,0.39256197,0.15289256,0.18595041,0.30991736,0.45041323,0.62396693,0.7933884,0.8512397,0.8305785,0.8471074,0.8553719,0.822314,0.8057851,0.8016529,0.7933884,0.8057851,0.8264463,0.822314,0.8181818,0.838843,0.8347107,0.8595041,0.8057851,0.8016529,0.80991733,0.7892562,0.76859504,0.75206614,0.72727275,0.73140496,0.69008267,0.61570245,0.5206612,0.62396693,0.6942149,0.677686,0.6198347,0.7355372,0.71900827,0.61570245,0.59917355,0.59917355,0.59090906,0.607438,0.60330576,0.62396693,0.6280992,0.61570245,0.6446281,0.6487603,0.6446281,0.6446281,0.6528926,0.6280992,0.61157024,0.6198347,0.6322314,0.6198347,0.6404959,0.6198347,0.6363636,0.6487603,0.61570245,0.61570245,0.41735536,0.18181819,0.16528925,0.28512397,0.4214876,0.57024795,0.7892562,0.8471074,0.8347107,0.8471074,0.8347107,0.80991733,0.80991733,0.7892562,0.72727275,0.72727275,0.76033056,0.74380165,0.76033056,0.75619835,0.7768595,0.7892562,0.76033056,0.73140496,0.73966944,0.75206614,0.71487606,0.7066116,0.6983471,0.677686,0.6487603,0.60330576,0.5289256,0.61570245,0.6528926,0.6983471,0.6694215,0.7066116,0.6528926,0.5495868,0.57438016,0.57438016,0.553719,0.553719,0.5661157,0.57024795,0.59917355,0.59090906,0.59504133,0.607438,0.60330576,0.58264464,0.59090906,0.59090906,0.57024795,0.58264464,0.607438,0.6322314,0.6322314,0.6322314,0.6404959,0.6487603,0.61157024,0.62396693,0.42561984,0.18595041,0.2107438,0.2768595,0.40495867,0.49586776,0.8057851,0.8347107,0.8347107,0.8305785,0.8264463,0.80991733,0.7768595,0.6528926,0.59090906,0.6198347,0.6280992,0.6280992,0.6694215,0.6694215,0.6694215,0.6487603,0.62396693,0.59504133,0.607438,0.6652893,0.6198347,0.6322314,0.61570245,0.59917355,0.6322314,0.6280992,0.5413223,0.59090906,0.58264464,0.6446281,0.6446281,0.6322314,0.57024795,0.45867768,0.5123967,0.5247934,0.49586776,0.46694216,0.4338843,0.44214877,0.4752066,0.49586776,0.5123967,0.5123967,0.5206612,0.4876033,0.5,0.5082645,0.5,0.5041322,0.5165289,0.58677685,0.6280992,0.6363636,0.6322314,0.6280992,0.6322314,0.607438,0.41735536,0.18595041,0.2644628,0.3140496,0.37603307,0.47107437,0.73140496,0.838843,0.8264463,0.8057851,0.80991733,0.70247936,0.6487603,0.5785124,0.53305787,0.5371901,0.53305787,0.47933885,0.4876033,0.45867768,0.4338843,0.41322315,0.42975205,0.46694216,0.45454547,0.5247934,0.5495868,0.56198347,0.5495868,0.5495868,0.57024795,0.59917355,0.53305787,0.553719,0.5495868,0.54545456,0.60330576,0.553719,0.53305787,0.45041323,0.45867768,0.4752066,0.44214877,0.39256197,0.338843,0.26859504,0.3553719,0.338843,0.35123968,0.3677686,0.38842976,0.38429752,0.3966942,0.40082645,0.44214877,0.41735536,0.4338843,0.49586776,0.5413223,0.59090906,0.6404959,0.60330576,0.6446281,0.58264464,0.4214876,0.21900827,0.26859504,0.30991736,0.338843,0.43801653,0.6818182,0.838843,0.8264463,0.8057851,0.6942149,0.607438,0.61570245,0.57438016,0.58677685,0.6280992,0.59917355,0.55785125,0.5289256,0.5,0.5041322,0.42561984,0.5041322,0.5413223,0.46694216,0.42975205,0.46280992,0.4876033,0.5165289,0.5247934,0.5041322,0.53305787,0.5,0.5041322,0.53305787,0.45867768,0.53305787,0.5123967,0.5289256,0.43801653,0.3966942,0.43801653,0.44214877,0.34710744,0.28512397,0.25619835,0.23553719,0.22727273,0.23966943,0.26859504,0.28099173,0.30165288,0.32231405,0.36363637,0.40495867,0.40495867,0.4338843,0.43801653,0.45454547,0.5123967,0.6322314,0.607438,0.6280992,0.5785124,0.40495867,0.2520661,0.22727273,0.2603306,0.3264463,0.44214877,0.73140496,0.8305785,0.822314,0.77272725,0.59917355,0.5,0.4876033,0.5371901,0.5413223,0.58264464,0.58264464,0.553719,0.5371901,0.5165289,0.5123967,0.47933885,0.57438016,0.6198347,0.5371901,0.42975205,0.36363637,0.34710744,0.39256197,0.41322315,0.45454547,0.48347107,0.46694216,0.4876033,0.5123967,0.446281,0.49586776,0.48347107,0.4876033,0.43801653,0.33471075,0.6322314,0.6280992,0.30578512,0.27272728,0.23553719,0.21900827,0.23140496,0.25619835,0.23553719,0.2644628,0.3140496,0.3305785,0.338843,0.37603307,0.38429752,0.4090909,0.40495867,0.42975205,0.46694216,0.5785124,0.62396693,0.61570245,0.59090906,0.41322315,0.26859504,0.20661157,0.18595041,0.28512397,0.47107437,0.74380165,0.822314,0.8305785,0.60330576,0.42561984,0.5495868,0.6735537,0.7355372,0.75619835,0.74380165,0.7107438,0.6942149,0.6942149,0.6859504,0.6446281,0.6198347,0.553719,0.46280992,0.45867768,0.4752066,0.45041323,0.40082645,0.43801653,0.38016528,0.27272728,0.48347107,0.5082645,0.5247934,0.5206612,0.49173555,0.5206612,0.4752066,0.42975205,0.38842976,0.3305785,0.4752066,0.45454547,0.30991736,0.30165288,0.28099173,0.29338843,0.37603307,0.42975205,0.45041323,0.5165289,0.5495868,0.54545456,0.5206612,0.5206612,0.5371901,0.5371901,0.48347107,0.42561984,0.37603307,0.47107437,0.607438,0.6198347,0.58264464,0.45454547,0.2603306,0.20247933,0.17355372,0.23966943,0.44214877,0.73966944,0.8677686,0.6652893,0.42561984,0.56198347,0.73140496,0.8347107,0.8429752,0.838843,0.7933884,0.7355372,0.71900827,0.70247936,0.6818182,0.6446281,0.607438,0.553719,0.5247934,0.5041322,0.48347107,0.49173555,0.4752066,0.5206612,0.5371901,0.37603307,0.35950413,0.62396693,0.6280992,0.6446281,0.5785124,0.553719,0.57024795,0.44214877,0.28099173,0.35123968,0.40082645,0.45867768,0.4338843,0.38016528,0.38429752,0.4338843,0.49173555,0.5371901,0.57024795,0.58264464,0.5661157,0.5495868,0.55785125,0.5661157,0.607438,0.6652893,0.6818182,0.6280992,0.47107437,0.4090909,0.45867768,0.607438,0.61570245,0.42975205,0.29752067,0.21900827,0.14876033,0.2768595,0.35123968,0.6942149,0.9338843,0.5041322,0.3677686,0.61570245,0.8429752,0.8512397,0.8471074,0.8016529,0.7066116,0.6446281,0.58264464,0.553719,0.5206612,0.49173555,0.46694216,0.45041323,0.47107437,0.4876033,0.45867768,0.41735536,0.42975205,0.5247934,0.58677685,0.48347107,0.5785124,0.72727275,0.6735537,0.6570248,0.553719,0.59504133,0.59504133,0.5041322,0.3181818,0.3429752,0.37603307,0.39256197,0.38429752,0.39256197,0.43801653,0.40082645,0.39256197,0.39256197,0.39256197,0.41322315,0.42975205,0.42561984,0.4752066,0.5289256,0.58677685,0.6322314,0.6652893,0.71900827,0.62396693,0.49173555,0.3305785,0.49586776,0.60330576,0.42561984,0.30578512,0.2603306,0.2231405,0.2892562,0.37190083,0.59504133,0.92561984,0.4752066,0.24793388,0.7107438,0.88429755,0.822314,0.70247936,0.5206612,0.37603307,0.3966942,0.23966943,0.30578512,0.26859504,0.24380165,0.26859504,0.28099173,0.29752067,0.34710744,0.38842976,0.3966942,0.38016528,0.41322315,0.55785125,0.5247934,0.80991733,0.5082645,0.42561984,0.47933885,0.3553719,0.36363637,0.29752067,0.39256197,0.34710744,0.2231405,0.2520661,0.29338843,0.32231405,0.30991736,0.28099173,0.22727273,0.22727273,0.23966943,0.16115703,0.21487603,0.16528925,0.17768595,0.24380165,0.32231405,0.40082645,0.49586776,0.5785124,0.6735537,0.6735537,0.5371901,0.3264463,0.3264463,0.5785124,0.3553719,0.23966943,0.30991736,0.3264463,0.3140496,0.74380165,0.4876033,0.607438,0.46694216,0.23140496,0.73966944,0.8264463,0.57024795,0.33471075,0.17768595,0.30165288,0.62396693,0.26859504,0.2231405,0.23140496,0.2107438,0.26859504,0.33471075,0.23140496,0.25619835,0.28512397,0.33471075,0.41735536,0.46280992,0.607438,0.6694215,0.6198347,0.30165288,0.30991736,0.37190083,0.27272728,0.2603306,0.2520661,0.30991736,0.3140496,0.20247933,0.26859504,0.30165288,0.23966943,0.21900827,0.21487603,0.24793388,0.34710744,0.35950413,0.19421488,0.25619835,0.06198347,0.12809917,0.19421488,0.20247933,0.18595041,0.23553719,0.3305785,0.47933885,0.553719,0.5041322,0.2892562,0.39256197,0.4090909,0.37190083,0.1983471,0.3181818,0.3140496,0.26859504,0.79752064,0.29752067,0.23966943,0.4214876,0.23966943,0.822314,0.6198347,0.3140496,0.2644628,0.28512397,0.38842976,0.5082645,0.35123968,0.35950413,0.35950413,0.3553719,0.35123968,0.3966942,0.33471075,0.3429752,0.34710744,0.42975205,0.53305787,0.6280992,0.677686,0.70247936,0.39256197,0.3553719,0.446281,0.5413223,0.49173555,0.41322315,0.38842976,0.28099173,0.38429752,0.338843,0.45041323,0.43801653,0.35950413,0.3305785,0.35123968,0.35950413,0.45041323,0.40495867,0.34710744,0.36363637,0.20661157,0.25619835,0.28099173,0.26859504,0.23553719,0.16528925,0.16528925,0.25619835,0.37603307,0.33471075,0.26859504,0.4090909,0.23966943,0.6983471,0.53305787,0.1322314,0.24793388,0.1983471,0.6280992,0.34710744,0.35123968,0.37190083,0.3140496,0.94214875,0.71487606,0.47933885,0.5041322,0.5206612,0.5206612,0.5123967,0.5,0.5247934,0.5041322,0.45041323,0.4090909,0.38842976,0.39256197,0.40495867,0.39256197,0.46694216,0.5785124,0.6322314,0.6983471,0.6198347,0.18181819,0.47933885,0.76859504,0.7107438,0.62396693,0.57438016,0.5123967,0.19421488,0.40082645,0.48347107,0.47107437,0.49173555,0.446281,0.41322315,0.4214876,0.4090909,0.41322315,0.4090909,0.45867768,0.45041323,0.41322315,0.40082645,0.41322315,0.41322315,0.41735536,0.37603307,0.38016528,0.30991736,0.3305785,0.36363637,0.29752067,0.3264463,0.23140496,0.71900827,0.47933885,0.08677686,0.30165288,0.2768595,0.37603307,0.74380165,0.55785125,0.2644628,0.45454547,0.9504132,0.8305785,0.71487606,0.7107438,0.6652893,0.6322314,0.59090906,0.57024795,0.54545456,0.49586776,0.446281,0.40082645,0.3677686,0.38429752,0.42561984,0.41735536,0.5206612,0.6198347,0.6322314,0.677686,0.43801653,0.19008264,0.7892562,0.822314,0.71900827,0.61570245,0.58264464,0.607438,0.30991736,0.24793388,0.5041322,0.4876033,0.46694216,0.44214877,0.41735536,0.4090909,0.3966942,0.39256197,0.37603307,0.40495867,0.4214876,0.45454547,0.46280992,0.5082645,0.5289256,0.5495868,0.553719,0.56198347,0.5041322,0.5082645,0.6487603,0.5041322,0.23966943,0.45454547,0.55785125,0.29338843,0.11570248,0.3966942,0.35950413,0.38016528,0.76033056,0.54545456,0.30578512,0.6363636,0.90909094,0.8471074,0.78512394,0.6694215,0.677686,0.6322314,0.54545456,0.5165289,0.49586776,0.45454547,0.4214876,0.44214877,0.4876033,0.53305787,0.5289256,0.57024795,0.661157,0.677686,0.6528926,0.58264464,0.2603306,0.47107437,0.88429755,0.78512394,0.7066116,0.59917355,0.59504133,0.6322314,0.5289256,0.16528925,0.4338843,0.5785124,0.5495868,0.5247934,0.46694216,0.44214877,0.42561984,0.446281,0.4090909,0.38016528,0.38016528,0.37603307,0.41322315,0.44214877,0.46280992,0.5123967,0.60330576,0.6198347,0.59917355,0.59917355,0.72727275,0.6404959,0.2892562,0.5785124,0.45454547,0.22727273,0.1694215,0.4214876,0.3264463,0.43801653,0.7892562,0.49173555,0.4090909,0.76033056,0.90082645,0.8016529,0.74380165,0.70247936,0.6487603,0.59917355,0.54545456,0.5785124,0.5785124,0.5785124,0.58677685,0.60330576,0.6404959,0.6694215,0.6983471,0.7231405,0.71900827,0.70247936,0.661157,0.49586776,0.23966943,0.76033056,0.8264463,0.74793386,0.69008267,0.6198347,0.58264464,0.62396693,0.61157024,0.30991736,0.30991736,0.607438,0.61570245,0.59917355,0.553719,0.5082645,0.44214877,0.42561984,0.4214876,0.4214876,0.42975205,0.4214876,0.44214877,0.41322315,0.41322315,0.47933885,0.45867768,0.553719,0.5495868,0.6198347,0.7066116,0.7107438,0.3553719,0.56198347,0.53305787,0.21487603,0.2520661,0.39256197,0.25619835,0.47933885,0.8471074,0.45041323,0.59917355,0.8677686,0.8719008,0.8512397,0.76033056,0.76033056,0.70247936,0.6487603,0.60330576,0.61157024,0.62396693,0.6446281,0.6404959,0.69008267,0.7355372,0.75206614,0.71900827,0.7107438,0.7355372,0.71487606,0.6487603,0.4090909,0.5123967,0.8471074,0.7933884,0.75206614,0.6735537,0.61570245,0.57024795,0.59504133,0.61157024,0.49173555,0.28099173,0.5371901,0.6487603,0.6280992,0.61157024,0.57438016,0.5495868,0.5,0.446281,0.3966942,0.3966942,0.40495867,0.446281,0.45867768,0.46694216,0.5,0.5247934,0.5661157,0.5785124,0.58677685,0.6528926,0.74380165,0.38429752,0.6487603,0.5785124,0.23553719,0.28099173,0.35950413,0.21487603,0.49586776,0.8264463,0.6652893,0.42561984,0.90909094,0.8636364,0.8595041,0.7892562,0.7644628,0.74380165,0.6942149,0.661157,0.6652893,0.677686,0.6735537,0.6942149,0.71900827,0.74380165,0.6983471,0.6487603,0.677686,0.73966944,0.71900827,0.59917355,0.3181818,0.8057851,0.8305785,0.78512394,0.74380165,0.6859504,0.607438,0.5785124,0.5785124,0.59917355,0.5785124,0.30578512,0.45041323,0.61157024,0.6404959,0.6322314,0.55785125,0.5661157,0.57438016,0.57024795,0.54545456,0.5289256,0.5206612,0.5082645,0.5206612,0.5247934,0.5413223,0.55785125,0.5661157,0.61570245,0.6652893,0.6198347,0.7355372,0.39256197,0.80991733,0.58677685,0.2520661,0.2644628,0.338843,0.23966943,0.5123967,0.8057851,0.8512397,0.33471075,0.8057851,0.8553719,0.8429752,0.8057851,0.8140496,0.7933884,0.74380165,0.6983471,0.72727275,0.71900827,0.6942149,0.6694215,0.661157,0.6528926,0.62396693,0.6198347,0.6859504,0.7107438,0.7066116,0.45867768,0.49586776,0.8512397,0.79752064,0.7644628,0.75206614,0.7066116,0.61157024,0.57024795,0.5785124,0.59504133,0.60330576,0.44214877,0.30165288,0.5495868,0.6404959,0.60330576,0.55785125,0.54545456,0.55785125,0.5661157,0.57438016,0.57438016,0.57024795,0.553719,0.553719,0.5495868,0.56198347,0.5785124,0.58264464,0.6280992,0.6859504,0.75206614,0.6322314,0.42561984,0.8801653,0.61570245,0.29338843,0.23140496,0.3429752,0.26859504,0.5371901,0.822314,0.88429755,0.56198347,0.61570245,0.8512397,0.8595041,0.8595041,0.838843,0.78512394,0.75206614,0.71900827,0.73140496,0.6983471,0.6735537,0.661157,0.62396693,0.61157024,0.61570245,0.6322314,0.6694215,0.7066116,0.61570245,0.3429752,0.6859504,0.8305785,0.79752064,0.76859504,0.72727275,0.7066116,0.6446281,0.55785125,0.59090906,0.5785124,0.59917355,0.59917355,0.33471075,0.4214876,0.59090906,0.58677685,0.5413223,0.5413223,0.54545456,0.57024795,0.57438016,0.5785124,0.59504133,0.58264464,0.5661157,0.55785125,0.57024795,0.58264464,0.61570245,0.6322314,0.6694215,0.78512394,0.4876033,0.54545456,0.8181818,0.61570245,0.28512397,0.23553719,0.33471075,0.32231405,0.5082645,0.838843,0.8512397,0.7768595,0.48347107,0.8347107,0.88429755,0.8677686,0.8553719,0.7892562,0.76033056,0.73966944,0.6942149,0.6859504,0.6528926,0.6652893,0.6198347,0.59917355,0.61157024,0.62396693,0.6404959,0.6942149,0.41735536,0.4214876,0.79752064,0.79752064,0.8264463,0.7933884,0.7107438,0.72727275,0.7107438,0.57438016,0.5785124,0.57024795,0.61570245,0.69008267,0.45454547,0.37603307,0.53305787,0.53305787,0.5289256,0.53305787,0.5495868,0.58264464,0.57024795,0.5785124,0.61157024,0.57024795,0.57024795,0.54545456,0.553719,0.57438016,0.6446281,0.6198347,0.73966944,0.71900827,0.38842976,0.74380165,0.76033056,0.61157024,0.2768595,0.21487603,0.3140496,0.32231405,0.5206612,0.8512397,0.8553719,0.8305785,0.6652893,0.5041322,0.89669424,0.87603307,0.8429752,0.79752064,0.75206614,0.7231405,0.6694215,0.661157,0.6487603,0.6446281,0.5785124,0.58264464,0.55785125,0.59504133,0.6280992,0.46280992,0.45867768,0.6735537,0.78512394,0.822314,0.8801653,0.8140496,0.7107438,0.73966944,0.73966944,0.5661157,0.5661157,0.57438016,0.6652893,0.7768595,0.59917355,0.4338843,0.40082645,0.5,0.5041322,0.5413223,0.54545456,0.57024795,0.5495868,0.57438016,0.58264464,0.5413223,0.53305787,0.5041322,0.5041322,0.5371901,0.6322314,0.6322314,0.8016529,0.5495868,0.59504133,0.79752064,0.76859504,0.6198347,0.22727273,0.2231405,0.34710744,0.28512397,0.4752066,0.88429755,0.8512397,0.8429752,0.8305785,0.71900827,0.62396693,0.58264464,0.62396693,0.677686,0.69008267,0.6983471,0.6570248,0.6446281,0.62396693,0.60330576,0.57438016,0.59504133,0.5661157,0.49586776,0.38016528,0.57438016,0.75206614,0.7933884,0.8181818,0.838843,0.8636364,0.838843,0.71487606,0.6859504,0.62396693,0.5165289,0.54545456,0.5661157,0.661157,0.78099173,0.7107438,0.59090906,0.47933885,0.40082645,0.44214877,0.55785125,0.553719,0.58264464,0.56198347,0.5661157,0.553719,0.53305787,0.5082645,0.49586776,0.49173555,0.53305787,0.57024795,0.5123967,0.57024795,0.607438,0.76033056,0.75619835,0.76033056,0.6404959,0.1983471,0.21900827,0.33471075,0.29338843,0.46280992,0.88429755,0.8429752,0.838843,0.8471074,0.8636364,0.8553719,0.76033056,0.661157,0.5247934,0.4752066,0.46280992,0.45867768,0.4338843,0.4338843,0.42975205,0.4214876,0.41735536,0.38842976,0.33471075,0.5785124,0.8305785,0.8429752,0.8305785,0.8512397,0.8057851,0.7644628,0.74793386,0.7107438,0.61570245,0.553719,0.5165289,0.5413223,0.5413223,0.57024795,0.62396693,0.71900827,0.677686,0.661157,0.54545456,0.3140496,0.3553719,0.38016528,0.40495867,0.4090909,0.39256197,0.38429752,0.40495867,0.4090909,0.4214876,0.42975205,0.42561984,0.44214877,0.5041322,0.6487603,0.71487606,0.75619835,0.73966944,0.71900827,0.6446281,0.20247933,0.20247933,0.35950413,0.3140496,0.49173555,0.8429752,0.8140496,0.822314,0.8512397,0.8429752,0.8595041,0.8429752,0.822314,0.6818182,0.6446281,0.553719,0.5289256,0.446281,0.35950413,0.36363637,0.33471075,0.33471075,0.37603307,0.33471075,0.76033056,0.8801653,0.8429752,0.8305785,0.79752064,0.71487606,0.6694215,0.6694215,0.6818182,0.60330576,0.5082645,0.5,0.5413223,0.57024795,0.553719,0.5413223,0.60330576,0.7107438,0.74380165,0.70247936,0.37603307,0.25619835,0.30165288,0.3140496,0.30578512,0.30165288,0.2768595,0.33471075,0.37190083,0.3966942,0.43801653,0.48347107,0.54545456,0.6198347,0.73140496,0.74380165,0.70247936,0.69008267,0.6446281,0.6363636,0.2520661,0.23553719,0.3305785,0.34710744,0.47933885,0.8264463,0.8181818,0.8140496,0.822314,0.8181818,0.838843,0.8595041,0.838843,0.73140496,0.6818182,0.59504133,0.53305787,0.46694216,0.38016528,0.35950413,0.34710744,0.38016528,0.5041322,0.5165289,0.7892562,0.8305785,0.73140496,0.6528926,0.5661157,0.4876033,0.5206612,0.6694215,0.6818182,0.61570245,0.49173555,0.45867768,0.5289256,0.60330576,0.46280992,0.3181818,0.38016528,0.53305787,0.6528926,0.72727275,0.45867768,0.33471075,0.39256197,0.40495867,0.42975205,0.446281,0.4752066,0.49173555,0.49586776,0.5206612,0.5371901,0.5413223,0.6363636,0.6983471,0.77272725,0.7892562,0.7107438,0.6404959,0.59917355,0.60330576,0.3181818,0.23140496,0.30578512,0.3677686,0.42561984,0.8181818,0.79752064,0.7933884,0.78099173,0.79752064,0.8264463,0.8595041,0.8264463,0.7066116,0.6487603,0.58677685,0.5,0.46694216,0.46280992,0.446281,0.5123967,0.60330576,0.677686,0.677686,0.6942149,0.6942149,0.47933885,0.2892562,0.26859504,0.23966943,0.37603307,0.6528926,0.70247936,0.59917355,0.46280992,0.40495867,0.5041322,0.57024795,0.2107438,0.11570248,0.15289256,0.2892562,0.446281,0.5785124,0.30578512,0.43801653,0.49173555,0.48347107,0.49586776,0.49173555,0.4876033,0.48347107,0.44214877,0.4752066,0.5289256,0.553719,0.59917355,0.6859504,0.76859504,0.7644628,0.6528926,0.60330576,0.57024795,0.5661157,0.30991736,0.2520661,0.3181818,0.37190083,0.46694216,0.73140496,0.74793386,0.6859504,0.74793386,0.8016529,0.80991733,0.8181818,0.75206614,0.58264464,0.5371901,0.46280992,0.5041322,0.47933885,0.46694216,0.54545456,0.6363636,0.6942149,0.7231405,0.7107438,0.6528926,0.61570245,0.44214877,0.36363637,0.49173555,0.54545456,0.59504133,0.6363636,0.6859504,0.59917355,0.37190083,0.38429752,0.49586776,0.446281,0.3677686,0.30991736,0.29752067,0.27272728,0.38016528,0.41322315,0.24380165,0.46694216,0.5123967,0.48347107,0.4876033,0.45867768,0.446281,0.44214877,0.41735536,0.40495867,0.4338843,0.5289256,0.553719,0.6322314,0.661157,0.661157,0.62396693,0.57024795,0.5495868,0.5123967,0.30991736,0.23553719,0.32231405,0.44214877,0.49173555,0.71487606,0.69008267,0.70247936,0.74380165,0.7644628,0.79752064,0.7107438,0.5206612,0.5495868,0.553719,0.56198347,0.47933885,0.45867768,0.553719,0.58264464,0.6322314,0.7066116,0.69008267,0.6983471,0.6694215,0.6404959,0.59917355,0.5661157,0.607438,0.4876033,0.5082645,0.4876033,0.5206612,0.5247934,0.36363637,0.36363637,0.3264463,0.29752067,0.3429752,0.4090909,0.46694216,0.33471075,0.35123968,0.3305785,0.35123968,0.5123967,0.5289256,0.5,0.5,0.45867768,0.4338843,0.42561984,0.44214877,0.43801653,0.38429752,0.3677686,0.5,0.5661157,0.5661157,0.553719,0.59090906,0.57438016,0.5123967,0.446281,0.29752067,0.25619835,0.3429752,0.41322315,0.5123967,0.69008267,0.6280992,0.677686,0.7107438,0.7355372,0.7644628,0.5041322,0.58264464,0.6818182,0.56198347,0.446281,0.46280992,0.553719,0.5785124,0.5661157,0.61157024,0.6735537,0.59917355,0.6404959,0.6363636,0.6652893,0.5661157,0.5206612,0.5247934,0.46280992,0.46694216,0.41735536,0.3264463,0.23553719,0.21900827,0.26859504,0.21487603,0.29338843,0.25619835,0.30578512,0.34710744,0.30991736,0.35950413,0.38016528,0.47933885,0.5206612,0.5206612,0.47933885,0.47933885,0.45867768,0.43801653,0.41322315,0.42975205,0.4752066,0.5,0.38429752,0.37190083,0.5,0.5413223,0.5082645,0.5289256,0.5413223,0.45867768,0.40082645,0.28099173,0.2892562,0.3181818,0.35950413,0.5206612,0.55785125,0.55785125,0.58677685,0.6818182,0.6735537,0.60330576,0.46694216,0.7107438,0.46694216,0.38429752,0.48347107,0.5413223,0.54545456,0.5165289,0.54545456,0.5082645,0.59090906,0.57024795,0.59090906,0.55785125,0.5371901,0.47107437,0.45041323,0.5371901,0.46280992,0.4752066,0.40495867,0.28512397,0.21900827,0.17355372,0.26859504,0.3553719,0.3140496,0.33471075,0.2231405,0.37603307,0.32231405,0.43801653,0.44214877,0.47933885,0.5247934,0.5041322,0.47933885,0.4338843,0.41322315,0.4214876,0.3966942,0.35950413,0.4214876,0.46694216,0.56198347,0.38016528,0.45041323,0.5247934,0.46280992,0.49586776,0.49173555,0.45041323,0.3305785,0.24380165,0.23966943,0.23553719,0.3966942,0.49586776,0.5289256,0.5,0.5165289,0.6363636,0.661157,0.5247934,0.553719,0.60330576,0.40082645,0.48347107,0.49586776,0.43801653,0.41322315,0.47933885,0.48347107,0.46694216,0.56198347,0.49586776,0.53305787,0.4876033,0.4752066,0.46280992,0.4214876,0.49586776,0.5289256,0.34710744,0.3966942,0.26859504,0.28099173,0.2231405,0.17355372,0.41735536,0.3429752,0.4338843,0.27272728,0.3966942,0.3140496,0.4752066,0.39256197,0.39256197,0.44214877,0.4752066,0.44214877,0.41735536,0.3677686,0.38016528,0.39256197,0.3305785,0.34710744,0.3966942,0.553719,0.53305787,0.40082645,0.5206612,0.35123968,0.46280992,0.44214877,0.42975205,0.28099173,0.21900827,0.23140496,0.30165288,0.46280992,0.40495867,0.46694216,0.44214877,0.5082645,0.607438,0.59504133,0.5165289,0.56198347,0.5495868,0.3966942,0.4338843,0.4090909,0.3305785,0.45454547,0.45041323,0.43801653,0.5785124,0.5371901,0.46694216,0.5123967,0.46694216,0.40495867,0.4876033,0.40495867,0.53305787,0.45867768,0.3140496,0.40082645,0.2107438,0.33471075,0.3264463,0.2520661,0.33471075,0.3429752,0.3429752,0.40495867,0.35950413,0.29752067,0.45041323,0.338843,0.38016528,0.3677686,0.4090909,0.4338843,0.38429752,0.35123968,0.30165288,0.35950413,0.3305785,0.33471075,0.36363637,0.4876033,0.5371901,0.40495867,0.4090909,0.37190083,0.41735536,0.42975205,0.32231405,0.29338843,0.21487603,0.24793388,0.39256197,0.40495867,0.4214876,0.37190083,0.45867768,0.4876033,0.5661157,0.5661157,0.5413223,0.53305787,0.41322315,0.3429752,0.37603307,0.3181818,0.33471075,0.45867768,0.35950413,0.5082645,0.5123967,0.47933885,0.4338843,0.5661157,0.4090909,0.4090909,0.45454547,0.40495867,0.43801653,0.38429752,0.29752067,0.30578512,0.2768595,0.3677686,0.3305785,0.33471075,0.2892562,0.28099173,0.2520661,0.3305785,0.3181818,0.30165288,0.4090909,0.26859504,0.38016528,0.3264463,0.35950413,0.41322315,0.338843,0.34710744,0.3181818,0.3140496,0.3140496,0.3553719,0.3429752,0.40082645,0.4752066,0.39256197,0.29752067,0.3553719,0.37603307,0.39256197,0.21900827,0.2768595,0.24380165,0.20661157,0.41322315,0.37190083,0.40082645,0.37603307,0.4338843,0.46280992,0.5206612,0.5123967,0.47933885,0.42561984,0.446281,0.3553719,0.29752067,0.30165288,0.2892562,0.3553719,0.3429752,0.45041323,0.5082645,0.41735536,0.3966942,0.59917355,0.41735536,0.44214877,0.38016528,0.38016528,0.35123968,0.29752067,0.30578512,0.2603306,0.30165288,0.3429752,0.2892562,0.29338843,0.2520661,0.2603306,0.25619835,0.30991736,0.26859504,0.3181818,0.39256197,0.28099173,0.3553719,0.29752067,0.36363637,0.3140496,0.3305785,0.338843,0.28512397,0.27272728,0.30578512,0.3264463,0.3181818,0.338843,0.47107437,0.28099173,0.2603306,0.30165288,0.33471075,0.27272728,0.21487603,0.24793388,0.27272728,0.19008264,0.41322315,0.3677686,0.38842976,0.3264463,0.42561984,0.38429752,0.446281,0.4752066,0.38429752,0.46280992,0.37190083,0.3553719,0.30165288,0.25619835,0.3305785,0.30165288,0.3264463,0.39256197,0.4338843,0.338843,0.3429752,0.47933885,0.44214877,0.37603307,0.3140496,0.3305785,0.35950413,0.23140496,0.2892562,0.30578512,0.28512397,0.3140496,0.28099173,0.25619835,0.2603306,0.21487603,0.2644628,0.2892562,0.19008264,0.32231405,0.34710744,0.2768595,0.37603307,0.30165288,0.30578512,0.23553719,0.29338843,0.25619835,0.24380165,0.21487603,0.25619835,0.3140496,0.2768595,0.30578512,0.3553719,0.23966943,0.23140496,0.24380165,0.24380165,0.21487603,0.1983471,0.22727273,0.2644628,0.20247933,0.37190083,0.33471075,0.3553719,0.33471075,0.38429752,0.33471075,0.40082645,0.4090909,0.42975205,0.4090909,0.37603307,0.3264463,0.30165288,0.23553719,0.2520661,0.2520661,0.338843,0.35123968,0.35950413,0.30991736,0.2603306,0.35123968,0.43801653,0.35123968,0.28512397,0.37190083,0.5785124,0.28099173,0.45454547,0.446281,0.59090906,0.4752066,0.25619835,0.43801653,0.4752066,0.41735536,0.3264463,0.21487603,0.20661157,0.23553719,0.2231405,0.26859504,0.2644628,0.27272728,0.22727273,0.19421488,0.29338843,0.23140496,0.17768595,0.1983471,0.18181819,0.29752067,0.26859504,0.35123968,0.2520661,0.20661157,0.2231405,0.19421488,0.2520661,0.18181819,0.21487603,0.20247933,0.2644628,0.18595041,0.3305785,0.29338843,0.3181818,0.32231405,0.3429752,0.32231405,0.37603307,0.36363637,0.45041323,0.3305785,0.3553719,0.29752067,0.2892562,0.2107438,0.23553719,0.28512397,0.33471075,0.35950413,0.3966942,0.45867768,0.49586776,0.5413223,0.6404959,0.5785124,0.47933885,0.4090909,0.661157,0.27272728,0.6404959,0.6818182,0.838843,0.8636364,0.39256197,0.6322314,0.6694215,0.59090906,0.44214877,0.25619835,0.27272728,0.2768595,0.2107438,0.26859504,0.2231405,0.23140496,0.18181819,0.20661157,0.2231405,0.20247933,0.16528925,0.17768595,0.19008264,0.21900827,0.2231405,0.37603307,0.3264463,0.16528925,0.23966943,0.13636364,0.26859504,0.19008264,0.19421488,0.21487603,0.23966943,0.17355372,0.35123968,0.21487603,0.2603306,0.3140496,0.33471075,0.30165288,0.36363637,0.338843,0.36363637,0.38842976,0.30991736,0.2892562,0.29338843,0.2231405,0.24793388,0.29338843,0.35123968,0.40082645,0.42561984,0.60330576,0.71900827,0.7355372,0.7768595,0.7892562,0.6983471,0.60330576,0.5661157,0.45041323,0.54545456,0.62396693,0.70247936,0.7107438,0.5289256,0.60330576,0.62396693,0.57024795,0.46280992,0.37190083,0.37603307,0.39256197,0.41735536,0.4338843,0.36363637,0.30578512,0.2231405,0.2520661,0.2107438,0.18595041,0.1983471,0.18181819,0.21900827,0.2520661,0.21487603,0.33471075,0.3553719,0.23553719,0.25619835,0.16115703,0.21487603,0.20661157,0.16115703,0.23140496,0.23553719,0.16528925,0.3181818,0.2520661,0.2644628,0.3264463,0.2768595,0.30991736,0.3264463,0.28512397,0.3140496,0.3305785,0.30165288,0.28099173,0.2768595,0.22727273,0.24380165,0.28099173,0.3553719,0.3966942,0.41735536,0.5661157,0.7066116,0.77272725,0.8057851,0.77272725,0.77272725,0.6487603,0.59090906,0.59917355,0.6198347,0.6322314,0.6280992,0.6859504,0.60330576,0.55785125,0.5041322,0.47933885,0.4752066,0.42975205,0.42561984,0.446281,0.49173555,0.5495868,0.446281,0.39256197,0.2768595,0.2520661,0.29752067,0.23966943,0.23140496,0.22727273,0.23553719,0.28512397,0.2892562,0.30991736,0.3140496,0.3181818,0.2520661,0.18595041,0.2107438,0.23553719,0.17355372,0.2107438,0.23140496,0.18181819,0.30165288,0.36363637,0.30578512,0.32231405,0.26859504,0.338843,0.3264463,0.28099173,0.2768595,0.3140496,0.30578512,0.2644628,0.24380165,0.23553719,0.24793388,0.24380165,0.35950413,0.3677686,0.41322315,0.47107437,0.58264464,0.677686,0.75206614,0.80991733,0.76859504,0.6735537,0.58677685,0.553719,0.5495868,0.5661157,0.55785125,0.6198347,0.553719,0.5289256,0.446281,0.41322315,0.42975205,0.42561984,0.45454547,0.4752066,0.5165289,0.55785125,0.42561984,0.38842976,0.30578512,0.2892562,0.30578512,0.2892562,0.24793388,0.32231405,0.24793388,0.2768595,0.3429752,0.29752067,0.2768595,0.2644628,0.17355372,0.19008264,0.21487603,0.23140496,0.21900827,0.1983471,0.22727273,0.26859504,0.28512397,0.30991736,0.28099173,0.2644628,0.3264463,0.30991736,0.30165288,0.23966943,0.2520661,0.3140496,0.23966943,0.2768595,0.30165288,0.28099173,0.18595041,0.28512397,0.32231405,0.35950413,0.37190083,0.37603307,0.5041322,0.58264464,0.6322314,0.71487606,0.74380165,0.70247936,0.6322314,0.57438016,0.5495868,0.5661157,0.5289256,0.5413223,0.47107437,0.44214877,0.41322315,0.39256197,0.40495867,0.45454547,0.46694216,0.4876033,0.49173555,0.45867768,0.42561984,0.40082645,0.3429752,0.3429752,0.30578512,0.3305785,0.2892562,0.2768595,0.30991736,0.2644628,0.2644628,0.25619835,0.25619835,0.27272728,0.15289256,0.18181819,0.1983471,0.20247933,0.22727273,0.20247933,0.19008264,0.2768595,0.2603306,0.23966943,0.30165288,0.2644628,0.2603306,0.26859504,0.27272728,0.30991736,0.29752067,0.29752067,0.23553719,0.2892562,0.3140496,0.24793388,0.30991736,0.3181818,0.2892562,0.3140496,0.3140496,0.32231405,0.46694216,0.5165289,0.53305787,0.57024795,0.57024795,0.56198347,0.607438,0.5413223,0.5165289,0.5247934,0.5082645,0.5123967,0.41735536,0.42975205,0.446281,0.42975205,0.42975205,0.45867768,0.4752066,0.45867768,0.45867768,0.43801653,0.4090909,0.41322315,0.40082645,0.34710744,0.3305785,0.3140496,0.37603307,0.26859504,0.30578512,0.24380165,0.24380165,0.22727273,0.23553719,0.26859504,0.17768595,0.16528925,0.19008264,0.18595041,0.22727273,0.1983471,0.21487603,0.20661157,0.2520661,0.23140496,0.3264463,0.32231405,0.2231405,0.24793388,0.33471075,0.33471075,0.30578512,0.3140496,0.26859504,0.24380165,0.3677686,0.23966943,0.3181818,0.3181818,0.26859504,0.2768595,0.29338843,0.40082645,0.45041323,0.446281,0.42975205,0.54545456,0.46694216,0.47107437,0.49173555,0.45867768,0.5,0.49586776,0.45454547,0.47933885,0.41735536,0.38016528,0.46280992,0.446281,0.39256197,0.46280992,0.46694216,0.46694216,0.4338843,0.38842976,0.41735536,0.3677686,0.4338843,0.30991736,0.26859504,0.37603307,0.33471075,0.23140496,0.28512397,0.22727273,0.21900827,0.20247933,0.24380165,0.20247933,0.1983471,0.18181819,0.1983471,0.17355372,0.1983471,0.18181819,0.1983471,0.2644628,0.29338843,0.25619835,0.2892562,0.35950413,0.23140496,0.2892562,0.35950413,0.29338843,0.3429752,0.27272728,0.37190083,0.22727273,0.37603307,0.3140496,0.18595041,0.30578512,0.2603306,0.24380165,0.24793388,0.40495867,0.38429752,0.37603307,0.40495867,0.45041323,0.42975205,0.42975205,0.4338843,0.44214877,0.446281,0.40495867,0.43801653,0.41735536,0.45867768,0.37190083,0.42975205,0.46280992,0.4338843,0.35950413,0.45867768,0.5041322,0.39256197,0.38016528,0.38429752,0.35950413,0.4090909,0.3140496,0.2231405,0.2768595,0.2892562,0.24380165,0.19008264,0.3181818,0.18595041,0.1983471,0.21900827,0.18181819,0.20661157,0.1983471,0.1446281,0.21900827,0.23140496,0.2107438,0.20661157,0.2107438,0.25619835,0.30165288,0.27272728,0.2892562,0.23553719,0.30991736,0.3966942,0.24793388,0.3305785,0.338843,0.42561984,0.1983471,0.4090909,0.2768595,0.18181819,0.3264463,0.2768595,0.24380165,0.2520661,0.29338843,0.3264463,0.3429752,0.3553719,0.3429752,0.338843,0.40082645,0.3429752,0.4090909,0.446281,0.3553719,0.4090909,0.36363637,0.37190083,0.38429752,0.40495867,0.42561984,0.41735536,0.35950413,0.4338843,0.41735536,0.37190083,0.35950413,0.3140496,0.338843,0.3677686,0.30578512,0.2231405,0.1983471,0.26859504,0.25619835,0.20247933,0.24793388,0.2231405,0.1983471,0.20247933,0.19008264,0.2107438,0.18595041,0.13636364,0.22727273,0.25619835,0.23966943,0.20247933,0.24793388,0.24793388,0.28099173,0.2768595,0.23966943,0.25619835,0.3429752,0.3429752,0.2231405,0.338843,0.28512397,0.37603307,0.28512397,0.4752066,0.32231405,0.14876033,0.3264463,0.2107438,0.28512397,0.21487603,0.2231405,0.23140496,0.2520661,0.2603306,0.2603306,0.2768595,0.30165288,0.28099173,0.3140496,0.3553719,0.3140496,0.3966942,0.338843,0.2892562,0.3181818,0.33471075,0.4214876,0.3429752,0.338843,0.39256197,0.30165288,0.32231405,0.32231405,0.25619835,0.30165288,0.32231405,0.27272728,0.2231405,0.23553719,0.30578512,0.24380165,0.2107438,0.19421488,0.24380165,0.20247933,0.20247933,0.21900827,0.19421488,0.20247933,0.17768595,0.23553719,0.2768595,0.19421488,0.19008264,0.25619835,0.28099173,0.24793388,0.29752067,0.25619835,0.24793388,0.34710744,0.3264463,0.23966943,0.338843,0.20247933,0.28512397,0.28512397,0.44214877,0.2892562,0.2768595,0.28512397,0.21900827,0.3677686,0.2768595,0.15289256,0.1694215,0.18181819,0.19421488,0.2644628,0.2603306,0.2768595,0.23553719,0.24793388,0.2603306,0.22727273,0.3181818,0.3677686,0.2768595,0.2892562,0.29338843,0.3305785,0.2603306,0.27272728,0.30578512,0.20247933,0.2892562,0.2644628,0.20661157,0.30578512,0.27272728,0.21900827,0.17768595,0.2520661,0.2603306,0.1694215,0.25619835,0.18595041,0.2107438,0.14876033,0.22727273,0.23140496,0.20247933,0.1694215,0.20247933,0.23966943,0.21487603,0.19008264,0.16528925,0.24793388,0.27272728,0.19421488,0.33471075,0.27272728,0.20247933,0.29338843,0.338843,0.25619835,0.29338843,0.3553719,0.3305785,0.3140496,0.38016528,0.2107438,0.32231405,0.24793388,0.18181819,0.5289256,0.30991736,0.17768595,0.20661157,0.17355372,0.16528925,0.28512397,0.2892562,0.30578512,0.28099173,0.23140496,0.2520661,0.23140496,0.22727273,0.2603306,0.2520661,0.22727273,0.23966943,0.22727273,0.21487603,0.24380165,0.25619835,0.21487603,0.2520661,0.23966943,0.2231405,0.21900827,0.24793388,0.1570248,0.22727273,0.17355372,0.23140496,0.21900827,0.2231405,0.22727273,0.19008264,0.15289256,0.18595041,0.21487603,0.2768595,0.17768595,0.18595041,0.23140496,0.23966943,0.20661157,0.17355372,0.2231405,0.19421488,0.2892562,0.30578512,0.25619835,0.24380165,0.30578512,0.30578512,0.26859504,0.3264463,0.3677686,0.3181818,0.3140496,0.35950413,0.24793388,0.30578512,0.22727273,0.1322314,0.58264464,0.3305785,0.28099173,0.21900827,0.1983471,0.2107438,0.16115703,0.30165288,0.2231405,0.2520661,0.2107438,0.22727273,0.20661157,0.21487603,0.22727273,0.24793388,0.19008264,0.12809917,0.18181819,0.23140496,0.2231405,0.1983471,0.21487603,0.23553719,0.24793388,0.17355372,0.2603306,0.16528925,0.1694215,0.22727273,0.15289256,0.20247933,0.23966943,0.24793388,0.22727273,0.22727273,0.24380165,0.15289256,0.23553719,0.29752067,0.3305785,0.1322314,0.21487603,0.23966943,0.2231405,0.18181819,0.23966943,0.24793388,0.30578512,0.27272728,0.23553719,0.33471075,0.35950413,0.3140496,0.3181818,0.3966942,0.28099173,0.338843,0.21900827,0.45454547,0.24380165,0.30165288,0.18595041,0.28512397,0.5495868,0.3966942,0.28099173,0.1983471,0.2107438,0.17355372,0.19008264,0.24793388,0.2603306,0.2644628,0.23966943,0.2231405,0.22727273,0.2231405,0.21487603,0.2644628,0.21900827,0.16115703,0.20661157,0.2231405,0.22727273,0.2231405,0.21900827,0.24793388,0.18595041,0.23553719,0.2231405,0.13636364,0.23553719,0.23966943,0.1694215,0.28099173,0.28099173,0.19421488,0.2644628,0.23140496,0.2231405,0.20247933,0.1983471,0.2231405,0.32231405,0.16528925,0.18181819,0.21900827,0.19421488,0.19421488,0.23553719,0.30991736,0.35123968,0.28099173,0.23966943,0.48347107,0.37603307,0.3181818,0.34710744,0.32231405,0.24793388,0.29338843,0.20661157,0.3966942,0.23966943,0.30578512,0.1570248,0.35123968,0.45454547,0.46694216,0.2644628,0.22727273,0.17768595,0.20661157,0.24793388,0.28512397,0.27272728,0.30165288,0.3181818,0.2520661,0.2603306,0.22727273,0.2768595,0.27272728,0.24793388,0.1694215,0.25619835,0.23966943,0.26859504,0.19008264,0.23140496,0.20661157,0.19421488,0.22727273,0.1694215,0.16115703,0.23553719,0.21487603,0.1694215,0.3181818,0.23553719,0.16115703,0.24793388,0.29338843,0.1694215,0.22727273,0.19421488,0.21900827,0.28512397,0.2107438,0.16115703,0.21900827,0.19008264,0.21487603,0.19421488,0.3429752,0.30578512,0.32231405,0.35123968,0.42975205,0.36363637,0.28512397,0.27272728,0.2520661,0.30991736,0.23966943,0.2520661,0.3264463,0.23140496,0.2603306,0.23553719,0.2644628,0.40495867,0.4338843,0.30578512,0.25619835,0.18595041,0.29338843,0.29338843,0.29338843,0.2231405,0.37190083,0.28512397,0.29338843,0.29338843,0.22727273,0.24793388,0.25619835,0.3264463,0.19008264,0.30578512,0.27272728,0.19421488,0.1983471,0.24380165,0.16115703,0.28099173,0.2231405,0.1446281,0.2107438,0.18595041,0.16115703,0.1983471,0.3305785,0.22727273,0.22727273,0.17355372,0.30165288,0.17355372,0.2603306,0.17768595,0.22727273,0.26859504,0.2768595,0.1446281,0.17355372,0.19421488,0.21900827,0.1446281,0.3181818,0.29752067,0.36363637,0.29752067,0.338843,0.34710744,0.3140496,0.21487603,0.23966943,0.2892562,0.24793388,0.26859504,0.2603306,0.2107438,0.30165288,0.26859504,0.2107438,0.37190083,0.4338843,0.37603307,0.28512397,0.23966943,0.30991736,0.30165288,0.27272728,0.33471075,0.35950413,0.27272728,0.3429752,0.32231405,0.23553719,0.2107438,0.25619835,0.29752067,0.27272728,0.28512397,0.23966943,0.13636364,0.2520661,0.1570248,0.2644628,0.2892562,0.24380165,0.16528925,0.24380165,0.18595041,0.12809917,0.16528925,0.2768595,0.2768595,0.2892562,0.18181819,0.24380165,0.1694215,0.29752067,0.23966943,0.19421488,0.2520661,0.25619835,0.11570248,0.1983471,0.18595041,0.20247933,0.1694215,0.24793388,0.33471075,0.29338843,0.25619835,0.32231405,0.338843,0.3264463,0.2231405,0.1694215,0.2603306,0.2603306,0.30991736,0.21900827,0.28099173,0.30165288,0.28512397,0.20661157,0.3429752,0.34710744,0.3181818,0.28512397,0.2768595,0.2520661,0.37190083,0.2644628,0.3553719,0.33471075,0.2768595,0.33471075,0.23966943,0.1983471,0.1983471,0.20247933,0.30165288,0.2107438,0.1983471,0.23553719,0.21487603,0.21487603,0.15289256,0.30991736,0.2231405,0.2603306,0.18595041,0.28512397,0.17768595,0.16115703,0.18181819,0.21487603,0.32231405,0.35950413,0.14876033,0.2107438,0.19008264,0.30165288,0.27272728,0.19421488,0.24793388,0.23140496,0.10743801,0.20247933,0.2107438,0.1694215,0.18595041,0.2520661,0.2892562,0.26859504,0.29338843,0.338843,0.2520661,0.2892562,0.24380165,0.18181819,0.23966943,0.338843,0.29752067,0.30578512,0.38429752,0.2644628,0.3181818,0.21900827,0.2603306,0.38842976,0.27272728,0.2892562,0.23140496,0.32231405,0.3966942,0.24380165,0.2644628,0.3140496,0.20661157,0.29338843,0.24793388,0.20661157,0.1983471,0.15289256,0.2603306,0.20661157,0.21900827,0.19421488,0.19008264,0.20247933,0.17355372,0.19421488,0.2768595,0.2644628,0.21900827,0.2644628,0.1983471,0.14876033,0.27272728,0.19421488,0.28512397,0.47107437,0.23553719,0.19008264,0.22727273,0.2107438,0.3264463,0.17768595,0.2520661,0.20661157,0.1570248,0.21487603,0.2231405,0.1694215,0.19421488,0.2768595,0.24793388,0.23966943,0.26859504,0.30165288,0.24793388,0.26859504,0.23553719,0.23966943,0.35950413,0.33471075,0.2603306,0.34710744,0.3181818,0.29338843,0.28099173,0.2520661,0.32231405,0.3181818,0.21487603,0.2644628,0.38016528,0.3553719,0.40082645,0.14049587,0.26859504,0.3429752,0.18181819,0.3677686,0.23553719,0.21900827,0.18181819,0.14876033,0.28099173,0.24380165,0.20661157,0.13636364,0.17768595,0.23553719,0.16115703,0.14876033,0.2768595,0.32231405,0.23140496,0.2520661,0.20661157,0.10330579,0.25619835,0.26859504,0.24793388,0.45041323,0.26859504,0.2107438,0.3140496,0.10330579,0.2892562,0.17768595,0.2892562,0.18181819,0.1322314,0.21900827,0.20661157,0.2107438,0.17768595,0.2603306,0.26859504,0.30578512,0.2768595,0.30165288,0.24793388,0.1983471,0.26859504,0.33471075,0.3677686,0.29338843,0.38842976,0.33471075,0.3677686,0.2768595,0.26859504,0.30165288,0.2520661,0.23140496,0.21900827,0.47933885,0.40082645,0.3553719,0.40082645,0.049586777,0.32231405,0.33471075,0.20247933,0.33471075,0.25619835,0.23140496,0.18595041,0.17768595,0.28512397,0.21487603,0.17768595,0.18181819,0.1446281,0.21487603,0.24380165,0.1322314,0.26859504,0.3181818,0.23140496,0.23553719,0.20661157,0.23140496,0.16528925,0.29338843,0.24380165,0.30991736,0.32231405,0.16528925,0.38842976,0.1570248,0.22727273,0.17768595,0.29752067,0.1446281,0.13636364,0.19421488,0.18181819,0.21900827,0.19421488,36 +0.21900827,0.22727273,0.3966942,0.4876033,0.5041322,0.5123967,0.5371901,0.59917355,0.61570245,0.59504133,0.59504133,0.6818182,0.7107438,0.71900827,0.71487606,0.6983471,0.6859504,0.6942149,0.7355372,0.78099173,0.7933884,0.80991733,0.8181818,0.80991733,0.822314,0.8264463,0.822314,0.8181818,0.8181818,0.822314,0.8181818,0.822314,0.80991733,0.8140496,0.822314,0.822314,0.80991733,0.8140496,0.822314,0.8140496,0.80991733,0.8181818,0.822314,0.822314,0.8140496,0.8140496,0.7933884,0.8016529,0.7933884,0.77272725,0.7768595,0.7892562,0.7892562,0.74380165,0.6859504,0.6570248,0.6198347,0.6280992,0.5785124,0.14049587,0.30991736,0.23966943,0.17355372,0.28099173,0.19421488,0.2107438,0.36363637,0.47107437,0.49173555,0.49173555,0.5082645,0.59917355,0.6198347,0.58677685,0.60330576,0.6818182,0.7107438,0.7231405,0.7231405,0.6983471,0.7107438,0.70247936,0.7355372,0.77272725,0.7892562,0.8016529,0.8140496,0.8140496,0.8347107,0.8264463,0.822314,0.8181818,0.8181818,0.8305785,0.822314,0.8264463,0.822314,0.8181818,0.8264463,0.822314,0.8181818,0.8264463,0.822314,0.822314,0.822314,0.822314,0.8264463,0.822314,0.822314,0.822314,0.8016529,0.8016529,0.8016529,0.7768595,0.78512394,0.8016529,0.78099173,0.74793386,0.6983471,0.677686,0.6363636,0.61157024,0.6198347,0.1694215,0.20247933,0.23553719,0.14876033,0.19008264,0.17768595,0.18595041,0.3140496,0.446281,0.4876033,0.4876033,0.5082645,0.58264464,0.62396693,0.61570245,0.6322314,0.69008267,0.7231405,0.73966944,0.73140496,0.73140496,0.7355372,0.71487606,0.7231405,0.74793386,0.7768595,0.7892562,0.8016529,0.8057851,0.8264463,0.822314,0.8264463,0.822314,0.822314,0.8181818,0.8264463,0.8181818,0.822314,0.8181818,0.8140496,0.822314,0.8305785,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.8305785,0.822314,0.8264463,0.8181818,0.822314,0.8140496,0.80991733,0.78099173,0.79752064,0.8140496,0.78099173,0.7644628,0.7231405,0.6818182,0.6404959,0.607438,0.6446281,0.23966943,0.18181819,0.21487603,0.15289256,0.12396694,0.16115703,0.1694215,0.27272728,0.41322315,0.49173555,0.4752066,0.5,0.58264464,0.5785124,0.6198347,0.6652893,0.6859504,0.7231405,0.73966944,0.73966944,0.74380165,0.75206614,0.7231405,0.7107438,0.73966944,0.7644628,0.7768595,0.78512394,0.79752064,0.8140496,0.8140496,0.8264463,0.822314,0.8140496,0.8264463,0.822314,0.80991733,0.822314,0.822314,0.8140496,0.822314,0.8305785,0.822314,0.8347107,0.822314,0.8264463,0.8264463,0.8305785,0.8181818,0.8264463,0.822314,0.8181818,0.8181818,0.80991733,0.7892562,0.8057851,0.80991733,0.7768595,0.7768595,0.74793386,0.6818182,0.6363636,0.58677685,0.62396693,0.30165288,0.18595041,0.19421488,0.16115703,0.11570248,0.11983471,0.18181819,0.23966943,0.36363637,0.4876033,0.47933885,0.4876033,0.5495868,0.56198347,0.61570245,0.661157,0.6983471,0.73140496,0.74380165,0.7644628,0.75619835,0.7644628,0.73966944,0.72727275,0.7355372,0.74793386,0.76859504,0.7768595,0.75619835,0.7933884,0.79752064,0.8181818,0.8181818,0.8140496,0.822314,0.822314,0.8140496,0.822314,0.822314,0.8140496,0.8140496,0.8305785,0.8305785,0.8347107,0.822314,0.822314,0.8264463,0.8264463,0.8140496,0.822314,0.8264463,0.8140496,0.8140496,0.80991733,0.80991733,0.8140496,0.8057851,0.79752064,0.78512394,0.77272725,0.6983471,0.61157024,0.58264464,0.58264464,0.3264463,0.19008264,0.19008264,0.12396694,0.12396694,0.11570248,0.19421488,0.21900827,0.30578512,0.446281,0.48347107,0.49173555,0.5206612,0.553719,0.61570245,0.6694215,0.7107438,0.72727275,0.75619835,0.7768595,0.76859504,0.7644628,0.75206614,0.74380165,0.7355372,0.75619835,0.76033056,0.73966944,0.74380165,0.7644628,0.7768595,0.7933884,0.8016529,0.80991733,0.8140496,0.822314,0.8057851,0.822314,0.8305785,0.8140496,0.8140496,0.822314,0.8305785,0.8264463,0.822314,0.8140496,0.80991733,0.8181818,0.8140496,0.8181818,0.8181818,0.8181818,0.822314,0.8140496,0.8140496,0.822314,0.8057851,0.7933884,0.7933884,0.78099173,0.73140496,0.58677685,0.59504133,0.54545456,0.3264463,0.1983471,0.20247933,0.08264463,0.14876033,0.12396694,0.21900827,0.1983471,0.28512397,0.40082645,0.4752066,0.48347107,0.49586776,0.553719,0.6322314,0.6818182,0.71900827,0.7107438,0.7355372,0.76859504,0.7768595,0.78099173,0.77272725,0.7644628,0.75619835,0.77272725,0.7644628,0.74793386,0.73966944,0.74793386,0.75206614,0.77272725,0.78512394,0.79752064,0.80991733,0.80991733,0.8016529,0.8140496,0.822314,0.822314,0.79752064,0.822314,0.8181818,0.80991733,0.8181818,0.78099173,0.78099173,0.8057851,0.80991733,0.822314,0.8140496,0.8140496,0.8181818,0.7892562,0.8016529,0.8181818,0.78099173,0.76033056,0.78099173,0.78099173,0.76859504,0.59504133,0.607438,0.5289256,0.3264463,0.20661157,0.18595041,0.08677686,0.14049587,0.15289256,0.22727273,0.18595041,0.28099173,0.40495867,0.4338843,0.4876033,0.4876033,0.5661157,0.6446281,0.6735537,0.6735537,0.6446281,0.677686,0.7107438,0.73140496,0.73140496,0.73966944,0.75619835,0.75206614,0.75619835,0.73966944,0.72727275,0.74793386,0.72727275,0.71900827,0.71900827,0.75619835,0.7892562,0.8140496,0.8016529,0.7892562,0.79752064,0.8016529,0.8181818,0.7892562,0.7933884,0.78099173,0.7768595,0.78099173,0.7231405,0.6942149,0.7107438,0.71487606,0.74380165,0.74793386,0.7355372,0.73966944,0.6818182,0.71487606,0.73966944,0.7107438,0.6818182,0.7231405,0.75206614,0.7644628,0.6404959,0.58677685,0.5165289,0.32231405,0.2107438,0.1983471,0.10330579,0.12809917,0.1570248,0.20247933,0.1694215,0.2892562,0.45454547,0.4214876,0.4752066,0.5041322,0.57024795,0.607438,0.61570245,0.59917355,0.57438016,0.59504133,0.59090906,0.5785124,0.56198347,0.57024795,0.57438016,0.57438016,0.553719,0.57438016,0.59917355,0.6694215,0.69008267,0.6694215,0.6446281,0.677686,0.73966944,0.78512394,0.78099173,0.77272725,0.76033056,0.78099173,0.78099173,0.74793386,0.7355372,0.71487606,0.7231405,0.7231405,0.6528926,0.59917355,0.55785125,0.5165289,0.5289256,0.553719,0.5785124,0.57438016,0.53305787,0.56198347,0.61157024,0.60330576,0.58677685,0.61157024,0.6818182,0.677686,0.6404959,0.58264464,0.5041322,0.30165288,0.2231405,0.20661157,0.1322314,0.14876033,0.1570248,0.19008264,0.14049587,0.30578512,0.4752066,0.45454547,0.4752066,0.5123967,0.5082645,0.49173555,0.5371901,0.5413223,0.5041322,0.5123967,0.5123967,0.5123967,0.48347107,0.46694216,0.3966942,0.38429752,0.39256197,0.39256197,0.41735536,0.49586776,0.57438016,0.60330576,0.62396693,0.62396693,0.6652893,0.74793386,0.77272725,0.73966944,0.7231405,0.71900827,0.71487606,0.7231405,0.71900827,0.677686,0.6570248,0.6528926,0.5289256,0.48347107,0.40495867,0.3429752,0.35123968,0.45454547,0.5123967,0.5247934,0.5041322,0.5247934,0.56198347,0.5661157,0.55785125,0.54545456,0.5413223,0.56198347,0.56198347,0.58264464,0.5289256,0.27272728,0.20661157,0.2603306,0.14876033,0.16115703,0.14876033,0.18181819,0.12809917,0.2892562,0.49173555,0.4752066,0.48347107,0.47933885,0.44214877,0.46694216,0.5041322,0.5123967,0.5289256,0.59090906,0.6404959,0.61570245,0.59504133,0.6363636,0.5371901,0.43801653,0.42561984,0.38016528,0.37190083,0.38842976,0.44214877,0.5165289,0.5495868,0.61570245,0.60330576,0.6818182,0.75619835,0.6487603,0.7066116,0.6694215,0.6487603,0.70247936,0.7231405,0.6363636,0.607438,0.6446281,0.4752066,0.49586776,0.5041322,0.49586776,0.5495868,0.5661157,0.6570248,0.6694215,0.6404959,0.62396693,0.61570245,0.5785124,0.553719,0.553719,0.5247934,0.49173555,0.4752066,0.57438016,0.5661157,0.2603306,0.18595041,0.17768595,0.18181819,0.14876033,0.16528925,0.21487603,0.12809917,0.24380165,0.49173555,0.49173555,0.48347107,0.42975205,0.3966942,0.43801653,0.46280992,0.42975205,0.43801653,0.5661157,0.6818182,0.7066116,0.6735537,0.69008267,0.6280992,0.5041322,0.4752066,0.40495867,0.3677686,0.38842976,0.5,0.5123967,0.5206612,0.6859504,0.6528926,0.6487603,0.6983471,0.58264464,0.6487603,0.6198347,0.61570245,0.6735537,0.6735537,0.553719,0.60330576,0.75206614,0.5041322,0.48347107,0.5206612,0.47933885,0.5289256,0.6487603,0.74380165,0.75206614,0.73966944,0.7355372,0.6859504,0.6446281,0.60330576,0.5785124,0.5289256,0.49173555,0.46280992,0.58677685,0.57024795,0.24793388,0.15289256,0.18595041,0.17768595,0.15289256,0.16115703,0.23966943,0.11983471,0.20247933,0.4752066,0.5082645,0.4876033,0.38429752,0.38842976,0.44214877,0.446281,0.5247934,0.6280992,0.6818182,0.7107438,0.7355372,0.71487606,0.70247936,0.73140496,0.6322314,0.54545456,0.45041323,0.3553719,0.71900827,0.8305785,0.74793386,0.57438016,0.57024795,0.6280992,0.62396693,0.6280992,0.661157,0.6363636,0.6322314,0.6859504,0.6446281,0.55785125,0.446281,0.48347107,0.5661157,0.5,0.49173555,0.5413223,0.5661157,0.5495868,0.88842976,0.8595041,0.8429752,0.77272725,0.75619835,0.74793386,0.7355372,0.73140496,0.72727275,0.6528926,0.5123967,0.4338843,0.49586776,0.56198347,0.19008264,0.12396694,0.19421488,0.18595041,0.16115703,0.13636364,0.1570248,0.14876033,0.17355372,0.46280992,0.5247934,0.47107437,0.40082645,0.4338843,0.3966942,0.49173555,0.5785124,0.6404959,0.6694215,0.7107438,0.7355372,0.74793386,0.75619835,0.77272725,0.71487606,0.6487603,0.5785124,0.49173555,0.892562,0.892562,0.88429755,0.62396693,0.4752066,0.4876033,0.5495868,0.61570245,0.7231405,0.70247936,0.72727275,0.7355372,0.6280992,0.446281,0.42561984,0.48347107,0.5206612,0.54545456,0.56198347,0.59504133,0.59504133,0.53305787,0.8057851,0.88429755,0.8636364,0.79752064,0.76033056,0.74793386,0.71900827,0.6942149,0.6652893,0.6818182,0.57438016,0.3140496,0.44214877,0.46280992,0.13636364,0.11983471,0.20247933,0.2107438,0.18595041,0.10743801,0.12809917,0.1322314,0.13636364,0.40082645,0.5206612,0.47107437,0.41735536,0.47107437,0.39256197,0.49586776,0.55785125,0.60330576,0.6198347,0.6322314,0.6280992,0.6487603,0.6363636,0.60330576,0.5785124,0.553719,0.5495868,0.5123967,0.76859504,0.8347107,0.73140496,0.5123967,0.46694216,0.39256197,0.6198347,0.7066116,0.71487606,0.75619835,0.7892562,0.7355372,0.6363636,0.7107438,0.56198347,0.49586776,0.53305787,0.553719,0.56198347,0.5371901,0.5082645,0.4214876,0.42561984,0.53305787,0.53305787,0.5041322,0.56198347,0.61157024,0.6280992,0.6570248,0.61570245,0.62396693,0.6198347,0.3181818,0.3140496,0.46694216,0.23553719,0.17768595,0.21487603,0.24380165,0.21487603,0.10330579,0.11157025,0.11157025,0.11983471,0.3305785,0.48347107,0.4876033,0.40495867,0.47107437,0.40082645,0.46694216,0.4876033,0.46694216,0.42975205,0.3966942,0.2892562,0.24793388,0.32231405,0.3264463,0.3553719,0.4214876,0.4214876,0.41735536,0.5206612,0.61157024,0.57438016,0.5041322,0.42561984,0.338843,0.40495867,0.553719,0.5165289,0.6446281,0.822314,0.8677686,0.8553719,0.8801653,0.61570245,0.49586776,0.5165289,0.5082645,0.47933885,0.45454547,0.41735536,0.45041323,0.41322315,0.3181818,0.43801653,0.338843,0.27272728,0.41322315,0.3966942,0.49586776,0.53305787,0.5661157,0.62396693,0.37190083,0.2892562,0.4876033,0.47107437,0.37603307,0.20661157,0.23966943,0.2520661,0.14049587,0.1322314,0.12396694,0.10330579,0.2520661,0.47107437,0.57438016,0.446281,0.44214877,0.41322315,0.4090909,0.37603307,0.29338843,0.28512397,0.35950413,0.23553719,0.26859504,0.446281,0.43801653,0.4338843,0.5785124,0.3966942,0.4214876,0.45041323,0.5,0.57438016,0.57024795,0.46280992,0.4338843,0.45454547,0.6983471,0.61570245,0.59090906,0.6198347,0.661157,0.677686,0.6487603,0.56198347,0.6198347,0.58264464,0.5165289,0.49586776,0.43801653,0.4752066,0.60330576,0.5041322,0.34710744,0.4090909,0.47933885,0.28099173,0.5413223,0.446281,0.38016528,0.3966942,0.4752066,0.6198347,0.35123968,0.29752067,0.5206612,0.75619835,0.49586776,0.16528925,0.19421488,0.2644628,0.19008264,0.15289256,0.16115703,0.17768595,0.18181819,0.6198347,0.8016529,0.4338843,0.41322315,0.446281,0.35123968,0.2644628,0.21487603,0.3140496,0.45454547,0.3264463,0.28099173,0.3181818,0.34710744,0.5289256,0.6735537,0.47933885,0.45867768,0.46280992,0.5165289,0.607438,0.61570245,0.4876033,0.4338843,0.47107437,0.4752066,0.5289256,0.6735537,0.69008267,0.6446281,0.5371901,0.4090909,0.607438,0.7355372,0.6983471,0.55785125,0.5082645,0.46280992,0.5123967,0.6404959,0.553719,0.40495867,0.3553719,0.3966942,0.41322315,0.6280992,0.55785125,0.3140496,0.30578512,0.3966942,0.5785124,0.30991736,0.15289256,0.43801653,0.69008267,0.40082645,0.16528925,0.23553719,0.2520661,0.17768595,0.1570248,0.1983471,0.338843,0.19008264,0.7231405,0.90495867,0.45867768,0.38842976,0.47107437,0.32231405,0.2644628,0.33471075,0.42561984,0.47933885,0.45867768,0.4214876,0.44214877,0.48347107,0.58264464,0.5785124,0.5371901,0.5289256,0.5413223,0.58677685,0.6322314,0.5661157,0.49586776,0.5041322,0.44214877,0.37190083,0.6363636,0.8057851,0.8181818,0.79752064,0.6652893,0.37190083,0.57438016,0.7231405,0.6942149,0.60330576,0.553719,0.55785125,0.5413223,0.58264464,0.59090906,0.553719,0.553719,0.4876033,0.5661157,0.61157024,0.5371901,0.46280992,0.38842976,0.4214876,0.4090909,0.33471075,0.17355372,0.38429752,0.5661157,0.3429752,0.16115703,0.2603306,0.22727273,0.1694215,0.15289256,0.22727273,0.42561984,0.28512397,0.38016528,0.6487603,0.47933885,0.40495867,0.47933885,0.42561984,0.446281,0.44214877,0.5206612,0.5371901,0.5495868,0.57024795,0.59090906,0.607438,0.6322314,0.6280992,0.607438,0.61157024,0.607438,0.6487603,0.6446281,0.57024795,0.56198347,0.49586776,0.38016528,0.44214877,0.73966944,0.822314,0.8264463,0.8181818,0.7644628,0.47107437,0.5289256,0.70247936,0.70247936,0.6487603,0.6280992,0.61157024,0.59917355,0.58264464,0.55785125,0.59917355,0.61157024,0.6198347,0.6280992,0.61157024,0.59090906,0.59917355,0.5495868,0.47933885,0.3181818,0.42975205,0.2768595,0.38016528,0.37190083,0.2231405,0.23966943,0.26859504,0.23140496,0.14049587,0.13636364,0.2603306,0.47107437,0.43801653,0.27272728,0.5,0.53305787,0.42561984,0.5206612,0.5247934,0.54545456,0.5165289,0.56198347,0.607438,0.6446281,0.6570248,0.6652893,0.6363636,0.6280992,0.6404959,0.661157,0.6652893,0.6694215,0.70247936,0.7066116,0.661157,0.55785125,0.45041323,0.3553719,0.5495868,0.77272725,0.8264463,0.8264463,0.8140496,0.8181818,0.61157024,0.57438016,0.7107438,0.73966944,0.7107438,0.6859504,0.6652893,0.6570248,0.62396693,0.5785124,0.58677685,0.607438,0.6487603,0.6652893,0.677686,0.6528926,0.61570245,0.56198347,0.5,0.4090909,0.54545456,0.35123968,0.4338843,0.34710744,0.24380165,0.26859504,0.32231405,0.23553719,0.14876033,0.15289256,0.2520661,0.46694216,0.47107437,0.33471075,0.46694216,0.57024795,0.41735536,0.5413223,0.58677685,0.5661157,0.553719,0.62396693,0.6570248,0.6652893,0.6198347,0.607438,0.62396693,0.677686,0.7231405,0.73966944,0.73966944,0.75619835,0.78512394,0.75619835,0.6652893,0.5371901,0.5247934,0.42975205,0.6363636,0.7644628,0.80991733,0.8181818,0.8057851,0.8305785,0.661157,0.6528926,0.6818182,0.7644628,0.76859504,0.75619835,0.7107438,0.71487606,0.71487606,0.6859504,0.61157024,0.553719,0.54545456,0.58264464,0.61570245,0.60330576,0.57438016,0.58677685,0.57024795,0.553719,0.6363636,0.41322315,0.47107437,0.42975205,0.23553719,0.25619835,0.33471075,0.24380165,0.16528925,0.16115703,0.24380165,0.46280992,0.47933885,0.40495867,0.45041323,0.55785125,0.42561984,0.55785125,0.6652893,0.59917355,0.5371901,0.5661157,0.58264464,0.59090906,0.6322314,0.6818182,0.73140496,0.73966944,0.76033056,0.76033056,0.76859504,0.7892562,0.7768595,0.73140496,0.60330576,0.58264464,0.6652893,0.5165289,0.6735537,0.74380165,0.7892562,0.8181818,0.79752064,0.80991733,0.74793386,0.56198347,0.72727275,0.73140496,0.7644628,0.78099173,0.73966944,0.7066116,0.7066116,0.75619835,0.76033056,0.74793386,0.73140496,0.677686,0.6570248,0.62396693,0.62396693,0.6446281,0.6652893,0.6735537,0.71900827,0.553719,0.48347107,0.5371901,0.23966943,0.22727273,0.2603306,0.2107438,0.1694215,0.16115703,0.24793388,0.45454547,0.46694216,0.47107437,0.38842976,0.5165289,0.44214877,0.5247934,0.6363636,0.661157,0.6446281,0.6404959,0.6487603,0.6652893,0.6570248,0.6818182,0.6942149,0.6983471,0.72727275,0.74793386,0.76859504,0.77272725,0.73140496,0.6570248,0.54545456,0.71487606,0.6404959,0.5495868,0.677686,0.73966944,0.78512394,0.8140496,0.8016529,0.8057851,0.7644628,0.59917355,0.6487603,0.73140496,0.76033056,0.77272725,0.7644628,0.71900827,0.677686,0.661157,0.6652893,0.6818182,0.7107438,0.6859504,0.6694215,0.677686,0.6735537,0.6983471,0.7107438,0.7231405,0.75619835,0.6983471,0.49173555,0.5661157,0.30578512,0.22727273,0.2231405,0.19008264,0.15289256,0.15289256,0.2603306,0.44214877,0.45041323,0.5041322,0.39256197,0.553719,0.5,0.5165289,0.6280992,0.71900827,0.7231405,0.6942149,0.6735537,0.6859504,0.6528926,0.6859504,0.6942149,0.71900827,0.75619835,0.7644628,0.76033056,0.75619835,0.70247936,0.58677685,0.5785124,0.7644628,0.55785125,0.57438016,0.6528926,0.72727275,0.78099173,0.8057851,0.8016529,0.8057851,0.75619835,0.6859504,0.60330576,0.6818182,0.73966944,0.74380165,0.77272725,0.76033056,0.74380165,0.7107438,0.677686,0.6735537,0.6818182,0.677686,0.71900827,0.75619835,0.74793386,0.74793386,0.72727275,0.72727275,0.76033056,0.73140496,0.49586776,0.59090906,0.30578512,0.21487603,0.21487603,0.21900827,0.12809917,0.19008264,0.2520661,0.41322315,0.44214877,0.49173555,0.47107437,0.47107437,0.6198347,0.49586776,0.62396693,0.70247936,0.71487606,0.7107438,0.6942149,0.71487606,0.70247936,0.71900827,0.73140496,0.74793386,0.76033056,0.76033056,0.74793386,0.73140496,0.6818182,0.5785124,0.6818182,0.69008267,0.5206612,0.55785125,0.6404959,0.7066116,0.7933884,0.80991733,0.8016529,0.79752064,0.77272725,0.72727275,0.6363636,0.57438016,0.6942149,0.72727275,0.75206614,0.76859504,0.75619835,0.7644628,0.76033056,0.76033056,0.7768595,0.76033056,0.78512394,0.7892562,0.7768595,0.76033056,0.73966944,0.70247936,0.76859504,0.6570248,0.55785125,0.61570245,0.30165288,0.2231405,0.19421488,0.21900827,0.1322314,0.14876033,0.24793388,0.40082645,0.43801653,0.4876033,0.5413223,0.38429752,0.61157024,0.58264464,0.59504133,0.661157,0.661157,0.6818182,0.69008267,0.6818182,0.7066116,0.7231405,0.73140496,0.75206614,0.75619835,0.74793386,0.74793386,0.71900827,0.6487603,0.6363636,0.71487606,0.5495868,0.5,0.55785125,0.661157,0.7231405,0.7892562,0.822314,0.8016529,0.8057851,0.78099173,0.76033056,0.6983471,0.5247934,0.57438016,0.71900827,0.73966944,0.76859504,0.75619835,0.77272725,0.78099173,0.7768595,0.7933884,0.7933884,0.77272725,0.78099173,0.7768595,0.78099173,0.73140496,0.70247936,0.77272725,0.5371901,0.6652893,0.61570245,0.28512397,0.28512397,0.21900827,0.21900827,0.1322314,0.14876033,0.24380165,0.38842976,0.43801653,0.45454547,0.5247934,0.48347107,0.47107437,0.74793386,0.61570245,0.61570245,0.6363636,0.6570248,0.677686,0.6652893,0.70247936,0.71487606,0.7231405,0.7355372,0.74380165,0.75619835,0.7644628,0.71487606,0.6652893,0.7768595,0.5661157,0.5,0.5165289,0.57438016,0.6859504,0.73966944,0.8016529,0.822314,0.8140496,0.8016529,0.79752064,0.78099173,0.73966944,0.58264464,0.4090909,0.6363636,0.76859504,0.7768595,0.77272725,0.7768595,0.78099173,0.78099173,0.78099173,0.7892562,0.7768595,0.77272725,0.7768595,0.77272725,0.71900827,0.8140496,0.6694215,0.553719,0.72727275,0.607438,0.2644628,0.2892562,0.30165288,0.2520661,0.14876033,0.1694215,0.23966943,0.37603307,0.446281,0.45041323,0.5,0.4752066,0.43801653,0.61157024,0.6942149,0.6570248,0.6694215,0.6528926,0.677686,0.6735537,0.69008267,0.7066116,0.7107438,0.71900827,0.7355372,0.76859504,0.78099173,0.7355372,0.7644628,0.6198347,0.41735536,0.54545456,0.54545456,0.57438016,0.677686,0.7355372,0.7892562,0.8140496,0.8264463,0.8140496,0.8057851,0.78099173,0.74380165,0.6528926,0.42561984,0.4214876,0.6322314,0.73966944,0.78099173,0.7892562,0.79752064,0.78099173,0.7892562,0.7892562,0.78512394,0.78512394,0.76033056,0.7066116,0.6570248,0.7644628,0.61157024,0.6983471,0.70247936,0.5785124,0.25619835,0.23966943,0.29752067,0.29338843,0.1694215,0.18181819,0.23140496,0.38016528,0.45041323,0.46694216,0.48347107,0.49173555,0.45867768,0.46280992,0.5495868,0.607438,0.6280992,0.6446281,0.661157,0.6735537,0.6983471,0.75619835,0.7892562,0.76859504,0.75619835,0.77272725,0.78099173,0.74793386,0.6818182,0.41322315,0.5,0.61157024,0.59090906,0.58264464,0.6570248,0.7066116,0.7768595,0.79752064,0.8347107,0.8181818,0.79752064,0.7644628,0.71900827,0.6818182,0.53305787,0.45454547,0.45454547,0.55785125,0.6322314,0.677686,0.71900827,0.71487606,0.7066116,0.6652893,0.607438,0.5661157,0.55785125,0.58264464,0.57024795,0.6859504,0.71900827,0.7066116,0.6942149,0.57024795,0.21487603,0.2520661,0.2520661,0.28099173,0.17355372,0.19008264,0.21900827,0.37603307,0.43801653,0.45041323,0.4752066,0.46694216,0.4752066,0.5082645,0.5082645,0.5165289,0.5371901,0.5661157,0.57024795,0.57024795,0.5413223,0.5661157,0.6198347,0.6404959,0.6322314,0.6363636,0.6652893,0.6735537,0.53305787,0.47107437,0.61157024,0.61157024,0.59504133,0.56198347,0.607438,0.6694215,0.74793386,0.78512394,0.8140496,0.79752064,0.75619835,0.70247936,0.6694215,0.661157,0.6652893,0.6528926,0.61157024,0.58677685,0.5661157,0.54545456,0.5785124,0.58677685,0.55785125,0.55785125,0.55785125,0.56198347,0.607438,0.6570248,0.70247936,0.7355372,0.72727275,0.70247936,0.677686,0.5495868,0.21900827,0.2107438,0.21900827,0.2644628,0.17768595,0.18595041,0.18595041,0.3553719,0.4214876,0.45041323,0.4876033,0.47933885,0.5,0.5206612,0.5206612,0.5,0.53305787,0.57024795,0.58677685,0.59917355,0.59090906,0.607438,0.61570245,0.61570245,0.6280992,0.6528926,0.6859504,0.661157,0.47933885,0.5785124,0.607438,0.58264464,0.56198347,0.5165289,0.5041322,0.58677685,0.6983471,0.73966944,0.77272725,0.74793386,0.70247936,0.6404959,0.6363636,0.6198347,0.677686,0.7066116,0.7231405,0.73140496,0.73140496,0.70247936,0.7066116,0.69008267,0.6859504,0.70247936,0.72727275,0.7231405,0.73966944,0.74793386,0.74793386,0.72727275,0.71900827,0.69008267,0.6735537,0.56198347,0.17355372,0.21487603,0.23140496,0.2892562,0.18595041,0.18595041,0.1570248,0.3429752,0.41735536,0.47107437,0.5,0.5123967,0.54545456,0.59090906,0.56198347,0.5495868,0.59504133,0.62396693,0.6363636,0.6322314,0.6446281,0.6528926,0.6694215,0.6818182,0.6942149,0.69008267,0.7107438,0.54545456,0.46694216,0.59090906,0.5413223,0.5165289,0.5,0.45867768,0.4090909,0.42975205,0.58264464,0.6818182,0.71900827,0.70247936,0.6735537,0.60330576,0.56198347,0.5785124,0.6487603,0.6818182,0.70247936,0.74380165,0.76859504,0.74380165,0.76859504,0.75619835,0.76033056,0.75619835,0.76859504,0.74380165,0.7231405,0.73140496,0.74793386,0.73140496,0.7107438,0.6570248,0.6570248,0.55785125,0.2107438,0.19008264,0.2644628,0.3264463,0.19008264,0.18595041,0.18595041,0.30165288,0.41322315,0.47107437,0.49586776,0.5165289,0.55785125,0.6198347,0.59504133,0.5661157,0.59504133,0.6198347,0.6198347,0.61157024,0.6487603,0.6694215,0.6859504,0.6859504,0.6859504,0.6818182,0.6487603,0.38429752,0.4752066,0.5371901,0.47107437,0.40495867,0.3429752,0.30991736,0.30991736,0.38016528,0.49586776,0.607438,0.6570248,0.6570248,0.6487603,0.4752066,0.2603306,0.47107437,0.59090906,0.6322314,0.6942149,0.72727275,0.7768595,0.75206614,0.76859504,0.76033056,0.7644628,0.75619835,0.76033056,0.75619835,0.71900827,0.71900827,0.74793386,0.7231405,0.69008267,0.6528926,0.6528926,0.5165289,0.22727273,0.19421488,0.25619835,0.33471075,0.17355372,0.21900827,0.20661157,0.2644628,0.40495867,0.446281,0.48347107,0.5165289,0.56198347,0.6198347,0.58677685,0.58264464,0.58264464,0.60330576,0.6198347,0.62396693,0.6652893,0.6694215,0.6859504,0.677686,0.6694215,0.6818182,0.57024795,0.35950413,0.446281,0.48347107,0.41322315,0.24793388,0.16115703,0.14876033,0.23140496,0.30578512,0.46280992,0.53305787,0.58264464,0.60330576,0.57024795,0.2107438,0.12809917,0.35123968,0.5247934,0.58264464,0.6942149,0.74380165,0.75206614,0.76859504,0.76033056,0.76859504,0.76859504,0.75619835,0.75206614,0.75619835,0.71487606,0.7107438,0.73140496,0.7066116,0.6404959,0.6446281,0.59504133,0.5,0.2520661,0.21487603,0.2768595,0.3553719,0.1983471,0.23553719,0.23140496,0.2603306,0.37190083,0.45041323,0.46280992,0.5247934,0.53305787,0.59090906,0.553719,0.59504133,0.59917355,0.6198347,0.6446281,0.6528926,0.6528926,0.6694215,0.677686,0.6735537,0.6694215,0.677686,0.58677685,0.47933885,0.46280992,0.4338843,0.4214876,0.28512397,0.21487603,0.17355372,0.25619835,0.2644628,0.39256197,0.45867768,0.49173555,0.5495868,0.45867768,0.37190083,0.44214877,0.43801653,0.47107437,0.57438016,0.71900827,0.74793386,0.7644628,0.7644628,0.7644628,0.76033056,0.76033056,0.75619835,0.74793386,0.75206614,0.72727275,0.71900827,0.71487606,0.69008267,0.59090906,0.59090906,0.54545456,0.47107437,0.25619835,0.21900827,0.28099173,0.3553719,0.23966943,0.23553719,0.24793388,0.23140496,0.3429752,0.4214876,0.41735536,0.47933885,0.5165289,0.57438016,0.5247934,0.5661157,0.607438,0.6322314,0.6528926,0.661157,0.6446281,0.6487603,0.6528926,0.677686,0.6859504,0.7066116,0.6859504,0.6322314,0.5661157,0.41735536,0.4090909,0.3677686,0.32231405,0.23140496,0.27272728,0.27272728,0.32231405,0.38429752,0.42975205,0.5,0.4752066,0.5495868,0.59504133,0.5247934,0.4876033,0.6322314,0.71487606,0.75206614,0.76859504,0.7644628,0.74793386,0.73140496,0.72727275,0.72727275,0.75206614,0.7355372,0.71487606,0.7231405,0.71487606,0.661157,0.553719,0.553719,0.5495868,0.4338843,0.26859504,0.2107438,0.28512397,0.32231405,0.23966943,0.2644628,0.24380165,0.21900827,0.3140496,0.39256197,0.38842976,0.42975205,0.46280992,0.5247934,0.5165289,0.54545456,0.60330576,0.61570245,0.6322314,0.61570245,0.59917355,0.6446281,0.6735537,0.70247936,0.6983471,0.71487606,0.7066116,0.69008267,0.661157,0.56198347,0.49586776,0.3966942,0.3140496,0.24793388,0.3181818,0.29752067,0.34710744,0.4090909,0.43801653,0.46694216,0.42561984,0.5,0.5785124,0.54545456,0.59504133,0.661157,0.69008267,0.73966944,0.77272725,0.77272725,0.75619835,0.74380165,0.7107438,0.6652893,0.74380165,0.71487606,0.70247936,0.70247936,0.6942149,0.6322314,0.5247934,0.5371901,0.53305787,0.37603307,0.2768595,0.23553719,0.27272728,0.3429752,0.2520661,0.25619835,0.21900827,0.20661157,0.32231405,0.40082645,0.3966942,0.40082645,0.42561984,0.4876033,0.5082645,0.5247934,0.57438016,0.60330576,0.5661157,0.57024795,0.62396693,0.7107438,0.7066116,0.7066116,0.69008267,0.6446281,0.6528926,0.6363636,0.6363636,0.6322314,0.56198347,0.38429752,0.34710744,0.3553719,0.42561984,0.37190083,0.42975205,0.45454547,0.42561984,0.45041323,0.4090909,0.43801653,0.5371901,0.5413223,0.61570245,0.6694215,0.6735537,0.6983471,0.74793386,0.7644628,0.76033056,0.7644628,0.74380165,0.6652893,0.6528926,0.6818182,0.70247936,0.6983471,0.6570248,0.6280992,0.49586776,0.5495868,0.48347107,0.3264463,0.27272728,0.2107438,0.30165288,0.35950413,0.23966943,0.20247933,0.19008264,0.25619835,0.3305785,0.37603307,0.40495867,0.37603307,0.40082645,0.43801653,0.5,0.5165289,0.5371901,0.5206612,0.5165289,0.6280992,0.6818182,0.6859504,0.661157,0.6652893,0.607438,0.56198347,0.61157024,0.57438016,0.5413223,0.5661157,0.5082645,0.38429752,0.40082645,0.44214877,0.5082645,0.48347107,0.5371901,0.42975205,0.43801653,0.4090909,0.42561984,0.40495867,0.4090909,0.5,0.5206612,0.6404959,0.661157,0.6363636,0.6735537,0.7066116,0.72727275,0.76859504,0.74793386,0.7231405,0.6404959,0.6363636,0.6859504,0.6694215,0.61570245,0.58264464,0.5041322,0.5082645,0.43801653,0.28512397,0.25619835,0.15289256,0.29338843,0.35950413,0.22727273,0.17355372,0.1983471,0.29752067,0.3305785,0.30991736,0.35950413,0.3553719,0.38842976,0.42561984,0.5,0.5206612,0.5371901,0.47933885,0.56198347,0.61570245,0.607438,0.58264464,0.59090906,0.55785125,0.5123967,0.5289256,0.5661157,0.47933885,0.446281,0.5041322,0.46280992,0.4090909,0.40495867,0.45867768,0.5413223,0.47107437,0.5289256,0.41735536,0.41735536,0.4090909,0.40082645,0.40495867,0.33471075,0.41322315,0.47107437,0.553719,0.6322314,0.5785124,0.5413223,0.59090906,0.607438,0.6983471,0.72727275,0.73966944,0.6983471,0.6198347,0.6652893,0.6404959,0.57438016,0.5371901,0.5,0.46694216,0.41322315,0.2768595,0.23140496,0.1983471,0.24793388,0.35123968,0.20247933,0.15289256,0.20247933,0.26859504,0.2892562,0.3181818,0.3264463,0.35123968,0.4090909,0.44214877,0.4876033,0.5041322,0.46280992,0.5082645,0.5371901,0.5123967,0.47107437,0.5041322,0.5289256,0.5,0.5289256,0.54545456,0.4752066,0.43801653,0.45454547,0.48347107,0.46280992,0.38429752,0.37603307,0.46280992,0.5289256,0.46280992,0.5,0.45041323,0.4090909,0.4338843,0.37603307,0.39256197,0.3553719,0.338843,0.4338843,0.43801653,0.5,0.5041322,0.5082645,0.5082645,0.5289256,0.5785124,0.60330576,0.677686,0.7066116,0.6280992,0.6322314,0.59504133,0.5165289,0.5371901,0.49586776,0.40082645,0.37190083,0.25619835,0.24793388,0.23140496,0.23966943,0.2768595,0.19421488,0.18181819,0.24380165,0.21900827,0.24380165,0.3429752,0.3305785,0.3553719,0.3966942,0.41735536,0.47933885,0.47107437,0.45041323,0.49586776,0.446281,0.4090909,0.44214877,0.45041323,0.49586776,0.5371901,0.5247934,0.5206612,0.46280992,0.446281,0.42561984,0.5041322,0.43801653,0.37190083,0.38429752,0.45867768,0.5082645,0.446281,0.48347107,0.45454547,0.44214877,0.40082645,0.3677686,0.4090909,0.4090909,0.3429752,0.40082645,0.38842976,0.44214877,0.44214877,0.43801653,0.4876033,0.4876033,0.5165289,0.5247934,0.5495868,0.6363636,0.6322314,0.58677685,0.58677685,0.5082645,0.5247934,0.4338843,0.338843,0.3140496,0.24380165,0.2603306,0.26859504,0.23553719,0.2520661,0.20247933,0.2107438,0.2603306,0.2231405,0.21487603,0.37190083,0.37603307,0.37603307,0.35123968,0.38016528,0.46280992,0.46694216,0.42561984,0.42975205,0.40495867,0.39256197,0.42561984,0.40495867,0.5,0.5041322,0.4752066,0.4752066,0.45454547,0.4090909,0.41735536,0.446281,0.38016528,0.37603307,0.38842976,0.46280992,0.5082645,0.40082645,0.5082645,0.45041323,0.42975205,0.41735536,0.37603307,0.4752066,0.4338843,0.38016528,0.37603307,0.37190083,0.40082645,0.44214877,0.41322315,0.44214877,0.45867768,0.5041322,0.47107437,0.45867768,0.5,0.59090906,0.55785125,0.5785124,0.4876033,0.4752066,0.3966942,0.29752067,0.28099173,0.2520661,0.2107438,0.28512397,0.2520661,0.26859504,0.18595041,0.21900827,0.24793388,0.19008264,0.20247933,0.34710744,0.38429752,0.36363637,0.3140496,0.38016528,0.42975205,0.42561984,0.3966942,0.4090909,0.40082645,0.42561984,0.37190083,0.46694216,0.46694216,0.47107437,0.44214877,0.40082645,0.40082645,0.38016528,0.39256197,0.37190083,0.39256197,0.37190083,0.35950413,0.45867768,0.4338843,0.38016528,0.5123967,0.46280992,0.44214877,0.42561984,0.3966942,0.46694216,0.38429752,0.39256197,0.35950413,0.37603307,0.39256197,0.40082645,0.43801653,0.41322315,0.4090909,0.45867768,0.46694216,0.446281,0.42975205,0.5165289,0.56198347,0.5495868,0.46694216,0.45454547,0.37603307,0.28099173,0.23966943,0.2520661,0.21900827,0.2768595,0.2520661,0.26859504,0.17355372,0.21487603,0.21900827,0.17768595,0.21900827,0.30165288,0.34710744,0.32231405,0.2520661,0.36363637,0.37603307,0.36363637,0.40495867,0.41735536,0.4214876,0.38429752,0.35123968,0.44214877,0.40082645,0.39256197,0.38016528,0.3305785,0.3553719,0.37190083,0.38016528,0.36363637,0.34710744,0.3264463,0.37603307,0.4090909,0.38429752,0.42975205,0.47107437,0.45454547,0.43801653,0.38842976,0.3966942,0.42975205,0.37603307,0.38016528,0.37603307,0.40082645,0.41735536,0.3553719,0.38842976,0.38016528,0.37190083,0.40495867,0.44214877,0.44214877,0.42561984,0.446281,0.5165289,0.48347107,0.44214877,0.38429752,0.3429752,0.27272728,0.23966943,0.2603306,0.21900827,0.2768595,0.2520661,0.2644628,0.16528925,0.20247933,0.2231405,0.17768595,0.22727273,0.24380165,0.32231405,0.29752067,0.27272728,0.35123968,0.3264463,0.40495867,0.446281,0.4214876,0.4338843,0.2768595,0.338843,0.39256197,0.3181818,0.3181818,0.3429752,0.27272728,0.3140496,0.35123968,0.35950413,0.338843,0.3140496,0.3140496,0.38016528,0.38429752,0.40082645,0.43801653,0.41735536,0.42975205,0.41322315,0.338843,0.32231405,0.37190083,0.3966942,0.4090909,0.37603307,0.3966942,0.35123968,0.3677686,0.3305785,0.33471075,0.34710744,0.38842976,0.38842976,0.42975205,0.4214876,0.41322315,0.4752066,0.42561984,0.3966942,0.32231405,0.3181818,0.28099173,0.24793388,0.22727273,0.2231405,0.23553719,0.23140496,0.20661157,0.16115703,0.17768595,0.20661157,0.16115703,0.20661157,0.20247933,0.28099173,0.2231405,0.25619835,0.32231405,0.3553719,0.446281,0.45041323,0.38842976,0.37190083,0.2520661,0.30578512,0.3264463,0.28512397,0.2768595,0.33471075,0.3140496,0.3553719,0.38429752,0.36363637,0.35950413,0.35123968,0.39256197,0.47107437,0.5289256,0.5289256,0.55785125,0.553719,0.56198347,0.5371901,0.47107437,0.4090909,0.44214877,0.43801653,0.45041323,0.4090909,0.39256197,0.38016528,0.37190083,0.35950413,0.30991736,0.30578512,0.3553719,0.36363637,0.41735536,0.38016528,0.41322315,0.41735536,0.36363637,0.3553719,0.3140496,0.29338843,0.26859504,0.1983471,0.23140496,0.22727273,0.21900827,0.21900827,0.2107438,0.1694215,0.18595041,0.19421488,0.1983471,0.19421488,0.2107438,0.28512397,0.18595041,0.23966943,0.30165288,0.3677686,0.39256197,0.3553719,0.3677686,0.29338843,0.2644628,0.27272728,0.2768595,0.2892562,0.2892562,0.3553719,0.37190083,0.4090909,0.43801653,0.46280992,0.44214877,0.43801653,0.46280992,0.5289256,0.59504133,0.61570245,0.6570248,0.6859504,0.7107438,0.6859504,0.6694215,0.59504133,0.5661157,0.5289256,0.5123967,0.5082645,0.5041322,0.47933885,0.48347107,0.44214877,0.36363637,0.2892562,0.3305785,0.35123968,0.37190083,0.3553719,0.40082645,0.37603307,0.3264463,0.338843,0.36363637,0.23140496,0.2603306,0.18595041,0.1983471,0.19008264,0.2107438,0.2107438,0.2107438,0.17768595,0.19008264,0.20247933,0.20661157,0.2107438,0.21900827,0.24380165,0.20247933,0.25619835,0.30578512,0.35123968,0.33471075,0.30165288,0.338843,0.30991736,0.24380165,0.2768595,0.29338843,0.28099173,0.3181818,0.40082645,0.41322315,0.45867768,0.48347107,0.49173555,0.5041322,0.53305787,0.53305787,0.607438,0.62396693,0.6652893,0.7066116,0.7355372,0.7355372,0.70247936,0.6942149,0.6652893,0.6322314,0.6280992,0.6198347,0.62396693,0.6198347,0.57438016,0.55785125,0.5165289,0.43801653,0.34710744,0.3140496,0.3264463,0.30578512,0.34710744,0.37190083,0.35123968,0.3305785,0.3677686,0.3677686,0.24380165,0.2107438,0.2231405,0.1983471,0.20661157,0.1570248,0.28512397,0.2231405,0.16115703,0.19421488,0.20661157,0.17355372,0.2107438,0.18181819,0.1983471,0.23966943,0.24793388,0.26859504,0.33471075,0.3140496,0.30165288,0.32231405,0.3181818,0.3181818,0.338843,0.3140496,0.3264463,0.33471075,0.41322315,0.42975205,0.4876033,0.5,0.5247934,0.5165289,0.48347107,0.5247934,0.58264464,0.61570245,0.6404959,0.6570248,0.6735537,0.6818182,0.6942149,0.7107438,0.7066116,0.6859504,0.6652893,0.6570248,0.6322314,0.6404959,0.61570245,0.59504133,0.5495868,0.4876033,0.43801653,0.338843,0.30165288,0.30991736,0.33471075,0.3264463,0.3305785,0.3181818,0.36363637,0.30578512,0.2603306,0.20247933,0.2107438,0.19008264,0.14876033,0.15289256,0.29338843,0.2603306,0.16115703,0.1983471,0.1983471,0.20661157,0.2231405,0.1694215,0.1983471,0.23966943,0.23140496,0.2603306,0.30991736,0.2603306,0.30991736,0.30578512,0.30578512,0.37190083,0.35950413,0.32231405,0.35123968,0.38842976,0.3966942,0.45454547,0.4876033,0.5247934,0.56198347,0.54545456,0.4752066,0.4876033,0.5123967,0.5206612,0.5165289,0.5413223,0.553719,0.5165289,0.58677685,0.607438,0.60330576,0.6322314,0.6198347,0.59504133,0.607438,0.5785124,0.60330576,0.59504133,0.54545456,0.5165289,0.4338843,0.4090909,0.2644628,0.28099173,0.30578512,0.29338843,0.29752067,0.30578512,0.26859504,0.3140496,0.25619835,0.2107438,0.21900827,0.19421488,0.1694215,0.1570248,0.30165288,0.29338843,0.18181819,0.17768595,0.20247933,0.21900827,0.20661157,0.19421488,0.19008264,0.2231405,0.22727273,0.28099173,0.2644628,0.25619835,0.30165288,0.30578512,0.34710744,0.3553719,0.35950413,0.36363637,0.3677686,0.38429752,0.40495867,0.44214877,0.45867768,0.56198347,0.5289256,0.5082645,0.47107437,0.5,0.5082645,0.5247934,0.45454547,0.5289256,0.5206612,0.48347107,0.5206612,0.5495868,0.5206612,0.57438016,0.58677685,0.61157024,0.57438016,0.59504133,0.57024795,0.57024795,0.5206612,0.5206612,0.40082645,0.36363637,0.30578512,0.24380165,0.28099173,0.30991736,0.26859504,0.338843,0.2520661,0.2644628,0.2603306,0.2107438,0.20661157,0.22727273,0.20247933,0.19421488,0.28512397,0.29752067,0.19008264,0.1570248,0.18595041,0.18595041,0.19421488,0.19421488,0.1983471,0.20661157,0.24380165,0.26859504,0.25619835,0.29752067,0.30991736,0.35123968,0.37190083,0.30165288,0.40082645,0.36363637,0.3677686,0.3553719,0.40495867,0.41322315,0.5,0.5495868,0.47933885,0.5041322,0.47933885,0.5041322,0.5247934,0.5206612,0.41322315,0.5082645,0.5082645,0.42975205,0.47933885,0.5247934,0.4876033,0.5247934,0.5413223,0.61157024,0.56198347,0.5785124,0.5661157,0.5495868,0.46280992,0.47933885,0.4090909,0.30165288,0.28099173,0.25619835,0.27272728,0.3181818,0.27272728,0.29752067,0.2768595,0.21900827,0.23553719,0.23966943,0.1983471,0.22727273,0.2231405,0.20247933,0.23966943,0.2644628,0.17768595,0.1570248,0.13636364,0.19421488,0.19421488,0.18181819,0.18181819,0.19008264,0.2603306,0.24380165,0.2892562,0.2644628,0.29752067,0.3305785,0.3264463,0.30991736,0.40082645,0.3429752,0.3553719,0.36363637,0.40495867,0.45867768,0.5123967,0.4214876,0.49173555,0.5041322,0.48347107,0.5041322,0.5082645,0.49586776,0.38842976,0.4752066,0.4752066,0.41322315,0.45041323,0.49586776,0.45041323,0.46694216,0.5123967,0.5289256,0.54545456,0.56198347,0.553719,0.5413223,0.37190083,0.3966942,0.3966942,0.29752067,0.23966943,0.26859504,0.29752067,0.3140496,0.3140496,0.28512397,0.2603306,0.23966943,0.22727273,0.24380165,0.19421488,0.20661157,0.23553719,0.23966943,0.23966943,0.338843,0.1570248,0.13636364,0.1694215,0.2768595,0.21900827,0.19421488,0.18595041,0.20247933,0.26859504,0.21487603,0.22727273,0.23140496,0.3264463,0.28099173,0.36363637,0.29338843,0.36363637,0.3553719,0.35950413,0.35123968,0.36363637,0.4214876,0.41735536,0.3677686,0.45041323,0.46694216,0.446281,0.45867768,0.446281,0.446281,0.3677686,0.3966942,0.42561984,0.38429752,0.4214876,0.446281,0.44214877,0.41322315,0.47107437,0.46280992,0.48347107,0.5165289,0.4876033,0.47107437,0.3305785,0.38016528,0.38016528,0.338843,0.2107438,0.26859504,0.2520661,0.35123968,0.29752067,0.28512397,0.23140496,0.24793388,0.2520661,0.23553719,0.17768595,0.21487603,0.23140496,0.23553719,0.23966943,0.3264463,0.14049587,0.15289256,0.14876033,0.1570248,0.18181819,0.1570248,0.16115703,0.21487603,0.23553719,0.2107438,0.18181819,0.28099173,0.34710744,0.30991736,0.33471075,0.3140496,0.3553719,0.33471075,0.30991736,0.28512397,0.2768595,0.338843,0.37603307,0.338843,0.3553719,0.36363637,0.3553719,0.36363637,0.3677686,0.3553719,0.33471075,0.3140496,0.33471075,0.3429752,0.39256197,0.43801653,0.40082645,0.4090909,0.42561984,0.37190083,0.40495867,0.43801653,0.41735536,0.40495867,0.3264463,0.35950413,0.338843,0.3429752,0.2231405,0.28512397,0.25619835,0.38016528,0.2768595,0.28512397,0.23966943,0.26859504,0.2603306,0.26859504,0.21487603,0.21487603,0.21900827,0.2107438,0.2520661,0.28512397,0.15289256,0.14876033,0.14876033,0.17355372,0.20247933,0.14876033,0.16115703,0.27272728,0.25619835,0.2231405,0.21900827,0.3140496,0.36363637,0.3429752,0.34710744,0.338843,0.40082645,0.3305785,0.24380165,0.21900827,0.23966943,0.30578512,0.29752067,0.2892562,0.29338843,0.3305785,0.338843,0.3181818,0.3140496,0.3305785,0.30991736,0.29338843,0.30165288,0.3429752,0.3677686,0.3305785,0.3553719,0.3553719,0.3429752,0.28512397,0.3181818,0.36363637,0.3553719,0.3553719,0.29752067,0.338843,0.30578512,0.27272728,0.29752067,0.23553719,0.3140496,0.35123968,0.2603306,0.27272728,0.25619835,0.2644628,0.24380165,0.23966943,0.25619835,0.17768595,0.23553719,0.19421488,0.24793388,0.23966943,0.14876033,0.14876033,0.16528925,0.18595041,0.19421488,0.1570248,0.24793388,0.27272728,0.25619835,0.21900827,0.2603306,0.35123968,0.40495867,0.3429752,0.3677686,0.41322315,0.35950413,0.29338843,0.23140496,0.21487603,0.2231405,0.26859504,0.30165288,0.27272728,0.3140496,0.3305785,0.30165288,0.29752067,0.338843,0.36363637,0.37603307,0.3305785,0.32231405,0.3429752,0.3553719,0.30991736,0.35950413,0.35950413,0.3305785,0.28099173,0.28512397,0.3429752,0.2768595,0.29338843,0.2644628,0.3305785,0.28512397,0.19008264,0.3553719,0.24793388,0.2603306,0.39256197,0.2892562,0.26859504,0.2603306,0.21487603,0.24793388,0.23966943,0.22727273,0.1983471,0.21487603,0.21487603,0.21900827,0.23140496,0.15289256,0.16528925,0.1570248,0.18181819,0.19421488,0.14876033,0.29338843,0.21487603,0.22727273,0.22727273,0.24793388,0.38016528,0.44214877,0.33471075,0.36363637,0.38016528,0.32231405,0.28099173,0.2107438,0.2520661,0.22727273,0.2768595,0.30991736,0.338843,0.3553719,0.29752067,0.33471075,0.37603307,0.3966942,0.44214877,0.4338843,0.4338843,0.39256197,0.3264463,0.3429752,0.3553719,0.3677686,0.36363637,0.33471075,0.3181818,0.2644628,0.29752067,0.27272728,0.25619835,0.2603306,0.30991736,0.30165288,0.21900827,0.29752067,0.28099173,0.24380165,0.3429752,0.29338843,0.26859504,0.25619835,0.21487603,0.23966943,0.23140496,0.21487603,0.2107438,0.1983471,0.23553719,0.21900827,0.24793388,0.1694215,0.1322314,0.13636364,0.19421488,0.16528925,0.1322314,0.2892562,0.19421488,0.2231405,0.2520661,0.20661157,0.45867768,0.32231405,0.3305785,0.2768595,0.34710744,0.30165288,0.24793388,0.25619835,0.24793388,0.29752067,0.2603306,0.30165288,0.338843,0.24380165,0.26859504,0.37190083,0.38842976,0.4752066,0.47107437,0.446281,0.4214876,0.37603307,0.34710744,0.3553719,0.37190083,0.38016528,0.38842976,0.39256197,0.3429752,0.2520661,0.2892562,0.2603306,0.23140496,0.24380165,0.28512397,0.338843,0.2768595,0.2520661,0.25619835,0.29752067,0.30578512,0.3140496,0.29338843,0.16528925,0.2520661,0.20661157,0.1983471,0.20661157,0.20661157,0.20247933,0.1983471,0.24380165,0.2768595,0.1570248,0.14049587,0.13636364,0.22727273,0.1446281,0.10330579,0.23966943,0.18595041,0.22727273,0.27272728,0.19008264,0.4752066,0.25619835,0.2644628,0.28099173,0.37603307,0.28512397,0.24793388,0.2768595,0.29338843,0.30578512,0.2892562,0.36363637,0.2644628,0.2768595,0.30991736,0.36363637,0.46694216,0.49173555,0.4338843,0.43801653,0.36363637,0.39256197,0.3966942,0.36363637,0.338843,0.3966942,0.41735536,0.43801653,0.36363637,0.30165288,0.28512397,0.2520661,0.2231405,0.23140496,0.24793388,0.32231405,0.29752067,0.19421488,0.24380165,0.3140496,0.27272728,0.36363637,0.3181818,0.23140496,0.2231405,0.19421488,0.1694215,0.19421488,0.16528925,0.2231405,0.20247933,0.2520661,0.24793388,0.16528925,0.1570248,0.13636364,0.23966943,0.1694215,0.14049587,0.20247933,0.17768595,0.2231405,0.24793388,0.23140496,0.48347107,0.2892562,0.2768595,0.3140496,0.3553719,0.28099173,0.21487603,0.30991736,0.3553719,0.33471075,0.37603307,0.36363637,0.30165288,0.3181818,0.38842976,0.3966942,0.5289256,0.45041323,0.40082645,0.40082645,0.3429752,0.44214877,0.45867768,0.3264463,0.3181818,0.4214876,0.37603307,0.4752066,0.33471075,0.3305785,0.30165288,0.2644628,0.25619835,0.24793388,0.24793388,0.30991736,0.3264463,0.19421488,0.21900827,0.28099173,0.2892562,0.3677686,0.2768595,0.21487603,0.2520661,0.2231405,0.1694215,0.19008264,0.1570248,0.23553719,0.2231405,0.2603306,0.26859504,0.1694215,0.16528925,0.17355372,0.23966943,0.14876033,0.16528925,0.19008264,0.16528925,0.20247933,0.22727273,0.28512397,0.37603307,0.26859504,0.24793388,0.29338843,0.32231405,0.29752067,0.2892562,0.36363637,0.3553719,0.38842976,0.35950413,0.3553719,0.338843,0.38429752,0.4752066,0.4752066,0.45867768,0.45454547,0.38016528,0.42561984,0.35950413,0.45041323,0.45867768,0.30991736,0.338843,0.45041323,0.39256197,0.5082645,0.3553719,0.35950413,0.3264463,0.27272728,0.27272728,0.27272728,0.3553719,0.2892562,0.33471075,0.24793388,0.23966943,0.2520661,0.30165288,0.3677686,0.29752067,0.19421488,0.2520661,0.23140496,0.17355372,0.16115703,0.1694215,0.18181819,0.24380165,0.2520661,0.2892562,36 +0.3305785,0.27272728,0.23966943,0.49586776,0.7933884,0.7768595,0.76859504,0.7933884,0.78512394,0.822314,0.8181818,0.8057851,0.8264463,0.822314,0.8181818,0.8181818,0.8016529,0.78512394,0.76859504,0.73966944,0.6983471,0.677686,0.6280992,0.6322314,0.6487603,0.61570245,0.61157024,0.6363636,0.6322314,0.6322314,0.62396693,0.6280992,0.6404959,0.6322314,0.62396693,0.61570245,0.57438016,0.58264464,0.57438016,0.56198347,0.5661157,0.58264464,0.56198347,0.59917355,0.59917355,0.607438,0.59090906,0.59504133,0.58677685,0.59504133,0.59917355,0.5785124,0.59090906,0.58677685,0.58264464,0.5495868,0.5371901,0.5206612,0.2231405,0.08677686,0.18595041,0.20247933,0.2107438,0.20661157,0.3553719,0.23553719,0.2892562,0.6818182,0.7933884,0.78099173,0.78512394,0.78099173,0.7892562,0.8305785,0.822314,0.8181818,0.8305785,0.8181818,0.8140496,0.8140496,0.79752064,0.7892562,0.78099173,0.75206614,0.7107438,0.6983471,0.6570248,0.6487603,0.6322314,0.60330576,0.62396693,0.6528926,0.6487603,0.6363636,0.62396693,0.607438,0.6528926,0.6322314,0.6322314,0.61570245,0.60330576,0.58677685,0.5785124,0.58264464,0.57024795,0.58264464,0.58677685,0.59504133,0.59504133,0.59090906,0.58677685,0.58677685,0.59090906,0.60330576,0.58264464,0.59090906,0.59504133,0.58677685,0.5785124,0.553719,0.55785125,0.553719,0.46280992,0.07024793,0.15289256,0.23553719,0.18595041,0.1570248,0.34710744,0.30991736,0.40495867,0.78099173,0.7933884,0.7933884,0.7892562,0.8016529,0.8016529,0.8347107,0.838843,0.822314,0.8140496,0.8181818,0.8347107,0.80991733,0.8140496,0.8264463,0.79752064,0.77272725,0.75619835,0.71900827,0.70247936,0.6859504,0.6404959,0.607438,0.6280992,0.6404959,0.6280992,0.62396693,0.6280992,0.607438,0.6446281,0.6487603,0.6446281,0.6198347,0.61157024,0.59917355,0.58264464,0.59917355,0.59090906,0.59504133,0.61570245,0.61570245,0.61157024,0.59917355,0.60330576,0.58677685,0.60330576,0.61157024,0.58677685,0.59090906,0.60330576,0.60330576,0.59917355,0.5785124,0.57438016,0.56198347,0.5785124,0.23140496,0.10743801,0.21900827,0.1570248,0.18181819,0.4090909,0.33471075,0.49586776,0.822314,0.8057851,0.8057851,0.8016529,0.822314,0.822314,0.8347107,0.8347107,0.8140496,0.8181818,0.838843,0.8305785,0.8305785,0.838843,0.8347107,0.80991733,0.8016529,0.7933884,0.76033056,0.75206614,0.72727275,0.6694215,0.6322314,0.6528926,0.6363636,0.607438,0.607438,0.6198347,0.61570245,0.6322314,0.677686,0.6735537,0.6570248,0.6322314,0.607438,0.59504133,0.59917355,0.60330576,0.607438,0.6363636,0.6363636,0.61157024,0.62396693,0.6198347,0.6198347,0.60330576,0.607438,0.61570245,0.60330576,0.61157024,0.60330576,0.6198347,0.59090906,0.5785124,0.58677685,0.58264464,0.40495867,0.0785124,0.1983471,0.15289256,0.18181819,0.36363637,0.3966942,0.553719,0.7933884,0.8264463,0.8140496,0.8057851,0.8181818,0.8347107,0.8429752,0.822314,0.8140496,0.8181818,0.8305785,0.8264463,0.8347107,0.8429752,0.8471074,0.8305785,0.822314,0.822314,0.79752064,0.7768595,0.7644628,0.7231405,0.677686,0.6859504,0.6570248,0.607438,0.58677685,0.6363636,0.6322314,0.61570245,0.6942149,0.7107438,0.6694215,0.661157,0.6363636,0.61157024,0.61570245,0.61570245,0.6322314,0.6404959,0.6363636,0.62396693,0.6528926,0.6528926,0.6487603,0.62396693,0.62396693,0.607438,0.61157024,0.61570245,0.61157024,0.62396693,0.61570245,0.59090906,0.59504133,0.59090906,0.5165289,0.09090909,0.19008264,0.17768595,0.13636364,0.2603306,0.42975205,0.57438016,0.7768595,0.822314,0.8264463,0.8057851,0.8264463,0.8305785,0.8305785,0.80991733,0.80991733,0.8140496,0.8305785,0.8305785,0.8429752,0.8512397,0.8512397,0.8471074,0.8264463,0.8305785,0.8140496,0.7892562,0.77272725,0.74793386,0.72727275,0.73140496,0.6859504,0.6280992,0.5661157,0.6735537,0.661157,0.61157024,0.69008267,0.7231405,0.677686,0.70247936,0.6446281,0.607438,0.6404959,0.6322314,0.6487603,0.6735537,0.6363636,0.6487603,0.677686,0.677686,0.661157,0.6570248,0.6322314,0.62396693,0.62396693,0.607438,0.62396693,0.61157024,0.61157024,0.59504133,0.58264464,0.59917355,0.57024795,0.18181819,0.14049587,0.19008264,0.1446281,0.21900827,0.41735536,0.5661157,0.73966944,0.8264463,0.80991733,0.8264463,0.8512397,0.8264463,0.8181818,0.7933884,0.79752064,0.80991733,0.838843,0.838843,0.838843,0.8471074,0.8429752,0.8636364,0.8140496,0.8140496,0.822314,0.79752064,0.7644628,0.75206614,0.7231405,0.72727275,0.69008267,0.6280992,0.5413223,0.6983471,0.6818182,0.6322314,0.6818182,0.75619835,0.6694215,0.6528926,0.6363636,0.6198347,0.62396693,0.62396693,0.6363636,0.6487603,0.62396693,0.661157,0.677686,0.661157,0.6570248,0.6694215,0.62396693,0.61570245,0.6198347,0.60330576,0.61157024,0.61157024,0.61157024,0.61157024,0.58677685,0.59917355,0.58677685,0.3429752,0.11983471,0.18181819,0.18595041,0.29752067,0.36363637,0.5661157,0.71900827,0.8429752,0.8181818,0.8347107,0.8429752,0.822314,0.79752064,0.8016529,0.78099173,0.75619835,0.8016529,0.7892562,0.7892562,0.8057851,0.7933884,0.80991733,0.78099173,0.7644628,0.76033056,0.76859504,0.7231405,0.7355372,0.6983471,0.6983471,0.6694215,0.61570245,0.54545456,0.6735537,0.677686,0.7107438,0.6818182,0.75619835,0.607438,0.60330576,0.61157024,0.59090906,0.58264464,0.60330576,0.607438,0.61570245,0.61570245,0.62396693,0.6280992,0.6198347,0.6363636,0.60330576,0.6198347,0.59917355,0.61570245,0.6198347,0.60330576,0.62396693,0.607438,0.62396693,0.6198347,0.61157024,0.61157024,0.37603307,0.13636364,0.1694215,0.19008264,0.29752067,0.3181818,0.5289256,0.6859504,0.8471074,0.8264463,0.838843,0.8181818,0.8057851,0.8016529,0.75619835,0.661157,0.6446281,0.69008267,0.677686,0.72727275,0.70247936,0.70247936,0.6983471,0.6818182,0.6404959,0.6487603,0.6942149,0.607438,0.6652893,0.60330576,0.6363636,0.661157,0.6198347,0.5413223,0.61570245,0.607438,0.661157,0.6487603,0.6694215,0.5413223,0.5371901,0.58677685,0.5413223,0.5206612,0.4752066,0.5,0.53305787,0.5495868,0.56198347,0.553719,0.57024795,0.5413223,0.54545456,0.55785125,0.5371901,0.54545456,0.57024795,0.61157024,0.6280992,0.61570245,0.61157024,0.6363636,0.61157024,0.60330576,0.40082645,0.1570248,0.1570248,0.20247933,0.23966943,0.26859504,0.5082645,0.6818182,0.8347107,0.8264463,0.8264463,0.8016529,0.78099173,0.6859504,0.6198347,0.5371901,0.5661157,0.55785125,0.5123967,0.5247934,0.5082645,0.45867768,0.4338843,0.446281,0.48347107,0.48347107,0.59090906,0.5371901,0.5785124,0.54545456,0.55785125,0.607438,0.61570245,0.5123967,0.58264464,0.5041322,0.59917355,0.59090906,0.58677685,0.5165289,0.46694216,0.5371901,0.46694216,0.43801653,0.37190083,0.338843,0.37190083,0.38842976,0.41322315,0.4338843,0.446281,0.4338843,0.42975205,0.45041323,0.45867768,0.46280992,0.46280992,0.553719,0.59917355,0.62396693,0.607438,0.6198347,0.61157024,0.607438,0.39256197,0.16528925,0.20661157,0.20247933,0.2768595,0.2892562,0.47107437,0.62396693,0.8471074,0.822314,0.8347107,0.75206614,0.6322314,0.6280992,0.58677685,0.53305787,0.59917355,0.6735537,0.61157024,0.58677685,0.58677685,0.6322314,0.57438016,0.5495868,0.6363636,0.58677685,0.5082645,0.45867768,0.4876033,0.5206612,0.5206612,0.5371901,0.5661157,0.49173555,0.54545456,0.5,0.5123967,0.54545456,0.5413223,0.49586776,0.38842976,0.45454547,0.46694216,0.38429752,0.3181818,0.2520661,0.2768595,0.2520661,0.2644628,0.28512397,0.29752067,0.3181818,0.3553719,0.38842976,0.40495867,0.4090909,0.42561984,0.46694216,0.5041322,0.57438016,0.6198347,0.607438,0.6322314,0.58677685,0.38429752,0.17355372,0.2231405,0.18595041,0.3553719,0.2892562,0.42561984,0.5082645,0.8471074,0.8264463,0.8264463,0.6280992,0.47933885,0.47933885,0.46694216,0.4752066,0.5661157,0.6818182,0.6446281,0.6487603,0.6322314,0.59917355,0.5165289,0.54545456,0.58264464,0.6198347,0.48347107,0.40495867,0.39256197,0.45454547,0.4338843,0.47933885,0.5082645,0.48347107,0.49173555,0.5,0.47933885,0.5289256,0.5082645,0.47933885,0.40495867,0.553719,0.7231405,0.35950413,0.2768595,0.26859504,0.23553719,0.23553719,0.2520661,0.25619835,0.2768595,0.27272728,0.3181818,0.338843,0.3553719,0.338843,0.39256197,0.4090909,0.42975205,0.5,0.59504133,0.607438,0.6198347,0.54545456,0.4090909,0.19008264,0.21900827,0.1983471,0.3140496,0.29752067,0.39256197,0.55785125,0.8347107,0.8347107,0.6652893,0.41735536,0.553719,0.61157024,0.69008267,0.75206614,0.72727275,0.7231405,0.6818182,0.6818182,0.6859504,0.59504133,0.6280992,0.71487606,0.42975205,0.48347107,0.47933885,0.44214877,0.42975205,0.45867768,0.38429752,0.35950413,0.5206612,0.5371901,0.5123967,0.5,0.5206612,0.5247934,0.46280992,0.45041323,0.5082645,0.5247934,0.5206612,0.35123968,0.38842976,0.6404959,0.30165288,0.32231405,0.4090909,0.42561984,0.4876033,0.5206612,0.5165289,0.47933885,0.48347107,0.47107437,0.5041322,0.42975205,0.34710744,0.338843,0.5371901,0.60330576,0.6198347,0.56198347,0.38429752,0.24793388,0.2107438,0.19008264,0.23553719,0.23140496,0.3677686,0.6280992,0.8677686,0.6818182,0.43801653,0.5041322,0.6818182,0.76859504,0.838843,0.8347107,0.7933884,0.7355372,0.71487606,0.69008267,0.6818182,0.61570245,0.73140496,0.74380165,0.5123967,0.5206612,0.5123967,0.49586776,0.47933885,0.5165289,0.57438016,0.21900827,0.5123967,0.6404959,0.6363636,0.59090906,0.58677685,0.56198347,0.5206612,0.37603307,0.39256197,0.40495867,0.38016528,0.45041323,0.49173555,0.6818182,0.42561984,0.46280992,0.5289256,0.553719,0.58677685,0.5661157,0.57024795,0.57024795,0.5661157,0.607438,0.6404959,0.6198347,0.5371901,0.44214877,0.37190083,0.5413223,0.6198347,0.57438016,0.42975205,0.23966943,0.1983471,0.20661157,0.21487603,0.19421488,0.3553719,0.6322314,0.90495867,0.446281,0.41735536,0.38842976,0.76033056,0.838843,0.8636364,0.7933884,0.6404959,0.55785125,0.47107437,0.4752066,0.46694216,0.46280992,0.4876033,0.46694216,0.5041322,0.5041322,0.4876033,0.46280992,0.47107437,0.5661157,0.58264464,0.43801653,0.7355372,0.7231405,0.6818182,0.59504133,0.5495868,0.553719,0.5413223,0.38842976,0.3429752,0.4090909,0.37190083,0.41322315,0.42975205,0.47107437,0.42561984,0.39256197,0.39256197,0.39256197,0.4090909,0.3966942,0.3966942,0.47107437,0.5206612,0.58264464,0.6446281,0.6694215,0.6859504,0.53305787,0.48347107,0.3140496,0.5495868,0.57438016,0.45041323,0.2603306,0.18595041,0.24793388,0.17355372,0.11157025,0.3264463,0.661157,0.89669424,0.53305787,0.2768595,0.39256197,0.8181818,0.8595041,0.7231405,0.3966942,0.26859504,0.4214876,0.27272728,0.28099173,0.36363637,0.26859504,0.38016528,0.30578512,0.30578512,0.34710744,0.43801653,0.44214877,0.40082645,0.4876033,0.6198347,0.69008267,0.79752064,0.5123967,0.48347107,0.36363637,0.27272728,0.28099173,0.26859504,0.47107437,0.2892562,0.29338843,0.338843,0.40082645,0.3553719,0.32231405,0.25619835,0.21487603,0.29752067,0.2644628,0.1983471,0.1694215,0.17355372,0.25619835,0.30578512,0.36363637,0.49173555,0.6280992,0.6859504,0.60330576,0.54545456,0.30165288,0.39256197,0.59917355,0.42975205,0.28099173,0.2107438,0.25619835,0.20661157,0.16528925,0.73140496,0.69008267,0.47107437,0.53305787,0.1983471,0.5,0.8471074,0.6859504,0.3140496,0.10743801,0.47107437,0.8347107,0.3553719,0.29338843,0.5,0.25619835,0.40082645,0.47107437,0.30578512,0.28512397,0.35950413,0.40495867,0.45041323,0.55785125,0.78512394,0.75206614,0.446281,0.38429752,0.40495867,0.3677686,0.25619835,0.26859504,0.23553719,0.37190083,0.24793388,0.23553719,0.35950413,0.34710744,0.27272728,0.30165288,0.23966943,0.3966942,0.5495868,0.19008264,0.35123968,0.24793388,0.17768595,0.22727273,0.35123968,0.20247933,0.23140496,0.40495867,0.5661157,0.57438016,0.59504133,0.30165288,0.34710744,0.4752066,0.446281,0.28512397,0.26859504,0.27272728,0.25619835,0.24793388,0.6528926,0.5371901,0.20661157,0.43801653,0.26859504,0.5289256,0.72727275,0.35950413,0.19421488,0.18181819,0.553719,0.677686,0.3429752,0.2644628,0.29752067,0.3181818,0.39256197,0.5165289,0.3677686,0.338843,0.40082645,0.446281,0.59504133,0.69008267,0.75206614,0.57438016,0.29338843,0.446281,0.6280992,0.60330576,0.49173555,0.45867768,0.3677686,0.29338843,0.34710744,0.42561984,0.5041322,0.40495867,0.34710744,0.38842976,0.3966942,0.5165289,0.59504133,0.18181819,0.29338843,0.1322314,0.21900827,0.2644628,0.5495868,0.30165288,0.12396694,0.1570248,0.34710744,0.39256197,0.47107437,0.32231405,0.4090909,0.16115703,0.6487603,0.21487603,0.28099173,0.29338843,0.28512397,0.16528925,0.37603307,0.35123968,0.47933885,0.41322315,0.24793388,0.6859504,0.75206614,0.38842976,0.44214877,0.49173555,0.5041322,0.5082645,0.4090909,0.47107437,0.45041323,0.41735536,0.40082645,0.4214876,0.38842976,0.38842976,0.4214876,0.5247934,0.607438,0.677686,0.73140496,0.3966942,0.20247933,0.7644628,0.7768595,0.6735537,0.5785124,0.58264464,0.45041323,0.22727273,0.48347107,0.45867768,0.5371901,0.4876033,0.41322315,0.44214877,0.41322315,0.446281,0.4752066,0.36363637,0.38842976,0.29752067,0.28099173,0.38429752,0.4752066,0.34710744,0.30991736,0.24380165,0.2892562,0.30991736,0.2892562,0.2644628,0.35123968,0.17768595,0.79752064,0.338843,0.23140496,0.26859504,0.30165288,0.24793388,0.19008264,0.42561984,0.7231405,0.38429752,0.19008264,0.822314,0.8801653,0.6818182,0.71487606,0.71487606,0.70247936,0.6487603,0.58677685,0.553719,0.5,0.45867768,0.4090909,0.4090909,0.3966942,0.4090909,0.43801653,0.55785125,0.6404959,0.6983471,0.6198347,0.1983471,0.5495868,0.8595041,0.75619835,0.6652893,0.58264464,0.61157024,0.56198347,0.17768595,0.45454547,0.5041322,0.4876033,0.49173555,0.46694216,0.44214877,0.41735536,0.42561984,0.40495867,0.4214876,0.4338843,0.4338843,0.4214876,0.47107437,0.49173555,0.5413223,0.56198347,0.5413223,0.45454547,0.43801653,0.49586776,0.32231405,0.29338843,0.553719,0.57024795,0.25619835,0.1446281,0.23553719,0.29752067,0.27272728,0.23140496,0.5661157,0.6363636,0.45454547,0.27272728,0.8677686,0.8636364,0.78099173,0.72727275,0.74793386,0.71487606,0.6570248,0.59504133,0.5289256,0.45867768,0.46694216,0.45454547,0.4752066,0.47107437,0.5082645,0.5206612,0.6983471,0.6859504,0.6652893,0.45454547,0.16115703,0.80991733,0.8140496,0.72727275,0.6570248,0.57024795,0.59504133,0.6280992,0.32231405,0.29338843,0.5661157,0.5413223,0.5041322,0.46280992,0.46280992,0.42975205,0.43801653,0.38429752,0.38016528,0.39256197,0.41322315,0.446281,0.49173555,0.56198347,0.61570245,0.6280992,0.61570245,0.59917355,0.56198347,0.70247936,0.38842976,0.3140496,0.6694215,0.2107438,0.11157025,0.16528925,0.24380165,0.37603307,0.33471075,0.29752067,0.6528926,0.5785124,0.5371901,0.45454547,0.8719008,0.838843,0.73140496,0.6818182,0.70247936,0.6818182,0.6446281,0.6322314,0.6198347,0.60330576,0.57024795,0.56198347,0.5495868,0.59504133,0.6859504,0.70247936,0.7231405,0.71487606,0.6322314,0.30991736,0.5,0.838843,0.78512394,0.71487606,0.6487603,0.56198347,0.5785124,0.61157024,0.5247934,0.22727273,0.4876033,0.661157,0.60330576,0.5495868,0.4876033,0.46280992,0.45867768,0.48347107,0.44214877,0.41735536,0.4090909,0.41322315,0.446281,0.49586776,0.5247934,0.61157024,0.59504133,0.607438,0.57024795,0.70247936,0.6198347,0.3429752,0.6363636,0.37603307,0.14876033,0.16528925,0.30991736,0.38429752,0.38842976,0.26859504,0.73140496,0.6528926,0.39256197,0.661157,0.88429755,0.80991733,0.74793386,0.72727275,0.661157,0.6322314,0.6528926,0.6528926,0.6528926,0.6363636,0.61157024,0.6322314,0.7066116,0.7644628,0.76859504,0.72727275,0.74380165,0.70247936,0.55785125,0.29338843,0.8016529,0.822314,0.7644628,0.7231405,0.6363636,0.5785124,0.57024795,0.59090906,0.60330576,0.35123968,0.38429752,0.6322314,0.6694215,0.61570245,0.58264464,0.5165289,0.43801653,0.446281,0.446281,0.45454547,0.46694216,0.5041322,0.5371901,0.48347107,0.5165289,0.5082645,0.5165289,0.58264464,0.61157024,0.6487603,0.6983471,0.38842976,0.6363636,0.46694216,0.20247933,0.18595041,0.30991736,0.38429752,0.3677686,0.2768595,0.71900827,0.8305785,0.338843,0.822314,0.8677686,0.8512397,0.78512394,0.8016529,0.7355372,0.6859504,0.6528926,0.6570248,0.6652893,0.677686,0.6859504,0.75619835,0.7768595,0.73140496,0.7355372,0.71487606,0.76033056,0.71487606,0.38429752,0.55785125,0.8429752,0.78512394,0.73966944,0.72727275,0.6528926,0.553719,0.57024795,0.58677685,0.5785124,0.49173555,0.24380165,0.56198347,0.6694215,0.661157,0.6198347,0.59090906,0.56198347,0.5413223,0.47107437,0.45867768,0.45454547,0.46694216,0.4876033,0.48347107,0.5165289,0.5247934,0.56198347,0.59090906,0.57438016,0.6404959,0.70247936,0.37603307,0.7066116,0.5165289,0.22727273,0.2520661,0.33471075,0.37190083,0.2892562,0.32231405,0.73966944,0.822314,0.5413223,0.74793386,0.87603307,0.8595041,0.822314,0.8016529,0.7892562,0.7355372,0.6818182,0.6859504,0.6818182,0.7066116,0.7231405,0.74380165,0.72727275,0.6570248,0.6735537,0.7066116,0.72727275,0.6735537,0.32231405,0.78099173,0.8181818,0.7892562,0.7355372,0.71487606,0.69008267,0.5661157,0.57438016,0.5661157,0.5785124,0.61570245,0.3305785,0.3966942,0.6735537,0.6363636,0.61157024,0.59090906,0.59504133,0.59917355,0.57024795,0.56198347,0.553719,0.5289256,0.5289256,0.5495868,0.54545456,0.5661157,0.57438016,0.60330576,0.61157024,0.62396693,0.59917355,0.39256197,0.77272725,0.55785125,0.18595041,0.28512397,0.38429752,0.3429752,0.28512397,0.3677686,0.75206614,0.8140496,0.7107438,0.45041323,0.90082645,0.8553719,0.838843,0.8264463,0.7933884,0.74793386,0.69008267,0.71900827,0.6983471,0.677686,0.6818182,0.6528926,0.6487603,0.6528926,0.6570248,0.71900827,0.76859504,0.42561984,0.446281,0.80991733,0.8181818,0.8347107,0.74793386,0.6983471,0.72727275,0.62396693,0.5785124,0.5661157,0.58677685,0.6652893,0.5041322,0.2892562,0.60330576,0.6198347,0.59504133,0.58677685,0.5785124,0.58677685,0.59917355,0.58677685,0.5661157,0.5661157,0.5661157,0.553719,0.57438016,0.5785124,0.57438016,0.62396693,0.6570248,0.7355372,0.42975205,0.6363636,0.7892562,0.59090906,0.21900827,0.24380165,0.338843,0.34710744,0.30991736,0.3677686,0.75206614,0.8305785,0.8595041,0.5082645,0.6404959,0.88429755,0.8636364,0.8512397,0.8016529,0.76033056,0.7107438,0.73140496,0.6818182,0.6487603,0.6446281,0.6322314,0.60330576,0.6404959,0.661157,0.73966944,0.53305787,0.37603307,0.61570245,0.80991733,0.8429752,0.88429755,0.76033056,0.73140496,0.76033056,0.6487603,0.5785124,0.56198347,0.6280992,0.74793386,0.6528926,0.40082645,0.3140496,0.607438,0.58677685,0.57024795,0.5661157,0.5785124,0.58677685,0.5785124,0.57024795,0.57024795,0.5661157,0.56198347,0.58264464,0.5785124,0.60330576,0.62396693,0.6818182,0.6942149,0.3553719,0.8140496,0.7933884,0.59504133,0.2768595,0.23140496,0.24793388,0.3305785,0.338843,0.36363637,0.75206614,0.8512397,0.8429752,0.7768595,0.61157024,0.6652893,0.7107438,0.7933884,0.8057851,0.78099173,0.74380165,0.71900827,0.69008267,0.6446281,0.661157,0.6363636,0.61157024,0.6363636,0.607438,0.4752066,0.45454547,0.6446281,0.7933884,0.8429752,0.8429752,0.8636364,0.78512394,0.71487606,0.661157,0.57438016,0.5413223,0.55785125,0.62396693,0.75206614,0.75206614,0.54545456,0.41735536,0.4214876,0.5289256,0.57024795,0.58264464,0.5785124,0.57024795,0.58264464,0.59917355,0.57438016,0.55785125,0.56198347,0.56198347,0.5661157,0.6322314,0.6570248,0.76859504,0.5247934,0.59504133,0.76033056,0.75619835,0.59504133,0.29752067,0.21487603,0.21900827,0.29338843,0.3181818,0.3553719,0.71900827,0.8471074,0.8347107,0.8305785,0.838843,0.75619835,0.6818182,0.57024795,0.5206612,0.4876033,0.4752066,0.4876033,0.5123967,0.5206612,0.5495868,0.54545456,0.49586776,0.45041323,0.47107437,0.46694216,0.6942149,0.8264463,0.8305785,0.838843,0.76033056,0.73140496,0.73140496,0.69008267,0.57438016,0.5289256,0.5413223,0.58264464,0.57438016,0.6198347,0.72727275,0.6694215,0.5661157,0.40082645,0.37603307,0.45454547,0.5206612,0.56198347,0.5495868,0.5661157,0.57438016,0.54545456,0.54545456,0.5289256,0.54545456,0.5247934,0.5123967,0.45867768,0.5165289,0.61570245,0.7355372,0.74380165,0.73966944,0.59917355,0.25619835,0.20247933,0.23966943,0.3677686,0.3181818,0.3429752,0.661157,0.8471074,0.8347107,0.8347107,0.8471074,0.8719008,0.8719008,0.80991733,0.7066116,0.6363636,0.61570245,0.5785124,0.54545456,0.5,0.5082645,0.48347107,0.45041323,0.48347107,0.4338843,0.5495868,0.8677686,0.8595041,0.8347107,0.75206614,0.6818182,0.6652893,0.6983471,0.6735537,0.5661157,0.4876033,0.53305787,0.61157024,0.59090906,0.5413223,0.58264464,0.6818182,0.70247936,0.54545456,0.29338843,0.37603307,0.39256197,0.39256197,0.35950413,0.3264463,0.3305785,0.30991736,0.36363637,0.3677686,0.3966942,0.41735536,0.48347107,0.55785125,0.6198347,0.71487606,0.76033056,0.74380165,0.7355372,0.6198347,0.23553719,0.2231405,0.27272728,0.3677686,0.29338843,0.338843,0.62396693,0.838843,0.8264463,0.822314,0.8512397,0.87603307,0.8636364,0.8347107,0.76033056,0.6735537,0.6652893,0.61570245,0.5661157,0.5,0.46694216,0.43801653,0.4090909,0.4090909,0.35950413,0.73140496,0.8719008,0.78099173,0.677686,0.53305787,0.4338843,0.47933885,0.73140496,0.6818182,0.553719,0.45454547,0.5,0.62396693,0.5371901,0.2520661,0.37603307,0.53305787,0.69008267,0.71900827,0.37603307,0.3264463,0.38429752,0.3429752,0.38842976,0.38429752,0.38016528,0.37190083,0.38842976,0.39256197,0.44214877,0.5041322,0.57024795,0.59917355,0.6363636,0.7066116,0.75619835,0.71487606,0.7231405,0.59917355,0.2107438,0.23140496,0.2644628,0.338843,0.32231405,0.33471075,0.6404959,0.8140496,0.79752064,0.80991733,0.8471074,0.8471074,0.8512397,0.8636364,0.7892562,0.7355372,0.7107438,0.6487603,0.6322314,0.56198347,0.5123967,0.49586776,0.49173555,0.53305787,0.58264464,0.76033056,0.79752064,0.58677685,0.3264463,0.17768595,0.09917355,0.4090909,0.6859504,0.7066116,0.5041322,0.37603307,0.4752066,0.59917355,0.16528925,0.053719006,0.08677686,0.29338843,0.5289256,0.6859504,0.45867768,0.42561984,0.4876033,0.5165289,0.53305787,0.5371901,0.5289256,0.5413223,0.5247934,0.54545456,0.55785125,0.59917355,0.6198347,0.6942149,0.7355372,0.7231405,0.7231405,0.6859504,0.6652893,0.58264464,0.23966943,0.23140496,0.2520661,0.35950413,0.26859504,0.37603307,0.6446281,0.8057851,0.8057851,0.78512394,0.8140496,0.8016529,0.838843,0.8553719,0.8016529,0.6983471,0.6694215,0.59917355,0.54545456,0.5371901,0.5371901,0.5495868,0.62396693,0.6942149,0.7231405,0.69008267,0.6818182,0.39256197,0.19421488,0.35123968,0.42561984,0.6446281,0.6694215,0.69008267,0.3966942,0.35123968,0.49586776,0.47933885,0.23966943,0.1570248,0.14876033,0.1983471,0.40495867,0.58677685,0.34710744,0.45867768,0.5041322,0.53305787,0.5371901,0.553719,0.5495868,0.54545456,0.5413223,0.56198347,0.57024795,0.607438,0.6735537,0.7107438,0.78099173,0.7355372,0.6983471,0.6528926,0.58677685,0.5413223,0.24793388,0.23140496,0.21900827,0.3305785,0.28512397,0.38016528,0.59504133,0.8181818,0.7768595,0.74380165,0.75206614,0.7892562,0.8140496,0.838843,0.77272725,0.61570245,0.55785125,0.49586776,0.5661157,0.56198347,0.57024795,0.6363636,0.7355372,0.78099173,0.74380165,0.6818182,0.607438,0.49586776,0.44214877,0.6446281,0.607438,0.607438,0.5123967,0.57438016,0.40495867,0.38429752,0.35123968,0.33471075,0.40495867,0.42975205,0.38429752,0.3264463,0.38842976,0.45454547,0.35123968,0.5123967,0.5123967,0.49173555,0.5,0.5165289,0.5,0.48347107,0.4752066,0.5247934,0.54545456,0.58677685,0.6528926,0.7066116,0.7892562,0.6942149,0.6363636,0.59090906,0.56198347,0.5,0.25619835,0.23140496,0.22727273,0.30165288,0.30578512,0.38842976,0.57438016,0.75206614,0.7231405,0.6528926,0.73966944,0.7768595,0.78512394,0.7768595,0.59917355,0.47107437,0.5371901,0.677686,0.607438,0.57024795,0.6404959,0.6735537,0.75206614,0.75206614,0.7107438,0.69008267,0.7107438,0.6735537,0.57438016,0.607438,0.5247934,0.48347107,0.45041323,0.36363637,0.28099173,0.2603306,0.2644628,0.30578512,0.29338843,0.3966942,0.446281,0.36363637,0.4214876,0.4090909,0.47933885,0.56198347,0.57024795,0.54545456,0.5206612,0.49173555,0.47933885,0.47107437,0.41735536,0.4214876,0.5041322,0.5289256,0.61157024,0.6652893,0.6983471,0.6487603,0.57438016,0.5289256,0.5495868,0.43801653,0.25619835,0.2231405,0.20247933,0.2644628,0.338843,0.41735536,0.5371901,0.74380165,0.6528926,0.6942149,0.7231405,0.7355372,0.77272725,0.60330576,0.4090909,0.6983471,0.6942149,0.5785124,0.59504133,0.6280992,0.6322314,0.6363636,0.73140496,0.607438,0.6694215,0.6570248,0.6322314,0.55785125,0.47933885,0.5206612,0.47107437,0.49586776,0.3966942,0.30578512,0.2231405,0.2520661,0.43801653,0.3429752,0.35950413,0.29338843,0.38842976,0.38016528,0.49586776,0.48347107,0.53305787,0.57024795,0.57024795,0.553719,0.5413223,0.5206612,0.49173555,0.5,0.5,0.42975205,0.38429752,0.5082645,0.55785125,0.5785124,0.58677685,0.59917355,0.57438016,0.49586776,0.5123967,0.39256197,0.27272728,0.1983471,0.18181819,0.2520661,0.36363637,0.3966942,0.5206612,0.6859504,0.59917355,0.6322314,0.69008267,0.71487606,0.6983471,0.41735536,0.8057851,0.6983471,0.5495868,0.53305787,0.607438,0.57438016,0.57438016,0.553719,0.58264464,0.5371901,0.57438016,0.5206612,0.49586776,0.48347107,0.4214876,0.46280992,0.5165289,0.32231405,0.3677686,0.3553719,0.2768595,0.2768595,0.4090909,0.43801653,0.4090909,0.3264463,0.37603307,0.28512397,0.5041322,0.45867768,0.45454547,0.54545456,0.53305787,0.5123967,0.53305787,0.5371901,0.5,0.5041322,0.5206612,0.5371901,0.4214876,0.38429752,0.5206612,0.53305787,0.53305787,0.53305787,0.54545456,0.48347107,0.44214877,0.34710744,0.2892562,0.2107438,0.16115703,0.3305785,0.30165288,0.3553719,0.54545456,0.56198347,0.5495868,0.57024795,0.6322314,0.6363636,0.57438016,0.56198347,0.74380165,0.47933885,0.5206612,0.5495868,0.48347107,0.41322315,0.5082645,0.5289256,0.5371901,0.47107437,0.5206612,0.46694216,0.40495867,0.5247934,0.38842976,0.446281,0.446281,0.3429752,0.28099173,0.3429752,0.35123968,0.3429752,0.34710744,0.37190083,0.38016528,0.39256197,0.4090909,0.22727273,0.42975205,0.40082645,0.40082645,0.43801653,0.5123967,0.47107437,0.45041323,0.47933885,0.46280992,0.45041323,0.47933885,0.5247934,0.59504133,0.42561984,0.45867768,0.5289256,0.46280992,0.49586776,0.5082645,0.45867768,0.3677686,0.2892562,0.24793388,0.21900827,0.21900827,0.28099173,0.2603306,0.42561984,0.49173555,0.5247934,0.45041323,0.5289256,0.59917355,0.6487603,0.5289256,0.6363636,0.6363636,0.42561984,0.5,0.39256197,0.42561984,0.40082645,0.46694216,0.5371901,0.46694216,0.42975205,0.5,0.446281,0.36363637,0.39256197,0.41735536,0.33471075,0.42975205,0.3140496,0.21900827,0.30578512,0.3429752,0.34710744,0.3181818,0.3140496,0.27272728,0.33471075,0.32231405,0.30165288,0.3181818,0.3181818,0.40495867,0.3140496,0.47933885,0.42975205,0.41322315,0.40495867,0.4090909,0.37603307,0.40495867,0.47107437,0.58677685,0.57438016,0.41735536,0.57438016,0.3966942,0.47933885,0.46280992,0.44214877,0.30578512,0.2520661,0.21487603,0.23553719,0.21900827,0.2892562,0.35123968,0.42561984,0.38842976,0.4090909,0.45041323,0.5082645,0.59917355,0.6404959,0.5247934,0.5371901,0.45041323,0.38429752,0.41322315,0.30991736,0.41735536,0.40495867,0.46694216,0.5041322,0.43801653,0.37190083,0.5289256,0.45041323,0.3966942,0.3553719,0.3553719,0.33471075,0.3677686,0.3181818,0.24380165,0.3264463,0.3305785,0.30165288,0.29338843,0.28099173,0.2768595,0.28099173,0.30165288,0.28512397,0.3429752,0.18181819,0.3429752,0.2892562,0.36363637,0.3966942,0.35950413,0.35950413,0.32231405,0.38429752,0.338843,0.38016528,0.5165289,0.5495868,0.3966942,0.49586776,0.40495867,0.42975205,0.41322315,0.3305785,0.29338843,0.23966943,0.24380165,0.18181819,0.19421488,0.35123968,0.37190083,0.38016528,0.38842976,0.34710744,0.46280992,0.45041323,0.57024795,0.5785124,0.45867768,0.4214876,0.41322315,0.35123968,0.34710744,0.338843,0.35123968,0.38842976,0.3966942,0.5041322,0.39256197,0.34710744,0.5165289,0.45867768,0.37603307,0.35950413,0.28512397,0.35950413,0.2644628,0.2644628,0.24380165,0.30578512,0.34710744,0.2520661,0.2644628,0.19008264,0.25619835,0.2892562,0.20247933,0.34710744,0.3264463,0.2107438,0.37190083,0.28099173,0.33471075,0.30991736,0.34710744,0.33471075,0.26859504,0.35950413,0.33471075,0.3429752,0.3966942,0.48347107,0.38016528,0.37190083,0.37603307,0.37603307,0.3677686,0.23140496,0.23140496,0.26859504,0.23966943,0.19008264,0.1322314,0.3305785,0.3966942,0.3429752,0.3677686,0.3305785,0.41735536,0.3966942,0.5041322,0.4752066,0.4214876,0.41735536,0.41322315,0.3677686,0.32231405,0.35123968,0.29338843,0.34710744,0.35123968,0.37603307,0.33471075,0.21900827,0.41735536,0.4090909,0.3677686,0.41735536,0.35123968,0.30991736,0.24793388,0.21487603,0.30165288,0.37190083,0.3429752,0.29338843,0.27272728,0.2520661,0.24380165,0.23966943,0.18595041,0.29338843,0.25619835,0.30165288,0.34710744,0.2892562,0.29338843,0.24793388,0.30991736,0.29752067,0.1983471,0.25619835,0.29338843,0.34710744,0.2603306,0.41735536,0.3181818,0.30578512,0.30991736,0.3181818,0.28512397,0.19421488,0.1983471,0.25619835,0.2520661,0.16115703,0.13636364,0.28512397,0.37190083,0.34710744,0.338843,0.3140496,0.3966942,0.3677686,0.41735536,0.3677686,0.48347107,0.38016528,0.42975205,0.3181818,0.2768595,0.28512397,0.23966943,0.3264463,0.2644628,0.35123968,0.3429752,0.38016528,0.45867768,0.45867768,0.53305787,0.61157024,0.5289256,0.47107437,0.4752066,0.48347107,0.5,0.47933885,0.5165289,0.42975205,0.43801653,0.38016528,0.3181818,0.26859504,0.29752067,0.2520661,0.26859504,0.3264463,0.2644628,0.28512397,0.2231405,0.19008264,0.28512397,0.24793388,0.11983471,0.2231405,0.29752067,0.30991736,0.26859504,0.3305785,0.2768595,0.23966943,0.2603306,0.24793388,0.21900827,0.17355372,0.21487603,0.22727273,0.24380165,0.17355372,0.1694215,0.27272728,0.3305785,0.30991736,0.2892562,0.3305785,0.3553719,0.35123968,0.38016528,0.35123968,0.45041323,0.34710744,0.36363637,0.3140496,0.29752067,0.22727273,0.25619835,0.3305785,0.29752067,0.40495867,0.46280992,0.6735537,0.6983471,0.6694215,0.6942149,0.69008267,0.6983471,0.58264464,0.5495868,0.553719,0.5661157,0.553719,0.57438016,0.49173555,0.49586776,0.4214876,0.41735536,0.4090909,0.4338843,0.4090909,0.38842976,0.36363637,0.29338843,0.23140496,0.17768595,0.19421488,0.19008264,0.19008264,0.12396694,0.20247933,0.2644628,0.25619835,0.28512397,0.3264463,0.23966943,0.2231405,0.23966943,0.2520661,0.17768595,0.1983471,0.22727273,0.24380165,0.18595041,0.17355372,0.21487603,0.30578512,0.30991736,0.24793388,0.24793388,0.3305785,0.30991736,0.338843,0.35950413,0.29338843,0.37603307,0.3677686,0.26859504,0.3264463,0.28099173,0.25619835,0.2892562,0.33471075,0.3966942,0.4214876,0.56198347,0.6983471,0.75619835,0.72727275,0.8016529,0.7768595,0.75206614,0.70247936,0.6735537,0.6570248,0.6694215,0.6280992,0.5661157,0.5123967,0.5,0.47107437,0.46694216,0.45454547,0.5165289,0.5495868,0.5082645,0.5,0.40082645,0.3429752,0.23966943,0.25619835,0.19008264,0.1983471,0.16528925,0.21487603,0.19008264,0.21487603,0.23553719,0.3677686,0.25619835,0.23553719,0.21900827,0.2231405,0.15289256,0.2231405,0.1694215,0.2644628,0.18181819,0.16528925,0.17768595,0.2892562,0.28512397,0.23966943,0.2892562,0.30165288,0.26859504,0.32231405,0.33471075,0.2768595,0.3264463,0.3429752,0.27272728,0.25619835,0.3140496,0.23140496,0.3264463,0.29338843,0.40495867,0.4752066,0.5,0.62396693,0.61570245,0.6694215,0.73140496,0.6446281,0.6652893,0.6570248,0.61157024,0.6280992,0.6198347,0.57024795,0.5247934,0.49586776,0.5413223,0.5413223,0.5247934,0.5289256,0.57024795,0.58264464,0.59090906,0.5495868,0.47107437,0.42561984,0.28512397,0.28512397,0.2892562,0.24380165,0.21487603,0.22727273,0.24793388,0.25619835,0.26859504,0.3305785,0.28512397,0.35950413,0.2231405,0.1983471,0.1983471,0.20661157,0.17355372,0.24380165,0.16528925,0.1446281,0.1446281,0.28099173,0.35950413,0.29752067,0.30578512,0.3181818,0.30165288,0.3305785,0.28512397,0.2520661,0.30991736,0.2892562,0.24793388,0.2892562,0.30165288,0.2520661,0.33471075,0.3264463,0.30991736,0.43801653,0.41735536,0.5371901,0.5289256,0.5495868,0.5289256,0.5247934,0.4876033,0.5123967,0.5123967,0.47933885,0.5,0.46280992,0.446281,0.42975205,0.42975205,0.5,0.446281,0.48347107,0.49586776,0.5413223,0.49586776,0.4876033,0.46280992,0.44214877,0.33471075,0.3181818,0.3140496,0.29338843,0.28512397,0.2892562,0.2768595,0.29752067,0.35950413,0.28512397,0.30165288,0.3264463,0.1983471,0.21487603,0.23966943,0.20661157,0.19421488,0.20247933,0.21900827,0.1983471,0.19421488,0.2644628,0.28099173,0.2892562,0.2644628,0.29338843,0.27272728,0.27272728,0.30578512,0.2892562,0.30991736,0.2231405,0.26859504,0.3966942,0.2231405,0.29752067,0.3264463,0.2768595,0.30578512,0.30991736,0.40082645,0.45867768,0.46694216,0.42975205,0.4090909,0.45454547,0.4338843,0.3429752,0.446281,0.40495867,0.44214877,0.42561984,0.38016528,0.37603307,0.3966942,0.40495867,0.41735536,0.4090909,0.4752066,0.46694216,0.44214877,0.4214876,0.45041323,0.41735536,0.4090909,0.38016528,0.3140496,0.3553719,0.29752067,0.32231405,0.30578512,0.27272728,0.29752067,0.2603306,0.29752067,0.24380165,0.18181819,0.18181819,0.21487603,0.20661157,0.2107438,0.19008264,0.24380165,0.26859504,0.2603306,0.2603306,0.2107438,0.32231405,0.28512397,0.24793388,0.24793388,0.29338843,0.3553719,0.30578512,0.3429752,0.21487603,0.2603306,0.41322315,0.23966943,0.23140496,0.2644628,0.25619835,0.2892562,0.2603306,0.3264463,0.3305785,0.338843,0.36363637,0.38842976,0.3429752,0.3553719,0.29338843,0.38842976,0.3140496,0.3966942,0.3966942,0.2892562,0.3140496,0.34710744,0.39256197,0.37603307,0.33471075,0.41322315,0.3966942,0.38842976,0.40082645,0.38016528,0.38016528,0.4214876,0.32231405,0.26859504,0.36363637,0.28099173,0.2520661,0.3264463,0.23966943,0.23966943,0.23966943,0.2520661,0.22727273,0.18595041,0.1983471,0.19008264,0.1983471,0.20247933,0.20247933,0.20661157,0.21900827,0.22727273,0.28099173,0.23553719,0.2892562,0.34710744,0.1983471,0.2768595,0.35950413,0.3305785,0.36363637,0.2520661,0.28099173,0.1983471,0.47107437,0.27272728,0.17355372,0.3181818,0.2520661,0.2520661,0.24380165,0.2644628,0.26859504,0.2892562,0.28512397,0.30578512,0.35123968,0.28099173,0.25619835,0.30991736,0.23966943,0.30578512,0.35950413,0.3429752,0.30165288,0.29338843,0.35123968,0.3264463,0.2892562,0.38429752,0.3140496,0.3553719,0.36363637,0.3305785,0.3677686,0.35950413,0.3181818,0.2231405,0.30991736,0.30578512,0.23553719,0.28099173,0.2644628,0.20247933,0.20661157,0.24380165,0.21487603,0.18595041,0.17768595,0.1983471,0.17768595,0.20661157,0.17768595,0.21487603,0.2231405,0.21487603,0.26859504,0.24380165,0.30578512,0.34710744,0.24380165,0.3181818,0.4214876,0.28512397,0.3429752,0.338843,0.32231405,0.24793388,0.40082645,0.22727273,0.2603306,0.29338843,0.30165288,0.18181819,0.23553719,0.17768595,0.19421488,0.20661157,0.23553719,0.29752067,0.2603306,0.30165288,0.25619835,0.2644628,0.2603306,0.2520661,0.23966943,0.29752067,0.2603306,0.23140496,0.26859504,0.24380165,0.23140496,0.3305785,0.27272728,0.3140496,0.29338843,0.2892562,0.338843,0.2768595,0.3181818,0.24380165,0.23553719,0.30578512,0.23966943,0.21487603,0.29752067,0.19421488,0.19421488,0.20247933,0.20661157,0.20247933,0.17355372,0.17355372,0.20661157,0.21900827,0.21487603,0.18181819,0.2231405,0.23140496,0.28512397,0.2520661,0.3181818,0.23553719,0.2520661,0.32231405,0.3677686,0.23966943,0.35123968,0.28512397,0.37603307,0.20661157,0.46694216,0.23966943,0.2768595,0.2768595,0.27272728,0.30991736,0.19008264,0.19008264,0.17768595,0.19008264,0.2892562,0.28099173,0.30991736,0.34710744,0.30165288,0.28099173,0.21487603,0.23966943,0.23553719,0.2768595,0.24793388,0.2231405,0.23553719,0.21900827,0.2107438,0.23140496,0.23553719,0.32231405,0.24380165,0.24380165,0.27272728,0.23966943,0.2520661,0.2231405,0.21487603,0.2768595,0.26859504,0.23140496,0.20661157,0.21900827,0.1694215,0.1983471,0.1983471,0.20661157,0.19421488,0.11570248,0.2520661,0.21487603,0.2892562,0.20247933,0.21487603,0.20661157,0.24380165,0.2768595,0.28099173,0.24380165,0.2603306,0.3305785,0.3305785,0.23140496,0.3553719,0.23553719,0.3264463,0.29338843,0.39256197,0.29752067,0.30991736,0.21900827,0.41735536,0.38429752,0.2231405,0.1694215,0.23966943,0.17355372,0.2892562,0.23553719,0.2520661,0.2603306,0.23140496,0.23966943,0.21900827,0.23966943,0.25619835,0.24793388,0.2520661,0.24793388,0.18595041,0.11570248,0.23140496,0.21487603,0.24380165,0.21487603,0.22727273,0.22727273,0.20661157,0.23553719,0.1983471,0.19008264,0.20247933,0.21900827,0.22727273,0.21900827,0.19421488,0.21487603,0.2520661,0.19008264,0.21900827,0.20661157,0.17355372,0.17768595,0.21487603,0.2768595,0.2520661,0.19008264,0.22727273,0.23966943,0.3140496,0.24793388,0.32231405,0.2644628,0.21900827,0.3305785,0.3181818,0.2603306,0.30165288,0.32231405,0.3305785,0.3677686,0.34710744,0.17355372,0.35950413,0.15289256,0.4090909,0.43801653,0.3140496,0.28512397,0.20247933,0.19421488,0.2520661,0.19421488,0.28512397,0.2892562,0.26859504,0.20661157,0.25619835,0.24380165,0.21900827,0.2603306,0.3140496,0.2644628,0.17768595,0.16528925,0.2644628,0.23140496,0.18595041,0.21900827,0.2644628,0.21900827,0.20661157,0.24793388,0.15289256,0.20247933,0.16528925,0.18595041,0.1983471,0.27272728,0.21900827,0.16528925,0.17355372,0.17768595,0.23966943,0.21900827,0.14876033,0.1983471,0.24793388,0.23140496,0.16528925,0.18181819,0.20247933,0.20247933,0.2107438,0.24793388,0.3140496,0.23553719,0.23553719,0.3264463,0.338843,0.30991736,0.2768595,0.3305785,0.37190083,0.30991736,0.35123968,0.23553719,0.3140496,0.16528925,0.4214876,0.5247934,0.35950413,0.20247933,0.19421488,0.23966943,0.17355372,0.2520661,0.35123968,0.3305785,0.26859504,0.24380165,0.2644628,0.2603306,0.25619835,0.28512397,0.27272728,0.23966943,0.1694215,0.2644628,0.23966943,0.29752067,0.21900827,0.23140496,0.19421488,0.2107438,0.27272728,0.19008264,0.1446281,0.24793388,0.17768595,0.18181819,0.22727273,0.16528925,0.2603306,0.20661157,0.18181819,0.16115703,0.20661157,0.2603306,0.19008264,0.14876033,0.2231405,0.22727273,0.17768595,0.17768595,0.18595041,0.19008264,0.22727273,0.28512397,0.2892562,0.2107438,0.38429752,0.30165288,0.38016528,0.2644628,0.3429752,0.24380165,0.39256197,0.23140496,0.39256197,0.2644628,0.3181818,0.1570248,0.40495867,0.5785124,0.30991736,0.2520661,0.21487603,0.18595041,0.27272728,0.29338843,0.30991736,0.35950413,0.29752067,0.28512397,0.2644628,0.20247933,0.29338843,0.2603306,0.30165288,0.24793388,0.11570248,0.338843,0.2520661,0.21487603,0.21487603,0.28099173,0.17355372,0.23966943,0.20247933,0.16115703,0.21487603,0.26859504,0.21900827,0.1983471,0.3429752,0.17355372,0.2231405,0.2892562,0.2107438,0.13636364,0.21900827,0.26859504,0.2892562,0.13636364,0.21487603,0.25619835,0.2231405,0.17768595,0.17768595,0.17355372,0.32231405,0.33471075,0.27272728,0.21900827,0.5165289,0.33471075,0.35123968,0.3140496,0.30578512,0.2603306,0.30578512,0.23140496,0.3429752,0.23966943,0.26859504,0.23553719,0.30578512,0.4876033,0.38016528,0.30578512,0.18181819,0.24793388,0.3553719,0.20661157,0.30578512,0.39256197,0.23140496,0.2520661,0.33471075,0.2768595,0.28512397,0.2231405,0.2768595,0.2892562,0.12396694,0.34710744,0.22727273,0.14876033,0.2644628,0.20247933,0.2107438,0.23553719,0.1983471,0.13636364,0.2107438,0.20247933,0.1983471,0.28099173,0.2768595,0.1694215,0.17355372,0.3264463,0.2231405,0.22727273,0.18181819,0.20247933,0.28099173,0.18595041,0.1983471,0.2107438,0.19008264,0.18595041,0.18595041,0.18595041,0.34710744,0.3181818,0.30165288,0.3181818,0.48347107,0.30578512,0.29752067,0.26859504,0.23553719,0.40082645,0.23966943,0.24380165,0.29338843,0.21487603,0.2768595,0.27272728,0.2520661,0.45454547,0.38842976,0.33471075,0.29338843,0.2520661,0.34710744,0.2768595,0.30165288,0.37190083,0.2520661,0.3305785,0.3553719,0.28099173,0.20247933,0.2520661,0.2603306,0.30578512,0.23553719,0.27272728,0.1570248,0.21900827,0.19008264,0.21487603,0.2892562,0.23966943,0.1983471,0.1570248,0.19008264,0.1694215,0.17768595,0.32231405,0.2644628,0.20247933,0.1983471,0.24380165,0.17355372,0.28099173,0.1983471,0.21900827,0.24793388,0.24380165,0.16528925,0.20247933,0.18595041,0.22727273,0.21900827,0.2107438,0.37603307,0.27272728,0.36363637,0.29338843,0.33471075,0.2892562,0.38429752,0.22727273,0.2107438,0.29752067,0.25619835,0.30165288,0.21900827,0.24380165,0.30991736,0.28099173,0.23553719,0.38016528,0.35950413,0.338843,0.28099173,0.2231405,0.38842976,0.30991736,0.29338843,0.32231405,0.27272728,0.25619835,0.3305785,0.20661157,0.16528925,0.22727273,0.20661157,0.29752067,0.18595041,0.1983471,0.20661157,0.23140496,0.14049587,0.2768595,0.26859504,0.24793388,0.24793388,0.23553719,0.16115703,0.15289256,0.1694215,0.2231405,0.3140496,0.24793388,0.2520661,0.1983471,0.14876033,0.2520661,0.25619835,0.20247933,0.2520661,0.2768595,0.18181819,0.1570248,0.18595041,0.28099173,0.2768595,0.27272728,0.22727273,0.3181818,0.30578512,0.2644628,0.2892562,0.37603307,0.30578512,0.23140496,0.2107438,0.20247933,0.30578512,0.3140496,0.27272728,0.33471075,0.3264463,0.338843,0.23140496,0.23553719,0.3677686,0.28512397,0.23966943,0.2768595,0.46694216,0.32231405,0.17768595,0.38842976,0.21487603,0.17355372,0.33471075,0.21487603,0.23966943,0.20661157,0.2107438,0.2231405,0.2107438,0.20661157,0.18181819,0.19421488,0.19008264,0.20247933,0.26859504,0.3140496,0.21900827,0.24793388,0.23140496,0.16528925,0.1694215,0.21900827,0.3140496,0.3677686,0.19421488,0.21487603,0.18181819,0.23553719,0.29338843,0.18181819,0.24793388,0.24380165,0.12809917,0.17355372,0.17768595,0.23140496,0.23140496,0.23140496,0.21487603,0.29338843,0.2644628,0.30165288,0.32231405,0.30578512,0.21900827,0.2644628,0.20247933,0.23553719,0.33471075,0.27272728,0.3181818,0.33471075,0.30578512,0.28512397,0.28099173,0.27272728,0.3264463,0.17768595,0.30165288,0.30578512,0.4876033,0.26859504,0.11570248,0.4214876,0.17768595,0.2603306,0.30165288,0.23966943,0.22727273,0.16115703,0.26859504,0.19421488,0.23966943,0.16528925,0.15289256,0.1983471,0.23553719,0.16528925,0.25619835,0.3264463,0.2603306,0.21900827,0.20247933,0.1570248,0.23140496,0.25619835,0.2644628,0.48347107,0.25619835,0.1694215,0.19421488,0.2603306,0.28512397,0.20247933,0.2231405,0.2520661,0.10743801,0.20661157,0.18181819,0.21900827,0.21900827,0.2231405,0.29338843,0.23966943,0.25619835,0.2603306,0.338843,0.23553719,0.23140496,0.25619835,0.24793388,0.35123968,0.32231405,0.2603306,0.37603307,0.30165288,0.30991736,0.1983471,0.35950413,0.25619835,0.2603306,0.23966943,0.446281,0.38429752,0.40495867,0.2231405,0.16115703,0.4090909,0.22727273,0.28099173,0.2892562,0.2603306,0.20247933,0.20247933,0.2892562,0.21900827,0.20247933,0.22727273,0.1322314,0.19008264,0.27272728,0.14876033,0.27272728,0.30165288,0.23140496,0.2603306,0.16115703,0.17768595,0.17768595,0.3181818,0.18181819,0.47933885,0.2520661,0.2231405,0.2892562,0.16528925,0.34710744,0.17768595,0.2603306,0.20247933,0.14049587,0.23966943,0.19008264,0.2231405,0.2231405,0.21900827,0.2603306,0.2107438,0.3429752,0.2644628,0.29338843,0.29752067,0.20661157,0.24793388,0.3553719,0.3181818,0.28512397,0.46694216,0.3966942,0.30578512,0.23553719,0.20661157,0.2768595,0.2520661,0.2644628,0.5206612,0.5247934,0.3305785,0.27272728,0.2603306,0.24793388,0.35950413,0.3429752,0.22727273,0.22727273,0.25619835,0.1983471,0.23966943,0.2644628,0.19008264,0.23966943,0.20247933,0.17355372,0.19008264,0.1983471,0.20661157,0.2520661,0.27272728,0.2231405,0.2644628,0.1983471,0.2107438,0.19008264,0.30578512,0.18595041,0.3181818,0.2520661,0.10330579,0.38016528,0.1322314,0.29338843,0.18181819,0.30165288,0.14876033,0.12396694,0.2644628,0.18181819,0.2107438,0.2107438,0.2107438,0.2603306,0.28099173,0.37190083,0.2892562,0.30578512,0.2892562,0.2644628,0.30991736,0.39256197,0.28099173,0.46280992,0.39256197,0.47107437,0.22727273,0.23966943,0.24380165,0.338843,0.28099173,0.43801653,0.46280992,0.3140496,0.22727273,0.24793388,0.33471075,0.33471075,0.28099173,0.30991736,0.1694215,0.2603306,0.2603306,0.18181819,0.24380165,0.24793388,0.23140496,0.2644628,0.17355372,0.20661157,0.19008264,0.17768595,0.24793388,0.28099173,0.23553719,0.19008264,0.28099173,0.28099173,0.21900827,0.19008264,0.2603306,0.2107438,0.26859504,0.29752067,0.1694215,0.2644628,0.18595041,0.24380165,0.16528925,0.28512397,0.12809917,0.1446281,0.1570248,0.19421488,0.19008264,0.19421488,0.1983471,36 +0.21900827,0.28099173,0.5371901,0.7933884,0.7933884,0.78099173,0.7892562,0.78512394,0.8181818,0.8264463,0.822314,0.8140496,0.8347107,0.8181818,0.8140496,0.8016529,0.7933884,0.7933884,0.75619835,0.7355372,0.70247936,0.6818182,0.6487603,0.6446281,0.62396693,0.61157024,0.6363636,0.6404959,0.6363636,0.6280992,0.6322314,0.6322314,0.661157,0.6280992,0.6322314,0.61157024,0.59917355,0.5785124,0.59504133,0.57438016,0.5785124,0.58264464,0.5785124,0.607438,0.60330576,0.60330576,0.59504133,0.59090906,0.60330576,0.61570245,0.59504133,0.59090906,0.59917355,0.607438,0.57438016,0.5785124,0.56198347,0.58264464,0.39256197,0.0661157,0.1694215,0.19421488,0.18181819,0.19421488,0.30578512,0.3429752,0.661157,0.8016529,0.7892562,0.79752064,0.7933884,0.79752064,0.8140496,0.838843,0.8305785,0.8305785,0.8016529,0.8181818,0.822314,0.80991733,0.8057851,0.80991733,0.78512394,0.77272725,0.72727275,0.7107438,0.6942149,0.6735537,0.6404959,0.607438,0.6446281,0.6322314,0.6280992,0.62396693,0.6280992,0.6198347,0.6528926,0.6363636,0.6280992,0.61570245,0.6198347,0.59504133,0.58264464,0.59504133,0.59504133,0.607438,0.61570245,0.61157024,0.61157024,0.61570245,0.60330576,0.59917355,0.61157024,0.6198347,0.58677685,0.607438,0.61157024,0.62396693,0.59917355,0.58677685,0.5785124,0.59090906,0.5661157,0.17355372,0.12809917,0.18181819,0.1570248,0.21900827,0.37603307,0.38842976,0.73140496,0.8140496,0.8057851,0.80991733,0.8140496,0.8181818,0.822314,0.8471074,0.8264463,0.8181818,0.8140496,0.838843,0.8305785,0.8347107,0.8471074,0.822314,0.8016529,0.7933884,0.75619835,0.7355372,0.73140496,0.6983471,0.6446281,0.62396693,0.6487603,0.62396693,0.59917355,0.62396693,0.6198347,0.6198347,0.6570248,0.6652893,0.661157,0.6528926,0.62396693,0.59917355,0.58677685,0.59917355,0.59917355,0.61570245,0.6322314,0.6404959,0.6322314,0.62396693,0.62396693,0.6198347,0.607438,0.6198347,0.61157024,0.61157024,0.62396693,0.607438,0.6363636,0.59917355,0.59090906,0.59504133,0.607438,0.34710744,0.11570248,0.20661157,0.12396694,0.20661157,0.4090909,0.45454547,0.74380165,0.8264463,0.8181818,0.80991733,0.8181818,0.80991733,0.838843,0.8429752,0.8181818,0.8181818,0.8264463,0.8347107,0.8347107,0.8347107,0.8429752,0.8305785,0.8181818,0.8140496,0.8057851,0.78512394,0.7768595,0.7355372,0.7066116,0.6694215,0.6818182,0.6322314,0.5785124,0.59090906,0.62396693,0.61570245,0.6322314,0.69008267,0.6983471,0.6694215,0.6528926,0.62396693,0.607438,0.61157024,0.62396693,0.61570245,0.6446281,0.6404959,0.6363636,0.6570248,0.6570248,0.6487603,0.6280992,0.6280992,0.607438,0.6198347,0.61157024,0.6363636,0.6322314,0.61570245,0.59917355,0.59504133,0.6198347,0.44214877,0.14876033,0.20247933,0.15289256,0.17768595,0.42975205,0.5123967,0.73140496,0.822314,0.8305785,0.80991733,0.8140496,0.8264463,0.8347107,0.8347107,0.8140496,0.8140496,0.8264463,0.8264463,0.8347107,0.8429752,0.8512397,0.8471074,0.8347107,0.8305785,0.8305785,0.8057851,0.78099173,0.77272725,0.73966944,0.71487606,0.7066116,0.6652893,0.57438016,0.57438016,0.6570248,0.6363636,0.60330576,0.6942149,0.71487606,0.6859504,0.6983471,0.6198347,0.61570245,0.6363636,0.62396693,0.661157,0.6694215,0.6528926,0.6528926,0.6859504,0.6859504,0.6652893,0.6528926,0.6363636,0.6322314,0.6280992,0.61157024,0.6363636,0.6280992,0.62396693,0.60330576,0.59090906,0.6198347,0.49586776,0.16115703,0.17355372,0.18181819,0.16528925,0.3966942,0.5123967,0.7066116,0.8016529,0.8305785,0.8140496,0.8347107,0.8429752,0.8305785,0.822314,0.79752064,0.8016529,0.8264463,0.838843,0.8429752,0.8512397,0.8512397,0.8553719,0.8471074,0.8140496,0.8305785,0.8140496,0.78512394,0.78099173,0.75619835,0.73966944,0.73966944,0.677686,0.59090906,0.57438016,0.69008267,0.6404959,0.61157024,0.6983471,0.7355372,0.677686,0.6652893,0.6198347,0.6198347,0.6363636,0.6363636,0.6487603,0.6570248,0.6487603,0.677686,0.6859504,0.6735537,0.6694215,0.677686,0.6322314,0.6280992,0.62396693,0.61157024,0.6322314,0.6198347,0.6322314,0.607438,0.60330576,0.6198347,0.54545456,0.19421488,0.15289256,0.18181819,0.19008264,0.3553719,0.49586776,0.677686,0.8016529,0.822314,0.8264463,0.8429752,0.8429752,0.8181818,0.8016529,0.7892562,0.79752064,0.80991733,0.8264463,0.822314,0.8305785,0.8347107,0.838843,0.8305785,0.7892562,0.8057851,0.8057851,0.77272725,0.74380165,0.74793386,0.71900827,0.71487606,0.6528926,0.58264464,0.5785124,0.70247936,0.6487603,0.6694215,0.7107438,0.74380165,0.6322314,0.59917355,0.6198347,0.60330576,0.61570245,0.61570245,0.6280992,0.6322314,0.6280992,0.6652893,0.6570248,0.6487603,0.6652893,0.6487603,0.62396693,0.61570245,0.6280992,0.6198347,0.62396693,0.6198347,0.6198347,0.6280992,0.61570245,0.6280992,0.5661157,0.2603306,0.13636364,0.17768595,0.23140496,0.32231405,0.47933885,0.6487603,0.7892562,0.8347107,0.8347107,0.8429752,0.8264463,0.8016529,0.8057851,0.7892562,0.74793386,0.75206614,0.76859504,0.76033056,0.77272725,0.76859504,0.78099173,0.7892562,0.73966944,0.73966944,0.75619835,0.7231405,0.6983471,0.6942149,0.6694215,0.677686,0.6487603,0.5785124,0.58677685,0.6404959,0.6487603,0.6942149,0.69008267,0.6818182,0.5413223,0.5661157,0.58677685,0.55785125,0.553719,0.56198347,0.57438016,0.59504133,0.60330576,0.607438,0.607438,0.59917355,0.59917355,0.59090906,0.59917355,0.58264464,0.59090906,0.61570245,0.6280992,0.6322314,0.62396693,0.6446281,0.6446281,0.61570245,0.57438016,0.2892562,0.14876033,0.17768595,0.2892562,0.27272728,0.49586776,0.59917355,0.7892562,0.8347107,0.8305785,0.8347107,0.8140496,0.8016529,0.79752064,0.6735537,0.61157024,0.6446281,0.6363636,0.6528926,0.6859504,0.6735537,0.661157,0.6487603,0.6280992,0.59504133,0.6446281,0.661157,0.607438,0.6280992,0.58677685,0.61570245,0.6487603,0.58264464,0.57024795,0.607438,0.57438016,0.6322314,0.62396693,0.61157024,0.47933885,0.5123967,0.5371901,0.5,0.4752066,0.4214876,0.41735536,0.45867768,0.4752066,0.5,0.5082645,0.5123967,0.49173555,0.49173555,0.5123967,0.5041322,0.49586776,0.5123967,0.607438,0.62396693,0.6404959,0.62396693,0.6322314,0.6363636,0.56198347,0.29752067,0.17355372,0.21900827,0.30578512,0.26859504,0.45041323,0.54545456,0.78099173,0.8347107,0.822314,0.8140496,0.8016529,0.72727275,0.661157,0.57438016,0.54545456,0.5413223,0.5041322,0.4752066,0.46694216,0.45867768,0.42561984,0.4214876,0.47107437,0.49173555,0.46694216,0.59090906,0.5413223,0.5413223,0.5495868,0.5495868,0.59917355,0.5661157,0.5371901,0.58677685,0.5289256,0.58677685,0.57438016,0.54545456,0.48347107,0.45867768,0.4876033,0.45454547,0.40495867,0.3305785,0.29752067,0.32231405,0.338843,0.34710744,0.36363637,0.38429752,0.38016528,0.3966942,0.41735536,0.43801653,0.43801653,0.43801653,0.5123967,0.55785125,0.6322314,0.6198347,0.62396693,0.6363636,0.5495868,0.30991736,0.2231405,0.20247933,0.24380165,0.29752067,0.39256197,0.5123967,0.78512394,0.8181818,0.8181818,0.79752064,0.7066116,0.59504133,0.59504133,0.5371901,0.553719,0.6363636,0.6528926,0.677686,0.6694215,0.6735537,0.57024795,0.53305787,0.6404959,0.6404959,0.4876033,0.45867768,0.45867768,0.49173555,0.5289256,0.5123967,0.5165289,0.5123967,0.49586776,0.5413223,0.49173555,0.5082645,0.5413223,0.5,0.48347107,0.38842976,0.44214877,0.45867768,0.3677686,0.30165288,0.24793388,0.2520661,0.23140496,0.25619835,0.25619835,0.25619835,0.29338843,0.3264463,0.3677686,0.39256197,0.38842976,0.42561984,0.44214877,0.4876033,0.553719,0.6363636,0.62396693,0.62396693,0.5247934,0.338843,0.21900827,0.23966943,0.17355372,0.28512397,0.35950413,0.47107437,0.7933884,0.8057851,0.8264463,0.74380165,0.5661157,0.43801653,0.49586776,0.5289256,0.5785124,0.6818182,0.6570248,0.62396693,0.59090906,0.56198347,0.40495867,0.5082645,0.5495868,0.55785125,0.5289256,0.41322315,0.37603307,0.3966942,0.4090909,0.41735536,0.4752066,0.46280992,0.5082645,0.49173555,0.4876033,0.49586776,0.5041322,0.47933885,0.46280992,0.37190083,0.7231405,0.7066116,0.29752067,0.27272728,0.25619835,0.22727273,0.25619835,0.2644628,0.2768595,0.32231405,0.34710744,0.34710744,0.35950413,0.37603307,0.36363637,0.3966942,0.37190083,0.41735536,0.46280992,0.607438,0.61157024,0.6404959,0.5206612,0.3429752,0.2231405,0.2231405,0.16115703,0.2520661,0.3305785,0.48347107,0.8140496,0.80991733,0.78512394,0.5413223,0.45867768,0.57024795,0.6570248,0.71900827,0.74380165,0.73966944,0.70247936,0.677686,0.6735537,0.6983471,0.5082645,0.79752064,0.5495868,0.43801653,0.49173555,0.4876033,0.41322315,0.4338843,0.45454547,0.34710744,0.40082645,0.5206612,0.55785125,0.5247934,0.5082645,0.5413223,0.5,0.45454547,0.41735536,0.41322315,0.49586776,0.45867768,0.33471075,0.446281,0.37190083,0.28512397,0.39256197,0.446281,0.4876033,0.5371901,0.55785125,0.55785125,0.5413223,0.54545456,0.59090906,0.57438016,0.5082645,0.446281,0.39256197,0.5,0.59090906,0.6363636,0.5371901,0.3553719,0.23553719,0.1983471,0.1983471,0.18181819,0.29752067,0.5123967,0.80991733,0.8347107,0.58677685,0.42975205,0.6280992,0.69008267,0.8140496,0.8305785,0.8181818,0.78512394,0.7355372,0.72727275,0.6942149,0.69008267,0.6198347,0.71900827,0.55785125,0.5123967,0.5041322,0.5082645,0.48347107,0.5165289,0.5247934,0.48347107,0.3181818,0.6280992,0.6446281,0.6446281,0.59917355,0.55785125,0.59090906,0.4876033,0.3264463,0.38016528,0.40495867,0.42561984,0.4338843,0.44214877,0.4214876,0.446281,0.5165289,0.5661157,0.59090906,0.58677685,0.57024795,0.5661157,0.5495868,0.58677685,0.6198347,0.661157,0.677686,0.57438016,0.47107437,0.4214876,0.45454547,0.6528926,0.5495868,0.3677686,0.2231405,0.20661157,0.24380165,0.16528925,0.27272728,0.5082645,0.7933884,0.79752064,0.5041322,0.3429752,0.6322314,0.8057851,0.8471074,0.8471074,0.8016529,0.6942149,0.6487603,0.607438,0.553719,0.5413223,0.5123967,0.4876033,0.45867768,0.5082645,0.4876033,0.46280992,0.44214877,0.5,0.59090906,0.5247934,0.61157024,0.8181818,0.661157,0.6322314,0.5495868,0.53305787,0.5785124,0.5371901,0.3677686,0.3677686,0.3966942,0.38429752,0.40495867,0.42975205,0.45454547,0.41322315,0.40495867,0.40495867,0.4090909,0.42561984,0.42561984,0.43801653,0.47933885,0.54545456,0.60330576,0.6487603,0.69008267,0.6818182,0.5661157,0.45454547,0.28512397,0.54545456,0.55785125,0.37603307,0.24793388,0.21487603,0.2644628,0.16528925,0.2231405,0.5082645,0.7231405,0.78512394,0.45867768,0.23140496,0.70247936,0.8595041,0.8347107,0.7066116,0.5082645,0.42975205,0.3966942,0.21900827,0.45454547,0.30165288,0.2644628,0.30578512,0.28512397,0.3429752,0.38016528,0.42561984,0.40082645,0.41735536,0.5247934,0.5123967,0.8347107,0.6652893,0.38842976,0.46694216,0.3429752,0.29338843,0.2892562,0.3181818,0.38842976,0.2231405,0.28512397,0.3264463,0.35950413,0.33471075,0.30991736,0.24380165,0.24793388,0.2892562,0.16115703,0.2231405,0.18181819,0.1694215,0.2520661,0.3140496,0.42561984,0.5247934,0.6446281,0.6818182,0.6198347,0.48347107,0.2520661,0.37190083,0.5495868,0.38016528,0.28512397,0.2520661,0.27272728,0.2520661,0.30165288,0.8553719,0.59090906,0.6528926,0.37603307,0.2107438,0.76033056,0.8264463,0.62396693,0.35123968,0.21487603,0.5371901,0.6487603,0.12809917,0.5041322,0.28512397,0.21900827,0.38842976,0.2768595,0.25619835,0.29752067,0.34710744,0.38842976,0.48347107,0.5785124,0.6404959,0.8181818,0.40495867,0.30991736,0.37190083,0.3264463,0.24793388,0.26859504,0.28512397,0.38842976,0.21900827,0.2644628,0.34710744,0.28099173,0.2603306,0.2603306,0.24793388,0.39256197,0.446281,0.1694215,0.29752067,0.1446281,0.1446281,0.19008264,0.32231405,0.19008264,0.25619835,0.40495867,0.5247934,0.55785125,0.5082645,0.20661157,0.3966942,0.3305785,0.5,0.2107438,0.30578512,0.28512397,0.29752067,0.3181818,0.92561984,0.37603307,0.3553719,0.37190083,0.24793388,0.71487606,0.59090906,0.2892562,0.18595041,0.19008264,0.5082645,0.54545456,0.23140496,0.35123968,0.29752067,0.3181818,0.45041323,0.38842976,0.29338843,0.3140496,0.38016528,0.45867768,0.61570245,0.6652893,0.7644628,0.5413223,0.30578512,0.46694216,0.5785124,0.57438016,0.47107437,0.42975205,0.28099173,0.34710744,0.3677686,0.43801653,0.45867768,0.35950413,0.3429752,0.3305785,0.3677686,0.4752066,0.45454547,0.27272728,0.29338843,0.19008264,0.21900827,0.28512397,0.35123968,0.1983471,0.14876033,0.17768595,0.32231405,0.38016528,0.37190083,0.2768595,0.3181818,0.2520661,0.88429755,0.30165288,0.2520661,0.28512397,0.2520661,0.1322314,0.6198347,0.33471075,0.42561984,0.3429752,0.34710744,0.822314,0.55785125,0.39256197,0.4338843,0.47933885,0.5041322,0.46280992,0.46280992,0.49586776,0.45454547,0.40495867,0.39256197,0.40495867,0.38016528,0.40082645,0.43801653,0.5495868,0.62396693,0.6818182,0.7768595,0.33471075,0.3305785,0.75206614,0.74793386,0.6528926,0.5785124,0.58264464,0.2768595,0.21487603,0.5,0.4752066,0.5165289,0.45454547,0.4214876,0.41735536,0.41322315,0.4338843,0.4338843,0.43801653,0.42561984,0.3677686,0.35950413,0.40495867,0.4090909,0.38016528,0.32231405,0.30578512,0.30578512,0.3429752,0.3140496,0.28512397,0.2644628,0.29752067,0.9214876,0.2892562,0.17355372,0.2520661,0.24380165,0.20661157,0.38429752,0.6694215,0.58677685,0.16528925,0.48347107,0.90909094,0.75206614,0.6322314,0.6983471,0.661157,0.6446281,0.59090906,0.57438016,0.5495868,0.5041322,0.43801653,0.38429752,0.39256197,0.3966942,0.41735536,0.45041323,0.5785124,0.6487603,0.6942149,0.6404959,0.20661157,0.58677685,0.8471074,0.74793386,0.6446281,0.58677685,0.6322314,0.46280992,0.1694215,0.4876033,0.4876033,0.46694216,0.45454547,0.44214877,0.42561984,0.41322315,0.40495867,0.3966942,0.42975205,0.446281,0.46280992,0.46694216,0.5,0.54545456,0.57438016,0.56198347,0.54545456,0.47107437,0.47933885,0.56198347,0.3429752,0.34710744,0.5,0.48347107,0.1694215,0.16115703,0.2603306,0.26859504,0.28099173,0.41322315,0.73966944,0.55785125,0.2520661,0.6446281,0.91322315,0.822314,0.77272725,0.6942149,0.7107438,0.661157,0.59917355,0.57438016,0.5165289,0.45454547,0.446281,0.4214876,0.46280992,0.48347107,0.49586776,0.5785124,0.677686,0.6735537,0.6446281,0.45454547,0.30578512,0.77272725,0.80991733,0.72727275,0.6404959,0.5785124,0.62396693,0.6198347,0.2520661,0.3677686,0.5785124,0.5289256,0.5082645,0.45454547,0.446281,0.4338843,0.43801653,0.40495867,0.39256197,0.38842976,0.41322315,0.446281,0.49586776,0.5371901,0.55785125,0.61157024,0.61570245,0.58264464,0.5785124,0.72727275,0.446281,0.37603307,0.6694215,0.24380165,0.14049587,0.2231405,0.3264463,0.36363637,0.3305785,0.5082645,0.78099173,0.39256197,0.42561984,0.7644628,0.8801653,0.77272725,0.70247936,0.6570248,0.6652893,0.60330576,0.59917355,0.60330576,0.58264464,0.553719,0.56198347,0.55785125,0.58264464,0.6280992,0.7107438,0.7107438,0.72727275,0.677686,0.6487603,0.30165288,0.53305787,0.822314,0.76033056,0.7066116,0.6322314,0.57438016,0.61570245,0.61157024,0.3966942,0.2892562,0.5785124,0.6446281,0.59504133,0.5413223,0.49586776,0.44214877,0.46694216,0.46694216,0.446281,0.43801653,0.4338843,0.45041323,0.46280992,0.45454547,0.5082645,0.553719,0.57024795,0.61157024,0.6198347,0.71487606,0.54545456,0.35950413,0.6818182,0.33471075,0.16528925,0.23553719,0.3264463,0.41735536,0.33471075,0.5495868,0.8719008,0.3140496,0.5661157,0.8471074,0.8553719,0.7768595,0.74380165,0.7107438,0.6528926,0.59917355,0.62396693,0.6322314,0.6487603,0.61570245,0.6322314,0.6652893,0.71487606,0.74380165,0.73966944,0.72727275,0.73966944,0.6652893,0.6652893,0.2644628,0.75619835,0.8140496,0.77272725,0.70247936,0.62396693,0.57438016,0.57438016,0.61570245,0.54545456,0.27272728,0.5,0.6652893,0.6404959,0.61570245,0.57438016,0.53305787,0.45454547,0.42975205,0.40082645,0.40495867,0.4214876,0.47107437,0.47107437,0.4338843,0.5,0.5,0.5495868,0.57024795,0.59917355,0.677686,0.6652893,0.25619835,0.6983471,0.40082645,0.19008264,0.28512397,0.3181818,0.37603307,0.30578512,0.607438,0.8305785,0.58677685,0.5661157,0.89669424,0.8636364,0.838843,0.78099173,0.76859504,0.7231405,0.661157,0.6446281,0.6404959,0.6652893,0.6570248,0.6942149,0.74793386,0.75619835,0.7107438,0.6983471,0.7231405,0.73966944,0.6942149,0.446281,0.49173555,0.8264463,0.78512394,0.75206614,0.71487606,0.6280992,0.5661157,0.58677685,0.59504133,0.59917355,0.35950413,0.3264463,0.62396693,0.661157,0.6446281,0.59504133,0.58264464,0.57438016,0.56198347,0.5082645,0.5041322,0.49173555,0.5082645,0.5,0.5123967,0.5371901,0.55785125,0.57024795,0.61157024,0.61570245,0.6652893,0.6487603,0.1983471,0.7768595,0.42975205,0.20661157,0.36363637,0.35123968,0.3305785,0.2768595,0.6322314,0.80991733,0.7107438,0.5123967,0.8719008,0.8595041,0.8429752,0.8057851,0.7933884,0.78099173,0.70247936,0.6818182,0.6859504,0.6983471,0.6859504,0.7066116,0.73140496,0.7066116,0.6322314,0.6652893,0.71900827,0.73140496,0.69008267,0.3181818,0.72727275,0.8057851,0.7768595,0.73966944,0.71900827,0.6446281,0.55785125,0.58264464,0.58264464,0.59090906,0.5413223,0.2520661,0.53305787,0.661157,0.6404959,0.5785124,0.57024795,0.58264464,0.58677685,0.5661157,0.57438016,0.55785125,0.553719,0.54545456,0.54545456,0.553719,0.57438016,0.57438016,0.6322314,0.6735537,0.75206614,0.5247934,0.41322315,0.8264463,0.45867768,0.17355372,0.37190083,0.38842976,0.3181818,0.2892562,0.6528926,0.8305785,0.8140496,0.5289256,0.8016529,0.8636364,0.8429752,0.838843,0.8057851,0.78099173,0.71487606,0.70247936,0.7107438,0.6983471,0.6570248,0.6446281,0.6446281,0.6280992,0.6322314,0.6818182,0.7107438,0.7644628,0.39256197,0.45041323,0.80991733,0.80991733,0.7892562,0.7355372,0.7066116,0.6859504,0.57024795,0.57438016,0.5785124,0.59090906,0.6528926,0.38429752,0.38429752,0.61157024,0.61157024,0.553719,0.55785125,0.56198347,0.57438016,0.57024795,0.58264464,0.5785124,0.58677685,0.56198347,0.57024795,0.57438016,0.59504133,0.58677685,0.6446281,0.677686,0.79752064,0.29752067,0.62396693,0.8140496,0.49586776,0.19421488,0.2892562,0.30165288,0.3181818,0.2892562,0.6446281,0.8471074,0.8719008,0.58677685,0.53305787,0.88429755,0.8677686,0.8553719,0.8264463,0.77272725,0.71900827,0.7231405,0.6983471,0.677686,0.6446281,0.6322314,0.607438,0.59504133,0.6404959,0.661157,0.74793386,0.5206612,0.33471075,0.61570245,0.8016529,0.838843,0.838843,0.73966944,0.71900827,0.74380165,0.62396693,0.553719,0.5785124,0.59917355,0.7107438,0.5371901,0.34710744,0.5206612,0.58677685,0.54545456,0.54545456,0.57024795,0.58264464,0.58677685,0.58264464,0.59504133,0.59090906,0.57024795,0.55785125,0.5661157,0.57438016,0.6280992,0.6363636,0.73140496,0.677686,0.28512397,0.76033056,0.7644628,0.5206612,0.18595041,0.25619835,0.2603306,0.3429752,0.26859504,0.6198347,0.8553719,0.8471074,0.838843,0.5082645,0.61570245,0.892562,0.8553719,0.8264463,0.78099173,0.73966944,0.7066116,0.6818182,0.6735537,0.6404959,0.6198347,0.59504133,0.58677685,0.6280992,0.6570248,0.60330576,0.3264463,0.57024795,0.75206614,0.8140496,0.8595041,0.8719008,0.75619835,0.73140496,0.7355372,0.607438,0.55785125,0.56198347,0.6694215,0.80991733,0.6983471,0.446281,0.41735536,0.48347107,0.5247934,0.54545456,0.5661157,0.5785124,0.57438016,0.58677685,0.59504133,0.56198347,0.553719,0.5371901,0.5371901,0.54545456,0.6322314,0.6818182,0.8140496,0.338843,0.6363636,0.78512394,0.75206614,0.5289256,0.19008264,0.21900827,0.24380165,0.33471075,0.27272728,0.59504133,0.8553719,0.8512397,0.8264463,0.8140496,0.6404959,0.5082645,0.5371901,0.6322314,0.6570248,0.6652893,0.6652893,0.6404959,0.6446281,0.6322314,0.6363636,0.6446281,0.61570245,0.5495868,0.48347107,0.44214877,0.6652893,0.76859504,0.8140496,0.8471074,0.8429752,0.838843,0.76859504,0.6942149,0.6198347,0.553719,0.5413223,0.553719,0.6280992,0.7231405,0.75206614,0.6198347,0.5041322,0.3677686,0.42561984,0.5247934,0.553719,0.57024795,0.57024795,0.57024795,0.55785125,0.54545456,0.5247934,0.5289256,0.5289256,0.53305787,0.553719,0.553719,0.5785124,0.5247934,0.7933884,0.7644628,0.7768595,0.54545456,0.17355372,0.22727273,0.27272728,0.338843,0.28099173,0.5413223,0.8512397,0.8553719,0.8429752,0.8471074,0.8636364,0.8471074,0.73966944,0.607438,0.5371901,0.5206612,0.5247934,0.5123967,0.5206612,0.5082645,0.46694216,0.45041323,0.40082645,0.42561984,0.43801653,0.70247936,0.8512397,0.8429752,0.8429752,0.8305785,0.73966944,0.7231405,0.71900827,0.6735537,0.54545456,0.53305787,0.5413223,0.58264464,0.5785124,0.61157024,0.6983471,0.6983471,0.6528926,0.53305787,0.30991736,0.37603307,0.4214876,0.41735536,0.4338843,0.4338843,0.4338843,0.45454547,0.43801653,0.44214877,0.40082645,0.37603307,0.446281,0.49586776,0.58264464,0.71900827,0.7644628,0.75206614,0.7644628,0.59917355,0.16115703,0.2520661,0.27272728,0.32231405,0.30578512,0.5247934,0.8429752,0.8429752,0.8264463,0.8512397,0.8677686,0.8595041,0.8264463,0.74793386,0.6404959,0.60330576,0.5495868,0.5206612,0.45867768,0.43801653,0.41735536,0.4214876,0.4090909,0.39256197,0.49173555,0.90082645,0.8636364,0.8429752,0.8016529,0.7066116,0.6570248,0.661157,0.6983471,0.6570248,0.5495868,0.49173555,0.5289256,0.61570245,0.5785124,0.5082645,0.54545456,0.661157,0.72727275,0.69008267,0.37603307,0.29752067,0.35123968,0.33471075,0.3264463,0.30578512,0.29338843,0.33471075,0.35123968,0.37190083,0.3966942,0.45454547,0.5165289,0.57438016,0.71900827,0.7231405,0.7355372,0.71487606,0.71900827,0.57438016,0.1983471,0.23966943,0.25619835,0.35123968,0.3181818,0.5785124,0.80991733,0.8016529,0.8181818,0.8429752,0.8512397,0.8512397,0.8512397,0.78099173,0.70247936,0.6818182,0.59504133,0.56198347,0.5,0.4338843,0.41322315,0.40082645,0.4214876,0.446281,0.61570245,0.88842976,0.8057851,0.69008267,0.59090906,0.4214876,0.37190083,0.53305787,0.7107438,0.6735537,0.5289256,0.45454547,0.49173555,0.62396693,0.46280992,0.18181819,0.26859504,0.46280992,0.61157024,0.7107438,0.44214877,0.3264463,0.39256197,0.3966942,0.42975205,0.47107437,0.49173555,0.5041322,0.49586776,0.5165289,0.53305787,0.56198347,0.6198347,0.6694215,0.76033056,0.7892562,0.7231405,0.6859504,0.6322314,0.5413223,0.2644628,0.23553719,0.2768595,0.28099173,0.34710744,0.59090906,0.80991733,0.8140496,0.8057851,0.80991733,0.8140496,0.8429752,0.8595041,0.79752064,0.71487606,0.6859504,0.62396693,0.5661157,0.53305787,0.5123967,0.5247934,0.5289256,0.607438,0.6570248,0.6652893,0.77272725,0.6363636,0.38016528,0.18595041,0.16528925,0.20661157,0.59504133,0.7066116,0.6859504,0.48347107,0.39256197,0.4752066,0.5661157,0.2107438,0.08264463,0.10743801,0.20247933,0.42561984,0.607438,0.35950413,0.43801653,0.49173555,0.5123967,0.53305787,0.5247934,0.53305787,0.5165289,0.49173555,0.5165289,0.553719,0.57024795,0.6487603,0.6694215,0.7892562,0.79752064,0.6859504,0.6363636,0.58677685,0.5123967,0.30165288,0.2231405,0.2768595,0.28512397,0.34710744,0.5785124,0.8016529,0.78099173,0.7644628,0.76859504,0.8016529,0.8264463,0.8471074,0.78099173,0.6487603,0.61157024,0.5206612,0.5289256,0.53305787,0.5289256,0.57024795,0.6818182,0.74380165,0.74380165,0.7107438,0.6404959,0.53305787,0.29752067,0.3429752,0.5,0.5661157,0.6652893,0.6859504,0.677686,0.4090909,0.3677686,0.49173555,0.43801653,0.33471075,0.28099173,0.2520661,0.23140496,0.35950413,0.4752066,0.2520661,0.47933885,0.5289256,0.5123967,0.5247934,0.5041322,0.4876033,0.46694216,0.41735536,0.4338843,0.4876033,0.5413223,0.59504133,0.6487603,0.74793386,0.71487606,0.62396693,0.5785124,0.57438016,0.46280992,0.30578512,0.22727273,0.22727273,0.3553719,0.35123968,0.5661157,0.74380165,0.7231405,0.6942149,0.76859504,0.78099173,0.8057851,0.7892562,0.6487603,0.47933885,0.47107437,0.59504133,0.57024795,0.53305787,0.5661157,0.6280992,0.71487606,0.75619835,0.71487606,0.73140496,0.6528926,0.59504133,0.5123967,0.5785124,0.59917355,0.553719,0.5247934,0.48347107,0.5082645,0.41735536,0.4090909,0.28099173,0.30165288,0.3264463,0.39256197,0.4214876,0.3553719,0.37190083,0.3553719,0.37190083,0.5247934,0.553719,0.54545456,0.54545456,0.5082645,0.4876033,0.48347107,0.45454547,0.4090909,0.38842976,0.45454547,0.5206612,0.6280992,0.6280992,0.61570245,0.61157024,0.5495868,0.5495868,0.446281,0.29752067,0.2107438,0.21487603,0.338843,0.3966942,0.59504133,0.7644628,0.6735537,0.7107438,0.75206614,0.75619835,0.76033056,0.59504133,0.5,0.6404959,0.661157,0.5785124,0.5165289,0.5785124,0.607438,0.6198347,0.6859504,0.70247936,0.6735537,0.69008267,0.6942149,0.6859504,0.59917355,0.5661157,0.5165289,0.5,0.47107437,0.40495867,0.30991736,0.24380165,0.23140496,0.25619835,0.28099173,0.2644628,0.29752067,0.38016528,0.338843,0.40082645,0.40495867,0.5,0.5413223,0.5495868,0.5413223,0.53305787,0.5206612,0.4876033,0.4876033,0.5041322,0.5123967,0.45454547,0.35950413,0.45867768,0.5165289,0.5289256,0.5371901,0.5495868,0.553719,0.49586776,0.40082645,0.29338843,0.24380165,0.18181819,0.3553719,0.37603307,0.58264464,0.6983471,0.61570245,0.6570248,0.73966944,0.71487606,0.6363636,0.4876033,0.71487606,0.6198347,0.5206612,0.5082645,0.553719,0.607438,0.5661157,0.5661157,0.59504133,0.59504133,0.61157024,0.62396693,0.61570245,0.5495868,0.5041322,0.49586776,0.47107437,0.5206612,0.45041323,0.35950413,0.25619835,0.2107438,0.1983471,0.37603307,0.34710744,0.37190083,0.2231405,0.37603307,0.35950413,0.4876033,0.446281,0.49173555,0.5289256,0.5165289,0.49586776,0.4752066,0.4752066,0.45454547,0.46694216,0.43801653,0.5,0.5495868,0.5289256,0.3429752,0.4752066,0.5082645,0.4876033,0.5247934,0.5082645,0.45041323,0.3677686,0.2520661,0.2603306,0.20661157,0.32231405,0.37603307,0.58677685,0.5785124,0.54545456,0.58677685,0.6983471,0.6446281,0.5041322,0.6280992,0.6528926,0.44214877,0.4876033,0.5413223,0.49586776,0.48347107,0.49173555,0.49586776,0.5041322,0.59504133,0.5206612,0.5289256,0.5165289,0.46280992,0.47107437,0.4214876,0.5041322,0.46694216,0.29752067,0.35123968,0.32231405,0.23553719,0.2768595,0.3677686,0.40082645,0.38429752,0.3553719,0.37190083,0.3140496,0.4752066,0.38842976,0.4090909,0.45454547,0.47933885,0.45041323,0.42975205,0.41322315,0.40082645,0.41735536,0.37603307,0.40495867,0.4752066,0.6694215,0.44214877,0.45041323,0.4338843,0.45454547,0.4752066,0.4752066,0.4090909,0.30165288,0.23140496,0.23140496,0.23140496,0.2644628,0.45041323,0.5371901,0.5,0.47933885,0.553719,0.6487603,0.61157024,0.49586776,0.6487603,0.55785125,0.47107437,0.47933885,0.44214877,0.3429752,0.44214877,0.45041323,0.48347107,0.5495868,0.45454547,0.5,0.5,0.45454547,0.35950413,0.5082645,0.41735536,0.46694216,0.44214877,0.30165288,0.2768595,0.3429752,0.32231405,0.3305785,0.3429752,0.35950413,0.30991736,0.42561984,0.37190083,0.29752067,0.43801653,0.338843,0.39256197,0.34710744,0.42975205,0.4214876,0.40495867,0.37190083,0.3305785,0.37603307,0.34710744,0.3553719,0.4214876,0.5661157,0.55785125,0.45041323,0.33471075,0.45867768,0.4338843,0.4338843,0.3677686,0.2644628,0.2107438,0.23140496,0.21900827,0.35950413,0.42975205,0.3966942,0.42561984,0.45041323,0.5413223,0.6280992,0.61157024,0.5041322,0.59090906,0.46694216,0.38429752,0.41735536,0.29752067,0.39256197,0.45454547,0.4214876,0.5165289,0.5206612,0.42975205,0.4876033,0.48347107,0.39256197,0.37603307,0.45454547,0.41322315,0.3429752,0.4214876,0.2892562,0.2520661,0.35950413,0.3264463,0.3553719,0.30991736,0.3140496,0.24380165,0.33471075,0.3140496,0.29752067,0.41735536,0.2603306,0.37190083,0.30991736,0.3553719,0.4214876,0.35950413,0.36363637,0.32231405,0.3305785,0.338843,0.3429752,0.3677686,0.45454547,0.5041322,0.4214876,0.26859504,0.4876033,0.40495867,0.3553719,0.2603306,0.30991736,0.2107438,0.21900827,0.18181819,0.39256197,0.37190083,0.40495867,0.4090909,0.45454547,0.46694216,0.58264464,0.57024795,0.46694216,0.45454547,0.41735536,0.35123968,0.3429752,0.27272728,0.3677686,0.37190083,0.41735536,0.5206612,0.47107437,0.40495867,0.47107437,0.4338843,0.5,0.38016528,0.38429752,0.36363637,0.37190083,0.3181818,0.28512397,0.2520661,0.35950413,0.3181818,0.30578512,0.28512397,0.24380165,0.2644628,0.29338843,0.2892562,0.26859504,0.40082645,0.2603306,0.3553719,0.29338843,0.3429752,0.3264463,0.3305785,0.3264463,0.33471075,0.2644628,0.32231405,0.3305785,0.3140496,0.37190083,0.44214877,0.33471075,0.28099173,0.36363637,0.3677686,0.28099173,0.23140496,0.2768595,0.23140496,0.21900827,0.16528925,0.3966942,0.3553719,0.37190083,0.37190083,0.46694216,0.43801653,0.5247934,0.49586776,0.40082645,0.45454547,0.3966942,0.3264463,0.3181818,0.2603306,0.34710744,0.29752067,0.3677686,0.5,0.41322315,0.3553719,0.46694216,0.4090909,0.5247934,0.35950413,0.37190083,0.30165288,0.34710744,0.24380165,0.28099173,0.23140496,0.37190083,0.32231405,0.27272728,0.2520661,0.1694215,0.24793388,0.29338843,0.1983471,0.30165288,0.40495867,0.23966943,0.3553719,0.33471075,0.30165288,0.2644628,0.29752067,0.29752067,0.28512397,0.21900827,0.2892562,0.35123968,0.25619835,0.30991736,0.338843,0.2644628,0.2603306,0.29338843,0.28099173,0.2107438,0.1983471,0.24380165,0.2520661,0.19421488,0.14876033,0.42975205,0.3429752,0.3429752,0.30578512,0.46280992,0.37603307,0.43801653,0.41735536,0.40082645,0.42561984,0.38429752,0.3264463,0.2768595,0.2892562,0.2768595,0.29338843,0.3553719,0.40082645,0.3677686,0.33471075,0.4338843,0.36363637,0.49586776,0.45867768,0.4214876,0.36363637,0.35123968,0.3264463,0.3181818,0.38016528,0.40082645,0.37190083,0.3264463,0.30578512,0.28512397,0.28099173,0.2644628,0.20661157,0.29338843,0.3140496,0.2892562,0.3140496,0.30578512,0.23966943,0.24380165,0.28099173,0.2603306,0.20247933,0.17768595,0.24793388,0.30991736,0.23553719,0.3429752,0.26859504,0.20247933,0.22727273,0.23553719,0.21900827,0.1983471,0.21487603,0.21487603,0.23553719,0.18181819,0.20247933,0.37190083,0.32231405,0.33471075,0.3429752,0.3966942,0.34710744,0.38016528,0.37603307,0.49173555,0.35123968,0.37190083,0.30991736,0.26859504,0.21900827,0.24380165,0.29752067,0.34710744,0.36363637,0.38842976,0.49586776,0.5413223,0.5206612,0.61157024,0.6322314,0.6280992,0.5289256,0.5123967,0.5206612,0.5289256,0.55785125,0.53305787,0.5495868,0.47933885,0.4876033,0.42975205,0.38016528,0.338843,0.338843,0.3677686,0.35950413,0.3429752,0.27272728,0.338843,0.20247933,0.21900827,0.21900827,0.23553719,0.1570248,0.18595041,0.21487603,0.2520661,0.21487603,0.35123968,0.3181818,0.14049587,0.23553719,0.2107438,0.24793388,0.20247933,0.21487603,0.23140496,0.21487603,0.14049587,0.22727273,0.32231405,0.29752067,0.2768595,0.338843,0.33471075,0.34710744,0.3677686,0.3305785,0.40082645,0.37190083,0.3181818,0.3264463,0.25619835,0.23966943,0.27272728,0.33471075,0.38429752,0.41735536,0.45867768,0.6652893,0.73140496,0.75206614,0.77272725,0.78099173,0.75619835,0.677686,0.58264464,0.58264464,0.59917355,0.6198347,0.6446281,0.58264464,0.4876033,0.49586776,0.42975205,0.4338843,0.446281,0.45454547,0.5082645,0.4876033,0.47107437,0.37190083,0.37603307,0.24793388,0.23553719,0.21487603,0.18181819,0.19008264,0.19421488,0.1983471,0.2768595,0.2107438,0.3264463,0.36363637,0.19421488,0.25619835,0.18595041,0.19421488,0.22727273,0.16528925,0.23966943,0.1983471,0.14876033,0.19421488,0.32231405,0.23553719,0.2520661,0.35950413,0.29752067,0.32231405,0.3677686,0.2603306,0.338843,0.35950413,0.30578512,0.29338843,0.23553719,0.2520661,0.2768595,0.32231405,0.3966942,0.40495867,0.4876033,0.6322314,0.7107438,0.7892562,0.75619835,0.8057851,0.822314,0.7355372,0.6983471,0.70247936,0.70247936,0.6818182,0.6404959,0.5661157,0.5247934,0.5206612,0.5082645,0.49173555,0.5206612,0.55785125,0.59504133,0.607438,0.56198347,0.446281,0.44214877,0.3140496,0.2603306,0.2768595,0.23966943,0.23553719,0.23553719,0.20661157,0.30991736,0.27272728,0.30578512,0.3305785,0.30991736,0.2520661,0.18181819,0.2107438,0.23140496,0.17355372,0.23140496,0.19008264,0.13636364,0.2107438,0.2892562,0.28512397,0.28099173,0.3305785,0.28099173,0.3305785,0.32231405,0.28512397,0.30165288,0.32231405,0.29338843,0.25619835,0.26859504,0.23553719,0.2892562,0.3181818,0.3553719,0.39256197,0.45867768,0.57024795,0.6322314,0.6322314,0.6818182,0.70247936,0.6446281,0.6487603,0.6322314,0.6198347,0.6446281,0.59917355,0.55785125,0.53305787,0.5,0.53305787,0.5413223,0.5041322,0.5206612,0.57024795,0.57438016,0.55785125,0.5289256,0.46280992,0.45867768,0.37190083,0.28512397,0.29338843,0.2892562,0.27272728,0.3140496,0.27272728,0.26859504,0.338843,0.26859504,0.28512397,0.29752067,0.18595041,0.18595041,0.22727273,0.23966943,0.1983471,0.20247933,0.24793388,0.19008264,0.2107438,0.32231405,0.35950413,0.2768595,0.3140496,0.30578512,0.32231405,0.30165288,0.24793388,0.30991736,0.2768595,0.25619835,0.27272728,0.32231405,0.29752067,0.3264463,0.30991736,0.3181818,0.338843,0.42561984,0.46280992,0.5495868,0.5082645,0.57024795,0.5247934,0.5247934,0.5,0.5,0.5206612,0.5165289,0.47933885,0.46280992,0.4752066,0.4338843,0.446281,0.47933885,0.47933885,0.41735536,0.5289256,0.5123967,0.48347107,0.46280992,0.46694216,0.4338843,0.4090909,0.34710744,0.3429752,0.30578512,0.338843,0.25619835,0.34710744,0.2603306,0.2892562,0.2644628,0.24793388,0.26859504,0.19008264,0.18595041,0.1983471,0.21487603,0.20661157,0.20247933,0.22727273,0.2892562,0.19421488,0.27272728,0.29338843,0.30165288,0.2603306,0.30578512,0.27272728,0.28512397,0.29752067,0.30578512,0.2644628,0.28512397,0.26859504,0.30165288,0.26859504,0.30991736,0.28512397,0.26859504,0.30165288,0.3677686,0.41735536,0.4752066,0.4090909,0.46694216,0.40082645,0.4752066,0.43801653,0.38016528,0.4752066,0.4338843,0.42561984,0.4214876,0.3966942,0.39256197,0.41735536,0.41735536,0.44214877,0.41735536,0.44214877,0.47933885,0.4338843,0.42975205,0.4214876,0.40082645,0.42561984,0.338843,0.28099173,0.3429752,0.3553719,0.23140496,0.3140496,0.2768595,0.23553719,0.22727273,0.23966943,0.2603306,0.19421488,0.2107438,0.19421488,0.2107438,0.2107438,0.2107438,0.20247933,0.22727273,0.19008264,0.21487603,0.2768595,0.3553719,0.2644628,0.23140496,0.28099173,0.3429752,0.3140496,0.33471075,0.21487603,0.3553719,0.23140496,0.3429752,0.24793388,0.20661157,0.30578512,0.2520661,0.2644628,0.2892562,0.3429752,0.3429752,0.338843,0.39256197,0.35123968,0.36363637,0.3677686,0.30991736,0.37190083,0.38016528,0.38016528,0.41322315,0.30165288,0.3429752,0.35950413,0.39256197,0.38842976,0.38429752,0.38842976,0.41322315,0.35123968,0.43801653,0.3553719,0.3677686,0.40082645,0.36363637,0.24793388,0.29338843,0.32231405,0.2603306,0.24380165,0.29338843,0.20247933,0.23553719,0.2107438,0.23966943,0.19421488,0.18595041,0.19421488,0.19421488,0.20247933,0.18595041,0.2107438,0.21487603,0.20247933,0.2644628,0.2107438,0.3553719,0.29752067,0.22727273,0.33471075,0.35950413,0.30991736,0.38016528,0.20247933,0.37190083,0.24380165,0.37190083,0.2107438,0.23553719,0.3264463,0.24380165,0.24793388,0.24793388,0.27272728,0.2768595,0.28512397,0.26859504,0.3264463,0.32231405,0.29752067,0.2892562,0.3264463,0.30578512,0.33471075,0.38016528,0.3429752,0.3181818,0.30578512,0.35950413,0.35123968,0.30578512,0.36363637,0.3305785,0.3305785,0.38016528,0.32231405,0.3181818,0.37190083,0.29338843,0.27272728,0.21487603,0.28512397,0.2520661,0.23140496,0.26859504,0.2107438,0.1983471,0.18595041,0.2231405,0.20247933,0.18181819,0.18595041,0.21900827,0.19008264,0.21900827,0.21487603,0.28099173,0.20661157,0.2520661,0.2603306,0.32231405,0.28512397,0.24793388,0.37190083,0.35123968,0.2892562,0.35123968,0.3181818,0.35123968,0.3264463,0.38016528,0.13636364,0.32231405,0.2768595,0.2520661,0.24380165,0.2107438,0.17768595,0.22727273,0.17768595,0.2644628,0.29338843,0.26859504,0.2892562,0.25619835,0.24793388,0.2644628,0.24793388,0.30991736,0.29752067,0.29752067,0.26859504,0.2892562,0.2768595,0.23966943,0.32231405,0.2892562,0.2892562,0.32231405,0.28099173,0.2644628,0.3553719,0.24793388,0.2520661,0.2231405,0.25619835,0.2768595,0.23140496,0.2231405,0.24380165,0.19421488,0.19421488,0.19421488,0.2107438,0.18595041,0.1446281,0.24793388,0.20661157,0.24793388,0.2107438,0.23966943,0.23553719,0.19008264,0.33471075,0.29338843,0.22727273,0.2768595,0.338843,0.29338843,0.2644628,0.3429752,0.24380165,0.35950413,0.35123968,0.46694216,0.1570248,0.33471075,0.24793388,0.3305785,0.23966943,0.19421488,0.17768595,0.1694215,0.19421488,0.29752067,0.29752067,0.3305785,0.338843,0.3181818,0.25619835,0.24793388,0.24380165,0.21900827,0.2768595,0.2603306,0.22727273,0.23966943,0.22727273,0.21487603,0.25619835,0.23140496,0.28512397,0.2892562,0.22727273,0.2231405,0.28099173,0.23553719,0.2231405,0.19421488,0.2768595,0.23966943,0.2107438,0.19421488,0.2231405,0.21487603,0.1983471,0.23140496,0.21900827,0.17355372,0.18181819,0.22727273,0.30578512,0.23140496,0.2231405,0.2520661,0.21900827,0.23140496,0.29338843,0.27272728,0.23553719,0.26859504,0.35950413,0.29752067,0.23553719,0.3677686,0.23966943,0.30578512,0.37190083,0.3553719,0.2644628,0.32231405,0.25619835,0.47933885,0.30165288,0.21487603,0.1983471,0.2231405,0.18181819,0.27272728,0.23966943,0.2603306,0.24793388,0.2520661,0.2107438,0.23966943,0.24380165,0.23553719,0.23553719,0.2603306,0.2520661,0.19421488,0.1694215,0.2107438,0.2107438,0.21900827,0.24793388,0.22727273,0.24380165,0.20661157,0.21487603,0.20661157,0.18595041,0.20247933,0.1983471,0.24380165,0.23140496,0.17768595,0.20247933,0.1694215,0.1983471,0.22727273,0.21900827,0.1570248,0.21487603,0.2603306,0.23966943,0.17768595,0.20661157,0.2768595,0.15289256,0.28512397,0.26859504,0.28099173,0.2644628,0.21900827,0.32231405,0.30991736,0.2644628,0.30991736,0.3429752,0.35123968,0.35123968,0.338843,0.23553719,0.2892562,0.17355372,0.6528926,0.3140496,0.29752067,0.2603306,0.14876033,0.1983471,0.23966943,0.2107438,0.2768595,0.27272728,0.2603306,0.21487603,0.29752067,0.20661157,0.2231405,0.2520661,0.29752067,0.2520661,0.18595041,0.14876033,0.24380165,0.23553719,0.1983471,0.20247933,0.23966943,0.21487603,0.2107438,0.25619835,0.15289256,0.2231405,0.18181819,0.1694215,0.2107438,0.28099173,0.19421488,0.20661157,0.16528925,0.17355372,0.1983471,0.26859504,0.18595041,0.17355372,0.23966943,0.24380165,0.1694215,0.19008264,0.2520661,0.19008264,0.23553719,0.27272728,0.2892562,0.24380165,0.23966943,0.3140496,0.3429752,0.28512397,0.29338843,0.32231405,0.37190083,0.27272728,0.38429752,0.2768595,0.23966943,0.24380165,0.59917355,0.43801653,0.2768595,0.20247933,0.1694215,0.21900827,0.1983471,0.23553719,0.3677686,0.30991736,0.2892562,0.23966943,0.2768595,0.25619835,0.2603306,0.27272728,0.29338843,0.24380165,0.2107438,0.21487603,0.23553719,0.24380165,0.24793388,0.23966943,0.21487603,0.17355372,0.25619835,0.24380165,0.1322314,0.28099173,0.20661157,0.19421488,0.27272728,0.18595041,0.2231405,0.2644628,0.20661157,0.16528925,0.23553719,0.28512397,0.2520661,0.1570248,0.21900827,0.2644628,0.19421488,0.18595041,0.2768595,0.24380165,0.23553719,0.28512397,0.28099173,0.19008264,0.3429752,0.3181818,0.37190083,0.2603306,0.34710744,0.2644628,0.35123968,0.20661157,0.38842976,0.2892562,0.23553719,0.3264463,0.41322315,0.5371901,0.2892562,0.24793388,0.14876033,0.23140496,0.2768595,0.3264463,0.2644628,0.338843,0.34710744,0.29752067,0.2520661,0.24380165,0.29338843,0.2644628,0.30578512,0.23966943,0.16528925,0.29752067,0.1983471,0.2520661,0.21487603,0.26859504,0.19421488,0.23553719,0.22727273,0.18595041,0.15289256,0.29752067,0.22727273,0.20247933,0.35123968,0.1570248,0.17355372,0.29752067,0.21487603,0.19421488,0.20247933,0.22727273,0.2768595,0.16115703,0.2107438,0.2231405,0.20661157,0.18181819,0.26859504,0.20661157,0.3140496,0.30165288,0.28512397,0.2520661,0.4214876,0.3553719,0.3264463,0.3305785,0.30165288,0.2768595,0.29338843,0.22727273,0.33471075,0.24793388,0.2603306,0.30578512,0.3140496,0.4876033,0.30165288,0.3181818,0.17768595,0.27272728,0.3429752,0.26859504,0.2603306,0.34710744,0.29338843,0.21487603,0.37190083,0.26859504,0.30165288,0.23553719,0.27272728,0.32231405,0.1983471,0.3305785,0.26859504,0.17768595,0.22727273,0.24793388,0.1983471,0.26859504,0.1983471,0.1446281,0.20247933,0.1983471,0.19008264,0.2768595,0.27272728,0.17768595,0.20247933,0.26859504,0.20661157,0.2603306,0.18595041,0.23140496,0.27272728,0.2231405,0.17768595,0.20247933,0.1983471,0.1983471,0.23966943,0.20247933,0.3429752,0.28512397,0.35123968,0.3181818,0.42975205,0.3140496,0.28512397,0.2603306,0.26859504,0.34710744,0.21487603,0.27272728,0.28512397,0.2231405,0.2892562,0.25619835,0.30578512,0.43801653,0.3677686,0.3553719,0.2231405,0.30165288,0.35950413,0.2520661,0.30165288,0.3429752,0.25619835,0.25619835,0.38842976,0.2892562,0.23140496,0.2520661,0.2603306,0.2768595,0.23140496,0.30165288,0.22727273,0.17768595,0.22727273,0.1983471,0.28512397,0.29752067,0.21487603,0.16115703,0.22727273,0.17768595,0.17768595,0.2644628,0.29338843,0.20247933,0.23966943,0.21487603,0.17355372,0.28099173,0.21900827,0.21487603,0.28512397,0.28099173,0.18181819,0.17768595,0.21487603,0.23553719,0.16528925,0.18181819,0.35123968,0.2892562,0.40082645,0.32231405,0.34710744,0.29752067,0.35123968,0.22727273,0.23553719,0.33471075,0.21487603,0.30165288,0.21900827,0.2603306,0.30991736,0.27272728,0.2644628,0.38429752,0.338843,0.35950413,0.2603306,0.26859504,0.3966942,0.28512397,0.30165288,0.3264463,0.2603306,0.28512397,0.32231405,0.2520661,0.16528925,0.2603306,0.21487603,0.2603306,0.23553719,0.19008264,0.21900827,0.2107438,0.19008264,0.1983471,0.2644628,0.2892562,0.25619835,0.18181819,0.2520661,0.1446281,0.17768595,0.21487603,0.32231405,0.30578512,0.22727273,0.21900827,0.1694215,0.2603306,0.2768595,0.18181819,0.29752067,0.2520661,0.16528925,0.1570248,0.20661157,0.20247933,0.14049587,0.17355372,0.2768595,0.3181818,0.3140496,0.26859504,0.30991736,0.3553719,0.29752067,0.24380165,0.19421488,0.29752067,0.2768595,0.28512397,0.2603306,0.3553719,0.29752067,0.3140496,0.24380165,0.33471075,0.34710744,0.29338843,0.25619835,0.30578512,0.45041323,0.26859504,0.24380165,0.3181818,0.20247933,0.2107438,0.28099173,0.22727273,0.23140496,0.23553719,0.16115703,0.2520661,0.21487603,0.18595041,0.20247933,0.20661157,0.19421488,0.18181819,0.26859504,0.29752067,0.23553719,0.22727273,0.25619835,0.19421488,0.19008264,0.1983471,0.33471075,0.36363637,0.23966943,0.20661157,0.20661157,0.26859504,0.2520661,0.20247933,0.23966943,0.21900827,0.14876033,0.18595041,0.2107438,0.1983471,0.1570248,0.16115703,0.2768595,0.30991736,0.2603306,0.27272728,0.35950413,0.2603306,0.23553719,0.25619835,0.18595041,0.2603306,0.33471075,0.2768595,0.32231405,0.38842976,0.2644628,0.29752067,0.27272728,0.3553719,0.32231405,0.20661157,0.30578512,0.3429752,0.48347107,0.24793388,0.20661157,0.38016528,0.16115703,0.23140496,0.30165288,0.21487603,0.25619835,0.18181819,0.22727273,0.23140496,0.23966943,0.21487603,0.1570248,0.17768595,0.2520661,0.11570248,0.2520661,0.30991736,0.2644628,0.23140496,0.20247933,0.1694215,0.2231405,0.23553719,0.36363637,0.35123968,0.28099173,0.21487603,0.24380165,0.24793388,0.2520661,0.21900827,0.22727273,0.20247933,0.17355372,0.21900827,0.2107438,0.17355372,0.18181819,0.1694215,0.35123968,0.21900827,0.2520661,0.2603306,0.3966942,0.1570248,0.2644628,0.24380165,0.24793388,0.37603307,0.30991736,0.3140496,0.338843,0.3181818,0.29338843,0.2644628,0.29338843,0.2603306,0.24793388,0.3181818,0.3677686,0.37603307,0.43801653,0.20247933,0.25619835,0.4090909,0.20247933,0.25619835,0.29752067,0.26859504,0.18595041,0.1983471,0.2520661,0.22727273,0.22727273,0.18181819,0.16115703,0.16115703,0.3140496,0.11983471,0.24380165,0.30578512,0.2520661,0.23966943,0.1983471,0.20661157,0.14876033,0.3553719,0.25619835,0.35950413,0.23966943,0.18595041,0.3429752,0.18181819,0.26859504,0.13636364,0.28099173,0.16115703,0.14049587,0.2892562,0.21487603,0.20247933,0.17768595,0.1694215,0.30991736,0.23140496,0.26859504,0.26859504,0.33471075,0.23553719,0.22727273,0.2603306,0.338843,0.3553719,0.28099173,0.446281,0.338843,0.3140496,0.23966943,0.25619835,0.26859504,0.21900827,0.28512397,0.4876033,0.5289256,0.3181818,0.29752067,0.2520661,0.3264463,0.3966942,0.2520661,0.2768595,0.2520661,0.24793388,0.2231405,0.20661157,0.23553719,0.2231405,0.21487603,0.21487603,0.17768595,0.18595041,0.2231405,0.20247933,0.23966943,0.27272728,0.2644628,0.2231405,0.21900827,0.25619835,0.14049587,0.30165288,0.25619835,0.2892562,0.2768595,0.18181819,0.338843,0.19008264,0.28099173,0.09917355,0.2644628,0.14049587,0.1570248,0.20247933,0.20247933,0.20247933,0.17768595,0.22727273,36 +0.38016528,0.23140496,0.24380165,0.5289256,0.7933884,0.77272725,0.7768595,0.78512394,0.7768595,0.8181818,0.8181818,0.80991733,0.8140496,0.8140496,0.8140496,0.79752064,0.79752064,0.78512394,0.76859504,0.74380165,0.70247936,0.6818182,0.6487603,0.6198347,0.6322314,0.61570245,0.61570245,0.62396693,0.6446281,0.6404959,0.6198347,0.62396693,0.6363636,0.6363636,0.6280992,0.6198347,0.60330576,0.58264464,0.5785124,0.5661157,0.553719,0.57438016,0.5661157,0.58264464,0.59504133,0.607438,0.59917355,0.59917355,0.59090906,0.60330576,0.61157024,0.61157024,0.61157024,0.58677685,0.607438,0.58677685,0.553719,0.553719,0.3966942,0.09504132,0.15289256,0.21487603,0.19008264,0.19421488,0.37603307,0.28099173,0.30165288,0.72727275,0.8016529,0.78512394,0.78512394,0.7933884,0.7933884,0.80991733,0.8347107,0.822314,0.822314,0.7892562,0.822314,0.80991733,0.79752064,0.7892562,0.78512394,0.77272725,0.74380165,0.7107438,0.6818182,0.661157,0.6446281,0.61570245,0.60330576,0.6363636,0.6528926,0.6446281,0.62396693,0.61570245,0.6363636,0.6487603,0.6322314,0.61570245,0.60330576,0.60330576,0.58264464,0.58264464,0.58677685,0.58677685,0.59504133,0.59917355,0.60330576,0.59090906,0.607438,0.59917355,0.59090906,0.59917355,0.62396693,0.60330576,0.59504133,0.6198347,0.61157024,0.59090906,0.59504133,0.57438016,0.54545456,0.1694215,0.11157025,0.20247933,0.1694215,0.18595041,0.34710744,0.338843,0.36363637,0.78512394,0.8057851,0.8016529,0.7933884,0.8181818,0.80991733,0.8181818,0.838843,0.8181818,0.8140496,0.8057851,0.838843,0.80991733,0.822314,0.8264463,0.80991733,0.7892562,0.76859504,0.73966944,0.7107438,0.7107438,0.6570248,0.61157024,0.61157024,0.6404959,0.6322314,0.6198347,0.6280992,0.61570245,0.6280992,0.661157,0.6487603,0.6280992,0.61570245,0.6198347,0.58677685,0.5785124,0.59917355,0.59917355,0.61570245,0.6198347,0.6198347,0.61157024,0.61157024,0.61157024,0.60330576,0.6198347,0.62396693,0.60330576,0.61157024,0.62396693,0.6280992,0.607438,0.59504133,0.59504133,0.59917355,0.42561984,0.0661157,0.17355372,0.16115703,0.1694215,0.27272728,0.3677686,0.43801653,0.75619835,0.8181818,0.8140496,0.8016529,0.8181818,0.8181818,0.8471074,0.822314,0.8181818,0.8140496,0.8181818,0.822314,0.822314,0.8264463,0.8264463,0.8181818,0.8057851,0.79752064,0.78099173,0.74793386,0.76033056,0.7066116,0.6570248,0.6487603,0.661157,0.62396693,0.59917355,0.6280992,0.62396693,0.59917355,0.6694215,0.69008267,0.661157,0.6404959,0.62396693,0.60330576,0.58677685,0.60330576,0.59917355,0.6280992,0.6404959,0.6280992,0.6280992,0.62396693,0.6363636,0.6198347,0.607438,0.6198347,0.61570245,0.62396693,0.6280992,0.6363636,0.6404959,0.60330576,0.61157024,0.61570245,0.5495868,0.13636364,0.18181819,0.13636364,0.16115703,0.21900827,0.37603307,0.49586776,0.7231405,0.822314,0.8181818,0.79752064,0.8140496,0.8264463,0.8305785,0.8264463,0.8140496,0.8140496,0.8181818,0.8140496,0.8305785,0.838843,0.838843,0.8347107,0.822314,0.8181818,0.8181818,0.76859504,0.7768595,0.74380165,0.71900827,0.677686,0.6859504,0.6446281,0.58677685,0.6198347,0.6446281,0.6280992,0.6446281,0.71487606,0.69008267,0.661157,0.661157,0.59504133,0.6198347,0.6198347,0.6198347,0.6528926,0.6487603,0.6280992,0.661157,0.6694215,0.6652893,0.6487603,0.6322314,0.6280992,0.6198347,0.6322314,0.6198347,0.6528926,0.6363636,0.6322314,0.62396693,0.6198347,0.5785124,0.23553719,0.18181819,0.18181819,0.1570248,0.2231405,0.37603307,0.5041322,0.70247936,0.8057851,0.822314,0.8057851,0.838843,0.8305785,0.8264463,0.8057851,0.7933884,0.80991733,0.8140496,0.8305785,0.8264463,0.8429752,0.8429752,0.8553719,0.8264463,0.8140496,0.8264463,0.7933884,0.78099173,0.76033056,0.75206614,0.7231405,0.71487606,0.6859504,0.5785124,0.6322314,0.6983471,0.6280992,0.6487603,0.71900827,0.7231405,0.6859504,0.6694215,0.607438,0.6322314,0.6280992,0.6363636,0.6694215,0.6487603,0.6446281,0.69008267,0.6818182,0.677686,0.6735537,0.661157,0.6322314,0.6363636,0.6198347,0.6322314,0.6404959,0.6363636,0.6363636,0.61570245,0.6198347,0.59504133,0.30578512,0.12396694,0.19421488,0.1694215,0.2892562,0.3429752,0.4876033,0.677686,0.8140496,0.80991733,0.822314,0.8429752,0.8264463,0.80991733,0.7933884,0.8016529,0.78099173,0.79752064,0.79752064,0.80991733,0.822314,0.8057851,0.8512397,0.80991733,0.7892562,0.79752064,0.7892562,0.75619835,0.7355372,0.7231405,0.7107438,0.6942149,0.6570248,0.57438016,0.6446281,0.7066116,0.6652893,0.6652893,0.75206614,0.71900827,0.6446281,0.6363636,0.61570245,0.61157024,0.6280992,0.6198347,0.6404959,0.6322314,0.6322314,0.677686,0.661157,0.6528926,0.6652893,0.6487603,0.6280992,0.61570245,0.62396693,0.6280992,0.6322314,0.6198347,0.6363636,0.61570245,0.61570245,0.607438,0.37603307,0.09917355,0.17355372,0.1983471,0.29338843,0.3264463,0.46280992,0.6446281,0.8181818,0.8181818,0.8264463,0.8305785,0.80991733,0.79752064,0.7892562,0.75206614,0.70247936,0.74380165,0.75206614,0.74380165,0.75619835,0.75619835,0.7768595,0.75206614,0.7231405,0.72727275,0.75206614,0.71900827,0.6983471,0.6735537,0.6652893,0.6735537,0.6446281,0.5661157,0.6280992,0.69008267,0.6818182,0.661157,0.7355372,0.661157,0.58677685,0.6280992,0.58677685,0.57024795,0.57438016,0.59090906,0.60330576,0.6198347,0.61570245,0.62396693,0.6198347,0.6198347,0.61157024,0.607438,0.59917355,0.607438,0.61570245,0.6198347,0.6363636,0.6322314,0.6404959,0.6528926,0.62396693,0.61570245,0.41322315,0.11157025,0.1694215,0.20661157,0.2231405,0.2768595,0.45454547,0.59917355,0.8264463,0.8181818,0.8305785,0.8016529,0.8057851,0.7644628,0.6983471,0.59504133,0.58264464,0.61157024,0.60330576,0.6404959,0.6570248,0.6446281,0.61570245,0.607438,0.59504133,0.59090906,0.6570248,0.61570245,0.6528926,0.59090906,0.58677685,0.6363636,0.6487603,0.56198347,0.58677685,0.607438,0.6198347,0.61157024,0.6694215,0.58677685,0.5082645,0.58677685,0.53305787,0.5082645,0.47933885,0.4752066,0.49173555,0.5247934,0.54545456,0.5495868,0.54545456,0.5413223,0.5165289,0.53305787,0.5413223,0.5247934,0.5289256,0.59090906,0.6280992,0.6363636,0.6280992,0.6694215,0.6363636,0.607438,0.4214876,0.16528925,0.16528925,0.22727273,0.2107438,0.29338843,0.4214876,0.553719,0.8429752,0.8140496,0.822314,0.78512394,0.72727275,0.6363636,0.61157024,0.5371901,0.5289256,0.53305787,0.5041322,0.47933885,0.446281,0.446281,0.35950413,0.38842976,0.41322315,0.45041323,0.5041322,0.5413223,0.53305787,0.5413223,0.5165289,0.57438016,0.60330576,0.5371901,0.55785125,0.5661157,0.5413223,0.58264464,0.58264464,0.5413223,0.45454547,0.5247934,0.49173555,0.446281,0.37603307,0.3429752,0.338843,0.3677686,0.37603307,0.3966942,0.40495867,0.41322315,0.40495867,0.40495867,0.45041323,0.446281,0.43801653,0.5041322,0.56198347,0.60330576,0.62396693,0.6363636,0.6322314,0.62396693,0.39256197,0.20661157,0.20247933,0.21900827,0.27272728,0.30578512,0.40082645,0.48347107,0.8347107,0.80991733,0.8264463,0.74793386,0.62396693,0.59090906,0.58677685,0.58677685,0.6983471,0.75619835,0.7107438,0.6487603,0.58677685,0.58677685,0.48347107,0.58264464,0.69008267,0.59917355,0.45041323,0.446281,0.45867768,0.5041322,0.5247934,0.49586776,0.54545456,0.5082645,0.47107437,0.5289256,0.47933885,0.5289256,0.5371901,0.5247934,0.41735536,0.42561984,0.46694216,0.4090909,0.33471075,0.2644628,0.2520661,0.23966943,0.2520661,0.27272728,0.29752067,0.30578512,0.3264463,0.35950413,0.40082645,0.40082645,0.41322315,0.42975205,0.4752066,0.53305787,0.607438,0.6198347,0.6363636,0.59917355,0.39256197,0.2231405,0.23966943,0.17355372,0.30991736,0.29752067,0.36363637,0.46694216,0.8264463,0.8057851,0.8181818,0.6446281,0.49173555,0.5,0.49173555,0.53305787,0.61157024,0.6446281,0.6528926,0.6198347,0.6198347,0.59504133,0.5413223,0.61570245,0.607438,0.59504133,0.46694216,0.3966942,0.36363637,0.37603307,0.41735536,0.446281,0.49586776,0.4876033,0.4876033,0.5,0.45867768,0.5289256,0.5165289,0.5082645,0.42561984,0.42975205,0.6446281,0.36363637,0.30165288,0.25619835,0.22727273,0.21487603,0.22727273,0.21900827,0.24793388,0.25619835,0.28512397,0.32231405,0.35950413,0.38842976,0.41322315,0.446281,0.43801653,0.4752066,0.5495868,0.6280992,0.6280992,0.5785124,0.39256197,0.22727273,0.24380165,0.16528925,0.30578512,0.2520661,0.33471075,0.5247934,0.8140496,0.822314,0.6735537,0.4090909,0.53305787,0.6322314,0.7355372,0.76859504,0.76859504,0.74380165,0.71900827,0.6983471,0.6735537,0.6570248,0.7644628,0.75619835,0.47107437,0.5041322,0.5165289,0.47933885,0.42561984,0.46280992,0.41735536,0.29338843,0.49586776,0.5413223,0.54545456,0.5123967,0.5041322,0.5413223,0.4876033,0.45867768,0.43801653,0.5206612,0.5371901,0.3264463,0.3264463,0.42975205,0.27272728,0.30991736,0.39256197,0.41735536,0.46280992,0.5041322,0.5082645,0.47933885,0.49586776,0.48347107,0.49586776,0.42975205,0.40082645,0.4090909,0.49586776,0.61157024,0.62396693,0.58677685,0.3966942,0.24793388,0.21487603,0.17355372,0.27272728,0.19421488,0.338843,0.57438016,0.8305785,0.6942149,0.4338843,0.45041323,0.6198347,0.74380165,0.8305785,0.8347107,0.7933884,0.71900827,0.6818182,0.661157,0.62396693,0.60330576,0.6859504,0.6528926,0.5413223,0.53305787,0.5206612,0.5041322,0.5,0.5206612,0.54545456,0.38429752,0.49586776,0.6487603,0.6446281,0.6198347,0.59504133,0.5785124,0.57438016,0.40082645,0.34710744,0.41322315,0.3966942,0.49586776,0.47107437,0.4876033,0.3966942,0.46280992,0.53305787,0.5661157,0.58677685,0.57438016,0.57024795,0.5661157,0.57438016,0.59917355,0.6528926,0.6280992,0.54545456,0.4338843,0.38429752,0.5206612,0.6322314,0.5785124,0.41735536,0.24380165,0.1983471,0.20661157,0.22727273,0.1570248,0.30165288,0.58677685,0.8512397,0.5165289,0.4876033,0.33471075,0.6859504,0.8305785,0.8347107,0.7355372,0.553719,0.4338843,0.37603307,0.40082645,0.38842976,0.41735536,0.4214876,0.40082645,0.43801653,0.48347107,0.47933885,0.46280992,0.46694216,0.5289256,0.58264464,0.5123967,0.6983471,0.69008267,0.6570248,0.59917355,0.5661157,0.60330576,0.6280992,0.43801653,0.3264463,0.3966942,0.37190083,0.42561984,0.42561984,0.446281,0.43801653,0.40082645,0.38016528,0.38016528,0.38429752,0.38429752,0.38842976,0.43801653,0.5041322,0.57024795,0.6570248,0.6735537,0.6859504,0.56198347,0.46694216,0.3553719,0.58677685,0.59504133,0.4214876,0.2603306,0.18181819,0.23966943,0.20247933,0.2107438,0.27272728,0.6198347,0.7933884,0.59504133,0.28099173,0.38016528,0.76033056,0.8347107,0.6487603,0.30578512,0.20247933,0.5413223,0.35950413,0.23966943,0.4876033,0.2603306,0.38016528,0.3429752,0.29338843,0.3264463,0.40495867,0.42561984,0.41735536,0.43801653,0.59917355,0.6694215,0.8677686,0.37603307,0.46280992,0.42561984,0.30991736,0.33471075,0.29752067,0.46694216,0.29752067,0.30578512,0.30578512,0.38842976,0.36363637,0.338843,0.2768595,0.24380165,0.30991736,0.30165288,0.22727273,0.19421488,0.16528925,0.27272728,0.29752067,0.36363637,0.47933885,0.62396693,0.6983471,0.61570245,0.5041322,0.30991736,0.3553719,0.60330576,0.4214876,0.29752067,0.20661157,0.2644628,0.24793388,0.28512397,0.5123967,0.73966944,0.4338843,0.55785125,0.2768595,0.45867768,0.7892562,0.6280992,0.30578512,0.09504132,0.39256197,0.8347107,0.4214876,0.23553719,0.5165289,0.26859504,0.35950413,0.553719,0.34710744,0.29338843,0.37190083,0.40495867,0.47107437,0.553719,0.7066116,0.74793386,0.6363636,0.24793388,0.35950413,0.35123968,0.2644628,0.25619835,0.24380165,0.38429752,0.29338843,0.23966943,0.30991736,0.34710744,0.29338843,0.30165288,0.27272728,0.37603307,0.57438016,0.2644628,0.35950413,0.2644628,0.21900827,0.22727273,0.42975205,0.21487603,0.2231405,0.42561984,0.60330576,0.6280992,0.54545456,0.2768595,0.3140496,0.5123967,0.4214876,0.28099173,0.2644628,0.2644628,0.30165288,0.2603306,0.5123967,0.6528926,0.18595041,0.48347107,0.30991736,0.5413223,0.6942149,0.42975205,0.23966943,0.2231405,0.4338843,0.6818182,0.37190083,0.24793388,0.29338843,0.3181818,0.37603307,0.5206612,0.3966942,0.35123968,0.4090909,0.45041323,0.59090906,0.6652893,0.73140496,0.6652893,0.24793388,0.4338843,0.5785124,0.59504133,0.5123967,0.44214877,0.3966942,0.23966943,0.35950413,0.38016528,0.5082645,0.4214876,0.3553719,0.49586776,0.41322315,0.5289256,0.6487603,0.2520661,0.30578512,0.1446281,0.24380165,0.23140496,0.59917355,0.33471075,0.12396694,0.20247933,0.40082645,0.4752066,0.48347107,0.2768595,0.38842976,0.28099173,0.6322314,0.3305785,0.2892562,0.2892562,0.28099173,0.1983471,0.2768595,0.5082645,0.60330576,0.47933885,0.27272728,0.7355372,0.8264463,0.53305787,0.53305787,0.5785124,0.5495868,0.54545456,0.41735536,0.45867768,0.44214877,0.4338843,0.40495867,0.42561984,0.40082645,0.38842976,0.42975205,0.5206612,0.59090906,0.6652893,0.73140496,0.5123967,0.11157025,0.6735537,0.76859504,0.6818182,0.58677685,0.57438016,0.5082645,0.18181819,0.45454547,0.446281,0.54545456,0.49173555,0.42975205,0.46280992,0.42561984,0.45867768,0.5165289,0.37603307,0.37603307,0.27272728,0.2644628,0.3264463,0.5206612,0.3181818,0.24380165,0.21900827,0.3264463,0.32231405,0.3305785,0.23966943,0.3264463,0.21487603,0.838843,0.57024795,0.21900827,0.2603306,0.28512397,0.2520661,0.23553719,0.5206612,0.75619835,0.45867768,0.24793388,0.8471074,0.892562,0.76033056,0.73140496,0.7644628,0.75206614,0.6942149,0.61570245,0.55785125,0.5082645,0.47933885,0.40495867,0.40082645,0.4090909,0.41322315,0.44214877,0.553719,0.6735537,0.6818182,0.6528926,0.24380165,0.38016528,0.8512397,0.76033056,0.677686,0.59090906,0.59917355,0.607438,0.21487603,0.4214876,0.49586776,0.45867768,0.5082645,0.48347107,0.45041323,0.4338843,0.4338843,0.40495867,0.42975205,0.4338843,0.40082645,0.3966942,0.45041323,0.47107437,0.48347107,0.5165289,0.47107437,0.4338843,0.4338843,0.46694216,0.24793388,0.3140496,0.29752067,0.71487606,0.39256197,0.1446281,0.21900827,0.35123968,0.2768595,0.30578512,0.62396693,0.6983471,0.44214877,0.3553719,0.90495867,0.8719008,0.78512394,0.75619835,0.73140496,0.71900827,0.6735537,0.607438,0.56198347,0.49586776,0.46694216,0.45041323,0.4752066,0.4752066,0.5082645,0.56198347,0.7066116,0.70247936,0.6570248,0.5165289,0.16528925,0.6735537,0.8181818,0.73966944,0.661157,0.58264464,0.59917355,0.6280992,0.34710744,0.30991736,0.55785125,0.53305787,0.4876033,0.46694216,0.44214877,0.44214877,0.43801653,0.37190083,0.38429752,0.40495867,0.42561984,0.446281,0.49586776,0.54545456,0.6322314,0.6528926,0.6322314,0.58264464,0.59504133,0.7107438,0.35950413,0.30991736,0.5661157,0.30165288,0.11983471,0.1983471,0.27272728,0.38016528,0.3553719,0.36363637,0.7066116,0.72727275,0.41735536,0.5082645,0.8677686,0.8347107,0.7644628,0.71487606,0.70247936,0.72727275,0.6446281,0.6528926,0.6446281,0.607438,0.5661157,0.5785124,0.5661157,0.61570245,0.6694215,0.71487606,0.73966944,0.70247936,0.6694215,0.338843,0.41735536,0.80991733,0.7768595,0.7107438,0.6570248,0.58677685,0.58264464,0.61570245,0.5082645,0.20247933,0.4752066,0.6363636,0.59504133,0.5165289,0.4876033,0.47107437,0.45867768,0.46694216,0.4338843,0.3966942,0.3966942,0.41735536,0.46694216,0.5289256,0.5661157,0.59504133,0.61570245,0.6280992,0.607438,0.77272725,0.4876033,0.3305785,0.61157024,0.338843,0.14049587,0.2107438,0.35123968,0.37190083,0.3429752,0.35950413,0.77272725,0.7355372,0.41735536,0.607438,0.8801653,0.822314,0.72727275,0.7107438,0.6818182,0.6859504,0.677686,0.69008267,0.6694215,0.6570248,0.6198347,0.6528926,0.70247936,0.75206614,0.75619835,0.73140496,0.74380165,0.71487606,0.6363636,0.17768595,0.7066116,0.8181818,0.77272725,0.7107438,0.6363636,0.58264464,0.58677685,0.59090906,0.58677685,0.32231405,0.34710744,0.6446281,0.6694215,0.60330576,0.56198347,0.5,0.45041323,0.46280992,0.45867768,0.47107437,0.47933885,0.5165289,0.5495868,0.5041322,0.53305787,0.5371901,0.58264464,0.6322314,0.607438,0.70247936,0.61570245,0.33471075,0.61570245,0.4090909,0.17768595,0.23140496,0.33471075,0.39256197,0.28512397,0.35950413,0.7933884,0.76859504,0.39256197,0.79752064,0.88429755,0.8305785,0.75206614,0.76033056,0.71900827,0.69008267,0.6818182,0.69008267,0.6859504,0.70247936,0.69008267,0.7355372,0.78512394,0.74793386,0.72727275,0.71487606,0.74793386,0.7231405,0.4090909,0.42561984,0.8140496,0.79752064,0.7355372,0.72727275,0.6528926,0.5661157,0.57438016,0.58677685,0.59504133,0.5123967,0.28099173,0.5661157,0.6983471,0.661157,0.62396693,0.59917355,0.54545456,0.5082645,0.46280992,0.44214877,0.45454547,0.49586776,0.5289256,0.5,0.5165289,0.5165289,0.53305787,0.60330576,0.6322314,0.6735537,0.6570248,0.338843,0.69008267,0.46694216,0.20661157,0.3140496,0.3264463,0.34710744,0.25619835,0.38016528,0.76033056,0.8429752,0.49586776,0.6404959,0.89669424,0.8595041,0.8264463,0.7892562,0.76859504,0.74793386,0.6942149,0.6859504,0.70247936,0.71487606,0.73140496,0.75206614,0.75206614,0.6942149,0.677686,0.71487606,0.73140496,0.6652893,0.2892562,0.71487606,0.8140496,0.78099173,0.73140496,0.71487606,0.677686,0.553719,0.5661157,0.5785124,0.58677685,0.59504133,0.3305785,0.45041323,0.69008267,0.6652893,0.6322314,0.59090906,0.607438,0.61570245,0.56198347,0.5495868,0.5289256,0.5041322,0.5206612,0.5371901,0.5413223,0.57438016,0.59090906,0.59090906,0.59504133,0.7107438,0.59917355,0.38429752,0.71487606,0.49173555,0.20247933,0.37190083,0.37190083,0.30578512,0.2603306,0.39256197,0.74380165,0.822314,0.8719008,0.3553719,0.8429752,0.8719008,0.8429752,0.80991733,0.7933884,0.7768595,0.7107438,0.72727275,0.7231405,0.73140496,0.7107438,0.6942149,0.6859504,0.6652893,0.6735537,0.6983471,0.7066116,0.44214877,0.37190083,0.7892562,0.80991733,0.80991733,0.7355372,0.70247936,0.71487606,0.60330576,0.56198347,0.57438016,0.59090906,0.6404959,0.45867768,0.2644628,0.6446281,0.6487603,0.61570245,0.58677685,0.59504133,0.60330576,0.59090906,0.59504133,0.5785124,0.54545456,0.57024795,0.57024795,0.57024795,0.59090906,0.59917355,0.6446281,0.6280992,0.6818182,0.4214876,0.58677685,0.75206614,0.5123967,0.1983471,0.3140496,0.34710744,0.3553719,0.2768595,0.38842976,0.72727275,0.822314,0.87603307,0.60330576,0.59090906,0.8595041,0.8553719,0.8347107,0.8016529,0.7768595,0.71900827,0.73966944,0.7231405,0.70247936,0.6818182,0.6652893,0.6446281,0.6528926,0.6528926,0.71487606,0.5371901,0.4090909,0.553719,0.8016529,0.8347107,0.8677686,0.74793386,0.7231405,0.77272725,0.6404959,0.5661157,0.57024795,0.61570245,0.71900827,0.5785124,0.35950413,0.4214876,0.6404959,0.607438,0.59090906,0.59504133,0.58677685,0.59090906,0.58677685,0.59090906,0.5661157,0.58264464,0.58677685,0.59917355,0.607438,0.62396693,0.6694215,0.71487606,0.677686,0.36363637,0.8347107,0.74380165,0.5247934,0.23553719,0.2644628,0.2603306,0.33471075,0.3305785,0.37190083,0.71900827,0.8305785,0.8512397,0.79752064,0.59504133,0.677686,0.6942149,0.76033056,0.7768595,0.7933884,0.76033056,0.7644628,0.72727275,0.69008267,0.69008267,0.69008267,0.6487603,0.6487603,0.6322314,0.5123967,0.42975205,0.58264464,0.74380165,0.8305785,0.838843,0.88429755,0.7768595,0.71900827,0.6983471,0.58264464,0.5413223,0.56198347,0.6280992,0.76033056,0.72727275,0.46280992,0.40495867,0.46280992,0.57024795,0.58677685,0.59090906,0.59917355,0.57024795,0.57438016,0.59090906,0.57024795,0.57438016,0.58677685,0.59917355,0.607438,0.6652893,0.69008267,0.80991733,0.5206612,0.55785125,0.838843,0.73966944,0.5247934,0.2107438,0.24793388,0.2603306,0.3264463,0.3181818,0.39256197,0.70247936,0.8264463,0.8429752,0.80991733,0.8305785,0.7644628,0.6818182,0.59504133,0.5495868,0.5413223,0.5495868,0.5495868,0.55785125,0.54545456,0.5413223,0.54545456,0.53305787,0.5,0.48347107,0.43801653,0.6198347,0.8057851,0.822314,0.838843,0.7768595,0.7644628,0.75619835,0.69008267,0.58677685,0.54545456,0.5371901,0.56198347,0.5661157,0.6363636,0.76033056,0.6198347,0.4876033,0.38016528,0.41322315,0.5206612,0.55785125,0.56198347,0.5661157,0.58264464,0.59090906,0.59504133,0.5785124,0.58264464,0.59090906,0.57024795,0.59504133,0.57024795,0.58264464,0.553719,0.73966944,0.7644628,0.71900827,0.49173555,0.20247933,0.22727273,0.24380165,0.3677686,0.29752067,0.37603307,0.6818182,0.8305785,0.8347107,0.8264463,0.8553719,0.8636364,0.8677686,0.8140496,0.7231405,0.6859504,0.677686,0.62396693,0.55785125,0.55785125,0.553719,0.54545456,0.5,0.4752066,0.446281,0.5041322,0.822314,0.8512397,0.8305785,0.78512394,0.6818182,0.6859504,0.6942149,0.6694215,0.57438016,0.5082645,0.53305787,0.60330576,0.57024795,0.54545456,0.6404959,0.6983471,0.6404959,0.37190083,0.36363637,0.40082645,0.42975205,0.42561984,0.42975205,0.4214876,0.41735536,0.42975205,0.42975205,0.41322315,0.42975205,0.49173555,0.5165289,0.5661157,0.6735537,0.71900827,0.74793386,0.75206614,0.71487606,0.45867768,0.17768595,0.23966943,0.28512397,0.3429752,0.30165288,0.3429752,0.6652893,0.8471074,0.8264463,0.8264463,0.8429752,0.8677686,0.8719008,0.8264463,0.78099173,0.69008267,0.71900827,0.6735537,0.61157024,0.56198347,0.5413223,0.48347107,0.43801653,0.40082645,0.38429752,0.6528926,0.87603307,0.8057851,0.7231405,0.59504133,0.5041322,0.5495868,0.7231405,0.6694215,0.553719,0.47933885,0.5082645,0.61157024,0.5082645,0.35950413,0.46694216,0.61570245,0.7355372,0.53305787,0.3553719,0.3677686,0.37190083,0.36363637,0.37603307,0.38429752,0.37190083,0.3966942,0.42561984,0.44214877,0.49586776,0.58677685,0.6363636,0.6446281,0.72727275,0.76033056,0.7231405,0.75619835,0.7066116,0.45454547,0.16528925,0.23966943,0.2644628,0.32231405,0.3305785,0.34710744,0.661157,0.8305785,0.80991733,0.8140496,0.8347107,0.8636364,0.8636364,0.8429752,0.8305785,0.75206614,0.7355372,0.6983471,0.661157,0.60330576,0.5413223,0.49586776,0.46694216,0.45041323,0.553719,0.74793386,0.8181818,0.6528926,0.41322315,0.22727273,0.12809917,0.43801653,0.73140496,0.70247936,0.5206612,0.4214876,0.49173555,0.5785124,0.23140496,0.07024793,0.2107438,0.46694216,0.6487603,0.6528926,0.40495867,0.49173555,0.4876033,0.5,0.53305787,0.49173555,0.5082645,0.5041322,0.5082645,0.5123967,0.5413223,0.6280992,0.661157,0.6322314,0.71900827,0.72727275,0.7231405,0.70247936,0.6983471,0.47107437,0.18595041,0.23966943,0.2644628,0.35950413,0.29752067,0.33471075,0.6446281,0.79752064,0.78512394,0.79752064,0.8305785,0.8305785,0.8429752,0.8471074,0.822314,0.75619835,0.7066116,0.6487603,0.61157024,0.56198347,0.5041322,0.5082645,0.5289256,0.61157024,0.6942149,0.7107438,0.71900827,0.46280992,0.2231405,0.2231405,0.26859504,0.61570245,0.6983471,0.6983471,0.43801653,0.38016528,0.5165289,0.40495867,0.09917355,0.10743801,0.11570248,0.30165288,0.5413223,0.56198347,0.3677686,0.49586776,0.5289256,0.553719,0.55785125,0.54545456,0.5661157,0.5785124,0.59090906,0.58677685,0.6198347,0.6652893,0.70247936,0.7355372,0.71487606,0.7231405,0.6942149,0.6404959,0.69008267,0.44214877,0.21487603,0.21487603,0.3140496,0.37190083,0.29752067,0.3677686,0.56198347,0.79752064,0.7933884,0.7892562,0.78512394,0.79752064,0.8140496,0.838843,0.8181818,0.7231405,0.6528926,0.607438,0.5371901,0.5165289,0.5123967,0.5371901,0.6528926,0.75206614,0.7644628,0.69008267,0.61570245,0.47107437,0.41322315,0.6404959,0.59917355,0.607438,0.5413223,0.6487603,0.446281,0.446281,0.38429752,0.38842976,0.3264463,0.30165288,0.21900827,0.2644628,0.5123967,0.4090909,0.3264463,0.4876033,0.49586776,0.5289256,0.5371901,0.54545456,0.5371901,0.54545456,0.59090906,0.59090906,0.6404959,0.677686,0.71487606,0.76859504,0.71487606,0.69008267,0.6570248,0.58677685,0.61157024,0.4214876,0.23140496,0.17768595,0.3429752,0.30578512,0.29338843,0.41322315,0.4876033,0.78512394,0.77272725,0.75619835,0.73966944,0.77272725,0.80991733,0.8140496,0.78512394,0.6528926,0.59917355,0.4876033,0.5661157,0.5413223,0.5495868,0.6280992,0.75206614,0.78512394,0.74793386,0.7107438,0.677686,0.6322314,0.61570245,0.59917355,0.5289256,0.5041322,0.46280992,0.44214877,0.35123968,0.33471075,0.2644628,0.30991736,0.3677686,0.48347107,0.38429752,0.36363637,0.41735536,0.3966942,0.45454547,0.5289256,0.4876033,0.48347107,0.4876033,0.5082645,0.49173555,0.49173555,0.5413223,0.58264464,0.6198347,0.6818182,0.7107438,0.77272725,0.6983471,0.6322314,0.60330576,0.56198347,0.55785125,0.37190083,0.2231405,0.18181819,0.2603306,0.2768595,0.32231405,0.41322315,0.5082645,0.7107438,0.71900827,0.6694215,0.71487606,0.7644628,0.7644628,0.78099173,0.6818182,0.4752066,0.53305787,0.6363636,0.59090906,0.5371901,0.6198347,0.6652893,0.73966944,0.71487606,0.6818182,0.69008267,0.6652893,0.58677685,0.5495868,0.53305787,0.48347107,0.4752066,0.37190083,0.30991736,0.22727273,0.3553719,0.3429752,0.3264463,0.2892562,0.41735536,0.37603307,0.4338843,0.40082645,0.4876033,0.54545456,0.59504133,0.55785125,0.5041322,0.47933885,0.4752066,0.49586776,0.446281,0.45041323,0.54545456,0.5785124,0.6198347,0.6818182,0.70247936,0.6280992,0.58677685,0.55785125,0.5371901,0.4876033,0.3140496,0.22727273,0.14876033,0.22727273,0.2892562,0.3264463,0.44214877,0.49586776,0.7107438,0.6528926,0.6735537,0.71487606,0.75619835,0.7644628,0.7355372,0.5082645,0.607438,0.73140496,0.59090906,0.56198347,0.607438,0.6322314,0.6363636,0.6570248,0.59917355,0.6198347,0.54545456,0.5165289,0.47107437,0.40495867,0.5,0.42561984,0.36363637,0.36363637,0.3140496,0.3140496,0.2768595,0.47933885,0.3677686,0.3305785,0.3264463,0.38016528,0.49586776,0.45454547,0.5371901,0.56198347,0.59504133,0.57024795,0.5413223,0.4876033,0.4752066,0.49173555,0.5289256,0.45041323,0.4338843,0.56198347,0.59090906,0.6198347,0.6198347,0.6198347,0.5661157,0.5206612,0.53305787,0.42561984,0.2892562,0.21900827,0.1446281,0.16528925,0.3140496,0.3305785,0.3553719,0.49173555,0.61157024,0.5785124,0.61570245,0.6818182,0.72727275,0.7231405,0.5247934,0.677686,0.7933884,0.61570245,0.48347107,0.61570245,0.59090906,0.5661157,0.56198347,0.553719,0.5082645,0.5289256,0.46280992,0.45454547,0.42975205,0.36363637,0.46694216,0.35123968,0.338843,0.30991736,0.3181818,0.37190083,0.3305785,0.4338843,0.35123968,0.43801653,0.3553719,0.3181818,0.48347107,0.44214877,0.4338843,0.55785125,0.5413223,0.53305787,0.5413223,0.5247934,0.46694216,0.4752066,0.5206612,0.56198347,0.4214876,0.47933885,0.56198347,0.5495868,0.5785124,0.5289256,0.55785125,0.49586776,0.46694216,0.37190083,0.30578512,0.23140496,0.16115703,0.17768595,0.2892562,0.26859504,0.3553719,0.4876033,0.5123967,0.53305787,0.5413223,0.6198347,0.6570248,0.6528926,0.48347107,0.8016529,0.59917355,0.46280992,0.57024795,0.5041322,0.46694216,0.4876033,0.54545456,0.49173555,0.43801653,0.5041322,0.41735536,0.36363637,0.46280992,0.338843,0.38429752,0.34710744,0.3305785,0.24380165,0.32231405,0.38016528,0.32231405,0.3553719,0.2892562,0.4338843,0.35123968,0.2892562,0.38429752,0.3677686,0.37603307,0.41735536,0.49586776,0.48347107,0.47107437,0.49173555,0.45454547,0.42975205,0.4876033,0.5495868,0.58264464,0.36363637,0.5082645,0.55785125,0.5,0.5165289,0.5123967,0.46280992,0.3677686,0.28512397,0.23966943,0.2107438,0.21900827,0.2107438,0.29338843,0.2520661,0.4090909,0.4214876,0.45867768,0.46694216,0.5165289,0.59917355,0.6404959,0.59090906,0.5413223,0.71487606,0.5082645,0.46280992,0.45041323,0.39256197,0.40495867,0.49173555,0.47933885,0.44214877,0.37603307,0.5371901,0.4090909,0.37603307,0.41735536,0.32231405,0.37190083,0.3140496,0.30165288,0.29338843,0.3140496,0.35950413,0.32231405,0.3181818,0.24793388,0.32231405,0.2768595,0.338843,0.3553719,0.2603306,0.35950413,0.27272728,0.446281,0.42975205,0.44214877,0.40495867,0.42561984,0.36363637,0.4090909,0.48347107,0.61570245,0.55785125,0.42975205,0.553719,0.42561984,0.49173555,0.47933885,0.45867768,0.30991736,0.23553719,0.23553719,0.23553719,0.20247933,0.17768595,0.29752067,0.34710744,0.4090909,0.39256197,0.35950413,0.45867768,0.4876033,0.59917355,0.6198347,0.58677685,0.5371901,0.5289256,0.4090909,0.4214876,0.36363637,0.3677686,0.4090909,0.46280992,0.49173555,0.40082645,0.41322315,0.5041322,0.446281,0.38842976,0.37190083,0.30991736,0.3305785,0.23553719,0.30991736,0.2892562,0.3429752,0.28512397,0.30578512,0.25619835,0.22727273,0.2892562,0.24380165,0.3181818,0.3553719,0.27272728,0.36363637,0.2603306,0.37603307,0.4090909,0.3677686,0.35950413,0.34710744,0.38842976,0.3264463,0.41735536,0.5371901,0.59090906,0.4214876,0.5371901,0.38016528,0.47933885,0.4338843,0.36363637,0.28099173,0.23966943,0.22727273,0.22727273,0.1694215,0.1446281,0.3264463,0.37603307,0.35950413,0.39256197,0.3305785,0.45041323,0.45867768,0.5661157,0.5661157,0.553719,0.46694216,0.47107437,0.38842976,0.33471075,0.35123968,0.37190083,0.40495867,0.46280992,0.42561984,0.35123968,0.38842976,0.41322315,0.3966942,0.35950413,0.3305785,0.33471075,0.2768595,0.25619835,0.27272728,0.3140496,0.32231405,0.2644628,0.2892562,0.2231405,0.23553719,0.2644628,0.16528925,0.39256197,0.3553719,0.28512397,0.40082645,0.30165288,0.3181818,0.32231405,0.3553719,0.34710744,0.28099173,0.40082645,0.30991736,0.35950413,0.45867768,0.5165289,0.43801653,0.446281,0.35950413,0.4090909,0.37190083,0.23553719,0.24793388,0.24793388,0.23553719,0.1983471,0.1694215,0.17355372,0.3305785,0.37603307,0.35950413,0.3305785,0.338843,0.4338843,0.38429752,0.49173555,0.5082645,0.45454547,0.44214877,0.41322315,0.3553719,0.28512397,0.35123968,0.29752067,0.4090909,0.30165288,0.2603306,0.22727273,0.20247933,0.3181818,0.33471075,0.30578512,0.2603306,0.5413223,0.37190083,0.3677686,0.46694216,0.43801653,0.38429752,0.2892562,0.30578512,0.3264463,0.3140496,0.2603306,0.19421488,0.28099173,0.27272728,0.3181818,0.33471075,0.30991736,0.30578512,0.24793388,0.33471075,0.30991736,0.2107438,0.30165288,0.3140496,0.3305785,0.3181818,0.45867768,0.39256197,0.36363637,0.3140496,0.338843,0.32231405,0.18595041,0.22727273,0.2603306,0.24793388,0.17768595,0.16528925,0.1694215,0.2644628,0.37603307,0.3264463,0.30991736,0.3264463,0.39256197,0.3429752,0.41735536,0.42561984,0.38429752,0.46280992,0.3429752,0.3966942,0.26859504,0.2768595,0.25619835,0.29752067,0.23553719,0.2107438,0.11983471,0.07438017,0.22727273,0.4338843,0.45454547,0.28099173,0.69008267,0.42561984,0.49173555,0.6942149,0.73140496,0.6694215,0.42561984,0.5,0.53305787,0.45041323,0.3553719,0.2231405,0.27272728,0.2603306,0.23966943,0.23553719,0.28099173,0.2520661,0.1983471,0.29752067,0.2603306,0.13636364,0.2644628,0.30578512,0.28512397,0.27272728,0.3677686,0.30578512,0.2892562,0.26859504,0.25619835,0.25619835,0.16528925,0.20247933,0.23553719,0.23966943,0.16528925,0.17355372,0.17355372,0.2603306,0.32231405,0.30991736,0.2892562,0.32231405,0.34710744,0.32231405,0.38016528,0.3305785,0.45454547,0.3966942,0.3677686,0.30991736,0.30578512,0.24793388,0.23966943,0.2603306,0.29752067,0.34710744,0.2892562,0.18595041,0.1983471,0.46280992,0.44214877,0.1446281,0.33471075,0.2231405,0.3264463,0.6528926,0.5661157,0.446281,0.2231405,0.5206612,0.5661157,0.5413223,0.42975205,0.12396694,0.3429752,0.22727273,0.21487603,0.23140496,0.15289256,0.11157025,0.11983471,0.1570248,0.17355372,0.15289256,0.1983471,0.29752067,0.2107438,0.3181818,0.3140496,0.25619835,0.26859504,0.23553719,0.20661157,0.3140496,0.14876033,0.23140496,0.23140496,0.21487603,0.16528925,0.2231405,0.23140496,0.29338843,0.2892562,0.23553719,0.23553719,0.3140496,0.3305785,0.28512397,0.35950413,0.3181818,0.41322315,0.36363637,0.3264463,0.3305785,0.2892562,0.22727273,0.2644628,0.30165288,0.3966942,0.4214876,0.5082645,0.5123967,0.5123967,0.57438016,0.5289256,0.40495867,0.3429752,0.2644628,0.41735536,0.57438016,0.3677686,0.20661157,0.23553719,0.3677686,0.35950413,0.35950413,0.27272728,0.10743801,0.1570248,0.21900827,0.2892562,0.2520661,0.16115703,0.15289256,0.1694215,0.17768595,0.16528925,0.17355372,0.17768595,0.21900827,0.21487603,0.28099173,0.34710744,0.2231405,0.24380165,0.22727273,0.17355372,0.29338843,0.17355372,0.1570248,0.27272728,0.20661157,0.16528925,0.21900827,0.21900827,0.27272728,0.28099173,0.23966943,0.25619835,0.30991736,0.29338843,0.29752067,0.3264463,0.24793388,0.33471075,0.35950413,0.28512397,0.3429752,0.27272728,0.21487603,0.26859504,0.3553719,0.40495867,0.45041323,0.5206612,0.73140496,0.6942149,0.71487606,0.6983471,0.6652893,0.5413223,0.42975205,0.4876033,0.5247934,0.53305787,0.5206612,0.5206612,0.53305787,0.446281,0.44214877,0.4090909,0.38842976,0.4214876,0.45041323,0.49586776,0.39256197,0.26859504,0.26859504,0.25619835,0.23966943,0.20661157,0.20247933,0.2231405,0.2231405,0.24380165,0.24793388,0.3677686,0.2644628,0.23140496,0.24380165,0.16528925,0.20661157,0.19421488,0.16115703,0.23140496,0.20247933,0.1322314,0.23966943,0.23553719,0.2892562,0.3677686,0.30578512,0.26859504,0.27272728,0.3140496,0.29752067,0.30578512,0.28512397,0.29752067,0.30165288,0.30991736,0.22727273,0.23966943,0.21487603,0.2520661,0.3429752,0.40082645,0.41322315,0.47933885,0.6983471,0.7644628,0.7644628,0.7066116,0.70247936,0.553719,0.5371901,0.5413223,0.5289256,0.54545456,0.56198347,0.5495868,0.5082645,0.5041322,0.48347107,0.46694216,0.45867768,0.45867768,0.44214877,0.5289256,0.4752066,0.39256197,0.30165288,0.30578512,0.30165288,0.25619835,0.23140496,0.2520661,0.29752067,0.2603306,0.29338843,0.3264463,0.32231405,0.3181818,0.2768595,0.18595041,0.22727273,0.21487603,0.17355372,0.2107438,0.22727273,0.18181819,0.21487603,0.21487603,0.25619835,0.28512397,0.2892562,0.25619835,0.27272728,0.3140496,0.29752067,0.28512397,0.24380165,0.30165288,0.26859504,0.2603306,0.2644628,0.23140496,0.24380165,0.24380165,0.3305785,0.3553719,0.4090909,0.42975205,0.57024795,0.70247936,0.75206614,0.75206614,0.71900827,0.607438,0.5289256,0.53305787,0.5165289,0.5413223,0.57438016,0.53305787,0.49173555,0.46280992,0.4338843,0.41322315,0.4338843,0.43801653,0.49173555,0.49586776,0.45041323,0.40082645,0.34710744,0.3429752,0.35123968,0.28512397,0.29338843,0.2768595,0.28512397,0.2892562,0.36363637,0.1983471,0.338843,0.2644628,0.20247933,0.20247933,0.21487603,0.21900827,0.19008264,0.19421488,0.28512397,0.2231405,0.21900827,0.21900827,0.23966943,0.21487603,0.30991736,0.27272728,0.23966943,0.2644628,0.24793388,0.2892562,0.28099173,0.28099173,0.23140496,0.23553719,0.28512397,0.2603306,0.2603306,0.23966943,0.3181818,0.338843,0.35950413,0.38016528,0.47933885,0.55785125,0.6280992,0.6694215,0.70247936,0.6404959,0.59090906,0.553719,0.57438016,0.57438016,0.5495868,0.47107437,0.46280992,0.446281,0.44214877,0.41735536,0.45867768,0.47933885,0.49173555,0.446281,0.43801653,0.3966942,0.36363637,0.3553719,0.3264463,0.338843,0.28512397,0.34710744,0.2603306,0.2892562,0.2892562,0.20661157,0.28512397,0.2768595,0.1570248,0.19008264,0.18181819,0.19421488,0.1983471,0.19421488,0.21487603,0.2520661,0.20247933,0.20247933,0.23553719,0.24380165,0.29752067,0.29338843,0.2107438,0.25619835,0.30165288,0.3181818,0.28512397,0.30165288,0.23140496,0.28099173,0.2768595,0.22727273,0.28099173,0.3264463,0.2768595,0.2892562,0.3677686,0.38016528,0.46280992,0.4338843,0.58264464,0.54545456,0.5206612,0.5371901,0.5371901,0.49586776,0.5082645,0.4876033,0.5041322,0.38429752,0.42561984,0.43801653,0.4090909,0.4214876,0.45867768,0.47107437,0.4338843,0.4214876,0.40495867,0.42975205,0.3966942,0.37603307,0.34710744,0.3429752,0.3140496,0.2603306,0.3140496,0.23966943,0.2644628,0.20661157,0.23966943,0.28512397,0.19008264,0.15289256,0.19008264,0.18595041,0.1983471,0.19008264,0.2107438,0.19421488,0.18181819,0.17768595,0.28099173,0.23966943,0.29752067,0.29752067,0.2107438,0.27272728,0.338843,0.29752067,0.28512397,0.3181818,0.23966943,0.28099173,0.30578512,0.2520661,0.21900827,0.2644628,0.25619835,0.24380165,0.36363637,0.38842976,0.41322315,0.40082645,0.45867768,0.45454547,0.40082645,0.45454547,0.45867768,0.43801653,0.446281,0.42975205,0.43801653,0.42561984,0.38842976,0.45041323,0.43801653,0.3677686,0.446281,0.44214877,0.46280992,0.38016528,0.42561984,0.35950413,0.40082645,0.3429752,0.2520661,0.34710744,0.34710744,0.17355372,0.2768595,0.23553719,0.20661157,0.21487603,0.2231405,0.20661157,0.20247933,0.14876033,0.21487603,0.16115703,0.19421488,0.19421488,0.19421488,0.21900827,0.22727273,0.2231405,0.2107438,0.29752067,0.29338843,0.2768595,0.21487603,0.3140496,0.338843,0.23966943,0.3264463,0.30991736,0.3264463,0.20661157,0.37603307,0.2603306,0.17768595,0.2768595,0.2520661,0.2231405,0.29752067,0.33471075,0.3966942,0.34710744,0.35123968,0.35950413,0.38429752,0.3677686,0.42561984,0.4090909,0.40495867,0.42561984,0.3264463,0.4090909,0.38842976,0.37603307,0.43801653,0.36363637,0.4214876,0.39256197,0.45041323,0.35950413,0.35950413,0.36363637,0.38429752,0.3429752,0.20661157,0.2644628,0.27272728,0.23966943,0.23553719,0.26859504,0.18181819,0.20661157,0.1983471,0.20247933,0.20661157,0.1694215,0.1983471,0.1694215,0.23966943,0.21487603,0.23553719,0.22727273,0.24793388,0.24793388,0.20661157,0.2768595,0.26859504,0.1983471,0.2603306,0.3264463,0.3140496,0.19008264,0.32231405,0.3181818,0.38842976,0.24380165,0.45867768,0.17768595,0.2231405,0.2603306,0.2768595,0.2107438,0.24793388,0.24380165,0.2603306,0.27272728,0.2892562,0.2768595,0.30578512,0.2644628,0.30991736,0.3305785,0.33471075,0.37603307,0.3181818,0.28099173,0.34710744,0.30578512,0.39256197,0.3181818,0.36363637,0.38429752,0.34710744,0.35123968,0.28099173,0.32231405,0.3429752,0.3264463,0.20661157,0.2107438,0.26859504,0.24793388,0.23140496,0.2231405,0.21900827,0.18181819,0.20661157,0.1694215,0.21900827,0.18181819,0.17768595,0.1694215,0.24380165,0.2644628,0.22727273,0.23140496,0.26859504,0.2644628,0.2520661,0.26859504,0.2520661,0.2603306,0.2644628,0.35123968,0.23553719,0.24380165,0.30991736,0.18181819,0.35123968,0.29752067,0.49173555,0.24793388,0.2231405,0.21900827,0.23966943,0.28099173,0.20247933,0.18181819,0.17355372,0.1983471,0.2520661,0.2603306,0.28099173,0.23140496,0.2644628,0.23966943,0.25619835,0.3181818,0.32231405,0.2644628,0.28099173,0.3305785,0.28512397,0.24793388,0.36363637,0.26859504,0.2892562,0.2892562,0.24793388,0.29752067,0.2768595,0.2892562,0.21900827,0.2231405,0.30991736,0.21487603,0.21900827,0.16528925,0.25619835,0.18181819,0.2107438,0.2107438,0.2107438,0.18181819,0.19421488,0.20247933,0.24380165,0.25619835,0.17768595,0.23553719,0.30165288,0.30578512,0.23140496,0.2892562,0.26859504,0.23966943,0.2231405,0.34710744,0.29338843,0.24380165,0.29752067,0.27272728,0.26859504,0.3140496,0.37190083,0.2892562,0.28099173,0.16115703,0.42975205,0.338843,0.2107438,0.18595041,0.16528925,0.17355372,0.28099173,0.2520661,0.26859504,0.23966943,0.22727273,0.23140496,0.2520661,0.22727273,0.2603306,0.22727273,0.2231405,0.23553719,0.23140496,0.20247933,0.29338843,0.23966943,0.26859504,0.2107438,0.24380165,0.23553719,0.23140496,0.23553719,0.1694215,0.20247933,0.2231405,0.2107438,0.21487603,0.19421488,0.20661157,0.1694215,0.19421488,0.23140496,0.2231405,0.1322314,0.23140496,0.2107438,0.22727273,0.19008264,0.16115703,0.22727273,0.2644628,0.2644628,0.23966943,0.28099173,0.25619835,0.23966943,0.20247933,0.30991736,0.3181818,0.2603306,0.30991736,0.3677686,0.2892562,0.2768595,0.3553719,0.23553719,0.29338843,0.11570248,0.5,0.38016528,0.27272728,0.2603306,0.17768595,0.19008264,0.2520661,0.22727273,0.23553719,0.2603306,0.2231405,0.1983471,0.20247933,0.22727273,0.2231405,0.21487603,0.18181819,0.16115703,0.18595041,0.24380165,0.1983471,0.21900827,0.19008264,0.24793388,0.24380165,0.16115703,0.26859504,0.1570248,0.19008264,0.17355372,0.12809917,0.24793388,0.23966943,0.23966943,0.20247933,0.17768595,0.1446281,0.21487603,0.24380165,0.25619835,0.16528925,0.18595041,0.23966943,0.20247933,0.18595041,0.22727273,0.24793388,0.24793388,0.28512397,0.2768595,0.2892562,0.2520661,0.3181818,0.23553719,0.35123968,0.28099173,0.3264463,0.2603306,0.3305785,0.2520661,0.3553719,0.28512397,0.23140496,0.20661157,0.4876033,0.4338843,0.28512397,0.2107438,0.17355372,0.17768595,0.18181819,0.2231405,0.29338843,0.29338843,0.23140496,0.21487603,0.22727273,0.22727273,0.24380165,0.26859504,0.2231405,0.18181819,0.21900827,0.24793388,0.20661157,0.2231405,0.20247933,0.23553719,0.1983471,0.2231405,0.2644628,0.12396694,0.23553719,0.16528925,0.18595041,0.24380165,0.24380165,0.21900827,0.24793388,0.24793388,0.13636364,0.18595041,0.23140496,0.38842976,0.14876033,0.19421488,0.2107438,0.24380165,0.18181819,0.24380165,0.2644628,0.2644628,0.338843,0.26859504,0.28512397,0.30991736,0.3553719,0.29752067,0.3429752,0.338843,0.26859504,0.22727273,0.29752067,0.30165288,0.3181818,0.2603306,0.20247933,0.37190083,0.40495867,0.48347107,0.2644628,0.1983471,0.19421488,0.20247933,0.20661157,0.29338843,0.2768595,0.3677686,0.24380165,0.24793388,0.24380165,0.24380165,0.28099173,0.25619835,0.21900827,0.1694215,0.28099173,0.23140496,0.26859504,0.21900827,0.19008264,0.25619835,0.20661157,0.22727273,0.18595041,0.16528925,0.2520661,0.26859504,0.16528925,0.3140496,0.23553719,0.17355372,0.2892562,0.18595041,0.20661157,0.19421488,0.20247933,0.2644628,0.24380165,0.17768595,0.16115703,0.20661157,0.17355372,0.21487603,0.21900827,0.2231405,0.3181818,0.27272728,0.3140496,0.3966942,0.3181818,0.3181818,0.27272728,0.25619835,0.25619835,0.2603306,0.23966943,0.3140496,0.29338843,0.23140496,0.21487603,0.30991736,0.33471075,0.45454547,0.2768595,0.23966943,0.19008264,0.24793388,0.30165288,0.32231405,0.19008264,0.42561984,0.26859504,0.27272728,0.27272728,0.30165288,0.2603306,0.24793388,0.29752067,0.17768595,0.37603307,0.1983471,0.21487603,0.25619835,0.28099173,0.19008264,0.2107438,0.21900827,0.15289256,0.16528925,0.2231405,0.1983471,0.23140496,0.28099173,0.2107438,0.16115703,0.28099173,0.23553719,0.19008264,0.24380165,0.16115703,0.2644628,0.2603306,0.20247933,0.12809917,0.19421488,0.2107438,0.20661157,0.20661157,0.20661157,0.24793388,0.37190083,0.3305785,0.3264463,0.2768595,0.3181818,0.2644628,0.23140496,0.25619835,0.29338843,0.23140496,0.2768595,0.2231405,0.23140496,0.30165288,0.21487603,0.338843,0.45867768,0.338843,0.2644628,0.24380165,0.30991736,0.28099173,0.30165288,0.2520661,0.3553719,0.26859504,0.3553719,0.2768595,0.2603306,0.2231405,0.2603306,0.29338843,0.20661157,0.37190083,0.2231405,0.1694215,0.3264463,0.18595041,0.22727273,0.2892562,0.21900827,0.1694215,0.21900827,0.1322314,0.17355372,0.23553719,0.30578512,0.21487603,0.23966943,0.22727273,0.21487603,0.20247933,0.23966943,0.18595041,0.2107438,0.30578512,0.19421488,0.14876033,0.1694215,0.2231405,0.19008264,0.19421488,0.19421488,0.27272728,0.338843,0.25619835,0.2603306,0.3305785,0.338843,0.23140496,0.22727273,0.1983471,0.27272728,0.30578512,0.1983471,0.22727273,0.28512397,0.28099173,0.20661157,0.338843,0.4090909,0.32231405,0.29338843,0.22727273,0.3264463,0.30578512,0.2644628,0.35123968,0.3140496,0.3140496,0.338843,0.26859504,0.1983471,0.2107438,0.2520661,0.29338843,0.19008264,0.2603306,0.19421488,0.23966943,0.21900827,0.1694215,0.23966943,0.30991736,0.24380165,0.20247933,0.24793388,0.15289256,0.1570248,0.15289256,0.29752067,0.3140496,0.23553719,0.21900827,0.20247933,0.20661157,0.30578512,0.21487603,0.17768595,0.29752067,0.11983471,0.1694215,0.17768595,0.21487603,0.18181819,0.17768595,0.17768595,0.27272728,0.26859504,0.26859504,0.2892562,0.37190083,0.2231405,0.25619835,0.20247933,0.19421488,0.28512397,0.34710744,0.27272728,0.3181818,0.2768595,0.3264463,0.20661157,0.28099173,0.37603307,0.29752067,0.2892562,0.17768595,0.3429752,0.36363637,0.18595041,0.338843,0.28512397,0.21487603,0.32231405,0.21900827,0.16115703,0.22727273,0.19008264,0.2644628,0.13636364,0.23140496,0.20247933,0.22727273,0.16528925,0.19008264,0.24380165,0.23553719,0.28099173,0.21487603,0.27272728,0.18181819,0.18595041,0.15289256,0.29338843,0.3429752,0.2892562,0.16115703,0.2107438,0.23140496,0.30578512,0.1983471,0.2107438,0.2603306,0.1570248,0.14876033,0.2107438,0.20661157,0.13636364,0.1446281,0.14876033,0.19421488,0.23553719,0.24380165,0.3264463,0.27272728,0.24793388,0.24793388,0.2107438,0.2644628,0.3264463,0.22727273,0.35123968,0.3305785,0.28512397,0.28099173,0.2603306,0.2892562,0.3553719,0.20661157,0.2520661,0.2768595,0.3966942,0.35950413,0.16528925,0.30165288,0.28512397,0.16528925,0.2892562,0.24793388,0.20661157,0.21900827,0.19421488,0.2231405,0.18181819,0.2520661,0.1694215,0.19008264,0.20661157,0.15289256,0.23553719,0.2644628,0.30165288,0.22727273,0.2231405,0.19008264,0.19421488,0.20661157,0.30578512,0.33471075,0.3677686,0.20247933,0.2107438,0.23553719,0.2644628,0.23140496,0.2231405,0.25619835,0.16115703,0.16528925,0.23553719,0.1983471,0.18595041,0.17768595,0.17355372,36 +0.3140496,0.24380165,0.446281,0.59090906,0.61570245,0.62396693,0.62396693,0.6404959,0.677686,0.6528926,0.6280992,0.6942149,0.74380165,0.75619835,0.7644628,0.75619835,0.74380165,0.74793386,0.76033056,0.7768595,0.8016529,0.8181818,0.8181818,0.8140496,0.8181818,0.8016529,0.8016529,0.8057851,0.8016529,0.8140496,0.8140496,0.80991733,0.80991733,0.80991733,0.8140496,0.8140496,0.8140496,0.8140496,0.8140496,0.8057851,0.8057851,0.8016529,0.8016529,0.8016529,0.79752064,0.79752064,0.78099173,0.77272725,0.74793386,0.73966944,0.71900827,0.72727275,0.73140496,0.6652893,0.61570245,0.60330576,0.57438016,0.28512397,0.2231405,0.20661157,0.2892562,0.43801653,0.42561984,0.42561984,0.29338843,0.20247933,0.46280992,0.57438016,0.60330576,0.62396693,0.60330576,0.6363636,0.677686,0.677686,0.6570248,0.6694215,0.73966944,0.76033056,0.77272725,0.75619835,0.75619835,0.74380165,0.74793386,0.78099173,0.8016529,0.8264463,0.822314,0.822314,0.8181818,0.80991733,0.8181818,0.8140496,0.80991733,0.8140496,0.822314,0.8181818,0.8181818,0.80991733,0.8140496,0.822314,0.80991733,0.8140496,0.8181818,0.8181818,0.8181818,0.8057851,0.8016529,0.8057851,0.8057851,0.8016529,0.7892562,0.7644628,0.75619835,0.75206614,0.71487606,0.73140496,0.73140496,0.6859504,0.61570245,0.59090906,0.58677685,0.37603307,0.24380165,0.20661157,0.21487603,0.3677686,0.41322315,0.4338843,0.23553719,0.23140496,0.43801653,0.5495868,0.58677685,0.60330576,0.57438016,0.62396693,0.6818182,0.6818182,0.6404959,0.6735537,0.73966944,0.76033056,0.77272725,0.77272725,0.75619835,0.75619835,0.75206614,0.7768595,0.8016529,0.8181818,0.8264463,0.8264463,0.8264463,0.822314,0.822314,0.8264463,0.822314,0.822314,0.822314,0.822314,0.8181818,0.8181818,0.8181818,0.8347107,0.822314,0.8140496,0.8181818,0.822314,0.8181818,0.80991733,0.8140496,0.8181818,0.80991733,0.8016529,0.7892562,0.77272725,0.7644628,0.74380165,0.7066116,0.75619835,0.74380165,0.70247936,0.61570245,0.59090906,0.5785124,0.44214877,0.23966943,0.28099173,0.14049587,0.3305785,0.35950413,0.40495867,0.2107438,0.23553719,0.40082645,0.5247934,0.57438016,0.59504133,0.57438016,0.6198347,0.677686,0.6859504,0.6735537,0.7066116,0.73966944,0.7644628,0.78512394,0.7768595,0.77272725,0.78512394,0.77272725,0.7768595,0.7892562,0.80991733,0.8181818,0.822314,0.8264463,0.8305785,0.8347107,0.8305785,0.8264463,0.822314,0.822314,0.8181818,0.822314,0.822314,0.8181818,0.8264463,0.822314,0.8181818,0.822314,0.822314,0.8264463,0.80991733,0.822314,0.8181818,0.80991733,0.8140496,0.79752064,0.78099173,0.77272725,0.74380165,0.73140496,0.76033056,0.74380165,0.69008267,0.6280992,0.59917355,0.5661157,0.5123967,0.21487603,0.2520661,0.12396694,0.2231405,0.3553719,0.36363637,0.20661157,0.21487603,0.3677686,0.49586776,0.58677685,0.58264464,0.5785124,0.607438,0.6735537,0.661157,0.6818182,0.71900827,0.74380165,0.77272725,0.78512394,0.78512394,0.78512394,0.8016529,0.7768595,0.76859504,0.7768595,0.7933884,0.80991733,0.8140496,0.8181818,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.8264463,0.8181818,0.8181818,0.8305785,0.822314,0.8181818,0.8305785,0.8347107,0.8264463,0.8264463,0.8181818,0.822314,0.822314,0.8140496,0.80991733,0.8181818,0.7933884,0.8016529,0.78099173,0.75619835,0.74380165,0.78099173,0.74793386,0.7107438,0.6570248,0.61157024,0.553719,0.55785125,0.2231405,0.18181819,0.16528925,0.11983471,0.2644628,0.3553719,0.1570248,0.20247933,0.30991736,0.446281,0.5785124,0.60330576,0.5661157,0.59917355,0.6528926,0.6404959,0.69008267,0.7231405,0.75619835,0.78099173,0.7892562,0.79752064,0.79752064,0.8016529,0.78099173,0.77272725,0.78099173,0.78512394,0.7933884,0.79752064,0.79752064,0.8057851,0.8140496,0.8264463,0.8305785,0.8264463,0.8264463,0.8181818,0.8140496,0.8305785,0.8264463,0.8181818,0.8264463,0.8347107,0.838843,0.8347107,0.8181818,0.822314,0.8181818,0.80991733,0.8016529,0.8140496,0.79752064,0.78512394,0.78512394,0.76859504,0.76859504,0.7768595,0.75619835,0.7231405,0.6818182,0.607438,0.5661157,0.57024795,0.26859504,0.16115703,0.18181819,0.11157025,0.11157025,0.30578512,0.14876033,0.21487603,0.27272728,0.4214876,0.5,0.60330576,0.5785124,0.59917355,0.607438,0.6363636,0.6983471,0.73140496,0.77272725,0.7768595,0.7933884,0.8057851,0.8057851,0.8057851,0.7933884,0.7892562,0.78099173,0.7892562,0.7933884,0.78099173,0.7768595,0.78512394,0.7933884,0.80991733,0.8140496,0.8264463,0.8264463,0.8140496,0.8140496,0.8305785,0.8264463,0.822314,0.822314,0.8305785,0.8264463,0.8264463,0.8140496,0.8057851,0.8016529,0.8016529,0.7933884,0.8016529,0.79752064,0.78512394,0.7892562,0.7892562,0.79752064,0.7892562,0.77272725,0.7644628,0.7231405,0.61570245,0.5495868,0.57438016,0.2768595,0.16528925,0.15289256,0.12809917,0.08264463,0.19008264,0.14876033,0.23553719,0.24793388,0.41322315,0.4752066,0.5495868,0.5785124,0.58264464,0.59504133,0.6446281,0.7231405,0.73966944,0.76033056,0.72727275,0.74793386,0.76859504,0.78512394,0.78512394,0.7933884,0.80991733,0.7892562,0.7933884,0.7933884,0.7768595,0.78512394,0.7768595,0.76859504,0.78512394,0.7892562,0.8181818,0.8181818,0.8016529,0.8016529,0.822314,0.822314,0.8264463,0.8181818,0.822314,0.8057851,0.79752064,0.79752064,0.7644628,0.76859504,0.8016529,0.80991733,0.79752064,0.7892562,0.78512394,0.7933884,0.78512394,0.8057851,0.78512394,0.74793386,0.7644628,0.74793386,0.6446281,0.55785125,0.5082645,0.2520661,0.16528925,0.1570248,0.11157025,0.12809917,0.1570248,0.1570248,0.25619835,0.25619835,0.40495867,0.5289256,0.5123967,0.56198347,0.57438016,0.59090906,0.661157,0.73140496,0.6983471,0.6694215,0.6363636,0.6528926,0.6652893,0.661157,0.6694215,0.6859504,0.6983471,0.71487606,0.69008267,0.69008267,0.70247936,0.75619835,0.76859504,0.71487606,0.71487606,0.73966944,0.78512394,0.8181818,0.7933884,0.7892562,0.8057851,0.80991733,0.80991733,0.79752064,0.78512394,0.76033056,0.74793386,0.76033056,0.69008267,0.6694215,0.69008267,0.70247936,0.71900827,0.7107438,0.7066116,0.6942149,0.6942149,0.74380165,0.73140496,0.6652893,0.6942149,0.73140496,0.6818182,0.5785124,0.47107437,0.23140496,0.19008264,0.12396694,0.10330579,0.13636364,0.18595041,0.1694215,0.2644628,0.22727273,0.41322315,0.5495868,0.5247934,0.54545456,0.57438016,0.59504133,0.59504133,0.59090906,0.59090906,0.59504133,0.57024795,0.5661157,0.57024795,0.553719,0.5289256,0.5041322,0.46694216,0.46694216,0.45454547,0.46694216,0.4876033,0.58264464,0.69008267,0.6735537,0.661157,0.661157,0.71487606,0.7768595,0.7768595,0.75206614,0.74793386,0.75619835,0.7644628,0.75619835,0.7355372,0.6942149,0.69008267,0.677686,0.59090906,0.5289256,0.48347107,0.45454547,0.49586776,0.5247934,0.55785125,0.5413223,0.5165289,0.58264464,0.59917355,0.5785124,0.56198347,0.6363636,0.6363636,0.58677685,0.446281,0.25619835,0.20247933,0.1322314,0.10743801,0.12809917,0.21900827,0.17768595,0.24793388,0.20247933,0.41735536,0.5661157,0.553719,0.54545456,0.553719,0.5495868,0.5165289,0.54545456,0.56198347,0.59504133,0.6694215,0.6694215,0.60330576,0.55785125,0.5206612,0.4752066,0.44214877,0.42561984,0.41735536,0.38429752,0.38429752,0.40082645,0.5247934,0.6198347,0.69008267,0.62396693,0.61570245,0.71900827,0.78099173,0.70247936,0.71487606,0.6859504,0.677686,0.74380165,0.7231405,0.661157,0.60330576,0.57024795,0.47107437,0.45041323,0.49173555,0.47933885,0.47107437,0.42561984,0.4338843,0.45867768,0.47107437,0.5165289,0.5495868,0.53305787,0.49173555,0.4752066,0.5041322,0.5289256,0.43801653,0.21487603,0.21900827,0.14876033,0.1322314,0.15289256,0.2644628,0.18595041,0.24380165,0.16528925,0.40495867,0.5661157,0.5661157,0.5413223,0.5495868,0.47933885,0.48347107,0.5123967,0.5495868,0.6280992,0.6528926,0.58677685,0.607438,0.661157,0.6694215,0.6198347,0.57024795,0.5041322,0.44214877,0.40082645,0.5123967,0.5082645,0.553719,0.58264464,0.6942149,0.677686,0.59504133,0.6694215,0.73966944,0.62396693,0.6652893,0.6322314,0.6363636,0.7066116,0.6694215,0.6280992,0.57024795,0.5123967,0.5371901,0.42975205,0.5082645,0.5495868,0.57024795,0.60330576,0.6694215,0.60330576,0.5785124,0.54545456,0.54545456,0.5,0.47107437,0.41322315,0.41735536,0.4338843,0.46694216,0.20661157,0.17768595,0.17768595,0.15289256,0.14049587,0.23553719,0.17355372,0.24380165,0.1694215,0.3677686,0.56198347,0.5785124,0.553719,0.53305787,0.41735536,0.42975205,0.4752066,0.5661157,0.6528926,0.7355372,0.7355372,0.75619835,0.76859504,0.76859504,0.76859504,0.76033056,0.70247936,0.53305787,0.57024795,0.7933884,0.74793386,0.59090906,0.5247934,0.53305787,0.5289256,0.56198347,0.6280992,0.677686,0.6735537,0.6404959,0.6446281,0.6570248,0.6280992,0.59090906,0.6528926,0.607438,0.5082645,0.5123967,0.46694216,0.59504133,0.78099173,0.7933884,0.77272725,0.7107438,0.73140496,0.73966944,0.7355372,0.71900827,0.6818182,0.62396693,0.5041322,0.38429752,0.38016528,0.42561984,0.21487603,0.15289256,0.17768595,0.14049587,0.1322314,0.17355372,0.13636364,0.20661157,0.13636364,0.338843,0.5661157,0.59504133,0.56198347,0.5,0.40082645,0.44214877,0.5082645,0.607438,0.6528926,0.71900827,0.7107438,0.72727275,0.73140496,0.8016529,0.78099173,0.72727275,0.6818182,0.59917355,0.78099173,0.87603307,0.8347107,0.59090906,0.5123967,0.4752066,0.5041322,0.48347107,0.5785124,0.6942149,0.76033056,0.73966944,0.75619835,0.71900827,0.58677685,0.54545456,0.5082645,0.49586776,0.5165289,0.54545456,0.5413223,0.60330576,0.8140496,0.8512397,0.8181818,0.73140496,0.75206614,0.72727275,0.6942149,0.677686,0.6652893,0.6446281,0.6280992,0.4090909,0.21487603,0.46694216,0.23140496,0.1322314,0.1694215,0.14049587,0.14876033,0.19421488,0.09090909,0.16528925,0.13636364,0.1694215,0.41735536,0.5661157,0.5661157,0.4752066,0.4876033,0.45454547,0.5247934,0.57438016,0.58264464,0.58677685,0.5495868,0.49586776,0.43801653,0.47107437,0.5,0.47107437,0.4876033,0.45454547,0.5371901,0.677686,0.661157,0.5661157,0.5082645,0.46280992,0.4752066,0.4214876,0.60330576,0.8264463,0.8471074,0.8429752,0.822314,0.73140496,0.61570245,0.677686,0.5123967,0.48347107,0.5289256,0.55785125,0.5289256,0.46694216,0.5123967,0.54545456,0.47107437,0.46694216,0.56198347,0.61570245,0.62396693,0.6280992,0.6280992,0.5785124,0.60330576,0.47107437,0.16528925,0.338843,0.40082645,0.16528925,0.16528925,0.17355372,0.17355372,0.2231405,0.10743801,0.14049587,0.12396694,0.11983471,0.16115703,0.3553719,0.553719,0.54545456,0.58677685,0.45867768,0.49586776,0.49586776,0.4338843,0.37190083,0.35123968,0.2603306,0.2231405,0.3264463,0.4338843,0.2768595,0.5041322,0.41735536,0.39256197,0.41735536,0.49173555,0.53305787,0.54545456,0.5165289,0.45454547,0.40082645,0.4338843,0.6652893,0.7933884,0.7892562,0.7768595,0.60330576,0.60330576,0.6322314,0.5082645,0.5206612,0.5041322,0.47933885,0.4338843,0.40082645,0.45041323,0.38842976,0.30165288,0.446281,0.2603306,0.2892562,0.3966942,0.40082645,0.45867768,0.53305787,0.54545456,0.46280992,0.23966943,0.23553719,0.5165289,0.45041323,0.26859504,0.17355372,0.24380165,0.25619835,0.1694215,0.1694215,0.17768595,0.2644628,0.16115703,0.16115703,0.49173555,0.6280992,0.5785124,0.47933885,0.45867768,0.36363637,0.28512397,0.2768595,0.4338843,0.34710744,0.29338843,0.338843,0.4338843,0.40495867,0.6942149,0.59504133,0.45041323,0.46694216,0.48347107,0.53305787,0.6322314,0.607438,0.5413223,0.5082645,0.5123967,0.5495868,0.57438016,0.69008267,0.71900827,0.5247934,0.42975205,0.46694216,0.6363636,0.62396693,0.553719,0.5,0.46280992,0.45041323,0.6487603,0.45867768,0.30991736,0.42975205,0.37603307,0.3305785,0.5206612,0.37190083,0.3264463,0.3429752,0.5123967,0.46280992,0.2768595,0.27272728,0.48347107,0.6983471,0.44214877,0.18595041,0.23553719,0.28099173,0.21487603,0.16115703,0.2644628,0.4876033,0.36363637,0.21487603,0.6694215,0.78099173,0.56198347,0.49173555,0.38842976,0.29752067,0.29752067,0.3677686,0.5,0.4752066,0.3966942,0.43801653,0.47107437,0.5165289,0.59090906,0.56198347,0.5289256,0.53305787,0.57438016,0.62396693,0.677686,0.6570248,0.61570245,0.57438016,0.40082645,0.45867768,0.6735537,0.78099173,0.8016529,0.78099173,0.46694216,0.41322315,0.6859504,0.7107438,0.61157024,0.5289256,0.49586776,0.4752066,0.61157024,0.54545456,0.42561984,0.4338843,0.39256197,0.53305787,0.6198347,0.45454547,0.28099173,0.28512397,0.4214876,0.46280992,0.18595041,0.2603306,0.5041322,0.7644628,0.38016528,0.20247933,0.23966943,0.27272728,0.21487603,0.16528925,0.3553719,0.55785125,0.5041322,0.3553719,0.45454547,0.5413223,0.48347107,0.46280992,0.41322315,0.49586776,0.49173555,0.5041322,0.56198347,0.57024795,0.54545456,0.607438,0.62396693,0.6198347,0.62396693,0.61157024,0.61157024,0.62396693,0.6694215,0.71487606,0.72727275,0.70247936,0.6280992,0.5247934,0.3429752,0.59504133,0.80991733,0.8264463,0.822314,0.8512397,0.6363636,0.32231405,0.6280992,0.70247936,0.6570248,0.62396693,0.61157024,0.58264464,0.58264464,0.58677685,0.5785124,0.59090906,0.55785125,0.62396693,0.53305787,0.5123967,0.47933885,0.4090909,0.4214876,0.45041323,0.15289256,0.23140496,0.4752066,0.49173555,0.24380165,0.20247933,0.22727273,0.23966943,0.17355372,0.1983471,0.46694216,0.5495868,0.5661157,0.5,0.42975205,0.46280992,0.4876033,0.45454547,0.4876033,0.5661157,0.5785124,0.59917355,0.6528926,0.6652893,0.661157,0.661157,0.6404959,0.62396693,0.6322314,0.6652893,0.6942149,0.7066116,0.72727275,0.7644628,0.7355372,0.6942149,0.55785125,0.43801653,0.41735536,0.74793386,0.8264463,0.8264463,0.822314,0.8181818,0.79752064,0.42975205,0.60330576,0.6942149,0.6983471,0.6818182,0.6652893,0.6404959,0.62396693,0.59504133,0.57438016,0.607438,0.6280992,0.6322314,0.6280992,0.59504133,0.60330576,0.54545456,0.46694216,0.45867768,0.24793388,0.27272728,0.45867768,0.3181818,0.14876033,0.19008264,0.21487603,0.21900827,0.1983471,0.23140496,0.45454547,0.5371901,0.5661157,0.57438016,0.47933885,0.61157024,0.5785124,0.4752066,0.5206612,0.58264464,0.54545456,0.57438016,0.62396693,0.6570248,0.6652893,0.6446281,0.6570248,0.6859504,0.7231405,0.76033056,0.74793386,0.78512394,0.7933884,0.7768595,0.7231405,0.6404959,0.5495868,0.49586776,0.55785125,0.75619835,0.79752064,0.8140496,0.8181818,0.8057851,0.8140496,0.5165289,0.6983471,0.6983471,0.74793386,0.75206614,0.7231405,0.71487606,0.7107438,0.677686,0.58677685,0.56198347,0.59917355,0.61157024,0.61157024,0.59090906,0.58677685,0.54545456,0.5041322,0.5123967,0.30578512,0.33471075,0.4876033,0.30165288,0.24380165,0.18595041,0.19008264,0.24380165,0.21900827,0.23966943,0.45454547,0.5165289,0.5413223,0.59090906,0.5661157,0.6528926,0.6570248,0.553719,0.5785124,0.6363636,0.6570248,0.6694215,0.6859504,0.6694215,0.6859504,0.6983471,0.71900827,0.7355372,0.75206614,0.7644628,0.78099173,0.7892562,0.78099173,0.7355372,0.6735537,0.62396693,0.6735537,0.58677685,0.6363636,0.74380165,0.78099173,0.79752064,0.8181818,0.79752064,0.80991733,0.58677685,0.6404959,0.7107438,0.72727275,0.7768595,0.75206614,0.6818182,0.6942149,0.73966944,0.71900827,0.6859504,0.6446281,0.61157024,0.61157024,0.59504133,0.6198347,0.59504133,0.58264464,0.607438,0.38429752,0.30991736,0.5247934,0.2603306,0.26859504,0.22727273,0.16528925,0.26859504,0.21487603,0.2603306,0.45454547,0.4876033,0.5165289,0.58677685,0.61157024,0.661157,0.6942149,0.6322314,0.59917355,0.6404959,0.6983471,0.72727275,0.7107438,0.7107438,0.7066116,0.6983471,0.6942149,0.6983471,0.72727275,0.76033056,0.76859504,0.7644628,0.74380165,0.6818182,0.6322314,0.70247936,0.78099173,0.58677685,0.6694215,0.73140496,0.77272725,0.8016529,0.8140496,0.8057851,0.79752064,0.6942149,0.5371901,0.661157,0.7107438,0.74380165,0.7768595,0.7231405,0.6528926,0.6487603,0.6404959,0.6570248,0.6652893,0.6404959,0.6446281,0.6570248,0.6322314,0.6322314,0.6528926,0.6818182,0.5041322,0.3966942,0.4876033,0.20661157,0.20661157,0.19421488,0.14876033,0.2768595,0.2231405,0.24380165,0.43801653,0.4876033,0.5123967,0.56198347,0.61570245,0.6570248,0.6983471,0.6735537,0.6570248,0.6363636,0.6942149,0.74793386,0.74793386,0.74793386,0.73966944,0.73966944,0.73140496,0.7355372,0.75619835,0.7644628,0.7644628,0.75619835,0.73140496,0.6446281,0.6280992,0.78099173,0.6446281,0.59504133,0.6487603,0.7107438,0.7644628,0.80991733,0.80991733,0.8016529,0.7933884,0.74793386,0.59504133,0.553719,0.6859504,0.7066116,0.75619835,0.75619835,0.73966944,0.6942149,0.6735537,0.6818182,0.661157,0.6652893,0.71487606,0.72727275,0.69008267,0.677686,0.6735537,0.677686,0.6322314,0.57438016,0.39256197,0.20247933,0.17355372,0.19421488,0.21900827,0.2603306,0.2107438,0.21487603,0.42975205,0.4876033,0.5082645,0.5413223,0.61570245,0.6363636,0.5785124,0.6735537,0.677686,0.6404959,0.6694215,0.7231405,0.73966944,0.73140496,0.73966944,0.75619835,0.75206614,0.77272725,0.7768595,0.7768595,0.7768595,0.7644628,0.72727275,0.661157,0.73966944,0.7066116,0.607438,0.57024795,0.6446281,0.71900827,0.77272725,0.8057851,0.8181818,0.8057851,0.79752064,0.76859504,0.71900827,0.41735536,0.57024795,0.6942149,0.73140496,0.75206614,0.75206614,0.75619835,0.74380165,0.76033056,0.77272725,0.74793386,0.75619835,0.75619835,0.7231405,0.7231405,0.6735537,0.661157,0.661157,0.5661157,0.4338843,0.19008264,0.1570248,0.20661157,0.23553719,0.2644628,0.17355372,0.23553719,0.42561984,0.4876033,0.5082645,0.5123967,0.59090906,0.607438,0.553719,0.677686,0.7231405,0.661157,0.6694215,0.69008267,0.7066116,0.71487606,0.75206614,0.7644628,0.7644628,0.76859504,0.77272725,0.7768595,0.79752064,0.76859504,0.72727275,0.73966944,0.7066116,0.58264464,0.59917355,0.5661157,0.6652893,0.75206614,0.78512394,0.80991733,0.8264463,0.8140496,0.8057851,0.78512394,0.7644628,0.6487603,0.23966943,0.61157024,0.75206614,0.75206614,0.75619835,0.75619835,0.75206614,0.75206614,0.76859504,0.76033056,0.7355372,0.73140496,0.73140496,0.71900827,0.6694215,0.71487606,0.62396693,0.57024795,0.46694216,0.21487603,0.17355372,0.20247933,0.2603306,0.28512397,0.19421488,0.23553719,0.41735536,0.4752066,0.5123967,0.5123967,0.553719,0.59917355,0.61157024,0.62396693,0.70247936,0.75619835,0.77272725,0.73966944,0.73966944,0.74793386,0.76033056,0.7644628,0.7644628,0.76859504,0.78099173,0.7933884,0.8140496,0.79752064,0.76033056,0.6859504,0.5082645,0.59504133,0.6363636,0.607438,0.6487603,0.74380165,0.7768595,0.8057851,0.8264463,0.8305785,0.8016529,0.7768595,0.73966944,0.6983471,0.36363637,0.39256197,0.6404959,0.7892562,0.78512394,0.76859504,0.76859504,0.7644628,0.76859504,0.76859504,0.74380165,0.74793386,0.75206614,0.73966944,0.6735537,0.73966944,0.61157024,0.6322314,0.446281,0.23553719,0.26859504,0.19008264,0.23966943,0.28512397,0.2107438,0.23140496,0.41322315,0.4752066,0.5165289,0.53305787,0.54545456,0.5661157,0.59917355,0.6446281,0.6446281,0.6280992,0.661157,0.7066116,0.71900827,0.71900827,0.73140496,0.7355372,0.75206614,0.77272725,0.77272725,0.76859504,0.75619835,0.73140496,0.661157,0.5206612,0.57024795,0.6859504,0.6652893,0.6404959,0.6446281,0.70247936,0.74793386,0.7892562,0.822314,0.8347107,0.7768595,0.74793386,0.69008267,0.6570248,0.54545456,0.41322315,0.45041323,0.5165289,0.6735537,0.69008267,0.677686,0.6487603,0.6528926,0.6570248,0.6694215,0.6487603,0.59917355,0.57024795,0.553719,0.59504133,0.6487603,0.6363636,0.41735536,0.2107438,0.28099173,0.23553719,0.27272728,0.3181818,0.23966943,0.25619835,0.3966942,0.46280992,0.5041322,0.53305787,0.553719,0.5413223,0.5785124,0.6322314,0.6570248,0.6446281,0.5785124,0.5785124,0.59090906,0.6198347,0.62396693,0.6363636,0.6528926,0.6487603,0.6446281,0.6528926,0.6528926,0.6818182,0.61157024,0.58264464,0.661157,0.6818182,0.6404959,0.6322314,0.59504133,0.607438,0.6859504,0.76033056,0.78099173,0.7768595,0.72727275,0.677686,0.6198347,0.61157024,0.61570245,0.6487603,0.57438016,0.54545456,0.5206612,0.5123967,0.5495868,0.5289256,0.5413223,0.53305787,0.5247934,0.5247934,0.5495868,0.58264464,0.61570245,0.661157,0.6528926,0.6198347,0.38429752,0.19421488,0.23140496,0.25619835,0.3305785,0.37190083,0.24793388,0.23553719,0.34710744,0.45454547,0.5082645,0.55785125,0.58677685,0.60330576,0.6322314,0.6942149,0.6859504,0.6652893,0.6404959,0.6322314,0.6487603,0.6528926,0.661157,0.661157,0.6652893,0.677686,0.69008267,0.6942149,0.71487606,0.71487606,0.58264464,0.6363636,0.6487603,0.6198347,0.58264464,0.58677685,0.53305787,0.49173555,0.56198347,0.6694215,0.71487606,0.72727275,0.6818182,0.6198347,0.57438016,0.5661157,0.59090906,0.6528926,0.72727275,0.72727275,0.7107438,0.69008267,0.6942149,0.6694215,0.661157,0.6694215,0.661157,0.6322314,0.6487603,0.6859504,0.6859504,0.6694215,0.6446281,0.62396693,0.3553719,0.18595041,0.20247933,0.25619835,0.35123968,0.38842976,0.26859504,0.24380165,0.3181818,0.44214877,0.53305787,0.57024795,0.59504133,0.61157024,0.6652893,0.7107438,0.71900827,0.6983471,0.6942149,0.677686,0.69008267,0.6694215,0.6983471,0.71487606,0.7231405,0.7231405,0.72727275,0.70247936,0.7107438,0.59090906,0.5082645,0.62396693,0.57024795,0.4876033,0.41322315,0.37603307,0.38016528,0.4214876,0.5082645,0.58677685,0.6487603,0.661157,0.6363636,0.54545456,0.35123968,0.45867768,0.5495868,0.60330576,0.6942149,0.74793386,0.74380165,0.73966944,0.74793386,0.7355372,0.74793386,0.73966944,0.7355372,0.6942149,0.677686,0.7107438,0.6983471,0.6528926,0.607438,0.61570245,0.3305785,0.17768595,0.23553719,0.28099173,0.40082645,0.36363637,0.26859504,0.26859504,0.29752067,0.42975205,0.5206612,0.5495868,0.57438016,0.607438,0.6570248,0.6859504,0.6983471,0.70247936,0.70247936,0.6983471,0.7107438,0.70247936,0.71900827,0.73140496,0.7355372,0.71900827,0.7066116,0.6942149,0.6859504,0.5289256,0.4752066,0.5495868,0.48347107,0.30991736,0.14876033,0.1446281,0.19008264,0.27272728,0.45867768,0.5371901,0.56198347,0.5785124,0.57024795,0.3429752,0.0785124,0.3305785,0.4876033,0.553719,0.677686,0.72727275,0.76033056,0.76033056,0.75206614,0.75206614,0.73966944,0.73140496,0.73140496,0.6942149,0.6735537,0.7231405,0.6859504,0.62396693,0.607438,0.553719,0.3140496,0.17768595,0.24793388,0.30991736,0.3553719,0.35950413,0.27272728,0.27272728,0.29338843,0.40082645,0.5247934,0.54545456,0.55785125,0.59504133,0.6404959,0.6528926,0.6280992,0.6942149,0.7066116,0.7066116,0.72727275,0.7355372,0.71487606,0.71487606,0.71900827,0.7107438,0.7231405,0.71900827,0.73140496,0.6322314,0.5041322,0.45867768,0.4752066,0.3677686,0.25619835,0.23553719,0.28099173,0.2520661,0.3553719,0.44214877,0.45041323,0.44214877,0.41735536,0.3181818,0.3305785,0.35950413,0.4214876,0.56198347,0.6735537,0.71900827,0.7355372,0.74793386,0.75206614,0.74793386,0.73966944,0.7231405,0.71900827,0.6983471,0.6694215,0.6859504,0.6735537,0.5785124,0.55785125,0.5165289,0.29338843,0.19421488,0.2520661,0.3429752,0.36363637,0.34710744,0.26859504,0.28512397,0.2520661,0.36363637,0.49173555,0.5082645,0.5165289,0.553719,0.61157024,0.6280992,0.59917355,0.6363636,0.69008267,0.6983471,0.70247936,0.7107438,0.6818182,0.677686,0.6942149,0.71900827,0.74793386,0.75206614,0.76859504,0.7355372,0.6652893,0.46280992,0.42975205,0.45041323,0.4090909,0.3553719,0.3429752,0.3140496,0.3181818,0.3553719,0.3429752,0.37603307,0.40495867,0.49173555,0.5371901,0.47107437,0.446281,0.6570248,0.69008267,0.70247936,0.72727275,0.7355372,0.7231405,0.7066116,0.71900827,0.72727275,0.7107438,0.6942149,0.677686,0.6694215,0.6404959,0.5123967,0.5123967,0.46694216,0.3181818,0.17768595,0.2520661,0.3305785,0.38016528,0.35123968,0.29338843,0.2768595,0.24793388,0.3305785,0.4752066,0.5,0.49173555,0.5206612,0.54545456,0.59090906,0.59504133,0.6198347,0.6735537,0.6735537,0.6487603,0.59504133,0.6404959,0.7355372,0.74380165,0.74380165,0.7355372,0.72727275,0.73140496,0.71487606,0.7355372,0.72727275,0.6404959,0.5041322,0.43801653,0.38429752,0.42561984,0.37190083,0.3677686,0.3966942,0.39256197,0.4090909,0.38842976,0.446281,0.54545456,0.5413223,0.5785124,0.6694215,0.677686,0.6983471,0.71487606,0.73140496,0.71487606,0.6859504,0.6528926,0.7066116,0.6859504,0.6694215,0.661157,0.6570248,0.58264464,0.46280992,0.49586776,0.41322315,0.29752067,0.2231405,0.2603306,0.30165288,0.34710744,0.3966942,0.26859504,0.2644628,0.2231405,0.35123968,0.46280992,0.5082645,0.4876033,0.4876033,0.5,0.56198347,0.59504133,0.59917355,0.61570245,0.58677685,0.57024795,0.6818182,0.7355372,0.74380165,0.7231405,0.7066116,0.6570248,0.6322314,0.6528926,0.61570245,0.59504133,0.6446281,0.607438,0.4752066,0.4214876,0.41322315,0.4752066,0.45454547,0.48347107,0.48347107,0.45041323,0.42975205,0.40495867,0.39256197,0.45867768,0.5206612,0.58264464,0.6570248,0.6322314,0.6446281,0.677686,0.71900827,0.75206614,0.70247936,0.6487603,0.62396693,0.6528926,0.661157,0.6446281,0.6280992,0.5413223,0.46694216,0.49586776,0.3553719,0.2603306,0.22727273,0.28512397,0.3264463,0.3181818,0.37603307,0.23140496,0.23966943,0.28099173,0.4090909,0.4090909,0.47107437,0.46280992,0.47107437,0.4876033,0.5371901,0.58677685,0.60330576,0.56198347,0.5661157,0.62396693,0.7107438,0.6735537,0.6528926,0.6487603,0.59917355,0.5371901,0.5495868,0.60330576,0.5371901,0.48347107,0.5247934,0.49586776,0.42975205,0.4090909,0.42561984,0.5123967,0.47107437,0.54545456,0.5041322,0.49173555,0.4338843,0.41322315,0.37190083,0.3553719,0.43801653,0.4876033,0.607438,0.607438,0.553719,0.54545456,0.60330576,0.6859504,0.71487606,0.6942149,0.61570245,0.60330576,0.6487603,0.61157024,0.57024795,0.5123967,0.45867768,0.47107437,0.30578512,0.23553719,0.19421488,0.30991736,0.34710744,0.30165288,0.3264463,0.20661157,0.23140496,0.29752067,0.3553719,0.38429752,0.4090909,0.41322315,0.47107437,0.49586776,0.5413223,0.5661157,0.56198347,0.54545456,0.61157024,0.56198347,0.5661157,0.53305787,0.55785125,0.54545456,0.5041322,0.5289256,0.54545456,0.4752066,0.4752066,0.45454547,0.47933885,0.46694216,0.40495867,0.37603307,0.446281,0.5206612,0.46694216,0.5041322,0.5041322,0.4752066,0.46280992,0.3966942,0.41322315,0.34710744,0.36363637,0.4090909,0.45454547,0.5123967,0.48347107,0.47107437,0.47933885,0.56198347,0.62396693,0.69008267,0.677686,0.58677685,0.62396693,0.57438016,0.5123967,0.48347107,0.44214877,0.37190083,0.3181818,0.19421488,0.1983471,0.23966943,0.33471075,0.30991736,0.2644628,0.23140496,0.24793388,0.26859504,0.2768595,0.42561984,0.3966942,0.4090909,0.45867768,0.5,0.5247934,0.553719,0.5206612,0.5413223,0.53305787,0.47107437,0.45041323,0.46694216,0.47107437,0.5495868,0.553719,0.5206612,0.5206612,0.45454547,0.46280992,0.44214877,0.4876033,0.45867768,0.37603307,0.38842976,0.45454547,0.5165289,0.47107437,0.4752066,0.5123967,0.45041323,0.44214877,0.42561984,0.43801653,0.41735536,0.3553719,0.37603307,0.3677686,0.46694216,0.38016528,0.42561984,0.43801653,0.48347107,0.48347107,0.5247934,0.6404959,0.59917355,0.5785124,0.5,0.5041322,0.45867768,0.38429752,0.32231405,0.29752067,0.21487603,0.23553719,0.24380165,0.27272728,0.30165288,0.30991736,0.29752067,0.28099173,0.24380165,0.24380165,0.38842976,0.44214877,0.41735536,0.41735536,0.4338843,0.49173555,0.55785125,0.48347107,0.46694216,0.44214877,0.4090909,0.43801653,0.4338843,0.45454547,0.54545456,0.49586776,0.4876033,0.48347107,0.44214877,0.40495867,0.3966942,0.4214876,0.41322315,0.3966942,0.38429752,0.45867768,0.4876033,0.446281,0.47933885,0.48347107,0.41735536,0.446281,0.4338843,0.48347107,0.4752066,0.39256197,0.35950413,0.3429752,0.4090909,0.41735536,0.36363637,0.40082645,0.46280992,0.45454547,0.40495867,0.49173555,0.5661157,0.553719,0.48347107,0.47933885,0.42561984,0.3181818,0.2768595,0.2603306,0.19421488,0.2603306,0.2520661,0.23140496,0.2644628,0.3677686,0.24380165,0.2644628,0.21900827,0.22727273,0.32231405,0.4338843,0.3677686,0.40495867,0.41735536,0.4752066,0.5082645,0.4338843,0.4338843,0.42975205,0.42561984,0.446281,0.4214876,0.48347107,0.47107437,0.44214877,0.46280992,0.4214876,0.3966942,0.40082645,0.38842976,0.36363637,0.3966942,0.38429752,0.39256197,0.446281,0.41322315,0.42561984,0.5289256,0.47107437,0.44214877,0.41735536,0.4090909,0.43801653,0.41735536,0.35950413,0.36363637,0.37190083,0.36363637,0.41322315,0.37603307,0.37603307,0.38842976,0.45454547,0.4214876,0.38429752,0.47933885,0.53305787,0.47107437,0.41735536,0.42561984,0.28512397,0.23966943,0.24380165,0.19008264,0.26859504,0.24793388,0.2644628,0.3264463,0.338843,0.2107438,0.2520661,0.20661157,0.23140496,0.28099173,0.3677686,0.34710744,0.338843,0.39256197,0.42975205,0.40495867,0.43801653,0.45454547,0.4338843,0.4214876,0.35123968,0.42975205,0.42561984,0.36363637,0.3677686,0.39256197,0.30165288,0.35950413,0.37603307,0.39256197,0.38842976,0.3264463,0.32231405,0.35950413,0.37603307,0.39256197,0.45867768,0.46694216,0.446281,0.4214876,0.37190083,0.37190083,0.40495867,0.38429752,0.35950413,0.33471075,0.3966942,0.34710744,0.3429752,0.3553719,0.3553719,0.34710744,0.38842976,0.4090909,0.38429752,0.38842976,0.47933885,0.44214877,0.37603307,0.38016528,0.2768595,0.23553719,0.23553719,0.21900827,0.23966943,0.2603306,0.24380165,0.29338843,0.27272728,0.20661157,0.2231405,0.21900827,0.23966943,0.2603306,0.30165288,0.2892562,0.30578512,0.37603307,0.3966942,0.40495867,0.4752066,0.45041323,0.4090909,0.3677686,0.28512397,0.39256197,0.35123968,0.30578512,0.3181818,0.37603307,0.3264463,0.3429752,0.3677686,0.39256197,0.4090909,0.37603307,0.37603307,0.43801653,0.46694216,0.4876033,0.553719,0.47107437,0.46280992,0.44214877,0.338843,0.35950413,0.38429752,0.38842976,0.3966942,0.30991736,0.3429752,0.29752067,0.30165288,0.30578512,0.30578512,0.3305785,0.35950413,0.3966942,0.38429752,0.3553719,0.4214876,0.38842976,0.338843,0.3181818,0.2603306,0.23553719,0.20661157,0.21900827,0.22727273,0.24380165,0.23140496,0.23966943,0.23140496,0.20661157,0.22727273,0.22727273,0.20247933,0.24380165,0.27272728,0.23966943,0.2603306,0.338843,0.38429752,0.4090909,0.40082645,0.38016528,0.38016528,0.3181818,0.28512397,0.32231405,0.29338843,0.3181818,0.3429752,0.38016528,0.4090909,0.45041323,0.45867768,0.49586776,0.47107437,0.446281,0.5082645,0.57024795,0.6198347,0.6446281,0.6859504,0.6363636,0.677686,0.6818182,0.60330576,0.5,0.5,0.43801653,0.44214877,0.4214876,0.40082645,0.36363637,0.35950413,0.29752067,0.2603306,0.2520661,0.35950413,0.3429752,0.36363637,0.38016528,0.36363637,0.30991736,0.3140496,0.27272728,0.2603306,0.2107438,0.19008264,0.20661157,0.21487603,0.20661157,0.23140496,0.23553719,0.2768595,0.21487603,0.23140496,0.23553719,0.23140496,0.23140496,0.26859504,0.2603306,0.25619835,0.33471075,0.35123968,0.38429752,0.3305785,0.3553719,0.35123968,0.30165288,0.2644628,0.32231405,0.30991736,0.35123968,0.39256197,0.41735536,0.46694216,0.53305787,0.5247934,0.5661157,0.57024795,0.55785125,0.59504133,0.6363636,0.6652893,0.6859504,0.71487606,0.73140496,0.7107438,0.71487606,0.677686,0.59090906,0.59090906,0.56198347,0.5661157,0.56198347,0.53305787,0.47107437,0.45454547,0.37603307,0.27272728,0.2644628,0.3181818,0.30578512,0.30991736,0.35950413,0.32231405,0.29752067,0.3140496,0.26859504,0.23966943,0.19008264,0.18595041,0.19008264,0.18595041,0.21487603,0.2107438,0.23553719,0.2520661,0.2107438,0.21487603,0.19421488,0.23140496,0.21487603,0.23553719,0.2768595,0.29338843,0.26859504,0.3140496,0.3429752,0.3140496,0.33471075,0.32231405,0.338843,0.33471075,0.32231405,0.3305785,0.35123968,0.4090909,0.446281,0.5123967,0.5371901,0.5413223,0.59504133,0.553719,0.5371901,0.58677685,0.62396693,0.6487603,0.6818182,0.677686,0.69008267,0.6652893,0.69008267,0.69008267,0.6652893,0.6528926,0.62396693,0.6198347,0.60330576,0.58677685,0.54545456,0.48347107,0.46694216,0.36363637,0.28512397,0.32231405,0.27272728,0.30578512,0.3264463,0.29752067,0.3181818,0.34710744,0.2603306,0.20661157,0.1983471,0.1983471,0.1694215,0.17355372,0.23966943,0.25619835,0.23966943,0.2892562,0.2107438,0.21900827,0.22727273,0.23966943,0.19008264,0.24793388,0.26859504,0.28512397,0.2520661,0.338843,0.27272728,0.30991736,0.3181818,0.3181818,0.35123968,0.36363637,0.3305785,0.3553719,0.40495867,0.42561984,0.45454547,0.5206612,0.553719,0.59504133,0.59917355,0.553719,0.5041322,0.5289256,0.5041322,0.5289256,0.5,0.54545456,0.5165289,0.5082645,0.59090906,0.55785125,0.59090906,0.607438,0.62396693,0.59504133,0.57438016,0.57024795,0.56198347,0.5123967,0.4876033,0.42561984,0.34710744,0.28099173,0.27272728,0.30578512,0.26859504,0.2644628,0.27272728,0.26859504,0.2768595,0.2107438,0.20247933,0.18181819,0.15289256,0.16115703,0.23553719,0.30165288,0.2768595,0.32231405,0.20661157,0.2107438,0.23140496,0.21900827,0.2231405,0.22727273,0.23553719,0.2520661,0.2892562,0.30165288,0.26859504,0.29752067,0.30578512,0.3305785,0.38842976,0.30165288,0.4090909,0.39256197,0.40082645,0.42561984,0.45041323,0.4876033,0.55785125,0.58264464,0.57024795,0.5206612,0.49173555,0.53305787,0.5247934,0.5165289,0.45454547,0.5289256,0.48347107,0.46694216,0.5289256,0.5123967,0.5206612,0.57024795,0.60330576,0.59090906,0.59090906,0.553719,0.5413223,0.49173555,0.49173555,0.38842976,0.338843,0.28099173,0.21900827,0.2768595,0.27272728,0.25619835,0.29752067,0.20661157,0.26859504,0.21487603,0.17355372,0.21487603,0.19008264,0.19421488,0.23140496,0.2768595,0.29752067,0.3264463,0.17355372,0.21900827,0.21900827,0.20661157,0.21900827,0.20247933,0.21900827,0.2520661,0.27272728,0.29338843,0.30578512,0.30165288,0.3305785,0.34710744,0.33471075,0.2892562,0.42561984,0.34710744,0.3553719,0.40495867,0.4338843,0.5041322,0.5206612,0.5082645,0.54545456,0.4876033,0.5247934,0.5206612,0.5371901,0.45867768,0.41735536,0.5041322,0.45867768,0.45041323,0.46694216,0.49586776,0.46280992,0.5123967,0.5413223,0.59917355,0.57024795,0.57438016,0.5123967,0.41735536,0.4752066,0.36363637,0.2892562,0.28099173,0.23966943,0.23140496,0.30578512,0.2520661,0.2768595,0.23553719,0.20661157,0.2231405,0.20661157,0.20247933,0.20247933,0.19421488,0.23140496,0.26859504,0.28512397,0.33471075,0.16528925,0.14049587,0.2644628,0.23966943,0.22727273,0.21900827,0.18595041,0.2644628,0.27272728,0.2603306,0.2231405,0.29752067,0.3305785,0.30991736,0.33471075,0.2892562,0.4090909,0.36363637,0.34710744,0.38842976,0.37603307,0.47107437,0.43801653,0.4214876,0.49173555,0.44214877,0.45867768,0.46694216,0.46694216,0.42975205,0.35123968,0.42975205,0.43801653,0.38842976,0.446281,0.47933885,0.40082645,0.46280992,0.47107437,0.49173555,0.4876033,0.5413223,0.4752066,0.38429752,0.38016528,0.38842976,0.29338843,0.20661157,0.2603306,0.25619835,0.3140496,0.28512397,0.24793388,0.24793388,0.2231405,0.20661157,0.19421488,0.18595041,0.2231405,0.22727273,0.24793388,0.3264463,0.35950413,0.338843,0.16528925,0.14876033,0.18595041,0.22727273,0.19008264,0.20661157,0.18181819,0.30991736,0.20247933,0.2107438,0.2107438,0.3264463,0.35950413,0.30991736,0.30991736,0.338843,0.33471075,0.3305785,0.30165288,0.30578512,0.3305785,0.4090909,0.3966942,0.3677686,0.37603307,0.37603307,0.37190083,0.37603307,0.3553719,0.38429752,0.30991736,0.3181818,0.33471075,0.338843,0.38842976,0.42975205,0.36363637,0.42975205,0.38016528,0.41322315,0.40495867,0.446281,0.40082645,0.37190083,0.35123968,0.3429752,0.35950413,0.1983471,0.22727273,0.2520661,0.37603307,0.2520661,0.2644628,0.24380165,0.23966943,0.21900827,0.2107438,0.19008264,0.21900827,0.2107438,0.21900827,0.30578512,0.3264463,0.3429752,0.16115703,0.16528925,0.12396694,0.23553719,0.16528925,0.17768595,0.23553719,0.3140496,0.21487603,0.23140496,0.2768595,0.37603307,0.40495867,0.3264463,0.3264463,0.37603307,0.36363637,0.28099173,0.23553719,0.22727273,0.28099173,0.30991736,0.29752067,0.29752067,0.3181818,0.35123968,0.3305785,0.30991736,0.3305785,0.34710744,0.3181818,0.29752067,0.2892562,0.3553719,0.34710744,0.3305785,0.32231405,0.3429752,0.30991736,0.29752067,0.3429752,0.3264463,0.3553719,0.3140496,0.3429752,0.30165288,0.29752067,0.27272728,0.23966943,0.2644628,0.33471075,0.24793388,0.24793388,0.2644628,0.24793388,0.22727273,0.23553719,0.1983471,0.20247933,0.18181819,0.24380165,0.24380165,0.26859504,0.338843,0.1570248,0.18181819,0.1570248,0.23553719,0.16115703,0.21487603,0.27272728,0.29752067,0.23140496,0.2644628,0.338843,0.41322315,0.38429752,0.35123968,0.38842976,0.40082645,0.3553719,0.26859504,0.2107438,0.23553719,0.23966943,0.29752067,0.3140496,0.29338843,0.34710744,0.33471075,0.32231405,0.37190083,0.37603307,0.40082645,0.3966942,0.34710744,0.30578512,0.35123968,0.35123968,0.338843,0.33471075,0.3264463,0.2768595,0.26859504,0.30991736,0.28099173,0.26859504,0.27272728,0.3181818,0.2644628,0.19421488,0.3305785,0.25619835,0.2892562,0.35123968,0.3181818,0.21487603,0.25619835,0.21900827,0.22727273,0.24380165,0.19421488,0.20661157,0.19008264,0.2231405,0.22727273,0.2520661,0.3429752,0.1694215,0.18181819,0.19421488,0.20247933,0.1694215,0.23553719,0.25619835,0.25619835,0.23966943,0.2520661,0.30578512,0.45867768,0.3553719,0.34710744,0.3429752,0.35950413,0.30991736,0.23140496,0.24380165,0.2520661,0.25619835,0.2644628,0.3429752,0.338843,0.29338843,0.30165288,0.38016528,0.42975205,0.4338843,0.45867768,0.41322315,0.42561984,0.37190083,0.3264463,0.35950413,0.36363637,0.3677686,0.34710744,0.3305785,0.2644628,0.28099173,0.25619835,0.24380165,0.22727273,0.30165288,0.29752067,0.21487603,0.29752067,0.28512397,0.23966943,0.3429752,0.29752067,0.24380165,0.24793388,0.21900827,0.23140496,0.21900827,0.2107438,0.19421488,0.2107438,0.21487603,0.24380165,0.28512397,0.3429752,0.14049587,0.15289256,0.18595041,0.19008264,0.11570248,0.25619835,0.2231405,0.21900827,0.26859504,0.2603306,0.2768595,0.44214877,0.3181818,0.2768595,0.30578512,0.35950413,0.27272728,0.2603306,0.28099173,0.3181818,0.25619835,0.28512397,0.35950413,0.29338843,0.24793388,0.3264463,0.38429752,0.46694216,0.49586776,0.4338843,0.43801653,0.36363637,0.38429752,0.37190083,0.338843,0.38842976,0.38016528,0.42975205,0.38842976,0.29752067,0.2603306,0.25619835,0.21487603,0.22727273,0.25619835,0.32231405,0.2768595,0.25619835,0.29338843,0.29338843,0.29338843,0.30991736,0.26859504,0.16528925,0.22727273,0.17768595,0.20661157,0.20247933,0.19008264,0.19421488,0.20247933,0.2644628,0.29752067,0.34710744,0.14049587,0.16115703,0.18595041,0.20661157,0.10743801,0.23140496,0.21900827,0.2231405,0.29752067,0.22727273,0.338843,0.4214876,0.3140496,0.28512397,0.37603307,0.37190083,0.24380165,0.2603306,0.3181818,0.36363637,0.30165288,0.40082645,0.34710744,0.30578512,0.37190083,0.38429752,0.45041323,0.46280992,0.49586776,0.34710744,0.42561984,0.35123968,0.44214877,0.40082645,0.28512397,0.38016528,0.39256197,0.43801653,0.37190083,0.34710744,0.2644628,0.2603306,0.23140496,0.22727273,0.23553719,0.28512397,0.29338843,0.1983471,0.23966943,0.30578512,0.28099173,0.29752067,0.28512397,0.2231405,0.21487603,0.15289256,0.19008264,0.17355372,0.18181819,0.2107438,0.20247933,0.24380165,0.29752067,0.38016528,0.17768595,0.14876033,0.20247933,0.21487603,0.17355372,0.21487603,0.2107438,0.19008264,0.2768595,0.22727273,0.39256197,0.3264463,0.28512397,0.25619835,0.36363637,0.3553719,0.28512397,0.29338843,0.37190083,0.38429752,0.40495867,0.3677686,0.35950413,0.36363637,0.42975205,0.49586776,0.5165289,0.446281,0.45867768,0.38842976,0.446281,0.35123968,0.46694216,0.3677686,0.29752067,0.41735536,0.43801653,0.45041323,0.40495867,0.37190083,0.29338843,0.2644628,0.24380165,0.25619835,0.2644628,0.28099173,0.3181818,0.20661157,0.23966943,0.21900827,0.35123968,0.3305785,0.21900827,0.23553719,0.23966943,0.17768595,0.16528925,0.1694215,0.18595041,0.20247933,0.21900827,0.2644628,0.30991736,0.38842976,0.19008264,0.17355372,0.2231405,0.17355372,0.18595041,0.20661157,0.17355372,0.17768595,0.23553719,0.27272728,0.39256197,0.3140496,0.2768595,0.28512397,0.3553719,0.35123968,0.3181818,0.338843,0.3305785,0.37603307,0.44214877,0.24793388,0.4090909,0.3966942,0.42561984,0.49173555,0.5082645,0.4338843,0.45041323,0.43801653,0.48347107,0.37190083,0.41735536,0.40495867,0.3140496,0.41735536,0.41322315,0.4876033,0.4752066,0.3429752,0.33471075,0.28099173,0.23553719,0.29752067,0.3553719,0.2768595,0.3140496,0.23553719,0.2520661,0.17768595,0.35950413,0.34710744,0.25619835,0.20661157,0.25619835,0.2231405,0.1694215,0.1570248,0.17355372,0.21900827,0.2231405,0.2603306,0.30991736,0.36363637,0.16115703,0.20247933,0.21487603,0.17355372,0.17768595,0.20247933,0.1694215,0.16115703,0.1983471,0.3181818,0.3553719,0.30165288,0.28099173,0.32231405,0.33471075,0.36363637,0.338843,0.2892562,0.33471075,0.4214876,0.36363637,0.16115703,0.45041323,0.45867768,0.36363637,0.4752066,0.40082645,0.46694216,0.4338843,0.48347107,0.41735536,0.40495867,0.37190083,0.38429752,0.3181818,0.39256197,0.3677686,0.47933885,0.446281,0.3264463,0.33471075,0.2768595,0.23553719,0.2892562,0.36363637,0.2603306,0.30578512,0.2603306,0.28099173,0.23966943,0.3181818,0.338843,0.2107438,0.24380165,0.2107438,0.20247933,0.18181819,0.16528925,0.16528925,0.21900827,0.21487603,0.23966943,0.32231405,0.37190083,0.17768595,0.19008264,0.20661157,0.16528925,0.18595041,0.19008264,0.20661157,0.11983471,0.21900827,0.30165288,0.30991736,0.2892562,0.28512397,0.3140496,0.30578512,0.3553719,0.2644628,0.28512397,0.37603307,0.3966942,0.32231405,0.2231405,0.48347107,0.45867768,0.36363637,0.42561984,0.40082645,0.49173555,0.41735536,0.46280992,0.38842976,0.3677686,0.36363637,0.3181818,0.3429752,0.36363637,0.3181818,0.5082645,0.40082645,0.3140496,0.3429752,0.2768595,0.3140496,0.27272728,0.28099173,0.26859504,0.23140496,0.2892562,0.30578512,0.23553719,0.3553719,0.30991736,0.19421488,0.23553719,0.2231405,0.17355372,0.18181819,0.20661157,0.1570248,0.24793388,0.2892562,0.21900827,0.32231405,0.36363637,0.19008264,0.1694215,0.21900827,0.16528925,0.18181819,0.1694215,0.15289256,0.18181819,0.18595041,0.25619835,0.28512397,0.30165288,0.27272728,0.30165288,0.29752067,0.30165288,0.20247933,0.2768595,0.446281,0.3553719,0.2768595,0.2892562,0.47107437,0.43801653,0.38016528,0.37190083,0.41735536,0.46694216,0.39256197,0.46280992,0.35123968,0.3553719,0.38842976,0.27272728,0.42975205,0.3264463,0.32231405,0.5247934,0.3553719,0.36363637,0.3429752,0.34710744,0.41322315,0.3181818,0.21900827,0.3181818,0.2107438,0.32231405,0.23140496,0.2231405,0.3264463,0.338843,0.2231405,0.24793388,0.20247933,0.18181819,0.1694215,0.2107438,0.21900827,0.23140496,0.3553719,0.34710744,0.40082645,0.4214876,0.18181819,0.1694215,0.18595041,0.18595041,0.15289256,0.15289256,0.16528925,0.17355372,0.21900827,0.23553719,0.2768595,0.2520661,0.26859504,0.3140496,0.25619835,0.24793388,0.21900827,0.3429752,0.42975205,0.3553719,0.21900827,0.3181818,0.40082645,0.43801653,0.38016528,0.3429752,0.34710744,0.42975205,0.40495867,0.38429752,0.338843,0.3264463,0.29338843,0.3966942,0.38429752,0.2768595,0.3966942,0.35950413,0.38016528,0.3553719,0.38429752,0.40495867,0.4214876,0.30578512,0.3140496,0.35950413,0.21900827,0.34710744,0.19008264,0.2231405,0.2603306,0.3140496,0.13636364,0.2644628,0.20247933,0.18181819,0.18595041,0.15289256,0.1446281,0.24793388,0.30165288,0.446281,0.5495868,0.5289256,0.16528925,0.17355372,0.17768595,0.20661157,0.18595041,0.16528925,0.18595041,0.16115703,0.23553719,0.2107438,0.2644628,0.2107438,0.2644628,0.35950413,0.21487603,0.20247933,0.23966943,0.3429752,0.30165288,0.3140496,0.24793388,0.29338843,0.35123968,0.43801653,0.2768595,0.38842976,0.25619835,0.33471075,0.38429752,0.37603307,0.35123968,0.30578512,0.30578512,0.45454547,0.32231405,0.25619835,0.38429752,0.3553719,0.45041323,0.32231405,0.45867768,0.38016528,0.28099173,0.3181818,0.40495867,0.33471075,0.23553719,0.2603306,0.17768595,0.24793388,0.2520661,0.23966943,0.14876033,0.2892562,0.15289256,0.18595041,0.16115703,0.18181819,0.1322314,0.21487603,0.27272728,0.40082645,0.5661157,0.59090906,0.17355372,0.1694215,0.17768595,0.19008264,0.19008264,0.1446281,0.16528925,0.19421488,0.2107438,0.20661157,0.28512397,0.19421488,0.27272728,0.3181818,0.21487603,0.18181819,0.28512397,0.29338843,0.3140496,0.30991736,0.1983471,0.30991736,0.3181818,0.36363637,0.37603307,0.32231405,0.29338843,0.26859504,0.3553719,0.3553719,0.39256197,0.37603307,0.29752067,0.38429752,0.3305785,0.27272728,0.32231405,0.38016528,0.41735536,0.45041323,0.48347107,0.3140496,0.22727273,0.40495867,0.338843,0.29752067,0.2231405,0.27272728,0.1322314,0.26859504,0.21487603,0.2231405,0.2107438,0.25619835,0.17355372,0.18181819,0.16528925,0.18181819,0.18181819,0.2231405,0.2644628,0.38429752,0.57024795,0.61157024,36 +0.4876033,0.3305785,0.2520661,0.38842976,0.78512394,0.7892562,0.78099173,0.78512394,0.7892562,0.79752064,0.8264463,0.8140496,0.80991733,0.822314,0.8264463,0.8057851,0.8057851,0.7892562,0.7644628,0.74793386,0.71487606,0.69008267,0.6404959,0.6570248,0.6404959,0.6198347,0.61157024,0.61157024,0.61570245,0.6198347,0.6198347,0.6446281,0.6280992,0.6198347,0.607438,0.607438,0.59090906,0.59504133,0.5495868,0.5661157,0.56198347,0.56198347,0.59090906,0.58677685,0.59090906,0.5785124,0.57438016,0.58264464,0.60330576,0.59504133,0.59504133,0.58677685,0.5785124,0.56198347,0.5495868,0.58677685,0.46694216,0.10330579,0.19421488,0.14049587,0.18181819,0.2107438,0.19421488,0.1983471,0.3181818,0.37603307,0.30578512,0.49173555,0.8181818,0.8016529,0.8016529,0.7892562,0.7892562,0.8140496,0.8305785,0.8305785,0.822314,0.80991733,0.8140496,0.8057851,0.79752064,0.78099173,0.76859504,0.73140496,0.71900827,0.6983471,0.6570248,0.6570248,0.6363636,0.61570245,0.62396693,0.6280992,0.6198347,0.62396693,0.6198347,0.6404959,0.6322314,0.62396693,0.6198347,0.61570245,0.607438,0.58264464,0.57024795,0.5785124,0.58264464,0.58677685,0.59504133,0.58677685,0.58677685,0.57438016,0.5785124,0.59504133,0.60330576,0.58677685,0.58677685,0.59917355,0.61157024,0.57438016,0.5661157,0.5785124,0.5413223,0.18595041,0.18181819,0.16528925,0.16115703,0.24793388,0.2603306,0.20247933,0.18181819,0.45454547,0.33471075,0.58264464,0.8264463,0.8057851,0.8057851,0.8016529,0.8140496,0.8140496,0.838843,0.8347107,0.822314,0.7933884,0.822314,0.8140496,0.80991733,0.8057851,0.7892562,0.76859504,0.75206614,0.71900827,0.6942149,0.6859504,0.6487603,0.62396693,0.6322314,0.62396693,0.60330576,0.61570245,0.6198347,0.607438,0.6363636,0.6363636,0.607438,0.6446281,0.61157024,0.57024795,0.5785124,0.59090906,0.607438,0.59917355,0.6198347,0.60330576,0.59504133,0.59090906,0.58677685,0.60330576,0.60330576,0.59504133,0.59917355,0.60330576,0.61157024,0.59090906,0.5785124,0.58677685,0.58264464,0.2644628,0.1446281,0.1983471,0.14876033,0.25619835,0.29338843,0.20247933,0.16115703,0.338843,0.40495867,0.59504133,0.80991733,0.822314,0.80991733,0.822314,0.822314,0.838843,0.8429752,0.8305785,0.8140496,0.8016529,0.8429752,0.8305785,0.838843,0.8305785,0.80991733,0.7768595,0.76859504,0.7355372,0.7355372,0.7231405,0.6735537,0.6404959,0.6404959,0.6198347,0.5785124,0.61157024,0.6198347,0.607438,0.6528926,0.6487603,0.6735537,0.6487603,0.61570245,0.5785124,0.59090906,0.59917355,0.59917355,0.62396693,0.62396693,0.61570245,0.6198347,0.6198347,0.61157024,0.59917355,0.58677685,0.59917355,0.607438,0.607438,0.61157024,0.60330576,0.58677685,0.58677685,0.607438,0.38429752,0.0661157,0.17768595,0.16528925,0.1983471,0.30165288,0.21487603,0.22727273,0.21900827,0.45454547,0.59504133,0.78099173,0.8347107,0.8181818,0.8140496,0.8181818,0.8429752,0.838843,0.822314,0.8057851,0.8140496,0.8264463,0.8305785,0.838843,0.8429752,0.8305785,0.8016529,0.8016529,0.78512394,0.76859504,0.75206614,0.73966944,0.6859504,0.69008267,0.6198347,0.58677685,0.59504133,0.6404959,0.61157024,0.6322314,0.6570248,0.6942149,0.677686,0.6280992,0.59090906,0.61157024,0.59917355,0.6280992,0.6322314,0.6322314,0.6198347,0.6528926,0.6446281,0.6363636,0.62396693,0.61157024,0.61570245,0.60330576,0.61157024,0.6198347,0.607438,0.59090906,0.5785124,0.60330576,0.49586776,0.11570248,0.16115703,0.20661157,0.18595041,0.30165288,0.24793388,0.32231405,0.18595041,0.45041323,0.5785124,0.75619835,0.8264463,0.822314,0.822314,0.838843,0.8347107,0.8264463,0.80991733,0.7933884,0.8181818,0.822314,0.8429752,0.8512397,0.8512397,0.8471074,0.822314,0.822314,0.8016529,0.76033056,0.7644628,0.73966944,0.7355372,0.73140496,0.6652893,0.5785124,0.5785124,0.69008267,0.6198347,0.61157024,0.6487603,0.7355372,0.70247936,0.61570245,0.58677685,0.61157024,0.60330576,0.6446281,0.6404959,0.6322314,0.6528926,0.661157,0.661157,0.6528926,0.6404959,0.61157024,0.61570245,0.59504133,0.6198347,0.60330576,0.62396693,0.59090906,0.59090906,0.607438,0.54545456,0.17355372,0.15289256,0.1983471,0.23966943,0.3305785,0.23140496,0.3264463,0.2892562,0.37603307,0.56198347,0.7355372,0.8347107,0.8140496,0.838843,0.8512397,0.8305785,0.80991733,0.7892562,0.7933884,0.8140496,0.8347107,0.8305785,0.8471074,0.8512397,0.8595041,0.822314,0.80991733,0.80991733,0.77272725,0.75206614,0.74380165,0.7231405,0.7355372,0.6694215,0.56198347,0.57024795,0.7107438,0.6446281,0.607438,0.6859504,0.7231405,0.6322314,0.59504133,0.58677685,0.59917355,0.59917355,0.6198347,0.61570245,0.62396693,0.6404959,0.6446281,0.6404959,0.6487603,0.6280992,0.61570245,0.60330576,0.59917355,0.61570245,0.607438,0.607438,0.61570245,0.61157024,0.6198347,0.53305787,0.22727273,0.16115703,0.18595041,0.32231405,0.3140496,0.25619835,0.2644628,0.29752067,0.33471075,0.54545456,0.6942149,0.838843,0.822314,0.8429752,0.8512397,0.80991733,0.7933884,0.7892562,0.78099173,0.7892562,0.79752064,0.7933884,0.80991733,0.8016529,0.8347107,0.8016529,0.7768595,0.77272725,0.76033056,0.71900827,0.7231405,0.6942149,0.6859504,0.6198347,0.5413223,0.57024795,0.6983471,0.6694215,0.6363636,0.7066116,0.6652893,0.57024795,0.57438016,0.57024795,0.55785125,0.58264464,0.59090906,0.58264464,0.607438,0.60330576,0.60330576,0.607438,0.60330576,0.59917355,0.59090906,0.59090906,0.59504133,0.61157024,0.61157024,0.61570245,0.62396693,0.61570245,0.6280992,0.5247934,0.2231405,0.20661157,0.21900827,0.40082645,0.2231405,0.2107438,0.21487603,0.2231405,0.30991736,0.5,0.6694215,0.8429752,0.8305785,0.838843,0.8264463,0.80991733,0.8016529,0.77272725,0.6983471,0.7107438,0.72727275,0.71487606,0.73140496,0.73140496,0.75206614,0.72727275,0.69008267,0.69008267,0.71487606,0.6446281,0.6652893,0.62396693,0.6570248,0.60330576,0.55785125,0.553719,0.6198347,0.6528926,0.6694215,0.6528926,0.58264464,0.4876033,0.5495868,0.5206612,0.5,0.49173555,0.5,0.5247934,0.54545456,0.5495868,0.5413223,0.5413223,0.5206612,0.5247934,0.5247934,0.5206612,0.5082645,0.5785124,0.61570245,0.6322314,0.61157024,0.607438,0.62396693,0.5123967,0.24380165,0.2603306,0.20247933,0.23553719,0.15289256,0.1570248,0.21487603,0.2520661,0.2603306,0.45867768,0.6487603,0.8471074,0.8305785,0.8264463,0.8181818,0.8057851,0.74380165,0.6198347,0.56198347,0.59504133,0.55785125,0.60330576,0.6198347,0.59917355,0.57438016,0.553719,0.54545456,0.54545456,0.607438,0.553719,0.60330576,0.55785125,0.57024795,0.60330576,0.56198347,0.5247934,0.58264464,0.5785124,0.61157024,0.56198347,0.5247934,0.4214876,0.49173555,0.47107437,0.446281,0.37190083,0.3429752,0.36363637,0.38016528,0.3966942,0.3966942,0.4090909,0.40495867,0.38016528,0.42975205,0.42975205,0.4338843,0.4752066,0.5371901,0.59090906,0.61570245,0.61570245,0.607438,0.48347107,0.2603306,0.23553719,0.20247933,0.1322314,0.12396694,0.1570248,0.30165288,0.3140496,0.2892562,0.41322315,0.57024795,0.8512397,0.822314,0.8140496,0.8140496,0.6652893,0.6280992,0.5661157,0.53305787,0.53305787,0.5,0.4752066,0.42561984,0.41322315,0.3305785,0.3181818,0.35123968,0.38016528,0.4752066,0.5,0.5082645,0.5247934,0.5082645,0.5371901,0.5495868,0.4876033,0.5371901,0.5041322,0.553719,0.5123967,0.5123967,0.4090909,0.4338843,0.42561984,0.38842976,0.3181818,0.24380165,0.2644628,0.2603306,0.26859504,0.28099173,0.30991736,0.30991736,0.34710744,0.38429752,0.39256197,0.40495867,0.42561984,0.45041323,0.5165289,0.60330576,0.60330576,0.61157024,0.47107437,0.28512397,0.18595041,0.20247933,0.15289256,0.1983471,0.20247933,0.36363637,0.3181818,0.28512397,0.38842976,0.5206612,0.8512397,0.8181818,0.8264463,0.6983471,0.61157024,0.60330576,0.56198347,0.57438016,0.58677685,0.55785125,0.5206612,0.46694216,0.4752066,0.45454547,0.49586776,0.73140496,0.5,0.40495867,0.38429752,0.40495867,0.47933885,0.4752066,0.48347107,0.46694216,0.46694216,0.5,0.42975205,0.49173555,0.47933885,0.5,0.40495867,0.3677686,0.59917355,0.40082645,0.2892562,0.23140496,0.21900827,0.20247933,0.18181819,0.2107438,0.25619835,0.25619835,0.29752067,0.338843,0.3429752,0.40082645,0.38842976,0.41322315,0.46694216,0.5661157,0.5661157,0.607438,0.47933885,0.28512397,0.20661157,0.19421488,0.20661157,0.21487603,0.2231405,0.40495867,0.30165288,0.23140496,0.38016528,0.5495868,0.838843,0.8057851,0.8016529,0.61157024,0.47933885,0.49173555,0.5247934,0.5495868,0.58677685,0.57438016,0.57438016,0.5495868,0.5371901,0.4876033,0.47107437,0.5123967,0.43801653,0.40082645,0.37603307,0.36363637,0.36363637,0.30991736,0.42975205,0.43801653,0.4876033,0.49173555,0.45454547,0.48347107,0.45454547,0.446281,0.38429752,0.35950413,0.6363636,0.37190083,0.28512397,0.25619835,0.25619835,0.30165288,0.3553719,0.40082645,0.46694216,0.5165289,0.49173555,0.49173555,0.48347107,0.5123967,0.45867768,0.4214876,0.37190083,0.4876033,0.58677685,0.59090906,0.5041322,0.27272728,0.20661157,0.22727273,0.22727273,0.21487603,0.2520661,0.38842976,0.2644628,0.19421488,0.338843,0.59917355,0.822314,0.8305785,0.6818182,0.42561984,0.56198347,0.7231405,0.76859504,0.77272725,0.75619835,0.6983471,0.70247936,0.677686,0.6735537,0.6198347,0.5289256,0.46694216,0.45041323,0.45454547,0.45454547,0.44214877,0.46694216,0.41735536,0.27272728,0.5413223,0.56198347,0.57438016,0.5165289,0.54545456,0.5123967,0.40082645,0.30991736,0.34710744,0.4090909,0.446281,0.37190083,0.3305785,0.34710744,0.43801653,0.5123967,0.5495868,0.57438016,0.55785125,0.5413223,0.5413223,0.55785125,0.6198347,0.6446281,0.62396693,0.46694216,0.38429752,0.45041323,0.59090906,0.49586776,0.3305785,0.21487603,0.24380165,0.23140496,0.23553719,0.3140496,0.3966942,0.22727273,0.18595041,0.2892562,0.57438016,0.8140496,0.8264463,0.4214876,0.53305787,0.7231405,0.8305785,0.838843,0.822314,0.75206614,0.6942149,0.6694215,0.6446281,0.60330576,0.5785124,0.5082645,0.5,0.4752066,0.4338843,0.4214876,0.45867768,0.5371901,0.55785125,0.29338843,0.58264464,0.69008267,0.69008267,0.5785124,0.57024795,0.58264464,0.42975205,0.24793388,0.37603307,0.37603307,0.41322315,0.3677686,0.38429752,0.4090909,0.41735536,0.44214877,0.45454547,0.45867768,0.47107437,0.4752066,0.5041322,0.56198347,0.59917355,0.6446281,0.6942149,0.59917355,0.48347107,0.28099173,0.5041322,0.5,0.29752067,0.2603306,0.28512397,0.2603306,0.2520661,0.2768595,0.38429752,0.21487603,0.2520661,0.17768595,0.42561984,0.8016529,0.6859504,0.3966942,0.5206612,0.8347107,0.838843,0.8140496,0.72727275,0.5785124,0.49173555,0.40082645,0.42561984,0.3677686,0.34710744,0.3429752,0.35950413,0.38842976,0.4214876,0.38429752,0.37603307,0.45867768,0.5413223,0.5289256,0.822314,0.56198347,0.54545456,0.45041323,0.45041323,0.4090909,0.44214877,0.3305785,0.2768595,0.26859504,0.30165288,0.3181818,0.29338843,0.24793388,0.21487603,0.22727273,0.18595041,0.21487603,0.18181819,0.20661157,0.29338843,0.3553719,0.47107437,0.5371901,0.6446281,0.6280992,0.5289256,0.25619835,0.38842976,0.42561984,0.20661157,0.2768595,0.3181818,0.29752067,0.2603306,0.26859504,0.28512397,0.2768595,0.38016528,0.0661157,0.55785125,0.6735537,0.7355372,0.26859504,0.56198347,0.88842976,0.77272725,0.5661157,0.3553719,0.30165288,0.40082645,0.11983471,0.2644628,0.2107438,0.17355372,0.2520661,0.23140496,0.24380165,0.29338843,0.32231405,0.37190083,0.4090909,0.54545456,0.61570245,0.6198347,0.24380165,0.35950413,0.28099173,0.2231405,0.23553719,0.26859504,0.28512397,0.18595041,0.2603306,0.25619835,0.23553719,0.20247933,0.2107438,0.27272728,0.32231405,0.20661157,0.21900827,0.10743801,0.11983471,0.2644628,0.1694215,0.21487603,0.28512397,0.4338843,0.49173555,0.47107437,0.2644628,0.38429752,0.24380165,0.40495867,0.26859504,0.22727273,0.30578512,0.35950413,0.2520661,0.28512397,0.3140496,0.39256197,0.12809917,0.7933884,0.3429752,0.5041322,0.26859504,0.57438016,0.7231405,0.45454547,0.24380165,0.15289256,0.36363637,0.4752066,0.21900827,0.24793388,0.26859504,0.2644628,0.3677686,0.2768595,0.2644628,0.28512397,0.338843,0.48347107,0.5785124,0.677686,0.677686,0.38842976,0.34710744,0.42975205,0.4338843,0.3553719,0.37190083,0.3140496,0.3553719,0.30991736,0.42561984,0.3553719,0.3140496,0.30165288,0.34710744,0.4214876,0.40082645,0.29752067,0.34710744,0.20661157,0.22727273,0.30165288,0.23140496,0.18595041,0.1694215,0.24793388,0.35123968,0.27272728,0.26859504,0.3553719,0.14049587,0.78099173,0.24793388,0.17768595,0.33471075,0.42561984,0.28512397,0.3429752,0.3140496,0.2768595,0.19008264,0.7107438,0.09504132,0.37603307,0.28099173,0.7644628,0.661157,0.35950413,0.3553719,0.38429752,0.44214877,0.4338843,0.4214876,0.45041323,0.42975205,0.38429752,0.38429752,0.3677686,0.37190083,0.38429752,0.46694216,0.57024795,0.6198347,0.71487606,0.57438016,0.21900827,0.58677685,0.6859504,0.61157024,0.54545456,0.4876033,0.2603306,0.41735536,0.446281,0.5041322,0.47933885,0.42561984,0.41322315,0.40495867,0.4090909,0.4090909,0.446281,0.43801653,0.3966942,0.40495867,0.4214876,0.4214876,0.40082645,0.37190083,0.3677686,0.3553719,0.40082645,0.30165288,0.35950413,0.19421488,0.822314,0.1694215,0.21487603,0.3305785,0.37603307,0.2644628,0.3966942,0.33471075,0.2603306,0.2520661,0.54545456,0.55785125,0.3966942,0.22727273,0.90082645,0.8140496,0.61570245,0.6446281,0.607438,0.59504133,0.5495868,0.5289256,0.5123967,0.46694216,0.42561984,0.37603307,0.37190083,0.3677686,0.37603307,0.4752066,0.59090906,0.6363636,0.6570248,0.40495867,0.35950413,0.8471074,0.73966944,0.6363636,0.56198347,0.58264464,0.28512397,0.30991736,0.4876033,0.46694216,0.45867768,0.41735536,0.4090909,0.37603307,0.38016528,0.3677686,0.40082645,0.42561984,0.42561984,0.45041323,0.5041322,0.54545456,0.57438016,0.55785125,0.5413223,0.4876033,0.6570248,0.37603307,0.3305785,0.47107437,0.43801653,0.09090909,0.24380165,0.3677686,0.25619835,0.21900827,0.45041323,0.4090909,0.3181818,0.3305785,0.55785125,0.838843,0.40495867,0.338843,0.92561984,0.8471074,0.7644628,0.71900827,0.677686,0.6322314,0.56198347,0.5123967,0.47107437,0.40495867,0.40082645,0.38842976,0.43801653,0.45041323,0.4752066,0.61570245,0.6528926,0.6404959,0.55785125,0.27272728,0.6404959,0.8429752,0.73140496,0.62396693,0.5785124,0.61157024,0.4876033,0.13636364,0.5041322,0.53305787,0.5206612,0.47107437,0.44214877,0.4090909,0.42561984,0.40082645,0.3553719,0.3553719,0.3553719,0.4090909,0.446281,0.4752066,0.57024795,0.57024795,0.58677685,0.56198347,0.71900827,0.45867768,0.3140496,0.5495868,0.29338843,0.18181819,0.2768595,0.38842976,0.27272728,0.21487603,0.41322315,0.41322315,0.38842976,0.38429752,0.60330576,0.8636364,0.40082645,0.47933885,0.91322315,0.8264463,0.73140496,0.6652893,0.6487603,0.5785124,0.5082645,0.49586776,0.5,0.5041322,0.5082645,0.5247934,0.5785124,0.61570245,0.6652893,0.7231405,0.6818182,0.60330576,0.4876033,0.3305785,0.80991733,0.76859504,0.70247936,0.6280992,0.57024795,0.59917355,0.58264464,0.2768595,0.38016528,0.61570245,0.59090906,0.56198347,0.53305787,0.446281,0.42975205,0.4338843,0.4090909,0.42975205,0.41735536,0.47107437,0.41322315,0.45041323,0.4752066,0.5041322,0.56198347,0.5661157,0.6859504,0.6652893,0.30991736,0.54545456,0.30578512,0.2107438,0.32231405,0.35123968,0.33471075,0.24380165,0.37190083,0.39256197,0.37603307,0.3305785,0.6859504,0.76859504,0.41735536,0.677686,0.90909094,0.8140496,0.72727275,0.71900827,0.6446281,0.5785124,0.58677685,0.59090906,0.61570245,0.61157024,0.61570245,0.6652893,0.7231405,0.73140496,0.72727275,0.73140496,0.6983471,0.61157024,0.42561984,0.553719,0.8264463,0.7644628,0.6942149,0.6280992,0.55785125,0.57438016,0.59090906,0.42975205,0.30991736,0.59090906,0.61157024,0.60330576,0.5785124,0.54545456,0.49173555,0.4752066,0.4090909,0.41322315,0.41735536,0.45454547,0.446281,0.47933885,0.5041322,0.53305787,0.5661157,0.57024795,0.6280992,0.8057851,0.35950413,0.62396693,0.3429752,0.1983471,0.35123968,0.35123968,0.36363637,0.27272728,0.3553719,0.3966942,0.3553719,0.26859504,0.71487606,0.8016529,0.43801653,0.838843,0.87603307,0.8636364,0.77272725,0.75619835,0.6735537,0.6487603,0.61157024,0.6198347,0.62396693,0.6363636,0.6652893,0.73140496,0.73140496,0.6859504,0.6652893,0.72727275,0.6859504,0.71487606,0.32231405,0.74380165,0.8057851,0.76033056,0.70247936,0.6280992,0.57438016,0.57024795,0.5785124,0.54545456,0.2892562,0.5206612,0.607438,0.6280992,0.5661157,0.5495868,0.55785125,0.5661157,0.53305787,0.5206612,0.48347107,0.5082645,0.5041322,0.5123967,0.53305787,0.5371901,0.57438016,0.6487603,0.6280992,0.822314,0.40082645,0.72727275,0.39256197,0.18595041,0.28512397,0.35950413,0.30578512,0.28099173,0.3553719,0.338843,0.33471075,0.2644628,0.6735537,0.8553719,0.446281,0.6528926,0.8595041,0.8553719,0.78512394,0.77272725,0.75206614,0.6942149,0.6652893,0.677686,0.6983471,0.6735537,0.661157,0.6983471,0.6528926,0.6198347,0.6528926,0.6983471,0.71900827,0.5041322,0.4752066,0.80991733,0.76859504,0.74380165,0.71900827,0.6322314,0.5661157,0.57438016,0.57024795,0.5785124,0.3677686,0.338843,0.59504133,0.61157024,0.56198347,0.5247934,0.5495868,0.5495868,0.5661157,0.5661157,0.5413223,0.5495868,0.54545456,0.53305787,0.5495868,0.5495868,0.59504133,0.6570248,0.76033056,0.6570248,0.45867768,0.76859504,0.45041323,0.19008264,0.21900827,0.3181818,0.3264463,0.26859504,0.42561984,0.36363637,0.30991736,0.28099173,0.661157,0.8305785,0.78099173,0.41735536,0.8677686,0.8305785,0.838843,0.822314,0.77272725,0.71487606,0.6983471,0.71900827,0.69008267,0.6735537,0.61157024,0.6198347,0.607438,0.61157024,0.6487603,0.6942149,0.69008267,0.28099173,0.6983471,0.8016529,0.76859504,0.73966944,0.7066116,0.6652893,0.5661157,0.57024795,0.5661157,0.59090906,0.5371901,0.3140496,0.5,0.58677685,0.54545456,0.53305787,0.53305787,0.55785125,0.57024795,0.55785125,0.58264464,0.57024795,0.5413223,0.5495868,0.57438016,0.57438016,0.6198347,0.6570248,0.8181818,0.44214877,0.59504133,0.75619835,0.44214877,0.20661157,0.20247933,0.33471075,0.30991736,0.23553719,0.55785125,0.44214877,0.34710744,0.2520661,0.6404959,0.8305785,0.88429755,0.5206612,0.6983471,0.87603307,0.8719008,0.8471074,0.77272725,0.7355372,0.73140496,0.6942149,0.661157,0.6446281,0.6322314,0.58677685,0.61157024,0.61157024,0.6280992,0.70247936,0.338843,0.41735536,0.73966944,0.7933884,0.8140496,0.73140496,0.6942149,0.71487606,0.60330576,0.55785125,0.5661157,0.59917355,0.6528926,0.40082645,0.4214876,0.54545456,0.5165289,0.5247934,0.5289256,0.56198347,0.56198347,0.56198347,0.58264464,0.56198347,0.5371901,0.5206612,0.5413223,0.59090906,0.6322314,0.7355372,0.76859504,0.39256197,0.72727275,0.74380165,0.446281,0.19008264,0.2231405,0.28512397,0.2603306,0.23140496,0.59504133,0.35950413,0.35123968,0.3140496,0.6322314,0.8512397,0.8347107,0.73140496,0.44214877,0.8553719,0.8801653,0.8512397,0.78099173,0.75619835,0.71900827,0.6528926,0.6404959,0.6446281,0.61157024,0.5785124,0.57438016,0.5785124,0.59090906,0.49173555,0.38429752,0.6322314,0.76859504,0.822314,0.8677686,0.7355372,0.7066116,0.72727275,0.607438,0.553719,0.56198347,0.6404959,0.75619835,0.553719,0.40495867,0.42975205,0.46694216,0.5289256,0.53305787,0.54545456,0.53305787,0.5495868,0.553719,0.5082645,0.5,0.47933885,0.49173555,0.59090906,0.6363636,0.74380165,0.4876033,0.6363636,0.76859504,0.75206614,0.4338843,0.19008264,0.2644628,0.27272728,0.21487603,0.17768595,0.45041323,0.3677686,0.338843,0.3181818,0.607438,0.8553719,0.8347107,0.822314,0.72727275,0.5206612,0.60330576,0.677686,0.7066116,0.71900827,0.6983471,0.6446281,0.62396693,0.61157024,0.59917355,0.62396693,0.61157024,0.5371901,0.4338843,0.53305787,0.7107438,0.78099173,0.8140496,0.838843,0.8677686,0.74793386,0.6818182,0.6487603,0.5371901,0.5371901,0.5495868,0.6487603,0.76859504,0.6652893,0.59090906,0.46280992,0.3677686,0.48347107,0.5123967,0.553719,0.5247934,0.5371901,0.5165289,0.5041322,0.48347107,0.5041322,0.5165289,0.5041322,0.46280992,0.5289256,0.6322314,0.75206614,0.7355372,0.73140496,0.44214877,0.17355372,0.25619835,0.27272728,0.21900827,0.1694215,0.4214876,0.41322315,0.30578512,0.3140496,0.59090906,0.8636364,0.8347107,0.838843,0.8512397,0.8512397,0.75619835,0.6280992,0.4876033,0.47933885,0.5082645,0.5,0.49173555,0.5,0.4752066,0.46280992,0.40082645,0.3429752,0.53305787,0.8181818,0.8347107,0.8305785,0.8512397,0.78512394,0.75619835,0.71900827,0.6487603,0.55785125,0.5123967,0.5123967,0.53305787,0.54545456,0.6198347,0.6942149,0.6487603,0.6528926,0.4338843,0.2892562,0.3305785,0.3429752,0.3305785,0.3140496,0.32231405,0.34710744,0.35123968,0.37190083,0.41322315,0.41735536,0.53305787,0.6363636,0.7231405,0.73140496,0.6942149,0.6859504,0.446281,0.19421488,0.2520661,0.24793388,0.21487603,0.17768595,0.49173555,0.40082645,0.3429752,0.3305785,0.61157024,0.8305785,0.8181818,0.8305785,0.8471074,0.8595041,0.838843,0.8140496,0.6694215,0.607438,0.55785125,0.49173555,0.3966942,0.35123968,0.33471075,0.3181818,0.3264463,0.34710744,0.71487606,0.87603307,0.8471074,0.8305785,0.78099173,0.69008267,0.6528926,0.6652893,0.6363636,0.5289256,0.48347107,0.5206612,0.56198347,0.5289256,0.5247934,0.58677685,0.72727275,0.7355372,0.6363636,0.16528925,0.28099173,0.29752067,0.30578512,0.3181818,0.33471075,0.37190083,0.4090909,0.45867768,0.49586776,0.53305787,0.61157024,0.73140496,0.7644628,0.6859504,0.6694215,0.59917355,0.45454547,0.2231405,0.24793388,0.28099173,0.1983471,0.19421488,0.5041322,0.3966942,0.3264463,0.3429752,0.61570245,0.8057851,0.80991733,0.8140496,0.8347107,0.8347107,0.8512397,0.8264463,0.7107438,0.6446281,0.57438016,0.5,0.40082645,0.338843,0.30991736,0.3140496,0.38842976,0.46694216,0.77272725,0.8264463,0.72727275,0.6528926,0.5495868,0.49173555,0.5661157,0.6735537,0.6322314,0.5247934,0.45867768,0.49586776,0.58677685,0.41735536,0.2892562,0.3553719,0.5123967,0.6322314,0.6652893,0.28512397,0.40495867,0.41322315,0.4338843,0.45867768,0.49173555,0.4752066,0.49586776,0.5165289,0.5247934,0.58677685,0.677686,0.74793386,0.7933884,0.6652893,0.6198347,0.57024795,0.44214877,0.23140496,0.24380165,0.23140496,0.20661157,0.18595041,0.46694216,0.4338843,0.2892562,0.35950413,0.59917355,0.8181818,0.8057851,0.78099173,0.8016529,0.8057851,0.8471074,0.8264463,0.7066116,0.6322314,0.5661157,0.47933885,0.41735536,0.4090909,0.42561984,0.49586776,0.607438,0.6487603,0.6652893,0.69008267,0.47107437,0.26859504,0.2520661,0.28099173,0.49586776,0.6818182,0.6487603,0.5,0.38429752,0.46694216,0.56198347,0.1983471,0.14049587,0.16115703,0.27272728,0.4752066,0.47933885,0.28099173,0.47933885,0.46280992,0.45867768,0.46280992,0.47107437,0.4338843,0.4338843,0.4752066,0.5165289,0.55785125,0.6322314,0.72727275,0.72727275,0.59504133,0.58677685,0.5495868,0.41322315,0.23966943,0.2231405,0.19008264,0.19008264,0.19008264,0.36363637,0.3553719,0.30165288,0.3677686,0.553719,0.7892562,0.77272725,0.71487606,0.7644628,0.79752064,0.822314,0.78099173,0.6280992,0.55785125,0.4752066,0.4338843,0.45454547,0.43801653,0.5371901,0.62396693,0.6983471,0.70247936,0.6280992,0.58677685,0.446281,0.37190083,0.5247934,0.57438016,0.60330576,0.6404959,0.6528926,0.40495867,0.3677686,0.44214877,0.41735536,0.38429752,0.35950413,0.3429752,0.3181818,0.37603307,0.33471075,0.3677686,0.49173555,0.4752066,0.45867768,0.43801653,0.41735536,0.41322315,0.38016528,0.36363637,0.46280992,0.5165289,0.58677685,0.61570245,0.61157024,0.59504133,0.54545456,0.5289256,0.36363637,0.23553719,0.20247933,0.1694215,0.19421488,0.22727273,0.33471075,0.30578512,0.30991736,0.39256197,0.53305787,0.7231405,0.6859504,0.6694215,0.76859504,0.76859504,0.77272725,0.6570248,0.47107437,0.47107437,0.48347107,0.42975205,0.4090909,0.5082645,0.57438016,0.6487603,0.6859504,0.677686,0.6652893,0.6280992,0.58264464,0.553719,0.5495868,0.48347107,0.49173555,0.446281,0.5206612,0.3966942,0.3429752,0.28512397,0.27272728,0.30578512,0.39256197,0.40495867,0.30991736,0.35123968,0.3553719,0.45454547,0.5206612,0.49586776,0.46694216,0.4338843,0.39256197,0.40082645,0.41735536,0.40082645,0.33471075,0.43801653,0.5206612,0.5289256,0.5123967,0.553719,0.54545456,0.4752066,0.34710744,0.2603306,0.20661157,0.1570248,0.19421488,0.2107438,0.29752067,0.2768595,0.33471075,0.42975205,0.5289256,0.7107438,0.6487603,0.7066116,0.73140496,0.74380165,0.6652893,0.47107437,0.59917355,0.59504133,0.42561984,0.38429752,0.49586776,0.5413223,0.5785124,0.6198347,0.61570245,0.6363636,0.59917355,0.6322314,0.553719,0.49586776,0.49173555,0.49586776,0.4338843,0.3677686,0.24380165,0.1983471,0.21900827,0.20661157,0.29338843,0.2520661,0.28512397,0.33471075,0.338843,0.3677686,0.45454547,0.4876033,0.5082645,0.48347107,0.446281,0.4338843,0.38429752,0.37190083,0.38842976,0.45867768,0.41735536,0.33471075,0.45041323,0.5082645,0.4876033,0.5165289,0.5,0.42561984,0.32231405,0.23966943,0.2231405,0.20247933,0.19008264,0.19008264,0.2768595,0.30165288,0.3264463,0.37603307,0.553719,0.59917355,0.59090906,0.62396693,0.70247936,0.677686,0.4876033,0.607438,0.57438016,0.40082645,0.37603307,0.48347107,0.5413223,0.5289256,0.57438016,0.5206612,0.58677685,0.55785125,0.57024795,0.5165289,0.4876033,0.42975205,0.4876033,0.5206612,0.4338843,0.33471075,0.24793388,0.19008264,0.20661157,0.338843,0.30165288,0.338843,0.2231405,0.37603307,0.3429752,0.45041323,0.42561984,0.46280992,0.49586776,0.47107437,0.42561984,0.39256197,0.38429752,0.3305785,0.3181818,0.3966942,0.49173555,0.5082645,0.35123968,0.49586776,0.41322315,0.46694216,0.47933885,0.40082645,0.24380165,0.21900827,0.2231405,0.21900827,0.19008264,0.1983471,0.24793388,0.28099173,0.2644628,0.41322315,0.5206612,0.5165289,0.5289256,0.58677685,0.6322314,0.6363636,0.45867768,0.607438,0.40082645,0.3966942,0.4876033,0.45454547,0.446281,0.5123967,0.4876033,0.5123967,0.4876033,0.53305787,0.5123967,0.45041323,0.5247934,0.42561984,0.5041322,0.49586776,0.3140496,0.30165288,0.35123968,0.23966943,0.21900827,0.30578512,0.37603307,0.37603307,0.3264463,0.36363637,0.338843,0.49586776,0.33471075,0.41735536,0.40082645,0.45041323,0.4090909,0.34710744,0.3553719,0.3181818,0.3181818,0.3181818,0.446281,0.6198347,0.39256197,0.43801653,0.33471075,0.43801653,0.42561984,0.3429752,0.2520661,0.22727273,0.2520661,0.19421488,0.17768595,0.17768595,0.28512397,0.28099173,0.30165288,0.46694216,0.42975205,0.47107437,0.42561984,0.56198347,0.60330576,0.60330576,0.48347107,0.5785124,0.42975205,0.43801653,0.446281,0.3429752,0.47107437,0.46694216,0.49173555,0.55785125,0.446281,0.5165289,0.4752066,0.34710744,0.55785125,0.46694216,0.4876033,0.43801653,0.3140496,0.2231405,0.38016528,0.3305785,0.25619835,0.2892562,0.29338843,0.30578512,0.38429752,0.3181818,0.35123968,0.39256197,0.34710744,0.34710744,0.37190083,0.42561984,0.36363637,0.36363637,0.3181818,0.34710744,0.29338843,0.3305785,0.38429752,0.5041322,0.446281,0.32231405,0.37603307,0.41322315,0.38016528,0.24380165,0.2644628,0.2231405,0.21900827,0.17355372,0.18595041,0.17768595,0.29752067,0.30165288,0.40082645,0.42975205,0.36363637,0.41322315,0.46694216,0.5206612,0.54545456,0.57024795,0.5123967,0.5371901,0.38016528,0.37190083,0.38016528,0.3140496,0.46694216,0.38429752,0.54545456,0.5041322,0.43801653,0.48347107,0.46280992,0.4338843,0.42975205,0.4214876,0.37603307,0.3553719,0.26859504,0.24793388,0.35950413,0.3305785,0.30165288,0.28512397,0.22727273,0.24793388,0.29752067,0.30991736,0.35123968,0.35123968,0.3181818,0.35123968,0.33471075,0.3677686,0.29752067,0.37190083,0.26859504,0.3429752,0.30578512,0.338843,0.3553719,0.4214876,0.3966942,0.2644628,0.32231405,0.37603307,0.30991736,0.20661157,0.24380165,0.23966943,0.17355372,0.18181819,0.23553719,0.24380165,0.29338843,0.3429752,0.43801653,0.36363637,0.3966942,0.37190083,0.44214877,0.4752066,0.5123967,0.5289256,0.47107437,0.44214877,0.39256197,0.3140496,0.30578512,0.30578512,0.3553719,0.36363637,0.47107437,0.47107437,0.3553719,0.4876033,0.48347107,0.446281,0.36363637,0.3429752,0.38842976,0.2644628,0.28099173,0.22727273,0.30578512,0.28512397,0.25619835,0.2520661,0.1983471,0.2603306,0.2892562,0.25619835,0.35123968,0.3264463,0.3181818,0.37190083,0.32231405,0.27272728,0.30991736,0.30991736,0.24793388,0.28512397,0.28512397,0.2892562,0.3305785,0.37603307,0.30578512,0.2520661,0.25619835,0.2892562,0.2107438,0.21487603,0.23140496,0.24793388,0.1694215,0.1570248,0.20661157,0.2107438,0.29338843,0.34710744,0.42561984,0.37190083,0.38429752,0.3181818,0.43801653,0.41735536,0.46280992,0.47107437,0.40082645,0.45041323,0.3677686,0.2768595,0.2892562,0.28512397,0.2768595,0.3305785,0.3966942,0.38429752,0.2644628,0.4090909,0.45041323,0.40495867,0.338843,0.36363637,0.47933885,0.2768595,0.36363637,0.2768595,0.35950413,0.2892562,0.23553719,0.30165288,0.2768595,0.28099173,0.24793388,0.21900827,0.3305785,0.29338843,0.28512397,0.3429752,0.2644628,0.20661157,0.3264463,0.25619835,0.1694215,0.24793388,0.24793388,0.24793388,0.30578512,0.2892562,0.27272728,0.1983471,0.23553719,0.21900827,0.20247933,0.19008264,0.23553719,0.25619835,0.16528925,0.19008264,0.16115703,0.1570248,0.3181818,0.30165288,0.41735536,0.35123968,0.338843,0.30165288,0.38016528,0.35123968,0.42561984,0.41735536,0.3966942,0.45041323,0.3264463,0.23966943,0.27272728,0.25619835,0.20661157,0.30165288,0.30165288,0.23140496,0.1983471,0.22727273,0.37603307,0.62396693,0.36363637,0.5661157,0.71900827,0.38429752,0.59090906,0.60330576,0.78099173,0.38842976,0.47933885,0.58264464,0.5413223,0.41322315,0.25619835,0.30991736,0.35950413,0.28512397,0.33471075,0.20661157,0.18181819,0.14049587,0.21900827,0.21900827,0.12809917,0.24380165,0.2107438,0.20661157,0.34710744,0.25619835,0.23966943,0.20661157,0.19008264,0.27272728,0.16115703,0.21487603,0.2231405,0.2231405,0.1694215,0.20247933,0.19008264,0.18595041,0.30578512,0.28512397,0.32231405,0.29338843,0.3429752,0.3264463,0.35123968,0.32231405,0.36363637,0.3305785,0.45867768,0.37603307,0.3140496,0.23966943,0.23553719,0.24380165,0.2231405,0.32231405,0.35950413,0.30165288,0.18595041,0.20247933,0.4090909,0.6694215,0.4090909,0.6983471,0.8719008,0.5371901,0.78099173,0.7768595,0.8677686,0.5495868,0.62396693,0.6983471,0.6570248,0.59504133,0.40495867,0.37603307,0.58264464,0.2892562,0.44214877,0.12809917,0.12809917,0.12809917,0.1983471,0.17355372,0.16528925,0.17768595,0.19421488,0.18181819,0.3429752,0.2892562,0.2231405,0.24380165,0.17355372,0.28099173,0.17768595,0.19008264,0.23553719,0.21487603,0.1694215,0.20247933,0.23553719,0.23140496,0.30991736,0.3305785,0.30578512,0.22727273,0.30165288,0.29752067,0.338843,0.3140496,0.35950413,0.30165288,0.4214876,0.3429752,0.29752067,0.26859504,0.23140496,0.22727273,0.2892562,0.3677686,0.4214876,0.4214876,0.41735536,0.4338843,0.60330576,0.6404959,0.41735536,0.38842976,0.7231405,0.38016528,0.8677686,0.7768595,0.7768595,0.5206612,0.57024795,0.6859504,0.6404959,0.59090906,0.41322315,0.46280992,0.5289256,0.30991736,0.34710744,0.23140496,0.18595041,0.21900827,0.23140496,0.18181819,0.19008264,0.1983471,0.24793388,0.19008264,0.3181818,0.3305785,0.19008264,0.27272728,0.18595041,0.2231405,0.20661157,0.1694215,0.23553719,0.21487603,0.16528925,0.21487603,0.2768595,0.27272728,0.3305785,0.28099173,0.3181818,0.24380165,0.24380165,0.32231405,0.30991736,0.30578512,0.3429752,0.2768595,0.30578512,0.3264463,0.28512397,0.2644628,0.24380165,0.2231405,0.28099173,0.38842976,0.44214877,0.42975205,0.54545456,0.6404959,0.6818182,0.6735537,0.59090906,0.47107437,0.4214876,0.20661157,0.553719,0.57024795,0.4338843,0.2892562,0.42975205,0.53305787,0.5289256,0.44214877,0.29752067,0.45867768,0.41735536,0.4338843,0.41322315,0.3429752,0.2644628,0.25619835,0.28099173,0.23140496,0.23553719,0.22727273,0.24380165,0.2892562,0.29338843,0.29752067,0.27272728,0.23966943,0.20661157,0.2231405,0.22727273,0.21487603,0.18181819,0.24793388,0.2231405,0.20661157,0.23966943,0.24793388,0.32231405,0.2520661,0.3305785,0.30578512,0.29338843,0.30165288,0.29338843,0.3264463,0.30165288,0.2603306,0.28099173,0.2768595,0.29752067,0.24793388,0.21900827,0.23966943,0.2644628,0.3553719,0.3966942,0.4214876,0.5082645,0.7107438,0.75206614,0.73966944,0.7231405,0.6528926,0.55785125,0.5371901,0.5289256,0.553719,0.5371901,0.55785125,0.5,0.4752066,0.446281,0.44214877,0.43801653,0.4214876,0.42561984,0.4876033,0.5123967,0.38842976,0.29338843,0.30991736,0.30165288,0.29338843,0.2520661,0.2768595,0.23140496,0.30991736,0.27272728,0.2644628,0.23553719,0.19421488,0.1983471,0.19421488,0.21487603,0.23140496,0.1983471,0.20661157,0.3181818,0.2107438,0.1694215,0.17355372,0.2231405,0.22727273,0.32231405,0.30991736,0.30165288,0.27272728,0.3181818,0.30578512,0.3181818,0.21900827,0.26859504,0.2768595,0.28512397,0.24793388,0.22727273,0.24380165,0.24793388,0.3181818,0.3553719,0.41322315,0.446281,0.57438016,0.7231405,0.8057851,0.7644628,0.6735537,0.553719,0.553719,0.5495868,0.57024795,0.59090906,0.59090906,0.5123967,0.49586776,0.41735536,0.4214876,0.40082645,0.4214876,0.44214877,0.5041322,0.5206612,0.38016528,0.338843,0.32231405,0.28512397,0.35123968,0.25619835,0.30578512,0.24793388,0.2644628,0.23966943,0.24380165,0.23140496,0.17355372,0.18181819,0.18595041,0.19008264,0.1983471,0.20661157,0.19421488,0.23553719,0.19008264,0.17768595,0.17355372,0.21900827,0.2520661,0.2520661,0.2644628,0.29338843,0.26859504,0.2644628,0.27272728,0.24380165,0.23553719,0.28099173,0.2644628,0.23140496,0.2644628,0.2892562,0.24793388,0.23140496,0.3140496,0.3140496,0.37603307,0.3966942,0.49586776,0.59090906,0.6983471,0.75619835,0.7231405,0.62396693,0.57438016,0.57024795,0.5785124,0.57024795,0.53305787,0.45867768,0.44214877,0.41322315,0.4090909,0.42975205,0.47107437,0.49173555,0.5082645,0.42975205,0.40495867,0.38429752,0.34710744,0.3264463,0.26859504,0.338843,0.27272728,0.2603306,0.22727273,0.21900827,0.2231405,0.2603306,0.17355372,0.15289256,0.20247933,0.18181819,0.19008264,0.19421488,0.2107438,0.21900827,0.19008264,0.19421488,0.1983471,0.27272728,0.24793388,0.23140496,0.2231405,0.30991736,0.30165288,0.2231405,0.25619835,0.2520661,0.3264463,0.26859504,0.32231405,0.23553719,0.24793388,0.37190083,0.1694215,0.3305785,0.2603306,0.29338843,0.30991736,0.38429752,0.46280992,0.49173555,0.5661157,0.56198347,0.59917355,0.59917355,0.5661157,0.553719,0.5371901,0.553719,0.47933885,0.446281,0.46280992,0.45867768,0.44214877,0.45867768,0.4752066,0.47107437,0.44214877,0.40495867,0.35123968,0.41322315,0.3429752,0.2768595,0.3305785,0.32231405,0.21900827,0.30165288,0.19421488,0.21487603,0.1983471,0.22727273,0.17768595,0.18181819,0.19008264,0.19008264,0.21900827,0.20661157,0.16115703,0.27272728,0.24380165,0.2107438,0.20661157,0.29338843,0.27272728,0.30165288,0.23553719,0.29338843,0.33471075,0.21487603,0.2644628,0.32231405,0.2892562,0.2768595,0.3429752,0.22727273,0.24380165,0.4338843,0.17768595,0.3181818,0.28099173,0.24380165,0.3181818,0.41322315,0.4338843,0.38429752,0.61157024,0.41322315,0.46694216,0.49173555,0.47107437,0.5,0.45041323,0.47107437,0.4752066,0.3553719,0.45867768,0.4752066,0.39256197,0.4214876,0.46280992,0.48347107,0.41735536,0.37190083,0.41322315,0.33471075,0.35950413,0.23140496,0.2603306,0.27272728,0.24793388,0.2231405,0.2107438,0.20661157,0.19008264,0.20247933,0.21487603,0.1570248,0.1694215,0.19421488,0.26859504,0.22727273,0.1983471,0.2520661,0.23553719,0.22727273,0.23140496,0.21487603,0.27272728,0.2603306,0.2520661,0.27272728,0.3305785,0.23553719,0.27272728,0.3429752,0.28512397,0.338843,0.28512397,0.29338843,0.1983471,0.4876033,0.2107438,0.2768595,0.29752067,0.20661157,0.29752067,0.40082645,0.3677686,0.36363637,0.47933885,0.38842976,0.4090909,0.41735536,0.42975205,0.4214876,0.38429752,0.42561984,0.40495867,0.40082645,0.3966942,0.42561984,0.46280992,0.3553719,0.44214877,0.45041323,0.40082645,0.338843,0.338843,0.35123968,0.35950413,0.19421488,0.19421488,0.24380165,0.21900827,0.24793388,0.23140496,0.16528925,0.19421488,0.19421488,0.20661157,0.17355372,0.17355372,0.19421488,0.2603306,0.23140496,0.21487603,0.2520661,0.19421488,0.18595041,0.19421488,0.18595041,0.28099173,0.23553719,0.2644628,0.2644628,0.2603306,0.23553719,0.28099173,0.3677686,0.23553719,0.338843,0.34710744,0.30578512,0.22727273,0.49586776,0.19008264,0.29752067,0.30578512,0.24380165,0.24380165,0.30578512,0.3181818,0.3264463,0.3181818,0.3305785,0.38016528,0.32231405,0.38016528,0.41735536,0.33471075,0.4214876,0.34710744,0.35950413,0.37603307,0.40082645,0.40495867,0.35123968,0.44214877,0.34710744,0.38016528,0.30578512,0.2520661,0.32231405,0.30991736,0.2231405,0.21900827,0.3181818,0.18595041,0.19421488,0.2644628,0.17768595,0.19421488,0.20247933,0.22727273,0.17768595,0.17355372,0.23553719,0.23966943,0.18181819,0.17768595,0.2520661,0.16115703,0.1322314,0.13636364,0.2231405,0.21900827,0.2107438,0.2603306,0.26859504,0.24793388,0.24380165,0.29752067,0.3305785,0.2231405,0.3677686,0.25619835,0.33471075,0.20661157,0.53305787,0.21900827,0.33471075,0.21900827,0.25619835,0.22727273,0.20661157,0.2107438,0.27272728,0.23553719,0.2644628,0.28512397,0.25619835,0.2892562,0.3181818,0.30991736,0.38016528,0.29752067,0.29338843,0.3181818,0.338843,0.3305785,0.2644628,0.37603307,0.24793388,0.30578512,0.28099173,0.20661157,0.29752067,0.28099173,0.19421488,0.2231405,0.29338843,0.17768595,0.20661157,0.2231405,0.19008264,0.19421488,0.19421488,0.2603306,0.1570248,0.18181819,0.22727273,0.22727273,0.18181819,0.17768595,0.2231405,0.22727273,0.21487603,0.20661157,0.24793388,0.1694215,0.30165288,0.23966943,0.32231405,0.2603306,0.20661157,0.30578512,0.3264463,0.2520661,0.2644628,0.28512397,0.27272728,0.21487603,0.40495867,0.29338843,0.3305785,0.23553719,0.3677686,0.23140496,0.16115703,0.16115703,0.1983471,0.22727273,0.2644628,0.2768595,0.2520661,0.23140496,0.24380165,0.23553719,0.29752067,0.30578512,0.2603306,0.2644628,0.28512397,0.25619835,0.23553719,0.338843,0.20247933,0.25619835,0.23966943,0.20247933,0.24380165,0.21487603,0.1694215,0.16528925,0.20247933,0.2768595,0.2231405,0.23966943,0.18181819,0.17355372,0.1983471,0.2603306,0.2603306,0.16115703,0.1983471,0.23966943,0.20247933,0.18595041,0.23140496,0.23966943,0.24380165,0.2520661,0.2520661,0.20247933,0.20661157,0.26859504,0.29752067,0.24380165,0.22727273,0.1983471,0.35950413,0.2231405,0.26859504,0.34710744,0.2644628,0.29752067,0.3140496,0.29338843,0.30991736,0.2520661,0.45867768,0.29752067,0.1983471,0.17768595,0.19008264,0.23553719,0.2644628,0.29752067,0.2520661,0.20247933,0.2644628,0.23966943,0.20247933,0.2603306,0.22727273,0.19421488,0.19008264,0.1983471,0.21487603,0.2231405,0.20247933,0.2107438,0.2768595,0.20247933,0.25619835,0.12396694,0.19008264,0.1694215,0.16528925,0.24793388,0.25619835,0.24380165,0.21487603,0.17355372,0.18181819,0.23140496,0.338843,0.1446281,0.18595041,0.23553719,0.20661157,0.18181819,0.24380165,0.19421488,0.19421488,0.1983471,0.21900827,0.19008264,0.2107438,0.2892562,0.27272728,0.26859504,0.21900827,0.29752067,0.34710744,0.2107438,0.3264463,0.3305785,0.30578512,0.29752067,0.28512397,0.32231405,0.23140496,0.25619835,0.5661157,0.26859504,0.28512397,0.19421488,0.14876033,0.21487603,0.23140496,0.23553719,0.23553719,0.20247933,0.20247933,0.21900827,0.20247933,0.23553719,0.2231405,0.1694215,0.13636364,0.1983471,0.20661157,0.20247933,0.2107438,0.20661157,0.23140496,0.20247933,0.23966943,0.11570248,0.2231405,0.2231405,0.1570248,0.29752067,0.16115703,0.29338843,0.20661157,0.21900827,0.1983471,0.19421488,0.30991736,0.21487603,0.15289256,0.19008264,0.1983471,0.19008264,0.2107438,0.19421488,0.20247933,0.20661157,0.29338843,0.18181819,0.2603306,0.3181818,0.2644628,0.24380165,0.3264463,0.38016528,0.33471075,0.30165288,0.338843,0.24793388,0.3677686,0.23966943,0.28099173,0.35123968,0.21900827,0.28099173,0.6280992,0.34710744,0.23553719,0.18181819,0.20247933,0.14049587,0.2520661,0.24793388,0.2892562,0.23553719,0.22727273,0.23966943,0.21900827,0.24380165,0.2644628,0.1983471,0.17768595,0.23553719,0.23553719,0.24380165,0.18181819,0.24380165,0.18595041,0.22727273,0.18181819,0.16115703,0.21487603,0.20247933,0.17355372,0.27272728,0.16528925,0.20661157,0.24793388,0.17768595,0.23140496,0.18181819,0.30991736,0.2603306,0.17768595,0.17768595,0.19421488,0.19421488,0.18595041,0.12809917,0.1322314,0.14049587,0.2892562,0.30165288,0.338843,0.29752067,0.29338843,0.2768595,0.43801653,0.32231405,0.29338843,0.3140496,0.25619835,0.24380165,0.29752067,0.26859504,0.2520661,0.29338843,0.24793388,0.2107438,0.57024795,0.4090909,0.26859504,0.14049587,0.21487603,0.22727273,0.30578512,0.28099173,0.32231405,0.30165288,0.2603306,0.23966943,0.28512397,0.27272728,0.28512397,0.21487603,0.18181819,0.2768595,0.2520661,0.1983471,0.23140496,0.23966943,0.17355372,0.2107438,0.1570248,0.17355372,0.18181819,0.15289256,0.2603306,0.23966943,0.2231405,0.2107438,0.23553719,0.1322314,0.28099173,0.20661157,0.15289256,0.3140496,0.16528925,0.17768595,0.17768595,0.19008264,0.15289256,0.1446281,0.1446281,0.14049587,0.2603306,0.33471075,0.37190083,0.23553719,0.338843,0.30578512,0.37190083,0.3181818,0.29338843,0.23966943,0.23966943,0.29338843,0.2231405,0.24793388,0.23553719,0.21487603,0.2892562,0.17768595,0.4752066,0.38016528,0.3305785,0.12809917,0.2603306,0.29752067,0.29338843,0.26859504,0.35123968,0.2644628,0.27272728,0.2768595,0.25619835,0.20661157,0.2644628,0.28099173,0.21900827,0.30165288,0.2231405,0.17768595,0.25619835,0.17355372,0.2768595,0.2520661,0.16528925,0.19008264,0.14876033,0.1322314,0.21487603,0.2603306,0.28099173,0.23140496,0.20247933,0.17768595,0.2892562,0.24380165,0.15289256,0.28099173,0.12396694,0.18181819,0.1983471,0.18595041,0.1694215,0.15289256,0.14876033,0.14876033,0.2768595,0.3677686,0.30578512,0.23966943,0.3140496,0.23553719,0.30578512,0.3181818,0.39256197,0.19008264,0.1983471,0.28512397,0.24380165,0.22727273,0.19421488,0.2768595,0.2768595,0.14049587,0.42561984,0.3677686,0.3677686,0.18595041,0.28512397,0.33471075,0.2603306,0.30578512,0.38429752,0.2231405,0.32231405,0.30578512,0.24793388,0.20247933,0.25619835,0.30165288,0.23553719,0.2520661,0.17768595,0.24380165,0.1322314,0.21900827,0.28099173,0.24793388,0.20661157,0.23966943,0.16528925,0.1446281,0.18181819,0.27272728,0.3264463,0.23966943,0.1983471,0.19008264,0.29752067,0.2107438,0.2107438,0.24793388,0.12396694,0.19008264,0.1983471,0.19008264,0.1694215,0.20247933,0.1983471,0.1983471,0.2768595,0.3429752,0.2107438,0.30991736,0.27272728,0.24793388,0.30578512,0.30165288,0.26859504,0.2231405,0.17355372,0.2768595,0.2892562,0.23140496,0.2892562,0.29752067,0.2892562,0.17768595,0.3181818,0.338843,0.2644628,0.2644628,0.21900827,0.4338843,0.26859504,0.32231405,0.3305785,0.25619835,0.3181818,0.2107438,0.18595041,0.18595041,0.16528925,0.27272728,0.19421488,0.21487603,0.1983471,0.2231405,0.12809917,0.23553719,0.21900827,0.30991736,0.20247933,0.2644628,0.18595041,0.17768595,0.17355372,0.34710744,0.28512397,0.34710744,0.19421488,0.23553719,0.26859504,0.24380165,0.17768595,0.24380165,0.12809917,0.1983471,0.22727273,0.20247933,0.19421488,0.15289256,0.1570248,0.16528925,0.30578512,0.41735536,0.2603306,0.26859504,0.21487603,0.26859504,0.32231405,0.25619835,0.27272728,0.21487603,0.2231405,0.28512397,0.29752067,0.3140496,0.3966942,0.24793388,0.30578512,0.2231405,0.3140496,0.34710744,0.16115703,0.28099173,0.23553719,0.47107437,0.2768595,0.23966943,0.338843,0.2107438,0.2603306,0.2520661,0.18595041,0.2231405,0.15289256,0.2231405,0.19008264,0.2520661,0.16115703,0.17768595,0.23140496,0.14876033,0.25619835,0.29752067,0.24380165,0.23966943,0.18595041,0.1446281,0.23553719,0.30991736,0.2892562,0.3140496,0.19421488,0.29338843,0.1694215,0.3264463,0.16528925,0.23140496,0.08677686,0.18181819,0.20247933,0.2107438,0.18595041,0.18595041,0.18595041,0.18595041,0.3305785,0.4090909,0.2644628,0.25619835,0.20247933,0.26859504,0.32231405,0.2603306,0.26859504,0.2231405,0.2644628,0.37190083,0.24380165,0.36363637,0.2644628,0.28512397,0.28099173,0.26859504,0.28512397,0.3181818,0.0785124,0.3181818,0.30578512,0.46280992,0.23140496,0.18595041,0.39256197,0.19008264,0.29752067,0.2603306,0.21487603,0.18595041,0.18181819,0.22727273,0.22727273,0.18595041,0.17768595,0.1446281,0.2768595,0.12396694,0.28099173,0.2603306,0.24380165,0.2644628,0.1570248,0.2107438,0.2107438,0.30165288,0.23966943,0.35123968,0.18595041,0.2892562,0.18181819,0.28512397,0.17355372,0.20247933,0.11157025,0.14876033,0.19421488,0.17355372,0.19421488,0.17768595,0.17768595,0.18181819,36 +0.1983471,0.29752067,0.47933885,0.5165289,0.5289256,0.5247934,0.57024795,0.61157024,0.59917355,0.59090906,0.6404959,0.69008267,0.71900827,0.71900827,0.71487606,0.6983471,0.69008267,0.71900827,0.75619835,0.78512394,0.79752064,0.80991733,0.8181818,0.80991733,0.80991733,0.822314,0.8181818,0.8140496,0.8181818,0.8264463,0.822314,0.8264463,0.8181818,0.8181818,0.822314,0.8264463,0.8140496,0.8181818,0.8305785,0.822314,0.8181818,0.8140496,0.822314,0.8264463,0.822314,0.8140496,0.8016529,0.79752064,0.7892562,0.78512394,0.7644628,0.7768595,0.7933884,0.76859504,0.72727275,0.6694215,0.6446281,0.61157024,0.6280992,0.553719,0.1446281,0.33471075,0.24793388,0.19008264,0.19008264,0.27272728,0.446281,0.5,0.5041322,0.5041322,0.55785125,0.60330576,0.60330576,0.57024795,0.6404959,0.6983471,0.71900827,0.73140496,0.7107438,0.7066116,0.7107438,0.71900827,0.75619835,0.7768595,0.8016529,0.80991733,0.8140496,0.8181818,0.822314,0.8347107,0.8181818,0.822314,0.822314,0.8264463,0.822314,0.8264463,0.822314,0.822314,0.8264463,0.822314,0.8181818,0.8181818,0.8264463,0.8181818,0.8181818,0.822314,0.8305785,0.8264463,0.822314,0.8181818,0.80991733,0.8057851,0.8016529,0.7933884,0.76859504,0.7768595,0.7892562,0.7644628,0.7231405,0.6735537,0.6487603,0.61157024,0.6198347,0.607438,0.16528925,0.2520661,0.2644628,0.15289256,0.17768595,0.22727273,0.41322315,0.48347107,0.5,0.49586776,0.553719,0.61157024,0.607438,0.59917355,0.661157,0.7066116,0.73140496,0.74380165,0.73966944,0.7355372,0.7355372,0.72727275,0.74380165,0.76859504,0.79752064,0.8016529,0.80991733,0.8181818,0.8264463,0.8305785,0.822314,0.822314,0.822314,0.8264463,0.8181818,0.8264463,0.8264463,0.8264463,0.822314,0.822314,0.8264463,0.8305785,0.8264463,0.822314,0.822314,0.8264463,0.8264463,0.8305785,0.822314,0.8264463,0.8181818,0.822314,0.80991733,0.8057851,0.7768595,0.7933884,0.7933884,0.7644628,0.74793386,0.70247936,0.6735537,0.6322314,0.59917355,0.6487603,0.23553719,0.17768595,0.23553719,0.1446281,0.17768595,0.2107438,0.36363637,0.47933885,0.5041322,0.4876033,0.5495868,0.60330576,0.58264464,0.6280992,0.6652893,0.7066116,0.73966944,0.7231405,0.74793386,0.75619835,0.74793386,0.73140496,0.72727275,0.7644628,0.7892562,0.7892562,0.8016529,0.8140496,0.8181818,0.822314,0.8264463,0.8181818,0.822314,0.8305785,0.822314,0.822314,0.8305785,0.8264463,0.8140496,0.822314,0.8305785,0.8305785,0.8305785,0.8264463,0.8264463,0.8264463,0.8264463,0.8305785,0.822314,0.8264463,0.8264463,0.8264463,0.8057851,0.8057851,0.78512394,0.8016529,0.7933884,0.7644628,0.76033056,0.73140496,0.6735537,0.6280992,0.59504133,0.6652893,0.2644628,0.17355372,0.21900827,0.17355372,0.15289256,0.20247933,0.30991736,0.45867768,0.5206612,0.46694216,0.5247934,0.58264464,0.57438016,0.6363636,0.677686,0.7231405,0.73140496,0.74380165,0.7644628,0.75619835,0.76033056,0.74793386,0.74380165,0.74793386,0.77272725,0.7768595,0.7768595,0.7892562,0.8057851,0.80991733,0.822314,0.822314,0.8264463,0.8264463,0.822314,0.8181818,0.8264463,0.8264463,0.8181818,0.822314,0.8347107,0.8264463,0.8347107,0.8264463,0.8264463,0.8305785,0.8305785,0.8264463,0.822314,0.8264463,0.822314,0.8140496,0.80991733,0.80991733,0.8057851,0.8140496,0.79752064,0.78099173,0.7768595,0.75206614,0.6859504,0.61570245,0.59090906,0.6322314,0.3181818,0.18595041,0.1983471,0.13636364,0.16528925,0.20247933,0.25619835,0.42561984,0.5165289,0.4876033,0.5082645,0.5371901,0.5785124,0.6446281,0.6983471,0.72727275,0.7355372,0.76033056,0.78099173,0.76859504,0.7644628,0.76033056,0.73966944,0.75619835,0.7644628,0.7644628,0.75619835,0.75619835,0.78512394,0.7892562,0.8057851,0.8140496,0.822314,0.8181818,0.8305785,0.80991733,0.8264463,0.8264463,0.8181818,0.80991733,0.8181818,0.8347107,0.838843,0.8264463,0.8181818,0.8181818,0.8140496,0.8181818,0.8264463,0.8181818,0.822314,0.8181818,0.8181818,0.80991733,0.8140496,0.822314,0.78512394,0.7768595,0.78512394,0.76859504,0.70247936,0.58677685,0.59504133,0.59917355,0.33471075,0.17768595,0.22727273,0.09090909,0.17768595,0.2231405,0.2231405,0.38842976,0.46694216,0.4876033,0.5082645,0.5082645,0.58677685,0.6570248,0.7066116,0.70247936,0.71487606,0.74380165,0.76859504,0.77272725,0.77272725,0.78512394,0.75619835,0.7644628,0.7768595,0.7644628,0.75206614,0.74380165,0.75206614,0.76859504,0.7768595,0.7892562,0.8057851,0.8140496,0.8264463,0.8016529,0.822314,0.8264463,0.822314,0.80991733,0.822314,0.8264463,0.822314,0.8181818,0.80991733,0.7933884,0.8057851,0.8181818,0.8264463,0.8181818,0.80991733,0.80991733,0.79752064,0.7768595,0.7768595,0.7933884,0.75206614,0.71487606,0.73966944,0.7768595,0.7355372,0.5785124,0.6198347,0.56198347,0.3264463,0.19008264,0.20661157,0.0785124,0.20247933,0.23140496,0.20247933,0.38842976,0.45041323,0.48347107,0.4876033,0.5165289,0.61157024,0.6528926,0.661157,0.62396693,0.6363636,0.661157,0.6859504,0.6818182,0.6983471,0.74793386,0.75619835,0.76033056,0.76033056,0.74380165,0.76033056,0.7644628,0.71900827,0.73966944,0.75206614,0.78099173,0.8016529,0.80991733,0.8140496,0.7933884,0.8140496,0.8140496,0.822314,0.8016529,0.8057851,0.79752064,0.79752064,0.8057851,0.78099173,0.7231405,0.74793386,0.76859504,0.7644628,0.76859504,0.75619835,0.7231405,0.69008267,0.6446281,0.6528926,0.6859504,0.6570248,0.6280992,0.6487603,0.71900827,0.72727275,0.58677685,0.61570245,0.54545456,0.3305785,0.20661157,0.18181819,0.09917355,0.17768595,0.2231405,0.19421488,0.3966942,0.46280992,0.4752066,0.4876033,0.5247934,0.56198347,0.58677685,0.59090906,0.55785125,0.55785125,0.5661157,0.553719,0.5413223,0.5371901,0.553719,0.57438016,0.58264464,0.59917355,0.60330576,0.6735537,0.73140496,0.6942149,0.69008267,0.6818182,0.7231405,0.77272725,0.80991733,0.80991733,0.78099173,0.79752064,0.79752064,0.80991733,0.75619835,0.76033056,0.74380165,0.74380165,0.7644628,0.7231405,0.6570248,0.607438,0.57024795,0.5371901,0.5495868,0.56198347,0.5785124,0.56198347,0.53305787,0.5371901,0.5785124,0.57438016,0.553719,0.5495868,0.58677685,0.62396693,0.57438016,0.58677685,0.53305787,0.3181818,0.2231405,0.19008264,0.12396694,0.1570248,0.20247933,0.19008264,0.42975205,0.47933885,0.46694216,0.5041322,0.5,0.48347107,0.5206612,0.5247934,0.5165289,0.5165289,0.5165289,0.5,0.46694216,0.42561984,0.40082645,0.37190083,0.3966942,0.4090909,0.41735536,0.4876033,0.5785124,0.6322314,0.6446281,0.6446281,0.6404959,0.7066116,0.76033056,0.7768595,0.75619835,0.7355372,0.75206614,0.7644628,0.74380165,0.7355372,0.70247936,0.6983471,0.6942149,0.6404959,0.5495868,0.49586776,0.44214877,0.38016528,0.3966942,0.42561984,0.42975205,0.42561984,0.44214877,0.5123967,0.58677685,0.5785124,0.5785124,0.55785125,0.49586776,0.5206612,0.47933885,0.58264464,0.53305787,0.30578512,0.21487603,0.22727273,0.12396694,0.17355372,0.17768595,0.19421488,0.42975205,0.49173555,0.47933885,0.5041322,0.44214877,0.45454547,0.5,0.54545456,0.56198347,0.5661157,0.59090906,0.5785124,0.49586776,0.5165289,0.4752066,0.38016528,0.38842976,0.34710744,0.33471075,0.38016528,0.40495867,0.47933885,0.54545456,0.58264464,0.57024795,0.6280992,0.71487606,0.76033056,0.71487606,0.72727275,0.69008267,0.6859504,0.71900827,0.7355372,0.6818182,0.6363636,0.61157024,0.5495868,0.47933885,0.44214877,0.40082645,0.40495867,0.42975205,0.55785125,0.56198347,0.61157024,0.6859504,0.74380165,0.74793386,0.71900827,0.71900827,0.69008267,0.61157024,0.5206612,0.4090909,0.54545456,0.55785125,0.29338843,0.17768595,0.23966943,0.14876033,0.18595041,0.18595041,0.1570248,0.41322315,0.5165289,0.48347107,0.46694216,0.37603307,0.43801653,0.48347107,0.5,0.4876033,0.5165289,0.6322314,0.6652893,0.62396693,0.6942149,0.6818182,0.5661157,0.5371901,0.45454547,0.39256197,0.35950413,0.338843,0.41322315,0.4752066,0.62396693,0.7355372,0.62396693,0.661157,0.71900827,0.6363636,0.6818182,0.6487603,0.6446281,0.70247936,0.73140496,0.661157,0.6652893,0.79752064,0.5413223,0.49586776,0.5041322,0.5,0.48347107,0.54545456,0.6570248,0.7066116,0.72727275,0.6983471,0.6942149,0.57438016,0.5041322,0.5289256,0.57024795,0.6280992,0.6280992,0.45454547,0.5041322,0.58677685,0.2892562,0.1694215,0.18595041,0.18181819,0.19008264,0.20661157,0.11983471,0.39256197,0.5247934,0.5082645,0.43801653,0.38016528,0.45041323,0.48347107,0.5082645,0.61157024,0.6735537,0.7107438,0.7231405,0.70247936,0.69008267,0.71487606,0.7066116,0.6280992,0.53305787,0.45454547,0.3264463,0.6322314,0.6983471,0.6404959,0.47933885,0.661157,0.677686,0.6487603,0.661157,0.6322314,0.6446281,0.59917355,0.6446281,0.677686,0.6446281,0.5371901,0.5206612,0.6735537,0.5247934,0.49586776,0.54545456,0.61157024,0.57438016,0.6859504,0.77272725,0.7768595,0.7644628,0.72727275,0.7355372,0.75206614,0.73966944,0.72727275,0.6570248,0.61157024,0.47107437,0.45867768,0.5082645,0.54545456,0.25619835,0.1322314,0.18181819,0.18595041,0.14049587,0.1694215,0.09090909,0.36363637,0.5289256,0.5247934,0.4338843,0.41322315,0.45041323,0.49586776,0.5785124,0.6570248,0.6735537,0.6652893,0.6818182,0.6652893,0.6859504,0.7066116,0.7355372,0.6818182,0.6363636,0.57438016,0.4876033,0.8719008,0.90082645,0.90909094,0.59917355,0.48347107,0.5165289,0.54545456,0.6404959,0.6983471,0.6735537,0.6942149,0.72727275,0.6694215,0.5371901,0.42975205,0.46280992,0.5041322,0.5289256,0.5495868,0.57438016,0.6322314,0.58677685,0.6652893,0.88429755,0.892562,0.77272725,0.57024795,0.55785125,0.59090906,0.607438,0.6487603,0.677686,0.6942149,0.6404959,0.38842976,0.45454547,0.49586776,0.14876033,0.09504132,0.19421488,0.20247933,0.11570248,0.14049587,0.07024793,0.30991736,0.5123967,0.5206612,0.43801653,0.4338843,0.43801653,0.49173555,0.5247934,0.5247934,0.48347107,0.42975205,0.40495867,0.39256197,0.38429752,0.40495867,0.45867768,0.47933885,0.5,0.5495868,0.53305787,0.76859504,0.838843,0.78099173,0.49173555,0.45454547,0.46694216,0.5165289,0.6446281,0.75206614,0.73966944,0.76033056,0.6652893,0.55785125,0.55785125,0.47107437,0.5082645,0.5206612,0.553719,0.57438016,0.55785125,0.5206612,0.43801653,0.36363637,0.607438,0.69008267,0.4876033,0.47107437,0.53305787,0.45041323,0.38429752,0.44214877,0.5661157,0.6322314,0.6528926,0.37603307,0.38842976,0.41322315,0.11570248,0.14876033,0.18181819,0.22727273,0.10743801,0.11570248,0.07024793,0.2107438,0.46280992,0.49586776,0.45454547,0.42561984,0.4338843,0.45867768,0.42975205,0.35123968,0.2644628,0.3429752,0.44214877,0.3140496,0.2768595,0.30991736,0.35950413,0.5082645,0.40082645,0.3966942,0.41735536,0.553719,0.6446281,0.59504133,0.47933885,0.45041323,0.41322315,0.58677685,0.661157,0.6528926,0.6983471,0.8801653,0.8636364,0.8347107,0.88429755,0.6446281,0.49586776,0.53305787,0.5371901,0.5247934,0.48347107,0.45041323,0.46694216,0.5661157,0.5247934,0.446281,0.4752066,0.44214877,0.6818182,0.70247936,0.45041323,0.338843,0.3966942,0.5785124,0.6280992,0.38842976,0.3677686,0.42561984,0.3553719,0.2231405,0.19008264,0.23553719,0.14049587,0.12809917,0.12396694,0.11157025,0.41735536,0.5082645,0.5165289,0.43801653,0.45041323,0.42561984,0.338843,0.23140496,0.2603306,0.46280992,0.4752066,0.3140496,0.3429752,0.5289256,0.38429752,0.61157024,0.62396693,0.42561984,0.41322315,0.45041323,0.5041322,0.58264464,0.5495868,0.45041323,0.38016528,0.44214877,0.54545456,0.4752066,0.5041322,0.69008267,0.78512394,0.77272725,0.75619835,0.57024795,0.58264464,0.55785125,0.53305787,0.49586776,0.45867768,0.46694216,0.58264464,0.6528926,0.45041323,0.3553719,0.6280992,0.446281,0.47107437,0.78099173,0.6487603,0.29752067,0.33471075,0.46280992,0.6280992,0.41322315,0.35950413,0.59504133,0.607438,0.39256197,0.11983471,0.2107438,0.1694215,0.1446281,0.19008264,0.15289256,0.3677686,0.73966944,0.61157024,0.38016528,0.5206612,0.3966942,0.2603306,0.2644628,0.338843,0.47933885,0.46694216,0.3181818,0.29752067,0.39256197,0.37190083,0.5785124,0.661157,0.5165289,0.4752066,0.45867768,0.5165289,0.61157024,0.6363636,0.49586776,0.4338843,0.4876033,0.54545456,0.56198347,0.6528926,0.6487603,0.6198347,0.5495868,0.43801653,0.58677685,0.71487606,0.69008267,0.60330576,0.5,0.4752066,0.4876033,0.59917355,0.61157024,0.45041323,0.3305785,0.42975205,0.4214876,0.4876033,0.6859504,0.6280992,0.38842976,0.38016528,0.446281,0.5785124,0.35950413,0.21900827,0.6942149,0.7066116,0.3677686,0.12396694,0.2107438,0.17768595,0.1446281,0.27272728,0.30578512,0.41735536,0.90082645,0.6859504,0.30165288,0.5661157,0.38842976,0.3553719,0.42975205,0.4876033,0.54545456,0.54545456,0.49586776,0.5413223,0.5371901,0.53305787,0.62396693,0.59504133,0.54545456,0.53305787,0.5289256,0.5785124,0.62396693,0.61570245,0.5082645,0.5123967,0.46694216,0.34710744,0.58677685,0.76859504,0.7892562,0.76859504,0.6198347,0.35950413,0.57438016,0.73966944,0.7107438,0.6363636,0.5495868,0.5413223,0.5661157,0.55785125,0.58677685,0.5785124,0.57024795,0.59090906,0.55785125,0.59090906,0.62396693,0.61157024,0.59090906,0.553719,0.5123967,0.43801653,0.29752067,0.11570248,0.6198347,0.71487606,0.3264463,0.1570248,0.23140496,0.1570248,0.15289256,0.32231405,0.4214876,0.33471075,0.60330576,0.61570245,0.28099173,0.5247934,0.47933885,0.5206612,0.5371901,0.5495868,0.607438,0.6280992,0.6198347,0.661157,0.6570248,0.6446281,0.6487603,0.6322314,0.6198347,0.607438,0.607438,0.6652893,0.661157,0.58677685,0.57438016,0.5371901,0.3677686,0.37603307,0.74793386,0.822314,0.8264463,0.8264463,0.7768595,0.36363637,0.54545456,0.7066116,0.7066116,0.6652893,0.62396693,0.59917355,0.60330576,0.59504133,0.59090906,0.59504133,0.62396693,0.6694215,0.6859504,0.69008267,0.6942149,0.7066116,0.71487606,0.62396693,0.5206612,0.37190083,0.3966942,0.1983471,0.5289256,0.35950413,0.24380165,0.21900827,0.2644628,0.16115703,0.1446281,0.34710744,0.49173555,0.34710744,0.40082645,0.6198347,0.3264463,0.4876033,0.58264464,0.58264464,0.59917355,0.6528926,0.6983471,0.7066116,0.70247936,0.6942149,0.6528926,0.6404959,0.607438,0.6446281,0.677686,0.677686,0.6818182,0.7231405,0.7107438,0.677686,0.57438016,0.5082645,0.3140496,0.5165289,0.8016529,0.8305785,0.822314,0.80991733,0.8512397,0.5413223,0.59917355,0.6942149,0.73966944,0.72727275,0.69008267,0.677686,0.6652893,0.6487603,0.607438,0.57024795,0.58264464,0.6198347,0.6652893,0.6818182,0.69008267,0.6735537,0.6487603,0.607438,0.57024795,0.42561984,0.5123967,0.3140496,0.5289256,0.3140496,0.23140496,0.27272728,0.3140496,0.18181819,0.1446281,0.33471075,0.5,0.4214876,0.38429752,0.6983471,0.37603307,0.4752066,0.6487603,0.6363636,0.553719,0.553719,0.60330576,0.59917355,0.59917355,0.59504133,0.61570245,0.6487603,0.7231405,0.75206614,0.75619835,0.75206614,0.76033056,0.78512394,0.7644628,0.6859504,0.5413223,0.61570245,0.35123968,0.6487603,0.7892562,0.8181818,0.822314,0.8140496,0.822314,0.71487606,0.60330576,0.71900827,0.75206614,0.7892562,0.7644628,0.73140496,0.71487606,0.72727275,0.72727275,0.71487606,0.6363636,0.58677685,0.58264464,0.58264464,0.6198347,0.6322314,0.6280992,0.6363636,0.6446281,0.58264464,0.607438,0.5206612,0.5,0.40082645,0.23553719,0.27272728,0.3677686,0.20661157,0.1322314,0.35123968,0.47933885,0.47933885,0.39256197,0.6694215,0.47107437,0.47933885,0.6404959,0.71487606,0.6818182,0.61570245,0.6198347,0.62396693,0.6487603,0.677686,0.71487606,0.7231405,0.75206614,0.76033056,0.7768595,0.7768595,0.78512394,0.78512394,0.73966944,0.62396693,0.59917355,0.76859504,0.4214876,0.6942149,0.75619835,0.8016529,0.822314,0.7933884,0.8181818,0.78099173,0.59090906,0.6859504,0.73140496,0.77272725,0.8016529,0.7644628,0.7066116,0.6818182,0.70247936,0.72727275,0.7231405,0.73140496,0.73140496,0.6859504,0.6735537,0.6404959,0.6363636,0.6735537,0.7066116,0.69008267,0.70247936,0.71900827,0.5289256,0.49586776,0.23966943,0.23553719,0.29752067,0.18595041,0.16528925,0.3553719,0.46280992,0.5123967,0.46280992,0.45041323,0.5785124,0.49586776,0.6280992,0.7355372,0.7644628,0.74380165,0.70247936,0.6942149,0.6818182,0.6818182,0.6859504,0.6859504,0.7107438,0.74380165,0.75206614,0.77272725,0.75619835,0.7355372,0.661157,0.5371901,0.74380165,0.69008267,0.5041322,0.69008267,0.73966944,0.7892562,0.8181818,0.79752064,0.80991733,0.77272725,0.6363636,0.661157,0.72727275,0.76033056,0.7933884,0.78512394,0.74793386,0.6942149,0.6652893,0.6404959,0.6280992,0.6446281,0.6652893,0.6652893,0.6859504,0.72727275,0.74793386,0.7768595,0.7933884,0.74793386,0.73140496,0.78099173,0.53305787,0.59504133,0.2768595,0.2231405,0.23140496,0.17768595,0.18181819,0.34710744,0.45454547,0.5247934,0.5371901,0.41322315,0.62396693,0.5041322,0.59917355,0.70247936,0.75619835,0.76033056,0.73966944,0.73966944,0.72727275,0.73140496,0.7107438,0.71487606,0.75206614,0.76033056,0.76033056,0.7644628,0.74793386,0.69008267,0.58264464,0.5785124,0.8057851,0.54545456,0.58677685,0.677686,0.73140496,0.78512394,0.8140496,0.80991733,0.80991733,0.76859504,0.677686,0.6487603,0.6983471,0.76033056,0.75619835,0.7644628,0.78099173,0.76033056,0.74793386,0.74380165,0.71900827,0.73140496,0.74793386,0.76859504,0.78099173,0.7933884,0.7933884,0.7933884,0.7933884,0.72727275,0.70247936,0.73966944,0.5413223,0.6570248,0.30991736,0.20247933,0.19421488,0.1446281,0.17768595,0.3429752,0.45041323,0.5123967,0.54545456,0.4338843,0.57024795,0.53305787,0.55785125,0.6404959,0.6983471,0.7231405,0.7231405,0.73140496,0.74793386,0.74793386,0.74380165,0.75206614,0.77272725,0.76859504,0.76033056,0.75619835,0.72727275,0.6735537,0.58677685,0.6983471,0.73140496,0.5247934,0.59090906,0.6487603,0.71487606,0.79752064,0.80991733,0.8057851,0.80991733,0.77272725,0.71900827,0.6487603,0.607438,0.7066116,0.73966944,0.7355372,0.7644628,0.76033056,0.7768595,0.78512394,0.78512394,0.7933884,0.7892562,0.80991733,0.8057851,0.79752064,0.7933884,0.7892562,0.8057851,0.7107438,0.7107438,0.6570248,0.60330576,0.70247936,0.2768595,0.23140496,0.18595041,0.14876033,0.17355372,0.3429752,0.446281,0.49173555,0.5247934,0.49586776,0.47933885,0.607438,0.56198347,0.60330576,0.6570248,0.6818182,0.70247936,0.72727275,0.74380165,0.75619835,0.74793386,0.74793386,0.76033056,0.7644628,0.76859504,0.74793386,0.71487606,0.6446281,0.6404959,0.72727275,0.60330576,0.5165289,0.57024795,0.6570248,0.71900827,0.7892562,0.8140496,0.8140496,0.8016529,0.78099173,0.75619835,0.71487606,0.60330576,0.5661157,0.73966944,0.7355372,0.75619835,0.76033056,0.77272725,0.78099173,0.78099173,0.78512394,0.78512394,0.8016529,0.8057851,0.7933884,0.79752064,0.7933884,0.80991733,0.71487606,0.7107438,0.5785124,0.6652893,0.71900827,0.23553719,0.3181818,0.24793388,0.1570248,0.17355372,0.3181818,0.45041323,0.4876033,0.5082645,0.5,0.45041323,0.677686,0.6694215,0.60330576,0.6446281,0.6818182,0.70247936,0.71900827,0.7355372,0.75206614,0.7355372,0.74380165,0.74380165,0.75206614,0.77272725,0.7644628,0.70247936,0.661157,0.74380165,0.6322314,0.55785125,0.5165289,0.5785124,0.6818182,0.73966944,0.8016529,0.8181818,0.80991733,0.8057851,0.79752064,0.78099173,0.74793386,0.6694215,0.5041322,0.6446281,0.75206614,0.75619835,0.76033056,0.7768595,0.78099173,0.78099173,0.78099173,0.78512394,0.79752064,0.7933884,0.8016529,0.7933884,0.7768595,0.8181818,0.80991733,0.61157024,0.607438,0.7066116,0.6983471,0.23966943,0.2644628,0.33471075,0.1694215,0.18595041,0.32231405,0.43801653,0.4752066,0.4752066,0.48347107,0.45867768,0.4876033,0.7066116,0.78099173,0.677686,0.6818182,0.6859504,0.6983471,0.6983471,0.72727275,0.73966944,0.74380165,0.7355372,0.74793386,0.7892562,0.76859504,0.71487606,0.74380165,0.61570245,0.5371901,0.59504133,0.5495868,0.59090906,0.6942149,0.74793386,0.79752064,0.8181818,0.8264463,0.8140496,0.8016529,0.78512394,0.7644628,0.6818182,0.58677685,0.45867768,0.6322314,0.77272725,0.78512394,0.7933884,0.7892562,0.7768595,0.7933884,0.79752064,0.7933884,0.8057851,0.8057851,0.8016529,0.76859504,0.8305785,0.74380165,0.58677685,0.7107438,0.7066116,0.6942149,0.23966943,0.22727273,0.2768595,0.1983471,0.18181819,0.3181818,0.42561984,0.46694216,0.47933885,0.5,0.5,0.446281,0.3677686,0.5247934,0.6322314,0.70247936,0.71487606,0.7231405,0.7231405,0.74793386,0.76033056,0.77272725,0.74793386,0.74793386,0.7892562,0.7892562,0.74793386,0.60330576,0.49173555,0.62396693,0.6487603,0.59090906,0.59090906,0.677686,0.72727275,0.78099173,0.8016529,0.8305785,0.8140496,0.8057851,0.78099173,0.74793386,0.6942149,0.6983471,0.45867768,0.38016528,0.49173555,0.6652893,0.7231405,0.72727275,0.72727275,0.74380165,0.74380165,0.6942149,0.6859504,0.677686,0.6363636,0.5785124,0.5247934,0.6446281,0.73140496,0.7231405,0.6859504,0.6859504,0.26859504,0.20661157,0.23966943,0.19421488,0.17768595,0.29752067,0.4338843,0.46694216,0.48347107,0.5165289,0.5413223,0.5289256,0.46280992,0.41322315,0.41735536,0.46694216,0.5041322,0.5247934,0.54545456,0.5661157,0.59917355,0.6404959,0.6363636,0.6322314,0.6404959,0.6528926,0.553719,0.5082645,0.6322314,0.677686,0.6528926,0.6198347,0.59090906,0.6446281,0.69008267,0.75619835,0.7933884,0.822314,0.8057851,0.77272725,0.7355372,0.69008267,0.6694215,0.70247936,0.71900827,0.46694216,0.37190083,0.38842976,0.41735536,0.4338843,0.47107437,0.53305787,0.58677685,0.57024795,0.57024795,0.58677685,0.6198347,0.6487603,0.6942149,0.7355372,0.73966944,0.71487606,0.6735537,0.6818182,0.29338843,0.18181819,0.2231405,0.19421488,0.16528925,0.2892562,0.44214877,0.45454547,0.47933885,0.5289256,0.58677685,0.60330576,0.55785125,0.5289256,0.5495868,0.5495868,0.54545456,0.553719,0.59090906,0.57438016,0.59090906,0.607438,0.61570245,0.61157024,0.6280992,0.61570245,0.53305787,0.59917355,0.6404959,0.6487603,0.62396693,0.59917355,0.55785125,0.5495868,0.6322314,0.71900827,0.7644628,0.78512394,0.76033056,0.7231405,0.661157,0.6363636,0.6446281,0.6735537,0.75206614,0.6942149,0.61570245,0.6322314,0.6652893,0.6735537,0.661157,0.6859504,0.7107438,0.7231405,0.73966944,0.75206614,0.76033056,0.75206614,0.73140496,0.72727275,0.7355372,0.6942149,0.6487603,0.6528926,0.35123968,0.18595041,0.22727273,0.19008264,0.1983471,0.2768595,0.42975205,0.44214877,0.47933885,0.54545456,0.607438,0.607438,0.6198347,0.58677685,0.61157024,0.6198347,0.6322314,0.6404959,0.6735537,0.6983471,0.71487606,0.70247936,0.70247936,0.6942149,0.6859504,0.5495868,0.49586776,0.607438,0.59090906,0.55785125,0.5495868,0.5289256,0.47933885,0.44214877,0.47933885,0.62396693,0.6983471,0.73140496,0.7107438,0.6818182,0.6280992,0.60330576,0.59504133,0.6322314,0.6942149,0.6694215,0.6735537,0.6942149,0.70247936,0.7231405,0.7231405,0.74380165,0.74380165,0.78512394,0.78099173,0.77272725,0.7644628,0.75206614,0.7355372,0.71900827,0.71900827,0.6859504,0.5785124,0.59917355,0.40495867,0.23140496,0.21487603,0.20247933,0.21487603,0.2644628,0.41322315,0.44214877,0.4752066,0.53305787,0.58677685,0.553719,0.60330576,0.61570245,0.6280992,0.6487603,0.6652893,0.6652893,0.6818182,0.6942149,0.70247936,0.6983471,0.6983471,0.70247936,0.6528926,0.446281,0.46694216,0.54545456,0.5041322,0.4338843,0.38429752,0.36363637,0.37190083,0.36363637,0.3966942,0.5082645,0.61157024,0.677686,0.6652893,0.6446281,0.59090906,0.38842976,0.37603307,0.5,0.59504133,0.59090906,0.6446281,0.72727275,0.71900827,0.71487606,0.72727275,0.73140496,0.73140496,0.75619835,0.76859504,0.77272725,0.76033056,0.75619835,0.74380165,0.7231405,0.7066116,0.6570248,0.5247934,0.56198347,0.40495867,0.24380165,0.23553719,0.2231405,0.24793388,0.2231405,0.38842976,0.41322315,0.43801653,0.5,0.56198347,0.5289256,0.55785125,0.61570245,0.6487603,0.6652893,0.6859504,0.677686,0.6652893,0.6652893,0.677686,0.6818182,0.6694215,0.677686,0.6487603,0.46694216,0.42561984,0.46280992,0.42561984,0.30991736,0.2107438,0.19008264,0.21900827,0.2603306,0.3140496,0.45454547,0.53305787,0.59504133,0.59917355,0.6198347,0.41735536,0.14049587,0.1983471,0.33471075,0.47933885,0.5123967,0.677686,0.76033056,0.75619835,0.73966944,0.7355372,0.7231405,0.6983471,0.6859504,0.6735537,0.7231405,0.73966944,0.7231405,0.7066116,0.7066116,0.69008267,0.60330576,0.5082645,0.5371901,0.41322315,0.28512397,0.2231405,0.23966943,0.24380165,0.22727273,0.37603307,0.40495867,0.41322315,0.43801653,0.5,0.49586776,0.5413223,0.59917355,0.6280992,0.6404959,0.6363636,0.59504133,0.61570245,0.6446281,0.6570248,0.677686,0.6818182,0.71487606,0.70247936,0.6198347,0.5206612,0.38842976,0.39256197,0.30991736,0.25619835,0.22727273,0.23553719,0.24380165,0.24380165,0.39256197,0.46280992,0.5041322,0.53305787,0.53305787,0.40495867,0.42975205,0.4752066,0.446281,0.44214877,0.57024795,0.70247936,0.74380165,0.77272725,0.76859504,0.76033056,0.73966944,0.71487606,0.6942149,0.61570245,0.59090906,0.6446281,0.6652893,0.69008267,0.6652893,0.6652893,0.553719,0.48347107,0.5206612,0.38016528,0.28099173,0.24380165,0.23966943,0.2107438,0.2231405,0.38842976,0.41322315,0.39256197,0.38429752,0.446281,0.4876033,0.5247934,0.55785125,0.57438016,0.53305787,0.5247934,0.57024795,0.6570248,0.6652893,0.6570248,0.6735537,0.677686,0.69008267,0.70247936,0.661157,0.6528926,0.47933885,0.41735536,0.37190083,0.33471075,0.27272728,0.24793388,0.24380165,0.24793388,0.30991736,0.37603307,0.41322315,0.45041323,0.46280992,0.4338843,0.5123967,0.57438016,0.5413223,0.57024795,0.6446281,0.6735537,0.70247936,0.75206614,0.76033056,0.74793386,0.74380165,0.7231405,0.7231405,0.6983471,0.62396693,0.53305787,0.56198347,0.6446281,0.6280992,0.58677685,0.56198347,0.46694216,0.49173555,0.35123968,0.2768595,0.24793388,0.21900827,0.18595041,0.32231405,0.37603307,0.38016528,0.37603307,0.36363637,0.40082645,0.49173555,0.5041322,0.49586776,0.47933885,0.46280992,0.58677685,0.6446281,0.62396693,0.62396693,0.6404959,0.6487603,0.62396693,0.6198347,0.6446281,0.6198347,0.6528926,0.61157024,0.56198347,0.45041323,0.38016528,0.30578512,0.26859504,0.2892562,0.2520661,0.26859504,0.338843,0.38842976,0.42975205,0.4338843,0.4090909,0.45454547,0.54545456,0.5289256,0.5661157,0.6280992,0.6570248,0.6528926,0.6570248,0.6735537,0.6818182,0.6818182,0.69008267,0.6859504,0.7066116,0.6983471,0.6404959,0.5041322,0.58677685,0.57438016,0.5165289,0.54545456,0.45041323,0.446281,0.30578512,0.28512397,0.21900827,0.19008264,0.24793388,0.36363637,0.3305785,0.3264463,0.35123968,0.37190083,0.41735536,0.4752066,0.47933885,0.45041323,0.48347107,0.47933885,0.5206612,0.5123967,0.5413223,0.5661157,0.59504133,0.58677685,0.55785125,0.58264464,0.61157024,0.57024795,0.5123967,0.57024795,0.5289256,0.45867768,0.38842976,0.35123968,0.37603307,0.4090909,0.3429752,0.37190083,0.42975205,0.40082645,0.47107437,0.3966942,0.42561984,0.40082645,0.40495867,0.46280992,0.5123967,0.5495868,0.6280992,0.61157024,0.5661157,0.5785124,0.59504133,0.55785125,0.58264464,0.55785125,0.5661157,0.6404959,0.6694215,0.58264464,0.5206612,0.5123967,0.48347107,0.49586776,0.41322315,0.38429752,0.3181818,0.23140496,0.22727273,0.18595041,0.24793388,0.29752067,0.3181818,0.32231405,0.3264463,0.42561984,0.41735536,0.46694216,0.43801653,0.446281,0.49173555,0.42561984,0.4214876,0.446281,0.48347107,0.5041322,0.49586776,0.5041322,0.5165289,0.553719,0.553719,0.47933885,0.4214876,0.5123967,0.48347107,0.46280992,0.40082645,0.41735536,0.4214876,0.4876033,0.48347107,0.46694216,0.49173555,0.33471075,0.5082645,0.338843,0.42975205,0.4338843,0.33471075,0.37603307,0.446281,0.46280992,0.5206612,0.5371901,0.49586776,0.5123967,0.5289256,0.5165289,0.5165289,0.5661157,0.46280992,0.49173555,0.60330576,0.59090906,0.5165289,0.47107437,0.5,0.46280992,0.36363637,0.33471075,0.28512397,0.2520661,0.2520661,0.22727273,0.21900827,0.23966943,0.32231405,0.34710744,0.3553719,0.37190083,0.37190083,0.45454547,0.43801653,0.46694216,0.45867768,0.38016528,0.38842976,0.40495867,0.43801653,0.46280992,0.4876033,0.5123967,0.5495868,0.5495868,0.47107437,0.45867768,0.41322315,0.5082645,0.45867768,0.45454547,0.40495867,0.4214876,0.42975205,0.54545456,0.5,0.47107437,0.47933885,0.36363637,0.4338843,0.39256197,0.37603307,0.42975205,0.35950413,0.338843,0.38842976,0.40082645,0.4214876,0.49173555,0.45454547,0.47933885,0.49586776,0.49173555,0.47933885,0.5041322,0.47107437,0.41322315,0.49173555,0.5661157,0.5495868,0.446281,0.47933885,0.41735536,0.32231405,0.29752067,0.2520661,0.23553719,0.28099173,0.26859504,0.2231405,0.21487603,0.30991736,0.3966942,0.37603307,0.3264463,0.34710744,0.42975205,0.4214876,0.43801653,0.39256197,0.3553719,0.37190083,0.37190083,0.4214876,0.42561984,0.5289256,0.5289256,0.5289256,0.53305787,0.46694216,0.47933885,0.45041323,0.47933885,0.4876033,0.47107437,0.3677686,0.4214876,0.45454547,0.5413223,0.48347107,0.4752066,0.4876033,0.4090909,0.39256197,0.41735536,0.39256197,0.3966942,0.4338843,0.32231405,0.3677686,0.4090909,0.3677686,0.48347107,0.45867768,0.41322315,0.46280992,0.4752066,0.48347107,0.44214877,0.4876033,0.446281,0.45041323,0.53305787,0.5082645,0.41322315,0.44214877,0.3966942,0.28099173,0.2768595,0.23966943,0.21900827,0.28512397,0.2520661,0.21487603,0.19008264,0.27272728,0.3677686,0.35950413,0.2892562,0.32231405,0.3966942,0.37603307,0.38842976,0.34710744,0.38016528,0.38429752,0.38842976,0.4214876,0.38842976,0.5123967,0.4752066,0.46694216,0.4876033,0.45454547,0.47107437,0.42975205,0.49173555,0.45454547,0.40082645,0.35950413,0.4338843,0.42975205,0.49586776,0.42975205,0.5082645,0.53305787,0.41735536,0.38842976,0.41735536,0.38429752,0.42975205,0.45041323,0.37190083,0.37190083,0.40082645,0.38429752,0.42561984,0.4752066,0.44214877,0.41735536,0.4214876,0.4876033,0.45041323,0.4214876,0.44214877,0.43801653,0.49173555,0.43801653,0.4090909,0.35950413,0.38842976,0.24793388,0.23553719,0.22727273,0.21487603,0.25619835,0.24380165,0.18181819,0.18181819,0.2768595,0.28512397,0.3677686,0.2644628,0.30165288,0.34710744,0.338843,0.3140496,0.3966942,0.4090909,0.41735536,0.35950413,0.37603307,0.42561984,0.41735536,0.4214876,0.4090909,0.38842976,0.37603307,0.39256197,0.39256197,0.40495867,0.39256197,0.37190083,0.38842976,0.3677686,0.4338843,0.446281,0.4090909,0.5123967,0.4876033,0.3966942,0.41322315,0.4090909,0.37603307,0.42975205,0.3966942,0.38429752,0.37190083,0.38429752,0.38016528,0.39256197,0.37190083,0.446281,0.4090909,0.38429752,0.4090909,0.45454547,0.4214876,0.38842976,0.42975205,0.43801653,0.35950413,0.35950413,0.30165288,0.30991736,0.2768595,0.24793388,0.24793388,0.20247933,0.27272728,0.2231405,0.19421488,0.20247933,0.24380165,0.24380165,0.338843,0.24793388,0.30578512,0.3140496,0.30165288,0.35950413,0.43801653,0.4090909,0.38016528,0.2892562,0.3429752,0.38429752,0.32231405,0.35950413,0.40082645,0.338843,0.3677686,0.3677686,0.38016528,0.37190083,0.37190083,0.37190083,0.3264463,0.36363637,0.42561984,0.44214877,0.43801653,0.53305787,0.45867768,0.42561984,0.42561984,0.38016528,0.37190083,0.41322315,0.37190083,0.3677686,0.3677686,0.40495867,0.37603307,0.40495867,0.3677686,0.38016528,0.35950413,0.3264463,0.36363637,0.39256197,0.41322315,0.34710744,0.41735536,0.37603307,0.2892562,0.338843,0.26859504,0.2892562,0.24793388,0.20247933,0.24380165,0.2107438,0.2231405,0.20247933,0.20247933,0.19421488,0.23140496,0.21900827,0.2520661,0.19008264,0.26859504,0.26859504,0.2892562,0.44214877,0.4214876,0.39256197,0.3305785,0.24380165,0.33471075,0.30165288,0.28099173,0.29752067,0.3677686,0.35950413,0.3677686,0.38842976,0.4090909,0.39256197,0.3677686,0.36363637,0.338843,0.43801653,0.4752066,0.5165289,0.56198347,0.58264464,0.5165289,0.5165289,0.49586776,0.47107437,0.45867768,0.4090909,0.42975205,0.39256197,0.42975205,0.45867768,0.446281,0.45041323,0.43801653,0.4090909,0.35950413,0.2768595,0.338843,0.35950413,0.38429752,0.3677686,0.4214876,0.3264463,0.27272728,0.34710744,0.26859504,0.2644628,0.20247933,0.19008264,0.22727273,0.21487603,0.2231405,0.21487603,0.21900827,0.1983471,0.2107438,0.24380165,0.2520661,0.20247933,0.23553719,0.30165288,0.3181818,0.42561984,0.338843,0.3553719,0.29338843,0.23140496,0.29752067,0.2644628,0.26859504,0.28099173,0.3553719,0.34710744,0.40082645,0.44214877,0.45867768,0.45867768,0.446281,0.4214876,0.43801653,0.5206612,0.5785124,0.61157024,0.6694215,0.71900827,0.6942149,0.6859504,0.6859504,0.6446281,0.5495868,0.5,0.4752066,0.47933885,0.54545456,0.57024795,0.55785125,0.5082645,0.49173555,0.47107437,0.41322315,0.27272728,0.3181818,0.29752067,0.32231405,0.33471075,0.3677686,0.30991736,0.28512397,0.35950413,0.2520661,0.21487603,0.21487603,0.1983471,0.1694215,0.18595041,0.2231405,0.1983471,0.21487603,0.19008264,0.23140496,0.21900827,0.2107438,0.21900827,0.26859504,0.33471075,0.32231405,0.3553719,0.28512397,0.338843,0.30165288,0.26859504,0.2768595,0.25619835,0.26859504,0.29338843,0.3305785,0.38842976,0.4338843,0.47933885,0.5123967,0.5247934,0.5413223,0.55785125,0.60330576,0.6446281,0.6818182,0.7066116,0.7355372,0.7644628,0.77272725,0.78099173,0.78512394,0.73140496,0.6652893,0.6528926,0.6322314,0.6404959,0.6528926,0.6363636,0.6322314,0.56198347,0.5247934,0.5082645,0.4338843,0.38016528,0.3181818,0.24793388,0.2892562,0.32231405,0.29752067,0.30165288,0.28512397,0.30578512,0.23966943,0.20661157,0.1983471,0.22727273,0.15289256,0.18595041,0.22727273,0.22727273,0.18595041,0.17355372,0.23140496,0.19421488,0.19421488,0.2520661,0.2644628,0.26859504,0.30991736,0.29752067,0.27272728,0.30991736,0.3181818,0.39256197,0.30165288,0.2768595,0.3140496,0.30991736,0.34710744,0.44214877,0.47107437,0.5041322,0.54545456,0.553719,0.53305787,0.5495868,0.6487603,0.70247936,0.71900827,0.74380165,0.75619835,0.71900827,0.71900827,0.77272725,0.7892562,0.76859504,0.73966944,0.72727275,0.6983471,0.6942149,0.6570248,0.6404959,0.61570245,0.61570245,0.553719,0.5413223,0.46280992,0.41322315,0.37603307,0.23553719,0.2644628,0.30165288,0.2603306,0.338843,0.24793388,0.2768595,0.23140496,0.22727273,0.18595041,0.19008264,0.1570248,0.14049587,0.24380165,0.20247933,0.19421488,0.23966943,0.23553719,0.1983471,0.18595041,0.24380165,0.23553719,0.24380165,0.29752067,0.2520661,0.2520661,0.2644628,0.338843,0.41322315,0.29752067,0.32231405,0.3429752,0.3677686,0.38016528,0.4876033,0.46280992,0.5165289,0.57024795,0.57024795,0.53305787,0.46280992,0.59090906,0.5785124,0.61570245,0.59504133,0.6446281,0.607438,0.553719,0.6487603,0.6818182,0.6363636,0.6487603,0.677686,0.6694215,0.6446281,0.6322314,0.60330576,0.5785124,0.59504133,0.5413223,0.5371901,0.41735536,0.35950413,0.34710744,0.24793388,0.23140496,0.29752067,0.25619835,0.3677686,0.2231405,0.28099173,0.23140496,0.20661157,0.18595041,0.20661157,0.1694215,0.18181819,0.24793388,0.1983471,0.2107438,0.2231405,0.17768595,0.20247933,0.1983471,0.21900827,0.22727273,0.27272728,0.2644628,0.2520661,0.28099173,0.30165288,0.41735536,0.3264463,0.338843,0.39256197,0.38016528,0.36363637,0.43801653,0.45454547,0.41322315,0.553719,0.5661157,0.5165289,0.5123967,0.46694216,0.553719,0.5289256,0.5495868,0.47107437,0.5413223,0.5495868,0.5,0.5289256,0.57024795,0.5661157,0.53305787,0.60330576,0.61570245,0.6280992,0.59917355,0.62396693,0.5661157,0.5785124,0.5206612,0.5,0.446281,0.2768595,0.30578512,0.28099173,0.2644628,0.30165288,0.30165288,0.27272728,0.2603306,0.22727273,0.21487603,0.2231405,0.17768595,0.20247933,0.20247933,0.19008264,0.23140496,0.17768595,0.19008264,0.1983471,0.19008264,0.1983471,0.20661157,0.20247933,0.23553719,0.2644628,0.2520661,0.28512397,0.3181818,0.33471075,0.34710744,0.3140496,0.39256197,0.37603307,0.34710744,0.3677686,0.44214877,0.38842976,0.49173555,0.5785124,0.49586776,0.5165289,0.49586776,0.47107437,0.53305787,0.5495868,0.5123967,0.4338843,0.5247934,0.54545456,0.48347107,0.47933885,0.5247934,0.53305787,0.5041322,0.5371901,0.553719,0.58677685,0.59917355,0.59090906,0.59504133,0.553719,0.47933885,0.45041323,0.41322315,0.30578512,0.22727273,0.27272728,0.28099173,0.30165288,0.3305785,0.22727273,0.25619835,0.22727273,0.20661157,0.23140496,0.19421488,0.19008264,0.23140496,0.2107438,0.21487603,0.1570248,0.13636364,0.1983471,0.20661157,0.19008264,0.18181819,0.14876033,0.25619835,0.26859504,0.24793388,0.2107438,0.3140496,0.2892562,0.33471075,0.3305785,0.38016528,0.35950413,0.34710744,0.39256197,0.40495867,0.45867768,0.5123967,0.47107437,0.46694216,0.5165289,0.4876033,0.5165289,0.5289256,0.5371901,0.48347107,0.41735536,0.5082645,0.5123967,0.46694216,0.45041323,0.5,0.49173555,0.46280992,0.5,0.5206612,0.5082645,0.553719,0.5413223,0.59090906,0.5247934,0.40495867,0.40082645,0.38429752,0.35950413,0.22727273,0.23140496,0.2603306,0.34710744,0.28512397,0.25619835,0.23140496,0.2603306,0.20661157,0.21900827,0.18595041,0.20661157,0.24793388,0.2107438,0.23966943,0.1570248,0.11157025,0.23140496,0.21487603,0.18181819,0.20247933,0.1694215,0.2644628,0.23966943,0.19421488,0.23966943,0.32231405,0.33471075,0.3305785,0.32231405,0.35123968,0.3429752,0.34710744,0.3677686,0.35950413,0.4214876,0.4338843,0.3966942,0.46280992,0.46280992,0.446281,0.48347107,0.47933885,0.46280992,0.44214877,0.4214876,0.38842976,0.45041323,0.42975205,0.40082645,0.46280992,0.47107437,0.46694216,0.45454547,0.49586776,0.45041323,0.5082645,0.5,0.5206612,0.46694216,0.3553719,0.38016528,0.37603307,0.35950413,0.2520661,0.2520661,0.26859504,0.40082645,0.20661157,0.30165288,0.24793388,0.25619835,0.21487603,0.21900827,0.19421488,0.19421488,0.2107438,0.22727273,0.25619835,0.1694215,0.12809917,0.16528925,0.19008264,0.1446281,0.18595041,0.18181819,0.25619835,0.22727273,0.20247933,0.29338843,0.36363637,0.35123968,0.3181818,0.34710744,0.37190083,0.32231405,0.28099173,0.26859504,0.29752067,0.3553719,0.38842976,0.35123968,0.3966942,0.37603307,0.38016528,0.3966942,0.41322315,0.38429752,0.40082645,0.40495867,0.34710744,0.35123968,0.3553719,0.35950413,0.40495867,0.43801653,0.42561984,0.42561984,0.44214877,0.3429752,0.41735536,0.44214877,0.44214877,0.39256197,0.36363637,0.338843,0.35950413,0.3140496,0.28099173,0.23966943,0.36363637,0.30578512,0.2644628,0.2520661,0.26859504,0.24380165,0.22727273,0.23553719,0.20661157,0.21487603,0.18181819,0.2231405,0.25619835,0.1322314,0.15289256,0.15289256,0.1983471,0.16115703,0.1570248,0.24793388,0.25619835,0.2231405,0.23553719,0.3429752,0.37603307,0.38842976,0.38429752,0.35950413,0.35950413,0.30578512,0.2107438,0.21900827,0.2644628,0.30165288,0.28099173,0.29752067,0.30578512,0.3553719,0.3429752,0.3305785,0.3429752,0.35950413,0.30578512,0.3264463,0.3140496,0.32231405,0.3305785,0.42975205,0.3553719,0.35950413,0.37603307,0.35123968,0.37603307,0.29752067,0.32231405,0.36363637,0.3677686,0.35123968,0.2892562,0.35123968,0.3140496,0.21900827,0.3140496,0.20661157,0.37603307,0.3429752,0.28099173,0.28099173,0.24380165,0.23966943,0.23966943,0.21900827,0.21487603,0.20661157,0.2107438,0.18595041,0.23553719,0.12396694,0.16115703,0.1694215,0.19421488,0.17355372,0.16528925,0.2768595,0.23553719,0.20247933,0.23140496,0.3264463,0.446281,0.3553719,0.39256197,0.3305785,0.3264463,0.29752067,0.21900827,0.23966943,0.23140496,0.2603306,0.2644628,0.2768595,0.2644628,0.37603307,0.30578512,0.30578512,0.32231405,0.35950413,0.37190083,0.35123968,0.3429752,0.3305785,0.35123968,0.41322315,0.37603307,0.35123968,0.38016528,0.3264463,0.3305785,0.30991736,0.27272728,0.3305785,0.2892562,0.30165288,0.24380165,0.33471075,0.28512397,0.1983471,0.2892562,0.23966943,0.2768595,0.338843,0.29752067,0.24793388,0.23966943,0.2231405,0.23140496,0.21487603,0.21487603,0.19421488,0.20661157,0.2107438,0.19421488,0.14876033,0.14876033,0.17355372,0.19008264,0.15289256,0.17355372,0.25619835,0.1983471,0.24380165,0.21487603,0.3553719,0.43801653,0.3140496,0.3305785,0.3305785,0.3264463,0.2520661,0.2231405,0.25619835,0.21900827,0.26859504,0.30165288,0.36363637,0.39256197,0.338843,0.30165288,0.36363637,0.39256197,0.37190083,0.45867768,0.40082645,0.41735536,0.37190083,0.37190083,0.33471075,0.38016528,0.36363637,0.38842976,0.36363637,0.2644628,0.3140496,0.28099173,0.30991736,0.2644628,0.2520661,0.23966943,0.32231405,0.30165288,0.26859504,0.26859504,0.29752067,0.2520661,0.29752067,0.32231405,0.23140496,0.22727273,0.19008264,0.16528925,0.22727273,0.18181819,0.19421488,0.18595041,0.19008264,0.2231405,0.15289256,0.12809917,0.1570248,0.21900827,0.10743801,0.18595041,0.22727273,0.1983471,0.28099173,0.2231405,0.35123968,0.38429752,0.25619835,0.2603306,0.38429752,0.2892562,0.23966943,0.2892562,0.23553719,0.2644628,0.23966943,0.35123968,0.3181818,0.29338843,0.23966943,0.30578512,0.4090909,0.44214877,0.45454547,0.48347107,0.41735536,0.43801653,0.38842976,0.38842976,0.3305785,0.38842976,0.40082645,0.38429752,0.41735536,0.338843,0.3677686,0.2892562,0.28099173,0.25619835,0.22727273,0.22727273,0.29338843,0.3140496,0.2892562,0.2231405,0.2892562,0.3181818,0.2892562,0.35123968,0.2768595,0.2107438,0.20661157,0.16528925,0.18181819,0.16528925,0.17768595,0.19008264,0.17355372,0.24380165,0.16528925,0.13636364,0.16528925,0.22727273,0.12396694,0.18181819,0.20661157,0.19008264,0.2603306,0.1983471,0.43801653,0.3553719,0.28099173,0.30991736,0.3966942,0.2768595,0.2520661,0.28512397,0.28099173,0.2892562,0.32231405,0.41322315,0.28099173,0.2768595,0.2644628,0.33471075,0.4214876,0.53305787,0.47933885,0.41322315,0.42975205,0.3677686,0.41322315,0.40495867,0.3677686,0.3553719,0.41735536,0.37603307,0.43801653,0.38016528,0.38842976,0.28512397,0.2520661,0.24793388,0.19008264,0.2603306,0.24793388,0.30991736,0.27272728,0.20661157,0.23553719,0.30578512,0.30578512,0.338843,0.23553719,0.23553719,0.26859504,0.18181819,0.1694215,0.17355372,0.16528925,0.21900827,0.1983471,0.24380165,0.1694215,0.1570248,0.1983471,0.2107438,0.13636364,0.19421488,0.18595041,0.18181819,0.2231405,0.23966943,0.38016528,0.2892562,0.2768595,0.29752067,0.36363637,0.30578512,0.24380165,0.30578512,0.338843,0.35950413,0.4214876,0.338843,0.3305785,0.32231405,0.34710744,0.40082645,0.5,0.41735536,0.49173555,0.36363637,0.38842976,0.3429752,0.48347107,0.47107437,0.3553719,0.3181818,0.41322315,0.41322315,0.35950413,0.46280992,0.35950413,0.3140496,0.2603306,0.24380165,0.24793388,0.24380165,0.23966943,0.32231405,0.2768595,0.2231405,0.26859504,0.2520661,0.3553719,0.34710744,0.21900827,0.20661157,0.2520661,0.20661157,0.1694215,0.1694215,0.15289256,0.22727273,0.23553719,0.23966943,0.18181819,0.17768595,0.1983471,0.19008264,0.14876033,0.19421488,0.1694215,0.16528925,0.18595041,0.2644628,0.3553719,0.26859504,0.2644628,0.30578512,0.34710744,0.29752067,0.30165288,0.3677686,0.338843,0.40495867,0.42561984,0.23140496,0.3966942,0.3429752,0.42975205,0.5247934,0.42975205,0.41322315,0.48347107,0.37190083,0.4214876,0.33471075,0.5165289,0.45867768,0.32231405,0.30991736,0.446281,0.43801653,0.4090909,0.47107437,0.37190083,0.338843,0.29338843,0.22727273,0.26859504,0.29752067,0.3140496,0.338843,0.21900827,0.29338843,0.2603306,0.23553719,0.36363637,0.3429752,0.2644628,0.20247933,0.23553719,0.21900827,0.17355372,0.16528925,0.18181819,0.1983471,0.2603306,0.20247933,0.16528925,0.1694215,0.21900827,0.17768595,0.16115703,0.16528925,0.17355372,0.1570248,0.20247933,0.30165288,0.3264463,0.25619835,0.28099173,0.30991736,0.3677686,0.32231405,0.28099173,0.3140496,0.3429752,0.446281,0.338843,0.1983471,0.43801653,0.39256197,0.42975205,0.55785125,0.36363637,0.42975205,0.46280992,0.41735536,0.48347107,0.3966942,0.38016528,0.44214877,0.3429752,0.3429752,0.4214876,0.38016528,0.45454547,0.49173555,0.42975205,0.3305785,0.3181818,0.20661157,0.26859504,0.33471075,0.34710744,0.3140496,0.30578512,0.21900827,0.33471075,0.2644628,0.35123968,0.24380165,0.2107438,0.2892562,0.23966943,0.2107438,0.21487603,0.18181819,0.16115703,0.16115703,0.21487603,0.21900827,0.18181819,0.18595041,0.16528925,0.20661157,0.1446281,0.19008264,0.1570248,0.17355372,0.22727273,0.23966943,0.28099173,0.2603306,0.30578512,0.2892562,0.36363637,0.33471075,0.26859504,0.2892562,0.36363637,0.44214877,0.23966943,0.23966943,0.4876033,0.42561984,0.36363637,0.47933885,0.37190083,0.44214877,0.42975205,0.4876033,0.43801653,0.39256197,0.3181818,0.446281,0.33471075,0.338843,0.37603307,0.38016528,0.42561984,0.5123967,0.38842976,0.3140496,0.3305785,0.21487603,0.24380165,0.3264463,0.338843,0.24793388,0.29338843,0.2603306,0.33471075,0.24793388,0.38429752,0.2768595,0.19421488,0.26859504,0.22727273,0.19421488,0.21900827,0.23140496,0.14876033,0.18181819,0.21487603,0.22727273,36 +0.2892562,0.2892562,0.23553719,0.21900827,0.21900827,0.5206612,0.55785125,0.553719,0.59504133,0.59917355,0.5413223,0.62396693,0.677686,0.6859504,0.6735537,0.6859504,0.6983471,0.7107438,0.73966944,0.76859504,0.78512394,0.8057851,0.80991733,0.78512394,0.79752064,0.79752064,0.8016529,0.8057851,0.8016529,0.8140496,0.8057851,0.822314,0.8140496,0.8140496,0.822314,0.822314,0.822314,0.80991733,0.8057851,0.8016529,0.80991733,0.8140496,0.8016529,0.8181818,0.8057851,0.7933884,0.78512394,0.7892562,0.77272725,0.7644628,0.7768595,0.74793386,0.7231405,0.6570248,0.6404959,0.661157,0.55785125,0.21900827,0.2768595,0.3553719,0.34710744,0.42561984,0.446281,0.44214877,0.2892562,0.2892562,0.26859504,0.22727273,0.25619835,0.53305787,0.5495868,0.5495868,0.58264464,0.60330576,0.54545456,0.6198347,0.677686,0.6983471,0.7066116,0.6942149,0.677686,0.70247936,0.73140496,0.76859504,0.79752064,0.7933884,0.8057851,0.7933884,0.7933884,0.8016529,0.8016529,0.8016529,0.8140496,0.8057851,0.8057851,0.8181818,0.80991733,0.8181818,0.8181818,0.8140496,0.8181818,0.8057851,0.8057851,0.80991733,0.8016529,0.80991733,0.8057851,0.8140496,0.8016529,0.79752064,0.78512394,0.78512394,0.76859504,0.76033056,0.77272725,0.75206614,0.71900827,0.6735537,0.6570248,0.6446281,0.6363636,0.28512397,0.2768595,0.33471075,0.29752067,0.38842976,0.43801653,0.4214876,0.29338843,0.2768595,0.30991736,0.2107438,0.3181818,0.53305787,0.553719,0.54545456,0.57438016,0.607438,0.5785124,0.59917355,0.6818182,0.7107438,0.7107438,0.70247936,0.6818182,0.6859504,0.72727275,0.77272725,0.7933884,0.8057851,0.8016529,0.8016529,0.8057851,0.8140496,0.80991733,0.8057851,0.8181818,0.822314,0.8140496,0.80991733,0.8140496,0.8264463,0.80991733,0.8057851,0.8140496,0.8181818,0.8140496,0.80991733,0.80991733,0.8140496,0.80991733,0.8140496,0.8016529,0.7933884,0.78512394,0.78512394,0.76859504,0.7644628,0.77272725,0.7644628,0.7066116,0.6818182,0.661157,0.6404959,0.61570245,0.42561984,0.2231405,0.27272728,0.23553719,0.30165288,0.41322315,0.446281,0.32231405,0.2892562,0.30578512,0.17768595,0.32231405,0.5165289,0.5413223,0.5206612,0.5661157,0.61570245,0.59917355,0.59504133,0.6818182,0.71900827,0.71900827,0.71487606,0.6983471,0.6942149,0.7231405,0.7644628,0.78512394,0.80991733,0.8057851,0.80991733,0.822314,0.822314,0.8181818,0.8140496,0.8140496,0.8264463,0.8181818,0.8181818,0.80991733,0.8305785,0.80991733,0.80991733,0.8181818,0.8140496,0.8140496,0.80991733,0.822314,0.8264463,0.822314,0.8181818,0.80991733,0.79752064,0.8057851,0.78099173,0.76033056,0.78512394,0.7892562,0.76859504,0.71487606,0.6818182,0.6446281,0.6322314,0.61570245,0.5165289,0.19421488,0.28099173,0.20661157,0.23553719,0.34710744,0.40082645,0.30991736,0.30165288,0.24793388,0.17768595,0.2892562,0.49173555,0.5206612,0.5041322,0.5495868,0.61157024,0.59090906,0.61157024,0.6859504,0.72727275,0.73140496,0.71900827,0.7231405,0.71900827,0.71900827,0.75619835,0.7768595,0.7933884,0.8057851,0.8057851,0.822314,0.8264463,0.8181818,0.8181818,0.822314,0.822314,0.8181818,0.8264463,0.822314,0.822314,0.8181818,0.822314,0.822314,0.8181818,0.822314,0.822314,0.8305785,0.8264463,0.8181818,0.8264463,0.8181818,0.8057851,0.80991733,0.7933884,0.77272725,0.7768595,0.79752064,0.76033056,0.7231405,0.677686,0.6404959,0.61570245,0.59917355,0.58677685,0.13636364,0.30578512,0.24793388,0.16528925,0.3181818,0.34710744,0.2768595,0.30165288,0.19421488,0.18595041,0.24793388,0.45867768,0.5123967,0.5082645,0.5413223,0.60330576,0.59090906,0.6528926,0.70247936,0.74793386,0.74380165,0.73966944,0.75206614,0.72727275,0.71487606,0.7355372,0.7644628,0.78099173,0.78512394,0.79752064,0.80991733,0.822314,0.822314,0.8181818,0.8181818,0.822314,0.80991733,0.8305785,0.822314,0.8140496,0.8305785,0.8264463,0.8264463,0.8347107,0.8264463,0.8305785,0.822314,0.8305785,0.822314,0.8305785,0.8181818,0.822314,0.8057851,0.79752064,0.77272725,0.8057851,0.7933884,0.76859504,0.73966944,0.6983471,0.6694215,0.62396693,0.607438,0.59917355,0.2231405,0.19008264,0.28512397,0.11570248,0.22727273,0.33471075,0.2603306,0.20661157,0.16528925,0.1694215,0.23966943,0.4214876,0.5247934,0.49173555,0.53305787,0.5785124,0.61157024,0.6694215,0.7355372,0.74793386,0.7644628,0.75619835,0.7644628,0.74380165,0.73140496,0.7231405,0.74793386,0.76033056,0.75619835,0.7644628,0.78512394,0.7933884,0.80991733,0.8140496,0.8140496,0.8264463,0.80991733,0.822314,0.822314,0.822314,0.80991733,0.8264463,0.8305785,0.8347107,0.8264463,0.8264463,0.8181818,0.8264463,0.8181818,0.8264463,0.822314,0.8057851,0.80991733,0.8057851,0.79752064,0.8057851,0.79752064,0.77272725,0.76859504,0.73140496,0.6652893,0.6280992,0.60330576,0.60330576,0.27272728,0.1570248,0.23966943,0.17768595,0.12809917,0.24793388,0.19421488,0.18181819,0.14876033,0.16528925,0.2107438,0.35950413,0.5165289,0.5,0.5165289,0.55785125,0.6363636,0.71487606,0.73966944,0.75206614,0.76859504,0.76033056,0.7644628,0.76859504,0.74793386,0.73966944,0.76033056,0.75206614,0.74380165,0.74380165,0.74793386,0.78099173,0.7768595,0.7933884,0.8057851,0.822314,0.8057851,0.8264463,0.8181818,0.8140496,0.8016529,0.822314,0.8264463,0.822314,0.8181818,0.80991733,0.80991733,0.8181818,0.822314,0.822314,0.8140496,0.80991733,0.8140496,0.80991733,0.8140496,0.80991733,0.79752064,0.7933884,0.77272725,0.75619835,0.6652893,0.59917355,0.59504133,0.60330576,0.2892562,0.16115703,0.20247933,0.17768595,0.1322314,0.1322314,0.17768595,0.17355372,0.11570248,0.2107438,0.18595041,0.3140496,0.45454547,0.5123967,0.5,0.57024795,0.677686,0.7066116,0.6652893,0.677686,0.71487606,0.7066116,0.7231405,0.74793386,0.75619835,0.75206614,0.76033056,0.74380165,0.75206614,0.74380165,0.71900827,0.72727275,0.74380165,0.78512394,0.80991733,0.8140496,0.7933884,0.8181818,0.80991733,0.8181818,0.8016529,0.8016529,0.7892562,0.8016529,0.7933884,0.7355372,0.7768595,0.7933884,0.8016529,0.8181818,0.8016529,0.8016529,0.8016529,0.78512394,0.80991733,0.79752064,0.76033056,0.75619835,0.78512394,0.7768595,0.69008267,0.57024795,0.59917355,0.553719,0.3305785,0.16115703,0.23966943,0.08264463,0.14049587,0.10743801,0.14876033,0.14049587,0.1570248,0.23553719,0.17768595,0.30165288,0.44214877,0.49586776,0.5,0.61157024,0.6404959,0.60330576,0.57438016,0.5661157,0.58264464,0.5661157,0.5661157,0.57024795,0.56198347,0.553719,0.54545456,0.56198347,0.6363636,0.7066116,0.677686,0.6694215,0.6652893,0.72727275,0.7892562,0.7933884,0.78099173,0.78099173,0.7933884,0.79752064,0.7644628,0.75206614,0.7355372,0.73966944,0.73966944,0.661157,0.6487603,0.607438,0.59917355,0.6487603,0.6735537,0.6735537,0.677686,0.61570245,0.69008267,0.6942149,0.6694215,0.6528926,0.74380165,0.7644628,0.73140496,0.57024795,0.60330576,0.5289256,0.3264463,0.17355372,0.23553719,0.08677686,0.1322314,0.1446281,0.13636364,0.16115703,0.16115703,0.23140496,0.16528925,0.30991736,0.47107437,0.4752066,0.5165289,0.5206612,0.53305787,0.5371901,0.5289256,0.54545456,0.5785124,0.5661157,0.553719,0.553719,0.4876033,0.42561984,0.42561984,0.41735536,0.4214876,0.5123967,0.59090906,0.62396693,0.6198347,0.6363636,0.72727275,0.7768595,0.74793386,0.75619835,0.73140496,0.74793386,0.74380165,0.72727275,0.6818182,0.6735537,0.6446281,0.5495868,0.5247934,0.44214877,0.33471075,0.3677686,0.4214876,0.49586776,0.5165289,0.5165289,0.553719,0.59090906,0.57024795,0.5661157,0.59504133,0.6528926,0.6818182,0.60330576,0.59504133,0.5123967,0.3181818,0.1983471,0.17768595,0.09504132,0.12396694,0.15289256,0.11983471,0.1446281,0.15289256,0.21900827,0.14876033,0.3305785,0.49586776,0.49173555,0.4752066,0.45867768,0.48347107,0.45041323,0.47107437,0.5041322,0.61157024,0.6363636,0.61570245,0.6363636,0.58677685,0.5165289,0.5082645,0.47933885,0.4214876,0.42975205,0.4876033,0.49586776,0.5413223,0.6528926,0.6570248,0.73966944,0.661157,0.6983471,0.6859504,0.6652893,0.73966944,0.73140496,0.6652893,0.607438,0.58264464,0.49173555,0.49586776,0.47107437,0.46280992,0.6487603,0.71487606,0.7355372,0.69008267,0.69008267,0.6528926,0.6528926,0.57024795,0.5495868,0.5495868,0.5413223,0.53305787,0.57438016,0.59504133,0.5123967,0.28512397,0.21900827,0.20247933,0.11983471,0.11157025,0.17768595,0.10330579,0.1694215,0.1446281,0.20661157,0.13636364,0.3264463,0.5041322,0.4876033,0.42561984,0.49173555,0.4876033,0.5165289,0.60330576,0.6363636,0.6983471,0.78512394,0.75206614,0.7066116,0.6446281,0.58677685,0.47933885,0.3966942,0.3966942,0.5041322,0.6363636,0.61157024,0.5289256,0.6735537,0.7107438,0.6652893,0.62396693,0.6404959,0.607438,0.6487603,0.6735537,0.6446281,0.55785125,0.59504133,0.5661157,0.5247934,0.46280992,0.45454547,0.42561984,0.5165289,0.57438016,0.6652893,0.7355372,0.77272725,0.7644628,0.75206614,0.7107438,0.661157,0.59917355,0.53305787,0.4876033,0.47933885,0.59917355,0.553719,0.28512397,0.19421488,0.24380165,0.1322314,0.14876033,0.19008264,0.08264463,0.18595041,0.1570248,0.23553719,0.12396694,0.2892562,0.5289256,0.4876033,0.47107437,0.4338843,0.47933885,0.57024795,0.661157,0.6735537,0.7107438,0.74793386,0.7644628,0.76033056,0.7933884,0.74380165,0.6694215,0.59090906,0.48347107,0.75206614,0.90082645,0.822314,0.5785124,0.5371901,0.5247934,0.60330576,0.70247936,0.661157,0.6942149,0.72727275,0.6404959,0.48347107,0.4752066,0.49173555,0.59090906,0.661157,0.56198347,0.5495868,0.5785124,0.59917355,0.8016529,0.8636364,0.8140496,0.75619835,0.75206614,0.73140496,0.7231405,0.7355372,0.7107438,0.59917355,0.5165289,0.46280992,0.59504133,0.58677685,0.2892562,0.17355372,0.19421488,0.16528925,0.1570248,0.1570248,0.09504132,0.19421488,0.12809917,0.17768595,0.12396694,0.25619835,0.53305787,0.5247934,0.44214877,0.29752067,0.5041322,0.56198347,0.61570245,0.6363636,0.6487603,0.6570248,0.677686,0.6735537,0.6983471,0.6818182,0.6652893,0.677686,0.59917355,0.8140496,0.89669424,0.7933884,0.553719,0.5041322,0.5371901,0.6570248,0.70247936,0.73140496,0.71487606,0.61570245,0.5165289,0.6198347,0.5123967,0.5206612,0.56198347,0.607438,0.62396693,0.6280992,0.6280992,0.59917355,0.8057851,0.87603307,0.8636364,0.7892562,0.76033056,0.75619835,0.7066116,0.661157,0.6404959,0.6859504,0.47933885,0.4338843,0.5413223,0.54545456,0.2603306,0.1446281,0.20247933,0.19008264,0.14049587,0.19008264,0.16528925,0.1446281,0.10330579,0.13636364,0.10743801,0.28099173,0.5123967,0.5495868,0.33471075,0.3305785,0.5247934,0.5041322,0.48347107,0.48347107,0.43801653,0.3553719,0.30165288,0.3305785,0.32231405,0.37190083,0.4338843,0.44214877,0.45454547,0.59090906,0.6983471,0.6322314,0.5082645,0.45867768,0.42975205,0.5661157,0.5206612,0.55785125,0.72727275,0.8636364,0.838843,0.8305785,0.5041322,0.54545456,0.5495868,0.54545456,0.56198347,0.5247934,0.45867768,0.3966942,0.37190083,0.5289256,0.4876033,0.41322315,0.5206612,0.60330576,0.6446281,0.6570248,0.607438,0.6363636,0.58264464,0.3677686,0.46694216,0.5165289,0.20247933,0.10330579,0.19008264,0.20247933,0.15289256,0.2107438,0.20247933,0.13636364,0.11983471,0.12809917,0.07024793,0.24793388,0.5082645,0.56198347,0.338843,0.41322315,0.4876033,0.3966942,0.3140496,0.28099173,0.30991736,0.23966943,0.24793388,0.338843,0.5041322,0.30165288,0.43801653,0.38016528,0.40082645,0.4338843,0.49586776,0.59917355,0.5247934,0.45867768,0.43801653,0.59090906,0.5041322,0.57438016,0.56198347,0.59504133,0.57438016,0.55785125,0.6198347,0.59504133,0.55785125,0.4876033,0.45454547,0.4090909,0.3677686,0.4752066,0.38016528,0.29752067,0.41322315,0.34710744,0.3181818,0.40495867,0.43801653,0.45867768,0.5206612,0.58677685,0.6570248,0.36363637,0.5371901,0.74380165,0.5123967,0.10330579,0.16115703,0.23140496,0.19421488,0.23553719,0.23553719,0.23140496,0.17768595,0.16115703,0.14049587,0.338843,0.8512397,0.76033056,0.23966943,0.4876033,0.41322315,0.30165288,0.30578512,0.38016528,0.44214877,0.41735536,0.44214877,0.446281,0.5206612,0.5165289,0.5289256,0.45454547,0.47933885,0.5,0.5289256,0.6198347,0.55785125,0.5206612,0.43801653,0.37190083,0.5495868,0.76033056,0.78099173,0.74793386,0.5165289,0.37190083,0.71487606,0.71900827,0.6570248,0.5371901,0.47107437,0.45041323,0.45041323,0.56198347,0.5123967,0.47107437,0.42561984,0.4338843,0.4214876,0.4876033,0.38842976,0.37190083,0.35950413,0.5041322,0.6363636,0.30165288,0.5247934,0.6280992,0.3677686,0.09504132,0.17355372,0.23553719,0.23966943,0.2644628,0.20661157,0.20247933,0.19008264,0.17355372,0.1694215,0.32231405,0.3429752,0.56198347,0.23553719,0.48347107,0.41735536,0.5,0.5082645,0.55785125,0.60330576,0.6198347,0.6404959,0.6570248,0.6487603,0.6322314,0.6280992,0.61570245,0.59504133,0.607438,0.6652893,0.6487603,0.61157024,0.5661157,0.35950413,0.3966942,0.74793386,0.822314,0.8181818,0.8057851,0.70247936,0.2768595,0.6446281,0.72727275,0.6983471,0.6322314,0.5785124,0.60330576,0.58677685,0.59917355,0.59917355,0.6446281,0.6528926,0.6487603,0.6652893,0.607438,0.59090906,0.57438016,0.49173555,0.41735536,0.446281,0.23553719,0.47107437,0.71487606,0.30991736,0.11157025,0.14876033,0.23140496,0.27272728,0.2520661,0.18181819,0.17355372,0.17768595,0.14876033,0.23966943,0.45867768,0.25619835,0.49586776,0.33471075,0.40082645,0.5165289,0.553719,0.553719,0.6198347,0.6446281,0.6528926,0.6404959,0.6198347,0.59917355,0.59504133,0.607438,0.6322314,0.6363636,0.6487603,0.7107438,0.70247936,0.62396693,0.5123967,0.338843,0.5495868,0.7933884,0.8181818,0.8140496,0.8057851,0.8181818,0.36363637,0.5041322,0.7231405,0.7107438,0.677686,0.6280992,0.62396693,0.607438,0.59090906,0.57024795,0.59090906,0.6446281,0.6983471,0.72727275,0.73140496,0.71487606,0.6570248,0.58677685,0.41735536,0.26859504,0.3305785,0.42975205,0.49173555,0.28099173,0.14876033,0.1694215,0.21487603,0.23966943,0.21487603,0.1570248,0.16115703,0.14049587,0.15289256,0.28099173,0.5,0.35123968,0.5123967,0.4338843,0.4090909,0.607438,0.6363636,0.57024795,0.5495868,0.5785124,0.5785124,0.607438,0.6363636,0.6570248,0.6983471,0.72727275,0.73140496,0.7355372,0.74793386,0.7355372,0.6818182,0.553719,0.4876033,0.37603307,0.661157,0.7644628,0.8057851,0.8140496,0.79752064,0.8264463,0.6280992,0.46280992,0.69008267,0.75206614,0.76859504,0.72727275,0.6942149,0.6859504,0.69008267,0.6652893,0.60330576,0.58677685,0.58677685,0.62396693,0.6363636,0.6322314,0.6198347,0.62396693,0.5495868,0.39256197,0.5247934,0.48347107,0.5,0.35950413,0.18181819,0.23553719,0.2768595,0.23553719,0.22727273,0.17355372,0.15289256,0.1446281,0.17768595,0.29338843,0.48347107,0.446281,0.57438016,0.5371901,0.446281,0.59504133,0.74380165,0.73966944,0.6694215,0.6280992,0.6322314,0.6652893,0.6735537,0.6818182,0.7066116,0.72727275,0.75206614,0.76859504,0.75206614,0.7107438,0.6363636,0.56198347,0.53305787,0.49586776,0.6818182,0.74380165,0.79752064,0.80991733,0.7933884,0.79752064,0.7066116,0.5661157,0.6983471,0.75206614,0.7892562,0.7933884,0.74380165,0.7231405,0.72727275,0.71900827,0.73140496,0.73140496,0.69008267,0.661157,0.6446281,0.6322314,0.6322314,0.6487603,0.6652893,0.6446281,0.677686,0.5165289,0.57438016,0.4090909,0.2107438,0.26859504,0.30165288,0.2107438,0.2231405,0.18181819,0.17355372,0.18595041,0.18181819,0.3140496,0.46694216,0.5082645,0.55785125,0.6487603,0.4338843,0.57024795,0.6983471,0.73966944,0.75206614,0.74380165,0.7355372,0.71487606,0.71487606,0.6983471,0.7355372,0.75619835,0.75206614,0.74793386,0.73140496,0.677686,0.58264464,0.69008267,0.6487603,0.57438016,0.6818182,0.73140496,0.7933884,0.8016529,0.8016529,0.7892562,0.71900827,0.6363636,0.7066116,0.75206614,0.76033056,0.7768595,0.78099173,0.75206614,0.72727275,0.69008267,0.6652893,0.6694215,0.6859504,0.70247936,0.71487606,0.72727275,0.74380165,0.7644628,0.72727275,0.7107438,0.75206614,0.49586776,0.70247936,0.41735536,0.19421488,0.2644628,0.30578512,0.2231405,0.20661157,0.1983471,0.19421488,0.14876033,0.18595041,0.3264463,0.46280992,0.53305787,0.49586776,0.73140496,0.46694216,0.53305787,0.62396693,0.69008267,0.73140496,0.73966944,0.74793386,0.76033056,0.75206614,0.75206614,0.75206614,0.74793386,0.74380165,0.73140496,0.7066116,0.6404959,0.6446281,0.7933884,0.57024795,0.5785124,0.6487603,0.72727275,0.80991733,0.8016529,0.8016529,0.78099173,0.73966944,0.6818182,0.6322314,0.73966944,0.7231405,0.73966944,0.77272725,0.7644628,0.7644628,0.77272725,0.76859504,0.7644628,0.77272725,0.78099173,0.77272725,0.78512394,0.78099173,0.7892562,0.76033056,0.70247936,0.7231405,0.5165289,0.74793386,0.45867768,0.19421488,0.23140496,0.24380165,0.24793388,0.19008264,0.18595041,0.17768595,0.1322314,0.18595041,0.32231405,0.46280992,0.5041322,0.4752066,0.5661157,0.6818182,0.5371901,0.59917355,0.6404959,0.6942149,0.71487606,0.73966944,0.76859504,0.75206614,0.74380165,0.74380165,0.74793386,0.76033056,0.7231405,0.6859504,0.57438016,0.75619835,0.6363636,0.53305787,0.58264464,0.6818182,0.74380165,0.8057851,0.80991733,0.79752064,0.7933884,0.77272725,0.73966944,0.61157024,0.73140496,0.7768595,0.74793386,0.7644628,0.7768595,0.77272725,0.78099173,0.78099173,0.7892562,0.7892562,0.7892562,0.78512394,0.7768595,0.7892562,0.8016529,0.76033056,0.6818182,0.6363636,0.6404959,0.73966944,0.48347107,0.21900827,0.2107438,0.2231405,0.22727273,0.20661157,0.21900827,0.16115703,0.1322314,0.16528925,0.3140496,0.46694216,0.49586776,0.5206612,0.3966942,0.6818182,0.6818182,0.6198347,0.6487603,0.6859504,0.6983471,0.7231405,0.74380165,0.74793386,0.74793386,0.73966944,0.76033056,0.77272725,0.74793386,0.661157,0.7066116,0.6818182,0.54545456,0.5413223,0.607438,0.70247936,0.76859504,0.8181818,0.822314,0.8057851,0.8057851,0.7768595,0.7644628,0.677686,0.57024795,0.75206614,0.75619835,0.75619835,0.7644628,0.78099173,0.7768595,0.7768595,0.7768595,0.78099173,0.8016529,0.7933884,0.8016529,0.7892562,0.79752064,0.7933884,0.6859504,0.5785124,0.74793386,0.72727275,0.49173555,0.18181819,0.2107438,0.2107438,0.23553719,0.22727273,0.21900827,0.18181819,0.14876033,0.17355372,0.30578512,0.46694216,0.49586776,0.4876033,0.49586776,0.45867768,0.5785124,0.73140496,0.70247936,0.71900827,0.7107438,0.7107438,0.73966944,0.7644628,0.7768595,0.74793386,0.7644628,0.8057851,0.78512394,0.75619835,0.6942149,0.54545456,0.61570245,0.58264464,0.60330576,0.70247936,0.74380165,0.7892562,0.8264463,0.8181818,0.80991733,0.7892562,0.75206614,0.6818182,0.6859504,0.49173555,0.6652893,0.7768595,0.78099173,0.7933884,0.78512394,0.7768595,0.78512394,0.7892562,0.79752064,0.8057851,0.8140496,0.7933884,0.78099173,0.8057851,0.6404959,0.6652893,0.71487606,0.70247936,0.5082645,0.11157025,0.2892562,0.2231405,0.22727273,0.24380165,0.21900827,0.18595041,0.1694215,0.18181819,0.30165288,0.45867768,0.49173555,0.5,0.54545456,0.5289256,0.44214877,0.38429752,0.45454547,0.5495868,0.73140496,0.7644628,0.76859504,0.7644628,0.78512394,0.71487606,0.6983471,0.70247936,0.72727275,0.60330576,0.553719,0.6363636,0.6487603,0.61157024,0.58264464,0.661157,0.71487606,0.7768595,0.8140496,0.822314,0.7892562,0.75206614,0.6983471,0.6735537,0.6859504,0.6198347,0.41322315,0.49586776,0.6528926,0.7107438,0.73140496,0.74380165,0.74793386,0.77272725,0.73966944,0.71487606,0.6528926,0.57024795,0.5371901,0.661157,0.6942149,0.73140496,0.69008267,0.6942149,0.49586776,0.10743801,0.26859504,0.30165288,0.22727273,0.23553719,0.22727273,0.16528925,0.20247933,0.17355372,0.2892562,0.46280992,0.4876033,0.5082645,0.553719,0.59504133,0.53305787,0.49586776,0.5165289,0.5123967,0.5,0.5165289,0.5247934,0.5206612,0.55785125,0.55785125,0.553719,0.60330576,0.60330576,0.5413223,0.62396693,0.6404959,0.607438,0.59917355,0.5371901,0.5247934,0.6404959,0.73140496,0.7644628,0.77272725,0.73140496,0.6694215,0.6404959,0.6487603,0.6570248,0.7355372,0.62396693,0.47933885,0.49173555,0.5206612,0.5123967,0.49173555,0.5082645,0.53305787,0.56198347,0.5661157,0.607438,0.6404959,0.6735537,0.7231405,0.7355372,0.7231405,0.677686,0.6818182,0.46694216,0.14049587,0.24380165,0.30578512,0.27272728,0.28512397,0.21900827,0.18181819,0.20247933,0.17355372,0.2644628,0.45454547,0.4876033,0.5123967,0.58264464,0.6280992,0.61570245,0.57024795,0.59504133,0.61157024,0.607438,0.6322314,0.6570248,0.6735537,0.6818182,0.677686,0.6818182,0.6487603,0.48347107,0.55785125,0.59917355,0.5495868,0.5247934,0.5165289,0.46280992,0.4214876,0.5041322,0.6363636,0.7107438,0.71900827,0.6818182,0.6404959,0.60330576,0.58677685,0.6280992,0.6942149,0.70247936,0.6570248,0.6652893,0.6859504,0.6983471,0.6859504,0.71900827,0.73140496,0.76859504,0.77272725,0.78099173,0.76859504,0.73966944,0.7107438,0.73966944,0.7066116,0.6528926,0.6570248,0.45454547,0.1570248,0.2107438,0.23553719,0.27272728,0.3677686,0.2107438,0.18595041,0.1983471,0.20247933,0.29338843,0.45867768,0.4752066,0.5289256,0.57024795,0.58264464,0.6198347,0.62396693,0.6446281,0.6694215,0.69008267,0.6818182,0.69008267,0.6942149,0.6818182,0.6735537,0.677686,0.58264464,0.40082645,0.5123967,0.5082645,0.4214876,0.30578512,0.26859504,0.27272728,0.3305785,0.41735536,0.5289256,0.6322314,0.6487603,0.6404959,0.57024795,0.338843,0.29338843,0.47107437,0.59090906,0.61157024,0.6404959,0.70247936,0.6942149,0.7107438,0.71900827,0.73966944,0.75619835,0.7933884,0.78512394,0.78099173,0.76859504,0.7355372,0.72727275,0.71487606,0.70247936,0.59917355,0.60330576,0.47933885,0.20661157,0.21487603,0.24793388,0.29752067,0.38842976,0.1983471,0.17768595,0.2107438,0.23140496,0.2644628,0.45041323,0.446281,0.4876033,0.5413223,0.553719,0.5661157,0.6404959,0.6570248,0.677686,0.6859504,0.6735537,0.6694215,0.6652893,0.6859504,0.6818182,0.6983471,0.6322314,0.5206612,0.45454547,0.42975205,0.34710744,0.2107438,0.15289256,0.17768595,0.21487603,0.3181818,0.47107437,0.53305787,0.57024795,0.57438016,0.4338843,0.2520661,0.2644628,0.32231405,0.46280992,0.5123967,0.6528926,0.74793386,0.74793386,0.74380165,0.73966944,0.7355372,0.72727275,0.7355372,0.74380165,0.7644628,0.75619835,0.73966944,0.73966944,0.70247936,0.6570248,0.53305787,0.5495868,0.4876033,0.2520661,0.21487603,0.28099173,0.29752067,0.3553719,0.17768595,0.23140496,0.24793388,0.24793388,0.27272728,0.41735536,0.4338843,0.43801653,0.5,0.5165289,0.5495868,0.6198347,0.6280992,0.6322314,0.59917355,0.61157024,0.6652893,0.661157,0.69008267,0.70247936,0.71487606,0.6983471,0.6446281,0.55785125,0.40495867,0.38842976,0.3264463,0.27272728,0.25619835,0.25619835,0.26859504,0.3677686,0.42561984,0.45454547,0.5041322,0.45041323,0.5041322,0.5495868,0.5289256,0.47107437,0.5495868,0.6942149,0.73140496,0.77272725,0.77272725,0.76859504,0.74380165,0.72727275,0.69008267,0.61570245,0.6859504,0.7066116,0.69008267,0.70247936,0.6818182,0.61157024,0.5206612,0.54545456,0.46694216,0.29752067,0.19008264,0.29752067,0.34710744,0.34710744,0.19421488,0.26859504,0.2603306,0.21487603,0.2768595,0.4214876,0.42975205,0.42975205,0.4338843,0.5082645,0.5289256,0.55785125,0.5495868,0.5123967,0.57438016,0.6528926,0.6859504,0.6528926,0.6652893,0.6487603,0.6446281,0.6652893,0.6322314,0.661157,0.57438016,0.47107437,0.38842976,0.30165288,0.28512397,0.2892562,0.27272728,0.30165288,0.38016528,0.42561984,0.446281,0.41322315,0.45454547,0.57438016,0.5785124,0.57438016,0.6404959,0.6694215,0.6818182,0.75206614,0.75619835,0.76859504,0.74380165,0.73966944,0.73140496,0.6694215,0.54545456,0.59917355,0.6652893,0.6694215,0.6280992,0.58264464,0.47933885,0.5371901,0.41735536,0.28099173,0.24793388,0.23966943,0.38429752,0.37603307,0.20247933,0.2520661,0.24380165,0.2231405,0.3677686,0.40082645,0.40495867,0.40082645,0.4214876,0.49173555,0.5247934,0.49586776,0.47107437,0.5371901,0.6198347,0.60330576,0.61157024,0.61157024,0.61157024,0.58264464,0.57438016,0.60330576,0.54545456,0.56198347,0.57438016,0.5082645,0.3966942,0.3429752,0.39256197,0.4214876,0.3677686,0.3966942,0.44214877,0.4338843,0.3966942,0.4214876,0.4090909,0.4338843,0.5041322,0.5413223,0.58264464,0.6570248,0.6404959,0.6446281,0.6694215,0.6859504,0.70247936,0.70247936,0.7107438,0.71487606,0.677686,0.5123967,0.59090906,0.6198347,0.56198347,0.55785125,0.4876033,0.5082645,0.3677686,0.29338843,0.24793388,0.23966943,0.3181818,0.35123968,0.17768595,0.23140496,0.2231405,0.28099173,0.33471075,0.33471075,0.34710744,0.36363637,0.43801653,0.4876033,0.49173555,0.46694216,0.5,0.47933885,0.4752066,0.5,0.53305787,0.5289256,0.5206612,0.5041322,0.56198347,0.54545456,0.44214877,0.4752066,0.4876033,0.47933885,0.4090909,0.4090909,0.41322315,0.5247934,0.4752066,0.5,0.446281,0.43801653,0.38016528,0.37603307,0.45454547,0.3181818,0.3677686,0.45867768,0.48347107,0.60330576,0.57024795,0.5495868,0.553719,0.58677685,0.57438016,0.607438,0.59917355,0.6322314,0.70247936,0.607438,0.5041322,0.57024795,0.5,0.5123967,0.46280992,0.45454547,0.338843,0.2603306,0.22727273,0.2644628,0.33471075,0.338843,0.1983471,0.20661157,0.21487603,0.2603306,0.27272728,0.3429752,0.35123968,0.40082645,0.42975205,0.48347107,0.4876033,0.45454547,0.46694216,0.4090909,0.4090909,0.4090909,0.48347107,0.46280992,0.5165289,0.553719,0.53305787,0.46694216,0.45041323,0.47107437,0.4752066,0.48347107,0.40082645,0.40495867,0.45867768,0.553719,0.4752066,0.5082645,0.45454547,0.41322315,0.44214877,0.3429752,0.41735536,0.3677686,0.33471075,0.4090909,0.4214876,0.45867768,0.46694216,0.44214877,0.5041322,0.5123967,0.49586776,0.54545456,0.5371901,0.45867768,0.59917355,0.62396693,0.48347107,0.5165289,0.5,0.48347107,0.42561984,0.38016528,0.36363637,0.24793388,0.21487603,0.25619835,0.33471075,0.29338843,0.20247933,0.22727273,0.2520661,0.25619835,0.2231405,0.35123968,0.38429752,0.38842976,0.36363637,0.44214877,0.48347107,0.446281,0.41322315,0.3966942,0.38429752,0.4090909,0.3966942,0.4752066,0.5289256,0.53305787,0.5371901,0.446281,0.4876033,0.4752066,0.46694216,0.5,0.36363637,0.41735536,0.44214877,0.5247934,0.45454547,0.5289256,0.47933885,0.41735536,0.45041323,0.37190083,0.40495867,0.4338843,0.35123968,0.38429752,0.41322315,0.39256197,0.45454547,0.42561984,0.45454547,0.47933885,0.5041322,0.46280992,0.5,0.41735536,0.43801653,0.55785125,0.5247934,0.5082645,0.47107437,0.44214877,0.3677686,0.3305785,0.29338843,0.23140496,0.2603306,0.23140496,0.3140496,0.3140496,0.1983471,0.24793388,0.28099173,0.2231405,0.18595041,0.3264463,0.40082645,0.36363637,0.3305785,0.41735536,0.41322315,0.37190083,0.39256197,0.3966942,0.38842976,0.40082645,0.38842976,0.46280992,0.47107437,0.446281,0.46280992,0.41735536,0.3966942,0.44214877,0.4338843,0.38842976,0.39256197,0.40082645,0.446281,0.46280992,0.42975205,0.57438016,0.49586776,0.41735536,0.41322315,0.41322315,0.45454547,0.43801653,0.39256197,0.37603307,0.41735536,0.38842976,0.42561984,0.46694216,0.42561984,0.4338843,0.45041323,0.48347107,0.42975205,0.4752066,0.4090909,0.5123967,0.5041322,0.46280992,0.41322315,0.4338843,0.32231405,0.2768595,0.2520661,0.22727273,0.25619835,0.25619835,0.26859504,0.29338843,0.16115703,0.23553719,0.23966943,0.17355372,0.23140496,0.2892562,0.35123968,0.29338843,0.30991736,0.37190083,0.3429752,0.36363637,0.41322315,0.40082645,0.3966942,0.3429752,0.45041323,0.4090909,0.3966942,0.4338843,0.35123968,0.34710744,0.36363637,0.39256197,0.38016528,0.37603307,0.338843,0.37190083,0.44214877,0.4090909,0.44214877,0.5413223,0.45867768,0.46280992,0.41322315,0.39256197,0.44214877,0.36363637,0.38016528,0.37603307,0.4090909,0.39256197,0.38429752,0.38016528,0.41735536,0.38429752,0.3966942,0.43801653,0.4214876,0.41735536,0.3966942,0.446281,0.41322315,0.40082645,0.35123968,0.36363637,0.2892562,0.25619835,0.24793388,0.22727273,0.27272728,0.24793388,0.24793388,0.29752067,0.1694215,0.20247933,0.2107438,0.18181819,0.24380165,0.24380165,0.29752067,0.23140496,0.30578512,0.3305785,0.34710744,0.43801653,0.40082645,0.3966942,0.3140496,0.2892562,0.38429752,0.30991736,0.3140496,0.40082645,0.3264463,0.338843,0.3677686,0.40082645,0.36363637,0.34710744,0.34710744,0.4338843,0.45454547,0.4876033,0.5247934,0.53305787,0.49586776,0.49173555,0.4338843,0.43801653,0.41735536,0.40082645,0.4090909,0.4090909,0.40082645,0.38842976,0.39256197,0.34710744,0.36363637,0.3305785,0.34710744,0.38842976,0.4214876,0.37190083,0.38429752,0.39256197,0.3264463,0.338843,0.30578512,0.3264463,0.28099173,0.22727273,0.24380165,0.20247933,0.2768595,0.20661157,0.29752067,0.34710744,0.1694215,0.1983471,0.20247933,0.2231405,0.1983471,0.2231405,0.2603306,0.20247933,0.28099173,0.30991736,0.37190083,0.39256197,0.36363637,0.39256197,0.27272728,0.2644628,0.3305785,0.29338843,0.29338843,0.37190083,0.35950413,0.4214876,0.43801653,0.43801653,0.43801653,0.42561984,0.45867768,0.55785125,0.6198347,0.6487603,0.7066116,0.7231405,0.6942149,0.6942149,0.6735537,0.59504133,0.5082645,0.45867768,0.4752066,0.5041322,0.5165289,0.49173555,0.48347107,0.45041323,0.42561984,0.3305785,0.28512397,0.3553719,0.38016528,0.36363637,0.3966942,0.3553719,0.30165288,0.3264463,0.28099173,0.30578512,0.23553719,0.1983471,0.2644628,0.20661157,0.22727273,0.23966943,0.24793388,0.26859504,0.17768595,0.19008264,0.2231405,0.21900827,0.2107438,0.23553719,0.23140496,0.23140496,0.3181818,0.3181818,0.3677686,0.30578512,0.3305785,0.35950413,0.2892562,0.29752067,0.24380165,0.2768595,0.32231405,0.38429752,0.4214876,0.47933885,0.5247934,0.5123967,0.5413223,0.56198347,0.6198347,0.6694215,0.71900827,0.7355372,0.7644628,0.77272725,0.7768595,0.78512394,0.77272725,0.70247936,0.6818182,0.6322314,0.661157,0.6528926,0.6322314,0.607438,0.56198347,0.53305787,0.5041322,0.41735536,0.2768595,0.3140496,0.30991736,0.3305785,0.3677686,0.29752067,0.30165288,0.35123968,0.2768595,0.24793388,0.21487603,0.2107438,0.19421488,0.18595041,0.2520661,0.23140496,0.2231405,0.23140496,0.17768595,0.18181819,0.23140496,0.17768595,0.19008264,0.20661157,0.21900827,0.2768595,0.2644628,0.30991736,0.3264463,0.28099173,0.3181818,0.29752067,0.33471075,0.3140496,0.30165288,0.34710744,0.3429752,0.4214876,0.48347107,0.5041322,0.54545456,0.5661157,0.55785125,0.5413223,0.6570248,0.6859504,0.71900827,0.74380165,0.71487606,0.6694215,0.7231405,0.76859504,0.75619835,0.75206614,0.74380165,0.71900827,0.71900827,0.677686,0.6528926,0.6363636,0.61570245,0.56198347,0.5495868,0.43801653,0.4214876,0.30991736,0.2768595,0.3140496,0.3181818,0.24793388,0.29338843,0.30165288,0.2644628,0.2231405,0.20661157,0.24793388,0.1570248,0.19008264,0.27272728,0.18595041,0.21900827,0.19421488,0.16115703,0.1983471,0.20247933,0.21900827,0.2231405,0.18595041,0.2231405,0.2520661,0.23966943,0.3140496,0.2520661,0.2892562,0.2644628,0.30165288,0.37603307,0.3305785,0.3677686,0.38429752,0.38842976,0.45041323,0.4876033,0.5206612,0.58264464,0.58264464,0.5495868,0.49586776,0.5661157,0.53305787,0.57438016,0.5661157,0.59504133,0.54545456,0.56198347,0.62396693,0.61157024,0.59504133,0.6735537,0.6652893,0.661157,0.6694215,0.61157024,0.61157024,0.60330576,0.58264464,0.5413223,0.446281,0.3966942,0.33471075,0.2231405,0.2768595,0.30991736,0.27272728,0.30165288,0.2768595,0.25619835,0.22727273,0.2107438,0.20247933,0.14876033,0.1694215,0.27272728,0.1983471,0.22727273,0.23140496,0.18181819,0.20661157,0.19008264,0.2231405,0.19421488,0.1983471,0.2107438,0.23553719,0.27272728,0.2768595,0.27272728,0.30578512,0.338843,0.38429752,0.3264463,0.42561984,0.38429752,0.38016528,0.38429752,0.43801653,0.42975205,0.57024795,0.58677685,0.54545456,0.5041322,0.49173555,0.5371901,0.56198347,0.49586776,0.48347107,0.5785124,0.5,0.48347107,0.5413223,0.54545456,0.5165289,0.5785124,0.58677685,0.6404959,0.57438016,0.6528926,0.5785124,0.60330576,0.5413223,0.5206612,0.4752066,0.30578512,0.30991736,0.2644628,0.27272728,0.3181818,0.25619835,0.30165288,0.2644628,0.23966943,0.2231405,0.20247933,0.21900827,0.1694215,0.18595041,0.22727273,0.23966943,0.2603306,0.30165288,0.18181819,0.19421488,0.17768595,0.17768595,0.20661157,0.1983471,0.20247933,0.1983471,0.2644628,0.28099173,0.27272728,0.30991736,0.3140496,0.35123968,0.34710744,0.38842976,0.35950413,0.3553719,0.4214876,0.43801653,0.4876033,0.49173555,0.49586776,0.5123967,0.48347107,0.53305787,0.53305787,0.56198347,0.446281,0.47107437,0.5495868,0.48347107,0.44214877,0.5247934,0.5082645,0.4752066,0.5247934,0.5413223,0.5413223,0.56198347,0.5785124,0.57438016,0.6280992,0.47107437,0.446281,0.446281,0.30991736,0.2520661,0.28512397,0.28512397,0.32231405,0.29752067,0.25619835,0.2231405,0.20247933,0.21487603,0.20661157,0.19008264,0.2231405,0.2107438,0.21900827,0.2107438,0.23966943,0.3140496,0.17355372,0.18181819,0.16115703,0.28099173,0.22727273,0.1983471,0.23966943,0.20661157,0.27272728,0.22727273,0.19421488,0.3140496,0.2892562,0.33471075,0.3429752,0.35950413,0.35950413,0.3553719,0.37603307,0.41322315,0.45454547,0.40495867,0.4338843,0.45041323,0.44214877,0.45454547,0.45867768,0.43801653,0.44214877,0.4214876,0.4338843,0.45454547,0.4090909,0.4752066,0.47933885,0.46280992,0.47107437,0.5041322,0.46694216,0.5082645,0.5082645,0.5289256,0.5289256,0.42975205,0.3966942,0.3966942,0.35950413,0.23966943,0.2603306,0.30578512,0.32231405,0.30578512,0.23966943,0.24793388,0.24793388,0.2231405,0.20247933,0.19008264,0.24793388,0.1983471,0.23553719,0.2107438,0.2520661,0.30991736,0.17768595,0.14876033,0.1446281,0.15289256,0.20661157,0.16528925,0.19008264,0.21900827,0.2644628,0.21900827,0.22727273,0.34710744,0.3140496,0.338843,0.3553719,0.39256197,0.2892562,0.2892562,0.2768595,0.3140496,0.36363637,0.35950413,0.3553719,0.38842976,0.3677686,0.3677686,0.3677686,0.36363637,0.37190083,0.35950413,0.33471075,0.34710744,0.36363637,0.3966942,0.41735536,0.4090909,0.4338843,0.4214876,0.38016528,0.40082645,0.4214876,0.45041323,0.42975205,0.38016528,0.38016528,0.36363637,0.35123968,0.24380165,0.30578512,0.3181818,0.3140496,0.21487603,0.26859504,0.28099173,0.21900827,0.21900827,0.20661157,0.18181819,0.22727273,0.21487603,0.24380165,0.27272728,0.29338843,0.38429752,0.17355372,0.13636364,0.16115703,0.13636364,0.21487603,0.16115703,0.16115703,0.27272728,0.26859504,0.19008264,0.30991736,0.38842976,0.3677686,0.39256197,0.35123968,0.32231405,0.2892562,0.23140496,0.23553719,0.2603306,0.2644628,0.32231405,0.3181818,0.38016528,0.3181818,0.29752067,0.2644628,0.3305785,0.3305785,0.29752067,0.32231405,0.33471075,0.38016528,0.40082645,0.338843,0.38016528,0.35950413,0.37190083,0.3305785,0.30991736,0.35950413,0.3677686,0.37603307,0.3181818,0.35950413,0.3140496,0.2768595,0.3181818,0.1983471,0.3677686,0.29338843,0.2603306,0.2644628,0.2603306,0.23966943,0.24793388,0.19421488,0.20247933,0.21487603,0.1983471,0.2603306,0.2520661,0.2892562,0.35950413,0.23966943,0.14876033,0.15289256,0.19421488,0.18181819,0.1570248,0.19008264,0.2603306,0.22727273,0.20247933,0.29338843,0.45041323,0.35123968,0.3677686,0.30165288,0.3264463,0.2603306,0.23553719,0.2231405,0.23553719,0.29752067,0.3305785,0.3305785,0.3429752,0.30991736,0.3305785,0.35123968,0.40495867,0.41322315,0.37603307,0.40082645,0.3553719,0.3677686,0.41735536,0.36363637,0.37603307,0.38842976,0.2892562,0.28099173,0.3140496,0.3429752,0.27272728,0.30991736,0.2768595,0.33471075,0.3264463,0.20661157,0.30991736,0.2231405,0.30578512,0.33471075,0.26859504,0.2520661,0.23553719,0.22727273,0.23553719,0.21900827,0.17355372,0.21900827,0.18595041,0.20661157,0.2107438,0.23966943,0.36363637,0.20661157,0.1570248,0.1446281,0.17355372,0.19008264,0.13636364,0.23966943,0.21900827,0.23140496,0.2644628,0.2892562,0.43801653,0.25619835,0.26859504,0.34710744,0.3429752,0.2107438,0.28512397,0.23553719,0.26859504,0.29338843,0.2644628,0.29752067,0.2892562,0.25619835,0.38842976,0.42561984,0.42975205,0.45041323,0.446281,0.46280992,0.38429752,0.35950413,0.40082645,0.40082645,0.4090909,0.3966942,0.34710744,0.3429752,0.2603306,0.30165288,0.26859504,0.23140496,0.2644628,0.32231405,0.32231405,0.30991736,0.28099173,0.29338843,0.2520661,0.338843,0.30578512,0.21487603,0.21487603,0.18181819,0.22727273,0.20661157,0.2107438,0.20247933,0.20247933,0.16528925,0.23140496,0.26859504,0.29338843,0.19008264,0.15289256,0.14049587,0.15289256,0.21487603,0.11983471,0.20661157,0.19008264,0.27272728,0.24380165,0.3429752,0.3677686,0.24793388,0.30165288,0.41322315,0.25619835,0.2603306,0.27272728,0.24793388,0.28099173,0.35123968,0.30991736,0.2644628,0.23140496,0.3181818,0.4214876,0.53305787,0.49173555,0.446281,0.446281,0.38842976,0.41322315,0.3966942,0.38016528,0.38842976,0.41322315,0.40495867,0.4090909,0.38016528,0.2644628,0.28512397,0.2603306,0.20661157,0.23966943,0.26859504,0.35123968,0.27272728,0.23140496,0.28512397,0.29752067,0.32231405,0.36363637,0.23966943,0.2231405,0.18595041,0.1983471,0.1694215,0.18595041,0.16528925,0.17768595,0.19421488,0.23553719,0.25619835,0.32231405,0.17768595,0.1694215,0.1570248,0.16115703,0.21487603,0.17768595,0.19008264,0.17355372,0.25619835,0.23553719,0.3553719,0.2892562,0.2768595,0.30991736,0.37603307,0.2892562,0.2603306,0.30578512,0.32231405,0.37603307,0.38842976,0.30165288,0.3140496,0.338843,0.39256197,0.4876033,0.45041323,0.46694216,0.38842976,0.4090909,0.37190083,0.4752066,0.40082645,0.34710744,0.38429752,0.49586776,0.3429752,0.43801653,0.38429752,0.30165288,0.2768595,0.23140496,0.23553719,0.24380165,0.23140496,0.3429752,0.24793388,0.2231405,0.24793388,0.30991736,0.3429752,0.3305785,0.2107438,0.24793388,0.23140496,0.17768595,0.18181819,0.15289256,0.19421488,0.17768595,0.22727273,0.2231405,0.26859504,0.33471075,0.17355372,0.17355372,0.19008264,0.21487603,0.18181819,0.18181819,0.19008264,0.15289256,0.23140496,0.22727273,0.3677686,0.26859504,0.26859504,0.29338843,0.30578512,0.33471075,0.32231405,0.40082645,0.37190083,0.43801653,0.2520661,0.3677686,0.338843,0.4090909,0.5289256,0.47933885,0.41322315,0.47933885,0.38842976,0.4752066,0.3677686,0.48347107,0.38016528,0.32231405,0.39256197,0.47107437,0.41322315,0.45867768,0.37603307,0.34710744,0.29338843,0.23140496,0.2644628,0.29338843,0.32231405,0.30165288,0.23966943,0.2644628,0.23553719,0.28099173,0.37603307,0.33471075,0.21487603,0.22727273,0.2107438,0.17355372,0.14876033,0.16115703,0.19421488,0.2231405,0.21900827,0.21487603,0.30578512,0.3677686,0.21487603,0.1694215,0.18595041,0.21900827,0.17768595,0.17768595,0.17355372,0.1694215,0.18595041,0.27272728,0.3305785,0.2768595,0.2892562,0.32231405,0.38016528,0.3264463,0.30165288,0.33471075,0.41322315,0.4338843,0.1322314,0.446281,0.4090909,0.38016528,0.53305787,0.41735536,0.38842976,0.47107437,0.45041323,0.5,0.37603307,0.4338843,0.40495867,0.35123968,0.39256197,0.4338843,0.44214877,0.5082645,0.446281,0.30578512,0.3181818,0.2107438,0.2892562,0.35123968,0.40495867,0.2768595,0.2520661,0.2892562,0.2892562,0.27272728,0.38842976,0.25619835,0.25619835,0.22727273,0.21487603,0.19421488,0.16115703,0.1570248,0.19421488,0.23966943,0.19421488,0.26859504,0.34710744,0.35950413,0.2603306,0.20247933,0.20247933,0.1694215,0.19008264,0.19421488,0.1694215,0.16115703,0.2231405,0.24380165,0.2768595,0.29752067,0.29338843,0.30578512,0.3966942,0.29752067,0.28099173,0.3181818,0.42975205,0.3429752,0.12809917,0.4876033,0.45454547,0.38429752,0.4338843,0.4338843,0.4338843,0.42975205,0.49173555,0.38429752,0.37190083,0.3966942,0.40082645,0.28512397,0.37190083,0.39256197,0.45041323,0.46694216,0.38429752,0.29752067,0.3181818,0.21900827,0.27272728,0.3553719,0.3305785,0.22727273,0.27272728,0.29752067,0.3264463,0.28512397,0.4090909,0.21900827,0.22727273,0.28099173,0.1983471,0.21487603,0.23140496,0.1446281,0.16115703,0.19421488,0.2107438,0.2520661,0.3305785,0.37603307,0.28099173,0.23140496,0.18181819,0.18595041,0.18595041,0.1570248,0.15289256,0.1446281,0.18181819,0.20247933,0.2768595,0.32231405,0.27272728,0.29338843,0.33471075,0.23966943,0.24380165,0.39256197,0.41322315,0.24793388,0.24380165,0.48347107,0.42975205,0.42975205,0.37190083,0.41735536,0.5123967,0.3966942,0.44214877,0.40495867,0.35123968,0.38842976,0.3181818,0.3429752,0.3966942,0.30165288,0.43801653,0.46694216,0.3553719,0.3305785,0.32231405,0.2603306,0.37190083,0.27272728,0.24380165,0.29752067,0.30991736,0.23553719,0.26859504,0.29338843,0.37190083,0.2892562,0.23966943,0.2107438,0.2107438,0.20661157,0.20661157,0.2107438,0.19421488,0.19008264,0.21900827,0.23553719,0.36363637,0.37603307,0.2644628,0.2231405,0.18595041,0.1694215,0.17768595,0.15289256,0.16115703,0.16528925,0.1694215,0.24380165,0.2520661,0.23553719,0.28512397,0.30991736,0.30165288,0.23966943,0.2603306,0.42561984,0.39256197,0.1983471,0.2892562,0.43801653,0.4090909,0.4338843,0.3140496,0.39256197,0.4752066,0.41735536,0.3966942,0.3553719,0.36363637,0.35123968,0.27272728,0.45867768,0.338843,0.27272728,0.46280992,0.3966942,0.37190083,0.3553719,0.35950413,0.338843,0.41322315,0.27272728,0.32231405,0.338843,0.28099173,0.26859504,0.23553719,0.28099173,0.3305785,0.2603306,0.25619835,0.2231405,0.19008264,0.20247933,0.1694215,0.18181819,0.2520661,0.26859504,0.27272728,0.32231405,0.3553719,0.40495867,0.2768595,0.21487603,0.18181819,0.17355372,0.19008264,0.19008264,0.18181819,0.16115703,0.18181819,0.23553719,0.24380165,0.2107438,0.2892562,0.3429752,0.21900827,0.21487603,0.29752067,0.38842976,0.3140496,0.23966943,0.29338843,0.39256197,0.42975205,0.33471075,0.38016528,0.24793388,0.4338843,0.41735536,0.3429752,0.38016528,0.3264463,0.30578512,0.41322315,0.41322315,0.21900827,0.3677686,0.45867768,0.35123968,0.40495867,0.35123968,0.446281,0.35950413,0.30578512,0.3677686,0.39256197,0.2892562,0.23966943,0.26859504,0.20661157,0.28099173,0.2603306,0.1983471,0.26859504,0.21900827,0.17355372,0.18595041,0.16528925,0.15289256,0.17768595,0.23966943,0.21487603,0.30578512,0.34710744,0.39256197,0.28099173,0.21900827,0.17768595,0.1694215,0.18595041,0.1694215,0.17355372,0.1694215,0.2231405,0.20247933,0.28099173,0.1570248,0.30991736,0.2644628,0.22727273,0.23553719,0.2520661,0.38016528,0.26859504,0.26859504,0.29752067,0.38016528,0.38016528,0.3140496,0.40495867,0.23553719,0.3140496,0.40495867,0.37190083,0.40082645,0.33471075,0.35123968,0.35123968,0.38842976,0.24793388,0.34710744,0.41322315,0.4214876,0.38842976,0.45041323,0.4090909,0.30578512,0.2892562,0.40082645,0.39256197,0.23553719,0.29752067,0.24380165,0.17768595,0.28512397,0.18181819,0.23553719,0.25619835,0.22727273,0.19421488,0.18595041,0.21487603,0.19421488,0.18181819,0.18595041,0.21900827,0.24793388,0.37190083,0.40082645,0.28512397,0.23140496,0.18181819,0.14876033,0.1570248,0.15289256,0.1446281,0.11157025,0.2520661,0.2231405,0.2107438,0.21487603,0.2892562,0.2520661,0.22727273,0.22727273,0.23966943,0.28099173,0.30165288,0.21487603,0.3264463,0.35123968,0.35123968,0.38842976,0.27272728,0.28099173,0.3305785,0.37190083,0.34710744,0.33471075,0.41322315,0.24793388,0.3429752,0.38429752,0.29752067,0.3181818,0.35950413,0.43801653,0.41735536,0.44214877,0.3553719,0.2892562,0.338843,0.38842976,0.28512397,0.22727273,0.30578512,0.23553719,0.23966943,0.27272728,0.1983471,0.20661157,0.21487603,0.23966943,0.20661157,0.20247933,0.1446281,0.2107438,0.19008264,0.17355372,0.1983471,0.21900827,0.38842976,0.3966942,0.28512397,0.25619835,0.17768595,0.1570248,0.14049587,0.13636364,0.16115703,0.09917355,0.2520661,0.1570248,0.19008264,0.22727273,0.21487603,0.27272728,0.1694215,0.2603306,0.22727273,0.30578512,0.2892562,0.19421488,0.2231405,0.35123968,0.3264463,0.30578512,0.2520661,0.28099173,0.30991736,0.338843,0.36363637,0.2520661,0.39256197,0.32231405,0.35123968,0.3553719,0.29752067,0.3305785,0.3429752,0.41735536,0.40495867,0.3677686,0.3181818,0.30165288,0.3966942,0.2892562,0.28512397,0.23140496,0.2603306,0.17355372,0.19008264,0.24380165,0.22727273,0.1694215,0.18181819,0.2231405,0.19421488,0.1983471,0.15289256,0.21487603,0.2231405,0.2603306,0.20247933,0.2644628,0.3677686,0.39256197,0.28099173,0.28099173,0.2107438,0.16528925,0.14876033,0.1322314,0.19008264,0.12809917,0.20247933,0.21900827,0.27272728,0.24793388,0.22727273,0.2892562,0.16528925,0.2892562,0.28099173,0.26859504,0.23140496,0.23140496,0.18595041,0.3305785,0.30165288,0.29338843,0.24793388,0.24380165,0.28512397,0.29338843,0.37190083,0.2644628,0.37603307,0.25619835,0.3181818,0.28512397,0.3140496,0.40495867,0.3264463,0.40082645,0.35123968,0.2892562,0.36363637,0.30578512,0.38429752,0.1983471,0.26859504,0.28512397,0.2231405,0.11157025,0.19008264,0.17768595,0.22727273,0.2768595,0.2231405,0.1983471,0.26859504,0.23553719,0.2231405,0.2644628,0.18595041,0.22727273,0.2603306,0.3264463,0.3677686,0.3966942,36 +0.12396694,0.10330579,0.11570248,0.11570248,0.11157025,0.13636364,0.18595041,0.33471075,0.5123967,0.61157024,0.6528926,0.6983471,0.73966944,0.75206614,0.76859504,0.77272725,0.7892562,0.8016529,0.8057851,0.80991733,0.8140496,0.8140496,0.822314,0.8305785,0.8305785,0.8264463,0.8305785,0.822314,0.822314,0.8264463,0.8305785,0.8305785,0.8264463,0.8264463,0.8305785,0.8264463,0.822314,0.8305785,0.8305785,0.8264463,0.8305785,0.822314,0.8305785,0.8305785,0.8264463,0.8140496,0.80991733,0.8057851,0.8057851,0.8016529,0.7933884,0.78512394,0.7644628,0.75206614,0.72727275,0.71487606,0.69008267,0.69008267,0.6487603,0.607438,0.57024795,0.553719,0.5413223,0.5041322,0.16528925,0.12809917,0.10743801,0.11983471,0.12396694,0.12396694,0.18595041,0.3429752,0.5289256,0.61570245,0.661157,0.6983471,0.73140496,0.74380165,0.76033056,0.7768595,0.78512394,0.80991733,0.8016529,0.8140496,0.8181818,0.8181818,0.822314,0.8181818,0.8305785,0.8347107,0.8264463,0.8181818,0.822314,0.822314,0.8264463,0.822314,0.8264463,0.8264463,0.8305785,0.8305785,0.8264463,0.8264463,0.8264463,0.8305785,0.8305785,0.8305785,0.8264463,0.8264463,0.822314,0.8181818,0.8140496,0.80991733,0.80991733,0.79752064,0.7892562,0.78512394,0.7644628,0.74380165,0.7231405,0.71900827,0.6983471,0.6942149,0.6487603,0.60330576,0.57024795,0.553719,0.5371901,0.5123967,0.16528925,0.11983471,0.10743801,0.11983471,0.12809917,0.13636364,0.18595041,0.37603307,0.5289256,0.61157024,0.6528926,0.6942149,0.72727275,0.75206614,0.76859504,0.76859504,0.79752064,0.79752064,0.8016529,0.822314,0.8181818,0.8264463,0.822314,0.8264463,0.8305785,0.8347107,0.8264463,0.822314,0.8264463,0.8181818,0.822314,0.8264463,0.822314,0.822314,0.8264463,0.8264463,0.8264463,0.822314,0.8305785,0.8264463,0.8264463,0.8305785,0.8305785,0.8264463,0.8140496,0.8140496,0.8181818,0.8057851,0.8016529,0.79752064,0.7892562,0.77272725,0.77272725,0.73966944,0.73140496,0.71487606,0.6983471,0.6942149,0.6528926,0.60330576,0.5661157,0.553719,0.5371901,0.49586776,0.14876033,0.13636364,0.11157025,0.12809917,0.11983471,0.15289256,0.19421488,0.35123968,0.5206612,0.60330576,0.6570248,0.6983471,0.73140496,0.75206614,0.77272725,0.78099173,0.79752064,0.7933884,0.7892562,0.80991733,0.8140496,0.8181818,0.822314,0.8264463,0.8264463,0.8305785,0.8305785,0.8305785,0.8264463,0.8181818,0.8264463,0.8305785,0.8264463,0.8264463,0.8264463,0.8264463,0.822314,0.8264463,0.822314,0.822314,0.822314,0.8264463,0.8181818,0.8264463,0.8140496,0.8057851,0.80991733,0.8016529,0.79752064,0.79752064,0.7892562,0.77272725,0.76033056,0.73140496,0.73140496,0.7107438,0.6942149,0.6859504,0.6528926,0.59917355,0.5661157,0.5661157,0.53305787,0.49586776,0.13636364,0.1322314,0.12396694,0.12809917,0.12809917,0.1694215,0.1570248,0.37190083,0.5289256,0.59090906,0.661157,0.70247936,0.72727275,0.74380165,0.76033056,0.78512394,0.79752064,0.8057851,0.7892562,0.78099173,0.8057851,0.80991733,0.8181818,0.8181818,0.8181818,0.8181818,0.8264463,0.8264463,0.8264463,0.822314,0.822314,0.822314,0.8305785,0.8181818,0.822314,0.8264463,0.80991733,0.8181818,0.8264463,0.822314,0.822314,0.822314,0.80991733,0.8181818,0.8140496,0.7933884,0.7933884,0.79752064,0.7933884,0.79752064,0.7892562,0.77272725,0.7644628,0.74793386,0.7355372,0.73140496,0.69008267,0.6859504,0.6404959,0.5785124,0.5495868,0.5495868,0.5289256,0.5041322,0.11983471,0.10743801,0.11983471,0.13636364,0.14049587,0.1446281,0.1694215,0.40082645,0.5371901,0.57024795,0.6570248,0.70247936,0.7355372,0.75206614,0.77272725,0.7892562,0.7933884,0.7933884,0.7892562,0.77272725,0.79752064,0.7933884,0.8057851,0.80991733,0.80991733,0.80991733,0.8181818,0.8181818,0.822314,0.822314,0.822314,0.8140496,0.8181818,0.80991733,0.8057851,0.8181818,0.8140496,0.822314,0.8181818,0.8181818,0.8181818,0.8181818,0.8057851,0.79752064,0.7892562,0.78512394,0.7933884,0.7892562,0.7892562,0.78512394,0.7892562,0.76859504,0.76033056,0.75206614,0.73966944,0.71900827,0.69008267,0.6818182,0.6198347,0.58677685,0.5371901,0.5495868,0.5247934,0.5082645,0.15289256,0.09917355,0.12396694,0.14049587,0.1570248,0.14049587,0.1694215,0.4214876,0.5371901,0.5661157,0.661157,0.7107438,0.73140496,0.75206614,0.76859504,0.78512394,0.7892562,0.7892562,0.78512394,0.78099173,0.7892562,0.79752064,0.7933884,0.79752064,0.8016529,0.79752064,0.8057851,0.8140496,0.8181818,0.8181818,0.822314,0.8140496,0.80991733,0.8057851,0.8016529,0.80991733,0.8181818,0.8140496,0.8181818,0.8140496,0.8057851,0.8057851,0.7892562,0.78512394,0.78099173,0.78099173,0.78512394,0.78512394,0.7892562,0.76859504,0.78099173,0.77272725,0.76859504,0.75619835,0.73966944,0.71900827,0.6983471,0.6694215,0.61157024,0.58264464,0.5289256,0.53305787,0.5165289,0.5165289,0.23966943,0.10330579,0.14049587,0.14049587,0.15289256,0.1322314,0.20661157,0.43801653,0.53305787,0.58264464,0.6694215,0.7107438,0.72727275,0.74793386,0.7768595,0.78099173,0.78099173,0.78099173,0.78512394,0.77272725,0.7768595,0.76859504,0.78099173,0.78512394,0.7892562,0.78512394,0.79752064,0.79752064,0.8057851,0.8140496,0.8140496,0.80991733,0.8057851,0.8057851,0.8016529,0.8016529,0.8140496,0.8140496,0.8057851,0.8057851,0.8016529,0.7892562,0.7768595,0.7768595,0.7892562,0.78099173,0.78512394,0.77272725,0.78099173,0.7644628,0.77272725,0.78099173,0.77272725,0.76859504,0.74380165,0.71487606,0.69008267,0.661157,0.6280992,0.5785124,0.5082645,0.5206612,0.5165289,0.5041322,0.3140496,0.12396694,0.1446281,0.14876033,0.15289256,0.1446281,0.25619835,0.45867768,0.5371901,0.60330576,0.6818182,0.6859504,0.70247936,0.72727275,0.76859504,0.78099173,0.7768595,0.77272725,0.77272725,0.77272725,0.7644628,0.74793386,0.75619835,0.77272725,0.7644628,0.7644628,0.78512394,0.7892562,0.78512394,0.8016529,0.8057851,0.79752064,0.7933884,0.79752064,0.79752064,0.79752064,0.8016529,0.8016529,0.7892562,0.7892562,0.7892562,0.78512394,0.77272725,0.77272725,0.77272725,0.7644628,0.76033056,0.75619835,0.75619835,0.75206614,0.7644628,0.76033056,0.75206614,0.75619835,0.7355372,0.6942149,0.6859504,0.677686,0.6404959,0.58677685,0.5082645,0.5123967,0.5165289,0.49586776,0.3264463,0.17768595,0.18595041,0.15289256,0.16528925,0.1694215,0.3429752,0.49173555,0.5289256,0.61570245,0.6487603,0.6198347,0.6652893,0.6983471,0.72727275,0.75206614,0.73966944,0.74380165,0.7355372,0.7231405,0.72727275,0.72727275,0.72727275,0.74380165,0.73966944,0.73966944,0.74793386,0.76859504,0.76033056,0.7768595,0.78512394,0.78099173,0.7768595,0.78099173,0.7768595,0.77272725,0.7768595,0.76033056,0.74380165,0.74793386,0.7644628,0.74380165,0.75206614,0.75206614,0.73140496,0.71487606,0.7107438,0.6983471,0.6942149,0.6983471,0.7066116,0.6983471,0.70247936,0.6983471,0.6942149,0.6528926,0.6528926,0.6694215,0.6363636,0.59917355,0.5206612,0.49586776,0.5041322,0.49173555,0.32231405,0.30165288,0.28099173,0.19008264,0.16528925,0.20247933,0.45041323,0.5165289,0.5,0.54545456,0.553719,0.5123967,0.5495868,0.607438,0.6487603,0.677686,0.6487603,0.6487603,0.6198347,0.62396693,0.62396693,0.6363636,0.6446281,0.6487603,0.661157,0.6694215,0.6859504,0.7231405,0.71487606,0.73140496,0.74380165,0.74380165,0.76033056,0.7644628,0.75619835,0.74793386,0.74380165,0.71900827,0.6735537,0.6818182,0.70247936,0.61157024,0.607438,0.6280992,0.6198347,0.60330576,0.60330576,0.62396693,0.6198347,0.607438,0.59917355,0.61157024,0.62396693,0.62396693,0.6322314,0.60330576,0.55785125,0.5413223,0.553719,0.5495868,0.5206612,0.4752066,0.47933885,0.48347107,0.3264463,0.35123968,0.30165288,0.19008264,0.16528925,0.2768595,0.5289256,0.5206612,0.46280992,0.45041323,0.47933885,0.45867768,0.47933885,0.5247934,0.553719,0.56198347,0.5371901,0.5206612,0.4876033,0.46280992,0.45867768,0.446281,0.44214877,0.44214877,0.46694216,0.5041322,0.56198347,0.607438,0.6363636,0.6735537,0.6983471,0.7107438,0.75206614,0.7768595,0.75619835,0.7355372,0.6983471,0.6570248,0.59917355,0.5661157,0.57438016,0.5123967,0.4214876,0.42975205,0.42561984,0.4338843,0.46694216,0.5041322,0.49586776,0.4876033,0.5165289,0.53305787,0.5413223,0.54545456,0.55785125,0.5371901,0.5,0.46694216,0.4752066,0.47933885,0.5,0.46694216,0.46694216,0.4876033,0.3181818,0.3429752,0.30165288,0.19008264,0.2107438,0.40082645,0.57438016,0.5206612,0.42975205,0.43801653,0.47107437,0.4876033,0.47107437,0.4876033,0.5123967,0.49586776,0.43801653,0.41322315,0.42561984,0.40082645,0.38016528,0.35123968,0.34710744,0.33471075,0.3553719,0.38429752,0.42975205,0.4876033,0.53305787,0.59917355,0.661157,0.71487606,0.78099173,0.78512394,0.7644628,0.72727275,0.677686,0.607438,0.5247934,0.48347107,0.43801653,0.40082645,0.35950413,0.338843,0.3264463,0.3140496,0.33471075,0.3140496,0.3181818,0.3677686,0.42561984,0.4752066,0.49586776,0.5041322,0.5123967,0.5206612,0.5247934,0.45041323,0.43801653,0.4338843,0.43801653,0.45454547,0.45867768,0.48347107,0.3181818,0.3305785,0.3140496,0.2107438,0.27272728,0.48347107,0.58264464,0.5041322,0.41735536,0.45041323,0.4876033,0.53305787,0.5413223,0.5495868,0.553719,0.5371901,0.5165289,0.49173555,0.47107437,0.4752066,0.46280992,0.42975205,0.41735536,0.38429752,0.37603307,0.37190083,0.3677686,0.40495867,0.46694216,0.553719,0.6487603,0.71487606,0.7768595,0.7933884,0.7768595,0.7355372,0.677686,0.607438,0.5371901,0.48347107,0.42975205,0.38429752,0.35950413,0.35123968,0.3429752,0.34710744,0.38429752,0.4338843,0.44214877,0.446281,0.46694216,0.49173555,0.49586776,0.5,0.5041322,0.5413223,0.54545456,0.5,0.4338843,0.42975205,0.40495867,0.41735536,0.45454547,0.48347107,0.3264463,0.3305785,0.338843,0.2520661,0.3181818,0.5289256,0.56198347,0.4752066,0.4090909,0.446281,0.47933885,0.5206612,0.5371901,0.553719,0.55785125,0.58677685,0.553719,0.5165289,0.5041322,0.4752066,0.49173555,0.47107437,0.41735536,0.41322315,0.4214876,0.41322315,0.38842976,0.38842976,0.45041323,0.57438016,0.6859504,0.74380165,0.78099173,0.8181818,0.7933884,0.75619835,0.7066116,0.6363636,0.5785124,0.5206612,0.47107437,0.42561984,0.3966942,0.38429752,0.37603307,0.37190083,0.41322315,0.47107437,0.5041322,0.54545456,0.53305787,0.53305787,0.5413223,0.5495868,0.5371901,0.53305787,0.5371901,0.53305787,0.47933885,0.42561984,0.38842976,0.3677686,0.47107437,0.47107437,0.30991736,0.32231405,0.3305785,0.2644628,0.3553719,0.56198347,0.5413223,0.47933885,0.41735536,0.41322315,0.42561984,0.41735536,0.3966942,0.41735536,0.40495867,0.37190083,0.3140496,0.2768595,0.38016528,0.42975205,0.48347107,0.5123967,0.56198347,0.5206612,0.4752066,0.4876033,0.45041323,0.37190083,0.446281,0.62396693,0.73966944,0.7892562,0.8140496,0.8305785,0.8181818,0.78099173,0.7355372,0.6694215,0.58264464,0.5123967,0.45867768,0.47107437,0.4752066,0.4752066,0.45454547,0.45041323,0.41735536,0.3305785,0.29752067,0.45041323,0.40082645,0.46280992,0.4752066,0.47933885,0.48347107,0.46694216,0.47107437,0.48347107,0.48347107,0.43801653,0.42561984,0.38842976,0.44214877,0.47107437,0.3140496,0.3140496,0.3181818,0.2520661,0.39256197,0.5785124,0.54545456,0.5,0.45454547,0.4214876,0.4090909,0.3429752,0.3305785,0.40082645,0.34710744,0.2644628,0.23553719,0.19008264,0.30578512,0.45454547,0.61157024,0.6363636,0.5123967,0.47933885,0.53305787,0.61157024,0.6363636,0.42561984,0.4338843,0.677686,0.75619835,0.8057851,0.8305785,0.8347107,0.8264463,0.7768595,0.71900827,0.6652893,0.59917355,0.48347107,0.47933885,0.58264464,0.58677685,0.49586776,0.4214876,0.38429752,0.33471075,0.23966943,0.1570248,0.30578512,0.29338843,0.44214877,0.47933885,0.45454547,0.41735536,0.37190083,0.34710744,0.38016528,0.42975205,0.446281,0.446281,0.44214877,0.45454547,0.48347107,0.3181818,0.3140496,0.3181818,0.23966943,0.44214877,0.57438016,0.57024795,0.53305787,0.5082645,0.46280992,0.4214876,0.4090909,0.40082645,0.4214876,0.42975205,0.38016528,0.36363637,0.3429752,0.4214876,0.59917355,0.73140496,0.74380165,0.6404959,0.553719,0.5289256,0.59090906,0.74380165,0.54545456,0.47933885,0.677686,0.7644628,0.8140496,0.8305785,0.8347107,0.8140496,0.7644628,0.6983471,0.661157,0.59090906,0.4876033,0.5495868,0.6694215,0.60330576,0.5,0.4752066,0.49586776,0.46280992,0.36363637,0.29752067,0.32231405,0.3966942,0.5413223,0.553719,0.4876033,0.446281,0.4090909,0.36363637,0.37603307,0.40082645,0.43801653,0.47933885,0.48347107,0.48347107,0.5,0.32231405,0.3140496,0.32231405,0.29338843,0.49586776,0.57024795,0.5661157,0.5661157,0.59090906,0.5289256,0.47933885,0.5289256,0.553719,0.55785125,0.60330576,0.60330576,0.54545456,0.5661157,0.6487603,0.73140496,0.76033056,0.76859504,0.71487606,0.6942149,0.7066116,0.7107438,0.75206614,0.6363636,0.59090906,0.6859504,0.7768595,0.8140496,0.8264463,0.8305785,0.8057851,0.73966944,0.70247936,0.677686,0.59917355,0.53305787,0.62396693,0.7066116,0.6983471,0.6363636,0.59917355,0.5785124,0.61570245,0.553719,0.5206612,0.55785125,0.6198347,0.6528926,0.61157024,0.55785125,0.54545456,0.49586776,0.48347107,0.45867768,0.4090909,0.45867768,0.5041322,0.5247934,0.5123967,0.5165289,0.3140496,0.3140496,0.3264463,0.33471075,0.5123967,0.54545456,0.5785124,0.59504133,0.6570248,0.61570245,0.57438016,0.6280992,0.661157,0.6652893,0.677686,0.6735537,0.6694215,0.6694215,0.6735537,0.6652893,0.661157,0.6942149,0.7066116,0.74380165,0.7644628,0.76859504,0.7231405,0.6528926,0.6198347,0.7107438,0.7768595,0.8181818,0.8181818,0.8264463,0.7892562,0.71487606,0.6942149,0.6818182,0.6198347,0.58264464,0.6280992,0.70247936,0.7355372,0.7355372,0.71900827,0.6694215,0.6818182,0.6859504,0.6570248,0.6694215,0.6694215,0.6694215,0.6404959,0.6280992,0.607438,0.57024795,0.5785124,0.55785125,0.4876033,0.48347107,0.53305787,0.5413223,0.5247934,0.5289256,0.30991736,0.30165288,0.338843,0.4338843,0.49173555,0.5371901,0.55785125,0.61157024,0.6942149,0.6818182,0.61570245,0.6446281,0.6694215,0.69008267,0.69008267,0.6859504,0.677686,0.6818182,0.6818182,0.677686,0.6942149,0.71900827,0.72727275,0.73966944,0.72727275,0.7231405,0.6942149,0.661157,0.6446281,0.7066116,0.78512394,0.8140496,0.8140496,0.8264463,0.76033056,0.6942149,0.69008267,0.677686,0.6487603,0.62396693,0.6487603,0.6859504,0.7355372,0.7066116,0.74793386,0.74793386,0.7107438,0.70247936,0.69008267,0.6942149,0.70247936,0.7066116,0.6942149,0.6694215,0.6404959,0.62396693,0.61157024,0.58264464,0.5371901,0.56198347,0.57024795,0.5785124,0.5413223,0.53305787,0.30991736,0.29338843,0.38016528,0.49586776,0.5,0.5206612,0.54545456,0.6198347,0.7066116,0.74380165,0.661157,0.6280992,0.6652893,0.70247936,0.6983471,0.70247936,0.72727275,0.73140496,0.74380165,0.76033056,0.77272725,0.7644628,0.72727275,0.7107438,0.71900827,0.71487606,0.6942149,0.6652893,0.6528926,0.71487606,0.7892562,0.8140496,0.822314,0.78512394,0.73966944,0.70247936,0.69008267,0.6859504,0.6570248,0.6570248,0.6818182,0.6859504,0.71487606,0.73966944,0.74380165,0.77272725,0.77272725,0.75206614,0.76859504,0.75619835,0.7355372,0.71487606,0.6983471,0.677686,0.6528926,0.6404959,0.61570245,0.58264464,0.57024795,0.60330576,0.59917355,0.59090906,0.5785124,0.5371901,0.30991736,0.29338843,0.4090909,0.5495868,0.5,0.5,0.5495868,0.6280992,0.70247936,0.76033056,0.7231405,0.6404959,0.6487603,0.7107438,0.73140496,0.73966944,0.74793386,0.76859504,0.78099173,0.77272725,0.74380165,0.73966944,0.7066116,0.71900827,0.72727275,0.71487606,0.6570248,0.6487603,0.6570248,0.73966944,0.8057851,0.8181818,0.80991733,0.76859504,0.73140496,0.6942149,0.6942149,0.6983471,0.661157,0.661157,0.7066116,0.73140496,0.7231405,0.75619835,0.75619835,0.76033056,0.77272725,0.74380165,0.78099173,0.8140496,0.78512394,0.76033056,0.73966944,0.6983471,0.6570248,0.6363636,0.60330576,0.59504133,0.6280992,0.6446281,0.62396693,0.58264464,0.59090906,0.53305787,0.30991736,0.2644628,0.42561984,0.59917355,0.5,0.5,0.5371901,0.6280992,0.6983471,0.74793386,0.7644628,0.70247936,0.6528926,0.6942149,0.7355372,0.74380165,0.74380165,0.75206614,0.75206614,0.74380165,0.72727275,0.73966944,0.73966944,0.75619835,0.75206614,0.6859504,0.6446281,0.6322314,0.6570248,0.7644628,0.822314,0.8181818,0.79752064,0.7644628,0.72727275,0.69008267,0.69008267,0.6942149,0.6528926,0.6652893,0.6983471,0.73966944,0.75206614,0.76859504,0.76859504,0.76859504,0.75619835,0.7231405,0.74380165,0.7644628,0.73966944,0.73140496,0.7231405,0.6859504,0.6404959,0.62396693,0.62396693,0.6570248,0.6942149,0.6818182,0.6363636,0.59917355,0.5785124,0.5247934,0.30991736,0.2520661,0.3677686,0.59090906,0.49586776,0.49173555,0.5371901,0.62396693,0.6942149,0.75206614,0.78099173,0.74793386,0.69008267,0.71487606,0.73966944,0.7355372,0.71487606,0.73140496,0.7231405,0.71487606,0.74793386,0.76859504,0.77272725,0.76859504,0.7355372,0.6735537,0.6446281,0.61570245,0.6694215,0.78512394,0.8305785,0.8181818,0.7933884,0.74793386,0.7107438,0.677686,0.6859504,0.6859504,0.6652893,0.6652893,0.7107438,0.74380165,0.75619835,0.7768595,0.7768595,0.78099173,0.78099173,0.75619835,0.72727275,0.72727275,0.7066116,0.70247936,0.71487606,0.69008267,0.677686,0.6735537,0.6859504,0.6942149,0.71900827,0.69008267,0.6363636,0.58677685,0.5661157,0.5247934,0.30991736,0.2768595,0.33471075,0.5413223,0.49173555,0.48347107,0.5165289,0.60330576,0.6859504,0.73966944,0.77272725,0.76033056,0.71487606,0.7231405,0.72727275,0.73966944,0.71487606,0.73966944,0.74380165,0.74793386,0.76859504,0.78099173,0.7768595,0.7644628,0.71900827,0.6652893,0.6363636,0.607438,0.6942149,0.79752064,0.8264463,0.80991733,0.7768595,0.73966944,0.6942149,0.6694215,0.6694215,0.677686,0.6735537,0.6404959,0.6735537,0.73966944,0.74793386,0.7768595,0.7933884,0.7933884,0.7933884,0.7892562,0.77272725,0.7644628,0.71487606,0.69008267,0.71900827,0.70247936,0.7066116,0.6983471,0.71900827,0.71900827,0.7066116,0.6735537,0.6363636,0.5785124,0.553719,0.5165289,0.32231405,0.2644628,0.4214876,0.553719,0.4752066,0.47107437,0.5165289,0.58677685,0.6652893,0.7231405,0.75619835,0.76033056,0.73140496,0.7231405,0.71487606,0.71900827,0.75206614,0.75206614,0.7768595,0.78099173,0.7892562,0.7768595,0.77272725,0.7644628,0.6983471,0.6280992,0.61570245,0.62396693,0.70247936,0.8140496,0.838843,0.80991733,0.7644628,0.7066116,0.6859504,0.6652893,0.6446281,0.6404959,0.6528926,0.6570248,0.6859504,0.73140496,0.74793386,0.78512394,0.79752064,0.8016529,0.79752064,0.79752064,0.78099173,0.78512394,0.74380165,0.7107438,0.73140496,0.71487606,0.6983471,0.73140496,0.73140496,0.7231405,0.6983471,0.6652893,0.62396693,0.57438016,0.5371901,0.5123967,0.3140496,0.26859504,0.4214876,0.53305787,0.47933885,0.48347107,0.5123967,0.58677685,0.661157,0.69008267,0.70247936,0.7355372,0.7355372,0.73140496,0.74380165,0.75619835,0.75206614,0.7768595,0.7933884,0.7933884,0.8016529,0.77272725,0.76033056,0.74380165,0.6942149,0.59504133,0.60330576,0.6404959,0.7107438,0.8140496,0.8471074,0.822314,0.76033056,0.6818182,0.677686,0.6818182,0.6528926,0.59090906,0.58677685,0.6528926,0.6818182,0.73140496,0.76033056,0.7933884,0.8057851,0.8057851,0.8016529,0.7933884,0.8016529,0.7892562,0.76033056,0.74793386,0.74793386,0.74380165,0.7107438,0.71900827,0.71487606,0.70247936,0.6818182,0.6404959,0.607438,0.56198347,0.5165289,0.5,0.3140496,0.28099173,0.38429752,0.48347107,0.4752066,0.47933885,0.5371901,0.5785124,0.6404959,0.6528926,0.661157,0.7066116,0.71487606,0.72727275,0.7355372,0.75619835,0.7644628,0.78099173,0.7892562,0.79752064,0.8016529,0.7768595,0.76859504,0.73966944,0.6694215,0.57438016,0.6280992,0.677686,0.73140496,0.8264463,0.8347107,0.80991733,0.75206614,0.6652893,0.6735537,0.7066116,0.6694215,0.58677685,0.5413223,0.59917355,0.6818182,0.7355372,0.76859504,0.79752064,0.8057851,0.80991733,0.79752064,0.8016529,0.7933884,0.7892562,0.77272725,0.76033056,0.7644628,0.7644628,0.74380165,0.7107438,0.7066116,0.6818182,0.6487603,0.61157024,0.59090906,0.553719,0.5247934,0.47933885,0.3140496,0.2892562,0.38016528,0.5,0.45867768,0.49586776,0.5247934,0.58264464,0.6198347,0.6404959,0.6487603,0.677686,0.6859504,0.71487606,0.74380165,0.75619835,0.76859504,0.78099173,0.7892562,0.7933884,0.7933884,0.7768595,0.76033056,0.76033056,0.6487603,0.57438016,0.6694215,0.6983471,0.76859504,0.838843,0.8264463,0.8181818,0.76033056,0.661157,0.6735537,0.6983471,0.69008267,0.6322314,0.5495868,0.55785125,0.661157,0.74380165,0.7644628,0.7933884,0.8057851,0.79752064,0.78512394,0.79752064,0.7933884,0.78099173,0.7768595,0.76859504,0.76033056,0.75206614,0.7355372,0.70247936,0.69008267,0.6652893,0.6198347,0.607438,0.5785124,0.55785125,0.5206612,0.47933885,0.3140496,0.2892562,0.35123968,0.5,0.45041323,0.48347107,0.5165289,0.57024795,0.60330576,0.6404959,0.6487603,0.6487603,0.6735537,0.7066116,0.72727275,0.75619835,0.77272725,0.78099173,0.78512394,0.78512394,0.7768595,0.76859504,0.77272725,0.76859504,0.61570245,0.58264464,0.6694215,0.70247936,0.78099173,0.8140496,0.8140496,0.822314,0.77272725,0.6694215,0.6528926,0.6859504,0.6735537,0.62396693,0.59504133,0.54545456,0.6198347,0.73966944,0.7768595,0.7933884,0.79752064,0.7933884,0.7933884,0.7933884,0.78512394,0.76859504,0.76859504,0.75619835,0.75206614,0.73966944,0.7231405,0.6859504,0.661157,0.6363636,0.60330576,0.60330576,0.57024795,0.5495868,0.5206612,0.4876033,0.3264463,0.29338843,0.30578512,0.45867768,0.446281,0.46280992,0.5371901,0.57438016,0.59090906,0.6363636,0.6404959,0.6652893,0.661157,0.6983471,0.72727275,0.76033056,0.76859504,0.7644628,0.76859504,0.7768595,0.77272725,0.75206614,0.76033056,0.73140496,0.58264464,0.57024795,0.5661157,0.6652893,0.74793386,0.7355372,0.74380165,0.76033056,0.73966944,0.6528926,0.60330576,0.6198347,0.61570245,0.58677685,0.6198347,0.53305787,0.58264464,0.73140496,0.7768595,0.78512394,0.79752064,0.7892562,0.78512394,0.7892562,0.77272725,0.76859504,0.75619835,0.73966944,0.73966944,0.70247936,0.69008267,0.661157,0.6363636,0.607438,0.58677685,0.59504133,0.55785125,0.5413223,0.5289256,0.47933885,0.3181818,0.3140496,0.28099173,0.35123968,0.41322315,0.45867768,0.54545456,0.58264464,0.60330576,0.6198347,0.62396693,0.6528926,0.6818182,0.6983471,0.7355372,0.7644628,0.76859504,0.75619835,0.75206614,0.76859504,0.7768595,0.7644628,0.76033056,0.6983471,0.5495868,0.5165289,0.41322315,0.5,0.6322314,0.6198347,0.62396693,0.6322314,0.61570245,0.54545456,0.5247934,0.5371901,0.54545456,0.5661157,0.59504133,0.5,0.57438016,0.7355372,0.77272725,0.78512394,0.7933884,0.78512394,0.77272725,0.77272725,0.76859504,0.75206614,0.74380165,0.7355372,0.71487606,0.69008267,0.6694215,0.6322314,0.62396693,0.59090906,0.5661157,0.5661157,0.553719,0.5289256,0.5247934,0.47107437,0.30165288,0.32231405,0.29752067,0.2892562,0.38016528,0.4338843,0.53305787,0.5785124,0.61157024,0.6322314,0.6198347,0.6487603,0.677686,0.6942149,0.73140496,0.76033056,0.76033056,0.75206614,0.75619835,0.75619835,0.75619835,0.75206614,0.75206614,0.6735537,0.53305787,0.44214877,0.35123968,0.37603307,0.46694216,0.47933885,0.47107437,0.4752066,0.49173555,0.46280992,0.38429752,0.3553719,0.45041323,0.5206612,0.5289256,0.5,0.58677685,0.7231405,0.76033056,0.77272725,0.7892562,0.7768595,0.75619835,0.75206614,0.74793386,0.72727275,0.71487606,0.7066116,0.6942149,0.677686,0.6363636,0.61157024,0.607438,0.57438016,0.54545456,0.56198347,0.5495868,0.5247934,0.5206612,0.4752066,0.30991736,0.30578512,0.3264463,0.28099173,0.35950413,0.42561984,0.5082645,0.58264464,0.62396693,0.6487603,0.6528926,0.6528926,0.661157,0.6942149,0.73140496,0.74793386,0.75206614,0.74793386,0.7231405,0.73140496,0.72727275,0.7231405,0.74380165,0.69008267,0.553719,0.45041323,0.30165288,0.23553719,0.3264463,0.35123968,0.338843,0.34710744,0.3429752,0.32231405,0.2603306,0.2520661,0.338843,0.42561984,0.48347107,0.55785125,0.62396693,0.7231405,0.76033056,0.76859504,0.7768595,0.77272725,0.75619835,0.74380165,0.72727275,0.71900827,0.71487606,0.6983471,0.677686,0.661157,0.607438,0.59504133,0.607438,0.58264464,0.5413223,0.56198347,0.56198347,0.5413223,0.5123967,0.46280992,0.32231405,0.3140496,0.3181818,0.2768595,0.338843,0.41735536,0.47933885,0.5785124,0.6198347,0.661157,0.6652893,0.6570248,0.6694215,0.6942149,0.71487606,0.73140496,0.7231405,0.73966944,0.73140496,0.7066116,0.73140496,0.73140496,0.7644628,0.73966944,0.6363636,0.5371901,0.3677686,0.27272728,0.26859504,0.28099173,0.28099173,0.30165288,0.338843,0.39256197,0.37603307,0.35123968,0.37603307,0.43801653,0.553719,0.6528926,0.6859504,0.73140496,0.76033056,0.77272725,0.76033056,0.76859504,0.75206614,0.74793386,0.7231405,0.6983471,0.6942149,0.6735537,0.6487603,0.6363636,0.59917355,0.59090906,0.58264464,0.59090906,0.56198347,0.5785124,0.55785125,0.54545456,0.5,0.4338843,0.30578512,0.30991736,0.3140496,0.29338843,0.32231405,0.3966942,0.44214877,0.57024795,0.6198347,0.661157,0.661157,0.6528926,0.6694215,0.6942149,0.7107438,0.71487606,0.71900827,0.7107438,0.72727275,0.70247936,0.73140496,0.73966944,0.76859504,0.77272725,0.7107438,0.6363636,0.5,0.35950413,0.33471075,0.38016528,0.41322315,0.44214877,0.5289256,0.57024795,0.5041322,0.49586776,0.5413223,0.59504133,0.6570248,0.69008267,0.7066116,0.7231405,0.75206614,0.76859504,0.77272725,0.75619835,0.74380165,0.73966944,0.71900827,0.70247936,0.6942149,0.661157,0.6322314,0.61570245,0.59504133,0.58677685,0.5785124,0.5785124,0.55785125,0.58264464,0.553719,0.54545456,0.48347107,0.41735536,0.3305785,0.32231405,0.30991736,0.29752067,0.30578512,0.38016528,0.41735536,0.5247934,0.6198347,0.6694215,0.661157,0.6487603,0.6652893,0.69008267,0.70247936,0.70247936,0.71900827,0.7107438,0.7107438,0.71487606,0.7355372,0.74793386,0.76033056,0.75619835,0.71487606,0.6404959,0.58677685,0.5247934,0.49586776,0.5495868,0.57438016,0.55785125,0.59090906,0.59917355,0.56198347,0.58677685,0.6198347,0.6487603,0.6735537,0.6859504,0.6983471,0.71900827,0.73966944,0.7644628,0.76859504,0.76033056,0.74380165,0.74380165,0.7107438,0.69008267,0.6942149,0.6446281,0.6322314,0.61157024,0.59917355,0.58677685,0.57024795,0.5785124,0.57438016,0.58677685,0.54545456,0.5247934,0.45867768,0.4214876,0.30991736,0.30991736,0.30991736,0.30165288,0.29752067,0.3553719,0.40495867,0.5,0.59504133,0.6570248,0.6652893,0.6487603,0.6694215,0.6942149,0.6942149,0.6942149,0.70247936,0.7107438,0.71487606,0.73140496,0.75206614,0.76033056,0.74380165,0.73140496,0.71487606,0.6528926,0.59504133,0.59504133,0.58677685,0.6322314,0.6487603,0.58677685,0.57438016,0.59917355,0.5785124,0.57024795,0.58677685,0.59917355,0.6404959,0.6528926,0.6652893,0.7066116,0.7355372,0.74793386,0.75619835,0.75206614,0.73140496,0.71487606,0.6942149,0.6735537,0.6818182,0.6280992,0.61570245,0.60330576,0.59917355,0.59504133,0.59504133,0.59090906,0.57024795,0.57024795,0.5247934,0.5082645,0.4338843,0.41735536,0.29752067,0.30165288,0.3181818,0.29338843,0.29752067,0.32231405,0.39256197,0.47933885,0.56198347,0.6280992,0.6487603,0.6528926,0.661157,0.69008267,0.69008267,0.6942149,0.6735537,0.6942149,0.71487606,0.72727275,0.73966944,0.73140496,0.71900827,0.6983471,0.69008267,0.6570248,0.607438,0.6280992,0.6446281,0.6983471,0.7066116,0.6363636,0.61570245,0.6280992,0.607438,0.58264464,0.57438016,0.58677685,0.59504133,0.6280992,0.6363636,0.6694215,0.7066116,0.71487606,0.7231405,0.73140496,0.7107438,0.6983471,0.69008267,0.6735537,0.6528926,0.61157024,0.60330576,0.60330576,0.59917355,0.59917355,0.59504133,0.58677685,0.55785125,0.5371901,0.5082645,0.47107437,0.4214876,0.4214876,0.30165288,0.30165288,0.30991736,0.29752067,0.30165288,0.29752067,0.38842976,0.45867768,0.5371901,0.60330576,0.62396693,0.6363636,0.661157,0.69008267,0.6818182,0.6818182,0.677686,0.6652893,0.7066116,0.71900827,0.7066116,0.6942149,0.69008267,0.6735537,0.661157,0.61570245,0.61570245,0.6487603,0.6859504,0.7644628,0.76859504,0.7231405,0.6942149,0.7066116,0.6652893,0.62396693,0.59504133,0.59504133,0.57024795,0.57024795,0.6198347,0.6280992,0.6694215,0.677686,0.6942149,0.7066116,0.6818182,0.6983471,0.69008267,0.677686,0.6404959,0.61157024,0.607438,0.60330576,0.59090906,0.59504133,0.59504133,0.57024795,0.54545456,0.5165289,0.48347107,0.45867768,0.44214877,0.42561984,0.30578512,0.30165288,0.30165288,0.30578512,0.30578512,0.28099173,0.3677686,0.43801653,0.49586776,0.57024795,0.60330576,0.62396693,0.6528926,0.6818182,0.6735537,0.6570248,0.6694215,0.6528926,0.6735537,0.71487606,0.6942149,0.6859504,0.6528926,0.6446281,0.6570248,0.62396693,0.6404959,0.6735537,0.6942149,0.7644628,0.7933884,0.76859504,0.75206614,0.71900827,0.6859504,0.6570248,0.6280992,0.57438016,0.5495868,0.55785125,0.61157024,0.607438,0.6487603,0.661157,0.6694215,0.6942149,0.6694215,0.6694215,0.6694215,0.6652893,0.6404959,0.62396693,0.59917355,0.61157024,0.58264464,0.58677685,0.58677685,0.55785125,0.5206612,0.49586776,0.4752066,0.45867768,0.42561984,0.42561984,0.29338843,0.29752067,0.30991736,0.30578512,0.3140496,0.29338843,0.29338843,0.42975205,0.47107437,0.5413223,0.58264464,0.607438,0.6446281,0.6694215,0.6570248,0.6446281,0.6404959,0.6322314,0.6652893,0.7107438,0.69008267,0.6694215,0.6446281,0.6322314,0.6363636,0.6446281,0.6404959,0.6280992,0.58677685,0.5661157,0.69008267,0.69008267,0.6280992,0.5495868,0.5289256,0.5495868,0.61570245,0.607438,0.57024795,0.5785124,0.59504133,0.59504133,0.6322314,0.6404959,0.6570248,0.677686,0.6528926,0.6446281,0.6280992,0.6363636,0.6404959,0.6280992,0.59917355,0.59090906,0.59504133,0.58264464,0.59090906,0.5495868,0.5082645,0.4876033,0.46280992,0.446281,0.42561984,0.41735536,0.30578512,0.30165288,0.3140496,0.3140496,0.30991736,0.2892562,0.28512397,0.40495867,0.45041323,0.5123967,0.553719,0.57438016,0.61570245,0.6487603,0.6404959,0.6198347,0.61157024,0.6198347,0.6694215,0.6942149,0.6735537,0.6694215,0.6198347,0.607438,0.59917355,0.58677685,0.5413223,0.4752066,0.42975205,0.37603307,0.4214876,0.4876033,0.4338843,0.39256197,0.37190083,0.37603307,0.48347107,0.5661157,0.58264464,0.59504133,0.59504133,0.59917355,0.6280992,0.6487603,0.69008267,0.6487603,0.6280992,0.61570245,0.59917355,0.61157024,0.62396693,0.62396693,0.59917355,0.57024795,0.5785124,0.58264464,0.57024795,0.5495868,0.5165289,0.48347107,0.46280992,0.45454547,0.4214876,0.40495867,0.29752067,0.29338843,0.30578512,0.30578512,0.30578512,0.30991736,0.2644628,0.39256197,0.43801653,0.47933885,0.5289256,0.5661157,0.59504133,0.6280992,0.61570245,0.59504133,0.59917355,0.6280992,0.6528926,0.6818182,0.6735537,0.607438,0.59090906,0.5785124,0.5371901,0.46280992,0.37190083,0.3181818,0.3181818,0.3429752,0.3305785,0.33471075,0.3429752,0.35123968,0.32231405,0.2603306,0.24380165,0.37190083,0.49173555,0.56198347,0.58264464,0.58677685,0.61157024,0.6446281,0.6322314,0.6363636,0.6363636,0.61157024,0.58677685,0.59090906,0.59504133,0.59504133,0.58264464,0.5661157,0.5661157,0.5661157,0.54545456,0.5413223,0.5206612,0.45454547,0.46694216,0.45041323,0.4090909,0.38429752,0.29752067,0.29752067,0.30578512,0.30578512,0.30991736,0.30991736,0.2768595,0.3429752,0.43801653,0.45867768,0.5123967,0.53305787,0.58677685,0.607438,0.59090906,0.57438016,0.59504133,0.6322314,0.6528926,0.6570248,0.6280992,0.5247934,0.47933885,0.46280992,0.4090909,0.30578512,0.2231405,0.2107438,0.2768595,0.3264463,0.3140496,0.2768595,0.36363637,0.43801653,0.47107437,0.3429752,0.23553719,0.21487603,0.30165288,0.42561984,0.48347107,0.5082645,0.5495868,0.59917355,0.62396693,0.6322314,0.6322314,0.61570245,0.56198347,0.58264464,0.58677685,0.58677685,0.57024795,0.5661157,0.553719,0.5495868,0.54545456,0.53305787,0.49586776,0.46694216,0.4752066,0.42975205,0.38842976,0.34710744,0.30991736,0.30991736,0.30991736,0.30578512,0.30578512,0.30991736,0.29338843,0.29338843,0.41735536,0.45867768,0.47933885,0.5,0.55785125,0.57438016,0.57438016,0.5661157,0.58677685,0.61157024,0.61157024,0.58677685,0.5289256,0.41322315,0.34710744,0.30991736,0.29752067,0.19008264,0.14049587,0.18595041,0.30165288,0.38429752,0.35123968,0.3181818,0.43801653,0.5413223,0.6363636,0.45454547,0.28099173,0.21900827,0.1694215,0.23966943,0.30578512,0.33471075,0.4090909,0.5082645,0.57438016,0.61157024,0.61570245,0.59504133,0.5785124,0.56198347,0.56198347,0.59090906,0.57438016,0.553719,0.53305787,0.53305787,0.5289256,0.5165289,0.49586776,0.47107437,0.46694216,0.4214876,0.35950413,0.3181818,0.29752067,0.29338843,0.29338843,0.30578512,0.30165288,0.30165288,0.29752067,0.28512397,0.37603307,0.43801653,0.4876033,0.49586776,0.5165289,0.5413223,0.553719,0.553719,0.58264464,0.59090906,0.58677685,0.54545456,0.5,0.45867768,0.47107437,0.4338843,0.4752066,0.446281,0.4090909,0.42975205,0.45041323,0.47107437,0.45041323,0.44214877,0.46694216,0.47933885,0.49173555,0.46280992,0.41322315,0.39256197,0.3677686,0.38429752,0.39256197,0.3553719,0.3305785,0.4338843,0.5165289,0.553719,0.57024795,0.5785124,0.57024795,0.55785125,0.553719,0.5785124,0.5785124,0.553719,0.5247934,0.5371901,0.5165289,0.5041322,0.4876033,0.4752066,0.43801653,0.38429752,0.3264463,0.3140496,0.29752067,0.30165288,0.30165288,0.30165288,0.29752067,0.29752067,0.30165288,0.29338843,0.3305785,0.42561984,0.46280992,0.48347107,0.5206612,0.5495868,0.5495868,0.5413223,0.57438016,0.57438016,0.57438016,0.58264464,0.60330576,0.6404959,0.6735537,0.6198347,0.607438,0.62396693,0.59090906,0.6487603,0.6694215,0.6528926,0.6198347,0.6280992,0.6404959,0.677686,0.6694215,0.6404959,0.59917355,0.58264464,0.60330576,0.59504133,0.59090906,0.62396693,0.59917355,0.55785125,0.55785125,0.553719,0.5495868,0.553719,0.5785124,0.58264464,0.553719,0.553719,0.55785125,0.5413223,0.53305787,0.5413223,0.5247934,0.5082645,0.48347107,0.45454547,0.40495867,0.34710744,0.3140496,0.3677686,0.30578512,0.30578512,0.30165288,0.30165288,0.30165288,0.30578512,0.29338843,0.29338843,0.29752067,0.38842976,0.45454547,0.47107437,0.5289256,0.56198347,0.56198347,0.5413223,0.57438016,0.61157024,0.58677685,0.6280992,0.6859504,0.71487606,0.6942149,0.6280992,0.60330576,0.61570245,0.59917355,0.6652893,0.677686,0.6942149,0.6694215,0.6818182,0.69008267,0.69008267,0.677686,0.6652893,0.6404959,0.62396693,0.6198347,0.61157024,0.6487603,0.70247936,0.7231405,0.677686,0.61570245,0.58264464,0.55785125,0.5495868,0.56198347,0.57024795,0.553719,0.54545456,0.5371901,0.5289256,0.5206612,0.5123967,0.5165289,0.49586776,0.4752066,0.43801653,0.37190083,0.338843,0.34710744,0.40495867,0.2768595,0.2768595,0.28099173,0.30991736,0.29338843,0.30991736,0.30165288,0.29752067,0.28099173,0.338843,0.42975205,0.45867768,0.5,0.5413223,0.55785125,0.55785125,0.5785124,0.60330576,0.60330576,0.62396693,0.677686,0.6983471,0.6818182,0.62396693,0.57438016,0.59090906,0.58264464,0.58264464,0.59090906,0.6280992,0.62396693,0.6363636,0.62396693,0.61157024,0.59917355,0.59917355,0.58677685,0.58677685,0.58264464,0.60330576,0.661157,0.6942149,0.7066116,0.6983471,0.6528926,0.59504133,0.56198347,0.553719,0.55785125,0.5661157,0.57024795,0.5495868,0.5247934,0.5165289,0.5123967,0.5041322,0.4876033,0.46694216,0.45867768,0.41322315,0.3429752,0.34710744,0.38842976,0.4338843,0.29338843,0.29338843,0.29752067,0.30165288,0.29752067,0.29752067,0.30578512,0.2892562,0.29338843,0.2892562,0.39256197,0.4338843,0.4752066,0.5082645,0.5247934,0.54545456,0.5495868,0.58264464,0.60330576,0.59090906,0.6280992,0.677686,0.661157,0.6404959,0.57024795,0.5206612,0.5041322,0.49173555,0.49173555,0.5041322,0.5495868,0.5661157,0.5082645,0.48347107,0.47933885,0.49173555,0.4876033,0.5247934,0.5661157,0.60330576,0.6446281,0.6694215,0.677686,0.6652893,0.6446281,0.61570245,0.5785124,0.55785125,0.55785125,0.54545456,0.54545456,0.5289256,0.5206612,0.5,0.5,0.5,0.4752066,0.46280992,0.4338843,0.3677686,0.3305785,0.36363637,0.40082645,0.42975205,0.30165288,0.29752067,0.29752067,0.29338843,0.30578512,0.30165288,0.29752067,0.30578512,0.30991736,0.2644628,0.34710744,0.41322315,0.446281,0.4752066,0.4876033,0.5082645,0.5247934,0.55785125,0.59090906,0.59090906,0.59090906,0.6487603,0.6322314,0.6404959,0.59917355,0.5123967,0.46280992,0.41735536,0.3966942,0.36363637,0.3553719,0.37190083,0.38429752,0.36363637,0.40495867,0.43801653,0.46694216,0.5165289,0.56198347,0.607438,0.6404959,0.6528926,0.6363636,0.6322314,0.6198347,0.58677685,0.57438016,0.553719,0.5413223,0.5206612,0.5165289,0.5,0.5041322,0.5041322,0.5,0.4752066,0.47107437,0.45867768,0.4090909,0.3181818,0.3677686,0.40495867,0.4090909,0.42975205,0.29338843,0.2892562,0.2892562,0.29338843,0.29752067,0.29338843,0.30578512,0.29752067,0.30578512,0.2768595,0.30578512,0.37190083,0.3966942,0.44214877,0.46280992,0.47933885,0.5,0.5165289,0.5495868,0.57024795,0.59090906,0.607438,0.6322314,0.6280992,0.6404959,0.59090906,0.54545456,0.49586776,0.46280992,0.4338843,0.4090909,0.41322315,0.43801653,0.446281,0.46694216,0.5082645,0.5165289,0.5413223,0.57024795,0.61157024,0.6280992,0.62396693,0.59917355,0.59504133,0.58264464,0.5661157,0.53305787,0.5413223,0.5289256,0.5082645,0.5041322,0.4876033,0.4876033,0.4876033,0.47107437,0.45454547,0.45041323,0.4214876,0.3553719,0.30991736,0.38842976,0.4214876,0.44214877,0.41735536,0.28512397,0.28512397,0.28512397,0.2892562,0.30165288,0.29338843,0.29338843,0.29752067,0.29752067,0.29338843,0.2768595,0.3305785,0.35950413,0.39256197,0.4214876,0.446281,0.47933885,0.5,0.5165289,0.5371901,0.57438016,0.5661157,0.58264464,0.6363636,0.6652893,0.6446281,0.6322314,0.61570245,0.59090906,0.5661157,0.53305787,0.5247934,0.54545456,0.553719,0.5785124,0.60330576,0.60330576,0.60330576,0.61570245,0.6198347,0.61157024,0.60330576,0.58264464,0.56198347,0.54545456,0.53305787,0.53305787,0.5165289,0.5041322,0.5,0.4876033,0.47933885,0.46694216,0.46280992,0.45041323,0.43801653,0.41735536,0.37190083,0.3264463,0.35123968,0.40495867,0.4338843,0.446281,0.41322315,0.2892562,0.2892562,0.29338843,0.29338843,0.29338843,0.30578512,0.29338843,0.2892562,0.2892562,0.29338843,0.28099173,0.37190083,0.3553719,0.36363637,0.38842976,0.41735536,0.45867768,0.49586776,0.5206612,0.53305787,0.553719,0.553719,0.5785124,0.6280992,0.6735537,0.6735537,0.6859504,0.69008267,0.70247936,0.7107438,0.69008267,0.6694215,0.6652893,0.6735537,0.6818182,0.7066116,0.69008267,0.6528926,0.6528926,0.6487603,0.61157024,0.607438,0.59090906,0.5661157,0.5289256,0.5247934,0.53305787,0.5082645,0.5,0.49586776,0.46280992,0.46280992,0.44214877,0.45867768,0.4338843,0.41735536,0.37603307,0.3140496,0.3305785,0.40082645,0.42975205,0.44214877,0.4338843,0.42561984,0.29752067,0.29338843,0.29338843,0.29338843,0.28512397,0.2892562,0.29752067,0.29338843,0.2892562,0.28099173,0.3264463,0.4876033,0.42561984,0.3181818,0.3553719,0.39256197,0.44214877,0.4876033,0.5289256,0.54545456,0.55785125,0.58264464,0.62396693,0.6404959,0.661157,0.69008267,0.7231405,0.71487606,0.74380165,0.74793386,0.75206614,0.7355372,0.7231405,0.73966944,0.73966944,0.72727275,0.72727275,0.7066116,0.6942149,0.677686,0.6404959,0.6280992,0.59917355,0.60330576,0.5785124,0.54545456,0.5413223,0.5206612,0.49173555,0.47933885,0.46694216,0.446281,0.4214876,0.42561984,0.3966942,0.37603307,0.3305785,0.30578512,0.35950413,0.4214876,0.43801653,0.45454547,0.45041323,0.42975205,0.29752067,0.29752067,0.29752067,0.29752067,0.2892562,0.29338843,0.29338843,0.2892562,0.28099173,0.30578512,0.43801653,0.48347107,0.39256197,0.3677686,0.3181818,0.34710744,0.40082645,0.4876033,0.5289256,0.55785125,0.5785124,0.59917355,0.6322314,0.6487603,0.661157,0.6942149,0.7231405,0.7355372,0.74380165,0.7355372,0.74380165,0.73966944,0.72727275,0.7355372,0.73966944,0.73140496,0.72727275,0.71487606,0.6942149,0.6942149,0.6735537,0.6404959,0.62396693,0.61157024,0.59090906,0.55785125,0.5371901,0.5206612,0.4876033,0.45041323,0.43801653,0.41322315,0.41322315,0.38016528,0.3553719,0.3140496,0.30578512,0.338843,0.4090909,0.45041323,0.45454547,0.446281,0.446281,0.42975205,0.29752067,0.29752067,0.29752067,0.29752067,0.29338843,0.28512397,0.2892562,0.2892562,0.26859504,0.3553719,0.5206612,0.39256197,0.28099173,0.4338843,0.38016528,0.30578512,0.3305785,0.446281,0.5082645,0.54545456,0.5785124,0.607438,0.6280992,0.6446281,0.677686,0.70247936,0.7107438,0.73140496,0.72727275,0.71487606,0.7355372,0.73966944,0.73140496,0.7231405,0.7231405,0.71487606,0.72727275,0.7107438,0.6859504,0.6735537,0.6735537,0.6322314,0.6322314,0.607438,0.57024795,0.5413223,0.5123967,0.49173555,0.45454547,0.42975205,0.41322315,0.40082645,0.37190083,0.3429752,0.3140496,0.27272728,0.32231405,0.38429752,0.42975205,0.45867768,0.46694216,0.45867768,0.446281,0.42561984,0.29338843,0.2892562,0.2892562,0.2892562,0.28512397,0.2892562,0.28099173,0.28512397,0.26859504,0.45041323,0.5,0.30991736,0.2231405,0.43801653,0.47933885,0.37603307,0.28512397,0.37190083,0.46280992,0.5082645,0.57024795,0.607438,0.6280992,0.6363636,0.6735537,0.6942149,0.6942149,0.70247936,0.6983471,0.70247936,0.70247936,0.71900827,0.71900827,0.71487606,0.7107438,0.7066116,0.7107438,0.6942149,0.6652893,0.6570248,0.6570248,0.6280992,0.607438,0.5785124,0.56198347,0.5123967,0.4876033,0.446281,0.41735536,0.39256197,0.3677686,0.3305785,0.3181818,0.30578512,0.28512397,0.29338843,0.38016528,0.42561984,0.4338843,0.4752066,0.4752066,0.47107437,0.446281,0.42975205,0.28099173,0.28099173,0.28099173,0.2768595,0.28512397,0.29338843,0.28099173,0.2603306,0.29752067,0.5371901,0.41735536,0.2768595,0.16115703,0.4338843,0.49586776,0.45867768,0.36363637,0.2892562,0.38842976,0.45454547,0.53305787,0.58677685,0.59504133,0.62396693,0.6487603,0.6652893,0.6694215,0.677686,0.6570248,0.6694215,0.6694215,0.6859504,0.677686,0.6735537,0.6983471,0.6818182,0.6859504,0.6570248,0.61570245,0.62396693,0.6363636,0.61157024,0.59504133,0.5495868,0.5041322,0.4876033,0.446281,0.40082645,0.35123968,0.3429752,0.3305785,0.29752067,0.29752067,0.28512397,0.30165288,0.35123968,0.41322315,0.47107437,0.45041323,0.46694216,0.47107437,0.47107437,0.44214877,0.42561984,0.2644628,0.2603306,0.2603306,0.2644628,0.28099173,0.2892562,0.28099173,0.23553719,0.3966942,0.5247934,0.39256197,0.25619835,0.12809917,0.46280992,0.49173555,0.47933885,0.45867768,0.36363637,0.3305785,0.40495867,0.48347107,0.5495868,0.55785125,0.58264464,0.60330576,0.62396693,0.6280992,0.6322314,0.6322314,0.62396693,0.62396693,0.6446281,0.6487603,0.62396693,0.6280992,0.61157024,0.6322314,0.607438,0.59917355,0.58677685,0.58264464,0.56198347,0.5495868,0.5165289,0.4752066,0.43801653,0.37603307,0.3305785,0.30991736,0.3140496,0.3264463,0.30165288,0.29338843,0.29338843,0.34710744,0.4090909,0.446281,0.4752066,0.46694216,0.46694216,0.47933885,0.46694216,0.4338843,0.43801653,0.2768595,0.2768595,0.28099173,0.28099173,0.28099173,0.28512397,0.27272728,0.2644628,0.47107437,0.46280992,0.4214876,0.18181819,0.1446281,0.4876033,0.4876033,0.47933885,0.46694216,0.4338843,0.3553719,0.3264463,0.38842976,0.4752066,0.5206612,0.5371901,0.5413223,0.54545456,0.57024795,0.59504133,0.61157024,0.60330576,0.61157024,0.6198347,0.6404959,0.61157024,0.59090906,0.57438016,0.58677685,0.5785124,0.56198347,0.5661157,0.53305787,0.5289256,0.5041322,0.45454547,0.40082645,0.3429752,0.30991736,0.3140496,0.32231405,0.3181818,0.34710744,0.28512397,0.29338843,0.34710744,0.40082645,0.45454547,0.47933885,0.48347107,0.48347107,0.47933885,0.4876033,0.45454547,0.44214877,0.446281,0.2892562,0.2892562,0.2892562,0.2892562,0.28512397,0.2768595,0.28099173,0.37603307,0.5082645,0.45041323,0.41322315,0.14876033,0.18595041,0.49586776,0.4876033,0.4876033,0.46694216,0.46694216,0.41322315,0.34710744,0.3181818,0.35950413,0.446281,0.46280992,0.47933885,0.49173555,0.5041322,0.5289256,0.5661157,0.553719,0.5661157,0.5661157,0.553719,0.5495868,0.5413223,0.5371901,0.5413223,0.5206612,0.5165289,0.5,0.4752066,0.47107437,0.4338843,0.36363637,0.30991736,0.29752067,0.3264463,0.3429752,0.35950413,0.3264463,0.32231405,0.26859504,0.338843,0.4214876,0.45041323,0.47933885,0.47107437,0.47933885,0.49173555,0.4876033,0.4876033,0.45867768,0.45041323,0.44214877,37 +0.1446281,0.21900827,0.3264463,0.47107437,0.57024795,0.6446281,0.677686,0.7107438,0.73966944,0.76033056,0.78099173,0.79752064,0.7933884,0.7933884,0.79752064,0.7933884,0.80991733,0.8140496,0.8181818,0.8140496,0.8264463,0.8305785,0.8264463,0.822314,0.822314,0.822314,0.822314,0.8140496,0.80991733,0.8057851,0.8057851,0.8016529,0.8016529,0.80991733,0.80991733,0.8057851,0.79752064,0.8016529,0.7933884,0.8016529,0.79752064,0.7933884,0.78512394,0.77272725,0.77272725,0.7644628,0.75206614,0.7355372,0.6942149,0.6694215,0.6363636,0.607438,0.60330576,0.57024795,0.5495868,0.5041322,0.45454547,0.40495867,0.29752067,0.16115703,0.1322314,0.1322314,0.14049587,0.09917355,0.14876033,0.24380165,0.3677686,0.5,0.58264464,0.6528926,0.6735537,0.71487606,0.74793386,0.77272725,0.7892562,0.79752064,0.79752064,0.8016529,0.79752064,0.8016529,0.80991733,0.8181818,0.8181818,0.8181818,0.822314,0.8347107,0.8305785,0.8264463,0.8305785,0.822314,0.8140496,0.8140496,0.80991733,0.8057851,0.8016529,0.79752064,0.7933884,0.8016529,0.80991733,0.80991733,0.79752064,0.79752064,0.79752064,0.8016529,0.8016529,0.79752064,0.7892562,0.78099173,0.78099173,0.76859504,0.7644628,0.75619835,0.73140496,0.70247936,0.6735537,0.6404959,0.607438,0.58677685,0.54545456,0.5165289,0.46694216,0.4338843,0.34710744,0.21487603,0.12809917,0.10743801,0.14876033,0.12396694,0.1694215,0.27272728,0.40495867,0.49586776,0.59917355,0.6652893,0.6983471,0.7107438,0.74380165,0.76859504,0.7933884,0.7892562,0.8016529,0.8016529,0.79752064,0.8016529,0.8140496,0.80991733,0.8181818,0.8140496,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.8181818,0.80991733,0.80991733,0.8057851,0.8057851,0.79752064,0.79752064,0.8057851,0.8057851,0.8016529,0.8057851,0.8057851,0.80991733,0.8057851,0.8016529,0.8016529,0.79752064,0.7933884,0.78512394,0.76859504,0.7644628,0.76859504,0.75206614,0.73966944,0.7231405,0.69008267,0.6570248,0.6198347,0.59504133,0.57024795,0.5041322,0.47933885,0.45041323,0.38429752,0.2520661,0.14049587,0.11157025,0.12396694,0.15289256,0.18181819,0.2892562,0.40082645,0.49173555,0.60330576,0.677686,0.7066116,0.71900827,0.74793386,0.76859504,0.7892562,0.78512394,0.7933884,0.79752064,0.79752064,0.8016529,0.8057851,0.8140496,0.8181818,0.8181818,0.822314,0.8264463,0.8305785,0.822314,0.8181818,0.80991733,0.8057851,0.80991733,0.8016529,0.79752064,0.7933884,0.79752064,0.8057851,0.79752064,0.8140496,0.8057851,0.8016529,0.8057851,0.80991733,0.8016529,0.8016529,0.79752064,0.7892562,0.78099173,0.77272725,0.76859504,0.7644628,0.76033056,0.7355372,0.71900827,0.6942149,0.661157,0.6322314,0.61157024,0.58677685,0.5123967,0.47933885,0.45041323,0.41322315,0.29752067,0.16528925,0.1322314,0.10330579,0.14049587,0.18595041,0.2892562,0.38016528,0.5082645,0.61570245,0.6818182,0.7107438,0.73140496,0.76033056,0.76033056,0.78099173,0.78512394,0.7892562,0.7933884,0.79752064,0.80991733,0.8057851,0.8140496,0.8181818,0.822314,0.822314,0.8181818,0.8264463,0.8181818,0.822314,0.80991733,0.8057851,0.79752064,0.78512394,0.79752064,0.7933884,0.7933884,0.7892562,0.79752064,0.8140496,0.79752064,0.79752064,0.8057851,0.7892562,0.7892562,0.79752064,0.79752064,0.78099173,0.76859504,0.7933884,0.75619835,0.76033056,0.76033056,0.73966944,0.71900827,0.6859504,0.6570248,0.6404959,0.61570245,0.58677685,0.5206612,0.46694216,0.45454547,0.4214876,0.3305785,0.19421488,0.1446281,0.12396694,0.11570248,0.18181819,0.28099173,0.37603307,0.5041322,0.62396693,0.6735537,0.6983471,0.7231405,0.74380165,0.7644628,0.78099173,0.7933884,0.7933884,0.79752064,0.8057851,0.80991733,0.7892562,0.8140496,0.8140496,0.822314,0.822314,0.8181818,0.822314,0.822314,0.8140496,0.80991733,0.80991733,0.8016529,0.7933884,0.79752064,0.79752064,0.7933884,0.79752064,0.8016529,0.8016529,0.7892562,0.79752064,0.7933884,0.7933884,0.7892562,0.78512394,0.7768595,0.7768595,0.7644628,0.7644628,0.7644628,0.74793386,0.75619835,0.7355372,0.71900827,0.6859504,0.6652893,0.6487603,0.6198347,0.59504133,0.5371901,0.46694216,0.46280992,0.41735536,0.33471075,0.19008264,0.14049587,0.1446281,0.10330579,0.16528925,0.2892562,0.39256197,0.49173555,0.61570245,0.661157,0.6983471,0.71487606,0.74380165,0.7644628,0.77272725,0.7933884,0.7933884,0.79752064,0.8057851,0.8057851,0.79752064,0.79752064,0.79752064,0.80991733,0.8140496,0.8140496,0.8057851,0.80991733,0.79752064,0.8016529,0.7933884,0.7933884,0.78512394,0.7892562,0.7933884,0.78512394,0.78512394,0.78099173,0.79752064,0.78512394,0.7892562,0.78512394,0.7933884,0.7892562,0.77272725,0.7644628,0.76033056,0.73966944,0.73966944,0.75206614,0.73966944,0.74380165,0.72727275,0.7107438,0.69008267,0.6818182,0.6528926,0.62396693,0.59504133,0.53305787,0.46694216,0.45041323,0.4338843,0.3553719,0.19421488,0.12396694,0.16115703,0.09090909,0.18595041,0.26859504,0.3677686,0.49173555,0.59504133,0.6528926,0.69008267,0.71487606,0.74380165,0.76033056,0.76859504,0.7933884,0.7892562,0.8016529,0.8057851,0.8016529,0.79752064,0.79752064,0.76859504,0.79752064,0.7933884,0.8016529,0.7933884,0.79752064,0.78099173,0.7892562,0.78099173,0.7892562,0.78099173,0.78099173,0.7892562,0.7768595,0.7768595,0.76859504,0.78099173,0.78512394,0.7892562,0.78099173,0.78512394,0.76859504,0.75619835,0.73966944,0.7355372,0.71900827,0.72727275,0.73966944,0.73140496,0.73140496,0.7066116,0.7066116,0.70247936,0.6859504,0.6487603,0.62396693,0.58677685,0.5289256,0.4752066,0.446281,0.4338843,0.37190083,0.20247933,0.12809917,0.12396694,0.10743801,0.18181819,0.24380165,0.37603307,0.5123967,0.61157024,0.6404959,0.6694215,0.7066116,0.73966944,0.76033056,0.76859504,0.78512394,0.7892562,0.79752064,0.79752064,0.79752064,0.78512394,0.7892562,0.76859504,0.78099173,0.78099173,0.78099173,0.78099173,0.78512394,0.7768595,0.77272725,0.77272725,0.78099173,0.77272725,0.78099173,0.78512394,0.76859504,0.77272725,0.77272725,0.76859504,0.78099173,0.7768595,0.7768595,0.76859504,0.75619835,0.7231405,0.73140496,0.72727275,0.73140496,0.7355372,0.72727275,0.7107438,0.71487606,0.6983471,0.70247936,0.7107438,0.70247936,0.6570248,0.6322314,0.58264464,0.5371901,0.47107437,0.4214876,0.42561984,0.3966942,0.2231405,0.12396694,0.11157025,0.11157025,0.1694215,0.24793388,0.36363637,0.5413223,0.61570245,0.6446281,0.6694215,0.6942149,0.74793386,0.7644628,0.7768595,0.7768595,0.78099173,0.7892562,0.78512394,0.78512394,0.78512394,0.77272725,0.75206614,0.75619835,0.75206614,0.75206614,0.7644628,0.75206614,0.7644628,0.75619835,0.76033056,0.76859504,0.77272725,0.7644628,0.7644628,0.75619835,0.75206614,0.7644628,0.75206614,0.7644628,0.75619835,0.74380165,0.74793386,0.74380165,0.7231405,0.72727275,0.7355372,0.7231405,0.71487606,0.7066116,0.70247936,0.677686,0.6818182,0.69008267,0.6859504,0.6859504,0.6487603,0.61157024,0.58677685,0.5661157,0.48347107,0.41735536,0.4214876,0.4090909,0.2520661,0.11570248,0.10330579,0.08677686,0.18595041,0.2231405,0.40082645,0.5661157,0.62396693,0.6363636,0.661157,0.71900827,0.75619835,0.75206614,0.76033056,0.76859504,0.77272725,0.78512394,0.78099173,0.76859504,0.76033056,0.74380165,0.73966944,0.7355372,0.71487606,0.71487606,0.7355372,0.71487606,0.71487606,0.73140496,0.7355372,0.73140496,0.73966944,0.7355372,0.73140496,0.71487606,0.7231405,0.72727275,0.71900827,0.73140496,0.7231405,0.69008267,0.6983471,0.70247936,0.69008267,0.70247936,0.70247936,0.677686,0.6652893,0.6487603,0.59504133,0.61570245,0.61157024,0.60330576,0.607438,0.61157024,0.607438,0.5785124,0.5495868,0.5413223,0.5,0.41322315,0.4090909,0.4214876,0.29338843,0.12396694,0.11570248,0.09090909,0.1694215,0.2603306,0.46694216,0.59090906,0.6322314,0.6322314,0.6818182,0.7355372,0.76033056,0.7355372,0.73140496,0.74793386,0.74793386,0.74380165,0.75619835,0.72727275,0.7066116,0.6694215,0.661157,0.661157,0.6570248,0.661157,0.677686,0.677686,0.6528926,0.6652893,0.6735537,0.6859504,0.6818182,0.70247936,0.6942149,0.6983471,0.70247936,0.6983471,0.69008267,0.677686,0.6735537,0.6280992,0.59917355,0.607438,0.57024795,0.553719,0.5785124,0.5661157,0.5289256,0.53305787,0.5206612,0.5247934,0.5041322,0.5041322,0.5206612,0.5247934,0.5371901,0.5165289,0.4876033,0.446281,0.45454547,0.41322315,0.38429752,0.41322315,0.36363637,0.16115703,0.10330579,0.10330579,0.18181819,0.3429752,0.55785125,0.607438,0.61570245,0.61157024,0.677686,0.677686,0.6859504,0.6528926,0.5785124,0.6198347,0.6528926,0.6446281,0.6570248,0.60330576,0.57438016,0.5247934,0.49173555,0.5,0.47107437,0.5,0.49586776,0.5082645,0.5041322,0.54545456,0.57438016,0.59917355,0.61570245,0.6404959,0.6487603,0.6818182,0.70247936,0.69008267,0.6694215,0.6280992,0.59090906,0.5371901,0.49586776,0.47933885,0.45041323,0.39256197,0.38842976,0.37603307,0.3677686,0.37603307,0.38016528,0.37603307,0.37603307,0.4090909,0.45041323,0.45454547,0.45867768,0.46280992,0.446281,0.4214876,0.3966942,0.39256197,0.37190083,0.41322315,0.40495867,0.23553719,0.11570248,0.12396694,0.2520661,0.46280992,0.59917355,0.6322314,0.6198347,0.60330576,0.58264464,0.5371901,0.58264464,0.55785125,0.5165289,0.5082645,0.54545456,0.5289256,0.5206612,0.45041323,0.41322315,0.41735536,0.37190083,0.35950413,0.33471075,0.338843,0.338843,0.35950413,0.39256197,0.41322315,0.46280992,0.5041322,0.54545456,0.58677685,0.6404959,0.70247936,0.72727275,0.69008267,0.6487603,0.58677685,0.5123967,0.45041323,0.4214876,0.38429752,0.36363637,0.33471075,0.3181818,0.32231405,0.3264463,0.3264463,0.3429752,0.35950413,0.34710744,0.38429752,0.4090909,0.41735536,0.41735536,0.45867768,0.45867768,0.4338843,0.37190083,0.36363637,0.36363637,0.40495867,0.4338843,0.3181818,0.14049587,0.1322314,0.3305785,0.553719,0.6322314,0.6528926,0.6280992,0.5785124,0.53305787,0.5165289,0.53305787,0.553719,0.5371901,0.4876033,0.4876033,0.47933885,0.45454547,0.42975205,0.40495867,0.41322315,0.38842976,0.3966942,0.38016528,0.38016528,0.37603307,0.37190083,0.37603307,0.37603307,0.40495867,0.43801653,0.49586776,0.59504133,0.6652893,0.72727275,0.74793386,0.7107438,0.661157,0.5661157,0.5082645,0.4338843,0.39256197,0.37190083,0.3677686,0.35950413,0.3553719,0.35950413,0.338843,0.37603307,0.40495867,0.43801653,0.42975205,0.446281,0.4214876,0.4338843,0.45454547,0.446281,0.45454547,0.45041323,0.3966942,0.3429752,0.3429752,0.40495867,0.42561984,0.38842976,0.21487603,0.15289256,0.41322315,0.60330576,0.6446281,0.6652893,0.6322314,0.553719,0.5082645,0.5413223,0.54545456,0.58264464,0.58677685,0.5661157,0.5289256,0.5041322,0.49173555,0.47107437,0.45041323,0.4214876,0.41322315,0.40082645,0.41735536,0.37190083,0.38842976,0.39256197,0.3966942,0.39256197,0.3966942,0.42561984,0.5206612,0.661157,0.7355372,0.7644628,0.78099173,0.7644628,0.7066116,0.61570245,0.54545456,0.46694216,0.3553719,0.34710744,0.35950413,0.34710744,0.3305785,0.32231405,0.3429752,0.3264463,0.2768595,0.2603306,0.28099173,0.29338843,0.35123968,0.38429752,0.38842976,0.38016528,0.40495867,0.42975205,0.4090909,0.3553719,0.33471075,0.38016528,0.44214877,0.41735536,0.27272728,0.16528925,0.5082645,0.6404959,0.6570248,0.6694215,0.60330576,0.5247934,0.4876033,0.5082645,0.53305787,0.5247934,0.5082645,0.49173555,0.44214877,0.4090909,0.39256197,0.3181818,0.3140496,0.28099173,0.28099173,0.338843,0.39256197,0.37190083,0.35950413,0.35123968,0.36363637,0.3677686,0.36363637,0.4338843,0.60330576,0.73140496,0.7892562,0.8140496,0.8140496,0.79752064,0.75206614,0.6487603,0.57438016,0.4876033,0.32231405,0.338843,0.37190083,0.37603307,0.38016528,0.3553719,0.38016528,0.23553719,0.23553719,0.20247933,0.2231405,0.2107438,0.32231405,0.36363637,0.3181818,0.30165288,0.2520661,0.34710744,0.40082645,0.38429752,0.36363637,0.38429752,0.4090909,0.43801653,0.3264463,0.16528925,0.56198347,0.6652893,0.6652893,0.6487603,0.59090906,0.5247934,0.48347107,0.4876033,0.46694216,0.44214877,0.37603307,0.3553719,0.338843,0.3553719,0.26859504,0.18181819,0.2520661,0.22727273,0.24380165,0.3677686,0.45454547,0.35123968,0.338843,0.41322315,0.41735536,0.38016528,0.29338843,0.45867768,0.69008267,0.75619835,0.8016529,0.8347107,0.822314,0.8140496,0.77272725,0.6528926,0.57024795,0.4876033,0.3429752,0.38016528,0.42975205,0.38016528,0.3429752,0.38842976,0.48347107,0.3140496,0.24380165,0.18595041,0.20247933,0.2520661,0.40082645,0.43801653,0.34710744,0.3264463,0.30578512,0.30991736,0.3553719,0.40082645,0.40495867,0.40495867,0.40082645,0.446281,0.38016528,0.18595041,0.59090906,0.6694215,0.6652893,0.6280992,0.58264464,0.56198347,0.5123967,0.47933885,0.43801653,0.37190083,0.3305785,0.37190083,0.37190083,0.45041323,0.3553719,0.2892562,0.24380165,0.24380165,0.3181818,0.46694216,0.5206612,0.3966942,0.30165288,0.35950413,0.46280992,0.45867768,0.37603307,0.53305787,0.71900827,0.74793386,0.8016529,0.8264463,0.8140496,0.8140496,0.76859504,0.6446281,0.57024795,0.4752066,0.45041323,0.5165289,0.49173555,0.41735536,0.41322315,0.48347107,0.54545456,0.4876033,0.40495867,0.34710744,0.34710744,0.4338843,0.5,0.48347107,0.45454547,0.4090909,0.38016528,0.3429752,0.37190083,0.4090909,0.42561984,0.42561984,0.41735536,0.44214877,0.41322315,0.21487603,0.6322314,0.6652893,0.6735537,0.6652893,0.6280992,0.59504133,0.57024795,0.4876033,0.41322315,0.4338843,0.5041322,0.5165289,0.5371901,0.59917355,0.60330576,0.5289256,0.4876033,0.47933885,0.56198347,0.6570248,0.6528926,0.54545456,0.54545456,0.5495868,0.56198347,0.59917355,0.54545456,0.6322314,0.71487606,0.73966944,0.7933884,0.8181818,0.8057851,0.8181818,0.77272725,0.6446281,0.60330576,0.5206612,0.49586776,0.57024795,0.5785124,0.5785124,0.553719,0.58264464,0.59090906,0.61570245,0.60330576,0.58264464,0.59090906,0.60330576,0.59917355,0.5661157,0.5289256,0.48347107,0.47107437,0.41322315,0.40495867,0.4338843,0.44214877,0.42975205,0.42975205,0.43801653,0.42561984,0.2603306,0.6487603,0.6404959,0.6570248,0.6570248,0.6487603,0.6487603,0.6280992,0.54545456,0.5413223,0.6363636,0.6652893,0.6735537,0.6942149,0.71487606,0.72727275,0.7066116,0.74793386,0.70247936,0.6694215,0.661157,0.661157,0.6487603,0.6652893,0.6280992,0.6404959,0.6818182,0.6735537,0.6859504,0.7066116,0.71900827,0.7892562,0.8140496,0.80991733,0.80991733,0.75206614,0.59917355,0.59917355,0.57438016,0.53305787,0.58264464,0.59504133,0.61157024,0.6280992,0.6694215,0.6652893,0.6404959,0.6404959,0.62396693,0.6404959,0.6322314,0.61570245,0.58264464,0.5371901,0.5247934,0.5123967,0.46280992,0.47107437,0.45454547,0.46694216,0.43801653,0.42975205,0.41322315,0.4338843,0.29338843,0.6280992,0.6363636,0.661157,0.6694215,0.6652893,0.70247936,0.677686,0.6446281,0.6570248,0.69008267,0.6983471,0.6859504,0.6859504,0.6818182,0.69008267,0.6694215,0.677686,0.6528926,0.6528926,0.661157,0.6735537,0.6818182,0.6694215,0.6280992,0.6859504,0.7231405,0.7231405,0.7231405,0.70247936,0.7107438,0.78099173,0.8181818,0.8057851,0.78512394,0.7066116,0.60330576,0.59917355,0.59090906,0.5785124,0.6198347,0.6446281,0.6363636,0.6694215,0.69008267,0.6983471,0.6818182,0.677686,0.6859504,0.6818182,0.6528926,0.6363636,0.60330576,0.55785125,0.5371901,0.5165289,0.5041322,0.5123967,0.47933885,0.4752066,0.46694216,0.42561984,0.41735536,0.41322315,0.38016528,0.62396693,0.607438,0.6487603,0.6528926,0.6735537,0.7231405,0.7231405,0.7066116,0.6818182,0.6735537,0.677686,0.7066116,0.6735537,0.6528926,0.661157,0.6735537,0.6818182,0.7231405,0.73966944,0.71900827,0.6983471,0.6528926,0.661157,0.71487606,0.74793386,0.72727275,0.71900827,0.7107438,0.70247936,0.7066116,0.78099173,0.8140496,0.8057851,0.76033056,0.6818182,0.6198347,0.59917355,0.59917355,0.5785124,0.6198347,0.6983471,0.71487606,0.6983471,0.69008267,0.70247936,0.6818182,0.6198347,0.6404959,0.6570248,0.62396693,0.61157024,0.59504133,0.5371901,0.5371901,0.53305787,0.55785125,0.55785125,0.5247934,0.49173555,0.47107437,0.42561984,0.4090909,0.40082645,0.4090909,0.61570245,0.59917355,0.6198347,0.6528926,0.6859504,0.71487606,0.73140496,0.74793386,0.6983471,0.661157,0.6570248,0.6818182,0.6942149,0.70247936,0.70247936,0.71487606,0.74380165,0.75619835,0.7231405,0.6570248,0.6694215,0.70247936,0.76033056,0.7768595,0.75206614,0.72727275,0.7107438,0.6942149,0.6818182,0.7107438,0.78512394,0.8181818,0.8016529,0.75206614,0.6859504,0.61570245,0.59090906,0.60330576,0.57438016,0.59917355,0.6859504,0.7066116,0.7355372,0.72727275,0.71487606,0.6983471,0.6694215,0.6487603,0.6446281,0.6198347,0.61570245,0.61570245,0.57438016,0.57024795,0.57024795,0.5785124,0.5785124,0.5495868,0.5,0.4752066,0.4338843,0.3966942,0.4090909,0.4090909,0.607438,0.59917355,0.61570245,0.6446281,0.69008267,0.71900827,0.7355372,0.7355372,0.73966944,0.6983471,0.6528926,0.6735537,0.6983471,0.7107438,0.70247936,0.6942149,0.7107438,0.6942149,0.6942149,0.73140496,0.78512394,0.7892562,0.7933884,0.78099173,0.73140496,0.71487606,0.7107438,0.6983471,0.6818182,0.7107438,0.78512394,0.8181818,0.79752064,0.75619835,0.677686,0.607438,0.58677685,0.59917355,0.58677685,0.58677685,0.6652893,0.7107438,0.72727275,0.75619835,0.76033056,0.75619835,0.7355372,0.7107438,0.7107438,0.677686,0.62396693,0.6487603,0.61570245,0.6322314,0.6404959,0.6404959,0.61157024,0.553719,0.5247934,0.4752066,0.43801653,0.39256197,0.41322315,0.38842976,0.607438,0.58677685,0.607438,0.6280992,0.6818182,0.7066116,0.73140496,0.76033056,0.77272725,0.75206614,0.70247936,0.7066116,0.7066116,0.7107438,0.72727275,0.72727275,0.75619835,0.75619835,0.77272725,0.79752064,0.80991733,0.79752064,0.7892562,0.76859504,0.7231405,0.7107438,0.70247936,0.7066116,0.6942149,0.7066116,0.78099173,0.822314,0.8016529,0.73966944,0.6570248,0.59090906,0.59090906,0.57438016,0.57438016,0.58264464,0.6363636,0.7107438,0.71900827,0.76033056,0.76859504,0.7644628,0.75619835,0.76033056,0.76033056,0.73966944,0.7066116,0.7231405,0.6983471,0.677686,0.6735537,0.6735537,0.6404959,0.57438016,0.5371901,0.48347107,0.43801653,0.40082645,0.4090909,0.38016528,0.60330576,0.58264464,0.58677685,0.6198347,0.6694215,0.6983471,0.71900827,0.75619835,0.76859504,0.7768595,0.74793386,0.73966944,0.73140496,0.71900827,0.7644628,0.7644628,0.7892562,0.8057851,0.8181818,0.8057851,0.79752064,0.7933884,0.78099173,0.75619835,0.6983471,0.6652893,0.6528926,0.70247936,0.6859504,0.7066116,0.76033056,0.838843,0.822314,0.74793386,0.6198347,0.59504133,0.58677685,0.553719,0.5041322,0.53305787,0.607438,0.6859504,0.7231405,0.76859504,0.77272725,0.78099173,0.75619835,0.76859504,0.7768595,0.75619835,0.7355372,0.74380165,0.74793386,0.73140496,0.69008267,0.677686,0.6446281,0.5785124,0.5413223,0.49586776,0.4338843,0.4090909,0.3966942,0.37190083,0.59917355,0.58264464,0.58677685,0.607438,0.661157,0.6859504,0.71487606,0.73140496,0.74793386,0.7644628,0.76033056,0.76859504,0.75619835,0.76859504,0.78099173,0.7892562,0.79752064,0.79752064,0.8140496,0.8057851,0.79752064,0.78512394,0.75619835,0.73140496,0.661157,0.607438,0.6280992,0.7066116,0.70247936,0.71487606,0.76033056,0.8305785,0.8181818,0.7644628,0.6404959,0.58677685,0.62396693,0.59917355,0.49586776,0.46280992,0.5495868,0.6735537,0.71900827,0.74380165,0.7768595,0.78099173,0.7644628,0.78099173,0.7768595,0.76033056,0.75206614,0.74380165,0.73966944,0.73140496,0.70247936,0.6735537,0.6446281,0.5785124,0.55785125,0.49173555,0.42975205,0.38429752,0.40495867,0.34710744,0.58677685,0.58264464,0.58677685,0.607438,0.661157,0.6818182,0.70247936,0.6942149,0.70247936,0.75206614,0.75619835,0.7644628,0.76033056,0.7768595,0.78512394,0.7892562,0.79752064,0.7933884,0.8057851,0.7892562,0.7892562,0.77272725,0.7355372,0.6694215,0.607438,0.58677685,0.6487603,0.7107438,0.72727275,0.71487606,0.77272725,0.8471074,0.8016529,0.76859504,0.6859504,0.58677685,0.661157,0.6363636,0.57438016,0.4876033,0.48347107,0.60330576,0.69008267,0.7231405,0.74793386,0.76033056,0.74793386,0.76033056,0.7644628,0.73966944,0.73966944,0.73140496,0.72727275,0.69008267,0.6818182,0.6570248,0.61157024,0.5661157,0.5289256,0.4752066,0.4338843,0.40082645,0.38842976,0.338843,0.57024795,0.58677685,0.59504133,0.61570245,0.6652893,0.677686,0.6859504,0.6818182,0.7066116,0.7355372,0.74380165,0.75206614,0.76033056,0.76859504,0.77272725,0.7892562,0.7933884,0.7892562,0.78099173,0.7768595,0.75619835,0.74380165,0.6652893,0.58677685,0.6198347,0.677686,0.677686,0.7107438,0.7231405,0.71487606,0.78099173,0.8264463,0.7644628,0.74793386,0.7231405,0.58677685,0.61157024,0.61157024,0.57024795,0.5371901,0.4752066,0.5413223,0.6570248,0.70247936,0.72727275,0.7355372,0.73966944,0.75206614,0.74380165,0.73966944,0.72727275,0.71487606,0.71487606,0.6694215,0.661157,0.6198347,0.58677685,0.5371901,0.5082645,0.45867768,0.4338843,0.3966942,0.37190083,0.3429752,0.54545456,0.5661157,0.59504133,0.62396693,0.607438,0.6652893,0.677686,0.6942149,0.6818182,0.7066116,0.71487606,0.73966944,0.74793386,0.76033056,0.77272725,0.77272725,0.76859504,0.76859504,0.76033056,0.75206614,0.6983471,0.6570248,0.59090906,0.5495868,0.6322314,0.6735537,0.6652893,0.6570248,0.6404959,0.6735537,0.71900827,0.70247936,0.6652893,0.6652893,0.661157,0.5495868,0.49586776,0.5206612,0.5041322,0.5371901,0.45867768,0.49173555,0.60330576,0.6528926,0.69008267,0.7066116,0.71487606,0.71900827,0.7066116,0.7231405,0.6983471,0.6859504,0.6735537,0.6570248,0.62396693,0.58677685,0.55785125,0.5247934,0.47933885,0.44214877,0.4214876,0.39256197,0.3553719,0.35123968,0.5289256,0.53305787,0.607438,0.61570245,0.61570245,0.6363636,0.6487603,0.6735537,0.677686,0.70247936,0.7107438,0.73140496,0.74380165,0.7644628,0.76859504,0.75619835,0.7355372,0.73140496,0.73966944,0.73140496,0.6652893,0.59090906,0.5495868,0.5289256,0.58264464,0.61570245,0.59504133,0.5289256,0.49173555,0.49173555,0.56198347,0.5165289,0.5082645,0.5041322,0.5082645,0.4338843,0.40495867,0.40082645,0.46280992,0.47933885,0.43801653,0.47933885,0.59917355,0.6280992,0.6404959,0.6735537,0.6818182,0.6859504,0.6735537,0.69008267,0.6446281,0.6487603,0.6363636,0.6198347,0.59090906,0.5495868,0.5371901,0.49586776,0.45867768,0.42561984,0.41735536,0.38016528,0.34710744,0.3429752,0.5165289,0.5123967,0.57024795,0.6322314,0.62396693,0.6280992,0.6404959,0.6446281,0.6528926,0.6942149,0.7066116,0.7231405,0.7355372,0.75206614,0.75206614,0.73140496,0.71487606,0.70247936,0.69008267,0.6487603,0.59504133,0.53305787,0.5495868,0.5247934,0.5,0.5082645,0.48347107,0.33471075,0.30578512,0.40082645,0.3966942,0.40082645,0.37603307,0.3677686,0.38842976,0.34710744,0.28512397,0.2892562,0.38016528,0.41735536,0.42561984,0.48347107,0.61570245,0.6528926,0.62396693,0.62396693,0.6528926,0.6652893,0.6528926,0.6404959,0.6198347,0.61570245,0.59917355,0.5785124,0.55785125,0.5289256,0.5082645,0.48347107,0.45867768,0.42975205,0.42561984,0.35950413,0.3429752,0.3429752,0.5123967,0.5,0.54545456,0.61157024,0.61570245,0.61570245,0.6446281,0.6446281,0.6528926,0.6859504,0.69008267,0.71487606,0.73140496,0.7355372,0.72727275,0.71487606,0.69008267,0.661157,0.6363636,0.57438016,0.5123967,0.5413223,0.58677685,0.59917355,0.56198347,0.4090909,0.37190083,0.2892562,0.21487603,0.24793388,0.3264463,0.3429752,0.3181818,0.3140496,0.30165288,0.28512397,0.23966943,0.2603306,0.3553719,0.42561984,0.47107437,0.5041322,0.57438016,0.6570248,0.6363636,0.61570245,0.61570245,0.62396693,0.6322314,0.61157024,0.61157024,0.59090906,0.57024795,0.5495868,0.5289256,0.5082645,0.47933885,0.45867768,0.44214877,0.42975205,0.40082645,0.3553719,0.3677686,0.29752067,0.5165289,0.49586776,0.5165289,0.58264464,0.61157024,0.61570245,0.6446281,0.6528926,0.6652893,0.677686,0.6859504,0.7066116,0.7066116,0.70247936,0.6983471,0.677686,0.6652893,0.62396693,0.58677685,0.5371901,0.53305787,0.61570245,0.6818182,0.6983471,0.71487606,0.56198347,0.35123968,0.29338843,0.27272728,0.29338843,0.30578512,0.29752067,0.2892562,0.3305785,0.338843,0.35123968,0.3264463,0.39256197,0.45867768,0.5041322,0.5123967,0.5082645,0.553719,0.61570245,0.6322314,0.62396693,0.59090906,0.58264464,0.59504133,0.58677685,0.57438016,0.57438016,0.54545456,0.5206612,0.5123967,0.4876033,0.46694216,0.44214877,0.42975205,0.4338843,0.38429752,0.3553719,0.34710744,0.2107438,0.5041322,0.5041322,0.5041322,0.53305787,0.59504133,0.6198347,0.6404959,0.6487603,0.6570248,0.6652893,0.677686,0.6983471,0.6859504,0.6735537,0.6694215,0.6404959,0.62396693,0.58264464,0.54545456,0.5289256,0.58264464,0.6570248,0.6818182,0.6942149,0.6735537,0.661157,0.60330576,0.446281,0.38429752,0.37603307,0.36363637,0.36363637,0.3553719,0.36363637,0.41322315,0.41735536,0.4214876,0.44214877,0.46280992,0.48347107,0.49586776,0.5,0.5206612,0.58264464,0.59917355,0.607438,0.58677685,0.5661157,0.55785125,0.5495868,0.5413223,0.5495868,0.5206612,0.49173555,0.47933885,0.45867768,0.45041323,0.4338843,0.42561984,0.41735536,0.3677686,0.38016528,0.29752067,0.14876033,0.4876033,0.5165289,0.4876033,0.49586776,0.5495868,0.61157024,0.6363636,0.6446281,0.6528926,0.661157,0.6694215,0.6818182,0.6694215,0.6487603,0.6363636,0.6280992,0.57438016,0.553719,0.5413223,0.58264464,0.6363636,0.6859504,0.6652893,0.6694215,0.661157,0.6198347,0.6198347,0.60330576,0.57438016,0.5206612,0.4752066,0.43801653,0.42561984,0.3966942,0.42561984,0.42975205,0.446281,0.44214877,0.45454547,0.45041323,0.4752066,0.4752066,0.4876033,0.5495868,0.5661157,0.5661157,0.57438016,0.54545456,0.5206612,0.5206612,0.5206612,0.5247934,0.49173555,0.47107437,0.45867768,0.4338843,0.446281,0.42561984,0.41322315,0.40082645,0.3677686,0.38016528,0.22727273,0.14049587,0.41735536,0.5165289,0.5,0.47107437,0.5123967,0.5785124,0.6280992,0.6322314,0.6404959,0.6363636,0.661157,0.6652893,0.6487603,0.62396693,0.60330576,0.58264464,0.59504133,0.56198347,0.58264464,0.6280992,0.6487603,0.6446281,0.6487603,0.6363636,0.6404959,0.61570245,0.61570245,0.6322314,0.6528926,0.6363636,0.6198347,0.55785125,0.48347107,0.446281,0.45041323,0.46694216,0.46280992,0.45867768,0.45041323,0.45454547,0.45041323,0.44214877,0.47107437,0.5041322,0.5247934,0.5165289,0.5413223,0.5413223,0.5247934,0.5206612,0.5165289,0.5123967,0.5,0.4752066,0.45454547,0.4338843,0.44214877,0.41322315,0.4090909,0.39256197,0.38429752,0.34710744,0.1570248,0.14876033,0.41322315,0.4876033,0.5041322,0.4876033,0.49586776,0.5495868,0.59090906,0.60330576,0.61570245,0.62396693,0.6404959,0.6446281,0.6404959,0.6198347,0.59090906,0.553719,0.553719,0.57438016,0.61157024,0.61157024,0.607438,0.61570245,0.61157024,0.6198347,0.61570245,0.59090906,0.60330576,0.6446281,0.6404959,0.6983471,0.71900827,0.70247936,0.6363636,0.553719,0.49586776,0.5,0.49586776,0.48347107,0.47107437,0.43801653,0.43801653,0.42975205,0.46694216,0.4752066,0.49586776,0.49173555,0.5165289,0.53305787,0.5123967,0.49173555,0.49586776,0.5082645,0.5041322,0.47107437,0.45041323,0.4338843,0.446281,0.42975205,0.39256197,0.38429752,0.38842976,0.26859504,0.1570248,0.1694215,0.38429752,0.446281,0.5,0.5,0.4876033,0.5123967,0.57024795,0.58264464,0.59090906,0.59504133,0.62396693,0.6198347,0.6198347,0.59504133,0.57438016,0.5661157,0.54545456,0.56198347,0.61157024,0.59090906,0.59090906,0.59504133,0.59090906,0.60330576,0.61570245,0.6198347,0.60330576,0.6446281,0.6983471,0.69008267,0.6942149,0.7107438,0.6942149,0.6280992,0.5206612,0.45454547,0.45041323,0.45454547,0.46280992,0.45041323,0.40082645,0.42975205,0.46280992,0.45867768,0.446281,0.47107437,0.4876033,0.5123967,0.5,0.48347107,0.48347107,0.5041322,0.5041322,0.47933885,0.44214877,0.44214877,0.45867768,0.4338843,0.41735536,0.38016528,0.35950413,0.20247933,0.15289256,0.16528925,0.38842976,0.41735536,0.47107437,0.5165289,0.5041322,0.49173555,0.5413223,0.56198347,0.5661157,0.58264464,0.62396693,0.59917355,0.59917355,0.5785124,0.54545456,0.54545456,0.5495868,0.55785125,0.59917355,0.58677685,0.58264464,0.58264464,0.5661157,0.5785124,0.56198347,0.61157024,0.61157024,0.5785124,0.5661157,0.5206612,0.46694216,0.45454547,0.4752066,0.44214877,0.37190083,0.33471075,0.3140496,0.3305785,0.3677686,0.42975205,0.42561984,0.44214877,0.446281,0.446281,0.446281,0.45867768,0.46694216,0.48347107,0.49173555,0.48347107,0.4876033,0.5,0.5,0.4752066,0.446281,0.43801653,0.45454547,0.44214877,0.40082645,0.38016528,0.30991736,0.17355372,0.16115703,0.17355372,0.38429752,0.38429752,0.446281,0.49586776,0.5289256,0.5123967,0.5371901,0.553719,0.5495868,0.57438016,0.59504133,0.60330576,0.5785124,0.5661157,0.553719,0.5413223,0.5413223,0.553719,0.57024795,0.57438016,0.57438016,0.54545456,0.53305787,0.5413223,0.5413223,0.5041322,0.44214877,0.38429752,0.35950413,0.338843,0.32231405,0.30165288,0.30165288,0.3181818,0.32231405,0.28099173,0.25619835,0.28512397,0.24380165,0.27272728,0.3264463,0.38429752,0.40495867,0.41735536,0.41735536,0.42561984,0.45867768,0.4876033,0.4876033,0.47107437,0.48347107,0.49586776,0.5041322,0.4752066,0.446281,0.446281,0.47107437,0.43801653,0.38842976,0.39256197,0.23553719,0.15289256,0.16528925,0.17768595,0.3966942,0.38429752,0.3677686,0.4876033,0.5082645,0.5206612,0.5165289,0.54545456,0.5413223,0.553719,0.58677685,0.59504133,0.5661157,0.5661157,0.5495868,0.5413223,0.5371901,0.5413223,0.553719,0.5661157,0.5289256,0.48347107,0.47933885,0.46694216,0.41735536,0.3264463,0.28099173,0.2892562,0.32231405,0.44214877,0.39256197,0.38842976,0.34710744,0.41322315,0.47933885,0.43801653,0.28512397,0.4214876,0.30991736,0.26859504,0.23553719,0.2644628,0.2644628,0.29752067,0.35123968,0.38016528,0.44214877,0.49586776,0.46694216,0.46280992,0.49173555,0.5082645,0.5082645,0.47933885,0.4338843,0.44214877,0.46280992,0.42975205,0.3966942,0.36363637,0.15289256,0.16528925,0.15289256,0.17768595,0.40495867,0.38842976,0.38429752,0.4214876,0.5,0.5247934,0.5165289,0.5206612,0.5413223,0.5495868,0.58677685,0.58677685,0.5661157,0.56198347,0.5413223,0.5371901,0.5495868,0.55785125,0.5413223,0.5041322,0.42975205,0.3429752,0.3264463,0.2892562,0.26859504,0.24793388,0.2603306,0.33471075,0.41735536,0.553719,0.53305787,0.5041322,0.44214877,0.5289256,0.5785124,0.59917355,0.38016528,0.47933885,0.37190083,0.3429752,0.2644628,0.2231405,0.13636364,0.11570248,0.23966943,0.3429752,0.40082645,0.45041323,0.45041323,0.47933885,0.5165289,0.53305787,0.5082645,0.49586776,0.43801653,0.45041323,0.446281,0.42975205,0.4090909,0.2644628,0.12396694,0.17355372,0.16115703,0.16115703,0.40082645,0.39256197,0.39256197,0.39256197,0.47933885,0.53305787,0.5289256,0.5371901,0.53305787,0.5495868,0.57438016,0.5661157,0.5661157,0.5661157,0.56198347,0.54545456,0.55785125,0.5289256,0.48347107,0.41322315,0.338843,0.20247933,0.15289256,0.1322314,0.23140496,0.20661157,0.20247933,0.28512397,0.28099173,0.45454547,0.5123967,0.446281,0.40495867,0.5,0.5206612,0.5371901,0.33471075,0.43801653,0.3553719,0.36363637,0.28099173,0.23553719,0.09504132,0.1446281,0.2520661,0.35950413,0.40495867,0.42975205,0.45041323,0.5082645,0.55785125,0.54545456,0.5041322,0.47933885,0.446281,0.45454547,0.446281,0.4338843,0.36363637,0.16528925,0.14049587,0.16528925,0.16115703,0.16115703,0.3966942,0.39256197,0.40495867,0.38429752,0.4214876,0.5082645,0.5247934,0.54545456,0.553719,0.54545456,0.5495868,0.5289256,0.553719,0.57024795,0.57024795,0.58264464,0.54545456,0.5041322,0.45041323,0.37603307,0.32231405,0.24793388,0.18595041,0.18595041,0.338843,0.30991736,0.30165288,0.41735536,0.3264463,0.37603307,0.338843,0.34710744,0.4090909,0.38016528,0.44214877,0.46694216,0.45041323,0.5289256,0.45867768,0.49173555,0.40082645,0.29752067,0.16528925,0.3264463,0.4090909,0.4090909,0.45041323,0.46694216,0.4752066,0.5289256,0.5661157,0.5495868,0.5041322,0.46280992,0.44214877,0.44214877,0.446281,0.4338843,0.30578512,0.10330579,0.18595041,0.15289256,0.16528925,0.16115703,0.39256197,0.39256197,0.38842976,0.40495867,0.38016528,0.47107437,0.5041322,0.56198347,0.56198347,0.5495868,0.56198347,0.5661157,0.59090906,0.59090906,0.58264464,0.58677685,0.553719,0.5123967,0.4876033,0.44214877,0.47933885,0.5371901,0.4876033,0.42561984,0.3966942,0.35950413,0.43801653,0.5082645,0.4338843,0.553719,0.5206612,0.48347107,0.607438,0.45867768,0.5165289,0.5165289,0.5041322,0.62396693,0.45041323,0.5041322,0.40495867,0.3429752,0.3553719,0.42561984,0.4876033,0.45867768,0.46694216,0.49173555,0.5123967,0.5495868,0.56198347,0.55785125,0.5,0.45041323,0.446281,0.42975205,0.42975205,0.40495867,0.21487603,0.13636364,0.17768595,0.15289256,0.16115703,0.1570248,0.38429752,0.38842976,0.38429752,0.39256197,0.38016528,0.42975205,0.49586776,0.53305787,0.55785125,0.5495868,0.57024795,0.59917355,0.61570245,0.61570245,0.60330576,0.59090906,0.5785124,0.55785125,0.5413223,0.59090906,0.6404959,0.6570248,0.6322314,0.57438016,0.5661157,0.5495868,0.5661157,0.5785124,0.5165289,0.58264464,0.5413223,0.5289256,0.607438,0.5041322,0.5413223,0.54545456,0.5041322,0.5413223,0.45454547,0.46280992,0.4752066,0.46280992,0.446281,0.47107437,0.5082645,0.5082645,0.5082645,0.5082645,0.5082645,0.553719,0.5495868,0.5206612,0.48347107,0.44214877,0.446281,0.43801653,0.41735536,0.3429752,0.16528925,0.1570248,0.14876033,0.16528925,0.16115703,0.16115703,0.39256197,0.38429752,0.38842976,0.3966942,0.39256197,0.40495867,0.4752066,0.5289256,0.53305787,0.5371901,0.56198347,0.58677685,0.60330576,0.61157024,0.60330576,0.59090906,0.5785124,0.5661157,0.58677685,0.6363636,0.6694215,0.6446281,0.6322314,0.59504133,0.58264464,0.59090906,0.61157024,0.6363636,0.6280992,0.6322314,0.61570245,0.59917355,0.59504133,0.61570245,0.61157024,0.607438,0.61570245,0.59504133,0.59504133,0.5371901,0.5165289,0.49173555,0.45454547,0.4876033,0.5206612,0.5206612,0.53305787,0.5123967,0.5247934,0.56198347,0.5371901,0.49173555,0.45867768,0.4338843,0.44214877,0.41322315,0.4090909,0.2603306,0.1446281,0.1570248,0.14876033,0.16528925,0.1570248,0.1570248,0.38842976,0.38016528,0.3966942,0.38016528,0.38429752,0.39256197,0.45867768,0.5,0.5123967,0.5206612,0.553719,0.5661157,0.57024795,0.57438016,0.57438016,0.57438016,0.57024795,0.57438016,0.607438,0.6404959,0.6404959,0.6280992,0.607438,0.59090906,0.56198347,0.55785125,0.57024795,0.5785124,0.61157024,0.6280992,0.6280992,0.6404959,0.62396693,0.6322314,0.6363636,0.61157024,0.59917355,0.5785124,0.56198347,0.5123967,0.4876033,0.47107437,0.46694216,0.4876033,0.5247934,0.53305787,0.5206612,0.5041322,0.5123967,0.5413223,0.5041322,0.47107437,0.43801653,0.4338843,0.41322315,0.40495867,0.3553719,0.17768595,0.14876033,0.1570248,0.15289256,0.1694215,0.1446281,0.16115703,0.38429752,0.38429752,0.39256197,0.38429752,0.39256197,0.4090909,0.46280992,0.45867768,0.5082645,0.5123967,0.5289256,0.54545456,0.5495868,0.5371901,0.5371901,0.56198347,0.55785125,0.59090906,0.607438,0.62396693,0.6363636,0.6198347,0.58677685,0.58677685,0.57024795,0.553719,0.54545456,0.53305787,0.54545456,0.5413223,0.53305787,0.5413223,0.54545456,0.55785125,0.5495868,0.5247934,0.5041322,0.49586776,0.49173555,0.45867768,0.45867768,0.46694216,0.46694216,0.49173555,0.5371901,0.5371901,0.5289256,0.5165289,0.5165289,0.5082645,0.46694216,0.45041323,0.4214876,0.41735536,0.3966942,0.37603307,0.3181818,0.14049587,0.1446281,0.16115703,0.1570248,0.16528925,0.1446281,0.16528925,0.38429752,0.38016528,0.38429752,0.38016528,0.41735536,0.5082645,0.5165289,0.43801653,0.4752066,0.49173555,0.47933885,0.5,0.5247934,0.5206612,0.5206612,0.5413223,0.553719,0.59090906,0.59917355,0.62396693,0.6446281,0.6322314,0.59504133,0.57438016,0.55785125,0.5289256,0.5082645,0.49173555,0.45041323,0.446281,0.4338843,0.42975205,0.44214877,0.446281,0.44214877,0.39256197,0.3966942,0.40082645,0.40495867,0.4090909,0.4338843,0.43801653,0.45041323,0.5082645,0.5289256,0.5371901,0.5123967,0.49586776,0.49586776,0.47933885,0.46694216,0.4214876,0.39256197,0.38842976,0.37603307,0.35950413,0.2892562,0.16115703,0.1446281,0.16528925,0.16115703,0.15289256,0.1446281,0.16115703,0.38842976,0.37190083,0.37603307,0.4090909,0.57024795,0.59090906,0.5371901,0.48347107,0.4214876,0.47107437,0.46280992,0.46694216,0.47933885,0.4876033,0.5,0.5165289,0.5495868,0.55785125,0.57024795,0.60330576,0.6198347,0.61570245,0.59917355,0.59504133,0.58264464,0.5371901,0.49586776,0.4876033,0.45041323,0.4090909,0.3966942,0.37190083,0.36363637,0.38842976,0.37603307,0.35950413,0.37603307,0.39256197,0.4090909,0.45041323,0.44214877,0.46280992,0.49173555,0.5371901,0.55785125,0.55785125,0.5041322,0.48347107,0.48347107,0.47107437,0.44214877,0.41322315,0.37190083,0.36363637,0.34710744,0.34710744,0.28512397,0.18181819,0.1694215,0.15289256,0.1570248,0.1570248,0.1570248,0.1446281,0.38842976,0.37190083,0.38429752,0.57438016,0.6198347,0.41322315,0.53305787,0.54545456,0.4338843,0.4090909,0.42975205,0.44214877,0.45454547,0.46694216,0.48347107,0.49586776,0.53305787,0.5371901,0.56198347,0.60330576,0.59504133,0.58677685,0.607438,0.62396693,0.6363636,0.62396693,0.607438,0.59504133,0.5785124,0.54545456,0.54545456,0.5206612,0.5041322,0.49173555,0.47933885,0.49586776,0.47933885,0.5,0.49586776,0.5289256,0.47933885,0.5165289,0.553719,0.58264464,0.59504133,0.56198347,0.5206612,0.4752066,0.47933885,0.45867768,0.3966942,0.37190083,0.35123968,0.3264463,0.3429752,0.34710744,0.29752067,0.21900827,0.2107438,0.1694215,0.1570248,0.15289256,0.16528925,0.14876033,0.37603307,0.37603307,0.47107437,0.6363636,0.47107437,0.32231405,0.5661157,0.5661157,0.5165289,0.4090909,0.3677686,0.38842976,0.41735536,0.4338843,0.446281,0.47933885,0.5082645,0.5371901,0.56198347,0.59504133,0.61157024,0.6280992,0.6570248,0.6487603,0.661157,0.6652893,0.677686,0.6735537,0.6735537,0.6570248,0.677686,0.661157,0.6570248,0.6528926,0.6528926,0.6363636,0.6446281,0.6404959,0.6198347,0.61157024,0.56198347,0.59917355,0.6446281,0.6322314,0.607438,0.5661157,0.5082645,0.45454547,0.46280992,0.41322315,0.35123968,0.34710744,0.3264463,0.3305785,0.36363637,0.3677686,0.25619835,0.2603306,0.25619835,0.20661157,0.16528925,0.1570248,0.14049587,0.16528925,0.37603307,0.3553719,0.607438,0.57024795,0.338843,0.32231405,0.59504133,0.5785124,0.553719,0.5,0.36363637,0.3181818,0.3429752,0.3677686,0.40082645,0.44214877,0.5,0.5371901,0.553719,0.57438016,0.61570245,0.6487603,0.69008267,0.6859504,0.6818182,0.6735537,0.69008267,0.70247936,0.6859504,0.70247936,0.70247936,0.6942149,0.69008267,0.677686,0.677686,0.677686,0.6818182,0.6818182,0.6446281,0.6446281,0.62396693,0.6404959,0.677686,0.6404959,0.59917355,0.5495868,0.45867768,0.446281,0.4090909,0.34710744,0.3305785,0.29338843,0.33471075,0.3677686,0.36363637,0.37603307,0.1983471,0.1983471,0.30991736,0.23966943,0.20247933,0.15289256,0.1322314,0.14876033,0.35123968,0.45867768,0.6280992,0.5,0.23966943,0.37190083,0.60330576,0.5785124,0.58677685,0.5495868,0.48347107,0.37190083,0.2644628,0.3305785,0.33471075,0.38016528,0.446281,0.5,0.5371901,0.56198347,0.58677685,0.6198347,0.6404959,0.6818182,0.6859504,0.6818182,0.6983471,0.6942149,0.6942149,0.7066116,0.7066116,0.6818182,0.6942149,0.6983471,0.6942149,0.7107438,0.6859504,0.69008267,0.6487603,0.6487603,0.6322314,0.6322314,0.6322314,0.60330576,0.56198347,0.5,0.44214877,0.41322315,0.34710744,0.30991736,0.29338843,0.30991736,0.3677686,0.38429752,0.3677686,0.38016528,0.20661157,0.11983471,0.30991736,0.28099173,0.22727273,0.1694215,0.15289256,0.14876033,0.44214877,0.607438,0.57024795,0.45867768,0.18595041,0.4338843,0.59504133,0.56198347,0.61570245,0.57024795,0.5247934,0.4752066,0.34710744,0.29338843,0.28099173,0.29752067,0.3553719,0.42975205,0.5041322,0.53305787,0.5661157,0.59504133,0.6363636,0.661157,0.661157,0.7066116,0.7066116,0.677686,0.6818182,0.6983471,0.6942149,0.69008267,0.6942149,0.70247936,0.6983471,0.70247936,0.69008267,0.6735537,0.6446281,0.62396693,0.61157024,0.6446281,0.59504133,0.5785124,0.5165289,0.446281,0.41322315,0.3264463,0.29338843,0.29338843,0.3181818,0.3553719,0.37190083,0.38429752,0.37190083,0.3677686,0.23140496,0.11157025,0.24380165,0.3305785,0.24380165,0.19008264,0.19008264,0.16528925,0.58264464,0.6280992,0.5206612,0.43801653,0.17355372,0.47107437,0.57024795,0.57024795,0.58677685,0.59504133,0.553719,0.5123967,0.43801653,0.338843,0.26859504,0.2644628,0.2603306,0.30578512,0.43801653,0.49173555,0.53305787,0.5661157,0.58264464,0.6198347,0.62396693,0.6487603,0.6652893,0.6528926,0.6570248,0.6652893,0.6404959,0.677686,0.6735537,0.6942149,0.6983471,0.661157,0.6983471,0.6487603,0.62396693,0.59917355,0.59504133,0.553719,0.5495868,0.5123967,0.46280992,0.40495867,0.338843,0.2768595,0.29338843,0.3264463,0.35950413,0.3677686,0.37603307,0.38842976,0.3553719,0.36363637,0.25619835,0.11570248,0.1694215,0.35123968,0.2768595,0.19008264,0.22727273,0.21487603,0.6198347,0.553719,0.54545456,0.446281,0.17355372,0.5041322,0.5785124,0.57438016,0.57024795,0.58264464,0.59917355,0.54545456,0.46280992,0.42975205,0.3305785,0.2520661,0.2644628,0.24793388,0.28512397,0.41322315,0.4876033,0.5206612,0.54545456,0.56198347,0.57024795,0.58264464,0.59504133,0.59917355,0.607438,0.59917355,0.60330576,0.60330576,0.60330576,0.62396693,0.62396693,0.59090906,0.56198347,0.553719,0.5289256,0.5371901,0.5247934,0.5041322,0.4752066,0.42975205,0.40082645,0.338843,0.30165288,0.29338843,0.32231405,0.37190083,0.38429752,0.37603307,0.39256197,0.36363637,0.35123968,0.35950413,0.25619835,0.18181819,0.11157025,0.3181818,0.33471075,0.2107438,0.1983471,0.2520661,0.6198347,0.46694216,0.60330576,0.45867768,0.1570248,0.5206612,0.59090906,0.57024795,0.59504133,0.57438016,0.58677685,0.58264464,0.5165289,0.44214877,0.4090909,0.2892562,0.25619835,0.24380165,0.2520661,0.27272728,0.36363637,0.41735536,0.47107437,0.5,0.5082645,0.5123967,0.5,0.5041322,0.5206612,0.5371901,0.57024795,0.54545456,0.553719,0.553719,0.5413223,0.5247934,0.47933885,0.46694216,0.4752066,0.46280992,0.45041323,0.43801653,0.40495867,0.3677686,0.3305785,0.29338843,0.3181818,0.35123968,0.37190083,0.37603307,0.37190083,0.38429752,0.38842976,0.3677686,0.36363637,0.3677686,0.23966943,0.20247933,0.14049587,0.26859504,0.3677686,0.24380165,0.1694215,0.2520661,0.58677685,0.45867768,0.6735537,0.47107437,0.15289256,0.53305787,0.60330576,0.58264464,0.59090906,0.59090906,0.58264464,0.58677685,0.57024795,0.5041322,0.43801653,0.3677686,0.3140496,0.26859504,0.25619835,0.23553719,0.2768595,0.30165288,0.36363637,0.39256197,0.4090909,0.41735536,0.42975205,0.4338843,0.42975205,0.45454547,0.47933885,0.45454547,0.47107437,0.47107437,0.45867768,0.44214877,0.41322315,0.42561984,0.41322315,0.40082645,0.38016528,0.36363637,0.3264463,0.30578512,0.29752067,0.3264463,0.36363637,0.38842976,0.38842976,0.38429752,0.39256197,0.38842976,0.37603307,0.37603307,0.37190083,0.3677686,0.20247933,0.2107438,0.1983471,0.23966943,0.37603307,0.28512397,0.1694215,0.24380165,0.55785125,0.48347107,0.70247936,0.5,0.12396694,0.5247934,0.6198347,0.5785124,0.58264464,0.60330576,0.59090906,0.5785124,0.56198347,0.5371901,0.49586776,0.41322315,0.3677686,0.30991736,0.28099173,0.2644628,0.2520661,0.2520661,0.27272728,0.30165288,0.29338843,0.30991736,0.34710744,0.35950413,0.37190083,0.36363637,0.38016528,0.37190083,0.3429752,0.36363637,0.3677686,0.3553719,0.34710744,0.35123968,0.3429752,0.3264463,0.29752067,0.2768595,0.27272728,0.3264463,0.36363637,0.38429752,0.37190083,0.38842976,0.39256197,0.39256197,0.39256197,0.38842976,0.37603307,0.38842976,0.3677686,0.37603307,0.16115703,0.2107438,0.23553719,0.21900827,0.39256197,0.30578512,0.20247933,0.22727273,0.5289256,0.53305787,0.6983471,0.5206612,0.09917355,0.5165289,0.61570245,0.61157024,0.58264464,0.59090906,0.58677685,0.57438016,0.553719,0.53305787,0.5123967,0.46694216,0.41322315,0.3429752,0.3140496,0.29752067,0.2768595,0.26859504,0.23553719,0.25619835,0.2768595,0.26859504,0.28512397,0.2892562,0.29752067,0.29338843,0.2892562,0.29752067,0.2892562,0.29752067,0.29752067,0.29752067,0.2892562,0.2520661,0.28512397,0.25619835,0.2768595,0.29338843,0.34710744,0.3966942,0.38842976,0.38842976,0.38016528,0.39256197,0.4090909,0.39256197,0.38842976,0.39256197,0.37603307,0.39256197,0.3677686,0.38842976,0.16528925,0.1983471,0.24380165,0.21900827,0.39256197,0.30991736,0.2107438,0.21487603,37 +0.12396694,0.16528925,0.27272728,0.41735536,0.5289256,0.6322314,0.6818182,0.73966944,0.75206614,0.78512394,0.79752064,0.8057851,0.80991733,0.8140496,0.8140496,0.8181818,0.8140496,0.822314,0.822314,0.8181818,0.8264463,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.8264463,0.8140496,0.8140496,0.80991733,0.8016529,0.7933884,0.79752064,0.79752064,0.8057851,0.80991733,0.79752064,0.79752064,0.79752064,0.7933884,0.8016529,0.8016529,0.7933884,0.78512394,0.78099173,0.76859504,0.76859504,0.75206614,0.73966944,0.7107438,0.677686,0.6446281,0.61157024,0.58264464,0.57438016,0.5413223,0.5082645,0.4752066,0.43801653,0.38429752,0.28512397,0.17355372,0.13636364,0.12396694,0.1322314,0.18181819,0.30578512,0.43801653,0.5495868,0.6446281,0.71900827,0.72727275,0.74793386,0.78512394,0.79752064,0.8057851,0.8140496,0.8140496,0.8140496,0.822314,0.8264463,0.822314,0.8264463,0.822314,0.8264463,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.822314,0.8140496,0.8057851,0.80991733,0.8016529,0.79752064,0.79752064,0.79752064,0.8016529,0.8057851,0.8016529,0.8016529,0.8016529,0.8016529,0.8057851,0.79752064,0.79752064,0.78512394,0.78099173,0.77272725,0.76859504,0.76033056,0.75206614,0.72727275,0.7066116,0.661157,0.6446281,0.59090906,0.57438016,0.5495868,0.5123967,0.46280992,0.45041323,0.4090909,0.30578512,0.20247933,0.1446281,0.11983471,0.14876033,0.19008264,0.3264463,0.44214877,0.5661157,0.661157,0.73140496,0.74793386,0.76033056,0.78512394,0.7933884,0.8016529,0.8057851,0.8140496,0.80991733,0.8181818,0.822314,0.8181818,0.8264463,0.822314,0.8264463,0.8305785,0.8305785,0.8347107,0.8264463,0.8181818,0.8140496,0.80991733,0.79752064,0.8057851,0.79752064,0.7933884,0.79752064,0.8016529,0.8016529,0.8016529,0.8016529,0.79752064,0.80991733,0.79752064,0.79752064,0.8016529,0.7933884,0.7933884,0.78099173,0.76859504,0.76859504,0.75619835,0.74380165,0.73140496,0.71487606,0.677686,0.6446281,0.6198347,0.58677685,0.55785125,0.5165289,0.47107437,0.446281,0.42975205,0.3553719,0.23140496,0.14876033,0.11157025,0.14876033,0.21487603,0.3181818,0.44214877,0.5661157,0.6652893,0.7231405,0.74380165,0.7644628,0.78099173,0.7933884,0.7933884,0.8057851,0.80991733,0.80991733,0.8181818,0.822314,0.822314,0.8305785,0.8264463,0.822314,0.822314,0.822314,0.8264463,0.822314,0.8057851,0.8016529,0.79752064,0.8016529,0.7933884,0.79752064,0.79752064,0.7933884,0.79752064,0.8016529,0.8057851,0.8016529,0.79752064,0.8057851,0.8016529,0.79752064,0.79752064,0.7933884,0.7892562,0.7892562,0.76859504,0.7644628,0.76033056,0.73966944,0.7231405,0.7066116,0.6859504,0.6487603,0.6198347,0.59504133,0.5661157,0.5123967,0.4752066,0.45041323,0.4338843,0.37603307,0.2644628,0.16115703,0.11570248,0.14876033,0.2107438,0.3264463,0.45867768,0.58677685,0.6735537,0.71900827,0.74380165,0.76033056,0.7768595,0.7933884,0.79752064,0.8057851,0.8057851,0.8140496,0.8181818,0.8181818,0.822314,0.822314,0.8347107,0.8264463,0.8264463,0.822314,0.822314,0.8264463,0.8140496,0.8057851,0.8057851,0.7933884,0.7933884,0.79752064,0.7933884,0.7892562,0.7933884,0.78512394,0.8016529,0.79752064,0.79752064,0.79752064,0.7933884,0.7933884,0.79752064,0.7892562,0.78099173,0.7768595,0.76859504,0.7644628,0.75619835,0.73966944,0.72727275,0.6983471,0.6735537,0.6528926,0.62396693,0.59917355,0.5661157,0.5206612,0.4752066,0.45454547,0.42975205,0.37603307,0.2768595,0.17355372,0.12809917,0.15289256,0.21900827,0.34710744,0.46694216,0.58264464,0.6818182,0.71487606,0.73966944,0.75619835,0.7768595,0.7933884,0.79752064,0.80991733,0.8140496,0.8140496,0.8181818,0.8140496,0.80991733,0.8181818,0.8264463,0.822314,0.822314,0.8181818,0.8181818,0.8140496,0.8057851,0.8057851,0.8016529,0.7892562,0.7892562,0.79752064,0.7933884,0.79752064,0.8016529,0.79752064,0.79752064,0.7933884,0.7933884,0.7933884,0.7933884,0.78099173,0.78512394,0.78099173,0.7768595,0.7644628,0.75619835,0.75206614,0.74793386,0.7355372,0.71487606,0.6942149,0.6735537,0.6487603,0.6280992,0.59917355,0.57438016,0.5206612,0.4752066,0.45867768,0.4338843,0.38842976,0.2644628,0.16528925,0.14049587,0.1570248,0.2231405,0.32231405,0.45454547,0.57438016,0.6694215,0.7066116,0.74380165,0.76033056,0.77272725,0.78512394,0.7933884,0.79752064,0.8181818,0.80991733,0.8140496,0.80991733,0.8057851,0.8016529,0.80991733,0.8140496,0.8140496,0.8140496,0.8057851,0.8016529,0.8016529,0.7933884,0.7892562,0.7892562,0.78512394,0.7892562,0.7892562,0.78512394,0.7892562,0.78512394,0.7933884,0.7892562,0.7892562,0.78512394,0.78512394,0.77272725,0.77272725,0.76033056,0.74793386,0.74380165,0.7355372,0.73966944,0.7355372,0.7231405,0.7107438,0.6942149,0.6735537,0.661157,0.62396693,0.61157024,0.55785125,0.5206612,0.4752066,0.44214877,0.4338843,0.3966942,0.25619835,0.16528925,0.12396694,0.16115703,0.2107438,0.32231405,0.47107437,0.59917355,0.6694215,0.6983471,0.72727275,0.75619835,0.77272725,0.78512394,0.7933884,0.8016529,0.80991733,0.80991733,0.8181818,0.8057851,0.7933884,0.7892562,0.7892562,0.8016529,0.7933884,0.8016529,0.79752064,0.7892562,0.78512394,0.78512394,0.7933884,0.7768595,0.78099173,0.78512394,0.7768595,0.77272725,0.7768595,0.7768595,0.7892562,0.78512394,0.78512394,0.78099173,0.77272725,0.75619835,0.74793386,0.73966944,0.7231405,0.7231405,0.7231405,0.72727275,0.71487606,0.71900827,0.70247936,0.6942149,0.677686,0.6570248,0.6280992,0.59917355,0.553719,0.5247934,0.45867768,0.446281,0.42975205,0.3966942,0.2644628,0.17355372,0.09504132,0.16528925,0.1983471,0.33471075,0.49586776,0.6198347,0.6735537,0.6942149,0.73140496,0.74793386,0.77272725,0.7892562,0.7933884,0.79752064,0.79752064,0.8057851,0.8016529,0.7892562,0.78512394,0.7768595,0.78099173,0.7768595,0.78099173,0.7768595,0.78512394,0.7768595,0.77272725,0.7768595,0.78099173,0.77272725,0.7768595,0.7768595,0.76859504,0.77272725,0.76859504,0.77272725,0.7768595,0.7768595,0.76859504,0.76859504,0.74793386,0.72727275,0.7231405,0.73140496,0.71900827,0.7231405,0.7231405,0.71900827,0.7107438,0.70247936,0.6942149,0.70247936,0.6942149,0.6694215,0.6363636,0.59917355,0.54545456,0.5289256,0.446281,0.44214877,0.42975205,0.40082645,0.28512397,0.14876033,0.11157025,0.18181819,0.21487603,0.36363637,0.5289256,0.6363636,0.661157,0.6942149,0.73140496,0.7644628,0.76859504,0.78512394,0.78512394,0.7892562,0.7933884,0.7892562,0.7892562,0.7768595,0.76859504,0.76033056,0.75619835,0.74793386,0.75206614,0.7644628,0.75619835,0.75619835,0.75619835,0.75619835,0.7644628,0.77272725,0.75619835,0.76033056,0.76033056,0.74793386,0.75206614,0.75619835,0.76033056,0.76033056,0.74793386,0.74380165,0.73966944,0.72727275,0.7231405,0.7231405,0.7231405,0.71487606,0.71487606,0.6983471,0.69008267,0.6859504,0.6735537,0.6942149,0.69008267,0.6652893,0.6404959,0.60330576,0.55785125,0.5247934,0.45454547,0.41322315,0.4214876,0.40495867,0.30578512,0.1570248,0.10330579,0.17355372,0.24793388,0.42561984,0.5785124,0.6446281,0.6735537,0.70247936,0.73966944,0.76033056,0.76033056,0.77272725,0.7768595,0.78512394,0.78512394,0.7768595,0.77272725,0.75206614,0.73966944,0.7355372,0.73140496,0.71487606,0.71487606,0.72727275,0.71487606,0.71900827,0.7231405,0.72727275,0.7231405,0.73140496,0.7355372,0.72727275,0.71900827,0.71487606,0.7231405,0.72727275,0.73140496,0.7231405,0.6983471,0.7066116,0.7107438,0.6983471,0.70247936,0.70247936,0.6859504,0.677686,0.661157,0.6446281,0.6363636,0.6322314,0.62396693,0.6404959,0.6322314,0.6446281,0.61157024,0.57438016,0.55785125,0.53305787,0.46280992,0.4214876,0.41322315,0.41322315,0.3305785,0.17768595,0.11157025,0.19008264,0.32231405,0.5,0.6198347,0.6446281,0.6652893,0.6983471,0.72727275,0.73140496,0.70247936,0.69008267,0.73140496,0.73140496,0.7355372,0.73140496,0.70247936,0.6818182,0.661157,0.6570248,0.6570248,0.6570248,0.6570248,0.6652893,0.6528926,0.6570248,0.6694215,0.6818182,0.69008267,0.69008267,0.6859504,0.70247936,0.69008267,0.6942149,0.69008267,0.6859504,0.6818182,0.677686,0.6322314,0.6198347,0.62396693,0.607438,0.59917355,0.6198347,0.61157024,0.58264464,0.5785124,0.57024795,0.55785125,0.553719,0.5371901,0.5495868,0.54545456,0.56198347,0.55785125,0.5206612,0.49586776,0.47933885,0.45454547,0.41322315,0.40495867,0.3966942,0.36363637,0.21900827,0.12396694,0.24380165,0.41322315,0.58264464,0.6487603,0.6363636,0.6363636,0.6322314,0.6363636,0.6363636,0.58264464,0.553719,0.61157024,0.6198347,0.62396693,0.59917355,0.5661157,0.5371901,0.47933885,0.47933885,0.47107437,0.47933885,0.49586776,0.5,0.5082645,0.5247934,0.553719,0.58677685,0.61157024,0.6322314,0.6404959,0.661157,0.6694215,0.6942149,0.6694215,0.661157,0.6322314,0.60330576,0.5661157,0.5123967,0.5123967,0.5,0.45454547,0.43801653,0.43801653,0.43801653,0.43801653,0.4338843,0.43801653,0.446281,0.45867768,0.47107437,0.47933885,0.49586776,0.49173555,0.46694216,0.43801653,0.40495867,0.40495867,0.40082645,0.38842976,0.4090909,0.39256197,0.2892562,0.14876033,0.3181818,0.5082645,0.6322314,0.661157,0.6528926,0.60330576,0.57438016,0.55785125,0.5661157,0.553719,0.5371901,0.5165289,0.5289256,0.5123967,0.4752066,0.4338843,0.40082645,0.38842976,0.3677686,0.3553719,0.35123968,0.35123968,0.35123968,0.37603307,0.3966942,0.43801653,0.47933885,0.5247934,0.56198347,0.61157024,0.6570248,0.69008267,0.70247936,0.6735537,0.6404959,0.58677685,0.5289256,0.4752066,0.41735536,0.4090909,0.35950413,0.338843,0.30991736,0.3181818,0.3181818,0.3181818,0.3140496,0.3140496,0.3140496,0.3429752,0.3966942,0.4214876,0.42561984,0.45454547,0.45041323,0.41735536,0.38016528,0.37190083,0.37190083,0.38016528,0.41322315,0.41735536,0.35123968,0.18595041,0.40495867,0.58264464,0.6694215,0.6859504,0.6487603,0.58264464,0.55785125,0.56198347,0.5495868,0.553719,0.53305787,0.5041322,0.49173555,0.47107437,0.45867768,0.42561984,0.41322315,0.40495867,0.40082645,0.38016528,0.38842976,0.38429752,0.37603307,0.38429752,0.37603307,0.38842976,0.41322315,0.46694216,0.53305787,0.61157024,0.6735537,0.7107438,0.71900827,0.6859504,0.6322314,0.55785125,0.4876033,0.43801653,0.38016528,0.38016528,0.3553719,0.338843,0.33471075,0.33471075,0.338843,0.34710744,0.37190083,0.37190083,0.38842976,0.37190083,0.39256197,0.4090909,0.41735536,0.4214876,0.45867768,0.44214877,0.39256197,0.3553719,0.35123968,0.37603307,0.4090909,0.42975205,0.3966942,0.2520661,0.47933885,0.6487603,0.6818182,0.6818182,0.6322314,0.56198347,0.5413223,0.57024795,0.5785124,0.58677685,0.5661157,0.5413223,0.5,0.47933885,0.46280992,0.45041323,0.40495867,0.38429752,0.38016528,0.38016528,0.35950413,0.38842976,0.4090909,0.3966942,0.40082645,0.3966942,0.4090909,0.46694216,0.57438016,0.6818182,0.7231405,0.75206614,0.75206614,0.71900827,0.6570248,0.57024795,0.49173555,0.4214876,0.38429752,0.35123968,0.36363637,0.3181818,0.35123968,0.32231405,0.3305785,0.30991736,0.2892562,0.2768595,0.30578512,0.3140496,0.338843,0.37190083,0.38842976,0.41322315,0.4214876,0.42975205,0.41735536,0.3677686,0.338843,0.3677686,0.4090909,0.42975205,0.42561984,0.30578512,0.56198347,0.6859504,0.6859504,0.661157,0.607438,0.53305787,0.5082645,0.5041322,0.5123967,0.49586776,0.46694216,0.42975205,0.38016528,0.35950413,0.3140496,0.2768595,0.27272728,0.27272728,0.27272728,0.32231405,0.35950413,0.37190083,0.3429752,0.34710744,0.3677686,0.36363637,0.40495867,0.5165289,0.6570248,0.75619835,0.7892562,0.79752064,0.7892562,0.7644628,0.70247936,0.60330576,0.5123967,0.4214876,0.34710744,0.338843,0.35950413,0.33471075,0.34710744,0.34710744,0.35123968,0.27272728,0.23140496,0.21487603,0.1983471,0.20247933,0.28512397,0.30991736,0.29338843,0.2892562,0.33471075,0.37190083,0.40082645,0.38016528,0.3553719,0.35950413,0.40082645,0.4214876,0.42561984,0.3264463,0.60330576,0.6942149,0.6735537,0.6446281,0.59917355,0.553719,0.5289256,0.47933885,0.44214877,0.40495867,0.3553719,0.3553719,0.35950413,0.3553719,0.27272728,0.22727273,0.2520661,0.24793388,0.2768595,0.37603307,0.40082645,0.3553719,0.3677686,0.40495867,0.39256197,0.36363637,0.41322315,0.5661157,0.71487606,0.78512394,0.822314,0.8264463,0.8140496,0.7933884,0.72727275,0.61157024,0.5247934,0.42975205,0.338843,0.35950413,0.38842976,0.37190083,0.3553719,0.38429752,0.4090909,0.30165288,0.23140496,0.21487603,0.18595041,0.21487603,0.338843,0.35950413,0.29752067,0.28099173,0.2603306,0.30165288,0.35950413,0.38016528,0.38429752,0.38016528,0.3966942,0.41735536,0.4338843,0.35950413,0.6280992,0.6818182,0.677686,0.6652893,0.6198347,0.58264464,0.53305787,0.46694216,0.3966942,0.38842976,0.3677686,0.35950413,0.40495867,0.45041323,0.38016528,0.2892562,0.25619835,0.2768595,0.3553719,0.46280992,0.4752066,0.40495867,0.33471075,0.41735536,0.4876033,0.43801653,0.47107437,0.6198347,0.72727275,0.78512394,0.822314,0.822314,0.8181818,0.7892562,0.71487606,0.59917355,0.5247934,0.45041323,0.38842976,0.4090909,0.40082645,0.36363637,0.34710744,0.446281,0.5041322,0.4338843,0.3181818,0.25619835,0.26859504,0.3429752,0.41735536,0.46280992,0.40495867,0.33471075,0.3264463,0.30991736,0.3429752,0.37190083,0.41322315,0.4090909,0.41735536,0.4214876,0.42561984,0.38842976,0.6446281,0.677686,0.677686,0.6652893,0.6528926,0.62396693,0.57024795,0.49173555,0.4752066,0.54545456,0.5661157,0.5661157,0.58264464,0.61157024,0.59504133,0.5495868,0.5,0.5,0.57024795,0.607438,0.58264464,0.5495868,0.5247934,0.54545456,0.59917355,0.59504133,0.607438,0.6694215,0.7355372,0.78099173,0.80991733,0.8264463,0.8140496,0.78512394,0.7066116,0.607438,0.54545456,0.4752066,0.47107437,0.49586776,0.53305787,0.5289256,0.5041322,0.5165289,0.55785125,0.57438016,0.5247934,0.4876033,0.49173555,0.5123967,0.5371901,0.49586776,0.48347107,0.44214877,0.41735536,0.38016528,0.3677686,0.40495867,0.41735536,0.4214876,0.42975205,0.42975205,0.42561984,0.3966942,0.6528926,0.6570248,0.677686,0.677686,0.677686,0.677686,0.6322314,0.60330576,0.6528926,0.7107438,0.6983471,0.6859504,0.6942149,0.70247936,0.71487606,0.7107438,0.70247936,0.677686,0.6570248,0.6446281,0.6446281,0.6404959,0.6363636,0.62396693,0.6528926,0.6818182,0.6859504,0.6983471,0.7355372,0.78099173,0.8057851,0.8181818,0.8140496,0.77272725,0.6859504,0.59504133,0.5661157,0.5247934,0.5041322,0.5247934,0.5661157,0.58264464,0.59917355,0.61157024,0.6198347,0.61570245,0.6198347,0.59917355,0.607438,0.60330576,0.58677685,0.553719,0.5247934,0.5041322,0.4876033,0.45867768,0.4214876,0.42975205,0.43801653,0.4214876,0.43801653,0.42975205,0.4214876,0.40082645,0.6404959,0.6528926,0.6652893,0.69008267,0.7107438,0.7231405,0.6983471,0.6942149,0.70247936,0.7107438,0.7066116,0.70247936,0.6818182,0.6652893,0.661157,0.6487603,0.6363636,0.6322314,0.62396693,0.6570248,0.6652893,0.6570248,0.6404959,0.6528926,0.6942149,0.72727275,0.72727275,0.71487606,0.72727275,0.78099173,0.8057851,0.8181818,0.8016529,0.72727275,0.6487603,0.5785124,0.5661157,0.55785125,0.553719,0.57438016,0.59917355,0.6198347,0.6322314,0.661157,0.661157,0.6446281,0.6404959,0.61570245,0.6198347,0.607438,0.58677685,0.5661157,0.5495868,0.5247934,0.5,0.48347107,0.46280992,0.46280992,0.46694216,0.45041323,0.42561984,0.43801653,0.40495867,0.41735536,0.6322314,0.6446281,0.6570248,0.677686,0.71487606,0.73966944,0.75206614,0.71487606,0.70247936,0.69008267,0.6983471,0.6983471,0.6859504,0.6735537,0.6859504,0.6652893,0.69008267,0.7231405,0.7231405,0.71487606,0.6694215,0.6528926,0.6735537,0.72727275,0.73966944,0.7355372,0.73140496,0.71900827,0.72727275,0.7768595,0.8057851,0.8140496,0.78512394,0.70247936,0.62396693,0.58264464,0.57438016,0.5661157,0.59504133,0.6280992,0.6446281,0.661157,0.6652893,0.677686,0.677686,0.6487603,0.6694215,0.6818182,0.6652893,0.6322314,0.607438,0.5785124,0.5661157,0.5289256,0.49173555,0.5123967,0.5,0.49173555,0.48347107,0.46694216,0.43801653,0.41322315,0.41735536,0.40082645,0.6322314,0.6280992,0.6487603,0.677686,0.71900827,0.74380165,0.7644628,0.73966944,0.7066116,0.6859504,0.6859504,0.70247936,0.7107438,0.71900827,0.71900827,0.75206614,0.75619835,0.73966944,0.70247936,0.677686,0.677686,0.71900827,0.74793386,0.76033056,0.74380165,0.72727275,0.71900827,0.7066116,0.7231405,0.78512394,0.80991733,0.79752064,0.76859504,0.69008267,0.61570245,0.58677685,0.57438016,0.5661157,0.58677685,0.6363636,0.677686,0.6942149,0.70247936,0.6859504,0.6818182,0.6528926,0.62396693,0.6487603,0.6570248,0.62396693,0.59504133,0.5661157,0.5289256,0.5123967,0.5206612,0.5371901,0.5413223,0.5247934,0.49586776,0.46694216,0.42975205,0.40495867,0.40495867,0.39256197,0.62396693,0.62396693,0.6363636,0.677686,0.7066116,0.7355372,0.75619835,0.76859504,0.73140496,0.69008267,0.6859504,0.7066116,0.71487606,0.71900827,0.71900827,0.71487606,0.71487606,0.70247936,0.71487606,0.7355372,0.7644628,0.7892562,0.78099173,0.7644628,0.7355372,0.71900827,0.71487606,0.6983471,0.72727275,0.7892562,0.8181818,0.7933884,0.76033056,0.677686,0.6198347,0.58264464,0.5785124,0.5661157,0.5785124,0.6280992,0.6735537,0.7066116,0.7231405,0.7355372,0.71900827,0.6818182,0.6487603,0.6322314,0.62396693,0.59917355,0.607438,0.58677685,0.56198347,0.54545456,0.55785125,0.57438016,0.5661157,0.5371901,0.5,0.46280992,0.4338843,0.40082645,0.39256197,0.38842976,0.61157024,0.607438,0.6322314,0.6694215,0.7066116,0.73140496,0.76033056,0.7768595,0.7644628,0.72727275,0.7066116,0.7066116,0.71487606,0.7066116,0.7107438,0.7355372,0.7355372,0.74380165,0.7768595,0.79752064,0.79752064,0.7933884,0.77272725,0.75206614,0.73140496,0.7231405,0.71900827,0.7107438,0.73966944,0.8057851,0.8181818,0.79752064,0.75206614,0.6694215,0.59090906,0.58264464,0.58677685,0.5661157,0.57024795,0.61157024,0.6694215,0.70247936,0.72727275,0.75206614,0.74380165,0.7355372,0.71900827,0.6983471,0.677686,0.6322314,0.61570245,0.61157024,0.607438,0.60330576,0.6198347,0.61157024,0.58677685,0.5371901,0.49173555,0.45454547,0.41735536,0.40495867,0.38429752,0.38429752,0.607438,0.607438,0.6198347,0.6528926,0.6942149,0.71900827,0.74793386,0.77272725,0.78099173,0.7644628,0.74793386,0.73140496,0.7355372,0.74793386,0.76033056,0.78099173,0.7892562,0.8016529,0.8057851,0.79752064,0.79752064,0.78512394,0.76033056,0.73140496,0.7066116,0.69008267,0.7107438,0.71487606,0.75619835,0.80991733,0.8264463,0.7933884,0.72727275,0.6446281,0.59504133,0.56198347,0.5413223,0.553719,0.5661157,0.59917355,0.6652893,0.6983471,0.7355372,0.75619835,0.75619835,0.75206614,0.75206614,0.74380165,0.7231405,0.6818182,0.661157,0.6652893,0.6280992,0.6322314,0.6487603,0.6322314,0.59917355,0.5413223,0.48347107,0.446281,0.41322315,0.4090909,0.38429752,0.38842976,0.607438,0.607438,0.62396693,0.6487603,0.6859504,0.7066116,0.73140496,0.75206614,0.76859504,0.77272725,0.76859504,0.7644628,0.7644628,0.77272725,0.78512394,0.7933884,0.8057851,0.8057851,0.8057851,0.7892562,0.78512394,0.7768595,0.7355372,0.7066116,0.6528926,0.6570248,0.7066116,0.71900827,0.75206614,0.8140496,0.8305785,0.80991733,0.71900827,0.61157024,0.55785125,0.54545456,0.5123967,0.48347107,0.5206612,0.5785124,0.6404959,0.70247936,0.7355372,0.75619835,0.76033056,0.74380165,0.75206614,0.74793386,0.7355372,0.71900827,0.70247936,0.6983471,0.6694215,0.6404959,0.6363636,0.6198347,0.5661157,0.5247934,0.4752066,0.44214877,0.4090909,0.40495867,0.38016528,0.37190083,0.60330576,0.61157024,0.6322314,0.6487603,0.677686,0.6942149,0.69008267,0.7107438,0.73966944,0.76033056,0.76859504,0.76033056,0.78512394,0.78512394,0.7933884,0.79752064,0.79752064,0.7933884,0.8016529,0.7892562,0.7768595,0.74380165,0.70247936,0.6404959,0.6280992,0.6694215,0.71487606,0.72727275,0.75619835,0.80991733,0.822314,0.80991733,0.71900827,0.607438,0.553719,0.5661157,0.54545456,0.45867768,0.45867768,0.54545456,0.6404959,0.6942149,0.73140496,0.76033056,0.76033056,0.75206614,0.76033056,0.75619835,0.7355372,0.7231405,0.7107438,0.7066116,0.6859504,0.6570248,0.61570245,0.59090906,0.5289256,0.49173555,0.46694216,0.43801653,0.4090909,0.39256197,0.38016528,0.3677686,0.59504133,0.6198347,0.6363636,0.661157,0.6652893,0.6735537,0.677686,0.6859504,0.7107438,0.73140496,0.74793386,0.75206614,0.77272725,0.7892562,0.78512394,0.7933884,0.79752064,0.78512394,0.78512394,0.77272725,0.75619835,0.6942149,0.6404959,0.6363636,0.6570248,0.6818182,0.7355372,0.74380165,0.77272725,0.8181818,0.8181818,0.7892562,0.73140496,0.61157024,0.5661157,0.59090906,0.59090906,0.5165289,0.45041323,0.49586776,0.60330576,0.6859504,0.7231405,0.74380165,0.75206614,0.74380165,0.75206614,0.74380165,0.7231405,0.71900827,0.6942149,0.6818182,0.6694215,0.6363636,0.58677685,0.5661157,0.5082645,0.4752066,0.45454547,0.42975205,0.4090909,0.39256197,0.37603307,0.36363637,0.57438016,0.61570245,0.6322314,0.6404959,0.6570248,0.6694215,0.677686,0.6818182,0.6818182,0.7107438,0.73966944,0.74793386,0.76859504,0.78512394,0.78512394,0.78512394,0.78512394,0.76859504,0.75206614,0.74380165,0.6859504,0.62396693,0.59917355,0.6570248,0.6942149,0.7107438,0.73140496,0.74380165,0.77272725,0.8264463,0.8057851,0.7644628,0.72727275,0.6280992,0.5495868,0.58264464,0.58264464,0.553719,0.5,0.46280992,0.57024795,0.6735537,0.7107438,0.7355372,0.7355372,0.7355372,0.7355372,0.71487606,0.70247936,0.6942149,0.6818182,0.6570248,0.6198347,0.59917355,0.55785125,0.5165289,0.49586776,0.46694216,0.45454547,0.42975205,0.4214876,0.39256197,0.36363637,0.35950413,0.553719,0.60330576,0.6363636,0.6363636,0.6446281,0.6487603,0.6570248,0.677686,0.677686,0.7066116,0.7355372,0.75206614,0.76859504,0.78512394,0.7644628,0.76033056,0.7644628,0.76033056,0.7355372,0.6818182,0.62396693,0.56198347,0.5785124,0.6446281,0.677686,0.6735537,0.677686,0.7107438,0.75206614,0.71900827,0.7107438,0.6859504,0.6694215,0.60330576,0.5082645,0.5165289,0.5123967,0.5165289,0.5041322,0.44214877,0.5206612,0.6487603,0.6942149,0.71487606,0.72727275,0.73140496,0.7231405,0.71487606,0.6983471,0.6735537,0.6528926,0.62396693,0.58677685,0.553719,0.5289256,0.4876033,0.46694216,0.45867768,0.45454547,0.42561984,0.4090909,0.38842976,0.3553719,0.3429752,0.5371901,0.59090906,0.6446281,0.6570248,0.6487603,0.6446281,0.6363636,0.6570248,0.6859504,0.7107438,0.73140496,0.75619835,0.76859504,0.77272725,0.75206614,0.74380165,0.7355372,0.72727275,0.69008267,0.6280992,0.57024795,0.5289256,0.5247934,0.58264464,0.59090906,0.55785125,0.5289256,0.5289256,0.58264464,0.5661157,0.5495868,0.5371901,0.5371901,0.4876033,0.4338843,0.446281,0.42975205,0.4752066,0.46694216,0.42561984,0.5,0.61157024,0.6735537,0.6983471,0.7066116,0.6942149,0.69008267,0.677686,0.6694215,0.6363636,0.6322314,0.59090906,0.57024795,0.5206612,0.5,0.47933885,0.44214877,0.45041323,0.4338843,0.4338843,0.40082645,0.37603307,0.34710744,0.3305785,0.5247934,0.57438016,0.62396693,0.6446281,0.6363636,0.6446281,0.6363636,0.6528926,0.6818182,0.70247936,0.73140496,0.74793386,0.75206614,0.74380165,0.72727275,0.71487606,0.70247936,0.6652893,0.61157024,0.553719,0.5413223,0.5495868,0.5206612,0.49173555,0.45454547,0.3677686,0.3553719,0.41322315,0.42561984,0.41735536,0.4090909,0.3966942,0.40082645,0.37603307,0.3264463,0.30165288,0.35950413,0.40082645,0.4338843,0.4214876,0.48347107,0.59504133,0.6404959,0.6859504,0.6818182,0.6859504,0.6652893,0.6487603,0.6280992,0.59504133,0.58264464,0.5661157,0.5289256,0.49586776,0.4752066,0.47107437,0.43801653,0.45867768,0.446281,0.42561984,0.38016528,0.37190083,0.3429752,0.30578512,0.5289256,0.5371901,0.6198347,0.6280992,0.6487603,0.6652893,0.6694215,0.6735537,0.6818182,0.6983471,0.71900827,0.7355372,0.72727275,0.7231405,0.6983471,0.6735537,0.6404959,0.62396693,0.54545456,0.54545456,0.58264464,0.62396693,0.6404959,0.57438016,0.38429752,0.30578512,0.24793388,0.2892562,0.338843,0.3305785,0.338843,0.30578512,0.3140496,0.28099173,0.2644628,0.22727273,0.30165288,0.35950413,0.4338843,0.45454547,0.5082645,0.59504133,0.6446281,0.6652893,0.6652893,0.6652893,0.661157,0.6322314,0.60330576,0.5785124,0.54545456,0.5371901,0.5,0.4752066,0.46280992,0.46280992,0.45454547,0.45454547,0.446281,0.42975205,0.36363637,0.37190083,0.338843,0.24793388,0.5206612,0.5371901,0.57024795,0.6280992,0.6487603,0.6694215,0.6694215,0.6735537,0.69008267,0.70247936,0.7107438,0.7066116,0.69008267,0.6859504,0.6652893,0.6446281,0.61570245,0.56198347,0.5495868,0.59090906,0.6487603,0.6818182,0.6942149,0.677686,0.56198347,0.35950413,0.30578512,0.30165288,0.30991736,0.2892562,0.28099173,0.28512397,0.2768595,0.28099173,0.26859504,0.30165288,0.37190083,0.42975205,0.49173555,0.5,0.5247934,0.57024795,0.6446281,0.6652893,0.6528926,0.6528926,0.6322314,0.6280992,0.59504133,0.5661157,0.53305787,0.5,0.48347107,0.46280992,0.45867768,0.446281,0.45454547,0.446281,0.44214877,0.4090909,0.3553719,0.36363637,0.3140496,0.1983471,0.5206612,0.5206612,0.5371901,0.59917355,0.6363636,0.6652893,0.6694215,0.6694215,0.69008267,0.6942149,0.70247936,0.69008267,0.6652893,0.6652893,0.6404959,0.60330576,0.58264464,0.553719,0.59090906,0.6446281,0.677686,0.6859504,0.6818182,0.6528926,0.661157,0.57024795,0.46694216,0.42561984,0.40495867,0.35123968,0.32231405,0.34710744,0.3553719,0.37190083,0.3677686,0.40082645,0.45041323,0.48347107,0.5123967,0.5165289,0.5289256,0.56198347,0.6198347,0.6570248,0.6487603,0.6322314,0.62396693,0.607438,0.5785124,0.5495868,0.5206612,0.49586776,0.49173555,0.46280992,0.45454547,0.44214877,0.45041323,0.44214877,0.4338843,0.38429752,0.3677686,0.35950413,0.25619835,0.17355372,0.49586776,0.5165289,0.5165289,0.56198347,0.61570245,0.6570248,0.6735537,0.6694215,0.677686,0.69008267,0.677686,0.661157,0.6404959,0.6528926,0.62396693,0.59090906,0.59504133,0.61570245,0.6446281,0.6694215,0.6735537,0.6652893,0.6652893,0.62396693,0.61157024,0.6198347,0.60330576,0.56198347,0.5247934,0.446281,0.38429752,0.38842976,0.4090909,0.4338843,0.42561984,0.42975205,0.44214877,0.46280992,0.4876033,0.5,0.5082645,0.5413223,0.59917355,0.6322314,0.6487603,0.6322314,0.61157024,0.58264464,0.5495868,0.53305787,0.5041322,0.47933885,0.47107437,0.47107437,0.45041323,0.45041323,0.44214877,0.43801653,0.41735536,0.37190083,0.37190083,0.3429752,0.20247933,0.1570248,0.48347107,0.5165289,0.5123967,0.54545456,0.59917355,0.62396693,0.6694215,0.6652893,0.6694215,0.6735537,0.6652893,0.6446281,0.62396693,0.59504133,0.61570245,0.59917355,0.61570245,0.6446281,0.6446281,0.6487603,0.6570248,0.6280992,0.62396693,0.6198347,0.60330576,0.6198347,0.6363636,0.6198347,0.59504133,0.5413223,0.47933885,0.446281,0.44214877,0.446281,0.44214877,0.43801653,0.4338843,0.44214877,0.45041323,0.46694216,0.4752066,0.5082645,0.5661157,0.58264464,0.61157024,0.61570245,0.58677685,0.57438016,0.5413223,0.5206612,0.48347107,0.46280992,0.46280992,0.45454547,0.45454547,0.446281,0.42975205,0.41735536,0.38842976,0.3677686,0.3677686,0.2603306,0.17768595,0.1570248,0.44214877,0.5,0.5165289,0.5247934,0.57438016,0.607438,0.6363636,0.6404959,0.6487603,0.6570248,0.6487603,0.6363636,0.6280992,0.60330576,0.58264464,0.607438,0.62396693,0.6280992,0.607438,0.60330576,0.59917355,0.607438,0.607438,0.58677685,0.59090906,0.61570245,0.6487603,0.677686,0.7066116,0.6652893,0.6322314,0.5785124,0.5247934,0.49173555,0.45867768,0.45867768,0.44214877,0.43801653,0.42561984,0.4338843,0.446281,0.48347107,0.5206612,0.5371901,0.5785124,0.58264464,0.5661157,0.56198347,0.5495868,0.5082645,0.47933885,0.46694216,0.45041323,0.45041323,0.45454547,0.42975205,0.42561984,0.39256197,0.37603307,0.37603307,0.32231405,0.19421488,0.16115703,0.1694215,0.4090909,0.48347107,0.5289256,0.5123967,0.5413223,0.58677685,0.60330576,0.61157024,0.62396693,0.6322314,0.6322314,0.61157024,0.59504133,0.59917355,0.57438016,0.59504133,0.607438,0.6198347,0.59504133,0.59090906,0.5785124,0.5785124,0.60330576,0.59917355,0.59917355,0.6280992,0.6735537,0.677686,0.72727275,0.7231405,0.7231405,0.69008267,0.61157024,0.55785125,0.5165289,0.45867768,0.446281,0.41322315,0.4090909,0.42561984,0.42975205,0.446281,0.47933885,0.5123967,0.5413223,0.56198347,0.54545456,0.53305787,0.5206612,0.5082645,0.47933885,0.45867768,0.45454547,0.446281,0.44214877,0.42975205,0.38842976,0.40082645,0.38016528,0.3677686,0.27272728,0.1694215,0.16528925,0.1570248,0.38842976,0.446281,0.5289256,0.5206612,0.5247934,0.56198347,0.58264464,0.58677685,0.61570245,0.62396693,0.6198347,0.59917355,0.58264464,0.58264464,0.57438016,0.58264464,0.59917355,0.61157024,0.5785124,0.5785124,0.55785125,0.553719,0.55785125,0.58677685,0.59090906,0.58677685,0.56198347,0.5041322,0.5123967,0.553719,0.57438016,0.5247934,0.446281,0.4090909,0.4214876,0.43801653,0.45041323,0.41735536,0.40082645,0.41735536,0.42561984,0.42975205,0.45454547,0.4876033,0.5165289,0.5289256,0.5247934,0.5041322,0.48347107,0.48347107,0.4752066,0.45867768,0.44214877,0.45041323,0.44214877,0.4214876,0.40082645,0.3677686,0.38842976,0.3429752,0.21900827,0.15289256,0.16115703,0.1694215,0.38842976,0.4090909,0.49173555,0.5289256,0.53305787,0.5495868,0.5661157,0.5661157,0.58677685,0.61157024,0.59917355,0.58677685,0.57438016,0.5661157,0.57024795,0.56198347,0.5785124,0.57024795,0.55785125,0.5371901,0.5165289,0.5206612,0.5082645,0.49173555,0.44214877,0.39256197,0.34710744,0.3181818,0.30991736,0.3140496,0.338843,0.30165288,0.2644628,0.2768595,0.26859504,0.30578512,0.35123968,0.40082645,0.41322315,0.41735536,0.41735536,0.4214876,0.43801653,0.47107437,0.49173555,0.5082645,0.49173555,0.48347107,0.47107437,0.4752066,0.47107437,0.43801653,0.43801653,0.446281,0.42975205,0.41735536,0.40082645,0.39256197,0.37190083,0.28512397,0.16115703,0.16115703,0.16528925,0.17355372,0.39256197,0.38016528,0.46280992,0.5247934,0.5206612,0.5371901,0.54545456,0.553719,0.5785124,0.59504133,0.5785124,0.57024795,0.5661157,0.55785125,0.5661157,0.56198347,0.5413223,0.5413223,0.49586776,0.43801653,0.42561984,0.42975205,0.40082645,0.3264463,0.28512397,0.2892562,0.30991736,0.3677686,0.36363637,0.3264463,0.30165288,0.3553719,0.36363637,0.33471075,0.2520661,0.26859504,0.25619835,0.25619835,0.35123968,0.38842976,0.40495867,0.39256197,0.4090909,0.446281,0.46694216,0.49173555,0.5,0.45454547,0.45867768,0.45454547,0.45454547,0.4338843,0.43801653,0.45454547,0.44214877,0.4214876,0.39256197,0.39256197,0.34710744,0.18595041,0.1694215,0.15289256,0.16115703,0.17355372,0.3966942,0.38429752,0.41735536,0.5,0.54545456,0.5206612,0.5371901,0.54545456,0.57024795,0.58264464,0.57438016,0.56198347,0.5495868,0.5495868,0.57438016,0.553719,0.5289256,0.47107437,0.39256197,0.28099173,0.23966943,0.2520661,0.25619835,0.25619835,0.2768595,0.338843,0.40495867,0.5,0.5041322,0.446281,0.40082645,0.45454547,0.49586776,0.46694216,0.35950413,0.35950413,0.30991736,0.20661157,0.21900827,0.26859504,0.28099173,0.3264463,0.3677686,0.4214876,0.45454547,0.47933885,0.47107437,0.44214877,0.446281,0.446281,0.45041323,0.44214877,0.44214877,0.46280992,0.45041323,0.41322315,0.3966942,0.38429752,0.2644628,0.1570248,0.17355372,0.1570248,0.1694215,0.16528925,0.40082645,0.39256197,0.38842976,0.45867768,0.5247934,0.5247934,0.5495868,0.5413223,0.54545456,0.5495868,0.553719,0.56198347,0.55785125,0.5495868,0.5661157,0.53305787,0.47107437,0.40495867,0.3140496,0.18181819,0.09090909,0.12809917,0.18181819,0.2107438,0.23966943,0.28099173,0.3553719,0.53305787,0.58264464,0.47107437,0.41322315,0.46694216,0.5206612,0.5123967,0.35950413,0.30165288,0.27272728,0.23966943,0.18595041,0.13636364,0.11983471,0.19421488,0.30991736,0.3966942,0.446281,0.45454547,0.45454547,0.43801653,0.42975205,0.446281,0.45454547,0.446281,0.43801653,0.45454547,0.42975205,0.4090909,0.3966942,0.3429752,0.20247933,0.14876033,0.17355372,0.1446281,0.17355372,0.1570248,0.38842976,0.40082645,0.38429752,0.41322315,0.49173555,0.5206612,0.5495868,0.54545456,0.5371901,0.5123967,0.5206612,0.5289256,0.553719,0.57438016,0.54545456,0.5082645,0.45041323,0.38842976,0.34710744,0.3553719,0.338843,0.28099173,0.27272728,0.25619835,0.2520661,0.29338843,0.28099173,0.24793388,0.30578512,0.29338843,0.3264463,0.35950413,0.38842976,0.35950413,0.29752067,0.30165288,0.2603306,0.24380165,0.19421488,0.2107438,0.22727273,0.21900827,0.32231405,0.3966942,0.41322315,0.42975205,0.446281,0.446281,0.43801653,0.43801653,0.46280992,0.44214877,0.446281,0.44214877,0.4338843,0.40495867,0.38016528,0.27272728,0.15289256,0.16528925,0.1694215,0.14876033,0.17768595,0.1570248,0.37190083,0.40495867,0.3966942,0.40495867,0.45041323,0.5,0.5371901,0.553719,0.5413223,0.55785125,0.55785125,0.5661157,0.55785125,0.56198347,0.54545456,0.5123967,0.48347107,0.49173555,0.53305787,0.62396693,0.6322314,0.5371901,0.5,0.47107437,0.4338843,0.4090909,0.37603307,0.46280992,0.4752066,0.41735536,0.45041323,0.3966942,0.38842976,0.40082645,0.3264463,0.36363637,0.3553719,0.36363637,0.3677686,0.38429752,0.44214877,0.3966942,0.40082645,0.44214877,0.44214877,0.4338843,0.43801653,0.45867768,0.44214877,0.45041323,0.42975205,0.45454547,0.44214877,0.43801653,0.43801653,0.40082645,0.34710744,0.19421488,0.14876033,0.16115703,0.1694215,0.15289256,0.16115703,0.16115703,0.38842976,0.40495867,0.38842976,0.40082645,0.41735536,0.48347107,0.5247934,0.54545456,0.5371901,0.57024795,0.58264464,0.59504133,0.57438016,0.57438016,0.56198347,0.57024795,0.5371901,0.58677685,0.6570248,0.6652893,0.6528926,0.59090906,0.5785124,0.58677685,0.61157024,0.59504133,0.57024795,0.553719,0.5371901,0.49173555,0.5371901,0.5495868,0.5661157,0.5785124,0.53305787,0.5165289,0.5,0.49586776,0.4752066,0.48347107,0.5206612,0.5123967,0.47933885,0.45454547,0.45867768,0.45454547,0.44214877,0.45454547,0.45454547,0.44214877,0.42561984,0.44214877,0.42975205,0.4214876,0.41322315,0.3966942,0.21487603,0.1570248,0.14876033,0.1570248,0.1570248,0.1570248,0.16528925,0.1446281,0.40082645,0.39256197,0.38842976,0.39256197,0.3966942,0.446281,0.5041322,0.5123967,0.5495868,0.55785125,0.57024795,0.58264464,0.57438016,0.5661157,0.5661157,0.55785125,0.57438016,0.59504133,0.661157,0.6528926,0.6363636,0.59504133,0.57438016,0.59917355,0.59504133,0.6487603,0.6694215,0.6487603,0.61157024,0.58677685,0.6280992,0.6363636,0.6280992,0.61157024,0.58264464,0.5495868,0.53305787,0.49586776,0.47933885,0.5,0.53305787,0.5289256,0.5123967,0.48347107,0.47107437,0.46280992,0.45041323,0.44214877,0.46280992,0.43801653,0.42561984,0.42975205,0.4338843,0.4090909,0.3966942,0.3305785,0.1694215,0.1570248,0.14876033,0.15289256,0.15289256,0.16528925,0.1570248,0.16528925,0.38842976,0.38016528,0.40082645,0.38016528,0.38842976,0.43801653,0.46694216,0.49586776,0.5165289,0.553719,0.5495868,0.54545456,0.5495868,0.5413223,0.55785125,0.57438016,0.59917355,0.59090906,0.6363636,0.6363636,0.61570245,0.59917355,0.55785125,0.54545456,0.5371901,0.53305787,0.55785125,0.57024795,0.57024795,0.55785125,0.58264464,0.5495868,0.53305787,0.5165289,0.5,0.49173555,0.46694216,0.45041323,0.47933885,0.5082645,0.5371901,0.5371901,0.5123967,0.49586776,0.4876033,0.47107437,0.43801653,0.4338843,0.42975205,0.4338843,0.42561984,0.42561984,0.4090909,0.40082645,0.37603307,0.28512397,0.16115703,0.14876033,0.17355372,0.14049587,0.1570248,0.1570248,0.1570248,0.1570248,0.38842976,0.38842976,0.3966942,0.38016528,0.41735536,0.5041322,0.46280992,0.48347107,0.49173555,0.5206612,0.53305787,0.5247934,0.5247934,0.5206612,0.53305787,0.56198347,0.59090906,0.59917355,0.6198347,0.6363636,0.607438,0.60330576,0.56198347,0.5082645,0.47933885,0.45454547,0.45454547,0.46280992,0.4876033,0.5,0.47933885,0.45454547,0.4214876,0.41322315,0.40495867,0.3966942,0.41322315,0.44214877,0.46694216,0.5041322,0.54545456,0.5289256,0.5041322,0.4876033,0.446281,0.45867768,0.44214877,0.4338843,0.4214876,0.4214876,0.4214876,0.41735536,0.37190083,0.38016528,0.3429752,0.24380165,0.17768595,0.16528925,0.1570248,0.16115703,0.14049587,0.16528925,0.14876033,0.16115703,0.38842976,0.38842976,0.38842976,0.46280992,0.55785125,0.57024795,0.48347107,0.44214877,0.47107437,0.48347107,0.5041322,0.5082645,0.5082645,0.5123967,0.5206612,0.54545456,0.56198347,0.59090906,0.61570245,0.62396693,0.607438,0.59090906,0.5661157,0.5041322,0.446281,0.38429752,0.36363637,0.33471075,0.338843,0.35950413,0.35950413,0.3305785,0.3181818,0.34710744,0.3553719,0.37190083,0.4090909,0.446281,0.4752066,0.5289256,0.5247934,0.5041322,0.49173555,0.4752066,0.446281,0.4338843,0.4214876,0.42561984,0.41322315,0.40495867,0.39256197,0.39256197,0.3553719,0.35123968,0.3429752,0.24793388,0.2107438,0.1983471,0.16115703,0.14876033,0.1570248,0.16115703,0.15289256,0.1570248,0.37603307,0.38429752,0.45454547,0.59090906,0.56198347,0.553719,0.54545456,0.446281,0.42975205,0.45454547,0.45867768,0.46280992,0.49586776,0.5041322,0.5165289,0.53305787,0.54545456,0.5785124,0.607438,0.607438,0.60330576,0.61570245,0.58677685,0.553719,0.5,0.42561984,0.38016528,0.29752067,0.30991736,0.30165288,0.3140496,0.3181818,0.3305785,0.35950413,0.3966942,0.40495867,0.43801653,0.47107437,0.49586776,0.5247934,0.5123967,0.4876033,0.46694216,0.45041323,0.44214877,0.41735536,0.41735536,0.4090909,0.40495867,0.38842976,0.38016528,0.37603307,0.34710744,0.34710744,0.33471075,0.22727273,0.25619835,0.23553719,0.18181819,0.15289256,0.1446281,0.15289256,0.14876033,0.16115703,0.36363637,0.44214877,0.61157024,0.54545456,0.4214876,0.57438016,0.56198347,0.5041322,0.4214876,0.4090909,0.46280992,0.45454547,0.45867768,0.5041322,0.5206612,0.5413223,0.553719,0.57024795,0.58677685,0.59090906,0.59090906,0.607438,0.60330576,0.58677685,0.5661157,0.5123967,0.49173555,0.41735536,0.3966942,0.38842976,0.38842976,0.38842976,0.41322315,0.44214877,0.46280992,0.4752066,0.47933885,0.5165289,0.5289256,0.5206612,0.5165289,0.49173555,0.45454547,0.43801653,0.43801653,0.42561984,0.41735536,0.40495867,0.3966942,0.36363637,0.3677686,0.35123968,0.3429752,0.3553719,0.3429752,0.11570248,0.23140496,0.29338843,0.21900827,0.1694215,0.15289256,0.15289256,0.14876033,0.15289256,0.38842976,0.61570245,0.58677685,0.3553719,0.37603307,0.58677685,0.57024795,0.5413223,0.5,0.37190083,0.40495867,0.44214877,0.446281,0.48347107,0.5206612,0.5495868,0.5661157,0.5785124,0.58677685,0.6280992,0.6198347,0.6198347,0.62396693,0.607438,0.59504133,0.5785124,0.5785124,0.57438016,0.55785125,0.553719,0.5371901,0.5413223,0.5661157,0.5661157,0.5661157,0.56198347,0.5413223,0.57438016,0.57024795,0.553719,0.5247934,0.5082645,0.4876033,0.45454547,0.43801653,0.4338843,0.4090909,0.39256197,0.37603307,0.33471075,0.338843,0.3429752,0.3553719,0.35123968,0.3553719,0.09504132,0.16115703,0.30991736,0.2644628,0.20661157,0.1570248,0.13636364,0.16115703,0.13636364,0.5495868,0.6363636,0.46694216,0.25619835,0.37190083,0.59504133,0.58264464,0.54545456,0.553719,0.47933885,0.36363637,0.38429752,0.41322315,0.46280992,0.5165289,0.5661157,0.5785124,0.58264464,0.59917355,0.6280992,0.6363636,0.62396693,0.6198347,0.6363636,0.6363636,0.6363636,0.6487603,0.6570248,0.6570248,0.6404959,0.6280992,0.6363636,0.6570248,0.6446281,0.61570245,0.62396693,0.59504133,0.607438,0.6198347,0.5785124,0.53305787,0.5082645,0.48347107,0.45041323,0.42975205,0.41322315,0.38842976,0.3677686,0.3429752,0.3140496,0.35123968,0.38016528,0.36363637,0.34710744,0.338843,0.16115703,0.10743801,0.2603306,0.3140496,0.21487603,0.18595041,0.15289256,0.15289256,0.14049587,0.61570245,0.53305787,0.38429752,0.16528925,0.3966942,0.61157024,0.58677685,0.5785124,0.5371901,0.54545456,0.46280992,0.36363637,0.3553719,0.41735536,0.49173555,0.5371901,0.5661157,0.5785124,0.59917355,0.607438,0.6363636,0.6528926,0.6404959,0.6404959,0.661157,0.677686,0.6735537,0.661157,0.6818182,0.661157,0.6652893,0.6735537,0.677686,0.6652893,0.6404959,0.6446281,0.6198347,0.59504133,0.59090906,0.57438016,0.53305787,0.5,0.47933885,0.42975205,0.41735536,0.38429752,0.34710744,0.3264463,0.33471075,0.338843,0.38016528,0.37603307,0.35950413,0.3553719,0.33471075,0.20247933,0.11983471,0.1983471,0.35950413,0.23553719,0.19008264,0.21900827,0.20661157,0.1570248,0.5785124,0.48347107,0.29338843,0.0785124,0.4876033,0.59917355,0.5785124,0.57024795,0.5495868,0.5247934,0.53305787,0.45454547,0.338843,0.338843,0.42975205,0.5041322,0.54545456,0.5495868,0.59917355,0.61570245,0.6322314,0.6528926,0.677686,0.6694215,0.6570248,0.677686,0.677686,0.6652893,0.6652893,0.6859504,0.6735537,0.6694215,0.661157,0.6487603,0.6280992,0.6322314,0.61570245,0.61157024,0.59504133,0.53305787,0.5123967,0.47107437,0.446281,0.4090909,0.40082645,0.33471075,0.3305785,0.3181818,0.3553719,0.36363637,0.37190083,0.3677686,0.35950413,0.338843,0.3429752,0.22727273,0.13636364,0.1694215,0.32231405,0.3181818,0.20661157,0.19008264,0.24380165,0.23553719,0.5495868,0.46280992,0.20661157,0.09917355,0.58264464,0.58677685,0.58677685,0.5661157,0.553719,0.553719,0.53305787,0.49586776,0.46280992,0.3429752,0.3305785,0.42561984,0.5041322,0.5247934,0.5785124,0.59090906,0.61570245,0.6280992,0.6735537,0.661157,0.6404959,0.6652893,0.6570248,0.661157,0.661157,0.6570248,0.6694215,0.661157,0.6570248,0.6363636,0.61157024,0.60330576,0.59090906,0.54545456,0.553719,0.5123967,0.4876033,0.45041323,0.41322315,0.38429752,0.3553719,0.2892562,0.3140496,0.35950413,0.38016528,0.37190083,0.37603307,0.3677686,0.338843,0.338843,0.35123968,0.2107438,0.17768595,0.16115703,0.2644628,0.34710744,0.23966943,0.15289256,0.24793388,0.21900827,0.53305787,0.4214876,0.11983471,0.26859504,0.61570245,0.58677685,0.59090906,0.5785124,0.55785125,0.553719,0.5495868,0.5082645,0.49173555,0.45454547,0.33471075,0.3264463,0.42561984,0.5041322,0.54545456,0.57438016,0.58264464,0.59917355,0.61570245,0.6322314,0.61570245,0.62396693,0.61157024,0.61570245,0.6322314,0.6322314,0.6404959,0.61570245,0.59917355,0.58677685,0.55785125,0.5495868,0.5371901,0.5041322,0.4876033,0.46694216,0.44214877,0.40495867,0.38016528,0.3181818,0.30578512,0.3140496,0.3677686,0.37603307,0.38016528,0.38016528,0.38016528,0.35950413,0.33471075,0.3553719,0.37190083,0.16528925,0.20247933,0.1983471,0.23966943,0.3429752,0.29338843,0.13636364,0.2231405,0.25619835,0.56198347,0.40495867,0.12396694,0.37190083,0.59090906,0.59504133,0.5785124,0.58677685,0.57024795,0.5413223,0.56198347,0.5413223,0.5123967,0.4752066,0.42561984,0.33471075,0.30578512,0.40082645,0.47107437,0.5206612,0.54545456,0.553719,0.54545456,0.553719,0.57024795,0.57024795,0.5661157,0.57438016,0.57024795,0.57438016,0.57438016,0.5661157,0.5206612,0.5,0.4876033,0.5,0.47933885,0.46280992,0.43801653,0.40495867,0.40082645,0.34710744,0.30165288,0.29338843,0.338843,0.36363637,0.38429752,0.38016528,0.39256197,0.38016528,0.38429752,0.35950413,0.34710744,0.37190083,0.38429752,0.10330579,0.2231405,0.22727273,0.21900827,0.34710744,0.3140496,0.17768595,0.17768595,0.3140496,0.61570245,0.40082645,0.14049587,0.42561984,0.59917355,0.60330576,0.59090906,0.59504133,0.58677685,0.5661157,0.5413223,0.55785125,0.54545456,0.5041322,0.46280992,0.4214876,0.3140496,0.2768595,0.36363637,0.43801653,0.46694216,0.49173555,0.49586776,0.48347107,0.47933885,0.47107437,0.5247934,0.5165289,0.5247934,0.5371901,0.5165289,0.49586776,0.46280992,0.46694216,0.41735536,0.446281,0.4214876,0.40495867,0.40082645,0.36363637,0.34710744,0.2768595,0.29752067,0.35123968,0.37190083,0.37603307,0.38842976,0.38842976,0.39256197,0.38429752,0.38016528,0.36363637,0.3677686,0.37190083,0.338843,0.049586777,0.23966943,0.26859504,0.19421488,0.3429752,0.3305785,0.20661157,0.1446281,0.3429752,0.6983471,0.40495867,0.11157025,0.42975205,0.6198347,0.60330576,0.61570245,0.57024795,0.607438,0.58264464,0.5413223,0.53305787,0.54545456,0.5413223,0.5082645,0.446281,0.4090909,0.32231405,0.28099173,0.3181818,0.35950413,0.38016528,0.40082645,0.42975205,0.43801653,0.42975205,0.45867768,0.44214877,0.4338843,0.4338843,0.44214877,0.4338843,0.41322315,0.41322315,0.38429752,0.3966942,0.35950413,0.35123968,0.32231405,0.2892562,0.28512397,0.3140496,0.35950413,0.38429752,0.37603307,0.38429752,0.40082645,0.38842976,0.38842976,0.3966942,0.35950413,0.37603307,0.37190083,0.38016528,0.29338843,0.053719006,0.2520661,0.3140496,0.1983471,0.3264463,0.35123968,0.22727273,0.14876033,0.35950413,37 +0.13636364,0.23966943,0.3429752,0.446281,0.5495868,0.6404959,0.677686,0.6942149,0.71900827,0.74793386,0.76859504,0.78512394,0.78512394,0.7933884,0.79752064,0.80991733,0.8140496,0.8140496,0.822314,0.8181818,0.822314,0.822314,0.8264463,0.8305785,0.822314,0.8305785,0.8140496,0.8140496,0.8181818,0.8140496,0.8057851,0.8140496,0.8181818,0.8181818,0.8264463,0.822314,0.8140496,0.8181818,0.822314,0.8181818,0.8140496,0.80991733,0.79752064,0.7933884,0.78099173,0.7768595,0.77272725,0.7644628,0.73966944,0.73966944,0.6983471,0.6694215,0.6363636,0.61570245,0.60330576,0.5495868,0.49586776,0.46280992,0.40082645,0.2603306,0.15289256,0.1322314,0.18181819,0.16528925,0.17768595,0.2231405,0.35123968,0.45041323,0.553719,0.6363636,0.677686,0.70247936,0.7231405,0.74380165,0.76033056,0.78099173,0.78512394,0.7892562,0.8016529,0.80991733,0.8140496,0.8140496,0.8264463,0.8264463,0.8264463,0.822314,0.8264463,0.8305785,0.8305785,0.8264463,0.8181818,0.8181818,0.8140496,0.8181818,0.8140496,0.8140496,0.8140496,0.8140496,0.822314,0.8181818,0.8181818,0.822314,0.8140496,0.8016529,0.822314,0.80991733,0.8016529,0.78512394,0.7933884,0.7768595,0.77272725,0.76859504,0.74380165,0.72727275,0.7066116,0.6735537,0.6404959,0.6198347,0.607438,0.5495868,0.4876033,0.4752066,0.42561984,0.29338843,0.17768595,0.13636364,0.16115703,0.17355372,0.18595041,0.22727273,0.338843,0.46280992,0.54545456,0.6404959,0.661157,0.6942149,0.71487606,0.7355372,0.76033056,0.77272725,0.7892562,0.7892562,0.8016529,0.8181818,0.8057851,0.8057851,0.8264463,0.8181818,0.8305785,0.8305785,0.8305785,0.8264463,0.8305785,0.8264463,0.8264463,0.8305785,0.80991733,0.8140496,0.8264463,0.8140496,0.8181818,0.8181818,0.8181818,0.8181818,0.8140496,0.8140496,0.8140496,0.80991733,0.80991733,0.80991733,0.8016529,0.78512394,0.78099173,0.78099173,0.7768595,0.76859504,0.75619835,0.73140496,0.7066116,0.677686,0.6528926,0.61570245,0.61157024,0.553719,0.49173555,0.4752066,0.42975205,0.3181818,0.1983471,0.17355372,0.15289256,0.16528925,0.18181819,0.24380165,0.3553719,0.45454547,0.553719,0.6280992,0.6652893,0.6818182,0.7107438,0.73966944,0.75619835,0.76859504,0.7892562,0.7933884,0.80991733,0.8140496,0.822314,0.80991733,0.8140496,0.8140496,0.8264463,0.8264463,0.822314,0.822314,0.822314,0.822314,0.822314,0.822314,0.8140496,0.822314,0.80991733,0.8181818,0.8140496,0.8140496,0.8181818,0.8181818,0.8140496,0.80991733,0.80991733,0.8181818,0.8181818,0.8016529,0.79752064,0.7892562,0.78099173,0.78099173,0.7644628,0.76859504,0.75206614,0.7355372,0.71487606,0.6859504,0.6694215,0.6322314,0.607438,0.5371901,0.4876033,0.4876033,0.4338843,0.3181818,0.19008264,0.16115703,0.16115703,0.16528925,0.18181819,0.24793388,0.34710744,0.446281,0.54545456,0.607438,0.6446281,0.6859504,0.7066116,0.7355372,0.75619835,0.76859504,0.78512394,0.7892562,0.80991733,0.8140496,0.80991733,0.8140496,0.7892562,0.8057851,0.8181818,0.8181818,0.822314,0.822314,0.8140496,0.8140496,0.8181818,0.8140496,0.8181818,0.8181818,0.8181818,0.8140496,0.8181818,0.8057851,0.8057851,0.822314,0.822314,0.8181818,0.80991733,0.80991733,0.8057851,0.79752064,0.7892562,0.7768595,0.76033056,0.7768595,0.76033056,0.76859504,0.75206614,0.74380165,0.7231405,0.6983471,0.6735537,0.6322314,0.607438,0.5247934,0.49173555,0.48347107,0.446281,0.35123968,0.1694215,0.15289256,0.1570248,0.1570248,0.18595041,0.23553719,0.3264463,0.45867768,0.553719,0.59917355,0.6280992,0.6570248,0.7107438,0.72727275,0.7644628,0.7644628,0.78099173,0.7933884,0.8016529,0.8181818,0.8057851,0.8057851,0.7933884,0.79752064,0.80991733,0.8140496,0.80991733,0.80991733,0.8140496,0.80991733,0.80991733,0.8181818,0.8181818,0.8181818,0.8181818,0.8057851,0.8140496,0.8057851,0.79752064,0.822314,0.8140496,0.8181818,0.80991733,0.79752064,0.7892562,0.78512394,0.7768595,0.76859504,0.77272725,0.76859504,0.76859504,0.7644628,0.73966944,0.74380165,0.73966944,0.7066116,0.677686,0.6363636,0.59917355,0.5371901,0.48347107,0.47107437,0.446281,0.37190083,0.1570248,0.12396694,0.1446281,0.14049587,0.18181819,0.2231405,0.3305785,0.47933885,0.5661157,0.58677685,0.61157024,0.6404959,0.7066116,0.73140496,0.76859504,0.7644628,0.7892562,0.7892562,0.79752064,0.8057851,0.8016529,0.8016529,0.7933884,0.78099173,0.78512394,0.79752064,0.8140496,0.7933884,0.8057851,0.8057851,0.8057851,0.80991733,0.8140496,0.8140496,0.8140496,0.79752064,0.8057851,0.8016529,0.79752064,0.8057851,0.8140496,0.8057851,0.8016529,0.79752064,0.78512394,0.7768595,0.76859504,0.7768595,0.7768595,0.75619835,0.76033056,0.7644628,0.73140496,0.74793386,0.74793386,0.73140496,0.69008267,0.6487603,0.59917355,0.5495868,0.47933885,0.45041323,0.45041323,0.35950413,0.19421488,0.09917355,0.12396694,0.12396694,0.17355372,0.22727273,0.3305785,0.5,0.57024795,0.59090906,0.607438,0.6487603,0.7107438,0.74793386,0.75619835,0.7644628,0.76859504,0.7892562,0.7933884,0.7933884,0.7933884,0.7933884,0.78512394,0.78099173,0.7768595,0.7644628,0.78512394,0.78512394,0.78512394,0.78512394,0.79752064,0.79752064,0.8016529,0.80991733,0.8057851,0.7933884,0.79752064,0.79752064,0.7892562,0.8057851,0.8016529,0.78512394,0.7892562,0.78512394,0.77272725,0.77272725,0.7644628,0.76859504,0.75619835,0.74380165,0.73966944,0.74380165,0.7355372,0.73966944,0.73966944,0.71900827,0.69008267,0.6322314,0.59504133,0.57024795,0.47933885,0.4338843,0.45454547,0.3966942,0.16528925,0.11983471,0.10330579,0.10743801,0.18595041,0.21900827,0.37190083,0.5165289,0.57438016,0.59090906,0.60330576,0.6652893,0.71900827,0.74380165,0.73140496,0.74793386,0.76033056,0.77272725,0.7768595,0.78099173,0.77272725,0.76859504,0.7644628,0.7644628,0.75619835,0.74380165,0.7644628,0.77272725,0.75619835,0.7644628,0.78099173,0.7768595,0.78099173,0.78512394,0.7892562,0.7768595,0.78512394,0.78099173,0.77272725,0.78512394,0.78099173,0.73966944,0.75206614,0.7644628,0.73966944,0.75206614,0.75206614,0.73966944,0.71900827,0.70247936,0.69008267,0.6859504,0.6942149,0.69008267,0.6818182,0.677686,0.6652893,0.607438,0.57438016,0.5785124,0.5,0.42561984,0.43801653,0.40495867,0.18595041,0.11570248,0.09090909,0.09090909,0.17355372,0.2520661,0.44214877,0.54545456,0.5785124,0.59504133,0.59917355,0.677686,0.71900827,0.7066116,0.661157,0.6818182,0.73140496,0.71900827,0.73966944,0.71487606,0.71487606,0.6942149,0.6818182,0.6859504,0.6859504,0.6859504,0.70247936,0.7107438,0.7107438,0.71487606,0.72727275,0.75206614,0.74380165,0.76033056,0.76859504,0.75619835,0.78099173,0.76859504,0.75206614,0.75619835,0.75206614,0.7107438,0.6694215,0.71487606,0.6570248,0.6198347,0.6652893,0.6446281,0.6198347,0.60330576,0.607438,0.59917355,0.60330576,0.55785125,0.59917355,0.59090906,0.59917355,0.57438016,0.5082645,0.5,0.4876033,0.42561984,0.42561984,0.41735536,0.23966943,0.11983471,0.09090909,0.09090909,0.1694215,0.338843,0.49586776,0.5661157,0.57024795,0.56198347,0.58677685,0.62396693,0.6280992,0.607438,0.54545456,0.54545456,0.6280992,0.6363636,0.6487603,0.6363636,0.61157024,0.5661157,0.5123967,0.5165289,0.5165289,0.5247934,0.5206612,0.5371901,0.56198347,0.59090906,0.6528926,0.6859504,0.6983471,0.72727275,0.7355372,0.74380165,0.76859504,0.77272725,0.74380165,0.7231405,0.6983471,0.6528926,0.58264464,0.59917355,0.553719,0.45041323,0.42561984,0.45454547,0.44214877,0.45867768,0.47933885,0.47107437,0.48347107,0.49173555,0.5206612,0.5247934,0.5289256,0.5206612,0.4752066,0.41735536,0.44214877,0.4090909,0.40082645,0.43801653,0.30578512,0.13636364,0.10743801,0.08677686,0.22727273,0.42561984,0.5495868,0.58264464,0.5661157,0.5371901,0.54545456,0.5082645,0.5123967,0.54545456,0.5206612,0.5041322,0.5413223,0.56198347,0.553719,0.5247934,0.44214877,0.446281,0.44214877,0.39256197,0.3966942,0.37603307,0.3677686,0.37190083,0.4214876,0.45867768,0.5247934,0.59090906,0.6404959,0.6818182,0.7107438,0.7644628,0.7892562,0.7768595,0.73966944,0.70247936,0.6446281,0.5785124,0.5123967,0.47933885,0.41735536,0.38016528,0.33471075,0.32231405,0.3305785,0.33471075,0.33471075,0.338843,0.37603307,0.42975205,0.48347107,0.5,0.49586776,0.4876033,0.47107437,0.4090909,0.37603307,0.37603307,0.39256197,0.43801653,0.37190083,0.17768595,0.11983471,0.09090909,0.30165288,0.48347107,0.58264464,0.59504133,0.5661157,0.53305787,0.49586776,0.48347107,0.49173555,0.5371901,0.5495868,0.5165289,0.5206612,0.5413223,0.5413223,0.5041322,0.45041323,0.42975205,0.45041323,0.42975205,0.42975205,0.40495867,0.38429752,0.37190083,0.38429752,0.3966942,0.43801653,0.5123967,0.58264464,0.661157,0.7107438,0.77272725,0.79752064,0.7892562,0.73966944,0.6818182,0.6198347,0.54545456,0.4752066,0.4214876,0.38429752,0.36363637,0.3677686,0.3553719,0.38016528,0.40495867,0.4090909,0.4090909,0.4214876,0.45867768,0.48347107,0.5041322,0.49586776,0.49586776,0.49173555,0.41322315,0.37190083,0.338843,0.37603307,0.446281,0.42975205,0.22727273,0.11983471,0.12809917,0.37190083,0.5413223,0.61570245,0.607438,0.57024795,0.5082645,0.47107437,0.5041322,0.5247934,0.5661157,0.59917355,0.58677685,0.59504133,0.59917355,0.59917355,0.59090906,0.58677685,0.5413223,0.5082645,0.5041322,0.48347107,0.47107437,0.47107437,0.47107437,0.45454547,0.4338843,0.44214877,0.5,0.57024795,0.6735537,0.74793386,0.76859504,0.8057851,0.80991733,0.75619835,0.677686,0.6198347,0.55785125,0.48347107,0.46280992,0.45867768,0.45041323,0.4338843,0.4214876,0.42975205,0.45454547,0.46694216,0.5,0.5041322,0.5,0.5041322,0.5206612,0.5247934,0.5165289,0.5165289,0.4752066,0.38842976,0.3305785,0.35950413,0.45041323,0.47107437,0.30991736,0.11983471,0.16528925,0.43801653,0.58677685,0.6280992,0.6198347,0.5661157,0.49586776,0.46280992,0.5123967,0.54545456,0.59917355,0.60330576,0.607438,0.58677685,0.5495868,0.5413223,0.5,0.45454547,0.41322315,0.40082645,0.45454547,0.4876033,0.46694216,0.38429752,0.44214877,0.46694216,0.47107437,0.46280992,0.5165289,0.607438,0.71487606,0.78099173,0.8016529,0.8181818,0.822314,0.7768595,0.6942149,0.6363636,0.5661157,0.47933885,0.45454547,0.46280992,0.45867768,0.446281,0.46280992,0.46694216,0.40082645,0.3181818,0.3181818,0.3140496,0.35950413,0.45041323,0.4338843,0.45867768,0.4752066,0.49586776,0.46694216,0.41322315,0.338843,0.338843,0.45041323,0.47933885,0.39256197,0.15289256,0.1983471,0.5371901,0.6198347,0.6322314,0.61570245,0.5413223,0.46694216,0.45041323,0.47933885,0.5041322,0.5247934,0.5,0.4876033,0.43801653,0.4090909,0.3429752,0.24380165,0.25619835,0.38016528,0.3305785,0.46280992,0.5165289,0.53305787,0.53305787,0.5082645,0.45454547,0.46694216,0.43801653,0.5165289,0.6652893,0.74380165,0.79752064,0.822314,0.8305785,0.8264463,0.79752064,0.70247936,0.6487603,0.56198347,0.446281,0.46694216,0.5123967,0.5206612,0.49586776,0.49586776,0.48347107,0.34710744,0.30578512,0.48347107,0.23966943,0.24380165,0.47107437,0.38429752,0.37603307,0.3181818,0.35950413,0.44214877,0.4214876,0.3677686,0.34710744,0.4338843,0.48347107,0.42975205,0.17768595,0.19421488,0.5661157,0.62396693,0.6363636,0.60330576,0.54545456,0.4876033,0.4752066,0.48347107,0.49173555,0.45041323,0.40082645,0.39256197,0.3429752,0.4752066,0.3553719,0.35123968,0.2603306,0.47107437,0.38842976,0.5123967,0.6322314,0.5123967,0.5,0.56198347,0.6446281,0.57024795,0.40495867,0.5289256,0.69008267,0.74793386,0.8057851,0.822314,0.8264463,0.8264463,0.7933884,0.70247936,0.6322314,0.56198347,0.42975205,0.57438016,0.60330576,0.5371901,0.49173555,0.5413223,0.5413223,0.40082645,0.26859504,0.3264463,0.29338843,0.28099173,0.5289256,0.45454547,0.32231405,0.37190083,0.30165288,0.38016528,0.4214876,0.40082645,0.37603307,0.42561984,0.4752066,0.45041323,0.22727273,0.19008264,0.59090906,0.6322314,0.6322314,0.607438,0.5495868,0.54545456,0.5082645,0.4876033,0.47933885,0.42975205,0.39256197,0.41735536,0.41322315,0.59917355,0.41735536,0.3966942,0.29338843,0.30578512,0.4338843,0.59504133,0.71900827,0.6446281,0.57438016,0.5165289,0.6818182,0.71900827,0.49586776,0.58264464,0.7107438,0.72727275,0.7933884,0.822314,0.8140496,0.822314,0.78512394,0.69008267,0.6280992,0.5495868,0.5082645,0.6446281,0.6487603,0.5206612,0.5206612,0.57438016,0.6652893,0.47933885,0.35123968,0.30165288,0.3305785,0.3966942,0.5413223,0.5371901,0.41735536,0.35950413,0.4090909,0.39256197,0.4214876,0.43801653,0.42561984,0.44214877,0.46694216,0.47107437,0.2644628,0.18595041,0.59504133,0.6280992,0.6322314,0.6322314,0.58677685,0.58264464,0.56198347,0.5123967,0.47107437,0.4752066,0.5041322,0.5495868,0.60330576,0.6735537,0.6322314,0.5289256,0.5165289,0.5165289,0.58264464,0.73966944,0.7644628,0.71487606,0.6983471,0.677686,0.72727275,0.77272725,0.6280992,0.6322314,0.70247936,0.71900827,0.7892562,0.8181818,0.80991733,0.8181818,0.7892562,0.6818182,0.6404959,0.55785125,0.56198347,0.6694215,0.71900827,0.6735537,0.6570248,0.6198347,0.7066116,0.6735537,0.53305787,0.5041322,0.5123967,0.57438016,0.59917355,0.57024795,0.53305787,0.42561984,0.4214876,0.4090909,0.4338843,0.4752066,0.45454547,0.45454547,0.46694216,0.4752066,0.3429752,0.19008264,0.59917355,0.6198347,0.6322314,0.6322314,0.6280992,0.6446281,0.6322314,0.553719,0.5247934,0.59504133,0.6570248,0.6652893,0.6694215,0.6983471,0.72727275,0.71900827,0.6942149,0.69008267,0.6859504,0.73966944,0.76033056,0.75206614,0.7768595,0.8016529,0.7933884,0.75619835,0.6818182,0.6694215,0.6859504,0.7066116,0.78512394,0.8140496,0.8057851,0.80991733,0.7768595,0.6652893,0.6363636,0.59917355,0.5661157,0.6404959,0.75206614,0.76033056,0.73140496,0.6983471,0.6942149,0.74380165,0.6942149,0.677686,0.6570248,0.6446281,0.62396693,0.59917355,0.5413223,0.53305787,0.5123967,0.42561984,0.45041323,0.5041322,0.46694216,0.46694216,0.47107437,0.47933885,0.37190083,0.18181819,0.607438,0.61157024,0.6363636,0.6363636,0.6446281,0.6818182,0.6942149,0.6280992,0.61157024,0.6735537,0.71487606,0.7231405,0.73140496,0.72727275,0.71900827,0.70247936,0.7107438,0.70247936,0.6859504,0.6818182,0.74793386,0.7892562,0.80991733,0.78099173,0.75206614,0.7231405,0.6983471,0.6983471,0.69008267,0.70247936,0.7768595,0.80991733,0.8057851,0.8016529,0.74380165,0.6570248,0.6404959,0.6198347,0.58677685,0.607438,0.6942149,0.73966944,0.75619835,0.7644628,0.71487606,0.7231405,0.69008267,0.6735537,0.661157,0.661157,0.6322314,0.61157024,0.57024795,0.5661157,0.5495868,0.49173555,0.5041322,0.5413223,0.49173555,0.47933885,0.47107437,0.4752066,0.39256197,0.16115703,0.59504133,0.607438,0.62396693,0.6446281,0.6694215,0.7066116,0.7231405,0.70247936,0.6570248,0.6735537,0.6983471,0.71900827,0.7231405,0.7066116,0.71487606,0.7231405,0.7231405,0.73966944,0.76859504,0.79752064,0.8181818,0.8057851,0.7892562,0.75206614,0.73966944,0.73140496,0.71487606,0.7066116,0.69008267,0.70247936,0.78099173,0.8140496,0.8016529,0.78099173,0.7107438,0.6570248,0.6404959,0.6322314,0.60330576,0.6280992,0.6487603,0.6983471,0.76859504,0.78099173,0.7768595,0.75206614,0.76033056,0.74380165,0.7231405,0.6942149,0.661157,0.62396693,0.607438,0.58677685,0.5495868,0.5371901,0.5371901,0.54545456,0.5247934,0.47107437,0.46280992,0.45867768,0.4214876,0.17355372,0.58264464,0.58677685,0.6198347,0.61570245,0.6570248,0.7107438,0.74380165,0.74793386,0.7066116,0.661157,0.6818182,0.72727275,0.75206614,0.74380165,0.75619835,0.76859504,0.78512394,0.8057851,0.80991733,0.80991733,0.822314,0.77272725,0.7644628,0.73966944,0.75619835,0.73140496,0.6942149,0.6942149,0.677686,0.70247936,0.78512394,0.8264463,0.8057851,0.7768595,0.7066116,0.661157,0.6322314,0.6446281,0.60330576,0.6363636,0.69008267,0.6942149,0.7355372,0.78099173,0.79752064,0.7644628,0.7644628,0.78512394,0.77272725,0.74380165,0.7231405,0.6652893,0.61157024,0.58264464,0.55785125,0.57438016,0.5661157,0.54545456,0.5371901,0.4752066,0.45454547,0.43801653,0.45454547,0.21900827,0.57438016,0.57024795,0.59504133,0.607438,0.6487603,0.7107438,0.74793386,0.77272725,0.75206614,0.70247936,0.6652893,0.72727275,0.73966944,0.76859504,0.7768595,0.78099173,0.7933884,0.80991733,0.8016529,0.7768595,0.78099173,0.76859504,0.7768595,0.78099173,0.75619835,0.7066116,0.69008267,0.69008267,0.661157,0.70247936,0.7892562,0.8305785,0.80991733,0.77272725,0.71487606,0.6487603,0.6322314,0.6446281,0.60330576,0.62396693,0.6859504,0.7107438,0.7231405,0.75619835,0.78512394,0.76033056,0.7355372,0.75206614,0.72727275,0.7107438,0.70247936,0.6570248,0.607438,0.5785124,0.59917355,0.6322314,0.61570245,0.5661157,0.5371901,0.47933885,0.446281,0.4338843,0.45454547,0.30991736,0.5785124,0.56198347,0.58677685,0.59090906,0.6487603,0.7066116,0.74793386,0.77272725,0.78512394,0.75619835,0.7066116,0.71487606,0.7355372,0.7644628,0.77272725,0.77272725,0.76033056,0.7768595,0.7644628,0.76859504,0.7892562,0.7933884,0.7892562,0.7892562,0.74380165,0.7066116,0.6942149,0.69008267,0.661157,0.71900827,0.7933884,0.8264463,0.8140496,0.76859504,0.6983471,0.6322314,0.61570245,0.6404959,0.61157024,0.607438,0.6942149,0.7066116,0.74380165,0.74380165,0.76033056,0.7644628,0.73966944,0.7231405,0.6983471,0.6694215,0.6818182,0.6528926,0.6322314,0.61157024,0.6404959,0.6652893,0.6404959,0.57438016,0.5247934,0.47933885,0.43801653,0.42561984,0.4214876,0.36363637,0.57438016,0.57024795,0.58264464,0.59090906,0.6322314,0.6942149,0.74380165,0.7768595,0.8057851,0.7933884,0.74380165,0.73966944,0.75619835,0.75619835,0.7768595,0.74793386,0.76033056,0.76859504,0.74793386,0.7768595,0.8181818,0.80991733,0.7933884,0.78512394,0.73140496,0.7066116,0.69008267,0.6818182,0.661157,0.7066116,0.7892562,0.8347107,0.822314,0.76859504,0.6859504,0.6280992,0.607438,0.61570245,0.61570245,0.59090906,0.677686,0.6983471,0.75619835,0.76033056,0.76033056,0.7644628,0.75619835,0.75206614,0.71487606,0.6735537,0.6942149,0.6694215,0.661157,0.6404959,0.677686,0.6818182,0.6322314,0.57024795,0.5165289,0.4752066,0.42561984,0.4214876,0.40082645,0.37603307,0.56198347,0.5495868,0.553719,0.59090906,0.607438,0.6818182,0.72727275,0.7644628,0.7892562,0.8016529,0.7644628,0.74793386,0.75619835,0.74793386,0.77272725,0.76033056,0.7644628,0.7892562,0.7892562,0.8057851,0.80991733,0.8057851,0.79752064,0.77272725,0.72727275,0.69008267,0.6446281,0.677686,0.6735537,0.6859504,0.76859504,0.8471074,0.8347107,0.78512394,0.6735537,0.6198347,0.607438,0.5661157,0.59504133,0.607438,0.6694215,0.69008267,0.7644628,0.77272725,0.77272725,0.76033056,0.75619835,0.73966944,0.72727275,0.677686,0.69008267,0.6818182,0.6694215,0.6694215,0.69008267,0.6694215,0.6280992,0.56198347,0.5082645,0.46694216,0.41735536,0.4214876,0.38842976,0.3966942,0.5661157,0.5495868,0.5495868,0.57024795,0.60330576,0.661157,0.71487606,0.75206614,0.7768595,0.79752064,0.77272725,0.76033056,0.76033056,0.74380165,0.76033056,0.78512394,0.77272725,0.8140496,0.8057851,0.822314,0.8057851,0.8016529,0.79752064,0.76859504,0.71900827,0.6528926,0.61157024,0.6735537,0.70247936,0.6859504,0.77272725,0.838843,0.8305785,0.7892562,0.6818182,0.61570245,0.6363636,0.56198347,0.5413223,0.607438,0.6570248,0.7107438,0.76859504,0.78099173,0.78099173,0.76033056,0.7768595,0.7644628,0.73140496,0.7107438,0.71487606,0.70247936,0.6694215,0.661157,0.6694215,0.6694215,0.607438,0.5661157,0.5,0.45867768,0.4214876,0.41322315,0.38429752,0.3966942,0.5661157,0.54545456,0.5495868,0.5661157,0.59917355,0.6487603,0.70247936,0.74793386,0.72727275,0.7768595,0.7644628,0.7644628,0.76859504,0.76859504,0.7892562,0.7933884,0.79752064,0.80991733,0.8057851,0.8264463,0.8057851,0.8016529,0.7768595,0.75206614,0.71487606,0.61570245,0.59090906,0.6942149,0.71900827,0.7107438,0.78099173,0.8264463,0.822314,0.79752064,0.7107438,0.6198347,0.6487603,0.607438,0.5082645,0.57438016,0.6694215,0.72727275,0.76859504,0.7933884,0.78512394,0.7644628,0.78099173,0.7644628,0.74793386,0.72727275,0.72727275,0.7231405,0.6983471,0.6652893,0.6487603,0.6446281,0.57438016,0.5495868,0.5,0.44214877,0.4214876,0.41322315,0.39256197,0.37603307,0.55785125,0.553719,0.55785125,0.57024795,0.59504133,0.6404959,0.69008267,0.72727275,0.6859504,0.73966944,0.75619835,0.74380165,0.76859504,0.7644628,0.7892562,0.79752064,0.79752064,0.80991733,0.8057851,0.8181818,0.8016529,0.8057851,0.77272725,0.7644628,0.69008267,0.59090906,0.61157024,0.71487606,0.71487606,0.71487606,0.8057851,0.8264463,0.8264463,0.8057851,0.75619835,0.59504133,0.6404959,0.6322314,0.5371901,0.54545456,0.677686,0.73140496,0.7644628,0.7892562,0.7892562,0.76859504,0.7933884,0.7644628,0.75619835,0.74380165,0.73140496,0.7231405,0.7066116,0.661157,0.6404959,0.607438,0.5661157,0.53305787,0.5,0.43801653,0.40082645,0.41735536,0.38429752,0.37190083,0.5495868,0.5495868,0.56198347,0.5785124,0.61157024,0.6404959,0.6694215,0.69008267,0.677686,0.71487606,0.73966944,0.73140496,0.74793386,0.7644628,0.7768595,0.7933884,0.7933884,0.8057851,0.8057851,0.80991733,0.7933884,0.7933884,0.7892562,0.78099173,0.6487603,0.59090906,0.6322314,0.69008267,0.661157,0.7107438,0.7768595,0.77272725,0.7892562,0.78512394,0.75206614,0.62396693,0.55785125,0.60330576,0.54545456,0.5206612,0.661157,0.75206614,0.76859504,0.7768595,0.78512394,0.7768595,0.76859504,0.76033056,0.74380165,0.7355372,0.72727275,0.70247936,0.6942149,0.6528926,0.62396693,0.58677685,0.56198347,0.5289256,0.4876033,0.43801653,0.3966942,0.4214876,0.37190083,0.41322315,0.53305787,0.5371901,0.5661157,0.59090906,0.59917355,0.6322314,0.6735537,0.677686,0.69008267,0.70247936,0.7107438,0.7066116,0.74380165,0.7644628,0.77272725,0.79752064,0.7933884,0.79752064,0.8016529,0.8016529,0.7768595,0.7768595,0.78099173,0.76859504,0.59504133,0.59917355,0.607438,0.61157024,0.5165289,0.58677685,0.6942149,0.677686,0.6694215,0.6859504,0.6446281,0.5371901,0.49586776,0.5371901,0.5495868,0.5165289,0.6280992,0.75619835,0.76859504,0.77272725,0.7768595,0.77272725,0.76859504,0.75206614,0.74793386,0.71487606,0.7231405,0.6818182,0.6528926,0.6322314,0.59504133,0.5661157,0.54545456,0.5247934,0.49586776,0.42975205,0.40082645,0.41322315,0.3429752,0.48347107,0.5082645,0.5082645,0.553719,0.59917355,0.58677685,0.60330576,0.6570248,0.6735537,0.69008267,0.6983471,0.7066116,0.7107438,0.75206614,0.75206614,0.77272725,0.79752064,0.78512394,0.78099173,0.78099173,0.8016529,0.7892562,0.76859504,0.77272725,0.74793386,0.57024795,0.5785124,0.58677685,0.49173555,0.446281,0.44214877,0.5413223,0.553719,0.5247934,0.5371901,0.5289256,0.46694216,0.446281,0.49173555,0.54545456,0.5,0.62396693,0.74380165,0.77272725,0.77272725,0.7768595,0.76859504,0.75619835,0.75206614,0.7355372,0.71487606,0.70247936,0.661157,0.6363636,0.607438,0.57024795,0.54545456,0.5289256,0.5247934,0.49173555,0.44214877,0.40082645,0.40495867,0.3305785,0.53305787,0.49173555,0.4876033,0.5247934,0.60330576,0.62396693,0.62396693,0.6570248,0.6652893,0.677686,0.6818182,0.70247936,0.7066116,0.73140496,0.75619835,0.7768595,0.7933884,0.7768595,0.77272725,0.7768595,0.7892562,0.78512394,0.77272725,0.7644628,0.74380165,0.553719,0.5082645,0.5413223,0.34710744,0.2644628,0.37190083,0.42975205,0.446281,0.40082645,0.40495867,0.40495867,0.3181818,0.3181818,0.43801653,0.48347107,0.5165289,0.6363636,0.72727275,0.75619835,0.78099173,0.77272725,0.75619835,0.73966944,0.72727275,0.70247936,0.6818182,0.6818182,0.6528926,0.61570245,0.5785124,0.56198347,0.5247934,0.5123967,0.5165289,0.4752066,0.42975205,0.38842976,0.38016528,0.3553719,0.5,0.48347107,0.46694216,0.5123967,0.59090906,0.62396693,0.6322314,0.6528926,0.6652893,0.661157,0.6652893,0.6983471,0.71900827,0.72727275,0.75619835,0.78099173,0.78512394,0.7768595,0.76859504,0.78099173,0.78099173,0.75619835,0.75619835,0.75619835,0.75619835,0.59917355,0.43801653,0.46280992,0.35123968,0.1446281,0.22727273,0.3181818,0.33471075,0.33471075,0.29752067,0.27272728,0.25619835,0.29752067,0.38016528,0.44214877,0.553719,0.6446281,0.71487606,0.74793386,0.76859504,0.77272725,0.75619835,0.73966944,0.7107438,0.6859504,0.6735537,0.661157,0.6322314,0.59504133,0.55785125,0.56198347,0.5123967,0.5123967,0.5247934,0.47107437,0.42975205,0.38016528,0.37190083,0.38016528,0.4752066,0.47933885,0.45454547,0.4876033,0.5661157,0.62396693,0.62396693,0.6528926,0.6859504,0.6694215,0.6735537,0.6859504,0.70247936,0.72727275,0.75206614,0.76859504,0.7768595,0.77272725,0.76859504,0.75619835,0.76033056,0.7355372,0.7355372,0.76033056,0.77272725,0.6859504,0.5041322,0.42975205,0.38016528,0.27272728,0.3140496,0.3305785,0.34710744,0.37190083,0.3677686,0.35950413,0.38016528,0.37603307,0.40082645,0.5082645,0.61570245,0.6694215,0.71487606,0.75206614,0.75619835,0.76859504,0.75206614,0.74380165,0.7107438,0.677686,0.6528926,0.6322314,0.61570245,0.57438016,0.5495868,0.55785125,0.5082645,0.5247934,0.5123967,0.4876033,0.4214876,0.38016528,0.37603307,0.38842976,0.47107437,0.47933885,0.446281,0.46280992,0.5371901,0.61570245,0.6322314,0.6570248,0.6942149,0.6859504,0.7066116,0.6942149,0.6942149,0.72727275,0.74793386,0.75619835,0.76859504,0.75619835,0.77272725,0.74380165,0.7355372,0.75206614,0.73966944,0.7768595,0.78512394,0.77272725,0.7066116,0.5495868,0.44214877,0.38842976,0.45454547,0.5206612,0.53305787,0.5247934,0.57438016,0.5206612,0.446281,0.4752066,0.5289256,0.61157024,0.6694215,0.677686,0.70247936,0.73140496,0.75206614,0.75206614,0.73966944,0.7355372,0.7066116,0.6818182,0.6570248,0.6198347,0.58677685,0.56198347,0.5495868,0.5371901,0.53305787,0.5495868,0.5165289,0.48347107,0.38842976,0.39256197,0.38429752,0.38016528,0.44214877,0.49173555,0.46280992,0.45454547,0.5041322,0.58264464,0.6280992,0.661157,0.69008267,0.7107438,0.6859504,0.70247936,0.70247936,0.7231405,0.74793386,0.73966944,0.75206614,0.74793386,0.74793386,0.74793386,0.73140496,0.74380165,0.75619835,0.76859504,0.7933884,0.7892562,0.76859504,0.73140496,0.6528926,0.55785125,0.56198347,0.6404959,0.6487603,0.58677685,0.6198347,0.5661157,0.5206612,0.5785124,0.62396693,0.6487603,0.677686,0.6735537,0.6859504,0.7066116,0.73966944,0.73966944,0.71900827,0.72727275,0.71487606,0.6652893,0.6570248,0.607438,0.58264464,0.56198347,0.5495868,0.5289256,0.5289256,0.5206612,0.5123967,0.46280992,0.3553719,0.39256197,0.38429752,0.30991736,0.33471075,0.4752066,0.47933885,0.446281,0.46694216,0.5413223,0.61570245,0.6528926,0.6983471,0.7066116,0.6983471,0.6942149,0.7066116,0.71487606,0.74793386,0.73966944,0.74380165,0.75619835,0.74380165,0.7355372,0.7355372,0.74380165,0.76033056,0.76033056,0.76033056,0.75206614,0.7231405,0.6859504,0.6652893,0.6322314,0.59917355,0.6652893,0.6694215,0.62396693,0.6198347,0.57438016,0.5289256,0.56198347,0.58677685,0.6280992,0.6446281,0.6528926,0.6735537,0.6859504,0.7107438,0.7231405,0.71900827,0.7066116,0.6818182,0.661157,0.6446281,0.58677685,0.5785124,0.56198347,0.5495868,0.5413223,0.5413223,0.53305787,0.5041322,0.42561984,0.37190083,0.38429752,0.37190083,0.2520661,0.30165288,0.47933885,0.48347107,0.43801653,0.446281,0.5041322,0.58677685,0.6528926,0.6942149,0.7107438,0.6983471,0.6859504,0.70247936,0.71487606,0.74380165,0.7231405,0.74380165,0.74380165,0.73966944,0.73140496,0.74380165,0.76033056,0.7644628,0.76033056,0.73966944,0.71900827,0.71487606,0.6404959,0.6322314,0.661157,0.6446281,0.7066116,0.6859504,0.6735537,0.6818182,0.6363636,0.57024795,0.5495868,0.55785125,0.58677685,0.61157024,0.607438,0.6487603,0.6735537,0.677686,0.69008267,0.6942149,0.6859504,0.661157,0.6528926,0.61570245,0.57438016,0.5661157,0.553719,0.5495868,0.553719,0.5371901,0.5165289,0.48347107,0.40082645,0.38016528,0.38429752,0.3264463,0.28512397,0.30165288,0.45041323,0.47107437,0.46280992,0.43801653,0.4752066,0.5661157,0.6322314,0.6859504,0.70247936,0.7066116,0.6983471,0.6983471,0.7355372,0.7355372,0.71487606,0.72727275,0.70247936,0.73140496,0.7231405,0.74380165,0.75206614,0.7355372,0.7355372,0.71487606,0.6818182,0.69008267,0.6322314,0.6404959,0.6859504,0.7066116,0.76859504,0.74380165,0.72727275,0.75206614,0.72727275,0.6404959,0.58677685,0.5661157,0.55785125,0.57438016,0.59504133,0.59504133,0.6487603,0.6404959,0.661157,0.6694215,0.661157,0.6570248,0.6528926,0.60330576,0.56198347,0.56198347,0.5495868,0.55785125,0.553719,0.5247934,0.4876033,0.45041323,0.38842976,0.38016528,0.37190083,0.29338843,0.2892562,0.30578512,0.4214876,0.46280992,0.46280992,0.446281,0.45454547,0.5495868,0.6198347,0.6652893,0.677686,0.6983471,0.6983471,0.70247936,0.73140496,0.73140496,0.7231405,0.73140496,0.7066116,0.6983471,0.71900827,0.72727275,0.7231405,0.6942149,0.7066116,0.69008267,0.677686,0.661157,0.62396693,0.6570248,0.7066116,0.72727275,0.7933884,0.77272725,0.76033056,0.7768595,0.75206614,0.6983471,0.6528926,0.59090906,0.553719,0.53305787,0.57438016,0.5785124,0.6198347,0.60330576,0.6446281,0.6487603,0.6322314,0.6487603,0.6322314,0.59917355,0.5661157,0.553719,0.5413223,0.553719,0.53305787,0.5082645,0.4752066,0.42975205,0.37603307,0.37190083,0.338843,0.27272728,0.30165288,0.30165288,0.35950413,0.4338843,0.46280992,0.45041323,0.46280992,0.49173555,0.59504133,0.6570248,0.6694215,0.6859504,0.6859504,0.69008267,0.71487606,0.7231405,0.7066116,0.70247936,0.71487606,0.677686,0.69008267,0.7231405,0.7066116,0.6942149,0.6694215,0.661157,0.6735537,0.677686,0.6652893,0.6694215,0.73966944,0.6983471,0.6735537,0.73966944,0.74380165,0.69008267,0.61570245,0.58677685,0.62396693,0.62396693,0.5495868,0.5413223,0.57024795,0.56198347,0.59917355,0.61157024,0.61570245,0.6363636,0.59917355,0.59917355,0.60330576,0.59504133,0.5661157,0.5495868,0.5371901,0.5495868,0.53305787,0.5,0.45041323,0.42561984,0.37190083,0.36363637,0.30165288,0.27272728,0.29752067,0.30165288,0.3181818,0.40495867,0.446281,0.46280992,0.48347107,0.46280992,0.55785125,0.607438,0.661157,0.661157,0.6818182,0.6983471,0.7107438,0.71900827,0.6983471,0.6818182,0.6818182,0.6652893,0.6694215,0.72727275,0.70247936,0.70247936,0.6652893,0.6528926,0.6652893,0.6652893,0.6818182,0.6528926,0.62396693,0.5371901,0.45867768,0.5247934,0.5785124,0.5,0.44214877,0.41322315,0.46694216,0.58677685,0.58264464,0.57024795,0.57438016,0.57438016,0.58677685,0.607438,0.6198347,0.607438,0.59090906,0.5661157,0.5785124,0.59504133,0.57024795,0.5413223,0.5413223,0.553719,0.5289256,0.48347107,0.43801653,0.4090909,0.38016528,0.35123968,0.27272728,0.27272728,0.29338843,0.30165288,0.29752067,0.3553719,0.4338843,0.446281,0.4876033,0.47933885,0.5082645,0.58677685,0.6363636,0.6404959,0.661157,0.6818182,0.7066116,0.7066116,0.69008267,0.6735537,0.6487603,0.6404959,0.6735537,0.6942149,0.6942149,0.7066116,0.6694215,0.6404959,0.6446281,0.6322314,0.60330576,0.5206612,0.4338843,0.41322315,0.4090909,0.38842976,0.40495867,0.3966942,0.37190083,0.35123968,0.30578512,0.41322315,0.5371901,0.58264464,0.59504133,0.59090906,0.59917355,0.62396693,0.61570245,0.58677685,0.5785124,0.5371901,0.56198347,0.57438016,0.5661157,0.53305787,0.5247934,0.54545456,0.5123967,0.4752066,0.43801653,0.40082645,0.38016528,0.30991736,0.2644628,0.27272728,0.29752067,0.30165288,0.30578512,0.30991736,0.3966942,0.43801653,0.46694216,0.49173555,0.5041322,0.56198347,0.61570245,0.61570245,0.6322314,0.6570248,0.69008267,0.6983471,0.6818182,0.6570248,0.6322314,0.6404959,0.6652893,0.6942149,0.69008267,0.6570248,0.6528926,0.62396693,0.61570245,0.55785125,0.45041323,0.3553719,0.3264463,0.33471075,0.3553719,0.32231405,0.3181818,0.35950413,0.36363637,0.28512397,0.22727273,0.29338843,0.40495867,0.5165289,0.58264464,0.58677685,0.59090906,0.6198347,0.59917355,0.5785124,0.58264464,0.5247934,0.5413223,0.5495868,0.5495868,0.5289256,0.5206612,0.5206612,0.5,0.46694216,0.4338843,0.3966942,0.36363637,0.26859504,0.25619835,0.28512397,0.29752067,0.30165288,0.3140496,0.29338843,0.338843,0.4214876,0.45867768,0.47933885,0.49586776,0.53305787,0.59090906,0.59504133,0.6280992,0.6446281,0.6694215,0.677686,0.661157,0.6322314,0.6198347,0.6487603,0.661157,0.6818182,0.6859504,0.607438,0.57438016,0.54545456,0.53305787,0.4338843,0.30578512,0.26859504,0.30165288,0.40082645,0.3966942,0.3264463,0.37603307,0.4752066,0.5247934,0.44214877,0.23140496,0.2231405,0.2603306,0.37190083,0.4752066,0.5165289,0.5495868,0.58677685,0.60330576,0.59090906,0.5785124,0.5165289,0.53305787,0.5371901,0.53305787,0.5289256,0.5123967,0.5123967,0.5,0.45867768,0.42561984,0.4090909,0.32231405,0.24793388,0.2603306,0.28099173,0.29752067,0.30165288,0.30578512,0.30578512,0.29338843,0.38429752,0.44214877,0.4752066,0.49586776,0.5123967,0.56198347,0.58677685,0.607438,0.6446281,0.6528926,0.6570248,0.6322314,0.61570245,0.62396693,0.6487603,0.661157,0.6570248,0.6280992,0.53305787,0.446281,0.40495867,0.3429752,0.23966943,0.17768595,0.19008264,0.28099173,0.42561984,0.38842976,0.3264463,0.42561984,0.57024795,0.6280992,0.4752066,0.30165288,0.19008264,0.12396694,0.23966943,0.33471075,0.38016528,0.45867768,0.53305787,0.5785124,0.58264464,0.55785125,0.53305787,0.5206612,0.53305787,0.5413223,0.5206612,0.5041322,0.5,0.49586776,0.45454547,0.42561984,0.38016528,0.2520661,0.25619835,0.2603306,0.2892562,0.2892562,0.30165288,0.3140496,0.2892562,0.2892562,0.338843,0.40082645,0.47933885,0.5,0.5165289,0.5495868,0.5661157,0.58677685,0.607438,0.6446281,0.62396693,0.6404959,0.61157024,0.62396693,0.6404959,0.6363636,0.61157024,0.54545456,0.45867768,0.37190083,0.33471075,0.30165288,0.17768595,0.27272728,0.37190083,0.28099173,0.37603307,0.38016528,0.4090909,0.40495867,0.34710744,0.39256197,0.40495867,0.39256197,0.30991736,0.21900827,0.2644628,0.3305785,0.2892562,0.38429752,0.49173555,0.5413223,0.5495868,0.5495868,0.5371901,0.5165289,0.5247934,0.5495868,0.5206612,0.49586776,0.48347107,0.47933885,0.45454547,0.42561984,0.3305785,0.2231405,0.24793388,0.26859504,0.29338843,0.2892562,0.30165288,0.29752067,0.30578512,0.29338843,0.29752067,0.35950413,0.43801653,0.48347107,0.5165289,0.5371901,0.553719,0.57024795,0.5785124,0.61157024,0.59917355,0.607438,0.61570245,0.6198347,0.61570245,0.61570245,0.58264464,0.5289256,0.5165289,0.55785125,0.5371901,0.54545456,0.5371901,0.5123967,0.5247934,0.55785125,0.58677685,0.5495868,0.55785125,0.58677685,0.58677685,0.59504133,0.5661157,0.5413223,0.5082645,0.5041322,0.5289256,0.5206612,0.55785125,0.5206612,0.54545456,0.56198347,0.5495868,0.5413223,0.5413223,0.54545456,0.5289256,0.5289256,0.5123967,0.49586776,0.4876033,0.4752066,0.45867768,0.4090909,0.26859504,0.20661157,0.2520661,0.27272728,0.28512397,0.28512397,0.29752067,0.30991736,0.30578512,0.30165288,0.2892562,0.30991736,0.4090909,0.45867768,0.49173555,0.5413223,0.55785125,0.5661157,0.5785124,0.59917355,0.60330576,0.60330576,0.60330576,0.61157024,0.607438,0.60330576,0.61570245,0.6198347,0.6735537,0.7231405,0.7066116,0.661157,0.6487603,0.6404959,0.6404959,0.6859504,0.70247936,0.6735537,0.6446281,0.6942149,0.6818182,0.6942149,0.6694215,0.6363636,0.607438,0.607438,0.59917355,0.61157024,0.6694215,0.661157,0.607438,0.58264464,0.57024795,0.55785125,0.54545456,0.553719,0.5247934,0.5123967,0.5041322,0.4876033,0.4876033,0.48347107,0.4214876,0.38429752,0.2107438,0.20661157,0.2603306,0.27272728,0.28512397,0.2892562,0.30578512,0.30165288,0.30165288,0.30578512,0.29752067,0.28099173,0.38016528,0.42561984,0.4876033,0.5206612,0.5495868,0.553719,0.59090906,0.62396693,0.61570245,0.61570245,0.59504133,0.61157024,0.6363636,0.6198347,0.6528926,0.70247936,0.74793386,0.73966944,0.71487606,0.6487603,0.6363636,0.6487603,0.6322314,0.6528926,0.6694215,0.677686,0.6652893,0.6735537,0.6735537,0.661157,0.6363636,0.61157024,0.60330576,0.58677685,0.57438016,0.6280992,0.6818182,0.70247936,0.6446281,0.58264464,0.54545456,0.55785125,0.5289256,0.5413223,0.53305787,0.5041322,0.49173555,0.47107437,0.4752066,0.45454547,0.4214876,0.3677686,0.19421488,0.2231405,0.26859504,0.26859504,0.29338843,0.29338843,0.29752067,0.30165288,0.30165288,0.30165288,0.29338843,0.2892562,0.3677686,0.39256197,0.47107437,0.5041322,0.53305787,0.5413223,0.58264464,0.61570245,0.6198347,0.62396693,0.61157024,0.61570245,0.6404959,0.6322314,0.6404959,0.7231405,0.7355372,0.7355372,0.6983471,0.6528926,0.607438,0.61570245,0.59504133,0.58677685,0.59090906,0.59504133,0.61570245,0.61570245,0.59090906,0.5661157,0.553719,0.5413223,0.5413223,0.5413223,0.5661157,0.62396693,0.661157,0.6735537,0.6487603,0.607438,0.56198347,0.55785125,0.5413223,0.5371901,0.53305787,0.49586776,0.47933885,0.46694216,0.45454547,0.4338843,0.3677686,0.36363637,0.1983471,0.22727273,0.2644628,0.26859504,0.29338843,0.29752067,0.29338843,0.29338843,0.29752067,0.30578512,0.29338843,0.2892562,0.3677686,0.38016528,0.41735536,0.48347107,0.5,0.5371901,0.57438016,0.5785124,0.58264464,0.607438,0.59917355,0.607438,0.6198347,0.6280992,0.62396693,0.677686,0.7107438,0.6859504,0.6818182,0.661157,0.58677685,0.54545456,0.5165289,0.47933885,0.4752066,0.4752066,0.5165289,0.5123967,0.45454547,0.42975205,0.45041323,0.46280992,0.48347107,0.53305787,0.57024795,0.60330576,0.6404959,0.6404959,0.61157024,0.59504133,0.57438016,0.54545456,0.5247934,0.5082645,0.5123967,0.48347107,0.4752066,0.45867768,0.45041323,0.41735536,0.34710744,0.3677686,0.22727273,0.23966943,0.2603306,0.27272728,0.29338843,0.30165288,0.29752067,0.29752067,0.29338843,0.30578512,0.29338843,0.28512397,0.38016528,0.38842976,0.38016528,0.45454547,0.48347107,0.5,0.56198347,0.55785125,0.553719,0.57024795,0.57024795,0.58677685,0.59504133,0.62396693,0.6198347,0.6280992,0.6818182,0.6487603,0.6694215,0.6735537,0.60330576,0.53305787,0.48347107,0.4338843,0.4090909,0.38016528,0.37190083,0.3966942,0.40495867,0.40082645,0.446281,0.4752066,0.5,0.5495868,0.5661157,0.59504133,0.61157024,0.59504133,0.5785124,0.5661157,0.5247934,0.5289256,0.5247934,0.5082645,0.4876033,0.46694216,0.46694216,0.44214877,0.43801653,0.38842976,0.3429752,0.37190083,0.2644628,0.23553719,0.26859504,0.2768595,0.2892562,0.29338843,0.30165288,0.29752067,0.29338843,0.29338843,0.29338843,0.28099173,0.35950413,0.4338843,0.36363637,0.4090909,0.46694216,0.46694216,0.5206612,0.5371901,0.5289256,0.5413223,0.5413223,0.55785125,0.56198347,0.59917355,0.607438,0.62396693,0.6404959,0.6487603,0.6570248,0.677686,0.6404959,0.59504133,0.55785125,0.49586776,0.47107437,0.45867768,0.44214877,0.446281,0.4752066,0.48347107,0.5123967,0.553719,0.55785125,0.57438016,0.57024795,0.58677685,0.58264464,0.57024795,0.55785125,0.54545456,0.5247934,0.5082645,0.5,0.49586776,0.47107437,0.45867768,0.45041323,0.42561984,0.40082645,0.35123968,0.35123968,0.38429752,0.28099173,0.24380165,0.2644628,0.28099173,0.28512397,0.29752067,0.29752067,0.29338843,0.2892562,0.2892562,0.2892562,0.28512397,0.33471075,0.46280992,0.3966942,0.3677686,0.4214876,0.45041323,0.46694216,0.5,0.5123967,0.5206612,0.53305787,0.54545456,0.5495868,0.57024795,0.58264464,0.61570245,0.6198347,0.6198347,0.6404959,0.6735537,0.6735537,0.6487603,0.6404959,0.61157024,0.59917355,0.58264464,0.57024795,0.56198347,0.57438016,0.5785124,0.60330576,0.607438,0.607438,0.59504133,0.59917355,0.58264464,0.57024795,0.55785125,0.5371901,0.5082645,0.5123967,0.49586776,0.4876033,0.47933885,0.446281,0.44214877,0.4090909,0.41735536,0.35950413,0.3305785,0.38429752,0.39256197,0.2768595,0.24793388,0.2768595,0.2768595,0.28512397,0.29752067,0.29338843,0.29338843,0.29752067,0.30165288,0.2768595,0.30165288,0.29752067,0.48347107,0.446281,0.37603307,0.3677686,0.4214876,0.44214877,0.45867768,0.4752066,0.4876033,0.5247934,0.53305787,0.553719,0.5495868,0.57024795,0.59090906,0.60330576,0.59917355,0.6280992,0.6694215,0.6942149,0.6983471,0.6983471,0.6942149,0.71487606,0.7066116,0.69008267,0.6735537,0.6694215,0.6735537,0.6859504,0.6859504,0.6528926,0.6404959,0.6280992,0.58677685,0.56198347,0.5661157,0.5413223,0.5,0.5165289,0.5041322,0.4876033,0.4752066,0.44214877,0.41322315,0.4090909,0.39256197,0.3140496,0.33471075,0.41735536,0.3966942,0.28512397,0.2603306,0.2603306,0.28512397,0.2892562,0.29752067,0.29752067,0.28512397,0.29338843,0.29752067,0.28099173,0.29338843,0.3264463,0.4752066,0.46694216,0.4214876,0.34710744,0.35950413,0.4090909,0.446281,0.446281,0.47107437,0.5082645,0.5247934,0.553719,0.57024795,0.5785124,0.5785124,0.607438,0.6363636,0.6528926,0.6694215,0.6983471,0.7355372,0.72727275,0.7355372,0.74793386,0.74380165,0.7355372,0.7231405,0.71900827,0.73140496,0.73140496,0.7066116,0.69008267,0.6652893,0.661157,0.62396693,0.57438016,0.57438016,0.57024795,0.5206612,0.5165289,0.5,0.4752066,0.45867768,0.4338843,0.39256197,0.38429752,0.3429752,0.3181818,0.38016528,0.4214876,0.3966942,0.33471075,0.27272728,0.2768595,0.2768595,0.2892562,0.29752067,0.30165288,0.2892562,0.2892562,0.28512397,0.29338843,0.33471075,0.43801653,0.45867768,0.47107437,0.46694216,0.3966942,0.3181818,0.3553719,0.41322315,0.43801653,0.45041323,0.48347107,0.5247934,0.5371901,0.5785124,0.58264464,0.60330576,0.61570245,0.6528926,0.6652893,0.6694215,0.677686,0.7231405,0.7355372,0.73966944,0.74380165,0.73140496,0.74793386,0.73140496,0.74380165,0.72727275,0.7355372,0.7107438,0.7066116,0.6694215,0.661157,0.6404959,0.59917355,0.57024795,0.57438016,0.5289256,0.5082645,0.49173555,0.46280992,0.42561984,0.3966942,0.36363637,0.3264463,0.29752067,0.35950413,0.4214876,0.42975205,0.35950413,0.41322315,0.33471075,0.2892562,0.28512397,0.28512397,0.29752067,0.29338843,0.29338843,0.29338843,0.2768595,0.30991736,0.44214877,0.46280992,0.46280992,0.46280992,0.47933885,0.4752066,0.36363637,0.30578512,0.34710744,0.39256197,0.41735536,0.44214877,0.5041322,0.5495868,0.57024795,0.59090906,0.59090906,0.6363636,0.6446281,0.6694215,0.6818182,0.7107438,0.73140496,0.73140496,0.74380165,0.73966944,0.71900827,0.73966944,0.75206614,0.73966944,0.7231405,0.71900827,0.70247936,0.71487606,0.6694215,0.6446281,0.6280992,0.59917355,0.58677685,0.54545456,0.5082645,0.4876033,0.46280992,0.42561984,0.38429752,0.37603307,0.33471075,0.28512397,0.3264463,0.4090909,0.43801653,0.44214877,0.3677686,0.35123968,0.42975205,0.3140496,0.29338843,0.28099173,0.2892562,0.29752067,0.29338843,0.2892562,0.2892562,0.40495867,0.47107437,0.4090909,0.45454547,0.47107437,0.48347107,0.48347107,0.446281,0.36363637,0.2768595,0.3264463,0.36363637,0.40495867,0.46694216,0.5165289,0.5495868,0.5661157,0.59090906,0.6404959,0.6487603,0.6818182,0.6735537,0.7107438,0.7355372,0.71900827,0.72727275,0.7231405,0.71487606,0.7107438,0.71487606,0.73966944,0.7107438,0.71487606,0.6942149,0.6983471,0.661157,0.62396693,0.61570245,0.59090906,0.56198347,0.5289256,0.49586776,0.4752066,0.42975205,0.38429752,0.34710744,0.3140496,0.2892562,0.2892562,0.37190083,0.44214877,0.446281,0.44214877,0.37603307,0.2603306,0.42561984,0.40082645,0.28099173,0.28512397,0.28099173,0.28512397,0.29752067,0.2644628,0.35123968,0.5,0.3966942,0.3264463,0.45454547,0.47933885,0.47933885,0.49586776,0.46694216,0.43801653,0.3264463,0.2892562,0.30578512,0.338843,0.41735536,0.48347107,0.5165289,0.5413223,0.5785124,0.6198347,0.6322314,0.6735537,0.6363636,0.6859504,0.70247936,0.6942149,0.70247936,0.677686,0.6859504,0.69008267,0.70247936,0.6859504,0.69008267,0.69008267,0.6818182,0.6735537,0.62396693,0.5785124,0.59504133,0.58264464,0.5495868,0.5,0.46694216,0.44214877,0.37603307,0.3429752,0.30165288,0.2520661,0.2768595,0.32231405,0.42561984,0.45454547,0.446281,0.43801653,0.40082645,0.22727273,0.3181818,0.45454547,0.3264463,0.28099173,0.2768595,0.2892562,0.28099173,0.2603306,0.46694216,0.5082645,0.30991736,0.2603306,0.4752066,0.4876033,0.4752066,0.49586776,0.48347107,0.45454547,0.4090909,0.3264463,0.2644628,0.2768595,0.32231405,0.40082645,0.46280992,0.5082645,0.54545456,0.59917355,0.607438,0.6363636,0.6487603,0.6280992,0.677686,0.661157,0.6652893,0.6487603,0.6404959,0.6363636,0.6528926,0.6528926,0.6280992,0.6404959,0.62396693,0.62396693,0.59917355,0.57024795,0.553719,0.5413223,0.5123967,0.47107437,0.4338843,0.37190083,0.30991736,0.28099173,0.24793388,0.25619835,0.3140496,0.38016528,0.446281,0.46694216,0.446281,0.44214877,0.41322315,0.2892562,0.23966943,0.40082645,0.40495867,0.29338843,0.28512397,0.26859504,37 +0.11570248,0.1446281,0.25619835,0.39256197,0.53305787,0.60330576,0.677686,0.6818182,0.7231405,0.75206614,0.76859504,0.78512394,0.7933884,0.7933884,0.79752064,0.79752064,0.8016529,0.8140496,0.822314,0.8140496,0.8264463,0.8264463,0.8305785,0.8305785,0.822314,0.822314,0.8264463,0.822314,0.80991733,0.822314,0.8057851,0.80991733,0.80991733,0.8181818,0.8181818,0.8181818,0.80991733,0.8057851,0.8016529,0.8016529,0.8016529,0.7892562,0.7892562,0.78099173,0.7644628,0.74380165,0.70247936,0.6818182,0.6652893,0.6404959,0.6198347,0.59090906,0.59917355,0.59090906,0.57024795,0.54545456,0.47933885,0.44214877,0.338843,0.24380165,0.14049587,0.11983471,0.1446281,0.11983471,0.10743801,0.17355372,0.30165288,0.41735536,0.5247934,0.62396693,0.6735537,0.6983471,0.7231405,0.76033056,0.77272725,0.7933884,0.7892562,0.7933884,0.8016529,0.8016529,0.8057851,0.8181818,0.822314,0.8181818,0.8264463,0.8264463,0.8347107,0.8305785,0.8264463,0.8305785,0.822314,0.822314,0.8181818,0.8057851,0.8016529,0.8016529,0.8016529,0.8140496,0.80991733,0.80991733,0.8016529,0.8057851,0.8016529,0.8057851,0.8057851,0.8057851,0.7892562,0.7892562,0.78099173,0.7644628,0.76859504,0.7355372,0.7066116,0.6735537,0.6404959,0.61570245,0.59917355,0.58677685,0.5785124,0.53305787,0.48347107,0.45454547,0.3966942,0.29338843,0.1694215,0.12396694,0.1322314,0.14876033,0.12809917,0.18595041,0.3305785,0.4338843,0.5371901,0.6404959,0.6859504,0.70247936,0.71900827,0.76033056,0.7768595,0.78512394,0.79752064,0.7933884,0.8016529,0.79752064,0.80991733,0.80991733,0.8264463,0.80991733,0.8264463,0.8347107,0.8305785,0.8347107,0.8305785,0.8264463,0.8181818,0.8181818,0.80991733,0.8057851,0.8057851,0.8016529,0.8016529,0.80991733,0.80991733,0.80991733,0.8057851,0.8016529,0.8016529,0.8140496,0.80991733,0.8140496,0.7933884,0.7933884,0.7892562,0.78099173,0.78099173,0.77272725,0.75206614,0.71900827,0.6735537,0.6487603,0.60330576,0.59090906,0.57024795,0.5413223,0.5,0.45867768,0.44214877,0.32231405,0.20247933,0.1322314,0.11983471,0.15289256,0.12809917,0.2107438,0.32231405,0.42975205,0.553719,0.6404959,0.6942149,0.6942149,0.7355372,0.76033056,0.7768595,0.7768595,0.79752064,0.7933884,0.7892562,0.8057851,0.8140496,0.80991733,0.8264463,0.8140496,0.822314,0.8305785,0.8305785,0.8305785,0.8264463,0.8181818,0.8140496,0.8140496,0.80991733,0.8016529,0.8016529,0.8016529,0.8057851,0.8057851,0.80991733,0.8057851,0.80991733,0.8140496,0.80991733,0.8057851,0.8140496,0.8057851,0.8016529,0.79752064,0.7768595,0.78512394,0.78099173,0.76859504,0.75619835,0.7355372,0.70247936,0.6694215,0.6322314,0.59504133,0.59090906,0.5371901,0.49586776,0.45867768,0.45454547,0.37603307,0.23553719,0.1446281,0.10330579,0.12809917,0.15289256,0.1983471,0.30991736,0.4338843,0.5661157,0.6528926,0.6942149,0.7066116,0.7355372,0.7644628,0.77272725,0.77272725,0.7892562,0.7933884,0.7933884,0.8057851,0.8057851,0.8181818,0.8181818,0.8181818,0.822314,0.822314,0.822314,0.8305785,0.822314,0.8140496,0.80991733,0.80991733,0.8016529,0.7933884,0.7933884,0.8016529,0.8016529,0.8016529,0.8140496,0.80991733,0.8057851,0.80991733,0.8140496,0.80991733,0.8140496,0.79752064,0.8016529,0.7933884,0.78512394,0.78512394,0.78512394,0.76859504,0.75206614,0.74380165,0.71900827,0.677686,0.6487603,0.6198347,0.59917355,0.5413223,0.49586776,0.4752066,0.45041323,0.4090909,0.27272728,0.16528925,0.12809917,0.10743801,0.1446281,0.1983471,0.3140496,0.45041323,0.5661157,0.6487603,0.69008267,0.70247936,0.72727275,0.75206614,0.77272725,0.78512394,0.79752064,0.7892562,0.8016529,0.80991733,0.7933884,0.8140496,0.8181818,0.8181818,0.822314,0.8264463,0.822314,0.8264463,0.822314,0.8140496,0.80991733,0.8057851,0.7933884,0.8016529,0.79752064,0.8016529,0.79752064,0.79752064,0.80991733,0.78512394,0.8140496,0.8016529,0.79752064,0.7933884,0.8057851,0.8016529,0.7892562,0.78099173,0.78512394,0.7768595,0.76859504,0.76859504,0.75206614,0.7355372,0.7107438,0.677686,0.6652893,0.6280992,0.607438,0.5495868,0.49586776,0.48347107,0.446281,0.42975205,0.28099173,0.17768595,0.14049587,0.11983471,0.15289256,0.1983471,0.30578512,0.42975205,0.55785125,0.6363636,0.677686,0.70247936,0.72727275,0.75619835,0.76859504,0.78099173,0.7933884,0.79752064,0.8016529,0.8057851,0.7933884,0.79752064,0.8016529,0.8057851,0.8181818,0.822314,0.80991733,0.8181818,0.80991733,0.8140496,0.8057851,0.8016529,0.7933884,0.79752064,0.79752064,0.79752064,0.8016529,0.8057851,0.8016529,0.7933884,0.8016529,0.8016529,0.7933884,0.79752064,0.79752064,0.7892562,0.78512394,0.77272725,0.7644628,0.7644628,0.76033056,0.75619835,0.74380165,0.72727275,0.7066116,0.677686,0.6694215,0.6322314,0.61570245,0.56198347,0.4876033,0.47933885,0.45041323,0.42561984,0.28512397,0.1694215,0.14876033,0.11570248,0.14876033,0.1983471,0.30165288,0.43801653,0.58264464,0.6280992,0.661157,0.7107438,0.72727275,0.75619835,0.7644628,0.78512394,0.7933884,0.7933884,0.79752064,0.8016529,0.7892562,0.7892562,0.77272725,0.79752064,0.8057851,0.80991733,0.8016529,0.80991733,0.78512394,0.80991733,0.7892562,0.7933884,0.78099173,0.7933884,0.78512394,0.7892562,0.78512394,0.78099173,0.7933884,0.7892562,0.7933884,0.7892562,0.7892562,0.7892562,0.78099173,0.77272725,0.76033056,0.75206614,0.73966944,0.73966944,0.74793386,0.74380165,0.73966944,0.7231405,0.7066116,0.6942149,0.6694215,0.62396693,0.61157024,0.57438016,0.49586776,0.47107437,0.45454547,0.42975205,0.29338843,0.16528925,0.1446281,0.11570248,0.1570248,0.17355372,0.28512397,0.46280992,0.59917355,0.6322314,0.6570248,0.69008267,0.73140496,0.75619835,0.77272725,0.78099173,0.7933884,0.7933884,0.79752064,0.8016529,0.78512394,0.78512394,0.7768595,0.7892562,0.7892562,0.7892562,0.7892562,0.79752064,0.7768595,0.78099173,0.7892562,0.78512394,0.78099173,0.7892562,0.78512394,0.77272725,0.7768595,0.76859504,0.78512394,0.7933884,0.7892562,0.78099173,0.78512394,0.76859504,0.75206614,0.73966944,0.73140496,0.7231405,0.72727275,0.73140496,0.74380165,0.73966944,0.7107438,0.71900827,0.7066116,0.6942149,0.6694215,0.6322314,0.607438,0.5495868,0.49586776,0.47933885,0.446281,0.446281,0.3305785,0.1570248,0.11983471,0.11983471,0.16115703,0.1570248,0.29338843,0.5041322,0.61157024,0.6363636,0.6528926,0.69008267,0.73140496,0.76859504,0.7768595,0.78099173,0.78099173,0.78099173,0.78512394,0.78512394,0.7768595,0.76859504,0.76859504,0.75619835,0.76033056,0.76859504,0.76859504,0.77272725,0.77272725,0.76859504,0.76859504,0.7768595,0.76859504,0.78099173,0.78099173,0.75206614,0.76859504,0.76859504,0.77272725,0.7892562,0.76859504,0.77272725,0.7644628,0.74380165,0.73140496,0.7355372,0.72727275,0.74380165,0.7355372,0.7231405,0.72727275,0.7107438,0.6983471,0.7231405,0.71900827,0.7066116,0.677686,0.6487603,0.607438,0.56198347,0.49586776,0.45867768,0.42561984,0.45454547,0.34710744,0.1570248,0.11157025,0.10330579,0.16115703,0.17768595,0.35950413,0.5495868,0.62396693,0.6404959,0.6487603,0.71487606,0.73966944,0.76033056,0.76033056,0.76859504,0.7768595,0.78512394,0.77272725,0.7768595,0.75619835,0.75619835,0.75619835,0.74793386,0.7231405,0.72727275,0.73966944,0.73966944,0.73140496,0.74380165,0.74793386,0.74793386,0.75206614,0.75619835,0.75206614,0.7355372,0.74380165,0.74793386,0.74793386,0.77272725,0.74793386,0.75619835,0.73966944,0.74380165,0.72727275,0.72727275,0.72727275,0.72727275,0.71487606,0.70247936,0.6983471,0.6983471,0.6818182,0.70247936,0.6942149,0.6942149,0.677686,0.61570245,0.60330576,0.57438016,0.5082645,0.446281,0.42975205,0.43801653,0.38016528,0.1694215,0.10743801,0.09917355,0.15289256,0.20247933,0.5041322,0.58264464,0.6198347,0.6363636,0.661157,0.72727275,0.73966944,0.7231405,0.71487606,0.7355372,0.75619835,0.75206614,0.75206614,0.74380165,0.72727275,0.7066116,0.70247936,0.6983471,0.677686,0.6859504,0.7066116,0.69008267,0.69008267,0.70247936,0.7066116,0.71487606,0.7107438,0.7231405,0.71487606,0.7107438,0.7107438,0.71487606,0.71487606,0.7231405,0.7066116,0.6859504,0.6942149,0.6818182,0.677686,0.69008267,0.6859504,0.6694215,0.6570248,0.6404959,0.62396693,0.62396693,0.6280992,0.6280992,0.6322314,0.6322314,0.6322314,0.58264464,0.5785124,0.5661157,0.5206612,0.446281,0.42561984,0.4338843,0.40495867,0.21487603,0.11157025,0.09917355,0.20247933,0.3429752,0.57024795,0.62396693,0.61570245,0.60330576,0.6363636,0.6487603,0.6859504,0.6322314,0.58264464,0.6322314,0.6694215,0.6652893,0.69008267,0.6363636,0.6198347,0.57024795,0.56198347,0.5661157,0.5661157,0.58677685,0.59504133,0.59090906,0.60330576,0.607438,0.6322314,0.6528926,0.6487603,0.6652893,0.6652893,0.6983471,0.6942149,0.6859504,0.677686,0.6735537,0.661157,0.60330576,0.58677685,0.59090906,0.55785125,0.56198347,0.55785125,0.56198347,0.5371901,0.5495868,0.54545456,0.5413223,0.54545456,0.53305787,0.5413223,0.553719,0.553719,0.54545456,0.5,0.46694216,0.47933885,0.44214877,0.40495867,0.41735536,0.41322315,0.30991736,0.11157025,0.11983471,0.24793388,0.45867768,0.60330576,0.6363636,0.61570245,0.59090906,0.5661157,0.5371901,0.5785124,0.5495868,0.5123967,0.5289256,0.55785125,0.553719,0.5413223,0.47107437,0.45454547,0.42561984,0.40082645,0.39256197,0.37603307,0.39256197,0.38842976,0.40082645,0.45454547,0.47107437,0.5289256,0.5289256,0.58264464,0.60330576,0.6322314,0.6859504,0.70247936,0.677686,0.6528926,0.61157024,0.56198347,0.5165289,0.46280992,0.45867768,0.4338843,0.38429752,0.3677686,0.3677686,0.36363637,0.37603307,0.37603307,0.38842976,0.40082645,0.42561984,0.45867768,0.47107437,0.49173555,0.48347107,0.45041323,0.4090909,0.41322315,0.41322315,0.3966942,0.4090909,0.4214876,0.38016528,0.16115703,0.11570248,0.33471075,0.5495868,0.6280992,0.6487603,0.6198347,0.5661157,0.5206612,0.5165289,0.5206612,0.5495868,0.5123967,0.45867768,0.47107437,0.47107437,0.45041323,0.41735536,0.37190083,0.37603307,0.3677686,0.36363637,0.338843,0.3429752,0.3305785,0.338843,0.3677686,0.35123968,0.4338843,0.45041323,0.5206612,0.57024795,0.6404959,0.71900827,0.7231405,0.6859504,0.6280992,0.56198347,0.49173555,0.4338843,0.3966942,0.3677686,0.34710744,0.3429752,0.3264463,0.3140496,0.33471075,0.30991736,0.3140496,0.3264463,0.34710744,0.34710744,0.41735536,0.41735536,0.42561984,0.47107437,0.47107437,0.41735536,0.37190083,0.37190083,0.37603307,0.41322315,0.42975205,0.41735536,0.24793388,0.12396694,0.41735536,0.61157024,0.6446281,0.6652893,0.6198347,0.53305787,0.4876033,0.5371901,0.5371901,0.57024795,0.57024795,0.5413223,0.5,0.4752066,0.47107437,0.42975205,0.4338843,0.4090909,0.3966942,0.4090909,0.38842976,0.38016528,0.37190083,0.37190083,0.38016528,0.37190083,0.37603307,0.41735536,0.5082645,0.61570245,0.6818182,0.7355372,0.74793386,0.7231405,0.6528926,0.56198347,0.4876033,0.42561984,0.37603307,0.35950413,0.3553719,0.3429752,0.3305785,0.3305785,0.338843,0.36363637,0.38016528,0.38429752,0.3966942,0.3966942,0.40495867,0.41322315,0.43801653,0.446281,0.46694216,0.446281,0.38842976,0.34710744,0.3553719,0.40082645,0.4214876,0.44214877,0.3264463,0.16115703,0.48347107,0.6487603,0.6404959,0.6528926,0.57438016,0.5041322,0.46280992,0.47107437,0.49586776,0.49173555,0.48347107,0.46280992,0.4090909,0.38842976,0.36363637,0.2892562,0.30991736,0.26859504,0.2644628,0.3264463,0.36363637,0.35123968,0.338843,0.3553719,0.35123968,0.3677686,0.35950413,0.41735536,0.5785124,0.6983471,0.75619835,0.7768595,0.78512394,0.7644628,0.6859504,0.61157024,0.5247934,0.42975205,0.338843,0.3305785,0.338843,0.33471075,0.3140496,0.32231405,0.35950413,0.2603306,0.25619835,0.23553719,0.2644628,0.2520661,0.338843,0.3677686,0.38429752,0.38429752,0.4214876,0.42975205,0.4090909,0.35950413,0.3429752,0.38842976,0.42975205,0.43801653,0.3677686,0.1983471,0.5289256,0.661157,0.6528926,0.6322314,0.5785124,0.5165289,0.47933885,0.45041323,0.4338843,0.39256197,0.35950413,0.3429752,0.3181818,0.35123968,0.23140496,0.18595041,0.2520661,0.22727273,0.23140496,0.35123968,0.4338843,0.35123968,0.33471075,0.39256197,0.39256197,0.35950413,0.30991736,0.45867768,0.6694215,0.75619835,0.8016529,0.8305785,0.822314,0.8140496,0.75206614,0.6446281,0.553719,0.4338843,0.30578512,0.34710744,0.39256197,0.38429752,0.35123968,0.3677686,0.41735536,0.22727273,0.22727273,0.18181819,0.20661157,0.17355372,0.3305785,0.3429752,0.3140496,0.2768595,0.2768595,0.35950413,0.40082645,0.38429752,0.37190083,0.38429752,0.42975205,0.42975205,0.40082645,0.2231405,0.58264464,0.6528926,0.6446281,0.6404959,0.60330576,0.55785125,0.5041322,0.45454547,0.3966942,0.35123968,0.3429752,0.3553719,0.37190083,0.45041323,0.3429752,0.2892562,0.23140496,0.23966943,0.30578512,0.47107437,0.5082645,0.35950413,0.3181818,0.35123968,0.46280992,0.40495867,0.30991736,0.5289256,0.72727275,0.77272725,0.8140496,0.8347107,0.8305785,0.80991733,0.73966944,0.6280992,0.5495868,0.446281,0.35950413,0.41322315,0.42975205,0.37190083,0.35123968,0.42975205,0.5082645,0.338843,0.24380165,0.20661157,0.20661157,0.2520661,0.4338843,0.41735536,0.3305785,0.3140496,0.29752067,0.30578512,0.3677686,0.41322315,0.40495867,0.41322315,0.4214876,0.4214876,0.44214877,0.28099173,0.607438,0.6446281,0.6446281,0.6404959,0.6280992,0.59917355,0.5785124,0.4752066,0.4090909,0.4876033,0.5082645,0.5247934,0.5371901,0.59504133,0.61157024,0.5206612,0.45041323,0.45041323,0.5371901,0.60330576,0.58264464,0.45041323,0.46280992,0.46694216,0.5123967,0.5082645,0.4338843,0.6404959,0.71900827,0.7644628,0.8181818,0.8305785,0.8181818,0.8057851,0.72727275,0.62396693,0.55785125,0.45454547,0.4876033,0.5123967,0.5041322,0.45867768,0.44214877,0.48347107,0.553719,0.5082645,0.42561984,0.34710744,0.35950413,0.49586776,0.5,0.46280992,0.446281,0.38429752,0.37190083,0.3553719,0.37603307,0.4214876,0.42975205,0.42561984,0.43801653,0.4338843,0.45454547,0.3140496,0.61570245,0.6322314,0.6404959,0.6404959,0.6446281,0.6570248,0.6363636,0.57024795,0.59090906,0.677686,0.677686,0.6818182,0.6652893,0.6735537,0.6859504,0.70247936,0.74380165,0.70247936,0.6652893,0.6528926,0.6280992,0.6198347,0.61157024,0.59917355,0.59504133,0.61570245,0.61157024,0.6859504,0.7107438,0.75619835,0.8140496,0.822314,0.80991733,0.8057851,0.7107438,0.61570245,0.58677685,0.5082645,0.5289256,0.55785125,0.55785125,0.55785125,0.5495868,0.5413223,0.56198347,0.5785124,0.56198347,0.56198347,0.55785125,0.5785124,0.5413223,0.5082645,0.49586776,0.48347107,0.47933885,0.40495867,0.39256197,0.44214877,0.44214877,0.44214877,0.44214877,0.43801653,0.446281,0.338843,0.59917355,0.61570245,0.6280992,0.6280992,0.6735537,0.6983471,0.6859504,0.661157,0.661157,0.6859504,0.6859504,0.6859504,0.6859504,0.6818182,0.6859504,0.6487603,0.661157,0.6363636,0.6280992,0.6446281,0.661157,0.6818182,0.6570248,0.6198347,0.6694215,0.6983471,0.6983471,0.71487606,0.69008267,0.74793386,0.80991733,0.8181818,0.8057851,0.7892562,0.661157,0.60330576,0.59504133,0.5661157,0.55785125,0.58677685,0.59917355,0.59917355,0.6280992,0.6570248,0.62396693,0.61157024,0.607438,0.60330576,0.607438,0.58264464,0.59090906,0.54545456,0.5247934,0.5206612,0.5041322,0.46694216,0.45867768,0.46694216,0.46280992,0.45454547,0.43801653,0.4338843,0.4214876,0.37603307,0.58677685,0.59917355,0.62396693,0.607438,0.6652893,0.7066116,0.73966944,0.7107438,0.6735537,0.6570248,0.661157,0.69008267,0.6859504,0.6652893,0.6735537,0.6735537,0.6859504,0.7066116,0.7355372,0.73140496,0.7066116,0.6570248,0.6570248,0.6983471,0.7355372,0.71900827,0.71487606,0.73140496,0.6859504,0.73140496,0.8057851,0.8181818,0.8057851,0.73966944,0.6363636,0.59917355,0.59504133,0.57438016,0.59504133,0.62396693,0.6570248,0.6570248,0.6735537,0.677686,0.6983471,0.677686,0.6859504,0.69008267,0.6735537,0.6363636,0.6198347,0.58677685,0.553719,0.53305787,0.5,0.5,0.5041322,0.48347107,0.4752066,0.46280992,0.42975205,0.4214876,0.41322315,0.40082645,0.58677685,0.58677685,0.59917355,0.607438,0.677686,0.7107438,0.73140496,0.74380165,0.71487606,0.6487603,0.6487603,0.6818182,0.70247936,0.71487606,0.71487606,0.7355372,0.73966944,0.75206614,0.7231405,0.677686,0.6652893,0.6694215,0.73140496,0.74793386,0.74793386,0.7107438,0.70247936,0.6983471,0.6859504,0.74380165,0.8140496,0.8140496,0.7892562,0.71487606,0.6487603,0.59504133,0.60330576,0.58264464,0.5785124,0.6404959,0.6942149,0.70247936,0.70247936,0.6859504,0.70247936,0.6528926,0.6570248,0.7066116,0.6942149,0.6528926,0.6487603,0.59504133,0.5371901,0.5289256,0.5289256,0.54545456,0.5413223,0.5165289,0.48347107,0.45867768,0.4214876,0.4090909,0.4090909,0.40495867,0.58677685,0.58264464,0.59090906,0.59917355,0.6652893,0.7066116,0.72727275,0.74793386,0.75619835,0.7066116,0.6487603,0.677686,0.6942149,0.7107438,0.70247936,0.7066116,0.6983471,0.6859504,0.6694215,0.6818182,0.7355372,0.7644628,0.77272725,0.76033056,0.7231405,0.70247936,0.6942149,0.6735537,0.6859504,0.74793386,0.80991733,0.8140496,0.78512394,0.7066116,0.6322314,0.59090906,0.58677685,0.57438016,0.57024795,0.6198347,0.69008267,0.7107438,0.72727275,0.71900827,0.71900827,0.6528926,0.6446281,0.6404959,0.6280992,0.6280992,0.6198347,0.5785124,0.553719,0.56198347,0.5785124,0.59917355,0.58677685,0.5289256,0.48347107,0.46280992,0.42561984,0.3966942,0.3966942,0.3966942,0.5785124,0.57024795,0.5785124,0.59090906,0.6528926,0.6983471,0.71900827,0.75206614,0.77272725,0.74793386,0.6983471,0.6983471,0.70247936,0.7066116,0.6942149,0.6983471,0.6983471,0.6818182,0.6942149,0.76859504,0.7933884,0.78099173,0.7644628,0.74380165,0.71487606,0.6983471,0.69008267,0.6735537,0.6859504,0.74793386,0.8140496,0.80991733,0.78099173,0.6942149,0.62396693,0.5785124,0.57024795,0.55785125,0.56198347,0.59504133,0.677686,0.69008267,0.7355372,0.74380165,0.75206614,0.72727275,0.70247936,0.69008267,0.6487603,0.6280992,0.6446281,0.607438,0.61157024,0.61570245,0.6198347,0.6280992,0.59090906,0.53305787,0.4752066,0.45041323,0.41735536,0.40082645,0.3966942,0.38842976,0.5785124,0.55785125,0.57438016,0.57438016,0.6280992,0.6652893,0.6942149,0.7355372,0.76033056,0.77272725,0.73140496,0.71900827,0.6942149,0.71487606,0.71487606,0.69008267,0.74793386,0.74793386,0.79752064,0.7892562,0.78512394,0.78099173,0.76033056,0.7355372,0.6942149,0.6652893,0.69008267,0.6859504,0.6818182,0.75206614,0.8140496,0.8140496,0.7644628,0.6694215,0.59917355,0.57438016,0.5495868,0.54545456,0.5495868,0.57024795,0.6694215,0.69008267,0.7355372,0.76033056,0.75206614,0.76033056,0.7355372,0.71487606,0.6942149,0.6280992,0.6570248,0.6404959,0.6487603,0.661157,0.6570248,0.6487603,0.59504133,0.5371901,0.48347107,0.43801653,0.41735536,0.3966942,0.39256197,0.38016528,0.5661157,0.56198347,0.5661157,0.57438016,0.60330576,0.6446281,0.6818182,0.7066116,0.73140496,0.73966944,0.75206614,0.7231405,0.71900827,0.7231405,0.7355372,0.75206614,0.7644628,0.7892562,0.79752064,0.7892562,0.77272725,0.76859504,0.74793386,0.7107438,0.6528926,0.607438,0.6652893,0.6983471,0.6694215,0.73966944,0.8264463,0.822314,0.78099173,0.6322314,0.5661157,0.57438016,0.53305787,0.47933885,0.5247934,0.553719,0.6528926,0.6942149,0.74380165,0.76033056,0.7644628,0.74380165,0.76033056,0.74793386,0.71487606,0.69008267,0.6818182,0.677686,0.6487603,0.6446281,0.6487603,0.62396693,0.57438016,0.5289256,0.47107437,0.4338843,0.40495867,0.40082645,0.38429752,0.37603307,0.5289256,0.57438016,0.56198347,0.58264464,0.607438,0.6363636,0.6735537,0.6694215,0.6652893,0.70247936,0.71900827,0.7355372,0.73140496,0.74380165,0.75206614,0.76033056,0.7768595,0.78512394,0.7892562,0.78099173,0.76859504,0.75206614,0.71900827,0.6694215,0.607438,0.58264464,0.677686,0.71487606,0.6694215,0.74380165,0.8305785,0.8181818,0.78099173,0.6280992,0.5661157,0.61157024,0.5785124,0.46280992,0.46694216,0.5495868,0.6363636,0.7107438,0.74793386,0.7644628,0.77272725,0.73966944,0.7644628,0.74793386,0.72727275,0.71900827,0.7107438,0.70247936,0.6735537,0.6363636,0.6322314,0.58677685,0.5289256,0.5123967,0.46280992,0.42975205,0.38842976,0.40495867,0.37603307,0.3677686,0.5082645,0.56198347,0.58264464,0.59504133,0.60330576,0.6280992,0.6280992,0.6404959,0.6322314,0.6694215,0.6818182,0.6983471,0.71900827,0.72727275,0.74793386,0.76033056,0.78099173,0.7768595,0.78099173,0.76859504,0.75206614,0.74380165,0.6983471,0.61570245,0.57024795,0.61570245,0.7066116,0.71487606,0.6983471,0.77272725,0.8471074,0.79752064,0.7768595,0.661157,0.57438016,0.6322314,0.6280992,0.5206612,0.42975205,0.5082645,0.6487603,0.6942149,0.7355372,0.76033056,0.76033056,0.75619835,0.76033056,0.74380165,0.7231405,0.71900827,0.70247936,0.69008267,0.6694215,0.62396693,0.60330576,0.553719,0.5082645,0.49586776,0.44214877,0.42975205,0.3966942,0.40082645,0.37603307,0.3553719,0.49586776,0.5289256,0.57024795,0.607438,0.58677685,0.61570245,0.61570245,0.6322314,0.6363636,0.6404959,0.6570248,0.6818182,0.70247936,0.71900827,0.74380165,0.76033056,0.77272725,0.76859504,0.7644628,0.74793386,0.73140496,0.71900827,0.6818182,0.54545456,0.57024795,0.661157,0.69008267,0.6983471,0.7066116,0.77272725,0.80991733,0.74793386,0.76033056,0.69008267,0.55785125,0.607438,0.60330576,0.54545456,0.45454547,0.46280992,0.6363636,0.6983471,0.73140496,0.73966944,0.73966944,0.74793386,0.73966944,0.71900827,0.7107438,0.6942149,0.69008267,0.6487603,0.6363636,0.58677685,0.553719,0.5206612,0.4876033,0.48347107,0.44214877,0.4338843,0.3966942,0.39256197,0.3677686,0.33471075,0.4876033,0.5041322,0.54545456,0.61570245,0.60330576,0.607438,0.607438,0.6280992,0.6280992,0.6322314,0.6446281,0.6652893,0.70247936,0.71900827,0.74793386,0.75206614,0.74793386,0.7355372,0.75206614,0.73966944,0.6942149,0.6735537,0.6363636,0.5247934,0.59917355,0.6363636,0.607438,0.58264464,0.6570248,0.6942149,0.6570248,0.6487603,0.661157,0.62396693,0.5165289,0.5,0.5123967,0.5041322,0.46280992,0.4338843,0.62396693,0.6983471,0.71900827,0.7355372,0.7355372,0.74380165,0.72727275,0.72727275,0.7066116,0.6859504,0.661157,0.607438,0.59917355,0.553719,0.5247934,0.49173555,0.48347107,0.47933885,0.43801653,0.41735536,0.38842976,0.37603307,0.35950413,0.3429752,0.5,0.47933885,0.5289256,0.59917355,0.61570245,0.59917355,0.61157024,0.61157024,0.607438,0.6280992,0.6570248,0.6735537,0.6859504,0.73966944,0.74380165,0.74793386,0.7355372,0.71900827,0.71900827,0.71487606,0.69008267,0.6446281,0.607438,0.553719,0.553719,0.553719,0.4752066,0.43801653,0.47933885,0.5206612,0.49586776,0.48347107,0.5082645,0.48347107,0.42561984,0.41322315,0.43801653,0.47933885,0.44214877,0.4090909,0.61157024,0.6735537,0.7107438,0.71900827,0.7107438,0.70247936,0.6859504,0.70247936,0.6735537,0.6528926,0.6363636,0.59090906,0.55785125,0.5247934,0.5,0.47107437,0.46694216,0.45867768,0.4338843,0.41322315,0.38429752,0.37190083,0.3429752,0.3429752,0.49586776,0.47933885,0.49586776,0.58677685,0.61157024,0.59917355,0.6363636,0.6322314,0.6280992,0.6280992,0.6570248,0.677686,0.69008267,0.73966944,0.73966944,0.7355372,0.72727275,0.7066116,0.69008267,0.6735537,0.6446281,0.61570245,0.62396693,0.60330576,0.5413223,0.45867768,0.36363637,0.2892562,0.34710744,0.3966942,0.37603307,0.3677686,0.38016528,0.38016528,0.3181818,0.24793388,0.33471075,0.42561984,0.41322315,0.39256197,0.59504133,0.6652893,0.6983471,0.71487606,0.7066116,0.69008267,0.6859504,0.661157,0.6322314,0.6198347,0.59504133,0.5661157,0.5165289,0.5,0.4876033,0.45867768,0.47107437,0.45454547,0.43801653,0.4090909,0.37603307,0.37603307,0.3264463,0.30991736,0.47107437,0.4876033,0.49586776,0.5413223,0.607438,0.61157024,0.6446281,0.6487603,0.6570248,0.6570248,0.6570248,0.6735537,0.7107438,0.71900827,0.7231405,0.71487606,0.7107438,0.677686,0.6570248,0.6487603,0.607438,0.61570245,0.6570248,0.6528926,0.6404959,0.45454547,0.338843,0.2768595,0.2768595,0.30991736,0.30165288,0.29752067,0.3181818,0.29752067,0.28099173,0.2603306,0.30578512,0.38842976,0.4338843,0.46280992,0.5785124,0.6528926,0.69008267,0.6983471,0.70247936,0.69008267,0.6818182,0.6363636,0.6198347,0.59504133,0.5661157,0.5413223,0.49173555,0.49586776,0.48347107,0.46694216,0.4752066,0.46280992,0.44214877,0.38842976,0.38016528,0.39256197,0.28512397,0.20247933,0.4338843,0.5082645,0.48347107,0.5123967,0.57024795,0.607438,0.6404959,0.6570248,0.6570248,0.6652893,0.6735537,0.6818182,0.70247936,0.6983471,0.70247936,0.69008267,0.69008267,0.6652893,0.6322314,0.6446281,0.6280992,0.6694215,0.71487606,0.7231405,0.74380165,0.6198347,0.3966942,0.29338843,0.3264463,0.32231405,0.3264463,0.30578512,0.35950413,0.3677686,0.30578512,0.3181818,0.37603307,0.46694216,0.49586776,0.5165289,0.55785125,0.6322314,0.6942149,0.6942149,0.69008267,0.6735537,0.6694215,0.6322314,0.607438,0.58677685,0.5371901,0.5123967,0.5041322,0.47933885,0.47107437,0.46694216,0.46694216,0.45041323,0.4338843,0.37603307,0.3677686,0.38016528,0.21900827,0.15289256,0.40082645,0.4876033,0.49173555,0.4752066,0.5371901,0.59504133,0.6322314,0.6652893,0.6694215,0.6652893,0.677686,0.6859504,0.69008267,0.70247936,0.69008267,0.6818182,0.6694215,0.6528926,0.6322314,0.6280992,0.6694215,0.70247936,0.73140496,0.72727275,0.7231405,0.6983471,0.6280992,0.5082645,0.46694216,0.4338843,0.42561984,0.40082645,0.4338843,0.44214877,0.4214876,0.44214877,0.46694216,0.5041322,0.5247934,0.53305787,0.5413223,0.61157024,0.6859504,0.6942149,0.6735537,0.6652893,0.6570248,0.6280992,0.59090906,0.5661157,0.5371901,0.5247934,0.5,0.48347107,0.45867768,0.47933885,0.47107437,0.45041323,0.42975205,0.36363637,0.38016528,0.3264463,0.17355372,0.17355372,0.37190083,0.47107437,0.49173555,0.4752066,0.5041322,0.5661157,0.6322314,0.6487603,0.677686,0.6735537,0.677686,0.69008267,0.6942149,0.6694215,0.677686,0.677686,0.6652893,0.6487603,0.6528926,0.69008267,0.7066116,0.73140496,0.71900827,0.6859504,0.6859504,0.62396693,0.61157024,0.607438,0.5785124,0.58677685,0.49586776,0.43801653,0.4338843,0.44214877,0.44214877,0.43801653,0.45454547,0.4752066,0.49586776,0.49586776,0.5413223,0.607438,0.6528926,0.6859504,0.677686,0.6446281,0.6404959,0.59090906,0.59090906,0.54545456,0.5289256,0.5123967,0.5123967,0.4876033,0.48347107,0.47933885,0.45454547,0.4338843,0.38842976,0.38429752,0.3677686,0.25619835,0.16528925,0.17768595,0.38429752,0.41735536,0.47933885,0.47933885,0.4876033,0.54545456,0.61157024,0.6280992,0.6652893,0.6735537,0.6818182,0.6818182,0.6942149,0.6818182,0.6652893,0.6528926,0.6528926,0.6694215,0.6694215,0.7066116,0.7107438,0.6942149,0.6859504,0.6446281,0.6487603,0.60330576,0.59917355,0.6280992,0.6446281,0.6694215,0.58677685,0.5247934,0.4876033,0.4876033,0.46280992,0.45454547,0.44214877,0.446281,0.45867768,0.46694216,0.5,0.59504133,0.60330576,0.6404959,0.6652893,0.6280992,0.6280992,0.59917355,0.58677685,0.5247934,0.5082645,0.49586776,0.5,0.49586776,0.48347107,0.46280992,0.43801653,0.4090909,0.39256197,0.38429752,0.338843,0.1983471,0.1694215,0.18181819,0.40082645,0.38842976,0.44214877,0.5,0.47933885,0.5165289,0.58677685,0.607438,0.6363636,0.6487603,0.661157,0.6859504,0.677686,0.6859504,0.6570248,0.661157,0.6363636,0.6694215,0.69008267,0.677686,0.6694215,0.6446281,0.6528926,0.62396693,0.6198347,0.58677685,0.607438,0.6446281,0.6859504,0.74793386,0.6942149,0.6735537,0.6363636,0.5785124,0.5123967,0.4752066,0.45041323,0.45041323,0.42975205,0.45041323,0.49173555,0.5495868,0.57024795,0.60330576,0.6363636,0.61157024,0.61157024,0.607438,0.5785124,0.5413223,0.5123967,0.49586776,0.49173555,0.4876033,0.47933885,0.446281,0.41735536,0.41322315,0.38429752,0.3966942,0.2768595,0.1570248,0.16528925,0.18181819,0.40495867,0.38429752,0.4214876,0.49586776,0.5,0.49586776,0.5371901,0.607438,0.59917355,0.6322314,0.661157,0.6735537,0.6735537,0.6570248,0.6446281,0.6487603,0.6363636,0.6446281,0.677686,0.6652893,0.6528926,0.62396693,0.61570245,0.61157024,0.6404959,0.6198347,0.6280992,0.6735537,0.6818182,0.7355372,0.76859504,0.7644628,0.7355372,0.6363636,0.5785124,0.5247934,0.48347107,0.42561984,0.42975205,0.46280992,0.47107437,0.5289256,0.55785125,0.57438016,0.6198347,0.59504133,0.58677685,0.57024795,0.5661157,0.5495868,0.5165289,0.5041322,0.4876033,0.4752066,0.47933885,0.42975205,0.3966942,0.3966942,0.39256197,0.37190083,0.19421488,0.15289256,0.16115703,0.17768595,0.38016528,0.40082645,0.37190083,0.45867768,0.5,0.49586776,0.5247934,0.57438016,0.58677685,0.60330576,0.6446281,0.6570248,0.6570248,0.6570248,0.6322314,0.62396693,0.6198347,0.6322314,0.6570248,0.6570248,0.6446281,0.62396693,0.61157024,0.59917355,0.59917355,0.661157,0.6198347,0.59504133,0.5041322,0.43801653,0.54545456,0.57024795,0.48347107,0.4090909,0.39256197,0.44214877,0.5041322,0.45867768,0.446281,0.47107437,0.47933885,0.5123967,0.5661157,0.5785124,0.58677685,0.57024795,0.5495868,0.53305787,0.54545456,0.54545456,0.5123967,0.4876033,0.47933885,0.49586776,0.45454547,0.4338843,0.3966942,0.38429752,0.3966942,0.30165288,0.1446281,0.18181819,0.16528925,0.17355372,0.38842976,0.40495867,0.38016528,0.40495867,0.48347107,0.4876033,0.5,0.54545456,0.55785125,0.57438016,0.62396693,0.6322314,0.6404959,0.6487603,0.61570245,0.60330576,0.607438,0.62396693,0.6446281,0.6487603,0.6363636,0.6198347,0.58677685,0.57438016,0.57438016,0.54545456,0.43801653,0.3677686,0.3264463,0.28512397,0.3140496,0.30991736,0.29752067,0.27272728,0.2603306,0.2644628,0.36363637,0.4090909,0.46280992,0.4876033,0.49586776,0.5165289,0.553719,0.57438016,0.54545456,0.5495868,0.5206612,0.5206612,0.5206612,0.5289256,0.5041322,0.4752066,0.4752066,0.46694216,0.45041323,0.42561984,0.40082645,0.40082645,0.38842976,0.17355372,0.16528925,0.16115703,0.16528925,0.17768595,0.38429752,0.40082645,0.40082645,0.3677686,0.45454547,0.49586776,0.4876033,0.5041322,0.53305787,0.56198347,0.60330576,0.61570245,0.607438,0.61157024,0.58677685,0.60330576,0.61157024,0.6198347,0.6280992,0.6487603,0.5661157,0.553719,0.5289256,0.5165289,0.45454547,0.3264463,0.2520661,0.23553719,0.29338843,0.3140496,0.2892562,0.27272728,0.3305785,0.33471075,0.2768595,0.20247933,0.21900827,0.2768595,0.3966942,0.45454547,0.4752066,0.49586776,0.5206612,0.553719,0.5413223,0.5413223,0.5206612,0.5,0.5041322,0.5,0.49586776,0.47107437,0.45867768,0.46280992,0.446281,0.42561984,0.40495867,0.40082645,0.28512397,0.15289256,0.17768595,0.1694215,0.16528925,0.17355372,0.39256197,0.40082645,0.38842976,0.38842976,0.4090909,0.4876033,0.49173555,0.49173555,0.5206612,0.53305787,0.5661157,0.59090906,0.59090906,0.59090906,0.58264464,0.59504133,0.59504133,0.59090906,0.57024795,0.54545456,0.44214877,0.40082645,0.37190083,0.3553719,0.27272728,0.19008264,0.18181819,0.19008264,0.33471075,0.38842976,0.3429752,0.30991736,0.4090909,0.41322315,0.36363637,0.2231405,0.17355372,0.16115703,0.25619835,0.32231405,0.36363637,0.4090909,0.45867768,0.5165289,0.5289256,0.5247934,0.49173555,0.47933885,0.49173555,0.49173555,0.4752066,0.46694216,0.446281,0.45454547,0.43801653,0.41735536,0.41735536,0.35950413,0.19008264,0.1570248,0.17355372,0.16528925,0.16115703,0.1694215,0.38842976,0.40495867,0.3966942,0.39256197,0.38429752,0.43801653,0.47933885,0.49173555,0.49586776,0.5165289,0.5206612,0.5289256,0.54545456,0.58264464,0.58264464,0.5785124,0.5661157,0.5206612,0.47107437,0.40495867,0.32231405,0.33471075,0.30165288,0.30165288,0.27272728,0.2107438,0.25619835,0.19421488,0.29752067,0.32231405,0.33471075,0.37190083,0.27272728,0.30991736,0.2768595,0.2231405,0.20661157,0.13636364,0.18181819,0.24380165,0.23966943,0.30578512,0.35950413,0.44214877,0.47107437,0.47933885,0.4876033,0.48347107,0.47933885,0.4752066,0.47933885,0.46694216,0.44214877,0.43801653,0.42561984,0.4090909,0.41322315,0.28099173,0.16115703,0.1570248,0.17355372,0.1570248,0.1570248,0.16115703,0.38016528,0.38842976,0.3966942,0.39256197,0.38016528,0.41322315,0.446281,0.47933885,0.5082645,0.49586776,0.5041322,0.5123967,0.5413223,0.553719,0.5661157,0.5495868,0.5165289,0.4752066,0.44214877,0.43801653,0.4752066,0.5661157,0.5206612,0.5,0.48347107,0.45041323,0.46280992,0.40082645,0.40082645,0.37190083,0.38016528,0.40082645,0.35123968,0.3677686,0.35950413,0.38429752,0.38842976,0.41322315,0.38016528,0.40495867,0.38842976,0.37603307,0.41322315,0.44214877,0.44214877,0.45041323,0.46694216,0.4876033,0.47933885,0.46280992,0.46694216,0.45454547,0.44214877,0.45041323,0.42561984,0.4214876,0.36363637,0.1983471,0.13636364,0.17355372,0.16115703,0.17355372,0.1570248,0.1446281,0.39256197,0.39256197,0.38429752,0.3966942,0.39256197,0.38429752,0.4214876,0.46280992,0.49586776,0.4876033,0.5041322,0.5371901,0.5413223,0.5495868,0.53305787,0.53305787,0.5123967,0.5,0.53305787,0.6198347,0.6322314,0.6528926,0.59504133,0.5785124,0.58677685,0.61157024,0.59504133,0.6198347,0.58264464,0.553719,0.5413223,0.58264464,0.61157024,0.61570245,0.59504133,0.5785124,0.55785125,0.5413223,0.49173555,0.5,0.53305787,0.53305787,0.49173555,0.4752066,0.45867768,0.45454547,0.46280992,0.4752066,0.4752066,0.46694216,0.44214877,0.45041323,0.4214876,0.43801653,0.42561984,0.41735536,0.28512397,0.13636364,0.15289256,0.18181819,0.1570248,0.16528925,0.1570248,0.15289256,0.38842976,0.39256197,0.38842976,0.39256197,0.40082645,0.38429752,0.40082645,0.446281,0.46280992,0.4752066,0.5082645,0.5165289,0.5165289,0.53305787,0.5206612,0.5165289,0.5123967,0.5247934,0.5661157,0.61570245,0.6198347,0.59090906,0.54545456,0.5165289,0.56198347,0.5371901,0.6198347,0.6404959,0.6198347,0.59090906,0.60330576,0.5785124,0.607438,0.607438,0.59090906,0.55785125,0.5247934,0.4752066,0.45867768,0.5082645,0.5413223,0.5495868,0.53305787,0.47933885,0.45867768,0.46280992,0.45867768,0.47107437,0.48347107,0.45041323,0.43801653,0.43801653,0.43801653,0.41322315,0.40495867,0.4090909,0.20661157,0.14049587,0.16528925,0.16115703,0.1570248,0.16115703,0.1570248,0.1570248,0.38429752,0.39256197,0.38842976,0.3966942,0.38016528,0.42975205,0.45041323,0.41735536,0.45041323,0.46280992,0.48347107,0.49173555,0.4876033,0.49173555,0.4752066,0.48347107,0.4876033,0.5247934,0.53305787,0.57438016,0.56198347,0.5495868,0.5206612,0.47933885,0.4752066,0.46694216,0.49173555,0.5082645,0.5123967,0.5165289,0.5289256,0.5165289,0.47933885,0.48347107,0.46280992,0.45041323,0.4338843,0.42561984,0.45867768,0.5,0.5413223,0.5371901,0.5289256,0.5123967,0.47933885,0.46280992,0.45041323,0.45041323,0.44214877,0.46280992,0.42561984,0.4338843,0.4214876,0.41322315,0.40495867,0.38429752,0.17768595,0.14876033,0.16528925,0.15289256,0.16115703,0.16528925,0.14876033,0.16528925,0.38429752,0.38429752,0.38016528,0.38429752,0.43801653,0.56198347,0.5123967,0.43801653,0.4338843,0.47107437,0.45041323,0.47107437,0.46694216,0.45867768,0.4338843,0.45867768,0.46280992,0.5165289,0.5165289,0.5289256,0.5495868,0.54545456,0.5371901,0.47933885,0.4090909,0.37190083,0.38016528,0.36363637,0.37603307,0.3966942,0.40082645,0.38429752,0.3264463,0.34710744,0.3429752,0.3553719,0.38842976,0.41735536,0.45867768,0.5041322,0.5289256,0.5,0.4752066,0.5,0.45041323,0.45041323,0.43801653,0.43801653,0.4338843,0.4214876,0.4338843,0.42561984,0.4090909,0.3966942,0.38016528,0.38429752,0.16528925,0.17355372,0.16115703,0.15289256,0.16528925,0.14876033,0.1570248,0.1570248,0.38842976,0.38016528,0.36363637,0.4876033,0.6280992,0.5041322,0.46694216,0.5247934,0.40495867,0.42561984,0.4338843,0.4338843,0.446281,0.4338843,0.4338843,0.44214877,0.45041323,0.46694216,0.5041322,0.5165289,0.5413223,0.5413223,0.5413223,0.49586776,0.4338843,0.33471075,0.30991736,0.29752067,0.28512397,0.2768595,0.28512397,0.26859504,0.2768595,0.29752067,0.32231405,0.35950413,0.38842976,0.42975205,0.44214877,0.5,0.49173555,0.45867768,0.45867768,0.446281,0.446281,0.41735536,0.42561984,0.42561984,0.42561984,0.41735536,0.4214876,0.3966942,0.38016528,0.36363637,0.35950413,0.3553719,0.19421488,0.19008264,0.16115703,0.16528925,0.16115703,0.15289256,0.1570248,0.16115703,0.38429752,0.37190083,0.446281,0.6363636,0.55785125,0.30991736,0.45454547,0.5413223,0.48347107,0.39256197,0.3966942,0.42561984,0.42561984,0.41322315,0.43801653,0.45867768,0.47107437,0.47933885,0.49173555,0.5082645,0.5041322,0.5247934,0.5371901,0.5289256,0.5082645,0.43801653,0.35950413,0.32231405,0.3140496,0.29338843,0.30991736,0.30991736,0.35950413,0.3553719,0.40495867,0.4090909,0.42561984,0.45041323,0.47933885,0.5041322,0.4876033,0.46694216,0.45041323,0.4214876,0.43801653,0.42975205,0.41735536,0.42561984,0.41322315,0.3966942,0.3966942,0.38842976,0.36363637,0.3553719,0.36363637,0.29338843,0.22727273,0.21900827,0.20661157,0.16115703,0.14876033,0.1694215,0.14876033,0.1694215,0.36363637,0.4090909,0.59504133,0.57024795,0.42561984,0.20247933,0.5123967,0.5413223,0.53305787,0.4752066,0.35950413,0.37603307,0.40495867,0.41322315,0.43801653,0.4752066,0.5041322,0.5247934,0.5206612,0.5165289,0.5247934,0.56198347,0.54545456,0.5661157,0.553719,0.54545456,0.53305787,0.44214877,0.4338843,0.3966942,0.41322315,0.42975205,0.44214877,0.47107437,0.49173555,0.49586776,0.49173555,0.5123967,0.5413223,0.5247934,0.5165289,0.49173555,0.47933885,0.44214877,0.446281,0.43801653,0.42561984,0.41322315,0.40495867,0.38016528,0.37190083,0.3553719,0.35950413,0.37190083,0.3966942,0.24380165,0.14049587,0.2768595,0.24380165,0.1983471,0.14049587,0.16115703,0.15289256,0.14876033,0.35123968,0.49586776,0.59504133,0.48347107,0.2644628,0.19008264,0.5661157,0.55785125,0.5371901,0.5247934,0.46694216,0.3429752,0.3429752,0.38016528,0.40082645,0.49173555,0.5247934,0.553719,0.553719,0.553719,0.57024795,0.6198347,0.59090906,0.59917355,0.6198347,0.6322314,0.6487603,0.6694215,0.6280992,0.59504133,0.58264464,0.57438016,0.58677685,0.62396693,0.61157024,0.59917355,0.59917355,0.59090906,0.61157024,0.57024795,0.5413223,0.5247934,0.5123967,0.49173555,0.446281,0.446281,0.42975205,0.3966942,0.38842976,0.35950413,0.3264463,0.3553719,0.37603307,0.38016528,0.38842976,0.2520661,0.07024793,0.23140496,0.2892562,0.23966943,0.16528925,0.1570248,0.14876033,0.16115703,0.39256197,0.5785124,0.5371901,0.42975205,0.11157025,0.3264463,0.59504133,0.55785125,0.56198347,0.53305787,0.5247934,0.45867768,0.3140496,0.32231405,0.37603307,0.45041323,0.5,0.54545456,0.553719,0.57024795,0.58677685,0.58264464,0.62396693,0.6363636,0.6404959,0.661157,0.6735537,0.6983471,0.6652893,0.677686,0.6818182,0.6694215,0.6652893,0.6859504,0.6528926,0.6446281,0.6487603,0.61570245,0.607438,0.59090906,0.57024795,0.53305787,0.5123967,0.4752066,0.44214877,0.4090909,0.40495867,0.3677686,0.34710744,0.338843,0.338843,0.38429752,0.3966942,0.3677686,0.38842976,0.2603306,0.08264463,0.16528925,0.29338843,0.2644628,0.21900827,0.14049587,0.1446281,0.16528925,0.5247934,0.58264464,0.5247934,0.35123968,0.041322313,0.47933885,0.59504133,0.553719,0.5661157,0.55785125,0.5041322,0.49586776,0.42561984,0.32231405,0.30165288,0.3677686,0.45041323,0.5123967,0.5289256,0.553719,0.58264464,0.59504133,0.6280992,0.6570248,0.6735537,0.6528926,0.661157,0.677686,0.6487603,0.661157,0.6735537,0.677686,0.661157,0.6570248,0.6446281,0.6280992,0.62396693,0.61157024,0.59090906,0.58264464,0.5413223,0.5123967,0.49173555,0.45041323,0.41735536,0.38016528,0.37603307,0.3264463,0.32231405,0.3553719,0.37603307,0.38429752,0.39256197,0.37190083,0.37603307,0.27272728,0.11157025,0.12809917,0.24793388,0.29752067,0.23140496,0.17768595,0.14049587,0.1570248,0.62396693,0.5413223,0.5247934,0.24793388,0.049586777,0.59917355,0.57024795,0.57438016,0.55785125,0.57438016,0.5495868,0.49586776,0.46280992,0.39256197,0.30991736,0.2644628,0.35123968,0.45867768,0.49173555,0.5371901,0.55785125,0.5785124,0.607438,0.61570245,0.6570248,0.6322314,0.6363636,0.61570245,0.6363636,0.6446281,0.6487603,0.6528926,0.6446281,0.6446281,0.61570245,0.59090906,0.58677685,0.5661157,0.5371901,0.54545456,0.5289256,0.48347107,0.45041323,0.40495867,0.41322315,0.338843,0.3264463,0.3305785,0.3677686,0.38842976,0.38429752,0.38016528,0.38429752,0.36363637,0.3677686,0.29752067,0.09917355,0.1694215,0.17768595,0.3181818,0.26859504,0.1694215,0.23553719,0.18181819,0.59090906,0.5247934,0.56198347,0.1694215,0.19008264,0.6280992,0.57438016,0.57438016,0.57024795,0.55785125,0.5661157,0.53305787,0.4876033,0.4338843,0.38429752,0.28099173,0.26859504,0.3429752,0.42975205,0.5,0.5289256,0.5413223,0.57024795,0.57024795,0.59504133,0.59504133,0.5785124,0.57024795,0.58264464,0.5661157,0.58677685,0.59504133,0.57024795,0.5495868,0.53305787,0.5206612,0.5247934,0.5,0.5,0.47933885,0.4752066,0.44214877,0.41322315,0.37603307,0.3553719,0.29338843,0.3429752,0.35123968,0.3966942,0.3966942,0.37603307,0.38842976,0.38016528,0.3429752,0.3677686,0.3305785,0.07024793,0.2231405,0.13636364,0.29338843,0.3181818,0.17355372,0.23966943,0.24793388,0.49173555,0.53305787,0.58677685,0.17355372,0.32231405,0.607438,0.59504133,0.57438016,0.58264464,0.57024795,0.5661157,0.553719,0.53305787,0.47933885,0.4214876,0.36363637,0.2892562,0.24380165,0.29752067,0.40495867,0.45041323,0.49586776,0.5165289,0.49586776,0.5041322,0.5123967,0.5247934,0.5206612,0.5495868,0.5165289,0.54545456,0.5371901,0.5206612,0.47933885,0.45041323,0.45041323,0.45867768,0.45041323,0.46280992,0.4090909,0.42975205,0.40082645,0.3553719,0.30991736,0.30578512,0.35123968,0.37603307,0.38016528,0.3966942,0.38429752,0.38842976,0.3966942,0.3553719,0.34710744,0.37190083,0.30991736,0.06198347,0.22727273,0.1694215,0.25619835,0.36363637,0.20661157,0.1694215,0.2768595,0.4338843,0.59917355,0.5785124,0.18181819,0.38429752,0.607438,0.59917355,0.58677685,0.5785124,0.5785124,0.57438016,0.553719,0.53305787,0.5123967,0.46280992,0.4214876,0.3181818,0.30165288,0.24793388,0.26859504,0.3429752,0.3966942,0.41322315,0.44214877,0.4214876,0.42561984,0.42561984,0.45867768,0.46694216,0.47107437,0.4876033,0.46694216,0.45041323,0.42975205,0.41735536,0.40495867,0.41322315,0.40082645,0.41322315,0.3677686,0.39256197,0.3264463,0.30165288,0.3264463,0.35950413,0.40082645,0.39256197,0.39256197,0.3966942,0.38429752,0.40495867,0.37190083,0.37603307,0.3553719,0.37190083,0.30991736,0.06198347,0.2644628,0.19421488,0.23966943,0.3677686,0.25619835,0.14049587,0.2768595,0.45867768,0.6528926,0.5661157,0.19008264,0.38016528,0.6280992,0.59504133,0.60330576,0.5785124,0.58264464,0.58677685,0.56198347,0.5371901,0.5289256,0.5,0.45867768,0.38429752,0.3429752,0.2892562,0.27272728,0.26859504,0.29752067,0.30578512,0.3264463,0.34710744,0.35950413,0.37190083,0.38429752,0.37190083,0.39256197,0.37190083,0.37190083,0.37190083,0.37603307,0.37603307,0.35123968,0.3677686,0.35123968,0.34710744,0.30578512,0.29752067,0.29752067,0.338843,0.3966942,0.38429752,0.40495867,0.37190083,0.4090909,0.4090909,0.39256197,0.40082645,0.38016528,0.36363637,0.37190083,0.37190083,0.2768595,0.0661157,0.2892562,0.22727273,0.23553719,0.36363637,0.29338843,0.15289256,0.24380165,0.5041322,0.6694215,0.5495868,0.21900827,0.36363637,0.6198347,0.61157024,0.607438,0.60330576,0.5661157,0.57024795,0.57438016,0.5495868,0.5206612,0.5082645,0.4876033,0.43801653,0.38016528,0.33471075,0.30578512,0.28512397,0.26859504,0.2644628,0.2603306,0.28099173,0.30165288,0.30578512,0.3140496,0.28099173,0.32231405,0.29752067,0.30165288,0.30991736,0.3140496,0.30165288,0.28512397,0.29752067,0.28099173,0.2768595,0.28099173,0.3264463,0.37603307,0.3966942,0.4090909,0.40495867,0.3966942,0.39256197,0.41322315,0.39256197,0.39256197,0.3966942,0.3677686,0.35950413,0.37190083,0.3677686,0.23140496,0.0661157,0.30165288,0.26859504,0.23140496,0.36363637,0.32231405,0.17355372,0.18181819,0.56198347,0.6818182,0.5289256,0.25619835,0.30578512,0.6363636,0.6198347,0.6280992,0.6198347,0.58677685,0.56198347,0.57024795,0.55785125,0.5413223,0.5371901,0.5,0.46280992,0.42975205,0.37190083,0.3264463,0.3140496,0.29338843,0.2768595,0.2603306,0.23140496,0.2603306,0.2768595,0.2768595,0.27272728,0.30578512,0.2644628,0.28512397,0.2892562,0.2892562,0.28512397,0.25619835,0.28512397,0.28099173,0.3181818,0.35950413,0.38429752,0.39256197,0.40495867,0.39256197,0.4090909,0.41322315,0.38842976,0.4090909,0.39256197,0.3966942,0.38842976,0.38429752,0.3677686,0.3677686,0.36363637,0.2107438,0.09090909,0.33471075,0.30578512,0.21900827,0.34710744,0.34710744,0.23553719,0.1322314,37 +0.08677686,0.09917355,0.11570248,0.12809917,0.21487603,0.35950413,0.5123967,0.60330576,0.6528926,0.70247936,0.74380165,0.77272725,0.78512394,0.78512394,0.79752064,0.79752064,0.8016529,0.80991733,0.80991733,0.80991733,0.822314,0.822314,0.8305785,0.8264463,0.822314,0.8264463,0.822314,0.8305785,0.8264463,0.8264463,0.8181818,0.8305785,0.822314,0.8264463,0.8305785,0.8264463,0.822314,0.8264463,0.822314,0.822314,0.8264463,0.8181818,0.80991733,0.8181818,0.8057851,0.8016529,0.79752064,0.77272725,0.78512394,0.74380165,0.7355372,0.71487606,0.69008267,0.6818182,0.677686,0.6487603,0.62396693,0.58264464,0.5247934,0.5041322,0.46280992,0.3429752,0.23553719,0.20661157,0.11157025,0.10743801,0.11570248,0.13636364,0.23553719,0.39256197,0.53305787,0.6322314,0.6528926,0.6942149,0.74380165,0.77272725,0.78099173,0.78512394,0.8016529,0.7933884,0.80991733,0.8140496,0.8181818,0.8140496,0.822314,0.8264463,0.8347107,0.8264463,0.8264463,0.8305785,0.822314,0.8305785,0.8305785,0.822314,0.8305785,0.8264463,0.822314,0.822314,0.8305785,0.822314,0.8181818,0.8264463,0.822314,0.8264463,0.8305785,0.8264463,0.8181818,0.8140496,0.8181818,0.8016529,0.8016529,0.7933884,0.78512394,0.76033056,0.74380165,0.73140496,0.6983471,0.6818182,0.6735537,0.6404959,0.61570245,0.58264464,0.5289256,0.5206612,0.47107437,0.39256197,0.23553719,0.1694215,0.11570248,0.11570248,0.11157025,0.16115703,0.24380165,0.4090909,0.5495868,0.6404959,0.6735537,0.69008267,0.73966944,0.77272725,0.77272725,0.78512394,0.78512394,0.8057851,0.8140496,0.80991733,0.8140496,0.8181818,0.822314,0.8305785,0.8347107,0.8305785,0.8264463,0.8264463,0.822314,0.8264463,0.8305785,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.8305785,0.8264463,0.8264463,0.8305785,0.8181818,0.8264463,0.8305785,0.822314,0.822314,0.8181818,0.80991733,0.80991733,0.79752064,0.79752064,0.7892562,0.7768595,0.74793386,0.7231405,0.71487606,0.6818182,0.6735537,0.6487603,0.61157024,0.5785124,0.5371901,0.5289256,0.47933885,0.41322315,0.28099173,0.17355372,0.11983471,0.11157025,0.12809917,0.15289256,0.23966943,0.41735536,0.56198347,0.6363636,0.6735537,0.70247936,0.74380165,0.76033056,0.7644628,0.7768595,0.7892562,0.8016529,0.8140496,0.8140496,0.8181818,0.822314,0.822314,0.8264463,0.8305785,0.8305785,0.8305785,0.822314,0.822314,0.8264463,0.8305785,0.822314,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.8305785,0.8264463,0.8264463,0.8305785,0.8264463,0.8181818,0.8140496,0.79752064,0.80991733,0.8057851,0.7933884,0.78512394,0.7768595,0.76033056,0.72727275,0.71900827,0.69008267,0.677686,0.661157,0.607438,0.57024795,0.5413223,0.5247934,0.4876033,0.42975205,0.30578512,0.18595041,0.11570248,0.12396694,0.13636364,0.1446281,0.2520661,0.446281,0.57024795,0.6363636,0.6694215,0.6942149,0.73966944,0.74380165,0.77272725,0.7768595,0.79752064,0.8016529,0.8057851,0.8181818,0.8264463,0.8264463,0.822314,0.822314,0.8264463,0.8305785,0.8264463,0.822314,0.8181818,0.8140496,0.822314,0.822314,0.8181818,0.8264463,0.8264463,0.8305785,0.8305785,0.8264463,0.8264463,0.8305785,0.822314,0.8305785,0.8305785,0.822314,0.8181818,0.8140496,0.8140496,0.8016529,0.8057851,0.7933884,0.78099173,0.76859504,0.75206614,0.73140496,0.71487606,0.69008267,0.6818182,0.6694215,0.607438,0.56198347,0.54545456,0.5165289,0.5041322,0.43801653,0.3140496,0.1983471,0.11570248,0.12396694,0.1322314,0.1694215,0.2644628,0.45454547,0.56198347,0.6280992,0.6652893,0.70247936,0.7355372,0.76033056,0.77272725,0.78512394,0.79752064,0.8016529,0.7933884,0.8057851,0.822314,0.8264463,0.8305785,0.8264463,0.8264463,0.8305785,0.8264463,0.8347107,0.8264463,0.8264463,0.8264463,0.8264463,0.822314,0.8305785,0.8305785,0.822314,0.822314,0.822314,0.8181818,0.8305785,0.8140496,0.8264463,0.822314,0.822314,0.80991733,0.8057851,0.80991733,0.79752064,0.79752064,0.79752064,0.78099173,0.76859504,0.74793386,0.7355372,0.71900827,0.6942149,0.6694215,0.6694215,0.59917355,0.56198347,0.5495868,0.5165289,0.49173555,0.4338843,0.30991736,0.19008264,0.11157025,0.12809917,0.14876033,0.17355372,0.2644628,0.46280992,0.55785125,0.61157024,0.6694215,0.7066116,0.72727275,0.75206614,0.7644628,0.7892562,0.7933884,0.8057851,0.79752064,0.7933884,0.8057851,0.80991733,0.822314,0.822314,0.822314,0.822314,0.822314,0.8347107,0.8264463,0.8305785,0.822314,0.8264463,0.8264463,0.822314,0.8264463,0.822314,0.8181818,0.8305785,0.822314,0.8264463,0.8264463,0.822314,0.8140496,0.8140496,0.8057851,0.79752064,0.7933884,0.7892562,0.7933884,0.7892562,0.78099173,0.77272725,0.75206614,0.73140496,0.72727275,0.6983471,0.677686,0.6694215,0.59090906,0.54545456,0.5413223,0.5165289,0.49586776,0.44214877,0.3140496,0.16528925,0.13636364,0.1322314,0.15289256,0.1570248,0.28099173,0.47933885,0.553719,0.58677685,0.6570248,0.7107438,0.73140496,0.75619835,0.7644628,0.78512394,0.8057851,0.8057851,0.7933884,0.7892562,0.7933884,0.8016529,0.80991733,0.8181818,0.8181818,0.8140496,0.8181818,0.8264463,0.822314,0.8264463,0.8140496,0.822314,0.8181818,0.8181818,0.80991733,0.8140496,0.822314,0.8264463,0.8181818,0.822314,0.822314,0.8181818,0.8057851,0.8057851,0.7892562,0.7768595,0.78512394,0.78512394,0.7892562,0.78099173,0.7768595,0.76033056,0.75206614,0.7355372,0.72727275,0.6942149,0.6652893,0.661157,0.57438016,0.54545456,0.5289256,0.5082645,0.49586776,0.45454547,0.29338843,0.16115703,0.14049587,0.14049587,0.16115703,0.15289256,0.28512397,0.49586776,0.553719,0.59090906,0.661157,0.71900827,0.74380165,0.75619835,0.77272725,0.78099173,0.7933884,0.8016529,0.7892562,0.7933884,0.78512394,0.7933884,0.8016529,0.8057851,0.8016529,0.8057851,0.8016529,0.8140496,0.8181818,0.822314,0.8140496,0.8264463,0.8140496,0.80991733,0.80991733,0.8057851,0.8181818,0.822314,0.8181818,0.8181818,0.8057851,0.8016529,0.7892562,0.78099173,0.78099173,0.7768595,0.78512394,0.7768595,0.78099173,0.7644628,0.76859504,0.7644628,0.7644628,0.74793386,0.73140496,0.6942149,0.677686,0.6280992,0.59090906,0.53305787,0.5165289,0.5,0.49586776,0.46280992,0.34710744,0.11570248,0.13636364,0.13636364,0.1570248,0.15289256,0.338843,0.5165289,0.5495868,0.59917355,0.6652893,0.72727275,0.7355372,0.74793386,0.78099173,0.7768595,0.7892562,0.7933884,0.7892562,0.78512394,0.7768595,0.76859504,0.78099173,0.78099173,0.7892562,0.7933884,0.7933884,0.79752064,0.80991733,0.8140496,0.8140496,0.822314,0.8016529,0.8016529,0.8140496,0.79752064,0.80991733,0.8140496,0.8140496,0.79752064,0.8016529,0.78512394,0.78099173,0.77272725,0.7768595,0.78512394,0.7768595,0.7644628,0.7644628,0.76033056,0.75619835,0.76859504,0.76859504,0.75619835,0.73140496,0.6942149,0.6735537,0.6322314,0.59917355,0.5165289,0.4876033,0.5,0.4876033,0.48347107,0.36363637,0.16528925,0.1446281,0.1570248,0.14049587,0.1694215,0.41322315,0.5289256,0.553719,0.6198347,0.6983471,0.6942149,0.7066116,0.7355372,0.76033056,0.77272725,0.78099173,0.78099173,0.76859504,0.76859504,0.77272725,0.75619835,0.74793386,0.76033056,0.76859504,0.76859504,0.77272725,0.78099173,0.78512394,0.7892562,0.8057851,0.8016529,0.78512394,0.78512394,0.79752064,0.7892562,0.7933884,0.79752064,0.78099173,0.78099173,0.7892562,0.77272725,0.77272725,0.76859504,0.75619835,0.74793386,0.75206614,0.73966944,0.73140496,0.7355372,0.7355372,0.73966944,0.73140496,0.73966944,0.71487606,0.6652893,0.661157,0.6446281,0.60330576,0.5371901,0.45454547,0.5041322,0.48347107,0.47933885,0.4090909,0.19421488,0.1570248,0.17768595,0.14049587,0.29338843,0.5041322,0.5371901,0.5371901,0.61157024,0.6735537,0.61570245,0.6322314,0.70247936,0.7231405,0.73966944,0.7355372,0.7355372,0.71487606,0.7107438,0.71487606,0.71487606,0.71487606,0.73140496,0.72727275,0.7231405,0.73140496,0.74793386,0.76033056,0.75206614,0.76859504,0.77272725,0.77272725,0.77272725,0.77272725,0.76033056,0.76033056,0.75619835,0.7231405,0.72727275,0.75206614,0.7066116,0.6983471,0.72727275,0.7107438,0.6859504,0.6859504,0.6570248,0.661157,0.6652893,0.6487603,0.6528926,0.6694215,0.6528926,0.6652893,0.61157024,0.59090906,0.59504133,0.57438016,0.5371901,0.45867768,0.47933885,0.47107437,0.47933885,0.46694216,0.29752067,0.17768595,0.16528925,0.1983471,0.41735536,0.5495868,0.5247934,0.5123967,0.5289256,0.553719,0.5041322,0.49173555,0.58677685,0.62396693,0.6446281,0.6363636,0.62396693,0.57024795,0.55785125,0.5661157,0.5785124,0.58264464,0.58677685,0.59090906,0.59917355,0.6404959,0.661157,0.6983471,0.70247936,0.71900827,0.72727275,0.74793386,0.76859504,0.7644628,0.74793386,0.71900827,0.71487606,0.6652893,0.61570245,0.6570248,0.58677685,0.5165289,0.53305787,0.5413223,0.5206612,0.5495868,0.553719,0.56198347,0.54545456,0.55785125,0.55785125,0.5661157,0.57024795,0.58264464,0.5495868,0.5041322,0.4752066,0.49586776,0.5123967,0.45867768,0.45041323,0.46694216,0.4876033,0.49173555,0.40082645,0.1694215,0.15289256,0.29752067,0.5123967,0.57024795,0.5165289,0.46280992,0.45454547,0.49173555,0.49173555,0.45867768,0.5,0.5371901,0.5371901,0.5206612,0.46280992,0.45041323,0.41735536,0.39256197,0.38429752,0.38429752,0.38842976,0.40082645,0.4338843,0.4752066,0.553719,0.57024795,0.6363636,0.6652893,0.70247936,0.75206614,0.7768595,0.76859504,0.7355372,0.69008267,0.6322314,0.57438016,0.5165289,0.5041322,0.42975205,0.3966942,0.3429752,0.3553719,0.35123968,0.38429752,0.38429752,0.37603307,0.39256197,0.44214877,0.47933885,0.5041322,0.5123967,0.5247934,0.5041322,0.5082645,0.42561984,0.42561984,0.4214876,0.43801653,0.43801653,0.47107437,0.5,0.5,0.45867768,0.1694215,0.21900827,0.40082645,0.56198347,0.5785124,0.5041322,0.4214876,0.47107437,0.48347107,0.5165289,0.5082645,0.5041322,0.5206612,0.5082645,0.49173555,0.45867768,0.4338843,0.43801653,0.41735536,0.38429752,0.3677686,0.35950413,0.34710744,0.36363637,0.35950413,0.42975205,0.47107437,0.553719,0.6280992,0.70247936,0.7644628,0.78099173,0.78099173,0.73966944,0.6652893,0.61157024,0.5247934,0.47107437,0.4214876,0.37190083,0.35123968,0.338843,0.3264463,0.3305785,0.3429752,0.3677686,0.38429752,0.3966942,0.4338843,0.47933885,0.4876033,0.5,0.5,0.5247934,0.5413223,0.42975205,0.4090909,0.3966942,0.40082645,0.4338843,0.45867768,0.5041322,0.5206612,0.48347107,0.21900827,0.24793388,0.46694216,0.59090906,0.57024795,0.47107437,0.4338843,0.46280992,0.5165289,0.5495868,0.5785124,0.55785125,0.5495868,0.55785125,0.56198347,0.55785125,0.5123967,0.45867768,0.4338843,0.44214877,0.40082645,0.35950413,0.39256197,0.38429752,0.37190083,0.38842976,0.43801653,0.5413223,0.6570248,0.73140496,0.76859504,0.8057851,0.7892562,0.75619835,0.6818182,0.6280992,0.56198347,0.5,0.45454547,0.42561984,0.40082645,0.4090909,0.37603307,0.39256197,0.40495867,0.42561984,0.4338843,0.48347107,0.45867768,0.46280992,0.4876033,0.5,0.5123967,0.5247934,0.53305787,0.5,0.45041323,0.37603307,0.37603307,0.41735536,0.45454547,0.5082645,0.5,0.5165289,0.21900827,0.2892562,0.5247934,0.59090906,0.54545456,0.45867768,0.41735536,0.4214876,0.45867768,0.46694216,0.47107437,0.45041323,0.42561984,0.41322315,0.3677686,0.2892562,0.2892562,0.4338843,0.30991736,0.38016528,0.49173555,0.4876033,0.39256197,0.41322315,0.4090909,0.38016528,0.43801653,0.59917355,0.7066116,0.7768595,0.8057851,0.8181818,0.8140496,0.7768595,0.71900827,0.6652893,0.5785124,0.5041322,0.45454547,0.46280992,0.45867768,0.47933885,0.46694216,0.46694216,0.46694216,0.37190083,0.2520661,0.36363637,0.30165288,0.27272728,0.38429752,0.40495867,0.39256197,0.42561984,0.45454547,0.46694216,0.46694216,0.40082645,0.39256197,0.40495867,0.45454547,0.5165289,0.5082645,0.5165289,0.20661157,0.3677686,0.5661157,0.58264464,0.54545456,0.4876033,0.43801653,0.4214876,0.40495867,0.36363637,0.34710744,0.38429752,0.38429752,0.4214876,0.30991736,0.30991736,0.2231405,0.37190083,0.34710744,0.45867768,0.59090906,0.43801653,0.45867768,0.59090906,0.61157024,0.41322315,0.4338843,0.6487603,0.74380165,0.8016529,0.8305785,0.8347107,0.8264463,0.78099173,0.7107438,0.6735537,0.57438016,0.4752066,0.49586776,0.56198347,0.54545456,0.5165289,0.46694216,0.4752066,0.59090906,0.38016528,0.2768595,0.26859504,0.27272728,0.23966943,0.37190083,0.41735536,0.37190083,0.3181818,0.30578512,0.39256197,0.446281,0.43801653,0.41735536,0.446281,0.45454547,0.49173555,0.5082645,0.5123967,0.21900827,0.44214877,0.57438016,0.58677685,0.57438016,0.5371901,0.5,0.45041323,0.3966942,0.3966942,0.3966942,0.4338843,0.446281,0.55785125,0.5041322,0.40082645,0.35950413,0.33471075,0.47107437,0.6446281,0.7107438,0.59090906,0.4876033,0.5371901,0.73966944,0.553719,0.47933885,0.6694215,0.75619835,0.8140496,0.8305785,0.8347107,0.8181818,0.76859504,0.6942149,0.6570248,0.57438016,0.47107437,0.59090906,0.6570248,0.5413223,0.5206612,0.49586776,0.57438016,0.73140496,0.57024795,0.38842976,0.32231405,0.3140496,0.38429752,0.5165289,0.5082645,0.4214876,0.40495867,0.38429752,0.38842976,0.41322315,0.47107437,0.4752066,0.48347107,0.4876033,0.5041322,0.5123967,0.5041322,0.28512397,0.4752066,0.55785125,0.59917355,0.58677685,0.58264464,0.59090906,0.5206612,0.45867768,0.5247934,0.553719,0.58677685,0.61570245,0.6570248,0.69008267,0.6487603,0.6363636,0.6280992,0.71900827,0.7644628,0.7231405,0.6859504,0.7107438,0.6983471,0.7231405,0.6446281,0.5785124,0.677686,0.75619835,0.80991733,0.8181818,0.8347107,0.8181818,0.74793386,0.69008267,0.6735537,0.59090906,0.5206612,0.6694215,0.71487606,0.6942149,0.6818182,0.61570245,0.6363636,0.677686,0.7231405,0.59917355,0.58264464,0.56198347,0.62396693,0.61157024,0.57024795,0.53305787,0.47933885,0.49173555,0.45041323,0.4338843,0.49586776,0.5041322,0.5123967,0.5,0.5082645,0.5123967,0.49586776,0.35123968,0.47107437,0.55785125,0.5785124,0.59917355,0.6280992,0.661157,0.607438,0.57438016,0.6446281,0.6446281,0.6694215,0.6735537,0.6942149,0.6942149,0.6942149,0.6942149,0.661157,0.6694215,0.71487606,0.7231405,0.76859504,0.7892562,0.7768595,0.7107438,0.6652893,0.62396693,0.677686,0.7644628,0.8057851,0.8140496,0.8305785,0.80991733,0.71487606,0.677686,0.6735537,0.62396693,0.58264464,0.6404959,0.7107438,0.70247936,0.6983471,0.69008267,0.6735537,0.6942149,0.6942149,0.661157,0.69008267,0.6570248,0.6446281,0.6322314,0.61570245,0.57024795,0.57438016,0.57438016,0.53305787,0.49173555,0.5289256,0.54545456,0.5206612,0.5289256,0.5082645,0.5082645,0.49586776,0.40495867,0.4752066,0.5413223,0.56198347,0.58677685,0.6487603,0.7066116,0.6818182,0.6280992,0.6322314,0.6652893,0.6859504,0.6694215,0.677686,0.677686,0.6694215,0.677686,0.6818182,0.69008267,0.73966944,0.74793386,0.76859504,0.76033056,0.73966944,0.6859504,0.6818182,0.6487603,0.6735537,0.7768595,0.8057851,0.8181818,0.822314,0.76859504,0.69008267,0.677686,0.6694215,0.6446281,0.6322314,0.6528926,0.677686,0.73966944,0.6942149,0.73966944,0.74380165,0.73140496,0.72727275,0.69008267,0.6859504,0.69008267,0.677686,0.6528926,0.6280992,0.60330576,0.607438,0.59917355,0.553719,0.5661157,0.57438016,0.5785124,0.54545456,0.5289256,0.5082645,0.49173555,0.4752066,0.43801653,0.48347107,0.5289256,0.54545456,0.5785124,0.661157,0.71487606,0.74380165,0.6735537,0.61570245,0.6652893,0.70247936,0.69008267,0.7231405,0.73966944,0.75206614,0.75619835,0.77272725,0.77272725,0.7892562,0.74793386,0.73140496,0.73966944,0.72727275,0.6983471,0.6859504,0.6570248,0.6694215,0.7892562,0.80991733,0.8181818,0.79752064,0.73140496,0.6983471,0.6818182,0.6735537,0.6528926,0.6528926,0.6942149,0.70247936,0.71487606,0.73966944,0.7355372,0.75619835,0.76859504,0.77272725,0.79752064,0.76859504,0.74380165,0.71900827,0.6983471,0.6528926,0.6322314,0.61157024,0.58264464,0.59090906,0.6198347,0.59090906,0.5785124,0.5661157,0.5247934,0.49173555,0.4876033,0.47107437,0.45454547,0.49173555,0.5247934,0.53305787,0.5785124,0.6735537,0.71900827,0.7644628,0.73140496,0.6446281,0.6446281,0.6942149,0.7231405,0.7355372,0.74793386,0.76859504,0.77272725,0.76859504,0.73140496,0.76033056,0.72727275,0.74793386,0.75206614,0.72727275,0.6694215,0.6570248,0.6487603,0.6983471,0.8057851,0.8181818,0.8057851,0.78099173,0.7231405,0.6983471,0.6735537,0.6818182,0.6487603,0.6487603,0.6983471,0.73140496,0.7355372,0.74793386,0.76859504,0.74793386,0.73966944,0.7231405,0.7644628,0.77272725,0.74793386,0.7231405,0.7107438,0.6487603,0.6198347,0.607438,0.62396693,0.6528926,0.6528926,0.62396693,0.5785124,0.5661157,0.5247934,0.4752066,0.46694216,0.47107437,0.5,0.49586776,0.5082645,0.5247934,0.5785124,0.6652893,0.71487606,0.76033056,0.78099173,0.71487606,0.6735537,0.7066116,0.72727275,0.73966944,0.72727275,0.7355372,0.73966944,0.72727275,0.7355372,0.77272725,0.76033056,0.78099173,0.7644628,0.7066116,0.661157,0.6446281,0.6404959,0.72727275,0.822314,0.8305785,0.8016529,0.76859504,0.7107438,0.6859504,0.6694215,0.6694215,0.6404959,0.6446281,0.6859504,0.73140496,0.74793386,0.76859504,0.76033056,0.78099173,0.74380165,0.71487606,0.7231405,0.7107438,0.6983471,0.6983471,0.7066116,0.661157,0.6528926,0.6528926,0.6735537,0.6983471,0.6818182,0.6363636,0.57438016,0.55785125,0.5206612,0.48347107,0.45454547,0.45867768,0.5247934,0.49586776,0.5041322,0.5206612,0.5661157,0.6570248,0.71487606,0.76033056,0.79752064,0.75206614,0.7107438,0.71900827,0.72727275,0.7355372,0.7107438,0.7355372,0.7355372,0.73140496,0.76033056,0.79752064,0.7892562,0.7768595,0.75206614,0.6818182,0.661157,0.6404959,0.6528926,0.75619835,0.8264463,0.8264463,0.7933884,0.76033056,0.6983471,0.6570248,0.661157,0.661157,0.6570248,0.6446281,0.6735537,0.73140496,0.74380165,0.7768595,0.7892562,0.76859504,0.7933884,0.77272725,0.75206614,0.7355372,0.677686,0.7107438,0.7107438,0.6983471,0.69008267,0.69008267,0.7107438,0.70247936,0.6652893,0.6198347,0.57438016,0.5289256,0.5041322,0.46694216,0.446281,0.46280992,0.5247934,0.47933885,0.5165289,0.49586776,0.553719,0.6280992,0.70247936,0.73966944,0.78099173,0.7644628,0.7355372,0.7231405,0.7231405,0.73966944,0.73140496,0.75206614,0.7768595,0.7768595,0.7933884,0.78512394,0.78099173,0.77272725,0.73140496,0.6570248,0.6198347,0.6404959,0.661157,0.76859504,0.8264463,0.8305785,0.78512394,0.7231405,0.69008267,0.6570248,0.6446281,0.6322314,0.6487603,0.6446281,0.661157,0.7355372,0.74380165,0.77272725,0.7933884,0.7892562,0.7892562,0.7933884,0.7768595,0.7644628,0.7066116,0.7066116,0.71900827,0.6859504,0.71487606,0.7107438,0.71900827,0.70247936,0.6652893,0.6322314,0.55785125,0.5371901,0.49173555,0.46694216,0.45041323,0.46694216,0.54545456,0.47933885,0.49586776,0.5041322,0.553719,0.61570245,0.6818182,0.7066116,0.74380165,0.74380165,0.74793386,0.73966944,0.73140496,0.74793386,0.75619835,0.7768595,0.79752064,0.7933884,0.8057851,0.7892562,0.77272725,0.75619835,0.71900827,0.61570245,0.5495868,0.6735537,0.6570248,0.76033056,0.838843,0.8347107,0.7933884,0.6859504,0.661157,0.661157,0.6404959,0.58677685,0.57438016,0.6528926,0.6487603,0.72727275,0.75619835,0.79752064,0.79752064,0.7933884,0.78099173,0.8016529,0.78099173,0.7644628,0.74793386,0.73966944,0.73966944,0.70247936,0.69008267,0.7066116,0.6983471,0.6735537,0.6363636,0.59917355,0.54545456,0.5123967,0.47933885,0.45867768,0.45041323,0.46694216,0.54545456,0.45867768,0.5041322,0.5206612,0.55785125,0.60330576,0.6694215,0.661157,0.6818182,0.71900827,0.72727275,0.75206614,0.73966944,0.76859504,0.77272725,0.78512394,0.7892562,0.8016529,0.8057851,0.7892562,0.7768595,0.74793386,0.7066116,0.56198347,0.59917355,0.6983471,0.6735537,0.78099173,0.8347107,0.8264463,0.78099173,0.677686,0.661157,0.677686,0.6735537,0.58677685,0.5206612,0.59917355,0.6818182,0.7355372,0.76859504,0.7933884,0.8016529,0.8016529,0.78512394,0.8057851,0.7768595,0.78512394,0.74793386,0.76033056,0.75206614,0.74793386,0.7066116,0.6859504,0.6818182,0.6446281,0.59917355,0.57438016,0.54545456,0.5123967,0.46280992,0.44214877,0.45454547,0.45454547,0.5247934,0.4338843,0.49173555,0.53305787,0.553719,0.61570245,0.6363636,0.6487603,0.661157,0.69008267,0.6983471,0.7355372,0.73966944,0.7644628,0.7768595,0.78512394,0.7933884,0.8016529,0.7892562,0.7768595,0.78512394,0.76033056,0.6694215,0.56198347,0.6528926,0.6983471,0.6983471,0.8181818,0.838843,0.8181818,0.7892562,0.69008267,0.6528926,0.677686,0.6859504,0.6280992,0.53305787,0.5413223,0.6652893,0.73140496,0.76859504,0.78512394,0.8016529,0.7933884,0.78512394,0.79752064,0.78099173,0.7768595,0.76859504,0.75619835,0.73966944,0.7355372,0.70247936,0.6694215,0.6652893,0.607438,0.58677685,0.57024795,0.5371901,0.5041322,0.47107437,0.43801653,0.45041323,0.45041323,0.553719,0.4214876,0.46280992,0.53305787,0.5413223,0.607438,0.62396693,0.6446281,0.6570248,0.6694215,0.6859504,0.71900827,0.73140496,0.76033056,0.78512394,0.78099173,0.78512394,0.7933884,0.7768595,0.76033056,0.76859504,0.7644628,0.6322314,0.5785124,0.661157,0.6818182,0.73966944,0.8016529,0.8181818,0.838843,0.80991733,0.7107438,0.6280992,0.6528926,0.6652893,0.61570245,0.58264464,0.5289256,0.62396693,0.73966944,0.77272725,0.78512394,0.7892562,0.7892562,0.78512394,0.76859504,0.76859504,0.7644628,0.74380165,0.75206614,0.71900827,0.70247936,0.6859504,0.6487603,0.62396693,0.59090906,0.5785124,0.55785125,0.53305787,0.5,0.45867768,0.44214877,0.44214877,0.44214877,0.5247934,0.4214876,0.43801653,0.5371901,0.57024795,0.60330576,0.61157024,0.6446281,0.6446281,0.6652893,0.6735537,0.71487606,0.72727275,0.76859504,0.7768595,0.7644628,0.7644628,0.7892562,0.7768595,0.75206614,0.7644628,0.7355372,0.59090906,0.5661157,0.55785125,0.58677685,0.71487606,0.7107438,0.7107438,0.7355372,0.7355372,0.677686,0.5785124,0.57438016,0.59090906,0.57024795,0.59090906,0.5289256,0.58677685,0.73966944,0.77272725,0.78099173,0.7892562,0.78512394,0.78099173,0.76859504,0.7644628,0.76033056,0.72727275,0.73140496,0.6983471,0.6735537,0.6528926,0.607438,0.59504133,0.56198347,0.5661157,0.5495868,0.5247934,0.5,0.46280992,0.4338843,0.44214877,0.41735536,0.40495867,0.42561984,0.4338843,0.5247934,0.58264464,0.59917355,0.6198347,0.6280992,0.6280992,0.6694215,0.6859504,0.7066116,0.74793386,0.7644628,0.76859504,0.75619835,0.75206614,0.76859504,0.7644628,0.76033056,0.76033056,0.7355372,0.5123967,0.5082645,0.45041323,0.4338843,0.53305787,0.58677685,0.5661157,0.57438016,0.59504133,0.553719,0.4876033,0.47107437,0.5123967,0.54545456,0.55785125,0.5165289,0.59090906,0.72727275,0.76859504,0.78099173,0.7933884,0.77272725,0.76033056,0.74793386,0.75206614,0.73140496,0.7066116,0.70247936,0.6859504,0.6570248,0.607438,0.59504133,0.5785124,0.5495868,0.5371901,0.56198347,0.5,0.5041322,0.446281,0.41735536,0.4214876,0.4214876,0.28099173,0.45454547,0.39256197,0.5123967,0.58677685,0.60330576,0.6404959,0.6446281,0.62396693,0.6652893,0.6735537,0.7066116,0.74380165,0.75619835,0.75619835,0.75206614,0.74793386,0.76033056,0.73966944,0.7355372,0.74793386,0.73140496,0.5041322,0.45041323,0.36363637,0.27272728,0.37603307,0.42975205,0.42975205,0.40495867,0.42561984,0.42975205,0.3264463,0.25619835,0.3677686,0.47933885,0.4876033,0.5206612,0.6198347,0.71487606,0.75206614,0.77272725,0.7768595,0.7644628,0.74793386,0.72727275,0.7231405,0.7066116,0.6983471,0.6818182,0.6652893,0.6322314,0.59090906,0.58677685,0.5661157,0.5413223,0.553719,0.53305787,0.5371901,0.49586776,0.43801653,0.41735536,0.42561984,0.4338843,0.28099173,0.40082645,0.4214876,0.46694216,0.5785124,0.607438,0.6528926,0.6652893,0.6570248,0.661157,0.661157,0.7107438,0.7355372,0.74380165,0.74380165,0.74793386,0.71900827,0.72727275,0.7355372,0.7107438,0.74793386,0.74793386,0.5785124,0.48347107,0.34710744,0.25619835,0.23553719,0.30578512,0.30165288,0.3140496,0.29338843,0.3305785,0.30991736,0.2892562,0.32231405,0.40495867,0.5082645,0.61570245,0.677686,0.7231405,0.75619835,0.76033056,0.76033056,0.76859504,0.75206614,0.73140496,0.7107438,0.6942149,0.6735537,0.6652893,0.6404959,0.607438,0.5785124,0.58264464,0.57024795,0.56198347,0.56198347,0.5413223,0.54545456,0.47933885,0.41322315,0.41735536,0.42975205,0.43801653,0.2768595,0.35950413,0.43801653,0.4214876,0.5413223,0.61157024,0.6487603,0.677686,0.6570248,0.661157,0.6694215,0.7066116,0.71900827,0.72727275,0.7231405,0.7355372,0.7231405,0.7066116,0.7355372,0.72727275,0.7644628,0.78099173,0.7107438,0.6570248,0.40082645,0.2768595,0.30165288,0.32231405,0.3305785,0.35950413,0.41322315,0.49173555,0.4338843,0.4090909,0.446281,0.5289256,0.62396693,0.6818182,0.70247936,0.7107438,0.75206614,0.76859504,0.76033056,0.75619835,0.74793386,0.73140496,0.7066116,0.6983471,0.6652893,0.6446281,0.6198347,0.59504133,0.58677685,0.57438016,0.553719,0.56198347,0.5661157,0.553719,0.5247934,0.45041323,0.39256197,0.42561984,0.42561984,0.4214876,0.29338843,0.3181818,0.4214876,0.4090909,0.48347107,0.61157024,0.6487603,0.6735537,0.6652893,0.6652893,0.677686,0.70247936,0.71900827,0.71487606,0.71900827,0.7231405,0.7107438,0.71487606,0.7355372,0.74380165,0.75619835,0.7768595,0.75206614,0.6735537,0.61570245,0.49173555,0.42975205,0.49586776,0.5371901,0.53305787,0.57438016,0.59917355,0.54545456,0.57024795,0.60330576,0.6487603,0.6694215,0.677686,0.7066116,0.6983471,0.73966944,0.76033056,0.7644628,0.74380165,0.74380165,0.71900827,0.6942149,0.69008267,0.6570248,0.6280992,0.61570245,0.59090906,0.58264464,0.553719,0.56198347,0.5661157,0.55785125,0.5413223,0.5,0.42561984,0.40495867,0.42975205,0.42975205,0.37190083,0.29338843,0.30165288,0.40082645,0.41322315,0.45867768,0.59090906,0.6528926,0.6735537,0.6735537,0.661157,0.6859504,0.6942149,0.7066116,0.6983471,0.71487606,0.71900827,0.71487606,0.73140496,0.75206614,0.75619835,0.75619835,0.73966944,0.72727275,0.661157,0.6198347,0.60330576,0.54545456,0.61570245,0.6487603,0.58677685,0.5785124,0.58677685,0.5661157,0.5661157,0.57438016,0.61157024,0.6446281,0.6487603,0.6694215,0.7107438,0.7107438,0.74793386,0.75619835,0.73966944,0.7231405,0.70247936,0.6652893,0.6942149,0.6363636,0.607438,0.607438,0.59090906,0.58264464,0.59090906,0.57438016,0.57024795,0.5413223,0.5206612,0.47107437,0.41735536,0.4090909,0.42975205,0.41322315,0.30578512,0.3140496,0.29752067,0.35123968,0.41322315,0.4338843,0.5661157,0.6280992,0.6487603,0.6694215,0.6652893,0.6818182,0.6983471,0.6983471,0.70247936,0.6652893,0.70247936,0.71487606,0.73140496,0.75619835,0.73140496,0.72727275,0.7107438,0.69008267,0.6570248,0.61570245,0.6446281,0.61157024,0.7066116,0.69008267,0.6363636,0.61157024,0.62396693,0.59504133,0.57024795,0.55785125,0.58264464,0.59917355,0.607438,0.62396693,0.6735537,0.6983471,0.6942149,0.73140496,0.71900827,0.70247936,0.6859504,0.6735537,0.6694215,0.61157024,0.58264464,0.60330576,0.58264464,0.59090906,0.58264464,0.5661157,0.5495868,0.5247934,0.48347107,0.446281,0.40495867,0.4090909,0.41735536,0.3966942,0.21900827,0.3140496,0.30578512,0.30991736,0.4090909,0.4214876,0.5247934,0.59917355,0.6322314,0.6446281,0.6570248,0.677686,0.6942149,0.69008267,0.6942149,0.6694215,0.677686,0.71900827,0.71900827,0.71487606,0.6859504,0.70247936,0.6859504,0.6652893,0.6198347,0.61570245,0.6528926,0.6859504,0.7768595,0.75206614,0.72727275,0.6983471,0.70247936,0.6570248,0.60330576,0.58264464,0.59090906,0.5661157,0.57438016,0.60330576,0.62396693,0.6528926,0.6528926,0.70247936,0.69008267,0.6735537,0.69008267,0.6735537,0.661157,0.61570245,0.59090906,0.59504133,0.57438016,0.5785124,0.58677685,0.553719,0.5289256,0.49586776,0.46694216,0.42975205,0.40082645,0.41322315,0.40495867,0.28099173,0.1983471,0.30991736,0.32231405,0.27272728,0.38016528,0.43801653,0.47933885,0.56198347,0.61157024,0.61157024,0.6528926,0.661157,0.6735537,0.6735537,0.6652893,0.661157,0.661157,0.6859504,0.71900827,0.70247936,0.6818182,0.6528926,0.6652893,0.6652893,0.6404959,0.6404959,0.6818182,0.70247936,0.75619835,0.77272725,0.7644628,0.75619835,0.7107438,0.6859504,0.6528926,0.6198347,0.55785125,0.54545456,0.553719,0.59504133,0.60330576,0.6363636,0.6404959,0.6818182,0.677686,0.6528926,0.6570248,0.6446281,0.6446281,0.6280992,0.58677685,0.59090906,0.5785124,0.57024795,0.5785124,0.5371901,0.5041322,0.46694216,0.45454547,0.446281,0.40495867,0.41735536,0.35123968,0.19421488,0.2107438,0.30578512,0.30578512,0.28099173,0.3140496,0.44214877,0.46280992,0.5371901,0.58264464,0.60330576,0.62396693,0.6652893,0.6694215,0.6652893,0.6487603,0.6363636,0.6446281,0.6735537,0.7231405,0.69008267,0.6694215,0.6404959,0.6446281,0.6198347,0.6652893,0.6528926,0.6404959,0.5785124,0.5495868,0.6404959,0.6652893,0.57438016,0.49586776,0.4752066,0.5289256,0.60330576,0.58677685,0.56198347,0.5661157,0.57438016,0.58264464,0.61570245,0.6280992,0.6652893,0.6446281,0.6322314,0.61570245,0.607438,0.62396693,0.62396693,0.58677685,0.57438016,0.5661157,0.57024795,0.57024795,0.53305787,0.49586776,0.47107437,0.43801653,0.42975205,0.40082645,0.3966942,0.26859504,0.16528925,0.23553719,0.30991736,0.30578512,0.29752067,0.2644628,0.42975205,0.45454547,0.5041322,0.55785125,0.5495868,0.61157024,0.6446281,0.6528926,0.6446281,0.62396693,0.61570245,0.6280992,0.6735537,0.6942149,0.677686,0.661157,0.6198347,0.61570245,0.59090906,0.58677685,0.5413223,0.42975205,0.40082645,0.38016528,0.40495867,0.45454547,0.3966942,0.36363637,0.3305785,0.33471075,0.42561984,0.5206612,0.5661157,0.58677685,0.5785124,0.59090906,0.61570245,0.6446281,0.6487603,0.62396693,0.6198347,0.5785124,0.59504133,0.60330576,0.607438,0.58677685,0.56198347,0.5413223,0.57024795,0.5371901,0.5206612,0.49173555,0.45867768,0.46280992,0.41322315,0.3966942,0.35123968,0.20247933,0.16528925,0.23140496,0.30165288,0.30165288,0.3140496,0.24793388,0.38429752,0.446281,0.4752066,0.5165289,0.54545456,0.59504133,0.6280992,0.6280992,0.61570245,0.59917355,0.607438,0.6446281,0.6528926,0.6859504,0.6446281,0.59917355,0.57024795,0.56198347,0.5165289,0.40082645,0.338843,0.2644628,0.30991736,0.3305785,0.30578512,0.30165288,0.32231405,0.35123968,0.3429752,0.25619835,0.22727273,0.338843,0.46694216,0.54545456,0.57024795,0.5785124,0.58677685,0.62396693,0.62396693,0.62396693,0.6280992,0.57024795,0.5661157,0.57024795,0.57438016,0.57024795,0.553719,0.53305787,0.5495868,0.53305787,0.5206612,0.48347107,0.45454547,0.45041323,0.40082645,0.36363637,0.3305785,0.17355372,0.16528925,0.23553719,0.30578512,0.30578512,0.3140496,0.27272728,0.3140496,0.45454547,0.45867768,0.49586776,0.5247934,0.5661157,0.607438,0.59917355,0.59090906,0.57438016,0.61157024,0.6322314,0.6446281,0.6322314,0.58677685,0.47107437,0.4090909,0.40082645,0.3553719,0.23140496,0.20661157,0.1570248,0.3264463,0.38842976,0.3305785,0.28099173,0.41735536,0.49173555,0.5413223,0.33471075,0.21487603,0.18595041,0.21900827,0.3553719,0.4090909,0.4338843,0.5082645,0.5661157,0.61157024,0.61157024,0.61157024,0.5661157,0.5371901,0.5661157,0.5661157,0.57024795,0.5495868,0.5247934,0.5289256,0.5495868,0.5082645,0.4752066,0.45867768,0.43801653,0.37603307,0.33471075,0.3553719,0.14876033,0.19421488,0.2520661,0.3140496,0.30578512,0.30578512,0.30578512,0.2520661,0.41735536,0.46280992,0.47933885,0.5082645,0.5289256,0.55785125,0.57438016,0.5785124,0.57024795,0.60330576,0.607438,0.60330576,0.553719,0.48347107,0.3677686,0.2644628,0.2644628,0.30578512,0.27272728,0.28512397,0.32231405,0.35950413,0.40495867,0.34710744,0.3553719,0.49586776,0.55785125,0.59504133,0.40082645,0.3305785,0.28512397,0.21487603,0.25619835,0.3181818,0.3181818,0.38429752,0.49173555,0.54545456,0.57438016,0.58264464,0.57438016,0.553719,0.54545456,0.5661157,0.57024795,0.54545456,0.5165289,0.5082645,0.5123967,0.5,0.47933885,0.45454547,0.40495867,0.33471075,0.338843,0.36363637,0.11157025,0.20247933,0.2603306,0.30578512,0.30578512,0.30165288,0.3181818,0.27272728,0.35950413,0.446281,0.4752066,0.49173555,0.5123967,0.53305787,0.5495868,0.5371901,0.5785124,0.59090906,0.5785124,0.5785124,0.55785125,0.54545456,0.58264464,0.661157,0.56198347,0.58264464,0.55785125,0.54545456,0.607438,0.6363636,0.59504133,0.57438016,0.5785124,0.58264464,0.59504133,0.6198347,0.58264464,0.5495868,0.54545456,0.55785125,0.5289256,0.5289256,0.5247934,0.49586776,0.53305787,0.5413223,0.5247934,0.54545456,0.55785125,0.56198347,0.55785125,0.5371901,0.5495868,0.53305787,0.5123967,0.5165289,0.5123967,0.49586776,0.46694216,0.4338843,0.35950413,0.3181818,0.38429752,0.338843,0.1322314,0.2231405,0.2603306,0.30165288,0.29752067,0.29752067,0.3140496,0.28512397,0.29338843,0.42561984,0.47107437,0.48347107,0.5165289,0.57438016,0.57438016,0.5661157,0.55785125,0.59090906,0.59090906,0.59090906,0.6363636,0.7066116,0.7107438,0.71487606,0.61570245,0.6198347,0.6198347,0.62396693,0.677686,0.71487606,0.6859504,0.6570248,0.6818182,0.6818182,0.677686,0.6694215,0.6570248,0.6363636,0.59917355,0.61570245,0.607438,0.6446281,0.6818182,0.6859504,0.59917355,0.59917355,0.553719,0.5413223,0.5495868,0.55785125,0.55785125,0.53305787,0.5123967,0.5206612,0.5123967,0.5041322,0.5,0.47933885,0.46280992,0.40495867,0.3181818,0.33471075,0.41735536,0.32231405,0.1570248,0.23966943,0.2603306,0.29338843,0.29338843,0.30165288,0.29338843,0.29752067,0.27272728,0.3677686,0.45867768,0.45867768,0.5041322,0.5413223,0.57024795,0.57024795,0.5661157,0.59504133,0.61570245,0.61157024,0.6528926,0.70247936,0.7107438,0.6818182,0.62396693,0.57438016,0.60330576,0.59917355,0.59917355,0.61157024,0.6446281,0.6363636,0.6363636,0.6363636,0.6198347,0.60330576,0.59917355,0.59504133,0.5785124,0.5785124,0.61157024,0.6652893,0.6859504,0.6983471,0.6528926,0.59917355,0.55785125,0.553719,0.54545456,0.55785125,0.5661157,0.5495868,0.5041322,0.5165289,0.5082645,0.49173555,0.4752066,0.45454547,0.4338843,0.3429752,0.3305785,0.39256197,0.4214876,0.32231405,0.17355372,0.24793388,0.2644628,0.29338843,0.29338843,0.30165288,0.29338843,0.30165288,0.2768595,0.32231405,0.4090909,0.4338843,0.49173555,0.5123967,0.5247934,0.5495868,0.5661157,0.57024795,0.58264464,0.61570245,0.59917355,0.6570248,0.6818182,0.6694215,0.6363636,0.56198347,0.5247934,0.5206612,0.5123967,0.5041322,0.5082645,0.54545456,0.5413223,0.4876033,0.47933885,0.49173555,0.4876033,0.5,0.53305787,0.5785124,0.61570245,0.6570248,0.6694215,0.661157,0.6446281,0.61570245,0.58264464,0.55785125,0.54545456,0.5371901,0.5289256,0.5247934,0.5041322,0.49173555,0.49586776,0.4876033,0.46280992,0.45041323,0.38016528,0.3264463,0.37190083,0.3966942,0.42561984,0.34710744,0.2107438,0.24380165,0.2644628,0.29338843,0.29338843,0.2892562,0.30165288,0.30165288,0.29338843,0.28512397,0.35123968,0.41322315,0.4338843,0.4876033,0.4876033,0.5165289,0.5289256,0.553719,0.57438016,0.62396693,0.58264464,0.607438,0.6570248,0.6404959,0.6446281,0.57438016,0.49586776,0.4338843,0.4214876,0.40082645,0.38016528,0.37603307,0.38016528,0.3553719,0.3677686,0.4090909,0.44214877,0.48347107,0.53305787,0.58264464,0.60330576,0.6528926,0.6404959,0.6198347,0.607438,0.58677685,0.55785125,0.5495868,0.5371901,0.5206612,0.5041322,0.49173555,0.49586776,0.48347107,0.47933885,0.46280992,0.45041323,0.41735536,0.3429752,0.34710744,0.40082645,0.41735536,0.42975205,0.33471075,0.2520661,0.2520661,0.26859504,0.2892562,0.2892562,0.29752067,0.30165288,0.30165288,0.29338843,0.29338843,0.30165288,0.38016528,0.3966942,0.43801653,0.45867768,0.48347107,0.4876033,0.5123967,0.53305787,0.56198347,0.58677685,0.60330576,0.6198347,0.62396693,0.6446281,0.6322314,0.607438,0.53305787,0.49586776,0.46280992,0.43801653,0.42975205,0.44214877,0.45454547,0.48347107,0.49173555,0.5371901,0.54545456,0.5495868,0.59090906,0.607438,0.6198347,0.58264464,0.58677685,0.5661157,0.56198347,0.5289256,0.5289256,0.5041322,0.49586776,0.5,0.4752066,0.47933885,0.46280992,0.46280992,0.4214876,0.42561984,0.37603307,0.32231405,0.38429752,0.4214876,0.4338843,0.40495867,0.36363637,0.34710744,0.28512397,0.27272728,0.29338843,0.2892562,0.29752067,0.30578512,0.28512397,0.30991736,0.29752067,0.2892562,0.36363637,0.37190083,0.39256197,0.41735536,0.43801653,0.47107437,0.4876033,0.5123967,0.53305787,0.553719,0.57438016,0.57024795,0.59090906,0.6446281,0.6652893,0.6528926,0.6363636,0.6198347,0.61157024,0.58677685,0.57024795,0.5661157,0.5785124,0.59090906,0.61157024,0.6280992,0.62396693,0.59917355,0.61570245,0.61157024,0.59504133,0.58264464,0.56198347,0.5371901,0.5206612,0.5206612,0.5082645,0.49586776,0.4876033,0.47107437,0.45454547,0.45867768,0.44214877,0.4338843,0.42561984,0.35950413,0.3140496,0.35123968,0.41322315,0.43801653,0.4338843,0.40082645,0.32231405,0.41322315,0.3677686,0.2892562,0.28512397,0.28512397,0.29338843,0.30165288,0.2892562,0.30578512,0.28512397,0.34710744,0.44214877,0.37603307,0.36363637,0.38016528,0.4090909,0.45454547,0.48347107,0.5165289,0.5289256,0.54545456,0.56198347,0.57024795,0.60330576,0.6446281,0.677686,0.69008267,0.6942149,0.70247936,0.73140496,0.72727275,0.72727275,0.6942149,0.6942149,0.6983471,0.7066116,0.7107438,0.6942149,0.6570248,0.6446281,0.6280992,0.60330576,0.59090906,0.58264464,0.54545456,0.5289256,0.53305787,0.5123967,0.4876033,0.4876033,0.45867768,0.446281,0.41735536,0.42975205,0.4090909,0.36363637,0.30991736,0.30578512,0.41322315,0.4338843,0.446281,0.4338843,0.42975205,0.25619835,0.30578512,0.44214877,0.3553719,0.2892562,0.29338843,0.29338843,0.2892562,0.28512397,0.28512397,0.30991736,0.46694216,0.46280992,0.4090909,0.338843,0.35123968,0.37603307,0.4214876,0.47933885,0.5165289,0.5413223,0.57024795,0.5785124,0.60330576,0.661157,0.6570248,0.6652893,0.71487606,0.7231405,0.7355372,0.7355372,0.74380165,0.74793386,0.72727275,0.72727275,0.73966944,0.73966944,0.71487606,0.7355372,0.6818182,0.6818182,0.6735537,0.6322314,0.61157024,0.60330576,0.59504133,0.55785125,0.53305787,0.5165289,0.48347107,0.46694216,0.446281,0.41322315,0.3966942,0.38429752,0.35123968,0.3140496,0.30578512,0.37603307,0.44214877,0.45041323,0.44214877,0.43801653,0.42975205,0.30165288,0.21487603,0.37603307,0.45454547,0.29752067,0.29752067,0.29752067,0.2892562,0.28512397,0.2892562,0.446281,0.5041322,0.30578512,0.42975205,0.43801653,0.3181818,0.32231405,0.3553719,0.46280992,0.5165289,0.5371901,0.57438016,0.59504133,0.6198347,0.6404959,0.6652893,0.6735537,0.71900827,0.71900827,0.73966944,0.72727275,0.7231405,0.75619835,0.72727275,0.7231405,0.7231405,0.71487606,0.7107438,0.7231405,0.69008267,0.6652893,0.6735537,0.6487603,0.62396693,0.607438,0.58264464,0.5495868,0.5165289,0.5,0.46280992,0.42975205,0.40495867,0.40495867,0.3677686,0.3429752,0.30165288,0.29338843,0.35123968,0.41735536,0.45867768,0.45867768,0.45041323,0.43801653,0.41735536,0.35950413,0.23553719,0.23966943,0.49586776,0.30578512,0.30578512,0.30165288,0.2892562,0.25619835,0.3677686,0.5289256,0.42561984,0.11570248,0.44214877,0.49586776,0.4338843,0.3305785,0.29338843,0.40082645,0.47107437,0.5247934,0.553719,0.59090906,0.62396693,0.6487603,0.6570248,0.6942149,0.72727275,0.70247936,0.71487606,0.7066116,0.6983471,0.71487606,0.7107438,0.71487606,0.7066116,0.6983471,0.7066116,0.70247936,0.677686,0.6404959,0.6570248,0.6404959,0.60330576,0.58264464,0.5661157,0.5165289,0.48347107,0.45454547,0.42561984,0.3966942,0.3677686,0.34710744,0.30578512,0.30578512,0.2768595,0.32231405,0.40495867,0.446281,0.46694216,0.47933885,0.446281,0.45041323,0.4090909,0.36363637,0.30991736,0.1983471,0.38429752,0.29752067,0.29752067,0.29752067,0.28512397,0.27272728,0.446281,0.49173555,0.32231405,0.05785124,0.4876033,0.49586776,0.48347107,0.42561984,0.3140496,0.29752067,0.38429752,0.47933885,0.5165289,0.5785124,0.60330576,0.6322314,0.6363636,0.6735537,0.6942149,0.677686,0.6818182,0.6735537,0.6735537,0.6859504,0.6983471,0.6652893,0.6942149,0.6859504,0.6859504,0.6818182,0.6322314,0.60330576,0.6446281,0.6363636,0.59917355,0.5661157,0.5206612,0.49173555,0.45454547,0.40495867,0.35950413,0.35123968,0.30578512,0.2892562,0.29338843,0.28099173,0.3181818,0.38842976,0.46694216,0.46694216,0.46694216,0.46694216,0.47107437,0.4338843,0.4214876,0.3553719,0.29338843,0.29338843,0.28512397,0.29338843,0.29338843,0.2892562,0.27272728,0.29338843,0.5041322,0.42975205,0.2603306,0.07438017,0.49586776,0.4876033,0.4876033,0.47107437,0.42561984,0.30578512,0.29338843,0.40495867,0.4752066,0.53305787,0.5785124,0.59090906,0.61157024,0.6363636,0.6446281,0.6528926,0.6404959,0.6404959,0.6198347,0.6322314,0.6487603,0.6363636,0.6198347,0.6322314,0.6280992,0.6198347,0.607438,0.58264464,0.59504133,0.57438016,0.54545456,0.5247934,0.47107437,0.446281,0.38842976,0.30578512,0.3181818,0.30991736,0.30578512,0.29752067,0.28099173,0.3140496,0.40082645,0.45041323,0.47933885,0.4752066,0.46280992,0.4752066,0.45041323,0.42561984,0.43801653,0.38429752,0.22727273,0.3966942,0.2892562,0.28512397,0.28099173,0.28099173,0.2231405,0.4090909,0.5165289,0.41322315,0.24380165,0.1446281,0.47107437,0.5,0.4752066,0.49173555,0.45454547,0.40082645,0.32231405,0.3140496,0.38429752,0.46694216,0.5247934,0.56198347,0.56198347,0.5661157,0.57438016,0.59917355,0.6198347,0.6280992,0.61570245,0.6322314,0.6280992,0.6446281,0.59090906,0.58264464,0.57024795,0.57438016,0.57024795,0.56198347,0.5371901,0.5206612,0.5165289,0.45867768,0.40495867,0.34710744,0.30165288,0.29752067,0.30991736,0.3305785,0.29752067,0.28099173,0.32231405,0.3966942,0.44214877,0.49173555,0.4752066,0.48347107,0.4752066,0.47107437,0.45041323,0.43801653,0.46280992,0.4214876,0.16528925,0.41322315,0.3429752,0.28512397,0.28512397,0.28512397,0.2644628,0.56198347,0.46694216,0.42975205,0.23553719,0.16528925,0.446281,0.5041322,0.46694216,0.48347107,0.48347107,0.43801653,0.38842976,0.30578512,0.29338843,0.3429752,0.4214876,0.49173555,0.48347107,0.49586776,0.5082645,0.5123967,0.5661157,0.57438016,0.553719,0.57024795,0.5495868,0.55785125,0.54545456,0.5413223,0.5371901,0.54545456,0.5123967,0.5041322,0.47933885,0.46694216,0.45041323,0.36363637,0.29338843,0.28512397,0.32231405,0.33471075,0.3305785,0.3140496,0.2768595,0.3181818,0.40082645,0.45867768,0.4752066,0.47933885,0.4752066,0.4876033,0.48347107,0.47107437,0.45867768,0.44214877,0.46694216,0.44214877,0.14049587,0.38429752,0.39256197,0.32231405,0.3264463,0.33471075,0.44214877,0.56198347,0.4214876,0.4876033,0.23966943,0.17768595,0.446281,0.5,0.49173555,0.49173555,0.49173555,0.46280992,0.42561984,0.35950413,0.28099173,0.2768595,0.29338843,0.37190083,0.3677686,0.38842976,0.42561984,0.45041323,0.45867768,0.46694216,0.46694216,0.46280992,0.46280992,0.46280992,0.45867768,0.47107437,0.45867768,0.45454547,0.446281,0.4214876,0.4090909,0.37190083,0.3264463,0.27272728,0.28099173,0.3305785,0.3305785,0.3140496,0.2892562,0.2892562,0.338843,0.41735536,0.4752066,0.49173555,0.49173555,0.47933885,0.49586776,0.4876033,0.4876033,0.4752066,0.46280992,0.446281,0.46280992,0.446281,0.12809917,0.3677686,0.42561984,0.36363637,0.3677686,0.37603307,0.49586776,0.5413223,0.4090909,0.58677685,0.23966943,0.16528925,0.46280992,0.4876033,0.5,0.5,0.49173555,0.46280992,0.43801653,0.4090909,0.3553719,0.29338843,0.2520661,0.27272728,0.28512397,0.29338843,0.3264463,0.34710744,0.3429752,0.34710744,0.37190083,0.35950413,0.36363637,0.35950413,0.37190083,0.3677686,0.3553719,0.35950413,0.338843,0.30991736,0.29752067,0.2768595,0.2644628,0.2892562,0.3181818,0.30991736,0.3181818,0.2768595,0.26859504,0.2892562,0.35950413,0.4338843,0.4752066,0.4876033,0.49586776,0.47933885,0.49173555,0.4876033,0.4876033,0.47933885,0.46280992,0.446281,0.45867768,0.45041323,0.1694215,0.34710744,0.45867768,0.44214877,0.45041323,0.45867768,0.53305787,0.53305787,0.44214877,0.6322314,0.25619835,0.14049587,0.46694216,0.49586776,0.5,0.49173555,0.49173555,0.49586776,0.44214877,0.4214876,0.3966942,0.35123968,0.30165288,0.2603306,0.2644628,0.23966943,0.24380165,0.25619835,0.26859504,0.2768595,0.2892562,0.28099173,0.2892562,0.29338843,0.30578512,0.28512397,0.2892562,0.2768595,0.27272728,0.2644628,0.25619835,0.25619835,0.25619835,0.2892562,0.3140496,0.30578512,0.3264463,0.2768595,0.27272728,0.28099173,0.35123968,0.42561984,0.4752066,0.4876033,0.49586776,0.47933885,0.49173555,0.49173555,0.4876033,0.47933885,0.46694216,0.45041323,0.45454547,0.45454547,0.2107438,0.3181818,0.49173555,37 +0.16528925,0.28512397,0.40495867,0.5041322,0.59504133,0.6652893,0.6983471,0.71487606,0.75206614,0.7768595,0.7933884,0.79752064,0.79752064,0.8057851,0.7933884,0.8057851,0.8140496,0.80991733,0.8140496,0.8140496,0.8264463,0.8347107,0.8305785,0.8264463,0.822314,0.822314,0.8140496,0.8140496,0.8057851,0.8016529,0.79752064,0.79752064,0.8016529,0.8016529,0.80991733,0.8057851,0.8057851,0.8057851,0.8057851,0.80991733,0.8057851,0.8057851,0.7892562,0.78512394,0.7768595,0.77272725,0.76859504,0.7644628,0.74793386,0.7231405,0.6942149,0.6652893,0.6322314,0.607438,0.5785124,0.5371901,0.48347107,0.46280992,0.44214877,0.29338843,0.18595041,0.11983471,0.11983471,0.13636364,0.18181819,0.2892562,0.4090909,0.5,0.59504133,0.6859504,0.71487606,0.7107438,0.74793386,0.7768595,0.78512394,0.7933884,0.79752064,0.8057851,0.79752064,0.8057851,0.8140496,0.80991733,0.8140496,0.8181818,0.822314,0.8305785,0.8347107,0.822314,0.822314,0.8140496,0.8057851,0.80991733,0.8057851,0.79752064,0.7933884,0.7933884,0.8016529,0.8016529,0.80991733,0.8057851,0.8016529,0.8016529,0.80991733,0.8016529,0.79752064,0.8057851,0.79752064,0.7892562,0.77272725,0.76859504,0.76859504,0.76033056,0.74380165,0.7355372,0.70247936,0.677686,0.6528926,0.6198347,0.59504133,0.5413223,0.48347107,0.46694216,0.45041323,0.35950413,0.20247933,0.12809917,0.11570248,0.14049587,0.19421488,0.2892562,0.3966942,0.5082645,0.607438,0.69008267,0.7107438,0.7231405,0.75619835,0.77272725,0.78512394,0.7892562,0.7933884,0.7933884,0.8057851,0.8057851,0.8140496,0.8140496,0.8181818,0.8181818,0.8181818,0.8181818,0.8264463,0.8140496,0.8181818,0.8057851,0.8016529,0.8016529,0.79752064,0.7892562,0.7892562,0.7933884,0.7933884,0.79752064,0.80991733,0.8016529,0.8057851,0.8016529,0.8057851,0.8016529,0.79752064,0.8016529,0.7933884,0.78099173,0.78099173,0.76859504,0.76033056,0.76033056,0.73966944,0.7231405,0.7066116,0.677686,0.6528926,0.6198347,0.607438,0.5495868,0.49173555,0.4752066,0.45454547,0.38429752,0.24793388,0.14049587,0.12396694,0.12809917,0.1983471,0.28099173,0.38842976,0.5165289,0.62396693,0.6859504,0.7107438,0.7355372,0.75206614,0.76859504,0.78099173,0.79752064,0.79752064,0.79752064,0.80991733,0.8140496,0.7933884,0.822314,0.822314,0.8264463,0.822314,0.822314,0.822314,0.8181818,0.8181818,0.80991733,0.8057851,0.8057851,0.79752064,0.7933884,0.79752064,0.7933884,0.79752064,0.8016529,0.80991733,0.7933884,0.8016529,0.79752064,0.7892562,0.7892562,0.7892562,0.7933884,0.7892562,0.77272725,0.7768595,0.76859504,0.75206614,0.76033056,0.74380165,0.72727275,0.70247936,0.6818182,0.6487603,0.6280992,0.607438,0.5495868,0.5,0.47107437,0.45454547,0.38429752,0.27272728,0.16528925,0.12396694,0.12809917,0.19421488,0.2768595,0.40082645,0.5206612,0.6198347,0.6859504,0.70247936,0.72727275,0.74793386,0.7644628,0.78099173,0.79752064,0.79752064,0.8016529,0.8140496,0.80991733,0.7892562,0.79752064,0.80991733,0.8140496,0.822314,0.8181818,0.8140496,0.8181818,0.8140496,0.8057851,0.80991733,0.79752064,0.8016529,0.7933884,0.79752064,0.7933884,0.7933884,0.8016529,0.79752064,0.79752064,0.79752064,0.7892562,0.7892562,0.7933884,0.78512394,0.78512394,0.7768595,0.7644628,0.75619835,0.76033056,0.74793386,0.75206614,0.74793386,0.73140496,0.6942149,0.6735537,0.661157,0.6363636,0.60330576,0.56198347,0.49173555,0.46694216,0.45454547,0.40495867,0.28099173,0.15289256,0.13636364,0.1322314,0.18595041,0.29338843,0.4090909,0.5165289,0.61157024,0.6735537,0.70247936,0.72727275,0.74793386,0.76859504,0.7768595,0.7933884,0.79752064,0.79752064,0.8057851,0.8016529,0.8140496,0.7933884,0.7933884,0.8057851,0.8140496,0.8057851,0.8016529,0.8057851,0.7933884,0.8057851,0.79752064,0.7892562,0.7933884,0.78512394,0.7892562,0.7933884,0.78512394,0.78099173,0.7892562,0.7892562,0.7933884,0.7892562,0.7892562,0.7892562,0.78099173,0.77272725,0.7644628,0.73966944,0.72727275,0.74793386,0.73966944,0.74380165,0.7355372,0.71900827,0.70247936,0.6818182,0.6694215,0.6322314,0.60330576,0.57024795,0.49173555,0.46694216,0.45454547,0.42561984,0.2892562,0.1446281,0.13636364,0.14049587,0.18595041,0.28512397,0.38429752,0.5041322,0.61157024,0.6570248,0.69008267,0.71900827,0.75206614,0.76859504,0.7768595,0.7933884,0.79752064,0.8057851,0.80991733,0.8016529,0.8016529,0.7933884,0.77272725,0.7933884,0.7933884,0.7933884,0.7933884,0.7933884,0.78512394,0.78512394,0.7892562,0.7933884,0.78512394,0.78099173,0.7892562,0.78099173,0.77272725,0.76859504,0.78099173,0.78512394,0.7933884,0.78512394,0.78512394,0.77272725,0.75619835,0.74380165,0.7355372,0.7107438,0.71487606,0.7231405,0.7355372,0.7355372,0.71900827,0.7066116,0.7066116,0.6942149,0.6735537,0.6404959,0.607438,0.5661157,0.4876033,0.46280992,0.44214877,0.4214876,0.3140496,0.12809917,0.1322314,0.12396694,0.19421488,0.2603306,0.38429752,0.5289256,0.62396693,0.6528926,0.6735537,0.71487606,0.74793386,0.76859504,0.7768595,0.7933884,0.7933884,0.79752064,0.8016529,0.8016529,0.7933884,0.78512394,0.76859504,0.7768595,0.7768595,0.7768595,0.77272725,0.7768595,0.7768595,0.77272725,0.76859504,0.7933884,0.7768595,0.7768595,0.78099173,0.77272725,0.76859504,0.77272725,0.7644628,0.78099173,0.78099173,0.7768595,0.76859504,0.75619835,0.7355372,0.7355372,0.72727275,0.73140496,0.74380165,0.7355372,0.7231405,0.71487606,0.6983471,0.6983471,0.71487606,0.7066116,0.6735537,0.6446281,0.61157024,0.5661157,0.5041322,0.45041323,0.44214877,0.43801653,0.32231405,0.15289256,0.12809917,0.10330579,0.18181819,0.24793388,0.38429752,0.553719,0.6280992,0.6487603,0.6735537,0.7107438,0.75206614,0.7768595,0.78099173,0.78512394,0.78099173,0.7933884,0.7892562,0.7892562,0.78512394,0.77272725,0.75619835,0.75206614,0.75206614,0.74793386,0.76033056,0.75619835,0.75619835,0.7644628,0.75619835,0.77272725,0.76859504,0.7644628,0.7644628,0.75619835,0.75206614,0.76033056,0.74380165,0.76033056,0.77272725,0.75206614,0.74793386,0.75206614,0.74380165,0.73140496,0.7355372,0.73966944,0.72727275,0.71900827,0.7066116,0.6859504,0.69008267,0.69008267,0.6942149,0.6942149,0.6694215,0.6322314,0.6198347,0.5661157,0.5247934,0.44214877,0.42561984,0.43801653,0.35123968,0.15289256,0.11983471,0.09504132,0.1983471,0.2231405,0.41322315,0.57438016,0.62396693,0.6446281,0.6735537,0.7231405,0.7644628,0.75619835,0.7768595,0.7768595,0.78099173,0.78512394,0.7768595,0.78099173,0.76033056,0.75206614,0.74793386,0.7355372,0.71900827,0.71487606,0.72727275,0.71900827,0.71900827,0.73140496,0.7355372,0.73140496,0.73966944,0.74793386,0.73966944,0.73140496,0.7231405,0.73140496,0.7231405,0.72727275,0.74380165,0.69008267,0.71487606,0.7107438,0.7066116,0.7107438,0.7107438,0.69008267,0.677686,0.6652893,0.6446281,0.6322314,0.6363636,0.6363636,0.6363636,0.6446281,0.6404959,0.61157024,0.5785124,0.59090906,0.5413223,0.45867768,0.41322315,0.4338843,0.36363637,0.16528925,0.11983471,0.09090909,0.17355372,0.2603306,0.48347107,0.59504133,0.6363636,0.6570248,0.677686,0.7355372,0.75619835,0.72727275,0.72727275,0.75206614,0.7644628,0.75619835,0.75619835,0.74380165,0.7231405,0.6942149,0.6818182,0.677686,0.6694215,0.6735537,0.6983471,0.6859504,0.6735537,0.677686,0.6859504,0.6983471,0.6942149,0.7107438,0.70247936,0.7066116,0.7066116,0.7066116,0.6942149,0.6942149,0.70247936,0.6570248,0.6280992,0.6446281,0.6198347,0.60330576,0.62396693,0.61157024,0.58677685,0.5661157,0.57438016,0.57024795,0.55785125,0.5495868,0.5495868,0.553719,0.55785125,0.57024795,0.53305787,0.4876033,0.4876033,0.46694216,0.4090909,0.4090909,0.39256197,0.21900827,0.12396694,0.10330579,0.16528925,0.3553719,0.553719,0.61570245,0.61157024,0.6446281,0.6818182,0.70247936,0.71900827,0.6570248,0.60330576,0.6652893,0.6983471,0.6859504,0.69008267,0.6487603,0.61570245,0.55785125,0.5495868,0.53305787,0.56198347,0.5495868,0.553719,0.553719,0.56198347,0.57438016,0.59917355,0.62396693,0.6404959,0.6570248,0.6570248,0.677686,0.6942149,0.69008267,0.6818182,0.6528926,0.6363636,0.58677685,0.53305787,0.53305787,0.5082645,0.46280992,0.44214877,0.44214877,0.42975205,0.43801653,0.42975205,0.45041323,0.446281,0.45041323,0.47933885,0.4876033,0.5,0.49586776,0.48347107,0.44214877,0.4214876,0.43801653,0.40082645,0.3966942,0.41322315,0.29752067,0.14049587,0.11570248,0.22727273,0.45867768,0.59504133,0.6446281,0.61570245,0.61570245,0.61570245,0.59504133,0.61570245,0.5785124,0.5247934,0.553719,0.60330576,0.58264464,0.553719,0.49586776,0.45867768,0.4338843,0.3966942,0.38429752,0.3677686,0.37603307,0.3677686,0.3966942,0.4214876,0.45041323,0.49586776,0.5206612,0.5785124,0.60330576,0.6322314,0.677686,0.71900827,0.70247936,0.661157,0.61157024,0.553719,0.49586776,0.44214877,0.4214876,0.38842976,0.37603307,0.3305785,0.3181818,0.3181818,0.30991736,0.29338843,0.3305785,0.30578512,0.35123968,0.39256197,0.4338843,0.4338843,0.45867768,0.45041323,0.43801653,0.38016528,0.38429752,0.37190083,0.3966942,0.42975205,0.37603307,0.17768595,0.11570248,0.3181818,0.5413223,0.62396693,0.661157,0.6198347,0.59504133,0.553719,0.5289256,0.5413223,0.553719,0.5123967,0.4752066,0.5,0.49586776,0.46694216,0.4214876,0.3966942,0.38842976,0.37190083,0.3677686,0.3305785,0.37190083,0.3305785,0.35123968,0.37190083,0.38429752,0.41735536,0.45041323,0.5041322,0.5661157,0.6280992,0.70247936,0.73140496,0.7107438,0.6694215,0.58677685,0.5165289,0.45867768,0.4090909,0.38016528,0.34710744,0.35123968,0.338843,0.34710744,0.35123968,0.35950413,0.37190083,0.38016528,0.3966942,0.39256197,0.4090909,0.4090909,0.42561984,0.446281,0.46280992,0.45454547,0.38842976,0.37190083,0.338843,0.38842976,0.42975205,0.42975205,0.24793388,0.12809917,0.38842976,0.59504133,0.6570248,0.6735537,0.6280992,0.57024795,0.5165289,0.5371901,0.5413223,0.5661157,0.56198347,0.5289256,0.5206612,0.48347107,0.46694216,0.45041323,0.44214877,0.4338843,0.42975205,0.4214876,0.40082645,0.40082645,0.3966942,0.3966942,0.39256197,0.39256197,0.3966942,0.4214876,0.49173555,0.60330576,0.69008267,0.73140496,0.75619835,0.74793386,0.6942149,0.61570245,0.5371901,0.46694216,0.3966942,0.35950413,0.3677686,0.35123968,0.35123968,0.338843,0.3305785,0.3553719,0.40495867,0.38429752,0.4338843,0.4214876,0.4214876,0.42561984,0.44214877,0.446281,0.45041323,0.45454547,0.4214876,0.37603307,0.30991736,0.37190083,0.4214876,0.446281,0.3264463,0.1694215,0.47933885,0.6280992,0.6694215,0.6735537,0.62396693,0.5413223,0.49173555,0.5371901,0.553719,0.57024795,0.57024795,0.553719,0.5123967,0.4876033,0.49586776,0.45867768,0.42561984,0.37603307,0.37190083,0.38016528,0.38842976,0.37603307,0.35123968,0.38016528,0.38016528,0.38842976,0.38429752,0.42975205,0.5371901,0.6859504,0.75206614,0.78099173,0.7892562,0.78099173,0.74380165,0.6570248,0.5785124,0.4876033,0.38429752,0.33471075,0.35123968,0.338843,0.338843,0.338843,0.35123968,0.3429752,0.29338843,0.26859504,0.2644628,0.29338843,0.3264463,0.37603307,0.39256197,0.37603307,0.38429752,0.4214876,0.42561984,0.39256197,0.3305785,0.35123968,0.41322315,0.45041323,0.38016528,0.20247933,0.553719,0.661157,0.6694215,0.6694215,0.59504133,0.5165289,0.48347107,0.49173555,0.5082645,0.49586776,0.4752066,0.4338843,0.40082645,0.38429752,0.34710744,0.28099173,0.27272728,0.24793388,0.26859504,0.3181818,0.38016528,0.38429752,0.3553719,0.38429752,0.37603307,0.34710744,0.35123968,0.42561984,0.607438,0.7355372,0.7933884,0.8181818,0.8264463,0.8140496,0.78512394,0.6859504,0.59504133,0.5165289,0.35950413,0.3429752,0.36363637,0.3966942,0.38429752,0.3553719,0.37603307,0.28099173,0.21900827,0.23140496,0.19008264,0.20661157,0.25619835,0.38429752,0.35123968,0.3264463,0.26859504,0.30578512,0.3966942,0.38016528,0.38842976,0.34710744,0.41322315,0.43801653,0.40495867,0.24793388,0.59090906,0.677686,0.6694215,0.6404959,0.59090906,0.5289256,0.47933885,0.48347107,0.46280992,0.4090909,0.35950413,0.3553719,0.338843,0.37603307,0.2892562,0.2107438,0.2644628,0.21900827,0.2768595,0.35123968,0.45041323,0.37603307,0.30578512,0.40082645,0.446281,0.41735536,0.32231405,0.45041323,0.6694215,0.75206614,0.7933884,0.8264463,0.8305785,0.822314,0.7933884,0.6818182,0.5785124,0.5082645,0.39256197,0.37603307,0.45867768,0.40082645,0.30991736,0.35950413,0.45454547,0.38429752,0.27272728,0.20247933,0.18595041,0.23966943,0.3140496,0.46280992,0.37190083,0.33471075,0.3181818,0.29752067,0.3429752,0.4090909,0.39256197,0.40495867,0.4090909,0.42975205,0.42561984,0.29338843,0.62396693,0.677686,0.6694215,0.6404959,0.59917355,0.5661157,0.5041322,0.4876033,0.4338843,0.35123968,0.35123968,0.36363637,0.3677686,0.46694216,0.38429752,0.30578512,0.28512397,0.2520661,0.33471075,0.46694216,0.5371901,0.4214876,0.33471075,0.29752067,0.446281,0.5082645,0.41735536,0.5247934,0.70247936,0.74793386,0.7892562,0.8264463,0.8264463,0.8181818,0.79752064,0.677686,0.58677685,0.5,0.46280992,0.5123967,0.5123967,0.41322315,0.38842976,0.44214877,0.5041322,0.5165289,0.41322315,0.3553719,0.3305785,0.37603307,0.46694216,0.47107437,0.45041323,0.40495867,0.37190083,0.35950413,0.35950413,0.40082645,0.4214876,0.42561984,0.42561984,0.44214877,0.42975205,0.3429752,0.6570248,0.6694215,0.6735537,0.661157,0.62396693,0.59504133,0.58264464,0.48347107,0.40082645,0.42975205,0.5,0.53305787,0.53305787,0.59504133,0.61570245,0.5413223,0.53305787,0.5247934,0.57438016,0.6570248,0.661157,0.607438,0.59090906,0.59090906,0.5661157,0.62396693,0.58264464,0.62396693,0.7107438,0.7355372,0.78512394,0.822314,0.8140496,0.8140496,0.79752064,0.6694215,0.59917355,0.54545456,0.5041322,0.56198347,0.58677685,0.59090906,0.553719,0.5661157,0.59090906,0.59917355,0.59504133,0.5495868,0.54545456,0.553719,0.5785124,0.5371901,0.5289256,0.47933885,0.45867768,0.4214876,0.38429752,0.41322315,0.43801653,0.42975205,0.42975205,0.45454547,0.42975205,0.37190083,0.6528926,0.6528926,0.6735537,0.6570248,0.6487603,0.661157,0.6280992,0.5247934,0.5371901,0.6446281,0.677686,0.6735537,0.6735537,0.6942149,0.7231405,0.70247936,0.70247936,0.6818182,0.6528926,0.6363636,0.6404959,0.6528926,0.661157,0.6322314,0.6280992,0.677686,0.6735537,0.6818182,0.7066116,0.7231405,0.78099173,0.8140496,0.8140496,0.80991733,0.7892562,0.6280992,0.59504133,0.58264464,0.5413223,0.553719,0.58264464,0.607438,0.59917355,0.6528926,0.6446281,0.6322314,0.6322314,0.6198347,0.62396693,0.6280992,0.6198347,0.59917355,0.553719,0.5123967,0.5082645,0.49173555,0.44214877,0.4338843,0.45867768,0.44214877,0.44214877,0.43801653,0.43801653,0.3966942,0.6404959,0.6404959,0.6570248,0.6694215,0.6735537,0.6859504,0.6694215,0.6280992,0.6487603,0.70247936,0.6983471,0.70247936,0.69008267,0.677686,0.69008267,0.6652893,0.661157,0.6322314,0.62396693,0.6280992,0.6652893,0.6694215,0.6735537,0.6322314,0.677686,0.71900827,0.7107438,0.71900827,0.7066116,0.7107438,0.76859504,0.80991733,0.8181818,0.79752064,0.73140496,0.61570245,0.59090906,0.59090906,0.57024795,0.59504133,0.6198347,0.6404959,0.6487603,0.69008267,0.6818182,0.677686,0.6694215,0.677686,0.6570248,0.6487603,0.61570245,0.58677685,0.56198347,0.54545456,0.5247934,0.5041322,0.48347107,0.4752066,0.47933885,0.46280992,0.44214877,0.42561984,0.42975205,0.42561984,0.6322314,0.6280992,0.6570248,0.6570248,0.69008267,0.71900827,0.71900827,0.6983471,0.6694215,0.6859504,0.677686,0.69008267,0.6818182,0.6570248,0.6652893,0.6652893,0.6570248,0.70247936,0.74380165,0.7355372,0.71487606,0.6694215,0.6570248,0.6859504,0.73966944,0.72727275,0.7355372,0.71900827,0.7066116,0.7066116,0.7644628,0.8140496,0.8057851,0.7768595,0.6942149,0.6198347,0.59090906,0.61157024,0.5785124,0.61157024,0.6528926,0.6735537,0.69008267,0.6942149,0.6942149,0.6983471,0.6280992,0.6694215,0.7066116,0.677686,0.6404959,0.6322314,0.57024795,0.5413223,0.5289256,0.5165289,0.5289256,0.5165289,0.49586776,0.47933885,0.44214877,0.42975205,0.4214876,0.41322315,0.61157024,0.61570245,0.6363636,0.6404959,0.6818182,0.7231405,0.74793386,0.73966944,0.6983471,0.6652893,0.6570248,0.6859504,0.6942149,0.6942149,0.69008267,0.7231405,0.74380165,0.7644628,0.74793386,0.6694215,0.677686,0.677686,0.71900827,0.75619835,0.75619835,0.7355372,0.7107438,0.7066116,0.69008267,0.7066116,0.77272725,0.8140496,0.80991733,0.76859504,0.6983471,0.6280992,0.59090906,0.61157024,0.57438016,0.59090906,0.6570248,0.69008267,0.71487606,0.7066116,0.71900827,0.7107438,0.6446281,0.6280992,0.661157,0.6363636,0.61570245,0.61570245,0.5661157,0.54545456,0.5413223,0.55785125,0.57438016,0.55785125,0.5165289,0.4876033,0.45454547,0.41322315,0.40082645,0.4214876,0.607438,0.607438,0.61570245,0.6446281,0.6942149,0.7231405,0.74380165,0.75206614,0.73966944,0.6859504,0.6528926,0.6859504,0.70247936,0.72727275,0.73140496,0.7231405,0.73140496,0.7231405,0.70247936,0.69008267,0.7355372,0.75619835,0.7768595,0.78099173,0.74380165,0.73140496,0.7066116,0.6983471,0.677686,0.7066116,0.77272725,0.8140496,0.80991733,0.76859504,0.6942149,0.62396693,0.57438016,0.59917355,0.57438016,0.58264464,0.6446281,0.69008267,0.71900827,0.73140496,0.7355372,0.74380165,0.71487606,0.6818182,0.6735537,0.6446281,0.6363636,0.6280992,0.607438,0.58264464,0.59090906,0.59504133,0.607438,0.58677685,0.53305787,0.48347107,0.46280992,0.41322315,0.3966942,0.41735536,0.60330576,0.60330576,0.6198347,0.6363636,0.6818182,0.71900827,0.73966944,0.7644628,0.77272725,0.73140496,0.6859504,0.6859504,0.6942149,0.7107438,0.70247936,0.7107438,0.71900827,0.71900827,0.71900827,0.77272725,0.8057851,0.79752064,0.78512394,0.7768595,0.7355372,0.71900827,0.71900827,0.71900827,0.6818182,0.71487606,0.7768595,0.822314,0.80991733,0.76033056,0.6859504,0.607438,0.57024795,0.58264464,0.58264464,0.57024795,0.61570245,0.69008267,0.71487606,0.73966944,0.76033056,0.75206614,0.75619835,0.73966944,0.72727275,0.70247936,0.6528926,0.6570248,0.6404959,0.6363636,0.6487603,0.6487603,0.6363636,0.58677685,0.5371901,0.46694216,0.44214877,0.41735536,0.3966942,0.41735536,0.60330576,0.58677685,0.607438,0.6280992,0.6694215,0.7107438,0.73140496,0.75619835,0.7768595,0.77272725,0.7231405,0.7107438,0.71900827,0.7231405,0.73140496,0.74380165,0.76859504,0.7768595,0.7933884,0.8057851,0.8016529,0.8016529,0.78512394,0.7644628,0.73140496,0.70247936,0.6818182,0.7107438,0.6983471,0.71487606,0.77272725,0.8264463,0.8181818,0.75619835,0.6570248,0.59504133,0.57438016,0.53305787,0.553719,0.5661157,0.60330576,0.6818182,0.71487606,0.74793386,0.76859504,0.76033056,0.76033056,0.74380165,0.74793386,0.73140496,0.6818182,0.6859504,0.6652893,0.6404959,0.661157,0.6528926,0.6528926,0.59917355,0.5413223,0.4752066,0.45041323,0.41322315,0.40082645,0.40082645,0.59917355,0.58264464,0.60330576,0.59917355,0.6570248,0.6859504,0.71487606,0.75206614,0.77272725,0.78099173,0.75206614,0.73140496,0.73140496,0.73140496,0.75619835,0.76859504,0.7892562,0.79752064,0.80991733,0.8140496,0.7892562,0.79752064,0.78099173,0.74793386,0.70247936,0.6528926,0.6404959,0.6942149,0.7066116,0.70247936,0.7644628,0.8305785,0.8305785,0.77272725,0.6446281,0.5785124,0.58677685,0.54545456,0.45867768,0.5247934,0.59090906,0.661157,0.7231405,0.76033056,0.76859504,0.78099173,0.75619835,0.76859504,0.76033056,0.7355372,0.7066116,0.7107438,0.70247936,0.6735537,0.6570248,0.6446281,0.6528926,0.55785125,0.5247934,0.46280992,0.43801653,0.4090909,0.3966942,0.40082645,0.59917355,0.58264464,0.59917355,0.607438,0.6322314,0.6735537,0.6942149,0.7107438,0.73140496,0.74793386,0.75206614,0.74380165,0.75206614,0.75619835,0.77272725,0.78099173,0.7892562,0.7933884,0.8057851,0.8016529,0.7892562,0.7933884,0.74793386,0.72727275,0.6694215,0.59917355,0.6280992,0.6983471,0.71900827,0.71900827,0.76033056,0.838843,0.8181818,0.76859504,0.6570248,0.58264464,0.61157024,0.60330576,0.47933885,0.4338843,0.55785125,0.661157,0.71487606,0.75619835,0.77272725,0.77272725,0.7644628,0.77272725,0.76033056,0.74380165,0.73140496,0.71900827,0.71487606,0.6818182,0.6528926,0.6280992,0.59917355,0.5289256,0.5123967,0.47107437,0.43801653,0.40082645,0.3966942,0.40082645,0.59090906,0.59090906,0.59917355,0.59917355,0.6446281,0.661157,0.6859504,0.677686,0.6859504,0.7231405,0.7231405,0.73966944,0.74793386,0.75619835,0.76859504,0.7768595,0.7933884,0.7892562,0.8057851,0.7892562,0.78512394,0.78099173,0.74793386,0.69008267,0.61570245,0.59504133,0.6487603,0.7107438,0.73140496,0.73140496,0.78099173,0.8553719,0.7933884,0.76859504,0.6983471,0.59917355,0.61570245,0.6322314,0.55785125,0.42975205,0.49173555,0.6404959,0.70247936,0.74380165,0.7644628,0.7644628,0.76033056,0.7644628,0.74793386,0.73140496,0.72727275,0.70247936,0.6859504,0.6735537,0.6322314,0.60330576,0.57024795,0.5165289,0.5123967,0.46280992,0.43801653,0.40082645,0.39256197,0.38842976,0.57024795,0.59504133,0.60330576,0.6198347,0.6404959,0.6528926,0.6694215,0.6570248,0.6570248,0.6942149,0.70247936,0.71487606,0.74380165,0.74380165,0.7644628,0.78099173,0.7892562,0.7892562,0.7892562,0.78099173,0.7644628,0.76033056,0.7066116,0.62396693,0.5785124,0.6487603,0.6818182,0.7107438,0.71487606,0.7355372,0.7768595,0.8140496,0.75619835,0.75619835,0.7231405,0.60330576,0.58677685,0.60330576,0.553719,0.5165289,0.42975205,0.60330576,0.6942149,0.7355372,0.75206614,0.74793386,0.75206614,0.75206614,0.72727275,0.7066116,0.71487606,0.69008267,0.6694215,0.6446281,0.607438,0.57024795,0.53305787,0.5123967,0.5,0.45867768,0.446281,0.40082645,0.38842976,0.37603307,0.553719,0.57438016,0.61570245,0.62396693,0.6198347,0.6487603,0.6570248,0.6528926,0.661157,0.6694215,0.677686,0.7066116,0.7231405,0.73966944,0.7644628,0.77272725,0.77272725,0.7768595,0.77272725,0.75206614,0.7231405,0.70247936,0.6570248,0.5785124,0.5785124,0.661157,0.6570248,0.6528926,0.62396693,0.677686,0.7107438,0.6735537,0.6446281,0.6735537,0.6487603,0.56198347,0.49586776,0.5082645,0.5,0.5289256,0.40082645,0.5495868,0.6694215,0.71487606,0.73140496,0.7355372,0.74380165,0.74380165,0.72727275,0.73140496,0.6983471,0.6735537,0.6487603,0.60330576,0.5785124,0.5413223,0.5,0.49586776,0.49173555,0.45867768,0.43801653,0.40082645,0.38842976,0.3677686,0.53305787,0.5495868,0.59090906,0.6280992,0.60330576,0.62396693,0.6446281,0.6446281,0.6528926,0.6528926,0.6652893,0.6983471,0.7231405,0.74793386,0.77272725,0.75206614,0.74793386,0.74380165,0.75206614,0.74793386,0.7066116,0.6652893,0.61570245,0.5495868,0.553719,0.6198347,0.59090906,0.5413223,0.4752066,0.49173555,0.5413223,0.5082645,0.49173555,0.5165289,0.5,0.43801653,0.41735536,0.43801653,0.46280992,0.5041322,0.37603307,0.5247934,0.6487603,0.69008267,0.71487606,0.71900827,0.71900827,0.70247936,0.7066116,0.6983471,0.661157,0.6528926,0.62396693,0.58264464,0.5495868,0.5206612,0.4876033,0.46694216,0.4876033,0.44214877,0.4338843,0.38842976,0.37603307,0.35950413,0.5165289,0.5247934,0.57438016,0.6322314,0.6280992,0.6363636,0.6322314,0.6363636,0.6446281,0.6446281,0.6818182,0.6983471,0.71487606,0.75206614,0.7644628,0.76033056,0.7355372,0.71900827,0.72727275,0.70247936,0.6735537,0.6198347,0.59504133,0.5661157,0.5041322,0.5247934,0.49586776,0.37603307,0.35950413,0.41735536,0.41322315,0.39256197,0.39256197,0.38842976,0.3966942,0.36363637,0.29752067,0.3429752,0.41735536,0.45454547,0.38429752,0.49173555,0.6446281,0.6570248,0.70247936,0.7066116,0.70247936,0.69008267,0.6818182,0.6446281,0.6322314,0.61570245,0.60330576,0.5495868,0.5206612,0.5082645,0.47933885,0.45454547,0.4752066,0.43801653,0.43801653,0.38016528,0.37190083,0.3553719,0.5165289,0.5,0.5495868,0.6198347,0.6363636,0.61570245,0.6528926,0.6280992,0.6322314,0.6404959,0.6818182,0.6983471,0.7231405,0.74380165,0.74793386,0.73966944,0.7231405,0.7066116,0.69008267,0.6570248,0.607438,0.57438016,0.60330576,0.5785124,0.5661157,0.4338843,0.40082645,0.29338843,0.20661157,0.2644628,0.34710744,0.338843,0.33471075,0.32231405,0.3181818,0.29338843,0.24380165,0.28099173,0.35123968,0.41322315,0.43801653,0.5,0.6280992,0.6694215,0.677686,0.6818182,0.69008267,0.677686,0.6694215,0.6322314,0.61570245,0.58264464,0.57024795,0.5289256,0.5041322,0.5041322,0.4752066,0.47107437,0.47107437,0.46694216,0.42975205,0.3677686,0.3677686,0.34710744,0.5123967,0.49586776,0.5247934,0.59090906,0.62396693,0.61157024,0.6570248,0.661157,0.661157,0.6570248,0.6735537,0.70247936,0.72727275,0.73966944,0.73140496,0.71900827,0.71487606,0.6818182,0.6446281,0.62396693,0.5785124,0.59917355,0.6404959,0.6404959,0.677686,0.5661157,0.34710744,0.30165288,0.2892562,0.28512397,0.29752067,0.29752067,0.30991736,0.30578512,0.338843,0.2892562,0.26859504,0.32231405,0.40495867,0.45454547,0.49586776,0.5123967,0.59917355,0.6818182,0.6818182,0.6818182,0.6694215,0.6735537,0.661157,0.62396693,0.60330576,0.5661157,0.5413223,0.5041322,0.5,0.49173555,0.48347107,0.48347107,0.49173555,0.45454547,0.41322315,0.37603307,0.38016528,0.32231405,0.5123967,0.49586776,0.5041322,0.553719,0.607438,0.62396693,0.661157,0.661157,0.661157,0.6735537,0.6818182,0.70247936,0.71487606,0.7107438,0.71487606,0.69008267,0.677686,0.677686,0.6198347,0.59917355,0.59504133,0.6487603,0.6942149,0.7231405,0.73140496,0.6983471,0.58677685,0.3677686,0.34710744,0.3553719,0.36363637,0.34710744,0.34710744,0.3677686,0.41735536,0.38429752,0.38429752,0.43801653,0.49173555,0.5082645,0.5206612,0.5371901,0.5785124,0.6446281,0.6983471,0.6859504,0.6528926,0.6528926,0.6446281,0.61570245,0.59917355,0.5495868,0.5289256,0.5165289,0.4876033,0.4876033,0.47107437,0.4752066,0.47107437,0.44214877,0.39256197,0.37603307,0.37190083,0.26859504,0.5041322,0.5123967,0.49173555,0.5206612,0.58264464,0.6280992,0.6446281,0.6735537,0.661157,0.6694215,0.6859504,0.6983471,0.7066116,0.6942149,0.6859504,0.6859504,0.6487603,0.6446281,0.607438,0.607438,0.6322314,0.6859504,0.7066116,0.71487606,0.70247936,0.6528926,0.6528926,0.5785124,0.5206612,0.5,0.46280992,0.42561984,0.39256197,0.41735536,0.4338843,0.44214877,0.43801653,0.45041323,0.47107437,0.5,0.5082645,0.5165289,0.5785124,0.62396693,0.677686,0.6859504,0.6570248,0.6446281,0.6280992,0.59917355,0.58677685,0.5413223,0.5165289,0.5082645,0.5,0.48347107,0.48347107,0.4752066,0.47107437,0.4338843,0.38016528,0.38016528,0.36363637,0.19421488,0.47933885,0.5165289,0.49173555,0.4876033,0.5371901,0.59917355,0.6363636,0.6735537,0.6735537,0.6694215,0.677686,0.6942149,0.6942149,0.6818182,0.6652893,0.6694215,0.6570248,0.6322314,0.62396693,0.6570248,0.6859504,0.7066116,0.70247936,0.6942149,0.6818182,0.6363636,0.60330576,0.61157024,0.61570245,0.59090906,0.5785124,0.5041322,0.42975205,0.42561984,0.45041323,0.44214877,0.446281,0.45041323,0.446281,0.46694216,0.48347107,0.48347107,0.553719,0.61157024,0.6322314,0.6652893,0.6570248,0.6280992,0.60330576,0.5785124,0.56198347,0.5082645,0.5041322,0.48347107,0.4876033,0.4876033,0.46694216,0.46280992,0.45454547,0.4090909,0.37190083,0.39256197,0.30165288,0.15289256,0.4338843,0.5,0.4876033,0.47933885,0.5041322,0.57024795,0.62396693,0.6570248,0.6694215,0.661157,0.6694215,0.6859504,0.6859504,0.6652893,0.6446281,0.6363636,0.6528926,0.6322314,0.6280992,0.677686,0.69008267,0.6735537,0.6694215,0.661157,0.6446281,0.62396693,0.607438,0.61157024,0.6446281,0.6528926,0.6735537,0.59917355,0.53305787,0.4752066,0.48347107,0.47107437,0.47107437,0.44214877,0.45454547,0.446281,0.446281,0.46694216,0.5165289,0.57024795,0.58264464,0.62396693,0.6363636,0.59090906,0.60330576,0.59090906,0.56198347,0.5041322,0.49586776,0.47107437,0.4876033,0.4752066,0.46280992,0.45041323,0.42975205,0.38842976,0.37603307,0.38429752,0.22727273,0.14049587,0.3966942,0.5,0.49173555,0.4876033,0.48347107,0.54545456,0.59917355,0.6322314,0.6528926,0.661157,0.661157,0.6735537,0.6735537,0.661157,0.6487603,0.6363636,0.6198347,0.6322314,0.6735537,0.6487603,0.6487603,0.6322314,0.6322314,0.62396693,0.61570245,0.59917355,0.59090906,0.6363636,0.6446281,0.6942149,0.74380165,0.71487606,0.6859504,0.6404959,0.58264464,0.5371901,0.5165289,0.46694216,0.45454547,0.42975205,0.42561984,0.45867768,0.49586776,0.5413223,0.5413223,0.59090906,0.62396693,0.58677685,0.58264464,0.57438016,0.54545456,0.5082645,0.49586776,0.46694216,0.47933885,0.47107437,0.45454547,0.43801653,0.41322315,0.38016528,0.38429752,0.3305785,0.18181819,0.15289256,0.38429752,0.44214877,0.4876033,0.49586776,0.4876033,0.5206612,0.5785124,0.607438,0.6280992,0.6363636,0.6404959,0.6487603,0.6652893,0.6487603,0.6446281,0.6280992,0.61570245,0.61157024,0.661157,0.6363636,0.6198347,0.61157024,0.59917355,0.59090906,0.607438,0.62396693,0.61157024,0.6322314,0.6983471,0.6942149,0.7066116,0.75206614,0.74793386,0.70247936,0.59504133,0.53305787,0.5082645,0.47933885,0.47107437,0.41735536,0.42561984,0.45867768,0.4752066,0.5123967,0.53305787,0.56198347,0.607438,0.57438016,0.56198347,0.5247934,0.5289256,0.5123967,0.47933885,0.4752066,0.47933885,0.46280992,0.446281,0.41322315,0.40082645,0.38016528,0.37190083,0.2603306,0.17355372,0.16115703,0.38842976,0.41322315,0.45454547,0.5041322,0.5,0.4876033,0.5247934,0.5785124,0.59504133,0.607438,0.6280992,0.6487603,0.6404959,0.6280992,0.59917355,0.59917355,0.60330576,0.58677685,0.6322314,0.6446281,0.607438,0.607438,0.58264464,0.57024795,0.5785124,0.60330576,0.61570245,0.59090906,0.56198347,0.5082645,0.44214877,0.4876033,0.5413223,0.48347107,0.3966942,0.3553719,0.3677686,0.40082645,0.4752066,0.44214877,0.43801653,0.44214877,0.45454547,0.48347107,0.5041322,0.54545456,0.553719,0.55785125,0.5371901,0.5082645,0.5123967,0.5082645,0.4752066,0.46280992,0.46694216,0.46280992,0.45041323,0.41322315,0.40082645,0.39256197,0.35123968,0.20661157,0.16528925,0.1570248,0.40495867,0.38016528,0.42561984,0.49173555,0.5,0.5082645,0.5041322,0.55785125,0.5785124,0.58677685,0.61157024,0.6446281,0.62396693,0.61570245,0.59504133,0.58264464,0.5785124,0.5785124,0.62396693,0.6198347,0.59090906,0.59504133,0.56198347,0.5413223,0.54545456,0.54545456,0.5123967,0.42561984,0.36363637,0.32231405,0.3305785,0.3140496,0.3264463,0.30991736,0.28512397,0.2768595,0.2644628,0.2644628,0.35123968,0.38842976,0.45454547,0.45041323,0.46280992,0.46280992,0.5082645,0.53305787,0.5289256,0.5371901,0.5082645,0.49586776,0.4876033,0.49173555,0.4752066,0.45041323,0.46280992,0.44214877,0.43801653,0.41322315,0.3966942,0.38842976,0.30578512,0.1694215,0.16115703,0.17355372,0.40082645,0.38429752,0.38429752,0.45454547,0.4876033,0.5206612,0.5041322,0.53305787,0.56198347,0.553719,0.58264464,0.59504133,0.6198347,0.59504133,0.58677685,0.57024795,0.57024795,0.57438016,0.59917355,0.607438,0.5661157,0.5413223,0.5041322,0.49586776,0.48347107,0.42975205,0.3264463,0.26859504,0.2603306,0.30165288,0.32231405,0.30991736,0.2768595,0.3181818,0.34710744,0.3305785,0.24380165,0.23140496,0.22727273,0.26859504,0.36363637,0.42561984,0.42561984,0.43801653,0.46280992,0.49586776,0.5247934,0.5206612,0.5165289,0.45454547,0.4752066,0.4752066,0.46694216,0.45041323,0.45454547,0.45454547,0.44214877,0.40082645,0.39256197,0.38429752,0.2231405,0.15289256,0.16528925,0.17768595,0.39256197,0.3966942,0.37603307,0.41322315,0.48347107,0.5082645,0.5041322,0.5165289,0.5413223,0.5495868,0.58264464,0.59917355,0.60330576,0.58677685,0.57438016,0.55785125,0.57024795,0.5785124,0.58677685,0.5661157,0.5123967,0.4214876,0.38016528,0.3677686,0.34710744,0.2603306,0.2231405,0.24793388,0.28512397,0.4214876,0.44214877,0.42561984,0.3264463,0.4214876,0.47107437,0.46280992,0.35123968,0.3429752,0.21900827,0.18595041,0.2231405,0.2892562,0.30991736,0.35123968,0.40495867,0.47107437,0.5082645,0.5082645,0.49173555,0.45041323,0.46280992,0.47107437,0.46280992,0.45041323,0.446281,0.45454547,0.42975205,0.40495867,0.40082645,0.3305785,0.16528925,0.1446281,0.16528925,0.1570248,0.38842976,0.3966942,0.4090909,0.3553719,0.46694216,0.5165289,0.5123967,0.5041322,0.5247934,0.553719,0.5661157,0.58264464,0.5785124,0.57024795,0.55785125,0.5495868,0.57024795,0.5661157,0.5413223,0.5,0.41735536,0.28099173,0.18181819,0.18595041,0.17768595,0.17355372,0.16115703,0.2231405,0.26859504,0.38016528,0.42975205,0.4090909,0.29752067,0.45041323,0.5,0.49586776,0.3181818,0.2520661,0.17355372,0.17355372,0.13636364,0.16115703,0.18595041,0.24380165,0.3553719,0.42975205,0.4752066,0.47933885,0.48347107,0.44214877,0.45454547,0.4752066,0.47107437,0.45041323,0.446281,0.446281,0.4214876,0.41322315,0.40495867,0.24380165,0.13636364,0.1570248,0.16528925,0.1570248,0.38429752,0.40082645,0.40082645,0.38429752,0.37190083,0.49173555,0.5123967,0.5123967,0.5371901,0.5413223,0.553719,0.54545456,0.5495868,0.5495868,0.56198347,0.56198347,0.57024795,0.5413223,0.5,0.4338843,0.33471075,0.2520661,0.24793388,0.2520661,0.23553719,0.2520661,0.23966943,0.2768595,0.2768595,0.3140496,0.34710744,0.30578512,0.25619835,0.2892562,0.30991736,0.3140496,0.27272728,0.2644628,0.2644628,0.2520661,0.23966943,0.2644628,0.28512397,0.25619835,0.37190083,0.4338843,0.446281,0.446281,0.48347107,0.45041323,0.46694216,0.46694216,0.46694216,0.45041323,0.446281,0.44214877,0.41322315,0.42561984,0.33471075,0.17768595,0.14876033,0.15289256,0.17355372,0.16115703,0.38842976,0.3966942,0.39256197,0.40082645,0.37190083,0.42975205,0.4876033,0.5082645,0.5289256,0.5413223,0.5495868,0.5289256,0.53305787,0.5495868,0.553719,0.553719,0.55785125,0.5123967,0.49173555,0.44214877,0.3966942,0.45867768,0.57438016,0.553719,0.53305787,0.5206612,0.5123967,0.5289256,0.5413223,0.5495868,0.54545456,0.5165289,0.5082645,0.5495868,0.59504133,0.59090906,0.553719,0.5247934,0.4876033,0.47933885,0.45454547,0.446281,0.48347107,0.42975205,0.44214877,0.4876033,0.47107437,0.46280992,0.45867768,0.4876033,0.46694216,0.446281,0.45867768,0.45867768,0.446281,0.446281,0.4214876,0.41735536,0.23553719,0.1446281,0.17355372,0.16115703,0.16528925,0.15289256,0.38016528,0.38842976,0.38016528,0.39256197,0.38016528,0.40495867,0.45041323,0.4876033,0.5247934,0.54545456,0.54545456,0.553719,0.56198347,0.57024795,0.57438016,0.54545456,0.54545456,0.5289256,0.5247934,0.5289256,0.5785124,0.6487603,0.6818182,0.6528926,0.607438,0.59090906,0.60330576,0.607438,0.661157,0.69008267,0.6942149,0.6487603,0.6446281,0.6983471,0.6694215,0.6570248,0.62396693,0.59090906,0.5661157,0.54545456,0.49173555,0.5123967,0.55785125,0.54545456,0.5165289,0.49173555,0.48347107,0.4752066,0.46280992,0.47933885,0.46280992,0.45867768,0.446281,0.446281,0.43801653,0.4338843,0.42561984,0.34710744,0.16528925,0.16115703,0.16115703,0.16115703,0.16528925,0.1570248,0.38429752,0.39256197,0.38429752,0.38429752,0.38016528,0.45041323,0.41322315,0.47107437,0.5082645,0.53305787,0.5371901,0.55785125,0.58264464,0.59504133,0.57024795,0.57024795,0.5495868,0.57438016,0.56198347,0.56198347,0.6363636,0.6694215,0.661157,0.6363636,0.59917355,0.56198347,0.58264464,0.57024795,0.57024795,0.58264464,0.59090906,0.59090906,0.5785124,0.58677685,0.59090906,0.5495868,0.5495868,0.5247934,0.5165289,0.49586776,0.47933885,0.5289256,0.55785125,0.56198347,0.5495868,0.5247934,0.49586776,0.48347107,0.47933885,0.4752066,0.47107437,0.45867768,0.44214877,0.446281,0.4338843,0.4214876,0.41322315,0.27272728,0.14876033,0.17355372,0.1446281,0.16528925,0.16528925,0.16528925,0.3966942,0.39256197,0.39256197,0.38429752,0.37190083,0.4876033,0.41735536,0.4338843,0.48347107,0.5123967,0.53305787,0.55785125,0.5661157,0.5785124,0.5785124,0.55785125,0.57024795,0.553719,0.5661157,0.57024795,0.61570245,0.6404959,0.6322314,0.61157024,0.61157024,0.56198347,0.53305787,0.5,0.48347107,0.49586776,0.5,0.5041322,0.5206612,0.48347107,0.4752066,0.43801653,0.446281,0.43801653,0.43801653,0.446281,0.47933885,0.5206612,0.553719,0.55785125,0.54545456,0.5206612,0.5082645,0.4876033,0.4752066,0.46280992,0.45454547,0.45041323,0.44214877,0.43801653,0.41735536,0.41735536,0.39256197,0.22727273,0.15289256,0.14876033,0.1694215,0.1322314,0.1694215,0.16528925,0.38842976,0.38842976,0.38429752,0.38429752,0.37190083,0.49173555,0.46694216,0.39256197,0.45041323,0.4876033,0.5082645,0.5371901,0.5413223,0.5495868,0.54545456,0.5413223,0.54545456,0.54545456,0.5661157,0.58264464,0.58264464,0.61157024,0.61157024,0.59917355,0.59090906,0.57024795,0.49173555,0.43801653,0.3966942,0.3677686,0.3677686,0.38429752,0.40082645,0.38429752,0.338843,0.338843,0.35950413,0.37603307,0.4090909,0.43801653,0.47107437,0.5247934,0.57024795,0.5247934,0.5206612,0.5082645,0.49173555,0.47933885,0.46280992,0.45041323,0.44214877,0.4338843,0.44214877,0.43801653,0.40495867,0.40082645,0.37190083,0.22727273,0.14876033,0.14876033,0.15289256,0.1570248,0.16115703,0.16528925,0.39256197,0.38842976,0.38429752,0.38429752,0.38016528,0.47933885,0.5289256,0.39256197,0.40495867,0.4752066,0.47933885,0.5,0.5289256,0.53305787,0.5165289,0.5123967,0.53305787,0.5165289,0.54545456,0.58264464,0.58264464,0.59504133,0.59917355,0.59917355,0.58677685,0.56198347,0.5165289,0.43801653,0.39256197,0.338843,0.32231405,0.30991736,0.30991736,0.3181818,0.30578512,0.338843,0.3677686,0.3966942,0.4214876,0.45454547,0.47933885,0.5289256,0.5165289,0.5165289,0.5041322,0.4876033,0.46694216,0.446281,0.446281,0.446281,0.4338843,0.4338843,0.42561984,0.41322315,0.38842976,0.37603307,0.35123968,0.21487603,0.13636364,0.1694215,0.15289256,0.16115703,0.16115703,0.1570248,0.38842976,0.38429752,0.38016528,0.38429752,0.45454547,0.5247934,0.54545456,0.4876033,0.35123968,0.43801653,0.47107437,0.45867768,0.4876033,0.5,0.49586776,0.5,0.5082645,0.5,0.5247934,0.553719,0.5661157,0.58677685,0.59090906,0.58677685,0.60330576,0.59504133,0.5785124,0.5247934,0.4876033,0.4338843,0.40082645,0.37190083,0.36363637,0.37603307,0.37603307,0.3966942,0.42975205,0.45041323,0.45041323,0.47933885,0.5041322,0.5206612,0.5206612,0.5041322,0.46694216,0.4752066,0.45867768,0.44214877,0.44214877,0.4338843,0.42975205,0.41735536,0.4090909,0.3966942,0.36363637,0.35123968,0.36363637,0.2231405,0.1446281,0.1570248,0.16528925,0.1570248,0.16528925,0.1570248,0.38842976,0.39256197,0.3677686,0.45041323,0.58677685,0.57024795,0.5413223,0.5495868,0.41322315,0.3677686,0.44214877,0.43801653,0.45867768,0.45867768,0.46694216,0.4876033,0.49586776,0.5165289,0.5165289,0.53305787,0.54545456,0.57024795,0.5495868,0.5661157,0.59504133,0.61157024,0.59917355,0.59090906,0.57024795,0.56198347,0.5495868,0.5247934,0.5041322,0.5,0.49586776,0.5041322,0.5289256,0.5371901,0.5165289,0.5206612,0.5413223,0.5247934,0.5123967,0.5041322,0.4752066,0.45867768,0.45041323,0.446281,0.4338843,0.42975205,0.41322315,0.3966942,0.3966942,0.38429752,0.33471075,0.3553719,0.35123968,0.22727273,0.17355372,0.1694215,0.1570248,0.1570248,0.16528925,0.1446281,0.38016528,0.3677686,0.42975205,0.60330576,0.5661157,0.4752066,0.5495868,0.57024795,0.5082645,0.37190083,0.3677686,0.41322315,0.42975205,0.44214877,0.446281,0.47107437,0.4876033,0.5206612,0.5206612,0.553719,0.5495868,0.56198347,0.57438016,0.58677685,0.61157024,0.6280992,0.6363636,0.6363636,0.6280992,0.6487603,0.6528926,0.6528926,0.6363636,0.6198347,0.61570245,0.6280992,0.59917355,0.6280992,0.59090906,0.5785124,0.57024795,0.553719,0.5289256,0.5082645,0.5,0.45867768,0.45041323,0.446281,0.42975205,0.41735536,0.40495867,0.38429752,0.37190083,0.338843,0.36363637,0.3677686,0.35123968,0.24380165,0.2107438,0.19008264,0.1570248,0.16115703,0.1570248,0.14049587,0.38016528,0.338843,0.58264464,0.6280992,0.4090909,0.42975205,0.56198347,0.55785125,0.55785125,0.4876033,0.3305785,0.3677686,0.38842976,0.42561984,0.42975205,0.446281,0.47933885,0.5082645,0.5413223,0.5495868,0.57024795,0.5495868,0.59090906,0.62396693,0.62396693,0.62396693,0.6570248,0.6652893,0.6652893,0.6859504,0.677686,0.6735537,0.6694215,0.6694215,0.6652893,0.6818182,0.6694215,0.6363636,0.6446281,0.60330576,0.60330576,0.5785124,0.54545456,0.5206612,0.5123967,0.46280992,0.45867768,0.446281,0.42975205,0.40495867,0.38429752,0.3553719,0.35123968,0.34710744,0.38842976,0.3677686,0.338843,0.23966943,0.26859504,0.21900827,0.17355372,0.1446281,0.16115703,0.14876033,0.34710744,0.44214877,0.6735537,0.5247934,0.30578512,0.4214876,0.5785124,0.55785125,0.55785125,0.54545456,0.44214877,0.34710744,0.3264463,0.3677686,0.40082645,0.4214876,0.45867768,0.5123967,0.54545456,0.55785125,0.58264464,0.56198347,0.60330576,0.61157024,0.62396693,0.6363636,0.661157,0.6694215,0.677686,0.69008267,0.6818182,0.6735537,0.6859504,0.6735537,0.6735537,0.6818182,0.6570248,0.6446281,0.6652893,0.60330576,0.59504133,0.57024795,0.553719,0.5247934,0.5082645,0.46280992,0.45041323,0.41322315,0.4090909,0.37603307,0.36363637,0.338843,0.338843,0.38016528,0.38429752,0.38429752,0.32231405,0.16115703,0.30165288,0.2644628,0.20661157,0.1446281,0.1570248,0.1570248,0.34710744,0.59504133,0.59917355,0.446281,0.19421488,0.45454547,0.58264464,0.55785125,0.57024795,0.55785125,0.5082645,0.4338843,0.32231405,0.30165288,0.35950413,0.3966942,0.4338843,0.47933885,0.5289256,0.5413223,0.57438016,0.5661157,0.60330576,0.6198347,0.6280992,0.6528926,0.677686,0.6694215,0.6694215,0.661157,0.661157,0.6446281,0.6652893,0.6735537,0.661157,0.6528926,0.6363636,0.6446281,0.6363636,0.59917355,0.58264464,0.55785125,0.5371901,0.5,0.4876033,0.45454547,0.41322315,0.40495867,0.37603307,0.34710744,0.3181818,0.33471075,0.37603307,0.39256197,0.38429752,0.37603307,0.33471075,0.09504132,0.2520661,0.30578512,0.24793388,0.18595041,0.14876033,0.14876033,0.446281,0.6322314,0.53305787,0.42975205,0.1322314,0.5206612,0.5785124,0.57438016,0.5661157,0.5785124,0.5371901,0.4876033,0.42975205,0.30578512,0.29338843,0.3305785,0.38016528,0.446281,0.49173555,0.5165289,0.5495868,0.5785124,0.59090906,0.607438,0.61570245,0.6322314,0.6528926,0.6404959,0.6528926,0.6322314,0.6322314,0.6404959,0.6363636,0.6528926,0.6446281,0.6404959,0.62396693,0.6280992,0.60330576,0.57024795,0.53305787,0.5371901,0.5289256,0.49586776,0.45041323,0.4338843,0.41322315,0.37190083,0.3429752,0.30578512,0.3181818,0.35950413,0.39256197,0.3966942,0.39256197,0.37190083,0.34710744,0.08264463,0.17355372,0.32231405,0.28099173,0.20661157,0.17768595,0.15289256,0.58677685,0.59504133,0.5289256,0.29752067,0.19421488,0.57438016,0.57438016,0.5785124,0.57024795,0.56198347,0.55785125,0.5206612,0.4752066,0.38016528,0.2892562,0.2644628,0.30578512,0.3677686,0.4338843,0.4876033,0.5206612,0.5495868,0.5785124,0.57438016,0.60330576,0.60330576,0.61570245,0.607438,0.6198347,0.5785124,0.59090906,0.59090906,0.59917355,0.6198347,0.607438,0.59504133,0.58264464,0.5661157,0.55785125,0.5247934,0.5041322,0.47933885,0.49173555,0.45867768,0.42561984,0.41735536,0.37603307,0.3305785,0.2892562,0.3181818,0.3553719,0.38429752,0.38016528,0.3966942,0.38429752,0.38016528,0.33471075,0.14049587,0.11983471,0.2892562,0.3140496,0.2107438,0.21487603,0.21487603,0.6198347,0.55785125,0.53305787,0.18595041,0.2603306,0.59504133,0.57438016,0.57024795,0.58677685,0.57438016,0.5661157,0.5413223,0.49173555,0.42561984,0.35123968,0.2768595,0.2644628,0.2768595,0.3553719,0.42975205,0.4876033,0.5123967,0.553719,0.5495868,0.56198347,0.55785125,0.5495868,0.5661157,0.5661157,0.5661157,0.57024795,0.5413223,0.5661157,0.5661157,0.57024795,0.5413223,0.5247934,0.5082645,0.49586776,0.49173555,0.46694216,0.45867768,0.42975205,0.4214876,0.38842976,0.36363637,0.3181818,0.29752067,0.3264463,0.36363637,0.38842976,0.39256197,0.38429752,0.40082645,0.38016528,0.37190083,0.338843,0.19421488,0.11983471,0.23553719,0.35950413,0.23966943,0.20247933,0.23553719,0.607438,0.5413223,0.5371901,0.16115703,0.4090909,0.58677685,0.57438016,0.57438016,0.57024795,0.59917355,0.58264464,0.5495868,0.5082645,0.46280992,0.44214877,0.338843,0.27272728,0.24793388,0.26859504,0.3429752,0.4090909,0.45041323,0.47107437,0.5206612,0.5165289,0.5041322,0.5,0.4876033,0.5,0.5289256,0.53305787,0.5206612,0.5413223,0.5206612,0.5,0.5,0.46280992,0.45454547,0.46280992,0.42975205,0.4338843,0.4214876,0.40495867,0.3966942,0.33471075,0.30165288,0.29752067,0.3305785,0.37603307,0.37603307,0.40082645,0.39256197,0.40082645,0.38842976,0.3677686,0.36363637,0.3181818,0.18595041,0.18181819,0.17355372,0.36363637,0.29752067,0.17768595,0.23140496,37 +0.28512397,0.37603307,0.45454547,0.5247934,0.5785124,0.6694215,0.7107438,0.72727275,0.73140496,0.74380165,0.7644628,0.7892562,0.8016529,0.8016529,0.80991733,0.8181818,0.8140496,0.8181818,0.8264463,0.8264463,0.8181818,0.8264463,0.822314,0.8305785,0.8264463,0.8264463,0.8264463,0.822314,0.8181818,0.80991733,0.8181818,0.80991733,0.80991733,0.8057851,0.79752064,0.8016529,0.80991733,0.80991733,0.80991733,0.8016529,0.8016529,0.79752064,0.80991733,0.8016529,0.7933884,0.78099173,0.7644628,0.75619835,0.73966944,0.73966944,0.7066116,0.6570248,0.607438,0.5785124,0.5495868,0.5289256,0.48347107,0.4214876,0.24380165,0.11157025,0.09504132,0.14049587,0.12809917,0.09090909,0.28099173,0.35950413,0.43801653,0.5289256,0.61570245,0.6652893,0.7107438,0.7231405,0.73966944,0.75206614,0.77272725,0.78512394,0.8016529,0.79752064,0.79752064,0.8140496,0.8140496,0.8140496,0.8305785,0.8264463,0.822314,0.8264463,0.822314,0.822314,0.8264463,0.822314,0.8305785,0.822314,0.8140496,0.80991733,0.8140496,0.8057851,0.8057851,0.79752064,0.80991733,0.8140496,0.80991733,0.80991733,0.8140496,0.8057851,0.8057851,0.8057851,0.79752064,0.8016529,0.79752064,0.78099173,0.7644628,0.75206614,0.74793386,0.72727275,0.6983471,0.69008267,0.62396693,0.58264464,0.5495868,0.53305787,0.47933885,0.42975205,0.28512397,0.11157025,0.09917355,0.11983471,0.14049587,0.09504132,0.26859504,0.3677686,0.46280992,0.5289256,0.60330576,0.6652893,0.70247936,0.71900827,0.7355372,0.74793386,0.76859504,0.78099173,0.7892562,0.8016529,0.8057851,0.8140496,0.8140496,0.822314,0.8264463,0.822314,0.822314,0.8264463,0.8305785,0.8305785,0.822314,0.8264463,0.822314,0.8264463,0.8140496,0.8140496,0.8140496,0.8016529,0.79752064,0.7933884,0.7933884,0.80991733,0.80991733,0.8140496,0.80991733,0.8140496,0.8140496,0.8057851,0.8057851,0.79752064,0.7933884,0.78099173,0.7644628,0.75619835,0.74793386,0.73140496,0.70247936,0.6859504,0.6404959,0.59090906,0.553719,0.5413223,0.48347107,0.43801653,0.3305785,0.14876033,0.12396694,0.11157025,0.15289256,0.10330579,0.29338843,0.35950413,0.45867768,0.5289256,0.59917355,0.6652893,0.6942149,0.71900827,0.71900827,0.74380165,0.76033056,0.7768595,0.7892562,0.79752064,0.8057851,0.8140496,0.822314,0.822314,0.8264463,0.8057851,0.8181818,0.8264463,0.8305785,0.8347107,0.8264463,0.8264463,0.8264463,0.822314,0.8181818,0.8140496,0.8181818,0.8057851,0.7933884,0.8057851,0.8016529,0.8057851,0.80991733,0.80991733,0.8057851,0.80991733,0.80991733,0.7933884,0.79752064,0.8016529,0.7933884,0.78099173,0.76033056,0.75619835,0.7355372,0.72727275,0.7107438,0.677686,0.6528926,0.59090906,0.57024795,0.5371901,0.49173555,0.43801653,0.3429752,0.16528925,0.13636364,0.11570248,0.14876033,0.11570248,0.2892562,0.338843,0.4338843,0.5206612,0.59917355,0.6570248,0.677686,0.7107438,0.7231405,0.74793386,0.75619835,0.7768595,0.78099173,0.7933884,0.8016529,0.8016529,0.8140496,0.8264463,0.8264463,0.822314,0.8140496,0.8140496,0.822314,0.8264463,0.8264463,0.8264463,0.8264463,0.8140496,0.8181818,0.8140496,0.8140496,0.80991733,0.8016529,0.8057851,0.79752064,0.8057851,0.8057851,0.8057851,0.8016529,0.80991733,0.8057851,0.79752064,0.8016529,0.7892562,0.78099173,0.78512394,0.75619835,0.74793386,0.73966944,0.72727275,0.71487606,0.69008267,0.6487603,0.60330576,0.5785124,0.5413223,0.47933885,0.44214877,0.35123968,0.17355372,0.1322314,0.12396694,0.14876033,0.10743801,0.23966943,0.3429752,0.45867768,0.5495868,0.61157024,0.6570248,0.6694215,0.6983471,0.7066116,0.74380165,0.7644628,0.78099173,0.78512394,0.7933884,0.79752064,0.8057851,0.8181818,0.822314,0.8181818,0.8181818,0.80991733,0.79752064,0.80991733,0.8181818,0.822314,0.822314,0.822314,0.80991733,0.80991733,0.80991733,0.8016529,0.8016529,0.7892562,0.8016529,0.79752064,0.7933884,0.7892562,0.8016529,0.79752064,0.8016529,0.79752064,0.79752064,0.79752064,0.78512394,0.76859504,0.77272725,0.7355372,0.7355372,0.7231405,0.71900827,0.7066116,0.69008267,0.6528926,0.61570245,0.59504133,0.54545456,0.48347107,0.42975205,0.3553719,0.1694215,0.11983471,0.13636364,0.14049587,0.12396694,0.24793388,0.35123968,0.4876033,0.59504133,0.62396693,0.6528926,0.661157,0.6818182,0.6983471,0.7355372,0.76033056,0.78099173,0.78512394,0.7933884,0.79752064,0.8057851,0.8140496,0.822314,0.8181818,0.8057851,0.80991733,0.79752064,0.8016529,0.80991733,0.80991733,0.80991733,0.8140496,0.80991733,0.79752064,0.79752064,0.80991733,0.8057851,0.7933884,0.79752064,0.7892562,0.7892562,0.78099173,0.7892562,0.79752064,0.8057851,0.7933884,0.7933884,0.78099173,0.76859504,0.75619835,0.74380165,0.71900827,0.71487606,0.71900827,0.71900827,0.70247936,0.6818182,0.6570248,0.6280992,0.58677685,0.553719,0.4876033,0.4214876,0.36363637,0.15289256,0.10330579,0.12809917,0.12809917,0.11570248,0.27272728,0.3966942,0.5165289,0.61157024,0.6198347,0.6487603,0.6652893,0.677686,0.70247936,0.7355372,0.7644628,0.78099173,0.78512394,0.7933884,0.8016529,0.8016529,0.80991733,0.80991733,0.80991733,0.8016529,0.79752064,0.78099173,0.7892562,0.7892562,0.7933884,0.8016529,0.79752064,0.79752064,0.7933884,0.78512394,0.8016529,0.8057851,0.7892562,0.79752064,0.78512394,0.78099173,0.78512394,0.78512394,0.79752064,0.7933884,0.7892562,0.78512394,0.76859504,0.75206614,0.74380165,0.73966944,0.73966944,0.72727275,0.71900827,0.71900827,0.6859504,0.69008267,0.69008267,0.6487603,0.60330576,0.5495868,0.48347107,0.4214876,0.37603307,0.11570248,0.10330579,0.11570248,0.11983471,0.11570248,0.3181818,0.45867768,0.55785125,0.61570245,0.6363636,0.6652893,0.661157,0.661157,0.71487606,0.74380165,0.76859504,0.78099173,0.76859504,0.78099173,0.77272725,0.7892562,0.7933884,0.7933884,0.79752064,0.7892562,0.78512394,0.7892562,0.7892562,0.77272725,0.75619835,0.78099173,0.78099173,0.78099173,0.78512394,0.78099173,0.7892562,0.79752064,0.78512394,0.7892562,0.77272725,0.7768595,0.78099173,0.78099173,0.78512394,0.78512394,0.76859504,0.7644628,0.7644628,0.74793386,0.72727275,0.7355372,0.73966944,0.71900827,0.71487606,0.70247936,0.69008267,0.6942149,0.69008267,0.6694215,0.60330576,0.5495868,0.49586776,0.41322315,0.37190083,0.09090909,0.10330579,0.09917355,0.10330579,0.11157025,0.40082645,0.53305787,0.59090906,0.61157024,0.6363636,0.661157,0.6446281,0.661157,0.72727275,0.74793386,0.77272725,0.76033056,0.72727275,0.74793386,0.76033056,0.75619835,0.75619835,0.7768595,0.7644628,0.76033056,0.74793386,0.75206614,0.75619835,0.74380165,0.7355372,0.76859504,0.76033056,0.75206614,0.75206614,0.76033056,0.7644628,0.76859504,0.77272725,0.7644628,0.75206614,0.7644628,0.75619835,0.76033056,0.76859504,0.75206614,0.7231405,0.73966944,0.7355372,0.7355372,0.71900827,0.7231405,0.70247936,0.6859504,0.6735537,0.6652893,0.6735537,0.6735537,0.6694215,0.6322314,0.59917355,0.53305787,0.5082645,0.42561984,0.35950413,0.09090909,0.09090909,0.09504132,0.09090909,0.11157025,0.5206612,0.60330576,0.62396693,0.6322314,0.6322314,0.6280992,0.61157024,0.6735537,0.6942149,0.6983471,0.7231405,0.69008267,0.62396693,0.6363636,0.6859504,0.6942149,0.6818182,0.7066116,0.6694215,0.6735537,0.6404959,0.6322314,0.6363636,0.6487603,0.661157,0.6942149,0.7107438,0.6983471,0.6983471,0.71900827,0.72727275,0.73140496,0.73966944,0.72727275,0.73966944,0.75206614,0.73140496,0.72727275,0.73140496,0.71900827,0.6735537,0.677686,0.6818182,0.6404959,0.6528926,0.661157,0.6322314,0.61157024,0.59090906,0.59917355,0.59504133,0.5785124,0.58264464,0.5661157,0.553719,0.5041322,0.46694216,0.42975205,0.338843,0.13636364,0.09504132,0.08264463,0.09504132,0.10743801,0.607438,0.6280992,0.6487603,0.6487603,0.6280992,0.61157024,0.607438,0.6280992,0.57024795,0.553719,0.58677685,0.5785124,0.5413223,0.5289256,0.5785124,0.60330576,0.59090906,0.58677685,0.55785125,0.5165289,0.48347107,0.45454547,0.45041323,0.45454547,0.45867768,0.46280992,0.49586776,0.55785125,0.58677685,0.6363636,0.661157,0.69008267,0.70247936,0.6983471,0.7355372,0.75206614,0.73140496,0.70247936,0.677686,0.6528926,0.59917355,0.57024795,0.5661157,0.5,0.46694216,0.5041322,0.5,0.47933885,0.49586776,0.4876033,0.47107437,0.4752066,0.49173555,0.4876033,0.49173555,0.46280992,0.3966942,0.37603307,0.3553719,0.16528925,0.10330579,0.08677686,0.10330579,0.10743801,0.661157,0.6528926,0.6735537,0.6652893,0.6280992,0.59917355,0.58264464,0.5495868,0.5413223,0.5165289,0.5495868,0.58677685,0.5661157,0.5206612,0.5206612,0.5495868,0.53305787,0.49173555,0.42561984,0.41735536,0.41735536,0.40495867,0.38429752,0.3677686,0.34710744,0.3305785,0.38016528,0.4214876,0.45867768,0.5413223,0.58677685,0.6446281,0.6818182,0.71900827,0.7644628,0.75619835,0.73140496,0.6735537,0.61570245,0.5495868,0.48347107,0.45041323,0.41322315,0.38016528,0.3305785,0.338843,0.3305785,0.32231405,0.3305785,0.34710744,0.35950413,0.41322315,0.45041323,0.446281,0.42975205,0.4214876,0.38016528,0.32231405,0.35950413,0.21487603,0.10743801,0.10743801,0.09090909,0.11570248,0.6735537,0.6694215,0.69008267,0.6694215,0.61157024,0.58677685,0.54545456,0.5206612,0.5661157,0.58264464,0.57024795,0.61570245,0.607438,0.59090906,0.5785124,0.57438016,0.553719,0.5247934,0.5082645,0.4876033,0.4752066,0.47107437,0.46280992,0.45041323,0.40495867,0.3966942,0.39256197,0.3966942,0.4090909,0.4876033,0.5495868,0.62396693,0.6983471,0.74793386,0.78099173,0.76859504,0.71900827,0.6404959,0.58264464,0.47933885,0.4090909,0.3677686,0.338843,0.32231405,0.30578512,0.30991736,0.32231405,0.33471075,0.3305785,0.3429752,0.37603307,0.41735536,0.446281,0.4338843,0.4214876,0.4338843,0.38016528,0.30578512,0.33471075,0.28512397,0.11983471,0.13636364,0.10743801,0.09090909,0.677686,0.6818182,0.6818182,0.6735537,0.58264464,0.5661157,0.5247934,0.5165289,0.5495868,0.58677685,0.60330576,0.62396693,0.6198347,0.6322314,0.607438,0.607438,0.58677685,0.56198347,0.49586776,0.45041323,0.46280992,0.46280992,0.44214877,0.42561984,0.46694216,0.46694216,0.45454547,0.446281,0.46280992,0.5165289,0.57438016,0.6694215,0.75206614,0.7768595,0.7933884,0.7892562,0.7231405,0.6404959,0.5661157,0.45041323,0.40495867,0.37190083,0.3553719,0.34710744,0.35123968,0.36363637,0.40082645,0.446281,0.43801653,0.44214877,0.45454547,0.47107437,0.47933885,0.47107437,0.45454547,0.446281,0.41735536,0.29752067,0.3264463,0.35950413,0.14049587,0.14876033,0.14049587,0.12809917,0.6859504,0.6735537,0.6735537,0.6570248,0.5661157,0.5413223,0.5165289,0.5,0.5289256,0.53305787,0.5289256,0.5082645,0.4876033,0.45454547,0.41735536,0.3264463,0.2892562,0.39256197,0.38016528,0.30165288,0.46694216,0.42975205,0.5247934,0.49586776,0.44214877,0.46280992,0.45867768,0.45454547,0.4876033,0.54545456,0.6280992,0.73140496,0.7892562,0.80991733,0.8181818,0.8057851,0.74793386,0.6487603,0.5785124,0.446281,0.38842976,0.4214876,0.45041323,0.45041323,0.446281,0.40495867,0.33471075,0.338843,0.2603306,0.28099173,0.3677686,0.3966942,0.3966942,0.40082645,0.41322315,0.4338843,0.39256197,0.29338843,0.3305785,0.40495867,0.16528925,0.13636364,0.16115703,0.2520661,0.6859504,0.677686,0.6694215,0.6363636,0.58264464,0.59504133,0.553719,0.5206612,0.53305787,0.5,0.43801653,0.38016528,0.39256197,0.40082645,0.38429752,0.2768595,0.2603306,0.29338843,0.38429752,0.3429752,0.5661157,0.60330576,0.44214877,0.5041322,0.5247934,0.57024795,0.5495868,0.47107437,0.46280992,0.5661157,0.69008267,0.76859504,0.80991733,0.8264463,0.8264463,0.8181818,0.7768595,0.6652893,0.5661157,0.4214876,0.45041323,0.5661157,0.5206612,0.45867768,0.4752066,0.37190083,0.24793388,0.4214876,0.3181818,0.23553719,0.35950413,0.42975205,0.3305785,0.32231405,0.26859504,0.33471075,0.3677686,0.30165288,0.3553719,0.446281,0.18181819,0.14049587,0.18595041,0.30991736,0.677686,0.6818182,0.6818182,0.6652893,0.61570245,0.607438,0.59917355,0.5413223,0.5123967,0.4752066,0.44214877,0.41322315,0.43801653,0.46694216,0.5371901,0.38016528,0.34710744,0.30165288,0.3264463,0.46694216,0.6859504,0.71900827,0.57024795,0.5413223,0.48347107,0.59504133,0.71900827,0.57024795,0.4752066,0.62396693,0.73140496,0.7644628,0.8057851,0.8347107,0.8140496,0.8181818,0.7768595,0.6528926,0.54545456,0.45454547,0.553719,0.59917355,0.48347107,0.49173555,0.61570245,0.4338843,0.30991736,0.2520661,0.2768595,0.29752067,0.45867768,0.53305787,0.34710744,0.30165288,0.32231405,0.30578512,0.3553719,0.34710744,0.37190083,0.45041323,0.18595041,0.12396694,0.2520661,0.32231405,0.6652893,0.6859504,0.6735537,0.6694215,0.6570248,0.661157,0.6363636,0.58264464,0.5123967,0.5371901,0.59917355,0.59917355,0.607438,0.6322314,0.69008267,0.6487603,0.54545456,0.5495868,0.59090906,0.69008267,0.75206614,0.71900827,0.661157,0.661157,0.661157,0.6694215,0.78512394,0.70247936,0.55785125,0.677686,0.7355372,0.75206614,0.79752064,0.822314,0.8016529,0.8140496,0.78512394,0.6487603,0.5371901,0.5,0.607438,0.6322314,0.56198347,0.5247934,0.6280992,0.60330576,0.45454547,0.40495867,0.38842976,0.46280992,0.55785125,0.5495868,0.48347107,0.38016528,0.3429752,0.3677686,0.38429752,0.3966942,0.40082645,0.446281,0.2231405,0.12396694,0.29752067,0.3264463,0.661157,0.677686,0.6859504,0.6735537,0.6818182,0.7107438,0.70247936,0.6446281,0.607438,0.677686,0.74380165,0.73966944,0.71900827,0.71487606,0.72727275,0.75619835,0.70247936,0.6942149,0.7231405,0.71900827,0.7107438,0.71487606,0.7066116,0.73140496,0.74380165,0.7231405,0.75206614,0.7066116,0.6652893,0.70247936,0.7355372,0.73966944,0.7892562,0.8140496,0.8016529,0.8140496,0.8016529,0.6487603,0.55785125,0.5165289,0.58264464,0.71487606,0.7066116,0.6735537,0.6280992,0.661157,0.6404959,0.55785125,0.553719,0.57438016,0.5785124,0.5371901,0.5206612,0.45867768,0.4214876,0.3677686,0.4090909,0.43801653,0.42561984,0.44214877,0.2231405,0.14876033,0.3140496,0.3264463,0.6570248,0.6652893,0.6859504,0.69008267,0.7107438,0.72727275,0.74380165,0.71487606,0.69008267,0.71487606,0.74793386,0.74380165,0.74380165,0.74380165,0.7355372,0.7355372,0.70247936,0.70247936,0.6942149,0.6818182,0.6859504,0.72727275,0.75619835,0.7644628,0.71487606,0.7066116,0.74380165,0.71487606,0.71900827,0.71900827,0.7355372,0.72727275,0.7768595,0.8057851,0.7933884,0.8140496,0.78099173,0.6198347,0.57024795,0.5371901,0.53305787,0.6446281,0.6942149,0.6942149,0.69008267,0.6322314,0.6446281,0.59917355,0.59917355,0.61157024,0.59504133,0.57024795,0.5371901,0.5,0.4876033,0.41735536,0.45041323,0.47107437,0.43801653,0.44214877,0.23966943,0.19421488,0.30991736,0.3181818,0.6322314,0.6652893,0.6528926,0.6652893,0.71487606,0.74380165,0.76859504,0.76033056,0.73140496,0.71487606,0.7107438,0.7355372,0.76033056,0.75619835,0.7355372,0.74793386,0.74380165,0.7355372,0.74380165,0.7768595,0.7933884,0.80991733,0.77272725,0.72727275,0.71487606,0.74380165,0.75206614,0.7355372,0.7355372,0.7355372,0.74380165,0.7231405,0.75619835,0.8057851,0.8016529,0.8016529,0.72727275,0.59917355,0.5785124,0.553719,0.5371901,0.58264464,0.6694215,0.73140496,0.74793386,0.71900827,0.69008267,0.69008267,0.6404959,0.61570245,0.61157024,0.57438016,0.5413223,0.5206612,0.4876033,0.46280992,0.49173555,0.48347107,0.446281,0.4214876,0.26859504,0.23553719,0.30991736,0.32231405,0.61570245,0.6363636,0.6446281,0.6735537,0.71487606,0.74380165,0.76859504,0.78512394,0.77272725,0.7355372,0.70247936,0.71900827,0.77272725,0.76859504,0.78099173,0.78512394,0.79752064,0.8057851,0.8181818,0.822314,0.78099173,0.7768595,0.7231405,0.7231405,0.76033056,0.7768595,0.76859504,0.73966944,0.71900827,0.73966944,0.71900827,0.71487606,0.76033056,0.80991733,0.8016529,0.78512394,0.7066116,0.61157024,0.5785124,0.57024795,0.55785125,0.59504133,0.6322314,0.70247936,0.76033056,0.76033056,0.6942149,0.74793386,0.73966944,0.7107438,0.6570248,0.61570245,0.553719,0.5206612,0.4876033,0.5123967,0.5,0.5082645,0.44214877,0.40082645,0.3181818,0.26859504,0.30991736,0.3181818,0.61570245,0.6322314,0.62396693,0.6694215,0.7107438,0.74793386,0.76859504,0.7892562,0.79752064,0.78512394,0.74380165,0.7231405,0.75619835,0.76033056,0.78512394,0.7892562,0.78099173,0.7892562,0.79752064,0.78099173,0.7355372,0.74793386,0.75619835,0.7892562,0.8016529,0.7892562,0.76033056,0.7355372,0.71487606,0.72727275,0.6942149,0.7231405,0.75206614,0.8016529,0.8016529,0.78099173,0.7066116,0.61157024,0.58264464,0.55785125,0.5413223,0.61570245,0.6570248,0.6694215,0.71900827,0.7355372,0.6859504,0.677686,0.7066116,0.6694215,0.6487603,0.6198347,0.54545456,0.5082645,0.5165289,0.54545456,0.5289256,0.5041322,0.42975205,0.38016528,0.3429752,0.2768595,0.30578512,0.3181818,0.607438,0.62396693,0.6322314,0.6570248,0.6942149,0.74380165,0.77272725,0.7892562,0.8140496,0.8140496,0.7768595,0.75619835,0.7644628,0.77272725,0.7768595,0.7892562,0.76859504,0.77272725,0.75619835,0.7355372,0.75206614,0.80991733,0.8140496,0.79752064,0.8181818,0.78099173,0.75206614,0.7355372,0.71900827,0.7066116,0.70247936,0.6942149,0.75206614,0.79752064,0.8016529,0.7892562,0.71487606,0.61157024,0.55785125,0.56198347,0.53305787,0.60330576,0.6487603,0.6859504,0.69008267,0.71487606,0.6983471,0.6652893,0.6487603,0.61570245,0.61157024,0.61157024,0.553719,0.5371901,0.5495868,0.57438016,0.5371901,0.49173555,0.4214876,0.37603307,0.34710744,0.28099173,0.3140496,0.3140496,0.58677685,0.607438,0.61570245,0.6446281,0.677686,0.7231405,0.75206614,0.78099173,0.8057851,0.8181818,0.7933884,0.76859504,0.77272725,0.77272725,0.76859504,0.7933884,0.75206614,0.76859504,0.76859504,0.76859504,0.8016529,0.8264463,0.822314,0.80991733,0.8140496,0.7768595,0.73966944,0.73140496,0.7107438,0.7107438,0.70247936,0.70247936,0.74380165,0.8016529,0.8140496,0.7892562,0.7107438,0.607438,0.54545456,0.5495868,0.53305787,0.58677685,0.6363636,0.6818182,0.71487606,0.7066116,0.7066116,0.6942149,0.6735537,0.607438,0.61157024,0.61570245,0.57438016,0.58677685,0.59090906,0.58677685,0.5413223,0.48347107,0.40082645,0.37603307,0.3429752,0.28099173,0.30991736,0.3140496,0.58677685,0.61157024,0.59917355,0.6280992,0.6694215,0.6983471,0.74380165,0.77272725,0.78099173,0.8057851,0.8016529,0.7768595,0.77272725,0.7644628,0.75619835,0.78099173,0.78099173,0.78099173,0.8057851,0.8057851,0.8181818,0.8181818,0.8181818,0.8140496,0.8140496,0.75619835,0.71900827,0.6942149,0.661157,0.69008267,0.7107438,0.69008267,0.71900827,0.7933884,0.8305785,0.8140496,0.7355372,0.58677685,0.5413223,0.5289256,0.53305787,0.5785124,0.6322314,0.6983471,0.7107438,0.72727275,0.7107438,0.70247936,0.69008267,0.6322314,0.6198347,0.6363636,0.58264464,0.61570245,0.61157024,0.57438016,0.5289256,0.47107437,0.39256197,0.37603307,0.32231405,0.2768595,0.3140496,0.3264463,0.58677685,0.607438,0.607438,0.6280992,0.6694215,0.69008267,0.73140496,0.76033056,0.75206614,0.77272725,0.7892562,0.78099173,0.78512394,0.7768595,0.78099173,0.7892562,0.79752064,0.79752064,0.8181818,0.8140496,0.8264463,0.822314,0.80991733,0.8016529,0.7933884,0.75619835,0.7107438,0.6528926,0.607438,0.6983471,0.71487606,0.6942149,0.7107438,0.78099173,0.8264463,0.8264463,0.75206614,0.59090906,0.54545456,0.5165289,0.5206612,0.58264464,0.6404959,0.7107438,0.7231405,0.7355372,0.71487606,0.7231405,0.6983471,0.6652893,0.6528926,0.6446281,0.607438,0.60330576,0.59917355,0.57024795,0.5206612,0.46280992,0.38429752,0.35950413,0.29338843,0.29338843,0.30578512,0.32231405,0.59917355,0.6198347,0.61157024,0.6280992,0.661157,0.6818182,0.71487606,0.7355372,0.71487606,0.73966944,0.7644628,0.76033056,0.77272725,0.78099173,0.78512394,0.79752064,0.79752064,0.8016529,0.8181818,0.8181818,0.822314,0.822314,0.80991733,0.8016529,0.78099173,0.74380165,0.6528926,0.59504133,0.61570245,0.7231405,0.7231405,0.7066116,0.71487606,0.7892562,0.80991733,0.80991733,0.78512394,0.6280992,0.553719,0.5413223,0.5,0.59090906,0.6528926,0.7107438,0.74380165,0.74793386,0.72727275,0.73966944,0.7107438,0.69008267,0.6735537,0.6694215,0.6446281,0.60330576,0.5785124,0.5413223,0.5082645,0.45041323,0.37603307,0.37190083,0.3264463,0.29338843,0.30991736,0.32231405,0.59917355,0.6404959,0.61570245,0.6446281,0.6528926,0.6859504,0.6983471,0.71487606,0.70247936,0.7231405,0.74380165,0.74380165,0.75206614,0.7768595,0.78099173,0.7933884,0.8016529,0.8057851,0.8140496,0.8181818,0.8181818,0.80991733,0.8016529,0.79752064,0.7768595,0.7066116,0.6280992,0.6322314,0.6487603,0.7231405,0.71487606,0.6942149,0.7231405,0.79752064,0.822314,0.8057851,0.78099173,0.677686,0.5413223,0.57024795,0.5041322,0.59090906,0.6652893,0.7107438,0.74380165,0.74380165,0.73140496,0.7355372,0.7107438,0.7066116,0.6859504,0.6694215,0.6363636,0.59090906,0.5661157,0.5123967,0.5041322,0.446281,0.34710744,0.38842976,0.38429752,0.29752067,0.30578512,0.3181818,0.59090906,0.62396693,0.6404959,0.6528926,0.61157024,0.677686,0.69008267,0.7066116,0.7107438,0.7107438,0.71487606,0.72727275,0.74380165,0.76859504,0.7768595,0.7933884,0.8057851,0.8057851,0.8057851,0.8057851,0.8057851,0.7933884,0.7892562,0.78512394,0.76033056,0.661157,0.61157024,0.6528926,0.661157,0.6983471,0.6652893,0.6570248,0.73140496,0.7892562,0.8016529,0.7768595,0.75206614,0.70247936,0.553719,0.53305787,0.49586776,0.60330576,0.6818182,0.71487606,0.7355372,0.7355372,0.73140496,0.7107438,0.70247936,0.677686,0.6652893,0.6446281,0.607438,0.57024795,0.5371901,0.5041322,0.48347107,0.4338843,0.3264463,0.36363637,0.35950413,0.29338843,0.30991736,0.3181818,0.56198347,0.607438,0.6487603,0.6570248,0.6280992,0.6818182,0.677686,0.70247936,0.71900827,0.7107438,0.72727275,0.72727275,0.74793386,0.76859504,0.7768595,0.7892562,0.8057851,0.7933884,0.7933884,0.7933884,0.8057851,0.79752064,0.78099173,0.7644628,0.73140496,0.6322314,0.59504133,0.6446281,0.6322314,0.6280992,0.57024795,0.5082645,0.6322314,0.7107438,0.6735537,0.6528926,0.6570248,0.60330576,0.49173555,0.46280992,0.4876033,0.5785124,0.6818182,0.71900827,0.73140496,0.7355372,0.7355372,0.71900827,0.70247936,0.6818182,0.6487603,0.6322314,0.58264464,0.54545456,0.5123967,0.49173555,0.4752066,0.41735536,0.32231405,0.37603307,0.2892562,0.30578512,0.30991736,0.3181818,0.54545456,0.59504133,0.6528926,0.6652893,0.6694215,0.6694215,0.6859504,0.6859504,0.7066116,0.6942149,0.7231405,0.73966944,0.73966944,0.7644628,0.78512394,0.7933884,0.8016529,0.7892562,0.78512394,0.78512394,0.7933884,0.7933884,0.7768595,0.75619835,0.71900827,0.61570245,0.5371901,0.59917355,0.57438016,0.46694216,0.46694216,0.4752066,0.45867768,0.5413223,0.5206612,0.5041322,0.5165289,0.4752066,0.39256197,0.41322315,0.4752066,0.62396693,0.6652893,0.7107438,0.73140496,0.73140496,0.7107438,0.6983471,0.6818182,0.6570248,0.6198347,0.61157024,0.553719,0.5289256,0.49173555,0.46694216,0.46280992,0.3966942,0.3305785,0.41322315,0.2644628,0.3140496,0.3140496,0.3181818,0.5165289,0.58264464,0.6363636,0.6652893,0.6694215,0.6694215,0.70247936,0.69008267,0.69008267,0.6859504,0.7231405,0.74380165,0.74793386,0.76033056,0.7892562,0.79752064,0.7892562,0.7892562,0.78512394,0.78099173,0.7768595,0.7644628,0.75619835,0.7231405,0.75206614,0.6363636,0.46280992,0.5,0.48347107,0.28099173,0.1570248,0.338843,0.41322315,0.41322315,0.39256197,0.3677686,0.36363637,0.3181818,0.2892562,0.36363637,0.5,0.6280992,0.6487603,0.70247936,0.7231405,0.71900827,0.6983471,0.677686,0.6487603,0.6280992,0.60330576,0.58264464,0.53305787,0.5041322,0.48347107,0.45454547,0.45454547,0.37190083,0.34710744,0.3677686,0.27272728,0.3181818,0.30165288,0.3181818,0.49173555,0.56198347,0.607438,0.6570248,0.6652893,0.6735537,0.71487606,0.7066116,0.71900827,0.7107438,0.71900827,0.72727275,0.73966944,0.76859504,0.7768595,0.7892562,0.78099173,0.78512394,0.7768595,0.7644628,0.7644628,0.73966944,0.72727275,0.73140496,0.7644628,0.7066116,0.49586776,0.41735536,0.42975205,0.34710744,0.23553719,0.26859504,0.2892562,0.3181818,0.30165288,0.26859504,0.25619835,0.2603306,0.29338843,0.38842976,0.553719,0.6404959,0.661157,0.677686,0.6983471,0.7231405,0.70247936,0.6735537,0.6322314,0.607438,0.58677685,0.553719,0.5,0.5,0.47933885,0.46694216,0.45867768,0.36363637,0.33471075,0.3140496,0.30578512,0.30578512,0.30991736,0.30991736,0.49173555,0.5371901,0.58264464,0.6363636,0.6652893,0.6818182,0.7107438,0.71487606,0.73140496,0.71900827,0.7231405,0.73140496,0.74380165,0.7644628,0.76859504,0.77272725,0.77272725,0.7644628,0.77272725,0.75206614,0.73966944,0.7355372,0.7355372,0.7644628,0.77272725,0.77272725,0.6983471,0.5495868,0.40082645,0.39256197,0.3966942,0.41322315,0.38016528,0.3677686,0.3677686,0.34710744,0.24793388,0.30165288,0.40082645,0.5247934,0.61570245,0.6446281,0.661157,0.6694215,0.69008267,0.6983471,0.69008267,0.6735537,0.6280992,0.59917355,0.55785125,0.5289256,0.49586776,0.4876033,0.4752066,0.47933885,0.45041323,0.3553719,0.30578512,0.29338843,0.30578512,0.30165288,0.3181818,0.30991736,0.4876033,0.5041322,0.553719,0.59090906,0.6528926,0.6859504,0.7107438,0.72727275,0.72727275,0.7231405,0.7231405,0.7355372,0.74380165,0.7644628,0.76859504,0.76033056,0.76859504,0.75619835,0.75619835,0.74380165,0.73966944,0.74380165,0.75619835,0.78099173,0.78099173,0.78512394,0.77272725,0.77272725,0.7355372,0.6280992,0.54545456,0.58677685,0.59090906,0.5371901,0.54545456,0.5289256,0.446281,0.48347107,0.5661157,0.60330576,0.62396693,0.6363636,0.6528926,0.6652893,0.69008267,0.6735537,0.6818182,0.6652893,0.6198347,0.58677685,0.54545456,0.5206612,0.49586776,0.48347107,0.47107437,0.48347107,0.43801653,0.3264463,0.29338843,0.30578512,0.3140496,0.3181818,0.30991736,0.30991736,0.5,0.49586776,0.5247934,0.57024795,0.6280992,0.6859504,0.7107438,0.7231405,0.73140496,0.7231405,0.71487606,0.74793386,0.73966944,0.76033056,0.75619835,0.75206614,0.76033056,0.76033056,0.73966944,0.75206614,0.74793386,0.74380165,0.76033056,0.77272725,0.7644628,0.76033056,0.72727275,0.70247936,0.6859504,0.6735537,0.60330576,0.62396693,0.661157,0.607438,0.61570245,0.57024795,0.49173555,0.5,0.553719,0.59917355,0.60330576,0.6280992,0.6404959,0.6404959,0.6570248,0.6570248,0.661157,0.6404959,0.60330576,0.5785124,0.5413223,0.5123967,0.5,0.48347107,0.48347107,0.47933885,0.4090909,0.2892562,0.29338843,0.30165288,0.30991736,0.3181818,0.3140496,0.3181818,0.5165289,0.5,0.5123967,0.5413223,0.607438,0.6694215,0.7066116,0.71487606,0.73140496,0.73140496,0.71487606,0.7355372,0.73966944,0.75206614,0.73966944,0.73966944,0.73140496,0.74793386,0.74380165,0.74380165,0.76033056,0.76859504,0.76033056,0.75619835,0.73966944,0.73140496,0.7107438,0.661157,0.6446281,0.6694215,0.6280992,0.661157,0.6652893,0.62396693,0.677686,0.6322314,0.53305787,0.5041322,0.5206612,0.5661157,0.57438016,0.58677685,0.6198347,0.607438,0.61570245,0.6363636,0.6280992,0.61570245,0.58677685,0.5661157,0.5165289,0.5123967,0.5,0.49586776,0.48347107,0.45041323,0.35123968,0.29338843,0.30165288,0.30578512,0.30991736,0.3140496,0.30991736,0.30991736,0.5206612,0.5041322,0.5082645,0.5413223,0.60330576,0.6570248,0.6942149,0.6942149,0.7231405,0.72727275,0.7355372,0.73140496,0.74380165,0.75206614,0.74380165,0.7355372,0.72727275,0.7231405,0.73966944,0.74380165,0.75206614,0.75619835,0.71900827,0.7355372,0.7107438,0.69008267,0.6859504,0.6570248,0.6446281,0.6735537,0.69008267,0.75206614,0.7231405,0.677686,0.72727275,0.72727275,0.62396693,0.53305787,0.5247934,0.5371901,0.5371901,0.553719,0.57438016,0.58264464,0.57438016,0.59917355,0.59504133,0.59917355,0.58677685,0.54545456,0.5082645,0.5,0.5,0.49586776,0.47107437,0.40495867,0.32231405,0.29752067,0.29338843,0.30991736,0.30991736,0.3140496,0.3140496,0.3140496,0.5123967,0.5206612,0.5206612,0.5247934,0.5661157,0.6322314,0.677686,0.6859504,0.70247936,0.7066116,0.7107438,0.7231405,0.73966944,0.73140496,0.7355372,0.72727275,0.72727275,0.7107438,0.7231405,0.73966944,0.73966944,0.71900827,0.6983471,0.6983471,0.6735537,0.69008267,0.661157,0.6363636,0.6570248,0.6983471,0.71900827,0.77272725,0.76859504,0.72727275,0.76859504,0.76033056,0.6735537,0.58677685,0.5413223,0.5165289,0.5041322,0.53305787,0.5495868,0.55785125,0.55785125,0.57438016,0.57024795,0.5785124,0.5785124,0.54545456,0.5082645,0.49173555,0.49586776,0.49173555,0.44214877,0.3677686,0.29338843,0.29338843,0.30991736,0.30578512,0.3181818,0.30991736,0.3140496,0.30991736,0.5041322,0.5165289,0.5413223,0.5289256,0.5371901,0.607438,0.6198347,0.69008267,0.6652893,0.70247936,0.7107438,0.7231405,0.7355372,0.73140496,0.7231405,0.6983471,0.7066116,0.7107438,0.6942149,0.7231405,0.7355372,0.70247936,0.69008267,0.661157,0.6652893,0.6735537,0.677686,0.6818182,0.677686,0.70247936,0.71487606,0.677686,0.71900827,0.73140496,0.7107438,0.6280992,0.5413223,0.54545456,0.55785125,0.5165289,0.5123967,0.5206612,0.5247934,0.5495868,0.54545456,0.553719,0.5495868,0.5413223,0.54545456,0.54545456,0.5041322,0.49586776,0.49586776,0.48347107,0.4214876,0.34710744,0.28099173,0.29752067,0.30991736,0.30165288,0.32231405,0.30991736,0.3140496,0.30578512,0.48347107,0.5,0.53305787,0.54545456,0.5371901,0.59090906,0.6280992,0.677686,0.6570248,0.677686,0.6983471,0.71487606,0.7231405,0.71487606,0.7066116,0.70247936,0.6735537,0.677686,0.6694215,0.71900827,0.7231405,0.7066116,0.69008267,0.6652893,0.6487603,0.6570248,0.6570248,0.6735537,0.6446281,0.58264464,0.5289256,0.446281,0.46694216,0.5371901,0.5082645,0.42975205,0.37603307,0.39256197,0.5123967,0.53305787,0.5247934,0.5206612,0.5247934,0.5495868,0.55785125,0.5371901,0.5206612,0.5123967,0.5247934,0.5371901,0.5,0.47933885,0.5,0.46694216,0.40495867,0.3264463,0.2768595,0.29752067,0.30165288,0.30578512,0.3181818,0.3140496,0.30578512,0.30165288,0.46694216,0.5,0.5206612,0.5371901,0.5413223,0.57024795,0.61157024,0.6404959,0.6404959,0.6528926,0.677686,0.6942149,0.7066116,0.7066116,0.70247936,0.6818182,0.6652893,0.6694215,0.6694215,0.7066116,0.7107438,0.6818182,0.6818182,0.6487603,0.6322314,0.62396693,0.61157024,0.5495868,0.47107437,0.39256197,0.38016528,0.3677686,0.3677686,0.36363637,0.3553719,0.30991736,0.28512397,0.25619835,0.3677686,0.48347107,0.5371901,0.5413223,0.5289256,0.55785125,0.55785125,0.5289256,0.5123967,0.49586776,0.5082645,0.5165289,0.49173555,0.4752066,0.47933885,0.45041323,0.38842976,0.2892562,0.28099173,0.30165288,0.30578512,0.30165288,0.3140496,0.30991736,0.29752067,0.30991736,0.4338843,0.48347107,0.5165289,0.53305787,0.53305787,0.553719,0.57438016,0.61570245,0.6280992,0.6363636,0.6694215,0.677686,0.69008267,0.6859504,0.6735537,0.6570248,0.6528926,0.6694215,0.6942149,0.677686,0.69008267,0.6694215,0.61157024,0.58677685,0.5785124,0.5413223,0.46280992,0.34710744,0.28099173,0.3140496,0.3181818,0.29752067,0.30578512,0.33471075,0.3553719,0.2892562,0.1983471,0.2107438,0.2768595,0.3677686,0.4752066,0.5123967,0.5165289,0.553719,0.553719,0.5206612,0.53305787,0.4876033,0.49173555,0.5,0.48347107,0.46280992,0.46280992,0.41735536,0.38429752,0.2644628,0.29338843,0.30578512,0.30578512,0.30578512,0.30165288,0.30991736,0.3140496,0.30165288,0.38842976,0.42561984,0.5082645,0.5371901,0.5495868,0.5495868,0.553719,0.59504133,0.61570245,0.6280992,0.6446281,0.677686,0.6735537,0.661157,0.6363636,0.6322314,0.6528926,0.661157,0.677686,0.6652893,0.6363636,0.5661157,0.47107437,0.43801653,0.41735536,0.34710744,0.27272728,0.18181819,0.2892562,0.41735536,0.40082645,0.30578512,0.3305785,0.45041323,0.5165289,0.43801653,0.3264463,0.16115703,0.16115703,0.25619835,0.33471075,0.40082645,0.45867768,0.5165289,0.55785125,0.5371901,0.5206612,0.47933885,0.47933885,0.49586776,0.48347107,0.45041323,0.45041323,0.4214876,0.338843,0.27272728,0.30165288,0.30578512,0.30578512,0.30991736,0.30165288,0.30578512,0.30991736,0.30165288,0.35950413,0.39256197,0.446281,0.5247934,0.5206612,0.5495868,0.57024795,0.58264464,0.59504133,0.607438,0.62396693,0.6280992,0.661157,0.6280992,0.6363636,0.6363636,0.6570248,0.6528926,0.6363636,0.61157024,0.5371901,0.44214877,0.37603307,0.3305785,0.3264463,0.2603306,0.24793388,0.23553719,0.25619835,0.38429752,0.4214876,0.38016528,0.37603307,0.37190083,0.41322315,0.3966942,0.3181818,0.21900827,0.19421488,0.28099173,0.29752067,0.30578512,0.37603307,0.47107437,0.5165289,0.5206612,0.5123967,0.49173555,0.47107437,0.49173555,0.4752066,0.43801653,0.43801653,0.40082645,0.30991736,0.28099173,0.29752067,0.29338843,0.3140496,0.30578512,0.30578512,0.30165288,0.30578512,0.30991736,0.38016528,0.35950413,0.4090909,0.47933885,0.5082645,0.53305787,0.57024795,0.58677685,0.58677685,0.59917355,0.58677685,0.59090906,0.62396693,0.6198347,0.61570245,0.6363636,0.6404959,0.6280992,0.61157024,0.5661157,0.5082645,0.5,0.5661157,0.54545456,0.5495868,0.5661157,0.5661157,0.53305787,0.5413223,0.5785124,0.55785125,0.5247934,0.5371901,0.5413223,0.5661157,0.5413223,0.49586776,0.43801653,0.4338843,0.45454547,0.46280992,0.5082645,0.4752066,0.5082645,0.5082645,0.5041322,0.5,0.5,0.4876033,0.4752066,0.46694216,0.4338843,0.4338843,0.3677686,0.28512397,0.2768595,0.30165288,0.29338843,0.30578512,0.30578512,0.30991736,0.30165288,0.30578512,0.30578512,0.42561984,0.34710744,0.38016528,0.42975205,0.49173555,0.5165289,0.56198347,0.5785124,0.58677685,0.58677685,0.61157024,0.61570245,0.6322314,0.6363636,0.61570245,0.6280992,0.62396693,0.61570245,0.60330576,0.61570245,0.6446281,0.69008267,0.74380165,0.71900827,0.6694215,0.6570248,0.6528926,0.6528926,0.661157,0.69008267,0.6859504,0.6404959,0.6446281,0.69008267,0.6735537,0.6570248,0.61570245,0.5661157,0.5495868,0.5247934,0.53305787,0.62396693,0.59090906,0.553719,0.5371901,0.5123967,0.49586776,0.5,0.49173555,0.45454547,0.44214877,0.42975205,0.42975205,0.3305785,0.2603306,0.28512397,0.29752067,0.30165288,0.29752067,0.30165288,0.30991736,0.29752067,0.30165288,0.30578512,0.45041323,0.39256197,0.338843,0.40082645,0.46280992,0.5123967,0.54545456,0.55785125,0.5785124,0.5785124,0.61570245,0.6363636,0.6404959,0.6363636,0.6404959,0.6198347,0.6404959,0.6570248,0.6280992,0.677686,0.73140496,0.75619835,0.74793386,0.73140496,0.6694215,0.6363636,0.6487603,0.6446281,0.6363636,0.6487603,0.6528926,0.6446281,0.6446281,0.661157,0.6528926,0.61157024,0.58264464,0.56198347,0.54545456,0.5206612,0.55785125,0.61570245,0.6280992,0.57024795,0.53305787,0.5123967,0.49586776,0.5,0.49586776,0.45041323,0.4338843,0.41735536,0.3966942,0.29338843,0.25619835,0.2892562,0.29752067,0.29752067,0.30165288,0.30578512,0.30578512,0.29338843,0.29752067,0.30578512,0.45041323,0.45454547,0.35950413,0.34710744,0.42975205,0.49586776,0.53305787,0.5371901,0.553719,0.58677685,0.607438,0.61157024,0.6198347,0.6280992,0.6280992,0.6280992,0.6363636,0.6446281,0.6404959,0.6694215,0.70247936,0.72727275,0.7231405,0.6983471,0.677686,0.61157024,0.59504133,0.60330576,0.57438016,0.5661157,0.5661157,0.5661157,0.5785124,0.553719,0.5413223,0.5082645,0.5,0.4876033,0.49173555,0.5247934,0.553719,0.59090906,0.59090906,0.57438016,0.54545456,0.5082645,0.5,0.49586776,0.47933885,0.44214877,0.4214876,0.40495867,0.3429752,0.24793388,0.2768595,0.2768595,0.29338843,0.29752067,0.30578512,0.29338843,0.30991736,0.28512397,0.30578512,0.30578512,0.4338843,0.4876033,0.41735536,0.33471075,0.37603307,0.45041323,0.49173555,0.5247934,0.5165289,0.5495868,0.59504133,0.58264464,0.58264464,0.59917355,0.59917355,0.61570245,0.60330576,0.62396693,0.6528926,0.6404959,0.6487603,0.6983471,0.69008267,0.6818182,0.6694215,0.6198347,0.54545456,0.5123967,0.46280992,0.42975205,0.41322315,0.42561984,0.45454547,0.4338843,0.40082645,0.40495867,0.41322315,0.42975205,0.4876033,0.5206612,0.55785125,0.57438016,0.55785125,0.54545456,0.5289256,0.5123967,0.5,0.46694216,0.44214877,0.4214876,0.40495867,0.39256197,0.28512397,0.2603306,0.26859504,0.2892562,0.2892562,0.29338843,0.30578512,0.29338843,0.30165288,0.2892562,0.30165288,0.3140496,0.43801653,0.4876033,0.45867768,0.37190083,0.34710744,0.3966942,0.48347107,0.5165289,0.5123967,0.5082645,0.57438016,0.57438016,0.553719,0.5661157,0.553719,0.5785124,0.5785124,0.607438,0.6446281,0.6363636,0.6487603,0.6652893,0.6735537,0.661157,0.6570248,0.6280992,0.57024795,0.5041322,0.44214877,0.41322315,0.38842976,0.37190083,0.3677686,0.38842976,0.4090909,0.43801653,0.47107437,0.4752066,0.5206612,0.5289256,0.553719,0.54545456,0.5289256,0.5123967,0.49586776,0.46694216,0.4752066,0.46694216,0.41322315,0.39256197,0.38016528,0.3553719,0.28099173,0.2644628,0.26859504,0.30991736,0.29338843,0.2892562,0.30165288,0.29752067,0.29338843,0.29338843,0.29338843,0.30578512,0.43801653,0.4752066,0.46694216,0.43801653,0.37603307,0.33471075,0.4214876,0.47933885,0.48347107,0.49173555,0.5206612,0.5413223,0.53305787,0.54545456,0.53305787,0.55785125,0.55785125,0.5785124,0.61570245,0.607438,0.6570248,0.6404959,0.6528926,0.6570248,0.6694215,0.6570248,0.6322314,0.59090906,0.5413223,0.5123967,0.48347107,0.47933885,0.48347107,0.49173555,0.5041322,0.5206612,0.5413223,0.5371901,0.54545456,0.5371901,0.5371901,0.5206612,0.5082645,0.49173555,0.47933885,0.47107437,0.44214877,0.4338843,0.38842976,0.37603307,0.34710744,0.3429752,0.30165288,0.2603306,0.2768595,0.29338843,0.29752067,0.29338843,0.29752067,0.29338843,0.29752067,0.29752067,0.29752067,0.29338843,0.45454547,0.46694216,0.4752066,0.46280992,0.4338843,0.3429752,0.3553719,0.42975205,0.46280992,0.46280992,0.4876033,0.5,0.48347107,0.5165289,0.5247934,0.54545456,0.56198347,0.56198347,0.57438016,0.59090906,0.6280992,0.59917355,0.6198347,0.6446281,0.6735537,0.6818182,0.6735537,0.6735537,0.6570248,0.6446281,0.6198347,0.61157024,0.59090906,0.59917355,0.59504133,0.607438,0.60330576,0.57024795,0.57438016,0.5495868,0.5206612,0.5247934,0.5,0.4752066,0.4752066,0.46280992,0.43801653,0.3966942,0.37190083,0.3553719,0.3140496,0.35123968,0.338843,0.2892562,0.28099173,0.28512397,0.30165288,0.29338843,0.28512397,0.30165288,0.29752067,0.29338843,0.29338843,0.29338843,0.45867768,0.47107437,0.46694216,0.47933885,0.446281,0.3966942,0.338843,0.35123968,0.41735536,0.44214877,0.4752066,0.46694216,0.46694216,0.49586776,0.5247934,0.53305787,0.56198347,0.57438016,0.59917355,0.59504133,0.61157024,0.6198347,0.661157,0.6694215,0.6859504,0.7066116,0.71900827,0.72727275,0.73966944,0.7355372,0.72727275,0.7107438,0.6818182,0.677686,0.6818182,0.6694215,0.6404959,0.61570245,0.58677685,0.5661157,0.5206612,0.5247934,0.5165289,0.48347107,0.4752066,0.45041323,0.4214876,0.37603307,0.3429752,0.30991736,0.3181818,0.38016528,0.3677686,0.34710744,0.2892562,0.28099173,0.29752067,0.29338843,0.29338843,0.2892562,0.30165288,0.29338843,0.29338843,0.29338843,0.45041323,0.47933885,0.47107437,0.47107437,0.4752066,0.44214877,0.38842976,0.3140496,0.3305785,0.39256197,0.43801653,0.45454547,0.46280992,0.4752066,0.5082645,0.553719,0.5661157,0.59504133,0.61570245,0.6198347,0.62396693,0.6528926,0.69008267,0.69008267,0.6735537,0.69008267,0.73140496,0.73966944,0.74793386,0.73966944,0.72727275,0.7231405,0.71900827,0.71487606,0.7231405,0.6983471,0.6652893,0.6487603,0.61157024,0.59917355,0.5413223,0.5247934,0.5247934,0.4876033,0.47107437,0.43801653,0.38842976,0.3429752,0.29752067,0.29338843,0.38016528,0.38016528,0.33471075,0.41322315,0.3305785,0.2768595,0.29338843,0.29338843,0.29752067,0.28099173,0.30165288,0.28512397,0.2892562,0.2892562,0.48347107,0.49586776,0.47107437,0.47933885,0.47933885,0.46694216,0.42975205,0.38016528,0.2892562,0.3181818,0.35950413,0.3966942,0.4338843,0.446281,0.47933885,0.553719,0.5661157,0.59917355,0.607438,0.62396693,0.6404959,0.6652893,0.6735537,0.6983471,0.6859504,0.71900827,0.73966944,0.7355372,0.74380165,0.7355372,0.71487606,0.72727275,0.72727275,0.7107438,0.71487606,0.6859504,0.6735537,0.6652893,0.6198347,0.59090906,0.5661157,0.5247934,0.5041322,0.46280992,0.45041323,0.3966942,0.34710744,0.29752067,0.28099173,0.3429752,0.41322315,0.38429752,0.2231405,0.40495867,0.40495867,0.28512397,0.27272728,0.29338843,0.29752067,0.29338843,0.28512397,0.29752067,0.28512397,0.28512397,0.5206612,0.5,0.47107437,0.47933885,0.4876033,0.47933885,0.45867768,0.43801653,0.35950413,0.29752067,0.29752067,0.3429752,0.37190083,0.41322315,0.45041323,0.5206612,0.5289256,0.60330576,0.58677685,0.62396693,0.6446281,0.6694215,0.69008267,0.6983471,0.70247936,0.73966944,0.74793386,0.71900827,0.7355372,0.71487606,0.6983471,0.69008267,0.7066116,0.7107438,0.6859504,0.677686,0.661157,0.6487603,0.59504133,0.5785124,0.553719,0.5123967,0.4876033,0.446281,0.3966942,0.33471075,0.28099173,0.26859504,0.30578512,0.38842976,0.42975205,0.39256197,0.1983471,0.2892562,0.46694216,0.3429752,0.27272728,0.28512397,0.2892562,0.2892562,0.28099173,0.29338843,0.2892562,0.28512397,0.54545456,0.5082645,0.47933885,0.4876033,0.48347107,0.4876033,0.47107437,0.46694216,0.4090909,0.338843,0.2892562,0.28099173,0.29752067,0.33471075,0.40082645,0.45867768,0.49586776,0.553719,0.56198347,0.59504133,0.6363636,0.6446281,0.6694215,0.677686,0.6818182,0.7066116,0.7066116,0.6859504,0.6983471,0.6652893,0.6735537,0.6735537,0.6735537,0.6652893,0.661157,0.6487603,0.6363636,0.62396693,0.5495868,0.54545456,0.5495868,0.5123967,0.45867768,0.40495867,0.3181818,0.2603306,0.2603306,0.28512397,0.35123968,0.4214876,0.4338843,0.40495867,0.27272728,0.17768595,0.46694216,0.4214876,0.28099173,0.29752067,0.30165288,0.29338843,0.28512397,0.2892562,0.28512397,0.29338843,0.5206612,0.5289256,0.47933885,0.49173555,0.4876033,0.47107437,0.48347107,0.4752066,0.45041323,0.38016528,0.3264463,0.28512397,0.2603306,0.2644628,0.29338843,0.35950413,0.43801653,0.5,0.5371901,0.57024795,0.61570245,0.6363636,0.6363636,0.6570248,0.661157,0.6652893,0.677686,0.661157,0.6487603,0.6404959,0.61570245,0.6280992,0.6404959,0.6322314,0.61157024,0.59090906,0.59090906,0.58264464,0.5247934,0.5123967,0.5123967,0.4752066,0.4214876,0.3181818,0.2520661,0.24793388,0.28099173,0.32231405,0.3966942,0.4338843,0.42975205,0.40082645,0.34710744,0.2107438,0.33471075,0.49586776,0.2892562,0.29338843,0.35123968,0.33471075,0.32231405,0.30165288,0.29338843,0.28512397,0.5247934,0.5247934,0.5041322,0.49586776,0.5,0.5082645,0.47107437,0.4752066,0.46694216,0.45041323,0.38016528,0.34710744,0.28099173,0.23140496,0.25619835,0.28099173,0.35123968,0.42975205,0.48347107,0.5289256,0.55785125,0.607438,0.607438,0.61570245,0.61157024,0.607438,0.60330576,0.6198347,0.6280992,0.62396693,0.607438,0.61157024,0.60330576,0.60330576,0.57438016,0.5495868,0.53305787,0.5289256,0.5041322,0.47933885,0.46280992,0.42975205,0.338843,0.2603306,0.2520661,0.28099173,0.30578512,0.3966942,0.4338843,0.446281,0.4214876,0.40082645,0.38429752,0.2892562,0.2768595,0.4752066,0.35123968,0.2231405,0.35950413,0.3429752,0.3677686,0.3305785,0.3264463,0.3264463,0.5371901,0.5289256,0.5289256,0.5082645,0.49586776,0.5082645,0.49173555,0.4752066,0.46694216,0.4752066,0.42561984,0.3966942,0.3181818,0.2644628,0.24793388,0.24380165,0.26859504,0.3305785,0.3966942,0.45041323,0.4752066,0.5165289,0.553719,0.54545456,0.5413223,0.54545456,0.5413223,0.5371901,0.5785124,0.5785124,0.5413223,0.58264464,0.5495868,0.53305787,0.5206612,0.5123967,0.5041322,0.4876033,0.46694216,0.4338843,0.40082645,0.34710744,0.2644628,0.25619835,0.2768595,0.32231405,0.38016528,0.44214877,0.45454547,0.44214877,0.42561984,0.3966942,0.3181818,0.35950413,0.27272728,0.42561984,0.39256197,0.18595041,0.3553719,0.3305785,0.37603307,0.33471075,0.3264463,0.3264463,0.5371901,0.53305787,0.5371901,0.5206612,0.5082645,0.49173555,0.5165289,0.49586776,0.4876033,0.47107437,0.45454547,0.4338843,0.38429752,0.30991736,0.28512397,0.23966943,0.24793388,0.2603306,0.29338843,0.3429752,0.38842976,0.4214876,0.45041323,0.45041323,0.45867768,0.46280992,0.4876033,0.49173555,0.5,0.49173555,0.47933885,0.47933885,0.47107437,0.46280992,0.446281,0.45867768,0.446281,0.4214876,0.40082645,0.35950413,0.3140496,0.26859504,0.25619835,0.29338843,0.30165288,0.3553719,0.41322315,0.45867768,0.45867768,0.4338843,0.42561984,0.42561984,0.2892562,0.38016528,0.27272728,0.3966942,0.40495867,0.2107438,0.35123968,0.32231405,0.38429752,0.338843,0.32231405,0.3305785,37 +0.13636364,0.10743801,0.09090909,0.11570248,0.11570248,0.11983471,0.18181819,0.41735536,0.58677685,0.6280992,0.6859504,0.73140496,0.76033056,0.76033056,0.77272725,0.79752064,0.79752064,0.8057851,0.80991733,0.8140496,0.8181818,0.8305785,0.822314,0.8305785,0.822314,0.8181818,0.822314,0.8264463,0.822314,0.8305785,0.8264463,0.8264463,0.8305785,0.8264463,0.8305785,0.8264463,0.8264463,0.822314,0.8264463,0.8305785,0.822314,0.822314,0.8140496,0.80991733,0.80991733,0.8016529,0.80991733,0.8016529,0.7892562,0.7768595,0.76859504,0.76033056,0.73966944,0.7355372,0.72727275,0.7107438,0.6694215,0.6528926,0.607438,0.5785124,0.5661157,0.5247934,0.4752066,0.3264463,0.09090909,0.07438017,0.11157025,0.11570248,0.11983471,0.11983471,0.23966943,0.47107437,0.61570245,0.6446281,0.6942149,0.7231405,0.74380165,0.75619835,0.77272725,0.7892562,0.8016529,0.80991733,0.8016529,0.8181818,0.8181818,0.822314,0.8305785,0.8305785,0.8264463,0.822314,0.822314,0.8264463,0.8181818,0.8264463,0.8264463,0.8305785,0.8305785,0.8264463,0.8305785,0.8264463,0.8305785,0.8264463,0.822314,0.8264463,0.822314,0.8181818,0.822314,0.8016529,0.80991733,0.8057851,0.8016529,0.8016529,0.7933884,0.78099173,0.76033056,0.74793386,0.74793386,0.7231405,0.71900827,0.7107438,0.6735537,0.6404959,0.60330576,0.58677685,0.57438016,0.5247934,0.47107437,0.37190083,0.08677686,0.08677686,0.12809917,0.11983471,0.11983471,0.13636364,0.27272728,0.5165289,0.61157024,0.6570248,0.6983471,0.71900827,0.74380165,0.75619835,0.7768595,0.7892562,0.8016529,0.80991733,0.822314,0.8181818,0.8140496,0.8264463,0.8305785,0.8305785,0.8305785,0.8264463,0.8264463,0.8305785,0.822314,0.8264463,0.8181818,0.8264463,0.8264463,0.8264463,0.8264463,0.8305785,0.8305785,0.8181818,0.8305785,0.8264463,0.8305785,0.80991733,0.8181818,0.8140496,0.80991733,0.80991733,0.8057851,0.79752064,0.7892562,0.78099173,0.7644628,0.75206614,0.7355372,0.7231405,0.71900827,0.7107438,0.6694215,0.6404959,0.59504133,0.58677685,0.57024795,0.5413223,0.4876033,0.3966942,0.11570248,0.12396694,0.11983471,0.12396694,0.11983471,0.12809917,0.3140496,0.5247934,0.60330576,0.6528926,0.6983471,0.73140496,0.75206614,0.76859504,0.78512394,0.78099173,0.7933884,0.8057851,0.8140496,0.822314,0.8181818,0.822314,0.8264463,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.8264463,0.822314,0.8264463,0.8305785,0.822314,0.822314,0.8181818,0.8181818,0.8264463,0.822314,0.822314,0.822314,0.8264463,0.8140496,0.80991733,0.8140496,0.80991733,0.8140496,0.80991733,0.8057851,0.7933884,0.78512394,0.7644628,0.75206614,0.73966944,0.71487606,0.7066116,0.7066116,0.6652893,0.62396693,0.59090906,0.59090906,0.5661157,0.5413223,0.5,0.40082645,0.13636364,0.12809917,0.10743801,0.12809917,0.1322314,0.14876033,0.338843,0.5247934,0.60330576,0.6570248,0.6983471,0.72727275,0.75206614,0.77272725,0.78099173,0.79752064,0.78512394,0.7892562,0.8057851,0.8057851,0.8181818,0.8140496,0.8140496,0.822314,0.8264463,0.8264463,0.8264463,0.8305785,0.8264463,0.822314,0.8181818,0.8264463,0.8181818,0.822314,0.822314,0.822314,0.8264463,0.822314,0.8264463,0.8181818,0.8181818,0.8140496,0.80991733,0.8140496,0.80991733,0.8057851,0.8016529,0.8016529,0.7933884,0.78512394,0.7644628,0.76033056,0.74380165,0.72727275,0.70247936,0.69008267,0.6528926,0.6198347,0.58264464,0.59917355,0.5661157,0.53305787,0.49173555,0.4090909,0.13636364,0.11157025,0.11570248,0.14049587,0.1446281,0.1570248,0.3429752,0.5123967,0.607438,0.6652893,0.70247936,0.73140496,0.75619835,0.78099173,0.78512394,0.78512394,0.7768595,0.7768595,0.7933884,0.8016529,0.8057851,0.8140496,0.8057851,0.80991733,0.8181818,0.8264463,0.822314,0.8264463,0.8264463,0.8181818,0.8181818,0.80991733,0.8140496,0.8181818,0.822314,0.822314,0.8181818,0.8140496,0.822314,0.8181818,0.80991733,0.8057851,0.79752064,0.79752064,0.79752064,0.8057851,0.7933884,0.79752064,0.7892562,0.78512394,0.77272725,0.76033056,0.74793386,0.71900827,0.7107438,0.6942149,0.6280992,0.59917355,0.58264464,0.59090906,0.5661157,0.5289256,0.49173555,0.40082645,0.13636364,0.12809917,0.12396694,0.15289256,0.12809917,0.1446281,0.34710744,0.5247934,0.59504133,0.6818182,0.7107438,0.74380165,0.76033056,0.78099173,0.78512394,0.78512394,0.7768595,0.77272725,0.78099173,0.79752064,0.78512394,0.7933884,0.8057851,0.8057851,0.8057851,0.8181818,0.8181818,0.8264463,0.8264463,0.80991733,0.8140496,0.8057851,0.8057851,0.822314,0.822314,0.8264463,0.8181818,0.8057851,0.8057851,0.8057851,0.79752064,0.7933884,0.8016529,0.7933884,0.7933884,0.8016529,0.7892562,0.78512394,0.7933884,0.7892562,0.77272725,0.7644628,0.74380165,0.71900827,0.71487606,0.6859504,0.61570245,0.59917355,0.5785124,0.57024795,0.55785125,0.53305787,0.5082645,0.40495867,0.09504132,0.10330579,0.12809917,0.16115703,0.14049587,0.11570248,0.36363637,0.53305787,0.62396693,0.677686,0.7066116,0.74380165,0.76859504,0.7768595,0.7768595,0.7768595,0.78099173,0.76033056,0.7644628,0.76859504,0.78099173,0.78512394,0.78512394,0.7892562,0.8016529,0.8057851,0.8140496,0.8181818,0.8140496,0.8057851,0.80991733,0.80991733,0.79752064,0.80991733,0.8140496,0.80991733,0.8140496,0.80991733,0.8016529,0.7933884,0.7933884,0.79752064,0.79752064,0.78512394,0.78512394,0.7892562,0.78512394,0.7768595,0.7892562,0.7933884,0.7933884,0.77272725,0.75619835,0.7355372,0.7107438,0.677686,0.6404959,0.59090906,0.55785125,0.56198347,0.553719,0.53305787,0.5123967,0.4214876,0.08677686,0.09917355,0.1322314,0.1570248,0.13636364,0.09504132,0.40495867,0.5495868,0.6404959,0.6570248,0.6818182,0.7231405,0.76033056,0.77272725,0.77272725,0.7644628,0.76859504,0.76033056,0.74380165,0.74380165,0.76033056,0.76033056,0.76033056,0.7644628,0.78099173,0.78512394,0.7933884,0.8181818,0.8016529,0.7892562,0.7933884,0.79752064,0.7933884,0.7933884,0.7933884,0.7892562,0.8016529,0.79752064,0.78512394,0.78512394,0.78512394,0.78099173,0.76859504,0.76859504,0.75619835,0.76033056,0.7644628,0.7644628,0.77272725,0.77272725,0.7644628,0.76033056,0.7231405,0.7107438,0.7107438,0.6818182,0.6487603,0.58677685,0.5289256,0.54545456,0.5495868,0.5289256,0.5206612,0.46694216,0.10743801,0.10743801,0.12809917,0.15289256,0.1570248,0.11570248,0.44214877,0.57024795,0.59917355,0.57024795,0.6322314,0.6735537,0.7107438,0.71900827,0.71487606,0.7107438,0.6859504,0.6942149,0.6942149,0.70247936,0.7107438,0.7231405,0.7107438,0.72727275,0.75619835,0.76033056,0.75619835,0.78512394,0.7768595,0.7768595,0.78512394,0.78099173,0.77272725,0.77272725,0.7768595,0.73140496,0.74380165,0.75206614,0.7066116,0.71900827,0.72727275,0.71900827,0.70247936,0.70247936,0.6859504,0.69008267,0.6942149,0.6942149,0.6942149,0.70247936,0.7066116,0.7066116,0.6859504,0.6652893,0.6942149,0.6942149,0.6570248,0.61157024,0.5289256,0.5289256,0.5495868,0.5247934,0.5247934,0.5082645,0.14876033,0.1446281,0.1322314,0.16528925,0.11983471,0.25619835,0.46280992,0.5041322,0.5041322,0.47107437,0.5289256,0.5785124,0.60330576,0.61570245,0.58677685,0.5495868,0.5371901,0.5247934,0.5413223,0.5371901,0.5371901,0.55785125,0.5785124,0.6198347,0.6735537,0.6983471,0.7107438,0.7355372,0.73966944,0.76033056,0.78512394,0.77272725,0.7644628,0.73966944,0.73140496,0.6652893,0.6404959,0.6694215,0.60330576,0.5371901,0.53305787,0.5413223,0.5289256,0.55785125,0.58264464,0.60330576,0.58677685,0.5785124,0.59090906,0.607438,0.6198347,0.6363636,0.6198347,0.58264464,0.56198347,0.58677685,0.59917355,0.61157024,0.5289256,0.5041322,0.5289256,0.5165289,0.5165289,0.5247934,0.17355372,0.1694215,0.1446281,0.17355372,0.1570248,0.38429752,0.45867768,0.42975205,0.46694216,0.45454547,0.46280992,0.5041322,0.5123967,0.5041322,0.45454547,0.46280992,0.42561984,0.4214876,0.38016528,0.36363637,0.35950413,0.37603307,0.4214876,0.46280992,0.5371901,0.59090906,0.6404959,0.6818182,0.72727275,0.76859504,0.7933884,0.78099173,0.75619835,0.7066116,0.6570248,0.59917355,0.5495868,0.54545456,0.4876033,0.41735536,0.37190083,0.34710744,0.338843,0.3553719,0.38842976,0.41322315,0.4214876,0.4752066,0.5123967,0.54545456,0.5495868,0.56198347,0.55785125,0.5371901,0.49586776,0.5082645,0.5206612,0.54545456,0.5289256,0.4876033,0.5041322,0.5041322,0.5206612,0.5247934,0.24380165,0.24793388,0.18595041,0.17355372,0.23140496,0.45867768,0.44214877,0.4214876,0.48347107,0.5,0.49173555,0.5206612,0.5247934,0.5289256,0.49173555,0.4876033,0.4752066,0.46694216,0.44214877,0.40082645,0.36363637,0.35950413,0.3677686,0.37190083,0.41735536,0.49173555,0.55785125,0.6446281,0.71900827,0.78099173,0.8016529,0.7933884,0.75619835,0.7231405,0.6570248,0.57024795,0.5289256,0.4876033,0.43801653,0.40082645,0.37603307,0.37603307,0.35950413,0.36363637,0.3677686,0.38016528,0.39256197,0.43801653,0.4876033,0.5082645,0.5165289,0.5371901,0.55785125,0.5661157,0.53305787,0.46694216,0.46280992,0.46280992,0.49586776,0.48347107,0.4876033,0.5206612,0.5247934,0.53305787,0.30991736,0.30991736,0.22727273,0.17768595,0.32231405,0.5041322,0.42975205,0.44214877,0.5041322,0.57438016,0.58677685,0.57438016,0.57438016,0.59090906,0.58677685,0.5785124,0.55785125,0.54545456,0.5206612,0.49173555,0.46694216,0.42561984,0.4090909,0.40082645,0.3966942,0.42975205,0.54545456,0.6570248,0.7355372,0.77272725,0.8264463,0.80991733,0.78512394,0.73140496,0.6818182,0.61570245,0.56198347,0.5289256,0.49173555,0.49586776,0.4876033,0.48347107,0.45867768,0.46280992,0.47107437,0.49173555,0.5165289,0.54545456,0.55785125,0.5495868,0.5413223,0.56198347,0.55785125,0.58264464,0.57024795,0.5,0.46280992,0.43801653,0.446281,0.47107437,0.49173555,0.5041322,0.5371901,0.54545456,0.30991736,0.30578512,0.23966943,0.1983471,0.4214876,0.5082645,0.40495867,0.4090909,0.46694216,0.49173555,0.5041322,0.49586776,0.4876033,0.48347107,0.41735536,0.33471075,0.3181818,0.37190083,0.3966942,0.4876033,0.48347107,0.446281,0.45454547,0.4214876,0.37603307,0.39256197,0.59090906,0.6942149,0.77272725,0.8057851,0.8305785,0.8264463,0.8057851,0.76033056,0.72727275,0.6446281,0.58264464,0.5247934,0.5041322,0.49173555,0.47933885,0.47107437,0.43801653,0.4752066,0.4752066,0.446281,0.40082645,0.41322315,0.45041323,0.5123967,0.54545456,0.55785125,0.54545456,0.553719,0.56198347,0.54545456,0.47933885,0.43801653,0.42975205,0.41735536,0.5,0.49586776,0.5371901,0.55785125,0.3181818,0.32231405,0.23966943,0.24380165,0.49586776,0.5041322,0.41735536,0.40495867,0.4090909,0.39256197,0.38016528,0.41735536,0.4090909,0.44214877,0.33471075,0.30991736,0.29752067,0.5206612,0.3181818,0.4338843,0.58677685,0.47107437,0.58264464,0.6487603,0.4090909,0.338843,0.6363636,0.73140496,0.7933884,0.8264463,0.8305785,0.8347107,0.79752064,0.75206614,0.72727275,0.6570248,0.56198347,0.4752066,0.53305787,0.5247934,0.5206612,0.5206612,0.47933885,0.49586776,0.5165289,0.38429752,0.24380165,0.38842976,0.34710744,0.27272728,0.38429752,0.45041323,0.44214877,0.41735536,0.4752066,0.5165289,0.5041322,0.46280992,0.45041323,0.41735536,0.4876033,0.49586776,0.5413223,0.56198347,0.29752067,0.29338843,0.21900827,0.30165288,0.54545456,0.5041322,0.45041323,0.41735536,0.41735536,0.37603307,0.38016528,0.37603307,0.3966942,0.5495868,0.38016528,0.35123968,0.2603306,0.3140496,0.39256197,0.553719,0.6818182,0.46694216,0.4338843,0.677686,0.58264464,0.41735536,0.661157,0.74380165,0.8057851,0.8264463,0.8264463,0.822314,0.7768595,0.7231405,0.7066116,0.6652893,0.5495868,0.5165289,0.6198347,0.6198347,0.5413223,0.5247934,0.4876033,0.553719,0.661157,0.44214877,0.29752067,0.24380165,0.29752067,0.28099173,0.36363637,0.45041323,0.41322315,0.35123968,0.3181818,0.41735536,0.5,0.4876033,0.4876033,0.47107437,0.4752066,0.5082645,0.54545456,0.55785125,0.29752067,0.29752067,0.18595041,0.4090909,0.553719,0.5289256,0.5082645,0.46694216,0.40495867,0.43801653,0.45867768,0.553719,0.5785124,0.6570248,0.59504133,0.48347107,0.49586776,0.5082645,0.60330576,0.7066116,0.71487606,0.6570248,0.6652893,0.7107438,0.6818182,0.553719,0.6528926,0.76859504,0.80991733,0.822314,0.8305785,0.8140496,0.74793386,0.73140496,0.71487606,0.6694215,0.57438016,0.6280992,0.71900827,0.7231405,0.5785124,0.59504133,0.607438,0.6487603,0.7768595,0.6198347,0.42561984,0.35950413,0.3429752,0.3966942,0.5206612,0.53305787,0.46694216,0.42561984,0.42561984,0.42975205,0.44214877,0.49586776,0.5123967,0.5123967,0.5123967,0.5247934,0.5371901,0.56198347,0.27272728,0.27272728,0.22727273,0.45454547,0.5495868,0.5495868,0.5785124,0.5413223,0.47107437,0.54545456,0.607438,0.62396693,0.6404959,0.6694215,0.69008267,0.6818182,0.6694215,0.677686,0.7066116,0.74380165,0.75206614,0.77272725,0.79752064,0.77272725,0.6859504,0.607438,0.6859504,0.79752064,0.822314,0.8181818,0.8305785,0.78512394,0.74380165,0.7066116,0.7231405,0.6818182,0.607438,0.6735537,0.75619835,0.78512394,0.7892562,0.75619835,0.72727275,0.7355372,0.74793386,0.73966944,0.6652893,0.6198347,0.59917355,0.6322314,0.6570248,0.61570245,0.5661157,0.5123967,0.5289256,0.47933885,0.45454547,0.5041322,0.5371901,0.54545456,0.53305787,0.54545456,0.553719,0.5661157,0.26859504,0.26859504,0.29338843,0.4752066,0.5495868,0.56198347,0.6363636,0.6198347,0.57024795,0.60330576,0.6570248,0.677686,0.6818182,0.6818182,0.677686,0.677686,0.6818182,0.6652893,0.6942149,0.74793386,0.77272725,0.77272725,0.7644628,0.71900827,0.6487603,0.6198347,0.73140496,0.80991733,0.8305785,0.8181818,0.8057851,0.7644628,0.72727275,0.71900827,0.71487606,0.6942149,0.6528926,0.6735537,0.7107438,0.75206614,0.7355372,0.72727275,0.73140496,0.71487606,0.72727275,0.7066116,0.7355372,0.71900827,0.70247936,0.6983471,0.6942149,0.6735537,0.6280992,0.6322314,0.6280992,0.57024795,0.5082645,0.5165289,0.57024795,0.55785125,0.5495868,0.56198347,0.5413223,0.57024795,0.2644628,0.2603306,0.3140496,0.46694216,0.5289256,0.553719,0.6735537,0.6818182,0.607438,0.59504133,0.6570248,0.6942149,0.69008267,0.7107438,0.73140496,0.72727275,0.75206614,0.78512394,0.8016529,0.8016529,0.77272725,0.75619835,0.72727275,0.677686,0.6322314,0.6446281,0.75206614,0.822314,0.822314,0.8140496,0.78512394,0.74793386,0.72727275,0.72727275,0.71487606,0.6942149,0.6818182,0.6983471,0.70247936,0.71487606,0.74380165,0.7355372,0.77272725,0.76859504,0.75619835,0.75619835,0.74793386,0.72727275,0.71900827,0.7107438,0.6983471,0.6818182,0.677686,0.677686,0.6652893,0.62396693,0.607438,0.59504133,0.6198347,0.60330576,0.57438016,0.5661157,0.56198347,0.5661157,0.2520661,0.2520661,0.30991736,0.4752066,0.5165289,0.58677685,0.6818182,0.73140496,0.6694215,0.59917355,0.6528926,0.71487606,0.7355372,0.74380165,0.76859504,0.7768595,0.7892562,0.78099173,0.76859504,0.7644628,0.74380165,0.73140496,0.71487606,0.6404959,0.60330576,0.6735537,0.79752064,0.8305785,0.8140496,0.7933884,0.76859504,0.7355372,0.7231405,0.72727275,0.73140496,0.6859504,0.6942149,0.72727275,0.74793386,0.71900827,0.74380165,0.75619835,0.76033056,0.78512394,0.76859504,0.8016529,0.8181818,0.8016529,0.7768595,0.7644628,0.73966944,0.7107438,0.7107438,0.6818182,0.6570248,0.6487603,0.661157,0.6446281,0.6322314,0.6280992,0.59504133,0.5661157,0.5495868,0.54545456,0.27272728,0.2768595,0.32231405,0.46694216,0.5082645,0.59504133,0.677686,0.73966944,0.73966944,0.6528926,0.6322314,0.6942149,0.73140496,0.7355372,0.73966944,0.75206614,0.75206614,0.75206614,0.74380165,0.75206614,0.74793386,0.74380165,0.6859504,0.6198347,0.59917355,0.7107438,0.80991733,0.8305785,0.80991733,0.78099173,0.74793386,0.71487606,0.71487606,0.71487606,0.71487606,0.6818182,0.6942149,0.72727275,0.76033056,0.76859504,0.76859504,0.77272725,0.7768595,0.7768595,0.76033056,0.76859504,0.8181818,0.7933884,0.76859504,0.76859504,0.7355372,0.6942149,0.6942149,0.677686,0.677686,0.7066116,0.71900827,0.69008267,0.661157,0.6322314,0.61157024,0.57024795,0.53305787,0.53305787,0.28512397,0.28512397,0.3140496,0.47933885,0.5041322,0.59504133,0.6859504,0.75206614,0.77272725,0.71900827,0.677686,0.71487606,0.7355372,0.71900827,0.71900827,0.7355372,0.7231405,0.73966944,0.76033056,0.77272725,0.75619835,0.7231405,0.661157,0.61157024,0.6198347,0.74793386,0.822314,0.8264463,0.79752064,0.77272725,0.7355372,0.69008267,0.6983471,0.7107438,0.7107438,0.70247936,0.69008267,0.71900827,0.76033056,0.7644628,0.79752064,0.7933884,0.78099173,0.79752064,0.76859504,0.76859504,0.78512394,0.76033056,0.75619835,0.75619835,0.73966944,0.71487606,0.7066116,0.6942149,0.72727275,0.74793386,0.74380165,0.7066116,0.6735537,0.6280992,0.60330576,0.55785125,0.5165289,0.5206612,0.30165288,0.30578512,0.32231405,0.4876033,0.48347107,0.58677685,0.6818182,0.73966944,0.76859504,0.72727275,0.6942149,0.7107438,0.7231405,0.73140496,0.71900827,0.75206614,0.75206614,0.75619835,0.76859504,0.77272725,0.7644628,0.7107438,0.6322314,0.61157024,0.6322314,0.76859504,0.838843,0.8347107,0.79752064,0.73966944,0.7066116,0.7066116,0.6942149,0.677686,0.69008267,0.70247936,0.6859504,0.7066116,0.75206614,0.77272725,0.7933884,0.80991733,0.79752064,0.8016529,0.79752064,0.7892562,0.79752064,0.7644628,0.7231405,0.76859504,0.74793386,0.7355372,0.73966944,0.74380165,0.73966944,0.75206614,0.7355372,0.70247936,0.6570248,0.61157024,0.59917355,0.55785125,0.5247934,0.5082645,0.3553719,0.35950413,0.35950413,0.48347107,0.48347107,0.57024795,0.6652893,0.71487606,0.77272725,0.7355372,0.71487606,0.71487606,0.71487606,0.74380165,0.73966944,0.7644628,0.7768595,0.78512394,0.77272725,0.76859504,0.76033056,0.69008267,0.59504133,0.61570245,0.661157,0.8016529,0.8429752,0.8264463,0.78512394,0.7231405,0.6942149,0.7107438,0.6983471,0.6487603,0.6280992,0.6694215,0.71487606,0.71487606,0.76033056,0.76859504,0.8016529,0.8140496,0.8181818,0.8057851,0.80991733,0.8016529,0.8057851,0.78512394,0.73140496,0.7644628,0.75619835,0.73966944,0.74793386,0.75206614,0.75619835,0.73966944,0.7231405,0.677686,0.6487603,0.58264464,0.58677685,0.5413223,0.5041322,0.49173555,0.37190083,0.37190083,0.37190083,0.49586776,0.47107437,0.57438016,0.6528926,0.6735537,0.71487606,0.71900827,0.72727275,0.7231405,0.74380165,0.76033056,0.7644628,0.78512394,0.78512394,0.7933884,0.78099173,0.76033056,0.73966944,0.6735537,0.5785124,0.6528926,0.7231405,0.822314,0.8429752,0.8140496,0.7768595,0.7066116,0.6983471,0.71487606,0.72727275,0.6652893,0.58677685,0.59917355,0.6942149,0.7107438,0.76033056,0.78512394,0.8057851,0.8181818,0.8181818,0.80991733,0.80991733,0.8181818,0.8057851,0.78512394,0.77272725,0.7768595,0.76859504,0.7355372,0.74793386,0.74793386,0.74380165,0.7355372,0.7107438,0.6735537,0.6322314,0.58264464,0.56198347,0.5413223,0.5206612,0.49586776,0.42561984,0.4338843,0.43801653,0.46280992,0.5123967,0.55785125,0.6280992,0.6363636,0.677686,0.6983471,0.71487606,0.7231405,0.73966944,0.75206614,0.77272725,0.78512394,0.78512394,0.78512394,0.7768595,0.7644628,0.74793386,0.6528926,0.60330576,0.6859504,0.76033056,0.8305785,0.8347107,0.8264463,0.79752064,0.7066116,0.6859504,0.7107438,0.7231405,0.677686,0.607438,0.55785125,0.6322314,0.73966944,0.78099173,0.7892562,0.80991733,0.822314,0.8181818,0.80991733,0.822314,0.8140496,0.80991733,0.7892562,0.7892562,0.78099173,0.78512394,0.7644628,0.74380165,0.73966944,0.71487606,0.7231405,0.6528926,0.6487603,0.607438,0.5785124,0.54545456,0.5206612,0.5123967,0.49586776,0.5041322,0.5123967,0.5082645,0.47107437,0.49173555,0.57024795,0.61157024,0.62396693,0.6528926,0.661157,0.69008267,0.7231405,0.74380165,0.7644628,0.77272725,0.78512394,0.78512394,0.78099173,0.7644628,0.76859504,0.7644628,0.6198347,0.58677685,0.677686,0.76033056,0.76859504,0.78099173,0.8140496,0.8016529,0.7107438,0.6570248,0.6818182,0.69008267,0.661157,0.6363636,0.58677685,0.58677685,0.71900827,0.78512394,0.79752064,0.8057851,0.8181818,0.8140496,0.8140496,0.822314,0.8016529,0.79752064,0.7933884,0.78512394,0.78512394,0.7768595,0.7644628,0.73966944,0.73140496,0.7107438,0.677686,0.6363636,0.6404959,0.59917355,0.57438016,0.54545456,0.48347107,0.5123967,0.49586776,0.46280992,0.46280992,0.45867768,0.45867768,0.5041322,0.5495868,0.60330576,0.6198347,0.6404959,0.6404959,0.6818182,0.71900827,0.73966944,0.76033056,0.7644628,0.7644628,0.78512394,0.7768595,0.74793386,0.7644628,0.7231405,0.59917355,0.49173555,0.5206612,0.661157,0.661157,0.6694215,0.6983471,0.69008267,0.60330576,0.57024795,0.59917355,0.61570245,0.61157024,0.6322314,0.61157024,0.56198347,0.6859504,0.78512394,0.79752064,0.8016529,0.8057851,0.8057851,0.80991733,0.8140496,0.7933884,0.7933884,0.78512394,0.78099173,0.7768595,0.76033056,0.75619835,0.7231405,0.7066116,0.6818182,0.6570248,0.6363636,0.6322314,0.58264464,0.56198347,0.5371901,0.5082645,0.5123967,0.48347107,0.45867768,0.46280992,0.46694216,0.45454547,0.5082645,0.5661157,0.59504133,0.6198347,0.6363636,0.6446281,0.6652893,0.7107438,0.74793386,0.76033056,0.74793386,0.74793386,0.76859504,0.78099173,0.7644628,0.7644628,0.6818182,0.53305787,0.41322315,0.38429752,0.4876033,0.5247934,0.5165289,0.5371901,0.57024795,0.5289256,0.5082645,0.49173555,0.5289256,0.58677685,0.61570245,0.58677685,0.5413223,0.6652893,0.7768595,0.7892562,0.7933884,0.8016529,0.79752064,0.8016529,0.8016529,0.7933884,0.7892562,0.78099173,0.76859504,0.75619835,0.73140496,0.71487606,0.7066116,0.6818182,0.6487603,0.6322314,0.6322314,0.607438,0.58264464,0.56198347,0.5371901,0.5206612,0.5041322,0.47933885,0.49173555,0.49173555,0.49173555,0.45454547,0.5082645,0.56198347,0.59504133,0.59917355,0.60330576,0.661157,0.6694215,0.71487606,0.75619835,0.75206614,0.74380165,0.75619835,0.76033056,0.73966944,0.76859504,0.76033056,0.6446281,0.5082645,0.40082645,0.28512397,0.3305785,0.38842976,0.38842976,0.38016528,0.42561984,0.4090909,0.34710744,0.2768595,0.38429752,0.5165289,0.56198347,0.5371901,0.53305787,0.661157,0.77272725,0.78099173,0.79752064,0.8016529,0.79752064,0.7892562,0.78512394,0.78512394,0.76859504,0.76033056,0.75206614,0.7355372,0.72727275,0.6983471,0.661157,0.6652893,0.6322314,0.60330576,0.60330576,0.6198347,0.57024795,0.5661157,0.5413223,0.5041322,0.49173555,0.48347107,0.46280992,0.45454547,0.45041323,0.446281,0.5,0.55785125,0.6198347,0.61157024,0.61157024,0.6404959,0.6652893,0.71487606,0.74793386,0.74380165,0.7355372,0.7355372,0.7355372,0.71900827,0.73966944,0.74380165,0.6528926,0.5413223,0.41322315,0.3140496,0.23140496,0.23966943,0.28512397,0.33471075,0.34710744,0.38016528,0.38842976,0.35123968,0.3553719,0.42561984,0.47107437,0.5041322,0.57438016,0.6818182,0.7644628,0.7768595,0.78099173,0.8016529,0.79752064,0.78099173,0.7768595,0.76033056,0.74793386,0.74793386,0.73140496,0.71900827,0.70247936,0.6735537,0.6363636,0.6487603,0.6198347,0.59090906,0.58677685,0.6198347,0.53305787,0.55785125,0.53305787,0.4876033,0.46694216,0.47933885,0.38842976,0.38016528,0.37603307,0.38842976,0.49173555,0.55785125,0.62396693,0.6280992,0.6322314,0.6322314,0.6570248,0.6942149,0.73966944,0.71487606,0.73140496,0.71900827,0.72727275,0.73140496,0.74793386,0.74793386,0.69008267,0.607438,0.5123967,0.3140496,0.2520661,0.33471075,0.38429752,0.4338843,0.49586776,0.553719,0.5247934,0.46694216,0.4214876,0.42561984,0.49173555,0.61570245,0.6694215,0.7107438,0.77272725,0.78512394,0.7768595,0.7892562,0.7892562,0.78512394,0.77272725,0.74793386,0.74380165,0.72727275,0.7107438,0.70247936,0.6859504,0.6487603,0.6322314,0.6446281,0.62396693,0.57024795,0.59917355,0.59504133,0.57438016,0.56198347,0.5289256,0.48347107,0.45867768,0.46694216,0.3140496,0.30991736,0.30578512,0.3429752,0.46694216,0.5495868,0.6198347,0.6487603,0.6280992,0.6280992,0.661157,0.69008267,0.70247936,0.7231405,0.7107438,0.7231405,0.71487606,0.73966944,0.73966944,0.75206614,0.72727275,0.6652893,0.61157024,0.5289256,0.38842976,0.4752066,0.5661157,0.57438016,0.57438016,0.62396693,0.58677685,0.57438016,0.62396693,0.6570248,0.6652893,0.70247936,0.7107438,0.72727275,0.7644628,0.78099173,0.78512394,0.78099173,0.77272725,0.77272725,0.77272725,0.75206614,0.73966944,0.7231405,0.6942149,0.677686,0.661157,0.6363636,0.6322314,0.6198347,0.62396693,0.60330576,0.61157024,0.59090906,0.59090906,0.55785125,0.5123967,0.46694216,0.45867768,0.46280992,0.2768595,0.2768595,0.28099173,0.30165288,0.42561984,0.53305787,0.62396693,0.6528926,0.6280992,0.6322314,0.6570248,0.6859504,0.6942149,0.71487606,0.71487606,0.71487606,0.7231405,0.7355372,0.74380165,0.7355372,0.71900827,0.69008267,0.6363636,0.607438,0.553719,0.55785125,0.6528926,0.6198347,0.57024795,0.59917355,0.59090906,0.5785124,0.61570245,0.6446281,0.6818182,0.69008267,0.70247936,0.7355372,0.7644628,0.76859504,0.7768595,0.78099173,0.7644628,0.75619835,0.7644628,0.73966944,0.73966944,0.71900827,0.6859504,0.6694215,0.6570248,0.6446281,0.6280992,0.61570245,0.60330576,0.607438,0.61157024,0.58677685,0.58677685,0.5413223,0.4876033,0.43801653,0.44214877,0.47107437,0.28099173,0.2768595,0.2768595,0.28512397,0.3966942,0.5,0.61157024,0.6528926,0.61570245,0.6198347,0.6652893,0.677686,0.6859504,0.6942149,0.71487606,0.7107438,0.7231405,0.74380165,0.74793386,0.7231405,0.6942149,0.6942149,0.6280992,0.61570245,0.59917355,0.6487603,0.71900827,0.6735537,0.61157024,0.6280992,0.6280992,0.59504133,0.59504133,0.607438,0.6322314,0.661157,0.677686,0.71487606,0.77272725,0.76033056,0.7644628,0.7644628,0.76033056,0.73966944,0.73966944,0.73140496,0.72727275,0.7107438,0.677686,0.6652893,0.6528926,0.6528926,0.62396693,0.61570245,0.61157024,0.61570245,0.61157024,0.58677685,0.57438016,0.5206612,0.47107437,0.4338843,0.446281,0.46280992,0.26859504,0.26859504,0.26859504,0.26859504,0.37190083,0.48347107,0.58264464,0.6280992,0.6280992,0.6280992,0.6694215,0.6818182,0.6818182,0.6652893,0.6942149,0.6983471,0.7107438,0.7231405,0.7066116,0.6942149,0.6694215,0.6570248,0.62396693,0.6322314,0.6735537,0.74793386,0.78099173,0.74380165,0.6859504,0.73140496,0.7066116,0.6570248,0.6198347,0.61157024,0.61157024,0.6404959,0.6694215,0.6818182,0.7355372,0.75206614,0.73140496,0.75206614,0.7355372,0.71900827,0.7231405,0.71900827,0.7066116,0.6694215,0.6487603,0.6487603,0.6322314,0.6322314,0.6322314,0.6322314,0.62396693,0.60330576,0.59090906,0.57024795,0.5371901,0.49173555,0.44214877,0.45041323,0.45867768,0.46280992,0.25619835,0.2520661,0.2520661,0.24793388,0.338843,0.446281,0.55785125,0.60330576,0.61157024,0.62396693,0.6652893,0.6735537,0.6735537,0.6735537,0.6652893,0.70247936,0.6942149,0.6818182,0.6652893,0.661157,0.6570248,0.6363636,0.6198347,0.661157,0.6983471,0.7768595,0.8016529,0.77272725,0.75206614,0.76033056,0.75619835,0.73140496,0.677686,0.6404959,0.6198347,0.607438,0.6363636,0.6735537,0.70247936,0.7107438,0.70247936,0.72727275,0.7107438,0.6983471,0.7066116,0.72727275,0.6983471,0.677686,0.6404959,0.6363636,0.6363636,0.6280992,0.6280992,0.6322314,0.607438,0.58264464,0.57024795,0.5289256,0.5123967,0.47107437,0.44214877,0.45454547,0.446281,0.45867768,0.28099173,0.28512397,0.2892562,0.2892562,0.3140496,0.41735536,0.5206612,0.58264464,0.59504133,0.61570245,0.6652893,0.6694215,0.6487603,0.6528926,0.6322314,0.677686,0.69008267,0.6694215,0.6487603,0.6363636,0.6363636,0.6652893,0.6446281,0.6735537,0.6446281,0.61570245,0.71487606,0.71900827,0.6694215,0.60330576,0.59504133,0.6487603,0.6942149,0.6942149,0.62396693,0.6198347,0.6487603,0.6570248,0.6694215,0.6942149,0.6818182,0.7066116,0.6942149,0.6818182,0.6694215,0.6942149,0.6859504,0.6694215,0.6487603,0.6404959,0.61570245,0.62396693,0.61570245,0.6198347,0.59090906,0.57438016,0.55785125,0.5082645,0.49586776,0.47107437,0.446281,0.45867768,0.43801653,0.446281,0.29338843,0.29338843,0.29752067,0.29752067,0.28512397,0.4090909,0.48347107,0.56198347,0.5661157,0.61570245,0.6404959,0.6528926,0.6363636,0.61570245,0.6198347,0.6652893,0.6818182,0.6694215,0.6446281,0.61570245,0.61157024,0.62396693,0.59917355,0.5289256,0.47107437,0.41735536,0.47107437,0.5165289,0.48347107,0.4338843,0.41735536,0.43801653,0.57438016,0.677686,0.6322314,0.6363636,0.6487603,0.6487603,0.6528926,0.6818182,0.6652893,0.69008267,0.6818182,0.6735537,0.6446281,0.6528926,0.6694215,0.6735537,0.6446281,0.6363636,0.6198347,0.6404959,0.61570245,0.61157024,0.58264464,0.5371901,0.5123967,0.5,0.49173555,0.47107437,0.446281,0.45041323,0.43801653,0.42975205,0.30991736,0.30578512,0.30578512,0.30165288,0.25619835,0.39256197,0.46280992,0.5289256,0.5413223,0.59090906,0.6446281,0.6446281,0.62396693,0.59090906,0.60330576,0.6528926,0.6694215,0.6528926,0.6280992,0.607438,0.58677685,0.5371901,0.45867768,0.37190083,0.3553719,0.3553719,0.36363637,0.3677686,0.3966942,0.3677686,0.37190083,0.33471075,0.3305785,0.46694216,0.58677685,0.6363636,0.6487603,0.6528926,0.6528926,0.69008267,0.70247936,0.677686,0.6487603,0.6322314,0.61157024,0.6280992,0.6404959,0.661157,0.6404959,0.6198347,0.607438,0.61570245,0.61157024,0.61157024,0.57024795,0.5371901,0.5123967,0.49586776,0.47933885,0.47107437,0.44214877,0.45454547,0.4338843,0.40495867,0.29752067,0.29752067,0.30165288,0.30165288,0.2644628,0.36363637,0.42975205,0.49586776,0.5371901,0.5785124,0.6198347,0.6198347,0.58677685,0.58264464,0.61570245,0.6404959,0.6735537,0.61570245,0.57438016,0.54545456,0.5082645,0.41322315,0.3181818,0.24380165,0.2520661,0.338843,0.3264463,0.30578512,0.2768595,0.38016528,0.41735536,0.39256197,0.28512397,0.2644628,0.3966942,0.5165289,0.59090906,0.61570245,0.6322314,0.6404959,0.69008267,0.6446281,0.6528926,0.6404959,0.60330576,0.61157024,0.61157024,0.6280992,0.6280992,0.61157024,0.59504133,0.59917355,0.60330576,0.58264464,0.56198347,0.53305787,0.5,0.49173555,0.49173555,0.46694216,0.44214877,0.4338843,0.42561984,0.3966942,0.3140496,0.3140496,0.3140496,0.3140496,0.2768595,0.338843,0.42561984,0.47107437,0.5165289,0.5661157,0.59917355,0.58677685,0.553719,0.58264464,0.59917355,0.61157024,0.6198347,0.55785125,0.45454547,0.38842976,0.36363637,0.2892562,0.18181819,0.14876033,0.20247933,0.37603307,0.45867768,0.39256197,0.42561984,0.55785125,0.59090906,0.58264464,0.35950413,0.2107438,0.20661157,0.2892562,0.4338843,0.49173555,0.5371901,0.5785124,0.6487603,0.6528926,0.6528926,0.6404959,0.59917355,0.59917355,0.607438,0.61157024,0.6198347,0.60330576,0.59090906,0.58677685,0.58677685,0.57438016,0.56198347,0.53305787,0.49173555,0.47933885,0.49586776,0.446281,0.42975205,0.4214876,0.37603307,0.36363637,0.30165288,0.29752067,0.29752067,0.29338843,0.28099173,0.30165288,0.41735536,0.45867768,0.49173555,0.5289256,0.5661157,0.56198347,0.56198347,0.58264464,0.58677685,0.59504133,0.5661157,0.5041322,0.4338843,0.34710744,0.3429752,0.30991736,0.20247933,0.2520661,0.29752067,0.24380165,0.3264463,0.30165288,0.39256197,0.43801653,0.45041323,0.47107437,0.37190083,0.3264463,0.18595041,0.12396694,0.2231405,0.3429752,0.37190083,0.46694216,0.5661157,0.61157024,0.62396693,0.61570245,0.61157024,0.61157024,0.59090906,0.59504133,0.6198347,0.60330576,0.59504133,0.56198347,0.5661157,0.5661157,0.55785125,0.5206612,0.5,0.49586776,0.47107437,0.44214877,0.41322315,0.38429752,0.338843,0.3553719,0.3140496,0.3181818,0.3181818,0.3181818,0.30991736,0.27272728,0.37190083,0.45867768,0.47933885,0.5041322,0.53305787,0.5371901,0.553719,0.58264464,0.58677685,0.58264464,0.57438016,0.55785125,0.58677685,0.59090906,0.553719,0.56198347,0.53305787,0.5289256,0.58677685,0.5785124,0.56198347,0.5495868,0.55785125,0.54545456,0.553719,0.5661157,0.5371901,0.5165289,0.5082645,0.4752066,0.44214877,0.46694216,0.4338843,0.47107437,0.54545456,0.57024795,0.58264464,0.59504133,0.607438,0.59504133,0.59504133,0.60330576,0.607438,0.60330576,0.58264464,0.55785125,0.54545456,0.5413223,0.53305787,0.5289256,0.5082645,0.4876033,0.46280992,0.42561984,0.38429752,0.33471075,0.338843,0.3677686,0.3140496,0.3140496,0.30991736,0.30991736,0.30578512,0.2768595,0.32231405,0.446281,0.45867768,0.5123967,0.56198347,0.553719,0.5495868,0.57438016,0.59504133,0.59917355,0.6322314,0.6735537,0.6942149,0.69008267,0.60330576,0.6198347,0.6198347,0.6487603,0.6859504,0.70247936,0.6652893,0.6735537,0.677686,0.6983471,0.69008267,0.71487606,0.6694215,0.6322314,0.6487603,0.6528926,0.6528926,0.6818182,0.6983471,0.6652893,0.6280992,0.61570245,0.59090906,0.58677685,0.59917355,0.61157024,0.61157024,0.58677685,0.58677685,0.59090906,0.5785124,0.55785125,0.55785125,0.54545456,0.5371901,0.5247934,0.5041322,0.46694216,0.4338843,0.40082645,0.3429752,0.3181818,0.37190083,0.35123968,0.29752067,0.29752067,0.29338843,0.29338843,0.29752067,0.2892562,0.2892562,0.40495867,0.446281,0.5,0.5371901,0.5495868,0.553719,0.58264464,0.61570245,0.60330576,0.6446281,0.6942149,0.7107438,0.661157,0.5785124,0.60330576,0.61157024,0.607438,0.6322314,0.6694215,0.6694215,0.6694215,0.6694215,0.6735537,0.6528926,0.6694215,0.6528926,0.6446281,0.6363636,0.6446281,0.6735537,0.73966944,0.75206614,0.75619835,0.6818182,0.62396693,0.607438,0.61157024,0.59090906,0.60330576,0.607438,0.59504133,0.5661157,0.57024795,0.55785125,0.553719,0.5413223,0.5495868,0.53305787,0.5123967,0.48347107,0.43801653,0.3966942,0.35123968,0.3140496,0.338843,0.3966942,0.3429752,0.29338843,0.29752067,0.29752067,0.30165288,0.30165288,0.29338843,0.2892562,0.36363637,0.41735536,0.48347107,0.5041322,0.53305787,0.553719,0.57024795,0.59917355,0.5785124,0.61570245,0.661157,0.677686,0.6487603,0.58677685,0.5371901,0.5413223,0.5289256,0.5495868,0.56198347,0.59090906,0.6280992,0.59504133,0.56198347,0.57024795,0.5661157,0.5661157,0.5785124,0.59504133,0.6322314,0.677686,0.7107438,0.72727275,0.72727275,0.6942149,0.6322314,0.61570245,0.60330576,0.60330576,0.59917355,0.61157024,0.59917355,0.56198347,0.55785125,0.553719,0.54545456,0.53305787,0.5247934,0.5041322,0.5041322,0.47107437,0.4214876,0.3553719,0.3264463,0.34710744,0.38016528,0.42561984,0.3305785,0.30165288,0.30165288,0.30165288,0.29752067,0.29752067,0.29752067,0.28512397,0.30578512,0.38842976,0.45454547,0.4752066,0.49173555,0.5247934,0.5413223,0.56198347,0.61157024,0.56198347,0.62396693,0.6363636,0.6404959,0.61570245,0.5165289,0.46694216,0.4338843,0.41735536,0.3966942,0.40495867,0.45867768,0.43801653,0.4090909,0.4338843,0.46280992,0.48347107,0.5289256,0.57438016,0.6280992,0.6570248,0.6818182,0.6983471,0.6694215,0.6735537,0.6528926,0.6322314,0.607438,0.58677685,0.5785124,0.57024795,0.57438016,0.5661157,0.54545456,0.5413223,0.54545456,0.53305787,0.5041322,0.4876033,0.47933885,0.44214877,0.38016528,0.3305785,0.35123968,0.39256197,0.3966942,0.43801653,0.3264463,0.30165288,0.30578512,0.30578512,0.30578512,0.30578512,0.2892562,0.29752067,0.28512397,0.35123968,0.4090909,0.45041323,0.46694216,0.49173555,0.5,0.5289256,0.55785125,0.58264464,0.59504133,0.61157024,0.62396693,0.6363636,0.58264464,0.54545456,0.48347107,0.45041323,0.42975205,0.38842976,0.3966942,0.42561984,0.4338843,0.44214877,0.48347107,0.5123967,0.54545456,0.607438,0.62396693,0.6487603,0.6652893,0.6446281,0.6404959,0.6363636,0.62396693,0.59090906,0.58677685,0.5785124,0.5661157,0.54545456,0.5413223,0.5413223,0.53305787,0.5371901,0.5165289,0.5206612,0.5,0.49586776,0.46694216,0.38429752,0.338843,0.3429752,0.3966942,0.41322315,0.41735536,0.446281,0.3264463,0.29752067,0.29752067,0.29752067,0.29338843,0.29338843,0.29338843,0.29338843,0.28099173,0.30578512,0.3677686,0.38842976,0.44214877,0.45867768,0.48347107,0.5082645,0.5289256,0.553719,0.58264464,0.5785124,0.61157024,0.6446281,0.6404959,0.61570245,0.60330576,0.5785124,0.5495868,0.5289256,0.5082645,0.5289256,0.53305787,0.5413223,0.57438016,0.59090906,0.607438,0.62396693,0.6404959,0.6404959,0.6363636,0.607438,0.62396693,0.60330576,0.59917355,0.5785124,0.57024795,0.553719,0.5413223,0.54545456,0.5289256,0.5165289,0.5247934,0.5206612,0.49586776,0.49173555,0.46694216,0.46280992,0.41322315,0.34710744,0.3264463,0.39256197,0.41735536,0.42561984,0.4338843,0.42561984,0.35123968,0.28512397,0.28512397,0.2892562,0.2892562,0.2892562,0.29752067,0.2892562,0.29338843,0.29338843,0.30578512,0.36363637,0.38842976,0.4338843,0.46694216,0.5,0.5123967,0.53305787,0.57024795,0.56198347,0.59504133,0.6487603,0.6694215,0.6818182,0.6818182,0.6859504,0.6942149,0.6859504,0.6570248,0.6694215,0.6694215,0.6818182,0.71487606,0.6983471,0.6694215,0.6735537,0.677686,0.6446281,0.6322314,0.6198347,0.61570245,0.58677685,0.57024795,0.56198347,0.55785125,0.5413223,0.53305787,0.5371901,0.5082645,0.5041322,0.5082645,0.47933885,0.47933885,0.46694216,0.4338843,0.41735536,0.35950413,0.3140496,0.37603307,0.42561984,0.42561984,0.44214877,0.42561984,0.41735536,0.35950413,0.29752067,0.29752067,0.29752067,0.29752067,0.29752067,0.30165288,0.28512397,0.2892562,0.29338843,0.29338843,0.3264463,0.36363637,0.39256197,0.45041323,0.4876033,0.5206612,0.54545456,0.553719,0.60330576,0.6363636,0.6487603,0.677686,0.71487606,0.7231405,0.73140496,0.74380165,0.74380165,0.72727275,0.72727275,0.7355372,0.73966944,0.7355372,0.7355372,0.7066116,0.7066116,0.6983471,0.6694215,0.6363636,0.62396693,0.62396693,0.59090906,0.5661157,0.57024795,0.57024795,0.5413223,0.5289256,0.5206612,0.5082645,0.4752066,0.47933885,0.47933885,0.45867768,0.45041323,0.4090909,0.34710744,0.30991736,0.35950413,0.4214876,0.4338843,0.44214877,0.44214877,0.42975205,0.38016528,0.37603307,0.30165288,0.29752067,0.29752067,0.29752067,0.29752067,0.2892562,0.29338843,0.29338843,0.28099173,0.28099173,0.3264463,0.3305785,0.3429752,0.41322315,0.4876033,0.5247934,0.5495868,0.5785124,0.607438,0.6280992,0.6363636,0.6652893,0.7107438,0.71900827,0.74380165,0.7355372,0.74380165,0.74793386,0.74380165,0.73966944,0.75619835,0.73966944,0.73966944,0.73140496,0.7107438,0.71487606,0.7107438,0.6570248,0.6404959,0.6363636,0.6322314,0.58677685,0.5785124,0.5661157,0.54545456,0.5082645,0.5082645,0.49586776,0.4752066,0.44214877,0.45041323,0.42561984,0.40495867,0.35123968,0.30165288,0.33471075,0.41735536,0.44214877,0.44214877,0.45867768,0.44214877,0.4214876,0.40495867,0.3264463,0.2892562,0.2892562,0.2892562,0.28512397,0.28512397,0.28512397,0.28099173,0.29752067,0.2768595,0.3140496,0.4338843,0.3966942,0.29338843,0.34710744,0.45454547,0.5041322,0.53305787,0.58264464,0.607438,0.6280992,0.6487603,0.6983471,0.7066116,0.71487606,0.73966944,0.71487606,0.73966944,0.75619835,0.74793386,0.72727275,0.74380165,0.73140496,0.74380165,0.7355372,0.7107438,0.677686,0.6942149,0.6694215,0.6570248,0.6322314,0.6198347,0.59504133,0.57438016,0.54545456,0.53305787,0.5,0.46280992,0.45454547,0.44214877,0.42975205,0.40495867,0.37190083,0.33471075,0.2892562,0.3264463,0.39256197,0.43801653,0.45867768,0.446281,0.45867768,0.45041323,0.4214876,0.42561984,0.29752067,0.2892562,0.2892562,0.2892562,0.2892562,0.2892562,0.28512397,0.2892562,0.2892562,0.2520661,0.4214876,0.4876033,0.40082645,0.35950413,0.28099173,0.4090909,0.46280992,0.5206612,0.57024795,0.607438,0.6280992,0.6322314,0.6942149,0.6942149,0.6983471,0.6983471,0.71900827,0.70247936,0.71900827,0.73140496,0.72727275,0.73140496,0.71900827,0.73140496,0.7231405,0.7066116,0.677686,0.69008267,0.6570248,0.6363636,0.6198347,0.607438,0.57438016,0.54545456,0.5165289,0.49173555,0.46280992,0.4338843,0.41322315,0.40495867,0.38429752,0.3429752,0.30991736,0.28099173,0.30165288,0.3966942,0.4338843,0.45867768,0.45867768,0.45041323,0.45867768,0.45867768,0.4214876,0.42975205,0.3305785,0.29338843,0.29338843,0.29338843,0.29338843,0.2892562,0.2892562,0.28099173,0.25619835,0.3305785,0.5371901,0.40495867,0.2892562,0.45454547,0.38016528,0.30578512,0.38429752,0.4752066,0.5413223,0.57438016,0.61570245,0.61157024,0.6570248,0.6652893,0.6694215,0.6528926,0.6652893,0.677686,0.6942149,0.69008267,0.69008267,0.6983471,0.69008267,0.7107438,0.69008267,0.6570248,0.6446281,0.6652893,0.6446281,0.62396693,0.59504133,0.553719,0.5206612,0.5206612,0.4876033,0.45454547,0.4214876,0.3966942,0.36363637,0.338843,0.29752067,0.2892562,0.26859504,0.30165288,0.37190083,0.42975205,0.45041323,0.46280992,0.47107437,0.46694216,0.46280992,0.45041323,0.42975205,0.42975205,0.3553719,0.28512397,0.28512397,0.28099173,0.28099173,0.28099173,0.28512397,0.2768595,0.23966943,0.48347107,0.49586776,0.3305785,0.2107438,0.45041323,0.47107437,0.37603307,0.3264463,0.4090909,0.5082645,0.54545456,0.5661157,0.58677685,0.59090906,0.62396693,0.6322314,0.6404959,0.62396693,0.6322314,0.6570248,0.6570248,0.6363636,0.6363636,0.6322314,0.6404959,0.6363636,0.61570245,0.6198347,0.61570245,0.59917355,0.58264464,0.5495868,0.5123967,0.5082645,0.48347107,0.41735536,0.39256197,0.35950413,0.3429752,0.3140496,0.28099173,0.27272728,0.25619835,0.3305785,0.38016528,0.4338843,0.45041323,0.446281,0.47107437,0.4752066,0.47933885,0.46694216,0.45867768,0.4338843,0.42561984,0.35950413,0.28099173,0.28512397,0.28512397,0.28512397,0.2892562,0.2892562,0.2603306,0.30991736,0.5123967,0.41735536,0.29338843,0.16528925,0.45041323,0.48347107,0.44214877,0.37603307,0.3140496,0.40082645,0.49173555,0.5165289,0.53305787,0.5247934,0.5495868,0.58677685,0.61157024,0.59917355,0.6198347,0.62396693,0.6280992,0.6198347,0.59090906,0.57438016,0.59504133,0.60330576,0.57438016,0.58264464,0.553719,0.553719,0.55785125,0.5,0.46280992,0.4338843,0.39256197,0.35123968,0.32231405,0.30991736,0.29752067,0.28099173,0.2892562,0.26859504,0.33471075,0.38429752,0.42561984,0.446281,0.46280992,0.47107437,0.46694216,0.47933885,0.4752066,0.48347107,0.45454547,0.42561984,0.45041323,0.38842976,0.29338843,0.29338843,0.29338843,0.29338843,0.29338843,0.28512397,0.24380165,0.3966942,0.48347107,0.4214876,0.2231405,0.17768595,0.4752066,0.48347107,0.47107437,0.42975205,0.35123968,0.30165288,0.38016528,0.42561984,0.43801653,0.46694216,0.49173555,0.5165289,0.5413223,0.53305787,0.553719,0.5413223,0.5495868,0.5495868,0.5413223,0.54545456,0.5495868,0.5495868,0.5165289,0.5247934,0.5082645,0.49173555,0.49586776,0.4338843,0.37603307,0.338843,0.3140496,0.3140496,0.28512397,0.29752067,0.30578512,0.28099173,0.30165288,0.3553719,0.39256197,0.42975205,0.45454547,0.45867768,0.47107437,0.48347107,0.47107437,0.47107437,0.4876033,0.47107437,0.45041323,0.4338843,0.45454547,0.41735536,0.28099173,0.2768595,0.2768595,0.27272728,0.27272728,0.27272728,0.29752067,0.47107437,0.45041323,0.4214876,0.16528925,0.19008264,0.49586776,0.4876033,0.46694216,0.45041323,0.40082645,0.3305785,0.29752067,0.3140496,0.3429752,0.3677686,0.4090909,0.42975205,0.43801653,0.45041323,0.44214877,0.446281,0.45041323,0.45867768,0.45454547,0.46694216,0.46694216,0.46694216,0.45867768,0.45454547,0.45041323,0.41735536,0.38429752,0.3264463,0.30165288,0.28512397,0.30165288,0.29752067,0.2892562,0.2892562,0.30165288,0.32231405,0.3553719,0.39256197,0.4338843,0.44214877,0.46694216,0.48347107,0.4876033,0.48347107,0.4752066,0.49586776,0.47933885,0.45041323,0.45041323,0.44214877,0.46694216,0.4338843,0.29752067,0.29752067,0.30165288,0.30165288,0.30165288,0.30165288,0.41322315,0.5082645,0.42561984,0.43801653,0.1446281,0.19008264,0.49586776,0.5,0.46694216,0.45867768,0.44214877,0.38429752,0.3305785,0.26859504,0.26859504,0.2768595,0.30578512,0.3181818,0.3181818,0.3429752,0.34710744,0.3553719,0.34710744,0.36363637,0.3677686,0.36363637,0.37190083,0.3553719,0.3429752,0.35950413,0.32231405,0.30165288,0.2768595,0.26859504,0.2768595,0.29338843,0.28512397,0.28512397,0.28512397,0.30578512,0.338843,0.37603307,0.40495867,0.42561984,0.45867768,0.46280992,0.48347107,0.49173555,0.4752066,0.4752066,0.49173555,0.5041322,0.46694216,0.46280992,0.45454547,0.446281,0.47107437,0.44214877,0.30165288,0.30578512,0.30991736,0.3140496,0.3140496,0.3181818,0.49586776,0.5,0.40082645,0.45454547,0.16528925,0.23140496,0.4876033,0.48347107,0.49173555,0.4752066,0.446281,0.40495867,0.38016528,0.30991736,0.26859504,0.23966943,0.23966943,0.24380165,0.24793388,0.2644628,0.27272728,0.2892562,0.28512397,0.30165288,0.29338843,0.28512397,0.2892562,0.2892562,0.27272728,0.28099173,0.26859504,0.2603306,0.26859504,0.26859504,0.26859504,0.2892562,0.27272728,0.28512397,0.3140496,0.35950413,0.3677686,0.3966942,0.42975205,0.4338843,0.46280992,0.4752066,0.48347107,0.49586776,0.4752066,0.4752066,0.49173555,0.5041322,0.46694216,0.46280992,0.45454547,0.446281,0.47107437,0.45454547,37 +0.10330579,0.12809917,0.23140496,0.36363637,0.5123967,0.60330576,0.6487603,0.6859504,0.7231405,0.74793386,0.77272725,0.77272725,0.78099173,0.78512394,0.78099173,0.79752064,0.8140496,0.8140496,0.80991733,0.8181818,0.8264463,0.8264463,0.8347107,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.822314,0.8181818,0.8181818,0.80991733,0.8181818,0.8264463,0.8181818,0.8181818,0.8181818,0.80991733,0.8264463,0.8140496,0.80991733,0.8016529,0.79752064,0.7892562,0.78099173,0.77272725,0.73140496,0.73966944,0.7107438,0.6859504,0.6652893,0.6570248,0.6446281,0.6363636,0.607438,0.57438016,0.53305787,0.5,0.45454547,0.37603307,0.25619835,0.17355372,0.13636364,0.14049587,0.10743801,0.1446281,0.2520661,0.39256197,0.5041322,0.607438,0.661157,0.6818182,0.71900827,0.74380165,0.77272725,0.7768595,0.7768595,0.78512394,0.7892562,0.8016529,0.8140496,0.8016529,0.8057851,0.8181818,0.8305785,0.8347107,0.8305785,0.8305785,0.8305785,0.822314,0.8264463,0.8264463,0.822314,0.8181818,0.80991733,0.80991733,0.8140496,0.822314,0.8140496,0.8140496,0.8140496,0.8140496,0.8264463,0.8181818,0.8181818,0.80991733,0.8057851,0.8016529,0.7892562,0.78512394,0.7892562,0.7644628,0.7355372,0.71487606,0.69008267,0.6735537,0.6404959,0.6322314,0.61570245,0.57438016,0.5495868,0.5082645,0.49173555,0.41322315,0.30578512,0.19421488,0.13636364,0.1446281,0.11570248,0.15289256,0.2603306,0.38842976,0.5165289,0.61570245,0.661157,0.677686,0.71900827,0.74380165,0.76859504,0.7768595,0.78099173,0.7768595,0.78512394,0.8016529,0.7933884,0.80991733,0.8057851,0.8181818,0.8305785,0.8347107,0.8305785,0.8305785,0.8305785,0.8181818,0.822314,0.822314,0.8181818,0.8140496,0.8057851,0.8140496,0.8181818,0.8181818,0.8181818,0.8181818,0.8181818,0.8140496,0.8181818,0.822314,0.8181818,0.80991733,0.8057851,0.8057851,0.79752064,0.7892562,0.7892562,0.78512394,0.7644628,0.74793386,0.71900827,0.6942149,0.6570248,0.6446281,0.61570245,0.59090906,0.54545456,0.5123967,0.5123967,0.446281,0.3429752,0.21487603,0.12809917,0.13636364,0.12396694,0.1570248,0.23553719,0.38429752,0.53305787,0.62396693,0.661157,0.6859504,0.73140496,0.73966944,0.7644628,0.76033056,0.7768595,0.7768595,0.78512394,0.7933884,0.8016529,0.8057851,0.80991733,0.8140496,0.822314,0.8305785,0.8305785,0.8347107,0.822314,0.822314,0.822314,0.822314,0.8057851,0.8057851,0.8140496,0.8140496,0.8140496,0.8181818,0.8181818,0.8181818,0.822314,0.8140496,0.8181818,0.8181818,0.8140496,0.80991733,0.8057851,0.79752064,0.79752064,0.7933884,0.7933884,0.78099173,0.77272725,0.76033056,0.73140496,0.6983471,0.677686,0.6487603,0.6404959,0.59090906,0.5495868,0.5123967,0.5082645,0.47107437,0.3966942,0.24380165,0.14049587,0.12396694,0.11570248,0.1694215,0.23966943,0.38842976,0.5371901,0.62396693,0.6570248,0.6859504,0.7231405,0.73140496,0.7644628,0.7644628,0.7768595,0.78099173,0.7892562,0.78512394,0.80991733,0.80991733,0.8140496,0.8140496,0.8181818,0.8264463,0.8264463,0.8347107,0.822314,0.8140496,0.8140496,0.80991733,0.8016529,0.8016529,0.8016529,0.8057851,0.8016529,0.822314,0.8181818,0.8140496,0.8181818,0.8140496,0.8140496,0.8140496,0.8181818,0.8057851,0.79752064,0.79752064,0.7933884,0.7892562,0.7892562,0.78512394,0.76859504,0.76033056,0.73140496,0.71900827,0.69008267,0.6694215,0.6487603,0.59504133,0.553719,0.5206612,0.5123967,0.47933885,0.3966942,0.27272728,0.16528925,0.1322314,0.12396694,0.1446281,0.25619835,0.3966942,0.5247934,0.61157024,0.6446281,0.6859504,0.71900827,0.74380165,0.76859504,0.7768595,0.78099173,0.7892562,0.7892562,0.7768595,0.79752064,0.8016529,0.8140496,0.8140496,0.8140496,0.8181818,0.8264463,0.8305785,0.822314,0.8181818,0.8140496,0.8016529,0.8057851,0.8057851,0.8057851,0.8057851,0.8057851,0.8140496,0.8016529,0.8016529,0.80991733,0.8057851,0.79752064,0.8016529,0.8057851,0.8016529,0.7933884,0.79752064,0.7892562,0.78099173,0.7892562,0.78099173,0.76033056,0.75619835,0.7231405,0.71487606,0.7066116,0.677686,0.661157,0.60330576,0.5495868,0.5289256,0.5123967,0.47933885,0.4090909,0.28099173,0.17768595,0.15289256,0.12396694,0.16115703,0.22727273,0.3677686,0.5289256,0.59504133,0.6487603,0.69008267,0.72727275,0.73140496,0.76033056,0.77272725,0.78099173,0.7892562,0.78512394,0.7933884,0.78512394,0.78099173,0.79752064,0.8057851,0.8057851,0.8057851,0.8140496,0.8140496,0.8181818,0.80991733,0.8057851,0.8016529,0.79752064,0.80991733,0.79752064,0.79752064,0.8057851,0.8016529,0.8016529,0.80991733,0.79752064,0.8016529,0.8057851,0.79752064,0.78512394,0.7892562,0.78099173,0.76859504,0.7892562,0.76033056,0.7768595,0.77272725,0.76033056,0.75206614,0.7355372,0.71487606,0.7066116,0.6735537,0.661157,0.607438,0.54545456,0.5289256,0.5082645,0.47933885,0.4090909,0.2768595,0.1694215,0.15289256,0.13636364,0.1570248,0.2231405,0.36363637,0.5495868,0.59504133,0.6280992,0.677686,0.7231405,0.74380165,0.76033056,0.7644628,0.77272725,0.7892562,0.7892562,0.78099173,0.7768595,0.75619835,0.78512394,0.7933884,0.7933884,0.7933884,0.7933884,0.7933884,0.8016529,0.7933884,0.7933884,0.79752064,0.79752064,0.8016529,0.7933884,0.78099173,0.78512394,0.7892562,0.7933884,0.8016529,0.7933884,0.79752064,0.7892562,0.78099173,0.77272725,0.76859504,0.74793386,0.74380165,0.7644628,0.75206614,0.76033056,0.76033056,0.74380165,0.73140496,0.72727275,0.7107438,0.7066116,0.6735537,0.661157,0.59504133,0.5413223,0.53305787,0.4876033,0.4876033,0.42975205,0.28099173,0.1570248,0.14876033,0.1446281,0.14876033,0.20661157,0.38429752,0.55785125,0.59090906,0.6198347,0.677686,0.72727275,0.74380165,0.7644628,0.77272725,0.7768595,0.78099173,0.78099173,0.76859504,0.7768595,0.76859504,0.77272725,0.78099173,0.78099173,0.78099173,0.78512394,0.78099173,0.78099173,0.78512394,0.7892562,0.7892562,0.7933884,0.7933884,0.78512394,0.78512394,0.7768595,0.7768595,0.7892562,0.7933884,0.7892562,0.78512394,0.76859504,0.7644628,0.74793386,0.73966944,0.7355372,0.73966944,0.75206614,0.74793386,0.76033056,0.74380165,0.73966944,0.75206614,0.7355372,0.73140496,0.70247936,0.6735537,0.6446281,0.60330576,0.54545456,0.5165289,0.4876033,0.4752066,0.45454547,0.30991736,0.15289256,0.1322314,0.14876033,0.14049587,0.2107438,0.4214876,0.57438016,0.59090906,0.6198347,0.69008267,0.73140496,0.73966944,0.7644628,0.76859504,0.7768595,0.77272725,0.77272725,0.75206614,0.76859504,0.74380165,0.74380165,0.74793386,0.75619835,0.76033056,0.76033056,0.75619835,0.77272725,0.76859504,0.7768595,0.78099173,0.7768595,0.7768595,0.76859504,0.77272725,0.77272725,0.7644628,0.7768595,0.78512394,0.76859504,0.7644628,0.76033056,0.74793386,0.73966944,0.73966944,0.74793386,0.75206614,0.7355372,0.73966944,0.73140496,0.7231405,0.7231405,0.73966944,0.74380165,0.7231405,0.70247936,0.677686,0.6404959,0.6198347,0.56198347,0.49173555,0.48347107,0.4752066,0.45454547,0.34710744,0.16115703,0.13636364,0.1570248,0.11983471,0.2644628,0.47933885,0.57438016,0.58677685,0.6404959,0.7107438,0.71900827,0.7231405,0.74793386,0.75619835,0.7768595,0.76859504,0.76859504,0.74380165,0.74793386,0.72727275,0.73140496,0.7107438,0.71487606,0.73140496,0.71900827,0.71487606,0.73140496,0.73966944,0.74793386,0.75206614,0.76033056,0.74793386,0.73140496,0.74380165,0.74380165,0.74793386,0.76033056,0.75619835,0.73966944,0.73966944,0.73966944,0.72727275,0.73140496,0.73966944,0.72727275,0.71487606,0.70247936,0.7066116,0.6942149,0.6942149,0.6983471,0.7066116,0.71900827,0.70247936,0.677686,0.6487603,0.6446281,0.62396693,0.57438016,0.49173555,0.47107437,0.48347107,0.45867768,0.38016528,0.18595041,0.11157025,0.17355372,0.14049587,0.35950413,0.54545456,0.5785124,0.57438016,0.6363636,0.7066116,0.6942149,0.6487603,0.6942149,0.71487606,0.73966944,0.73140496,0.72727275,0.7107438,0.69008267,0.6694215,0.6694215,0.6570248,0.661157,0.6859504,0.6652893,0.6652893,0.677686,0.69008267,0.6983471,0.6942149,0.7231405,0.70247936,0.7107438,0.7107438,0.70247936,0.7066116,0.7107438,0.7107438,0.6694215,0.6859504,0.6818182,0.6652893,0.6735537,0.6859504,0.6735537,0.6446281,0.6404959,0.6280992,0.62396693,0.6198347,0.61570245,0.6280992,0.6404959,0.6280992,0.6322314,0.60330576,0.59504133,0.59090906,0.5785124,0.5041322,0.46280992,0.47107437,0.45454547,0.41735536,0.2644628,0.1322314,0.1446281,0.17768595,0.48347107,0.59504133,0.57438016,0.56198347,0.57024795,0.607438,0.59090906,0.5165289,0.553719,0.60330576,0.6363636,0.6570248,0.61570245,0.59504133,0.5413223,0.5247934,0.5289256,0.5289256,0.5413223,0.5495868,0.553719,0.55785125,0.57438016,0.60330576,0.61570245,0.6363636,0.6652893,0.6528926,0.6859504,0.6983471,0.69008267,0.677686,0.661157,0.6570248,0.61157024,0.57438016,0.57438016,0.54545456,0.5082645,0.5206612,0.5413223,0.5165289,0.5206612,0.5495868,0.5371901,0.5371901,0.53305787,0.5413223,0.55785125,0.5413223,0.57438016,0.5495868,0.5165289,0.49173555,0.5165289,0.5,0.45867768,0.446281,0.446281,0.45041323,0.37603307,0.15289256,0.15289256,0.29338843,0.55785125,0.60330576,0.57438016,0.5371901,0.48347107,0.5082645,0.5206612,0.48347107,0.47933885,0.5165289,0.5247934,0.5041322,0.45041323,0.41322315,0.3966942,0.38016528,0.37190083,0.3553719,0.37603307,0.37190083,0.39256197,0.4090909,0.446281,0.47933885,0.5123967,0.5495868,0.58677685,0.61157024,0.677686,0.7066116,0.6983471,0.6818182,0.607438,0.57024795,0.5206612,0.46694216,0.446281,0.42975205,0.38016528,0.3429752,0.3264463,0.32231405,0.3305785,0.33471075,0.34710744,0.37190083,0.38842976,0.45041323,0.4752066,0.4752066,0.4876033,0.5,0.49173555,0.43801653,0.45041323,0.43801653,0.44214877,0.43801653,0.45041323,0.46694216,0.44214877,0.23553719,0.18181819,0.41322315,0.59504133,0.6198347,0.58264464,0.5,0.4752066,0.4876033,0.5,0.5123967,0.45454547,0.45867768,0.46694216,0.446281,0.40495867,0.3966942,0.38429752,0.38429752,0.38429752,0.35950413,0.36363637,0.3553719,0.338843,0.35950413,0.3677686,0.39256197,0.4338843,0.4752066,0.5413223,0.61570245,0.69008267,0.73140496,0.7107438,0.6735537,0.59090906,0.53305787,0.45867768,0.4214876,0.39256197,0.3677686,0.35123968,0.338843,0.3305785,0.3429752,0.33471075,0.338843,0.3305785,0.35123968,0.37603307,0.41322315,0.40082645,0.43801653,0.45041323,0.48347107,0.49586776,0.43801653,0.41322315,0.3966942,0.4090909,0.42561984,0.446281,0.4752066,0.47107437,0.3429752,0.2107438,0.5123967,0.61157024,0.6198347,0.57438016,0.46694216,0.47107437,0.47933885,0.5041322,0.5165289,0.49586776,0.47107437,0.45041323,0.42975205,0.41322315,0.41735536,0.40495867,0.38429752,0.38842976,0.37603307,0.3677686,0.35950413,0.36363637,0.37190083,0.37603307,0.36363637,0.39256197,0.45041323,0.5785124,0.661157,0.71487606,0.75206614,0.74793386,0.7066116,0.6198347,0.5661157,0.47933885,0.41322315,0.38016528,0.3677686,0.35950413,0.3553719,0.34710744,0.33471075,0.3429752,0.35123968,0.34710744,0.35950413,0.38016528,0.40082645,0.4214876,0.446281,0.46694216,0.46280992,0.47933885,0.4752066,0.4338843,0.37603307,0.39256197,0.4090909,0.44214877,0.47933885,0.47933885,0.4338843,0.2603306,0.553719,0.6280992,0.61157024,0.55785125,0.45867768,0.42561984,0.43801653,0.45454547,0.44214877,0.42561984,0.3966942,0.35950413,0.36363637,0.3181818,0.22727273,0.2768595,0.23140496,0.24380165,0.30991736,0.37190083,0.3305785,0.3140496,0.33471075,0.3429752,0.34710744,0.38016528,0.49586776,0.6570248,0.7355372,0.77272725,0.7933884,0.7892562,0.75619835,0.677686,0.6198347,0.5206612,0.41322315,0.35123968,0.3553719,0.35950413,0.35123968,0.34710744,0.3305785,0.36363637,0.28099173,0.23140496,0.21487603,0.22727273,0.21487603,0.3181818,0.3429752,0.37603307,0.38842976,0.42561984,0.43801653,0.45867768,0.38842976,0.38842976,0.39256197,0.43801653,0.4752066,0.48347107,0.4752066,0.3264463,0.58677685,0.62396693,0.59504133,0.54545456,0.4876033,0.4214876,0.41735536,0.38429752,0.3553719,0.338843,0.3181818,0.30578512,0.37603307,0.24380165,0.19008264,0.23966943,0.23140496,0.23140496,0.34710744,0.41735536,0.34710744,0.35123968,0.40495867,0.38842976,0.30991736,0.3553719,0.57438016,0.73966944,0.78512394,0.8181818,0.8264463,0.822314,0.8016529,0.71487606,0.6487603,0.553719,0.4214876,0.338843,0.37603307,0.40495867,0.38429752,0.37190083,0.37190083,0.4338843,0.29752067,0.22727273,0.19421488,0.20247933,0.18181819,0.30991736,0.37190083,0.3264463,0.2892562,0.2892562,0.36363637,0.42561984,0.41735536,0.4090909,0.4090909,0.42975205,0.4752066,0.4752066,0.48347107,0.38016528,0.59504133,0.6198347,0.61570245,0.57024795,0.5289256,0.46280992,0.41322315,0.3677686,0.33471075,0.33471075,0.338843,0.3553719,0.47107437,0.39256197,0.2644628,0.24380165,0.23140496,0.3140496,0.45454547,0.48347107,0.34710744,0.3264463,0.39256197,0.45867768,0.35950413,0.38429752,0.6446281,0.74380165,0.78512394,0.8264463,0.838843,0.822314,0.8057851,0.6983471,0.61570245,0.5495868,0.45041323,0.4090909,0.46280992,0.42561984,0.35123968,0.39256197,0.42975205,0.5123967,0.4090909,0.2768595,0.21487603,0.2107438,0.27272728,0.39256197,0.46280992,0.39256197,0.33471075,0.3140496,0.3264463,0.38429752,0.4214876,0.43801653,0.43801653,0.45454547,0.46694216,0.4876033,0.48347107,0.41322315,0.59917355,0.60330576,0.61570245,0.59090906,0.58264464,0.5495868,0.4338843,0.3553719,0.43801653,0.49173555,0.5289256,0.5206612,0.59917355,0.6322314,0.54545456,0.5247934,0.5082645,0.55785125,0.59917355,0.5495868,0.46694216,0.46280992,0.45867768,0.49586776,0.44214877,0.5041322,0.6818182,0.7231405,0.7933884,0.8264463,0.8305785,0.8264463,0.79752064,0.6942149,0.6363636,0.58264464,0.49173555,0.54545456,0.5661157,0.5123967,0.4752066,0.46694216,0.48347107,0.5371901,0.53305787,0.45454547,0.3677686,0.37190083,0.45867768,0.5165289,0.49586776,0.47107437,0.41735536,0.4214876,0.38016528,0.37603307,0.42561984,0.45454547,0.45867768,0.46280992,0.4752066,0.47933885,0.47933885,0.45041323,0.58677685,0.59504133,0.61157024,0.61157024,0.6363636,0.6322314,0.5413223,0.553719,0.6528926,0.6652893,0.661157,0.6404959,0.6487603,0.6487603,0.6487603,0.6652893,0.6446281,0.6322314,0.6198347,0.59917355,0.59504133,0.59090906,0.56198347,0.553719,0.56198347,0.62396693,0.6859504,0.71900827,0.7892562,0.822314,0.822314,0.8264463,0.7892562,0.661157,0.6404959,0.6198347,0.5495868,0.5661157,0.5661157,0.5661157,0.58264464,0.55785125,0.5495868,0.5495868,0.57024795,0.553719,0.55785125,0.54545456,0.5661157,0.57024795,0.5413223,0.5247934,0.5,0.5165289,0.46280992,0.41735536,0.44214877,0.46694216,0.47107437,0.47107437,0.4752066,0.49586776,0.46280992,0.46280992,0.57024795,0.58264464,0.59504133,0.61570245,0.6652893,0.6735537,0.6446281,0.62396693,0.6487603,0.6694215,0.6735537,0.6694215,0.6570248,0.6570248,0.62396693,0.6198347,0.61157024,0.6198347,0.6652893,0.6818182,0.6859504,0.62396693,0.61157024,0.6446281,0.6652893,0.69008267,0.6859504,0.70247936,0.78099173,0.822314,0.8181818,0.8140496,0.74793386,0.6363636,0.6363636,0.6404959,0.59504133,0.60330576,0.61570245,0.59504133,0.607438,0.61570245,0.6487603,0.62396693,0.60330576,0.59090906,0.59504133,0.60330576,0.59917355,0.58677685,0.56198347,0.553719,0.54545456,0.553719,0.5,0.47933885,0.4876033,0.5,0.4876033,0.47933885,0.4752066,0.4752066,0.46280992,0.4876033,0.55785125,0.57024795,0.58264464,0.61570245,0.677686,0.7066116,0.70247936,0.6528926,0.62396693,0.6528926,0.6859504,0.6528926,0.6652893,0.6694215,0.6818182,0.6818182,0.71900827,0.74793386,0.76033056,0.7066116,0.6404959,0.6322314,0.6983471,0.71900827,0.70247936,0.7066116,0.69008267,0.6942149,0.7768595,0.8264463,0.8181818,0.78512394,0.7107438,0.6404959,0.6322314,0.6446281,0.61570245,0.6322314,0.6735537,0.6735537,0.6652893,0.6528926,0.6859504,0.70247936,0.6942149,0.70247936,0.6942149,0.6735537,0.661157,0.6363636,0.61570245,0.59917355,0.57024795,0.5661157,0.5165289,0.5413223,0.5289256,0.5123967,0.5123967,0.4876033,0.46280992,0.46694216,0.45041323,0.5123967,0.5495868,0.553719,0.5661157,0.6198347,0.6735537,0.71487606,0.73140496,0.69008267,0.6280992,0.6280992,0.6694215,0.677686,0.71900827,0.71487606,0.73140496,0.73966944,0.74793386,0.70247936,0.6859504,0.6404959,0.6404959,0.71487606,0.74380165,0.7231405,0.69008267,0.6942149,0.6735537,0.6983471,0.78512394,0.8264463,0.80991733,0.76033056,0.6983471,0.6487603,0.6322314,0.6363636,0.61570245,0.6363636,0.6942149,0.7066116,0.73140496,0.6983471,0.69008267,0.70247936,0.6735537,0.69008267,0.7355372,0.73140496,0.7107438,0.6983471,0.6570248,0.61570245,0.58264464,0.5661157,0.5661157,0.59917355,0.57024795,0.5413223,0.5206612,0.4876033,0.446281,0.45454547,0.43801653,0.5206612,0.53305787,0.5495868,0.55785125,0.60330576,0.677686,0.7066116,0.7355372,0.73966944,0.6818182,0.6322314,0.6487603,0.6735537,0.69008267,0.6942149,0.69008267,0.6942149,0.6859504,0.661157,0.661157,0.6942149,0.7355372,0.7644628,0.73966944,0.71487606,0.6735537,0.6859504,0.661157,0.7066116,0.7933884,0.8181818,0.8057851,0.75619835,0.6942149,0.6528926,0.62396693,0.6280992,0.607438,0.6280992,0.6818182,0.71900827,0.7355372,0.74793386,0.72727275,0.7066116,0.661157,0.6487603,0.69008267,0.6694215,0.6652893,0.661157,0.6280992,0.60330576,0.59090906,0.61157024,0.6363636,0.6446281,0.61157024,0.553719,0.5206612,0.49173555,0.45041323,0.43801653,0.43801653,0.53305787,0.5123967,0.5371901,0.5495868,0.5785124,0.661157,0.6983471,0.73140496,0.75619835,0.7355372,0.6652893,0.677686,0.6818182,0.677686,0.677686,0.6652893,0.677686,0.6570248,0.6818182,0.7355372,0.76859504,0.76033056,0.75206614,0.7231405,0.69008267,0.6735537,0.6735537,0.6652893,0.7107438,0.7892562,0.8181818,0.8016529,0.74380165,0.6859504,0.62396693,0.61570245,0.607438,0.59504133,0.6198347,0.6570248,0.71900827,0.7066116,0.76859504,0.76033056,0.75206614,0.7107438,0.6942149,0.69008267,0.661157,0.6487603,0.6652893,0.6528926,0.6404959,0.6487603,0.661157,0.6694215,0.6735537,0.6280992,0.5661157,0.5165289,0.47933885,0.45041323,0.4338843,0.4338843,0.55785125,0.5123967,0.5206612,0.5289256,0.5661157,0.6363636,0.6652893,0.71900827,0.74380165,0.75206614,0.6983471,0.70247936,0.6818182,0.677686,0.69008267,0.6818182,0.7066116,0.71900827,0.75206614,0.76033056,0.76859504,0.7644628,0.74793386,0.7066116,0.6694215,0.6404959,0.677686,0.6652893,0.7107438,0.78512394,0.8140496,0.7933884,0.73140496,0.6652893,0.61157024,0.59504133,0.58677685,0.58677685,0.58677685,0.6404959,0.70247936,0.72727275,0.75619835,0.77272725,0.77272725,0.76033056,0.73966944,0.71900827,0.71487606,0.6528926,0.6694215,0.6735537,0.6652893,0.69008267,0.6942149,0.6942149,0.6735537,0.61570245,0.57024795,0.5,0.47107437,0.44214877,0.42561984,0.4338843,0.57438016,0.49586776,0.53305787,0.53305787,0.54545456,0.607438,0.6404959,0.6818182,0.71487606,0.73140496,0.7231405,0.70247936,0.70247936,0.6942149,0.7066116,0.7231405,0.74793386,0.7644628,0.78512394,0.7644628,0.75206614,0.75619835,0.7355372,0.6818182,0.6198347,0.5785124,0.6818182,0.6570248,0.6983471,0.7933884,0.8264463,0.8016529,0.6983471,0.6280992,0.59917355,0.58264464,0.5371901,0.53305787,0.57438016,0.61157024,0.6942149,0.7107438,0.76033056,0.77272725,0.7768595,0.7644628,0.78099173,0.75619835,0.73140496,0.70247936,0.70247936,0.70247936,0.6694215,0.6859504,0.6942149,0.6818182,0.6528926,0.59917355,0.55785125,0.49173555,0.45867768,0.446281,0.42561984,0.42975205,0.59917355,0.47933885,0.53305787,0.53305787,0.55785125,0.58264464,0.6322314,0.6446281,0.6528926,0.6859504,0.6983471,0.7066116,0.7066116,0.72727275,0.73966944,0.73966944,0.75206614,0.7644628,0.7768595,0.7644628,0.75206614,0.7355372,0.70247936,0.6528926,0.54545456,0.57024795,0.6983471,0.6652893,0.6942149,0.8057851,0.8264463,0.8016529,0.69008267,0.59504133,0.59917355,0.61157024,0.5371901,0.4752066,0.5206612,0.59504133,0.6735537,0.7355372,0.76859504,0.78099173,0.7768595,0.7644628,0.77272725,0.76033056,0.74793386,0.73966944,0.73966944,0.73966944,0.71900827,0.677686,0.6694215,0.6570248,0.61157024,0.56198347,0.53305787,0.48347107,0.45454547,0.44214877,0.42975205,0.4214876,0.5785124,0.47107437,0.5165289,0.5495868,0.55785125,0.57438016,0.607438,0.607438,0.60330576,0.6528926,0.6694215,0.6859504,0.69008267,0.7107438,0.7355372,0.73966944,0.76033056,0.7644628,0.7644628,0.75619835,0.74793386,0.7355372,0.6859504,0.60330576,0.5206612,0.62396693,0.71900827,0.6818182,0.71900827,0.8264463,0.822314,0.78512394,0.7066116,0.59917355,0.6280992,0.6487603,0.59504133,0.47933885,0.47933885,0.5661157,0.6735537,0.71900827,0.75619835,0.7768595,0.76859504,0.7768595,0.7768595,0.7644628,0.76033056,0.74380165,0.7355372,0.73966944,0.72727275,0.6652893,0.6487603,0.62396693,0.57024795,0.53305787,0.5165289,0.48347107,0.446281,0.42975205,0.42975205,0.41322315,0.57438016,0.45867768,0.4876033,0.553719,0.56198347,0.55785125,0.59090906,0.59917355,0.59917355,0.62396693,0.6322314,0.661157,0.6859504,0.70247936,0.72727275,0.74380165,0.75619835,0.74793386,0.75206614,0.7355372,0.7231405,0.71487606,0.6570248,0.5413223,0.5785124,0.677686,0.6983471,0.6818182,0.74793386,0.822314,0.7892562,0.76859504,0.74793386,0.60330576,0.6363636,0.6528926,0.6198347,0.54545456,0.45867768,0.53305787,0.6694215,0.71487606,0.75206614,0.7644628,0.7644628,0.76859504,0.77272725,0.74793386,0.74793386,0.73966944,0.71900827,0.7066116,0.6983471,0.6487603,0.61570245,0.59504133,0.5413223,0.5247934,0.5041322,0.46694216,0.45454547,0.42975205,0.42975205,0.41322315,0.56198347,0.46280992,0.45454547,0.553719,0.5661157,0.553719,0.5661157,0.58264464,0.59090906,0.60330576,0.60330576,0.6446281,0.6735537,0.6942149,0.7231405,0.7355372,0.73966944,0.7355372,0.73140496,0.71900827,0.6942149,0.6859504,0.6280992,0.5371901,0.61157024,0.6446281,0.6280992,0.6694215,0.73140496,0.73966944,0.73140496,0.73140496,0.73140496,0.6280992,0.57024795,0.60330576,0.56198347,0.56198347,0.47107437,0.49173555,0.6652893,0.71900827,0.73966944,0.75619835,0.75206614,0.76859504,0.76033056,0.74380165,0.7355372,0.7231405,0.7107438,0.6735537,0.6487603,0.6280992,0.57438016,0.553719,0.5206612,0.5123967,0.49173555,0.4752066,0.45454547,0.42561984,0.42975205,0.4090909,0.45867768,0.43801653,0.42561984,0.5247934,0.57438016,0.5661157,0.56198347,0.5661157,0.57438016,0.58264464,0.62396693,0.6363636,0.6735537,0.70247936,0.7231405,0.7231405,0.71900827,0.6983471,0.71900827,0.71487606,0.6942149,0.661157,0.61570245,0.5661157,0.58677685,0.5413223,0.4876033,0.54545456,0.607438,0.5785124,0.58677685,0.61570245,0.59917355,0.5247934,0.47107437,0.49586776,0.5041322,0.5413223,0.45454547,0.48347107,0.6735537,0.71900827,0.7355372,0.74380165,0.73140496,0.74793386,0.74380165,0.73140496,0.71900827,0.70247936,0.6859504,0.6487603,0.6280992,0.5785124,0.553719,0.5165289,0.49173555,0.49586776,0.47933885,0.4752066,0.446281,0.4214876,0.41735536,0.40495867,0.35950413,0.4214876,0.4214876,0.46694216,0.5661157,0.54545456,0.56198347,0.58264464,0.57024795,0.5661157,0.6322314,0.6446281,0.6735537,0.70247936,0.7231405,0.7107438,0.7066116,0.6818182,0.7066116,0.69008267,0.6694215,0.6487603,0.6322314,0.6280992,0.53305787,0.44214877,0.35950413,0.37190083,0.42561984,0.42975205,0.41735536,0.44214877,0.45454547,0.42561984,0.38842976,0.37603307,0.4338843,0.5,0.40495867,0.47107437,0.6528926,0.7066116,0.7355372,0.73966944,0.73140496,0.72727275,0.71487606,0.7066116,0.6818182,0.6735537,0.661157,0.62396693,0.59504133,0.5371901,0.53305787,0.5,0.46694216,0.4876033,0.46280992,0.46694216,0.45041323,0.41322315,0.40082645,0.3966942,0.38842976,0.40495867,0.4338843,0.43801653,0.5247934,0.56198347,0.57438016,0.59504133,0.59917355,0.59504133,0.6280992,0.6280992,0.677686,0.6942149,0.7107438,0.6983471,0.70247936,0.6652893,0.6735537,0.6570248,0.6322314,0.6363636,0.6652893,0.6818182,0.607438,0.4090909,0.30991736,0.28512397,0.3264463,0.3429752,0.3264463,0.3553719,0.35950413,0.3553719,0.25619835,0.2644628,0.35123968,0.43801653,0.40495867,0.4752066,0.6570248,0.71900827,0.71900827,0.7231405,0.72727275,0.7107438,0.6942149,0.6859504,0.6652893,0.6446281,0.6280992,0.607438,0.5661157,0.5082645,0.5206612,0.49173555,0.46694216,0.4876033,0.4752066,0.46694216,0.42975205,0.41735536,0.3966942,0.4214876,0.40082645,0.39256197,0.4338843,0.42561984,0.47933885,0.5413223,0.57438016,0.59917355,0.60330576,0.60330576,0.62396693,0.6322314,0.6735537,0.677686,0.6859504,0.6694215,0.6859504,0.6735537,0.6446281,0.6487603,0.6404959,0.661157,0.71900827,0.71487606,0.73140496,0.5123967,0.30991736,0.27272728,0.29338843,0.29338843,0.30165288,0.338843,0.37190083,0.36363637,0.30991736,0.30991736,0.37603307,0.44214877,0.4876033,0.5206612,0.6487603,0.7231405,0.7107438,0.7107438,0.71487606,0.71487606,0.70247936,0.6735537,0.6487603,0.62396693,0.59917355,0.56198347,0.5371901,0.5041322,0.5041322,0.49173555,0.48347107,0.47933885,0.4752066,0.46280992,0.4214876,0.3966942,0.40495867,0.40495867,0.39256197,0.39256197,0.40495867,0.4338843,0.4338843,0.5082645,0.56198347,0.60330576,0.607438,0.61570245,0.6198347,0.6363636,0.6694215,0.6735537,0.6694215,0.6652893,0.6487603,0.6528926,0.6404959,0.6363636,0.6652893,0.6942149,0.73140496,0.74380165,0.73966944,0.661157,0.4752066,0.38016528,0.34710744,0.35123968,0.38016528,0.39256197,0.43801653,0.42561984,0.38429752,0.4090909,0.46280992,0.5041322,0.5247934,0.553719,0.62396693,0.70247936,0.72727275,0.71900827,0.7066116,0.6942149,0.69008267,0.6694215,0.6528926,0.61570245,0.58264464,0.56198347,0.5413223,0.5,0.48347107,0.47933885,0.4876033,0.4752066,0.47933885,0.45041323,0.41322315,0.40082645,0.40082645,0.36363637,0.39256197,0.40495867,0.38016528,0.4338843,0.42975205,0.46694216,0.5413223,0.60330576,0.61157024,0.6322314,0.61157024,0.6446281,0.661157,0.6570248,0.6570248,0.6570248,0.661157,0.6404959,0.6570248,0.6652893,0.69008267,0.7066116,0.71487606,0.7107438,0.6859504,0.6570248,0.6322314,0.553719,0.48347107,0.45454547,0.45867768,0.4090909,0.446281,0.43801653,0.446281,0.46694216,0.49173555,0.5041322,0.5289256,0.5371901,0.61570245,0.6818182,0.7231405,0.71487606,0.70247936,0.6859504,0.6818182,0.661157,0.6363636,0.60330576,0.5785124,0.5495868,0.5371901,0.5123967,0.4876033,0.48347107,0.49173555,0.4752066,0.47107437,0.4214876,0.40082645,0.3966942,0.40495867,0.28099173,0.38842976,0.39256197,0.3677686,0.42561984,0.4214876,0.446281,0.5123967,0.57024795,0.60330576,0.6198347,0.61570245,0.6404959,0.6528926,0.6404959,0.6487603,0.6322314,0.6446281,0.6570248,0.6652893,0.6942149,0.71900827,0.7107438,0.6818182,0.6735537,0.6528926,0.60330576,0.58677685,0.58677685,0.5661157,0.553719,0.47107437,0.39256197,0.42975205,0.446281,0.45454547,0.45867768,0.46694216,0.46280992,0.5041322,0.5165289,0.6198347,0.6735537,0.6983471,0.7107438,0.70247936,0.6694215,0.6694215,0.6404959,0.6280992,0.58677685,0.5495868,0.5289256,0.5206612,0.5082645,0.5082645,0.4876033,0.46694216,0.45867768,0.44214877,0.41322315,0.40495867,0.4090909,0.3677686,0.20661157,0.40082645,0.39256197,0.42561984,0.3677686,0.43801653,0.42975205,0.47933885,0.5413223,0.5785124,0.60330576,0.60330576,0.62396693,0.6404959,0.6363636,0.6363636,0.6404959,0.607438,0.6487603,0.6694215,0.6818182,0.6818182,0.661157,0.6570248,0.62396693,0.62396693,0.59917355,0.58677685,0.607438,0.6280992,0.6404959,0.5413223,0.4338843,0.45867768,0.47933885,0.46694216,0.44214877,0.46694216,0.44214877,0.48347107,0.5165289,0.58264464,0.6404959,0.6487603,0.6859504,0.677686,0.6446281,0.661157,0.6404959,0.61570245,0.57438016,0.53305787,0.53305787,0.5082645,0.5082645,0.5,0.47933885,0.45867768,0.43801653,0.42561984,0.41735536,0.4090909,0.4090909,0.2892562,0.15289256,0.39256197,0.39256197,0.39256197,0.38429752,0.41322315,0.45454547,0.4338843,0.5041322,0.553719,0.57024795,0.59504133,0.607438,0.6280992,0.6363636,0.6198347,0.6322314,0.61570245,0.6280992,0.6570248,0.661157,0.6446281,0.6280992,0.6198347,0.61157024,0.61157024,0.58264464,0.59090906,0.6280992,0.677686,0.73966944,0.6446281,0.59917355,0.57024795,0.56198347,0.5082645,0.4876033,0.47107437,0.43801653,0.46694216,0.5206612,0.57024795,0.59917355,0.61570245,0.6528926,0.6652893,0.62396693,0.6322314,0.6198347,0.60330576,0.57024795,0.5413223,0.5206612,0.5,0.49586776,0.48347107,0.46694216,0.44214877,0.42975205,0.41735536,0.41322315,0.41322315,0.38429752,0.21487603,0.15289256,0.39256197,0.40082645,0.39256197,0.38429752,0.3966942,0.446281,0.44214877,0.4752066,0.5289256,0.553719,0.57024795,0.60330576,0.6198347,0.6198347,0.59917355,0.60330576,0.60330576,0.607438,0.6322314,0.6487603,0.6446281,0.62396693,0.59504133,0.59917355,0.6198347,0.61570245,0.607438,0.6404959,0.6363636,0.7107438,0.73140496,0.71487606,0.661157,0.58264464,0.553719,0.5247934,0.49173555,0.44214877,0.4876033,0.5247934,0.5371901,0.59090906,0.61157024,0.6280992,0.6570248,0.61157024,0.59917355,0.5785124,0.57438016,0.57438016,0.53305787,0.5123967,0.5082645,0.4876033,0.47933885,0.45454547,0.44214877,0.42975205,0.41322315,0.41735536,0.41735536,0.32231405,0.16528925,0.16528925,0.40082645,0.3966942,0.3966942,0.39256197,0.38429752,0.4338843,0.45041323,0.45867768,0.5041322,0.53305787,0.5371901,0.58264464,0.59090906,0.58677685,0.59504133,0.59504133,0.57438016,0.59090906,0.6198347,0.6322314,0.6404959,0.61157024,0.57438016,0.59090906,0.59090906,0.61157024,0.57438016,0.5371901,0.46280992,0.45867768,0.57438016,0.59090906,0.48347107,0.40495867,0.42975205,0.5,0.5165289,0.48347107,0.5206612,0.5247934,0.5495868,0.57438016,0.60330576,0.62396693,0.607438,0.59090906,0.57024795,0.5413223,0.54545456,0.553719,0.5165289,0.49173555,0.4876033,0.48347107,0.4752066,0.45454547,0.43801653,0.42561984,0.42561984,0.41322315,0.3966942,0.23553719,0.15289256,0.19008264,0.3966942,0.39256197,0.39256197,0.40082645,0.38429752,0.40082645,0.446281,0.45454547,0.47107437,0.5082645,0.5247934,0.55785125,0.5785124,0.57024795,0.58264464,0.55785125,0.553719,0.58677685,0.59917355,0.62396693,0.61570245,0.60330576,0.553719,0.56198347,0.5495868,0.5082645,0.42975205,0.3429752,0.3181818,0.29338843,0.35950413,0.38016528,0.30991736,0.28099173,0.29338843,0.3553719,0.4214876,0.47107437,0.5123967,0.53305787,0.553719,0.57024795,0.607438,0.6198347,0.5785124,0.5661157,0.54545456,0.5247934,0.5206612,0.5165289,0.5206612,0.47107437,0.4876033,0.4752066,0.46280992,0.45867768,0.4214876,0.42561984,0.4338843,0.41322315,0.32231405,0.16528925,0.16528925,0.18595041,0.38016528,0.4090909,0.38429752,0.3966942,0.38842976,0.38429752,0.4338843,0.45867768,0.45041323,0.4876033,0.5041322,0.5289256,0.5495868,0.553719,0.56198347,0.5247934,0.56198347,0.5661157,0.5785124,0.59090906,0.55785125,0.5247934,0.48347107,0.49173555,0.42975205,0.3264463,0.2603306,0.22727273,0.2603306,0.2644628,0.26859504,0.27272728,0.2603306,0.26859504,0.25619835,0.21900827,0.2644628,0.338843,0.41735536,0.4752066,0.5,0.5206612,0.54545456,0.59917355,0.55785125,0.55785125,0.5289256,0.5,0.49173555,0.49586776,0.49586776,0.47933885,0.47933885,0.45867768,0.47107437,0.46694216,0.41322315,0.4338843,0.42561984,0.38842976,0.21900827,0.14049587,0.17355372,0.1694215,0.3966942,0.39256197,0.3966942,0.3966942,0.39256197,0.38016528,0.4090909,0.44214877,0.45454547,0.47107437,0.47933885,0.49586776,0.5082645,0.5206612,0.54545456,0.5206612,0.54545456,0.5247934,0.5082645,0.47107437,0.4338843,0.36363637,0.3305785,0.32231405,0.2644628,0.21900827,0.18595041,0.12809917,0.12809917,0.22727273,0.16528925,0.14049587,0.20247933,0.24380165,0.23553719,0.12809917,0.13636364,0.20247933,0.2644628,0.3305785,0.36363637,0.40495867,0.44214877,0.5206612,0.5206612,0.5165289,0.49586776,0.47933885,0.47107437,0.49173555,0.4876033,0.47933885,0.47107437,0.45454547,0.45454547,0.45454547,0.42975205,0.446281,0.41322315,0.3181818,0.16528925,0.1446281,0.17355372,0.16528925,0.37603307,0.3966942,0.38016528,0.40082645,0.38842976,0.3966942,0.38016528,0.41735536,0.44214877,0.46694216,0.46694216,0.46694216,0.47107437,0.49173555,0.5123967,0.5165289,0.5,0.47933885,0.42561984,0.37190083,0.338843,0.32231405,0.3553719,0.3305785,0.3181818,0.30165288,0.3181818,0.30991736,0.28099173,0.2644628,0.21487603,0.2107438,0.22727273,0.24380165,0.24380165,0.22727273,0.24380165,0.25619835,0.27272728,0.2768595,0.2603306,0.28512397,0.35950413,0.40495867,0.44214877,0.45454547,0.46280992,0.46280992,0.46694216,0.4752066,0.47933885,0.47933885,0.46280992,0.45454547,0.45041323,0.446281,0.43801653,0.4338843,0.38429752,0.2231405,0.14049587,0.1694215,0.16528925,0.16528925,0.39256197,0.38016528,0.38842976,0.39256197,0.39256197,0.39256197,0.39256197,0.35950413,0.41735536,0.46280992,0.47107437,0.46280992,0.49586776,0.5,0.5041322,0.49173555,0.48347107,0.45041323,0.41735536,0.41735536,0.45867768,0.53305787,0.58677685,0.54545456,0.5495868,0.54545456,0.57438016,0.607438,0.607438,0.5661157,0.5206612,0.5123967,0.5289256,0.5413223,0.54545456,0.5165289,0.5413223,0.5082645,0.49586776,0.46694216,0.47933885,0.40082645,0.40082645,0.4214876,0.41322315,0.4214876,0.44214877,0.45867768,0.46694216,0.46280992,0.46694216,0.4752066,0.46280992,0.45454547,0.45454547,0.45041323,0.42561984,0.4214876,0.2892562,0.1570248,0.1570248,0.16115703,0.16115703,0.1694215,0.39256197,0.38429752,0.38016528,0.38842976,0.39256197,0.38429752,0.40495867,0.40495867,0.40495867,0.4338843,0.45454547,0.46280992,0.4876033,0.5123967,0.48347107,0.49173555,0.47107437,0.46280992,0.45454547,0.5041322,0.58677685,0.58264464,0.59090906,0.55785125,0.55785125,0.56198347,0.57438016,0.6198347,0.6322314,0.61570245,0.607438,0.607438,0.61157024,0.6198347,0.61570245,0.58677685,0.5785124,0.55785125,0.5247934,0.5289256,0.5413223,0.553719,0.49173555,0.4338843,0.4214876,0.42561984,0.42975205,0.45041323,0.47107437,0.47933885,0.45454547,0.45867768,0.45867768,0.45454547,0.42975205,0.446281,0.4338843,0.37190083,0.1983471,0.16115703,0.16528925,0.1570248,0.16528925,0.17768595,0.38842976,0.38429752,0.38429752,0.38429752,0.38842976,0.37190083,0.49173555,0.5041322,0.35123968,0.3966942,0.43801653,0.45454547,0.45867768,0.47933885,0.48347107,0.47107437,0.46694216,0.45867768,0.46280992,0.5082645,0.5495868,0.53305787,0.5206612,0.5165289,0.5041322,0.5041322,0.5041322,0.5041322,0.5247934,0.5289256,0.5371901,0.5289256,0.5123967,0.5123967,0.5123967,0.49586776,0.5041322,0.4876033,0.4752066,0.5,0.5247934,0.5289256,0.5123967,0.46694216,0.4338843,0.4214876,0.43801653,0.45041323,0.4752066,0.4752066,0.45041323,0.45454547,0.45454547,0.45041323,0.42975205,0.43801653,0.4214876,0.29752067,0.17768595,0.18595041,0.1570248,0.1694215,0.14876033,0.17768595,0.38842976,0.37603307,0.38429752,0.39256197,0.37190083,0.47107437,0.57024795,0.42561984,0.21487603,0.35123968,0.4214876,0.43801653,0.44214877,0.45041323,0.43801653,0.446281,0.446281,0.45867768,0.48347107,0.46694216,0.5,0.47933885,0.4876033,0.49173555,0.4338843,0.40495867,0.3966942,0.37603307,0.38429752,0.3966942,0.42561984,0.41322315,0.36363637,0.37190083,0.38016528,0.38016528,0.39256197,0.4214876,0.44214877,0.47107437,0.49586776,0.49173555,0.48347107,0.47107437,0.45454547,0.43801653,0.42975205,0.446281,0.44214877,0.45041323,0.45454547,0.44214877,0.446281,0.4338843,0.446281,0.43801653,0.38429752,0.2520661,0.19008264,0.19421488,0.17768595,0.16528925,0.1446281,0.16115703,0.38429752,0.37603307,0.38016528,0.3553719,0.44214877,0.58264464,0.5,0.3264463,0.14876033,0.37190083,0.41322315,0.4090909,0.4214876,0.4338843,0.4090909,0.41735536,0.42561984,0.44214877,0.45867768,0.47107437,0.446281,0.4752066,0.4752066,0.47107437,0.40082645,0.33471075,0.29338843,0.30991736,0.27272728,0.2768595,0.2768595,0.28099173,0.26859504,0.29752067,0.29752067,0.3305785,0.3429752,0.3966942,0.4214876,0.446281,0.47107437,0.45867768,0.446281,0.45867768,0.446281,0.4338843,0.43801653,0.4338843,0.44214877,0.4338843,0.43801653,0.45041323,0.446281,0.42561984,0.41322315,0.38016528,0.36363637,0.20247933,0.18595041,0.22727273,0.1983471,0.18181819,0.1446281,0.16115703,0.38429752,0.37190083,0.36363637,0.3553719,0.56198347,0.5495868,0.446281,0.2107438,0.1446281,0.47933885,0.42561984,0.36363637,0.39256197,0.40495867,0.40082645,0.4090909,0.42975205,0.4338843,0.45041323,0.44214877,0.45867768,0.46694216,0.46280992,0.4752066,0.46280992,0.40495867,0.3553719,0.3264463,0.30578512,0.28512397,0.28099173,0.28512397,0.30991736,0.3181818,0.35123968,0.38016528,0.37603307,0.39256197,0.41322315,0.446281,0.4338843,0.44214877,0.4338843,0.4338843,0.4338843,0.4214876,0.42561984,0.42975205,0.4338843,0.4214876,0.43801653,0.42975205,0.4214876,0.4090909,0.38016528,0.35123968,0.35123968,0.21487603,0.11157025,0.23966943,0.23140496,0.20247933,0.15289256,0.15289256,0.38429752,0.37190083,0.35123968,0.45454547,0.58264464,0.5165289,0.40082645,0.1446281,0.23140496,0.5371901,0.4752066,0.3553719,0.36363637,0.39256197,0.38429752,0.40495867,0.42975205,0.45454547,0.46280992,0.46694216,0.47107437,0.47107437,0.47107437,0.48347107,0.49586776,0.49173555,0.45041323,0.3966942,0.37603307,0.3677686,0.37603307,0.3677686,0.39256197,0.40495867,0.43801653,0.44214877,0.4214876,0.42975205,0.44214877,0.45867768,0.46280992,0.45867768,0.44214877,0.42975205,0.42975205,0.44214877,0.42975205,0.42561984,0.43801653,0.41735536,0.41735536,0.4090909,0.4090909,0.38842976,0.35950413,0.3429752,0.3553719,0.24793388,0.0785124,0.16528925,0.25619835,0.23966943,0.20661157,0.14876033,0.37190083,0.37603307,0.39256197,0.553719,0.53305787,0.5165289,0.3264463,0.09504132,0.3553719,0.56198347,0.5,0.42561984,0.30991736,0.3429752,0.37603307,0.38429752,0.42561984,0.46280992,0.49173555,0.5206612,0.5041322,0.5206612,0.5247934,0.53305787,0.53305787,0.553719,0.5785124,0.5495868,0.5495868,0.5289256,0.5123967,0.49586776,0.49586776,0.5041322,0.5123967,0.5041322,0.49173555,0.48347107,0.48347107,0.5,0.5165289,0.47107437,0.4876033,0.47107437,0.446281,0.44214877,0.446281,0.42975205,0.42561984,0.41322315,0.39256197,0.39256197,0.38016528,0.36363637,0.35950413,0.3305785,0.3553719,0.26859504,0.0785124,0.11983471,0.23140496,0.2892562,0.22727273,0.1983471,0.4090909,0.4090909,0.4876033,0.56198347,0.5413223,0.5413223,0.22727273,0.13636364,0.46694216,0.55785125,0.5123967,0.45041323,0.38842976,0.30578512,0.32231405,0.35950413,0.41322315,0.4752066,0.5123967,0.5247934,0.5371901,0.5495868,0.56198347,0.5661157,0.5661157,0.607438,0.62396693,0.6280992,0.6404959,0.6198347,0.61570245,0.60330576,0.59504133,0.60330576,0.6322314,0.59090906,0.5785124,0.57024795,0.56198347,0.56198347,0.5413223,0.5247934,0.5206612,0.5041322,0.47933885,0.446281,0.45041323,0.44214877,0.40495867,0.3966942,0.38429752,0.35950413,0.37190083,0.37190083,0.36363637,0.3140496,0.3553719,0.29338843,0.09504132,0.11570248,0.15289256,0.29752067,0.26859504,0.21487603,0.5,0.48347107,0.54545456,0.49173555,0.57024795,0.5661157,0.15289256,0.2107438,0.55785125,0.56198347,0.5289256,0.4752066,0.40082645,0.38842976,0.30165288,0.30991736,0.38429752,0.45041323,0.5041322,0.5206612,0.54545456,0.56198347,0.57024795,0.58264464,0.60330576,0.6363636,0.6280992,0.6322314,0.6363636,0.6198347,0.62396693,0.6363636,0.62396693,0.6198347,0.6404959,0.6198347,0.6322314,0.61570245,0.58677685,0.58264464,0.5785124,0.5413223,0.53305787,0.5082645,0.47933885,0.43801653,0.45041323,0.40495867,0.38429752,0.3677686,0.35950413,0.3553719,0.38429752,0.3677686,0.3553719,0.3305785,0.35950413,0.29752067,0.10330579,0.12809917,0.11983471,0.24793388,0.30165288,0.24793388,0.48347107,0.49586776,0.553719,0.46280992,0.6322314,0.5495868,0.10743801,0.30165288,0.59090906,0.57024795,0.5495868,0.5041322,0.4214876,0.40082645,0.35123968,0.2892562,0.30991736,0.3966942,0.45867768,0.49173555,0.5371901,0.5661157,0.57438016,0.58264464,0.61157024,0.62396693,0.59917355,0.60330576,0.59917355,0.60330576,0.60330576,0.6198347,0.62396693,0.60330576,0.61157024,0.60330576,0.607438,0.60330576,0.58264464,0.57438016,0.5785124,0.53305787,0.5165289,0.49586776,0.45867768,0.42975205,0.41322315,0.38842976,0.36363637,0.3553719,0.35123968,0.38429752,0.37603307,0.3553719,0.3429752,0.3429752,0.3677686,0.3140496,0.12396694,0.13636364,0.16115703,0.1446281,0.3429752,0.2768595,0.46280992,0.5165289,0.5206612,0.5,0.6735537,0.5289256,0.09917355,0.3677686,0.60330576,0.58677685,0.56198347,0.5123967,0.48347107,0.3966942,0.38842976,0.33471075,0.27272728,0.29752067,0.3966942,0.45454547,0.5041322,0.5289256,0.54545456,0.5661157,0.5785124,0.59504133,0.55785125,0.57024795,0.5371901,0.5495868,0.56198347,0.59917355,0.58264464,0.5661157,0.5785124,0.553719,0.57438016,0.55785125,0.5371901,0.5495868,0.56198347,0.5206612,0.49586776,0.46280992,0.42975205,0.4214876,0.38016528,0.35123968,0.35123968,0.37190083,0.39256197,0.38016528,0.37603307,0.3264463,0.32231405,0.35123968,0.37190083,0.32231405,0.12809917,0.11570248,0.20247933,0.10743801,0.3264463,0.30165288,0.43801653,0.57024795,0.5,0.56198347,0.6652893,0.48347107,0.12396694,0.3966942,0.61157024,0.59917355,0.58677685,0.53305787,0.5041322,0.446281,0.38842976,0.38429752,0.30991736,0.2603306,0.29752067,0.4090909,0.45041323,0.49586776,0.5123967,0.53305787,0.5165289,0.5165289,0.5247934,0.5082645,0.5041322,0.5123967,0.5123967,0.5289256,0.5413223,0.54545456,0.5165289,0.5082645,0.5123967,0.5041322,0.49586776,0.49586776,0.5,0.48347107,0.45041323,0.42975205,0.41322315,0.37603307,0.338843,0.3429752,0.38842976,0.38429752,0.38016528,0.38016528,0.35950413,0.33471075,0.34710744,0.35123968,0.34710744,0.3264463,0.1446281,0.11157025,0.25619835,0.1446281,0.2644628,0.3305785,0.43801653,0.5785124,0.45867768,0.60330576,0.6363636,0.45041323,0.18595041,0.37190083,0.61570245,0.60330576,0.59090906,0.58264464,0.5165289,0.46280992,0.39256197,0.38842976,0.35950413,0.30165288,0.24793388,0.30578512,0.3677686,0.41735536,0.45867768,0.47107437,0.446281,0.45454547,0.42975205,0.45867768,0.48347107,0.49586776,0.5,0.5165289,0.5041322,0.5206612,0.46694216,0.46280992,0.446281,0.446281,0.446281,0.47107437,0.43801653,0.446281,0.41735536,0.38842976,0.35950413,0.3553719,0.36363637,0.37190083,0.39256197,0.38842976,0.38429752,0.37603307,0.34710744,0.35123968,0.3553719,0.3553719,0.35123968,0.3264463,0.1446281,0.08677686,0.28512397,0.17355372,0.2603306,0.35123968,0.5082645,0.5495868,0.45867768,0.6446281,0.5661157,0.40495867,0.27272728,0.3553719,0.6280992,0.59917355,0.61570245,0.58264464,0.5661157,0.49173555,0.41735536,0.39256197,0.37603307,0.34710744,0.2768595,0.27272728,0.2768595,0.32231405,0.3677686,0.38429752,0.37603307,0.38429752,0.38429752,0.3966942,0.4338843,0.45041323,0.44214877,0.45454547,0.41735536,0.43801653,0.40495867,0.42561984,0.42561984,0.41322315,0.40082645,0.4338843,0.40495867,0.40082645,0.38016528,0.33471075,0.35950413,0.38016528,0.39256197,0.3966942,0.40495867,0.38842976,0.38016528,0.35950413,0.34710744,0.3553719,0.3677686,0.3553719,0.3553719,0.29338843,0.10330579,0.07438017,0.29338843,0.20661157,0.2644628,0.35950413,0.56198347,0.5041322,0.47107437,0.661157,0.5,0.3677686,0.3677686,0.3429752,0.6198347,0.6198347,0.61157024,0.61157024,0.59504133,0.53305787,0.43801653,0.3966942,0.3966942,0.38016528,0.30578512,0.30578512,0.2603306,0.26859504,0.2892562,0.30578512,0.30165288,0.32231405,0.34710744,0.35123968,0.3429752,0.36363637,0.3429752,0.35123968,0.3553719,0.35950413,0.35950413,0.36363637,0.3677686,0.35950413,0.37603307,0.3677686,0.3677686,0.338843,0.3429752,0.3677686,0.38842976,0.37603307,0.40495867,0.40495867,0.3966942,0.38842976,0.37603307,0.35123968,0.3429752,0.3677686,0.37190083,0.36363637,0.35123968,0.2603306,0.09090909,0.08677686,0.3305785,0.2231405,0.2603306,0.3553719,0.58677685,0.46694216,0.53305787,0.6694215,0.4876033,0.4214876,0.37603307,0.28099173,0.5785124,0.6363636,0.61570245,0.6280992,0.61157024,0.57438016,0.49173555,0.41322315,0.40082645,0.40495867,0.35950413,0.32231405,0.30165288,0.28099173,0.2644628,0.2520661,0.2603306,0.26859504,0.29752067,0.30165288,0.2892562,0.30165288,0.2892562,0.30165288,0.29752067,0.29752067,0.3140496,0.29752067,0.3140496,0.3140496,0.30578512,0.33471075,0.32231405,0.36363637,0.37603307,0.39256197,0.39256197,0.38429752,0.38429752,0.40495867,0.38842976,0.38429752,0.37190083,0.34710744,0.35950413,0.3677686,0.36363637,0.37190083,0.3429752,0.21900827,0.07438017,0.11983471,0.35123968,0.24380165,0.2520661,0.3553719,37 +0.2520661,0.21900827,0.22727273,0.27272728,0.3181818,0.38842976,0.45867768,0.5041322,0.5165289,0.5247934,0.53305787,0.54545456,0.5661157,0.57024795,0.57438016,0.58677685,0.59090906,0.607438,0.61157024,0.62396693,0.62396693,0.62396693,0.61570245,0.61570245,0.6198347,0.61570245,0.62396693,0.6198347,0.61157024,0.60330576,0.59090906,0.57024795,0.553719,0.5413223,0.5495868,0.55785125,0.55785125,0.553719,0.5289256,0.5165289,0.49586776,0.47933885,0.4338843,0.38842976,0.33471075,0.28512397,0.23140496,0.20247933,0.18181819,0.17768595,0.1570248,0.1570248,0.15289256,0.14049587,0.12809917,0.12396694,0.11570248,0.12396694,0.11570248,0.12396694,0.12396694,0.13636364,0.12809917,0.11983471,0.21900827,0.22727273,0.2644628,0.30991736,0.37190083,0.4338843,0.47107437,0.5041322,0.5165289,0.53305787,0.5495868,0.5495868,0.56198347,0.57024795,0.5785124,0.58264464,0.59504133,0.61157024,0.61570245,0.6363636,0.6322314,0.61570245,0.6280992,0.6198347,0.6198347,0.6198347,0.6198347,0.607438,0.60330576,0.61157024,0.59917355,0.58264464,0.56198347,0.5413223,0.5413223,0.553719,0.56198347,0.55785125,0.5371901,0.5247934,0.5123967,0.5,0.47107437,0.446281,0.39256197,0.35950413,0.3181818,0.2644628,0.2231405,0.2107438,0.18595041,0.17355372,0.1694215,0.15289256,0.14049587,0.12809917,0.11983471,0.11570248,0.11157025,0.11570248,0.10330579,0.12396694,0.12809917,0.12396694,0.23140496,0.2644628,0.29752067,0.3429752,0.41322315,0.45454547,0.47933885,0.5,0.5206612,0.5413223,0.5661157,0.56198347,0.5661157,0.57024795,0.57438016,0.58677685,0.59917355,0.607438,0.6198347,0.6280992,0.6363636,0.61570245,0.62396693,0.6322314,0.6280992,0.62396693,0.62396693,0.60330576,0.60330576,0.62396693,0.61157024,0.58677685,0.5661157,0.55785125,0.5495868,0.5495868,0.57024795,0.56198347,0.54545456,0.5413223,0.5413223,0.5289256,0.5,0.46694216,0.45041323,0.42975205,0.39256197,0.35950413,0.3140496,0.28099173,0.24380165,0.23140496,0.19421488,0.1694215,0.16115703,0.14049587,0.11983471,0.11983471,0.09917355,0.09917355,0.10743801,0.11157025,0.11157025,0.11570248,0.28512397,0.29752067,0.3140496,0.38016528,0.44214877,0.46280992,0.4876033,0.5,0.5206612,0.5495868,0.57024795,0.57024795,0.57438016,0.57438016,0.5785124,0.58677685,0.59917355,0.60330576,0.61570245,0.6198347,0.62396693,0.61157024,0.61157024,0.61570245,0.61570245,0.61570245,0.61570245,0.59090906,0.60330576,0.607438,0.60330576,0.59504133,0.57438016,0.5661157,0.56198347,0.553719,0.56198347,0.5661157,0.553719,0.54545456,0.56198347,0.55785125,0.53305787,0.49586776,0.49173555,0.48347107,0.45041323,0.42561984,0.40495867,0.37190083,0.3181818,0.30165288,0.28099173,0.24793388,0.20247933,0.17355372,0.15289256,0.1322314,0.11570248,0.10330579,0.09917355,0.10743801,0.10743801,0.10743801,0.3429752,0.3429752,0.3264463,0.40082645,0.46280992,0.4752066,0.5,0.5082645,0.5247934,0.5495868,0.57024795,0.57024795,0.5785124,0.5785124,0.5785124,0.58264464,0.59090906,0.59917355,0.60330576,0.607438,0.607438,0.607438,0.60330576,0.59917355,0.59504133,0.60330576,0.59090906,0.58264464,0.57438016,0.59090906,0.59504133,0.59090906,0.58264464,0.57438016,0.57438016,0.56198347,0.55785125,0.55785125,0.54545456,0.5289256,0.5413223,0.5495868,0.5413223,0.5123967,0.5123967,0.5,0.47933885,0.46280992,0.46280992,0.44214877,0.3966942,0.35123968,0.3264463,0.338843,0.30165288,0.2520661,0.20661157,0.17355372,0.13636364,0.12396694,0.11570248,0.11157025,0.09917355,0.09917355,0.40082645,0.38016528,0.37190083,0.4214876,0.47107437,0.49173555,0.5123967,0.5165289,0.5289256,0.54545456,0.553719,0.5495868,0.5661157,0.5785124,0.5785124,0.57024795,0.57438016,0.5785124,0.58264464,0.57438016,0.58264464,0.58264464,0.59917355,0.59090906,0.5785124,0.58264464,0.58264464,0.5661157,0.55785125,0.57438016,0.5785124,0.57438016,0.5661157,0.56198347,0.56198347,0.55785125,0.55785125,0.5495868,0.53305787,0.5206612,0.5123967,0.5247934,0.5247934,0.5041322,0.5082645,0.5,0.49173555,0.4752066,0.47933885,0.47933885,0.45041323,0.41322315,0.3677686,0.35123968,0.35950413,0.3429752,0.30578512,0.2603306,0.19008264,0.14876033,0.1322314,0.1322314,0.11983471,0.10330579,0.42561984,0.4338843,0.4214876,0.43801653,0.4876033,0.5082645,0.5165289,0.5165289,0.5247934,0.5371901,0.5371901,0.5289256,0.5371901,0.56198347,0.5661157,0.553719,0.5495868,0.553719,0.55785125,0.55785125,0.5495868,0.55785125,0.57024795,0.57438016,0.5661157,0.57438016,0.553719,0.55785125,0.5371901,0.553719,0.55785125,0.5413223,0.5371901,0.53305787,0.53305787,0.5371901,0.5413223,0.53305787,0.5206612,0.5082645,0.5,0.5041322,0.5041322,0.49586776,0.5041322,0.49173555,0.49586776,0.47933885,0.47933885,0.49586776,0.48347107,0.45041323,0.41735536,0.37603307,0.35123968,0.38016528,0.38429752,0.35950413,0.30165288,0.23140496,0.16115703,0.14049587,0.13636364,0.1322314,0.4338843,0.46694216,0.45041323,0.45041323,0.47933885,0.5082645,0.5123967,0.5206612,0.5247934,0.53305787,0.5247934,0.5041322,0.5,0.5123967,0.5123967,0.5,0.5041322,0.5041322,0.5123967,0.53305787,0.5206612,0.5206612,0.5289256,0.5371901,0.5371901,0.553719,0.53305787,0.5371901,0.5289256,0.5289256,0.5371901,0.5165289,0.5041322,0.5041322,0.49586776,0.5041322,0.5041322,0.5041322,0.5041322,0.5041322,0.5041322,0.5,0.4876033,0.47933885,0.47933885,0.48347107,0.4876033,0.4876033,0.47933885,0.47107437,0.4752066,0.46694216,0.4338843,0.3966942,0.35950413,0.33471075,0.35950413,0.38429752,0.35123968,0.3140496,0.23553719,0.18595041,0.16115703,0.16528925,0.45041323,0.4752066,0.46280992,0.43801653,0.46694216,0.5041322,0.5165289,0.5165289,0.5247934,0.53305787,0.5041322,0.46694216,0.45867768,0.47107437,0.45867768,0.45041323,0.446281,0.43801653,0.44214877,0.45867768,0.45454547,0.45041323,0.45454547,0.47933885,0.49173555,0.5082645,0.5,0.5082645,0.5289256,0.5206612,0.5247934,0.5041322,0.4876033,0.4752066,0.47107437,0.48347107,0.4752066,0.4752066,0.4876033,0.49586776,0.5,0.5,0.47933885,0.46280992,0.45454547,0.45454547,0.45867768,0.47107437,0.45454547,0.45041323,0.44214877,0.446281,0.4090909,0.39256197,0.37603307,0.3429752,0.3264463,0.3553719,0.35950413,0.338843,0.28099173,0.23140496,0.20247933,0.20247933,0.45454547,0.46694216,0.45867768,0.42975205,0.46280992,0.49586776,0.5082645,0.49173555,0.49173555,0.5082645,0.47933885,0.42561984,0.41735536,0.4338843,0.42561984,0.39256197,0.38016528,0.37190083,0.35950413,0.36363637,0.35950413,0.3429752,0.34710744,0.38429752,0.4214876,0.446281,0.45867768,0.4876033,0.5123967,0.5165289,0.5206612,0.5,0.4876033,0.45867768,0.46280992,0.46694216,0.45454547,0.45867768,0.47107437,0.48347107,0.47933885,0.4752066,0.446281,0.44214877,0.41735536,0.41735536,0.4090909,0.44214877,0.42561984,0.41735536,0.42561984,0.4214876,0.38429752,0.38016528,0.36363637,0.3553719,0.3305785,0.3140496,0.32231405,0.338843,0.30991736,0.2644628,0.24793388,0.24380165,0.45041323,0.46280992,0.45041323,0.42561984,0.45867768,0.48347107,0.4752066,0.45041323,0.44214877,0.45867768,0.43801653,0.3966942,0.4090909,0.41735536,0.39256197,0.3429752,0.3181818,0.29752067,0.28099173,0.2768595,0.27272728,0.2603306,0.28512397,0.30165288,0.3429752,0.38429752,0.4090909,0.44214877,0.48347107,0.5123967,0.5123967,0.5,0.4752066,0.45867768,0.4752066,0.4752066,0.45867768,0.45454547,0.45041323,0.446281,0.43801653,0.42561984,0.40495867,0.37190083,0.35950413,0.35123968,0.35950413,0.36363637,0.37190083,0.38016528,0.37603307,0.35950413,0.34710744,0.35123968,0.3429752,0.35123968,0.33471075,0.3140496,0.29752067,0.3181818,0.30991736,0.2892562,0.2892562,0.2644628,0.45454547,0.46280992,0.446281,0.42975205,0.45867768,0.47107437,0.446281,0.4090909,0.40495867,0.40082645,0.38842976,0.35950413,0.38016528,0.37190083,0.338843,0.3140496,0.30165288,0.29752067,0.29338843,0.2768595,0.26859504,0.26859504,0.28099173,0.2892562,0.30991736,0.338843,0.35950413,0.38842976,0.44214877,0.5082645,0.5247934,0.5041322,0.48347107,0.4876033,0.5041322,0.5082645,0.47107437,0.45041323,0.42975205,0.4090909,0.37603307,0.3553719,0.33471075,0.29752067,0.30578512,0.28099173,0.27272728,0.27272728,0.29338843,0.30578512,0.32231405,0.33471075,0.30578512,0.3305785,0.338843,0.338843,0.3181818,0.30578512,0.2892562,0.29752067,0.29752067,0.30165288,0.30578512,0.2892562,0.45454547,0.45867768,0.446281,0.42975205,0.45041323,0.45867768,0.42561984,0.38842976,0.37190083,0.37603307,0.35950413,0.3429752,0.35950413,0.36363637,0.36363637,0.38429752,0.4090909,0.4214876,0.41735536,0.38842976,0.36363637,0.34710744,0.34710744,0.35123968,0.3305785,0.3264463,0.33471075,0.3553719,0.41322315,0.5,0.5413223,0.5371901,0.53305787,0.5371901,0.54545456,0.53305787,0.47933885,0.42975205,0.38842976,0.3429752,0.30991736,0.29752067,0.30578512,0.30578512,0.30165288,0.30991736,0.3140496,0.30578512,0.3264463,0.338843,0.338843,0.338843,0.3264463,0.3264463,0.3264463,0.32231405,0.30991736,0.29338843,0.2768595,0.2892562,0.2892562,0.3140496,0.3140496,0.30165288,0.45041323,0.46280992,0.45454547,0.43801653,0.44214877,0.446281,0.4090909,0.37190083,0.3553719,0.35950413,0.36363637,0.38429752,0.4090909,0.4214876,0.42975205,0.446281,0.45041323,0.44214877,0.41735536,0.37603307,0.35123968,0.35123968,0.3677686,0.38842976,0.3966942,0.36363637,0.3553719,0.34710744,0.39256197,0.5,0.5661157,0.58677685,0.58264464,0.58264464,0.58264464,0.5495868,0.4876033,0.41322315,0.338843,0.29338843,0.29338843,0.3181818,0.33471075,0.34710744,0.3264463,0.32231405,0.3264463,0.338843,0.36363637,0.37190083,0.37190083,0.38016528,0.35950413,0.36363637,0.3677686,0.35123968,0.3264463,0.30165288,0.2892562,0.28512397,0.29752067,0.3181818,0.3181818,0.30991736,0.44214877,0.45041323,0.446281,0.44214877,0.44214877,0.4214876,0.40082645,0.38016528,0.38016528,0.38016528,0.40082645,0.41322315,0.4338843,0.4090909,0.40495867,0.4090909,0.3966942,0.38429752,0.35123968,0.3140496,0.30991736,0.30165288,0.3140496,0.35123968,0.3966942,0.39256197,0.39256197,0.35950413,0.38016528,0.4876033,0.5785124,0.61570245,0.61570245,0.61157024,0.59917355,0.553719,0.4876033,0.38842976,0.3181818,0.30578512,0.32231405,0.3264463,0.29338843,0.27272728,0.27272728,0.2644628,0.2603306,0.2644628,0.26859504,0.28512397,0.30578512,0.3305785,0.3264463,0.3429752,0.3553719,0.37190083,0.35950413,0.338843,0.3140496,0.29752067,0.30578512,0.3140496,0.3181818,0.3181818,0.44214877,0.45454547,0.446281,0.4338843,0.44214877,0.41735536,0.4090909,0.3966942,0.40082645,0.42561984,0.40082645,0.39256197,0.3677686,0.34710744,0.338843,0.30991736,0.28512397,0.2603306,0.23966943,0.23966943,0.28512397,0.30578512,0.30991736,0.3264463,0.37603307,0.39256197,0.39256197,0.37603307,0.37603307,0.47107437,0.5785124,0.62396693,0.6322314,0.61570245,0.59504133,0.5495868,0.47933885,0.37603307,0.3264463,0.32231405,0.32231405,0.30578512,0.28099173,0.2768595,0.2603306,0.20661157,0.18181819,0.20247933,0.17768595,0.1983471,0.23966943,0.26859504,0.26859504,0.28512397,0.30165288,0.33471075,0.37190083,0.37190083,0.3429752,0.3181818,0.32231405,0.3264463,0.32231405,0.3264463,0.44214877,0.45867768,0.47107437,0.45867768,0.45041323,0.446281,0.44214877,0.4214876,0.4214876,0.41735536,0.35950413,0.3264463,0.32231405,0.3140496,0.2644628,0.23140496,0.19421488,0.17355372,0.19008264,0.21487603,0.29752067,0.34710744,0.338843,0.3553719,0.38842976,0.40082645,0.38016528,0.38016528,0.38016528,0.45454547,0.55785125,0.60330576,0.6198347,0.59504133,0.58264464,0.5413223,0.46280992,0.38429752,0.338843,0.3140496,0.34710744,0.33471075,0.30578512,0.338843,0.32231405,0.2520661,0.19421488,0.1694215,0.16115703,0.17355372,0.2231405,0.24380165,0.24380165,0.24793388,0.2644628,0.2892562,0.34710744,0.37603307,0.3677686,0.35123968,0.35950413,0.35123968,0.3305785,0.3305785,0.44214877,0.446281,0.47933885,0.48347107,0.47107437,0.47107437,0.45041323,0.42975205,0.4214876,0.37603307,0.30991736,0.2892562,0.28512397,0.28099173,0.26859504,0.22727273,0.1983471,0.1983471,0.21487603,0.2644628,0.36363637,0.41322315,0.39256197,0.38016528,0.40082645,0.42561984,0.39256197,0.38842976,0.41322315,0.45454547,0.53305787,0.58677685,0.59090906,0.59090906,0.56198347,0.5371901,0.47107437,0.37603307,0.33471075,0.33471075,0.40082645,0.37603307,0.35123968,0.40495867,0.4090909,0.3140496,0.27272728,0.23966943,0.21487603,0.21487603,0.28099173,0.28512397,0.2644628,0.24380165,0.2603306,0.30578512,0.3264463,0.34710744,0.36363637,0.35123968,0.3553719,0.338843,0.33471075,0.338843,0.4338843,0.42975205,0.43801653,0.45867768,0.47107437,0.4876033,0.47107437,0.41735536,0.38429752,0.3429752,0.3264463,0.3140496,0.3181818,0.3264463,0.3305785,0.30991736,0.2768595,0.30991736,0.30165288,0.35123968,0.40495867,0.41322315,0.40495867,0.40495867,0.4090909,0.43801653,0.42975205,0.40082645,0.45454547,0.4752066,0.5123967,0.55785125,0.58677685,0.57024795,0.5661157,0.5247934,0.45454547,0.38429752,0.35123968,0.37603307,0.40082645,0.40495867,0.39256197,0.38016528,0.37603307,0.36363637,0.3553719,0.3264463,0.29338843,0.30991736,0.34710744,0.3553719,0.3429752,0.33471075,0.338843,0.3677686,0.3553719,0.338843,0.33471075,0.3429752,0.35950413,0.37190083,0.35123968,0.33471075,0.46280992,0.46694216,0.47933885,0.46694216,0.4338843,0.41735536,0.4090909,0.38016528,0.37603307,0.40495867,0.44214877,0.44214877,0.44214877,0.42561984,0.4214876,0.42975205,0.3966942,0.42561984,0.40495867,0.42561984,0.4214876,0.41322315,0.40495867,0.42975205,0.45041323,0.45867768,0.46694216,0.43801653,0.46694216,0.48347107,0.49173555,0.5371901,0.5785124,0.57024795,0.56198347,0.5123967,0.45867768,0.38429752,0.3677686,0.38842976,0.4214876,0.43801653,0.4214876,0.38842976,0.3677686,0.38016528,0.3966942,0.38842976,0.37603307,0.38429752,0.4090909,0.42975205,0.4214876,0.4090909,0.41735536,0.39256197,0.40082645,0.3677686,0.35123968,0.37190083,0.38842976,0.3966942,0.35950413,0.32231405,0.45041323,0.45454547,0.47933885,0.4876033,0.4752066,0.46280992,0.44214877,0.44214877,0.45454547,0.47107437,0.4752066,0.49173555,0.49173555,0.4876033,0.5041322,0.5041322,0.48347107,0.4876033,0.46280992,0.45454547,0.43801653,0.42561984,0.41322315,0.43801653,0.47107437,0.47933885,0.48347107,0.47107437,0.48347107,0.47107437,0.47933885,0.5123967,0.56198347,0.57024795,0.553719,0.5206612,0.43801653,0.3677686,0.38429752,0.38842976,0.41735536,0.44214877,0.4214876,0.39256197,0.37603307,0.39256197,0.41322315,0.42561984,0.42975205,0.4338843,0.44214877,0.446281,0.42561984,0.41322315,0.43801653,0.41322315,0.40082645,0.40082645,0.3966942,0.40082645,0.38842976,0.40082645,0.35123968,0.3140496,0.4214876,0.446281,0.47933885,0.5041322,0.5206612,0.53305787,0.5247934,0.5123967,0.5082645,0.5165289,0.5165289,0.5,0.49173555,0.47933885,0.5,0.5082645,0.5,0.49173555,0.4752066,0.46280992,0.446281,0.4338843,0.43801653,0.46280992,0.4752066,0.4876033,0.49586776,0.5,0.4876033,0.46694216,0.45867768,0.49173555,0.56198347,0.553719,0.5495868,0.5041322,0.43801653,0.35123968,0.37190083,0.3966942,0.4214876,0.446281,0.42975205,0.41322315,0.40082645,0.4090909,0.4214876,0.42561984,0.4214876,0.4338843,0.4338843,0.4338843,0.42975205,0.4338843,0.46280992,0.44214877,0.41735536,0.41735536,0.4214876,0.41735536,0.37603307,0.3966942,0.35950413,0.30991736,0.4338843,0.46280992,0.49173555,0.5082645,0.5165289,0.5371901,0.553719,0.5371901,0.5206612,0.5371901,0.55785125,0.5371901,0.5247934,0.49173555,0.4876033,0.4876033,0.5,0.49173555,0.47933885,0.4752066,0.4752066,0.46694216,0.47107437,0.4876033,0.5041322,0.5123967,0.5123967,0.5082645,0.4876033,0.45867768,0.45041323,0.49173555,0.553719,0.55785125,0.53305787,0.5041322,0.45454547,0.3553719,0.36363637,0.40082645,0.42975205,0.45867768,0.45454547,0.446281,0.45041323,0.45867768,0.45454547,0.446281,0.44214877,0.45454547,0.45867768,0.47107437,0.46694216,0.48347107,0.4752066,0.46694216,0.4752066,0.45041323,0.42975205,0.42561984,0.38429752,0.38429752,0.37190083,0.30991736,0.4338843,0.46280992,0.49173555,0.5,0.5123967,0.53305787,0.54545456,0.553719,0.5495868,0.55785125,0.5785124,0.58677685,0.57438016,0.55785125,0.5495868,0.5289256,0.54545456,0.5371901,0.5247934,0.5123967,0.5082645,0.5,0.5082645,0.5247934,0.53305787,0.5371901,0.5247934,0.49586776,0.47933885,0.45454547,0.446281,0.49173555,0.55785125,0.57024795,0.53305787,0.5123967,0.45041323,0.35950413,0.35123968,0.38016528,0.42975205,0.4752066,0.49173555,0.49586776,0.49173555,0.49586776,0.4876033,0.48347107,0.4876033,0.49586776,0.5082645,0.5165289,0.5,0.5082645,0.49586776,0.49173555,0.5,0.4752066,0.4338843,0.4214876,0.39256197,0.37190083,0.37603307,0.30991736,0.41322315,0.45041323,0.48347107,0.5,0.5041322,0.5082645,0.5289256,0.56198347,0.58677685,0.58677685,0.5785124,0.58264464,0.59090906,0.59504133,0.58677685,0.58264464,0.58264464,0.57438016,0.55785125,0.5371901,0.53305787,0.5371901,0.5495868,0.5661157,0.56198347,0.5413223,0.5123967,0.48347107,0.46694216,0.45041323,0.43801653,0.49173555,0.5661157,0.58677685,0.5495868,0.5289256,0.45041323,0.3429752,0.35123968,0.3677686,0.41735536,0.47933885,0.5041322,0.5206612,0.5247934,0.5206612,0.5123967,0.5123967,0.5165289,0.5206612,0.5206612,0.5206612,0.5206612,0.5123967,0.5123967,0.49173555,0.4876033,0.49173555,0.46694216,0.4214876,0.3966942,0.37603307,0.37603307,0.30578512,0.40082645,0.44214877,0.49173555,0.49173555,0.49173555,0.5082645,0.5371901,0.57024795,0.59504133,0.59917355,0.58677685,0.58677685,0.60330576,0.61570245,0.607438,0.61570245,0.60330576,0.59090906,0.57438016,0.57024795,0.5661157,0.5785124,0.58264464,0.58264464,0.55785125,0.53305787,0.5082645,0.4752066,0.45454547,0.43801653,0.4338843,0.49173555,0.57024795,0.59917355,0.57024795,0.5289256,0.4338843,0.34710744,0.35123968,0.35950413,0.3966942,0.46694216,0.49586776,0.5247934,0.5495868,0.5495868,0.5413223,0.5413223,0.54545456,0.5413223,0.53305787,0.5289256,0.53305787,0.5371901,0.5206612,0.5041322,0.4876033,0.48347107,0.4752066,0.4214876,0.40082645,0.38016528,0.37603307,0.29752067,0.40495867,0.446281,0.47107437,0.4752066,0.4876033,0.5165289,0.5495868,0.57438016,0.59090906,0.607438,0.61157024,0.59917355,0.607438,0.61570245,0.61157024,0.61570245,0.607438,0.59917355,0.59504133,0.59917355,0.59090906,0.60330576,0.59090906,0.57438016,0.553719,0.5247934,0.48347107,0.46694216,0.45454547,0.446281,0.45041323,0.49173555,0.57024795,0.59917355,0.58264464,0.5247934,0.42561984,0.35950413,0.35123968,0.3553719,0.37190083,0.446281,0.4876033,0.5247934,0.55785125,0.57024795,0.57438016,0.5661157,0.553719,0.553719,0.5495868,0.54545456,0.553719,0.55785125,0.53305787,0.5165289,0.5041322,0.49586776,0.4752066,0.43801653,0.3966942,0.36363637,0.37190083,0.30578512,0.4090909,0.45041323,0.45867768,0.47107437,0.49173555,0.5289256,0.5495868,0.57024795,0.59504133,0.61570245,0.62396693,0.61157024,0.61570245,0.61570245,0.61157024,0.6198347,0.62396693,0.61570245,0.61570245,0.61570245,0.607438,0.61157024,0.59917355,0.58264464,0.5495868,0.5165289,0.47933885,0.45867768,0.45454547,0.446281,0.45867768,0.5,0.57024795,0.59917355,0.58264464,0.5289256,0.4338843,0.38016528,0.36363637,0.3553719,0.35950413,0.41735536,0.4752066,0.5165289,0.553719,0.57438016,0.58264464,0.57024795,0.56198347,0.5661157,0.57024795,0.57438016,0.5785124,0.57438016,0.55785125,0.5371901,0.5165289,0.49586776,0.45041323,0.4338843,0.4090909,0.36363637,0.3553719,0.3140496,0.4090909,0.45867768,0.45454547,0.47107437,0.5,0.53305787,0.5371901,0.553719,0.58264464,0.607438,0.6280992,0.6363636,0.6446281,0.6363636,0.6404959,0.6528926,0.6487603,0.6446281,0.6404959,0.6280992,0.61157024,0.59917355,0.59090906,0.5785124,0.553719,0.5082645,0.46280992,0.45867768,0.45041323,0.45454547,0.46694216,0.5041322,0.57438016,0.60330576,0.57438016,0.53305787,0.45454547,0.3966942,0.37190083,0.35123968,0.35950413,0.38016528,0.45867768,0.5,0.5413223,0.57024795,0.57438016,0.57438016,0.5785124,0.5785124,0.58264464,0.59917355,0.59504133,0.59090906,0.57024795,0.5495868,0.5206612,0.49173555,0.44214877,0.4090909,0.40495867,0.3553719,0.33471075,0.3181818,0.4090909,0.446281,0.45041323,0.4752066,0.49586776,0.5123967,0.5206612,0.5413223,0.57438016,0.607438,0.6280992,0.6528926,0.661157,0.661157,0.661157,0.6652893,0.661157,0.6487603,0.6363636,0.6322314,0.61570245,0.59090906,0.57438016,0.5661157,0.5413223,0.4876033,0.45867768,0.45041323,0.45454547,0.46280992,0.4752066,0.5082645,0.57024795,0.59917355,0.57024795,0.53305787,0.4752066,0.4214876,0.3677686,0.34710744,0.35123968,0.3677686,0.43801653,0.48347107,0.5289256,0.5495868,0.56198347,0.58264464,0.58264464,0.59090906,0.59090906,0.59917355,0.59090906,0.58264464,0.57024795,0.5495868,0.5247934,0.49173555,0.45867768,0.38842976,0.38842976,0.36363637,0.3305785,0.30991736,0.40495867,0.42561984,0.45454547,0.4752066,0.48347107,0.4876033,0.5165289,0.54545456,0.57024795,0.60330576,0.62396693,0.6446281,0.6570248,0.6570248,0.661157,0.6570248,0.6487603,0.6404959,0.6363636,0.6322314,0.6280992,0.57024795,0.55785125,0.5495868,0.5206612,0.48347107,0.45041323,0.446281,0.446281,0.45454547,0.4752066,0.5123967,0.5785124,0.60330576,0.57024795,0.53305787,0.4876033,0.4214876,0.37190083,0.3429752,0.338843,0.36363637,0.41322315,0.46694216,0.5165289,0.5247934,0.55785125,0.5785124,0.57438016,0.58677685,0.58677685,0.59090906,0.58677685,0.57438016,0.553719,0.5413223,0.5247934,0.49173555,0.46280992,0.38016528,0.3677686,0.37603307,0.33471075,0.30165288,0.38842976,0.41735536,0.46280992,0.47107437,0.47107437,0.48347107,0.5247934,0.553719,0.5785124,0.59504133,0.6198347,0.6280992,0.6487603,0.6528926,0.6487603,0.6446281,0.6363636,0.62396693,0.6198347,0.6198347,0.60330576,0.5785124,0.55785125,0.5413223,0.5123967,0.47933885,0.446281,0.446281,0.43801653,0.44214877,0.46694216,0.5165289,0.58264464,0.607438,0.57438016,0.5413223,0.49173555,0.41322315,0.3429752,0.33471075,0.338843,0.3553719,0.40495867,0.45041323,0.5082645,0.5123967,0.54545456,0.553719,0.56198347,0.57024795,0.5785124,0.5785124,0.58264464,0.5661157,0.5371901,0.5206612,0.5082645,0.49173555,0.45454547,0.38429752,0.3429752,0.38016528,0.3429752,0.29338843,0.37190083,0.41735536,0.46694216,0.47107437,0.47933885,0.5041322,0.53305787,0.553719,0.5785124,0.59504133,0.61157024,0.6198347,0.6322314,0.6363636,0.6363636,0.6322314,0.61570245,0.61570245,0.607438,0.59917355,0.58677685,0.58264464,0.55785125,0.5289256,0.49586776,0.47107437,0.45454547,0.45867768,0.44214877,0.42975205,0.46280992,0.5165289,0.58264464,0.607438,0.58677685,0.5495868,0.49173555,0.4090909,0.3305785,0.338843,0.37603307,0.34710744,0.38842976,0.43801653,0.4752066,0.49586776,0.5289256,0.5413223,0.54545456,0.553719,0.55785125,0.56198347,0.55785125,0.55785125,0.5371901,0.5082645,0.5041322,0.47933885,0.44214877,0.38016528,0.3264463,0.3677686,0.35123968,0.29338843,0.37603307,0.40495867,0.46280992,0.46694216,0.4752066,0.5,0.5289256,0.5413223,0.5661157,0.58264464,0.59090906,0.60330576,0.61157024,0.61157024,0.61570245,0.607438,0.59504133,0.607438,0.59504133,0.5785124,0.5661157,0.5661157,0.5413223,0.5041322,0.4752066,0.45454547,0.4752066,0.48347107,0.46280992,0.4338843,0.45454547,0.5123967,0.57024795,0.59917355,0.59090906,0.553719,0.48347107,0.39256197,0.33471075,0.35950413,0.40495867,0.38016528,0.37603307,0.4214876,0.45041323,0.47933885,0.5041322,0.5206612,0.5371901,0.5371901,0.53305787,0.5413223,0.5413223,0.5371901,0.5206612,0.5,0.4876033,0.46280992,0.4338843,0.38016528,0.3264463,0.35123968,0.3429752,0.30165288,0.38016528,0.40495867,0.45867768,0.446281,0.46694216,0.47933885,0.5206612,0.5413223,0.553719,0.57024795,0.57024795,0.58264464,0.59090906,0.59090906,0.58677685,0.58264464,0.58264464,0.59090906,0.58264464,0.57024795,0.55785125,0.5413223,0.5165289,0.49173555,0.45041323,0.4338843,0.4876033,0.5,0.47933885,0.44214877,0.45454547,0.5082645,0.56198347,0.59504133,0.59504133,0.5495868,0.4752066,0.38842976,0.34710744,0.37603307,0.40495867,0.4090909,0.3677686,0.41735536,0.446281,0.46694216,0.46694216,0.5,0.5247934,0.5247934,0.5123967,0.5206612,0.5247934,0.5165289,0.5,0.4876033,0.4752066,0.45041323,0.4214876,0.37603307,0.3181818,0.3305785,0.338843,0.3140496,0.38429752,0.4090909,0.43801653,0.4338843,0.44214877,0.4752066,0.5041322,0.5247934,0.5371901,0.5495868,0.5495868,0.55785125,0.5661157,0.57024795,0.5661157,0.56198347,0.5661157,0.56198347,0.5661157,0.56198347,0.54545456,0.5206612,0.5,0.48347107,0.45041323,0.42561984,0.48347107,0.5,0.4752066,0.446281,0.45454547,0.5041322,0.55785125,0.60330576,0.60330576,0.553719,0.47933885,0.40082645,0.3677686,0.3677686,0.3966942,0.39256197,0.37190083,0.3966942,0.42561984,0.45041323,0.44214877,0.48347107,0.5041322,0.5123967,0.5082645,0.5082645,0.5082645,0.5,0.47933885,0.46694216,0.45454547,0.4338843,0.40495867,0.36363637,0.30578512,0.3305785,0.34710744,0.30991736,0.3966942,0.39256197,0.44214877,0.4090909,0.42975205,0.45867768,0.4876033,0.49586776,0.5082645,0.5165289,0.5247934,0.5371901,0.54545456,0.5495868,0.5495868,0.5495868,0.5495868,0.54545456,0.54545456,0.54545456,0.5289256,0.5041322,0.5,0.5041322,0.4752066,0.4214876,0.46280992,0.47933885,0.45867768,0.4338843,0.45454547,0.5041322,0.553719,0.58264464,0.5785124,0.5371901,0.47933885,0.4090909,0.35950413,0.35950413,0.3677686,0.36363637,0.338843,0.38842976,0.4214876,0.42561984,0.42561984,0.446281,0.4752066,0.49586776,0.49586776,0.5041322,0.49586776,0.48347107,0.46694216,0.45454547,0.4338843,0.41735536,0.39256197,0.35950413,0.30991736,0.3429752,0.34710744,0.29338843,0.4090909,0.40082645,0.4338843,0.41735536,0.41322315,0.43801653,0.46694216,0.46694216,0.48347107,0.48347107,0.49586776,0.5082645,0.5206612,0.5247934,0.5289256,0.53305787,0.5371901,0.5413223,0.5371901,0.53305787,0.5123967,0.49586776,0.5165289,0.5289256,0.5082645,0.42975205,0.40495867,0.4214876,0.4090909,0.4090909,0.43801653,0.5,0.5371901,0.54545456,0.5371901,0.5123967,0.47107437,0.40495867,0.33471075,0.30991736,0.30578512,0.3140496,0.3181818,0.38016528,0.42561984,0.4214876,0.41735536,0.40495867,0.42561984,0.45867768,0.47107437,0.49173555,0.48347107,0.46280992,0.45041323,0.44214877,0.41735536,0.3966942,0.38429752,0.34710744,0.30991736,0.3429752,0.338843,0.29338843,0.3966942,0.3966942,0.4338843,0.42561984,0.42561984,0.41735536,0.43801653,0.45867768,0.45041323,0.45867768,0.46280992,0.4752066,0.5,0.5123967,0.5082645,0.5123967,0.5206612,0.5206612,0.5206612,0.5041322,0.49173555,0.49586776,0.5247934,0.5413223,0.53305787,0.45454547,0.35123968,0.32231405,0.3140496,0.3553719,0.4214876,0.47933885,0.5082645,0.5041322,0.49173555,0.48347107,0.45041323,0.3966942,0.30578512,0.2231405,0.22727273,0.2603306,0.29338843,0.37603307,0.43801653,0.4338843,0.42975205,0.3966942,0.38016528,0.40495867,0.42561984,0.46280992,0.46694216,0.45041323,0.44214877,0.4338843,0.41322315,0.38016528,0.36363637,0.338843,0.3140496,0.3264463,0.33471075,0.30578512,0.38016528,0.3966942,0.4338843,0.4214876,0.41735536,0.41322315,0.42975205,0.42975205,0.41322315,0.42561984,0.4338843,0.45867768,0.47933885,0.49586776,0.49173555,0.49586776,0.49586776,0.4876033,0.48347107,0.47107437,0.48347107,0.5041322,0.53305787,0.5371901,0.53305787,0.47933885,0.3553719,0.24380165,0.21900827,0.2603306,0.37603307,0.44214877,0.46694216,0.46280992,0.45867768,0.45454547,0.42975205,0.3677686,0.27272728,0.2107438,0.22727273,0.26859504,0.30165288,0.38429752,0.4338843,0.44214877,0.45454547,0.446281,0.39256197,0.37603307,0.37603307,0.3966942,0.42561984,0.43801653,0.43801653,0.42561984,0.40495867,0.3677686,0.35123968,0.3429752,0.32231405,0.32231405,0.3264463,0.30578512,0.3677686,0.38016528,0.42561984,0.4214876,0.41735536,0.42561984,0.42561984,0.3966942,0.38429752,0.40082645,0.42975205,0.45041323,0.46280992,0.47933885,0.4752066,0.46694216,0.45867768,0.45041323,0.446281,0.46280992,0.49586776,0.5165289,0.5289256,0.53305787,0.5206612,0.4876033,0.40082645,0.2892562,0.23553719,0.21900827,0.30165288,0.40082645,0.4214876,0.41322315,0.41322315,0.41735536,0.38429752,0.3264463,0.2520661,0.24793388,0.2892562,0.30578512,0.34710744,0.39256197,0.4214876,0.43801653,0.44214877,0.47107437,0.44214877,0.41735536,0.39256197,0.3677686,0.37190083,0.4090909,0.4338843,0.42975205,0.3966942,0.35950413,0.34710744,0.35950413,0.338843,0.32231405,0.3305785,0.30578512,0.36363637,0.38016528,0.42561984,0.4338843,0.41322315,0.43801653,0.45041323,0.3966942,0.40082645,0.41735536,0.446281,0.45041323,0.45041323,0.45041323,0.446281,0.43801653,0.42975205,0.43801653,0.45454547,0.48347107,0.5123967,0.5165289,0.5247934,0.5206612,0.5041322,0.49173555,0.42975205,0.3677686,0.3140496,0.2520661,0.21900827,0.33471075,0.37603307,0.37190083,0.37190083,0.37603307,0.34710744,0.2768595,0.24793388,0.29752067,0.33471075,0.33471075,0.35950413,0.40082645,0.4090909,0.41735536,0.4338843,0.45454547,0.46280992,0.446281,0.4338843,0.3966942,0.35950413,0.3677686,0.4090909,0.4338843,0.3966942,0.3553719,0.34710744,0.37603307,0.3553719,0.3305785,0.3305785,0.30578512,0.36363637,0.40082645,0.42561984,0.43801653,0.44214877,0.46280992,0.47107437,0.4214876,0.41322315,0.43801653,0.446281,0.45454547,0.4338843,0.42975205,0.42561984,0.4338843,0.446281,0.46694216,0.49586776,0.5123967,0.5206612,0.5165289,0.5206612,0.5082645,0.48347107,0.49173555,0.446281,0.4090909,0.36363637,0.3140496,0.23140496,0.23553719,0.29338843,0.338843,0.338843,0.3305785,0.28512397,0.23966943,0.2520661,0.3140496,0.3429752,0.3553719,0.3677686,0.3966942,0.4090909,0.41322315,0.42561984,0.4338843,0.45867768,0.446281,0.43801653,0.4214876,0.39256197,0.3677686,0.37190083,0.4214876,0.40495867,0.35950413,0.35950413,0.40082645,0.38016528,0.33471075,0.3140496,0.29338843,0.338843,0.38429752,0.42975205,0.43801653,0.45454547,0.46280992,0.4876033,0.45041323,0.43801653,0.44214877,0.44214877,0.45867768,0.4338843,0.446281,0.45454547,0.46280992,0.48347107,0.5123967,0.5289256,0.5206612,0.5123967,0.5,0.49586776,0.5,0.47933885,0.47933885,0.446281,0.4338843,0.41735536,0.33471075,0.2892562,0.21487603,0.2231405,0.23553719,0.2520661,0.23140496,0.21487603,0.23553719,0.2892562,0.3181818,0.33471075,0.34710744,0.35950413,0.38429752,0.40082645,0.3966942,0.4214876,0.42561984,0.4338843,0.44214877,0.42975205,0.42561984,0.3966942,0.39256197,0.3553719,0.40495867,0.4090909,0.35950413,0.3553719,0.3966942,0.37603307,0.3305785,0.3140496,0.28099173,0.32231405,0.3966942,0.4214876,0.43801653,0.45041323,0.45454547,0.49173555,0.45454547,0.45454547,0.44214877,0.45454547,0.46280992,0.46694216,0.47933885,0.4752066,0.48347107,0.5082645,0.5371901,0.5371901,0.5206612,0.5123967,0.5,0.49173555,0.4876033,0.4752066,0.47107437,0.45454547,0.42975205,0.42975205,0.38842976,0.35123968,0.2768595,0.23553719,0.20247933,0.2107438,0.1983471,0.2231405,0.27272728,0.32231405,0.33471075,0.3429752,0.3429752,0.35123968,0.38016528,0.38842976,0.38429752,0.41322315,0.41735536,0.41322315,0.42975205,0.4214876,0.4090909,0.38842976,0.3966942,0.37190083,0.39256197,0.40082645,0.3553719,0.35123968,0.3966942,0.38016528,0.338843,0.3140496,0.2644628,0.3181818,0.41322315,0.4214876,0.42561984,0.4338843,0.44214877,0.4752066,0.45867768,0.446281,0.45867768,0.45041323,0.4752066,0.49586776,0.49586776,0.4752066,0.49173555,0.5165289,0.5247934,0.5165289,0.5041322,0.5,0.5,0.4876033,0.4752066,0.47107437,0.45867768,0.45041323,0.44214877,0.4338843,0.42975205,0.40082645,0.3677686,0.3140496,0.2603306,0.24793388,0.2520661,0.2768595,0.33471075,0.35950413,0.36363637,0.35950413,0.35123968,0.35123968,0.37603307,0.38016528,0.38016528,0.4090909,0.40495867,0.40495867,0.4090909,0.4214876,0.3966942,0.3966942,0.39256197,0.37603307,0.39256197,0.39256197,0.35950413,0.35950413,0.39256197,0.37190083,0.3264463,0.3181818,0.24793388,0.26859504,0.4090909,0.4214876,0.41735536,0.41322315,0.446281,0.46694216,0.46280992,0.42561984,0.446281,0.45454547,0.49586776,0.5041322,0.49586776,0.4752066,0.49586776,0.5041322,0.49586776,0.4876033,0.4876033,0.4876033,0.5,0.49173555,0.48347107,0.4752066,0.45454547,0.42975205,0.45454547,0.45041323,0.44214877,0.44214877,0.4338843,0.40082645,0.3677686,0.35950413,0.3553719,0.35950413,0.38842976,0.3966942,0.38842976,0.37190083,0.36363637,0.36363637,0.37190083,0.38016528,0.38842976,0.40082645,0.40082645,0.40082645,0.39256197,0.39256197,0.40082645,0.38842976,0.40082645,0.38016528,0.38842976,0.40082645,0.35950413,0.35123968,0.38429752,0.3553719,0.3140496,0.29338843,0.20661157,0.2231405,0.38842976,0.41322315,0.4090909,0.40082645,0.43801653,0.47107437,0.48347107,0.42975205,0.43801653,0.47107437,0.5041322,0.49173555,0.48347107,0.46694216,0.4752066,0.46694216,0.46280992,0.45454547,0.45041323,0.45454547,0.45867768,0.46280992,0.47107437,0.45454547,0.45454547,0.43801653,0.446281,0.45454547,0.45041323,0.46280992,0.47933885,0.46694216,0.446281,0.4338843,0.42561984,0.4214876,0.41735536,0.41322315,0.38842976,0.3677686,0.3677686,0.3677686,0.36363637,0.36363637,0.37190083,0.3677686,0.37603307,0.38429752,0.39256197,0.37603307,0.38429752,0.40082645,0.4090909,0.38016528,0.41322315,0.3966942,0.3553719,0.35950413,0.37603307,0.338843,0.30991736,0.2768595,0.1694215,0.18181819,0.3553719,0.4090909,0.3966942,0.3966942,0.42561984,0.47107437,0.5041322,0.446281,0.446281,0.47933885,0.4876033,0.49586776,0.47933885,0.45867768,0.446281,0.42975205,0.41322315,0.40082645,0.38842976,0.38842976,0.40082645,0.41735536,0.4338843,0.4338843,0.42561984,0.42561984,0.41735536,0.4090909,0.4214876,0.42561984,0.45041323,0.45041323,0.45454547,0.43801653,0.42561984,0.4214876,0.40495867,0.38842976,0.35950413,0.3429752,0.338843,0.3305785,0.30578512,0.2892562,0.28099173,0.27272728,0.32231405,0.3677686,0.38842976,0.39256197,0.37190083,0.40082645,0.42561984,0.37603307,0.41735536,0.38842976,0.3429752,0.36363637,0.37190083,0.3264463,0.3140496,0.2644628,0.1446281,0.17768595,0.30991736,0.38429752,0.38842976,0.39256197,0.40495867,0.45454547,0.5,0.45041323,0.45454547,0.47933885,0.47933885,0.5041322,0.49586776,0.4752066,0.42975205,0.40082645,0.38842976,0.37190083,0.34710744,0.30165288,0.2768595,0.28099173,0.32231405,0.35123968,0.35950413,0.35950413,0.34710744,0.3305785,0.338843,0.36363637,0.37190083,0.40082645,0.38842976,0.38429752,0.37190083,0.37190083,0.3553719,0.33471075,0.30578512,0.29338843,0.29752067,0.27272728,0.21900827,0.18181819,0.19008264,0.24793388,0.3305785,0.37190083,0.38016528,0.3966942,0.38429752,0.40082645,0.4090909,0.38429752,0.41322315,0.3677686,0.32231405,0.3429752,0.35950413,0.3264463,0.30165288,0.22727273,0.09917355,0.18595041,0.25619835,0.3553719,0.37603307,0.39256197,0.39256197,0.43801653,0.47933885,0.45041323,0.44214877,0.45867768,0.4752066,0.5041322,0.5,0.49586776,0.45454547,0.41322315,0.39256197,0.3966942,0.39256197,0.3677686,0.29338843,0.2107438,0.20247933,0.25619835,0.338843,0.35950413,0.30991736,0.29752067,0.30165288,0.3553719,0.37603307,0.38842976,0.34710744,0.33471075,0.35123968,0.36363637,0.37190083,0.338843,0.2768595,0.2644628,0.30578512,0.27272728,0.1983471,0.1983471,0.26859504,0.35123968,0.38429752,0.38429752,0.37190083,0.38016528,0.3966942,0.41322315,0.41322315,0.38842976,0.38842976,0.3429752,0.32231405,0.3553719,0.338843,0.32231405,0.27272728,0.17768595,0.08677686,0.20661157,0.21487603,0.30165288,0.35950413,0.38842976,0.38842976,0.41735536,0.46694216,0.46280992,0.4214876,0.43801653,0.46280992,0.4876033,0.5123967,0.5,0.45867768,0.4338843,0.40495867,0.41735536,0.4338843,0.45867768,0.4338843,0.3429752,0.23966943,0.2603306,0.38429752,0.4214876,0.35123968,0.35950413,0.38016528,0.4338843,0.4752066,0.46694216,0.40495867,0.35950413,0.40495867,0.43801653,0.46280992,0.4214876,0.3264463,0.2520661,0.32231405,0.3140496,0.24793388,0.29338843,0.3677686,0.40082645,0.39256197,0.38016528,0.3553719,0.35950413,0.38842976,0.41735536,0.38429752,0.38429752,0.38016528,0.3181818,0.3140496,0.34710744,0.3305785,0.30578512,0.22727273,0.12809917,0.09504132,0.2231405,0.19421488,0.24380165,0.3429752,0.3677686,0.38016528,0.40495867,0.45454547,0.47107437,0.42561984,0.42561984,0.44214877,0.47933885,0.5041322,0.5082645,0.45454547,0.44214877,0.44214877,0.43801653,0.45454547,0.47107437,0.49586776,0.46694216,0.37603307,0.32231405,0.3966942,0.3966942,0.3181818,0.37603307,0.4338843,0.49173555,0.5289256,0.5289256,0.47107437,0.39256197,0.47107437,0.5123967,0.5165289,0.47107437,0.37190083,0.24793388,0.29338843,0.35123968,0.3305785,0.3677686,0.3966942,0.40495867,0.38842976,0.37603307,0.35950413,0.37190083,0.38429752,0.4090909,0.37190083,0.38842976,0.36363637,0.30578512,0.33471075,0.338843,0.3264463,0.27272728,0.16115703,0.09917355,0.10330579,0.23140496,0.20661157,0.20247933,0.2892562,0.3429752,0.37190083,0.40495867,0.446281,0.46280992,0.44214877,0.3966942,0.42561984,0.45041323,0.4876033,0.5041322,0.45867768,0.43801653,0.45867768,0.46694216,0.446281,0.45867768,0.4876033,0.49586776,0.46694216,0.41735536,0.41735536,0.37190083,0.29338843,0.34710744,0.41322315,0.46280992,0.5041322,0.5206612,0.46694216,0.3677686,0.47107437,0.5082645,0.47933885,0.40495867,0.3305785,0.28512397,0.3140496,0.38429752,0.37603307,0.38429752,0.38842976,0.40082645,0.38842976,0.37190083,0.3677686,0.38429752,0.40495867,0.39256197,0.3677686,0.37190083,0.338843,0.30165288,0.3429752,0.34710744,0.3140496,0.20661157,0.10330579,0.09504132,0.10743801,0.22727273,0.21900827,0.19008264,0.19008264,0.29338843,0.3677686,0.40082645,0.42975205,0.45041323,0.42561984,0.38842976,0.41322315,0.44214877,0.45867768,0.43801653,0.42975205,0.46694216,0.45454547,0.4876033,0.46694216,0.45867768,0.46694216,0.47933885,0.48347107,0.4876033,0.4876033,0.46280992,0.40495867,0.38842976,0.39256197,0.3966942,0.40495867,0.40082645,0.37190083,0.30578512,0.35950413,0.38016528,0.3553719,0.33471075,0.3429752,0.36363637,0.37603307,0.3966942,0.3677686,0.36363637,0.37190083,0.38429752,0.39256197,0.38429752,0.38429752,0.39256197,0.3966942,0.3677686,0.35123968,0.35123968,0.33471075,0.30578512,0.3181818,0.34710744,0.2768595,0.12396694,0.08264463,0.09504132,0.10330579,0.22727273,0.2231405,0.20661157,0.14049587,0.17355372,0.30991736,0.41735536,0.4338843,0.43801653,0.42561984,0.38016528,0.39256197,0.446281,0.42975205,0.4090909,0.42975205,0.45867768,0.45041323,0.47107437,0.47933885,0.46280992,0.45041323,0.45041323,0.45867768,0.49586776,0.53305787,0.5413223,0.5206612,0.48347107,0.45867768,0.42975205,0.40495867,0.37603307,0.35123968,0.35123968,0.35950413,0.37190083,0.37603307,0.38842976,0.40495867,0.40082645,0.3966942,0.35950413,0.35123968,0.35950413,0.36363637,0.38429752,0.39256197,0.38429752,0.38016528,0.38842976,0.3677686,0.34710744,0.32231405,0.3429752,0.3264463,0.33471075,0.30578512,0.3264463,0.2107438,0.07438017,0.08264463,0.09504132,0.09090909,0.22727273,0.2231405,0.21487603,0.14876033,0.09504132,0.20247933,0.37190083,0.4090909,0.41322315,0.41322315,0.3966942,0.38429752,0.38842976,0.4090909,0.41735536,0.44214877,0.45041323,0.45041323,0.45041323,0.47933885,0.46694216,0.446281,0.42975205,0.44214877,0.4752066,0.5123967,0.5371901,0.5371901,0.5247934,0.5123967,0.5041322,0.5123967,0.49173555,0.47107437,0.4752066,0.46280992,0.45041323,0.4338843,0.45041323,0.43801653,0.39256197,0.37190083,0.34710744,0.34710744,0.35950413,0.37190083,0.38016528,0.38842976,0.38016528,0.38429752,0.38842976,0.36363637,0.3305785,0.29338843,0.32231405,0.3305785,0.338843,0.30991736,0.28512397,0.14049587,0.0661157,0.09504132,0.09504132,0.09090909,0.22727273,0.23140496,0.2107438,0.16115703,0.10743801,0.15289256,0.30991736,0.37190083,0.37603307,0.40495867,0.44214877,0.41322315,0.37603307,0.38842976,0.42975205,0.45041323,0.4338843,0.46280992,0.44214877,0.46280992,0.47107437,0.45454547,0.42561984,0.42561984,0.446281,0.47107437,0.49173555,0.5,0.5165289,0.5165289,0.49586776,0.5206612,0.5413223,0.54545456,0.5413223,0.5165289,0.47933885,0.46280992,0.45041323,0.41735536,0.37190083,0.35123968,0.35950413,0.35123968,0.3553719,0.37190083,0.37190083,0.38842976,0.3966942,0.37603307,0.3677686,0.34710744,0.30991736,0.28512397,0.30165288,0.33471075,0.30991736,0.29338843,0.25619835,0.11157025,0.07438017,0.10330579,0.09917355,0.09504132,0.22727273,0.23140496,0.21487603,0.19421488,0.13636364,0.14049587,0.29752067,0.37603307,0.38429752,0.39256197,0.43801653,0.42975205,0.38016528,0.3553719,0.3966942,0.42561984,0.43801653,0.46280992,0.46694216,0.44214877,0.45454547,0.45867768,0.42561984,0.41735536,0.41322315,0.42975205,0.44214877,0.45041323,0.47933885,0.49586776,0.47107437,0.4752066,0.5041322,0.5247934,0.5206612,0.49173555,0.45454547,0.42975205,0.41322315,0.38842976,0.3553719,0.34710744,0.35950413,0.3553719,0.36363637,0.35950413,0.37190083,0.38429752,0.40495867,0.39256197,0.3553719,0.3429752,0.30991736,0.29752067,0.30991736,0.32231405,0.28099173,0.27272728,0.24380165,0.09917355,0.08677686,0.11157025,0.11157025,0.09917355,0.21900827,0.23140496,0.21487603,0.2107438,0.19008264,0.16115703,0.28099173,0.37603307,0.38429752,0.39256197,0.40495867,0.41322315,0.38429752,0.35950413,0.38429752,0.41735536,0.43801653,0.45454547,0.4752066,0.44214877,0.42975205,0.446281,0.42561984,0.41735536,0.40082645,0.40495867,0.41322315,0.4214876,0.4338843,0.45041323,0.446281,0.44214877,0.45867768,0.46694216,0.45867768,0.4338843,0.3966942,0.40082645,0.37603307,0.38016528,0.35950413,0.35123968,0.35123968,0.34710744,0.35123968,0.3553719,0.38016528,0.39256197,0.40082645,0.38842976,0.3429752,0.3181818,0.30165288,0.29752067,0.30165288,0.2892562,0.2644628,0.2644628,0.23966943,0.09917355,0.09917355,0.12396694,0.11983471,0.11570248,0.21900827,0.23553719,0.21900827,0.2231405,0.2231405,0.21487603,0.2892562,0.37603307,0.3553719,0.37603307,0.38842976,0.38429752,0.40082645,0.40495867,0.40082645,0.4214876,0.43801653,0.44214877,0.47107437,0.44214877,0.41322315,0.42975205,0.42561984,0.4090909,0.39256197,0.39256197,0.3966942,0.40495867,0.40495867,0.40082645,0.40495867,0.40495867,0.40495867,0.40082645,0.40082645,0.38842976,0.35950413,0.34710744,0.34710744,0.36363637,0.35123968,0.338843,0.33471075,0.3429752,0.3553719,0.35950413,0.37190083,0.40082645,0.40082645,0.3677686,0.3140496,0.28512397,0.2892562,0.2892562,0.28099173,0.2603306,0.25619835,0.2768595,0.21900827,0.09504132,0.10330579,0.13636364,0.1322314,0.15289256,0.23553719,0.22727273,0.22727273,0.22727273,0.28512397,0.32231405,0.3181818,0.37190083,0.3553719,0.34710744,0.36363637,0.38016528,0.40082645,0.4090909,0.40082645,0.41735536,0.4338843,0.43801653,0.46694216,0.42975205,0.41735536,0.42975205,0.41322315,0.3966942,0.38016528,0.38016528,0.38429752,0.39256197,0.38842976,0.37190083,0.37603307,0.37603307,0.38429752,0.38016528,0.3677686,0.3553719,0.338843,0.33471075,0.3305785,0.34710744,0.3305785,0.338843,0.33471075,0.3553719,0.34710744,0.37190083,0.37603307,0.39256197,0.40495867,0.3553719,0.2892562,0.2603306,0.28099173,0.28512397,0.26859504,0.24793388,0.2520661,0.2768595,0.20661157,0.09917355,0.12396694,0.14049587,0.1322314,0.17768595,0.22727273,0.22727273,0.1983471,0.30578512,0.44214877,0.44214877,0.35950413,0.37190083,0.36363637,0.3429752,0.32231405,0.37190083,0.38429752,0.37603307,0.38429752,0.4090909,0.45041323,0.44214877,0.46694216,0.4214876,0.41735536,0.43801653,0.41735536,0.39256197,0.37190083,0.38016528,0.35950413,0.35123968,0.35123968,0.3429752,0.35123968,0.34710744,0.35950413,0.35123968,0.338843,0.33471075,0.32231405,0.3181818,0.30991736,0.30991736,0.32231405,0.34710744,0.35123968,0.3677686,0.34710744,0.38842976,0.40495867,0.3966942,0.3966942,0.35123968,0.28099173,0.2644628,0.28099173,0.27272728,0.2603306,0.2520661,0.2644628,0.28099173,0.20247933,0.12396694,0.12809917,0.14876033,0.14876033,0.1694215,0.2231405,0.2603306,0.2768595,0.45454547,0.57024795,0.5289256,0.38842976,0.37190083,0.38016528,0.3553719,0.3181818,0.338843,0.35950413,0.35950413,0.37603307,0.4090909,0.45454547,0.45454547,0.46280992,0.43801653,0.42975205,0.45867768,0.43801653,0.40082645,0.38016528,0.37190083,0.35123968,0.33471075,0.3264463,0.32231405,0.3181818,0.30578512,0.30578512,0.30991736,0.30991736,0.29752067,0.2892562,0.29338843,0.29338843,0.30578512,0.3429752,0.35950413,0.37190083,0.38016528,0.37603307,0.3966942,0.41322315,0.41735536,0.38429752,0.3264463,0.26859504,0.25619835,0.28099173,0.2644628,0.2603306,0.2603306,0.2768595,0.29338843,0.20661157,0.12809917,0.13636364,0.1570248,0.1570248,0.18595041,38 +0.3553719,0.39256197,0.446281,0.46280992,0.4752066,0.49173555,0.5,0.5041322,0.5206612,0.54545456,0.55785125,0.57024795,0.57024795,0.57024795,0.57438016,0.57438016,0.57438016,0.58677685,0.59090906,0.59090906,0.59504133,0.59917355,0.60330576,0.59090906,0.5785124,0.58264464,0.59504133,0.58677685,0.59090906,0.58264464,0.57024795,0.56198347,0.55785125,0.55785125,0.553719,0.5371901,0.5041322,0.4876033,0.49586776,0.4752066,0.49586776,0.49586776,0.4876033,0.4752066,0.46694216,0.45454547,0.42975205,0.3966942,0.35123968,0.3181818,0.2768595,0.23140496,0.17355372,0.1446281,0.12809917,0.11570248,0.11570248,0.10330579,0.09090909,0.08677686,0.08264463,0.08264463,0.09090909,0.08677686,0.3966942,0.4214876,0.45454547,0.47107437,0.4876033,0.5041322,0.5123967,0.5123967,0.5289256,0.553719,0.56198347,0.56198347,0.56198347,0.58264464,0.5785124,0.57438016,0.57024795,0.5785124,0.5785124,0.58264464,0.58677685,0.58677685,0.59090906,0.58677685,0.58264464,0.57438016,0.5785124,0.56198347,0.58264464,0.5661157,0.5661157,0.5495868,0.5371901,0.54545456,0.54545456,0.53305787,0.5123967,0.49586776,0.5041322,0.49586776,0.49586776,0.4876033,0.49586776,0.48347107,0.4752066,0.4752066,0.45454547,0.4214876,0.39256197,0.3677686,0.3305785,0.3140496,0.24380165,0.19421488,0.16528925,0.13636364,0.12396694,0.10743801,0.09504132,0.09090909,0.0785124,0.07438017,0.0785124,0.08677686,0.43801653,0.45041323,0.47107437,0.4876033,0.5041322,0.5123967,0.5165289,0.5165289,0.5289256,0.54545456,0.553719,0.54545456,0.54545456,0.57024795,0.5785124,0.57438016,0.5661157,0.56198347,0.55785125,0.5661157,0.57024795,0.5661157,0.5661157,0.57024795,0.5661157,0.57024795,0.56198347,0.5495868,0.5413223,0.55785125,0.553719,0.5289256,0.5289256,0.5371901,0.53305787,0.5165289,0.5123967,0.5,0.5123967,0.5082645,0.49173555,0.47933885,0.4876033,0.47933885,0.46694216,0.4752066,0.46694216,0.4338843,0.4214876,0.40495867,0.38016528,0.37603307,0.32231405,0.26859504,0.22727273,0.19421488,0.16115703,0.12809917,0.11157025,0.09917355,0.08264463,0.0785124,0.07438017,0.0785124,0.45867768,0.47107437,0.47933885,0.5,0.5082645,0.5206612,0.5206612,0.5165289,0.5206612,0.5371901,0.5495868,0.5371901,0.5206612,0.5413223,0.5661157,0.5661157,0.55785125,0.5413223,0.53305787,0.5371901,0.5371901,0.5371901,0.5371901,0.5371901,0.5413223,0.5495868,0.553719,0.5289256,0.53305787,0.54545456,0.5371901,0.5206612,0.5123967,0.5247934,0.5165289,0.5041322,0.5041322,0.5,0.5041322,0.5041322,0.5,0.4752066,0.4752066,0.46280992,0.446281,0.45454547,0.46280992,0.43801653,0.41735536,0.4214876,0.40495867,0.4090909,0.38429752,0.3429752,0.27272728,0.24793388,0.22727273,0.18595041,0.14049587,0.11157025,0.09504132,0.08677686,0.08264463,0.08264463,0.4752066,0.47107437,0.4752066,0.49173555,0.5082645,0.5289256,0.5247934,0.5165289,0.5206612,0.5371901,0.5413223,0.5206612,0.49586776,0.5082645,0.5123967,0.53305787,0.5041322,0.5041322,0.5041322,0.5041322,0.5082645,0.5165289,0.5123967,0.5082645,0.5165289,0.5247934,0.5289256,0.5165289,0.5247934,0.5206612,0.5123967,0.5082645,0.5,0.5041322,0.5,0.4876033,0.49173555,0.48347107,0.4876033,0.49173555,0.49173555,0.46694216,0.46280992,0.45454547,0.4338843,0.4338843,0.44214877,0.4338843,0.4214876,0.4214876,0.4090909,0.40495867,0.42561984,0.38429752,0.3429752,0.28099173,0.2603306,0.24380165,0.20247933,0.1570248,0.11157025,0.08677686,0.09917355,0.09090909,0.4752066,0.45454547,0.46280992,0.47933885,0.5082645,0.5247934,0.5247934,0.5165289,0.5247934,0.5371901,0.5247934,0.49173555,0.46694216,0.45041323,0.446281,0.46280992,0.44214877,0.4338843,0.4338843,0.446281,0.45041323,0.46280992,0.4752066,0.47107437,0.47933885,0.49173555,0.49173555,0.5,0.5,0.49173555,0.49586776,0.5,0.49173555,0.49173555,0.47933885,0.46280992,0.46280992,0.45454547,0.46280992,0.46694216,0.46694216,0.45867768,0.45041323,0.45041323,0.4338843,0.42561984,0.42561984,0.42561984,0.4214876,0.42561984,0.41735536,0.41322315,0.41322315,0.41735536,0.38016528,0.3429752,0.28512397,0.26859504,0.25619835,0.2231405,0.16528925,0.10743801,0.09504132,0.09917355,0.47107437,0.446281,0.45041323,0.47107437,0.5,0.5082645,0.5165289,0.5082645,0.5082645,0.5165289,0.5123967,0.4752066,0.4338843,0.39256197,0.41735536,0.4214876,0.40495867,0.37190083,0.37603307,0.37190083,0.37603307,0.38842976,0.3966942,0.3966942,0.3966942,0.41322315,0.44214877,0.46694216,0.46694216,0.46694216,0.47933885,0.49586776,0.4876033,0.48347107,0.46280992,0.44214877,0.4338843,0.4338843,0.43801653,0.4338843,0.44214877,0.43801653,0.44214877,0.4338843,0.43801653,0.42561984,0.41322315,0.40495867,0.4090909,0.4214876,0.42561984,0.4090909,0.41322315,0.40495867,0.39256197,0.35950413,0.3140496,0.27272728,0.2644628,0.2644628,0.22727273,0.15289256,0.09917355,0.09504132,0.46280992,0.446281,0.44214877,0.47107437,0.49173555,0.4876033,0.48347107,0.47933885,0.4752066,0.48347107,0.4876033,0.45867768,0.40082645,0.37190083,0.39256197,0.38842976,0.36363637,0.32231405,0.30578512,0.29338843,0.29338843,0.30578512,0.3140496,0.30991736,0.30991736,0.338843,0.37190083,0.4090909,0.4338843,0.44214877,0.46694216,0.48347107,0.49173555,0.47933885,0.45041323,0.4338843,0.4214876,0.41322315,0.42561984,0.42561984,0.40495867,0.42975205,0.4338843,0.42561984,0.446281,0.42561984,0.40082645,0.40082645,0.3966942,0.40495867,0.42561984,0.40495867,0.40082645,0.38842976,0.38842976,0.35950413,0.3264463,0.2892562,0.2603306,0.2644628,0.2520661,0.19008264,0.12396694,0.10330579,0.45041323,0.446281,0.44214877,0.47933885,0.49586776,0.46694216,0.45041323,0.44214877,0.43801653,0.43801653,0.4338843,0.4090909,0.37190083,0.38016528,0.38429752,0.35950413,0.3181818,0.2644628,0.2644628,0.24380165,0.2231405,0.23553719,0.24380165,0.24380165,0.25619835,0.29338843,0.32231405,0.35950413,0.38842976,0.40495867,0.43801653,0.47107437,0.4876033,0.4752066,0.45041323,0.42975205,0.41322315,0.4090909,0.4214876,0.41735536,0.3966942,0.4214876,0.42561984,0.42975205,0.4338843,0.4090909,0.38842976,0.38016528,0.37603307,0.37603307,0.38842976,0.39256197,0.38016528,0.37190083,0.3677686,0.35950413,0.3140496,0.30578512,0.26859504,0.2520661,0.24793388,0.21487603,0.15289256,0.10743801,0.446281,0.43801653,0.446281,0.46694216,0.4876033,0.45041323,0.42975205,0.41322315,0.40495867,0.3966942,0.39256197,0.37190083,0.3429752,0.34710744,0.3429752,0.3140496,0.28512397,0.26859504,0.2644628,0.24793388,0.2231405,0.22727273,0.23140496,0.23553719,0.2520661,0.2768595,0.30165288,0.3264463,0.3429752,0.36363637,0.40495867,0.45454547,0.4752066,0.47107437,0.45454547,0.4214876,0.41322315,0.42561984,0.41735536,0.42561984,0.3966942,0.41322315,0.39256197,0.40082645,0.39256197,0.37190083,0.3429752,0.3305785,0.338843,0.3553719,0.35950413,0.35950413,0.36363637,0.3553719,0.3305785,0.33471075,0.29752067,0.29338843,0.2768595,0.2520661,0.23966943,0.2231405,0.17768595,0.10743801,0.44214877,0.43801653,0.446281,0.47107437,0.47107437,0.4338843,0.41322315,0.3966942,0.38429752,0.37603307,0.3677686,0.3553719,0.33471075,0.3264463,0.3305785,0.3264463,0.33471075,0.3264463,0.3264463,0.3140496,0.30165288,0.28512397,0.28099173,0.2768595,0.28099173,0.29338843,0.29752067,0.30578512,0.32231405,0.35123968,0.38429752,0.4338843,0.46694216,0.4752066,0.45867768,0.4214876,0.4214876,0.45041323,0.45041323,0.41735536,0.3966942,0.40082645,0.3553719,0.3553719,0.33471075,0.30165288,0.28099173,0.27272728,0.27272728,0.2768595,0.28512397,0.29752067,0.30991736,0.32231405,0.29752067,0.29338843,0.28099173,0.2768595,0.2768595,0.2644628,0.23553719,0.22727273,0.1983471,0.11570248,0.446281,0.44214877,0.44214877,0.45867768,0.47107437,0.42561984,0.40082645,0.38016528,0.35950413,0.3677686,0.36363637,0.35950413,0.3677686,0.37190083,0.37603307,0.37603307,0.39256197,0.37603307,0.38016528,0.3429752,0.338843,0.3305785,0.33471075,0.33471075,0.33471075,0.338843,0.3264463,0.3140496,0.3140496,0.35123968,0.37603307,0.41735536,0.48347107,0.49586776,0.47933885,0.45454547,0.45454547,0.4752066,0.46694216,0.41322315,0.37603307,0.35123968,0.30991736,0.29338843,0.26859504,0.24793388,0.23966943,0.24380165,0.23553719,0.23140496,0.23553719,0.23966943,0.2603306,0.2768595,0.26859504,0.2603306,0.25619835,0.27272728,0.26859504,0.2520661,0.23553719,0.22727273,0.1983471,0.11983471,0.45454547,0.446281,0.44214877,0.446281,0.43801653,0.40495867,0.39256197,0.38842976,0.38016528,0.38429752,0.37603307,0.37603307,0.3966942,0.40082645,0.39256197,0.38429752,0.38842976,0.3677686,0.35950413,0.3181818,0.30578512,0.30165288,0.3140496,0.338843,0.36363637,0.38016528,0.37603307,0.35950413,0.35123968,0.35123968,0.37603307,0.42561984,0.5,0.5206612,0.5123967,0.5041322,0.5082645,0.5041322,0.47107437,0.40082645,0.338843,0.28512397,0.24793388,0.23140496,0.23966943,0.24793388,0.24793388,0.2603306,0.2603306,0.2603306,0.2644628,0.26859504,0.2768595,0.27272728,0.2644628,0.2520661,0.24793388,0.2520661,0.24380165,0.23140496,0.2231405,0.22727273,0.20247933,0.12809917,0.44214877,0.43801653,0.44214877,0.42975205,0.41735536,0.3966942,0.3966942,0.40082645,0.3966942,0.39256197,0.38842976,0.37603307,0.37190083,0.36363637,0.34710744,0.338843,0.3305785,0.3140496,0.2892562,0.2768595,0.26859504,0.2603306,0.25619835,0.2768595,0.3305785,0.37603307,0.39256197,0.3966942,0.38016528,0.37190083,0.37190083,0.4214876,0.5082645,0.553719,0.56198347,0.5495868,0.54545456,0.53305787,0.48347107,0.3966942,0.29338843,0.23140496,0.2231405,0.23140496,0.23140496,0.24380165,0.24793388,0.27272728,0.2768595,0.28512397,0.30165288,0.3181818,0.3181818,0.3140496,0.30991736,0.28512397,0.28099173,0.2603306,0.23553719,0.21487603,0.20247933,0.21900827,0.2107438,0.13636364,0.45454547,0.44214877,0.45041323,0.446281,0.4338843,0.40495867,0.4090909,0.4090909,0.4090909,0.38016528,0.3553719,0.338843,0.3264463,0.29752067,0.26859504,0.25619835,0.2520661,0.23140496,0.20247933,0.2520661,0.2644628,0.2603306,0.2603306,0.2603306,0.29752067,0.35123968,0.38429752,0.40082645,0.39256197,0.38016528,0.38842976,0.41735536,0.5123967,0.5785124,0.58677685,0.57024795,0.5661157,0.54545456,0.48347107,0.38016528,0.2644628,0.21900827,0.2231405,0.2231405,0.21487603,0.2107438,0.21487603,0.23966943,0.23553719,0.23553719,0.2603306,0.28512397,0.29752067,0.30578512,0.32231405,0.3181818,0.29338843,0.29752067,0.2603306,0.21487603,0.2107438,0.2231405,0.21900827,0.1570248,0.47933885,0.45041323,0.446281,0.45041323,0.4338843,0.42561984,0.42975205,0.41322315,0.38016528,0.3305785,0.30165288,0.29338843,0.2768595,0.23966943,0.1983471,0.18595041,0.18181819,0.16528925,0.1570248,0.2644628,0.29338843,0.2644628,0.25619835,0.2768595,0.30165288,0.33471075,0.37190083,0.38842976,0.39256197,0.38842976,0.38842976,0.4214876,0.5123967,0.58264464,0.59504133,0.5785124,0.5661157,0.5371901,0.4752066,0.36363637,0.2520661,0.2231405,0.23553719,0.21487603,0.1983471,0.17355372,0.1570248,0.22727273,0.19008264,0.1570248,0.19008264,0.23140496,0.24793388,0.25619835,0.25619835,0.26859504,0.2768595,0.3140496,0.28099173,0.24380165,0.2107438,0.22727273,0.22727273,0.16528925,0.4876033,0.4752066,0.4752066,0.4752066,0.45041323,0.42975205,0.41322315,0.39256197,0.3264463,0.2892562,0.2644628,0.25619835,0.24380165,0.21487603,0.18595041,0.16528925,0.1570248,0.16115703,0.17768595,0.338843,0.38429752,0.35123968,0.29338843,0.27272728,0.3181818,0.36363637,0.37603307,0.38429752,0.39256197,0.39256197,0.3966942,0.4214876,0.5,0.5661157,0.58677685,0.57438016,0.55785125,0.5247934,0.47107437,0.35950413,0.2520661,0.23553719,0.2603306,0.23553719,0.23140496,0.1694215,0.11983471,0.23966943,0.18181819,0.11983471,0.1446281,0.19008264,0.2107438,0.21487603,0.23140496,0.21487603,0.2231405,0.30578512,0.30991736,0.2644628,0.23553719,0.23553719,0.2231405,0.17768595,0.45454547,0.45041323,0.45454547,0.46694216,0.45454547,0.41735536,0.37603307,0.34710744,0.3140496,0.30578512,0.28512397,0.27272728,0.27272728,0.25619835,0.22727273,0.21487603,0.21487603,0.19421488,0.23553719,0.4090909,0.42975205,0.38429752,0.36363637,0.32231405,0.3140496,0.37190083,0.40082645,0.38429752,0.38429752,0.40082645,0.4214876,0.43801653,0.48347107,0.5495868,0.57024795,0.56198347,0.54545456,0.5206612,0.47107437,0.36363637,0.26859504,0.26859504,0.29338843,0.26859504,0.3140496,0.2107438,0.17355372,0.1570248,0.14876033,0.12809917,0.16528925,0.24793388,0.2520661,0.18595041,0.18595041,0.2107438,0.1983471,0.26859504,0.3181818,0.29338843,0.26859504,0.2520661,0.22727273,0.17768595,0.47107437,0.45041323,0.4338843,0.42975205,0.4214876,0.3966942,0.36363637,0.35123968,0.36363637,0.38016528,0.38842976,0.37190083,0.3677686,0.35123968,0.3429752,0.33471075,0.30991736,0.3140496,0.3264463,0.3966942,0.40082645,0.36363637,0.35950413,0.34710744,0.34710744,0.38842976,0.4214876,0.41735536,0.40082645,0.4090909,0.446281,0.46280992,0.47933885,0.5247934,0.55785125,0.5495868,0.53305787,0.5165289,0.47107437,0.37603307,0.30165288,0.30165288,0.30578512,0.30165288,0.35950413,0.2603306,0.23140496,0.20661157,0.18181819,0.16528925,0.23140496,0.30578512,0.2768595,0.20247933,0.18181819,0.19008264,0.2231405,0.2603306,0.29752067,0.29338843,0.28512397,0.2644628,0.23553719,0.17355372,0.4876033,0.4752066,0.45867768,0.4338843,0.41735536,0.40082645,0.40082645,0.4214876,0.4338843,0.45867768,0.47933885,0.48347107,0.4752066,0.45454547,0.45454547,0.43801653,0.3966942,0.38842976,0.37603307,0.39256197,0.38429752,0.37603307,0.35950413,0.37190083,0.39256197,0.41735536,0.44214877,0.446281,0.41735536,0.41322315,0.45867768,0.47933885,0.47933885,0.49586776,0.5247934,0.54545456,0.5289256,0.5123967,0.47933885,0.39256197,0.3264463,0.32231405,0.3264463,0.33471075,0.3305785,0.32231405,0.30578512,0.3140496,0.26859504,0.24793388,0.27272728,0.30991736,0.29752067,0.24793388,0.23140496,0.23553719,0.2603306,0.26859504,0.26859504,0.2644628,0.27272728,0.26859504,0.24793388,0.17768595,0.49586776,0.5,0.5,0.49586776,0.47933885,0.45867768,0.4752066,0.4752066,0.4752066,0.47107437,0.4752066,0.47933885,0.48347107,0.5,0.5082645,0.49586776,0.4752066,0.45454547,0.43801653,0.4090909,0.3966942,0.38016528,0.3677686,0.37603307,0.40495867,0.42975205,0.45041323,0.45041323,0.42975205,0.42975205,0.47107437,0.4876033,0.47107437,0.4752066,0.4876033,0.5413223,0.5247934,0.5041322,0.4752066,0.4090909,0.3429752,0.33471075,0.35950413,0.3677686,0.33471075,0.30578512,0.29338843,0.3264463,0.3140496,0.29338843,0.2892562,0.3264463,0.34710744,0.3305785,0.3140496,0.30578512,0.30991736,0.30578512,0.2520661,0.2603306,0.27272728,0.28512397,0.24793388,0.18181819,0.5082645,0.5123967,0.5206612,0.5247934,0.5247934,0.5165289,0.5082645,0.5,0.5206612,0.49586776,0.4752066,0.47107437,0.45867768,0.4752066,0.49173555,0.4876033,0.4752066,0.45867768,0.42975205,0.41322315,0.40495867,0.38016528,0.38016528,0.38429752,0.41322315,0.4338843,0.45041323,0.45867768,0.45454547,0.46280992,0.48347107,0.48347107,0.45867768,0.45454547,0.46694216,0.5165289,0.5206612,0.5041322,0.48347107,0.41735536,0.3305785,0.3181818,0.3553719,0.3553719,0.3305785,0.3140496,0.32231405,0.338843,0.34710744,0.34710744,0.34710744,0.3677686,0.38016528,0.3677686,0.3553719,0.3429752,0.338843,0.33471075,0.27272728,0.28099173,0.30165288,0.3140496,0.23553719,0.16528925,0.5041322,0.5082645,0.5165289,0.5289256,0.54545456,0.54545456,0.5123967,0.5,0.5247934,0.55785125,0.5123967,0.49173555,0.47107437,0.446281,0.45041323,0.45454547,0.446281,0.44214877,0.42975205,0.42561984,0.4214876,0.4090909,0.40495867,0.41322315,0.4338843,0.45454547,0.45867768,0.4752066,0.48347107,0.48347107,0.4876033,0.47933885,0.45454547,0.43801653,0.45454547,0.49586776,0.53305787,0.5041322,0.47933885,0.4338843,0.34710744,0.3140496,0.35123968,0.36363637,0.34710744,0.3305785,0.32231405,0.3429752,0.34710744,0.34710744,0.36363637,0.37603307,0.37603307,0.35950413,0.3553719,0.35950413,0.35123968,0.3305785,0.30991736,0.30991736,0.30991736,0.3305785,0.20661157,0.13636364,0.5041322,0.5082645,0.5165289,0.5247934,0.53305787,0.5371901,0.5371901,0.5289256,0.5495868,0.59504133,0.57024795,0.553719,0.5371901,0.5165289,0.5,0.49586776,0.49173555,0.4752066,0.46280992,0.45867768,0.446281,0.43801653,0.4338843,0.446281,0.46280992,0.47933885,0.4876033,0.49586776,0.5,0.49173555,0.48347107,0.46694216,0.45041323,0.4338843,0.446281,0.4876033,0.53305787,0.49586776,0.46280992,0.43801653,0.3553719,0.3140496,0.34710744,0.37190083,0.35950413,0.3677686,0.3677686,0.35950413,0.36363637,0.35123968,0.35950413,0.3677686,0.36363637,0.36363637,0.37190083,0.38429752,0.3677686,0.33471075,0.338843,0.338843,0.30165288,0.3264463,0.19421488,0.12396694,0.5123967,0.5082645,0.5082645,0.5082645,0.5123967,0.54545456,0.5785124,0.57438016,0.56198347,0.57024795,0.57024795,0.5661157,0.56198347,0.55785125,0.5495868,0.5413223,0.5371901,0.5165289,0.49173555,0.48347107,0.4752066,0.46280992,0.46694216,0.48347107,0.49173555,0.5082645,0.5123967,0.5082645,0.5041322,0.4876033,0.46694216,0.45867768,0.45454547,0.42561984,0.43801653,0.48347107,0.5413223,0.5165289,0.48347107,0.45041323,0.37190083,0.30578512,0.3305785,0.38842976,0.3966942,0.40495867,0.40082645,0.38842976,0.38842976,0.38429752,0.38842976,0.39256197,0.39256197,0.40082645,0.41322315,0.4090909,0.38429752,0.37190083,0.35950413,0.3553719,0.30991736,0.3140496,0.1983471,0.12396694,0.5,0.4876033,0.48347107,0.5082645,0.53305787,0.55785125,0.58264464,0.59504133,0.57438016,0.553719,0.57024795,0.58264464,0.58264464,0.58264464,0.5785124,0.5661157,0.553719,0.5413223,0.5165289,0.5,0.5,0.5,0.5041322,0.5247934,0.5247934,0.53305787,0.5247934,0.5041322,0.49173555,0.47933885,0.46280992,0.45041323,0.4338843,0.42975205,0.42975205,0.47933885,0.5413223,0.53305787,0.49586776,0.46694216,0.39256197,0.29752067,0.30991736,0.39256197,0.42561984,0.42975205,0.4214876,0.41322315,0.4090909,0.41735536,0.42561984,0.4338843,0.43801653,0.44214877,0.43801653,0.42561984,0.4090909,0.40495867,0.38429752,0.35123968,0.33471075,0.3181818,0.1983471,0.12396694,0.46694216,0.48347107,0.49586776,0.5247934,0.5495868,0.5661157,0.5785124,0.58264464,0.58677685,0.57438016,0.57438016,0.59090906,0.59504133,0.59917355,0.59090906,0.58264464,0.5661157,0.5495868,0.5371901,0.5289256,0.5289256,0.5413223,0.5413223,0.553719,0.54545456,0.5371901,0.5247934,0.49586776,0.4752066,0.46694216,0.45867768,0.44214877,0.4338843,0.42975205,0.41735536,0.4752066,0.5413223,0.5495868,0.5165289,0.47107437,0.39256197,0.2892562,0.29338843,0.38016528,0.42561984,0.44214877,0.44214877,0.4338843,0.42975205,0.43801653,0.43801653,0.45041323,0.446281,0.446281,0.446281,0.4338843,0.42561984,0.41322315,0.3966942,0.36363637,0.33471075,0.30991736,0.20661157,0.11570248,0.45867768,0.47933885,0.5041322,0.53305787,0.553719,0.5661157,0.57438016,0.58677685,0.60330576,0.59504133,0.5785124,0.58264464,0.59917355,0.59504133,0.59090906,0.59090906,0.57438016,0.55785125,0.55785125,0.55785125,0.56198347,0.57024795,0.55785125,0.57024795,0.5413223,0.5371901,0.5123967,0.5,0.47107437,0.45454547,0.45041323,0.43801653,0.42975205,0.42975205,0.4338843,0.46694216,0.5495868,0.55785125,0.5289256,0.4876033,0.3966942,0.28512397,0.28099173,0.3553719,0.41322315,0.446281,0.45867768,0.45454547,0.45041323,0.45867768,0.446281,0.45041323,0.44214877,0.446281,0.45041323,0.43801653,0.41735536,0.4090909,0.41322315,0.37190083,0.33471075,0.3181818,0.20247933,0.11157025,0.4752066,0.4876033,0.5206612,0.5413223,0.54545456,0.553719,0.57438016,0.59504133,0.61157024,0.60330576,0.58677685,0.58264464,0.59917355,0.59090906,0.58677685,0.59090906,0.58264464,0.57438016,0.58264464,0.58264464,0.58264464,0.59090906,0.57024795,0.57024795,0.5495868,0.53305787,0.49586776,0.48347107,0.46694216,0.446281,0.44214877,0.44214877,0.43801653,0.43801653,0.446281,0.47107437,0.5371901,0.56198347,0.5289256,0.49586776,0.40495867,0.29338843,0.27272728,0.3305785,0.40082645,0.446281,0.47107437,0.4752066,0.47107437,0.4752066,0.45867768,0.46280992,0.45041323,0.45454547,0.46280992,0.446281,0.41735536,0.41322315,0.41322315,0.37190083,0.3264463,0.30578512,0.21487603,0.10330579,0.48347107,0.49586776,0.5206612,0.5247934,0.5289256,0.5371901,0.56198347,0.59090906,0.607438,0.607438,0.607438,0.60330576,0.607438,0.607438,0.59917355,0.61157024,0.607438,0.60330576,0.607438,0.60330576,0.59917355,0.59504133,0.5785124,0.57438016,0.56198347,0.53305787,0.5,0.47107437,0.446281,0.44214877,0.446281,0.446281,0.44214877,0.44214877,0.446281,0.48347107,0.5289256,0.5661157,0.5247934,0.49586776,0.4214876,0.3140496,0.26859504,0.30991736,0.38842976,0.446281,0.4752066,0.49173555,0.4876033,0.47933885,0.46694216,0.47107437,0.46694216,0.47933885,0.47107437,0.45041323,0.42975205,0.4214876,0.4090909,0.38016528,0.3264463,0.30165288,0.21900827,0.09917355,0.49173555,0.49173555,0.5,0.5,0.5165289,0.5289256,0.553719,0.58264464,0.607438,0.61570245,0.6280992,0.62396693,0.6280992,0.62396693,0.62396693,0.6280992,0.6280992,0.6198347,0.6198347,0.61157024,0.59090906,0.58264464,0.57024795,0.55785125,0.553719,0.5289256,0.49173555,0.45454547,0.43801653,0.446281,0.446281,0.446281,0.446281,0.45041323,0.45454547,0.47933885,0.5289256,0.5661157,0.5289256,0.49586776,0.44214877,0.338843,0.27272728,0.29338843,0.3677686,0.4338843,0.47107437,0.4876033,0.49586776,0.47107437,0.4752066,0.4876033,0.49173555,0.48347107,0.48347107,0.46280992,0.446281,0.42975205,0.40495867,0.3677686,0.32231405,0.29338843,0.21487603,0.09917355,0.49173555,0.4752066,0.4752066,0.4876033,0.5123967,0.53305787,0.5495868,0.5785124,0.607438,0.61570245,0.62396693,0.6322314,0.6322314,0.62396693,0.6322314,0.62396693,0.6198347,0.607438,0.607438,0.61157024,0.59504133,0.57438016,0.5495868,0.5413223,0.53305787,0.5247934,0.47933885,0.446281,0.43801653,0.446281,0.44214877,0.44214877,0.446281,0.45041323,0.46280992,0.48347107,0.53305787,0.56198347,0.54545456,0.49586776,0.45454547,0.35950413,0.2892562,0.2892562,0.34710744,0.41735536,0.46280992,0.48347107,0.49173555,0.5,0.5041322,0.4876033,0.5082645,0.5082645,0.49586776,0.47933885,0.45867768,0.4338843,0.3966942,0.35123968,0.3181818,0.27272728,0.20661157,0.08264463,0.47933885,0.45454547,0.46280992,0.49586776,0.5247934,0.54545456,0.553719,0.57438016,0.59917355,0.61157024,0.6198347,0.6322314,0.62396693,0.6363636,0.6198347,0.607438,0.60330576,0.59917355,0.59917355,0.60330576,0.59090906,0.55785125,0.53305787,0.5289256,0.5165289,0.5041322,0.46280992,0.44214877,0.43801653,0.44214877,0.44214877,0.43801653,0.43801653,0.446281,0.46694216,0.49173555,0.53305787,0.5661157,0.5495868,0.5,0.45454547,0.39256197,0.29752067,0.28099173,0.3305785,0.40082645,0.45454547,0.47933885,0.5,0.5082645,0.5082645,0.5,0.5123967,0.5082645,0.49586776,0.48347107,0.45867768,0.4338843,0.39256197,0.3429752,0.30991736,0.2644628,0.19421488,0.07438017,0.46694216,0.45454547,0.4752066,0.5123967,0.53305787,0.553719,0.5661157,0.57024795,0.58264464,0.60330576,0.61157024,0.61157024,0.62396693,0.6280992,0.62396693,0.59090906,0.60330576,0.59090906,0.58677685,0.58264464,0.57438016,0.553719,0.53305787,0.5247934,0.5123967,0.4876033,0.45867768,0.4338843,0.43801653,0.4338843,0.44214877,0.43801653,0.42975205,0.44214877,0.45867768,0.47933885,0.5289256,0.57438016,0.5413223,0.5041322,0.46694216,0.41322315,0.30578512,0.2768595,0.3181818,0.38842976,0.43801653,0.46694216,0.49586776,0.5123967,0.5041322,0.5,0.5123967,0.5041322,0.49586776,0.4752066,0.45454547,0.42975205,0.39256197,0.338843,0.29752067,0.26859504,0.18595041,0.0785124,0.46280992,0.46694216,0.49586776,0.5165289,0.5413223,0.553719,0.56198347,0.57024795,0.58264464,0.59504133,0.607438,0.607438,0.61157024,0.607438,0.60330576,0.58264464,0.58677685,0.58264464,0.57024795,0.56198347,0.553719,0.5495868,0.53305787,0.5165289,0.5082645,0.47933885,0.45867768,0.4338843,0.44214877,0.43801653,0.446281,0.4338843,0.42561984,0.42975205,0.44214877,0.47107437,0.5289256,0.57024795,0.553719,0.5082645,0.47933885,0.42561984,0.30165288,0.25619835,0.30578512,0.37190083,0.4214876,0.45454547,0.47933885,0.49173555,0.49173555,0.5041322,0.5082645,0.5,0.49173555,0.46280992,0.44214877,0.4214876,0.39256197,0.33471075,0.28512397,0.26859504,0.18595041,0.08264463,0.45867768,0.47933885,0.5041322,0.5082645,0.53305787,0.5413223,0.553719,0.57024795,0.5785124,0.58264464,0.59504133,0.59504133,0.59917355,0.59090906,0.58677685,0.57024795,0.5661157,0.57024795,0.56198347,0.5413223,0.53305787,0.5371901,0.5206612,0.5,0.4876033,0.47107437,0.45041323,0.44214877,0.45454547,0.45454547,0.45867768,0.44214877,0.42561984,0.41735536,0.4338843,0.47107437,0.5165289,0.57024795,0.55785125,0.5206612,0.49586776,0.41735536,0.2892562,0.2644628,0.30578512,0.3553719,0.40495867,0.43801653,0.45867768,0.47107437,0.47933885,0.4876033,0.49586776,0.49586776,0.47933885,0.45454547,0.42975205,0.41322315,0.38842976,0.3264463,0.28099173,0.26859504,0.17768595,0.09090909,0.45041323,0.48347107,0.48347107,0.5,0.5289256,0.5371901,0.5495868,0.5661157,0.5661157,0.56198347,0.5661157,0.58264464,0.5785124,0.57024795,0.55785125,0.55785125,0.553719,0.55785125,0.54545456,0.5289256,0.5206612,0.5123967,0.5,0.47933885,0.46280992,0.45041323,0.4338843,0.44214877,0.4752066,0.47107437,0.47107437,0.45454547,0.43801653,0.42561984,0.42561984,0.45867768,0.5165289,0.56198347,0.55785125,0.5247934,0.5,0.41735536,0.2892562,0.28099173,0.30578512,0.34710744,0.38842976,0.41735536,0.44214877,0.46280992,0.47107437,0.47107437,0.48347107,0.4876033,0.46280992,0.45041323,0.4214876,0.4090909,0.38429752,0.3140496,0.27272728,0.2603306,0.16528925,0.09917355,0.43801653,0.4752066,0.4752066,0.49586776,0.5165289,0.5206612,0.5247934,0.5413223,0.54545456,0.5413223,0.54545456,0.55785125,0.55785125,0.5495868,0.5371901,0.54545456,0.5371901,0.53305787,0.5289256,0.5206612,0.5041322,0.49173555,0.4752066,0.46280992,0.446281,0.42561984,0.4090909,0.4338843,0.47933885,0.4876033,0.47933885,0.46694216,0.44214877,0.42975205,0.42975205,0.45867768,0.5082645,0.54545456,0.553719,0.5371901,0.5041322,0.42975205,0.29338843,0.28099173,0.30991736,0.3429752,0.37603307,0.40082645,0.42561984,0.45041323,0.45867768,0.45041323,0.46694216,0.47107437,0.45041323,0.43801653,0.41735536,0.40495867,0.37190083,0.30991736,0.27272728,0.24793388,0.1570248,0.10743801,0.42561984,0.45867768,0.46694216,0.4876033,0.5,0.5041322,0.5082645,0.5082645,0.5123967,0.5247934,0.5289256,0.53305787,0.5371901,0.5371901,0.5289256,0.53305787,0.5247934,0.5123967,0.5165289,0.5123967,0.4876033,0.47107437,0.45867768,0.45454547,0.45454547,0.41735536,0.38842976,0.4338843,0.45867768,0.48347107,0.47107437,0.47107437,0.45041323,0.43801653,0.44214877,0.45867768,0.5,0.5495868,0.5661157,0.54545456,0.5041322,0.4338843,0.30165288,0.28099173,0.29752067,0.33471075,0.3677686,0.38842976,0.41322315,0.43801653,0.45041323,0.43801653,0.45454547,0.45041323,0.43801653,0.42561984,0.4090909,0.38842976,0.3553719,0.30578512,0.2644628,0.22727273,0.1570248,0.12809917,0.41322315,0.44214877,0.46280992,0.46694216,0.48347107,0.49173555,0.49173555,0.4876033,0.4876033,0.5,0.5082645,0.5123967,0.5206612,0.5206612,0.5247934,0.5206612,0.5165289,0.5041322,0.5041322,0.5,0.4752066,0.45041323,0.45041323,0.46694216,0.47107437,0.4338843,0.39256197,0.42975205,0.43801653,0.46694216,0.446281,0.46280992,0.446281,0.42561984,0.43801653,0.45867768,0.49586776,0.54545456,0.55785125,0.53305787,0.49586776,0.4338843,0.3181818,0.27272728,0.2768595,0.3181818,0.3553719,0.37603307,0.40082645,0.42561984,0.44214877,0.42561984,0.446281,0.4338843,0.4338843,0.4090909,0.39256197,0.37603307,0.3429752,0.28099173,0.2520661,0.21900827,0.1570248,0.1446281,0.4214876,0.42975205,0.43801653,0.45041323,0.46694216,0.46694216,0.46694216,0.46280992,0.46694216,0.4752066,0.4876033,0.5,0.5041322,0.5041322,0.5082645,0.5123967,0.5123967,0.5082645,0.49173555,0.47933885,0.45454547,0.446281,0.46694216,0.49173555,0.4876033,0.45041323,0.3966942,0.38429752,0.40495867,0.4214876,0.41735536,0.42561984,0.41735536,0.4090909,0.4214876,0.45041323,0.4876033,0.5247934,0.5206612,0.49586776,0.4752066,0.41735536,0.3264463,0.25619835,0.25619835,0.29752067,0.338843,0.36363637,0.38429752,0.4090909,0.42561984,0.41735536,0.4338843,0.42561984,0.41322315,0.40082645,0.38429752,0.36363637,0.32231405,0.27272728,0.2520661,0.21900827,0.16528925,0.16115703,0.42561984,0.42561984,0.4214876,0.43801653,0.45041323,0.44214877,0.4338843,0.4338843,0.44214877,0.45041323,0.46694216,0.4876033,0.49173555,0.4876033,0.49173555,0.5,0.5041322,0.4876033,0.47107437,0.45454547,0.43801653,0.45867768,0.4876033,0.5082645,0.5165289,0.4876033,0.41735536,0.33471075,0.338843,0.3429752,0.30165288,0.30165288,0.3429752,0.38016528,0.3966942,0.42975205,0.4752066,0.49173555,0.4752066,0.45454547,0.43801653,0.40082645,0.3264463,0.23140496,0.2231405,0.2768595,0.3264463,0.3429752,0.35950413,0.38429752,0.40082645,0.41735536,0.42975205,0.41735536,0.3966942,0.39256197,0.36363637,0.34710744,0.3181818,0.26859504,0.25619835,0.21900827,0.16528925,0.1694215,0.4214876,0.42561984,0.41735536,0.42561984,0.42975205,0.41322315,0.40495867,0.4090909,0.42561984,0.43801653,0.45454547,0.4752066,0.47933885,0.47107437,0.48347107,0.48347107,0.47107437,0.45454547,0.44214877,0.4214876,0.43801653,0.4752066,0.5041322,0.5206612,0.5247934,0.5123967,0.45454547,0.3429752,0.2644628,0.2603306,0.21487603,0.20247933,0.23140496,0.3181818,0.37190083,0.4090909,0.44214877,0.45454547,0.43801653,0.4214876,0.41322315,0.38016528,0.30991736,0.20661157,0.19421488,0.2644628,0.3264463,0.33471075,0.3305785,0.35123968,0.37603307,0.39256197,0.41322315,0.40082645,0.38429752,0.37190083,0.35123968,0.3264463,0.29752067,0.26859504,0.2520661,0.2107438,0.16528925,0.16528925,0.41735536,0.42561984,0.4214876,0.41735536,0.40082645,0.38842976,0.38842976,0.40082645,0.41735536,0.4338843,0.446281,0.45454547,0.46694216,0.46694216,0.45867768,0.45454547,0.4338843,0.42975205,0.41735536,0.42975205,0.46280992,0.49586776,0.5123967,0.5165289,0.5123967,0.5,0.47107437,0.38842976,0.25619835,0.23966943,0.21900827,0.20247933,0.18181819,0.24380165,0.338843,0.38842976,0.4090909,0.4090909,0.40082645,0.39256197,0.38842976,0.3429752,0.2768595,0.19421488,0.19421488,0.26859504,0.33471075,0.34710744,0.3305785,0.32231405,0.338843,0.3677686,0.39256197,0.38842976,0.38429752,0.3677686,0.3429752,0.30165288,0.28099173,0.2520661,0.24380165,0.20661157,0.1694215,0.1694215,0.4214876,0.4338843,0.4338843,0.41735536,0.38016528,0.38842976,0.3966942,0.41322315,0.4338843,0.44214877,0.4338843,0.43801653,0.45041323,0.446281,0.4214876,0.41322315,0.41322315,0.3966942,0.43801653,0.46280992,0.4876033,0.5,0.5123967,0.5165289,0.5041322,0.4876033,0.47107437,0.41735536,0.33471075,0.29338843,0.2768595,0.25619835,0.2231405,0.20661157,0.28512397,0.35950413,0.37603307,0.37190083,0.36363637,0.35950413,0.35123968,0.30578512,0.23140496,0.19421488,0.2231405,0.28099173,0.338843,0.36363637,0.35950413,0.338843,0.3181818,0.32231405,0.35950413,0.37603307,0.37603307,0.3677686,0.3305785,0.29338843,0.26859504,0.2520661,0.23553719,0.19421488,0.16528925,0.17355372,0.4338843,0.446281,0.45041323,0.42561984,0.38016528,0.41322315,0.42561984,0.42975205,0.446281,0.44214877,0.42975205,0.4214876,0.41322315,0.4090909,0.40495867,0.40082645,0.4214876,0.4338843,0.48347107,0.5,0.5041322,0.5082645,0.5082645,0.5082645,0.49173555,0.4752066,0.46280992,0.42975205,0.38842976,0.35123968,0.32231405,0.30165288,0.28512397,0.2231405,0.22727273,0.30578512,0.34710744,0.3429752,0.3305785,0.3264463,0.3181818,0.2644628,0.1983471,0.20247933,0.26859504,0.30578512,0.3305785,0.3553719,0.37603307,0.3677686,0.338843,0.30991736,0.30991736,0.34710744,0.37603307,0.37190083,0.3140496,0.2768595,0.26859504,0.25619835,0.2231405,0.17768595,0.16528925,0.17355372,0.45041323,0.45867768,0.45867768,0.44214877,0.3966942,0.4338843,0.45041323,0.43801653,0.446281,0.42975205,0.41322315,0.40082645,0.40495867,0.41322315,0.4214876,0.4338843,0.45867768,0.48347107,0.5041322,0.5123967,0.5041322,0.5,0.5041322,0.5,0.47933885,0.46694216,0.45867768,0.4338843,0.40495867,0.38429752,0.3429752,0.32231405,0.30578512,0.2644628,0.20661157,0.23966943,0.29752067,0.30578512,0.29338843,0.2892562,0.2603306,0.2107438,0.1983471,0.23140496,0.29752067,0.3305785,0.3264463,0.35123968,0.37603307,0.37603307,0.3677686,0.338843,0.30578512,0.32231405,0.36363637,0.37190083,0.3140496,0.2603306,0.2892562,0.26859504,0.21487603,0.17355372,0.16528925,0.17355372,0.45867768,0.46694216,0.46280992,0.45041323,0.42561984,0.44214877,0.45041323,0.4338843,0.446281,0.42561984,0.41322315,0.4338843,0.446281,0.446281,0.45454547,0.4752066,0.5041322,0.5247934,0.5,0.5,0.4876033,0.48347107,0.4876033,0.4876033,0.4752066,0.46694216,0.45867768,0.43801653,0.41735536,0.40082645,0.36363637,0.338843,0.3181818,0.2892562,0.22727273,0.20247933,0.22727273,0.24380165,0.23966943,0.22727273,0.20247933,0.18181819,0.20661157,0.2520661,0.30165288,0.3305785,0.3305785,0.3429752,0.36363637,0.37190083,0.37190083,0.3553719,0.3181818,0.30991736,0.3429752,0.3677686,0.3140496,0.25619835,0.30991736,0.28099173,0.2107438,0.1694215,0.1694215,0.17355372,0.44214877,0.45041323,0.46280992,0.45041323,0.4338843,0.45041323,0.43801653,0.45041323,0.446281,0.43801653,0.46280992,0.46694216,0.45867768,0.46280992,0.47933885,0.5,0.5165289,0.5165289,0.49173555,0.49586776,0.4752066,0.4752066,0.47107437,0.47107437,0.46694216,0.45867768,0.45041323,0.43801653,0.41735536,0.40495867,0.37603307,0.35123968,0.3429752,0.30578512,0.25619835,0.20247933,0.17768595,0.1694215,0.17768595,0.18181819,0.17355372,0.18181819,0.21487603,0.24380165,0.30165288,0.32231405,0.3264463,0.33471075,0.35123968,0.36363637,0.3677686,0.3553719,0.3305785,0.3181818,0.33471075,0.35950413,0.3140496,0.2644628,0.3305785,0.28099173,0.19421488,0.15289256,0.1570248,0.1694215,0.44214877,0.44214877,0.446281,0.43801653,0.42561984,0.45454547,0.446281,0.45454547,0.44214877,0.46280992,0.4876033,0.47107437,0.45454547,0.46694216,0.49586776,0.5041322,0.5041322,0.49173555,0.4876033,0.47933885,0.4752066,0.4752066,0.46280992,0.45867768,0.45867768,0.45041323,0.44214877,0.42561984,0.41735536,0.41322315,0.40495867,0.38016528,0.3677686,0.3429752,0.28512397,0.21900827,0.20247933,0.18595041,0.18595041,0.19008264,0.19421488,0.21487603,0.23966943,0.2644628,0.29752067,0.3181818,0.3181818,0.338843,0.338843,0.35123968,0.3553719,0.338843,0.3264463,0.3264463,0.33471075,0.35123968,0.30578512,0.2768595,0.3429752,0.26859504,0.16115703,0.12809917,0.1446281,0.16115703,0.42975205,0.44214877,0.44214877,0.4338843,0.4338843,0.44214877,0.44214877,0.446281,0.45867768,0.47933885,0.4876033,0.46694216,0.45041323,0.46694216,0.4876033,0.4876033,0.4752066,0.46694216,0.46694216,0.45454547,0.46280992,0.4752066,0.45454547,0.45867768,0.45041323,0.446281,0.42561984,0.41735536,0.42975205,0.42975205,0.4214876,0.41322315,0.39256197,0.38429752,0.3181818,0.28512397,0.27272728,0.25619835,0.24380165,0.24380165,0.24380165,0.25619835,0.2768595,0.26859504,0.29752067,0.30578512,0.32231405,0.33471075,0.3305785,0.35123968,0.34710744,0.3264463,0.3181818,0.32231405,0.33471075,0.34710744,0.29752067,0.28512397,0.3264463,0.26859504,0.12809917,0.09917355,0.11983471,0.14876033,0.41735536,0.44214877,0.45454547,0.43801653,0.4214876,0.42975205,0.44214877,0.45041323,0.4752066,0.4876033,0.47107437,0.45041323,0.45454547,0.46280992,0.46694216,0.45867768,0.44214877,0.4338843,0.44214877,0.44214877,0.44214877,0.46280992,0.44214877,0.45041323,0.44214877,0.43801653,0.41735536,0.4090909,0.42975205,0.43801653,0.4214876,0.42561984,0.41322315,0.4090909,0.35950413,0.34710744,0.338843,0.3305785,0.3181818,0.30991736,0.30165288,0.30165288,0.30165288,0.2768595,0.29752067,0.30165288,0.33471075,0.33471075,0.3305785,0.34710744,0.338843,0.3181818,0.3140496,0.3181818,0.3305785,0.338843,0.2892562,0.2892562,0.3181818,0.2520661,0.12396694,0.11157025,0.12809917,0.14876033,0.41322315,0.43801653,0.45454547,0.45041323,0.42975205,0.42975205,0.45041323,0.46694216,0.48347107,0.47933885,0.45867768,0.43801653,0.45041323,0.446281,0.42975205,0.42561984,0.41322315,0.40495867,0.4090909,0.41735536,0.42561984,0.41735536,0.43801653,0.4338843,0.42975205,0.41322315,0.41735536,0.4214876,0.4214876,0.42975205,0.42975205,0.42975205,0.45041323,0.45867768,0.3966942,0.3966942,0.39256197,0.38016528,0.37190083,0.3553719,0.338843,0.32231405,0.30991736,0.29338843,0.29338843,0.30991736,0.33471075,0.33471075,0.3264463,0.3305785,0.3264463,0.3181818,0.32231405,0.3181818,0.32231405,0.33471075,0.28512397,0.28512397,0.30991736,0.21487603,0.11983471,0.14049587,0.16115703,0.16528925,0.40082645,0.42975205,0.45867768,0.46280992,0.446281,0.4338843,0.46280992,0.47107437,0.46694216,0.46694216,0.46280992,0.43801653,0.43801653,0.41322315,0.39256197,0.38016528,0.37190083,0.3553719,0.3429752,0.34710744,0.3677686,0.38842976,0.4090909,0.41322315,0.41735536,0.4090909,0.40495867,0.40495867,0.40495867,0.40082645,0.40495867,0.41322315,0.42975205,0.44214877,0.42561984,0.41735536,0.4090909,0.39256197,0.38016528,0.35950413,0.338843,0.32231405,0.30165288,0.2892562,0.2892562,0.29338843,0.30991736,0.30991736,0.3264463,0.32231405,0.30991736,0.32231405,0.3305785,0.3305785,0.33471075,0.3181818,0.2892562,0.28512397,0.27272728,0.1983471,0.11983471,0.1570248,0.17355372,0.18181819,0.38842976,0.41735536,0.45041323,0.45867768,0.44214877,0.43801653,0.46280992,0.46694216,0.45867768,0.47107437,0.47107437,0.45041323,0.42975205,0.38842976,0.36363637,0.3553719,0.33471075,0.30578512,0.2768595,0.23966943,0.25619835,0.30165288,0.3264463,0.34710744,0.35950413,0.35123968,0.338843,0.33471075,0.3305785,0.3305785,0.338843,0.35123968,0.3677686,0.38429752,0.39256197,0.38842976,0.38429752,0.3677686,0.35123968,0.3264463,0.30991736,0.29338843,0.26859504,0.24793388,0.23966943,0.23553719,0.2520661,0.26859504,0.3181818,0.3181818,0.30578512,0.3264463,0.338843,0.34710744,0.3429752,0.3140496,0.28099173,0.2892562,0.2603306,0.1694215,0.11570248,0.14876033,0.17355372,0.18181819,0.38429752,0.4090909,0.44214877,0.446281,0.42975205,0.4338843,0.45041323,0.45867768,0.45867768,0.4752066,0.4752066,0.45867768,0.42975205,0.38842976,0.36363637,0.3677686,0.35123968,0.3264463,0.30165288,0.2231405,0.1570248,0.1983471,0.23140496,0.2644628,0.32231405,0.338843,0.28099173,0.26859504,0.28099173,0.27272728,0.2892562,0.32231405,0.3264463,0.3264463,0.3140496,0.3305785,0.32231405,0.3181818,0.30165288,0.2768595,0.2603306,0.24793388,0.21487603,0.17355372,0.16528925,0.16528925,0.18595041,0.2520661,0.3140496,0.3181818,0.3140496,0.32231405,0.33471075,0.3429752,0.338843,0.30165288,0.26859504,0.2892562,0.23966943,0.14876033,0.10743801,0.12809917,0.1570248,0.17768595,0.38016528,0.40082645,0.42975205,0.44214877,0.42561984,0.4214876,0.4338843,0.44214877,0.45041323,0.47107437,0.47933885,0.46694216,0.44214877,0.4090909,0.37190083,0.37603307,0.37603307,0.38016528,0.39256197,0.35123968,0.2603306,0.21487603,0.20247933,0.26859504,0.38429752,0.40495867,0.3264463,0.30991736,0.3264463,0.3181818,0.33471075,0.38016528,0.37603307,0.3429752,0.29752067,0.29752067,0.30165288,0.30578512,0.30165288,0.24380165,0.21487603,0.21900827,0.18181819,0.12809917,0.1322314,0.1694215,0.23553719,0.29338843,0.3264463,0.338843,0.3181818,0.3429752,0.3429752,0.33471075,0.3181818,0.28099173,0.2644628,0.2768595,0.21900827,0.13636364,0.11983471,0.12396694,0.13636364,0.17355372,0.37603307,0.40082645,0.42561984,0.44214877,0.4338843,0.41735536,0.4214876,0.4338843,0.44214877,0.45867768,0.47933885,0.46694216,0.4338843,0.40495867,0.38016528,0.38429752,0.3966942,0.4090909,0.42975205,0.4338843,0.37603307,0.30991736,0.23553719,0.26859504,0.41322315,0.4338843,0.3305785,0.35123968,0.3966942,0.39256197,0.41322315,0.45867768,0.45867768,0.41322315,0.3429752,0.3305785,0.36363637,0.37190083,0.38429752,0.27272728,0.21487603,0.2231405,0.1983471,0.1570248,0.19008264,0.26859504,0.3140496,0.30991736,0.3181818,0.30578512,0.338843,0.34710744,0.3429752,0.3305785,0.29338843,0.2644628,0.2644628,0.2520661,0.17355372,0.1322314,0.1446281,0.13636364,0.12809917,0.17355372,0.38016528,0.40082645,0.42561984,0.43801653,0.43801653,0.41735536,0.4090909,0.4214876,0.43801653,0.44214877,0.47107437,0.4752066,0.4338843,0.38842976,0.41322315,0.4214876,0.41735536,0.41735536,0.4338843,0.45867768,0.45041323,0.4090909,0.33471075,0.28512397,0.40082645,0.38016528,0.2603306,0.3429752,0.42561984,0.42561984,0.446281,0.49173555,0.5,0.46280992,0.38429752,0.38016528,0.43801653,0.446281,0.45454547,0.3305785,0.21900827,0.23140496,0.23553719,0.23140496,0.28099173,0.3181818,0.33471075,0.3305785,0.30991736,0.2892562,0.33471075,0.3429752,0.3264463,0.3140496,0.27272728,0.2520661,0.2603306,0.2107438,0.1322314,0.1322314,0.1570248,0.14876033,0.1446281,0.17768595,0.38429752,0.39256197,0.42561984,0.4338843,0.4338843,0.41735536,0.38842976,0.39256197,0.4338843,0.43801653,0.45454547,0.45867768,0.4214876,0.40082645,0.41735536,0.43801653,0.43801653,0.4214876,0.42561984,0.45454547,0.46694216,0.45454547,0.4214876,0.35950413,0.40495867,0.35123968,0.23966943,0.30991736,0.39256197,0.40082645,0.4214876,0.46280992,0.47933885,0.45867768,0.37603307,0.3677686,0.46280992,0.47107437,0.45454547,0.32231405,0.1983471,0.23140496,0.28099173,0.28512397,0.30578512,0.3305785,0.33471075,0.3181818,0.30991736,0.30165288,0.338843,0.33471075,0.3140496,0.29752067,0.2644628,0.2603306,0.24793388,0.1694215,0.10743801,0.1322314,0.1570248,0.1570248,0.17355372,0.18595041,0.38842976,0.38842976,0.41735536,0.4214876,0.41735536,0.40495867,0.38429752,0.38842976,0.4214876,0.4338843,0.41735536,0.41322315,0.40082645,0.4090909,0.4214876,0.446281,0.45041323,0.43801653,0.42975205,0.44214877,0.45454547,0.45867768,0.45454547,0.446281,0.45041323,0.41322315,0.33471075,0.3181818,0.35123968,0.35123968,0.3429752,0.36363637,0.3966942,0.38429752,0.3181818,0.2603306,0.40495867,0.38016528,0.3305785,0.24793388,0.2520661,0.29752067,0.30991736,0.30578512,0.3140496,0.3264463,0.3264463,0.3181818,0.3140496,0.3305785,0.35123968,0.32231405,0.30578512,0.27272728,0.2644628,0.26859504,0.21900827,0.14049587,0.10743801,0.1446281,0.16528925,0.1694215,0.18595041,0.19008264,0.39256197,0.40495867,0.41322315,0.4090909,0.3966942,0.38016528,0.37603307,0.38842976,0.4090909,0.4214876,0.38429752,0.38429752,0.40495867,0.42561984,0.41735536,0.44214877,0.45454547,0.446281,0.43801653,0.4338843,0.43801653,0.446281,0.45041323,0.48347107,0.5,0.5,0.45867768,0.4090909,0.39256197,0.3677686,0.3181818,0.28099173,0.26859504,0.2644628,0.25619835,0.21900827,0.28099173,0.27272728,0.28099173,0.2892562,0.32231405,0.3305785,0.30165288,0.29338843,0.30165288,0.3140496,0.3264463,0.3305785,0.3264463,0.34710744,0.338843,0.30165288,0.29752067,0.2603306,0.2603306,0.24380165,0.18181819,0.12396694,0.11983471,0.1570248,0.17355372,0.17768595,0.18181819,0.17768595,0.3677686,0.3966942,0.40495867,0.40082645,0.3966942,0.38429752,0.37603307,0.37190083,0.38016528,0.39256197,0.38842976,0.4090909,0.41322315,0.42561984,0.41322315,0.4338843,0.446281,0.45041323,0.446281,0.42975205,0.41735536,0.4214876,0.4338843,0.4752066,0.5082645,0.5247934,0.5165289,0.49173555,0.49173555,0.47107437,0.40495867,0.3429752,0.3181818,0.3181818,0.3264463,0.34710744,0.3305785,0.33471075,0.35950413,0.35123968,0.3429752,0.32231405,0.28512397,0.28099173,0.30165288,0.30991736,0.3181818,0.33471075,0.3305785,0.33471075,0.30991736,0.2768595,0.28512397,0.26859504,0.24380165,0.19008264,0.14049587,0.12809917,0.14049587,0.16528925,0.17355372,0.18181819,0.17768595,0.19421488,0.3553719,0.35123968,0.35950413,0.36363637,0.3966942,0.40082645,0.39256197,0.38016528,0.3677686,0.37190083,0.3966942,0.41735536,0.4214876,0.41322315,0.41735536,0.42561984,0.42561984,0.44214877,0.45041323,0.42975205,0.4090909,0.40495867,0.4214876,0.45041323,0.47933885,0.49586776,0.5123967,0.5041322,0.5371901,0.5371901,0.46694216,0.41322315,0.40082645,0.41735536,0.4338843,0.42561984,0.40082645,0.3677686,0.38429752,0.3677686,0.3305785,0.29752067,0.28099173,0.28512397,0.30165288,0.3140496,0.3181818,0.3264463,0.338843,0.3140496,0.2892562,0.2520661,0.28099173,0.2644628,0.19008264,0.1322314,0.11157025,0.14049587,0.16528925,0.1694215,0.17355372,0.17355372,0.18181819,0.18595041,38 +0.30165288,0.24793388,0.17768595,0.12396694,0.13636364,0.1983471,0.29752067,0.38429752,0.44214877,0.45041323,0.45867768,0.46280992,0.47107437,0.49173555,0.5082645,0.5371901,0.5413223,0.5371901,0.5413223,0.55785125,0.56198347,0.55785125,0.55785125,0.57024795,0.57024795,0.55785125,0.54545456,0.5413223,0.5289256,0.5371901,0.55785125,0.55785125,0.5495868,0.55785125,0.5661157,0.56198347,0.553719,0.53305787,0.5123967,0.49586776,0.48347107,0.46280992,0.43801653,0.41735536,0.3966942,0.3429752,0.30165288,0.29752067,0.26859504,0.24793388,0.21900827,0.20661157,0.19008264,0.16115703,0.1446281,0.14049587,0.12809917,0.1322314,0.12809917,0.12396694,0.12396694,0.11983471,0.12396694,0.13636364,0.30578512,0.2603306,0.18595041,0.12809917,0.14876033,0.22727273,0.32231405,0.3966942,0.44214877,0.446281,0.45454547,0.46694216,0.47933885,0.5,0.5165289,0.5413223,0.5371901,0.53305787,0.5371901,0.54545456,0.553719,0.5495868,0.5495868,0.56198347,0.56198347,0.55785125,0.553719,0.5413223,0.53305787,0.53305787,0.54545456,0.553719,0.553719,0.5495868,0.5661157,0.58677685,0.5785124,0.57024795,0.553719,0.5371901,0.5247934,0.5082645,0.47933885,0.46694216,0.46694216,0.42975205,0.37190083,0.35123968,0.35123968,0.3305785,0.2892562,0.2603306,0.23553719,0.20661157,0.17768595,0.16115703,0.1446281,0.1322314,0.11983471,0.11570248,0.12809917,0.11570248,0.1322314,0.11983471,0.29338843,0.24793388,0.1983471,0.1446281,0.14876033,0.24793388,0.3553719,0.40495867,0.4338843,0.446281,0.46280992,0.46694216,0.4876033,0.5041322,0.5206612,0.53305787,0.5289256,0.53305787,0.53305787,0.53305787,0.54545456,0.53305787,0.5371901,0.5495868,0.54545456,0.553719,0.54545456,0.5413223,0.5413223,0.5371901,0.5371901,0.5413223,0.54545456,0.54545456,0.553719,0.5661157,0.57438016,0.57024795,0.55785125,0.5413223,0.53305787,0.5247934,0.5123967,0.5041322,0.5041322,0.4752066,0.4338843,0.3966942,0.38016528,0.37603307,0.36363637,0.3429752,0.29338843,0.26859504,0.23140496,0.1983471,0.16528925,0.14876033,0.13636364,0.11983471,0.11570248,0.10743801,0.10330579,0.10330579,0.27272728,0.23553719,0.18595041,0.14049587,0.16115703,0.27272728,0.37603307,0.40082645,0.42561984,0.4338843,0.46280992,0.46694216,0.47933885,0.49586776,0.5123967,0.5123967,0.5123967,0.5247934,0.5247934,0.5289256,0.5371901,0.5206612,0.5165289,0.53305787,0.53305787,0.5371901,0.5413223,0.5413223,0.53305787,0.5289256,0.5289256,0.5289256,0.5371901,0.5413223,0.53305787,0.5371901,0.553719,0.55785125,0.5495868,0.5413223,0.53305787,0.5289256,0.5206612,0.5206612,0.5206612,0.5082645,0.48347107,0.45041323,0.4090909,0.39256197,0.3966942,0.40495867,0.37603307,0.3429752,0.30991736,0.2644628,0.2231405,0.18181819,0.16115703,0.1446281,0.13636364,0.12809917,0.11157025,0.09504132,0.2520661,0.21900827,0.1570248,0.10743801,0.19421488,0.3140496,0.38429752,0.40082645,0.4090909,0.4214876,0.46280992,0.46694216,0.4752066,0.47933885,0.5,0.48347107,0.49586776,0.5,0.5123967,0.5165289,0.5247934,0.5165289,0.5,0.5082645,0.5165289,0.5206612,0.5165289,0.5123967,0.5041322,0.5041322,0.5165289,0.5165289,0.5206612,0.5289256,0.5206612,0.5206612,0.5371901,0.54545456,0.5371901,0.53305787,0.5371901,0.5289256,0.5206612,0.5206612,0.5247934,0.5206612,0.5123967,0.49173555,0.45041323,0.41735536,0.4090909,0.41735536,0.42561984,0.41735536,0.40082645,0.37190083,0.34710744,0.30165288,0.23553719,0.18181819,0.16115703,0.1446281,0.1570248,0.12396694,0.25619835,0.19008264,0.12809917,0.11983471,0.20661157,0.3429752,0.38842976,0.38842976,0.40082645,0.41322315,0.446281,0.45454547,0.45454547,0.45454547,0.47933885,0.46280992,0.4752066,0.4752066,0.49173555,0.49586776,0.5123967,0.5082645,0.4876033,0.49586776,0.5082645,0.5041322,0.49586776,0.48347107,0.47933885,0.47107437,0.48347107,0.49173555,0.5,0.5123967,0.5165289,0.5082645,0.5165289,0.5206612,0.5165289,0.5206612,0.5247934,0.5247934,0.5247934,0.5247934,0.5247934,0.5165289,0.5247934,0.5165289,0.48347107,0.45041323,0.42975205,0.41322315,0.4214876,0.43801653,0.44214877,0.4214876,0.41735536,0.3966942,0.35123968,0.2768595,0.21900827,0.17768595,0.1694215,0.14049587,0.24793388,0.18181819,0.11570248,0.11570248,0.22727273,0.35123968,0.38016528,0.38842976,0.38429752,0.39256197,0.4090909,0.4214876,0.41322315,0.4214876,0.44214877,0.44214877,0.42561984,0.446281,0.45454547,0.46280992,0.4876033,0.47933885,0.4752066,0.47933885,0.5123967,0.4876033,0.4876033,0.47933885,0.45867768,0.45867768,0.45867768,0.45867768,0.4752066,0.5,0.5082645,0.5,0.5082645,0.5041322,0.5,0.5041322,0.5041322,0.5082645,0.5165289,0.5165289,0.5082645,0.5041322,0.5123967,0.5123967,0.48347107,0.45867768,0.43801653,0.41322315,0.39256197,0.41322315,0.43801653,0.45867768,0.446281,0.42975205,0.40495867,0.37603307,0.3140496,0.2520661,0.20661157,0.17355372,0.24793388,0.17768595,0.1322314,0.09917355,0.23966943,0.35123968,0.37190083,0.38429752,0.34710744,0.3429752,0.3677686,0.37603307,0.38016528,0.37190083,0.38842976,0.38429752,0.3553719,0.35950413,0.38429752,0.4090909,0.44214877,0.45041323,0.45867768,0.47107437,0.5,0.5,0.4876033,0.4752066,0.45041323,0.45454547,0.44214877,0.42975205,0.45867768,0.49173555,0.49586776,0.49586776,0.5,0.48347107,0.4752066,0.4752066,0.46694216,0.46280992,0.4752066,0.48347107,0.47107437,0.46694216,0.47107437,0.47107437,0.45867768,0.43801653,0.42975205,0.41735536,0.39256197,0.38842976,0.4090909,0.45041323,0.46694216,0.45041323,0.42561984,0.40495867,0.35950413,0.3264463,0.28099173,0.24380165,0.23553719,0.17768595,0.14049587,0.09917355,0.24380165,0.3429752,0.34710744,0.35123968,0.30578512,0.3140496,0.338843,0.3264463,0.33471075,0.3181818,0.30578512,0.29752067,0.28099173,0.26859504,0.29338843,0.32231405,0.37190083,0.3966942,0.41735536,0.45041323,0.48347107,0.49586776,0.49586776,0.46694216,0.45041323,0.446281,0.45041323,0.4338843,0.45041323,0.46694216,0.46694216,0.46694216,0.46694216,0.45041323,0.4338843,0.41735536,0.40495867,0.40082645,0.41322315,0.4214876,0.41322315,0.4090909,0.41322315,0.41322315,0.41322315,0.41322315,0.4090909,0.40495867,0.40495867,0.38842976,0.37603307,0.39256197,0.42561984,0.42975205,0.42975205,0.42561984,0.3966942,0.35950413,0.3305785,0.29338843,0.23140496,0.18181819,0.1446281,0.10330579,0.23553719,0.33471075,0.3181818,0.3140496,0.28512397,0.29338843,0.3181818,0.29752067,0.29338843,0.28099173,0.24380165,0.23553719,0.2231405,0.23553719,0.23553719,0.24380165,0.30578512,0.338843,0.35123968,0.40082645,0.46280992,0.4876033,0.4876033,0.46694216,0.45041323,0.45867768,0.46694216,0.45041323,0.45454547,0.45454547,0.43801653,0.4214876,0.42561984,0.41735536,0.38842976,0.3677686,0.34710744,0.33471075,0.32231405,0.32231405,0.33471075,0.338843,0.34710744,0.35123968,0.3677686,0.37603307,0.37190083,0.39256197,0.4090909,0.3966942,0.37190083,0.35123968,0.37190083,0.40082645,0.42561984,0.41735536,0.4090909,0.38429752,0.34710744,0.3429752,0.22727273,0.19421488,0.15289256,0.11157025,0.23553719,0.3181818,0.29338843,0.2768595,0.2644628,0.27272728,0.29752067,0.29752067,0.29752067,0.29752067,0.28099173,0.27272728,0.2644628,0.25619835,0.23140496,0.23553719,0.24793388,0.27272728,0.29752067,0.32231405,0.446281,0.49173555,0.5082645,0.4876033,0.4752066,0.4876033,0.5,0.4752066,0.45867768,0.44214877,0.40495867,0.37603307,0.38429752,0.38016528,0.35123968,0.3264463,0.30991736,0.2892562,0.27272728,0.2603306,0.2768595,0.29338843,0.30578512,0.3140496,0.3264463,0.338843,0.34710744,0.36363637,0.38016528,0.38429752,0.37190083,0.35950413,0.3553719,0.37190083,0.4090909,0.4214876,0.40495867,0.37603307,0.35123968,0.3553719,0.21900827,0.1983471,0.1446281,0.11157025,0.22727273,0.30578512,0.2644628,0.24380165,0.2520661,0.26859504,0.30578512,0.33471075,0.35123968,0.37603307,0.38429752,0.38016528,0.37190083,0.3305785,0.29752067,0.2768595,0.2520661,0.24793388,0.22727273,0.2644628,0.40082645,0.5082645,0.5289256,0.5247934,0.53305787,0.5247934,0.53305787,0.5041322,0.46694216,0.42975205,0.3677686,0.3429752,0.3429752,0.33471075,0.3305785,0.3264463,0.32231405,0.3140496,0.30578512,0.28512397,0.29752067,0.30991736,0.32231405,0.3429752,0.3429752,0.338843,0.338843,0.34710744,0.35950413,0.37603307,0.37603307,0.3677686,0.35950413,0.3677686,0.38429752,0.38842976,0.38842976,0.3677686,0.3553719,0.37190083,0.20247933,0.19008264,0.1446281,0.11157025,0.2231405,0.29338843,0.2520661,0.22727273,0.2644628,0.30165288,0.34710744,0.37603307,0.40082645,0.41322315,0.41735536,0.4090909,0.38842976,0.35123968,0.33471075,0.3140496,0.29338843,0.2768595,0.23966943,0.21487603,0.35950413,0.5041322,0.55785125,0.5661157,0.57438016,0.5661157,0.57024795,0.5289256,0.48347107,0.4214876,0.36363637,0.3429752,0.3429752,0.33471075,0.3553719,0.36363637,0.36363637,0.35123968,0.3305785,0.3140496,0.32231405,0.34710744,0.37190083,0.3966942,0.3966942,0.38842976,0.38842976,0.38842976,0.38842976,0.38429752,0.37603307,0.3677686,0.36363637,0.36363637,0.36363637,0.37190083,0.37190083,0.3677686,0.37603307,0.39256197,0.19008264,0.18595041,0.14876033,0.11570248,0.23553719,0.28512397,0.24793388,0.24793388,0.28512397,0.3264463,0.35950413,0.3677686,0.38016528,0.38016528,0.38016528,0.3553719,0.338843,0.3181818,0.30578512,0.28512397,0.26859504,0.27272728,0.2644628,0.2231405,0.29752067,0.5041322,0.57024795,0.59504133,0.59917355,0.59090906,0.58677685,0.5413223,0.49173555,0.4214876,0.37190083,0.3677686,0.37603307,0.3677686,0.38429752,0.38016528,0.35123968,0.32231405,0.29752067,0.2892562,0.28512397,0.30165288,0.33471075,0.36363637,0.38429752,0.39256197,0.3966942,0.40495867,0.4090909,0.40495867,0.38842976,0.38016528,0.37603307,0.3553719,0.35950413,0.3677686,0.3677686,0.38016528,0.38842976,0.39256197,0.18595041,0.18181819,0.1570248,0.12396694,0.23140496,0.28512397,0.2603306,0.26859504,0.29752067,0.3264463,0.32231405,0.3181818,0.3264463,0.32231405,0.3181818,0.2892562,0.2644628,0.28099173,0.2603306,0.25619835,0.2603306,0.25619835,0.24380165,0.23553719,0.2644628,0.47933885,0.57438016,0.607438,0.59917355,0.60330576,0.58677685,0.5495868,0.4876033,0.41735536,0.40082645,0.3966942,0.40495867,0.38429752,0.37190083,0.35123968,0.29752067,0.26859504,0.2603306,0.2603306,0.23553719,0.22727273,0.25619835,0.28099173,0.30578512,0.32231405,0.33471075,0.35950413,0.37190083,0.39256197,0.40495867,0.3966942,0.38842976,0.37190083,0.3553719,0.3553719,0.36363637,0.38016528,0.38429752,0.38429752,0.18181819,0.1694215,0.1446281,0.1322314,0.23553719,0.30165288,0.2768595,0.28512397,0.3140496,0.30578512,0.26859504,0.28099173,0.2768595,0.26859504,0.23553719,0.18595041,0.1570248,0.23140496,0.20247933,0.17768595,0.21900827,0.28099173,0.2768595,0.24380165,0.2520661,0.48347107,0.56198347,0.58264464,0.58677685,0.59090906,0.5661157,0.5413223,0.46694216,0.4214876,0.41322315,0.4090909,0.4090909,0.37603307,0.34710744,0.3181818,0.2768595,0.24793388,0.26859504,0.28512397,0.2231405,0.17768595,0.18181819,0.19008264,0.20661157,0.22727273,0.2603306,0.28512397,0.30578512,0.3305785,0.37190083,0.40495867,0.41322315,0.39256197,0.37603307,0.36363637,0.3677686,0.38842976,0.38429752,0.38429752,0.18181819,0.14876033,0.14049587,0.1446281,0.24380165,0.3181818,0.30578512,0.3140496,0.3264463,0.28099173,0.23966943,0.25619835,0.24380165,0.2520661,0.23140496,0.17768595,0.1446281,0.17355372,0.17768595,0.1694215,0.22727273,0.28512397,0.30578512,0.28099173,0.2768595,0.46280992,0.5371901,0.57024795,0.57438016,0.57024795,0.56198347,0.5247934,0.45867768,0.42975205,0.4214876,0.4090909,0.38429752,0.3677686,0.34710744,0.3140496,0.29338843,0.2644628,0.3140496,0.3677686,0.29338843,0.20247933,0.16528925,0.14876033,0.1446281,0.16115703,0.19421488,0.22727273,0.26859504,0.2892562,0.30165288,0.35950413,0.40495867,0.41322315,0.3966942,0.38016528,0.38842976,0.40082645,0.3966942,0.3966942,0.19421488,0.14876033,0.13636364,0.15289256,0.24793388,0.33471075,0.33471075,0.3305785,0.32231405,0.2768595,0.23140496,0.23553719,0.23966943,0.28512397,0.2892562,0.2231405,0.18595041,0.17768595,0.1983471,0.21900827,0.3181818,0.35950413,0.29338843,0.3181818,0.32231405,0.46694216,0.5413223,0.55785125,0.55785125,0.5495868,0.54545456,0.5,0.46694216,0.45041323,0.42975205,0.38842976,0.37190083,0.38842976,0.37603307,0.32231405,0.32231405,0.32231405,0.3553719,0.41735536,0.37190083,0.24380165,0.2107438,0.17768595,0.16528925,0.1694215,0.1983471,0.21487603,0.22727273,0.2603306,0.28099173,0.30991736,0.36363637,0.40082645,0.40082645,0.4090909,0.41735536,0.42561984,0.41735536,0.4090909,0.19421488,0.14876033,0.1322314,0.15289256,0.23966943,0.3264463,0.33471075,0.3181818,0.30165288,0.28099173,0.2603306,0.2644628,0.2768595,0.32231405,0.33471075,0.29338843,0.27272728,0.2892562,0.30165288,0.30578512,0.35123968,0.4090909,0.3140496,0.338843,0.38429752,0.47107437,0.5413223,0.553719,0.54545456,0.5289256,0.5123967,0.47933885,0.46694216,0.47107437,0.43801653,0.38429752,0.39256197,0.41735536,0.41322315,0.3553719,0.35950413,0.35123968,0.35950413,0.38842976,0.40495867,0.30165288,0.27272728,0.2603306,0.2644628,0.25619835,0.28099173,0.28512397,0.2644628,0.29338843,0.30165288,0.3140496,0.35123968,0.37190083,0.38842976,0.40082645,0.3966942,0.40495867,0.40082645,0.40082645,0.20247933,0.1570248,0.12396694,0.1570248,0.2603306,0.32231405,0.3140496,0.2892562,0.29338843,0.3140496,0.3305785,0.3429752,0.34710744,0.35950413,0.35123968,0.35123968,0.36363637,0.38842976,0.38842976,0.3677686,0.37190083,0.3966942,0.38429752,0.38016528,0.4090909,0.4752066,0.5371901,0.553719,0.5289256,0.5,0.47107437,0.45867768,0.4752066,0.47933885,0.45454547,0.4090909,0.4214876,0.43801653,0.446281,0.41322315,0.36363637,0.35950413,0.35123968,0.37190083,0.39256197,0.3677686,0.3553719,0.3553719,0.3966942,0.38842976,0.38016528,0.3966942,0.39256197,0.40082645,0.3966942,0.3966942,0.37603307,0.37190083,0.37190083,0.37603307,0.38842976,0.39256197,0.40495867,0.41735536,0.19421488,0.1694215,0.11983471,0.17768595,0.29338843,0.3429752,0.3305785,0.3140496,0.338843,0.37603307,0.38842976,0.40495867,0.41322315,0.41322315,0.4090909,0.39256197,0.39256197,0.3966942,0.38429752,0.38016528,0.37603307,0.40082645,0.4090909,0.38842976,0.42561984,0.49586776,0.5371901,0.53305787,0.5082645,0.47107437,0.44214877,0.4338843,0.46694216,0.48347107,0.46694216,0.446281,0.45041323,0.446281,0.47107437,0.4338843,0.39256197,0.37603307,0.37603307,0.39256197,0.4090909,0.4214876,0.42561984,0.42975205,0.47107437,0.47933885,0.45454547,0.47107437,0.46694216,0.446281,0.42975205,0.446281,0.43801653,0.4090909,0.3966942,0.3966942,0.4090909,0.41735536,0.4338843,0.45041323,0.18595041,0.1694215,0.1322314,0.18595041,0.30578512,0.3677686,0.38842976,0.38429752,0.3966942,0.41322315,0.4090909,0.4090909,0.42561984,0.43801653,0.43801653,0.42975205,0.4214876,0.41322315,0.3966942,0.38429752,0.39256197,0.4214876,0.41322315,0.3966942,0.446281,0.5,0.5289256,0.5165289,0.5,0.46280992,0.4338843,0.41735536,0.45454547,0.47933885,0.4752066,0.46694216,0.4752066,0.46694216,0.47933885,0.45041323,0.4338843,0.40082645,0.40495867,0.42561984,0.4338843,0.44214877,0.46280992,0.47933885,0.49173555,0.49173555,0.46280992,0.46280992,0.46694216,0.45454547,0.446281,0.44214877,0.45454547,0.43801653,0.4338843,0.42975205,0.4338843,0.4338843,0.45041323,0.46280992,0.17768595,0.16528925,0.14049587,0.18181819,0.30578512,0.39256197,0.43801653,0.42975205,0.42975205,0.44214877,0.43801653,0.4214876,0.41322315,0.41735536,0.4214876,0.4090909,0.40495867,0.4090909,0.41735536,0.42561984,0.43801653,0.446281,0.4214876,0.40495867,0.47107437,0.5123967,0.5206612,0.5165289,0.49173555,0.45867768,0.4214876,0.4214876,0.44214877,0.47107437,0.4752066,0.4752066,0.49586776,0.5,0.5041322,0.47933885,0.46280992,0.446281,0.45867768,0.45454547,0.446281,0.42561984,0.446281,0.45041323,0.45454547,0.45454547,0.44214877,0.45867768,0.4752066,0.47933885,0.47107437,0.45454547,0.45454547,0.45041323,0.46694216,0.45867768,0.43801653,0.4338843,0.45454547,0.46694216,0.1694215,0.1570248,0.14049587,0.17768595,0.3140496,0.40082645,0.45041323,0.45454547,0.45041323,0.46694216,0.48347107,0.4752066,0.45041323,0.45454547,0.46280992,0.46280992,0.46694216,0.46694216,0.4752066,0.47107437,0.46694216,0.46280992,0.4090909,0.41735536,0.5082645,0.5413223,0.53305787,0.5165289,0.47933885,0.43801653,0.41735536,0.42561984,0.42975205,0.45867768,0.4752066,0.48347107,0.5041322,0.5206612,0.5247934,0.5123967,0.49173555,0.4876033,0.5082645,0.5082645,0.49586776,0.47933885,0.47933885,0.48347107,0.47933885,0.49173555,0.49586776,0.5,0.5165289,0.5165289,0.5,0.49586776,0.47107437,0.46694216,0.4752066,0.47933885,0.45041323,0.43801653,0.45454547,0.45867768,0.1694215,0.1570248,0.14049587,0.19008264,0.3181818,0.40082645,0.446281,0.4752066,0.4752066,0.48347107,0.5082645,0.5165289,0.5123967,0.5165289,0.5206612,0.5165289,0.5041322,0.5,0.5041322,0.5041322,0.49586776,0.45867768,0.40495867,0.43801653,0.53305787,0.57024795,0.54545456,0.5165289,0.46694216,0.42561984,0.4214876,0.42561984,0.42975205,0.45041323,0.46694216,0.4876033,0.5041322,0.5371901,0.5413223,0.5495868,0.5413223,0.5247934,0.53305787,0.5247934,0.5165289,0.5247934,0.5413223,0.54545456,0.55785125,0.553719,0.54545456,0.553719,0.5413223,0.54545456,0.53305787,0.53305787,0.5247934,0.5,0.48347107,0.4876033,0.46694216,0.45041323,0.45454547,0.45454547,0.19421488,0.16115703,0.14049587,0.1983471,0.32231405,0.40082645,0.44214877,0.48347107,0.5041322,0.4876033,0.5,0.5206612,0.5371901,0.53305787,0.5371901,0.53305787,0.5123967,0.5123967,0.5165289,0.5206612,0.5,0.43801653,0.40082645,0.45454547,0.553719,0.58264464,0.5495868,0.5,0.45454547,0.42561984,0.41735536,0.42561984,0.4338843,0.44214877,0.45454547,0.48347107,0.5041322,0.5413223,0.553719,0.56198347,0.57438016,0.5661157,0.56198347,0.5413223,0.5371901,0.54545456,0.553719,0.5661157,0.5785124,0.57024795,0.57438016,0.55785125,0.56198347,0.56198347,0.55785125,0.5495868,0.54545456,0.5247934,0.5,0.49173555,0.4752066,0.45041323,0.45041323,0.46280992,0.22727273,0.18181819,0.13636364,0.19421488,0.3264463,0.39256197,0.44214877,0.49173555,0.5206612,0.5,0.5082645,0.5289256,0.5413223,0.5413223,0.5413223,0.5371901,0.5289256,0.5289256,0.5289256,0.5123967,0.47107437,0.41322315,0.40495867,0.48347107,0.57024795,0.58264464,0.5371901,0.4876033,0.45041323,0.42561984,0.42561984,0.4338843,0.43801653,0.4338843,0.446281,0.47107437,0.5,0.53305787,0.5495868,0.5495868,0.58264464,0.59504133,0.58264464,0.5785124,0.57438016,0.57438016,0.57438016,0.57438016,0.58264464,0.57438016,0.5785124,0.58264464,0.58264464,0.57438016,0.5495868,0.5495868,0.55785125,0.5413223,0.5206612,0.5041322,0.47933885,0.45867768,0.45041323,0.46280992,0.24793388,0.2107438,0.14049587,0.19008264,0.3264463,0.38842976,0.45041323,0.49586776,0.5247934,0.5206612,0.5165289,0.5247934,0.5371901,0.5371901,0.5371901,0.5413223,0.5289256,0.53305787,0.5289256,0.5041322,0.45867768,0.40082645,0.4214876,0.5123967,0.57438016,0.57438016,0.5289256,0.48347107,0.45454547,0.44214877,0.43801653,0.4338843,0.42975205,0.42975205,0.4338843,0.45041323,0.49173555,0.5247934,0.54545456,0.5495868,0.58677685,0.607438,0.607438,0.60330576,0.60330576,0.59504133,0.58264464,0.58677685,0.58264464,0.5785124,0.58677685,0.59917355,0.59090906,0.58677685,0.5495868,0.553719,0.55785125,0.5495868,0.5206612,0.5041322,0.4752066,0.46694216,0.44214877,0.45454547,0.24380165,0.23553719,0.1570248,0.1983471,0.32231405,0.38842976,0.45454547,0.5,0.5247934,0.5289256,0.5247934,0.5247934,0.5289256,0.5289256,0.5371901,0.5413223,0.53305787,0.5247934,0.5165289,0.49586776,0.44214877,0.40495867,0.45041323,0.5413223,0.5785124,0.5661157,0.5247934,0.48347107,0.46280992,0.45454547,0.446281,0.42975205,0.42975205,0.42975205,0.42561984,0.43801653,0.4752066,0.5165289,0.5371901,0.553719,0.5785124,0.607438,0.61570245,0.61570245,0.61157024,0.59917355,0.59504133,0.59917355,0.59917355,0.59504133,0.59917355,0.60330576,0.58677685,0.57438016,0.55785125,0.56198347,0.56198347,0.5413223,0.5247934,0.49586776,0.47933885,0.46694216,0.44214877,0.43801653,0.24380165,0.24380165,0.17768595,0.20661157,0.3181818,0.40082645,0.446281,0.49173555,0.5247934,0.5371901,0.54545456,0.54545456,0.5413223,0.54545456,0.55785125,0.553719,0.5413223,0.5247934,0.5082645,0.49173555,0.43801653,0.41322315,0.48347107,0.56198347,0.57438016,0.5495868,0.5165289,0.49173555,0.47107437,0.45454547,0.44214877,0.42975205,0.42975205,0.42975205,0.42561984,0.42975205,0.45454547,0.5041322,0.5247934,0.553719,0.5785124,0.59504133,0.607438,0.607438,0.59917355,0.59917355,0.60330576,0.61157024,0.6198347,0.6198347,0.61157024,0.61157024,0.59917355,0.59090906,0.55785125,0.57024795,0.56198347,0.5289256,0.5123967,0.49586776,0.47933885,0.45867768,0.44214877,0.4214876,0.24380165,0.23966943,0.1983471,0.20661157,0.32231405,0.3966942,0.42975205,0.4752066,0.5123967,0.5371901,0.5661157,0.56198347,0.57024795,0.57438016,0.57438016,0.55785125,0.54545456,0.5247934,0.49173555,0.46694216,0.42561984,0.42975205,0.5082645,0.5785124,0.57438016,0.54545456,0.5165289,0.4876033,0.47107437,0.446281,0.4338843,0.42975205,0.4214876,0.42561984,0.42561984,0.42561984,0.44214877,0.49173555,0.5206612,0.5413223,0.57024795,0.59090906,0.60330576,0.607438,0.61157024,0.60330576,0.6198347,0.6198347,0.61570245,0.6280992,0.6280992,0.62396693,0.61157024,0.58677685,0.57438016,0.55785125,0.5495868,0.5165289,0.49586776,0.48347107,0.47107437,0.446281,0.43801653,0.41322315,0.23966943,0.23140496,0.21900827,0.1983471,0.3181818,0.37603307,0.41735536,0.46694216,0.5,0.54545456,0.57438016,0.57438016,0.5785124,0.5785124,0.5661157,0.56198347,0.55785125,0.5247934,0.4876033,0.45041323,0.41735536,0.45041323,0.53305787,0.58264464,0.57438016,0.5413223,0.5123967,0.47933885,0.45041323,0.42561984,0.41735536,0.41735536,0.41322315,0.41322315,0.41735536,0.4214876,0.43801653,0.4752066,0.5082645,0.53305787,0.56198347,0.57438016,0.59090906,0.607438,0.6198347,0.61157024,0.61570245,0.61157024,0.62396693,0.6198347,0.62396693,0.6198347,0.60330576,0.58677685,0.57024795,0.553719,0.5371901,0.5041322,0.4876033,0.45867768,0.45867768,0.4338843,0.42561984,0.41322315,0.23966943,0.23140496,0.21900827,0.1983471,0.30991736,0.36363637,0.41322315,0.45867768,0.49586776,0.5413223,0.55785125,0.57438016,0.57438016,0.57024795,0.5661157,0.553719,0.553719,0.5206612,0.48347107,0.43801653,0.41735536,0.47107437,0.55785125,0.59090906,0.57438016,0.5413223,0.5,0.45867768,0.42975205,0.40495867,0.40082645,0.41322315,0.41735536,0.41322315,0.40495867,0.41322315,0.43801653,0.46280992,0.49586776,0.5289256,0.54545456,0.56198347,0.58264464,0.59504133,0.59504133,0.607438,0.60330576,0.61157024,0.61157024,0.607438,0.61157024,0.60330576,0.59090906,0.58264464,0.5661157,0.553719,0.5289256,0.5041322,0.47933885,0.44214877,0.446281,0.42561984,0.4214876,0.4090909,0.23966943,0.22727273,0.21900827,0.20661157,0.30165288,0.36363637,0.41322315,0.45867768,0.5,0.5289256,0.553719,0.57024795,0.57438016,0.55785125,0.55785125,0.5495868,0.5371901,0.5165289,0.49586776,0.43801653,0.42561984,0.48347107,0.56198347,0.59090906,0.57438016,0.53305787,0.47933885,0.43801653,0.4214876,0.3966942,0.4090909,0.42975205,0.446281,0.43801653,0.41322315,0.4090909,0.42561984,0.45867768,0.49173555,0.5206612,0.5371901,0.55785125,0.5661157,0.58264464,0.58264464,0.58677685,0.59504133,0.59917355,0.59504133,0.59917355,0.59917355,0.58264464,0.56198347,0.5661157,0.55785125,0.5413223,0.5289256,0.5041322,0.46280992,0.43801653,0.4338843,0.4214876,0.41322315,0.41322315,0.23140496,0.22727273,0.22727273,0.20247933,0.30578512,0.37190083,0.41735536,0.46694216,0.49586776,0.5247934,0.5371901,0.55785125,0.56198347,0.5495868,0.553719,0.5495868,0.5206612,0.5082645,0.48347107,0.42975205,0.42561984,0.49173555,0.56198347,0.59504133,0.57024795,0.5123967,0.46694216,0.4338843,0.42561984,0.41322315,0.43801653,0.45867768,0.46280992,0.45867768,0.42975205,0.40495867,0.4090909,0.446281,0.48347107,0.5082645,0.5289256,0.5413223,0.553719,0.56198347,0.55785125,0.5661157,0.57438016,0.5785124,0.59504133,0.59090906,0.59504133,0.57024795,0.5495868,0.553719,0.54545456,0.5289256,0.5289256,0.5,0.45454547,0.4338843,0.4214876,0.41735536,0.40495867,0.41322315,0.23140496,0.23140496,0.22727273,0.20247933,0.30991736,0.35950413,0.40495867,0.45867768,0.49173555,0.5041322,0.5247934,0.53305787,0.5413223,0.5371901,0.5371901,0.5371901,0.5082645,0.5,0.47107437,0.4214876,0.42975205,0.5,0.5661157,0.59917355,0.57024795,0.5041322,0.46694216,0.44214877,0.4338843,0.43801653,0.46280992,0.47107437,0.47107437,0.45867768,0.43801653,0.40495867,0.3966942,0.42975205,0.47107437,0.49173555,0.5082645,0.5289256,0.5371901,0.54545456,0.553719,0.553719,0.55785125,0.5661157,0.58264464,0.5785124,0.58264464,0.55785125,0.5413223,0.5413223,0.54545456,0.5247934,0.5123967,0.49173555,0.45454547,0.42975205,0.4090909,0.40082645,0.40495867,0.41322315,0.22727273,0.23553719,0.22727273,0.1983471,0.29752067,0.3429752,0.40082645,0.446281,0.4752066,0.4876033,0.5165289,0.5165289,0.5289256,0.5082645,0.5289256,0.5247934,0.5041322,0.49586776,0.45041323,0.41322315,0.446281,0.5082645,0.56198347,0.59917355,0.5661157,0.5165289,0.47933885,0.446281,0.44214877,0.446281,0.45867768,0.46280992,0.46694216,0.45041323,0.4338843,0.40495867,0.38016528,0.41322315,0.45454547,0.47933885,0.49173555,0.5041322,0.5165289,0.53305787,0.54545456,0.54545456,0.5371901,0.54545456,0.56198347,0.56198347,0.56198347,0.5495868,0.54545456,0.5413223,0.53305787,0.5165289,0.49173555,0.4752066,0.45867768,0.42561984,0.40082645,0.39256197,0.3966942,0.41322315,0.22727273,0.23140496,0.21487603,0.1983471,0.27272728,0.35123968,0.38842976,0.4338843,0.46280992,0.4752066,0.5,0.5,0.49586776,0.5041322,0.5,0.5082645,0.5,0.49173555,0.4214876,0.3966942,0.45867768,0.5041322,0.54545456,0.57024795,0.553719,0.5165289,0.47107437,0.4338843,0.42975205,0.42561984,0.43801653,0.43801653,0.44214877,0.43801653,0.42975205,0.40082645,0.3677686,0.39256197,0.446281,0.4752066,0.47933885,0.48347107,0.49586776,0.5165289,0.53305787,0.5371901,0.5289256,0.5371901,0.553719,0.5495868,0.54545456,0.5413223,0.5371901,0.53305787,0.5206612,0.5041322,0.47933885,0.46694216,0.45454547,0.4214876,0.39256197,0.38842976,0.3966942,0.40082645,0.23140496,0.23140496,0.21487603,0.20661157,0.2603306,0.32231405,0.37190083,0.41735536,0.42975205,0.45867768,0.47107437,0.47933885,0.49173555,0.48347107,0.48347107,0.49586776,0.4876033,0.47933885,0.41322315,0.38016528,0.446281,0.4876033,0.5082645,0.5247934,0.5247934,0.5,0.446281,0.4090909,0.40082645,0.38429752,0.37603307,0.37603307,0.38429752,0.40495867,0.40082645,0.38429752,0.34710744,0.37603307,0.4338843,0.46694216,0.47107437,0.46280992,0.47107437,0.49173555,0.5206612,0.5247934,0.5206612,0.5289256,0.5371901,0.5413223,0.5289256,0.5165289,0.5206612,0.5165289,0.5041322,0.4876033,0.46280992,0.45867768,0.446281,0.41322315,0.38016528,0.37190083,0.38429752,0.38429752,0.23140496,0.23140496,0.2231405,0.2107438,0.24793388,0.30578512,0.34710744,0.38842976,0.40495867,0.446281,0.45041323,0.46280992,0.47107437,0.47107437,0.47933885,0.4876033,0.4752066,0.47107437,0.42561984,0.3429752,0.42561984,0.45867768,0.4752066,0.4876033,0.5,0.47933885,0.42561984,0.3966942,0.3553719,0.3181818,0.27272728,0.2603306,0.2892562,0.3305785,0.35123968,0.338843,0.3305785,0.37190083,0.4338843,0.45867768,0.46694216,0.45867768,0.44214877,0.45454547,0.4876033,0.5123967,0.5165289,0.5247934,0.5289256,0.5206612,0.5165289,0.5206612,0.5123967,0.5,0.49173555,0.47107437,0.446281,0.44214877,0.4338843,0.40495867,0.37190083,0.36363637,0.37190083,0.38429752,0.22727273,0.2231405,0.21900827,0.21487603,0.23966943,0.30165288,0.3264463,0.36363637,0.38842976,0.40082645,0.42561984,0.446281,0.45454547,0.45867768,0.47933885,0.4752066,0.47933885,0.45867768,0.41322315,0.35123968,0.38016528,0.41322315,0.42975205,0.45041323,0.46280992,0.45041323,0.4090909,0.36363637,0.29752067,0.24380165,0.21487603,0.20247933,0.2231405,0.25619835,0.29338843,0.29752067,0.3305785,0.3966942,0.45041323,0.4752066,0.47107437,0.46280992,0.42561984,0.42561984,0.45454547,0.48347107,0.5082645,0.5206612,0.5247934,0.5165289,0.5082645,0.5082645,0.5041322,0.48347107,0.4752066,0.45867768,0.43801653,0.4338843,0.42561984,0.3966942,0.37603307,0.37190083,0.37603307,0.3966942,0.22727273,0.21900827,0.2231405,0.2107438,0.22727273,0.29752067,0.30991736,0.3429752,0.35950413,0.3677686,0.40495867,0.4338843,0.43801653,0.45454547,0.45454547,0.45867768,0.46280992,0.446281,0.40082645,0.3553719,0.3429752,0.37190083,0.39256197,0.4090909,0.4214876,0.41735536,0.38842976,0.3140496,0.24793388,0.23553719,0.26859504,0.26859504,0.2768595,0.26859504,0.28099173,0.32231405,0.3677686,0.4214876,0.45454547,0.4876033,0.49586776,0.49586776,0.45454547,0.42561984,0.4214876,0.45041323,0.4752066,0.5041322,0.5165289,0.5082645,0.49173555,0.4876033,0.4876033,0.47107437,0.45454547,0.45041323,0.43801653,0.42561984,0.41735536,0.39256197,0.38429752,0.38842976,0.38429752,0.40082645,0.23140496,0.2231405,0.22727273,0.20661157,0.21487603,0.29752067,0.30578512,0.32231405,0.3264463,0.34710744,0.38016528,0.41735536,0.44214877,0.4338843,0.4338843,0.43801653,0.446281,0.4338843,0.40495867,0.3677686,0.3305785,0.338843,0.34710744,0.37190083,0.38016528,0.38842976,0.36363637,0.2768595,0.24793388,0.2892562,0.32231405,0.32231405,0.3429752,0.3429752,0.35123968,0.38016528,0.3966942,0.41735536,0.45454547,0.49173555,0.5041322,0.5082645,0.49586776,0.45867768,0.4214876,0.41735536,0.43801653,0.46694216,0.49586776,0.5,0.49586776,0.4876033,0.47933885,0.46694216,0.446281,0.43801653,0.42975205,0.41322315,0.40495867,0.3966942,0.39256197,0.39256197,0.38842976,0.3966942,0.23140496,0.2231405,0.2231405,0.20661157,0.2107438,0.2768595,0.32231405,0.30991736,0.29752067,0.34710744,0.38429752,0.4090909,0.42975205,0.42561984,0.41322315,0.41322315,0.446281,0.4338843,0.4090909,0.38016528,0.3305785,0.28512397,0.29338843,0.32231405,0.338843,0.3553719,0.3264463,0.2603306,0.26859504,0.32231405,0.33471075,0.34710744,0.37190083,0.39256197,0.3966942,0.40082645,0.40082645,0.4214876,0.45041323,0.4876033,0.5206612,0.5123967,0.5123967,0.5041322,0.4752066,0.4338843,0.41735536,0.42561984,0.45867768,0.48347107,0.4876033,0.4876033,0.47933885,0.46280992,0.446281,0.42975205,0.41735536,0.40082645,0.39256197,0.40082645,0.3966942,0.38842976,0.38016528,0.38429752,0.22727273,0.2231405,0.2231405,0.20661157,0.20661157,0.2768595,0.3305785,0.33471075,0.3140496,0.35950413,0.38842976,0.40082645,0.40495867,0.3966942,0.40495867,0.4090909,0.45041323,0.45041323,0.41322315,0.39256197,0.3305785,0.25619835,0.2107438,0.24380165,0.26859504,0.28512397,0.27272728,0.24793388,0.2768595,0.338843,0.3305785,0.35950413,0.38016528,0.3966942,0.40082645,0.40082645,0.39256197,0.42561984,0.446281,0.4752066,0.47933885,0.4876033,0.5041322,0.5165289,0.5123967,0.48347107,0.45454547,0.4214876,0.41322315,0.44214877,0.47107437,0.48347107,0.4752066,0.46280992,0.43801653,0.41322315,0.40495867,0.3966942,0.38842976,0.3966942,0.3966942,0.38429752,0.37603307,0.38016528,0.23140496,0.22727273,0.2231405,0.20247933,0.2107438,0.28099173,0.34710744,0.35950413,0.3429752,0.3553719,0.39256197,0.3966942,0.38429752,0.3966942,0.41735536,0.42561984,0.45867768,0.45041323,0.41735536,0.38842976,0.33471075,0.25619835,0.17768595,0.18181819,0.19008264,0.20661157,0.22727273,0.23140496,0.26859504,0.32231405,0.33471075,0.35950413,0.3677686,0.38429752,0.38016528,0.40082645,0.3966942,0.41322315,0.446281,0.46280992,0.47933885,0.47933885,0.49173555,0.5165289,0.5165289,0.5123967,0.49586776,0.46694216,0.42975205,0.41735536,0.4338843,0.47107437,0.47933885,0.46280992,0.4338843,0.41322315,0.40082645,0.39256197,0.39256197,0.3966942,0.40495867,0.3966942,0.37603307,0.38429752,0.23140496,0.23140496,0.21900827,0.20661157,0.2107438,0.26859504,0.3553719,0.38429752,0.37190083,0.36363637,0.39256197,0.38842976,0.39256197,0.40495867,0.42561984,0.45454547,0.45867768,0.43801653,0.41322315,0.38016528,0.33471075,0.27272728,0.20661157,0.17355372,0.16528925,0.18181819,0.22727273,0.23140496,0.2644628,0.3181818,0.35123968,0.37190083,0.3553719,0.3677686,0.3677686,0.39256197,0.39256197,0.40495867,0.446281,0.45041323,0.45867768,0.47933885,0.47933885,0.5041322,0.5165289,0.5041322,0.5,0.4876033,0.45867768,0.42975205,0.4090909,0.43801653,0.46694216,0.46280992,0.43801653,0.42561984,0.4090909,0.3966942,0.40495867,0.4090909,0.41322315,0.40082645,0.38016528,0.38842976,0.22727273,0.2231405,0.2231405,0.21487603,0.20661157,0.24793388,0.35123968,0.40495867,0.38842976,0.3553719,0.38429752,0.3966942,0.40082645,0.4090909,0.4338843,0.46280992,0.46694216,0.43801653,0.40495867,0.38016528,0.34710744,0.30578512,0.2644628,0.21900827,0.21900827,0.23140496,0.26859504,0.27272728,0.2768595,0.3181818,0.37190083,0.38429752,0.35123968,0.37190083,0.37603307,0.38016528,0.38429752,0.41735536,0.42975205,0.446281,0.45041323,0.4752066,0.4752066,0.48347107,0.5,0.49586776,0.49586776,0.47933885,0.46280992,0.45041323,0.42561984,0.41735536,0.44214877,0.46280992,0.446281,0.4338843,0.4214876,0.40495867,0.41322315,0.42975205,0.42561984,0.40495867,0.38842976,0.38842976,0.22727273,0.23140496,0.2231405,0.21487603,0.1983471,0.23553719,0.338843,0.38429752,0.39256197,0.35950413,0.38429752,0.40082645,0.4090909,0.4214876,0.42975205,0.45454547,0.45867768,0.44214877,0.41322315,0.38016528,0.35950413,0.35123968,0.3264463,0.29752067,0.29338843,0.30165288,0.32231405,0.3264463,0.30165288,0.3140496,0.38429752,0.39256197,0.37603307,0.38842976,0.38429752,0.38016528,0.40082645,0.41735536,0.43801653,0.4338843,0.446281,0.45867768,0.47107437,0.45454547,0.46280992,0.4876033,0.48347107,0.47107437,0.45041323,0.45454547,0.446281,0.4214876,0.42561984,0.45041323,0.446281,0.42975205,0.42561984,0.40495867,0.4090909,0.4338843,0.42561984,0.40495867,0.3966942,0.39256197,0.23553719,0.22727273,0.2231405,0.21900827,0.19421488,0.23966943,0.3140496,0.36363637,0.38842976,0.35950413,0.38016528,0.40495867,0.40082645,0.4090909,0.41735536,0.42561984,0.4338843,0.43801653,0.4338843,0.39256197,0.37603307,0.38016528,0.37190083,0.35950413,0.34710744,0.3553719,0.36363637,0.35950413,0.3264463,0.338843,0.39256197,0.41322315,0.40082645,0.3966942,0.3966942,0.39256197,0.40082645,0.41322315,0.43801653,0.41735536,0.446281,0.46280992,0.45867768,0.446281,0.446281,0.47107437,0.47107437,0.46280992,0.43801653,0.43801653,0.44214877,0.42561984,0.42561984,0.43801653,0.4338843,0.42561984,0.4214876,0.40495867,0.40495867,0.42561984,0.4214876,0.4090909,0.39256197,0.38842976,0.22727273,0.21900827,0.2231405,0.21487603,0.19008264,0.21487603,0.2892562,0.3677686,0.38429752,0.36363637,0.38016528,0.40082645,0.3966942,0.3966942,0.40082645,0.3966942,0.4090909,0.41735536,0.42975205,0.40495867,0.38842976,0.38016528,0.38842976,0.38429752,0.38429752,0.3966942,0.38016528,0.37603307,0.35950413,0.3677686,0.41322315,0.4214876,0.41322315,0.39256197,0.4090909,0.40495867,0.4214876,0.42975205,0.41735536,0.446281,0.44214877,0.45041323,0.45041323,0.4338843,0.4338843,0.44214877,0.45867768,0.45041323,0.42975205,0.41735536,0.42561984,0.42975205,0.42561984,0.4214876,0.42561984,0.42975205,0.41322315,0.40082645,0.3966942,0.42561984,0.4214876,0.4090909,0.38842976,0.38429752,0.23140496,0.2231405,0.21900827,0.21487603,0.1983471,0.2107438,0.2768595,0.35950413,0.39256197,0.37603307,0.38016528,0.3966942,0.38842976,0.38429752,0.38429752,0.3677686,0.36363637,0.37603307,0.39256197,0.40495867,0.38429752,0.36363637,0.3677686,0.37603307,0.38429752,0.39256197,0.38016528,0.37603307,0.38429752,0.38842976,0.40495867,0.41735536,0.3966942,0.39256197,0.40082645,0.40495867,0.4214876,0.41735536,0.41735536,0.41735536,0.43801653,0.43801653,0.4338843,0.42561984,0.4214876,0.4090909,0.43801653,0.4338843,0.42975205,0.40495867,0.4214876,0.42975205,0.41735536,0.4090909,0.4214876,0.42561984,0.40495867,0.39256197,0.3966942,0.4214876,0.4214876,0.40082645,0.38429752,0.38016528,0.22727273,0.22727273,0.2231405,0.21487603,0.20661157,0.20247933,0.25619835,0.338843,0.39256197,0.38842976,0.38842976,0.40082645,0.38429752,0.37190083,0.36363637,0.3429752,0.3181818,0.30991736,0.3264463,0.35123968,0.3264463,0.30991736,0.3140496,0.32231405,0.338843,0.35123968,0.35123968,0.35123968,0.37190083,0.37603307,0.36363637,0.37190083,0.36363637,0.35950413,0.34710744,0.35950413,0.35950413,0.37603307,0.3553719,0.3677686,0.40495867,0.3966942,0.3966942,0.37190083,0.3966942,0.38842976,0.40495867,0.41735536,0.4214876,0.4090909,0.42561984,0.4338843,0.41735536,0.40495867,0.41735536,0.4214876,0.40495867,0.38016528,0.3966942,0.41322315,0.41322315,0.3966942,0.37190083,0.35950413,0.22727273,0.2231405,0.2231405,0.21900827,0.2107438,0.19421488,0.23553719,0.3181818,0.38016528,0.38842976,0.39256197,0.41735536,0.4090909,0.38016528,0.3553719,0.3264463,0.29338843,0.2603306,0.24380165,0.23140496,0.2107438,0.22727273,0.25619835,0.25619835,0.27272728,0.29338843,0.30578512,0.30991736,0.3181818,0.32231405,0.3181818,0.33471075,0.3305785,0.29752067,0.29752067,0.2768595,0.2644628,0.27272728,0.2768595,0.27272728,0.28099173,0.2768595,0.26859504,0.28512397,0.3429752,0.3677686,0.38016528,0.40495867,0.42561984,0.4090909,0.42561984,0.44214877,0.4214876,0.41322315,0.4214876,0.41322315,0.41322315,0.37603307,0.3966942,0.40495867,0.40082645,0.38429752,0.36363637,0.35123968,0.23140496,0.2231405,0.23140496,0.2231405,0.21900827,0.1983471,0.20661157,0.2892562,0.3677686,0.37603307,0.38016528,0.41735536,0.42975205,0.40495867,0.3677686,0.338843,0.30991736,0.28099173,0.23553719,0.17355372,0.1322314,0.16115703,0.2231405,0.21900827,0.23966943,0.2892562,0.30578512,0.29338843,0.28512397,0.29338843,0.3140496,0.35950413,0.3677686,0.29752067,0.30578512,0.28099173,0.24380165,0.2892562,0.2892562,0.24793388,0.18181819,0.18595041,0.18181819,0.24380165,0.30165288,0.35950413,0.38016528,0.40082645,0.42975205,0.40495867,0.42561984,0.446281,0.41735536,0.41322315,0.42561984,0.40495867,0.4090909,0.38016528,0.39256197,0.40082645,0.40082645,0.37603307,0.36363637,0.3553719,0.23553719,0.22727273,0.2231405,0.23140496,0.21900827,0.1983471,0.20247933,0.26859504,0.35123968,0.36363637,0.35950413,0.40495867,0.44214877,0.42561984,0.38429752,0.3553719,0.3429752,0.3429752,0.3181818,0.23553719,0.1570248,0.1694215,0.22727273,0.2107438,0.2520661,0.34710744,0.37190083,0.34710744,0.32231405,0.338843,0.3966942,0.44214877,0.45041323,0.38016528,0.38016528,0.3553719,0.2231405,0.3305785,0.3553719,0.2768595,0.17768595,0.2107438,0.2644628,0.3140496,0.3305785,0.3553719,0.38429752,0.40495867,0.41735536,0.4090909,0.4214876,0.446281,0.4090909,0.41322315,0.42975205,0.3966942,0.38842976,0.38016528,0.38016528,0.3966942,0.3966942,0.3677686,0.3677686,0.35950413,0.23553719,0.22727273,0.2231405,0.22727273,0.2231405,0.21487603,0.19008264,0.24380165,0.3305785,0.35950413,0.3553719,0.38842976,0.4338843,0.4214876,0.38842976,0.37603307,0.3677686,0.37603307,0.38016528,0.3305785,0.24793388,0.22727273,0.23966943,0.20661157,0.26859504,0.40082645,0.4338843,0.4214876,0.37603307,0.38429752,0.45041323,0.47933885,0.47933885,0.43801653,0.4338843,0.38842976,0.1983471,0.26859504,0.36363637,0.30578512,0.2644628,0.30991736,0.35950413,0.38429752,0.37603307,0.37190083,0.38842976,0.38016528,0.40082645,0.41322315,0.42975205,0.43801653,0.4090909,0.40495867,0.4214876,0.38842976,0.36363637,0.37190083,0.37190083,0.38016528,0.38842976,0.3677686,0.35950413,0.35950413,0.23140496,0.22727273,0.21900827,0.22727273,0.21900827,0.2231405,0.1983471,0.20247933,0.30165288,0.35123968,0.3429752,0.3677686,0.41322315,0.41322315,0.39256197,0.3966942,0.39256197,0.38429752,0.39256197,0.38842976,0.34710744,0.30578512,0.2768595,0.2231405,0.24793388,0.35950413,0.4090909,0.4090909,0.36363637,0.35950413,0.43801653,0.45454547,0.4214876,0.38429752,0.40082645,0.33471075,0.2231405,0.2603306,0.34710744,0.3264463,0.3305785,0.37190083,0.4090909,0.4090909,0.40082645,0.3966942,0.38842976,0.3553719,0.38842976,0.41322315,0.43801653,0.4214876,0.4090909,0.39256197,0.4090909,0.38016528,0.3429752,0.3553719,0.37190083,0.37190083,0.35950413,0.3677686,0.34710744,0.33471075,0.23966943,0.23553719,0.22727273,0.22727273,0.21900827,0.21900827,0.20661157,0.19421488,0.2768595,0.3429752,0.34710744,0.36363637,0.38429752,0.39256197,0.3966942,0.4090909,0.4090909,0.40082645,0.39256197,0.40082645,0.4090909,0.39256197,0.35950413,0.30165288,0.2644628,0.28512397,0.30578512,0.29752067,0.2644628,0.25619835,0.30991736,0.29752067,0.24793388,0.2520661,0.28512397,0.28512397,0.30991736,0.33471075,0.36363637,0.35950413,0.38016528,0.40082645,0.4214876,0.42561984,0.40082645,0.3966942,0.39256197,0.3553719,0.38016528,0.4090909,0.42975205,0.40082645,0.3966942,0.3966942,0.40082645,0.3677686,0.338843,0.34710744,0.36363637,0.37190083,0.34710744,0.35950413,0.3429752,0.3305785,0.24793388,0.23553719,0.2231405,0.21487603,0.2231405,0.21900827,0.20661157,0.19421488,0.23553719,0.32231405,0.3305785,0.35123968,0.3429752,0.36363637,0.39256197,0.40495867,0.41735536,0.41322315,0.39256197,0.38842976,0.42561984,0.45041323,0.42975205,0.38016528,0.3429752,0.32231405,0.29752067,0.26859504,0.24793388,0.23966943,0.2520661,0.27272728,0.2768595,0.30578512,0.36363637,0.38016528,0.38842976,0.3966942,0.3966942,0.38429752,0.3966942,0.40082645,0.4090909,0.4214876,0.40082645,0.39256197,0.3966942,0.37190083,0.38429752,0.41322315,0.41322315,0.3966942,0.38842976,0.40495867,0.37190083,0.35950413,0.338843,0.338843,0.35950413,0.3677686,0.35950413,0.338843,0.338843,0.3181818,0.2603306,0.23140496,0.23553719,0.21900827,0.22727273,0.2231405,0.2107438,0.20247933,0.1983471,0.3140496,0.3305785,0.3181818,0.30991736,0.34710744,0.38016528,0.40082645,0.4090909,0.4090909,0.38842976,0.38016528,0.42561984,0.45867768,0.43801653,0.40495867,0.38016528,0.37190083,0.37190083,0.36363637,0.35950413,0.35123968,0.3429752,0.3553719,0.37603307,0.4090909,0.45867768,0.47107437,0.4338843,0.41322315,0.3966942,0.39256197,0.40082645,0.3966942,0.40495867,0.41735536,0.41322315,0.40495867,0.39256197,0.39256197,0.3966942,0.40495867,0.40082645,0.39256197,0.37190083,0.39256197,0.35950413,0.35950413,0.338843,0.3429752,0.35123968,0.35950413,0.3677686,0.3305785,0.3181818,0.3140496,0.2520661,0.23966943,0.24380165,0.21900827,0.21900827,0.2231405,0.2107438,0.2107438,0.1983471,0.24380165,0.29338843,0.30578512,0.29752067,0.34710744,0.38429752,0.39256197,0.39256197,0.40082645,0.38842976,0.37603307,0.40082645,0.42975205,0.42975205,0.41322315,0.38016528,0.37190083,0.40082645,0.42975205,0.45454547,0.45041323,0.4338843,0.42975205,0.43801653,0.47107437,0.5041322,0.47933885,0.41735536,0.39256197,0.38842976,0.38842976,0.39256197,0.39256197,0.40495867,0.41735536,0.41735536,0.4090909,0.3966942,0.39256197,0.3966942,0.39256197,0.38842976,0.38016528,0.3553719,0.37603307,0.36363637,0.36363637,0.3429752,0.33471075,0.3264463,0.3429752,0.36363637,0.3264463,0.30165288,0.30165288,0.27272728,0.23553719,0.23140496,0.23140496,0.21900827,0.21900827,0.21900827,0.21487603,0.20247933,0.20247933,0.23553719,0.30991736,0.30578512,0.3429752,0.3677686,0.40082645,0.39256197,0.38842976,0.38016528,0.37190083,0.38016528,0.38842976,0.41322315,0.42561984,0.39256197,0.37190083,0.40082645,0.446281,0.4752066,0.47107437,0.446281,0.44214877,0.45454547,0.46280992,0.45867768,0.42975205,0.3966942,0.38842976,0.38842976,0.38429752,0.38429752,0.38842976,0.3966942,0.4090909,0.41322315,0.40495867,0.39256197,0.38842976,0.40082645,0.38429752,0.37190083,0.37190083,0.35123968,0.3429752,0.35950413,0.36363637,0.34710744,0.34710744,0.32231405,0.34710744,0.35123968,0.33471075,0.30578512,0.30578512,0.2644628,0.2520661,0.23553719,0.22727273,0.23140496,0.2231405,0.21487603,0.21900827,0.2107438,0.20247933,0.20247933,0.26859504,0.30991736,0.30991736,0.33471075,0.40495867,0.4090909,0.38429752,0.3677686,0.36363637,0.3677686,0.37190083,0.38429752,0.41322315,0.39256197,0.37190083,0.3966942,0.42975205,0.446281,0.446281,0.42561984,0.4214876,0.4338843,0.42975205,0.4090909,0.39256197,0.38429752,0.38429752,0.37603307,0.37603307,0.38016528,0.38842976,0.3966942,0.40082645,0.40495867,0.4090909,0.3966942,0.38429752,0.38842976,0.36363637,0.3677686,0.35950413,0.3429752,0.3181818,0.3264463,0.35950413,0.35123968,0.34710744,0.34710744,0.33471075,0.33471075,0.3140496,0.30578512,0.29752067,38 +0.14876033,0.1570248,0.19008264,0.25619835,0.338843,0.40495867,0.44214877,0.4752066,0.4876033,0.4876033,0.49173555,0.49173555,0.5082645,0.5206612,0.5289256,0.553719,0.55785125,0.553719,0.55785125,0.5661157,0.5661157,0.57024795,0.57024795,0.57024795,0.58677685,0.58264464,0.553719,0.5413223,0.5371901,0.5206612,0.5289256,0.553719,0.54545456,0.553719,0.5289256,0.5413223,0.53305787,0.5123967,0.4876033,0.46694216,0.446281,0.41735536,0.38842976,0.3677686,0.35123968,0.2892562,0.25619835,0.23966943,0.2107438,0.20247933,0.17768595,0.16528925,0.16115703,0.12809917,0.1322314,0.11157025,0.11983471,0.11570248,0.11157025,0.11983471,0.11157025,0.11157025,0.11157025,0.11157025,0.15289256,0.1694215,0.21900827,0.2892562,0.36363637,0.41322315,0.45867768,0.48347107,0.4876033,0.48347107,0.49586776,0.5,0.5123967,0.5247934,0.5371901,0.55785125,0.57024795,0.56198347,0.56198347,0.57438016,0.57438016,0.5785124,0.57024795,0.5661157,0.58264464,0.59090906,0.57024795,0.55785125,0.553719,0.5371901,0.5247934,0.553719,0.553719,0.553719,0.54545456,0.5495868,0.5661157,0.553719,0.53305787,0.5123967,0.49586776,0.47933885,0.45454547,0.42975205,0.41735536,0.39256197,0.35123968,0.3140496,0.2892562,0.2768595,0.24793388,0.2107438,0.19008264,0.16115703,0.1570248,0.1322314,0.11983471,0.10743801,0.10743801,0.10743801,0.11157025,0.10330579,0.10330579,0.11157025,0.16115703,0.19008264,0.24380165,0.3181818,0.38016528,0.42561984,0.46280992,0.4876033,0.4876033,0.4876033,0.49586776,0.49586776,0.5123967,0.5289256,0.5413223,0.55785125,0.5661157,0.55785125,0.55785125,0.56198347,0.57024795,0.57024795,0.56198347,0.55785125,0.57438016,0.5785124,0.57438016,0.57024795,0.553719,0.553719,0.5413223,0.5413223,0.5495868,0.553719,0.553719,0.5413223,0.5661157,0.57438016,0.55785125,0.5371901,0.5165289,0.5082645,0.49586776,0.47107437,0.45867768,0.46280992,0.42561984,0.38842976,0.35123968,0.33471075,0.32231405,0.30165288,0.26859504,0.21487603,0.20661157,0.1694215,0.1446281,0.11983471,0.11157025,0.09917355,0.10743801,0.09917355,0.09504132,0.09917355,0.17768595,0.21487603,0.26859504,0.3429752,0.40495867,0.4338843,0.45454547,0.47933885,0.48347107,0.4876033,0.49173555,0.5,0.5206612,0.53305787,0.5413223,0.54545456,0.5495868,0.5495868,0.5495868,0.54545456,0.553719,0.55785125,0.5495868,0.5413223,0.55785125,0.55785125,0.55785125,0.5661157,0.55785125,0.5413223,0.54545456,0.5413223,0.5371901,0.5495868,0.553719,0.53305787,0.53305787,0.5495868,0.5495868,0.5371901,0.5206612,0.5123967,0.5041322,0.5,0.4876033,0.49173555,0.47933885,0.446281,0.4090909,0.37603307,0.34710744,0.36363637,0.35123968,0.30578512,0.28512397,0.24380165,0.20247933,0.16115703,0.1322314,0.11570248,0.11570248,0.10743801,0.09504132,0.09090909,0.20247933,0.23140496,0.28099173,0.35950413,0.4214876,0.44214877,0.45454547,0.46694216,0.47107437,0.4876033,0.49173555,0.5,0.5082645,0.5165289,0.5247934,0.5289256,0.5247934,0.5289256,0.5371901,0.53305787,0.5413223,0.5495868,0.5413223,0.5247934,0.5289256,0.5413223,0.5371901,0.5495868,0.5413223,0.53305787,0.53305787,0.5413223,0.53305787,0.5371901,0.5413223,0.53305787,0.5123967,0.5165289,0.5371901,0.5247934,0.5123967,0.5082645,0.5041322,0.5,0.4876033,0.49586776,0.4876033,0.47933885,0.45867768,0.4214876,0.37603307,0.37603307,0.37190083,0.38016528,0.37190083,0.338843,0.30165288,0.2644628,0.2107438,0.15289256,0.12809917,0.12809917,0.11570248,0.10330579,0.2231405,0.2520661,0.30578512,0.38842976,0.42975205,0.43801653,0.446281,0.45041323,0.44214877,0.47933885,0.4876033,0.49586776,0.4876033,0.5,0.5123967,0.49586776,0.5,0.5041322,0.5165289,0.5247934,0.5289256,0.53305787,0.5247934,0.5082645,0.5082645,0.5206612,0.5247934,0.5206612,0.5123967,0.5,0.49586776,0.5082645,0.5165289,0.5082645,0.5165289,0.5165289,0.5082645,0.5041322,0.5165289,0.5123967,0.5,0.5082645,0.5041322,0.5,0.5,0.49586776,0.49173555,0.49173555,0.4876033,0.45454547,0.4214876,0.40082645,0.3677686,0.37190083,0.3966942,0.4090909,0.37190083,0.35950413,0.3181818,0.25619835,0.19008264,0.14876033,0.1322314,0.12396694,0.23553719,0.29338843,0.338843,0.40082645,0.42975205,0.4338843,0.44214877,0.42561984,0.4338843,0.45041323,0.4752066,0.46694216,0.45867768,0.47107437,0.47933885,0.4876033,0.4752066,0.48347107,0.4876033,0.49586776,0.5041322,0.5123967,0.5041322,0.49586776,0.49586776,0.5123967,0.5123967,0.49173555,0.4876033,0.47107437,0.45454547,0.47933885,0.47933885,0.47933885,0.4876033,0.5,0.5041322,0.49586776,0.49586776,0.4876033,0.4876033,0.49173555,0.49173555,0.49586776,0.5,0.49586776,0.47933885,0.4876033,0.4876033,0.46280992,0.42975205,0.41735536,0.37603307,0.35950413,0.35950413,0.3966942,0.40495867,0.3966942,0.37603307,0.3264463,0.28512397,0.21900827,0.16528925,0.1446281,0.25619835,0.3181818,0.35123968,0.40082645,0.42975205,0.4338843,0.42561984,0.41322315,0.4090909,0.4214876,0.4214876,0.42561984,0.4090909,0.41322315,0.43801653,0.45041323,0.4338843,0.4338843,0.42975205,0.446281,0.46280992,0.47933885,0.47933885,0.48347107,0.4876033,0.5041322,0.5123967,0.48347107,0.48347107,0.45454547,0.45041323,0.46694216,0.44214877,0.45041323,0.4752066,0.4876033,0.5,0.49173555,0.4876033,0.47107437,0.46694216,0.45867768,0.45454547,0.45867768,0.47107437,0.46694216,0.446281,0.45454547,0.45454547,0.4338843,0.4214876,0.40082645,0.39256197,0.36363637,0.35123968,0.34710744,0.39256197,0.41322315,0.39256197,0.36363637,0.33471075,0.28099173,0.23553719,0.20247933,0.26859504,0.338843,0.3553719,0.39256197,0.42561984,0.4214876,0.4214876,0.39256197,0.35950413,0.37603307,0.38842976,0.37190083,0.36363637,0.35950413,0.3553719,0.37190083,0.34710744,0.3264463,0.33471075,0.35950413,0.38842976,0.41735536,0.43801653,0.45867768,0.4752066,0.49173555,0.5041322,0.5,0.4752066,0.45041323,0.42975205,0.46694216,0.42561984,0.42975205,0.46280992,0.46694216,0.4752066,0.47107437,0.45867768,0.43801653,0.41322315,0.3966942,0.40082645,0.4090909,0.4214876,0.41735536,0.40495867,0.40495867,0.3966942,0.39256197,0.39256197,0.38842976,0.3553719,0.37603307,0.37603307,0.338843,0.3264463,0.3553719,0.37603307,0.37603307,0.3677686,0.32231405,0.28099173,0.27272728,0.28512397,0.3429752,0.35950413,0.38429752,0.40082645,0.38016528,0.38429752,0.34710744,0.3429752,0.35123968,0.36363637,0.3264463,0.30165288,0.30578512,0.27272728,0.25619835,0.24793388,0.23966943,0.2520661,0.26859504,0.30578512,0.338843,0.38016528,0.40495867,0.44214877,0.48347107,0.49586776,0.4876033,0.47107437,0.44214877,0.45867768,0.47107437,0.44214877,0.44214877,0.446281,0.45041323,0.4338843,0.4090909,0.41322315,0.39256197,0.34710744,0.3305785,0.3305785,0.3140496,0.30165288,0.3181818,0.3305785,0.33471075,0.34710744,0.35123968,0.3429752,0.37190083,0.3429752,0.38429752,0.3677686,0.3429752,0.30991736,0.30578512,0.3553719,0.3677686,0.3677686,0.3305785,0.29752067,0.3140496,0.26859504,0.33471075,0.35123968,0.37603307,0.37190083,0.35123968,0.3305785,0.3140496,0.3181818,0.3305785,0.3140496,0.29338843,0.28512397,0.2644628,0.24380165,0.23140496,0.21900827,0.21487603,0.2231405,0.23140496,0.2644628,0.2892562,0.32231405,0.3429752,0.39256197,0.45454547,0.5041322,0.49173555,0.47933885,0.46694216,0.48347107,0.5041322,0.48347107,0.45867768,0.4338843,0.4214876,0.38429752,0.36363637,0.3677686,0.3429752,0.3181818,0.2892562,0.28099173,0.26859504,0.24380165,0.24380165,0.26859504,0.28099173,0.29338843,0.29752067,0.29752067,0.3181818,0.32231405,0.3305785,0.35950413,0.3305785,0.3305785,0.30578512,0.3264463,0.3553719,0.35950413,0.32231405,0.30165288,0.3264463,0.2644628,0.3429752,0.35950413,0.36363637,0.338843,0.30578512,0.29338843,0.28099173,0.28099173,0.30991736,0.29752067,0.29752067,0.32231405,0.3429752,0.34710744,0.3553719,0.3305785,0.30991736,0.2892562,0.28512397,0.2603306,0.25619835,0.2644628,0.2768595,0.338843,0.42975205,0.5041322,0.5206612,0.5165289,0.53305787,0.5082645,0.5289256,0.5041322,0.45867768,0.4214876,0.37190083,0.338843,0.3140496,0.30578512,0.30991736,0.30578512,0.30991736,0.3140496,0.3140496,0.30165288,0.3181818,0.338843,0.35123968,0.37603307,0.3677686,0.33471075,0.338843,0.3429752,0.33471075,0.338843,0.3429752,0.32231405,0.30991736,0.3140496,0.3305785,0.3264463,0.3181818,0.3264463,0.3429752,0.2520661,0.3429752,0.3553719,0.34710744,0.30991736,0.2892562,0.2768595,0.28099173,0.29338843,0.3305785,0.35950413,0.38429752,0.3966942,0.44214877,0.43801653,0.44214877,0.41735536,0.38842976,0.3677686,0.3553719,0.3305785,0.30991736,0.29338843,0.26859504,0.2892562,0.40495867,0.5041322,0.553719,0.57024795,0.56198347,0.5661157,0.55785125,0.5371901,0.47107437,0.4090909,0.35123968,0.3140496,0.30578512,0.3264463,0.35123968,0.35950413,0.3677686,0.35950413,0.34710744,0.33471075,0.35123968,0.38429752,0.38842976,0.40495867,0.4214876,0.40495867,0.38016528,0.38842976,0.38842976,0.3677686,0.3553719,0.33471075,0.32231405,0.30991736,0.3181818,0.3264463,0.33471075,0.3429752,0.34710744,0.2520661,0.34710744,0.34710744,0.33471075,0.30578512,0.28512397,0.27272728,0.29752067,0.338843,0.3677686,0.39256197,0.41322315,0.41322315,0.41735536,0.4090909,0.38429752,0.35123968,0.32231405,0.30578512,0.3181818,0.3264463,0.33471075,0.3264463,0.29338843,0.27272728,0.36363637,0.5,0.57024795,0.58264464,0.59090906,0.58264464,0.5785124,0.5413223,0.4752066,0.40495867,0.3429752,0.3264463,0.3429752,0.35950413,0.37603307,0.35123968,0.3305785,0.29752067,0.27272728,0.2644628,0.2768595,0.30578512,0.3264463,0.3429752,0.35950413,0.36363637,0.37603307,0.37603307,0.38016528,0.38429752,0.37603307,0.35123968,0.35123968,0.3181818,0.3140496,0.3264463,0.3429752,0.3429752,0.3305785,0.2603306,0.3553719,0.35123968,0.3181818,0.29752067,0.28099173,0.29752067,0.33471075,0.35950413,0.37603307,0.37603307,0.3677686,0.35950413,0.37190083,0.35950413,0.338843,0.3181818,0.2892562,0.2768595,0.26859504,0.2644628,0.2892562,0.3140496,0.30165288,0.2768595,0.338843,0.4752066,0.5661157,0.59090906,0.58677685,0.58677685,0.5661157,0.53305787,0.46694216,0.39256197,0.3553719,0.35123968,0.3677686,0.3677686,0.35123968,0.30578512,0.2520661,0.2520661,0.2603306,0.23553719,0.1983471,0.20247933,0.21900827,0.23966943,0.28099173,0.28512397,0.29752067,0.3181818,0.3140496,0.37190083,0.38429752,0.38842976,0.3677686,0.338843,0.32231405,0.32231405,0.34710744,0.338843,0.33471075,0.2603306,0.34710744,0.3429752,0.32231405,0.29752067,0.29338843,0.3264463,0.35950413,0.35123968,0.3181818,0.3181818,0.3181818,0.3140496,0.2892562,0.23553719,0.20661157,0.2231405,0.19008264,0.19008264,0.2520661,0.28099173,0.2892562,0.30991736,0.29338843,0.2768595,0.32231405,0.45454547,0.5495868,0.5661157,0.57438016,0.57438016,0.5495868,0.5165289,0.45041323,0.38842976,0.37190083,0.35950413,0.3553719,0.35123968,0.3264463,0.2892562,0.2603306,0.26859504,0.29752067,0.2520661,0.17768595,0.14876033,0.15289256,0.1570248,0.17768595,0.21487603,0.24380165,0.25619835,0.28512397,0.28099173,0.3429752,0.37603307,0.38842976,0.3677686,0.34710744,0.3553719,0.3677686,0.35123968,0.35123968,0.2603306,0.3429752,0.35123968,0.338843,0.3181818,0.3140496,0.3553719,0.36363637,0.29752067,0.2768595,0.28512397,0.28099173,0.27272728,0.20661157,0.16115703,0.14876033,0.19421488,0.16528925,0.17768595,0.25619835,0.29752067,0.29752067,0.33471075,0.30991736,0.29338843,0.33471075,0.43801653,0.5165289,0.5495868,0.55785125,0.54545456,0.5371901,0.5082645,0.44214877,0.3966942,0.38429752,0.35123968,0.3305785,0.35123968,0.35123968,0.30991736,0.27272728,0.30991736,0.38429752,0.3305785,0.21487603,0.1694215,0.14049587,0.1446281,0.15289256,0.1983471,0.23553719,0.2107438,0.23966943,0.2644628,0.29338843,0.338843,0.38429752,0.38429752,0.35950413,0.38429752,0.39256197,0.3677686,0.36363637,0.2603306,0.34710744,0.36363637,0.35950413,0.35123968,0.34710744,0.3677686,0.34710744,0.26859504,0.24380165,0.23966943,0.24380165,0.29752067,0.23140496,0.17355372,0.1570248,0.17355372,0.19421488,0.23140496,0.3305785,0.35950413,0.30165288,0.3305785,0.35123968,0.32231405,0.35950413,0.42975205,0.49586776,0.53305787,0.5413223,0.5247934,0.5123967,0.48347107,0.42975205,0.41735536,0.38429752,0.34710744,0.35123968,0.38016528,0.37190083,0.3305785,0.3140496,0.3305785,0.38842976,0.38016528,0.2892562,0.23966943,0.21900827,0.2107438,0.21900827,0.2520661,0.28099173,0.24793388,0.24793388,0.28099173,0.30165288,0.32231405,0.34710744,0.35950413,0.3677686,0.38016528,0.38016528,0.3677686,0.37190083,0.25619835,0.3429752,0.3677686,0.37603307,0.37603307,0.36363637,0.3429752,0.3181818,0.26859504,0.24380165,0.24380165,0.2644628,0.3305785,0.29752067,0.24380165,0.23966943,0.27272728,0.29338843,0.3140496,0.3553719,0.37603307,0.34710744,0.3553719,0.38842976,0.3677686,0.38016528,0.42561984,0.4876033,0.5289256,0.53305787,0.5123967,0.49173555,0.45041323,0.4214876,0.42975205,0.40082645,0.36363637,0.38842976,0.3966942,0.40082645,0.37603307,0.34710744,0.3305785,0.3553719,0.38016528,0.3553719,0.3264463,0.3264463,0.32231405,0.34710744,0.34710744,0.3553719,0.35950413,0.34710744,0.3677686,0.36363637,0.3553719,0.3429752,0.34710744,0.34710744,0.35950413,0.37190083,0.38016528,0.38842976,0.26859504,0.338843,0.35950413,0.3677686,0.36363637,0.3429752,0.30991736,0.30578512,0.30991736,0.3181818,0.3305785,0.3264463,0.3677686,0.36363637,0.3429752,0.338843,0.37190083,0.38429752,0.38016528,0.36363637,0.38016528,0.40082645,0.40495867,0.42561984,0.40495867,0.38429752,0.41322315,0.47933885,0.5206612,0.5206612,0.5041322,0.45867768,0.41735536,0.38842976,0.42975205,0.41735536,0.3966942,0.4090909,0.41735536,0.4338843,0.41735536,0.38016528,0.3553719,0.3677686,0.38842976,0.40082645,0.40082645,0.4090909,0.41322315,0.4338843,0.44214877,0.42561984,0.4214876,0.42975205,0.4214876,0.40082645,0.41322315,0.38429752,0.38016528,0.36363637,0.38842976,0.3966942,0.40495867,0.41322315,0.29338843,0.35950413,0.37603307,0.38016528,0.35950413,0.338843,0.33471075,0.3677686,0.38429752,0.40082645,0.41322315,0.41322315,0.42561984,0.4214876,0.4090909,0.40082645,0.41735536,0.40082645,0.3966942,0.38429752,0.39256197,0.4214876,0.4338843,0.44214877,0.41322315,0.37603307,0.41322315,0.4876033,0.5165289,0.5041322,0.49173555,0.446281,0.3966942,0.3677686,0.4090909,0.42975205,0.41735536,0.42975205,0.43801653,0.446281,0.4338843,0.4090909,0.38842976,0.38842976,0.40082645,0.42561984,0.4338843,0.45041323,0.45454547,0.45454547,0.45041323,0.42975205,0.4338843,0.44214877,0.43801653,0.4214876,0.42561984,0.40495867,0.40495867,0.40082645,0.40495867,0.40082645,0.4090909,0.41735536,0.30165288,0.3677686,0.3966942,0.41322315,0.42561984,0.40495867,0.40495867,0.42975205,0.43801653,0.43801653,0.42975205,0.44214877,0.45454547,0.45454547,0.446281,0.44214877,0.42975205,0.41735536,0.41322315,0.4090909,0.41735536,0.446281,0.45454547,0.446281,0.40495867,0.37603307,0.4214876,0.49586776,0.5082645,0.49586776,0.4876033,0.45041323,0.38842976,0.35950413,0.3966942,0.41322315,0.42561984,0.446281,0.46694216,0.47107437,0.45454547,0.44214877,0.43801653,0.43801653,0.4338843,0.4338843,0.42975205,0.43801653,0.44214877,0.43801653,0.4338843,0.43801653,0.45041323,0.45867768,0.45867768,0.45041323,0.4338843,0.41322315,0.42561984,0.42975205,0.41735536,0.3966942,0.40495867,0.41735536,0.29338843,0.3677686,0.40082645,0.42975205,0.46280992,0.46280992,0.43801653,0.45454547,0.48347107,0.46694216,0.446281,0.45454547,0.43801653,0.45041323,0.446281,0.45041323,0.4338843,0.44214877,0.446281,0.446281,0.45867768,0.47107437,0.46694216,0.44214877,0.38429752,0.37603307,0.43801653,0.5206612,0.5247934,0.5082645,0.4876033,0.44214877,0.37190083,0.3677686,0.38016528,0.4090909,0.42975205,0.45041323,0.47933885,0.49173555,0.4876033,0.47933885,0.47933885,0.4876033,0.48347107,0.4752066,0.46694216,0.4752066,0.47933885,0.48347107,0.47933885,0.49173555,0.49586776,0.49586776,0.49173555,0.4752066,0.46694216,0.45041323,0.446281,0.446281,0.42975205,0.40495867,0.3966942,0.4090909,0.2892562,0.37190083,0.4090909,0.43801653,0.46694216,0.49173555,0.46280992,0.46694216,0.5082645,0.5082645,0.49586776,0.5,0.47933885,0.4876033,0.5,0.49173555,0.47933885,0.4876033,0.4876033,0.4876033,0.49173555,0.49173555,0.46694216,0.42561984,0.37190083,0.38016528,0.45041323,0.54545456,0.553719,0.5206612,0.4876033,0.42975205,0.36363637,0.37603307,0.37190083,0.3966942,0.4214876,0.45041323,0.47933885,0.5123967,0.5206612,0.5206612,0.5206612,0.5206612,0.5123967,0.5,0.5082645,0.5247934,0.5289256,0.5413223,0.53305787,0.53305787,0.5247934,0.5165289,0.5206612,0.5082645,0.5,0.49173555,0.47107437,0.45867768,0.4338843,0.41322315,0.3966942,0.4090909,0.28099173,0.37190083,0.40495867,0.4338843,0.46280992,0.49586776,0.5,0.4876033,0.5041322,0.53305787,0.53305787,0.5413223,0.53305787,0.5289256,0.5413223,0.53305787,0.5165289,0.5123967,0.5165289,0.5206612,0.5165289,0.5,0.45867768,0.40495867,0.36363637,0.38016528,0.45867768,0.55785125,0.57438016,0.5247934,0.47933885,0.41735536,0.3677686,0.37603307,0.38429752,0.38842976,0.41322315,0.44214877,0.4752066,0.5082645,0.5247934,0.5371901,0.5495868,0.54545456,0.5371901,0.5289256,0.53305787,0.54545456,0.5413223,0.56198347,0.54545456,0.5495868,0.54545456,0.53305787,0.5371901,0.5165289,0.5165289,0.5165289,0.49586776,0.47107437,0.446281,0.41735536,0.40082645,0.4090909,0.27272728,0.36363637,0.40082645,0.42975205,0.45867768,0.4876033,0.5247934,0.5247934,0.5123967,0.5247934,0.5495868,0.553719,0.5495868,0.553719,0.54545456,0.5495868,0.5371901,0.5371901,0.53305787,0.53305787,0.5165289,0.4876033,0.44214877,0.38429752,0.3677686,0.40082645,0.47933885,0.55785125,0.57438016,0.5247934,0.46694216,0.4090909,0.38016528,0.37190083,0.38842976,0.38429752,0.3966942,0.4214876,0.46694216,0.49173555,0.5123967,0.5413223,0.55785125,0.56198347,0.57024795,0.5661157,0.56198347,0.55785125,0.55785125,0.56198347,0.54545456,0.553719,0.56198347,0.5495868,0.5413223,0.5247934,0.5165289,0.5247934,0.5082645,0.4752066,0.45454547,0.41735536,0.40082645,0.40495867,0.2644628,0.35950413,0.3966942,0.41735536,0.45041323,0.4876033,0.5247934,0.5413223,0.5289256,0.5247934,0.54545456,0.55785125,0.56198347,0.56198347,0.553719,0.55785125,0.5495868,0.54545456,0.54545456,0.5289256,0.5123967,0.47933885,0.4214876,0.37603307,0.37603307,0.41735536,0.5,0.55785125,0.56198347,0.5247934,0.46694216,0.41322315,0.3966942,0.38429752,0.3966942,0.38842976,0.38016528,0.40082645,0.446281,0.48347107,0.5041322,0.5371901,0.56198347,0.57438016,0.58264464,0.58677685,0.57438016,0.5661157,0.57024795,0.5661157,0.55785125,0.57024795,0.5785124,0.55785125,0.5413223,0.5289256,0.5206612,0.5247934,0.5082645,0.47933885,0.45454547,0.42561984,0.40082645,0.3966942,0.2644628,0.34710744,0.38429752,0.40495867,0.446281,0.4876033,0.5206612,0.5413223,0.5495868,0.5247934,0.54545456,0.5413223,0.553719,0.553719,0.553719,0.54545456,0.553719,0.5495868,0.5371901,0.5247934,0.5041322,0.47107437,0.41322315,0.37190083,0.38429752,0.42975205,0.5247934,0.56198347,0.55785125,0.5206612,0.46694216,0.43801653,0.41322315,0.38842976,0.39256197,0.38842976,0.37190083,0.38842976,0.42561984,0.47107437,0.5,0.5371901,0.5661157,0.58264464,0.58677685,0.58264464,0.57438016,0.5661157,0.58264464,0.58264464,0.5785124,0.58264464,0.59090906,0.5661157,0.553719,0.5371901,0.5371901,0.5206612,0.5041322,0.4752066,0.45041323,0.42975205,0.3966942,0.39256197,0.24793388,0.3305785,0.38016528,0.40495867,0.446281,0.4876033,0.5206612,0.5413223,0.553719,0.54545456,0.53305787,0.54545456,0.553719,0.54545456,0.56198347,0.56198347,0.553719,0.54545456,0.53305787,0.5165289,0.5041322,0.46694216,0.40082645,0.37190083,0.3966942,0.45454547,0.53305787,0.57438016,0.5495868,0.5123967,0.47107437,0.446281,0.41322315,0.39256197,0.38429752,0.38429752,0.37603307,0.37603307,0.3966942,0.45041323,0.49586776,0.5289256,0.553719,0.57024795,0.58264464,0.57438016,0.5785124,0.58677685,0.59090906,0.59090906,0.59504133,0.59917355,0.59090906,0.58264464,0.56198347,0.553719,0.53305787,0.5165289,0.4876033,0.46280992,0.44214877,0.41735536,0.3966942,0.38429752,0.24380165,0.3305785,0.37190083,0.40495867,0.44214877,0.4752066,0.5206612,0.5413223,0.5371901,0.56198347,0.553719,0.5661157,0.5661157,0.57438016,0.57024795,0.57438016,0.5661157,0.54545456,0.5247934,0.5041322,0.49173555,0.45867768,0.39256197,0.36363637,0.40082645,0.46694216,0.553719,0.57438016,0.54545456,0.5082645,0.47933885,0.446281,0.4090909,0.37603307,0.37190083,0.37603307,0.3677686,0.38016528,0.38842976,0.43801653,0.47933885,0.5082645,0.5371901,0.553719,0.57438016,0.58677685,0.58677685,0.59090906,0.59504133,0.59917355,0.59504133,0.59917355,0.59504133,0.59090906,0.56198347,0.553719,0.5289256,0.5,0.48347107,0.446281,0.4338843,0.40495867,0.38429752,0.37603307,0.23553719,0.32231405,0.37603307,0.3966942,0.43801653,0.45867768,0.49586776,0.53305787,0.54545456,0.57024795,0.58677685,0.5785124,0.58264464,0.59090906,0.58264464,0.57438016,0.56198347,0.553719,0.5247934,0.49586776,0.47933885,0.446281,0.38842976,0.35950413,0.40495867,0.49173555,0.5661157,0.58264464,0.5371901,0.53305787,0.47107437,0.42561984,0.38016528,0.35950413,0.3553719,0.35950413,0.35950413,0.35950413,0.38842976,0.42561984,0.46694216,0.5,0.5206612,0.5413223,0.56198347,0.5785124,0.58264464,0.5785124,0.58677685,0.59504133,0.59090906,0.58677685,0.58677685,0.57024795,0.56198347,0.5495868,0.53305787,0.5,0.47933885,0.44214877,0.41322315,0.3966942,0.37603307,0.37190083,0.2107438,0.3181818,0.37190083,0.38429752,0.41322315,0.446281,0.47933885,0.5082645,0.54545456,0.55785125,0.59090906,0.5785124,0.58677685,0.58677685,0.58264464,0.5661157,0.56198347,0.55785125,0.5206612,0.4752066,0.47107437,0.4338843,0.37603307,0.3553719,0.4214876,0.48347107,0.57438016,0.58677685,0.5495868,0.5041322,0.46694216,0.41322315,0.35950413,0.36363637,0.36363637,0.38429752,0.37603307,0.35950413,0.3677686,0.4090909,0.45867768,0.49173555,0.5123967,0.53305787,0.54545456,0.5661157,0.55785125,0.5661157,0.58264464,0.57438016,0.57024795,0.58264464,0.5661157,0.5495868,0.5289256,0.5413223,0.5165289,0.5,0.47107437,0.4338843,0.40082645,0.38842976,0.38016528,0.37603307,0.20661157,0.30991736,0.3677686,0.38429752,0.40495867,0.44214877,0.4752066,0.49586776,0.5371901,0.553719,0.5661157,0.58264464,0.58677685,0.58264464,0.5661157,0.5661157,0.553719,0.5413223,0.5206612,0.49173555,0.46280992,0.42561984,0.38016528,0.3677686,0.42561984,0.49586776,0.5661157,0.58264464,0.553719,0.5,0.43801653,0.40082645,0.37190083,0.36363637,0.40082645,0.42561984,0.41322315,0.38016528,0.35123968,0.4090909,0.45041323,0.47933885,0.49586776,0.5165289,0.5289256,0.54545456,0.54545456,0.553719,0.553719,0.57024795,0.5661157,0.5661157,0.56198347,0.5413223,0.5247934,0.5206612,0.5123967,0.49586776,0.47107437,0.41735536,0.3966942,0.37603307,0.3677686,0.37603307,0.19008264,0.30578512,0.37603307,0.39256197,0.4090909,0.43801653,0.47933885,0.5,0.5289256,0.54545456,0.56198347,0.57024795,0.57024795,0.5661157,0.55785125,0.56198347,0.5413223,0.5289256,0.5123967,0.5,0.46280992,0.42561984,0.38842976,0.37190083,0.42561984,0.49173555,0.55785125,0.59090906,0.5661157,0.5,0.43801653,0.40495867,0.3677686,0.3966942,0.42561984,0.4338843,0.41735536,0.40082645,0.36363637,0.37603307,0.42975205,0.46280992,0.48347107,0.5,0.5165289,0.53305787,0.53305787,0.53305787,0.5371901,0.56198347,0.54545456,0.553719,0.54545456,0.5247934,0.5123967,0.5082645,0.5,0.47933885,0.45454547,0.4214876,0.38842976,0.35950413,0.35950413,0.38016528,0.19008264,0.3140496,0.3677686,0.3966942,0.41735536,0.446281,0.47107437,0.5,0.5206612,0.5289256,0.5413223,0.553719,0.5495868,0.5495868,0.553719,0.5413223,0.5371901,0.5123967,0.5,0.4876033,0.45041323,0.41735536,0.3966942,0.38016528,0.43801653,0.5041322,0.55785125,0.59504133,0.58677685,0.5123967,0.45041323,0.4090909,0.38842976,0.4090909,0.42975205,0.42561984,0.4214876,0.3966942,0.35950413,0.36363637,0.41735536,0.45454547,0.47107437,0.48347107,0.49173555,0.5165289,0.5247934,0.5165289,0.5165289,0.5289256,0.53305787,0.5247934,0.5289256,0.5165289,0.5165289,0.49586776,0.49173555,0.45454547,0.4338843,0.41322315,0.38429752,0.3553719,0.3553719,0.37603307,0.17355372,0.29752067,0.36363637,0.38842976,0.40495867,0.4338843,0.45454547,0.49173555,0.5082645,0.5165289,0.5289256,0.5371901,0.53305787,0.5289256,0.5289256,0.5247934,0.53305787,0.5082645,0.49586776,0.47933885,0.446281,0.41322315,0.38429752,0.37603307,0.44214877,0.5041322,0.5413223,0.5661157,0.5661157,0.5082645,0.45867768,0.41322315,0.3677686,0.38842976,0.3966942,0.40082645,0.40082645,0.38429752,0.35123968,0.34710744,0.40082645,0.45454547,0.46280992,0.46694216,0.47933885,0.5,0.5123967,0.5082645,0.5082645,0.5165289,0.5206612,0.5247934,0.5123967,0.5123967,0.5082645,0.49173555,0.46694216,0.45041323,0.42561984,0.41322315,0.37603307,0.35123968,0.338843,0.35950413,0.1570248,0.2768595,0.35950413,0.37190083,0.38842976,0.42975205,0.45454547,0.48347107,0.49173555,0.49173555,0.5165289,0.5247934,0.5165289,0.5123967,0.5082645,0.5123967,0.5082645,0.5082645,0.49173555,0.46280992,0.44214877,0.3966942,0.34710744,0.35950413,0.43801653,0.4876033,0.5082645,0.5247934,0.5247934,0.48347107,0.45867768,0.38016528,0.35123968,0.338843,0.338843,0.338843,0.35950413,0.36363637,0.338843,0.3305785,0.38842976,0.44214877,0.45454547,0.45041323,0.45867768,0.47933885,0.5,0.5041322,0.49586776,0.5082645,0.5123967,0.5165289,0.5,0.49173555,0.4876033,0.47107437,0.46280992,0.42561984,0.4090909,0.40495867,0.3677686,0.33471075,0.3264463,0.35123968,0.14049587,0.2520661,0.3553719,0.35950413,0.37190083,0.4090909,0.44214877,0.45454547,0.46694216,0.47933885,0.49586776,0.5041322,0.49586776,0.5041322,0.49586776,0.49173555,0.49586776,0.49173555,0.4752066,0.46280992,0.43801653,0.37190083,0.30578512,0.3264463,0.41322315,0.45867768,0.46694216,0.4752066,0.48347107,0.47107437,0.42561984,0.37190083,0.3264463,0.2603306,0.21900827,0.2231405,0.28512397,0.30991736,0.30578512,0.32231405,0.38016528,0.4338843,0.45041323,0.43801653,0.43801653,0.44214877,0.47107437,0.48347107,0.49173555,0.5,0.5041322,0.5,0.47107437,0.47933885,0.47107437,0.45867768,0.45041323,0.41735536,0.3966942,0.38429752,0.35950413,0.338843,0.3305785,0.3553719,0.12396694,0.22727273,0.338843,0.35123968,0.35950413,0.38429752,0.42561984,0.42561984,0.44214877,0.45867768,0.47107437,0.47933885,0.48347107,0.4876033,0.4876033,0.49173555,0.4876033,0.4876033,0.4752066,0.47107437,0.45454547,0.38429752,0.28512397,0.28099173,0.37190083,0.41322315,0.42561984,0.44214877,0.446281,0.42975205,0.40495867,0.35950413,0.27272728,0.1983471,0.1694215,0.18595041,0.22727273,0.2520661,0.28099173,0.338843,0.40082645,0.43801653,0.45867768,0.446281,0.42975205,0.41735536,0.4338843,0.45867768,0.4876033,0.49586776,0.4876033,0.4876033,0.46280992,0.46694216,0.46694216,0.44214877,0.42975205,0.41322315,0.3966942,0.38429752,0.3553719,0.338843,0.3429752,0.36363637,0.11157025,0.20247933,0.3305785,0.3553719,0.35123968,0.3677686,0.3966942,0.41322315,0.4214876,0.42975205,0.45041323,0.46280992,0.47107437,0.47933885,0.4752066,0.49586776,0.48347107,0.4876033,0.47107437,0.4752066,0.46280992,0.4090909,0.30991736,0.23966943,0.30578512,0.37190083,0.38842976,0.3966942,0.3966942,0.3966942,0.38429752,0.30991736,0.22727273,0.23140496,0.23966943,0.2520661,0.2644628,0.2768595,0.3140496,0.35950413,0.40495867,0.446281,0.47107437,0.46694216,0.45041323,0.4214876,0.41322315,0.42561984,0.45041323,0.46694216,0.47933885,0.4752066,0.46694216,0.45867768,0.45041323,0.42975205,0.4090909,0.40082645,0.39256197,0.37190083,0.3553719,0.35123968,0.35123968,0.3553719,0.11570248,0.19421488,0.3181818,0.3553719,0.35123968,0.3553719,0.37603307,0.3966942,0.40082645,0.40495867,0.4214876,0.45454547,0.46280992,0.47107437,0.47107437,0.47933885,0.4752066,0.4752066,0.47107437,0.47107437,0.45867768,0.4338843,0.36363637,0.24793388,0.23966943,0.30991736,0.34710744,0.3553719,0.36363637,0.35950413,0.3553719,0.25619835,0.23140496,0.2892562,0.29752067,0.30578512,0.338843,0.3429752,0.35950413,0.37603307,0.40495867,0.44214877,0.47107437,0.4752066,0.4752066,0.45454547,0.42975205,0.40495867,0.41322315,0.4338843,0.45041323,0.46694216,0.46694216,0.46280992,0.4338843,0.4338843,0.40495867,0.38016528,0.38429752,0.35950413,0.35950413,0.3553719,0.3429752,0.3429752,0.12809917,0.17768595,0.29752067,0.35950413,0.35123968,0.34710744,0.36363637,0.3677686,0.3677686,0.39256197,0.41322315,0.44214877,0.45041323,0.46694216,0.45867768,0.46694216,0.46280992,0.46694216,0.46694216,0.47107437,0.46694216,0.45867768,0.40082645,0.28512397,0.1983471,0.21487603,0.27272728,0.30165288,0.3181818,0.32231405,0.30165288,0.23553719,0.2603306,0.30165288,0.3181818,0.338843,0.37603307,0.36363637,0.35950413,0.38016528,0.40495867,0.42561984,0.45041323,0.46694216,0.48347107,0.47933885,0.4752066,0.43801653,0.41735536,0.41322315,0.40495867,0.44214877,0.45454547,0.46280992,0.43801653,0.42975205,0.3966942,0.3677686,0.37190083,0.3553719,0.35950413,0.35950413,0.338843,0.3429752,0.14876033,0.1570248,0.27272728,0.3553719,0.35123968,0.35123968,0.36363637,0.35123968,0.3553719,0.38842976,0.41735536,0.44214877,0.44214877,0.45454547,0.446281,0.45454547,0.45454547,0.47107437,0.4752066,0.47107437,0.46694216,0.46280992,0.42561984,0.3305785,0.2107438,0.1694215,0.19008264,0.2231405,0.25619835,0.2520661,0.23966943,0.23553719,0.28512397,0.30578512,0.32231405,0.34710744,0.36363637,0.36363637,0.3677686,0.37603307,0.40082645,0.41735536,0.4338843,0.446281,0.46694216,0.48347107,0.49173555,0.4752066,0.45454547,0.44214877,0.39256197,0.40495867,0.42561984,0.45454547,0.45454547,0.4214876,0.39256197,0.3677686,0.36363637,0.36363637,0.3677686,0.36363637,0.3429752,0.3429752,0.18181819,0.1570248,0.2603306,0.35123968,0.35950413,0.3677686,0.39256197,0.35950413,0.36363637,0.40082645,0.42975205,0.43801653,0.4338843,0.43801653,0.446281,0.45041323,0.45867768,0.4752066,0.47933885,0.4752066,0.47107437,0.45867768,0.42975205,0.36363637,0.27272728,0.1983471,0.17355372,0.17768595,0.20661157,0.1983471,0.20247933,0.23966943,0.29338843,0.32231405,0.3264463,0.33471075,0.338843,0.3553719,0.36363637,0.37603307,0.39256197,0.4090909,0.42561984,0.43801653,0.45041323,0.4752066,0.48347107,0.4752066,0.46694216,0.46280992,0.42561984,0.40082645,0.3966942,0.4214876,0.45041323,0.42561984,0.39256197,0.38429752,0.3677686,0.37603307,0.38842976,0.38429752,0.3553719,0.34710744,0.1983471,0.17768595,0.2644628,0.3553719,0.37190083,0.38842976,0.41322315,0.38016528,0.38429752,0.40495867,0.4338843,0.42561984,0.43801653,0.4338843,0.44214877,0.45454547,0.47107437,0.4752066,0.47107437,0.46280992,0.45867768,0.45041323,0.4214876,0.38016528,0.3264463,0.26859504,0.23140496,0.22727273,0.21487603,0.21900827,0.23553719,0.25619835,0.30578512,0.34710744,0.35123968,0.338843,0.33471075,0.3553719,0.34710744,0.37190083,0.38016528,0.3966942,0.4090909,0.42561984,0.43801653,0.45454547,0.46694216,0.46694216,0.46280992,0.45454547,0.4338843,0.4214876,0.3966942,0.39256197,0.42561984,0.42975205,0.40082645,0.38429752,0.37603307,0.38429752,0.40082645,0.38842976,0.36363637,0.35950413,0.19421488,0.19008264,0.2520661,0.35950413,0.38429752,0.40495867,0.42975205,0.41322315,0.38842976,0.40082645,0.42975205,0.4338843,0.42975205,0.4338843,0.43801653,0.45454547,0.4752066,0.46694216,0.45867768,0.44214877,0.43801653,0.4338843,0.41735536,0.38842976,0.37190083,0.3429752,0.30991736,0.3181818,0.2892562,0.2768595,0.30165288,0.29338843,0.3181818,0.36363637,0.37190083,0.35123968,0.35123968,0.35950413,0.34710744,0.36363637,0.38016528,0.38842976,0.39256197,0.4090909,0.4338843,0.4338843,0.43801653,0.45041323,0.45454547,0.44214877,0.42561984,0.41735536,0.4214876,0.38429752,0.41322315,0.4214876,0.40495867,0.38016528,0.37190083,0.37603307,0.40082645,0.38842976,0.35950413,0.35950413,0.20247933,0.19008264,0.23966943,0.3429752,0.38016528,0.39256197,0.42975205,0.42561984,0.40082645,0.3966942,0.42561984,0.44214877,0.4214876,0.4338843,0.4338843,0.45867768,0.46694216,0.45867768,0.45041323,0.43801653,0.42561984,0.41735536,0.40082645,0.39256197,0.3966942,0.38842976,0.35950413,0.37190083,0.35950413,0.338843,0.35123968,0.33471075,0.3264463,0.37603307,0.3966942,0.37190083,0.3677686,0.3677686,0.3553719,0.35950413,0.37603307,0.38429752,0.39256197,0.41322315,0.42975205,0.4214876,0.41735536,0.44214877,0.44214877,0.42975205,0.4090909,0.40082645,0.4214876,0.3966942,0.4090909,0.40495867,0.4090909,0.37603307,0.36363637,0.37190083,0.3966942,0.38429752,0.35950413,0.35123968,0.20661157,0.18181819,0.23140496,0.34710744,0.37603307,0.37190083,0.40082645,0.4214876,0.40082645,0.40082645,0.4090909,0.446281,0.41322315,0.42975205,0.43801653,0.45454547,0.45041323,0.44214877,0.44214877,0.446281,0.42975205,0.41735536,0.3966942,0.39256197,0.40495867,0.40495867,0.4090909,0.41322315,0.4090909,0.38429752,0.38429752,0.36363637,0.36363637,0.40082645,0.41735536,0.39256197,0.37603307,0.37603307,0.36363637,0.37603307,0.38429752,0.38429752,0.40082645,0.41322315,0.41322315,0.41322315,0.4090909,0.41735536,0.4214876,0.42561984,0.3966942,0.38429752,0.40495867,0.3966942,0.39256197,0.3966942,0.3966942,0.38429752,0.3553719,0.35950413,0.39256197,0.39256197,0.36363637,0.35123968,0.20247933,0.19008264,0.21900827,0.3305785,0.35950413,0.3553719,0.38842976,0.4090909,0.38016528,0.38842976,0.41735536,0.42975205,0.41735536,0.41735536,0.42561984,0.42561984,0.42561984,0.42561984,0.4214876,0.4214876,0.42561984,0.41322315,0.40082645,0.38842976,0.40495867,0.4090909,0.42561984,0.43801653,0.4338843,0.40495867,0.39256197,0.38016528,0.40082645,0.4090909,0.4090909,0.40082645,0.36363637,0.36363637,0.3677686,0.37603307,0.37603307,0.3677686,0.38429752,0.3966942,0.38842976,0.39256197,0.3966942,0.38842976,0.3966942,0.41322315,0.3966942,0.38429752,0.40082645,0.40495867,0.38429752,0.39256197,0.3966942,0.38429752,0.35123968,0.35950413,0.38429752,0.38016528,0.3553719,0.33471075,0.20247933,0.19008264,0.19421488,0.30991736,0.35123968,0.34710744,0.39256197,0.4214876,0.37190083,0.38429752,0.4214876,0.42561984,0.41322315,0.40495867,0.40495867,0.41322315,0.40082645,0.38842976,0.38016528,0.38429752,0.40495867,0.40082645,0.39256197,0.37603307,0.3677686,0.37190083,0.37603307,0.40082645,0.4090909,0.40082645,0.38842976,0.38016528,0.38429752,0.37190083,0.37603307,0.35123968,0.3305785,0.32231405,0.32231405,0.32231405,0.3140496,0.3140496,0.33471075,0.34710744,0.33471075,0.338843,0.35950413,0.37603307,0.37603307,0.38429752,0.38842976,0.38016528,0.4090909,0.4090909,0.3966942,0.38842976,0.38842976,0.38429752,0.3553719,0.35123968,0.37603307,0.36363637,0.34710744,0.32231405,0.20247933,0.19421488,0.18181819,0.2768595,0.3429752,0.3429752,0.38429752,0.4338843,0.39256197,0.40082645,0.41735536,0.42975205,0.41322315,0.38842976,0.38842976,0.37603307,0.35950413,0.33471075,0.3181818,0.32231405,0.34710744,0.3553719,0.3305785,0.3181818,0.30165288,0.29752067,0.30165288,0.3264463,0.3305785,0.3305785,0.3429752,0.30991736,0.3305785,0.32231405,0.3140496,0.29752067,0.2768595,0.2644628,0.24793388,0.2644628,0.25619835,0.23966943,0.22727273,0.21487603,0.20661157,0.23966943,0.30165288,0.3553719,0.36363637,0.38016528,0.38842976,0.37603307,0.41322315,0.40495867,0.39256197,0.40495867,0.3966942,0.3677686,0.35950413,0.35123968,0.37603307,0.35950413,0.338843,0.32231405,0.20661157,0.20247933,0.18595041,0.23553719,0.32231405,0.338843,0.3677686,0.42975205,0.40082645,0.39256197,0.41322315,0.4338843,0.43801653,0.39256197,0.37190083,0.3553719,0.33471075,0.29338843,0.2520661,0.22727273,0.1983471,0.18181819,0.20247933,0.24380165,0.24380165,0.22727273,0.24793388,0.28512397,0.30578512,0.28512397,0.2768595,0.2603306,0.29338843,0.30165288,0.3429752,0.3264463,0.27272728,0.2768595,0.21487603,0.27272728,0.2768595,0.2107438,0.1570248,0.15289256,0.1983471,0.25619835,0.29752067,0.33471075,0.35950413,0.38429752,0.3966942,0.38429752,0.4090909,0.41322315,0.38842976,0.40082645,0.3966942,0.35950413,0.34710744,0.3429752,0.36363637,0.35950413,0.3305785,0.3264463,0.20247933,0.20661157,0.18181819,0.20661157,0.2892562,0.32231405,0.3677686,0.41322315,0.38842976,0.39256197,0.4090909,0.446281,0.43801653,0.4214876,0.37603307,0.35123968,0.35123968,0.32231405,0.30991736,0.26859504,0.1983471,0.12396694,0.15289256,0.2520661,0.24793388,0.2107438,0.2644628,0.34710744,0.37603307,0.35123968,0.30165288,0.30165288,0.34710744,0.38429752,0.42975205,0.4090909,0.34710744,0.3305785,0.21900827,0.26859504,0.3264463,0.23966943,0.20247933,0.24380165,0.30991736,0.3553719,0.3429752,0.3553719,0.36363637,0.3677686,0.39256197,0.40495867,0.40495867,0.4214876,0.37603307,0.38016528,0.38016528,0.338843,0.33471075,0.338843,0.34710744,0.35123968,0.3305785,0.3140496,0.2107438,0.1983471,0.1983471,0.18595041,0.25619835,0.3181818,0.33471075,0.40495867,0.37603307,0.35950413,0.3966942,0.4338843,0.45867768,0.43801653,0.41322315,0.36363637,0.35950413,0.35950413,0.37190083,0.38842976,0.3305785,0.23553719,0.20247933,0.2768595,0.23966943,0.20247933,0.30578512,0.40495867,0.446281,0.446281,0.38429752,0.3181818,0.4214876,0.45454547,0.46694216,0.45041323,0.3966942,0.35950413,0.25619835,0.22727273,0.3140496,0.2892562,0.28099173,0.3305785,0.38016528,0.39256197,0.38016528,0.37190083,0.3553719,0.3553719,0.37190083,0.40082645,0.41735536,0.38429752,0.37190083,0.38016528,0.3677686,0.3181818,0.3181818,0.338843,0.33471075,0.3305785,0.30991736,0.29752067,0.21487603,0.20661157,0.20247933,0.18595041,0.20247933,0.28512397,0.3305785,0.39256197,0.37603307,0.3553719,0.38016528,0.40082645,0.45041323,0.4338843,0.4090909,0.38842976,0.3966942,0.38016528,0.39256197,0.41322315,0.4090909,0.35950413,0.30578512,0.29338843,0.2520661,0.20661157,0.25619835,0.33471075,0.38842976,0.4090909,0.38842976,0.27272728,0.3677686,0.40495867,0.37603307,0.3264463,0.29752067,0.2892562,0.30165288,0.29338843,0.3181818,0.33471075,0.3305785,0.3677686,0.38842976,0.40082645,0.38842976,0.38429752,0.35950413,0.35123968,0.3677686,0.39256197,0.4090909,0.35123968,0.38016528,0.37190083,0.3429752,0.30578512,0.30578512,0.33471075,0.3305785,0.3181818,0.3140496,0.29338843,0.2107438,0.20661157,0.20247933,0.19008264,0.18595041,0.22727273,0.30578512,0.35950413,0.39256197,0.3677686,0.3429752,0.39256197,0.4338843,0.42975205,0.40495867,0.41322315,0.4214876,0.41735536,0.40082645,0.40495867,0.41735536,0.41322315,0.40082645,0.38016528,0.35123968,0.30991736,0.28099173,0.2768595,0.2768595,0.27272728,0.2644628,0.22727273,0.24380165,0.2603306,0.24380165,0.24793388,0.2644628,0.30165288,0.3429752,0.35123968,0.35123968,0.3553719,0.35123968,0.37603307,0.38429752,0.39256197,0.38842976,0.37190083,0.3677686,0.3553719,0.38016528,0.39256197,0.39256197,0.34710744,0.38016528,0.37190083,0.338843,0.3181818,0.3140496,0.33471075,0.3429752,0.3181818,0.29752067,0.28512397,0.20661157,0.20661157,0.20661157,0.20247933,0.19421488,0.18595041,0.2603306,0.35950413,0.38842976,0.3677686,0.3140496,0.38842976,0.3966942,0.40082645,0.38842976,0.41735536,0.4214876,0.4338843,0.4214876,0.40082645,0.40082645,0.41322315,0.446281,0.47107437,0.446281,0.4214876,0.38842976,0.38429752,0.35950413,0.3181818,0.28512397,0.29752067,0.28512397,0.30165288,0.30165288,0.3305785,0.3553719,0.38016528,0.39256197,0.37603307,0.35950413,0.35123968,0.35950413,0.37190083,0.38016528,0.38842976,0.39256197,0.37603307,0.37603307,0.37603307,0.37603307,0.3966942,0.37603307,0.35123968,0.36363637,0.3553719,0.3305785,0.3140496,0.30578512,0.3264463,0.33471075,0.3181818,0.28512397,0.27272728,0.2107438,0.20247933,0.1983471,0.20661157,0.19421488,0.1694215,0.2231405,0.338843,0.38016528,0.3553719,0.30165288,0.37190083,0.36363637,0.36363637,0.38842976,0.41735536,0.41322315,0.4338843,0.42561984,0.40082645,0.38429752,0.40082645,0.43801653,0.47933885,0.47107437,0.44214877,0.42975205,0.4214876,0.4338843,0.4338843,0.42975205,0.42561984,0.41735536,0.40495867,0.3966942,0.4090909,0.41735536,0.41322315,0.3966942,0.36363637,0.34710744,0.34710744,0.35950413,0.36363637,0.37603307,0.38842976,0.39256197,0.38842976,0.38016528,0.38016528,0.38016528,0.3677686,0.3677686,0.3305785,0.33471075,0.35123968,0.3305785,0.3181818,0.3140496,0.30991736,0.3305785,0.30991736,0.2768595,0.28099173,0.2107438,0.20661157,0.20661157,0.20247933,0.1983471,0.19008264,0.1694215,0.28512397,0.3677686,0.3553719,0.30991736,0.3429752,0.338843,0.35123968,0.38842976,0.4090909,0.41735536,0.41735536,0.42561984,0.40495867,0.37603307,0.38842976,0.41735536,0.44214877,0.446281,0.44214877,0.4338843,0.4090909,0.4214876,0.46280992,0.49586776,0.5,0.4752066,0.45454547,0.44214877,0.4338843,0.4214876,0.40082645,0.37190083,0.3553719,0.35123968,0.34710744,0.3553719,0.35950413,0.3677686,0.38016528,0.39256197,0.38016528,0.37190083,0.38016528,0.3677686,0.35123968,0.34710744,0.3305785,0.30991736,0.32231405,0.3305785,0.32231405,0.33471075,0.30991736,0.3140496,0.29752067,0.2768595,0.26859504,0.2107438,0.2107438,0.2107438,0.20247933,0.20247933,0.1983471,0.17355372,0.1983471,0.28512397,0.338843,0.34710744,0.3264463,0.3140496,0.35123968,0.39256197,0.3966942,0.41322315,0.3966942,0.40495867,0.40495867,0.37603307,0.37603307,0.39256197,0.40495867,0.40082645,0.4214876,0.44214877,0.40495867,0.40495867,0.44214877,0.4876033,0.49173555,0.46280992,0.45041323,0.42975205,0.41735536,0.40082645,0.37603307,0.35950413,0.3553719,0.3553719,0.34710744,0.35123968,0.36363637,0.36363637,0.37603307,0.37603307,0.39256197,0.38016528,0.37190083,0.35123968,0.3429752,0.3429752,0.3140496,0.29338843,0.28512397,0.3305785,0.3264463,0.33471075,0.3181818,0.30165288,0.28099173,0.2603306,0.2520661,0.2231405,0.21900827,0.21487603,0.20247933,0.20247933,0.20247933,0.18595041,0.19008264,0.19421488,0.28099173,0.3677686,0.3677686,0.3140496,0.3181818,0.3677686,0.38842976,0.42975205,0.4090909,0.39256197,0.3966942,0.37603307,0.35950413,0.3677686,0.37603307,0.38016528,0.39256197,0.41322315,0.40082645,0.40082645,0.42561984,0.4338843,0.44214877,0.41322315,0.4090909,0.39256197,0.38842976,0.37603307,0.3553719,0.34710744,0.35123968,0.34710744,0.338843,0.3553719,0.36363637,0.3553719,0.37190083,0.37190083,0.38429752,0.39256197,0.36363637,0.338843,0.3305785,0.33471075,0.30578512,0.27272728,0.28099173,0.30991736,0.32231405,0.3264463,0.30991736,0.29338843,0.2603306,0.23553719,0.23140496,0.22727273,0.21900827,0.21487603,0.20247933,0.1983471,0.1983471,0.19421488,0.19421488,0.17768595,0.20661157,0.32231405,0.38016528,0.3305785,0.28512397,0.3429752,0.38016528,0.4214876,0.42561984,0.38842976,0.38016528,0.37603307,0.35123968,0.3429752,0.3553719,0.37190083,0.37190083,0.37190083,0.37603307,0.38016528,0.39256197,0.38429752,0.39256197,0.38016528,0.3677686,0.3553719,0.34710744,0.35123968,0.3429752,0.338843,0.338843,0.33471075,0.33471075,0.35123968,0.35123968,0.3553719,0.37190083,0.37603307,0.37190083,0.39256197,0.38016528,0.33471075,0.3264463,0.3305785,0.30578512,0.2768595,0.2892562,0.3140496,0.30578512,0.30165288,0.29338843,0.2644628,0.24380165,0.23140496,0.2231405,0.2231405,0.21900827,0.21487603,0.20661157,0.1983471,0.1983471,0.19421488,0.19008264,0.19421488,0.17355372,0.24380165,0.338843,0.33471075,0.3305785,0.338843,0.38016528,0.40082645,0.42975205,0.3966942,0.3677686,0.37190083,0.3553719,0.3305785,0.33471075,0.36363637,0.35950413,0.3429752,0.3429752,0.3429752,0.3677686,0.35123968,0.34710744,0.35123968,0.3305785,0.3264463,0.30991736,0.3264463,0.3264463,0.32231405,0.32231405,0.3264463,0.338843,0.34710744,0.34710744,0.3553719,0.36363637,0.37190083,0.37603307,0.38842976,0.37603307,0.33471075,0.3181818,0.29752067,0.29752067,0.29338843,0.2892562,0.30578512,0.2892562,0.27272728,0.2603306,0.23553719,0.22727273,0.22727273,0.23140496,0.2231405,0.2231405,0.21487603,0.2107438,0.20661157,0.20247933,0.20247933,0.19008264,0.20247933,0.18181819,0.17768595,0.26859504,0.338843,0.3677686,0.35123968,0.37190083,0.39256197,0.4214876,0.40495867,0.37603307,0.37603307,0.36363637,0.338843,0.32231405,0.3305785,0.3264463,0.30991736,0.3181818,0.3181818,0.33471075,0.3264463,0.3264463,0.3181818,0.3140496,0.29752067,0.2892562,0.30165288,0.30578512,0.30578512,0.32231405,0.33471075,0.35123968,0.35123968,0.34710744,0.3553719,0.35950413,0.3677686,0.37190083,0.38016528,0.37190083,0.338843,0.29752067,0.26859504,0.28512397,0.29752067,0.2768595,0.29752067,0.27272728,0.24380165,0.22727273,0.2231405,0.2231405,0.23140496,0.24380165,38 +0.3264463,0.1983471,0.21487603,0.23966943,0.2603306,0.28099173,0.33471075,0.38429752,0.43801653,0.46280992,0.4752066,0.5247934,0.5413223,0.59917355,0.6487603,0.6528926,0.6570248,0.6570248,0.6652893,0.6859504,0.677686,0.6694215,0.677686,0.6983471,0.6942149,0.6983471,0.6694215,0.6363636,0.6487603,0.55785125,0.56198347,0.61157024,0.5785124,0.5413223,0.5206612,0.5041322,0.47933885,0.38842976,0.35123968,0.29752067,0.2520661,0.22727273,0.21487603,0.21487603,0.1983471,0.1694215,0.17355372,0.1446281,0.14049587,0.13636364,0.11983471,0.12396694,0.11983471,0.11570248,0.11570248,0.1322314,0.1322314,0.1446281,0.1694215,0.19008264,0.14049587,0.14049587,0.12809917,0.12396694,0.22727273,0.2603306,0.24793388,0.2603306,0.2892562,0.3305785,0.38429752,0.44214877,0.4752066,0.47933885,0.5,0.5413223,0.58264464,0.61157024,0.6487603,0.6487603,0.6487603,0.6487603,0.6694215,0.6818182,0.6942149,0.6818182,0.6859504,0.6942149,0.6859504,0.677686,0.6652893,0.6446281,0.6363636,0.57024795,0.54545456,0.59504133,0.59090906,0.57024795,0.5371901,0.5165289,0.5206612,0.45454547,0.40495867,0.36363637,0.30165288,0.25619835,0.21900827,0.22727273,0.21900827,0.20661157,0.17355372,0.17355372,0.16115703,0.15289256,0.14049587,0.13636364,0.12809917,0.11570248,0.10330579,0.10330579,0.11570248,0.11570248,0.11570248,0.12396694,0.13636364,0.12396694,0.11983471,0.09917355,0.28099173,0.2892562,0.24793388,0.28099173,0.3264463,0.36363637,0.41322315,0.46280992,0.49173555,0.5,0.5289256,0.56198347,0.60330576,0.61157024,0.62396693,0.6363636,0.6528926,0.6694215,0.6652893,0.6694215,0.6735537,0.677686,0.6818182,0.6859504,0.6735537,0.677686,0.6694215,0.6694215,0.6322314,0.59917355,0.55785125,0.58264464,0.59090906,0.58264464,0.56198347,0.5289256,0.53305787,0.5206612,0.4752066,0.4214876,0.3677686,0.3181818,0.26859504,0.25619835,0.22727273,0.23140496,0.19008264,0.17768595,0.1570248,0.1446281,0.14049587,0.14876033,0.14049587,0.11157025,0.11983471,0.11983471,0.12809917,0.11983471,0.1322314,0.12809917,0.12396694,0.11983471,0.11983471,0.10743801,0.30578512,0.2520661,0.28512397,0.3140496,0.36363637,0.3966942,0.43801653,0.46694216,0.5041322,0.5289256,0.57024795,0.59504133,0.61570245,0.6280992,0.62396693,0.6322314,0.6446281,0.661157,0.6652893,0.6859504,0.661157,0.661157,0.6528926,0.6570248,0.6528926,0.6694215,0.6652893,0.677686,0.62396693,0.6198347,0.58264464,0.57024795,0.58264464,0.58677685,0.56198347,0.55785125,0.553719,0.53305787,0.5206612,0.47933885,0.42975205,0.3966942,0.34710744,0.30991736,0.2520661,0.23966943,0.2107438,0.1694215,0.18181819,0.16528925,0.15289256,0.16115703,0.16528925,0.14876033,0.1322314,0.11157025,0.13636364,0.11570248,0.1322314,0.1322314,0.13636364,0.13636364,0.14049587,0.1322314,0.3181818,0.30165288,0.3140496,0.3181818,0.38842976,0.42975205,0.45041323,0.47933885,0.5289256,0.5661157,0.607438,0.61157024,0.6198347,0.6198347,0.61570245,0.6322314,0.6487603,0.6570248,0.6735537,0.6818182,0.6735537,0.6570248,0.6694215,0.6735537,0.6652893,0.6570248,0.6487603,0.6570248,0.6487603,0.60330576,0.60330576,0.5661157,0.553719,0.58264464,0.58264464,0.58264464,0.57024795,0.56198347,0.553719,0.5289256,0.49173555,0.45454547,0.41322315,0.3677686,0.3305785,0.29752067,0.2768595,0.2231405,0.20247933,0.17768595,0.18181819,0.18181819,0.16115703,0.1694215,0.1446281,0.14049587,0.10743801,0.1322314,0.12396694,0.11570248,0.11983471,0.1322314,0.11983471,0.1322314,0.35123968,0.37190083,0.32231405,0.3429752,0.4090909,0.45041323,0.4876033,0.5165289,0.56198347,0.59090906,0.61570245,0.61157024,0.62396693,0.6322314,0.6280992,0.6446281,0.6487603,0.6446281,0.661157,0.6528926,0.6446281,0.6322314,0.6487603,0.6570248,0.6570248,0.6363636,0.6322314,0.6363636,0.6446281,0.59504133,0.59504133,0.5785124,0.53305787,0.55785125,0.60330576,0.60330576,0.58264464,0.5785124,0.58677685,0.5785124,0.5495868,0.5165289,0.4752066,0.45454547,0.41735536,0.38016528,0.37190083,0.36363637,0.30165288,0.2768595,0.2603306,0.24380165,0.21900827,0.19421488,0.1694215,0.16115703,0.11570248,0.12809917,0.11157025,0.10330579,0.11157025,0.11157025,0.11157025,0.11983471,0.38842976,0.42975205,0.38016528,0.41735536,0.45867768,0.5041322,0.5413223,0.553719,0.5785124,0.59090906,0.5785124,0.62396693,0.6404959,0.62396693,0.62396693,0.62396693,0.6280992,0.6322314,0.6280992,0.6280992,0.6280992,0.62396693,0.61157024,0.607438,0.61570245,0.59917355,0.59504133,0.59504133,0.60330576,0.59917355,0.56198347,0.5661157,0.53305787,0.5247934,0.57438016,0.59504133,0.58677685,0.5413223,0.57024795,0.57438016,0.56198347,0.5495868,0.5165289,0.5,0.47107437,0.43801653,0.41735536,0.42561984,0.38842976,0.36363637,0.3264463,0.30578512,0.30165288,0.28512397,0.23553719,0.2107438,0.17768595,0.1446281,0.13636364,0.11157025,0.11570248,0.10743801,0.10330579,0.09917355,0.42561984,0.47107437,0.4752066,0.49586776,0.5123967,0.54545456,0.55785125,0.5661157,0.553719,0.58677685,0.55785125,0.59504133,0.607438,0.61570245,0.59090906,0.5785124,0.58677685,0.58677685,0.5785124,0.57438016,0.58677685,0.59917355,0.59504133,0.57438016,0.5785124,0.5661157,0.5495868,0.5495868,0.56198347,0.5785124,0.5413223,0.5371901,0.5289256,0.5165289,0.5206612,0.5495868,0.56198347,0.5495868,0.5206612,0.5371901,0.5289256,0.5413223,0.5165289,0.5041322,0.47933885,0.45867768,0.45041323,0.45867768,0.4214876,0.4214876,0.38842976,0.3553719,0.35123968,0.3553719,0.33471075,0.29752067,0.28099173,0.22727273,0.19008264,0.16115703,0.13636364,0.12809917,0.11983471,0.11157025,0.45454547,0.49586776,0.5289256,0.49173555,0.5082645,0.54545456,0.55785125,0.54545456,0.56198347,0.5785124,0.5371901,0.54545456,0.5495868,0.5661157,0.5413223,0.5206612,0.5371901,0.5495868,0.54545456,0.5371901,0.5247934,0.5289256,0.54545456,0.5413223,0.5413223,0.53305787,0.5082645,0.5123967,0.5289256,0.5413223,0.4876033,0.5082645,0.47107437,0.49586776,0.4876033,0.5041322,0.5082645,0.5123967,0.5041322,0.5082645,0.5041322,0.5123967,0.4876033,0.48347107,0.47107437,0.46280992,0.46694216,0.45867768,0.43801653,0.43801653,0.42561984,0.3966942,0.38429752,0.3677686,0.37190083,0.36363637,0.37603307,0.33471075,0.29338843,0.2520661,0.20661157,0.1694215,0.15289256,0.1446281,0.4752066,0.5041322,0.5165289,0.48347107,0.4876033,0.5371901,0.55785125,0.56198347,0.57024795,0.56198347,0.5206612,0.47107437,0.49586776,0.49586776,0.4752066,0.45041323,0.46280992,0.47933885,0.49586776,0.49586776,0.48347107,0.46280992,0.4876033,0.49586776,0.49173555,0.4876033,0.47933885,0.5,0.5082645,0.5123967,0.44214877,0.46694216,0.44214877,0.43801653,0.45041323,0.45041323,0.45454547,0.45867768,0.45041323,0.4752066,0.4876033,0.4752066,0.45867768,0.46694216,0.45867768,0.47107437,0.4752066,0.45867768,0.446281,0.44214877,0.43801653,0.40082645,0.37603307,0.3553719,0.3429752,0.37190083,0.40082645,0.40082645,0.37603307,0.33471075,0.28512397,0.22727273,0.19421488,0.20247933,0.48347107,0.5041322,0.5123967,0.47107437,0.48347107,0.5247934,0.5165289,0.5123967,0.5123967,0.5206612,0.45454547,0.42975205,0.49173555,0.45867768,0.4214876,0.3966942,0.37603307,0.37190083,0.3966942,0.39256197,0.36363637,0.38016528,0.38842976,0.42975205,0.4338843,0.43801653,0.45867768,0.48347107,0.5165289,0.47933885,0.43801653,0.446281,0.41322315,0.42561984,0.4338843,0.40495867,0.41735536,0.43801653,0.4214876,0.44214877,0.46280992,0.43801653,0.4338843,0.43801653,0.42561984,0.44214877,0.45454547,0.43801653,0.4214876,0.4214876,0.42975205,0.3966942,0.35123968,0.3553719,0.3553719,0.32231405,0.3677686,0.3966942,0.39256197,0.38429752,0.3553719,0.29338843,0.2603306,0.28099173,0.49173555,0.5123967,0.49586776,0.47933885,0.4876033,0.5082645,0.47107437,0.45041323,0.45454547,0.44214877,0.40495867,0.4090909,0.45867768,0.40495867,0.3429752,0.3264463,0.30165288,0.27272728,0.2768595,0.2892562,0.24793388,0.2892562,0.30165288,0.3305785,0.3553719,0.37190083,0.41735536,0.46280992,0.48347107,0.4752066,0.44214877,0.41735536,0.38842976,0.40082645,0.4090909,0.38016528,0.40082645,0.41735536,0.4090909,0.40495867,0.40082645,0.39256197,0.38842976,0.38842976,0.40082645,0.42975205,0.43801653,0.4214876,0.4214876,0.41322315,0.41322315,0.41322315,0.38842976,0.38016528,0.38016528,0.37190083,0.3429752,0.338843,0.35123968,0.38429752,0.38016528,0.33471075,0.3264463,0.3305785,0.5,0.5082645,0.49586776,0.47933885,0.47933885,0.48347107,0.43801653,0.4214876,0.41322315,0.3966942,0.36363637,0.37603307,0.36363637,0.3305785,0.29338843,0.28512397,0.28099173,0.26859504,0.24380165,0.24380165,0.22727273,0.24793388,0.2644628,0.2892562,0.30991736,0.33471075,0.35123968,0.4214876,0.47107437,0.45867768,0.43801653,0.38842976,0.40495867,0.43801653,0.42561984,0.38842976,0.38429752,0.38429752,0.38016528,0.35950413,0.33471075,0.3305785,0.3140496,0.30991736,0.3181818,0.3140496,0.3181818,0.33471075,0.37603307,0.37603307,0.36363637,0.3677686,0.35950413,0.3677686,0.37603307,0.37190083,0.3677686,0.3264463,0.3181818,0.3677686,0.37190083,0.3429752,0.35950413,0.35123968,0.49586776,0.5,0.5082645,0.49173555,0.45867768,0.46694216,0.4214876,0.3966942,0.37603307,0.3677686,0.35123968,0.3429752,0.338843,0.3305785,0.33471075,0.33471075,0.3305785,0.32231405,0.2892562,0.2603306,0.2603306,0.24793388,0.2768595,0.27272728,0.28099173,0.2892562,0.29752067,0.38429752,0.47107437,0.5,0.49173555,0.46694216,0.4876033,0.5123967,0.47933885,0.40495867,0.37603307,0.34710744,0.33471075,0.30991736,0.2768595,0.28512397,0.27272728,0.2603306,0.2644628,0.23966943,0.24793388,0.2644628,0.28512397,0.2892562,0.30991736,0.2892562,0.2892562,0.3264463,0.33471075,0.338843,0.3429752,0.35123968,0.3305785,0.338843,0.35950413,0.36363637,0.3677686,0.3677686,0.4876033,0.49586776,0.49173555,0.47933885,0.45454547,0.43801653,0.3966942,0.38842976,0.35123968,0.3553719,0.35123968,0.3429752,0.338843,0.32231405,0.30165288,0.27272728,0.2520661,0.24793388,0.21487603,0.19421488,0.19008264,0.2107438,0.24380165,0.2892562,0.29338843,0.28099173,0.28099173,0.35950413,0.5,0.5661157,0.59504133,0.58264464,0.61157024,0.58677685,0.5247934,0.4338843,0.3553719,0.3140496,0.29338843,0.27272728,0.28099173,0.28099173,0.2644628,0.2520661,0.23553719,0.22727273,0.22727273,0.25619835,0.28099173,0.28512397,0.30578512,0.30991736,0.30991736,0.32231405,0.3429752,0.3305785,0.338843,0.3305785,0.3305785,0.33471075,0.3553719,0.37190083,0.36363637,0.37603307,0.48347107,0.5,0.5123967,0.4752066,0.47107437,0.42561984,0.4090909,0.40082645,0.37603307,0.3553719,0.3264463,0.28099173,0.2520661,0.24793388,0.19421488,0.17355372,0.1570248,0.14049587,0.14876033,0.16528925,0.2107438,0.19421488,0.20247933,0.22727273,0.28512397,0.27272728,0.27272728,0.34710744,0.5206612,0.6322314,0.661157,0.6694215,0.6818182,0.62396693,0.55785125,0.43801653,0.338843,0.2892562,0.29338843,0.26859504,0.27272728,0.24793388,0.16528925,0.19421488,0.17768595,0.15289256,0.14876033,0.1322314,0.1446281,0.17355372,0.20661157,0.24380165,0.2603306,0.28512397,0.3181818,0.3429752,0.36363637,0.3553719,0.338843,0.32231405,0.3553719,0.36363637,0.3677686,0.38429752,0.4876033,0.48347107,0.5371901,0.5206612,0.46694216,0.446281,0.42561984,0.38842976,0.3677686,0.29338843,0.23140496,0.23140496,0.21487603,0.24793388,0.1983471,0.13636364,0.12809917,0.11570248,0.13636364,0.1570248,0.2520661,0.23553719,0.23140496,0.22727273,0.26859504,0.25619835,0.2603306,0.338843,0.5289256,0.6570248,0.6859504,0.6859504,0.6859504,0.6280992,0.56198347,0.446281,0.35123968,0.2892562,0.27272728,0.24380165,0.24380165,0.20661157,0.19421488,0.2603306,0.23140496,0.13636364,0.1570248,0.11983471,0.13636364,0.12396694,0.18181819,0.20247933,0.19008264,0.2107438,0.24380165,0.2892562,0.3553719,0.38842976,0.36363637,0.34710744,0.37190083,0.36363637,0.37603307,0.38429752,0.4876033,0.45041323,0.47933885,0.5165289,0.5247934,0.48347107,0.40082645,0.3553719,0.30578512,0.23553719,0.21487603,0.2107438,0.23966943,0.29338843,0.23966943,0.1570248,0.14876033,0.1446281,0.1570248,0.20661157,0.30165288,0.28512397,0.2520661,0.2231405,0.29752067,0.2520661,0.27272728,0.37603307,0.5247934,0.6363636,0.6818182,0.6735537,0.661157,0.62396693,0.56198347,0.4338843,0.37603307,0.30578512,0.23553719,0.24793388,0.27272728,0.2107438,0.2231405,0.3305785,0.30165288,0.17768595,0.1694215,0.14049587,0.1322314,0.1570248,0.2520661,0.2644628,0.1983471,0.1983471,0.2107438,0.22727273,0.29338843,0.35123968,0.38429752,0.3966942,0.38016528,0.38842976,0.38842976,0.38842976,0.5165289,0.5289256,0.5206612,0.47107437,0.41322315,0.41322315,0.3966942,0.30991736,0.28512397,0.29752067,0.32231405,0.3264463,0.32231405,0.3140496,0.3140496,0.2520661,0.2603306,0.26859504,0.26859504,0.29752067,0.30991736,0.28512397,0.28512397,0.25619835,0.3181818,0.3264463,0.338843,0.45041323,0.5371901,0.61570245,0.6528926,0.661157,0.6404959,0.60330576,0.5661157,0.446281,0.38842976,0.32231405,0.26859504,0.29752067,0.27272728,0.2603306,0.25619835,0.28512397,0.29752067,0.2603306,0.23966943,0.2231405,0.2107438,0.26859504,0.30165288,0.32231405,0.30165288,0.29338843,0.30165288,0.29752067,0.28512397,0.29752067,0.3429752,0.338843,0.35950413,0.37190083,0.38429752,0.39256197,0.4752066,0.4876033,0.5123967,0.5123967,0.49173555,0.44214877,0.37603307,0.37603307,0.4090909,0.446281,0.4752066,0.45454547,0.45041323,0.4338843,0.4214876,0.38842976,0.38842976,0.37190083,0.35950413,0.3553719,0.3305785,0.3140496,0.3264463,0.38429752,0.37603307,0.4214876,0.4214876,0.5,0.5495868,0.59090906,0.6528926,0.6694215,0.6487603,0.59504133,0.53305787,0.45041323,0.4090909,0.36363637,0.3305785,0.3305785,0.33471075,0.30578512,0.2603306,0.27272728,0.2892562,0.3305785,0.32231405,0.3181818,0.3305785,0.37190083,0.38842976,0.4214876,0.4090909,0.42561984,0.41735536,0.40082645,0.38842976,0.3429752,0.3429752,0.38429752,0.3966942,0.42561984,0.4090909,0.40082645,0.46694216,0.48347107,0.5247934,0.53305787,0.5661157,0.57024795,0.5413223,0.5206612,0.5123967,0.5206612,0.5082645,0.47107437,0.4752066,0.5,0.4876033,0.48347107,0.446281,0.42975205,0.39256197,0.37603307,0.3429752,0.3264463,0.3553719,0.4214876,0.42975205,0.4876033,0.5,0.5289256,0.53305787,0.56198347,0.6404959,0.6570248,0.6280992,0.58264464,0.5082645,0.4214876,0.4214876,0.40495867,0.38016528,0.3677686,0.3553719,0.3429752,0.29338843,0.30165288,0.30991736,0.37603307,0.38429752,0.40082645,0.4338843,0.43801653,0.446281,0.446281,0.43801653,0.4338843,0.4214876,0.4090909,0.41735536,0.40495867,0.40082645,0.3966942,0.4090909,0.42561984,0.40495867,0.37603307,0.48347107,0.5123967,0.53305787,0.5371901,0.56198347,0.58677685,0.61570245,0.553719,0.5289256,0.5661157,0.54545456,0.49173555,0.45867768,0.43801653,0.42975205,0.42561984,0.3966942,0.37603307,0.3677686,0.38016528,0.38429752,0.41322315,0.44214877,0.49586776,0.5041322,0.553719,0.55785125,0.5413223,0.5082645,0.553719,0.6404959,0.6570248,0.61570245,0.57024795,0.4876033,0.39256197,0.4090909,0.42975205,0.4338843,0.42561984,0.40495867,0.39256197,0.37603307,0.3677686,0.3429752,0.3553719,0.3677686,0.37190083,0.40082645,0.40082645,0.40082645,0.3966942,0.40495867,0.4214876,0.43801653,0.42561984,0.40082645,0.4090909,0.4338843,0.41322315,0.38016528,0.41735536,0.40495867,0.3677686,0.46280992,0.49586776,0.5123967,0.54545456,0.55785125,0.5661157,0.5785124,0.59090906,0.57438016,0.59504133,0.61570245,0.60330576,0.57438016,0.5247934,0.5041322,0.49586776,0.4876033,0.47107437,0.46694216,0.45867768,0.46280992,0.47933885,0.5082645,0.5661157,0.58264464,0.58264464,0.55785125,0.5206612,0.49173555,0.553719,0.6446281,0.6487603,0.607438,0.56198347,0.49173555,0.38842976,0.39256197,0.4338843,0.46280992,0.49173555,0.49173555,0.46280992,0.44214877,0.45454547,0.45041323,0.44214877,0.44214877,0.4090909,0.4090909,0.41322315,0.4214876,0.45041323,0.45041323,0.47107437,0.45454547,0.46280992,0.45041323,0.42975205,0.42975205,0.42975205,0.38429752,0.40495867,0.41322315,0.38016528,0.45867768,0.48347107,0.5247934,0.54545456,0.5247934,0.53305787,0.5785124,0.6404959,0.6446281,0.59090906,0.5785124,0.59090906,0.59917355,0.6363636,0.61157024,0.61157024,0.59504133,0.5495868,0.5371901,0.5082645,0.5206612,0.56198347,0.59504133,0.6198347,0.59917355,0.5661157,0.53305787,0.5082645,0.4876033,0.55785125,0.6694215,0.6487603,0.60330576,0.57024795,0.4876033,0.3677686,0.38429752,0.41735536,0.46694216,0.5123967,0.553719,0.553719,0.5371901,0.5,0.4876033,0.48347107,0.47933885,0.5082645,0.5123967,0.5247934,0.5247934,0.5247934,0.5082645,0.49586776,0.48347107,0.49173555,0.4876033,0.45867768,0.43801653,0.42561984,0.40082645,0.4090909,0.41322315,0.38429752,0.45867768,0.4876033,0.5082645,0.5,0.5165289,0.56198347,0.607438,0.6198347,0.6570248,0.60330576,0.59090906,0.61570245,0.6363636,0.6404959,0.60330576,0.607438,0.59917355,0.56198347,0.5661157,0.5661157,0.60330576,0.6363636,0.6322314,0.61570245,0.57024795,0.53305787,0.5165289,0.49173555,0.4752066,0.5661157,0.69008267,0.6735537,0.61570245,0.57438016,0.44214877,0.3553719,0.38842976,0.40082645,0.44214877,0.49586776,0.5495868,0.58264464,0.61570245,0.5661157,0.56198347,0.5247934,0.5123967,0.5247934,0.5289256,0.5371901,0.53305787,0.53305787,0.5206612,0.53305787,0.5041322,0.49173555,0.4876033,0.48347107,0.46280992,0.42975205,0.41322315,0.38016528,0.41322315,0.3677686,0.46694216,0.4876033,0.4752066,0.49173555,0.5371901,0.5785124,0.6198347,0.60330576,0.6280992,0.6652893,0.6363636,0.61157024,0.62396693,0.61570245,0.607438,0.60330576,0.58264464,0.5785124,0.607438,0.62396693,0.6363636,0.6363636,0.61157024,0.58264464,0.553719,0.5123967,0.5041322,0.4876033,0.4876033,0.57024795,0.6942149,0.69008267,0.62396693,0.53305787,0.41322315,0.35950413,0.38016528,0.38429752,0.41735536,0.47933885,0.53305787,0.54545456,0.607438,0.6404959,0.6322314,0.61157024,0.58677685,0.57438016,0.5661157,0.55785125,0.54545456,0.55785125,0.58264464,0.57438016,0.5371901,0.5165289,0.5,0.49586776,0.47933885,0.44214877,0.42561984,0.37190083,0.4090909,0.36363637,0.47933885,0.47933885,0.46694216,0.5206612,0.55785125,0.57024795,0.5495868,0.61157024,0.6446281,0.6487603,0.661157,0.6280992,0.6363636,0.6198347,0.607438,0.62396693,0.61570245,0.62396693,0.6363636,0.6322314,0.6322314,0.6198347,0.607438,0.57024795,0.53305787,0.5041322,0.49173555,0.49586776,0.5041322,0.5785124,0.6859504,0.6818182,0.6198347,0.5165289,0.39256197,0.3677686,0.38429752,0.38842976,0.38016528,0.4338843,0.5041322,0.53305787,0.59917355,0.6322314,0.661157,0.6652893,0.6404959,0.61570245,0.60330576,0.61157024,0.61157024,0.6198347,0.6322314,0.607438,0.57024795,0.553719,0.5371901,0.5041322,0.47107437,0.446281,0.42561984,0.38429752,0.39256197,0.37190083,0.4752066,0.46280992,0.48347107,0.5247934,0.5247934,0.5123967,0.5289256,0.58264464,0.6198347,0.6446281,0.6859504,0.6942149,0.6859504,0.69008267,0.6818182,0.6942149,0.6735537,0.661157,0.6446281,0.62396693,0.607438,0.59504133,0.59090906,0.553719,0.5082645,0.49173555,0.5165289,0.49586776,0.5123967,0.59917355,0.7107438,0.6735537,0.6198347,0.5,0.41322315,0.41322315,0.39256197,0.3966942,0.38016528,0.3966942,0.46694216,0.5206612,0.5661157,0.61570245,0.6322314,0.6446281,0.6322314,0.6363636,0.6404959,0.6528926,0.6694215,0.6694215,0.661157,0.6487603,0.607438,0.5785124,0.54545456,0.5041322,0.44214877,0.42975205,0.40495867,0.39256197,0.38429752,0.37603307,0.45041323,0.44214877,0.5,0.5041322,0.46280992,0.49173555,0.553719,0.58677685,0.6322314,0.6487603,0.6942149,0.7066116,0.69008267,0.6983471,0.6942149,0.6942149,0.6570248,0.6487603,0.6446281,0.61157024,0.5785124,0.56198347,0.553719,0.53305787,0.5041322,0.49173555,0.5123967,0.5165289,0.5247934,0.607438,0.7107438,0.661157,0.60330576,0.5289256,0.45867768,0.43801653,0.4090909,0.3966942,0.38429752,0.38842976,0.44214877,0.49173555,0.5495868,0.58264464,0.60330576,0.6198347,0.6322314,0.6487603,0.6528926,0.661157,0.6694215,0.6652893,0.6652893,0.6404959,0.62396693,0.59090906,0.5413223,0.5041322,0.44214877,0.40082645,0.38842976,0.38429752,0.37603307,0.37603307,0.42561984,0.45454547,0.5082645,0.46694216,0.46280992,0.53305787,0.58264464,0.58677685,0.61157024,0.6322314,0.6652893,0.6818182,0.677686,0.6818182,0.6570248,0.6570248,0.6322314,0.6198347,0.62396693,0.59504133,0.54545456,0.54545456,0.5371901,0.5041322,0.49173555,0.48347107,0.5123967,0.5206612,0.53305787,0.6280992,0.6983471,0.6363636,0.59090906,0.53305787,0.4752066,0.4338843,0.39256197,0.38842976,0.37603307,0.38016528,0.4214876,0.46694216,0.53305787,0.57024795,0.57438016,0.6280992,0.62396693,0.6446281,0.6404959,0.6487603,0.6528926,0.6404959,0.6363636,0.6198347,0.59917355,0.58677685,0.54545456,0.5,0.446281,0.38842976,0.37603307,0.3966942,0.37190083,0.35123968,0.4338843,0.45867768,0.49173555,0.45867768,0.5,0.55785125,0.5785124,0.59090906,0.59917355,0.61157024,0.6404959,0.6404959,0.6487603,0.6446281,0.6198347,0.62396693,0.607438,0.58677685,0.57024795,0.5785124,0.56198347,0.54545456,0.5206612,0.49173555,0.49173555,0.49586776,0.4876033,0.5,0.5247934,0.6404959,0.6983471,0.62396693,0.58677685,0.5413223,0.46280992,0.3966942,0.3677686,0.37603307,0.37603307,0.3677686,0.40495867,0.446281,0.5082645,0.54545456,0.56198347,0.59917355,0.59504133,0.61157024,0.6198347,0.6280992,0.62396693,0.6198347,0.61157024,0.59090906,0.53305787,0.553719,0.53305787,0.49586776,0.45041323,0.38429752,0.3677686,0.38016528,0.40495867,0.32231405,0.42975205,0.45454547,0.45867768,0.446281,0.5123967,0.54545456,0.55785125,0.5785124,0.58264464,0.58677685,0.607438,0.59504133,0.607438,0.61157024,0.59090906,0.59090906,0.58264464,0.5661157,0.5661157,0.55785125,0.553719,0.5289256,0.49173555,0.4876033,0.5123967,0.5082645,0.47933885,0.48347107,0.5371901,0.6404959,0.6983471,0.6280992,0.59504133,0.53305787,0.42561984,0.36363637,0.34710744,0.38016528,0.4214876,0.38429752,0.37603307,0.41322315,0.46280992,0.5,0.54545456,0.553719,0.5661157,0.57438016,0.58677685,0.5785124,0.60330576,0.59917355,0.58677685,0.56198347,0.5371901,0.5247934,0.5123967,0.47933885,0.44214877,0.3966942,0.35123968,0.37603307,0.40082645,0.32231405,0.4338843,0.45041323,0.4338843,0.4214876,0.5,0.53305787,0.5413223,0.553719,0.56198347,0.54545456,0.553719,0.5661157,0.55785125,0.553719,0.54545456,0.55785125,0.5661157,0.5495868,0.5413223,0.5371901,0.5165289,0.4752066,0.446281,0.46694216,0.5413223,0.5371901,0.47933885,0.4752066,0.5495868,0.6198347,0.6694215,0.62396693,0.59090906,0.5041322,0.39256197,0.35123968,0.3553719,0.41322315,0.45867768,0.43801653,0.37603307,0.38429752,0.4090909,0.43801653,0.5,0.5165289,0.5413223,0.56198347,0.5371901,0.5371901,0.55785125,0.5495868,0.5495868,0.5289256,0.5165289,0.5041322,0.48347107,0.446281,0.42975205,0.3966942,0.35123968,0.35123968,0.38016528,0.33471075,0.45041323,0.45041323,0.41735536,0.4090909,0.48347107,0.5082645,0.5041322,0.5206612,0.5165289,0.5206612,0.5165289,0.5247934,0.5165289,0.5165289,0.53305787,0.5371901,0.5371901,0.5371901,0.5289256,0.5123967,0.46694216,0.45041323,0.4338843,0.47107437,0.5495868,0.5371901,0.49586776,0.47933885,0.54545456,0.60330576,0.6363636,0.60330576,0.57438016,0.48347107,0.38842976,0.35950413,0.40082645,0.4338843,0.46280992,0.44214877,0.38842976,0.3677686,0.40495867,0.4090909,0.4214876,0.47107437,0.49173555,0.5289256,0.5,0.5123967,0.5206612,0.5206612,0.5206612,0.49586776,0.49173555,0.4752066,0.446281,0.4214876,0.41322315,0.38429752,0.338843,0.33471075,0.38429752,0.33471075,0.46694216,0.46280992,0.40495867,0.4338843,0.45867768,0.47933885,0.47933885,0.47107437,0.45867768,0.48347107,0.4752066,0.4876033,0.5082645,0.5165289,0.5123967,0.5082645,0.5165289,0.5123967,0.5,0.47107437,0.44214877,0.46280992,0.4752066,0.4876033,0.5206612,0.5123967,0.4876033,0.4876033,0.5289256,0.58264464,0.60330576,0.58264464,0.55785125,0.4752066,0.4090909,0.3966942,0.40082645,0.4090909,0.42975205,0.40082645,0.38016528,0.3553719,0.37190083,0.39256197,0.3553719,0.40495867,0.44214877,0.5,0.4876033,0.48347107,0.49586776,0.4876033,0.48347107,0.47107437,0.45041323,0.44214877,0.42561984,0.40082645,0.40495867,0.38429752,0.34710744,0.3429752,0.38842976,0.33471075,0.41735536,0.45867768,0.41735536,0.42975205,0.45041323,0.43801653,0.44214877,0.42975205,0.41735536,0.42975205,0.44214877,0.4752066,0.49173555,0.47933885,0.4876033,0.5,0.5,0.4876033,0.45041323,0.4338843,0.45454547,0.5,0.5165289,0.46280992,0.446281,0.46694216,0.46280992,0.49173555,0.5247934,0.55785125,0.5495868,0.5413223,0.5206612,0.47107437,0.41322315,0.36363637,0.3553719,0.35950413,0.35950413,0.36363637,0.36363637,0.3553719,0.37190083,0.40082645,0.37190083,0.3429752,0.35123968,0.41322315,0.45041323,0.46694216,0.4876033,0.46694216,0.446281,0.45454547,0.4338843,0.41322315,0.3966942,0.40082645,0.38842976,0.37603307,0.35950413,0.36363637,0.37603307,0.3264463,0.40495867,0.44214877,0.4338843,0.446281,0.44214877,0.42561984,0.4090909,0.38016528,0.38429752,0.38842976,0.4214876,0.46694216,0.46694216,0.45867768,0.46280992,0.45867768,0.44214877,0.41735536,0.40495867,0.43801653,0.49586776,0.5371901,0.553719,0.49173555,0.37190083,0.3264463,0.4090909,0.46694216,0.5206612,0.5041322,0.4752066,0.4752066,0.45454547,0.42975205,0.37603307,0.34710744,0.2892562,0.23966943,0.2768595,0.3305785,0.34710744,0.3677686,0.3966942,0.43801653,0.4214876,0.37603307,0.3181818,0.3140496,0.3677686,0.40495867,0.446281,0.44214877,0.4338843,0.42561984,0.42561984,0.40082645,0.3677686,0.39256197,0.37603307,0.37603307,0.36363637,0.34710744,0.38016528,0.3181818,0.3677686,0.42975205,0.45454547,0.45041323,0.45041323,0.4214876,0.3677686,0.35950413,0.38016528,0.4090909,0.41735536,0.4338843,0.446281,0.42975205,0.41322315,0.38842976,0.37190083,0.37603307,0.42975205,0.4876033,0.5247934,0.5495868,0.54545456,0.5289256,0.4214876,0.1983471,0.28099173,0.42975205,0.45454547,0.4338843,0.42975205,0.4214876,0.4214876,0.39256197,0.36363637,0.30991736,0.2231405,0.20247933,0.24793388,0.3305785,0.35123968,0.35950413,0.3966942,0.446281,0.45867768,0.45041323,0.4090909,0.3264463,0.29752067,0.3181818,0.35950413,0.40495867,0.4214876,0.4214876,0.41322315,0.41322315,0.36363637,0.37603307,0.35123968,0.36363637,0.36363637,0.34710744,0.37190083,0.3264463,0.35950413,0.446281,0.47107437,0.45454547,0.4752066,0.45454547,0.38016528,0.40495867,0.42975205,0.44214877,0.4214876,0.40082645,0.40495867,0.3677686,0.35950413,0.34710744,0.38429752,0.45041323,0.5041322,0.5206612,0.5247934,0.54545456,0.5289256,0.5206612,0.446281,0.2520661,0.2107438,0.3553719,0.40082645,0.36363637,0.37190083,0.36363637,0.37603307,0.3677686,0.3429752,0.30165288,0.2644628,0.27272728,0.3181818,0.338843,0.3429752,0.36363637,0.38842976,0.42561984,0.44214877,0.46280992,0.46694216,0.42561984,0.3677686,0.3264463,0.28099173,0.3181818,0.38429752,0.4214876,0.41322315,0.39256197,0.38429752,0.3553719,0.3553719,0.37190083,0.37190083,0.35950413,0.38016528,0.338843,0.34710744,0.42975205,0.46694216,0.4752066,0.49173555,0.47107437,0.4090909,0.43801653,0.45454547,0.43801653,0.40495867,0.3553719,0.38016528,0.38016528,0.40495867,0.43801653,0.49586776,0.5206612,0.54545456,0.5247934,0.5371901,0.5206612,0.5123967,0.5041322,0.47933885,0.34710744,0.23553719,0.25619835,0.3553719,0.36363637,0.36363637,0.3429752,0.35950413,0.3553719,0.3140496,0.30165288,0.28512397,0.30991736,0.3305785,0.33471075,0.3553719,0.37190083,0.38429752,0.40495867,0.42561984,0.45041323,0.46694216,0.47933885,0.43801653,0.3966942,0.34710744,0.2892562,0.29752067,0.38842976,0.42975205,0.39256197,0.40082645,0.37603307,0.35950413,0.3966942,0.38842976,0.37190083,0.3677686,0.3305785,0.3553719,0.45041323,0.446281,0.47107437,0.46694216,0.46694216,0.42975205,0.45041323,0.45454547,0.42975205,0.38842976,0.40495867,0.45867768,0.43801653,0.47107437,0.5289256,0.553719,0.5289256,0.5206612,0.5082645,0.5206612,0.5165289,0.5041322,0.5,0.49173555,0.4338843,0.3264463,0.25619835,0.25619835,0.30578512,0.3264463,0.3181818,0.3264463,0.29752067,0.27272728,0.28099173,0.28099173,0.29338843,0.3140496,0.3264463,0.3553719,0.36363637,0.38016528,0.38429752,0.42975205,0.42975205,0.446281,0.46280992,0.446281,0.42975205,0.3966942,0.37190083,0.30991736,0.3140496,0.38842976,0.4090909,0.38842976,0.40082645,0.36363637,0.40082645,0.38429752,0.38016528,0.3553719,0.338843,0.32231405,0.45454547,0.45454547,0.446281,0.45041323,0.4338843,0.41322315,0.45041323,0.46694216,0.42561984,0.43801653,0.5165289,0.45041323,0.45867768,0.5289256,0.5413223,0.5289256,0.5165289,0.5247934,0.5123967,0.5,0.5041322,0.5,0.49173555,0.48347107,0.45867768,0.40495867,0.34710744,0.27272728,0.24380165,0.24793388,0.23553719,0.23966943,0.22727273,0.23966943,0.28099173,0.28512397,0.2768595,0.32231405,0.32231405,0.3305785,0.3677686,0.35950413,0.36363637,0.40495867,0.42975205,0.4214876,0.4214876,0.4338843,0.42561984,0.38842976,0.38016528,0.3677686,0.3140496,0.3553719,0.39256197,0.39256197,0.39256197,0.3553719,0.40082645,0.38016528,0.37190083,0.3553719,0.3553719,0.30578512,0.4214876,0.45454547,0.42975205,0.4338843,0.446281,0.4090909,0.42561984,0.45041323,0.45041323,0.5,0.4876033,0.42975205,0.4876033,0.5123967,0.49586776,0.48347107,0.48347107,0.47933885,0.5206612,0.5082645,0.49586776,0.48347107,0.46280992,0.47107437,0.46694216,0.45454547,0.41735536,0.3553719,0.30991736,0.25619835,0.22727273,0.23140496,0.22727273,0.24793388,0.28512397,0.30165288,0.3140496,0.3305785,0.33471075,0.3264463,0.36363637,0.37190083,0.35950413,0.40082645,0.4214876,0.3966942,0.4090909,0.4214876,0.3966942,0.38016528,0.3553719,0.37603307,0.338843,0.33471075,0.38429752,0.40082645,0.36363637,0.3429752,0.40495867,0.38016528,0.36363637,0.34710744,0.3677686,0.29338843,0.40082645,0.45041323,0.42975205,0.4214876,0.46280992,0.41735536,0.4214876,0.46280992,0.5041322,0.5,0.43801653,0.46280992,0.4876033,0.45867768,0.44214877,0.42561984,0.43801653,0.44214877,0.49586776,0.49586776,0.5165289,0.47107437,0.446281,0.45454547,0.4752066,0.46694216,0.45454547,0.41735536,0.38429752,0.3264463,0.30165288,0.29338843,0.2603306,0.26859504,0.3181818,0.338843,0.35123968,0.3429752,0.30991736,0.34710744,0.3553719,0.35123968,0.37603307,0.40495867,0.40082645,0.38842976,0.38016528,0.36363637,0.3966942,0.38429752,0.35123968,0.38016528,0.3553719,0.338843,0.38842976,0.40495867,0.35123968,0.35950413,0.38429752,0.37190083,0.3429752,0.338843,0.3553719,0.30991736,0.3553719,0.41735536,0.42561984,0.41735536,0.42561984,0.45867768,0.446281,0.47933885,0.49173555,0.46694216,0.44214877,0.43801653,0.44214877,0.38016528,0.37190083,0.36363637,0.34710744,0.3553719,0.40495867,0.42975205,0.47933885,0.446281,0.45454547,0.44214877,0.45867768,0.45454547,0.45867768,0.47933885,0.45041323,0.4214876,0.35950413,0.34710744,0.3181818,0.338843,0.34710744,0.35123968,0.338843,0.3264463,0.35123968,0.36363637,0.35123968,0.34710744,0.3677686,0.35950413,0.3553719,0.3553719,0.35123968,0.33471075,0.37190083,0.38842976,0.36363637,0.3966942,0.37190083,0.36363637,0.38016528,0.41322315,0.3429752,0.3677686,0.37603307,0.35950413,0.3429752,0.35123968,0.32231405,0.3181818,0.3140496,0.42561984,0.42975205,0.4090909,0.42561984,0.446281,0.41322315,0.4752066,0.4752066,0.4752066,0.45867768,0.46694216,0.41322315,0.338843,0.2892562,0.28099173,0.2520661,0.23553719,0.22727273,0.23966943,0.33471075,0.35950413,0.38842976,0.38016528,0.37603307,0.3677686,0.38842976,0.39256197,0.40495867,0.41735536,0.38842976,0.338843,0.3429752,0.3429752,0.33471075,0.338843,0.3264463,0.30991736,0.3305785,0.34710744,0.29752067,0.2768595,0.23966943,0.21487603,0.2231405,0.27272728,0.32231405,0.3305785,0.38016528,0.38429752,0.35950413,0.3966942,0.37603307,0.38429752,0.38016528,0.38842976,0.3305785,0.38016528,0.37603307,0.35950413,0.3553719,0.34710744,0.2107438,0.3264463,0.30578512,0.338843,0.42561984,0.4214876,0.40495867,0.42975205,0.41322315,0.43801653,0.46280992,0.45867768,0.47107437,0.47933885,0.42975205,0.3553719,0.28512397,0.29752067,0.28512397,0.27272728,0.22727273,0.13636364,0.12809917,0.21900827,0.28512397,0.33471075,0.27272728,0.25619835,0.28099173,0.30578512,0.3264463,0.30578512,0.30991736,0.3140496,0.30578512,0.3181818,0.32231405,0.3181818,0.29338843,0.2768595,0.3181818,0.3264463,0.2231405,0.19421488,0.12809917,0.17768595,0.23140496,0.27272728,0.32231405,0.3305785,0.38016528,0.37603307,0.38016528,0.40082645,0.37190083,0.38429752,0.37190083,0.3677686,0.338843,0.35950413,0.37190083,0.35123968,0.338843,0.2892562,0.12809917,0.32231405,0.3181818,0.29752067,0.37190083,0.4090909,0.40495867,0.42975205,0.4214876,0.4338843,0.43801653,0.45041323,0.46280992,0.47933885,0.42561984,0.3677686,0.3429752,0.36363637,0.38842976,0.4214876,0.446281,0.3429752,0.16115703,0.11157025,0.30165288,0.3677686,0.29338843,0.27272728,0.3140496,0.3677686,0.38842976,0.35950413,0.29338843,0.30165288,0.338843,0.37603307,0.3966942,0.36363637,0.30991736,0.22727273,0.33471075,0.34710744,0.16115703,0.20661157,0.23553719,0.30578512,0.3305785,0.3305785,0.3305785,0.30991736,0.34710744,0.36363637,0.38842976,0.38842976,0.36363637,0.37603307,0.3553719,0.30991736,0.35123968,0.3429752,0.36363637,0.34710744,0.3264463,0.18595041,0.0661157,0.3140496,0.32231405,0.30578512,0.30578512,0.38429752,0.4214876,0.42975205,0.4214876,0.42561984,0.4090909,0.43801653,0.43801653,0.46694216,0.42561984,0.37190083,0.38842976,0.42975205,0.41735536,0.45041323,0.5165289,0.553719,0.44214877,0.18595041,0.22727273,0.3140496,0.16115703,0.25619835,0.35950413,0.42975205,0.446281,0.446281,0.33471075,0.34710744,0.44214877,0.46694216,0.46694216,0.41735536,0.3429752,0.1570248,0.27272728,0.30578512,0.2231405,0.30578512,0.3553719,0.38016528,0.37190083,0.3553719,0.338843,0.29752067,0.3305785,0.37603307,0.37603307,0.36363637,0.37190083,0.37603307,0.35123968,0.3140496,0.3677686,0.3553719,0.35950413,0.3429752,0.30165288,0.09917355,0.049586777,0.3181818,0.3181818,0.32231405,0.3181818,0.32231405,0.43801653,0.45041323,0.3966942,0.40082645,0.38429752,0.4338843,0.42975205,0.40495867,0.38429752,0.4090909,0.4214876,0.446281,0.43801653,0.45867768,0.47933885,0.5206612,0.5206612,0.46694216,0.338843,0.2644628,0.17768595,0.17768595,0.29338843,0.39256197,0.4214876,0.44214877,0.29338843,0.26859504,0.446281,0.43801653,0.4090909,0.3305785,0.26859504,0.18181819,0.2644628,0.33471075,0.35123968,0.38016528,0.37190083,0.38429752,0.37603307,0.35123968,0.3429752,0.32231405,0.35950413,0.36363637,0.38842976,0.36363637,0.3677686,0.35950413,0.3429752,0.33471075,0.37190083,0.3677686,0.35123968,0.338843,0.29752067,0.06198347,0.05785124,0.3181818,0.32231405,0.32231405,0.3305785,0.30578512,0.3429752,0.45867768,0.40495867,0.40495867,0.36363637,0.41735536,0.40495867,0.3677686,0.3677686,0.43801653,0.41322315,0.45041323,0.47107437,0.4752066,0.4752066,0.47933885,0.49173555,0.56198347,0.5785124,0.49586776,0.41735536,0.3181818,0.26859504,0.27272728,0.2520661,0.2603306,0.18595041,0.16115703,0.25619835,0.2603306,0.2603306,0.24380165,0.2520661,0.30578512,0.3677686,0.3966942,0.36363637,0.35950413,0.38016528,0.37603307,0.38429752,0.37603307,0.3553719,0.33471075,0.37190083,0.35123968,0.38429752,0.3429752,0.35950413,0.37190083,0.34710744,0.3264463,0.3553719,0.37603307,0.3429752,0.3553719,0.2768595,0.037190083,0.07024793,0.32231405,0.3264463,0.3264463,0.3305785,0.30991736,0.3140496,0.3429752,0.3966942,0.4090909,0.3966942,0.3677686,0.36363637,0.3966942,0.3966942,0.4214876,0.41322315,0.43801653,0.45454547,0.46280992,0.45867768,0.45041323,0.45867768,0.5165289,0.57438016,0.62396693,0.58677685,0.56198347,0.5082645,0.41322315,0.28512397,0.22727273,0.2107438,0.23553719,0.23966943,0.28099173,0.3140496,0.338843,0.3677686,0.38842976,0.36363637,0.3264463,0.35123968,0.3677686,0.37603307,0.37603307,0.38842976,0.37603307,0.35123968,0.338843,0.35950413,0.33471075,0.38016528,0.3305785,0.3305785,0.36363637,0.36363637,0.3553719,0.338843,0.35950413,0.338843,0.35950413,0.24793388,0.037190083,0.07438017,0.32231405,0.32231405,0.32231405,0.3305785,0.3264463,0.3264463,0.29752067,0.39256197,0.4338843,0.42561984,0.4214876,0.37190083,0.38429752,0.41322315,0.39256197,0.4338843,0.42561984,0.4338843,0.46280992,0.45041323,0.43801653,0.446281,0.4752066,0.5041322,0.5413223,0.5371901,0.5495868,0.5371901,0.5041322,0.45454547,0.4338843,0.45041323,0.43801653,0.40082645,0.39256197,0.38016528,0.40082645,0.40495867,0.35950413,0.32231405,0.3264463,0.37190083,0.3553719,0.38429752,0.3677686,0.37603307,0.37603307,0.3553719,0.34710744,0.34710744,0.35123968,0.3553719,0.32231405,0.29752067,0.35950413,0.35950413,0.36363637,0.3305785,0.338843,0.3264463,0.39256197,0.18595041,0.045454547,0.08677686,0.3264463,0.3181818,0.3181818,0.32231405,0.3264463,0.32231405,0.29338843,0.53305787,0.5206612,0.4090909,0.41322315,0.36363637,0.35950413,0.40082645,0.39256197,0.46694216,0.45867768,0.4214876,0.45041323,0.44214877,0.4338843,0.43801653,0.42975205,0.45041323,0.45041323,0.47107437,0.5247934,0.49173555,0.45041323,0.4876033,0.53305787,0.57438016,0.55785125,0.47107437,0.45867768,0.4338843,0.40082645,0.3553719,0.3305785,0.338843,0.36363637,0.38016528,0.36363637,0.38016528,0.37603307,0.37190083,0.38016528,0.37603307,0.338843,0.34710744,0.37190083,0.3429752,0.30991736,0.3140496,0.3553719,0.36363637,0.3305785,0.338843,0.33471075,0.30991736,0.40495867,0.1322314,0.05785124,0.09090909,0.3181818,0.3181818,0.32231405,0.32231405,0.29752067,0.3181818,0.5371901,0.75206614,0.6198347,0.41322315,0.35950413,0.4214876,0.4214876,0.4090909,0.4090909,0.40495867,0.45867768,0.4214876,0.4214876,0.4214876,0.41735536,0.42975205,0.41735536,0.41322315,0.38429752,0.42975205,0.45454547,0.46694216,0.4338843,0.46280992,0.4876033,0.5,0.4876033,0.4214876,0.4090909,0.39256197,0.35950413,0.338843,0.33471075,0.35123968,0.37603307,0.36363637,0.35123968,0.37190083,0.37190083,0.38016528,0.37190083,0.37603307,0.3553719,0.34710744,0.35950413,0.3305785,0.30991736,0.3264463,0.3305785,0.32231405,0.3140496,0.3264463,0.338843,0.3264463,0.38842976,0.10330579,0.05785124,0.10330579,0.3181818,0.3181818,0.3264463,0.30578512,0.28512397,0.5289256,0.7768595,0.8016529,0.59917355,0.42561984,0.4090909,0.4214876,0.42975205,0.41735536,0.41735536,0.38429752,0.45867768,0.4214876,0.4090909,0.4090909,0.3966942,0.3966942,0.38842976,0.40495867,0.40082645,0.4090909,0.37603307,0.38842976,0.37603307,0.3966942,0.38842976,0.40495867,0.39256197,0.36363637,0.338843,0.3429752,0.3305785,0.35123968,0.36363637,0.35950413,0.3553719,0.3553719,0.33471075,0.3677686,0.36363637,0.3677686,0.37190083,0.37190083,0.35123968,0.34710744,0.30165288,0.3264463,0.32231405,0.3305785,0.3181818,0.3140496,0.33471075,0.32231405,0.32231405,0.3553719,0.37190083,0.09917355,0.07024793,0.1322314,0.3181818,0.3181818,0.3264463,0.3140496,0.40495867,0.7355372,0.822314,0.7933884,0.5371901,0.41735536,0.45867768,0.4090909,0.40082645,0.4090909,0.45454547,0.41735536,0.45041323,0.40082645,0.4214876,0.42561984,0.38429752,0.36363637,0.35950413,0.3677686,0.4338843,0.4338843,0.3553719,0.36363637,0.3553719,0.35950413,0.3553719,0.34710744,0.33471075,0.35123968,0.30165288,0.33471075,0.3429752,0.35123968,0.3553719,0.338843,0.338843,0.35950413,0.33471075,0.35950413,0.35950413,0.3429752,0.36363637,0.38016528,0.36363637,0.32231405,0.2768595,0.32231405,0.29338843,0.3429752,0.32231405,0.338843,0.3264463,0.3305785,0.35123968,0.37603307,0.3305785,0.09504132,0.09090909,0.13636364,0.3181818,0.37190083,0.46694216,0.53305787,0.6446281,0.8057851,0.822314,0.73966944,0.553719,0.4090909,0.45867768,0.4214876,0.39256197,0.41735536,0.47107437,0.43801653,0.45454547,0.3966942,0.4338843,0.44214877,0.4090909,0.35123968,0.3429752,0.3305785,0.34710744,0.35123968,0.3264463,0.35123968,0.3305785,0.34710744,0.35123968,0.3305785,0.3264463,0.338843,0.30165288,0.32231405,0.32231405,0.3140496,0.32231405,0.3305785,0.338843,0.3553719,0.3429752,0.35123968,0.37603307,0.38429752,0.35950413,0.39256197,0.38016528,0.3181818,0.28512397,0.30991736,0.28512397,0.3677686,0.3429752,0.33471075,0.33471075,0.34710744,0.3677686,0.37603307,0.3264463,0.06198347,0.08677686,0.11983471,0.4876033,0.6322314,0.74380165,0.76033056,0.77272725,0.822314,0.7933884,0.70247936,0.59917355,0.42975205,0.47107437,0.42561984,0.37190083,0.38016528,0.46694216,0.45867768,0.45454547,0.45454547,0.46694216,0.45454547,0.4090909,0.3553719,0.3181818,0.3140496,0.30165288,0.2892562,0.27272728,0.28512397,0.26859504,0.25619835,0.2644628,0.26859504,0.2644628,0.2644628,0.2603306,0.29338843,0.2892562,0.28099173,0.3140496,0.33471075,0.338843,0.3553719,0.3553719,0.36363637,0.36363637,0.3966942,0.41322315,0.37603307,0.35123968,0.2892562,0.2520661,0.2768595,0.3140496,0.3264463,0.33471075,0.34710744,0.34710744,0.3677686,0.3677686,0.37190083,0.32231405,0.08677686,0.0785124,0.08264463,0.74793386,0.8181818,0.8181818,0.7768595,0.7933884,0.822314,0.7644628,0.6942149,0.6280992,0.47933885,0.4752066,0.446281,0.40495867,0.35123968,0.4214876,0.5041322,0.45041323,0.40082645,0.46694216,0.45454547,0.42561984,0.40082645,0.35950413,0.34710744,0.3140496,0.30578512,0.2644628,0.25619835,0.24793388,0.21900827,0.21900827,0.23140496,0.24380165,0.2603306,0.2892562,0.3181818,0.3305785,0.30991736,0.338843,0.3305785,0.3429752,0.36363637,0.37603307,0.37603307,0.35950413,0.38016528,0.41735536,0.38842976,0.3264463,0.2768595,0.26859504,0.3264463,0.32231405,0.338843,0.35123968,0.35950413,0.35950413,0.35950413,0.36363637,0.35950413,0.338843,0.16528925,0.09090909,0.07024793,0.8057851,0.8181818,0.8057851,0.7768595,0.80991733,0.8057851,0.7355372,0.6818182,0.6404959,0.47107437,0.4876033,0.45041323,0.40495867,0.37603307,0.3553719,0.4214876,0.45867768,0.44214877,0.48347107,0.4752066,0.4752066,0.45041323,0.43801653,0.45041323,0.42561984,0.40495867,0.3429752,0.3140496,0.2892562,0.2768595,0.2603306,0.28099173,0.3181818,0.33471075,0.3429752,0.35950413,0.3677686,0.3677686,0.37603307,0.35123968,0.36363637,0.38429752,0.38429752,0.3966942,0.37603307,0.40495867,0.38016528,0.37190083,0.28099173,0.2768595,0.33471075,0.33471075,0.33471075,0.34710744,0.35950413,0.36363637,0.36363637,0.35950413,0.36363637,0.35950413,0.3305785,0.24380165,0.12809917,0.09090909,0.79752064,0.8181818,0.8057851,0.7768595,0.8264463,0.78512394,0.74793386,0.6942149,0.6446281,0.45041323,0.5,0.4876033,0.446281,0.39256197,0.37603307,0.34710744,0.38842976,0.446281,0.46694216,0.47107437,0.5247934,0.4876033,0.4876033,0.5041322,0.48347107,0.46694216,0.43801653,0.38842976,0.38842976,0.3677686,0.35123968,0.34710744,0.3677686,0.38429752,0.35950413,0.35123968,0.37190083,0.35123968,0.38429752,0.3677686,0.39256197,0.3966942,0.40495867,0.38842976,0.38016528,0.38429752,0.35123968,0.30991736,0.27272728,0.3264463,0.3429752,0.3429752,0.3305785,0.35950413,0.37190083,0.35950413,0.3677686,0.36363637,0.37190083,0.34710744,0.3140496,0.2892562,0.1983471,0.09917355,0.8057851,0.8347107,0.8016529,0.7892562,0.8264463,0.76859504,0.74793386,0.73966944,0.55785125,0.40495867,0.53305787,0.49173555,0.47107437,0.42561984,0.38842976,0.3553719,0.3181818,0.42975205,0.4876033,0.4876033,0.5289256,0.5247934,0.5041322,0.49586776,0.4876033,0.47933885,0.45041323,0.446281,0.41735536,0.4090909,0.4214876,0.3966942,0.38842976,0.38016528,0.3677686,0.35123968,0.37190083,0.35123968,0.37190083,0.38016528,0.3553719,0.40082645,0.40495867,0.40495867,0.40495867,0.3966942,0.3140496,0.29752067,0.32231405,0.35123968,0.35123968,0.3429752,0.32231405,0.3553719,0.35950413,0.35950413,0.3553719,0.37190083,0.37190083,0.3429752,0.3140496,0.3140496,0.22727273,0.10330579,0.822314,0.8429752,0.80991733,0.7933884,0.822314,0.77272725,0.76033056,0.75206614,0.6446281,0.40495867,0.55785125,0.5041322,0.47933885,0.446281,0.40082645,0.38429752,0.32231405,0.37190083,0.43801653,0.5123967,0.49173555,0.5165289,0.4876033,0.46694216,0.46280992,0.45041323,0.42561984,0.41735536,0.39256197,0.38429752,0.38429752,0.38016528,0.36363637,0.3553719,0.35123968,0.36363637,0.36363637,0.36363637,0.3553719,0.38429752,0.38842976,0.40082645,0.4214876,0.41735536,0.3966942,0.338843,0.32231405,0.3305785,0.33471075,0.35123968,0.34710744,0.338843,0.338843,0.3429752,0.3677686,0.3553719,0.35950413,0.37190083,0.3677686,0.33471075,0.3305785,0.3181818,0.25619835,0.11570248,38 +0.16528925,0.2231405,0.30165288,0.34710744,0.38429752,0.41322315,0.4338843,0.45454547,0.5371901,0.61157024,0.62396693,0.6363636,0.6198347,0.6487603,0.6446281,0.6198347,0.60330576,0.59504133,0.61157024,0.62396693,0.58677685,0.57438016,0.59917355,0.58677685,0.57438016,0.56198347,0.56198347,0.553719,0.5165289,0.47933885,0.4090909,0.38429752,0.34710744,0.32231405,0.28099173,0.24380165,0.23553719,0.2231405,0.19008264,0.17768595,0.15289256,0.14049587,0.1322314,0.12396694,0.1322314,0.12396694,0.13636364,0.13636364,0.12809917,0.1446281,0.18181819,0.17355372,0.2107438,0.1694215,0.19421488,0.25619835,0.24380165,0.27272728,0.23140496,0.18181819,0.1570248,0.1570248,0.16528925,0.1694215,0.1694215,0.25619835,0.34710744,0.3677686,0.39256197,0.41735536,0.45454547,0.5,0.58264464,0.6404959,0.6528926,0.6652893,0.6446281,0.6694215,0.69008267,0.6652893,0.6404959,0.6404959,0.6322314,0.6404959,0.61157024,0.57438016,0.57024795,0.58264464,0.59917355,0.58677685,0.56198347,0.5661157,0.55785125,0.5206612,0.46694216,0.41735536,0.39256197,0.34710744,0.3181818,0.2892562,0.23553719,0.22727273,0.2107438,0.20661157,0.18595041,0.17768595,0.1570248,0.14876033,0.1446281,0.13636364,0.1322314,0.1322314,0.1322314,0.12396694,0.12809917,0.13636364,0.13636364,0.13636364,0.10330579,0.14049587,0.15289256,0.16528925,0.18181819,0.16115703,0.16528925,0.16115703,0.1570248,0.1570248,0.18595041,0.2768595,0.35950413,0.38016528,0.39256197,0.42975205,0.47107437,0.53305787,0.5785124,0.6363636,0.6570248,0.661157,0.6652893,0.6735537,0.6983471,0.6818182,0.661157,0.6818182,0.677686,0.6735537,0.6446281,0.59917355,0.57024795,0.57024795,0.607438,0.61570245,0.58264464,0.57024795,0.5661157,0.56198347,0.5289256,0.46694216,0.4214876,0.39256197,0.35123968,0.3429752,0.28512397,0.24793388,0.22727273,0.22727273,0.19421488,0.19421488,0.19008264,0.17768595,0.1694215,0.16115703,0.14876033,0.13636364,0.12809917,0.1322314,0.11983471,0.11570248,0.11983471,0.11157025,0.12809917,0.12809917,0.15289256,0.13636364,0.16115703,0.15289256,0.16528925,0.16115703,0.17355372,0.1694215,0.17768595,0.28512397,0.3677686,0.38842976,0.42561984,0.44214877,0.47107437,0.5495868,0.58264464,0.59917355,0.6198347,0.6404959,0.6322314,0.6446281,0.6859504,0.6818182,0.6652893,0.6859504,0.6942149,0.6942149,0.69008267,0.6322314,0.59090906,0.56198347,0.59917355,0.6198347,0.59917355,0.5785124,0.56198347,0.57438016,0.57024795,0.5206612,0.48347107,0.45041323,0.41322315,0.3677686,0.36363637,0.30991736,0.2603306,0.2768595,0.22727273,0.21900827,0.1983471,0.18181819,0.17768595,0.16115703,0.14876033,0.1446281,0.1446281,0.15289256,0.13636364,0.11983471,0.12809917,0.12396694,0.1446281,0.13636364,0.14876033,0.14049587,0.16115703,0.17355372,0.18595041,0.18181819,0.17355372,0.18181819,0.16115703,0.26859504,0.38429752,0.40082645,0.42561984,0.43801653,0.46694216,0.5371901,0.55785125,0.56198347,0.58264464,0.60330576,0.59504133,0.59090906,0.6198347,0.6570248,0.6446281,0.677686,0.6983471,0.6818182,0.69008267,0.6570248,0.59917355,0.5495868,0.54545456,0.58264464,0.58264464,0.57024795,0.56198347,0.57024795,0.57024795,0.5495868,0.5247934,0.5123967,0.46280992,0.4090909,0.37603307,0.38842976,0.30991736,0.29752067,0.28099173,0.26859504,0.23966943,0.21487603,0.2107438,0.18181819,0.1694215,0.16528925,0.1570248,0.17355372,0.17768595,0.1694215,0.1570248,0.1322314,0.14876033,0.14049587,0.14876033,0.14876033,0.14876033,0.14876033,0.18595041,0.1694215,0.17768595,0.18181819,0.1446281,0.27272728,0.3966942,0.4090909,0.41322315,0.47107437,0.48347107,0.5,0.5123967,0.5165289,0.54545456,0.57438016,0.57438016,0.56198347,0.57438016,0.59504133,0.59917355,0.6487603,0.6735537,0.661157,0.6446281,0.6446281,0.59090906,0.5413223,0.5082645,0.5289256,0.553719,0.5495868,0.54545456,0.553719,0.56198347,0.553719,0.5289256,0.5247934,0.5041322,0.46694216,0.45041323,0.3966942,0.3966942,0.35950413,0.3429752,0.32231405,0.3181818,0.29752067,0.28099173,0.25619835,0.23140496,0.21900827,0.19421488,0.19008264,0.1983471,0.18181819,0.16528925,0.16528925,0.1446281,0.14876033,0.15289256,0.15289256,0.14049587,0.12396694,0.14876033,0.14876033,0.16115703,0.1694215,0.12396694,0.2768595,0.38429752,0.4214876,0.45041323,0.45454547,0.446281,0.45041323,0.45454547,0.46280992,0.48347107,0.5082645,0.5247934,0.5247934,0.5413223,0.54545456,0.5495868,0.58677685,0.607438,0.59090906,0.61157024,0.60330576,0.59090906,0.5371901,0.49586776,0.48347107,0.5082645,0.5247934,0.5289256,0.5289256,0.5413223,0.553719,0.5371901,0.5206612,0.5082645,0.49173555,0.47933885,0.44214877,0.41322315,0.3966942,0.37603307,0.36363637,0.3677686,0.37190083,0.338843,0.3181818,0.28512397,0.2768595,0.2603306,0.22727273,0.20661157,0.21487603,0.20247933,0.18181819,0.18181819,0.17768595,0.1694215,0.16528925,0.1570248,0.14049587,0.1446281,0.1446281,0.14876033,0.13636364,0.07438017,0.30991736,0.41322315,0.42975205,0.45867768,0.40082645,0.40082645,0.4090909,0.40082645,0.41735536,0.3966942,0.4090909,0.4214876,0.41735536,0.42975205,0.4752066,0.5041322,0.5165289,0.5413223,0.5247934,0.55785125,0.58264464,0.553719,0.54545456,0.47933885,0.46694216,0.45867768,0.46280992,0.4876033,0.49173555,0.4876033,0.49586776,0.5165289,0.5206612,0.5082645,0.47933885,0.47933885,0.42975205,0.42561984,0.39256197,0.38842976,0.3553719,0.38842976,0.38429752,0.3677686,0.3429752,0.3140496,0.3140496,0.28512397,0.26859504,0.2520661,0.23966943,0.24793388,0.25619835,0.24380165,0.23553719,0.21487603,0.21487603,0.20247933,0.18181819,0.18181819,0.17768595,0.16115703,0.1446281,0.07438017,0.32231405,0.446281,0.40495867,0.4090909,0.36363637,0.37190083,0.37190083,0.3553719,0.35950413,0.3264463,0.3140496,0.3181818,0.3140496,0.33471075,0.37603307,0.41322315,0.43801653,0.45454547,0.48347107,0.5,0.5495868,0.5371901,0.5413223,0.45454547,0.45867768,0.45041323,0.42561984,0.44214877,0.45454547,0.44214877,0.44214877,0.45867768,0.48347107,0.47933885,0.47107437,0.45454547,0.42975205,0.40082645,0.39256197,0.37190083,0.35123968,0.3553719,0.35950413,0.35950413,0.3429752,0.32231405,0.3264463,0.3181818,0.30991736,0.30991736,0.30578512,0.30165288,0.3140496,0.3264463,0.3181818,0.29338843,0.2768595,0.2644628,0.2520661,0.24380165,0.21487603,0.2231405,0.2107438,0.049586777,0.37190083,0.44214877,0.38016528,0.3553719,0.3264463,0.32231405,0.338843,0.3140496,0.3140496,0.30991736,0.29752067,0.28099173,0.2768595,0.27272728,0.29752067,0.3305785,0.3553719,0.38429752,0.40495867,0.45041323,0.5,0.5165289,0.5206612,0.446281,0.47107437,0.42975205,0.41322315,0.42975205,0.41735536,0.38429752,0.4090909,0.4338843,0.446281,0.43801653,0.4338843,0.41735536,0.3966942,0.37603307,0.37190083,0.34710744,0.35123968,0.30578512,0.2892562,0.30165288,0.29752067,0.30578512,0.3140496,0.3181818,0.3140496,0.29752067,0.29752067,0.3181818,0.3305785,0.3553719,0.3553719,0.3429752,0.338843,0.3264463,0.3264463,0.338843,0.30991736,0.26859504,0.2644628,0.0661157,0.38016528,0.42975205,0.3429752,0.33471075,0.29752067,0.32231405,0.3305785,0.3264463,0.32231405,0.3181818,0.32231405,0.30578512,0.2892562,0.28512397,0.27272728,0.29338843,0.32231405,0.33471075,0.3677686,0.38842976,0.44214877,0.47933885,0.4752066,0.45867768,0.46694216,0.41322315,0.3966942,0.40495867,0.38429752,0.38016528,0.39256197,0.4090909,0.41322315,0.40082645,0.38429752,0.38429752,0.37190083,0.35950413,0.35123968,0.3305785,0.3181818,0.28512397,0.2603306,0.24793388,0.2644628,0.28099173,0.30165288,0.28512397,0.29338843,0.27272728,0.28099173,0.30991736,0.338843,0.3553719,0.3553719,0.3553719,0.36363637,0.36363637,0.3677686,0.37603307,0.38016528,0.33471075,0.2892562,0.0661157,0.35123968,0.42975205,0.33471075,0.32231405,0.3181818,0.338843,0.338843,0.338843,0.33471075,0.32231405,0.3181818,0.30165288,0.2892562,0.28099173,0.26859504,0.26859504,0.28512397,0.30165288,0.32231405,0.338843,0.38842976,0.45041323,0.45867768,0.45867768,0.44214877,0.3966942,0.38429752,0.41322315,0.41322315,0.40495867,0.3966942,0.40082645,0.40495867,0.38842976,0.36363637,0.36363637,0.35123968,0.35123968,0.338843,0.32231405,0.29338843,0.30165288,0.28512397,0.26859504,0.29338843,0.28512397,0.30991736,0.30991736,0.3181818,0.3140496,0.32231405,0.3305785,0.3553719,0.3677686,0.3553719,0.35123968,0.36363637,0.36363637,0.37603307,0.3966942,0.40495867,0.37190083,0.34710744,0.09090909,0.34710744,0.3966942,0.35123968,0.3264463,0.33471075,0.3429752,0.33471075,0.30165288,0.28099173,0.24793388,0.22727273,0.21487603,0.20247933,0.19421488,0.19008264,0.20661157,0.23966943,0.2603306,0.2892562,0.2892562,0.3264463,0.4090909,0.47107437,0.45867768,0.4338843,0.40495867,0.3966942,0.41322315,0.43801653,0.4338843,0.41322315,0.40495867,0.39256197,0.3677686,0.35123968,0.35123968,0.338843,0.33471075,0.32231405,0.3140496,0.30578512,0.2892562,0.28099173,0.2520661,0.23553719,0.2644628,0.24793388,0.27272728,0.30578512,0.30165288,0.32231405,0.3305785,0.35950413,0.35950413,0.3677686,0.37190083,0.3677686,0.37190083,0.37190083,0.38842976,0.39256197,0.38429752,0.38842976,0.09917355,0.34710744,0.40082645,0.35123968,0.3305785,0.338843,0.3264463,0.32231405,0.21900827,0.21487603,0.20247933,0.23553719,0.23966943,0.23140496,0.1983471,0.18181819,0.16528925,0.17355372,0.1983471,0.23553719,0.2644628,0.2644628,0.34710744,0.46694216,0.49586776,0.4752066,0.44214877,0.45041323,0.46280992,0.45867768,0.4338843,0.42561984,0.41322315,0.36363637,0.3429752,0.33471075,0.3305785,0.3181818,0.32231405,0.3140496,0.29752067,0.2768595,0.2231405,0.19008264,0.18595041,0.18595041,0.20247933,0.20247933,0.21900827,0.23966943,0.23140496,0.2520661,0.2644628,0.30165288,0.3305785,0.35950413,0.37190083,0.37190083,0.37190083,0.3677686,0.37190083,0.37190083,0.38016528,0.37603307,0.10743801,0.34710744,0.4214876,0.338843,0.32231405,0.3429752,0.32231405,0.2520661,0.20247933,0.24793388,0.26859504,0.27272728,0.24793388,0.25619835,0.2231405,0.20247933,0.20247933,0.19008264,0.1694215,0.17768595,0.21487603,0.23140496,0.26859504,0.4214876,0.54545456,0.54545456,0.5289256,0.53305787,0.5495868,0.5123967,0.47107437,0.4214876,0.38842976,0.34710744,0.338843,0.32231405,0.32231405,0.30991736,0.30991736,0.30165288,0.25619835,0.2231405,0.20247933,0.20247933,0.2107438,0.20661157,0.22727273,0.22727273,0.24380165,0.2603306,0.26859504,0.2520661,0.2520661,0.24380165,0.24380165,0.3140496,0.3553719,0.3677686,0.36363637,0.36363637,0.3677686,0.37603307,0.36363637,0.3677686,0.11157025,0.3305785,0.44214877,0.36363637,0.3305785,0.3305785,0.29752067,0.21487603,0.2768595,0.27272728,0.26859504,0.28099173,0.338843,0.2603306,0.18181819,0.18595041,0.12396694,0.14876033,0.16115703,0.17768595,0.19421488,0.21487603,0.20661157,0.35123968,0.5785124,0.6322314,0.62396693,0.6280992,0.6280992,0.57024795,0.5,0.4214876,0.35123968,0.338843,0.3429752,0.3264463,0.30578512,0.30578512,0.2892562,0.26859504,0.21900827,0.20661157,0.20661157,0.22727273,0.23966943,0.18595041,0.16528925,0.1570248,0.15289256,0.1694215,0.2107438,0.22727273,0.27272728,0.29752067,0.2520661,0.24380165,0.30991736,0.35123968,0.35950413,0.36363637,0.37190083,0.37603307,0.37190083,0.38429752,0.10330579,0.28512397,0.45454547,0.38429752,0.3264463,0.32231405,0.28512397,0.24793388,0.28099173,0.2231405,0.29752067,0.41735536,0.43801653,0.21487603,0.12396694,0.19421488,0.11570248,0.13636364,0.13636364,0.17768595,0.21487603,0.2231405,0.18181819,0.30578512,0.58264464,0.677686,0.6859504,0.677686,0.6652893,0.607438,0.5413223,0.40495867,0.3264463,0.35950413,0.34710744,0.3181818,0.29338843,0.2892562,0.2603306,0.23553719,0.21900827,0.21487603,0.2520661,0.34710744,0.3553719,0.2107438,0.16528925,0.18181819,0.12809917,0.13636364,0.12809917,0.17768595,0.23553719,0.26859504,0.29752067,0.28099173,0.28512397,0.3181818,0.35123968,0.37190083,0.37190083,0.38842976,0.38429752,0.39256197,0.1694215,0.29752067,0.45867768,0.41322315,0.32231405,0.30578512,0.29338843,0.26859504,0.2603306,0.22727273,0.35950413,0.49173555,0.44214877,0.2107438,0.1694215,0.14876033,0.13636364,0.15289256,0.1570248,0.20247933,0.21900827,0.2520661,0.2107438,0.30165288,0.59090906,0.6942149,0.69008267,0.6942149,0.6652893,0.62396693,0.53305787,0.38842976,0.34710744,0.37190083,0.3429752,0.2892562,0.2892562,0.2768595,0.26859504,0.25619835,0.23140496,0.2603306,0.3429752,0.42561984,0.38016528,0.2520661,0.18181819,0.14876033,0.1322314,0.1446281,0.1322314,0.22727273,0.25619835,0.23553719,0.24793388,0.28099173,0.2892562,0.32231405,0.35123968,0.37190083,0.3677686,0.38842976,0.38842976,0.40495867,0.24793388,0.338843,0.4752066,0.45041323,0.35950413,0.30578512,0.3181818,0.338843,0.34710744,0.37603307,0.3966942,0.45454547,0.49173555,0.30991736,0.2603306,0.2644628,0.2768595,0.23553719,0.2231405,0.2603306,0.2520661,0.2892562,0.29752067,0.3677686,0.59090906,0.677686,0.6735537,0.677686,0.6694215,0.6363636,0.53305787,0.40082645,0.39256197,0.37603307,0.33471075,0.28512397,0.29752067,0.30578512,0.29752067,0.2231405,0.30991736,0.3181818,0.33471075,0.40495867,0.42561984,0.30165288,0.23140496,0.23140496,0.20661157,0.19421488,0.21900827,0.29752067,0.30991736,0.3181818,0.32231405,0.30991736,0.30991736,0.3140496,0.3553719,0.38016528,0.39256197,0.40082645,0.40495867,0.4214876,0.26859504,0.3305785,0.48347107,0.5082645,0.46280992,0.40495867,0.43801653,0.49586776,0.4876033,0.45867768,0.43801653,0.46694216,0.47933885,0.43801653,0.40082645,0.44214877,0.44214877,0.37603307,0.34710744,0.3553719,0.38429752,0.39256197,0.4090909,0.46694216,0.61570245,0.677686,0.6859504,0.677686,0.661157,0.6280992,0.54545456,0.45454547,0.44214877,0.41322315,0.33471075,0.3140496,0.34710744,0.34710744,0.3305785,0.24380165,0.28512397,0.28512397,0.29752067,0.3553719,0.3966942,0.3677686,0.3181818,0.30578512,0.3181818,0.3264463,0.338843,0.37190083,0.40082645,0.42975205,0.42975205,0.4214876,0.4090909,0.41322315,0.4090909,0.4090909,0.41322315,0.42975205,0.42975205,0.43801653,0.2107438,0.28512397,0.49586776,0.5413223,0.5371901,0.5123967,0.5123967,0.5082645,0.5,0.5041322,0.4876033,0.47107437,0.45454547,0.42975205,0.44214877,0.45867768,0.45454547,0.40082645,0.38429752,0.39256197,0.4214876,0.45867768,0.47107437,0.5165289,0.6322314,0.69008267,0.6942149,0.661157,0.6363636,0.59504133,0.53305787,0.49586776,0.4876033,0.45454547,0.39256197,0.37190083,0.3677686,0.3677686,0.35950413,0.338843,0.30578512,0.30991736,0.3264463,0.3677686,0.39256197,0.40495867,0.40495867,0.40495867,0.42561984,0.45867768,0.45041323,0.45041323,0.4752066,0.48347107,0.46280992,0.4338843,0.46694216,0.446281,0.42975205,0.4338843,0.42561984,0.4338843,0.4338843,0.45041323,0.23553719,0.29338843,0.5041322,0.5413223,0.57024795,0.553719,0.5247934,0.5289256,0.4876033,0.47933885,0.5041322,0.5041322,0.49586776,0.45867768,0.42975205,0.41322315,0.40082645,0.36363637,0.35950413,0.42975205,0.46280992,0.49173555,0.5123967,0.5371901,0.6446281,0.70247936,0.6942149,0.6570248,0.607438,0.5495868,0.5123967,0.5082645,0.5206612,0.5041322,0.46280992,0.446281,0.38429752,0.39256197,0.38842976,0.37190083,0.338843,0.3553719,0.37603307,0.4214876,0.4338843,0.45041323,0.46280992,0.46694216,0.48347107,0.49586776,0.4876033,0.47933885,0.47933885,0.45454547,0.44214877,0.42975205,0.44214877,0.45041323,0.41735536,0.46280992,0.45454547,0.45041323,0.42975205,0.44214877,0.2603306,0.29338843,0.49586776,0.5495868,0.57438016,0.57438016,0.5247934,0.5413223,0.5082645,0.45041323,0.4338843,0.43801653,0.4338843,0.41735536,0.3966942,0.39256197,0.39256197,0.4214876,0.4338843,0.47933885,0.5371901,0.553719,0.5123967,0.55785125,0.6404959,0.7066116,0.6735537,0.6280992,0.5661157,0.5082645,0.47933885,0.5,0.5371901,0.5247934,0.5165289,0.5247934,0.4752066,0.46280992,0.46694216,0.4338843,0.44214877,0.40495867,0.38016528,0.4214876,0.41735536,0.4338843,0.42561984,0.44214877,0.44214877,0.43801653,0.42561984,0.42561984,0.4214876,0.44214877,0.46280992,0.46280992,0.45454547,0.45041323,0.45454547,0.46694216,0.47933885,0.4752066,0.4338843,0.45867768,0.26859504,0.29338843,0.5123967,0.5247934,0.5371901,0.58264464,0.59504133,0.5661157,0.59090906,0.553719,0.5,0.4752066,0.47107437,0.46280992,0.46280992,0.47107437,0.47933885,0.5041322,0.5123967,0.5289256,0.5785124,0.5785124,0.49173555,0.56198347,0.677686,0.7066116,0.6570248,0.607438,0.53305787,0.47933885,0.45867768,0.47933885,0.5206612,0.5247934,0.5289256,0.5495868,0.5661157,0.54545456,0.54545456,0.4876033,0.45867768,0.48347107,0.49586776,0.46694216,0.44214877,0.42561984,0.41322315,0.42561984,0.41735536,0.42561984,0.4338843,0.45041323,0.46694216,0.4876033,0.49586776,0.49173555,0.5123967,0.5082645,0.48347107,0.4752066,0.47933885,0.49586776,0.446281,0.46694216,0.2892562,0.29338843,0.5123967,0.49173555,0.5413223,0.6280992,0.6487603,0.5371901,0.5289256,0.57438016,0.59917355,0.59917355,0.59917355,0.58264464,0.56198347,0.54545456,0.5413223,0.54545456,0.57438016,0.61157024,0.6198347,0.5165289,0.4876033,0.6280992,0.677686,0.6859504,0.6363636,0.59504133,0.5289256,0.46694216,0.45041323,0.46694216,0.5041322,0.5247934,0.5371901,0.55785125,0.58677685,0.59917355,0.60330576,0.5661157,0.53305787,0.5165289,0.5206612,0.5247934,0.5123967,0.49586776,0.5041322,0.5123967,0.5082645,0.5247934,0.5371901,0.53305787,0.5413223,0.5289256,0.53305787,0.54545456,0.5495868,0.5495868,0.5371901,0.5082645,0.49173555,0.49586776,0.47933885,0.43801653,0.37603307,0.38429752,0.4338843,0.5123967,0.59090906,0.59504133,0.62396693,0.59090906,0.56198347,0.60330576,0.59504133,0.58677685,0.59090906,0.5785124,0.56198347,0.5661157,0.57438016,0.607438,0.6322314,0.6280992,0.5785124,0.46280992,0.5206612,0.6694215,0.6735537,0.6652893,0.6198347,0.58264464,0.5082645,0.44214877,0.43801653,0.45867768,0.47933885,0.5041322,0.5289256,0.5495868,0.59504133,0.6280992,0.6404959,0.6404959,0.61570245,0.56198347,0.553719,0.53305787,0.5123967,0.5123967,0.5371901,0.5413223,0.5495868,0.56198347,0.5495868,0.5413223,0.54545456,0.54545456,0.5495868,0.5495868,0.553719,0.56198347,0.55785125,0.5495868,0.5289256,0.49586776,0.4876033,0.46280992,0.37603307,0.37190083,0.45867768,0.54545456,0.57024795,0.59090906,0.6363636,0.6570248,0.60330576,0.607438,0.59917355,0.58677685,0.58264464,0.5661157,0.57024795,0.58677685,0.60330576,0.62396693,0.61570245,0.60330576,0.5289256,0.46280992,0.5661157,0.7066116,0.71900827,0.6652893,0.60330576,0.5495868,0.45454547,0.41735536,0.44214877,0.446281,0.45867768,0.47933885,0.5082645,0.5371901,0.57438016,0.61570245,0.62396693,0.6446281,0.6652893,0.6322314,0.61570245,0.59090906,0.55785125,0.553719,0.56198347,0.5495868,0.56198347,0.55785125,0.54545456,0.5661157,0.58264464,0.59090906,0.58677685,0.5661157,0.5495868,0.56198347,0.57438016,0.553719,0.5371901,0.5041322,0.4876033,0.47933885,0.39256197,0.3966942,0.49173555,0.5,0.5123967,0.607438,0.61570245,0.6528926,0.6280992,0.62396693,0.607438,0.59504133,0.61570245,0.59917355,0.60330576,0.61157024,0.607438,0.61157024,0.61570245,0.57024795,0.49586776,0.47933885,0.5785124,0.74380165,0.7355372,0.6570248,0.58264464,0.4876033,0.42561984,0.41322315,0.44214877,0.45041323,0.45454547,0.45867768,0.47933885,0.5247934,0.56198347,0.59917355,0.59917355,0.61570245,0.661157,0.6818182,0.6818182,0.661157,0.6528926,0.6280992,0.607438,0.59504133,0.60330576,0.59090906,0.61157024,0.6446281,0.6652893,0.6528926,0.6198347,0.61157024,0.59917355,0.5785124,0.55785125,0.5413223,0.5289256,0.5123967,0.4876033,0.48347107,0.4214876,0.4214876,0.4752066,0.42975205,0.48347107,0.59504133,0.607438,0.6694215,0.6735537,0.6735537,0.6694215,0.6694215,0.6735537,0.661157,0.6404959,0.62396693,0.59917355,0.59090906,0.59504133,0.5661157,0.4876033,0.5082645,0.59504133,0.7355372,0.71487606,0.61157024,0.5413223,0.45041323,0.4214876,0.41735536,0.44214877,0.44214877,0.43801653,0.44214877,0.45041323,0.46280992,0.5247934,0.57024795,0.58264464,0.607438,0.6487603,0.6735537,0.69008267,0.70247936,0.6942149,0.677686,0.6652893,0.6570248,0.677686,0.6570248,0.69008267,0.6735537,0.6652893,0.661157,0.6280992,0.62396693,0.607438,0.59504133,0.553719,0.5082645,0.4876033,0.49586776,0.49173555,0.47933885,0.45867768,0.45867768,0.41322315,0.42975205,0.5371901,0.60330576,0.6280992,0.677686,0.6818182,0.677686,0.6818182,0.6859504,0.6818182,0.6570248,0.6363636,0.61570245,0.57438016,0.56198347,0.5661157,0.53305787,0.48347107,0.5289256,0.6404959,0.7231405,0.6818182,0.58264464,0.5123967,0.45454547,0.45454547,0.44214877,0.45867768,0.44214877,0.44214877,0.43801653,0.44214877,0.446281,0.4876033,0.5371901,0.55785125,0.59090906,0.6198347,0.6404959,0.6570248,0.6735537,0.6528926,0.6652893,0.6859504,0.69008267,0.6818182,0.7231405,0.7107438,0.7066116,0.6983471,0.69008267,0.6446281,0.6446281,0.607438,0.57438016,0.5495868,0.5082645,0.45041323,0.44214877,0.46694216,0.44214877,0.45454547,0.45454547,0.40082645,0.5041322,0.56198347,0.59090906,0.61570245,0.6446281,0.6404959,0.661157,0.6487603,0.6363636,0.6570248,0.6404959,0.6198347,0.60330576,0.553719,0.5289256,0.5289256,0.5206612,0.49173555,0.5661157,0.6983471,0.72727275,0.6487603,0.58264464,0.5247934,0.47933885,0.4876033,0.47107437,0.4752066,0.446281,0.45454547,0.45041323,0.42975205,0.45041323,0.45454547,0.5041322,0.5413223,0.56198347,0.59917355,0.61570245,0.6280992,0.6487603,0.6570248,0.677686,0.69008267,0.6735537,0.6859504,0.7066116,0.6859504,0.6983471,0.6859504,0.6694215,0.6446281,0.6446281,0.60330576,0.5661157,0.5495868,0.5206612,0.46694216,0.41735536,0.41322315,0.42561984,0.4338843,0.4338843,0.4214876,0.5247934,0.57438016,0.5785124,0.59504133,0.61157024,0.6198347,0.6322314,0.6198347,0.60330576,0.6322314,0.60330576,0.59090906,0.57438016,0.53305787,0.5082645,0.5123967,0.5041322,0.5,0.59504133,0.7231405,0.6983471,0.6198347,0.57438016,0.5247934,0.5123967,0.5,0.47107437,0.47107437,0.46280992,0.45454547,0.45041323,0.43801653,0.44214877,0.446281,0.48347107,0.5247934,0.5495868,0.58264464,0.59917355,0.61570245,0.6487603,0.6735537,0.6694215,0.6735537,0.6859504,0.6859504,0.6818182,0.677686,0.6735537,0.6694215,0.6322314,0.62396693,0.6280992,0.60330576,0.57024795,0.5495868,0.5165289,0.47933885,0.446281,0.38842976,0.39256197,0.38429752,0.38016528,0.41735536,0.5082645,0.55785125,0.56198347,0.57438016,0.5785124,0.58677685,0.59504133,0.58677685,0.58264464,0.59917355,0.5661157,0.5495868,0.5495868,0.553719,0.5247934,0.5041322,0.49173555,0.5206612,0.6198347,0.7107438,0.6570248,0.59917355,0.57024795,0.53305787,0.5165289,0.47933885,0.46280992,0.45454547,0.43801653,0.4214876,0.42561984,0.4214876,0.4214876,0.45041323,0.47107437,0.5082645,0.53305787,0.57024795,0.58677685,0.61157024,0.6363636,0.6404959,0.6528926,0.6652893,0.6570248,0.6652893,0.6487603,0.6528926,0.6570248,0.6446281,0.60330576,0.58264464,0.59917355,0.59090906,0.56198347,0.553719,0.5206612,0.47107437,0.45041323,0.4090909,0.3677686,0.33471075,0.338843,0.40495867,0.49586776,0.5247934,0.5371901,0.5413223,0.5413223,0.5495868,0.553719,0.553719,0.55785125,0.57024795,0.5661157,0.5371901,0.5413223,0.5371901,0.5082645,0.4752066,0.49173555,0.5413223,0.6322314,0.6859504,0.6363636,0.58677685,0.5661157,0.5289256,0.4752066,0.43801653,0.40495867,0.40082645,0.40082645,0.4214876,0.4338843,0.42975205,0.41735536,0.4214876,0.45454547,0.47933885,0.5082645,0.5413223,0.57438016,0.59504133,0.61157024,0.60330576,0.61570245,0.6322314,0.61570245,0.62396693,0.6404959,0.6404959,0.6280992,0.6198347,0.59090906,0.57438016,0.56198347,0.57024795,0.5413223,0.5247934,0.5082645,0.46694216,0.45041323,0.4214876,0.38842976,0.34710744,0.34710744,0.39256197,0.4752066,0.49173555,0.49586776,0.5,0.5082645,0.5165289,0.5082645,0.5206612,0.5247934,0.54545456,0.5495868,0.53305787,0.53305787,0.5082645,0.47107437,0.446281,0.5,0.56198347,0.6487603,0.6694215,0.6280992,0.58677685,0.5289256,0.46280992,0.42561984,0.3966942,0.38016528,0.38842976,0.45041323,0.4876033,0.49586776,0.49586776,0.42561984,0.40082645,0.42975205,0.45867768,0.46694216,0.49173555,0.53305787,0.5661157,0.5785124,0.58677685,0.59504133,0.59090906,0.58264464,0.59090906,0.60330576,0.60330576,0.59090906,0.58677685,0.56198347,0.57024795,0.5413223,0.5413223,0.5165289,0.5,0.4876033,0.4752066,0.446281,0.4214876,0.40495867,0.3181818,0.3181818,0.3553719,0.44214877,0.45454547,0.446281,0.45867768,0.46694216,0.48347107,0.5041322,0.5165289,0.5082645,0.5165289,0.53305787,0.5247934,0.5206612,0.47933885,0.446281,0.46694216,0.5165289,0.56198347,0.6446281,0.6528926,0.61157024,0.5661157,0.49586776,0.4338843,0.40495867,0.38842976,0.40495867,0.45867768,0.5123967,0.5289256,0.5206612,0.5165289,0.46280992,0.40082645,0.3966942,0.43801653,0.46694216,0.46280992,0.4876033,0.5041322,0.5413223,0.56198347,0.5785124,0.55785125,0.5495868,0.55785125,0.57024795,0.5661157,0.56198347,0.55785125,0.53305787,0.54545456,0.5206612,0.5082645,0.48347107,0.4752066,0.45867768,0.47107437,0.43801653,0.4090909,0.39256197,0.30991736,0.30578512,0.338843,0.41322315,0.41322315,0.40495867,0.4214876,0.446281,0.47107437,0.4876033,0.5,0.49586776,0.5,0.5082645,0.5,0.49586776,0.446281,0.45867768,0.49586776,0.5206612,0.57024795,0.6198347,0.6280992,0.58677685,0.53305787,0.45867768,0.4214876,0.42561984,0.42561984,0.46280992,0.5123967,0.5289256,0.5123967,0.5041322,0.49173555,0.45867768,0.42561984,0.38016528,0.40495867,0.45454547,0.45867768,0.45454547,0.46280992,0.49173555,0.5206612,0.553719,0.54545456,0.5371901,0.5371901,0.5371901,0.5413223,0.5371901,0.5289256,0.5,0.5082645,0.4876033,0.47933885,0.44214877,0.42975205,0.42561984,0.4338843,0.446281,0.40082645,0.39256197,0.30165288,0.30165288,0.3264463,0.3966942,0.38016528,0.35950413,0.37603307,0.4214876,0.45867768,0.46280992,0.46280992,0.47933885,0.4876033,0.48347107,0.47107437,0.42975205,0.42975205,0.47933885,0.49586776,0.5165289,0.55785125,0.61157024,0.60330576,0.57438016,0.5082645,0.47107437,0.45041323,0.45454547,0.46694216,0.4876033,0.49586776,0.49586776,0.49586776,0.4752066,0.446281,0.42975205,0.4214876,0.37603307,0.35950413,0.3966942,0.42561984,0.42975205,0.41735536,0.3966942,0.45041323,0.49586776,0.5247934,0.5247934,0.5206612,0.5165289,0.5123967,0.5082645,0.5,0.48347107,0.4752066,0.45454547,0.446281,0.42975205,0.41735536,0.41735536,0.40495867,0.4214876,0.40495867,0.3966942,0.30578512,0.30578512,0.32231405,0.39256197,0.3677686,0.3140496,0.3429752,0.38842976,0.4214876,0.4338843,0.446281,0.43801653,0.42561984,0.40495867,0.3677686,0.35950413,0.42561984,0.47933885,0.47933885,0.5206612,0.54545456,0.58264464,0.57438016,0.54545456,0.5041322,0.48347107,0.46280992,0.446281,0.446281,0.44214877,0.4338843,0.4214876,0.4214876,0.41322315,0.40082645,0.3966942,0.38842976,0.33471075,0.37190083,0.42975205,0.4752066,0.45867768,0.4338843,0.37190083,0.338843,0.37190083,0.4214876,0.46694216,0.49173555,0.49586776,0.49586776,0.48347107,0.46694216,0.45867768,0.45041323,0.43801653,0.40082645,0.3966942,0.40495867,0.41322315,0.3966942,0.39256197,0.4090909,0.41322315,0.29752067,0.29752067,0.30991736,0.41735536,0.40495867,0.3140496,0.35950413,0.38429752,0.3966942,0.4090909,0.39256197,0.3677686,0.3429752,0.30991736,0.30991736,0.37603307,0.46694216,0.49173555,0.4752066,0.5206612,0.5082645,0.5206612,0.53305787,0.5165289,0.4876033,0.47107437,0.41735536,0.38842976,0.38429752,0.3677686,0.33471075,0.3140496,0.3140496,0.32231405,0.3305785,0.338843,0.34710744,0.3264463,0.38016528,0.45867768,0.5041322,0.5123967,0.49173555,0.43801653,0.38016528,0.32231405,0.3264463,0.3553719,0.40082645,0.43801653,0.45454547,0.45454547,0.44214877,0.43801653,0.4338843,0.42561984,0.40495867,0.39256197,0.40082645,0.3966942,0.36363637,0.3677686,0.40495867,0.4214876,0.28512397,0.28512397,0.2892562,0.42561984,0.446281,0.34710744,0.37603307,0.38842976,0.3553719,0.3677686,0.338843,0.3181818,0.2892562,0.28512397,0.3553719,0.43801653,0.4876033,0.5,0.46280992,0.4752066,0.45454547,0.45867768,0.46280992,0.46280992,0.45041323,0.40495867,0.37603307,0.35950413,0.3305785,0.2768595,0.2231405,0.1983471,0.2107438,0.24380165,0.2768595,0.3140496,0.3553719,0.35123968,0.37190083,0.42975205,0.4752066,0.5041322,0.5082645,0.48347107,0.45454547,0.41322315,0.3305785,0.3181818,0.3140496,0.3429752,0.37190083,0.40495867,0.4338843,0.4338843,0.43801653,0.42561984,0.4214876,0.3966942,0.3966942,0.3966942,0.35950413,0.34710744,0.38429752,0.42561984,0.28099173,0.2768595,0.2768595,0.41322315,0.46280992,0.39256197,0.37603307,0.38429752,0.34710744,0.30578512,0.29338843,0.28512397,0.29338843,0.36363637,0.44214877,0.4752066,0.49173555,0.5082645,0.45454547,0.41322315,0.3966942,0.40082645,0.42561984,0.41322315,0.40495867,0.38842976,0.3553719,0.3305785,0.26859504,0.22727273,0.23966943,0.24380165,0.24380165,0.2768595,0.3140496,0.338843,0.35950413,0.36363637,0.37603307,0.4090909,0.45041323,0.48347107,0.4752066,0.47107437,0.45867768,0.446281,0.40082645,0.38842976,0.3264463,0.30578512,0.3181818,0.3140496,0.35123968,0.40082645,0.4338843,0.41322315,0.41735536,0.40082645,0.3966942,0.4214876,0.3677686,0.34710744,0.38016528,0.42561984,0.2892562,0.2892562,0.29338843,0.37603307,0.45041323,0.40082645,0.38842976,0.3966942,0.34710744,0.35123968,0.35123968,0.33471075,0.38429752,0.47107437,0.5,0.49173555,0.5,0.5123967,0.4752066,0.41322315,0.3677686,0.35950413,0.37603307,0.3553719,0.38429752,0.37190083,0.35123968,0.29752067,0.25619835,0.26859504,0.28512397,0.28099173,0.29752067,0.3305785,0.3553719,0.35950413,0.3677686,0.36363637,0.37190083,0.4090909,0.45867768,0.4752066,0.45041323,0.4752066,0.45454547,0.44214877,0.43801653,0.4338843,0.38016528,0.338843,0.3264463,0.30578512,0.29338843,0.29752067,0.38429752,0.4214876,0.4214876,0.40082645,0.4090909,0.42561984,0.3966942,0.3429752,0.38429752,0.42561984,0.30991736,0.30991736,0.30991736,0.3264463,0.4338843,0.39256197,0.37190083,0.42561984,0.38016528,0.4338843,0.3966942,0.40082645,0.4752066,0.5,0.5165289,0.5165289,0.5082645,0.5,0.5041322,0.4752066,0.40495867,0.37190083,0.36363637,0.35950413,0.37190083,0.38842976,0.3305785,0.2892562,0.2603306,0.2768595,0.28512397,0.2892562,0.32231405,0.33471075,0.34710744,0.3553719,0.3677686,0.38016528,0.37190083,0.40495867,0.446281,0.46694216,0.46694216,0.47933885,0.46280992,0.45454547,0.45867768,0.45041323,0.41735536,0.39256197,0.3677686,0.3264463,0.338843,0.30991736,0.28099173,0.3553719,0.40082645,0.40082645,0.4090909,0.42975205,0.40495867,0.3429752,0.38429752,0.41735536,0.3305785,0.33471075,0.33471075,0.30165288,0.43801653,0.42561984,0.35950413,0.38016528,0.45041323,0.46280992,0.3966942,0.44214877,0.4752066,0.4752066,0.5,0.5082645,0.5123967,0.5,0.5041322,0.49586776,0.42561984,0.36363637,0.3429752,0.3677686,0.35123968,0.3264463,0.2768595,0.23966943,0.2231405,0.22727273,0.2768595,0.2768595,0.3140496,0.30991736,0.3181818,0.3429752,0.34710744,0.35950413,0.35950413,0.37190083,0.41735536,0.44214877,0.45454547,0.48347107,0.47107437,0.446281,0.43801653,0.44214877,0.44214877,0.41735536,0.38842976,0.3553719,0.338843,0.34710744,0.32231405,0.29338843,0.35950413,0.38429752,0.40082645,0.42561984,0.41322315,0.3429752,0.37603307,0.41735536,0.3305785,0.3305785,0.3305785,0.30165288,0.40082645,0.41322315,0.4214876,0.41322315,0.4876033,0.4338843,0.41322315,0.44214877,0.4338843,0.4214876,0.446281,0.4752066,0.5041322,0.53305787,0.5082645,0.4752066,0.46694216,0.42561984,0.29752067,0.2231405,0.2231405,0.21487603,0.20661157,0.1983471,0.20661157,0.19008264,0.2768595,0.30578512,0.29752067,0.30165288,0.32231405,0.33471075,0.3429752,0.3429752,0.37603307,0.38842976,0.4090909,0.4338843,0.45867768,0.47933885,0.47107437,0.44214877,0.4214876,0.42975205,0.45041323,0.40495867,0.38842976,0.37603307,0.3264463,0.35123968,0.38842976,0.29338843,0.30578512,0.3677686,0.40082645,0.41322315,0.40495867,0.34710744,0.3677686,0.4214876,0.338843,0.338843,0.338843,0.30991736,0.338843,0.41735536,0.41322315,0.43801653,0.45454547,0.4338843,0.4090909,0.4214876,0.3966942,0.37190083,0.38016528,0.4090909,0.45041323,0.5082645,0.5123967,0.46280992,0.4752066,0.47107437,0.38429752,0.2892562,0.2231405,0.20661157,0.2107438,0.21900827,0.1983471,0.20661157,0.27272728,0.338843,0.30578512,0.32231405,0.33471075,0.3264463,0.3429752,0.3429752,0.35950413,0.38842976,0.4090909,0.4214876,0.46280992,0.47107437,0.45041323,0.42975205,0.41322315,0.40082645,0.39256197,0.38842976,0.3966942,0.40082645,0.33471075,0.3553719,0.4090909,0.3305785,0.30578512,0.35950413,0.40495867,0.41322315,0.39256197,0.35123968,0.37190083,0.40495867,0.3264463,0.32231405,0.32231405,0.3264463,0.3264463,0.41322315,0.41322315,0.4214876,0.4338843,0.46280992,0.42975205,0.4338843,0.35950413,0.30991736,0.30991736,0.3181818,0.34710744,0.42561984,0.4876033,0.46694216,0.46694216,0.46280992,0.4338843,0.35950413,0.29338843,0.2603306,0.24380165,0.2520661,0.22727273,0.2520661,0.30991736,0.3429752,0.32231405,0.3429752,0.3181818,0.3429752,0.3429752,0.35950413,0.37190083,0.38429752,0.40082645,0.41735536,0.4338843,0.42561984,0.42561984,0.38842976,0.38842976,0.38016528,0.34710744,0.36363637,0.4090909,0.3966942,0.35123968,0.37603307,0.40495867,0.3677686,0.3305785,0.36363637,0.39256197,0.41735536,0.3966942,0.35123968,0.3677686,0.3966942,0.3264463,0.3305785,0.3305785,0.32231405,0.32231405,0.3677686,0.40495867,0.41322315,0.4214876,0.446281,0.46280992,0.46280992,0.3677686,0.30991736,0.27272728,0.27272728,0.24380165,0.25619835,0.32231405,0.38842976,0.40495867,0.41322315,0.4090909,0.39256197,0.35123968,0.3140496,0.28099173,0.2892562,0.28099173,0.29338843,0.32231405,0.34710744,0.3305785,0.3553719,0.3181818,0.34710744,0.3677686,0.35950413,0.37190083,0.3677686,0.34710744,0.3553719,0.3677686,0.30165288,0.28512397,0.24793388,0.2768595,0.338843,0.32231405,0.3429752,0.38429752,0.41735536,0.3305785,0.38429752,0.41735536,0.37603307,0.3553719,0.39256197,0.38016528,0.40082645,0.40082645,0.34710744,0.35950413,0.40082645,0.3181818,0.3140496,0.3140496,0.3181818,0.3140496,0.3264463,0.41322315,0.4338843,0.4214876,0.42975205,0.45867768,0.45867768,0.38842976,0.3429752,0.28512397,0.30991736,0.30165288,0.2603306,0.17768595,0.11570248,0.12396694,0.28099173,0.3429752,0.33471075,0.3305785,0.3140496,0.29338843,0.29752067,0.30165288,0.3181818,0.3181818,0.3305785,0.32231405,0.33471075,0.3140496,0.3264463,0.3140496,0.3264463,0.34710744,0.3264463,0.28512397,0.27272728,0.28099173,0.18181819,0.14876033,0.17768595,0.23140496,0.29338843,0.3140496,0.32231405,0.38842976,0.38842976,0.35950413,0.38429752,0.42975205,0.3677686,0.35950413,0.40495867,0.38016528,0.38016528,0.38842976,0.3429752,0.35123968,0.3966942,0.33471075,0.338843,0.338843,0.3305785,0.3140496,0.30578512,0.38842976,0.446281,0.40082645,0.42561984,0.42975205,0.45454547,0.4090909,0.36363637,0.3264463,0.35123968,0.39256197,0.4338843,0.39256197,0.19008264,0.08264463,0.2231405,0.32231405,0.2768595,0.30165288,0.3305785,0.3181818,0.29338843,0.28099173,0.2892562,0.29752067,0.3181818,0.3305785,0.2892562,0.30578512,0.3264463,0.2231405,0.3264463,0.3553719,0.35950413,0.2603306,0.2231405,0.23140496,0.17355372,0.1983471,0.27272728,0.30578512,0.3264463,0.3264463,0.34710744,0.3553719,0.36363637,0.37603307,0.41322315,0.4214876,0.35950413,0.36363637,0.39256197,0.38016528,0.3553719,0.3553719,0.34710744,0.35123968,0.38429752,0.3181818,0.3181818,0.3181818,0.3181818,0.3181818,0.30165288,0.36363637,0.42975205,0.40495867,0.41735536,0.41735536,0.4214876,0.3966942,0.38016528,0.37190083,0.3966942,0.41735536,0.42561984,0.5,0.41735536,0.17355372,0.19421488,0.32231405,0.2520661,0.3181818,0.39256197,0.38429752,0.3553719,0.3140496,0.32231405,0.35950413,0.3966942,0.42975205,0.33471075,0.35123968,0.4090909,0.19008264,0.29338843,0.38842976,0.38429752,0.21487603,0.18595041,0.24380165,0.28099173,0.3181818,0.34710744,0.35123968,0.3429752,0.338843,0.30165288,0.30991736,0.34710744,0.37190083,0.4090909,0.3966942,0.3553719,0.37603307,0.39256197,0.38016528,0.35123968,0.3429752,0.35123968,0.36363637,0.37603307,0.3264463,0.3264463,0.3264463,0.32231405,0.3181818,0.30991736,0.33471075,0.40082645,0.41322315,0.4214876,0.42561984,0.37603307,0.3429752,0.4214876,0.40082645,0.41735536,0.4338843,0.4214876,0.46694216,0.5247934,0.37190083,0.19421488,0.23553719,0.16528925,0.3553719,0.46694216,0.446281,0.41322315,0.35950413,0.3677686,0.41322315,0.45454547,0.4876033,0.40082645,0.38842976,0.42561984,0.18595041,0.14049587,0.36363637,0.338843,0.21487603,0.24793388,0.3140496,0.3553719,0.37190083,0.38016528,0.3677686,0.35123968,0.33471075,0.3181818,0.30578512,0.34710744,0.38016528,0.4090909,0.38016528,0.3677686,0.36363637,0.37603307,0.37603307,0.35950413,0.35123968,0.35950413,0.37190083,0.38016528,0.3305785,0.3305785,0.3305785,0.3264463,0.3140496,0.3181818,0.3140496,0.33471075,0.38016528,0.42975205,0.3966942,0.36363637,0.34710744,0.40495867,0.40082645,0.42561984,0.47107437,0.45454547,0.4214876,0.47107437,0.5206612,0.36363637,0.2520661,0.1570248,0.28512397,0.47107437,0.47107437,0.446281,0.3429752,0.338843,0.4338843,0.45454547,0.47107437,0.37603307,0.3677686,0.33471075,0.15289256,0.17768595,0.2892562,0.30578512,0.29752067,0.3305785,0.35950413,0.37603307,0.38842976,0.3966942,0.37190083,0.35123968,0.34710744,0.338843,0.338843,0.36363637,0.38429752,0.4090909,0.37603307,0.35950413,0.3677686,0.3966942,0.38016528,0.338843,0.34710744,0.35950413,0.33471075,0.4338843,0.3429752,0.338843,0.338843,0.3305785,0.30991736,0.32231405,0.32231405,0.3181818,0.3429752,0.40495867,0.40495867,0.39256197,0.3966942,0.4090909,0.40495867,0.41322315,0.46694216,0.46280992,0.42561984,0.42561984,0.53305787,0.5495868,0.446281,0.35950413,0.30165288,0.3264463,0.29752067,0.28099173,0.20247933,0.1983471,0.29338843,0.29338843,0.26859504,0.19008264,0.21900827,0.21900827,0.2107438,0.2892562,0.33471075,0.33471075,0.3264463,0.36363637,0.37603307,0.37603307,0.39256197,0.39256197,0.39256197,0.37603307,0.36363637,0.34710744,0.34710744,0.37190083,0.38016528,0.39256197,0.37190083,0.3264463,0.36363637,0.4090909,0.37190083,0.34710744,0.3677686,0.3429752,0.35123968,0.4090909,0.3181818,0.3181818,0.3181818,0.3140496,0.32231405,0.32231405,0.3181818,0.32231405,0.3181818,0.3553719,0.41735536,0.39256197,0.37603307,0.4090909,0.4214876,0.41322315,0.446281,0.46280992,0.41735536,0.42561984,0.5082645,0.59090906,0.5123967,0.47107437,0.4338843,0.40495867,0.3181818,0.18595041,0.1694215,0.16115703,0.18595041,0.19008264,0.1983471,0.21487603,0.27272728,0.30165288,0.32231405,0.35123968,0.3553719,0.3429752,0.3429752,0.38016528,0.3966942,0.3677686,0.40082645,0.38842976,0.3966942,0.37190083,0.37603307,0.33471075,0.34710744,0.37190083,0.37603307,0.38016528,0.37190083,0.338843,0.3305785,0.36363637,0.37603307,0.35950413,0.37603307,0.36363637,0.38429752,0.38842976,0.30165288,0.30165288,0.30165288,0.30578512,0.3264463,0.3140496,0.3140496,0.3181818,0.3140496,0.3140496,0.36363637,0.3677686,0.38016528,0.39256197,0.42975205,0.46694216,0.45041323,0.45454547,0.44214877,0.4214876,0.47107437,0.5206612,0.5082645,0.45454547,0.45041323,0.43801653,0.4090909,0.3264463,0.32231405,0.3264463,0.33471075,0.3181818,0.3264463,0.338843,0.3677686,0.37603307,0.34710744,0.338843,0.3305785,0.34710744,0.37190083,0.38429752,0.38429752,0.37603307,0.40082645,0.37190083,0.39256197,0.38429752,0.37190083,0.35123968,0.34710744,0.36363637,0.37190083,0.37190083,0.35950413,0.3429752,0.3181818,0.3181818,0.34710744,0.3677686,0.37603307,0.40082645,0.37190083,0.37603307,0.3140496,0.3140496,0.3140496,0.3140496,0.3264463,0.3181818,0.3181818,0.3181818,0.3264463,0.3181818,0.3181818,0.37190083,0.44214877,0.4214876,0.4090909,0.43801653,0.446281,0.446281,0.45867768,0.42975205,0.43801653,0.42561984,0.45867768,0.4752066,0.45454547,0.3966942,0.4338843,0.45867768,0.47933885,0.4752066,0.42975205,0.40082645,0.3677686,0.37190083,0.37603307,0.36363637,0.33471075,0.3305785,0.34710744,0.3677686,0.38016528,0.38429752,0.3677686,0.38016528,0.38016528,0.40082645,0.38429752,0.3677686,0.40082645,0.37190083,0.33471075,0.34710744,0.38016528,0.38842976,0.37190083,0.338843,0.3140496,0.3264463,0.35123968,0.38429752,0.38429752,0.38016528,0.35950413,0.35950413,0.3140496,0.3140496,0.3140496,0.3140496,0.3140496,0.3305785,0.32231405,0.32231405,0.3264463,0.3181818,0.30991736,0.3181818,0.41322315,0.446281,0.39256197,0.41735536,0.45867768,0.4338843,0.44214877,0.446281,0.42975205,0.39256197,0.40495867,0.45041323,0.5,0.3429752,0.43801653,0.47107437,0.5,0.49586776,0.43801653,0.39256197,0.38016528,0.3677686,0.35123968,0.3264463,0.3264463,0.3429752,0.35950413,0.37603307,0.38429752,0.38429752,0.38016528,0.38016528,0.37190083,0.38016528,0.38429752,0.35950413,0.38016528,0.37603307,0.35950413,0.35123968,0.3677686,0.37603307,0.36363637,0.3305785,0.3181818,0.3305785,0.35950413,0.36363637,0.3553719,0.33471075,0.32231405,0.3181818,0.3140496,0.3140496,0.3140496,0.3140496,0.3140496,0.32231405,0.3181818,0.32231405,0.3181818,0.3181818,0.3181818,0.32231405,0.35123968,0.41735536,0.4338843,0.43801653,0.45041323,0.44214877,0.42975205,0.41735536,0.42561984,0.41735536,0.39256197,0.40082645,0.39256197,0.38016528,0.42561984,0.41735536,0.4090909,0.40495867,0.36363637,0.3429752,0.3429752,0.3305785,0.3181818,0.3264463,0.338843,0.3553719,0.36363637,0.37603307,0.35950413,0.36363637,0.3677686,0.3553719,0.3677686,0.36363637,0.38429752,0.37190083,0.3677686,0.36363637,0.3677686,0.34710744,0.36363637,0.35123968,0.3305785,0.32231405,0.3305785,0.3305785,0.35123968,0.35950413,0.338843,0.33471075,0.30165288,0.30578512,0.30991736,0.30991736,0.30991736,0.30991736,0.32231405,0.3181818,0.3140496,0.3181818,0.3181818,0.3264463,0.32231405,0.32231405,0.3140496,0.3181818,0.41735536,0.48347107,0.45041323,0.45041323,0.45867768,0.4090909,0.38016528,0.42561984,0.4338843,0.3966942,0.38016528,0.3553719,0.37603307,0.34710744,0.35123968,0.33471075,0.32231405,0.30578512,0.30165288,0.30991736,0.3140496,0.3305785,0.35123968,0.36363637,0.36363637,0.34710744,0.338843,0.35950413,0.3429752,0.35123968,0.35950413,0.3677686,0.3429752,0.34710744,0.3677686,0.36363637,0.35950413,0.3677686,0.35123968,0.3305785,0.30991736,0.2892562,0.338843,0.34710744,0.35123968,0.3429752,0.30991736,0.3305785,0.3140496,0.30165288,0.30991736,0.30991736,0.30991736,0.30991736,0.32231405,0.3181818,0.30991736,0.3264463,0.32231405,0.3140496,0.3264463,0.32231405,0.30578512,0.30991736,0.35950413,0.48347107,0.4752066,0.47107437,0.5041322,0.46280992,0.36363637,0.35950413,0.40495867,0.38842976,0.37603307,0.38429752,0.38842976,0.39256197,0.35123968,0.3305785,0.3181818,0.3264463,0.30578512,0.32231405,0.3264463,0.33471075,0.3429752,0.34710744,0.34710744,0.3305785,0.3305785,0.34710744,0.35950413,0.338843,0.3429752,0.3553719,0.35950413,0.338843,0.34710744,0.37190083,0.35950413,0.3966942,0.35123968,0.33471075,0.30578512,0.2892562,0.35950413,0.35950413,0.30578512,0.29752067,0.3140496,0.3181818,0.3264463,0.3181818,0.30991736,0.30578512,0.30578512,0.30578512,0.3181818,0.3140496,0.30578512,0.32231405,0.30578512,0.3181818,0.3181818,0.3305785,0.3181818,0.3264463,0.4214876,0.58264464,0.57438016,0.47107437,0.48347107,0.47933885,0.40082645,0.3429752,0.3264463,0.32231405,0.3553719,0.338843,0.35123968,0.38016528,0.338843,0.338843,0.338843,0.33471075,0.29752067,0.3140496,0.3140496,0.3140496,0.30991736,0.29752067,0.32231405,0.32231405,0.3264463,0.3264463,0.34710744,0.34710744,0.3429752,0.3553719,0.38016528,0.37190083,0.37190083,0.38016528,0.36363637,0.38842976,0.3553719,0.32231405,0.30991736,0.28512397,0.3140496,0.2892562,0.2892562,0.29752067,0.29338843,0.30165288,0.32231405,0.3429752,0.3181818,0.3181818,0.32231405,0.32231405,0.3181818,0.3181818,0.32231405,0.30578512,0.30991736,0.3264463,0.32231405,0.30991736,0.38429752,0.53305787,0.6859504,0.7933884,0.74380165,0.5289256,0.47107437,0.5,0.45041323,0.39256197,0.32231405,0.27272728,0.2768595,0.2603306,0.26859504,0.2520661,0.2603306,0.2603306,0.28512397,0.2603306,0.24380165,0.2520661,0.2768595,0.2768595,0.26859504,0.25619835,0.29752067,0.32231405,0.32231405,0.32231405,0.34710744,0.3553719,0.3553719,0.36363637,0.35950413,0.38016528,0.40495867,0.40082645,0.37603307,0.3677686,0.35950413,0.3429752,0.29338843,0.3181818,0.2520661,0.2892562,0.2892562,0.29752067,0.28099173,0.3140496,0.338843,0.3553719,38 +0.28099173,0.3140496,0.35950413,0.38016528,0.39256197,0.42561984,0.46280992,0.5,0.53305787,0.5371901,0.5495868,0.55785125,0.56198347,0.57438016,0.59090906,0.60330576,0.6528926,0.6942149,0.6735537,0.6694215,0.6694215,0.677686,0.69008267,0.6818182,0.69008267,0.6694215,0.6859504,0.6694215,0.6528926,0.6570248,0.6280992,0.6363636,0.6280992,0.5785124,0.58264464,0.5495868,0.5413223,0.5041322,0.5413223,0.5165289,0.47933885,0.45454547,0.42561984,0.38016528,0.33471075,0.28099173,0.21900827,0.2107438,0.18595041,0.1570248,0.1570248,0.1570248,0.15289256,0.1322314,0.12396694,0.11983471,0.10743801,0.10330579,0.09090909,0.08677686,0.09917355,0.11157025,0.12396694,0.1446281,0.32231405,0.35123968,0.38429752,0.41322315,0.42561984,0.44214877,0.48347107,0.5206612,0.5371901,0.53305787,0.5495868,0.553719,0.54545456,0.56198347,0.59504133,0.6198347,0.6446281,0.677686,0.677686,0.6694215,0.7107438,0.6942149,0.6818182,0.6735537,0.6652893,0.6694215,0.6694215,0.6528926,0.661157,0.6446281,0.6363636,0.6487603,0.6280992,0.59917355,0.58677685,0.58264464,0.5495868,0.5165289,0.5371901,0.5206612,0.5041322,0.49173555,0.47107437,0.4338843,0.3966942,0.34710744,0.28512397,0.23140496,0.20247933,0.17355372,0.1570248,0.14876033,0.16115703,0.15289256,0.11570248,0.11570248,0.11157025,0.09917355,0.09090909,0.09090909,0.08264463,0.09917355,0.10330579,0.11570248,0.35950413,0.3677686,0.4090909,0.44214877,0.45867768,0.47107437,0.49586776,0.5165289,0.5247934,0.5371901,0.5495868,0.57438016,0.5785124,0.607438,0.6404959,0.6694215,0.6652893,0.677686,0.6735537,0.661157,0.6942149,0.6694215,0.69008267,0.677686,0.6694215,0.661157,0.6570248,0.6487603,0.661157,0.6446281,0.6363636,0.6528926,0.61157024,0.61570245,0.58677685,0.60330576,0.55785125,0.53305787,0.53305787,0.54545456,0.5247934,0.5165289,0.5247934,0.46280992,0.4338843,0.40495867,0.3677686,0.30165288,0.24793388,0.21487603,0.19421488,0.1570248,0.15289256,0.1570248,0.1322314,0.11983471,0.11570248,0.11157025,0.09504132,0.09090909,0.09090909,0.09504132,0.09917355,0.11570248,0.35950413,0.37603307,0.42975205,0.45454547,0.47933885,0.4876033,0.5,0.5123967,0.5247934,0.5495868,0.57024795,0.607438,0.6280992,0.6487603,0.6570248,0.661157,0.6570248,0.661157,0.6818182,0.6735537,0.6735537,0.6652893,0.69008267,0.6859504,0.6735537,0.6487603,0.661157,0.6652893,0.6570248,0.661157,0.6363636,0.6363636,0.59090906,0.6322314,0.60330576,0.58264464,0.5785124,0.5371901,0.5206612,0.553719,0.5413223,0.53305787,0.5289256,0.5041322,0.47933885,0.45454547,0.4090909,0.37190083,0.3264463,0.27272728,0.24380165,0.19008264,0.1446281,0.1570248,0.14876033,0.12809917,0.12809917,0.11983471,0.11157025,0.09917355,0.09917355,0.09504132,0.10330579,0.11157025,0.40082645,0.4214876,0.45454547,0.47107437,0.4876033,0.5041322,0.5206612,0.5247934,0.5413223,0.58264464,0.607438,0.6322314,0.6528926,0.6528926,0.6652893,0.6735537,0.6735537,0.6818182,0.6735537,0.6694215,0.6570248,0.6735537,0.661157,0.6652893,0.6404959,0.6280992,0.6363636,0.6487603,0.6404959,0.6570248,0.6322314,0.61570245,0.59504133,0.62396693,0.61570245,0.5661157,0.57438016,0.54545456,0.5082645,0.5371901,0.5661157,0.5661157,0.54545456,0.53305787,0.5247934,0.5165289,0.47933885,0.43801653,0.38429752,0.338843,0.30991736,0.27272728,0.2231405,0.1983471,0.17768595,0.14876033,0.14049587,0.12809917,0.12396694,0.10743801,0.09504132,0.09090909,0.09917355,0.09504132,0.48347107,0.5,0.5082645,0.5206612,0.5289256,0.5495868,0.55785125,0.56198347,0.58264464,0.61157024,0.6322314,0.6280992,0.6280992,0.6735537,0.69008267,0.69008267,0.6652893,0.6570248,0.6570248,0.6446281,0.6404959,0.6487603,0.6322314,0.6363636,0.62396693,0.61570245,0.61570245,0.60330576,0.60330576,0.61570245,0.60330576,0.59090906,0.58677685,0.59090906,0.59504133,0.56198347,0.5495868,0.5413223,0.5165289,0.5123967,0.54545456,0.57024795,0.553719,0.5371901,0.53305787,0.5289256,0.5165289,0.48347107,0.446281,0.4214876,0.38842976,0.35950413,0.3305785,0.28512397,0.23553719,0.1983471,0.18595041,0.1570248,0.13636364,0.12396694,0.09917355,0.09090909,0.09090909,0.09090909,0.5371901,0.5495868,0.55785125,0.56198347,0.57024795,0.59504133,0.58677685,0.59090906,0.59917355,0.59504133,0.62396693,0.6404959,0.607438,0.6528926,0.6694215,0.6694215,0.6735537,0.6363636,0.59090906,0.59090906,0.607438,0.59917355,0.57438016,0.59090906,0.58264464,0.58264464,0.59917355,0.57438016,0.56198347,0.5661157,0.57024795,0.56198347,0.5495868,0.5495868,0.5661157,0.5413223,0.5247934,0.5206612,0.5165289,0.5,0.5,0.5413223,0.54545456,0.5206612,0.5082645,0.5041322,0.5041322,0.4876033,0.45454547,0.43801653,0.41735536,0.40495867,0.38429752,0.36363637,0.3264463,0.2603306,0.23966943,0.23140496,0.19008264,0.15289256,0.12809917,0.10743801,0.10330579,0.09917355,0.5495868,0.553719,0.55785125,0.5495868,0.5785124,0.607438,0.60330576,0.59504133,0.58677685,0.60330576,0.6404959,0.6280992,0.57438016,0.59504133,0.58264464,0.59917355,0.6198347,0.56198347,0.53305787,0.53305787,0.5495868,0.5661157,0.53305787,0.5371901,0.53305787,0.53305787,0.5495868,0.553719,0.5247934,0.5371901,0.5371901,0.5206612,0.5123967,0.5165289,0.53305787,0.5165289,0.5,0.49173555,0.4876033,0.48347107,0.47107437,0.49173555,0.5082645,0.5,0.4876033,0.47933885,0.48347107,0.47107437,0.45454547,0.43801653,0.4214876,0.41322315,0.41735536,0.3966942,0.37603307,0.3429752,0.30165288,0.2892562,0.26859504,0.22727273,0.18181819,0.14049587,0.11570248,0.11570248,0.54545456,0.53305787,0.53305787,0.5289256,0.56198347,0.59090906,0.59504133,0.58677685,0.59917355,0.59504133,0.62396693,0.60330576,0.57024795,0.553719,0.4876033,0.5041322,0.5123967,0.46280992,0.46694216,0.46694216,0.45867768,0.48347107,0.5123967,0.49586776,0.48347107,0.48347107,0.48347107,0.5041322,0.49173555,0.5041322,0.48347107,0.49586776,0.48347107,0.49173555,0.5041322,0.48347107,0.45454547,0.45867768,0.43801653,0.45041323,0.446281,0.45454547,0.45454547,0.45041323,0.446281,0.45867768,0.45867768,0.446281,0.43801653,0.44214877,0.4338843,0.42975205,0.42975205,0.42561984,0.41322315,0.38016528,0.3553719,0.3140496,0.30578512,0.30578512,0.2768595,0.20247933,0.14876033,0.12396694,0.53305787,0.53305787,0.5206612,0.5289256,0.553719,0.57024795,0.553719,0.55785125,0.57438016,0.5495868,0.59090906,0.57024795,0.553719,0.45454547,0.44214877,0.5,0.48347107,0.446281,0.4214876,0.3966942,0.38842976,0.38429752,0.4090909,0.41735536,0.41322315,0.41735536,0.446281,0.446281,0.446281,0.446281,0.45041323,0.46694216,0.47107437,0.4752066,0.48347107,0.45041323,0.42561984,0.42561984,0.40495867,0.4090909,0.41322315,0.4090909,0.41735536,0.41735536,0.40495867,0.4214876,0.4338843,0.4214876,0.41735536,0.42561984,0.4338843,0.4338843,0.4338843,0.41735536,0.4214876,0.38429752,0.35950413,0.3264463,0.29752067,0.30578512,0.3305785,0.2768595,0.1983471,0.15289256,0.5165289,0.5371901,0.5165289,0.5247934,0.5495868,0.553719,0.5041322,0.5165289,0.5165289,0.5,0.53305787,0.5165289,0.48347107,0.42561984,0.41322315,0.45867768,0.41735536,0.38842976,0.3429752,0.3181818,0.3181818,0.29752067,0.30991736,0.3140496,0.29752067,0.3140496,0.338843,0.3553719,0.37603307,0.39256197,0.4090909,0.4338843,0.45867768,0.47107437,0.46694216,0.42975205,0.41322315,0.40082645,0.38429752,0.3966942,0.38842976,0.37603307,0.40082645,0.4090909,0.40082645,0.3966942,0.40495867,0.3966942,0.40082645,0.40495867,0.41322315,0.41735536,0.4090909,0.38842976,0.38429752,0.37603307,0.35123968,0.3264463,0.3264463,0.2892562,0.30578512,0.3181818,0.26859504,0.17355372,0.5165289,0.5165289,0.5165289,0.5165289,0.54545456,0.5289256,0.47107437,0.49173555,0.46694216,0.46280992,0.4876033,0.45867768,0.41322315,0.3966942,0.41322315,0.41735536,0.36363637,0.30578512,0.26859504,0.2768595,0.24380165,0.21487603,0.23553719,0.23140496,0.2603306,0.2768595,0.29752067,0.3140496,0.32231405,0.35123968,0.37190083,0.40082645,0.43801653,0.45867768,0.45041323,0.42561984,0.3966942,0.37603307,0.38016528,0.39256197,0.37603307,0.37190083,0.38842976,0.3966942,0.3966942,0.38016528,0.3677686,0.37190083,0.37603307,0.36363637,0.3677686,0.38016528,0.37603307,0.3677686,0.36363637,0.39256197,0.35950413,0.3264463,0.3305785,0.3264463,0.29338843,0.29338843,0.32231405,0.20661157,0.5206612,0.5165289,0.5165289,0.49586776,0.5371901,0.5041322,0.46280992,0.47107437,0.45454547,0.42561984,0.43801653,0.4090909,0.38016528,0.35123968,0.3677686,0.3305785,0.30991736,0.28512397,0.29338843,0.2892562,0.27272728,0.2603306,0.2520661,0.25619835,0.26859504,0.2768595,0.28512397,0.29338843,0.30578512,0.32231405,0.3429752,0.36363637,0.41735536,0.45041323,0.446281,0.42561984,0.38842976,0.38016528,0.4090909,0.40495867,0.38429752,0.37603307,0.37190083,0.36363637,0.35123968,0.33471075,0.3140496,0.30578512,0.29752067,0.30165288,0.338843,0.35123968,0.35950413,0.3677686,0.35950413,0.338843,0.3305785,0.3305785,0.3264463,0.3181818,0.32231405,0.28512397,0.32231405,0.23140496,0.5247934,0.5123967,0.49586776,0.47933885,0.5082645,0.47107437,0.45454547,0.45041323,0.41735536,0.38016528,0.38842976,0.37603307,0.3677686,0.34710744,0.3429752,0.338843,0.32231405,0.30991736,0.30578512,0.29338843,0.26859504,0.24793388,0.2603306,0.2768595,0.29338843,0.2892562,0.2892562,0.29752067,0.30991736,0.30991736,0.3140496,0.34710744,0.4090909,0.46280992,0.47107437,0.45041323,0.42975205,0.44214877,0.46280992,0.44214877,0.38842976,0.3553719,0.32231405,0.30991736,0.30165288,0.2603306,0.25619835,0.23966943,0.23140496,0.22727273,0.21900827,0.23140496,0.2520661,0.27272728,0.2644628,0.30165288,0.26859504,0.28099173,0.29338843,0.30578512,0.3181818,0.29338843,0.32231405,0.24793388,0.5041322,0.47933885,0.49173555,0.46694216,0.48347107,0.4338843,0.43801653,0.4338843,0.40082645,0.3677686,0.3677686,0.3429752,0.3429752,0.33471075,0.30165288,0.28512397,0.24380165,0.23553719,0.2107438,0.22727273,0.1983471,0.1983471,0.17355372,0.18595041,0.24380165,0.29338843,0.30991736,0.3140496,0.32231405,0.32231405,0.3181818,0.3429752,0.41735536,0.5041322,0.5371901,0.53305787,0.5289256,0.5371901,0.5247934,0.47107437,0.38016528,0.30578512,0.26859504,0.2520661,0.24793388,0.22727273,0.2231405,0.22727273,0.2231405,0.21900827,0.23140496,0.2603306,0.26859504,0.2892562,0.2892562,0.28512397,0.27272728,0.29752067,0.2892562,0.29338843,0.28512397,0.29752067,0.3264463,0.26859504,0.5247934,0.47107437,0.49586776,0.4752066,0.47107437,0.42975205,0.42561984,0.40495867,0.38429752,0.3553719,0.3140496,0.29338843,0.2768595,0.25619835,0.1983471,0.18181819,0.16115703,0.15289256,0.14049587,0.18181819,0.22727273,0.20661157,0.2107438,0.1983471,0.18595041,0.24793388,0.30165288,0.3140496,0.3264463,0.3305785,0.3305785,0.34710744,0.42561984,0.5495868,0.61157024,0.6198347,0.6280992,0.6280992,0.58264464,0.49586776,0.37603307,0.27272728,0.23553719,0.21900827,0.20247933,0.17355372,0.14876033,0.1694215,0.14049587,0.14876033,0.13636364,0.17768595,0.18595041,0.23140496,0.25619835,0.27272728,0.28512397,0.32231405,0.3140496,0.30578512,0.28512397,0.30578512,0.3429752,0.2603306,0.5661157,0.5289256,0.5247934,0.47933885,0.446281,0.41735536,0.40082645,0.37190083,0.338843,0.27272728,0.23553719,0.23140496,0.22727273,0.21487603,0.1570248,0.16115703,0.14049587,0.13636364,0.14049587,0.1983471,0.33471075,0.3305785,0.22727273,0.20247933,0.22727273,0.24793388,0.27272728,0.30165288,0.30991736,0.3181818,0.3305785,0.35123968,0.44214877,0.5785124,0.661157,0.6694215,0.6694215,0.6652893,0.61157024,0.5123967,0.37190083,0.25619835,0.2107438,0.18595041,0.17768595,0.14876033,0.11157025,0.14049587,0.11157025,0.12809917,0.09917355,0.1694215,0.20661157,0.17355372,0.19008264,0.20661157,0.2107438,0.26859504,0.33471075,0.3429752,0.3140496,0.30991736,0.35123968,0.25619835,0.5,0.49586776,0.47933885,0.48347107,0.46280992,0.41735536,0.35950413,0.3140496,0.27272728,0.21487603,0.22727273,0.22727273,0.22727273,0.24380165,0.1983471,0.17768595,0.17355372,0.16528925,0.16528925,0.2768595,0.40495867,0.37603307,0.30578512,0.25619835,0.22727273,0.2603306,0.28512397,0.2892562,0.29752067,0.30991736,0.33471075,0.3677686,0.46694216,0.59090906,0.6652893,0.6859504,0.6735537,0.6570248,0.6198347,0.5247934,0.37190083,0.2520661,0.21900827,0.18595041,0.1983471,0.17355372,0.14049587,0.1322314,0.11570248,0.11983471,0.12396694,0.20661157,0.32231405,0.24380165,0.1694215,0.18595041,0.2107438,0.19008264,0.30578512,0.35123968,0.3553719,0.3264463,0.34710744,0.25619835,0.5371901,0.4876033,0.4338843,0.4090909,0.38842976,0.3677686,0.32231405,0.29752067,0.29338843,0.29752067,0.3264463,0.33471075,0.3181818,0.3140496,0.30165288,0.2644628,0.24793388,0.22727273,0.25619835,0.338843,0.37603307,0.338843,0.29752067,0.29338843,0.24793388,0.23966943,0.29752067,0.3140496,0.30991736,0.3181818,0.36363637,0.41735536,0.5,0.59090906,0.6487603,0.6859504,0.6694215,0.6404959,0.61157024,0.54545456,0.38842976,0.28512397,0.2603306,0.2231405,0.23140496,0.21900827,0.18181819,0.19008264,0.19008264,0.15289256,0.1694215,0.29752067,0.36363637,0.2768595,0.22727273,0.19421488,0.22727273,0.20247933,0.2603306,0.3305785,0.3677686,0.34710744,0.35950413,0.25619835,0.5371901,0.5123967,0.5082645,0.4752066,0.42561984,0.3966942,0.4090909,0.41322315,0.40082645,0.4214876,0.45454547,0.46280992,0.446281,0.4338843,0.43801653,0.40495867,0.37603307,0.34710744,0.36363637,0.35123968,0.3553719,0.35123968,0.3429752,0.33471075,0.3429752,0.338843,0.3305785,0.35950413,0.35950413,0.3429752,0.40495867,0.4876033,0.5495868,0.5785124,0.62396693,0.6735537,0.677686,0.6404959,0.61570245,0.5661157,0.4214876,0.3264463,0.3181818,0.30578512,0.26859504,0.24793388,0.23140496,0.27272728,0.27272728,0.24793388,0.2520661,0.30991736,0.3264463,0.3140496,0.29338843,0.29752067,0.32231405,0.30991736,0.2603306,0.29338843,0.3181818,0.3677686,0.36363637,0.2231405,0.5785124,0.57438016,0.5785124,0.57438016,0.5495868,0.5289256,0.54545456,0.5206612,0.5,0.5165289,0.5041322,0.49173555,0.48347107,0.4876033,0.5041322,0.47933885,0.45041323,0.4214876,0.41735536,0.40082645,0.38016528,0.3677686,0.35123968,0.34710744,0.35123968,0.35950413,0.37603307,0.40082645,0.39256197,0.38842976,0.46694216,0.5413223,0.5785124,0.58264464,0.59090906,0.6322314,0.6859504,0.6446281,0.61570245,0.58264464,0.46280992,0.34710744,0.35123968,0.36363637,0.30578512,0.2603306,0.2603306,0.2892562,0.30991736,0.30578512,0.3140496,0.3305785,0.3553719,0.38016528,0.39256197,0.39256197,0.39256197,0.40495867,0.33471075,0.30165288,0.3553719,0.38429752,0.35950413,0.17768595,0.56198347,0.5661157,0.58264464,0.59504133,0.61570245,0.6198347,0.5661157,0.5371901,0.55785125,0.57024795,0.5413223,0.49173555,0.46694216,0.45454547,0.46280992,0.45867768,0.43801653,0.42975205,0.4214876,0.3966942,0.38842976,0.37190083,0.3553719,0.36363637,0.38429752,0.38429752,0.40082645,0.42561984,0.45041323,0.4752066,0.5413223,0.5785124,0.5785124,0.56198347,0.55785125,0.60330576,0.6735537,0.6363636,0.61570245,0.58677685,0.49586776,0.35950413,0.3553719,0.36363637,0.3264463,0.29338843,0.28099173,0.28512397,0.32231405,0.33471075,0.36363637,0.40495867,0.40495867,0.4090909,0.39256197,0.3966942,0.40082645,0.39256197,0.35950413,0.3553719,0.36363637,0.38842976,0.35123968,0.1446281,0.553719,0.59917355,0.58677685,0.58677685,0.59917355,0.59917355,0.5661157,0.5661157,0.58264464,0.61157024,0.61157024,0.56198347,0.5289256,0.48347107,0.45454547,0.44214877,0.4338843,0.4214876,0.4090909,0.40082645,0.40082645,0.40082645,0.40495867,0.4090909,0.41322315,0.4338843,0.45867768,0.49173555,0.5371901,0.5661157,0.59090906,0.59917355,0.5661157,0.54545456,0.5206612,0.5785124,0.6570248,0.6363636,0.607438,0.58264464,0.5165289,0.37603307,0.35950413,0.37190083,0.36363637,0.3429752,0.3181818,0.3181818,0.338843,0.338843,0.338843,0.36363637,0.38016528,0.37603307,0.37603307,0.40082645,0.41735536,0.40082645,0.34710744,0.38842976,0.37603307,0.3677686,0.33471075,0.12809917,0.58264464,0.5785124,0.55785125,0.553719,0.55785125,0.59917355,0.6363636,0.6404959,0.61157024,0.61570245,0.6198347,0.61570245,0.59917355,0.57438016,0.55785125,0.5413223,0.5247934,0.5123967,0.49173555,0.46694216,0.45867768,0.45041323,0.43801653,0.446281,0.46280992,0.5123967,0.5413223,0.553719,0.59504133,0.58677685,0.59090906,0.58264464,0.553719,0.54545456,0.5123967,0.5413223,0.6404959,0.6694215,0.59917355,0.57024795,0.5413223,0.41322315,0.35123968,0.39256197,0.40082645,0.38429752,0.38429752,0.40495867,0.38842976,0.39256197,0.38429752,0.39256197,0.41735536,0.4090909,0.42975205,0.44214877,0.4338843,0.41735536,0.4090909,0.4090909,0.40082645,0.37190083,0.35950413,0.12396694,0.5413223,0.54545456,0.53305787,0.5661157,0.607438,0.6322314,0.6570248,0.6694215,0.6363636,0.59917355,0.59504133,0.61570245,0.61570245,0.607438,0.60330576,0.59090906,0.56198347,0.55785125,0.5289256,0.49586776,0.48347107,0.47933885,0.4876033,0.5247934,0.56198347,0.59504133,0.59917355,0.58677685,0.59917355,0.5785124,0.57438016,0.55785125,0.5413223,0.5371901,0.5082645,0.5247934,0.61157024,0.6859504,0.6198347,0.5785124,0.553719,0.45454547,0.3181818,0.40495867,0.44214877,0.44214877,0.4214876,0.42561984,0.41322315,0.4214876,0.43801653,0.45454547,0.46280992,0.4752066,0.46280992,0.45454547,0.45454547,0.43801653,0.44214877,0.40495867,0.39256197,0.38016528,0.3553719,0.1694215,0.5041322,0.5206612,0.5495868,0.58264464,0.62396693,0.6363636,0.6404959,0.6487603,0.6487603,0.6363636,0.61570245,0.6198347,0.6280992,0.62396693,0.607438,0.59090906,0.57024795,0.55785125,0.5371901,0.5289256,0.53305787,0.5413223,0.56198347,0.59917355,0.61570245,0.6198347,0.59917355,0.59090906,0.5785124,0.57024795,0.5495868,0.5495868,0.5206612,0.5206612,0.4876033,0.49586776,0.58264464,0.69008267,0.6363636,0.60330576,0.5661157,0.47107437,0.29338843,0.39256197,0.446281,0.46694216,0.46694216,0.45867768,0.43801653,0.44214877,0.45041323,0.45041323,0.46694216,0.46280992,0.45454547,0.46280992,0.46280992,0.44214877,0.446281,0.4338843,0.4090909,0.37603307,0.34710744,0.16528925,0.5247934,0.553719,0.57438016,0.59917355,0.61570245,0.61570245,0.62396693,0.6528926,0.6652893,0.6652893,0.6363636,0.61157024,0.61157024,0.61157024,0.59090906,0.5785124,0.57438016,0.55785125,0.553719,0.56198347,0.5785124,0.607438,0.61157024,0.6198347,0.61570245,0.61570245,0.58264464,0.57438016,0.5785124,0.5413223,0.53305787,0.5289256,0.5247934,0.5082645,0.5041322,0.5,0.553719,0.6942149,0.6487603,0.61570245,0.58264464,0.45867768,0.29752067,0.35950413,0.4338843,0.46280992,0.5,0.5041322,0.4876033,0.48347107,0.46694216,0.45867768,0.46694216,0.45041323,0.46694216,0.4876033,0.45454547,0.4338843,0.44214877,0.43801653,0.40495867,0.38842976,0.338843,0.16528925,0.5495868,0.56198347,0.5785124,0.58677685,0.57438016,0.57438016,0.60330576,0.6363636,0.6528926,0.6487603,0.6446281,0.6404959,0.6322314,0.6280992,0.60330576,0.59504133,0.607438,0.60330576,0.607438,0.61570245,0.62396693,0.6322314,0.6280992,0.62396693,0.6322314,0.6198347,0.57438016,0.553719,0.553719,0.5289256,0.5123967,0.5371901,0.5082645,0.5165289,0.5247934,0.5165289,0.553719,0.6942149,0.6735537,0.607438,0.60330576,0.46280992,0.3140496,0.3305785,0.40495867,0.46280992,0.5082645,0.5289256,0.5371901,0.5247934,0.48347107,0.47933885,0.49173555,0.48347107,0.5,0.5,0.45867768,0.446281,0.45041323,0.4338843,0.4090909,0.37603307,0.33471075,0.1570248,0.56198347,0.56198347,0.54545456,0.5247934,0.53305787,0.553719,0.58677685,0.61570245,0.6487603,0.661157,0.6818182,0.6859504,0.677686,0.6735537,0.6652893,0.6570248,0.6694215,0.661157,0.6570248,0.6487603,0.6404959,0.61570245,0.6198347,0.61157024,0.607438,0.60330576,0.57438016,0.54545456,0.5247934,0.5123967,0.5247934,0.5289256,0.5289256,0.53305787,0.5206612,0.5289256,0.56198347,0.677686,0.7066116,0.59917355,0.607438,0.48347107,0.338843,0.3305785,0.3677686,0.45041323,0.5,0.5289256,0.5495868,0.5413223,0.5165289,0.5123967,0.5165289,0.5289256,0.5165289,0.5123967,0.49586776,0.4752066,0.45867768,0.42975205,0.3966942,0.38016528,0.32231405,0.1570248,0.5247934,0.5082645,0.47933885,0.4876033,0.53305787,0.5661157,0.59090906,0.61570245,0.6487603,0.6694215,0.6859504,0.69008267,0.6818182,0.6859504,0.6818182,0.677686,0.677686,0.6694215,0.6528926,0.6446281,0.6280992,0.60330576,0.5785124,0.5785124,0.57024795,0.5661157,0.57024795,0.5289256,0.5123967,0.5082645,0.5206612,0.5371901,0.5289256,0.54545456,0.5371901,0.5413223,0.57438016,0.6652893,0.71900827,0.62396693,0.59090906,0.5206612,0.38842976,0.35123968,0.3305785,0.42561984,0.47933885,0.5206612,0.5371901,0.54545456,0.5371901,0.54545456,0.5413223,0.553719,0.54545456,0.5289256,0.5206612,0.47933885,0.45454547,0.41735536,0.37603307,0.3677686,0.30165288,0.14049587,0.49586776,0.46694216,0.4752066,0.5289256,0.58677685,0.60330576,0.607438,0.61570245,0.6322314,0.6446281,0.6528926,0.6652893,0.661157,0.6694215,0.6694215,0.661157,0.6528926,0.6487603,0.6322314,0.6198347,0.6198347,0.58264464,0.5371901,0.5371901,0.54545456,0.54545456,0.5371901,0.5206612,0.5082645,0.5206612,0.5289256,0.5165289,0.5247934,0.5413223,0.5413223,0.56198347,0.5661157,0.661157,0.70247936,0.6446281,0.59090906,0.53305787,0.43801653,0.37190083,0.3181818,0.3966942,0.45867768,0.49586776,0.5247934,0.55785125,0.553719,0.553719,0.56198347,0.55785125,0.54545456,0.5413223,0.5206612,0.49586776,0.45867768,0.41735536,0.3677686,0.3553719,0.29338843,0.16528925,0.48347107,0.4876033,0.5165289,0.5661157,0.60330576,0.60330576,0.607438,0.61157024,0.6198347,0.6280992,0.6404959,0.6446281,0.6487603,0.6487603,0.6446281,0.6363636,0.6198347,0.62396693,0.607438,0.59090906,0.5785124,0.5661157,0.5413223,0.5413223,0.5371901,0.553719,0.5165289,0.5082645,0.5041322,0.5165289,0.5123967,0.5206612,0.5247934,0.5123967,0.5413223,0.5413223,0.55785125,0.6446281,0.70247936,0.6322314,0.59504133,0.54545456,0.46694216,0.37603307,0.3181818,0.36363637,0.42975205,0.47933885,0.5165289,0.54545456,0.553719,0.553719,0.55785125,0.553719,0.54545456,0.5289256,0.5041322,0.48347107,0.46280992,0.41735536,0.36363637,0.34710744,0.30165288,0.23140496,0.46694216,0.5165289,0.5495868,0.56198347,0.5785124,0.58264464,0.58677685,0.60330576,0.60330576,0.607438,0.61570245,0.62396693,0.6198347,0.61570245,0.61157024,0.607438,0.59090906,0.59917355,0.58264464,0.57438016,0.5413223,0.5495868,0.54545456,0.5371901,0.5247934,0.5123967,0.5,0.5123967,0.5206612,0.5165289,0.5123967,0.5289256,0.5206612,0.49586776,0.5,0.53305787,0.5413223,0.6322314,0.6942149,0.6280992,0.59504133,0.5661157,0.48347107,0.3677686,0.3181818,0.3429752,0.3966942,0.45454547,0.49173555,0.5123967,0.5289256,0.5413223,0.5413223,0.5371901,0.53305787,0.5123967,0.48347107,0.45867768,0.45454547,0.41735536,0.36363637,0.338843,0.30165288,0.27272728,0.45867768,0.5247934,0.5371901,0.53305787,0.5661157,0.5785124,0.5661157,0.57438016,0.58677685,0.58264464,0.5785124,0.58677685,0.58264464,0.57438016,0.5785124,0.56198347,0.56198347,0.5661157,0.5661157,0.5495868,0.53305787,0.5247934,0.5123967,0.49586776,0.4876033,0.47107437,0.49173555,0.49586776,0.5371901,0.57438016,0.54545456,0.5495868,0.53305787,0.49586776,0.49586776,0.4876033,0.54545456,0.607438,0.6694215,0.6280992,0.60330576,0.58677685,0.48347107,0.36363637,0.3181818,0.34710744,0.3677686,0.41322315,0.46280992,0.48347107,0.5165289,0.5165289,0.5041322,0.5165289,0.5123967,0.49173555,0.47107437,0.45454547,0.43801653,0.40495867,0.3553719,0.33471075,0.29338843,0.27272728,0.45867768,0.5123967,0.5206612,0.5413223,0.553719,0.5413223,0.5371901,0.54545456,0.54545456,0.5413223,0.5371901,0.54545456,0.5413223,0.5413223,0.53305787,0.5247934,0.5371901,0.53305787,0.54545456,0.5247934,0.5165289,0.5,0.45867768,0.45041323,0.44214877,0.44214877,0.4338843,0.48347107,0.5371901,0.59090906,0.57024795,0.5785124,0.553719,0.5247934,0.5123967,0.49173555,0.5082645,0.61157024,0.6404959,0.61570245,0.59917355,0.5785124,0.48347107,0.35123968,0.32231405,0.35950413,0.35123968,0.37603307,0.41735536,0.45041323,0.4876033,0.48347107,0.47107437,0.4876033,0.4876033,0.46694216,0.45454547,0.44214877,0.41735536,0.38429752,0.34710744,0.3140496,0.29338843,0.30165288,0.46280992,0.5041322,0.5041322,0.5123967,0.5206612,0.5082645,0.5082645,0.5041322,0.4876033,0.5,0.49586776,0.5082645,0.5,0.5123967,0.5123967,0.5165289,0.5206612,0.5082645,0.5123967,0.5082645,0.49173555,0.45867768,0.4214876,0.41735536,0.44214877,0.47107437,0.40495867,0.48347107,0.54545456,0.55785125,0.57438016,0.57024795,0.553719,0.5123967,0.5165289,0.5082645,0.5165289,0.5785124,0.607438,0.58264464,0.58677685,0.57024795,0.48347107,0.35950413,0.3264463,0.3553719,0.35123968,0.35123968,0.37190083,0.41322315,0.45454547,0.45454547,0.446281,0.45867768,0.45454547,0.446281,0.43801653,0.4214876,0.3966942,0.37603307,0.338843,0.3140496,0.2892562,0.29752067,0.47933885,0.48347107,0.47107437,0.47933885,0.49173555,0.47107437,0.47107437,0.46280992,0.45454547,0.45041323,0.45454547,0.46694216,0.47933885,0.49173555,0.49586776,0.49586776,0.5041322,0.5,0.4876033,0.4876033,0.46694216,0.41322315,0.40495867,0.4338843,0.48347107,0.5041322,0.4338843,0.47933885,0.5082645,0.5206612,0.5206612,0.5289256,0.53305787,0.5206612,0.5082645,0.5206612,0.5247934,0.56198347,0.58264464,0.57024795,0.57024795,0.5413223,0.47107437,0.37190083,0.3305785,0.338843,0.34710744,0.33471075,0.3264463,0.37190083,0.4214876,0.43801653,0.4338843,0.43801653,0.42975205,0.42561984,0.41735536,0.40082645,0.38842976,0.36363637,0.338843,0.30578512,0.2892562,0.30165288,0.48347107,0.4752066,0.446281,0.45454547,0.446281,0.45041323,0.42975205,0.4090909,0.42561984,0.4090909,0.42561984,0.45041323,0.4752066,0.47933885,0.47107437,0.4752066,0.48347107,0.48347107,0.4752066,0.45454547,0.4214876,0.38842976,0.4338843,0.4876033,0.53305787,0.53305787,0.4876033,0.45454547,0.44214877,0.446281,0.4338843,0.45454547,0.46280992,0.47933885,0.4876033,0.4876033,0.5206612,0.5371901,0.56198347,0.5371901,0.5165289,0.49586776,0.446281,0.37190083,0.3264463,0.3264463,0.3429752,0.3305785,0.29752067,0.32231405,0.37190083,0.40082645,0.42561984,0.42975205,0.41322315,0.40495867,0.40495867,0.38842976,0.38016528,0.35123968,0.3305785,0.30578512,0.2892562,0.30165288,0.47107437,0.47107437,0.43801653,0.44214877,0.4214876,0.38842976,0.37603307,0.3677686,0.3966942,0.38429752,0.4090909,0.42561984,0.46280992,0.45867768,0.43801653,0.47107437,0.446281,0.4338843,0.42561984,0.38842976,0.38016528,0.42561984,0.4876033,0.5289256,0.57024795,0.57024795,0.55785125,0.5,0.38016528,0.3264463,0.3140496,0.2768595,0.29338843,0.36363637,0.45454547,0.45454547,0.47933885,0.49586776,0.5123967,0.4876033,0.45041323,0.43801653,0.4090909,0.35950413,0.3181818,0.3305785,0.3553719,0.3429752,0.30991736,0.29338843,0.3140496,0.34710744,0.39256197,0.4090909,0.40495867,0.39256197,0.39256197,0.3677686,0.35950413,0.338843,0.32231405,0.30991736,0.2892562,0.30578512,0.4752066,0.4752066,0.47107437,0.43801653,0.37190083,0.37190083,0.38016528,0.37603307,0.40495867,0.4090909,0.42561984,0.4214876,0.45041323,0.45041323,0.4090909,0.41322315,0.40082645,0.37603307,0.36363637,0.37190083,0.4338843,0.49173555,0.5371901,0.5661157,0.5785124,0.57438016,0.5495868,0.5661157,0.42975205,0.23966943,0.23140496,0.20247933,0.18595041,0.18595041,0.3429752,0.42975205,0.44214877,0.446281,0.43801653,0.41735536,0.40082645,0.3966942,0.37190083,0.338843,0.32231405,0.34710744,0.3677686,0.35950413,0.35123968,0.3264463,0.29752067,0.29752067,0.3429752,0.38016528,0.39256197,0.3966942,0.39256197,0.35950413,0.338843,0.3264463,0.3140496,0.29752067,0.2892562,0.30578512,0.5,0.49173555,0.49586776,0.4338843,0.34710744,0.41735536,0.446281,0.41735536,0.43801653,0.45041323,0.41735536,0.41322315,0.40495867,0.38842976,0.3677686,0.3553719,0.37190083,0.36363637,0.40495867,0.47107437,0.5082645,0.5371901,0.54545456,0.57438016,0.56198347,0.55785125,0.53305787,0.53305787,0.49173555,0.30991736,0.23140496,0.2231405,0.24380165,0.23553719,0.23966943,0.35123968,0.42561984,0.39256197,0.37190083,0.35950413,0.3553719,0.35950413,0.34710744,0.3264463,0.3181818,0.3429752,0.3553719,0.34710744,0.37603307,0.38016528,0.3429752,0.30991736,0.29752067,0.3305785,0.37603307,0.3966942,0.38429752,0.34710744,0.3305785,0.33471075,0.3305785,0.25619835,0.26859504,0.28512397,0.5123967,0.5082645,0.49586776,0.41322315,0.38429752,0.47107437,0.4876033,0.46280992,0.446281,0.42975205,0.40082645,0.3553719,0.38842976,0.37603307,0.40082645,0.39256197,0.4338843,0.4752066,0.5082645,0.5413223,0.5413223,0.54545456,0.5495868,0.5661157,0.55785125,0.5413223,0.5289256,0.5206612,0.48347107,0.3966942,0.29752067,0.24380165,0.24380165,0.24380165,0.2520661,0.27272728,0.37190083,0.38016528,0.35123968,0.34710744,0.34710744,0.35123968,0.33471075,0.32231405,0.32231405,0.3429752,0.34710744,0.338843,0.3677686,0.39256197,0.38429752,0.36363637,0.32231405,0.2892562,0.34710744,0.39256197,0.38429752,0.34710744,0.338843,0.35950413,0.3305785,0.20661157,0.21900827,0.2644628,0.49173555,0.4876033,0.49173555,0.4214876,0.4214876,0.49586776,0.45454547,0.44214877,0.43801653,0.42975205,0.35950413,0.42561984,0.46280992,0.446281,0.44214877,0.48347107,0.53305787,0.5661157,0.53305787,0.5289256,0.5289256,0.5247934,0.5289256,0.54545456,0.5371901,0.5206612,0.5206612,0.5206612,0.4876033,0.45867768,0.39256197,0.30165288,0.2644628,0.24793388,0.24380165,0.23966943,0.28512397,0.3553719,0.35950413,0.35123968,0.34710744,0.32231405,0.29752067,0.30578512,0.3140496,0.33471075,0.338843,0.3429752,0.35123968,0.38429752,0.39256197,0.37603307,0.35950413,0.30991736,0.3140496,0.38016528,0.39256197,0.35123968,0.35123968,0.37190083,0.3181818,0.2107438,0.24380165,0.28512397,0.47933885,0.46694216,0.46280992,0.38842976,0.44214877,0.5206612,0.46280992,0.48347107,0.4214876,0.40495867,0.4752066,0.5123967,0.46280992,0.45041323,0.5082645,0.5495868,0.553719,0.553719,0.5206612,0.5165289,0.5165289,0.5082645,0.5082645,0.5165289,0.5247934,0.5082645,0.5,0.5082645,0.48347107,0.4752066,0.446281,0.3677686,0.3305785,0.28512397,0.23966943,0.2231405,0.22727273,0.21900827,0.23553719,0.27272728,0.28512397,0.28099173,0.26859504,0.28099173,0.30165288,0.3181818,0.32231405,0.338843,0.3429752,0.36363637,0.38429752,0.37190083,0.35950413,0.3553719,0.30991736,0.35950413,0.38429752,0.34710744,0.35950413,0.36363637,0.29338843,0.2768595,0.3140496,0.29338843,0.45454547,0.46694216,0.4338843,0.3677686,0.41322315,0.48347107,0.4752066,0.44214877,0.4338843,0.4876033,0.5206612,0.4876033,0.4338843,0.47107437,0.5413223,0.53305787,0.5206612,0.5041322,0.48347107,0.4876033,0.49173555,0.5041322,0.5082645,0.5082645,0.5082645,0.49586776,0.49586776,0.48347107,0.4752066,0.47107437,0.45867768,0.42975205,0.38842976,0.33471075,0.2892562,0.24380165,0.23140496,0.2520661,0.23553719,0.25619835,0.29338843,0.2892562,0.29338843,0.30165288,0.29752067,0.3140496,0.32231405,0.3429752,0.34710744,0.35123968,0.37190083,0.37190083,0.35123968,0.35123968,0.3264463,0.35123968,0.37190083,0.33471075,0.35950413,0.36363637,0.26859504,0.28099173,0.30578512,0.30578512,0.4338843,0.45867768,0.45454547,0.38842976,0.40495867,0.46694216,0.4876033,0.43801653,0.5,0.5289256,0.47933885,0.4338843,0.46280992,0.49586776,0.49586776,0.4876033,0.45867768,0.446281,0.43801653,0.45867768,0.45867768,0.49173555,0.49586776,0.49586776,0.5041322,0.48347107,0.47933885,0.45041323,0.46280992,0.49586776,0.46694216,0.45454547,0.4338843,0.39256197,0.35950413,0.29752067,0.2892562,0.30991736,0.28512397,0.28099173,0.30578512,0.30165288,0.3140496,0.30578512,0.29752067,0.30578512,0.3305785,0.3553719,0.36363637,0.35123968,0.3677686,0.37190083,0.34710744,0.3429752,0.33471075,0.35123968,0.37190083,0.3181818,0.3677686,0.33471075,0.20247933,0.2107438,0.30165288,0.30991736,0.4214876,0.45041323,0.446281,0.4214876,0.41735536,0.4876033,0.5041322,0.4752066,0.5165289,0.48347107,0.446281,0.4214876,0.446281,0.45867768,0.42975205,0.42561984,0.41322315,0.40495867,0.38429752,0.41322315,0.41322315,0.45041323,0.46280992,0.4752066,0.48347107,0.46280992,0.45041323,0.44214877,0.43801653,0.48347107,0.47107437,0.45867768,0.45041323,0.4338843,0.41735536,0.38842976,0.37190083,0.35123968,0.3264463,0.32231405,0.338843,0.338843,0.3264463,0.3181818,0.3181818,0.30991736,0.3429752,0.37190083,0.38429752,0.34710744,0.33471075,0.35950413,0.3553719,0.35950413,0.3429752,0.35950413,0.36363637,0.3305785,0.35123968,0.3140496,0.1570248,0.16528925,0.28099173,0.2892562,0.41322315,0.4338843,0.4338843,0.44214877,0.41735536,0.47107437,0.5123967,0.47933885,0.47933885,0.46280992,0.45041323,0.4214876,0.4338843,0.38842976,0.3677686,0.338843,0.30991736,0.30578512,0.2768595,0.26859504,0.29752067,0.37190083,0.40082645,0.41735536,0.42561984,0.42975205,0.41735536,0.4214876,0.42975205,0.42975205,0.42975205,0.4338843,0.43801653,0.45454547,0.446281,0.42975205,0.4214876,0.38429752,0.36363637,0.35950413,0.35950413,0.35123968,0.3305785,0.30991736,0.32231405,0.32231405,0.32231405,0.32231405,0.35123968,0.33471075,0.3264463,0.35123968,0.35950413,0.37190083,0.35123968,0.3677686,0.3553719,0.33471075,0.34710744,0.2892562,0.19008264,0.1983471,0.28512397,0.29752067,0.41322315,0.43801653,0.4338843,0.41322315,0.38016528,0.46694216,0.5247934,0.47933885,0.4752066,0.46280992,0.45454547,0.4338843,0.4338843,0.3677686,0.30991736,0.29338843,0.2644628,0.2520661,0.21487603,0.18181819,0.15289256,0.2231405,0.29338843,0.30578512,0.3429752,0.37190083,0.36363637,0.338843,0.3553719,0.3429752,0.3305785,0.35123968,0.36363637,0.3553719,0.37190083,0.38016528,0.39256197,0.36363637,0.3429752,0.3429752,0.32231405,0.3140496,0.30578512,0.2520661,0.21487603,0.19421488,0.20247933,0.22727273,0.28512397,0.3181818,0.3429752,0.3553719,0.3553719,0.36363637,0.3429752,0.37190083,0.3181818,0.3429752,0.33471075,0.2603306,0.21900827,0.2603306,0.29338843,0.29338843,0.41735536,0.4214876,0.41322315,0.4214876,0.38842976,0.446281,0.47107437,0.44214877,0.46280992,0.446281,0.45454547,0.45454547,0.42561984,0.3677686,0.3140496,0.28099173,0.28512397,0.28512397,0.2768595,0.2520661,0.18181819,0.16528925,0.19421488,0.21487603,0.28512397,0.3553719,0.3305785,0.26859504,0.2892562,0.30578512,0.2892562,0.3140496,0.34710744,0.3264463,0.30578512,0.28512397,0.29338843,0.29338843,0.29752067,0.30578512,0.2603306,0.29752067,0.30165288,0.17355372,0.14876033,0.21487603,0.2644628,0.2768595,0.28099173,0.30578512,0.34710744,0.36363637,0.37190083,0.35123968,0.34710744,0.338843,0.30165288,0.33471075,0.29752067,0.24380165,0.26859504,0.28512397,0.28512397,0.29338843,0.42561984,0.42561984,0.4338843,0.41735536,0.4090909,0.45867768,0.46280992,0.44214877,0.446281,0.43801653,0.45041323,0.446281,0.41322315,0.3553719,0.3181818,0.32231405,0.3305785,0.3429752,0.3677686,0.38842976,0.3553719,0.28099173,0.21900827,0.1694215,0.2603306,0.37190083,0.28512397,0.21900827,0.3181818,0.34710744,0.3305785,0.38016528,0.40495867,0.3966942,0.35123968,0.30578512,0.3305785,0.35950413,0.38842976,0.41322315,0.2603306,0.29338843,0.28099173,0.17768595,0.24380165,0.30578512,0.33471075,0.3140496,0.30991736,0.29752067,0.33471075,0.3677686,0.35950413,0.34710744,0.35123968,0.29752067,0.32231405,0.30991736,0.26859504,0.2603306,0.28099173,0.2892562,0.2768595,0.28512397,0.4338843,0.40495867,0.43801653,0.41322315,0.41322315,0.46694216,0.41735536,0.3966942,0.446281,0.42975205,0.4214876,0.45867768,0.4090909,0.34710744,0.3429752,0.38016528,0.38842976,0.37603307,0.4090909,0.46280992,0.48347107,0.45867768,0.38016528,0.26859504,0.2603306,0.29752067,0.18595041,0.1322314,0.28512397,0.33471075,0.3429752,0.40082645,0.42975205,0.42975205,0.3966942,0.30991736,0.40082645,0.44214877,0.45041323,0.47107437,0.2603306,0.17768595,0.24793388,0.25619835,0.30991736,0.34710744,0.3553719,0.3305785,0.3264463,0.2892562,0.34710744,0.36363637,0.3429752,0.34710744,0.33471075,0.30578512,0.35123968,0.27272728,0.23966943,0.28099173,0.27272728,0.2892562,0.27272728,0.28512397,0.446281,0.42561984,0.43801653,0.3966942,0.38842976,0.4338843,0.40082645,0.3966942,0.44214877,0.42561984,0.38842976,0.38016528,0.3677686,0.36363637,0.38429752,0.4090909,0.4338843,0.4214876,0.446281,0.47933885,0.5041322,0.5165289,0.49586776,0.45867768,0.40495867,0.3429752,0.23966943,0.1570248,0.20661157,0.24380165,0.23966943,0.3181818,0.36363637,0.38429752,0.3677686,0.20247933,0.35950413,0.42561984,0.41322315,0.35950413,0.18595041,0.20247933,0.30165288,0.338843,0.3181818,0.34710744,0.3677686,0.3264463,0.338843,0.30578512,0.37603307,0.35950413,0.338843,0.35123968,0.30578512,0.30991736,0.338843,0.2520661,0.2603306,0.28099173,0.26859504,0.2768595,0.27272728,0.28099173,0.4338843,0.45454547,0.4214876,0.38842976,0.40082645,0.37603307,0.38429752,0.40495867,0.4090909,0.42975205,0.35950413,0.33471075,0.35123968,0.39256197,0.38429752,0.41735536,0.446281,0.44214877,0.45867768,0.47107437,0.4752066,0.49173555,0.49173555,0.5289256,0.54545456,0.5123967,0.45041323,0.3429752,0.26859504,0.23966943,0.19421488,0.19421488,0.2107438,0.21487603,0.21487603,0.11983471,0.21487603,0.2644628,0.24380165,0.24793388,0.2768595,0.35950413,0.338843,0.3140496,0.32231405,0.35123968,0.3677686,0.3553719,0.33471075,0.35950413,0.34710744,0.3553719,0.30578512,0.3553719,0.3140496,0.27272728,0.28512397,0.2520661,0.26859504,0.2768595,0.27272728,0.2644628,0.2768595,0.27272728,0.41322315,0.4214876,0.40082645,0.38842976,0.4090909,0.40082645,0.38842976,0.3966942,0.37190083,0.38016528,0.37603307,0.3966942,0.37603307,0.39256197,0.39256197,0.41322315,0.4338843,0.446281,0.45867768,0.45867768,0.45454547,0.46280992,0.46694216,0.5082645,0.553719,0.5785124,0.57438016,0.5041322,0.42975205,0.39256197,0.34710744,0.28512397,0.2644628,0.23553719,0.23553719,0.24380165,0.2768595,0.3181818,0.34710744,0.38016528,0.38842976,0.35123968,0.2892562,0.30165288,0.3264463,0.34710744,0.3677686,0.35123968,0.33471075,0.3553719,0.3264463,0.33471075,0.28099173,0.35950413,0.29752067,0.21900827,0.24380165,0.2644628,0.2644628,0.27272728,0.26859504,0.25619835,0.26859504,0.2644628,0.41735536,0.41735536,0.40495867,0.3966942,0.40082645,0.45454547,0.40495867,0.41322315,0.37603307,0.36363637,0.39256197,0.3966942,0.37603307,0.37190083,0.38842976,0.3966942,0.41322315,0.43801653,0.46280992,0.45867768,0.43801653,0.43801653,0.45041323,0.47107437,0.5,0.5289256,0.5413223,0.5289256,0.49586776,0.4752066,0.42975205,0.40082645,0.4090909,0.3966942,0.41735536,0.40082645,0.43801653,0.40495867,0.39256197,0.40495867,0.35950413,0.30991736,0.2768595,0.3264463,0.34710744,0.3677686,0.36363637,0.3677686,0.3264463,0.338843,0.3305785,0.30165288,0.28512397,0.3264463,0.21900827,0.22727273,0.24793388,0.2644628,0.2644628,0.2644628,0.2603306,0.25619835,0.2603306,0.2603306,0.39256197,0.41322315,0.42975205,0.41735536,0.38842976,0.42561984,0.4214876,0.3966942,0.38429752,0.3553719,0.3553719,0.38429752,0.37603307,0.37603307,0.42561984,0.4338843,0.4214876,0.42561984,0.45454547,0.446281,0.42975205,0.42975205,0.42975205,0.4338843,0.446281,0.46280992,0.46694216,0.48347107,0.49586776,0.5041322,0.4338843,0.40495867,0.45454547,0.4752066,0.5041322,0.46280992,0.42975205,0.40082645,0.38429752,0.35950413,0.3181818,0.28099173,0.32231405,0.34710744,0.35950413,0.35950413,0.35123968,0.3966942,0.3429752,0.34710744,0.338843,0.28099173,0.29752067,0.2520661,0.2231405,0.25619835,0.25619835,0.2644628,0.25619835,0.2603306,0.25619835,0.24793388,0.2603306,0.25619835,0.36363637,0.38429752,0.42561984,0.4214876,0.40495867,0.38016528,0.38016528,0.3966942,0.3966942,0.38016528,0.37603307,0.37190083,0.37603307,0.38016528,0.40495867,0.42975205,0.40495867,0.40082645,0.42561984,0.42561984,0.4090909,0.41735536,0.42561984,0.4214876,0.41322315,0.4090909,0.40495867,0.4338843,0.45867768,0.48347107,0.42561984,0.38842976,0.45454547,0.4752066,0.47933885,0.46694216,0.3966942,0.3677686,0.34710744,0.32231405,0.29338843,0.3181818,0.35950413,0.37603307,0.33471075,0.35950413,0.36363637,0.38842976,0.3677686,0.30991736,0.3305785,0.28512397,0.2644628,0.23553719,0.24380165,0.25619835,0.2520661,0.2603306,0.24380165,0.2603306,0.24793388,0.2520661,0.2520661,0.2520661,0.38016528,0.35950413,0.38842976,0.3966942,0.39256197,0.38429752,0.39256197,0.42561984,0.4214876,0.4214876,0.3966942,0.38429752,0.3966942,0.36363637,0.37603307,0.42561984,0.41322315,0.38429752,0.3966942,0.41322315,0.39256197,0.38842976,0.38842976,0.40082645,0.3966942,0.39256197,0.38429752,0.3966942,0.40495867,0.40495867,0.3966942,0.37603307,0.41322315,0.3966942,0.39256197,0.39256197,0.32231405,0.3140496,0.32231405,0.30991736,0.32231405,0.37190083,0.35950413,0.32231405,0.3264463,0.3429752,0.38429752,0.35950413,0.3264463,0.30165288,0.3264463,0.2644628,0.23966943,0.24380165,0.24380165,0.24380165,0.24793388,0.24793388,0.23966943,0.24793388,0.24380165,0.24793388,0.24793388,0.24793388,0.40495867,0.3677686,0.36363637,0.35123968,0.37603307,0.41735536,0.3966942,0.3677686,0.39256197,0.41322315,0.3966942,0.37603307,0.38429752,0.37190083,0.38016528,0.3966942,0.39256197,0.3966942,0.41322315,0.40495867,0.37190083,0.3677686,0.36363637,0.35950413,0.37190083,0.38429752,0.41322315,0.40495867,0.37190083,0.35123968,0.35123968,0.35123968,0.36363637,0.34710744,0.3429752,0.33471075,0.30578512,0.28512397,0.29752067,0.35123968,0.34710744,0.3305785,0.3429752,0.30991736,0.36363637,0.3264463,0.37603307,0.38016528,0.2892562,0.27272728,0.37603307,0.3429752,0.23140496,0.23553719,0.23966943,0.24380165,0.24380165,0.23966943,0.23966943,0.23966943,0.23140496,0.24380165,0.24793388,0.24380165,0.42561984,0.3966942,0.37190083,0.36363637,0.35123968,0.38016528,0.41322315,0.37603307,0.37190083,0.41322315,0.38016528,0.4090909,0.446281,0.3966942,0.3966942,0.38016528,0.37190083,0.39256197,0.41322315,0.40082645,0.37190083,0.3553719,0.34710744,0.35123968,0.34710744,0.35123968,0.36363637,0.3677686,0.34710744,0.338843,0.3264463,0.338843,0.3553719,0.33471075,0.3305785,0.3140496,0.3264463,0.30578512,0.3305785,0.3264463,0.3181818,0.3140496,0.3429752,0.3305785,0.35950413,0.3677686,0.37190083,0.38429752,0.30578512,0.22727273,0.33471075,0.40082645,0.30991736,0.2231405,0.23966943,0.24380165,0.23553719,0.23553719,0.23966943,0.23553719,0.22727273,0.23966943,0.23966943,0.23966943,0.41322315,0.4090909,0.38429752,0.36363637,0.338843,0.33471075,0.38429752,0.3966942,0.37190083,0.4214876,0.4090909,0.41735536,0.42561984,0.4090909,0.41322315,0.40495867,0.38429752,0.39256197,0.43801653,0.41735536,0.37603307,0.3305785,0.3264463,0.3264463,0.3181818,0.3181818,0.29752067,0.30578512,0.29752067,0.30165288,0.2768595,0.26859504,0.32231405,0.27272728,0.29338843,0.29338843,0.29338843,0.28512397,0.29338843,0.30578512,0.338843,0.3181818,0.3553719,0.3264463,0.38016528,0.41322315,0.39256197,0.2768595,0.23140496,0.2644628,0.28512397,0.38016528,0.4090909,0.2892562,0.2231405,0.23553719,0.22727273,0.23140496,0.23553719,0.23140496,0.2231405,0.23140496,0.23140496,0.22727273,0.40082645,0.40495867,0.38842976,0.37190083,0.34710744,0.32231405,0.3553719,0.38842976,0.38842976,0.38842976,0.40495867,0.446281,0.43801653,0.40082645,0.41322315,0.38842976,0.4214876,0.42975205,0.41735536,0.38016528,0.37603307,0.33471075,0.30165288,0.30578512,0.29752067,0.30165288,0.26859504,0.26859504,0.25619835,0.2520661,0.23553719,0.2107438,0.24793388,0.22727273,0.23966943,0.26859504,0.28512397,0.29338843,0.29752067,0.3181818,0.32231405,0.3429752,0.36363637,0.37603307,0.3553719,0.41322315,0.36363637,0.19421488,0.17768595,0.29338843,0.29338843,0.3429752,0.4214876,0.39256197,0.23966943,0.2107438,0.2231405,0.22727273,0.22727273,0.22727273,0.2231405,0.2231405,0.22727273,0.22727273,0.4090909,0.41322315,0.3966942,0.38842976,0.3677686,0.3429752,0.35123968,0.3429752,0.3553719,0.37603307,0.3966942,0.4214876,0.45867768,0.446281,0.4090909,0.40495867,0.44214877,0.45041323,0.41322315,0.40082645,0.3966942,0.3429752,0.35950413,0.3553719,0.3429752,0.33471075,0.29752067,0.2768595,0.28512397,0.26859504,0.25619835,0.23966943,0.2603306,0.28099173,0.29338843,0.3140496,0.33471075,0.35123968,0.32231405,0.35123968,0.32231405,0.37603307,0.38842976,0.38842976,0.38429752,0.38429752,0.29338843,0.14049587,0.1983471,0.26859504,0.3140496,0.3181818,0.40082645,0.43801653,0.3140496,0.2107438,0.21900827,0.21900827,0.21900827,0.22727273,0.22727273,0.2231405,0.2231405,0.2231405,38 +0.3677686,0.35950413,0.38016528,0.4214876,0.44214877,0.446281,0.47107437,0.5206612,0.5371901,0.553719,0.54545456,0.57024795,0.55785125,0.56198347,0.59504133,0.6280992,0.6404959,0.677686,0.69008267,0.677686,0.70247936,0.7231405,0.7066116,0.69008267,0.69008267,0.69008267,0.6818182,0.6818182,0.6818182,0.6735537,0.661157,0.6694215,0.6652893,0.6363636,0.61157024,0.59504133,0.57438016,0.553719,0.54545456,0.5413223,0.5206612,0.49173555,0.46280992,0.42975205,0.38842976,0.3429752,0.2768595,0.23140496,0.2107438,0.17355372,0.17355372,0.16528925,0.16528925,0.12809917,0.14049587,0.11983471,0.11157025,0.11570248,0.09090909,0.09504132,0.11157025,0.11570248,0.11983471,0.20661157,0.38016528,0.3677686,0.3966942,0.44214877,0.46694216,0.47933885,0.49586776,0.5206612,0.5247934,0.5413223,0.5495868,0.57438016,0.58677685,0.607438,0.6322314,0.6570248,0.6652893,0.6859504,0.6942149,0.6818182,0.69008267,0.70247936,0.6942149,0.69008267,0.69008267,0.6818182,0.677686,0.6652893,0.6694215,0.6735537,0.6694215,0.6694215,0.6528926,0.6363636,0.61570245,0.607438,0.58677685,0.55785125,0.56198347,0.56198347,0.5371901,0.53305787,0.5247934,0.47107437,0.4338843,0.3966942,0.34710744,0.2892562,0.24380165,0.19008264,0.18595041,0.1570248,0.17768595,0.17768595,0.12809917,0.11983471,0.11157025,0.11570248,0.09504132,0.10743801,0.09090909,0.10743801,0.09090909,0.10330579,0.37603307,0.37603307,0.41322315,0.45454547,0.46694216,0.5,0.5041322,0.5206612,0.5123967,0.54545456,0.5661157,0.61157024,0.6322314,0.661157,0.6570248,0.6652893,0.6694215,0.6735537,0.6818182,0.69008267,0.6818182,0.6859504,0.69008267,0.70247936,0.6983471,0.677686,0.6735537,0.6735537,0.6735537,0.677686,0.6652893,0.661157,0.6363636,0.6363636,0.62396693,0.61570245,0.59504133,0.56198347,0.55785125,0.5661157,0.56198347,0.54545456,0.54545456,0.5247934,0.47933885,0.4338843,0.3966942,0.35123968,0.29752067,0.24380165,0.2231405,0.18595041,0.1570248,0.16528925,0.14876033,0.1322314,0.11570248,0.11983471,0.09504132,0.10330579,0.09504132,0.10743801,0.10330579,0.11570248,0.40082645,0.42975205,0.45454547,0.47107437,0.48347107,0.5123967,0.5289256,0.5289256,0.5371901,0.57438016,0.61570245,0.6446281,0.6528926,0.661157,0.6735537,0.69008267,0.6859504,0.677686,0.6818182,0.6983471,0.6652893,0.6735537,0.677686,0.69008267,0.677686,0.661157,0.6528926,0.6694215,0.6652893,0.6818182,0.6652893,0.6528926,0.6363636,0.6446281,0.6363636,0.607438,0.59917355,0.5661157,0.5413223,0.56198347,0.5785124,0.57438016,0.56198347,0.5371901,0.5206612,0.49586776,0.45454547,0.40495867,0.35950413,0.30991736,0.26859504,0.21900827,0.16528925,0.16115703,0.1570248,0.14049587,0.13636364,0.1322314,0.11570248,0.10743801,0.10743801,0.10330579,0.10743801,0.12396694,0.49173555,0.5,0.5082645,0.5206612,0.53305787,0.5495868,0.57024795,0.56198347,0.58677685,0.6198347,0.6198347,0.6404959,0.6446281,0.6652893,0.6942149,0.7107438,0.6942149,0.6818182,0.6735537,0.6652893,0.6652893,0.6652893,0.661157,0.661157,0.6487603,0.6446281,0.6322314,0.6404959,0.6280992,0.6446281,0.6404959,0.6322314,0.62396693,0.6322314,0.62396693,0.59090906,0.58677685,0.56198347,0.54545456,0.53305787,0.57438016,0.61157024,0.5785124,0.55785125,0.5495868,0.5371901,0.5041322,0.46280992,0.41322315,0.37603307,0.33471075,0.30165288,0.24793388,0.20661157,0.19008264,0.1694215,0.14876033,0.13636364,0.12809917,0.11570248,0.09917355,0.09917355,0.11157025,0.11157025,0.5495868,0.5495868,0.54545456,0.553719,0.57024795,0.59090906,0.59917355,0.59504133,0.60330576,0.60330576,0.6198347,0.6487603,0.6404959,0.6322314,0.6735537,0.69008267,0.677686,0.6652893,0.62396693,0.61570245,0.6280992,0.62396693,0.607438,0.61570245,0.6198347,0.61157024,0.61570245,0.61157024,0.59917355,0.58677685,0.59917355,0.59917355,0.58264464,0.59090906,0.59504133,0.58264464,0.55785125,0.54545456,0.5495868,0.5165289,0.5413223,0.59917355,0.58264464,0.56198347,0.5495868,0.5413223,0.5289256,0.5,0.46280992,0.43801653,0.40495867,0.37190083,0.35123968,0.30165288,0.24793388,0.20661157,0.18595041,0.1570248,0.1446281,0.12396694,0.10330579,0.09504132,0.09504132,0.10330579,0.55785125,0.553719,0.5495868,0.5495868,0.57438016,0.60330576,0.61157024,0.607438,0.59504133,0.60330576,0.62396693,0.6404959,0.61570245,0.59504133,0.61157024,0.61157024,0.62396693,0.61157024,0.57024795,0.553719,0.57438016,0.5785124,0.56198347,0.5661157,0.5661157,0.56198347,0.57438016,0.58677685,0.5661157,0.553719,0.57438016,0.57024795,0.5495868,0.553719,0.5661157,0.56198347,0.53305787,0.5289256,0.53305787,0.5165289,0.5041322,0.54545456,0.56198347,0.553719,0.53305787,0.5247934,0.5206612,0.5041322,0.4752066,0.45041323,0.42561984,0.40082645,0.3966942,0.37603307,0.3305785,0.2768595,0.24380165,0.21900827,0.18181819,0.1446281,0.12809917,0.10743801,0.09504132,0.10330579,0.553719,0.54545456,0.5247934,0.5371901,0.553719,0.58677685,0.59917355,0.60330576,0.60330576,0.6198347,0.6363636,0.6198347,0.59504133,0.56198347,0.5371901,0.5289256,0.5413223,0.5165289,0.4876033,0.5041322,0.5041322,0.5123967,0.53305787,0.5165289,0.5165289,0.5123967,0.5165289,0.5371901,0.53305787,0.5247934,0.5289256,0.5206612,0.5082645,0.5247934,0.5371901,0.5289256,0.5041322,0.5082645,0.49173555,0.5,0.4876033,0.5082645,0.5123967,0.5165289,0.5082645,0.49173555,0.5,0.49586776,0.46694216,0.45041323,0.44214877,0.41322315,0.42975205,0.40495867,0.37190083,0.34710744,0.29752067,0.28099173,0.24793388,0.19421488,0.1694215,0.13636364,0.11157025,0.11157025,0.5289256,0.53305787,0.5247934,0.5371901,0.54545456,0.57024795,0.5661157,0.57024795,0.57024795,0.56198347,0.58677685,0.59090906,0.5661157,0.5082645,0.47107437,0.49173555,0.5,0.47107437,0.446281,0.4338843,0.42561984,0.41735536,0.43801653,0.45867768,0.45867768,0.45454547,0.46694216,0.48347107,0.4876033,0.49173555,0.4876033,0.48347107,0.49173555,0.49173555,0.5082645,0.5,0.45454547,0.47107437,0.44214877,0.46280992,0.45454547,0.47107437,0.46280992,0.46280992,0.45867768,0.46280992,0.47933885,0.46694216,0.45454547,0.45041323,0.44214877,0.42975205,0.4338843,0.4338843,0.41322315,0.38429752,0.34710744,0.3140496,0.30165288,0.28099173,0.22727273,0.17768595,0.15289256,0.11157025,0.5165289,0.5289256,0.5247934,0.5247934,0.5413223,0.56198347,0.5247934,0.5206612,0.5371901,0.53305787,0.53305787,0.5371901,0.5082645,0.45867768,0.44214877,0.46280992,0.46280992,0.42975205,0.38842976,0.36363637,0.3553719,0.33471075,0.34710744,0.37190083,0.36363637,0.3677686,0.40082645,0.41735536,0.4338843,0.44214877,0.43801653,0.45867768,0.47933885,0.4876033,0.49173555,0.47107437,0.42975205,0.43801653,0.41322315,0.41322315,0.4214876,0.43801653,0.42975205,0.4338843,0.41735536,0.4338843,0.45041323,0.4338843,0.44214877,0.44214877,0.44214877,0.45041323,0.44214877,0.4338843,0.42975205,0.40495867,0.37190083,0.338843,0.30165288,0.33471075,0.30991736,0.24380165,0.19421488,0.14049587,0.5289256,0.5041322,0.5206612,0.5123967,0.53305787,0.54545456,0.49173555,0.4876033,0.4752066,0.46694216,0.49173555,0.49586776,0.45454547,0.41322315,0.42561984,0.44214877,0.4090909,0.35950413,0.32231405,0.30165288,0.2768595,0.24793388,0.26859504,0.2892562,0.28099173,0.2892562,0.3181818,0.3305785,0.3553719,0.38016528,0.40082645,0.42561984,0.45867768,0.48347107,0.48347107,0.45454547,0.42561984,0.41322315,0.39256197,0.41322315,0.40495867,0.39256197,0.40495867,0.42975205,0.41735536,0.4214876,0.42561984,0.41735536,0.41322315,0.42561984,0.42561984,0.44214877,0.42975205,0.41322315,0.40495867,0.3966942,0.36363637,0.338843,0.30991736,0.30991736,0.3429752,0.30991736,0.23140496,0.16528925,0.5413223,0.5041322,0.5165289,0.5041322,0.5206612,0.5247934,0.46694216,0.4752066,0.46694216,0.46694216,0.45867768,0.446281,0.41322315,0.37190083,0.38842976,0.39256197,0.33471075,0.3140496,0.29338843,0.2768595,0.27272728,0.2520661,0.2520661,0.2603306,0.2603306,0.28099173,0.30165288,0.30991736,0.3264463,0.35123968,0.3553719,0.38429752,0.43801653,0.47107437,0.47107437,0.446281,0.41322315,0.39256197,0.39256197,0.40082645,0.38842976,0.38429752,0.40082645,0.40495867,0.40082645,0.4090909,0.39256197,0.39256197,0.38429752,0.38842976,0.37190083,0.40082645,0.40082645,0.38016528,0.38016528,0.39256197,0.3677686,0.3429752,0.34710744,0.3181818,0.30578512,0.33471075,0.30991736,0.2107438,0.5289256,0.5206612,0.5082645,0.4876033,0.5082645,0.5,0.4752066,0.46280992,0.4214876,0.4090909,0.40082645,0.4090909,0.38016528,0.36363637,0.3677686,0.34710744,0.33471075,0.3264463,0.33471075,0.3140496,0.32231405,0.28512397,0.2768595,0.27272728,0.28099173,0.29338843,0.29752067,0.30578512,0.30991736,0.3264463,0.338843,0.3677686,0.41735536,0.46280992,0.46694216,0.44214877,0.40495867,0.3966942,0.4214876,0.41735536,0.40495867,0.40082645,0.38842976,0.38429752,0.37190083,0.3553719,0.33471075,0.3305785,0.3429752,0.3553719,0.38016528,0.40495867,0.40082645,0.38842976,0.37603307,0.3677686,0.3553719,0.34710744,0.3429752,0.35123968,0.30578512,0.29338843,0.33471075,0.21487603,0.5041322,0.48347107,0.48347107,0.47933885,0.4752066,0.45867768,0.446281,0.45041323,0.4214876,0.38016528,0.38016528,0.38016528,0.35950413,0.3677686,0.34710744,0.3305785,0.32231405,0.30578512,0.28099173,0.25619835,0.23966943,0.2231405,0.23140496,0.23553719,0.28099173,0.30578512,0.30578512,0.3140496,0.3181818,0.32231405,0.3181818,0.3553719,0.40495867,0.4752066,0.4876033,0.4752066,0.45041323,0.45454547,0.46694216,0.45454547,0.40495867,0.38016528,0.35123968,0.33471075,0.3181818,0.29338843,0.28099173,0.27272728,0.2644628,0.25619835,0.24380165,0.25619835,0.28512397,0.30991736,0.3264463,0.32231405,0.3140496,0.3264463,0.3264463,0.3305785,0.3305785,0.3140496,0.30578512,0.24380165,0.5247934,0.48347107,0.4752066,0.48347107,0.46280992,0.446281,0.4214876,0.42561984,0.4090909,0.38429752,0.36363637,0.338843,0.30991736,0.30578512,0.26859504,0.23966943,0.21900827,0.19421488,0.17355372,0.23553719,0.21487603,0.2231405,0.20247933,0.2107438,0.2231405,0.2892562,0.3181818,0.3305785,0.338843,0.3305785,0.33471075,0.35123968,0.40495867,0.5165289,0.54545456,0.553719,0.54545456,0.5495868,0.54545456,0.4876033,0.40495867,0.3429752,0.2892562,0.2768595,0.27272728,0.25619835,0.24793388,0.24380165,0.24380165,0.2520661,0.2603306,0.2644628,0.28099173,0.29338843,0.30165288,0.29752067,0.2892562,0.29752067,0.30578512,0.30991736,0.30991736,0.3181818,0.3140496,0.2520661,0.55785125,0.5247934,0.5,0.48347107,0.45454547,0.4338843,0.41322315,0.40082645,0.37603307,0.338843,0.2892562,0.2644628,0.24380165,0.23140496,0.19008264,0.16528925,0.16115703,0.14876033,0.14876033,0.16528925,0.2892562,0.2892562,0.21487603,0.20661157,0.20661157,0.24380165,0.29752067,0.32231405,0.3305785,0.338843,0.34710744,0.3429752,0.41322315,0.54545456,0.6198347,0.6487603,0.6404959,0.6404959,0.61157024,0.5165289,0.40082645,0.30165288,0.2520661,0.24793388,0.2231405,0.21487603,0.1983471,0.19421488,0.18595041,0.1983471,0.20661157,0.2231405,0.2644628,0.2768595,0.2892562,0.30165288,0.30165288,0.30991736,0.3181818,0.30578512,0.29338843,0.30165288,0.3305785,0.25619835,0.5247934,0.5165289,0.5041322,0.48347107,0.45454547,0.4214876,0.38429752,0.36363637,0.3140496,0.24793388,0.2231405,0.21487603,0.2231405,0.23140496,0.18595041,0.16115703,0.14876033,0.1446281,0.14876033,0.20247933,0.3553719,0.38842976,0.28512397,0.23140496,0.23140496,0.24793388,0.28099173,0.30991736,0.3181818,0.3305785,0.3429752,0.34710744,0.42561984,0.57024795,0.6735537,0.6942149,0.6859504,0.69008267,0.6446281,0.5413223,0.3966942,0.2892562,0.23553719,0.2107438,0.18595041,0.16115703,0.13636364,0.14049587,0.12809917,0.11570248,0.12809917,0.17355372,0.20661157,0.2231405,0.23140496,0.26859504,0.2892562,0.32231405,0.3429752,0.3264463,0.29752067,0.32231405,0.3429752,0.2603306,0.53305787,0.49173555,0.45041323,0.44214877,0.44214877,0.40495867,0.3429752,0.2892562,0.24793388,0.23553719,0.24380165,0.25619835,0.2603306,0.26859504,0.23140496,0.20247933,0.20661157,0.18181819,0.17355372,0.30578512,0.42561984,0.4090909,0.3264463,0.26859504,0.24380165,0.25619835,0.28512397,0.30165288,0.3140496,0.3140496,0.3429752,0.3677686,0.446281,0.59090906,0.677686,0.70247936,0.69008267,0.677686,0.6363636,0.553719,0.39256197,0.27272728,0.22727273,0.19008264,0.19421488,0.16115703,0.13636364,0.13636364,0.10743801,0.12809917,0.11983471,0.18595041,0.2768595,0.22727273,0.19008264,0.21900827,0.23140496,0.28099173,0.34710744,0.3429752,0.3264463,0.338843,0.35123968,0.24793388,0.5371901,0.5041322,0.45867768,0.41735536,0.38016528,0.34710744,0.32231405,0.3181818,0.3305785,0.3553719,0.38429752,0.39256197,0.3677686,0.3553719,0.338843,0.30991736,0.28512397,0.2644628,0.29338843,0.36363637,0.3966942,0.37603307,0.33471075,0.30991736,0.28512397,0.25619835,0.3181818,0.32231405,0.3140496,0.33471075,0.3677686,0.4090909,0.4876033,0.59504133,0.661157,0.70247936,0.6983471,0.6570248,0.6280992,0.5785124,0.4090909,0.2768595,0.27272728,0.21487603,0.21487603,0.20661157,0.16528925,0.14876033,0.14049587,0.1322314,0.12809917,0.23140496,0.3677686,0.29752067,0.20247933,0.20247933,0.21487603,0.2231405,0.3140496,0.35950413,0.3553719,0.35123968,0.35950413,0.22727273,0.5661157,0.57024795,0.56198347,0.5371901,0.4876033,0.44214877,0.45867768,0.47107437,0.45041323,0.446281,0.4752066,0.48347107,0.46280992,0.45867768,0.45041323,0.42975205,0.40082645,0.36363637,0.35950413,0.36363637,0.3677686,0.3677686,0.35123968,0.34710744,0.3429752,0.33471075,0.338843,0.36363637,0.37190083,0.35123968,0.39256197,0.47933885,0.5413223,0.59504133,0.6404959,0.6818182,0.6942149,0.6652893,0.62396693,0.58264464,0.45454547,0.3181818,0.3140496,0.28512397,0.24793388,0.24793388,0.20661157,0.21900827,0.21487603,0.16528925,0.1983471,0.3181818,0.38016528,0.30165288,0.23966943,0.2231405,0.24380165,0.23140496,0.2892562,0.3429752,0.36363637,0.36363637,0.37190083,0.23140496,0.57438016,0.58264464,0.59917355,0.60330576,0.59504133,0.5785124,0.59090906,0.5495868,0.5371901,0.5371901,0.5289256,0.5,0.4752066,0.48347107,0.49586776,0.48347107,0.46694216,0.446281,0.43801653,0.41735536,0.39256197,0.38016528,0.36363637,0.3553719,0.3677686,0.37603307,0.38016528,0.3966942,0.3966942,0.38429752,0.45041323,0.5413223,0.58264464,0.59504133,0.607438,0.6487603,0.69008267,0.6735537,0.6363636,0.59917355,0.4876033,0.35123968,0.34710744,0.3553719,0.29752067,0.2644628,0.27272728,0.2892562,0.3181818,0.2892562,0.2892562,0.29752067,0.33471075,0.3305785,0.3181818,0.30991736,0.3181818,0.30578512,0.28099173,0.3181818,0.3429752,0.3677686,0.38016528,0.21487603,0.56198347,0.5785124,0.58264464,0.59504133,0.62396693,0.6404959,0.57024795,0.54545456,0.5785124,0.59090906,0.57438016,0.5082645,0.4752066,0.45867768,0.45867768,0.45454547,0.45867768,0.45041323,0.41322315,0.40495867,0.38842976,0.38016528,0.37190083,0.37603307,0.38429752,0.3966942,0.40082645,0.4214876,0.44214877,0.46694216,0.53305787,0.58677685,0.59090906,0.58264464,0.5785124,0.61570245,0.677686,0.6735537,0.62396693,0.59917355,0.5123967,0.38429752,0.3553719,0.3677686,0.3181818,0.26859504,0.2768595,0.2768595,0.30578512,0.32231405,0.3429752,0.36363637,0.38016528,0.38842976,0.3966942,0.38842976,0.3966942,0.38842976,0.33471075,0.3181818,0.35123968,0.3966942,0.37190083,0.1694215,0.57024795,0.59090906,0.5785124,0.59504133,0.61157024,0.62396693,0.59504133,0.57024795,0.59090906,0.6322314,0.6363636,0.58264464,0.553719,0.5041322,0.45454547,0.446281,0.43801653,0.4214876,0.41322315,0.42561984,0.41735536,0.4090909,0.4090909,0.41322315,0.42561984,0.44214877,0.45041323,0.47933885,0.5247934,0.56198347,0.59504133,0.607438,0.58264464,0.56198347,0.553719,0.59504133,0.6652893,0.6652893,0.6280992,0.59917355,0.5206612,0.41322315,0.36363637,0.35950413,0.338843,0.30991736,0.29752067,0.30991736,0.338843,0.35950413,0.37603307,0.4090909,0.4090909,0.4090909,0.40082645,0.40082645,0.41735536,0.3966942,0.37603307,0.3553719,0.38016528,0.3966942,0.3429752,0.12809917,0.57024795,0.57438016,0.56198347,0.57438016,0.59090906,0.607438,0.6694215,0.6694215,0.61570245,0.6198347,0.6280992,0.6198347,0.61570245,0.58677685,0.57024795,0.55785125,0.5495868,0.5371901,0.5,0.4876033,0.46694216,0.446281,0.45041323,0.45041323,0.47107437,0.5,0.5289256,0.55785125,0.59504133,0.607438,0.607438,0.59504133,0.57438016,0.553719,0.5371901,0.55785125,0.6528926,0.677686,0.6198347,0.58677685,0.5371901,0.44214877,0.37603307,0.37190083,0.37190083,0.3677686,0.3553719,0.34710744,0.338843,0.3305785,0.338843,0.37190083,0.38842976,0.38842976,0.3966942,0.4090909,0.41735536,0.3966942,0.37603307,0.3966942,0.37603307,0.38429752,0.32231405,0.11570248,0.54545456,0.54545456,0.553719,0.57438016,0.62396693,0.6528926,0.6652893,0.6942149,0.661157,0.62396693,0.607438,0.62396693,0.62396693,0.61570245,0.6198347,0.59090906,0.5661157,0.55785125,0.5289256,0.5,0.49173555,0.47933885,0.49586776,0.5123967,0.55785125,0.58677685,0.59504133,0.59917355,0.61570245,0.60330576,0.59090906,0.57438016,0.56198347,0.5495868,0.5289256,0.5371901,0.6363636,0.6983471,0.6487603,0.58677685,0.553719,0.45867768,0.38016528,0.38842976,0.40495867,0.40495867,0.40495867,0.41735536,0.42561984,0.41735536,0.41322315,0.4214876,0.42561984,0.42561984,0.4338843,0.44214877,0.43801653,0.4214876,0.40495867,0.4090909,0.39256197,0.37190083,0.3140496,0.12809917,0.5247934,0.5371901,0.56198347,0.59504133,0.6280992,0.6404959,0.6487603,0.6570248,0.6652893,0.661157,0.6280992,0.6280992,0.6363636,0.6322314,0.6280992,0.59917355,0.5785124,0.57024795,0.54545456,0.5371901,0.5247934,0.5247934,0.55785125,0.58677685,0.62396693,0.6322314,0.61570245,0.61570245,0.59090906,0.59090906,0.57024795,0.56198347,0.5371901,0.5413223,0.5123967,0.5247934,0.61157024,0.6818182,0.6652893,0.61157024,0.57438016,0.46694216,0.3677686,0.40495867,0.45041323,0.45041323,0.43801653,0.43801653,0.4214876,0.42975205,0.45041323,0.46280992,0.4752066,0.4752066,0.46694216,0.45867768,0.45041323,0.45041323,0.446281,0.4090909,0.38842976,0.39256197,0.3140496,0.14876033,0.53305787,0.54545456,0.56198347,0.59090906,0.61570245,0.6280992,0.6404959,0.6528926,0.677686,0.677686,0.6487603,0.61157024,0.62396693,0.62396693,0.61570245,0.59917355,0.59917355,0.57438016,0.553719,0.57024795,0.57438016,0.58677685,0.61157024,0.6198347,0.6363636,0.62396693,0.607438,0.59504133,0.58677685,0.56198347,0.54545456,0.553719,0.5247934,0.5371901,0.5082645,0.5,0.5785124,0.69008267,0.6859504,0.61570245,0.58677685,0.46694216,0.3429752,0.40082645,0.45867768,0.47933885,0.47107437,0.46694216,0.45454547,0.45867768,0.46280992,0.46694216,0.4752066,0.4752066,0.47107437,0.47107437,0.46280992,0.45041323,0.45041323,0.42975205,0.38429752,0.40082645,0.30991736,0.1570248,0.54545456,0.553719,0.56198347,0.58264464,0.59090906,0.59504133,0.6198347,0.6528926,0.661157,0.6570248,0.6487603,0.6198347,0.6198347,0.61157024,0.59504133,0.58264464,0.59504133,0.58677685,0.59090906,0.607438,0.61570245,0.6280992,0.6363636,0.6363636,0.6322314,0.61570245,0.59917355,0.5661157,0.57438016,0.5495868,0.5289256,0.5413223,0.5289256,0.5289256,0.5247934,0.5247934,0.57024795,0.6942149,0.6983471,0.6198347,0.60330576,0.46694216,0.33471075,0.37603307,0.446281,0.4876033,0.5123967,0.5041322,0.5,0.49173555,0.47933885,0.47933885,0.4752066,0.47107437,0.48347107,0.48347107,0.45867768,0.44214877,0.45867768,0.44214877,0.39256197,0.40495867,0.30165288,0.1570248,0.54545456,0.54545456,0.54545456,0.54545456,0.55785125,0.57438016,0.59090906,0.6198347,0.6404959,0.6570248,0.6694215,0.6652893,0.661157,0.6487603,0.6404959,0.6446281,0.6487603,0.6487603,0.6446281,0.6487603,0.6446281,0.6363636,0.6322314,0.6280992,0.6280992,0.61570245,0.59504133,0.5661157,0.553719,0.5247934,0.5206612,0.5413223,0.5371901,0.53305787,0.5289256,0.54545456,0.58677685,0.677686,0.7066116,0.6280992,0.61157024,0.48347107,0.338843,0.35123968,0.4214876,0.47933885,0.5289256,0.5413223,0.54545456,0.5247934,0.49586776,0.5,0.4876033,0.4876033,0.5041322,0.49586776,0.46694216,0.446281,0.45454547,0.4338843,0.3966942,0.40495867,0.29338843,0.14876033,0.5289256,0.5165289,0.5123967,0.5,0.53305787,0.553719,0.57024795,0.607438,0.6404959,0.6652893,0.6818182,0.6859504,0.69008267,0.6859504,0.6818182,0.6859504,0.6818182,0.6694215,0.6652893,0.661157,0.6487603,0.6280992,0.61157024,0.60330576,0.607438,0.59504133,0.5785124,0.553719,0.5247934,0.5206612,0.5289256,0.54545456,0.54545456,0.5413223,0.5413223,0.5495868,0.59504133,0.6652893,0.71900827,0.6446281,0.60330576,0.5123967,0.37603307,0.34710744,0.38842976,0.46694216,0.5247934,0.5413223,0.57024795,0.5289256,0.5123967,0.5206612,0.5165289,0.5206612,0.5206612,0.5041322,0.4752066,0.48347107,0.45454547,0.43801653,0.40082645,0.40082645,0.28512397,0.14049587,0.5123967,0.4876033,0.49173555,0.5165289,0.55785125,0.57024795,0.59917355,0.59917355,0.6280992,0.6570248,0.661157,0.6735537,0.6818182,0.6818182,0.6859504,0.677686,0.677686,0.6694215,0.6570248,0.6528926,0.6446281,0.61570245,0.5785124,0.5661157,0.57438016,0.5661157,0.56198347,0.54545456,0.5247934,0.5247934,0.53305787,0.5413223,0.5413223,0.5495868,0.56198347,0.57438016,0.60330576,0.6694215,0.71487606,0.6570248,0.607438,0.5289256,0.42975205,0.3677686,0.36363637,0.45041323,0.5041322,0.53305787,0.553719,0.5371901,0.5495868,0.5413223,0.553719,0.5495868,0.54545456,0.5289256,0.5082645,0.49173555,0.45041323,0.42561984,0.38016528,0.40495867,0.28099173,0.11983471,0.5,0.49173555,0.5082645,0.5371901,0.5785124,0.58677685,0.61570245,0.59917355,0.607438,0.6322314,0.6363636,0.6570248,0.6694215,0.6694215,0.6735537,0.661157,0.6363636,0.6446281,0.6363636,0.6280992,0.6198347,0.59090906,0.553719,0.5495868,0.56198347,0.56198347,0.5413223,0.5247934,0.5247934,0.5206612,0.5247934,0.53305787,0.53305787,0.5371901,0.55785125,0.57024795,0.60330576,0.6694215,0.7107438,0.6652893,0.60330576,0.5413223,0.46280992,0.38842976,0.35950413,0.4214876,0.4876033,0.5206612,0.5495868,0.5661157,0.57024795,0.55785125,0.5661157,0.56198347,0.55785125,0.5413223,0.5206612,0.4876033,0.45454547,0.4214876,0.37603307,0.39256197,0.27272728,0.0785124,0.4752066,0.5041322,0.5289256,0.55785125,0.57438016,0.59090906,0.59090906,0.60330576,0.607438,0.607438,0.6198347,0.6363636,0.6404959,0.6528926,0.6363636,0.6487603,0.60330576,0.62396693,0.61157024,0.59917355,0.57024795,0.5661157,0.56198347,0.56198347,0.5495868,0.5413223,0.5289256,0.5123967,0.5165289,0.5165289,0.5206612,0.5289256,0.5289256,0.5206612,0.53305787,0.54545456,0.5661157,0.6487603,0.6942149,0.6528926,0.59917355,0.55785125,0.48347107,0.39256197,0.35123968,0.39256197,0.46694216,0.5082645,0.5495868,0.5661157,0.5661157,0.5661157,0.57024795,0.55785125,0.553719,0.5371901,0.5206612,0.4876033,0.46280992,0.41735536,0.36363637,0.37190083,0.26859504,0.10330579,0.45454547,0.5082645,0.5371901,0.5371901,0.5413223,0.57438016,0.57438016,0.5785124,0.607438,0.59504133,0.59504133,0.61157024,0.60330576,0.59917355,0.61157024,0.61157024,0.58677685,0.60330576,0.58677685,0.5785124,0.5495868,0.5495868,0.553719,0.54545456,0.53305787,0.5165289,0.5165289,0.5165289,0.53305787,0.5371901,0.5371901,0.5413223,0.5289256,0.5041322,0.5082645,0.5289256,0.55785125,0.6446281,0.69008267,0.6528926,0.61157024,0.5785124,0.4876033,0.38016528,0.338843,0.3677686,0.42975205,0.4876033,0.5206612,0.5413223,0.5495868,0.5495868,0.56198347,0.55785125,0.5495868,0.5247934,0.5041322,0.4876033,0.446281,0.41735536,0.35950413,0.3677686,0.2768595,0.20247933,0.446281,0.5082645,0.5247934,0.5206612,0.5413223,0.57438016,0.553719,0.55785125,0.5785124,0.57438016,0.55785125,0.57024795,0.57438016,0.57438016,0.5661157,0.56198347,0.553719,0.57024795,0.56198347,0.553719,0.54545456,0.5247934,0.5289256,0.5,0.4876033,0.47107437,0.47933885,0.5,0.5413223,0.5785124,0.5661157,0.5661157,0.5413223,0.5206612,0.5,0.5041322,0.5495868,0.6280992,0.6652893,0.6446281,0.62396693,0.59090906,0.48347107,0.36363637,0.3429752,0.36363637,0.40082645,0.45454547,0.49586776,0.5206612,0.53305787,0.5289256,0.5413223,0.5495868,0.5371901,0.5165289,0.48347107,0.46694216,0.446281,0.40495867,0.35950413,0.35950413,0.30165288,0.28099173,0.446281,0.49586776,0.5082645,0.5123967,0.5371901,0.5371901,0.5247934,0.53305787,0.5289256,0.5371901,0.5247934,0.53305787,0.5413223,0.5371901,0.5247934,0.5247934,0.54545456,0.5371901,0.54545456,0.53305787,0.5247934,0.5,0.48347107,0.45454547,0.45041323,0.45041323,0.41322315,0.47933885,0.54545456,0.58677685,0.58677685,0.57438016,0.56198347,0.53305787,0.5165289,0.5082645,0.5289256,0.61157024,0.6446281,0.6363636,0.6198347,0.59504133,0.4876033,0.3553719,0.34710744,0.36363637,0.36363637,0.41322315,0.46280992,0.5,0.5123967,0.5,0.5123967,0.5206612,0.5123967,0.49586776,0.46694216,0.45867768,0.4338843,0.39256197,0.36363637,0.3305785,0.30578512,0.3181818,0.45867768,0.4876033,0.4876033,0.4876033,0.5,0.5041322,0.49586776,0.49173555,0.49586776,0.49173555,0.49586776,0.5,0.5041322,0.5041322,0.5206612,0.5247934,0.5206612,0.5206612,0.5165289,0.5082645,0.49586776,0.47107437,0.4338843,0.42975205,0.44214877,0.47933885,0.40082645,0.47933885,0.5371901,0.56198347,0.57024795,0.56198347,0.553719,0.5413223,0.5165289,0.5371901,0.5371901,0.59090906,0.607438,0.607438,0.60330576,0.59504133,0.48347107,0.35950413,0.3429752,0.38016528,0.35950413,0.35950413,0.41322315,0.46694216,0.47933885,0.47107437,0.4876033,0.4876033,0.49173555,0.48347107,0.46280992,0.44214877,0.41322315,0.37603307,0.35123968,0.3181818,0.30991736,0.3305785,0.47107437,0.48347107,0.46280992,0.45454547,0.47107437,0.4752066,0.46280992,0.45867768,0.45867768,0.446281,0.45041323,0.46694216,0.47933885,0.5,0.49586776,0.49586776,0.5041322,0.5123967,0.5,0.4876033,0.47107437,0.43801653,0.41735536,0.44214877,0.48347107,0.49586776,0.4338843,0.47933885,0.49586776,0.5165289,0.5165289,0.5206612,0.5206612,0.5247934,0.5041322,0.5371901,0.5413223,0.57024795,0.59917355,0.58677685,0.58264464,0.5661157,0.48347107,0.38016528,0.34710744,0.36363637,0.35123968,0.338843,0.38842976,0.4338843,0.45454547,0.45454547,0.46280992,0.46694216,0.47107437,0.45867768,0.44214877,0.4214876,0.40495867,0.35950413,0.338843,0.3181818,0.3181818,0.33471075,0.4752066,0.4752066,0.45041323,0.446281,0.446281,0.44214877,0.42975205,0.42561984,0.4214876,0.41322315,0.41735536,0.44214877,0.47107437,0.4876033,0.47933885,0.4876033,0.5,0.5,0.49173555,0.47107437,0.44214877,0.4214876,0.43801653,0.49586776,0.53305787,0.5247934,0.49173555,0.45454547,0.44214877,0.4338843,0.4338843,0.42975205,0.43801653,0.46694216,0.4876033,0.5,0.5206612,0.553719,0.57438016,0.54545456,0.53305787,0.5041322,0.45867768,0.38429752,0.338843,0.35123968,0.35123968,0.3264463,0.34710744,0.38429752,0.44214877,0.43801653,0.45041323,0.45454547,0.45041323,0.4338843,0.4214876,0.4090909,0.38429752,0.3429752,0.35123968,0.3140496,0.32231405,0.33471075,0.46694216,0.46280992,0.45041323,0.446281,0.4214876,0.40495867,0.3966942,0.38842976,0.39256197,0.39256197,0.41322315,0.43801653,0.46694216,0.4752066,0.47107437,0.48347107,0.4752066,0.46694216,0.45867768,0.4338843,0.42561984,0.44214877,0.49173555,0.5413223,0.57024795,0.58264464,0.57024795,0.5123967,0.40082645,0.34710744,0.3181818,0.29338843,0.29338843,0.34710744,0.43801653,0.45041323,0.4752066,0.5123967,0.5165289,0.49173555,0.46280992,0.44214877,0.42561984,0.3677686,0.3181818,0.35123968,0.3553719,0.33471075,0.30578512,0.3429752,0.40495867,0.4214876,0.446281,0.446281,0.4214876,0.4214876,0.4090909,0.3966942,0.38429752,0.34710744,0.34710744,0.3140496,0.3305785,0.33471075,0.46694216,0.46694216,0.47107437,0.46694216,0.38842976,0.38429752,0.39256197,0.38842976,0.40495867,0.41735536,0.43801653,0.446281,0.46694216,0.47933885,0.46694216,0.45867768,0.45867768,0.44214877,0.42561984,0.42975205,0.46280992,0.5041322,0.5495868,0.58264464,0.59504133,0.59090906,0.5785124,0.5495868,0.42975205,0.2892562,0.23966943,0.2231405,0.20247933,0.21487603,0.338843,0.4338843,0.446281,0.45867768,0.446281,0.4338843,0.41322315,0.4090909,0.38429752,0.35123968,0.3305785,0.3677686,0.35950413,0.35950413,0.3181818,0.3140496,0.34710744,0.3966942,0.4214876,0.42975205,0.40082645,0.4090909,0.38842976,0.38429752,0.37190083,0.3305785,0.338843,0.30991736,0.3305785,0.3305785,0.4876033,0.5041322,0.49173555,0.49173555,0.37190083,0.4090909,0.446281,0.44214877,0.44214877,0.46280992,0.45867768,0.45454547,0.46694216,0.45041323,0.43801653,0.43801653,0.42975205,0.42975205,0.45041323,0.49586776,0.5371901,0.55785125,0.57438016,0.60330576,0.60330576,0.58264464,0.5661157,0.5495868,0.46694216,0.3181818,0.24793388,0.24380165,0.2520661,0.23966943,0.2520661,0.3677686,0.42975205,0.40495867,0.38842976,0.38016528,0.37603307,0.38429752,0.35950413,0.33471075,0.3429752,0.3677686,0.36363637,0.35950413,0.38016528,0.338843,0.3181818,0.3429752,0.38429752,0.41322315,0.41322315,0.40495867,0.40082645,0.37190083,0.35123968,0.3264463,0.3305785,0.30578512,0.3264463,0.338843,0.5,0.5165289,0.49586776,0.47933885,0.3966942,0.46280992,0.49173555,0.4752066,0.46280992,0.4752066,0.45454547,0.43801653,0.446281,0.42561984,0.4338843,0.45454547,0.46280992,0.49586776,0.53305787,0.57024795,0.58264464,0.58264464,0.58264464,0.59504133,0.59504133,0.5785124,0.56198347,0.54545456,0.49586776,0.38429752,0.29338843,0.25619835,0.25619835,0.2603306,0.2644628,0.30991736,0.37603307,0.3966942,0.37190083,0.35950413,0.36363637,0.36363637,0.3429752,0.3264463,0.338843,0.35123968,0.35123968,0.35950413,0.40495867,0.38429752,0.3553719,0.3305785,0.34710744,0.38016528,0.4090909,0.40495867,0.38429752,0.36363637,0.338843,0.33471075,0.3305785,0.2892562,0.3264463,0.33471075,0.5,0.49586776,0.47933885,0.49173555,0.41322315,0.5041322,0.49173555,0.46694216,0.47107437,0.47107437,0.44214877,0.43801653,0.47107437,0.5,0.49586776,0.5123967,0.5371901,0.5785124,0.57438016,0.57024795,0.57438016,0.5661157,0.57024795,0.58677685,0.57024795,0.553719,0.5495868,0.54545456,0.5082645,0.45041323,0.36363637,0.29338843,0.2603306,0.2603306,0.2603306,0.2644628,0.30991736,0.36363637,0.36363637,0.3553719,0.3553719,0.338843,0.32231405,0.3181818,0.33471075,0.3429752,0.3429752,0.35123968,0.40082645,0.4090909,0.3966942,0.36363637,0.32231405,0.35123968,0.40495867,0.41735536,0.38429752,0.3429752,0.3677686,0.35123968,0.30578512,0.24380165,0.30991736,0.3181818,0.49586776,0.46280992,0.47107437,0.45867768,0.42561984,0.5165289,0.4876033,0.47933885,0.47933885,0.45867768,0.46280992,0.5082645,0.5371901,0.48347107,0.5,0.5371901,0.58677685,0.59504133,0.5661157,0.53305787,0.54545456,0.5247934,0.53305787,0.54545456,0.5413223,0.5495868,0.5247934,0.5289256,0.5123967,0.48347107,0.4338843,0.3553719,0.30578512,0.28099173,0.25619835,0.2520661,0.25619835,0.2644628,0.28512397,0.30578512,0.3181818,0.29752067,0.2892562,0.30991736,0.3264463,0.3429752,0.34710744,0.34710744,0.38429752,0.41322315,0.40082645,0.38842976,0.35123968,0.33471075,0.37603307,0.41322315,0.38429752,0.3553719,0.37190083,0.36363637,0.2644628,0.2107438,0.29752067,0.3181818,0.4752066,0.45454547,0.45454547,0.42561984,0.4214876,0.49586776,0.49173555,0.47933885,0.4752066,0.46280992,0.5206612,0.53305787,0.47933885,0.46280992,0.53305787,0.553719,0.57438016,0.54545456,0.53305787,0.5,0.5165289,0.5082645,0.5206612,0.5247934,0.5371901,0.5247934,0.5082645,0.5165289,0.5,0.47933885,0.47107437,0.41322315,0.3677686,0.32231405,0.2603306,0.25619835,0.24380165,0.24380165,0.2520661,0.2768595,0.29338843,0.28099173,0.28099173,0.29752067,0.3181818,0.3264463,0.3264463,0.34710744,0.37190083,0.40082645,0.40082645,0.38842976,0.37603307,0.34710744,0.35950413,0.40082645,0.38016528,0.36363637,0.38016528,0.3429752,0.26859504,0.2644628,0.3140496,0.3264463,0.45454547,0.45041323,0.46280992,0.43801653,0.42975205,0.45867768,0.49586776,0.46694216,0.47933885,0.5082645,0.5289256,0.48347107,0.46280992,0.4752066,0.5371901,0.5289256,0.5041322,0.49173555,0.48347107,0.46694216,0.4752066,0.5041322,0.5082645,0.5123967,0.5165289,0.5041322,0.5082645,0.4876033,0.4752066,0.5041322,0.48347107,0.46280992,0.42975205,0.38429752,0.3429752,0.2644628,0.29338843,0.29338843,0.27272728,0.29338843,0.30165288,0.30578512,0.3140496,0.29752067,0.30991736,0.33471075,0.3305785,0.35123968,0.35950413,0.38842976,0.3966942,0.37603307,0.37190083,0.35950413,0.3677686,0.38429752,0.37190083,0.36363637,0.37190083,0.34710744,0.30165288,0.3181818,0.3305785,0.3305785,0.43801653,0.45454547,0.45867768,0.43801653,0.43801653,0.47107437,0.5,0.47933885,0.5,0.5165289,0.4876033,0.446281,0.46694216,0.5,0.5,0.47933885,0.45454547,0.44214877,0.4214876,0.43801653,0.44214877,0.4876033,0.5165289,0.49173555,0.5206612,0.47933885,0.49173555,0.46694216,0.45454547,0.5123967,0.4876033,0.4752066,0.45867768,0.41322315,0.38842976,0.34710744,0.3264463,0.3264463,0.30578512,0.32231405,0.3264463,0.3264463,0.32231405,0.30991736,0.3181818,0.3181818,0.34710744,0.3677686,0.36363637,0.38016528,0.39256197,0.3677686,0.36363637,0.3553719,0.36363637,0.38429752,0.35123968,0.35950413,0.37190083,0.3140496,0.29338843,0.32231405,0.3264463,0.3305785,0.42975205,0.44214877,0.45041323,0.45454547,0.45454547,0.47107437,0.5,0.49586776,0.49586776,0.4876033,0.45867768,0.44214877,0.446281,0.45454547,0.42561984,0.4090909,0.3966942,0.38429752,0.35123968,0.36363637,0.38429752,0.4338843,0.43801653,0.46694216,0.4752066,0.45867768,0.45454547,0.46694216,0.45867768,0.47933885,0.47933885,0.46280992,0.4876033,0.4752066,0.45041323,0.4090909,0.38429752,0.36363637,0.34710744,0.3553719,0.36363637,0.3429752,0.3305785,0.3140496,0.3305785,0.32231405,0.3966942,0.38429752,0.37603307,0.3553719,0.38016528,0.37190083,0.37190083,0.35123968,0.3553719,0.38016528,0.3553719,0.3553719,0.35950413,0.23140496,0.23553719,0.30578512,0.3264463,0.3305785,0.4214876,0.43801653,0.45041323,0.4214876,0.42561984,0.46280992,0.5082645,0.5,0.4752066,0.4752066,0.46280992,0.446281,0.43801653,0.40082645,0.3677686,0.3429752,0.30578512,0.28099173,0.2520661,0.23140496,0.25619835,0.33471075,0.38429752,0.40082645,0.4214876,0.4338843,0.41322315,0.41735536,0.4214876,0.41735536,0.41735536,0.4214876,0.4338843,0.446281,0.45867768,0.4338843,0.42561984,0.38016528,0.37190083,0.35950413,0.36363637,0.34710744,0.3305785,0.3140496,0.338843,0.3264463,0.38016528,0.35123968,0.37190083,0.338843,0.35950413,0.37190083,0.38016528,0.36363637,0.36363637,0.37190083,0.3553719,0.35950413,0.3429752,0.1983471,0.19008264,0.28512397,0.32231405,0.338843,0.41735536,0.42561984,0.42561984,0.41735536,0.41322315,0.45041323,0.48347107,0.47933885,0.46280992,0.47107437,0.46694216,0.45041323,0.446281,0.38842976,0.3140496,0.29752067,0.26859504,0.24380165,0.23140496,0.17768595,0.14049587,0.18595041,0.24380165,0.2768595,0.3264463,0.34710744,0.3429752,0.3181818,0.3429752,0.33471075,0.32231405,0.338843,0.34710744,0.33471075,0.36363637,0.36363637,0.37190083,0.34710744,0.3429752,0.3305785,0.3181818,0.3305785,0.30991736,0.2644628,0.2520661,0.22727273,0.23553719,0.27272728,0.32231405,0.3305785,0.3677686,0.35950413,0.3966942,0.3677686,0.37603307,0.35123968,0.3553719,0.36363637,0.3264463,0.2107438,0.21487603,0.30165288,0.32231405,0.3305785,0.42561984,0.42561984,0.4338843,0.42561984,0.41322315,0.45454547,0.46280992,0.46694216,0.45041323,0.45867768,0.46280992,0.46694216,0.43801653,0.38429752,0.32231405,0.2892562,0.2768595,0.2768595,0.29338843,0.27272728,0.2107438,0.18181819,0.16115703,0.19008264,0.30578512,0.35950413,0.2892562,0.2520661,0.30991736,0.30578512,0.30165288,0.338843,0.33471075,0.3264463,0.30165288,0.2892562,0.29752067,0.3181818,0.3305785,0.32231405,0.26859504,0.30578512,0.26859504,0.12809917,0.16528925,0.2231405,0.2644628,0.26859504,0.30165288,0.338843,0.37190083,0.36363637,0.38429752,0.36363637,0.38016528,0.3264463,0.35123968,0.34710744,0.29752067,0.23966943,0.2768595,0.3140496,0.3140496,0.32231405,0.42561984,0.42975205,0.42561984,0.42561984,0.42975205,0.45867768,0.4338843,0.44214877,0.44214877,0.44214877,0.45041323,0.45454547,0.40495867,0.35950413,0.3181818,0.3264463,0.3181818,0.3140496,0.35123968,0.37603307,0.3677686,0.30578512,0.2107438,0.14876033,0.2768595,0.32231405,0.19008264,0.20661157,0.3264463,0.3305785,0.34710744,0.40082645,0.40082645,0.3966942,0.3429752,0.30578512,0.3553719,0.38016528,0.39256197,0.3677686,0.2520661,0.26859504,0.2520661,0.18595041,0.2644628,0.3140496,0.3140496,0.30578512,0.3140496,0.3264463,0.3677686,0.37603307,0.38429752,0.35123968,0.34710744,0.32231405,0.34710744,0.3140496,0.26859504,0.2892562,0.3181818,0.3181818,0.30991736,0.3181818,0.43801653,0.4090909,0.45041323,0.38429752,0.42561984,0.45454547,0.4090909,0.41322315,0.44214877,0.42561984,0.42975205,0.46694216,0.40082645,0.34710744,0.33471075,0.38842976,0.3677686,0.3553719,0.4090909,0.45867768,0.5041322,0.49586776,0.40495867,0.30165288,0.25619835,0.21900827,0.12396694,0.15289256,0.27272728,0.29338843,0.3305785,0.40082645,0.41735536,0.43801653,0.3429752,0.3181818,0.41735536,0.43801653,0.446281,0.38016528,0.2231405,0.2107438,0.26859504,0.2644628,0.3305785,0.34710744,0.35123968,0.338843,0.32231405,0.3181818,0.3677686,0.37603307,0.3553719,0.35950413,0.32231405,0.33471075,0.33471075,0.28099173,0.28099173,0.30991736,0.3181818,0.3181818,0.3140496,0.3181818,0.45454547,0.46280992,0.4338843,0.38842976,0.41322315,0.4090909,0.38016528,0.41735536,0.446281,0.42561984,0.41322315,0.36363637,0.37190083,0.37190083,0.38016528,0.40082645,0.4214876,0.4090909,0.45041323,0.4752066,0.5123967,0.5206612,0.5371901,0.53305787,0.45454547,0.37190083,0.26859504,0.19008264,0.21487603,0.1983471,0.2107438,0.28512397,0.33471075,0.39256197,0.27272728,0.2107438,0.3264463,0.37190083,0.35123968,0.2892562,0.21487603,0.23966943,0.30578512,0.3181818,0.3305785,0.35950413,0.3677686,0.34710744,0.3305785,0.33471075,0.37190083,0.3677686,0.34710744,0.34710744,0.3305785,0.36363637,0.28512397,0.27272728,0.30165288,0.3140496,0.30991736,0.3140496,0.30991736,0.30991736,0.41735536,0.4338843,0.4214876,0.3966942,0.41322315,0.37603307,0.38429752,0.41322315,0.41322315,0.4214876,0.37190083,0.338843,0.36363637,0.4090909,0.36363637,0.41322315,0.446281,0.446281,0.46694216,0.4752066,0.4752066,0.49586776,0.4876033,0.55785125,0.57024795,0.57024795,0.49173555,0.36363637,0.3140496,0.25619835,0.21487603,0.1570248,0.1570248,0.1446281,0.14049587,0.15289256,0.22727273,0.27272728,0.2768595,0.2768595,0.3140496,0.338843,0.3305785,0.32231405,0.3429752,0.36363637,0.36363637,0.3553719,0.35123968,0.35950413,0.37190083,0.36363637,0.35123968,0.3305785,0.32231405,0.338843,0.2892562,0.28099173,0.29752067,0.3140496,0.30578512,0.30991736,0.30991736,0.30165288,0.42561984,0.41735536,0.39256197,0.3966942,0.41735536,0.42561984,0.3966942,0.4090909,0.37603307,0.38429752,0.39256197,0.38842976,0.3677686,0.40082645,0.36363637,0.41322315,0.4338843,0.45041323,0.47107437,0.46280992,0.46280992,0.46280992,0.48347107,0.5206612,0.553719,0.59917355,0.58677685,0.5123967,0.446281,0.4214876,0.3677686,0.29338843,0.30165288,0.2520661,0.2892562,0.29752067,0.3305785,0.338843,0.35123968,0.37603307,0.38016528,0.3264463,0.30165288,0.3181818,0.3553719,0.3677686,0.3677686,0.35950413,0.36363637,0.3553719,0.34710744,0.338843,0.3553719,0.3429752,0.30165288,0.29752067,0.29338843,0.30165288,0.30165288,0.30165288,0.30165288,0.30165288,0.30578512,0.30991736,0.4214876,0.42561984,0.42561984,0.4090909,0.4090909,0.45041323,0.4090909,0.41735536,0.38429752,0.3677686,0.38842976,0.39256197,0.38842976,0.37603307,0.39256197,0.4214876,0.41735536,0.44214877,0.46280992,0.46280992,0.44214877,0.446281,0.45867768,0.47107437,0.49586776,0.5206612,0.53305787,0.5247934,0.49586776,0.48347107,0.41735536,0.40495867,0.41735536,0.41735536,0.4214876,0.40082645,0.41735536,0.40082645,0.40082645,0.40082645,0.34710744,0.29752067,0.30578512,0.3305785,0.37603307,0.37190083,0.3677686,0.35950413,0.36363637,0.35123968,0.33471075,0.3264463,0.34710744,0.2892562,0.23553719,0.26859504,0.29338843,0.30165288,0.30165288,0.29752067,0.29752067,0.30165288,0.30578512,0.30165288,0.3966942,0.4338843,0.43801653,0.4214876,0.4090909,0.41735536,0.40495867,0.40082645,0.38016528,0.35123968,0.35950413,0.38429752,0.38016528,0.38429752,0.41735536,0.43801653,0.41322315,0.42975205,0.45041323,0.45867768,0.42561984,0.41735536,0.4338843,0.43801653,0.446281,0.45867768,0.45867768,0.4752066,0.5082645,0.49173555,0.4338843,0.4214876,0.45454547,0.5165289,0.49173555,0.45454547,0.41735536,0.3966942,0.37190083,0.35950413,0.30165288,0.30165288,0.338843,0.35950413,0.36363637,0.35950413,0.38842976,0.36363637,0.35123968,0.34710744,0.32231405,0.30578512,0.30165288,0.2520661,0.25619835,0.28099173,0.2892562,0.29752067,0.2892562,0.28099173,0.29338843,0.29752067,0.2892562,0.30165288,0.3677686,0.40495867,0.42561984,0.4214876,0.40495867,0.38429752,0.3966942,0.41735536,0.39256197,0.37603307,0.38016528,0.37603307,0.38842976,0.38842976,0.4090909,0.4338843,0.41322315,0.4090909,0.42561984,0.42975205,0.41322315,0.41735536,0.42975205,0.4214876,0.4090909,0.41735536,0.41322315,0.4338843,0.47107437,0.48347107,0.41322315,0.4090909,0.47933885,0.47107437,0.47107437,0.4338843,0.37603307,0.3677686,0.34710744,0.3181818,0.2892562,0.3429752,0.37603307,0.3677686,0.3553719,0.35950413,0.39256197,0.37603307,0.33471075,0.34710744,0.30578512,0.30578512,0.25619835,0.2520661,0.28099173,0.29338843,0.2892562,0.29752067,0.28512397,0.2768595,0.29338843,0.2892562,0.28099173,0.28512397,0.37190083,0.38842976,0.37603307,0.38016528,0.40495867,0.40082645,0.40082645,0.41322315,0.41735536,0.4214876,0.39256197,0.38429752,0.38842976,0.35950413,0.39256197,0.42561984,0.40082645,0.3966942,0.4090909,0.4090909,0.40082645,0.39256197,0.39256197,0.3966942,0.3966942,0.4090909,0.40082645,0.41322315,0.41322315,0.40495867,0.40495867,0.41322315,0.4214876,0.40082645,0.39256197,0.38429752,0.32231405,0.3305785,0.3264463,0.32231405,0.338843,0.36363637,0.35950413,0.3429752,0.3429752,0.38842976,0.38429752,0.38429752,0.33471075,0.338843,0.3140496,0.2768595,0.25619835,0.26859504,0.2892562,0.27272728,0.28512397,0.28099173,0.28512397,0.28512397,0.2892562,0.28099173,0.2892562,0.28099173,0.38429752,0.37603307,0.37190083,0.3677686,0.38429752,0.4214876,0.3966942,0.38016528,0.40495867,0.41322315,0.38429752,0.38842976,0.3966942,0.35950413,0.38842976,0.40082645,0.38842976,0.40495867,0.41322315,0.40082645,0.38016528,0.3677686,0.36363637,0.3677686,0.37603307,0.40082645,0.4090909,0.40082645,0.37190083,0.35950413,0.3677686,0.3677686,0.35123968,0.35123968,0.35123968,0.34710744,0.3181818,0.3140496,0.33471075,0.3553719,0.3677686,0.3429752,0.338843,0.3677686,0.3305785,0.40082645,0.39256197,0.3553719,0.32231405,0.30578512,0.28512397,0.2603306,0.28099173,0.26859504,0.27272728,0.27272728,0.28099173,0.27272728,0.28099173,0.2768595,0.28099173,0.27272728,0.28512397,0.2768595,0.4090909,0.38429752,0.38016528,0.36363637,0.34710744,0.40495867,0.41322315,0.37190083,0.40495867,0.41735536,0.3677686,0.4338843,0.4338843,0.37603307,0.39256197,0.37190083,0.36363637,0.4090909,0.41735536,0.4090909,0.38016528,0.3553719,0.3553719,0.35950413,0.3553719,0.36363637,0.37190083,0.3677686,0.3553719,0.3429752,0.3429752,0.3677686,0.38016528,0.35123968,0.34710744,0.33471075,0.3305785,0.3264463,0.3429752,0.35123968,0.34710744,0.3429752,0.35123968,0.35950413,0.35950413,0.38016528,0.39256197,0.3429752,0.3264463,0.3264463,0.27272728,0.27272728,0.28099173,0.26859504,0.2768595,0.26859504,0.28099173,0.2768595,0.2768595,0.2644628,0.28099173,0.26859504,0.28099173,0.2644628,0.4090909,0.39256197,0.36363637,0.3553719,0.32231405,0.35950413,0.4214876,0.38842976,0.38842976,0.44214877,0.38842976,0.42975205,0.42561984,0.4090909,0.41322315,0.38842976,0.37603307,0.4090909,0.4214876,0.41322315,0.37603307,0.34710744,0.338843,0.33471075,0.3264463,0.32231405,0.3140496,0.3140496,0.3181818,0.30991736,0.29338843,0.30578512,0.32231405,0.3140496,0.30991736,0.30165288,0.30991736,0.30991736,0.3181818,0.33471075,0.338843,0.34710744,0.35123968,0.37190083,0.3966942,0.38842976,0.37603307,0.32231405,0.34710744,0.40082645,0.2892562,0.2603306,0.2644628,0.2603306,0.2644628,0.2644628,0.27272728,0.27272728,0.26859504,0.2644628,0.2892562,0.2644628,0.2768595,0.28099173,38 +0.30578512,0.3140496,0.21900827,0.2603306,0.30991736,0.35950413,0.38016528,0.45041323,0.4876033,0.49173555,0.5041322,0.5206612,0.5661157,0.59917355,0.61157024,0.6322314,0.6446281,0.6404959,0.6487603,0.6652893,0.6735537,0.69008267,0.6942149,0.6942149,0.6983471,0.69008267,0.6818182,0.6818182,0.6694215,0.6404959,0.59090906,0.5661157,0.58264464,0.59504133,0.57438016,0.5495868,0.5247934,0.5082645,0.45867768,0.41322315,0.37190083,0.30578512,0.2520661,0.22727273,0.21487603,0.23140496,0.21487603,0.1694215,0.1694215,0.16115703,0.14049587,0.1446281,0.11570248,0.11570248,0.10330579,0.11570248,0.11570248,0.11570248,0.12396694,0.15289256,0.1694215,0.09917355,0.11157025,0.11157025,0.338843,0.24793388,0.24793388,0.30991736,0.34710744,0.38429752,0.4090909,0.46280992,0.4876033,0.5082645,0.5289256,0.5495868,0.5785124,0.60330576,0.61157024,0.62396693,0.6487603,0.6652893,0.6735537,0.677686,0.677686,0.6735537,0.677686,0.677686,0.6818182,0.677686,0.6735537,0.6818182,0.6694215,0.6446281,0.61157024,0.59504133,0.58677685,0.59504133,0.58677685,0.5661157,0.55785125,0.54545456,0.5082645,0.4752066,0.42975205,0.37603307,0.3181818,0.28099173,0.2520661,0.22727273,0.21900827,0.17768595,0.1570248,0.1446281,0.14049587,0.15289256,0.12809917,0.11983471,0.11157025,0.11570248,0.11983471,0.12809917,0.12396694,0.12809917,0.11983471,0.11983471,0.10743801,0.11157025,0.32231405,0.28099173,0.30165288,0.3264463,0.3677686,0.41735536,0.44214877,0.45867768,0.4876033,0.5247934,0.56198347,0.59090906,0.607438,0.62396693,0.6280992,0.6198347,0.6404959,0.6570248,0.6735537,0.6859504,0.6983471,0.6818182,0.6694215,0.6694215,0.6694215,0.677686,0.6652893,0.6570248,0.6652893,0.6446281,0.6280992,0.61570245,0.58264464,0.58677685,0.59090906,0.5785124,0.5661157,0.5661157,0.5495868,0.5165289,0.4752066,0.4338843,0.39256197,0.34710744,0.30165288,0.2644628,0.22727273,0.19008264,0.17768595,0.1983471,0.16115703,0.16115703,0.16115703,0.1446281,0.13636364,0.11157025,0.12809917,0.11983471,0.12809917,0.14049587,0.1322314,0.13636364,0.11983471,0.11570248,0.338843,0.33471075,0.3140496,0.3305785,0.39256197,0.4338843,0.45867768,0.47107437,0.5041322,0.55785125,0.59090906,0.61570245,0.62396693,0.62396693,0.61570245,0.6198347,0.6404959,0.6528926,0.6528926,0.6735537,0.6818182,0.6652893,0.661157,0.6652893,0.677686,0.6818182,0.661157,0.6446281,0.6528926,0.661157,0.6198347,0.607438,0.5785124,0.553719,0.58264464,0.61157024,0.58677685,0.58264464,0.5785124,0.55785125,0.5247934,0.49586776,0.45041323,0.41322315,0.35950413,0.33471075,0.29338843,0.2520661,0.19421488,0.20661157,0.15289256,0.16528925,0.17768595,0.15289256,0.14876033,0.12396694,0.11570248,0.11983471,0.11157025,0.12809917,0.1322314,0.12809917,0.12809917,0.13636364,0.37603307,0.37603307,0.3305785,0.35123968,0.4090909,0.446281,0.4876033,0.5082645,0.5413223,0.58264464,0.59917355,0.61570245,0.6280992,0.6404959,0.6404959,0.6404959,0.6446281,0.6528926,0.6528926,0.661157,0.6487603,0.6404959,0.6446281,0.6363636,0.6528926,0.6528926,0.6322314,0.62396693,0.6322314,0.6404959,0.61157024,0.607438,0.59504133,0.5413223,0.56198347,0.607438,0.61157024,0.58677685,0.58677685,0.58677685,0.57024795,0.553719,0.5165289,0.46280992,0.45454547,0.41735536,0.37603307,0.35950413,0.29338843,0.2644628,0.23553719,0.2231405,0.19421488,0.1694215,0.1570248,0.14876033,0.11157025,0.11570248,0.10743801,0.11157025,0.11157025,0.10743801,0.12809917,0.1322314,0.41322315,0.42561984,0.38842976,0.41735536,0.45454547,0.49586776,0.5289256,0.5495868,0.55785125,0.5785124,0.58677685,0.59917355,0.62396693,0.6404959,0.6280992,0.6198347,0.62396693,0.62396693,0.61570245,0.6198347,0.61570245,0.61570245,0.62396693,0.61570245,0.61157024,0.607438,0.59917355,0.58677685,0.59504133,0.60330576,0.59504133,0.5785124,0.58264464,0.54545456,0.5371901,0.57024795,0.59917355,0.58264464,0.57024795,0.57024795,0.57024795,0.55785125,0.5371901,0.5,0.49173555,0.45454547,0.42975205,0.4090909,0.3966942,0.36363637,0.3264463,0.28512397,0.2644628,0.24380165,0.1983471,0.18181819,0.14876033,0.12396694,0.10743801,0.10330579,0.11157025,0.11157025,0.11570248,0.11570248,0.45041323,0.46280992,0.47107437,0.47107437,0.49173555,0.53305787,0.5495868,0.55785125,0.5495868,0.57024795,0.57438016,0.57024795,0.5785124,0.59917355,0.61157024,0.58677685,0.57438016,0.58677685,0.58264464,0.5661157,0.5661157,0.57024795,0.59090906,0.59090906,0.5661157,0.57438016,0.57024795,0.54545456,0.553719,0.5661157,0.56198347,0.553719,0.5495868,0.54545456,0.5206612,0.5206612,0.56198347,0.57024795,0.553719,0.5413223,0.5371901,0.5413223,0.53305787,0.5041322,0.4876033,0.47107437,0.45041323,0.45041323,0.43801653,0.40495867,0.39256197,0.35123968,0.3181818,0.3264463,0.2892562,0.23966943,0.2107438,0.1694215,0.14049587,0.12396694,0.11983471,0.10743801,0.09917355,0.10330579,0.47933885,0.49586776,0.5041322,0.49173555,0.5,0.53305787,0.553719,0.553719,0.553719,0.5785124,0.57024795,0.5495868,0.5247934,0.53305787,0.54545456,0.53305787,0.5165289,0.5289256,0.5495868,0.5495868,0.5371901,0.5206612,0.5289256,0.5413223,0.5289256,0.5413223,0.53305787,0.5082645,0.5165289,0.53305787,0.5413223,0.5082645,0.5206612,0.47107437,0.5165289,0.49173555,0.5206612,0.5206612,0.5165289,0.5123967,0.5082645,0.5165289,0.5123967,0.47933885,0.48347107,0.4752066,0.45867768,0.45041323,0.45041323,0.43801653,0.41322315,0.39256197,0.35950413,0.35950413,0.35123968,0.3264463,0.30165288,0.25619835,0.20661157,0.16115703,0.14876033,0.13636364,0.11570248,0.11570248,0.4876033,0.5,0.5082645,0.47933885,0.47933885,0.5206612,0.54545456,0.54545456,0.54545456,0.56198347,0.56198347,0.5,0.4752066,0.49586776,0.4876033,0.46694216,0.44214877,0.45041323,0.47107437,0.4876033,0.49586776,0.48347107,0.46280992,0.48347107,0.48347107,0.49586776,0.4876033,0.48347107,0.49586776,0.5082645,0.5247934,0.446281,0.48347107,0.43801653,0.45454547,0.44214877,0.47107437,0.47107437,0.47933885,0.46280992,0.48347107,0.49586776,0.47933885,0.46694216,0.46694216,0.47107437,0.46694216,0.46694216,0.45867768,0.446281,0.45041323,0.41322315,0.38429752,0.3677686,0.35123968,0.36363637,0.3677686,0.338843,0.30165288,0.24380165,0.18595041,0.16115703,0.14876033,0.1570248,0.49173555,0.49586776,0.49173555,0.47107437,0.47933885,0.5082645,0.5082645,0.49586776,0.5082645,0.5165289,0.5165289,0.44214877,0.45041323,0.4752066,0.45867768,0.41735536,0.40495867,0.37190083,0.3677686,0.38842976,0.38016528,0.3677686,0.37603307,0.40082645,0.4214876,0.43801653,0.42975205,0.46694216,0.4752066,0.5,0.49586776,0.44214877,0.46280992,0.40082645,0.44214877,0.446281,0.42561984,0.42975205,0.45041323,0.43801653,0.46280992,0.47107437,0.45041323,0.45041323,0.45041323,0.45041323,0.46280992,0.47107437,0.446281,0.43801653,0.43801653,0.42561984,0.38429752,0.3553719,0.338843,0.3429752,0.37190083,0.38016528,0.35950413,0.30991736,0.25619835,0.2107438,0.19008264,0.2107438,0.49586776,0.5,0.47933885,0.47107437,0.48347107,0.5041322,0.47933885,0.45041323,0.45041323,0.45867768,0.45041323,0.40495867,0.42975205,0.45041323,0.41322315,0.338843,0.33471075,0.30578512,0.27272728,0.2768595,0.28099173,0.2644628,0.29752067,0.32231405,0.338843,0.37603307,0.38429752,0.42561984,0.45454547,0.4876033,0.4876033,0.45454547,0.4338843,0.38429752,0.41735536,0.41735536,0.38429752,0.4090909,0.42975205,0.42561984,0.42561984,0.42561984,0.41735536,0.41735536,0.4214876,0.4214876,0.4338843,0.44214877,0.4214876,0.41322315,0.41735536,0.41735536,0.37603307,0.35123968,0.3553719,0.34710744,0.35123968,0.3677686,0.3677686,0.35950413,0.3181818,0.2644628,0.25619835,0.2768595,0.5,0.49586776,0.47107437,0.47107437,0.4752066,0.48347107,0.45454547,0.43801653,0.4214876,0.41322315,0.40082645,0.3677686,0.38429752,0.37190083,0.3264463,0.30165288,0.28099173,0.27272728,0.22727273,0.23966943,0.23553719,0.23966943,0.2603306,0.28512397,0.2892562,0.3264463,0.3429752,0.3677686,0.4214876,0.47107437,0.46694216,0.45041323,0.4090909,0.39256197,0.42561984,0.4090909,0.39256197,0.3966942,0.4090909,0.3966942,0.38016528,0.37190083,0.35950413,0.3677686,0.37190083,0.38842976,0.4090909,0.41322315,0.41735536,0.41322315,0.4090909,0.4090909,0.3966942,0.37190083,0.37190083,0.37190083,0.35950413,0.338843,0.35123968,0.37603307,0.34710744,0.3181818,0.3140496,0.3181818,0.4876033,0.49173555,0.49173555,0.46694216,0.45867768,0.4752066,0.4338843,0.40495867,0.39256197,0.37603307,0.37190083,0.3553719,0.33471075,0.3305785,0.3264463,0.3305785,0.3305785,0.3264463,0.3264463,0.2892562,0.2768595,0.2644628,0.26859504,0.27272728,0.28099173,0.29752067,0.30578512,0.3264463,0.38429752,0.46694216,0.47933885,0.45867768,0.4338843,0.44214877,0.47933885,0.45867768,0.4090909,0.38429752,0.37603307,0.35950413,0.33471075,0.3140496,0.30578512,0.30165288,0.30165288,0.30578512,0.29338843,0.2892562,0.3305785,0.35950413,0.35950413,0.35123968,0.3429752,0.3553719,0.36363637,0.37190083,0.36363637,0.338843,0.33471075,0.35950413,0.3429752,0.34710744,0.338843,0.3305785,0.48347107,0.48347107,0.49586776,0.47933885,0.45041323,0.43801653,0.4090909,0.39256197,0.36363637,0.35123968,0.35950413,0.35123968,0.3429752,0.3429752,0.3429752,0.3305785,0.3181818,0.30578512,0.2603306,0.21900827,0.21487603,0.23553719,0.2644628,0.28512397,0.30165288,0.29752067,0.29338843,0.30165288,0.36363637,0.48347107,0.53305787,0.5371901,0.54545456,0.553719,0.55785125,0.49586776,0.41322315,0.3553719,0.3264463,0.30165288,0.28512397,0.28099173,0.28099173,0.27272728,0.2644628,0.25619835,0.24793388,0.25619835,0.2768595,0.29338843,0.29752067,0.29338843,0.29338843,0.30991736,0.3305785,0.34710744,0.34710744,0.3305785,0.3305785,0.338843,0.338843,0.36363637,0.35123968,0.3553719,0.46694216,0.49586776,0.4752066,0.4338843,0.446281,0.4214876,0.4090909,0.3966942,0.38429752,0.35950413,0.3553719,0.3264463,0.32231405,0.29752067,0.26859504,0.24380165,0.23553719,0.2107438,0.22727273,0.20247933,0.21487603,0.20247933,0.19008264,0.23966943,0.29752067,0.29752067,0.29752067,0.29338843,0.34710744,0.5082645,0.59917355,0.6280992,0.6404959,0.6446281,0.61570245,0.5247934,0.4214876,0.33471075,0.2892562,0.27272728,0.26859504,0.27272728,0.2603306,0.23966943,0.23553719,0.23553719,0.23553719,0.25619835,0.28512397,0.3140496,0.3181818,0.33471075,0.3264463,0.3305785,0.35950413,0.338843,0.3264463,0.3305785,0.3264463,0.33471075,0.34710744,0.3677686,0.3553719,0.35950413,0.45867768,0.49173555,0.5206612,0.46694216,0.45867768,0.446281,0.3966942,0.3966942,0.37603307,0.35950413,0.29338843,0.26859504,0.25619835,0.23553719,0.21487603,0.17355372,0.13636364,0.13636364,0.11570248,0.14049587,0.18595041,0.22727273,0.2107438,0.22727273,0.25619835,0.2892562,0.28099173,0.28099173,0.34710744,0.5247934,0.6446281,0.6818182,0.6942149,0.6818182,0.6280992,0.54545456,0.42975205,0.33471075,0.2892562,0.26859504,0.25619835,0.23140496,0.2107438,0.20247933,0.18181819,0.16115703,0.16115703,0.16115703,0.16115703,0.1983471,0.22727273,0.2644628,0.2892562,0.32231405,0.34710744,0.35123968,0.35123968,0.3429752,0.3264463,0.33471075,0.35950413,0.35123968,0.3677686,0.37190083,0.4752066,0.45867768,0.5041322,0.5041322,0.48347107,0.4338843,0.3966942,0.38429752,0.35123968,0.2892562,0.22727273,0.22727273,0.21487603,0.24380165,0.2231405,0.16528925,0.11983471,0.11570248,0.12396694,0.1694215,0.24380165,0.30991736,0.23140496,0.23140496,0.26859504,0.27272728,0.26859504,0.2768595,0.36363637,0.5289256,0.6446281,0.6818182,0.6818182,0.6694215,0.6322314,0.5413223,0.4338843,0.35950413,0.29338843,0.2520661,0.24793388,0.21487603,0.20247933,0.23553719,0.1983471,0.14049587,0.1446281,0.11983471,0.1322314,0.14049587,0.19008264,0.19421488,0.21900827,0.23553719,0.2520661,0.33471075,0.37603307,0.36363637,0.35123968,0.3429752,0.35950413,0.35123968,0.38429752,0.35950413,0.46694216,0.45867768,0.47107437,0.47107437,0.446281,0.45867768,0.42561984,0.34710744,0.28512397,0.24793388,0.23140496,0.24380165,0.2231405,0.2768595,0.2644628,0.20247933,0.17355372,0.18181819,0.1694215,0.21487603,0.30165288,0.3140496,0.2768595,0.23553719,0.2644628,0.2892562,0.27272728,0.30991736,0.40082645,0.5289256,0.6322314,0.6694215,0.6735537,0.6446281,0.6198347,0.553719,0.4214876,0.3677686,0.2892562,0.2644628,0.26859504,0.23140496,0.2231405,0.30165288,0.2603306,0.17355372,0.15289256,0.11983471,0.12809917,0.15289256,0.2520661,0.23553719,0.18181819,0.21900827,0.23553719,0.23140496,0.34710744,0.38016528,0.3677686,0.3677686,0.36363637,0.3677686,0.38429752,0.37603307,0.5041322,0.5123967,0.5165289,0.4876033,0.41735536,0.3553719,0.3305785,0.29338843,0.28512397,0.3181818,0.35123968,0.35950413,0.338843,0.338843,0.3264463,0.30165288,0.27272728,0.2768595,0.28512397,0.32231405,0.3181818,0.2892562,0.2768595,0.2768595,0.2892562,0.3264463,0.3264463,0.37603307,0.46694216,0.5371901,0.607438,0.6528926,0.6694215,0.6487603,0.61157024,0.54545456,0.4338843,0.3677686,0.3140496,0.29752067,0.2892562,0.25619835,0.24380165,0.29752067,0.29338843,0.22727273,0.23140496,0.19008264,0.14876033,0.2231405,0.32231405,0.30991736,0.23553719,0.2107438,0.24380165,0.23140496,0.30991736,0.34710744,0.37190083,0.38016528,0.3677686,0.37190083,0.38016528,0.38429752,0.47933885,0.48347107,0.5082645,0.5041322,0.49173555,0.46694216,0.41322315,0.40082645,0.41735536,0.44214877,0.45867768,0.45867768,0.44214877,0.4338843,0.42561984,0.40082645,0.38842976,0.39256197,0.38016528,0.37603307,0.3553719,0.3305785,0.32231405,0.3553719,0.35123968,0.38842976,0.40082645,0.44214877,0.5247934,0.54545456,0.5785124,0.6487603,0.6694215,0.6446281,0.607438,0.5413223,0.43801653,0.37603307,0.36363637,0.35123968,0.35123968,0.3264463,0.26859504,0.2768595,0.28512397,0.30165288,0.30578512,0.26859504,0.2644628,0.3140496,0.35950413,0.338843,0.3429752,0.33471075,0.35123968,0.338843,0.3140496,0.3181818,0.35123968,0.35950413,0.38016528,0.38429752,0.38842976,0.38016528,0.4752066,0.49586776,0.5247934,0.5413223,0.56198347,0.57438016,0.5495868,0.5289256,0.5165289,0.5206612,0.5123967,0.48347107,0.45867768,0.46280992,0.4752066,0.46694216,0.45454547,0.446281,0.41735536,0.40082645,0.38016528,0.3305785,0.33471075,0.38429752,0.3966942,0.44214877,0.4752066,0.5165289,0.54545456,0.53305787,0.5495868,0.6363636,0.6694215,0.6322314,0.59917355,0.5247934,0.42561984,0.41322315,0.38429752,0.38429752,0.37603307,0.3429752,0.29338843,0.28512397,0.29338843,0.3429752,0.35950413,0.3429752,0.37190083,0.39256197,0.42975205,0.42561984,0.42975205,0.42561984,0.4214876,0.40495867,0.38429752,0.3553719,0.3553719,0.38429752,0.40082645,0.4090909,0.39256197,0.37190083,0.4876033,0.5123967,0.5247934,0.5371901,0.553719,0.57438016,0.59090906,0.56198347,0.5247934,0.553719,0.54545456,0.5082645,0.47107437,0.446281,0.44214877,0.446281,0.4338843,0.4214876,0.3966942,0.38429752,0.38016528,0.38016528,0.39256197,0.446281,0.4752066,0.5123967,0.5495868,0.5661157,0.5413223,0.5082645,0.5247934,0.62396693,0.6694215,0.6322314,0.59090906,0.5123967,0.38429752,0.4214876,0.41735536,0.4214876,0.3966942,0.36363637,0.34710744,0.3305785,0.32231405,0.36363637,0.37603307,0.38842976,0.42561984,0.43801653,0.446281,0.43801653,0.41735536,0.4214876,0.42561984,0.40495867,0.40495867,0.39256197,0.3966942,0.40082645,0.4090909,0.4090909,0.38429752,0.35950413,0.4752066,0.49586776,0.5041322,0.5289256,0.5495868,0.57024795,0.59504133,0.58264464,0.55785125,0.57438016,0.59504133,0.5785124,0.54545456,0.5123967,0.47933885,0.47107437,0.46280992,0.45041323,0.45041323,0.44214877,0.446281,0.44214877,0.45041323,0.5,0.5495868,0.58264464,0.58264464,0.56198347,0.53305787,0.4876033,0.5082645,0.6363636,0.6694215,0.62396693,0.58264464,0.5165289,0.40082645,0.3966942,0.4338843,0.46280992,0.45454547,0.4214876,0.40495867,0.40082645,0.40082645,0.40082645,0.39256197,0.38842976,0.39256197,0.40495867,0.40495867,0.40082645,0.41735536,0.43801653,0.446281,0.41322315,0.3966942,0.41735536,0.42975205,0.3966942,0.40082645,0.40082645,0.37603307,0.3553719,0.46694216,0.48347107,0.5082645,0.53305787,0.5413223,0.5495868,0.57024795,0.6198347,0.6280992,0.59504133,0.58677685,0.59917355,0.59504133,0.59504133,0.58264464,0.5785124,0.57024795,0.5495868,0.5247934,0.5,0.47933885,0.49173555,0.5495868,0.59504133,0.59917355,0.607438,0.57438016,0.5371901,0.5247934,0.48347107,0.5082645,0.6446281,0.6983471,0.61157024,0.59090906,0.53305787,0.39256197,0.35950413,0.43801653,0.4752066,0.5041322,0.5041322,0.47107437,0.47107437,0.47107437,0.46694216,0.45041323,0.446281,0.43801653,0.45041323,0.45454547,0.46280992,0.4752066,0.4752066,0.45867768,0.45041323,0.44214877,0.4338843,0.42975205,0.4090909,0.39256197,0.3966942,0.38016528,0.35123968,0.45454547,0.48347107,0.5123967,0.5206612,0.5247934,0.5495868,0.59090906,0.6322314,0.6570248,0.62396693,0.59090906,0.607438,0.61570245,0.62396693,0.6198347,0.60330576,0.58677685,0.5661157,0.5413223,0.5289256,0.54545456,0.59090906,0.6280992,0.6322314,0.61157024,0.5785124,0.5495868,0.5165289,0.5123967,0.46694216,0.5082645,0.6404959,0.7355372,0.6322314,0.59504133,0.5165289,0.38429752,0.35950413,0.40495867,0.46280992,0.5247934,0.553719,0.56198347,0.5371901,0.5123967,0.5041322,0.47933885,0.5,0.5123967,0.5206612,0.5247934,0.5206612,0.5082645,0.5,0.4876033,0.48347107,0.47107437,0.45041323,0.42975205,0.41322315,0.39256197,0.40495867,0.37603307,0.34710744,0.45454547,0.48347107,0.49173555,0.49173555,0.5165289,0.55785125,0.59090906,0.61570245,0.6198347,0.6528926,0.6198347,0.61570245,0.6198347,0.6363636,0.6198347,0.607438,0.59917355,0.5785124,0.57438016,0.5785124,0.607438,0.6363636,0.6322314,0.61157024,0.58264464,0.553719,0.5247934,0.5041322,0.49586776,0.4752066,0.5123967,0.6363636,0.7355372,0.6446281,0.59090906,0.49173555,0.37190083,0.36363637,0.38429752,0.43801653,0.5041322,0.54545456,0.58264464,0.59090906,0.57024795,0.54545456,0.5247934,0.53305787,0.5289256,0.5371901,0.5413223,0.5247934,0.5206612,0.5165289,0.49586776,0.47933885,0.4876033,0.4752066,0.45041323,0.41735536,0.3966942,0.40495867,0.37190083,0.35950413,0.45454547,0.47107437,0.4752066,0.5041322,0.5165289,0.553719,0.59504133,0.61570245,0.6322314,0.6404959,0.6652893,0.59917355,0.607438,0.61157024,0.59090906,0.59090906,0.60330576,0.58677685,0.607438,0.62396693,0.6322314,0.6363636,0.62396693,0.607438,0.5495868,0.5413223,0.5123967,0.49173555,0.5,0.49586776,0.5247934,0.6446281,0.72727275,0.6528926,0.5785124,0.46280992,0.37603307,0.37603307,0.38429752,0.41322315,0.47107437,0.53305787,0.5661157,0.61157024,0.61570245,0.59917355,0.58264464,0.57024795,0.553719,0.5495868,0.5413223,0.53305787,0.5495868,0.5413223,0.5123967,0.4876033,0.49173555,0.48347107,0.45041323,0.4214876,0.3966942,0.3966942,0.37190083,0.35950413,0.446281,0.47107437,0.4752066,0.5041322,0.5247934,0.54545456,0.553719,0.59090906,0.6198347,0.62396693,0.6280992,0.6280992,0.6280992,0.62396693,0.61570245,0.60330576,0.6322314,0.6280992,0.6322314,0.6404959,0.62396693,0.61157024,0.61157024,0.59917355,0.54545456,0.5123967,0.49586776,0.5,0.5082645,0.5,0.5371901,0.6404959,0.7231405,0.6487603,0.5785124,0.47107437,0.40495867,0.38429752,0.38429752,0.38429752,0.4214876,0.5041322,0.553719,0.607438,0.6322314,0.6404959,0.6280992,0.59917355,0.58264464,0.5785124,0.57024795,0.5785124,0.59090906,0.553719,0.5206612,0.5165289,0.5123967,0.49173555,0.45867768,0.42975205,0.3966942,0.3966942,0.3677686,0.34710744,0.4338843,0.45867768,0.4752066,0.5041322,0.5041322,0.5082645,0.53305787,0.553719,0.59090906,0.6280992,0.6404959,0.6859504,0.6652893,0.6652893,0.6694215,0.6487603,0.6652893,0.6570248,0.6363636,0.6363636,0.607438,0.59090906,0.59504133,0.57438016,0.5371901,0.5,0.48347107,0.5041322,0.5165289,0.5165289,0.5495868,0.6528926,0.71900827,0.6363636,0.5785124,0.5,0.446281,0.41322315,0.38842976,0.38429752,0.40495867,0.4752066,0.53305787,0.58677685,0.6198347,0.6363636,0.6280992,0.6198347,0.6198347,0.62396693,0.6280992,0.6280992,0.61157024,0.59090906,0.5661157,0.54545456,0.5289256,0.47933885,0.45041323,0.42561984,0.40082645,0.39256197,0.3677686,0.338843,0.41735536,0.45041323,0.47933885,0.4876033,0.4752066,0.4752066,0.5247934,0.5413223,0.58264464,0.61570245,0.6446281,0.6735537,0.6735537,0.6735537,0.6735537,0.6652893,0.6570248,0.6446281,0.6280992,0.6280992,0.58677685,0.56198347,0.5495868,0.5413223,0.5206612,0.4876033,0.4876033,0.5,0.5206612,0.53305787,0.56198347,0.661157,0.70247936,0.6280992,0.57024795,0.5165289,0.46280992,0.4214876,0.39256197,0.38016528,0.39256197,0.45867768,0.5165289,0.5661157,0.59090906,0.61157024,0.6198347,0.6322314,0.6363636,0.6487603,0.6570248,0.6570248,0.6446281,0.6280992,0.59090906,0.56198347,0.5247934,0.47107437,0.44214877,0.40495867,0.39256197,0.38429752,0.3677686,0.3264463,0.4090909,0.45454547,0.4876033,0.4752066,0.45454547,0.49173555,0.5371901,0.55785125,0.5661157,0.59090906,0.62396693,0.6404959,0.661157,0.661157,0.661157,0.6528926,0.6322314,0.62396693,0.61570245,0.607438,0.58264464,0.5371901,0.5413223,0.5371901,0.5,0.48347107,0.4876033,0.49173555,0.5041322,0.5206612,0.56198347,0.6652893,0.6942149,0.6198347,0.5661157,0.5206612,0.46280992,0.40082645,0.38016528,0.3677686,0.37603307,0.42975205,0.5,0.5495868,0.57438016,0.61157024,0.6280992,0.6363636,0.6404959,0.6487603,0.6487603,0.6404959,0.6404959,0.61570245,0.60330576,0.56198347,0.5289256,0.4752066,0.4214876,0.40082645,0.37603307,0.38016528,0.35950413,0.338843,0.41322315,0.45454547,0.4876033,0.46280992,0.47107437,0.5041322,0.55785125,0.553719,0.57024795,0.58677685,0.60330576,0.62396693,0.6322314,0.6322314,0.6322314,0.61570245,0.60330576,0.59917355,0.58264464,0.5785124,0.5661157,0.553719,0.5371901,0.5123967,0.49586776,0.47933885,0.4876033,0.48347107,0.47933885,0.5123967,0.56198347,0.6694215,0.6983471,0.6280992,0.5785124,0.5165289,0.42975205,0.36363637,0.3553719,0.36363637,0.36363637,0.40495867,0.47107437,0.5247934,0.55785125,0.59504133,0.607438,0.61157024,0.62396693,0.6363636,0.6322314,0.6198347,0.6198347,0.59504133,0.58677685,0.5661157,0.5206612,0.47933885,0.41735536,0.38842976,0.37603307,0.38429752,0.34710744,0.35123968,0.41735536,0.45041323,0.46694216,0.446281,0.4876033,0.5123967,0.54545456,0.5413223,0.55785125,0.5785124,0.58264464,0.59504133,0.59504133,0.59917355,0.59504133,0.58677685,0.58264464,0.5785124,0.56198347,0.553719,0.5495868,0.54545456,0.5206612,0.49173555,0.48347107,0.49586776,0.5165289,0.5,0.46694216,0.5,0.56198347,0.6570248,0.6859504,0.6322314,0.58264464,0.5,0.40082645,0.3429752,0.3677686,0.41735536,0.38016528,0.37603307,0.43801653,0.49586776,0.5371901,0.56198347,0.57024795,0.58677685,0.59504133,0.60330576,0.607438,0.59917355,0.59917355,0.56198347,0.53305787,0.54545456,0.5123967,0.4752066,0.41322315,0.37603307,0.37603307,0.39256197,0.338843,0.3429752,0.4338843,0.44214877,0.45454547,0.42561984,0.47933885,0.4876033,0.5206612,0.5413223,0.5371901,0.56198347,0.55785125,0.553719,0.5661157,0.56198347,0.553719,0.5495868,0.5495868,0.55785125,0.5495868,0.5371901,0.53305787,0.5165289,0.47933885,0.44214877,0.45867768,0.5165289,0.5413223,0.5123967,0.4752066,0.49586776,0.55785125,0.6363636,0.661157,0.62396693,0.5785124,0.48347107,0.38842976,0.35123968,0.40082645,0.45867768,0.4214876,0.37190083,0.3966942,0.446281,0.5,0.5289256,0.5495868,0.57024795,0.553719,0.57438016,0.58264464,0.5785124,0.5785124,0.5371901,0.53305787,0.5289256,0.4876033,0.45454547,0.41322315,0.36363637,0.38016528,0.3966942,0.3305785,0.3429752,0.446281,0.4338843,0.446281,0.41322315,0.46280992,0.48347107,0.5165289,0.5165289,0.5247934,0.53305787,0.5247934,0.5206612,0.53305787,0.5289256,0.5165289,0.5206612,0.5247934,0.5289256,0.5289256,0.5247934,0.5082645,0.47933885,0.46280992,0.41322315,0.4338843,0.5206612,0.5413223,0.5123967,0.4876033,0.5041322,0.5495868,0.60330576,0.62396693,0.607438,0.57024795,0.47107437,0.39256197,0.37603307,0.4214876,0.45041323,0.45041323,0.3677686,0.38429752,0.41322315,0.44214877,0.48347107,0.5165289,0.54545456,0.5165289,0.5413223,0.54545456,0.54545456,0.5495868,0.5123967,0.5206612,0.49586776,0.46280992,0.446281,0.40495867,0.35950413,0.37190083,0.37603307,0.338843,0.34710744,0.446281,0.4338843,0.4338843,0.4090909,0.45041323,0.46694216,0.48347107,0.4876033,0.49173555,0.48347107,0.4876033,0.49586776,0.49586776,0.49586776,0.5041322,0.5123967,0.5123967,0.5041322,0.5082645,0.5082645,0.48347107,0.45041323,0.44214877,0.4338843,0.46280992,0.5,0.5123967,0.4876033,0.49173555,0.5041322,0.5413223,0.5785124,0.58677685,0.58264464,0.5495868,0.47933885,0.41322315,0.39256197,0.3966942,0.41322315,0.41735536,0.3677686,0.38016528,0.39256197,0.3966942,0.43801653,0.47107437,0.5206612,0.49173555,0.5165289,0.5289256,0.5247934,0.5206612,0.49173555,0.5,0.4752066,0.446281,0.42561984,0.38842976,0.3677686,0.35123968,0.37603307,0.34710744,0.3429752,0.446281,0.44214877,0.42975205,0.42561984,0.44214877,0.44214877,0.45041323,0.45867768,0.45867768,0.45454547,0.446281,0.45454547,0.46694216,0.48347107,0.4876033,0.49173555,0.5,0.49586776,0.49586776,0.4876033,0.46280992,0.45454547,0.47107437,0.47933885,0.45454547,0.446281,0.446281,0.45041323,0.45454547,0.4876033,0.53305787,0.54545456,0.5371901,0.5289256,0.5041322,0.45867768,0.40082645,0.35950413,0.34710744,0.35950413,0.37603307,0.3429752,0.3553719,0.37603307,0.38016528,0.38016528,0.42561984,0.48347107,0.47933885,0.5041322,0.5041322,0.5,0.49173555,0.4752066,0.45454547,0.45454547,0.4090909,0.3966942,0.39256197,0.3553719,0.34710744,0.38016528,0.34710744,0.34710744,0.4214876,0.43801653,0.42975205,0.4338843,0.44214877,0.42561984,0.42975205,0.44214877,0.42561984,0.41322315,0.41322315,0.4214876,0.45867768,0.4752066,0.46694216,0.48347107,0.49586776,0.49586776,0.4876033,0.46694216,0.45867768,0.47933885,0.5165289,0.53305787,0.47107437,0.38842976,0.34710744,0.3264463,0.40495867,0.45867768,0.49586776,0.49586776,0.4752066,0.46694216,0.45867768,0.4214876,0.37603307,0.3181818,0.2603306,0.30165288,0.34710744,0.34710744,0.3677686,0.39256197,0.3966942,0.3553719,0.3677686,0.42975205,0.45454547,0.49173555,0.49173555,0.47933885,0.46694216,0.45867768,0.446281,0.42561984,0.40495867,0.3966942,0.38016528,0.35950413,0.3677686,0.37190083,0.3305785,0.338843,0.4214876,0.41322315,0.42975205,0.43801653,0.42975205,0.4214876,0.4090909,0.40495867,0.3966942,0.38016528,0.38016528,0.40082645,0.43801653,0.46280992,0.47107437,0.47933885,0.48347107,0.48347107,0.46694216,0.45867768,0.4752066,0.5165289,0.54545456,0.553719,0.5661157,0.42975205,0.2603306,0.18595041,0.3181818,0.4214876,0.44214877,0.42561984,0.41735536,0.41735536,0.41735536,0.38016528,0.3677686,0.2644628,0.18181819,0.24380165,0.3264463,0.34710744,0.37603307,0.4214876,0.42975205,0.40495867,0.338843,0.37190083,0.40082645,0.45454547,0.46280992,0.46280992,0.44214877,0.4338843,0.4214876,0.40082645,0.3966942,0.38429752,0.3677686,0.37190083,0.3677686,0.36363637,0.33471075,0.35123968,0.43801653,0.4090909,0.4338843,0.44214877,0.44214877,0.4338843,0.40495867,0.38429752,0.3677686,0.38016528,0.40082645,0.42975205,0.446281,0.47933885,0.4752066,0.47107437,0.46280992,0.45867768,0.45454547,0.49173555,0.5123967,0.54545456,0.56198347,0.553719,0.55785125,0.49586776,0.2520661,0.19421488,0.21900827,0.38016528,0.40495867,0.3677686,0.38016528,0.38016528,0.37603307,0.36363637,0.3553719,0.2644628,0.24380165,0.30578512,0.35123968,0.33471075,0.38842976,0.4338843,0.46694216,0.45867768,0.41322315,0.35950413,0.34710744,0.38429752,0.41735536,0.446281,0.43801653,0.42975205,0.41735536,0.39256197,0.37603307,0.38016528,0.37603307,0.35950413,0.34710744,0.35123968,0.3429752,0.33471075,0.4338843,0.42561984,0.45454547,0.45041323,0.45867768,0.47107437,0.42975205,0.40082645,0.41735536,0.41322315,0.45041323,0.45867768,0.45454547,0.45867768,0.45454547,0.45867768,0.45867768,0.45867768,0.5,0.5495868,0.553719,0.55785125,0.56198347,0.56198347,0.53305787,0.5123967,0.30991736,0.21900827,0.21487603,0.2603306,0.38016528,0.35950413,0.35950413,0.36363637,0.35950413,0.35950413,0.3140496,0.2892562,0.3181818,0.3140496,0.33471075,0.34710744,0.3677686,0.41735536,0.45454547,0.48347107,0.4876033,0.44214877,0.38016528,0.34710744,0.35950413,0.40495867,0.42975205,0.43801653,0.41322315,0.39256197,0.38016528,0.37190083,0.36363637,0.35950413,0.35123968,0.35123968,0.35123968,0.29338843,0.42561984,0.4214876,0.45454547,0.45867768,0.4752066,0.4876033,0.45041323,0.4214876,0.45867768,0.46280992,0.46280992,0.46694216,0.446281,0.44214877,0.47107437,0.46694216,0.4876033,0.5123967,0.5495868,0.5785124,0.5661157,0.5661157,0.5661157,0.55785125,0.5247934,0.5206612,0.40082645,0.2644628,0.24380165,0.22727273,0.2768595,0.32231405,0.338843,0.3553719,0.338843,0.3181818,0.28512397,0.2892562,0.30578512,0.3181818,0.3264463,0.35123968,0.37603307,0.38842976,0.43801653,0.46280992,0.5,0.4876033,0.446281,0.3966942,0.3429752,0.35123968,0.4090909,0.42975205,0.41322315,0.38429752,0.37603307,0.37603307,0.37603307,0.36363637,0.37190083,0.3677686,0.3553719,0.2603306,0.42561984,0.42561984,0.44214877,0.45867768,0.47107437,0.4752066,0.45454547,0.45041323,0.4752066,0.45041323,0.4752066,0.45867768,0.44214877,0.4876033,0.4876033,0.49173555,0.5247934,0.5661157,0.5495868,0.55785125,0.5413223,0.54545456,0.553719,0.53305787,0.5041322,0.5165289,0.46694216,0.38016528,0.2892562,0.25619835,0.23553719,0.25619835,0.2603306,0.28099173,0.26859504,0.27272728,0.2768595,0.28099173,0.28512397,0.30165288,0.3181818,0.35123968,0.37190083,0.38429752,0.42975205,0.45041323,0.4876033,0.49173555,0.46694216,0.44214877,0.39256197,0.34710744,0.3677686,0.41735536,0.41735536,0.3966942,0.38016528,0.37603307,0.38842976,0.38842976,0.38016528,0.35123968,0.35123968,0.21900827,0.40082645,0.45041323,0.44214877,0.44214877,0.45454547,0.45041323,0.446281,0.45867768,0.4752066,0.4752066,0.46280992,0.446281,0.5041322,0.4876033,0.47933885,0.5165289,0.5495868,0.56198347,0.5289256,0.5289256,0.5206612,0.5082645,0.5247934,0.5123967,0.5,0.5,0.45454547,0.446281,0.36363637,0.30578512,0.26859504,0.24793388,0.23553719,0.23140496,0.22727273,0.25619835,0.2892562,0.28512397,0.28099173,0.30578512,0.30991736,0.338843,0.34710744,0.36363637,0.4090909,0.446281,0.45454547,0.47107437,0.46280992,0.44214877,0.4214876,0.38429752,0.35123968,0.39256197,0.4090909,0.40082645,0.37603307,0.3966942,0.40082645,0.3677686,0.37603307,0.34710744,0.35950413,0.1694215,0.38429752,0.44214877,0.4338843,0.42561984,0.43801653,0.44214877,0.41735536,0.44214877,0.47107437,0.4752066,0.44214877,0.49173555,0.5206612,0.44214877,0.4876033,0.5247934,0.5289256,0.5206612,0.49586776,0.49586776,0.5041322,0.5082645,0.5,0.49586776,0.4876033,0.47933885,0.4752066,0.45867768,0.43801653,0.37603307,0.34710744,0.2892562,0.2644628,0.2603306,0.23553719,0.2603306,0.30165288,0.30578512,0.30991736,0.32231405,0.3181818,0.338843,0.35950413,0.35950413,0.38842976,0.4214876,0.4214876,0.44214877,0.45041323,0.42561984,0.40082645,0.40495867,0.3677686,0.37603307,0.40082645,0.38842976,0.37603307,0.38842976,0.39256197,0.38429752,0.3553719,0.35950413,0.3305785,0.12809917,0.3264463,0.45041323,0.41322315,0.4338843,0.41735536,0.45041323,0.4338843,0.42561984,0.46280992,0.43801653,0.49173555,0.5082645,0.47107437,0.46280992,0.48347107,0.5,0.47933885,0.45041323,0.45867768,0.45867768,0.4876033,0.5,0.5,0.47933885,0.47107437,0.44214877,0.4876033,0.47933885,0.46694216,0.42975205,0.40082645,0.34710744,0.3140496,0.30578512,0.27272728,0.29338843,0.3305785,0.3305785,0.3429752,0.33471075,0.32231405,0.338843,0.35123968,0.35950413,0.40082645,0.41322315,0.4090909,0.42975205,0.4338843,0.4090909,0.37603307,0.3966942,0.37603307,0.36363637,0.39256197,0.39256197,0.36363637,0.38842976,0.39256197,0.37603307,0.35950413,0.38842976,0.2603306,0.08264463,0.26859504,0.45454547,0.37603307,0.4338843,0.40082645,0.446281,0.446281,0.43801653,0.45041323,0.46280992,0.5082645,0.4752066,0.43801653,0.47933885,0.47107437,0.45041323,0.42561984,0.41735536,0.40495867,0.41735536,0.446281,0.46694216,0.4876033,0.46694216,0.45454547,0.45454547,0.45867768,0.46694216,0.47933885,0.48347107,0.45867768,0.41322315,0.37190083,0.3429752,0.32231405,0.33471075,0.3553719,0.35123968,0.34710744,0.3429752,0.338843,0.34710744,0.35950413,0.38016528,0.40495867,0.4090909,0.39256197,0.38842976,0.39256197,0.40082645,0.37603307,0.3966942,0.37603307,0.35950413,0.38842976,0.3966942,0.3553719,0.38016528,0.39256197,0.35950413,0.3264463,0.38429752,0.18181819,0.05785124,0.22727273,0.41735536,0.37603307,0.41322315,0.40082645,0.42561984,0.45867768,0.45041323,0.446281,0.49586776,0.4752066,0.45454547,0.45867768,0.43801653,0.42561984,0.39256197,0.3677686,0.3429752,0.30578512,0.3140496,0.3429752,0.38016528,0.4214876,0.42561984,0.42561984,0.42975205,0.42561984,0.4214876,0.42561984,0.4338843,0.44214877,0.42975205,0.39256197,0.35950413,0.34710744,0.35123968,0.34710744,0.34710744,0.338843,0.3305785,0.338843,0.34710744,0.338843,0.3553719,0.37190083,0.3677686,0.37603307,0.36363637,0.36363637,0.3966942,0.38016528,0.40495867,0.38842976,0.3677686,0.38842976,0.39256197,0.35123968,0.38429752,0.3677686,0.34710744,0.338843,0.3966942,0.11570248,0.07024793,0.2520661,0.3140496,0.3677686,0.4090909,0.3966942,0.41322315,0.43801653,0.41735536,0.43801653,0.5082645,0.446281,0.46694216,0.47107437,0.446281,0.39256197,0.33471075,0.30578512,0.26859504,0.21900827,0.21487603,0.20247933,0.22727273,0.28512397,0.32231405,0.35950413,0.338843,0.3181818,0.3140496,0.32231405,0.33471075,0.3429752,0.34710744,0.3429752,0.3181818,0.3181818,0.32231405,0.3181818,0.32231405,0.29752067,0.30991736,0.3140496,0.28099173,0.23966943,0.21487603,0.20661157,0.21487603,0.2892562,0.33471075,0.35950413,0.3966942,0.3677686,0.40082645,0.39256197,0.38016528,0.39256197,0.38429752,0.3553719,0.38016528,0.36363637,0.35123968,0.3677686,0.30991736,0.06198347,0.09504132,0.2892562,0.23140496,0.36363637,0.3966942,0.39256197,0.3966942,0.41735536,0.4090909,0.41735536,0.45867768,0.45041323,0.47107437,0.47933885,0.46280992,0.4090909,0.33471075,0.28099173,0.2603306,0.24380165,0.24793388,0.1983471,0.14876033,0.13636364,0.19421488,0.29752067,0.26859504,0.23966943,0.2603306,0.28512397,0.3181818,0.3140496,0.30991736,0.2892562,0.28512397,0.30165288,0.3305785,0.338843,0.32231405,0.24380165,0.28099173,0.30578512,0.20247933,0.14876033,0.12809917,0.1983471,0.21487603,0.27272728,0.3305785,0.36363637,0.40082645,0.37190083,0.3966942,0.37603307,0.38842976,0.39256197,0.35950413,0.338843,0.3966942,0.35123968,0.3553719,0.3677686,0.1983471,0.0785124,0.10330579,0.28512397,0.22727273,0.25619835,0.36363637,0.37603307,0.40082645,0.4214876,0.41735536,0.42561984,0.44214877,0.446281,0.45454547,0.46694216,0.44214877,0.39256197,0.33471075,0.30991736,0.30991736,0.3305785,0.3677686,0.3677686,0.2892562,0.17768595,0.18595041,0.28512397,0.1983471,0.19421488,0.28512397,0.3429752,0.38016528,0.38016528,0.3677686,0.30165288,0.3264463,0.37603307,0.40495867,0.4090909,0.38016528,0.20661157,0.21900827,0.30578512,0.18181819,0.20247933,0.2603306,0.3305785,0.3181818,0.3181818,0.3264463,0.34710744,0.38429752,0.38429752,0.40082645,0.36363637,0.38842976,0.37603307,0.33471075,0.35950413,0.36363637,0.36363637,0.3553719,0.27272728,0.09504132,0.11570248,0.10743801,0.28512397,0.2644628,0.21900827,0.25619835,0.35950413,0.41735536,0.41322315,0.41322315,0.41735536,0.40495867,0.41322315,0.44214877,0.45454547,0.45454547,0.38016528,0.35123968,0.37603307,0.37603307,0.38429752,0.43801653,0.48347107,0.46280992,0.35123968,0.2603306,0.24793388,0.14876033,0.14049587,0.24380165,0.33471075,0.40495867,0.41735536,0.44214877,0.2603306,0.34710744,0.44214877,0.45041323,0.41735536,0.34710744,0.20661157,0.14876033,0.29338843,0.2644628,0.30165288,0.36363637,0.3677686,0.36363637,0.3553719,0.3264463,0.30991736,0.37603307,0.3966942,0.38429752,0.3677686,0.38429752,0.35123968,0.3305785,0.35950413,0.35123968,0.3677686,0.3181818,0.16528925,0.09917355,0.11570248,0.11157025,0.30578512,0.29338843,0.23553719,0.15289256,0.27272728,0.43801653,0.4214876,0.40495867,0.40082645,0.38842976,0.41322315,0.4338843,0.41322315,0.40082645,0.38016528,0.38429752,0.41322315,0.42561984,0.4338843,0.46280992,0.49586776,0.5082645,0.48347107,0.45867768,0.38016528,0.29752067,0.20247933,0.1570248,0.13636364,0.17768595,0.23140496,0.27272728,0.16528925,0.20247933,0.2892562,0.3140496,0.2892562,0.23140496,0.2231405,0.2520661,0.3305785,0.35950413,0.35950413,0.37190083,0.37603307,0.3677686,0.33471075,0.33471075,0.33471075,0.37603307,0.39256197,0.37190083,0.38016528,0.35950413,0.34710744,0.3429752,0.37190083,0.36363637,0.3553719,0.20247933,0.08264463,0.10330579,0.12396694,0.09504132,0.30991736,0.29752067,0.24380165,0.1322314,0.2107438,0.42975205,0.42975205,0.40082645,0.38016528,0.36363637,0.40082645,0.4214876,0.38016528,0.3429752,0.39256197,0.40495867,0.41322315,0.44214877,0.45867768,0.46280992,0.4752066,0.47107437,0.4876033,0.5495868,0.5661157,0.5371901,0.46280992,0.38842976,0.30165288,0.21487603,0.16115703,0.1694215,0.1570248,0.16528925,0.20247933,0.2520661,0.2603306,0.27272728,0.3140496,0.38429752,0.38016528,0.35123968,0.34710744,0.36363637,0.38016528,0.37190083,0.35950413,0.35950413,0.3553719,0.3677686,0.38842976,0.36363637,0.3677686,0.36363637,0.35123968,0.338843,0.37603307,0.38016528,0.29338843,0.08264463,0.08677686,0.10330579,0.10743801,0.10743801,0.30165288,0.29752067,0.2644628,0.17355372,0.23966943,0.41735536,0.41735536,0.3966942,0.39256197,0.38429752,0.38016528,0.38016528,0.37603307,0.36363637,0.3966942,0.40495867,0.41322315,0.4338843,0.45867768,0.45867768,0.45041323,0.45041323,0.46280992,0.5082645,0.55785125,0.57438016,0.57438016,0.58264464,0.5247934,0.4090909,0.35123968,0.32231405,0.30991736,0.30165288,0.30165288,0.3305785,0.3429752,0.38016528,0.38429752,0.38016528,0.338843,0.3305785,0.35123968,0.37603307,0.37190083,0.37190083,0.37603307,0.3553719,0.3553719,0.35950413,0.37190083,0.35123968,0.34710744,0.38429752,0.3553719,0.3429752,0.36363637,0.37190083,0.19421488,0.06198347,0.09504132,0.09917355,0.09504132,0.10743801,0.30578512,0.29338843,0.30578512,0.28512397,0.29752067,0.4214876,0.42975205,0.40495867,0.40495867,0.41322315,0.40495867,0.3677686,0.38429752,0.38842976,0.37603307,0.3966942,0.40082645,0.41322315,0.44214877,0.46280992,0.42975205,0.43801653,0.43801653,0.46694216,0.4752066,0.49173555,0.5206612,0.5247934,0.5082645,0.46280992,0.45041323,0.45454547,0.48347107,0.42975205,0.3966942,0.38429752,0.38016528,0.3966942,0.36363637,0.3264463,0.32231405,0.3429752,0.3677686,0.37603307,0.36363637,0.38429752,0.35950413,0.34710744,0.36363637,0.3553719,0.35950413,0.338843,0.33471075,0.3677686,0.3677686,0.35950413,0.35950413,0.338843,0.16115703,0.05785124,0.09504132,0.10330579,0.09917355,0.10330579,0.29338843,0.30991736,0.4214876,0.43801653,0.3553719,0.4214876,0.44214877,0.41322315,0.3966942,0.42561984,0.4090909,0.36363637,0.34710744,0.37190083,0.37190083,0.4214876,0.44214877,0.4214876,0.4214876,0.45867768,0.41735536,0.4338843,0.42561984,0.42975205,0.42975205,0.42975205,0.45041323,0.5165289,0.46280992,0.41735536,0.47933885,0.5247934,0.5371901,0.47933885,0.4214876,0.3966942,0.37190083,0.3553719,0.3264463,0.32231405,0.35123968,0.3677686,0.3677686,0.36363637,0.3677686,0.37603307,0.38429752,0.35123968,0.3429752,0.35950413,0.35123968,0.3264463,0.3181818,0.3553719,0.37603307,0.35950413,0.3677686,0.30578512,0.13636364,0.07024793,0.09917355,0.10330579,0.10330579,0.11157025,0.3181818,0.45041323,0.59504133,0.57438016,0.40082645,0.41735536,0.44214877,0.38429752,0.40495867,0.38842976,0.38429752,0.38429752,0.37190083,0.3677686,0.36363637,0.40082645,0.4338843,0.446281,0.39256197,0.42975205,0.40495867,0.41322315,0.40495867,0.40495867,0.40495867,0.40082645,0.41735536,0.45454547,0.43801653,0.4090909,0.46694216,0.45041323,0.46694216,0.42975205,0.38429752,0.37190083,0.3429752,0.32231405,0.3305785,0.34710744,0.3677686,0.37190083,0.35950413,0.3677686,0.3677686,0.37190083,0.38842976,0.37603307,0.3553719,0.3677686,0.35950413,0.32231405,0.3305785,0.35950413,0.36363637,0.35123968,0.3677686,0.28512397,0.11570248,0.09504132,0.12396694,0.10330579,0.10743801,0.11157025,0.5,0.6570248,0.72727275,0.6652893,0.4214876,0.41322315,0.45041323,0.3966942,0.38842976,0.3429752,0.39256197,0.43801653,0.4338843,0.38842976,0.4090909,0.35950413,0.40082645,0.46280992,0.38429752,0.40495867,0.3966942,0.39256197,0.3677686,0.3677686,0.40495867,0.40495867,0.3966942,0.38842976,0.37603307,0.39256197,0.3966942,0.37190083,0.38842976,0.37603307,0.33471075,0.32231405,0.3305785,0.33471075,0.3553719,0.35950413,0.3553719,0.35123968,0.34710744,0.36363637,0.37190083,0.38016528,0.38016528,0.37603307,0.35123968,0.35123968,0.33471075,0.3181818,0.3305785,0.3429752,0.34710744,0.3429752,0.36363637,0.23966943,0.09090909,0.1446281,0.17768595,0.1322314,0.1322314,0.1570248,0.6570248,0.75206614,0.78099173,0.7066116,0.40495867,0.4090909,0.446281,0.4338843,0.37603307,0.3429752,0.40495867,0.38842976,0.40495867,0.38429752,0.3966942,0.38016528,0.40082645,0.4214876,0.38016528,0.41735536,0.40495867,0.3677686,0.3429752,0.34710744,0.38016528,0.3966942,0.39256197,0.35950413,0.35123968,0.36363637,0.35950413,0.35123968,0.3553719,0.3429752,0.3305785,0.3264463,0.338843,0.34710744,0.3553719,0.34710744,0.3429752,0.34710744,0.3553719,0.36363637,0.3553719,0.37190083,0.38016528,0.3677686,0.338843,0.3181818,0.3140496,0.3305785,0.3305785,0.338843,0.34710744,0.338843,0.37190083,0.2107438,0.09090909,0.17768595,0.23966943,0.21487603,0.19421488,0.20247933,0.75619835,0.7933884,0.8016529,0.6983471,0.39256197,0.40495867,0.45867768,0.45454547,0.3966942,0.3553719,0.37603307,0.38016528,0.38429752,0.38429752,0.446281,0.4338843,0.39256197,0.40082645,0.37190083,0.42975205,0.41322315,0.37190083,0.338843,0.338843,0.338843,0.338843,0.3429752,0.32231405,0.338843,0.3264463,0.34710744,0.3677686,0.3264463,0.3429752,0.3305785,0.3140496,0.3264463,0.32231405,0.3264463,0.33471075,0.3429752,0.35123968,0.35123968,0.35950413,0.36363637,0.35950413,0.38429752,0.38429752,0.3305785,0.29752067,0.30578512,0.33471075,0.34710744,0.34710744,0.3429752,0.3553719,0.37603307,0.20247933,0.12396694,0.16528925,0.25619835,0.35123968,0.29752067,0.22727273,0.77272725,0.80991733,0.8016529,0.69008267,0.42561984,0.39256197,0.45867768,0.446281,0.4214876,0.3553719,0.35950413,0.35123968,0.3553719,0.44214877,0.4214876,0.44214877,0.44214877,0.40495867,0.41735536,0.42975205,0.4338843,0.37190083,0.338843,0.3140496,0.3140496,0.30578512,0.2892562,0.28099173,0.28099173,0.2603306,0.24793388,0.25619835,0.2603306,0.25619835,0.26859504,0.28512397,0.29338843,0.29338843,0.3140496,0.33471075,0.3429752,0.35950413,0.35950413,0.36363637,0.39256197,0.38842976,0.38429752,0.40082645,0.32231405,0.28512397,0.3305785,0.35950413,0.35123968,0.34710744,0.3429752,0.37603307,0.37603307,0.1983471,0.15289256,0.16115703,0.21900827,0.32231405,0.40495867,0.28099173,0.7892562,0.822314,0.7892562,0.6859504,0.49173555,0.37603307,0.45867768,0.46280992,0.41735536,0.37603307,0.33471075,0.34710744,0.3264463,0.38842976,0.42561984,0.45454547,0.41735536,0.41322315,0.41322315,0.42975205,0.4090909,0.38842976,0.3429752,0.3181818,0.30991736,0.2892562,0.2768595,0.25619835,0.24793388,0.2231405,0.20247933,0.21900827,0.22727273,0.24793388,0.28099173,0.30165288,0.30991736,0.3140496,0.3264463,0.338843,0.34710744,0.36363637,0.37603307,0.3677686,0.38429752,0.41322315,0.38842976,0.3677686,0.2892562,0.29338843,0.3305785,0.35123968,0.3553719,0.35123968,0.36363637,0.38429752,0.37190083,0.16528925,0.1570248,0.18595041,0.20247933,0.25619835,0.3966942,0.4090909,0.7892562,0.8305785,0.7892562,0.6818182,0.5495868,0.41735536,0.47933885,0.46694216,0.42561984,0.40082645,0.34710744,0.3429752,0.3553719,0.3429752,0.40495867,0.45867768,0.46694216,0.41322315,0.45041323,0.45041323,0.44214877,0.42975205,0.38842976,0.38016528,0.3677686,0.33471075,0.30991736,0.2892562,0.28512397,0.2768595,0.2644628,0.2768595,0.30991736,0.3305785,0.338843,0.35123968,0.3553719,0.35950413,0.35123968,0.34710744,0.36363637,0.37190083,0.40082645,0.37190083,0.37190083,0.40082645,0.4090909,0.3305785,0.30991736,0.32231405,0.338843,0.36363637,0.35950413,0.36363637,0.3677686,0.38429752,0.34710744,0.12396694,0.14876033,0.17768595,0.22727273,0.23140496,0.3429752,0.45041323,38 +0.14876033,0.20661157,0.19421488,0.19421488,0.2603306,0.3429752,0.40082645,0.41735536,0.47107437,0.54545456,0.57024795,0.58264464,0.60330576,0.59504133,0.59504133,0.60330576,0.6280992,0.6487603,0.6404959,0.6528926,0.6528926,0.6528926,0.6446281,0.6322314,0.6363636,0.56198347,0.55785125,0.62396693,0.6280992,0.62396693,0.58677685,0.56198347,0.55785125,0.53305787,0.46280992,0.41735536,0.38016528,0.32231405,0.2603306,0.24793388,0.23966943,0.22727273,0.21487603,0.17768595,0.16528925,0.16528925,0.13636364,0.16115703,0.1446281,0.12396694,0.11983471,0.11570248,0.11570248,0.12809917,0.10330579,0.12809917,0.14876033,0.1322314,0.1446281,0.14876033,0.1570248,0.15289256,0.14876033,0.1570248,0.18181819,0.19421488,0.19421488,0.24793388,0.30991736,0.3677686,0.42561984,0.45867768,0.5123967,0.54545456,0.5661157,0.553719,0.5785124,0.59504133,0.61157024,0.61570245,0.61157024,0.6322314,0.6322314,0.6363636,0.6446281,0.6528926,0.6570248,0.6528926,0.6322314,0.61157024,0.55785125,0.60330576,0.6363636,0.6404959,0.607438,0.5785124,0.5661157,0.57438016,0.5413223,0.48347107,0.4214876,0.38429752,0.3305785,0.2892562,0.26859504,0.23553719,0.22727273,0.1983471,0.19421488,0.1570248,0.16115703,0.1446281,0.1570248,0.1570248,0.1446281,0.12809917,0.12396694,0.13636364,0.12396694,0.14049587,0.1570248,0.15289256,0.16528925,0.17355372,0.1570248,0.1570248,0.13636364,0.1570248,0.20247933,0.17355372,0.20661157,0.28512397,0.33471075,0.37603307,0.45041323,0.49586776,0.5495868,0.5371901,0.56198347,0.5661157,0.5785124,0.59504133,0.60330576,0.6198347,0.6198347,0.62396693,0.6363636,0.6280992,0.6404959,0.6487603,0.6404959,0.6487603,0.6198347,0.6280992,0.59504133,0.58264464,0.6198347,0.6363636,0.61570245,0.59917355,0.60330576,0.58677685,0.5495868,0.5206612,0.49173555,0.45041323,0.41735536,0.35950413,0.3264463,0.29338843,0.2603306,0.24380165,0.19008264,0.19008264,0.17768595,0.1694215,0.17355372,0.17355372,0.17355372,0.16528925,0.16115703,0.13636364,0.13636364,0.14049587,0.14876033,0.14876033,0.1570248,0.19008264,0.17768595,0.17768595,0.16528925,0.14876033,0.21487603,0.17768595,0.24793388,0.29752067,0.34710744,0.3966942,0.46694216,0.5371901,0.56198347,0.5495868,0.57024795,0.57024795,0.5785124,0.59090906,0.59917355,0.6322314,0.6363636,0.607438,0.6363636,0.6487603,0.6528926,0.6404959,0.6280992,0.6404959,0.6363636,0.61157024,0.6322314,0.57438016,0.57024795,0.62396693,0.6322314,0.607438,0.60330576,0.6280992,0.59504133,0.57024795,0.5495868,0.5082645,0.46694216,0.42975205,0.38842976,0.35123968,0.338843,0.30991736,0.2768595,0.22727273,0.21900827,0.21487603,0.20661157,0.19008264,0.19008264,0.18595041,0.18595041,0.1570248,0.14049587,0.13636364,0.14049587,0.13636364,0.13636364,0.15289256,0.16115703,0.1570248,0.16528925,0.1446281,0.22727273,0.1983471,0.2603306,0.30991736,0.38429752,0.43801653,0.5041322,0.5495868,0.56198347,0.553719,0.57438016,0.57438016,0.58677685,0.60330576,0.607438,0.61570245,0.61570245,0.59504133,0.607438,0.62396693,0.6363636,0.61570245,0.61570245,0.62396693,0.62396693,0.59504133,0.62396693,0.59917355,0.54545456,0.58264464,0.61570245,0.62396693,0.607438,0.61570245,0.6280992,0.61570245,0.58264464,0.56198347,0.53305787,0.4876033,0.46694216,0.43801653,0.4214876,0.40082645,0.38429752,0.3264463,0.30578512,0.27272728,0.2768595,0.2603306,0.2520661,0.2107438,0.1983471,0.19421488,0.16115703,0.1446281,0.14876033,0.1322314,0.1322314,0.12396694,0.14049587,0.14049587,0.13636364,0.1570248,0.19008264,0.21900827,0.2768595,0.3264463,0.41735536,0.47933885,0.5165289,0.53305787,0.54545456,0.57024795,0.5785124,0.58264464,0.59090906,0.60330576,0.59917355,0.59504133,0.59917355,0.58677685,0.59090906,0.58264464,0.58677685,0.5785124,0.5785124,0.58677685,0.5785124,0.59504133,0.57438016,0.5785124,0.553719,0.54545456,0.57438016,0.60330576,0.59917355,0.58677685,0.59504133,0.59917355,0.57438016,0.57024795,0.55785125,0.5247934,0.5082645,0.4876033,0.46280992,0.446281,0.42975205,0.4090909,0.38016528,0.35950413,0.3429752,0.3305785,0.3305785,0.30578512,0.27272728,0.2107438,0.22727273,0.19421488,0.17768595,0.16115703,0.14876033,0.1322314,0.13636364,0.11570248,0.11570248,0.12809917,0.14049587,0.23553719,0.30991736,0.37190083,0.46280992,0.49586776,0.5123967,0.5165289,0.5206612,0.5495868,0.57438016,0.5661157,0.56198347,0.57024795,0.57024795,0.553719,0.55785125,0.5661157,0.58264464,0.55785125,0.553719,0.55785125,0.5495868,0.54545456,0.5661157,0.55785125,0.5661157,0.5495868,0.5413223,0.5247934,0.5289256,0.553719,0.5785124,0.57438016,0.57438016,0.57024795,0.5495868,0.54545456,0.5371901,0.5165289,0.5041322,0.49173555,0.47933885,0.46694216,0.46694216,0.43801653,0.4214876,0.41735536,0.38016528,0.35123968,0.35950413,0.38016528,0.3553719,0.3140496,0.29752067,0.28512397,0.23553719,0.2107438,0.18181819,0.1694215,0.14876033,0.13636364,0.11157025,0.12396694,0.10743801,0.2520661,0.36363637,0.4338843,0.49173555,0.4876033,0.5082645,0.5082645,0.49586776,0.5123967,0.5495868,0.5371901,0.5206612,0.5413223,0.5371901,0.5123967,0.5247934,0.5165289,0.5413223,0.53305787,0.5413223,0.5413223,0.5,0.5041322,0.5247934,0.54545456,0.5123967,0.5247934,0.5041322,0.49173555,0.49586776,0.5123967,0.5206612,0.5247934,0.53305787,0.5495868,0.5371901,0.5371901,0.5247934,0.5041322,0.5041322,0.49173555,0.48347107,0.47933885,0.48347107,0.46694216,0.446281,0.45041323,0.41735536,0.39256197,0.3966942,0.38429752,0.4214876,0.40495867,0.39256197,0.38429752,0.35123968,0.30991736,0.2768595,0.23553719,0.19421488,0.1694215,0.15289256,0.14049587,0.09917355,0.24793388,0.40495867,0.44214877,0.49586776,0.49586776,0.5,0.49173555,0.47107437,0.4752066,0.49586776,0.47933885,0.46694216,0.4876033,0.5041322,0.49173555,0.47933885,0.4752066,0.4752066,0.49173555,0.49586776,0.49173555,0.48347107,0.4876033,0.5082645,0.5206612,0.47107437,0.46280992,0.47107437,0.43801653,0.446281,0.45041323,0.46694216,0.4752066,0.48347107,0.4876033,0.5082645,0.5123967,0.4876033,0.49173555,0.49173555,0.48347107,0.4876033,0.4876033,0.5,0.48347107,0.46694216,0.48347107,0.45867768,0.42561984,0.4214876,0.4090909,0.3966942,0.4214876,0.44214877,0.44214877,0.4338843,0.38842976,0.35950413,0.33471075,0.28099173,0.21900827,0.20661157,0.17768595,0.09917355,0.2603306,0.41322315,0.43801653,0.48347107,0.46694216,0.47933885,0.47107437,0.40082645,0.4338843,0.45867768,0.446281,0.41735536,0.41322315,0.4214876,0.43801653,0.39256197,0.40495867,0.40495867,0.4338843,0.44214877,0.45041323,0.45454547,0.45867768,0.5,0.5123967,0.46280992,0.45867768,0.4338843,0.42561984,0.446281,0.4214876,0.41735536,0.45041323,0.45041323,0.446281,0.4876033,0.4876033,0.45454547,0.46280992,0.46694216,0.45454547,0.45454547,0.4876033,0.4752066,0.45867768,0.45867768,0.48347107,0.46280992,0.44214877,0.4090909,0.4214876,0.38842976,0.4090909,0.41735536,0.45454547,0.46694216,0.446281,0.41735536,0.38016528,0.34710744,0.29752067,0.24793388,0.24380165,0.09090909,0.23553719,0.41735536,0.44214877,0.4338843,0.4214876,0.44214877,0.41735536,0.35123968,0.4090909,0.4214876,0.40082645,0.38016528,0.3429752,0.3305785,0.338843,0.30165288,0.2892562,0.3140496,0.338843,0.35950413,0.38016528,0.40082645,0.42975205,0.4752066,0.4876033,0.46694216,0.446281,0.41735536,0.40082645,0.42561984,0.3966942,0.38016528,0.44214877,0.42975205,0.42975205,0.42975205,0.4338843,0.41735536,0.41735536,0.4090909,0.4090909,0.41735536,0.4876033,0.46694216,0.42975205,0.45454547,0.46694216,0.446281,0.446281,0.4214876,0.4214876,0.42561984,0.41735536,0.40082645,0.41322315,0.43801653,0.43801653,0.42975205,0.42975205,0.4090909,0.37603307,0.32231405,0.30991736,0.0785124,0.20661157,0.41322315,0.45041323,0.40495867,0.38016528,0.3677686,0.36363637,0.35123968,0.36363637,0.338843,0.3140496,0.2892562,0.27272728,0.23140496,0.2520661,0.21900827,0.23140496,0.2520661,0.2644628,0.29338843,0.3264463,0.35123968,0.3553719,0.44214877,0.45867768,0.46694216,0.43801653,0.40495867,0.4090909,0.43801653,0.4214876,0.39256197,0.3966942,0.40082645,0.40082645,0.37190083,0.37190083,0.3553719,0.3553719,0.34710744,0.3553719,0.38842976,0.35123968,0.35123968,0.38842976,0.40495867,0.41322315,0.41735536,0.42561984,0.42975205,0.42561984,0.4338843,0.44214877,0.41735536,0.38842976,0.39256197,0.4090909,0.42975205,0.42975205,0.4214876,0.3966942,0.34710744,0.3677686,0.06198347,0.21487603,0.4214876,0.43801653,0.38842976,0.34710744,0.338843,0.3264463,0.3140496,0.3181818,0.30578512,0.27272728,0.29752067,0.29338843,0.30165288,0.28099173,0.2603306,0.24380165,0.23553719,0.24380165,0.25619835,0.2768595,0.2892562,0.28512397,0.37603307,0.46280992,0.47933885,0.46694216,0.45454547,0.4752066,0.5082645,0.47933885,0.40495867,0.38842976,0.38429752,0.37190083,0.3305785,0.3264463,0.3140496,0.29752067,0.29338843,0.28099173,0.24793388,0.2520661,0.2520661,0.26859504,0.29752067,0.3140496,0.338843,0.3305785,0.33471075,0.36363637,0.39256197,0.39256197,0.39256197,0.37603307,0.38016528,0.38016528,0.41322315,0.41322315,0.4090909,0.39256197,0.36363637,0.37603307,0.05785124,0.23140496,0.42975205,0.4338843,0.3677686,0.32231405,0.3181818,0.30165288,0.30991736,0.32231405,0.3264463,0.3264463,0.3305785,0.35123968,0.35123968,0.30578512,0.2768595,0.2520661,0.23966943,0.24380165,0.25619835,0.25619835,0.2520661,0.23140496,0.32231405,0.4752066,0.53305787,0.553719,0.57024795,0.5785124,0.5661157,0.5289256,0.42975205,0.38842976,0.34710744,0.32231405,0.30578512,0.2892562,0.28512397,0.2892562,0.29752067,0.2768595,0.2768595,0.2644628,0.27272728,0.28099173,0.3140496,0.3181818,0.3264463,0.3305785,0.338843,0.33471075,0.35950413,0.36363637,0.35950413,0.35123968,0.35950413,0.35950413,0.38429752,0.38842976,0.38429752,0.38016528,0.38016528,0.3966942,0.06198347,0.24380165,0.42975205,0.4214876,0.35123968,0.32231405,0.29752067,0.30578512,0.3181818,0.3264463,0.3140496,0.30578512,0.28512397,0.28099173,0.2520661,0.24793388,0.23140496,0.20661157,0.19421488,0.18181819,0.18595041,0.23140496,0.23966943,0.22727273,0.27272728,0.48347107,0.59090906,0.6280992,0.6487603,0.6528926,0.61570245,0.57024795,0.46280992,0.4090909,0.32231405,0.29752067,0.2892562,0.28512397,0.28512397,0.29752067,0.30165288,0.2603306,0.24793388,0.23140496,0.22727273,0.22727273,0.25619835,0.2892562,0.30991736,0.3429752,0.35123968,0.3553719,0.37190083,0.3677686,0.35950413,0.35950413,0.3553719,0.35950413,0.3553719,0.37603307,0.36363637,0.38429752,0.39256197,0.38842976,0.07438017,0.2520661,0.4338843,0.42561984,0.36363637,0.33471075,0.32231405,0.3140496,0.3140496,0.28099173,0.23966943,0.23553719,0.22727273,0.23553719,0.17355372,0.15289256,0.1446281,0.14049587,0.14876033,0.1694215,0.17768595,0.17355372,0.2231405,0.1983471,0.21487603,0.46694216,0.6322314,0.6694215,0.6859504,0.677686,0.6487603,0.59917355,0.5082645,0.4214876,0.32231405,0.30578512,0.29338843,0.29338843,0.28512397,0.27272728,0.24793388,0.19008264,0.1983471,0.20661157,0.1983471,0.15289256,0.16528925,0.17355372,0.17355372,0.21900827,0.24380165,0.2644628,0.30578512,0.3264463,0.3553719,0.38016528,0.36363637,0.3677686,0.3429752,0.34710744,0.36363637,0.38429752,0.38429752,0.38016528,0.09917355,0.24380165,0.4338843,0.45041323,0.38842976,0.3553719,0.3429752,0.3140496,0.2603306,0.2231405,0.22727273,0.2231405,0.24793388,0.23140496,0.1446281,0.11157025,0.14049587,0.11983471,0.1322314,0.14049587,0.18595041,0.20247933,0.21487603,0.20247933,0.20661157,0.45454547,0.62396693,0.6570248,0.6735537,0.6694215,0.6363636,0.61570245,0.5123967,0.41322315,0.35123968,0.3140496,0.2892562,0.28099173,0.26859504,0.23966943,0.2107438,0.20661157,0.21900827,0.2892562,0.25619835,0.14049587,0.14876033,0.1446281,0.12809917,0.1446281,0.17355372,0.20661157,0.2231405,0.23553719,0.2768595,0.34710744,0.37603307,0.38016528,0.37603307,0.35950413,0.3677686,0.37603307,0.38429752,0.39256197,0.11570248,0.24380165,0.41735536,0.47107437,0.42561984,0.36363637,0.338843,0.28512397,0.23966943,0.2107438,0.21487603,0.2107438,0.2768595,0.29338843,0.16528925,0.12809917,0.1322314,0.14049587,0.1446281,0.18595041,0.22727273,0.1694215,0.2603306,0.2107438,0.23140496,0.45867768,0.59917355,0.6446281,0.6487603,0.6446281,0.6280992,0.60330576,0.49586776,0.41735536,0.37603307,0.32231405,0.26859504,0.26859504,0.2768595,0.23966943,0.21900827,0.24380165,0.27272728,0.3677686,0.3264463,0.18181819,0.16115703,0.14876033,0.13636364,0.11983471,0.20661157,0.2107438,0.18181819,0.22727273,0.2231405,0.23553719,0.3264463,0.37603307,0.41322315,0.37603307,0.38429752,0.41322315,0.40082645,0.40495867,0.12396694,0.27272728,0.4090909,0.41322315,0.3966942,0.37603307,0.2892562,0.2520661,0.2520661,0.24380165,0.2603306,0.24380165,0.28512397,0.32231405,0.2644628,0.2231405,0.2603306,0.26859504,0.23140496,0.23966943,0.26859504,0.2231405,0.2520661,0.30991736,0.3181818,0.49173555,0.59504133,0.6404959,0.6570248,0.6280992,0.607438,0.59504133,0.4876033,0.446281,0.42561984,0.34710744,0.2768595,0.28099173,0.30578512,0.2231405,0.24793388,0.2644628,0.2892562,0.3305785,0.3553719,0.2644628,0.22727273,0.2231405,0.1983471,0.19421488,0.25619835,0.2768595,0.23966943,0.2520661,0.25619835,0.24380165,0.28512397,0.3140496,0.38016528,0.39256197,0.40495867,0.39256197,0.38842976,0.40082645,0.14876033,0.32231405,0.46280992,0.45867768,0.39256197,0.30165288,0.24380165,0.28099173,0.3553719,0.37603307,0.38429752,0.35950413,0.35123968,0.34710744,0.35123968,0.32231405,0.37190083,0.38842976,0.3429752,0.30165288,0.3181818,0.34710744,0.33471075,0.41735536,0.41322315,0.49586776,0.59504133,0.6528926,0.6570248,0.62396693,0.58264464,0.54545456,0.47933885,0.47933885,0.47107437,0.39256197,0.34710744,0.34710744,0.3305785,0.35123968,0.30578512,0.30165288,0.3140496,0.3264463,0.36363637,0.338843,0.3140496,0.3181818,0.32231405,0.35123968,0.35123968,0.3677686,0.37603307,0.38429752,0.3677686,0.34710744,0.3305785,0.3140496,0.3429752,0.3553719,0.3553719,0.37190083,0.3966942,0.41735536,0.17768595,0.3140496,0.446281,0.45454547,0.45454547,0.4338843,0.39256197,0.42975205,0.45454547,0.44214877,0.4338843,0.446281,0.4338843,0.43801653,0.4214876,0.38842976,0.3966942,0.3966942,0.36363637,0.3429752,0.35950413,0.41322315,0.42561984,0.4752066,0.47107437,0.5,0.58677685,0.6487603,0.6363636,0.607438,0.553719,0.4876033,0.45041323,0.47933885,0.49173555,0.45454547,0.446281,0.4090909,0.38429752,0.39256197,0.36363637,0.3429752,0.37190083,0.3966942,0.4338843,0.43801653,0.42975205,0.4338843,0.42561984,0.446281,0.45041323,0.44214877,0.45867768,0.45041323,0.42975205,0.41735536,0.42975205,0.40082645,0.38842976,0.38842976,0.40495867,0.42561984,0.43801653,0.45867768,0.19421488,0.2892562,0.45867768,0.4752066,0.5206612,0.53305787,0.49173555,0.49173555,0.49586776,0.47107437,0.43801653,0.446281,0.43801653,0.46280992,0.42561984,0.4090909,0.37190083,0.38429752,0.38429752,0.3966942,0.42975205,0.4752066,0.49173555,0.5165289,0.47107437,0.5,0.60330576,0.6570248,0.62396693,0.59504133,0.5123967,0.45454547,0.4338843,0.47107437,0.5041322,0.49173555,0.5082645,0.4876033,0.46280992,0.46280992,0.4338843,0.4338843,0.40082645,0.39256197,0.4214876,0.43801653,0.446281,0.45041323,0.45041323,0.45454547,0.44214877,0.42561984,0.43801653,0.44214877,0.4338843,0.4214876,0.4338843,0.41735536,0.42975205,0.42561984,0.42975205,0.42975205,0.446281,0.46694216,0.17768595,0.28512397,0.45867768,0.4876033,0.5082645,0.5495868,0.5413223,0.49586776,0.5206612,0.49586776,0.48347107,0.45041323,0.40495867,0.38842976,0.4090909,0.3966942,0.41735536,0.45867768,0.46280992,0.48347107,0.48347107,0.5289256,0.553719,0.5123967,0.45041323,0.5289256,0.62396693,0.6446281,0.607438,0.5785124,0.5123967,0.45041323,0.4214876,0.45454547,0.49173555,0.5,0.5247934,0.553719,0.55785125,0.53305787,0.49586776,0.4876033,0.5123967,0.49173555,0.45867768,0.4214876,0.38842976,0.38429752,0.38429752,0.40495867,0.41322315,0.4338843,0.45041323,0.4752066,0.46694216,0.45454547,0.44214877,0.41735536,0.45041323,0.46280992,0.446281,0.42975205,0.446281,0.46694216,0.17355372,0.27272728,0.45454547,0.47933885,0.5,0.5495868,0.5661157,0.54545456,0.53305787,0.55785125,0.55785125,0.5661157,0.5247934,0.553719,0.56198347,0.5413223,0.5289256,0.5289256,0.5082645,0.5371901,0.56198347,0.58264464,0.56198347,0.4752066,0.45041323,0.56198347,0.6652893,0.6528926,0.60330576,0.57438016,0.49173555,0.4214876,0.4090909,0.446281,0.47107437,0.5,0.53305787,0.553719,0.59917355,0.59917355,0.5661157,0.5413223,0.54545456,0.55785125,0.55785125,0.54545456,0.5371901,0.5371901,0.5371901,0.5289256,0.5206612,0.5289256,0.5206612,0.5165289,0.49586776,0.49586776,0.5123967,0.4752066,0.47107437,0.47933885,0.4752066,0.446281,0.45454547,0.46280992,0.17355372,0.2768595,0.45041323,0.47933885,0.49586776,0.5371901,0.58264464,0.60330576,0.553719,0.54545456,0.57024795,0.59090906,0.5785124,0.57024795,0.58677685,0.57024795,0.54545456,0.5495868,0.55785125,0.59917355,0.6198347,0.58677685,0.5165289,0.45454547,0.45454547,0.58264464,0.7107438,0.6818182,0.61570245,0.5495868,0.45041323,0.40082645,0.4214876,0.43801653,0.45454547,0.49173555,0.5165289,0.5495868,0.59504133,0.6322314,0.6322314,0.61570245,0.58264464,0.58264464,0.5495868,0.54545456,0.5661157,0.58264464,0.59917355,0.60330576,0.59090906,0.5785124,0.57024795,0.56198347,0.553719,0.553719,0.5413223,0.5371901,0.5123967,0.49173555,0.4876033,0.45867768,0.45454547,0.4752066,0.17355372,0.28099173,0.446281,0.45041323,0.49173555,0.5371901,0.5785124,0.61157024,0.59090906,0.553719,0.57438016,0.59504133,0.58677685,0.57438016,0.58264464,0.57024795,0.5661157,0.58264464,0.59917355,0.61157024,0.58677685,0.55785125,0.4876033,0.45041323,0.4752066,0.60330576,0.73140496,0.677686,0.58264464,0.5206612,0.42975205,0.40082645,0.42561984,0.4338843,0.44214877,0.46694216,0.5041322,0.5413223,0.59504133,0.60330576,0.6363636,0.6487603,0.6363636,0.6280992,0.59917355,0.59504133,0.60330576,0.59504133,0.60330576,0.607438,0.59090906,0.59090906,0.59090906,0.59090906,0.5661157,0.55785125,0.57024795,0.55785125,0.5495868,0.53305787,0.5041322,0.47933885,0.446281,0.47933885,0.17768595,0.2768595,0.4338843,0.4338843,0.4876033,0.5413223,0.57438016,0.59917355,0.6198347,0.57438016,0.5661157,0.59090906,0.5785124,0.5785124,0.5785124,0.5661157,0.5785124,0.607438,0.59090906,0.59090906,0.57024795,0.5206612,0.47107437,0.45867768,0.5123967,0.61157024,0.71900827,0.6694215,0.5661157,0.4876033,0.446281,0.4214876,0.44214877,0.43801653,0.43801653,0.44214877,0.46280992,0.5206612,0.57438016,0.5785124,0.61570245,0.6570248,0.6694215,0.661157,0.6528926,0.6487603,0.6198347,0.61570245,0.607438,0.607438,0.59504133,0.62396693,0.6280992,0.60330576,0.60330576,0.55785125,0.59090906,0.58264464,0.57024795,0.5247934,0.49586776,0.4752066,0.45041323,0.45041323,0.1694215,0.2768595,0.41735536,0.4338843,0.48347107,0.5247934,0.57024795,0.59090906,0.59917355,0.59504133,0.57024795,0.5785124,0.5661157,0.57438016,0.58264464,0.58677685,0.59504133,0.59504133,0.57438016,0.58264464,0.5661157,0.5,0.46694216,0.46694216,0.5371901,0.661157,0.71487606,0.6487603,0.553719,0.49586776,0.4752066,0.45867768,0.45041323,0.446281,0.44214877,0.4214876,0.4338843,0.48347107,0.5495868,0.5661157,0.60330576,0.6446281,0.661157,0.6735537,0.6818182,0.6694215,0.6322314,0.6322314,0.6363636,0.62396693,0.6280992,0.6528926,0.6487603,0.60330576,0.60330576,0.59504133,0.607438,0.57438016,0.56198347,0.5247934,0.49173555,0.4752066,0.45041323,0.4338843,0.17768595,0.18595041,0.40082645,0.45041323,0.4876033,0.5082645,0.5289256,0.5785124,0.5785124,0.61570245,0.61570245,0.61570245,0.61157024,0.607438,0.6198347,0.61570245,0.607438,0.58264464,0.56198347,0.5495868,0.5495868,0.4876033,0.46280992,0.4752066,0.5661157,0.6942149,0.6859504,0.61570245,0.57024795,0.5123967,0.5,0.48347107,0.45867768,0.45041323,0.43801653,0.42975205,0.4214876,0.45041323,0.53305787,0.5495868,0.58677685,0.62396693,0.6404959,0.6570248,0.6487603,0.6446281,0.6570248,0.6570248,0.6570248,0.6735537,0.6652893,0.661157,0.6652893,0.6280992,0.6198347,0.60330576,0.59917355,0.57024795,0.5289256,0.5123967,0.4876033,0.45041323,0.44214877,0.42561984,0.17355372,0.1570248,0.38842976,0.45041323,0.446281,0.4752066,0.5123967,0.56198347,0.59917355,0.62396693,0.6528926,0.6322314,0.6363636,0.6446281,0.6322314,0.61570245,0.607438,0.5785124,0.5495868,0.5206612,0.5165289,0.47933885,0.46694216,0.49173555,0.59090906,0.7107438,0.6528926,0.59090906,0.57438016,0.5289256,0.5041322,0.47107437,0.45041323,0.44214877,0.4338843,0.42975205,0.4338843,0.4214876,0.47107437,0.5495868,0.5661157,0.60330576,0.61157024,0.6363636,0.6487603,0.6528926,0.677686,0.6528926,0.6652893,0.6942149,0.6735537,0.6735537,0.677686,0.6363636,0.6363636,0.607438,0.5785124,0.54545456,0.5082645,0.48347107,0.45867768,0.4338843,0.4214876,0.42561984,0.17355372,0.12809917,0.38016528,0.43801653,0.4338843,0.46694216,0.5082645,0.5495868,0.57024795,0.61570245,0.6446281,0.6280992,0.6322314,0.6322314,0.6198347,0.61157024,0.60330576,0.58677685,0.5123967,0.5082645,0.49586776,0.46280992,0.46280992,0.5123967,0.62396693,0.7066116,0.6446281,0.59090906,0.5661157,0.5247934,0.46694216,0.42975205,0.41735536,0.41322315,0.40495867,0.40495867,0.41322315,0.42975205,0.47107437,0.5247934,0.55785125,0.5785124,0.59504133,0.6322314,0.6404959,0.6404959,0.6652893,0.6487603,0.6694215,0.6694215,0.661157,0.6652893,0.6528926,0.6322314,0.62396693,0.60330576,0.56198347,0.5413223,0.5041322,0.46280992,0.43801653,0.41322315,0.40495867,0.42561984,0.19421488,0.1322314,0.37190083,0.44214877,0.43801653,0.47933885,0.5165289,0.5289256,0.56198347,0.58677685,0.607438,0.62396693,0.62396693,0.61157024,0.59504133,0.58677685,0.5785124,0.553719,0.5289256,0.5206612,0.48347107,0.45041323,0.46280992,0.5165289,0.6446281,0.7107438,0.6404959,0.60330576,0.5495868,0.47933885,0.41322315,0.38842976,0.37603307,0.40495867,0.42561984,0.4214876,0.40495867,0.4090909,0.446281,0.49586776,0.5413223,0.57024795,0.58264464,0.6198347,0.6198347,0.62396693,0.6404959,0.6446281,0.6528926,0.6446281,0.6446281,0.6363636,0.61157024,0.59917355,0.60330576,0.59504133,0.5495868,0.53305787,0.49173555,0.45041323,0.42561984,0.4090909,0.4090909,0.4214876,0.24793388,0.16528925,0.35123968,0.4338843,0.43801653,0.47933885,0.5082645,0.5371901,0.5413223,0.57438016,0.57438016,0.59504133,0.58677685,0.58264464,0.5785124,0.56198347,0.5495868,0.53305787,0.5413223,0.49586776,0.4752066,0.45867768,0.47107437,0.5289256,0.6446281,0.6983471,0.62396693,0.59917355,0.5123967,0.42975205,0.40082645,0.37190083,0.3966942,0.45867768,0.47933885,0.49173555,0.4338843,0.37603307,0.42561984,0.46694216,0.5082645,0.54545456,0.57024795,0.58677685,0.58264464,0.59504133,0.60330576,0.61570245,0.6198347,0.6280992,0.62396693,0.61157024,0.59090906,0.5495868,0.57438016,0.57024795,0.5371901,0.5289256,0.4752066,0.43801653,0.4214876,0.39256197,0.40495867,0.4214876,0.29338843,0.20247933,0.30165288,0.41735536,0.42975205,0.47107437,0.49586776,0.5247934,0.5371901,0.5371901,0.553719,0.553719,0.553719,0.5495868,0.553719,0.553719,0.5413223,0.5289256,0.5041322,0.4876033,0.44214877,0.46694216,0.47933885,0.5371901,0.6280992,0.6570248,0.61157024,0.57024795,0.47933885,0.41735536,0.41322315,0.41735536,0.46280992,0.5,0.49173555,0.5041322,0.4752066,0.38016528,0.3966942,0.44214877,0.46694216,0.5,0.5371901,0.553719,0.5661157,0.57024795,0.5785124,0.5785124,0.59504133,0.607438,0.59917355,0.59090906,0.55785125,0.55785125,0.5371901,0.55785125,0.5165289,0.5,0.46280992,0.4338843,0.4090909,0.38842976,0.3966942,0.4214876,0.3305785,0.24380165,0.26859504,0.40495867,0.4090909,0.46280992,0.4876033,0.5041322,0.5165289,0.5123967,0.5247934,0.5206612,0.5165289,0.5165289,0.5289256,0.5289256,0.5247934,0.5082645,0.49173555,0.45454547,0.45867768,0.46694216,0.4752066,0.53305787,0.59504133,0.6322314,0.59090906,0.56198347,0.4876033,0.446281,0.446281,0.45454547,0.47933885,0.47933885,0.4876033,0.47933885,0.45867768,0.39256197,0.3677686,0.4214876,0.446281,0.45454547,0.47933885,0.5082645,0.553719,0.56198347,0.553719,0.5413223,0.5661157,0.56198347,0.5661157,0.5661157,0.5413223,0.5495868,0.5289256,0.5289256,0.49173555,0.47933885,0.45867768,0.42975205,0.40495867,0.40082645,0.3966942,0.40495867,0.3305785,0.28512397,0.2603306,0.38429752,0.3966942,0.4338843,0.47107437,0.4752066,0.48347107,0.49173555,0.49173555,0.49173555,0.49586776,0.5041322,0.5,0.5041322,0.5082645,0.49586776,0.4752066,0.44214877,0.45041323,0.45041323,0.48347107,0.53305787,0.56198347,0.58264464,0.55785125,0.53305787,0.5,0.45041323,0.4214876,0.42975205,0.42561984,0.43801653,0.4214876,0.43801653,0.4090909,0.38429752,0.35123968,0.38842976,0.43801653,0.43801653,0.4338843,0.46694216,0.5082645,0.5413223,0.5371901,0.5289256,0.5413223,0.553719,0.55785125,0.54545456,0.54545456,0.53305787,0.5123967,0.5041322,0.48347107,0.46280992,0.45041323,0.4214876,0.38842976,0.38429752,0.38016528,0.38016528,0.32231405,0.30578512,0.3140496,0.37603307,0.38842976,0.40495867,0.44214877,0.44214877,0.44214877,0.45041323,0.46280992,0.46694216,0.47933885,0.48347107,0.48347107,0.48347107,0.49586776,0.47107437,0.45867768,0.446281,0.4214876,0.40495867,0.4752066,0.5082645,0.5041322,0.5041322,0.5041322,0.49173555,0.46694216,0.4090909,0.37603307,0.3677686,0.3677686,0.3677686,0.35950413,0.38429752,0.37190083,0.3677686,0.33471075,0.37190083,0.41735536,0.4338843,0.41322315,0.4214876,0.45454547,0.5041322,0.5206612,0.5206612,0.5289256,0.5371901,0.54545456,0.5165289,0.5289256,0.5082645,0.49173555,0.48347107,0.446281,0.42975205,0.43801653,0.41735536,0.38429752,0.37190083,0.38842976,0.38429752,0.3140496,0.3140496,0.3305785,0.38429752,0.40495867,0.37603307,0.4090909,0.41735536,0.41322315,0.4090909,0.4338843,0.45867768,0.45867768,0.46280992,0.47933885,0.4876033,0.49173555,0.45867768,0.45454547,0.47107437,0.45041323,0.39256197,0.4338843,0.446281,0.44214877,0.45041323,0.45454547,0.45454547,0.41322315,0.3677686,0.34710744,0.30991736,0.21487603,0.14876033,0.21487603,0.28512397,0.33471075,0.3264463,0.338843,0.4090909,0.45041323,0.46280992,0.45041323,0.40495867,0.38842976,0.45454547,0.47933885,0.5082645,0.5289256,0.5247934,0.5123967,0.5,0.5082645,0.49586776,0.47107437,0.46280992,0.43801653,0.42561984,0.4214876,0.40082645,0.39256197,0.39256197,0.38429752,0.40082645,0.30991736,0.30578512,0.30578512,0.37190083,0.4090909,0.37603307,0.38429752,0.38842976,0.36363637,0.37603307,0.40082645,0.4338843,0.446281,0.46694216,0.46694216,0.46694216,0.4752066,0.44214877,0.46280992,0.4876033,0.5165289,0.46694216,0.4090909,0.38429752,0.38842976,0.40082645,0.40082645,0.3966942,0.38842976,0.35950413,0.30578512,0.23966943,0.20661157,0.18181819,0.1983471,0.23966943,0.2768595,0.33471075,0.34710744,0.40082645,0.48347107,0.5123967,0.49586776,0.45867768,0.38429752,0.39256197,0.43801653,0.47107437,0.5082645,0.5082645,0.49173555,0.4752066,0.47107437,0.47933885,0.446281,0.4338843,0.43801653,0.42561984,0.4090909,0.38842976,0.40495867,0.39256197,0.40495867,0.40082645,0.3140496,0.30578512,0.29338843,0.34710744,0.41322315,0.39256197,0.38429752,0.35123968,0.3264463,0.35950413,0.40495867,0.4338843,0.46280992,0.45867768,0.46280992,0.45454547,0.45041323,0.45867768,0.4876033,0.5123967,0.5371901,0.5206612,0.3966942,0.34710744,0.3553719,0.35123968,0.35123968,0.3553719,0.37603307,0.3429752,0.2892562,0.27272728,0.29752067,0.25619835,0.26859504,0.3140496,0.338843,0.37603307,0.35123968,0.39256197,0.4752066,0.53305787,0.53305787,0.5206612,0.47933885,0.3966942,0.38016528,0.41735536,0.45041323,0.48347107,0.47107437,0.4876033,0.46694216,0.47107437,0.43801653,0.4214876,0.42561984,0.41322315,0.38842976,0.38842976,0.4090909,0.40495867,0.38429752,0.38429752,0.3140496,0.30991736,0.30165288,0.35950413,0.40495867,0.40495867,0.42975205,0.3553719,0.36363637,0.4090909,0.43801653,0.446281,0.46280992,0.446281,0.43801653,0.43801653,0.45867768,0.5041322,0.5165289,0.5247934,0.5289256,0.5289256,0.3677686,0.2768595,0.338843,0.35950413,0.34710744,0.3553719,0.3677686,0.32231405,0.28099173,0.2892562,0.30165288,0.2892562,0.3305785,0.34710744,0.3553719,0.36363637,0.36363637,0.39256197,0.46280992,0.5123967,0.54545456,0.5413223,0.5413223,0.5165289,0.446281,0.38016528,0.38429752,0.42561984,0.46280992,0.46694216,0.4752066,0.45454547,0.43801653,0.42561984,0.40495867,0.40082645,0.38842976,0.37190083,0.41322315,0.39256197,0.39256197,0.38016528,0.3140496,0.3140496,0.30165288,0.3553719,0.42561984,0.42561984,0.45454547,0.38429752,0.40495867,0.42975205,0.446281,0.44214877,0.42975205,0.446281,0.44214877,0.4752066,0.49586776,0.54545456,0.53305787,0.5247934,0.5165289,0.5123967,0.40495867,0.24793388,0.24380165,0.27272728,0.29752067,0.3305785,0.3181818,0.28099173,0.25619835,0.2644628,0.28099173,0.2892562,0.3305785,0.338843,0.3553719,0.35123968,0.36363637,0.39256197,0.4338843,0.4752066,0.5082645,0.5247934,0.5495868,0.5413223,0.5247934,0.49173555,0.42561984,0.36363637,0.40495867,0.4214876,0.5,0.45867768,0.4338843,0.41735536,0.40495867,0.3966942,0.38842976,0.37190083,0.4090909,0.40082645,0.39256197,0.38842976,0.30578512,0.3140496,0.30165288,0.3264463,0.4214876,0.4338843,0.46280992,0.41735536,0.4214876,0.4338843,0.42975205,0.42975205,0.44214877,0.46280992,0.46694216,0.5247934,0.5247934,0.5247934,0.5247934,0.5206612,0.5082645,0.5,0.45454547,0.3429752,0.22727273,0.2107438,0.1983471,0.24380165,0.22727273,0.21900827,0.22727273,0.2520661,0.27272728,0.2892562,0.30991736,0.32231405,0.3429752,0.3553719,0.35950413,0.39256197,0.42561984,0.47107437,0.5041322,0.5,0.5371901,0.5495868,0.53305787,0.5123967,0.5082645,0.45454547,0.38016528,0.37603307,0.45454547,0.47107437,0.45041323,0.42975205,0.41322315,0.4090909,0.3966942,0.39256197,0.42561984,0.4090909,0.3966942,0.40495867,0.30578512,0.30991736,0.29338843,0.3181818,0.4214876,0.4214876,0.42561984,0.4338843,0.4338843,0.42561984,0.4338843,0.45041323,0.45867768,0.46280992,0.48347107,0.5289256,0.5206612,0.5123967,0.49173555,0.4876033,0.49173555,0.47933885,0.43801653,0.41735536,0.32231405,0.27272728,0.2107438,0.21487603,0.20247933,0.1983471,0.1983471,0.25619835,0.29752067,0.3140496,0.29752067,0.32231405,0.33471075,0.34710744,0.35950413,0.38429752,0.41735536,0.446281,0.49173555,0.4876033,0.5082645,0.5289256,0.5165289,0.5165289,0.49173555,0.46694216,0.45867768,0.37603307,0.39256197,0.43801653,0.44214877,0.42561984,0.42975205,0.4090909,0.40495867,0.41322315,0.42975205,0.4090909,0.39256197,0.41735536,0.29752067,0.30991736,0.29338843,0.30578512,0.4090909,0.40082645,0.39256197,0.4090909,0.44214877,0.42975205,0.44214877,0.46280992,0.44214877,0.47107437,0.49173555,0.49586776,0.5082645,0.49586776,0.4876033,0.4752066,0.4752066,0.45041323,0.46280992,0.45041323,0.40495867,0.32231405,0.28512397,0.24380165,0.23553719,0.21900827,0.21487603,0.2603306,0.30991736,0.3264463,0.3181818,0.338843,0.338843,0.35123968,0.37190083,0.40082645,0.42561984,0.43801653,0.47107437,0.48347107,0.47107437,0.4752066,0.49586776,0.5041322,0.49173555,0.44214877,0.45454547,0.46280992,0.38429752,0.42975205,0.4338843,0.4338843,0.4338843,0.4090909,0.3966942,0.40495867,0.42561984,0.3966942,0.39256197,0.38842976,0.29752067,0.30991736,0.29338843,0.28512397,0.37603307,0.40082645,0.40082645,0.4090909,0.4090909,0.41735536,0.45454547,0.45454547,0.446281,0.45867768,0.4752066,0.43801653,0.46694216,0.45867768,0.48347107,0.49586776,0.47107437,0.4338843,0.46694216,0.45454547,0.43801653,0.3677686,0.33471075,0.2892562,0.2768595,0.2603306,0.23966943,0.2768595,0.32231405,0.34710744,0.3305785,0.35123968,0.34710744,0.36363637,0.38429752,0.41322315,0.4214876,0.446281,0.4752066,0.47107437,0.45041323,0.446281,0.4752066,0.47933885,0.47107437,0.42561984,0.4090909,0.45041323,0.41322315,0.40495867,0.41322315,0.42561984,0.4090909,0.4214876,0.39256197,0.40495867,0.4214876,0.40495867,0.39256197,0.38842976,0.30991736,0.30991736,0.30165288,0.30165288,0.36363637,0.40082645,0.39256197,0.42561984,0.41735536,0.42561984,0.45041323,0.4338843,0.446281,0.45041323,0.42975205,0.4090909,0.40495867,0.42561984,0.43801653,0.48347107,0.47107437,0.4338843,0.44214877,0.44214877,0.446281,0.41735536,0.38429752,0.35123968,0.30165288,0.2892562,0.27272728,0.29752067,0.35123968,0.33471075,0.34710744,0.33471075,0.3677686,0.38429752,0.39256197,0.41322315,0.43801653,0.46694216,0.446281,0.44214877,0.4214876,0.4214876,0.43801653,0.446281,0.46280992,0.41322315,0.38842976,0.4214876,0.41322315,0.39256197,0.40082645,0.42561984,0.41322315,0.4090909,0.37190083,0.40082645,0.4214876,0.40082645,0.37603307,0.37603307,0.29752067,0.30578512,0.30578512,0.30578512,0.30578512,0.38016528,0.37190083,0.42975205,0.4338843,0.4338843,0.446281,0.43801653,0.42561984,0.42561984,0.38429752,0.3677686,0.33471075,0.33471075,0.34710744,0.41322315,0.43801653,0.42561984,0.38429752,0.39256197,0.38429752,0.38429752,0.37603307,0.3553719,0.30991736,0.30165288,0.3181818,0.30991736,0.3305785,0.338843,0.338843,0.3264463,0.34710744,0.3677686,0.36363637,0.38842976,0.3553719,0.40495867,0.40495867,0.41322315,0.40082645,0.38842976,0.3677686,0.3966942,0.4338843,0.4214876,0.38842976,0.41735536,0.41735536,0.3966942,0.3966942,0.40495867,0.41735536,0.3966942,0.36363637,0.40495867,0.40082645,0.3966942,0.3677686,0.35950413,0.29752067,0.30991736,0.30578512,0.30578512,0.26859504,0.3553719,0.39256197,0.40495867,0.41735536,0.42975205,0.44214877,0.46694216,0.45041323,0.4090909,0.33471075,0.29338843,0.2644628,0.2231405,0.2107438,0.25619835,0.2520661,0.25619835,0.28512397,0.30578512,0.29338843,0.29752067,0.3181818,0.30578512,0.29338843,0.27272728,0.2892562,0.29338843,0.27272728,0.32231405,0.29752067,0.29752067,0.29752067,0.2892562,0.2892562,0.2892562,0.2768595,0.2892562,0.30578512,0.28099173,0.28099173,0.3305785,0.34710744,0.35950413,0.40495867,0.4214876,0.38429752,0.43801653,0.4214876,0.40495867,0.4090909,0.39256197,0.4090909,0.39256197,0.36363637,0.38842976,0.40082645,0.38842976,0.37190083,0.37190083,0.29752067,0.30991736,0.30578512,0.30578512,0.29752067,0.3140496,0.38429752,0.38016528,0.39256197,0.4090909,0.4214876,0.45867768,0.48347107,0.42975205,0.33471075,0.28099173,0.23966943,0.21900827,0.2231405,0.19008264,0.12809917,0.07438017,0.20661157,0.27272728,0.21900827,0.23140496,0.2892562,0.30165288,0.2892562,0.25619835,0.2603306,0.28099173,0.2892562,0.338843,0.3181818,0.2892562,0.28099173,0.19008264,0.2603306,0.30165288,0.20661157,0.1446281,0.13636364,0.12396694,0.14876033,0.22727273,0.30165288,0.3264463,0.38842976,0.40495867,0.37190083,0.40495867,0.42975205,0.3966942,0.41735536,0.40082645,0.38016528,0.39256197,0.35950413,0.37603307,0.40082645,0.38016528,0.37603307,0.37603307,0.29752067,0.30578512,0.30578512,0.30991736,0.30165288,0.30578512,0.3181818,0.37190083,0.3966942,0.40495867,0.41322315,0.44214877,0.47107437,0.42975205,0.37603307,0.30578512,0.29752067,0.3181818,0.37603307,0.34710744,0.23553719,0.09917355,0.16115703,0.26859504,0.11983471,0.23140496,0.3305785,0.34710744,0.3553719,0.29338843,0.24793388,0.35950413,0.3677686,0.40495867,0.38016528,0.3181818,0.30165288,0.11570248,0.21487603,0.30991736,0.17355372,0.12396694,0.19008264,0.21900827,0.2520661,0.27272728,0.29338843,0.3305785,0.38429752,0.39256197,0.38842976,0.40495867,0.4214876,0.38842976,0.40082645,0.3966942,0.3677686,0.38429752,0.3677686,0.35950413,0.38842976,0.38429752,0.37603307,0.37190083,0.29752067,0.29752067,0.3140496,0.30578512,0.30165288,0.30578512,0.2892562,0.3553719,0.4090909,0.40495867,0.39256197,0.4214876,0.44214877,0.42975205,0.36363637,0.36363637,0.38429752,0.39256197,0.43801653,0.47107437,0.41322315,0.23553719,0.18181819,0.17355372,0.09917355,0.15289256,0.2892562,0.35123968,0.38016528,0.30578512,0.19008264,0.40082645,0.39256197,0.39256197,0.338843,0.29338843,0.24380165,0.12809917,0.1694215,0.2644628,0.2231405,0.23966943,0.3140496,0.338843,0.338843,0.33471075,0.3264463,0.32231405,0.34710744,0.36363637,0.39256197,0.4090909,0.40495867,0.38429752,0.38842976,0.38842976,0.3305785,0.3553719,0.35123968,0.3677686,0.37190083,0.37190083,0.36363637,0.3677686,0.29752067,0.30165288,0.30165288,0.3140496,0.30165288,0.30991736,0.28512397,0.338843,0.4090909,0.39256197,0.3677686,0.40495867,0.41322315,0.41322315,0.38842976,0.40495867,0.42561984,0.4338843,0.446281,0.47107437,0.46694216,0.46280992,0.37603307,0.28512397,0.20661157,0.1446281,0.1446281,0.18595041,0.20661157,0.17768595,0.10743801,0.22727273,0.23140496,0.21487603,0.21900827,0.2107438,0.18595041,0.19008264,0.2603306,0.29338843,0.30991736,0.3140496,0.3553719,0.37190083,0.37190083,0.35950413,0.3553719,0.33471075,0.30165288,0.35950413,0.39256197,0.3966942,0.37603307,0.38016528,0.3966942,0.37603307,0.35950413,0.34710744,0.37190083,0.37190083,0.37603307,0.37190083,0.3677686,0.36363637,0.29338843,0.30165288,0.29752067,0.30578512,0.30991736,0.30578512,0.29338843,0.3140496,0.38842976,0.40495867,0.3553719,0.4090909,0.36363637,0.36363637,0.40082645,0.4214876,0.41735536,0.46280992,0.45454547,0.45041323,0.42561984,0.49586776,0.5413223,0.4876033,0.43801653,0.36363637,0.29338843,0.2231405,0.1570248,0.13636364,0.1446281,0.15289256,0.17355372,0.19008264,0.2231405,0.25619835,0.26859504,0.29752067,0.33471075,0.3429752,0.338843,0.338843,0.37190083,0.37190083,0.37603307,0.35950413,0.35123968,0.35123968,0.3264463,0.3677686,0.38016528,0.3966942,0.37190083,0.38429752,0.3677686,0.37603307,0.3677686,0.34710744,0.3553719,0.38016528,0.3966942,0.3677686,0.3553719,0.3553719,0.29338843,0.30991736,0.30165288,0.29752067,0.30578512,0.30165288,0.30165288,0.30165288,0.3264463,0.3677686,0.37603307,0.37190083,0.34710744,0.35123968,0.3966942,0.41322315,0.4090909,0.44214877,0.45041323,0.42975205,0.43801653,0.446281,0.5247934,0.5165289,0.48347107,0.4752066,0.48347107,0.4752066,0.40082645,0.32231405,0.3140496,0.29338843,0.29338843,0.30991736,0.32231405,0.33471075,0.35950413,0.338843,0.3305785,0.3305785,0.35123968,0.36363637,0.3677686,0.3677686,0.3677686,0.37603307,0.3677686,0.35950413,0.35950413,0.37603307,0.3677686,0.3966942,0.3677686,0.3677686,0.38429752,0.38842976,0.3553719,0.35123968,0.338843,0.35123968,0.39256197,0.37603307,0.35123968,0.35950413,0.30991736,0.29752067,0.3140496,0.28099173,0.30578512,0.30578512,0.30165288,0.30165288,0.30165288,0.3140496,0.38429752,0.40082645,0.34710744,0.37190083,0.39256197,0.41735536,0.4090909,0.41735536,0.45041323,0.42975205,0.42561984,0.4214876,0.45454547,0.45867768,0.4752066,0.46280992,0.43801653,0.4876033,0.5,0.5,0.46694216,0.41322315,0.38429752,0.3553719,0.3553719,0.3677686,0.33471075,0.33471075,0.30991736,0.338843,0.36363637,0.3677686,0.37190083,0.3677686,0.3677686,0.38016528,0.37190083,0.34710744,0.37190083,0.38429752,0.36363637,0.38016528,0.3677686,0.338843,0.3677686,0.38016528,0.36363637,0.38016528,0.35950413,0.37603307,0.38429752,0.3553719,0.3553719,0.3429752,0.30165288,0.28512397,0.30991736,0.29752067,0.30165288,0.30165288,0.30165288,0.30578512,0.29752067,0.29338843,0.32231405,0.42975205,0.37190083,0.30578512,0.38016528,0.4214876,0.45867768,0.4090909,0.43801653,0.40495867,0.446281,0.4090909,0.41322315,0.4090909,0.45041323,0.46280992,0.3966942,0.446281,0.49586776,0.5123967,0.5,0.43801653,0.39256197,0.38842976,0.35123968,0.338843,0.3181818,0.3181818,0.3553719,0.36363637,0.3677686,0.35950413,0.36363637,0.3677686,0.3677686,0.37603307,0.38842976,0.35950413,0.36363637,0.3677686,0.35123968,0.36363637,0.3677686,0.3429752,0.32231405,0.35950413,0.37190083,0.38842976,0.38016528,0.37603307,0.37603307,0.35123968,0.32231405,0.338843,0.30165288,0.29338843,0.29752067,0.29752067,0.29752067,0.29752067,0.30165288,0.30165288,0.30578512,0.29752067,0.2892562,0.3553719,0.3677686,0.35123968,0.3553719,0.39256197,0.45454547,0.41735536,0.39256197,0.39256197,0.40082645,0.40082645,0.41322315,0.38842976,0.4090909,0.4214876,0.38429752,0.41735536,0.4338843,0.4338843,0.42561984,0.38842976,0.3553719,0.34710744,0.33471075,0.3181818,0.3264463,0.3305785,0.37190083,0.35950413,0.3677686,0.36363637,0.3677686,0.3677686,0.37603307,0.34710744,0.40082645,0.39256197,0.35950413,0.34710744,0.36363637,0.37190083,0.35950413,0.338843,0.29752067,0.3553719,0.35950413,0.3966942,0.37603307,0.37603307,0.36363637,0.3305785,0.30991736,0.3553719,0.30165288,0.29338843,0.29338843,0.29338843,0.30165288,0.29338843,0.30165288,0.30165288,0.30578512,0.29752067,0.30991736,0.30165288,0.34710744,0.44214877,0.4090909,0.38429752,0.3966942,0.446281,0.38429752,0.38429752,0.36363637,0.35123968,0.39256197,0.41322315,0.38429752,0.3677686,0.37190083,0.38429752,0.37190083,0.35950413,0.3677686,0.338843,0.3264463,0.3181818,0.3181818,0.3305785,0.34710744,0.35123968,0.3553719,0.3429752,0.3429752,0.338843,0.338843,0.3553719,0.3677686,0.38016528,0.3553719,0.39256197,0.38429752,0.35123968,0.34710744,0.36363637,0.35950413,0.3305785,0.32231405,0.36363637,0.3553719,0.36363637,0.35123968,0.35123968,0.33471075,0.32231405,0.30991736,0.35950413,0.29338843,0.2892562,0.29752067,0.29338843,0.30165288,0.29752067,0.30165288,0.30165288,0.30165288,0.30165288,0.30991736,0.29338843,0.29752067,0.38429752,0.4090909,0.38016528,0.3966942,0.44214877,0.38016528,0.4338843,0.35950413,0.33471075,0.338843,0.3966942,0.37603307,0.3429752,0.34710744,0.3677686,0.37603307,0.3429752,0.338843,0.3264463,0.32231405,0.3181818,0.32231405,0.35123968,0.3305785,0.3429752,0.3429752,0.3140496,0.33471075,0.34710744,0.3429752,0.35950413,0.35123968,0.3677686,0.3677686,0.3677686,0.37603307,0.35123968,0.35123968,0.3429752,0.3305785,0.34710744,0.32231405,0.338843,0.3553719,0.3553719,0.3181818,0.29752067,0.3140496,0.3429752,0.3305785,0.3553719,0.29338843,0.29752067,0.30165288,0.29752067,0.30165288,0.30578512,0.30578512,0.29752067,0.30991736,0.2892562,0.3181818,0.3140496,0.29752067,0.3553719,0.45041323,0.45867768,0.4338843,0.41735536,0.38016528,0.45867768,0.38842976,0.34710744,0.30578512,0.32231405,0.30165288,0.30578512,0.32231405,0.30165288,0.35123968,0.30578512,0.3140496,0.3264463,0.30578512,0.29752067,0.30165288,0.32231405,0.28099173,0.3140496,0.32231405,0.32231405,0.33471075,0.3429752,0.338843,0.34710744,0.35123968,0.35123968,0.35950413,0.37190083,0.37603307,0.37190083,0.338843,0.3305785,0.30578512,0.32231405,0.33471075,0.34710744,0.3429752,0.3140496,0.28512397,0.2892562,0.34710744,0.34710744,0.3429752,0.3553719,0.29752067,0.29338843,0.29752067,0.29338843,0.29752067,0.29752067,0.30991736,0.30165288,0.30578512,0.2892562,0.3181818,0.29752067,0.29338843,0.46280992,0.61570245,0.5247934,0.45454547,0.4214876,0.40495867,0.45454547,0.43801653,0.35950413,0.3140496,0.29752067,0.2892562,0.2768595,0.2603306,0.24793388,0.20661157,0.23966943,0.23966943,0.24380165,0.23140496,0.24380165,0.2644628,0.27272728,0.24380165,0.2768595,0.32231405,0.3264463,0.3264463,0.3429752,0.338843,0.3429752,0.36363637,0.38016528,0.3553719,0.36363637,0.38429752,0.37603307,0.34710744,0.3305785,0.30991736,0.30165288,0.40082645,0.3140496,0.29338843,0.30991736,0.29752067,0.30991736,0.3677686,0.3553719,0.3553719,0.37190083,0.29338843,0.2892562,0.29338843,0.30165288,0.2892562,0.29338843,0.30578512,0.29752067,0.30165288,0.28512397,0.3181818,0.35950413,0.43801653,0.62396693,0.73966944,0.61157024,0.48347107,0.45454547,0.42975205,0.42975205,0.41735536,0.39256197,0.338843,0.29338843,0.2768595,0.26859504,0.23553719,0.23140496,0.21900827,0.1983471,0.20247933,0.21487603,0.23553719,0.2603306,0.28099173,0.2892562,0.28512397,0.2892562,0.3264463,0.3140496,0.3264463,0.34710744,0.35123968,0.35123968,0.37190083,0.3677686,0.40082645,0.38429752,0.38429752,0.3677686,0.3553719,0.3429752,0.30991736,0.29752067,0.3305785,0.28512397,0.28512397,0.2892562,0.3181818,0.3429752,0.38016528,0.3553719,0.3677686,0.36363637,0.30578512,0.28512397,0.29752067,0.29752067,0.2892562,0.29338843,0.29752067,0.28099173,0.338843,0.3966942,0.56198347,0.6404959,0.6859504,0.73966944,0.74793386,0.61570245,0.46694216,0.48347107,0.41735536,0.45867768,0.45041323,0.45041323,0.39256197,0.36363637,0.33471075,0.29752067,0.25619835,0.2644628,0.24793388,0.24380165,0.24793388,0.2768595,0.29752067,0.3264463,0.33471075,0.3429752,0.36363637,0.32231405,0.34710744,0.32231405,0.3305785,0.3553719,0.37190083,0.37190083,0.37603307,0.3553719,0.40495867,0.40082645,0.40082645,0.37190083,0.35950413,0.34710744,0.3140496,0.28512397,0.26859504,0.27272728,0.29338843,0.30991736,0.33471075,0.3429752,0.35123968,0.35123968,0.35950413,0.3677686,38 +0.54545456,0.61157024,0.6404959,0.6570248,0.6363636,0.6487603,0.69008267,0.6694215,0.6652893,0.7107438,0.7107438,0.71900827,0.6942149,0.677686,0.73140496,0.75619835,0.7768595,0.7892562,0.7892562,0.7933884,0.80991733,0.8140496,0.8181818,0.822314,0.822314,0.8181818,0.8140496,0.8016529,0.79752064,0.8016529,0.8016529,0.8057851,0.8181818,0.8181818,0.80991733,0.8057851,0.79752064,0.7933884,0.7892562,0.7768595,0.77272725,0.77272725,0.77272725,0.78512394,0.7892562,0.7892562,0.78099173,0.77272725,0.75619835,0.74793386,0.71900827,0.6735537,0.61570245,0.61157024,0.58677685,0.5661157,0.54545456,0.5,0.5082645,0.47107437,0.36363637,0.3305785,0.23553719,0.20661157,0.54545456,0.6198347,0.6280992,0.6694215,0.6570248,0.6446281,0.6694215,0.677686,0.69008267,0.7231405,0.73140496,0.73966944,0.71900827,0.71900827,0.76859504,0.77272725,0.78512394,0.8016529,0.80991733,0.80991733,0.822314,0.822314,0.822314,0.8264463,0.8264463,0.822314,0.8140496,0.8057851,0.8057851,0.80991733,0.80991733,0.8057851,0.8016529,0.8016529,0.8016529,0.8016529,0.79752064,0.7892562,0.7892562,0.7892562,0.7892562,0.78099173,0.78512394,0.7933884,0.8016529,0.79752064,0.7933884,0.7892562,0.78099173,0.7644628,0.74380165,0.677686,0.6404959,0.6404959,0.61157024,0.59090906,0.553719,0.5082645,0.5123967,0.45041323,0.36363637,0.2768595,0.25619835,0.20247933,0.54545456,0.59504133,0.6404959,0.6694215,0.6528926,0.6487603,0.6694215,0.6818182,0.7066116,0.73966944,0.74793386,0.75619835,0.75619835,0.76033056,0.7768595,0.78512394,0.7933884,0.79752064,0.8057851,0.8181818,0.8264463,0.8264463,0.822314,0.822314,0.8264463,0.8181818,0.8140496,0.8057851,0.8016529,0.80991733,0.80991733,0.8057851,0.7892562,0.78099173,0.7933884,0.7933884,0.7892562,0.7892562,0.79752064,0.7892562,0.7892562,0.78512394,0.7933884,0.7892562,0.7892562,0.7892562,0.7892562,0.78099173,0.7892562,0.7644628,0.74793386,0.7066116,0.677686,0.6528926,0.6363636,0.6198347,0.553719,0.5123967,0.5123967,0.45867768,0.36363637,0.2520661,0.22727273,0.1983471,0.553719,0.6198347,0.6446281,0.661157,0.6404959,0.6446281,0.6694215,0.6942149,0.71487606,0.74380165,0.74793386,0.76033056,0.77272725,0.78099173,0.7892562,0.78512394,0.7892562,0.79752064,0.80991733,0.8140496,0.8181818,0.8181818,0.8140496,0.8140496,0.8181818,0.8181818,0.80991733,0.8057851,0.79752064,0.79752064,0.8016529,0.7933884,0.7892562,0.78512394,0.78512394,0.78512394,0.7892562,0.7933884,0.79752064,0.7933884,0.78512394,0.78512394,0.7892562,0.7892562,0.7892562,0.77272725,0.78099173,0.75619835,0.78099173,0.76859504,0.7644628,0.74380165,0.7107438,0.6818182,0.6735537,0.6404959,0.57024795,0.5206612,0.5123967,0.46694216,0.36363637,0.2603306,0.21487603,0.1570248,0.553719,0.60330576,0.6280992,0.6404959,0.6322314,0.6404959,0.6694215,0.70247936,0.72727275,0.74793386,0.75619835,0.77272725,0.78512394,0.7892562,0.78512394,0.78512394,0.7892562,0.8016529,0.8016529,0.8016529,0.8016529,0.8016529,0.8016529,0.8016529,0.8057851,0.8057851,0.8057851,0.7892562,0.7892562,0.7892562,0.7892562,0.78099173,0.7768595,0.78512394,0.78099173,0.7892562,0.78512394,0.7933884,0.7892562,0.7933884,0.7768595,0.7768595,0.78099173,0.78099173,0.7768595,0.74793386,0.73140496,0.75206614,0.76859504,0.76033056,0.76033056,0.73966944,0.72727275,0.73140496,0.6983471,0.661157,0.59917355,0.5289256,0.5041322,0.46694216,0.33471075,0.27272728,0.21900827,0.18595041,0.553719,0.58264464,0.6280992,0.6198347,0.61570245,0.6446281,0.6818182,0.7107438,0.7355372,0.74793386,0.76033056,0.7768595,0.78512394,0.78512394,0.7768595,0.7768595,0.78512394,0.7892562,0.7892562,0.78099173,0.78512394,0.78512394,0.78512394,0.78512394,0.78099173,0.78512394,0.78099173,0.76859504,0.78099173,0.7768595,0.78099173,0.77272725,0.7768595,0.7768595,0.77272725,0.7768595,0.7644628,0.78099173,0.7768595,0.7768595,0.76033056,0.76859504,0.75619835,0.7644628,0.73140496,0.6942149,0.70247936,0.7355372,0.75619835,0.73966944,0.7355372,0.71900827,0.71900827,0.73140496,0.6942149,0.6652893,0.6198347,0.553719,0.5,0.4752066,0.3264463,0.23553719,0.23140496,0.18595041,0.5495868,0.57438016,0.607438,0.6198347,0.61157024,0.6446281,0.6942149,0.72727275,0.75206614,0.74793386,0.74793386,0.76033056,0.7644628,0.76033056,0.76033056,0.75619835,0.75619835,0.77272725,0.76033056,0.76033056,0.77272725,0.7644628,0.76859504,0.76033056,0.75619835,0.75619835,0.75619835,0.74793386,0.75206614,0.74793386,0.76859504,0.76033056,0.76033056,0.7644628,0.77272725,0.76033056,0.74380165,0.77272725,0.76033056,0.74793386,0.7355372,0.72727275,0.71487606,0.71487606,0.6818182,0.677686,0.69008267,0.70247936,0.73140496,0.7107438,0.70247936,0.6983471,0.6735537,0.677686,0.6570248,0.6404959,0.6280992,0.58677685,0.5165289,0.47107437,0.3181818,0.20661157,0.21487603,0.1983471,0.553719,0.58677685,0.60330576,0.61157024,0.60330576,0.6280992,0.69008267,0.7231405,0.74380165,0.72727275,0.71900827,0.7066116,0.70247936,0.6942149,0.70247936,0.6942149,0.677686,0.6983471,0.70247936,0.6983471,0.7231405,0.73140496,0.7355372,0.73140496,0.72727275,0.71900827,0.72727275,0.71487606,0.7107438,0.7231405,0.7355372,0.7231405,0.71900827,0.74380165,0.73140496,0.73966944,0.72727275,0.7231405,0.71900827,0.6983471,0.6983471,0.6818182,0.6818182,0.6694215,0.6487603,0.6735537,0.6735537,0.677686,0.6735537,0.6570248,0.6322314,0.61157024,0.60330576,0.59090906,0.58677685,0.59504133,0.59917355,0.59917355,0.5413223,0.46694216,0.32231405,0.1983471,0.19008264,0.17768595,0.58264464,0.59090906,0.58677685,0.59917355,0.60330576,0.6280992,0.6694215,0.69008267,0.70247936,0.69008267,0.677686,0.6363636,0.607438,0.6198347,0.61157024,0.58264464,0.55785125,0.553719,0.54545456,0.553719,0.57438016,0.60330576,0.6198347,0.6528926,0.6735537,0.6735537,0.69008267,0.677686,0.6652893,0.6818182,0.6942149,0.6942149,0.6818182,0.7066116,0.7107438,0.7107438,0.6983471,0.677686,0.6818182,0.6570248,0.661157,0.6487603,0.6487603,0.6322314,0.6322314,0.6280992,0.62396693,0.61157024,0.58677685,0.5661157,0.54545456,0.5247934,0.5123967,0.5165289,0.5206612,0.53305787,0.54545456,0.57024795,0.54545456,0.48347107,0.338843,0.20247933,0.20247933,0.15289256,0.59504133,0.58677685,0.58264464,0.59090906,0.58264464,0.607438,0.62396693,0.6404959,0.6404959,0.61157024,0.59504133,0.5661157,0.5289256,0.5413223,0.5041322,0.49173555,0.45454547,0.46694216,0.446281,0.42561984,0.4338843,0.446281,0.49173555,0.5123967,0.58264464,0.61570245,0.6322314,0.6322314,0.607438,0.6280992,0.6322314,0.6528926,0.6570248,0.677686,0.70247936,0.69008267,0.6446281,0.6363636,0.6363636,0.62396693,0.62396693,0.607438,0.59504133,0.5661157,0.553719,0.5413223,0.5165289,0.5,0.48347107,0.45867768,0.45041323,0.45041323,0.43801653,0.45867768,0.46694216,0.47107437,0.48347107,0.5041322,0.5082645,0.4876033,0.36363637,0.22727273,0.20661157,0.14049587,0.60330576,0.58677685,0.57024795,0.5661157,0.54545456,0.57024795,0.5785124,0.5785124,0.55785125,0.5165289,0.49173555,0.48347107,0.46694216,0.42561984,0.3966942,0.40082645,0.38429752,0.36363637,0.33471075,0.3429752,0.338843,0.3677686,0.38016528,0.4090909,0.4876033,0.5247934,0.5413223,0.553719,0.57024795,0.58677685,0.5785124,0.607438,0.6363636,0.6446281,0.6570248,0.6363636,0.61570245,0.61157024,0.59090906,0.57438016,0.56198347,0.5413223,0.5165289,0.4752066,0.43801653,0.4214876,0.39256197,0.37603307,0.38016528,0.3677686,0.3305785,0.35123968,0.37190083,0.38016528,0.39256197,0.41322315,0.4214876,0.44214877,0.46694216,0.46694216,0.37603307,0.25619835,0.20247933,0.17355372,0.61157024,0.59090906,0.57024795,0.58264464,0.5289256,0.5247934,0.5041322,0.5165289,0.47933885,0.45454547,0.42975205,0.41322315,0.3966942,0.37603307,0.3429752,0.3553719,0.3181818,0.3429752,0.29752067,0.3264463,0.28512397,0.3429752,0.32231405,0.35123968,0.40495867,0.42561984,0.45867768,0.48347107,0.5289256,0.5413223,0.56198347,0.58264464,0.6280992,0.6322314,0.6570248,0.6280992,0.59917355,0.5785124,0.553719,0.5206612,0.5041322,0.4752066,0.43801653,0.3966942,0.3553719,0.32231405,0.2892562,0.28099173,0.2768595,0.29338843,0.30165288,0.3181818,0.3181818,0.33471075,0.36363637,0.38429752,0.39256197,0.41735536,0.43801653,0.446281,0.3966942,0.2892562,0.20661157,0.2107438,0.61157024,0.59504133,0.56198347,0.5785124,0.5289256,0.47933885,0.4752066,0.46694216,0.46280992,0.45867768,0.41322315,0.3966942,0.38016528,0.37190083,0.3264463,0.3429752,0.2892562,0.28512397,0.24793388,0.2644628,0.21900827,0.2768595,0.29752067,0.29752067,0.33471075,0.36363637,0.39256197,0.44214877,0.47107437,0.5041322,0.553719,0.5785124,0.6322314,0.6570248,0.6694215,0.6446281,0.607438,0.55785125,0.5247934,0.49586776,0.46280992,0.41322315,0.37190083,0.3264463,0.29338843,0.25619835,0.22727273,0.22727273,0.22727273,0.23140496,0.24380165,0.2768595,0.28512397,0.32231405,0.3553719,0.37603307,0.38842976,0.41322315,0.4338843,0.446281,0.42561984,0.3264463,0.22727273,0.2231405,0.61570245,0.607438,0.58677685,0.59090906,0.5206612,0.47107437,0.45041323,0.45041323,0.43801653,0.44214877,0.39256197,0.37190083,0.34710744,0.3181818,0.3264463,0.32231405,0.30165288,0.2892562,0.26859504,0.28512397,0.23966943,0.23553719,0.24793388,0.2603306,0.28512397,0.3140496,0.33471075,0.3966942,0.42561984,0.4876033,0.56198347,0.6280992,0.6652893,0.70247936,0.7107438,0.6983471,0.6487603,0.58264464,0.5206612,0.47107437,0.41322315,0.35123968,0.30991736,0.26859504,0.23966943,0.2231405,0.2107438,0.23553719,0.2520661,0.25619835,0.2520661,0.26859504,0.24380165,0.24380165,0.30578512,0.35123968,0.37190083,0.3966942,0.42975205,0.45867768,0.4338843,0.34710744,0.2768595,0.1983471,0.61570245,0.607438,0.58264464,0.58264464,0.5371901,0.5041322,0.40495867,0.42561984,0.36363637,0.38842976,0.3305785,0.3264463,0.3429752,0.35950413,0.39256197,0.39256197,0.3553719,0.3140496,0.30578512,0.32231405,0.3181818,0.2892562,0.2768595,0.27272728,0.29752067,0.2892562,0.29752067,0.338843,0.39256197,0.47933885,0.57024795,0.6528926,0.7066116,0.73966944,0.7355372,0.7231405,0.69008267,0.61157024,0.53305787,0.45867768,0.35950413,0.29338843,0.26859504,0.23553719,0.24793388,0.2644628,0.26859504,0.29752067,0.3140496,0.36363637,0.38429752,0.37603307,0.38429752,0.3264463,0.24793388,0.29338843,0.3305785,0.36363637,0.40495867,0.46280992,0.45041323,0.338843,0.35123968,0.19421488,0.6322314,0.59090906,0.59917355,0.55785125,0.53305787,0.4876033,0.38429752,0.37190083,0.3429752,0.29338843,0.30578512,0.3677686,0.41322315,0.40495867,0.35950413,0.30165288,0.2603306,0.23553719,0.24380165,0.28099173,0.3305785,0.32231405,0.3264463,0.30578512,0.30991736,0.3140496,0.29338843,0.29752067,0.34710744,0.446281,0.5785124,0.6818182,0.75206614,0.7768595,0.78512394,0.77272725,0.72727275,0.6487603,0.54545456,0.4338843,0.30578512,0.2768595,0.26859504,0.2603306,0.29752067,0.28512397,0.26859504,0.23553719,0.2520661,0.26859504,0.29338843,0.33471075,0.3677686,0.40082645,0.3429752,0.26859504,0.30578512,0.34710744,0.37603307,0.446281,0.48347107,0.32231405,0.338843,0.26859504,0.6487603,0.607438,0.607438,0.56198347,0.49173555,0.42975205,0.37603307,0.3264463,0.30991736,0.2520661,0.37190083,0.39256197,0.3966942,0.3553719,0.25619835,0.2231405,0.21487603,0.19008264,0.26859504,0.30991736,0.4338843,0.35950413,0.338843,0.33471075,0.32231405,0.338843,0.3305785,0.2892562,0.29752067,0.40082645,0.57024795,0.6983471,0.77272725,0.79752064,0.8016529,0.7892562,0.75619835,0.6942149,0.54545456,0.40082645,0.3264463,0.3181818,0.30991736,0.3140496,0.338843,0.2644628,0.2520661,0.2107438,0.2603306,0.3553719,0.26859504,0.4338843,0.34710744,0.30991736,0.35950413,0.30578512,0.3140496,0.33471075,0.37190083,0.44214877,0.5,0.338843,0.3181818,0.30165288,0.6487603,0.6198347,0.61570245,0.56198347,0.46280992,0.4090909,0.37190083,0.3429752,0.30578512,0.30991736,0.38016528,0.34710744,0.38842976,0.42561984,0.30991736,0.2603306,0.17355372,0.19008264,0.2768595,0.3677686,0.5082645,0.45867768,0.35950413,0.30991736,0.3264463,0.3677686,0.34710744,0.30165288,0.29752067,0.38429752,0.56198347,0.70247936,0.77272725,0.80991733,0.8181818,0.8057851,0.78512394,0.71900827,0.5247934,0.38016528,0.38842976,0.3677686,0.33471075,0.3553719,0.39256197,0.30165288,0.25619835,0.2107438,0.20661157,0.24793388,0.24380165,0.446281,0.57438016,0.33471075,0.28512397,0.3140496,0.3429752,0.32231405,0.38016528,0.446281,0.49586776,0.38016528,0.2892562,0.3140496,0.6570248,0.6280992,0.61570245,0.59917355,0.5289256,0.46694216,0.40495867,0.3966942,0.38016528,0.4090909,0.44214877,0.45041323,0.49173555,0.5289256,0.42975205,0.38842976,0.3264463,0.3181818,0.37190083,0.46694216,0.5661157,0.49586776,0.40495867,0.3264463,0.3181818,0.37603307,0.38842976,0.34710744,0.3429752,0.42561984,0.56198347,0.69008267,0.76033056,0.8057851,0.822314,0.8057851,0.8016529,0.7355372,0.5,0.38842976,0.42561984,0.3966942,0.338843,0.37603307,0.43801653,0.33471075,0.30165288,0.24793388,0.21900827,0.23553719,0.2892562,0.46280992,0.5165289,0.41322315,0.3677686,0.30578512,0.3677686,0.35950413,0.38016528,0.45867768,0.49173555,0.4090909,0.25619835,0.30991736,0.6528926,0.6487603,0.62396693,0.61570245,0.57438016,0.5371901,0.47107437,0.46694216,0.4876033,0.5206612,0.5041322,0.5165289,0.55785125,0.59917355,0.55785125,0.5123967,0.5,0.46280992,0.5041322,0.57024795,0.5661157,0.5041322,0.45041323,0.3966942,0.37603307,0.4090909,0.42975205,0.4214876,0.42561984,0.5206612,0.607438,0.6942149,0.7644628,0.7892562,0.8181818,0.80991733,0.822314,0.7892562,0.54545456,0.4090909,0.46280992,0.44214877,0.37603307,0.38429752,0.41735536,0.39256197,0.34710744,0.3181818,0.3140496,0.29338843,0.41322315,0.47933885,0.45867768,0.44214877,0.40082645,0.38842976,0.4090909,0.41322315,0.39256197,0.4752066,0.49173555,0.42975205,0.24793388,0.29338843,0.6446281,0.6487603,0.6487603,0.6446281,0.62396693,0.58677685,0.5495868,0.56198347,0.59917355,0.59917355,0.55785125,0.5247934,0.54545456,0.5785124,0.59504133,0.607438,0.61157024,0.59917355,0.60330576,0.58264464,0.553719,0.5123967,0.4752066,0.446281,0.42561984,0.45041323,0.45867768,0.4752066,0.5123967,0.6198347,0.6652893,0.69008267,0.74793386,0.78512394,0.80991733,0.8140496,0.822314,0.8140496,0.6198347,0.4090909,0.46694216,0.44214877,0.42975205,0.39256197,0.38016528,0.41322315,0.40082645,0.40495867,0.38016528,0.44214877,0.4338843,0.42561984,0.41322315,0.3966942,0.42975205,0.47107437,0.47933885,0.46280992,0.4214876,0.4876033,0.49586776,0.44214877,0.25619835,0.30578512,0.6363636,0.6528926,0.6652893,0.6652893,0.6487603,0.6198347,0.61570245,0.6363636,0.661157,0.6322314,0.58677685,0.56198347,0.55785125,0.54545456,0.53305787,0.5206612,0.5206612,0.5082645,0.5082645,0.5123967,0.5082645,0.4752066,0.46280992,0.48347107,0.5,0.5082645,0.5165289,0.553719,0.61157024,0.69008267,0.70247936,0.6818182,0.71900827,0.76859504,0.822314,0.8305785,0.8140496,0.8181818,0.7231405,0.47107437,0.446281,0.43801653,0.43801653,0.40495867,0.36363637,0.38429752,0.38842976,0.42561984,0.38842976,0.42561984,0.4090909,0.41735536,0.41322315,0.446281,0.4752066,0.5041322,0.49173555,0.4876033,0.46694216,0.49173555,0.5,0.446281,0.28512397,0.33471075,0.6280992,0.6528926,0.6735537,0.6818182,0.6694215,0.6487603,0.6404959,0.661157,0.6694215,0.6487603,0.61570245,0.58264464,0.56198347,0.553719,0.53305787,0.5165289,0.5165289,0.5123967,0.47933885,0.46280992,0.45867768,0.4876033,0.54545456,0.57024795,0.55785125,0.59090906,0.61157024,0.6487603,0.6859504,0.72727275,0.72727275,0.6983471,0.6983471,0.75206614,0.8264463,0.8305785,0.8016529,0.8305785,0.74793386,0.5661157,0.47933885,0.47107437,0.45454547,0.42975205,0.40495867,0.37603307,0.39256197,0.41735536,0.40495867,0.4214876,0.4338843,0.42561984,0.42561984,0.45454547,0.4876033,0.5123967,0.49586776,0.5041322,0.5,0.5,0.5041322,0.43801653,0.3305785,0.35950413,0.6198347,0.6528926,0.677686,0.6942149,0.6818182,0.6735537,0.661157,0.6652893,0.6818182,0.69008267,0.677686,0.6404959,0.59917355,0.55785125,0.5123967,0.4876033,0.47107437,0.47933885,0.49586776,0.5371901,0.57438016,0.6198347,0.61157024,0.6322314,0.6652893,0.71487606,0.70247936,0.6983471,0.7066116,0.72727275,0.73140496,0.70247936,0.6694215,0.71900827,0.8140496,0.8264463,0.8181818,0.8264463,0.78512394,0.59917355,0.5413223,0.5495868,0.5165289,0.4876033,0.47107437,0.43801653,0.44214877,0.43801653,0.4214876,0.41735536,0.44214877,0.45041323,0.4752066,0.5,0.5289256,0.5289256,0.5165289,0.5206612,0.5082645,0.5041322,0.5041322,0.43801653,0.34710744,0.3677686,0.60330576,0.6446281,0.6818182,0.6983471,0.6942149,0.6859504,0.6859504,0.6694215,0.6735537,0.69008267,0.71487606,0.70247936,0.6983471,0.6694215,0.6404959,0.6198347,0.61570245,0.6322314,0.6859504,0.71900827,0.7231405,0.7066116,0.7107438,0.72727275,0.7644628,0.76859504,0.73966944,0.70247936,0.70247936,0.7231405,0.72727275,0.70247936,0.6570248,0.6983471,0.7768595,0.8264463,0.8264463,0.8181818,0.7892562,0.62396693,0.56198347,0.59090906,0.61157024,0.60330576,0.5495868,0.53305787,0.53305787,0.5247934,0.5,0.5082645,0.5165289,0.5206612,0.53305787,0.5413223,0.553719,0.5371901,0.5247934,0.5206612,0.5206612,0.5041322,0.49173555,0.41735536,0.3264463,0.35950413,0.58677685,0.6322314,0.677686,0.6983471,0.70247936,0.70247936,0.7107438,0.6859504,0.6735537,0.6859504,0.7066116,0.72727275,0.74380165,0.75619835,0.7644628,0.75619835,0.7644628,0.7644628,0.76859504,0.78512394,0.7768595,0.77272725,0.77272725,0.7933884,0.7892562,0.78099173,0.7355372,0.7107438,0.6942149,0.7107438,0.71900827,0.6818182,0.6570248,0.6652893,0.74793386,0.8140496,0.8264463,0.8140496,0.7644628,0.6280992,0.5661157,0.5785124,0.6446281,0.6942149,0.6487603,0.6322314,0.6322314,0.61570245,0.59917355,0.61157024,0.59504133,0.58677685,0.5785124,0.5661157,0.56198347,0.54545456,0.53305787,0.53305787,0.53305787,0.5123967,0.49586776,0.40495867,0.30578512,0.3553719,0.5661157,0.6198347,0.6652893,0.6818182,0.6983471,0.71900827,0.71900827,0.7066116,0.70247936,0.7107438,0.71487606,0.7231405,0.73966944,0.75619835,0.7768595,0.78099173,0.79752064,0.7892562,0.78099173,0.80991733,0.78512394,0.79752064,0.8057851,0.7933884,0.7933884,0.76859504,0.74380165,0.7066116,0.6983471,0.6942149,0.7066116,0.661157,0.6404959,0.6404959,0.7231405,0.8016529,0.8305785,0.7933884,0.74380165,0.6363636,0.57438016,0.57438016,0.6404959,0.70247936,0.6942149,0.69008267,0.6942149,0.69008267,0.6735537,0.6694215,0.6446281,0.6198347,0.6198347,0.61570245,0.59917355,0.58264464,0.5785124,0.55785125,0.54545456,0.5206612,0.5082645,0.3966942,0.26859504,0.3553719,0.5371901,0.607438,0.661157,0.69008267,0.6942149,0.72727275,0.73966944,0.73140496,0.7355372,0.74793386,0.74380165,0.74793386,0.73140496,0.73966944,0.7768595,0.78512394,0.7933884,0.79752064,0.79752064,0.7892562,0.8057851,0.80991733,0.80991733,0.8016529,0.78099173,0.76859504,0.7355372,0.7066116,0.70247936,0.6818182,0.6818182,0.6652893,0.6363636,0.6446281,0.7066116,0.7768595,0.8305785,0.8016529,0.73966944,0.6487603,0.59504133,0.57438016,0.6322314,0.6942149,0.70247936,0.7066116,0.71900827,0.71487606,0.70247936,0.70247936,0.69008267,0.6570248,0.6528926,0.661157,0.6363636,0.61570245,0.60330576,0.5661157,0.54545456,0.5247934,0.5165289,0.3553719,0.25619835,0.37190083,0.49586776,0.5785124,0.6363636,0.677686,0.69008267,0.71900827,0.72727275,0.7355372,0.73140496,0.7355372,0.75619835,0.75619835,0.74793386,0.7355372,0.76859504,0.7892562,0.7892562,0.79752064,0.79752064,0.7892562,0.79752064,0.80991733,0.8016529,0.7892562,0.78099173,0.7644628,0.74380165,0.7107438,0.6859504,0.6528926,0.6694215,0.6859504,0.661157,0.6528926,0.7066116,0.7644628,0.8140496,0.80991733,0.75619835,0.6859504,0.59917355,0.553719,0.6280992,0.6942149,0.7107438,0.72727275,0.73966944,0.73966944,0.7355372,0.7231405,0.71900827,0.6983471,0.6859504,0.6859504,0.6818182,0.6528926,0.62396693,0.57438016,0.5495868,0.5247934,0.5165289,0.32231405,0.30165288,0.4090909,0.46280992,0.53305787,0.61157024,0.6570248,0.6859504,0.6942149,0.71487606,0.73140496,0.7066116,0.7231405,0.74380165,0.75206614,0.77272725,0.76033056,0.7768595,0.7892562,0.7892562,0.7892562,0.79752064,0.78099173,0.7933884,0.8057851,0.8016529,0.7933884,0.76859504,0.75206614,0.73140496,0.69008267,0.6570248,0.6322314,0.6735537,0.6942149,0.677686,0.677686,0.71487606,0.75206614,0.8016529,0.8057851,0.76859504,0.69008267,0.60330576,0.53305787,0.57438016,0.6735537,0.7107438,0.73966944,0.74380165,0.74793386,0.74793386,0.72727275,0.72727275,0.7231405,0.7231405,0.7066116,0.677686,0.6570248,0.6280992,0.59504133,0.5661157,0.5247934,0.49586776,0.37190083,0.38016528,0.42975205,0.42975205,0.49586776,0.5785124,0.6280992,0.6570248,0.6818182,0.70247936,0.69008267,0.6942149,0.71900827,0.71900827,0.75206614,0.77272725,0.7768595,0.78099173,0.7768595,0.78512394,0.78099173,0.7892562,0.78099173,0.77272725,0.7892562,0.7768595,0.76033056,0.76033056,0.72727275,0.6942149,0.6487603,0.6404959,0.6570248,0.69008267,0.7066116,0.6942149,0.6942149,0.71487606,0.74793386,0.7933884,0.79752064,0.76033056,0.6694215,0.59917355,0.54545456,0.53305787,0.61570245,0.6859504,0.7231405,0.73140496,0.73140496,0.72727275,0.71900827,0.71900827,0.71487606,0.72727275,0.7107438,0.70247936,0.6735537,0.6404959,0.61570245,0.56198347,0.5289256,0.4876033,0.45041323,0.37603307,0.42561984,0.42975205,0.44214877,0.5413223,0.60330576,0.62396693,0.6694215,0.6859504,0.69008267,0.70247936,0.71487606,0.73140496,0.74380165,0.7644628,0.7644628,0.76033056,0.7644628,0.7768595,0.7644628,0.76033056,0.7644628,0.75206614,0.75206614,0.7355372,0.71487606,0.72727275,0.7107438,0.6528926,0.60330576,0.6363636,0.6859504,0.7066116,0.7231405,0.7107438,0.7066116,0.72727275,0.76033056,0.7892562,0.7933884,0.76033056,0.6694215,0.61157024,0.61157024,0.56198347,0.5371901,0.61157024,0.6735537,0.69008267,0.677686,0.6818182,0.6942149,0.6942149,0.6942149,0.6983471,0.6983471,0.6818182,0.6694215,0.6322314,0.59090906,0.57024795,0.5247934,0.47107437,0.47933885,0.338843,0.4338843,0.42561984,0.41322315,0.49586776,0.5661157,0.58677685,0.6446281,0.6652893,0.6735537,0.6859504,0.7107438,0.7107438,0.73966944,0.7355372,0.7355372,0.74793386,0.7644628,0.76033056,0.74380165,0.73966944,0.73140496,0.7231405,0.70247936,0.6735537,0.6694215,0.6942149,0.6818182,0.607438,0.5785124,0.6487603,0.69008267,0.71487606,0.72727275,0.71487606,0.71487606,0.73966944,0.7768595,0.78512394,0.77272725,0.75619835,0.6942149,0.6322314,0.6487603,0.6322314,0.5247934,0.5289256,0.59504133,0.6363636,0.6363636,0.6487603,0.6652893,0.6694215,0.677686,0.6694215,0.6694215,0.6446281,0.6322314,0.59917355,0.59090906,0.5661157,0.5206612,0.46280992,0.45867768,0.40082645,0.4214876,0.4214876,0.4338843,0.44214877,0.5206612,0.553719,0.607438,0.6280992,0.6446281,0.6694215,0.6942149,0.6942149,0.7066116,0.7107438,0.71487606,0.73140496,0.74380165,0.73140496,0.7231405,0.7231405,0.7066116,0.6859504,0.661157,0.6322314,0.61570245,0.6404959,0.6487603,0.58677685,0.54545456,0.6198347,0.6652893,0.677686,0.6735537,0.6859504,0.6983471,0.73966944,0.76859504,0.76859504,0.75206614,0.75206614,0.6983471,0.62396693,0.60330576,0.6198347,0.53305787,0.47933885,0.5247934,0.58264464,0.607438,0.62396693,0.62396693,0.6363636,0.6363636,0.6487603,0.6363636,0.6198347,0.607438,0.55785125,0.57024795,0.53305787,0.5082645,0.45041323,0.45041323,0.45867768,0.35950413,0.44214877,0.45041323,0.42975205,0.47107437,0.5247934,0.5785124,0.59917355,0.61157024,0.6363636,0.6570248,0.6652893,0.6652893,0.677686,0.6859504,0.70247936,0.71487606,0.6983471,0.6859504,0.6859504,0.677686,0.6446281,0.61157024,0.58677685,0.56198347,0.5785124,0.6446281,0.61570245,0.5041322,0.4876033,0.5082645,0.5165289,0.5413223,0.59090906,0.61570245,0.677686,0.71487606,0.7066116,0.6735537,0.677686,0.6694215,0.57438016,0.5123967,0.5247934,0.4876033,0.45867768,0.47933885,0.5247934,0.57024795,0.59090906,0.59090906,0.61570245,0.61157024,0.607438,0.58677685,0.60330576,0.55785125,0.54545456,0.5371901,0.5289256,0.47933885,0.44214877,0.45454547,0.446281,0.27272728,0.45867768,0.45041323,0.44214877,0.42561984,0.47933885,0.5289256,0.56198347,0.59090906,0.61570245,0.6446281,0.6487603,0.6280992,0.6528926,0.661157,0.6652893,0.677686,0.6694215,0.6570248,0.6528926,0.6487603,0.607438,0.56198347,0.5206612,0.5165289,0.59090906,0.6404959,0.6363636,0.56198347,0.4214876,0.35123968,0.3140496,0.33471075,0.40495867,0.47107437,0.54545456,0.58677685,0.59090906,0.53305787,0.53305787,0.5413223,0.47107437,0.38429752,0.40082645,0.45041323,0.446281,0.45867768,0.46280992,0.5165289,0.56198347,0.56198347,0.59090906,0.55785125,0.5785124,0.5495868,0.5661157,0.5289256,0.5041322,0.5206612,0.5,0.4752066,0.4338843,0.4338843,0.39256197,0.20247933,0.5,0.44214877,0.45041323,0.41322315,0.42561984,0.48347107,0.5289256,0.5495868,0.5785124,0.60330576,0.607438,0.61157024,0.6198347,0.6198347,0.6322314,0.6404959,0.6404959,0.6280992,0.61570245,0.60330576,0.57024795,0.5247934,0.49173555,0.553719,0.6446281,0.661157,0.6528926,0.6446281,0.5082645,0.32231405,0.24380165,0.24793388,0.24793388,0.3264463,0.41322315,0.45454547,0.45041323,0.41735536,0.4090909,0.45867768,0.3553719,0.3429752,0.42975205,0.45867768,0.45867768,0.48347107,0.46280992,0.48347107,0.5371901,0.5289256,0.5371901,0.5123967,0.5247934,0.5165289,0.5165289,0.5041322,0.48347107,0.47107437,0.4876033,0.46694216,0.40495867,0.38429752,0.26859504,0.18181819,0.57024795,0.44214877,0.45867768,0.4338843,0.41735536,0.446281,0.5,0.5289256,0.54545456,0.5661157,0.57024795,0.58264464,0.5785124,0.58264464,0.59090906,0.59090906,0.60330576,0.58677685,0.57438016,0.55785125,0.5289256,0.49586776,0.553719,0.661157,0.7107438,0.71900827,0.7066116,0.6694215,0.62396693,0.45041323,0.29752067,0.26859504,0.2768595,0.2603306,0.30578512,0.35950413,0.35950413,0.36363637,0.38429752,0.41735536,0.39256197,0.45041323,0.4876033,0.48347107,0.4752066,0.5165289,0.5123967,0.4876033,0.5041322,0.5,0.5123967,0.5,0.49586776,0.4876033,0.4876033,0.45867768,0.45454547,0.46694216,0.47933885,0.446281,0.3429752,0.2768595,0.1983471,0.1983471,0.57024795,0.45867768,0.46280992,0.446281,0.41735536,0.42561984,0.47107437,0.5,0.5289256,0.54545456,0.5413223,0.5495868,0.5371901,0.5413223,0.54545456,0.54545456,0.553719,0.553719,0.54545456,0.5413223,0.5123967,0.54545456,0.6487603,0.71900827,0.74380165,0.74793386,0.7355372,0.71487606,0.6818182,0.59504133,0.4090909,0.30991736,0.338843,0.29752067,0.2892562,0.32231405,0.3429752,0.37190083,0.38429752,0.41735536,0.45041323,0.49173555,0.5165289,0.5371901,0.5123967,0.5413223,0.55785125,0.5165289,0.49586776,0.5041322,0.5,0.49586776,0.4752066,0.47107437,0.47107437,0.45041323,0.42975205,0.45454547,0.4752066,0.38016528,0.22727273,0.1983471,0.19008264,0.20247933,0.45867768,0.45041323,0.47107437,0.45454547,0.4214876,0.40495867,0.45454547,0.5,0.5,0.5123967,0.5206612,0.5165289,0.5041322,0.5,0.5123967,0.5289256,0.5289256,0.53305787,0.53305787,0.5206612,0.5289256,0.607438,0.6983471,0.7355372,0.73966944,0.75619835,0.74380165,0.7066116,0.7107438,0.6446281,0.5247934,0.41322315,0.36363637,0.338843,0.3305785,0.33471075,0.35950413,0.4214876,0.41735536,0.43801653,0.48347107,0.5206612,0.53305787,0.5413223,0.54545456,0.53305787,0.57024795,0.5413223,0.5165289,0.5041322,0.47933885,0.49173555,0.46280992,0.45867768,0.45867768,0.43801653,0.43801653,0.45867768,0.45867768,0.30578512,0.16115703,0.19421488,0.18595041,0.19421488,0.36363637,0.4090909,0.4752066,0.46694216,0.44214877,0.41322315,0.43801653,0.5,0.5082645,0.5,0.5165289,0.5082645,0.4876033,0.4876033,0.5123967,0.5206612,0.5206612,0.5289256,0.5289256,0.5289256,0.607438,0.6859504,0.7231405,0.7231405,0.71900827,0.74380165,0.71487606,0.73140496,0.6735537,0.6198347,0.60330576,0.53305787,0.45867768,0.41322315,0.38842976,0.41735536,0.42975205,0.45867768,0.45867768,0.47933885,0.5123967,0.5123967,0.553719,0.5495868,0.5495868,0.5371901,0.57024795,0.57438016,0.5413223,0.49173555,0.47107437,0.4752066,0.46280992,0.46280992,0.45867768,0.45454547,0.45867768,0.47933885,0.42975205,0.24793388,0.1694215,0.20661157,0.18181819,0.19008264,0.3553719,0.37190083,0.45454547,0.4752066,0.45867768,0.4338843,0.43801653,0.49586776,0.5206612,0.53305787,0.5289256,0.5206612,0.49586776,0.5082645,0.5123967,0.5206612,0.5371901,0.5371901,0.5413223,0.58677685,0.677686,0.71487606,0.72727275,0.7107438,0.69008267,0.71487606,0.70247936,0.70247936,0.6652893,0.6404959,0.6404959,0.61570245,0.553719,0.5,0.45867768,0.47107437,0.4752066,0.46280992,0.4876033,0.5206612,0.5247934,0.5165289,0.5371901,0.55785125,0.553719,0.54545456,0.5661157,0.59504133,0.57024795,0.5082645,0.48347107,0.47933885,0.4752066,0.4752066,0.4752066,0.48347107,0.4752066,0.5,0.3966942,0.2107438,0.18181819,0.1983471,0.19008264,0.19421488,0.38016528,0.34710744,0.4338843,0.47107437,0.46280992,0.46694216,0.41735536,0.45867768,0.53305787,0.55785125,0.5495868,0.5661157,0.5495868,0.5495868,0.553719,0.56198347,0.55785125,0.5495868,0.57024795,0.6487603,0.7107438,0.7107438,0.6983471,0.677686,0.6694215,0.70247936,0.69008267,0.677686,0.6735537,0.6735537,0.661157,0.6363636,0.60330576,0.58264464,0.5371901,0.49173555,0.4752066,0.4876033,0.49586776,0.53305787,0.53305787,0.5289256,0.5413223,0.553719,0.553719,0.5413223,0.55785125,0.59917355,0.59504133,0.53305787,0.49586776,0.49586776,0.4752066,0.48347107,0.48347107,0.47933885,0.4876033,0.49586776,0.338843,0.19008264,0.18595041,0.19008264,0.19421488,0.18181819,0.38842976,0.3305785,0.4090909,0.46280992,0.45867768,0.47107437,0.42975205,0.44214877,0.5123967,0.56198347,0.5661157,0.57438016,0.59917355,0.60330576,0.607438,0.60330576,0.58677685,0.553719,0.60330576,0.6942149,0.71487606,0.6859504,0.6694215,0.6570248,0.6528926,0.6818182,0.6859504,0.6859504,0.661157,0.6818182,0.69008267,0.6859504,0.6859504,0.6735537,0.6322314,0.56198347,0.5082645,0.5,0.5123967,0.5247934,0.5247934,0.5371901,0.53305787,0.5495868,0.54545456,0.5289256,0.5413223,0.57024795,0.5785124,0.5289256,0.5041322,0.5165289,0.49586776,0.5,0.49586776,0.4876033,0.4876033,0.49173555,0.2644628,0.17355372,0.19421488,0.19008264,0.19421488,0.18181819,0.4214876,0.3140496,0.36363637,0.45867768,0.46694216,0.47107437,0.4752066,0.4338843,0.4876033,0.5495868,0.58677685,0.60330576,0.6322314,0.6446281,0.6322314,0.6487603,0.59504133,0.57438016,0.6404959,0.6859504,0.6735537,0.6322314,0.6198347,0.61570245,0.6487603,0.677686,0.6942149,0.70247936,0.677686,0.6694215,0.6694215,0.661157,0.6570248,0.6363636,0.6322314,0.59090906,0.5413223,0.49173555,0.46280992,0.47107437,0.48347107,0.49586776,0.5041322,0.5165289,0.5371901,0.54545456,0.5165289,0.5,0.5165289,0.49173555,0.5165289,0.5495868,0.5123967,0.5123967,0.5,0.5,0.49173555,0.46280992,0.2107438,0.1694215,0.20247933,0.19421488,0.1983471,0.17768595,0.41735536,0.33471075,0.29752067,0.43801653,0.47107437,0.4876033,0.49173555,0.446281,0.43801653,0.5289256,0.59090906,0.61570245,0.6363636,0.6528926,0.6404959,0.661157,0.6322314,0.6280992,0.6652893,0.6363636,0.58264464,0.553719,0.56198347,0.607438,0.6322314,0.6446281,0.6322314,0.6280992,0.60330576,0.57438016,0.5289256,0.5371901,0.53305787,0.5206612,0.5123967,0.5165289,0.5041322,0.43801653,0.39256197,0.39256197,0.3966942,0.4090909,0.43801653,0.47107437,0.5165289,0.5371901,0.5082645,0.4752066,0.4752066,0.46280992,0.5413223,0.55785125,0.5165289,0.5165289,0.5,0.4876033,0.49586776,0.3966942,0.17355372,0.19008264,0.17768595,0.19421488,0.20247933,0.16115703,0.40082645,0.37603307,0.24380165,0.3966942,0.47933885,0.46694216,0.5082645,0.46280992,0.4214876,0.5,0.553719,0.59917355,0.62396693,0.6446281,0.6487603,0.677686,0.6694215,0.6694215,0.6570248,0.58264464,0.5123967,0.49586776,0.5123967,0.5165289,0.49586776,0.47107437,0.43801653,0.446281,0.45041323,0.43801653,0.41735536,0.45454547,0.46280992,0.46694216,0.46694216,0.47107437,0.46694216,0.4214876,0.38842976,0.38016528,0.38429752,0.37190083,0.38429752,0.39256197,0.42975205,0.4876033,0.5,0.47933885,0.45867768,0.46280992,0.58264464,0.56198347,0.53305787,0.5206612,0.5,0.4752066,0.47107437,0.34710744,0.13636364,0.18595041,0.17768595,0.1983471,0.19008264,0.18181819,0.38429752,0.40082645,0.23966943,0.35123968,0.4338843,0.446281,0.5123967,0.47933885,0.42975205,0.45454547,0.53305787,0.5785124,0.60330576,0.6280992,0.6528926,0.6818182,0.6818182,0.661157,0.6280992,0.53305787,0.4752066,0.43801653,0.40495867,0.38429752,0.34710744,0.3140496,0.3305785,0.338843,0.338843,0.33471075,0.32231405,0.35123968,0.36363637,0.36363637,0.3966942,0.40495867,0.38429752,0.37190083,0.3553719,0.3264463,0.33471075,0.33471075,0.3429752,0.35123968,0.34710744,0.37603307,0.44214877,0.47107437,0.48347107,0.5,0.60330576,0.57024795,0.5371901,0.5165289,0.49173555,0.45454547,0.46694216,0.25619835,0.1570248,0.17355372,0.19421488,0.17768595,0.20247933,0.19008264,0.40082645,0.37603307,0.25619835,0.38842976,0.37603307,0.42975205,0.4752066,0.47933885,0.43801653,0.44214877,0.4876033,0.5371901,0.55785125,0.60330576,0.61570245,0.6487603,0.661157,0.6487603,0.607438,0.5413223,0.49586776,0.45867768,0.41322315,0.38429752,0.35950413,0.30165288,0.2768595,0.25619835,0.2520661,0.2644628,0.2520661,0.23966943,0.22727273,0.23140496,0.2603306,0.25619835,0.24793388,0.28099173,0.29752067,0.27272728,0.2644628,0.2644628,0.26859504,0.25619835,0.28512397,0.32231405,0.3966942,0.45867768,0.5041322,0.54545456,0.59917355,0.553719,0.5247934,0.49173555,0.45867768,0.46280992,0.41322315,0.1694215,0.17768595,0.18595041,0.18595041,0.18181819,0.18595041,0.19008264,0.40495867,0.35950413,0.2892562,0.45454547,0.38429752,0.38016528,0.42975205,0.45454547,0.43801653,0.41735536,0.43801653,0.4752066,0.5082645,0.54545456,0.57024795,0.59504133,0.6198347,0.6280992,0.61157024,0.59917355,0.61157024,0.61570245,0.61570245,0.61157024,0.61570245,0.58264464,0.5247934,0.4876033,0.55785125,0.58264464,0.5495868,0.49586776,0.41735536,0.36363637,0.3181818,0.28099173,0.2892562,0.30991736,0.32231405,0.3305785,0.35950413,0.34710744,0.36363637,0.38842976,0.4338843,0.42561984,0.43801653,0.46694216,0.5,0.55785125,0.56198347,0.5123967,0.49586776,0.45867768,0.4338843,0.46694216,0.3181818,0.12396694,0.19421488,0.19008264,0.17355372,0.19008264,0.17768595,0.19008264,0.38842976,0.35950413,0.32231405,0.49173555,0.46280992,0.3305785,0.3966942,0.41322315,0.41735536,0.39256197,0.3966942,0.44214877,0.47107437,0.4876033,0.5123967,0.5289256,0.56198347,0.59504133,0.6198347,0.6487603,0.6942149,0.71487606,0.71487606,0.70247936,0.661157,0.59917355,0.5661157,0.5495868,0.57438016,0.6818182,0.73966944,0.72727275,0.677686,0.61570245,0.5289256,0.5,0.47933885,0.48347107,0.46694216,0.46694216,0.45041323,0.42975205,0.4214876,0.45454547,0.47933885,0.48347107,0.46694216,0.47933885,0.5041322,0.5247934,0.5041322,0.47107437,0.46694216,0.42975205,0.42561984,0.446281,0.2107438,0.13636364,0.19421488,0.18595041,0.19008264,0.18181819,0.19008264,0.18595041,0.38842976,0.36363637,0.37603307,0.5082645,0.5371901,0.38842976,0.338843,0.38842976,0.39256197,0.38016528,0.38429752,0.40082645,0.42975205,0.45041323,0.46280992,0.46280992,0.4876033,0.53305787,0.59917355,0.6652893,0.7107438,0.71487606,0.70247936,0.7107438,0.70247936,0.6280992,0.5289256,0.49586776,0.48347107,0.5206612,0.59504133,0.62396693,0.6322314,0.6198347,0.57024795,0.5785124,0.56198347,0.55785125,0.53305787,0.4876033,0.42975205,0.41735536,0.42975205,0.44214877,0.4876033,0.5,0.5082645,0.5,0.5165289,0.48347107,0.46280992,0.4338843,0.4338843,0.42561984,0.4214876,0.3429752,0.15289256,0.16115703,0.19008264,0.18595041,0.1983471,0.1694215,0.17768595,0.19008264,0.38429752,0.36363637,0.42975205,0.53305787,0.5661157,0.4752066,0.30578512,0.338843,0.37190083,0.35950413,0.35950413,0.37190083,0.38429752,0.41322315,0.42561984,0.4338843,0.43801653,0.47933885,0.57024795,0.6487603,0.6942149,0.6983471,0.6942149,0.70247936,0.6942149,0.677686,0.607438,0.47107437,0.4090909,0.4338843,0.47107437,0.5123967,0.5247934,0.5206612,0.5082645,0.5371901,0.5123967,0.5247934,0.4876033,0.446281,0.4214876,0.4214876,0.446281,0.47933885,0.5041322,0.5041322,0.5289256,0.5289256,0.49586776,0.46694216,0.42561984,0.4090909,0.4214876,0.4090909,0.40495867,0.2231405,0.1570248,0.17355372,0.17355372,0.16528925,0.18595041,0.17355372,0.17355372,0.18595041,0.37603307,0.37603307,0.45454547,0.54545456,0.56198347,0.5247934,0.37190083,0.30165288,0.33471075,0.3305785,0.338843,0.3553719,0.3677686,0.38016528,0.38842976,0.4090909,0.4214876,0.47107437,0.5413223,0.61570245,0.6652893,0.69008267,0.7066116,0.69008267,0.6694215,0.661157,0.6363636,0.58264464,0.45867768,0.34710744,0.35950413,0.3966942,0.39256197,0.3966942,0.3966942,0.42975205,0.41735536,0.42561984,0.40082645,0.4090909,0.40082645,0.43801653,0.4876033,0.4752066,0.5289256,0.5123967,0.53305787,0.5371901,0.49173555,0.4338843,0.41322315,0.40082645,0.40495867,0.40495867,0.3140496,0.16528925,0.16528925,0.16115703,0.18595041,0.17768595,0.17768595,0.18181819,0.18595041,0.17768595,0.37190083,0.39256197,0.48347107,0.5413223,0.553719,0.54545456,0.45041323,0.3264463,0.29338843,0.32231405,0.3305785,0.338843,0.3553719,0.37190083,0.38842976,0.37603307,0.41735536,0.46694216,0.54545456,0.61157024,0.6528926,0.69008267,0.7107438,0.6942149,0.6570248,0.661157,0.6322314,0.6198347,0.56198347,0.43801653,0.3553719,0.33471075,0.33471075,0.32231405,0.33471075,0.35123968,0.35123968,0.36363637,0.37603307,0.41322315,0.43801653,0.47107437,0.49586776,0.47107437,0.5206612,0.5413223,0.55785125,0.53305787,0.4752066,0.43801653,0.41322315,0.40495867,0.40495867,0.37190083,0.20247933,0.16115703,0.17355372,0.17768595,0.17355372,0.17355372,0.17355372,0.16528925,0.17355372,0.1694215,0.3677686,0.41322315,0.5123967,0.5371901,0.54545456,0.54545456,0.4876033,0.37603307,0.28099173,0.29338843,0.30578512,0.3140496,0.34710744,0.37190083,0.41322315,0.41322315,0.43801653,0.5041322,0.56198347,0.61157024,0.6446281,0.6859504,0.7107438,0.6983471,0.69008267,0.6528926,0.6322314,0.60330576,0.59504133,0.553719,0.45867768,0.3966942,0.35950413,0.36363637,0.3429752,0.34710744,0.38016528,0.40495867,0.41322315,0.45867768,0.46280992,0.49173555,0.47933885,0.49586776,0.5165289,0.54545456,0.53305787,0.5206612,0.47933885,0.45041323,0.41735536,0.40495867,0.38842976,0.2644628,0.1570248,0.16528925,0.17355372,0.1694215,0.1694215,0.1694215,0.17768595,0.16528925,0.17355372,0.17768595,0.30991736,0.41735536,0.5289256,0.5413223,0.5413223,0.54545456,0.5041322,0.4338843,0.30991736,0.24793388,0.28512397,0.30578512,0.338843,0.36363637,0.42975205,0.45454547,0.4876033,0.5371901,0.5661157,0.59917355,0.62396693,0.677686,0.6859504,0.6818182,0.70247936,0.6859504,0.6487603,0.6198347,0.58677685,0.57438016,0.55785125,0.5041322,0.42561984,0.4214876,0.3966942,0.38842976,0.41735536,0.446281,0.446281,0.46694216,0.48347107,0.5082645,0.4876033,0.5041322,0.5413223,0.5413223,0.5165289,0.49586776,0.47107437,0.446281,0.42561984,0.40082645,0.3140496,0.17768595,0.16115703,0.1694215,0.17355372,0.1694215,0.16115703,0.17355372,0.17768595,0.17768595,0.17355372,0.1694215,0.23966943,0.42975205,0.5371901,0.5413223,0.5413223,0.54545456,0.5206612,0.46280992,0.35950413,0.2644628,0.25619835,0.2768595,0.3264463,0.3553719,0.40082645,0.45867768,0.5041322,0.553719,0.57438016,0.59090906,0.62396693,0.6446281,0.6652893,0.6694215,0.7066116,0.7107438,0.69008267,0.661157,0.6570248,0.6446281,0.6322314,0.58677685,0.553719,0.47933885,0.47107437,0.45454547,0.45454547,0.47107437,0.46694216,0.4876033,0.49173555,0.5041322,0.5123967,0.5123967,0.5123967,0.5165289,0.4876033,0.4752066,0.47107437,0.43801653,0.41322315,0.3553719,0.2231405,0.16115703,0.1694215,0.1694215,0.1694215,0.16528925,0.17355372,0.17768595,0.16115703,0.17355372,0.18181819,0.16115703,0.2231405,0.45867768,0.5371901,0.5371901,0.53305787,0.5371901,0.5371901,0.4752066,0.40495867,0.30165288,0.25619835,0.25619835,0.28099173,0.3305785,0.38429752,0.42975205,0.49173555,0.5165289,0.5661157,0.57438016,0.60330576,0.607438,0.6446281,0.6487603,0.6983471,0.71487606,0.7231405,0.72727275,0.7066116,0.6942149,0.677686,0.6652893,0.6363636,0.58677685,0.553719,0.53305787,0.5289256,0.5247934,0.5206612,0.5247934,0.5123967,0.5206612,0.5247934,0.5206612,0.5082645,0.5,0.47107437,0.46694216,0.45454547,0.42561984,0.37190083,0.24793388,0.1694215,0.1694215,0.16528925,0.1694215,0.16528925,0.16115703,0.1694215,0.16528925,0.17355372,0.1694215,0.18595041,0.1570248,0.2603306,0.5,0.5413223,0.54545456,0.53305787,0.5413223,0.54545456,0.49586776,0.44214877,0.34710744,0.2768595,0.24380165,0.24793388,0.2768595,0.33471075,0.40082645,0.45867768,0.4752066,0.53305787,0.5371901,0.57438016,0.59504133,0.607438,0.6322314,0.6818182,0.73140496,0.75619835,0.74793386,0.74380165,0.73966944,0.73966944,0.71487606,0.6983471,0.6818182,0.6487603,0.62396693,0.61570245,0.61157024,0.59504133,0.57438016,0.56198347,0.55785125,0.5495868,0.5371901,0.5247934,0.49586776,0.4752066,0.45454547,0.44214877,0.4214876,0.30165288,0.1694215,0.1570248,0.1694215,0.16528925,0.1694215,0.1694215,0.16528925,0.16528925,0.16528925,0.17355372,0.17355372,0.19008264,0.16528925,0.35123968,0.5165289,0.5413223,0.5495868,0.53305787,0.53305787,0.5413223,0.5206612,0.46280992,0.3966942,0.30578512,0.24380165,0.23553719,0.23553719,0.25619835,0.3429752,0.40495867,0.4338843,0.45454547,0.5,0.5371901,0.55785125,0.5785124,0.6198347,0.6694215,0.7107438,0.74380165,0.74793386,0.73966944,0.75619835,0.74380165,0.73140496,0.71900827,0.70247936,0.6859504,0.6652893,0.6652893,0.6694215,0.6446281,0.62396693,0.6198347,0.61157024,0.59090906,0.5495868,0.5289256,0.49173555,0.45454547,0.4338843,0.38842976,0.3966942,0.27272728,0.14876033,0.1694215,0.1694215,0.16115703,0.16528925,0.16528925,0.16528925,0.1694215,0.15289256,0.17768595,0.18181819,0.18181819,0.1570248,0.4214876,0.5206612,0.5413223,0.54545456,0.5495868,0.5165289,0.5247934,0.53305787,0.47107437,0.42975205,0.3429752,0.2603306,0.25619835,0.23553719,0.23966943,0.23140496,0.3181818,0.38016528,0.38842976,0.41735536,0.4752066,0.5123967,0.55785125,0.58677685,0.6363636,0.6694215,0.70247936,0.7231405,0.7231405,0.7231405,0.72727275,0.7107438,0.7066116,0.70247936,0.6983471,0.6859504,0.69008267,0.677686,0.6570248,0.6487603,0.6446281,0.62396693,0.59090906,0.553719,0.5206612,0.4752066,0.4338843,0.4090909,0.37603307,0.40495867,0.27272728,0.15289256,0.1694215,0.16115703,0.16115703,0.16115703,0.1570248,0.16115703,0.16528925,0.18181819,0.14876033,0.1694215,0.15289256,0.18181819,0.5123967,0.5206612,0.5495868,0.5495868,0.54545456,0.5289256,0.5206612,0.5413223,0.4876033,0.45041323,0.37603307,0.30991736,0.2768595,0.23966943,0.24380165,0.2231405,0.2520661,0.30578512,0.35950413,0.37603307,0.41322315,0.47107437,0.5289256,0.54545456,0.5785124,0.61570245,0.6446281,0.6735537,0.69008267,0.7066116,0.7066116,0.69008267,0.6859504,0.69008267,0.6942149,0.6818182,0.6694215,0.6487603,0.6363636,0.6363636,0.6322314,0.59917355,0.5495868,0.5206612,0.4876033,0.446281,0.3966942,0.37190083,0.37603307,0.3966942,0.2603306,0.18595041,0.15289256,0.15289256,0.16115703,0.16528925,0.16115703,0.1570248,0.16528925,0.17768595,0.14876033,0.18181819,0.1570248,0.19008264,0.5413223,0.5165289,0.53305787,0.553719,0.54545456,0.54545456,0.5371901,0.53305787,0.5041322,0.45454547,0.4090909,0.35123968,0.29752067,0.25619835,0.2603306,0.24380165,0.24380165,0.23553719,0.28512397,0.338843,0.35950413,0.40495867,0.48347107,0.5,0.5206612,0.55785125,0.5785124,0.607438,0.6322314,0.6487603,0.6528926,0.661157,0.6652893,0.6652893,0.6528926,0.6280992,0.62396693,0.607438,0.59504133,0.58677685,0.5785124,0.5413223,0.5041322,0.48347107,0.45041323,0.40082645,0.37603307,0.37603307,0.38429752,0.40082645,0.22727273,0.20661157,0.19421488,0.16528925,0.1570248,0.1694215,0.17355372,0.14876033,0.1694215,0.16528925,0.1570248,0.17355372,0.17355372,0.18181819,39 +0.33471075,0.40495867,0.4752066,0.5371901,0.56198347,0.553719,0.58677685,0.62396693,0.6694215,0.69008267,0.69008267,0.69008267,0.71900827,0.7231405,0.74793386,0.76859504,0.78099173,0.7892562,0.8057851,0.8181818,0.822314,0.8305785,0.8347107,0.8305785,0.8347107,0.8305785,0.8347107,0.838843,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.8347107,0.8305785,0.8305785,0.8305785,0.8264463,0.8264463,0.822314,0.80991733,0.80991733,0.8016529,0.7892562,0.76859504,0.76859504,0.76859504,0.75619835,0.75619835,0.6942149,0.6322314,0.60330576,0.59917355,0.5785124,0.5495868,0.49586776,0.41735536,0.3264463,0.33471075,0.3966942,0.4752066,0.5371901,0.5661157,0.56198347,0.58677685,0.6198347,0.6735537,0.6942149,0.7066116,0.71487606,0.7355372,0.73966944,0.75619835,0.77272725,0.7892562,0.8016529,0.80991733,0.822314,0.822314,0.8305785,0.8347107,0.8305785,0.8305785,0.8305785,0.8305785,0.8347107,0.838843,0.8347107,0.8264463,0.8347107,0.8305785,0.8305785,0.8305785,0.8347107,0.8305785,0.8305785,0.8305785,0.8347107,0.8347107,0.8305785,0.822314,0.8181818,0.8181818,0.8181818,0.80991733,0.80991733,0.8057851,0.7933884,0.78512394,0.78099173,0.77272725,0.77272725,0.75619835,0.71900827,0.6446281,0.60330576,0.607438,0.5785124,0.54545456,0.4876033,0.41322315,0.30991736,0.3305785,0.40082645,0.4752066,0.53305787,0.56198347,0.55785125,0.58264464,0.61570245,0.677686,0.70247936,0.71487606,0.73140496,0.74793386,0.75206614,0.76033056,0.78099173,0.7933884,0.8016529,0.80991733,0.8181818,0.822314,0.8305785,0.8347107,0.8347107,0.8305785,0.8264463,0.8305785,0.8347107,0.8347107,0.8347107,0.8264463,0.8305785,0.8347107,0.8347107,0.8305785,0.8305785,0.8264463,0.8305785,0.8305785,0.8305785,0.8347107,0.8305785,0.8181818,0.80991733,0.80991733,0.8181818,0.8140496,0.8140496,0.80991733,0.79752064,0.7933884,0.7933884,0.77272725,0.78099173,0.76033056,0.73140496,0.6735537,0.61570245,0.60330576,0.5785124,0.5413223,0.47933885,0.39256197,0.30165288,0.30991736,0.39256197,0.4752066,0.5371901,0.5495868,0.54545456,0.58677685,0.62396693,0.6735537,0.71900827,0.7231405,0.74380165,0.75619835,0.75619835,0.76859504,0.78512394,0.7933884,0.79752064,0.8057851,0.8140496,0.8181818,0.822314,0.8264463,0.822314,0.822314,0.822314,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.8305785,0.8347107,0.8264463,0.8264463,0.8305785,0.822314,0.822314,0.8264463,0.822314,0.8264463,0.822314,0.80991733,0.79752064,0.8016529,0.8181818,0.8140496,0.80991733,0.79752064,0.7892562,0.78512394,0.7892562,0.7768595,0.76033056,0.76033056,0.7355372,0.6983471,0.62396693,0.59917355,0.5785124,0.5495868,0.4876033,0.38429752,0.29338843,0.29338843,0.38429752,0.4752066,0.53305787,0.53305787,0.54545456,0.58677685,0.6363636,0.677686,0.7107438,0.72727275,0.73966944,0.75206614,0.75619835,0.7644628,0.78099173,0.7892562,0.7933884,0.8016529,0.8057851,0.8140496,0.8181818,0.8181818,0.8140496,0.8140496,0.8181818,0.8181818,0.822314,0.822314,0.8264463,0.822314,0.8305785,0.8305785,0.822314,0.822314,0.8264463,0.8140496,0.8140496,0.8140496,0.80991733,0.80991733,0.80991733,0.8016529,0.79752064,0.79752064,0.8057851,0.8057851,0.79752064,0.78512394,0.76859504,0.75619835,0.75619835,0.75206614,0.71487606,0.73140496,0.7355372,0.7107438,0.6404959,0.59090906,0.57438016,0.55785125,0.5,0.38429752,0.2892562,0.29338843,0.38016528,0.47107437,0.5247934,0.5206612,0.54545456,0.59917355,0.6528926,0.6735537,0.6859504,0.69008267,0.71900827,0.7231405,0.73966944,0.74380165,0.75206614,0.76033056,0.7644628,0.78099173,0.7933884,0.79752064,0.79752064,0.79752064,0.79752064,0.8016529,0.79752064,0.79752064,0.80991733,0.8140496,0.8181818,0.8181818,0.822314,0.8181818,0.8016529,0.8181818,0.8057851,0.8016529,0.8016529,0.8057851,0.79752064,0.79752064,0.7933884,0.7892562,0.7892562,0.7892562,0.78512394,0.76859504,0.75619835,0.73966944,0.71900827,0.6942149,0.6942149,0.6942149,0.6694215,0.6652893,0.6818182,0.70247936,0.6570248,0.58677685,0.56198347,0.55785125,0.5247934,0.3966942,0.29752067,0.28512397,0.39256197,0.46694216,0.5123967,0.5123967,0.53305787,0.59917355,0.6487603,0.6404959,0.6487603,0.6280992,0.6735537,0.661157,0.6735537,0.6652893,0.6694215,0.6735537,0.677686,0.7066116,0.7231405,0.73966944,0.7644628,0.7768595,0.7768595,0.7892562,0.7768595,0.7768595,0.78512394,0.79752064,0.79752064,0.8016529,0.80991733,0.80991733,0.7933884,0.79752064,0.7933884,0.7933884,0.78512394,0.7933884,0.78512394,0.7768595,0.76859504,0.75619835,0.74380165,0.72727275,0.6983471,0.6735537,0.6694215,0.6652893,0.6322314,0.60330576,0.6363636,0.6280992,0.61570245,0.6198347,0.6198347,0.6446281,0.6363636,0.59090906,0.5495868,0.5495868,0.5371901,0.44214877,0.30991736,0.2768595,0.4090909,0.48347107,0.5,0.5,0.5247934,0.5661157,0.59917355,0.61157024,0.59504133,0.57438016,0.56198347,0.57438016,0.57438016,0.54545456,0.55785125,0.56198347,0.553719,0.57024795,0.59917355,0.6198347,0.6735537,0.7231405,0.74793386,0.76033056,0.75619835,0.75619835,0.75619835,0.76859504,0.78099173,0.78512394,0.79752064,0.8016529,0.7892562,0.7768595,0.7768595,0.76859504,0.7644628,0.7768595,0.74793386,0.7231405,0.69008267,0.6570248,0.61570245,0.5785124,0.5495868,0.53305787,0.5371901,0.5371901,0.53305787,0.5247934,0.54545456,0.5661157,0.54545456,0.56198347,0.56198347,0.57438016,0.58264464,0.55785125,0.53305787,0.5413223,0.54545456,0.49586776,0.35123968,0.2768595,0.41322315,0.48347107,0.5,0.49586776,0.5041322,0.5289256,0.553719,0.56198347,0.5413223,0.5247934,0.49173555,0.4752066,0.47933885,0.45867768,0.47107437,0.46694216,0.45041323,0.46280992,0.48347107,0.5082645,0.5661157,0.6404959,0.6694215,0.69008267,0.71487606,0.72727275,0.72727275,0.74380165,0.76859504,0.77272725,0.7892562,0.78512394,0.77272725,0.76033056,0.76033056,0.74380165,0.74380165,0.7355372,0.6942149,0.6487603,0.59917355,0.54545456,0.49173555,0.46280992,0.446281,0.42975205,0.43801653,0.4214876,0.446281,0.45041323,0.45454547,0.48347107,0.5041322,0.5247934,0.5413223,0.53305787,0.5413223,0.5247934,0.5,0.5206612,0.54545456,0.5206612,0.39256197,0.2768595,0.4214876,0.49586776,0.49586776,0.4752066,0.47107437,0.49173555,0.49586776,0.49586776,0.48347107,0.4752066,0.45454547,0.43801653,0.41322315,0.40495867,0.40082645,0.40082645,0.38842976,0.38842976,0.40082645,0.4090909,0.46694216,0.5371901,0.57438016,0.6198347,0.661157,0.6859504,0.7066116,0.72727275,0.74793386,0.77272725,0.78099173,0.7892562,0.7644628,0.75619835,0.74793386,0.7355372,0.71487606,0.6983471,0.6446281,0.5785124,0.5289256,0.47933885,0.44214877,0.4090909,0.3966942,0.38016528,0.38429752,0.40495867,0.4090909,0.41735536,0.47107437,0.47107437,0.5289256,0.553719,0.5495868,0.5413223,0.54545456,0.5082645,0.47107437,0.5,0.5413223,0.5206612,0.42561984,0.2768595,0.4338843,0.5,0.49173555,0.45041323,0.44214877,0.45454547,0.47107437,0.4876033,0.49586776,0.48347107,0.47933885,0.48347107,0.46280992,0.45041323,0.42975205,0.41322315,0.3966942,0.36363637,0.36363637,0.36363637,0.3966942,0.43801653,0.47933885,0.53305787,0.59090906,0.6363636,0.6694215,0.7107438,0.7355372,0.7644628,0.7892562,0.7892562,0.7768595,0.7644628,0.74793386,0.72727275,0.6983471,0.6487603,0.5785124,0.5,0.446281,0.41735536,0.3966942,0.37603307,0.35950413,0.36363637,0.38429752,0.42975205,0.43801653,0.446281,0.4752066,0.5123967,0.54545456,0.5661157,0.5495868,0.55785125,0.56198347,0.53305787,0.49586776,0.48347107,0.53305787,0.5413223,0.45041323,0.2768595,0.4338843,0.5082645,0.4876033,0.446281,0.41322315,0.45454547,0.49586776,0.5206612,0.54545456,0.5041322,0.5247934,0.5165289,0.5165289,0.5041322,0.4752066,0.44214877,0.41735536,0.38842976,0.34710744,0.3305785,0.3429752,0.36363637,0.38429752,0.42561984,0.5,0.57024795,0.6446281,0.7066116,0.7355372,0.77272725,0.79752064,0.8057851,0.8016529,0.7892562,0.76859504,0.7355372,0.6818182,0.59917355,0.5165289,0.45454547,0.40495867,0.40082645,0.41322315,0.42561984,0.43801653,0.46280992,0.49586776,0.5247934,0.5082645,0.46280992,0.45867768,0.4338843,0.5041322,0.5289256,0.54545456,0.55785125,0.56198347,0.54545456,0.5247934,0.5082645,0.5206612,0.5413223,0.4876033,0.29338843,0.45041323,0.5041322,0.4876033,0.44214877,0.42561984,0.44214877,0.5041322,0.5289256,0.53305787,0.5165289,0.5123967,0.5,0.5041322,0.5206612,0.5371901,0.5371901,0.5371901,0.5247934,0.4752066,0.4214876,0.38429752,0.3677686,0.34710744,0.35123968,0.40082645,0.5,0.60330576,0.6942149,0.75206614,0.78099173,0.8057851,0.822314,0.822314,0.8057851,0.78099173,0.73140496,0.6735537,0.5661157,0.47107437,0.4338843,0.44214877,0.4876033,0.5165289,0.5206612,0.5247934,0.5413223,0.56198347,0.5785124,0.5785124,0.5495868,0.553719,0.49173555,0.4214876,0.4752066,0.5041322,0.5247934,0.54545456,0.5495868,0.553719,0.5247934,0.5206612,0.5413223,0.5041322,0.3140496,0.45454547,0.5123967,0.49173555,0.45041323,0.44214877,0.45867768,0.48347107,0.49586776,0.5123967,0.47933885,0.46694216,0.5,0.5661157,0.59090906,0.59504133,0.57438016,0.55785125,0.56198347,0.55785125,0.54545456,0.5123967,0.47933885,0.4338843,0.37603307,0.338843,0.40495867,0.5247934,0.6652893,0.74380165,0.7933884,0.822314,0.8429752,0.8264463,0.8181818,0.7892562,0.7355372,0.6404959,0.5206612,0.45867768,0.4752066,0.5165289,0.5289256,0.53305787,0.54545456,0.53305787,0.5247934,0.5123967,0.5289256,0.5289256,0.5371901,0.55785125,0.5661157,0.4752066,0.44214877,0.45454547,0.48347107,0.5082645,0.5289256,0.5413223,0.5371901,0.5289256,0.54545456,0.5041322,0.3264463,0.45867768,0.5041322,0.49173555,0.47107437,0.4752066,0.47107437,0.45454547,0.45041323,0.44214877,0.4214876,0.4876033,0.5289256,0.5495868,0.5,0.446281,0.42975205,0.446281,0.44214877,0.49586776,0.56198347,0.57438016,0.5661157,0.54545456,0.49173555,0.39256197,0.338843,0.44214877,0.62396693,0.71900827,0.79752064,0.8305785,0.8347107,0.8305785,0.8181818,0.7892562,0.71487606,0.59090906,0.5123967,0.5165289,0.55785125,0.55785125,0.53305787,0.54545456,0.5165289,0.4338843,0.3677686,0.4752066,0.47107437,0.41735536,0.4338843,0.5,0.5165289,0.5,0.46694216,0.47107437,0.4752066,0.4876033,0.5165289,0.5289256,0.5413223,0.54545456,0.5661157,0.5041322,0.32231405,0.45454547,0.5082645,0.49173555,0.4752066,0.4752066,0.45454547,0.43801653,0.4090909,0.38429752,0.446281,0.46280992,0.47933885,0.47933885,0.41735536,0.3677686,0.3429752,0.4876033,0.39256197,0.45867768,0.57438016,0.5785124,0.57438016,0.58677685,0.58677685,0.49173555,0.37603307,0.39256197,0.56198347,0.6942149,0.78099173,0.822314,0.8305785,0.8305785,0.8181818,0.78512394,0.6983471,0.57438016,0.54545456,0.59917355,0.607438,0.57438016,0.5413223,0.5785124,0.5661157,0.4876033,0.37190083,0.5289256,0.57438016,0.4090909,0.41322315,0.5495868,0.47933885,0.44214877,0.46694216,0.4752066,0.49586776,0.47933885,0.5041322,0.5247934,0.5371901,0.55785125,0.57024795,0.5206612,0.3140496,0.45867768,0.5206612,0.5123967,0.47933885,0.46280992,0.45867768,0.42975205,0.40082645,0.40082645,0.4338843,0.37190083,0.5,0.5289256,0.44214877,0.39256197,0.28512397,0.40082645,0.44214877,0.5165289,0.6942149,0.6446281,0.54545456,0.5495868,0.607438,0.5785124,0.46280992,0.42975205,0.5289256,0.6652893,0.76033056,0.80991733,0.8305785,0.8264463,0.8181818,0.78099173,0.661157,0.5661157,0.57438016,0.6446281,0.6322314,0.57024795,0.5661157,0.6570248,0.6570248,0.5082645,0.41735536,0.30578512,0.41322315,0.39256197,0.45041323,0.61157024,0.59090906,0.43801653,0.4338843,0.44214877,0.4876033,0.49173555,0.49586776,0.5289256,0.57024795,0.5785124,0.5785124,0.5413223,0.3264463,0.47933885,0.53305787,0.53305787,0.5041322,0.47933885,0.45454547,0.45041323,0.43801653,0.40082645,0.43801653,0.4338843,0.5413223,0.61570245,0.5082645,0.45867768,0.3966942,0.4090909,0.49173555,0.59504133,0.73140496,0.7107438,0.59090906,0.5413223,0.60330576,0.6280992,0.56198347,0.5206612,0.5495868,0.6487603,0.75206614,0.79752064,0.8264463,0.8264463,0.8181818,0.78099173,0.661157,0.58264464,0.59917355,0.6570248,0.6446281,0.58264464,0.58677685,0.6570248,0.6859504,0.59090906,0.49586776,0.45454547,0.46280992,0.45867768,0.53305787,0.62396693,0.60330576,0.53305787,0.47933885,0.47933885,0.5041322,0.5247934,0.5123967,0.5371901,0.59090906,0.59917355,0.58264464,0.553719,0.3553719,0.5,0.553719,0.54545456,0.54545456,0.5247934,0.48347107,0.47107437,0.46694216,0.45867768,0.49173555,0.54545456,0.58677685,0.6487603,0.61157024,0.5413223,0.553719,0.55785125,0.59504133,0.6528926,0.6983471,0.6859504,0.6404959,0.61570245,0.6322314,0.6528926,0.62396693,0.59090906,0.59504133,0.6322314,0.72727275,0.78512394,0.8140496,0.8181818,0.822314,0.78099173,0.6818182,0.60330576,0.61157024,0.661157,0.661157,0.6198347,0.59504133,0.61157024,0.6528926,0.6404959,0.58677685,0.57438016,0.553719,0.55785125,0.59090906,0.59917355,0.58264464,0.553719,0.54545456,0.5661157,0.57024795,0.5785124,0.55785125,0.55785125,0.607438,0.61570245,0.59504133,0.57024795,0.38016528,0.5123967,0.55785125,0.553719,0.57024795,0.57024795,0.5371901,0.5123967,0.5206612,0.53305787,0.5165289,0.5413223,0.58677685,0.61157024,0.62396693,0.6198347,0.6322314,0.6446281,0.6487603,0.6528926,0.6570248,0.6528926,0.6487603,0.6570248,0.6694215,0.6528926,0.6280992,0.62396693,0.6322314,0.62396693,0.7107438,0.78512394,0.8140496,0.8181818,0.8264463,0.7933884,0.7066116,0.6322314,0.6198347,0.6446281,0.661157,0.661157,0.6280992,0.59917355,0.61157024,0.62396693,0.61570245,0.61570245,0.59917355,0.59504133,0.59090906,0.57438016,0.57438016,0.5785124,0.59504133,0.62396693,0.6322314,0.6280992,0.607438,0.59090906,0.62396693,0.62396693,0.59504133,0.5785124,0.38842976,0.5082645,0.55785125,0.5661157,0.58677685,0.59917355,0.58264464,0.5661157,0.5785124,0.58677685,0.5661157,0.57024795,0.59917355,0.59917355,0.60330576,0.6198347,0.6280992,0.6198347,0.6198347,0.62396693,0.6280992,0.6446281,0.6735537,0.69008267,0.70247936,0.677686,0.6404959,0.6528926,0.6570248,0.62396693,0.69008267,0.7768595,0.79752064,0.80991733,0.8264463,0.79752064,0.7231405,0.6570248,0.6363636,0.6446281,0.661157,0.677686,0.6652893,0.6280992,0.60330576,0.607438,0.61570245,0.61570245,0.60330576,0.607438,0.607438,0.59504133,0.59090906,0.6404959,0.6404959,0.661157,0.661157,0.661157,0.6487603,0.6280992,0.6363636,0.6280992,0.59504133,0.58264464,0.38429752,0.5082645,0.55785125,0.5785124,0.59917355,0.61570245,0.61157024,0.59504133,0.62396693,0.61570245,0.60330576,0.60330576,0.61157024,0.6198347,0.61157024,0.61570245,0.62396693,0.6198347,0.6322314,0.6487603,0.6652893,0.69008267,0.71900827,0.73140496,0.73140496,0.6942149,0.661157,0.6694215,0.6652893,0.6198347,0.6694215,0.75619835,0.7933884,0.8181818,0.8181818,0.79752064,0.72727275,0.6735537,0.6570248,0.661157,0.69008267,0.70247936,0.7066116,0.69008267,0.6652893,0.6487603,0.6487603,0.6363636,0.6280992,0.6322314,0.6404959,0.6487603,0.6487603,0.6983471,0.6983471,0.69008267,0.6859504,0.6818182,0.677686,0.6528926,0.6446281,0.6322314,0.59917355,0.58677685,0.37190083,0.49586776,0.5495868,0.58264464,0.607438,0.6280992,0.6322314,0.61570245,0.6446281,0.661157,0.661157,0.6446281,0.6487603,0.6446281,0.6363636,0.6404959,0.6487603,0.6735537,0.7066116,0.7231405,0.73140496,0.73966944,0.75619835,0.7644628,0.74793386,0.70247936,0.6694215,0.677686,0.6694215,0.6198347,0.6487603,0.73966944,0.80991733,0.8264463,0.8181818,0.7933884,0.72727275,0.6694215,0.6735537,0.6694215,0.7066116,0.73966944,0.73966944,0.7355372,0.73140496,0.73140496,0.72727275,0.7107438,0.70247936,0.6983471,0.71900827,0.7231405,0.73140496,0.7355372,0.73966944,0.7107438,0.70247936,0.6942149,0.6942149,0.6694215,0.6570248,0.6280992,0.59917355,0.58264464,0.3553719,0.4876033,0.5413223,0.58264464,0.61570245,0.6322314,0.6487603,0.6404959,0.6487603,0.6818182,0.7066116,0.7107438,0.71900827,0.7231405,0.7231405,0.73140496,0.73966944,0.74793386,0.7768595,0.7768595,0.76859504,0.77272725,0.7768595,0.77272725,0.75206614,0.7107438,0.6735537,0.6818182,0.661157,0.61570245,0.6280992,0.73140496,0.8181818,0.8264463,0.8181818,0.7892562,0.7355372,0.6694215,0.6735537,0.6694215,0.6983471,0.75206614,0.7644628,0.76033056,0.7644628,0.77272725,0.76859504,0.76033056,0.76859504,0.76033056,0.76859504,0.7644628,0.76859504,0.74380165,0.76033056,0.72727275,0.71487606,0.7107438,0.7107438,0.69008267,0.6652893,0.6322314,0.59917355,0.57024795,0.3140496,0.46280992,0.5371901,0.58264464,0.6280992,0.6446281,0.6652893,0.6652893,0.6570248,0.677686,0.71487606,0.72727275,0.75619835,0.77272725,0.7768595,0.78512394,0.78099173,0.78099173,0.79752064,0.79752064,0.78512394,0.7892562,0.78512394,0.77272725,0.74793386,0.71900827,0.6859504,0.6735537,0.6446281,0.60330576,0.6198347,0.71487606,0.8181818,0.8264463,0.822314,0.7892562,0.73966944,0.6859504,0.6652893,0.677686,0.70247936,0.74793386,0.77272725,0.7768595,0.78099173,0.78512394,0.78099173,0.7768595,0.78099173,0.78512394,0.77272725,0.78512394,0.77272725,0.7644628,0.7768595,0.74380165,0.74380165,0.7355372,0.7231405,0.7107438,0.677686,0.6446281,0.59504133,0.5495868,0.2603306,0.42561984,0.5165289,0.58264464,0.62396693,0.6570248,0.6735537,0.677686,0.677686,0.6859504,0.71900827,0.72727275,0.74380165,0.7768595,0.78099173,0.8016529,0.7933884,0.78512394,0.79752064,0.79752064,0.7892562,0.7933884,0.7892562,0.77272725,0.74793386,0.73140496,0.6942149,0.6652893,0.6446281,0.61157024,0.6280992,0.70247936,0.8057851,0.8305785,0.8264463,0.79752064,0.73966944,0.7066116,0.6528926,0.6652893,0.71487606,0.75206614,0.77272725,0.78099173,0.7892562,0.7892562,0.7892562,0.78512394,0.78512394,0.78512394,0.7892562,0.7768595,0.7768595,0.78512394,0.78099173,0.7644628,0.75619835,0.75206614,0.73140496,0.71487606,0.6942149,0.6446281,0.59504133,0.5371901,0.22727273,0.38016528,0.48347107,0.57024795,0.6198347,0.6528926,0.677686,0.6859504,0.6983471,0.7107438,0.7355372,0.7355372,0.73966944,0.7644628,0.77272725,0.78512394,0.7933884,0.78099173,0.7892562,0.79752064,0.7933884,0.7892562,0.7892562,0.77272725,0.7644628,0.73966944,0.6942149,0.6404959,0.6280992,0.6280992,0.6446281,0.6942149,0.79752064,0.822314,0.822314,0.79752064,0.74793386,0.7107438,0.6487603,0.6363636,0.6942149,0.75619835,0.78512394,0.78512394,0.79752064,0.79752064,0.7933884,0.79752064,0.7933884,0.78512394,0.79752064,0.78512394,0.78099173,0.7933884,0.78512394,0.76859504,0.76033056,0.75206614,0.73140496,0.71487606,0.6983471,0.6487603,0.59090906,0.5247934,0.23553719,0.338843,0.45041323,0.5413223,0.607438,0.6487603,0.6818182,0.6942149,0.71487606,0.71900827,0.74380165,0.74380165,0.74793386,0.76033056,0.7768595,0.7892562,0.7892562,0.7892562,0.7892562,0.79752064,0.79752064,0.79752064,0.7933884,0.78512394,0.77272725,0.73140496,0.6694215,0.62396693,0.6198347,0.6363636,0.6694215,0.70247936,0.78512394,0.8264463,0.822314,0.7933884,0.74380165,0.7066116,0.6652893,0.6322314,0.6528926,0.72727275,0.7892562,0.79752064,0.8016529,0.8016529,0.79752064,0.8016529,0.79752064,0.7933884,0.7933884,0.79752064,0.7892562,0.7892562,0.7892562,0.77272725,0.7644628,0.75619835,0.73140496,0.71900827,0.6942149,0.6446281,0.57438016,0.5165289,0.28512397,0.37190083,0.42561984,0.5041322,0.59504133,0.6446281,0.6694215,0.6859504,0.7066116,0.71900827,0.72727275,0.76033056,0.76859504,0.77272725,0.77272725,0.7892562,0.7892562,0.7933884,0.78512394,0.7933884,0.7933884,0.7933884,0.8016529,0.7892562,0.76033056,0.6983471,0.6363636,0.62396693,0.6570248,0.6446281,0.69008267,0.7231405,0.7933884,0.822314,0.8264463,0.8016529,0.74380165,0.7107438,0.7066116,0.6694215,0.6570248,0.6859504,0.75619835,0.7933884,0.79752064,0.8016529,0.7933884,0.79752064,0.7933884,0.7933884,0.79752064,0.7892562,0.7933884,0.78512394,0.78512394,0.77272725,0.76033056,0.75206614,0.7231405,0.7066116,0.6859504,0.6446281,0.5661157,0.5165289,0.36363637,0.43801653,0.41735536,0.47107437,0.5661157,0.62396693,0.6570248,0.677686,0.6983471,0.71900827,0.7355372,0.75619835,0.78099173,0.77272725,0.78512394,0.7892562,0.7933884,0.7933884,0.7892562,0.7892562,0.78099173,0.7892562,0.79752064,0.79752064,0.73966944,0.6404959,0.61570245,0.6446281,0.6694215,0.6652893,0.69008267,0.7355372,0.80991733,0.8264463,0.8305785,0.8140496,0.76859504,0.7231405,0.72727275,0.7066116,0.6735537,0.661157,0.6942149,0.7644628,0.7892562,0.7933884,0.78512394,0.7933884,0.7892562,0.79752064,0.79752064,0.7933884,0.7933884,0.7892562,0.78099173,0.7644628,0.73966944,0.73140496,0.7066116,0.6942149,0.6735537,0.6322314,0.5495868,0.5165289,0.45454547,0.5041322,0.43801653,0.44214877,0.53305787,0.607438,0.6487603,0.6735537,0.69008267,0.71487606,0.74380165,0.73966944,0.7644628,0.7768595,0.7892562,0.7892562,0.7892562,0.7892562,0.78512394,0.78099173,0.75619835,0.7644628,0.7892562,0.78512394,0.6859504,0.59917355,0.59504133,0.6446281,0.6735537,0.6528926,0.6818182,0.74380165,0.8016529,0.8016529,0.8264463,0.8181818,0.77272725,0.70247936,0.6859504,0.6983471,0.6818182,0.6446281,0.6404959,0.7066116,0.75206614,0.76859504,0.7768595,0.78512394,0.78512394,0.78099173,0.78512394,0.8016529,0.78099173,0.7892562,0.78099173,0.7644628,0.74380165,0.7231405,0.6983471,0.6735537,0.6570248,0.61157024,0.54545456,0.5123967,0.49586776,0.54545456,0.46694216,0.42975205,0.5082645,0.58264464,0.6363636,0.6652893,0.69008267,0.71900827,0.73140496,0.73966944,0.75206614,0.7892562,0.7892562,0.78512394,0.7892562,0.78512394,0.78099173,0.76033056,0.75206614,0.75619835,0.76033056,0.75619835,0.6652893,0.5495868,0.553719,0.59090906,0.59917355,0.60330576,0.61570245,0.7107438,0.7892562,0.76859504,0.78099173,0.78099173,0.73966944,0.6652893,0.61570245,0.6198347,0.6322314,0.60330576,0.59090906,0.6570248,0.71487606,0.7231405,0.75206614,0.77272725,0.78099173,0.77272725,0.78512394,0.78099173,0.7768595,0.75619835,0.78099173,0.75206614,0.72727275,0.70247936,0.69008267,0.6570248,0.6446281,0.59917355,0.53305787,0.5,0.5082645,0.53305787,0.49173555,0.42561984,0.45454547,0.553719,0.59090906,0.6404959,0.6735537,0.6942149,0.71487606,0.7231405,0.75619835,0.7644628,0.76859504,0.7768595,0.7768595,0.78099173,0.76033056,0.74793386,0.73140496,0.7231405,0.71487606,0.7107438,0.661157,0.5206612,0.42975205,0.42975205,0.43801653,0.45454547,0.5123967,0.59090906,0.6942149,0.6942149,0.6694215,0.6694215,0.6446281,0.553719,0.4752066,0.45454547,0.49173555,0.53305787,0.55785125,0.6280992,0.6859504,0.677686,0.6859504,0.73140496,0.74793386,0.76859504,0.77272725,0.77272725,0.76033056,0.75619835,0.75206614,0.74793386,0.6942149,0.6859504,0.6735537,0.6487603,0.61157024,0.57438016,0.5,0.53305787,0.58264464,0.5413223,0.5082645,0.4338843,0.4338843,0.5082645,0.57024795,0.60330576,0.6487603,0.677686,0.69008267,0.70247936,0.74380165,0.74793386,0.7644628,0.7644628,0.7644628,0.7644628,0.75619835,0.7355372,0.70247936,0.69008267,0.69008267,0.6942149,0.6694215,0.57024795,0.4338843,0.3305785,0.2768595,0.27272728,0.3553719,0.46280992,0.5661157,0.59504133,0.58677685,0.58677685,0.53305787,0.43801653,0.38016528,0.36363637,0.44214877,0.53305787,0.59504133,0.6446281,0.70247936,0.7066116,0.6652893,0.6859504,0.73140496,0.74380165,0.75206614,0.74380165,0.73140496,0.72727275,0.73966944,0.71900827,0.69008267,0.6735537,0.6404959,0.62396693,0.59917355,0.55785125,0.49173555,0.54545456,0.59504133,0.58264464,0.5495868,0.45867768,0.41735536,0.4752066,0.5206612,0.57438016,0.6280992,0.677686,0.6528926,0.70247936,0.71487606,0.73966944,0.73966944,0.75619835,0.74380165,0.74380165,0.7355372,0.7107438,0.6818182,0.6942149,0.72727275,0.73966944,0.71487606,0.6446281,0.5413223,0.38842976,0.28099173,0.25619835,0.21487603,0.30165288,0.45041323,0.48347107,0.49586776,0.49586776,0.46280992,0.46694216,0.5041322,0.5123967,0.56198347,0.61570245,0.6280992,0.6652893,0.73966944,0.7644628,0.7107438,0.661157,0.6859504,0.7107438,0.7231405,0.7231405,0.70247936,0.7107438,0.7066116,0.6818182,0.661157,0.6446281,0.6280992,0.61157024,0.58264464,0.5413223,0.4876033,0.54545456,0.5041322,0.5082645,0.5289256,0.47933885,0.3966942,0.43801653,0.47933885,0.5413223,0.59504133,0.6322314,0.6363636,0.6528926,0.677686,0.7107438,0.71487606,0.72727275,0.71900827,0.71487606,0.71900827,0.6942149,0.6942149,0.7355372,0.7644628,0.7644628,0.75206614,0.7107438,0.6528926,0.54545456,0.3966942,0.3429752,0.29752067,0.28099173,0.35123968,0.4090909,0.42975205,0.46694216,0.49586776,0.54545456,0.58677685,0.60330576,0.6280992,0.661157,0.661157,0.677686,0.74380165,0.78512394,0.76033056,0.6859504,0.661157,0.677686,0.7107438,0.7066116,0.70247936,0.6859504,0.6859504,0.6570248,0.6322314,0.62396693,0.61157024,0.60330576,0.57438016,0.5289256,0.4876033,0.59090906,0.5082645,0.5041322,0.49173555,0.45454547,0.39256197,0.4090909,0.46280992,0.49173555,0.553719,0.58677685,0.61570245,0.6322314,0.6446281,0.6694215,0.6859504,0.6983471,0.6859504,0.69008267,0.70247936,0.70247936,0.7231405,0.75619835,0.7644628,0.7644628,0.75619835,0.73966944,0.70247936,0.6487603,0.56198347,0.4752066,0.4090909,0.36363637,0.35123968,0.37190083,0.40082645,0.47107437,0.553719,0.58677685,0.62396693,0.6404959,0.661157,0.6859504,0.677686,0.6735537,0.71900827,0.76033056,0.7768595,0.75206614,0.6735537,0.6446281,0.6859504,0.7066116,0.69008267,0.661157,0.6570248,0.6322314,0.61570245,0.607438,0.59504133,0.5785124,0.553719,0.5082645,0.4876033,0.6198347,0.56198347,0.54545456,0.553719,0.5247934,0.4338843,0.40495867,0.42975205,0.47107437,0.5082645,0.553719,0.59090906,0.59504133,0.62396693,0.6487603,0.6570248,0.6694215,0.6735537,0.6652893,0.69008267,0.7231405,0.74793386,0.75206614,0.73966944,0.73966944,0.74793386,0.73966944,0.70247936,0.6859504,0.6735537,0.6363636,0.57024795,0.5123967,0.46694216,0.46280992,0.5082645,0.5661157,0.607438,0.6487603,0.6652893,0.6652893,0.6652893,0.6859504,0.677686,0.6818182,0.6942149,0.7231405,0.74793386,0.76859504,0.7231405,0.61570245,0.6404959,0.6818182,0.677686,0.6446281,0.6404959,0.61570245,0.60330576,0.59504133,0.58677685,0.55785125,0.5247934,0.49586776,0.49586776,0.607438,0.55785125,0.56198347,0.5785124,0.58677685,0.47107437,0.40082645,0.41322315,0.43801653,0.45867768,0.5289256,0.54545456,0.5785124,0.59504133,0.62396693,0.6363636,0.6528926,0.6694215,0.6652893,0.69008267,0.7355372,0.74380165,0.72727275,0.7107438,0.71900827,0.7231405,0.7231405,0.7107438,0.71900827,0.72727275,0.72727275,0.69008267,0.6694215,0.6198347,0.607438,0.62396693,0.6363636,0.6487603,0.6818182,0.6983471,0.6859504,0.6694215,0.677686,0.6735537,0.6859504,0.69008267,0.69008267,0.7066116,0.7231405,0.73140496,0.62396693,0.58677685,0.6570248,0.6652893,0.6528926,0.6280992,0.61570245,0.59504133,0.59090906,0.58677685,0.5495868,0.5123967,0.49586776,0.47933885,0.5165289,0.47107437,0.5,0.5206612,0.55785125,0.4752066,0.40082645,0.3966942,0.42561984,0.43801653,0.5,0.5289256,0.5413223,0.57438016,0.59917355,0.61570245,0.6487603,0.661157,0.6652893,0.6942149,0.7107438,0.70247936,0.6942149,0.69008267,0.70247936,0.71487606,0.7231405,0.72727275,0.74380165,0.75206614,0.75206614,0.73966944,0.74793386,0.71900827,0.6859504,0.677686,0.6859504,0.6818182,0.6942149,0.7066116,0.6942149,0.69008267,0.6859504,0.677686,0.6859504,0.69008267,0.6818182,0.6735537,0.677686,0.677686,0.6446281,0.55785125,0.6280992,0.661157,0.6487603,0.6280992,0.61157024,0.59090906,0.59090906,0.58264464,0.5495868,0.5165289,0.5,0.44214877,0.38429752,0.35950413,0.38842976,0.4090909,0.43801653,0.42975205,0.39256197,0.39256197,0.41735536,0.4338843,0.48347107,0.5165289,0.5289256,0.57024795,0.58677685,0.62396693,0.6487603,0.6528926,0.6570248,0.6735537,0.6735537,0.6652893,0.661157,0.6735537,0.6942149,0.7107438,0.71900827,0.7231405,0.72727275,0.72727275,0.73140496,0.74380165,0.74793386,0.75619835,0.71900827,0.70247936,0.6818182,0.6735537,0.6652893,0.6652893,0.6570248,0.6570248,0.6570248,0.661157,0.6694215,0.69008267,0.6859504,0.6528926,0.6404959,0.6404959,0.6280992,0.58264464,0.6198347,0.6570248,0.6528926,0.6322314,0.6198347,0.59090906,0.59504133,0.5785124,0.5413223,0.5165289,0.5,0.4090909,0.30165288,0.30578512,0.30991736,0.32231405,0.3181818,0.35123968,0.38842976,0.39256197,0.39256197,0.4214876,0.4752066,0.49586776,0.53305787,0.5661157,0.59504133,0.6280992,0.6570248,0.6446281,0.6446281,0.6404959,0.6363636,0.6198347,0.62396693,0.6487603,0.6570248,0.6652893,0.6652893,0.6570248,0.6446281,0.6322314,0.6404959,0.6570248,0.6487603,0.6735537,0.6528926,0.6487603,0.61570245,0.59090906,0.58677685,0.57438016,0.57438016,0.5661157,0.57438016,0.59504133,0.61157024,0.6404959,0.6528926,0.62396693,0.61570245,0.6280992,0.62396693,0.6198347,0.6652893,0.6528926,0.6528926,0.6280992,0.6198347,0.59917355,0.58677685,0.57438016,0.5289256,0.5165289,0.49173555,0.38842976,0.29338843,0.30578512,0.3140496,0.3181818,0.29752067,0.3140496,0.38016528,0.38429752,0.37603307,0.40495867,0.45867768,0.49586776,0.53305787,0.5785124,0.59917355,0.6322314,0.6652893,0.6570248,0.6363636,0.61157024,0.59504133,0.56198347,0.5495868,0.5495868,0.5371901,0.5289256,0.5371901,0.5413223,0.5165289,0.5123967,0.5289256,0.55785125,0.5495868,0.55785125,0.5413223,0.5495868,0.5413223,0.5206612,0.5206612,0.5123967,0.5123967,0.5,0.5,0.5041322,0.5041322,0.5165289,0.5371901,0.5661157,0.59504133,0.6280992,0.6446281,0.6652893,0.7231405,0.6735537,0.6446281,0.6404959,0.61570245,0.60330576,0.58677685,0.55785125,0.5247934,0.5123967,0.48347107,0.35123968,0.2892562,0.30991736,0.3181818,0.3181818,0.30578512,0.30578512,0.3677686,0.38016528,0.37190083,0.38429752,0.43801653,0.4876033,0.54545456,0.57438016,0.60330576,0.6404959,0.6735537,0.677686,0.6487603,0.60330576,0.55785125,0.5123967,0.46280992,0.40082645,0.36363637,0.3677686,0.39256197,0.41735536,0.39256197,0.3966942,0.4214876,0.45041323,0.45454547,0.45867768,0.46280992,0.45867768,0.45454547,0.47107437,0.45041323,0.45454547,0.45041323,0.43801653,0.4214876,0.40495867,0.38842976,0.38016528,0.41322315,0.49173555,0.57024795,0.6322314,0.6735537,0.7107438,0.73966944,0.6859504,0.6528926,0.6322314,0.607438,0.58677685,0.58264464,0.54545456,0.5165289,0.5041322,0.46280992,0.3264463,0.28512397,0.3140496,0.3181818,0.30991736,0.3140496,0.29338843,0.34710744,0.37190083,0.37190083,0.3553719,0.40495867,0.47107437,0.5247934,0.5661157,0.59090906,0.6363636,0.6735537,0.6942149,0.6818182,0.6280992,0.58264464,0.553719,0.5,0.40082645,0.28099173,0.24380165,0.2768595,0.37603307,0.34710744,0.3181818,0.4090909,0.45867768,0.41322315,0.43801653,0.5123967,0.53305787,0.5,0.5165289,0.5041322,0.5082645,0.5165289,0.47107437,0.41735536,0.35123968,0.3181818,0.36363637,0.45867768,0.54545456,0.61157024,0.6570248,0.70247936,0.73966944,0.7355372,0.6942149,0.6528926,0.6363636,0.59504133,0.57438016,0.56198347,0.53305787,0.5123967,0.5041322,0.43801653,0.29752067,0.29338843,0.30991736,0.3140496,0.30991736,0.3140496,0.2892562,0.3264463,0.3677686,0.35950413,0.35950413,0.3677686,0.44214877,0.5,0.553719,0.5785124,0.6280992,0.6735537,0.7107438,0.7107438,0.6859504,0.6652893,0.6652893,0.6446281,0.5785124,0.43801653,0.30578512,0.26859504,0.40495867,0.38016528,0.30165288,0.45867768,0.57438016,0.5041322,0.5082645,0.60330576,0.6859504,0.6694215,0.6570248,0.6363636,0.6322314,0.6363636,0.553719,0.4752066,0.42561984,0.41735536,0.4876033,0.5785124,0.6363636,0.6652893,0.6942149,0.72727275,0.74793386,0.7231405,0.6818182,0.6446281,0.6198347,0.58264464,0.5661157,0.54545456,0.5247934,0.5082645,0.49586776,0.3966942,0.28512397,0.30991736,0.30991736,0.3140496,0.30991736,0.30991736,0.30165288,0.30578512,0.35123968,0.35123968,0.36363637,0.35123968,0.40082645,0.46694216,0.5206612,0.54545456,0.59917355,0.6570248,0.7066116,0.7355372,0.73140496,0.73140496,0.72727275,0.72727275,0.71487606,0.6570248,0.5247934,0.44214877,0.46694216,0.45041323,0.36363637,0.42975205,0.5165289,0.4876033,0.45041323,0.4752066,0.56198347,0.6528926,0.6446281,0.61157024,0.60330576,0.60330576,0.5495868,0.5082645,0.5165289,0.55785125,0.60330576,0.6446281,0.6694215,0.6942149,0.71900827,0.73140496,0.73140496,0.6983471,0.6487603,0.62396693,0.59090906,0.57024795,0.5495868,0.53305787,0.5123967,0.5041322,0.46694216,0.34710744,0.28099173,0.3305785,0.3181818,0.3140496,0.30578512,0.30578512,0.30991736,0.30578512,0.30991736,0.34710744,0.338843,0.36363637,0.37603307,0.42975205,0.49173555,0.5041322,0.5661157,0.6198347,0.6859504,0.73140496,0.73966944,0.75206614,0.74380165,0.73140496,0.73140496,0.7107438,0.6446281,0.58677685,0.5661157,0.5661157,0.55785125,0.5413223,0.5206612,0.5041322,0.46280992,0.42561984,0.45041323,0.5289256,0.57024795,0.56198347,0.553719,0.56198347,0.553719,0.5371901,0.5661157,0.607438,0.6528926,0.6735537,0.677686,0.7107438,0.72727275,0.71487606,0.7066116,0.6694215,0.62396693,0.59504133,0.58677685,0.553719,0.53305787,0.5247934,0.5041322,0.49173555,0.41735536,0.30991736,0.29338843,0.3553719,0.3140496,0.30165288,0.30578512,0.3140496,0.30991736,0.30991736,0.30578512,0.30165288,0.35123968,0.35950413,0.38842976,0.3966942,0.446281,0.49173555,0.5247934,0.5785124,0.6487603,0.7107438,0.73966944,0.75206614,0.75206614,0.73966944,0.73140496,0.7107438,0.6652893,0.6198347,0.59504133,0.6363636,0.6735537,0.69008267,0.6818182,0.69008267,0.677686,0.6198347,0.61570245,0.6404959,0.6446281,0.61570245,0.60330576,0.58264464,0.57024795,0.56198347,0.58677685,0.6363636,0.6735537,0.677686,0.69008267,0.71487606,0.72727275,0.6983471,0.6735537,0.6446281,0.59504133,0.59090906,0.5661157,0.54545456,0.5206612,0.5206612,0.5,0.45867768,0.36363637,0.28099173,0.32231405,0.35950413,0.30991736,0.30165288,0.30991736,0.30991736,0.30991736,0.30578512,0.29338843,0.29752067,0.3181818,0.338843,0.38429752,0.39256197,0.42561984,0.46694216,0.49586776,0.5371901,0.59917355,0.6652893,0.71900827,0.73140496,0.7355372,0.73140496,0.72727275,0.7107438,0.6735537,0.6198347,0.58264464,0.607438,0.661157,0.69008267,0.70247936,0.7355372,0.73966944,0.6859504,0.6942149,0.71900827,0.7066116,0.6735537,0.6322314,0.59090906,0.57438016,0.58677685,0.6198347,0.6735537,0.6859504,0.6859504,0.6942149,0.71900827,0.71487606,0.69008267,0.6528926,0.61157024,0.59090906,0.56198347,0.57438016,0.5413223,0.5123967,0.49586776,0.4876033,0.4214876,0.30578512,0.27272728,0.33471075,0.3677686,0.30165288,0.30578512,0.30991736,0.30991736,0.30578512,0.30578512,0.29338843,0.3140496,0.3181818,0.30578512,0.3553719,0.40082645,0.4214876,0.45454547,0.4752066,0.5123967,0.55785125,0.6198347,0.6735537,0.7066116,0.71900827,0.72727275,0.7231405,0.7107438,0.69008267,0.6528926,0.59504133,0.57438016,0.59504133,0.6198347,0.6446281,0.6694215,0.6735537,0.6404959,0.6404959,0.6694215,0.6694215,0.6322314,0.607438,0.5785124,0.58677685,0.6198347,0.6570248,0.6735537,0.677686,0.69008267,0.6942149,0.71900827,0.70247936,0.661157,0.62396693,0.61570245,0.57438016,0.57024795,0.55785125,0.5247934,0.49586776,0.4752066,0.45041323,0.34710744,0.2644628,0.30991736,0.34710744,0.35950413,0.30578512,0.29752067,0.30165288,0.30578512,0.30578512,0.3140496,0.2768595,0.3305785,0.39256197,0.3140496,0.3181818,0.3677686,0.4214876,0.45454547,0.45041323,0.49173555,0.53305787,0.57438016,0.6198347,0.6652893,0.6983471,0.71900827,0.7107438,0.6983471,0.6983471,0.6818182,0.6280992,0.57024795,0.5661157,0.5495868,0.58264464,0.5785124,0.58264464,0.58264464,0.5785124,0.58677685,0.59090906,0.5785124,0.57438016,0.58264464,0.61157024,0.6528926,0.6735537,0.677686,0.6818182,0.6942149,0.70247936,0.70247936,0.6818182,0.6363636,0.62396693,0.60330576,0.5661157,0.54545456,0.5289256,0.5165289,0.49173555,0.46694216,0.40082645,0.26859504,0.2603306,0.3305785,0.36363637,0.3677686,0.30578512,0.3140496,0.30991736,0.29752067,0.29752067,0.32231405,0.2768595,0.29752067,0.45867768,0.39256197,0.30991736,0.30991736,0.3966942,0.43801653,0.47107437,0.4752066,0.5123967,0.54545456,0.59917355,0.6363636,0.6652893,0.70247936,0.70247936,0.69008267,0.7066116,0.6983471,0.6694215,0.6322314,0.59917355,0.553719,0.5371901,0.5289256,0.5165289,0.5413223,0.5413223,0.5371901,0.553719,0.56198347,0.5785124,0.61570245,0.6487603,0.6859504,0.6942149,0.6818182,0.6859504,0.6983471,0.7066116,0.6942149,0.6528926,0.6198347,0.60330576,0.58677685,0.5661157,0.54545456,0.5247934,0.5,0.48347107,0.42975205,0.3264463,0.2644628,0.2768595,0.338843,0.36363637,0.3677686,0.29752067,0.30991736,0.30991736,0.30165288,0.30578512,0.30165288,0.29752067,0.30165288,0.4338843,0.4876033,0.3553719,0.30165288,0.34710744,0.4214876,0.47107437,0.4876033,0.5,0.5289256,0.57438016,0.61157024,0.6570248,0.6983471,0.7107438,0.7107438,0.71487606,0.71900827,0.6942149,0.6694215,0.6363636,0.59917355,0.5785124,0.57024795,0.5413223,0.57024795,0.5785124,0.58264464,0.59917355,0.60330576,0.62396693,0.6528926,0.6859504,0.70247936,0.7107438,0.7066116,0.7066116,0.70247936,0.6942149,0.661157,0.6363636,0.61570245,0.59090906,0.59090906,0.54545456,0.54545456,0.5082645,0.47933885,0.43801653,0.4214876,0.29752067,0.2520661,0.3305785,0.34710744,0.35950413,0.37603307,0.29752067,0.30165288,0.3181818,0.30991736,0.30165288,0.30991736,0.28512397,0.3140496,0.4338843,0.49173555,0.45454547,0.29752067,0.29752067,0.39256197,0.46280992,0.49173555,0.5165289,0.5206612,0.56198347,0.59917355,0.6363636,0.677686,0.7066116,0.72727275,0.73966944,0.73966944,0.73140496,0.7107438,0.7066116,0.6942149,0.6859504,0.69008267,0.6528926,0.6363636,0.6404959,0.6446281,0.6652893,0.6818182,0.6735537,0.677686,0.7107438,0.72727275,0.73140496,0.73140496,0.71900827,0.7066116,0.6859504,0.6528926,0.61570245,0.59917355,0.58677685,0.57024795,0.54545456,0.5206612,0.48347107,0.43801653,0.42975205,0.42561984,0.30991736,0.28512397,0.34710744,0.35950413,0.3677686,0.38016528,0.29752067,0.29752067,0.30165288,0.29338843,0.30165288,0.30165288,0.2768595,0.30165288,0.42975205,0.46694216,0.47933885,0.35123968,0.2768595,0.3181818,0.4214876,0.4876033,0.5165289,0.5289256,0.553719,0.59917355,0.6446281,0.6735537,0.6983471,0.7355372,0.76859504,0.7644628,0.75206614,0.75619835,0.76859504,0.76033056,0.76033056,0.7768595,0.77272725,0.73966944,0.7355372,0.73966944,0.74380165,0.74380165,0.74380165,0.73966944,0.75206614,0.75619835,0.75206614,0.73966944,0.72727275,0.7107438,0.677686,0.6446281,0.60330576,0.58677685,0.5785124,0.55785125,0.53305787,0.5,0.45867768,0.3966942,0.44214877,0.45867768,0.338843,0.30991736,0.3553719,0.3553719,0.3677686,0.38429752,0.29752067,0.30578512,0.29338843,0.29338843,0.30578512,0.29338843,0.29338843,0.30991736,0.4214876,0.46694216,0.47107437,0.40495867,0.30578512,0.25619835,0.34710744,0.446281,0.5,0.5247934,0.54545456,0.58677685,0.6404959,0.6694215,0.6859504,0.7231405,0.7644628,0.78099173,0.78512394,0.7768595,0.79752064,0.7892562,0.79752064,0.8016529,0.79752064,0.79752064,0.7933884,0.7892562,0.78512394,0.7892562,0.7933884,0.7892562,0.7892562,0.78099173,0.76859504,0.74380165,0.72727275,0.70247936,0.6652893,0.6280992,0.59090906,0.5661157,0.56198347,0.54545456,0.5041322,0.46280992,0.40082645,0.40495867,0.4752066,0.47933885,0.36363637,0.32231405,0.36363637,0.35950413,0.37603307,0.38016528,0.30165288,0.30165288,0.2892562,0.29752067,0.29752067,0.30165288,0.26859504,0.3305785,0.42975205,0.46694216,0.47933885,0.42975205,0.35123968,0.2644628,0.2768595,0.35950413,0.44214877,0.49173555,0.53305787,0.5785124,0.6280992,0.661157,0.69008267,0.71900827,0.74380165,0.78099173,0.7892562,0.7892562,0.8016529,0.8057851,0.80991733,0.8181818,0.8057851,0.8057851,0.8057851,0.8016529,0.8016529,0.80991733,0.8057851,0.8057851,0.8016529,0.79752064,0.78099173,0.74793386,0.71900827,0.6818182,0.6404959,0.59504133,0.56198347,0.54545456,0.5495868,0.5082645,0.446281,0.37190083,0.38016528,0.46280992,0.5123967,0.48347107,0.35950413,0.3305785,0.37190083,0.3677686,0.37603307,0.38842976,0.30165288,0.29752067,0.2892562,0.29752067,0.29338843,0.29752067,0.27272728,0.3305785,0.4338843,0.45867768,0.47933885,0.44214877,0.37190083,0.30578512,0.2520661,0.26859504,0.35123968,0.42561984,0.48347107,0.5371901,0.59917355,0.6363636,0.6694215,0.7066116,0.7355372,0.7644628,0.77272725,0.78512394,0.79752064,0.8016529,0.8016529,0.8140496,0.80991733,0.8057851,0.80991733,0.8016529,0.80991733,0.8057851,0.8057851,0.79752064,0.79752064,0.8016529,0.7768595,0.7355372,0.6983471,0.6570248,0.61157024,0.57024795,0.54545456,0.53305787,0.5,0.44214877,0.3677686,0.3553719,0.4214876,0.5165289,0.5247934,0.48347107,0.3677686,0.3429752,0.37190083,0.38429752,0.38016528,0.38016528,0.30165288,0.29338843,0.29752067,0.29338843,0.2892562,0.29752067,0.2520661,0.3553719,0.41735536,0.46280992,0.4752066,0.45041323,0.39256197,0.3553719,0.2644628,0.23553719,0.2603306,0.3264463,0.39256197,0.46694216,0.5413223,0.59917355,0.6363636,0.6694215,0.7066116,0.73966944,0.74793386,0.76859504,0.78099173,0.7892562,0.7892562,0.8016529,0.79752064,0.79752064,0.8016529,0.8057851,0.80991733,0.79752064,0.7933884,0.7892562,0.78512394,0.78099173,0.75206614,0.6983471,0.6694215,0.6322314,0.5785124,0.5371901,0.5123967,0.47933885,0.41322315,0.338843,0.3553719,0.40495867,0.49173555,0.53305787,0.5371901,0.47933885,0.37603307,0.3553719,0.3677686,0.38429752,0.38016528,0.38429752,0.29752067,0.29752067,0.29338843,0.29752067,0.30165288,0.29338843,0.24380165,0.34710744,0.4338843,0.446281,0.46694216,0.45041323,0.4214876,0.37190083,0.30165288,0.24380165,0.24380165,0.24793388,0.2892562,0.36363637,0.45454547,0.53305787,0.58677685,0.62396693,0.661157,0.70247936,0.7231405,0.73966944,0.76033056,0.7644628,0.76859504,0.7768595,0.7768595,0.78099173,0.78099173,0.7892562,0.78512394,0.78099173,0.7768595,0.7768595,0.76033056,0.74380165,0.7107438,0.6652893,0.62396693,0.58264464,0.53305787,0.49586776,0.45041323,0.40082645,0.338843,0.3264463,0.40495867,0.48347107,0.5247934,0.54545456,0.53305787,0.47933885,0.38016528,0.35950413,0.37603307,0.38842976,0.38016528,0.38842976,0.2892562,0.29752067,0.2892562,0.29338843,0.30578512,0.30578512,0.23553719,0.338843,0.45041323,0.44214877,0.45454547,0.45454547,0.4338843,0.38842976,0.3305785,0.27272728,0.2520661,0.23140496,0.23140496,0.2603306,0.3429752,0.43801653,0.5123967,0.55785125,0.60330576,0.6446281,0.677686,0.70247936,0.72727275,0.7355372,0.73966944,0.74380165,0.74793386,0.74793386,0.74793386,0.75206614,0.74793386,0.74793386,0.73966944,0.74380165,0.7231405,0.6942149,0.6528926,0.607438,0.5661157,0.5165289,0.47107437,0.4214876,0.36363637,0.32231405,0.3264463,0.38842976,0.47107437,0.5289256,0.5495868,0.5495868,0.5247934,0.4876033,0.38016528,0.3553719,0.37603307,0.38429752,0.38016528,0.38429752,0.2892562,0.29338843,0.29752067,0.30165288,0.30165288,0.2892562,0.1983471,0.32231405,0.446281,0.45454547,0.45041323,0.45454547,0.4338843,0.3966942,0.35123968,0.29338843,0.2603306,0.24380165,0.23140496,0.22727273,0.2520661,0.3264463,0.40495867,0.4752066,0.5247934,0.57024795,0.607438,0.6487603,0.661157,0.6818182,0.6859504,0.6859504,0.70247936,0.6859504,0.6983471,0.6983471,0.6983471,0.6983471,0.6859504,0.6818182,0.6570248,0.62396693,0.58677685,0.5413223,0.49173555,0.4338843,0.38429752,0.338843,0.3140496,0.3181818,0.39256197,0.45454547,0.5247934,0.55785125,0.56198347,0.54545456,0.5165289,0.47933885,0.38016528,0.35950413,0.37603307,0.38016528,0.38016528,0.38429752,0.30578512,0.3181818,0.30578512,0.28099173,0.2644628,0.23966943,0.14876033,0.30578512,0.446281,0.46280992,0.45454547,0.45041323,0.446281,0.41735536,0.37190083,0.3181818,0.2768595,0.25619835,0.24793388,0.22727273,0.22727273,0.24380165,0.2892562,0.36363637,0.41735536,0.46694216,0.5165289,0.56198347,0.58264464,0.59504133,0.61157024,0.61570245,0.61570245,0.60330576,0.6322314,0.62396693,0.62396693,0.62396693,0.6198347,0.60330576,0.57438016,0.5413223,0.5041322,0.45454547,0.3966942,0.3429752,0.3181818,0.3181818,0.338843,0.37190083,0.46694216,0.5123967,0.55785125,0.57024795,0.56198347,0.5371901,0.5123967,0.46694216,0.38429752,0.36363637,0.38016528,0.38429752,0.37603307,0.38429752,39 +0.45454547,0.49586776,0.54545456,0.59504133,0.6198347,0.59917355,0.59917355,0.6322314,0.6652893,0.6983471,0.7231405,0.7355372,0.73966944,0.75619835,0.76033056,0.7644628,0.78099173,0.78512394,0.79752064,0.8140496,0.8140496,0.8264463,0.8347107,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.838843,0.838843,0.8347107,0.8305785,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8347107,0.8347107,0.8181818,0.8305785,0.822314,0.8264463,0.822314,0.8181818,0.80991733,0.8016529,0.7933884,0.77272725,0.73966944,0.73140496,0.72727275,0.70247936,0.6528926,0.59090906,0.56198347,0.53305787,0.47107437,0.37190083,0.30578512,0.24793388,0.21487603,0.45041323,0.49586776,0.553719,0.59917355,0.6198347,0.59090906,0.59504133,0.6322314,0.6652893,0.70247936,0.72727275,0.73966944,0.75206614,0.7644628,0.77272725,0.76859504,0.78512394,0.7933884,0.8057851,0.8140496,0.8264463,0.8181818,0.8347107,0.8305785,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.8347107,0.8347107,0.8347107,0.8305785,0.8347107,0.838843,0.8347107,0.8305785,0.8347107,0.8305785,0.8347107,0.8264463,0.8264463,0.8305785,0.8264463,0.822314,0.822314,0.8181818,0.80991733,0.8057851,0.7933884,0.78099173,0.76033056,0.75206614,0.73966944,0.73140496,0.6818182,0.607438,0.57438016,0.5289256,0.45454547,0.36363637,0.26859504,0.24793388,0.2231405,0.45041323,0.5,0.56198347,0.59090906,0.59917355,0.58264464,0.59504133,0.6363636,0.6735537,0.7066116,0.72727275,0.74793386,0.76033056,0.7768595,0.78099173,0.77272725,0.7933884,0.79752064,0.8057851,0.8140496,0.8264463,0.8264463,0.8305785,0.8347107,0.8305785,0.8347107,0.8347107,0.8305785,0.8305785,0.8347107,0.838843,0.8347107,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8264463,0.8305785,0.8305785,0.8305785,0.822314,0.8347107,0.8305785,0.8181818,0.8057851,0.8016529,0.8057851,0.80991733,0.8057851,0.7892562,0.77272725,0.76859504,0.75619835,0.73140496,0.7231405,0.607438,0.57438016,0.5371901,0.45041323,0.34710744,0.25619835,0.21487603,0.2107438,0.44214877,0.5082645,0.5495868,0.58264464,0.5785124,0.57438016,0.60330576,0.6446281,0.6818182,0.7107438,0.73966944,0.75206614,0.7644628,0.7768595,0.7768595,0.77272725,0.7892562,0.79752064,0.8016529,0.8140496,0.8181818,0.8140496,0.8264463,0.8305785,0.8264463,0.8264463,0.8305785,0.8305785,0.8305785,0.8347107,0.8347107,0.8264463,0.8264463,0.838843,0.8347107,0.8264463,0.8264463,0.8264463,0.8305785,0.8264463,0.8264463,0.8264463,0.8264463,0.822314,0.80991733,0.7933884,0.79752064,0.8016529,0.8057851,0.8016529,0.7892562,0.77272725,0.7768595,0.7644628,0.74793386,0.72727275,0.6446281,0.57024795,0.5495868,0.45454547,0.3305785,0.2520661,0.20661157,0.20247933,0.45041323,0.5041322,0.5413223,0.57438016,0.56198347,0.56198347,0.607438,0.6528926,0.69008267,0.7231405,0.7231405,0.7355372,0.73966944,0.75206614,0.7644628,0.7644628,0.77272725,0.78512394,0.78512394,0.79752064,0.8057851,0.80991733,0.8140496,0.822314,0.80991733,0.8140496,0.822314,0.822314,0.822314,0.8264463,0.8305785,0.822314,0.822314,0.8347107,0.8305785,0.822314,0.822314,0.8264463,0.8264463,0.8264463,0.8181818,0.8181818,0.8140496,0.80991733,0.79752064,0.7892562,0.7892562,0.8016529,0.8016529,0.7933884,0.78099173,0.7644628,0.76859504,0.75619835,0.74380165,0.7231405,0.677686,0.59504133,0.5495868,0.46280992,0.30578512,0.24793388,0.20661157,0.1983471,0.45867768,0.5206612,0.53305787,0.55785125,0.553719,0.5495868,0.59504133,0.6570248,0.6818182,0.70247936,0.6942149,0.6818182,0.6942149,0.7107438,0.7231405,0.71487606,0.71900827,0.7231405,0.7355372,0.74380165,0.76033056,0.78099173,0.79752064,0.7933884,0.7933884,0.8016529,0.8016529,0.8057851,0.8057851,0.8140496,0.8140496,0.8057851,0.822314,0.8264463,0.822314,0.8140496,0.8181818,0.80991733,0.80991733,0.80991733,0.8057851,0.8016529,0.79752064,0.7933884,0.78512394,0.7892562,0.7892562,0.79752064,0.7892562,0.76859504,0.75206614,0.7231405,0.7231405,0.71487606,0.6818182,0.70247936,0.6942149,0.61157024,0.553719,0.46694216,0.29338843,0.23966943,0.21487603,0.19421488,0.48347107,0.5165289,0.53305787,0.5413223,0.553719,0.5247934,0.58677685,0.6322314,0.6446281,0.661157,0.6528926,0.6363636,0.62396693,0.6280992,0.6404959,0.62396693,0.62396693,0.6198347,0.62396693,0.6363636,0.6528926,0.6859504,0.71487606,0.74380165,0.7644628,0.77272725,0.7933884,0.78512394,0.7768595,0.7892562,0.7892562,0.7933884,0.80991733,0.80991733,0.8140496,0.8057851,0.79752064,0.79752064,0.7933884,0.7892562,0.7892562,0.7892562,0.78512394,0.78099173,0.76859504,0.7768595,0.76859504,0.75619835,0.7355372,0.7107438,0.6942149,0.6528926,0.6570248,0.6487603,0.6363636,0.6322314,0.6487603,0.62396693,0.55785125,0.47107437,0.30578512,0.21900827,0.21487603,0.19421488,0.49586776,0.5289256,0.5289256,0.5289256,0.5289256,0.5123967,0.56198347,0.58264464,0.60330576,0.60330576,0.59504133,0.5785124,0.55785125,0.5495868,0.54545456,0.5289256,0.5247934,0.5206612,0.5247934,0.5165289,0.5206612,0.56198347,0.59090906,0.6487603,0.6942149,0.74380165,0.75619835,0.76033056,0.75206614,0.7644628,0.7644628,0.7768595,0.78512394,0.79752064,0.8016529,0.79752064,0.78099173,0.78099173,0.7768595,0.77272725,0.77272725,0.7644628,0.75206614,0.73140496,0.7066116,0.69008267,0.6652893,0.6280992,0.6198347,0.61157024,0.59090906,0.57024795,0.57438016,0.57438016,0.57438016,0.58264464,0.58677685,0.58264464,0.553719,0.47933885,0.3140496,0.21900827,0.1983471,0.18181819,0.5041322,0.5495868,0.5206612,0.5206612,0.5165289,0.4876033,0.5165289,0.5413223,0.5495868,0.5413223,0.53305787,0.5206612,0.5082645,0.49173555,0.46694216,0.44214877,0.43801653,0.4338843,0.43801653,0.42975205,0.42975205,0.45454547,0.47933885,0.5371901,0.607438,0.6652893,0.69008267,0.7107438,0.7231405,0.7355372,0.73966944,0.76033056,0.77272725,0.78099173,0.78512394,0.78099173,0.7644628,0.75619835,0.75619835,0.74793386,0.73966944,0.71487606,0.6859504,0.6404959,0.58677685,0.5495868,0.5041322,0.5082645,0.49173555,0.5,0.4876033,0.48347107,0.49173555,0.5082645,0.5123967,0.53305787,0.5371901,0.5371901,0.5206612,0.4876033,0.338843,0.23140496,0.1983471,0.16115703,0.5165289,0.5495868,0.5247934,0.5206612,0.4876033,0.46280992,0.4752066,0.49586776,0.5123967,0.53305787,0.5206612,0.5082645,0.5,0.49586776,0.47933885,0.446281,0.43801653,0.4214876,0.41322315,0.40082645,0.38842976,0.39256197,0.41735536,0.46694216,0.5206612,0.57024795,0.61157024,0.6487603,0.6859504,0.7066116,0.72727275,0.74380165,0.7644628,0.7768595,0.7768595,0.7644628,0.75206614,0.73966944,0.73140496,0.71900827,0.6942149,0.6528926,0.59504133,0.5413223,0.48347107,0.43801653,0.41322315,0.40495867,0.40495867,0.4090909,0.41322315,0.42561984,0.44214877,0.45454547,0.4876033,0.5041322,0.5041322,0.5,0.4876033,0.47107437,0.36363637,0.23553719,0.20247933,0.1570248,0.5371901,0.54545456,0.5371901,0.5041322,0.4876033,0.45454547,0.45454547,0.4876033,0.5247934,0.553719,0.5413223,0.53305787,0.53305787,0.5247934,0.5206612,0.5123967,0.49173555,0.45454547,0.42975205,0.41322315,0.38016528,0.3677686,0.38842976,0.40082645,0.4338843,0.47933885,0.5413223,0.58677685,0.6404959,0.6859504,0.71900827,0.74380165,0.76859504,0.78099173,0.78512394,0.76859504,0.74793386,0.7355372,0.72727275,0.69008267,0.6404959,0.5785124,0.5082645,0.45867768,0.4090909,0.40495867,0.3677686,0.37190083,0.38016528,0.3966942,0.41735536,0.4338843,0.45454547,0.48347107,0.5165289,0.5289256,0.5247934,0.5123967,0.47107437,0.47107437,0.38016528,0.25619835,0.20247933,0.14876033,0.54545456,0.553719,0.5289256,0.5,0.4752066,0.45454547,0.46694216,0.49173555,0.5247934,0.55785125,0.54545456,0.5289256,0.5206612,0.5123967,0.5247934,0.5247934,0.5123967,0.5123967,0.5123967,0.49586776,0.45041323,0.41322315,0.38016528,0.38016528,0.38429752,0.39256197,0.446281,0.5165289,0.59090906,0.6570248,0.71487606,0.75619835,0.78099173,0.7933884,0.79752064,0.7892562,0.7644628,0.74793386,0.72727275,0.6570248,0.57438016,0.4876033,0.43801653,0.38429752,0.38429752,0.37190083,0.35950413,0.40082645,0.41735536,0.42975205,0.42975205,0.43801653,0.46694216,0.5,0.5247934,0.5371901,0.54545456,0.53305787,0.49586776,0.4876033,0.42561984,0.28099173,0.2107438,0.17768595,0.54545456,0.55785125,0.5289256,0.5,0.47933885,0.4752066,0.48347107,0.49173555,0.5082645,0.5289256,0.5165289,0.48347107,0.47933885,0.5041322,0.5413223,0.5785124,0.58677685,0.57024795,0.57024795,0.56198347,0.5495868,0.5165289,0.47933885,0.45041323,0.41735536,0.39256197,0.38429752,0.43801653,0.5413223,0.6280992,0.7107438,0.7644628,0.7933884,0.80991733,0.8181818,0.80991733,0.7933884,0.76033056,0.71900827,0.62396693,0.5082645,0.4214876,0.42561984,0.41735536,0.446281,0.45454547,0.49173555,0.5247934,0.54545456,0.5413223,0.5123967,0.47933885,0.46280992,0.45867768,0.49586776,0.5206612,0.53305787,0.5289256,0.53305787,0.4876033,0.46694216,0.338843,0.23140496,0.23553719,0.54545456,0.55785125,0.5289256,0.5,0.49173555,0.5082645,0.5041322,0.48347107,0.47107437,0.47107437,0.45041323,0.43801653,0.49173555,0.5289256,0.5495868,0.553719,0.5247934,0.5082645,0.48347107,0.5289256,0.55785125,0.5661157,0.56198347,0.54545456,0.5247934,0.47933885,0.39256197,0.37603307,0.46280992,0.58264464,0.69008267,0.7644628,0.8016529,0.8264463,0.8305785,0.8264463,0.8057851,0.7644628,0.7107438,0.55785125,0.45867768,0.44214877,0.47933885,0.49586776,0.5206612,0.5206612,0.53305787,0.55785125,0.56198347,0.5785124,0.56198347,0.54545456,0.5123967,0.45454547,0.46280992,0.47107437,0.5041322,0.5247934,0.5371901,0.5206612,0.48347107,0.41322315,0.28512397,0.26859504,0.5495868,0.5661157,0.5413223,0.5082645,0.49173555,0.5,0.4876033,0.45867768,0.446281,0.4090909,0.4214876,0.44214877,0.49173555,0.49173555,0.42975205,0.42975205,0.29752067,0.45867768,0.41735536,0.42561984,0.5371901,0.5661157,0.5661157,0.5661157,0.57438016,0.56198347,0.47107437,0.37190083,0.3966942,0.5289256,0.6694215,0.75619835,0.8057851,0.8264463,0.8347107,0.8264463,0.8181818,0.7644628,0.6528926,0.5041322,0.5,0.5206612,0.53305787,0.53305787,0.5289256,0.4752066,0.45867768,0.47107437,0.43801653,0.44214877,0.49173555,0.5206612,0.5413223,0.49173555,0.45454547,0.44214877,0.4752066,0.5041322,0.5165289,0.5289256,0.47933885,0.42561984,0.34710744,0.30578512,0.553719,0.57438016,0.56198347,0.53305787,0.5,0.48347107,0.47107437,0.446281,0.42975205,0.41322315,0.42561984,0.41322315,0.4338843,0.5,0.4214876,0.4090909,0.26859504,0.40495867,0.45867768,0.45867768,0.6198347,0.6446281,0.57024795,0.54545456,0.57438016,0.61570245,0.57438016,0.45454547,0.40082645,0.45454547,0.6280992,0.7355372,0.7933884,0.822314,0.8305785,0.8264463,0.8181818,0.75619835,0.62396693,0.53305787,0.5785124,0.58677685,0.56198347,0.553719,0.5165289,0.4214876,0.41322315,0.553719,0.5123967,0.38842976,0.5,0.53305787,0.46694216,0.47107437,0.46694216,0.45454547,0.47107437,0.49586776,0.5082645,0.53305787,0.49173555,0.4090909,0.36363637,0.3553719,0.5661157,0.58264464,0.57438016,0.55785125,0.53305787,0.49586776,0.47933885,0.45041323,0.46280992,0.44214877,0.4214876,0.43801653,0.46694216,0.55785125,0.5041322,0.45041323,0.37190083,0.3429752,0.45454547,0.5495868,0.71487606,0.73966944,0.6487603,0.56198347,0.5495868,0.6198347,0.61570245,0.5165289,0.45454547,0.4752066,0.59504133,0.73140496,0.7768595,0.8181818,0.8264463,0.8305785,0.8181818,0.74793386,0.60330576,0.56198347,0.6280992,0.60330576,0.57438016,0.6198347,0.5661157,0.45867768,0.38842976,0.4752066,0.46280992,0.37603307,0.5123967,0.6487603,0.5041322,0.40495867,0.4338843,0.46280992,0.47933885,0.48347107,0.5041322,0.5371901,0.5123967,0.4090909,0.3553719,0.37190083,0.5785124,0.59504133,0.58264464,0.58677685,0.58264464,0.5495868,0.5041322,0.48347107,0.5,0.5,0.49586776,0.5123967,0.57024795,0.61570245,0.607438,0.5371901,0.5041322,0.48347107,0.5247934,0.6363636,0.73140496,0.73966944,0.6859504,0.59917355,0.5661157,0.62396693,0.6487603,0.60330576,0.5206612,0.57024795,0.58677685,0.70247936,0.77272725,0.8016529,0.8181818,0.8305785,0.822314,0.75206614,0.61157024,0.57024795,0.6280992,0.607438,0.59917355,0.6487603,0.6280992,0.5,0.42561984,0.37190083,0.4214876,0.41322315,0.54545456,0.6570248,0.58677685,0.47107437,0.42975205,0.446281,0.48347107,0.48347107,0.5165289,0.5661157,0.53305787,0.41735536,0.36363637,0.35123968,0.57438016,0.607438,0.59504133,0.60330576,0.607438,0.59090906,0.5495868,0.54545456,0.553719,0.5785124,0.5661157,0.5371901,0.5661157,0.60330576,0.6322314,0.61157024,0.60330576,0.6198347,0.6528926,0.677686,0.6942149,0.69008267,0.6735537,0.62396693,0.6280992,0.6570248,0.6528926,0.61157024,0.59090906,0.61570245,0.62396693,0.69008267,0.74380165,0.78512394,0.8140496,0.8264463,0.822314,0.76859504,0.6404959,0.59090906,0.6404959,0.6280992,0.59504133,0.61570245,0.6446281,0.5661157,0.5247934,0.49173555,0.46280992,0.5082645,0.607438,0.62396693,0.59090906,0.5123967,0.47933885,0.47933885,0.5082645,0.5041322,0.5413223,0.58677685,0.553719,0.40495867,0.34710744,0.3429752,0.5785124,0.59917355,0.61157024,0.61570245,0.6322314,0.62396693,0.59090906,0.59917355,0.62396693,0.6363636,0.61157024,0.60330576,0.60330576,0.6198347,0.6280992,0.62396693,0.6322314,0.6322314,0.6363636,0.6487603,0.6570248,0.6404959,0.6528926,0.6446281,0.6735537,0.69008267,0.661157,0.61570245,0.6487603,0.6694215,0.6735537,0.6735537,0.73140496,0.7768595,0.8140496,0.822314,0.822314,0.78099173,0.6735537,0.59917355,0.61570245,0.6322314,0.61157024,0.58677685,0.607438,0.60330576,0.58677685,0.58264464,0.553719,0.57438016,0.5785124,0.5661157,0.5413223,0.5289256,0.5413223,0.56198347,0.57024795,0.54545456,0.5661157,0.59917355,0.57438016,0.4090909,0.33471075,0.38842976,0.57024795,0.59917355,0.62396693,0.6322314,0.6487603,0.6404959,0.6280992,0.6322314,0.6570248,0.661157,0.6363636,0.6322314,0.6363636,0.6446281,0.6446281,0.6404959,0.6528926,0.6528926,0.6446281,0.62396693,0.6198347,0.6487603,0.677686,0.6942149,0.7066116,0.7107438,0.69008267,0.6528926,0.677686,0.6942149,0.6818182,0.6735537,0.7066116,0.7644628,0.8057851,0.8140496,0.8140496,0.8016529,0.7107438,0.61570245,0.60330576,0.6280992,0.61570245,0.60330576,0.58264464,0.5785124,0.58677685,0.59090906,0.5785124,0.57024795,0.57024795,0.56198347,0.56198347,0.57438016,0.59504133,0.61157024,0.61157024,0.58677685,0.59917355,0.61157024,0.58677685,0.41735536,0.35950413,0.45867768,0.55785125,0.59917355,0.61157024,0.6528926,0.661157,0.661157,0.6528926,0.661157,0.6694215,0.6818182,0.677686,0.6694215,0.661157,0.6570248,0.6487603,0.6404959,0.6446281,0.6404959,0.6652893,0.6694215,0.69008267,0.71487606,0.7231405,0.7355372,0.75206614,0.73966944,0.71487606,0.6859504,0.6942149,0.70247936,0.6942149,0.6652893,0.6859504,0.74793386,0.79752064,0.8140496,0.822314,0.80991733,0.7355372,0.6363636,0.6280992,0.6446281,0.6570248,0.6446281,0.62396693,0.59090906,0.59504133,0.59917355,0.59504133,0.59090906,0.59917355,0.60330576,0.59504133,0.61570245,0.6363636,0.6322314,0.6280992,0.61570245,0.61570245,0.61570245,0.59504133,0.44214877,0.39256197,0.53305787,0.553719,0.59090906,0.6198347,0.661157,0.6735537,0.6694215,0.6735537,0.677686,0.677686,0.70247936,0.7231405,0.72727275,0.72727275,0.73140496,0.72727275,0.7066116,0.7066116,0.7107438,0.75619835,0.7644628,0.75206614,0.76859504,0.7644628,0.77272725,0.78512394,0.7644628,0.73140496,0.70247936,0.70247936,0.7107438,0.70247936,0.6652893,0.661157,0.72727275,0.7892562,0.8140496,0.8264463,0.8181818,0.74380165,0.6570248,0.6404959,0.6942149,0.69008267,0.6942149,0.6735537,0.6694215,0.6652893,0.6570248,0.6404959,0.6363636,0.6487603,0.661157,0.6652893,0.6859504,0.6818182,0.6570248,0.6570248,0.6487603,0.6280992,0.6280992,0.5785124,0.47933885,0.5082645,0.57024795,0.53305787,0.5661157,0.62396693,0.661157,0.677686,0.6859504,0.6942149,0.6942149,0.6859504,0.70247936,0.72727275,0.74793386,0.76033056,0.78099173,0.78512394,0.78512394,0.7768595,0.78512394,0.79752064,0.8057851,0.79752064,0.79752064,0.7933884,0.8016529,0.7892562,0.76859504,0.7355372,0.7066116,0.70247936,0.71487606,0.6983471,0.6570248,0.6404959,0.7066116,0.7933884,0.8264463,0.822314,0.8181818,0.74380165,0.661157,0.6487603,0.69008267,0.74380165,0.74793386,0.7231405,0.72727275,0.73140496,0.7231405,0.71487606,0.71487606,0.7231405,0.72727275,0.71487606,0.71487606,0.6942149,0.6694215,0.6694215,0.6652893,0.6322314,0.6280992,0.5661157,0.5206612,0.58264464,0.59917355,0.5123967,0.56198347,0.61157024,0.661157,0.677686,0.6942149,0.70247936,0.7066116,0.7066116,0.71487606,0.7231405,0.75206614,0.7644628,0.7892562,0.79752064,0.79752064,0.8057851,0.80991733,0.80991733,0.8140496,0.80991733,0.8140496,0.80991733,0.8016529,0.7892562,0.77272725,0.74380165,0.71900827,0.7107438,0.7066116,0.6818182,0.6446281,0.6280992,0.6859504,0.78512394,0.8181818,0.8264463,0.8140496,0.75619835,0.677686,0.6363636,0.6818182,0.74380165,0.7644628,0.7644628,0.76033056,0.7644628,0.76033056,0.75206614,0.75619835,0.75206614,0.75206614,0.72727275,0.7231405,0.7107438,0.69008267,0.6735537,0.69008267,0.6528926,0.61570245,0.56198347,0.5247934,0.607438,0.6322314,0.47933885,0.5165289,0.59917355,0.6528926,0.6735537,0.6942149,0.7066116,0.71487606,0.72727275,0.73140496,0.73140496,0.7644628,0.74793386,0.7768595,0.79752064,0.8016529,0.80991733,0.80991733,0.80991733,0.80991733,0.8181818,0.8140496,0.8057851,0.8016529,0.79752064,0.77272725,0.75206614,0.73140496,0.71487606,0.69008267,0.6694215,0.6487603,0.6322314,0.6859504,0.76033056,0.8181818,0.8305785,0.822314,0.7644628,0.6983471,0.6404959,0.6818182,0.7355372,0.76859504,0.77272725,0.77272725,0.7768595,0.7768595,0.76859504,0.76859504,0.76033056,0.75619835,0.74793386,0.75206614,0.73140496,0.7231405,0.69008267,0.6983471,0.6652893,0.62396693,0.55785125,0.5247934,0.59917355,0.6404959,0.43801653,0.4876033,0.57438016,0.6404959,0.6652893,0.6859504,0.7107438,0.72727275,0.7355372,0.74380165,0.74380165,0.77272725,0.76859504,0.7644628,0.7892562,0.79752064,0.8057851,0.80991733,0.80991733,0.8057851,0.8140496,0.8140496,0.8057851,0.8016529,0.8016529,0.78512394,0.7644628,0.73966944,0.6983471,0.6652893,0.6528926,0.661157,0.6570248,0.6818182,0.74793386,0.8057851,0.8264463,0.8181818,0.77272725,0.7066116,0.6404959,0.6694215,0.7355372,0.77272725,0.78099173,0.78512394,0.78512394,0.78512394,0.7768595,0.77272725,0.78099173,0.75619835,0.7644628,0.76859504,0.74793386,0.73966944,0.71900827,0.7066116,0.6735537,0.6322314,0.56198347,0.5165289,0.59090906,0.6652893,0.40082645,0.45041323,0.5495868,0.61570245,0.661157,0.6818182,0.70247936,0.73140496,0.73140496,0.74380165,0.73966944,0.78099173,0.7768595,0.78099173,0.7892562,0.8016529,0.8057851,0.80991733,0.80991733,0.8016529,0.8140496,0.8140496,0.8140496,0.80991733,0.8057851,0.7933884,0.7644628,0.7231405,0.661157,0.6570248,0.6404959,0.6694215,0.677686,0.6983471,0.75619835,0.79752064,0.8305785,0.8181818,0.77272725,0.70247936,0.6363636,0.6446281,0.7231405,0.7768595,0.7892562,0.7933884,0.7933884,0.7933884,0.78512394,0.78099173,0.78512394,0.76859504,0.7768595,0.78099173,0.7644628,0.73966944,0.7231405,0.70247936,0.6818182,0.6363636,0.56198347,0.5123967,0.57438016,0.6818182,0.37190083,0.41322315,0.5123967,0.59090906,0.6487603,0.6652893,0.6859504,0.71900827,0.71900827,0.7355372,0.73966944,0.7768595,0.78512394,0.7892562,0.7933884,0.79752064,0.8057851,0.80991733,0.80991733,0.8016529,0.80991733,0.80991733,0.8057851,0.80991733,0.8181818,0.7892562,0.74793386,0.661157,0.6404959,0.6528926,0.6652893,0.6818182,0.6942149,0.71487606,0.75619835,0.8057851,0.8264463,0.822314,0.77272725,0.7107438,0.661157,0.6322314,0.69008267,0.76859504,0.7892562,0.79752064,0.7892562,0.7933884,0.7933884,0.7892562,0.7768595,0.7768595,0.78512394,0.7768595,0.7644628,0.74380165,0.73966944,0.7066116,0.677686,0.6363636,0.553719,0.5,0.5661157,0.6570248,0.37603307,0.38842976,0.47933885,0.56198347,0.62396693,0.6652893,0.6859504,0.6983471,0.7231405,0.73140496,0.74793386,0.77272725,0.78099173,0.78512394,0.7892562,0.7933884,0.8057851,0.80991733,0.8016529,0.79752064,0.8016529,0.7933884,0.7892562,0.8057851,0.80991733,0.7768595,0.6818182,0.61157024,0.6322314,0.6652893,0.6942149,0.6942149,0.70247936,0.71900827,0.76859504,0.80991733,0.8305785,0.8264463,0.78512394,0.72727275,0.6942149,0.661157,0.6570248,0.73140496,0.7768595,0.78512394,0.78512394,0.78099173,0.78099173,0.78512394,0.7768595,0.7768595,0.78099173,0.7768595,0.76033056,0.74793386,0.73140496,0.70247936,0.677686,0.6363636,0.5371901,0.5,0.57438016,0.6446281,0.39256197,0.38016528,0.4338843,0.53305787,0.60330576,0.6404959,0.6694215,0.6859504,0.71900827,0.72727275,0.74793386,0.7644628,0.76859504,0.78512394,0.8016529,0.80991733,0.8057851,0.8016529,0.8016529,0.79752064,0.7933884,0.77272725,0.7768595,0.7892562,0.8016529,0.75206614,0.6322314,0.56198347,0.6280992,0.6735537,0.6983471,0.6983471,0.70247936,0.72727275,0.77272725,0.80991733,0.8264463,0.8264463,0.8057851,0.73966944,0.6942149,0.6818182,0.6487603,0.677686,0.73966944,0.7644628,0.78099173,0.7644628,0.77272725,0.78099173,0.78099173,0.7768595,0.7768595,0.77272725,0.75619835,0.73966944,0.71487606,0.69008267,0.6735537,0.61157024,0.54545456,0.5371901,0.60330576,0.6404959,0.39256197,0.38429752,0.41322315,0.4876033,0.553719,0.59917355,0.6363636,0.6652893,0.70247936,0.71487606,0.7355372,0.74793386,0.75619835,0.78099173,0.79752064,0.8016529,0.79752064,0.8016529,0.79752064,0.7892562,0.7768595,0.76033056,0.75619835,0.75206614,0.7644628,0.71487606,0.58264464,0.5289256,0.57438016,0.6198347,0.6363636,0.6446281,0.6528926,0.69008267,0.75619835,0.79752064,0.80991733,0.80991733,0.8016529,0.73140496,0.6570248,0.6528926,0.6322314,0.62396693,0.6983471,0.7231405,0.75206614,0.76033056,0.7644628,0.76859504,0.76859504,0.77272725,0.76859504,0.76033056,0.74793386,0.72727275,0.70247936,0.6735537,0.6487603,0.58677685,0.57438016,0.58264464,0.60330576,0.61157024,0.40082645,0.38842976,0.41322315,0.45867768,0.5247934,0.57438016,0.61157024,0.6487603,0.6818182,0.70247936,0.71487606,0.73140496,0.74380165,0.76859504,0.78099173,0.78512394,0.78512394,0.7933884,0.7892562,0.77272725,0.75206614,0.73966944,0.71900827,0.71487606,0.7231405,0.7107438,0.58677685,0.45867768,0.45867768,0.4752066,0.4876033,0.5165289,0.553719,0.59917355,0.6859504,0.74380165,0.74380165,0.72727275,0.7231405,0.6528926,0.5661157,0.5371901,0.57024795,0.58677685,0.6528926,0.6735537,0.7066116,0.7355372,0.75619835,0.76033056,0.76033056,0.76033056,0.75206614,0.75206614,0.73966944,0.71900827,0.6818182,0.6694215,0.6322314,0.57024795,0.59917355,0.6280992,0.59090906,0.607438,0.41735536,0.40082645,0.40082645,0.43801653,0.47933885,0.5289256,0.56198347,0.61157024,0.6570248,0.6818182,0.6983471,0.71487606,0.7231405,0.75206614,0.76859504,0.76859504,0.76859504,0.77272725,0.77272725,0.75619835,0.7355372,0.7107438,0.69008267,0.7066116,0.71900827,0.71900827,0.6487603,0.49173555,0.3966942,0.3429752,0.3181818,0.3181818,0.39256197,0.4752066,0.5661157,0.6446281,0.6528926,0.6404959,0.62396693,0.5661157,0.43801653,0.4214876,0.5165289,0.58677685,0.6446281,0.6570248,0.661157,0.6859504,0.72727275,0.74380165,0.74380165,0.73966944,0.73140496,0.73140496,0.7231405,0.6942149,0.6652893,0.6446281,0.61157024,0.5371901,0.59090906,0.6363636,0.6363636,0.553719,0.3966942,0.3966942,0.3966942,0.42561984,0.45454547,0.49173555,0.5289256,0.5785124,0.6198347,0.6570248,0.6735537,0.69008267,0.6983471,0.7231405,0.74380165,0.74793386,0.74380165,0.75619835,0.75206614,0.72727275,0.7066116,0.6942149,0.71487606,0.74793386,0.75206614,0.74380165,0.70247936,0.60330576,0.4752066,0.3553719,0.30165288,0.25619835,0.26859504,0.338843,0.42975205,0.5206612,0.5371901,0.5371901,0.5206612,0.46694216,0.4338843,0.4752066,0.55785125,0.61570245,0.6652893,0.6942149,0.6694215,0.6528926,0.7066116,0.7231405,0.7231405,0.7066116,0.70247936,0.7066116,0.70247936,0.6735537,0.6570248,0.61157024,0.58264464,0.5371901,0.607438,0.6363636,0.61570245,0.5082645,0.41322315,0.3966942,0.40082645,0.4090909,0.43801653,0.46280992,0.5,0.54545456,0.57438016,0.6198347,0.6404959,0.661157,0.6694215,0.6859504,0.7107438,0.71900827,0.71900827,0.71487606,0.7231405,0.7066116,0.6942149,0.71487606,0.75619835,0.78099173,0.78099173,0.7768595,0.74793386,0.71900827,0.6363636,0.5206612,0.41322315,0.36363637,0.30991736,0.30165288,0.34710744,0.4214876,0.47107437,0.4752066,0.4752066,0.5247934,0.5371901,0.58264464,0.62396693,0.6528926,0.6859504,0.73966944,0.7107438,0.6446281,0.6528926,0.6942149,0.6942149,0.69008267,0.6859504,0.6859504,0.6652893,0.6446281,0.6322314,0.59917355,0.57024795,0.5371901,0.6404959,0.661157,0.5785124,0.446281,0.4876033,0.41735536,0.40082645,0.4090909,0.4338843,0.446281,0.4752066,0.5206612,0.5495868,0.58264464,0.61157024,0.6322314,0.6280992,0.6570248,0.6818182,0.69008267,0.6983471,0.69008267,0.69008267,0.6983471,0.71487606,0.75206614,0.76859504,0.77272725,0.78099173,0.77272725,0.75619835,0.74380165,0.70247936,0.6322314,0.5371901,0.4876033,0.42561984,0.36363637,0.33471075,0.37603307,0.4090909,0.4752066,0.5289256,0.5661157,0.61157024,0.6404959,0.6570248,0.6694215,0.69008267,0.73966944,0.74380165,0.677686,0.6446281,0.6735537,0.6818182,0.6859504,0.6735537,0.661157,0.6404959,0.6198347,0.607438,0.58677685,0.54545456,0.54545456,0.6487603,0.6280992,0.5082645,0.40495867,0.5289256,0.42975205,0.40082645,0.40495867,0.42561984,0.4338843,0.45454547,0.46694216,0.5123967,0.553719,0.58264464,0.59917355,0.59917355,0.6322314,0.6570248,0.6570248,0.6694215,0.6735537,0.677686,0.71487606,0.75619835,0.7644628,0.76033056,0.75206614,0.76033056,0.75206614,0.75619835,0.7231405,0.70247936,0.70247936,0.661157,0.61157024,0.5661157,0.49173555,0.42975205,0.4338843,0.47107437,0.5371901,0.59504133,0.6280992,0.6446281,0.6487603,0.6652893,0.6694215,0.6818182,0.71487606,0.74793386,0.72727275,0.6446281,0.6404959,0.6694215,0.6694215,0.6487603,0.6322314,0.61570245,0.59917355,0.58264464,0.5661157,0.5247934,0.5495868,0.61157024,0.5495868,0.43801653,0.40082645,0.4876033,0.42561984,0.3966942,0.3966942,0.4214876,0.4214876,0.45041323,0.46280992,0.4752066,0.5123967,0.553719,0.55785125,0.5785124,0.60330576,0.6363636,0.6446281,0.6570248,0.6694215,0.69008267,0.72727275,0.74380165,0.73966944,0.73140496,0.73140496,0.7355372,0.7355372,0.74380165,0.71900827,0.73140496,0.7231405,0.7231405,0.6983471,0.6570248,0.62396693,0.57024795,0.5785124,0.59504133,0.6198347,0.6528926,0.677686,0.6694215,0.6570248,0.6652893,0.6652893,0.6818182,0.6942149,0.71487606,0.73966944,0.677686,0.607438,0.6446281,0.6487603,0.6446281,0.62396693,0.607438,0.5785124,0.57024795,0.553719,0.5123967,0.5041322,0.5082645,0.44214877,0.40495867,0.3966942,0.3553719,0.3677686,0.39256197,0.3966942,0.4214876,0.4214876,0.45041323,0.46694216,0.46694216,0.5,0.5289256,0.54545456,0.56198347,0.59090906,0.62396693,0.6446281,0.6652893,0.6694215,0.6859504,0.71900827,0.71487606,0.7066116,0.70247936,0.7107438,0.73140496,0.73140496,0.7355372,0.73140496,0.74793386,0.74380165,0.75206614,0.7355372,0.7231405,0.7107438,0.6694215,0.6652893,0.6694215,0.6735537,0.677686,0.6942149,0.6818182,0.6735537,0.6735537,0.6652893,0.677686,0.677686,0.6818182,0.6983471,0.69008267,0.59090906,0.6280992,0.6446281,0.6487603,0.62396693,0.59504133,0.58264464,0.57438016,0.5495868,0.49173555,0.43801653,0.42561984,0.40082645,0.40082645,0.39256197,0.2644628,0.2892562,0.39256197,0.40082645,0.4090909,0.41735536,0.42561984,0.45041323,0.4752066,0.49173555,0.5289256,0.5495868,0.57024795,0.59504133,0.62396693,0.6487603,0.6652893,0.6652893,0.677686,0.69008267,0.6859504,0.6818182,0.677686,0.6983471,0.72727275,0.7355372,0.73140496,0.73966944,0.73966944,0.74793386,0.76033056,0.7644628,0.76859504,0.7644628,0.73140496,0.7107438,0.70247936,0.6983471,0.6942149,0.6942149,0.6735537,0.6859504,0.6694215,0.6652893,0.6694215,0.6735537,0.661157,0.6570248,0.6528926,0.607438,0.59917355,0.6528926,0.6363636,0.6198347,0.59917355,0.59090906,0.58264464,0.5371901,0.4752066,0.4090909,0.3966942,0.4090909,0.3966942,0.4090909,0.25619835,0.24793388,0.38429752,0.3966942,0.40082645,0.4090909,0.41735536,0.43801653,0.4752066,0.5,0.5247934,0.5495868,0.59504133,0.61157024,0.6404959,0.6570248,0.6652893,0.6528926,0.6528926,0.6570248,0.6363636,0.6322314,0.6570248,0.6694215,0.69008267,0.6983471,0.6983471,0.6942149,0.6694215,0.6818182,0.6859504,0.6942149,0.6983471,0.7107438,0.6942149,0.6818182,0.661157,0.6404959,0.6280992,0.62396693,0.61157024,0.62396693,0.6404959,0.6363636,0.6446281,0.6735537,0.6404959,0.6280992,0.61570245,0.607438,0.6198347,0.6570248,0.6363636,0.6198347,0.607438,0.59917355,0.5785124,0.5206612,0.45867768,0.3966942,0.3966942,0.4090909,0.40082645,0.40082645,0.2892562,0.23966943,0.3429752,0.40082645,0.40495867,0.3966942,0.41735536,0.42975205,0.46280992,0.5041322,0.5413223,0.56198347,0.59917355,0.62396693,0.6487603,0.6652893,0.6694215,0.6487603,0.6280992,0.6198347,0.58264464,0.57024795,0.57438016,0.57024795,0.55785125,0.56198347,0.57438016,0.5785124,0.55785125,0.55785125,0.57438016,0.59090906,0.58677685,0.59504133,0.59504133,0.59504133,0.5785124,0.55785125,0.54545456,0.54545456,0.53305787,0.5289256,0.56198347,0.57024795,0.58264464,0.6280992,0.6198347,0.61157024,0.607438,0.6280992,0.661157,0.677686,0.6446281,0.6280992,0.61157024,0.59090906,0.56198347,0.5041322,0.42975205,0.38429752,0.3966942,0.41735536,0.40495867,0.41322315,0.3140496,0.23553719,0.30991736,0.38429752,0.3966942,0.3966942,0.40495867,0.4214876,0.446281,0.49586776,0.5371901,0.5661157,0.60330576,0.62396693,0.6570248,0.6735537,0.69008267,0.6694215,0.6280992,0.58677685,0.53305787,0.5082645,0.446281,0.39256197,0.38429752,0.41322315,0.43801653,0.45041323,0.44214877,0.446281,0.47933885,0.5082645,0.5123967,0.5165289,0.5247934,0.5165289,0.5082645,0.49586776,0.5,0.49586776,0.47933885,0.4876033,0.49173555,0.49173555,0.49586776,0.5289256,0.57024795,0.60330576,0.6280992,0.661157,0.70247936,0.6818182,0.6446281,0.62396693,0.607438,0.58677685,0.5413223,0.4752066,0.4090909,0.38016528,0.39256197,0.4214876,0.40495867,0.4090909,0.28512397,0.26859504,0.27272728,0.36363637,0.38842976,0.3966942,0.3966942,0.41735536,0.42975205,0.4752066,0.5082645,0.5661157,0.59090906,0.61570245,0.6570248,0.6859504,0.7066116,0.6942149,0.6404959,0.59504133,0.5661157,0.5165289,0.41735536,0.30165288,0.26859504,0.29338843,0.3429752,0.37603307,0.33471075,0.36363637,0.42975205,0.41735536,0.40495867,0.41322315,0.49173555,0.46694216,0.45041323,0.45867768,0.45867768,0.45041323,0.41322315,0.39256197,0.37603307,0.38842976,0.3966942,0.44214877,0.5289256,0.607438,0.661157,0.7066116,0.71487606,0.677686,0.6446281,0.6198347,0.59504133,0.57438016,0.5165289,0.46280992,0.38429752,0.38842976,0.39256197,0.41322315,0.40495867,0.40495867,0.2892562,0.2644628,0.27272728,0.3264463,0.3677686,0.38842976,0.3966942,0.41322315,0.42561984,0.45867768,0.5082645,0.5495868,0.58264464,0.59917355,0.6404959,0.69008267,0.71487606,0.71487606,0.69008267,0.6735537,0.677686,0.6694215,0.6404959,0.5,0.37603307,0.32231405,0.35950413,0.4090909,0.3181818,0.38842976,0.5082645,0.5165289,0.47933885,0.5165289,0.6198347,0.6363636,0.56198347,0.553719,0.5247934,0.5206612,0.45041323,0.3677686,0.32231405,0.338843,0.41735536,0.5082645,0.5661157,0.6404959,0.70247936,0.73140496,0.71487606,0.6735537,0.6446281,0.61157024,0.57438016,0.5413223,0.49586776,0.43801653,0.37190083,0.39256197,0.40495867,0.4090909,0.41322315,0.40495867,0.2892562,0.2644628,0.2644628,0.30165288,0.33471075,0.37190083,0.38842976,0.4090909,0.42975205,0.4338843,0.4752066,0.5247934,0.5371901,0.59090906,0.61157024,0.6735537,0.71487606,0.72727275,0.72727275,0.7355372,0.7355372,0.7355372,0.7355372,0.6983471,0.56198347,0.48347107,0.47107437,0.49173555,0.3966942,0.4090909,0.5247934,0.54545456,0.5082645,0.53305787,0.58264464,0.6694215,0.661157,0.62396693,0.59504133,0.5785124,0.5123967,0.43801653,0.42975205,0.49173555,0.5785124,0.61570245,0.6363636,0.677686,0.7231405,0.72727275,0.6983471,0.6570248,0.62396693,0.58264464,0.5495868,0.53305787,0.45867768,0.41735536,0.36363637,0.40082645,0.40082645,0.4090909,0.41322315,0.40495867,0.2892562,0.25619835,0.2768595,0.3181818,0.3181818,0.34710744,0.37190083,0.40495867,0.42975205,0.43801653,0.45454547,0.49173555,0.5123967,0.553719,0.59090906,0.6528926,0.6983471,0.72727275,0.74380165,0.75619835,0.74380165,0.7355372,0.72727275,0.71900827,0.6694215,0.60330576,0.58264464,0.60330576,0.57438016,0.5123967,0.5082645,0.4752066,0.41735536,0.36363637,0.338843,0.48347107,0.553719,0.56198347,0.553719,0.5371901,0.5206612,0.5123967,0.5413223,0.59917355,0.6446281,0.6652893,0.6735537,0.70247936,0.72727275,0.71487606,0.661157,0.6280992,0.59504133,0.55785125,0.5289256,0.5,0.44214877,0.3966942,0.37603307,0.40082645,0.40495867,0.40495867,0.4090909,0.40495867,0.28512397,0.2520661,0.28512397,0.38016528,0.33471075,0.32231405,0.33471075,0.38429752,0.42975205,0.45041323,0.446281,0.49173555,0.5165289,0.5289256,0.5661157,0.61570245,0.6735537,0.7107438,0.73966944,0.75619835,0.74793386,0.73140496,0.72727275,0.7066116,0.6735537,0.62396693,0.59917355,0.6528926,0.69008267,0.6694215,0.6528926,0.6322314,0.6198347,0.5785124,0.57438016,0.57024795,0.58264464,0.5785124,0.56198347,0.5495868,0.5413223,0.5413223,0.57438016,0.6280992,0.6570248,0.6735537,0.69008267,0.7231405,0.7107438,0.6735537,0.6280992,0.59917355,0.5661157,0.5371901,0.5041322,0.46694216,0.4214876,0.37603307,0.38842976,0.3966942,0.40082645,0.40082645,0.40495867,0.40082645,0.29338843,0.2603306,0.29752067,0.43801653,0.40082645,0.30991736,0.29338843,0.35123968,0.40082645,0.45041323,0.46280992,0.47107437,0.5041322,0.53305787,0.5413223,0.58264464,0.6446281,0.69008267,0.7231405,0.73966944,0.74380165,0.72727275,0.7355372,0.7107438,0.6818182,0.6198347,0.58677685,0.61157024,0.6652893,0.6983471,0.7066116,0.72727275,0.74380165,0.71487606,0.70247936,0.6983471,0.6735537,0.6404959,0.60330576,0.5661157,0.5371901,0.5495868,0.59090906,0.6446281,0.661157,0.6818182,0.70247936,0.71487606,0.6818182,0.6322314,0.60330576,0.57438016,0.5371901,0.5206612,0.4876033,0.45041323,0.37603307,0.38429752,0.3966942,0.3966942,0.40082645,0.40495867,0.40495867,0.40082645,0.28512397,0.2603306,0.3140496,0.44214877,0.47107437,0.32231405,0.26859504,0.32231405,0.3677686,0.42561984,0.45867768,0.4752066,0.49173555,0.5082645,0.5371901,0.57024795,0.61157024,0.6570248,0.69008267,0.71900827,0.73140496,0.73140496,0.71900827,0.71487606,0.70247936,0.6363636,0.58264464,0.58677685,0.60330576,0.6363636,0.661157,0.69008267,0.6983471,0.6570248,0.661157,0.69008267,0.6859504,0.6570248,0.59917355,0.55785125,0.553719,0.59090906,0.6363636,0.661157,0.6735537,0.6859504,0.7107438,0.7066116,0.6487603,0.607438,0.57438016,0.553719,0.5165289,0.49173555,0.45454547,0.4090909,0.38429752,0.38429752,0.40082645,0.40495867,0.40082645,0.40495867,0.41322315,0.40082645,0.28512397,0.2520661,0.3553719,0.45041323,0.47107437,0.42561984,0.2892562,0.2892562,0.338843,0.38842976,0.43801653,0.47933885,0.49173555,0.5,0.5247934,0.55785125,0.58677685,0.6322314,0.6528926,0.6942149,0.7231405,0.73140496,0.71487606,0.6942149,0.6983471,0.69008267,0.61157024,0.58264464,0.55785125,0.57438016,0.59504133,0.60330576,0.61157024,0.59504133,0.59504133,0.607438,0.607438,0.58264464,0.55785125,0.55785125,0.58677685,0.6322314,0.6570248,0.6694215,0.6859504,0.6942149,0.70247936,0.677686,0.62396693,0.57438016,0.55785125,0.5289256,0.5,0.47107437,0.42561984,0.38842976,0.37190083,0.38842976,0.39256197,0.40495867,0.39256197,0.40082645,0.3966942,0.40495867,0.27272728,0.2520661,0.38016528,0.446281,0.46694216,0.43801653,0.34710744,0.26859504,0.29338843,0.35123968,0.41735536,0.46280992,0.49173555,0.5123967,0.5165289,0.54545456,0.5785124,0.607438,0.6404959,0.6694215,0.7066116,0.72727275,0.70247936,0.6983471,0.7107438,0.70247936,0.6652893,0.607438,0.57024795,0.54545456,0.5413223,0.5371901,0.53305787,0.54545456,0.5413223,0.54545456,0.5413223,0.54545456,0.553719,0.58264464,0.6280992,0.6652893,0.6694215,0.6652893,0.6983471,0.70247936,0.6942149,0.6404959,0.59504133,0.57024795,0.5371901,0.5082645,0.48347107,0.45454547,0.40082645,0.37603307,0.38842976,0.39256197,0.40082645,0.3966942,0.39256197,0.3966942,0.38429752,0.40495867,0.27272728,0.27272728,0.40082645,0.45867768,0.45867768,0.446281,0.38429752,0.29752067,0.25619835,0.29752067,0.38016528,0.44214877,0.49173555,0.5206612,0.5289256,0.53305787,0.57438016,0.59917355,0.6322314,0.6652893,0.69008267,0.73140496,0.7066116,0.71487606,0.72727275,0.71487606,0.6859504,0.6528926,0.61570245,0.57438016,0.553719,0.54545456,0.53305787,0.5413223,0.5413223,0.553719,0.553719,0.55785125,0.59090906,0.6322314,0.661157,0.6859504,0.6818182,0.6735537,0.7066116,0.70247936,0.6652893,0.6198347,0.5661157,0.54545456,0.5206612,0.49173555,0.46694216,0.4214876,0.37603307,0.37603307,0.38429752,0.40495867,0.40082645,0.40082645,0.40082645,0.3966942,0.38842976,0.40082645,0.28099173,0.29752067,0.41322315,0.44214877,0.45867768,0.45454547,0.40495867,0.32231405,0.24793388,0.2520661,0.33471075,0.40495867,0.4752066,0.5165289,0.5413223,0.55785125,0.55785125,0.58677685,0.62396693,0.6404959,0.69008267,0.7231405,0.7231405,0.73966944,0.74380165,0.7355372,0.71487606,0.6983471,0.6818182,0.6570248,0.6363636,0.6198347,0.59917355,0.58677685,0.59504133,0.61157024,0.6198347,0.6198347,0.6404959,0.661157,0.6859504,0.70247936,0.7066116,0.6942149,0.70247936,0.6859504,0.6363636,0.58677685,0.5495868,0.5371901,0.5123967,0.4752066,0.42975205,0.38842976,0.37190083,0.37190083,0.38842976,0.40495867,0.39256197,0.3966942,0.40495867,0.3966942,0.39256197,0.3966942,0.26859504,0.32231405,0.4214876,0.44214877,0.45867768,0.45867768,0.41735536,0.338843,0.26859504,0.24380165,0.27272728,0.34710744,0.42561984,0.4876033,0.5413223,0.55785125,0.553719,0.58264464,0.62396693,0.6446281,0.6859504,0.7066116,0.73140496,0.76033056,0.77272725,0.76033056,0.74793386,0.74793386,0.74793386,0.74380165,0.73140496,0.71900827,0.6942149,0.6652893,0.6694215,0.6735537,0.6735537,0.677686,0.6818182,0.69008267,0.71487606,0.71487606,0.7231405,0.7066116,0.6983471,0.6652893,0.60330576,0.56198347,0.5495868,0.5371901,0.5082645,0.45041323,0.38842976,0.37190083,0.38016528,0.37190083,0.40082645,0.3966942,0.4090909,0.39256197,0.3966942,0.40495867,0.3966942,0.39256197,0.28099173,0.3305785,0.42975205,0.44214877,0.45041323,0.45867768,0.42975205,0.37603307,0.30578512,0.24793388,0.23140496,0.2768595,0.35950413,0.446281,0.5041322,0.5495868,0.55785125,0.59090906,0.62396693,0.6528926,0.6942149,0.71900827,0.7355372,0.75619835,0.78512394,0.78099173,0.78099173,0.7892562,0.7892562,0.78512394,0.78099173,0.78099173,0.7644628,0.75206614,0.75206614,0.74793386,0.73966944,0.74793386,0.73966944,0.7355372,0.73966944,0.74380165,0.73140496,0.7066116,0.6859504,0.6404959,0.5785124,0.5495868,0.5413223,0.53305787,0.4752066,0.4090909,0.3553719,0.37603307,0.38842976,0.37190083,0.3966942,0.40082645,0.39256197,0.40082645,0.40495867,0.3966942,0.3966942,0.38842976,0.2768595,0.34710744,0.42975205,0.44214877,0.446281,0.45454547,0.42975205,0.38842976,0.3305785,0.2603306,0.23553719,0.22727273,0.28099173,0.36363637,0.4338843,0.49586776,0.5247934,0.57024795,0.61570245,0.6528926,0.6859504,0.71900827,0.7355372,0.75619835,0.78512394,0.7933884,0.7933884,0.8016529,0.8016529,0.79752064,0.8016529,0.8016529,0.7933884,0.79752064,0.7933884,0.78512394,0.78099173,0.78512394,0.7768595,0.7768595,0.77272725,0.76033056,0.7355372,0.70247936,0.6694215,0.61157024,0.553719,0.5289256,0.5247934,0.48347107,0.43801653,0.3553719,0.3429752,0.39256197,0.39256197,0.38842976,0.39256197,0.38842976,0.38842976,0.3966942,0.3966942,0.39256197,0.3966942,0.38842976,0.24380165,0.3553719,0.4338843,0.43801653,0.45454547,0.45041323,0.4338843,0.39256197,0.3553719,0.27272728,0.2520661,0.23553719,0.23140496,0.26859504,0.34710744,0.4214876,0.47107437,0.53305787,0.58264464,0.62396693,0.6694215,0.6942149,0.71900827,0.74793386,0.7768595,0.78512394,0.7933884,0.8016529,0.8016529,0.8057851,0.80991733,0.8140496,0.8057851,0.80991733,0.8057851,0.79752064,0.79752064,0.79752064,0.7933884,0.7933884,0.7933884,0.78099173,0.7355372,0.6942149,0.6528926,0.57438016,0.53305787,0.5123967,0.47933885,0.45867768,0.3966942,0.3677686,0.37190083,0.38429752,0.39256197,0.3966942,0.39256197,0.39256197,0.3966942,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.18595041,0.35950413,0.44214877,0.446281,0.45867768,0.446281,0.446281,0.41322315,0.36363637,0.32231405,0.2520661,0.24793388,0.22727273,0.21900827,0.26859504,0.3264463,0.38016528,0.44214877,0.5082645,0.57438016,0.61570245,0.6528926,0.6859504,0.7231405,0.76033056,0.7768595,0.78099173,0.78512394,0.79752064,0.8057851,0.8016529,0.8140496,0.8181818,0.8057851,0.80991733,0.8057851,0.8016529,0.7933884,0.7933884,0.7933884,0.8016529,0.7768595,0.7231405,0.6735537,0.61570245,0.5413223,0.5041322,0.46694216,0.44214877,0.446281,0.43801653,0.35950413,0.37190083,0.38016528,0.39256197,0.39256197,0.39256197,0.39256197,0.39256197,0.38842976,0.38842976,0.38842976,0.39256197,0.38842976,0.16115703,0.38016528,0.446281,0.46694216,0.45867768,0.446281,0.45867768,0.42975205,0.37190083,0.33471075,0.25619835,0.24793388,0.23553719,0.2231405,0.23553719,0.24793388,0.29338843,0.3429752,0.4214876,0.49173555,0.5661157,0.6198347,0.6487603,0.6859504,0.7355372,0.75619835,0.7644628,0.76859504,0.78512394,0.7892562,0.79752064,0.8016529,0.7933884,0.79752064,0.8016529,0.8016529,0.8016529,0.7892562,0.7892562,0.7892562,0.78099173,0.75206614,0.6983471,0.6322314,0.57438016,0.5082645,0.446281,0.4214876,0.43801653,0.49173555,0.446281,0.3553719,0.37603307,0.38842976,0.38842976,0.38842976,0.39256197,0.39256197,0.38429752,0.38842976,0.3966942,0.3966942,0.39256197,0.39256197,0.17768595,0.3966942,0.46280992,0.47107437,0.46280992,0.45041323,0.46694216,0.43801653,0.38842976,0.3553719,0.2768595,0.25619835,0.24380165,0.23553719,0.23966943,0.22727273,0.23966943,0.2644628,0.3140496,0.38842976,0.49173555,0.5495868,0.59090906,0.6280992,0.677686,0.71487606,0.73966944,0.75206614,0.76033056,0.7644628,0.78099173,0.7768595,0.76859504,0.7768595,0.7768595,0.7768595,0.7768595,0.77272725,0.76859504,0.7644628,0.74380165,0.6983471,0.6446281,0.5785124,0.5123967,0.446281,0.40495867,0.4214876,0.48347107,0.5082645,0.42975205,0.38429752,0.38016528,0.39256197,0.39256197,0.38016528,0.38842976,0.39256197,0.38842976,0.39256197,0.40082645,0.39256197,0.40082645,0.38429752,0.21900827,0.41735536,0.47933885,0.47933885,0.48347107,0.47107437,0.46694216,0.446281,0.4090909,0.35950413,0.3140496,0.2644628,0.24793388,0.23966943,0.24793388,0.23553719,0.23140496,0.22727273,0.24380165,0.29338843,0.3677686,0.46280992,0.49586776,0.55785125,0.607438,0.6528926,0.69008267,0.7107438,0.71900827,0.72727275,0.73966944,0.74380165,0.73966944,0.7355372,0.7355372,0.7355372,0.7355372,0.7355372,0.72727275,0.71487606,0.6818182,0.6322314,0.58264464,0.5041322,0.43801653,0.3966942,0.41735536,0.46694216,0.5123967,0.5082645,0.4338843,0.37190083,0.38016528,0.38842976,0.38429752,0.38016528,0.38842976,0.38842976,0.38842976,0.38842976,0.39256197,0.38016528,0.3966942,0.3966942,0.25619835,0.4338843,0.48347107,0.5,0.5041322,0.49586776,0.48347107,0.45867768,0.42561984,0.37603307,0.3305785,0.2892562,0.2520661,0.24380165,0.24793388,0.24793388,0.23966943,0.23140496,0.21900827,0.22727273,0.24380165,0.3181818,0.41735536,0.46280992,0.5165289,0.5661157,0.607438,0.6404959,0.6528926,0.6694215,0.6818182,0.6859504,0.6859504,0.69008267,0.6859504,0.6818182,0.6859504,0.6735537,0.6570248,0.6404959,0.59917355,0.5661157,0.5041322,0.40082645,0.37603307,0.40495867,0.46280992,0.5165289,0.5289256,0.5041322,0.42561984,0.38016528,0.37603307,0.38429752,0.38429752,0.38016528,0.39256197,0.38429752,0.38842976,0.38842976,0.38842976,0.38016528,0.40082645,0.38429752,39 +0.5165289,0.45867768,0.29752067,0.27272728,0.20661157,0.37603307,0.5661157,0.6446281,0.6322314,0.6404959,0.6983471,0.73140496,0.74380165,0.75206614,0.76033056,0.78512394,0.7933884,0.79752064,0.8057851,0.8140496,0.8181818,0.822314,0.8305785,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.8305785,0.8347107,0.8305785,0.8305785,0.8347107,0.8305785,0.8264463,0.8264463,0.822314,0.822314,0.8140496,0.80991733,0.80991733,0.8016529,0.7933884,0.78099173,0.76859504,0.7644628,0.76859504,0.75619835,0.74793386,0.73140496,0.72727275,0.70247936,0.677686,0.6487603,0.6198347,0.62396693,0.59504133,0.59917355,0.58677685,0.5123967,0.48347107,0.3140496,0.28099173,0.21900827,0.39256197,0.58677685,0.6446281,0.661157,0.677686,0.71487606,0.73966944,0.76033056,0.77272725,0.78099173,0.7933884,0.8057851,0.80991733,0.8140496,0.8181818,0.8181818,0.822314,0.8305785,0.8305785,0.822314,0.80991733,0.80991733,0.8140496,0.8181818,0.822314,0.8181818,0.8181818,0.822314,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.822314,0.8181818,0.80991733,0.80991733,0.80991733,0.8016529,0.7933884,0.78099173,0.78512394,0.7768595,0.78099173,0.77272725,0.77272725,0.76033056,0.74793386,0.73140496,0.6818182,0.6528926,0.61570245,0.6198347,0.6363636,0.59504133,0.59504133,0.47107437,0.48347107,0.34710744,0.26859504,0.23140496,0.40082645,0.59504133,0.6694215,0.6942149,0.71900827,0.72727275,0.74380165,0.7644628,0.78099173,0.7892562,0.8016529,0.80991733,0.8140496,0.8181818,0.8181818,0.8140496,0.8181818,0.8264463,0.8305785,0.8181818,0.8057851,0.8057851,0.80991733,0.8140496,0.8181818,0.8181818,0.8140496,0.8181818,0.822314,0.822314,0.8305785,0.8305785,0.8305785,0.822314,0.822314,0.8181818,0.8181818,0.8140496,0.80991733,0.80991733,0.8057851,0.8057851,0.79752064,0.78512394,0.79752064,0.78512394,0.7892562,0.78512394,0.7768595,0.78099173,0.75206614,0.73140496,0.69008267,0.6487603,0.6280992,0.62396693,0.6363636,0.62396693,0.5785124,0.46280992,0.49173555,0.38016528,0.2892562,0.1983471,0.3966942,0.61157024,0.69008267,0.7231405,0.73966944,0.74793386,0.75206614,0.7644628,0.78099173,0.7933884,0.8057851,0.8057851,0.80991733,0.8181818,0.8181818,0.80991733,0.80991733,0.8181818,0.822314,0.8140496,0.8057851,0.8016529,0.8057851,0.8057851,0.8016529,0.8057851,0.8140496,0.8264463,0.8181818,0.8140496,0.822314,0.8264463,0.8181818,0.8140496,0.8016529,0.8016529,0.8016529,0.8016529,0.8057851,0.80991733,0.8057851,0.8057851,0.8016529,0.7933884,0.80991733,0.7933884,0.79752064,0.8016529,0.78512394,0.78099173,0.75619835,0.73966944,0.70247936,0.6570248,0.6280992,0.6198347,0.6363636,0.60330576,0.5661157,0.4752066,0.4752066,0.446281,0.29752067,0.17355372,0.3966942,0.62396693,0.7066116,0.73140496,0.73966944,0.75619835,0.7644628,0.76859504,0.77272725,0.78512394,0.79752064,0.79752064,0.79752064,0.8057851,0.8057851,0.8016529,0.8016529,0.8057851,0.8140496,0.80991733,0.8016529,0.79752064,0.8016529,0.8057851,0.8016529,0.79752064,0.8057851,0.80991733,0.8057851,0.8057851,0.80991733,0.80991733,0.8016529,0.78512394,0.7768595,0.78099173,0.7933884,0.8016529,0.79752064,0.79752064,0.79752064,0.8016529,0.7892562,0.78512394,0.8140496,0.8057851,0.7933884,0.79752064,0.78512394,0.77272725,0.74380165,0.74793386,0.71487606,0.661157,0.6280992,0.607438,0.6322314,0.5785124,0.55785125,0.46694216,0.45041323,0.46280992,0.3677686,0.18181819,0.4090909,0.6363636,0.7107438,0.73140496,0.73966944,0.74793386,0.76033056,0.7644628,0.76033056,0.7644628,0.78099173,0.78512394,0.78099173,0.78099173,0.78512394,0.7892562,0.7892562,0.7933884,0.8016529,0.79752064,0.7933884,0.7933884,0.7933884,0.7933884,0.7892562,0.7892562,0.7892562,0.78512394,0.78512394,0.78512394,0.78099173,0.78512394,0.76859504,0.76033056,0.75619835,0.76859504,0.7768595,0.7892562,0.78512394,0.78099173,0.78099173,0.78512394,0.7768595,0.76859504,0.7892562,0.7933884,0.77272725,0.78099173,0.7768595,0.7644628,0.74793386,0.74380165,0.70247936,0.677686,0.6404959,0.60330576,0.607438,0.59090906,0.57438016,0.4752066,0.46694216,0.47107437,0.44214877,0.2644628,0.4338843,0.6404959,0.6818182,0.7107438,0.7231405,0.73140496,0.74380165,0.74793386,0.75206614,0.76033056,0.7644628,0.76859504,0.7644628,0.75619835,0.76033056,0.7644628,0.76859504,0.77272725,0.78099173,0.78099173,0.7768595,0.7768595,0.78512394,0.7768595,0.76859504,0.77272725,0.7644628,0.7644628,0.75206614,0.74793386,0.73966944,0.74380165,0.73140496,0.73966944,0.74380165,0.74793386,0.76033056,0.76859504,0.76033056,0.74793386,0.74380165,0.74793386,0.72727275,0.73140496,0.73140496,0.74380165,0.7231405,0.72727275,0.72727275,0.74793386,0.7644628,0.7644628,0.7107438,0.69008267,0.6528926,0.607438,0.5785124,0.57438016,0.56198347,0.46280992,0.46694216,0.47933885,0.45454547,0.36363637,0.4752066,0.57438016,0.607438,0.6322314,0.6528926,0.6694215,0.69008267,0.6942149,0.7066116,0.73140496,0.7355372,0.7355372,0.7355372,0.73140496,0.73140496,0.72727275,0.73140496,0.74793386,0.74793386,0.75206614,0.75206614,0.76033056,0.76033056,0.75206614,0.73966944,0.7355372,0.7231405,0.7231405,0.7231405,0.7231405,0.71900827,0.71487606,0.71487606,0.73140496,0.7231405,0.7355372,0.71900827,0.7231405,0.70247936,0.6942149,0.6735537,0.6694215,0.6528926,0.6570248,0.6652893,0.6652893,0.6652893,0.6528926,0.6735537,0.69008267,0.74380165,0.72727275,0.71900827,0.70247936,0.6570248,0.60330576,0.58677685,0.56198347,0.56198347,0.45867768,0.47107437,0.45867768,0.46280992,0.42561984,0.49586776,0.5371901,0.5247934,0.5371901,0.56198347,0.57024795,0.57438016,0.57024795,0.5785124,0.6198347,0.6404959,0.6652893,0.69008267,0.6942149,0.70247936,0.69008267,0.6818182,0.6983471,0.71487606,0.71487606,0.71900827,0.7355372,0.74380165,0.73140496,0.7107438,0.7066116,0.70247936,0.6983471,0.7066116,0.70247936,0.6818182,0.6859504,0.6818182,0.6818182,0.6652893,0.661157,0.6322314,0.60330576,0.60330576,0.58677685,0.607438,0.55785125,0.58264464,0.55785125,0.59504133,0.59917355,0.59090906,0.59090906,0.6198347,0.6198347,0.661157,0.6446281,0.6818182,0.677686,0.6652893,0.607438,0.57024795,0.56198347,0.55785125,0.46694216,0.46694216,0.46694216,0.45867768,0.45867768,0.49173555,0.49173555,0.45867768,0.44214877,0.45041323,0.46694216,0.47107437,0.45867768,0.446281,0.46694216,0.4876033,0.53305787,0.59917355,0.6280992,0.6487603,0.6487603,0.6363636,0.6404959,0.6652893,0.677686,0.69008267,0.70247936,0.71487606,0.71487606,0.677686,0.6735537,0.6735537,0.661157,0.661157,0.6694215,0.6280992,0.59917355,0.5661157,0.5661157,0.53305787,0.5,0.46280992,0.446281,0.46280992,0.45454547,0.5123967,0.47107437,0.5041322,0.47933885,0.5123967,0.5289256,0.53305787,0.5289256,0.553719,0.553719,0.57438016,0.5785124,0.607438,0.607438,0.6280992,0.61157024,0.5661157,0.553719,0.5371901,0.47933885,0.47107437,0.47107437,0.45867768,0.45041323,0.45041323,0.45454547,0.4214876,0.38016528,0.37603307,0.38016528,0.38842976,0.38016528,0.36363637,0.37603307,0.37190083,0.40082645,0.4752066,0.5206612,0.55785125,0.58677685,0.59917355,0.60330576,0.61570245,0.6404959,0.6652893,0.677686,0.69008267,0.69008267,0.6694215,0.6404959,0.6322314,0.61157024,0.61157024,0.58677685,0.5495868,0.5165289,0.45454547,0.43801653,0.4214876,0.3966942,0.37603307,0.35950413,0.3677686,0.35123968,0.37190083,0.39256197,0.4214876,0.4214876,0.42561984,0.4338843,0.47107437,0.45454547,0.49173555,0.4876033,0.5041322,0.5123967,0.5247934,0.5413223,0.553719,0.57024795,0.55785125,0.5495868,0.53305787,0.46694216,0.46280992,0.46280992,0.446281,0.41735536,0.41735536,0.40495867,0.37603307,0.35950413,0.3553719,0.3429752,0.3264463,0.3264463,0.3264463,0.3140496,0.30578512,0.3140496,0.3677686,0.4090909,0.446281,0.5,0.5413223,0.57024795,0.59090906,0.61157024,0.6487603,0.677686,0.6983471,0.6859504,0.661157,0.6322314,0.60330576,0.5785124,0.55785125,0.5206612,0.49586776,0.44214877,0.41735536,0.38842976,0.37190083,0.34710744,0.3305785,0.34710744,0.3140496,0.30991736,0.30578512,0.3305785,0.338843,0.35123968,0.35950413,0.37603307,0.40082645,0.40495867,0.44214877,0.44214877,0.45041323,0.46280992,0.47933885,0.48347107,0.5041322,0.5206612,0.5247934,0.5413223,0.5495868,0.45867768,0.45041323,0.46694216,0.45454547,0.41322315,0.41735536,0.40495867,0.38016528,0.36363637,0.36363637,0.34710744,0.3140496,0.30578512,0.29338843,0.2768595,0.26859504,0.2603306,0.26859504,0.30578512,0.33471075,0.3966942,0.45867768,0.5082645,0.5661157,0.59090906,0.6446281,0.677686,0.7066116,0.71487606,0.6694215,0.6322314,0.59090906,0.55785125,0.5206612,0.49173555,0.43801653,0.41735536,0.3677686,0.40495867,0.33471075,0.3553719,0.3181818,0.3181818,0.29752067,0.26859504,0.29338843,0.28099173,0.30578512,0.30991736,0.3140496,0.338843,0.36363637,0.38429752,0.40495867,0.41735536,0.4338843,0.43801653,0.46280992,0.45454547,0.4752066,0.5,0.5123967,0.5247934,0.5495868,0.44214877,0.44214877,0.446281,0.45454547,0.41735536,0.39256197,0.4090909,0.40082645,0.37190083,0.35123968,0.3305785,0.30165288,0.28099173,0.2768595,0.2644628,0.24380165,0.23140496,0.2107438,0.21900827,0.23966943,0.28512397,0.35123968,0.42975205,0.5371901,0.607438,0.661157,0.7066116,0.73966944,0.75206614,0.71487606,0.6735537,0.6198347,0.5661157,0.5041322,0.45041323,0.42561984,0.38429752,0.38429752,0.35950413,0.3140496,0.30165288,0.2892562,0.28512397,0.2520661,0.2520661,0.2520661,0.26859504,0.2892562,0.29338843,0.28512397,0.30165288,0.30991736,0.32231405,0.3429752,0.38016528,0.4090909,0.41735536,0.4338843,0.44214877,0.45454547,0.48347107,0.49586776,0.5041322,0.53305787,0.44214877,0.45041323,0.43801653,0.44214877,0.446281,0.41322315,0.37603307,0.37603307,0.34710744,0.30991736,0.3264463,0.35950413,0.3553719,0.35123968,0.3305785,0.30165288,0.27272728,0.2603306,0.23553719,0.2107438,0.2231405,0.25619835,0.30578512,0.4876033,0.6198347,0.6818182,0.74380165,0.76859504,0.7644628,0.75619835,0.71900827,0.6528926,0.5785124,0.49586776,0.4338843,0.41322315,0.3677686,0.35123968,0.32231405,0.30578512,0.30991736,0.30578512,0.30578512,0.29752067,0.30578512,0.3181818,0.32231405,0.34710744,0.35950413,0.36363637,0.38016528,0.35950413,0.3305785,0.29338843,0.30991736,0.34710744,0.38016528,0.3966942,0.41322315,0.4338843,0.45867768,0.47107437,0.49586776,0.5123967,0.45867768,0.45041323,0.4338843,0.45867768,0.4876033,0.4338843,0.35950413,0.3305785,0.30991736,0.35950413,0.45867768,0.49173555,0.446281,0.3677686,0.32231405,0.30578512,0.26859504,0.26859504,0.26859504,0.2603306,0.24380165,0.23140496,0.20247933,0.3553719,0.6280992,0.7107438,0.77272725,0.7933884,0.8016529,0.7933884,0.7644628,0.7107438,0.62396693,0.5041322,0.44214877,0.38429752,0.3264463,0.30578512,0.338843,0.33471075,0.3140496,0.30578512,0.32231405,0.34710744,0.3677686,0.33471075,0.3264463,0.3429752,0.3429752,0.38016528,0.4214876,0.43801653,0.41735536,0.34710744,0.30165288,0.2892562,0.3264463,0.3553719,0.37603307,0.41322315,0.42975205,0.446281,0.48347107,0.5,0.43801653,0.43801653,0.44214877,0.46694216,0.5,0.46280992,0.3553719,0.2644628,0.30578512,0.45867768,0.42561984,0.41322315,0.4214876,0.3140496,0.23553719,0.2768595,0.1983471,0.20247933,0.2520661,0.28512397,0.28512397,0.25619835,0.2107438,0.20247933,0.60330576,0.73966944,0.7933884,0.8140496,0.8181818,0.80991733,0.78099173,0.75619835,0.6570248,0.5165289,0.4338843,0.35123968,0.338843,0.3305785,0.33471075,0.3429752,0.3140496,0.3264463,0.3264463,0.3553719,0.40495867,0.3181818,0.24793388,0.2603306,0.21487603,0.27272728,0.28512397,0.338843,0.38429752,0.3966942,0.3677686,0.30578512,0.29752067,0.33471075,0.35950413,0.38842976,0.40082645,0.41735536,0.45041323,0.4752066,0.446281,0.43801653,0.44214877,0.43801653,0.41735536,0.4338843,0.37190083,0.26859504,0.3305785,0.3677686,0.33471075,0.4752066,0.54545456,0.38842976,0.28099173,0.20661157,0.18181819,0.21900827,0.23966943,0.26859504,0.32231405,0.2892562,0.2603306,0.15289256,0.5206612,0.74793386,0.8057851,0.8264463,0.8264463,0.8140496,0.79752064,0.76859504,0.6694215,0.5041322,0.46694216,0.34710744,0.33471075,0.38016528,0.35123968,0.35123968,0.34710744,0.3429752,0.34710744,0.42561984,0.49586776,0.37603307,0.2768595,0.26859504,0.2107438,0.23553719,0.22727273,0.25619835,0.3305785,0.35123968,0.34710744,0.33471075,0.32231405,0.338843,0.3553719,0.37603307,0.38429752,0.3966942,0.43801653,0.4752066,0.4338843,0.43801653,0.45454547,0.41735536,0.34710744,0.40495867,0.43801653,0.33471075,0.3305785,0.30165288,0.37603307,0.59090906,0.6198347,0.44214877,0.36363637,0.2520661,0.20661157,0.23966943,0.29338843,0.34710744,0.3553719,0.29752067,0.3181818,0.23553719,0.46694216,0.74380165,0.8016529,0.8347107,0.8264463,0.8181818,0.79752064,0.74793386,0.62396693,0.5,0.4752066,0.40495867,0.37603307,0.39256197,0.38429752,0.37190083,0.3305785,0.3140496,0.42561984,0.5041322,0.55785125,0.446281,0.34710744,0.2768595,0.23140496,0.22727273,0.24380165,0.32231405,0.40495867,0.35123968,0.3140496,0.33471075,0.35123968,0.3553719,0.35950413,0.37603307,0.37603307,0.39256197,0.43801653,0.47933885,0.446281,0.43801653,0.446281,0.446281,0.36363637,0.44214877,0.5206612,0.4214876,0.43801653,0.49173555,0.5123967,0.553719,0.61157024,0.5289256,0.4090909,0.45867768,0.38016528,0.38842976,0.4090909,0.46694216,0.38016528,0.35123968,0.3966942,0.38429752,0.5247934,0.73966944,0.7933884,0.838843,0.8264463,0.8181818,0.7892562,0.7231405,0.59917355,0.5165289,0.5041322,0.46280992,0.45454547,0.45867768,0.446281,0.34710744,0.3553719,0.34710744,0.42975205,0.5165289,0.57024795,0.5495868,0.446281,0.37603307,0.35950413,0.3553719,0.3553719,0.42975205,0.46694216,0.41322315,0.38016528,0.38016528,0.38842976,0.38429752,0.38016528,0.40082645,0.40495867,0.4090909,0.44214877,0.4876033,0.44214877,0.43801653,0.44214877,0.4338843,0.38842976,0.46694216,0.56198347,0.49586776,0.49173555,0.48347107,0.5371901,0.61570245,0.6487603,0.6570248,0.61157024,0.607438,0.59504133,0.5661157,0.553719,0.5413223,0.46694216,0.46280992,0.47107437,0.47933885,0.607438,0.73966944,0.78512394,0.8347107,0.8305785,0.822314,0.77272725,0.6983471,0.61570245,0.55785125,0.5495868,0.5206612,0.53305787,0.5413223,0.5123967,0.45867768,0.44214877,0.45454547,0.49586776,0.5371901,0.57438016,0.61157024,0.59917355,0.5123967,0.47933885,0.46280992,0.4752066,0.5041322,0.49173555,0.45454547,0.4338843,0.45454547,0.47107437,0.46280992,0.45454547,0.47107437,0.46694216,0.44214877,0.46280992,0.5082645,0.4338843,0.43801653,0.446281,0.42975205,0.41322315,0.49586776,0.59504133,0.56198347,0.553719,0.49173555,0.48347107,0.5082645,0.5082645,0.5371901,0.5413223,0.57024795,0.5289256,0.5371901,0.5123967,0.5041322,0.53305787,0.5371901,0.53305787,0.5413223,0.6322314,0.73966944,0.7933884,0.8264463,0.8305785,0.8016529,0.7644628,0.69008267,0.6404959,0.59917355,0.59504133,0.57438016,0.607438,0.57438016,0.5289256,0.5123967,0.49586776,0.48347107,0.49173555,0.5247934,0.5289256,0.5289256,0.5413223,0.54545456,0.5495868,0.5247934,0.5082645,0.49586776,0.48347107,0.4752066,0.47933885,0.5165289,0.5413223,0.5371901,0.5371901,0.54545456,0.5289256,0.49173555,0.5,0.53305787,0.42975205,0.4338843,0.43801653,0.41735536,0.41735536,0.5247934,0.60330576,0.59504133,0.57438016,0.5247934,0.5289256,0.57024795,0.53305787,0.553719,0.5495868,0.5123967,0.45454547,0.45867768,0.47933885,0.5247934,0.59504133,0.59917355,0.61157024,0.61157024,0.6570248,0.75619835,0.8016529,0.8181818,0.8264463,0.7892562,0.74380165,0.69008267,0.6570248,0.6404959,0.62396693,0.6280992,0.6528926,0.607438,0.58677685,0.55785125,0.5371901,0.5041322,0.47107437,0.48347107,0.5206612,0.53305787,0.5289256,0.5247934,0.5289256,0.5206612,0.5082645,0.5041322,0.5,0.5082645,0.5289256,0.55785125,0.5785124,0.58264464,0.58264464,0.59504133,0.5785124,0.553719,0.56198347,0.57438016,0.42975205,0.42975205,0.43801653,0.42975205,0.4338843,0.54545456,0.61570245,0.60330576,0.607438,0.56198347,0.5,0.5082645,0.47933885,0.47107437,0.45454547,0.45867768,0.446281,0.49173555,0.5785124,0.61157024,0.6818182,0.661157,0.6652893,0.6487603,0.6694215,0.76859504,0.8057851,0.822314,0.8181818,0.78512394,0.7231405,0.6735537,0.6528926,0.661157,0.6363636,0.661157,0.677686,0.661157,0.6694215,0.6528926,0.6322314,0.58677685,0.5247934,0.4752066,0.45041323,0.46694216,0.47933885,0.4752066,0.4876033,0.48347107,0.4876033,0.49173555,0.5082645,0.553719,0.58677685,0.607438,0.6198347,0.6280992,0.6280992,0.6404959,0.6280992,0.61570245,0.6198347,0.61157024,0.446281,0.44214877,0.42975205,0.4338843,0.41322315,0.5785124,0.6404959,0.60330576,0.6404959,0.6280992,0.58677685,0.53305787,0.47933885,0.47933885,0.49586776,0.55785125,0.6280992,0.6528926,0.69008267,0.6942149,0.71900827,0.73140496,0.6859504,0.6446281,0.6735537,0.75619835,0.8181818,0.8264463,0.8140496,0.76859504,0.70247936,0.6570248,0.6404959,0.6652893,0.6528926,0.6446281,0.6652893,0.6942149,0.7231405,0.72727275,0.7107438,0.677686,0.661157,0.6404959,0.61570245,0.58264464,0.5413223,0.5165289,0.5123967,0.5289256,0.553719,0.5785124,0.61157024,0.6528926,0.6735537,0.6735537,0.6735537,0.6735537,0.6652893,0.6735537,0.6694215,0.6487603,0.6322314,0.6322314,0.42975205,0.42975205,0.43801653,0.4090909,0.41322315,0.58677685,0.6570248,0.6404959,0.6404959,0.6735537,0.6942149,0.7107438,0.7107438,0.7066116,0.7231405,0.71487606,0.75619835,0.73966944,0.74380165,0.74793386,0.75619835,0.72727275,0.69008267,0.6446281,0.6859504,0.76033056,0.8305785,0.8305785,0.8016529,0.74793386,0.69008267,0.6446281,0.6280992,0.6570248,0.661157,0.6404959,0.6570248,0.70247936,0.74380165,0.7644628,0.7644628,0.7355372,0.72727275,0.73140496,0.73966944,0.73140496,0.7107438,0.70247936,0.6942149,0.69008267,0.6942149,0.6983471,0.7066116,0.71900827,0.72727275,0.7066116,0.6983471,0.69008267,0.677686,0.69008267,0.6942149,0.6694215,0.6528926,0.6322314,0.42561984,0.42975205,0.4338843,0.41322315,0.41322315,0.60330576,0.661157,0.6694215,0.6528926,0.677686,0.7107438,0.73140496,0.73140496,0.76033056,0.73966944,0.75206614,0.76033056,0.76859504,0.76033056,0.76033056,0.75206614,0.71487606,0.6818182,0.62396693,0.6983471,0.7933884,0.8347107,0.822314,0.78512394,0.73140496,0.6818182,0.6528926,0.6280992,0.6322314,0.6570248,0.6446281,0.6446281,0.677686,0.7355372,0.76859504,0.7768595,0.76859504,0.76033056,0.78512394,0.7933884,0.78099173,0.77272725,0.78099173,0.7768595,0.76033056,0.76033056,0.75206614,0.73966944,0.73140496,0.73966944,0.7231405,0.7107438,0.71900827,0.7066116,0.7107438,0.7107438,0.6942149,0.6735537,0.6363636,0.43801653,0.43801653,0.4338843,0.4090909,0.41735536,0.61570245,0.6818182,0.6735537,0.6983471,0.69008267,0.6859504,0.73966944,0.73966944,0.76859504,0.7355372,0.7644628,0.76033056,0.7644628,0.7644628,0.75206614,0.74380165,0.7107438,0.661157,0.61157024,0.7066116,0.8016529,0.8347107,0.80991733,0.77272725,0.71900827,0.6859504,0.6652893,0.6322314,0.6198347,0.6528926,0.6652893,0.661157,0.6818182,0.72727275,0.7644628,0.77272725,0.76859504,0.76859504,0.78099173,0.7892562,0.78512394,0.7892562,0.79752064,0.8016529,0.7768595,0.77272725,0.78512394,0.77272725,0.76859504,0.7768595,0.75619835,0.74793386,0.75206614,0.74380165,0.72727275,0.71487606,0.7107438,0.6694215,0.6404959,0.4338843,0.4338843,0.4338843,0.41322315,0.40082645,0.6280992,0.6818182,0.70247936,0.73140496,0.7231405,0.6983471,0.73966944,0.7231405,0.7644628,0.76033056,0.73966944,0.75206614,0.7644628,0.75619835,0.75206614,0.74380165,0.7066116,0.6528926,0.6198347,0.71900827,0.8057851,0.838843,0.8140496,0.76859504,0.7231405,0.70247936,0.677686,0.62396693,0.58264464,0.62396693,0.6652893,0.6818182,0.7107438,0.7355372,0.76033056,0.76859504,0.77272725,0.78099173,0.78512394,0.78512394,0.7892562,0.7892562,0.7892562,0.79752064,0.7933884,0.78099173,0.78512394,0.78512394,0.78099173,0.78099173,0.76859504,0.76033056,0.7644628,0.74793386,0.73140496,0.71900827,0.7107438,0.661157,0.6446281,0.42561984,0.42561984,0.42561984,0.42561984,0.37190083,0.6446281,0.6859504,0.69008267,0.71900827,0.73140496,0.71900827,0.75619835,0.74793386,0.75206614,0.74793386,0.74380165,0.76033056,0.76859504,0.75619835,0.74380165,0.7355372,0.6983471,0.6446281,0.6280992,0.72727275,0.80991733,0.8305785,0.80991733,0.7644628,0.72727275,0.7066116,0.6735537,0.59504133,0.5413223,0.5785124,0.6363636,0.677686,0.71900827,0.75206614,0.7644628,0.77272725,0.78099173,0.7892562,0.7933884,0.7933884,0.8016529,0.7892562,0.79752064,0.7933884,0.79752064,0.7933884,0.7892562,0.79752064,0.78512394,0.78512394,0.77272725,0.7644628,0.7644628,0.74793386,0.7231405,0.71487606,0.6983471,0.6694215,0.6404959,0.41735536,0.41735536,0.42975205,0.41735536,0.39256197,0.62396693,0.677686,0.6818182,0.72727275,0.73966944,0.75206614,0.7644628,0.75206614,0.76033056,0.75619835,0.75206614,0.77272725,0.75619835,0.76033056,0.75206614,0.71900827,0.6694215,0.6528926,0.6487603,0.7355372,0.80991733,0.822314,0.79752064,0.74793386,0.7107438,0.6942149,0.661157,0.58677685,0.54545456,0.56198347,0.58264464,0.607438,0.661157,0.73140496,0.76859504,0.7644628,0.7768595,0.78099173,0.7892562,0.7933884,0.79752064,0.79752064,0.7892562,0.7892562,0.79752064,0.79752064,0.7933884,0.7892562,0.78099173,0.78512394,0.7644628,0.76859504,0.75619835,0.74793386,0.72727275,0.7107438,0.69008267,0.6652893,0.62396693,0.42561984,0.42561984,0.4214876,0.42561984,0.38842976,0.62396693,0.6735537,0.69008267,0.71487606,0.74380165,0.7355372,0.76033056,0.75206614,0.76033056,0.7644628,0.74380165,0.74793386,0.73966944,0.74380165,0.7355372,0.6818182,0.6570248,0.6570248,0.6818182,0.75206614,0.8140496,0.8140496,0.7768595,0.72727275,0.6942149,0.6818182,0.6652893,0.6322314,0.6198347,0.6198347,0.60330576,0.60330576,0.6280992,0.677686,0.7355372,0.76033056,0.77272725,0.7768595,0.7768595,0.78099173,0.78512394,0.7892562,0.7892562,0.78099173,0.7933884,0.78512394,0.7892562,0.7892562,0.78512394,0.78512394,0.7644628,0.76859504,0.75206614,0.73140496,0.72727275,0.6983471,0.69008267,0.6570248,0.61157024,0.42561984,0.4214876,0.4214876,0.4214876,0.37603307,0.59917355,0.661157,0.6983471,0.7066116,0.71900827,0.74793386,0.7644628,0.74793386,0.73966944,0.75206614,0.74380165,0.7107438,0.7107438,0.73140496,0.7231405,0.6694215,0.6652893,0.6694215,0.6983471,0.75619835,0.8057851,0.8140496,0.78099173,0.7355372,0.70247936,0.69008267,0.6942149,0.6942149,0.6942149,0.69008267,0.661157,0.6446281,0.62396693,0.59090906,0.6446281,0.7066116,0.73966944,0.76033056,0.76033056,0.73966944,0.76033056,0.77272725,0.77272725,0.7892562,0.7933884,0.78512394,0.7768595,0.7768595,0.7768595,0.76859504,0.7644628,0.74793386,0.7355372,0.7107438,0.70247936,0.6859504,0.6859504,0.6404959,0.60330576,0.42561984,0.42975205,0.4214876,0.41322315,0.37603307,0.57024795,0.6528926,0.6818182,0.70247936,0.7066116,0.74793386,0.74793386,0.73966944,0.73966944,0.73140496,0.7231405,0.6859504,0.6652893,0.6818182,0.6652893,0.6570248,0.6652893,0.6818182,0.7231405,0.7644628,0.7892562,0.79752064,0.78512394,0.74380165,0.71487606,0.6983471,0.7066116,0.71487606,0.71487606,0.7066116,0.6818182,0.6694215,0.6198347,0.5289256,0.56198347,0.6280992,0.6570248,0.7066116,0.73966944,0.72727275,0.75206614,0.76033056,0.77272725,0.77272725,0.77272725,0.74793386,0.76033056,0.76033056,0.74380165,0.75619835,0.74793386,0.7107438,0.7066116,0.69008267,0.6694215,0.677686,0.661157,0.61157024,0.58677685,0.44214877,0.44214877,0.4214876,0.41322315,0.38429752,0.54545456,0.6363636,0.6487603,0.6694215,0.69008267,0.7107438,0.71487606,0.7107438,0.71900827,0.6983471,0.677686,0.6570248,0.62396693,0.58264464,0.59504133,0.61157024,0.61157024,0.661157,0.72727275,0.74380165,0.74793386,0.7644628,0.7644628,0.72727275,0.6818182,0.6570248,0.6487603,0.6528926,0.6570248,0.6528926,0.6363636,0.62396693,0.57024795,0.46694216,0.5,0.57024795,0.5785124,0.61570245,0.677686,0.70247936,0.71487606,0.73140496,0.72727275,0.74793386,0.74793386,0.7355372,0.74380165,0.74380165,0.73140496,0.7231405,0.71487606,0.677686,0.6735537,0.6735537,0.6404959,0.6404959,0.6198347,0.5785124,0.57024795,0.43801653,0.43801653,0.4214876,0.4214876,0.40082645,0.49586776,0.60330576,0.6280992,0.6363636,0.6652893,0.6818182,0.6942149,0.6859504,0.6859504,0.6735537,0.6404959,0.59090906,0.53305787,0.48347107,0.5495868,0.553719,0.5165289,0.57438016,0.6652893,0.6735537,0.6446281,0.6694215,0.6859504,0.6363636,0.57438016,0.54545456,0.5206612,0.5165289,0.5165289,0.5247934,0.53305787,0.5206612,0.47107437,0.4090909,0.46280992,0.5495868,0.54545456,0.53305787,0.58264464,0.6652893,0.69008267,0.7066116,0.7107438,0.7355372,0.72727275,0.7066116,0.7066116,0.70247936,0.71900827,0.69008267,0.661157,0.6528926,0.6322314,0.6487603,0.6198347,0.59917355,0.57438016,0.5413223,0.5495868,0.4214876,0.4214876,0.42561984,0.4214876,0.40495867,0.45041323,0.5661157,0.607438,0.6198347,0.6363636,0.6528926,0.6818182,0.6570248,0.6528926,0.6363636,0.59917355,0.5371901,0.4752066,0.49586776,0.59090906,0.6198347,0.5289256,0.47107437,0.5247934,0.55785125,0.5206612,0.5206612,0.5413223,0.5,0.45454547,0.41735536,0.3553719,0.3181818,0.32231405,0.35950413,0.3966942,0.4214876,0.41322315,0.41322315,0.47107437,0.553719,0.56198347,0.5371901,0.5123967,0.55785125,0.62396693,0.6570248,0.661157,0.6983471,0.677686,0.6652893,0.6735537,0.6652893,0.6859504,0.6446281,0.6280992,0.607438,0.60330576,0.607438,0.5785124,0.56198347,0.5413223,0.5206612,0.5206612,0.4090909,0.4090909,0.42561984,0.41735536,0.40082645,0.42561984,0.5165289,0.57024795,0.5785124,0.58677685,0.607438,0.62396693,0.61570245,0.59917355,0.58264464,0.5371901,0.49173555,0.5041322,0.607438,0.69008267,0.70247936,0.6528926,0.45454547,0.35123968,0.41735536,0.41322315,0.41735536,0.4338843,0.41735536,0.3677686,0.3181818,0.27272728,0.23966943,0.26859504,0.30578512,0.34710744,0.40495867,0.43801653,0.44214877,0.49586776,0.59504133,0.6404959,0.6280992,0.57438016,0.5289256,0.5661157,0.61157024,0.607438,0.6363636,0.61570245,0.61157024,0.6404959,0.6198347,0.6322314,0.61570245,0.607438,0.5785124,0.5785124,0.56198347,0.5371901,0.5289256,0.5123967,0.5123967,0.49586776,0.41735536,0.41735536,0.42975205,0.4214876,0.40495867,0.4090909,0.47107437,0.5206612,0.5371901,0.553719,0.56198347,0.56198347,0.56198347,0.553719,0.54545456,0.5123967,0.4876033,0.5785124,0.6983471,0.72727275,0.72727275,0.71900827,0.5165289,0.29338843,0.30991736,0.3429752,0.35950413,0.38842976,0.3677686,0.3181818,0.3181818,0.3264463,0.3553719,0.38016528,0.38429752,0.41322315,0.45041323,0.47933885,0.48347107,0.5289256,0.6363636,0.7066116,0.7066116,0.6694215,0.58677685,0.5082645,0.5495868,0.58677685,0.59504133,0.58677685,0.59090906,0.61157024,0.59504133,0.5785124,0.55785125,0.55785125,0.5371901,0.53305787,0.5247934,0.5206612,0.5082645,0.49586776,0.49586776,0.48347107,0.41735536,0.41735536,0.4338843,0.42561984,0.41322315,0.4090909,0.4338843,0.47107437,0.49173555,0.5041322,0.5123967,0.5206612,0.53305787,0.5206612,0.5,0.5,0.56198347,0.6652893,0.71487606,0.7231405,0.7355372,0.72727275,0.60330576,0.3677686,0.2768595,0.30991736,0.3264463,0.35950413,0.36363637,0.338843,0.35950413,0.38016528,0.40495867,0.44214877,0.45867768,0.47933885,0.4876033,0.5,0.5,0.553719,0.661157,0.73966944,0.73966944,0.73140496,0.6735537,0.5661157,0.49586776,0.56198347,0.57024795,0.5785124,0.59504133,0.57438016,0.57024795,0.56198347,0.53305787,0.5165289,0.49173555,0.49586776,0.49586776,0.5,0.49586776,0.48347107,0.4876033,0.47107437,0.40082645,0.40082645,0.4214876,0.41735536,0.41735536,0.41322315,0.41322315,0.42975205,0.446281,0.45867768,0.47933885,0.49586776,0.5123967,0.5041322,0.49173555,0.54545456,0.6446281,0.6983471,0.69008267,0.6942149,0.71900827,0.7066116,0.6280992,0.4876033,0.3553719,0.30578512,0.29752067,0.30165288,0.3264463,0.33471075,0.35950413,0.3966942,0.4214876,0.45867768,0.48347107,0.5,0.49586776,0.5206612,0.5123967,0.56198347,0.6570248,0.71900827,0.73140496,0.7231405,0.71900827,0.6735537,0.5371901,0.47933885,0.53305787,0.55785125,0.55785125,0.54545456,0.5165289,0.5247934,0.49173555,0.48347107,0.46280992,0.45867768,0.47107437,0.48347107,0.47107437,0.46694216,0.4752066,0.45867768,0.41322315,0.41735536,0.41735536,0.41322315,0.41735536,0.41735536,0.41322315,0.41735536,0.4214876,0.4214876,0.44214877,0.46694216,0.49173555,0.5,0.5082645,0.58264464,0.6528926,0.661157,0.661157,0.6652893,0.6818182,0.6735537,0.6487603,0.59504133,0.47933885,0.35950413,0.338843,0.338843,0.34710744,0.3553719,0.37603307,0.4090909,0.446281,0.48347107,0.48347107,0.5,0.48347107,0.5206612,0.5371901,0.5661157,0.6487603,0.70247936,0.70247936,0.69008267,0.70247936,0.70247936,0.6404959,0.48347107,0.45454547,0.5165289,0.5206612,0.5041322,0.5,0.49173555,0.4752066,0.46694216,0.45041323,0.446281,0.45041323,0.46694216,0.45454547,0.45867768,0.46280992,0.45867768,0.42561984,0.42561984,0.41735536,0.41735536,0.41735536,0.41735536,0.4214876,0.41322315,0.40495867,0.4090909,0.4214876,0.45041323,0.49173555,0.5,0.5247934,0.59917355,0.6280992,0.62396693,0.6363636,0.6446281,0.6652893,0.6652893,0.677686,0.6652893,0.58677685,0.4752066,0.40495867,0.3966942,0.40082645,0.3966942,0.39256197,0.41322315,0.46280992,0.49173555,0.47933885,0.5082645,0.49586776,0.53305787,0.5495868,0.57438016,0.6363636,0.6694215,0.661157,0.6404959,0.6652893,0.6570248,0.6528926,0.5785124,0.4214876,0.46280992,0.5123967,0.5206612,0.5041322,0.48347107,0.46280992,0.46694216,0.446281,0.45041323,0.45454547,0.46694216,0.45041323,0.45867768,0.45041323,0.45454547,0.41735536,0.41735536,0.41322315,0.41322315,0.41322315,0.41735536,0.4214876,0.41322315,0.40082645,0.4090909,0.42561984,0.45867768,0.5041322,0.5041322,0.5123967,0.57024795,0.58677685,0.5785124,0.59504133,0.6487603,0.677686,0.6735537,0.70247936,0.71487606,0.6818182,0.59917355,0.5165289,0.44214877,0.43801653,0.42561984,0.42975205,0.41322315,0.47107437,0.48347107,0.4876033,0.5247934,0.53305787,0.56198347,0.5661157,0.58677685,0.6198347,0.6322314,0.6280992,0.61157024,0.59917355,0.58264464,0.59090906,0.59090906,0.47933885,0.41322315,0.48347107,0.5082645,0.4876033,0.4752066,0.47107437,0.45867768,0.46280992,0.46694216,0.46280992,0.46280992,0.45454547,0.46280992,0.45867768,0.46280992,0.4214876,0.4214876,0.41735536,0.40495867,0.4090909,0.41322315,0.41735536,0.41322315,0.3966942,0.41322315,0.446281,0.48347107,0.5165289,0.5206612,0.5041322,0.5247934,0.5206612,0.5082645,0.5785124,0.6570248,0.6694215,0.6570248,0.661157,0.6652893,0.6859504,0.6322314,0.58264464,0.5,0.45454547,0.43801653,0.44214877,0.42975205,0.44214877,0.45867768,0.47107437,0.5041322,0.53305787,0.5661157,0.57438016,0.58677685,0.6322314,0.6322314,0.60330576,0.59504133,0.5413223,0.5123967,0.5041322,0.5289256,0.47933885,0.40495867,0.45867768,0.5,0.48347107,0.47107437,0.4876033,0.45867768,0.46280992,0.45867768,0.45867768,0.45041323,0.45454547,0.46280992,0.45867768,0.45454547,0.41322315,0.41322315,0.41322315,0.40495867,0.4090909,0.4090909,0.41322315,0.41735536,0.40082645,0.4090909,0.45454547,0.49586776,0.5247934,0.5371901,0.53305787,0.5041322,0.45041323,0.40495867,0.48347107,0.5413223,0.53305787,0.5206612,0.49173555,0.4876033,0.5082645,0.49173555,0.4876033,0.42975205,0.41735536,0.39256197,0.36363637,0.38842976,0.37603307,0.38016528,0.4090909,0.42561984,0.46280992,0.48347107,0.5165289,0.5165289,0.5785124,0.59090906,0.57024795,0.5661157,0.5206612,0.48347107,0.47107437,0.47933885,0.47107437,0.42561984,0.5289256,0.5413223,0.4876033,0.4752066,0.49173555,0.48347107,0.47107437,0.46694216,0.45454547,0.45867768,0.45041323,0.45041323,0.45454547,0.45041323,0.41322315,0.41322315,0.4090909,0.4090909,0.41322315,0.40495867,0.4090909,0.4214876,0.4090909,0.3966942,0.42561984,0.49173555,0.5289256,0.56198347,0.57024795,0.5206612,0.42561984,0.34710744,0.34710744,0.3429752,0.3429752,0.38842976,0.37603307,0.38016528,0.41322315,0.44214877,0.41735536,0.37603307,0.36363637,0.3553719,0.32231405,0.33471075,0.35123968,0.3264463,0.35123968,0.3677686,0.37190083,0.38016528,0.42561984,0.41322315,0.43801653,0.44214877,0.45041323,0.4752066,0.4752066,0.46280992,0.45454547,0.47933885,0.4876033,0.4752066,0.60330576,0.5785124,0.49586776,0.4876033,0.49586776,0.49586776,0.4752066,0.46694216,0.45454547,0.45454547,0.446281,0.446281,0.45041323,0.446281,0.41322315,0.41322315,0.4090909,0.41322315,0.41735536,0.4090909,0.4090909,0.41322315,0.41322315,0.38842976,0.40082645,0.47107437,0.5247934,0.5785124,0.59504133,0.56198347,0.46280992,0.41322315,0.39256197,0.29752067,0.20247933,0.23966943,0.23553719,0.28512397,0.2520661,0.3140496,0.3429752,0.338843,0.32231405,0.29338843,0.3140496,0.30165288,0.3140496,0.30578512,0.30165288,0.338843,0.3429752,0.32231405,0.338843,0.3140496,0.3181818,0.29752067,0.29338843,0.30165288,0.3677686,0.4090909,0.42975205,0.5082645,0.5413223,0.55785125,0.6528926,0.59917355,0.5123967,0.5123967,0.49586776,0.47933885,0.47107437,0.46280992,0.45867768,0.45454547,0.44214877,0.43801653,0.4338843,0.44214877,0.39256197,0.3966942,0.40082645,0.4090909,0.4090909,0.4090909,0.40495867,0.41322315,0.41322315,0.40082645,0.39256197,0.42561984,0.5,0.55785125,0.61157024,0.607438,0.5495868,0.56198347,0.57024795,0.5082645,0.35950413,0.14049587,0.10330579,0.338843,0.2107438,0.2231405,0.37190083,0.2892562,0.30165288,0.3140496,0.2892562,0.33471075,0.3429752,0.33471075,0.30578512,0.3429752,0.38429752,0.30578512,0.2892562,0.2892562,0.2644628,0.20247933,0.17768595,0.21900827,0.33471075,0.39256197,0.45454547,0.5247934,0.59917355,0.6322314,0.6652893,0.59504133,0.54545456,0.5371901,0.5041322,0.4876033,0.47107437,0.45454547,0.446281,0.4338843,0.4338843,0.43801653,0.44214877,0.45041323,0.4090909,0.4090909,0.40495867,0.40082645,0.41322315,0.40495867,0.40495867,0.41322315,0.4090909,0.4214876,0.3966942,0.37603307,0.45041323,0.5289256,0.59504133,0.6198347,0.607438,0.6446281,0.661157,0.6446281,0.59504133,0.34710744,0.14876033,0.2644628,0.17355372,0.11983471,0.38842976,0.36363637,0.3264463,0.45454547,0.37190083,0.446281,0.45454547,0.446281,0.37603307,0.41322315,0.45041323,0.3553719,0.2768595,0.3264463,0.2768595,0.21900827,0.24380165,0.3305785,0.4090909,0.446281,0.4752066,0.54545456,0.62396693,0.6652893,0.6487603,0.58264464,0.55785125,0.5289256,0.5,0.4752066,0.45454547,0.446281,0.43801653,0.4338843,0.4338843,0.446281,0.45041323,0.446281,0.42561984,0.42561984,0.41322315,0.40082645,0.40495867,0.40495867,0.4090909,0.4090909,0.40495867,0.41735536,0.4090909,0.37190083,0.39256197,0.4752066,0.5495868,0.60330576,0.6404959,0.677686,0.6735537,0.6818182,0.6570248,0.55785125,0.38016528,0.3264463,0.22727273,0.14876033,0.1694215,0.2768595,0.2768595,0.30165288,0.33471075,0.4338843,0.41322315,0.40495867,0.3305785,0.36363637,0.40495867,0.35123968,0.29338843,0.3429752,0.35123968,0.35123968,0.3966942,0.45041323,0.47933885,0.4876033,0.5082645,0.5785124,0.6322314,0.6487603,0.61570245,0.56198347,0.5289256,0.5,0.46694216,0.45454547,0.44214877,0.43801653,0.43801653,0.42975205,0.42561984,0.44214877,0.446281,0.4338843,0.4090909,0.4090909,0.40495867,0.39256197,0.3966942,0.4090909,0.4090909,0.40082645,0.4090909,0.4090909,0.41322315,0.38842976,0.36363637,0.41735536,0.4876033,0.57438016,0.6487603,0.6983471,0.6694215,0.6859504,0.661157,0.58677685,0.5123967,0.55785125,0.49586776,0.38842976,0.2644628,0.21487603,0.18181819,0.1322314,0.17355372,0.28099173,0.2644628,0.2768595,0.27272728,0.30578512,0.37190083,0.36363637,0.38016528,0.4090909,0.4338843,0.46694216,0.4752066,0.5,0.5041322,0.5041322,0.5495868,0.61570245,0.6280992,0.607438,0.56198347,0.5165289,0.49173555,0.47107437,0.45041323,0.43801653,0.44214877,0.43801653,0.42975205,0.4214876,0.42561984,0.43801653,0.4338843,0.42975205,0.4090909,0.4090909,0.4090909,0.40495867,0.40495867,0.40495867,0.4090909,0.4090909,0.4090909,0.4090909,0.4090909,0.40495867,0.3677686,0.3966942,0.42975205,0.5247934,0.62396693,0.677686,0.6735537,0.677686,0.6735537,0.56198347,0.53305787,0.58677685,0.6198347,0.61570245,0.56198347,0.5413223,0.4876033,0.42561984,0.42561984,0.42561984,0.39256197,0.38016528,0.40082645,0.42975205,0.46280992,0.45041323,0.44214877,0.46694216,0.4876033,0.5082645,0.5123967,0.5165289,0.5123967,0.5247934,0.58677685,0.6487603,0.6322314,0.5785124,0.5289256,0.49173555,0.47107437,0.45454547,0.45041323,0.43801653,0.42975205,0.43801653,0.42561984,0.4090909,0.4338843,0.4338843,0.42975205,0.42561984,0.3966942,0.3966942,0.40082645,0.41322315,0.40082645,0.40082645,0.4090909,0.4090909,0.41322315,0.41322315,0.40495867,0.41322315,0.38429752,0.38016528,0.3966942,0.47107437,0.5785124,0.661157,0.6652893,0.6652893,0.6570248,0.59917355,0.5082645,0.5495868,0.6280992,0.6859504,0.72727275,0.73966944,0.7231405,0.6983471,0.7066116,0.6528926,0.5785124,0.5371901,0.5082645,0.5,0.49586776,0.48347107,0.4752066,0.4876033,0.5123967,0.5247934,0.53305787,0.5247934,0.5289256,0.56198347,0.6198347,0.6487603,0.61157024,0.54545456,0.5041322,0.46694216,0.44214877,0.44214877,0.446281,0.446281,0.4338843,0.42975205,0.41322315,0.41735536,0.4214876,0.42561984,0.41735536,0.41322315,0.38842976,0.38842976,0.3966942,0.4090909,0.3966942,0.40495867,0.4090909,0.40495867,0.40495867,0.40495867,0.40495867,0.40495867,0.3966942,0.38429752,0.38842976,0.43801653,0.5206612,0.6198347,0.677686,0.6694215,0.6487603,0.607438,0.5082645,0.5123967,0.5495868,0.59504133,0.6280992,0.6652893,0.59917355,0.57438016,0.58677685,0.607438,0.58264464,0.5661157,0.5289256,0.49173555,0.4752066,0.4752066,0.48347107,0.5,0.5206612,0.5371901,0.5413223,0.5495868,0.5661157,0.59917355,0.6322314,0.6280992,0.58264464,0.5247934,0.48347107,0.45454547,0.44214877,0.43801653,0.42975205,0.42975205,0.42561984,0.41322315,0.4090909,0.40082645,0.40495867,0.40082645,0.3966942,0.38842976,0.4090909,0.4090909,0.4090909,0.40082645,0.3966942,0.40082645,0.4090909,0.40082645,0.3966942,0.3966942,0.40082645,0.3966942,0.40082645,0.38429752,0.39256197,0.41735536,0.4876033,0.59090906,0.6652893,0.6652893,0.6446281,0.6198347,0.57024795,0.45454547,0.47933885,0.5082645,0.5247934,0.5495868,0.5206612,0.5165289,0.5165289,0.5165289,0.5041322,0.5041322,0.47933885,0.45867768,0.46280992,0.46694216,0.4752066,0.5082645,0.53305787,0.54545456,0.55785125,0.58264464,0.59917355,0.62396693,0.6322314,0.59917355,0.54545456,0.5082645,0.4752066,0.446281,0.446281,0.43801653,0.42561984,0.41735536,0.42975205,0.41735536,0.4090909,0.41322315,0.41322315,0.39256197,0.38842976,0.37603307,0.40495867,0.40495867,0.40082645,0.38842976,0.39256197,0.40082645,0.4090909,0.40082645,0.40495867,0.3966942,0.40495867,0.40082645,0.40495867,0.3966942,0.38842976,0.42561984,0.47933885,0.57024795,0.6446281,0.661157,0.6570248,0.6322314,0.59504133,0.5,0.4214876,0.41735536,0.4214876,0.42975205,0.44214877,0.45867768,0.44214877,0.45867768,0.45454547,0.446281,0.43801653,0.43801653,0.44214877,0.45041323,0.47933885,0.5247934,0.54545456,0.55785125,0.5785124,0.61157024,0.6363636,0.6446281,0.62396693,0.57438016,0.5247934,0.4876033,0.47107437,0.45041323,0.45454547,0.446281,0.42975205,0.42975205,0.41735536,0.42561984,0.41735536,0.40082645,0.40495867,0.38842976,0.3553719,0.3429752,0.4090909,0.4090909,0.4090909,0.40495867,0.39256197,0.3966942,0.40495867,0.38016528,0.40495867,0.40082645,0.3966942,0.4090909,0.40495867,0.40082645,0.38429752,0.42561984,0.47933885,0.5495868,0.6198347,0.661157,0.6735537,0.6528926,0.61570245,0.55785125,0.49173555,0.4090909,0.37190083,0.3553719,0.35123968,0.36363637,0.37190083,0.38016528,0.40082645,0.39256197,0.40495867,0.42975205,0.45867768,0.47107437,0.5082645,0.55785125,0.5661157,0.57024795,0.59917355,0.6322314,0.6570248,0.6404959,0.60330576,0.5495868,0.5041322,0.4876033,0.47107437,0.46280992,0.45867768,0.44214877,0.43801653,0.42975205,0.4214876,0.41735536,0.40495867,0.37190083,0.38016528,0.38016528,0.338843,0.2892562,0.38842976,0.38842976,0.39256197,0.40495867,0.39256197,0.3966942,0.3966942,0.37603307,0.40082645,0.40082645,0.3966942,0.3966942,0.40495867,0.38842976,0.3966942,0.3966942,0.4752066,0.55785125,0.59917355,0.6570248,0.70247936,0.6942149,0.6570248,0.59504133,0.56198347,0.5082645,0.44214877,0.41735536,0.3966942,0.38429752,0.38842976,0.40082645,0.41735536,0.41735536,0.4214876,0.45867768,0.49173555,0.5082645,0.5413223,0.58264464,0.58677685,0.59917355,0.6198347,0.6404959,0.6446281,0.61157024,0.57024795,0.5247934,0.4876033,0.4752066,0.46280992,0.45867768,0.46694216,0.44214877,0.44214877,0.44214877,0.41735536,0.40495867,0.40082645,0.38429752,0.37190083,0.338843,0.30991736,0.30578512,0.40495867,0.40495867,0.40082645,0.4090909,0.3966942,0.40082645,0.40495867,0.38429752,0.3966942,0.38429752,0.4090909,0.38842976,0.40495867,0.3966942,0.3966942,0.38016528,0.44214877,0.5495868,0.59504133,0.6446281,0.71487606,0.7231405,0.6942149,0.6446281,0.6404959,0.62396693,0.58264464,0.55785125,0.5289256,0.4752066,0.45454547,0.46694216,0.4752066,0.49586776,0.49586776,0.5041322,0.53305787,0.55785125,0.58677685,0.61157024,0.61570245,0.62396693,0.6322314,0.6363636,0.62396693,0.5785124,0.54545456,0.5082645,0.48347107,0.46694216,0.46280992,0.46280992,0.46694216,0.446281,0.43801653,0.4214876,0.4214876,0.38842976,0.39256197,0.37603307,0.32231405,0.28512397,0.3264463,0.34710744,0.38429752,0.38429752,0.38842976,0.41735536,0.38842976,0.38842976,0.40495867,0.40495867,0.3966942,0.38842976,0.3966942,0.3966942,0.39256197,0.40495867,0.39256197,0.38016528,0.37190083,0.5289256,0.60330576,0.6446281,0.6983471,0.74793386,0.7355372,0.71487606,0.71487606,0.7231405,0.71487606,0.70247936,0.6942149,0.6652893,0.6280992,0.6198347,0.62396693,0.62396693,0.6198347,0.60330576,0.61570245,0.6363636,0.6446281,0.661157,0.6528926,0.6446281,0.6363636,0.6322314,0.60330576,0.55785125,0.5206612,0.49173555,0.48347107,0.46280992,0.45867768,0.45867768,0.45454547,0.4338843,0.4214876,0.42561984,0.4090909,0.37603307,0.3677686,0.3140496,0.29338843,0.2892562,0.3305785,0.3429752,0.38842976,0.38842976,0.38842976,0.39256197,0.40495867,0.37603307,0.40495867,0.39256197,0.40082645,0.39256197,0.3966942,0.39256197,0.38842976,0.40495867,0.38842976,0.3966942,0.3429752,0.46694216,0.59504133,0.6446281,0.69008267,0.74793386,0.75619835,0.74380165,0.74380165,0.74793386,0.75619835,0.75619835,0.75206614,0.74793386,0.74380165,0.7355372,0.73966944,0.7355372,0.7231405,0.71900827,0.71487606,0.7107438,0.7066116,0.6983471,0.6818182,0.661157,0.6322314,0.61157024,0.58264464,0.54545456,0.5041322,0.47933885,0.47107437,0.45454547,0.45454547,0.45041323,0.446281,0.42561984,0.40082645,0.40082645,0.38429752,0.3305785,0.3181818,0.2768595,0.30165288,0.29338843,0.3429752,0.3140496,0.38842976,0.38842976,0.38842976,0.38842976,0.39256197,0.40082645,0.39256197,0.39256197,0.39256197,0.40495867,0.3966942,0.38429752,0.39256197,0.40082645,0.39256197,0.40495867,0.38016528,0.4090909,0.5495868,0.6322314,0.69008267,0.7355372,0.75206614,0.74793386,0.74793386,0.75206614,0.77272725,0.7768595,0.76859504,0.7644628,0.75619835,0.7644628,0.7768595,0.76859504,0.76859504,0.76859504,0.75206614,0.74793386,0.73966944,0.71900827,0.69008267,0.6528926,0.62396693,0.59090906,0.5495868,0.5165289,0.4876033,0.4752066,0.46280992,0.45867768,0.45867768,0.446281,0.4214876,0.4090909,0.38016528,0.35950413,0.3181818,0.28099173,0.2892562,0.30165288,0.2768595,0.3140496,0.3181818,0.3553719,0.40082645,0.40082645,0.40082645,0.39256197,0.39256197,0.39256197,0.40082645,0.3966942,0.38429752,0.40082645,0.38842976,0.3966942,0.39256197,0.39256197,0.40495867,0.41735536,0.40495867,0.3181818,0.45867768,0.60330576,0.6735537,0.71487606,0.73140496,0.73966944,0.75206614,0.74793386,0.7644628,0.77272725,0.76033056,0.76859504,0.76859504,0.76859504,0.77272725,0.76859504,0.76859504,0.7644628,0.75619835,0.7644628,0.75619835,0.73140496,0.6859504,0.6363636,0.59917355,0.5661157,0.5247934,0.4876033,0.46694216,0.45867768,0.45454547,0.446281,0.4338843,0.41735536,0.38429752,0.3677686,0.3305785,0.30578512,0.28099173,0.28099173,0.30991736,0.3140496,0.30165288,0.3181818,0.3181818,0.36363637,39 +0.2892562,0.338843,0.41735536,0.5041322,0.553719,0.56198347,0.58264464,0.6280992,0.6694215,0.69008267,0.70247936,0.6983471,0.72727275,0.73140496,0.75206614,0.7768595,0.7933884,0.8016529,0.8181818,0.8305785,0.8305785,0.8347107,0.8347107,0.8347107,0.8305785,0.838843,0.8347107,0.838843,0.838843,0.838843,0.8347107,0.838843,0.838843,0.838843,0.838843,0.8347107,0.8347107,0.8305785,0.8347107,0.8305785,0.8305785,0.8305785,0.8347107,0.8305785,0.8264463,0.822314,0.8140496,0.80991733,0.79752064,0.7768595,0.76033056,0.7644628,0.7644628,0.75619835,0.7355372,0.70247936,0.6570248,0.6280992,0.60330576,0.59917355,0.607438,0.58677685,0.56198347,0.49173555,0.29338843,0.338843,0.4214876,0.5,0.553719,0.56198347,0.58264464,0.6322314,0.6694215,0.69008267,0.71487606,0.71487606,0.74380165,0.74380165,0.7644628,0.7768595,0.8016529,0.80991733,0.8264463,0.8305785,0.8305785,0.8347107,0.838843,0.8305785,0.8305785,0.8347107,0.838843,0.838843,0.838843,0.838843,0.8347107,0.8347107,0.838843,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8347107,0.8347107,0.8347107,0.8264463,0.8305785,0.8264463,0.8264463,0.822314,0.822314,0.80991733,0.8057851,0.78512394,0.78099173,0.77272725,0.77272725,0.76859504,0.75206614,0.7107438,0.6528926,0.6322314,0.6198347,0.607438,0.59917355,0.57438016,0.5289256,0.45867768,0.2892562,0.3305785,0.41322315,0.5,0.553719,0.5661157,0.58677685,0.6280992,0.6735537,0.70247936,0.72727275,0.74380165,0.75619835,0.75619835,0.77272725,0.7892562,0.8016529,0.80991733,0.822314,0.8305785,0.8305785,0.8305785,0.838843,0.8347107,0.8264463,0.8347107,0.8305785,0.8347107,0.8347107,0.8305785,0.8347107,0.8347107,0.8347107,0.8347107,0.8305785,0.8305785,0.8305785,0.8305785,0.8347107,0.8347107,0.838843,0.8264463,0.822314,0.8181818,0.822314,0.8181818,0.8181818,0.8140496,0.8057851,0.7933884,0.7892562,0.78512394,0.78099173,0.77272725,0.75619835,0.72727275,0.661157,0.6280992,0.6280992,0.607438,0.58677685,0.5495868,0.5206612,0.43801653,0.26859504,0.3264463,0.41322315,0.5,0.56198347,0.56198347,0.58677685,0.6404959,0.6859504,0.71900827,0.73966944,0.74793386,0.75619835,0.76859504,0.7768595,0.7933884,0.7933884,0.8016529,0.8140496,0.8264463,0.8305785,0.8264463,0.8305785,0.8305785,0.8264463,0.8347107,0.8347107,0.8305785,0.838843,0.8305785,0.838843,0.8347107,0.8305785,0.8264463,0.8305785,0.8305785,0.8264463,0.8264463,0.8264463,0.8305785,0.8305785,0.80991733,0.822314,0.8140496,0.822314,0.8264463,0.8181818,0.8140496,0.8016529,0.7933884,0.7933884,0.78512394,0.78099173,0.77272725,0.76033056,0.74380165,0.6818182,0.6322314,0.6198347,0.60330576,0.5785124,0.54545456,0.4876033,0.41735536,0.26859504,0.30578512,0.41735536,0.5082645,0.55785125,0.553719,0.59504133,0.6570248,0.6942149,0.7231405,0.7355372,0.73966944,0.75206614,0.76033056,0.77272725,0.7768595,0.7933884,0.7892562,0.8057851,0.8181818,0.822314,0.8140496,0.8140496,0.822314,0.822314,0.8181818,0.8264463,0.8264463,0.8347107,0.8264463,0.838843,0.8305785,0.822314,0.822314,0.822314,0.822314,0.8181818,0.8140496,0.8181818,0.8140496,0.8140496,0.8016529,0.8181818,0.8181818,0.8181818,0.822314,0.80991733,0.8016529,0.7892562,0.78099173,0.77272725,0.77272725,0.75619835,0.75619835,0.75206614,0.73966944,0.70247936,0.6322314,0.61157024,0.59917355,0.5785124,0.5413223,0.47933885,0.38842976,0.25619835,0.30165288,0.41735536,0.5082645,0.5495868,0.5371901,0.61570245,0.6570248,0.6694215,0.6694215,0.6859504,0.6983471,0.7107438,0.71487606,0.71900827,0.7231405,0.7355372,0.75206614,0.7644628,0.78512394,0.79752064,0.8016529,0.8016529,0.8057851,0.8016529,0.8016529,0.8140496,0.8181818,0.8181818,0.8181818,0.8305785,0.8181818,0.822314,0.80991733,0.80991733,0.8057851,0.8057851,0.8016529,0.8016529,0.8016529,0.79752064,0.79752064,0.79752064,0.8016529,0.79752064,0.7892562,0.7768595,0.7644628,0.74380165,0.7355372,0.72727275,0.7231405,0.71487606,0.6859504,0.71487606,0.73966944,0.7231405,0.6487603,0.60330576,0.58677685,0.5785124,0.553719,0.47107437,0.37603307,0.23140496,0.30165288,0.4214876,0.5082645,0.5371901,0.5289256,0.607438,0.61570245,0.62396693,0.61157024,0.61570245,0.62396693,0.61570245,0.6198347,0.61157024,0.6198347,0.61570245,0.6322314,0.6570248,0.6859504,0.73966944,0.76859504,0.78099173,0.7892562,0.7768595,0.78099173,0.7892562,0.79752064,0.79752064,0.8057851,0.8181818,0.8140496,0.80991733,0.7933884,0.7933884,0.7933884,0.7933884,0.7933884,0.78099173,0.78099173,0.7644628,0.75206614,0.73966944,0.72727275,0.6983471,0.6818182,0.6818182,0.677686,0.661157,0.6487603,0.6570248,0.6694215,0.6652893,0.6487603,0.6528926,0.677686,0.70247936,0.6652893,0.58677685,0.57024795,0.57024795,0.55785125,0.4876033,0.37603307,0.2107438,0.30578512,0.4338843,0.5123967,0.5206612,0.53305787,0.553719,0.57438016,0.58264464,0.5661157,0.53305787,0.5289256,0.5165289,0.5123967,0.5123967,0.5082645,0.5082645,0.5,0.5289256,0.55785125,0.6280992,0.69008267,0.72727275,0.74380165,0.75619835,0.75206614,0.7644628,0.78099173,0.78099173,0.7892562,0.8016529,0.80991733,0.7933884,0.78512394,0.7768595,0.78099173,0.7768595,0.77272725,0.76033056,0.7355372,0.6859504,0.6487603,0.6198347,0.57024795,0.55785125,0.5371901,0.5371901,0.54545456,0.553719,0.55785125,0.57024795,0.59090906,0.59090906,0.58264464,0.59504133,0.60330576,0.6322314,0.61570245,0.58264464,0.55785125,0.55785125,0.55785125,0.5082645,0.3966942,0.1983471,0.3181818,0.45867768,0.5082645,0.5082645,0.5,0.5082645,0.5123967,0.5206612,0.5,0.49173555,0.45867768,0.446281,0.4338843,0.4338843,0.42975205,0.42975205,0.42561984,0.42561984,0.45041323,0.5206612,0.58264464,0.6322314,0.6735537,0.7066116,0.72727275,0.74380165,0.75619835,0.76859504,0.78512394,0.79752064,0.7933884,0.78512394,0.78099173,0.76033056,0.76033056,0.74793386,0.72727275,0.6942149,0.6404959,0.59917355,0.5413223,0.49586776,0.45867768,0.45454547,0.44214877,0.42975205,0.43801653,0.45041323,0.47107437,0.48347107,0.49173555,0.5247934,0.53305787,0.54545456,0.57024795,0.56198347,0.57024795,0.553719,0.5413223,0.5495868,0.54545456,0.5371901,0.44214877,0.18181819,0.3140496,0.47107437,0.5,0.4752066,0.47107437,0.4876033,0.5041322,0.5,0.49173555,0.4876033,0.47933885,0.46694216,0.45867768,0.44214877,0.42561984,0.41735536,0.3966942,0.39256197,0.40082645,0.42975205,0.49586776,0.5289256,0.59504133,0.6404959,0.6859504,0.7231405,0.7355372,0.75619835,0.78099173,0.8016529,0.79752064,0.7933884,0.77272725,0.75619835,0.75206614,0.73140496,0.69008267,0.6404959,0.58264464,0.5413223,0.4876033,0.45454547,0.4214876,0.4090909,0.40082645,0.41322315,0.4214876,0.44214877,0.446281,0.46694216,0.48347107,0.5165289,0.5495868,0.553719,0.57024795,0.54545456,0.53305787,0.5082645,0.49586776,0.5371901,0.5413223,0.5495868,0.4876033,0.19421488,0.30991736,0.4876033,0.5,0.446281,0.42975205,0.48347107,0.5206612,0.54545456,0.5413223,0.53305787,0.54545456,0.5247934,0.5123967,0.5041322,0.4752066,0.44214877,0.41322315,0.38016528,0.3677686,0.38016528,0.3966942,0.4214876,0.4876033,0.56198347,0.6322314,0.6983471,0.7355372,0.7644628,0.78512394,0.80991733,0.80991733,0.80991733,0.7933884,0.76859504,0.74380165,0.71487606,0.6487603,0.5785124,0.5206612,0.47933885,0.446281,0.42561984,0.40495867,0.3966942,0.39256197,0.41735536,0.42975205,0.45041323,0.4752066,0.4876033,0.53305787,0.5495868,0.57024795,0.57438016,0.58264464,0.57438016,0.5495868,0.5082645,0.4752066,0.5206612,0.5413223,0.5495868,0.5082645,0.2107438,0.3305785,0.49173555,0.5082645,0.446281,0.446281,0.49173555,0.553719,0.57438016,0.55785125,0.5495868,0.5371901,0.5247934,0.5247934,0.5247934,0.5165289,0.49173555,0.47933885,0.446281,0.38016528,0.3677686,0.3553719,0.3553719,0.38429752,0.46280992,0.55785125,0.6735537,0.7355372,0.7768595,0.79752064,0.8181818,0.822314,0.8181818,0.8181818,0.7933884,0.76033056,0.70247936,0.607438,0.53305787,0.47933885,0.45454547,0.45454547,0.46694216,0.48347107,0.49586776,0.48347107,0.5123967,0.5206612,0.5165289,0.4752066,0.45041323,0.47933885,0.5165289,0.5371901,0.55785125,0.57438016,0.5785124,0.5661157,0.5371901,0.49173555,0.49173555,0.5413223,0.54545456,0.5206612,0.20247933,0.34710744,0.49173555,0.5,0.45867768,0.45867768,0.49586776,0.53305787,0.553719,0.5495868,0.5165289,0.5165289,0.55785125,0.6198347,0.6322314,0.6280992,0.59917355,0.58677685,0.55785125,0.5123967,0.46280992,0.4214876,0.38842976,0.37190083,0.3677686,0.46694216,0.61157024,0.7231405,0.78099173,0.80991733,0.8305785,0.8347107,0.8305785,0.822314,0.79752064,0.75206614,0.677686,0.57024795,0.48347107,0.46280992,0.4876033,0.5289256,0.5495868,0.57024795,0.56198347,0.56198347,0.5785124,0.59090906,0.60330576,0.58264464,0.5495868,0.5,0.45867768,0.4752066,0.5247934,0.54545456,0.56198347,0.56198347,0.5661157,0.53305787,0.4876033,0.5289256,0.5371901,0.5371901,0.23140496,0.35950413,0.5082645,0.5041322,0.48347107,0.48347107,0.49586776,0.5,0.5,0.5041322,0.5041322,0.553719,0.6322314,0.661157,0.661157,0.6487603,0.607438,0.5785124,0.56198347,0.56198347,0.56198347,0.54545456,0.49586776,0.45041323,0.3429752,0.37603307,0.5247934,0.6818182,0.76859504,0.8140496,0.8305785,0.838843,0.8347107,0.8181818,0.8016529,0.72727275,0.6322314,0.5247934,0.4876033,0.5123967,0.5495868,0.5661157,0.5661157,0.58264464,0.58677685,0.58677685,0.58677685,0.58264464,0.58677685,0.57438016,0.57024795,0.56198347,0.5123967,0.45454547,0.47933885,0.5123967,0.5289256,0.54545456,0.5661157,0.55785125,0.5206612,0.5206612,0.54545456,0.5247934,0.24380165,0.38016528,0.5165289,0.5041322,0.5,0.5041322,0.48347107,0.45867768,0.446281,0.46694216,0.5082645,0.5289256,0.5495868,0.5206612,0.44214877,0.40495867,0.4214876,0.4338843,0.4214876,0.49173555,0.55785125,0.58677685,0.58264464,0.553719,0.4338843,0.34710744,0.46280992,0.6280992,0.74380165,0.8057851,0.8305785,0.8347107,0.8305785,0.8181818,0.78512394,0.70247936,0.58264464,0.5247934,0.54545456,0.5785124,0.58264464,0.56198347,0.55785125,0.56198347,0.53305787,0.42975205,0.42561984,0.446281,0.42561984,0.41735536,0.4752066,0.5206612,0.53305787,0.48347107,0.46694216,0.49173555,0.5041322,0.5247934,0.5495868,0.553719,0.54545456,0.5165289,0.5413223,0.5413223,0.2520661,0.38016528,0.5165289,0.5082645,0.49586776,0.49173555,0.4752066,0.43801653,0.42561984,0.45454547,0.45454547,0.46280992,0.54545456,0.5289256,0.45867768,0.38429752,0.41735536,0.48347107,0.41735536,0.4752066,0.5661157,0.57438016,0.59504133,0.6280992,0.54545456,0.43801653,0.46694216,0.58677685,0.7231405,0.78512394,0.8181818,0.8264463,0.8264463,0.8140496,0.75619835,0.6694215,0.57024795,0.55785125,0.6280992,0.6280992,0.59917355,0.55785125,0.553719,0.61157024,0.6198347,0.49586776,0.44214877,0.5785124,0.446281,0.3429752,0.37603307,0.446281,0.47107437,0.47107437,0.48347107,0.5,0.5123967,0.5165289,0.5247934,0.5413223,0.5371901,0.53305787,0.56198347,0.5247934,0.24380165,0.40082645,0.5289256,0.5247934,0.5,0.48347107,0.4752066,0.45041323,0.43801653,0.4214876,0.40082645,0.48347107,0.6363636,0.61570245,0.49586776,0.42975205,0.338843,0.38842976,0.45454547,0.55785125,0.661157,0.6198347,0.56198347,0.6363636,0.6487603,0.59090906,0.5206612,0.58677685,0.6983471,0.7768595,0.8057851,0.822314,0.8181818,0.8016529,0.7355372,0.6446281,0.5785124,0.59917355,0.6652893,0.661157,0.60330576,0.553719,0.62396693,0.7231405,0.7066116,0.54545456,0.42561984,0.3677686,0.38016528,0.37603307,0.446281,0.48347107,0.4338843,0.40495867,0.446281,0.5,0.5082645,0.5123967,0.5123967,0.5413223,0.5495868,0.55785125,0.5785124,0.56198347,0.23140496,0.42975205,0.5371901,0.5413223,0.53305787,0.5041322,0.4876033,0.4752066,0.46694216,0.46694216,0.5041322,0.5413223,0.6446281,0.6652893,0.57024795,0.5123967,0.5165289,0.5082645,0.54545456,0.6280992,0.6983471,0.677686,0.6280992,0.6652893,0.7066116,0.6694215,0.607438,0.60330576,0.69008267,0.75619835,0.79752064,0.8181818,0.8181818,0.7892562,0.72727275,0.6404959,0.59090906,0.62396693,0.6818182,0.6859504,0.607438,0.59917355,0.6570248,0.7231405,0.76033056,0.6404959,0.5206612,0.4752066,0.46280992,0.46694216,0.53305787,0.5785124,0.5165289,0.446281,0.446281,0.5,0.5082645,0.5123967,0.5041322,0.54545456,0.58677685,0.58264464,0.59090906,0.57024795,0.2644628,0.46694216,0.55785125,0.56198347,0.5661157,0.5495868,0.5165289,0.5041322,0.5082645,0.5082645,0.5495868,0.58677685,0.6198347,0.6694215,0.6570248,0.62396693,0.6322314,0.6363636,0.6404959,0.6570248,0.6694215,0.6735537,0.6818182,0.6859504,0.6735537,0.6570248,0.6363636,0.62396693,0.677686,0.76033056,0.7933884,0.8140496,0.8140496,0.7933884,0.7355372,0.661157,0.61570245,0.6322314,0.6735537,0.71487606,0.6735537,0.6652893,0.6487603,0.6942149,0.7107438,0.6942149,0.6280992,0.5785124,0.55785125,0.553719,0.57024795,0.58264464,0.5495868,0.5206612,0.5413223,0.553719,0.553719,0.5495868,0.53305787,0.57024795,0.607438,0.59504133,0.59504133,0.57438016,0.3181818,0.49586776,0.58264464,0.5785124,0.59504133,0.58264464,0.56198347,0.553719,0.57024795,0.5661157,0.57024795,0.59090906,0.59504133,0.61570245,0.6363636,0.6446281,0.6404959,0.6404959,0.6363636,0.6322314,0.6404959,0.677686,0.6983471,0.7107438,0.6735537,0.6528926,0.6446281,0.6363636,0.6652893,0.75206614,0.78512394,0.8140496,0.8140496,0.79752064,0.73966944,0.6735537,0.6363636,0.6404959,0.6528926,0.6818182,0.7107438,0.69008267,0.62396693,0.6487603,0.6652893,0.6652893,0.6487603,0.62396693,0.61157024,0.59504133,0.58264464,0.5785124,0.58264464,0.60330576,0.6322314,0.6280992,0.6363636,0.607438,0.57438016,0.59504133,0.6280992,0.6198347,0.59917355,0.58677685,0.35123968,0.5,0.58264464,0.58677685,0.607438,0.61570245,0.59917355,0.60330576,0.60330576,0.607438,0.6198347,0.6363636,0.6487603,0.6363636,0.6446281,0.6404959,0.6363636,0.61570245,0.6404959,0.6528926,0.6818182,0.71487606,0.71487606,0.71900827,0.69008267,0.6652893,0.6570248,0.6363636,0.6528926,0.7355372,0.78512394,0.8140496,0.8140496,0.79752064,0.74380165,0.677686,0.6487603,0.6528926,0.6652893,0.6859504,0.7231405,0.71900827,0.6652893,0.6528926,0.6404959,0.6528926,0.6446281,0.6322314,0.62396693,0.6280992,0.61570245,0.61157024,0.6487603,0.6735537,0.6652893,0.6735537,0.677686,0.6528926,0.61570245,0.6280992,0.6446281,0.6322314,0.60330576,0.59504133,0.37190083,0.5,0.5785124,0.61157024,0.6280992,0.6280992,0.6280992,0.6363636,0.6528926,0.6570248,0.6528926,0.6652893,0.6694215,0.6570248,0.6570248,0.661157,0.6859504,0.70247936,0.71900827,0.7231405,0.73966944,0.75206614,0.75206614,0.73140496,0.6942149,0.6735537,0.6652893,0.6322314,0.6487603,0.7355372,0.8016529,0.80991733,0.8140496,0.7892562,0.73140496,0.677686,0.6570248,0.6570248,0.6818182,0.71487606,0.73140496,0.75206614,0.71900827,0.71487606,0.6942149,0.6942149,0.69008267,0.6694215,0.6652893,0.6735537,0.6735537,0.677686,0.70247936,0.7355372,0.71487606,0.677686,0.6983471,0.6818182,0.6570248,0.661157,0.661157,0.6322314,0.60330576,0.607438,0.37603307,0.5,0.5785124,0.61570245,0.6280992,0.661157,0.6404959,0.6528926,0.6818182,0.70247936,0.7066116,0.72727275,0.73140496,0.72727275,0.73966944,0.74793386,0.7644628,0.78512394,0.78099173,0.77272725,0.77272725,0.77272725,0.76033056,0.73140496,0.6942149,0.677686,0.6528926,0.6198347,0.6446281,0.74380165,0.8057851,0.8181818,0.80991733,0.78512394,0.72727275,0.6818182,0.6570248,0.661157,0.677686,0.7231405,0.75619835,0.7644628,0.75206614,0.76033056,0.76033056,0.7644628,0.75206614,0.74793386,0.74793386,0.76033056,0.7644628,0.7644628,0.7768595,0.78099173,0.75206614,0.72727275,0.71900827,0.7066116,0.6818182,0.6818182,0.6652893,0.6363636,0.60330576,0.59504133,0.35123968,0.5,0.58264464,0.61570245,0.6487603,0.661157,0.6652893,0.6652893,0.6859504,0.7107438,0.7355372,0.76859504,0.78512394,0.78512394,0.7892562,0.7933884,0.7933884,0.8016529,0.80991733,0.7933884,0.7892562,0.78099173,0.76033056,0.72727275,0.6942149,0.6735537,0.6404959,0.61570245,0.6446281,0.73966944,0.80991733,0.8264463,0.8181818,0.78512394,0.7355372,0.6859504,0.6570248,0.661157,0.6694215,0.71900827,0.7644628,0.78512394,0.76859504,0.7768595,0.78512394,0.7892562,0.78099173,0.78512394,0.78512394,0.7933884,0.7892562,0.78099173,0.78512394,0.78099173,0.75206614,0.7355372,0.73140496,0.72727275,0.7066116,0.69008267,0.6570248,0.6363636,0.59917355,0.58677685,0.3305785,0.47107437,0.5661157,0.6198347,0.6652893,0.6694215,0.6859504,0.69008267,0.6942149,0.71900827,0.7355372,0.7644628,0.7892562,0.7933884,0.8016529,0.79752064,0.8057851,0.8057851,0.80991733,0.79752064,0.7892562,0.7768595,0.76033056,0.73140496,0.6983471,0.6652893,0.6322314,0.62396693,0.6528926,0.7355372,0.80991733,0.8264463,0.8181818,0.7892562,0.74380165,0.6983471,0.6487603,0.6570248,0.6818182,0.71487606,0.76033056,0.78099173,0.78512394,0.7892562,0.7933884,0.7892562,0.7933884,0.79752064,0.79752064,0.7892562,0.7892562,0.78099173,0.78512394,0.7768595,0.75619835,0.74793386,0.74380165,0.73966944,0.73140496,0.69008267,0.6652893,0.6280992,0.58677685,0.57438016,0.3305785,0.43801653,0.56198347,0.61570245,0.6570248,0.6859504,0.6942149,0.7107438,0.72727275,0.74380165,0.7355372,0.75206614,0.7768595,0.78512394,0.79752064,0.79752064,0.7892562,0.8016529,0.79752064,0.79752064,0.7892562,0.78099173,0.76859504,0.73966944,0.6983471,0.6446281,0.6280992,0.6404959,0.677686,0.74793386,0.8016529,0.8305785,0.80991733,0.7768595,0.73966944,0.6983471,0.6363636,0.6363636,0.6859504,0.72727275,0.7644628,0.7768595,0.7892562,0.79752064,0.79752064,0.7892562,0.79752064,0.7933884,0.79752064,0.7892562,0.78099173,0.78512394,0.78512394,0.78099173,0.76859504,0.76033056,0.75619835,0.74793386,0.72727275,0.6942149,0.6694215,0.6322314,0.58677685,0.5661157,0.2603306,0.38842976,0.5413223,0.61157024,0.6487603,0.6859504,0.70247936,0.7107438,0.73966944,0.75619835,0.74380165,0.75619835,0.7768595,0.7892562,0.7933884,0.7933884,0.7892562,0.7892562,0.8016529,0.7892562,0.79752064,0.7892562,0.7768595,0.74380165,0.677686,0.6363636,0.6322314,0.6652893,0.70247936,0.75619835,0.8057851,0.8264463,0.80991733,0.76859504,0.72727275,0.69008267,0.6528926,0.62396693,0.6570248,0.71900827,0.77272725,0.78512394,0.7933884,0.79752064,0.8057851,0.7933884,0.79752064,0.79752064,0.7933884,0.7933884,0.7892562,0.7933884,0.7892562,0.78099173,0.77272725,0.76033056,0.75206614,0.74380165,0.7231405,0.6983471,0.6652893,0.6322314,0.58677685,0.54545456,0.2231405,0.3264463,0.5165289,0.607438,0.6404959,0.677686,0.6942149,0.7066116,0.7231405,0.74380165,0.75619835,0.76859504,0.78099173,0.7892562,0.7933884,0.79752064,0.7892562,0.7892562,0.8016529,0.7933884,0.8016529,0.79752064,0.78512394,0.72727275,0.6446281,0.6487603,0.6528926,0.6818182,0.7231405,0.7768595,0.8140496,0.8305785,0.8140496,0.7768595,0.73140496,0.70247936,0.6818182,0.6570248,0.6322314,0.69008267,0.76859504,0.79752064,0.8016529,0.80991733,0.8057851,0.8057851,0.8057851,0.7933884,0.79752064,0.8016529,0.79752064,0.79752064,0.7892562,0.78099173,0.7644628,0.76033056,0.75206614,0.73140496,0.71487606,0.6983471,0.6652893,0.62396693,0.5661157,0.5206612,0.24793388,0.32231405,0.47107437,0.58264464,0.6322314,0.661157,0.677686,0.6983471,0.7066116,0.74793386,0.76033056,0.7644628,0.78099173,0.7892562,0.7933884,0.79752064,0.7933884,0.7892562,0.7933884,0.7892562,0.8016529,0.80991733,0.7892562,0.6818182,0.62396693,0.6528926,0.6694215,0.69008267,0.73966944,0.7892562,0.8140496,0.8264463,0.8264463,0.78512394,0.73966944,0.6983471,0.7066116,0.69008267,0.6487603,0.6446281,0.72727275,0.79752064,0.80991733,0.80991733,0.79752064,0.8016529,0.8057851,0.8016529,0.7933884,0.79752064,0.79752064,0.7933884,0.78512394,0.78099173,0.76859504,0.75619835,0.75206614,0.73140496,0.7107438,0.69008267,0.6528926,0.607438,0.553719,0.4876033,0.29752067,0.35950413,0.446281,0.5495868,0.61570245,0.6528926,0.6735537,0.6983471,0.7231405,0.7355372,0.73966944,0.7768595,0.7768595,0.7892562,0.7933884,0.7892562,0.7892562,0.7892562,0.78512394,0.7768595,0.7933884,0.8140496,0.7768595,0.6280992,0.59504133,0.6198347,0.6363636,0.6570248,0.71487606,0.77272725,0.78512394,0.7933884,0.8016529,0.7644628,0.7066116,0.6570248,0.6694215,0.677686,0.6528926,0.6198347,0.677686,0.76859504,0.8016529,0.80991733,0.8016529,0.79752064,0.79752064,0.8016529,0.79752064,0.79752064,0.7933884,0.7892562,0.78099173,0.77272725,0.76859504,0.74380165,0.73140496,0.71900827,0.7066116,0.6818182,0.6528926,0.61570245,0.5371901,0.45867768,0.3429752,0.44214877,0.46694216,0.5206612,0.59504133,0.6363636,0.6652893,0.69008267,0.71900827,0.7355372,0.7355372,0.76859504,0.7892562,0.78512394,0.7892562,0.7933884,0.78512394,0.78099173,0.7768595,0.7768595,0.78512394,0.79752064,0.73966944,0.60330576,0.5,0.49586776,0.5082645,0.54545456,0.6280992,0.70247936,0.7231405,0.71900827,0.7231405,0.69008267,0.6280992,0.57438016,0.57438016,0.61157024,0.607438,0.59090906,0.6446281,0.73966944,0.7892562,0.8016529,0.8016529,0.79752064,0.7933884,0.79752064,0.79752064,0.7933884,0.7892562,0.78512394,0.76859504,0.7644628,0.74793386,0.7231405,0.7066116,0.6942149,0.6942149,0.6652893,0.62396693,0.59090906,0.5289256,0.44214877,0.3677686,0.54545456,0.5082645,0.48347107,0.5661157,0.61157024,0.6487603,0.6818182,0.70247936,0.7231405,0.7355372,0.75619835,0.78099173,0.77272725,0.7768595,0.7892562,0.78512394,0.77272725,0.77272725,0.77272725,0.76859504,0.77272725,0.7231405,0.57024795,0.42561984,0.35950413,0.3305785,0.39256197,0.5041322,0.58264464,0.62396693,0.62396693,0.61570245,0.57438016,0.4876033,0.40495867,0.38842976,0.45867768,0.5206612,0.53305787,0.60330576,0.71900827,0.77272725,0.78512394,0.7892562,0.7933884,0.7892562,0.7892562,0.7892562,0.7892562,0.7892562,0.76859504,0.76859504,0.7644628,0.73140496,0.7107438,0.70247936,0.6859504,0.6652893,0.6446281,0.607438,0.58264464,0.49586776,0.45041323,0.41735536,0.5495868,0.5495868,0.46694216,0.53305787,0.59090906,0.62396693,0.6694215,0.69008267,0.6983471,0.7231405,0.75206614,0.76859504,0.7644628,0.77272725,0.78099173,0.7768595,0.76859504,0.7644628,0.76033056,0.75619835,0.74793386,0.7066116,0.60330576,0.4876033,0.35950413,0.26859504,0.22727273,0.3264463,0.45041323,0.5123967,0.5371901,0.5206612,0.47107437,0.41735536,0.37190083,0.37603307,0.40495867,0.46280992,0.5371901,0.6198347,0.7107438,0.76033056,0.77272725,0.77272725,0.7768595,0.78099173,0.7892562,0.78512394,0.7768595,0.77272725,0.7644628,0.75619835,0.74380165,0.70247936,0.6942149,0.6859504,0.6652893,0.6363636,0.62396693,0.59917355,0.5661157,0.4752066,0.46280992,0.56198347,0.5413223,0.5371901,0.45867768,0.49586776,0.54545456,0.59917355,0.6487603,0.677686,0.6983471,0.7107438,0.74380165,0.76033056,0.75206614,0.7644628,0.7644628,0.7644628,0.76033056,0.76033056,0.75619835,0.75619835,0.7644628,0.73140496,0.6818182,0.61157024,0.47107437,0.35950413,0.29752067,0.30165288,0.3553719,0.41735536,0.46694216,0.4752066,0.48347107,0.5082645,0.54545456,0.5371901,0.5289256,0.5661157,0.6322314,0.6735537,0.7066116,0.76859504,0.7768595,0.76859504,0.7644628,0.77272725,0.7768595,0.77272725,0.74793386,0.75619835,0.74793386,0.73966944,0.73140496,0.70247936,0.677686,0.6652893,0.6404959,0.61570245,0.60330576,0.58677685,0.5413223,0.47107437,0.47107437,0.60330576,0.607438,0.58264464,0.47107437,0.46280992,0.5289256,0.5661157,0.6198347,0.6570248,0.6818182,0.6859504,0.71900827,0.7355372,0.74380165,0.74380165,0.74793386,0.75619835,0.75619835,0.75206614,0.7644628,0.78099173,0.78099173,0.77272725,0.73140496,0.6983471,0.61570245,0.53305787,0.45867768,0.41322315,0.3429752,0.37190083,0.41735536,0.45454547,0.5082645,0.56198347,0.59917355,0.62396693,0.6363636,0.6735537,0.6735537,0.6942149,0.71487606,0.76033056,0.7892562,0.7892562,0.7644628,0.76033056,0.7644628,0.75619835,0.74793386,0.74793386,0.7355372,0.7231405,0.71487606,0.6859504,0.6735537,0.6570248,0.6280992,0.60330576,0.58677685,0.57024795,0.5289256,0.46694216,0.49586776,0.5165289,0.5371901,0.5785124,0.5165289,0.446281,0.5,0.54545456,0.58264464,0.6198347,0.6528926,0.6652893,0.6942149,0.71487606,0.72727275,0.71900827,0.7355372,0.74380165,0.74793386,0.75619835,0.76859504,0.78099173,0.78099173,0.77272725,0.74793386,0.7231405,0.677686,0.6528926,0.607438,0.5661157,0.47933885,0.446281,0.47933885,0.5289256,0.58264464,0.6322314,0.6570248,0.677686,0.6983471,0.70247936,0.70247936,0.7107438,0.72727275,0.75619835,0.78512394,0.79752064,0.7768595,0.76033056,0.76033056,0.75619835,0.75619835,0.74380165,0.72727275,0.7107438,0.6983471,0.6735537,0.6528926,0.6446281,0.6198347,0.59090906,0.57438016,0.5495868,0.5165289,0.47107437,0.5082645,0.5165289,0.5123967,0.5,0.4876033,0.42561984,0.46694216,0.5206612,0.553719,0.59504133,0.6198347,0.6446281,0.6694215,0.6983471,0.70247936,0.7066116,0.7107438,0.72727275,0.74793386,0.7644628,0.76033056,0.75619835,0.76033056,0.75619835,0.7355372,0.71487606,0.6983471,0.7066116,0.7066116,0.6983471,0.6570248,0.62396693,0.61157024,0.62396693,0.6446281,0.6859504,0.6983471,0.70247936,0.7066116,0.7107438,0.7066116,0.7107438,0.7355372,0.73966944,0.77272725,0.7933884,0.7933884,0.76859504,0.76033056,0.74793386,0.74380165,0.7355372,0.7066116,0.6942149,0.677686,0.661157,0.6404959,0.6280992,0.61157024,0.58677685,0.5661157,0.5371901,0.5041322,0.4752066,0.54545456,0.5661157,0.55785125,0.55785125,0.5123967,0.42561984,0.45454547,0.49586776,0.5165289,0.57438016,0.59504133,0.6198347,0.6446281,0.6694215,0.677686,0.6942149,0.7066116,0.73140496,0.74380165,0.76859504,0.74380165,0.72727275,0.73140496,0.73140496,0.72727275,0.72727275,0.7355372,0.7355372,0.74793386,0.75619835,0.74380165,0.71900827,0.7066116,0.6859504,0.6818182,0.70247936,0.73140496,0.71900827,0.7066116,0.7107438,0.7066116,0.7107438,0.7355372,0.72727275,0.73966944,0.77272725,0.78099173,0.76859504,0.74793386,0.7355372,0.71900827,0.6942149,0.6859504,0.677686,0.6528926,0.6404959,0.6322314,0.60330576,0.59504133,0.57024795,0.553719,0.5247934,0.49586776,0.47933885,0.59090906,0.5661157,0.55785125,0.5785124,0.5785124,0.43801653,0.44214877,0.4752066,0.5,0.5495868,0.57438016,0.59504133,0.6198347,0.6487603,0.6652893,0.69008267,0.7066116,0.71900827,0.73140496,0.73140496,0.71900827,0.7066116,0.71900827,0.7231405,0.72727275,0.73966944,0.75206614,0.76033056,0.7644628,0.78512394,0.78099173,0.7768595,0.75619835,0.7355372,0.7066116,0.7107438,0.73140496,0.7231405,0.71900827,0.71900827,0.7107438,0.7107438,0.73140496,0.7231405,0.7066116,0.73140496,0.74793386,0.74793386,0.7355372,0.72727275,0.7107438,0.6942149,0.677686,0.661157,0.6446281,0.6280992,0.61157024,0.59917355,0.57024795,0.55785125,0.5371901,0.5247934,0.49173555,0.5041322,0.6280992,0.4752066,0.5082645,0.5413223,0.553719,0.45041323,0.4338843,0.46694216,0.49586776,0.5289256,0.56198347,0.5785124,0.61157024,0.6363636,0.661157,0.6735537,0.6859504,0.6942149,0.70247936,0.6942149,0.6942149,0.69008267,0.7107438,0.71900827,0.71900827,0.7231405,0.7355372,0.7355372,0.73966944,0.75206614,0.77272725,0.7892562,0.7768595,0.76033056,0.7231405,0.6983471,0.69008267,0.6942149,0.6983471,0.7107438,0.7066116,0.7107438,0.7231405,0.71900827,0.7066116,0.7066116,0.6942149,0.6942149,0.6942149,0.6983471,0.6983471,0.6859504,0.6652893,0.6487603,0.6363636,0.61570245,0.60330576,0.59090906,0.5661157,0.5371901,0.5289256,0.5206612,0.49173555,0.49586776,0.59090906,0.3553719,0.39256197,0.41322315,0.43801653,0.4338843,0.4214876,0.446281,0.48347107,0.5123967,0.56198347,0.58677685,0.61570245,0.6404959,0.6570248,0.677686,0.6735537,0.6694215,0.6694215,0.6570248,0.6652893,0.6652893,0.6652893,0.6694215,0.6528926,0.6404959,0.6280992,0.6280992,0.6363636,0.6322314,0.6322314,0.6487603,0.6652893,0.6735537,0.6404959,0.6198347,0.607438,0.61157024,0.6198347,0.6363636,0.6570248,0.677686,0.71487606,0.71900827,0.69008267,0.677686,0.677686,0.6652893,0.6528926,0.677686,0.6859504,0.6735537,0.6528926,0.6404959,0.62396693,0.607438,0.59504133,0.58264464,0.56198347,0.5289256,0.5247934,0.5123967,0.49586776,0.45041323,0.45041323,0.3140496,0.32231405,0.3181818,0.3264463,0.38429752,0.42975205,0.42561984,0.46694216,0.49173555,0.5495868,0.58264464,0.61570245,0.6487603,0.6735537,0.677686,0.6652893,0.6363636,0.6198347,0.60330576,0.59090906,0.58264464,0.553719,0.5413223,0.53305787,0.5206612,0.5082645,0.5247934,0.553719,0.57024795,0.55785125,0.553719,0.56198347,0.57438016,0.57024795,0.553719,0.5495868,0.5495868,0.5495868,0.553719,0.5661157,0.58264464,0.6280992,0.6652893,0.6652893,0.6363636,0.6570248,0.6280992,0.6363636,0.6694215,0.69008267,0.6735537,0.6528926,0.6363636,0.6280992,0.607438,0.58677685,0.57024795,0.5495868,0.5289256,0.5123967,0.5041322,0.49173555,0.37190083,0.2603306,0.32231405,0.32231405,0.30991736,0.29752067,0.3553719,0.41735536,0.41735536,0.45041323,0.4876033,0.5413223,0.5785124,0.6280992,0.6487603,0.6859504,0.6942149,0.677686,0.6280992,0.58264464,0.5413223,0.49173555,0.4214876,0.39256197,0.38429752,0.3966942,0.38016528,0.3677686,0.36363637,0.4090909,0.42975205,0.446281,0.45867768,0.45454547,0.45867768,0.5,0.4752066,0.47107437,0.46280992,0.46280992,0.47107437,0.47933885,0.4876033,0.5041322,0.53305787,0.58677685,0.607438,0.62396693,0.6280992,0.6446281,0.6818182,0.7066116,0.6694215,0.6528926,0.6363636,0.62396693,0.607438,0.57438016,0.55785125,0.54545456,0.5247934,0.5165289,0.5165289,0.47107437,0.33471075,0.20247933,0.3181818,0.3181818,0.3181818,0.30165288,0.338843,0.40082645,0.41322315,0.41322315,0.45454547,0.5165289,0.5785124,0.61157024,0.6446281,0.69008267,0.70247936,0.6942149,0.6446281,0.58264464,0.53305787,0.47107437,0.36363637,0.2892562,0.23966943,0.2644628,0.3305785,0.2768595,0.30578512,0.39256197,0.40082645,0.40495867,0.43801653,0.47933885,0.46280992,0.47933885,0.45041323,0.4338843,0.42975205,0.3966942,0.3677686,0.36363637,0.38842976,0.40082645,0.4090909,0.48347107,0.54545456,0.60330576,0.6487603,0.661157,0.70247936,0.71900827,0.677686,0.661157,0.6363636,0.61570245,0.59504133,0.58264464,0.553719,0.5289256,0.5247934,0.5165289,0.5165289,0.44214877,0.2892562,0.19421488,0.3140496,0.3140496,0.3181818,0.30165288,0.3140496,0.38429752,0.41322315,0.4090909,0.4214876,0.5041322,0.5413223,0.59917355,0.6363636,0.6942149,0.7107438,0.7107438,0.6983471,0.6570248,0.6363636,0.607438,0.5371901,0.3966942,0.26859504,0.2231405,0.32231405,0.30578512,0.2892562,0.45454547,0.4876033,0.46280992,0.47933885,0.5371901,0.58264464,0.58264464,0.55785125,0.5082645,0.53305787,0.49173555,0.38429752,0.3140496,0.3264463,0.35950413,0.4214876,0.48347107,0.54545456,0.607438,0.6652893,0.6859504,0.7231405,0.71487606,0.69008267,0.6694215,0.6322314,0.607438,0.58677685,0.5661157,0.53305787,0.5247934,0.5165289,0.5247934,0.5082645,0.4090909,0.22727273,0.2231405,0.3181818,0.30991736,0.3140496,0.30991736,0.30165288,0.35950413,0.4090909,0.3966942,0.4090909,0.47107437,0.5206612,0.56198347,0.61157024,0.6694215,0.7066116,0.72727275,0.7355372,0.72727275,0.72727275,0.7066116,0.7107438,0.6570248,0.5165289,0.45867768,0.41735536,0.37190083,0.32231405,0.37603307,0.4090909,0.38429752,0.3553719,0.3677686,0.45867768,0.5,0.49586776,0.46694216,0.4752066,0.5123967,0.46694216,0.42561984,0.46280992,0.5165289,0.5785124,0.61157024,0.6280992,0.6487603,0.6735537,0.70247936,0.72727275,0.70247936,0.6818182,0.6570248,0.6280992,0.59504133,0.57438016,0.5495868,0.53305787,0.5206612,0.5371901,0.5123967,0.5,0.3429752,0.18595041,0.23553719,0.3181818,0.3140496,0.3140496,0.3140496,0.30578512,0.32231405,0.38016528,0.4090909,0.41322315,0.42975205,0.48347107,0.5165289,0.57438016,0.6322314,0.6942149,0.72727275,0.74380165,0.75619835,0.74793386,0.73140496,0.71487606,0.71487606,0.6528926,0.59504133,0.58677685,0.5785124,0.5413223,0.5041322,0.4876033,0.4752066,0.44214877,0.42561984,0.46280992,0.49173555,0.5082645,0.5165289,0.53305787,0.54545456,0.5247934,0.5247934,0.5661157,0.6198347,0.6487603,0.661157,0.6694215,0.6818182,0.70247936,0.71487606,0.7231405,0.6859504,0.6570248,0.6198347,0.60330576,0.5785124,0.56198347,0.5371901,0.53305787,0.53305787,0.5247934,0.5041322,0.45867768,0.26859504,0.20247933,0.23553719,0.3181818,0.30578512,0.3264463,0.3140496,0.32231405,0.30991736,0.3553719,0.3966942,0.41322315,0.42561984,0.45867768,0.4876033,0.5289256,0.59090906,0.661157,0.71900827,0.73140496,0.75206614,0.74793386,0.72727275,0.71487606,0.6859504,0.6487603,0.607438,0.61157024,0.661157,0.6694215,0.69008267,0.7107438,0.7107438,0.6694215,0.6487603,0.6487603,0.6487603,0.6404959,0.6280992,0.607438,0.607438,0.56198347,0.5661157,0.607438,0.6487603,0.6652893,0.6694215,0.6818182,0.7066116,0.71900827,0.7066116,0.70247936,0.6694215,0.61157024,0.607438,0.5661157,0.553719,0.54545456,0.5289256,0.5206612,0.5247934,0.5165289,0.48347107,0.38016528,0.21900827,0.21900827,0.23553719,0.3181818,0.3181818,0.30991736,0.3305785,0.3140496,0.30165288,0.3181818,0.36363637,0.4090909,0.42561984,0.45041323,0.48347107,0.49586776,0.553719,0.607438,0.6859504,0.71900827,0.7355372,0.73966944,0.7231405,0.7107438,0.6983471,0.6528926,0.607438,0.59504133,0.6363636,0.6735537,0.6942149,0.73140496,0.74793386,0.71487606,0.6983471,0.7231405,0.73966944,0.72727275,0.69008267,0.6363636,0.607438,0.58264464,0.607438,0.6363636,0.661157,0.6694215,0.6694215,0.6859504,0.71900827,0.72727275,0.7066116,0.69008267,0.6322314,0.607438,0.5785124,0.55785125,0.5413223,0.5289256,0.5206612,0.5206612,0.5123967,0.49586776,0.446281,0.30578512,0.21900827,0.22727273,0.23140496,0.30991736,0.3264463,0.2892562,0.3140496,0.30991736,0.30165288,0.29338843,0.3305785,0.38016528,0.4338843,0.45867768,0.47107437,0.47933885,0.5247934,0.57024795,0.62396693,0.6859504,0.72727275,0.74380165,0.73140496,0.7231405,0.7107438,0.677686,0.6198347,0.58264464,0.58264464,0.62396693,0.6322314,0.661157,0.677686,0.6652893,0.6570248,0.677686,0.677686,0.6694215,0.6446281,0.61570245,0.60330576,0.60330576,0.6363636,0.6652893,0.6735537,0.6735537,0.6694215,0.6983471,0.71487606,0.7066116,0.677686,0.661157,0.61157024,0.5785124,0.57438016,0.553719,0.5413223,0.5289256,0.5206612,0.5082645,0.5,0.47107437,0.37190083,0.24793388,0.21487603,0.23140496,0.2520661,0.3181818,0.30991736,0.30165288,0.3140496,0.30165288,0.30991736,0.30165288,0.30578512,0.3429752,0.40495867,0.45867768,0.47933885,0.48347107,0.49586776,0.53305787,0.59504133,0.6322314,0.69008267,0.73966944,0.73966944,0.7231405,0.7107438,0.70247936,0.6694215,0.61570245,0.57024795,0.57024795,0.55785125,0.57024795,0.57024795,0.58677685,0.58677685,0.58677685,0.59504133,0.59504133,0.59090906,0.59917355,0.60330576,0.6280992,0.661157,0.6735537,0.6735537,0.69008267,0.6859504,0.7066116,0.7107438,0.6942149,0.6487603,0.62396693,0.59504133,0.5661157,0.55785125,0.553719,0.5247934,0.5289256,0.5123967,0.5,0.47933885,0.41735536,0.2892562,0.2107438,0.2231405,0.23140496,0.2603306,0.3181818,0.30165288,0.3140496,0.30991736,0.30578512,0.30578512,0.3140496,0.29338843,0.3140496,0.3553719,0.42975205,0.47933885,0.5,0.49586776,0.5165289,0.55785125,0.59090906,0.6446281,0.7066116,0.73140496,0.71487606,0.71487606,0.71900827,0.7066116,0.6694215,0.61570245,0.58264464,0.553719,0.5413223,0.5123967,0.5371901,0.5371901,0.5413223,0.5495868,0.57024795,0.58677685,0.61570245,0.6280992,0.661157,0.6859504,0.6859504,0.6818182,0.6983471,0.7107438,0.70247936,0.6983471,0.6652893,0.6280992,0.60330576,0.58677685,0.5661157,0.55785125,0.54545456,0.5206612,0.5247934,0.5041322,0.48347107,0.446281,0.34710744,0.2231405,0.21487603,0.22727273,0.23966943,0.26859504,0.30578512,0.30991736,0.30991736,0.30165288,0.3140496,0.29752067,0.3140496,0.29338843,0.29338843,0.3305785,0.3966942,0.46694216,0.5165289,0.5123967,0.5247934,0.553719,0.59504133,0.6280992,0.677686,0.71487606,0.7231405,0.7231405,0.73140496,0.71900827,0.70247936,0.6818182,0.6404959,0.61570245,0.607438,0.5785124,0.58264464,0.58677685,0.59504133,0.60330576,0.6198347,0.6280992,0.6528926,0.6652893,0.6859504,0.70247936,0.7107438,0.6983471,0.70247936,0.7107438,0.6942149,0.6694215,0.6446281,0.607438,0.59504133,0.5785124,0.5661157,0.5495868,0.54545456,0.5247934,0.5165289,0.48347107,0.446281,0.42561984,0.3305785,0.21487603,0.21487603,0.23966943,0.2520661,0.28099173,0.30578512,0.30991736,0.30165288,0.30165288,0.30991736,0.30165288,0.3140496,0.2892562,0.28512397,0.3553719,0.38016528,0.4338843,0.5,0.5413223,0.5371901,0.5495868,0.58677685,0.61570245,0.6652893,0.70247936,0.73140496,0.74793386,0.74380165,0.72727275,0.72727275,0.7355372,0.72727275,0.7231405,0.7231405,0.71487606,0.6942149,0.6652893,0.6942149,0.69008267,0.6942149,0.69008267,0.6859504,0.6942149,0.7107438,0.71900827,0.7231405,0.7231405,0.73140496,0.70247936,0.677686,0.6528926,0.6446281,0.607438,0.59917355,0.59090906,0.57024795,0.56198347,0.5371901,0.5206612,0.49173555,0.43801653,0.38842976,0.4338843,0.38016528,0.19421488,0.2107438,0.24793388,0.2644628,0.3140496,0.30165288,0.30578512,0.29752067,0.30991736,0.30578512,0.30165288,0.30165288,0.29752067,0.28512397,0.38842976,0.41322315,0.38429752,0.45454547,0.5289256,0.5495868,0.57024795,0.58677685,0.6363636,0.661157,0.6942149,0.7231405,0.75619835,0.7644628,0.75206614,0.75206614,0.76859504,0.77272725,0.78099173,0.78099173,0.7892562,0.77272725,0.74793386,0.76033056,0.76033056,0.76033056,0.75619835,0.74793386,0.73966944,0.7355372,0.74380165,0.74380165,0.73966944,0.73140496,0.70247936,0.6694215,0.6528926,0.62396693,0.61157024,0.59504133,0.59090906,0.57438016,0.55785125,0.5289256,0.49173555,0.446281,0.3966942,0.3677686,0.47107437,0.37603307,0.20661157,0.21487603,0.24793388,0.28099173,0.32231405,0.30165288,0.30165288,0.30165288,0.30165288,0.3140496,0.29338843,0.3140496,0.29338843,0.26859504,0.39256197,0.46280992,0.39256197,0.3966942,0.4876033,0.5413223,0.57024795,0.59504133,0.6404959,0.6652893,0.70247936,0.7231405,0.74380165,0.78099173,0.78512394,0.77272725,0.78512394,0.7933884,0.7933884,0.8016529,0.8057851,0.79752064,0.8016529,0.79752064,0.79752064,0.79752064,0.79752064,0.79752064,0.78512394,0.77272725,0.76859504,0.75619835,0.74793386,0.71487606,0.70247936,0.6528926,0.6446281,0.6198347,0.607438,0.59917355,0.58677685,0.57024795,0.5371901,0.5041322,0.45041323,0.38842976,0.3677686,0.41735536,0.5206612,0.39256197,0.19421488,0.2231405,0.26859504,0.30578512,0.3305785,0.29338843,0.29752067,0.30578512,0.29338843,0.30165288,0.29752067,0.30991736,0.30165288,0.2768595,0.37603307,0.47107437,0.446281,0.3677686,0.40082645,0.49586776,0.5371901,0.5785124,0.6322314,0.6735537,0.6983471,0.7231405,0.73966944,0.7768595,0.78512394,0.7768595,0.7933884,0.8016529,0.8016529,0.8140496,0.8140496,0.8140496,0.8016529,0.8057851,0.8057851,0.80991733,0.80991733,0.80991733,0.8057851,0.7933884,0.78512394,0.76033056,0.7355372,0.71900827,0.6818182,0.661157,0.6363636,0.61157024,0.59504133,0.59504133,0.57024795,0.5413223,0.5082645,0.45867768,0.37603307,0.3553719,0.3966942,0.46280992,0.53305787,0.4214876,0.18595041,0.23553719,0.28099173,0.3181818,0.3429752,0.29752067,0.29752067,0.30165288,0.29338843,0.30165288,0.29752067,0.3140496,0.2892562,0.24793388,0.40495867,0.45867768,0.46280992,0.40082645,0.3553719,0.39256197,0.4752066,0.53305787,0.59917355,0.6570248,0.6859504,0.7066116,0.7355372,0.7644628,0.7644628,0.7768595,0.7892562,0.79752064,0.8016529,0.8140496,0.8140496,0.8140496,0.80991733,0.8140496,0.80991733,0.8140496,0.8057851,0.8057851,0.8057851,0.8016529,0.7892562,0.75619835,0.7231405,0.70247936,0.6735537,0.6446281,0.607438,0.59917355,0.58264464,0.57024795,0.5413223,0.48347107,0.42975205,0.3677686,0.3305785,0.38429752,0.45867768,0.48347107,0.5371901,0.38429752,0.21900827,0.24380165,0.30165288,0.3305785,0.34710744,0.29338843,0.30165288,0.29752067,0.29338843,0.30165288,0.2892562,0.2892562,0.29338843,0.27272728,0.40495867,0.45867768,0.46280992,0.4338843,0.3553719,0.30578512,0.37190083,0.45454547,0.53305787,0.60330576,0.6446281,0.677686,0.71900827,0.73966944,0.75619835,0.76033056,0.7768595,0.78512394,0.7892562,0.79752064,0.8057851,0.79752064,0.79752064,0.8057851,0.8057851,0.8016529,0.79752064,0.7933884,0.78512394,0.78099173,0.76033056,0.7355372,0.69008267,0.677686,0.6487603,0.61157024,0.58677685,0.5661157,0.54545456,0.5082645,0.45041323,0.3966942,0.3305785,0.3181818,0.36363637,0.43801653,0.49586776,0.5123967,0.5247934,0.40082645,0.2107438,0.2644628,0.3181818,0.33471075,0.34710744,0.29338843,0.30165288,0.30165288,0.29338843,0.30165288,0.30165288,0.29338843,0.28512397,0.2892562,0.4090909,0.45867768,0.45867768,0.446281,0.38429752,0.30991736,0.28512397,0.338843,0.45041323,0.53305787,0.60330576,0.6363636,0.6652893,0.7066116,0.73966944,0.74793386,0.75206614,0.7644628,0.76859504,0.76859504,0.7768595,0.78099173,0.7768595,0.78099173,0.78512394,0.7768595,0.78512394,0.7644628,0.7644628,0.73966944,0.71900827,0.7066116,0.6694215,0.6404959,0.607438,0.57438016,0.5495868,0.5206612,0.47933885,0.41322315,0.33471075,0.30578512,0.3181818,0.35123968,0.42561984,0.49173555,0.5082645,0.5123967,0.5165289,0.39256197,0.2520661,0.2892562,0.3305785,0.33471075,0.3429752,0.2892562,0.2892562,0.29752067,0.29752067,0.2892562,0.29338843,0.30165288,0.27272728,0.27272728,0.41735536,0.45041323,0.446281,0.46280992,0.40495867,0.3429752,0.28099173,0.2520661,0.32231405,0.43801653,0.5123967,0.57438016,0.61570245,0.6404959,0.6859504,0.7107438,0.71487606,0.7355372,0.73966944,0.73966944,0.74793386,0.74793386,0.74793386,0.76033056,0.7644628,0.74380165,0.75206614,0.73966944,0.74380165,0.6983471,0.6735537,0.6570248,0.62396693,0.59090906,0.553719,0.5206612,0.48347107,0.43801653,0.35950413,0.30991736,0.2892562,0.30165288,0.34710744,0.4090909,0.4876033,0.5206612,0.5247934,0.5165289,0.5082645,0.40082645,0.26859504,0.32231405,0.33471075,0.34710744,0.338843,0.29752067,0.29338843,0.29338843,0.29752067,0.29338843,0.29338843,0.2892562,0.28099173,0.2892562,0.41735536,0.446281,0.42975205,0.46280992,0.4214876,0.36363637,0.30578512,0.24380165,0.24793388,0.3181818,0.4090909,0.48347107,0.5413223,0.5785124,0.62396693,0.6487603,0.6528926,0.6818182,0.6859504,0.6859504,0.69008267,0.69008267,0.6942149,0.6983471,0.7066116,0.6983471,0.6818182,0.6818182,0.6652893,0.6446281,0.62396693,0.58677685,0.55785125,0.5206612,0.4752066,0.42975205,0.38016528,0.3264463,0.27272728,0.29338843,0.29752067,0.33471075,0.4090909,0.47107437,0.5206612,0.5371901,0.5289256,0.5165289,0.49586776,0.41735536,0.32231405,0.33471075,0.338843,0.35950413,0.3553719,0.30165288,0.29338843,0.29752067,0.2892562,0.29338843,0.29752067,0.29752067,0.2768595,0.28512397,0.40495867,0.446281,0.44214877,0.4338843,0.42561984,0.3966942,0.3429752,0.2603306,0.24793388,0.23553719,0.2768595,0.3677686,0.42561984,0.46280992,0.5206612,0.553719,0.57024795,0.59917355,0.607438,0.61570245,0.607438,0.6198347,0.6363636,0.6363636,0.6446281,0.6404959,0.6280992,0.6280992,0.59504133,0.57438016,0.5661157,0.5123967,0.46694216,0.4214876,0.36363637,0.30991736,0.28099173,0.2768595,0.2892562,0.28099173,0.34710744,0.4090909,0.46694216,0.5289256,0.5371901,0.5413223,0.5289256,0.5082645,0.4876033,0.41322315,0.35950413,0.35123968,0.34710744,0.35123968,0.3677686,0.26859504,0.29338843,0.2892562,0.29752067,0.29338843,0.29338843,0.2892562,0.22727273,0.24793388,0.39256197,0.45041323,0.446281,0.42975205,0.446281,0.40082645,0.3553719,0.29752067,0.26859504,0.23553719,0.22727273,0.25619835,0.29338843,0.3181818,0.3677686,0.41322315,0.446281,0.46694216,0.49586776,0.49586776,0.5041322,0.5123967,0.5206612,0.5206612,0.5247934,0.53305787,0.5247934,0.5289256,0.5082645,0.47933885,0.446281,0.40495867,0.338843,0.29752067,0.26859504,0.26859504,0.2768595,0.30578512,0.3264463,0.3429752,0.40495867,0.46280992,0.5247934,0.54545456,0.55785125,0.5413223,0.5247934,0.5,0.4876033,0.40495867,0.35950413,0.3677686,0.35950413,0.35123968,0.36363637,39 +0.40082645,0.49586776,0.57024795,0.6322314,0.6487603,0.6404959,0.661157,0.6363636,0.6652893,0.6983471,0.70247936,0.6570248,0.6652893,0.73140496,0.74793386,0.76859504,0.76859504,0.76859504,0.78099173,0.80991733,0.80991733,0.8140496,0.8181818,0.8140496,0.80991733,0.8181818,0.8057851,0.80991733,0.8057851,0.822314,0.8140496,0.8181818,0.8140496,0.8057851,0.79752064,0.7933884,0.7892562,0.78099173,0.78512394,0.77272725,0.7892562,0.79752064,0.8016529,0.8016529,0.79752064,0.7892562,0.7892562,0.7768595,0.7644628,0.72727275,0.6446281,0.6652893,0.6404959,0.6198347,0.59504133,0.55785125,0.5413223,0.5495868,0.53305787,0.49586776,0.45454547,0.34710744,0.29752067,0.2107438,0.4214876,0.47933885,0.57024795,0.6198347,0.6487603,0.6528926,0.6570248,0.6652893,0.6942149,0.71900827,0.71900827,0.6818182,0.7107438,0.77272725,0.7644628,0.78099173,0.7933884,0.79752064,0.8016529,0.80991733,0.8181818,0.822314,0.8181818,0.822314,0.8140496,0.80991733,0.8181818,0.8057851,0.8140496,0.8057851,0.79752064,0.8016529,0.8057851,0.8016529,0.7933884,0.7933884,0.7892562,0.7933884,0.7892562,0.78512394,0.79752064,0.7892562,0.8016529,0.8057851,0.79752064,0.7933884,0.7892562,0.78099173,0.77272725,0.7355372,0.6942149,0.677686,0.677686,0.6487603,0.6322314,0.5785124,0.5413223,0.54545456,0.5495868,0.49173555,0.45867768,0.36363637,0.30165288,0.18181819,0.42975205,0.5,0.55785125,0.607438,0.6487603,0.6570248,0.6570248,0.6735537,0.7107438,0.72727275,0.73966944,0.74380165,0.74380165,0.77272725,0.78099173,0.78099173,0.7933884,0.8140496,0.8140496,0.8181818,0.8181818,0.8181818,0.822314,0.822314,0.8140496,0.80991733,0.8140496,0.80991733,0.80991733,0.79752064,0.78512394,0.7892562,0.7933884,0.7933884,0.7933884,0.7933884,0.7933884,0.7892562,0.7892562,0.7892562,0.79752064,0.7892562,0.7892562,0.7933884,0.7892562,0.7892562,0.78512394,0.78099173,0.7768595,0.75206614,0.7355372,0.7107438,0.6983471,0.677686,0.6446281,0.58677685,0.5371901,0.53305787,0.53305787,0.49173555,0.45867768,0.35950413,0.28512397,0.20661157,0.39256197,0.5041322,0.5661157,0.6280992,0.6280992,0.6528926,0.661157,0.677686,0.73140496,0.73140496,0.75206614,0.7644628,0.77272725,0.7768595,0.78512394,0.78512394,0.7892562,0.8057851,0.80991733,0.8181818,0.8140496,0.8181818,0.822314,0.8140496,0.80991733,0.80991733,0.8016529,0.79752064,0.8016529,0.78512394,0.78099173,0.79752064,0.7892562,0.78512394,0.7933884,0.7933884,0.7933884,0.7892562,0.7768595,0.7933884,0.7933884,0.7892562,0.78099173,0.76033056,0.76033056,0.76859504,0.78099173,0.7768595,0.76859504,0.76033056,0.74380165,0.73966944,0.7231405,0.7066116,0.6570248,0.61157024,0.56198347,0.5371901,0.5289256,0.5041322,0.46280992,0.3429752,0.26859504,0.23966943,0.38429752,0.4876033,0.57024795,0.60330576,0.61570245,0.6446281,0.6694215,0.6942149,0.72727275,0.74380165,0.76033056,0.7768595,0.77272725,0.7768595,0.78512394,0.7768595,0.7933884,0.7933884,0.7892562,0.8057851,0.8016529,0.79752064,0.80991733,0.8016529,0.8057851,0.7933884,0.7933884,0.78512394,0.7933884,0.77272725,0.7768595,0.7892562,0.78099173,0.7768595,0.78512394,0.78512394,0.7892562,0.78512394,0.76859504,0.78099173,0.78512394,0.77272725,0.74793386,0.7231405,0.73140496,0.7644628,0.76859504,0.7644628,0.75206614,0.74380165,0.73140496,0.75206614,0.72727275,0.71487606,0.6694215,0.6280992,0.58264464,0.53305787,0.5247934,0.5041322,0.46280992,0.3429752,0.2520661,0.23140496,0.38429752,0.49586776,0.56198347,0.607438,0.59917355,0.6404959,0.677686,0.70247936,0.72727275,0.74793386,0.76859504,0.78512394,0.76859504,0.76859504,0.7768595,0.77272725,0.78512394,0.77272725,0.77272725,0.78099173,0.7892562,0.7768595,0.78512394,0.7768595,0.77272725,0.77272725,0.7892562,0.77272725,0.78099173,0.76859504,0.77272725,0.78099173,0.7768595,0.76859504,0.7768595,0.77272725,0.7768595,0.7644628,0.76033056,0.75206614,0.75206614,0.73966944,0.7066116,0.6942149,0.7066116,0.7355372,0.75206614,0.7355372,0.71487606,0.7107438,0.6942149,0.71900827,0.6942149,0.6942149,0.677686,0.6570248,0.61570245,0.5495868,0.5165289,0.5,0.47107437,0.38842976,0.23553719,0.19008264,0.39256197,0.5206612,0.553719,0.60330576,0.59504133,0.6404959,0.69008267,0.71900827,0.73140496,0.73140496,0.74793386,0.76859504,0.74793386,0.7644628,0.76033056,0.75619835,0.7644628,0.75206614,0.76033056,0.76033056,0.7644628,0.75619835,0.75619835,0.75206614,0.75206614,0.74793386,0.76033056,0.75206614,0.76033056,0.74793386,0.75619835,0.7644628,0.75619835,0.74793386,0.76033056,0.75619835,0.74793386,0.7355372,0.73140496,0.7066116,0.70247936,0.6859504,0.677686,0.6859504,0.69008267,0.7107438,0.71900827,0.6859504,0.6652893,0.6446281,0.6280992,0.6404959,0.62396693,0.6198347,0.6363636,0.661157,0.6363636,0.5661157,0.5165289,0.48347107,0.48347107,0.4214876,0.2644628,0.18595041,0.4090909,0.5371901,0.56198347,0.59504133,0.59917355,0.6322314,0.677686,0.7107438,0.71487606,0.6942149,0.69008267,0.7066116,0.70247936,0.7107438,0.69008267,0.6859504,0.7066116,0.6983471,0.71487606,0.7355372,0.73140496,0.72727275,0.71900827,0.71487606,0.71900827,0.7107438,0.7107438,0.72727275,0.7355372,0.71900827,0.73140496,0.73966944,0.72727275,0.71900827,0.73140496,0.71487606,0.70247936,0.6942149,0.69008267,0.677686,0.6694215,0.6570248,0.6570248,0.6652893,0.661157,0.661157,0.6446281,0.61570245,0.58264464,0.56198347,0.53305787,0.55785125,0.5413223,0.54545456,0.56198347,0.59504133,0.59917355,0.5785124,0.5247934,0.48347107,0.47933885,0.45454547,0.29338843,0.20247933,0.42561984,0.553719,0.5785124,0.58677685,0.59090906,0.61157024,0.6487603,0.677686,0.6694215,0.6528926,0.61570245,0.61157024,0.62396693,0.61570245,0.5785124,0.57024795,0.57438016,0.57438016,0.58677685,0.62396693,0.6404959,0.6652893,0.6735537,0.677686,0.6818182,0.6694215,0.6570248,0.6818182,0.6942149,0.6859504,0.6942149,0.71487606,0.71487606,0.69008267,0.6818182,0.6735537,0.661157,0.6487603,0.6528926,0.6446281,0.62396693,0.61570245,0.60330576,0.60330576,0.57438016,0.56198347,0.5247934,0.5206612,0.5165289,0.48347107,0.45454547,0.4876033,0.48347107,0.4876033,0.49586776,0.5165289,0.53305787,0.5371901,0.5206612,0.49173555,0.4752066,0.47933885,0.3305785,0.2520661,0.42561984,0.58264464,0.58677685,0.57024795,0.57024795,0.57438016,0.59504133,0.61157024,0.59504133,0.57438016,0.55785125,0.5247934,0.5371901,0.5041322,0.4752066,0.46694216,0.46694216,0.4338843,0.446281,0.4752066,0.5,0.5495868,0.58677685,0.62396693,0.6322314,0.6198347,0.607438,0.6198347,0.6363636,0.6570248,0.661157,0.6859504,0.69008267,0.6570248,0.6363636,0.6404959,0.6198347,0.607438,0.59504133,0.59504133,0.553719,0.5165289,0.49173555,0.48347107,0.446281,0.4338843,0.41735536,0.39256197,0.40082645,0.38429752,0.4090909,0.41735536,0.41322315,0.42975205,0.4338843,0.44214877,0.46694216,0.46694216,0.47933885,0.4752066,0.47107437,0.47933885,0.38842976,0.28512397,0.446281,0.60330576,0.5785124,0.55785125,0.5289256,0.53305787,0.5495868,0.5371901,0.5082645,0.48347107,0.46280992,0.45454547,0.40082645,0.39256197,0.39256197,0.37603307,0.35950413,0.35123968,0.3429752,0.36363637,0.38016528,0.42975205,0.47933885,0.5165289,0.5371901,0.5495868,0.56198347,0.5785124,0.58677685,0.6198347,0.6363636,0.6528926,0.6487603,0.6280992,0.61157024,0.607438,0.5495868,0.553719,0.53305787,0.5123967,0.47107437,0.41735536,0.38429752,0.37190083,0.3429752,0.3264463,0.30991736,0.30991736,0.3140496,0.30991736,0.3553719,0.34710744,0.35950413,0.38016528,0.40082645,0.40082645,0.41322315,0.41735536,0.446281,0.45867768,0.47107437,0.4752066,0.42561984,0.30578512,0.4876033,0.59917355,0.58264464,0.5495868,0.5165289,0.49586776,0.48347107,0.47107437,0.45041323,0.41735536,0.40082645,0.39256197,0.35950413,0.35123968,0.33471075,0.33471075,0.30991736,0.3264463,0.30165288,0.30578512,0.30991736,0.3553719,0.3966942,0.4090909,0.45041323,0.49173555,0.5123967,0.5371901,0.553719,0.58264464,0.6198347,0.6487603,0.6446281,0.61157024,0.59917355,0.56198347,0.5289256,0.5123967,0.45867768,0.45454547,0.40495867,0.3553719,0.32231405,0.30578512,0.28099173,0.24793388,0.23140496,0.25619835,0.2520661,0.2603306,0.30578512,0.30991736,0.3553719,0.3677686,0.38842976,0.39256197,0.40082645,0.41322315,0.446281,0.45867768,0.46694216,0.46694216,0.44214877,0.35123968,0.5,0.61157024,0.59917355,0.54545456,0.5123967,0.45454547,0.446281,0.45867768,0.45041323,0.41735536,0.3966942,0.3966942,0.3553719,0.33471075,0.3181818,0.2603306,0.24793388,0.23553719,0.22727273,0.21900827,0.24380165,0.28099173,0.3264463,0.3305785,0.39256197,0.42975205,0.45867768,0.5,0.5495868,0.5785124,0.62396693,0.661157,0.6652893,0.6363636,0.59917355,0.5413223,0.5,0.49173555,0.4338843,0.37603307,0.35123968,0.30165288,0.27272728,0.24380165,0.20661157,0.2107438,0.20247933,0.2231405,0.25619835,0.21900827,0.23140496,0.22727273,0.28512397,0.30991736,0.34710744,0.37190083,0.39256197,0.40495867,0.43801653,0.45454547,0.45454547,0.46280992,0.42975205,0.35123968,0.5123967,0.59504133,0.59090906,0.57438016,0.5289256,0.45454547,0.4338843,0.42975205,0.43801653,0.4090909,0.38429752,0.34710744,0.29752067,0.28512397,0.30165288,0.28099173,0.28099173,0.24793388,0.24380165,0.23140496,0.20661157,0.21487603,0.2520661,0.28512397,0.3305785,0.36363637,0.41322315,0.47933885,0.5661157,0.6363636,0.6735537,0.7107438,0.71487606,0.69008267,0.6487603,0.5785124,0.5082645,0.46280992,0.38842976,0.3429752,0.29338843,0.2644628,0.23966943,0.23140496,0.23553719,0.2520661,0.28512397,0.30165288,0.35950413,0.37190083,0.35950413,0.34710744,0.2644628,0.23553719,0.2892562,0.3305785,0.3553719,0.38016528,0.41735536,0.45041323,0.45454547,0.47107437,0.44214877,0.35123968,0.49586776,0.60330576,0.58677685,0.56198347,0.53305787,0.46694216,0.41322315,0.38429752,0.37190083,0.36363637,0.30165288,0.29752067,0.33471075,0.40495867,0.38429752,0.3553719,0.3181818,0.30165288,0.29338843,0.29752067,0.29752067,0.2644628,0.26859504,0.26859504,0.28099173,0.26859504,0.36363637,0.45454547,0.5661157,0.6652893,0.71900827,0.75206614,0.73966944,0.7231405,0.6983471,0.62396693,0.5165289,0.446281,0.36363637,0.28512397,0.2768595,0.27272728,0.24380165,0.27272728,0.30165288,0.28512397,0.27272728,0.23140496,0.29752067,0.30578512,0.35950413,0.3966942,0.38429752,0.3264463,0.24793388,0.2768595,0.3181818,0.34710744,0.38429752,0.42975205,0.45041323,0.47933885,0.46280992,0.3140496,0.5247934,0.61157024,0.60330576,0.57438016,0.5289256,0.46694216,0.38842976,0.34710744,0.3181818,0.2892562,0.338843,0.40495867,0.42561984,0.39256197,0.29752067,0.23140496,0.23140496,0.20661157,0.24380165,0.28512397,0.3305785,0.3264463,0.29338843,0.28099173,0.29338843,0.2644628,0.27272728,0.3966942,0.5661157,0.69008267,0.75206614,0.7892562,0.7892562,0.7768595,0.7355372,0.6735537,0.5371901,0.45867768,0.3181818,0.2644628,0.30991736,0.2768595,0.2892562,0.33471075,0.30991736,0.2231405,0.26859504,0.17355372,0.3677686,0.23966943,0.2892562,0.3429752,0.3305785,0.35950413,0.32231405,0.28099173,0.30578512,0.33471075,0.38429752,0.42561984,0.45041323,0.48347107,0.46280992,0.36363637,0.553719,0.607438,0.607438,0.59090906,0.5165289,0.42975205,0.36363637,0.32231405,0.26859504,0.29752067,0.40495867,0.38016528,0.41735536,0.3677686,0.2603306,0.20661157,0.21487603,0.19008264,0.2603306,0.32231405,0.39256197,0.34710744,0.32231405,0.29752067,0.3305785,0.3140496,0.23553719,0.3264463,0.553719,0.7066116,0.77272725,0.8057851,0.8057851,0.7892562,0.76033056,0.6983471,0.5413223,0.41735536,0.3140496,0.3305785,0.338843,0.3305785,0.3264463,0.3966942,0.37190083,0.24793388,0.2603306,0.19421488,0.23140496,0.24793388,0.29752067,0.4752066,0.338843,0.29752067,0.3264463,0.3264463,0.32231405,0.3305785,0.37190083,0.4338843,0.46694216,0.47933885,0.4752066,0.3677686,0.56198347,0.61157024,0.61157024,0.59917355,0.5371901,0.42975205,0.37190083,0.3264463,0.29752067,0.35950413,0.37603307,0.3181818,0.5082645,0.4752066,0.3429752,0.23553719,0.18595041,0.20661157,0.28099173,0.40082645,0.47933885,0.37603307,0.30991736,0.30578512,0.3677686,0.32231405,0.2644628,0.30578512,0.5206612,0.70247936,0.76033056,0.8140496,0.8181818,0.79752064,0.7768595,0.71900827,0.5289256,0.4090909,0.3677686,0.40495867,0.3966942,0.3305785,0.35123968,0.45454547,0.42975205,0.30991736,0.27272728,0.2231405,0.2107438,0.24793388,0.35950413,0.47107437,0.4214876,0.3305785,0.33471075,0.33471075,0.3553719,0.35123968,0.37603307,0.4338843,0.49173555,0.4876033,0.48347107,0.35950413,0.5661157,0.6198347,0.6198347,0.607438,0.5785124,0.5,0.42561984,0.39256197,0.4090909,0.4338843,0.46694216,0.45454547,0.553719,0.58677685,0.42561984,0.3966942,0.35123968,0.35123968,0.38016528,0.46280992,0.48347107,0.4214876,0.32231405,0.30578512,0.3966942,0.3677686,0.338843,0.37190083,0.5371901,0.677686,0.75619835,0.8057851,0.8181818,0.8016529,0.7892562,0.7107438,0.5123967,0.40495867,0.4214876,0.45867768,0.42975205,0.338843,0.37190083,0.41735536,0.44214877,0.37603307,0.3264463,0.3140496,0.3264463,0.3429752,0.42561984,0.446281,0.41322315,0.4090909,0.41322315,0.41735536,0.4214876,0.4214876,0.4090909,0.45041323,0.49586776,0.48347107,0.5,0.39256197,0.57024795,0.61157024,0.6280992,0.62396693,0.61157024,0.56198347,0.5123967,0.49173555,0.5206612,0.53305787,0.5206612,0.5371901,0.5495868,0.6280992,0.5785124,0.54545456,0.58677685,0.54545456,0.5165289,0.5206612,0.48347107,0.44214877,0.40495867,0.39256197,0.42975205,0.41735536,0.42561984,0.49586776,0.60330576,0.6735537,0.75206614,0.79752064,0.8181818,0.80991733,0.8057851,0.71900827,0.5289256,0.43801653,0.42975205,0.4876033,0.446281,0.40082645,0.38429752,0.38429752,0.41322315,0.41735536,0.3966942,0.38429752,0.4090909,0.42975205,0.4214876,0.4338843,0.41322315,0.43801653,0.46280992,0.4876033,0.4752066,0.4752066,0.446281,0.47107437,0.5,0.4752066,0.5,0.4338843,0.5661157,0.607438,0.6280992,0.6363636,0.6363636,0.607438,0.58264464,0.59090906,0.607438,0.58264464,0.54545456,0.5371901,0.5413223,0.58264464,0.57438016,0.57438016,0.59090906,0.57438016,0.54545456,0.5289256,0.4876033,0.446281,0.45867768,0.47933885,0.47933885,0.45867768,0.49586776,0.59917355,0.6735537,0.6735537,0.73140496,0.7892562,0.8140496,0.8181818,0.8140496,0.73966944,0.5785124,0.46694216,0.42975205,0.47933885,0.43801653,0.4214876,0.38842976,0.3677686,0.38842976,0.4214876,0.4338843,0.42975205,0.446281,0.43801653,0.43801653,0.42975205,0.4338843,0.45867768,0.47933885,0.4876033,0.49173555,0.49586776,0.4876033,0.49586776,0.5,0.47933885,0.49173555,0.45041323,0.553719,0.59917355,0.62396693,0.6487603,0.6528926,0.6404959,0.62396693,0.6363636,0.6528926,0.60330576,0.56198347,0.553719,0.55785125,0.57024795,0.5495868,0.5413223,0.54545456,0.5165289,0.4876033,0.46280992,0.45041323,0.4752066,0.5289256,0.5413223,0.5495868,0.56198347,0.58264464,0.6818182,0.7066116,0.6735537,0.71487606,0.78512394,0.8140496,0.8140496,0.80991733,0.7768595,0.6446281,0.5123967,0.48347107,0.49173555,0.45867768,0.446281,0.41735536,0.38016528,0.37603307,0.39256197,0.4214876,0.4214876,0.4338843,0.42975205,0.44214877,0.4338843,0.43801653,0.47933885,0.49173555,0.5,0.5123967,0.5123967,0.5082645,0.5082645,0.5041322,0.4876033,0.48347107,0.45041323,0.5289256,0.59504133,0.62396693,0.6570248,0.6735537,0.661157,0.6446281,0.6570248,0.6694215,0.6487603,0.60330576,0.5371901,0.5,0.5,0.48347107,0.46280992,0.46694216,0.45867768,0.446281,0.47107437,0.5165289,0.55785125,0.59917355,0.60330576,0.6446281,0.6694215,0.6570248,0.7107438,0.7231405,0.677686,0.7066116,0.78512394,0.8181818,0.8140496,0.8140496,0.8016529,0.6818182,0.553719,0.5289256,0.5413223,0.5206612,0.5165289,0.4752066,0.45867768,0.4338843,0.41735536,0.42561984,0.41322315,0.41322315,0.42975205,0.45041323,0.46694216,0.4876033,0.5165289,0.5123967,0.5247934,0.5206612,0.5247934,0.5165289,0.5041322,0.5041322,0.47933885,0.47933885,0.43801653,0.49586776,0.58677685,0.61570245,0.6694215,0.69008267,0.6735537,0.661157,0.6570248,0.661157,0.6735537,0.661157,0.62396693,0.56198347,0.5041322,0.4752066,0.45867768,0.4876033,0.5371901,0.58677685,0.6322314,0.6446281,0.6528926,0.6942149,0.73140496,0.74793386,0.7231405,0.677686,0.71487606,0.71900827,0.6694215,0.677686,0.7644628,0.8140496,0.8264463,0.8264463,0.8057851,0.6983471,0.58677685,0.57024795,0.55785125,0.607438,0.62396693,0.58264464,0.5413223,0.5371901,0.5371901,0.53305787,0.5,0.5123967,0.5041322,0.5206612,0.5206612,0.5247934,0.5495868,0.5413223,0.54545456,0.5371901,0.5289256,0.5289256,0.5082645,0.5,0.47933885,0.47107437,0.42561984,0.4338843,0.57024795,0.60330576,0.6652893,0.6859504,0.6942149,0.6859504,0.6652893,0.661157,0.6818182,0.70247936,0.7107438,0.7107438,0.7107438,0.70247936,0.6942149,0.7066116,0.71487606,0.73966944,0.74793386,0.73966944,0.73966944,0.76859504,0.76859504,0.75206614,0.71900827,0.69008267,0.7107438,0.71900827,0.6652893,0.6652893,0.74380165,0.8016529,0.8347107,0.822314,0.78512394,0.69008267,0.59917355,0.60330576,0.55785125,0.6280992,0.6818182,0.6983471,0.6570248,0.6528926,0.6570248,0.6363636,0.6198347,0.6322314,0.607438,0.59917355,0.607438,0.59917355,0.61157024,0.60330576,0.59504133,0.58264464,0.56198347,0.5495868,0.5371901,0.5082645,0.49586776,0.4752066,0.40082645,0.4090909,0.5289256,0.59090906,0.6694215,0.69008267,0.70247936,0.7107438,0.6735537,0.677686,0.6942149,0.71900827,0.71900827,0.73966944,0.77272725,0.7644628,0.78512394,0.78512394,0.78512394,0.8016529,0.78512394,0.78099173,0.78512394,0.7892562,0.77272725,0.76033056,0.73966944,0.6983471,0.6942149,0.71487606,0.661157,0.6446281,0.7231405,0.80991733,0.8305785,0.8181818,0.77272725,0.6735537,0.60330576,0.607438,0.57438016,0.607438,0.69008267,0.7231405,0.72727275,0.71900827,0.71900827,0.7107438,0.6983471,0.7066116,0.7066116,0.6652893,0.677686,0.6818182,0.6859504,0.6735537,0.6528926,0.6280992,0.60330576,0.57024795,0.5413223,0.5206612,0.4876033,0.4752066,0.39256197,0.5206612,0.5,0.56198347,0.6570248,0.6942149,0.71900827,0.73140496,0.72727275,0.72727275,0.7355372,0.74793386,0.75206614,0.73966944,0.7933884,0.7933884,0.79752064,0.8057851,0.7933884,0.79752064,0.8057851,0.8016529,0.7933884,0.7892562,0.76859504,0.7644628,0.71900827,0.6983471,0.6942149,0.6859504,0.6363636,0.6280992,0.6942149,0.7892562,0.822314,0.79752064,0.73966944,0.6652893,0.6570248,0.57438016,0.61157024,0.6446281,0.6818182,0.72727275,0.7231405,0.73966944,0.74793386,0.74793386,0.74793386,0.73966944,0.75206614,0.74793386,0.71900827,0.73140496,0.7355372,0.73140496,0.7107438,0.677686,0.62396693,0.59504133,0.57438016,0.5165289,0.5,0.46694216,0.41735536,0.62396693,0.48347107,0.5165289,0.6322314,0.6983471,0.71487606,0.7355372,0.73966944,0.73966944,0.75206614,0.7644628,0.76859504,0.75619835,0.7933884,0.8016529,0.79752064,0.80991733,0.8057851,0.7933884,0.8140496,0.8057851,0.7933884,0.78512394,0.77272725,0.76033056,0.73966944,0.71900827,0.69008267,0.677686,0.6528926,0.6363636,0.69008267,0.77272725,0.8181818,0.8016529,0.75206614,0.6652893,0.6735537,0.59504133,0.59090906,0.6818182,0.7107438,0.74793386,0.74793386,0.76033056,0.76033056,0.7644628,0.76859504,0.7644628,0.7644628,0.7644628,0.76033056,0.75619835,0.75619835,0.73966944,0.71900827,0.6942149,0.6570248,0.61570245,0.5785124,0.5371901,0.5,0.446281,0.38429752,0.6983471,0.5289256,0.446281,0.6198347,0.6818182,0.71487606,0.73140496,0.73966944,0.72727275,0.73966944,0.76859504,0.7768595,0.78099173,0.7933884,0.8016529,0.8057851,0.80991733,0.80991733,0.79752064,0.8140496,0.80991733,0.79752064,0.78512394,0.76859504,0.7644628,0.7355372,0.7107438,0.6446281,0.6735537,0.6735537,0.6570248,0.69008267,0.7644628,0.8140496,0.8057851,0.7768595,0.6942149,0.6652893,0.5785124,0.53305787,0.61570245,0.6818182,0.7355372,0.74793386,0.75619835,0.76033056,0.7644628,0.76859504,0.7644628,0.7644628,0.75206614,0.7644628,0.7644628,0.75619835,0.74793386,0.73140496,0.70247936,0.6735537,0.6363636,0.59504133,0.54545456,0.5082645,0.45041323,0.25619835,0.71487606,0.59090906,0.4214876,0.59504133,0.6570248,0.70247936,0.71487606,0.72727275,0.73140496,0.73966944,0.77272725,0.78099173,0.7892562,0.78512394,0.7892562,0.8057851,0.8057851,0.8057851,0.7933884,0.8016529,0.7933884,0.77272725,0.78099173,0.74793386,0.74380165,0.6818182,0.6859504,0.6528926,0.69008267,0.6859504,0.6735537,0.6942149,0.76033056,0.80991733,0.8016529,0.77272725,0.6942149,0.6446281,0.5785124,0.5413223,0.5661157,0.59917355,0.6694215,0.71487606,0.73966944,0.74793386,0.7355372,0.74380165,0.73140496,0.74793386,0.74793386,0.73966944,0.74793386,0.7355372,0.72727275,0.71487606,0.6859504,0.6528926,0.62396693,0.59917355,0.5413223,0.5123967,0.42975205,0.28099173,0.69008267,0.59090906,0.4338843,0.54545456,0.6404959,0.6859504,0.7066116,0.71900827,0.73140496,0.74380165,0.76033056,0.76859504,0.76859504,0.7892562,0.7892562,0.7892562,0.7892562,0.78512394,0.7768595,0.76859504,0.74380165,0.71900827,0.73966944,0.71487606,0.677686,0.6198347,0.6652893,0.6942149,0.70247936,0.70247936,0.6859504,0.70247936,0.76033056,0.8057851,0.8016529,0.7644628,0.6818182,0.6322314,0.59917355,0.61570245,0.61570245,0.58677685,0.5495868,0.62396693,0.6735537,0.70247936,0.69008267,0.70247936,0.70247936,0.72727275,0.7231405,0.72727275,0.71487606,0.7231405,0.69008267,0.677686,0.6528926,0.62396693,0.61157024,0.58264464,0.53305787,0.5041322,0.42561984,0.3677686,0.73966944,0.6694215,0.48347107,0.49586776,0.61570245,0.6652893,0.6859504,0.70247936,0.71487606,0.7231405,0.74793386,0.73966944,0.75206614,0.7892562,0.76859504,0.76859504,0.76859504,0.75619835,0.73966944,0.7231405,0.6818182,0.6570248,0.6694215,0.6735537,0.59917355,0.57438016,0.6652893,0.71487606,0.71900827,0.7066116,0.6942149,0.7066116,0.76859504,0.8016529,0.7933884,0.77272725,0.69008267,0.6446281,0.6487603,0.677686,0.6694215,0.6198347,0.47933885,0.5123967,0.56198347,0.6198347,0.6404959,0.661157,0.6735537,0.6818182,0.6859504,0.69008267,0.677686,0.6859504,0.661157,0.6446281,0.61570245,0.59917355,0.59090906,0.56198347,0.5247934,0.49586776,0.41322315,0.3677686,0.6322314,0.70247936,0.58264464,0.4752066,0.58677685,0.6363636,0.661157,0.6818182,0.6983471,0.6942149,0.70247936,0.71900827,0.7355372,0.7644628,0.75206614,0.73140496,0.73966944,0.72727275,0.6942149,0.6652893,0.62396693,0.59090906,0.57024795,0.61157024,0.5785124,0.5289256,0.6652893,0.70247936,0.71487606,0.6983471,0.6942149,0.71487606,0.77272725,0.78512394,0.77272725,0.7768595,0.7066116,0.6528926,0.6404959,0.6528926,0.6528926,0.60330576,0.45867768,0.446281,0.46694216,0.5082645,0.57438016,0.60330576,0.6198347,0.6363636,0.6528926,0.6528926,0.6404959,0.6322314,0.62396693,0.607438,0.57024795,0.56198347,0.5495868,0.53305787,0.5082645,0.49173555,0.3966942,0.37603307,0.54545456,0.60330576,0.553719,0.47933885,0.55785125,0.59917355,0.6280992,0.6570248,0.677686,0.6694215,0.6735537,0.69008267,0.7066116,0.71900827,0.71487606,0.70247936,0.6983471,0.6859504,0.6363636,0.58677685,0.54545456,0.5,0.4876033,0.58264464,0.61157024,0.5082645,0.58264464,0.6198347,0.6446281,0.6363636,0.6528926,0.70247936,0.75206614,0.73966944,0.71900827,0.73140496,0.70247936,0.61157024,0.5661157,0.5495868,0.5661157,0.5247934,0.42975205,0.42975205,0.42561984,0.4214876,0.47933885,0.5289256,0.57438016,0.59090906,0.61157024,0.59917355,0.58677685,0.58264464,0.57438016,0.5661157,0.5371901,0.5206612,0.5041322,0.5041322,0.49586776,0.48347107,0.40082645,0.39256197,0.6322314,0.6322314,0.59917355,0.5,0.5123967,0.56198347,0.59917355,0.6322314,0.6528926,0.6487603,0.6570248,0.6652893,0.6694215,0.6859504,0.677686,0.6652893,0.6363636,0.6322314,0.5785124,0.5289256,0.47107437,0.45867768,0.5206612,0.59504133,0.6280992,0.59917355,0.47107437,0.4090909,0.45041323,0.5289256,0.54545456,0.61570245,0.6735537,0.6528926,0.61570245,0.61157024,0.60330576,0.5247934,0.47107437,0.38842976,0.42561984,0.44214877,0.41735536,0.44214877,0.45041323,0.42975205,0.42561984,0.46280992,0.5247934,0.5289256,0.56198347,0.53305787,0.5247934,0.53305787,0.5247934,0.5041322,0.4876033,0.48347107,0.4876033,0.4876033,0.4752066,0.46694216,0.40082645,0.39256197,0.6942149,0.7066116,0.74380165,0.59090906,0.4752066,0.53305787,0.56198347,0.59090906,0.607438,0.61570245,0.61570245,0.61157024,0.6198347,0.6322314,0.6280992,0.607438,0.58264464,0.57024795,0.5123967,0.4752066,0.47107437,0.5413223,0.6363636,0.6818182,0.661157,0.6652893,0.5661157,0.2892562,0.2520661,0.30165288,0.40082645,0.4876033,0.53305787,0.5165289,0.4752066,0.47933885,0.49173555,0.42561984,0.3140496,0.30165288,0.40495867,0.42975205,0.4338843,0.4752066,0.5206612,0.5206612,0.45867768,0.4090909,0.46280992,0.48347107,0.5082645,0.5082645,0.49586776,0.4876033,0.4876033,0.45867768,0.446281,0.446281,0.47107437,0.47933885,0.45867768,0.46280992,0.3677686,0.3305785,0.6528926,0.6942149,0.7355372,0.661157,0.47933885,0.5,0.5371901,0.55785125,0.5785124,0.57024795,0.57024795,0.57438016,0.57024795,0.57024795,0.57438016,0.553719,0.53305787,0.5123967,0.47933885,0.4752066,0.5495868,0.661157,0.71900827,0.72727275,0.7107438,0.69008267,0.6694215,0.45041323,0.24793388,0.23966943,0.26859504,0.338843,0.40082645,0.3966942,0.38429752,0.40495867,0.41322315,0.3677686,0.3429752,0.40082645,0.47933885,0.45454547,0.45041323,0.5,0.5661157,0.61157024,0.5495868,0.43801653,0.41735536,0.45454547,0.48347107,0.49173555,0.48347107,0.46694216,0.46280992,0.446281,0.43801653,0.42975205,0.45454547,0.46280992,0.45867768,0.46694216,0.29752067,0.22727273,0.49586776,0.5413223,0.59090906,0.58677685,0.4752066,0.4876033,0.5082645,0.5165289,0.5289256,0.53305787,0.5165289,0.5041322,0.5206612,0.5247934,0.5206612,0.5123967,0.48347107,0.47933885,0.49173555,0.55785125,0.6487603,0.7107438,0.7231405,0.7355372,0.7355372,0.71900827,0.7066116,0.59917355,0.3677686,0.2892562,0.30165288,0.2892562,0.3181818,0.35123968,0.33471075,0.37603307,0.37603307,0.38016528,0.42975205,0.46280992,0.5041322,0.4876033,0.46694216,0.4876033,0.54545456,0.60330576,0.59504133,0.56198347,0.41322315,0.40495867,0.45454547,0.46280992,0.46280992,0.44214877,0.446281,0.43801653,0.44214877,0.43801653,0.44214877,0.46280992,0.45041323,0.48347107,0.2231405,0.15289256,0.38429752,0.38016528,0.37603307,0.4090909,0.47933885,0.49173555,0.5,0.48347107,0.5,0.5,0.47933885,0.4876033,0.49173555,0.5082645,0.48347107,0.49173555,0.48347107,0.49173555,0.55785125,0.6487603,0.6818182,0.6942149,0.70247936,0.7107438,0.71487606,0.71487606,0.6694215,0.6322314,0.5247934,0.38429752,0.3305785,0.30991736,0.3140496,0.3181818,0.3305785,0.3553719,0.40082645,0.38842976,0.45041323,0.4876033,0.5,0.5082645,0.4876033,0.4876033,0.5289256,0.5661157,0.607438,0.61157024,0.53305787,0.40082645,0.38429752,0.446281,0.47933885,0.446281,0.446281,0.446281,0.446281,0.45867768,0.45867768,0.46280992,0.46280992,0.47933885,0.18181819,0.15289256,0.4214876,0.41735536,0.41735536,0.3966942,0.46694216,0.49173555,0.5041322,0.5,0.4876033,0.4876033,0.45867768,0.446281,0.4752066,0.46694216,0.5123967,0.5082645,0.49586776,0.5247934,0.6198347,0.6446281,0.6280992,0.6528926,0.6694215,0.6859504,0.6859504,0.7066116,0.6570248,0.6528926,0.61157024,0.5289256,0.4214876,0.35123968,0.338843,0.3429752,0.36363637,0.37603307,0.39256197,0.4214876,0.47933885,0.49586776,0.48347107,0.5041322,0.49586776,0.48347107,0.5082645,0.5247934,0.57024795,0.58264464,0.58677685,0.5,0.35123968,0.3966942,0.48347107,0.45454547,0.45454547,0.46694216,0.46694216,0.46694216,0.46280992,0.46694216,0.4752066,0.4338843,0.18595041,0.1694215,0.4090909,0.40495867,0.40495867,0.41322315,0.45454547,0.47933885,0.47933885,0.49586776,0.4876033,0.47933885,0.46694216,0.46694216,0.48347107,0.5082645,0.5413223,0.49173555,0.46694216,0.55785125,0.6198347,0.607438,0.59917355,0.6280992,0.6363636,0.677686,0.6694215,0.6818182,0.6859504,0.6735537,0.6694215,0.60330576,0.5206612,0.446281,0.41322315,0.4214876,0.42561984,0.41322315,0.4090909,0.446281,0.5123967,0.49586776,0.5123967,0.5165289,0.5,0.49173555,0.5,0.5123967,0.5206612,0.5165289,0.5082645,0.5247934,0.38842976,0.38016528,0.47933885,0.4752066,0.45867768,0.47933885,0.4752066,0.46694216,0.46694216,0.46280992,0.46280992,0.40495867,0.16528925,0.1694215,0.41322315,0.41735536,0.40082645,0.41322315,0.446281,0.46280992,0.45867768,0.47933885,0.5041322,0.49586776,0.49586776,0.5041322,0.5247934,0.5495868,0.553719,0.45867768,0.45454547,0.54545456,0.553719,0.5371901,0.54545456,0.58677685,0.6404959,0.6818182,0.6942149,0.70247936,0.6859504,0.69008267,0.6942149,0.6528926,0.6198347,0.553719,0.5041322,0.47107437,0.45867768,0.46280992,0.4752066,0.47107437,0.5123967,0.49173555,0.5206612,0.5123967,0.49173555,0.49173555,0.5,0.5123967,0.49173555,0.46280992,0.45454547,0.4752066,0.41322315,0.43801653,0.5289256,0.4752066,0.47107437,0.49586776,0.47933885,0.47107437,0.45867768,0.446281,0.47107437,0.3264463,0.16115703,0.17768595,0.40082645,0.4090909,0.4090909,0.40082645,0.4338843,0.446281,0.4338843,0.46280992,0.49586776,0.5165289,0.5206612,0.5371901,0.56198347,0.58677685,0.5495868,0.45454547,0.49586776,0.5082645,0.47107437,0.446281,0.45867768,0.553719,0.6363636,0.6694215,0.661157,0.6735537,0.6446281,0.6363636,0.6487603,0.6528926,0.6487603,0.6198347,0.57438016,0.5,0.4752066,0.45867768,0.446281,0.42975205,0.42975205,0.4338843,0.44214877,0.45454547,0.45041323,0.46694216,0.47933885,0.48347107,0.4752066,0.45867768,0.446281,0.46694216,0.42975205,0.56198347,0.59504133,0.47107437,0.49173555,0.49586776,0.47933885,0.4752066,0.45454547,0.44214877,0.45454547,0.28099173,0.17355372,0.17768595,0.40495867,0.39256197,0.4090909,0.41322315,0.4214876,0.42975205,0.41735536,0.42975205,0.46694216,0.5082645,0.5371901,0.553719,0.55785125,0.59090906,0.56198347,0.5247934,0.54545456,0.46694216,0.40495867,0.37190083,0.3553719,0.39256197,0.42975205,0.45454547,0.46694216,0.49586776,0.5123967,0.45867768,0.47107437,0.4752066,0.47933885,0.45867768,0.44214877,0.4214876,0.4090909,0.37190083,0.35123968,0.3677686,0.34710744,0.35950413,0.3553719,0.3677686,0.37603307,0.38429752,0.38429752,0.39256197,0.41735536,0.43801653,0.48347107,0.5289256,0.5082645,0.6942149,0.6198347,0.5,0.5165289,0.49173555,0.4752066,0.46694216,0.45041323,0.44214877,0.4214876,0.22727273,0.17355372,0.18181819,0.40082645,0.40495867,0.41322315,0.40495867,0.40082645,0.4090909,0.40082645,0.39256197,0.4338843,0.47933885,0.5247934,0.553719,0.553719,0.59090906,0.60330576,0.58264464,0.58264464,0.5082645,0.45041323,0.45041323,0.4214876,0.40495867,0.3429752,0.2603306,0.29752067,0.3140496,0.338843,0.3140496,0.29752067,0.32231405,0.338843,0.3305785,0.33471075,0.34710744,0.33471075,0.3181818,0.3181818,0.3264463,0.30165288,0.30991736,0.30578512,0.29752067,0.30165288,0.29338843,0.29752067,0.32231405,0.38429752,0.43801653,0.5289256,0.59504133,0.6487603,0.76033056,0.59504133,0.5413223,0.5289256,0.4876033,0.46694216,0.45041323,0.4338843,0.446281,0.35950413,0.17768595,0.17768595,0.18181819,0.3966942,0.4214876,0.4090909,0.4090909,0.40495867,0.40495867,0.37190083,0.37190083,0.40082645,0.45454547,0.5041322,0.53305787,0.5495868,0.5785124,0.607438,0.61570245,0.61157024,0.61570245,0.62396693,0.6446281,0.6528926,0.6322314,0.58264464,0.44214877,0.37190083,0.30991736,0.28099173,0.27272728,0.23140496,0.23140496,0.24793388,0.24793388,0.28512397,0.3181818,0.2603306,0.28512397,0.28512397,0.25619835,0.2644628,0.2644628,0.26859504,0.26859504,0.2892562,0.3264463,0.36363637,0.3966942,0.45454547,0.48347107,0.553719,0.6198347,0.7107438,0.6983471,0.5495868,0.5413223,0.5,0.4752066,0.45867768,0.4338843,0.42561984,0.44214877,0.27272728,0.1694215,0.17355372,0.18595041,0.3966942,0.41735536,0.40082645,0.40082645,0.4090909,0.40082645,0.3553719,0.3553719,0.37190083,0.4090909,0.45454547,0.49173555,0.5082645,0.5495868,0.5785124,0.61570245,0.62396693,0.677686,0.71900827,0.73140496,0.7355372,0.71900827,0.71487606,0.6528926,0.59090906,0.5247934,0.5165289,0.49173555,0.45041323,0.4214876,0.38842976,0.38842976,0.3677686,0.38429752,0.33471075,0.33471075,0.3140496,0.30165288,0.36363637,0.3429752,0.3677686,0.36363637,0.40495867,0.446281,0.46280992,0.48347107,0.5082645,0.5289256,0.58264464,0.6280992,0.6404959,0.5785124,0.5082645,0.5041322,0.46280992,0.45041323,0.44214877,0.41735536,0.42561984,0.38016528,0.20661157,0.1694215,0.16528925,0.19421488,0.39256197,0.40082645,0.3966942,0.40082645,0.3966942,0.41322315,0.37190083,0.338843,0.3553719,0.36363637,0.41322315,0.446281,0.4752066,0.49586776,0.5413223,0.58677685,0.62396693,0.6859504,0.7231405,0.7355372,0.7231405,0.71487606,0.71487606,0.6694215,0.6404959,0.62396693,0.60330576,0.6735537,0.677686,0.6818182,0.6652893,0.7355372,0.71487606,0.6694215,0.59504133,0.5371901,0.45454547,0.4214876,0.44214877,0.4338843,0.446281,0.42975205,0.46694216,0.5,0.5082645,0.5165289,0.53305787,0.54545456,0.59917355,0.59917355,0.5495868,0.48347107,0.46694216,0.45454547,0.44214877,0.43801653,0.4214876,0.40495867,0.4090909,0.28512397,0.1694215,0.18181819,0.1694215,0.19008264,0.38842976,0.40495867,0.40082645,0.4090909,0.3966942,0.41322315,0.39256197,0.3181818,0.3264463,0.35123968,0.38429752,0.4090909,0.45041323,0.44214877,0.4876033,0.5206612,0.60330576,0.6652893,0.6983471,0.70247936,0.6983471,0.7066116,0.70247936,0.6735537,0.6363636,0.59090906,0.5661157,0.58677685,0.6528926,0.6942149,0.71487606,0.75619835,0.7107438,0.6735537,0.6652893,0.6280992,0.58677685,0.5123967,0.47107437,0.41322315,0.44214877,0.45867768,0.49586776,0.5206612,0.5289256,0.5247934,0.5495868,0.57438016,0.58264464,0.553719,0.4876033,0.45041323,0.42975205,0.446281,0.42975205,0.41735536,0.40082645,0.40082645,0.3305785,0.21900827,0.16528925,0.18181819,0.16528925,0.19421488,0.40082645,0.40495867,0.40495867,0.40082645,0.40495867,0.3966942,0.40082645,0.40082645,0.32231405,0.3181818,0.37190083,0.3553719,0.4214876,0.42561984,0.43801653,0.47933885,0.56198347,0.62396693,0.6652893,0.69008267,0.6983471,0.6983471,0.6859504,0.6652893,0.6528926,0.59090906,0.553719,0.5371901,0.53305787,0.553719,0.5785124,0.59090906,0.5495868,0.5495868,0.5661157,0.5495868,0.5247934,0.45867768,0.41322315,0.4338843,0.46280992,0.49173555,0.5123967,0.5165289,0.5247934,0.5289256,0.5495868,0.57024795,0.57024795,0.5,0.44214877,0.43801653,0.41735536,0.42561984,0.41735536,0.38429752,0.37603307,0.3677686,0.2520661,0.16528925,0.17768595,0.18181819,0.1570248,0.17355372,0.40082645,0.3966942,0.3966942,0.40082645,0.4090909,0.3966942,0.40495867,0.49586776,0.42975205,0.29338843,0.32231405,0.35950413,0.38429752,0.3966942,0.4214876,0.45041323,0.5165289,0.5661157,0.62396693,0.6818182,0.7066116,0.6983471,0.6735537,0.6570248,0.6404959,0.607438,0.553719,0.5123967,0.4876033,0.48347107,0.46280992,0.46280992,0.45867768,0.46694216,0.46280992,0.46280992,0.43801653,0.4214876,0.4338843,0.43801653,0.46280992,0.48347107,0.5041322,0.5041322,0.53305787,0.5413223,0.553719,0.57438016,0.5289256,0.47107437,0.4338843,0.41735536,0.4214876,0.38842976,0.38842976,0.37190083,0.35950413,0.29752067,0.18595041,0.1570248,0.17355372,0.1694215,0.18595041,0.16528925,0.38842976,0.40495867,0.38842976,0.40082645,0.3966942,0.38429752,0.38429752,0.4876033,0.58264464,0.4090909,0.2520661,0.33471075,0.36363637,0.37603307,0.39256197,0.43801653,0.48347107,0.553719,0.61157024,0.6528926,0.6942149,0.6942149,0.6859504,0.6735537,0.661157,0.6198347,0.59090906,0.5041322,0.46694216,0.41735536,0.38842976,0.37603307,0.38429752,0.38016528,0.39256197,0.40495867,0.40495867,0.4090909,0.44214877,0.46280992,0.46280992,0.4752066,0.49173555,0.5041322,0.5206612,0.5495868,0.57024795,0.55785125,0.5206612,0.44214877,0.446281,0.41322315,0.3966942,0.37603307,0.33471075,0.36363637,0.3140496,0.17768595,0.16115703,0.1570248,0.18595041,0.1694215,0.18595041,0.18181819,0.3966942,0.3966942,0.40495867,0.40082645,0.3966942,0.3966942,0.39256197,0.47933885,0.5661157,0.54545456,0.35123968,0.2768595,0.33471075,0.38016528,0.41322315,0.43801653,0.49586776,0.55785125,0.60330576,0.6446281,0.6818182,0.70247936,0.7107438,0.6859504,0.6735537,0.661157,0.62396693,0.55785125,0.5,0.45454547,0.4214876,0.38842976,0.40082645,0.40495867,0.40495867,0.4090909,0.41735536,0.42561984,0.44214877,0.48347107,0.47107437,0.5041322,0.5082645,0.5289256,0.5495868,0.56198347,0.553719,0.5206612,0.49173555,0.45867768,0.4338843,0.40495867,0.37603307,0.3553719,0.3429752,0.35950413,0.2644628,0.16528925,0.17355372,0.16528925,0.17355372,0.17355372,0.17355372,0.1570248,0.4090909,0.38016528,0.38429752,0.3966942,0.3966942,0.38429752,0.38429752,0.48347107,0.55785125,0.553719,0.4752066,0.29338843,0.2768595,0.3553719,0.4214876,0.45867768,0.5041322,0.53305787,0.58677685,0.6280992,0.6694215,0.6942149,0.7231405,0.71900827,0.70247936,0.6818182,0.661157,0.6446281,0.61157024,0.57438016,0.5371901,0.5206612,0.48347107,0.46694216,0.46280992,0.46694216,0.46280992,0.48347107,0.46280992,0.5041322,0.5,0.5206612,0.5165289,0.5413223,0.553719,0.553719,0.5289256,0.49586776,0.47107437,0.45041323,0.4338843,0.38842976,0.35950413,0.33471075,0.338843,0.38016528,0.2644628,0.1446281,0.17355372,0.17355372,0.17355372,0.17355372,0.1694215,0.14876033,0.40495867,0.38016528,0.39256197,0.38842976,0.39256197,0.37603307,0.39256197,0.48347107,0.553719,0.5495868,0.5041322,0.3966942,0.24793388,0.29752067,0.38016528,0.46694216,0.49586776,0.5289256,0.57438016,0.6280992,0.661157,0.6818182,0.73140496,0.73966944,0.73966944,0.73140496,0.71900827,0.73140496,0.72727275,0.70247936,0.69008267,0.677686,0.6280992,0.58677685,0.57438016,0.57024795,0.57024795,0.5661157,0.5371901,0.56198347,0.5661157,0.5785124,0.56198347,0.5495868,0.53305787,0.5289256,0.5082645,0.4752066,0.45454547,0.42975205,0.41322315,0.37190083,0.3429752,0.33471075,0.38016528,0.3966942,0.2603306,0.1446281,0.17355372,0.1694215,0.1694215,0.17355372,0.16528925,0.1694215,0.38842976,0.38842976,0.38842976,0.39256197,0.40082645,0.38016528,0.39256197,0.4876033,0.56198347,0.55785125,0.5165289,0.45454547,0.32231405,0.24380165,0.2892562,0.4090909,0.47107437,0.5206612,0.5661157,0.61570245,0.661157,0.69008267,0.71900827,0.7355372,0.75619835,0.76859504,0.76033056,0.7644628,0.76859504,0.76033056,0.75619835,0.74793386,0.72727275,0.71487606,0.7066116,0.6983471,0.69008267,0.6735537,0.661157,0.6446281,0.6487603,0.6363636,0.59504133,0.5661157,0.53305787,0.5123967,0.49173555,0.45454547,0.43801653,0.41735536,0.38016528,0.3305785,0.338843,0.35123968,0.3966942,0.3966942,0.2644628,0.1446281,0.17355372,0.1694215,0.17355372,0.1694215,0.16528925,0.1694215,0.38016528,0.38842976,0.38842976,0.3966942,0.4090909,0.35950413,0.3553719,0.4876033,0.56198347,0.56198347,0.5289256,0.4752066,0.39256197,0.2603306,0.24380165,0.30578512,0.38842976,0.48347107,0.53305787,0.59090906,0.6570248,0.69008267,0.70247936,0.73140496,0.75206614,0.77272725,0.76033056,0.77272725,0.7768595,0.76859504,0.76859504,0.7644628,0.75206614,0.75619835,0.75206614,0.74793386,0.73966944,0.74380165,0.72727275,0.6942149,0.70247936,0.6694215,0.61570245,0.5785124,0.5371901,0.5082645,0.46280992,0.43801653,0.4214876,0.38429752,0.34710744,0.30578512,0.35950413,0.37190083,0.38842976,0.38842976,0.2644628,0.1446281,0.16528925,0.16115703,0.1694215,0.17355372,0.1694215,0.15289256,0.38429752,0.40082645,0.3966942,0.4090909,0.3677686,0.28099173,0.26859504,0.4752066,0.5495868,0.5495868,0.53305787,0.49586776,0.42975205,0.3140496,0.2520661,0.24793388,0.28099173,0.38016528,0.46694216,0.5495868,0.62396693,0.6570248,0.6818182,0.72727275,0.73966944,0.74380165,0.75206614,0.76033056,0.76859504,0.76033056,0.75619835,0.7644628,0.74793386,0.75619835,0.76033056,0.74793386,0.74793386,0.74380165,0.73966944,0.7231405,0.7231405,0.6859504,0.6280992,0.5661157,0.5247934,0.4876033,0.44214877,0.4214876,0.38842976,0.3181818,0.32231405,0.3264463,0.3677686,0.37190083,0.38429752,0.38429752,0.2644628,0.1570248,0.1570248,0.16115703,0.16115703,0.16528925,0.1694215,0.1694215,0.4090909,0.41735536,0.38842976,0.3181818,0.23966943,0.18595041,0.23553719,0.49173555,0.553719,0.5413223,0.5371901,0.5041322,0.45041323,0.36363637,0.27272728,0.24793388,0.2231405,0.26859504,0.34710744,0.45867768,0.54545456,0.60330576,0.6487603,0.69008267,0.71487606,0.7066116,0.70247936,0.72727275,0.73966944,0.73140496,0.72727275,0.73966944,0.74380165,0.7355372,0.75619835,0.75619835,0.75206614,0.7355372,0.7355372,0.71900827,0.70247936,0.6652893,0.607438,0.5413223,0.5,0.43801653,0.40495867,0.37190083,0.3264463,0.29752067,0.33471075,0.35123968,0.36363637,0.37190083,0.38429752,0.38429752,0.28512397,0.18181819,0.16528925,0.16528925,0.1570248,0.1570248,0.1694215,0.1694215,0.45041323,0.37190083,0.27272728,0.18181819,0.16528925,0.14876033,0.2644628,0.5123967,0.55785125,0.5413223,0.5371901,0.5082645,0.46694216,0.41322315,0.30165288,0.26859504,0.22727273,0.23140496,0.23140496,0.3181818,0.43801653,0.5371901,0.58264464,0.6322314,0.6735537,0.6859504,0.6570248,0.6983471,0.7066116,0.6942149,0.6983471,0.6983471,0.71487606,0.70247936,0.71487606,0.7231405,0.7066116,0.70247936,0.69008267,0.6694215,0.6528926,0.61157024,0.54545456,0.49173555,0.45454547,0.38429752,0.3553719,0.3140496,0.29752067,0.3264463,0.338843,0.37190083,0.36363637,0.3677686,0.37190083,0.38016528,0.27272728,0.20247933,0.19008264,0.1570248,0.1446281,0.16528925,0.1694215,0.15289256,0.45041323,0.24380165,0.15289256,0.12809917,0.17355372,0.18181819,0.30991736,0.5247934,0.55785125,0.5495868,0.53305787,0.5123967,0.48347107,0.44214877,0.35123968,0.2892562,0.2520661,0.24793388,0.21900827,0.23140496,0.29752067,0.40495867,0.49173555,0.53305787,0.58264464,0.6198347,0.6363636,0.6322314,0.661157,0.6487603,0.6528926,0.6570248,0.661157,0.6404959,0.6528926,0.6487603,0.6322314,0.61157024,0.6198347,0.59917355,0.58677685,0.5206612,0.46280992,0.4338843,0.38429752,0.3264463,0.30578512,0.3181818,0.30991736,0.34710744,0.3429752,0.38429752,0.37190083,0.36363637,0.36363637,0.38016528,0.25619835,0.16528925,0.22727273,0.18181819,0.15289256,0.16115703,0.1570248,0.18181819,0.38429752,0.14876033,0.12809917,0.15289256,0.16115703,0.16115703,0.32231405,0.5413223,0.56198347,0.553719,0.553719,0.5165289,0.5041322,0.446281,0.39256197,0.3140496,0.2768595,0.2520661,0.23966943,0.23140496,0.22727273,0.26859504,0.34710744,0.41322315,0.47107437,0.5206612,0.56198347,0.56198347,0.57438016,0.57438016,0.58264464,0.59504133,0.59090906,0.5661157,0.56198347,0.5661157,0.553719,0.5289256,0.5206612,0.5041322,0.47107437,0.41735536,0.40495867,0.36363637,0.30991736,0.30165288,0.32231405,0.3140496,0.32231405,0.35950413,0.3553719,0.37190083,0.38429752,0.35950413,0.38016528,0.38429752,0.24380165,0.12396694,0.2231405,0.23966943,0.16115703,0.1446281,0.14876033,0.18181819,0.3264463,0.1322314,0.1322314,0.1322314,0.1446281,0.14049587,0.34710744,0.55785125,0.553719,0.5661157,0.553719,0.54545456,0.5,0.45867768,0.42975205,0.34710744,0.29752067,0.2603306,0.2520661,0.2520661,0.24793388,0.23553719,0.22727273,0.28099173,0.34710744,0.38016528,0.446281,0.46694216,0.45867768,0.46694216,0.47107437,0.46280992,0.47107437,0.4752066,0.47933885,0.48347107,0.45041323,0.44214877,0.42561984,0.40082645,0.37190083,0.3429752,0.30165288,0.28099173,0.3140496,0.3305785,0.33471075,0.3264463,0.34710744,0.3553719,0.3677686,0.36363637,0.39256197,0.35950413,0.38016528,0.3966942,0.24793388,0.10330579,0.1983471,0.2644628,0.19008264,0.14876033,0.1570248,0.16528925,0.338843,0.18181819,0.1446281,0.09917355,0.14049587,0.17768595,0.41735536,0.5495868,0.5495868,0.55785125,0.5661157,0.57438016,0.4876033,0.48347107,0.446281,0.38842976,0.3305785,0.2768595,0.2603306,0.26859504,0.2644628,0.24793388,0.2231405,0.23553719,0.20661157,0.23140496,0.28099173,0.3305785,0.3305785,0.35123968,0.35123968,0.34710744,0.34710744,0.3553719,0.37603307,0.37190083,0.35950413,0.3429752,0.36363637,0.30991736,0.30165288,0.2520661,0.2768595,0.3140496,0.33471075,0.32231405,0.3305785,0.34710744,0.338843,0.35123968,0.37190083,0.36363637,0.35123968,0.3677686,0.38842976,0.3966942,0.2644628,0.09917355,0.18181819,0.24380165,0.24793388,0.16115703,0.1570248,0.13636364,39 +0.3677686,0.3677686,0.35123968,0.30165288,0.24793388,0.24793388,0.3677686,0.5123967,0.57438016,0.6280992,0.6528926,0.6694215,0.6983471,0.73140496,0.76033056,0.76859504,0.79752064,0.8016529,0.8016529,0.8057851,0.80991733,0.8140496,0.8181818,0.8264463,0.8264463,0.822314,0.8264463,0.8264463,0.8264463,0.822314,0.8264463,0.8305785,0.8264463,0.8264463,0.822314,0.8305785,0.8264463,0.8347107,0.8347107,0.8305785,0.8305785,0.8305785,0.822314,0.8305785,0.8264463,0.8305785,0.8264463,0.8181818,0.8140496,0.80991733,0.8016529,0.8016529,0.79752064,0.7933884,0.79752064,0.7892562,0.76033056,0.7231405,0.7066116,0.69008267,0.6942149,0.6942149,0.677686,0.6694215,0.36363637,0.37190083,0.3553719,0.29338843,0.25619835,0.2644628,0.38016528,0.5165289,0.59504133,0.6404959,0.6652893,0.69008267,0.7107438,0.7355372,0.7644628,0.7768595,0.8016529,0.8016529,0.79752064,0.80991733,0.8140496,0.80991733,0.8140496,0.8305785,0.8264463,0.8264463,0.8264463,0.822314,0.822314,0.8264463,0.822314,0.8264463,0.822314,0.8264463,0.822314,0.8305785,0.8305785,0.8305785,0.8305785,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.8264463,0.8305785,0.8264463,0.822314,0.8181818,0.8181818,0.80991733,0.8057851,0.80991733,0.8016529,0.7933884,0.78512394,0.76033056,0.7231405,0.6983471,0.6859504,0.6983471,0.6942149,0.6694215,0.6570248,0.36363637,0.37190083,0.35123968,0.2892562,0.24793388,0.26859504,0.38016528,0.5495868,0.62396693,0.661157,0.6859504,0.70247936,0.73140496,0.74793386,0.76033056,0.7768595,0.79752064,0.79752064,0.7892562,0.8016529,0.8057851,0.80991733,0.8181818,0.8181818,0.8305785,0.8181818,0.8305785,0.8264463,0.8181818,0.822314,0.822314,0.822314,0.8140496,0.822314,0.8181818,0.8181818,0.8264463,0.8264463,0.822314,0.8181818,0.8140496,0.8181818,0.822314,0.822314,0.8264463,0.8264463,0.822314,0.8181818,0.8181818,0.8140496,0.8140496,0.80991733,0.8057851,0.8016529,0.7933884,0.7892562,0.7644628,0.73140496,0.70247936,0.6942149,0.6983471,0.6942149,0.661157,0.6487603,0.3677686,0.3677686,0.35123968,0.2892562,0.24380165,0.23140496,0.3966942,0.55785125,0.6280992,0.6694215,0.6859504,0.6983471,0.73140496,0.75206614,0.75619835,0.77272725,0.7892562,0.7933884,0.7768595,0.7933884,0.8016529,0.8016529,0.8057851,0.822314,0.8181818,0.8181818,0.822314,0.8140496,0.8181818,0.8140496,0.8181818,0.8140496,0.8057851,0.80991733,0.80991733,0.8057851,0.80991733,0.8140496,0.8181818,0.8140496,0.8140496,0.8181818,0.822314,0.822314,0.822314,0.8181818,0.8140496,0.80991733,0.8057851,0.8016529,0.8016529,0.79752064,0.7933884,0.7933884,0.7892562,0.78099173,0.76859504,0.74380165,0.7107438,0.6942149,0.69008267,0.6859504,0.6528926,0.6446281,0.36363637,0.36363637,0.35123968,0.30165288,0.24793388,0.2107438,0.41735536,0.57438016,0.59917355,0.6446281,0.6694215,0.677686,0.7107438,0.73140496,0.74793386,0.7644628,0.76859504,0.78512394,0.7644628,0.78099173,0.78512394,0.78512394,0.7892562,0.79752064,0.8016529,0.80991733,0.80991733,0.8016529,0.8140496,0.8057851,0.8057851,0.8057851,0.8016529,0.8016529,0.8016529,0.79752064,0.79752064,0.8057851,0.8140496,0.8140496,0.8057851,0.8140496,0.8140496,0.80991733,0.8057851,0.79752064,0.78512394,0.7768595,0.77272725,0.77272725,0.76859504,0.76033056,0.75206614,0.75619835,0.7768595,0.7892562,0.76859504,0.74380165,0.71487606,0.6859504,0.677686,0.6818182,0.6528926,0.6404959,0.35950413,0.35123968,0.3553719,0.3305785,0.24380165,0.2231405,0.4338843,0.5371901,0.553719,0.57024795,0.59090906,0.607438,0.6404959,0.6570248,0.6859504,0.71487606,0.7231405,0.75619835,0.75206614,0.76033056,0.77272725,0.76859504,0.77272725,0.78099173,0.7933884,0.7933884,0.79752064,0.8016529,0.8016529,0.79752064,0.7933884,0.7933884,0.78512394,0.7933884,0.7933884,0.78512394,0.78512394,0.7892562,0.7892562,0.7933884,0.78512394,0.78099173,0.7644628,0.75206614,0.74793386,0.73966944,0.7231405,0.71900827,0.71900827,0.7231405,0.7231405,0.71487606,0.7107438,0.7107438,0.7355372,0.7644628,0.7644628,0.74380165,0.71900827,0.6818182,0.6652893,0.6694215,0.6570248,0.6404959,0.36363637,0.338843,0.36363637,0.338843,0.26859504,0.27272728,0.42975205,0.49173555,0.48347107,0.49586776,0.5082645,0.5165289,0.5289256,0.5495868,0.5661157,0.59504133,0.6322314,0.6818182,0.71487606,0.73966944,0.74380165,0.74793386,0.73966944,0.74793386,0.7644628,0.7768595,0.78099173,0.7933884,0.79752064,0.78512394,0.7768595,0.7768595,0.7768595,0.78099173,0.78099173,0.76859504,0.76033056,0.74793386,0.73966944,0.71487606,0.6859504,0.6652893,0.6446281,0.6280992,0.6363636,0.6446281,0.6363636,0.6322314,0.6404959,0.6570248,0.661157,0.6652893,0.677686,0.6818182,0.6942149,0.70247936,0.7066116,0.7107438,0.7107438,0.6735537,0.6404959,0.6487603,0.6528926,0.6404959,0.35123968,0.35123968,0.36363637,0.3429752,0.29752067,0.35123968,0.42561984,0.45867768,0.43801653,0.41322315,0.4214876,0.42975205,0.446281,0.46280992,0.47107437,0.47933885,0.5123967,0.57024795,0.6363636,0.6735537,0.6942149,0.7107438,0.7107438,0.71487606,0.73140496,0.75619835,0.7644628,0.78099173,0.7892562,0.7768595,0.7644628,0.76033056,0.7644628,0.76033056,0.75206614,0.7355372,0.7066116,0.6735537,0.6404959,0.59090906,0.5495868,0.5247934,0.5041322,0.49586776,0.5,0.5165289,0.5371901,0.5495868,0.56198347,0.58264464,0.59090906,0.60330576,0.61570245,0.6322314,0.6487603,0.661157,0.6652893,0.6652893,0.6735537,0.6570248,0.62396693,0.6280992,0.6404959,0.6322314,0.33471075,0.37190083,0.35123968,0.338843,0.3305785,0.37190083,0.41322315,0.4214876,0.40082645,0.35950413,0.36363637,0.36363637,0.37190083,0.39256197,0.3966942,0.38842976,0.40082645,0.45454547,0.5289256,0.57024795,0.62396693,0.661157,0.677686,0.6942149,0.71487606,0.73966944,0.75206614,0.76859504,0.77272725,0.76859504,0.75619835,0.75206614,0.74380165,0.7355372,0.71900827,0.6983471,0.661157,0.607438,0.57024795,0.5206612,0.47933885,0.446281,0.4338843,0.41735536,0.41322315,0.42561984,0.446281,0.4752066,0.49173555,0.5041322,0.5247934,0.54545456,0.56198347,0.59504133,0.607438,0.62396693,0.6280992,0.62396693,0.61157024,0.61570245,0.59917355,0.607438,0.6280992,0.61570245,0.3429752,0.3677686,0.338843,0.3429752,0.34710744,0.35950413,0.39256197,0.40082645,0.39256197,0.38842976,0.37190083,0.36363637,0.3553719,0.3553719,0.35950413,0.3429752,0.33471075,0.37603307,0.42561984,0.46694216,0.5247934,0.59090906,0.6404959,0.661157,0.69008267,0.7231405,0.74793386,0.76859504,0.7768595,0.76859504,0.75619835,0.75206614,0.73966944,0.7107438,0.6942149,0.6570248,0.607438,0.56198347,0.5247934,0.49173555,0.46280992,0.43801653,0.41735536,0.40082645,0.38842976,0.40082645,0.4090909,0.42975205,0.45454547,0.47933885,0.5041322,0.5289256,0.5661157,0.59504133,0.58677685,0.6198347,0.61570245,0.607438,0.58264464,0.57024795,0.56198347,0.58264464,0.59917355,0.61157024,0.3553719,0.3553719,0.3429752,0.35123968,0.338843,0.3553719,0.40495867,0.4338843,0.44214877,0.44214877,0.446281,0.4338843,0.41735536,0.38842976,0.36363637,0.338843,0.3140496,0.32231405,0.338843,0.36363637,0.41735536,0.49586776,0.56198347,0.6198347,0.677686,0.7231405,0.74793386,0.77272725,0.7933884,0.78512394,0.77272725,0.76859504,0.74793386,0.7066116,0.6652893,0.6198347,0.57438016,0.5247934,0.49173555,0.4752066,0.44214877,0.41322315,0.40495867,0.3966942,0.38429752,0.41322315,0.4338843,0.44214877,0.45867768,0.47933885,0.49586776,0.5289256,0.57438016,0.58264464,0.59917355,0.607438,0.62396693,0.6280992,0.59917355,0.58264464,0.5661157,0.56198347,0.59090906,0.60330576,0.34710744,0.3553719,0.3429752,0.338843,0.3429752,0.35950413,0.4214876,0.45867768,0.47933885,0.4752066,0.47933885,0.46694216,0.45867768,0.43801653,0.41322315,0.38016528,0.3429752,0.3140496,0.2892562,0.28099173,0.32231405,0.38429752,0.46694216,0.57438016,0.661157,0.71487606,0.76033056,0.78512394,0.8057851,0.80991733,0.8016529,0.78512394,0.75619835,0.71900827,0.661157,0.59917355,0.55785125,0.5,0.47107437,0.46280992,0.44214877,0.42975205,0.4338843,0.45041323,0.42975205,0.45867768,0.47933885,0.49173555,0.49173555,0.4876033,0.47933885,0.48347107,0.5289256,0.5495868,0.57438016,0.60330576,0.607438,0.6198347,0.61157024,0.59917355,0.59504133,0.55785125,0.5785124,0.59090906,0.3429752,0.34710744,0.338843,0.33471075,0.338843,0.3677686,0.41735536,0.45867768,0.47933885,0.46694216,0.45867768,0.47107437,0.49586776,0.5041322,0.5,0.4876033,0.45867768,0.41322315,0.35950413,0.30578512,0.28099173,0.28512397,0.3429752,0.48347107,0.61570245,0.7066116,0.76859504,0.79752064,0.822314,0.8264463,0.822314,0.8016529,0.7768595,0.7355372,0.6694215,0.59090906,0.5371901,0.49173555,0.46694216,0.4876033,0.5082645,0.5206612,0.5289256,0.53305787,0.5371901,0.53305787,0.57024795,0.57024795,0.5785124,0.553719,0.5289256,0.5123967,0.46694216,0.49173555,0.5206612,0.55785125,0.57438016,0.58264464,0.59090906,0.607438,0.61157024,0.58677685,0.57024795,0.58677685,0.34710744,0.34710744,0.34710744,0.338843,0.338843,0.37603307,0.40495867,0.42561984,0.43801653,0.44214877,0.48347107,0.54545456,0.58264464,0.5785124,0.55785125,0.5371901,0.5123967,0.49173555,0.47933885,0.4338843,0.35123968,0.28099173,0.2644628,0.38016528,0.5661157,0.69008267,0.77272725,0.8181818,0.8305785,0.8347107,0.8264463,0.8140496,0.78099173,0.73140496,0.6528926,0.57438016,0.5165289,0.49586776,0.5082645,0.5206612,0.53305787,0.5206612,0.53305787,0.53305787,0.5413223,0.53305787,0.553719,0.55785125,0.58677685,0.60330576,0.59917355,0.58264464,0.5123967,0.48347107,0.47107437,0.5041322,0.5371901,0.5495868,0.58264464,0.60330576,0.61570245,0.607438,0.58677685,0.59090906,0.338843,0.34710744,0.35123968,0.33471075,0.33471075,0.37603307,0.3966942,0.38842976,0.38429752,0.4214876,0.47107437,0.49173555,0.5165289,0.47933885,0.42561984,0.44214877,0.45454547,0.45041323,0.46694216,0.49586776,0.4752066,0.38429752,0.27272728,0.2892562,0.49173555,0.6694215,0.78099173,0.8181818,0.8264463,0.8305785,0.8264463,0.8181818,0.78099173,0.7107438,0.6280992,0.56198347,0.5206612,0.5289256,0.5413223,0.5371901,0.5123967,0.5041322,0.5247934,0.5247934,0.5289256,0.46694216,0.446281,0.49586776,0.5289256,0.5289256,0.53305787,0.5661157,0.55785125,0.5289256,0.47933885,0.48347107,0.49586776,0.5165289,0.5495868,0.57438016,0.59090906,0.59917355,0.59917355,0.59504133,0.3429752,0.34710744,0.3429752,0.3305785,0.3181818,0.35950413,0.40082645,0.36363637,0.35950413,0.39256197,0.40082645,0.45867768,0.55785125,0.5165289,0.4090909,0.39256197,0.43801653,0.46280992,0.40495867,0.45454547,0.5082645,0.47933885,0.36363637,0.25619835,0.42975205,0.6322314,0.7892562,0.80991733,0.838843,0.8347107,0.822314,0.80991733,0.77272725,0.6859504,0.6280992,0.57438016,0.55785125,0.58677685,0.5661157,0.5371901,0.5123967,0.5123967,0.5247934,0.59090906,0.61157024,0.5041322,0.38429752,0.5,0.5247934,0.4214876,0.38429752,0.47107437,0.5206612,0.5206612,0.5041322,0.5,0.49586776,0.5082645,0.5371901,0.55785125,0.5661157,0.5785124,0.59504133,0.59917355,0.3429752,0.34710744,0.33471075,0.338843,0.3429752,0.35123968,0.40082645,0.37190083,0.3553719,0.35950413,0.36363637,0.5206612,0.6280992,0.5495868,0.45041323,0.3305785,0.33471075,0.46694216,0.4338843,0.48347107,0.54545456,0.49173555,0.47107437,0.34710744,0.4338843,0.6322314,0.7768595,0.8181818,0.8305785,0.8305785,0.8181818,0.7933884,0.73140496,0.6694215,0.6404959,0.59504133,0.59504133,0.6280992,0.60330576,0.5495868,0.49586776,0.5289256,0.59917355,0.71487606,0.6735537,0.5661157,0.41322315,0.42561984,0.48347107,0.4214876,0.37603307,0.45041323,0.5041322,0.4752066,0.47107437,0.5,0.5123967,0.5165289,0.5289256,0.54545456,0.5495868,0.5661157,0.59917355,0.61157024,0.3429752,0.338843,0.33471075,0.3677686,0.40082645,0.38429752,0.41735536,0.40495867,0.37603307,0.39256197,0.42975205,0.5371901,0.6363636,0.5661157,0.47107437,0.4214876,0.3305785,0.41322315,0.48347107,0.57024795,0.6363636,0.5165289,0.5206612,0.48347107,0.48347107,0.6487603,0.76859504,0.8181818,0.8305785,0.822314,0.80991733,0.7768595,0.71487606,0.6652893,0.6487603,0.6322314,0.6404959,0.6735537,0.6487603,0.58264464,0.5413223,0.58264464,0.6859504,0.75206614,0.74793386,0.61570245,0.4876033,0.4090909,0.3966942,0.41322315,0.45041323,0.53305787,0.56198347,0.5,0.45454547,0.48347107,0.5206612,0.5413223,0.5371901,0.5289256,0.54545456,0.57024795,0.607438,0.6280992,0.34710744,0.33471075,0.33471075,0.37190083,0.41322315,0.4090909,0.45041323,0.42975205,0.4090909,0.45867768,0.5289256,0.57024795,0.6363636,0.62396693,0.5247934,0.5123967,0.5041322,0.5289256,0.57438016,0.6322314,0.6652893,0.59917355,0.57438016,0.5413223,0.5495868,0.6652893,0.7644628,0.8057851,0.8305785,0.8181818,0.7933884,0.75206614,0.71487606,0.6859504,0.661157,0.6694215,0.6983471,0.7231405,0.7107438,0.6363636,0.60330576,0.6280992,0.6859504,0.74380165,0.7644628,0.7107438,0.5785124,0.5123967,0.5082645,0.5041322,0.53305787,0.59090906,0.607438,0.553719,0.5165289,0.54545456,0.57438016,0.57438016,0.57438016,0.5661157,0.56198347,0.5785124,0.62396693,0.6528926,0.35123968,0.338843,0.338843,0.34710744,0.3429752,0.4090909,0.48347107,0.45454547,0.446281,0.45867768,0.5206612,0.55785125,0.60330576,0.6487603,0.6446281,0.6280992,0.6322314,0.6446281,0.6404959,0.6363636,0.6446281,0.6322314,0.60330576,0.5495868,0.5785124,0.6942149,0.76859504,0.7933884,0.8264463,0.8016529,0.78512394,0.75206614,0.72727275,0.70247936,0.677686,0.6859504,0.71487606,0.73966944,0.7355372,0.6942149,0.6528926,0.6363636,0.6570248,0.6859504,0.7066116,0.71900827,0.6859504,0.6446281,0.6198347,0.61157024,0.607438,0.61157024,0.607438,0.58677685,0.59090906,0.62396693,0.6487603,0.6446281,0.6404959,0.6198347,0.59090906,0.60330576,0.6446281,0.6735537,0.3429752,0.33471075,0.338843,0.35123968,0.2768595,0.40082645,0.5041322,0.49586776,0.49173555,0.49173555,0.5165289,0.553719,0.5495868,0.57024795,0.57024795,0.5785124,0.5661157,0.58677685,0.59504133,0.59917355,0.6198347,0.6363636,0.607438,0.57024795,0.607438,0.71487606,0.78512394,0.8016529,0.80991733,0.7933884,0.76033056,0.74380165,0.73140496,0.71487606,0.6983471,0.7066116,0.71487606,0.72727275,0.73140496,0.7107438,0.6694215,0.6198347,0.6198347,0.6280992,0.6404959,0.661157,0.661157,0.6528926,0.6446281,0.6322314,0.6198347,0.6198347,0.6280992,0.6404959,0.6570248,0.6859504,0.70247936,0.71487606,0.7107438,0.6859504,0.6528926,0.6487603,0.6859504,0.69008267,0.338843,0.338843,0.338843,0.35950413,0.28099173,0.40082645,0.5289256,0.5247934,0.5247934,0.5206612,0.5495868,0.59090906,0.58264464,0.59504133,0.59917355,0.58264464,0.5785124,0.5661157,0.59504133,0.6280992,0.6528926,0.661157,0.62396693,0.5785124,0.6280992,0.7231405,0.78512394,0.8057851,0.80991733,0.7892562,0.75619835,0.72727275,0.73140496,0.72727275,0.7107438,0.71900827,0.7231405,0.7231405,0.74380165,0.73966944,0.71487606,0.6735537,0.6280992,0.607438,0.6198347,0.6363636,0.6446281,0.6528926,0.6570248,0.6570248,0.6487603,0.6446281,0.6652893,0.6942149,0.7107438,0.7231405,0.72727275,0.7355372,0.7355372,0.71900827,0.6859504,0.6818182,0.70247936,0.7107438,0.33471075,0.338843,0.33471075,0.38016528,0.28512397,0.4338843,0.5413223,0.54545456,0.553719,0.553719,0.5495868,0.57024795,0.55785125,0.54545456,0.57024795,0.59090906,0.61157024,0.6446281,0.6570248,0.677686,0.6983471,0.6859504,0.62396693,0.58264464,0.6404959,0.73966944,0.8016529,0.8181818,0.8016529,0.7768595,0.74793386,0.7231405,0.72727275,0.7355372,0.71900827,0.7231405,0.7355372,0.74380165,0.75619835,0.7644628,0.75206614,0.7355372,0.70247936,0.6735537,0.6570248,0.6404959,0.6363636,0.6404959,0.6487603,0.6652893,0.6818182,0.69008267,0.71900827,0.74380165,0.75206614,0.75619835,0.75206614,0.75206614,0.75619835,0.74380165,0.73966944,0.72727275,0.7355372,0.7355372,0.338843,0.3264463,0.338843,0.35950413,0.32231405,0.45867768,0.553719,0.54545456,0.58677685,0.61570245,0.6280992,0.6570248,0.6487603,0.6570248,0.6735537,0.6983471,0.7107438,0.71900827,0.7231405,0.7231405,0.71900827,0.6859504,0.61570245,0.58264464,0.6570248,0.7644628,0.80991733,0.8181818,0.8016529,0.7768595,0.74380165,0.71900827,0.71487606,0.72727275,0.73140496,0.72727275,0.73140496,0.75206614,0.7768595,0.78512394,0.7768595,0.7644628,0.76033056,0.76033056,0.76033056,0.76033056,0.74380165,0.72727275,0.73966944,0.75206614,0.75619835,0.7644628,0.78099173,0.7892562,0.78512394,0.78099173,0.76859504,0.7644628,0.77272725,0.75619835,0.75206614,0.73966944,0.7355372,0.73966944,0.3429752,0.3305785,0.3140496,0.33471075,0.3677686,0.47933885,0.57024795,0.55785125,0.60330576,0.6487603,0.69008267,0.71900827,0.7231405,0.73140496,0.72727275,0.74380165,0.75206614,0.74793386,0.74793386,0.73966944,0.71900827,0.6694215,0.60330576,0.58264464,0.677686,0.78512394,0.822314,0.822314,0.8016529,0.7768595,0.73966944,0.71487606,0.7066116,0.7231405,0.73966944,0.72727275,0.7231405,0.74793386,0.78099173,0.79752064,0.7933884,0.78512394,0.78512394,0.7933884,0.7933884,0.78512394,0.78512394,0.78512394,0.78512394,0.7933884,0.7933884,0.7933884,0.79752064,0.8016529,0.79752064,0.78099173,0.77272725,0.77272725,0.7768595,0.76859504,0.75619835,0.75206614,0.73966944,0.72727275,0.34710744,0.33471075,0.3140496,0.3305785,0.37603307,0.5,0.5785124,0.58677685,0.61570245,0.6487603,0.6942149,0.72727275,0.73140496,0.74380165,0.74380165,0.74793386,0.75206614,0.75206614,0.74380165,0.7355372,0.7107438,0.6570248,0.59504133,0.59504133,0.6942149,0.7892562,0.822314,0.822314,0.8016529,0.7768595,0.75206614,0.7231405,0.70247936,0.7066116,0.72727275,0.73140496,0.72727275,0.74380165,0.78099173,0.79752064,0.8016529,0.79752064,0.8016529,0.80991733,0.8057851,0.8016529,0.80991733,0.8140496,0.8057851,0.79752064,0.80991733,0.8057851,0.7933884,0.80991733,0.7933884,0.78512394,0.78099173,0.78099173,0.78099173,0.78099173,0.77272725,0.74793386,0.72727275,0.71900827,0.338843,0.33471075,0.3264463,0.30165288,0.38842976,0.5041322,0.58264464,0.61570245,0.6446281,0.6652893,0.6859504,0.71487606,0.72727275,0.73140496,0.7355372,0.73140496,0.7355372,0.73966944,0.73966944,0.73140496,0.7066116,0.6487603,0.59504133,0.61157024,0.7107438,0.79752064,0.8264463,0.8140496,0.79752064,0.78099173,0.76033056,0.72727275,0.6983471,0.6818182,0.7107438,0.7355372,0.74380165,0.76033056,0.78512394,0.79752064,0.8016529,0.8057851,0.8057851,0.8140496,0.8057851,0.80991733,0.8057851,0.822314,0.80991733,0.79752064,0.8057851,0.80991733,0.7933884,0.80991733,0.7892562,0.7933884,0.7892562,0.7892562,0.78512394,0.7768595,0.7768595,0.75206614,0.73966944,0.72727275,0.3264463,0.338843,0.3305785,0.30165288,0.38016528,0.5082645,0.59090906,0.6363636,0.6694215,0.6818182,0.6859504,0.70247936,0.71900827,0.7231405,0.72727275,0.73140496,0.7355372,0.73966944,0.73966944,0.7355372,0.7066116,0.6446281,0.59504133,0.6363636,0.73140496,0.8057851,0.8264463,0.80991733,0.78512394,0.77272725,0.76033056,0.73140496,0.69008267,0.6652893,0.6859504,0.71900827,0.75619835,0.7768595,0.79752064,0.8016529,0.8016529,0.80991733,0.80991733,0.80991733,0.80991733,0.8057851,0.8016529,0.80991733,0.8140496,0.79752064,0.8057851,0.8057851,0.79752064,0.80991733,0.7933884,0.7933884,0.79752064,0.7892562,0.7892562,0.7768595,0.7768595,0.75206614,0.73966944,0.72727275,0.3305785,0.338843,0.3264463,0.29752067,0.37190083,0.5082645,0.59917355,0.6446281,0.6735537,0.6942149,0.6983471,0.71487606,0.73140496,0.7355372,0.73140496,0.73966944,0.75206614,0.75206614,0.75619835,0.74380165,0.7066116,0.6322314,0.60330576,0.661157,0.75206614,0.80991733,0.822314,0.8016529,0.78099173,0.75619835,0.74793386,0.72727275,0.6983471,0.6735537,0.6694215,0.6818182,0.7355372,0.7768595,0.8057851,0.80991733,0.80991733,0.8140496,0.80991733,0.8181818,0.8140496,0.80991733,0.8057851,0.80991733,0.8181818,0.8057851,0.8016529,0.8140496,0.8057851,0.80991733,0.79752064,0.79752064,0.7933884,0.7933884,0.7892562,0.7768595,0.77272725,0.76033056,0.74380165,0.71900827,0.338843,0.338843,0.3305785,0.2892562,0.3677686,0.5082645,0.59917355,0.6404959,0.6818182,0.7066116,0.71900827,0.7231405,0.73140496,0.74380165,0.74380165,0.74793386,0.74793386,0.75206614,0.7644628,0.74793386,0.69008267,0.6280992,0.62396693,0.69008267,0.7644628,0.8140496,0.8264463,0.8016529,0.7768595,0.76033056,0.75619835,0.74793386,0.72727275,0.71487606,0.6859504,0.677686,0.6983471,0.75206614,0.79752064,0.8181818,0.80991733,0.8181818,0.8181818,0.8140496,0.8181818,0.8181818,0.80991733,0.8140496,0.8140496,0.8140496,0.80991733,0.8140496,0.80991733,0.80991733,0.8016529,0.79752064,0.7933884,0.7892562,0.78512394,0.77272725,0.76859504,0.74793386,0.72727275,0.71487606,0.3264463,0.33471075,0.33471075,0.30578512,0.35950413,0.5041322,0.60330576,0.6446281,0.6818182,0.7066116,0.7231405,0.72727275,0.7355372,0.74380165,0.74380165,0.74793386,0.73966944,0.74793386,0.76859504,0.75206614,0.6735537,0.6198347,0.6446281,0.71900827,0.7768595,0.80991733,0.8305785,0.80991733,0.78512394,0.76033056,0.75206614,0.76033056,0.75619835,0.74380165,0.7066116,0.70247936,0.6818182,0.70247936,0.75619835,0.8057851,0.8057851,0.8181818,0.8140496,0.80991733,0.8140496,0.80991733,0.8140496,0.822314,0.80991733,0.8181818,0.8140496,0.8057851,0.8016529,0.80991733,0.8057851,0.79752064,0.7892562,0.78099173,0.7768595,0.76859504,0.7644628,0.74380165,0.71487606,0.6983471,0.33471075,0.3305785,0.33471075,0.3140496,0.35123968,0.49173555,0.59917355,0.6487603,0.677686,0.7066116,0.72727275,0.73140496,0.74380165,0.74380165,0.74380165,0.74793386,0.7231405,0.73140496,0.75619835,0.73140496,0.6404959,0.58264464,0.6363636,0.73140496,0.76859504,0.79752064,0.8264463,0.8140496,0.78512394,0.75206614,0.7355372,0.73966944,0.76033056,0.75206614,0.71487606,0.7107438,0.6859504,0.6487603,0.6983471,0.7768595,0.7933884,0.8016529,0.8057851,0.8016529,0.80991733,0.8057851,0.80991733,0.8181818,0.80991733,0.8181818,0.8181818,0.80991733,0.8016529,0.8016529,0.79752064,0.7892562,0.78099173,0.7644628,0.7644628,0.75619835,0.75206614,0.7355372,0.70247936,0.6859504,0.33471075,0.33471075,0.338843,0.30578512,0.34710744,0.47933885,0.59090906,0.6404959,0.6652893,0.70247936,0.7231405,0.73140496,0.74380165,0.74793386,0.7355372,0.7355372,0.72727275,0.7231405,0.73140496,0.6859504,0.5785124,0.5041322,0.58677685,0.70247936,0.73140496,0.74793386,0.76859504,0.78099173,0.7355372,0.7107438,0.677686,0.677686,0.7066116,0.7066116,0.6942149,0.677686,0.6570248,0.61570245,0.6487603,0.7355372,0.75619835,0.76859504,0.7768595,0.7933884,0.79752064,0.79752064,0.8057851,0.80991733,0.80991733,0.8140496,0.8181818,0.80991733,0.8016529,0.8016529,0.7892562,0.7768595,0.76859504,0.75619835,0.74793386,0.74380165,0.73966944,0.71900827,0.6859504,0.6694215,0.33471075,0.33471075,0.32231405,0.30578512,0.33471075,0.45454547,0.58264464,0.61570245,0.6487603,0.6942149,0.7107438,0.73140496,0.73966944,0.74793386,0.73140496,0.72727275,0.71900827,0.71487606,0.677686,0.62396693,0.5206612,0.42975205,0.48347107,0.61570245,0.6652893,0.6694215,0.6818182,0.6983471,0.661157,0.61570245,0.5785124,0.5371901,0.5495868,0.5785124,0.59917355,0.607438,0.5785124,0.57024795,0.61157024,0.6983471,0.7355372,0.72727275,0.73140496,0.76859504,0.78099173,0.7892562,0.7933884,0.8016529,0.8016529,0.79752064,0.8057851,0.8057851,0.79752064,0.7933884,0.78099173,0.76859504,0.76033056,0.75206614,0.74380165,0.7355372,0.7231405,0.6983471,0.6735537,0.6528926,0.3264463,0.3305785,0.3181818,0.30991736,0.3140496,0.4338843,0.55785125,0.60330576,0.6322314,0.6818182,0.6942149,0.71900827,0.72727275,0.7355372,0.72727275,0.7107438,0.70247936,0.6859504,0.62396693,0.57024795,0.5247934,0.42561984,0.38429752,0.48347107,0.56198347,0.5785124,0.607438,0.59090906,0.55785125,0.47107437,0.41735536,0.33471075,0.3305785,0.38429752,0.46280992,0.5165289,0.5371901,0.57024795,0.607438,0.6859504,0.73140496,0.71487606,0.6983471,0.71487606,0.74793386,0.76859504,0.78099173,0.79752064,0.79752064,0.79752064,0.79752064,0.7933884,0.7933884,0.78512394,0.7644628,0.75206614,0.74793386,0.73966944,0.7355372,0.71900827,0.6983471,0.6818182,0.6694215,0.6404959,0.33471075,0.32231405,0.3181818,0.32231405,0.30165288,0.40082645,0.5289256,0.58264464,0.6198347,0.6570248,0.6818182,0.7066116,0.71487606,0.71900827,0.70247936,0.71487606,0.69008267,0.661157,0.61157024,0.57438016,0.5495868,0.49173555,0.35123968,0.3553719,0.42975205,0.47933885,0.5165289,0.5041322,0.46694216,0.45867768,0.45867768,0.446281,0.45454547,0.46280992,0.45867768,0.49586776,0.57024795,0.61570245,0.6487603,0.70247936,0.73966944,0.74380165,0.71487606,0.6983471,0.7231405,0.75206614,0.77272725,0.78099173,0.7768595,0.78099173,0.78099173,0.78099173,0.78099173,0.76859504,0.75206614,0.73966944,0.73140496,0.7231405,0.71487606,0.6942149,0.6735537,0.661157,0.6446281,0.62396693,0.3264463,0.3305785,0.32231405,0.3181818,0.30165288,0.3553719,0.5,0.553719,0.59090906,0.62396693,0.6570248,0.677686,0.6942149,0.6983471,0.69008267,0.6983471,0.6818182,0.661157,0.6528926,0.59504133,0.59504133,0.5371901,0.41322315,0.3140496,0.3264463,0.3966942,0.446281,0.46694216,0.47107437,0.5082645,0.5413223,0.58264464,0.607438,0.59917355,0.59090906,0.61157024,0.6446281,0.6652893,0.6818182,0.72727275,0.76859504,0.78512394,0.7644628,0.71900827,0.70247936,0.7231405,0.74793386,0.7644628,0.76033056,0.75619835,0.7644628,0.76859504,0.76033056,0.75206614,0.7355372,0.7231405,0.7107438,0.7066116,0.6942149,0.677686,0.6570248,0.6446281,0.6363636,0.62396693,0.3264463,0.3181818,0.3264463,0.3305785,0.30578512,0.33471075,0.43801653,0.5371901,0.56198347,0.58677685,0.62396693,0.6528926,0.661157,0.6694215,0.69008267,0.6859504,0.69008267,0.6859504,0.6859504,0.6322314,0.607438,0.5661157,0.47933885,0.37190083,0.32231405,0.34710744,0.37603307,0.42561984,0.45041323,0.5165289,0.5661157,0.59504133,0.6280992,0.6363636,0.6487603,0.6735537,0.6859504,0.6818182,0.70247936,0.74380165,0.78099173,0.80991733,0.8057851,0.76033056,0.7066116,0.6942149,0.73140496,0.75206614,0.75619835,0.74793386,0.75206614,0.75206614,0.73966944,0.73140496,0.71900827,0.7066116,0.6942149,0.6942149,0.6859504,0.661157,0.6404959,0.6280992,0.61157024,0.59917355,0.33471075,0.3305785,0.3181818,0.32231405,0.32231405,0.30165288,0.40495867,0.49586776,0.5413223,0.5495868,0.59090906,0.6322314,0.6322314,0.6487603,0.6694215,0.6818182,0.6942149,0.70247936,0.677686,0.6570248,0.607438,0.58264464,0.5289256,0.46694216,0.4090909,0.37603307,0.39256197,0.43801653,0.47933885,0.54545456,0.59917355,0.6198347,0.6487603,0.6652893,0.6735537,0.6942149,0.6983471,0.6983471,0.71487606,0.74380165,0.7768595,0.8016529,0.8140496,0.79752064,0.75206614,0.70247936,0.7066116,0.7355372,0.75206614,0.74380165,0.73140496,0.73140496,0.71487606,0.7107438,0.70247936,0.6818182,0.677686,0.677686,0.677686,0.6528926,0.6322314,0.6280992,0.60330576,0.59504133,0.3181818,0.338843,0.3140496,0.3264463,0.3140496,0.30578512,0.36363637,0.45041323,0.49586776,0.5289256,0.56198347,0.60330576,0.62396693,0.6363636,0.661157,0.6818182,0.7107438,0.69008267,0.6735537,0.6528926,0.6280992,0.607438,0.59090906,0.5785124,0.54545456,0.5123967,0.5123967,0.5371901,0.553719,0.5785124,0.6198347,0.6528926,0.677686,0.69008267,0.69008267,0.69008267,0.70247936,0.7107438,0.71900827,0.74793386,0.76859504,0.7892562,0.79752064,0.80991733,0.79752064,0.73140496,0.6818182,0.7066116,0.7355372,0.7355372,0.7231405,0.71900827,0.69008267,0.6942149,0.677686,0.6652893,0.6570248,0.661157,0.6570248,0.6404959,0.62396693,0.61157024,0.58264464,0.58264464,0.30991736,0.3264463,0.3264463,0.3305785,0.30991736,0.3140496,0.32231405,0.41322315,0.446281,0.5041322,0.53305787,0.5785124,0.61157024,0.6322314,0.6446281,0.6652893,0.6735537,0.6570248,0.6528926,0.6570248,0.6528926,0.6570248,0.6652893,0.6735537,0.6735537,0.6487603,0.62396693,0.62396693,0.61570245,0.61157024,0.62396693,0.6570248,0.6942149,0.7066116,0.6942149,0.69008267,0.71487606,0.71487606,0.72727275,0.74793386,0.76033056,0.76859504,0.78099173,0.7892562,0.7933884,0.7644628,0.6983471,0.6735537,0.7107438,0.71900827,0.71487606,0.70247936,0.69008267,0.6818182,0.6570248,0.6487603,0.6404959,0.6528926,0.6363636,0.6198347,0.61157024,0.59504133,0.57438016,0.56198347,0.30165288,0.33471075,0.3140496,0.32231405,0.3181818,0.30991736,0.3264463,0.38016528,0.41735536,0.47107437,0.5082645,0.55785125,0.607438,0.6280992,0.6363636,0.6404959,0.6404959,0.6363636,0.6446281,0.6570248,0.6652893,0.6859504,0.7066116,0.71900827,0.72727275,0.7231405,0.7066116,0.6818182,0.6570248,0.6487603,0.6528926,0.6694215,0.6983471,0.7107438,0.72727275,0.73140496,0.73140496,0.7355372,0.7355372,0.74793386,0.76033056,0.75619835,0.76033056,0.76033056,0.76859504,0.76033056,0.72727275,0.6652893,0.6818182,0.71900827,0.71900827,0.6983471,0.6818182,0.6735537,0.6528926,0.6363636,0.6363636,0.6446281,0.6322314,0.607438,0.59090906,0.5785124,0.5785124,0.5661157,0.30578512,0.33471075,0.30578512,0.32231405,0.3140496,0.3140496,0.30991736,0.35950413,0.40082645,0.45867768,0.5082645,0.5495868,0.60330576,0.6198347,0.61570245,0.6198347,0.6198347,0.607438,0.6280992,0.6570248,0.6652893,0.6694215,0.6859504,0.70247936,0.71487606,0.72727275,0.7355372,0.71487606,0.6859504,0.6652893,0.661157,0.6570248,0.6818182,0.7107438,0.72727275,0.72727275,0.7355372,0.7355372,0.74380165,0.75619835,0.76033056,0.74793386,0.73966944,0.72727275,0.73140496,0.72727275,0.73140496,0.6735537,0.6446281,0.6942149,0.7107438,0.6942149,0.677686,0.6694215,0.6570248,0.6363636,0.6446281,0.6363636,0.6280992,0.607438,0.59090906,0.57438016,0.5785124,0.55785125,0.3140496,0.3264463,0.30578512,0.3264463,0.3264463,0.3140496,0.30991736,0.338843,0.38429752,0.446281,0.49586776,0.5495868,0.60330576,0.61570245,0.59504133,0.59090906,0.5785124,0.57438016,0.59504133,0.61570245,0.61157024,0.59504133,0.59504133,0.61157024,0.6198347,0.6363636,0.6528926,0.6404959,0.6280992,0.61570245,0.59504133,0.58264464,0.59090906,0.607438,0.6322314,0.6652893,0.6859504,0.71487606,0.72727275,0.74793386,0.75206614,0.73966944,0.72727275,0.7066116,0.70247936,0.6859504,0.6983471,0.6694215,0.6487603,0.661157,0.72727275,0.6859504,0.6859504,0.677686,0.6528926,0.6446281,0.6446281,0.6363636,0.62396693,0.61570245,0.59917355,0.58264464,0.57024795,0.553719,0.3140496,0.3140496,0.3181818,0.32231405,0.3305785,0.3140496,0.3140496,0.3181818,0.36363637,0.4338843,0.4876033,0.54545456,0.60330576,0.6198347,0.59504133,0.56198347,0.53305787,0.5,0.4752066,0.47933885,0.47933885,0.47933885,0.4876033,0.5123967,0.5289256,0.5413223,0.5413223,0.5413223,0.56198347,0.57024795,0.55785125,0.5495868,0.5495868,0.5495868,0.5661157,0.56198347,0.59504133,0.61570245,0.6487603,0.677686,0.6859504,0.70247936,0.69008267,0.69008267,0.677686,0.6694215,0.677686,0.6652893,0.6694215,0.6942149,0.70247936,0.6983471,0.6859504,0.6859504,0.6652893,0.6487603,0.6404959,0.6322314,0.62396693,0.61570245,0.59504133,0.58677685,0.5661157,0.55785125,0.3305785,0.3181818,0.3140496,0.32231405,0.32231405,0.3181818,0.3140496,0.3140496,0.338843,0.41322315,0.48347107,0.5371901,0.59917355,0.6280992,0.61570245,0.5661157,0.5082645,0.446281,0.37603307,0.3429752,0.36363637,0.38016528,0.39256197,0.40495867,0.43801653,0.46280992,0.46694216,0.46694216,0.47933885,0.48347107,0.5082645,0.49173555,0.49586776,0.4876033,0.48347107,0.5123967,0.5123967,0.5123967,0.5247934,0.5289256,0.55785125,0.59917355,0.61570245,0.6446281,0.661157,0.6652893,0.677686,0.6818182,0.7066116,0.7231405,0.70247936,0.6859504,0.6859504,0.69008267,0.6694215,0.6528926,0.6446281,0.62396693,0.61570245,0.60330576,0.58264464,0.5785124,0.5661157,0.5661157,0.3264463,0.3264463,0.3140496,0.3181818,0.3181818,0.3140496,0.3181818,0.30991736,0.32231405,0.38016528,0.45867768,0.5206612,0.59090906,0.6363636,0.6446281,0.607438,0.5371901,0.4752066,0.37190083,0.2603306,0.23966943,0.2520661,0.29338843,0.2892562,0.30165288,0.35950413,0.38016528,0.40495867,0.4214876,0.41735536,0.45867768,0.44214877,0.44214877,0.42561984,0.41735536,0.42561984,0.42975205,0.40495867,0.44214877,0.42561984,0.42975205,0.45041323,0.5,0.57438016,0.62396693,0.6735537,0.6983471,0.72727275,0.74380165,0.74380165,0.71487606,0.7066116,0.6942149,0.6818182,0.6570248,0.6404959,0.6404959,0.6198347,0.607438,0.59504133,0.5785124,0.57024795,0.57024795,0.57024795,0.30165288,0.3181818,0.32231405,0.3140496,0.3140496,0.3181818,0.32231405,0.30991736,0.30578512,0.35123968,0.4338843,0.49586776,0.57024795,0.6404959,0.6735537,0.6652893,0.61570245,0.5785124,0.5206612,0.40082645,0.25619835,0.21900827,0.2892562,0.29338843,0.26859504,0.35950413,0.38016528,0.4338843,0.5041322,0.5247934,0.54545456,0.5785124,0.55785125,0.5289256,0.55785125,0.5247934,0.446281,0.35950413,0.3553719,0.3553719,0.35950413,0.39256197,0.45867768,0.54545456,0.61570245,0.6818182,0.7231405,0.75206614,0.76033056,0.74380165,0.71900827,0.7066116,0.6983471,0.6652893,0.6446281,0.6322314,0.6280992,0.6198347,0.60330576,0.58264464,0.57024795,0.5661157,0.57024795,0.5661157,0.30578512,0.3140496,0.32231405,0.3140496,0.30991736,0.3140496,0.3181818,0.30165288,0.29752067,0.3264463,0.40082645,0.45867768,0.54545456,0.62396693,0.6859504,0.6983471,0.677686,0.661157,0.6322314,0.60330576,0.49586776,0.39256197,0.40082645,0.37603307,0.33471075,0.3966942,0.42561984,0.45454547,0.5041322,0.58264464,0.6487603,0.677686,0.6570248,0.6198347,0.6322314,0.6280992,0.5371901,0.41735536,0.41735536,0.42975205,0.45041323,0.5082645,0.56198347,0.607438,0.6570248,0.6983471,0.73966944,0.76859504,0.76859504,0.73966944,0.72727275,0.70247936,0.6859504,0.661157,0.6363636,0.62396693,0.6198347,0.61157024,0.59917355,0.5785124,0.5661157,0.57024795,0.57438016,0.5661157,0.30578512,0.30991736,0.3140496,0.3140496,0.3140496,0.3305785,0.3181818,0.29752067,0.30991736,0.30991736,0.37190083,0.4090909,0.5041322,0.59504133,0.6694215,0.7066116,0.7107438,0.6818182,0.661157,0.62396693,0.58677685,0.5165289,0.5165289,0.5,0.47933885,0.446281,0.45454547,0.42561984,0.38016528,0.46694216,0.55785125,0.58677685,0.58677685,0.57024795,0.5785124,0.57024795,0.5495868,0.54545456,0.54545456,0.5785124,0.61570245,0.6404959,0.6570248,0.677686,0.6983471,0.7231405,0.75619835,0.77272725,0.7644628,0.73140496,0.71487606,0.6983471,0.677686,0.6528926,0.62396693,0.61157024,0.61157024,0.60330576,0.59090906,0.5785124,0.57024795,0.57024795,0.57438016,0.5661157,0.3140496,0.3140496,0.3140496,0.3140496,0.30991736,0.3181818,0.30991736,0.30578512,0.30578512,0.29752067,0.36363637,0.38429752,0.446281,0.54545456,0.6404959,0.69008267,0.70247936,0.69008267,0.6570248,0.6198347,0.553719,0.5495868,0.57024795,0.607438,0.59917355,0.60330576,0.61157024,0.55785125,0.49586776,0.54545456,0.58264464,0.59504133,0.607438,0.62396693,0.6446281,0.6280992,0.61157024,0.60330576,0.61570245,0.6404959,0.6652893,0.6818182,0.69008267,0.7107438,0.73140496,0.74793386,0.76033056,0.76033056,0.74793386,0.71900827,0.69008267,0.6652893,0.6446281,0.62396693,0.61157024,0.60330576,0.59917355,0.59504133,0.5785124,0.5785124,0.57024795,0.5661157,0.56198347,0.55785125,0.32231405,0.3181818,0.30165288,0.30991736,0.30578512,0.3140496,0.30578512,0.30991736,0.30578512,0.30165288,0.338843,0.37190083,0.41322315,0.47933885,0.60330576,0.6570248,0.677686,0.6859504,0.661157,0.61157024,0.54545456,0.5247934,0.5661157,0.6198347,0.6528926,0.6859504,0.7231405,0.70247936,0.6652893,0.6859504,0.6859504,0.6859504,0.6735537,0.6818182,0.6818182,0.6570248,0.61157024,0.61570245,0.6446281,0.6735537,0.6983471,0.71487606,0.71900827,0.73140496,0.75206614,0.76859504,0.76033056,0.74380165,0.73140496,0.70247936,0.6694215,0.6487603,0.6280992,0.61570245,0.61570245,0.60330576,0.58677685,0.58677685,0.57438016,0.57438016,0.57024795,0.55785125,0.5495868,0.54545456,0.32231405,0.3181818,0.30578512,0.3181818,0.3140496,0.30578512,0.3140496,0.30165288,0.3140496,0.29752067,0.3181818,0.35950413,0.39256197,0.4338843,0.5413223,0.6198347,0.6652893,0.6528926,0.6652893,0.6363636,0.56198347,0.48347107,0.5289256,0.58264464,0.6363636,0.6652893,0.6859504,0.6694215,0.6404959,0.6570248,0.6735537,0.69008267,0.6818182,0.6652893,0.661157,0.6322314,0.61157024,0.61570245,0.6528926,0.6942149,0.71487606,0.7231405,0.72727275,0.73966944,0.7644628,0.77272725,0.75619835,0.73140496,0.7107438,0.677686,0.6446281,0.6280992,0.62396693,0.61157024,0.607438,0.59917355,0.58677685,0.58264464,0.57024795,0.5661157,0.5661157,0.553719,0.54545456,0.53305787,0.3140496,0.30991736,0.29752067,0.30165288,0.3264463,0.29338843,0.30165288,0.3181818,0.30578512,0.30165288,0.2892562,0.35123968,0.38429752,0.41735536,0.49173555,0.57438016,0.62396693,0.6487603,0.6404959,0.6446281,0.60330576,0.5041322,0.49173555,0.5165289,0.5661157,0.59090906,0.61570245,0.59917355,0.59090906,0.59090906,0.607438,0.6198347,0.6198347,0.61570245,0.6198347,0.61570245,0.62396693,0.6570248,0.69008267,0.7107438,0.71900827,0.72727275,0.73966944,0.74793386,0.76859504,0.77272725,0.74793386,0.71487606,0.6942149,0.661157,0.6322314,0.62396693,0.61570245,0.60330576,0.59917355,0.58677685,0.58264464,0.57438016,0.5661157,0.5495868,0.5495868,0.5495868,0.5289256,0.5123967,0.3140496,0.3140496,0.30578512,0.30165288,0.3140496,0.30991736,0.30165288,0.30578512,0.30165288,0.3181818,0.28512397,0.3140496,0.38429752,0.40082645,0.46280992,0.5247934,0.58677685,0.6280992,0.6404959,0.6404959,0.6322314,0.5661157,0.4876033,0.49173555,0.5,0.5082645,0.53305787,0.5371901,0.5371901,0.53305787,0.5413223,0.55785125,0.56198347,0.57438016,0.59090906,0.61570245,0.6446281,0.677686,0.7066116,0.7231405,0.72727275,0.7355372,0.74793386,0.75206614,0.76033056,0.75619835,0.73140496,0.70247936,0.6818182,0.6570248,0.6363636,0.6363636,0.61570245,0.61157024,0.58677685,0.57438016,0.5661157,0.56198347,0.55785125,0.5413223,0.53305787,0.5289256,0.5041322,0.47933885,0.30991736,0.30991736,0.30578512,0.32231405,0.30165288,0.3140496,0.29752067,0.3140496,0.30991736,0.30578512,0.30578512,0.2892562,0.3553719,0.40082645,0.4338843,0.49173555,0.553719,0.61570245,0.6322314,0.6487603,0.6570248,0.62396693,0.5661157,0.5165289,0.49173555,0.48347107,0.47933885,0.4876033,0.49586776,0.5,0.5123967,0.5247934,0.5413223,0.5661157,0.60330576,0.6446281,0.6818182,0.7107438,0.73140496,0.73140496,0.7355372,0.74380165,0.75619835,0.76033056,0.75619835,0.73966944,0.71487606,0.6859504,0.6735537,0.6570248,0.6404959,0.6280992,0.607438,0.59504133,0.57024795,0.5661157,0.55785125,0.56198347,0.5495868,0.53305787,0.5247934,0.5,0.48347107,0.44214877,0.3181818,0.3181818,0.29752067,0.32231405,0.30578512,0.3140496,0.30165288,0.30991736,0.30578512,0.30991736,0.30991736,0.28512397,0.3181818,0.38842976,0.4214876,0.47107437,0.53305787,0.59917355,0.6322314,0.6570248,0.6735537,0.6694215,0.6404959,0.60330576,0.57024795,0.553719,0.53305787,0.5247934,0.5289256,0.53305787,0.54545456,0.553719,0.57024795,0.60330576,0.6528926,0.6859504,0.71487606,0.73966944,0.75206614,0.74380165,0.73966944,0.75206614,0.75619835,0.75619835,0.74793386,0.72727275,0.70247936,0.6652893,0.6652893,0.6446281,0.6322314,0.6198347,0.60330576,0.58264464,0.57438016,0.5785124,0.56198347,0.56198347,0.5413223,0.5206612,0.5082645,0.48347107,0.45041323,0.40082645,0.3140496,0.30991736,0.30165288,0.30578512,0.30991736,0.29752067,0.30578512,0.3140496,0.30165288,0.30991736,0.30578512,0.29338843,0.29752067,0.3553719,0.4214876,0.46694216,0.5247934,0.58677685,0.6404959,0.6818182,0.6942149,0.6942149,0.6818182,0.6735537,0.6735537,0.661157,0.6446281,0.6322314,0.6198347,0.61157024,0.62396693,0.6322314,0.6404959,0.661157,0.6859504,0.7107438,0.73140496,0.74793386,0.76859504,0.75206614,0.75206614,0.76033056,0.76033056,0.74380165,0.72727275,0.7107438,0.6818182,0.661157,0.6528926,0.6446281,0.62396693,0.61570245,0.59504133,0.60330576,0.5785124,0.57438016,0.56198347,0.53305787,0.5206612,0.5041322,0.4752066,0.44214877,0.3966942,0.3553719,0.30165288,0.30165288,0.30578512,0.30578512,0.30991736,0.2892562,0.30578512,0.30165288,0.30991736,0.30578512,0.30578512,0.30578512,0.28099173,0.3181818,0.40082645,0.45867768,0.5165289,0.58264464,0.6363636,0.6983471,0.73140496,0.71900827,0.71900827,0.7355372,0.7355372,0.7355372,0.74380165,0.7355372,0.7231405,0.6983471,0.70247936,0.71900827,0.7231405,0.72727275,0.7355372,0.74793386,0.76033056,0.78099173,0.77272725,0.76859504,0.7644628,0.7644628,0.75619835,0.73140496,0.71900827,0.6942149,0.6652893,0.6528926,0.6404959,0.6404959,0.62396693,0.607438,0.59917355,0.59090906,0.57024795,0.55785125,0.5495868,0.5247934,0.5,0.47107437,0.42561984,0.37190083,0.34710744,0.3677686,0.30578512,0.30578512,0.29752067,0.30165288,0.30165288,0.30165288,0.30578512,0.30991736,0.30165288,0.30165288,0.30578512,0.30578512,0.28512397,0.2892562,0.36363637,0.446281,0.5082645,0.5785124,0.6322314,0.69008267,0.75206614,0.74793386,0.74793386,0.76033056,0.7644628,0.77272725,0.7768595,0.78512394,0.78512394,0.77272725,0.76859504,0.77272725,0.7768595,0.7768595,0.78099173,0.78099173,0.78512394,0.7933884,0.7892562,0.77272725,0.76859504,0.7644628,0.74793386,0.7231405,0.71487606,0.6818182,0.6528926,0.6363636,0.6280992,0.6363636,0.6198347,0.61570245,0.59504133,0.58677685,0.5661157,0.5495868,0.5206612,0.5165289,0.47107437,0.4214876,0.3553719,0.32231405,0.35123968,0.42561984,0.30578512,0.30578512,0.30165288,0.30165288,0.30578512,0.30165288,0.29752067,0.3181818,0.30578512,0.29752067,0.30165288,0.29752067,0.29752067,0.28512397,0.3181818,0.40082645,0.49173555,0.57024795,0.6280992,0.6818182,0.7355372,0.75619835,0.76033056,0.77272725,0.78099173,0.78512394,0.7892562,0.8016529,0.8016529,0.79752064,0.79752064,0.8016529,0.8016529,0.8057851,0.8057851,0.8016529,0.8016529,0.8057851,0.79752064,0.78512394,0.7644628,0.76033056,0.74793386,0.71487606,0.69008267,0.6652893,0.6363636,0.62396693,0.61570245,0.62396693,0.6198347,0.607438,0.58677685,0.5785124,0.55785125,0.5371901,0.5,0.4752066,0.41322315,0.3429752,0.3140496,0.338843,0.41322315,0.47933885,0.30991736,0.30991736,0.30165288,0.30578512,0.29752067,0.29752067,0.30165288,0.29752067,0.29338843,0.30578512,0.30165288,0.2892562,0.29752067,0.2892562,0.2892562,0.34710744,0.45454547,0.5495868,0.61570245,0.677686,0.72727275,0.74793386,0.76033056,0.77272725,0.78099173,0.7933884,0.8016529,0.8057851,0.80991733,0.8016529,0.8057851,0.80991733,0.80991733,0.8140496,0.8057851,0.80991733,0.8057851,0.80991733,0.8016529,0.7768595,0.76859504,0.75206614,0.73140496,0.6942149,0.6652893,0.6363636,0.62396693,0.61157024,0.61570245,0.61157024,0.61157024,0.59090906,0.57024795,0.55785125,0.5289256,0.5,0.45041323,0.40082645,0.33471075,0.29752067,0.3429752,0.41322315,0.4752066,0.5082645,0.30991736,0.30991736,0.30165288,0.30578512,0.30165288,0.29752067,0.30578512,0.30991736,0.30165288,0.29752067,0.29752067,0.29752067,0.29752067,0.2892562,0.2768595,0.30165288,0.3966942,0.5206612,0.59090906,0.6487603,0.7066116,0.73140496,0.74793386,0.76859504,0.78099173,0.7892562,0.8016529,0.80991733,0.8057851,0.8057851,0.80991733,0.80991733,0.80991733,0.8140496,0.8057851,0.80991733,0.80991733,0.8140496,0.7933884,0.76859504,0.74793386,0.7355372,0.7107438,0.6694215,0.6487603,0.61570245,0.607438,0.60330576,0.61157024,0.59917355,0.59090906,0.57024795,0.54545456,0.5123967,0.47933885,0.43801653,0.3677686,0.3181818,0.29752067,0.3264463,0.40495867,0.46280992,0.5041322,0.53305787,0.30578512,0.30165288,0.30165288,0.30165288,0.30165288,0.29338843,0.29752067,0.30578512,0.30165288,0.29338843,0.29338843,0.30165288,0.29752067,0.29752067,0.28099173,0.28099173,0.33471075,0.46694216,0.55785125,0.61570245,0.6818182,0.7107438,0.73140496,0.74793386,0.77272725,0.7768595,0.78512394,0.79752064,0.7933884,0.79752064,0.8057851,0.8140496,0.8057851,0.80991733,0.8016529,0.8057851,0.8016529,0.8016529,0.78099173,0.75206614,0.7231405,0.7107438,0.69008267,0.6487603,0.62396693,0.59917355,0.59090906,0.59090906,0.58264464,0.5661157,0.5413223,0.5206612,0.49173555,0.446281,0.38016528,0.33471075,0.2892562,0.28512397,0.338843,0.40495867,0.45867768,0.4876033,0.5123967,0.5495868,39 +0.5,0.53305787,0.607438,0.6280992,0.6570248,0.6322314,0.6570248,0.6694215,0.6735537,0.70247936,0.71900827,0.7355372,0.70247936,0.6983471,0.75206614,0.76859504,0.78512394,0.7933884,0.8016529,0.8057851,0.8140496,0.822314,0.822314,0.822314,0.8264463,0.8140496,0.8140496,0.8016529,0.8057851,0.8057851,0.8057851,0.8057851,0.80991733,0.80991733,0.8016529,0.8057851,0.7892562,0.7892562,0.7892562,0.78512394,0.78099173,0.77272725,0.7933884,0.79752064,0.79752064,0.7933884,0.7933884,0.78099173,0.7644628,0.74380165,0.72727275,0.6487603,0.62396693,0.62396693,0.60330576,0.57438016,0.54545456,0.5165289,0.5041322,0.46280992,0.37190083,0.28512397,0.23966943,0.21487603,0.49173555,0.5413223,0.60330576,0.6446281,0.6570248,0.6363636,0.661157,0.6694215,0.6983471,0.7231405,0.73966944,0.75206614,0.74380165,0.74793386,0.7644628,0.77272725,0.7892562,0.79752064,0.8057851,0.8181818,0.8181818,0.8305785,0.8181818,0.8181818,0.8264463,0.8181818,0.80991733,0.8016529,0.8057851,0.80991733,0.8057851,0.8016529,0.78099173,0.7892562,0.7933884,0.79752064,0.78512394,0.78512394,0.7933884,0.7892562,0.78512394,0.78099173,0.7933884,0.7933884,0.79752064,0.7933884,0.78512394,0.7892562,0.7768595,0.75619835,0.7355372,0.6818182,0.6570248,0.6487603,0.6322314,0.59504133,0.5413223,0.5247934,0.5123967,0.46280992,0.35950413,0.29752067,0.20247933,0.20661157,0.46694216,0.55785125,0.6198347,0.6528926,0.6528926,0.6363636,0.6528926,0.6735537,0.7066116,0.73140496,0.75206614,0.74793386,0.7768595,0.7768595,0.78512394,0.78099173,0.7933884,0.79752064,0.80991733,0.8140496,0.8181818,0.822314,0.8140496,0.822314,0.822314,0.8140496,0.80991733,0.8016529,0.8016529,0.8057851,0.8016529,0.7892562,0.78099173,0.78099173,0.7892562,0.7892562,0.7933884,0.7892562,0.7933884,0.7933884,0.78099173,0.78512394,0.7933884,0.78512394,0.7892562,0.78512394,0.77272725,0.78099173,0.76859504,0.77272725,0.75619835,0.71900827,0.6983471,0.6735537,0.6570248,0.61157024,0.553719,0.5289256,0.5123967,0.47107437,0.37190083,0.29752067,0.17768595,0.18595041,0.47107437,0.5371901,0.59504133,0.6280992,0.6280992,0.6280992,0.6528926,0.6818182,0.71900827,0.73140496,0.7644628,0.7644628,0.78512394,0.78512394,0.7892562,0.78512394,0.7933884,0.8016529,0.8057851,0.8016529,0.8140496,0.80991733,0.8057851,0.80991733,0.8057851,0.8140496,0.80991733,0.7933884,0.7892562,0.7892562,0.7892562,0.7768595,0.78099173,0.79752064,0.78099173,0.78512394,0.78512394,0.78512394,0.7933884,0.7933884,0.7768595,0.78512394,0.78512394,0.78099173,0.7644628,0.75206614,0.75206614,0.76859504,0.77272725,0.7644628,0.7644628,0.73140496,0.7231405,0.6983471,0.677686,0.62396693,0.57024795,0.5289256,0.5082645,0.48347107,0.35123968,0.2644628,0.2107438,0.17768595,0.4876033,0.54545456,0.59090906,0.62396693,0.61570245,0.62396693,0.6735537,0.69008267,0.72727275,0.73966944,0.75619835,0.77272725,0.7768595,0.7892562,0.78512394,0.7768595,0.78099173,0.7933884,0.7933884,0.7768595,0.78512394,0.7933884,0.7933884,0.78512394,0.7892562,0.7892562,0.78512394,0.77272725,0.7768595,0.78099173,0.78099173,0.77272725,0.7768595,0.78512394,0.77272725,0.7892562,0.78512394,0.7768595,0.78512394,0.7768595,0.76859504,0.77272725,0.7768595,0.75619835,0.7231405,0.71900827,0.7231405,0.76859504,0.74793386,0.75206614,0.73966944,0.7231405,0.73966944,0.71900827,0.69008267,0.6322314,0.59090906,0.5371901,0.5082645,0.5,0.33471075,0.22727273,0.23140496,0.19008264,0.5,0.54545456,0.58264464,0.607438,0.59917355,0.61570245,0.677686,0.6942149,0.75619835,0.75619835,0.74380165,0.75619835,0.7644628,0.7644628,0.76033056,0.7644628,0.7644628,0.77272725,0.76859504,0.7644628,0.76859504,0.76859504,0.76859504,0.76859504,0.7644628,0.7644628,0.7644628,0.76033056,0.75619835,0.76033056,0.76859504,0.7644628,0.76033056,0.77272725,0.76033056,0.76859504,0.7644628,0.76859504,0.7644628,0.75619835,0.73966944,0.73140496,0.7355372,0.7066116,0.6859504,0.69008267,0.6983471,0.73966944,0.73140496,0.71487606,0.70247936,0.70247936,0.7066116,0.6983471,0.69008267,0.6446281,0.6198347,0.553719,0.49586776,0.5165289,0.338843,0.2107438,0.2107438,0.2107438,0.5165289,0.55785125,0.58677685,0.59917355,0.59917355,0.61570245,0.6694215,0.71487606,0.74380165,0.74380165,0.7107438,0.7107438,0.71487606,0.7107438,0.7107438,0.70247936,0.6983471,0.71487606,0.71487606,0.71900827,0.73966944,0.75206614,0.73966944,0.73966944,0.7355372,0.7231405,0.7355372,0.72727275,0.7231405,0.7355372,0.74380165,0.73140496,0.73966944,0.74793386,0.74380165,0.73966944,0.73966944,0.73966944,0.72727275,0.71487606,0.6942149,0.6859504,0.6818182,0.6652893,0.661157,0.677686,0.6818182,0.6983471,0.6859504,0.661157,0.6446281,0.62396693,0.6280992,0.61570245,0.60330576,0.61570245,0.6446281,0.59090906,0.4876033,0.49586776,0.36363637,0.20661157,0.19421488,0.18595041,0.53305787,0.57438016,0.58264464,0.59504133,0.59504133,0.59917355,0.6652893,0.6859504,0.6942149,0.70247936,0.677686,0.6570248,0.6198347,0.6322314,0.62396693,0.59504133,0.58264464,0.59090906,0.58264464,0.59504133,0.62396693,0.661157,0.6652893,0.6818182,0.6983471,0.6818182,0.6859504,0.677686,0.6694215,0.7066116,0.7107438,0.6859504,0.7066116,0.71900827,0.71900827,0.70247936,0.70247936,0.69008267,0.6735537,0.6735537,0.6694215,0.6652893,0.6570248,0.6446281,0.6487603,0.6404959,0.6487603,0.6280992,0.607438,0.58677685,0.55785125,0.5413223,0.5371901,0.5413223,0.5413223,0.5495868,0.58264464,0.59090906,0.5165289,0.4752066,0.38429752,0.2231405,0.20247933,0.19008264,0.55785125,0.58264464,0.5785124,0.5785124,0.5785124,0.5785124,0.6198347,0.6404959,0.6322314,0.6322314,0.59090906,0.5785124,0.5413223,0.54545456,0.53305787,0.49586776,0.47107437,0.48347107,0.45867768,0.45867768,0.46694216,0.5041322,0.5289256,0.58677685,0.62396693,0.6446281,0.6570248,0.6363636,0.6198347,0.6487603,0.6570248,0.661157,0.6694215,0.6942149,0.6983471,0.6735537,0.6528926,0.6487603,0.6363636,0.6322314,0.6280992,0.62396693,0.59504133,0.59090906,0.59504133,0.55785125,0.5371901,0.53305787,0.5041322,0.49586776,0.47933885,0.45867768,0.46694216,0.48347107,0.48347107,0.4876033,0.5247934,0.5371901,0.5247934,0.46694216,0.40495867,0.25619835,0.20247933,0.17768595,0.5785124,0.59090906,0.5785124,0.5785124,0.553719,0.53305787,0.5661157,0.55785125,0.56198347,0.5289256,0.5,0.49173555,0.47933885,0.43801653,0.4090909,0.40082645,0.38842976,0.37190083,0.37603307,0.35950413,0.36363637,0.39256197,0.40495867,0.45867768,0.5206612,0.5495868,0.57024795,0.57438016,0.57438016,0.58677685,0.60330576,0.6280992,0.6404959,0.6652893,0.6528926,0.6363636,0.61570245,0.607438,0.58677685,0.58677685,0.5785124,0.56198347,0.5371901,0.47107437,0.47107437,0.45041323,0.41322315,0.41735536,0.40495867,0.38429752,0.38016528,0.38429752,0.4090909,0.41322315,0.42975205,0.4338843,0.45867768,0.45454547,0.47933885,0.46694216,0.42975205,0.2768595,0.21900827,0.1570248,0.59090906,0.60330576,0.57024795,0.57438016,0.5495868,0.5041322,0.5165289,0.5041322,0.5,0.45867768,0.4214876,0.40495867,0.3966942,0.37190083,0.35950413,0.35123968,0.35123968,0.30165288,0.3181818,0.3181818,0.30578512,0.3305785,0.33471075,0.38429752,0.42975205,0.44214877,0.47933885,0.5206612,0.53305787,0.553719,0.553719,0.61570245,0.6280992,0.6487603,0.6322314,0.607438,0.59090906,0.5661157,0.5413223,0.5289256,0.49586776,0.47933885,0.43801653,0.38429752,0.34710744,0.3305785,0.3264463,0.2892562,0.3140496,0.32231405,0.3140496,0.3264463,0.35123968,0.36363637,0.38016528,0.40495867,0.4090909,0.42561984,0.44214877,0.45041323,0.44214877,0.3181818,0.23140496,0.16528925,0.59917355,0.61157024,0.58264464,0.5661157,0.57024795,0.48347107,0.4752066,0.45867768,0.4752066,0.446281,0.41322315,0.40082645,0.38842976,0.37190083,0.35950413,0.30165288,0.30991736,0.24380165,0.25619835,0.2603306,0.2520661,0.28099173,0.2892562,0.3305785,0.35123968,0.38429752,0.4338843,0.45867768,0.5,0.5413223,0.5495868,0.59090906,0.6322314,0.6487603,0.6487603,0.61570245,0.5785124,0.5371901,0.5206612,0.49173555,0.44214877,0.41735536,0.3677686,0.3140496,0.29338843,0.24793388,0.23553719,0.20661157,0.23553719,0.2520661,0.2644628,0.2768595,0.32231405,0.34710744,0.37190083,0.38842976,0.38429752,0.4214876,0.42975205,0.45454547,0.4338843,0.3553719,0.27272728,0.17768595,0.60330576,0.59090906,0.59504133,0.5785124,0.57024795,0.47107437,0.45454547,0.42975205,0.446281,0.42975205,0.3966942,0.36363637,0.3429752,0.3181818,0.29752067,0.25619835,0.29752067,0.26859504,0.2520661,0.25619835,0.23553719,0.22727273,0.23966943,0.2768595,0.30578512,0.33471075,0.3677686,0.4214876,0.44214877,0.5206612,0.59917355,0.61157024,0.6735537,0.69008267,0.69008267,0.6528926,0.59504133,0.53305787,0.5041322,0.45041323,0.3966942,0.35123968,0.29752067,0.2644628,0.2231405,0.20661157,0.1983471,0.21487603,0.23966943,0.2520661,0.24380165,0.25619835,0.2644628,0.29338843,0.3429752,0.36363637,0.39256197,0.41322315,0.43801653,0.46280992,0.44214877,0.37603307,0.3181818,0.17768595,0.59917355,0.61570245,0.5785124,0.58677685,0.553719,0.49586776,0.42975205,0.40082645,0.38842976,0.37603307,0.33471075,0.30165288,0.30165288,0.34710744,0.38016528,0.39256197,0.338843,0.3264463,0.29338843,0.30578512,0.29338843,0.27272728,0.2520661,0.2768595,0.30165288,0.29338843,0.29338843,0.3677686,0.41735536,0.5082645,0.61157024,0.6694215,0.71487606,0.7355372,0.71487606,0.69008267,0.6363636,0.553719,0.49586776,0.42561984,0.338843,0.28099173,0.2520661,0.23553719,0.24380165,0.24380165,0.27272728,0.30578512,0.33471075,0.3677686,0.34710744,0.34710744,0.3429752,0.28099173,0.2520661,0.3264463,0.35950413,0.39256197,0.42975205,0.46694216,0.446281,0.338843,0.3429752,0.2603306,0.61157024,0.6404959,0.58677685,0.59090906,0.5247934,0.49173555,0.41735536,0.36363637,0.35123968,0.29752067,0.28512397,0.35123968,0.38429752,0.4090909,0.35123968,0.29752067,0.2520661,0.2231405,0.23966943,0.26859504,0.30578512,0.3181818,0.30991736,0.30165288,0.30578512,0.30165288,0.2603306,0.30578512,0.38429752,0.5,0.61570245,0.71487606,0.76033056,0.77272725,0.76859504,0.73966944,0.69008267,0.5785124,0.5123967,0.37603307,0.27272728,0.2603306,0.25619835,0.2644628,0.2892562,0.28099173,0.26859504,0.23966943,0.25619835,0.24793388,0.3140496,0.36363637,0.39256197,0.37603307,0.2603306,0.28099173,0.32231405,0.36363637,0.40495867,0.46280992,0.4752066,0.338843,0.3264463,0.3140496,0.61570245,0.6280992,0.61157024,0.59090906,0.5,0.45041323,0.38016528,0.338843,0.29752067,0.2644628,0.338843,0.38842976,0.38842976,0.39256197,0.2603306,0.2231405,0.2231405,0.19421488,0.2520661,0.29752067,0.3966942,0.3553719,0.338843,0.3305785,0.30991736,0.338843,0.30991736,0.2644628,0.3264463,0.47933885,0.6363636,0.7355372,0.78099173,0.8016529,0.79752064,0.76859504,0.71900827,0.61570245,0.48347107,0.3305785,0.30578512,0.28512397,0.30165288,0.3264463,0.3264463,0.24380165,0.25619835,0.18595041,0.33471075,0.27272728,0.29752067,0.4338843,0.3140496,0.3264463,0.3429752,0.30578512,0.3181818,0.3553719,0.39256197,0.45041323,0.4876033,0.35950413,0.3140496,0.3264463,0.6198347,0.6404959,0.61157024,0.59917355,0.5082645,0.42975205,0.38429752,0.3305785,0.29338843,0.29752067,0.37190083,0.32231405,0.37190083,0.47107437,0.338843,0.2644628,0.17768595,0.1694215,0.23553719,0.34710744,0.47933885,0.446281,0.3429752,0.30991736,0.32231405,0.37603307,0.35950413,0.2644628,0.29338843,0.446281,0.6404959,0.73966944,0.79752064,0.8181818,0.80991733,0.7892562,0.74380165,0.6322314,0.42561984,0.35950413,0.37603307,0.3264463,0.3305785,0.37603307,0.37603307,0.27272728,0.25619835,0.20247933,0.25619835,0.2603306,0.24793388,0.5206612,0.4752066,0.2644628,0.3264463,0.3264463,0.3305785,0.35123968,0.3966942,0.45454547,0.49586776,0.38429752,0.28099173,0.3305785,0.6363636,0.6487603,0.6198347,0.607438,0.57024795,0.4876033,0.42561984,0.38016528,0.37603307,0.4090909,0.44214877,0.45867768,0.47933885,0.56198347,0.44214877,0.37603307,0.30991736,0.30578512,0.338843,0.44214877,0.53305787,0.4752066,0.40082645,0.29752067,0.29752067,0.3966942,0.38016528,0.3140496,0.3264463,0.45454547,0.62396693,0.72727275,0.78512394,0.8264463,0.8140496,0.79752064,0.78512394,0.62396693,0.4090909,0.38842976,0.41735536,0.38016528,0.3429752,0.4090909,0.42561984,0.32231405,0.28099173,0.22727273,0.2107438,0.24793388,0.3305785,0.47933885,0.4876033,0.38842976,0.3264463,0.3181818,0.35123968,0.36363637,0.40495867,0.4752066,0.5,0.4090909,0.2520661,0.30991736,0.6280992,0.6446281,0.6446281,0.6198347,0.59504133,0.5495868,0.5,0.45454547,0.47107437,0.5247934,0.48347107,0.53305787,0.5785124,0.61157024,0.61570245,0.54545456,0.5289256,0.49173555,0.49586776,0.53305787,0.5371901,0.4752066,0.41735536,0.338843,0.35950413,0.40495867,0.41735536,0.39256197,0.4090909,0.53305787,0.6363636,0.73140496,0.78512394,0.8181818,0.8181818,0.8057851,0.80991733,0.6570248,0.40082645,0.4338843,0.47107437,0.4090909,0.35950413,0.39256197,0.42975205,0.39256197,0.33471075,0.30991736,0.30991736,0.3305785,0.42975205,0.47107437,0.46280992,0.43801653,0.3966942,0.39256197,0.40082645,0.38842976,0.41735536,0.48347107,0.49173555,0.45867768,0.21900827,0.3181818,0.6198347,0.6404959,0.6528926,0.6446281,0.62396693,0.607438,0.55785125,0.57438016,0.61570245,0.59917355,0.55785125,0.53305787,0.5371901,0.5413223,0.5785124,0.59090906,0.59917355,0.58677685,0.59504133,0.57438016,0.55785125,0.48347107,0.45041323,0.42561984,0.41735536,0.4338843,0.44214877,0.446281,0.5123967,0.62396693,0.6652893,0.7231405,0.7768595,0.80991733,0.8181818,0.80991733,0.8181818,0.7066116,0.446281,0.4338843,0.47107437,0.45041323,0.41322315,0.38016528,0.40495867,0.4090909,0.38842976,0.37603307,0.38429752,0.4338843,0.43801653,0.4338843,0.4214876,0.41735536,0.446281,0.47107437,0.47107437,0.43801653,0.446281,0.48347107,0.5041322,0.4876033,0.21900827,0.3140496,0.61570245,0.6404959,0.6570248,0.6652893,0.6487603,0.6280992,0.61570245,0.6363636,0.6652893,0.6528926,0.58677685,0.5661157,0.57024795,0.55785125,0.553719,0.5413223,0.5413223,0.53305787,0.5206612,0.5041322,0.5041322,0.46280992,0.4338843,0.46280992,0.5,0.5082645,0.49173555,0.5289256,0.6198347,0.6942149,0.6818182,0.7107438,0.75619835,0.80991733,0.822314,0.8140496,0.8140496,0.73966944,0.54545456,0.42975205,0.45041323,0.42975205,0.4090909,0.3677686,0.3677686,0.38429752,0.4090909,0.4214876,0.40495867,0.43801653,0.41735536,0.41735536,0.42561984,0.45041323,0.49173555,0.4876033,0.49173555,0.48347107,0.46280992,0.49173555,0.49173555,0.4876033,0.25619835,0.3181818,0.60330576,0.6363636,0.6570248,0.677686,0.661157,0.6528926,0.6322314,0.661157,0.6652893,0.6446281,0.607438,0.57024795,0.55785125,0.5413223,0.5247934,0.5082645,0.5123967,0.5,0.4752066,0.45867768,0.46694216,0.47933885,0.5289256,0.5495868,0.5495868,0.55785125,0.59504133,0.6363636,0.69008267,0.7231405,0.6983471,0.6983471,0.74793386,0.8057851,0.8305785,0.8140496,0.8140496,0.78099173,0.6322314,0.49173555,0.45867768,0.46280992,0.4338843,0.41322315,0.37603307,0.37190083,0.39256197,0.4214876,0.4090909,0.42975205,0.4338843,0.42975205,0.44214877,0.47107437,0.5041322,0.49586776,0.5041322,0.5082645,0.49586776,0.5123967,0.4876033,0.47933885,0.30578512,0.3305785,0.60330576,0.6280992,0.6652893,0.6859504,0.6818182,0.6694215,0.6652893,0.661157,0.6735537,0.69008267,0.677686,0.6322314,0.56198347,0.5041322,0.46694216,0.45041323,0.46694216,0.46280992,0.5,0.5289256,0.56198347,0.60330576,0.607438,0.6322314,0.6487603,0.6859504,0.6983471,0.6859504,0.71900827,0.72727275,0.71487606,0.6859504,0.7231405,0.7892562,0.8305785,0.8181818,0.822314,0.7933884,0.6570248,0.553719,0.5289256,0.5041322,0.48347107,0.45867768,0.45454547,0.41735536,0.41322315,0.41322315,0.41735536,0.42561984,0.44214877,0.45041323,0.47107437,0.5082645,0.5165289,0.5165289,0.5247934,0.5165289,0.49586776,0.5041322,0.4876033,0.45867768,0.30165288,0.3140496,0.58264464,0.61157024,0.661157,0.69008267,0.70247936,0.6818182,0.6942149,0.6694215,0.6694215,0.677686,0.7066116,0.7107438,0.6942149,0.677686,0.6528926,0.6198347,0.62396693,0.6322314,0.6694215,0.6983471,0.70247936,0.6942149,0.6983471,0.7355372,0.76033056,0.76033056,0.7355372,0.6983471,0.71900827,0.72727275,0.7231405,0.6652893,0.7066116,0.76859504,0.8140496,0.8305785,0.822314,0.7933884,0.6694215,0.5785124,0.58264464,0.58677685,0.5785124,0.5206612,0.5289256,0.5082645,0.5206612,0.48347107,0.4876033,0.49586776,0.5041322,0.5123967,0.5165289,0.54545456,0.53305787,0.53305787,0.5289256,0.5082645,0.5289256,0.5041322,0.47933885,0.446281,0.2892562,0.2892562,0.553719,0.607438,0.6528926,0.6859504,0.6942149,0.70247936,0.71487606,0.69008267,0.6735537,0.6859504,0.7107438,0.72727275,0.73966944,0.76033056,0.76033056,0.76033056,0.77272725,0.76033056,0.76033056,0.7892562,0.76859504,0.7644628,0.76859504,0.7892562,0.78099173,0.7644628,0.7355372,0.7066116,0.7066116,0.73140496,0.7066116,0.6735537,0.6487603,0.73966944,0.80991733,0.8305785,0.8181818,0.78512394,0.6694215,0.58264464,0.58264464,0.6363636,0.6859504,0.6528926,0.61157024,0.6198347,0.61570245,0.5785124,0.58677685,0.59090906,0.57438016,0.57438016,0.5661157,0.5785124,0.55785125,0.553719,0.5289256,0.5371901,0.5371901,0.5041322,0.49173555,0.42561984,0.27272728,0.26859504,0.5082645,0.58677685,0.6404959,0.6818182,0.6942149,0.71487606,0.72727275,0.71900827,0.7107438,0.7107438,0.7231405,0.73140496,0.7355372,0.76033056,0.78099173,0.7892562,0.8016529,0.7892562,0.7933884,0.80991733,0.8016529,0.8016529,0.8057851,0.79752064,0.78512394,0.77272725,0.73966944,0.7107438,0.69008267,0.7231405,0.69008267,0.6404959,0.6363636,0.71900827,0.7933884,0.8264463,0.80991733,0.76033056,0.6652893,0.59090906,0.5785124,0.6363636,0.7066116,0.72727275,0.6859504,0.70247936,0.69008267,0.677686,0.6694215,0.6694215,0.6404959,0.6322314,0.6280992,0.62396693,0.607438,0.59504133,0.57438016,0.553719,0.54545456,0.5123967,0.5,0.3966942,0.22727273,0.27272728,0.45041323,0.5661157,0.6322314,0.6735537,0.6983471,0.71487606,0.73140496,0.7355372,0.7355372,0.7355372,0.75206614,0.75619835,0.73966944,0.7644628,0.78512394,0.7933884,0.8140496,0.8057851,0.8016529,0.80991733,0.8140496,0.8181818,0.80991733,0.79752064,0.78512394,0.76859504,0.73140496,0.7107438,0.69008267,0.6942149,0.677686,0.6322314,0.6363636,0.7066116,0.7768595,0.822314,0.8016529,0.74380165,0.6652893,0.60330576,0.59090906,0.6363636,0.6983471,0.72727275,0.71900827,0.73140496,0.72727275,0.73140496,0.7107438,0.70247936,0.6983471,0.6735537,0.6818182,0.6859504,0.6652893,0.6404959,0.61157024,0.57438016,0.553719,0.5247934,0.5082645,0.36363637,0.20661157,0.30578512,0.41322315,0.5,0.59917355,0.6652893,0.6859504,0.7066116,0.71487606,0.74793386,0.7355372,0.73140496,0.75619835,0.77272725,0.76033056,0.76859504,0.7933884,0.8016529,0.80991733,0.80991733,0.8016529,0.8057851,0.8140496,0.822314,0.8057851,0.7933884,0.78099173,0.76033056,0.73966944,0.7107438,0.677686,0.661157,0.6942149,0.661157,0.6446281,0.6983471,0.76859504,0.8140496,0.80991733,0.7644628,0.6942149,0.6280992,0.5661157,0.6322314,0.70247936,0.73966944,0.74793386,0.75206614,0.75619835,0.75206614,0.74793386,0.74793386,0.75206614,0.73140496,0.72727275,0.7231405,0.6942149,0.677686,0.6363636,0.59504133,0.56198347,0.53305787,0.5,0.3264463,0.2520661,0.38016528,0.4090909,0.46694216,0.58677685,0.6322314,0.6735537,0.7066116,0.7107438,0.72727275,0.71900827,0.72727275,0.75206614,0.77272725,0.7768595,0.7892562,0.7933884,0.8140496,0.8016529,0.80991733,0.8016529,0.79752064,0.80991733,0.80991733,0.8057851,0.78512394,0.76033056,0.75619835,0.7231405,0.6942149,0.6322314,0.6652893,0.69008267,0.6818182,0.6735537,0.7066116,0.76033056,0.80991733,0.80991733,0.78512394,0.6983471,0.6363636,0.53305787,0.57438016,0.6652893,0.74380165,0.74380165,0.76033056,0.76033056,0.76033056,0.7644628,0.75619835,0.75619835,0.7644628,0.76033056,0.74793386,0.71900827,0.6983471,0.6528926,0.62396693,0.5785124,0.5371901,0.48347107,0.37603307,0.38429752,0.40495867,0.4214876,0.44214877,0.5495868,0.62396693,0.6570248,0.6942149,0.6942149,0.7066116,0.71487606,0.7355372,0.74380165,0.76859504,0.78512394,0.7892562,0.78512394,0.79752064,0.8057851,0.8016529,0.8016529,0.7892562,0.7933884,0.7933884,0.77272725,0.76859504,0.7355372,0.7355372,0.6652893,0.6570248,0.6487603,0.6818182,0.69008267,0.69008267,0.6983471,0.7107438,0.76033056,0.79752064,0.7933884,0.78512394,0.6694215,0.61157024,0.55785125,0.54545456,0.59917355,0.6818182,0.7231405,0.74380165,0.73966944,0.74380165,0.74793386,0.74793386,0.74793386,0.75206614,0.74380165,0.75206614,0.71900827,0.7066116,0.661157,0.62396693,0.58264464,0.5371901,0.4752066,0.45867768,0.4214876,0.3677686,0.43801653,0.44214877,0.5123967,0.59917355,0.6404959,0.661157,0.69008267,0.70247936,0.71487606,0.73140496,0.74793386,0.76033056,0.76033056,0.77272725,0.78512394,0.7933884,0.7933884,0.78099173,0.78099173,0.7768595,0.7644628,0.75206614,0.72727275,0.71900827,0.71487606,0.677686,0.607438,0.62396693,0.6859504,0.6983471,0.71900827,0.7066116,0.6983471,0.7231405,0.7644628,0.8057851,0.8016529,0.7892562,0.6859504,0.60330576,0.607438,0.61570245,0.57438016,0.56198347,0.6446281,0.69008267,0.7066116,0.7066116,0.71487606,0.7355372,0.73966944,0.74793386,0.7355372,0.7231405,0.7107438,0.677686,0.6446281,0.59917355,0.57024795,0.53305787,0.47107437,0.46280992,0.40495867,0.39256197,0.45867768,0.446281,0.4876033,0.5661157,0.607438,0.6446281,0.6735537,0.6942149,0.70247936,0.71900827,0.73140496,0.74380165,0.73140496,0.76033056,0.78099173,0.7768595,0.76859504,0.75619835,0.75206614,0.74793386,0.71900827,0.6652893,0.6528926,0.6528926,0.6528926,0.59504133,0.5371901,0.6363636,0.6859504,0.70247936,0.72727275,0.71487606,0.7066116,0.73140496,0.78099173,0.8016529,0.78099173,0.8016529,0.69008267,0.6280992,0.6570248,0.6652893,0.607438,0.5041322,0.5495868,0.607438,0.661157,0.6694215,0.69008267,0.7107438,0.7066116,0.71900827,0.69008267,0.6983471,0.6694215,0.6446281,0.61570245,0.58264464,0.553719,0.5206612,0.45867768,0.42975205,0.4338843,0.446281,0.46280992,0.45041323,0.48347107,0.5247934,0.58264464,0.61570245,0.6322314,0.6570248,0.677686,0.6818182,0.6942149,0.6942149,0.71900827,0.7355372,0.75206614,0.74380165,0.7355372,0.72727275,0.71900827,0.6983471,0.661157,0.6198347,0.59090906,0.5413223,0.59917355,0.59090906,0.5041322,0.59917355,0.677686,0.6859504,0.70247936,0.6942149,0.6983471,0.73966944,0.78099173,0.7892562,0.75619835,0.77272725,0.73140496,0.6280992,0.6363636,0.6446281,0.58677685,0.48347107,0.4752066,0.5247934,0.59090906,0.6198347,0.6570248,0.6528926,0.6735537,0.6735537,0.661157,0.661157,0.6446281,0.61570245,0.58264464,0.553719,0.53305787,0.5082645,0.45041323,0.42975205,0.46280992,0.42975205,0.46694216,0.46280992,0.4752066,0.5041322,0.5495868,0.57438016,0.59917355,0.6280992,0.6528926,0.6694215,0.6652893,0.6694215,0.6859504,0.6983471,0.71487606,0.7066116,0.6942149,0.69008267,0.6818182,0.6363636,0.58677685,0.5413223,0.47107437,0.47107437,0.58264464,0.61570245,0.46694216,0.45867768,0.5495868,0.56198347,0.58264464,0.607438,0.62396693,0.6818182,0.7355372,0.72727275,0.6859504,0.70247936,0.6818182,0.58677685,0.5371901,0.5413223,0.5165289,0.45041323,0.45041323,0.45454547,0.5082645,0.56198347,0.61157024,0.60330576,0.6404959,0.6322314,0.6198347,0.607438,0.59917355,0.56198347,0.5371901,0.5247934,0.5165289,0.49173555,0.446281,0.4338843,0.4752066,0.3429752,0.59504133,0.47933885,0.46280992,0.47933885,0.5082645,0.5371901,0.55785125,0.59917355,0.6198347,0.6487603,0.6322314,0.6487603,0.6652893,0.6652893,0.677686,0.6818182,0.661157,0.6446281,0.6280992,0.57024795,0.5165289,0.46694216,0.4338843,0.5289256,0.6363636,0.61570245,0.58677685,0.43801653,0.35123968,0.33471075,0.35950413,0.45041323,0.49586776,0.553719,0.62396693,0.61157024,0.5661157,0.55785125,0.56198347,0.5,0.4214876,0.41322315,0.43801653,0.4338843,0.4752066,0.45867768,0.45041323,0.5041322,0.57024795,0.5661157,0.57438016,0.57438016,0.55785125,0.5661157,0.55785125,0.5289256,0.5041322,0.5,0.48347107,0.48347107,0.4214876,0.42561984,0.4214876,0.2520661,0.71900827,0.5371901,0.45454547,0.47107437,0.4876033,0.5041322,0.5289256,0.55785125,0.5785124,0.59504133,0.60330576,0.59090906,0.59504133,0.61157024,0.62396693,0.62396693,0.607438,0.58677685,0.56198347,0.5041322,0.46280992,0.46694216,0.5371901,0.661157,0.7107438,0.6735537,0.6528926,0.5661157,0.34710744,0.24793388,0.23140496,0.24380165,0.3305785,0.42975205,0.47933885,0.4752066,0.44214877,0.43801653,0.46280992,0.41322315,0.338843,0.41322315,0.45041323,0.45867768,0.5082645,0.5413223,0.49586776,0.46694216,0.5041322,0.5206612,0.5247934,0.5165289,0.5041322,0.5123967,0.5041322,0.48347107,0.4752066,0.47933885,0.4752066,0.46280992,0.3966942,0.36363637,0.30991736,0.2107438,0.6859504,0.56198347,0.45454547,0.47107437,0.47933885,0.4752066,0.5041322,0.5206612,0.5413223,0.5413223,0.57024795,0.553719,0.56198347,0.55785125,0.57024795,0.56198347,0.54545456,0.5371901,0.5082645,0.45867768,0.446281,0.55785125,0.677686,0.74380165,0.75619835,0.72727275,0.70247936,0.6652893,0.5289256,0.30991736,0.26859504,0.28512397,0.25619835,0.30578512,0.36363637,0.37190083,0.3677686,0.3966942,0.40082645,0.3966942,0.4214876,0.49173555,0.49173555,0.4752066,0.5206612,0.6198347,0.5785124,0.45867768,0.45041323,0.49586776,0.49586776,0.49586776,0.4876033,0.4752066,0.4752066,0.45454547,0.45041323,0.46694216,0.4752066,0.45454547,0.30165288,0.2644628,0.21487603,0.19421488,0.5,0.49586776,0.46280992,0.46694216,0.46280992,0.45867768,0.47107437,0.4752066,0.5082645,0.5,0.5165289,0.49586776,0.5,0.5041322,0.5041322,0.5123967,0.5,0.48347107,0.45454547,0.46280992,0.553719,0.677686,0.7231405,0.73966944,0.75619835,0.74380165,0.72727275,0.7066116,0.6322314,0.4338843,0.32231405,0.3140496,0.2768595,0.30165288,0.30165288,0.3305785,0.35123968,0.39256197,0.40495867,0.44214877,0.49173555,0.5206612,0.5247934,0.5082645,0.5247934,0.607438,0.607438,0.56198347,0.42561984,0.446281,0.48347107,0.48347107,0.46280992,0.45454547,0.45867768,0.43801653,0.4338843,0.446281,0.46280992,0.41735536,0.18595041,0.19008264,0.20661157,0.19421488,0.36363637,0.38429752,0.4752066,0.46694216,0.46280992,0.446281,0.46280992,0.46280992,0.45867768,0.47107437,0.4752066,0.45867768,0.46280992,0.47933885,0.4876033,0.4752066,0.48347107,0.45867768,0.46280992,0.55785125,0.6694215,0.7107438,0.70247936,0.70247936,0.72727275,0.7355372,0.71487606,0.69008267,0.6570248,0.57024795,0.45041323,0.3677686,0.338843,0.30165288,0.30578512,0.3264463,0.35123968,0.40082645,0.42975205,0.46694216,0.5041322,0.5206612,0.54545456,0.5206612,0.5165289,0.5661157,0.5785124,0.60330576,0.48347107,0.37603307,0.43801653,0.45867768,0.446281,0.45041323,0.446281,0.42561984,0.42975205,0.43801653,0.46280992,0.37603307,0.12396694,0.20661157,0.19421488,0.1983471,0.40082645,0.3966942,0.45867768,0.45041323,0.46694216,0.446281,0.45867768,0.45867768,0.44214877,0.446281,0.45041323,0.42975205,0.42975205,0.45041323,0.46280992,0.46694216,0.4752066,0.45041323,0.55785125,0.6487603,0.6570248,0.677686,0.6694215,0.6694215,0.6942149,0.6942149,0.69008267,0.677686,0.661157,0.6487603,0.5785124,0.45454547,0.38016528,0.35950413,0.38429752,0.37603307,0.38842976,0.4090909,0.45041323,0.49586776,0.49586776,0.5123967,0.5413223,0.5371901,0.5371901,0.5123967,0.5371901,0.5371901,0.5041322,0.38016528,0.3966942,0.45041323,0.45454547,0.44214877,0.44214877,0.42975205,0.42975205,0.44214877,0.4752066,0.3140496,0.14049587,0.1983471,0.1983471,0.19421488,0.40495867,0.40082645,0.44214877,0.46694216,0.45867768,0.45041323,0.44214877,0.45041323,0.45041323,0.44214877,0.4338843,0.42975205,0.43801653,0.45041323,0.46694216,0.49173555,0.4752066,0.49173555,0.61157024,0.6528926,0.61570245,0.62396693,0.6322314,0.6446281,0.6735537,0.6818182,0.6818182,0.6859504,0.6818182,0.6859504,0.6363636,0.5661157,0.48347107,0.42561984,0.42975205,0.44214877,0.43801653,0.44214877,0.48347107,0.5041322,0.5123967,0.5206612,0.5165289,0.5413223,0.5289256,0.5123967,0.49173555,0.49173555,0.47933885,0.40495867,0.3677686,0.4338843,0.446281,0.45454547,0.44214877,0.43801653,0.42975205,0.45041323,0.45454547,0.26859504,0.15289256,0.1983471,0.18595041,0.19421488,0.40082645,0.39256197,0.4338843,0.46280992,0.42975205,0.44214877,0.43801653,0.42561984,0.45454547,0.446281,0.446281,0.45867768,0.46694216,0.48347107,0.5041322,0.5082645,0.4752066,0.5247934,0.58264464,0.59090906,0.5661157,0.57024795,0.58264464,0.6322314,0.6735537,0.6983471,0.70247936,0.70247936,0.70247936,0.7107438,0.69008267,0.677686,0.6280992,0.54545456,0.49173555,0.4752066,0.4752066,0.47933885,0.5,0.5082645,0.5206612,0.5247934,0.5082645,0.5165289,0.5371901,0.5206612,0.47107437,0.43801653,0.4338843,0.41322315,0.38842976,0.4338843,0.4338843,0.45867768,0.446281,0.43801653,0.43801653,0.45041323,0.41322315,0.2231405,0.16115703,0.1983471,0.19421488,0.1983471,0.40082645,0.38842976,0.40082645,0.45867768,0.41735536,0.43801653,0.42561984,0.4214876,0.45041323,0.45041323,0.46694216,0.48347107,0.5041322,0.5165289,0.5413223,0.5165289,0.46694216,0.5165289,0.5247934,0.48347107,0.46694216,0.5041322,0.607438,0.6652893,0.6694215,0.6818182,0.6694215,0.6322314,0.62396693,0.62396693,0.6446281,0.6404959,0.6322314,0.60330576,0.5289256,0.5,0.47107437,0.4752066,0.44214877,0.44214877,0.45041323,0.45867768,0.47107437,0.48347107,0.5165289,0.5289256,0.45867768,0.42561984,0.42561984,0.41322315,0.4338843,0.45041323,0.44214877,0.45041323,0.45867768,0.446281,0.42561984,0.44214877,0.3553719,0.18181819,0.18181819,0.18595041,0.19008264,0.18595041,0.40082645,0.3966942,0.3966942,0.40082645,0.4338843,0.42561984,0.41735536,0.40495867,0.41322315,0.45041323,0.4752066,0.49586776,0.5123967,0.53305787,0.55785125,0.5206612,0.5165289,0.5123967,0.46280992,0.4090909,0.38429752,0.4338843,0.5,0.5165289,0.49173555,0.5,0.5041322,0.49173555,0.46280992,0.45867768,0.47933885,0.46694216,0.45454547,0.446281,0.42561984,0.4090909,0.3677686,0.3677686,0.35950413,0.3553719,0.38842976,0.3553719,0.3966942,0.3966942,0.41322315,0.45867768,0.4214876,0.4214876,0.43801653,0.43801653,0.48347107,0.46694216,0.43801653,0.46694216,0.446281,0.446281,0.42561984,0.4338843,0.30991736,0.16528925,0.18595041,0.19008264,0.17355372,0.17768595,0.40495867,0.40495867,0.39256197,0.34710744,0.4214876,0.41322315,0.39256197,0.40495867,0.38842976,0.4338843,0.47107437,0.5041322,0.5206612,0.5413223,0.56198347,0.5413223,0.5495868,0.5165289,0.42561984,0.37603307,0.338843,0.32231405,0.28099173,0.24380165,0.29752067,0.338843,0.33471075,0.3553719,0.32231405,0.338843,0.35950413,0.36363637,0.36363637,0.3677686,0.35950413,0.34710744,0.338843,0.3305785,0.34710744,0.3264463,0.35950413,0.3264463,0.3429752,0.30991736,0.30578512,0.3264463,0.37603307,0.4214876,0.45041323,0.46280992,0.5123967,0.4752066,0.46694216,0.446281,0.45041323,0.43801653,0.4338843,0.40495867,0.2231405,0.1694215,0.1983471,0.19008264,0.18181819,0.18595041,0.3966942,0.39256197,0.40495867,0.2892562,0.38016528,0.3966942,0.40082645,0.38429752,0.38016528,0.41735536,0.446281,0.48347107,0.5206612,0.5371901,0.5785124,0.57438016,0.5661157,0.53305787,0.45454547,0.41735536,0.41735536,0.38016528,0.27272728,0.1570248,0.18595041,0.20661157,0.25619835,0.29752067,0.20661157,0.28099173,0.33471075,0.30578512,0.2892562,0.3181818,0.3305785,0.29338843,0.3181818,0.3181818,0.30165288,0.30165288,0.28512397,0.28099173,0.20661157,0.1983471,0.2520661,0.34710744,0.40082645,0.42975205,0.46694216,0.49586776,0.5041322,0.48347107,0.45867768,0.45454547,0.44214877,0.41735536,0.4338843,0.34710744,0.17768595,0.18181819,0.18181819,0.18595041,0.18181819,0.1983471,0.40082645,0.40082645,0.3966942,0.30165288,0.34710744,0.3677686,0.40082645,0.39256197,0.39256197,0.39256197,0.42561984,0.45454547,0.48347107,0.5165289,0.553719,0.57024795,0.5785124,0.553719,0.553719,0.55785125,0.57024795,0.57024795,0.53305787,0.35950413,0.22727273,0.1694215,0.14876033,0.39256197,0.1322314,0.2892562,0.4090909,0.37190083,0.32231405,0.36363637,0.4090909,0.3677686,0.37190083,0.37190083,0.38016528,0.40495867,0.32231405,0.28099173,0.2231405,0.2768595,0.3677686,0.42975205,0.44214877,0.446281,0.48347107,0.5082645,0.4876033,0.47933885,0.45041323,0.446281,0.4214876,0.4338843,0.42975205,0.27272728,0.1570248,0.18181819,0.18181819,0.18595041,0.17355372,0.19008264,0.40082645,0.40495867,0.38016528,0.32231405,0.41322315,0.3429752,0.37603307,0.39256197,0.38842976,0.3966942,0.39256197,0.40495867,0.45041323,0.49586776,0.5123967,0.55785125,0.57024795,0.58677685,0.6363636,0.6694215,0.69008267,0.6859504,0.6735537,0.6570248,0.4876033,0.36363637,0.28512397,0.28099173,0.16115703,0.18181819,0.3181818,0.3140496,0.30578512,0.3677686,0.39256197,0.44214877,0.43801653,0.42561984,0.4090909,0.40495867,0.33471075,0.29338843,0.3677686,0.42975205,0.45454547,0.47107437,0.47107437,0.4752066,0.47933885,0.48347107,0.49173555,0.45041323,0.43801653,0.4338843,0.40495867,0.42975205,0.37190083,0.19421488,0.16528925,0.1694215,0.18595041,0.19008264,0.19008264,0.19008264,0.40495867,0.3966942,0.37190083,0.35123968,0.5123967,0.38016528,0.3140496,0.36363637,0.38842976,0.39256197,0.39256197,0.4090909,0.41735536,0.446281,0.46694216,0.5165289,0.56198347,0.61157024,0.6735537,0.6983471,0.6983471,0.6983471,0.6942149,0.69008267,0.6570248,0.58264464,0.5371901,0.4876033,0.4090909,0.29338843,0.23966943,0.2107438,0.21487603,0.23553719,0.2231405,0.3305785,0.35950413,0.34710744,0.3429752,0.38016528,0.37190083,0.3966942,0.446281,0.47107437,0.49586776,0.49586776,0.49173555,0.49173555,0.47933885,0.46694216,0.47107437,0.43801653,0.42975205,0.41735536,0.41735536,0.4214876,0.30165288,0.16528925,0.16115703,0.1983471,0.18181819,0.1570248,0.1983471,0.18181819,0.39256197,0.3966942,0.35950413,0.3966942,0.55785125,0.47107437,0.30165288,0.3264463,0.37190083,0.40495867,0.4090909,0.38016528,0.41735536,0.42975205,0.44214877,0.46280992,0.5413223,0.60330576,0.6570248,0.6818182,0.6818182,0.69008267,0.6983471,0.677686,0.6322314,0.6198347,0.60330576,0.6818182,0.7355372,0.6652893,0.59504133,0.5123967,0.42975205,0.37603307,0.338843,0.36363637,0.38842976,0.37190083,0.4090909,0.4338843,0.4338843,0.41322315,0.45454547,0.49173555,0.5,0.5041322,0.5082645,0.49586776,0.48347107,0.46280992,0.43801653,0.42561984,0.42561984,0.4090909,0.41322315,0.35950413,0.2107438,0.17355372,0.17768595,0.18595041,0.18181819,0.1983471,0.19008264,0.17355372,0.38429752,0.3966942,0.36363637,0.44214877,0.56198347,0.54545456,0.3677686,0.2892562,0.3429752,0.37603307,0.40495867,0.40082645,0.41322315,0.42561984,0.4214876,0.4338843,0.5165289,0.58264464,0.6322314,0.6694215,0.6652893,0.6818182,0.6818182,0.677686,0.6446281,0.59504133,0.5785124,0.60330576,0.6983471,0.71900827,0.7066116,0.70247936,0.6487603,0.56198347,0.5371901,0.5165289,0.5,0.47107437,0.446281,0.446281,0.42561984,0.4214876,0.4752066,0.5041322,0.5,0.49586776,0.5289256,0.48347107,0.47933885,0.45867768,0.42561984,0.42561984,0.4214876,0.41322315,0.38842976,0.2644628,0.16115703,0.17355372,0.17768595,0.17768595,0.17768595,0.1983471,0.18595041,0.18595041,0.39256197,0.38429752,0.35950413,0.4752066,0.553719,0.57024795,0.46694216,0.28099173,0.29338843,0.35950413,0.37603307,0.41735536,0.41322315,0.4090909,0.4090909,0.446281,0.4876033,0.5371901,0.59504133,0.6487603,0.677686,0.69008267,0.6694215,0.6570248,0.6404959,0.607438,0.5495868,0.53305787,0.5495868,0.58677685,0.59917355,0.59504133,0.607438,0.5495868,0.5495868,0.5371901,0.5247934,0.47933885,0.42975205,0.42561984,0.4214876,0.45454547,0.49586776,0.5,0.5082645,0.5041322,0.5165289,0.49173555,0.47107437,0.45454547,0.42561984,0.4090909,0.41735536,0.41322315,0.3305785,0.18181819,0.1570248,0.17768595,0.16115703,0.17768595,0.18181819,0.18595041,0.16115703,0.18181819,0.38016528,0.37603307,0.38842976,0.49173555,0.5495868,0.57024795,0.5206612,0.3553719,0.25619835,0.3305785,0.3553719,0.41322315,0.42975205,0.42561984,0.4214876,0.446281,0.47933885,0.5289256,0.58264464,0.61570245,0.677686,0.677686,0.6570248,0.661157,0.6322314,0.61157024,0.5661157,0.5,0.47933885,0.47933885,0.49173555,0.4876033,0.47933885,0.4876033,0.5,0.48347107,0.46280992,0.4338843,0.4090909,0.41735536,0.45454547,0.47933885,0.49586776,0.49586776,0.5165289,0.5082645,0.5206612,0.46694216,0.47933885,0.4338843,0.44214877,0.41735536,0.40495867,0.3677686,0.23140496,0.1570248,0.1694215,0.17355372,0.1694215,0.1694215,0.17768595,0.18595041,0.17355372,0.17768595,0.38429752,0.35950413,0.40082645,0.5123967,0.5413223,0.57024795,0.53305787,0.43801653,0.28099173,0.2603306,0.32231405,0.38842976,0.4338843,0.45041323,0.45041323,0.46694216,0.49173555,0.5413223,0.57438016,0.59917355,0.6652893,0.6818182,0.6694215,0.6570248,0.6446281,0.6198347,0.58264464,0.5082645,0.45041323,0.4214876,0.4090909,0.39256197,0.39256197,0.4090909,0.3966942,0.3966942,0.40495867,0.4090909,0.41735536,0.43801653,0.47107437,0.49173555,0.49586776,0.5041322,0.53305787,0.5123967,0.5206612,0.4752066,0.46694216,0.44214877,0.42561984,0.41735536,0.40082645,0.25619835,0.16115703,0.16115703,0.17768595,0.1694215,0.18181819,0.16115703,0.17355372,0.17355372,0.17768595,0.18181819,0.38842976,0.35123968,0.4090909,0.5165289,0.5247934,0.56198347,0.5371901,0.47933885,0.38016528,0.24380165,0.27272728,0.35123968,0.4214876,0.45867768,0.49173555,0.5,0.5206612,0.5495868,0.57438016,0.59917355,0.6363636,0.6735537,0.677686,0.6652893,0.6487603,0.6322314,0.59917355,0.54545456,0.49173555,0.42975205,0.40495867,0.38016528,0.3553719,0.40495867,0.36363637,0.40082645,0.40082645,0.41735536,0.42975205,0.46694216,0.48347107,0.5,0.5,0.5289256,0.5247934,0.5041322,0.5082645,0.47107437,0.45454547,0.45041323,0.4338843,0.41322315,0.3140496,0.16528925,0.15289256,0.1570248,0.18181819,0.1694215,0.18181819,0.1570248,0.18181819,0.17355372,0.17768595,0.17768595,0.34710744,0.25619835,0.39256197,0.53305787,0.5495868,0.5371901,0.5495868,0.4876033,0.41735536,0.29752067,0.24380165,0.29338843,0.37190083,0.42975205,0.49586776,0.5165289,0.5371901,0.553719,0.58264464,0.59917355,0.62396693,0.6404959,0.6859504,0.71487606,0.70247936,0.6694215,0.6280992,0.59917355,0.57438016,0.5289256,0.49173555,0.45454547,0.42561984,0.4090909,0.4214876,0.44214877,0.44214877,0.43801653,0.45454547,0.47933885,0.5041322,0.5206612,0.5123967,0.5413223,0.5289256,0.5165289,0.48347107,0.47107437,0.45454547,0.44214877,0.42975205,0.3264463,0.18181819,0.16115703,0.1694215,0.16528925,0.18181819,0.17768595,0.16115703,0.17355372,0.16115703,0.17355372,0.18595041,0.1694215,0.24380165,0.16528925,0.41322315,0.5413223,0.5289256,0.5495868,0.56198347,0.49586776,0.44214877,0.34710744,0.2644628,0.24793388,0.30165288,0.36363637,0.45454547,0.5,0.5371901,0.56198347,0.59504133,0.61157024,0.6404959,0.6322314,0.69008267,0.7355372,0.73140496,0.71900827,0.70247936,0.6983471,0.6942149,0.6735537,0.6446281,0.59917355,0.5413223,0.5123967,0.49586776,0.5041322,0.5041322,0.5,0.4876033,0.5123967,0.53305787,0.53305787,0.5289256,0.54545456,0.5289256,0.5041322,0.4876033,0.46694216,0.45041323,0.4214876,0.40495867,0.25619835,0.1570248,0.1570248,0.16528925,0.14876033,0.17768595,0.1694215,0.16115703,0.18181819,0.16115703,0.16528925,0.17768595,0.16528925,0.15289256,0.16115703,0.45454547,0.5495868,0.5413223,0.5371901,0.5495868,0.5413223,0.45454547,0.40082645,0.29752067,0.2603306,0.24793388,0.2892562,0.37603307,0.45041323,0.5082645,0.553719,0.58264464,0.62396693,0.6487603,0.661157,0.69008267,0.71487606,0.74793386,0.76033056,0.74793386,0.75206614,0.75206614,0.74380165,0.73966944,0.7066116,0.6735537,0.661157,0.6404959,0.6322314,0.6198347,0.60330576,0.58677685,0.58677685,0.57438016,0.5661157,0.5371901,0.5371901,0.5206612,0.49586776,0.48347107,0.45867768,0.42975205,0.38429752,0.38842976,0.23966943,0.1322314,0.1694215,0.15289256,0.1694215,0.18181819,0.1694215,0.17768595,0.17355372,0.16115703,0.1694215,0.17355372,0.16528925,0.11570248,0.2107438,0.5,0.5495868,0.5413223,0.53305787,0.5495868,0.5371901,0.4876033,0.4214876,0.34710744,0.27272728,0.24380165,0.23140496,0.27272728,0.36363637,0.42975205,0.5165289,0.5495868,0.60330576,0.6487603,0.6528926,0.6818182,0.7107438,0.7355372,0.7644628,0.76033056,0.76859504,0.76033056,0.76033056,0.76033056,0.74793386,0.73966944,0.73966944,0.73140496,0.72727275,0.7231405,0.71487606,0.677686,0.6528926,0.62396693,0.59917355,0.553719,0.5413223,0.5165289,0.47933885,0.47933885,0.42975205,0.38842976,0.37190083,0.3966942,0.21487603,0.15289256,0.14876033,0.17355372,0.1694215,0.16115703,0.17355372,0.16528925,0.1694215,0.1694215,0.17768595,0.17355372,0.16115703,0.11157025,0.30578512,0.5289256,0.5371901,0.5495868,0.53305787,0.5247934,0.5371901,0.49586776,0.45041323,0.38429752,0.30578512,0.2520661,0.24793388,0.2231405,0.2644628,0.3264463,0.4214876,0.5,0.55785125,0.61157024,0.6322314,0.661157,0.6942149,0.73140496,0.73966944,0.75619835,0.76859504,0.76859504,0.76859504,0.74793386,0.75619835,0.75206614,0.74793386,0.74793386,0.73966944,0.73966944,0.7355372,0.7107438,0.69008267,0.6818182,0.6198347,0.5495868,0.5247934,0.5,0.4752066,0.43801653,0.39256197,0.37190083,0.37603307,0.39256197,0.21487603,0.14876033,0.17355372,0.1694215,0.1570248,0.1694215,0.1694215,0.16528925,0.16528925,0.1694215,0.17355372,0.18181819,0.17355372,0.0661157,0.36363637,0.53305787,0.5413223,0.54545456,0.5371901,0.5206612,0.5413223,0.5082645,0.46694216,0.40082645,0.3429752,0.2768595,0.2644628,0.23553719,0.23966943,0.24380165,0.30578512,0.3966942,0.4876033,0.5413223,0.59504133,0.6280992,0.6652893,0.6942149,0.6983471,0.7107438,0.73140496,0.71900827,0.73966944,0.71900827,0.73140496,0.74380165,0.72727275,0.72727275,0.7355372,0.7355372,0.7107438,0.7066116,0.69008267,0.6694215,0.62396693,0.53305787,0.5123967,0.47933885,0.43801653,0.38842976,0.37190083,0.37190083,0.3677686,0.38429752,0.23140496,0.17768595,0.17355372,0.15289256,0.16528925,0.16115703,0.1570248,0.1694215,0.16528925,0.17768595,0.16528925,0.17355372,0.17355372,0.03305785,0.46280992,0.5289256,0.54545456,0.5413223,0.5495868,0.5371901,0.5413223,0.5206612,0.47107437,0.4338843,0.3677686,0.30991736,0.28099173,0.2644628,0.2520661,0.23553719,0.23966943,0.28512397,0.3677686,0.46694216,0.5371901,0.57024795,0.61570245,0.6363636,0.661157,0.6652893,0.6735537,0.6818182,0.6818182,0.6818182,0.6859504,0.6942149,0.6818182,0.677686,0.6983471,0.6859504,0.6652893,0.6735537,0.6363636,0.6280992,0.56198347,0.5165289,0.4752066,0.44214877,0.38429752,0.3677686,0.37190083,0.38016528,0.37190083,0.38016528,0.20247933,0.21900827,0.18595041,0.1570248,0.17355372,0.15289256,0.16528925,0.16528925,0.16528925,0.17768595,0.17355372,0.17355372,0.1694215,0.1570248,0.5247934,0.53305787,0.5371901,0.5495868,0.553719,0.54545456,0.5371901,0.5123967,0.4752066,0.45041323,0.39256197,0.3429752,0.29752067,0.2520661,0.2603306,0.2644628,0.23966943,0.2231405,0.2644628,0.34710744,0.44214877,0.4876033,0.5289256,0.5661157,0.59090906,0.6198347,0.6363636,0.6363636,0.6446281,0.6280992,0.6363636,0.6198347,0.61570245,0.61570245,0.6198347,0.61157024,0.59917355,0.607438,0.58264464,0.5495868,0.5041322,0.45867768,0.42975205,0.37190083,0.35123968,0.37190083,0.38429752,0.3677686,0.38429752,0.38429752,0.15289256,0.2231405,0.2231405,0.16528925,0.1570248,0.15289256,0.16115703,0.15289256,0.17355372,0.1570248,0.16528925,0.1570248,0.18595041,0.45454547,0.5206612,0.53305787,0.5371901,0.5413223,0.56198347,0.553719,0.5413223,0.5165289,0.49173555,0.45867768,0.41322315,0.3677686,0.30991736,0.2644628,0.2892562,0.2768595,0.27272728,0.23966943,0.23553719,0.24793388,0.3140496,0.37603307,0.4338843,0.48347107,0.49173555,0.5371901,0.5413223,0.55785125,0.56198347,0.57024795,0.57438016,0.55785125,0.54545456,0.53305787,0.5495868,0.5413223,0.5247934,0.5123967,0.5041322,0.46694216,0.45041323,0.40495867,0.37190083,0.3429752,0.34710744,0.36363637,0.3677686,0.3677686,0.37603307,0.41735536,0.11157025,0.1983471,0.23966943,0.19421488,0.14876033,0.15289256,0.16115703,0.16115703,0.17355372,0.1570248,0.17768595,0.14876033,0.19008264,39 +0.21487603,0.21900827,0.21900827,0.2231405,0.2107438,0.20247933,0.2768595,0.40082645,0.4876033,0.5495868,0.59504133,0.61570245,0.6487603,0.69008267,0.71900827,0.75206614,0.76859504,0.78512394,0.78512394,0.7892562,0.79752064,0.7933884,0.7933884,0.8140496,0.8140496,0.8181818,0.822314,0.8181818,0.8181818,0.8140496,0.8181818,0.8057851,0.8181818,0.80991733,0.8181818,0.8181818,0.8264463,0.8305785,0.838843,0.822314,0.8181818,0.8264463,0.8347107,0.8305785,0.8305785,0.8305785,0.8264463,0.8181818,0.822314,0.8140496,0.8181818,0.80991733,0.8057851,0.8016529,0.7933884,0.77272725,0.74380165,0.73140496,0.72727275,0.73140496,0.7231405,0.71487606,0.71487606,0.6942149,0.20247933,0.20661157,0.20661157,0.20661157,0.20247933,0.20247933,0.28512397,0.41735536,0.5123967,0.57024795,0.607438,0.6280992,0.6652893,0.70247936,0.71900827,0.74380165,0.76859504,0.78512394,0.77272725,0.78099173,0.7892562,0.7892562,0.8016529,0.8181818,0.80991733,0.8140496,0.8181818,0.8140496,0.8140496,0.80991733,0.80991733,0.8057851,0.80991733,0.8057851,0.80991733,0.8057851,0.8181818,0.8305785,0.8264463,0.822314,0.8181818,0.8347107,0.8347107,0.8305785,0.8305785,0.8305785,0.8264463,0.8181818,0.822314,0.822314,0.8140496,0.8140496,0.8057851,0.79752064,0.7933884,0.77272725,0.75206614,0.7355372,0.72727275,0.73966944,0.7231405,0.7107438,0.7066116,0.6942149,0.2107438,0.20661157,0.20661157,0.20247933,0.2231405,0.19008264,0.2768595,0.446281,0.5289256,0.59090906,0.6280992,0.6280992,0.6735537,0.7066116,0.7231405,0.7355372,0.7644628,0.78099173,0.7644628,0.77272725,0.7768595,0.78512394,0.78512394,0.8016529,0.8057851,0.8057851,0.80991733,0.8140496,0.80991733,0.8057851,0.8057851,0.8016529,0.79752064,0.8016529,0.8016529,0.79752064,0.8057851,0.8181818,0.8181818,0.822314,0.822314,0.8264463,0.8305785,0.8264463,0.8264463,0.8264463,0.8181818,0.8140496,0.80991733,0.80991733,0.8057851,0.8016529,0.79752064,0.7933884,0.7933884,0.78099173,0.7644628,0.74380165,0.7231405,0.73140496,0.71900827,0.6859504,0.69008267,0.6942149,0.22727273,0.2231405,0.21900827,0.21487603,0.20661157,0.19008264,0.27272728,0.47107437,0.5371901,0.57438016,0.60330576,0.61157024,0.6404959,0.677686,0.6942149,0.72727275,0.76033056,0.7644628,0.75206614,0.75206614,0.7644628,0.76033056,0.76859504,0.78099173,0.7892562,0.79752064,0.8016529,0.8057851,0.8016529,0.79752064,0.79752064,0.7892562,0.7892562,0.79752064,0.79752064,0.7933884,0.8016529,0.8057851,0.8016529,0.80991733,0.8140496,0.8181818,0.80991733,0.8057851,0.8016529,0.7933884,0.78099173,0.78512394,0.78512394,0.78099173,0.77272725,0.7644628,0.7644628,0.78099173,0.8016529,0.78099173,0.77272725,0.74380165,0.7231405,0.72727275,0.7231405,0.6818182,0.6818182,0.6942149,0.2520661,0.24793388,0.24380165,0.23553719,0.19008264,0.17768595,0.29752067,0.47107437,0.49586776,0.5165289,0.53305787,0.5413223,0.5661157,0.59090906,0.61157024,0.6363636,0.6694215,0.70247936,0.71900827,0.7355372,0.75206614,0.73966944,0.74380165,0.7644628,0.77272725,0.7768595,0.78512394,0.79752064,0.8016529,0.78512394,0.78099173,0.7768595,0.78099173,0.7892562,0.79752064,0.78099173,0.78099173,0.7768595,0.77272725,0.7644628,0.75206614,0.73966944,0.71487606,0.72727275,0.7231405,0.71900827,0.71900827,0.71900827,0.7355372,0.73140496,0.73140496,0.71900827,0.7107438,0.75206614,0.7768595,0.77272725,0.76859504,0.74793386,0.71487606,0.71900827,0.71487606,0.6942149,0.677686,0.6983471,0.28099173,0.27272728,0.26859504,0.24793388,0.18595041,0.18181819,0.3181818,0.44214877,0.45454547,0.45041323,0.446281,0.446281,0.47107437,0.49586776,0.5082645,0.5206612,0.5495868,0.59504133,0.6528926,0.6942149,0.71900827,0.71487606,0.7107438,0.7231405,0.74380165,0.75619835,0.76859504,0.78512394,0.79752064,0.7768595,0.76859504,0.77272725,0.77272725,0.78099173,0.78099173,0.7644628,0.73966944,0.71900827,0.6983471,0.6528926,0.61570245,0.60330576,0.57024795,0.58264464,0.60330576,0.61157024,0.6280992,0.6280992,0.6652893,0.6735537,0.6818182,0.6859504,0.6859504,0.70247936,0.7231405,0.7231405,0.75206614,0.7355372,0.70247936,0.6942149,0.70247936,0.6818182,0.6735537,0.6859504,0.30165288,0.30165288,0.29752067,0.2520661,0.16528925,0.20247933,0.338843,0.41735536,0.4090909,0.38429752,0.38429752,0.37190083,0.3966942,0.42561984,0.4338843,0.42561984,0.42975205,0.46694216,0.553719,0.61157024,0.6446281,0.677686,0.69008267,0.6983471,0.71900827,0.73966944,0.75206614,0.76859504,0.78099173,0.77272725,0.75619835,0.76033056,0.75206614,0.76033056,0.75206614,0.74793386,0.6859504,0.6652893,0.607438,0.553719,0.5165289,0.49173555,0.47933885,0.47107437,0.47933885,0.5,0.53305787,0.56198347,0.57024795,0.59504133,0.61570245,0.6363636,0.6528926,0.6652893,0.6818182,0.69008267,0.7107438,0.70247936,0.6818182,0.6735537,0.6942149,0.6859504,0.6735537,0.677686,0.30165288,0.30578512,0.30578512,0.26859504,0.18181819,0.24793388,0.338843,0.37603307,0.3677686,0.338843,0.3264463,0.3264463,0.35950413,0.37603307,0.38842976,0.35950413,0.3677686,0.39256197,0.47107437,0.5165289,0.553719,0.607438,0.661157,0.6735537,0.6942149,0.71900827,0.7355372,0.76859504,0.77272725,0.77272725,0.76033056,0.75206614,0.74380165,0.7355372,0.7231405,0.6983471,0.6363636,0.6198347,0.55785125,0.5289256,0.49173555,0.4876033,0.45867768,0.44214877,0.446281,0.45041323,0.47933885,0.49173555,0.5123967,0.5413223,0.56198347,0.59504133,0.6280992,0.6404959,0.6446281,0.661157,0.6652893,0.6652893,0.6528926,0.6570248,0.6818182,0.6859504,0.6570248,0.6570248,0.30165288,0.29752067,0.29752067,0.28512397,0.23966943,0.2768595,0.3181818,0.3553719,0.36363637,0.3677686,0.37190083,0.37190083,0.38429752,0.39256197,0.37603307,0.338843,0.3553719,0.34710744,0.38016528,0.41735536,0.47107437,0.5289256,0.59504133,0.6404959,0.677686,0.70247936,0.7355372,0.7644628,0.78512394,0.79752064,0.7768595,0.76859504,0.75206614,0.73140496,0.6983471,0.6652893,0.60330576,0.58264464,0.5495868,0.5289256,0.5123967,0.5,0.49173555,0.4752066,0.4752066,0.48347107,0.49173555,0.5082645,0.5413223,0.57024795,0.58264464,0.61157024,0.6363636,0.6363636,0.6446281,0.6528926,0.6446281,0.6363636,0.61157024,0.6198347,0.6446281,0.6694215,0.6404959,0.6446281,0.28512397,0.2892562,0.29338843,0.29752067,0.2892562,0.25619835,0.3181818,0.38016528,0.40082645,0.41735536,0.45454547,0.45454547,0.44214877,0.42975205,0.3966942,0.37190083,0.34710744,0.32231405,0.3305785,0.34710744,0.38016528,0.4214876,0.5041322,0.57438016,0.6446281,0.6942149,0.7355372,0.77272725,0.8016529,0.8140496,0.79752064,0.7892562,0.77272725,0.74380165,0.6942149,0.661157,0.61157024,0.57024795,0.5413223,0.5289256,0.5082645,0.49586776,0.47933885,0.46694216,0.48347107,0.5,0.5123967,0.5206612,0.5371901,0.56198347,0.58264464,0.607438,0.6198347,0.6322314,0.6446281,0.6735537,0.6570248,0.6363636,0.60330576,0.59504133,0.61157024,0.6487603,0.6528926,0.6322314,0.2892562,0.2892562,0.2892562,0.3140496,0.25619835,0.2603306,0.3181818,0.41322315,0.42561984,0.446281,0.46280992,0.46280992,0.46280992,0.46280992,0.45867768,0.446281,0.41735536,0.38429752,0.35123968,0.3264463,0.32231405,0.338843,0.39256197,0.5123967,0.61157024,0.6818182,0.73966944,0.78512394,0.8181818,0.8305785,0.8181818,0.8057851,0.7933884,0.76033056,0.70247936,0.6487603,0.61570245,0.553719,0.5247934,0.5206612,0.5123967,0.5123967,0.5206612,0.55785125,0.5661157,0.56198347,0.57438016,0.5661157,0.54545456,0.53305787,0.5495868,0.5661157,0.58264464,0.61570245,0.6363636,0.6652893,0.6652893,0.6363636,0.6280992,0.61157024,0.59917355,0.62396693,0.6528926,0.6446281,0.30991736,0.30991736,0.30578512,0.30165288,0.27272728,0.25619835,0.3305785,0.4090909,0.4338843,0.44214877,0.45041323,0.45041323,0.49173555,0.5165289,0.53305787,0.5413223,0.5289256,0.5,0.446281,0.38842976,0.3264463,0.29752067,0.30165288,0.4090909,0.56198347,0.6570248,0.73966944,0.8016529,0.8264463,0.8264463,0.8264463,0.8181818,0.8016529,0.76859504,0.70247936,0.6404959,0.5785124,0.5413223,0.5371901,0.553719,0.57438016,0.57438016,0.59917355,0.60330576,0.60330576,0.62396693,0.6735537,0.6818182,0.661157,0.6487603,0.61570245,0.56198347,0.54545456,0.57438016,0.61157024,0.6487603,0.6363636,0.6404959,0.6487603,0.6404959,0.607438,0.61157024,0.6404959,0.6528926,0.32231405,0.32231405,0.30578512,0.29752067,0.28512397,0.28512397,0.32231405,0.38429752,0.42561984,0.4214876,0.42975205,0.48347107,0.54545456,0.57438016,0.59504133,0.6198347,0.59917355,0.56198347,0.5206612,0.48347107,0.41322315,0.33471075,0.29338843,0.2892562,0.47933885,0.6322314,0.73966944,0.79752064,0.8264463,0.8347107,0.822314,0.8140496,0.80991733,0.75206614,0.6694215,0.62396693,0.5495868,0.553719,0.54545456,0.58677685,0.59917355,0.5785124,0.59917355,0.58264464,0.60330576,0.6322314,0.6859504,0.6942149,0.69008267,0.6818182,0.6694215,0.6198347,0.56198347,0.54545456,0.5661157,0.59090906,0.61157024,0.6280992,0.6570248,0.6570248,0.6322314,0.61570245,0.62396693,0.6404959,0.30578512,0.30991736,0.29338843,0.30165288,0.28512397,0.28099173,0.3181818,0.36363637,0.38842976,0.38429752,0.4338843,0.54545456,0.58677685,0.59917355,0.61157024,0.6404959,0.6363636,0.6280992,0.58264464,0.53305787,0.5041322,0.4090909,0.29338843,0.2231405,0.38429752,0.60330576,0.73140496,0.8016529,0.8305785,0.8347107,0.8181818,0.8181818,0.8016529,0.71900827,0.6652893,0.59917355,0.58264464,0.5661157,0.553719,0.57024795,0.56198347,0.5495868,0.58677685,0.59090906,0.62396693,0.661157,0.71900827,0.7231405,0.7066116,0.69008267,0.6859504,0.6446281,0.60330576,0.57024795,0.54545456,0.5495868,0.57024795,0.607438,0.6404959,0.6446281,0.6487603,0.6322314,0.6198347,0.6363636,0.3140496,0.30991736,0.28512397,0.3140496,0.2768595,0.2768595,0.3305785,0.33471075,0.32231405,0.36363637,0.43801653,0.5247934,0.5661157,0.5165289,0.5,0.4876033,0.47107437,0.5371901,0.45454547,0.5165289,0.5123967,0.4752066,0.3553719,0.20661157,0.3181818,0.59090906,0.71900827,0.8016529,0.8264463,0.8305785,0.80991733,0.8016529,0.77272725,0.70247936,0.6652893,0.61157024,0.62396693,0.59504133,0.57024795,0.55785125,0.5371901,0.5289256,0.56198347,0.57438016,0.54545456,0.5495868,0.60330576,0.6487603,0.6859504,0.6983471,0.677686,0.6446281,0.61570245,0.59090906,0.56198347,0.54545456,0.55785125,0.59504133,0.6198347,0.6322314,0.6487603,0.6363636,0.62396693,0.6363636,0.30165288,0.30578512,0.28512397,0.3140496,0.26859504,0.2603306,0.3429752,0.3305785,0.26859504,0.3553719,0.43801653,0.44214877,0.45041323,0.42975205,0.3553719,0.3181818,0.25619835,0.35123968,0.3429752,0.42975205,0.5041322,0.47107437,0.4090909,0.2768595,0.3181818,0.58677685,0.70247936,0.7892562,0.8264463,0.8264463,0.8057851,0.78512394,0.74380165,0.6942149,0.6652893,0.6363636,0.6528926,0.6322314,0.59504133,0.56198347,0.5371901,0.5247934,0.5247934,0.54545456,0.48347107,0.41735536,0.36363637,0.37603307,0.42561984,0.47933885,0.56198347,0.58677685,0.58264464,0.57438016,0.57024795,0.57024795,0.58264464,0.58677685,0.59917355,0.607438,0.6280992,0.6570248,0.61570245,0.6487603,0.3140496,0.30991736,0.29752067,0.29752067,0.26859504,0.2520661,0.3264463,0.3140496,0.28512397,0.338843,0.38429752,0.35950413,0.4338843,0.46694216,0.37190083,0.35123968,0.32231405,0.34710744,0.41322315,0.49586776,0.553719,0.46280992,0.4338843,0.37190083,0.40082645,0.58677685,0.7066116,0.78512394,0.822314,0.8057851,0.7892562,0.76859504,0.7355372,0.7107438,0.69008267,0.6694215,0.6735537,0.6818182,0.61157024,0.55785125,0.5206612,0.5371901,0.6322314,0.69008267,0.59917355,0.45454547,0.36363637,0.32231405,0.3264463,0.3305785,0.45041323,0.5,0.5165289,0.5206612,0.57024795,0.57438016,0.59504133,0.5785124,0.58264464,0.59090906,0.6198347,0.6528926,0.6363636,0.6528926,0.28512397,0.29752067,0.30578512,0.29338843,0.2603306,0.2644628,0.3264463,0.3181818,0.30991736,0.32231405,0.338843,0.38842976,0.49173555,0.5371901,0.49173555,0.45867768,0.45454547,0.49173555,0.54545456,0.59090906,0.59917355,0.5082645,0.47107437,0.45454547,0.46694216,0.6198347,0.72727275,0.78512394,0.8140496,0.8016529,0.7892562,0.76859504,0.74380165,0.72727275,0.7066116,0.7066116,0.74380165,0.76033056,0.6652893,0.607438,0.5661157,0.607438,0.6859504,0.72727275,0.7107438,0.5661157,0.4876033,0.4752066,0.42561984,0.41735536,0.54545456,0.53305787,0.49173555,0.47933885,0.54545456,0.57438016,0.59917355,0.60330576,0.59090906,0.59504133,0.62396693,0.677686,0.677686,0.6694215,0.2768595,0.28512397,0.30165288,0.29752067,0.25619835,0.2603306,0.35950413,0.35123968,0.3429752,0.35950413,0.39256197,0.44214877,0.48347107,0.5247934,0.5413223,0.5371901,0.553719,0.58264464,0.59090906,0.59917355,0.59917355,0.55785125,0.5123967,0.46694216,0.5,0.6528926,0.74380165,0.7933884,0.80991733,0.7933884,0.7768595,0.7644628,0.75619835,0.73140496,0.71900827,0.71900827,0.74793386,0.75619835,0.71487606,0.6818182,0.6404959,0.6322314,0.6694215,0.6652893,0.6818182,0.6404959,0.58264464,0.58264464,0.54545456,0.5785124,0.58264464,0.57438016,0.53305787,0.54545456,0.60330576,0.6446281,0.6446281,0.6528926,0.6280992,0.6198347,0.6446281,0.6942149,0.70247936,0.6983471,0.29338843,0.29338843,0.2892562,0.32231405,0.30165288,0.32231405,0.37603307,0.38429752,0.38842976,0.4214876,0.45454547,0.49586776,0.5165289,0.54545456,0.5661157,0.56198347,0.5495868,0.55785125,0.5785124,0.58677685,0.59504133,0.5785124,0.5289256,0.47933885,0.5289256,0.6570248,0.75206614,0.8057851,0.8016529,0.7892562,0.77272725,0.75206614,0.7644628,0.74793386,0.73966944,0.7355372,0.73966944,0.7355372,0.7355372,0.71487606,0.6694215,0.6322314,0.6322314,0.6446281,0.6528926,0.6570248,0.6404959,0.6404959,0.6280992,0.6198347,0.61157024,0.6198347,0.61570245,0.6446281,0.69008267,0.71900827,0.7107438,0.7107438,0.6818182,0.6528926,0.6735537,0.7107438,0.72727275,0.71487606,0.29752067,0.2892562,0.28512397,0.37190083,0.34710744,0.35123968,0.41322315,0.42561984,0.42975205,0.45454547,0.47933885,0.5247934,0.55785125,0.57024795,0.58264464,0.5661157,0.5661157,0.55785125,0.58264464,0.59917355,0.62396693,0.60330576,0.55785125,0.49173555,0.54545456,0.6859504,0.7768595,0.80991733,0.8057851,0.7768595,0.77272725,0.74793386,0.74793386,0.75619835,0.74793386,0.73966944,0.74793386,0.7355372,0.74793386,0.73966944,0.71900827,0.677686,0.6363636,0.6322314,0.6404959,0.6570248,0.6570248,0.6652893,0.6694215,0.661157,0.6652893,0.6735537,0.6983471,0.7231405,0.75619835,0.76033056,0.7644628,0.76033056,0.72727275,0.69008267,0.7107438,0.73140496,0.74793386,0.7355372,0.30578512,0.27272728,0.30578512,0.35123968,0.3181818,0.35123968,0.4338843,0.45454547,0.46280992,0.47933885,0.4876033,0.5495868,0.54545456,0.56198347,0.57438016,0.58264464,0.61157024,0.6198347,0.6446281,0.6528926,0.6652893,0.6363636,0.553719,0.49586776,0.553719,0.71487606,0.79752064,0.8140496,0.8057851,0.78099173,0.76033056,0.7355372,0.74380165,0.76033056,0.75619835,0.73140496,0.74793386,0.76859504,0.7644628,0.76033056,0.76033056,0.74793386,0.71487606,0.6983471,0.6983471,0.69008267,0.69008267,0.6942149,0.6942149,0.70247936,0.71900827,0.72727275,0.75619835,0.76859504,0.7768595,0.77272725,0.7768595,0.7768595,0.75206614,0.7231405,0.74793386,0.75619835,0.75206614,0.73966944,0.29752067,0.28099173,0.3140496,0.2892562,0.21900827,0.37190083,0.46280992,0.4752066,0.5,0.5371901,0.55785125,0.58677685,0.607438,0.6280992,0.6446281,0.6652893,0.6942149,0.6983471,0.70247936,0.6942149,0.6818182,0.6322314,0.54545456,0.5,0.5785124,0.72727275,0.8057851,0.8264463,0.8016529,0.78099173,0.76859504,0.75206614,0.7355372,0.75206614,0.7644628,0.73966944,0.74793386,0.7768595,0.78512394,0.78512394,0.78099173,0.77272725,0.7644628,0.7768595,0.77272725,0.75619835,0.75206614,0.76033056,0.76033056,0.76859504,0.78099173,0.7768595,0.7933884,0.79752064,0.79752064,0.7892562,0.7892562,0.7933884,0.76859504,0.75619835,0.76859504,0.7644628,0.7644628,0.73140496,0.29338843,0.2892562,0.30578512,0.28099173,0.1694215,0.37603307,0.4752066,0.4876033,0.5206612,0.5785124,0.62396693,0.6735537,0.6859504,0.6942149,0.6983471,0.7107438,0.72727275,0.7231405,0.71487606,0.7066116,0.677686,0.61157024,0.5289256,0.5,0.59917355,0.74380165,0.8140496,0.822314,0.79752064,0.7768595,0.7768595,0.75619835,0.72727275,0.7355372,0.76033056,0.75206614,0.74793386,0.76859504,0.7933884,0.79752064,0.79752064,0.78512394,0.7892562,0.8016529,0.8016529,0.78512394,0.79752064,0.8016529,0.79752064,0.8016529,0.8057851,0.79752064,0.8016529,0.80991733,0.8016529,0.79752064,0.78512394,0.8016529,0.7892562,0.7768595,0.7644628,0.77272725,0.7644628,0.74380165,0.29338843,0.2892562,0.3181818,0.2768595,0.19008264,0.36363637,0.49586776,0.5165289,0.5371901,0.59090906,0.6404959,0.6818182,0.70247936,0.71487606,0.7107438,0.71487606,0.71900827,0.71900827,0.7107438,0.70247936,0.6694215,0.59090906,0.5247934,0.5165289,0.62396693,0.75619835,0.8181818,0.8181818,0.7892562,0.77272725,0.77272725,0.76033056,0.71900827,0.7107438,0.74380165,0.7644628,0.7644628,0.7768595,0.79752064,0.79752064,0.8057851,0.79752064,0.8057851,0.822314,0.8016529,0.8016529,0.8140496,0.8181818,0.8016529,0.8057851,0.8140496,0.8057851,0.80991733,0.8057851,0.8016529,0.7933884,0.78512394,0.80991733,0.79752064,0.78512394,0.76859504,0.7644628,0.7644628,0.74793386,0.30165288,0.28099173,0.3181818,0.28099173,0.2107438,0.3553719,0.5123967,0.5413223,0.5661157,0.60330576,0.6446281,0.677686,0.6859504,0.7066116,0.70247936,0.6983471,0.70247936,0.71900827,0.7107438,0.6983471,0.6652893,0.57024795,0.5165289,0.5413223,0.6735537,0.7768595,0.8264463,0.8181818,0.7768595,0.7644628,0.7768595,0.7644628,0.6983471,0.6859504,0.72727275,0.75619835,0.78099173,0.7933884,0.8057851,0.8057851,0.80991733,0.80991733,0.80991733,0.8181818,0.8057851,0.80991733,0.80991733,0.8181818,0.8016529,0.8016529,0.80991733,0.8016529,0.8057851,0.8057851,0.8016529,0.8016529,0.80991733,0.8016529,0.8016529,0.7933884,0.78099173,0.76033056,0.75206614,0.73966944,0.29338843,0.2768595,0.30165288,0.30165288,0.2231405,0.38842976,0.5123967,0.56198347,0.59917355,0.6280992,0.6446281,0.661157,0.677686,0.6983471,0.6983471,0.6983471,0.7107438,0.71487606,0.71900827,0.7107438,0.6570248,0.5495868,0.5123967,0.59504133,0.7066116,0.7892562,0.8305785,0.80991733,0.78099173,0.76859504,0.76859504,0.75619835,0.71900827,0.70247936,0.7107438,0.72727275,0.78099173,0.8016529,0.8140496,0.8140496,0.8140496,0.8140496,0.8140496,0.8140496,0.8140496,0.8057851,0.80991733,0.8181818,0.80991733,0.8016529,0.80991733,0.8016529,0.8016529,0.8057851,0.8016529,0.8057851,0.80991733,0.8057851,0.8057851,0.79752064,0.78099173,0.7644628,0.75206614,0.74380165,0.30165288,0.2892562,0.28512397,0.3181818,0.2603306,0.42561984,0.5247934,0.57438016,0.59917355,0.6487603,0.6446281,0.6694215,0.70247936,0.70247936,0.7107438,0.7066116,0.72727275,0.7231405,0.72727275,0.72727275,0.6404959,0.5495868,0.5371901,0.6446281,0.73966944,0.7933884,0.8305785,0.8181818,0.7892562,0.7644628,0.7644628,0.76033056,0.74380165,0.73140496,0.71487606,0.70247936,0.74793386,0.7892562,0.822314,0.822314,0.8181818,0.822314,0.8140496,0.8140496,0.822314,0.8140496,0.8140496,0.8181818,0.8140496,0.8140496,0.822314,0.8140496,0.8057851,0.8057851,0.8057851,0.8057851,0.8140496,0.8057851,0.8057851,0.79752064,0.78099173,0.77272725,0.75206614,0.73966944,0.2892562,0.29752067,0.27272728,0.3140496,0.30165288,0.42975205,0.53305787,0.56198347,0.59917355,0.6528926,0.661157,0.677686,0.6942149,0.71487606,0.7107438,0.7107438,0.7231405,0.71900827,0.73966944,0.7231405,0.61570245,0.53305787,0.5413223,0.661157,0.74380165,0.7768595,0.80991733,0.8264463,0.7933884,0.7644628,0.75619835,0.75619835,0.76033056,0.75206614,0.7231405,0.7107438,0.7231405,0.75206614,0.8057851,0.8264463,0.822314,0.822314,0.8181818,0.8140496,0.8181818,0.8181818,0.822314,0.8140496,0.8140496,0.8181818,0.822314,0.822314,0.8140496,0.8057851,0.80991733,0.80991733,0.80991733,0.8140496,0.8016529,0.7933884,0.78512394,0.76859504,0.75619835,0.73966944,0.28099173,0.2892562,0.27272728,0.30165288,0.33471075,0.4338843,0.5206612,0.5661157,0.59917355,0.6404959,0.6694215,0.6859504,0.70247936,0.7107438,0.7066116,0.71487606,0.7066116,0.71487606,0.73140496,0.6942149,0.57438016,0.4752066,0.5,0.6404959,0.71900827,0.73140496,0.76859504,0.79752064,0.76859504,0.73966944,0.73140496,0.73966944,0.75619835,0.75619835,0.72727275,0.7231405,0.70247936,0.6942149,0.76033056,0.8057851,0.80991733,0.8140496,0.822314,0.80991733,0.8140496,0.8181818,0.8264463,0.8181818,0.8181818,0.8264463,0.822314,0.8140496,0.822314,0.8140496,0.80991733,0.8057851,0.8057851,0.8057851,0.7933884,0.79752064,0.78099173,0.7644628,0.75206614,0.72727275,0.28512397,0.28512397,0.28099173,0.29752067,0.3305785,0.42975205,0.5123967,0.5661157,0.607438,0.6363636,0.6735537,0.6983471,0.7066116,0.7107438,0.71487606,0.71487606,0.7066116,0.7066116,0.6942149,0.6322314,0.5123967,0.3966942,0.40082645,0.56198347,0.6652893,0.6735537,0.6983471,0.72727275,0.71487606,0.677686,0.6404959,0.6280992,0.6652893,0.69008267,0.6859504,0.6942149,0.6818182,0.6404959,0.72727275,0.7892562,0.7892562,0.79752064,0.80991733,0.80991733,0.80991733,0.80991733,0.822314,0.8181818,0.8140496,0.8264463,0.8264463,0.8181818,0.8140496,0.8181818,0.8057851,0.79752064,0.79752064,0.7933884,0.7892562,0.79752064,0.7768595,0.75619835,0.74380165,0.71900827,0.2892562,0.29338843,0.2892562,0.28512397,0.32231405,0.42561984,0.5082645,0.55785125,0.59917355,0.6363636,0.677686,0.6942149,0.6983471,0.71487606,0.7107438,0.7066116,0.71487606,0.7066116,0.6363636,0.57024795,0.4876033,0.34710744,0.30165288,0.4338843,0.5661157,0.58264464,0.61570245,0.6487603,0.6280992,0.5785124,0.5082645,0.42975205,0.43801653,0.5206612,0.58677685,0.6198347,0.6198347,0.57438016,0.677686,0.7644628,0.77272725,0.7644628,0.78512394,0.8016529,0.8057851,0.8057851,0.8140496,0.8140496,0.822314,0.822314,0.8181818,0.80991733,0.8140496,0.80991733,0.8016529,0.7933884,0.7933884,0.78512394,0.7892562,0.78512394,0.76859504,0.74380165,0.7355372,0.7066116,0.2892562,0.2768595,0.29338843,0.28099173,0.30578512,0.4090909,0.49586776,0.54545456,0.58264464,0.6280992,0.6735537,0.6859504,0.70247936,0.7107438,0.71487606,0.7107438,0.7066116,0.6652893,0.56198347,0.5,0.5165289,0.37603307,0.2644628,0.2768595,0.43801653,0.5041322,0.553719,0.5785124,0.5371901,0.5123967,0.44214877,0.34710744,0.35123968,0.45454547,0.5,0.553719,0.57438016,0.57438016,0.661157,0.74793386,0.7644628,0.73966944,0.74380165,0.7768595,0.78512394,0.79752064,0.80991733,0.8181818,0.822314,0.8181818,0.8181818,0.8181818,0.8140496,0.8057851,0.7933884,0.7892562,0.78512394,0.77272725,0.76859504,0.76859504,0.75619835,0.73140496,0.7231405,0.6942149,0.29338843,0.2892562,0.29338843,0.2768595,0.2768595,0.3966942,0.46694216,0.54545456,0.57024795,0.61157024,0.6694215,0.6735537,0.6942149,0.6942149,0.7107438,0.7066116,0.6983471,0.6363636,0.5371901,0.49173555,0.5247934,0.44214877,0.2768595,0.19008264,0.30578512,0.40495867,0.48347107,0.5206612,0.5206612,0.553719,0.553719,0.53305787,0.56198347,0.55785125,0.5413223,0.55785125,0.59917355,0.6404959,0.71487606,0.74793386,0.7644628,0.74793386,0.71487606,0.7355372,0.7644628,0.7892562,0.8057851,0.80991733,0.80991733,0.8140496,0.80991733,0.80991733,0.8057851,0.7933884,0.78099173,0.78512394,0.7768595,0.76859504,0.7644628,0.75206614,0.73966944,0.72727275,0.71487606,0.677686,0.28512397,0.2892562,0.2892562,0.28099173,0.26859504,0.37190083,0.45041323,0.5041322,0.56198347,0.58264464,0.6446281,0.6652893,0.6818182,0.6818182,0.7066116,0.6942149,0.6735537,0.6280992,0.5661157,0.54545456,0.5413223,0.47933885,0.3181818,0.2231405,0.2603306,0.3305785,0.3966942,0.46280992,0.5082645,0.553719,0.59917355,0.6322314,0.6528926,0.6404959,0.6280992,0.6363636,0.661157,0.6859504,0.7355372,0.76859504,0.78512394,0.78512394,0.73966944,0.7066116,0.7355372,0.76859504,0.7892562,0.7892562,0.7933884,0.79752064,0.8016529,0.8016529,0.8016529,0.78512394,0.77272725,0.76859504,0.7644628,0.74793386,0.75619835,0.73140496,0.7231405,0.71487606,0.6942149,0.6570248,0.29338843,0.2768595,0.2892562,0.28512397,0.2768595,0.3305785,0.40495867,0.5,0.53305787,0.55785125,0.61157024,0.6363636,0.6487603,0.6694215,0.677686,0.6859504,0.661157,0.6404959,0.607438,0.58677685,0.57438016,0.5041322,0.37603307,0.28099173,0.2892562,0.3181818,0.36363637,0.42975205,0.5,0.55785125,0.607438,0.6404959,0.6528926,0.6694215,0.6818182,0.6859504,0.6942149,0.71487606,0.75619835,0.7892562,0.8016529,0.80991733,0.7933884,0.72727275,0.7066116,0.74380165,0.77272725,0.78099173,0.78099173,0.78512394,0.78512394,0.7892562,0.78512394,0.7768595,0.76033056,0.76033056,0.75619835,0.72727275,0.72727275,0.71487606,0.6983471,0.6983471,0.677686,0.6528926,0.28099173,0.2892562,0.2768595,0.28512397,0.28099173,0.30578512,0.37190083,0.446281,0.5041322,0.5371901,0.5785124,0.607438,0.6363636,0.6446281,0.6652893,0.677686,0.6735537,0.661157,0.6322314,0.6198347,0.59917355,0.5371901,0.45454547,0.39256197,0.38842976,0.42561984,0.47107437,0.5165289,0.5495868,0.59090906,0.6322314,0.6570248,0.6818182,0.6942149,0.70247936,0.7107438,0.7231405,0.73966944,0.78512394,0.79752064,0.8016529,0.8181818,0.8264463,0.7892562,0.6942149,0.71900827,0.75619835,0.77272725,0.78512394,0.7768595,0.78512394,0.76859504,0.76859504,0.76033056,0.75619835,0.75206614,0.74380165,0.7355372,0.71487606,0.7066116,0.69008267,0.6859504,0.6735537,0.6487603,0.28512397,0.2892562,0.28099173,0.28512397,0.28099173,0.3140496,0.34710744,0.39256197,0.46280992,0.5082645,0.5495868,0.58677685,0.61157024,0.62396693,0.6528926,0.6818182,0.6818182,0.6652893,0.6322314,0.62396693,0.6198347,0.58264464,0.5495868,0.5165289,0.5123967,0.53305787,0.58677685,0.59917355,0.61157024,0.61157024,0.6363636,0.6694215,0.70247936,0.71487606,0.7231405,0.7231405,0.75206614,0.75619835,0.7892562,0.8016529,0.7933884,0.8140496,0.822314,0.822314,0.75206614,0.71487606,0.72727275,0.7644628,0.78099173,0.76859504,0.76859504,0.7644628,0.7644628,0.74793386,0.7355372,0.73140496,0.7355372,0.72727275,0.71900827,0.70247936,0.6818182,0.6735537,0.661157,0.6363636,0.2892562,0.2892562,0.28512397,0.28512397,0.28099173,0.3181818,0.338843,0.36363637,0.4214876,0.48347107,0.5289256,0.5661157,0.59090906,0.607438,0.6404959,0.677686,0.677686,0.6404959,0.6198347,0.61570245,0.61157024,0.61570245,0.62396693,0.61157024,0.58677685,0.59917355,0.6280992,0.6322314,0.6404959,0.6280992,0.6280992,0.6652893,0.73140496,0.7231405,0.74793386,0.74793386,0.7644628,0.7768595,0.78512394,0.8016529,0.7892562,0.7933884,0.8057851,0.8140496,0.8140496,0.74380165,0.70247936,0.74380165,0.7644628,0.76033056,0.75206614,0.75619835,0.74793386,0.7355372,0.71900827,0.71487606,0.71900827,0.71487606,0.7107438,0.69008267,0.6694215,0.661157,0.6570248,0.6280992,0.28512397,0.28099173,0.28512397,0.29338843,0.26859504,0.3181818,0.3264463,0.3181818,0.3966942,0.44214877,0.5,0.5413223,0.57438016,0.607438,0.62396693,0.6487603,0.6404959,0.61157024,0.59090906,0.607438,0.59917355,0.6363636,0.661157,0.6694215,0.6404959,0.6652893,0.661157,0.6487603,0.6528926,0.6487603,0.6487603,0.6859504,0.7355372,0.74793386,0.7768595,0.7768595,0.7768595,0.78512394,0.78512394,0.8016529,0.78512394,0.78099173,0.7933884,0.79752064,0.8057851,0.78099173,0.70247936,0.71487606,0.75206614,0.75206614,0.75206614,0.74793386,0.73966944,0.71900827,0.7107438,0.7066116,0.70247936,0.70247936,0.6983471,0.677686,0.6528926,0.6446281,0.6404959,0.62396693,0.2892562,0.28099173,0.28512397,0.2892562,0.2644628,0.28099173,0.35950413,0.3140496,0.34710744,0.41322315,0.47107437,0.5247934,0.56198347,0.60330576,0.607438,0.607438,0.60330576,0.58264464,0.5661157,0.59090906,0.59917355,0.61157024,0.6404959,0.6487603,0.6446281,0.6570248,0.6528926,0.6446281,0.6487603,0.6404959,0.6570248,0.6818182,0.7066116,0.7355372,0.75619835,0.7644628,0.76859504,0.7768595,0.7892562,0.7892562,0.78512394,0.78512394,0.7768595,0.77272725,0.7768595,0.78512394,0.71487606,0.69008267,0.7355372,0.75206614,0.75206614,0.75206614,0.7355372,0.7107438,0.70247936,0.7066116,0.6983471,0.69008267,0.6859504,0.661157,0.6446281,0.6363636,0.6280992,0.607438,0.28512397,0.29338843,0.2768595,0.28512397,0.2768595,0.26859504,0.3429752,0.3140496,0.30991736,0.39256197,0.45041323,0.5165289,0.5495868,0.59917355,0.58677685,0.57438016,0.56198347,0.54545456,0.5371901,0.553719,0.57024795,0.55785125,0.55785125,0.5661157,0.5785124,0.5661157,0.56198347,0.57438016,0.59090906,0.59504133,0.607438,0.6198347,0.62396693,0.6446281,0.677686,0.6983471,0.7231405,0.73966944,0.76859504,0.78099173,0.78512394,0.78099173,0.75619835,0.75206614,0.75206614,0.76859504,0.74793386,0.6652893,0.7107438,0.74793386,0.73966944,0.74380165,0.7355372,0.7107438,0.70247936,0.7107438,0.6942149,0.69008267,0.6735537,0.6487603,0.6404959,0.6363636,0.62396693,0.62396693,0.2768595,0.28512397,0.28512397,0.28512397,0.2768595,0.28512397,0.2892562,0.32231405,0.29338843,0.38016528,0.446281,0.5,0.5495868,0.58677685,0.57024795,0.5413223,0.5289256,0.5,0.4752066,0.45041323,0.45867768,0.46694216,0.45867768,0.4752066,0.5082645,0.5165289,0.5165289,0.5165289,0.53305787,0.553719,0.5661157,0.59504133,0.59090906,0.60330576,0.61157024,0.62396693,0.6446281,0.6694215,0.7066116,0.73966944,0.76033056,0.7644628,0.75619835,0.73140496,0.72727275,0.7231405,0.74793386,0.6818182,0.69008267,0.74380165,0.74380165,0.73966944,0.73140496,0.71900827,0.7066116,0.7066116,0.6942149,0.6818182,0.677686,0.6528926,0.6487603,0.6363636,0.6198347,0.6198347,0.28512397,0.2768595,0.2768595,0.28512397,0.2768595,0.28099173,0.28512397,0.2892562,0.28512397,0.3553719,0.43801653,0.49173555,0.5495868,0.59504133,0.57438016,0.5413223,0.5082645,0.45041323,0.38016528,0.3305785,0.3305785,0.3677686,0.37190083,0.3677686,0.40495867,0.42975205,0.4338843,0.446281,0.446281,0.4876033,0.5165289,0.5371901,0.5247934,0.5289256,0.5413223,0.56198347,0.55785125,0.58264464,0.58677685,0.61157024,0.6487603,0.6942149,0.72727275,0.7107438,0.71900827,0.7231405,0.7231405,0.71900827,0.70247936,0.73966944,0.74793386,0.74380165,0.73140496,0.71900827,0.7066116,0.7066116,0.6983471,0.6818182,0.6735537,0.661157,0.6487603,0.62396693,0.61570245,0.62396693,0.28512397,0.28099173,0.2768595,0.28512397,0.28099173,0.28512397,0.28099173,0.28099173,0.2768595,0.33471075,0.4214876,0.47933885,0.5371901,0.607438,0.61157024,0.56198347,0.5123967,0.42975205,0.338843,0.2603306,0.25619835,0.23966943,0.3181818,0.30165288,0.30991736,0.35950413,0.34710744,0.37603307,0.4214876,0.43801653,0.48347107,0.5041322,0.47933885,0.43801653,0.47107437,0.5,0.4876033,0.4876033,0.5,0.5123967,0.5247934,0.55785125,0.62396693,0.6694215,0.6983471,0.7231405,0.73966944,0.74380165,0.74380165,0.74380165,0.74380165,0.74380165,0.73966944,0.7231405,0.7107438,0.70247936,0.69008267,0.6818182,0.6652893,0.661157,0.6446281,0.62396693,0.62396693,0.6280992,0.28512397,0.28099173,0.28099173,0.28099173,0.2892562,0.27272728,0.2892562,0.28512397,0.25619835,0.30165288,0.39256197,0.45454547,0.5289256,0.61157024,0.6322314,0.61157024,0.55785125,0.47933885,0.37603307,0.26859504,0.18181819,0.09504132,0.35950413,0.338843,0.25619835,0.446281,0.42975205,0.43801653,0.5785124,0.5495868,0.57024795,0.59917355,0.60330576,0.5661157,0.58677685,0.58264464,0.5041322,0.4338843,0.4338843,0.42561984,0.40495867,0.39256197,0.49586776,0.59917355,0.6694215,0.73140496,0.75206614,0.76859504,0.77272725,0.75619835,0.74380165,0.74380165,0.73966944,0.7231405,0.7107438,0.6983471,0.6859504,0.677686,0.661157,0.6528926,0.6404959,0.6280992,0.6322314,0.6280992,0.2892562,0.27272728,0.28099173,0.2768595,0.29338843,0.27272728,0.28512397,0.2768595,0.2768595,0.27272728,0.34710744,0.4338843,0.5082645,0.60330576,0.661157,0.661157,0.6487603,0.5785124,0.49586776,0.41322315,0.2892562,0.17355372,0.30165288,0.338843,0.23553719,0.446281,0.4876033,0.4752066,0.5371901,0.59090906,0.6818182,0.7107438,0.71487606,0.69008267,0.69008267,0.6859504,0.57024795,0.47933885,0.45454547,0.37603307,0.3264463,0.36363637,0.49173555,0.60330576,0.677686,0.73140496,0.7644628,0.7892562,0.78512394,0.7644628,0.75619835,0.74793386,0.7355372,0.7107438,0.7066116,0.6942149,0.6818182,0.6818182,0.6446281,0.6446281,0.6363636,0.6363636,0.6322314,0.62396693,0.28099173,0.26859504,0.28512397,0.28099173,0.2892562,0.28099173,0.28512397,0.26859504,0.29338843,0.24380165,0.30991736,0.37603307,0.4752066,0.55785125,0.6694215,0.6859504,0.70247936,0.6487603,0.60330576,0.57438016,0.47933885,0.35123968,0.35123968,0.36363637,0.30165288,0.3677686,0.40082645,0.35123968,0.3677686,0.4338843,0.56198347,0.61157024,0.60330576,0.57438016,0.61157024,0.6363636,0.57024795,0.5289256,0.5289256,0.47933885,0.4876033,0.53305787,0.6198347,0.69008267,0.71900827,0.74793386,0.77272725,0.7933884,0.7892562,0.76859504,0.7644628,0.74793386,0.7355372,0.7066116,0.6983471,0.6818182,0.677686,0.6694215,0.6363636,0.6487603,0.62396693,0.6404959,0.6322314,0.61570245,0.28099173,0.2768595,0.27272728,0.29338843,0.28099173,0.28512397,0.28099173,0.28512397,0.28099173,0.2603306,0.2768595,0.3305785,0.41322315,0.5206612,0.6363636,0.6859504,0.70247936,0.677686,0.6322314,0.607438,0.553719,0.47933885,0.47107437,0.48347107,0.45867768,0.43801653,0.4338843,0.41735536,0.41322315,0.42975205,0.4876033,0.5082645,0.5165289,0.5371901,0.58677685,0.59917355,0.58264464,0.56198347,0.58677685,0.59917355,0.6446281,0.677686,0.71487606,0.74793386,0.74793386,0.7644628,0.78099173,0.79752064,0.78099173,0.7644628,0.7644628,0.7355372,0.72727275,0.6942149,0.69008267,0.677686,0.6694215,0.6570248,0.6404959,0.6322314,0.6404959,0.6404959,0.6363636,0.61570245,0.2768595,0.28099173,0.26859504,0.28512397,0.2768595,0.28099173,0.2892562,0.28512397,0.28099173,0.27272728,0.2644628,0.29338843,0.35123968,0.46694216,0.58264464,0.6570248,0.6942149,0.6735537,0.6322314,0.607438,0.55785125,0.5041322,0.53305787,0.55785125,0.57024795,0.59090906,0.61570245,0.60330576,0.5661157,0.59504133,0.61570245,0.6322314,0.6404959,0.661157,0.6694215,0.6570248,0.6404959,0.6363636,0.6818182,0.7107438,0.7355372,0.74380165,0.75206614,0.77272725,0.77272725,0.78512394,0.7933884,0.79752064,0.77272725,0.76033056,0.74793386,0.71900827,0.6983471,0.6859504,0.677686,0.6694215,0.661157,0.6487603,0.6322314,0.6404959,0.6446281,0.6404959,0.6280992,0.61157024,0.2768595,0.2768595,0.27272728,0.27272728,0.2768595,0.2768595,0.28099173,0.28512397,0.27272728,0.26859504,0.2644628,0.2768595,0.30578512,0.40495867,0.5247934,0.61157024,0.6652893,0.6570248,0.6280992,0.61157024,0.5495868,0.48347107,0.5165289,0.55785125,0.607438,0.6487603,0.70247936,0.677686,0.6363636,0.6652893,0.6942149,0.6942149,0.6942149,0.6983471,0.6942149,0.6859504,0.6694215,0.6818182,0.7107438,0.73966944,0.77272725,0.7644628,0.7644628,0.7768595,0.78512394,0.79752064,0.7892562,0.7768595,0.77272725,0.74793386,0.72727275,0.70247936,0.6859504,0.677686,0.6694215,0.6528926,0.6487603,0.6404959,0.6363636,0.6404959,0.6446281,0.6280992,0.61157024,0.59504133,0.28099173,0.2768595,0.26859504,0.2768595,0.27272728,0.28099173,0.26859504,0.28099173,0.2768595,0.26859504,0.27272728,0.26859504,0.29338843,0.338843,0.43801653,0.5661157,0.6322314,0.6446281,0.6280992,0.62396693,0.57024795,0.4752066,0.48347107,0.5289256,0.5785124,0.6280992,0.6694215,0.661157,0.6280992,0.6322314,0.6694215,0.6694215,0.6983471,0.6859504,0.6652893,0.6859504,0.6859504,0.7066116,0.73140496,0.76033056,0.7768595,0.76859504,0.76859504,0.7768595,0.79752064,0.8057851,0.7933884,0.77272725,0.75619835,0.72727275,0.7066116,0.6818182,0.6735537,0.677686,0.6694215,0.6446281,0.6446281,0.6404959,0.6322314,0.6363636,0.6280992,0.61570245,0.607438,0.58264464,0.27272728,0.2768595,0.27272728,0.27272728,0.27272728,0.2768595,0.26859504,0.28512397,0.27272728,0.2768595,0.27272728,0.2644628,0.2892562,0.30991736,0.37190083,0.4876033,0.56198347,0.6322314,0.6322314,0.607438,0.59090906,0.5206612,0.46694216,0.47933885,0.53305787,0.56198347,0.58264464,0.59917355,0.59504133,0.58264464,0.61157024,0.6280992,0.6487603,0.6570248,0.6570248,0.6735537,0.6983471,0.72727275,0.76033056,0.76859504,0.7644628,0.77272725,0.7768595,0.78099173,0.79752064,0.8016529,0.7892562,0.7644628,0.74380165,0.7231405,0.6942149,0.6735537,0.6735537,0.6735537,0.6570248,0.6446281,0.6404959,0.6404959,0.6280992,0.62396693,0.6198347,0.607438,0.607438,0.5661157,0.27272728,0.2768595,0.28512397,0.2644628,0.27272728,0.28099173,0.2768595,0.27272728,0.2603306,0.2768595,0.28512397,0.25619835,0.2892562,0.28512397,0.3429752,0.41735536,0.5041322,0.58264464,0.62396693,0.60330576,0.607438,0.5785124,0.5289256,0.5,0.5082645,0.5123967,0.5206612,0.53305787,0.5413223,0.553719,0.5661157,0.59090906,0.61157024,0.6280992,0.6570248,0.6942149,0.7231405,0.74793386,0.76859504,0.77272725,0.76859504,0.7768595,0.78099173,0.78512394,0.7892562,0.7933884,0.78099173,0.74793386,0.72727275,0.71487606,0.6859504,0.6694215,0.6735537,0.6694215,0.6652893,0.6363636,0.6363636,0.6280992,0.6280992,0.61570245,0.62396693,0.59090906,0.59504133,0.553719,0.27272728,0.2768595,0.2768595,0.2603306,0.28512397,0.27272728,0.2768595,0.27272728,0.2768595,0.27272728,0.2768595,0.2644628,0.2768595,0.29338843,0.32231405,0.37603307,0.45867768,0.54545456,0.60330576,0.607438,0.6198347,0.60330576,0.58677685,0.5495868,0.5289256,0.5289256,0.5247934,0.5165289,0.5413223,0.56198347,0.56198347,0.58677685,0.61570245,0.6363636,0.6818182,0.71487606,0.74380165,0.7644628,0.78099173,0.77272725,0.76859504,0.7768595,0.7892562,0.7892562,0.78512394,0.78512394,0.76033056,0.74380165,0.71900827,0.70247936,0.6859504,0.6735537,0.6818182,0.6694215,0.661157,0.62396693,0.6322314,0.61157024,0.61157024,0.61570245,0.60330576,0.58264464,0.57438016,0.5289256,0.2768595,0.26859504,0.27272728,0.2768595,0.28099173,0.26859504,0.28099173,0.2768595,0.28099173,0.28099173,0.28099173,0.27272728,0.27272728,0.30165288,0.3140496,0.3429752,0.42975205,0.5123967,0.5785124,0.61157024,0.6322314,0.6363636,0.6280992,0.59917355,0.59090906,0.59090906,0.58677685,0.5661157,0.58264464,0.607438,0.59917355,0.62396693,0.6570248,0.661157,0.7066116,0.73966944,0.76033056,0.7768595,0.7892562,0.7768595,0.77272725,0.78099173,0.79752064,0.7933884,0.77272725,0.77272725,0.74793386,0.7231405,0.7066116,0.6942149,0.6942149,0.6735537,0.6694215,0.6487603,0.6487603,0.6280992,0.6322314,0.61570245,0.607438,0.59090906,0.58264464,0.56198347,0.53305787,0.5,0.27272728,0.27272728,0.2644628,0.26859504,0.27272728,0.27272728,0.26859504,0.26859504,0.27272728,0.27272728,0.2768595,0.2768595,0.26859504,0.28512397,0.3264463,0.35123968,0.40082645,0.4876033,0.553719,0.61157024,0.6487603,0.6404959,0.6528926,0.6487603,0.6528926,0.6818182,0.6818182,0.6652893,0.6446281,0.661157,0.6570248,0.6818182,0.71900827,0.7066116,0.72727275,0.76859504,0.77272725,0.77272725,0.7933884,0.78099173,0.7892562,0.7892562,0.7933884,0.78512394,0.76859504,0.76033056,0.74380165,0.7107438,0.70247936,0.70247936,0.69008267,0.6735537,0.6694215,0.6487603,0.6446281,0.6404959,0.6322314,0.62396693,0.60330576,0.57024795,0.55785125,0.53305787,0.49586776,0.48347107,0.2768595,0.26859504,0.2644628,0.26859504,0.26859504,0.26859504,0.26859504,0.27272728,0.2768595,0.27272728,0.27272728,0.2644628,0.27272728,0.2644628,0.32231405,0.3553719,0.38842976,0.48347107,0.5413223,0.607438,0.6694215,0.6859504,0.6735537,0.7066116,0.7066116,0.73966944,0.73966944,0.74793386,0.72727275,0.73140496,0.71900827,0.74380165,0.7644628,0.76033056,0.76033056,0.78099173,0.78099173,0.78099173,0.79752064,0.79752064,0.7933884,0.7933884,0.78512394,0.7768595,0.75619835,0.74793386,0.7355372,0.71900827,0.7066116,0.70247936,0.6859504,0.677686,0.6735537,0.6528926,0.6404959,0.6363636,0.62396693,0.60330576,0.5785124,0.55785125,0.5371901,0.5041322,0.46694216,0.49173555,0.27272728,0.27272728,0.2644628,0.28099173,0.26859504,0.28099173,0.26859504,0.26859504,0.27272728,0.2644628,0.28512397,0.2644628,0.27272728,0.2603306,0.30991736,0.3553719,0.3966942,0.4876033,0.53305787,0.59090906,0.6818182,0.71487606,0.70247936,0.7231405,0.7355372,0.76033056,0.76033056,0.77272725,0.78099173,0.78099173,0.76859504,0.7768595,0.7933884,0.7933884,0.79752064,0.8016529,0.7933884,0.79752064,0.80991733,0.8016529,0.79752064,0.7933884,0.78512394,0.7644628,0.74793386,0.7355372,0.7231405,0.7107438,0.6983471,0.6983471,0.6942149,0.6818182,0.661157,0.6487603,0.6280992,0.6198347,0.60330576,0.5785124,0.553719,0.5289256,0.48347107,0.446281,0.45867768,0.5289256,0.27272728,0.27272728,0.2603306,0.28512397,0.27272728,0.28099173,0.27272728,0.28099173,0.27272728,0.26859504,0.2768595,0.2603306,0.27272728,0.2768595,0.27272728,0.33471075,0.39256197,0.47107437,0.5371901,0.59504133,0.6570248,0.71487606,0.71900827,0.7231405,0.74793386,0.76033056,0.7768595,0.7892562,0.79752064,0.7892562,0.78099173,0.79752064,0.8057851,0.8140496,0.8140496,0.8140496,0.80991733,0.8181818,0.8140496,0.8057851,0.79752064,0.7892562,0.7768595,0.75619835,0.74793386,0.73140496,0.71487606,0.7107438,0.70247936,0.70247936,0.70247936,0.677686,0.6652893,0.6528926,0.61157024,0.607438,0.58677685,0.56198347,0.5289256,0.47933885,0.4090909,0.43801653,0.5041322,0.56198347,0.26859504,0.2644628,0.2644628,0.26859504,0.27272728,0.2768595,0.2768595,0.2768595,0.2644628,0.2768595,0.2603306,0.2603306,0.28512397,0.27272728,0.2603306,0.2892562,0.36363637,0.45867768,0.5247934,0.58264464,0.6487603,0.6942149,0.71487606,0.72727275,0.74793386,0.7644628,0.7892562,0.79752064,0.8016529,0.7933884,0.7933884,0.8057851,0.8140496,0.8181818,0.822314,0.8181818,0.8181818,0.822314,0.8140496,0.8016529,0.7933884,0.78099173,0.76859504,0.74793386,0.73966944,0.71900827,0.7066116,0.6942149,0.6942149,0.6983471,0.6859504,0.661157,0.6487603,0.6280992,0.607438,0.59504133,0.56198347,0.53305787,0.46280992,0.39256197,0.39256197,0.5,0.54545456,0.58264464,0.2644628,0.25619835,0.2603306,0.28099173,0.27272728,0.27272728,0.27272728,0.27272728,0.26859504,0.27272728,0.26859504,0.2644628,0.2768595,0.27272728,0.2644628,0.2520661,0.3181818,0.42561984,0.49586776,0.56198347,0.6322314,0.6735537,0.6942149,0.71900827,0.74380165,0.75619835,0.78099173,0.7933884,0.7933884,0.79752064,0.8016529,0.8140496,0.8140496,0.8181818,0.822314,0.8181818,0.822314,0.822314,0.8181818,0.79752064,0.7768595,0.78099173,0.76033056,0.73966944,0.7355372,0.6983471,0.6818182,0.6942149,0.6859504,0.6859504,0.6735537,0.6528926,0.6280992,0.61570245,0.59917355,0.5661157,0.5123967,0.446281,0.37603307,0.38016528,0.4876033,0.5413223,0.57438016,0.59090906,0.26859504,0.2644628,0.26859504,0.26859504,0.26859504,0.27272728,0.27272728,0.27272728,0.27272728,0.28099173,0.27272728,0.26859504,0.2768595,0.27272728,0.2644628,0.2520661,0.25619835,0.35950413,0.45454547,0.5289256,0.59917355,0.6570248,0.6735537,0.7066116,0.7355372,0.73966944,0.75619835,0.78099173,0.7768595,0.7892562,0.7892562,0.8057851,0.80991733,0.8181818,0.8140496,0.80991733,0.8057851,0.8181818,0.80991733,0.78512394,0.76033056,0.77272725,0.74380165,0.7231405,0.7231405,0.6818182,0.6735537,0.6818182,0.6818182,0.6652893,0.6528926,0.62396693,0.59090906,0.5661157,0.5495868,0.49173555,0.41322315,0.38016528,0.40495867,0.46694216,0.5206612,0.56198347,0.58264464,0.59504133,0.27272728,0.26859504,0.27272728,0.2644628,0.26859504,0.27272728,0.26859504,0.2644628,0.2644628,0.28099173,0.2644628,0.26859504,0.26859504,0.2644628,0.26859504,0.2603306,0.23553719,0.28512397,0.40495867,0.4752066,0.54545456,0.6198347,0.6652893,0.69008267,0.71487606,0.7231405,0.7355372,0.75619835,0.7644628,0.76033056,0.77272725,0.7933884,0.7892562,0.8140496,0.8057851,0.79752064,0.7892562,0.7933884,0.7892562,0.76859504,0.75619835,0.75206614,0.73140496,0.6983471,0.69008267,0.6570248,0.6528926,0.6694215,0.6487603,0.61157024,0.59504133,0.57438016,0.5495868,0.5041322,0.446281,0.39256197,0.3677686,0.4090909,0.47933885,0.5247934,0.54545456,0.57438016,0.59090906,0.60330576,39 +0.5165289,0.46280992,0.28099173,0.2520661,0.24793388,0.3677686,0.57438016,0.61570245,0.661157,0.61570245,0.6818182,0.70247936,0.7355372,0.73966944,0.74380165,0.76859504,0.7892562,0.7933884,0.79752064,0.8140496,0.822314,0.822314,0.8264463,0.8305785,0.8305785,0.8347107,0.838843,0.8347107,0.8347107,0.8347107,0.8264463,0.8305785,0.8305785,0.8305785,0.8347107,0.8347107,0.8305785,0.8305785,0.8305785,0.822314,0.8264463,0.8181818,0.8140496,0.80991733,0.8016529,0.8016529,0.79752064,0.78512394,0.77272725,0.74793386,0.73966944,0.73140496,0.71900827,0.71487606,0.70247936,0.69008267,0.6652893,0.6446281,0.62396693,0.60330576,0.58264464,0.5785124,0.5413223,0.60330576,0.5165289,0.45041323,0.29338843,0.24380165,0.23553719,0.3966942,0.5661157,0.6322314,0.6528926,0.6487603,0.6942149,0.71900827,0.75206614,0.7644628,0.76859504,0.7892562,0.8016529,0.8057851,0.80991733,0.822314,0.822314,0.822314,0.8305785,0.8305785,0.8305785,0.8264463,0.822314,0.8264463,0.8264463,0.8264463,0.822314,0.8181818,0.8264463,0.8305785,0.838843,0.838843,0.8264463,0.8305785,0.8305785,0.8264463,0.8264463,0.822314,0.8181818,0.8140496,0.80991733,0.8057851,0.79752064,0.78512394,0.76859504,0.76033056,0.75619835,0.76033056,0.74793386,0.73966944,0.72727275,0.71487606,0.677686,0.6487603,0.6198347,0.62396693,0.59090906,0.58264464,0.553719,0.5785124,0.5165289,0.44214877,0.29338843,0.2644628,0.23553719,0.4214876,0.57438016,0.6487603,0.6818182,0.6983471,0.71487606,0.7355372,0.76033056,0.7768595,0.78099173,0.8016529,0.80991733,0.8140496,0.8181818,0.822314,0.822314,0.822314,0.8264463,0.8305785,0.8305785,0.822314,0.8140496,0.8140496,0.8181818,0.822314,0.822314,0.822314,0.8181818,0.822314,0.8305785,0.8305785,0.8305785,0.8305785,0.822314,0.822314,0.822314,0.8181818,0.8181818,0.80991733,0.80991733,0.8057851,0.79752064,0.78512394,0.7768595,0.7768595,0.77272725,0.7768595,0.7644628,0.77272725,0.75619835,0.7355372,0.6942149,0.6446281,0.61157024,0.6198347,0.607438,0.59917355,0.5785124,0.54545456,0.49586776,0.45041323,0.338843,0.2768595,0.24793388,0.42561984,0.58264464,0.6652893,0.6983471,0.7355372,0.7355372,0.74380165,0.7644628,0.78099173,0.7892562,0.8057851,0.8057851,0.8140496,0.8181818,0.822314,0.822314,0.8181818,0.8181818,0.822314,0.8305785,0.822314,0.8140496,0.8140496,0.80991733,0.80991733,0.8140496,0.8181818,0.8264463,0.822314,0.822314,0.8264463,0.8264463,0.822314,0.8140496,0.80991733,0.80991733,0.80991733,0.80991733,0.8057851,0.8057851,0.8057851,0.8016529,0.7892562,0.7892562,0.7892562,0.78099173,0.7933884,0.78099173,0.7768595,0.76033056,0.74380165,0.6942149,0.6446281,0.607438,0.61157024,0.62396693,0.607438,0.56198347,0.5495868,0.49586776,0.46280992,0.33471075,0.2603306,0.23553719,0.4214876,0.59917355,0.6694215,0.7231405,0.75206614,0.74793386,0.75206614,0.76859504,0.7768595,0.78512394,0.79752064,0.8016529,0.8057851,0.80991733,0.8181818,0.8181818,0.80991733,0.80991733,0.8181818,0.822314,0.8181818,0.80991733,0.80991733,0.80991733,0.8057851,0.8016529,0.8057851,0.8181818,0.8181818,0.8140496,0.8140496,0.8181818,0.80991733,0.79752064,0.78099173,0.78512394,0.7892562,0.8016529,0.7933884,0.8057851,0.8016529,0.8057851,0.7933884,0.7892562,0.8016529,0.7933884,0.79752064,0.7892562,0.77272725,0.75619835,0.74793386,0.70247936,0.661157,0.61570245,0.61157024,0.6280992,0.59504133,0.5495868,0.5371901,0.48347107,0.4876033,0.38429752,0.23553719,0.21900827,0.41322315,0.61570245,0.6942149,0.7355372,0.75206614,0.74380165,0.75206614,0.76859504,0.76859504,0.76859504,0.7892562,0.7933884,0.7933884,0.7892562,0.7933884,0.8016529,0.8016529,0.8057851,0.80991733,0.8057851,0.8016529,0.8016529,0.8016529,0.8016529,0.79752064,0.7933884,0.7933884,0.8016529,0.8016529,0.79752064,0.7933884,0.79752064,0.7933884,0.77272725,0.76033056,0.77272725,0.78099173,0.79752064,0.7892562,0.79752064,0.7892562,0.79752064,0.7892562,0.7768595,0.8016529,0.7933884,0.78512394,0.78512394,0.77272725,0.75206614,0.74793386,0.7107438,0.6694215,0.62396693,0.61157024,0.61570245,0.58264464,0.553719,0.54545456,0.47933885,0.47107437,0.44214877,0.30165288,0.16115703,0.4214876,0.6404959,0.70247936,0.72727275,0.74380165,0.73966944,0.74793386,0.7644628,0.7644628,0.76033056,0.77272725,0.7768595,0.7768595,0.76859504,0.76859504,0.78099173,0.78512394,0.78512394,0.7892562,0.7892562,0.7892562,0.7892562,0.7892562,0.7892562,0.78512394,0.78099173,0.7768595,0.7768595,0.76859504,0.76859504,0.75619835,0.75619835,0.75619835,0.73966944,0.75619835,0.75206614,0.76859504,0.78512394,0.78099173,0.77272725,0.76859504,0.7644628,0.76033056,0.75206614,0.7644628,0.7644628,0.75206614,0.7644628,0.75619835,0.75619835,0.75206614,0.7107438,0.6735537,0.6446281,0.60330576,0.59917355,0.58264464,0.55785125,0.5289256,0.48347107,0.4752066,0.46694216,0.3553719,0.1983471,0.446281,0.62396693,0.6528926,0.6735537,0.6983471,0.7066116,0.7107438,0.72727275,0.73140496,0.73966944,0.75619835,0.75619835,0.75206614,0.74380165,0.74793386,0.75619835,0.75206614,0.75619835,0.7644628,0.7644628,0.76859504,0.77272725,0.77272725,0.7644628,0.76033056,0.75206614,0.74380165,0.7355372,0.7355372,0.73966944,0.73140496,0.7231405,0.72727275,0.73140496,0.74793386,0.74793386,0.75206614,0.75619835,0.74380165,0.71900827,0.71487606,0.7066116,0.6859504,0.6983471,0.6942149,0.7107438,0.69008267,0.70247936,0.7107438,0.74380165,0.7644628,0.7231405,0.6942149,0.6652893,0.607438,0.5785124,0.5661157,0.56198347,0.5413223,0.47933885,0.47933885,0.49586776,0.40082645,0.21900827,0.43801653,0.58264464,0.57024795,0.58264464,0.61157024,0.607438,0.6198347,0.6280992,0.6280992,0.6487603,0.6735537,0.69008267,0.7066116,0.71487606,0.7231405,0.71900827,0.70247936,0.71487606,0.73140496,0.73140496,0.7355372,0.74380165,0.75206614,0.74793386,0.73140496,0.7231405,0.71487606,0.70247936,0.71900827,0.71900827,0.7066116,0.6983471,0.7066116,0.70247936,0.7066116,0.7107438,0.6818182,0.6735537,0.6446281,0.6446281,0.6322314,0.61570245,0.60330576,0.607438,0.6280992,0.6322314,0.6280992,0.6280992,0.6487603,0.6818182,0.71487606,0.6983471,0.6983471,0.6694215,0.607438,0.57438016,0.553719,0.55785125,0.5371901,0.47933885,0.48347107,0.5,0.45454547,0.37190083,0.45867768,0.553719,0.5206612,0.4876033,0.48347107,0.5041322,0.5082645,0.49586776,0.48347107,0.49173555,0.5123967,0.54545456,0.607438,0.6487603,0.6735537,0.6735537,0.661157,0.6652893,0.677686,0.6942149,0.7066116,0.71487606,0.73140496,0.72727275,0.70247936,0.677686,0.69008267,0.6818182,0.6859504,0.6942149,0.661157,0.6363636,0.59917355,0.6280992,0.59917355,0.56198347,0.53305787,0.5206612,0.5123967,0.53305787,0.5495868,0.5206612,0.5289256,0.5165289,0.56198347,0.5661157,0.56198347,0.57438016,0.5785124,0.60330576,0.6280992,0.6363636,0.6528926,0.6570248,0.6198347,0.56198347,0.55785125,0.5413223,0.5206612,0.4752066,0.47107437,0.47933885,0.45867768,0.446281,0.46280992,0.4752066,0.45867768,0.4214876,0.40495867,0.4090909,0.41735536,0.4214876,0.4090909,0.3966942,0.40082645,0.41735536,0.47933885,0.553719,0.5785124,0.60330576,0.6198347,0.62396693,0.6322314,0.6528926,0.6818182,0.6942149,0.70247936,0.7066116,0.6818182,0.6652893,0.6570248,0.6404959,0.6363636,0.61570245,0.58677685,0.5661157,0.49173555,0.49173555,0.46280992,0.42561984,0.41322315,0.39256197,0.38429752,0.40495867,0.41322315,0.4214876,0.45867768,0.45454547,0.47107437,0.49173555,0.49173555,0.5082645,0.5123967,0.5289256,0.5413223,0.56198347,0.57438016,0.59917355,0.59917355,0.56198347,0.5495868,0.5206612,0.5165289,0.4752066,0.47933885,0.49173555,0.46280992,0.42561984,0.43801653,0.44214877,0.42561984,0.39256197,0.35950413,0.36363637,0.34710744,0.3429752,0.35123968,0.338843,0.3264463,0.33471075,0.37603307,0.43801653,0.46694216,0.5123967,0.56198347,0.58264464,0.60330576,0.62396693,0.6570248,0.6859504,0.6983471,0.6942149,0.6652893,0.6528926,0.62396693,0.60330576,0.58264464,0.5371901,0.5206612,0.47107437,0.4214876,0.41322315,0.38016528,0.34710744,0.3429752,0.3305785,0.3264463,0.3264463,0.3305785,0.3305785,0.37603307,0.38842976,0.38016528,0.4090909,0.42975205,0.45041323,0.46694216,0.47107437,0.4752066,0.5,0.5041322,0.5247934,0.5371901,0.5495868,0.54545456,0.5289256,0.5206612,0.4752066,0.48347107,0.4876033,0.45867768,0.4214876,0.41735536,0.42975205,0.41322315,0.3966942,0.37603307,0.36363637,0.35123968,0.3264463,0.30991736,0.29338843,0.2768595,0.27272728,0.29338843,0.3181818,0.35950413,0.4214876,0.4752066,0.5289256,0.5785124,0.607438,0.6404959,0.6818182,0.7107438,0.7107438,0.6818182,0.6528926,0.60330576,0.58677685,0.54545456,0.49173555,0.45454547,0.42561984,0.39256197,0.40082645,0.338843,0.3553719,0.3429752,0.3140496,0.3140496,0.28512397,0.30578512,0.30165288,0.3181818,0.3264463,0.35950413,0.3677686,0.3966942,0.42561984,0.42975205,0.43801653,0.45041323,0.46694216,0.46694216,0.47933885,0.5041322,0.5247934,0.5289256,0.53305787,0.5206612,0.46694216,0.4752066,0.4752066,0.46280992,0.41322315,0.41322315,0.45454547,0.4338843,0.3966942,0.3677686,0.34710744,0.3264463,0.29752067,0.27272728,0.2520661,0.23966943,0.2231405,0.22727273,0.23553719,0.2520661,0.32231405,0.37603307,0.446281,0.5413223,0.61157024,0.661157,0.6983471,0.73966944,0.74793386,0.72727275,0.6818182,0.6198347,0.5785124,0.5206612,0.45867768,0.4338843,0.41322315,0.38429752,0.37603307,0.3429752,0.30991736,0.28512397,0.2603306,0.24793388,0.23140496,0.24380165,0.24793388,0.2768595,0.27272728,0.3140496,0.3140496,0.34710744,0.37603307,0.40082645,0.41735536,0.4338843,0.446281,0.45041323,0.45454547,0.48347107,0.5082645,0.5165289,0.53305787,0.5082645,0.46694216,0.46280992,0.47107437,0.45454547,0.42561984,0.4214876,0.4214876,0.41322315,0.38429752,0.3305785,0.3181818,0.3305785,0.34710744,0.3264463,0.28512397,0.2768595,0.26859504,0.24380165,0.23140496,0.20247933,0.23966943,0.28099173,0.33471075,0.49586776,0.61157024,0.6859504,0.73140496,0.7644628,0.7644628,0.76033056,0.71487606,0.6570248,0.59917355,0.5041322,0.44214877,0.41735536,0.38842976,0.37190083,0.29752067,0.33471075,0.30578512,0.2892562,0.28512397,0.28099173,0.2892562,0.2892562,0.30165288,0.3181818,0.3140496,0.32231405,0.3264463,0.30578512,0.29338843,0.3264463,0.38429752,0.40495867,0.41735536,0.4338843,0.43801653,0.45867768,0.49173555,0.5041322,0.5123967,0.5041322,0.45867768,0.45867768,0.47933885,0.43801653,0.4090909,0.4338843,0.39256197,0.37190083,0.3429752,0.33471075,0.41322315,0.47933885,0.46694216,0.38842976,0.30578512,0.3181818,0.27272728,0.26859504,0.28099173,0.24793388,0.23553719,0.23140496,0.2520661,0.37190083,0.59504133,0.7066116,0.76033056,0.7892562,0.8016529,0.8016529,0.76033056,0.7107438,0.6404959,0.5206612,0.45454547,0.39256197,0.35123968,0.30165288,0.33471075,0.3264463,0.32231405,0.30578512,0.30578512,0.34710744,0.34710744,0.3264463,0.3264463,0.34710744,0.35950413,0.40082645,0.41322315,0.38429752,0.3140496,0.2768595,0.3140496,0.3553719,0.37190083,0.40082645,0.4214876,0.4338843,0.46280992,0.4876033,0.49586776,0.5041322,0.45867768,0.45454547,0.49173555,0.4876033,0.41735536,0.4214876,0.38429752,0.29752067,0.3140496,0.43801653,0.45454547,0.42975205,0.45867768,0.3677686,0.24380165,0.33471075,0.2107438,0.22727273,0.26859504,0.29338843,0.2892562,0.24793388,0.25619835,0.22727273,0.5495868,0.72727275,0.78512394,0.8057851,0.822314,0.8140496,0.7768595,0.74793386,0.6570248,0.53305787,0.446281,0.36363637,0.3264463,0.338843,0.35950413,0.3264463,0.3181818,0.32231405,0.35950413,0.3429752,0.3966942,0.30991736,0.27272728,0.25619835,0.24380165,0.3264463,0.3429752,0.38842976,0.3966942,0.338843,0.29338843,0.30578512,0.33471075,0.3677686,0.3966942,0.41735536,0.4338843,0.46280992,0.47933885,0.5,0.46280992,0.45041323,0.5082645,0.54545456,0.446281,0.4214876,0.39256197,0.2892562,0.3305785,0.3966942,0.35950413,0.5123967,0.59504133,0.446281,0.29752067,0.2603306,0.2107438,0.23140496,0.2603306,0.28512397,0.33471075,0.2892562,0.29338843,0.18181819,0.45041323,0.73966944,0.79752064,0.822314,0.8264463,0.8181818,0.8016529,0.75619835,0.6735537,0.5206612,0.45454547,0.34710744,0.3429752,0.38016528,0.35950413,0.34710744,0.33471075,0.3553719,0.37603307,0.44214877,0.47107437,0.338843,0.3181818,0.26859504,0.21487603,0.26859504,0.23966943,0.30165288,0.3553719,0.35950413,0.33471075,0.30578512,0.3305785,0.3553719,0.37603307,0.3966942,0.4090909,0.43801653,0.46694216,0.4876033,0.46694216,0.45454547,0.46280992,0.49173555,0.45454547,0.45454547,0.40495867,0.3305785,0.3553719,0.3264463,0.3966942,0.6322314,0.661157,0.4752066,0.38842976,0.24793388,0.19008264,0.2520661,0.30165288,0.35123968,0.35123968,0.30165288,0.35123968,0.23966943,0.40495867,0.7355372,0.79752064,0.8305785,0.822314,0.822314,0.7933884,0.74793386,0.6280992,0.5082645,0.46694216,0.38842976,0.3553719,0.3966942,0.38429752,0.37603307,0.3264463,0.3677686,0.44214877,0.53305787,0.5289256,0.40082645,0.3264463,0.23966943,0.20247933,0.24380165,0.2644628,0.34710744,0.35950413,0.3181818,0.32231405,0.3305785,0.34710744,0.35950413,0.36363637,0.38016528,0.3966942,0.42975205,0.47107437,0.49586776,0.43801653,0.45454547,0.4338843,0.3181818,0.3677686,0.5123967,0.4752066,0.40082645,0.43801653,0.47107437,0.5041322,0.5785124,0.6528926,0.57024795,0.45041323,0.46280992,0.40495867,0.3966942,0.4090909,0.46280992,0.4338843,0.338843,0.45041323,0.40082645,0.4752066,0.73140496,0.7892562,0.8264463,0.822314,0.8264463,0.78099173,0.72727275,0.59504133,0.5082645,0.4876033,0.45867768,0.4338843,0.4338843,0.42561984,0.35950413,0.3181818,0.39256197,0.48347107,0.57024795,0.61570245,0.5206612,0.4214876,0.38016528,0.338843,0.338843,0.36363637,0.4338843,0.42975205,0.3553719,0.3305785,0.3553719,0.37603307,0.37190083,0.3677686,0.37190083,0.3966942,0.42975205,0.47107437,0.5,0.43801653,0.46280992,0.45454547,0.26859504,0.29338843,0.5661157,0.5371901,0.47107437,0.49173555,0.5041322,0.5785124,0.6363636,0.661157,0.69008267,0.6404959,0.607438,0.62396693,0.58264464,0.58677685,0.5785124,0.54545456,0.47933885,0.5289256,0.5413223,0.57024795,0.7231405,0.78099173,0.822314,0.8264463,0.8140496,0.77272725,0.6942149,0.607438,0.5413223,0.5247934,0.5123967,0.5289256,0.5289256,0.5041322,0.446281,0.45041323,0.48347107,0.5495868,0.59504133,0.6404959,0.6446281,0.5413223,0.47107437,0.45867768,0.45454547,0.47933885,0.49586776,0.46280992,0.42561984,0.4214876,0.42975205,0.42561984,0.41735536,0.41735536,0.4090909,0.41735536,0.44214877,0.48347107,0.5123967,0.446281,0.45041323,0.46694216,0.3140496,0.26859504,0.58677685,0.57438016,0.5371901,0.54545456,0.5,0.5123967,0.5413223,0.553719,0.57438016,0.58264464,0.61570245,0.55785125,0.5785124,0.5371901,0.55785125,0.58264464,0.57438016,0.5785124,0.5785124,0.62396693,0.7231405,0.78512394,0.8140496,0.8264463,0.80991733,0.76033056,0.6942149,0.6280992,0.58677685,0.57438016,0.56198347,0.59504133,0.57438016,0.55785125,0.5413223,0.53305787,0.5247934,0.553719,0.57438016,0.58264464,0.607438,0.61157024,0.59504133,0.5785124,0.54545456,0.5247934,0.5082645,0.48347107,0.46280992,0.47933885,0.5082645,0.5,0.5041322,0.5041322,0.4752066,0.45867768,0.47107437,0.5165289,0.5289256,0.446281,0.446281,0.46280992,0.37603307,0.29338843,0.59917355,0.59504133,0.58677685,0.58264464,0.5371901,0.5661157,0.57438016,0.56198347,0.56198347,0.55785125,0.53305787,0.4752066,0.5123967,0.49586776,0.56198347,0.61570245,0.6322314,0.6363636,0.62396693,0.6446281,0.74380165,0.7933884,0.80991733,0.8181818,0.79752064,0.7355372,0.677686,0.6404959,0.6198347,0.60330576,0.6198347,0.6322314,0.607438,0.59090906,0.56198347,0.5371901,0.5,0.49586776,0.54545456,0.5495868,0.5413223,0.54545456,0.5371901,0.53305787,0.5289256,0.5123967,0.5123967,0.5123967,0.5123967,0.5413223,0.57024795,0.5661157,0.57438016,0.5785124,0.54545456,0.5206612,0.5206612,0.553719,0.54545456,0.45454547,0.446281,0.45454547,0.43801653,0.35123968,0.61157024,0.61157024,0.60330576,0.59504133,0.55785125,0.5371901,0.5371901,0.5123967,0.49586776,0.4876033,0.45454547,0.4752066,0.53305787,0.5661157,0.6446281,0.6859504,0.6694215,0.6859504,0.6570248,0.6570248,0.75206614,0.8016529,0.8140496,0.8140496,0.7892562,0.71900827,0.6570248,0.6404959,0.6404959,0.62396693,0.6487603,0.6694215,0.661157,0.6652893,0.6528926,0.61570245,0.55785125,0.5041322,0.46694216,0.48347107,0.5082645,0.5041322,0.5123967,0.5165289,0.5123967,0.5041322,0.5041322,0.5289256,0.56198347,0.59090906,0.607438,0.60330576,0.61157024,0.61570245,0.59917355,0.58677685,0.58677685,0.58264464,0.56198347,0.45041323,0.4338843,0.446281,0.46694216,0.41322315,0.6280992,0.62396693,0.61157024,0.6322314,0.61570245,0.5785124,0.5371901,0.5,0.49173555,0.5041322,0.58264464,0.6363636,0.661157,0.6818182,0.6818182,0.71900827,0.71487606,0.69008267,0.6652893,0.6570248,0.73966944,0.8057851,0.8264463,0.8140496,0.77272725,0.70247936,0.6404959,0.6280992,0.6528926,0.6363636,0.6404959,0.6694215,0.6942149,0.71487606,0.7066116,0.69008267,0.6652893,0.6322314,0.58264464,0.553719,0.5206612,0.49586776,0.49586776,0.5,0.5165289,0.53305787,0.553719,0.59917355,0.6404959,0.6487603,0.6528926,0.6446281,0.6570248,0.6487603,0.6487603,0.6322314,0.62396693,0.60330576,0.59090906,0.45041323,0.44214877,0.42561984,0.47107437,0.4876033,0.6404959,0.6487603,0.6280992,0.6487603,0.677686,0.677686,0.677686,0.677686,0.677686,0.6859504,0.7231405,0.74380165,0.7355372,0.72727275,0.73966944,0.75619835,0.72727275,0.69008267,0.6570248,0.6570248,0.74793386,0.822314,0.8305785,0.8057851,0.74793386,0.6859504,0.6363636,0.61157024,0.6404959,0.6446281,0.6322314,0.661157,0.7066116,0.74793386,0.75619835,0.73966944,0.7231405,0.71900827,0.71487606,0.7231405,0.71487606,0.6818182,0.661157,0.6528926,0.661157,0.6735537,0.6818182,0.70247936,0.71487606,0.70247936,0.6942149,0.6859504,0.677686,0.677686,0.6818182,0.6528926,0.6446281,0.61570245,0.61157024,0.45041323,0.45041323,0.42561984,0.45867768,0.5371901,0.6570248,0.6570248,0.6528926,0.6487603,0.69008267,0.7107438,0.72727275,0.73966944,0.76033056,0.73140496,0.7644628,0.7644628,0.7644628,0.76033056,0.76859504,0.76033056,0.71487606,0.6818182,0.6404959,0.661157,0.77272725,0.8347107,0.822314,0.78512394,0.7355372,0.677686,0.6446281,0.61570245,0.62396693,0.6363636,0.6363636,0.6404959,0.6859504,0.74793386,0.7644628,0.76033056,0.75206614,0.76859504,0.78512394,0.7768595,0.76859504,0.76859504,0.77272725,0.75619835,0.74793386,0.73966944,0.73140496,0.7231405,0.73140496,0.7231405,0.7066116,0.7066116,0.69008267,0.6983471,0.6942149,0.6694215,0.661157,0.6198347,0.61157024,0.446281,0.446281,0.42975205,0.42561984,0.55785125,0.6528926,0.6818182,0.6818182,0.6859504,0.70247936,0.6942149,0.73966944,0.7355372,0.76033056,0.74793386,0.76033056,0.76033056,0.76033056,0.76859504,0.75206614,0.74793386,0.7107438,0.6735537,0.6322314,0.6694215,0.78099173,0.8305785,0.8140496,0.76859504,0.7355372,0.6859504,0.6652893,0.62396693,0.607438,0.6280992,0.6487603,0.6528926,0.6818182,0.73140496,0.7644628,0.76033056,0.75619835,0.77272725,0.78512394,0.78099173,0.78099173,0.7892562,0.7892562,0.77272725,0.75619835,0.7644628,0.76033056,0.75206614,0.75619835,0.74793386,0.7355372,0.73966944,0.73140496,0.71900827,0.7066116,0.69008267,0.661157,0.6280992,0.6198347,0.45041323,0.43801653,0.43801653,0.40495867,0.5413223,0.661157,0.6859504,0.70247936,0.72727275,0.7231405,0.6942149,0.74793386,0.71900827,0.7644628,0.76859504,0.73966944,0.75619835,0.7644628,0.75619835,0.75619835,0.74380165,0.7066116,0.6652893,0.6280992,0.6859504,0.7892562,0.8264463,0.8181818,0.77272725,0.73966944,0.6983471,0.6735537,0.61570245,0.5785124,0.607438,0.6528926,0.6859504,0.6983471,0.73140496,0.76033056,0.76033056,0.76859504,0.7768595,0.7768595,0.7768595,0.78099173,0.78512394,0.78099173,0.7933884,0.78099173,0.76859504,0.78099173,0.76859504,0.7768595,0.76033056,0.76033056,0.76033056,0.74380165,0.72727275,0.71487606,0.69008267,0.6528926,0.6280992,0.62396693,0.45041323,0.43801653,0.446281,0.40082645,0.5123967,0.677686,0.6859504,0.7107438,0.72727275,0.7355372,0.7066116,0.76033056,0.73966944,0.75206614,0.75206614,0.74380165,0.76859504,0.76859504,0.75206614,0.75206614,0.7355372,0.6983471,0.6570248,0.6404959,0.6983471,0.7933884,0.8264463,0.80991733,0.76859504,0.72727275,0.6983471,0.6735537,0.58677685,0.5371901,0.57024795,0.6198347,0.6694215,0.71487606,0.74793386,0.76033056,0.7644628,0.7768595,0.78512394,0.78099173,0.78512394,0.78512394,0.78512394,0.78099173,0.79752064,0.7892562,0.7768595,0.7892562,0.78099173,0.78099173,0.76033056,0.76033056,0.76033056,0.7355372,0.71900827,0.7066116,0.6818182,0.6570248,0.62396693,0.61157024,0.44214877,0.4338843,0.45454547,0.38429752,0.5041322,0.6694215,0.6859504,0.6983471,0.71900827,0.75206614,0.75206614,0.75619835,0.75619835,0.76033056,0.75206614,0.76033056,0.77272725,0.7644628,0.76033056,0.75206614,0.71900827,0.6652893,0.6528926,0.6570248,0.71900827,0.7933884,0.822314,0.79752064,0.75206614,0.7066116,0.6859504,0.6652893,0.59504133,0.55785125,0.56198347,0.57024795,0.607438,0.6735537,0.73966944,0.7644628,0.76859504,0.77272725,0.78099173,0.7892562,0.7933884,0.7933884,0.78512394,0.78099173,0.7892562,0.79752064,0.78512394,0.7892562,0.78512394,0.7768595,0.76033056,0.76859504,0.75619835,0.7355372,0.7107438,0.6942149,0.6735537,0.661157,0.61157024,0.59504133,0.44214877,0.42561984,0.45867768,0.39256197,0.4876033,0.661157,0.6694215,0.6983471,0.71900827,0.74793386,0.74380165,0.7644628,0.76033056,0.75619835,0.76859504,0.75206614,0.75619835,0.74793386,0.74793386,0.73966944,0.69008267,0.6570248,0.6528926,0.6818182,0.73140496,0.7933884,0.8181818,0.7892562,0.73966944,0.70247936,0.69008267,0.677686,0.6528926,0.6404959,0.6198347,0.59917355,0.60330576,0.6198347,0.6735537,0.74380165,0.7644628,0.77272725,0.76859504,0.77272725,0.78099173,0.78512394,0.7768595,0.7768595,0.78512394,0.7892562,0.7892562,0.78099173,0.7768595,0.78099173,0.7644628,0.76859504,0.74380165,0.73140496,0.7107438,0.69008267,0.6652893,0.6528926,0.59090906,0.57438016,0.43801653,0.4338843,0.446281,0.40082645,0.46694216,0.6363636,0.6694215,0.7066116,0.7231405,0.7355372,0.75206614,0.7644628,0.7644628,0.75619835,0.75206614,0.74793386,0.7231405,0.71487606,0.73140496,0.71900827,0.6694215,0.6652893,0.6652893,0.6983471,0.75206614,0.7933884,0.8057851,0.7892562,0.75206614,0.71900827,0.70247936,0.70247936,0.70247936,0.70247936,0.6859504,0.6528926,0.6322314,0.59917355,0.58264464,0.6652893,0.71487606,0.74380165,0.75619835,0.75206614,0.74793386,0.76033056,0.7644628,0.78099173,0.7892562,0.78099173,0.77272725,0.7768595,0.76859504,0.7644628,0.76033056,0.75206614,0.72727275,0.7107438,0.6942149,0.6818182,0.661157,0.6404959,0.57438016,0.57024795,0.42561984,0.4338843,0.446281,0.41735536,0.43801653,0.62396693,0.6735537,0.6942149,0.7107438,0.72727275,0.75619835,0.74793386,0.75206614,0.74793386,0.7355372,0.71900827,0.6942149,0.6818182,0.69008267,0.6735537,0.6528926,0.6570248,0.6570248,0.7066116,0.75619835,0.76859504,0.78099173,0.78099173,0.75619835,0.71487606,0.6859504,0.6859504,0.6942149,0.6983471,0.69008267,0.661157,0.6404959,0.5785124,0.5123967,0.59504133,0.6446281,0.677686,0.71487606,0.73966944,0.7355372,0.75619835,0.7644628,0.7644628,0.77272725,0.7644628,0.75619835,0.76859504,0.74380165,0.73966944,0.75206614,0.7066116,0.70247936,0.6859504,0.661157,0.6735537,0.6446281,0.61157024,0.55785125,0.553719,0.4338843,0.44214877,0.43801653,0.4214876,0.4214876,0.58264464,0.6528926,0.6652893,0.677686,0.7107438,0.73140496,0.7231405,0.72727275,0.72727275,0.72727275,0.69008267,0.6652893,0.6322314,0.59504133,0.607438,0.60330576,0.58677685,0.59504133,0.6735537,0.71900827,0.6983471,0.70247936,0.72727275,0.70247936,0.6363636,0.60330576,0.59504133,0.59504133,0.607438,0.607438,0.59917355,0.5785124,0.5206612,0.45867768,0.53305787,0.59504133,0.60330576,0.6404959,0.6983471,0.71487606,0.73140496,0.73140496,0.73140496,0.75206614,0.73966944,0.7355372,0.74793386,0.73140496,0.73140496,0.7066116,0.6859504,0.6735537,0.6652893,0.6446281,0.6322314,0.607438,0.58264464,0.54545456,0.5289256,0.42975205,0.44214877,0.4338843,0.42561984,0.4090909,0.54545456,0.62396693,0.6363636,0.6570248,0.6818182,0.6983471,0.70247936,0.70247936,0.70247936,0.6942149,0.6528926,0.6198347,0.5661157,0.5247934,0.58677685,0.58264464,0.49173555,0.47107437,0.5661157,0.6280992,0.59090906,0.5785124,0.60330576,0.58264464,0.5206612,0.4876033,0.44214877,0.4090909,0.4338843,0.45867768,0.48347107,0.47933885,0.43801653,0.41735536,0.5041322,0.57024795,0.55785125,0.5495868,0.6404959,0.6818182,0.71487606,0.71487606,0.73140496,0.71900827,0.71900827,0.7107438,0.70247936,0.7107438,0.6942149,0.6652893,0.6570248,0.6487603,0.6404959,0.62396693,0.59090906,0.5661157,0.5495868,0.5371901,0.5,0.42975205,0.42975205,0.43801653,0.44214877,0.3966942,0.5041322,0.59090906,0.61570245,0.6363636,0.6528926,0.6652893,0.6859504,0.677686,0.6735537,0.6487603,0.62396693,0.57024795,0.5165289,0.5495868,0.6198347,0.6570248,0.553719,0.38842976,0.4090909,0.49586776,0.46694216,0.45041323,0.4752066,0.46694216,0.4214876,0.3677686,0.29338843,0.24793388,0.28512397,0.32231405,0.37190083,0.40495867,0.41735536,0.43801653,0.5206612,0.58264464,0.5785124,0.54545456,0.5413223,0.60330576,0.661157,0.661157,0.6859504,0.6818182,0.6528926,0.6859504,0.6694215,0.6818182,0.6570248,0.62396693,0.61157024,0.607438,0.60330576,0.57438016,0.55785125,0.53305787,0.5247934,0.5123967,0.47933885,0.4214876,0.42561984,0.4338843,0.45041323,0.39256197,0.45454547,0.54545456,0.59090906,0.59090906,0.607438,0.6280992,0.6363636,0.6363636,0.62396693,0.60330576,0.57024795,0.5289256,0.57024795,0.6652893,0.7107438,0.7066116,0.6446281,0.41735536,0.2892562,0.3553719,0.36363637,0.38016528,0.40082645,0.3966942,0.3429752,0.30165288,0.2768595,0.2768595,0.3140496,0.33471075,0.37190083,0.41735536,0.45454547,0.47107437,0.54545456,0.6322314,0.6570248,0.61157024,0.57024795,0.5495868,0.62396693,0.6198347,0.6322314,0.6322314,0.59917355,0.6363636,0.6280992,0.6322314,0.6198347,0.59504133,0.59090906,0.5785124,0.56198347,0.5289256,0.5206612,0.5123967,0.5041322,0.49173555,0.4752066,0.41322315,0.42975205,0.42561984,0.44214877,0.41322315,0.42975205,0.5,0.5495868,0.55785125,0.57024795,0.58264464,0.59090906,0.59917355,0.58677685,0.57024795,0.5371901,0.55785125,0.6528926,0.73140496,0.74793386,0.73140496,0.70247936,0.54545456,0.3305785,0.2768595,0.3140496,0.34710744,0.3677686,0.3677686,0.33471075,0.35123968,0.36363637,0.38842976,0.4214876,0.4214876,0.43801653,0.47107437,0.49173555,0.49586776,0.5661157,0.677686,0.7231405,0.6942149,0.6446281,0.553719,0.5495868,0.59917355,0.61157024,0.607438,0.607438,0.61570245,0.607438,0.58677685,0.5661157,0.54545456,0.54545456,0.5371901,0.5247934,0.5123967,0.5,0.49586776,0.49173555,0.47933885,0.4752066,0.42561984,0.42561984,0.4214876,0.42561984,0.4338843,0.4090909,0.45454547,0.5041322,0.5165289,0.5206612,0.5413223,0.56198347,0.56198347,0.553719,0.5413223,0.5413223,0.62396693,0.71900827,0.7355372,0.7355372,0.72727275,0.7066116,0.62396693,0.4338843,0.3140496,0.30165288,0.3181818,0.3305785,0.3429752,0.3553719,0.37190083,0.3966942,0.4214876,0.45867768,0.46694216,0.4876033,0.5,0.5041322,0.5165289,0.58677685,0.6859504,0.74380165,0.7355372,0.7231405,0.6404959,0.5123967,0.57024795,0.58264464,0.59504133,0.61570245,0.5661157,0.5785124,0.56198347,0.54545456,0.5123967,0.5041322,0.48347107,0.5,0.5,0.49586776,0.47933885,0.48347107,0.45867768,0.4752066,0.42975205,0.42975205,0.42561984,0.4214876,0.42975205,0.41322315,0.42561984,0.46280992,0.47933885,0.4876033,0.5082645,0.53305787,0.5413223,0.54545456,0.54545456,0.59917355,0.6983471,0.72727275,0.71487606,0.71487606,0.7231405,0.6983471,0.6487603,0.57024795,0.45041323,0.35123968,0.3181818,0.32231405,0.3305785,0.36363637,0.38429752,0.42561984,0.446281,0.47933885,0.49173555,0.4876033,0.5,0.5206612,0.5247934,0.59504133,0.6735537,0.72727275,0.7231405,0.73140496,0.72727275,0.6280992,0.5082645,0.5413223,0.5661157,0.57438016,0.56198347,0.53305787,0.5289256,0.4876033,0.5,0.4752066,0.43801653,0.4752066,0.46280992,0.47933885,0.46280992,0.46694216,0.45041323,0.46280992,0.41735536,0.42975205,0.4338843,0.4214876,0.4214876,0.42561984,0.42561984,0.43801653,0.45041323,0.45867768,0.4752066,0.5041322,0.53305787,0.5371901,0.5661157,0.6363636,0.6818182,0.6859504,0.677686,0.677686,0.6859504,0.6818182,0.6735537,0.6487603,0.57438016,0.46280992,0.38842976,0.38429752,0.38842976,0.3966942,0.38842976,0.43801653,0.46280992,0.49173555,0.5,0.48347107,0.49586776,0.53305787,0.54545456,0.59917355,0.6652893,0.6942149,0.6942149,0.7066116,0.7066116,0.6983471,0.57438016,0.47107437,0.5247934,0.54545456,0.53305787,0.5206612,0.5041322,0.48347107,0.46694216,0.46280992,0.4338843,0.45867768,0.46280992,0.46694216,0.45867768,0.45454547,0.45454547,0.45041323,0.41735536,0.4214876,0.42975205,0.42975205,0.42561984,0.42561984,0.42975205,0.43801653,0.43801653,0.44214877,0.45867768,0.4876033,0.5289256,0.5371901,0.57438016,0.6363636,0.6487603,0.6487603,0.6528926,0.6735537,0.6818182,0.69008267,0.70247936,0.6983471,0.6446281,0.57438016,0.48347107,0.44214877,0.41735536,0.4214876,0.4214876,0.42975205,0.46280992,0.49586776,0.49586776,0.5206612,0.5206612,0.54545456,0.57024795,0.60330576,0.661157,0.6528926,0.6528926,0.6570248,0.677686,0.6652893,0.6487603,0.5082645,0.45454547,0.53305787,0.5247934,0.5123967,0.5,0.47107437,0.4752066,0.446281,0.45454547,0.45454547,0.46280992,0.46280992,0.45454547,0.45041323,0.45454547,0.45041323,0.4214876,0.42561984,0.42561984,0.42561984,0.42561984,0.42561984,0.4214876,0.42561984,0.43801653,0.45041323,0.46694216,0.49586776,0.53305787,0.5413223,0.56198347,0.59917355,0.61157024,0.61570245,0.6404959,0.6818182,0.6983471,0.7107438,0.72727275,0.74380165,0.71487606,0.6735537,0.61570245,0.5289256,0.45454547,0.44214877,0.44214877,0.45867768,0.45867768,0.49586776,0.5082645,0.54545456,0.55785125,0.5785124,0.59090906,0.6198347,0.6404959,0.6198347,0.6363636,0.61157024,0.59917355,0.61157024,0.60330576,0.5785124,0.42975205,0.5,0.5206612,0.49586776,0.4876033,0.47933885,0.46694216,0.47933885,0.47107437,0.45454547,0.46280992,0.46694216,0.45454547,0.45454547,0.45867768,0.45454547,0.41735536,0.42561984,0.42561984,0.4214876,0.4214876,0.4214876,0.42561984,0.4214876,0.42561984,0.45867768,0.4876033,0.5082645,0.5413223,0.553719,0.54545456,0.5413223,0.5371901,0.553719,0.6280992,0.6735537,0.6528926,0.6280992,0.61157024,0.6198347,0.62396693,0.62396693,0.61157024,0.5495868,0.5,0.4338843,0.43801653,0.43801653,0.4338843,0.43801653,0.4752066,0.5,0.54545456,0.55785125,0.59090906,0.61570245,0.6446281,0.6198347,0.61570245,0.58264464,0.54545456,0.53305787,0.5371901,0.5371901,0.45454547,0.5,0.5289256,0.5247934,0.49586776,0.4876033,0.46280992,0.47107437,0.47107437,0.46694216,0.46280992,0.46280992,0.45454547,0.45867768,0.45867768,0.45041323,0.41322315,0.42561984,0.42561984,0.41735536,0.4214876,0.4214876,0.4214876,0.4214876,0.41735536,0.446281,0.49586776,0.5206612,0.553719,0.57024795,0.55785125,0.5123967,0.46280992,0.45041323,0.5041322,0.48347107,0.48347107,0.4876033,0.46694216,0.46694216,0.5,0.48347107,0.45867768,0.44214877,0.4338843,0.38842976,0.38429752,0.3553719,0.37190083,0.36363637,0.38842976,0.4090909,0.45867768,0.47107437,0.5,0.5206612,0.57438016,0.56198347,0.55785125,0.553719,0.5123967,0.49586776,0.5,0.5082645,0.47107437,0.553719,0.56198347,0.5165289,0.5,0.5041322,0.5,0.47933885,0.4752066,0.45867768,0.45454547,0.45867768,0.45454547,0.45454547,0.45041323,0.45041323,0.41735536,0.4214876,0.4214876,0.41735536,0.41735536,0.41735536,0.41735536,0.42561984,0.40495867,0.41322315,0.48347107,0.5206612,0.553719,0.58264464,0.58264464,0.5082645,0.41322315,0.35950413,0.36363637,0.28512397,0.33471075,0.3429752,0.33471075,0.3140496,0.36363637,0.40495867,0.41735536,0.3966942,0.38842976,0.35123968,0.3677686,0.338843,0.34710744,0.3181818,0.338843,0.3553719,0.36363637,0.3677686,0.38842976,0.38429752,0.40495867,0.41322315,0.42561984,0.4752066,0.47107437,0.47933885,0.5,0.5247934,0.5123967,0.62396693,0.60330576,0.5165289,0.5123967,0.5123967,0.5,0.49173555,0.4752066,0.46280992,0.46280992,0.46280992,0.45041323,0.45041323,0.45041323,0.446281,0.41322315,0.41322315,0.41735536,0.42561984,0.41735536,0.41735536,0.42561984,0.4214876,0.40495867,0.39256197,0.43801653,0.5041322,0.5495868,0.59090906,0.60330576,0.55785125,0.4752066,0.41735536,0.3966942,0.2768595,0.2107438,0.17355372,0.23140496,0.24793388,0.20247933,0.28512397,0.30991736,0.30578512,0.34710744,0.28512397,0.33471075,0.3305785,0.32231405,0.29338843,0.30165288,0.33471075,0.32231405,0.26859504,0.29752067,0.28099173,0.27272728,0.2644628,0.28099173,0.338843,0.40495867,0.45867768,0.5206612,0.58264464,0.60330576,0.6694215,0.61570245,0.5413223,0.54545456,0.5247934,0.49173555,0.48347107,0.48347107,0.47107437,0.45454547,0.446281,0.446281,0.446281,0.446281,0.446281,0.41322315,0.40495867,0.41322315,0.4214876,0.41735536,0.41322315,0.4214876,0.4214876,0.41735536,0.3966942,0.3966942,0.46280992,0.5206612,0.57024795,0.607438,0.59917355,0.5661157,0.5495868,0.55785125,0.5082645,0.3966942,0.20661157,0.1694215,0.3264463,0.12809917,0.2768595,0.39256197,0.29752067,0.37603307,0.4090909,0.3429752,0.41735536,0.40495867,0.36363637,0.3429752,0.38016528,0.3264463,0.22727273,0.23966943,0.23553719,0.25619835,0.25619835,0.29338843,0.3553719,0.41735536,0.46280992,0.55785125,0.62396693,0.661157,0.677686,0.61570245,0.57438016,0.553719,0.53305787,0.49586776,0.47107437,0.47107437,0.46280992,0.446281,0.446281,0.45454547,0.45041323,0.44214877,0.446281,0.41735536,0.41322315,0.41735536,0.41322315,0.41735536,0.4214876,0.41735536,0.42561984,0.4214876,0.4090909,0.38016528,0.3966942,0.4752066,0.53305787,0.58677685,0.62396693,0.61157024,0.6404959,0.6280992,0.6198347,0.57024795,0.45041323,0.30991736,0.338843,0.25619835,0.2644628,0.3553719,0.3429752,0.40495867,0.4214876,0.42975205,0.4876033,0.46280992,0.39256197,0.3553719,0.38429752,0.35950413,0.30165288,0.3305785,0.3181818,0.35950413,0.37603307,0.41322315,0.45041323,0.4876033,0.49173555,0.58264464,0.6446281,0.6735537,0.6528926,0.59917355,0.5785124,0.553719,0.5206612,0.4876033,0.46694216,0.46694216,0.45041323,0.44214877,0.44214877,0.45454547,0.46280992,0.446281,0.446281,0.4090909,0.41735536,0.4214876,0.41322315,0.41735536,0.4214876,0.41735536,0.4214876,0.41735536,0.41735536,0.39256197,0.36363637,0.42561984,0.4752066,0.54545456,0.61570245,0.62396693,0.677686,0.6528926,0.6487603,0.6198347,0.5371901,0.5,0.54545456,0.5371901,0.5123967,0.41322315,0.38842976,0.39256197,0.2892562,0.46694216,0.48347107,0.46694216,0.40495867,0.3966942,0.41735536,0.446281,0.4338843,0.446281,0.45454547,0.46694216,0.4876033,0.49586776,0.5082645,0.5247934,0.5371901,0.607438,0.6570248,0.6652893,0.62396693,0.5785124,0.54545456,0.5082645,0.4876033,0.4752066,0.46280992,0.46280992,0.446281,0.42975205,0.43801653,0.45454547,0.45867768,0.44214877,0.42561984,0.4090909,0.41735536,0.41735536,0.41322315,0.41735536,0.41322315,0.41735536,0.4214876,0.41735536,0.41735536,0.40495867,0.37190083,0.38429752,0.42975205,0.49173555,0.57024795,0.62396693,0.6652893,0.6570248,0.6446281,0.6322314,0.5289256,0.5123967,0.57438016,0.62396693,0.6652893,0.7107438,0.74380165,0.7231405,0.6198347,0.6818182,0.6694215,0.61157024,0.5289256,0.5289256,0.5082645,0.5206612,0.49173555,0.47933885,0.49173555,0.5082645,0.5371901,0.5289256,0.53305787,0.5413223,0.5785124,0.6487603,0.661157,0.62396693,0.58677685,0.54545456,0.5082645,0.48347107,0.46280992,0.45867768,0.45867768,0.446281,0.43801653,0.4338843,0.43801653,0.44214877,0.446281,0.42975205,0.42975205,0.4090909,0.41322315,0.40082645,0.40495867,0.41735536,0.40082645,0.41735536,0.41735536,0.41735536,0.41735536,0.40495867,0.38842976,0.38429752,0.40495867,0.446281,0.5123967,0.59917355,0.6446281,0.661157,0.6528926,0.6528926,0.58677685,0.47933885,0.5082645,0.58264464,0.6280992,0.677686,0.71900827,0.6694215,0.58677685,0.6198347,0.6446281,0.6363636,0.59917355,0.54545456,0.5165289,0.5041322,0.48347107,0.47933885,0.49173555,0.5247934,0.5495868,0.5413223,0.5413223,0.56198347,0.62396693,0.6818182,0.661157,0.59917355,0.553719,0.5123967,0.4876033,0.46280992,0.446281,0.45454547,0.45041323,0.43801653,0.4338843,0.42975205,0.42975205,0.446281,0.44214877,0.4214876,0.41735536,0.41322315,0.41322315,0.3966942,0.41322315,0.41735536,0.40082645,0.41735536,0.40495867,0.41735536,0.4214876,0.41322315,0.3966942,0.40082645,0.40082645,0.41322315,0.4752066,0.57024795,0.607438,0.661157,0.6570248,0.6487603,0.6322314,0.5247934,0.4338843,0.4876033,0.5247934,0.5785124,0.58264464,0.56198347,0.5413223,0.53305787,0.5413223,0.54545456,0.53305787,0.5,0.48347107,0.4752066,0.47107437,0.47107437,0.5041322,0.5495868,0.56198347,0.553719,0.56198347,0.59504133,0.6487603,0.677686,0.6363636,0.57024795,0.5206612,0.4876033,0.47107437,0.45041323,0.45041323,0.45454547,0.43801653,0.4338843,0.42975205,0.41735536,0.41322315,0.42561984,0.4338843,0.41322315,0.3966942,0.41735536,0.41735536,0.40082645,0.41735536,0.4090909,0.41322315,0.41322315,0.4090909,0.4214876,0.41735536,0.41735536,0.40495867,0.38429752,0.38842976,0.4090909,0.446281,0.5371901,0.58677685,0.6363636,0.6652893,0.6363636,0.6446281,0.61570245,0.5041322,0.36363637,0.40082645,0.4214876,0.42561984,0.43801653,0.46280992,0.446281,0.45867768,0.45454547,0.44214877,0.4338843,0.446281,0.44214877,0.45454547,0.49173555,0.5371901,0.5785124,0.5785124,0.5785124,0.59090906,0.6198347,0.6570248,0.6528926,0.59917355,0.5413223,0.49586776,0.4752066,0.46280992,0.45041323,0.45041323,0.446281,0.42975205,0.41735536,0.41735536,0.41735536,0.41735536,0.41322315,0.3966942,0.37603307,0.36363637,0.40495867,0.41322315,0.40495867,0.4090909,0.4090909,0.4214876,0.4090909,0.40082645,0.4214876,0.4090909,0.41322315,0.40495867,0.38842976,0.38016528,0.41322315,0.42975205,0.5082645,0.5661157,0.6280992,0.6487603,0.6280992,0.6570248,0.6570248,0.61570245,0.49173555,0.40495867,0.3553719,0.3264463,0.3264463,0.3553719,0.35123968,0.3677686,0.38016528,0.37603307,0.40495867,0.42561984,0.45041323,0.48347107,0.5413223,0.58264464,0.58677685,0.58264464,0.59917355,0.62396693,0.6446281,0.6487603,0.6198347,0.5661157,0.5206612,0.49173555,0.47107437,0.45867768,0.44214877,0.43801653,0.42975205,0.42561984,0.42975205,0.4214876,0.41735536,0.41735536,0.40082645,0.37603307,0.36363637,0.3305785,0.39256197,0.40495867,0.41322315,0.40082645,0.40495867,0.41322315,0.40082645,0.3966942,0.41735536,0.40082645,0.4090909,0.3966942,0.4090909,0.37190083,0.41735536,0.43801653,0.4876033,0.5785124,0.607438,0.6528926,0.6363636,0.6652893,0.661157,0.6528926,0.59504133,0.54545456,0.446281,0.39256197,0.38016528,0.37190083,0.37603307,0.38842976,0.39256197,0.40082645,0.4338843,0.46694216,0.5,0.5289256,0.58264464,0.61157024,0.59504133,0.58677685,0.61570245,0.6487603,0.6528926,0.6322314,0.59917355,0.54545456,0.5041322,0.48347107,0.47107437,0.46280992,0.45041323,0.44214877,0.42975205,0.4338843,0.44214877,0.4214876,0.3966942,0.40082645,0.38842976,0.3677686,0.3429752,0.32231405,0.40082645,0.40082645,0.4090909,0.4090909,0.3966942,0.40495867,0.39256197,0.3966942,0.40495867,0.41322315,0.39256197,0.40082645,0.41322315,0.38016528,0.39256197,0.45867768,0.4876033,0.57438016,0.607438,0.62396693,0.6528926,0.6942149,0.6694215,0.6363636,0.6404959,0.6322314,0.56198347,0.53305787,0.5082645,0.4752066,0.446281,0.46280992,0.46694216,0.4876033,0.49173555,0.5165289,0.5495868,0.57438016,0.60330576,0.6198347,0.61157024,0.607438,0.62396693,0.6446281,0.6404959,0.61157024,0.5785124,0.5289256,0.49586776,0.47933885,0.46280992,0.46694216,0.45454547,0.44214877,0.43801653,0.42975205,0.42975205,0.41735536,0.39256197,0.37603307,0.3677686,0.32231405,0.30165288,0.3677686,0.40495867,0.40082645,0.3966942,0.40495867,0.39256197,0.4090909,0.38842976,0.40495867,0.40082645,0.41322315,0.38842976,0.4090909,0.40495867,0.3966942,0.35950413,0.45454547,0.4876033,0.56198347,0.61570245,0.607438,0.6487603,0.6983471,0.6942149,0.6694215,0.677686,0.6818182,0.6735537,0.6570248,0.6487603,0.6198347,0.58677685,0.58677685,0.58677685,0.60330576,0.59090906,0.58677685,0.61157024,0.6198347,0.62396693,0.6322314,0.6322314,0.62396693,0.62396693,0.6280992,0.61570245,0.59090906,0.55785125,0.5123967,0.48347107,0.47107437,0.46694216,0.47107437,0.45867768,0.44214877,0.43801653,0.42561984,0.41322315,0.40082645,0.3677686,0.36363637,0.3140496,0.3181818,0.338843,0.38429752,0.4090909,0.3966942,0.39256197,0.4090909,0.38842976,0.41322315,0.38842976,0.40082645,0.3966942,0.40495867,0.3966942,0.4090909,0.40082645,0.3966942,0.38429752,0.40082645,0.46694216,0.55785125,0.607438,0.62396693,0.6487603,0.6983471,0.71487606,0.6983471,0.6983471,0.70247936,0.6983471,0.7066116,0.6983471,0.7066116,0.7107438,0.6983471,0.69008267,0.6859504,0.6859504,0.6859504,0.677686,0.661157,0.6652893,0.661157,0.6528926,0.6363636,0.6198347,0.61570245,0.59504133,0.57024795,0.5371901,0.5,0.4752066,0.46694216,0.45867768,0.47107437,0.45454547,0.4338843,0.42561984,0.4214876,0.40495867,0.38016528,0.35123968,0.3305785,0.30165288,0.33471075,0.35950413,0.37603307,0.4090909,0.38842976,0.3966942,0.40495867,0.40082645,0.4090909,0.38842976,0.40495867,0.38842976,0.4090909,0.38842976,0.40082645,0.39256197,0.40082645,0.40495867,0.37603307,0.41735536,0.5247934,0.59917355,0.62396693,0.661157,0.6942149,0.7231405,0.71900827,0.73140496,0.73140496,0.7355372,0.74380165,0.73966944,0.73966944,0.7355372,0.7355372,0.73966944,0.73966944,0.73966944,0.73966944,0.72727275,0.7107438,0.7066116,0.69008267,0.6652893,0.6404959,0.61570245,0.60330576,0.58264464,0.5495868,0.5041322,0.48347107,0.4752066,0.47107437,0.45454547,0.45867768,0.446281,0.42561984,0.42561984,0.41322315,0.38016528,0.3553719,0.29752067,0.29752067,0.33471075,0.3429752,0.36363637,0.38429752,0.39256197,0.41322315,0.38842976,0.3966942,0.4090909,0.38842976,0.39256197,0.40082645,0.40495867,0.40495867,0.38842976,0.40082645,0.39256197,0.40495867,0.40082645,0.38016528,0.3677686,0.46694216,0.57024795,0.62396693,0.6570248,0.69008267,0.71900827,0.72727275,0.7355372,0.75206614,0.75206614,0.76033056,0.76033056,0.75206614,0.74793386,0.74380165,0.75206614,0.75206614,0.75619835,0.75619835,0.74793386,0.73966944,0.7231405,0.70247936,0.6735537,0.6446281,0.61157024,0.58677685,0.553719,0.5206612,0.49173555,0.46694216,0.46694216,0.46694216,0.45867768,0.45867768,0.43801653,0.40495867,0.38842976,0.37603307,0.3305785,0.30578512,0.2768595,0.30578512,0.32231405,0.33471075,0.37190083,0.3966942,0.39256197,0.38429752,0.40495867,0.38429752,0.40082645,0.39256197,0.38842976,0.3966942,0.40082645,0.40082645,0.39256197,0.40082645,0.39256197,0.3966942,0.40082645,0.40082645,0.38842976,0.3677686,0.5041322,0.59504133,0.6404959,0.6735537,0.70247936,0.7107438,0.73140496,0.73966944,0.7355372,0.74793386,0.76033056,0.74380165,0.74380165,0.75619835,0.76859504,0.76859504,0.75619835,0.74793386,0.74793386,0.75206614,0.73140496,0.6983471,0.661157,0.61570245,0.60330576,0.57024795,0.5289256,0.5,0.47933885,0.45867768,0.46280992,0.45867768,0.44214877,0.42561984,0.4090909,0.38016528,0.3429752,0.30165288,0.29338843,0.28512397,0.28512397,0.3305785,0.3140496,0.3305785,0.35950413,0.37603307,0.3677686,0.40495867,0.3966942,0.3966942,0.39256197,0.3966942,0.38842976,0.3966942,0.39256197,0.4090909,0.39256197,0.40082645,0.38016528,0.40082645,0.41322315,0.40495867,0.37190083,0.23140496,0.38842976,0.553719,0.61570245,0.6487603,0.6859504,0.70247936,0.71487606,0.71900827,0.7231405,0.72727275,0.7355372,0.73140496,0.72727275,0.74380165,0.74793386,0.74793386,0.74380165,0.74380165,0.7355372,0.72727275,0.7107438,0.6859504,0.6363636,0.59504133,0.5785124,0.5495868,0.5123967,0.4876033,0.45454547,0.45867768,0.45454547,0.42975205,0.41735536,0.37603307,0.35123968,0.338843,0.2768595,0.2644628,0.29338843,0.30165288,0.29338843,0.32231405,0.32231405,0.35950413,0.3553719,0.38429752,39